From 786ac5a3334753852a982fe18d5c002e1d2b9fe7 Mon Sep 17 00:00:00 2001 From: "Ian M. Jones" Date: Thu, 27 Aug 2020 12:43:50 +0100 Subject: [PATCH] Deploying version 2.4.2 --- README.md | 10 +- assets/css/styles.css | 2 +- assets/sass/styles.scss | 2 - classes/amazon-s3-and-cloudfront.php | 2 +- classes/filters/as3cf-local-to-s3.php | 7 +- classes/providers/storage/aws-provider.php | 13 +- languages/amazon-s3-and-cloudfront-en.pot | 2 +- readme.txt | 10 +- vendor/Aws3/Aws/Api/DateTimeResult.php | 60 +- .../Api/ErrorParser/AbstractErrorParser.php | 1 + .../Aws/Api/Parser/AbstractRestParser.php | 5 +- vendor/Aws3/Aws/Api/Parser/JsonParser.php | 8 +- .../Aws/Api/Parser/MetadataParserTrait.php | 5 +- vendor/Aws3/Aws/Api/Parser/XmlParser.php | 7 +- vendor/Aws3/Aws/AwsClient.php | 24 +- vendor/Aws3/Aws/ClientResolver.php | 31 +- .../ConfigurationProvider.php | 6 +- .../Aws3/Aws/CloudFront/CloudFrontClient.php | 120 +-- .../Aws/Credentials/CredentialProvider.php | 6 +- .../Aws3/Aws/Crypto/AbstractCryptoClient.php | 11 +- .../Aws/Crypto/AbstractCryptoClientV2.php | 98 +++ .../Aws/Crypto/AesGcmDecryptingStream.php | 17 +- .../Aws/Crypto/AesGcmEncryptingStream.php | 30 +- .../Aws3/Aws/Crypto/AesStreamInterfaceV2.php | 29 + vendor/Aws3/Aws/Crypto/Cipher/Cbc.php | 6 + .../Aws/Crypto/Cipher/CipherBuilderTrait.php | 3 +- vendor/Aws3/Aws/Crypto/DecryptionTrait.php | 9 +- vendor/Aws3/Aws/Crypto/DecryptionTraitV2.php | 138 ++++ vendor/Aws3/Aws/Crypto/EncryptionTrait.php | 4 +- vendor/Aws3/Aws/Crypto/EncryptionTraitV2.php | 122 +++ .../Aws3/Aws/Crypto/KmsMaterialsProvider.php | 20 +- .../Aws/Crypto/KmsMaterialsProviderV2.php | 69 ++ vendor/Aws3/Aws/Crypto/MaterialsProvider.php | 2 +- .../Aws/Crypto/MaterialsProviderInterface.php | 57 ++ .../Crypto/MaterialsProviderInterfaceV2.php | 50 ++ .../Aws3/Aws/Crypto/MaterialsProviderV2.php | 57 ++ vendor/Aws3/Aws/Crypto/MetadataEnvelope.php | 1 - vendor/Aws3/Aws/Crypto/Polyfill/AesGcm.php | 163 ++++ vendor/Aws3/Aws/Crypto/Polyfill/ByteArray.php | 234 ++++++ vendor/Aws3/Aws/Crypto/Polyfill/Gmac.php | 175 ++++ vendor/Aws3/Aws/Crypto/Polyfill/Key.php | 73 ++ .../Aws3/Aws/Crypto/Polyfill/NeedsTrait.php | 38 + .../Endpoint/PartitionEndpointProvider.php | 4 +- .../ConfigurationProvider.php | 30 +- .../EndpointDiscoveryMiddleware.php | 7 +- vendor/Aws3/Aws/Exception/AwsException.php | 12 + vendor/Aws3/Aws/Exception/CryptoException.php | 11 + .../Aws/Exception/CryptoPolyfillException.php | 11 + vendor/Aws3/Aws/Retry/Configuration.php | 44 + .../Aws3/Aws/Retry/ConfigurationInterface.php | 29 + .../Aws3/Aws/Retry/ConfigurationProvider.php | 177 ++++ .../Exception/ConfigurationException.php | 13 + vendor/Aws3/Aws/Retry/QuotaManager.php | 65 ++ vendor/Aws3/Aws/Retry/RateLimiter.php | 143 ++++ vendor/Aws3/Aws/Retry/RetryHelperTrait.php | 46 ++ vendor/Aws3/Aws/RetryMiddleware.php | 67 +- vendor/Aws3/Aws/RetryMiddlewareV2.php | 235 ++++++ vendor/Aws3/Aws/S3/AmbiguousSuccessParser.php | 9 +- .../Aws3/Aws/S3/ApplyChecksumMiddleware.php | 18 +- .../Aws/S3/Crypto/CryptoParamsTraitV2.php | 16 + .../Aws/S3/Crypto/HeadersMetadataStrategy.php | 4 +- .../Aws3/Aws/S3/Crypto/S3EncryptionClient.php | 34 +- .../Aws/S3/Crypto/S3EncryptionClientV2.php | 371 +++++++++ .../Crypto/S3EncryptionMultipartUploader.php | 15 +- .../S3EncryptionMultipartUploaderV2.php | 148 ++++ vendor/Aws3/Aws/S3/Crypto/UserAgentTrait.php | 26 + vendor/Aws3/Aws/S3/MultipartCopy.php | 7 +- vendor/Aws3/Aws/S3/PostObjectV4.php | 2 +- .../ConfigurationProvider.php | 6 +- vendor/Aws3/Aws/S3/S3Client.php | 75 +- vendor/Aws3/Aws/S3/S3EndpointMiddleware.php | 20 +- vendor/Aws3/Aws/S3/StreamWrapper.php | 2 +- .../S3/UseArnRegion/ConfigurationProvider.php | 6 +- vendor/Aws3/Aws/Sdk.php | 18 +- .../Aws3/Aws/Sts/Exception/StsException.php | 11 + .../Sts/RegionalEndpoints/Configuration.php | 29 + .../ConfigurationInterface.php | 22 + .../ConfigurationProvider.php | 169 ++++ .../Exception/ConfigurationException.php | 13 + vendor/Aws3/Aws/Sts/StsClient.php | 74 ++ .../accessanalyzer/2019-11-01/api-2.json.php | 2 +- .../data/acm-pca/2017-08-22/api-2.json.php | 2 +- .../Aws/data/acm/2015-12-08/api-2.json.php | 2 +- .../2017-11-09/api-2.json.php | 2 +- .../data/amplify/2017-07-25/api-2.json.php | 2 +- .../data/apigateway/2015-07-09/api-2.json.php | 2 +- .../apigatewayv2/2018-11-29/api-2.json.php | 2 +- .../data/appconfig/2019-10-09/api-2.json.php | 2 +- .../2019-10-09/paginators-1.json.php | 2 +- .../2016-02-06/api-2.json.php | 2 +- .../2018-11-25/api-2.json.php | 2 +- .../data/appmesh/2019-01-25/api-2.json.php | 2 +- .../appmesh/2019-01-25/paginators-1.json.php | 2 +- .../data/appstream/2016-12-01/api-2.json.php | 2 +- .../data/appsync/2017-07-25/api-2.json.php | 2 +- .../Aws/data/athena/2017-05-18/api-2.json.php | 2 +- .../athena/2017-05-18/paginators-1.json.php | 2 +- .../autoscaling/2011-01-01/api-2.json.php | 2 +- .../Aws/data/backup/2018-11-15/api-2.json.php | 2 +- .../Aws/data/braket/2019-09-01/api-2.json.php | 4 + .../braket/2019-09-01/paginators-1.json.php | 4 + .../Aws/data/ce/2017-10-25/api-2.json.php | 2 +- .../data/ce/2017-10-25/paginators-1.json.php | 2 +- .../Aws/data/chime/2018-05-01/api-2.json.php | 2 +- .../chime/2018-05-01/paginators-1.json.php | 2 +- .../Aws/data/cloud9/2017-09-23/api-2.json.php | 2 +- .../cloudformation/2010-05-15/api-2.json.php | 2 +- .../2010-05-15/paginators-1.json.php | 2 +- .../2010-05-15/waiters-2.json.php | 2 +- .../data/cloudfront/2019-03-26/api-2.json.php | 2 +- .../data/cloudfront/2020-05-31/api-2.json.php | 4 + .../2020-05-31/paginators-1.json.php | 4 + .../data/cloudfront/2020-05-31/smoke.json.php | 4 + .../cloudfront/2020-05-31/waiters-1.json.php | 4 + .../cloudfront/2020-05-31/waiters-2.json.php | 4 + .../codeartifact/2018-09-22/api-2.json.php | 4 + .../2018-09-22/paginators-1.json.php | 4 + .../data/codebuild/2016-10-06/api-2.json.php | 2 +- .../2016-10-06/paginators-1.json.php | 2 +- .../data/codecommit/2015-04-13/api-2.json.php | 2 +- .../2015-04-13/paginators-1.json.php | 2 +- .../data/codedeploy/2014-10-06/api-2.json.php | 2 +- .../2019-09-19/api-2.json.php | 2 +- .../2019-09-19/paginators-1.json.php | 2 +- .../2019-07-18/api-2.json.php | 2 +- .../2019-07-18/paginators-1.json.php | 2 +- .../2019-12-01/api-2.json.php | 2 +- .../2019-12-01/paginators-1.json.php | 2 +- .../cognito-idp/2016-04-18/api-2.json.php | 2 +- .../data/comprehend/2017-11-27/api-2.json.php | 2 +- .../2018-10-30/api-2.json.php | 2 +- .../2019-11-01/api-2.json.php | 2 +- .../Aws/data/config/2014-11-12/api-2.json.php | 2 +- .../data/connect/2017-08-08/api-2.json.php | 2 +- .../data/data.iot/2015-05-28/api-2.json.php | 2 +- .../data.iot/2015-05-28/paginators-1.json.php | 4 + .../data/data.iot/2015-05-28/smoke.json.php | 4 + .../dataexchange/2017-07-25/api-2.json.php | 2 +- .../data/datasync/2018-11-09/api-2.json.php | 2 +- .../data/detective/2018-10-26/api-2.json.php | 2 +- .../directconnect/2012-10-25/api-2.json.php | 2 +- .../Aws/data/dlm/2018-01-12/api-2.json.php | 2 +- .../Aws/data/dms/2016-01-01/api-2.json.php | 2 +- .../data/dms/2016-01-01/paginators-1.json.php | 2 +- .../Aws/data/ebs/2019-11-02/api-2.json.php | 2 +- .../Aws/data/ec2/2016-11-15/api-2.json.php | 2 +- .../data/ec2/2016-11-15/paginators-1.json.php | 2 +- .../Aws/data/ecr/2015-09-21/api-2.json.php | 2 +- .../Aws/data/ecs/2014-11-13/api-2.json.php | 2 +- .../Aws/data/eks/2017-11-01/api-2.json.php | 2 +- .../2017-07-25/api-2.json.php | 2 +- .../2017-07-25/paginators-1.json.php | 2 +- .../elasticache/2015-02-02/api-2.json.php | 2 +- .../2010-12-01/api-2.json.php | 2 +- .../2010-12-01/paginators-1.json.php | 2 +- .../2010-12-01/waiters-2.json.php | 4 + .../2015-02-01/api-2.json.php | 2 +- .../2015-12-01/api-2.json.php | 2 +- .../2009-03-31/api-2.json.php | 2 +- vendor/Aws3/Aws/data/endpoints.json.php | 2 +- .../data/endpoints_prefix_history.json.php | 2 +- .../Aws/data/es/2015-01-01/api-2.json.php | 2 +- .../data/es/2015-01-01/paginators-1.json.php | 2 +- .../eventbridge/2015-10-07/api-2.json.php | 2 +- .../Aws/data/events/2015-10-07/api-2.json.php | 2 +- .../data/firehose/2015-08-04/api-2.json.php | 2 +- .../Aws/data/fms/2018-01-01/api-2.json.php | 2 +- .../data/forecast/2018-06-26/api-2.json.php | 2 +- .../frauddetector/2019-11-15/api-2.json.php | 2 +- .../2019-11-15/paginators-1.json.php | 2 +- .../Aws/data/fsx/2018-03-01/api-2.json.php | 2 +- .../data/gamelift/2015-10-01/api-2.json.php | 2 +- .../2018-08-08/api-2.json.php | 2 +- .../Aws/data/glue/2017-03-31/api-2.json.php | 2 +- .../groundstation/2019-05-23/api-2.json.php | 2 +- .../data/guardduty/2017-11-28/api-2.json.php | 2 +- .../2017-11-28/paginators-1.json.php | 2 +- .../Aws/data/health/2016-08-04/api-2.json.php | 2 +- .../health/2016-08-04/paginators-1.json.php | 2 +- .../data/honeycode/2020-03-01/api-2.json.php | 4 + .../2020-03-01/paginators-1.json.php | 4 + .../Aws/data/iam/2010-05-08/api-2.json.php | 2 +- .../identitystore/2020-06-15/api-2.json.php | 4 + .../2020-06-15/paginators-1.json.php | 4 + .../imagebuilder/2019-12-02/api-2.json.php | 2 +- .../Aws/data/iot/2015-05-28/api-2.json.php | 2 +- .../data/iot/2015-05-28/paginators-1.json.php | 2 +- .../data/iotevents/2018-07-27/api-2.json.php | 2 +- .../iotsitewise/2019-12-02/api-2.json.php | 4 + .../2019-12-02/paginators-1.json.php | 4 + .../iotsitewise/2019-12-02/waiters-2.json.php | 4 + .../Aws/data/ivs/2020-07-14/api-2.json.php | 4 + .../data/ivs/2020-07-14/paginators-1.json.php | 4 + .../Aws/data/kafka/2018-11-14/api-2.json.php | 2 +- .../Aws/data/kendra/2019-02-03/api-2.json.php | 2 +- .../2017-09-30/api-2.json.php | 2 +- .../kinesisvideo/2017-09-30/api-2.json.php | 2 +- .../Aws/data/kms/2014-11-01/api-2.json.php | 2 +- .../lakeformation/2017-03-31/api-2.json.php | 2 +- .../Aws/data/lambda/2015-03-31/api-2.json.php | 2 +- .../data/lex-models/2017-04-19/api-2.json.php | 2 +- .../data/lightsail/2016-11-28/api-2.json.php | 2 +- .../Aws/data/logs/2014-03-28/api-2.json.php | 2 +- .../Aws/data/macie2/2020-01-01/api-2.json.php | 4 + .../macie2/2020-01-01/paginators-1.json.php | 4 + .../2018-09-24/api-2.json.php | 2 +- vendor/Aws3/Aws/data/manifest.json.php | 2 +- .../2018-09-17/api-2.json.php | 2 +- .../mediaconnect/2018-11-14/api-2.json.php | 2 +- .../mediaconvert/2017-08-29/api-2.json.php | 2 +- .../data/medialive/2017-10-14/api-2.json.php | 2 +- .../2017-10-14/paginators-1.json.php | 2 +- .../medialive/2017-10-14/waiters-2.json.php | 2 +- .../2018-11-07/api-2.json.php | 2 +- .../mediapackage/2017-10-12/api-2.json.php | 2 +- .../data/mediastore/2017-09-01/api-2.json.php | 2 +- .../mediatailor/2018-04-23/api-2.json.php | 2 +- .../Aws/data/mgh/2017-05-31/api-2.json.php | 2 +- .../2019-06-30/api-2.json.php | 2 +- .../data/monitoring/2010-08-01/api-2.json.php | 2 +- .../Aws/data/mq/2017-11-27/api-2.json.php | 2 +- .../data/mq/2017-11-27/paginators-1.json.php | 2 +- .../data/opsworkscm/2016-11-01/api-2.json.php | 2 +- .../2016-11-01/paginators-1.json.php | 2 +- .../organizations/2016-11-28/api-2.json.php | 2 +- .../2016-11-28/paginators-1.json.php | 2 +- .../2018-03-22/api-2.json.php | 2 +- .../2018-05-22/api-2.json.php | 2 +- .../personalize/2018-05-22/api-2.json.php | 2 +- .../data/pinpoint/2016-12-01/api-2.json.php | 2 +- .../Aws/data/polly/2016-06-10/api-2.json.php | 2 +- .../Aws/data/qldb/2019-01-02/api-2.json.php | 2 +- .../qldb/2019-01-02/paginators-1.json.php | 2 +- .../data/quicksight/2018-04-01/api-2.json.php | 2 +- .../2018-04-01/paginators-1.json.php | 2 +- .../Aws/data/ram/2018-01-04/api-2.json.php | 2 +- .../Aws/data/rds/2014-10-31/api-2.json.php | 2 +- .../data/rds/2014-10-31/paginators-1.json.php | 2 +- .../data/redshift/2012-12-01/api-2.json.php | 2 +- .../redshift/2012-12-01/paginators-1.json.php | 2 +- .../rekognition/2016-06-27/api-2.json.php | 2 +- .../2016-06-27/paginators-1.json.php | 2 +- .../resource-groups/2017-11-27/api-2.json.php | 2 +- .../2017-01-26/api-2.json.php | 2 +- .../data/robomaker/2018-06-29/api-2.json.php | 2 +- .../2018-06-29/paginators-1.json.php | 2 +- .../data/route53/2013-04-01/api-2.json.php | 2 +- .../route53/2013-04-01/paginators-1.json.php | 2 +- .../route53domains/2014-05-15/api-2.json.php | 2 +- .../route53domains/2014-05-15/smoke.json.php | 4 + .../runtime.lex/2016-11-28/api-2.json.php | 2 +- .../2017-05-13/api-2.json.php | 2 +- .../Aws/data/s3/2006-03-01/api-2.json.php | 2 +- .../data/s3control/2018-08-20/api-2.json.php | 2 +- .../2019-11-07/api-2.json.php | 2 +- .../data/sagemaker/2017-07-24/api-2.json.php | 2 +- .../2017-07-24/paginators-1.json.php | 2 +- .../savingsplans/2019-06-28/api-2.json.php | 2 +- .../data/schemas/2019-12-02/api-2.json.php | 2 +- .../secretsmanager/2017-10-17/api-2.json.php | 2 +- .../securityhub/2018-10-26/api-2.json.php | 2 +- .../servicecatalog/2015-12-10/api-2.json.php | 2 +- .../2017-03-14/api-2.json.php | 2 +- .../Aws/data/sesv2/2019-09-27/api-2.json.php | 2 +- .../sesv2/2019-09-27/paginators-1.json.php | 2 +- .../Aws/data/shield/2016-06-02/api-2.json.php | 2 +- .../shield/2016-06-02/paginators-1.json.php | 2 +- .../Aws/data/sms/2016-10-24/api-2.json.php | 2 +- .../data/snowball/2016-06-30/api-2.json.php | 2 +- .../Aws/data/sqs/2012-11-05/api-2.json.php | 2 +- .../data/sqs/2012-11-05/paginators-1.json.php | 2 +- .../Aws/data/ssm/2014-11-06/api-2.json.php | 2 +- .../data/ssm/2014-11-06/paginators-1.json.php | 2 +- .../data/ssm/2014-11-06/waiters-2.json.php | 4 + .../storagegateway/2013-06-30/api-2.json.php | 2 +- .../Aws/data/sts/2011-06-15/api-2.json.php | 2 +- .../data/synthetics/2017-10-11/api-2.json.php | 4 + .../2017-10-11/paginators-1.json.php | 4 + .../data/transcribe/2017-10-26/api-2.json.php | 2 +- .../2017-10-26/paginators-1.json.php | 2 +- .../data/transfer/2018-11-05/api-2.json.php | 2 +- .../transfer/2018-11-05/paginators-1.json.php | 2 +- .../waf-regional/2016-11-28/api-2.json.php | 2 +- .../Aws/data/waf/2015-08-24/api-2.json.php | 2 +- .../Aws/data/wafv2/2019-07-29/api-2.json.php | 2 +- .../data/worklink/2018-09-25/api-2.json.php | 2 +- .../data/workmail/2017-10-01/api-2.json.php | 2 +- .../data/workspaces/2015-04-08/api-2.json.php | 2 +- .../Aws/data/xray/2016-04-12/api-2.json.php | 2 +- vendor/Aws3/Aws/functions.php | 30 +- vendor/Aws3/CHANGELOG.md | 770 ++++++++++++++++++ vendor/Aws3/GuzzleHttp/Client.php | 15 +- vendor/Aws3/GuzzleHttp/ClientInterface.php | 2 +- .../GuzzleHttp/Handler/CurlMultiHandler.php | 8 +- .../Aws3/GuzzleHttp/Handler/StreamHandler.php | 5 +- vendor/Aws3/GuzzleHttp/RedirectMiddleware.php | 2 +- vendor/Aws3/GuzzleHttp/Utils.php | 82 ++ vendor/Aws3/GuzzleHttp/functions.php | 52 +- vendor/Aws3/JmesPath/AstRuntime.php | 2 +- vendor/Aws3/JmesPath/CompilerRuntime.php | 6 +- vendor/Aws3/JmesPath/Env.php | 2 +- vendor/Aws3/JmesPath/FnDispatcher.php | 4 +- vendor/Aws3/JmesPath/JmesPath.php | 2 +- vendor/Aws3/JmesPath/Parser.php | 2 +- vendor/Aws3/JmesPath/TreeInterpreter.php | 6 +- vendor/Aws3/JmesPath/Utils.php | 24 + vendor/Aws3/README.md | 111 +-- vendor/Aws3/Symfony/Polyfill/IntlIdn/Idn.php | 709 ++++++++++++++++ vendor/Aws3/Symfony/Polyfill/IntlIdn/Info.php | 22 + vendor/Aws3/Symfony/Polyfill/IntlIdn/LICENSE | 19 + .../Resources/unidata/DisallowedRanges.php | 286 +++++++ .../IntlIdn/Resources/unidata/Regex.php | 21 + .../IntlIdn/Resources/unidata/deviation.php | 3 + .../IntlIdn/Resources/unidata/disallowed.php | 3 + .../unidata/disallowed_STD3_mapped.php | 3 + .../unidata/disallowed_STD3_valid.php | 3 + .../IntlIdn/Resources/unidata/ignored.php | 3 + .../IntlIdn/Resources/unidata/mapped.php | 3 + .../IntlIdn/Resources/unidata/virama.php | 3 + .../Symfony/Polyfill/IntlIdn/bootstrap.php | 149 ++++ vendor/Aws3/aws-autoloader.php | 3 +- wordpress-s3.php | 4 +- 322 files changed, 5995 insertions(+), 552 deletions(-) create mode 100644 vendor/Aws3/Aws/Crypto/AbstractCryptoClientV2.php create mode 100644 vendor/Aws3/Aws/Crypto/AesStreamInterfaceV2.php create mode 100644 vendor/Aws3/Aws/Crypto/DecryptionTraitV2.php create mode 100644 vendor/Aws3/Aws/Crypto/EncryptionTraitV2.php create mode 100644 vendor/Aws3/Aws/Crypto/KmsMaterialsProviderV2.php create mode 100644 vendor/Aws3/Aws/Crypto/MaterialsProviderInterface.php create mode 100644 vendor/Aws3/Aws/Crypto/MaterialsProviderInterfaceV2.php create mode 100644 vendor/Aws3/Aws/Crypto/MaterialsProviderV2.php create mode 100644 vendor/Aws3/Aws/Crypto/Polyfill/AesGcm.php create mode 100644 vendor/Aws3/Aws/Crypto/Polyfill/ByteArray.php create mode 100644 vendor/Aws3/Aws/Crypto/Polyfill/Gmac.php create mode 100644 vendor/Aws3/Aws/Crypto/Polyfill/Key.php create mode 100644 vendor/Aws3/Aws/Crypto/Polyfill/NeedsTrait.php create mode 100644 vendor/Aws3/Aws/Exception/CryptoException.php create mode 100644 vendor/Aws3/Aws/Exception/CryptoPolyfillException.php create mode 100644 vendor/Aws3/Aws/Retry/Configuration.php create mode 100644 vendor/Aws3/Aws/Retry/ConfigurationInterface.php create mode 100644 vendor/Aws3/Aws/Retry/ConfigurationProvider.php create mode 100644 vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php create mode 100644 vendor/Aws3/Aws/Retry/QuotaManager.php create mode 100644 vendor/Aws3/Aws/Retry/RateLimiter.php create mode 100644 vendor/Aws3/Aws/Retry/RetryHelperTrait.php create mode 100644 vendor/Aws3/Aws/RetryMiddlewareV2.php create mode 100644 vendor/Aws3/Aws/S3/Crypto/CryptoParamsTraitV2.php create mode 100644 vendor/Aws3/Aws/S3/Crypto/S3EncryptionClientV2.php create mode 100644 vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploaderV2.php create mode 100644 vendor/Aws3/Aws/S3/Crypto/UserAgentTrait.php create mode 100644 vendor/Aws3/Aws/Sts/Exception/StsException.php create mode 100644 vendor/Aws3/Aws/Sts/RegionalEndpoints/Configuration.php create mode 100644 vendor/Aws3/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php create mode 100644 vendor/Aws3/Aws/Sts/RegionalEndpoints/ConfigurationProvider.php create mode 100644 vendor/Aws3/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php create mode 100644 vendor/Aws3/Aws/Sts/StsClient.php create mode 100644 vendor/Aws3/Aws/data/braket/2019-09-01/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/braket/2019-09-01/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/cloudfront/2020-05-31/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/cloudfront/2020-05-31/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/cloudfront/2020-05-31/smoke.json.php create mode 100644 vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-1.json.php create mode 100644 vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-2.json.php create mode 100644 vendor/Aws3/Aws/data/codeartifact/2018-09-22/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/codeartifact/2018-09-22/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/data.iot/2015-05-28/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/data.iot/2015-05-28/smoke.json.php create mode 100644 vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/waiters-2.json.php create mode 100644 vendor/Aws3/Aws/data/honeycode/2020-03-01/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/honeycode/2020-03-01/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/identitystore/2020-06-15/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/identitystore/2020-06-15/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/iotsitewise/2019-12-02/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/iotsitewise/2019-12-02/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/iotsitewise/2019-12-02/waiters-2.json.php create mode 100644 vendor/Aws3/Aws/data/ivs/2020-07-14/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/ivs/2020-07-14/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/macie2/2020-01-01/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/macie2/2020-01-01/paginators-1.json.php create mode 100644 vendor/Aws3/Aws/data/route53domains/2014-05-15/smoke.json.php create mode 100644 vendor/Aws3/Aws/data/ssm/2014-11-06/waiters-2.json.php create mode 100644 vendor/Aws3/Aws/data/synthetics/2017-10-11/api-2.json.php create mode 100644 vendor/Aws3/Aws/data/synthetics/2017-10-11/paginators-1.json.php create mode 100644 vendor/Aws3/GuzzleHttp/Utils.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Idn.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Info.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/LICENSE create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/DisallowedRanges.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/Regex.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/deviation.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_mapped.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_valid.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/ignored.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/mapped.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/virama.php create mode 100644 vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php diff --git a/README.md b/README.md index 37f2a592..557fba1c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Requires at least:** 4.9 **Tested up to:** 5.5 **Requires PHP:** 5.5 -**Stable tag:** 2.4.1 +**Stable tag:** 2.4.2 **License:** GPLv3 Copies files to Amazon S3, DigitalOcean Spaces or Google Cloud Storage as they are uploaded to the Media Library. Optionally configure Amazon CloudFront or another CDN for faster delivery. @@ -89,6 +89,14 @@ This version requires PHP 5.3.3+ and the Amazon Web Services plugin ## Changelog ## +### WP Offload Media Lite 2.4.2 - 2020-08-27 ### +* Improvement: Updated AWS PHP SDK to v3.150.1 +* Bug fix: Image thumbnail URLs in custom HTML not rewritten to delivery provider URLs +* Bug fix: Background processes do not start when PHP memory limit in gigabytes +* Bug fix: PHP Fatal error: require(): Failed opening required '.../vendor/Aws3/Aws/Sts/StsClient.php' +* Bug fix: AWS SDK "Warning: is_readable(): open_basedir restriction in effect" message from Regional Endpoint check +* Bug fix: Bottom and right button borders in settings page are clipped when focused + ### WP Offload Media Lite 2.4.1 - 2020-07-21 ### * Bug fix: Fatal Error with EWWW Image Optimizer 5.5 or earlier installed * Bug fix: AWS SDK "Warning: is_readable(): open_basedir restriction in effect" message when Use ARN Region in effect diff --git a/assets/css/styles.css b/assets/css/styles.css index bfac559f..28c91ebb 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1 +1 @@ -.as3cf-content,.as3cf-updated,.as3cf-compatibility-notice{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:650px}.settings_page_amazon-s3-and-cloudfront .error,.settings_page_amazon-s3-and-cloudfront .notice,.settings_page_amazon-s3-and-cloudfront .updated{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:650px}.as3cf-main.wrap{position:relative}.as3cf-main.wrap>h1{float:left}.as3cf-main.wrap .as3cf-notice,.as3cf-main.wrap .as3cf-updated,.as3cf-main.wrap .as3cf-error{-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-main.wrap .as3cf-error.fatal{clear:both}.as3cf-main.wrap h2.nav-tab-wrapper{float:none;margin-bottom:15px;width:650px;margin-top:10px;padding:9px 0 0 5px}.as3cf-main.wrap h2.nav-tab-wrapper .nav-tab-container{float:right}.as3cf-main.wrap h2.nav-tab-wrapper .nav-tab-container :last-child{margin-right:5px}.as3cf-main.wrap h2.nav-tab-wrapper a.nav-tab-active{color:#464646;cursor:default}.as3cf-main.wrap h2.nav-tab-wrapper a:focus{-webkit-box-shadow:none;box-shadow:none}.as3cf-main.wrap .more-info{white-space:nowrap}.as3cf-main.wrap .error pre{background:#eaeaea;background:rgba(0,0,0,0.07);display:block;padding:10px 15px}.as3cf-main.wrap .error pre code{padding:0;background:none}.as3cf-main.wrap[data-tab="support"] .as3cf-notice,.as3cf-main.wrap[data-tab="support"] .error,.as3cf-main.wrap[data-tab="support"] .updated,.as3cf-main.wrap[data-tab="support"] .updated.show{display:none}.as3cf-main.wrap[data-tab="support"] .fatal .error,.as3cf-main.wrap[data-tab="support"] .as3cf-notice.important,.as3cf-main.wrap[data-tab="support"] .dbrains-api-down{display:block}.as3cf-main.wrap .as3cf-notice,.as3cf-main.wrap .error,.as3cf-main.wrap .updated{max-width:650px;margin-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-main.wrap .as3cf-updated{display:none}.as3cf-main.wrap .as3cf-updated.as3cf-notice,.as3cf-main.wrap .as3cf-updated.show{display:block}.as3cf-main.wrap .alignleft{margin-right:20px;margin-bottom:20px}.as3cf-main.wrap .spinner{min-width:20px}.as3cf-tab .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab .as3cf-main-settings .as3cf-bucket-container h3,.as3cf-tab .as3cf-main-settings .as3cf-change-bucket-access-prompt h3{margin-bottom:-0.5em}.as3cf-tab .as3cf-main-settings a.as3cf-change-provider{display:none}.as3cf-tab .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-can-write-error,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-provider-select{display:block}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-change-bucket-access-prompt,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-delivery-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-media-settings,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-can-write-error,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-bucket-container{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-delivery-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-media-settings,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-delivery-provider-select{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-media-settings{display:block}.as3cf-content>section{margin-bottom:20px}.as3cf-content>section+section.as3cf-access-keys{padding-top:20px;border-top:1px solid #d3d3d3}.as3cf-content>section+section.as3cf-access-keys .as3cf-section-heading{margin-top:0}.as3cf-tab{display:none;position:relative;width:650px}.as3cf-tab .as3cf-main-settings p{font-size:13px}.as3cf-tab .as3cf-main-settings p a{color:#444}.as3cf-tab .object-prefix-desc em{white-space:nowrap}.as3cf-tab .as3cf-url-preview-wrap{background:#fff;text-align:center;padding:20px 0 0;max-width:650px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-tab .as3cf-url-preview-wrap .as3cf-url-preview{margin-top:10px;padding:0 20px 10px;overflow-x:scroll}.as3cf-tab .as3cf-url-preview-wrap span{color:#aaa;text-transform:uppercase;font-weight:bold}.as3cf-tab .as3cf-radio-group label{display:block;margin-bottom:10px}.as3cf-tab .as3cf-radio-group label.disabled,.as3cf-tab .as3cf-radio-group label.disabled p{color:#bbb;cursor:default}.as3cf-tab .as3cf-radio-group p{padding-left:25px;color:#6b6b6b;margin:0;font-size:12px}.as3cf-tab .as3cf-radio-group p.as3cf-setting{margin-top:5px}.as3cf-tab .as3cf-switch{position:relative;display:inline-block;padding:2px;overflow:hidden;border-radius:2px;background-color:#d4d3d3;cursor:pointer}.as3cf-tab .as3cf-switch.on{background-color:#ade7b5}.as3cf-tab .as3cf-switch span{visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;display:inline-block;height:100%;font-size:12px;line-height:20px;border-radius:2px;font-weight:bold;padding:4px 8px;background:#fff;color:#8d8d8d;z-index:1}.as3cf-tab .as3cf-switch span.on{color:#82d78b}.as3cf-tab .as3cf-switch span.checked{visibility:visible}.as3cf-tab .as3cf-switch.disabled{cursor:default;background:#e6e6e6}.as3cf-tab .as3cf-switch.disabled span{background:#f1f1f1;color:#d6d6d6}.as3cf-tab .as3cf-switch input[type="checkbox"]{position:absolute !important;top:0;left:0;opacity:0;filter:alpha(opacity=0);z-index:-1}.as3cf-tab .as3cf-setting.hide{display:none}.as3cf-tab .as3cf-setting .as3cf-sub-setting .as3cf-sub-setting-heading{padding-top:15px}.as3cf-tab .as3cf-setting .as3cf-sub-setting .as3cf-defined-in-config{margin-top:15px}.as3cf-tab div.as3cf-setting{margin-top:4px}.as3cf-tab h3{font-weight:normal;text-transform:uppercase}.as3cf-tab .form-table{margin:0}.as3cf-tab .form-table tr.as3cf-border-bottom td{border-bottom:1px solid #ddd;padding:20px 0px}.as3cf-tab .form-table tr.as3cf-setting-title td{padding-bottom:0}.as3cf-tab .form-table tr.as3cf-setting-title:first-child td{padding-top:20px}.as3cf-tab .form-table tr.configure-url:first-child td{padding-top:5px;padding-bottom:0}.as3cf-tab .form-table tr.hide{display:none}.as3cf-tab .form-table tr td{padding:15px 0}.as3cf-tab .form-table tr td:first-child{vertical-align:top;min-width:120px;padding-top:20px}.as3cf-tab .form-table tr td .as3cf-notice:last-child{margin-bottom:0}.as3cf-tab .form-table tr td>p:first-child{margin-top:0}.as3cf-tab .form-table h3{padding:0;margin:0}.as3cf-tab .form-table h4{margin:0}.as3cf-tab .as3cf-active-region{font-style:italic}.as3cf-tab .as3cf-view-bucket{color:#444;text-decoration:none;margin-right:10px}.as3cf-tab .as3cf-view-bucket:hover,.as3cf-tab .as3cf-view-bucket:active{color:#00a0d2}.as3cf-tab .as3cf-view-bucket:focus{-webkit-box-shadow:none;box-shadow:none}.as3cf-tab .as3cf-view-bucket .dashicons-external{margin-top:-2px}.as3cf-tab .tooltip{position:relative;z-index:2;cursor:pointer}.as3cf-tab .tooltip:before,.as3cf-tab .tooltip:after{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;pointer-events:none}.as3cf-tab .tooltip:before{position:absolute;bottom:150%;left:50%;margin-bottom:5px;margin-left:-250px;padding:10px;width:500px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,0.9);color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:1.3}.as3cf-tab .tooltip:after{position:absolute;bottom:150%;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,0.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.as3cf-tab .tooltip:hover:before,.as3cf-tab .tooltip:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.as3cf-tab .as3cf-defined-in-config{background:#ccc;color:#fff;padding:2px 5px;margin:0 0 3px 5px;float:right;white-space:nowrap;clear:right}.as3cf-tab .as3cf-defined-setting,.as3cf-tab .as3cf-locked-setting{color:#bbb}.as3cf-tab .as3cf-defined-setting label,.as3cf-tab .as3cf-locked-setting label{cursor:default}.as3cf-tab .as3cf-defined-setting p .more-info a,.as3cf-tab .as3cf-locked-setting p .more-info a{color:#bbb}.as3cf-tab .as3cf-defined-setting .as3cf-radio-group p,.as3cf-tab .as3cf-locked-setting .as3cf-radio-group p{color:#bbb}.as3cf-tab .as3cf-defined-setting .as3cf-notice,.as3cf-tab .as3cf-locked-setting .as3cf-notice{display:none !important}.as3cf-tab p.actions{margin:30px 0;border-top:1px solid #ccc;padding-top:15px;overflow:hidden}.as3cf-tab p.actions button,.as3cf-tab p.actions .right{float:right;margin-left:15px;margin-right:0;min-width:90px}.as3cf-tab p.actions button:last-of-type,.as3cf-tab p.actions .right:last-of-type{margin-left:0}.as3cf-tab p.actions span{display:inline-block;margin-right:20px;line-height:28px}.as3cf-tab .locked .as3cf-radio-group label,.as3cf-tab .locked .as3cf-radio-group label p{color:#bbb;cursor:default}.as3cf-tab .locked .as3cf-switch{cursor:default;background:#e6e6e6}.as3cf-tab .locked .as3cf-switch span{background:#f1f1f1;color:#d6d6d6}#tab-media{display:block}#tab-media .as3cf-provider-setting td{padding-top:20px;padding-bottom:5px}#tab-media .as3cf-bucket-setting td{padding:5px 0}.as3cf-bucket-container h3{line-height:1.3;text-transform:none}.as3cf-bucket-container a:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.as3cf-bucket-container input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.as3cf-bucket-container select{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.as3cf-bucket-container .form-table .as3cf-provider-setting h4{font-weight:inherit;margin:0}.as3cf-bucket-container .form-table .as3cf-bucket-list{margin:5px 0 0 0}.as3cf-bucket-container .form-table td{padding:5px 0}.as3cf-bucket-container .form-table td:first-child{width:100px;line-height:30px;vertical-align:top}.as3cf-bucket-container .form-table td .as3cf-defined-in-config{margin-top:-1.75em}.as3cf-bucket-container .as3cf-bucket-list{padding:15px;max-height:200px;overflow-x:hidden;overflow-y:auto;background-color:#fff;font-size:14px}.as3cf-bucket-container .as3cf-bucket-list li:last-of-type{margin-bottom:0}.as3cf-bucket-container .as3cf-bucket-list a{color:#444;text-decoration:none}.as3cf-bucket-container .as3cf-bucket-list a:hover{color:#0074a2}.as3cf-bucket-container .as3cf-bucket-list a.selected{font-weight:bold;color:#0074a2}.as3cf-bucket-container .as3cf-bucket-list a .dashicons{margin-right:5px}.as3cf-change-bucket-access-prompt h3{line-height:1.3;text-transform:none}.as3cf-change-bucket-access-prompt .as3cf-radio-group{margin-bottom:25px}.as3cf-change-bucket-access-prompt .note{color:#999}.as3cf-delivery-provider-select h3{line-height:1.3;text-transform:none}.as3cf-delivery-provider-select .note{color:#999}#tab-media{display:block}#tab-support{min-height:900px}#tab-support .as3cf-sidebar{top:11px}#tab-support .support-section{border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}#tab-support .support-section h3{font-size:20px}#tab-support .debug textarea{width:100%;min-height:200px;font-family:Consolas, Monaco, monospace;margin-bottom:5px}.as3cf-sidebar{position:absolute;top:9px;left:670px;width:292px}.as3cf-sidebar.lite{margin-top:35px;background:white;border-radius:7px;border:1px solid #D9E1EB;overflow:hidden;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);box-shadow:0 1px 2px 0 rgba(0,0,0,0.1)}.as3cf-sidebar .block{padding:20px;border:1px solid #ccc}.as3cf-sidebar .subscribe{border-top:none;text-align:center;padding:40px 20px}.as3cf-sidebar .subscribe h2{padding:0;margin:0;margin-bottom:0.5em;color:#666;font-size:17px;line-height:1.2em;float:none}.as3cf-sidebar .subscribe h3{font-size:16px;margin:20px 0 0}.as3cf-sidebar .subscribe h3 a{background-color:#E9715E;color:white;display:inline-block;font-size:13px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;padding:15px 50px;border-radius:4px;margin-bottom:6px;text-decoration:none;-webkit-box-shadow:0 2px 0 #C6442F;box-shadow:0 2px 0 #C6442F}.as3cf-sidebar .subscribe h3 a:hover{color:rgba(78,13,51,0.65)}.as3cf-sidebar .subscribe p{margin:0}.as3cf-sidebar .subscribe .discount-applied{color:rgba(0,0,0,0.4);font-size:12px;line-height:1.4em;margin-top:10px}.as3cf-sidebar .credits{border-top:0;background:#2E2E31;text-align:center;padding:10px}.as3cf-sidebar .credits h4{font-size:11px;font-weight:normal;color:rgba(255,255,255,0.7);margin-top:0;margin-bottom:10px}.as3cf-sidebar .credits ul{display:inline-block;margin:0}.as3cf-sidebar .credits li{overflow:hidden}.as3cf-sidebar .credits li:last-child{margin-bottom:0}.as3cf-sidebar .credits img{display:inline-block;vertical-align:middle;margin-right:8px}.as3cf-sidebar .credits span{display:inline-block;vertical-align:middle;font-size:12px;line-height:24px}.as3cf-sidebar .credits a{display:block;text-decoration:none;color:white;font-size:12px;text-align:center}.as3cf-sidebar .credits a:hover{color:rgba(255,255,255,0.7)}@media screen and (max-width: 1052px){.as3cf-sidebar{position:relative;top:auto;right:auto}}.as3cf-active-provider,.as3cf-active-bucket{font-weight:bold;margin-right:10px}.as3cf-banner{width:292px;height:156px;display:block;background:#f8cfae url(../img/os3-banner.svg) left bottom/100% no-repeat}.as3cf-banner:focus{-webkit-box-shadow:none;box-shadow:none}.wrap .as3cf-upgrade-details{background-color:#4e0d33;padding:10px 20px 20px 20px;color:#eee;font-size:13px;margin:0;display:block;text-decoration:none}.wrap .as3cf-upgrade-details h1{font-size:27px;color:#f8cfae;margin:0 0 15px 0;padding:0;font-weight:300;line-height:1}.wrap .as3cf-upgrade-details h2{font-size:15px;color:#F8CFAE;margin:0 0 30px 0;font-weight:500;line-height:20px}.wrap .as3cf-upgrade-details p{margin:0}.wrap .as3cf-upgrade-details a{color:#eee;font-weight:bold;text-decoration:none;font-size:16px;-webkit-box-shadow:none;box-shadow:none}.wrap .as3cf-upgrade-details a:hover{color:#fff}.wrap .as3cf-upgrade-details ul{margin:0;list-style:none}.wrap .as3cf-upgrade-details ul li{margin-bottom:15px;line-height:18px;padding-left:25px;background:url(../img/icon-checked.svg) left center no-repeat}.as3cf-compatibility-notice.error{clear:both;margin:5px 20px 5px 0}.as3cf-bucket-error span.title{font-weight:bold}.as3cf-invalid-bucket-name,.as3cf-validation-error{display:block;margin-top:2px;font-size:12px;color:#a00}.as3cf-notice-toggle-content{max-height:100px;overflow-y:scroll}.as3cf-notice-toggle-content .as3cf-notice-toggle-list{margin-top:0;margin-left:0;padding-left:40px;color:#dc3232}.as3cf-need-help{background-color:white;font-size:16px;font-weight:bold;padding:1em}.as3cf-need-help a{text-decoration:none}.as3cf-settings h3{font-size:20px}.as3cf-settings p{font-size:14px}.as3cf-addons,.as3cf-tab .as3cf-compatibility-notice{max-width:cover}textarea.as3cf-access-key-constants-snippet.code{width:100%;white-space:pre;overflow:hidden;font-size:12px;padding:10px;height:53px}.as3cf-addons .as3cf-addons-list{margin:20px 0 200px;padding-top:5px}.as3cf-addons .as3cf-addon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px;font-size:14px}.as3cf-addons .as3cf-addon-info{min-height:100px}.as3cf-addons .as3cf-addon-links{float:right}.as3cf-addons .as3cf-addon-links span{padding:4px 6px}.as3cf-addons .as3cf-addon-icon{float:left;margin-right:20px}.as3cf-addons .as3cf-addon-details{white-space:nowrap}.as3cf-addons .as3cf-addon-title,.as3cf-addons .as3cf-addon-description{font-weight:100}.as3cf-addons .as3cf-addon+.as3cf-addon{margin-top:20px}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull{background-color:#0769ad;color:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .as3cf-addon-title,.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .as3cf-addon-description,.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull a{color:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .extra{background:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .extra a{color:#0769ad;text-decoration:none} +.as3cf-content,.as3cf-updated,.as3cf-compatibility-notice{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:650px}.settings_page_amazon-s3-and-cloudfront .error,.settings_page_amazon-s3-and-cloudfront .notice,.settings_page_amazon-s3-and-cloudfront .updated{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:650px}.as3cf-main.wrap{position:relative}.as3cf-main.wrap>h1{float:left}.as3cf-main.wrap .as3cf-notice,.as3cf-main.wrap .as3cf-updated,.as3cf-main.wrap .as3cf-error{-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-main.wrap .as3cf-error.fatal{clear:both}.as3cf-main.wrap h2.nav-tab-wrapper{float:none;margin-bottom:15px;width:650px;margin-top:10px;padding:9px 0 0 5px}.as3cf-main.wrap h2.nav-tab-wrapper .nav-tab-container{float:right}.as3cf-main.wrap h2.nav-tab-wrapper .nav-tab-container :last-child{margin-right:5px}.as3cf-main.wrap h2.nav-tab-wrapper a.nav-tab-active{color:#464646;cursor:default}.as3cf-main.wrap h2.nav-tab-wrapper a:focus{-webkit-box-shadow:none;box-shadow:none}.as3cf-main.wrap .more-info{white-space:nowrap}.as3cf-main.wrap .error pre{background:#eaeaea;background:rgba(0,0,0,0.07);display:block;padding:10px 15px}.as3cf-main.wrap .error pre code{padding:0;background:none}.as3cf-main.wrap[data-tab="support"] .as3cf-notice,.as3cf-main.wrap[data-tab="support"] .error,.as3cf-main.wrap[data-tab="support"] .updated,.as3cf-main.wrap[data-tab="support"] .updated.show{display:none}.as3cf-main.wrap[data-tab="support"] .fatal .error,.as3cf-main.wrap[data-tab="support"] .as3cf-notice.important,.as3cf-main.wrap[data-tab="support"] .dbrains-api-down{display:block}.as3cf-main.wrap .as3cf-notice,.as3cf-main.wrap .error,.as3cf-main.wrap .updated{max-width:650px;margin-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-main.wrap .as3cf-updated{display:none}.as3cf-main.wrap .as3cf-updated.as3cf-notice,.as3cf-main.wrap .as3cf-updated.show{display:block}.as3cf-main.wrap .alignleft{margin-right:20px;margin-bottom:20px}.as3cf-main.wrap .spinner{min-width:20px}.as3cf-tab .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab .as3cf-main-settings .as3cf-bucket-container h3,.as3cf-tab .as3cf-main-settings .as3cf-change-bucket-access-prompt h3{margin-bottom:-0.5em}.as3cf-tab .as3cf-main-settings a.as3cf-change-provider{display:none}.as3cf-tab .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-can-write-error,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-provider-select{display:block}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-change-bucket-access-prompt,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-delivery-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-needs-access-keys .as3cf-main-settings .as3cf-media-settings,.as3cf-tab.as3cf-has-access-keys.as3cf-change-provider .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-can-write-error,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-bucket-container,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-bucket-container{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-delivery-provider-select,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-needs-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-media-settings,.as3cf-tab.as3cf-has-access-keys.as3cf-change-bucket:not(.as3cf-change-provider) .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-bucket-access .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-can-write-error{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-delivery-provider-select{display:block}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket.as3cf-change-delivery-provider .as3cf-main-settings .as3cf-media-settings{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-bucket-container{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-change-bucket-access-prompt{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-delivery-provider-select{display:none}.as3cf-tab.as3cf-has-access-keys.as3cf-has-bucket:not(.as3cf-change-provider):not(.as3cf-change-bucket):not(.as3cf-change-bucket-access):not(.as3cf-change-delivery-provider) .as3cf-main-settings .as3cf-media-settings{display:block}.as3cf-content>section{margin-bottom:20px}.as3cf-content>section+section.as3cf-access-keys{padding-top:20px;border-top:1px solid #d3d3d3}.as3cf-content>section+section.as3cf-access-keys .as3cf-section-heading{margin-top:0}.as3cf-tab{display:none;position:relative;width:650px}.as3cf-tab .as3cf-main-settings p{font-size:13px}.as3cf-tab .as3cf-main-settings p a{color:#444}.as3cf-tab .object-prefix-desc em{white-space:nowrap}.as3cf-tab .as3cf-url-preview-wrap{background:#fff;text-align:center;padding:20px 0 0;max-width:650px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.as3cf-tab .as3cf-url-preview-wrap .as3cf-url-preview{margin-top:10px;padding:0 20px 10px;overflow-x:scroll}.as3cf-tab .as3cf-url-preview-wrap span{color:#aaa;text-transform:uppercase;font-weight:bold}.as3cf-tab .as3cf-radio-group label{display:block;margin-bottom:10px}.as3cf-tab .as3cf-radio-group label.disabled,.as3cf-tab .as3cf-radio-group label.disabled p{color:#bbb;cursor:default}.as3cf-tab .as3cf-radio-group p{padding-left:25px;color:#6b6b6b;margin:0;font-size:12px}.as3cf-tab .as3cf-radio-group p.as3cf-setting{margin-top:5px}.as3cf-tab .as3cf-switch{position:relative;display:inline-block;padding:2px;overflow:hidden;border-radius:2px;background-color:#d4d3d3;cursor:pointer}.as3cf-tab .as3cf-switch.on{background-color:#ade7b5}.as3cf-tab .as3cf-switch span{visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;display:inline-block;height:100%;font-size:12px;line-height:20px;border-radius:2px;font-weight:bold;padding:4px 8px;background:#fff;color:#8d8d8d;z-index:1}.as3cf-tab .as3cf-switch span.on{color:#82d78b}.as3cf-tab .as3cf-switch span.checked{visibility:visible}.as3cf-tab .as3cf-switch.disabled{cursor:default;background:#e6e6e6}.as3cf-tab .as3cf-switch.disabled span{background:#f1f1f1;color:#d6d6d6}.as3cf-tab .as3cf-switch input[type="checkbox"]{position:absolute !important;top:0;left:0;opacity:0;filter:alpha(opacity=0);z-index:-1}.as3cf-tab .as3cf-setting.hide{display:none}.as3cf-tab .as3cf-setting .as3cf-sub-setting .as3cf-sub-setting-heading{padding-top:15px}.as3cf-tab .as3cf-setting .as3cf-sub-setting .as3cf-defined-in-config{margin-top:15px}.as3cf-tab div.as3cf-setting{margin-top:4px}.as3cf-tab h3{font-weight:normal;text-transform:uppercase}.as3cf-tab .form-table{margin:0}.as3cf-tab .form-table tr.as3cf-border-bottom td{border-bottom:1px solid #ddd;padding:20px 0px}.as3cf-tab .form-table tr.as3cf-setting-title td{padding-bottom:0}.as3cf-tab .form-table tr.as3cf-setting-title:first-child td{padding-top:20px}.as3cf-tab .form-table tr.configure-url:first-child td{padding-top:5px;padding-bottom:0}.as3cf-tab .form-table tr.hide{display:none}.as3cf-tab .form-table tr td{padding:15px 0}.as3cf-tab .form-table tr td:first-child{vertical-align:top;min-width:120px;padding-top:20px}.as3cf-tab .form-table tr td .as3cf-notice:last-child{margin-bottom:0}.as3cf-tab .form-table tr td>p:first-child{margin-top:0}.as3cf-tab .form-table h3{padding:0;margin:0}.as3cf-tab .form-table h4{margin:0}.as3cf-tab .as3cf-active-region{font-style:italic}.as3cf-tab .as3cf-view-bucket{color:#444;text-decoration:none;margin-right:10px}.as3cf-tab .as3cf-view-bucket:hover,.as3cf-tab .as3cf-view-bucket:active{color:#00a0d2}.as3cf-tab .as3cf-view-bucket:focus{-webkit-box-shadow:none;box-shadow:none}.as3cf-tab .as3cf-view-bucket .dashicons-external{margin-top:-2px}.as3cf-tab .tooltip{position:relative;z-index:2;cursor:pointer}.as3cf-tab .tooltip:before,.as3cf-tab .tooltip:after{visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;pointer-events:none}.as3cf-tab .tooltip:before{position:absolute;bottom:150%;left:50%;margin-bottom:5px;margin-left:-250px;padding:10px;width:500px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,0.9);color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:1.3}.as3cf-tab .tooltip:after{position:absolute;bottom:150%;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,0.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}.as3cf-tab .tooltip:hover:before,.as3cf-tab .tooltip:hover:after{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.as3cf-tab .as3cf-defined-in-config{background:#ccc;color:#fff;padding:2px 5px;margin:0 0 3px 5px;float:right;white-space:nowrap;clear:right}.as3cf-tab .as3cf-defined-setting,.as3cf-tab .as3cf-locked-setting{color:#bbb}.as3cf-tab .as3cf-defined-setting label,.as3cf-tab .as3cf-locked-setting label{cursor:default}.as3cf-tab .as3cf-defined-setting p .more-info a,.as3cf-tab .as3cf-locked-setting p .more-info a{color:#bbb}.as3cf-tab .as3cf-defined-setting .as3cf-radio-group p,.as3cf-tab .as3cf-locked-setting .as3cf-radio-group p{color:#bbb}.as3cf-tab .as3cf-defined-setting .as3cf-notice,.as3cf-tab .as3cf-locked-setting .as3cf-notice{display:none !important}.as3cf-tab p.actions{margin:30px 0;border-top:1px solid #ccc;padding-top:15px}.as3cf-tab p.actions button,.as3cf-tab p.actions .right{float:right;margin-left:15px;margin-right:0;min-width:90px}.as3cf-tab p.actions button:last-of-type,.as3cf-tab p.actions .right:last-of-type{margin-left:0}.as3cf-tab p.actions span{display:inline-block;margin-right:20px;line-height:28px}.as3cf-tab .locked .as3cf-radio-group label,.as3cf-tab .locked .as3cf-radio-group label p{color:#bbb;cursor:default}.as3cf-tab .locked .as3cf-switch{cursor:default;background:#e6e6e6}.as3cf-tab .locked .as3cf-switch span{background:#f1f1f1;color:#d6d6d6}#tab-media{display:block}#tab-media .as3cf-provider-setting td{padding-top:20px;padding-bottom:5px}#tab-media .as3cf-bucket-setting td{padding:5px 0}.as3cf-bucket-container h3{line-height:1.3;text-transform:none}.as3cf-bucket-container a:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.as3cf-bucket-container input[type=text]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.as3cf-bucket-container select{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.as3cf-bucket-container .form-table .as3cf-provider-setting h4{font-weight:inherit;margin:0}.as3cf-bucket-container .form-table .as3cf-bucket-list{margin:5px 0 0 0}.as3cf-bucket-container .form-table td{padding:5px 0}.as3cf-bucket-container .form-table td:first-child{width:100px;line-height:30px;vertical-align:top}.as3cf-bucket-container .form-table td .as3cf-defined-in-config{margin-top:-1.75em}.as3cf-bucket-container .as3cf-bucket-list{padding:15px;max-height:200px;overflow-x:hidden;overflow-y:auto;background-color:#fff;font-size:14px}.as3cf-bucket-container .as3cf-bucket-list li:last-of-type{margin-bottom:0}.as3cf-bucket-container .as3cf-bucket-list a{color:#444;text-decoration:none}.as3cf-bucket-container .as3cf-bucket-list a:hover{color:#0074a2}.as3cf-bucket-container .as3cf-bucket-list a.selected{font-weight:bold;color:#0074a2}.as3cf-bucket-container .as3cf-bucket-list a .dashicons{margin-right:5px}.as3cf-change-bucket-access-prompt h3{line-height:1.3;text-transform:none}.as3cf-change-bucket-access-prompt .as3cf-radio-group{margin-bottom:25px}.as3cf-change-bucket-access-prompt .note{color:#999}.as3cf-delivery-provider-select h3{line-height:1.3;text-transform:none}.as3cf-delivery-provider-select .note{color:#999}#tab-media{display:block}#tab-support{min-height:900px}#tab-support .as3cf-sidebar{top:11px}#tab-support .support-section{border-bottom:1px solid #ccc;padding-bottom:20px;margin-bottom:20px}#tab-support .support-section h3{font-size:20px}#tab-support .debug textarea{width:100%;min-height:200px;font-family:Consolas, Monaco, monospace;margin-bottom:5px}.as3cf-sidebar{position:absolute;top:9px;left:670px;width:292px}.as3cf-sidebar.lite{margin-top:35px;background:white;border-radius:7px;border:1px solid #D9E1EB;overflow:hidden;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);box-shadow:0 1px 2px 0 rgba(0,0,0,0.1)}.as3cf-sidebar .block{padding:20px;border:1px solid #ccc}.as3cf-sidebar .subscribe{border-top:none;text-align:center;padding:40px 20px}.as3cf-sidebar .subscribe h2{padding:0;margin:0;margin-bottom:0.5em;color:#666;font-size:17px;line-height:1.2em;float:none}.as3cf-sidebar .subscribe h3{font-size:16px;margin:20px 0 0}.as3cf-sidebar .subscribe h3 a{background-color:#E9715E;color:white;display:inline-block;font-size:13px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;padding:15px 50px;border-radius:4px;margin-bottom:6px;text-decoration:none;-webkit-box-shadow:0 2px 0 #C6442F;box-shadow:0 2px 0 #C6442F}.as3cf-sidebar .subscribe h3 a:hover{color:rgba(78,13,51,0.65)}.as3cf-sidebar .subscribe p{margin:0}.as3cf-sidebar .subscribe .discount-applied{color:rgba(0,0,0,0.4);font-size:12px;line-height:1.4em;margin-top:10px}.as3cf-sidebar .credits{border-top:0;background:#2E2E31;text-align:center;padding:10px}.as3cf-sidebar .credits h4{font-size:11px;font-weight:normal;color:rgba(255,255,255,0.7);margin-top:0;margin-bottom:10px}.as3cf-sidebar .credits ul{display:inline-block;margin:0}.as3cf-sidebar .credits li{overflow:hidden}.as3cf-sidebar .credits li:last-child{margin-bottom:0}.as3cf-sidebar .credits img{display:inline-block;vertical-align:middle;margin-right:8px}.as3cf-sidebar .credits span{display:inline-block;vertical-align:middle;font-size:12px;line-height:24px}.as3cf-sidebar .credits a{display:block;text-decoration:none;color:white;font-size:12px;text-align:center}.as3cf-sidebar .credits a:hover{color:rgba(255,255,255,0.7)}@media screen and (max-width: 1052px){.as3cf-sidebar{position:relative;top:auto;right:auto}}.as3cf-active-provider,.as3cf-active-bucket{font-weight:bold;margin-right:10px}.as3cf-banner{width:292px;height:156px;display:block;background:#f8cfae url(../img/os3-banner.svg) left bottom/100% no-repeat}.as3cf-banner:focus{-webkit-box-shadow:none;box-shadow:none}.wrap .as3cf-upgrade-details{background-color:#4e0d33;padding:10px 20px 20px 20px;color:#eee;font-size:13px;margin:0;display:block;text-decoration:none}.wrap .as3cf-upgrade-details h1{font-size:27px;color:#f8cfae;margin:0 0 15px 0;padding:0;font-weight:300;line-height:1}.wrap .as3cf-upgrade-details h2{font-size:15px;color:#F8CFAE;margin:0 0 30px 0;font-weight:500;line-height:20px}.wrap .as3cf-upgrade-details p{margin:0}.wrap .as3cf-upgrade-details a{color:#eee;font-weight:bold;text-decoration:none;font-size:16px;-webkit-box-shadow:none;box-shadow:none}.wrap .as3cf-upgrade-details a:hover{color:#fff}.wrap .as3cf-upgrade-details ul{margin:0;list-style:none}.wrap .as3cf-upgrade-details ul li{margin-bottom:15px;line-height:18px;padding-left:25px;background:url(../img/icon-checked.svg) left center no-repeat}.as3cf-compatibility-notice.error{clear:both;margin:5px 20px 5px 0}.as3cf-bucket-error span.title{font-weight:bold}.as3cf-invalid-bucket-name,.as3cf-validation-error{display:block;margin-top:2px;font-size:12px;color:#a00}.as3cf-notice-toggle-content{max-height:100px;overflow-y:scroll}.as3cf-notice-toggle-content .as3cf-notice-toggle-list{margin-top:0;margin-left:0;padding-left:40px;color:#dc3232}.as3cf-need-help{background-color:white;font-size:16px;font-weight:bold;padding:1em}.as3cf-need-help a{text-decoration:none}.as3cf-settings h3{font-size:20px}.as3cf-settings p{font-size:14px}.as3cf-addons,.as3cf-tab .as3cf-compatibility-notice{max-width:cover}textarea.as3cf-access-key-constants-snippet.code{width:100%;white-space:pre;overflow:hidden;font-size:12px;padding:10px;height:53px}.as3cf-addons .as3cf-addons-list{margin:20px 0 200px;padding-top:5px}.as3cf-addons .as3cf-addon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:20px;font-size:14px}.as3cf-addons .as3cf-addon-info{min-height:100px}.as3cf-addons .as3cf-addon-links{float:right}.as3cf-addons .as3cf-addon-links span{padding:4px 6px}.as3cf-addons .as3cf-addon-icon{float:left;margin-right:20px}.as3cf-addons .as3cf-addon-details{white-space:nowrap}.as3cf-addons .as3cf-addon-title,.as3cf-addons .as3cf-addon-description{font-weight:100}.as3cf-addons .as3cf-addon+.as3cf-addon{margin-top:20px}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull{background-color:#0769ad;color:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .as3cf-addon-title,.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .as3cf-addon-description,.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull a{color:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .extra{background:white}.as3cf-addons .as3cf-addon.amazon-s3-and-cloudfront-assets-pull .extra a{color:#0769ad;text-decoration:none} diff --git a/assets/sass/styles.scss b/assets/sass/styles.scss index 0fb8cc64..8a42b954 100644 --- a/assets/sass/styles.scss +++ b/assets/sass/styles.scss @@ -617,9 +617,7 @@ $as3cf_assets: #0769ad; p.actions { margin: 30px 0; border-top: 1px solid #ccc; - //padding: 20px 30px; padding-top: 15px; - overflow: hidden; button, .right { diff --git a/classes/amazon-s3-and-cloudfront.php b/classes/amazon-s3-and-cloudfront.php index 525ab506..63519b91 100644 --- a/classes/amazon-s3-and-cloudfront.php +++ b/classes/amazon-s3-and-cloudfront.php @@ -4976,7 +4976,7 @@ public function get_memory_limit() { $memory_limit = '32000M'; } - return intval( $memory_limit ) * 1024 * 1024; + return wp_convert_hr_to_bytes( $memory_limit ); } /** diff --git a/classes/filters/as3cf-local-to-s3.php b/classes/filters/as3cf-local-to-s3.php index 88a5dd14..1de4382e 100644 --- a/classes/filters/as3cf-local-to-s3.php +++ b/classes/filters/as3cf-local-to-s3.php @@ -250,7 +250,10 @@ protected function get_attachment_ids_from_urls( $urls ) { } foreach ( $query_set as $url ) { - $full_url = AS3CF_Utils::remove_scheme( $url ); + // Path to search for in query set should be based on bare URL. + $bare_url = AS3CF_Utils::remove_scheme( $url ); + // There can be multiple URLs in the query set that belong to the same full URL for the Media Library item. + $full_url = AS3CF_Utils::remove_size_from_filename( $bare_url ); if ( isset( $this->query_cache[ $full_url ] ) ) { // ID already cached, use it. @@ -259,7 +262,7 @@ protected function get_attachment_ids_from_urls( $urls ) { continue; } - $path = AS3CF_Utils::decode_filename_in_path( ltrim( str_replace( $this->get_bare_upload_base_urls(), '', $full_url ), '/' ) ); + $path = AS3CF_Utils::decode_filename_in_path( ltrim( str_replace( $this->get_bare_upload_base_urls(), '', $bare_url ), '/' ) ); $paths[ $path ] = $full_url; $full_urls[ $full_url ][] = $url; diff --git a/classes/providers/storage/aws-provider.php b/classes/providers/storage/aws-provider.php index a6754add..d9897896 100644 --- a/classes/providers/storage/aws-provider.php +++ b/classes/providers/storage/aws-provider.php @@ -218,11 +218,14 @@ private function batch_command( $command, array $items ) { */ protected function default_client_args() { return array( - 'signature_version' => static::SIGNATURE_VERSION, - 'version' => static::API_VERSION, - 'region' => $this->default_region, - 'csm' => apply_filters( 'as3cf_disable_aws_csm', true ) ? false : true, - 'use_arn_region' => apply_filters( 'as3cf_disable_aws_use_arn_region', true ) ? false : true, + 'signature_version' => static::SIGNATURE_VERSION, + 'version' => static::API_VERSION, + 'region' => $this->default_region, + 'csm' => apply_filters( 'as3cf_disable_aws_csm', true ) ? false : true, + 'use_arn_region' => apply_filters( 'as3cf_disable_aws_use_arn_region', true ) ? false : true, + 's3_us_east_1_regional_endpoint' => apply_filters( 'as3cf_aws_s3_us_east_1_regional_endpoint', 'legacy' ), + 'endpoint_discovery' => apply_filters( 'as3cf_disable_aws_endpoint_discovery', true ) ? array( 'enabled' => false ) : array( 'enabled' => true ), + 'sts_regional_endpoints' => apply_filters( 'as3cf_aws_sts_regional_endpoints', 'legacy' ), ); } diff --git a/languages/amazon-s3-and-cloudfront-en.pot b/languages/amazon-s3-and-cloudfront-en.pot index 965c1270..094f202f 100644 --- a/languages/amazon-s3-and-cloudfront-en.pot +++ b/languages/amazon-s3-and-cloudfront-en.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: amazon-s3-and-cloudfront\n" "Report-Msgid-Bugs-To: nom@deliciousbrains.com\n" -"POT-Creation-Date: 2020-07-21 13:43+0100\n" +"POT-Creation-Date: 2020-08-27 12:18+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index 9119a6c7..0ec1d048 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: uploads, amazon, s3, amazon s3, digitalocean, digitalocean spaces, google Requires at least: 4.9 Tested up to: 5.5 Requires PHP: 5.5 -Stable tag: 2.4.1 +Stable tag: 2.4.2 License: GPLv3 Copies files to Amazon S3, DigitalOcean Spaces or Google Cloud Storage as they are uploaded to the Media Library. Optionally configure Amazon CloudFront or another CDN for faster delivery. @@ -81,6 +81,14 @@ This version requires PHP 5.3.3+ and the Amazon Web Services plugin == Changelog == += WP Offload Media Lite 2.4.2 - 2020-08-27 = +* Improvement: Updated AWS PHP SDK to v3.150.1 +* Bug fix: Image thumbnail URLs in custom HTML not rewritten to delivery provider URLs +* Bug fix: Background processes do not start when PHP memory limit in gigabytes +* Bug fix: PHP Fatal error: require(): Failed opening required '.../vendor/Aws3/Aws/Sts/StsClient.php' +* Bug fix: AWS SDK "Warning: is_readable(): open_basedir restriction in effect" message from Regional Endpoint check +* Bug fix: Bottom and right button borders in settings page are clipped when focused + = WP Offload Media Lite 2.4.1 - 2020-07-21 = * Bug fix: Fatal Error with EWWW Image Optimizer 5.5 or earlier installed * Bug fix: AWS SDK "Warning: is_readable(): open_basedir restriction in effect" message when Use ARN Region in effect diff --git a/vendor/Aws3/Aws/Api/DateTimeResult.php b/vendor/Aws3/Aws/Api/DateTimeResult.php index c86d87db..0b89564e 100644 --- a/vendor/Aws3/Aws/Api/DateTimeResult.php +++ b/vendor/Aws3/Aws/Api/DateTimeResult.php @@ -2,6 +2,8 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException; +use Exception; /** * DateTime overrides that make DateTime work more seamlessly as a string, * with JSON documents, and with JMESPath. @@ -10,15 +12,71 @@ class DateTimeResult extends \DateTime implements \JsonSerializable { /** * Create a new DateTimeResult from a unix timestamp. - * + * The Unix epoch (or Unix time or POSIX time or Unix + * timestamp) is the number of seconds that have elapsed since + * January 1, 1970 (midnight UTC/GMT). * @param $unixTimestamp * * @return DateTimeResult + * @throws Exception */ public static function fromEpoch($unixTimestamp) { return new self(gmdate('c', $unixTimestamp)); } + /** + * @param $iso8601Timestamp + * + * @return DateTimeResult + */ + public static function fromISO8601($iso8601Timestamp) + { + if (is_numeric($iso8601Timestamp) || !is_string($iso8601Timestamp)) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException('Invalid timestamp value passed to DateTimeResult::fromISO8601'); + } + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult($iso8601Timestamp); + } + /** + * Create a new DateTimeResult from an unknown timestamp. + * + * @param $timestamp + * + * @return DateTimeResult + * @throws ParserException|Exception + */ + public static function fromTimestamp($timestamp, $expectedFormat = null) + { + if (empty($timestamp)) { + return self::fromEpoch(0); + } + if (!(is_string($timestamp) || is_numeric($timestamp))) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException('Invalid timestamp value passed to DateTimeResult::fromTimestamp'); + } + try { + if ($expectedFormat == 'iso8601') { + try { + return self::fromISO8601($timestamp); + } catch (Exception $exception) { + return self::fromEpoch($timestamp); + } + } else { + if ($expectedFormat == 'unixTimestamp') { + try { + return self::fromEpoch($timestamp); + } catch (Exception $exception) { + return self::fromISO8601($timestamp); + } + } else { + if (\DeliciousBrains\WP_Offload_Media\Aws3\Aws\is_valid_epoch($timestamp)) { + return self::fromEpoch($timestamp); + } + } + } + return self::fromISO8601($timestamp); + } catch (Exception $exception) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException('Invalid timestamp value passed to DateTimeResult::fromTimestamp'); + } + } /** * Serialize the DateTimeResult as an ISO 8601 date string. * diff --git a/vendor/Aws3/Aws/Api/ErrorParser/AbstractErrorParser.php b/vendor/Aws3/Aws/Api/ErrorParser/AbstractErrorParser.php index 2ae3a530..a930c2e5 100644 --- a/vendor/Aws3/Aws/Api/ErrorParser/AbstractErrorParser.php +++ b/vendor/Aws3/Aws/Api/ErrorParser/AbstractErrorParser.php @@ -46,6 +46,7 @@ protected function populateShape(array &$data, \DeliciousBrains\WP_Offload_Media if ($data['code'] == $error['name'] && $error instanceof StructureShape) { $modeledError = $error; $data['body'] = $this->extractPayload($modeledError, $response); + $data['error_shape'] = $modeledError; foreach ($error->getMembers() as $name => $member) { switch ($member['location']) { case 'header': diff --git a/vendor/Aws3/Aws/Api/Parser/AbstractRestParser.php b/vendor/Aws3/Aws/Api/Parser/AbstractRestParser.php index c33d371b..ea39454e 100644 --- a/vendor/Aws3/Aws/Api/Parser/AbstractRestParser.php +++ b/vendor/Aws3/Aws/Api/Parser/AbstractRestParser.php @@ -88,10 +88,7 @@ private function extractHeader($name, \DeliciousBrains\WP_Offload_Media\Aws3\Aws break; case 'timestamp': try { - if (!empty($shape['timestampFormat']) && $shape['timestampFormat'] === 'unixTimestamp') { - $value = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromEpoch($value); - } - $value = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult($value); + $value = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromTimestamp($value, !empty($shape['timestampFormat']) ? $shape['timestampFormat'] : null); break; } catch (\Exception $e) { // If the value cannot be parsed, then do not add it to the diff --git a/vendor/Aws3/Aws/Api/Parser/JsonParser.php b/vendor/Aws3/Aws/Api/Parser/JsonParser.php index a3ec89e5..ad99284e 100644 --- a/vendor/Aws3/Aws/Api/Parser/JsonParser.php +++ b/vendor/Aws3/Aws/Api/Parser/JsonParser.php @@ -39,13 +39,7 @@ public function parse(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape $shap } return $target; case 'timestamp': - if (!empty($shape['timestampFormat']) && $shape['timestampFormat'] !== 'unixTimestamp') { - return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult($value); - } - // The Unix epoch (or Unix time or POSIX time or Unix - // timestamp) is the number of seconds that have elapsed since - // January 1, 1970 (midnight UTC/GMT). - return \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromEpoch($value); + return \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromTimestamp($value, !empty($shape['timestampFormat']) ? $shape['timestampFormat'] : null); case 'blob': return base64_decode($value); default: diff --git a/vendor/Aws3/Aws/Api/Parser/MetadataParserTrait.php b/vendor/Aws3/Aws/Api/Parser/MetadataParserTrait.php index 5087b01a..eedc5273 100644 --- a/vendor/Aws3/Aws/Api/Parser/MetadataParserTrait.php +++ b/vendor/Aws3/Aws/Api/Parser/MetadataParserTrait.php @@ -29,10 +29,7 @@ protected function extractHeader($name, \DeliciousBrains\WP_Offload_Media\Aws3\A break; case 'timestamp': try { - if (!empty($shape['timestampFormat']) && $shape['timestampFormat'] === 'unixTimestamp') { - $value = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromEpoch($value); - } - $value = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult($value); + $value = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromTimestamp($value, !empty($shape['timestampFormat']) ? $shape['timestampFormat'] : null); break; } catch (\Exception $e) { // If the value cannot be parsed, then do not add it to the diff --git a/vendor/Aws3/Aws/Api/Parser/XmlParser.php b/vendor/Aws3/Aws/Api/Parser/XmlParser.php index c25402d6..ca8cfc3e 100644 --- a/vendor/Aws3/Aws/Api/Parser/XmlParser.php +++ b/vendor/Aws3/Aws/Api/Parser/XmlParser.php @@ -5,6 +5,7 @@ use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\ListShape; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\MapShape; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\StructureShape; /** @@ -99,10 +100,10 @@ private function parse_boolean(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Sh } private function parse_timestamp(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape $shape, $value) { - if (!empty($shape['timestampFormat']) && $shape['timestampFormat'] === 'unixTimestamp') { - return \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromEpoch((string) $value); + if (is_string($value) || is_int($value) || is_object($value) && method_exists($value, '__toString')) { + return \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult::fromTimestamp((string) $value, !empty($shape['timestampFormat']) ? $shape['timestampFormat'] : null); } - return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\DateTimeResult($value); + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException('Invalid timestamp value passed to XmlParser::parse_timestamp'); } private function parse_xml_attribute(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape $shape, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape $memberShape, $value) { diff --git a/vendor/Aws3/Aws/AwsClient.php b/vendor/Aws3/Aws/AwsClient.php index 0dd5593d..801557d8 100644 --- a/vendor/Aws3/Aws/AwsClient.php +++ b/vendor/Aws3/Aws/AwsClient.php @@ -101,9 +101,9 @@ public static function getArguments() * Provide an instance of Aws\EndpointDiscovery\ConfigurationInterface, * an instance Aws\CacheInterface, a callable that provides a promise for * a Configuration object, or an associative array with the following - * keys: enabled: (bool) Set to true to enable endpoint discovery, - * defaults to false; cache_limit: (int) The maximum number of keys in the - * endpoints cache, defaults to 1000. + * keys: enabled: (bool) Set to true to enable endpoint discovery, false + * to explicitly disable it, defaults to false; cache_limit: (int) The + * maximum number of keys in the endpoints cache, defaults to 1000. * - endpoint_provider: (callable) An optional PHP callable that * accepts a hash of options including a "service" and "region" key and * returns NULL or a hash of endpoint data, of which the "endpoint" key @@ -136,8 +136,16 @@ public static function getArguments() * - region: (string, required) Region to connect to. See * http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of * available regions. - * - retries: (int, default=int(3)) Configures the maximum number of - * allowed retries for a client (pass 0 to disable retries). + * - retries: (int, Aws\Retry\ConfigurationInterface, Aws\CacheInterface, + * array, callable) Configures the retry mode and maximum number of + * allowed retries for a client (pass 0 to disable retries). Provide an + * integer for 'legacy' mode with the specified number of retries. + * Otherwise provide an instance of Aws\Retry\ConfigurationInterface, an + * instance of Aws\CacheInterface, a callable function, or an array with + * the following keys: mode: (string) Set to 'legacy', 'standard' (uses + * retry quota management), or 'adapative' (an experimental mode that adds + * client-side rate limiting to standard mode); max_attempts (int) The + * maximum number of attempts for a given request. * - scheme: (string, default=string(5) "https") URI scheme to use when * connecting connect. The SDK will utilize "https" endpoints (i.e., * utilize SSL/TLS connections) by default. You can attempt to connect to @@ -152,6 +160,10 @@ public static function getArguments() * signature version to use with a service (e.g., v4). Note that * per/operation signature version MAY override this requested signature * version. + * - use_aws_shared_config_files: (bool, default=bool(true)) Set to false to + * disable checking for shared config file in '~/.aws/config' and + * '~/.aws/credentials'. This will override the AWS_CONFIG_FILE + * environment variable. * - validate: (bool, default=bool(true)) Set to false to disable * client-side parameter validation. * - version: (string, required) The version of the webservice to @@ -241,7 +253,7 @@ public function __sleep() * * @return callable */ - protected final function getSignatureProvider() + public final function getSignatureProvider() { return $this->signatureProvider; } diff --git a/vendor/Aws3/Aws/ClientResolver.php b/vendor/Aws3/Aws/ClientResolver.php index 66922285..276080f6 100644 --- a/vendor/Aws3/Aws/ClientResolver.php +++ b/vendor/Aws3/Aws/ClientResolver.php @@ -14,6 +14,9 @@ use DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\ConfigurationInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\ConfigurationProvider; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\EndpointDiscoveryMiddleware; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\InvalidRegionException; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationInterface as RetryConfigInterface; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationProvider as RetryConfigProvider; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Signature\SignatureProvider; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Endpoint\EndpointProvider; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Credentials\CredentialProvider; @@ -28,7 +31,7 @@ class ClientResolver private $argDefinitions; /** @var array Map of types to a corresponding function */ private static $typeMap = ['resource' => 'is_resource', 'callable' => 'is_callable', 'int' => 'is_int', 'bool' => 'is_bool', 'string' => 'is_string', 'object' => 'is_object', 'array' => 'is_array']; - private static $defaultArgs = ['service' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'Name of the service to utilize. This value will be supplied by default when using one of the SDK clients (e.g., Aws\\S3\\S3Client).', 'required' => true, 'internal' => true], 'exception_class' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'Exception class to create when an error occurs.', 'default' => 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\AwsException', 'internal' => true], 'scheme' => ['type' => 'value', 'valid' => ['string'], 'default' => 'https', 'doc' => 'URI scheme to use when connecting connect. The SDK will utilize "https" endpoints (i.e., utilize SSL/TLS connections) by default. You can attempt to connect to a service over an unencrypted "http" endpoint by setting ``scheme`` to "http".'], 'disable_host_prefix_injection' => ['type' => 'value', 'valid' => ['bool'], 'doc' => 'Set to true to disable host prefix injection logic for services that use it. This disables the entire prefix injection, including the portions supplied by user-defined parameters. Setting this flag will have no effect on services that do not use host prefix injection.', 'default' => false], 'endpoint' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'The full URI of the webservice. This is only required when connecting to a custom endpoint (e.g., a local version of S3).', 'fn' => [__CLASS__, '_apply_endpoint']], 'region' => ['type' => 'value', 'valid' => ['string'], 'required' => [__CLASS__, '_missing_region'], 'doc' => 'Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.'], 'version' => ['type' => 'value', 'valid' => ['string'], 'required' => [__CLASS__, '_missing_version'], 'doc' => 'The version of the webservice to utilize (e.g., 2006-03-01).'], 'signature_provider' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'A callable that accepts a signature version name (e.g., "v4"), a service name, and region, and returns a SignatureInterface object or null. This provider is used to create signers utilized by the client. See Aws\\Signature\\SignatureProvider for a list of built-in providers', 'default' => [__CLASS__, '_default_signature_provider']], 'api_provider' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'An optional PHP callable that accepts a type, service, and version argument, and returns an array of corresponding configuration data. The type value can be one of api, waiter, or paginator.', 'fn' => [__CLASS__, '_apply_api_provider'], 'default' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\ApiProvider::class, 'defaultProvider']], 'endpoint_provider' => ['type' => 'value', 'valid' => ['callable'], 'fn' => [__CLASS__, '_apply_endpoint_provider'], 'doc' => 'An optional PHP callable that accepts a hash of options including a "service" and "region" key and returns NULL or a hash of endpoint data, of which the "endpoint" key is required. See Aws\\Endpoint\\EndpointProvider for a list of built-in providers.', 'default' => [__CLASS__, '_default_endpoint_provider']], 'serializer' => ['default' => [__CLASS__, '_default_serializer'], 'fn' => [__CLASS__, '_apply_serializer'], 'internal' => true, 'type' => 'value', 'valid' => ['callable']], 'signature_version' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom signature version to use with a service (e.g., v4). Note that per/operation signature version MAY override this requested signature version.', 'default' => [__CLASS__, '_default_signature_version']], 'signing_name' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom service name to be used when calculating a request signature.', 'default' => [__CLASS__, '_default_signing_name']], 'signing_region' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom region name to be used when calculating a request signature.', 'default' => [__CLASS__, '_default_signing_region']], 'profile' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'Allows you to specify which profile to use when credentials are created from the AWS credentials file in your HOME directory. This setting overrides the AWS_PROFILE environment variable. Note: Specifying "profile" will cause the "credentials" key to be ignored.', 'fn' => [__CLASS__, '_apply_profile']], 'credentials' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Credentials\CredentialsInterface::class, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CacheInterface::class, 'array', 'bool', 'callable'], 'doc' => 'Specifies the credentials used to sign requests. Provide an Aws\\Credentials\\CredentialsInterface object, an associative array of "key", "secret", and an optional "token" key, `false` to use null credentials, or a callable credentials provider used to create credentials or return null. See Aws\\Credentials\\CredentialProvider for a list of built-in credentials providers. If no credentials are provided, the SDK will attempt to load them from the environment.', 'fn' => [__CLASS__, '_apply_credentials'], 'default' => [__CLASS__, '_default_credential_provider']], 'endpoint_discovery' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\ConfigurationInterface::class, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CacheInterface::class, 'array', 'callable'], 'doc' => 'Specifies settings for endpoint discovery. Provide an instance of Aws\\EndpointDiscovery\\ConfigurationInterface, an instance Aws\\CacheInterface, a callable that provides a promise for a Configuration object, or an associative array with the following keys: enabled: (bool) Set to true to enable endpoint discovery. Defaults to false; cache_limit: (int) The maximum number of keys in the endpoints cache. Defaults to 1000.', 'fn' => [__CLASS__, '_apply_endpoint_discovery'], 'default' => [__CLASS__, '_default_endpoint_discovery_provider']], 'stats' => ['type' => 'value', 'valid' => ['bool', 'array'], 'default' => false, 'doc' => 'Set to true to gather transfer statistics on requests sent. Alternatively, you can provide an associative array with the following keys: retries: (bool) Set to false to disable reporting on retries attempted; http: (bool) Set to true to enable collecting statistics from lower level HTTP adapters (e.g., values returned in GuzzleHttp\\TransferStats). HTTP handlers must support an http_stats_receiver option for this to have an effect; timer: (bool) Set to true to enable a command timer that reports the total wall clock time spent on an operation in seconds.', 'fn' => [__CLASS__, '_apply_stats']], 'retries' => ['type' => 'value', 'valid' => ['int'], 'doc' => 'Configures the maximum number of allowed retries for a client (pass 0 to disable retries). ', 'fn' => [__CLASS__, '_apply_retries'], 'default' => 3], 'validate' => ['type' => 'value', 'valid' => ['bool', 'array'], 'default' => true, 'doc' => 'Set to false to disable client-side parameter validation. Set to true to utilize default validation constraints. Set to an associative array of validation options to enable specific validation constraints.', 'fn' => [__CLASS__, '_apply_validate']], 'debug' => ['type' => 'value', 'valid' => ['bool', 'array'], 'doc' => 'Set to true to display debug information when sending requests. Alternatively, you can provide an associative array with the following keys: logfn: (callable) Function that is invoked with log messages; stream_size: (int) When the size of a stream is greater than this number, the stream data will not be logged (set to "0" to not log any stream data); scrub_auth: (bool) Set to false to disable the scrubbing of auth data from the logged messages; http: (bool) Set to false to disable the "debug" feature of lower level HTTP adapters (e.g., verbose curl output).', 'fn' => [__CLASS__, '_apply_debug']], 'csm' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\ClientSideMonitoring\ConfigurationInterface::class, 'callable', 'array', 'bool'], 'doc' => 'CSM options for the client. Provides a callable wrapping a promise, a boolean "false", an instance of ConfigurationInterface, or an associative array of "enabled", "host", "port", and "client_id".', 'fn' => [__CLASS__, '_apply_csm'], 'default' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\ClientSideMonitoring\ConfigurationProvider::class, 'defaultProvider']], 'http' => ['type' => 'value', 'valid' => ['array'], 'default' => [], 'doc' => 'Set to an array of SDK request options to apply to each request (e.g., proxy, verify, etc.).'], 'http_handler' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'An HTTP handler is a function that accepts a PSR-7 request object and returns a promise that is fulfilled with a PSR-7 response object or rejected with an array of exception data. NOTE: This option supersedes any provided "handler" option.', 'fn' => [__CLASS__, '_apply_http_handler']], 'handler' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'A handler that accepts a command object, request object and returns a promise that is fulfilled with an Aws\\ResultInterface object or rejected with an Aws\\Exception\\AwsException. A handler does not accept a next handler as it is terminal and expected to fulfill a command. If no handler is provided, a default Guzzle handler will be utilized.', 'fn' => [__CLASS__, '_apply_handler'], 'default' => [__CLASS__, '_default_handler']], 'ua_append' => ['type' => 'value', 'valid' => ['string', 'array'], 'doc' => 'Provide a string or array of strings to send in the User-Agent header.', 'fn' => [__CLASS__, '_apply_user_agent'], 'default' => []], 'idempotency_auto_fill' => ['type' => 'value', 'valid' => ['bool', 'callable'], 'doc' => 'Set to false to disable SDK to populate parameters that enabled \'idempotencyToken\' trait with a random UUID v4 value on your behalf. Using default value \'true\' still allows parameter value to be overwritten when provided. Note: auto-fill only works when cryptographically secure random bytes generator functions(random_bytes, openssl_random_pseudo_bytes or mcrypt_create_iv) can be found. You may also provide a callable source of random bytes.', 'default' => true, 'fn' => [__CLASS__, '_apply_idempotency_auto_fill']]]; + private static $defaultArgs = ['service' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'Name of the service to utilize. This value will be supplied by default when using one of the SDK clients (e.g., Aws\\S3\\S3Client).', 'required' => true, 'internal' => true], 'exception_class' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'Exception class to create when an error occurs.', 'default' => 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\AwsException', 'internal' => true], 'scheme' => ['type' => 'value', 'valid' => ['string'], 'default' => 'https', 'doc' => 'URI scheme to use when connecting connect. The SDK will utilize "https" endpoints (i.e., utilize SSL/TLS connections) by default. You can attempt to connect to a service over an unencrypted "http" endpoint by setting ``scheme`` to "http".'], 'disable_host_prefix_injection' => ['type' => 'value', 'valid' => ['bool'], 'doc' => 'Set to true to disable host prefix injection logic for services that use it. This disables the entire prefix injection, including the portions supplied by user-defined parameters. Setting this flag will have no effect on services that do not use host prefix injection.', 'default' => false], 'endpoint' => ['type' => 'value', 'valid' => ['string'], 'doc' => 'The full URI of the webservice. This is only required when connecting to a custom endpoint (e.g., a local version of S3).', 'fn' => [__CLASS__, '_apply_endpoint']], 'region' => ['type' => 'value', 'valid' => ['string'], 'required' => [__CLASS__, '_missing_region'], 'doc' => 'Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.'], 'version' => ['type' => 'value', 'valid' => ['string'], 'required' => [__CLASS__, '_missing_version'], 'doc' => 'The version of the webservice to utilize (e.g., 2006-03-01).'], 'signature_provider' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'A callable that accepts a signature version name (e.g., "v4"), a service name, and region, and returns a SignatureInterface object or null. This provider is used to create signers utilized by the client. See Aws\\Signature\\SignatureProvider for a list of built-in providers', 'default' => [__CLASS__, '_default_signature_provider']], 'api_provider' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'An optional PHP callable that accepts a type, service, and version argument, and returns an array of corresponding configuration data. The type value can be one of api, waiter, or paginator.', 'fn' => [__CLASS__, '_apply_api_provider'], 'default' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\ApiProvider::class, 'defaultProvider']], 'endpoint_provider' => ['type' => 'value', 'valid' => ['callable'], 'fn' => [__CLASS__, '_apply_endpoint_provider'], 'doc' => 'An optional PHP callable that accepts a hash of options including a "service" and "region" key and returns NULL or a hash of endpoint data, of which the "endpoint" key is required. See Aws\\Endpoint\\EndpointProvider for a list of built-in providers.', 'default' => [__CLASS__, '_default_endpoint_provider']], 'serializer' => ['default' => [__CLASS__, '_default_serializer'], 'fn' => [__CLASS__, '_apply_serializer'], 'internal' => true, 'type' => 'value', 'valid' => ['callable']], 'signature_version' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom signature version to use with a service (e.g., v4). Note that per/operation signature version MAY override this requested signature version.', 'default' => [__CLASS__, '_default_signature_version']], 'signing_name' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom service name to be used when calculating a request signature.', 'default' => [__CLASS__, '_default_signing_name']], 'signing_region' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'A string representing a custom region name to be used when calculating a request signature.', 'default' => [__CLASS__, '_default_signing_region']], 'profile' => ['type' => 'config', 'valid' => ['string'], 'doc' => 'Allows you to specify which profile to use when credentials are created from the AWS credentials file in your HOME directory. This setting overrides the AWS_PROFILE environment variable. Note: Specifying "profile" will cause the "credentials" key to be ignored.', 'fn' => [__CLASS__, '_apply_profile']], 'credentials' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Credentials\CredentialsInterface::class, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CacheInterface::class, 'array', 'bool', 'callable'], 'doc' => 'Specifies the credentials used to sign requests. Provide an Aws\\Credentials\\CredentialsInterface object, an associative array of "key", "secret", and an optional "token" key, `false` to use null credentials, or a callable credentials provider used to create credentials or return null. See Aws\\Credentials\\CredentialProvider for a list of built-in credentials providers. If no credentials are provided, the SDK will attempt to load them from the environment.', 'fn' => [__CLASS__, '_apply_credentials'], 'default' => [__CLASS__, '_default_credential_provider']], 'endpoint_discovery' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\ConfigurationInterface::class, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CacheInterface::class, 'array', 'callable'], 'doc' => 'Specifies settings for endpoint discovery. Provide an instance of Aws\\EndpointDiscovery\\ConfigurationInterface, an instance Aws\\CacheInterface, a callable that provides a promise for a Configuration object, or an associative array with the following keys: enabled: (bool) Set to true to enable endpoint discovery, false to explicitly disable it. Defaults to false; cache_limit: (int) The maximum number of keys in the endpoints cache. Defaults to 1000.', 'fn' => [__CLASS__, '_apply_endpoint_discovery'], 'default' => [__CLASS__, '_default_endpoint_discovery_provider']], 'stats' => ['type' => 'value', 'valid' => ['bool', 'array'], 'default' => false, 'doc' => 'Set to true to gather transfer statistics on requests sent. Alternatively, you can provide an associative array with the following keys: retries: (bool) Set to false to disable reporting on retries attempted; http: (bool) Set to true to enable collecting statistics from lower level HTTP adapters (e.g., values returned in GuzzleHttp\\TransferStats). HTTP handlers must support an http_stats_receiver option for this to have an effect; timer: (bool) Set to true to enable a command timer that reports the total wall clock time spent on an operation in seconds.', 'fn' => [__CLASS__, '_apply_stats']], 'retries' => ['type' => 'value', 'valid' => ['int', \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationInterface::class, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CacheInterface::class, 'callable', 'array'], 'doc' => "Configures the retry mode and maximum number of allowed retries for a client (pass 0 to disable retries). Provide an integer for 'legacy' mode with the specified number of retries. Otherwise provide an instance of Aws\\Retry\\ConfigurationInterface, an instance of Aws\\CacheInterface, a callable function, or an array with the following keys: mode: (string) Set to 'legacy', 'standard' (uses retry quota management), or 'adapative' (an experimental mode that adds client-side rate limiting to standard mode); max_attempts: (int) The maximum number of attempts for a given request. ", 'fn' => [__CLASS__, '_apply_retries'], 'default' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationProvider::class, 'defaultProvider']], 'validate' => ['type' => 'value', 'valid' => ['bool', 'array'], 'default' => true, 'doc' => 'Set to false to disable client-side parameter validation. Set to true to utilize default validation constraints. Set to an associative array of validation options to enable specific validation constraints.', 'fn' => [__CLASS__, '_apply_validate']], 'debug' => ['type' => 'value', 'valid' => ['bool', 'array'], 'doc' => 'Set to true to display debug information when sending requests. Alternatively, you can provide an associative array with the following keys: logfn: (callable) Function that is invoked with log messages; stream_size: (int) When the size of a stream is greater than this number, the stream data will not be logged (set to "0" to not log any stream data); scrub_auth: (bool) Set to false to disable the scrubbing of auth data from the logged messages; http: (bool) Set to false to disable the "debug" feature of lower level HTTP adapters (e.g., verbose curl output).', 'fn' => [__CLASS__, '_apply_debug']], 'csm' => ['type' => 'value', 'valid' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\ClientSideMonitoring\ConfigurationInterface::class, 'callable', 'array', 'bool'], 'doc' => 'CSM options for the client. Provides a callable wrapping a promise, a boolean "false", an instance of ConfigurationInterface, or an associative array of "enabled", "host", "port", and "client_id".', 'fn' => [__CLASS__, '_apply_csm'], 'default' => [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\ClientSideMonitoring\ConfigurationProvider::class, 'defaultProvider']], 'http' => ['type' => 'value', 'valid' => ['array'], 'default' => [], 'doc' => 'Set to an array of SDK request options to apply to each request (e.g., proxy, verify, etc.).'], 'http_handler' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'An HTTP handler is a function that accepts a PSR-7 request object and returns a promise that is fulfilled with a PSR-7 response object or rejected with an array of exception data. NOTE: This option supersedes any provided "handler" option.', 'fn' => [__CLASS__, '_apply_http_handler']], 'handler' => ['type' => 'value', 'valid' => ['callable'], 'doc' => 'A handler that accepts a command object, request object and returns a promise that is fulfilled with an Aws\\ResultInterface object or rejected with an Aws\\Exception\\AwsException. A handler does not accept a next handler as it is terminal and expected to fulfill a command. If no handler is provided, a default Guzzle handler will be utilized.', 'fn' => [__CLASS__, '_apply_handler'], 'default' => [__CLASS__, '_default_handler']], 'ua_append' => ['type' => 'value', 'valid' => ['string', 'array'], 'doc' => 'Provide a string or array of strings to send in the User-Agent header.', 'fn' => [__CLASS__, '_apply_user_agent'], 'default' => []], 'idempotency_auto_fill' => ['type' => 'value', 'valid' => ['bool', 'callable'], 'doc' => 'Set to false to disable SDK to populate parameters that enabled \'idempotencyToken\' trait with a random UUID v4 value on your behalf. Using default value \'true\' still allows parameter value to be overwritten when provided. Note: auto-fill only works when cryptographically secure random bytes generator functions(random_bytes, openssl_random_pseudo_bytes or mcrypt_create_iv) can be found. You may also provide a callable source of random bytes.', 'default' => true, 'fn' => [__CLASS__, '_apply_idempotency_auto_fill']], 'use_aws_shared_config_files' => ['type' => 'value', 'valid' => ['bool'], 'doc' => 'Set to false to disable checking for shared aws config files usually located in \'~/.aws/config\' and \'~/.aws/credentials\'.', 'default' => true]]; /** * Gets an array of default client arguments, each argument containing a * hash of the following: @@ -187,9 +190,16 @@ private function throwRequired(array $args) } public static function _apply_retries($value, array &$args, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\HandlerList $list) { + // A value of 0 for the config option disables retries if ($value) { - $decider = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::createDefaultDecider($value); - $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::retry($decider, null, $args['stats']['retries']), 'retry'); + $config = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationProvider::unwrap($value); + if ($config->getMode() === 'legacy') { + // # of retries is 1 less than # of attempts + $decider = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::createDefaultDecider($config->getMaxAttempts() - 1); + $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::retry($decider, null, $args['stats']['retries']), 'retry'); + } else { + $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddlewareV2::wrap($config, ['collect_stats' => $args['stats']['retries']]), 'retry'); + } } } public static function _apply_credentials($value, array &$args) @@ -237,6 +247,11 @@ public static function _apply_endpoint_provider(callable $value, array &$args) { if (!isset($args['endpoint'])) { $endpointPrefix = isset($args['api']['metadata']['endpointPrefix']) ? $args['api']['metadata']['endpointPrefix'] : $args['service']; + // Check region is a valid host label when it is being used to + // generate an endpoint + if (!self::isValidRegion($args['region'])) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\InvalidRegionException('Region must be a valid RFC' . ' host label.'); + } // Invoke the endpoint provider and throw if it does not resolve. $result = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Endpoint\EndpointProvider::resolve($value, ['service' => $endpointPrefix, 'region' => $args['region'], 'scheme' => $args['scheme'], 'options' => self::getEndpointProviderOptions($args)]); $args['endpoint'] = $result['endpoint']; @@ -437,4 +452,14 @@ private static function getEndpointProviderOptions(array $args) } return $options; } + /** + * Validates a region to be used for endpoint construction + * + * @param $region + * @return bool + */ + private static function isValidRegion($region) + { + return is_valid_hostlabel($region); + } } diff --git a/vendor/Aws3/Aws/ClientSideMonitoring/ConfigurationProvider.php b/vendor/Aws3/Aws/ClientSideMonitoring/ConfigurationProvider.php index be2fcde7..9018bfb9 100644 --- a/vendor/Aws3/Aws/ClientSideMonitoring/ConfigurationProvider.php +++ b/vendor/Aws3/Aws/ClientSideMonitoring/ConfigurationProvider.php @@ -73,7 +73,11 @@ class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\A */ public static function defaultProvider(array $config = []) { - $configProviders = [self::env(), self::ini(), self::fallback()]; + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback(); $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); if (isset($config['csm']) && $config['csm'] instanceof CacheInterface) { return self::cache($memo, $config['csm'], self::$cacheKey); diff --git a/vendor/Aws3/Aws/CloudFront/CloudFrontClient.php b/vendor/Aws3/Aws/CloudFront/CloudFrontClient.php index bf956878..58078893 100644 --- a/vendor/Aws3/Aws/CloudFront/CloudFrontClient.php +++ b/vendor/Aws3/Aws/CloudFront/CloudFrontClient.php @@ -50,54 +50,82 @@ * @method \GuzzleHttp\Promise\Promise updateDistributionAsync(array $args = []) * @method \Aws\Result updateStreamingDistribution(array $args = []) * @method \GuzzleHttp\Promise\Promise updateStreamingDistributionAsync(array $args = []) - * @method \Aws\Result createDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise createDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result createStreamingDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise createStreamingDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result listTagsForResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result tagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result untagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) + * @method \Aws\Result createDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result createStreamingDistributionWithTags(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createStreamingDistributionWithTagsAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result listTagsForResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result tagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result untagResource(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2016-08-01, 2016-08-20, 2016-09-07, 2016-09-29, 2016-11-25, 2017-03-25, 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) * @method \Aws\Result deleteServiceLinkedRole(array $args = []) (supported in versions 2017-03-25) * @method \GuzzleHttp\Promise\Promise deleteServiceLinkedRoleAsync(array $args = []) (supported in versions 2017-03-25) - * @method \Aws\Result createFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result createFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result createPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise createPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result deleteFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result deleteFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result deletePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise deletePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getFieldLevelEncryption(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getFieldLevelEncryptionProfileConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result getPublicKeyConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise getPublicKeyConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result listFieldLevelEncryptionConfigs(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionConfigsAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result listFieldLevelEncryptionProfiles(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionProfilesAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result listPublicKeys(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result updateFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result updateFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \Aws\Result updatePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) - * @method \GuzzleHttp\Promise\Promise updatePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26) + * @method \Aws\Result createFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result createFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result createPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result deleteFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result deleteFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise deleteFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result deletePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise deletePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getFieldLevelEncryption(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getFieldLevelEncryptionProfileConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getFieldLevelEncryptionProfileConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getPublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getPublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result getPublicKeyConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getPublicKeyConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result listFieldLevelEncryptionConfigs(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionConfigsAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result listFieldLevelEncryptionProfiles(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listFieldLevelEncryptionProfilesAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result listPublicKeys(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result updateFieldLevelEncryptionConfig(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionConfigAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result updateFieldLevelEncryptionProfile(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updateFieldLevelEncryptionProfileAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result updatePublicKey(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updatePublicKeyAsync(array $args = []) (supported in versions 2017-10-30, 2018-06-18, 2018-11-05, 2019-03-26, 2020-05-31) + * @method \Aws\Result createCachePolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createCachePolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result createOriginRequestPolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise createOriginRequestPolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result deleteCachePolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise deleteCachePolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result deleteOriginRequestPolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise deleteOriginRequestPolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result getCachePolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getCachePolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result getCachePolicyConfig(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getCachePolicyConfigAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result getOriginRequestPolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getOriginRequestPolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result getOriginRequestPolicyConfig(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise getOriginRequestPolicyConfigAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result listCachePolicies(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listCachePoliciesAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result listDistributionsByCachePolicyId(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listDistributionsByCachePolicyIdAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result listDistributionsByOriginRequestPolicyId(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listDistributionsByOriginRequestPolicyIdAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result listOriginRequestPolicies(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise listOriginRequestPoliciesAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result updateCachePolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updateCachePolicyAsync(array $args = []) (supported in versions 2020-05-31) + * @method \Aws\Result updateOriginRequestPolicy(array $args = []) (supported in versions 2020-05-31) + * @method \GuzzleHttp\Promise\Promise updateOriginRequestPolicyAsync(array $args = []) (supported in versions 2020-05-31) */ class CloudFrontClient extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\AwsClient { diff --git a/vendor/Aws3/Aws/Credentials/CredentialProvider.php b/vendor/Aws3/Aws/Credentials/CredentialProvider.php index 838d27c8..896636bb 100644 --- a/vendor/Aws3/Aws/Credentials/CredentialProvider.php +++ b/vendor/Aws3/Aws/Credentials/CredentialProvider.php @@ -72,7 +72,11 @@ class CredentialProvider public static function defaultProvider(array $config = []) { $cacheable = ['web_identity', 'ecs', 'process_credentials', 'process_config', 'instance']; - $defaultChain = ['env' => self::env(), 'web_identity' => self::assumeRoleWithWebIdentityCredentialProvider($config), 'ini' => self::ini(), 'ini_config' => self::ini('profile default', self::getHomeDir() . '/.aws/config')]; + $defaultChain = ['env' => self::env(), 'web_identity' => self::assumeRoleWithWebIdentityCredentialProvider($config)]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] !== false) { + $defaultChain['ini'] = self::ini(); + $defaultChain['ini_config'] = self::ini('profile default', self::getHomeDir() . '/.aws/config'); + } if (!empty(getenv(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Credentials\EcsCredentialProvider::ENV_URI))) { $defaultChain['ecs'] = self::ecsCredentials($config); } diff --git a/vendor/Aws3/Aws/Crypto/AbstractCryptoClient.php b/vendor/Aws3/Aws/Crypto/AbstractCryptoClient.php index c84720f8..aac7bb3b 100644 --- a/vendor/Aws3/Aws/Crypto/AbstractCryptoClient.php +++ b/vendor/Aws3/Aws/Crypto/AbstractCryptoClient.php @@ -6,11 +6,16 @@ use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Cipher\Cbc; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\Stream; /** + * Legacy abstract encryption client. New workflows should use + * AbstractCryptoClientV2. + * + * @deprecated * @internal */ abstract class AbstractCryptoClient { public static $supportedCiphers = ['cbc', 'gcm']; + public static $supportedKeyWraps = [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\KmsMaterialsProvider::WRAP_ALGORITHM_NAME]; /** * Returns if the passed cipher name is supported for encryption by the SDK. * @@ -83,8 +88,8 @@ public abstract function encrypt(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHt * * @param string $cipherText Plain-text data to be decrypted using the * materials, algorithm, and data provided. - * @param MaterialsProvider $provider A provider to supply and encrypt - * materials used in encryption. + * @param MaterialsProviderInterface $provider A provider to supply and encrypt + * materials used in encryption. * @param MetadataEnvelope $envelope A storage envelope for encryption * metadata to be read from. * @param array $cipherOptions Additional verification options. @@ -93,5 +98,5 @@ public abstract function encrypt(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHt * * @internal */ - public abstract function decrypt($cipherText, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProvider $provider, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope $envelope, array $cipherOptions = []); + public abstract function decrypt($cipherText, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProviderInterface $provider, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope $envelope, array $cipherOptions = []); } diff --git a/vendor/Aws3/Aws/Crypto/AbstractCryptoClientV2.php b/vendor/Aws3/Aws/Crypto/AbstractCryptoClientV2.php new file mode 100644 index 00000000..9d5484b6 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/AbstractCryptoClientV2.php @@ -0,0 +1,98 @@ +cipherText = $cipherText; $this->key = $key; $this->initializationVector = $initializationVector; @@ -55,7 +54,15 @@ public function getCurrentIv() } public function createStream() { - return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for(openssl_decrypt((string) $this->cipherText, $this->getOpenSslName(), $this->key, OPENSSL_RAW_DATA, $this->initializationVector, $this->tag, $this->aad)); + if (version_compare(PHP_VERSION, '7.1', '<')) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\AesGcm::decrypt((string) $this->cipherText, $this->initializationVector, new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Key($this->key), $this->aad, $this->tag, $this->keySize)); + } else { + $result = \openssl_decrypt((string) $this->cipherText, $this->getOpenSslName(), $this->key, OPENSSL_RAW_DATA, $this->initializationVector, $this->tag, $this->aad); + if ($result === false) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException('The requested object could not be' . ' decrypted due to an invalid authentication tag.'); + } + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for($result); + } } public function isWritable() { diff --git a/vendor/Aws3/Aws/Crypto/AesGcmEncryptingStream.php b/vendor/Aws3/Aws/Crypto/AesGcmEncryptingStream.php index 2255a52c..e4ea0393 100644 --- a/vendor/Aws3/Aws/Crypto/AesGcmEncryptingStream.php +++ b/vendor/Aws3/Aws/Crypto/AesGcmEncryptingStream.php @@ -2,6 +2,8 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\AesGcm; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Key; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\StreamDecoratorTrait; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\StreamInterface; @@ -9,7 +11,7 @@ /** * @internal Represents a stream of data to be gcm encrypted. */ -class AesGcmEncryptingStream implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesStreamInterface +class AesGcmEncryptingStream implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesStreamInterface, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesStreamInterfaceV2 { use StreamDecoratorTrait; private $aad; @@ -19,6 +21,16 @@ class AesGcmEncryptingStream implements \DeliciousBrains\WP_Offload_Media\Aws3\A private $plaintext; private $tag = ''; private $tagLength; + /** + * Same as non-static 'getAesName' method, allowing calls in a static + * context. + * + * @return string + */ + public static function getStaticAesName() + { + return 'AES/GCM/NoPadding'; + } /** * @param StreamInterface $plaintext * @param string $key @@ -29,9 +41,6 @@ class AesGcmEncryptingStream implements \DeliciousBrains\WP_Offload_Media\Aws3\A */ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\StreamInterface $plaintext, $key, $initializationVector, $aad = '', $tagLength = 16, $keySize = 256) { - if (version_compare(PHP_VERSION, '7.1', '<')) { - throw new \RuntimeException('AES-GCM decryption is only supported in PHP 7.1 or greater'); - } $this->plaintext = $plaintext; $this->key = $key; $this->initializationVector = $initializationVector; @@ -43,9 +52,14 @@ public function getOpenSslName() { return "aes-{$this->keySize}-gcm"; } + /** + * Same as static method and retained for backwards compatibility + * + * @return string + */ public function getAesName() { - return 'AES/GCM/NoPadding'; + return self::getStaticAesName(); } public function getCurrentIv() { @@ -53,7 +67,11 @@ public function getCurrentIv() } public function createStream() { - return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for(openssl_encrypt((string) $this->plaintext, $this->getOpenSslName(), $this->key, OPENSSL_RAW_DATA, $this->initializationVector, $this->tag, $this->aad, $this->tagLength)); + if (version_compare(PHP_VERSION, '7.1', '<')) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\AesGcm::encrypt((string) $this->plaintext, $this->initializationVector, new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Key($this->key), $this->aad, $this->tag, $this->keySize)); + } else { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for(\openssl_encrypt((string) $this->plaintext, $this->getOpenSslName(), $this->key, OPENSSL_RAW_DATA, $this->initializationVector, $this->tag, $this->aad, $this->tagLength)); + } } /** * @return string diff --git a/vendor/Aws3/Aws/Crypto/AesStreamInterfaceV2.php b/vendor/Aws3/Aws/Crypto/AesStreamInterfaceV2.php new file mode 100644 index 00000000..9a0d38c3 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/AesStreamInterfaceV2.php @@ -0,0 +1,29 @@ +decryptCek(base64_decode($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_KEY_V2_HEADER]), json_decode($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER], true), $options); + $options['@CipherOptions']['KeySize'] = strlen($cek) * 8; + $options['@CipherOptions']['Cipher'] = $this->getCipherFromAesName($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER]); + $this->validateOptionsAndEnvelope($options, $envelope); + $decryptionSteam = $this->getDecryptingStream($cipherText, $cek, $options['@CipherOptions']); + unset($cek); + return $decryptionSteam; + } + private function getTagFromCiphertextStream(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\StreamInterface $cipherText, $tagLength) + { + $cipherTextSize = $cipherText->getSize(); + if ($cipherTextSize == null || $cipherTextSize <= 0) { + throw new \RuntimeException('Cannot decrypt a stream of unknown' . ' size.'); + } + return (string) new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\LimitStream($cipherText, $tagLength, $cipherTextSize - $tagLength); + } + private function getStrippedCiphertextStream(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\StreamInterface $cipherText, $tagLength) + { + $cipherTextSize = $cipherText->getSize(); + if ($cipherTextSize == null || $cipherTextSize <= 0) { + throw new \RuntimeException('Cannot decrypt a stream of unknown' . ' size.'); + } + return new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\LimitStream($cipherText, $cipherTextSize - $tagLength, 0); + } + private function validateOptionsAndEnvelope($options, $envelope) + { + $allowedCiphers = AbstractCryptoClientV2::$supportedCiphers; + $allowedKeywraps = AbstractCryptoClientV2::$supportedKeyWraps; + if ($options['@SecurityProfile'] == 'V2_AND_LEGACY') { + $allowedCiphers = array_unique(array_merge($allowedCiphers, AbstractCryptoClient::$supportedCiphers)); + $allowedKeywraps = array_unique(array_merge($allowedKeywraps, AbstractCryptoClient::$supportedKeyWraps)); + } + $v1SchemaException = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("The requested object is encrypted" . " with V1 encryption schemas that have been disabled by" . " client configuration @SecurityProfile=V2. Retry with" . " V2_AND_LEGACY enabled or reencrypt the object."); + if (!in_array($options['@CipherOptions']['Cipher'], $allowedCiphers)) { + if (in_array($options['@CipherOptions']['Cipher'], AbstractCryptoClient::$supportedCiphers)) { + throw $v1SchemaException; + } + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("The requested object is encrypted with" . " the cipher '{$options['@CipherOptions']['Cipher']}', which is not" . " supported for decryption with the selected security profile." . " This profile allows decryption with: " . implode(", ", $allowedCiphers)); + } + if (!in_array($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER], $allowedKeywraps)) { + if (in_array($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER], AbstractCryptoClient::$supportedKeyWraps)) { + throw $v1SchemaException; + } + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("The requested object is encrypted with" . " the keywrap schema '{$envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER]}'," . " which is not supported for decryption with the current security" . " profile."); + } + $matdesc = json_decode($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER], true); + if (isset($matdesc['aws:x-amz-cek-alg']) && $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER] !== $matdesc['aws:x-amz-cek-alg']) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("There is a mismatch in specified content" . " encryption algrithm between the materials description value" . " and the metadata envelope value: {$matdesc['aws:x-amz-cek-alg']}" . " vs. {$envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER]}."); + } + } + /** + * Generates a stream that wraps the cipher text with the proper cipher and + * uses the content encryption key (CEK) to decrypt the data when read. + * + * @param string $cipherText Plain-text data to be encrypted using the + * materials, algorithm, and data provided. + * @param string $cek A content encryption key for use by the stream for + * encrypting the plaintext data. + * @param array $cipherOptions Options for use in determining the cipher to + * be used for encrypting data. + * + * @return AesStreamInterface + * + * @internal + */ + protected function getDecryptingStream($cipherText, $cek, $cipherOptions) + { + $cipherTextStream = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for($cipherText); + switch ($cipherOptions['Cipher']) { + case 'gcm': + $cipherOptions['Tag'] = $this->getTagFromCiphertextStream($cipherTextStream, $cipherOptions['TagLength']); + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesGcmDecryptingStream($this->getStrippedCiphertextStream($cipherTextStream, $cipherOptions['TagLength']), $cek, $cipherOptions['Iv'], $cipherOptions['Tag'], $cipherOptions['Aad'] = isset($cipherOptions['Aad']) ? $cipherOptions['Aad'] : null, $cipherOptions['TagLength'] ?: null, $cipherOptions['KeySize']); + default: + $cipherMethod = $this->buildCipherMethod($cipherOptions['Cipher'], $cipherOptions['Iv'], $cipherOptions['KeySize']); + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesDecryptingStream($cipherTextStream, $cek, $cipherMethod); + } + } +} diff --git a/vendor/Aws3/Aws/Crypto/EncryptionTrait.php b/vendor/Aws3/Aws/Crypto/EncryptionTrait.php index db090225..e9b7aead 100644 --- a/vendor/Aws3/Aws/Crypto/EncryptionTrait.php +++ b/vendor/Aws3/Aws/Crypto/EncryptionTrait.php @@ -71,7 +71,6 @@ public function encrypt(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\S $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER] = $provider->getWrapAlgorithmName(); $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER] = $aesName; $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::UNENCRYPTED_CONTENT_LENGTH_HEADER] = strlen($plaintext); - $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::UNENCRYPTED_CONTENT_MD5_HEADER] = base64_encode(md5($plaintext)); $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER] = json_encode($materialsDescription); if (!empty($cipherOptions['Tag'])) { $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CRYPTO_TAG_LENGTH_HEADER] = strlen($cipherOptions['Tag']) * 8; @@ -99,6 +98,9 @@ protected function getEncryptingStream(\DeliciousBrains\WP_Offload_Media\Aws3\Gu case 'gcm': $cipherOptions['TagLength'] = 16; $cipherTextStream = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesGcmEncryptingStream($plaintext, $cek, $cipherOptions['Iv'], $cipherOptions['Aad'] = isset($cipherOptions['Aad']) ? $cipherOptions['Aad'] : null, $cipherOptions['TagLength'], $cipherOptions['KeySize']); + if (!empty($cipherOptions['Aad'])) { + trigger_error("'Aad' has been supplied for content encryption" . " with " . $cipherTextStream->getAesName() . ". The" . " PHP SDK encryption client can decrypt an object" . " encrypted in this way, but other AWS SDKs may not be" . " able to.", E_USER_WARNING); + } $appendStream = new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\AppendStream([$cipherTextStream->createStream()]); $cipherOptions['Tag'] = $cipherTextStream->getTag(); $appendStream->addStream(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for($cipherOptions['Tag'])); diff --git a/vendor/Aws3/Aws/Crypto/EncryptionTraitV2.php b/vendor/Aws3/Aws/Crypto/EncryptionTraitV2.php new file mode 100644 index 00000000..c6c7636b --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/EncryptionTraitV2.php @@ -0,0 +1,122 @@ + true, 'KeySize' => true, 'Aad' => true]; + private static $encryptClasses = ['gcm' => \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AesGcmEncryptingStream::class]; + /** + * Dependency to generate a CipherMethod from a set of inputs for loading + * in to an AesEncryptingStream. + * + * @param string $cipherName Name of the cipher to generate for encrypting. + * @param string $iv Base Initialization Vector for the cipher. + * @param int $keySize Size of the encryption key, in bits, that will be + * used. + * + * @return Cipher\CipherMethod + * + * @internal + */ + protected abstract function buildCipherMethod($cipherName, $iv, $keySize); + /** + * Builds an AesStreamInterface and populates encryption metadata into the + * supplied envelope. + * + * @param Stream $plaintext Plain-text data to be encrypted using the + * materials, algorithm, and data provided. + * @param array $options Options for use in encryption, including cipher + * options, and encryption context. + * @param MaterialsProviderV2 $provider A provider to supply and encrypt + * materials used in encryption. + * @param MetadataEnvelope $envelope A storage envelope for encryption + * metadata to be added to. + * + * @return StreamInterface + * + * @throws \InvalidArgumentException Thrown when a value in $options['@CipherOptions'] + * is not valid. + *s + * @internal + */ + public function encrypt(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\Stream $plaintext, array $options, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProviderV2 $provider, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope $envelope) + { + $options = array_change_key_case($options); + $cipherOptions = array_intersect_key($options['@cipheroptions'], self::$allowedOptions); + if (empty($cipherOptions['Cipher'])) { + throw new \InvalidArgumentException('An encryption cipher must be' . ' specified in @CipherOptions["Cipher"].'); + } + $cipherOptions['Cipher'] = strtolower($cipherOptions['Cipher']); + if (!self::isSupportedCipher($cipherOptions['Cipher'])) { + throw new \InvalidArgumentException('The cipher requested is not' . ' supported by the SDK.'); + } + if (empty($cipherOptions['KeySize'])) { + $cipherOptions['KeySize'] = 256; + } + if (!is_int($cipherOptions['KeySize'])) { + throw new \InvalidArgumentException('The cipher "KeySize" must be' . ' an integer.'); + } + if (!\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProviderV2::isSupportedKeySize($cipherOptions['KeySize'])) { + throw new \InvalidArgumentException('The cipher "KeySize" requested' . ' is not supported by AES (128 or 256).'); + } + $cipherOptions['Iv'] = $provider->generateIv($this->getCipherOpenSslName($cipherOptions['Cipher'], $cipherOptions['KeySize'])); + $encryptClass = self::$encryptClasses[$cipherOptions['Cipher']]; + $aesName = $encryptClass::getStaticAesName(); + $materialsDescription = ['aws:x-amz-cek-alg' => $aesName]; + $keys = $provider->generateCek($cipherOptions['KeySize'], $materialsDescription, $options); + // Some providers modify materials description based on options + if (isset($keys['UpdatedContext'])) { + $materialsDescription = $keys['UpdatedContext']; + } + $encryptingStream = $this->getEncryptingStream($plaintext, $keys['Plaintext'], $cipherOptions); + // Populate envelope data + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_KEY_V2_HEADER] = $keys['Ciphertext']; + unset($keys); + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::IV_HEADER] = base64_encode($cipherOptions['Iv']); + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::KEY_WRAP_ALGORITHM_HEADER] = $provider->getWrapAlgorithmName(); + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CONTENT_CRYPTO_SCHEME_HEADER] = $aesName; + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::UNENCRYPTED_CONTENT_LENGTH_HEADER] = strlen($plaintext); + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER] = json_encode($materialsDescription); + if (!empty($cipherOptions['Tag'])) { + $envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::CRYPTO_TAG_LENGTH_HEADER] = strlen($cipherOptions['Tag']) * 8; + } + return $encryptingStream; + } + /** + * Generates a stream that wraps the plaintext with the proper cipher and + * uses the content encryption key (CEK) to encrypt the data when read. + * + * @param Stream $plaintext Plain-text data to be encrypted using the + * materials, algorithm, and data provided. + * @param string $cek A content encryption key for use by the stream for + * encrypting the plaintext data. + * @param array $cipherOptions Options for use in determining the cipher to + * be used for encrypting data. + * + * @return [AesStreamInterface, string] + * + * @internal + */ + protected function getEncryptingStream(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\Stream $plaintext, $cek, &$cipherOptions) + { + switch ($cipherOptions['Cipher']) { + // Only 'gcm' is supported for encryption currently + case 'gcm': + $cipherOptions['TagLength'] = 16; + $encryptClass = self::$encryptClasses['gcm']; + $cipherTextStream = new $encryptClass($plaintext, $cek, $cipherOptions['Iv'], $cipherOptions['Aad'] = isset($cipherOptions['Aad']) ? $cipherOptions['Aad'] : '', $cipherOptions['TagLength'], $cipherOptions['KeySize']); + if (!empty($cipherOptions['Aad'])) { + trigger_error("'Aad' has been supplied for content encryption" . " with " . $cipherTextStream->getAesName() . ". The" . " PHP SDK encryption client can decrypt an object" . " encrypted in this way, but other AWS SDKs may not be" . " able to.", E_USER_WARNING); + } + $appendStream = new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\AppendStream([$cipherTextStream->createStream()]); + $cipherOptions['Tag'] = $cipherTextStream->getTag(); + $appendStream->addStream(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for($cipherOptions['Tag'])); + return $appendStream; + } + } +} diff --git a/vendor/Aws3/Aws/Crypto/KmsMaterialsProvider.php b/vendor/Aws3/Aws/Crypto/KmsMaterialsProvider.php index 5d791320..f58a9f31 100644 --- a/vendor/Aws3/Aws/Crypto/KmsMaterialsProvider.php +++ b/vendor/Aws3/Aws/Crypto/KmsMaterialsProvider.php @@ -5,9 +5,17 @@ use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Kms\KmsClient; /** * Uses KMS to supply materials for encrypting and decrypting data. + * + * Legacy implementation that supports legacy S3EncryptionClient and + * S3EncryptionMultipartUploader, which use an older encryption workflow. Use + * KmsMaterialsProviderV2 with S3EncryptionClientV2 or + * S3EncryptionMultipartUploaderV2 if possible. + * + * @deprecated */ -class KmsMaterialsProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProvider +class KmsMaterialsProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProvider implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProviderInterface { + const WRAP_ALGORITHM_NAME = 'kms'; private $kmsClient; private $kmsKeyId; /** @@ -24,13 +32,13 @@ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Kms\KmsCl public function fromDecryptionEnvelope(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope $envelope) { if (empty($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER])) { - throw new \RuntimeException('Not able to detect kms_cmk_id from an' . ' empty materials description.'); + throw new \RuntimeException('Not able to detect the materials description.'); } $materialsDescription = json_decode($envelope[\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope::MATERIALS_DESCRIPTION_HEADER], true); - if (empty($materialsDescription['kms_cmk_id'])) { - throw new \RuntimeException('Not able to detect kms_cmk_id from kms' . ' materials description.'); + if (empty($materialsDescription['kms_cmk_id']) && empty($materialsDescription['aws:x-amz-cek-alg'])) { + throw new \RuntimeException('Not able to detect kms_cmk_id (legacy' . ' implementation) or aws:x-amz-cek-alg (current implementation)' . ' from kms materials description.'); } - return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\KmsMaterialsProvider($this->kmsClient, $materialsDescription['kms_cmk_id']); + return new self($this->kmsClient, isset($materialsDescription['kms_cmk_id']) ? $materialsDescription['kms_cmk_id'] : null); } /** * The KMS key id for use in matching this Provider to its keys, @@ -44,7 +52,7 @@ public function getMaterialsDescription() } public function getWrapAlgorithmName() { - return 'kms'; + return self::WRAP_ALGORITHM_NAME; } /** * Takes a content encryption key (CEK) and description to return an encrypted diff --git a/vendor/Aws3/Aws/Crypto/KmsMaterialsProviderV2.php b/vendor/Aws3/Aws/Crypto/KmsMaterialsProviderV2.php new file mode 100644 index 00000000..6daac0f4 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/KmsMaterialsProviderV2.php @@ -0,0 +1,69 @@ +kmsClient = $kmsClient; + $this->kmsKeyId = $kmsKeyId; + } + /** + * @inheritDoc + */ + public function getWrapAlgorithmName() + { + return self::WRAP_ALGORITHM_NAME; + } + /** + * @inheritDoc + */ + public function decryptCek($encryptedCek, $materialDescription, $options) + { + $params = ['CiphertextBlob' => $encryptedCek, 'EncryptionContext' => $materialDescription]; + if (empty($options['@KmsAllowDecryptWithAnyCmk'])) { + if (empty($this->kmsKeyId)) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException('KMS CMK ID was not specified and the' . ' operation is not opted-in to attempting to use any valid' . ' CMK it discovers. Please specify a CMK ID, or explicitly' . ' enable attempts to use any valid KMS CMK with the' . ' @KmsAllowDecryptWithAnyCmk option.'); + } + $params['KeyId'] = $this->kmsKeyId; + } + $result = $this->kmsClient->decrypt($params); + return $result['Plaintext']; + } + /** + * @inheritDoc + */ + public function generateCek($keySize, $context, $options) + { + if (empty($this->kmsKeyId)) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException('A KMS key id is required for encryption' . ' with KMS keywrap. Use a KmsMaterialsProviderV2 that has been' . ' instantiated with a KMS key id.'); + } + $options = array_change_key_case($options); + if (!isset($options['@kmsencryptioncontext']) || !is_array($options['@kmsencryptioncontext'])) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("'@KmsEncryptionContext' is a" . " required argument when using KmsMaterialsProviderV2, and" . " must be an associative array (or empty array)."); + } + if (isset($options['@kmsencryptioncontext']['aws:x-amz-cek-alg'])) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("Conflict in reserved @KmsEncryptionContext" . " key aws:x-amz-cek-alg. This value is reserved for the S3" . " Encryption Client and cannot be set by the user."); + } + $context = array_merge($options['@kmsencryptioncontext'], $context); + $result = $this->kmsClient->generateDataKey(['KeyId' => $this->kmsKeyId, 'KeySpec' => "AES_{$keySize}", 'EncryptionContext' => $context]); + return ['Plaintext' => $result['Plaintext'], 'Ciphertext' => base64_encode($result['CiphertextBlob']), 'UpdatedContext' => $context]; + } +} diff --git a/vendor/Aws3/Aws/Crypto/MaterialsProvider.php b/vendor/Aws3/Aws/Crypto/MaterialsProvider.php index b0b706af..93ba1331 100644 --- a/vendor/Aws3/Aws/Crypto/MaterialsProvider.php +++ b/vendor/Aws3/Aws/Crypto/MaterialsProvider.php @@ -2,7 +2,7 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto; -abstract class MaterialsProvider +abstract class MaterialsProvider implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MaterialsProviderInterface { private static $supportedKeySizes = [128 => true, 192 => true, 256 => true]; /** diff --git a/vendor/Aws3/Aws/Crypto/MaterialsProviderInterface.php b/vendor/Aws3/Aws/Crypto/MaterialsProviderInterface.php new file mode 100644 index 00000000..803c3be3 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/MaterialsProviderInterface.php @@ -0,0 +1,57 @@ + true, 256 => true]; + /** + * Returns if the requested size is supported by AES. + * + * @param int $keySize Size of the requested key in bits. + * + * @return bool + */ + public static function isSupportedKeySize($keySize) + { + return isset(self::$supportedKeySizes[$keySize]); + } + /** + * Returns the wrap algorithm name for this Provider. + * + * @return string + */ + public abstract function getWrapAlgorithmName(); + /** + * Takes an encrypted content encryption key (CEK) and material description + * for use decrypting the key according to the Provider's specifications. + * + * @param string $encryptedCek Encrypted key to be decrypted by the Provider + * for use decrypting other data. + * @param string $materialDescription Material Description for use in + * decrypting the CEK. + * @param string $options Options for use in decrypting the CEK. + * + * @return string + */ + public abstract function decryptCek($encryptedCek, $materialDescription, $options); + /** + * @param string $keySize Length of a cipher key in bits for generating a + * random content encryption key (CEK). + * @param array $context Context map needed for key encryption + * @param array $options Additional options to be used in CEK generation + * + * @return array + */ + public abstract function generateCek($keySize, $context, $options); + /** + * @param string $openSslName Cipher OpenSSL name to use for generating + * an initialization vector. + * + * @return string + */ + public function generateIv($openSslName) + { + return openssl_random_pseudo_bytes(openssl_cipher_iv_length($openSslName)); + } +} diff --git a/vendor/Aws3/Aws/Crypto/MetadataEnvelope.php b/vendor/Aws3/Aws/Crypto/MetadataEnvelope.php index 842404df..4e491dee 100644 --- a/vendor/Aws3/Aws/Crypto/MetadataEnvelope.php +++ b/vendor/Aws3/Aws/Crypto/MetadataEnvelope.php @@ -21,7 +21,6 @@ class MetadataEnvelope implements \ArrayAccess, \IteratorAggregate, \JsonSeriali const KEY_WRAP_ALGORITHM_HEADER = 'x-amz-wrap-alg'; const CONTENT_CRYPTO_SCHEME_HEADER = 'x-amz-cek-alg'; const CRYPTO_TAG_LENGTH_HEADER = 'x-amz-tag-len'; - const UNENCRYPTED_CONTENT_MD5_HEADER = 'x-amz-unencrypted-content-md5'; const UNENCRYPTED_CONTENT_LENGTH_HEADER = 'x-amz-unencrypted-content-length'; private static $constants = []; public static function getConstantValues() diff --git a/vendor/Aws3/Aws/Crypto/Polyfill/AesGcm.php b/vendor/Aws3/Aws/Crypto/Polyfill/AesGcm.php new file mode 100644 index 00000000..58de60f9 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/Polyfill/AesGcm.php @@ -0,0 +1,163 @@ + 0 && $blockSize <= PHP_INT_MAX, 'Block size must be a positive integer.', \RangeException::class); + self::needs($aesKey->length() << 3 === $keySize, 'Incorrect key size; expected ' . $keySize . ' bits, got ' . ($aesKey->length() << 3) . ' bits.'); + $this->aesKey = $aesKey; + $this->keySize = $keySize; + } + /** + * Encryption interface for AES-GCM + * + * @param string $plaintext Message to be encrypted + * @param string $nonce Number to be used ONCE + * @param Key $key AES Key + * @param string $aad Additional authenticated data + * @param string &$tag Reference to variable to hold tag + * @param int $keySize Key size (bits) + * @param int $blockSize Block size (bytes) -- How much memory to buffer + * @return string + * @throws InvalidArgumentException + */ + public static function encrypt($plaintext, $nonce, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Key $key, $aad, &$tag, $keySize = 256, $blockSize = 8192) + { + self::needs(self::strlen($nonce) === 12, 'Nonce must be exactly 12 bytes', \InvalidArgumentException::class); + $encryptor = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\AesGcm($key, $keySize, $blockSize); + list($aadLength, $gmac) = $encryptor->gmacInit($nonce, $aad); + $ciphertext = \openssl_encrypt($plaintext, "aes-{$encryptor->keySize}-ctr", $key->get(), OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $nonce . "\0\0\0\2"); + /* Calculate auth tag in a streaming fashion to minimize memory usage: */ + $ciphertextLength = self::strlen($ciphertext); + for ($i = 0; $i < $ciphertextLength; $i += $encryptor->blockSize) { + $cBlock = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(self::substr($ciphertext, $i, $encryptor->blockSize)); + $gmac->update($cBlock); + } + $tag = $gmac->finish($aadLength, $ciphertextLength)->toString(); + return $ciphertext; + } + /** + * Decryption interface for AES-GCM + * + * @param string $ciphertext Ciphertext to decrypt + * @param string $nonce Number to be used ONCE + * @param Key $key AES key + * @param string $aad Additional authenticated data + * @param string $tag Authentication tag + * @param int $keySize Key size (bits) + * @param int $blockSize Block size (bytes) -- How much memory to buffer + * @return string Plaintext + * + * @throws CryptoPolyfillException + * @throws InvalidArgumentException + */ + public static function decrypt($ciphertext, $nonce, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Key $key, $aad, &$tag, $keySize = 256, $blockSize = 8192) + { + /* Precondition: */ + self::needs(self::strlen($nonce) === 12, 'Nonce must be exactly 12 bytes', \InvalidArgumentException::class); + $encryptor = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\AesGcm($key, $keySize, $blockSize); + list($aadLength, $gmac) = $encryptor->gmacInit($nonce, $aad); + /* Calculate auth tag in a streaming fashion to minimize memory usage: */ + $ciphertextLength = self::strlen($ciphertext); + for ($i = 0; $i < $ciphertextLength; $i += $encryptor->blockSize) { + $cBlock = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(self::substr($ciphertext, $i, $encryptor->blockSize)); + $gmac->update($cBlock); + } + /* Validate auth tag in constant-time: */ + $calc = $gmac->finish($aadLength, $ciphertextLength); + $expected = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray($tag); + self::needs($calc->equals($expected), 'Invalid authentication tag'); + /* Return plaintext if auth tag check succeeded: */ + return \openssl_decrypt($ciphertext, "aes-{$encryptor->keySize}-ctr", $key->get(), OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $nonce . "\0\0\0\2"); + } + /** + * Initialize a Gmac object with the nonce and this object's key. + * + * @param string $nonce Must be exactly 12 bytes long. + * @param string|null $aad + * @return array + */ + protected function gmacInit($nonce, $aad = null) + { + $gmac = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\Gmac($this->aesKey, $nonce . "\0\0\0\1", $this->keySize); + $aadBlock = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray($aad); + $aadLength = $aadBlock->count(); + $gmac->update($aadBlock); + $gmac->flush(); + return [$aadLength, $gmac]; + } + /** + * Calculate the length of a string. + * + * Uses the appropriate PHP function without being brittle to + * mbstring.func_overload. + * + * @param string $string + * @return int + */ + protected static function strlen($string) + { + if (\is_callable('\\mb_strlen')) { + return (int) \mb_strlen($string, '8bit'); + } + return (int) \strlen($string); + } + /** + * Return a substring of the provided string. + * + * Uses the appropriate PHP function without being brittle to + * mbstring.func_overload. + * + * @param string $string + * @param int $offset + * @param int|null $length + * @return string + */ + protected static function substr($string, $offset = 0, $length = null) + { + if (\is_callable('\\mb_substr')) { + return \mb_substr($string, $offset, $length, '8bit'); + } elseif (!\is_null($length)) { + return \substr($string, $offset, $length); + } + return \substr($string, $offset); + } +} diff --git a/vendor/Aws3/Aws/Crypto/Polyfill/ByteArray.php b/vendor/Aws3/Aws/Crypto/Polyfill/ByteArray.php new file mode 100644 index 00000000..92b66665 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/Polyfill/ByteArray.php @@ -0,0 +1,234 @@ +toArray(); + $size = $size->count(); + } elseif (!\is_int($size)) { + throw new \InvalidArgumentException('Argument must be an integer, string, or array of integers.'); + } + parent::__construct($size); + if (!empty($arr)) { + // Populate this object with values from constructor argument + foreach ($arr as $i => $v) { + $this->offsetSet($i, $v); + } + } else { + // Initialize to zero. + for ($i = 0; $i < $size; ++$i) { + $this->offsetSet($i, 0); + } + } + } + /** + * Encode an integer into a byte array. 32-bit (unsigned), big endian byte order. + * + * @param int $num + * @return self + */ + public static function enc32be($num) + { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(\pack('N', $num)); + } + /** + * @param ByteArray $other + * @return bool + */ + public function equals(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $other) + { + if ($this->count() !== $other->count()) { + return false; + } + $d = 0; + for ($i = $this->count() - 1; $i >= 0; --$i) { + $d |= $this[$i] ^ $other[$i]; + } + return $d === 0; + } + /** + * @param ByteArray $array + * @return ByteArray + */ + public function exclusiveOr(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $array) + { + self::needs($this->count() === $array->count(), 'Both ByteArrays must be equal size for exclusiveOr()'); + $out = clone $this; + for ($i = 0; $i < $this->count(); ++$i) { + $out[$i] = $array[$i] ^ $out[$i]; + } + return $out; + } + /** + * Returns a new ByteArray incremented by 1 (big endian byte order). + * + * @param int $increase + * @return self + */ + public function getIncremented($increase = 1) + { + $clone = clone $this; + $index = $clone->count(); + while ($index > 0) { + --$index; + $tmp = $clone[$index] + $increase & PHP_INT_MAX; + $clone[$index] = $tmp & 0xff; + $increase = $tmp >> 8; + } + return $clone; + } + /** + * Sets a value. See SplFixedArray for more. + * + * @param int $index + * @param int $newval + * @return void + */ + public function offsetSet($index, $newval) + { + parent::offsetSet($index, $newval & 0xff); + } + /** + * Return a copy of this ByteArray, bitshifted to the right by 1. + * Used in Gmac. + * + * @return self + */ + public function rshift() + { + $out = clone $this; + for ($j = $this->count() - 1; $j > 0; --$j) { + $out[$j] = ($out[$j - 1] & 1) << 7 | $out[$j] >> 1; + } + $out[0] >>= 1; + return $out; + } + /** + * Constant-time conditional select. This is meant to read like a ternary operator. + * + * $z = ByteArray::select(1, $x, $y); // $z is equal to $x + * $z = ByteArray::select(0, $x, $y); // $z is equal to $y + * + * @param int $select + * @param ByteArray $left + * @param ByteArray $right + * @return ByteArray + */ + public static function select($select, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $left, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $right) + { + self::needs($left->count() === $right->count(), 'Both ByteArrays must be equal size for select()'); + $rightLength = $right->count(); + $out = clone $right; + $mask = -($select & 1) & 0xff; + for ($i = 0; $i < $rightLength; $i++) { + $out[$i] = $out[$i] ^ ($left[$i] ^ $right[$i]) & $mask; + } + return $out; + } + /** + * Overwrite values of this ByteArray based on a separate ByteArray, with + * a given starting offset and length. + * + * See JavaScript's Uint8Array.set() for more information. + * + * @param ByteArray $input + * @param int $offset + * @param int|null $length + * @return self + */ + public function set(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $input, $offset = 0, $length = null) + { + self::needs(is_int($offset) && $offset >= 0, 'Offset must be a positive integer or zero'); + if (is_null($length)) { + $length = $input->count(); + } + $i = 0; + $j = $offset; + while ($i < $length && $j < $this->count()) { + $this[$j] = $input[$i]; + ++$i; + ++$j; + } + return $this; + } + /** + * Returns a slice of this ByteArray. + * + * @param int $start + * @param null $length + * @return self + */ + public function slice($start = 0, $length = null) + { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(\array_slice($this->toArray(), $start, $length)); + } + /** + * Mutates the current state and sets all values to zero. + * + * @return void + */ + public function zeroize() + { + for ($i = $this->count() - 1; $i >= 0; --$i) { + $this->offsetSet($i, 0); + } + } + /** + * Converts the ByteArray to a raw binary string. + * + * @return string + */ + public function toString() + { + $count = $this->count(); + if ($count === 0) { + return ''; + } + $args = $this->toArray(); + \array_unshift($args, \str_repeat('C', $count)); + // constant-time, PHP <5.6 equivalent to pack('C*', ...$args); + return \call_user_func_array('\\pack', $args); + } +} diff --git a/vendor/Aws3/Aws/Crypto/Polyfill/Gmac.php b/vendor/Aws3/Aws/Crypto/Polyfill/Gmac.php new file mode 100644 index 00000000..807c0452 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/Polyfill/Gmac.php @@ -0,0 +1,175 @@ +buf = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(16); + $this->h = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(\openssl_encrypt(\str_repeat("\0", 16), "aes-{$keySize}-ecb", $aesKey->get(), OPENSSL_RAW_DATA | OPENSSL_NO_PADDING)); + $this->key = $aesKey; + $this->x = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(16); + $this->hf = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(\openssl_encrypt($nonce, "aes-{$keySize}-ecb", $aesKey->get(), OPENSSL_RAW_DATA | OPENSSL_NO_PADDING)); + } + /** + * Update the object with some data. + * + * This method mutates this Gmac object. + * + * @param ByteArray $blocks + * @return self + */ + public function update(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $blocks) + { + if ($blocks->count() + $this->bufLength < self::BLOCK_SIZE) { + // Write to internal buffer until we reach enough to write. + $this->buf->set($blocks, $this->bufLength); + $this->bufLength += $blocks->count(); + return $this; + } + // Process internal buffer first. + if ($this->bufLength > 0) { + // 0 <= state.buf_len < BLOCK_SIZE is an invariant + $tmp = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(self::BLOCK_SIZE); + $tmp->set($this->buf->slice(0, $this->bufLength)); + $remainingBlockLength = self::BLOCK_SIZE - $this->bufLength; + $tmp->set($blocks->slice(0, $remainingBlockLength), $this->bufLength); + $blocks = $blocks->slice($remainingBlockLength); + $this->bufLength = 0; + $this->x = $this->blockMultiply($this->x->exclusiveOr($tmp), $this->h); + } + // Process full blocks. + $numBlocks = $blocks->count() >> 4; + for ($i = 0; $i < $numBlocks; ++$i) { + $tmp = $blocks->slice($i << 4, self::BLOCK_SIZE); + $this->x = $this->blockMultiply($this->x->exclusiveOr($tmp), $this->h); + } + $last = $numBlocks << 4; + // Zero-fill buffer + for ($i = 0; $i < 16; ++$i) { + $this->buf[$i] = 0; + } + // Feed leftover into buffer. + if ($last < $blocks->count()) { + $tmp = $blocks->slice($last); + $this->buf->set($tmp); + $this->bufLength += $blocks->count() - $last; + } + return $this; + } + /** + * Finish processing the authentication tag. + * + * This method mutates this Gmac object (effectively resetting it). + * + * @param int $aadLength + * @param int $ciphertextLength + * @return ByteArray + */ + public function finish($aadLength, $ciphertextLength) + { + $lengthBlock = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(16); + $state = $this->flush(); + // AES-GCM expects bit lengths, not byte lengths. + $lengthBlock->set(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::enc32be($aadLength >> 29), 0); + $lengthBlock->set(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::enc32be($aadLength << 3), 4); + $lengthBlock->set(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::enc32be($ciphertextLength >> 29), 8); + $lengthBlock->set(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::enc32be($ciphertextLength << 3), 12); + $state->update($lengthBlock); + $output = $state->x->exclusiveOr($state->hf); + // Zeroize the internal values as a best-effort. + $state->buf->zeroize(); + $state->x->zeroize(); + $state->h->zeroize(); + $state->hf->zeroize(); + return $output; + } + /** + * Get a specific bit from the provided array, at the given index. + * + * [01234567], 8+[01234567], 16+[01234567], ... + * + * @param ByteArray $x + * @param int $i + * @return int + */ + protected function bit(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $x, $i) + { + $byte = $i >> 3; + return $x[$byte] >> (7 - $i & 7) & 1; + } + /** + * Galois Field Multiplication + * + * This function is the critical path that must be constant-time in order to + * avoid timing side-channels against AES-GCM. + * + * The contents of each are always calculated, regardless of the branching + * condition, to prevent another kind of timing leak. + * + * @param ByteArray $x + * @param ByteArray $y + * @return ByteArray + */ + protected function blockMultiply(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $x, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray $y) + { + static $fieldPolynomial = null; + if (!$fieldPolynomial) { + $fieldPolynomial = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray([0xe1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + } + self::needs($x->count() === 16, 'Argument 1 must be a ByteArray of exactly 16 bytes'); + self::needs($y->count() === 16, 'Argument 2 must be a ByteArray of exactly 16 bytes'); + $v = clone $y; + $z = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray(16); + for ($i = 0; $i < 128; ++$i) { + // if ($b) $z = $z->exclusiveOr($v); + $b = $this->bit($x, $i); + $z = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::select($b, $z->exclusiveOr($v), $z); + // if ($b) $v = $v->exclusiveOr($fieldPolynomial); + $b = $v[15] & 1; + $v = $v->rshift(); + $v = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\Polyfill\ByteArray::select($b, $v->exclusiveOr($fieldPolynomial), $v); + } + return $z; + } + /** + * Finish processing any leftover bytes in the internal buffer. + * + * @return self + */ + public function flush() + { + if ($this->bufLength !== 0) { + $this->x = $this->blockMultiply($this->x->exclusiveOr($this->buf), $this->h); + $this->bufLength = 0; + } + return $this; + } +} diff --git a/vendor/Aws3/Aws/Crypto/Polyfill/Key.php b/vendor/Aws3/Aws/Crypto/Polyfill/Key.php new file mode 100644 index 00000000..a6a30756 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/Polyfill/Key.php @@ -0,0 +1,73 @@ +internalString = $str; + } + /** + * Defense in depth: + * + * PHP 7.2 includes the Sodium cryptography library, which (among other things) + * exposes a function called sodium_memzero() that we can use to zero-fill strings + * to minimize the risk of sensitive cryptographic materials persisting in memory. + * + * If this function is not available, we XOR the string in-place with itself as a + * best-effort attempt. + */ + public function __destruct() + { + if (extension_loaded('sodium') && function_exists('sodium_memzero')) { + try { + \sodium_memzero($this->internalString); + } catch (\SodiumException $ex) { + // This is a best effort, but does not provide the same guarantees as sodium_memzero(): + $this->internalString ^= $this->internalString; + } + } + } + /** + * @return string + */ + public function get() + { + return $this->internalString; + } + /** + * @return int + */ + public function length() + { + if (\is_callable('\\mb_strlen')) { + return (int) \mb_strlen($this->internalString, '8bit'); + } + return (int) \strlen($this->internalString); + } +} diff --git a/vendor/Aws3/Aws/Crypto/Polyfill/NeedsTrait.php b/vendor/Aws3/Aws/Crypto/Polyfill/NeedsTrait.php new file mode 100644 index 00000000..74651e05 --- /dev/null +++ b/vendor/Aws3/Aws/Crypto/Polyfill/NeedsTrait.php @@ -0,0 +1,38 @@ + $partition) { foreach ($prefixGroups as $current => $old) { - $serviceData = \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Env::search("services.{$current}", $partition); + $serviceData = \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Env::search("services.\"{$current}\"", $partition); if (!empty($serviceData)) { foreach ($old as $prefix) { - if (empty(\DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Env::search("services.{$prefix}", $partition))) { + if (empty(\DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Env::search("services.\"{$prefix}\"", $partition))) { $data["partitions"][$index]["services"][$prefix] = $serviceData; } } diff --git a/vendor/Aws3/Aws/EndpointDiscovery/ConfigurationProvider.php b/vendor/Aws3/Aws/EndpointDiscovery/ConfigurationProvider.php index 0c7c233b..20b934f6 100644 --- a/vendor/Aws3/Aws/EndpointDiscovery/ConfigurationProvider.php +++ b/vendor/Aws3/Aws/EndpointDiscovery/ConfigurationProvider.php @@ -69,7 +69,11 @@ class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\A */ public static function defaultProvider(array $config = []) { - $configProviders = [self::env(), self::ini(), self::fallback()]; + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback($config); $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); if (isset($config['endpoint_discovery']) && $config['endpoint_discovery'] instanceof CacheInterface) { return self::cache($memo, $config['endpoint_discovery'], self::$cacheKey); @@ -97,14 +101,30 @@ public static function env($cacheLimit = self::DEFAULT_CACHE_LIMIT) }; } /** - * Fallback config options when other sources are not set. + * Fallback config options when other sources are not set. Will check the + * service model for any endpoint discovery required operations, and enable + * endpoint discovery in that case. If no required operations found, will use + * the class default values. * + * @param array $config * @return callable */ - public static function fallback() + public static function fallback($config = []) { - return function () { - return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\Configuration(self::DEFAULT_ENABLED, self::DEFAULT_CACHE_LIMIT)); + $enabled = self::DEFAULT_ENABLED; + if (!empty($config['api_provider']) && !empty($config['service']) && !empty($config['version'])) { + $provider = $config['api_provider']; + $apiData = $provider('api', $config['service'], $config['version']); + if (!empty($apiData['operations'])) { + foreach ($apiData['operations'] as $operation) { + if (!empty($operation['endpointdiscovery']['required'])) { + $enabled = true; + } + } + } + } + return function () use($enabled) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\Configuration($enabled, self::DEFAULT_CACHE_LIMIT)); }; } /** diff --git a/vendor/Aws3/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php b/vendor/Aws3/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php index 29677704..9b4d6497 100644 --- a/vendor/Aws3/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php +++ b/vendor/Aws3/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php @@ -47,8 +47,11 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInter if (isset($op['endpointdiscovery'])) { $config = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\EndpointDiscovery\ConfigurationProvider::unwrap($this->config); $isRequired = !empty($op['endpointdiscovery']['required']); - // Continue only if required by operation or enabled by config - if ($isRequired || $config->isEnabled()) { + if ($isRequired && !$config->isEnabled()) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\UnresolvedEndpointException('This operation ' . 'requires the use of endpoint discovery, but this has ' . 'been disabled in the configuration. Enable endpoint ' . 'discovery or use a different operation.'); + } + // Continue only if enabled by config + if ($config->isEnabled()) { if (isset($op['endpointoperation'])) { throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\UnresolvedEndpointException('This operation is ' . 'contradictorily marked both as using endpoint discovery ' . 'and being the endpoint discovery operation. Please ' . 'verify the accuracy of your model files.'); } diff --git a/vendor/Aws3/Aws/Exception/AwsException.php b/vendor/Aws3/Aws/Exception/AwsException.php index 3d2e26f4..f8974f99 100644 --- a/vendor/Aws3/Aws/Exception/AwsException.php +++ b/vendor/Aws3/Aws/Exception/AwsException.php @@ -2,6 +2,7 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Shape; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\HasDataTrait; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\HasMonitoringEventsTrait; @@ -26,6 +27,7 @@ class AwsException extends \RuntimeException implements \DeliciousBrains\WP_Offl private $requestId; private $errorType; private $errorCode; + private $errorShape; private $connectionError; private $transferInfo; private $errorMessage; @@ -45,6 +47,7 @@ public function __construct($message, \DeliciousBrains\WP_Offload_Media\Aws3\Aws $this->requestId = isset($context['request_id']) ? $context['request_id'] : null; $this->errorType = isset($context['type']) ? $context['type'] : null; $this->errorCode = isset($context['code']) ? $context['code'] : null; + $this->errorShape = isset($context['error_shape']) ? $context['error_shape'] : null; $this->connectionError = !empty($context['connection_error']); $this->result = isset($context['result']) ? $context['result'] : null; $this->transferInfo = isset($context['transfer_stats']) ? $context['transfer_stats'] : []; @@ -158,6 +161,15 @@ public function getAwsErrorCode() { return $this->errorCode; } + /** + * Get the AWS error shape. + * + * @return Shape|null Returns null if no response was received + */ + public function getAwsErrorShape() + { + return $this->errorShape; + } /** * Get all transfer information as an associative array if no $name * argument is supplied, or gets a specific transfer statistic if diff --git a/vendor/Aws3/Aws/Exception/CryptoException.php b/vendor/Aws3/Aws/Exception/CryptoException.php new file mode 100644 index 00000000..6d69e8a0 --- /dev/null +++ b/vendor/Aws3/Aws/Exception/CryptoException.php @@ -0,0 +1,11 @@ +validModes)) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Exception\ConfigurationException("'{$mode}' is not a valid mode." . " The mode has to be 'legacy', 'standard', or 'adaptive'."); + } + if (!is_numeric($maxAttempts) || intval($maxAttempts) != $maxAttempts || $maxAttempts < 1) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Exception\ConfigurationException("The 'maxAttempts' parameter has" . " to be an integer >= 1."); + } + $this->mode = $mode; + $this->maxAttempts = intval($maxAttempts); + } + /** + * {@inheritdoc} + */ + public function getMode() + { + return $this->mode; + } + /** + * {@inheritdoc} + */ + public function getMaxAttempts() + { + return $this->maxAttempts; + } + /** + * {@inheritdoc} + */ + public function toArray() + { + return ['mode' => $this->getMode(), 'max_attempts' => $this->getMaxAttempts()]; + } +} diff --git a/vendor/Aws3/Aws/Retry/ConfigurationInterface.php b/vendor/Aws3/Aws/Retry/ConfigurationInterface.php new file mode 100644 index 00000000..c6fc31a1 --- /dev/null +++ b/vendor/Aws3/Aws/Retry/ConfigurationInterface.php @@ -0,0 +1,29 @@ + + * use Aws\Sts\RegionalEndpoints\ConfigurationProvider; + * $provider = ConfigurationProvider::defaultProvider(); + * // Returns a ConfigurationInterface or throws. + * $config = $provider()->wait(); + * + * + * Configuration providers can be composed to create configuration using + * conditional logic that can create different configurations in different + * environments. You can compose multiple providers into a single provider using + * {@see \Aws\Retry\ConfigurationProvider::chain}. This function + * accepts providers as variadic arguments and returns a new function that will + * invoke each provider until a successful configuration is returned. + * + * + * // First try an INI file at this location. + * $a = ConfigurationProvider::ini(null, '/path/to/file.ini'); + * // Then try an INI file at this location. + * $b = ConfigurationProvider::ini(null, '/path/to/other-file.ini'); + * // Then try loading from environment variables. + * $c = ConfigurationProvider::env(); + * // Combine the three providers together. + * $composed = ConfigurationProvider::chain($a, $b, $c); + * // Returns a promise that is fulfilled with a configuration or throws. + * $promise = $composed(); + * // Wait on the configuration to resolve. + * $config = $promise->wait(); + * + */ +class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\AbstractConfigurationProvider implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\ConfigurationProviderInterface +{ + const DEFAULT_MAX_ATTEMPTS = 3; + const DEFAULT_MODE = 'legacy'; + const ENV_MAX_ATTEMPTS = 'AWS_MAX_ATTEMPTS'; + const ENV_MODE = 'AWS_RETRY_MODE'; + const ENV_PROFILE = 'AWS_PROFILE'; + const INI_MAX_ATTEMPTS = 'max_attempts'; + const INI_MODE = 'retry_mode'; + public static $cacheKey = 'aws_retries_config'; + protected static $interfaceClass = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationInterface::class; + protected static $exceptionClass = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Exception\ConfigurationException::class; + /** + * Create a default config provider that first checks for environment + * variables, then checks for a specified profile in the environment-defined + * config file location (env variable is 'AWS_CONFIG_FILE', file location + * defaults to ~/.aws/config), then checks for the "default" profile in the + * environment-defined config file location, and failing those uses a default + * fallback set of configuration options. + * + * This provider is automatically wrapped in a memoize function that caches + * previously provided config options. + * + * @param array $config + * + * @return callable + */ + public static function defaultProvider(array $config = []) + { + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback(); + $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); + if (isset($config['retries']) && $config['retries'] instanceof CacheInterface) { + return self::cache($memo, $config['retries'], self::$cacheKey); + } + return $memo; + } + /** + * Provider that creates config from environment variables. + * + * @return callable + */ + public static function env() + { + return function () { + // Use config from environment variables, if available + $mode = getenv(self::ENV_MODE); + $maxAttempts = getenv(self::ENV_MAX_ATTEMPTS) ? getenv(self::ENV_MAX_ATTEMPTS) : self::DEFAULT_MAX_ATTEMPTS; + if (!empty($mode)) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Configuration($mode, $maxAttempts)); + } + return self::reject('Could not find environment variable config' . ' in ' . self::ENV_MODE); + }; + } + /** + * Fallback config options when other sources are not set. + * + * @return callable + */ + public static function fallback() + { + return function () { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Configuration(self::DEFAULT_MODE, self::DEFAULT_MAX_ATTEMPTS)); + }; + } + /** + * Config provider that creates config using a config file whose location + * is specified by an environment variable 'AWS_CONFIG_FILE', defaulting to + * ~/.aws/config if not specified + * + * @param string|null $profile Profile to use. If not specified will use + * the "default" profile. + * @param string|null $filename If provided, uses a custom filename rather + * than looking in the default directory. + * + * @return callable + */ + public static function ini($profile = null, $filename = null) + { + $filename = $filename ?: self::getDefaultConfigFilename(); + $profile = $profile ?: (getenv(self::ENV_PROFILE) ?: 'default'); + return function () use($profile, $filename) { + if (!is_readable($filename)) { + return self::reject("Cannot read configuration from {$filename}"); + } + $data = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\parse_ini_file($filename, true); + if ($data === false) { + return self::reject("Invalid config file: {$filename}"); + } + if (!isset($data[$profile])) { + return self::reject("'{$profile}' not found in config file"); + } + if (!isset($data[$profile][self::INI_MODE])) { + return self::reject("Required retry config values\n not present in INI profile '{$profile}' ({$filename})"); + } + $maxAttempts = isset($data[$profile][self::INI_MAX_ATTEMPTS]) ? $data[$profile][self::INI_MAX_ATTEMPTS] : self::DEFAULT_MAX_ATTEMPTS; + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Configuration($data[$profile][self::INI_MODE], $maxAttempts)); + }; + } + /** + * Unwraps a configuration object in whatever valid form it is in, + * always returning a ConfigurationInterface object. + * + * @param mixed $config + * @return ConfigurationInterface + * @throws \InvalidArgumentException + */ + public static function unwrap($config) + { + if (is_callable($config)) { + $config = $config(); + } + if ($config instanceof PromiseInterface) { + $config = $config->wait(); + } + if ($config instanceof ConfigurationInterface) { + return $config; + } + // An integer value for this config indicates the legacy 'retries' + // config option, which is incremented to translate to max attempts + if (is_int($config)) { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Configuration('legacy', $config + 1); + } + if (is_array($config) && isset($config['mode'])) { + $maxAttempts = isset($config['max_attempts']) ? $config['max_attempts'] : self::DEFAULT_MAX_ATTEMPTS; + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\Configuration($config['mode'], $maxAttempts); + } + throw new \InvalidArgumentException('Not a valid retry configuration' . ' argument.'); + } +} diff --git a/vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php b/vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php new file mode 100644 index 00000000..c98f1a95 --- /dev/null +++ b/vendor/Aws3/Aws/Retry/Exception/ConfigurationException.php @@ -0,0 +1,13 @@ +initialRetryTokens = isset($config['initial_retry_tokens']) ? $config['initial_retry_tokens'] : 500; + $this->noRetryIncrement = isset($config['no_retry_increment']) ? $config['no_retry_increment'] : 1; + $this->retryCost = isset($config['retry_cost']) ? $config['retry_cost'] : 5; + $this->timeoutRetryCost = isset($config['timeout_retry_cost']) ? $config['timeout_retry_cost'] : 10; + $this->maxCapacity = $this->initialRetryTokens; + $this->availableCapacity = $this->initialRetryTokens; + } + public function hasRetryQuota($result) + { + if ($result instanceof AwsException && $result->isConnectionError()) { + $this->capacityAmount = $this->timeoutRetryCost; + } else { + $this->capacityAmount = $this->retryCost; + } + if ($this->capacityAmount > $this->availableCapacity) { + return false; + } + $this->availableCapacity -= $this->capacityAmount; + return true; + } + public function releaseToQuota($result) + { + if ($result instanceof AwsException) { + $statusCode = (int) $result->getStatusCode(); + } elseif ($result instanceof ResultInterface) { + $statusCode = isset($result['@metadata']['statusCode']) ? (int) $result['@metadata']['statusCode'] : null; + } + if (!empty($statusCode) && $statusCode >= 200 && $statusCode < 300) { + if (isset($this->capacityAmount)) { + $amount = $this->capacityAmount; + $this->availableCapacity += $amount; + unset($this->capacityAmount); + } else { + $amount = $this->noRetryIncrement; + $this->availableCapacity += $amount; + } + $this->availableCapacity = min($this->availableCapacity, $this->maxCapacity); + } + return isset($amount) ? $amount : 0; + } + public function getAvailableCapacity() + { + return $this->availableCapacity; + } +} diff --git a/vendor/Aws3/Aws/Retry/RateLimiter.php b/vendor/Aws3/Aws/Retry/RateLimiter.php new file mode 100644 index 00000000..477baf42 --- /dev/null +++ b/vendor/Aws3/Aws/Retry/RateLimiter.php @@ -0,0 +1,143 @@ +beta = isset($options['beta']) ? $options['beta'] : 0.7; + $this->minCapacity = isset($options['min_capacity']) ? $options['min_capacity'] : 1; + $this->minFillRate = isset($options['min_fill_rate']) ? $options['min_fill_rate'] : 0.5; + $this->scaleConstant = isset($options['scale_constant']) ? $options['scale_constant'] : 0.4; + $this->smooth = isset($options['smooth']) ? $options['smooth'] : 0.8; + $this->timeProvider = isset($options['time_provider']) ? $options['time_provider'] : null; + $this->lastTxRateBucket = floor($this->time()); + $this->lastThrottleTime = $this->time(); + } + public function isEnabled() + { + return $this->enabled; + } + public function getSendToken() + { + $this->acquireToken(1); + } + public function updateSendingRate($isThrottled) + { + $this->updateMeasuredRate(); + if ($isThrottled) { + if (!$this->isEnabled()) { + $rateToUse = $this->measuredTxRate; + } else { + $rateToUse = min($this->measuredTxRate, $this->fillRate); + } + $this->lastMaxRate = $rateToUse; + $this->calculateTimeWindow(); + $this->lastThrottleTime = $this->time(); + $calculatedRate = $this->cubicThrottle($rateToUse); + $this->enableTokenBucket(); + } else { + $this->calculateTimeWindow(); + $calculatedRate = $this->cubicSuccess($this->time()); + } + $newRate = min($calculatedRate, 2 * $this->measuredTxRate); + $this->updateTokenBucketRate($newRate); + return $newRate; + } + private function acquireToken($amount) + { + if (!$this->enabled) { + return true; + } + $this->refillTokenBucket(); + if ($amount > $this->currentCapacity) { + usleep(1000000 * ($amount - $this->currentCapacity) / $this->fillRate); + } + $this->currentCapacity -= $amount; + return true; + } + private function calculateTimeWindow() + { + $this->timeWindow = pow($this->lastMaxRate * (1 - $this->beta) / $this->scaleConstant, 0.333); + } + private function cubicSuccess($timestamp) + { + $dt = $timestamp - $this->lastThrottleTime; + return $this->scaleConstant * pow($dt - $this->timeWindow, 3) + $this->lastMaxRate; + } + private function cubicThrottle($rateToUse) + { + return $rateToUse * $this->beta; + } + private function enableTokenBucket() + { + $this->enabled = true; + } + private function refillTokenBucket() + { + $timestamp = $this->time(); + if (!isset($this->lastTimestamp)) { + $this->lastTimestamp = $timestamp; + return; + } + $fillAmount = ($timestamp - $this->lastTimestamp) * $this->fillRate; + $this->currentCapacity = $this->currentCapacity + $fillAmount; + if (!is_null($this->maxCapacity)) { + $this->currentCapacity = min($this->maxCapacity, $this->currentCapacity); + } + $this->lastTimestamp = $timestamp; + } + private function time() + { + if (is_callable($this->timeProvider)) { + $provider = $this->timeProvider; + $time = $provider(); + return $time; + } + return microtime(true); + } + private function updateMeasuredRate() + { + $timestamp = $this->time(); + $timeBucket = floor(round($timestamp, 3) * 2) / 2; + $this->requestCount++; + if ($timeBucket > $this->lastTxRateBucket) { + $currentRate = $this->requestCount / ($timeBucket - $this->lastTxRateBucket); + $this->measuredTxRate = $currentRate * $this->smooth + $this->measuredTxRate * (1 - $this->smooth); + $this->requestCount = 0; + $this->lastTxRateBucket = $timeBucket; + } + } + private function updateTokenBucketRate($newRps) + { + $this->refillTokenBucket(); + $this->fillRate = max($newRps, $this->minFillRate); + $this->maxCapacity = max($newRps, $this->minCapacity); + $this->currentCapacity = min($this->currentCapacity, $this->maxCapacity); + } +} diff --git a/vendor/Aws3/Aws/Retry/RetryHelperTrait.php b/vendor/Aws3/Aws/Retry/RetryHelperTrait.php new file mode 100644 index 00000000..73eee3f5 --- /dev/null +++ b/vendor/Aws3/Aws/Retry/RetryHelperTrait.php @@ -0,0 +1,46 @@ +withHeader('aws-sdk-retry', "{$retries}/{$delayBy}"); + } + private function updateStats($retries, $delay, array &$stats) + { + if (!isset($stats['total_retry_delay'])) { + $stats['total_retry_delay'] = 0; + } + $stats['total_retry_delay'] += $delay; + $stats['retries_attempted'] = $retries; + } + private function updateHttpStats($value, array &$stats) + { + if (empty($stats['http'])) { + $stats['http'] = []; + } + if ($value instanceof AwsException) { + $resultStats = $value->getTransferInfo(); + $stats['http'][] = $resultStats; + } elseif ($value instanceof ResultInterface) { + $resultStats = isset($value['@metadata']['transferStats']['http'][0]) ? $value['@metadata']['transferStats']['http'][0] : []; + $stats['http'][] = $resultStats; + } + } + private function bindStatsToReturn($return, array $stats) + { + if ($return instanceof ResultInterface) { + if (!isset($return['@metadata'])) { + $return['@metadata'] = []; + } + $return['@metadata']['transferStats'] = $stats; + } elseif ($return instanceof AwsException) { + $return->setTransferInfo($stats); + } + return $return; + } +} diff --git a/vendor/Aws3/Aws/RetryMiddleware.php b/vendor/Aws3/Aws/RetryMiddleware.php index 09bc50d7..6704e4ae 100644 --- a/vendor/Aws3/Aws/RetryMiddleware.php +++ b/vendor/Aws3/Aws/RetryMiddleware.php @@ -3,15 +3,19 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\AwsException; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\RetryHelperTrait; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Exception\RequestException; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\PromiseInterface; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise; /** - * @internal Middleware that retries failures. + * Middleware that retries failures. V1 implemention that supports 'legacy' mode. + * + * @internal */ class RetryMiddleware { + use RetryHelperTrait; private static $retryStatusCodes = [500 => true, 502 => true, 503 => true, 504 => true]; private static $retryCodes = [ // Throttling error @@ -41,7 +45,7 @@ public function __construct(callable $decider, callable $delay, callable $nextHa /** * Creates a default AWS retry decider function. * - * The optional $additionalRetryConfig parameter is an associative array + * The optional $extraConfig parameter is an associative array * that specifies additional retry conditions on top of the ones specified * by default by the Aws\RetryMiddleware class, with the following keys: * @@ -53,19 +57,19 @@ public function __construct(callable $decider, callable $delay, callable $nextHa * these should be valid Curl constants. Optional. * * @param int $maxRetries - * @param array $additionalRetryConfig + * @param array $extraConfig * @return callable */ - public static function createDefaultDecider($maxRetries = 3, $additionalRetryConfig = []) + public static function createDefaultDecider($maxRetries = 3, $extraConfig = []) { $retryCurlErrors = []; if (extension_loaded('curl')) { $retryCurlErrors[CURLE_RECV_ERROR] = true; } - return function ($retries, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\ResultInterface $result = null, $error = null) use($maxRetries, $retryCurlErrors, $additionalRetryConfig) { + return function ($retries, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\ResultInterface $result = null, $error = null) use($maxRetries, $retryCurlErrors, $extraConfig) { // Allow command-level options to override this value $maxRetries = null !== $command['@retries'] ? $command['@retries'] : $maxRetries; - $isRetryable = self::isRetryable($result, $error, $retryCurlErrors, $additionalRetryConfig); + $isRetryable = self::isRetryable($result, $error, $retryCurlErrors, $extraConfig); if ($retries >= $maxRetries) { if (!empty($error) && $error instanceof AwsException && $isRetryable) { $error->setMaxRetriesExceeded(); @@ -75,22 +79,22 @@ public static function createDefaultDecider($maxRetries = 3, $additionalRetryCon return $isRetryable; }; } - private static function isRetryable($result, $error, $retryCurlErrors, $additionalRetryConfig = []) + private static function isRetryable($result, $error, $retryCurlErrors, $extraConfig = []) { $errorCodes = self::$retryCodes; - if (!empty($additionalRetryConfig['errorCodes']) && is_array($additionalRetryConfig['errorCodes'])) { - foreach ($additionalRetryConfig['errorCodes'] as $code) { + if (!empty($extraConfig['error_codes']) && is_array($extraConfig['error_codes'])) { + foreach ($extraConfig['error_codes'] as $code) { $errorCodes[$code] = true; } } $statusCodes = self::$retryStatusCodes; - if (!empty($additionalRetryConfig['statusCodes']) && is_array($additionalRetryConfig['statusCodes'])) { - foreach ($additionalRetryConfig['statusCodes'] as $code) { + if (!empty($extraConfig['status_codes']) && is_array($extraConfig['status_codes'])) { + foreach ($extraConfig['status_codes'] as $code) { $statusCodes[$code] = true; } } - if (!empty($additionalRetryConfig['curlErrors']) && is_array($additionalRetryConfig['curlErrors'])) { - foreach ($additionalRetryConfig['curlErrors'] as $code) { + if (!empty($extraConfig['curl_errors']) && is_array($extraConfig['curl_errors'])) { + foreach ($extraConfig['curl_errors'] as $code) { $retryCurlErrors[$code] = true; } } @@ -184,41 +188,4 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInter }; return $handler($command, $request)->then($g, $g); } - private function addRetryHeader($request, $retries, $delayBy) - { - return $request->withHeader('aws-sdk-retry', "{$retries}/{$delayBy}"); - } - private function updateStats($retries, $delay, array &$stats) - { - if (!isset($stats['total_retry_delay'])) { - $stats['total_retry_delay'] = 0; - } - $stats['total_retry_delay'] += $delay; - $stats['retries_attempted'] = $retries; - } - private function updateHttpStats($value, array &$stats) - { - if (empty($stats['http'])) { - $stats['http'] = []; - } - if ($value instanceof AwsException) { - $resultStats = isset($value->getTransferInfo('http')[0]) ? $value->getTransferInfo('http')[0] : []; - $stats['http'][] = $resultStats; - } elseif ($value instanceof ResultInterface) { - $resultStats = isset($value['@metadata']['transferStats']['http'][0]) ? $value['@metadata']['transferStats']['http'][0] : []; - $stats['http'][] = $resultStats; - } - } - private function bindStatsToReturn($return, array $stats) - { - if ($return instanceof ResultInterface) { - if (!isset($return['@metadata'])) { - $return['@metadata'] = []; - } - $return['@metadata']['transferStats'] = $stats; - } elseif ($return instanceof AwsException) { - $return->setTransferInfo($stats); - } - return $return; - } } diff --git a/vendor/Aws3/Aws/RetryMiddlewareV2.php b/vendor/Aws3/Aws/RetryMiddlewareV2.php new file mode 100644 index 00000000..0bb706e0 --- /dev/null +++ b/vendor/Aws3/Aws/RetryMiddlewareV2.php @@ -0,0 +1,235 @@ + true, 'ThrottlingException' => true, 'ThrottledException' => true, 'RequestThrottledException' => true, 'TooManyRequestsException' => true, 'ProvisionedThroughputExceededException' => true, 'TransactionInProgressException' => true, 'RequestLimitExceeded' => true, 'BandwidthLimitExceeded' => true, 'LimitExceededException' => true, 'RequestThrottled' => true, 'SlowDown' => true, 'PriorRequestNotComplete' => true, 'EC2ThrottledException' => true]; + private static $standardTransientErrors = ['RequestTimeout' => true, 'RequestTimeoutException' => true]; + private static $standardTransientStatusCodes = [500 => true, 502 => true, 503 => true, 504 => true]; + private $collectStats; + private $decider; + private $delayer; + private $maxAttempts; + private $maxBackoff; + private $mode; + private $nextHandler; + private $options; + private $quotaManager; + private $rateLimiter; + public static function wrap($config, $options) + { + return function (callable $handler) use($config, $options) { + return new static($config, $handler, $options); + }; + } + public static function createDefaultDecider(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\QuotaManager $quotaManager, $maxAttempts = 3, $options = []) + { + $retryCurlErrors = []; + if (extension_loaded('curl')) { + $retryCurlErrors[CURLE_RECV_ERROR] = true; + } + return function ($attempts, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, $result) use($options, $quotaManager, $retryCurlErrors, $maxAttempts) { + // Release retry tokens back to quota on a successful result + $quotaManager->releaseToQuota($result); + // Allow command-level option to override this value + // # of attempts = # of retries + 1 + $maxAttempts = null !== $command['@retries'] ? $command['@retries'] + 1 : $maxAttempts; + $isRetryable = self::isRetryable($result, $retryCurlErrors, $options); + if ($isRetryable) { + // Retrieve retry tokens and check if quota has been exceeded + if (!$quotaManager->hasRetryQuota($result)) { + return false; + } + if ($attempts >= $maxAttempts) { + if (!empty($result) && $result instanceof AwsException) { + $result->setMaxRetriesExceeded(); + } + return false; + } + } + return $isRetryable; + }; + } + public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationInterface $config, callable $handler, $options = []) + { + $this->options = $options; + $this->maxAttempts = $config->getMaxAttempts(); + $this->mode = $config->getMode(); + $this->nextHandler = $handler; + $this->quotaManager = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\QuotaManager(); + $this->maxBackoff = isset($options['max_backoff']) ? $options['max_backoff'] : 20000; + $this->collectStats = isset($options['collect_stats']) ? (bool) $options['collect_stats'] : false; + $this->decider = isset($options['decider']) ? $options['decider'] : self::createDefaultDecider($this->quotaManager, $this->maxAttempts, $options); + $this->delayer = isset($options['delayer']) ? $options['delayer'] : function ($attempts) { + return $this->exponentialDelayWithJitter($attempts); + }; + if ($this->mode === 'adaptive') { + $this->rateLimiter = isset($options['rate_limiter']) ? $options['rate_limiter'] : new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\RateLimiter(); + } + } + public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $cmd, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $req) + { + $decider = $this->decider; + $delayer = $this->delayer; + $handler = $this->nextHandler; + $attempts = 1; + $monitoringEvents = []; + $requestStats = []; + $req = $this->addRetryHeader($req, 0, 0); + $callback = function ($value) use($handler, $cmd, $req, $decider, $delayer, &$attempts, &$requestStats, &$monitoringEvents, &$callback) { + if ($this->mode === 'adaptive') { + $this->rateLimiter->updateSendingRate($this->isThrottlingError($value)); + } + $this->updateHttpStats($value, $requestStats); + if ($value instanceof MonitoringEventsInterface) { + $reversedEvents = array_reverse($monitoringEvents); + $monitoringEvents = array_merge($monitoringEvents, $value->getMonitoringEvents()); + foreach ($reversedEvents as $event) { + $value->prependMonitoringEvent($event); + } + } + if ($value instanceof \Exception || $value instanceof \Throwable) { + if (!$decider($attempts, $cmd, $value)) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\rejection_for($this->bindStatsToReturn($value, $requestStats)); + } + } elseif ($value instanceof ResultInterface && !$decider($attempts, $cmd, $value)) { + return $this->bindStatsToReturn($value, $requestStats); + } + $delayBy = $delayer($attempts++); + $cmd['@http']['delay'] = $delayBy; + if ($this->collectStats) { + $this->updateStats($attempts - 1, $delayBy, $requestStats); + } + // Update retry header with retry count and delayBy + $req = $this->addRetryHeader($req, $attempts - 1, $delayBy); + // Get token from rate limiter, which will sleep if necessary + if ($this->mode === 'adaptive') { + $this->rateLimiter->getSendToken(); + } + return $handler($cmd, $req)->then($callback, $callback); + }; + // Get token from rate limiter, which will sleep if necessary + if ($this->mode === 'adaptive') { + $this->rateLimiter->getSendToken(); + } + return $handler($cmd, $req)->then($callback, $callback); + } + /** + * Amount of milliseconds to delay as a function of attempt number + * + * @param $attempts + * @return mixed + */ + public function exponentialDelayWithJitter($attempts) + { + $rand = mt_rand() / mt_getrandmax(); + return min(1000 * $rand * pow(2, $attempts), $this->maxBackoff); + } + private static function isRetryable($result, $retryCurlErrors, $options = []) + { + $errorCodes = self::$standardThrottlingErrors + self::$standardTransientErrors; + if (!empty($options['transient_error_codes']) && is_array($options['transient_error_codes'])) { + foreach ($options['transient_error_codes'] as $code) { + $errorCodes[$code] = true; + } + } + if (!empty($options['throttling_error_codes']) && is_array($options['throttling_error_codes'])) { + foreach ($options['throttling_error_codes'] as $code) { + $errorCodes[$code] = true; + } + } + $statusCodes = self::$standardTransientStatusCodes; + if (!empty($options['status_codes']) && is_array($options['status_codes'])) { + foreach ($options['status_codes'] as $code) { + $statusCodes[$code] = true; + } + } + if (!empty($options['curl_errors']) && is_array($options['curl_errors'])) { + foreach ($options['curl_errors'] as $code) { + $retryCurlErrors[$code] = true; + } + } + if ($result instanceof \Exception || $result instanceof \Throwable) { + $isError = true; + } else { + $isError = false; + } + if (!$isError) { + if (!isset($result['@metadata']['statusCode'])) { + return false; + } + return isset($statusCodes[$result['@metadata']['statusCode']]); + } + if (!$result instanceof AwsException) { + return false; + } + if ($result->isConnectionError()) { + return true; + } + if (!empty($errorCodes[$result->getAwsErrorCode()])) { + return true; + } + if (!empty($statusCodes[$result->getStatusCode()])) { + return true; + } + if (count($retryCurlErrors) && ($previous = $result->getPrevious()) && $previous instanceof RequestException) { + if (method_exists($previous, 'getHandlerContext')) { + $context = $previous->getHandlerContext(); + return !empty($context['errno']) && isset($retryCurlErrors[$context['errno']]); + } + $message = $previous->getMessage(); + foreach (array_keys($retryCurlErrors) as $curlError) { + if (strpos($message, 'cURL error ' . $curlError . ':') === 0) { + return true; + } + } + } + // Check error shape for the retryable trait + if (!empty($errorShape = $result->getAwsErrorShape())) { + $definition = $errorShape->toArray(); + if (!empty($definition['retryable'])) { + return true; + } + } + return false; + } + private function isThrottlingError($result) + { + if ($result instanceof AwsException) { + // Check pre-defined throttling errors + $throttlingErrors = self::$standardThrottlingErrors; + if (!empty($this->options['throttling_error_codes']) && is_array($this->options['throttling_error_codes'])) { + foreach ($this->options['throttling_error_codes'] as $code) { + $throttlingErrors[$code] = true; + } + } + if (!empty($result->getAwsErrorCode()) && !empty($throttlingErrors[$result->getAwsErrorCode()])) { + return true; + } + // Check error shape for the throttling trait + if (!empty($errorShape = $result->getAwsErrorShape())) { + $definition = $errorShape->toArray(); + if (!empty($definition['retryable']['throttling'])) { + return true; + } + } + } + return false; + } +} diff --git a/vendor/Aws3/Aws/S3/AmbiguousSuccessParser.php b/vendor/Aws3/Aws/S3/AmbiguousSuccessParser.php index b445aac2..f5ca513d 100644 --- a/vendor/Aws3/Aws/S3/AmbiguousSuccessParser.php +++ b/vendor/Aws3/Aws/S3/AmbiguousSuccessParser.php @@ -3,6 +3,7 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\AbstractParser; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\Exception\ParserException; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\StructureShape; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\AwsException; @@ -15,7 +16,7 @@ */ class AmbiguousSuccessParser extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Parser\AbstractParser { - private static $ambiguousSuccesses = ['UploadPartCopy' => true, 'CopyObject' => true, 'CompleteMultipartUpload' => true]; + private static $ambiguousSuccesses = ['UploadPart' => true, 'UploadPartCopy' => true, 'CopyObject' => true, 'CompleteMultipartUpload' => true]; /** @var callable */ private $errorParser; /** @var string */ @@ -30,7 +31,11 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInter { if (200 === $response->getStatusCode() && isset(self::$ambiguousSuccesses[$command->getName()])) { $errorParser = $this->errorParser; - $parsed = $errorParser($response); + try { + $parsed = $errorParser($response); + } catch (ParserException $e) { + $parsed = ['code' => 'ConnectionError', 'message' => "An error connecting to the service occurred" . " while performing the " . $command->getName() . " operation."]; + } if (isset($parsed['code']) && isset($parsed['message'])) { throw new $this->exceptionClass($parsed['message'], $command, ['connection_error' => true]); } diff --git a/vendor/Aws3/Aws/S3/ApplyChecksumMiddleware.php b/vendor/Aws3/Aws/S3/ApplyChecksumMiddleware.php index efca1bc2..33de8c4b 100644 --- a/vendor/Aws3/Aws/S3/ApplyChecksumMiddleware.php +++ b/vendor/Aws3/Aws/S3/ApplyChecksumMiddleware.php @@ -2,6 +2,8 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\ApiProvider; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Service; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface; @@ -14,22 +16,25 @@ */ class ApplyChecksumMiddleware { - private static $md5 = ['DeleteObjects', 'PutBucketCors', 'PutBucketLifecycle', 'PutBucketLifecycleConfiguration', 'PutBucketPolicy', 'PutBucketTagging', 'PutBucketReplication', 'PutObjectLegalHold', 'PutObjectRetention', 'PutObjectLockConfiguration']; private static $sha256 = ['PutObject', 'UploadPart']; + /** @var Service */ + private $api; private $nextHandler; /** * Create a middleware wrapper function. * + * @param Service $api * @return callable */ - public static function wrap() + public static function wrap(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Service $api) { - return function (callable $handler) { - return new self($handler); + return function (callable $handler) use($api) { + return new self($handler, $api); }; } - public function __construct(callable $nextHandler) + public function __construct(callable $nextHandler, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Api\Service $api) { + $this->api = $api; $this->nextHandler = $nextHandler; } public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request) @@ -37,7 +42,8 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInter $next = $this->nextHandler; $name = $command->getName(); $body = $request->getBody(); - if (in_array($name, self::$md5) && !$request->hasHeader('Content-MD5')) { + $op = $this->api->getOperation($command->getName()); + if (!empty($op['httpChecksumRequired']) && !$request->hasHeader('Content-MD5')) { // Set the content MD5 header for operations that require it. $request = $request->withHeader('Content-MD5', base64_encode(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\hash($body, 'md5', true))); } elseif (in_array($name, self::$sha256) && $command['ContentSHA256']) { diff --git a/vendor/Aws3/Aws/S3/Crypto/CryptoParamsTraitV2.php b/vendor/Aws3/Aws/S3/Crypto/CryptoParamsTraitV2.php new file mode 100644 index 00000000..cb16984f --- /dev/null +++ b/vendor/Aws3/Aws/S3/Crypto/CryptoParamsTraitV2.php @@ -0,0 +1,16 @@ +appendUserAgent($client, 'S3CryptoV' . self::CRYPTO_VERSION); $this->client = $client; $this->instructionFileSuffix = $instructionFileSuffix; } @@ -54,12 +70,15 @@ private static function getDefaultStrategy() * - @CipherOptions: (array) Cipher options for encrypting data. Only the * Cipher option is required. Accepts the following: * - Cipher: (string) cbc|gcm - * See also: AbstractCryptoClient::$supportedCiphers + * See also: AbstractCryptoClient::$supportedCiphers. Note that + * cbc is deprecated and gcm should be used when possible. * - KeySize: (int) 128|192|256 * See also: MaterialsProvider::$supportedKeySizes * - Aad: (string) Additional authentication data. This option is * passed directly to OpenSSL when using gcm. It is ignored when - * using cbc. + * using cbc. Note if you pass in Aad for gcm encryption, the + * PHP SDK will be able to decrypt the resulting object, but other + * AWS SDKs may not be able to do so. * * The optional configuration arguments are as follows: * @@ -122,12 +141,15 @@ private static function getContentShaDecorator(&$args) * - @CipherOptions: (array) Cipher options for encrypting data. A Cipher * is required. Accepts the following options: * - Cipher: (string) cbc|gcm - * See also: AbstractCryptoClient::$supportedCiphers + * See also: AbstractCryptoClient::$supportedCiphers. Note that + * cbc is deprecated and gcm should be used when possible. * - KeySize: (int) 128|192|256 * See also: MaterialsProvider::$supportedKeySizes * - Aad: (string) Additional authentication data. This option is * passed directly to OpenSSL when using gcm. It is ignored when - * using cbc. + * using cbc. Note if you pass in Aad for gcm encryption, the + * PHP SDK will be able to decrypt the resulting object, but other + * AWS SDKs may not be able to do so. * * The optional configuration arguments are as follows: * diff --git a/vendor/Aws3/Aws/S3/Crypto/S3EncryptionClientV2.php b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionClientV2.php new file mode 100644 index 00000000..4514f799 --- /dev/null +++ b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionClientV2.php @@ -0,0 +1,371 @@ + + * use Aws\Crypto\KmsMaterialsProviderV2; + * use Aws\S3\Crypto\S3EncryptionClientV2; + * use Aws\S3\S3Client; + * + * $encryptionClient = new S3EncryptionClientV2( + * new S3Client([ + * 'region' => 'us-west-2', + * 'version' => 'latest' + * ]) + * ); + * $materialsProvider = new KmsMaterialsProviderV2( + * new KmsClient([ + * 'profile' => 'default', + * 'region' => 'us-east-1', + * 'version' => 'latest', + * ], + * 'your-kms-key-id' + * ); + * + * $encryptionClient->putObject([ + * '@MaterialsProvider' => $materialsProvider, + * '@CipherOptions' => [ + * 'Cipher' => 'gcm', + * 'KeySize' => 256, + * ], + * '@KmsEncryptionContext' => ['foo' => 'bar'], + * 'Bucket' => 'your-bucket', + * 'Key' => 'your-key', + * 'Body' => 'your-encrypted-data', + * ]); + * + * + * Example read call (using objects from previous example): + * + * + * $encryptionClient->getObject([ + * '@MaterialsProvider' => $materialsProvider, + * '@CipherOptions' => [ + * 'Cipher' => 'gcm', + * 'KeySize' => 256, + * ], + * 'Bucket' => 'your-bucket', + * 'Key' => 'your-key', + * ]); + * + */ +class S3EncryptionClientV2 extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\AbstractCryptoClientV2 +{ + use CipherBuilderTrait; + use CryptoParamsTraitV2; + use DecryptionTraitV2; + use EncryptionTraitV2; + use UserAgentTrait; + const CRYPTO_VERSION = '2.1'; + private $client; + private $instructionFileSuffix; + private $legacyWarningCount; + /** + * @param S3Client $client The S3Client to be used for true uploading and + * retrieving objects from S3 when using the + * encryption client. + * @param string|null $instructionFileSuffix Suffix for a client wide + * default when using instruction + * files for metadata storage. + */ + public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3Client $client, $instructionFileSuffix = null) + { + $this->appendUserAgent($client, 'S3CryptoV' . self::CRYPTO_VERSION); + $this->client = $client; + $this->instructionFileSuffix = $instructionFileSuffix; + $this->legacyWarningCount = 0; + } + private static function getDefaultStrategy() + { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\Crypto\HeadersMetadataStrategy(); + } + /** + * Encrypts the data in the 'Body' field of $args and promises to upload it + * to the specified location on S3. + * + * Note that for PHP versions of < 7.1, this operation uses an AES-GCM + * polyfill for encryption since there is no native PHP support. The + * performance for large inputs will be a lot slower than for PHP 7.1+, so + * upgrading older PHP version environments may be necessary to use this + * effectively. + * + * @param array $args Arguments for encrypting an object and uploading it + * to S3 via PutObject. + * + * The required configuration arguments are as follows: + * + * - @MaterialsProvider: (MaterialsProviderV2) Provides Cek, Iv, and Cek + * encrypting/decrypting for encryption metadata. + * - @CipherOptions: (array) Cipher options for encrypting data. Only the + * Cipher option is required. Accepts the following: + * - Cipher: (string) gcm + * See also: AbstractCryptoClientV2::$supportedCiphers + * - KeySize: (int) 128|256 + * See also: MaterialsProvider::$supportedKeySizes + * - Aad: (string) Additional authentication data. This option is + * passed directly to OpenSSL when using gcm. Note if you pass in + * Aad, the PHP SDK will be able to decrypt the resulting object, + * but other AWS SDKs may not be able to do so. + * - @KmsEncryptionContext: (array) Only required if using + * KmsMaterialsProviderV2. An associative array of key-value + * pairs to be added to the encryption context for KMS key encryption. An + * empty array may be passed if no additional context is desired. + * + * The optional configuration arguments are as follows: + * + * - @MetadataStrategy: (MetadataStrategy|string|null) Strategy for storing + * MetadataEnvelope information. Defaults to using a + * HeadersMetadataStrategy. Can either be a class implementing + * MetadataStrategy, a class name of a predefined strategy, or empty/null + * to default. + * - @InstructionFileSuffix: (string|null) Suffix used when writing to an + * instruction file if using an InstructionFileMetadataHandler. + * + * @return PromiseInterface + * + * @throws \InvalidArgumentException Thrown when arguments above are not + * passed or are passed incorrectly. + */ + public function putObjectAsync(array $args) + { + $provider = $this->getMaterialsProvider($args); + unset($args['@MaterialsProvider']); + $instructionFileSuffix = $this->getInstructionFileSuffix($args); + unset($args['@InstructionFileSuffix']); + $strategy = $this->getMetadataStrategy($args, $instructionFileSuffix); + unset($args['@MetadataStrategy']); + $envelope = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope(); + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for($this->encrypt(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\stream_for($args['Body']), $args, $provider, $envelope))->then(function ($encryptedBodyStream) use($args) { + $hash = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\PhpHash('sha256'); + $hashingEncryptedBodyStream = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\HashingStream($encryptedBodyStream, $hash, self::getContentShaDecorator($args)); + return [$hashingEncryptedBodyStream, $args]; + })->then(function ($putObjectContents) use($strategy, $envelope) { + list($bodyStream, $args) = $putObjectContents; + if ($strategy === null) { + $strategy = self::getDefaultStrategy(); + } + $updatedArgs = $strategy->save($envelope, $args); + $updatedArgs['Body'] = $bodyStream; + return $updatedArgs; + })->then(function ($args) { + unset($args['@CipherOptions']); + return $this->client->putObjectAsync($args); + }); + } + private static function getContentShaDecorator(&$args) + { + return function ($hash) use(&$args) { + $args['ContentSHA256'] = bin2hex($hash); + }; + } + /** + * Encrypts the data in the 'Body' field of $args and uploads it to the + * specified location on S3. + * + * Note that for PHP versions of < 7.1, this operation uses an AES-GCM + * polyfill for encryption since there is no native PHP support. The + * performance for large inputs will be a lot slower than for PHP 7.1+, so + * upgrading older PHP version environments may be necessary to use this + * effectively. + * + * @param array $args Arguments for encrypting an object and uploading it + * to S3 via PutObject. + * + * The required configuration arguments are as follows: + * + * - @MaterialsProvider: (MaterialsProvider) Provides Cek, Iv, and Cek + * encrypting/decrypting for encryption metadata. + * - @CipherOptions: (array) Cipher options for encrypting data. A Cipher + * is required. Accepts the following options: + * - Cipher: (string) gcm + * See also: AbstractCryptoClientV2::$supportedCiphers + * - KeySize: (int) 128|256 + * See also: MaterialsProvider::$supportedKeySizes + * - Aad: (string) Additional authentication data. This option is + * passed directly to OpenSSL when using gcm. Note if you pass in + * Aad, the PHP SDK will be able to decrypt the resulting object, + * but other AWS SDKs may not be able to do so. + * - @KmsEncryptionContext: (array) Only required if using + * KmsMaterialsProviderV2. An associative array of key-value + * pairs to be added to the encryption context for KMS key encryption. An + * empty array may be passed if no additional context is desired. + * + * The optional configuration arguments are as follows: + * + * - @MetadataStrategy: (MetadataStrategy|string|null) Strategy for storing + * MetadataEnvelope information. Defaults to using a + * HeadersMetadataStrategy. Can either be a class implementing + * MetadataStrategy, a class name of a predefined strategy, or empty/null + * to default. + * - @InstructionFileSuffix: (string|null) Suffix used when writing to an + * instruction file if an using an InstructionFileMetadataHandler was + * determined. + * + * @return \Aws\Result PutObject call result with the details of uploading + * the encrypted file. + * + * @throws \InvalidArgumentException Thrown when arguments above are not + * passed or are passed incorrectly. + */ + public function putObject(array $args) + { + return $this->putObjectAsync($args)->wait(); + } + /** + * Promises to retrieve an object from S3 and decrypt the data in the + * 'Body' field. + * + * @param array $args Arguments for retrieving an object from S3 via + * GetObject and decrypting it. + * + * The required configuration argument is as follows: + * + * - @MaterialsProvider: (MaterialsProviderInterface) Provides Cek, Iv, and Cek + * encrypting/decrypting for decryption metadata. May have data loaded + * from the MetadataEnvelope upon decryption. + * - @SecurityProfile: (string) Must be set to 'V2' or 'V2_AND_LEGACY'. + * - 'V2' indicates that only objects encrypted with S3EncryptionClientV2 + * content encryption and key wrap schemas are able to be decrypted. + * - 'V2_AND_LEGACY' indicates that objects encrypted with both + * S3EncryptionClientV2 and older legacy encryption clients are able + * to be decrypted. + * + * The optional configuration arguments are as follows: + * + * - SaveAs: (string) The path to a file on disk to save the decrypted + * object data. This will be handled by file_put_contents instead of the + * Guzzle sink. + * + * - @MetadataStrategy: (MetadataStrategy|string|null) Strategy for reading + * MetadataEnvelope information. Defaults to determining based on object + * response headers. Can either be a class implementing MetadataStrategy, + * a class name of a predefined strategy, or empty/null to default. + * - @InstructionFileSuffix: (string) Suffix used when looking for an + * instruction file if an InstructionFileMetadataHandler is being used. + * - @CipherOptions: (array) Cipher options for decrypting data. A Cipher + * is required. Accepts the following options: + * - Aad: (string) Additional authentication data. This option is + * passed directly to OpenSSL when using gcm. It is ignored when + * using cbc. + * - @KmsAllowDecryptWithAnyCmk: (bool) This allows decryption with + * KMS materials for any KMS key ID, instead of needing the KMS key ID to + * be specified and provided to the decrypt operation. Ignored for non-KMS + * materials providers. Defaults to false. + * + * @return PromiseInterface + * + * @throws \InvalidArgumentException Thrown when required arguments are not + * passed or are passed incorrectly. + */ + public function getObjectAsync(array $args) + { + $provider = $this->getMaterialsProvider($args); + unset($args['@MaterialsProvider']); + $instructionFileSuffix = $this->getInstructionFileSuffix($args); + unset($args['@InstructionFileSuffix']); + $strategy = $this->getMetadataStrategy($args, $instructionFileSuffix); + unset($args['@MetadataStrategy']); + if (!isset($args['@SecurityProfile']) || !in_array($args['@SecurityProfile'], self::$supportedSecurityProfiles)) { + throw new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\CryptoException("@SecurityProfile is required and must be" . " set to 'V2' or 'V2_AND_LEGACY'"); + } + // Only throw this legacy warning once per client + if (in_array($args['@SecurityProfile'], self::$legacySecurityProfiles) && $this->legacyWarningCount < 1) { + $this->legacyWarningCount++; + trigger_error("This S3 Encryption Client operation is configured to" . " read encrypted data with legacy encryption modes. If you" . " don't have objects encrypted with these legacy modes," . " you should disable support for them to enhance security. ", E_USER_WARNING); + } + $saveAs = null; + if (!empty($args['SaveAs'])) { + $saveAs = $args['SaveAs']; + } + $promise = $this->client->getObjectAsync($args)->then(function ($result) use($provider, $instructionFileSuffix, $strategy, $args) { + if ($strategy === null) { + $strategy = $this->determineGetObjectStrategy($result, $instructionFileSuffix); + } + $envelope = $strategy->load($args + ['Metadata' => $result['Metadata']]); + $result['Body'] = $this->decrypt($result['Body'], $provider, $envelope, $args); + return $result; + })->then(function ($result) use($saveAs) { + if (!empty($saveAs)) { + file_put_contents($saveAs, (string) $result['Body'], LOCK_EX); + } + return $result; + }); + return $promise; + } + /** + * Retrieves an object from S3 and decrypts the data in the 'Body' field. + * + * @param array $args Arguments for retrieving an object from S3 via + * GetObject and decrypting it. + * + * The required configuration argument is as follows: + * + * - @MaterialsProvider: (MaterialsProviderInterface) Provides Cek, Iv, and Cek + * encrypting/decrypting for decryption metadata. May have data loaded + * from the MetadataEnvelope upon decryption. + * - @SecurityProfile: (string) Must be set to 'V2' or 'V2_AND_LEGACY'. + * - 'V2' indicates that only objects encrypted with S3EncryptionClientV2 + * content encryption and key wrap schemas are able to be decrypted. + * - 'V2_AND_LEGACY' indicates that objects encrypted with both + * S3EncryptionClientV2 and older legacy encryption clients are able + * to be decrypted. + * + * The optional configuration arguments are as follows: + * + * - SaveAs: (string) The path to a file on disk to save the decrypted + * object data. This will be handled by file_put_contents instead of the + * Guzzle sink. + * - @InstructionFileSuffix: (string|null) Suffix used when looking for an + * instruction file if an InstructionFileMetadataHandler was detected. + * - @CipherOptions: (array) Cipher options for encrypting data. A Cipher + * is required. Accepts the following options: + * - Aad: (string) Additional authentication data. This option is + * passed directly to OpenSSL when using gcm. It is ignored when + * using cbc. + * - @KmsAllowDecryptWithAnyCmk: (bool) This allows decryption with + * KMS materials for any KMS key ID, instead of needing the KMS key ID to + * be specified and provided to the decrypt operation. Ignored for non-KMS + * materials providers. Defaults to false. + * + * @return \Aws\Result GetObject call result with the 'Body' field + * wrapped in a decryption stream with its metadata + * information. + * + * @throws \InvalidArgumentException Thrown when arguments above are not + * passed or are passed incorrectly. + */ + public function getObject(array $args) + { + return $this->getObjectAsync($args)->wait(); + } +} diff --git a/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploader.php b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploader.php index 1fdc23e8..06956f9e 100644 --- a/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploader.php +++ b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploader.php @@ -11,10 +11,19 @@ use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise; /** * Encapsulates the execution of a multipart upload of an encrypted object to S3. + * + * Legacy implementation using older encryption workflow. Use + * S3EncryptionMultipartUploaderV2 if possible. + * + * @deprecated */ class S3EncryptionMultipartUploader extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\MultipartUploader { - use EncryptionTrait, CipherBuilderTrait, CryptoParamsTrait; + use CipherBuilderTrait; + use CryptoParamsTrait; + use EncryptionTrait; + use UserAgentTrait; + const CRYPTO_VERSION = '1n'; /** * Returns if the passed cipher name is supported for encryption by the SDK. * @@ -39,7 +48,8 @@ public static function isSupportedCipher($cipherName) * - @CipherOptions: (array) Cipher options for encrypting data. A Cipher * is required. Accepts the following options: * - Cipher: (string) cbc|gcm - * See also: AbstractCryptoClient::$supportedCiphers + * See also: AbstractCryptoClient::$supportedCiphers. Note that + * cbc is deprecated and gcm should be used when possible. * - KeySize: (int) 128|192|256 * See also: MaterialsProvider::$supportedKeySizes * - Aad: (string) Additional authentication data. This option is @@ -90,6 +100,7 @@ public static function isSupportedCipher($cipherName) */ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3ClientInterface $client, $source, array $config = []) { + $this->appendUserAgent($client, 'S3CryptoV' . self::CRYPTO_VERSION); $this->client = $client; $config['params'] = []; if (!empty($config['bucket'])) { diff --git a/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploaderV2.php b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploaderV2.php new file mode 100644 index 00000000..c63ad405 --- /dev/null +++ b/vendor/Aws3/Aws/S3/Crypto/S3EncryptionMultipartUploaderV2.php @@ -0,0 +1,148 @@ +appendUserAgent($client, 'S3CryptoV' . self::CRYPTO_VERSION); + $this->client = $client; + $config['params'] = []; + if (!empty($config['bucket'])) { + $config['params']['Bucket'] = $config['bucket']; + } + if (!empty($config['key'])) { + $config['params']['Key'] = $config['key']; + } + $this->provider = $this->getMaterialsProvider($config); + unset($config['@MaterialsProvider']); + $this->instructionFileSuffix = $this->getInstructionFileSuffix($config); + unset($config['@InstructionFileSuffix']); + $this->strategy = $this->getMetadataStrategy($config, $this->instructionFileSuffix); + if ($this->strategy === null) { + $this->strategy = self::getDefaultStrategy(); + } + unset($config['@MetadataStrategy']); + $config['prepare_data_source'] = $this->getEncryptingDataPreparer(); + parent::__construct($client, $source, $config); + } + private static function getDefaultStrategy() + { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\Crypto\HeadersMetadataStrategy(); + } + private function getEncryptingDataPreparer() + { + return function () { + // Defer encryption work until promise is executed + $envelope = new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Crypto\MetadataEnvelope(); + list($this->source, $params) = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for($this->encrypt($this->source, $this->config ?: [], $this->provider, $envelope))->then(function ($bodyStream) use($envelope) { + $params = $this->strategy->save($envelope, $this->config['params']); + return [$bodyStream, $params]; + })->wait(); + $this->source->rewind(); + $this->config['params'] = $params; + }; + } +} diff --git a/vendor/Aws3/Aws/S3/Crypto/UserAgentTrait.php b/vendor/Aws3/Aws/S3/Crypto/UserAgentTrait.php new file mode 100644 index 00000000..8aa09c0e --- /dev/null +++ b/vendor/Aws3/Aws/S3/Crypto/UserAgentTrait.php @@ -0,0 +1,26 @@ +getHandlerList(); + $list->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::mapRequest(function (\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $req) use($agentString) { + if (!empty($req->getHeader('User-Agent')) && !empty($req->getHeader('User-Agent')[0])) { + $userAgent = $req->getHeader('User-Agent')[0]; + if (strpos($userAgent, $agentString) === false) { + $userAgent .= " {$agentString}"; + } + } else { + $userAgent = $agentString; + } + $req = $req->withHeader('User-Agent', $userAgent); + return $req; + })); + } +} diff --git a/vendor/Aws3/Aws/S3/MultipartCopy.php b/vendor/Aws3/Aws/S3/MultipartCopy.php index d128a54a..e0780722 100644 --- a/vendor/Aws3/Aws/S3/MultipartCopy.php +++ b/vendor/Aws3/Aws/S3/MultipartCopy.php @@ -49,9 +49,9 @@ class MultipartCopy extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Multipart * result of executing a HeadObject command on the copy source. * * @param S3ClientInterface $client Client used for the upload. - * @param string $source Location of the data to be copied + * @param string $source Location of the data to be copied * (in the form //). - * @param array $config Configuration used to perform the upload. + * @param array $config Configuration used to perform the upload. */ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3ClientInterface $client, $source, array $config = []) { @@ -97,7 +97,8 @@ private function createPart($partNumber, $partsCount) foreach ($params as $k => $v) { $data[$k] = $v; } - $data['CopySource'] = $this->source; + list($bucket, $key) = explode('/', ltrim($this->source, '/'), 2); + $data['CopySource'] = '/' . $bucket . '/' . rawurlencode(implode('/', array_map('urlencode', explode('/', $key)))); $data['PartNumber'] = $partNumber; $defaultPartSize = $this->determinePartSize(); $startByte = $defaultPartSize * ($partNumber - 1); diff --git a/vendor/Aws3/Aws/S3/PostObjectV4.php b/vendor/Aws3/Aws/S3/PostObjectV4.php index 2154ec1b..644eb32b 100644 --- a/vendor/Aws3/Aws/S3/PostObjectV4.php +++ b/vendor/Aws3/Aws/S3/PostObjectV4.php @@ -42,7 +42,7 @@ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3Clie $this->formAttributes = ['action' => $this->generateUri(), 'method' => 'POST', 'enctype' => 'multipart/form-data']; $credentials = $this->client->getCredentials()->wait(); if ($securityToken = $credentials->getSecurityToken()) { - array_push($options, ['x-amz-security-token' => $securityToken]); + $options[] = ['x-amz-security-token' => $securityToken]; $formInputs['X-Amz-Security-Token'] = $securityToken; } // setup basic policy diff --git a/vendor/Aws3/Aws/S3/RegionalEndpoint/ConfigurationProvider.php b/vendor/Aws3/Aws/S3/RegionalEndpoint/ConfigurationProvider.php index fb27a565..81ff3616 100644 --- a/vendor/Aws3/Aws/S3/RegionalEndpoint/ConfigurationProvider.php +++ b/vendor/Aws3/Aws/S3/RegionalEndpoint/ConfigurationProvider.php @@ -66,7 +66,11 @@ class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\A */ public static function defaultProvider(array $config = []) { - $configProviders = [self::env(), self::ini(), self::fallback()]; + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback(); $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); if (isset($config['s3_us_east_1_regional_endpoint']) && $config['s3_us_east_1_regional_endpoint'] instanceof CacheInterface) { return self::cache($memo, $config['s3_us_east_1_regional_endpoint'], self::$cacheKey); diff --git a/vendor/Aws3/Aws/S3/S3Client.php b/vendor/Aws3/Aws/S3/S3Client.php index ad87852d..823e1afe 100644 --- a/vendor/Aws3/Aws/S3/S3Client.php +++ b/vendor/Aws3/Aws/S3/S3Client.php @@ -12,9 +12,11 @@ use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Exception\AwsException; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\HandlerList; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\QuotaManager; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\ResultInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddlewareV2; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\UseArnRegion\Configuration; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\UseArnRegion\ConfigurationInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\UseArnRegion\ConfigurationProvider as UseArnRegionConfigurationProvider; @@ -263,21 +265,19 @@ public static function getArguments() */ public function __construct(array $args) { - if (!isset($args['s3_us_east_1_regional_endpoint'])) { - $args['s3_us_east_1_regional_endpoint'] = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\RegionalEndpoint\ConfigurationProvider::defaultProvider(); - } elseif ($args['s3_us_east_1_regional_endpoint'] instanceof CacheInterface) { + if (!isset($args['s3_us_east_1_regional_endpoint']) || $args['s3_us_east_1_regional_endpoint'] instanceof CacheInterface) { $args['s3_us_east_1_regional_endpoint'] = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\RegionalEndpoint\ConfigurationProvider::defaultProvider($args); } parent::__construct($args); $stack = $this->getHandlerList(); $stack->appendInit(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\SSECMiddleware::wrap($this->getEndpoint()->getScheme()), 's3.ssec'); - $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\ApplyChecksumMiddleware::wrap(), 's3.checksum'); + $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\ApplyChecksumMiddleware::wrap($this->getApi()), 's3.checksum'); $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::contentType(['PutObject', 'UploadPart']), 's3.content_type'); // Use the bucket style middleware when using a "bucket_endpoint" (for cnames) if ($this->getConfig('bucket_endpoint')) { $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\BucketEndpointMiddleware::wrap(), 's3.bucket_endpoint'); } else { - $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3EndpointMiddleware::wrap($this->getRegion(), ['dual_stack' => $this->getConfig('use_dual_stack_endpoint'), 'accelerate' => $this->getConfig('use_accelerate_endpoint'), 'path_style' => $this->getConfig('use_path_style_endpoint')]), 's3.endpoint_middleware'); + $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\S3EndpointMiddleware::wrap($this->getRegion(), $this->getConfig('endpoint_provider'), ['dual_stack' => $this->getConfig('use_dual_stack_endpoint'), 'accelerate' => $this->getConfig('use_accelerate_endpoint'), 'path_style' => $this->getConfig('use_path_style_endpoint')]), 's3.endpoint_middleware'); } $stack->appendBuild(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\BucketEndpointArnMiddleware::wrap($this->getApi(), $this->getRegion(), ['use_arn_region' => $this->getConfig('use_arn_region'), 'dual_stack' => $this->getConfig('use_dual_stack_endpoint'), 'accelerate' => $this->getConfig('use_accelerate_endpoint'), 'path_style' => $this->getConfig('use_path_style_endpoint'), 'endpoint' => isset($args['endpoint']) ? $args['endpoint'] : null]), 's3.bucket_endpoint_arn'); $stack->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3\PutObjectUrlMiddleware::wrap(), 's3.put_object_url'); @@ -455,32 +455,49 @@ private function getEncodingTypeMiddleware() }; } /** @internal */ - public static function _applyRetryConfig($value, $_, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\HandlerList $list) + public static function _applyRetryConfig($value, $args, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\HandlerList $list) { - if (!$value) { - return; - } - $decider = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::createDefaultDecider($value); - $decider = function ($retries, $command, $request, $result, $error) use($decider, $value) { - $maxRetries = null !== $command['@retries'] ? $command['@retries'] : $value; - if ($decider($retries, $command, $request, $result, $error)) { - return true; - } - if ($error instanceof AwsException && $retries < $maxRetries) { - if ($error->getResponse() && $error->getResponse()->getStatusCode() >= 400) { - return strpos($error->getResponse()->getBody(), 'Your socket connection to the server') !== false; - } - if ($error->getPrevious() instanceof RequestException) { - // All commands except CompleteMultipartUpload are - // idempotent and may be retried without worry if a - // networking error has occurred. - return $command->getName() !== 'CompleteMultipartUpload'; - } + if ($value) { + $config = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\ConfigurationProvider::unwrap($value); + if ($config->getMode() === 'legacy') { + $maxRetries = $config->getMaxAttempts() - 1; + $decider = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::createDefaultDecider($maxRetries); + $decider = function ($retries, $command, $request, $result, $error) use($decider, $maxRetries) { + $maxRetries = null !== $command['@retries'] ? $command['@retries'] : $maxRetries; + if ($decider($retries, $command, $request, $result, $error)) { + return true; + } + if ($error instanceof AwsException && $retries < $maxRetries) { + if ($error->getResponse() && $error->getResponse()->getStatusCode() >= 400) { + return strpos($error->getResponse()->getBody(), 'Your socket connection to the server') !== false; + } + if ($error->getPrevious() instanceof RequestException) { + // All commands except CompleteMultipartUpload are + // idempotent and may be retried without worry if a + // networking error has occurred. + return $command->getName() !== 'CompleteMultipartUpload'; + } + } + return false; + }; + $delay = [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::class, 'exponentialDelay']; + $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::retry($decider, $delay), 'retry'); + } else { + $defaultDecider = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddlewareV2::createDefaultDecider(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Retry\QuotaManager(), $config->getMaxAttempts()); + $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddlewareV2::wrap($config, ['collect_stats' => $args['stats']['retries'], 'decider' => function ($attempts, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $cmd, $result) use($defaultDecider, $config) { + $isRetryable = $defaultDecider($attempts, $cmd, $result); + if (!$isRetryable && $result instanceof AwsException && $attempts < $config->getMaxAttempts()) { + if (!empty($result->getResponse()) && strpos($result->getResponse()->getBody(), 'Your socket connection to the server') !== false) { + $isRetryable = false; + } + if ($result->getPrevious() instanceof RequestException && $cmd->getName() !== 'CompleteMultipartUpload') { + $isRetryable = true; + } + } + return $isRetryable; + }]), 'retry'); } - return false; - }; - $delay = [\DeliciousBrains\WP_Offload_Media\Aws3\Aws\RetryMiddleware::class, 'exponentialDelay']; - $list->appendSign(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\Middleware::retry($decider, $delay), 'retry'); + } } /** @internal */ public static function _applyApiProvider($value, array &$args, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\HandlerList $list) diff --git a/vendor/Aws3/Aws/S3/S3EndpointMiddleware.php b/vendor/Aws3/Aws/S3/S3EndpointMiddleware.php index 957d161d..188ecb27 100644 --- a/vendor/Aws3/Aws/S3/S3EndpointMiddleware.php +++ b/vendor/Aws3/Aws/S3/S3EndpointMiddleware.php @@ -3,6 +3,8 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\Aws\S3; use DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Endpoint\EndpointProvider; +use DeliciousBrains\WP_Offload_Media\Aws3\Aws\Endpoint\PartitionEndpointProvider; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface; /** * Used to update the URL used for S3 requests to support: @@ -32,27 +34,31 @@ class S3EndpointMiddleware /** @var string */ private $region; /** @var callable */ + private $endpointProvider; + /** @var callable */ private $nextHandler; /** * Create a middleware wrapper function * * @param string $region + * @param EndpointProvider $endpointProvider * @param array $options * * @return callable */ - public static function wrap($region, array $options) + public static function wrap($region, $endpointProvider, array $options) { - return function (callable $handler) use($region, $options) { - return new self($handler, $region, $options); + return function (callable $handler) use($region, $endpointProvider, $options) { + return new self($handler, $region, $options, $endpointProvider); }; } - public function __construct(callable $nextHandler, $region, array $options) + public function __construct(callable $nextHandler, $region, array $options, $endpointProvider = null) { $this->pathStyleByDefault = isset($options['path_style']) ? (bool) $options['path_style'] : false; $this->dualStackByDefault = isset($options['dual_stack']) ? (bool) $options['dual_stack'] : false; $this->accelerateByDefault = isset($options['accelerate']) ? (bool) $options['accelerate'] : false; $this->region = (string) $region; + $this->endpointProvider = is_null($endpointProvider) ? \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Endpoint\PartitionEndpointProvider::defaultProvider() : $endpointProvider; $this->nextHandler = $nextHandler; } public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request) @@ -130,7 +136,8 @@ private function applyDualStackEndpoint(\DeliciousBrains\WP_Offload_Media\Aws3\A } private function getDualStackHost() { - return "s3.dualstack.{$this->region}.amazonaws.com"; + $dnsSuffix = $this->endpointProvider->getPartition($this->region, 's3')->getDnsSuffix(); + return "s3.dualstack.{$this->region}.{$dnsSuffix}"; } private function applyAccelerateEndpoint(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request, $pattern) { @@ -139,7 +146,8 @@ private function applyAccelerateEndpoint(\DeliciousBrains\WP_Offload_Media\Aws3\ } private function getAccelerateHost(\DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command, $pattern) { - return "{$command['Bucket']}.{$pattern}.amazonaws.com"; + $dnsSuffix = $this->endpointProvider->getPartition($this->region, 's3')->getDnsSuffix(); + return "{$command['Bucket']}.{$pattern}.{$dnsSuffix}"; } private function getBucketlessPath($path, \DeliciousBrains\WP_Offload_Media\Aws3\Aws\CommandInterface $command) { diff --git a/vendor/Aws3/Aws/S3/StreamWrapper.php b/vendor/Aws3/Aws/S3/StreamWrapper.php index 89857459..54890b80 100644 --- a/vendor/Aws3/Aws/S3/StreamWrapper.php +++ b/vendor/Aws3/Aws/S3/StreamWrapper.php @@ -156,7 +156,7 @@ public function stream_flush() if (!isset($params['ContentType']) && ($type = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\mimetype_from_filename($params['Key']))) { $params['ContentType'] = $type; } - $this->clearCacheKey("s3://{$params['Bucket']}/{$params['Key']}"); + $this->clearCacheKey("{$this->protocol}://{$params['Bucket']}/{$params['Key']}"); return $this->boolCall(function () use($params) { return (bool) $this->getClient()->putObject($params); }); diff --git a/vendor/Aws3/Aws/S3/UseArnRegion/ConfigurationProvider.php b/vendor/Aws3/Aws/S3/UseArnRegion/ConfigurationProvider.php index b2e020c6..84f742e6 100644 --- a/vendor/Aws3/Aws/S3/UseArnRegion/ConfigurationProvider.php +++ b/vendor/Aws3/Aws/S3/UseArnRegion/ConfigurationProvider.php @@ -66,7 +66,11 @@ class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\A */ public static function defaultProvider(array $config = []) { - $configProviders = [self::env(), self::ini(), self::fallback()]; + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback(); $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); if (isset($config['use_arn_region']) && $config['use_arn_region'] instanceof CacheInterface) { return self::cache($memo, $config['use_arn_region'], self::$cacheKey); diff --git a/vendor/Aws3/Aws/Sdk.php b/vendor/Aws3/Aws/Sdk.php index 0f51f498..965221d5 100644 --- a/vendor/Aws3/Aws/Sdk.php +++ b/vendor/Aws3/Aws/Sdk.php @@ -47,6 +47,8 @@ * @method \Aws\MultiRegionClient createMultiRegionBackup(array $args = []) * @method \Aws\Batch\BatchClient createBatch(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionBatch(array $args = []) + * @method \Aws\Braket\BraketClient createBraket(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionBraket(array $args = []) * @method \Aws\Budgets\BudgetsClient createBudgets(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionBudgets(array $args = []) * @method \Aws\Chime\ChimeClient createChime(array $args = []) @@ -75,6 +77,8 @@ * @method \Aws\MultiRegionClient createMultiRegionCloudWatchEvents(array $args = []) * @method \Aws\CloudWatchLogs\CloudWatchLogsClient createCloudWatchLogs(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionCloudWatchLogs(array $args = []) + * @method \Aws\CodeArtifact\CodeArtifactClient createCodeArtifact(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionCodeArtifact(array $args = []) * @method \Aws\CodeBuild\CodeBuildClient createCodeBuild(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionCodeBuild(array $args = []) * @method \Aws\CodeCommit\CodeCommitClient createCodeCommit(array $args = []) @@ -201,8 +205,14 @@ * @method \Aws\MultiRegionClient createMultiRegionGuardDuty(array $args = []) * @method \Aws\Health\HealthClient createHealth(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionHealth(array $args = []) + * @method \Aws\Honeycode\HoneycodeClient createHoneycode(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionHoneycode(array $args = []) + * @method \Aws\IVS\IVSClient createIVS(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionIVS(array $args = []) * @method \Aws\Iam\IamClient createIam(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionIam(array $args = []) + * @method \Aws\IdentityStore\IdentityStoreClient createIdentityStore(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionIdentityStore(array $args = []) * @method \Aws\ImportExport\ImportExportClient createImportExport(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionImportExport(array $args = []) * @method \Aws\Inspector\InspectorClient createInspector(array $args = []) @@ -221,6 +231,8 @@ * @method \Aws\MultiRegionClient createMultiRegionIoTJobsDataPlane(array $args = []) * @method \Aws\IoTSecureTunneling\IoTSecureTunnelingClient createIoTSecureTunneling(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionIoTSecureTunneling(array $args = []) + * @method \Aws\IoTSiteWise\IoTSiteWiseClient createIoTSiteWise(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionIoTSiteWise(array $args = []) * @method \Aws\IoTThingsGraph\IoTThingsGraphClient createIoTThingsGraph(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionIoTThingsGraph(array $args = []) * @method \Aws\Iot\IotClient createIot(array $args = []) @@ -265,6 +277,8 @@ * @method \Aws\MultiRegionClient createMultiRegionMachineLearning(array $args = []) * @method \Aws\Macie\MacieClient createMacie(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionMacie(array $args = []) + * @method \Aws\Macie2\Macie2Client createMacie2(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionMacie2(array $args = []) * @method \Aws\ManagedBlockchain\ManagedBlockchainClient createManagedBlockchain(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionManagedBlockchain(array $args = []) * @method \Aws\MarketplaceCatalog\MarketplaceCatalogClient createMarketplaceCatalog(array $args = []) @@ -409,6 +423,8 @@ * @method \Aws\MultiRegionClient createMultiRegionSupport(array $args = []) * @method \Aws\Swf\SwfClient createSwf(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionSwf(array $args = []) + * @method \Aws\Synthetics\SyntheticsClient createSynthetics(array $args = []) + * @method \Aws\MultiRegionClient createMultiRegionSynthetics(array $args = []) * @method \Aws\Textract\TextractClient createTextract(array $args = []) * @method \Aws\MultiRegionClient createMultiRegionTextract(array $args = []) * @method \Aws\TranscribeService\TranscribeServiceClient createTranscribeService(array $args = []) @@ -444,7 +460,7 @@ */ class Sdk { - const VERSION = '3.133.40'; + const VERSION = '3.150.1'; /** @var array Arguments for creating clients */ private $args; /** diff --git a/vendor/Aws3/Aws/Sts/Exception/StsException.php b/vendor/Aws3/Aws/Sts/Exception/StsException.php new file mode 100644 index 00000000..bf7d111b --- /dev/null +++ b/vendor/Aws3/Aws/Sts/Exception/StsException.php @@ -0,0 +1,11 @@ +endpointsType = strtolower($endpointsType); + if (!in_array($this->endpointsType, ['legacy', 'regional'])) { + throw new \InvalidArgumentException("Configuration parameter must either be 'legacy' or 'regional'."); + } + } + /** + * {@inheritdoc} + */ + public function getEndpointsType() + { + return $this->endpointsType; + } + /** + * {@inheritdoc} + */ + public function toArray() + { + return ['endpoints_type' => $this->getEndpointsType()]; + } +} diff --git a/vendor/Aws3/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php b/vendor/Aws3/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php new file mode 100644 index 00000000..b2d18be2 --- /dev/null +++ b/vendor/Aws3/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php @@ -0,0 +1,22 @@ + + * use Aws\Sts\RegionalEndpoints\ConfigurationProvider; + * $provider = ConfigurationProvider::defaultProvider(); + * // Returns a ConfigurationInterface or throws. + * $config = $provider()->wait(); + * + * + * Configuration providers can be composed to create configuration using + * conditional logic that can create different configurations in different + * environments. You can compose multiple providers into a single provider using + * {@see \Aws\Sts\RegionalEndpoints\ConfigurationProvider::chain}. This function + * accepts providers as variadic arguments and returns a new function that will + * invoke each provider until a successful configuration is returned. + * + * + * // First try an INI file at this location. + * $a = ConfigurationProvider::ini(null, '/path/to/file.ini'); + * // Then try an INI file at this location. + * $b = ConfigurationProvider::ini(null, '/path/to/other-file.ini'); + * // Then try loading from environment variables. + * $c = ConfigurationProvider::env(); + * // Combine the three providers together. + * $composed = ConfigurationProvider::chain($a, $b, $c); + * // Returns a promise that is fulfilled with a configuration or throws. + * $promise = $composed(); + * // Wait on the configuration to resolve. + * $config = $promise->wait(); + * + */ +class ConfigurationProvider extends \DeliciousBrains\WP_Offload_Media\Aws3\Aws\AbstractConfigurationProvider implements \DeliciousBrains\WP_Offload_Media\Aws3\Aws\ConfigurationProviderInterface +{ + const DEFAULT_ENDPOINTS_TYPE = 'legacy'; + const ENV_ENDPOINTS_TYPE = 'AWS_STS_REGIONAL_ENDPOINTS'; + const ENV_PROFILE = 'AWS_PROFILE'; + const INI_ENDPOINTS_TYPE = 'sts_regional_endpoints'; + public static $cacheKey = 'aws_sts_regional_endpoints_config'; + protected static $interfaceClass = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\ConfigurationInterface::class; + protected static $exceptionClass = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Exception\ConfigurationException::class; + /** + * Create a default config provider that first checks for environment + * variables, then checks for a specified profile in the environment-defined + * config file location (env variable is 'AWS_CONFIG_FILE', file location + * defaults to ~/.aws/config), then checks for the "default" profile in the + * environment-defined config file location, and failing those uses a default + * fallback set of configuration options. + * + * This provider is automatically wrapped in a memoize function that caches + * previously provided config options. + * + * @param array $config + * + * @return callable + */ + public static function defaultProvider(array $config = []) + { + $configProviders = [self::env()]; + if (!isset($config['use_aws_shared_config_files']) || $config['use_aws_shared_config_files'] != false) { + $configProviders[] = self::ini(); + } + $configProviders[] = self::fallback(); + $memo = self::memoize(call_user_func_array('self::chain', $configProviders)); + if (isset($config['sts_regional_endpoints']) && $config['sts_regional_endpoints'] instanceof CacheInterface) { + return self::cache($memo, $config['sts_regional_endpoints'], self::$cacheKey); + } + return $memo; + } + /** + * Provider that creates config from environment variables. + * + * @return callable + */ + public static function env() + { + return function () { + // Use config from environment variables, if available + $endpointsType = getenv(self::ENV_ENDPOINTS_TYPE); + if (!empty($endpointsType)) { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Configuration($endpointsType)); + } + return self::reject('Could not find environment variable config' . ' in ' . self::ENV_ENDPOINTS_TYPE); + }; + } + /** + * Fallback config options when other sources are not set. + * + * @return callable + */ + public static function fallback() + { + return function () { + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Configuration(self::DEFAULT_ENDPOINTS_TYPE)); + }; + } + /** + * Config provider that creates config using a config file whose location + * is specified by an environment variable 'AWS_CONFIG_FILE', defaulting to + * ~/.aws/config if not specified + * + * @param string|null $profile Profile to use. If not specified will use + * the "default" profile. + * @param string|null $filename If provided, uses a custom filename rather + * than looking in the default directory. + * + * @return callable + */ + public static function ini($profile = null, $filename = null) + { + $filename = $filename ?: self::getDefaultConfigFilename(); + $profile = $profile ?: (getenv(self::ENV_PROFILE) ?: 'default'); + return function () use($profile, $filename) { + if (!is_readable($filename)) { + return self::reject("Cannot read configuration from {$filename}"); + } + $data = \DeliciousBrains\WP_Offload_Media\Aws3\Aws\parse_ini_file($filename, true); + if ($data === false) { + return self::reject("Invalid config file: {$filename}"); + } + if (!isset($data[$profile])) { + return self::reject("'{$profile}' not found in config file"); + } + if (!isset($data[$profile][self::INI_ENDPOINTS_TYPE])) { + return self::reject("Required STS regional endpoints config values \n not present in INI profile '{$profile}' ({$filename})"); + } + return \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\promise_for(new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Configuration($data[$profile][self::INI_ENDPOINTS_TYPE])); + }; + } + /** + * Unwraps a configuration object in whatever valid form it is in, + * always returning a ConfigurationInterface object. + * + * @param mixed $config + * @return ConfigurationInterface + * @throws \InvalidArgumentException + */ + public static function unwrap($config) + { + if (is_callable($config)) { + $config = $config(); + } + if ($config instanceof PromiseInterface) { + $config = $config->wait(); + } + if ($config instanceof ConfigurationInterface) { + return $config; + } + if (is_string($config)) { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Configuration($config); + } + if (is_array($config) && isset($config['endpoints_type'])) { + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Sts\RegionalEndpoints\Configuration($config['endpoints_type']); + } + throw new \InvalidArgumentException('Not a valid STS regional endpoints ' . 'configuration argument.'); + } +} diff --git a/vendor/Aws3/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php b/vendor/Aws3/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php new file mode 100644 index 00000000..95a9e6cc --- /dev/null +++ b/vendor/Aws3/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php @@ -0,0 +1,13 @@ +hasKey('Credentials')) { + throw new \InvalidArgumentException('Result contains no credentials'); + } + $c = $result['Credentials']; + return new \DeliciousBrains\WP_Offload_Media\Aws3\Aws\Credentials\Credentials($c['AccessKeyId'], $c['SecretAccessKey'], isset($c['SessionToken']) ? $c['SessionToken'] : null, isset($c['Expiration']) && $c['Expiration'] instanceof \DateTimeInterface ? (int) $c['Expiration']->format('U') : null); + } +} diff --git a/vendor/Aws3/Aws/data/accessanalyzer/2019-11-01/api-2.json.php b/vendor/Aws3/Aws/data/accessanalyzer/2019-11-01/api-2.json.php index 49e360d5..bc9163b8 100644 --- a/vendor/Aws3/Aws/data/accessanalyzer/2019-11-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/accessanalyzer/2019-11-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-11-01', 'endpointPrefix' => 'access-analyzer', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Access Analyzer', 'serviceId' => 'AccessAnalyzer', 'signatureVersion' => 'v4', 'signingName' => 'access-analyzer', 'uid' => 'accessanalyzer-2019-11-01'], 'operations' => ['CreateAnalyzer' => ['name' => 'CreateAnalyzer', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer', 'responseCode' => 200], 'input' => ['shape' => 'CreateAnalyzerRequest'], 'output' => ['shape' => 'CreateAnalyzerResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'CreateArchiveRule' => ['name' => 'CreateArchiveRule', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer/{analyzerName}/archive-rule', 'responseCode' => 200], 'input' => ['shape' => 'CreateArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'DeleteAnalyzer' => ['name' => 'DeleteAnalyzer', 'http' => ['method' => 'DELETE', 'requestUri' => '/analyzer/{analyzerName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAnalyzerRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'DeleteArchiveRule' => ['name' => 'DeleteArchiveRule', 'http' => ['method' => 'DELETE', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'GetAnalyzedResource' => ['name' => 'GetAnalyzedResource', 'http' => ['method' => 'GET', 'requestUri' => '/analyzed-resource', 'responseCode' => 200], 'input' => ['shape' => 'GetAnalyzedResourceRequest'], 'output' => ['shape' => 'GetAnalyzedResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetAnalyzer' => ['name' => 'GetAnalyzer', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}', 'responseCode' => 200], 'input' => ['shape' => 'GetAnalyzerRequest'], 'output' => ['shape' => 'GetAnalyzerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetArchiveRule' => ['name' => 'GetArchiveRule', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'GetArchiveRuleRequest'], 'output' => ['shape' => 'GetArchiveRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetFinding' => ['name' => 'GetFinding', 'http' => ['method' => 'GET', 'requestUri' => '/finding/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingRequest'], 'output' => ['shape' => 'GetFindingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListAnalyzedResources' => ['name' => 'ListAnalyzedResources', 'http' => ['method' => 'POST', 'requestUri' => '/analyzed-resource', 'responseCode' => 200], 'input' => ['shape' => 'ListAnalyzedResourcesRequest'], 'output' => ['shape' => 'ListAnalyzedResourcesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListAnalyzers' => ['name' => 'ListAnalyzers', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer', 'responseCode' => 200], 'input' => ['shape' => 'ListAnalyzersRequest'], 'output' => ['shape' => 'ListAnalyzersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListArchiveRules' => ['name' => 'ListArchiveRules', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}/archive-rule', 'responseCode' => 200], 'input' => ['shape' => 'ListArchiveRulesRequest'], 'output' => ['shape' => 'ListArchiveRulesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListFindings' => ['name' => 'ListFindings', 'http' => ['method' => 'POST', 'requestUri' => '/finding', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsRequest'], 'output' => ['shape' => 'ListFindingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'StartResourceScan' => ['name' => 'StartResourceScan', 'http' => ['method' => 'POST', 'requestUri' => '/resource/scan', 'responseCode' => 200], 'input' => ['shape' => 'StartResourceScanRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UpdateArchiveRule' => ['name' => 'UpdateArchiveRule', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UpdateFindings' => ['name' => 'UpdateFindings', 'http' => ['method' => 'PUT', 'requestUri' => '/finding', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFindingsRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'AnalyzedResource' => ['type' => 'structure', 'required' => ['analyzedAt', 'createdAt', 'isPublic', 'resourceArn', 'resourceType', 'updatedAt'], 'members' => ['actions' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'isPublic' => ['shape' => 'Boolean'], 'resourceArn' => ['shape' => 'ResourceArn'], 'resourceType' => ['shape' => 'ResourceType'], 'sharedVia' => ['shape' => 'SharedViaList'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'AnalyzedResourceSummary' => ['type' => 'structure', 'required' => ['resourceArn', 'resourceType'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'resourceType' => ['shape' => 'ResourceType']]], 'AnalyzedResourcesList' => ['type' => 'list', 'member' => ['shape' => 'AnalyzedResourceSummary']], 'AnalyzerArn' => ['type' => 'string', 'pattern' => '^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}$'], 'AnalyzerSummary' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'name', 'type'], 'members' => ['arn' => ['shape' => 'AnalyzerArn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastResourceAnalyzed' => ['shape' => 'String'], 'lastResourceAnalyzedAt' => ['shape' => 'Timestamp'], 'name' => ['shape' => 'Name'], 'tags' => ['shape' => 'TagsMap'], 'type' => ['shape' => 'Type']]], 'AnalyzersList' => ['type' => 'list', 'member' => ['shape' => 'AnalyzerSummary']], 'ArchiveRuleSummary' => ['type' => 'structure', 'required' => ['createdAt', 'filter', 'ruleName', 'updatedAt'], 'members' => ['createdAt' => ['shape' => 'Timestamp'], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name'], 'updatedAt' => ['shape' => 'Timestamp']]], 'ArchiveRulesList' => ['type' => 'list', 'member' => ['shape' => 'ArchiveRuleSummary']], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'ConditionKeyMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ConflictException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreateAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'type'], 'members' => ['analyzerName' => ['shape' => 'Name'], 'archiveRules' => ['shape' => 'InlineArchiveRulesList'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagsMap'], 'type' => ['shape' => 'Type']]], 'CreateAnalyzerResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AnalyzerArn']]], 'CreateArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'filter', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name']]], 'Criterion' => ['type' => 'structure', 'members' => ['contains' => ['shape' => 'ValueList'], 'eq' => ['shape' => 'ValueList'], 'exists' => ['shape' => 'Boolean'], 'neq' => ['shape' => 'ValueList']]], 'DeleteAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'FilterCriteriaMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Criterion']], 'Finding' => ['type' => 'structure', 'required' => ['analyzedAt', 'condition', 'createdAt', 'id', 'resourceType', 'status', 'updatedAt'], 'members' => ['action' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'condition' => ['shape' => 'ConditionKeyMap'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'id' => ['shape' => 'FindingId'], 'isPublic' => ['shape' => 'Boolean'], 'principal' => ['shape' => 'PrincipalMap'], 'resource' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'FindingId' => ['type' => 'string'], 'FindingIdList' => ['type' => 'list', 'member' => ['shape' => 'FindingId']], 'FindingStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED', 'RESOLVED']], 'FindingStatusUpdate' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED']], 'FindingSummary' => ['type' => 'structure', 'required' => ['analyzedAt', 'condition', 'createdAt', 'id', 'resourceType', 'status', 'updatedAt'], 'members' => ['action' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'condition' => ['shape' => 'ConditionKeyMap'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'id' => ['shape' => 'FindingId'], 'isPublic' => ['shape' => 'Boolean'], 'principal' => ['shape' => 'PrincipalMap'], 'resource' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'FindingsList' => ['type' => 'list', 'member' => ['shape' => 'FindingSummary']], 'GetAnalyzedResourceRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'resourceArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn', 'location' => 'querystring', 'locationName' => 'analyzerArn'], 'resourceArn' => ['shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'GetAnalyzedResourceResponse' => ['type' => 'structure', 'members' => ['resource' => ['shape' => 'AnalyzedResource']]], 'GetAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName']]], 'GetAnalyzerResponse' => ['type' => 'structure', 'required' => ['analyzer'], 'members' => ['analyzer' => ['shape' => 'AnalyzerSummary']]], 'GetArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'GetArchiveRuleResponse' => ['type' => 'structure', 'required' => ['archiveRule'], 'members' => ['archiveRule' => ['shape' => 'ArchiveRuleSummary']]], 'GetFindingRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'id'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn', 'location' => 'querystring', 'locationName' => 'analyzerArn'], 'id' => ['shape' => 'FindingId', 'location' => 'uri', 'locationName' => 'id']]], 'GetFindingResponse' => ['type' => 'structure', 'members' => ['finding' => ['shape' => 'Finding']]], 'InlineArchiveRule' => ['type' => 'structure', 'required' => ['filter', 'ruleName'], 'members' => ['filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name']]], 'InlineArchiveRulesList' => ['type' => 'list', 'member' => ['shape' => 'InlineArchiveRule']], 'Integer' => ['type' => 'integer', 'box' => \true], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'retryAfterSeconds' => ['shape' => 'Integer', 'location' => 'header', 'locationName' => 'Retry-After']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ListAnalyzedResourcesRequest' => ['type' => 'structure', 'required' => ['analyzerArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'maxResults' => ['shape' => 'Integer'], 'nextToken' => ['shape' => 'Token'], 'resourceType' => ['shape' => 'ResourceType']]], 'ListAnalyzedResourcesResponse' => ['type' => 'structure', 'required' => ['analyzedResources'], 'members' => ['analyzedResources' => ['shape' => 'AnalyzedResourcesList'], 'nextToken' => ['shape' => 'Token']]], 'ListAnalyzersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'nextToken'], 'type' => ['shape' => 'Type', 'location' => 'querystring', 'locationName' => 'type']]], 'ListAnalyzersResponse' => ['type' => 'structure', 'required' => ['analyzers'], 'members' => ['analyzers' => ['shape' => 'AnalyzersList'], 'nextToken' => ['shape' => 'Token']]], 'ListArchiveRulesRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListArchiveRulesResponse' => ['type' => 'structure', 'required' => ['archiveRules'], 'members' => ['archiveRules' => ['shape' => 'ArchiveRulesList'], 'nextToken' => ['shape' => 'Token']]], 'ListFindingsRequest' => ['type' => 'structure', 'required' => ['analyzerArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'filter' => ['shape' => 'FilterCriteriaMap'], 'maxResults' => ['shape' => 'Integer'], 'nextToken' => ['shape' => 'Token'], 'sort' => ['shape' => 'SortCriteria']]], 'ListFindingsResponse' => ['type' => 'structure', 'required' => ['findings'], 'members' => ['findings' => ['shape' => 'FindingsList'], 'nextToken' => ['shape' => 'Token']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap']]], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[A-Za-z][A-Za-z0-9_.-]*$'], 'OrderBy' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'PrincipalMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ResourceArn' => ['type' => 'string', 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$'], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['AWS::IAM::Role', 'AWS::KMS::Key', 'AWS::Lambda::Function', 'AWS::Lambda::LayerVersion', 'AWS::S3::Bucket', 'AWS::SQS::Queue']], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402, 'senderFault' => \true], 'exception' => \true], 'SharedViaList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => 'String'], 'orderBy' => ['shape' => 'OrderBy']]], 'StartResourceScanRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'resourceArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'resourceArn' => ['shape' => 'ResourceArn']]], 'String' => ['type' => 'string'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'retryAfterSeconds' => ['shape' => 'Integer', 'location' => 'header', 'locationName' => 'Retry-After']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Token' => ['type' => 'string'], 'Type' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'filter', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'UpdateFindingsRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'status'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'ids' => ['shape' => 'FindingIdList'], 'resourceArn' => ['shape' => 'ResourceArn'], 'status' => ['shape' => 'FindingStatusUpdate']]], 'ValidationException' => ['type' => 'structure', 'required' => ['message', 'reason'], 'members' => ['fieldList' => ['shape' => 'ValidationExceptionFieldList'], 'message' => ['shape' => 'String'], 'reason' => ['shape' => 'ValidationExceptionReason']], 'error' => ['httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ValidationExceptionField' => ['type' => 'structure', 'required' => ['message', 'name'], 'members' => ['message' => ['shape' => 'String'], 'name' => ['shape' => 'String']]], 'ValidationExceptionFieldList' => ['type' => 'list', 'member' => ['shape' => 'ValidationExceptionField']], 'ValidationExceptionReason' => ['type' => 'string', 'enum' => ['cannotParse', 'fieldValidationFailed', 'other', 'unknownOperation']], 'ValueList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20, 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-11-01', 'endpointPrefix' => 'access-analyzer', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Access Analyzer', 'serviceId' => 'AccessAnalyzer', 'signatureVersion' => 'v4', 'signingName' => 'access-analyzer', 'uid' => 'accessanalyzer-2019-11-01'], 'operations' => ['CreateAnalyzer' => ['name' => 'CreateAnalyzer', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer', 'responseCode' => 200], 'input' => ['shape' => 'CreateAnalyzerRequest'], 'output' => ['shape' => 'CreateAnalyzerResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'CreateArchiveRule' => ['name' => 'CreateArchiveRule', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer/{analyzerName}/archive-rule', 'responseCode' => 200], 'input' => ['shape' => 'CreateArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'DeleteAnalyzer' => ['name' => 'DeleteAnalyzer', 'http' => ['method' => 'DELETE', 'requestUri' => '/analyzer/{analyzerName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAnalyzerRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'DeleteArchiveRule' => ['name' => 'DeleteArchiveRule', 'http' => ['method' => 'DELETE', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'GetAnalyzedResource' => ['name' => 'GetAnalyzedResource', 'http' => ['method' => 'GET', 'requestUri' => '/analyzed-resource', 'responseCode' => 200], 'input' => ['shape' => 'GetAnalyzedResourceRequest'], 'output' => ['shape' => 'GetAnalyzedResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetAnalyzer' => ['name' => 'GetAnalyzer', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}', 'responseCode' => 200], 'input' => ['shape' => 'GetAnalyzerRequest'], 'output' => ['shape' => 'GetAnalyzerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetArchiveRule' => ['name' => 'GetArchiveRule', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'GetArchiveRuleRequest'], 'output' => ['shape' => 'GetArchiveRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetFinding' => ['name' => 'GetFinding', 'http' => ['method' => 'GET', 'requestUri' => '/finding/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingRequest'], 'output' => ['shape' => 'GetFindingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListAnalyzedResources' => ['name' => 'ListAnalyzedResources', 'http' => ['method' => 'POST', 'requestUri' => '/analyzed-resource', 'responseCode' => 200], 'input' => ['shape' => 'ListAnalyzedResourcesRequest'], 'output' => ['shape' => 'ListAnalyzedResourcesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListAnalyzers' => ['name' => 'ListAnalyzers', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer', 'responseCode' => 200], 'input' => ['shape' => 'ListAnalyzersRequest'], 'output' => ['shape' => 'ListAnalyzersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListArchiveRules' => ['name' => 'ListArchiveRules', 'http' => ['method' => 'GET', 'requestUri' => '/analyzer/{analyzerName}/archive-rule', 'responseCode' => 200], 'input' => ['shape' => 'ListArchiveRulesRequest'], 'output' => ['shape' => 'ListArchiveRulesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListFindings' => ['name' => 'ListFindings', 'http' => ['method' => 'POST', 'requestUri' => '/finding', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsRequest'], 'output' => ['shape' => 'ListFindingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'StartResourceScan' => ['name' => 'StartResourceScan', 'http' => ['method' => 'POST', 'requestUri' => '/resource/scan', 'responseCode' => 200], 'input' => ['shape' => 'StartResourceScanRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UpdateArchiveRule' => ['name' => 'UpdateArchiveRule', 'http' => ['method' => 'PUT', 'requestUri' => '/analyzer/{analyzerName}/archive-rule/{ruleName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateArchiveRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true], 'UpdateFindings' => ['name' => 'UpdateFindings', 'http' => ['method' => 'PUT', 'requestUri' => '/finding', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFindingsRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']], 'idempotent' => \true]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'AnalyzedResource' => ['type' => 'structure', 'required' => ['analyzedAt', 'createdAt', 'isPublic', 'resourceArn', 'resourceOwnerAccount', 'resourceType', 'updatedAt'], 'members' => ['actions' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'isPublic' => ['shape' => 'Boolean'], 'resourceArn' => ['shape' => 'ResourceArn'], 'resourceOwnerAccount' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType'], 'sharedVia' => ['shape' => 'SharedViaList'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'AnalyzedResourceSummary' => ['type' => 'structure', 'required' => ['resourceArn', 'resourceOwnerAccount', 'resourceType'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'resourceOwnerAccount' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType']]], 'AnalyzedResourcesList' => ['type' => 'list', 'member' => ['shape' => 'AnalyzedResourceSummary']], 'AnalyzerArn' => ['type' => 'string', 'pattern' => '^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}$'], 'AnalyzerStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'CREATING', 'DISABLED', 'FAILED']], 'AnalyzerSummary' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'name', 'status', 'type'], 'members' => ['arn' => ['shape' => 'AnalyzerArn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastResourceAnalyzed' => ['shape' => 'String'], 'lastResourceAnalyzedAt' => ['shape' => 'Timestamp'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'AnalyzerStatus'], 'statusReason' => ['shape' => 'StatusReason'], 'tags' => ['shape' => 'TagsMap'], 'type' => ['shape' => 'Type']]], 'AnalyzersList' => ['type' => 'list', 'member' => ['shape' => 'AnalyzerSummary']], 'ArchiveRuleSummary' => ['type' => 'structure', 'required' => ['createdAt', 'filter', 'ruleName', 'updatedAt'], 'members' => ['createdAt' => ['shape' => 'Timestamp'], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name'], 'updatedAt' => ['shape' => 'Timestamp']]], 'ArchiveRulesList' => ['type' => 'list', 'member' => ['shape' => 'ArchiveRuleSummary']], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'ConditionKeyMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ConflictException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreateAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'type'], 'members' => ['analyzerName' => ['shape' => 'Name'], 'archiveRules' => ['shape' => 'InlineArchiveRulesList'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagsMap'], 'type' => ['shape' => 'Type']]], 'CreateAnalyzerResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AnalyzerArn']]], 'CreateArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'filter', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name']]], 'Criterion' => ['type' => 'structure', 'members' => ['contains' => ['shape' => 'ValueList'], 'eq' => ['shape' => 'ValueList'], 'exists' => ['shape' => 'Boolean'], 'neq' => ['shape' => 'ValueList']]], 'DeleteAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'FilterCriteriaMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Criterion']], 'Finding' => ['type' => 'structure', 'required' => ['analyzedAt', 'condition', 'createdAt', 'id', 'resourceOwnerAccount', 'resourceType', 'status', 'updatedAt'], 'members' => ['action' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'condition' => ['shape' => 'ConditionKeyMap'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'id' => ['shape' => 'FindingId'], 'isPublic' => ['shape' => 'Boolean'], 'principal' => ['shape' => 'PrincipalMap'], 'resource' => ['shape' => 'String'], 'resourceOwnerAccount' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType'], 'sources' => ['shape' => 'FindingSourceList'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'FindingId' => ['type' => 'string'], 'FindingIdList' => ['type' => 'list', 'member' => ['shape' => 'FindingId']], 'FindingSource' => ['type' => 'structure', 'required' => ['type'], 'members' => ['detail' => ['shape' => 'FindingSourceDetail'], 'type' => ['shape' => 'FindingSourceType']]], 'FindingSourceDetail' => ['type' => 'structure', 'members' => ['accessPointArn' => ['shape' => 'String']]], 'FindingSourceList' => ['type' => 'list', 'member' => ['shape' => 'FindingSource']], 'FindingSourceType' => ['type' => 'string', 'enum' => ['BUCKET_ACL', 'POLICY', 'S3_ACCESS_POINT']], 'FindingStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED', 'RESOLVED']], 'FindingStatusUpdate' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED']], 'FindingSummary' => ['type' => 'structure', 'required' => ['analyzedAt', 'condition', 'createdAt', 'id', 'resourceOwnerAccount', 'resourceType', 'status', 'updatedAt'], 'members' => ['action' => ['shape' => 'ActionList'], 'analyzedAt' => ['shape' => 'Timestamp'], 'condition' => ['shape' => 'ConditionKeyMap'], 'createdAt' => ['shape' => 'Timestamp'], 'error' => ['shape' => 'String'], 'id' => ['shape' => 'FindingId'], 'isPublic' => ['shape' => 'Boolean'], 'principal' => ['shape' => 'PrincipalMap'], 'resource' => ['shape' => 'String'], 'resourceOwnerAccount' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType'], 'sources' => ['shape' => 'FindingSourceList'], 'status' => ['shape' => 'FindingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'FindingsList' => ['type' => 'list', 'member' => ['shape' => 'FindingSummary']], 'GetAnalyzedResourceRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'resourceArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn', 'location' => 'querystring', 'locationName' => 'analyzerArn'], 'resourceArn' => ['shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'GetAnalyzedResourceResponse' => ['type' => 'structure', 'members' => ['resource' => ['shape' => 'AnalyzedResource']]], 'GetAnalyzerRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName']]], 'GetAnalyzerResponse' => ['type' => 'structure', 'required' => ['analyzer'], 'members' => ['analyzer' => ['shape' => 'AnalyzerSummary']]], 'GetArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'GetArchiveRuleResponse' => ['type' => 'structure', 'required' => ['archiveRule'], 'members' => ['archiveRule' => ['shape' => 'ArchiveRuleSummary']]], 'GetFindingRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'id'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn', 'location' => 'querystring', 'locationName' => 'analyzerArn'], 'id' => ['shape' => 'FindingId', 'location' => 'uri', 'locationName' => 'id']]], 'GetFindingResponse' => ['type' => 'structure', 'members' => ['finding' => ['shape' => 'Finding']]], 'InlineArchiveRule' => ['type' => 'structure', 'required' => ['filter', 'ruleName'], 'members' => ['filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name']]], 'InlineArchiveRulesList' => ['type' => 'list', 'member' => ['shape' => 'InlineArchiveRule']], 'Integer' => ['type' => 'integer', 'box' => \true], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'retryAfterSeconds' => ['shape' => 'Integer', 'location' => 'header', 'locationName' => 'Retry-After']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ListAnalyzedResourcesRequest' => ['type' => 'structure', 'required' => ['analyzerArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'maxResults' => ['shape' => 'Integer'], 'nextToken' => ['shape' => 'Token'], 'resourceType' => ['shape' => 'ResourceType']]], 'ListAnalyzedResourcesResponse' => ['type' => 'structure', 'required' => ['analyzedResources'], 'members' => ['analyzedResources' => ['shape' => 'AnalyzedResourcesList'], 'nextToken' => ['shape' => 'Token']]], 'ListAnalyzersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'nextToken'], 'type' => ['shape' => 'Type', 'location' => 'querystring', 'locationName' => 'type']]], 'ListAnalyzersResponse' => ['type' => 'structure', 'required' => ['analyzers'], 'members' => ['analyzers' => ['shape' => 'AnalyzersList'], 'nextToken' => ['shape' => 'Token']]], 'ListArchiveRulesRequest' => ['type' => 'structure', 'required' => ['analyzerName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListArchiveRulesResponse' => ['type' => 'structure', 'required' => ['archiveRules'], 'members' => ['archiveRules' => ['shape' => 'ArchiveRulesList'], 'nextToken' => ['shape' => 'Token']]], 'ListFindingsRequest' => ['type' => 'structure', 'required' => ['analyzerArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'filter' => ['shape' => 'FilterCriteriaMap'], 'maxResults' => ['shape' => 'Integer'], 'nextToken' => ['shape' => 'Token'], 'sort' => ['shape' => 'SortCriteria']]], 'ListFindingsResponse' => ['type' => 'structure', 'required' => ['findings'], 'members' => ['findings' => ['shape' => 'FindingsList'], 'nextToken' => ['shape' => 'Token']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap']]], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[A-Za-z][A-Za-z0-9_.-]*$'], 'OrderBy' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'PrincipalMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ReasonCode' => ['type' => 'string', 'enum' => ['AWS_SERVICE_ACCESS_DISABLED', 'DELEGATED_ADMINISTRATOR_DEREGISTERED', 'ORGANIZATION_DELETED', 'SERVICE_LINKED_ROLE_CREATION_FAILED']], 'ResourceArn' => ['type' => 'string', 'pattern' => 'arn:[^:]*:[^:]*:[^:]*:[^:]*:.*$'], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['AWS::IAM::Role', 'AWS::KMS::Key', 'AWS::Lambda::Function', 'AWS::Lambda::LayerVersion', 'AWS::S3::Bucket', 'AWS::SQS::Queue']], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceType'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402, 'senderFault' => \true], 'exception' => \true], 'SharedViaList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => 'String'], 'orderBy' => ['shape' => 'OrderBy']]], 'StartResourceScanRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'resourceArn'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'resourceArn' => ['shape' => 'ResourceArn']]], 'StatusReason' => ['type' => 'structure', 'required' => ['code'], 'members' => ['code' => ['shape' => 'ReasonCode']]], 'String' => ['type' => 'string'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'retryAfterSeconds' => ['shape' => 'Integer', 'location' => 'header', 'locationName' => 'Retry-After']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Token' => ['type' => 'string'], 'Type' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateArchiveRuleRequest' => ['type' => 'structure', 'required' => ['analyzerName', 'filter', 'ruleName'], 'members' => ['analyzerName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'analyzerName'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'filter' => ['shape' => 'FilterCriteriaMap'], 'ruleName' => ['shape' => 'Name', 'location' => 'uri', 'locationName' => 'ruleName']]], 'UpdateFindingsRequest' => ['type' => 'structure', 'required' => ['analyzerArn', 'status'], 'members' => ['analyzerArn' => ['shape' => 'AnalyzerArn'], 'clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'ids' => ['shape' => 'FindingIdList'], 'resourceArn' => ['shape' => 'ResourceArn'], 'status' => ['shape' => 'FindingStatusUpdate']]], 'ValidationException' => ['type' => 'structure', 'required' => ['message', 'reason'], 'members' => ['fieldList' => ['shape' => 'ValidationExceptionFieldList'], 'message' => ['shape' => 'String'], 'reason' => ['shape' => 'ValidationExceptionReason']], 'error' => ['httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ValidationExceptionField' => ['type' => 'structure', 'required' => ['message', 'name'], 'members' => ['message' => ['shape' => 'String'], 'name' => ['shape' => 'String']]], 'ValidationExceptionFieldList' => ['type' => 'list', 'member' => ['shape' => 'ValidationExceptionField']], 'ValidationExceptionReason' => ['type' => 'string', 'enum' => ['cannotParse', 'fieldValidationFailed', 'other', 'unknownOperation']], 'ValueList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20, 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/acm-pca/2017-08-22/api-2.json.php b/vendor/Aws3/Aws/data/acm-pca/2017-08-22/api-2.json.php index 4eaec5f2..ab2bc352 100644 --- a/vendor/Aws3/Aws/data/acm-pca/2017-08-22/api-2.json.php +++ b/vendor/Aws3/Aws/data/acm-pca/2017-08-22/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-08-22', 'endpointPrefix' => 'acm-pca', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ACM-PCA', 'serviceFullName' => 'AWS Certificate Manager Private Certificate Authority', 'serviceId' => 'ACM PCA', 'signatureVersion' => 'v4', 'targetPrefix' => 'ACMPrivateCA', 'uid' => 'acm-pca-2017-08-22'], 'operations' => ['CreateCertificateAuthority' => ['name' => 'CreateCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCertificateAuthorityRequest'], 'output' => ['shape' => 'CreateCertificateAuthorityResponse'], 'errors' => [['shape' => 'InvalidArgsException'], ['shape' => 'InvalidPolicyException'], ['shape' => 'InvalidTagException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateCertificateAuthorityAuditReport' => ['name' => 'CreateCertificateAuthorityAuditReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCertificateAuthorityAuditReportRequest'], 'output' => ['shape' => 'CreateCertificateAuthorityAuditReportResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException'], ['shape' => 'InvalidStateException']], 'idempotent' => \true], 'CreatePermission' => ['name' => 'CreatePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'PermissionAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'DeleteCertificateAuthority' => ['name' => 'DeleteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateAuthorityRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'DeletePermission' => ['name' => 'DeletePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'DescribeCertificateAuthority' => ['name' => 'DescribeCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateAuthorityRequest'], 'output' => ['shape' => 'DescribeCertificateAuthorityResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'DescribeCertificateAuthorityAuditReport' => ['name' => 'DescribeCertificateAuthorityAuditReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateAuthorityAuditReportRequest'], 'output' => ['shape' => 'DescribeCertificateAuthorityAuditReportResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException']]], 'GetCertificate' => ['name' => 'GetCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateRequest'], 'output' => ['shape' => 'GetCertificateResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'GetCertificateAuthorityCertificate' => ['name' => 'GetCertificateAuthorityCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateAuthorityCertificateRequest'], 'output' => ['shape' => 'GetCertificateAuthorityCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]], 'GetCertificateAuthorityCsr' => ['name' => 'GetCertificateAuthorityCsr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateAuthorityCsrRequest'], 'output' => ['shape' => 'GetCertificateAuthorityCsrResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'ImportCertificateAuthorityCertificate' => ['name' => 'ImportCertificateAuthorityCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateAuthorityCertificateRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'CertificateMismatchException']]], 'IssueCertificate' => ['name' => 'IssueCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IssueCertificateRequest'], 'output' => ['shape' => 'IssueCertificateResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException'], ['shape' => 'MalformedCSRException']], 'idempotent' => \true], 'ListCertificateAuthorities' => ['name' => 'ListCertificateAuthorities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCertificateAuthoritiesRequest'], 'output' => ['shape' => 'ListCertificateAuthoritiesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'RestoreCertificateAuthority' => ['name' => 'RestoreCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]], 'RevokeCertificate' => ['name' => 'RevokeCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeCertificateRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestAlreadyProcessedException'], ['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException']]], 'TagCertificateAuthority' => ['name' => 'TagCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException']]], 'UntagCertificateAuthority' => ['name' => 'UntagCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidTagException']]], 'UpdateCertificateAuthority' => ['name' => 'UpdateCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCertificateAuthorityRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgsException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidPolicyException']]]], 'shapes' => ['ASN1Subject' => ['type' => 'structure', 'members' => ['Country' => ['shape' => 'CountryCodeString'], 'Organization' => ['shape' => 'String64'], 'OrganizationalUnit' => ['shape' => 'String64'], 'DistinguishedNameQualifier' => ['shape' => 'DistinguishedNameQualifierString'], 'State' => ['shape' => 'String128'], 'CommonName' => ['shape' => 'String64'], 'SerialNumber' => ['shape' => 'String64'], 'Locality' => ['shape' => 'String128'], 'Title' => ['shape' => 'String64'], 'Surname' => ['shape' => 'String40'], 'GivenName' => ['shape' => 'String16'], 'Initials' => ['shape' => 'String5'], 'Pseudonym' => ['shape' => 'String128'], 'GenerationQualifier' => ['shape' => 'String3']]], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]+'], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'ActionType'], 'max' => 3, 'min' => 1], 'ActionType' => ['type' => 'string', 'enum' => ['IssueCertificate', 'GetCertificate', 'ListPermissions']], 'Arn' => ['type' => 'string', 'max' => 200, 'min' => 5, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*'], 'AuditReportId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}'], 'AuditReportResponseFormat' => ['type' => 'string', 'enum' => ['JSON', 'CSV']], 'AuditReportStatus' => ['type' => 'string', 'enum' => ['CREATING', 'SUCCESS', 'FAILED']], 'Boolean' => ['type' => 'boolean'], 'CertificateAuthorities' => ['type' => 'list', 'member' => ['shape' => 'CertificateAuthority']], 'CertificateAuthority' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'TStamp'], 'LastStateChangeAt' => ['shape' => 'TStamp'], 'Type' => ['shape' => 'CertificateAuthorityType'], 'Serial' => ['shape' => 'String'], 'Status' => ['shape' => 'CertificateAuthorityStatus'], 'NotBefore' => ['shape' => 'TStamp'], 'NotAfter' => ['shape' => 'TStamp'], 'FailureReason' => ['shape' => 'FailureReason'], 'CertificateAuthorityConfiguration' => ['shape' => 'CertificateAuthorityConfiguration'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'RestorableUntil' => ['shape' => 'TStamp']]], 'CertificateAuthorityConfiguration' => ['type' => 'structure', 'required' => ['KeyAlgorithm', 'SigningAlgorithm', 'Subject'], 'members' => ['KeyAlgorithm' => ['shape' => 'KeyAlgorithm'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithm'], 'Subject' => ['shape' => 'ASN1Subject']]], 'CertificateAuthorityStatus' => ['type' => 'string', 'enum' => ['CREATING', 'PENDING_CERTIFICATE', 'ACTIVE', 'DELETED', 'DISABLED', 'EXPIRED', 'FAILED']], 'CertificateAuthorityType' => ['type' => 'string', 'enum' => ['ROOT', 'SUBORDINATE']], 'CertificateBody' => ['type' => 'string'], 'CertificateBodyBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CertificateChain' => ['type' => 'string'], 'CertificateChainBlob' => ['type' => 'blob', 'max' => 2097152, 'min' => 0], 'CertificateMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'CountryCodeString' => ['type' => 'string', 'pattern' => '[A-Za-z]{2}'], 'CreateCertificateAuthorityAuditReportRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'S3BucketName', 'AuditReportResponseFormat'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'S3BucketName' => ['shape' => 'String'], 'AuditReportResponseFormat' => ['shape' => 'AuditReportResponseFormat']]], 'CreateCertificateAuthorityAuditReportResponse' => ['type' => 'structure', 'members' => ['AuditReportId' => ['shape' => 'AuditReportId'], 'S3Key' => ['shape' => 'String']]], 'CreateCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityConfiguration', 'CertificateAuthorityType'], 'members' => ['CertificateAuthorityConfiguration' => ['shape' => 'CertificateAuthorityConfiguration'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'CertificateAuthorityType' => ['shape' => 'CertificateAuthorityType'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'CreatePermissionRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Principal', 'Actions'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Principal' => ['shape' => 'Principal'], 'SourceAccount' => ['shape' => 'AccountId'], 'Actions' => ['shape' => 'ActionList']]], 'CrlConfiguration' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Boolean', 'box' => \true], 'ExpirationInDays' => ['shape' => 'Integer1To5000', 'box' => \true], 'CustomCname' => ['shape' => 'String253'], 'S3BucketName' => ['shape' => 'String3To255']]], 'CsrBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CsrBody' => ['type' => 'string'], 'DeleteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'PermanentDeletionTimeInDays' => ['shape' => 'PermanentDeletionTimeInDays']]], 'DeletePermissionRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Principal'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Principal' => ['shape' => 'Principal'], 'SourceAccount' => ['shape' => 'AccountId']]], 'DescribeCertificateAuthorityAuditReportRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'AuditReportId'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'AuditReportId' => ['shape' => 'AuditReportId']]], 'DescribeCertificateAuthorityAuditReportResponse' => ['type' => 'structure', 'members' => ['AuditReportStatus' => ['shape' => 'AuditReportStatus'], 'S3BucketName' => ['shape' => 'String'], 'S3Key' => ['shape' => 'String'], 'CreatedAt' => ['shape' => 'TStamp']]], 'DescribeCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'DescribeCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['CertificateAuthority' => ['shape' => 'CertificateAuthority']]], 'DistinguishedNameQualifierString' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => '[a-zA-Z0-9\'()+-.?:/= ]*'], 'FailureReason' => ['type' => 'string', 'enum' => ['REQUEST_TIMED_OUT', 'UNSUPPORTED_ALGORITHM', 'OTHER']], 'GetCertificateAuthorityCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'GetCertificateAuthorityCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'GetCertificateAuthorityCsrRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'GetCertificateAuthorityCsrResponse' => ['type' => 'structure', 'members' => ['Csr' => ['shape' => 'CsrBody']]], 'GetCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'CertificateArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CertificateArn' => ['shape' => 'Arn']]], 'GetCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*'], 'ImportCertificateAuthorityCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Certificate'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Certificate' => ['shape' => 'CertificateBodyBlob'], 'CertificateChain' => ['shape' => 'CertificateChainBlob']]], 'Integer1To5000' => ['type' => 'integer', 'max' => 5000, 'min' => 1], 'InvalidArgsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'IssueCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Csr', 'SigningAlgorithm', 'Validity'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Csr' => ['shape' => 'CsrBlob'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithm'], 'TemplateArn' => ['shape' => 'Arn'], 'Validity' => ['shape' => 'Validity'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken']]], 'IssueCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'KeyAlgorithm' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ListCertificateAuthoritiesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListCertificateAuthoritiesResponse' => ['type' => 'structure', 'members' => ['CertificateAuthorities' => ['shape' => 'CertificateAuthorities'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPermissionsRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'PermissionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'MalformedCSRException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'MalformedCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 500, 'min' => 1], 'PermanentDeletionTimeInDays' => ['type' => 'integer', 'max' => 30, 'min' => 7], 'Permission' => ['type' => 'structure', 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'TStamp'], 'Principal' => ['shape' => 'String'], 'SourceAccount' => ['shape' => 'String'], 'Actions' => ['shape' => 'ActionList'], 'Policy' => ['shape' => 'String']]], 'PermissionAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'PermissionList' => ['type' => 'list', 'member' => ['shape' => 'Permission'], 'min' => 0], 'PositiveLong' => ['type' => 'long', 'min' => 1], 'Principal' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '^[^*]+$'], 'RequestAlreadyProcessedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'RequestFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'RequestInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'RestoreCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'RevocationConfiguration' => ['type' => 'structure', 'members' => ['CrlConfiguration' => ['shape' => 'CrlConfiguration']]], 'RevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CERTIFICATE_AUTHORITY_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERSEDED', 'CESSATION_OF_OPERATION', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'RevokeCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'CertificateSerial', 'RevocationReason'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CertificateSerial' => ['shape' => 'String128'], 'RevocationReason' => ['shape' => 'RevocationReason']]], 'SigningAlgorithm' => ['type' => 'string', 'enum' => ['SHA256WITHECDSA', 'SHA384WITHECDSA', 'SHA512WITHECDSA', 'SHA256WITHRSA', 'SHA384WITHRSA', 'SHA512WITHRSA']], 'String' => ['type' => 'string'], 'String128' => ['type' => 'string', 'max' => 128, 'min' => 0], 'String16' => ['type' => 'string', 'max' => 16, 'min' => 0], 'String253' => ['type' => 'string', 'max' => 253, 'min' => 0], 'String3' => ['type' => 'string', 'max' => 3, 'min' => 0], 'String3To255' => ['type' => 'string', 'max' => 255, 'min' => 3], 'String40' => ['type' => 'string', 'max' => 40, 'min' => 0], 'String5' => ['type' => 'string', 'max' => 5, 'min' => 0], 'String64' => ['type' => 'string', 'max' => 64, 'min' => 0], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Tags'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UntagCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Tags'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'UpdateCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'Status' => ['shape' => 'CertificateAuthorityStatus']]], 'Validity' => ['type' => 'structure', 'required' => ['Value', 'Type'], 'members' => ['Value' => ['shape' => 'PositiveLong', 'box' => \true], 'Type' => ['shape' => 'ValidityPeriodType']]], 'ValidityPeriodType' => ['type' => 'string', 'enum' => ['END_DATE', 'ABSOLUTE', 'DAYS', 'MONTHS', 'YEARS']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-08-22', 'endpointPrefix' => 'acm-pca', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ACM-PCA', 'serviceFullName' => 'AWS Certificate Manager Private Certificate Authority', 'serviceId' => 'ACM PCA', 'signatureVersion' => 'v4', 'targetPrefix' => 'ACMPrivateCA', 'uid' => 'acm-pca-2017-08-22'], 'operations' => ['CreateCertificateAuthority' => ['name' => 'CreateCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCertificateAuthorityRequest'], 'output' => ['shape' => 'CreateCertificateAuthorityResponse'], 'errors' => [['shape' => 'InvalidArgsException'], ['shape' => 'InvalidPolicyException'], ['shape' => 'InvalidTagException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateCertificateAuthorityAuditReport' => ['name' => 'CreateCertificateAuthorityAuditReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCertificateAuthorityAuditReportRequest'], 'output' => ['shape' => 'CreateCertificateAuthorityAuditReportResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException'], ['shape' => 'InvalidStateException']], 'idempotent' => \true], 'CreatePermission' => ['name' => 'CreatePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'PermissionAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'DeleteCertificateAuthority' => ['name' => 'DeleteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateAuthorityRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'DeletePermission' => ['name' => 'DeletePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'LockoutPreventedException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeCertificateAuthority' => ['name' => 'DescribeCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateAuthorityRequest'], 'output' => ['shape' => 'DescribeCertificateAuthorityResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'DescribeCertificateAuthorityAuditReport' => ['name' => 'DescribeCertificateAuthorityAuditReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateAuthorityAuditReportRequest'], 'output' => ['shape' => 'DescribeCertificateAuthorityAuditReportResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException']]], 'GetCertificate' => ['name' => 'GetCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateRequest'], 'output' => ['shape' => 'GetCertificateResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'GetCertificateAuthorityCertificate' => ['name' => 'GetCertificateAuthorityCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateAuthorityCertificateRequest'], 'output' => ['shape' => 'GetCertificateAuthorityCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]], 'GetCertificateAuthorityCsr' => ['name' => 'GetCertificateAuthorityCsr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateAuthorityCsrRequest'], 'output' => ['shape' => 'GetCertificateAuthorityCsrResponse'], 'errors' => [['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException']]], 'ImportCertificateAuthorityCertificate' => ['name' => 'ImportCertificateAuthorityCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateAuthorityCertificateRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'CertificateMismatchException']]], 'IssueCertificate' => ['name' => 'IssueCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IssueCertificateRequest'], 'output' => ['shape' => 'IssueCertificateResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidArgsException'], ['shape' => 'MalformedCSRException']], 'idempotent' => \true], 'ListCertificateAuthorities' => ['name' => 'ListCertificateAuthorities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCertificateAuthoritiesRequest'], 'output' => ['shape' => 'ListCertificateAuthoritiesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidStateException'], ['shape' => 'RequestFailedException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException']]], 'PutPolicy' => ['name' => 'PutPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPolicyRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidPolicyException'], ['shape' => 'LockoutPreventedException'], ['shape' => 'RequestFailedException'], ['shape' => 'ResourceNotFoundException']]], 'RestoreCertificateAuthority' => ['name' => 'RestoreCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]], 'RevokeCertificate' => ['name' => 'RevokeCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeCertificateRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestAlreadyProcessedException'], ['shape' => 'RequestInProgressException'], ['shape' => 'RequestFailedException']]], 'TagCertificateAuthority' => ['name' => 'TagCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException']]], 'UntagCertificateAuthority' => ['name' => 'UntagCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagCertificateAuthorityRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidTagException']]], 'UpdateCertificateAuthority' => ['name' => 'UpdateCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCertificateAuthorityRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgsException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidPolicyException']]]], 'shapes' => ['ASN1PrintableString64' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => '[a-zA-Z0-9\'()+-.?:/= ]*'], 'ASN1Subject' => ['type' => 'structure', 'members' => ['Country' => ['shape' => 'CountryCodeString'], 'Organization' => ['shape' => 'String64'], 'OrganizationalUnit' => ['shape' => 'String64'], 'DistinguishedNameQualifier' => ['shape' => 'ASN1PrintableString64'], 'State' => ['shape' => 'String128'], 'CommonName' => ['shape' => 'String64'], 'SerialNumber' => ['shape' => 'ASN1PrintableString64'], 'Locality' => ['shape' => 'String128'], 'Title' => ['shape' => 'String64'], 'Surname' => ['shape' => 'String40'], 'GivenName' => ['shape' => 'String16'], 'Initials' => ['shape' => 'String5'], 'Pseudonym' => ['shape' => 'String128'], 'GenerationQualifier' => ['shape' => 'String3']]], 'AWSPolicy' => ['type' => 'string', 'max' => 20480, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]+'], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'ActionType'], 'max' => 3, 'min' => 1], 'ActionType' => ['type' => 'string', 'enum' => ['IssueCertificate', 'GetCertificate', 'ListPermissions']], 'Arn' => ['type' => 'string', 'max' => 200, 'min' => 5, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=,.@-]+)*'], 'AuditReportId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}'], 'AuditReportResponseFormat' => ['type' => 'string', 'enum' => ['JSON', 'CSV']], 'AuditReportStatus' => ['type' => 'string', 'enum' => ['CREATING', 'SUCCESS', 'FAILED']], 'Boolean' => ['type' => 'boolean'], 'CertificateAuthorities' => ['type' => 'list', 'member' => ['shape' => 'CertificateAuthority']], 'CertificateAuthority' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'OwnerAccount' => ['shape' => 'AccountId'], 'CreatedAt' => ['shape' => 'TStamp'], 'LastStateChangeAt' => ['shape' => 'TStamp'], 'Type' => ['shape' => 'CertificateAuthorityType'], 'Serial' => ['shape' => 'String'], 'Status' => ['shape' => 'CertificateAuthorityStatus'], 'NotBefore' => ['shape' => 'TStamp'], 'NotAfter' => ['shape' => 'TStamp'], 'FailureReason' => ['shape' => 'FailureReason'], 'CertificateAuthorityConfiguration' => ['shape' => 'CertificateAuthorityConfiguration'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'RestorableUntil' => ['shape' => 'TStamp']]], 'CertificateAuthorityConfiguration' => ['type' => 'structure', 'required' => ['KeyAlgorithm', 'SigningAlgorithm', 'Subject'], 'members' => ['KeyAlgorithm' => ['shape' => 'KeyAlgorithm'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithm'], 'Subject' => ['shape' => 'ASN1Subject']]], 'CertificateAuthorityStatus' => ['type' => 'string', 'enum' => ['CREATING', 'PENDING_CERTIFICATE', 'ACTIVE', 'DELETED', 'DISABLED', 'EXPIRED', 'FAILED']], 'CertificateAuthorityType' => ['type' => 'string', 'enum' => ['ROOT', 'SUBORDINATE']], 'CertificateBody' => ['type' => 'string'], 'CertificateBodyBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CertificateChain' => ['type' => 'string'], 'CertificateChainBlob' => ['type' => 'blob', 'max' => 2097152, 'min' => 0], 'CertificateMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'CountryCodeString' => ['type' => 'string', 'max' => 2, 'min' => 2, 'pattern' => '[A-Za-z]{2}'], 'CreateCertificateAuthorityAuditReportRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'S3BucketName', 'AuditReportResponseFormat'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'S3BucketName' => ['shape' => 'S3BucketName'], 'AuditReportResponseFormat' => ['shape' => 'AuditReportResponseFormat']]], 'CreateCertificateAuthorityAuditReportResponse' => ['type' => 'structure', 'members' => ['AuditReportId' => ['shape' => 'AuditReportId'], 'S3Key' => ['shape' => 'S3Key']]], 'CreateCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityConfiguration', 'CertificateAuthorityType'], 'members' => ['CertificateAuthorityConfiguration' => ['shape' => 'CertificateAuthorityConfiguration'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'CertificateAuthorityType' => ['shape' => 'CertificateAuthorityType'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'CreatePermissionRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Principal', 'Actions'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Principal' => ['shape' => 'Principal'], 'SourceAccount' => ['shape' => 'AccountId'], 'Actions' => ['shape' => 'ActionList']]], 'CrlConfiguration' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Boolean', 'box' => \true], 'ExpirationInDays' => ['shape' => 'Integer1To5000', 'box' => \true], 'CustomCname' => ['shape' => 'String253'], 'S3BucketName' => ['shape' => 'String3To255']]], 'CsrBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CsrBody' => ['type' => 'string'], 'DeleteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'PermanentDeletionTimeInDays' => ['shape' => 'PermanentDeletionTimeInDays']]], 'DeletePermissionRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Principal'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Principal' => ['shape' => 'Principal'], 'SourceAccount' => ['shape' => 'AccountId']]], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn']]], 'DescribeCertificateAuthorityAuditReportRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'AuditReportId'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'AuditReportId' => ['shape' => 'AuditReportId']]], 'DescribeCertificateAuthorityAuditReportResponse' => ['type' => 'structure', 'members' => ['AuditReportStatus' => ['shape' => 'AuditReportStatus'], 'S3BucketName' => ['shape' => 'S3BucketName'], 'S3Key' => ['shape' => 'S3Key'], 'CreatedAt' => ['shape' => 'TStamp']]], 'DescribeCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'DescribeCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['CertificateAuthority' => ['shape' => 'CertificateAuthority']]], 'FailureReason' => ['type' => 'string', 'enum' => ['REQUEST_TIMED_OUT', 'UNSUPPORTED_ALGORITHM', 'OTHER']], 'GetCertificateAuthorityCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'GetCertificateAuthorityCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'GetCertificateAuthorityCsrRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'GetCertificateAuthorityCsrResponse' => ['type' => 'structure', 'members' => ['Csr' => ['shape' => 'CsrBody']]], 'GetCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'CertificateArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CertificateArn' => ['shape' => 'Arn']]], 'GetCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'AWSPolicy']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*'], 'ImportCertificateAuthorityCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Certificate'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Certificate' => ['shape' => 'CertificateBodyBlob'], 'CertificateChain' => ['shape' => 'CertificateChainBlob']]], 'Integer1To5000' => ['type' => 'integer', 'max' => 5000, 'min' => 1], 'InvalidArgsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'IssueCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Csr', 'SigningAlgorithm', 'Validity'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Csr' => ['shape' => 'CsrBlob'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithm'], 'TemplateArn' => ['shape' => 'Arn'], 'Validity' => ['shape' => 'Validity'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken']]], 'IssueCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'KeyAlgorithm' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ListCertificateAuthoritiesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'ResourceOwner' => ['shape' => 'ResourceOwner']]], 'ListCertificateAuthoritiesResponse' => ['type' => 'structure', 'members' => ['CertificateAuthorities' => ['shape' => 'CertificateAuthorities'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPermissionsRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'PermissionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'LockoutPreventedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'MalformedCSRException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'MalformedCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 500, 'min' => 1], 'PermanentDeletionTimeInDays' => ['type' => 'integer', 'max' => 30, 'min' => 7], 'Permission' => ['type' => 'structure', 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'TStamp'], 'Principal' => ['shape' => 'Principal'], 'SourceAccount' => ['shape' => 'AccountId'], 'Actions' => ['shape' => 'ActionList'], 'Policy' => ['shape' => 'AWSPolicy']]], 'PermissionAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'PermissionList' => ['type' => 'list', 'member' => ['shape' => 'Permission'], 'min' => 0], 'PositiveLong' => ['type' => 'long', 'min' => 1], 'Principal' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '^[^*]+$'], 'PutPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'Policy' => ['shape' => 'AWSPolicy']]], 'RequestAlreadyProcessedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'RequestFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'RequestInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceOwner' => ['type' => 'string', 'enum' => ['SELF', 'OTHER_ACCOUNTS']], 'RestoreCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn']]], 'RevocationConfiguration' => ['type' => 'structure', 'members' => ['CrlConfiguration' => ['shape' => 'CrlConfiguration']]], 'RevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CERTIFICATE_AUTHORITY_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERSEDED', 'CESSATION_OF_OPERATION', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'RevokeCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'CertificateSerial', 'RevocationReason'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'CertificateSerial' => ['shape' => 'String128'], 'RevocationReason' => ['shape' => 'RevocationReason']]], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3], 'S3Key' => ['type' => 'string', 'max' => 1024], 'SigningAlgorithm' => ['type' => 'string', 'enum' => ['SHA256WITHECDSA', 'SHA384WITHECDSA', 'SHA512WITHECDSA', 'SHA256WITHRSA', 'SHA384WITHRSA', 'SHA512WITHRSA']], 'String' => ['type' => 'string'], 'String128' => ['type' => 'string', 'max' => 128, 'min' => 0], 'String16' => ['type' => 'string', 'max' => 16, 'min' => 0], 'String253' => ['type' => 'string', 'max' => 253, 'min' => 0], 'String3' => ['type' => 'string', 'max' => 3, 'min' => 0], 'String3To255' => ['type' => 'string', 'max' => 255, 'min' => 3], 'String40' => ['type' => 'string', 'max' => 40, 'min' => 0], 'String5' => ['type' => 'string', 'max' => 5, 'min' => 0], 'String64' => ['type' => 'string', 'max' => 64, 'min' => 0], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Tags'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UntagCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn', 'Tags'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'UpdateCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['CertificateAuthorityArn'], 'members' => ['CertificateAuthorityArn' => ['shape' => 'Arn'], 'RevocationConfiguration' => ['shape' => 'RevocationConfiguration'], 'Status' => ['shape' => 'CertificateAuthorityStatus']]], 'Validity' => ['type' => 'structure', 'required' => ['Value', 'Type'], 'members' => ['Value' => ['shape' => 'PositiveLong', 'box' => \true], 'Type' => ['shape' => 'ValidityPeriodType']]], 'ValidityPeriodType' => ['type' => 'string', 'enum' => ['END_DATE', 'ABSOLUTE', 'DAYS', 'MONTHS', 'YEARS']]]]; diff --git a/vendor/Aws3/Aws/data/acm/2015-12-08/api-2.json.php b/vendor/Aws3/Aws/data/acm/2015-12-08/api-2.json.php index e8d20bbe..88fc95d2 100644 --- a/vendor/Aws3/Aws/data/acm/2015-12-08/api-2.json.php +++ b/vendor/Aws3/Aws/data/acm/2015-12-08/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-12-08', 'endpointPrefix' => 'acm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ACM', 'serviceFullName' => 'AWS Certificate Manager', 'serviceId' => 'ACM', 'signatureVersion' => 'v4', 'targetPrefix' => 'CertificateManager', 'uid' => 'acm-2015-12-08'], 'operations' => ['AddTagsToCertificate' => ['name' => 'AddTagsToCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArnException']]], 'DescribeCertificate' => ['name' => 'DescribeCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateRequest'], 'output' => ['shape' => 'DescribeCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'ExportCertificate' => ['name' => 'ExportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportCertificateRequest'], 'output' => ['shape' => 'ExportCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestInProgressException'], ['shape' => 'InvalidArnException']]], 'GetCertificate' => ['name' => 'GetCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateRequest'], 'output' => ['shape' => 'GetCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestInProgressException'], ['shape' => 'InvalidArnException']]], 'ImportCertificate' => ['name' => 'ImportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateRequest'], 'output' => ['shape' => 'ImportCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'ListCertificates' => ['name' => 'ListCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCertificatesRequest'], 'output' => ['shape' => 'ListCertificatesResponse'], 'errors' => [['shape' => 'InvalidArgsException']]], 'ListTagsForCertificate' => ['name' => 'ListTagsForCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForCertificateRequest'], 'output' => ['shape' => 'ListTagsForCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'RemoveTagsFromCertificate' => ['name' => 'RemoveTagsFromCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'RenewCertificate' => ['name' => 'RenewCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenewCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'RequestCertificate' => ['name' => 'RequestCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestCertificateRequest'], 'output' => ['shape' => 'RequestCertificateResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidDomainValidationOptionsException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'ResendValidationEmail' => ['name' => 'ResendValidationEmail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendValidationEmailRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidDomainValidationOptionsException']]], 'UpdateCertificateOptions' => ['name' => 'UpdateCertificateOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCertificateOptionsRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]]], 'shapes' => ['AddTagsToCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Tags'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=,.@-]+)*'], 'CertificateBody' => ['type' => 'string', 'max' => 32768, 'min' => 1, 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateBodyBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CertificateChain' => ['type' => 'string', 'max' => 2097152, 'min' => 1, 'pattern' => '(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateChainBlob' => ['type' => 'blob', 'max' => 2097152, 'min' => 1], 'CertificateDetail' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'DomainName' => ['shape' => 'DomainNameString'], 'SubjectAlternativeNames' => ['shape' => 'DomainList'], 'DomainValidationOptions' => ['shape' => 'DomainValidationList'], 'Serial' => ['shape' => 'String'], 'Subject' => ['shape' => 'String'], 'Issuer' => ['shape' => 'String'], 'CreatedAt' => ['shape' => 'TStamp'], 'IssuedAt' => ['shape' => 'TStamp'], 'ImportedAt' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'CertificateStatus'], 'RevokedAt' => ['shape' => 'TStamp'], 'RevocationReason' => ['shape' => 'RevocationReason'], 'NotBefore' => ['shape' => 'TStamp'], 'NotAfter' => ['shape' => 'TStamp'], 'KeyAlgorithm' => ['shape' => 'KeyAlgorithm'], 'SignatureAlgorithm' => ['shape' => 'String'], 'InUseBy' => ['shape' => 'InUseList'], 'FailureReason' => ['shape' => 'FailureReason'], 'Type' => ['shape' => 'CertificateType'], 'RenewalSummary' => ['shape' => 'RenewalSummary'], 'KeyUsages' => ['shape' => 'KeyUsageList'], 'ExtendedKeyUsages' => ['shape' => 'ExtendedKeyUsageList'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'RenewalEligibility' => ['shape' => 'RenewalEligibility'], 'Options' => ['shape' => 'CertificateOptions']]], 'CertificateOptions' => ['type' => 'structure', 'members' => ['CertificateTransparencyLoggingPreference' => ['shape' => 'CertificateTransparencyLoggingPreference']]], 'CertificateStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ISSUED', 'INACTIVE', 'EXPIRED', 'VALIDATION_TIMED_OUT', 'REVOKED', 'FAILED']], 'CertificateStatuses' => ['type' => 'list', 'member' => ['shape' => 'CertificateStatus']], 'CertificateSummary' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'DomainName' => ['shape' => 'DomainNameString']]], 'CertificateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'CertificateSummary']], 'CertificateTransparencyLoggingPreference' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CertificateType' => ['type' => 'string', 'enum' => ['IMPORTED', 'AMAZON_ISSUED', 'PRIVATE']], 'DeleteCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'DescribeCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'DescribeCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateDetail']]], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'DomainNameString'], 'max' => 100, 'min' => 1], 'DomainNameString' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$'], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'DomainValidation' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationEmails' => ['shape' => 'ValidationEmailList'], 'ValidationDomain' => ['shape' => 'DomainNameString'], 'ValidationStatus' => ['shape' => 'DomainStatus'], 'ResourceRecord' => ['shape' => 'ResourceRecord'], 'ValidationMethod' => ['shape' => 'ValidationMethod']]], 'DomainValidationList' => ['type' => 'list', 'member' => ['shape' => 'DomainValidation'], 'max' => 1000, 'min' => 1], 'DomainValidationOption' => ['type' => 'structure', 'required' => ['DomainName', 'ValidationDomain'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationDomain' => ['shape' => 'DomainNameString']]], 'DomainValidationOptionList' => ['type' => 'list', 'member' => ['shape' => 'DomainValidationOption'], 'max' => 100, 'min' => 1], 'ExportCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Passphrase'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Passphrase' => ['shape' => 'PassphraseBlob']]], 'ExportCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain'], 'PrivateKey' => ['shape' => 'PrivateKey']]], 'ExtendedKeyUsage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ExtendedKeyUsageName'], 'OID' => ['shape' => 'String']]], 'ExtendedKeyUsageFilterList' => ['type' => 'list', 'member' => ['shape' => 'ExtendedKeyUsageName']], 'ExtendedKeyUsageList' => ['type' => 'list', 'member' => ['shape' => 'ExtendedKeyUsage']], 'ExtendedKeyUsageName' => ['type' => 'string', 'enum' => ['TLS_WEB_SERVER_AUTHENTICATION', 'TLS_WEB_CLIENT_AUTHENTICATION', 'CODE_SIGNING', 'EMAIL_PROTECTION', 'TIME_STAMPING', 'OCSP_SIGNING', 'IPSEC_END_SYSTEM', 'IPSEC_TUNNEL', 'IPSEC_USER', 'ANY', 'NONE', 'CUSTOM']], 'FailureReason' => ['type' => 'string', 'enum' => ['NO_AVAILABLE_CONTACTS', 'ADDITIONAL_VERIFICATION_REQUIRED', 'DOMAIN_NOT_ALLOWED', 'INVALID_PUBLIC_DOMAIN', 'DOMAIN_VALIDATION_DENIED', 'CAA_ERROR', 'PCA_LIMIT_EXCEEDED', 'PCA_INVALID_ARN', 'PCA_INVALID_STATE', 'PCA_REQUEST_FAILED', 'PCA_NAME_CONSTRAINTS_VALIDATION', 'PCA_RESOURCE_NOT_FOUND', 'PCA_INVALID_ARGS', 'PCA_INVALID_DURATION', 'PCA_ACCESS_DENIED', 'OTHER']], 'Filters' => ['type' => 'structure', 'members' => ['extendedKeyUsage' => ['shape' => 'ExtendedKeyUsageFilterList'], 'keyUsage' => ['shape' => 'KeyUsageFilterList'], 'keyTypes' => ['shape' => 'KeyAlgorithmList']]], 'GetCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'GetCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '\\w+'], 'ImportCertificateRequest' => ['type' => 'structure', 'required' => ['Certificate', 'PrivateKey'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Certificate' => ['shape' => 'CertificateBodyBlob'], 'PrivateKey' => ['shape' => 'PrivateKeyBlob'], 'CertificateChain' => ['shape' => 'CertificateChainBlob'], 'Tags' => ['shape' => 'TagList']]], 'ImportCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'InUseList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'InvalidArgsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDomainValidationOptionsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'KeyAlgorithm' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_1024', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1', 'EC_secp521r1']], 'KeyAlgorithmList' => ['type' => 'list', 'member' => ['shape' => 'KeyAlgorithm']], 'KeyUsage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'KeyUsageName']]], 'KeyUsageFilterList' => ['type' => 'list', 'member' => ['shape' => 'KeyUsageName']], 'KeyUsageList' => ['type' => 'list', 'member' => ['shape' => 'KeyUsage']], 'KeyUsageName' => ['type' => 'string', 'enum' => ['DIGITAL_SIGNATURE', 'NON_REPUDIATION', 'KEY_ENCIPHERMENT', 'DATA_ENCIPHERMENT', 'KEY_AGREEMENT', 'CERTIFICATE_SIGNING', 'CRL_SIGNING', 'ENCIPHER_ONLY', 'DECIPHER_ONLY', 'ANY', 'CUSTOM']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ListCertificatesRequest' => ['type' => 'structure', 'members' => ['CertificateStatuses' => ['shape' => 'CertificateStatuses'], 'Includes' => ['shape' => 'Filters'], 'NextToken' => ['shape' => 'NextToken'], 'MaxItems' => ['shape' => 'MaxItems']]], 'ListCertificatesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'CertificateSummaryList' => ['shape' => 'CertificateSummaryList']]], 'ListTagsForCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'ListTagsForCertificateResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxItems' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 10000, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*'], 'PassphraseBlob' => ['type' => 'blob', 'max' => 128, 'min' => 4, 'sensitive' => \true], 'PrivateKey' => ['type' => 'string', 'max' => 524288, 'min' => 1, 'pattern' => '-{5}BEGIN PRIVATE KEY-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END PRIVATE KEY-{5}(\\u000D?\\u000A)?', 'sensitive' => \true], 'PrivateKeyBlob' => ['type' => 'blob', 'max' => 5120, 'min' => 1, 'sensitive' => \true], 'RecordType' => ['type' => 'string', 'enum' => ['CNAME']], 'RemoveTagsFromCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Tags'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'RenewCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'RenewalEligibility' => ['type' => 'string', 'enum' => ['ELIGIBLE', 'INELIGIBLE']], 'RenewalStatus' => ['type' => 'string', 'enum' => ['PENDING_AUTO_RENEWAL', 'PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'RenewalSummary' => ['type' => 'structure', 'required' => ['RenewalStatus', 'DomainValidationOptions', 'UpdatedAt'], 'members' => ['RenewalStatus' => ['shape' => 'RenewalStatus'], 'DomainValidationOptions' => ['shape' => 'DomainValidationList'], 'RenewalStatusReason' => ['shape' => 'FailureReason'], 'UpdatedAt' => ['shape' => 'TStamp']]], 'RequestCertificateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationMethod' => ['shape' => 'ValidationMethod'], 'SubjectAlternativeNames' => ['shape' => 'DomainList'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'DomainValidationOptions' => ['shape' => 'DomainValidationOptionList'], 'Options' => ['shape' => 'CertificateOptions'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'RequestCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'RequestInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResendValidationEmailRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Domain', 'ValidationDomain'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Domain' => ['shape' => 'DomainNameString'], 'ValidationDomain' => ['shape' => 'DomainNameString']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceRecord' => ['type' => 'structure', 'required' => ['Name', 'Type', 'Value'], 'members' => ['Name' => ['shape' => 'String'], 'Type' => ['shape' => 'RecordType'], 'Value' => ['shape' => 'String']]], 'RevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CA_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERCEDED', 'CESSATION_OF_OPERATION', 'CERTIFICATE_HOLD', 'REMOVE_FROM_CRL', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'String' => ['type' => 'string'], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UpdateCertificateOptionsRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Options'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Options' => ['shape' => 'CertificateOptions']]], 'ValidationEmailList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ValidationMethod' => ['type' => 'string', 'enum' => ['EMAIL', 'DNS']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-12-08', 'endpointPrefix' => 'acm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ACM', 'serviceFullName' => 'AWS Certificate Manager', 'serviceId' => 'ACM', 'signatureVersion' => 'v4', 'targetPrefix' => 'CertificateManager', 'uid' => 'acm-2015-12-08'], 'operations' => ['AddTagsToCertificate' => ['name' => 'AddTagsToCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArnException']]], 'DescribeCertificate' => ['name' => 'DescribeCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificateRequest'], 'output' => ['shape' => 'DescribeCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'ExportCertificate' => ['name' => 'ExportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportCertificateRequest'], 'output' => ['shape' => 'ExportCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestInProgressException'], ['shape' => 'InvalidArnException']]], 'GetCertificate' => ['name' => 'GetCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificateRequest'], 'output' => ['shape' => 'GetCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestInProgressException'], ['shape' => 'InvalidArnException']]], 'ImportCertificate' => ['name' => 'ImportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateRequest'], 'output' => ['shape' => 'ImportCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'ListCertificates' => ['name' => 'ListCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCertificatesRequest'], 'output' => ['shape' => 'ListCertificatesResponse'], 'errors' => [['shape' => 'InvalidArgsException']]], 'ListTagsForCertificate' => ['name' => 'ListTagsForCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForCertificateRequest'], 'output' => ['shape' => 'ListTagsForCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'RemoveTagsFromCertificate' => ['name' => 'RemoveTagsFromCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'RenewCertificate' => ['name' => 'RenewCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenewCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArnException']]], 'RequestCertificate' => ['name' => 'RequestCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestCertificateRequest'], 'output' => ['shape' => 'RequestCertificateResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidDomainValidationOptionsException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidTagException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TagPolicyException'], ['shape' => 'InvalidParameterException']]], 'ResendValidationEmail' => ['name' => 'ResendValidationEmail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendValidationEmailRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidDomainValidationOptionsException']]], 'UpdateCertificateOptions' => ['name' => 'UpdateCertificateOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCertificateOptionsRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidStateException'], ['shape' => 'InvalidArnException']]]], 'shapes' => ['AddTagsToCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Tags'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=,.@-]+)*'], 'CertificateBody' => ['type' => 'string', 'max' => 32768, 'min' => 1, 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateBodyBlob' => ['type' => 'blob', 'max' => 32768, 'min' => 1], 'CertificateChain' => ['type' => 'string', 'max' => 2097152, 'min' => 1, 'pattern' => '(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateChainBlob' => ['type' => 'blob', 'max' => 2097152, 'min' => 1], 'CertificateDetail' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'DomainName' => ['shape' => 'DomainNameString'], 'SubjectAlternativeNames' => ['shape' => 'DomainList'], 'DomainValidationOptions' => ['shape' => 'DomainValidationList'], 'Serial' => ['shape' => 'String'], 'Subject' => ['shape' => 'String'], 'Issuer' => ['shape' => 'String'], 'CreatedAt' => ['shape' => 'TStamp'], 'IssuedAt' => ['shape' => 'TStamp'], 'ImportedAt' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'CertificateStatus'], 'RevokedAt' => ['shape' => 'TStamp'], 'RevocationReason' => ['shape' => 'RevocationReason'], 'NotBefore' => ['shape' => 'TStamp'], 'NotAfter' => ['shape' => 'TStamp'], 'KeyAlgorithm' => ['shape' => 'KeyAlgorithm'], 'SignatureAlgorithm' => ['shape' => 'String'], 'InUseBy' => ['shape' => 'InUseList'], 'FailureReason' => ['shape' => 'FailureReason'], 'Type' => ['shape' => 'CertificateType'], 'RenewalSummary' => ['shape' => 'RenewalSummary'], 'KeyUsages' => ['shape' => 'KeyUsageList'], 'ExtendedKeyUsages' => ['shape' => 'ExtendedKeyUsageList'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'RenewalEligibility' => ['shape' => 'RenewalEligibility'], 'Options' => ['shape' => 'CertificateOptions']]], 'CertificateOptions' => ['type' => 'structure', 'members' => ['CertificateTransparencyLoggingPreference' => ['shape' => 'CertificateTransparencyLoggingPreference']]], 'CertificateStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ISSUED', 'INACTIVE', 'EXPIRED', 'VALIDATION_TIMED_OUT', 'REVOKED', 'FAILED']], 'CertificateStatuses' => ['type' => 'list', 'member' => ['shape' => 'CertificateStatus']], 'CertificateSummary' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'DomainName' => ['shape' => 'DomainNameString']]], 'CertificateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'CertificateSummary']], 'CertificateTransparencyLoggingPreference' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CertificateType' => ['type' => 'string', 'enum' => ['IMPORTED', 'AMAZON_ISSUED', 'PRIVATE']], 'DeleteCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'DescribeCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'DescribeCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateDetail']]], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'DomainNameString'], 'max' => 100, 'min' => 1], 'DomainNameString' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$'], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'DomainValidation' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationEmails' => ['shape' => 'ValidationEmailList'], 'ValidationDomain' => ['shape' => 'DomainNameString'], 'ValidationStatus' => ['shape' => 'DomainStatus'], 'ResourceRecord' => ['shape' => 'ResourceRecord'], 'ValidationMethod' => ['shape' => 'ValidationMethod']]], 'DomainValidationList' => ['type' => 'list', 'member' => ['shape' => 'DomainValidation'], 'max' => 1000, 'min' => 1], 'DomainValidationOption' => ['type' => 'structure', 'required' => ['DomainName', 'ValidationDomain'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationDomain' => ['shape' => 'DomainNameString']]], 'DomainValidationOptionList' => ['type' => 'list', 'member' => ['shape' => 'DomainValidationOption'], 'max' => 100, 'min' => 1], 'ExportCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Passphrase'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Passphrase' => ['shape' => 'PassphraseBlob']]], 'ExportCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain'], 'PrivateKey' => ['shape' => 'PrivateKey']]], 'ExtendedKeyUsage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ExtendedKeyUsageName'], 'OID' => ['shape' => 'String']]], 'ExtendedKeyUsageFilterList' => ['type' => 'list', 'member' => ['shape' => 'ExtendedKeyUsageName']], 'ExtendedKeyUsageList' => ['type' => 'list', 'member' => ['shape' => 'ExtendedKeyUsage']], 'ExtendedKeyUsageName' => ['type' => 'string', 'enum' => ['TLS_WEB_SERVER_AUTHENTICATION', 'TLS_WEB_CLIENT_AUTHENTICATION', 'CODE_SIGNING', 'EMAIL_PROTECTION', 'TIME_STAMPING', 'OCSP_SIGNING', 'IPSEC_END_SYSTEM', 'IPSEC_TUNNEL', 'IPSEC_USER', 'ANY', 'NONE', 'CUSTOM']], 'FailureReason' => ['type' => 'string', 'enum' => ['NO_AVAILABLE_CONTACTS', 'ADDITIONAL_VERIFICATION_REQUIRED', 'DOMAIN_NOT_ALLOWED', 'INVALID_PUBLIC_DOMAIN', 'DOMAIN_VALIDATION_DENIED', 'CAA_ERROR', 'PCA_LIMIT_EXCEEDED', 'PCA_INVALID_ARN', 'PCA_INVALID_STATE', 'PCA_REQUEST_FAILED', 'PCA_NAME_CONSTRAINTS_VALIDATION', 'PCA_RESOURCE_NOT_FOUND', 'PCA_INVALID_ARGS', 'PCA_INVALID_DURATION', 'PCA_ACCESS_DENIED', 'SLR_NOT_FOUND', 'OTHER']], 'Filters' => ['type' => 'structure', 'members' => ['extendedKeyUsage' => ['shape' => 'ExtendedKeyUsageFilterList'], 'keyUsage' => ['shape' => 'KeyUsageFilterList'], 'keyTypes' => ['shape' => 'KeyAlgorithmList']]], 'GetCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'GetCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'CertificateBody'], 'CertificateChain' => ['shape' => 'CertificateChain']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '\\w+'], 'ImportCertificateRequest' => ['type' => 'structure', 'required' => ['Certificate', 'PrivateKey'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Certificate' => ['shape' => 'CertificateBodyBlob'], 'PrivateKey' => ['shape' => 'PrivateKeyBlob'], 'CertificateChain' => ['shape' => 'CertificateChainBlob'], 'Tags' => ['shape' => 'TagList']]], 'ImportCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'InUseList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'InvalidArgsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDomainValidationOptionsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'KeyAlgorithm' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_1024', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1', 'EC_secp521r1']], 'KeyAlgorithmList' => ['type' => 'list', 'member' => ['shape' => 'KeyAlgorithm']], 'KeyUsage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'KeyUsageName']]], 'KeyUsageFilterList' => ['type' => 'list', 'member' => ['shape' => 'KeyUsageName']], 'KeyUsageList' => ['type' => 'list', 'member' => ['shape' => 'KeyUsage']], 'KeyUsageName' => ['type' => 'string', 'enum' => ['DIGITAL_SIGNATURE', 'NON_REPUDIATION', 'KEY_ENCIPHERMENT', 'DATA_ENCIPHERMENT', 'KEY_AGREEMENT', 'CERTIFICATE_SIGNING', 'CRL_SIGNING', 'ENCIPHER_ONLY', 'DECIPHER_ONLY', 'ANY', 'CUSTOM']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ListCertificatesRequest' => ['type' => 'structure', 'members' => ['CertificateStatuses' => ['shape' => 'CertificateStatuses'], 'Includes' => ['shape' => 'Filters'], 'NextToken' => ['shape' => 'NextToken'], 'MaxItems' => ['shape' => 'MaxItems']]], 'ListCertificatesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'CertificateSummaryList' => ['shape' => 'CertificateSummaryList']]], 'ListTagsForCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'ListTagsForCertificateResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxItems' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 10000, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*'], 'PassphraseBlob' => ['type' => 'blob', 'max' => 128, 'min' => 4, 'sensitive' => \true], 'PrivateKey' => ['type' => 'string', 'max' => 524288, 'min' => 1, 'pattern' => '-{5}BEGIN PRIVATE KEY-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END PRIVATE KEY-{5}(\\u000D?\\u000A)?', 'sensitive' => \true], 'PrivateKeyBlob' => ['type' => 'blob', 'max' => 5120, 'min' => 1, 'sensitive' => \true], 'RecordType' => ['type' => 'string', 'enum' => ['CNAME']], 'RemoveTagsFromCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Tags'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'RenewCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'RenewalEligibility' => ['type' => 'string', 'enum' => ['ELIGIBLE', 'INELIGIBLE']], 'RenewalStatus' => ['type' => 'string', 'enum' => ['PENDING_AUTO_RENEWAL', 'PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'RenewalSummary' => ['type' => 'structure', 'required' => ['RenewalStatus', 'DomainValidationOptions', 'UpdatedAt'], 'members' => ['RenewalStatus' => ['shape' => 'RenewalStatus'], 'DomainValidationOptions' => ['shape' => 'DomainValidationList'], 'RenewalStatusReason' => ['shape' => 'FailureReason'], 'UpdatedAt' => ['shape' => 'TStamp']]], 'RequestCertificateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainNameString'], 'ValidationMethod' => ['shape' => 'ValidationMethod'], 'SubjectAlternativeNames' => ['shape' => 'DomainList'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'DomainValidationOptions' => ['shape' => 'DomainValidationOptionList'], 'Options' => ['shape' => 'CertificateOptions'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'RequestCertificateResponse' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'Arn']]], 'RequestInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResendValidationEmailRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Domain', 'ValidationDomain'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Domain' => ['shape' => 'DomainNameString'], 'ValidationDomain' => ['shape' => 'DomainNameString']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ResourceRecord' => ['type' => 'structure', 'required' => ['Name', 'Type', 'Value'], 'members' => ['Name' => ['shape' => 'String'], 'Type' => ['shape' => 'RecordType'], 'Value' => ['shape' => 'String']]], 'RevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CA_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERCEDED', 'CESSATION_OF_OPERATION', 'CERTIFICATE_HOLD', 'REMOVE_FROM_CRL', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'String' => ['type' => 'string'], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UpdateCertificateOptionsRequest' => ['type' => 'structure', 'required' => ['CertificateArn', 'Options'], 'members' => ['CertificateArn' => ['shape' => 'Arn'], 'Options' => ['shape' => 'CertificateOptions']]], 'ValidationEmailList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ValidationMethod' => ['type' => 'string', 'enum' => ['EMAIL', 'DNS']]]]; diff --git a/vendor/Aws3/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php b/vendor/Aws3/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php index c5a0696c..150e618c 100644 --- a/vendor/Aws3/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php +++ b/vendor/Aws3/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-11-09', 'endpointPrefix' => 'a4b', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Alexa For Business', 'serviceId' => 'Alexa For Business', 'signatureVersion' => 'v4', 'targetPrefix' => 'AlexaForBusiness', 'uid' => 'alexaforbusiness-2017-11-09'], 'operations' => ['ApproveSkill' => ['name' => 'ApproveSkill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApproveSkillRequest'], 'output' => ['shape' => 'ApproveSkillResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'AssociateContactWithAddressBook' => ['name' => 'AssociateContactWithAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateContactWithAddressBookRequest'], 'output' => ['shape' => 'AssociateContactWithAddressBookResponse'], 'errors' => [['shape' => 'LimitExceededException']]], 'AssociateDeviceWithNetworkProfile' => ['name' => 'AssociateDeviceWithNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDeviceWithNetworkProfileRequest'], 'output' => ['shape' => 'AssociateDeviceWithNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'AssociateDeviceWithRoom' => ['name' => 'AssociateDeviceWithRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDeviceWithRoomRequest'], 'output' => ['shape' => 'AssociateDeviceWithRoomResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'AssociateSkillGroupWithRoom' => ['name' => 'AssociateSkillGroupWithRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillGroupWithRoomRequest'], 'output' => ['shape' => 'AssociateSkillGroupWithRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'AssociateSkillWithSkillGroup' => ['name' => 'AssociateSkillWithSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillWithSkillGroupRequest'], 'output' => ['shape' => 'AssociateSkillWithSkillGroupResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'SkillNotLinkedException']]], 'AssociateSkillWithUsers' => ['name' => 'AssociateSkillWithUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillWithUsersRequest'], 'output' => ['shape' => 'AssociateSkillWithUsersResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'CreateAddressBook' => ['name' => 'CreateAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAddressBookRequest'], 'output' => ['shape' => 'CreateAddressBookResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateBusinessReportSchedule' => ['name' => 'CreateBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBusinessReportScheduleRequest'], 'output' => ['shape' => 'CreateBusinessReportScheduleResponse'], 'errors' => [['shape' => 'AlreadyExistsException']]], 'CreateConferenceProvider' => ['name' => 'CreateConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConferenceProviderRequest'], 'output' => ['shape' => 'CreateConferenceProviderResponse'], 'errors' => [['shape' => 'AlreadyExistsException']]], 'CreateContact' => ['name' => 'CreateContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContactRequest'], 'output' => ['shape' => 'CreateContactResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateGatewayGroup' => ['name' => 'CreateGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGatewayGroupRequest'], 'output' => ['shape' => 'CreateGatewayGroupResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateNetworkProfile' => ['name' => 'CreateNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkProfileRequest'], 'output' => ['shape' => 'CreateNetworkProfileResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException'], ['shape' => 'InvalidServiceLinkedRoleStateException']]], 'CreateProfile' => ['name' => 'CreateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProfileRequest'], 'output' => ['shape' => 'CreateProfileResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'ConcurrentModificationException']]], 'CreateRoom' => ['name' => 'CreateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRoomRequest'], 'output' => ['shape' => 'CreateRoomResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateSkillGroup' => ['name' => 'CreateSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSkillGroupRequest'], 'output' => ['shape' => 'CreateSkillGroupResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteAddressBook' => ['name' => 'DeleteAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAddressBookRequest'], 'output' => ['shape' => 'DeleteAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteBusinessReportSchedule' => ['name' => 'DeleteBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBusinessReportScheduleRequest'], 'output' => ['shape' => 'DeleteBusinessReportScheduleResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteConferenceProvider' => ['name' => 'DeleteConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConferenceProviderRequest'], 'output' => ['shape' => 'DeleteConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'DeleteContact' => ['name' => 'DeleteContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContactRequest'], 'output' => ['shape' => 'DeleteContactResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteDevice' => ['name' => 'DeleteDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeviceRequest'], 'output' => ['shape' => 'DeleteDeviceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException']]], 'DeleteDeviceUsageData' => ['name' => 'DeleteDeviceUsageData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeviceUsageDataRequest'], 'output' => ['shape' => 'DeleteDeviceUsageDataResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DeviceNotRegisteredException'], ['shape' => 'LimitExceededException']]], 'DeleteGatewayGroup' => ['name' => 'DeleteGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGatewayGroupRequest'], 'output' => ['shape' => 'DeleteGatewayGroupResponse'], 'errors' => [['shape' => 'ResourceAssociatedException']]], 'DeleteNetworkProfile' => ['name' => 'DeleteNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkProfileRequest'], 'output' => ['shape' => 'DeleteNetworkProfileResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DeleteProfile' => ['name' => 'DeleteProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProfileRequest'], 'output' => ['shape' => 'DeleteProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRoom' => ['name' => 'DeleteRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoomRequest'], 'output' => ['shape' => 'DeleteRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRoomSkillParameter' => ['name' => 'DeleteRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoomSkillParameterRequest'], 'output' => ['shape' => 'DeleteRoomSkillParameterResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'DeleteSkillAuthorization' => ['name' => 'DeleteSkillAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSkillAuthorizationRequest'], 'output' => ['shape' => 'DeleteSkillAuthorizationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteSkillGroup' => ['name' => 'DeleteSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSkillGroupRequest'], 'output' => ['shape' => 'DeleteSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DisassociateContactFromAddressBook' => ['name' => 'DisassociateContactFromAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateContactFromAddressBookRequest'], 'output' => ['shape' => 'DisassociateContactFromAddressBookResponse']], 'DisassociateDeviceFromRoom' => ['name' => 'DisassociateDeviceFromRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDeviceFromRoomRequest'], 'output' => ['shape' => 'DisassociateDeviceFromRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'DisassociateSkillFromSkillGroup' => ['name' => 'DisassociateSkillFromSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillFromSkillGroupRequest'], 'output' => ['shape' => 'DisassociateSkillFromSkillGroupResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DisassociateSkillFromUsers' => ['name' => 'DisassociateSkillFromUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillFromUsersRequest'], 'output' => ['shape' => 'DisassociateSkillFromUsersResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DisassociateSkillGroupFromRoom' => ['name' => 'DisassociateSkillGroupFromRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillGroupFromRoomRequest'], 'output' => ['shape' => 'DisassociateSkillGroupFromRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'ForgetSmartHomeAppliances' => ['name' => 'ForgetSmartHomeAppliances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgetSmartHomeAppliancesRequest'], 'output' => ['shape' => 'ForgetSmartHomeAppliancesResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetAddressBook' => ['name' => 'GetAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAddressBookRequest'], 'output' => ['shape' => 'GetAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetConferencePreference' => ['name' => 'GetConferencePreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConferencePreferenceRequest'], 'output' => ['shape' => 'GetConferencePreferenceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetConferenceProvider' => ['name' => 'GetConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConferenceProviderRequest'], 'output' => ['shape' => 'GetConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetContact' => ['name' => 'GetContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactRequest'], 'output' => ['shape' => 'GetContactResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetDevice' => ['name' => 'GetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeviceRequest'], 'output' => ['shape' => 'GetDeviceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetGateway' => ['name' => 'GetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGatewayRequest'], 'output' => ['shape' => 'GetGatewayResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetGatewayGroup' => ['name' => 'GetGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGatewayGroupRequest'], 'output' => ['shape' => 'GetGatewayGroupResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetInvitationConfiguration' => ['name' => 'GetInvitationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInvitationConfigurationRequest'], 'output' => ['shape' => 'GetInvitationConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetNetworkProfile' => ['name' => 'GetNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNetworkProfileRequest'], 'output' => ['shape' => 'GetNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidSecretsManagerResourceException']]], 'GetProfile' => ['name' => 'GetProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetProfileRequest'], 'output' => ['shape' => 'GetProfileResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetRoom' => ['name' => 'GetRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoomRequest'], 'output' => ['shape' => 'GetRoomResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetRoomSkillParameter' => ['name' => 'GetRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoomSkillParameterRequest'], 'output' => ['shape' => 'GetRoomSkillParameterResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetSkillGroup' => ['name' => 'GetSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSkillGroupRequest'], 'output' => ['shape' => 'GetSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListBusinessReportSchedules' => ['name' => 'ListBusinessReportSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBusinessReportSchedulesRequest'], 'output' => ['shape' => 'ListBusinessReportSchedulesResponse']], 'ListConferenceProviders' => ['name' => 'ListConferenceProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConferenceProvidersRequest'], 'output' => ['shape' => 'ListConferenceProvidersResponse']], 'ListDeviceEvents' => ['name' => 'ListDeviceEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeviceEventsRequest'], 'output' => ['shape' => 'ListDeviceEventsResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListGatewayGroups' => ['name' => 'ListGatewayGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewayGroupsRequest'], 'output' => ['shape' => 'ListGatewayGroupsResponse']], 'ListGateways' => ['name' => 'ListGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewaysRequest'], 'output' => ['shape' => 'ListGatewaysResponse']], 'ListSkills' => ['name' => 'ListSkills', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsRequest'], 'output' => ['shape' => 'ListSkillsResponse']], 'ListSkillsStoreCategories' => ['name' => 'ListSkillsStoreCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsStoreCategoriesRequest'], 'output' => ['shape' => 'ListSkillsStoreCategoriesResponse']], 'ListSkillsStoreSkillsByCategory' => ['name' => 'ListSkillsStoreSkillsByCategory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsStoreSkillsByCategoryRequest'], 'output' => ['shape' => 'ListSkillsStoreSkillsByCategoryResponse']], 'ListSmartHomeAppliances' => ['name' => 'ListSmartHomeAppliances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSmartHomeAppliancesRequest'], 'output' => ['shape' => 'ListSmartHomeAppliancesResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'PutConferencePreference' => ['name' => 'PutConferencePreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConferencePreferenceRequest'], 'output' => ['shape' => 'PutConferencePreferenceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'PutInvitationConfiguration' => ['name' => 'PutInvitationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInvitationConfigurationRequest'], 'output' => ['shape' => 'PutInvitationConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'PutRoomSkillParameter' => ['name' => 'PutRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRoomSkillParameterRequest'], 'output' => ['shape' => 'PutRoomSkillParameterResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'PutSkillAuthorization' => ['name' => 'PutSkillAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSkillAuthorizationRequest'], 'output' => ['shape' => 'PutSkillAuthorizationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'ConcurrentModificationException']]], 'RegisterAVSDevice' => ['name' => 'RegisterAVSDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterAVSDeviceRequest'], 'output' => ['shape' => 'RegisterAVSDeviceResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidDeviceException']]], 'RejectSkill' => ['name' => 'RejectSkill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectSkillRequest'], 'output' => ['shape' => 'RejectSkillResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'ResolveRoom' => ['name' => 'ResolveRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResolveRoomRequest'], 'output' => ['shape' => 'ResolveRoomResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'RevokeInvitation' => ['name' => 'RevokeInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeInvitationRequest'], 'output' => ['shape' => 'RevokeInvitationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'SearchAddressBooks' => ['name' => 'SearchAddressBooks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchAddressBooksRequest'], 'output' => ['shape' => 'SearchAddressBooksResponse']], 'SearchContacts' => ['name' => 'SearchContacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchContactsRequest'], 'output' => ['shape' => 'SearchContactsResponse']], 'SearchDevices' => ['name' => 'SearchDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchDevicesRequest'], 'output' => ['shape' => 'SearchDevicesResponse']], 'SearchNetworkProfiles' => ['name' => 'SearchNetworkProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchNetworkProfilesRequest'], 'output' => ['shape' => 'SearchNetworkProfilesResponse']], 'SearchProfiles' => ['name' => 'SearchProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProfilesRequest'], 'output' => ['shape' => 'SearchProfilesResponse']], 'SearchRooms' => ['name' => 'SearchRooms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchRoomsRequest'], 'output' => ['shape' => 'SearchRoomsResponse']], 'SearchSkillGroups' => ['name' => 'SearchSkillGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchSkillGroupsRequest'], 'output' => ['shape' => 'SearchSkillGroupsResponse']], 'SearchUsers' => ['name' => 'SearchUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchUsersRequest'], 'output' => ['shape' => 'SearchUsersResponse']], 'SendAnnouncement' => ['name' => 'SendAnnouncement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendAnnouncementRequest'], 'output' => ['shape' => 'SendAnnouncementResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException']]], 'SendInvitation' => ['name' => 'SendInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendInvitationRequest'], 'output' => ['shape' => 'SendInvitationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidUserStatusException'], ['shape' => 'ConcurrentModificationException']]], 'StartDeviceSync' => ['name' => 'StartDeviceSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDeviceSyncRequest'], 'output' => ['shape' => 'StartDeviceSyncResponse'], 'errors' => [['shape' => 'DeviceNotRegisteredException']]], 'StartSmartHomeApplianceDiscovery' => ['name' => 'StartSmartHomeApplianceDiscovery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSmartHomeApplianceDiscoveryRequest'], 'output' => ['shape' => 'StartSmartHomeApplianceDiscoveryResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UpdateAddressBook' => ['name' => 'UpdateAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAddressBookRequest'], 'output' => ['shape' => 'UpdateAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateBusinessReportSchedule' => ['name' => 'UpdateBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBusinessReportScheduleRequest'], 'output' => ['shape' => 'UpdateBusinessReportScheduleResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateConferenceProvider' => ['name' => 'UpdateConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConferenceProviderRequest'], 'output' => ['shape' => 'UpdateConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UpdateContact' => ['name' => 'UpdateContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContactRequest'], 'output' => ['shape' => 'UpdateContactResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateDevice' => ['name' => 'UpdateDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeviceRequest'], 'output' => ['shape' => 'UpdateDeviceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'UpdateGateway' => ['name' => 'UpdateGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayRequest'], 'output' => ['shape' => 'UpdateGatewayResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateGatewayGroup' => ['name' => 'UpdateGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayGroupRequest'], 'output' => ['shape' => 'UpdateGatewayGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateNetworkProfile' => ['name' => 'UpdateNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNetworkProfileRequest'], 'output' => ['shape' => 'UpdateNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException'], ['shape' => 'InvalidSecretsManagerResourceException']]], 'UpdateProfile' => ['name' => 'UpdateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProfileRequest'], 'output' => ['shape' => 'UpdateProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateRoom' => ['name' => 'UpdateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoomRequest'], 'output' => ['shape' => 'UpdateRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateSkillGroup' => ['name' => 'UpdateSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSkillGroupRequest'], 'output' => ['shape' => 'UpdateSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['Address' => ['type' => 'string', 'max' => 500, 'min' => 1], 'AddressBook' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'AddressBookData' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'AddressBookDataList' => ['type' => 'list', 'member' => ['shape' => 'AddressBookData']], 'AddressBookDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'AddressBookName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AmazonId' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,18}'], 'ApplianceDescription' => ['type' => 'string'], 'ApplianceFriendlyName' => ['type' => 'string'], 'ApplianceManufacturerName' => ['type' => 'string'], 'ApproveSkillRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'ApproveSkillResponse' => ['type' => 'structure', 'members' => []], 'Arn' => ['type' => 'string', 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'AssociateContactWithAddressBookRequest' => ['type' => 'structure', 'required' => ['ContactArn', 'AddressBookArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'AddressBookArn' => ['shape' => 'Arn']]], 'AssociateContactWithAddressBookResponse' => ['type' => 'structure', 'members' => []], 'AssociateDeviceWithNetworkProfileRequest' => ['type' => 'structure', 'required' => ['DeviceArn', 'NetworkProfileArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'NetworkProfileArn' => ['shape' => 'Arn']]], 'AssociateDeviceWithNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'AssociateDeviceWithRoomRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'AssociateDeviceWithRoomResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillGroupWithRoomRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'AssociateSkillGroupWithRoomResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillWithSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId']]], 'AssociateSkillWithSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillWithUsersRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'AssociateSkillWithUsersResponse' => ['type' => 'structure', 'members' => []], 'Audio' => ['type' => 'structure', 'required' => ['Locale', 'Location'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Location' => ['shape' => 'AudioLocation']]], 'AudioList' => ['type' => 'list', 'member' => ['shape' => 'Audio'], 'max' => 1], 'AudioLocation' => ['type' => 'string', 'max' => 1200, 'min' => 0, 'pattern' => 'https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/.*'], 'AuthorizationResult' => ['type' => 'map', 'key' => ['shape' => 'Key'], 'value' => ['shape' => 'Value'], 'sensitive' => \true], 'Boolean' => ['type' => 'boolean'], 'BulletPoint' => ['type' => 'string'], 'BulletPoints' => ['type' => 'list', 'member' => ['shape' => 'BulletPoint']], 'BusinessReport' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BusinessReportStatus'], 'FailureCode' => ['shape' => 'BusinessReportFailureCode'], 'S3Location' => ['shape' => 'BusinessReportS3Location'], 'DeliveryTime' => ['shape' => 'BusinessReportDeliveryTime'], 'DownloadUrl' => ['shape' => 'BusinessReportDownloadUrl']]], 'BusinessReportContentRange' => ['type' => 'structure', 'members' => ['Interval' => ['shape' => 'BusinessReportInterval']]], 'BusinessReportDeliveryTime' => ['type' => 'timestamp'], 'BusinessReportDownloadUrl' => ['type' => 'string'], 'BusinessReportFailureCode' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'NO_SUCH_BUCKET', 'INTERNAL_FAILURE']], 'BusinessReportFormat' => ['type' => 'string', 'enum' => ['CSV', 'CSV_ZIP']], 'BusinessReportInterval' => ['type' => 'string', 'enum' => ['ONE_DAY', 'ONE_WEEK', 'THIRTY_DAYS']], 'BusinessReportRecurrence' => ['type' => 'structure', 'members' => ['StartDate' => ['shape' => 'Date']]], 'BusinessReportS3Location' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'BusinessReportS3Path'], 'BucketName' => ['shape' => 'CustomerS3BucketName']]], 'BusinessReportS3Path' => ['type' => 'string'], 'BusinessReportSchedule' => ['type' => 'structure', 'members' => ['ScheduleArn' => ['shape' => 'Arn'], 'ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ContentRange' => ['shape' => 'BusinessReportContentRange'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence'], 'LastBusinessReport' => ['shape' => 'BusinessReport']]], 'BusinessReportScheduleList' => ['type' => 'list', 'member' => ['shape' => 'BusinessReportSchedule']], 'BusinessReportScheduleName' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'BusinessReportStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'SUCCEEDED', 'FAILED']], 'Category' => ['type' => 'structure', 'members' => ['CategoryId' => ['shape' => 'CategoryId'], 'CategoryName' => ['shape' => 'CategoryName']]], 'CategoryId' => ['type' => 'long', 'min' => 1], 'CategoryList' => ['type' => 'list', 'member' => ['shape' => 'Category']], 'CategoryName' => ['type' => 'string'], 'CertificateTime' => ['type' => 'timestamp'], 'ClientId' => ['type' => 'string', 'pattern' => '^\\S+{1,256}$'], 'ClientRequestToken' => ['type' => 'string', 'max' => 150, 'min' => 10, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'CommsProtocol' => ['type' => 'string', 'enum' => ['SIP', 'SIPS', 'H323']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConferencePreference' => ['type' => 'structure', 'members' => ['DefaultConferenceProviderArn' => ['shape' => 'Arn']]], 'ConferenceProvider' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ConferenceProviderName'], 'Type' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting']]], 'ConferenceProviderName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'ConferenceProviderType' => ['type' => 'string', 'enum' => ['CHIME', 'BLUEJEANS', 'FUZE', 'GOOGLE_HANGOUTS', 'POLYCOM', 'RINGCENTRAL', 'SKYPE_FOR_BUSINESS', 'WEBEX', 'ZOOM', 'CUSTOM']], 'ConferenceProvidersList' => ['type' => 'list', 'member' => ['shape' => 'ConferenceProvider']], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['ONLINE', 'OFFLINE']], 'ConnectionStatusUpdatedTime' => ['type' => 'timestamp'], 'Contact' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'ContactData' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'ContactDataList' => ['type' => 'list', 'member' => ['shape' => 'ContactData']], 'ContactName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'Content' => ['type' => 'structure', 'members' => ['TextList' => ['shape' => 'TextList'], 'SsmlList' => ['shape' => 'SsmlList'], 'AudioList' => ['shape' => 'AudioList']]], 'CountryCode' => ['type' => 'string', 'pattern' => '\\d{1,3}'], 'CreateAddressBookRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateAddressBookResponse' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'CreateBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['Format', 'ContentRange'], 'members' => ['ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ContentRange' => ['shape' => 'BusinessReportContentRange'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => ['ScheduleArn' => ['shape' => 'Arn']]], 'CreateConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderName', 'ConferenceProviderType', 'MeetingSetting'], 'members' => ['ConferenceProviderName' => ['shape' => 'ConferenceProviderName'], 'ConferenceProviderType' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateConferenceProviderResponse' => ['type' => 'structure', 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'CreateContactRequest' => ['type' => 'structure', 'required' => ['FirstName'], 'members' => ['DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateContactResponse' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'CreateEndOfMeetingReminder' => ['type' => 'structure', 'required' => ['ReminderAtMinutes', 'ReminderType', 'Enabled'], 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateGatewayGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'ClientRequestToken'], 'members' => ['Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateGatewayGroupResponse' => ['type' => 'structure', 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'CreateInstantBooking' => ['type' => 'structure', 'required' => ['DurationInMinutes', 'Enabled'], 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateMeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'CreateEndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'CreateInstantBooking'], 'RequireCheckIn' => ['shape' => 'CreateRequireCheckIn']]], 'CreateNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileName', 'Ssid', 'SecurityType', 'ClientRequestToken'], 'members' => ['NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateNetworkProfileResponse' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'CreateProfileRequest' => ['type' => 'structure', 'required' => ['ProfileName', 'Timezone', 'Address', 'DistanceUnit', 'TemperatureUnit', 'WakeWord'], 'members' => ['ProfileName' => ['shape' => 'ProfileName'], 'Timezone' => ['shape' => 'Timezone'], 'Address' => ['shape' => 'Address'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'MeetingRoomConfiguration' => ['shape' => 'CreateMeetingRoomConfiguration']]], 'CreateProfileResponse' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'CreateRequireCheckIn' => ['type' => 'structure', 'required' => ['ReleaseAfterMinutes', 'Enabled'], 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateRoomRequest' => ['type' => 'structure', 'required' => ['RoomName'], 'members' => ['RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProfileArn' => ['shape' => 'Arn'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateRoomResponse' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'CreateSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillGroupName'], 'members' => ['SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateSkillGroupResponse' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'user_UserId'], 'FirstName' => ['shape' => 'user_FirstName'], 'LastName' => ['shape' => 'user_LastName'], 'Email' => ['shape' => 'Email'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn']]], 'CurrentWiFiPassword' => ['type' => 'string', 'max' => 128, 'min' => 5, 'pattern' => '[\\x00-\\x7F]*', 'sensitive' => \true], 'CustomerS3BucketName' => ['type' => 'string', 'pattern' => '[a-z0-9-\\.]{3,63}'], 'Date' => ['type' => 'string', 'pattern' => '^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$'], 'DeleteAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'DeleteAddressBookResponse' => ['type' => 'structure', 'members' => []], 'DeleteBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['ScheduleArn'], 'members' => ['ScheduleArn' => ['shape' => 'Arn']]], 'DeleteBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => []], 'DeleteConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'DeleteConferenceProviderResponse' => ['type' => 'structure', 'members' => []], 'DeleteContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'DeleteContactResponse' => ['type' => 'structure', 'members' => []], 'DeleteDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'DeleteDeviceResponse' => ['type' => 'structure', 'members' => []], 'DeleteDeviceUsageDataRequest' => ['type' => 'structure', 'required' => ['DeviceArn', 'DeviceUsageType'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceUsageType' => ['shape' => 'DeviceUsageType']]], 'DeleteDeviceUsageDataResponse' => ['type' => 'structure', 'members' => []], 'DeleteGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'DeleteGatewayGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'DeleteNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'DeleteProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'DeleteRoomResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'ParameterKey'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'ParameterKey' => ['shape' => 'RoomSkillParameterKey']]], 'DeleteRoomSkillParameterResponse' => ['type' => 'structure', 'members' => []], 'DeleteSkillAuthorizationRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId'], 'RoomArn' => ['shape' => 'Arn']]], 'DeleteSkillAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'DeleteSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'DeleteSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['EnrollmentId'], 'members' => ['UserArn' => ['shape' => 'Arn'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeveloperInfo' => ['type' => 'structure', 'members' => ['DeveloperName' => ['shape' => 'DeveloperName'], 'PrivacyPolicy' => ['shape' => 'PrivacyPolicy'], 'Email' => ['shape' => 'Email'], 'Url' => ['shape' => 'Url']]], 'DeveloperName' => ['type' => 'string'], 'Device' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumber'], 'DeviceType' => ['shape' => 'DeviceType'], 'DeviceName' => ['shape' => 'DeviceName'], 'SoftwareVersion' => ['shape' => 'SoftwareVersion'], 'MacAddress' => ['shape' => 'MacAddress'], 'RoomArn' => ['shape' => 'Arn'], 'DeviceStatus' => ['shape' => 'DeviceStatus'], 'DeviceStatusInfo' => ['shape' => 'DeviceStatusInfo'], 'NetworkProfileInfo' => ['shape' => 'DeviceNetworkProfileInfo']]], 'DeviceData' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumber'], 'DeviceType' => ['shape' => 'DeviceType'], 'DeviceName' => ['shape' => 'DeviceName'], 'SoftwareVersion' => ['shape' => 'SoftwareVersion'], 'MacAddress' => ['shape' => 'MacAddress'], 'DeviceStatus' => ['shape' => 'DeviceStatus'], 'NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'DeviceStatusInfo' => ['shape' => 'DeviceStatusInfo'], 'CreatedTime' => ['shape' => 'DeviceDataCreatedTime']]], 'DeviceDataCreatedTime' => ['type' => 'timestamp'], 'DeviceDataList' => ['type' => 'list', 'member' => ['shape' => 'DeviceData']], 'DeviceEvent' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DeviceEventType'], 'Value' => ['shape' => 'DeviceEventValue'], 'Timestamp' => ['shape' => 'DeviceEventTime']]], 'DeviceEventList' => ['type' => 'list', 'member' => ['shape' => 'DeviceEvent']], 'DeviceEventTime' => ['type' => 'timestamp'], 'DeviceEventType' => ['type' => 'string', 'enum' => ['CONNECTION_STATUS', 'DEVICE_STATUS']], 'DeviceEventValue' => ['type' => 'string'], 'DeviceLocale' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceName' => ['type' => 'string', 'max' => 100, 'min' => 2, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'DeviceNetworkProfileInfo' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'CertificateArn' => ['shape' => 'Arn'], 'CertificateExpirationTime' => ['shape' => 'CertificateTime']]], 'DeviceNotRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DeviceSerialNumber' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,200}'], 'DeviceSerialNumberForAVS' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9]{1,50}$'], 'DeviceStatus' => ['type' => 'string', 'enum' => ['READY', 'PENDING', 'WAS_OFFLINE', 'DEREGISTERED', 'FAILED']], 'DeviceStatusDetail' => ['type' => 'structure', 'members' => ['Feature' => ['shape' => 'Feature'], 'Code' => ['shape' => 'DeviceStatusDetailCode']]], 'DeviceStatusDetailCode' => ['type' => 'string', 'enum' => ['DEVICE_SOFTWARE_UPDATE_NEEDED', 'DEVICE_WAS_OFFLINE', 'CREDENTIALS_ACCESS_FAILURE', 'TLS_VERSION_MISMATCH', 'ASSOCIATION_REJECTION', 'AUTHENTICATION_FAILURE', 'DHCP_FAILURE', 'INTERNET_UNAVAILABLE', 'DNS_FAILURE', 'UNKNOWN_FAILURE', 'CERTIFICATE_ISSUING_LIMIT_EXCEEDED', 'INVALID_CERTIFICATE_AUTHORITY', 'NETWORK_PROFILE_NOT_FOUND', 'INVALID_PASSWORD_STATE', 'PASSWORD_NOT_FOUND']], 'DeviceStatusDetails' => ['type' => 'list', 'member' => ['shape' => 'DeviceStatusDetail']], 'DeviceStatusInfo' => ['type' => 'structure', 'members' => ['DeviceStatusDetails' => ['shape' => 'DeviceStatusDetails'], 'ConnectionStatus' => ['shape' => 'ConnectionStatus'], 'ConnectionStatusUpdatedTime' => ['shape' => 'ConnectionStatusUpdatedTime']]], 'DeviceType' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,200}'], 'DeviceUsageType' => ['type' => 'string', 'enum' => ['VOICE']], 'DisassociateContactFromAddressBookRequest' => ['type' => 'structure', 'required' => ['ContactArn', 'AddressBookArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'AddressBookArn' => ['shape' => 'Arn']]], 'DisassociateContactFromAddressBookResponse' => ['type' => 'structure', 'members' => []], 'DisassociateDeviceFromRoomRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'DisassociateDeviceFromRoomResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillFromSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId']]], 'DisassociateSkillFromSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillFromUsersRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'DisassociateSkillFromUsersResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillGroupFromRoomRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'DisassociateSkillGroupFromRoomResponse' => ['type' => 'structure', 'members' => []], 'DistanceUnit' => ['type' => 'string', 'enum' => ['METRIC', 'IMPERIAL']], 'Email' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})'], 'EnablementType' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING']], 'EnablementTypeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING']], 'EndOfMeetingReminder' => ['type' => 'structure', 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'EndOfMeetingReminderMinutesList' => ['type' => 'list', 'member' => ['shape' => 'Minutes'], 'max' => 1, 'min' => 1], 'EndOfMeetingReminderType' => ['type' => 'string', 'enum' => ['ANNOUNCEMENT_TIME_CHECK', 'ANNOUNCEMENT_VARIABLE_TIME_LEFT', 'CHIME', 'KNOCK']], 'EndUserLicenseAgreement' => ['type' => 'string'], 'Endpoint' => ['type' => 'string', 'max' => 256, 'min' => 1], 'EnrollmentId' => ['type' => 'string', 'max' => 128, 'min' => 0], 'EnrollmentStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'PENDING', 'REGISTERED', 'DISASSOCIATING', 'DEREGISTERING']], 'ErrorMessage' => ['type' => 'string'], 'Feature' => ['type' => 'string', 'enum' => ['BLUETOOTH', 'VOLUME', 'NOTIFICATIONS', 'LISTS', 'SKILLS', 'NETWORK_PROFILE', 'SETTINGS', 'ALL']], 'Features' => ['type' => 'list', 'member' => ['shape' => 'Feature']], 'Filter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'FilterKey'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterKey' => ['type' => 'string', 'max' => 500, 'min' => 1], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 25], 'FilterValue' => ['type' => 'string', 'max' => 500, 'min' => 1], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 50], 'ForgetSmartHomeAppliancesRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'ForgetSmartHomeAppliancesResponse' => ['type' => 'structure', 'members' => []], 'Gateway' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'GatewayGroupArn' => ['shape' => 'Arn'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'GatewayDescription' => ['type' => 'string', 'max' => 200, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewayGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'GatewayGroupDescription' => ['type' => 'string', 'max' => 200, 'min' => 0], 'GatewayGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewayGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewayGroupSummary']], 'GatewayGroupSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'GatewayName' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewaySummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewaySummary']], 'GatewaySummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'GatewayGroupArn' => ['shape' => 'Arn'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'GatewayVersion' => ['type' => 'string', 'max' => 50, 'min' => 1], 'GenericKeyword' => ['type' => 'string'], 'GenericKeywords' => ['type' => 'list', 'member' => ['shape' => 'GenericKeyword']], 'GetAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'GetAddressBookResponse' => ['type' => 'structure', 'members' => ['AddressBook' => ['shape' => 'AddressBook']]], 'GetConferencePreferenceRequest' => ['type' => 'structure', 'members' => []], 'GetConferencePreferenceResponse' => ['type' => 'structure', 'members' => ['Preference' => ['shape' => 'ConferencePreference']]], 'GetConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'GetConferenceProviderResponse' => ['type' => 'structure', 'members' => ['ConferenceProvider' => ['shape' => 'ConferenceProvider']]], 'GetContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'GetContactResponse' => ['type' => 'structure', 'members' => ['Contact' => ['shape' => 'Contact']]], 'GetDeviceRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'GetDeviceResponse' => ['type' => 'structure', 'members' => ['Device' => ['shape' => 'Device']]], 'GetGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'GetGatewayGroupResponse' => ['type' => 'structure', 'members' => ['GatewayGroup' => ['shape' => 'GatewayGroup']]], 'GetGatewayRequest' => ['type' => 'structure', 'required' => ['GatewayArn'], 'members' => ['GatewayArn' => ['shape' => 'Arn']]], 'GetGatewayResponse' => ['type' => 'structure', 'members' => ['Gateway' => ['shape' => 'Gateway']]], 'GetInvitationConfigurationRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationConfigurationResponse' => ['type' => 'structure', 'members' => ['OrganizationName' => ['shape' => 'OrganizationName'], 'ContactEmail' => ['shape' => 'Email'], 'PrivateSkillIds' => ['shape' => 'ShortSkillIdList']]], 'GetNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'GetNetworkProfileResponse' => ['type' => 'structure', 'members' => ['NetworkProfile' => ['shape' => 'NetworkProfile']]], 'GetProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'GetProfileResponse' => ['type' => 'structure', 'members' => ['Profile' => ['shape' => 'Profile']]], 'GetRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'GetRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'GetRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'ParameterKey'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'ParameterKey' => ['shape' => 'RoomSkillParameterKey']]], 'GetRoomSkillParameterResponse' => ['type' => 'structure', 'members' => ['RoomSkillParameter' => ['shape' => 'RoomSkillParameter']]], 'GetSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'GetSkillGroupResponse' => ['type' => 'structure', 'members' => ['SkillGroup' => ['shape' => 'SkillGroup']]], 'IPDialIn' => ['type' => 'structure', 'required' => ['Endpoint', 'CommsProtocol'], 'members' => ['Endpoint' => ['shape' => 'Endpoint'], 'CommsProtocol' => ['shape' => 'CommsProtocol']]], 'IconUrl' => ['type' => 'string'], 'InstantBooking' => ['type' => 'structure', 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'InvalidCertificateAuthorityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidDeviceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidSecretsManagerResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidServiceLinkedRoleStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidUserStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvocationPhrase' => ['type' => 'string'], 'Key' => ['type' => 'string', 'min' => 1], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListBusinessReportSchedulesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListBusinessReportSchedulesResponse' => ['type' => 'structure', 'members' => ['BusinessReportSchedules' => ['shape' => 'BusinessReportScheduleList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListConferenceProvidersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListConferenceProvidersResponse' => ['type' => 'structure', 'members' => ['ConferenceProviders' => ['shape' => 'ConferenceProvidersList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDeviceEventsRequest' => ['type' => 'structure', 'required' => ['DeviceArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'EventType' => ['shape' => 'DeviceEventType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDeviceEventsResponse' => ['type' => 'structure', 'members' => ['DeviceEvents' => ['shape' => 'DeviceEventList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGatewayGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGatewayGroupsResponse' => ['type' => 'structure', 'members' => ['GatewayGroups' => ['shape' => 'GatewayGroupSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGatewaysRequest' => ['type' => 'structure', 'members' => ['GatewayGroupArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGatewaysResponse' => ['type' => 'structure', 'members' => ['Gateways' => ['shape' => 'GatewaySummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'EnablementType' => ['shape' => 'EnablementTypeFilter'], 'SkillType' => ['shape' => 'SkillTypeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'SkillListMaxResults']]], 'ListSkillsResponse' => ['type' => 'structure', 'members' => ['SkillSummaries' => ['shape' => 'SkillSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsStoreCategoriesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListSkillsStoreCategoriesResponse' => ['type' => 'structure', 'members' => ['CategoryList' => ['shape' => 'CategoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsStoreSkillsByCategoryRequest' => ['type' => 'structure', 'required' => ['CategoryId'], 'members' => ['CategoryId' => ['shape' => 'CategoryId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'SkillListMaxResults']]], 'ListSkillsStoreSkillsByCategoryResponse' => ['type' => 'structure', 'members' => ['SkillsStoreSkills' => ['shape' => 'SkillsStoreSkillList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSmartHomeAppliancesRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSmartHomeAppliancesResponse' => ['type' => 'structure', 'members' => ['SmartHomeAppliances' => ['shape' => 'SmartHomeApplianceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'Locale' => ['type' => 'string', 'enum' => ['en-US']], 'MacAddress' => ['type' => 'string'], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxVolumeLimit' => ['type' => 'integer'], 'MeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'EndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'InstantBooking'], 'RequireCheckIn' => ['shape' => 'RequireCheckIn']]], 'MeetingSetting' => ['type' => 'structure', 'required' => ['RequirePin'], 'members' => ['RequirePin' => ['shape' => 'RequirePin']]], 'Minutes' => ['type' => 'integer'], 'NameInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NetworkEapMethod' => ['type' => 'string', 'enum' => ['EAP_TLS']], 'NetworkProfile' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList']]], 'NetworkProfileData' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CertificateAuthorityArn' => ['shape' => 'Arn']]], 'NetworkProfileDataList' => ['type' => 'list', 'member' => ['shape' => 'NetworkProfileData']], 'NetworkProfileDescription' => ['type' => 'string', 'max' => 200, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NetworkProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NetworkSecurityType' => ['type' => 'string', 'enum' => ['OPEN', 'WEP', 'WPA_PSK', 'WPA2_PSK', 'WPA2_ENTERPRISE']], 'NetworkSsid' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NewInThisVersionBulletPoints' => ['type' => 'list', 'member' => ['shape' => 'BulletPoint']], 'NextToken' => ['type' => 'string', 'max' => 1100, 'min' => 1], 'NextWiFiPassword' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '(^$)|([\\x00-\\x7F]{5,})', 'sensitive' => \true], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OneClickIdDelay' => ['type' => 'string', 'max' => 2, 'min' => 1], 'OneClickPinDelay' => ['type' => 'string', 'max' => 2, 'min' => 1], 'OrganizationName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'OutboundPhoneNumber' => ['type' => 'string', 'pattern' => '\\d{10}'], 'PSTNDialIn' => ['type' => 'structure', 'required' => ['CountryCode', 'PhoneNumber', 'OneClickIdDelay', 'OneClickPinDelay'], 'members' => ['CountryCode' => ['shape' => 'CountryCode'], 'PhoneNumber' => ['shape' => 'OutboundPhoneNumber'], 'OneClickIdDelay' => ['shape' => 'OneClickIdDelay'], 'OneClickPinDelay' => ['shape' => 'OneClickPinDelay']]], 'PhoneNumber' => ['type' => 'structure', 'required' => ['Number', 'Type'], 'members' => ['Number' => ['shape' => 'RawPhoneNumber'], 'Type' => ['shape' => 'PhoneNumberType']]], 'PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumber'], 'max' => 3, 'min' => 0], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['MOBILE', 'WORK', 'HOME'], 'sensitive' => \true], 'PrivacyPolicy' => ['type' => 'string'], 'ProductDescription' => ['type' => 'string'], 'ProductId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_]{1,256}$'], 'Profile' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Address' => ['shape' => 'Address'], 'Timezone' => ['shape' => 'Timezone'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'AddressBookArn' => ['shape' => 'Arn'], 'MeetingRoomConfiguration' => ['shape' => 'MeetingRoomConfiguration']]], 'ProfileData' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Address' => ['shape' => 'Address'], 'Timezone' => ['shape' => 'Timezone'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale']]], 'ProfileDataList' => ['type' => 'list', 'member' => ['shape' => 'ProfileData']], 'ProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'ProviderCalendarId' => ['type' => 'string', 'max' => 100, 'min' => 0], 'PutConferencePreferenceRequest' => ['type' => 'structure', 'required' => ['ConferencePreference'], 'members' => ['ConferencePreference' => ['shape' => 'ConferencePreference']]], 'PutConferencePreferenceResponse' => ['type' => 'structure', 'members' => []], 'PutInvitationConfigurationRequest' => ['type' => 'structure', 'required' => ['OrganizationName'], 'members' => ['OrganizationName' => ['shape' => 'OrganizationName'], 'ContactEmail' => ['shape' => 'Email'], 'PrivateSkillIds' => ['shape' => 'ShortSkillIdList']]], 'PutInvitationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'PutRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'RoomSkillParameter'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'RoomSkillParameter' => ['shape' => 'RoomSkillParameter']]], 'PutRoomSkillParameterResponse' => ['type' => 'structure', 'members' => []], 'PutSkillAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizationResult', 'SkillId'], 'members' => ['AuthorizationResult' => ['shape' => 'AuthorizationResult'], 'SkillId' => ['shape' => 'SkillId'], 'RoomArn' => ['shape' => 'Arn']]], 'PutSkillAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'RawPhoneNumber' => ['type' => 'string', 'max' => 50, 'min' => 0, 'pattern' => '^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$', 'sensitive' => \true], 'RegisterAVSDeviceRequest' => ['type' => 'structure', 'required' => ['ClientId', 'UserCode', 'ProductId', 'DeviceSerialNumber', 'AmazonId'], 'members' => ['ClientId' => ['shape' => 'ClientId'], 'UserCode' => ['shape' => 'UserCode'], 'ProductId' => ['shape' => 'ProductId'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumberForAVS'], 'AmazonId' => ['shape' => 'AmazonId']]], 'RegisterAVSDeviceResponse' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'RejectSkillRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'RejectSkillResponse' => ['type' => 'structure', 'members' => []], 'ReleaseDate' => ['type' => 'string'], 'RequireCheckIn' => ['type' => 'structure', 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'RequirePin' => ['type' => 'string', 'enum' => ['YES', 'NO', 'OPTIONAL']], 'ResolveRoomRequest' => ['type' => 'structure', 'required' => ['UserId', 'SkillId'], 'members' => ['UserId' => ['shape' => 'UserId'], 'SkillId' => ['shape' => 'SkillId']]], 'ResolveRoomResponse' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'RoomSkillParameters' => ['shape' => 'RoomSkillParameters']]], 'ResourceAssociatedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']], 'exception' => \true], 'ReviewKey' => ['type' => 'string'], 'ReviewValue' => ['type' => 'string'], 'Reviews' => ['type' => 'map', 'key' => ['shape' => 'ReviewKey'], 'value' => ['shape' => 'ReviewValue']], 'RevokeInvitationRequest' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'RevokeInvitationResponse' => ['type' => 'structure', 'members' => []], 'Room' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn']]], 'RoomData' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName']]], 'RoomDataList' => ['type' => 'list', 'member' => ['shape' => 'RoomData']], 'RoomDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'RoomName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'RoomSkillParameter' => ['type' => 'structure', 'required' => ['ParameterKey', 'ParameterValue'], 'members' => ['ParameterKey' => ['shape' => 'RoomSkillParameterKey'], 'ParameterValue' => ['shape' => 'RoomSkillParameterValue']]], 'RoomSkillParameterKey' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RoomSkillParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1], 'RoomSkillParameters' => ['type' => 'list', 'member' => ['shape' => 'RoomSkillParameter']], 'S3KeyPrefix' => ['type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '[A-Za-z0-9!_\\-\\.\\*\'()/]*'], 'SampleUtterances' => ['type' => 'list', 'member' => ['shape' => 'Utterance']], 'SearchAddressBooksRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'SearchAddressBooksResponse' => ['type' => 'structure', 'members' => ['AddressBooks' => ['shape' => 'AddressBookDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchContactsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'SearchContactsResponse' => ['type' => 'structure', 'members' => ['Contacts' => ['shape' => 'ContactDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchDevicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchNetworkProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchNetworkProfilesResponse' => ['type' => 'structure', 'members' => ['NetworkProfiles' => ['shape' => 'NetworkProfileDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchProfilesResponse' => ['type' => 'structure', 'members' => ['Profiles' => ['shape' => 'ProfileDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchRoomsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchRoomsResponse' => ['type' => 'structure', 'members' => ['Rooms' => ['shape' => 'RoomDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchSkillGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchSkillGroupsResponse' => ['type' => 'structure', 'members' => ['SkillGroups' => ['shape' => 'SkillGroupDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchUsersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UserDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SendAnnouncementRequest' => ['type' => 'structure', 'required' => ['RoomFilters', 'Content', 'ClientRequestToken'], 'members' => ['RoomFilters' => ['shape' => 'FilterList'], 'Content' => ['shape' => 'Content'], 'TimeToLiveInSeconds' => ['shape' => 'TimeToLiveInSeconds'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'SendAnnouncementResponse' => ['type' => 'structure', 'members' => ['AnnouncementArn' => ['shape' => 'Arn']]], 'SendInvitationRequest' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn']]], 'SendInvitationResponse' => ['type' => 'structure', 'members' => []], 'ShortDescription' => ['type' => 'string'], 'ShortSkillIdList' => ['type' => 'list', 'member' => ['shape' => 'SkillId'], 'max' => 3, 'min' => 0], 'SipAddress' => ['type' => 'structure', 'required' => ['Uri', 'Type'], 'members' => ['Uri' => ['shape' => 'SipUri'], 'Type' => ['shape' => 'SipType']]], 'SipAddressList' => ['type' => 'list', 'member' => ['shape' => 'SipAddress'], 'max' => 1, 'min' => 0], 'SipType' => ['type' => 'string', 'enum' => ['WORK'], 'sensitive' => \true], 'SipUri' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^sip[s]?:([^@:]+)\\@([^@]+)$', 'sensitive' => \true], 'SkillDetails' => ['type' => 'structure', 'members' => ['ProductDescription' => ['shape' => 'ProductDescription'], 'InvocationPhrase' => ['shape' => 'InvocationPhrase'], 'ReleaseDate' => ['shape' => 'ReleaseDate'], 'EndUserLicenseAgreement' => ['shape' => 'EndUserLicenseAgreement'], 'GenericKeywords' => ['shape' => 'GenericKeywords'], 'BulletPoints' => ['shape' => 'BulletPoints'], 'NewInThisVersionBulletPoints' => ['shape' => 'NewInThisVersionBulletPoints'], 'SkillTypes' => ['shape' => 'SkillTypes'], 'Reviews' => ['shape' => 'Reviews'], 'DeveloperInfo' => ['shape' => 'DeveloperInfo']]], 'SkillGroup' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'SkillGroupData' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'SkillGroupDataList' => ['type' => 'list', 'member' => ['shape' => 'SkillGroupData']], 'SkillGroupDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillId' => ['type' => 'string', 'pattern' => '(^amzn1\\.ask\\.skill\\.[0-9a-f\\-]{1,200})|(^amzn1\\.echo-sdk-ams\\.app\\.[0-9a-f\\-]{1,200})'], 'SkillListMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'SkillName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillNotLinkedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SkillStoreType' => ['type' => 'string'], 'SkillSummary' => ['type' => 'structure', 'members' => ['SkillId' => ['shape' => 'SkillId'], 'SkillName' => ['shape' => 'SkillName'], 'SupportsLinking' => ['shape' => 'boolean'], 'EnablementType' => ['shape' => 'EnablementType'], 'SkillType' => ['shape' => 'SkillType']]], 'SkillSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SkillSummary']], 'SkillType' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE'], 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'SkillTypeFilter' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE', 'ALL']], 'SkillTypes' => ['type' => 'list', 'member' => ['shape' => 'SkillStoreType']], 'SkillsStoreSkill' => ['type' => 'structure', 'members' => ['SkillId' => ['shape' => 'SkillId'], 'SkillName' => ['shape' => 'SkillName'], 'ShortDescription' => ['shape' => 'ShortDescription'], 'IconUrl' => ['shape' => 'IconUrl'], 'SampleUtterances' => ['shape' => 'SampleUtterances'], 'SkillDetails' => ['shape' => 'SkillDetails'], 'SupportsLinking' => ['shape' => 'boolean']]], 'SkillsStoreSkillList' => ['type' => 'list', 'member' => ['shape' => 'SkillsStoreSkill']], 'SmartHomeAppliance' => ['type' => 'structure', 'members' => ['FriendlyName' => ['shape' => 'ApplianceFriendlyName'], 'Description' => ['shape' => 'ApplianceDescription'], 'ManufacturerName' => ['shape' => 'ApplianceManufacturerName']]], 'SmartHomeApplianceList' => ['type' => 'list', 'member' => ['shape' => 'SmartHomeAppliance']], 'SoftwareVersion' => ['type' => 'string'], 'Sort' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'SortKey'], 'Value' => ['shape' => 'SortValue']]], 'SortKey' => ['type' => 'string', 'max' => 500, 'min' => 1], 'SortList' => ['type' => 'list', 'member' => ['shape' => 'Sort'], 'max' => 25], 'SortValue' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'Ssml' => ['type' => 'structure', 'required' => ['Locale', 'Value'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Value' => ['shape' => 'SsmlValue']]], 'SsmlList' => ['type' => 'list', 'member' => ['shape' => 'Ssml'], 'max' => 1], 'SsmlValue' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'StartDeviceSyncRequest' => ['type' => 'structure', 'required' => ['Features'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'DeviceArn' => ['shape' => 'Arn'], 'Features' => ['shape' => 'Features']]], 'StartDeviceSyncResponse' => ['type' => 'structure', 'members' => []], 'StartSmartHomeApplianceDiscoveryRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'StartSmartHomeApplianceDiscoveryResponse' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TemperatureUnit' => ['type' => 'string', 'enum' => ['FAHRENHEIT', 'CELSIUS']], 'Text' => ['type' => 'structure', 'required' => ['Locale', 'Value'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Value' => ['shape' => 'TextValue']]], 'TextList' => ['type' => 'list', 'member' => ['shape' => 'Text'], 'max' => 1], 'TextValue' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'TimeToLiveInSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 1], 'Timezone' => ['type' => 'string', 'max' => 100, 'min' => 1], 'TotalCount' => ['type' => 'integer'], 'TrustAnchor' => ['type' => 'string', 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'TrustAnchorList' => ['type' => 'list', 'member' => ['shape' => 'TrustAnchor'], 'max' => 5, 'min' => 1], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'TagKeys'], 'members' => ['Arn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'UpdateAddressBookResponse' => ['type' => 'structure', 'members' => []], 'UpdateBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['ScheduleArn'], 'members' => ['ScheduleArn' => ['shape' => 'Arn'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence']]], 'UpdateBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => []], 'UpdateConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn', 'ConferenceProviderType', 'MeetingSetting'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn'], 'ConferenceProviderType' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting']]], 'UpdateConferenceProviderResponse' => ['type' => 'structure', 'members' => []], 'UpdateContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'UpdateContactResponse' => ['type' => 'structure', 'members' => []], 'UpdateDeviceRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceName' => ['shape' => 'DeviceName']]], 'UpdateDeviceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEndOfMeetingReminder' => ['type' => 'structure', 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'UpdateGatewayGroupResponse' => ['type' => 'structure', 'members' => []], 'UpdateGatewayRequest' => ['type' => 'structure', 'required' => ['GatewayArn'], 'members' => ['GatewayArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'UpdateGatewayResponse' => ['type' => 'structure', 'members' => []], 'UpdateInstantBooking' => ['type' => 'structure', 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateMeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'UpdateEndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'UpdateInstantBooking'], 'RequireCheckIn' => ['shape' => 'UpdateRequireCheckIn']]], 'UpdateNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList']]], 'UpdateNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'UpdateProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Timezone' => ['shape' => 'Timezone'], 'Address' => ['shape' => 'Address'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'MeetingRoomConfiguration' => ['shape' => 'UpdateMeetingRoomConfiguration']]], 'UpdateProfileResponse' => ['type' => 'structure', 'members' => []], 'UpdateRequireCheckIn' => ['type' => 'structure', 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn']]], 'UpdateRoomResponse' => ['type' => 'structure', 'members' => []], 'UpdateSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'UpdateSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string'], 'UserCode' => ['type' => 'string', 'max' => 128, 'min' => 1], 'UserData' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn'], 'FirstName' => ['shape' => 'user_FirstName'], 'LastName' => ['shape' => 'user_LastName'], 'Email' => ['shape' => 'Email'], 'EnrollmentStatus' => ['shape' => 'EnrollmentStatus'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'UserDataList' => ['type' => 'list', 'member' => ['shape' => 'UserData']], 'UserId' => ['type' => 'string', 'pattern' => 'amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}'], 'Utterance' => ['type' => 'string'], 'Value' => ['type' => 'string', 'min' => 1], 'WakeWord' => ['type' => 'string', 'enum' => ['ALEXA', 'AMAZON', 'ECHO', 'COMPUTER']], 'boolean' => ['type' => 'boolean'], 'user_FirstName' => ['type' => 'string', 'max' => 30, 'min' => 0, 'pattern' => '([A-Za-z\\-\' 0-9._]|\\p{IsLetter})*'], 'user_LastName' => ['type' => 'string', 'max' => 30, 'min' => 0, 'pattern' => '([A-Za-z\\-\' 0-9._]|\\p{IsLetter})*'], 'user_UserId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9@_+.-]*']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-11-09', 'endpointPrefix' => 'a4b', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Alexa For Business', 'serviceId' => 'Alexa For Business', 'signatureVersion' => 'v4', 'targetPrefix' => 'AlexaForBusiness', 'uid' => 'alexaforbusiness-2017-11-09'], 'operations' => ['ApproveSkill' => ['name' => 'ApproveSkill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApproveSkillRequest'], 'output' => ['shape' => 'ApproveSkillResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'AssociateContactWithAddressBook' => ['name' => 'AssociateContactWithAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateContactWithAddressBookRequest'], 'output' => ['shape' => 'AssociateContactWithAddressBookResponse'], 'errors' => [['shape' => 'LimitExceededException']]], 'AssociateDeviceWithNetworkProfile' => ['name' => 'AssociateDeviceWithNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDeviceWithNetworkProfileRequest'], 'output' => ['shape' => 'AssociateDeviceWithNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'AssociateDeviceWithRoom' => ['name' => 'AssociateDeviceWithRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDeviceWithRoomRequest'], 'output' => ['shape' => 'AssociateDeviceWithRoomResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'AssociateSkillGroupWithRoom' => ['name' => 'AssociateSkillGroupWithRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillGroupWithRoomRequest'], 'output' => ['shape' => 'AssociateSkillGroupWithRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'AssociateSkillWithSkillGroup' => ['name' => 'AssociateSkillWithSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillWithSkillGroupRequest'], 'output' => ['shape' => 'AssociateSkillWithSkillGroupResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'SkillNotLinkedException']]], 'AssociateSkillWithUsers' => ['name' => 'AssociateSkillWithUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSkillWithUsersRequest'], 'output' => ['shape' => 'AssociateSkillWithUsersResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'CreateAddressBook' => ['name' => 'CreateAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAddressBookRequest'], 'output' => ['shape' => 'CreateAddressBookResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateBusinessReportSchedule' => ['name' => 'CreateBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBusinessReportScheduleRequest'], 'output' => ['shape' => 'CreateBusinessReportScheduleResponse'], 'errors' => [['shape' => 'AlreadyExistsException']]], 'CreateConferenceProvider' => ['name' => 'CreateConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConferenceProviderRequest'], 'output' => ['shape' => 'CreateConferenceProviderResponse'], 'errors' => [['shape' => 'AlreadyExistsException']]], 'CreateContact' => ['name' => 'CreateContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContactRequest'], 'output' => ['shape' => 'CreateContactResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateGatewayGroup' => ['name' => 'CreateGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGatewayGroupRequest'], 'output' => ['shape' => 'CreateGatewayGroupResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateNetworkProfile' => ['name' => 'CreateNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkProfileRequest'], 'output' => ['shape' => 'CreateNetworkProfileResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException'], ['shape' => 'InvalidServiceLinkedRoleStateException']]], 'CreateProfile' => ['name' => 'CreateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProfileRequest'], 'output' => ['shape' => 'CreateProfileResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'ConcurrentModificationException']]], 'CreateRoom' => ['name' => 'CreateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRoomRequest'], 'output' => ['shape' => 'CreateRoomResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateSkillGroup' => ['name' => 'CreateSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSkillGroupRequest'], 'output' => ['shape' => 'CreateSkillGroupResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteAddressBook' => ['name' => 'DeleteAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAddressBookRequest'], 'output' => ['shape' => 'DeleteAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteBusinessReportSchedule' => ['name' => 'DeleteBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBusinessReportScheduleRequest'], 'output' => ['shape' => 'DeleteBusinessReportScheduleResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteConferenceProvider' => ['name' => 'DeleteConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConferenceProviderRequest'], 'output' => ['shape' => 'DeleteConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'DeleteContact' => ['name' => 'DeleteContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContactRequest'], 'output' => ['shape' => 'DeleteContactResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteDevice' => ['name' => 'DeleteDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeviceRequest'], 'output' => ['shape' => 'DeleteDeviceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException']]], 'DeleteDeviceUsageData' => ['name' => 'DeleteDeviceUsageData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeviceUsageDataRequest'], 'output' => ['shape' => 'DeleteDeviceUsageDataResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DeviceNotRegisteredException'], ['shape' => 'LimitExceededException']]], 'DeleteGatewayGroup' => ['name' => 'DeleteGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGatewayGroupRequest'], 'output' => ['shape' => 'DeleteGatewayGroupResponse'], 'errors' => [['shape' => 'ResourceAssociatedException']]], 'DeleteNetworkProfile' => ['name' => 'DeleteNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkProfileRequest'], 'output' => ['shape' => 'DeleteNetworkProfileResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DeleteProfile' => ['name' => 'DeleteProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProfileRequest'], 'output' => ['shape' => 'DeleteProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRoom' => ['name' => 'DeleteRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoomRequest'], 'output' => ['shape' => 'DeleteRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRoomSkillParameter' => ['name' => 'DeleteRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoomSkillParameterRequest'], 'output' => ['shape' => 'DeleteRoomSkillParameterResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'DeleteSkillAuthorization' => ['name' => 'DeleteSkillAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSkillAuthorizationRequest'], 'output' => ['shape' => 'DeleteSkillAuthorizationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteSkillGroup' => ['name' => 'DeleteSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSkillGroupRequest'], 'output' => ['shape' => 'DeleteSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'DisassociateContactFromAddressBook' => ['name' => 'DisassociateContactFromAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateContactFromAddressBookRequest'], 'output' => ['shape' => 'DisassociateContactFromAddressBookResponse']], 'DisassociateDeviceFromRoom' => ['name' => 'DisassociateDeviceFromRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDeviceFromRoomRequest'], 'output' => ['shape' => 'DisassociateDeviceFromRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'DisassociateSkillFromSkillGroup' => ['name' => 'DisassociateSkillFromSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillFromSkillGroupRequest'], 'output' => ['shape' => 'DisassociateSkillFromSkillGroupResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DisassociateSkillFromUsers' => ['name' => 'DisassociateSkillFromUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillFromUsersRequest'], 'output' => ['shape' => 'DisassociateSkillFromUsersResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'DisassociateSkillGroupFromRoom' => ['name' => 'DisassociateSkillGroupFromRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSkillGroupFromRoomRequest'], 'output' => ['shape' => 'DisassociateSkillGroupFromRoomResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'ForgetSmartHomeAppliances' => ['name' => 'ForgetSmartHomeAppliances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgetSmartHomeAppliancesRequest'], 'output' => ['shape' => 'ForgetSmartHomeAppliancesResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetAddressBook' => ['name' => 'GetAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAddressBookRequest'], 'output' => ['shape' => 'GetAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetConferencePreference' => ['name' => 'GetConferencePreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConferencePreferenceRequest'], 'output' => ['shape' => 'GetConferencePreferenceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetConferenceProvider' => ['name' => 'GetConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConferenceProviderRequest'], 'output' => ['shape' => 'GetConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetContact' => ['name' => 'GetContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactRequest'], 'output' => ['shape' => 'GetContactResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetDevice' => ['name' => 'GetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeviceRequest'], 'output' => ['shape' => 'GetDeviceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetGateway' => ['name' => 'GetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGatewayRequest'], 'output' => ['shape' => 'GetGatewayResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetGatewayGroup' => ['name' => 'GetGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGatewayGroupRequest'], 'output' => ['shape' => 'GetGatewayGroupResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetInvitationConfiguration' => ['name' => 'GetInvitationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInvitationConfigurationRequest'], 'output' => ['shape' => 'GetInvitationConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetNetworkProfile' => ['name' => 'GetNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNetworkProfileRequest'], 'output' => ['shape' => 'GetNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidSecretsManagerResourceException']]], 'GetProfile' => ['name' => 'GetProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetProfileRequest'], 'output' => ['shape' => 'GetProfileResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetRoom' => ['name' => 'GetRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoomRequest'], 'output' => ['shape' => 'GetRoomResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetRoomSkillParameter' => ['name' => 'GetRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoomSkillParameterRequest'], 'output' => ['shape' => 'GetRoomSkillParameterResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'GetSkillGroup' => ['name' => 'GetSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSkillGroupRequest'], 'output' => ['shape' => 'GetSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListBusinessReportSchedules' => ['name' => 'ListBusinessReportSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBusinessReportSchedulesRequest'], 'output' => ['shape' => 'ListBusinessReportSchedulesResponse']], 'ListConferenceProviders' => ['name' => 'ListConferenceProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConferenceProvidersRequest'], 'output' => ['shape' => 'ListConferenceProvidersResponse']], 'ListDeviceEvents' => ['name' => 'ListDeviceEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeviceEventsRequest'], 'output' => ['shape' => 'ListDeviceEventsResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListGatewayGroups' => ['name' => 'ListGatewayGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewayGroupsRequest'], 'output' => ['shape' => 'ListGatewayGroupsResponse']], 'ListGateways' => ['name' => 'ListGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewaysRequest'], 'output' => ['shape' => 'ListGatewaysResponse']], 'ListSkills' => ['name' => 'ListSkills', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsRequest'], 'output' => ['shape' => 'ListSkillsResponse']], 'ListSkillsStoreCategories' => ['name' => 'ListSkillsStoreCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsStoreCategoriesRequest'], 'output' => ['shape' => 'ListSkillsStoreCategoriesResponse']], 'ListSkillsStoreSkillsByCategory' => ['name' => 'ListSkillsStoreSkillsByCategory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSkillsStoreSkillsByCategoryRequest'], 'output' => ['shape' => 'ListSkillsStoreSkillsByCategoryResponse']], 'ListSmartHomeAppliances' => ['name' => 'ListSmartHomeAppliances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSmartHomeAppliancesRequest'], 'output' => ['shape' => 'ListSmartHomeAppliancesResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'PutConferencePreference' => ['name' => 'PutConferencePreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConferencePreferenceRequest'], 'output' => ['shape' => 'PutConferencePreferenceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'PutInvitationConfiguration' => ['name' => 'PutInvitationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInvitationConfigurationRequest'], 'output' => ['shape' => 'PutInvitationConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'PutRoomSkillParameter' => ['name' => 'PutRoomSkillParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRoomSkillParameterRequest'], 'output' => ['shape' => 'PutRoomSkillParameterResponse'], 'errors' => [['shape' => 'ConcurrentModificationException']]], 'PutSkillAuthorization' => ['name' => 'PutSkillAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSkillAuthorizationRequest'], 'output' => ['shape' => 'PutSkillAuthorizationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'ConcurrentModificationException']]], 'RegisterAVSDevice' => ['name' => 'RegisterAVSDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterAVSDeviceRequest'], 'output' => ['shape' => 'RegisterAVSDeviceResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidDeviceException']]], 'RejectSkill' => ['name' => 'RejectSkill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectSkillRequest'], 'output' => ['shape' => 'RejectSkillResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException']]], 'ResolveRoom' => ['name' => 'ResolveRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResolveRoomRequest'], 'output' => ['shape' => 'ResolveRoomResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'RevokeInvitation' => ['name' => 'RevokeInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeInvitationRequest'], 'output' => ['shape' => 'RevokeInvitationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'SearchAddressBooks' => ['name' => 'SearchAddressBooks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchAddressBooksRequest'], 'output' => ['shape' => 'SearchAddressBooksResponse']], 'SearchContacts' => ['name' => 'SearchContacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchContactsRequest'], 'output' => ['shape' => 'SearchContactsResponse']], 'SearchDevices' => ['name' => 'SearchDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchDevicesRequest'], 'output' => ['shape' => 'SearchDevicesResponse']], 'SearchNetworkProfiles' => ['name' => 'SearchNetworkProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchNetworkProfilesRequest'], 'output' => ['shape' => 'SearchNetworkProfilesResponse']], 'SearchProfiles' => ['name' => 'SearchProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProfilesRequest'], 'output' => ['shape' => 'SearchProfilesResponse']], 'SearchRooms' => ['name' => 'SearchRooms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchRoomsRequest'], 'output' => ['shape' => 'SearchRoomsResponse']], 'SearchSkillGroups' => ['name' => 'SearchSkillGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchSkillGroupsRequest'], 'output' => ['shape' => 'SearchSkillGroupsResponse']], 'SearchUsers' => ['name' => 'SearchUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchUsersRequest'], 'output' => ['shape' => 'SearchUsersResponse']], 'SendAnnouncement' => ['name' => 'SendAnnouncement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendAnnouncementRequest'], 'output' => ['shape' => 'SendAnnouncementResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException']]], 'SendInvitation' => ['name' => 'SendInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendInvitationRequest'], 'output' => ['shape' => 'SendInvitationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidUserStatusException'], ['shape' => 'ConcurrentModificationException']]], 'StartDeviceSync' => ['name' => 'StartDeviceSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDeviceSyncRequest'], 'output' => ['shape' => 'StartDeviceSyncResponse'], 'errors' => [['shape' => 'DeviceNotRegisteredException']]], 'StartSmartHomeApplianceDiscovery' => ['name' => 'StartSmartHomeApplianceDiscovery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSmartHomeApplianceDiscoveryRequest'], 'output' => ['shape' => 'StartSmartHomeApplianceDiscoveryResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UpdateAddressBook' => ['name' => 'UpdateAddressBook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAddressBookRequest'], 'output' => ['shape' => 'UpdateAddressBookResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateBusinessReportSchedule' => ['name' => 'UpdateBusinessReportSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBusinessReportScheduleRequest'], 'output' => ['shape' => 'UpdateBusinessReportScheduleResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateConferenceProvider' => ['name' => 'UpdateConferenceProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConferenceProviderRequest'], 'output' => ['shape' => 'UpdateConferenceProviderResponse'], 'errors' => [['shape' => 'NotFoundException']]], 'UpdateContact' => ['name' => 'UpdateContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContactRequest'], 'output' => ['shape' => 'UpdateContactResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateDevice' => ['name' => 'UpdateDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeviceRequest'], 'output' => ['shape' => 'UpdateDeviceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DeviceNotRegisteredException']]], 'UpdateGateway' => ['name' => 'UpdateGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayRequest'], 'output' => ['shape' => 'UpdateGatewayResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateGatewayGroup' => ['name' => 'UpdateGatewayGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayGroupRequest'], 'output' => ['shape' => 'UpdateGatewayGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateNetworkProfile' => ['name' => 'UpdateNetworkProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNetworkProfileRequest'], 'output' => ['shape' => 'UpdateNetworkProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidCertificateAuthorityException'], ['shape' => 'InvalidSecretsManagerResourceException']]], 'UpdateProfile' => ['name' => 'UpdateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProfileRequest'], 'output' => ['shape' => 'UpdateProfileResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateRoom' => ['name' => 'UpdateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoomRequest'], 'output' => ['shape' => 'UpdateRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException']]], 'UpdateSkillGroup' => ['name' => 'UpdateSkillGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSkillGroupRequest'], 'output' => ['shape' => 'UpdateSkillGroupResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'NameInUseException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['Address' => ['type' => 'string', 'max' => 500, 'min' => 1], 'AddressBook' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'AddressBookData' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'AddressBookDataList' => ['type' => 'list', 'member' => ['shape' => 'AddressBookData']], 'AddressBookDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'AddressBookName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AmazonId' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,18}'], 'ApplianceDescription' => ['type' => 'string'], 'ApplianceFriendlyName' => ['type' => 'string'], 'ApplianceManufacturerName' => ['type' => 'string'], 'ApproveSkillRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'ApproveSkillResponse' => ['type' => 'structure', 'members' => []], 'Arn' => ['type' => 'string', 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'AssociateContactWithAddressBookRequest' => ['type' => 'structure', 'required' => ['ContactArn', 'AddressBookArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'AddressBookArn' => ['shape' => 'Arn']]], 'AssociateContactWithAddressBookResponse' => ['type' => 'structure', 'members' => []], 'AssociateDeviceWithNetworkProfileRequest' => ['type' => 'structure', 'required' => ['DeviceArn', 'NetworkProfileArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'NetworkProfileArn' => ['shape' => 'Arn']]], 'AssociateDeviceWithNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'AssociateDeviceWithRoomRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'AssociateDeviceWithRoomResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillGroupWithRoomRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'AssociateSkillGroupWithRoomResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillWithSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId']]], 'AssociateSkillWithSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'AssociateSkillWithUsersRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'AssociateSkillWithUsersResponse' => ['type' => 'structure', 'members' => []], 'Audio' => ['type' => 'structure', 'required' => ['Locale', 'Location'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Location' => ['shape' => 'AudioLocation']]], 'AudioList' => ['type' => 'list', 'member' => ['shape' => 'Audio'], 'max' => 1], 'AudioLocation' => ['type' => 'string', 'max' => 1200, 'min' => 0, 'pattern' => 'https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/.*'], 'AuthorizationResult' => ['type' => 'map', 'key' => ['shape' => 'Key'], 'value' => ['shape' => 'Value'], 'sensitive' => \true], 'Boolean' => ['type' => 'boolean'], 'BulletPoint' => ['type' => 'string'], 'BulletPoints' => ['type' => 'list', 'member' => ['shape' => 'BulletPoint']], 'BusinessReport' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BusinessReportStatus'], 'FailureCode' => ['shape' => 'BusinessReportFailureCode'], 'S3Location' => ['shape' => 'BusinessReportS3Location'], 'DeliveryTime' => ['shape' => 'BusinessReportDeliveryTime'], 'DownloadUrl' => ['shape' => 'BusinessReportDownloadUrl']]], 'BusinessReportContentRange' => ['type' => 'structure', 'required' => ['Interval'], 'members' => ['Interval' => ['shape' => 'BusinessReportInterval']]], 'BusinessReportDeliveryTime' => ['type' => 'timestamp'], 'BusinessReportDownloadUrl' => ['type' => 'string'], 'BusinessReportFailureCode' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'NO_SUCH_BUCKET', 'INTERNAL_FAILURE']], 'BusinessReportFormat' => ['type' => 'string', 'enum' => ['CSV', 'CSV_ZIP']], 'BusinessReportInterval' => ['type' => 'string', 'enum' => ['ONE_DAY', 'ONE_WEEK', 'THIRTY_DAYS']], 'BusinessReportRecurrence' => ['type' => 'structure', 'members' => ['StartDate' => ['shape' => 'Date']]], 'BusinessReportS3Location' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'BusinessReportS3Path'], 'BucketName' => ['shape' => 'CustomerS3BucketName']]], 'BusinessReportS3Path' => ['type' => 'string'], 'BusinessReportSchedule' => ['type' => 'structure', 'members' => ['ScheduleArn' => ['shape' => 'Arn'], 'ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ContentRange' => ['shape' => 'BusinessReportContentRange'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence'], 'LastBusinessReport' => ['shape' => 'BusinessReport']]], 'BusinessReportScheduleList' => ['type' => 'list', 'member' => ['shape' => 'BusinessReportSchedule']], 'BusinessReportScheduleName' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'BusinessReportStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'SUCCEEDED', 'FAILED']], 'Category' => ['type' => 'structure', 'members' => ['CategoryId' => ['shape' => 'CategoryId'], 'CategoryName' => ['shape' => 'CategoryName']]], 'CategoryId' => ['type' => 'long', 'min' => 1], 'CategoryList' => ['type' => 'list', 'member' => ['shape' => 'Category']], 'CategoryName' => ['type' => 'string'], 'CertificateTime' => ['type' => 'timestamp'], 'ClientId' => ['type' => 'string', 'pattern' => '^\\S+{1,256}$'], 'ClientRequestToken' => ['type' => 'string', 'max' => 150, 'min' => 10, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'CommsProtocol' => ['type' => 'string', 'enum' => ['SIP', 'SIPS', 'H323']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConferencePreference' => ['type' => 'structure', 'members' => ['DefaultConferenceProviderArn' => ['shape' => 'Arn']]], 'ConferenceProvider' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ConferenceProviderName'], 'Type' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting']]], 'ConferenceProviderName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'ConferenceProviderType' => ['type' => 'string', 'enum' => ['CHIME', 'BLUEJEANS', 'FUZE', 'GOOGLE_HANGOUTS', 'POLYCOM', 'RINGCENTRAL', 'SKYPE_FOR_BUSINESS', 'WEBEX', 'ZOOM', 'CUSTOM']], 'ConferenceProvidersList' => ['type' => 'list', 'member' => ['shape' => 'ConferenceProvider']], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['ONLINE', 'OFFLINE']], 'ConnectionStatusUpdatedTime' => ['type' => 'timestamp'], 'Contact' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'ContactData' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'ContactDataList' => ['type' => 'list', 'member' => ['shape' => 'ContactData']], 'ContactName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'Content' => ['type' => 'structure', 'members' => ['TextList' => ['shape' => 'TextList'], 'SsmlList' => ['shape' => 'SsmlList'], 'AudioList' => ['shape' => 'AudioList']]], 'CountryCode' => ['type' => 'string', 'pattern' => '\\d{1,3}'], 'CreateAddressBookRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateAddressBookResponse' => ['type' => 'structure', 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'CreateBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['Format', 'ContentRange'], 'members' => ['ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ContentRange' => ['shape' => 'BusinessReportContentRange'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => ['ScheduleArn' => ['shape' => 'Arn']]], 'CreateConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderName', 'ConferenceProviderType', 'MeetingSetting'], 'members' => ['ConferenceProviderName' => ['shape' => 'ConferenceProviderName'], 'ConferenceProviderType' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateConferenceProviderResponse' => ['type' => 'structure', 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'CreateContactRequest' => ['type' => 'structure', 'required' => ['FirstName'], 'members' => ['DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateContactResponse' => ['type' => 'structure', 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'CreateEndOfMeetingReminder' => ['type' => 'structure', 'required' => ['ReminderAtMinutes', 'ReminderType', 'Enabled'], 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateGatewayGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'ClientRequestToken'], 'members' => ['Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateGatewayGroupResponse' => ['type' => 'structure', 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'CreateInstantBooking' => ['type' => 'structure', 'required' => ['DurationInMinutes', 'Enabled'], 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateMeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'CreateEndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'CreateInstantBooking'], 'RequireCheckIn' => ['shape' => 'CreateRequireCheckIn']]], 'CreateNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileName', 'Ssid', 'SecurityType', 'ClientRequestToken'], 'members' => ['NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateNetworkProfileResponse' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'CreateProfileRequest' => ['type' => 'structure', 'required' => ['ProfileName', 'Timezone', 'Address', 'DistanceUnit', 'TemperatureUnit', 'WakeWord'], 'members' => ['ProfileName' => ['shape' => 'ProfileName'], 'Timezone' => ['shape' => 'Timezone'], 'Address' => ['shape' => 'Address'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'MeetingRoomConfiguration' => ['shape' => 'CreateMeetingRoomConfiguration'], 'Tags' => ['shape' => 'TagList']]], 'CreateProfileResponse' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'CreateRequireCheckIn' => ['type' => 'structure', 'required' => ['ReleaseAfterMinutes', 'Enabled'], 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'CreateRoomRequest' => ['type' => 'structure', 'required' => ['RoomName'], 'members' => ['RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProfileArn' => ['shape' => 'Arn'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateRoomResponse' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'CreateSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillGroupName'], 'members' => ['SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateSkillGroupResponse' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'user_UserId'], 'FirstName' => ['shape' => 'user_FirstName'], 'LastName' => ['shape' => 'user_LastName'], 'Email' => ['shape' => 'Email'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn']]], 'CurrentWiFiPassword' => ['type' => 'string', 'max' => 128, 'min' => 5, 'pattern' => '[\\x00-\\x7F]*', 'sensitive' => \true], 'CustomerS3BucketName' => ['type' => 'string', 'pattern' => '[a-z0-9-\\.]{3,63}'], 'Date' => ['type' => 'string', 'pattern' => '^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$'], 'DeleteAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'DeleteAddressBookResponse' => ['type' => 'structure', 'members' => []], 'DeleteBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['ScheduleArn'], 'members' => ['ScheduleArn' => ['shape' => 'Arn']]], 'DeleteBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => []], 'DeleteConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'DeleteConferenceProviderResponse' => ['type' => 'structure', 'members' => []], 'DeleteContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'DeleteContactResponse' => ['type' => 'structure', 'members' => []], 'DeleteDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'DeleteDeviceResponse' => ['type' => 'structure', 'members' => []], 'DeleteDeviceUsageDataRequest' => ['type' => 'structure', 'required' => ['DeviceArn', 'DeviceUsageType'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceUsageType' => ['shape' => 'DeviceUsageType']]], 'DeleteDeviceUsageDataResponse' => ['type' => 'structure', 'members' => []], 'DeleteGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'DeleteGatewayGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'DeleteNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'DeleteProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'DeleteRoomResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'ParameterKey'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'ParameterKey' => ['shape' => 'RoomSkillParameterKey']]], 'DeleteRoomSkillParameterResponse' => ['type' => 'structure', 'members' => []], 'DeleteSkillAuthorizationRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId'], 'RoomArn' => ['shape' => 'Arn']]], 'DeleteSkillAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'DeleteSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'DeleteSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['EnrollmentId'], 'members' => ['UserArn' => ['shape' => 'Arn'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeveloperInfo' => ['type' => 'structure', 'members' => ['DeveloperName' => ['shape' => 'DeveloperName'], 'PrivacyPolicy' => ['shape' => 'PrivacyPolicy'], 'Email' => ['shape' => 'Email'], 'Url' => ['shape' => 'Url']]], 'DeveloperName' => ['type' => 'string'], 'Device' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumber'], 'DeviceType' => ['shape' => 'DeviceType'], 'DeviceName' => ['shape' => 'DeviceName'], 'SoftwareVersion' => ['shape' => 'SoftwareVersion'], 'MacAddress' => ['shape' => 'MacAddress'], 'RoomArn' => ['shape' => 'Arn'], 'DeviceStatus' => ['shape' => 'DeviceStatus'], 'DeviceStatusInfo' => ['shape' => 'DeviceStatusInfo'], 'NetworkProfileInfo' => ['shape' => 'DeviceNetworkProfileInfo']]], 'DeviceData' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumber'], 'DeviceType' => ['shape' => 'DeviceType'], 'DeviceName' => ['shape' => 'DeviceName'], 'SoftwareVersion' => ['shape' => 'SoftwareVersion'], 'MacAddress' => ['shape' => 'MacAddress'], 'DeviceStatus' => ['shape' => 'DeviceStatus'], 'NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'DeviceRoomName'], 'DeviceStatusInfo' => ['shape' => 'DeviceStatusInfo'], 'CreatedTime' => ['shape' => 'DeviceDataCreatedTime']]], 'DeviceDataCreatedTime' => ['type' => 'timestamp'], 'DeviceDataList' => ['type' => 'list', 'member' => ['shape' => 'DeviceData']], 'DeviceEvent' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DeviceEventType'], 'Value' => ['shape' => 'DeviceEventValue'], 'Timestamp' => ['shape' => 'DeviceEventTime']]], 'DeviceEventList' => ['type' => 'list', 'member' => ['shape' => 'DeviceEvent']], 'DeviceEventTime' => ['type' => 'timestamp'], 'DeviceEventType' => ['type' => 'string', 'enum' => ['CONNECTION_STATUS', 'DEVICE_STATUS']], 'DeviceEventValue' => ['type' => 'string'], 'DeviceLocale' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceName' => ['type' => 'string', 'max' => 100, 'min' => 2, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'DeviceNetworkProfileInfo' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'CertificateArn' => ['shape' => 'Arn'], 'CertificateExpirationTime' => ['shape' => 'CertificateTime']]], 'DeviceNotRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DeviceRoomName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'DeviceSerialNumber' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,200}'], 'DeviceSerialNumberForAVS' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9]{1,50}$'], 'DeviceStatus' => ['type' => 'string', 'enum' => ['READY', 'PENDING', 'WAS_OFFLINE', 'DEREGISTERED', 'FAILED']], 'DeviceStatusDetail' => ['type' => 'structure', 'members' => ['Feature' => ['shape' => 'Feature'], 'Code' => ['shape' => 'DeviceStatusDetailCode']]], 'DeviceStatusDetailCode' => ['type' => 'string', 'enum' => ['DEVICE_SOFTWARE_UPDATE_NEEDED', 'DEVICE_WAS_OFFLINE', 'CREDENTIALS_ACCESS_FAILURE', 'TLS_VERSION_MISMATCH', 'ASSOCIATION_REJECTION', 'AUTHENTICATION_FAILURE', 'DHCP_FAILURE', 'INTERNET_UNAVAILABLE', 'DNS_FAILURE', 'UNKNOWN_FAILURE', 'CERTIFICATE_ISSUING_LIMIT_EXCEEDED', 'INVALID_CERTIFICATE_AUTHORITY', 'NETWORK_PROFILE_NOT_FOUND', 'INVALID_PASSWORD_STATE', 'PASSWORD_NOT_FOUND', 'PASSWORD_MANAGER_ACCESS_DENIED', 'CERTIFICATE_AUTHORITY_ACCESS_DENIED']], 'DeviceStatusDetails' => ['type' => 'list', 'member' => ['shape' => 'DeviceStatusDetail']], 'DeviceStatusInfo' => ['type' => 'structure', 'members' => ['DeviceStatusDetails' => ['shape' => 'DeviceStatusDetails'], 'ConnectionStatus' => ['shape' => 'ConnectionStatus'], 'ConnectionStatusUpdatedTime' => ['shape' => 'ConnectionStatusUpdatedTime']]], 'DeviceType' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]{1,200}'], 'DeviceUsageType' => ['type' => 'string', 'enum' => ['VOICE']], 'DisassociateContactFromAddressBookRequest' => ['type' => 'structure', 'required' => ['ContactArn', 'AddressBookArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'AddressBookArn' => ['shape' => 'Arn']]], 'DisassociateContactFromAddressBookResponse' => ['type' => 'structure', 'members' => []], 'DisassociateDeviceFromRoomRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'DisassociateDeviceFromRoomResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillFromSkillGroupRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId']]], 'DisassociateSkillFromSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillFromUsersRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'DisassociateSkillFromUsersResponse' => ['type' => 'structure', 'members' => []], 'DisassociateSkillGroupFromRoomRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'RoomArn' => ['shape' => 'Arn']]], 'DisassociateSkillGroupFromRoomResponse' => ['type' => 'structure', 'members' => []], 'DistanceUnit' => ['type' => 'string', 'enum' => ['METRIC', 'IMPERIAL']], 'Email' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})'], 'EnablementType' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING']], 'EnablementTypeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING']], 'EndOfMeetingReminder' => ['type' => 'structure', 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'EndOfMeetingReminderMinutesList' => ['type' => 'list', 'member' => ['shape' => 'Minutes'], 'max' => 1, 'min' => 1], 'EndOfMeetingReminderType' => ['type' => 'string', 'enum' => ['ANNOUNCEMENT_TIME_CHECK', 'ANNOUNCEMENT_VARIABLE_TIME_LEFT', 'CHIME', 'KNOCK']], 'EndUserLicenseAgreement' => ['type' => 'string'], 'Endpoint' => ['type' => 'string', 'max' => 256, 'min' => 1], 'EnrollmentId' => ['type' => 'string', 'max' => 128, 'min' => 0], 'EnrollmentStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'PENDING', 'REGISTERED', 'DISASSOCIATING', 'DEREGISTERING']], 'ErrorMessage' => ['type' => 'string'], 'Feature' => ['type' => 'string', 'enum' => ['BLUETOOTH', 'VOLUME', 'NOTIFICATIONS', 'LISTS', 'SKILLS', 'NETWORK_PROFILE', 'SETTINGS', 'ALL']], 'Features' => ['type' => 'list', 'member' => ['shape' => 'Feature']], 'Filter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'FilterKey'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterKey' => ['type' => 'string', 'max' => 500, 'min' => 1], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 25], 'FilterValue' => ['type' => 'string', 'max' => 500, 'min' => 1], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 50], 'ForgetSmartHomeAppliancesRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'ForgetSmartHomeAppliancesResponse' => ['type' => 'structure', 'members' => []], 'Gateway' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'GatewayGroupArn' => ['shape' => 'Arn'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'GatewayDescription' => ['type' => 'string', 'max' => 200, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewayGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'GatewayGroupDescription' => ['type' => 'string', 'max' => 200, 'min' => 0], 'GatewayGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewayGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewayGroupSummary']], 'GatewayGroupSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'GatewayName' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'GatewaySummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewaySummary']], 'GatewaySummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'GatewayGroupArn' => ['shape' => 'Arn'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'GatewayVersion' => ['type' => 'string', 'max' => 50, 'min' => 1], 'GenericKeyword' => ['type' => 'string'], 'GenericKeywords' => ['type' => 'list', 'member' => ['shape' => 'GenericKeyword']], 'GetAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn']]], 'GetAddressBookResponse' => ['type' => 'structure', 'members' => ['AddressBook' => ['shape' => 'AddressBook']]], 'GetConferencePreferenceRequest' => ['type' => 'structure', 'members' => []], 'GetConferencePreferenceResponse' => ['type' => 'structure', 'members' => ['Preference' => ['shape' => 'ConferencePreference']]], 'GetConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn']]], 'GetConferenceProviderResponse' => ['type' => 'structure', 'members' => ['ConferenceProvider' => ['shape' => 'ConferenceProvider']]], 'GetContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn']]], 'GetContactResponse' => ['type' => 'structure', 'members' => ['Contact' => ['shape' => 'Contact']]], 'GetDeviceRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'GetDeviceResponse' => ['type' => 'structure', 'members' => ['Device' => ['shape' => 'Device']]], 'GetGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn']]], 'GetGatewayGroupResponse' => ['type' => 'structure', 'members' => ['GatewayGroup' => ['shape' => 'GatewayGroup']]], 'GetGatewayRequest' => ['type' => 'structure', 'required' => ['GatewayArn'], 'members' => ['GatewayArn' => ['shape' => 'Arn']]], 'GetGatewayResponse' => ['type' => 'structure', 'members' => ['Gateway' => ['shape' => 'Gateway']]], 'GetInvitationConfigurationRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationConfigurationResponse' => ['type' => 'structure', 'members' => ['OrganizationName' => ['shape' => 'OrganizationName'], 'ContactEmail' => ['shape' => 'Email'], 'PrivateSkillIds' => ['shape' => 'ShortSkillIdList']]], 'GetNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn']]], 'GetNetworkProfileResponse' => ['type' => 'structure', 'members' => ['NetworkProfile' => ['shape' => 'NetworkProfile']]], 'GetProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn']]], 'GetProfileResponse' => ['type' => 'structure', 'members' => ['Profile' => ['shape' => 'Profile']]], 'GetRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'GetRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'GetRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'ParameterKey'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'ParameterKey' => ['shape' => 'RoomSkillParameterKey']]], 'GetRoomSkillParameterResponse' => ['type' => 'structure', 'members' => ['RoomSkillParameter' => ['shape' => 'RoomSkillParameter']]], 'GetSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn']]], 'GetSkillGroupResponse' => ['type' => 'structure', 'members' => ['SkillGroup' => ['shape' => 'SkillGroup']]], 'IPDialIn' => ['type' => 'structure', 'required' => ['Endpoint', 'CommsProtocol'], 'members' => ['Endpoint' => ['shape' => 'Endpoint'], 'CommsProtocol' => ['shape' => 'CommsProtocol']]], 'IconUrl' => ['type' => 'string'], 'InstantBooking' => ['type' => 'structure', 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'InvalidCertificateAuthorityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidDeviceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidSecretsManagerResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidServiceLinkedRoleStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidUserStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvocationPhrase' => ['type' => 'string'], 'Key' => ['type' => 'string', 'min' => 1], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListBusinessReportSchedulesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListBusinessReportSchedulesResponse' => ['type' => 'structure', 'members' => ['BusinessReportSchedules' => ['shape' => 'BusinessReportScheduleList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListConferenceProvidersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListConferenceProvidersResponse' => ['type' => 'structure', 'members' => ['ConferenceProviders' => ['shape' => 'ConferenceProvidersList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDeviceEventsRequest' => ['type' => 'structure', 'required' => ['DeviceArn'], 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'EventType' => ['shape' => 'DeviceEventType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDeviceEventsResponse' => ['type' => 'structure', 'members' => ['DeviceEvents' => ['shape' => 'DeviceEventList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGatewayGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGatewayGroupsResponse' => ['type' => 'structure', 'members' => ['GatewayGroups' => ['shape' => 'GatewayGroupSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGatewaysRequest' => ['type' => 'structure', 'members' => ['GatewayGroupArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGatewaysResponse' => ['type' => 'structure', 'members' => ['Gateways' => ['shape' => 'GatewaySummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'EnablementType' => ['shape' => 'EnablementTypeFilter'], 'SkillType' => ['shape' => 'SkillTypeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'SkillListMaxResults']]], 'ListSkillsResponse' => ['type' => 'structure', 'members' => ['SkillSummaries' => ['shape' => 'SkillSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsStoreCategoriesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListSkillsStoreCategoriesResponse' => ['type' => 'structure', 'members' => ['CategoryList' => ['shape' => 'CategoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSkillsStoreSkillsByCategoryRequest' => ['type' => 'structure', 'required' => ['CategoryId'], 'members' => ['CategoryId' => ['shape' => 'CategoryId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'SkillListMaxResults']]], 'ListSkillsStoreSkillsByCategoryResponse' => ['type' => 'structure', 'members' => ['SkillsStoreSkills' => ['shape' => 'SkillsStoreSkillList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSmartHomeAppliancesRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSmartHomeAppliancesResponse' => ['type' => 'structure', 'members' => ['SmartHomeAppliances' => ['shape' => 'SmartHomeApplianceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'Locale' => ['type' => 'string', 'enum' => ['en-US']], 'MacAddress' => ['type' => 'string'], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxVolumeLimit' => ['type' => 'integer'], 'MeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'EndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'InstantBooking'], 'RequireCheckIn' => ['shape' => 'RequireCheckIn']]], 'MeetingSetting' => ['type' => 'structure', 'required' => ['RequirePin'], 'members' => ['RequirePin' => ['shape' => 'RequirePin']]], 'Minutes' => ['type' => 'integer'], 'NameInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NetworkEapMethod' => ['type' => 'string', 'enum' => ['EAP_TLS']], 'NetworkProfile' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList']]], 'NetworkProfileData' => ['type' => 'structure', 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'Ssid' => ['shape' => 'NetworkSsid'], 'SecurityType' => ['shape' => 'NetworkSecurityType'], 'EapMethod' => ['shape' => 'NetworkEapMethod'], 'CertificateAuthorityArn' => ['shape' => 'Arn']]], 'NetworkProfileDataList' => ['type' => 'list', 'member' => ['shape' => 'NetworkProfileData']], 'NetworkProfileDescription' => ['type' => 'string', 'max' => 200, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NetworkProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NetworkSecurityType' => ['type' => 'string', 'enum' => ['OPEN', 'WEP', 'WPA_PSK', 'WPA2_PSK', 'WPA2_ENTERPRISE']], 'NetworkSsid' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'NewInThisVersionBulletPoints' => ['type' => 'list', 'member' => ['shape' => 'BulletPoint']], 'NextToken' => ['type' => 'string', 'max' => 1100, 'min' => 1], 'NextWiFiPassword' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '(^$)|([\\x00-\\x7F]{5,})', 'sensitive' => \true], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OneClickIdDelay' => ['type' => 'string', 'max' => 2, 'min' => 1], 'OneClickPinDelay' => ['type' => 'string', 'max' => 2, 'min' => 1], 'OrganizationName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'OutboundPhoneNumber' => ['type' => 'string', 'pattern' => '\\d{10}'], 'PSTNDialIn' => ['type' => 'structure', 'required' => ['CountryCode', 'PhoneNumber', 'OneClickIdDelay', 'OneClickPinDelay'], 'members' => ['CountryCode' => ['shape' => 'CountryCode'], 'PhoneNumber' => ['shape' => 'OutboundPhoneNumber'], 'OneClickIdDelay' => ['shape' => 'OneClickIdDelay'], 'OneClickPinDelay' => ['shape' => 'OneClickPinDelay']]], 'PhoneNumber' => ['type' => 'structure', 'required' => ['Number', 'Type'], 'members' => ['Number' => ['shape' => 'RawPhoneNumber'], 'Type' => ['shape' => 'PhoneNumberType']]], 'PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumber'], 'max' => 3, 'min' => 0], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['MOBILE', 'WORK', 'HOME'], 'sensitive' => \true], 'PrivacyPolicy' => ['type' => 'string'], 'ProductDescription' => ['type' => 'string'], 'ProductId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_]{1,256}$'], 'Profile' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Address' => ['shape' => 'Address'], 'Timezone' => ['shape' => 'Timezone'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'AddressBookArn' => ['shape' => 'Arn'], 'MeetingRoomConfiguration' => ['shape' => 'MeetingRoomConfiguration']]], 'ProfileData' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Address' => ['shape' => 'Address'], 'Timezone' => ['shape' => 'Timezone'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale']]], 'ProfileDataList' => ['type' => 'list', 'member' => ['shape' => 'ProfileData']], 'ProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'ProviderCalendarId' => ['type' => 'string', 'max' => 100, 'min' => 0], 'PutConferencePreferenceRequest' => ['type' => 'structure', 'required' => ['ConferencePreference'], 'members' => ['ConferencePreference' => ['shape' => 'ConferencePreference']]], 'PutConferencePreferenceResponse' => ['type' => 'structure', 'members' => []], 'PutInvitationConfigurationRequest' => ['type' => 'structure', 'required' => ['OrganizationName'], 'members' => ['OrganizationName' => ['shape' => 'OrganizationName'], 'ContactEmail' => ['shape' => 'Email'], 'PrivateSkillIds' => ['shape' => 'ShortSkillIdList']]], 'PutInvitationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'PutRoomSkillParameterRequest' => ['type' => 'structure', 'required' => ['SkillId', 'RoomSkillParameter'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'SkillId' => ['shape' => 'SkillId'], 'RoomSkillParameter' => ['shape' => 'RoomSkillParameter']]], 'PutRoomSkillParameterResponse' => ['type' => 'structure', 'members' => []], 'PutSkillAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizationResult', 'SkillId'], 'members' => ['AuthorizationResult' => ['shape' => 'AuthorizationResult'], 'SkillId' => ['shape' => 'SkillId'], 'RoomArn' => ['shape' => 'Arn']]], 'PutSkillAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'RawPhoneNumber' => ['type' => 'string', 'max' => 50, 'min' => 0, 'pattern' => '^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$', 'sensitive' => \true], 'RegisterAVSDeviceRequest' => ['type' => 'structure', 'required' => ['ClientId', 'UserCode', 'ProductId', 'AmazonId'], 'members' => ['ClientId' => ['shape' => 'ClientId'], 'UserCode' => ['shape' => 'UserCode'], 'ProductId' => ['shape' => 'ProductId'], 'DeviceSerialNumber' => ['shape' => 'DeviceSerialNumberForAVS'], 'AmazonId' => ['shape' => 'AmazonId'], 'RoomArn' => ['shape' => 'Arn']]], 'RegisterAVSDeviceResponse' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn']]], 'RejectSkillRequest' => ['type' => 'structure', 'required' => ['SkillId'], 'members' => ['SkillId' => ['shape' => 'SkillId']]], 'RejectSkillResponse' => ['type' => 'structure', 'members' => []], 'ReleaseDate' => ['type' => 'string'], 'RequireCheckIn' => ['type' => 'structure', 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'RequirePin' => ['type' => 'string', 'enum' => ['YES', 'NO', 'OPTIONAL']], 'ResolveRoomRequest' => ['type' => 'structure', 'required' => ['UserId', 'SkillId'], 'members' => ['UserId' => ['shape' => 'UserId'], 'SkillId' => ['shape' => 'SkillId']]], 'ResolveRoomResponse' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'RoomSkillParameters' => ['shape' => 'RoomSkillParameters']]], 'ResourceAssociatedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']], 'exception' => \true], 'ReviewKey' => ['type' => 'string'], 'ReviewValue' => ['type' => 'string'], 'Reviews' => ['type' => 'map', 'key' => ['shape' => 'ReviewKey'], 'value' => ['shape' => 'ReviewValue']], 'RevokeInvitationRequest' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'RevokeInvitationResponse' => ['type' => 'structure', 'members' => []], 'Room' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn']]], 'RoomData' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName']]], 'RoomDataList' => ['type' => 'list', 'member' => ['shape' => 'RoomData']], 'RoomDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'RoomName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'RoomSkillParameter' => ['type' => 'structure', 'required' => ['ParameterKey', 'ParameterValue'], 'members' => ['ParameterKey' => ['shape' => 'RoomSkillParameterKey'], 'ParameterValue' => ['shape' => 'RoomSkillParameterValue']]], 'RoomSkillParameterKey' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RoomSkillParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1], 'RoomSkillParameters' => ['type' => 'list', 'member' => ['shape' => 'RoomSkillParameter']], 'S3KeyPrefix' => ['type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '[A-Za-z0-9!_\\-\\.\\*\'()/]*'], 'SampleUtterances' => ['type' => 'list', 'member' => ['shape' => 'Utterance']], 'SearchAddressBooksRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'SearchAddressBooksResponse' => ['type' => 'structure', 'members' => ['AddressBooks' => ['shape' => 'AddressBookDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchContactsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'SearchContactsResponse' => ['type' => 'structure', 'members' => ['Contacts' => ['shape' => 'ContactDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchDevicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchNetworkProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchNetworkProfilesResponse' => ['type' => 'structure', 'members' => ['NetworkProfiles' => ['shape' => 'NetworkProfileDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchProfilesResponse' => ['type' => 'structure', 'members' => ['Profiles' => ['shape' => 'ProfileDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchRoomsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchRoomsResponse' => ['type' => 'structure', 'members' => ['Rooms' => ['shape' => 'RoomDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchSkillGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchSkillGroupsResponse' => ['type' => 'structure', 'members' => ['SkillGroups' => ['shape' => 'SkillGroupDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SearchUsersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'FilterList'], 'SortCriteria' => ['shape' => 'SortList']]], 'SearchUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UserDataList'], 'NextToken' => ['shape' => 'NextToken'], 'TotalCount' => ['shape' => 'TotalCount']]], 'SendAnnouncementRequest' => ['type' => 'structure', 'required' => ['RoomFilters', 'Content', 'ClientRequestToken'], 'members' => ['RoomFilters' => ['shape' => 'FilterList'], 'Content' => ['shape' => 'Content'], 'TimeToLiveInSeconds' => ['shape' => 'TimeToLiveInSeconds'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'SendAnnouncementResponse' => ['type' => 'structure', 'members' => ['AnnouncementArn' => ['shape' => 'Arn']]], 'SendInvitationRequest' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn']]], 'SendInvitationResponse' => ['type' => 'structure', 'members' => []], 'ShortDescription' => ['type' => 'string'], 'ShortSkillIdList' => ['type' => 'list', 'member' => ['shape' => 'SkillId'], 'max' => 3, 'min' => 0], 'SipAddress' => ['type' => 'structure', 'required' => ['Uri', 'Type'], 'members' => ['Uri' => ['shape' => 'SipUri'], 'Type' => ['shape' => 'SipType']]], 'SipAddressList' => ['type' => 'list', 'member' => ['shape' => 'SipAddress'], 'max' => 1, 'min' => 0], 'SipType' => ['type' => 'string', 'enum' => ['WORK'], 'sensitive' => \true], 'SipUri' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^sip[s]?:([^@:]+)\\@([^@]+)$', 'sensitive' => \true], 'SkillDetails' => ['type' => 'structure', 'members' => ['ProductDescription' => ['shape' => 'ProductDescription'], 'InvocationPhrase' => ['shape' => 'InvocationPhrase'], 'ReleaseDate' => ['shape' => 'ReleaseDate'], 'EndUserLicenseAgreement' => ['shape' => 'EndUserLicenseAgreement'], 'GenericKeywords' => ['shape' => 'GenericKeywords'], 'BulletPoints' => ['shape' => 'BulletPoints'], 'NewInThisVersionBulletPoints' => ['shape' => 'NewInThisVersionBulletPoints'], 'SkillTypes' => ['shape' => 'SkillTypes'], 'Reviews' => ['shape' => 'Reviews'], 'DeveloperInfo' => ['shape' => 'DeveloperInfo']]], 'SkillGroup' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'SkillGroupData' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'SkillGroupDataList' => ['type' => 'list', 'member' => ['shape' => 'SkillGroupData']], 'SkillGroupDescription' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillId' => ['type' => 'string', 'pattern' => '(^amzn1\\.ask\\.skill\\.[0-9a-f\\-]{1,200})|(^amzn1\\.echo-sdk-ams\\.app\\.[0-9a-f\\-]{1,200})'], 'SkillListMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'SkillName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'SkillNotLinkedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SkillStoreType' => ['type' => 'string'], 'SkillSummary' => ['type' => 'structure', 'members' => ['SkillId' => ['shape' => 'SkillId'], 'SkillName' => ['shape' => 'SkillName'], 'SupportsLinking' => ['shape' => 'boolean'], 'EnablementType' => ['shape' => 'EnablementType'], 'SkillType' => ['shape' => 'SkillType']]], 'SkillSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SkillSummary']], 'SkillType' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE'], 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'SkillTypeFilter' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE', 'ALL']], 'SkillTypes' => ['type' => 'list', 'member' => ['shape' => 'SkillStoreType']], 'SkillsStoreSkill' => ['type' => 'structure', 'members' => ['SkillId' => ['shape' => 'SkillId'], 'SkillName' => ['shape' => 'SkillName'], 'ShortDescription' => ['shape' => 'ShortDescription'], 'IconUrl' => ['shape' => 'IconUrl'], 'SampleUtterances' => ['shape' => 'SampleUtterances'], 'SkillDetails' => ['shape' => 'SkillDetails'], 'SupportsLinking' => ['shape' => 'boolean']]], 'SkillsStoreSkillList' => ['type' => 'list', 'member' => ['shape' => 'SkillsStoreSkill']], 'SmartHomeAppliance' => ['type' => 'structure', 'members' => ['FriendlyName' => ['shape' => 'ApplianceFriendlyName'], 'Description' => ['shape' => 'ApplianceDescription'], 'ManufacturerName' => ['shape' => 'ApplianceManufacturerName']]], 'SmartHomeApplianceList' => ['type' => 'list', 'member' => ['shape' => 'SmartHomeAppliance']], 'SoftwareVersion' => ['type' => 'string'], 'Sort' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'SortKey'], 'Value' => ['shape' => 'SortValue']]], 'SortKey' => ['type' => 'string', 'max' => 500, 'min' => 1], 'SortList' => ['type' => 'list', 'member' => ['shape' => 'Sort'], 'max' => 25], 'SortValue' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'Ssml' => ['type' => 'structure', 'required' => ['Locale', 'Value'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Value' => ['shape' => 'SsmlValue']]], 'SsmlList' => ['type' => 'list', 'member' => ['shape' => 'Ssml'], 'max' => 1], 'SsmlValue' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'StartDeviceSyncRequest' => ['type' => 'structure', 'required' => ['Features'], 'members' => ['RoomArn' => ['shape' => 'Arn'], 'DeviceArn' => ['shape' => 'Arn'], 'Features' => ['shape' => 'Features']]], 'StartDeviceSyncResponse' => ['type' => 'structure', 'members' => []], 'StartSmartHomeApplianceDiscoveryRequest' => ['type' => 'structure', 'required' => ['RoomArn'], 'members' => ['RoomArn' => ['shape' => 'Arn']]], 'StartSmartHomeApplianceDiscoveryResponse' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TemperatureUnit' => ['type' => 'string', 'enum' => ['FAHRENHEIT', 'CELSIUS']], 'Text' => ['type' => 'structure', 'required' => ['Locale', 'Value'], 'members' => ['Locale' => ['shape' => 'Locale'], 'Value' => ['shape' => 'TextValue']]], 'TextList' => ['type' => 'list', 'member' => ['shape' => 'Text'], 'max' => 1], 'TextValue' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*'], 'TimeToLiveInSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 1], 'Timezone' => ['type' => 'string', 'max' => 100, 'min' => 1], 'TotalCount' => ['type' => 'integer'], 'TrustAnchor' => ['type' => 'string', 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'TrustAnchorList' => ['type' => 'list', 'member' => ['shape' => 'TrustAnchor'], 'max' => 5, 'min' => 1], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'TagKeys'], 'members' => ['Arn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAddressBookRequest' => ['type' => 'structure', 'required' => ['AddressBookArn'], 'members' => ['AddressBookArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AddressBookName'], 'Description' => ['shape' => 'AddressBookDescription']]], 'UpdateAddressBookResponse' => ['type' => 'structure', 'members' => []], 'UpdateBusinessReportScheduleRequest' => ['type' => 'structure', 'required' => ['ScheduleArn'], 'members' => ['ScheduleArn' => ['shape' => 'Arn'], 'S3BucketName' => ['shape' => 'CustomerS3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Format' => ['shape' => 'BusinessReportFormat'], 'ScheduleName' => ['shape' => 'BusinessReportScheduleName'], 'Recurrence' => ['shape' => 'BusinessReportRecurrence']]], 'UpdateBusinessReportScheduleResponse' => ['type' => 'structure', 'members' => []], 'UpdateConferenceProviderRequest' => ['type' => 'structure', 'required' => ['ConferenceProviderArn', 'ConferenceProviderType', 'MeetingSetting'], 'members' => ['ConferenceProviderArn' => ['shape' => 'Arn'], 'ConferenceProviderType' => ['shape' => 'ConferenceProviderType'], 'IPDialIn' => ['shape' => 'IPDialIn'], 'PSTNDialIn' => ['shape' => 'PSTNDialIn'], 'MeetingSetting' => ['shape' => 'MeetingSetting']]], 'UpdateConferenceProviderResponse' => ['type' => 'structure', 'members' => []], 'UpdateContactRequest' => ['type' => 'structure', 'required' => ['ContactArn'], 'members' => ['ContactArn' => ['shape' => 'Arn'], 'DisplayName' => ['shape' => 'ContactName'], 'FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'PhoneNumber' => ['shape' => 'RawPhoneNumber'], 'PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'SipAddresses' => ['shape' => 'SipAddressList']]], 'UpdateContactResponse' => ['type' => 'structure', 'members' => []], 'UpdateDeviceRequest' => ['type' => 'structure', 'members' => ['DeviceArn' => ['shape' => 'Arn'], 'DeviceName' => ['shape' => 'DeviceName']]], 'UpdateDeviceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEndOfMeetingReminder' => ['type' => 'structure', 'members' => ['ReminderAtMinutes' => ['shape' => 'EndOfMeetingReminderMinutesList'], 'ReminderType' => ['shape' => 'EndOfMeetingReminderType'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateGatewayGroupRequest' => ['type' => 'structure', 'required' => ['GatewayGroupArn'], 'members' => ['GatewayGroupArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayGroupName'], 'Description' => ['shape' => 'GatewayGroupDescription']]], 'UpdateGatewayGroupResponse' => ['type' => 'structure', 'members' => []], 'UpdateGatewayRequest' => ['type' => 'structure', 'required' => ['GatewayArn'], 'members' => ['GatewayArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'GatewayName'], 'Description' => ['shape' => 'GatewayDescription'], 'SoftwareVersion' => ['shape' => 'GatewayVersion']]], 'UpdateGatewayResponse' => ['type' => 'structure', 'members' => []], 'UpdateInstantBooking' => ['type' => 'structure', 'members' => ['DurationInMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateMeetingRoomConfiguration' => ['type' => 'structure', 'members' => ['RoomUtilizationMetricsEnabled' => ['shape' => 'Boolean'], 'EndOfMeetingReminder' => ['shape' => 'UpdateEndOfMeetingReminder'], 'InstantBooking' => ['shape' => 'UpdateInstantBooking'], 'RequireCheckIn' => ['shape' => 'UpdateRequireCheckIn']]], 'UpdateNetworkProfileRequest' => ['type' => 'structure', 'required' => ['NetworkProfileArn'], 'members' => ['NetworkProfileArn' => ['shape' => 'Arn'], 'NetworkProfileName' => ['shape' => 'NetworkProfileName'], 'Description' => ['shape' => 'NetworkProfileDescription'], 'CurrentPassword' => ['shape' => 'CurrentWiFiPassword'], 'NextPassword' => ['shape' => 'NextWiFiPassword'], 'CertificateAuthorityArn' => ['shape' => 'Arn'], 'TrustAnchors' => ['shape' => 'TrustAnchorList']]], 'UpdateNetworkProfileResponse' => ['type' => 'structure', 'members' => []], 'UpdateProfileRequest' => ['type' => 'structure', 'members' => ['ProfileArn' => ['shape' => 'Arn'], 'ProfileName' => ['shape' => 'ProfileName'], 'IsDefault' => ['shape' => 'Boolean'], 'Timezone' => ['shape' => 'Timezone'], 'Address' => ['shape' => 'Address'], 'DistanceUnit' => ['shape' => 'DistanceUnit'], 'TemperatureUnit' => ['shape' => 'TemperatureUnit'], 'WakeWord' => ['shape' => 'WakeWord'], 'Locale' => ['shape' => 'DeviceLocale'], 'SetupModeDisabled' => ['shape' => 'Boolean'], 'MaxVolumeLimit' => ['shape' => 'MaxVolumeLimit'], 'PSTNEnabled' => ['shape' => 'Boolean'], 'MeetingRoomConfiguration' => ['shape' => 'UpdateMeetingRoomConfiguration']]], 'UpdateProfileResponse' => ['type' => 'structure', 'members' => []], 'UpdateRequireCheckIn' => ['type' => 'structure', 'members' => ['ReleaseAfterMinutes' => ['shape' => 'Minutes'], 'Enabled' => ['shape' => 'Boolean']]], 'UpdateRoomRequest' => ['type' => 'structure', 'members' => ['RoomArn' => ['shape' => 'Arn'], 'RoomName' => ['shape' => 'RoomName'], 'Description' => ['shape' => 'RoomDescription'], 'ProviderCalendarId' => ['shape' => 'ProviderCalendarId'], 'ProfileArn' => ['shape' => 'Arn']]], 'UpdateRoomResponse' => ['type' => 'structure', 'members' => []], 'UpdateSkillGroupRequest' => ['type' => 'structure', 'members' => ['SkillGroupArn' => ['shape' => 'Arn'], 'SkillGroupName' => ['shape' => 'SkillGroupName'], 'Description' => ['shape' => 'SkillGroupDescription']]], 'UpdateSkillGroupResponse' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string'], 'UserCode' => ['type' => 'string', 'max' => 128, 'min' => 1], 'UserData' => ['type' => 'structure', 'members' => ['UserArn' => ['shape' => 'Arn'], 'FirstName' => ['shape' => 'user_FirstName'], 'LastName' => ['shape' => 'user_LastName'], 'Email' => ['shape' => 'Email'], 'EnrollmentStatus' => ['shape' => 'EnrollmentStatus'], 'EnrollmentId' => ['shape' => 'EnrollmentId']]], 'UserDataList' => ['type' => 'list', 'member' => ['shape' => 'UserData']], 'UserId' => ['type' => 'string', 'pattern' => 'amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}'], 'Utterance' => ['type' => 'string'], 'Value' => ['type' => 'string', 'min' => 1], 'WakeWord' => ['type' => 'string', 'enum' => ['ALEXA', 'AMAZON', 'ECHO', 'COMPUTER']], 'boolean' => ['type' => 'boolean'], 'user_FirstName' => ['type' => 'string', 'max' => 30, 'min' => 0, 'pattern' => '([A-Za-z\\-\' 0-9._]|\\p{IsLetter})*'], 'user_LastName' => ['type' => 'string', 'max' => 30, 'min' => 0, 'pattern' => '([A-Za-z\\-\' 0-9._]|\\p{IsLetter})*'], 'user_UserId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9@_+.-]*']]]; diff --git a/vendor/Aws3/Aws/data/amplify/2017-07-25/api-2.json.php b/vendor/Aws3/Aws/data/amplify/2017-07-25/api-2.json.php index 587728dc..c14bfb34 100644 --- a/vendor/Aws3/Aws/data/amplify/2017-07-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/amplify/2017-07-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'amplify', 'jsonVersion' => '1.1', 'protocol' => '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], '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'], 'enableBasicAuth' => ['shape' => 'EnableBasicAuth'], 'basicAuthCredentials' => ['shape' => 'BasicAuthCredentials'], 'customRules' => ['shape' => 'CustomRules'], 'productionBranch' => ['shape' => 'ProductionBranch'], 'buildSpec' => ['shape' => 'BuildSpec'], 'enableAutoBranchCreation' => ['shape' => 'EnableAutoBranchCreation'], 'autoBranchCreationPatterns' => ['shape' => 'AutoBranchCreationPatterns'], 'autoBranchCreationConfig' => ['shape' => 'AutoBranchCreationConfig']]], 'AppArn' => ['type' => 'string', 'max' => 1000], 'AppId' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], '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'], 'buildSpec' => ['shape' => 'BuildSpec'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName']]], 'AutoBranchCreationPattern' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AutoBranchCreationPatterns' => ['type' => 'list', 'member' => ['shape' => 'AutoBranchCreationPattern']], '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' => 1], 'BackendEnvironments' => ['type' => 'list', 'member' => ['shape' => 'BackendEnvironment']], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BasicAuthCredentials' => ['type' => 'string', 'max' => 2000], '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'], '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']]], 'BranchArn' => ['type' => 'string', 'max' => 1000], 'BranchName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Branches' => ['type' => 'list', 'member' => ['shape' => 'Branch'], 'max' => 255], 'BuildSpec' => ['type' => 'string', 'max' => 25000, 'min' => 1], 'CertificateVerificationDNSRecord' => ['type' => 'string', 'max' => 1000], 'Code' => ['type' => 'string'], 'CommitId' => ['type' => 'string', 'max' => 255], 'CommitMessage' => ['type' => 'string', 'max' => 10000], 'CommitTime' => ['type' => 'timestamp'], 'Condition' => ['type' => 'string', 'max' => 2048, 'min' => 1], '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'], 'enableBasicAuth' => ['shape' => 'EnableBasicAuth'], 'basicAuthCredentials' => ['shape' => 'BasicAuthCredentials'], 'customRules' => ['shape' => 'CustomRules'], 'tags' => ['shape' => 'TagMap'], 'buildSpec' => ['shape' => 'BuildSpec'], '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'], 'tags' => ['shape' => 'TagMap'], 'buildSpec' => ['shape' => 'BuildSpec'], 'ttl' => ['shape' => 'TTL'], 'displayName' => ['shape' => 'DisplayName'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName'], 'backendEnvironmentArn' => ['shape' => 'BackendEnvironmentArn']]], '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']]], '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], '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], 'Description' => ['type' => 'string', 'max' => 1000], 'DisplayName' => ['type' => 'string', 'max' => 255], 'DomainAssociation' => ['type' => 'structure', 'required' => ['domainAssociationArn', 'domainName', 'enableAutoSubDomain', 'domainStatus', 'statusReason', 'subDomains'], 'members' => ['domainAssociationArn' => ['shape' => 'DomainAssociationArn'], 'domainName' => ['shape' => 'DomainName'], 'enableAutoSubDomain' => ['shape' => 'EnableAutoSubDomain'], 'domainStatus' => ['shape' => 'DomainStatus'], 'statusReason' => ['shape' => 'StatusReason'], 'certificateVerificationDNSRecord' => ['shape' => 'CertificateVerificationDNSRecord'], 'subDomains' => ['shape' => 'SubDomains']]], 'DomainAssociationArn' => ['type' => 'string', 'max' => 1000], 'DomainAssociations' => ['type' => 'list', 'member' => ['shape' => 'DomainAssociation'], 'max' => 255], 'DomainName' => ['type' => 'string', 'max' => 255], 'DomainPrefix' => ['type' => 'string', 'max' => 255], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VERIFICATION', 'IN_PROGRESS', 'AVAILABLE', 'PENDING_DEPLOYMENT', 'FAILED', 'CREATING', 'REQUESTING_CERTIFICATE', 'UPDATING']], 'EnableAutoBranchCreation' => ['type' => 'boolean'], 'EnableAutoBuild' => ['type' => 'boolean'], 'EnableAutoSubDomain' => ['type' => 'boolean'], 'EnableBasicAuth' => ['type' => 'boolean'], 'EnableBranchAutoBuild' => ['type' => 'boolean'], 'EnableNotification' => ['type' => 'boolean'], 'EnablePullRequestPreview' => ['type' => 'boolean'], 'EndTime' => ['type' => 'timestamp'], 'EnvKey' => ['type' => 'string', 'max' => 255], 'EnvValue' => ['type' => 'string', 'max' => 1000], 'EnvironmentName' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], 'FileUploadUrls' => ['type' => 'map', 'key' => ['shape' => 'FileName'], 'value' => ['shape' => 'UploadUrl']], 'Framework' => ['type' => 'string', 'max' => 255], '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], 'JobReason' => ['type' => 'string', 'max' => 255], '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' => 'MaxResults', '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'], '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], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2000], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OauthToken' => ['type' => 'string', 'max' => 100], 'Platform' => ['type' => 'string', 'enum' => ['WEB']], 'ProductionBranch' => ['type' => 'structure', 'members' => ['lastDeployTime' => ['shape' => 'LastDeployTime'], 'status' => ['shape' => 'Status'], 'thumbnailUrl' => ['shape' => 'ThumbnailUrl'], 'branchName' => ['shape' => 'BranchName']]], 'PullRequestEnvironmentName' => ['type' => 'string', 'max' => 20], 'Repository' => ['type' => 'string', 'max' => 1000], 'ResourceArn' => ['type' => 'string', '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' => 1], 'Source' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SourceUrl' => ['type' => 'string', 'max' => 1000], 'StackName' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], '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' => 255], 'SubDomains' => ['type' => 'list', 'member' => ['shape' => 'SubDomain'], 'max' => 255], 'TTL' => ['type' => 'string'], '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' => 1], '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], 'Target' => ['type' => 'string', 'max' => 2048, 'min' => 1], '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'], 'enableBasicAuth' => ['shape' => 'EnableBasicAuth'], 'basicAuthCredentials' => ['shape' => 'BasicAuthCredentials'], 'customRules' => ['shape' => 'CustomRules'], 'buildSpec' => ['shape' => 'BuildSpec'], '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'], 'buildSpec' => ['shape' => 'BuildSpec'], 'ttl' => ['shape' => 'TTL'], 'displayName' => ['shape' => 'DisplayName'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName'], 'backendEnvironmentArn' => ['shape' => 'BackendEnvironmentArn']]], 'UpdateBranchResult' => ['type' => 'structure', 'required' => ['branch'], 'members' => ['branch' => ['shape' => 'Branch']]], 'UpdateDomainAssociationRequest' => ['type' => 'structure', 'required' => ['appId', 'domainName', 'subDomainSettings'], 'members' => ['appId' => ['shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId'], 'domainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName'], 'enableAutoSubDomain' => ['shape' => 'EnableAutoSubDomain'], 'subDomainSettings' => ['shape' => 'SubDomainSettings']]], 'UpdateDomainAssociationResult' => ['type' => 'structure', 'required' => ['domainAssociation'], 'members' => ['domainAssociation' => ['shape' => 'DomainAssociation']]], '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], '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', '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, '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'], 'enableAutoBranchCreation' => ['shape' => 'EnableAutoBranchCreation'], 'autoBranchCreationPatterns' => ['shape' => 'AutoBranchCreationPatterns'], 'autoBranchCreationConfig' => ['shape' => 'AutoBranchCreationConfig']]], 'AppArn' => ['type' => 'string', 'max' => 1000], 'AppId' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], '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'], 'buildSpec' => ['shape' => 'BuildSpec'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName']]], 'AutoBranchCreationPattern' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AutoBranchCreationPatterns' => ['type' => 'list', 'member' => ['shape' => 'AutoBranchCreationPattern']], 'AutoSubDomainCreationPattern' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AutoSubDomainCreationPatterns' => ['type' => 'list', 'member' => ['shape' => 'AutoSubDomainCreationPattern']], 'AutoSubDomainIAMRole' => ['type' => 'string', 'max' => 1000, 'pattern' => '^$|^arn:aws:iam::\\d{12}:role.+'], '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' => 1], 'BackendEnvironments' => ['type' => 'list', 'member' => ['shape' => 'BackendEnvironment']], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BasicAuthCredentials' => ['type' => 'string', 'max' => 2000, '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'], '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']]], 'BranchArn' => ['type' => 'string', 'max' => 1000], 'BranchName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Branches' => ['type' => 'list', 'member' => ['shape' => 'Branch'], 'max' => 255], 'BuildSpec' => ['type' => 'string', 'max' => 25000, 'min' => 1], 'CertificateVerificationDNSRecord' => ['type' => 'string', 'max' => 1000], 'Code' => ['type' => 'string'], 'CommitId' => ['type' => 'string', 'max' => 255], 'CommitMessage' => ['type' => 'string', 'max' => 10000], 'CommitTime' => ['type' => 'timestamp'], 'Condition' => ['type' => 'string', 'max' => 2048, 'min' => 1], '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'], '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'], 'tags' => ['shape' => 'TagMap'], 'buildSpec' => ['shape' => 'BuildSpec'], 'ttl' => ['shape' => 'TTL'], 'displayName' => ['shape' => 'DisplayName'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName'], 'backendEnvironmentArn' => ['shape' => 'BackendEnvironmentArn']]], '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']]], '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], '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], 'Description' => ['type' => 'string', 'max' => 1000], 'DisplayName' => ['type' => 'string', 'max' => 255], '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'], 'statusReason' => ['shape' => 'StatusReason'], 'certificateVerificationDNSRecord' => ['shape' => 'CertificateVerificationDNSRecord'], 'subDomains' => ['shape' => 'SubDomains']]], 'DomainAssociationArn' => ['type' => 'string', 'max' => 1000], 'DomainAssociations' => ['type' => 'list', 'member' => ['shape' => 'DomainAssociation'], 'max' => 255], 'DomainName' => ['type' => 'string', 'max' => 255], 'DomainPrefix' => ['type' => 'string', 'max' => 255], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VERIFICATION', 'IN_PROGRESS', 'AVAILABLE', 'PENDING_DEPLOYMENT', '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'], 'EnablePullRequestPreview' => ['type' => 'boolean'], 'EndTime' => ['type' => 'timestamp'], 'EnvKey' => ['type' => 'string', 'max' => 255], 'EnvValue' => ['type' => 'string', 'max' => 1000], 'EnvironmentName' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], 'FileUploadUrls' => ['type' => 'map', 'key' => ['shape' => 'FileName'], 'value' => ['shape' => 'UploadUrl']], 'Framework' => ['type' => 'string', 'max' => 255], '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], 'JobReason' => ['type' => 'string', 'max' => 255], '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' => 'MaxResults', '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], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2000], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OauthToken' => ['type' => 'string', 'max' => 100, 'sensitive' => \true], 'Platform' => ['type' => 'string', 'enum' => ['WEB']], 'ProductionBranch' => ['type' => 'structure', 'members' => ['lastDeployTime' => ['shape' => 'LastDeployTime'], 'status' => ['shape' => 'Status'], 'thumbnailUrl' => ['shape' => 'ThumbnailUrl'], 'branchName' => ['shape' => 'BranchName']]], 'PullRequestEnvironmentName' => ['type' => 'string', 'max' => 20], 'Repository' => ['type' => 'string', 'max' => 1000], 'ResourceArn' => ['type' => 'string', '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' => 1], 'Source' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SourceUrl' => ['type' => 'string', 'max' => 1000], 'StackName' => ['type' => 'string', 'max' => 255, 'min' => 1], '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], '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' => 255], 'SubDomains' => ['type' => 'list', 'member' => ['shape' => 'SubDomain'], 'max' => 255], 'TTL' => ['type' => 'string'], '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' => 1], '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], 'Target' => ['type' => 'string', 'max' => 2048, 'min' => 1], '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'], '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'], 'buildSpec' => ['shape' => 'BuildSpec'], 'ttl' => ['shape' => 'TTL'], 'displayName' => ['shape' => 'DisplayName'], 'enablePullRequestPreview' => ['shape' => 'EnablePullRequestPreview'], 'pullRequestEnvironmentName' => ['shape' => 'PullRequestEnvironmentName'], 'backendEnvironmentArn' => ['shape' => 'BackendEnvironmentArn']]], 'UpdateBranchResult' => ['type' => 'structure', 'required' => ['branch'], 'members' => ['branch' => ['shape' => 'Branch']]], 'UpdateDomainAssociationRequest' => ['type' => 'structure', 'required' => ['appId', 'domainName', 'subDomainSettings'], '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']]], 'UpdateDomainAssociationResult' => ['type' => 'structure', 'required' => ['domainAssociation'], 'members' => ['domainAssociation' => ['shape' => 'DomainAssociation']]], '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], 'WebhookUrl' => ['type' => 'string', 'max' => 1000], 'Webhooks' => ['type' => 'list', 'member' => ['shape' => 'Webhook']]]]; diff --git a/vendor/Aws3/Aws/data/apigateway/2015-07-09/api-2.json.php b/vendor/Aws3/Aws/data/apigateway/2015-07-09/api-2.json.php index f59be156..c5555d71 100644 --- a/vendor/Aws3/Aws/data/apigateway/2015-07-09/api-2.json.php +++ b/vendor/Aws3/Aws/data/apigateway/2015-07-09/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-07-09', 'endpointPrefix' => 'apigateway', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon API Gateway', 'serviceId' => 'API Gateway', 'signatureVersion' => 'v4', 'uid' => 'apigateway-2015-07-09'], 'operations' => ['CreateApiKey' => ['name' => 'CreateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/apikeys', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/authorizers', 'responseCode' => 201], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateBasePathMapping' => ['name' => 'CreateBasePathMapping', 'http' => ['method' => 'POST', 'requestUri' => '/domainnames/{domain_name}/basepathmappings', 'responseCode' => 201], 'input' => ['shape' => 'CreateBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'CreateDocumentationPart' => ['name' => 'CreateDocumentationPart', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/documentation/parts', 'responseCode' => 201], 'input' => ['shape' => 'CreateDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateDocumentationVersion' => ['name' => 'CreateDocumentationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/documentation/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateDomainName' => ['name' => 'CreateDomainName', 'http' => ['method' => 'POST', 'requestUri' => '/domainnames', 'responseCode' => 201], 'input' => ['shape' => 'CreateDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/models', 'responseCode' => 201], 'input' => ['shape' => 'CreateModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateRequestValidator' => ['name' => 'CreateRequestValidator', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/requestvalidators', 'responseCode' => 201], 'input' => ['shape' => 'CreateRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateResource' => ['name' => 'CreateResource', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/resources/{parent_id}', 'responseCode' => 201], 'input' => ['shape' => 'CreateResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'CreateRestApi' => ['name' => 'CreateRestApi', 'http' => ['method' => 'POST', 'requestUri' => '/restapis', 'responseCode' => 201], 'input' => ['shape' => 'CreateRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'CreateStage' => ['name' => 'CreateStage', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/stages', 'responseCode' => 201], 'input' => ['shape' => 'CreateStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateUsagePlan' => ['name' => 'CreateUsagePlan', 'http' => ['method' => 'POST', 'requestUri' => '/usageplans', 'responseCode' => 201], 'input' => ['shape' => 'CreateUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException']]], 'CreateUsagePlanKey' => ['name' => 'CreateUsagePlanKey', 'http' => ['method' => 'POST', 'requestUri' => '/usageplans/{usageplanId}/keys', 'responseCode' => 201], 'input' => ['shape' => 'CreateUsagePlanKeyRequest'], 'output' => ['shape' => 'UsagePlanKey'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'CreateVpcLink' => ['name' => 'CreateVpcLink', 'http' => ['method' => 'POST', 'requestUri' => '/vpclinks', 'responseCode' => 202], 'input' => ['shape' => 'CreateVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApiKey' => ['name' => 'DeleteApiKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/apikeys/{api_Key}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteApiKeyRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteBasePathMapping' => ['name' => 'DeleteBasePathMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteBasePathMappingRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteClientCertificate' => ['name' => 'DeleteClientCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/clientcertificates/{clientcertificate_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteClientCertificateRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'DeleteDeployment' => ['name' => 'DeleteDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDeploymentRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDocumentationPart' => ['name' => 'DeleteDocumentationPart', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDocumentationPartRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException']]], 'DeleteDocumentationVersion' => ['name' => 'DeleteDocumentationVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDocumentationVersionRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDomainName' => ['name' => 'DeleteDomainName', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainnames/{domain_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDomainNameRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteGatewayResponse' => ['name' => 'DeleteGatewayResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteGatewayResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteIntegration' => ['name' => 'DeleteIntegration', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteIntegrationResponse' => ['name' => 'DeleteIntegrationResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteMethod' => ['name' => 'DeleteMethod', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMethodRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteMethodResponse' => ['name' => 'DeleteMethodResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMethodResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteModelRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteRequestValidator' => ['name' => 'DeleteRequestValidator', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteRequestValidatorRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteResource' => ['name' => 'DeleteResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteResourceRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRestApi' => ['name' => 'DeleteRestApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteRestApiRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteStage' => ['name' => 'DeleteStage', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteStageRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteUsagePlan' => ['name' => 'DeleteUsagePlan', 'http' => ['method' => 'DELETE', 'requestUri' => '/usageplans/{usageplanId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUsagePlanRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'DeleteUsagePlanKey' => ['name' => 'DeleteUsagePlanKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUsagePlanKeyRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVpcLink' => ['name' => 'DeleteVpcLink', 'http' => ['method' => 'DELETE', 'requestUri' => '/vpclinks/{vpclink_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVpcLinkRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'FlushStageAuthorizersCache' => ['name' => 'FlushStageAuthorizersCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/cache/authorizers', 'responseCode' => 202], 'input' => ['shape' => 'FlushStageAuthorizersCacheRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'FlushStageCache' => ['name' => 'FlushStageCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/cache/data', 'responseCode' => 202], 'input' => ['shape' => 'FlushStageCacheRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GenerateClientCertificate' => ['name' => 'GenerateClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/clientcertificates', 'responseCode' => 201], 'input' => ['shape' => 'GenerateClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/account'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'Account'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiKey' => ['name' => 'GetApiKey', 'http' => ['method' => 'GET', 'requestUri' => '/apikeys/{api_Key}'], 'input' => ['shape' => 'GetApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiKeys' => ['name' => 'GetApiKeys', 'http' => ['method' => 'GET', 'requestUri' => '/apikeys'], 'input' => ['shape' => 'GetApiKeysRequest'], 'output' => ['shape' => 'ApiKeys'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizer' => ['name' => 'GetAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'GetAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizers' => ['name' => 'GetAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/authorizers'], 'input' => ['shape' => 'GetAuthorizersRequest'], 'output' => ['shape' => 'Authorizers'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetBasePathMapping' => ['name' => 'GetBasePathMapping', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}'], 'input' => ['shape' => 'GetBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetBasePathMappings' => ['name' => 'GetBasePathMappings', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}/basepathmappings'], 'input' => ['shape' => 'GetBasePathMappingsRequest'], 'output' => ['shape' => 'BasePathMappings'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetClientCertificate' => ['name' => 'GetClientCertificate', 'http' => ['method' => 'GET', 'requestUri' => '/clientcertificates/{clientcertificate_id}'], 'input' => ['shape' => 'GetClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetClientCertificates' => ['name' => 'GetClientCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/clientcertificates'], 'input' => ['shape' => 'GetClientCertificatesRequest'], 'output' => ['shape' => 'ClientCertificates'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}'], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'GetDeployments' => ['name' => 'GetDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/deployments'], 'input' => ['shape' => 'GetDeploymentsRequest'], 'output' => ['shape' => 'Deployments'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'GetDocumentationPart' => ['name' => 'GetDocumentationPart', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}'], 'input' => ['shape' => 'GetDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationParts' => ['name' => 'GetDocumentationParts', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/parts'], 'input' => ['shape' => 'GetDocumentationPartsRequest'], 'output' => ['shape' => 'DocumentationParts'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationVersion' => ['name' => 'GetDocumentationVersion', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}'], 'input' => ['shape' => 'GetDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationVersions' => ['name' => 'GetDocumentationVersions', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/versions'], 'input' => ['shape' => 'GetDocumentationVersionsRequest'], 'output' => ['shape' => 'DocumentationVersions'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainName' => ['name' => 'GetDomainName', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}'], 'input' => ['shape' => 'GetDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainNames' => ['name' => 'GetDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames'], 'input' => ['shape' => 'GetDomainNamesRequest'], 'output' => ['shape' => 'DomainNames'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetExport' => ['name' => 'GetExport', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}', 'responseCode' => 200], 'input' => ['shape' => 'GetExportRequest'], 'output' => ['shape' => 'ExportResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'GetGatewayResponse' => ['name' => 'GetGatewayResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}'], 'input' => ['shape' => 'GetGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetGatewayResponses' => ['name' => 'GetGatewayResponses', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses'], 'input' => ['shape' => 'GetGatewayResponsesRequest'], 'output' => ['shape' => 'GatewayResponses'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegration' => ['name' => 'GetIntegration', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration'], 'input' => ['shape' => 'GetIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponse' => ['name' => 'GetIntegrationResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}'], 'input' => ['shape' => 'GetIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetMethod' => ['name' => 'GetMethod', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'GetMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetMethodResponse' => ['name' => 'GetMethodResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}'], 'input' => ['shape' => 'GetMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModel' => ['name' => 'GetModel', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}'], 'input' => ['shape' => 'GetModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModelTemplate' => ['name' => 'GetModelTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}/default_template'], 'input' => ['shape' => 'GetModelTemplateRequest'], 'output' => ['shape' => 'Template'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models'], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'Models'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRequestValidator' => ['name' => 'GetRequestValidator', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}'], 'input' => ['shape' => 'GetRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRequestValidators' => ['name' => 'GetRequestValidators', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/requestvalidators'], 'input' => ['shape' => 'GetRequestValidatorsRequest'], 'output' => ['shape' => 'RequestValidators'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetResource' => ['name' => 'GetResource', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}'], 'input' => ['shape' => 'GetResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetResources' => ['name' => 'GetResources', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources'], 'input' => ['shape' => 'GetResourcesRequest'], 'output' => ['shape' => 'Resources'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRestApi' => ['name' => 'GetRestApi', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'GetRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRestApis' => ['name' => 'GetRestApis', 'http' => ['method' => 'GET', 'requestUri' => '/restapis'], 'input' => ['shape' => 'GetRestApisRequest'], 'output' => ['shape' => 'RestApis'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetSdk' => ['name' => 'GetSdk', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}', 'responseCode' => 200], 'input' => ['shape' => 'GetSdkRequest'], 'output' => ['shape' => 'SdkResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'GetSdkType' => ['name' => 'GetSdkType', 'http' => ['method' => 'GET', 'requestUri' => '/sdktypes/{sdktype_id}'], 'input' => ['shape' => 'GetSdkTypeRequest'], 'output' => ['shape' => 'SdkType'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetSdkTypes' => ['name' => 'GetSdkTypes', 'http' => ['method' => 'GET', 'requestUri' => '/sdktypes'], 'input' => ['shape' => 'GetSdkTypesRequest'], 'output' => ['shape' => 'SdkTypes'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetStage' => ['name' => 'GetStage', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}'], 'input' => ['shape' => 'GetStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetStages' => ['name' => 'GetStages', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages'], 'input' => ['shape' => 'GetStagesRequest'], 'output' => ['shape' => 'Stages'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource_arn}'], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'Tags'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException']]], 'GetUsage' => ['name' => 'GetUsage', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/usage'], 'input' => ['shape' => 'GetUsageRequest'], 'output' => ['shape' => 'Usage'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlan' => ['name' => 'GetUsagePlan', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}'], 'input' => ['shape' => 'GetUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlanKey' => ['name' => 'GetUsagePlanKey', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}', 'responseCode' => 200], 'input' => ['shape' => 'GetUsagePlanKeyRequest'], 'output' => ['shape' => 'UsagePlanKey'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlanKeys' => ['name' => 'GetUsagePlanKeys', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/keys'], 'input' => ['shape' => 'GetUsagePlanKeysRequest'], 'output' => ['shape' => 'UsagePlanKeys'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlans' => ['name' => 'GetUsagePlans', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans'], 'input' => ['shape' => 'GetUsagePlansRequest'], 'output' => ['shape' => 'UsagePlans'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException']]], 'GetVpcLink' => ['name' => 'GetVpcLink', 'http' => ['method' => 'GET', 'requestUri' => '/vpclinks/{vpclink_id}'], 'input' => ['shape' => 'GetVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetVpcLinks' => ['name' => 'GetVpcLinks', 'http' => ['method' => 'GET', 'requestUri' => '/vpclinks'], 'input' => ['shape' => 'GetVpcLinksRequest'], 'output' => ['shape' => 'VpcLinks'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'ImportApiKeys' => ['name' => 'ImportApiKeys', 'http' => ['method' => 'POST', 'requestUri' => '/apikeys?mode=import', 'responseCode' => 201], 'input' => ['shape' => 'ImportApiKeysRequest'], 'output' => ['shape' => 'ApiKeyIds'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'ImportDocumentationParts' => ['name' => 'ImportDocumentationParts', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/documentation/parts'], 'input' => ['shape' => 'ImportDocumentationPartsRequest'], 'output' => ['shape' => 'DocumentationPartIds'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'ImportRestApi' => ['name' => 'ImportRestApi', 'http' => ['method' => 'POST', 'requestUri' => '/restapis?mode=import', 'responseCode' => 201], 'input' => ['shape' => 'ImportRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'PutGatewayResponse' => ['name' => 'PutGatewayResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}', 'responseCode' => 201], 'input' => ['shape' => 'PutGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'PutIntegration' => ['name' => 'PutIntegration', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration', 'responseCode' => 201], 'input' => ['shape' => 'PutIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'PutIntegrationResponse' => ['name' => 'PutIntegrationResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'PutIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'PutMethod' => ['name' => 'PutMethod', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}', 'responseCode' => 201], 'input' => ['shape' => 'PutMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'PutMethodResponse' => ['name' => 'PutMethodResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'PutMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'PutRestApi' => ['name' => 'PutRestApi', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'PutRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/tags/{resource_arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictException']]], 'TestInvokeAuthorizer' => ['name' => 'TestInvokeAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'TestInvokeAuthorizerRequest'], 'output' => ['shape' => 'TestInvokeAuthorizerResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'TestInvokeMethod' => ['name' => 'TestInvokeMethod', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'TestInvokeMethodRequest'], 'output' => ['shape' => 'TestInvokeMethodResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource_arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateAccount' => ['name' => 'UpdateAccount', 'http' => ['method' => 'PATCH', 'requestUri' => '/account'], 'input' => ['shape' => 'UpdateAccountRequest'], 'output' => ['shape' => 'Account'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApiKey' => ['name' => 'UpdateApiKey', 'http' => ['method' => 'PATCH', 'requestUri' => '/apikeys/{api_Key}'], 'input' => ['shape' => 'UpdateApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateBasePathMapping' => ['name' => 'UpdateBasePathMapping', 'http' => ['method' => 'PATCH', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}'], 'input' => ['shape' => 'UpdateBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateClientCertificate' => ['name' => 'UpdateClientCertificate', 'http' => ['method' => 'PATCH', 'requestUri' => '/clientcertificates/{clientcertificate_id}'], 'input' => ['shape' => 'UpdateClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateDeployment' => ['name' => 'UpdateDeployment', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}'], 'input' => ['shape' => 'UpdateDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateDocumentationPart' => ['name' => 'UpdateDocumentationPart', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}'], 'input' => ['shape' => 'UpdateDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDocumentationVersion' => ['name' => 'UpdateDocumentationVersion', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}'], 'input' => ['shape' => 'UpdateDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDomainName' => ['name' => 'UpdateDomainName', 'http' => ['method' => 'PATCH', 'requestUri' => '/domainnames/{domain_name}'], 'input' => ['shape' => 'UpdateDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateGatewayResponse' => ['name' => 'UpdateGatewayResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}'], 'input' => ['shape' => 'UpdateGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateIntegration' => ['name' => 'UpdateIntegration', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration'], 'input' => ['shape' => 'UpdateIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateIntegrationResponse' => ['name' => 'UpdateIntegrationResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}'], 'input' => ['shape' => 'UpdateIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateMethod' => ['name' => 'UpdateMethod', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'UpdateMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateMethodResponse' => ['name' => 'UpdateMethodResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'UpdateMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateModel' => ['name' => 'UpdateModel', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}'], 'input' => ['shape' => 'UpdateModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRequestValidator' => ['name' => 'UpdateRequestValidator', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}'], 'input' => ['shape' => 'UpdateRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRestApi' => ['name' => 'UpdateRestApi', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'UpdateRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateStage' => ['name' => 'UpdateStage', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}'], 'input' => ['shape' => 'UpdateStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateUsage' => ['name' => 'UpdateUsage', 'http' => ['method' => 'PATCH', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}/usage'], 'input' => ['shape' => 'UpdateUsageRequest'], 'output' => ['shape' => 'Usage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateUsagePlan' => ['name' => 'UpdateUsagePlan', 'http' => ['method' => 'PATCH', 'requestUri' => '/usageplans/{usageplanId}'], 'input' => ['shape' => 'UpdateUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateVpcLink' => ['name' => 'UpdateVpcLink', 'http' => ['method' => 'PATCH', 'requestUri' => '/vpclinks/{vpclink_id}'], 'input' => ['shape' => 'UpdateVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AccessLogSettings' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'String'], 'destinationArn' => ['shape' => 'String']]], 'Account' => ['type' => 'structure', 'members' => ['cloudwatchRoleArn' => ['shape' => 'String'], 'throttleSettings' => ['shape' => 'ThrottleSettings'], 'features' => ['shape' => 'ListOfString'], 'apiKeyVersion' => ['shape' => 'String']]], 'ApiKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'customerId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'enabled' => ['shape' => 'Boolean'], 'createdDate' => ['shape' => 'Timestamp'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'stageKeys' => ['shape' => 'ListOfString'], 'tags' => ['shape' => 'MapOfStringToString']]], 'ApiKeyIds' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'ListOfString'], 'warnings' => ['shape' => 'ListOfString']]], 'ApiKeySourceType' => ['type' => 'string', 'enum' => ['HEADER', 'AUTHORIZER']], 'ApiKeys' => ['type' => 'structure', 'members' => ['warnings' => ['shape' => 'ListOfString'], 'position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfApiKey', 'locationName' => 'item']]], 'ApiKeysFormat' => ['type' => 'string', 'enum' => ['csv']], 'ApiStage' => ['type' => 'structure', 'members' => ['apiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String'], 'throttle' => ['shape' => 'MapOfApiStageThrottleSettings']]], 'Authorizer' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'type' => ['shape' => 'AuthorizerType'], 'providerARNs' => ['shape' => 'ListOfARNs'], 'authType' => ['shape' => 'String'], 'authorizerUri' => ['shape' => 'String'], 'authorizerCredentials' => ['shape' => 'String'], 'identitySource' => ['shape' => 'String'], 'identityValidationExpression' => ['shape' => 'String'], 'authorizerResultTtlInSeconds' => ['shape' => 'NullableInteger']]], 'AuthorizerType' => ['type' => 'string', 'enum' => ['TOKEN', 'REQUEST', 'COGNITO_USER_POOLS']], 'Authorizers' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfAuthorizer', 'locationName' => 'item']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BasePathMapping' => ['type' => 'structure', 'members' => ['basePath' => ['shape' => 'String'], 'restApiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String']]], 'BasePathMappings' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfBasePathMapping', 'locationName' => 'item']]], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'CacheClusterSize' => ['type' => 'string', 'enum' => ['0.5', '1.6', '6.1', '13.5', '28.4', '58.2', '118', '237']], 'CacheClusterStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'AVAILABLE', 'DELETE_IN_PROGRESS', 'NOT_AVAILABLE', 'FLUSH_IN_PROGRESS']], 'CanarySettings' => ['type' => 'structure', 'members' => ['percentTraffic' => ['shape' => 'Double'], 'deploymentId' => ['shape' => 'String'], 'stageVariableOverrides' => ['shape' => 'MapOfStringToString'], 'useStageCache' => ['shape' => 'Boolean']]], 'ClientCertificate' => ['type' => 'structure', 'members' => ['clientCertificateId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'pemEncodedCertificate' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'expirationDate' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'MapOfStringToString']]], 'ClientCertificates' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfClientCertificate', 'locationName' => 'item']]], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectionType' => ['type' => 'string', 'enum' => ['INTERNET', 'VPC_LINK']], 'ContentHandlingStrategy' => ['type' => 'string', 'enum' => ['CONVERT_TO_BINARY', 'CONVERT_TO_TEXT']], 'CreateApiKeyRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'enabled' => ['shape' => 'Boolean'], 'generateDistinctId' => ['shape' => 'Boolean'], 'value' => ['shape' => 'String'], 'stageKeys' => ['shape' => 'ListOfStageKeys'], 'customerId' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'name', 'type'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'type' => ['shape' => 'AuthorizerType'], 'providerARNs' => ['shape' => 'ListOfARNs'], 'authType' => ['shape' => 'String'], 'authorizerUri' => ['shape' => 'String'], 'authorizerCredentials' => ['shape' => 'String'], 'identitySource' => ['shape' => 'String'], 'identityValidationExpression' => ['shape' => 'String'], 'authorizerResultTtlInSeconds' => ['shape' => 'NullableInteger']]], 'CreateBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'restApiId'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String'], 'restApiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String']]], 'CreateDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String'], 'stageDescription' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'NullableBoolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'variables' => ['shape' => 'MapOfStringToString'], 'canarySettings' => ['shape' => 'DeploymentCanarySettings'], 'tracingEnabled' => ['shape' => 'NullableBoolean']]], 'CreateDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'location', 'properties'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'location' => ['shape' => 'DocumentationPartLocation'], 'properties' => ['shape' => 'String']]], 'CreateDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String'], 'stageName' => ['shape' => 'String'], 'description' => ['shape' => 'String']]], 'CreateDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String'], 'certificateName' => ['shape' => 'String'], 'certificateBody' => ['shape' => 'String'], 'certificatePrivateKey' => ['shape' => 'String'], 'certificateChain' => ['shape' => 'String'], 'certificateArn' => ['shape' => 'String'], 'regionalCertificateName' => ['shape' => 'String'], 'regionalCertificateArn' => ['shape' => 'String'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'tags' => ['shape' => 'MapOfStringToString'], 'securityPolicy' => ['shape' => 'SecurityPolicy']]], 'CreateModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'name', 'contentType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'contentType' => ['shape' => 'String']]], 'CreateRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'validateRequestBody' => ['shape' => 'Boolean'], 'validateRequestParameters' => ['shape' => 'Boolean']]], 'CreateResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'parentId', 'pathPart'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'parentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'parent_id'], 'pathPart' => ['shape' => 'String']]], 'CreateRestApiRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'cloneFrom' => ['shape' => 'String'], 'binaryMediaTypes' => ['shape' => 'ListOfString'], 'minimumCompressionSize' => ['shape' => 'NullableInteger'], 'apiKeySource' => ['shape' => 'ApiKeySourceType'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'policy' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String'], 'deploymentId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'Boolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'variables' => ['shape' => 'MapOfStringToString'], 'documentationVersion' => ['shape' => 'String'], 'canarySettings' => ['shape' => 'CanarySettings'], 'tracingEnabled' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId', 'keyType'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String'], 'keyType' => ['shape' => 'String']]], 'CreateUsagePlanRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'apiStages' => ['shape' => 'ListOfApiStage'], 'throttle' => ['shape' => 'ThrottleSettings'], 'quota' => ['shape' => 'QuotaSettings'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateVpcLinkRequest' => ['type' => 'structure', 'required' => ['name', 'targetArns'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'targetArns' => ['shape' => 'ListOfString'], 'tags' => ['shape' => 'MapOfStringToString']]], 'DeleteApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key']]], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id']]], 'DeleteBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path']]], 'DeleteClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id']]], 'DeleteDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id']]], 'DeleteDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id']]], 'DeleteDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version']]], 'DeleteDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name']]], 'DeleteGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type']]], 'DeleteIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'DeleteIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'DeleteMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'DeleteMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'DeleteModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name']]], 'DeleteRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id']]], 'DeleteResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id']]], 'DeleteRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id']]], 'DeleteStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'DeleteUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId']]], 'DeleteUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId']]], 'DeleteVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id']]], 'Deployment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'apiSummary' => ['shape' => 'PathToMapOfMethodSnapshot']]], 'DeploymentCanarySettings' => ['type' => 'structure', 'members' => ['percentTraffic' => ['shape' => 'Double'], 'stageVariableOverrides' => ['shape' => 'MapOfStringToString'], 'useStageCache' => ['shape' => 'Boolean']]], 'Deployments' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDeployment', 'locationName' => 'item']]], 'DocumentationPart' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'location' => ['shape' => 'DocumentationPartLocation'], 'properties' => ['shape' => 'String']]], 'DocumentationPartIds' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'ListOfString'], 'warnings' => ['shape' => 'ListOfString']]], 'DocumentationPartLocation' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DocumentationPartType'], 'path' => ['shape' => 'String'], 'method' => ['shape' => 'String'], 'statusCode' => ['shape' => 'DocumentationPartLocationStatusCode'], 'name' => ['shape' => 'String']]], 'DocumentationPartLocationStatusCode' => ['type' => 'string', 'pattern' => '^([1-5]\\d\\d|\\*|\\s*)$'], 'DocumentationPartType' => ['type' => 'string', 'enum' => ['API', 'AUTHORIZER', 'MODEL', 'RESOURCE', 'METHOD', 'PATH_PARAMETER', 'QUERY_PARAMETER', 'REQUEST_HEADER', 'REQUEST_BODY', 'RESPONSE', 'RESPONSE_HEADER', 'RESPONSE_BODY']], 'DocumentationParts' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDocumentationPart', 'locationName' => 'item']]], 'DocumentationVersion' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'description' => ['shape' => 'String']]], 'DocumentationVersions' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDocumentationVersion', 'locationName' => 'item']]], 'DomainName' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'String'], 'certificateName' => ['shape' => 'String'], 'certificateArn' => ['shape' => 'String'], 'certificateUploadDate' => ['shape' => 'Timestamp'], 'regionalDomainName' => ['shape' => 'String'], 'regionalHostedZoneId' => ['shape' => 'String'], 'regionalCertificateName' => ['shape' => 'String'], 'regionalCertificateArn' => ['shape' => 'String'], 'distributionDomainName' => ['shape' => 'String'], 'distributionHostedZoneId' => ['shape' => 'String'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'domainNameStatus' => ['shape' => 'DomainNameStatus'], 'domainNameStatusMessage' => ['shape' => 'String'], 'securityPolicy' => ['shape' => 'SecurityPolicy'], 'tags' => ['shape' => 'MapOfStringToString']]], 'DomainNameStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UPDATING', 'PENDING']], 'DomainNames' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDomainName', 'locationName' => 'item']]], 'Double' => ['type' => 'double'], 'EndpointConfiguration' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'ListOfEndpointType'], 'vpcEndpointIds' => ['shape' => 'ListOfString']]], 'EndpointType' => ['type' => 'string', 'enum' => ['REGIONAL', 'EDGE', 'PRIVATE']], 'ExportResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'contentDisposition' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'FlushStageAuthorizersCacheRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'FlushStageCacheRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'GatewayResponse' => ['type' => 'structure', 'members' => ['responseType' => ['shape' => 'GatewayResponseType'], 'statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'defaultResponse' => ['shape' => 'Boolean']]], 'GatewayResponseType' => ['type' => 'string', 'enum' => ['DEFAULT_4XX', 'DEFAULT_5XX', 'RESOURCE_NOT_FOUND', 'UNAUTHORIZED', 'INVALID_API_KEY', 'ACCESS_DENIED', 'AUTHORIZER_FAILURE', 'AUTHORIZER_CONFIGURATION_ERROR', 'INVALID_SIGNATURE', 'EXPIRED_TOKEN', 'MISSING_AUTHENTICATION_TOKEN', 'INTEGRATION_FAILURE', 'INTEGRATION_TIMEOUT', 'API_CONFIGURATION_ERROR', 'UNSUPPORTED_MEDIA_TYPE', 'BAD_REQUEST_PARAMETERS', 'BAD_REQUEST_BODY', 'REQUEST_TOO_LARGE', 'THROTTLED', 'QUOTA_EXCEEDED']], 'GatewayResponses' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfGatewayResponse', 'locationName' => 'item']]], 'GenerateClientCertificateRequest' => ['type' => 'structure', 'members' => ['description' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'GetAccountRequest' => ['type' => 'structure', 'members' => []], 'GetApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key'], 'includeValue' => ['shape' => 'NullableBoolean', 'location' => 'querystring', 'locationName' => 'includeValue']]], 'GetApiKeysRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'customerId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'customerId'], 'includeValues' => ['shape' => 'NullableBoolean', 'location' => 'querystring', 'locationName' => 'includeValues']]], 'GetAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id']]], 'GetAuthorizersRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path']]], 'GetBasePathMappingsRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id']]], 'GetClientCertificatesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetDeploymentsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id']]], 'GetDocumentationPartsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'type' => ['shape' => 'DocumentationPartType', 'location' => 'querystring', 'locationName' => 'type'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'path' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'path'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'locationStatus' => ['shape' => 'LocationStatusType', 'location' => 'querystring', 'locationName' => 'locationStatus']]], 'GetDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version']]], 'GetDocumentationVersionsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name']]], 'GetDomainNamesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetExportRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'exportType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'exportType' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'export_type'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'accepts' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Accept']]], 'GetGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type']]], 'GetGatewayResponsesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'GetIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'GetMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'GetMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'GetModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name'], 'flatten' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'flatten']]], 'GetModelTemplateRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name']]], 'GetModelsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id']]], 'GetRequestValidatorsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetResourcesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id']]], 'GetRestApisRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetSdkRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'sdkType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'sdkType' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'sdk_type'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring']]], 'GetSdkTypeRequest' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'sdktype_id']]], 'GetSdkTypesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'GetStagesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'deploymentId']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId']]], 'GetUsagePlanKeysRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name']]], 'GetUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId']]], 'GetUsagePlansRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'keyId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'keyId'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetUsageRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'startDate', 'endDate'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'keyId'], 'startDate' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'startDate'], 'endDate' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'endDate'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id']]], 'GetVpcLinksRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'ImportApiKeysRequest' => ['type' => 'structure', 'required' => ['body', 'format'], 'members' => ['body' => ['shape' => 'Blob'], 'format' => ['shape' => 'ApiKeysFormat', 'location' => 'querystring', 'locationName' => 'format'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings']], 'payload' => 'body'], 'ImportDocumentationPartsRequest' => ['type' => 'structure', 'required' => ['restApiId', 'body'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'mode' => ['shape' => 'PutMode', 'location' => 'querystring', 'locationName' => 'mode'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'ImportRestApiRequest' => ['type' => 'structure', 'required' => ['body'], 'members' => ['failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'Integer' => ['type' => 'integer'], 'Integration' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'IntegrationType'], 'httpMethod' => ['shape' => 'String'], 'uri' => ['shape' => 'String'], 'connectionType' => ['shape' => 'ConnectionType'], 'connectionId' => ['shape' => 'String'], 'credentials' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToString'], 'requestTemplates' => ['shape' => 'MapOfStringToString'], 'passthroughBehavior' => ['shape' => 'String'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy'], 'timeoutInMillis' => ['shape' => 'Integer'], 'cacheNamespace' => ['shape' => 'String'], 'cacheKeyParameters' => ['shape' => 'ListOfString'], 'integrationResponses' => ['shape' => 'MapOfIntegrationResponse']]], 'IntegrationResponse' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'StatusCode'], 'selectionPattern' => ['shape' => 'String'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy']]], 'IntegrationType' => ['type' => 'string', 'enum' => ['HTTP', 'AWS', 'MOCK', 'HTTP_PROXY', 'AWS_PROXY']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListOfARNs' => ['type' => 'list', 'member' => ['shape' => 'ProviderARN']], 'ListOfApiKey' => ['type' => 'list', 'member' => ['shape' => 'ApiKey']], 'ListOfApiStage' => ['type' => 'list', 'member' => ['shape' => 'ApiStage']], 'ListOfAuthorizer' => ['type' => 'list', 'member' => ['shape' => 'Authorizer']], 'ListOfBasePathMapping' => ['type' => 'list', 'member' => ['shape' => 'BasePathMapping']], 'ListOfClientCertificate' => ['type' => 'list', 'member' => ['shape' => 'ClientCertificate']], 'ListOfDeployment' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], 'ListOfDocumentationPart' => ['type' => 'list', 'member' => ['shape' => 'DocumentationPart']], 'ListOfDocumentationVersion' => ['type' => 'list', 'member' => ['shape' => 'DocumentationVersion']], 'ListOfDomainName' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'ListOfEndpointType' => ['type' => 'list', 'member' => ['shape' => 'EndpointType']], 'ListOfGatewayResponse' => ['type' => 'list', 'member' => ['shape' => 'GatewayResponse']], 'ListOfLong' => ['type' => 'list', 'member' => ['shape' => 'Long']], 'ListOfModel' => ['type' => 'list', 'member' => ['shape' => 'Model']], 'ListOfPatchOperation' => ['type' => 'list', 'member' => ['shape' => 'PatchOperation']], 'ListOfRequestValidator' => ['type' => 'list', 'member' => ['shape' => 'RequestValidator']], 'ListOfResource' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ListOfRestApi' => ['type' => 'list', 'member' => ['shape' => 'RestApi']], 'ListOfSdkConfigurationProperty' => ['type' => 'list', 'member' => ['shape' => 'SdkConfigurationProperty']], 'ListOfSdkType' => ['type' => 'list', 'member' => ['shape' => 'SdkType']], 'ListOfStage' => ['type' => 'list', 'member' => ['shape' => 'Stage']], 'ListOfStageKeys' => ['type' => 'list', 'member' => ['shape' => 'StageKey']], 'ListOfString' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListOfUsage' => ['type' => 'list', 'member' => ['shape' => 'ListOfLong']], 'ListOfUsagePlan' => ['type' => 'list', 'member' => ['shape' => 'UsagePlan']], 'ListOfUsagePlanKey' => ['type' => 'list', 'member' => ['shape' => 'UsagePlanKey']], 'ListOfVpcLink' => ['type' => 'list', 'member' => ['shape' => 'VpcLink']], 'LocationStatusType' => ['type' => 'string', 'enum' => ['DOCUMENTED', 'UNDOCUMENTED']], 'Long' => ['type' => 'long'], 'MapOfApiStageThrottleSettings' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ThrottleSettings']], 'MapOfIntegrationResponse' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'IntegrationResponse']], 'MapOfKeyUsages' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ListOfUsage']], 'MapOfMethod' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Method']], 'MapOfMethodResponse' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodResponse']], 'MapOfMethodSettings' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodSetting']], 'MapOfMethodSnapshot' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodSnapshot']], 'MapOfStringToBoolean' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'NullableBoolean']], 'MapOfStringToList' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ListOfString']], 'MapOfStringToString' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'Method' => ['type' => 'structure', 'members' => ['httpMethod' => ['shape' => 'String'], 'authorizationType' => ['shape' => 'String'], 'authorizerId' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'NullableBoolean'], 'requestValidatorId' => ['shape' => 'String'], 'operationName' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToBoolean'], 'requestModels' => ['shape' => 'MapOfStringToString'], 'methodResponses' => ['shape' => 'MapOfMethodResponse'], 'methodIntegration' => ['shape' => 'Integration'], 'authorizationScopes' => ['shape' => 'ListOfString']]], 'MethodResponse' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToBoolean'], 'responseModels' => ['shape' => 'MapOfStringToString']]], 'MethodSetting' => ['type' => 'structure', 'members' => ['metricsEnabled' => ['shape' => 'Boolean'], 'loggingLevel' => ['shape' => 'String'], 'dataTraceEnabled' => ['shape' => 'Boolean'], 'throttlingBurstLimit' => ['shape' => 'Integer'], 'throttlingRateLimit' => ['shape' => 'Double'], 'cachingEnabled' => ['shape' => 'Boolean'], 'cacheTtlInSeconds' => ['shape' => 'Integer'], 'cacheDataEncrypted' => ['shape' => 'Boolean'], 'requireAuthorizationForCacheControl' => ['shape' => 'Boolean'], 'unauthorizedCacheControlHeaderStrategy' => ['shape' => 'UnauthorizedCacheControlHeaderStrategy']]], 'MethodSnapshot' => ['type' => 'structure', 'members' => ['authorizationType' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'Boolean']]], 'Model' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'contentType' => ['shape' => 'String']]], 'Models' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfModel', 'locationName' => 'item']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NullableBoolean' => ['type' => 'boolean'], 'NullableInteger' => ['type' => 'integer'], 'Op' => ['type' => 'string', 'enum' => ['add', 'remove', 'replace', 'move', 'copy', 'test']], 'PatchOperation' => ['type' => 'structure', 'members' => ['op' => ['shape' => 'Op'], 'path' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'from' => ['shape' => 'String']]], 'PathToMapOfMethodSnapshot' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MapOfMethodSnapshot']], 'ProviderARN' => ['type' => 'string'], 'PutGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type'], 'statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString']]], 'PutIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'type'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'type' => ['shape' => 'IntegrationType'], 'integrationHttpMethod' => ['shape' => 'String', 'locationName' => 'httpMethod'], 'uri' => ['shape' => 'String'], 'connectionType' => ['shape' => 'ConnectionType'], 'connectionId' => ['shape' => 'String'], 'credentials' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToString'], 'requestTemplates' => ['shape' => 'MapOfStringToString'], 'passthroughBehavior' => ['shape' => 'String'], 'cacheNamespace' => ['shape' => 'String'], 'cacheKeyParameters' => ['shape' => 'ListOfString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy'], 'timeoutInMillis' => ['shape' => 'NullableInteger']]], 'PutIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'selectionPattern' => ['shape' => 'String'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy']]], 'PutMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'authorizationType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'authorizationType' => ['shape' => 'String'], 'authorizerId' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'Boolean'], 'operationName' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToBoolean'], 'requestModels' => ['shape' => 'MapOfStringToString'], 'requestValidatorId' => ['shape' => 'String'], 'authorizationScopes' => ['shape' => 'ListOfString']]], 'PutMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'responseParameters' => ['shape' => 'MapOfStringToBoolean'], 'responseModels' => ['shape' => 'MapOfStringToString']]], 'PutMode' => ['type' => 'string', 'enum' => ['merge', 'overwrite']], 'PutRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId', 'body'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'mode' => ['shape' => 'PutMode', 'location' => 'querystring', 'locationName' => 'mode'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'QuotaPeriodType' => ['type' => 'string', 'enum' => ['DAY', 'WEEK', 'MONTH']], 'QuotaSettings' => ['type' => 'structure', 'members' => ['limit' => ['shape' => 'Integer'], 'offset' => ['shape' => 'Integer'], 'period' => ['shape' => 'QuotaPeriodType']]], 'RequestValidator' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'validateRequestBody' => ['shape' => 'Boolean'], 'validateRequestParameters' => ['shape' => 'Boolean']]], 'RequestValidators' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfRequestValidator', 'locationName' => 'item']]], 'Resource' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'parentId' => ['shape' => 'String'], 'pathPart' => ['shape' => 'String'], 'path' => ['shape' => 'String'], 'resourceMethods' => ['shape' => 'MapOfMethod']]], 'Resources' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfResource', 'locationName' => 'item']]], 'RestApi' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'String'], 'warnings' => ['shape' => 'ListOfString'], 'binaryMediaTypes' => ['shape' => 'ListOfString'], 'minimumCompressionSize' => ['shape' => 'NullableInteger'], 'apiKeySource' => ['shape' => 'ApiKeySourceType'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'policy' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'RestApis' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfRestApi', 'locationName' => 'item']]], 'SdkConfigurationProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'friendlyName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'required' => ['shape' => 'Boolean'], 'defaultValue' => ['shape' => 'String']]], 'SdkResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'contentDisposition' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'SdkType' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'friendlyName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'configurationProperties' => ['shape' => 'ListOfSdkConfigurationProperty']]], 'SdkTypes' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfSdkType', 'locationName' => 'item']]], 'SecurityPolicy' => ['type' => 'string', 'enum' => ['TLS_1_0', 'TLS_1_2']], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'Stage' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'String'], 'clientCertificateId' => ['shape' => 'String'], 'stageName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'Boolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'cacheClusterStatus' => ['shape' => 'CacheClusterStatus'], 'methodSettings' => ['shape' => 'MapOfMethodSettings'], 'variables' => ['shape' => 'MapOfStringToString'], 'documentationVersion' => ['shape' => 'String'], 'accessLogSettings' => ['shape' => 'AccessLogSettings'], 'canarySettings' => ['shape' => 'CanarySettings'], 'tracingEnabled' => ['shape' => 'Boolean'], 'webAclArn' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString'], 'createdDate' => ['shape' => 'Timestamp'], 'lastUpdatedDate' => ['shape' => 'Timestamp']]], 'StageKey' => ['type' => 'structure', 'members' => ['restApiId' => ['shape' => 'String'], 'stageName' => ['shape' => 'String']]], 'Stages' => ['type' => 'structure', 'members' => ['item' => ['shape' => 'ListOfStage']]], 'StatusCode' => ['type' => 'string', 'pattern' => '[1-5]\\d\\d'], 'String' => ['type' => 'string'], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'tags' => ['shape' => 'MapOfStringToString']]], 'Tags' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'MapOfStringToString']]], 'Template' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'String']]], 'TestInvokeAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'pathWithQueryString' => ['shape' => 'String'], 'body' => ['shape' => 'String'], 'stageVariables' => ['shape' => 'MapOfStringToString'], 'additionalContext' => ['shape' => 'MapOfStringToString']]], 'TestInvokeAuthorizerResponse' => ['type' => 'structure', 'members' => ['clientStatus' => ['shape' => 'Integer'], 'log' => ['shape' => 'String'], 'latency' => ['shape' => 'Long'], 'principalId' => ['shape' => 'String'], 'policy' => ['shape' => 'String'], 'authorization' => ['shape' => 'MapOfStringToList'], 'claims' => ['shape' => 'MapOfStringToString']]], 'TestInvokeMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'pathWithQueryString' => ['shape' => 'String'], 'body' => ['shape' => 'String'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'clientCertificateId' => ['shape' => 'String'], 'stageVariables' => ['shape' => 'MapOfStringToString']]], 'TestInvokeMethodResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Integer'], 'body' => ['shape' => 'String'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'log' => ['shape' => 'String'], 'latency' => ['shape' => 'Long']]], 'ThrottleSettings' => ['type' => 'structure', 'members' => ['burstLimit' => ['shape' => 'Integer'], 'rateLimit' => ['shape' => 'Double']]], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedCacheControlHeaderStrategy' => ['type' => 'string', 'enum' => ['FAIL_WITH_403', 'SUCCEED_WITH_RESPONSE_HEADER', 'SUCCEED_WITHOUT_RESPONSE_HEADER']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'tagKeys' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateAccountRequest' => ['type' => 'structure', 'members' => ['patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateUsageRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'Usage' => ['type' => 'structure', 'members' => ['usagePlanId' => ['shape' => 'String'], 'startDate' => ['shape' => 'String'], 'endDate' => ['shape' => 'String'], 'position' => ['shape' => 'String'], 'items' => ['shape' => 'MapOfKeyUsages', 'locationName' => 'values']]], 'UsagePlan' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'apiStages' => ['shape' => 'ListOfApiStage'], 'throttle' => ['shape' => 'ThrottleSettings'], 'quota' => ['shape' => 'QuotaSettings'], 'productCode' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'UsagePlanKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'name' => ['shape' => 'String']]], 'UsagePlanKeys' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfUsagePlanKey', 'locationName' => 'item']]], 'UsagePlans' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfUsagePlan', 'locationName' => 'item']]], 'VpcLink' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'targetArns' => ['shape' => 'ListOfString'], 'status' => ['shape' => 'VpcLinkStatus'], 'statusMessage' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'VpcLinkStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'PENDING', 'DELETING', 'FAILED']], 'VpcLinks' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfVpcLink', 'locationName' => 'item']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-07-09', 'endpointPrefix' => 'apigateway', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon API Gateway', 'serviceId' => 'API Gateway', 'signatureVersion' => 'v4', 'uid' => 'apigateway-2015-07-09'], 'operations' => ['CreateApiKey' => ['name' => 'CreateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/apikeys', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/authorizers', 'responseCode' => 201], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateBasePathMapping' => ['name' => 'CreateBasePathMapping', 'http' => ['method' => 'POST', 'requestUri' => '/domainnames/{domain_name}/basepathmappings', 'responseCode' => 201], 'input' => ['shape' => 'CreateBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'CreateDocumentationPart' => ['name' => 'CreateDocumentationPart', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/documentation/parts', 'responseCode' => 201], 'input' => ['shape' => 'CreateDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateDocumentationVersion' => ['name' => 'CreateDocumentationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/documentation/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateDomainName' => ['name' => 'CreateDomainName', 'http' => ['method' => 'POST', 'requestUri' => '/domainnames', 'responseCode' => 201], 'input' => ['shape' => 'CreateDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/models', 'responseCode' => 201], 'input' => ['shape' => 'CreateModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateRequestValidator' => ['name' => 'CreateRequestValidator', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/requestvalidators', 'responseCode' => 201], 'input' => ['shape' => 'CreateRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateResource' => ['name' => 'CreateResource', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/resources/{parent_id}', 'responseCode' => 201], 'input' => ['shape' => 'CreateResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'CreateRestApi' => ['name' => 'CreateRestApi', 'http' => ['method' => 'POST', 'requestUri' => '/restapis', 'responseCode' => 201], 'input' => ['shape' => 'CreateRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'CreateStage' => ['name' => 'CreateStage', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/stages', 'responseCode' => 201], 'input' => ['shape' => 'CreateStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'CreateUsagePlan' => ['name' => 'CreateUsagePlan', 'http' => ['method' => 'POST', 'requestUri' => '/usageplans', 'responseCode' => 201], 'input' => ['shape' => 'CreateUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException']]], 'CreateUsagePlanKey' => ['name' => 'CreateUsagePlanKey', 'http' => ['method' => 'POST', 'requestUri' => '/usageplans/{usageplanId}/keys', 'responseCode' => 201], 'input' => ['shape' => 'CreateUsagePlanKeyRequest'], 'output' => ['shape' => 'UsagePlanKey'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'CreateVpcLink' => ['name' => 'CreateVpcLink', 'http' => ['method' => 'POST', 'requestUri' => '/vpclinks', 'responseCode' => 202], 'input' => ['shape' => 'CreateVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApiKey' => ['name' => 'DeleteApiKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/apikeys/{api_Key}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteApiKeyRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteBasePathMapping' => ['name' => 'DeleteBasePathMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteBasePathMappingRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteClientCertificate' => ['name' => 'DeleteClientCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/clientcertificates/{clientcertificate_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteClientCertificateRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'DeleteDeployment' => ['name' => 'DeleteDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDeploymentRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDocumentationPart' => ['name' => 'DeleteDocumentationPart', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDocumentationPartRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException']]], 'DeleteDocumentationVersion' => ['name' => 'DeleteDocumentationVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDocumentationVersionRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDomainName' => ['name' => 'DeleteDomainName', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainnames/{domain_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteDomainNameRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteGatewayResponse' => ['name' => 'DeleteGatewayResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteGatewayResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteIntegration' => ['name' => 'DeleteIntegration', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteIntegrationResponse' => ['name' => 'DeleteIntegrationResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteMethod' => ['name' => 'DeleteMethod', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMethodRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteMethodResponse' => ['name' => 'DeleteMethodResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMethodResponseRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteModelRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteRequestValidator' => ['name' => 'DeleteRequestValidator', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteRequestValidatorRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'DeleteResource' => ['name' => 'DeleteResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteResourceRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRestApi' => ['name' => 'DeleteRestApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteRestApiRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteStage' => ['name' => 'DeleteStage', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteStageRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteUsagePlan' => ['name' => 'DeleteUsagePlan', 'http' => ['method' => 'DELETE', 'requestUri' => '/usageplans/{usageplanId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUsagePlanRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'DeleteUsagePlanKey' => ['name' => 'DeleteUsagePlanKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUsagePlanKeyRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVpcLink' => ['name' => 'DeleteVpcLink', 'http' => ['method' => 'DELETE', 'requestUri' => '/vpclinks/{vpclink_id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVpcLinkRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'FlushStageAuthorizersCache' => ['name' => 'FlushStageAuthorizersCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/cache/authorizers', 'responseCode' => 202], 'input' => ['shape' => 'FlushStageAuthorizersCacheRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'FlushStageCache' => ['name' => 'FlushStageCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/cache/data', 'responseCode' => 202], 'input' => ['shape' => 'FlushStageCacheRequest'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GenerateClientCertificate' => ['name' => 'GenerateClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/clientcertificates', 'responseCode' => 201], 'input' => ['shape' => 'GenerateClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/account'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'Account'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiKey' => ['name' => 'GetApiKey', 'http' => ['method' => 'GET', 'requestUri' => '/apikeys/{api_Key}'], 'input' => ['shape' => 'GetApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiKeys' => ['name' => 'GetApiKeys', 'http' => ['method' => 'GET', 'requestUri' => '/apikeys'], 'input' => ['shape' => 'GetApiKeysRequest'], 'output' => ['shape' => 'ApiKeys'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizer' => ['name' => 'GetAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'GetAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizers' => ['name' => 'GetAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/authorizers'], 'input' => ['shape' => 'GetAuthorizersRequest'], 'output' => ['shape' => 'Authorizers'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetBasePathMapping' => ['name' => 'GetBasePathMapping', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}'], 'input' => ['shape' => 'GetBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetBasePathMappings' => ['name' => 'GetBasePathMappings', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}/basepathmappings'], 'input' => ['shape' => 'GetBasePathMappingsRequest'], 'output' => ['shape' => 'BasePathMappings'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetClientCertificate' => ['name' => 'GetClientCertificate', 'http' => ['method' => 'GET', 'requestUri' => '/clientcertificates/{clientcertificate_id}'], 'input' => ['shape' => 'GetClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetClientCertificates' => ['name' => 'GetClientCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/clientcertificates'], 'input' => ['shape' => 'GetClientCertificatesRequest'], 'output' => ['shape' => 'ClientCertificates'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}'], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'GetDeployments' => ['name' => 'GetDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/deployments'], 'input' => ['shape' => 'GetDeploymentsRequest'], 'output' => ['shape' => 'Deployments'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'GetDocumentationPart' => ['name' => 'GetDocumentationPart', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}'], 'input' => ['shape' => 'GetDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationParts' => ['name' => 'GetDocumentationParts', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/parts'], 'input' => ['shape' => 'GetDocumentationPartsRequest'], 'output' => ['shape' => 'DocumentationParts'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationVersion' => ['name' => 'GetDocumentationVersion', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}'], 'input' => ['shape' => 'GetDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDocumentationVersions' => ['name' => 'GetDocumentationVersions', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/documentation/versions'], 'input' => ['shape' => 'GetDocumentationVersionsRequest'], 'output' => ['shape' => 'DocumentationVersions'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainName' => ['name' => 'GetDomainName', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames/{domain_name}'], 'input' => ['shape' => 'GetDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainNames' => ['name' => 'GetDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/domainnames'], 'input' => ['shape' => 'GetDomainNamesRequest'], 'output' => ['shape' => 'DomainNames'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetExport' => ['name' => 'GetExport', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}', 'responseCode' => 200], 'input' => ['shape' => 'GetExportRequest'], 'output' => ['shape' => 'ExportResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'GetGatewayResponse' => ['name' => 'GetGatewayResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}'], 'input' => ['shape' => 'GetGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetGatewayResponses' => ['name' => 'GetGatewayResponses', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses'], 'input' => ['shape' => 'GetGatewayResponsesRequest'], 'output' => ['shape' => 'GatewayResponses'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegration' => ['name' => 'GetIntegration', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration'], 'input' => ['shape' => 'GetIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponse' => ['name' => 'GetIntegrationResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}'], 'input' => ['shape' => 'GetIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetMethod' => ['name' => 'GetMethod', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'GetMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetMethodResponse' => ['name' => 'GetMethodResponse', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}'], 'input' => ['shape' => 'GetMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModel' => ['name' => 'GetModel', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}'], 'input' => ['shape' => 'GetModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModelTemplate' => ['name' => 'GetModelTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}/default_template'], 'input' => ['shape' => 'GetModelTemplateRequest'], 'output' => ['shape' => 'Template'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/models'], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'Models'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRequestValidator' => ['name' => 'GetRequestValidator', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}'], 'input' => ['shape' => 'GetRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRequestValidators' => ['name' => 'GetRequestValidators', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/requestvalidators'], 'input' => ['shape' => 'GetRequestValidatorsRequest'], 'output' => ['shape' => 'RequestValidators'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetResource' => ['name' => 'GetResource', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}'], 'input' => ['shape' => 'GetResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetResources' => ['name' => 'GetResources', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/resources'], 'input' => ['shape' => 'GetResourcesRequest'], 'output' => ['shape' => 'Resources'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRestApi' => ['name' => 'GetRestApi', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'GetRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRestApis' => ['name' => 'GetRestApis', 'http' => ['method' => 'GET', 'requestUri' => '/restapis'], 'input' => ['shape' => 'GetRestApisRequest'], 'output' => ['shape' => 'RestApis'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetSdk' => ['name' => 'GetSdk', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}', 'responseCode' => 200], 'input' => ['shape' => 'GetSdkRequest'], 'output' => ['shape' => 'SdkResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'GetSdkType' => ['name' => 'GetSdkType', 'http' => ['method' => 'GET', 'requestUri' => '/sdktypes/{sdktype_id}'], 'input' => ['shape' => 'GetSdkTypeRequest'], 'output' => ['shape' => 'SdkType'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetSdkTypes' => ['name' => 'GetSdkTypes', 'http' => ['method' => 'GET', 'requestUri' => '/sdktypes'], 'input' => ['shape' => 'GetSdkTypesRequest'], 'output' => ['shape' => 'SdkTypes'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'GetStage' => ['name' => 'GetStage', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}'], 'input' => ['shape' => 'GetStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetStages' => ['name' => 'GetStages', 'http' => ['method' => 'GET', 'requestUri' => '/restapis/{restapi_id}/stages'], 'input' => ['shape' => 'GetStagesRequest'], 'output' => ['shape' => 'Stages'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource_arn}'], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'Tags'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException']]], 'GetUsage' => ['name' => 'GetUsage', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/usage'], 'input' => ['shape' => 'GetUsageRequest'], 'output' => ['shape' => 'Usage'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlan' => ['name' => 'GetUsagePlan', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}'], 'input' => ['shape' => 'GetUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlanKey' => ['name' => 'GetUsagePlanKey', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}', 'responseCode' => 200], 'input' => ['shape' => 'GetUsagePlanKeyRequest'], 'output' => ['shape' => 'UsagePlanKey'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlanKeys' => ['name' => 'GetUsagePlanKeys', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans/{usageplanId}/keys'], 'input' => ['shape' => 'GetUsagePlanKeysRequest'], 'output' => ['shape' => 'UsagePlanKeys'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetUsagePlans' => ['name' => 'GetUsagePlans', 'http' => ['method' => 'GET', 'requestUri' => '/usageplans'], 'input' => ['shape' => 'GetUsagePlansRequest'], 'output' => ['shape' => 'UsagePlans'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException']]], 'GetVpcLink' => ['name' => 'GetVpcLink', 'http' => ['method' => 'GET', 'requestUri' => '/vpclinks/{vpclink_id}'], 'input' => ['shape' => 'GetVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetVpcLinks' => ['name' => 'GetVpcLinks', 'http' => ['method' => 'GET', 'requestUri' => '/vpclinks'], 'input' => ['shape' => 'GetVpcLinksRequest'], 'output' => ['shape' => 'VpcLinks'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException']]], 'ImportApiKeys' => ['name' => 'ImportApiKeys', 'http' => ['method' => 'POST', 'requestUri' => '/apikeys?mode=import', 'responseCode' => 201], 'input' => ['shape' => 'ImportApiKeysRequest'], 'output' => ['shape' => 'ApiKeyIds'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'ImportDocumentationParts' => ['name' => 'ImportDocumentationParts', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/documentation/parts'], 'input' => ['shape' => 'ImportDocumentationPartsRequest'], 'output' => ['shape' => 'DocumentationPartIds'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'ImportRestApi' => ['name' => 'ImportRestApi', 'http' => ['method' => 'POST', 'requestUri' => '/restapis?mode=import', 'responseCode' => 201], 'input' => ['shape' => 'ImportRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'PutGatewayResponse' => ['name' => 'PutGatewayResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}', 'responseCode' => 201], 'input' => ['shape' => 'PutGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'PutIntegration' => ['name' => 'PutIntegration', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration', 'responseCode' => 201], 'input' => ['shape' => 'PutIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'PutIntegrationResponse' => ['name' => 'PutIntegrationResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'PutIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'PutMethod' => ['name' => 'PutMethod', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}', 'responseCode' => 201], 'input' => ['shape' => 'PutMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'PutMethodResponse' => ['name' => 'PutMethodResponse', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'PutMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'PutRestApi' => ['name' => 'PutRestApi', 'http' => ['method' => 'PUT', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'PutRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/tags/{resource_arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictException']]], 'TestInvokeAuthorizer' => ['name' => 'TestInvokeAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'TestInvokeAuthorizerRequest'], 'output' => ['shape' => 'TestInvokeAuthorizerResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'TestInvokeMethod' => ['name' => 'TestInvokeMethod', 'http' => ['method' => 'POST', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'TestInvokeMethodRequest'], 'output' => ['shape' => 'TestInvokeMethodResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource_arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateAccount' => ['name' => 'UpdateAccount', 'http' => ['method' => 'PATCH', 'requestUri' => '/account'], 'input' => ['shape' => 'UpdateAccountRequest'], 'output' => ['shape' => 'Account'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApiKey' => ['name' => 'UpdateApiKey', 'http' => ['method' => 'PATCH', 'requestUri' => '/apikeys/{api_Key}'], 'input' => ['shape' => 'UpdateApiKeyRequest'], 'output' => ['shape' => 'ApiKey'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/authorizers/{authorizer_id}'], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'Authorizer'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateBasePathMapping' => ['name' => 'UpdateBasePathMapping', 'http' => ['method' => 'PATCH', 'requestUri' => '/domainnames/{domain_name}/basepathmappings/{base_path}'], 'input' => ['shape' => 'UpdateBasePathMappingRequest'], 'output' => ['shape' => 'BasePathMapping'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateClientCertificate' => ['name' => 'UpdateClientCertificate', 'http' => ['method' => 'PATCH', 'requestUri' => '/clientcertificates/{clientcertificate_id}'], 'input' => ['shape' => 'UpdateClientCertificateRequest'], 'output' => ['shape' => 'ClientCertificate'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateDeployment' => ['name' => 'UpdateDeployment', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/deployments/{deployment_id}'], 'input' => ['shape' => 'UpdateDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateDocumentationPart' => ['name' => 'UpdateDocumentationPart', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/documentation/parts/{part_id}'], 'input' => ['shape' => 'UpdateDocumentationPartRequest'], 'output' => ['shape' => 'DocumentationPart'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDocumentationVersion' => ['name' => 'UpdateDocumentationVersion', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/documentation/versions/{doc_version}'], 'input' => ['shape' => 'UpdateDocumentationVersionRequest'], 'output' => ['shape' => 'DocumentationVersion'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDomainName' => ['name' => 'UpdateDomainName', 'http' => ['method' => 'PATCH', 'requestUri' => '/domainnames/{domain_name}'], 'input' => ['shape' => 'UpdateDomainNameRequest'], 'output' => ['shape' => 'DomainName'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateGatewayResponse' => ['name' => 'UpdateGatewayResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/gatewayresponses/{response_type}'], 'input' => ['shape' => 'UpdateGatewayResponseRequest'], 'output' => ['shape' => 'GatewayResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateIntegration' => ['name' => 'UpdateIntegration', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration'], 'input' => ['shape' => 'UpdateIntegrationRequest'], 'output' => ['shape' => 'Integration'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateIntegrationResponse' => ['name' => 'UpdateIntegrationResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}'], 'input' => ['shape' => 'UpdateIntegrationResponseRequest'], 'output' => ['shape' => 'IntegrationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateMethod' => ['name' => 'UpdateMethod', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}'], 'input' => ['shape' => 'UpdateMethodRequest'], 'output' => ['shape' => 'Method'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateMethodResponse' => ['name' => 'UpdateMethodResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}', 'responseCode' => 201], 'input' => ['shape' => 'UpdateMethodResponseRequest'], 'output' => ['shape' => 'MethodResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateModel' => ['name' => 'UpdateModel', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/models/{model_name}'], 'input' => ['shape' => 'UpdateModelRequest'], 'output' => ['shape' => 'Model'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRequestValidator' => ['name' => 'UpdateRequestValidator', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}'], 'input' => ['shape' => 'UpdateRequestValidatorRequest'], 'output' => ['shape' => 'RequestValidator'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/resources/{resource_id}'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'Resource'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRestApi' => ['name' => 'UpdateRestApi', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}'], 'input' => ['shape' => 'UpdateRestApiRequest'], 'output' => ['shape' => 'RestApi'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateStage' => ['name' => 'UpdateStage', 'http' => ['method' => 'PATCH', 'requestUri' => '/restapis/{restapi_id}/stages/{stage_name}'], 'input' => ['shape' => 'UpdateStageRequest'], 'output' => ['shape' => 'Stage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateUsage' => ['name' => 'UpdateUsage', 'http' => ['method' => 'PATCH', 'requestUri' => '/usageplans/{usageplanId}/keys/{keyId}/usage'], 'input' => ['shape' => 'UpdateUsageRequest'], 'output' => ['shape' => 'Usage'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateUsagePlan' => ['name' => 'UpdateUsagePlan', 'http' => ['method' => 'PATCH', 'requestUri' => '/usageplans/{usageplanId}'], 'input' => ['shape' => 'UpdateUsagePlanRequest'], 'output' => ['shape' => 'UsagePlan'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateVpcLink' => ['name' => 'UpdateVpcLink', 'http' => ['method' => 'PATCH', 'requestUri' => '/vpclinks/{vpclink_id}'], 'input' => ['shape' => 'UpdateVpcLinkRequest'], 'output' => ['shape' => 'VpcLink'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AccessLogSettings' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'String'], 'destinationArn' => ['shape' => 'String']]], 'Account' => ['type' => 'structure', 'members' => ['cloudwatchRoleArn' => ['shape' => 'String'], 'throttleSettings' => ['shape' => 'ThrottleSettings'], 'features' => ['shape' => 'ListOfString'], 'apiKeyVersion' => ['shape' => 'String']]], 'ApiKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'customerId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'enabled' => ['shape' => 'Boolean'], 'createdDate' => ['shape' => 'Timestamp'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'stageKeys' => ['shape' => 'ListOfString'], 'tags' => ['shape' => 'MapOfStringToString']]], 'ApiKeyIds' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'ListOfString'], 'warnings' => ['shape' => 'ListOfString']]], 'ApiKeySourceType' => ['type' => 'string', 'enum' => ['HEADER', 'AUTHORIZER']], 'ApiKeys' => ['type' => 'structure', 'members' => ['warnings' => ['shape' => 'ListOfString'], 'position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfApiKey', 'locationName' => 'item']]], 'ApiKeysFormat' => ['type' => 'string', 'enum' => ['csv']], 'ApiStage' => ['type' => 'structure', 'members' => ['apiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String'], 'throttle' => ['shape' => 'MapOfApiStageThrottleSettings']]], 'Authorizer' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'type' => ['shape' => 'AuthorizerType'], 'providerARNs' => ['shape' => 'ListOfARNs'], 'authType' => ['shape' => 'String'], 'authorizerUri' => ['shape' => 'String'], 'authorizerCredentials' => ['shape' => 'String'], 'identitySource' => ['shape' => 'String'], 'identityValidationExpression' => ['shape' => 'String'], 'authorizerResultTtlInSeconds' => ['shape' => 'NullableInteger']]], 'AuthorizerType' => ['type' => 'string', 'enum' => ['TOKEN', 'REQUEST', 'COGNITO_USER_POOLS']], 'Authorizers' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfAuthorizer', 'locationName' => 'item']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BasePathMapping' => ['type' => 'structure', 'members' => ['basePath' => ['shape' => 'String'], 'restApiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String']]], 'BasePathMappings' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfBasePathMapping', 'locationName' => 'item']]], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'CacheClusterSize' => ['type' => 'string', 'enum' => ['0.5', '1.6', '6.1', '13.5', '28.4', '58.2', '118', '237']], 'CacheClusterStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'AVAILABLE', 'DELETE_IN_PROGRESS', 'NOT_AVAILABLE', 'FLUSH_IN_PROGRESS']], 'CanarySettings' => ['type' => 'structure', 'members' => ['percentTraffic' => ['shape' => 'Double'], 'deploymentId' => ['shape' => 'String'], 'stageVariableOverrides' => ['shape' => 'MapOfStringToString'], 'useStageCache' => ['shape' => 'Boolean']]], 'ClientCertificate' => ['type' => 'structure', 'members' => ['clientCertificateId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'pemEncodedCertificate' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'expirationDate' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'MapOfStringToString']]], 'ClientCertificates' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfClientCertificate', 'locationName' => 'item']]], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectionType' => ['type' => 'string', 'enum' => ['INTERNET', 'VPC_LINK']], 'ContentHandlingStrategy' => ['type' => 'string', 'enum' => ['CONVERT_TO_BINARY', 'CONVERT_TO_TEXT']], 'CreateApiKeyRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'enabled' => ['shape' => 'Boolean'], 'generateDistinctId' => ['shape' => 'Boolean'], 'value' => ['shape' => 'String'], 'stageKeys' => ['shape' => 'ListOfStageKeys'], 'customerId' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'name', 'type'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'type' => ['shape' => 'AuthorizerType'], 'providerARNs' => ['shape' => 'ListOfARNs'], 'authType' => ['shape' => 'String'], 'authorizerUri' => ['shape' => 'String'], 'authorizerCredentials' => ['shape' => 'String'], 'identitySource' => ['shape' => 'String'], 'identityValidationExpression' => ['shape' => 'String'], 'authorizerResultTtlInSeconds' => ['shape' => 'NullableInteger']]], 'CreateBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'restApiId'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String'], 'restApiId' => ['shape' => 'String'], 'stage' => ['shape' => 'String']]], 'CreateDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String'], 'stageDescription' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'NullableBoolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'variables' => ['shape' => 'MapOfStringToString'], 'canarySettings' => ['shape' => 'DeploymentCanarySettings'], 'tracingEnabled' => ['shape' => 'NullableBoolean']]], 'CreateDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'location', 'properties'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'location' => ['shape' => 'DocumentationPartLocation'], 'properties' => ['shape' => 'String']]], 'CreateDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String'], 'stageName' => ['shape' => 'String'], 'description' => ['shape' => 'String']]], 'CreateDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String'], 'certificateName' => ['shape' => 'String'], 'certificateBody' => ['shape' => 'String'], 'certificatePrivateKey' => ['shape' => 'String'], 'certificateChain' => ['shape' => 'String'], 'certificateArn' => ['shape' => 'String'], 'regionalCertificateName' => ['shape' => 'String'], 'regionalCertificateArn' => ['shape' => 'String'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'tags' => ['shape' => 'MapOfStringToString'], 'securityPolicy' => ['shape' => 'SecurityPolicy']]], 'CreateModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'name', 'contentType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'contentType' => ['shape' => 'String']]], 'CreateRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'name' => ['shape' => 'String'], 'validateRequestBody' => ['shape' => 'Boolean'], 'validateRequestParameters' => ['shape' => 'Boolean']]], 'CreateResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'parentId', 'pathPart'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'parentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'parent_id'], 'pathPart' => ['shape' => 'String']]], 'CreateRestApiRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'cloneFrom' => ['shape' => 'String'], 'binaryMediaTypes' => ['shape' => 'ListOfString'], 'minimumCompressionSize' => ['shape' => 'NullableInteger'], 'apiKeySource' => ['shape' => 'ApiKeySourceType'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'policy' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String'], 'deploymentId' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'Boolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'variables' => ['shape' => 'MapOfStringToString'], 'documentationVersion' => ['shape' => 'String'], 'canarySettings' => ['shape' => 'CanarySettings'], 'tracingEnabled' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId', 'keyType'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String'], 'keyType' => ['shape' => 'String']]], 'CreateUsagePlanRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'apiStages' => ['shape' => 'ListOfApiStage'], 'throttle' => ['shape' => 'ThrottleSettings'], 'quota' => ['shape' => 'QuotaSettings'], 'tags' => ['shape' => 'MapOfStringToString']]], 'CreateVpcLinkRequest' => ['type' => 'structure', 'required' => ['name', 'targetArns'], 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'targetArns' => ['shape' => 'ListOfString'], 'tags' => ['shape' => 'MapOfStringToString']]], 'DeleteApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key']]], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id']]], 'DeleteBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path']]], 'DeleteClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id']]], 'DeleteDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id']]], 'DeleteDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id']]], 'DeleteDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version']]], 'DeleteDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name']]], 'DeleteGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type']]], 'DeleteIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'DeleteIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'DeleteMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'DeleteMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'DeleteModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name']]], 'DeleteRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id']]], 'DeleteResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id']]], 'DeleteRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id']]], 'DeleteStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'DeleteUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId']]], 'DeleteUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId']]], 'DeleteVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id']]], 'Deployment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'apiSummary' => ['shape' => 'PathToMapOfMethodSnapshot']]], 'DeploymentCanarySettings' => ['type' => 'structure', 'members' => ['percentTraffic' => ['shape' => 'Double'], 'stageVariableOverrides' => ['shape' => 'MapOfStringToString'], 'useStageCache' => ['shape' => 'Boolean']]], 'Deployments' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDeployment', 'locationName' => 'item']]], 'DocumentationPart' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'location' => ['shape' => 'DocumentationPartLocation'], 'properties' => ['shape' => 'String']]], 'DocumentationPartIds' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'ListOfString'], 'warnings' => ['shape' => 'ListOfString']]], 'DocumentationPartLocation' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DocumentationPartType'], 'path' => ['shape' => 'String'], 'method' => ['shape' => 'String'], 'statusCode' => ['shape' => 'DocumentationPartLocationStatusCode'], 'name' => ['shape' => 'String']]], 'DocumentationPartLocationStatusCode' => ['type' => 'string', 'pattern' => '^([1-5]\\d\\d|\\*|\\s*)$'], 'DocumentationPartType' => ['type' => 'string', 'enum' => ['API', 'AUTHORIZER', 'MODEL', 'RESOURCE', 'METHOD', 'PATH_PARAMETER', 'QUERY_PARAMETER', 'REQUEST_HEADER', 'REQUEST_BODY', 'RESPONSE', 'RESPONSE_HEADER', 'RESPONSE_BODY']], 'DocumentationParts' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDocumentationPart', 'locationName' => 'item']]], 'DocumentationVersion' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'description' => ['shape' => 'String']]], 'DocumentationVersions' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDocumentationVersion', 'locationName' => 'item']]], 'DomainName' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'String'], 'certificateName' => ['shape' => 'String'], 'certificateArn' => ['shape' => 'String'], 'certificateUploadDate' => ['shape' => 'Timestamp'], 'regionalDomainName' => ['shape' => 'String'], 'regionalHostedZoneId' => ['shape' => 'String'], 'regionalCertificateName' => ['shape' => 'String'], 'regionalCertificateArn' => ['shape' => 'String'], 'distributionDomainName' => ['shape' => 'String'], 'distributionHostedZoneId' => ['shape' => 'String'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'domainNameStatus' => ['shape' => 'DomainNameStatus'], 'domainNameStatusMessage' => ['shape' => 'String'], 'securityPolicy' => ['shape' => 'SecurityPolicy'], 'tags' => ['shape' => 'MapOfStringToString']]], 'DomainNameStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UPDATING', 'PENDING']], 'DomainNames' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfDomainName', 'locationName' => 'item']]], 'Double' => ['type' => 'double'], 'EndpointConfiguration' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'ListOfEndpointType'], 'vpcEndpointIds' => ['shape' => 'ListOfString']]], 'EndpointType' => ['type' => 'string', 'enum' => ['REGIONAL', 'EDGE', 'PRIVATE']], 'ExportResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'contentDisposition' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'FlushStageAuthorizersCacheRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'FlushStageCacheRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'GatewayResponse' => ['type' => 'structure', 'members' => ['responseType' => ['shape' => 'GatewayResponseType'], 'statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'defaultResponse' => ['shape' => 'Boolean']]], 'GatewayResponseType' => ['type' => 'string', 'enum' => ['DEFAULT_4XX', 'DEFAULT_5XX', 'RESOURCE_NOT_FOUND', 'UNAUTHORIZED', 'INVALID_API_KEY', 'ACCESS_DENIED', 'AUTHORIZER_FAILURE', 'AUTHORIZER_CONFIGURATION_ERROR', 'INVALID_SIGNATURE', 'EXPIRED_TOKEN', 'MISSING_AUTHENTICATION_TOKEN', 'INTEGRATION_FAILURE', 'INTEGRATION_TIMEOUT', 'API_CONFIGURATION_ERROR', 'UNSUPPORTED_MEDIA_TYPE', 'BAD_REQUEST_PARAMETERS', 'BAD_REQUEST_BODY', 'REQUEST_TOO_LARGE', 'THROTTLED', 'QUOTA_EXCEEDED']], 'GatewayResponses' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfGatewayResponse', 'locationName' => 'item']]], 'GenerateClientCertificateRequest' => ['type' => 'structure', 'members' => ['description' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'GetAccountRequest' => ['type' => 'structure', 'members' => []], 'GetApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key'], 'includeValue' => ['shape' => 'NullableBoolean', 'location' => 'querystring', 'locationName' => 'includeValue']]], 'GetApiKeysRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'customerId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'customerId'], 'includeValues' => ['shape' => 'NullableBoolean', 'location' => 'querystring', 'locationName' => 'includeValues']]], 'GetAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id']]], 'GetAuthorizersRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path']]], 'GetBasePathMappingsRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id']]], 'GetClientCertificatesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetDeploymentsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id']]], 'GetDocumentationPartsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'type' => ['shape' => 'DocumentationPartType', 'location' => 'querystring', 'locationName' => 'type'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'path' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'path'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'locationStatus' => ['shape' => 'LocationStatusType', 'location' => 'querystring', 'locationName' => 'locationStatus']]], 'GetDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version']]], 'GetDocumentationVersionsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name']]], 'GetDomainNamesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetExportRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'exportType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'exportType' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'export_type'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'accepts' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Accept']]], 'GetGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type']]], 'GetGatewayResponsesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'GetIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'GetMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method']]], 'GetMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code']]], 'GetModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name'], 'flatten' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'flatten']]], 'GetModelTemplateRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name']]], 'GetModelsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id']]], 'GetRequestValidatorsRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetResourcesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'embed' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'embed']]], 'GetRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id']]], 'GetRestApisRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetSdkRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName', 'sdkType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'sdkType' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'sdk_type'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring']]], 'GetSdkTypeRequest' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'sdktype_id']]], 'GetSdkTypesRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name']]], 'GetStagesRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'deploymentId']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetUsagePlanKeyRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId']]], 'GetUsagePlanKeysRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit'], 'nameQuery' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name']]], 'GetUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId']]], 'GetUsagePlansRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'keyId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'keyId'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetUsageRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'startDate', 'endDate'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'keyId'], 'startDate' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'startDate'], 'endDate' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'endDate'], 'position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'GetVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id']]], 'GetVpcLinksRequest' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'position'], 'limit' => ['shape' => 'NullableInteger', 'location' => 'querystring', 'locationName' => 'limit']]], 'ImportApiKeysRequest' => ['type' => 'structure', 'required' => ['body', 'format'], 'members' => ['body' => ['shape' => 'Blob'], 'format' => ['shape' => 'ApiKeysFormat', 'location' => 'querystring', 'locationName' => 'format'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings']], 'payload' => 'body'], 'ImportDocumentationPartsRequest' => ['type' => 'structure', 'required' => ['restApiId', 'body'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'mode' => ['shape' => 'PutMode', 'location' => 'querystring', 'locationName' => 'mode'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'ImportRestApiRequest' => ['type' => 'structure', 'required' => ['body'], 'members' => ['failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'Integer' => ['type' => 'integer'], 'Integration' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'IntegrationType'], 'httpMethod' => ['shape' => 'String'], 'uri' => ['shape' => 'String'], 'connectionType' => ['shape' => 'ConnectionType'], 'connectionId' => ['shape' => 'String'], 'credentials' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToString'], 'requestTemplates' => ['shape' => 'MapOfStringToString'], 'passthroughBehavior' => ['shape' => 'String'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy'], 'timeoutInMillis' => ['shape' => 'Integer'], 'cacheNamespace' => ['shape' => 'String'], 'cacheKeyParameters' => ['shape' => 'ListOfString'], 'integrationResponses' => ['shape' => 'MapOfIntegrationResponse'], 'tlsConfig' => ['shape' => 'TlsConfig']]], 'IntegrationResponse' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'StatusCode'], 'selectionPattern' => ['shape' => 'String'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy']]], 'IntegrationType' => ['type' => 'string', 'enum' => ['HTTP', 'AWS', 'MOCK', 'HTTP_PROXY', 'AWS_PROXY']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListOfARNs' => ['type' => 'list', 'member' => ['shape' => 'ProviderARN']], 'ListOfApiKey' => ['type' => 'list', 'member' => ['shape' => 'ApiKey']], 'ListOfApiStage' => ['type' => 'list', 'member' => ['shape' => 'ApiStage']], 'ListOfAuthorizer' => ['type' => 'list', 'member' => ['shape' => 'Authorizer']], 'ListOfBasePathMapping' => ['type' => 'list', 'member' => ['shape' => 'BasePathMapping']], 'ListOfClientCertificate' => ['type' => 'list', 'member' => ['shape' => 'ClientCertificate']], 'ListOfDeployment' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], 'ListOfDocumentationPart' => ['type' => 'list', 'member' => ['shape' => 'DocumentationPart']], 'ListOfDocumentationVersion' => ['type' => 'list', 'member' => ['shape' => 'DocumentationVersion']], 'ListOfDomainName' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'ListOfEndpointType' => ['type' => 'list', 'member' => ['shape' => 'EndpointType']], 'ListOfGatewayResponse' => ['type' => 'list', 'member' => ['shape' => 'GatewayResponse']], 'ListOfLong' => ['type' => 'list', 'member' => ['shape' => 'Long']], 'ListOfModel' => ['type' => 'list', 'member' => ['shape' => 'Model']], 'ListOfPatchOperation' => ['type' => 'list', 'member' => ['shape' => 'PatchOperation']], 'ListOfRequestValidator' => ['type' => 'list', 'member' => ['shape' => 'RequestValidator']], 'ListOfResource' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ListOfRestApi' => ['type' => 'list', 'member' => ['shape' => 'RestApi']], 'ListOfSdkConfigurationProperty' => ['type' => 'list', 'member' => ['shape' => 'SdkConfigurationProperty']], 'ListOfSdkType' => ['type' => 'list', 'member' => ['shape' => 'SdkType']], 'ListOfStage' => ['type' => 'list', 'member' => ['shape' => 'Stage']], 'ListOfStageKeys' => ['type' => 'list', 'member' => ['shape' => 'StageKey']], 'ListOfString' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListOfUsage' => ['type' => 'list', 'member' => ['shape' => 'ListOfLong']], 'ListOfUsagePlan' => ['type' => 'list', 'member' => ['shape' => 'UsagePlan']], 'ListOfUsagePlanKey' => ['type' => 'list', 'member' => ['shape' => 'UsagePlanKey']], 'ListOfVpcLink' => ['type' => 'list', 'member' => ['shape' => 'VpcLink']], 'LocationStatusType' => ['type' => 'string', 'enum' => ['DOCUMENTED', 'UNDOCUMENTED']], 'Long' => ['type' => 'long'], 'MapOfApiStageThrottleSettings' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ThrottleSettings']], 'MapOfIntegrationResponse' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'IntegrationResponse']], 'MapOfKeyUsages' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ListOfUsage']], 'MapOfMethod' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Method']], 'MapOfMethodResponse' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodResponse']], 'MapOfMethodSettings' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodSetting']], 'MapOfMethodSnapshot' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MethodSnapshot']], 'MapOfStringToBoolean' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'NullableBoolean']], 'MapOfStringToList' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ListOfString']], 'MapOfStringToString' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'Method' => ['type' => 'structure', 'members' => ['httpMethod' => ['shape' => 'String'], 'authorizationType' => ['shape' => 'String'], 'authorizerId' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'NullableBoolean'], 'requestValidatorId' => ['shape' => 'String'], 'operationName' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToBoolean'], 'requestModels' => ['shape' => 'MapOfStringToString'], 'methodResponses' => ['shape' => 'MapOfMethodResponse'], 'methodIntegration' => ['shape' => 'Integration'], 'authorizationScopes' => ['shape' => 'ListOfString']]], 'MethodResponse' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToBoolean'], 'responseModels' => ['shape' => 'MapOfStringToString']]], 'MethodSetting' => ['type' => 'structure', 'members' => ['metricsEnabled' => ['shape' => 'Boolean'], 'loggingLevel' => ['shape' => 'String'], 'dataTraceEnabled' => ['shape' => 'Boolean'], 'throttlingBurstLimit' => ['shape' => 'Integer'], 'throttlingRateLimit' => ['shape' => 'Double'], 'cachingEnabled' => ['shape' => 'Boolean'], 'cacheTtlInSeconds' => ['shape' => 'Integer'], 'cacheDataEncrypted' => ['shape' => 'Boolean'], 'requireAuthorizationForCacheControl' => ['shape' => 'Boolean'], 'unauthorizedCacheControlHeaderStrategy' => ['shape' => 'UnauthorizedCacheControlHeaderStrategy']]], 'MethodSnapshot' => ['type' => 'structure', 'members' => ['authorizationType' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'Boolean']]], 'Model' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'contentType' => ['shape' => 'String']]], 'Models' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfModel', 'locationName' => 'item']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NullableBoolean' => ['type' => 'boolean'], 'NullableInteger' => ['type' => 'integer'], 'Op' => ['type' => 'string', 'enum' => ['add', 'remove', 'replace', 'move', 'copy', 'test']], 'PatchOperation' => ['type' => 'structure', 'members' => ['op' => ['shape' => 'Op'], 'path' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'from' => ['shape' => 'String']]], 'PathToMapOfMethodSnapshot' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'MapOfMethodSnapshot']], 'ProviderARN' => ['type' => 'string'], 'PutGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type'], 'statusCode' => ['shape' => 'StatusCode'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString']]], 'PutIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'type'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'type' => ['shape' => 'IntegrationType'], 'integrationHttpMethod' => ['shape' => 'String', 'locationName' => 'httpMethod'], 'uri' => ['shape' => 'String'], 'connectionType' => ['shape' => 'ConnectionType'], 'connectionId' => ['shape' => 'String'], 'credentials' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToString'], 'requestTemplates' => ['shape' => 'MapOfStringToString'], 'passthroughBehavior' => ['shape' => 'String'], 'cacheNamespace' => ['shape' => 'String'], 'cacheKeyParameters' => ['shape' => 'ListOfString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy'], 'timeoutInMillis' => ['shape' => 'NullableInteger'], 'tlsConfig' => ['shape' => 'TlsConfig']]], 'PutIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'selectionPattern' => ['shape' => 'String'], 'responseParameters' => ['shape' => 'MapOfStringToString'], 'responseTemplates' => ['shape' => 'MapOfStringToString'], 'contentHandling' => ['shape' => 'ContentHandlingStrategy']]], 'PutMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'authorizationType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'authorizationType' => ['shape' => 'String'], 'authorizerId' => ['shape' => 'String'], 'apiKeyRequired' => ['shape' => 'Boolean'], 'operationName' => ['shape' => 'String'], 'requestParameters' => ['shape' => 'MapOfStringToBoolean'], 'requestModels' => ['shape' => 'MapOfStringToString'], 'requestValidatorId' => ['shape' => 'String'], 'authorizationScopes' => ['shape' => 'ListOfString']]], 'PutMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'responseParameters' => ['shape' => 'MapOfStringToBoolean'], 'responseModels' => ['shape' => 'MapOfStringToString']]], 'PutMode' => ['type' => 'string', 'enum' => ['merge', 'overwrite']], 'PutRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId', 'body'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'mode' => ['shape' => 'PutMode', 'location' => 'querystring', 'locationName' => 'mode'], 'failOnWarnings' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'failonwarnings'], 'parameters' => ['shape' => 'MapOfStringToString', 'location' => 'querystring'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'QuotaPeriodType' => ['type' => 'string', 'enum' => ['DAY', 'WEEK', 'MONTH']], 'QuotaSettings' => ['type' => 'structure', 'members' => ['limit' => ['shape' => 'Integer'], 'offset' => ['shape' => 'Integer'], 'period' => ['shape' => 'QuotaPeriodType']]], 'RequestValidator' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'validateRequestBody' => ['shape' => 'Boolean'], 'validateRequestParameters' => ['shape' => 'Boolean']]], 'RequestValidators' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfRequestValidator', 'locationName' => 'item']]], 'Resource' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'parentId' => ['shape' => 'String'], 'pathPart' => ['shape' => 'String'], 'path' => ['shape' => 'String'], 'resourceMethods' => ['shape' => 'MapOfMethod']]], 'Resources' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfResource', 'locationName' => 'item']]], 'RestApi' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'String'], 'warnings' => ['shape' => 'ListOfString'], 'binaryMediaTypes' => ['shape' => 'ListOfString'], 'minimumCompressionSize' => ['shape' => 'NullableInteger'], 'apiKeySource' => ['shape' => 'ApiKeySourceType'], 'endpointConfiguration' => ['shape' => 'EndpointConfiguration'], 'policy' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'RestApis' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfRestApi', 'locationName' => 'item']]], 'SdkConfigurationProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'friendlyName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'required' => ['shape' => 'Boolean'], 'defaultValue' => ['shape' => 'String']]], 'SdkResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'contentDisposition' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'body' => ['shape' => 'Blob']], 'payload' => 'body'], 'SdkType' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'friendlyName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'configurationProperties' => ['shape' => 'ListOfSdkConfigurationProperty']]], 'SdkTypes' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfSdkType', 'locationName' => 'item']]], 'SecurityPolicy' => ['type' => 'string', 'enum' => ['TLS_1_0', 'TLS_1_2']], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'Stage' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'String'], 'clientCertificateId' => ['shape' => 'String'], 'stageName' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'cacheClusterEnabled' => ['shape' => 'Boolean'], 'cacheClusterSize' => ['shape' => 'CacheClusterSize'], 'cacheClusterStatus' => ['shape' => 'CacheClusterStatus'], 'methodSettings' => ['shape' => 'MapOfMethodSettings'], 'variables' => ['shape' => 'MapOfStringToString'], 'documentationVersion' => ['shape' => 'String'], 'accessLogSettings' => ['shape' => 'AccessLogSettings'], 'canarySettings' => ['shape' => 'CanarySettings'], 'tracingEnabled' => ['shape' => 'Boolean'], 'webAclArn' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString'], 'createdDate' => ['shape' => 'Timestamp'], 'lastUpdatedDate' => ['shape' => 'Timestamp']]], 'StageKey' => ['type' => 'structure', 'members' => ['restApiId' => ['shape' => 'String'], 'stageName' => ['shape' => 'String']]], 'Stages' => ['type' => 'structure', 'members' => ['item' => ['shape' => 'ListOfStage']]], 'StatusCode' => ['type' => 'string', 'pattern' => '[1-5]\\d\\d'], 'String' => ['type' => 'string'], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'tags' => ['shape' => 'MapOfStringToString']]], 'Tags' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'MapOfStringToString']]], 'Template' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'String']]], 'TestInvokeAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'pathWithQueryString' => ['shape' => 'String'], 'body' => ['shape' => 'String'], 'stageVariables' => ['shape' => 'MapOfStringToString'], 'additionalContext' => ['shape' => 'MapOfStringToString']]], 'TestInvokeAuthorizerResponse' => ['type' => 'structure', 'members' => ['clientStatus' => ['shape' => 'Integer'], 'log' => ['shape' => 'String'], 'latency' => ['shape' => 'Long'], 'principalId' => ['shape' => 'String'], 'policy' => ['shape' => 'String'], 'authorization' => ['shape' => 'MapOfStringToList'], 'claims' => ['shape' => 'MapOfStringToString']]], 'TestInvokeMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'pathWithQueryString' => ['shape' => 'String'], 'body' => ['shape' => 'String'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'clientCertificateId' => ['shape' => 'String'], 'stageVariables' => ['shape' => 'MapOfStringToString']]], 'TestInvokeMethodResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Integer'], 'body' => ['shape' => 'String'], 'headers' => ['shape' => 'MapOfStringToString'], 'multiValueHeaders' => ['shape' => 'MapOfStringToList'], 'log' => ['shape' => 'String'], 'latency' => ['shape' => 'Long']]], 'ThrottleSettings' => ['type' => 'structure', 'members' => ['burstLimit' => ['shape' => 'Integer'], 'rateLimit' => ['shape' => 'Double']]], 'Timestamp' => ['type' => 'timestamp'], 'TlsConfig' => ['type' => 'structure', 'members' => ['insecureSkipVerification' => ['shape' => 'Boolean']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedCacheControlHeaderStrategy' => ['type' => 'string', 'enum' => ['FAIL_WITH_403', 'SUCCEED_WITH_RESPONSE_HEADER', 'SUCCEED_WITHOUT_RESPONSE_HEADER']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_arn'], 'tagKeys' => ['shape' => 'ListOfString', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateAccountRequest' => ['type' => 'structure', 'members' => ['patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiKey'], 'members' => ['apiKey' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'api_Key'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'required' => ['restApiId', 'authorizerId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'authorizerId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'authorizer_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateBasePathMappingRequest' => ['type' => 'structure', 'required' => ['domainName', 'basePath'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'basePath' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'base_path'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateClientCertificateRequest' => ['type' => 'structure', 'required' => ['clientCertificateId'], 'members' => ['clientCertificateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'clientcertificate_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDeploymentRequest' => ['type' => 'structure', 'required' => ['restApiId', 'deploymentId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'deploymentId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'deployment_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDocumentationPartRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationPartId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationPartId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'part_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDocumentationVersionRequest' => ['type' => 'structure', 'required' => ['restApiId', 'documentationVersion'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'documentationVersion' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'doc_version'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateDomainNameRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'domain_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateGatewayResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'responseType'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'responseType' => ['shape' => 'GatewayResponseType', 'location' => 'uri', 'locationName' => 'response_type'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateIntegrationRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateIntegrationResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateMethodRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateMethodResponseRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId', 'httpMethod', 'statusCode'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'httpMethod' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'http_method'], 'statusCode' => ['shape' => 'StatusCode', 'location' => 'uri', 'locationName' => 'status_code'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateModelRequest' => ['type' => 'structure', 'required' => ['restApiId', 'modelName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'modelName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'model_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateRequestValidatorRequest' => ['type' => 'structure', 'required' => ['restApiId', 'requestValidatorId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'requestValidatorId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'requestvalidator_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['restApiId', 'resourceId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'resourceId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resource_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateRestApiRequest' => ['type' => 'structure', 'required' => ['restApiId'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateStageRequest' => ['type' => 'structure', 'required' => ['restApiId', 'stageName'], 'members' => ['restApiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'restapi_id'], 'stageName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'stage_name'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateUsagePlanRequest' => ['type' => 'structure', 'required' => ['usagePlanId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateUsageRequest' => ['type' => 'structure', 'required' => ['usagePlanId', 'keyId'], 'members' => ['usagePlanId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'usageplanId'], 'keyId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'keyId'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'UpdateVpcLinkRequest' => ['type' => 'structure', 'required' => ['vpcLinkId'], 'members' => ['vpcLinkId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'vpclink_id'], 'patchOperations' => ['shape' => 'ListOfPatchOperation']]], 'Usage' => ['type' => 'structure', 'members' => ['usagePlanId' => ['shape' => 'String'], 'startDate' => ['shape' => 'String'], 'endDate' => ['shape' => 'String'], 'position' => ['shape' => 'String'], 'items' => ['shape' => 'MapOfKeyUsages', 'locationName' => 'values']]], 'UsagePlan' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'apiStages' => ['shape' => 'ListOfApiStage'], 'throttle' => ['shape' => 'ThrottleSettings'], 'quota' => ['shape' => 'QuotaSettings'], 'productCode' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'UsagePlanKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'name' => ['shape' => 'String']]], 'UsagePlanKeys' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfUsagePlanKey', 'locationName' => 'item']]], 'UsagePlans' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfUsagePlan', 'locationName' => 'item']]], 'VpcLink' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'targetArns' => ['shape' => 'ListOfString'], 'status' => ['shape' => 'VpcLinkStatus'], 'statusMessage' => ['shape' => 'String'], 'tags' => ['shape' => 'MapOfStringToString']]], 'VpcLinkStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'PENDING', 'DELETING', 'FAILED']], 'VpcLinks' => ['type' => 'structure', 'members' => ['position' => ['shape' => 'String'], 'items' => ['shape' => 'ListOfVpcLink', 'locationName' => 'item']]]]]; diff --git a/vendor/Aws3/Aws/data/apigatewayv2/2018-11-29/api-2.json.php b/vendor/Aws3/Aws/data/apigatewayv2/2018-11-29/api-2.json.php index b0e74a98..3388bca1 100644 --- a/vendor/Aws3/Aws/data/apigatewayv2/2018-11-29/api-2.json.php +++ b/vendor/Aws3/Aws/data/apigatewayv2/2018-11-29/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2018-11-29', 'endpointPrefix' => 'apigateway', 'signingName' => 'apigateway', 'serviceFullName' => 'AmazonApiGatewayV2', 'serviceId' => 'ApiGatewayV2', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'apigatewayv2-2018-11-29', 'signatureVersion' => 'v4'], 'operations' => ['CreateApi' => ['name' => 'CreateApi', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiRequest'], 'output' => ['shape' => 'CreateApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateApiMapping' => ['name' => 'CreateApiMapping', 'http' => ['method' => 'POST', 'requestUri' => '/v2/domainnames/{domainName}/apimappings', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiMappingRequest'], 'output' => ['shape' => 'CreateApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/authorizers', 'responseCode' => 201], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'CreateAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentRequest'], 'output' => ['shape' => 'CreateDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateDomainName' => ['name' => 'CreateDomainName', 'http' => ['method' => 'POST', 'requestUri' => '/v2/domainnames', 'responseCode' => 201], 'input' => ['shape' => 'CreateDomainNameRequest'], 'output' => ['shape' => 'CreateDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'AccessDeniedException']]], 'CreateIntegration' => ['name' => 'CreateIntegration', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/integrations', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntegrationRequest'], 'output' => ['shape' => 'CreateIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateIntegrationResponse' => ['name' => 'CreateIntegrationResponse', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntegrationResponseRequest'], 'output' => ['shape' => 'CreateIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/models', 'responseCode' => 201], 'input' => ['shape' => 'CreateModelRequest'], 'output' => ['shape' => 'CreateModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/routes', 'responseCode' => 201], 'input' => ['shape' => 'CreateRouteRequest'], 'output' => ['shape' => 'CreateRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateRouteResponse' => ['name' => 'CreateRouteResponse', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses', 'responseCode' => 201], 'input' => ['shape' => 'CreateRouteResponseRequest'], 'output' => ['shape' => 'CreateRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateStage' => ['name' => 'CreateStage', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/stages', 'responseCode' => 201], 'input' => ['shape' => 'CreateStageRequest'], 'output' => ['shape' => 'CreateStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateVpcLink' => ['name' => 'CreateVpcLink', 'http' => ['method' => 'POST', 'requestUri' => '/v2/vpclinks', 'responseCode' => 201], 'input' => ['shape' => 'CreateVpcLinkRequest'], 'output' => ['shape' => 'CreateVpcLinkResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteAccessLogSettings' => ['name' => 'DeleteAccessLogSettings', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}/accesslogsettings', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccessLogSettingsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApi' => ['name' => 'DeleteApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApiRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApiMapping' => ['name' => 'DeleteApiMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApiMappingRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteCorsConfiguration' => ['name' => 'DeleteCorsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/cors', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCorsConfigurationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDeployment' => ['name' => 'DeleteDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDeploymentRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDomainName' => ['name' => 'DeleteDomainName', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDomainNameRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteIntegration' => ['name' => 'DeleteIntegration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteIntegrationResponse' => ['name' => 'DeleteIntegrationResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationResponseRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteModelRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteRequestParameter' => ['name' => 'DeleteRouteRequestParameter', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/requestparameters/{requestParameterKey}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteRequestParameterRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteResponse' => ['name' => 'DeleteRouteResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteResponseRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteSettings' => ['name' => 'DeleteRouteSettings', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}/routesettings/{routeKey}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteSettingsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteStage' => ['name' => 'DeleteStage', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteStageRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVpcLink' => ['name' => 'DeleteVpcLink', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVpcLinkRequest'], 'output' => ['shape' => 'DeleteVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApi' => ['name' => 'GetApi', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApiRequest'], 'output' => ['shape' => 'GetApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiMapping' => ['name' => 'GetApiMapping', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApiMappingRequest'], 'output' => ['shape' => 'GetApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetApiMappings' => ['name' => 'GetApiMappings', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}/apimappings', 'responseCode' => 200], 'input' => ['shape' => 'GetApiMappingsRequest'], 'output' => ['shape' => 'GetApiMappingsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetApis' => ['name' => 'GetApis', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis', 'responseCode' => 200], 'input' => ['shape' => 'GetApisRequest'], 'output' => ['shape' => 'GetApisResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetAuthorizer' => ['name' => 'GetAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAuthorizerRequest'], 'output' => ['shape' => 'GetAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizers' => ['name' => 'GetAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/authorizers', 'responseCode' => 200], 'input' => ['shape' => 'GetAuthorizersRequest'], 'output' => ['shape' => 'GetAuthorizersResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'GetDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDeployments' => ['name' => 'GetDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/deployments', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentsRequest'], 'output' => ['shape' => 'GetDeploymentsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDomainName' => ['name' => 'GetDomainName', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 200], 'input' => ['shape' => 'GetDomainNameRequest'], 'output' => ['shape' => 'GetDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainNames' => ['name' => 'GetDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames', 'responseCode' => 200], 'input' => ['shape' => 'GetDomainNamesRequest'], 'output' => ['shape' => 'GetDomainNamesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetIntegration' => ['name' => 'GetIntegration', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationRequest'], 'output' => ['shape' => 'GetIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponse' => ['name' => 'GetIntegrationResponse', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationResponseRequest'], 'output' => ['shape' => 'GetIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponses' => ['name' => 'GetIntegrationResponses', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationResponsesRequest'], 'output' => ['shape' => 'GetIntegrationResponsesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetIntegrations' => ['name' => 'GetIntegrations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationsRequest'], 'output' => ['shape' => 'GetIntegrationsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetModel' => ['name' => 'GetModel', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 200], 'input' => ['shape' => 'GetModelRequest'], 'output' => ['shape' => 'GetModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModelTemplate' => ['name' => 'GetModelTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}/template', 'responseCode' => 200], 'input' => ['shape' => 'GetModelTemplateRequest'], 'output' => ['shape' => 'GetModelTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models', 'responseCode' => 200], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'GetModelsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetRoute' => ['name' => 'GetRoute', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteRequest'], 'output' => ['shape' => 'GetRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRouteResponse' => ['name' => 'GetRouteResponse', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteResponseRequest'], 'output' => ['shape' => 'GetRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRouteResponses' => ['name' => 'GetRouteResponses', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteResponsesRequest'], 'output' => ['shape' => 'GetRouteResponsesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetRoutes' => ['name' => 'GetRoutes', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes', 'responseCode' => 200], 'input' => ['shape' => 'GetRoutesRequest'], 'output' => ['shape' => 'GetRoutesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetStage' => ['name' => 'GetStage', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 200], 'input' => ['shape' => 'GetStageRequest'], 'output' => ['shape' => 'GetStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetStages' => ['name' => 'GetStages', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/stages', 'responseCode' => 200], 'input' => ['shape' => 'GetStagesRequest'], 'output' => ['shape' => 'GetStagesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'GetTagsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'GetVpcLink' => ['name' => 'GetVpcLink', 'http' => ['method' => 'GET', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVpcLinkRequest'], 'output' => ['shape' => 'GetVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetVpcLinks' => ['name' => 'GetVpcLinks', 'http' => ['method' => 'GET', 'requestUri' => '/v2/vpclinks', 'responseCode' => 200], 'input' => ['shape' => 'GetVpcLinksRequest'], 'output' => ['shape' => 'GetVpcLinksResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'ImportApi' => ['name' => 'ImportApi', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/apis', 'responseCode' => 201], 'input' => ['shape' => 'ImportApiRequest'], 'output' => ['shape' => 'ImportApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'ReimportApi' => ['name' => 'ReimportApi', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 201], 'input' => ['shape' => 'ReimportApiRequest'], 'output' => ['shape' => 'ReimportApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 201], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateApi' => ['name' => 'UpdateApi', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApiRequest'], 'output' => ['shape' => 'UpdateApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateApiMapping' => ['name' => 'UpdateApiMapping', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApiMappingRequest'], 'output' => ['shape' => 'UpdateApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'UpdateAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateDeployment' => ['name' => 'UpdateDeployment', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDeploymentRequest'], 'output' => ['shape' => 'UpdateDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateDomainName' => ['name' => 'UpdateDomainName', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDomainNameRequest'], 'output' => ['shape' => 'UpdateDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateIntegration' => ['name' => 'UpdateIntegration', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIntegrationRequest'], 'output' => ['shape' => 'UpdateIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateIntegrationResponse' => ['name' => 'UpdateIntegrationResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIntegrationResponseRequest'], 'output' => ['shape' => 'UpdateIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateModel' => ['name' => 'UpdateModel', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateModelRequest'], 'output' => ['shape' => 'UpdateModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateRoute' => ['name' => 'UpdateRoute', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteRequest'], 'output' => ['shape' => 'UpdateRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateRouteResponse' => ['name' => 'UpdateRouteResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteResponseRequest'], 'output' => ['shape' => 'UpdateRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateStage' => ['name' => 'UpdateStage', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateStageRequest'], 'output' => ['shape' => 'UpdateStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateVpcLink' => ['name' => 'UpdateVpcLink', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVpcLinkRequest'], 'output' => ['shape' => 'UpdateVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'AccessLogSettings' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'Arn', 'locationName' => 'destinationArn'], 'Format' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'format']]], 'Api' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']], 'required' => ['RouteSelectionExpression', 'Name', 'ProtocolType']], 'ApiMapping' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['Stage', 'ApiId']], 'ApiMappings' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApiMapping', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Apis' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApi', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Arn' => ['type' => 'string'], 'AuthorizationScopes' => ['type' => 'list', 'member' => ['shape' => 'StringWithLengthBetween1And64']], 'AuthorizationType' => ['type' => 'string', 'enum' => ['NONE', 'AWS_IAM', 'CUSTOM', 'JWT']], 'Authorizer' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['Name']], 'AuthorizerType' => ['type' => 'string', 'enum' => ['REQUEST', 'JWT']], 'Authorizers' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfAuthorizer', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'ConnectionType' => ['type' => 'string', 'enum' => ['INTERNET', 'VPC_LINK']], 'ContentHandlingStrategy' => ['type' => 'string', 'enum' => ['CONVERT_TO_BINARY', 'CONVERT_TO_TEXT']], 'Cors' => ['type' => 'structure', 'members' => ['AllowCredentials' => ['shape' => '__boolean', 'locationName' => 'allowCredentials'], 'AllowHeaders' => ['shape' => 'CorsHeaderList', 'locationName' => 'allowHeaders'], 'AllowMethods' => ['shape' => 'CorsMethodList', 'locationName' => 'allowMethods'], 'AllowOrigins' => ['shape' => 'CorsOriginList', 'locationName' => 'allowOrigins'], 'ExposeHeaders' => ['shape' => 'CorsHeaderList', 'locationName' => 'exposeHeaders'], 'MaxAge' => ['shape' => 'IntegerWithLengthBetweenMinus1And86400', 'locationName' => 'maxAge']]], 'CorsHeaderList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'CorsMethodList' => ['type' => 'list', 'member' => ['shape' => 'StringWithLengthBetween1And64']], 'CorsOriginList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'CreateApiInput' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ProtocolType', 'Name']], 'CreateApiMappingInput' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['Stage', 'ApiId']], 'CreateApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['DomainName', 'Stage', 'ApiId']], 'CreateApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'CreateApiRequest' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ProtocolType', 'Name']], 'CreateApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'CreateAuthorizerInput' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['AuthorizerType', 'IdentitySource', 'Name']], 'CreateAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['ApiId', 'AuthorizerType', 'IdentitySource', 'Name']], 'CreateAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'CreateDeploymentInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName']]], 'CreateDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName']], 'required' => ['ApiId']], 'CreateDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'CreateDomainNameInput' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'CreateDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'CreateDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateIntegrationInput' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['IntegrationType']], 'CreateIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['ApiId', 'IntegrationType']], 'CreateIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'CreateIntegrationResponseInput' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['IntegrationResponseKey']], 'CreateIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['ApiId', 'IntegrationId', 'IntegrationResponseKey']], 'CreateIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'CreateModelInput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['Schema', 'Name']], 'CreateModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['ApiId', 'Schema', 'Name']], 'CreateModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'CreateRouteInput' => ['type' => 'structure', 'members' => ['ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['RouteKey']], 'CreateRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['ApiId', 'RouteKey']], 'CreateRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'CreateRouteResponseInput' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseKey']], 'CreateRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['ApiId', 'RouteId', 'RouteResponseKey']], 'CreateRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'CreateStageInput' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['StageName']], 'CreateStageRequest' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ApiId', 'StageName']], 'CreateStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateVpcLinkInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SubnetIds', 'Name']], 'CreateVpcLinkRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SubnetIds', 'Name']], 'CreateVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'DeleteAccessLogSettingsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'DeleteApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['ApiMappingId', 'DomainName']], 'DeleteApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId']], 'required' => ['AuthorizerId', 'ApiId']], 'DeleteCorsConfigurationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'DeleteDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId']], 'required' => ['ApiId', 'DeploymentId']], 'DeleteDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['DomainName']], 'DeleteIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId']], 'required' => ['ApiId', 'IntegrationId']], 'DeleteIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'DeleteModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'DeleteRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['ApiId', 'RouteId']], 'DeleteRouteRequestParameterRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RequestParameterKey' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'requestParameterKey'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['RequestParameterKey', 'ApiId', 'RouteId']], 'DeleteRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'DeleteRouteSettingsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteKey' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeKey'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'RouteKey', 'ApiId']], 'DeleteStageRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'DeleteVpcLinkRequest' => ['type' => 'structure', 'members' => ['VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'DeleteVpcLinkResponse' => ['type' => 'structure', 'members' => []], 'Deployment' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['PENDING', 'FAILED', 'DEPLOYED']], 'Deployments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDeployment', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DomainName' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'DomainNameConfiguration' => ['type' => 'structure', 'members' => ['ApiGatewayDomainName' => ['shape' => '__string', 'locationName' => 'apiGatewayDomainName'], 'CertificateArn' => ['shape' => 'Arn', 'locationName' => 'certificateArn'], 'CertificateName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'certificateName'], 'CertificateUploadDate' => ['shape' => '__timestampIso8601', 'locationName' => 'certificateUploadDate'], 'DomainNameStatus' => ['shape' => 'DomainNameStatus', 'locationName' => 'domainNameStatus'], 'DomainNameStatusMessage' => ['shape' => '__string', 'locationName' => 'domainNameStatusMessage'], 'EndpointType' => ['shape' => 'EndpointType', 'locationName' => 'endpointType'], 'HostedZoneId' => ['shape' => '__string', 'locationName' => 'hostedZoneId'], 'SecurityPolicy' => ['shape' => 'SecurityPolicy', 'locationName' => 'securityPolicy']]], 'DomainNameConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DomainNameConfiguration']], 'DomainNameStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UPDATING']], 'DomainNames' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDomainName', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'EndpointType' => ['type' => 'string', 'enum' => ['REGIONAL', 'EDGE']], 'GetApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['ApiMappingId', 'DomainName']], 'GetApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'GetApiMappingsRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['DomainName']], 'GetApiMappingsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApiMapping', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'GetApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'GetApisRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetApisResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApi', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId']], 'required' => ['AuthorizerId', 'ApiId']], 'GetAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'GetAuthorizersRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetAuthorizersResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfAuthorizer', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId']], 'required' => ['ApiId', 'DeploymentId']], 'GetDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'GetDeploymentsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetDeploymentsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDeployment', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['DomainName']], 'GetDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetDomainNamesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetDomainNamesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDomainName', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId']], 'required' => ['ApiId', 'IntegrationId']], 'GetIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'GetIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'GetIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'GetIntegrationResponsesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['IntegrationId', 'ApiId']], 'GetIntegrationResponsesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegrationResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetIntegrationsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetIntegrationsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegration', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'GetModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'GetModelTemplateRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'GetModelTemplateResponse' => ['type' => 'structure', 'members' => ['Value' => ['shape' => '__string', 'locationName' => 'value']]], 'GetModelsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetModelsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfModel', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['ApiId', 'RouteId']], 'GetRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'GetRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'GetRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'GetRouteResponsesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['RouteId', 'ApiId']], 'GetRouteResponsesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRouteResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetRoutesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetRoutesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRoute', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetStageRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'GetStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetStagesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetStagesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfStage', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'GetTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetVpcLinkRequest' => ['type' => 'structure', 'members' => ['VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'GetVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'GetVpcLinksRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetVpcLinksResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfVpcLink', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Id' => ['type' => 'string'], 'IdentitySourceList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'ImportApiInput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string', 'locationName' => 'body']], 'required' => ['Body']], 'ImportApiRequest' => ['type' => 'structure', 'members' => ['Basepath' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'basepath'], 'Body' => ['shape' => '__string', 'locationName' => 'body'], 'FailOnWarnings' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'failOnWarnings']], 'required' => ['Body']], 'ImportApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'IntegerWithLengthBetween0And3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], 'IntegerWithLengthBetween50And29000' => ['type' => 'integer', 'min' => 50, 'max' => 29000], 'IntegerWithLengthBetweenMinus1And86400' => ['type' => 'integer', 'min' => -1, 'max' => 86400], 'Integration' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'IntegrationParameters' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And512']], 'IntegrationResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['IntegrationResponseKey']], 'IntegrationResponses' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegrationResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'IntegrationType' => ['type' => 'string', 'enum' => ['AWS', 'HTTP', 'MOCK', 'HTTP_PROXY', 'AWS_PROXY']], 'Integrations' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegration', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'JWTConfiguration' => ['type' => 'structure', 'members' => ['Audience' => ['shape' => '__listOf__string', 'locationName' => 'audience'], 'Issuer' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'issuer']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['LimitType' => ['shape' => '__string', 'locationName' => 'limitType'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'LoggingLevel' => ['type' => 'string', 'enum' => ['ERROR', 'INFO', 'OFF']], 'Model' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['Name']], 'Models' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfModel', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ResourceType' => ['shape' => '__string', 'locationName' => 'resourceType']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['Required' => ['shape' => '__boolean', 'locationName' => 'required']]], 'PassthroughBehavior' => ['type' => 'string', 'enum' => ['WHEN_NO_MATCH', 'NEVER', 'WHEN_NO_TEMPLATES']], 'ProtocolType' => ['type' => 'string', 'enum' => ['WEBSOCKET', 'HTTP']], 'ReimportApiInput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string', 'locationName' => 'body']], 'required' => ['Body']], 'ReimportApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'Basepath' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'basepath'], 'Body' => ['shape' => '__string', 'locationName' => 'body'], 'FailOnWarnings' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'failOnWarnings']], 'required' => ['ApiId', 'Body']], 'ReimportApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'Route' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['RouteKey']], 'RouteModels' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And128']], 'RouteParameters' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ParameterConstraints']], 'RouteResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseKey']], 'RouteResponses' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRouteResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'RouteSettings' => ['type' => 'structure', 'members' => ['DataTraceEnabled' => ['shape' => '__boolean', 'locationName' => 'dataTraceEnabled'], 'DetailedMetricsEnabled' => ['shape' => '__boolean', 'locationName' => 'detailedMetricsEnabled'], 'LoggingLevel' => ['shape' => 'LoggingLevel', 'locationName' => 'loggingLevel'], 'ThrottlingBurstLimit' => ['shape' => '__integer', 'locationName' => 'throttlingBurstLimit'], 'ThrottlingRateLimit' => ['shape' => '__double', 'locationName' => 'throttlingRateLimit']]], 'RouteSettingsMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'RouteSettings']], 'Routes' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRoute', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'SecurityPolicy' => ['type' => 'string', 'enum' => ['TLS_1_0', 'TLS_1_2']], 'SelectionExpression' => ['type' => 'string'], 'SelectionKey' => ['type' => 'string'], 'Stage' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['StageName']], 'StageVariablesMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween0And2048']], 'Stages' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfStage', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'StringWithLengthBetween0And1024' => ['type' => 'string'], 'StringWithLengthBetween0And2048' => ['type' => 'string'], 'StringWithLengthBetween0And32K' => ['type' => 'string'], 'StringWithLengthBetween1And1024' => ['type' => 'string'], 'StringWithLengthBetween1And128' => ['type' => 'string'], 'StringWithLengthBetween1And1600' => ['type' => 'string'], 'StringWithLengthBetween1And256' => ['type' => 'string'], 'StringWithLengthBetween1And512' => ['type' => 'string'], 'StringWithLengthBetween1And64' => ['type' => 'string'], 'SubnetIdList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'TagResourceInput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And1600']], 'Template' => ['type' => 'structure', 'members' => ['Value' => ['shape' => '__string', 'locationName' => 'value']]], 'TemplateMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween0And32K']], 'TlsConfig' => ['type' => 'structure', 'members' => ['ServerNameToVerify' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'serverNameToVerify']]], 'TlsConfigInput' => ['type' => 'structure', 'members' => ['ServerNameToVerify' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'serverNameToVerify']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['LimitType' => ['shape' => '__string', 'locationName' => 'limitType'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['ResourceArn', 'TagKeys']], 'UpdateApiInput' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']]], 'UpdateApiMappingInput' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'UpdateApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['ApiMappingId', 'ApiId', 'DomainName']], 'UpdateApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'UpdateApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ApiId']], 'UpdateApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'UpdateAuthorizerInput' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['AuthorizerId', 'ApiId']], 'UpdateAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateDeploymentInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'UpdateDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']], 'required' => ['ApiId', 'DeploymentId']], 'UpdateDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'UpdateDomainNameInput' => ['type' => 'structure', 'members' => ['DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations']]], 'UpdateDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations']], 'required' => ['DomainName']], 'UpdateDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateIntegrationInput' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']]], 'UpdateIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['ApiId', 'IntegrationId']], 'UpdateIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And29000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'UpdateIntegrationResponseInput' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'UpdateIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'UpdateIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'UpdateModelInput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'UpdateModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['ModelId', 'ApiId']], 'UpdateModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'UpdateRouteInput' => ['type' => 'structure', 'members' => ['ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'UpdateRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['ApiId', 'RouteId']], 'UpdateRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'UpdateRouteResponseInput' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'UpdateRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'UpdateRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'UpdateStageInput' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables']]], 'UpdateStageRequest' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables']], 'required' => ['StageName', 'ApiId']], 'UpdateStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateVpcLinkInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateVpcLinkRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'UpdateVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'UriWithLengthBetween1And2048' => ['type' => 'string'], 'VpcLink' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']], 'required' => ['VpcLinkId', 'SecurityGroupIds', 'SubnetIds', 'Name']], 'VpcLinkStatus' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'DELETING', 'FAILED', 'INACTIVE']], 'VpcLinkVersion' => ['type' => 'string', 'enum' => ['V2']], 'VpcLinks' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfVpcLink', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfApi' => ['type' => 'list', 'member' => ['shape' => 'Api']], '__listOfApiMapping' => ['type' => 'list', 'member' => ['shape' => 'ApiMapping']], '__listOfAuthorizer' => ['type' => 'list', 'member' => ['shape' => 'Authorizer']], '__listOfDeployment' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], '__listOfDomainName' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], '__listOfIntegration' => ['type' => 'list', 'member' => ['shape' => 'Integration']], '__listOfIntegrationResponse' => ['type' => 'list', 'member' => ['shape' => 'IntegrationResponse']], '__listOfModel' => ['type' => 'list', 'member' => ['shape' => 'Model']], '__listOfRoute' => ['type' => 'list', 'member' => ['shape' => 'Route']], '__listOfRouteResponse' => ['type' => 'list', 'member' => ['shape' => 'RouteResponse']], '__listOfStage' => ['type' => 'list', 'member' => ['shape' => 'Stage']], '__listOfVpcLink' => ['type' => 'list', 'member' => ['shape' => 'VpcLink']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; +return ['metadata' => ['apiVersion' => '2018-11-29', 'endpointPrefix' => 'apigateway', 'signingName' => 'apigateway', 'serviceFullName' => 'AmazonApiGatewayV2', 'serviceId' => 'ApiGatewayV2', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'apigatewayv2-2018-11-29', 'signatureVersion' => 'v4'], 'operations' => ['CreateApi' => ['name' => 'CreateApi', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiRequest'], 'output' => ['shape' => 'CreateApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateApiMapping' => ['name' => 'CreateApiMapping', 'http' => ['method' => 'POST', 'requestUri' => '/v2/domainnames/{domainName}/apimappings', 'responseCode' => 201], 'input' => ['shape' => 'CreateApiMappingRequest'], 'output' => ['shape' => 'CreateApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/authorizers', 'responseCode' => 201], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'CreateAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentRequest'], 'output' => ['shape' => 'CreateDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateDomainName' => ['name' => 'CreateDomainName', 'http' => ['method' => 'POST', 'requestUri' => '/v2/domainnames', 'responseCode' => 201], 'input' => ['shape' => 'CreateDomainNameRequest'], 'output' => ['shape' => 'CreateDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'AccessDeniedException']]], 'CreateIntegration' => ['name' => 'CreateIntegration', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/integrations', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntegrationRequest'], 'output' => ['shape' => 'CreateIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateIntegrationResponse' => ['name' => 'CreateIntegrationResponse', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntegrationResponseRequest'], 'output' => ['shape' => 'CreateIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/models', 'responseCode' => 201], 'input' => ['shape' => 'CreateModelRequest'], 'output' => ['shape' => 'CreateModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/routes', 'responseCode' => 201], 'input' => ['shape' => 'CreateRouteRequest'], 'output' => ['shape' => 'CreateRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateRouteResponse' => ['name' => 'CreateRouteResponse', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses', 'responseCode' => 201], 'input' => ['shape' => 'CreateRouteResponseRequest'], 'output' => ['shape' => 'CreateRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateStage' => ['name' => 'CreateStage', 'http' => ['method' => 'POST', 'requestUri' => '/v2/apis/{apiId}/stages', 'responseCode' => 201], 'input' => ['shape' => 'CreateStageRequest'], 'output' => ['shape' => 'CreateStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'CreateVpcLink' => ['name' => 'CreateVpcLink', 'http' => ['method' => 'POST', 'requestUri' => '/v2/vpclinks', 'responseCode' => 201], 'input' => ['shape' => 'CreateVpcLinkRequest'], 'output' => ['shape' => 'CreateVpcLinkResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'DeleteAccessLogSettings' => ['name' => 'DeleteAccessLogSettings', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}/accesslogsettings', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccessLogSettingsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApi' => ['name' => 'DeleteApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApiRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApiMapping' => ['name' => 'DeleteApiMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApiMappingRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteCorsConfiguration' => ['name' => 'DeleteCorsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/cors', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCorsConfigurationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDeployment' => ['name' => 'DeleteDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDeploymentRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteDomainName' => ['name' => 'DeleteDomainName', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDomainNameRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteIntegration' => ['name' => 'DeleteIntegration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteIntegrationResponse' => ['name' => 'DeleteIntegrationResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntegrationResponseRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteModelRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteRequestParameter' => ['name' => 'DeleteRouteRequestParameter', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/requestparameters/{requestParameterKey}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteRequestParameterRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteResponse' => ['name' => 'DeleteRouteResponse', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteResponseRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRouteSettings' => ['name' => 'DeleteRouteSettings', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}/routesettings/{routeKey}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRouteSettingsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteStage' => ['name' => 'DeleteStage', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteStageRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVpcLink' => ['name' => 'DeleteVpcLink', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVpcLinkRequest'], 'output' => ['shape' => 'DeleteVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ExportApi' => ['name' => 'ExportApi', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/exports/{specification}', 'responseCode' => 200], 'input' => ['shape' => 'ExportApiRequest'], 'output' => ['shape' => 'ExportApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetApi' => ['name' => 'GetApi', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApiRequest'], 'output' => ['shape' => 'GetApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetApiMapping' => ['name' => 'GetApiMapping', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApiMappingRequest'], 'output' => ['shape' => 'GetApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetApiMappings' => ['name' => 'GetApiMappings', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}/apimappings', 'responseCode' => 200], 'input' => ['shape' => 'GetApiMappingsRequest'], 'output' => ['shape' => 'GetApiMappingsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetApis' => ['name' => 'GetApis', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis', 'responseCode' => 200], 'input' => ['shape' => 'GetApisRequest'], 'output' => ['shape' => 'GetApisResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetAuthorizer' => ['name' => 'GetAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAuthorizerRequest'], 'output' => ['shape' => 'GetAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetAuthorizers' => ['name' => 'GetAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/authorizers', 'responseCode' => 200], 'input' => ['shape' => 'GetAuthorizersRequest'], 'output' => ['shape' => 'GetAuthorizersResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'GetDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDeployments' => ['name' => 'GetDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/deployments', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentsRequest'], 'output' => ['shape' => 'GetDeploymentsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDomainName' => ['name' => 'GetDomainName', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 200], 'input' => ['shape' => 'GetDomainNameRequest'], 'output' => ['shape' => 'GetDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDomainNames' => ['name' => 'GetDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/v2/domainnames', 'responseCode' => 200], 'input' => ['shape' => 'GetDomainNamesRequest'], 'output' => ['shape' => 'GetDomainNamesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetIntegration' => ['name' => 'GetIntegration', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationRequest'], 'output' => ['shape' => 'GetIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponse' => ['name' => 'GetIntegrationResponse', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationResponseRequest'], 'output' => ['shape' => 'GetIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetIntegrationResponses' => ['name' => 'GetIntegrationResponses', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationResponsesRequest'], 'output' => ['shape' => 'GetIntegrationResponsesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetIntegrations' => ['name' => 'GetIntegrations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/integrations', 'responseCode' => 200], 'input' => ['shape' => 'GetIntegrationsRequest'], 'output' => ['shape' => 'GetIntegrationsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetModel' => ['name' => 'GetModel', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 200], 'input' => ['shape' => 'GetModelRequest'], 'output' => ['shape' => 'GetModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModelTemplate' => ['name' => 'GetModelTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}/template', 'responseCode' => 200], 'input' => ['shape' => 'GetModelTemplateRequest'], 'output' => ['shape' => 'GetModelTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/models', 'responseCode' => 200], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'GetModelsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetRoute' => ['name' => 'GetRoute', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteRequest'], 'output' => ['shape' => 'GetRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRouteResponse' => ['name' => 'GetRouteResponse', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteResponseRequest'], 'output' => ['shape' => 'GetRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetRouteResponses' => ['name' => 'GetRouteResponses', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses', 'responseCode' => 200], 'input' => ['shape' => 'GetRouteResponsesRequest'], 'output' => ['shape' => 'GetRouteResponsesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetRoutes' => ['name' => 'GetRoutes', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/routes', 'responseCode' => 200], 'input' => ['shape' => 'GetRoutesRequest'], 'output' => ['shape' => 'GetRoutesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetStage' => ['name' => 'GetStage', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 200], 'input' => ['shape' => 'GetStageRequest'], 'output' => ['shape' => 'GetStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetStages' => ['name' => 'GetStages', 'http' => ['method' => 'GET', 'requestUri' => '/v2/apis/{apiId}/stages', 'responseCode' => 200], 'input' => ['shape' => 'GetStagesRequest'], 'output' => ['shape' => 'GetStagesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'GetTagsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'GetVpcLink' => ['name' => 'GetVpcLink', 'http' => ['method' => 'GET', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVpcLinkRequest'], 'output' => ['shape' => 'GetVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetVpcLinks' => ['name' => 'GetVpcLinks', 'http' => ['method' => 'GET', 'requestUri' => '/v2/vpclinks', 'responseCode' => 200], 'input' => ['shape' => 'GetVpcLinksRequest'], 'output' => ['shape' => 'GetVpcLinksResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'ImportApi' => ['name' => 'ImportApi', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/apis', 'responseCode' => 201], 'input' => ['shape' => 'ImportApiRequest'], 'output' => ['shape' => 'ImportApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'ReimportApi' => ['name' => 'ReimportApi', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 201], 'input' => ['shape' => 'ReimportApiRequest'], 'output' => ['shape' => 'ReimportApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 201], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateApi' => ['name' => 'UpdateApi', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApiRequest'], 'output' => ['shape' => 'UpdateApiResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateApiMapping' => ['name' => 'UpdateApiMapping', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/domainnames/{domainName}/apimappings/{apiMappingId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApiMappingRequest'], 'output' => ['shape' => 'UpdateApiMappingResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/authorizers/{authorizerId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'UpdateAuthorizerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateDeployment' => ['name' => 'UpdateDeployment', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/deployments/{deploymentId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDeploymentRequest'], 'output' => ['shape' => 'UpdateDeploymentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateDomainName' => ['name' => 'UpdateDomainName', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/domainnames/{domainName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDomainNameRequest'], 'output' => ['shape' => 'UpdateDomainNameResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateIntegration' => ['name' => 'UpdateIntegration', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIntegrationRequest'], 'output' => ['shape' => 'UpdateIntegrationResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateIntegrationResponse' => ['name' => 'UpdateIntegrationResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/integrations/{integrationId}/integrationresponses/{integrationResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIntegrationResponseRequest'], 'output' => ['shape' => 'UpdateIntegrationResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateModel' => ['name' => 'UpdateModel', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/models/{modelId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateModelRequest'], 'output' => ['shape' => 'UpdateModelResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateRoute' => ['name' => 'UpdateRoute', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteRequest'], 'output' => ['shape' => 'UpdateRouteResult'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateRouteResponse' => ['name' => 'UpdateRouteResponse', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/routes/{routeId}/routeresponses/{routeResponseId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteResponseRequest'], 'output' => ['shape' => 'UpdateRouteResponseResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateStage' => ['name' => 'UpdateStage', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/apis/{apiId}/stages/{stageName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateStageRequest'], 'output' => ['shape' => 'UpdateStageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'UpdateVpcLink' => ['name' => 'UpdateVpcLink', 'http' => ['method' => 'PATCH', 'requestUri' => '/v2/vpclinks/{vpcLinkId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVpcLinkRequest'], 'output' => ['shape' => 'UpdateVpcLinkResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'AccessLogSettings' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'Arn', 'locationName' => 'destinationArn'], 'Format' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'format']]], 'Api' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']], 'required' => ['RouteSelectionExpression', 'Name', 'ProtocolType']], 'ApiMapping' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['Stage', 'ApiId']], 'ApiMappings' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApiMapping', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Apis' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApi', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Arn' => ['type' => 'string'], 'AuthorizationScopes' => ['type' => 'list', 'member' => ['shape' => 'StringWithLengthBetween1And64']], 'AuthorizationType' => ['type' => 'string', 'enum' => ['NONE', 'AWS_IAM', 'CUSTOM', 'JWT']], 'Authorizer' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['Name']], 'AuthorizerType' => ['type' => 'string', 'enum' => ['REQUEST', 'JWT']], 'Authorizers' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfAuthorizer', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'ConnectionType' => ['type' => 'string', 'enum' => ['INTERNET', 'VPC_LINK']], 'ContentHandlingStrategy' => ['type' => 'string', 'enum' => ['CONVERT_TO_BINARY', 'CONVERT_TO_TEXT']], 'Cors' => ['type' => 'structure', 'members' => ['AllowCredentials' => ['shape' => '__boolean', 'locationName' => 'allowCredentials'], 'AllowHeaders' => ['shape' => 'CorsHeaderList', 'locationName' => 'allowHeaders'], 'AllowMethods' => ['shape' => 'CorsMethodList', 'locationName' => 'allowMethods'], 'AllowOrigins' => ['shape' => 'CorsOriginList', 'locationName' => 'allowOrigins'], 'ExposeHeaders' => ['shape' => 'CorsHeaderList', 'locationName' => 'exposeHeaders'], 'MaxAge' => ['shape' => 'IntegerWithLengthBetweenMinus1And86400', 'locationName' => 'maxAge']]], 'CorsHeaderList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'CorsMethodList' => ['type' => 'list', 'member' => ['shape' => 'StringWithLengthBetween1And64']], 'CorsOriginList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'CreateApiInput' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ProtocolType', 'Name']], 'CreateApiMappingInput' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['Stage', 'ApiId']], 'CreateApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['DomainName', 'Stage', 'ApiId']], 'CreateApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'CreateApiRequest' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ProtocolType', 'Name']], 'CreateApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'CreateAuthorizerInput' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['AuthorizerType', 'IdentitySource', 'Name']], 'CreateAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['ApiId', 'AuthorizerType', 'IdentitySource', 'Name']], 'CreateAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'CreateDeploymentInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName']]], 'CreateDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName']], 'required' => ['ApiId']], 'CreateDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'CreateDomainNameInput' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'CreateDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'CreateDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateIntegrationInput' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['IntegrationType']], 'CreateIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['ApiId', 'IntegrationType']], 'CreateIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'CreateIntegrationResponseInput' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['IntegrationResponseKey']], 'CreateIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['ApiId', 'IntegrationId', 'IntegrationResponseKey']], 'CreateIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'CreateModelInput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['Schema', 'Name']], 'CreateModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['ApiId', 'Schema', 'Name']], 'CreateModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'CreateRouteInput' => ['type' => 'structure', 'members' => ['ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['RouteKey']], 'CreateRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['ApiId', 'RouteKey']], 'CreateRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'CreateRouteResponseInput' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseKey']], 'CreateRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['ApiId', 'RouteId', 'RouteResponseKey']], 'CreateRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'CreateStageInput' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['StageName']], 'CreateStageRequest' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ApiId', 'StageName']], 'CreateStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateVpcLinkInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SubnetIds', 'Name']], 'CreateVpcLinkRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SubnetIds', 'Name']], 'CreateVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'DeleteAccessLogSettingsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'DeleteApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['ApiMappingId', 'DomainName']], 'DeleteApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId']], 'required' => ['AuthorizerId', 'ApiId']], 'DeleteCorsConfigurationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'DeleteDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId']], 'required' => ['ApiId', 'DeploymentId']], 'DeleteDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['DomainName']], 'DeleteIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId']], 'required' => ['ApiId', 'IntegrationId']], 'DeleteIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'DeleteModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'DeleteRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['ApiId', 'RouteId']], 'DeleteRouteRequestParameterRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RequestParameterKey' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'requestParameterKey'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['RequestParameterKey', 'ApiId', 'RouteId']], 'DeleteRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'DeleteRouteSettingsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteKey' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeKey'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'RouteKey', 'ApiId']], 'DeleteStageRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'DeleteVpcLinkRequest' => ['type' => 'structure', 'members' => ['VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'DeleteVpcLinkResponse' => ['type' => 'structure', 'members' => []], 'Deployment' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['PENDING', 'FAILED', 'DEPLOYED']], 'Deployments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDeployment', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DomainName' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['DomainName']], 'DomainNameConfiguration' => ['type' => 'structure', 'members' => ['ApiGatewayDomainName' => ['shape' => '__string', 'locationName' => 'apiGatewayDomainName'], 'CertificateArn' => ['shape' => 'Arn', 'locationName' => 'certificateArn'], 'CertificateName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'certificateName'], 'CertificateUploadDate' => ['shape' => '__timestampIso8601', 'locationName' => 'certificateUploadDate'], 'DomainNameStatus' => ['shape' => 'DomainNameStatus', 'locationName' => 'domainNameStatus'], 'DomainNameStatusMessage' => ['shape' => '__string', 'locationName' => 'domainNameStatusMessage'], 'EndpointType' => ['shape' => 'EndpointType', 'locationName' => 'endpointType'], 'HostedZoneId' => ['shape' => '__string', 'locationName' => 'hostedZoneId'], 'SecurityPolicy' => ['shape' => 'SecurityPolicy', 'locationName' => 'securityPolicy']]], 'DomainNameConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DomainNameConfiguration']], 'DomainNameStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UPDATING']], 'DomainNames' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDomainName', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'EndpointType' => ['type' => 'string', 'enum' => ['REGIONAL', 'EDGE']], 'ExportApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ExportVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'exportVersion'], 'IncludeExtensions' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'includeExtensions'], 'OutputType' => ['shape' => '__string', 'enum' => ['YAML', 'JSON'], 'location' => 'querystring', 'locationName' => 'outputType'], 'Specification' => ['shape' => '__string', 'enum' => ['OAS30'], 'location' => 'uri', 'locationName' => 'specification'], 'StageName' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'stageName']], 'required' => ['Specification', 'OutputType', 'ApiId']], 'ExportApiResponse' => ['type' => 'structure', 'members' => ['body' => ['shape' => 'ExportedApi']], 'payload' => 'body'], 'ExportedApi' => ['type' => 'blob'], 'GetApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['ApiMappingId', 'DomainName']], 'GetApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'GetApiMappingsRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['DomainName']], 'GetApiMappingsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApiMapping', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId']], 'required' => ['ApiId']], 'GetApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'GetApisRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetApisResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfApi', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId']], 'required' => ['AuthorizerId', 'ApiId']], 'GetAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'GetAuthorizersRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetAuthorizersResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfAuthorizer', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId']], 'required' => ['ApiId', 'DeploymentId']], 'GetDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'GetDeploymentsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetDeploymentsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDeployment', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName']], 'required' => ['DomainName']], 'GetDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetDomainNamesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetDomainNamesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfDomainName', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId']], 'required' => ['ApiId', 'IntegrationId']], 'GetIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'GetIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'GetIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'GetIntegrationResponsesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['IntegrationId', 'ApiId']], 'GetIntegrationResponsesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegrationResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetIntegrationsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetIntegrationsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegration', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'GetModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'GetModelTemplateRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId']], 'required' => ['ModelId', 'ApiId']], 'GetModelTemplateResponse' => ['type' => 'structure', 'members' => ['Value' => ['shape' => '__string', 'locationName' => 'value']]], 'GetModelsRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetModelsResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfModel', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['ApiId', 'RouteId']], 'GetRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'GetRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'GetRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'GetRouteResponsesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId']], 'required' => ['RouteId', 'ApiId']], 'GetRouteResponsesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRouteResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetRoutesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetRoutesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRoute', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetStageRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName']], 'required' => ['StageName', 'ApiId']], 'GetStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetStagesRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ApiId']], 'GetStagesResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfStage', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'GetTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'GetVpcLinkRequest' => ['type' => 'structure', 'members' => ['VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'GetVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'GetVpcLinksRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetVpcLinksResponse' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfVpcLink', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'Id' => ['type' => 'string'], 'IdentitySourceList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'ImportApiInput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string', 'locationName' => 'body']], 'required' => ['Body']], 'ImportApiRequest' => ['type' => 'structure', 'members' => ['Basepath' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'basepath'], 'Body' => ['shape' => '__string', 'locationName' => 'body'], 'FailOnWarnings' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'failOnWarnings']], 'required' => ['Body']], 'ImportApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'IntegerWithLengthBetween0And3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], 'IntegerWithLengthBetween50And30000' => ['type' => 'integer', 'min' => 50, 'max' => 30000], 'IntegerWithLengthBetweenMinus1And86400' => ['type' => 'integer', 'min' => -1, 'max' => 86400], 'Integration' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'IntegrationParameters' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And512']], 'IntegrationResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['IntegrationResponseKey']], 'IntegrationResponses' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegrationResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'IntegrationType' => ['type' => 'string', 'enum' => ['AWS', 'HTTP', 'MOCK', 'HTTP_PROXY', 'AWS_PROXY']], 'Integrations' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfIntegration', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'JWTConfiguration' => ['type' => 'structure', 'members' => ['Audience' => ['shape' => '__listOf__string', 'locationName' => 'audience'], 'Issuer' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'issuer']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['LimitType' => ['shape' => '__string', 'locationName' => 'limitType'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'LoggingLevel' => ['type' => 'string', 'enum' => ['ERROR', 'INFO', 'OFF']], 'Model' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['Name']], 'Models' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfModel', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ResourceType' => ['shape' => '__string', 'locationName' => 'resourceType']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['Required' => ['shape' => '__boolean', 'locationName' => 'required']]], 'PassthroughBehavior' => ['type' => 'string', 'enum' => ['WHEN_NO_MATCH', 'NEVER', 'WHEN_NO_TEMPLATES']], 'ProtocolType' => ['type' => 'string', 'enum' => ['WEBSOCKET', 'HTTP']], 'ReimportApiInput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string', 'locationName' => 'body']], 'required' => ['Body']], 'ReimportApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'Basepath' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'basepath'], 'Body' => ['shape' => '__string', 'locationName' => 'body'], 'FailOnWarnings' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'failOnWarnings']], 'required' => ['ApiId', 'Body']], 'ReimportApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'Route' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['RouteKey']], 'RouteModels' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And128']], 'RouteParameters' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ParameterConstraints']], 'RouteResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseKey']], 'RouteResponses' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRouteResponse', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'RouteSettings' => ['type' => 'structure', 'members' => ['DataTraceEnabled' => ['shape' => '__boolean', 'locationName' => 'dataTraceEnabled'], 'DetailedMetricsEnabled' => ['shape' => '__boolean', 'locationName' => 'detailedMetricsEnabled'], 'LoggingLevel' => ['shape' => 'LoggingLevel', 'locationName' => 'loggingLevel'], 'ThrottlingBurstLimit' => ['shape' => '__integer', 'locationName' => 'throttlingBurstLimit'], 'ThrottlingRateLimit' => ['shape' => '__double', 'locationName' => 'throttlingRateLimit']]], 'RouteSettingsMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'RouteSettings']], 'Routes' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfRoute', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'SecurityPolicy' => ['type' => 'string', 'enum' => ['TLS_1_0', 'TLS_1_2']], 'SelectionExpression' => ['type' => 'string'], 'SelectionKey' => ['type' => 'string'], 'Stage' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['StageName']], 'StageVariablesMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween0And2048']], 'Stages' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfStage', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'StringWithLengthBetween0And1024' => ['type' => 'string'], 'StringWithLengthBetween0And2048' => ['type' => 'string'], 'StringWithLengthBetween0And32K' => ['type' => 'string'], 'StringWithLengthBetween1And1024' => ['type' => 'string'], 'StringWithLengthBetween1And128' => ['type' => 'string'], 'StringWithLengthBetween1And1600' => ['type' => 'string'], 'StringWithLengthBetween1And256' => ['type' => 'string'], 'StringWithLengthBetween1And512' => ['type' => 'string'], 'StringWithLengthBetween1And64' => ['type' => 'string'], 'SubnetIdList' => ['type' => 'list', 'member' => ['shape' => '__string']], 'TagResourceInput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween1And1600']], 'Template' => ['type' => 'structure', 'members' => ['Value' => ['shape' => '__string', 'locationName' => 'value']]], 'TemplateMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'StringWithLengthBetween0And32K']], 'TlsConfig' => ['type' => 'structure', 'members' => ['ServerNameToVerify' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'serverNameToVerify']]], 'TlsConfigInput' => ['type' => 'structure', 'members' => ['ServerNameToVerify' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'serverNameToVerify']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['LimitType' => ['shape' => '__string', 'locationName' => 'limitType'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['ResourceArn', 'TagKeys']], 'UpdateApiInput' => ['type' => 'structure', 'members' => ['ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']]], 'UpdateApiMappingInput' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'UpdateApiMappingRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']], 'required' => ['ApiMappingId', 'ApiId', 'DomainName']], 'UpdateApiMappingResponse' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiMappingId' => ['shape' => 'Id', 'locationName' => 'apiMappingId'], 'ApiMappingKey' => ['shape' => 'SelectionKey', 'locationName' => 'apiMappingKey'], 'Stage' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stage']]], 'UpdateApiRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Target' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'target'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version']], 'required' => ['ApiId']], 'UpdateApiResponse' => ['type' => 'structure', 'members' => ['ApiEndpoint' => ['shape' => '__string', 'locationName' => 'apiEndpoint'], 'ApiId' => ['shape' => 'Id', 'locationName' => 'apiId'], 'ApiKeySelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiKeySelectionExpression'], 'CorsConfiguration' => ['shape' => 'Cors', 'locationName' => 'corsConfiguration'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'DisableSchemaValidation' => ['shape' => '__boolean', 'locationName' => 'disableSchemaValidation'], 'ImportInfo' => ['shape' => '__listOf__string', 'locationName' => 'importInfo'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'ProtocolType' => ['shape' => 'ProtocolType', 'locationName' => 'protocolType'], 'RouteSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeSelectionExpression'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Version' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'version'], 'Warnings' => ['shape' => '__listOf__string', 'locationName' => 'warnings']]], 'UpdateAuthorizerInput' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']], 'required' => ['AuthorizerId', 'ApiId']], 'UpdateAuthorizerResponse' => ['type' => 'structure', 'members' => ['AuthorizerCredentialsArn' => ['shape' => 'Arn', 'locationName' => 'authorizerCredentialsArn'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'AuthorizerResultTtlInSeconds' => ['shape' => 'IntegerWithLengthBetween0And3600', 'locationName' => 'authorizerResultTtlInSeconds'], 'AuthorizerType' => ['shape' => 'AuthorizerType', 'locationName' => 'authorizerType'], 'AuthorizerUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'authorizerUri'], 'IdentitySource' => ['shape' => 'IdentitySourceList', 'locationName' => 'identitySource'], 'IdentityValidationExpression' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'identityValidationExpression'], 'JwtConfiguration' => ['shape' => 'JWTConfiguration', 'locationName' => 'jwtConfiguration'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateDeploymentInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'UpdateDeploymentRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'DeploymentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']], 'required' => ['ApiId', 'DeploymentId']], 'UpdateDeploymentResponse' => ['type' => 'structure', 'members' => ['AutoDeployed' => ['shape' => '__boolean', 'locationName' => 'autoDeployed'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'DeploymentStatus' => ['shape' => 'DeploymentStatus', 'locationName' => 'deploymentStatus'], 'DeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'deploymentStatusMessage'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description']]], 'UpdateDomainNameInput' => ['type' => 'structure', 'members' => ['DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations']]], 'UpdateDomainNameRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations']], 'required' => ['DomainName']], 'UpdateDomainNameResponse' => ['type' => 'structure', 'members' => ['ApiMappingSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'apiMappingSelectionExpression'], 'DomainName' => ['shape' => 'StringWithLengthBetween1And512', 'locationName' => 'domainName'], 'DomainNameConfigurations' => ['shape' => 'DomainNameConfigurations', 'locationName' => 'domainNameConfigurations'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateIntegrationInput' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']]], 'UpdateIntegrationRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfigInput', 'locationName' => 'tlsConfig']], 'required' => ['ApiId', 'IntegrationId']], 'UpdateIntegrationResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ConnectionId' => ['shape' => 'StringWithLengthBetween1And1024', 'locationName' => 'connectionId'], 'ConnectionType' => ['shape' => 'ConnectionType', 'locationName' => 'connectionType'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'CredentialsArn' => ['shape' => 'Arn', 'locationName' => 'credentialsArn'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'IntegrationId' => ['shape' => 'Id', 'locationName' => 'integrationId'], 'IntegrationMethod' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'integrationMethod'], 'IntegrationResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'integrationResponseSelectionExpression'], 'IntegrationType' => ['shape' => 'IntegrationType', 'locationName' => 'integrationType'], 'IntegrationUri' => ['shape' => 'UriWithLengthBetween1And2048', 'locationName' => 'integrationUri'], 'PassthroughBehavior' => ['shape' => 'PassthroughBehavior', 'locationName' => 'passthroughBehavior'], 'PayloadFormatVersion' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'payloadFormatVersion'], 'RequestParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'requestParameters'], 'RequestTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'requestTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression'], 'TimeoutInMillis' => ['shape' => 'IntegerWithLengthBetween50And30000', 'locationName' => 'timeoutInMillis'], 'TlsConfig' => ['shape' => 'TlsConfig', 'locationName' => 'tlsConfig']]], 'UpdateIntegrationResponseInput' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'UpdateIntegrationResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationId'], 'IntegrationResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']], 'required' => ['ApiId', 'IntegrationResponseId', 'IntegrationId']], 'UpdateIntegrationResponseResponse' => ['type' => 'structure', 'members' => ['ContentHandlingStrategy' => ['shape' => 'ContentHandlingStrategy', 'locationName' => 'contentHandlingStrategy'], 'IntegrationResponseId' => ['shape' => 'Id', 'locationName' => 'integrationResponseId'], 'IntegrationResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'integrationResponseKey'], 'ResponseParameters' => ['shape' => 'IntegrationParameters', 'locationName' => 'responseParameters'], 'ResponseTemplates' => ['shape' => 'TemplateMap', 'locationName' => 'responseTemplates'], 'TemplateSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'templateSelectionExpression']]], 'UpdateModelInput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'UpdateModelRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']], 'required' => ['ModelId', 'ApiId']], 'UpdateModelResponse' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'StringWithLengthBetween1And256', 'locationName' => 'contentType'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'ModelId' => ['shape' => 'Id', 'locationName' => 'modelId'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'Schema' => ['shape' => 'StringWithLengthBetween0And32K', 'locationName' => 'schema']]], 'UpdateRouteInput' => ['type' => 'structure', 'members' => ['ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'UpdateRouteRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']], 'required' => ['ApiId', 'RouteId']], 'UpdateRouteResult' => ['type' => 'structure', 'members' => ['ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'ApiKeyRequired' => ['shape' => '__boolean', 'locationName' => 'apiKeyRequired'], 'AuthorizationScopes' => ['shape' => 'AuthorizationScopes', 'locationName' => 'authorizationScopes'], 'AuthorizationType' => ['shape' => 'AuthorizationType', 'locationName' => 'authorizationType'], 'AuthorizerId' => ['shape' => 'Id', 'locationName' => 'authorizerId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'OperationName' => ['shape' => 'StringWithLengthBetween1And64', 'locationName' => 'operationName'], 'RequestModels' => ['shape' => 'RouteModels', 'locationName' => 'requestModels'], 'RequestParameters' => ['shape' => 'RouteParameters', 'locationName' => 'requestParameters'], 'RouteId' => ['shape' => 'Id', 'locationName' => 'routeId'], 'RouteKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeKey'], 'RouteResponseSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'routeResponseSelectionExpression'], 'Target' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'target']]], 'UpdateRouteResponseInput' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'UpdateRouteResponseRequest' => ['type' => 'structure', 'members' => ['ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeId'], 'RouteResponseId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']], 'required' => ['RouteResponseId', 'ApiId', 'RouteId']], 'UpdateRouteResponseResponse' => ['type' => 'structure', 'members' => ['ModelSelectionExpression' => ['shape' => 'SelectionExpression', 'locationName' => 'modelSelectionExpression'], 'ResponseModels' => ['shape' => 'RouteModels', 'locationName' => 'responseModels'], 'ResponseParameters' => ['shape' => 'RouteParameters', 'locationName' => 'responseParameters'], 'RouteResponseId' => ['shape' => 'Id', 'locationName' => 'routeResponseId'], 'RouteResponseKey' => ['shape' => 'SelectionKey', 'locationName' => 'routeResponseKey']]], 'UpdateStageInput' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables']]], 'UpdateStageRequest' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'apiId'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables']], 'required' => ['StageName', 'ApiId']], 'UpdateStageResponse' => ['type' => 'structure', 'members' => ['AccessLogSettings' => ['shape' => 'AccessLogSettings', 'locationName' => 'accessLogSettings'], 'ApiGatewayManaged' => ['shape' => '__boolean', 'locationName' => 'apiGatewayManaged'], 'AutoDeploy' => ['shape' => '__boolean', 'locationName' => 'autoDeploy'], 'ClientCertificateId' => ['shape' => 'Id', 'locationName' => 'clientCertificateId'], 'CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'DefaultRouteSettings' => ['shape' => 'RouteSettings', 'locationName' => 'defaultRouteSettings'], 'DeploymentId' => ['shape' => 'Id', 'locationName' => 'deploymentId'], 'Description' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'description'], 'LastDeploymentStatusMessage' => ['shape' => '__string', 'locationName' => 'lastDeploymentStatusMessage'], 'LastUpdatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdatedDate'], 'RouteSettings' => ['shape' => 'RouteSettingsMap', 'locationName' => 'routeSettings'], 'StageName' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'stageName'], 'StageVariables' => ['shape' => 'StageVariablesMap', 'locationName' => 'stageVariables'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateVpcLinkInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name']]], 'UpdateVpcLinkRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'VpcLinkId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcLinkId']], 'required' => ['VpcLinkId']], 'UpdateVpcLinkResponse' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']]], 'UriWithLengthBetween1And2048' => ['type' => 'string'], 'VpcLink' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601', 'locationName' => 'createdDate'], 'Name' => ['shape' => 'StringWithLengthBetween1And128', 'locationName' => 'name'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => 'SubnetIdList', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VpcLinkId' => ['shape' => 'Id', 'locationName' => 'vpcLinkId'], 'VpcLinkStatus' => ['shape' => 'VpcLinkStatus', 'locationName' => 'vpcLinkStatus'], 'VpcLinkStatusMessage' => ['shape' => 'StringWithLengthBetween0And1024', 'locationName' => 'vpcLinkStatusMessage'], 'VpcLinkVersion' => ['shape' => 'VpcLinkVersion', 'locationName' => 'vpcLinkVersion']], 'required' => ['VpcLinkId', 'SecurityGroupIds', 'SubnetIds', 'Name']], 'VpcLinkStatus' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'DELETING', 'FAILED', 'INACTIVE']], 'VpcLinkVersion' => ['type' => 'string', 'enum' => ['V2']], 'VpcLinks' => ['type' => 'structure', 'members' => ['Items' => ['shape' => '__listOfVpcLink', 'locationName' => 'items'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfApi' => ['type' => 'list', 'member' => ['shape' => 'Api']], '__listOfApiMapping' => ['type' => 'list', 'member' => ['shape' => 'ApiMapping']], '__listOfAuthorizer' => ['type' => 'list', 'member' => ['shape' => 'Authorizer']], '__listOfDeployment' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], '__listOfDomainName' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], '__listOfIntegration' => ['type' => 'list', 'member' => ['shape' => 'Integration']], '__listOfIntegrationResponse' => ['type' => 'list', 'member' => ['shape' => 'IntegrationResponse']], '__listOfModel' => ['type' => 'list', 'member' => ['shape' => 'Model']], '__listOfRoute' => ['type' => 'list', 'member' => ['shape' => 'Route']], '__listOfRouteResponse' => ['type' => 'list', 'member' => ['shape' => 'RouteResponse']], '__listOfStage' => ['type' => 'list', 'member' => ['shape' => 'Stage']], '__listOfVpcLink' => ['type' => 'list', 'member' => ['shape' => 'VpcLink']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; diff --git a/vendor/Aws3/Aws/data/appconfig/2019-10-09/api-2.json.php b/vendor/Aws3/Aws/data/appconfig/2019-10-09/api-2.json.php index 127f5e61..e4abd572 100644 --- a/vendor/Aws3/Aws/data/appconfig/2019-10-09/api-2.json.php +++ b/vendor/Aws3/Aws/data/appconfig/2019-10-09/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-10-09', 'endpointPrefix' => 'appconfig', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AppConfig', 'serviceFullName' => 'Amazon AppConfig', 'serviceId' => 'AppConfig', 'signatureVersion' => 'v4', 'signingName' => 'appconfig', 'uid' => 'appconfig-2019-10-09'], 'operations' => ['CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/applications', 'responseCode' => 201], 'input' => ['shape' => 'CreateApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'CreateConfigurationProfile' => ['name' => 'CreateConfigurationProfile', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles', 'responseCode' => 201], 'input' => ['shape' => 'CreateConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'CreateDeploymentStrategy' => ['name' => 'CreateDeploymentStrategy', 'http' => ['method' => 'POST', 'requestUri' => '/deploymentstrategies', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'CreateEnvironment' => ['name' => 'CreateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/environments', 'responseCode' => 201], 'input' => ['shape' => 'CreateEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApplicationRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteConfigurationProfile' => ['name' => 'DeleteConfigurationProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteConfigurationProfileRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteDeploymentStrategy' => ['name' => 'DeleteDeploymentStrategy', 'http' => ['method' => 'DELETE', 'requestUri' => '/deployementstrategies/{DeploymentStrategyId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDeploymentStrategyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteEnvironment' => ['name' => 'DeleteEnvironment', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteEnvironmentRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetApplication' => ['name' => 'GetApplication', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetConfiguration' => ['name' => 'GetConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{Application}/environments/{Environment}/configurations/{Configuration}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigurationRequest'], 'output' => ['shape' => 'Configuration'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException']]], 'GetConfigurationProfile' => ['name' => 'GetConfigurationProfile', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetDeploymentStrategy' => ['name' => 'GetDeploymentStrategy', 'http' => ['method' => 'GET', 'requestUri' => '/deploymentstrategies/{DeploymentStrategyId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetEnvironment' => ['name' => 'GetEnvironment', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 200], 'input' => ['shape' => 'GetEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'GET', 'requestUri' => '/applications', 'responseCode' => 200], 'input' => ['shape' => 'ListApplicationsRequest'], 'output' => ['shape' => 'Applications'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListConfigurationProfiles' => ['name' => 'ListConfigurationProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationProfilesRequest'], 'output' => ['shape' => 'ConfigurationProfiles'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListDeploymentStrategies' => ['name' => 'ListDeploymentStrategies', 'http' => ['method' => 'GET', 'requestUri' => '/deploymentstrategies', 'responseCode' => 200], 'input' => ['shape' => 'ListDeploymentStrategiesRequest'], 'output' => ['shape' => 'DeploymentStrategies'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListDeployments' => ['name' => 'ListDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments', 'responseCode' => 200], 'input' => ['shape' => 'ListDeploymentsRequest'], 'output' => ['shape' => 'Deployments'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListEnvironments' => ['name' => 'ListEnvironments', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments', 'responseCode' => 200], 'input' => ['shape' => 'ListEnvironmentsRequest'], 'output' => ['shape' => 'Environments'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ResourceTags'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'StartDeployment' => ['name' => 'StartDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'StartDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'StopDeployment' => ['name' => 'StopDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}', 'responseCode' => 202], 'input' => ['shape' => 'StopDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateConfigurationProfile' => ['name' => 'UpdateConfigurationProfile', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateDeploymentStrategy' => ['name' => 'UpdateDeploymentStrategy', 'http' => ['method' => 'PATCH', 'requestUri' => '/deploymentstrategies/{DeploymentStrategyId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ValidateConfiguration' => ['name' => 'ValidateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators', 'responseCode' => 204], 'input' => ['shape' => 'ValidateConfigurationRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Application' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description']]], 'ApplicationList' => ['type' => 'list', 'member' => ['shape' => 'Application']], 'Applications' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'ApplicationList'], 'NextToken' => ['shape' => 'NextToken']]], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:(aws[a-zA-Z-]*)?:[a-z]+:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1})?:(\\d{12})?:[a-zA-Z0-9-_/:.]+'], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob'], 'Configuration' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'Blob'], 'ConfigurationVersion' => ['shape' => 'Version', 'location' => 'header', 'locationName' => 'Configuration-Version'], 'ContentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type']], 'payload' => 'Content'], 'ConfigurationProfile' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'LocationUri' => ['shape' => 'Uri'], 'RetrievalRoleArn' => ['shape' => 'Arn'], 'Validators' => ['shape' => 'ValidatorList']]], 'ConfigurationProfileSummary' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'LocationUri' => ['shape' => 'Uri'], 'ValidatorTypes' => ['shape' => 'ValidatorTypeList']]], 'ConfigurationProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationProfileSummary']], 'ConfigurationProfiles' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'ConfigurationProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateApplicationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'TagMap']]], 'CreateConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Name', 'LocationUri', 'RetrievalRoleArn'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'LocationUri' => ['shape' => 'Uri'], 'RetrievalRoleArn' => ['shape' => 'Arn'], 'Validators' => ['shape' => 'ValidatorList'], 'Tags' => ['shape' => 'TagMap']]], 'CreateDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['Name', 'DeploymentDurationInMinutes', 'GrowthFactor', 'ReplicateTo'], 'members' => ['Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthFactor' => ['shape' => 'GrowthFactor', 'box' => \true], 'GrowthType' => ['shape' => 'GrowthType'], 'ReplicateTo' => ['shape' => 'ReplicateTo'], 'Tags' => ['shape' => 'TagMap']]], 'CreateEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Name'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Monitors' => ['shape' => 'MonitorList'], 'Tags' => ['shape' => 'TagMap']]], 'DeleteApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId']]], 'DeleteConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId']]], 'DeleteDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId']]], 'DeleteEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId']]], 'Deployment' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'EnvironmentId' => ['shape' => 'Id'], 'DeploymentStrategyId' => ['shape' => 'Id'], 'ConfigurationProfileId' => ['shape' => 'Id'], 'DeploymentNumber' => ['shape' => 'Integer'], 'ConfigurationName' => ['shape' => 'Name'], 'ConfigurationLocationUri' => ['shape' => 'Uri'], 'ConfigurationVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'State' => ['shape' => 'DeploymentState'], 'PercentageComplete' => ['shape' => 'Percentage'], 'StartedAt' => ['shape' => 'Iso8601DateTime'], 'CompletedAt' => ['shape' => 'Iso8601DateTime']]], 'DeploymentList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentSummary']], 'DeploymentState' => ['type' => 'string', 'enum' => ['BAKING', 'VALIDATING', 'DEPLOYING', 'COMPLETE', 'ROLLING_BACK', 'ROLLED_BACK']], 'DeploymentStrategies' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'DeploymentStrategyList'], 'NextToken' => ['shape' => 'NextToken']]], 'DeploymentStrategy' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'ReplicateTo' => ['shape' => 'ReplicateTo']]], 'DeploymentStrategyId' => ['type' => 'string', 'pattern' => '([a-z0-9]{4,7}|arn:aws.*)'], 'DeploymentStrategyList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentStrategy']], 'DeploymentSummary' => ['type' => 'structure', 'members' => ['DeploymentNumber' => ['shape' => 'Integer'], 'ConfigurationName' => ['shape' => 'Name'], 'ConfigurationVersion' => ['shape' => 'Version'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'State' => ['shape' => 'DeploymentState'], 'PercentageComplete' => ['shape' => 'Percentage'], 'StartedAt' => ['shape' => 'Iso8601DateTime'], 'CompletedAt' => ['shape' => 'Iso8601DateTime']]], 'Deployments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'DeploymentList'], 'NextToken' => ['shape' => 'NextToken']]], 'Description' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'Environment' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'State' => ['shape' => 'EnvironmentState'], 'Monitors' => ['shape' => 'MonitorList']]], 'EnvironmentList' => ['type' => 'list', 'member' => ['shape' => 'Environment']], 'EnvironmentState' => ['type' => 'string', 'enum' => ['READY_FOR_DEPLOYMENT', 'DEPLOYING', 'ROLLING_BACK', 'ROLLED_BACK']], 'Environments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'EnvironmentList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId']]], 'GetConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId']]], 'GetConfigurationRequest' => ['type' => 'structure', 'required' => ['Application', 'Environment', 'Configuration', 'ClientId'], 'members' => ['Application' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Application'], 'Environment' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Environment'], 'Configuration' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Configuration'], 'ClientId' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'querystring', 'locationName' => 'client_id'], 'ClientConfigurationVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'client_configuration_version']]], 'GetDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentNumber' => ['shape' => 'Integer', 'box' => \true, 'location' => 'uri', 'locationName' => 'DeploymentNumber']]], 'GetDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId']]], 'GetEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId']]], 'GrowthFactor' => ['type' => 'float', 'max' => 100, 'min' => 1], 'GrowthType' => ['type' => 'string', 'enum' => ['LINEAR', 'EXPONENTIAL']], 'Id' => ['type' => 'string', 'pattern' => '[a-z0-9]{4,7}'], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'Iso8601DateTime' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'ListApplicationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListConfigurationProfilesRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListDeploymentStrategiesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListDeploymentsRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListEnvironmentsRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MinutesBetween0And24Hours' => ['type' => 'integer', 'max' => 1440, 'min' => 0], 'Monitor' => ['type' => 'structure', 'members' => ['AlarmArn' => ['shape' => 'Arn'], 'AlarmRoleArn' => ['shape' => 'Arn']]], 'MonitorList' => ['type' => 'list', 'member' => ['shape' => 'Monitor'], 'max' => 5, 'min' => 0], 'Name' => ['type' => 'string', 'max' => 64, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'Percentage' => ['type' => 'float', 'max' => 100, 'min' => 1], 'ReplicateTo' => ['type' => 'string', 'enum' => ['NONE', 'SSM_DOCUMENT']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTags' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'StartDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentStrategyId', 'ConfigurationProfileId', 'ConfigurationVersion'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId'], 'ConfigurationProfileId' => ['shape' => 'Id'], 'ConfigurationVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'TagMap']]], 'StopDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentNumber' => ['shape' => 'Integer', 'box' => \true, 'location' => 'uri', 'locationName' => 'DeploymentNumber']]], 'String' => ['type' => 'string'], 'StringWithLengthBetween0And32768' => ['type' => 'string', 'max' => 32768, 'min' => 0], 'StringWithLengthBetween1And64' => ['type' => 'string', 'max' => 64, 'min' => 1], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description']]], 'UpdateConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'RetrievalRoleArn' => ['shape' => 'Arn'], 'Validators' => ['shape' => 'ValidatorList']]], 'UpdateDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'GrowthFactor' => ['shape' => 'GrowthFactor', 'box' => \true], 'GrowthType' => ['shape' => 'GrowthType']]], 'UpdateEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Monitors' => ['shape' => 'MonitorList']]], 'Uri' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ValidateConfigurationRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId', 'ConfigurationVersion'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'ConfigurationVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'configuration_version']]], 'Validator' => ['type' => 'structure', 'required' => ['Type', 'Content'], 'members' => ['Type' => ['shape' => 'ValidatorType'], 'Content' => ['shape' => 'StringWithLengthBetween0And32768']]], 'ValidatorList' => ['type' => 'list', 'member' => ['shape' => 'Validator'], 'max' => 2, 'min' => 0], 'ValidatorType' => ['type' => 'string', 'enum' => ['JSON_SCHEMA', 'LAMBDA']], 'ValidatorTypeList' => ['type' => 'list', 'member' => ['shape' => 'ValidatorType'], 'max' => 2, 'min' => 0], 'Version' => ['type' => 'string', 'max' => 128, 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-10-09', 'endpointPrefix' => 'appconfig', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AppConfig', 'serviceFullName' => 'Amazon AppConfig', 'serviceId' => 'AppConfig', 'signatureVersion' => 'v4', 'signingName' => 'appconfig', 'uid' => 'appconfig-2019-10-09'], 'operations' => ['CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/applications', 'responseCode' => 201], 'input' => ['shape' => 'CreateApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'CreateConfigurationProfile' => ['name' => 'CreateConfigurationProfile', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles', 'responseCode' => 201], 'input' => ['shape' => 'CreateConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'CreateDeploymentStrategy' => ['name' => 'CreateDeploymentStrategy', 'http' => ['method' => 'POST', 'requestUri' => '/deploymentstrategies', 'responseCode' => 201], 'input' => ['shape' => 'CreateDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'CreateEnvironment' => ['name' => 'CreateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/environments', 'responseCode' => 201], 'input' => ['shape' => 'CreateEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException']]], 'CreateHostedConfigurationVersion' => ['name' => 'CreateHostedConfigurationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions', 'responseCode' => 201], 'input' => ['shape' => 'CreateHostedConfigurationVersionRequest'], 'output' => ['shape' => 'HostedConfigurationVersion'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'InternalServerException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteApplicationRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteConfigurationProfile' => ['name' => 'DeleteConfigurationProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteConfigurationProfileRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteDeploymentStrategy' => ['name' => 'DeleteDeploymentStrategy', 'http' => ['method' => 'DELETE', 'requestUri' => '/deployementstrategies/{DeploymentStrategyId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDeploymentStrategyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteEnvironment' => ['name' => 'DeleteEnvironment', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteEnvironmentRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'DeleteHostedConfigurationVersion' => ['name' => 'DeleteHostedConfigurationVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteHostedConfigurationVersionRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'GetApplication' => ['name' => 'GetApplication', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetConfiguration' => ['name' => 'GetConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{Application}/environments/{Environment}/configurations/{Configuration}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigurationRequest'], 'output' => ['shape' => 'Configuration'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetConfigurationProfile' => ['name' => 'GetConfigurationProfile', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetDeploymentStrategy' => ['name' => 'GetDeploymentStrategy', 'http' => ['method' => 'GET', 'requestUri' => '/deploymentstrategies/{DeploymentStrategyId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetEnvironment' => ['name' => 'GetEnvironment', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 200], 'input' => ['shape' => 'GetEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'GetHostedConfigurationVersion' => ['name' => 'GetHostedConfigurationVersion', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}', 'responseCode' => 200], 'input' => ['shape' => 'GetHostedConfigurationVersionRequest'], 'output' => ['shape' => 'HostedConfigurationVersion'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'GET', 'requestUri' => '/applications', 'responseCode' => 200], 'input' => ['shape' => 'ListApplicationsRequest'], 'output' => ['shape' => 'Applications'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListConfigurationProfiles' => ['name' => 'ListConfigurationProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationProfilesRequest'], 'output' => ['shape' => 'ConfigurationProfiles'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListDeploymentStrategies' => ['name' => 'ListDeploymentStrategies', 'http' => ['method' => 'GET', 'requestUri' => '/deploymentstrategies', 'responseCode' => 200], 'input' => ['shape' => 'ListDeploymentStrategiesRequest'], 'output' => ['shape' => 'DeploymentStrategies'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListDeployments' => ['name' => 'ListDeployments', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments', 'responseCode' => 200], 'input' => ['shape' => 'ListDeploymentsRequest'], 'output' => ['shape' => 'Deployments'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListEnvironments' => ['name' => 'ListEnvironments', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/environments', 'responseCode' => 200], 'input' => ['shape' => 'ListEnvironmentsRequest'], 'output' => ['shape' => 'Environments'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'ListHostedConfigurationVersions' => ['name' => 'ListHostedConfigurationVersions', 'http' => ['method' => 'GET', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions', 'responseCode' => 200], 'input' => ['shape' => 'ListHostedConfigurationVersionsRequest'], 'output' => ['shape' => 'HostedConfigurationVersions'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ResourceTags'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'StartDeployment' => ['name' => 'StartDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments', 'responseCode' => 201], 'input' => ['shape' => 'StartDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'StopDeployment' => ['name' => 'StopDeployment', 'http' => ['method' => 'DELETE', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}', 'responseCode' => 202], 'input' => ['shape' => 'StopDeploymentRequest'], 'output' => ['shape' => 'Deployment'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApplicationRequest'], 'output' => ['shape' => 'Application'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateConfigurationProfile' => ['name' => 'UpdateConfigurationProfile', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigurationProfileRequest'], 'output' => ['shape' => 'ConfigurationProfile'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateDeploymentStrategy' => ['name' => 'UpdateDeploymentStrategy', 'http' => ['method' => 'PATCH', 'requestUri' => '/deploymentstrategies/{DeploymentStrategyId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDeploymentStrategyRequest'], 'output' => ['shape' => 'DeploymentStrategy'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'PATCH', 'requestUri' => '/applications/{ApplicationId}/environments/{EnvironmentId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateEnvironmentRequest'], 'output' => ['shape' => 'Environment'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ValidateConfiguration' => ['name' => 'ValidateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators', 'responseCode' => 204], 'input' => ['shape' => 'ValidateConfigurationRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Application' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description']]], 'ApplicationList' => ['type' => 'list', 'member' => ['shape' => 'Application']], 'Applications' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'ApplicationList'], 'NextToken' => ['shape' => 'NextToken']]], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:(aws[a-zA-Z-]*)?:[a-z]+:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1})?:(\\d{12})?:[a-zA-Z0-9-_/:.]+'], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob', 'sensitive' => \true], 'BytesMeasure' => ['type' => 'string', 'enum' => ['KILOBYTES']], 'Configuration' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'Blob'], 'ConfigurationVersion' => ['shape' => 'Version', 'location' => 'header', 'locationName' => 'Configuration-Version'], 'ContentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type']], 'payload' => 'Content'], 'ConfigurationProfile' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'LocationUri' => ['shape' => 'Uri'], 'RetrievalRoleArn' => ['shape' => 'RoleArn'], 'Validators' => ['shape' => 'ValidatorList']]], 'ConfigurationProfileSummary' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'LocationUri' => ['shape' => 'Uri'], 'ValidatorTypes' => ['shape' => 'ValidatorTypeList']]], 'ConfigurationProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationProfileSummary']], 'ConfigurationProfiles' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'ConfigurationProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateApplicationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'TagMap']]], 'CreateConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Name', 'LocationUri'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'LocationUri' => ['shape' => 'Uri'], 'RetrievalRoleArn' => ['shape' => 'RoleArn'], 'Validators' => ['shape' => 'ValidatorList'], 'Tags' => ['shape' => 'TagMap']]], 'CreateDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['Name', 'DeploymentDurationInMinutes', 'GrowthFactor', 'ReplicateTo'], 'members' => ['Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthFactor' => ['shape' => 'GrowthFactor', 'box' => \true], 'GrowthType' => ['shape' => 'GrowthType'], 'ReplicateTo' => ['shape' => 'ReplicateTo'], 'Tags' => ['shape' => 'TagMap']]], 'CreateEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Name'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Monitors' => ['shape' => 'MonitorList'], 'Tags' => ['shape' => 'TagMap']]], 'CreateHostedConfigurationVersionRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId', 'Content', 'ContentType'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'Description' => ['shape' => 'Description', 'location' => 'header', 'locationName' => 'Description'], 'Content' => ['shape' => 'Blob'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And255', 'location' => 'header', 'locationName' => 'Content-Type'], 'LatestVersionNumber' => ['shape' => 'Integer', 'box' => \true, 'location' => 'header', 'locationName' => 'Latest-Version-Number']], 'payload' => 'Content'], 'DeleteApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId']]], 'DeleteConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId']]], 'DeleteDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId']]], 'DeleteEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId']]], 'DeleteHostedConfigurationVersionRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId', 'VersionNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'VersionNumber' => ['shape' => 'Integer', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'Deployment' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'EnvironmentId' => ['shape' => 'Id'], 'DeploymentStrategyId' => ['shape' => 'Id'], 'ConfigurationProfileId' => ['shape' => 'Id'], 'DeploymentNumber' => ['shape' => 'Integer'], 'ConfigurationName' => ['shape' => 'Name'], 'ConfigurationLocationUri' => ['shape' => 'Uri'], 'ConfigurationVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'State' => ['shape' => 'DeploymentState'], 'EventLog' => ['shape' => 'DeploymentEvents'], 'PercentageComplete' => ['shape' => 'Percentage'], 'StartedAt' => ['shape' => 'Iso8601DateTime'], 'CompletedAt' => ['shape' => 'Iso8601DateTime']]], 'DeploymentEvent' => ['type' => 'structure', 'members' => ['EventType' => ['shape' => 'DeploymentEventType'], 'TriggeredBy' => ['shape' => 'TriggeredBy'], 'Description' => ['shape' => 'Description'], 'OccurredAt' => ['shape' => 'Iso8601DateTime']]], 'DeploymentEventType' => ['type' => 'string', 'enum' => ['PERCENTAGE_UPDATED', 'ROLLBACK_STARTED', 'ROLLBACK_COMPLETED', 'BAKE_TIME_STARTED', 'DEPLOYMENT_STARTED', 'DEPLOYMENT_COMPLETED']], 'DeploymentEvents' => ['type' => 'list', 'member' => ['shape' => 'DeploymentEvent']], 'DeploymentList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentSummary']], 'DeploymentState' => ['type' => 'string', 'enum' => ['BAKING', 'VALIDATING', 'DEPLOYING', 'COMPLETE', 'ROLLING_BACK', 'ROLLED_BACK']], 'DeploymentStrategies' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'DeploymentStrategyList'], 'NextToken' => ['shape' => 'NextToken']]], 'DeploymentStrategy' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'ReplicateTo' => ['shape' => 'ReplicateTo']]], 'DeploymentStrategyId' => ['type' => 'string', 'pattern' => '(^[a-z0-9]{4,7}$|^AppConfig\\.[A-Za-z0-9]{9,40}$)'], 'DeploymentStrategyList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentStrategy']], 'DeploymentSummary' => ['type' => 'structure', 'members' => ['DeploymentNumber' => ['shape' => 'Integer'], 'ConfigurationName' => ['shape' => 'Name'], 'ConfigurationVersion' => ['shape' => 'Version'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'GrowthType' => ['shape' => 'GrowthType'], 'GrowthFactor' => ['shape' => 'Percentage'], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours'], 'State' => ['shape' => 'DeploymentState'], 'PercentageComplete' => ['shape' => 'Percentage'], 'StartedAt' => ['shape' => 'Iso8601DateTime'], 'CompletedAt' => ['shape' => 'Iso8601DateTime']]], 'Deployments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'DeploymentList'], 'NextToken' => ['shape' => 'NextToken']]], 'Description' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'Environment' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'State' => ['shape' => 'EnvironmentState'], 'Monitors' => ['shape' => 'MonitorList']]], 'EnvironmentList' => ['type' => 'list', 'member' => ['shape' => 'Environment']], 'EnvironmentState' => ['type' => 'string', 'enum' => ['READY_FOR_DEPLOYMENT', 'DEPLOYING', 'ROLLING_BACK', 'ROLLED_BACK']], 'Environments' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'EnvironmentList'], 'NextToken' => ['shape' => 'NextToken']]], 'Float' => ['type' => 'float'], 'GetApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId']]], 'GetConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId']]], 'GetConfigurationRequest' => ['type' => 'structure', 'required' => ['Application', 'Environment', 'Configuration', 'ClientId'], 'members' => ['Application' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Application'], 'Environment' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Environment'], 'Configuration' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'uri', 'locationName' => 'Configuration'], 'ClientId' => ['shape' => 'StringWithLengthBetween1And64', 'location' => 'querystring', 'locationName' => 'client_id'], 'ClientConfigurationVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'client_configuration_version']]], 'GetDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentNumber' => ['shape' => 'Integer', 'box' => \true, 'location' => 'uri', 'locationName' => 'DeploymentNumber']]], 'GetDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId']]], 'GetEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId']]], 'GetHostedConfigurationVersionRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId', 'VersionNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'VersionNumber' => ['shape' => 'Integer', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'GrowthFactor' => ['type' => 'float', 'max' => 100, 'min' => 1], 'GrowthType' => ['type' => 'string', 'enum' => ['LINEAR', 'EXPONENTIAL']], 'HostedConfigurationVersion' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'header', 'locationName' => 'Application-Id'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'header', 'locationName' => 'Configuration-Profile-Id'], 'VersionNumber' => ['shape' => 'Integer', 'location' => 'header', 'locationName' => 'Version-Number'], 'Description' => ['shape' => 'Description', 'location' => 'header', 'locationName' => 'Description'], 'Content' => ['shape' => 'Blob'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And255', 'location' => 'header', 'locationName' => 'Content-Type']], 'payload' => 'Content'], 'HostedConfigurationVersionSummary' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'Id'], 'ConfigurationProfileId' => ['shape' => 'Id'], 'VersionNumber' => ['shape' => 'Integer'], 'Description' => ['shape' => 'Description'], 'ContentType' => ['shape' => 'StringWithLengthBetween1And255']]], 'HostedConfigurationVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HostedConfigurationVersionSummary']], 'HostedConfigurationVersions' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'HostedConfigurationVersionSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'Id' => ['type' => 'string', 'pattern' => '[a-z0-9]{4,7}'], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'Iso8601DateTime' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'ListApplicationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListConfigurationProfilesRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListDeploymentStrategiesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListDeploymentsRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListEnvironmentsRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListHostedConfigurationVersionsRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MinutesBetween0And24Hours' => ['type' => 'integer', 'max' => 1440, 'min' => 0], 'Monitor' => ['type' => 'structure', 'members' => ['AlarmArn' => ['shape' => 'Arn'], 'AlarmRoleArn' => ['shape' => 'RoleArn']]], 'MonitorList' => ['type' => 'list', 'member' => ['shape' => 'Monitor'], 'max' => 5, 'min' => 0], 'Name' => ['type' => 'string', 'max' => 64, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'PayloadTooLargeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'Measure' => ['shape' => 'BytesMeasure'], 'Limit' => ['shape' => 'Float'], 'Size' => ['shape' => 'Float']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'Percentage' => ['type' => 'float', 'max' => 100, 'min' => 1], 'ReplicateTo' => ['type' => 'string', 'enum' => ['NONE', 'SSM_DOCUMENT']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTags' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$'], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'StartDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentStrategyId', 'ConfigurationProfileId', 'ConfigurationVersion'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId'], 'ConfigurationProfileId' => ['shape' => 'Id'], 'ConfigurationVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'TagMap']]], 'StopDeploymentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId', 'DeploymentNumber'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'DeploymentNumber' => ['shape' => 'Integer', 'box' => \true, 'location' => 'uri', 'locationName' => 'DeploymentNumber']]], 'String' => ['type' => 'string'], 'StringWithLengthBetween0And32768' => ['type' => 'string', 'max' => 32768, 'min' => 0, 'sensitive' => \true], 'StringWithLengthBetween1And255' => ['type' => 'string', 'max' => 255, 'min' => 1], 'StringWithLengthBetween1And64' => ['type' => 'string', 'max' => 64, 'min' => 1], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'TriggeredBy' => ['type' => 'string', 'enum' => ['USER', 'APPCONFIG', 'CLOUDWATCH_ALARM', 'INTERNAL_ERROR']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateApplicationRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description']]], 'UpdateConfigurationProfileRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'RetrievalRoleArn' => ['shape' => 'RoleArn'], 'Validators' => ['shape' => 'ValidatorList']]], 'UpdateDeploymentStrategyRequest' => ['type' => 'structure', 'required' => ['DeploymentStrategyId'], 'members' => ['DeploymentStrategyId' => ['shape' => 'DeploymentStrategyId', 'location' => 'uri', 'locationName' => 'DeploymentStrategyId'], 'Description' => ['shape' => 'Description'], 'DeploymentDurationInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'FinalBakeTimeInMinutes' => ['shape' => 'MinutesBetween0And24Hours', 'box' => \true], 'GrowthFactor' => ['shape' => 'GrowthFactor', 'box' => \true], 'GrowthType' => ['shape' => 'GrowthType']]], 'UpdateEnvironmentRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'EnvironmentId'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'EnvironmentId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'EnvironmentId'], 'Name' => ['shape' => 'Name'], 'Description' => ['shape' => 'Description'], 'Monitors' => ['shape' => 'MonitorList']]], 'Uri' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ValidateConfigurationRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'ConfigurationProfileId', 'ConfigurationVersion'], 'members' => ['ApplicationId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ApplicationId'], 'ConfigurationProfileId' => ['shape' => 'Id', 'location' => 'uri', 'locationName' => 'ConfigurationProfileId'], 'ConfigurationVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'configuration_version']]], 'Validator' => ['type' => 'structure', 'required' => ['Type', 'Content'], 'members' => ['Type' => ['shape' => 'ValidatorType'], 'Content' => ['shape' => 'StringWithLengthBetween0And32768']]], 'ValidatorList' => ['type' => 'list', 'member' => ['shape' => 'Validator'], 'max' => 2, 'min' => 0], 'ValidatorType' => ['type' => 'string', 'enum' => ['JSON_SCHEMA', 'LAMBDA']], 'ValidatorTypeList' => ['type' => 'list', 'member' => ['shape' => 'ValidatorType'], 'max' => 2, 'min' => 0], 'Version' => ['type' => 'string', 'max' => 1024, 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/appconfig/2019-10-09/paginators-1.json.php b/vendor/Aws3/Aws/data/appconfig/2019-10-09/paginators-1.json.php index b0c4e9a8..9ab7e7c6 100644 --- a/vendor/Aws3/Aws/data/appconfig/2019-10-09/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/appconfig/2019-10-09/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListApplications' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListConfigurationProfiles' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDeploymentStrategies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDeployments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListEnvironments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListApplications' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListConfigurationProfiles' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDeploymentStrategies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDeployments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListEnvironments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListHostedConfigurationVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/application-autoscaling/2016-02-06/api-2.json.php b/vendor/Aws3/Aws/data/application-autoscaling/2016-02-06/api-2.json.php index 1a2c396b..a9fd8add 100644 --- a/vendor/Aws3/Aws/data/application-autoscaling/2016-02-06/api-2.json.php +++ b/vendor/Aws3/Aws/data/application-autoscaling/2016-02-06/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-02-06', 'endpointPrefix' => 'application-autoscaling', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Application Auto Scaling', 'serviceId' => 'Application Auto Scaling', 'signatureVersion' => 'v4', 'signingName' => 'application-autoscaling', 'targetPrefix' => 'AnyScaleFrontendService', 'uid' => 'application-autoscaling-2016-02-06'], 'operations' => ['DeleteScalingPolicy' => ['name' => 'DeleteScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScalingPolicyRequest'], 'output' => ['shape' => 'DeleteScalingPolicyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionRequest'], 'output' => ['shape' => 'DeleteScheduledActionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DeregisterScalableTarget' => ['name' => 'DeregisterScalableTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterScalableTargetRequest'], 'output' => ['shape' => 'DeregisterScalableTargetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalableTargets' => ['name' => 'DescribeScalableTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalableTargetsRequest'], 'output' => ['shape' => 'DescribeScalableTargetsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalingActivities' => ['name' => 'DescribeScalingActivities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingActivitiesRequest'], 'output' => ['shape' => 'DescribeScalingActivitiesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalingPolicies' => ['name' => 'DescribeScalingPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingPoliciesRequest'], 'output' => ['shape' => 'DescribeScalingPoliciesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'FailedResourceAccessException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsRequest'], 'output' => ['shape' => 'DescribeScheduledActionsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyRequest'], 'output' => ['shape' => 'PutScalingPolicyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'FailedResourceAccessException'], ['shape' => 'InternalServiceException']]], 'PutScheduledAction' => ['name' => 'PutScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScheduledActionRequest'], 'output' => ['shape' => 'PutScheduledActionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'RegisterScalableTarget' => ['name' => 'RegisterScalableTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterScalableTargetRequest'], 'output' => ['shape' => 'RegisterScalableTargetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AdjustmentType' => ['type' => 'string', 'enum' => ['ChangeInCapacity', 'PercentChangeInCapacity', 'ExactCapacity']], 'Alarm' => ['type' => 'structure', 'required' => ['AlarmName', 'AlarmARN'], 'members' => ['AlarmName' => ['shape' => 'ResourceId'], 'AlarmARN' => ['shape' => 'ResourceId']]], 'Alarms' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'ConcurrentUpdateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Cooldown' => ['type' => 'integer'], 'CustomizedMetricSpecification' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace', 'Statistic'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'MetricNamespace'], 'Dimensions' => ['shape' => 'MetricDimensions'], 'Statistic' => ['shape' => 'MetricStatistic'], 'Unit' => ['shape' => 'MetricUnit']]], 'DeleteScalingPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['PolicyName' => ['shape' => 'ResourceIdMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeleteScalingPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledActionRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ScheduledActionName', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ScheduledActionName' => ['shape' => 'ResourceIdMaxLen1600'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeleteScheduledActionResponse' => ['type' => 'structure', 'members' => []], 'DeregisterScalableTargetRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeregisterScalableTargetResponse' => ['type' => 'structure', 'members' => []], 'DescribeScalableTargetsRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceIds' => ['shape' => 'ResourceIdsMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalableTargetsResponse' => ['type' => 'structure', 'members' => ['ScalableTargets' => ['shape' => 'ScalableTargets'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingActivitiesRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingActivitiesResponse' => ['type' => 'structure', 'members' => ['ScalingActivities' => ['shape' => 'ScalingActivities'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingPoliciesRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['PolicyNames' => ['shape' => 'ResourceIdsMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingPoliciesResponse' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicies'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ScheduledActionNames' => ['shape' => 'ResourceIdsMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsResponse' => ['type' => 'structure', 'members' => ['ScheduledActions' => ['shape' => 'ScheduledActions'], 'NextToken' => ['shape' => 'XmlString']]], 'DisableScaleIn' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'FailedResourceAccessException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'MaxResults' => ['type' => 'integer'], 'MetricAggregationType' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum']], 'MetricDimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MetricDimensionName'], 'Value' => ['shape' => 'MetricDimensionValue']]], 'MetricDimensionName' => ['type' => 'string'], 'MetricDimensionValue' => ['type' => 'string'], 'MetricDimensions' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'MetricScale' => ['type' => 'double'], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum']], 'MetricType' => ['type' => 'string', 'enum' => ['DynamoDBReadCapacityUtilization', 'DynamoDBWriteCapacityUtilization', 'ALBRequestCountPerTarget', 'RDSReaderAverageCPUUtilization', 'RDSReaderAverageDatabaseConnections', 'EC2SpotFleetRequestAverageCPUUtilization', 'EC2SpotFleetRequestAverageNetworkIn', 'EC2SpotFleetRequestAverageNetworkOut', 'SageMakerVariantInvocationsPerInstance', 'ECSServiceAverageCPUUtilization', 'ECSServiceAverageMemoryUtilization', 'AppStreamAverageCapacityUtilization', 'ComprehendInferenceUtilization', 'LambdaProvisionedConcurrencyUtilization']], 'MetricUnit' => ['type' => 'string'], 'MinAdjustmentMagnitude' => ['type' => 'integer'], 'ObjectNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PolicyName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '\\p{Print}+'], 'PolicyType' => ['type' => 'string', 'enum' => ['StepScaling', 'TargetTrackingScaling']], 'PredefinedMetricSpecification' => ['type' => 'structure', 'required' => ['PredefinedMetricType'], 'members' => ['PredefinedMetricType' => ['shape' => 'MetricType'], 'ResourceLabel' => ['shape' => 'ResourceLabel']]], 'PutScalingPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['PolicyName' => ['shape' => 'PolicyName'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'PolicyType' => ['shape' => 'PolicyType'], 'StepScalingPolicyConfiguration' => ['shape' => 'StepScalingPolicyConfiguration'], 'TargetTrackingScalingPolicyConfiguration' => ['shape' => 'TargetTrackingScalingPolicyConfiguration']]], 'PutScalingPolicyResponse' => ['type' => 'structure', 'required' => ['PolicyARN'], 'members' => ['PolicyARN' => ['shape' => 'ResourceIdMaxLen1600'], 'Alarms' => ['shape' => 'Alarms']]], 'PutScheduledActionRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ScheduledActionName', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'Schedule' => ['shape' => 'ResourceIdMaxLen1600'], 'ScheduledActionName' => ['shape' => 'ScheduledActionName'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'ScalableTargetAction' => ['shape' => 'ScalableTargetAction']]], 'PutScheduledActionResponse' => ['type' => 'structure', 'members' => []], 'RegisterScalableTargetRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity'], 'RoleARN' => ['shape' => 'ResourceIdMaxLen1600'], 'SuspendedState' => ['shape' => 'SuspendedState']]], 'RegisterScalableTargetResponse' => ['type' => 'structure', 'members' => []], 'ResourceCapacity' => ['type' => 'integer'], 'ResourceId' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ResourceIdMaxLen1600' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ResourceIdsMaxLen1600' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdMaxLen1600']], 'ResourceLabel' => ['type' => 'string', 'max' => 1023, 'min' => 1], 'ScalableDimension' => ['type' => 'string', 'enum' => ['ecs:service:DesiredCount', 'ec2:spot-fleet-request:TargetCapacity', 'elasticmapreduce:instancegroup:InstanceCount', 'appstream:fleet:DesiredCapacity', 'dynamodb:table:ReadCapacityUnits', 'dynamodb:table:WriteCapacityUnits', 'dynamodb:index:ReadCapacityUnits', 'dynamodb:index:WriteCapacityUnits', 'rds:cluster:ReadReplicaCount', 'sagemaker:variant:DesiredInstanceCount', 'custom-resource:ResourceType:Property', 'comprehend:document-classifier-endpoint:DesiredInferenceUnits', 'lambda:function:ProvisionedConcurrency']], 'ScalableTarget' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension', 'MinCapacity', 'MaxCapacity', 'RoleARN', 'CreationTime'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity'], 'RoleARN' => ['shape' => 'ResourceIdMaxLen1600'], 'CreationTime' => ['shape' => 'TimestampType'], 'SuspendedState' => ['shape' => 'SuspendedState']]], 'ScalableTargetAction' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity']]], 'ScalableTargets' => ['type' => 'list', 'member' => ['shape' => 'ScalableTarget']], 'ScalingActivities' => ['type' => 'list', 'member' => ['shape' => 'ScalingActivity']], 'ScalingActivity' => ['type' => 'structure', 'required' => ['ActivityId', 'ServiceNamespace', 'ResourceId', 'ScalableDimension', 'Description', 'Cause', 'StartTime', 'StatusCode'], 'members' => ['ActivityId' => ['shape' => 'ResourceId'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'Description' => ['shape' => 'XmlString'], 'Cause' => ['shape' => 'XmlString'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'StatusCode' => ['shape' => 'ScalingActivityStatusCode'], 'StatusMessage' => ['shape' => 'XmlString'], 'Details' => ['shape' => 'XmlString']]], 'ScalingActivityStatusCode' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Successful', 'Overridden', 'Unfulfilled', 'Failed']], 'ScalingAdjustment' => ['type' => 'integer'], 'ScalingPolicies' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingPolicy' => ['type' => 'structure', 'required' => ['PolicyARN', 'PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension', 'PolicyType', 'CreationTime'], 'members' => ['PolicyARN' => ['shape' => 'ResourceIdMaxLen1600'], 'PolicyName' => ['shape' => 'PolicyName'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'PolicyType' => ['shape' => 'PolicyType'], 'StepScalingPolicyConfiguration' => ['shape' => 'StepScalingPolicyConfiguration'], 'TargetTrackingScalingPolicyConfiguration' => ['shape' => 'TargetTrackingScalingPolicyConfiguration'], 'Alarms' => ['shape' => 'Alarms'], 'CreationTime' => ['shape' => 'TimestampType']]], 'ScalingSuspended' => ['type' => 'boolean'], 'ScheduledAction' => ['type' => 'structure', 'required' => ['ScheduledActionName', 'ScheduledActionARN', 'ServiceNamespace', 'Schedule', 'ResourceId', 'CreationTime'], 'members' => ['ScheduledActionName' => ['shape' => 'ScheduledActionName'], 'ScheduledActionARN' => ['shape' => 'ResourceIdMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'Schedule' => ['shape' => 'ResourceIdMaxLen1600'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'ScalableTargetAction' => ['shape' => 'ScalableTargetAction'], 'CreationTime' => ['shape' => 'TimestampType']]], 'ScheduledActionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(?!((^[ ]+.*)|(.*([\\u0000-\\u001f]|[\\u007f-\\u009f]|[:/|])+.*)|(.*[ ]+$))).+'], 'ScheduledActions' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAction']], 'ServiceNamespace' => ['type' => 'string', 'enum' => ['ecs', 'elasticmapreduce', 'ec2', 'appstream', 'dynamodb', 'rds', 'sagemaker', 'custom-resource', 'comprehend', 'lambda']], 'StepAdjustment' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['MetricIntervalLowerBound' => ['shape' => 'MetricScale'], 'MetricIntervalUpperBound' => ['shape' => 'MetricScale'], 'ScalingAdjustment' => ['shape' => 'ScalingAdjustment']]], 'StepAdjustments' => ['type' => 'list', 'member' => ['shape' => 'StepAdjustment']], 'StepScalingPolicyConfiguration' => ['type' => 'structure', 'members' => ['AdjustmentType' => ['shape' => 'AdjustmentType'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'Cooldown' => ['shape' => 'Cooldown'], 'MetricAggregationType' => ['shape' => 'MetricAggregationType']]], 'SuspendedState' => ['type' => 'structure', 'members' => ['DynamicScalingInSuspended' => ['shape' => 'ScalingSuspended'], 'DynamicScalingOutSuspended' => ['shape' => 'ScalingSuspended'], 'ScheduledScalingSuspended' => ['shape' => 'ScalingSuspended']]], 'TargetTrackingScalingPolicyConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['TargetValue' => ['shape' => 'MetricScale'], 'PredefinedMetricSpecification' => ['shape' => 'PredefinedMetricSpecification'], 'CustomizedMetricSpecification' => ['shape' => 'CustomizedMetricSpecification'], 'ScaleOutCooldown' => ['shape' => 'Cooldown'], 'ScaleInCooldown' => ['shape' => 'Cooldown'], 'DisableScaleIn' => ['shape' => 'DisableScaleIn']]], 'TimestampType' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'XmlString' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-02-06', 'endpointPrefix' => 'application-autoscaling', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Application Auto Scaling', 'serviceId' => 'Application Auto Scaling', 'signatureVersion' => 'v4', 'signingName' => 'application-autoscaling', 'targetPrefix' => 'AnyScaleFrontendService', 'uid' => 'application-autoscaling-2016-02-06'], 'operations' => ['DeleteScalingPolicy' => ['name' => 'DeleteScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScalingPolicyRequest'], 'output' => ['shape' => 'DeleteScalingPolicyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionRequest'], 'output' => ['shape' => 'DeleteScheduledActionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DeregisterScalableTarget' => ['name' => 'DeregisterScalableTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterScalableTargetRequest'], 'output' => ['shape' => 'DeregisterScalableTargetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalableTargets' => ['name' => 'DescribeScalableTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalableTargetsRequest'], 'output' => ['shape' => 'DescribeScalableTargetsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalingActivities' => ['name' => 'DescribeScalingActivities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingActivitiesRequest'], 'output' => ['shape' => 'DescribeScalingActivitiesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScalingPolicies' => ['name' => 'DescribeScalingPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingPoliciesRequest'], 'output' => ['shape' => 'DescribeScalingPoliciesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'FailedResourceAccessException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsRequest'], 'output' => ['shape' => 'DescribeScheduledActionsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyRequest'], 'output' => ['shape' => 'PutScalingPolicyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'FailedResourceAccessException'], ['shape' => 'InternalServiceException']]], 'PutScheduledAction' => ['name' => 'PutScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScheduledActionRequest'], 'output' => ['shape' => 'PutScheduledActionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ObjectNotFoundException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]], 'RegisterScalableTarget' => ['name' => 'RegisterScalableTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterScalableTargetRequest'], 'output' => ['shape' => 'RegisterScalableTargetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentUpdateException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AdjustmentType' => ['type' => 'string', 'enum' => ['ChangeInCapacity', 'PercentChangeInCapacity', 'ExactCapacity']], 'Alarm' => ['type' => 'structure', 'required' => ['AlarmName', 'AlarmARN'], 'members' => ['AlarmName' => ['shape' => 'ResourceId'], 'AlarmARN' => ['shape' => 'ResourceId']]], 'Alarms' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'ConcurrentUpdateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Cooldown' => ['type' => 'integer'], 'CustomizedMetricSpecification' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace', 'Statistic'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'MetricNamespace'], 'Dimensions' => ['shape' => 'MetricDimensions'], 'Statistic' => ['shape' => 'MetricStatistic'], 'Unit' => ['shape' => 'MetricUnit']]], 'DeleteScalingPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['PolicyName' => ['shape' => 'ResourceIdMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeleteScalingPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledActionRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ScheduledActionName', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ScheduledActionName' => ['shape' => 'ResourceIdMaxLen1600'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeleteScheduledActionResponse' => ['type' => 'structure', 'members' => []], 'DeregisterScalableTargetRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension']]], 'DeregisterScalableTargetResponse' => ['type' => 'structure', 'members' => []], 'DescribeScalableTargetsRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceIds' => ['shape' => 'ResourceIdsMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalableTargetsResponse' => ['type' => 'structure', 'members' => ['ScalableTargets' => ['shape' => 'ScalableTargets'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingActivitiesRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingActivitiesResponse' => ['type' => 'structure', 'members' => ['ScalingActivities' => ['shape' => 'ScalingActivities'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingPoliciesRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['PolicyNames' => ['shape' => 'ResourceIdsMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScalingPoliciesResponse' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicies'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace'], 'members' => ['ScheduledActionNames' => ['shape' => 'ResourceIdsMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsResponse' => ['type' => 'structure', 'members' => ['ScheduledActions' => ['shape' => 'ScheduledActions'], 'NextToken' => ['shape' => 'XmlString']]], 'DisableScaleIn' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'FailedResourceAccessException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'MaxResults' => ['type' => 'integer'], 'MetricAggregationType' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum']], 'MetricDimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MetricDimensionName'], 'Value' => ['shape' => 'MetricDimensionValue']]], 'MetricDimensionName' => ['type' => 'string'], 'MetricDimensionValue' => ['type' => 'string'], 'MetricDimensions' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'MetricScale' => ['type' => 'double'], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum']], 'MetricType' => ['type' => 'string', 'enum' => ['DynamoDBReadCapacityUtilization', 'DynamoDBWriteCapacityUtilization', 'ALBRequestCountPerTarget', 'RDSReaderAverageCPUUtilization', 'RDSReaderAverageDatabaseConnections', 'EC2SpotFleetRequestAverageCPUUtilization', 'EC2SpotFleetRequestAverageNetworkIn', 'EC2SpotFleetRequestAverageNetworkOut', 'SageMakerVariantInvocationsPerInstance', 'ECSServiceAverageCPUUtilization', 'ECSServiceAverageMemoryUtilization', 'AppStreamAverageCapacityUtilization', 'ComprehendInferenceUtilization', 'LambdaProvisionedConcurrencyUtilization', 'CassandraReadCapacityUtilization', 'CassandraWriteCapacityUtilization']], 'MetricUnit' => ['type' => 'string'], 'MinAdjustmentMagnitude' => ['type' => 'integer'], 'ObjectNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PolicyName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '\\p{Print}+'], 'PolicyType' => ['type' => 'string', 'enum' => ['StepScaling', 'TargetTrackingScaling']], 'PredefinedMetricSpecification' => ['type' => 'structure', 'required' => ['PredefinedMetricType'], 'members' => ['PredefinedMetricType' => ['shape' => 'MetricType'], 'ResourceLabel' => ['shape' => 'ResourceLabel']]], 'PutScalingPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['PolicyName' => ['shape' => 'PolicyName'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'PolicyType' => ['shape' => 'PolicyType'], 'StepScalingPolicyConfiguration' => ['shape' => 'StepScalingPolicyConfiguration'], 'TargetTrackingScalingPolicyConfiguration' => ['shape' => 'TargetTrackingScalingPolicyConfiguration']]], 'PutScalingPolicyResponse' => ['type' => 'structure', 'required' => ['PolicyARN'], 'members' => ['PolicyARN' => ['shape' => 'ResourceIdMaxLen1600'], 'Alarms' => ['shape' => 'Alarms']]], 'PutScheduledActionRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ScheduledActionName', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'Schedule' => ['shape' => 'ResourceIdMaxLen1600'], 'ScheduledActionName' => ['shape' => 'ScheduledActionName'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'ScalableTargetAction' => ['shape' => 'ScalableTargetAction']]], 'PutScheduledActionResponse' => ['type' => 'structure', 'members' => []], 'RegisterScalableTargetRequest' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity'], 'RoleARN' => ['shape' => 'ResourceIdMaxLen1600'], 'SuspendedState' => ['shape' => 'SuspendedState']]], 'RegisterScalableTargetResponse' => ['type' => 'structure', 'members' => []], 'ResourceCapacity' => ['type' => 'integer'], 'ResourceId' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ResourceIdMaxLen1600' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ResourceIdsMaxLen1600' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdMaxLen1600']], 'ResourceLabel' => ['type' => 'string', 'max' => 1023, 'min' => 1], 'ScalableDimension' => ['type' => 'string', 'enum' => ['ecs:service:DesiredCount', 'ec2:spot-fleet-request:TargetCapacity', 'elasticmapreduce:instancegroup:InstanceCount', 'appstream:fleet:DesiredCapacity', 'dynamodb:table:ReadCapacityUnits', 'dynamodb:table:WriteCapacityUnits', 'dynamodb:index:ReadCapacityUnits', 'dynamodb:index:WriteCapacityUnits', 'rds:cluster:ReadReplicaCount', 'sagemaker:variant:DesiredInstanceCount', 'custom-resource:ResourceType:Property', 'comprehend:document-classifier-endpoint:DesiredInferenceUnits', 'lambda:function:ProvisionedConcurrency', 'cassandra:table:ReadCapacityUnits', 'cassandra:table:WriteCapacityUnits']], 'ScalableTarget' => ['type' => 'structure', 'required' => ['ServiceNamespace', 'ResourceId', 'ScalableDimension', 'MinCapacity', 'MaxCapacity', 'RoleARN', 'CreationTime'], 'members' => ['ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity'], 'RoleARN' => ['shape' => 'ResourceIdMaxLen1600'], 'CreationTime' => ['shape' => 'TimestampType'], 'SuspendedState' => ['shape' => 'SuspendedState']]], 'ScalableTargetAction' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'ResourceCapacity'], 'MaxCapacity' => ['shape' => 'ResourceCapacity']]], 'ScalableTargets' => ['type' => 'list', 'member' => ['shape' => 'ScalableTarget']], 'ScalingActivities' => ['type' => 'list', 'member' => ['shape' => 'ScalingActivity']], 'ScalingActivity' => ['type' => 'structure', 'required' => ['ActivityId', 'ServiceNamespace', 'ResourceId', 'ScalableDimension', 'Description', 'Cause', 'StartTime', 'StatusCode'], 'members' => ['ActivityId' => ['shape' => 'ResourceId'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'Description' => ['shape' => 'XmlString'], 'Cause' => ['shape' => 'XmlString'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'StatusCode' => ['shape' => 'ScalingActivityStatusCode'], 'StatusMessage' => ['shape' => 'XmlString'], 'Details' => ['shape' => 'XmlString']]], 'ScalingActivityStatusCode' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Successful', 'Overridden', 'Unfulfilled', 'Failed']], 'ScalingAdjustment' => ['type' => 'integer'], 'ScalingPolicies' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingPolicy' => ['type' => 'structure', 'required' => ['PolicyARN', 'PolicyName', 'ServiceNamespace', 'ResourceId', 'ScalableDimension', 'PolicyType', 'CreationTime'], 'members' => ['PolicyARN' => ['shape' => 'ResourceIdMaxLen1600'], 'PolicyName' => ['shape' => 'PolicyName'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'PolicyType' => ['shape' => 'PolicyType'], 'StepScalingPolicyConfiguration' => ['shape' => 'StepScalingPolicyConfiguration'], 'TargetTrackingScalingPolicyConfiguration' => ['shape' => 'TargetTrackingScalingPolicyConfiguration'], 'Alarms' => ['shape' => 'Alarms'], 'CreationTime' => ['shape' => 'TimestampType']]], 'ScalingSuspended' => ['type' => 'boolean'], 'ScheduledAction' => ['type' => 'structure', 'required' => ['ScheduledActionName', 'ScheduledActionARN', 'ServiceNamespace', 'Schedule', 'ResourceId', 'CreationTime'], 'members' => ['ScheduledActionName' => ['shape' => 'ScheduledActionName'], 'ScheduledActionARN' => ['shape' => 'ResourceIdMaxLen1600'], 'ServiceNamespace' => ['shape' => 'ServiceNamespace'], 'Schedule' => ['shape' => 'ResourceIdMaxLen1600'], 'ResourceId' => ['shape' => 'ResourceIdMaxLen1600'], 'ScalableDimension' => ['shape' => 'ScalableDimension'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'ScalableTargetAction' => ['shape' => 'ScalableTargetAction'], 'CreationTime' => ['shape' => 'TimestampType']]], 'ScheduledActionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(?!((^[ ]+.*)|(.*([\\u0000-\\u001f]|[\\u007f-\\u009f]|[:/|])+.*)|(.*[ ]+$))).+'], 'ScheduledActions' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAction']], 'ServiceNamespace' => ['type' => 'string', 'enum' => ['ecs', 'elasticmapreduce', 'ec2', 'appstream', 'dynamodb', 'rds', 'sagemaker', 'custom-resource', 'comprehend', 'lambda', 'cassandra']], 'StepAdjustment' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['MetricIntervalLowerBound' => ['shape' => 'MetricScale'], 'MetricIntervalUpperBound' => ['shape' => 'MetricScale'], 'ScalingAdjustment' => ['shape' => 'ScalingAdjustment']]], 'StepAdjustments' => ['type' => 'list', 'member' => ['shape' => 'StepAdjustment']], 'StepScalingPolicyConfiguration' => ['type' => 'structure', 'members' => ['AdjustmentType' => ['shape' => 'AdjustmentType'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'Cooldown' => ['shape' => 'Cooldown'], 'MetricAggregationType' => ['shape' => 'MetricAggregationType']]], 'SuspendedState' => ['type' => 'structure', 'members' => ['DynamicScalingInSuspended' => ['shape' => 'ScalingSuspended'], 'DynamicScalingOutSuspended' => ['shape' => 'ScalingSuspended'], 'ScheduledScalingSuspended' => ['shape' => 'ScalingSuspended']]], 'TargetTrackingScalingPolicyConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['TargetValue' => ['shape' => 'MetricScale'], 'PredefinedMetricSpecification' => ['shape' => 'PredefinedMetricSpecification'], 'CustomizedMetricSpecification' => ['shape' => 'CustomizedMetricSpecification'], 'ScaleOutCooldown' => ['shape' => 'Cooldown'], 'ScaleInCooldown' => ['shape' => 'Cooldown'], 'DisableScaleIn' => ['shape' => 'DisableScaleIn']]], 'TimestampType' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'XmlString' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*']]]; diff --git a/vendor/Aws3/Aws/data/application-insights/2018-11-25/api-2.json.php b/vendor/Aws3/Aws/data/application-insights/2018-11-25/api-2.json.php index 3c2ff4cc..ad8a3d4e 100644 --- a/vendor/Aws3/Aws/data/application-insights/2018-11-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/application-insights/2018-11-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-11-25', 'endpointPrefix' => 'applicationinsights', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Application Insights', 'serviceFullName' => 'Amazon CloudWatch Application Insights', 'serviceId' => 'Application Insights', 'signatureVersion' => 'v4', 'signingName' => 'applicationinsights', 'targetPrefix' => 'EC2WindowsBarleyService', 'uid' => 'application-insights-2018-11-25'], 'operations' => ['CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationRequest'], 'output' => ['shape' => 'CreateApplicationResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'TagsAlreadyExistException']]], 'CreateComponent' => ['name' => 'CreateComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateComponentRequest'], 'output' => ['shape' => 'CreateComponentResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'CreateLogPattern' => ['name' => 'CreateLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogPatternRequest'], 'output' => ['shape' => 'CreateLogPatternResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationRequest'], 'output' => ['shape' => 'DeleteApplicationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'DeleteComponent' => ['name' => 'DeleteComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteComponentRequest'], 'output' => ['shape' => 'DeleteComponentResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DeleteLogPattern' => ['name' => 'DeleteLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogPatternRequest'], 'output' => ['shape' => 'DeleteLogPatternResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'DescribeApplication' => ['name' => 'DescribeApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationRequest'], 'output' => ['shape' => 'DescribeApplicationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponent' => ['name' => 'DescribeComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentRequest'], 'output' => ['shape' => 'DescribeComponentResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponentConfiguration' => ['name' => 'DescribeComponentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentConfigurationRequest'], 'output' => ['shape' => 'DescribeComponentConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponentConfigurationRecommendation' => ['name' => 'DescribeComponentConfigurationRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentConfigurationRecommendationRequest'], 'output' => ['shape' => 'DescribeComponentConfigurationRecommendationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeLogPattern' => ['name' => 'DescribeLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogPatternRequest'], 'output' => ['shape' => 'DescribeLogPatternResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeObservation' => ['name' => 'DescribeObservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeObservationRequest'], 'output' => ['shape' => 'DescribeObservationResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProblem' => ['name' => 'DescribeProblem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProblemRequest'], 'output' => ['shape' => 'DescribeProblemResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProblemObservations' => ['name' => 'DescribeProblemObservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProblemObservationsRequest'], 'output' => ['shape' => 'DescribeProblemObservationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationsRequest'], 'output' => ['shape' => 'ListApplicationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListComponents' => ['name' => 'ListComponents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComponentsRequest'], 'output' => ['shape' => 'ListComponentsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListConfigurationHistory' => ['name' => 'ListConfigurationHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConfigurationHistoryRequest'], 'output' => ['shape' => 'ListConfigurationHistoryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListLogPatternSets' => ['name' => 'ListLogPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLogPatternSetsRequest'], 'output' => ['shape' => 'ListLogPatternSetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListLogPatterns' => ['name' => 'ListLogPatterns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLogPatternsRequest'], 'output' => ['shape' => 'ListLogPatternsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListProblems' => ['name' => 'ListProblems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProblemsRequest'], 'output' => ['shape' => 'ListProblemsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'ValidationException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationRequest'], 'output' => ['shape' => 'UpdateApplicationResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateComponent' => ['name' => 'UpdateComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateComponentRequest'], 'output' => ['shape' => 'UpdateComponentResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UpdateComponentConfiguration' => ['name' => 'UpdateComponentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateComponentConfigurationRequest'], 'output' => ['shape' => 'UpdateComponentConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UpdateLogPattern' => ['name' => 'UpdateLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLogPatternRequest'], 'output' => ['shape' => 'UpdateLogPatternResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AffectedResource' => ['type' => 'string'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ApplicationComponent' => ['type' => 'structure', 'members' => ['ComponentName' => ['shape' => 'ComponentName'], 'ResourceType' => ['shape' => 'ResourceType'], 'Tier' => ['shape' => 'Tier'], 'Monitor' => ['shape' => 'Monitor']]], 'ApplicationComponentList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationComponent']], 'ApplicationInfo' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LifeCycle' => ['shape' => 'LifeCycle'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'Remarks' => ['shape' => 'Remarks']]], 'ApplicationInfoList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationInfo']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'ComponentConfiguration' => ['type' => 'string', 'max' => 10000, 'min' => 1], 'ComponentName' => ['type' => 'string'], 'ConfigurationEvent' => ['type' => 'structure', 'members' => ['MonitoredResourceARN' => ['shape' => 'ConfigurationEventMonitoredResourceARN'], 'EventStatus' => ['shape' => 'ConfigurationEventStatus'], 'EventResourceType' => ['shape' => 'ConfigurationEventResourceType'], 'EventTime' => ['shape' => 'ConfigurationEventTime'], 'EventDetail' => ['shape' => 'ConfigurationEventDetail'], 'EventResourceName' => ['shape' => 'ConfigurationEventResourceName']]], 'ConfigurationEventDetail' => ['type' => 'string'], 'ConfigurationEventList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationEvent']], 'ConfigurationEventMonitoredResourceARN' => ['type' => 'string'], 'ConfigurationEventResourceName' => ['type' => 'string'], 'ConfigurationEventResourceType' => ['type' => 'string', 'enum' => ['CLOUDWATCH_ALARM', 'CLOUDFORMATION', 'SSM_ASSOCIATION']], 'ConfigurationEventStatus' => ['type' => 'string', 'enum' => ['INFO', 'WARN', 'ERROR']], 'ConfigurationEventTime' => ['type' => 'timestamp'], 'CreateApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'CreateComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName', 'ResourceList'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'ResourceList' => ['shape' => 'ResourceList']]], 'CreateComponentResponse' => ['type' => 'structure', 'members' => []], 'CreateLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName', 'Pattern', 'Rank'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'CreateLogPatternResponse' => ['type' => 'structure', 'members' => ['LogPattern' => ['shape' => 'LogPattern'], 'ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DeleteApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DeleteApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeleteComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DeleteComponentResponse' => ['type' => 'structure', 'members' => []], 'DeleteLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName']]], 'DeleteLogPatternResponse' => ['type' => 'structure', 'members' => []], 'DescribeApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DescribeApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'DescribeComponentConfigurationRecommendationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName', 'Tier'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'Tier' => ['shape' => 'Tier']]], 'DescribeComponentConfigurationRecommendationResponse' => ['type' => 'structure', 'members' => ['ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'DescribeComponentConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DescribeComponentConfigurationResponse' => ['type' => 'structure', 'members' => ['Monitor' => ['shape' => 'Monitor'], 'Tier' => ['shape' => 'Tier'], 'ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'DescribeComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DescribeComponentResponse' => ['type' => 'structure', 'members' => ['ApplicationComponent' => ['shape' => 'ApplicationComponent'], 'ResourceList' => ['shape' => 'ResourceList']]], 'DescribeLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName']]], 'DescribeLogPatternResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPattern' => ['shape' => 'LogPattern']]], 'DescribeObservationRequest' => ['type' => 'structure', 'required' => ['ObservationId'], 'members' => ['ObservationId' => ['shape' => 'ObservationId']]], 'DescribeObservationResponse' => ['type' => 'structure', 'members' => ['Observation' => ['shape' => 'Observation']]], 'DescribeProblemObservationsRequest' => ['type' => 'structure', 'required' => ['ProblemId'], 'members' => ['ProblemId' => ['shape' => 'ProblemId']]], 'DescribeProblemObservationsResponse' => ['type' => 'structure', 'members' => ['RelatedObservations' => ['shape' => 'RelatedObservations']]], 'DescribeProblemRequest' => ['type' => 'structure', 'required' => ['ProblemId'], 'members' => ['ProblemId' => ['shape' => 'ProblemId']]], 'DescribeProblemResponse' => ['type' => 'structure', 'members' => ['Problem' => ['shape' => 'Problem']]], 'EndTime' => ['type' => 'timestamp'], 'ErrorMsg' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string'], 'Feedback' => ['type' => 'map', 'key' => ['shape' => 'FeedbackKey'], 'value' => ['shape' => 'FeedbackValue'], 'max' => 10], 'FeedbackKey' => ['type' => 'string', 'enum' => ['INSIGHTS_FEEDBACK']], 'FeedbackValue' => ['type' => 'string', 'enum' => ['NOT_SPECIFIED', 'USEFUL', 'NOT_USEFUL']], 'Insights' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'LifeCycle' => ['type' => 'string'], 'LineTime' => ['type' => 'timestamp'], 'ListApplicationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListApplicationsResponse' => ['type' => 'structure', 'members' => ['ApplicationInfoList' => ['shape' => 'ApplicationInfoList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListComponentsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListComponentsResponse' => ['type' => 'structure', 'members' => ['ApplicationComponentList' => ['shape' => 'ApplicationComponentList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListConfigurationHistoryRequest' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'EventStatus' => ['shape' => 'ConfigurationEventStatus'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListConfigurationHistoryResponse' => ['type' => 'structure', 'members' => ['EventList' => ['shape' => 'ConfigurationEventList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternSetsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternSetsResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPatternSets' => ['shape' => 'LogPatternSetList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternsResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPatterns' => ['shape' => 'LogPatternList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProblemsRequest' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProblemsResponse' => ['type' => 'structure', 'members' => ['ProblemList' => ['shape' => 'ProblemList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'LogFilter' => ['type' => 'string', 'enum' => ['ERROR', 'WARN', 'INFO']], 'LogGroup' => ['type' => 'string'], 'LogPattern' => ['type' => 'structure', 'members' => ['PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'LogPatternList' => ['type' => 'list', 'member' => ['shape' => 'LogPattern']], 'LogPatternName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'LogPatternRank' => ['type' => 'integer'], 'LogPatternRegex' => ['type' => 'string', 'max' => 50, 'min' => 1], 'LogPatternSetList' => ['type' => 'list', 'member' => ['shape' => 'LogPatternSetName']], 'LogPatternSetName' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'LogText' => ['type' => 'string'], 'MaxEntities' => ['type' => 'integer', 'max' => 40, 'min' => 1], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'Monitor' => ['type' => 'boolean'], 'NewComponentName' => ['type' => 'string'], 'Observation' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ObservationId'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'SourceType' => ['shape' => 'SourceType'], 'SourceARN' => ['shape' => 'SourceARN'], 'LogGroup' => ['shape' => 'LogGroup'], 'LineTime' => ['shape' => 'LineTime'], 'LogText' => ['shape' => 'LogText'], 'LogFilter' => ['shape' => 'LogFilter'], 'MetricNamespace' => ['shape' => 'MetricNamespace'], 'MetricName' => ['shape' => 'MetricName'], 'Unit' => ['shape' => 'Unit'], 'Value' => ['shape' => 'Value']]], 'ObservationId' => ['type' => 'string', 'max' => 38, 'min' => 38, 'pattern' => 'o-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}'], 'ObservationList' => ['type' => 'list', 'member' => ['shape' => 'Observation']], 'OpsCenterEnabled' => ['type' => 'boolean'], 'OpsItemSNSTopicArn' => ['type' => 'string', 'max' => 300, 'min' => 20], 'PaginationToken' => ['type' => 'string'], 'Problem' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ProblemId'], 'Title' => ['shape' => 'Title'], 'Insights' => ['shape' => 'Insights'], 'Status' => ['shape' => 'Status'], 'AffectedResource' => ['shape' => 'AffectedResource'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'SeverityLevel' => ['shape' => 'SeverityLevel'], 'ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'Feedback' => ['shape' => 'Feedback']]], 'ProblemId' => ['type' => 'string', 'max' => 38, 'min' => 38, 'pattern' => 'p-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}'], 'ProblemList' => ['type' => 'list', 'member' => ['shape' => 'Problem']], 'RelatedObservations' => ['type' => 'structure', 'members' => ['ObservationList' => ['shape' => 'ObservationList']]], 'Remarks' => ['type' => 'string'], 'RemoveSNSTopic' => ['type' => 'boolean'], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ResourceGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'ResourceARN']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'SeverityLevel' => ['type' => 'string', 'enum' => ['Low', 'Medium', 'High']], 'SourceARN' => ['type' => 'string'], 'SourceType' => ['type' => 'string'], 'StartTime' => ['type' => 'timestamp'], 'Status' => ['type' => 'string', 'enum' => ['IGNORE', 'RESOLVED', 'PENDING']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsAlreadyExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Tier' => ['type' => 'string', 'enum' => ['DEFAULT', 'DOT_NET_CORE', 'DOT_NET_WORKER', 'DOT_NET_WEB', 'SQL_SERVER'], 'max' => 50, 'min' => 1], 'Title' => ['type' => 'string'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'ResourceName' => ['shape' => 'AmazonResourceName']], 'exception' => \true], 'Unit' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'RemoveSNSTopic' => ['shape' => 'RemoveSNSTopic']]], 'UpdateApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'UpdateComponentConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'Monitor' => ['shape' => 'Monitor'], 'Tier' => ['shape' => 'Tier'], 'ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'UpdateComponentConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'NewComponentName' => ['shape' => 'NewComponentName'], 'ResourceList' => ['shape' => 'ResourceList']]], 'UpdateComponentResponse' => ['type' => 'structure', 'members' => []], 'UpdateLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'UpdateLogPatternResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPattern' => ['shape' => 'LogPattern']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'Value' => ['type' => 'double']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-11-25', 'endpointPrefix' => 'applicationinsights', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Application Insights', 'serviceFullName' => 'Amazon CloudWatch Application Insights', 'serviceId' => 'Application Insights', 'signatureVersion' => 'v4', 'signingName' => 'applicationinsights', 'targetPrefix' => 'EC2WindowsBarleyService', 'uid' => 'application-insights-2018-11-25'], 'operations' => ['CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationRequest'], 'output' => ['shape' => 'CreateApplicationResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'TagsAlreadyExistException']]], 'CreateComponent' => ['name' => 'CreateComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateComponentRequest'], 'output' => ['shape' => 'CreateComponentResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'CreateLogPattern' => ['name' => 'CreateLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogPatternRequest'], 'output' => ['shape' => 'CreateLogPatternResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationRequest'], 'output' => ['shape' => 'DeleteApplicationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'DeleteComponent' => ['name' => 'DeleteComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteComponentRequest'], 'output' => ['shape' => 'DeleteComponentResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DeleteLogPattern' => ['name' => 'DeleteLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogPatternRequest'], 'output' => ['shape' => 'DeleteLogPatternResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerException']]], 'DescribeApplication' => ['name' => 'DescribeApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationRequest'], 'output' => ['shape' => 'DescribeApplicationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponent' => ['name' => 'DescribeComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentRequest'], 'output' => ['shape' => 'DescribeComponentResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponentConfiguration' => ['name' => 'DescribeComponentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentConfigurationRequest'], 'output' => ['shape' => 'DescribeComponentConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeComponentConfigurationRecommendation' => ['name' => 'DescribeComponentConfigurationRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComponentConfigurationRecommendationRequest'], 'output' => ['shape' => 'DescribeComponentConfigurationRecommendationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeLogPattern' => ['name' => 'DescribeLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogPatternRequest'], 'output' => ['shape' => 'DescribeLogPatternResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeObservation' => ['name' => 'DescribeObservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeObservationRequest'], 'output' => ['shape' => 'DescribeObservationResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProblem' => ['name' => 'DescribeProblem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProblemRequest'], 'output' => ['shape' => 'DescribeProblemResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProblemObservations' => ['name' => 'DescribeProblemObservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProblemObservationsRequest'], 'output' => ['shape' => 'DescribeProblemObservationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationsRequest'], 'output' => ['shape' => 'ListApplicationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListComponents' => ['name' => 'ListComponents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComponentsRequest'], 'output' => ['shape' => 'ListComponentsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListConfigurationHistory' => ['name' => 'ListConfigurationHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConfigurationHistoryRequest'], 'output' => ['shape' => 'ListConfigurationHistoryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListLogPatternSets' => ['name' => 'ListLogPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLogPatternSetsRequest'], 'output' => ['shape' => 'ListLogPatternSetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListLogPatterns' => ['name' => 'ListLogPatterns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLogPatternsRequest'], 'output' => ['shape' => 'ListLogPatternsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListProblems' => ['name' => 'ListProblems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProblemsRequest'], 'output' => ['shape' => 'ListProblemsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'ValidationException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationRequest'], 'output' => ['shape' => 'UpdateApplicationResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateComponent' => ['name' => 'UpdateComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateComponentRequest'], 'output' => ['shape' => 'UpdateComponentResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UpdateComponentConfiguration' => ['name' => 'UpdateComponentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateComponentConfigurationRequest'], 'output' => ['shape' => 'UpdateComponentConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UpdateLogPattern' => ['name' => 'UpdateLogPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLogPatternRequest'], 'output' => ['shape' => 'UpdateLogPatternResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AffectedResource' => ['type' => 'string'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ApplicationComponent' => ['type' => 'structure', 'members' => ['ComponentName' => ['shape' => 'ComponentName'], 'ResourceType' => ['shape' => 'ResourceType'], 'Tier' => ['shape' => 'Tier'], 'Monitor' => ['shape' => 'Monitor']]], 'ApplicationComponentList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationComponent']], 'ApplicationInfo' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LifeCycle' => ['shape' => 'LifeCycle'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'CWEMonitorEnabled' => ['shape' => 'CWEMonitorEnabled'], 'Remarks' => ['shape' => 'Remarks']]], 'ApplicationInfoList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationInfo']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'CWEMonitorEnabled' => ['type' => 'boolean'], 'CloudWatchEventDetailType' => ['type' => 'string'], 'CloudWatchEventId' => ['type' => 'string'], 'CloudWatchEventSource' => ['type' => 'string', 'enum' => ['EC2', 'CODE_DEPLOY', 'HEALTH']], 'CodeDeployApplication' => ['type' => 'string'], 'CodeDeployDeploymentGroup' => ['type' => 'string'], 'CodeDeployDeploymentId' => ['type' => 'string'], 'CodeDeployInstanceGroupId' => ['type' => 'string'], 'CodeDeployState' => ['type' => 'string'], 'ComponentConfiguration' => ['type' => 'string', 'max' => 10000, 'min' => 1], 'ComponentName' => ['type' => 'string'], 'ConfigurationEvent' => ['type' => 'structure', 'members' => ['MonitoredResourceARN' => ['shape' => 'ConfigurationEventMonitoredResourceARN'], 'EventStatus' => ['shape' => 'ConfigurationEventStatus'], 'EventResourceType' => ['shape' => 'ConfigurationEventResourceType'], 'EventTime' => ['shape' => 'ConfigurationEventTime'], 'EventDetail' => ['shape' => 'ConfigurationEventDetail'], 'EventResourceName' => ['shape' => 'ConfigurationEventResourceName']]], 'ConfigurationEventDetail' => ['type' => 'string'], 'ConfigurationEventList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationEvent']], 'ConfigurationEventMonitoredResourceARN' => ['type' => 'string'], 'ConfigurationEventResourceName' => ['type' => 'string'], 'ConfigurationEventResourceType' => ['type' => 'string', 'enum' => ['CLOUDWATCH_ALARM', 'CLOUDFORMATION', 'SSM_ASSOCIATION']], 'ConfigurationEventStatus' => ['type' => 'string', 'enum' => ['INFO', 'WARN', 'ERROR']], 'ConfigurationEventTime' => ['type' => 'timestamp'], 'CreateApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'CWEMonitorEnabled' => ['shape' => 'CWEMonitorEnabled'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'CreateComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName', 'ResourceList'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'ResourceList' => ['shape' => 'ResourceList']]], 'CreateComponentResponse' => ['type' => 'structure', 'members' => []], 'CreateLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName', 'Pattern', 'Rank'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'CreateLogPatternResponse' => ['type' => 'structure', 'members' => ['LogPattern' => ['shape' => 'LogPattern'], 'ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DeleteApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DeleteApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeleteComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DeleteComponentResponse' => ['type' => 'structure', 'members' => []], 'DeleteLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName']]], 'DeleteLogPatternResponse' => ['type' => 'structure', 'members' => []], 'DescribeApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName']]], 'DescribeApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'DescribeComponentConfigurationRecommendationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName', 'Tier'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'Tier' => ['shape' => 'Tier']]], 'DescribeComponentConfigurationRecommendationResponse' => ['type' => 'structure', 'members' => ['ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'DescribeComponentConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DescribeComponentConfigurationResponse' => ['type' => 'structure', 'members' => ['Monitor' => ['shape' => 'Monitor'], 'Tier' => ['shape' => 'Tier'], 'ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'DescribeComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName']]], 'DescribeComponentResponse' => ['type' => 'structure', 'members' => ['ApplicationComponent' => ['shape' => 'ApplicationComponent'], 'ResourceList' => ['shape' => 'ResourceList']]], 'DescribeLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName']]], 'DescribeLogPatternResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPattern' => ['shape' => 'LogPattern']]], 'DescribeObservationRequest' => ['type' => 'structure', 'required' => ['ObservationId'], 'members' => ['ObservationId' => ['shape' => 'ObservationId']]], 'DescribeObservationResponse' => ['type' => 'structure', 'members' => ['Observation' => ['shape' => 'Observation']]], 'DescribeProblemObservationsRequest' => ['type' => 'structure', 'required' => ['ProblemId'], 'members' => ['ProblemId' => ['shape' => 'ProblemId']]], 'DescribeProblemObservationsResponse' => ['type' => 'structure', 'members' => ['RelatedObservations' => ['shape' => 'RelatedObservations']]], 'DescribeProblemRequest' => ['type' => 'structure', 'required' => ['ProblemId'], 'members' => ['ProblemId' => ['shape' => 'ProblemId']]], 'DescribeProblemResponse' => ['type' => 'structure', 'members' => ['Problem' => ['shape' => 'Problem']]], 'Ec2State' => ['type' => 'string'], 'EndTime' => ['type' => 'timestamp'], 'ErrorMsg' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string'], 'Feedback' => ['type' => 'map', 'key' => ['shape' => 'FeedbackKey'], 'value' => ['shape' => 'FeedbackValue'], 'max' => 10], 'FeedbackKey' => ['type' => 'string', 'enum' => ['INSIGHTS_FEEDBACK']], 'FeedbackValue' => ['type' => 'string', 'enum' => ['NOT_SPECIFIED', 'USEFUL', 'NOT_USEFUL']], 'HealthEventArn' => ['type' => 'string'], 'HealthEventDescription' => ['type' => 'string'], 'HealthEventTypeCategory' => ['type' => 'string'], 'HealthEventTypeCode' => ['type' => 'string'], 'HealthService' => ['type' => 'string'], 'Insights' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'LifeCycle' => ['type' => 'string'], 'LineTime' => ['type' => 'timestamp'], 'ListApplicationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListApplicationsResponse' => ['type' => 'structure', 'members' => ['ApplicationInfoList' => ['shape' => 'ApplicationInfoList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListComponentsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListComponentsResponse' => ['type' => 'structure', 'members' => ['ApplicationComponentList' => ['shape' => 'ApplicationComponentList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListConfigurationHistoryRequest' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'EventStatus' => ['shape' => 'ConfigurationEventStatus'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListConfigurationHistoryResponse' => ['type' => 'structure', 'members' => ['EventList' => ['shape' => 'ConfigurationEventList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternSetsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternSetsResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPatternSets' => ['shape' => 'LogPatternSetList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternsRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListLogPatternsResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPatterns' => ['shape' => 'LogPatternList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProblemsRequest' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'MaxResults' => ['shape' => 'MaxEntities'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProblemsResponse' => ['type' => 'structure', 'members' => ['ProblemList' => ['shape' => 'ProblemList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'LogFilter' => ['type' => 'string', 'enum' => ['ERROR', 'WARN', 'INFO']], 'LogGroup' => ['type' => 'string'], 'LogPattern' => ['type' => 'structure', 'members' => ['PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'LogPatternList' => ['type' => 'list', 'member' => ['shape' => 'LogPattern']], 'LogPatternName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'LogPatternRank' => ['type' => 'integer'], 'LogPatternRegex' => ['type' => 'string', 'max' => 50, 'min' => 1], 'LogPatternSetList' => ['type' => 'list', 'member' => ['shape' => 'LogPatternSetName']], 'LogPatternSetName' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'LogText' => ['type' => 'string'], 'MaxEntities' => ['type' => 'integer', 'max' => 40, 'min' => 1], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'Monitor' => ['type' => 'boolean'], 'NewComponentName' => ['type' => 'string'], 'Observation' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ObservationId'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'SourceType' => ['shape' => 'SourceType'], 'SourceARN' => ['shape' => 'SourceARN'], 'LogGroup' => ['shape' => 'LogGroup'], 'LineTime' => ['shape' => 'LineTime'], 'LogText' => ['shape' => 'LogText'], 'LogFilter' => ['shape' => 'LogFilter'], 'MetricNamespace' => ['shape' => 'MetricNamespace'], 'MetricName' => ['shape' => 'MetricName'], 'Unit' => ['shape' => 'Unit'], 'Value' => ['shape' => 'Value'], 'CloudWatchEventId' => ['shape' => 'CloudWatchEventId'], 'CloudWatchEventSource' => ['shape' => 'CloudWatchEventSource'], 'CloudWatchEventDetailType' => ['shape' => 'CloudWatchEventDetailType'], 'HealthEventArn' => ['shape' => 'HealthEventArn'], 'HealthService' => ['shape' => 'HealthService'], 'HealthEventTypeCode' => ['shape' => 'HealthEventTypeCode'], 'HealthEventTypeCategory' => ['shape' => 'HealthEventTypeCategory'], 'HealthEventDescription' => ['shape' => 'HealthEventDescription'], 'CodeDeployDeploymentId' => ['shape' => 'CodeDeployDeploymentId'], 'CodeDeployDeploymentGroup' => ['shape' => 'CodeDeployDeploymentGroup'], 'CodeDeployState' => ['shape' => 'CodeDeployState'], 'CodeDeployApplication' => ['shape' => 'CodeDeployApplication'], 'CodeDeployInstanceGroupId' => ['shape' => 'CodeDeployInstanceGroupId'], 'Ec2State' => ['shape' => 'Ec2State'], 'XRayFaultPercent' => ['shape' => 'XRayFaultPercent'], 'XRayThrottlePercent' => ['shape' => 'XRayThrottlePercent'], 'XRayErrorPercent' => ['shape' => 'XRayErrorPercent'], 'XRayRequestCount' => ['shape' => 'XRayRequestCount'], 'XRayRequestAverageLatency' => ['shape' => 'XRayRequestAverageLatency'], 'XRayNodeName' => ['shape' => 'XRayNodeName'], 'XRayNodeType' => ['shape' => 'XRayNodeType']]], 'ObservationId' => ['type' => 'string', 'max' => 38, 'min' => 38, 'pattern' => 'o-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}'], 'ObservationList' => ['type' => 'list', 'member' => ['shape' => 'Observation']], 'OpsCenterEnabled' => ['type' => 'boolean'], 'OpsItemSNSTopicArn' => ['type' => 'string', 'max' => 300, 'min' => 20], 'PaginationToken' => ['type' => 'string'], 'Problem' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ProblemId'], 'Title' => ['shape' => 'Title'], 'Insights' => ['shape' => 'Insights'], 'Status' => ['shape' => 'Status'], 'AffectedResource' => ['shape' => 'AffectedResource'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'SeverityLevel' => ['shape' => 'SeverityLevel'], 'ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'Feedback' => ['shape' => 'Feedback']]], 'ProblemId' => ['type' => 'string', 'max' => 38, 'min' => 38, 'pattern' => 'p-[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}'], 'ProblemList' => ['type' => 'list', 'member' => ['shape' => 'Problem']], 'RelatedObservations' => ['type' => 'structure', 'members' => ['ObservationList' => ['shape' => 'ObservationList']]], 'Remarks' => ['type' => 'string'], 'RemoveSNSTopic' => ['type' => 'boolean'], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ResourceGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\.\\-_]*'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'ResourceARN']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'SeverityLevel' => ['type' => 'string', 'enum' => ['Low', 'Medium', 'High']], 'SourceARN' => ['type' => 'string'], 'SourceType' => ['type' => 'string'], 'StartTime' => ['type' => 'timestamp'], 'Status' => ['type' => 'string', 'enum' => ['IGNORE', 'RESOLVED', 'PENDING']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsAlreadyExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Tier' => ['type' => 'string', 'enum' => ['DEFAULT', 'DOT_NET_CORE', 'DOT_NET_WORKER', 'DOT_NET_WEB', 'SQL_SERVER'], 'max' => 50, 'min' => 1], 'Title' => ['type' => 'string'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'ResourceName' => ['shape' => 'AmazonResourceName']], 'exception' => \true], 'Unit' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateApplicationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'OpsCenterEnabled' => ['shape' => 'OpsCenterEnabled'], 'CWEMonitorEnabled' => ['shape' => 'CWEMonitorEnabled'], 'OpsItemSNSTopicArn' => ['shape' => 'OpsItemSNSTopicArn'], 'RemoveSNSTopic' => ['shape' => 'RemoveSNSTopic']]], 'UpdateApplicationResponse' => ['type' => 'structure', 'members' => ['ApplicationInfo' => ['shape' => 'ApplicationInfo']]], 'UpdateComponentConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'Monitor' => ['shape' => 'Monitor'], 'Tier' => ['shape' => 'Tier'], 'ComponentConfiguration' => ['shape' => 'ComponentConfiguration']]], 'UpdateComponentConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateComponentRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'ComponentName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'ComponentName' => ['shape' => 'ComponentName'], 'NewComponentName' => ['shape' => 'NewComponentName'], 'ResourceList' => ['shape' => 'ResourceList']]], 'UpdateComponentResponse' => ['type' => 'structure', 'members' => []], 'UpdateLogPatternRequest' => ['type' => 'structure', 'required' => ['ResourceGroupName', 'PatternSetName', 'PatternName'], 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'PatternSetName' => ['shape' => 'LogPatternSetName'], 'PatternName' => ['shape' => 'LogPatternName'], 'Pattern' => ['shape' => 'LogPatternRegex'], 'Rank' => ['shape' => 'LogPatternRank']]], 'UpdateLogPatternResponse' => ['type' => 'structure', 'members' => ['ResourceGroupName' => ['shape' => 'ResourceGroupName'], 'LogPattern' => ['shape' => 'LogPattern']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMsg']], 'exception' => \true], 'Value' => ['type' => 'double'], 'XRayErrorPercent' => ['type' => 'integer'], 'XRayFaultPercent' => ['type' => 'integer'], 'XRayNodeName' => ['type' => 'string'], 'XRayNodeType' => ['type' => 'string'], 'XRayRequestAverageLatency' => ['type' => 'long'], 'XRayRequestCount' => ['type' => 'integer'], 'XRayThrottlePercent' => ['type' => 'integer']]]; diff --git a/vendor/Aws3/Aws/data/appmesh/2019-01-25/api-2.json.php b/vendor/Aws3/Aws/data/appmesh/2019-01-25/api-2.json.php index 86439154..113cd533 100644 --- a/vendor/Aws3/Aws/data/appmesh/2019-01-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/appmesh/2019-01-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-01-25', 'endpointPrefix' => 'appmesh', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS App Mesh', 'serviceId' => 'App Mesh', 'signatureVersion' => 'v4', 'signingName' => 'appmesh', 'uid' => 'appmesh-2019-01-25'], 'operations' => ['CreateMesh' => ['name' => 'CreateMesh', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes', 'responseCode' => 200], 'input' => ['shape' => 'CreateMeshInput'], 'output' => ['shape' => 'CreateMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes', 'responseCode' => 200], 'input' => ['shape' => 'CreateRouteInput'], 'output' => ['shape' => 'CreateRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualNode' => ['name' => 'CreateVirtualNode', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualNodeInput'], 'output' => ['shape' => 'CreateVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualRouter' => ['name' => 'CreateVirtualRouter', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualRouterInput'], 'output' => ['shape' => 'CreateVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualService' => ['name' => 'CreateVirtualService', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualServiceInput'], 'output' => ['shape' => 'CreateVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteMesh' => ['name' => 'DeleteMesh', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMeshInput'], 'output' => ['shape' => 'DeleteMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteRouteInput'], 'output' => ['shape' => 'DeleteRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualNode' => ['name' => 'DeleteVirtualNode', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualNodeInput'], 'output' => ['shape' => 'DeleteVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualRouter' => ['name' => 'DeleteVirtualRouter', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualRouterInput'], 'output' => ['shape' => 'DeleteVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualService' => ['name' => 'DeleteVirtualService', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualServiceInput'], 'output' => ['shape' => 'DeleteVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DescribeMesh' => ['name' => 'DescribeMesh', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMeshInput'], 'output' => ['shape' => 'DescribeMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeRoute' => ['name' => 'DescribeRoute', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeRouteInput'], 'output' => ['shape' => 'DescribeRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualNode' => ['name' => 'DescribeVirtualNode', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualNodeInput'], 'output' => ['shape' => 'DescribeVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualRouter' => ['name' => 'DescribeVirtualRouter', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualRouterInput'], 'output' => ['shape' => 'DescribeVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualService' => ['name' => 'DescribeVirtualService', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualServiceInput'], 'output' => ['shape' => 'DescribeVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListMeshes' => ['name' => 'ListMeshes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes', 'responseCode' => 200], 'input' => ['shape' => 'ListMeshesInput'], 'output' => ['shape' => 'ListMeshesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListRoutes' => ['name' => 'ListRoutes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes', 'responseCode' => 200], 'input' => ['shape' => 'ListRoutesInput'], 'output' => ['shape' => 'ListRoutesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/tags', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualNodes' => ['name' => 'ListVirtualNodes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualNodesInput'], 'output' => ['shape' => 'ListVirtualNodesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualRouters' => ['name' => 'ListVirtualRouters', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualRoutersInput'], 'output' => ['shape' => 'ListVirtualRoutersOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualServices' => ['name' => 'ListVirtualServices', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualServicesInput'], 'output' => ['shape' => 'ListVirtualServicesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/tag', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TooManyTagsException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/untag', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateMesh' => ['name' => 'UpdateMesh', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMeshInput'], 'output' => ['shape' => 'UpdateMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateRoute' => ['name' => 'UpdateRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteInput'], 'output' => ['shape' => 'UpdateRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualNode' => ['name' => 'UpdateVirtualNode', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualNodeInput'], 'output' => ['shape' => 'UpdateVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualRouter' => ['name' => 'UpdateVirtualRouter', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualRouterInput'], 'output' => ['shape' => 'UpdateVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualService' => ['name' => 'UpdateVirtualService', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualServiceInput'], 'output' => ['shape' => 'UpdateVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true]], 'shapes' => ['VirtualRouterListener' => ['type' => 'structure', 'required' => ['portMapping'], 'members' => ['portMapping' => ['shape' => 'PortMapping']]], 'VirtualRouterStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 0, 'max' => 50], 'GrpcRetryPolicy' => ['type' => 'structure', 'required' => ['maxRetries', 'perRetryTimeout'], 'members' => ['grpcRetryEvents' => ['shape' => 'GrpcRetryPolicyEvents'], 'httpRetryEvents' => ['shape' => 'HttpRetryPolicyEvents'], 'maxRetries' => ['shape' => 'MaxRetries'], 'perRetryTimeout' => ['shape' => 'Duration'], 'tcpRetryEvents' => ['shape' => 'TcpRetryPolicyEvents']]], 'CreateVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'Logging' => ['type' => 'structure', 'members' => ['accessLog' => ['shape' => 'AccessLog']]], 'Long' => ['type' => 'long', 'box' => \true], 'UpdateVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'ListVirtualRoutersOutput' => ['type' => 'structure', 'required' => ['virtualRouters'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualRouters' => ['shape' => 'VirtualRouterList']]], 'ResourceMetadata' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshOwner', 'resourceOwner', 'uid', 'version'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'uid' => ['shape' => 'String'], 'version' => ['shape' => 'Long']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ResourceInUseException', 'httpStatusCode' => 409, 'senderFault' => \true]], 'UpdateVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'ListRoutesOutput' => ['type' => 'structure', 'required' => ['routes'], 'members' => ['nextToken' => ['shape' => 'String'], 'routes' => ['shape' => 'RouteList']]], 'VirtualServiceBackend' => ['type' => 'structure', 'required' => ['virtualServiceName'], 'members' => ['clientPolicy' => ['shape' => 'ClientPolicy'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'BadRequestException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'GrpcRouteMetadataList' => ['type' => 'list', 'member' => ['shape' => 'GrpcRouteMetadata'], 'min' => 1, 'max' => 10], 'ListenerTlsMode' => ['type' => 'string', 'enum' => ['DISABLED', 'PERMISSIVE', 'STRICT']], 'HealthCheckPolicy' => ['type' => 'structure', 'required' => ['healthyThreshold', 'intervalMillis', 'protocol', 'timeoutMillis', 'unhealthyThreshold'], 'members' => ['healthyThreshold' => ['shape' => 'HealthCheckThreshold'], 'intervalMillis' => ['shape' => 'HealthCheckIntervalMillis'], 'path' => ['shape' => 'String'], 'port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'PortProtocol'], 'timeoutMillis' => ['shape' => 'HealthCheckTimeoutMillis'], 'unhealthyThreshold' => ['shape' => 'HealthCheckThreshold']]], 'EgressFilter' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'EgressFilterType']]], 'VirtualServiceList' => ['type' => 'list', 'member' => ['shape' => 'VirtualServiceRef']], 'ClientPolicy' => ['type' => 'structure', 'members' => ['tls' => ['shape' => 'ClientPolicyTls']]], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'HttpRetryPolicyEvent' => ['type' => 'string', 'min' => 1, 'max' => 25], 'DescribeVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'CertificateAuthorityArns' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'min' => 1, 'max' => 3], 'DescribeVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'AwsCloudMapName' => ['type' => 'string', 'min' => 1, 'max' => 1024, 'pattern' => '((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)'], 'CreateRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'DnsServiceDiscovery' => ['type' => 'structure', 'required' => ['hostname'], 'members' => ['hostname' => ['shape' => 'Hostname']]], 'DeleteRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'VirtualNodeData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'status' => ['shape' => 'VirtualNodeStatus'], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'TcpRetryPolicyEvent' => ['type' => 'string', 'enum' => ['connection-error']], 'Backend' => ['type' => 'structure', 'members' => ['virtualService' => ['shape' => 'VirtualServiceBackend']]], 'ListMeshesInput' => ['type' => 'structure', 'members' => ['limit' => ['shape' => 'ListMeshesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'VirtualRouterData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'status' => ['shape' => 'VirtualRouterStatus'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'UpdateMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'spec' => ['shape' => 'MeshSpec']]], 'CreateVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'DescribeVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'CreateMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'CreateVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'VirtualServiceStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualServiceStatusCode']]], 'HttpRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'HttpRetryPolicyEvent'], 'min' => 1, 'max' => 25], 'ListenerTlsCertificate' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'ListenerTlsAcmCertificate'], 'file' => ['shape' => 'ListenerTlsFileCertificate']]], 'ListMeshesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'AwsCloudMapInstanceAttributeKey' => ['type' => 'string', 'min' => 1, 'max' => 255, 'pattern' => '^[a-zA-Z0-9!-~]+$'], 'VirtualRouterSpec' => ['type' => 'structure', 'members' => ['listeners' => ['shape' => 'VirtualRouterListeners']]], 'VirtualNodeSpec' => ['type' => 'structure', 'members' => ['backendDefaults' => ['shape' => 'BackendDefaults'], 'backends' => ['shape' => 'Backends'], 'listeners' => ['shape' => 'Listeners'], 'logging' => ['shape' => 'Logging'], 'serviceDiscovery' => ['shape' => 'ServiceDiscovery']]], 'ListMeshesOutput' => ['type' => 'structure', 'required' => ['meshes'], 'members' => ['meshes' => ['shape' => 'MeshList'], 'nextToken' => ['shape' => 'String']]], 'VirtualRouterListeners' => ['type' => 'list', 'member' => ['shape' => 'VirtualRouterListener'], 'min' => 1, 'max' => 1], 'PortSet' => ['type' => 'list', 'member' => ['shape' => 'PortNumber']], 'HttpMethod' => ['type' => 'string', 'enum' => ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE']], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ConflictException', 'httpStatusCode' => 409, 'senderFault' => \true]], 'MeshList' => ['type' => 'list', 'member' => ['shape' => 'MeshRef']], 'MaxRetries' => ['type' => 'long', 'box' => \true, 'min' => 0], 'TlsValidationContextTrust' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'TlsValidationContextAcmTrust'], 'file' => ['shape' => 'TlsValidationContextFileTrust']]], 'PortMapping' => ['type' => 'structure', 'required' => ['port', 'protocol'], 'members' => ['port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'PortProtocol']]], 'ListVirtualServicesOutput' => ['type' => 'structure', 'required' => ['virtualServices'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualServices' => ['shape' => 'VirtualServiceList']]], 'AwsCloudMapInstanceAttributeValue' => ['type' => 'string', 'min' => 1, 'max' => 1024, 'pattern' => '^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$'], 'WeightedTarget' => ['type' => 'structure', 'required' => ['virtualNode', 'weight'], 'members' => ['virtualNode' => ['shape' => 'ResourceName'], 'weight' => ['shape' => 'PercentInt']]], 'RouteRef' => ['type' => 'structure', 'required' => ['arn', 'meshName', 'meshOwner', 'resourceOwner', 'routeName', 'virtualRouterName'], 'members' => ['arn' => ['shape' => 'Arn'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'routeName' => ['shape' => 'ResourceName'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'DeleteVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'RouteData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'routeName', 'spec', 'status', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'routeName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'RouteSpec'], 'status' => ['shape' => 'RouteStatus'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'RouteStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'InternalServerErrorException', 'httpStatusCode' => 500, 'fault' => \true]], 'HeaderName' => ['type' => 'string', 'min' => 1, 'max' => 50], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'TagRef'], 'min' => 0, 'max' => 50], 'GrpcRetryPolicyEvent' => ['type' => 'string', 'enum' => ['cancelled', 'deadline-exceeded', 'internal', 'resource-exhausted', 'unavailable']], 'TlsValidationContextAcmTrust' => ['type' => 'structure', 'required' => ['certificateAuthorityArns'], 'members' => ['certificateAuthorityArns' => ['shape' => 'CertificateAuthorityArns']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ForbiddenException', 'httpStatusCode' => 403, 'senderFault' => \true]], 'HeaderMatchMethod' => ['type' => 'structure', 'members' => ['exact' => ['shape' => 'HeaderMatch'], 'prefix' => ['shape' => 'HeaderMatch'], 'range' => ['shape' => 'MatchRange'], 'regex' => ['shape' => 'HeaderMatch'], 'suffix' => ['shape' => 'HeaderMatch']]], 'DeleteMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'EgressFilterType' => ['type' => 'string', 'enum' => ['ALLOW_ALL', 'DROP_ALL']], 'DurationValue' => ['type' => 'long', 'box' => \true, 'min' => 0], 'Hostname' => ['type' => 'string'], 'TagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagList']]], 'VirtualServiceProvider' => ['type' => 'structure', 'members' => ['virtualNode' => ['shape' => 'VirtualNodeServiceProvider'], 'virtualRouter' => ['shape' => 'VirtualRouterServiceProvider']]], 'GrpcRouteMatch' => ['type' => 'structure', 'members' => ['metadata' => ['shape' => 'GrpcRouteMetadataList'], 'methodName' => ['shape' => 'MethodName'], 'serviceName' => ['shape' => 'ServiceName']]], 'AwsCloudMapServiceDiscovery' => ['type' => 'structure', 'required' => ['namespaceName', 'serviceName'], 'members' => ['attributes' => ['shape' => 'AwsCloudMapInstanceAttributes'], 'namespaceName' => ['shape' => 'AwsCloudMapName'], 'serviceName' => ['shape' => 'AwsCloudMapName']]], 'UpdateVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'MeshStatus' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'MeshStatusCode']]], 'CreateVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualNodeName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'NotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true]], 'RouteSpec' => ['type' => 'structure', 'members' => ['grpcRoute' => ['shape' => 'GrpcRoute'], 'http2Route' => ['shape' => 'HttpRoute'], 'httpRoute' => ['shape' => 'HttpRoute'], 'priority' => ['shape' => 'RoutePriority'], 'tcpRoute' => ['shape' => 'TcpRoute']]], 'CreateVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'FileAccessLog' => ['type' => 'structure', 'required' => ['path'], 'members' => ['path' => ['shape' => 'FilePath']]], 'VirtualRouterServiceProvider' => ['type' => 'structure', 'required' => ['virtualRouterName'], 'members' => ['virtualRouterName' => ['shape' => 'ResourceName']]], 'DeleteVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'TlsValidationContext' => ['type' => 'structure', 'required' => ['trust'], 'members' => ['trust' => ['shape' => 'TlsValidationContextTrust']]], 'DeleteVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'TagsLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 50], 'DeleteVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'UpdateVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualNodeName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'ListenerTls' => ['type' => 'structure', 'required' => ['certificate', 'mode'], 'members' => ['certificate' => ['shape' => 'ListenerTlsCertificate'], 'mode' => ['shape' => 'ListenerTlsMode']]], 'DeleteMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName']]], 'TcpRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'TcpRetryPolicyEvent'], 'min' => 1, 'max' => 1], 'CreateVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualServiceName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'UpdateVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['limit' => ['shape' => 'TagsLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'GrpcRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'GrpcRetryPolicyEvent'], 'min' => 1, 'max' => 5], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ServiceUnavailableException', 'httpStatusCode' => 503, 'fault' => \true]], 'DescribeMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'DeleteVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'DescribeRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'DeleteRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener'], 'min' => 0, 'max' => 1], 'Backends' => ['type' => 'list', 'member' => ['shape' => 'Backend']], 'PortProtocol' => ['type' => 'string', 'enum' => ['grpc', 'http', 'http2', 'tcp']], 'VirtualNodeStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'ServiceName' => ['type' => 'string'], 'UpdateVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualServiceName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'HealthCheckThreshold' => ['type' => 'integer', 'min' => 2, 'max' => 10], 'UpdateRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'PercentInt' => ['type' => 'integer', 'min' => 0, 'max' => 100], 'MethodName' => ['type' => 'string', 'min' => 1, 'max' => 50], 'TagValue' => ['type' => 'string', 'min' => 0, 'max' => 256], 'HttpRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'ListRoutesInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['limit' => ['shape' => 'ListRoutesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'VirtualServiceRef' => ['type' => 'structure', 'required' => ['arn', 'meshName', 'meshOwner', 'resourceOwner', 'virtualServiceName'], 'members' => ['arn' => ['shape' => 'Arn'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'VirtualNodeStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualNodeStatusCode']]], 'VirtualRouterRef' => ['type' => 'structure', 'required' => ['arn', 'meshName', 'meshOwner', 'resourceOwner', 'virtualRouterName'], 'members' => ['arn' => ['shape' => 'Arn'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'VirtualServiceData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'status' => ['shape' => 'VirtualServiceStatus'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'HttpRouteHeader' => ['type' => 'structure', 'required' => ['name'], 'members' => ['invert' => ['shape' => 'Boolean'], 'match' => ['shape' => 'HeaderMatchMethod'], 'name' => ['shape' => 'HeaderName']]], 'FilePath' => ['type' => 'string', 'min' => 1, 'max' => 255], 'AwsCloudMapInstanceAttributes' => ['type' => 'list', 'member' => ['shape' => 'AwsCloudMapInstanceAttribute']], 'VirtualNodeRef' => ['type' => 'structure', 'required' => ['arn', 'meshName', 'meshOwner', 'resourceOwner', 'virtualNodeName'], 'members' => ['arn' => ['shape' => 'Arn'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'CreateMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'MeshSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']]]], 'GrpcRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'UpdateMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'GrpcRouteMetadataMatchMethod' => ['type' => 'structure', 'members' => ['exact' => ['shape' => 'HeaderMatch'], 'prefix' => ['shape' => 'HeaderMatch'], 'range' => ['shape' => 'MatchRange'], 'regex' => ['shape' => 'HeaderMatch'], 'suffix' => ['shape' => 'HeaderMatch']]], 'DescribeVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'ListVirtualServicesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'AwsCloudMapInstanceAttribute' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'AwsCloudMapInstanceAttributeKey'], 'value' => ['shape' => 'AwsCloudMapInstanceAttributeValue']]], 'VirtualServiceSpec' => ['type' => 'structure', 'members' => ['provider' => ['shape' => 'VirtualServiceProvider']]], 'MatchRange' => ['type' => 'structure', 'required' => ['end', 'start'], 'members' => ['end' => ['shape' => 'Long'], 'start' => ['shape' => 'Long']]], 'ListVirtualRoutersLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'HealthCheckIntervalMillis' => ['type' => 'long', 'box' => \true, 'min' => 5000, 'max' => 300000], 'VirtualRouterList' => ['type' => 'list', 'member' => ['shape' => 'VirtualRouterRef']], 'Arn' => ['type' => 'string'], 'TcpRoute' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'TcpRouteAction']]], 'VirtualNodeList' => ['type' => 'list', 'member' => ['shape' => 'VirtualNodeRef']], 'ListVirtualRoutersInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualRoutersLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DurationUnit' => ['type' => 'string', 'enum' => ['ms', 's']], 'RoutePriority' => ['type' => 'integer', 'box' => \true, 'min' => 0, 'max' => 1000], 'ListVirtualServicesInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualServicesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'AccessLog' => ['type' => 'structure', 'members' => ['file' => ['shape' => 'FileAccessLog']]], 'ListVirtualNodesInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualNodesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListVirtualNodesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'HealthCheckTimeoutMillis' => ['type' => 'long', 'box' => \true, 'min' => 2000, 'max' => 60000], 'ResourceName' => ['type' => 'string', 'min' => 1, 'max' => 255], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'TooManyRequestsException', 'httpStatusCode' => 429, 'senderFault' => \true]], 'Timestamp' => ['type' => 'timestamp'], 'HeaderMatch' => ['type' => 'string', 'min' => 1, 'max' => 255], 'AccountId' => ['type' => 'string', 'min' => 12, 'max' => 12], 'Duration' => ['type' => 'structure', 'members' => ['unit' => ['shape' => 'DurationUnit'], 'value' => ['shape' => 'DurationValue']]], 'DescribeRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'HttpRouteMatch' => ['type' => 'structure', 'required' => ['prefix'], 'members' => ['headers' => ['shape' => 'HttpRouteHeaders'], 'method' => ['shape' => 'HttpMethod'], 'prefix' => ['shape' => 'String'], 'scheme' => ['shape' => 'HttpScheme']]], 'TagRef' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'MeshRef' => ['type' => 'structure', 'required' => ['arn', 'meshName', 'meshOwner', 'resourceOwner'], 'members' => ['arn' => ['shape' => 'Arn'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId']]], 'MeshStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'MeshData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'MeshSpec'], 'status' => ['shape' => 'MeshStatus']]], 'VirtualRouterStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualRouterStatusCode']]], 'TcpRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'DescribeVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'RouteStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'RouteStatusCode']]], 'Listener' => ['type' => 'structure', 'required' => ['portMapping'], 'members' => ['healthCheck' => ['shape' => 'HealthCheckPolicy'], 'portMapping' => ['shape' => 'PortMapping'], 'tls' => ['shape' => 'ListenerTls']]], 'GrpcRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'GrpcRouteAction'], 'match' => ['shape' => 'GrpcRouteMatch'], 'retryPolicy' => ['shape' => 'GrpcRetryPolicy']]], 'ListRoutesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'ClientPolicyTls' => ['type' => 'structure', 'required' => ['validation'], 'members' => ['enforce' => ['shape' => 'Boolean', 'box' => \true], 'ports' => ['shape' => 'PortSet'], 'validation' => ['shape' => 'TlsValidationContext']]], 'DeleteVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'VirtualNodeServiceProvider' => ['type' => 'structure', 'required' => ['virtualNodeName'], 'members' => ['virtualNodeName' => ['shape' => 'ResourceName']]], 'BackendDefaults' => ['type' => 'structure', 'members' => ['clientPolicy' => ['shape' => 'ClientPolicy']]], 'ListenerTlsFileCertificate' => ['type' => 'structure', 'required' => ['certificateChain', 'privateKey'], 'members' => ['certificateChain' => ['shape' => 'FilePath'], 'privateKey' => ['shape' => 'FilePath']]], 'HttpRetryPolicy' => ['type' => 'structure', 'required' => ['maxRetries', 'perRetryTimeout'], 'members' => ['httpRetryEvents' => ['shape' => 'HttpRetryPolicyEvents'], 'maxRetries' => ['shape' => 'MaxRetries'], 'perRetryTimeout' => ['shape' => 'Duration'], 'tcpRetryEvents' => ['shape' => 'TcpRetryPolicyEvents']]], 'DescribeVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'RouteList' => ['type' => 'list', 'member' => ['shape' => 'RouteRef']], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'TooManyTagsException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'PortNumber' => ['type' => 'integer', 'min' => 1, 'max' => 65535], 'TlsValidationContextFileTrust' => ['type' => 'structure', 'required' => ['certificateChain'], 'members' => ['certificateChain' => ['shape' => 'FilePath']]], 'GrpcRouteMetadata' => ['type' => 'structure', 'required' => ['name'], 'members' => ['invert' => ['shape' => 'Boolean'], 'match' => ['shape' => 'GrpcRouteMetadataMatchMethod'], 'name' => ['shape' => 'HeaderName']]], 'CreateRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'RouteSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'WeightedTargets' => ['type' => 'list', 'member' => ['shape' => 'WeightedTarget'], 'min' => 1, 'max' => 10], 'HttpRouteHeaders' => ['type' => 'list', 'member' => ['shape' => 'HttpRouteHeader'], 'min' => 1, 'max' => 10], 'String' => ['type' => 'string'], 'HttpScheme' => ['type' => 'string', 'enum' => ['http', 'https']], 'UpdateRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'spec' => ['shape' => 'RouteSpec'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'HttpRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'HttpRouteAction'], 'match' => ['shape' => 'HttpRouteMatch'], 'retryPolicy' => ['shape' => 'HttpRetryPolicy']]], 'DescribeMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner']]], 'MeshSpec' => ['type' => 'structure', 'members' => ['egressFilter' => ['shape' => 'EgressFilter']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'required' => ['tags'], 'members' => ['nextToken' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList']]], 'ServiceDiscovery' => ['type' => 'structure', 'members' => ['awsCloudMap' => ['shape' => 'AwsCloudMapServiceDiscovery'], 'dns' => ['shape' => 'DnsServiceDiscovery']]], 'ListVirtualNodesOutput' => ['type' => 'structure', 'required' => ['virtualNodes'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualNodes' => ['shape' => 'VirtualNodeList']]], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'ListenerTlsAcmCertificate' => ['type' => 'structure', 'required' => ['certificateArn'], 'members' => ['certificateArn' => ['shape' => 'Arn']]], 'TagKey' => ['type' => 'string', 'min' => 1, 'max' => 128], 'VirtualServiceStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-01-25', 'endpointPrefix' => 'appmesh', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS App Mesh', 'serviceId' => 'App Mesh', 'signatureVersion' => 'v4', 'signingName' => 'appmesh', 'uid' => 'appmesh-2019-01-25'], 'operations' => ['CreateGatewayRoute' => ['name' => 'CreateGatewayRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes', 'responseCode' => 200], 'input' => ['shape' => 'CreateGatewayRouteInput'], 'output' => ['shape' => 'CreateGatewayRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateMesh' => ['name' => 'CreateMesh', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes', 'responseCode' => 200], 'input' => ['shape' => 'CreateMeshInput'], 'output' => ['shape' => 'CreateMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes', 'responseCode' => 200], 'input' => ['shape' => 'CreateRouteInput'], 'output' => ['shape' => 'CreateRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualGateway' => ['name' => 'CreateVirtualGateway', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateways', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualGatewayInput'], 'output' => ['shape' => 'CreateVirtualGatewayOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualNode' => ['name' => 'CreateVirtualNode', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualNodeInput'], 'output' => ['shape' => 'CreateVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualRouter' => ['name' => 'CreateVirtualRouter', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualRouterInput'], 'output' => ['shape' => 'CreateVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'CreateVirtualService' => ['name' => 'CreateVirtualService', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices', 'responseCode' => 200], 'input' => ['shape' => 'CreateVirtualServiceInput'], 'output' => ['shape' => 'CreateVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteGatewayRoute' => ['name' => 'DeleteGatewayRoute', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteGatewayRouteInput'], 'output' => ['shape' => 'DeleteGatewayRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteMesh' => ['name' => 'DeleteMesh', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMeshInput'], 'output' => ['shape' => 'DeleteMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteRouteInput'], 'output' => ['shape' => 'DeleteRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualGateway' => ['name' => 'DeleteVirtualGateway', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualGatewayInput'], 'output' => ['shape' => 'DeleteVirtualGatewayOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualNode' => ['name' => 'DeleteVirtualNode', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualNodeInput'], 'output' => ['shape' => 'DeleteVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualRouter' => ['name' => 'DeleteVirtualRouter', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualRouterInput'], 'output' => ['shape' => 'DeleteVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DeleteVirtualService' => ['name' => 'DeleteVirtualService', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVirtualServiceInput'], 'output' => ['shape' => 'DeleteVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'DescribeGatewayRoute' => ['name' => 'DescribeGatewayRoute', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeGatewayRouteInput'], 'output' => ['shape' => 'DescribeGatewayRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeMesh' => ['name' => 'DescribeMesh', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMeshInput'], 'output' => ['shape' => 'DescribeMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeRoute' => ['name' => 'DescribeRoute', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeRouteInput'], 'output' => ['shape' => 'DescribeRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualGateway' => ['name' => 'DescribeVirtualGateway', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualGatewayInput'], 'output' => ['shape' => 'DescribeVirtualGatewayOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualNode' => ['name' => 'DescribeVirtualNode', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualNodeInput'], 'output' => ['shape' => 'DescribeVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualRouter' => ['name' => 'DescribeVirtualRouter', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualRouterInput'], 'output' => ['shape' => 'DescribeVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeVirtualService' => ['name' => 'DescribeVirtualService', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVirtualServiceInput'], 'output' => ['shape' => 'DescribeVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListGatewayRoutes' => ['name' => 'ListGatewayRoutes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes', 'responseCode' => 200], 'input' => ['shape' => 'ListGatewayRoutesInput'], 'output' => ['shape' => 'ListGatewayRoutesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListMeshes' => ['name' => 'ListMeshes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes', 'responseCode' => 200], 'input' => ['shape' => 'ListMeshesInput'], 'output' => ['shape' => 'ListMeshesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListRoutes' => ['name' => 'ListRoutes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes', 'responseCode' => 200], 'input' => ['shape' => 'ListRoutesInput'], 'output' => ['shape' => 'ListRoutesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/tags', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualGateways' => ['name' => 'ListVirtualGateways', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateways', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualGatewaysInput'], 'output' => ['shape' => 'ListVirtualGatewaysOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualNodes' => ['name' => 'ListVirtualNodes', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualNodesInput'], 'output' => ['shape' => 'ListVirtualNodesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualRouters' => ['name' => 'ListVirtualRouters', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualRoutersInput'], 'output' => ['shape' => 'ListVirtualRoutersOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListVirtualServices' => ['name' => 'ListVirtualServices', 'http' => ['method' => 'GET', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices', 'responseCode' => 200], 'input' => ['shape' => 'ListVirtualServicesInput'], 'output' => ['shape' => 'ListVirtualServicesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/tag', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TooManyTagsException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/untag', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateGatewayRoute' => ['name' => 'UpdateGatewayRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateGatewayRouteInput'], 'output' => ['shape' => 'UpdateGatewayRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateMesh' => ['name' => 'UpdateMesh', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMeshInput'], 'output' => ['shape' => 'UpdateMeshOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateRoute' => ['name' => 'UpdateRoute', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRouteInput'], 'output' => ['shape' => 'UpdateRouteOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualGateway' => ['name' => 'UpdateVirtualGateway', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualGatewayInput'], 'output' => ['shape' => 'UpdateVirtualGatewayOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualNode' => ['name' => 'UpdateVirtualNode', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualNodeInput'], 'output' => ['shape' => 'UpdateVirtualNodeOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualRouter' => ['name' => 'UpdateVirtualRouter', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualRouterInput'], 'output' => ['shape' => 'UpdateVirtualRouterOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'UpdateVirtualService' => ['name' => 'UpdateVirtualService', 'http' => ['method' => 'PUT', 'requestUri' => '/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVirtualServiceInput'], 'output' => ['shape' => 'UpdateVirtualServiceOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true]], 'shapes' => ['VirtualRouterListener' => ['type' => 'structure', 'required' => ['portMapping'], 'members' => ['portMapping' => ['shape' => 'PortMapping']]], 'VirtualRouterStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 0, 'max' => 50], 'GrpcRetryPolicy' => ['type' => 'structure', 'required' => ['maxRetries', 'perRetryTimeout'], 'members' => ['grpcRetryEvents' => ['shape' => 'GrpcRetryPolicyEvents'], 'httpRetryEvents' => ['shape' => 'HttpRetryPolicyEvents'], 'maxRetries' => ['shape' => 'MaxRetries'], 'perRetryTimeout' => ['shape' => 'Duration'], 'tcpRetryEvents' => ['shape' => 'TcpRetryPolicyEvents']]], 'CreateVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'Logging' => ['type' => 'structure', 'members' => ['accessLog' => ['shape' => 'AccessLog']]], 'Long' => ['type' => 'long', 'box' => \true], 'UpdateVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'ListVirtualRoutersOutput' => ['type' => 'structure', 'required' => ['virtualRouters'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualRouters' => ['shape' => 'VirtualRouterList']]], 'CreateVirtualGatewayInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualGatewayName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualGatewaySpec'], 'tags' => ['shape' => 'TagList'], 'virtualGatewayName' => ['shape' => 'ResourceName']]], 'UpdateVirtualGatewayInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualGatewayName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualGatewaySpec'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'ResourceMetadata' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshOwner', 'resourceOwner', 'uid', 'version'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'uid' => ['shape' => 'String'], 'version' => ['shape' => 'Long']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ResourceInUseException', 'httpStatusCode' => 409, 'senderFault' => \true]], 'UpdateVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'ListRoutesOutput' => ['type' => 'structure', 'required' => ['routes'], 'members' => ['nextToken' => ['shape' => 'String'], 'routes' => ['shape' => 'RouteList']]], 'VirtualServiceBackend' => ['type' => 'structure', 'required' => ['virtualServiceName'], 'members' => ['clientPolicy' => ['shape' => 'ClientPolicy'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'BadRequestException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'HttpGatewayRouteMatch' => ['type' => 'structure', 'required' => ['prefix'], 'members' => ['prefix' => ['shape' => 'String']]], 'GrpcRouteMetadataList' => ['type' => 'list', 'member' => ['shape' => 'GrpcRouteMetadata'], 'min' => 1, 'max' => 10], 'ListenerTlsMode' => ['type' => 'string', 'enum' => ['DISABLED', 'PERMISSIVE', 'STRICT']], 'HealthCheckPolicy' => ['type' => 'structure', 'required' => ['healthyThreshold', 'intervalMillis', 'protocol', 'timeoutMillis', 'unhealthyThreshold'], 'members' => ['healthyThreshold' => ['shape' => 'HealthCheckThreshold'], 'intervalMillis' => ['shape' => 'HealthCheckIntervalMillis'], 'path' => ['shape' => 'String'], 'port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'PortProtocol'], 'timeoutMillis' => ['shape' => 'HealthCheckTimeoutMillis'], 'unhealthyThreshold' => ['shape' => 'HealthCheckThreshold']]], 'VirtualGatewayHealthCheckTimeoutMillis' => ['type' => 'long', 'box' => \true, 'min' => 2000, 'max' => 60000], 'EgressFilter' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'EgressFilterType']]], 'VirtualServiceList' => ['type' => 'list', 'member' => ['shape' => 'VirtualServiceRef']], 'ClientPolicy' => ['type' => 'structure', 'members' => ['tls' => ['shape' => 'ClientPolicyTls']]], 'VirtualGatewayHealthCheckIntervalMillis' => ['type' => 'long', 'box' => \true, 'min' => 5000, 'max' => 300000], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'VirtualGatewaySpec' => ['type' => 'structure', 'required' => ['listeners'], 'members' => ['backendDefaults' => ['shape' => 'VirtualGatewayBackendDefaults'], 'listeners' => ['shape' => 'VirtualGatewayListeners'], 'logging' => ['shape' => 'VirtualGatewayLogging']]], 'HttpRetryPolicyEvent' => ['type' => 'string', 'min' => 1, 'max' => 25], 'VirtualGatewayFileAccessLog' => ['type' => 'structure', 'required' => ['path'], 'members' => ['path' => ['shape' => 'FilePath']]], 'DescribeVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'CreateGatewayRouteInput' => ['type' => 'structure', 'required' => ['gatewayRouteName', 'meshName', 'spec', 'virtualGatewayName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'gatewayRouteName' => ['shape' => 'ResourceName'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'GatewayRouteSpec'], 'tags' => ['shape' => 'TagList'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'CertificateAuthorityArns' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'min' => 1, 'max' => 3], 'DescribeVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'AwsCloudMapName' => ['type' => 'string', 'min' => 1, 'max' => 1024, 'pattern' => '((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)'], 'VirtualGatewayData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualGatewayName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualGatewaySpec'], 'status' => ['shape' => 'VirtualGatewayStatus'], 'virtualGatewayName' => ['shape' => 'ResourceName']]], 'CreateRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'VirtualGatewayListener' => ['type' => 'structure', 'required' => ['portMapping'], 'members' => ['healthCheck' => ['shape' => 'VirtualGatewayHealthCheckPolicy'], 'portMapping' => ['shape' => 'VirtualGatewayPortMapping'], 'tls' => ['shape' => 'VirtualGatewayListenerTls']]], 'DnsServiceDiscovery' => ['type' => 'structure', 'required' => ['hostname'], 'members' => ['hostname' => ['shape' => 'Hostname']]], 'VirtualGatewayPortMapping' => ['type' => 'structure', 'required' => ['port', 'protocol'], 'members' => ['port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'VirtualGatewayPortProtocol']]], 'DeleteVirtualGatewayOutput' => ['type' => 'structure', 'required' => ['virtualGateway'], 'members' => ['virtualGateway' => ['shape' => 'VirtualGatewayData']], 'payload' => 'virtualGateway'], 'DeleteRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'VirtualNodeData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'status' => ['shape' => 'VirtualNodeStatus'], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'ListGatewayRoutesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'TcpRetryPolicyEvent' => ['type' => 'string', 'enum' => ['connection-error']], 'VirtualGatewayListenerTls' => ['type' => 'structure', 'required' => ['certificate', 'mode'], 'members' => ['certificate' => ['shape' => 'VirtualGatewayListenerTlsCertificate'], 'mode' => ['shape' => 'VirtualGatewayListenerTlsMode']]], 'Backend' => ['type' => 'structure', 'members' => ['virtualService' => ['shape' => 'VirtualServiceBackend']]], 'ListMeshesInput' => ['type' => 'structure', 'members' => ['limit' => ['shape' => 'ListMeshesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'VirtualGatewayListenerTlsFileCertificate' => ['type' => 'structure', 'required' => ['certificateChain', 'privateKey'], 'members' => ['certificateChain' => ['shape' => 'FilePath'], 'privateKey' => ['shape' => 'FilePath']]], 'ListGatewayRoutesInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualGatewayName'], 'members' => ['limit' => ['shape' => 'ListGatewayRoutesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'VirtualRouterData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'status' => ['shape' => 'VirtualRouterStatus'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'UpdateMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'spec' => ['shape' => 'MeshSpec']]], 'VirtualGatewayHealthCheckPolicy' => ['type' => 'structure', 'required' => ['healthyThreshold', 'intervalMillis', 'protocol', 'timeoutMillis', 'unhealthyThreshold'], 'members' => ['healthyThreshold' => ['shape' => 'VirtualGatewayHealthCheckThreshold'], 'intervalMillis' => ['shape' => 'VirtualGatewayHealthCheckIntervalMillis'], 'path' => ['shape' => 'String'], 'port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'VirtualGatewayPortProtocol'], 'timeoutMillis' => ['shape' => 'VirtualGatewayHealthCheckTimeoutMillis'], 'unhealthyThreshold' => ['shape' => 'VirtualGatewayHealthCheckThreshold']]], 'CreateVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'DescribeVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'CreateMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'CreateVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'VirtualServiceStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualServiceStatusCode']]], 'HttpRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'HttpRetryPolicyEvent'], 'min' => 1, 'max' => 25], 'VirtualGatewayListenerTlsCertificate' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'VirtualGatewayListenerTlsAcmCertificate'], 'file' => ['shape' => 'VirtualGatewayListenerTlsFileCertificate']]], 'ListenerTlsCertificate' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'ListenerTlsAcmCertificate'], 'file' => ['shape' => 'ListenerTlsFileCertificate']]], 'ListMeshesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'AwsCloudMapInstanceAttributeKey' => ['type' => 'string', 'min' => 1, 'max' => 255, 'pattern' => '^[a-zA-Z0-9!-~]+$'], 'VirtualRouterSpec' => ['type' => 'structure', 'members' => ['listeners' => ['shape' => 'VirtualRouterListeners']]], 'GatewayRouteVirtualService' => ['type' => 'structure', 'required' => ['virtualServiceName'], 'members' => ['virtualServiceName' => ['shape' => 'ResourceName']]], 'VirtualNodeSpec' => ['type' => 'structure', 'members' => ['backendDefaults' => ['shape' => 'BackendDefaults'], 'backends' => ['shape' => 'Backends'], 'listeners' => ['shape' => 'Listeners'], 'logging' => ['shape' => 'Logging'], 'serviceDiscovery' => ['shape' => 'ServiceDiscovery']]], 'ListMeshesOutput' => ['type' => 'structure', 'required' => ['meshes'], 'members' => ['meshes' => ['shape' => 'MeshList'], 'nextToken' => ['shape' => 'String']]], 'VirtualRouterListeners' => ['type' => 'list', 'member' => ['shape' => 'VirtualRouterListener'], 'min' => 1, 'max' => 1], 'GatewayRouteSpec' => ['type' => 'structure', 'members' => ['grpcRoute' => ['shape' => 'GrpcGatewayRoute'], 'http2Route' => ['shape' => 'HttpGatewayRoute'], 'httpRoute' => ['shape' => 'HttpGatewayRoute']]], 'PortSet' => ['type' => 'list', 'member' => ['shape' => 'PortNumber']], 'HttpMethod' => ['type' => 'string', 'enum' => ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE']], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ConflictException', 'httpStatusCode' => 409, 'senderFault' => \true]], 'VirtualGatewayBackendDefaults' => ['type' => 'structure', 'members' => ['clientPolicy' => ['shape' => 'VirtualGatewayClientPolicy']]], 'ListenerTimeout' => ['type' => 'structure', 'members' => ['grpc' => ['shape' => 'GrpcTimeout'], 'http' => ['shape' => 'HttpTimeout'], 'http2' => ['shape' => 'HttpTimeout'], 'tcp' => ['shape' => 'TcpTimeout']]], 'MeshList' => ['type' => 'list', 'member' => ['shape' => 'MeshRef']], 'MaxRetries' => ['type' => 'long', 'box' => \true, 'min' => 0], 'DescribeGatewayRouteInput' => ['type' => 'structure', 'required' => ['gatewayRouteName', 'meshName', 'virtualGatewayName'], 'members' => ['gatewayRouteName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'gatewayRouteName'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'TlsValidationContextTrust' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'TlsValidationContextAcmTrust'], 'file' => ['shape' => 'TlsValidationContextFileTrust']]], 'PortMapping' => ['type' => 'structure', 'required' => ['port', 'protocol'], 'members' => ['port' => ['shape' => 'PortNumber'], 'protocol' => ['shape' => 'PortProtocol']]], 'VirtualGatewayHealthCheckThreshold' => ['type' => 'integer', 'min' => 2, 'max' => 10], 'ListVirtualServicesOutput' => ['type' => 'structure', 'required' => ['virtualServices'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualServices' => ['shape' => 'VirtualServiceList']]], 'AwsCloudMapInstanceAttributeValue' => ['type' => 'string', 'min' => 1, 'max' => 1024, 'pattern' => '^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$'], 'WeightedTarget' => ['type' => 'structure', 'required' => ['virtualNode', 'weight'], 'members' => ['virtualNode' => ['shape' => 'ResourceName'], 'weight' => ['shape' => 'PercentInt']]], 'GrpcGatewayRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'GrpcGatewayRouteAction'], 'match' => ['shape' => 'GrpcGatewayRouteMatch']]], 'GatewayRouteData' => ['type' => 'structure', 'required' => ['gatewayRouteName', 'meshName', 'metadata', 'spec', 'status', 'virtualGatewayName'], 'members' => ['gatewayRouteName' => ['shape' => 'ResourceName'], 'meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'GatewayRouteSpec'], 'status' => ['shape' => 'GatewayRouteStatus'], 'virtualGatewayName' => ['shape' => 'ResourceName']]], 'RouteRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'routeName', 'version', 'virtualRouterName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'routeName' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'Long'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'DeleteVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'RouteData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'routeName', 'spec', 'status', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'routeName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'RouteSpec'], 'status' => ['shape' => 'RouteStatus'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'RouteStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'InternalServerErrorException', 'httpStatusCode' => 500, 'fault' => \true]], 'HeaderName' => ['type' => 'string', 'min' => 1, 'max' => 50], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'TagRef'], 'min' => 0, 'max' => 50], 'GrpcRetryPolicyEvent' => ['type' => 'string', 'enum' => ['cancelled', 'deadline-exceeded', 'internal', 'resource-exhausted', 'unavailable']], 'TlsValidationContextAcmTrust' => ['type' => 'structure', 'required' => ['certificateAuthorityArns'], 'members' => ['certificateAuthorityArns' => ['shape' => 'CertificateAuthorityArns']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ForbiddenException', 'httpStatusCode' => 403, 'senderFault' => \true]], 'HeaderMatchMethod' => ['type' => 'structure', 'members' => ['exact' => ['shape' => 'HeaderMatch'], 'prefix' => ['shape' => 'HeaderMatch'], 'range' => ['shape' => 'MatchRange'], 'regex' => ['shape' => 'HeaderMatch'], 'suffix' => ['shape' => 'HeaderMatch']]], 'DeleteMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'VirtualGatewayClientPolicyTls' => ['type' => 'structure', 'required' => ['validation'], 'members' => ['enforce' => ['shape' => 'Boolean', 'box' => \true], 'ports' => ['shape' => 'PortSet'], 'validation' => ['shape' => 'VirtualGatewayTlsValidationContext']]], 'EgressFilterType' => ['type' => 'string', 'enum' => ['ALLOW_ALL', 'DROP_ALL']], 'DurationValue' => ['type' => 'long', 'box' => \true, 'min' => 0], 'Hostname' => ['type' => 'string'], 'VirtualGatewayStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualGatewayStatusCode']]], 'GatewayRouteStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'GatewayRouteStatusCode']]], 'VirtualGatewayListeners' => ['type' => 'list', 'member' => ['shape' => 'VirtualGatewayListener'], 'min' => 0, 'max' => 1], 'TagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagList']]], 'CreateVirtualGatewayOutput' => ['type' => 'structure', 'required' => ['virtualGateway'], 'members' => ['virtualGateway' => ['shape' => 'VirtualGatewayData']], 'payload' => 'virtualGateway'], 'ListVirtualGatewaysOutput' => ['type' => 'structure', 'required' => ['virtualGateways'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualGateways' => ['shape' => 'VirtualGatewayList']]], 'VirtualGatewayTlsValidationContext' => ['type' => 'structure', 'required' => ['trust'], 'members' => ['trust' => ['shape' => 'VirtualGatewayTlsValidationContextTrust']]], 'VirtualServiceProvider' => ['type' => 'structure', 'members' => ['virtualNode' => ['shape' => 'VirtualNodeServiceProvider'], 'virtualRouter' => ['shape' => 'VirtualRouterServiceProvider']]], 'GrpcRouteMatch' => ['type' => 'structure', 'members' => ['metadata' => ['shape' => 'GrpcRouteMetadataList'], 'methodName' => ['shape' => 'MethodName'], 'serviceName' => ['shape' => 'ServiceName']]], 'AwsCloudMapServiceDiscovery' => ['type' => 'structure', 'required' => ['namespaceName', 'serviceName'], 'members' => ['attributes' => ['shape' => 'AwsCloudMapInstanceAttributes'], 'namespaceName' => ['shape' => 'AwsCloudMapName'], 'serviceName' => ['shape' => 'AwsCloudMapName']]], 'UpdateVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'MeshStatus' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'MeshStatusCode']]], 'CreateVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualNodeName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'NotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true]], 'RouteSpec' => ['type' => 'structure', 'members' => ['grpcRoute' => ['shape' => 'GrpcRoute'], 'http2Route' => ['shape' => 'HttpRoute'], 'httpRoute' => ['shape' => 'HttpRoute'], 'priority' => ['shape' => 'RoutePriority'], 'tcpRoute' => ['shape' => 'TcpRoute']]], 'GatewayRouteRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'gatewayRouteName', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version', 'virtualGatewayName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'gatewayRouteName' => ['shape' => 'ResourceName'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long'], 'virtualGatewayName' => ['shape' => 'ResourceName']]], 'VirtualGatewayListenerTlsAcmCertificate' => ['type' => 'structure', 'required' => ['certificateArn'], 'members' => ['certificateArn' => ['shape' => 'Arn']]], 'ListGatewayRoutesOutput' => ['type' => 'structure', 'required' => ['gatewayRoutes'], 'members' => ['gatewayRoutes' => ['shape' => 'GatewayRouteList'], 'nextToken' => ['shape' => 'String']]], 'CreateVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'FileAccessLog' => ['type' => 'structure', 'required' => ['path'], 'members' => ['path' => ['shape' => 'FilePath']]], 'VirtualRouterServiceProvider' => ['type' => 'structure', 'required' => ['virtualRouterName'], 'members' => ['virtualRouterName' => ['shape' => 'ResourceName']]], 'HttpTimeout' => ['type' => 'structure', 'members' => ['idle' => ['shape' => 'Duration'], 'perRequest' => ['shape' => 'Duration']]], 'DeleteVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'TlsValidationContext' => ['type' => 'structure', 'required' => ['trust'], 'members' => ['trust' => ['shape' => 'TlsValidationContextTrust']]], 'GatewayRouteStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'DeleteVirtualRouterOutput' => ['type' => 'structure', 'required' => ['virtualRouter'], 'members' => ['virtualRouter' => ['shape' => 'VirtualRouterData']], 'payload' => 'virtualRouter'], 'DescribeVirtualGatewayInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualGatewayName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'TagsLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 50], 'GrpcGatewayRouteAction' => ['type' => 'structure', 'required' => ['target'], 'members' => ['target' => ['shape' => 'GatewayRouteTarget']]], 'DeleteVirtualNodeOutput' => ['type' => 'structure', 'required' => ['virtualNode'], 'members' => ['virtualNode' => ['shape' => 'VirtualNodeData']], 'payload' => 'virtualNode'], 'UpdateVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualNodeName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualNodeSpec'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'ListenerTls' => ['type' => 'structure', 'required' => ['certificate', 'mode'], 'members' => ['certificate' => ['shape' => 'ListenerTlsCertificate'], 'mode' => ['shape' => 'ListenerTlsMode']]], 'DeleteMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName']]], 'TcpRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'TcpRetryPolicyEvent'], 'min' => 1, 'max' => 1], 'CreateVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualServiceName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'UpdateVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualRouterSpec'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'HttpGatewayRouteAction' => ['type' => 'structure', 'required' => ['target'], 'members' => ['target' => ['shape' => 'GatewayRouteTarget']]], 'GrpcGatewayRouteMatch' => ['type' => 'structure', 'members' => ['serviceName' => ['shape' => 'ServiceName']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['limit' => ['shape' => 'TagsLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'GrpcRetryPolicyEvents' => ['type' => 'list', 'member' => ['shape' => 'GrpcRetryPolicyEvent'], 'min' => 1, 'max' => 5], 'VirtualGatewayStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'ServiceUnavailableException', 'httpStatusCode' => 503, 'fault' => \true]], 'DescribeMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'DeleteVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'UpdateGatewayRouteOutput' => ['type' => 'structure', 'required' => ['gatewayRoute'], 'members' => ['gatewayRoute' => ['shape' => 'GatewayRouteData']], 'payload' => 'gatewayRoute'], 'DescribeRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'DeleteRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener'], 'min' => 0, 'max' => 1], 'Backends' => ['type' => 'list', 'member' => ['shape' => 'Backend']], 'PortProtocol' => ['type' => 'string', 'enum' => ['grpc', 'http', 'http2', 'tcp']], 'DeleteGatewayRouteOutput' => ['type' => 'structure', 'required' => ['gatewayRoute'], 'members' => ['gatewayRoute' => ['shape' => 'GatewayRouteData']], 'payload' => 'gatewayRoute'], 'VirtualGatewayList' => ['type' => 'list', 'member' => ['shape' => 'VirtualGatewayRef']], 'VirtualNodeStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'ServiceName' => ['type' => 'string'], 'UpdateVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'spec', 'virtualServiceName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'HealthCheckThreshold' => ['type' => 'integer', 'min' => 2, 'max' => 10], 'UpdateRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'PercentInt' => ['type' => 'integer', 'min' => 0, 'max' => 100], 'MethodName' => ['type' => 'string', 'min' => 1, 'max' => 50], 'TagValue' => ['type' => 'string', 'min' => 0, 'max' => 256], 'HttpRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'ListRoutesInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['limit' => ['shape' => 'ListRoutesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'VirtualServiceRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version', 'virtualServiceName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'GrpcTimeout' => ['type' => 'structure', 'members' => ['idle' => ['shape' => 'Duration'], 'perRequest' => ['shape' => 'Duration']]], 'VirtualNodeStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualNodeStatusCode']]], 'VirtualRouterRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version', 'virtualRouterName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long'], 'virtualRouterName' => ['shape' => 'ResourceName']]], 'VirtualServiceData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'VirtualServiceSpec'], 'status' => ['shape' => 'VirtualServiceStatus'], 'virtualServiceName' => ['shape' => 'ServiceName']]], 'HttpRouteHeader' => ['type' => 'structure', 'required' => ['name'], 'members' => ['invert' => ['shape' => 'Boolean'], 'match' => ['shape' => 'HeaderMatchMethod'], 'name' => ['shape' => 'HeaderName']]], 'FilePath' => ['type' => 'string', 'min' => 1, 'max' => 255], 'AwsCloudMapInstanceAttributes' => ['type' => 'list', 'member' => ['shape' => 'AwsCloudMapInstanceAttribute']], 'VirtualNodeRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version', 'virtualNodeName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long'], 'virtualNodeName' => ['shape' => 'ResourceName']]], 'CreateMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'MeshSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']]]], 'GrpcRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'VirtualGatewayTlsValidationContextFileTrust' => ['type' => 'structure', 'required' => ['certificateChain'], 'members' => ['certificateChain' => ['shape' => 'FilePath']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'UpdateMeshOutput' => ['type' => 'structure', 'required' => ['mesh'], 'members' => ['mesh' => ['shape' => 'MeshData']], 'payload' => 'mesh'], 'GrpcRouteMetadataMatchMethod' => ['type' => 'structure', 'members' => ['exact' => ['shape' => 'HeaderMatch'], 'prefix' => ['shape' => 'HeaderMatch'], 'range' => ['shape' => 'MatchRange'], 'regex' => ['shape' => 'HeaderMatch'], 'suffix' => ['shape' => 'HeaderMatch']]], 'DescribeVirtualServiceInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualServiceName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualServiceName' => ['shape' => 'ServiceName', 'location' => 'uri', 'locationName' => 'virtualServiceName']]], 'ListVirtualServicesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'AwsCloudMapInstanceAttribute' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'AwsCloudMapInstanceAttributeKey'], 'value' => ['shape' => 'AwsCloudMapInstanceAttributeValue']]], 'VirtualGatewayListenerTlsMode' => ['type' => 'string', 'enum' => ['DISABLED', 'PERMISSIVE', 'STRICT']], 'VirtualServiceSpec' => ['type' => 'structure', 'members' => ['provider' => ['shape' => 'VirtualServiceProvider']]], 'VirtualGatewayTlsValidationContextAcmTrust' => ['type' => 'structure', 'required' => ['certificateAuthorityArns'], 'members' => ['certificateAuthorityArns' => ['shape' => 'VirtualGatewayCertificateAuthorityArns']]], 'VirtualGatewayAccessLog' => ['type' => 'structure', 'members' => ['file' => ['shape' => 'VirtualGatewayFileAccessLog']]], 'MatchRange' => ['type' => 'structure', 'required' => ['end', 'start'], 'members' => ['end' => ['shape' => 'Long'], 'start' => ['shape' => 'Long']]], 'ListVirtualRoutersLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'HealthCheckIntervalMillis' => ['type' => 'long', 'box' => \true, 'min' => 5000, 'max' => 300000], 'VirtualRouterList' => ['type' => 'list', 'member' => ['shape' => 'VirtualRouterRef']], 'Arn' => ['type' => 'string'], 'TcpRoute' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'TcpRouteAction'], 'timeout' => ['shape' => 'TcpTimeout']]], 'VirtualNodeList' => ['type' => 'list', 'member' => ['shape' => 'VirtualNodeRef']], 'UpdateVirtualGatewayOutput' => ['type' => 'structure', 'required' => ['virtualGateway'], 'members' => ['virtualGateway' => ['shape' => 'VirtualGatewayData']], 'payload' => 'virtualGateway'], 'ListVirtualRoutersInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualRoutersLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DurationUnit' => ['type' => 'string', 'enum' => ['ms', 's']], 'RoutePriority' => ['type' => 'integer', 'box' => \true, 'min' => 0, 'max' => 1000], 'ListVirtualServicesInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualServicesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'AccessLog' => ['type' => 'structure', 'members' => ['file' => ['shape' => 'FileAccessLog']]], 'ListVirtualNodesInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualNodesLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'VirtualGatewayClientPolicy' => ['type' => 'structure', 'members' => ['tls' => ['shape' => 'VirtualGatewayClientPolicyTls']]], 'ListVirtualNodesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'HealthCheckTimeoutMillis' => ['type' => 'long', 'box' => \true, 'min' => 2000, 'max' => 60000], 'ResourceName' => ['type' => 'string', 'min' => 1, 'max' => 255], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'TooManyRequestsException', 'httpStatusCode' => 429, 'senderFault' => \true]], 'Timestamp' => ['type' => 'timestamp'], 'VirtualGatewayLogging' => ['type' => 'structure', 'members' => ['accessLog' => ['shape' => 'VirtualGatewayAccessLog']]], 'HeaderMatch' => ['type' => 'string', 'min' => 1, 'max' => 255], 'AccountId' => ['type' => 'string', 'min' => 12, 'max' => 12], 'GatewayRouteTarget' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'GatewayRouteVirtualService']]], 'Duration' => ['type' => 'structure', 'members' => ['unit' => ['shape' => 'DurationUnit'], 'value' => ['shape' => 'DurationValue']]], 'DescribeRouteOutput' => ['type' => 'structure', 'required' => ['route'], 'members' => ['route' => ['shape' => 'RouteData']], 'payload' => 'route'], 'HttpRouteMatch' => ['type' => 'structure', 'required' => ['prefix'], 'members' => ['headers' => ['shape' => 'HttpRouteHeaders'], 'method' => ['shape' => 'HttpMethod'], 'prefix' => ['shape' => 'String'], 'scheme' => ['shape' => 'HttpScheme']]], 'TagRef' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'MeshRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long']]], 'ListVirtualGatewaysLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'MeshStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']], 'MeshData' => ['type' => 'structure', 'required' => ['meshName', 'metadata', 'spec', 'status'], 'members' => ['meshName' => ['shape' => 'ResourceName'], 'metadata' => ['shape' => 'ResourceMetadata'], 'spec' => ['shape' => 'MeshSpec'], 'status' => ['shape' => 'MeshStatus']]], 'CreateGatewayRouteOutput' => ['type' => 'structure', 'required' => ['gatewayRoute'], 'members' => ['gatewayRoute' => ['shape' => 'GatewayRouteData']], 'payload' => 'gatewayRoute'], 'GatewayRouteList' => ['type' => 'list', 'member' => ['shape' => 'GatewayRouteRef']], 'VirtualRouterStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'VirtualRouterStatusCode']]], 'TcpRouteAction' => ['type' => 'structure', 'required' => ['weightedTargets'], 'members' => ['weightedTargets' => ['shape' => 'WeightedTargets']]], 'DeleteVirtualGatewayInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualGatewayName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'DescribeVirtualNodeInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualNodeName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualNodeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualNodeName']]], 'RouteStatus' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'RouteStatusCode']]], 'Listener' => ['type' => 'structure', 'required' => ['portMapping'], 'members' => ['healthCheck' => ['shape' => 'HealthCheckPolicy'], 'portMapping' => ['shape' => 'PortMapping'], 'timeout' => ['shape' => 'ListenerTimeout'], 'tls' => ['shape' => 'ListenerTls']]], 'GrpcRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'GrpcRouteAction'], 'match' => ['shape' => 'GrpcRouteMatch'], 'retryPolicy' => ['shape' => 'GrpcRetryPolicy'], 'timeout' => ['shape' => 'GrpcTimeout']]], 'ListRoutesLimit' => ['type' => 'integer', 'box' => \true, 'min' => 1, 'max' => 100], 'ClientPolicyTls' => ['type' => 'structure', 'required' => ['validation'], 'members' => ['enforce' => ['shape' => 'Boolean', 'box' => \true], 'ports' => ['shape' => 'PortSet'], 'validation' => ['shape' => 'TlsValidationContext']]], 'VirtualGatewayTlsValidationContextTrust' => ['type' => 'structure', 'members' => ['acm' => ['shape' => 'VirtualGatewayTlsValidationContextAcmTrust'], 'file' => ['shape' => 'VirtualGatewayTlsValidationContextFileTrust']]], 'DeleteVirtualServiceOutput' => ['type' => 'structure', 'required' => ['virtualService'], 'members' => ['virtualService' => ['shape' => 'VirtualServiceData']], 'payload' => 'virtualService'], 'VirtualGatewayPortProtocol' => ['type' => 'string', 'enum' => ['grpc', 'http', 'http2']], 'VirtualNodeServiceProvider' => ['type' => 'structure', 'required' => ['virtualNodeName'], 'members' => ['virtualNodeName' => ['shape' => 'ResourceName']]], 'HttpGatewayRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'HttpGatewayRouteAction'], 'match' => ['shape' => 'HttpGatewayRouteMatch']]], 'BackendDefaults' => ['type' => 'structure', 'members' => ['clientPolicy' => ['shape' => 'ClientPolicy']]], 'ListenerTlsFileCertificate' => ['type' => 'structure', 'required' => ['certificateChain', 'privateKey'], 'members' => ['certificateChain' => ['shape' => 'FilePath'], 'privateKey' => ['shape' => 'FilePath']]], 'HttpRetryPolicy' => ['type' => 'structure', 'required' => ['maxRetries', 'perRetryTimeout'], 'members' => ['httpRetryEvents' => ['shape' => 'HttpRetryPolicyEvents'], 'maxRetries' => ['shape' => 'MaxRetries'], 'perRetryTimeout' => ['shape' => 'Duration'], 'tcpRetryEvents' => ['shape' => 'TcpRetryPolicyEvents']]], 'DescribeVirtualRouterInput' => ['type' => 'structure', 'required' => ['meshName', 'virtualRouterName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'RouteList' => ['type' => 'list', 'member' => ['shape' => 'RouteRef']], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'error' => ['code' => 'TooManyTagsException', 'httpStatusCode' => 400, 'senderFault' => \true]], 'UpdateGatewayRouteInput' => ['type' => 'structure', 'required' => ['gatewayRouteName', 'meshName', 'spec', 'virtualGatewayName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'gatewayRouteName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'gatewayRouteName'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'spec' => ['shape' => 'GatewayRouteSpec'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'ListVirtualGatewaysInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['limit' => ['shape' => 'ListVirtualGatewaysLimit', 'location' => 'querystring', 'locationName' => 'limit'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'PortNumber' => ['type' => 'integer', 'min' => 1, 'max' => 65535], 'TlsValidationContextFileTrust' => ['type' => 'structure', 'required' => ['certificateChain'], 'members' => ['certificateChain' => ['shape' => 'FilePath']]], 'GrpcRouteMetadata' => ['type' => 'structure', 'required' => ['name'], 'members' => ['invert' => ['shape' => 'Boolean'], 'match' => ['shape' => 'GrpcRouteMetadataMatchMethod'], 'name' => ['shape' => 'HeaderName']]], 'CreateRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName'], 'spec' => ['shape' => 'RouteSpec'], 'tags' => ['shape' => 'TagList', 'tags' => ['not-preview']], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'VirtualGatewayCertificateAuthorityArns' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'min' => 1, 'max' => 3], 'WeightedTargets' => ['type' => 'list', 'member' => ['shape' => 'WeightedTarget'], 'min' => 1, 'max' => 10], 'HttpRouteHeaders' => ['type' => 'list', 'member' => ['shape' => 'HttpRouteHeader'], 'min' => 1, 'max' => 10], 'String' => ['type' => 'string'], 'TcpTimeout' => ['type' => 'structure', 'members' => ['idle' => ['shape' => 'Duration']]], 'HttpScheme' => ['type' => 'string', 'enum' => ['http', 'https']], 'DeleteGatewayRouteInput' => ['type' => 'structure', 'required' => ['gatewayRouteName', 'meshName', 'virtualGatewayName'], 'members' => ['gatewayRouteName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'gatewayRouteName'], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'virtualGatewayName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualGatewayName']]], 'UpdateRouteInput' => ['type' => 'structure', 'required' => ['meshName', 'routeName', 'spec', 'virtualRouterName'], 'members' => ['clientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner'], 'routeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'routeName'], 'spec' => ['shape' => 'RouteSpec'], 'virtualRouterName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'virtualRouterName']]], 'HttpRoute' => ['type' => 'structure', 'required' => ['action', 'match'], 'members' => ['action' => ['shape' => 'HttpRouteAction'], 'match' => ['shape' => 'HttpRouteMatch'], 'retryPolicy' => ['shape' => 'HttpRetryPolicy'], 'timeout' => ['shape' => 'HttpTimeout']]], 'DescribeMeshInput' => ['type' => 'structure', 'required' => ['meshName'], 'members' => ['meshName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'meshName'], 'meshOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'meshOwner']]], 'VirtualGatewayRef' => ['type' => 'structure', 'required' => ['arn', 'createdAt', 'lastUpdatedAt', 'meshName', 'meshOwner', 'resourceOwner', 'version', 'virtualGatewayName'], 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'Timestamp'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'meshName' => ['shape' => 'ResourceName'], 'meshOwner' => ['shape' => 'AccountId'], 'resourceOwner' => ['shape' => 'AccountId'], 'version' => ['shape' => 'Long'], 'virtualGatewayName' => ['shape' => 'ResourceName']]], 'MeshSpec' => ['type' => 'structure', 'members' => ['egressFilter' => ['shape' => 'EgressFilter']]], 'DescribeVirtualGatewayOutput' => ['type' => 'structure', 'required' => ['virtualGateway'], 'members' => ['virtualGateway' => ['shape' => 'VirtualGatewayData']], 'payload' => 'virtualGateway'], 'DescribeGatewayRouteOutput' => ['type' => 'structure', 'required' => ['gatewayRoute'], 'members' => ['gatewayRoute' => ['shape' => 'GatewayRouteData']], 'payload' => 'gatewayRoute'], 'ListTagsForResourceOutput' => ['type' => 'structure', 'required' => ['tags'], 'members' => ['nextToken' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList']]], 'ServiceDiscovery' => ['type' => 'structure', 'members' => ['awsCloudMap' => ['shape' => 'AwsCloudMapServiceDiscovery'], 'dns' => ['shape' => 'DnsServiceDiscovery']]], 'ListVirtualNodesOutput' => ['type' => 'structure', 'required' => ['virtualNodes'], 'members' => ['nextToken' => ['shape' => 'String'], 'virtualNodes' => ['shape' => 'VirtualNodeList']]], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'ListenerTlsAcmCertificate' => ['type' => 'structure', 'required' => ['certificateArn'], 'members' => ['certificateArn' => ['shape' => 'Arn']]], 'TagKey' => ['type' => 'string', 'min' => 1, 'max' => 128], 'VirtualServiceStatusCode' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED', 'INACTIVE']]]]; diff --git a/vendor/Aws3/Aws/data/appmesh/2019-01-25/paginators-1.json.php b/vendor/Aws3/Aws/data/appmesh/2019-01-25/paginators-1.json.php index 5f310157..56984ba6 100644 --- a/vendor/Aws3/Aws/data/appmesh/2019-01-25/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/appmesh/2019-01-25/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListMeshes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'meshes'], 'ListRoutes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'routes'], 'ListTagsForResource' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'tags'], 'ListVirtualNodes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualNodes'], 'ListVirtualRouters' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualRouters'], 'ListVirtualServices' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualServices']]]; +return ['pagination' => ['ListGatewayRoutes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'gatewayRoutes'], 'ListMeshes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'meshes'], 'ListRoutes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'routes'], 'ListTagsForResource' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'tags'], 'ListVirtualGateways' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualGateways'], 'ListVirtualNodes' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualNodes'], 'ListVirtualRouters' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualRouters'], 'ListVirtualServices' => ['input_token' => 'nextToken', 'limit_key' => 'limit', 'output_token' => 'nextToken', 'result_key' => 'virtualServices']]]; diff --git a/vendor/Aws3/Aws/data/appstream/2016-12-01/api-2.json.php b/vendor/Aws3/Aws/data/appstream/2016-12-01/api-2.json.php index 7145421a..02445372 100644 --- a/vendor/Aws3/Aws/data/appstream/2016-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/appstream/2016-12-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-12-01', 'endpointPrefix' => 'appstream2', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon AppStream', 'serviceId' => 'AppStream', 'signatureVersion' => 'v4', 'signingName' => 'appstream', 'targetPrefix' => 'PhotonAdminProxyService', 'uid' => 'appstream-2016-12-01'], 'operations' => ['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']]], 'BatchDisassociateUserStack' => ['name' => 'BatchDisassociateUserStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDisassociateUserStackRequest'], 'output' => ['shape' => 'BatchDisassociateUserStackResult']], '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']]], 'CreateDirectoryConfig' => ['name' => 'CreateDirectoryConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectoryConfigRequest'], 'output' => ['shape' => 'CreateDirectoryConfigResult'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccountStatusException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResult'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotAvailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['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' => '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']]], 'CreateStreamingURL' => ['name' => 'CreateStreamingURL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStreamingURLRequest'], 'output' => ['shape' => 'CreateStreamingURLResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotAvailableException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterCombinationException']]], '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']]], 'DeleteDirectoryConfig' => ['name' => 'DeleteDirectoryConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectoryConfigRequest'], 'output' => ['shape' => 'DeleteDirectoryConfigResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], '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' => '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']]], 'DescribeDirectoryConfigs' => ['name' => 'DescribeDirectoryConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectoryConfigsRequest'], 'output' => ['shape' => 'DescribeDirectoryConfigsResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], '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']]], 'DescribeUsers' => ['name' => 'DescribeUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUsersRequest'], 'output' => ['shape' => 'DescribeUsersResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterCombinationException']]], 'DisableUser' => ['name' => 'DisableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableUserRequest'], 'output' => ['shape' => 'DisableUserResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DisassociateFleet' => ['name' => 'DisassociateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateFleetRequest'], 'output' => ['shape' => 'DisassociateFleetResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException']]], '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']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'StartFleet' => ['name' => 'StartFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFleetRequest'], 'output' => ['shape' => 'StartFleetResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'LimitExceededException'], ['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']]], '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']]], 'UpdateDirectoryConfig' => ['name' => 'UpdateDirectoryConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDirectoryConfigRequest'], 'output' => ['shape' => 'UpdateDirectoryConfigResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateFleet' => ['name' => 'UpdateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetRequest'], 'output' => ['shape' => 'UpdateFleetResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['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']], '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']]], '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:[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']], 'AssociateFleetRequest' => ['type' => 'structure', 'required' => ['FleetName', 'StackName'], 'members' => ['FleetName' => ['shape' => 'String'], 'StackName' => ['shape' => 'String']]], 'AssociateFleetResult' => ['type' => 'structure', 'members' => []], 'AuthenticationType' => ['type' => 'string', 'enum' => ['API', 'SAML', 'USERPOOL']], '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'], 'ComputeCapacity' => ['type' => 'structure', 'required' => ['DesiredInstances'], 'members' => ['DesiredInstances' => ['shape' => 'Integer']]], 'ComputeCapacityStatus' => ['type' => 'structure', 'required' => ['Desired'], 'members' => ['Desired' => ['shape' => 'Integer'], 'Running' => ['shape' => 'Integer'], 'InUse' => ['shape' => 'Integer'], 'Available' => ['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']]], 'CreateDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName', 'OrganizationalUnitDistinguishedNames', 'ServiceAccountCredentials'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName'], 'OrganizationalUnitDistinguishedNames' => ['shape' => 'OrganizationalUnitDistinguishedNamesList'], 'ServiceAccountCredentials' => ['shape' => 'ServiceAccountCredentials']]], 'CreateDirectoryConfigResult' => ['type' => 'structure', 'members' => ['DirectoryConfig' => ['shape' => 'DirectoryConfig']]], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['Name', 'InstanceType', 'ComputeCapacity'], 'members' => ['Name' => ['shape' => 'Name'], 'ImageName' => ['shape' => 'String'], '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']]], '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']]], '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']]], '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' => []], 'DeleteDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName']]], 'DeleteDirectoryConfigResult' => ['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' => []], 'DescribeDirectoryConfigsRequest' => ['type' => 'structure', 'members' => ['DirectoryNames' => ['shape' => 'DirectoryNameList'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeDirectoryConfigsResult' => ['type' => 'structure', 'members' => ['DirectoryConfigs' => ['shape' => 'DirectoryConfigList'], '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' => 'String'], 'FleetName' => ['shape' => 'String'], 'UserId' => ['shape' => 'UserId'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Integer'], 'AuthenticationType' => ['shape' => 'AuthenticationType']]], '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']]], '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' => []], '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' => 10], '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' => []], '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']]], 'FleetAttribute' => ['type' => 'string', 'enum' => ['VPC_CONFIGURATION', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', 'DOMAIN_JOIN_INFO', 'IAM_ROLE_ARN']], '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', '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']], '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']]], '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']], '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']], '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']]], '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']], 'Permission' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'PlatformType' => ['type' => 'string', 'enum' => ['WINDOWS', 'WINDOWS_SERVER_2016', 'WINDOWS_SERVER_2019']], 'RedirectURL' => ['type' => 'string', 'max' => 1000], 'RegionName' => ['type' => 'string', 'max' => 32, 'min' => 1], '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', '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], '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']]], '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']]], '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']], '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']], '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']]], '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']], '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' => []], 'UpdateDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName'], 'OrganizationalUnitDistinguishedNames' => ['shape' => 'OrganizationalUnitDistinguishedNamesList'], 'ServiceAccountCredentials' => ['shape' => 'ServiceAccountCredentials']]], 'UpdateDirectoryConfigResult' => ['type' => 'structure', 'members' => ['DirectoryConfig' => ['shape' => 'DirectoryConfig']]], 'UpdateFleetRequest' => ['type' => 'structure', 'members' => ['ImageName' => ['shape' => 'String'], 'ImageArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'String'], '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']]], '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']]], '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']], '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' => 32, 'min' => 2], 'UserList' => ['type' => 'list', 'member' => ['shape' => 'User']], 'UserSetting' => ['type' => 'structure', 'required' => ['Action', 'Permission'], 'members' => ['Action' => ['shape' => 'Action'], 'Permission' => ['shape' => 'Permission']]], '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', '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', 'serviceFullName' => 'Amazon AppStream', 'serviceId' => 'AppStream', 'signatureVersion' => 'v4', 'signingName' => 'appstream', 'targetPrefix' => 'PhotonAdminProxyService', 'uid' => 'appstream-2016-12-01'], 'operations' => ['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']]], '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']]], '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']]], 'CreateStreamingURL' => ['name' => 'CreateStreamingURL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStreamingURLRequest'], 'output' => ['shape' => 'CreateStreamingURLResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotAvailableException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterCombinationException']]], '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']]], 'DeleteDirectoryConfig' => ['name' => 'DeleteDirectoryConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectoryConfigRequest'], 'output' => ['shape' => 'DeleteDirectoryConfigResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], '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' => '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']]], 'DescribeDirectoryConfigs' => ['name' => 'DescribeDirectoryConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectoryConfigsRequest'], 'output' => ['shape' => 'DescribeDirectoryConfigsResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], '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']]], 'DisableUser' => ['name' => 'DisableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableUserRequest'], 'output' => ['shape' => 'DisableUserResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], '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']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['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']]], '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']]], 'UpdateDirectoryConfig' => ['name' => 'UpdateDirectoryConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDirectoryConfigRequest'], 'output' => ['shape' => 'UpdateDirectoryConfigResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidRoleException']]], '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']], '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']]], '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']], 'AssociateFleetRequest' => ['type' => 'structure', 'required' => ['FleetName', 'StackName'], 'members' => ['FleetName' => ['shape' => 'String'], 'StackName' => ['shape' => 'String']]], 'AssociateFleetResult' => ['type' => 'structure', 'members' => []], 'AuthenticationType' => ['type' => 'string', 'enum' => ['API', 'SAML', 'USERPOOL']], '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'], 'ComputeCapacity' => ['type' => 'structure', 'required' => ['DesiredInstances'], 'members' => ['DesiredInstances' => ['shape' => 'Integer']]], 'ComputeCapacityStatus' => ['type' => 'structure', 'required' => ['Desired'], 'members' => ['Desired' => ['shape' => 'Integer'], 'Running' => ['shape' => 'Integer'], 'InUse' => ['shape' => 'Integer'], 'Available' => ['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']]], 'CreateDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName', 'OrganizationalUnitDistinguishedNames'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName'], 'OrganizationalUnitDistinguishedNames' => ['shape' => 'OrganizationalUnitDistinguishedNamesList'], 'ServiceAccountCredentials' => ['shape' => 'ServiceAccountCredentials']]], 'CreateDirectoryConfigResult' => ['type' => 'structure', 'members' => ['DirectoryConfig' => ['shape' => 'DirectoryConfig']]], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['Name', 'InstanceType', 'ComputeCapacity'], 'members' => ['Name' => ['shape' => 'Name'], 'ImageName' => ['shape' => 'String'], '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']]], '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']]], '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']]], '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' => []], 'DeleteDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName']]], 'DeleteDirectoryConfigResult' => ['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' => []], 'DescribeDirectoryConfigsRequest' => ['type' => 'structure', 'members' => ['DirectoryNames' => ['shape' => 'DirectoryNameList'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeDirectoryConfigsResult' => ['type' => 'structure', 'members' => ['DirectoryConfigs' => ['shape' => 'DirectoryConfigList'], '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' => 'String'], 'FleetName' => ['shape' => 'String'], 'UserId' => ['shape' => 'UserId'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Integer'], 'AuthenticationType' => ['shape' => 'AuthenticationType']]], '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']]], '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' => []], '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' => []], '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']]], 'FleetAttribute' => ['type' => 'string', 'enum' => ['VPC_CONFIGURATION', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', 'DOMAIN_JOIN_INFO', 'IAM_ROLE_ARN']], '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', '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']], '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']]], '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']], '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']], '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']]], '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']], 'Permission' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'PlatformType' => ['type' => 'string', 'enum' => ['WINDOWS', 'WINDOWS_SERVER_2016', 'WINDOWS_SERVER_2019']], '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], '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']]], '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']]], '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']], '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']], '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']]], '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']], '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' => []], 'UpdateDirectoryConfigRequest' => ['type' => 'structure', 'required' => ['DirectoryName'], 'members' => ['DirectoryName' => ['shape' => 'DirectoryName'], 'OrganizationalUnitDistinguishedNames' => ['shape' => 'OrganizationalUnitDistinguishedNamesList'], 'ServiceAccountCredentials' => ['shape' => 'ServiceAccountCredentials']]], 'UpdateDirectoryConfigResult' => ['type' => 'structure', 'members' => ['DirectoryConfig' => ['shape' => 'DirectoryConfig']]], 'UpdateFleetRequest' => ['type' => 'structure', 'members' => ['ImageName' => ['shape' => 'String'], 'ImageArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'String'], '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']]], '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']]], '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']], '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']]], '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/vendor/Aws3/Aws/data/appsync/2017-07-25/api-2.json.php b/vendor/Aws3/Aws/data/appsync/2017-07-25/api-2.json.php index 472ee447..6b780a9c 100644 --- a/vendor/Aws3/Aws/data/appsync/2017-07-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/appsync/2017-07-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'appsync', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWSAppSync', 'serviceFullName' => 'AWS AppSync', 'serviceId' => 'AppSync', 'signatureVersion' => 'v4', 'signingName' => 'appsync', 'uid' => 'appsync-2017-07-25'], 'operations' => ['CreateApiCache' => ['name' => 'CreateApiCache', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'CreateApiCacheRequest'], 'output' => ['shape' => 'CreateApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateApiKey' => ['name' => 'CreateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/apikeys'], 'input' => ['shape' => 'CreateApiKeyRequest'], 'output' => ['shape' => 'CreateApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiKeyLimitExceededException'], ['shape' => 'ApiKeyValidityOutOfBoundsException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/datasources'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateFunction' => ['name' => 'CreateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/functions'], 'input' => ['shape' => 'CreateFunctionRequest'], 'output' => ['shape' => 'CreateFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateGraphqlApi' => ['name' => 'CreateGraphqlApi', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis'], 'input' => ['shape' => 'CreateGraphqlApiRequest'], 'output' => ['shape' => 'CreateGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiLimitExceededException']]], 'CreateResolver' => ['name' => 'CreateResolver', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers'], 'input' => ['shape' => 'CreateResolverRequest'], 'output' => ['shape' => 'CreateResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateType' => ['name' => 'CreateType', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types'], 'input' => ['shape' => 'CreateTypeRequest'], 'output' => ['shape' => 'CreateTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteApiCache' => ['name' => 'DeleteApiCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'DeleteApiCacheRequest'], 'output' => ['shape' => 'DeleteApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteApiKey' => ['name' => 'DeleteApiKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/apikeys/{id}'], 'input' => ['shape' => 'DeleteApiKeyRequest'], 'output' => ['shape' => 'DeleteApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSource' => ['name' => 'DeleteDataSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'DeleteDataSourceRequest'], 'output' => ['shape' => 'DeleteDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteFunction' => ['name' => 'DeleteFunction', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'DeleteFunctionRequest'], 'output' => ['shape' => 'DeleteFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteGraphqlApi' => ['name' => 'DeleteGraphqlApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'DeleteGraphqlApiRequest'], 'output' => ['shape' => 'DeleteGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'DeleteResolver' => ['name' => 'DeleteResolver', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'DeleteResolverRequest'], 'output' => ['shape' => 'DeleteResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteType' => ['name' => 'DeleteType', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'DeleteTypeRequest'], 'output' => ['shape' => 'DeleteTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'FlushApiCache' => ['name' => 'FlushApiCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/FlushCache'], 'input' => ['shape' => 'FlushApiCacheRequest'], 'output' => ['shape' => 'FlushApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetApiCache' => ['name' => 'GetApiCache', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'GetApiCacheRequest'], 'output' => ['shape' => 'GetApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetDataSource' => ['name' => 'GetDataSource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'GetDataSourceRequest'], 'output' => ['shape' => 'GetDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetFunction' => ['name' => 'GetFunction', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'GetFunctionRequest'], 'output' => ['shape' => 'GetFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'GetGraphqlApi' => ['name' => 'GetGraphqlApi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'GetGraphqlApiRequest'], 'output' => ['shape' => 'GetGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'GetIntrospectionSchema' => ['name' => 'GetIntrospectionSchema', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/schema'], 'input' => ['shape' => 'GetIntrospectionSchemaRequest'], 'output' => ['shape' => 'GetIntrospectionSchemaResponse'], 'errors' => [['shape' => 'GraphQLSchemaException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetResolver' => ['name' => 'GetResolver', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'GetResolverRequest'], 'output' => ['shape' => 'GetResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'GetSchemaCreationStatus' => ['name' => 'GetSchemaCreationStatus', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/schemacreation'], 'input' => ['shape' => 'GetSchemaCreationStatusRequest'], 'output' => ['shape' => 'GetSchemaCreationStatusResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetType' => ['name' => 'GetType', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'GetTypeRequest'], 'output' => ['shape' => 'GetTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListApiKeys' => ['name' => 'ListApiKeys', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/apikeys'], 'input' => ['shape' => 'ListApiKeysRequest'], 'output' => ['shape' => 'ListApiKeysResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/datasources'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListFunctions' => ['name' => 'ListFunctions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions'], 'input' => ['shape' => 'ListFunctionsRequest'], 'output' => ['shape' => 'ListFunctionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListGraphqlApis' => ['name' => 'ListGraphqlApis', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis'], 'input' => ['shape' => 'ListGraphqlApisRequest'], 'output' => ['shape' => 'ListGraphqlApisResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListResolvers' => ['name' => 'ListResolvers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers'], 'input' => ['shape' => 'ListResolversRequest'], 'output' => ['shape' => 'ListResolversResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListResolversByFunction' => ['name' => 'ListResolversByFunction', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}/resolvers'], 'input' => ['shape' => 'ListResolversByFunctionRequest'], 'output' => ['shape' => 'ListResolversByFunctionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'ListTypes' => ['name' => 'ListTypes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types'], 'input' => ['shape' => 'ListTypesRequest'], 'output' => ['shape' => 'ListTypesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'StartSchemaCreation' => ['name' => 'StartSchemaCreation', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/schemacreation'], 'input' => ['shape' => 'StartSchemaCreationRequest'], 'output' => ['shape' => 'StartSchemaCreationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UpdateApiCache' => ['name' => 'UpdateApiCache', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/ApiCaches/update'], 'input' => ['shape' => 'UpdateApiCacheRequest'], 'output' => ['shape' => 'UpdateApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateApiKey' => ['name' => 'UpdateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/apikeys/{id}'], 'input' => ['shape' => 'UpdateApiKeyRequest'], 'output' => ['shape' => 'UpdateApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiKeyValidityOutOfBoundsException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'output' => ['shape' => 'UpdateDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateFunction' => ['name' => 'UpdateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'UpdateFunctionRequest'], 'output' => ['shape' => 'UpdateFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateGraphqlApi' => ['name' => 'UpdateGraphqlApi', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'UpdateGraphqlApiRequest'], 'output' => ['shape' => 'UpdateGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UpdateResolver' => ['name' => 'UpdateResolver', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'UpdateResolverRequest'], 'output' => ['shape' => 'UpdateResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateType' => ['name' => 'UpdateType', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'UpdateTypeRequest'], 'output' => ['shape' => 'UpdateTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AdditionalAuthenticationProvider' => ['type' => 'structure', 'members' => ['authenticationType' => ['shape' => 'AuthenticationType'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'userPoolConfig' => ['shape' => 'CognitoUserPoolConfig']]], 'AdditionalAuthenticationProviders' => ['type' => 'list', 'member' => ['shape' => 'AdditionalAuthenticationProvider']], 'ApiCache' => ['type' => 'structure', 'members' => ['ttl' => ['shape' => 'Long'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'transitEncryptionEnabled' => ['shape' => 'Boolean'], 'atRestEncryptionEnabled' => ['shape' => 'Boolean'], 'type' => ['shape' => 'ApiCacheType'], 'status' => ['shape' => 'ApiCacheStatus']]], 'ApiCacheStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'DELETING', 'MODIFYING', 'FAILED']], 'ApiCacheType' => ['type' => 'string', 'enum' => ['T2_SMALL', 'T2_MEDIUM', 'R4_LARGE', 'R4_XLARGE', 'R4_2XLARGE', 'R4_4XLARGE', 'R4_8XLARGE']], 'ApiCachingBehavior' => ['type' => 'string', 'enum' => ['FULL_REQUEST_CACHING', 'PER_RESOLVER_CACHING']], 'ApiKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'ApiKeyLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ApiKeyValidityOutOfBoundsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ApiKeys' => ['type' => 'list', 'member' => ['shape' => 'ApiKey']], 'ApiLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AuthenticationType' => ['type' => 'string', 'enum' => ['API_KEY', 'AWS_IAM', 'AMAZON_COGNITO_USER_POOLS', 'OPENID_CONNECT']], 'AuthorizationConfig' => ['type' => 'structure', 'required' => ['authorizationType'], 'members' => ['authorizationType' => ['shape' => 'AuthorizationType'], 'awsIamConfig' => ['shape' => 'AwsIamConfig']]], 'AuthorizationType' => ['type' => 'string', 'enum' => ['AWS_IAM']], 'AwsIamConfig' => ['type' => 'structure', 'members' => ['signingRegion' => ['shape' => 'String'], 'signingServiceName' => ['shape' => 'String']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'BooleanValue' => ['type' => 'boolean'], 'CachingConfig' => ['type' => 'structure', 'members' => ['ttl' => ['shape' => 'Long'], 'cachingKeys' => ['shape' => 'CachingKeys']]], 'CachingKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'CognitoUserPoolConfig' => ['type' => 'structure', 'required' => ['userPoolId', 'awsRegion'], 'members' => ['userPoolId' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'appIdClientRegex' => ['shape' => 'String']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConflictDetectionType' => ['type' => 'string', 'enum' => ['VERSION', 'NONE']], 'ConflictHandlerType' => ['type' => 'string', 'enum' => ['OPTIMISTIC_CONCURRENCY', 'LAMBDA', 'AUTOMERGE', 'NONE']], 'CreateApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId', 'ttl', 'apiCachingBehavior', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'ttl' => ['shape' => 'Long'], 'transitEncryptionEnabled' => ['shape' => 'Boolean'], 'atRestEncryptionEnabled' => ['shape' => 'Boolean'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'type' => ['shape' => 'ApiCacheType']]], 'CreateApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'CreateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'CreateApiKeyResponse' => ['type' => 'structure', 'members' => ['apiKey' => ['shape' => 'ApiKey']]], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'CreateFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'dataSourceName', 'requestMappingTemplate', 'functionVersion'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'CreateFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'CreateGraphqlApiRequest' => ['type' => 'structure', 'required' => ['name', 'authenticationType'], 'members' => ['name' => ['shape' => 'String'], 'logConfig' => ['shape' => 'LogConfig'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'tags' => ['shape' => 'TagMap'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'CreateGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'CreateResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName', 'requestMappingTemplate'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'CreateResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'CreateTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'definition', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'CreateTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'DataSource' => ['type' => 'structure', 'members' => ['dataSourceArn' => ['shape' => 'String'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'DataSourceType' => ['type' => 'string', 'enum' => ['AWS_LAMBDA', 'AMAZON_DYNAMODB', 'AMAZON_ELASTICSEARCH', 'NONE', 'HTTP', 'RELATIONAL_DATABASE']], 'DataSources' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DefaultAction' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'DeleteApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'DeleteApiCacheResponse' => ['type' => 'structure', 'members' => []], 'DeleteApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId', 'id'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'id']]], 'DeleteApiKeyResponse' => ['type' => 'structure', 'members' => []], 'DeleteDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteDataSourceResponse' => ['type' => 'structure', 'members' => []], 'DeleteFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId']]], 'DeleteFunctionResponse' => ['type' => 'structure', 'members' => []], 'DeleteGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'DeleteGraphqlApiResponse' => ['type' => 'structure', 'members' => []], 'DeleteResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName']]], 'DeleteResolverResponse' => ['type' => 'structure', 'members' => []], 'DeleteTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName']]], 'DeleteTypeResponse' => ['type' => 'structure', 'members' => []], 'DeltaSyncConfig' => ['type' => 'structure', 'members' => ['baseTableTTL' => ['shape' => 'Long'], 'deltaSyncTableName' => ['shape' => 'String'], 'deltaSyncTableTTL' => ['shape' => 'Long']]], 'DynamodbDataSourceConfig' => ['type' => 'structure', 'required' => ['tableName', 'awsRegion'], 'members' => ['tableName' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'useCallerCredentials' => ['shape' => 'Boolean'], 'deltaSyncConfig' => ['shape' => 'DeltaSyncConfig'], 'versioned' => ['shape' => 'Boolean']]], 'ElasticsearchDataSourceConfig' => ['type' => 'structure', 'required' => ['endpoint', 'awsRegion'], 'members' => ['endpoint' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String']]], 'ErrorMessage' => ['type' => 'string'], 'FieldLogLevel' => ['type' => 'string', 'enum' => ['NONE', 'ERROR', 'ALL']], 'FlushApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'FlushApiCacheResponse' => ['type' => 'structure', 'members' => []], 'FunctionConfiguration' => ['type' => 'structure', 'members' => ['functionId' => ['shape' => 'String'], 'functionArn' => ['shape' => 'String'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'Functions' => ['type' => 'list', 'member' => ['shape' => 'FunctionConfiguration']], 'FunctionsIds' => ['type' => 'list', 'member' => ['shape' => 'String']], 'GetApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'GetDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name']]], 'GetDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'GetFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId']]], 'GetFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'GetGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'GetIntrospectionSchemaRequest' => ['type' => 'structure', 'required' => ['apiId', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'format' => ['shape' => 'OutputType', 'location' => 'querystring', 'locationName' => 'format'], 'includeDirectives' => ['shape' => 'BooleanValue', 'location' => 'querystring', 'locationName' => 'includeDirectives']]], 'GetIntrospectionSchemaResponse' => ['type' => 'structure', 'members' => ['schema' => ['shape' => 'Blob']], 'payload' => 'schema'], 'GetResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName']]], 'GetResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'GetSchemaCreationStatusRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetSchemaCreationStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'SchemaStatus'], 'details' => ['shape' => 'String']]], 'GetTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'format' => ['shape' => 'TypeDefinitionFormat', 'location' => 'querystring', 'locationName' => 'format']]], 'GetTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'GraphQLSchemaException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'GraphqlApi' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'apiId' => ['shape' => 'String'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'logConfig' => ['shape' => 'LogConfig'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'arn' => ['shape' => 'String'], 'uris' => ['shape' => 'MapOfStringToString'], 'tags' => ['shape' => 'TagMap'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'GraphqlApis' => ['type' => 'list', 'member' => ['shape' => 'GraphqlApi']], 'HttpDataSourceConfig' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'String'], 'authorizationConfig' => ['shape' => 'AuthorizationConfig']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'LambdaConflictHandlerConfig' => ['type' => 'structure', 'members' => ['lambdaConflictHandlerArn' => ['shape' => 'String']]], 'LambdaDataSourceConfig' => ['type' => 'structure', 'required' => ['lambdaFunctionArn'], 'members' => ['lambdaFunctionArn' => ['shape' => 'String']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListApiKeysRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListApiKeysResponse' => ['type' => 'structure', 'members' => ['apiKeys' => ['shape' => 'ApiKeys'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['dataSources' => ['shape' => 'DataSources'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListFunctionsRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListFunctionsResponse' => ['type' => 'structure', 'members' => ['functions' => ['shape' => 'Functions'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListGraphqlApisRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListGraphqlApisResponse' => ['type' => 'structure', 'members' => ['graphqlApis' => ['shape' => 'GraphqlApis'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListResolversByFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'functionId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListResolversByFunctionResponse' => ['type' => 'structure', 'members' => ['resolvers' => ['shape' => 'Resolvers'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListResolversRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'typeName'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListResolversResponse' => ['type' => 'structure', 'members' => ['resolvers' => ['shape' => 'Resolvers'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListTypesRequest' => ['type' => 'structure', 'required' => ['apiId', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'format' => ['shape' => 'TypeDefinitionFormat', 'location' => 'querystring', 'locationName' => 'format'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTypesResponse' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'TypeList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'LogConfig' => ['type' => 'structure', 'required' => ['fieldLogLevel', 'cloudWatchLogsRoleArn'], 'members' => ['fieldLogLevel' => ['shape' => 'FieldLogLevel'], 'cloudWatchLogsRoleArn' => ['shape' => 'String'], 'excludeVerboseContent' => ['shape' => 'Boolean']]], 'Long' => ['type' => 'long'], 'MapOfStringToString' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'MappingTemplate' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 25, 'min' => 0], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OpenIDConnectConfig' => ['type' => 'structure', 'required' => ['issuer'], 'members' => ['issuer' => ['shape' => 'String'], 'clientId' => ['shape' => 'String'], 'iatTTL' => ['shape' => 'Long'], 'authTTL' => ['shape' => 'Long']]], 'OutputType' => ['type' => 'string', 'enum' => ['SDL', 'JSON']], 'PaginationToken' => ['type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '[\\\\S]+'], 'PipelineConfig' => ['type' => 'structure', 'members' => ['functions' => ['shape' => 'FunctionsIds']]], 'RdsHttpEndpointConfig' => ['type' => 'structure', 'members' => ['awsRegion' => ['shape' => 'String'], 'dbClusterIdentifier' => ['shape' => 'String'], 'databaseName' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'awsSecretStoreArn' => ['shape' => 'String']]], 'RelationalDatabaseDataSourceConfig' => ['type' => 'structure', 'members' => ['relationalDatabaseSourceType' => ['shape' => 'RelationalDatabaseSourceType'], 'rdsHttpEndpointConfig' => ['shape' => 'RdsHttpEndpointConfig']]], 'RelationalDatabaseSourceType' => ['type' => 'string', 'enum' => ['RDS_HTTP_ENDPOINT']], 'Resolver' => ['type' => 'structure', 'members' => ['typeName' => ['shape' => 'ResourceName'], 'fieldName' => ['shape' => 'ResourceName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'resolverArn' => ['shape' => 'String'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'ResolverKind' => ['type' => 'string', 'enum' => ['UNIT', 'PIPELINE']], 'Resolvers' => ['type' => 'list', 'member' => ['shape' => 'Resolver']], 'ResourceArn' => ['type' => 'string', 'max' => 75, 'min' => 70, 'pattern' => '^arn:aws:appsync:[A-Za-z0-9_/.-]{0,63}:\\d{12}:apis/[0-9A-Za-z_-]{26}$'], 'ResourceName' => ['type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '[_A-Za-z][_0-9A-Za-z]*'], 'SchemaStatus' => ['type' => 'string', 'enum' => ['PROCESSING', 'ACTIVE', 'DELETING', 'FAILED', 'SUCCESS', 'NOT_APPLICABLE']], 'StartSchemaCreationRequest' => ['type' => 'structure', 'required' => ['apiId', 'definition'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'definition' => ['shape' => 'Blob']]], 'StartSchemaCreationResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'SchemaStatus']]], 'String' => ['type' => 'string'], 'SyncConfig' => ['type' => 'structure', 'members' => ['conflictHandler' => ['shape' => 'ConflictHandlerType'], 'conflictDetection' => ['shape' => 'ConflictDetectionType'], 'lambdaConflictHandlerConfig' => ['shape' => 'LambdaConflictHandlerConfig']]], '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' => 1], '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], 'Type' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'arn' => ['shape' => 'String'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'TypeDefinitionFormat' => ['type' => 'string', 'enum' => ['SDL', 'JSON']], 'TypeList' => ['type' => 'list', 'member' => ['shape' => 'Type']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], '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' => []], 'UpdateApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId', 'ttl', 'apiCachingBehavior', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'ttl' => ['shape' => 'Long'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'type' => ['shape' => 'ApiCacheType']]], 'UpdateApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'UpdateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId', 'id'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'id'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'UpdateApiKeyResponse' => ['type' => 'structure', 'members' => ['apiKey' => ['shape' => 'ApiKey']]], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'UpdateDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'UpdateFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'functionId', 'dataSourceName', 'requestMappingTemplate', 'functionVersion'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'UpdateFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'UpdateGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'String'], 'logConfig' => ['shape' => 'LogConfig'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'UpdateGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'UpdateResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName', 'requestMappingTemplate'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'UpdateResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'UpdateTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'UpdateTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'UserPoolConfig' => ['type' => 'structure', 'required' => ['userPoolId', 'awsRegion', 'defaultAction'], 'members' => ['userPoolId' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'defaultAction' => ['shape' => 'DefaultAction'], 'appIdClientRegex' => ['shape' => 'String']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'appsync', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWSAppSync', 'serviceFullName' => 'AWS AppSync', 'serviceId' => 'AppSync', 'signatureVersion' => 'v4', 'signingName' => 'appsync', 'uid' => 'appsync-2017-07-25'], 'operations' => ['CreateApiCache' => ['name' => 'CreateApiCache', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'CreateApiCacheRequest'], 'output' => ['shape' => 'CreateApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateApiKey' => ['name' => 'CreateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/apikeys'], 'input' => ['shape' => 'CreateApiKeyRequest'], 'output' => ['shape' => 'CreateApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiKeyLimitExceededException'], ['shape' => 'ApiKeyValidityOutOfBoundsException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/datasources'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateFunction' => ['name' => 'CreateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/functions'], 'input' => ['shape' => 'CreateFunctionRequest'], 'output' => ['shape' => 'CreateFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateGraphqlApi' => ['name' => 'CreateGraphqlApi', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis'], 'input' => ['shape' => 'CreateGraphqlApiRequest'], 'output' => ['shape' => 'CreateGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiLimitExceededException']]], 'CreateResolver' => ['name' => 'CreateResolver', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers'], 'input' => ['shape' => 'CreateResolverRequest'], 'output' => ['shape' => 'CreateResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'CreateType' => ['name' => 'CreateType', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types'], 'input' => ['shape' => 'CreateTypeRequest'], 'output' => ['shape' => 'CreateTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteApiCache' => ['name' => 'DeleteApiCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'DeleteApiCacheRequest'], 'output' => ['shape' => 'DeleteApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteApiKey' => ['name' => 'DeleteApiKey', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/apikeys/{id}'], 'input' => ['shape' => 'DeleteApiKeyRequest'], 'output' => ['shape' => 'DeleteApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSource' => ['name' => 'DeleteDataSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'DeleteDataSourceRequest'], 'output' => ['shape' => 'DeleteDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteFunction' => ['name' => 'DeleteFunction', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'DeleteFunctionRequest'], 'output' => ['shape' => 'DeleteFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteGraphqlApi' => ['name' => 'DeleteGraphqlApi', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'DeleteGraphqlApiRequest'], 'output' => ['shape' => 'DeleteGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'DeleteResolver' => ['name' => 'DeleteResolver', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'DeleteResolverRequest'], 'output' => ['shape' => 'DeleteResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'DeleteType' => ['name' => 'DeleteType', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'DeleteTypeRequest'], 'output' => ['shape' => 'DeleteTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'FlushApiCache' => ['name' => 'FlushApiCache', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apis/{apiId}/FlushCache'], 'input' => ['shape' => 'FlushApiCacheRequest'], 'output' => ['shape' => 'FlushApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetApiCache' => ['name' => 'GetApiCache', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/ApiCaches'], 'input' => ['shape' => 'GetApiCacheRequest'], 'output' => ['shape' => 'GetApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetDataSource' => ['name' => 'GetDataSource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'GetDataSourceRequest'], 'output' => ['shape' => 'GetDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetFunction' => ['name' => 'GetFunction', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'GetFunctionRequest'], 'output' => ['shape' => 'GetFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'GetGraphqlApi' => ['name' => 'GetGraphqlApi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'GetGraphqlApiRequest'], 'output' => ['shape' => 'GetGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'GetIntrospectionSchema' => ['name' => 'GetIntrospectionSchema', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/schema'], 'input' => ['shape' => 'GetIntrospectionSchemaRequest'], 'output' => ['shape' => 'GetIntrospectionSchemaResponse'], 'errors' => [['shape' => 'GraphQLSchemaException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetResolver' => ['name' => 'GetResolver', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'GetResolverRequest'], 'output' => ['shape' => 'GetResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'GetSchemaCreationStatus' => ['name' => 'GetSchemaCreationStatus', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/schemacreation'], 'input' => ['shape' => 'GetSchemaCreationStatusRequest'], 'output' => ['shape' => 'GetSchemaCreationStatusResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'GetType' => ['name' => 'GetType', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'GetTypeRequest'], 'output' => ['shape' => 'GetTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListApiKeys' => ['name' => 'ListApiKeys', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/apikeys'], 'input' => ['shape' => 'ListApiKeysRequest'], 'output' => ['shape' => 'ListApiKeysResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/datasources'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListFunctions' => ['name' => 'ListFunctions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions'], 'input' => ['shape' => 'ListFunctionsRequest'], 'output' => ['shape' => 'ListFunctionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListGraphqlApis' => ['name' => 'ListGraphqlApis', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis'], 'input' => ['shape' => 'ListGraphqlApisRequest'], 'output' => ['shape' => 'ListGraphqlApisResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListResolvers' => ['name' => 'ListResolvers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers'], 'input' => ['shape' => 'ListResolversRequest'], 'output' => ['shape' => 'ListResolversResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListResolversByFunction' => ['name' => 'ListResolversByFunction', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}/resolvers'], 'input' => ['shape' => 'ListResolversByFunctionRequest'], 'output' => ['shape' => 'ListResolversByFunctionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'ListTypes' => ['name' => 'ListTypes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apis/{apiId}/types'], 'input' => ['shape' => 'ListTypesRequest'], 'output' => ['shape' => 'ListTypesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'StartSchemaCreation' => ['name' => 'StartSchemaCreation', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/schemacreation'], 'input' => ['shape' => 'StartSchemaCreationRequest'], 'output' => ['shape' => 'StartSchemaCreationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UpdateApiCache' => ['name' => 'UpdateApiCache', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/ApiCaches/update'], 'input' => ['shape' => 'UpdateApiCacheRequest'], 'output' => ['shape' => 'UpdateApiCacheResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateApiKey' => ['name' => 'UpdateApiKey', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/apikeys/{id}'], 'input' => ['shape' => 'UpdateApiKeyRequest'], 'output' => ['shape' => 'UpdateApiKeyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ApiKeyValidityOutOfBoundsException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/datasources/{name}'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'output' => ['shape' => 'UpdateDataSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateFunction' => ['name' => 'UpdateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/functions/{functionId}'], 'input' => ['shape' => 'UpdateFunctionRequest'], 'output' => ['shape' => 'UpdateFunctionResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateGraphqlApi' => ['name' => 'UpdateGraphqlApi', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}'], 'input' => ['shape' => 'UpdateGraphqlApiRequest'], 'output' => ['shape' => 'UpdateGraphqlApiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'AccessDeniedException']]], 'UpdateResolver' => ['name' => 'UpdateResolver', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}'], 'input' => ['shape' => 'UpdateResolverRequest'], 'output' => ['shape' => 'UpdateResolverResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'UpdateType' => ['name' => 'UpdateType', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apis/{apiId}/types/{typeName}'], 'input' => ['shape' => 'UpdateTypeRequest'], 'output' => ['shape' => 'UpdateTypeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AdditionalAuthenticationProvider' => ['type' => 'structure', 'members' => ['authenticationType' => ['shape' => 'AuthenticationType'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'userPoolConfig' => ['shape' => 'CognitoUserPoolConfig']]], 'AdditionalAuthenticationProviders' => ['type' => 'list', 'member' => ['shape' => 'AdditionalAuthenticationProvider']], 'ApiCache' => ['type' => 'structure', 'members' => ['ttl' => ['shape' => 'Long'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'transitEncryptionEnabled' => ['shape' => 'Boolean'], 'atRestEncryptionEnabled' => ['shape' => 'Boolean'], 'type' => ['shape' => 'ApiCacheType'], 'status' => ['shape' => 'ApiCacheStatus']]], 'ApiCacheStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'DELETING', 'MODIFYING', 'FAILED']], 'ApiCacheType' => ['type' => 'string', 'enum' => ['T2_SMALL', 'T2_MEDIUM', 'R4_LARGE', 'R4_XLARGE', 'R4_2XLARGE', 'R4_4XLARGE', 'R4_8XLARGE', 'SMALL', 'MEDIUM', 'LARGE', 'XLARGE', 'LARGE_2X', 'LARGE_4X', 'LARGE_8X', 'LARGE_12X']], 'ApiCachingBehavior' => ['type' => 'string', 'enum' => ['FULL_REQUEST_CACHING', 'PER_RESOLVER_CACHING']], 'ApiKey' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'ApiKeyLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ApiKeyValidityOutOfBoundsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ApiKeys' => ['type' => 'list', 'member' => ['shape' => 'ApiKey']], 'ApiLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AuthenticationType' => ['type' => 'string', 'enum' => ['API_KEY', 'AWS_IAM', 'AMAZON_COGNITO_USER_POOLS', 'OPENID_CONNECT']], 'AuthorizationConfig' => ['type' => 'structure', 'required' => ['authorizationType'], 'members' => ['authorizationType' => ['shape' => 'AuthorizationType'], 'awsIamConfig' => ['shape' => 'AwsIamConfig']]], 'AuthorizationType' => ['type' => 'string', 'enum' => ['AWS_IAM']], 'AwsIamConfig' => ['type' => 'structure', 'members' => ['signingRegion' => ['shape' => 'String'], 'signingServiceName' => ['shape' => 'String']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'BooleanValue' => ['type' => 'boolean'], 'CachingConfig' => ['type' => 'structure', 'members' => ['ttl' => ['shape' => 'Long'], 'cachingKeys' => ['shape' => 'CachingKeys']]], 'CachingKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'CognitoUserPoolConfig' => ['type' => 'structure', 'required' => ['userPoolId', 'awsRegion'], 'members' => ['userPoolId' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'appIdClientRegex' => ['shape' => 'String']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConflictDetectionType' => ['type' => 'string', 'enum' => ['VERSION', 'NONE']], 'ConflictHandlerType' => ['type' => 'string', 'enum' => ['OPTIMISTIC_CONCURRENCY', 'LAMBDA', 'AUTOMERGE', 'NONE']], 'CreateApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId', 'ttl', 'apiCachingBehavior', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'ttl' => ['shape' => 'Long'], 'transitEncryptionEnabled' => ['shape' => 'Boolean'], 'atRestEncryptionEnabled' => ['shape' => 'Boolean'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'type' => ['shape' => 'ApiCacheType']]], 'CreateApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'CreateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'CreateApiKeyResponse' => ['type' => 'structure', 'members' => ['apiKey' => ['shape' => 'ApiKey']]], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'CreateFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'dataSourceName', 'functionVersion'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'CreateFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'CreateGraphqlApiRequest' => ['type' => 'structure', 'required' => ['name', 'authenticationType'], 'members' => ['name' => ['shape' => 'String'], 'logConfig' => ['shape' => 'LogConfig'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'tags' => ['shape' => 'TagMap'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'CreateGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'CreateResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'CreateResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'CreateTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'definition', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'CreateTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'DataSource' => ['type' => 'structure', 'members' => ['dataSourceArn' => ['shape' => 'String'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'DataSourceType' => ['type' => 'string', 'enum' => ['AWS_LAMBDA', 'AMAZON_DYNAMODB', 'AMAZON_ELASTICSEARCH', 'NONE', 'HTTP', 'RELATIONAL_DATABASE']], 'DataSources' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DefaultAction' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'DeleteApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'DeleteApiCacheResponse' => ['type' => 'structure', 'members' => []], 'DeleteApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId', 'id'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'id']]], 'DeleteApiKeyResponse' => ['type' => 'structure', 'members' => []], 'DeleteDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteDataSourceResponse' => ['type' => 'structure', 'members' => []], 'DeleteFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId']]], 'DeleteFunctionResponse' => ['type' => 'structure', 'members' => []], 'DeleteGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'DeleteGraphqlApiResponse' => ['type' => 'structure', 'members' => []], 'DeleteResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName']]], 'DeleteResolverResponse' => ['type' => 'structure', 'members' => []], 'DeleteTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName']]], 'DeleteTypeResponse' => ['type' => 'structure', 'members' => []], 'DeltaSyncConfig' => ['type' => 'structure', 'members' => ['baseTableTTL' => ['shape' => 'Long'], 'deltaSyncTableName' => ['shape' => 'String'], 'deltaSyncTableTTL' => ['shape' => 'Long']]], 'DynamodbDataSourceConfig' => ['type' => 'structure', 'required' => ['tableName', 'awsRegion'], 'members' => ['tableName' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'useCallerCredentials' => ['shape' => 'Boolean'], 'deltaSyncConfig' => ['shape' => 'DeltaSyncConfig'], 'versioned' => ['shape' => 'Boolean']]], 'ElasticsearchDataSourceConfig' => ['type' => 'structure', 'required' => ['endpoint', 'awsRegion'], 'members' => ['endpoint' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String']]], 'ErrorMessage' => ['type' => 'string'], 'FieldLogLevel' => ['type' => 'string', 'enum' => ['NONE', 'ERROR', 'ALL']], 'FlushApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'FlushApiCacheResponse' => ['type' => 'structure', 'members' => []], 'FunctionConfiguration' => ['type' => 'structure', 'members' => ['functionId' => ['shape' => 'String'], 'functionArn' => ['shape' => 'String'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'Functions' => ['type' => 'list', 'member' => ['shape' => 'FunctionConfiguration']], 'FunctionsIds' => ['type' => 'list', 'member' => ['shape' => 'String']], 'GetApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'GetDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name']]], 'GetDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'GetFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId']]], 'GetFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'GetGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'GetIntrospectionSchemaRequest' => ['type' => 'structure', 'required' => ['apiId', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'format' => ['shape' => 'OutputType', 'location' => 'querystring', 'locationName' => 'format'], 'includeDirectives' => ['shape' => 'BooleanValue', 'location' => 'querystring', 'locationName' => 'includeDirectives']]], 'GetIntrospectionSchemaResponse' => ['type' => 'structure', 'members' => ['schema' => ['shape' => 'Blob']], 'payload' => 'schema'], 'GetResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName']]], 'GetResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'GetSchemaCreationStatusRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId']]], 'GetSchemaCreationStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'SchemaStatus'], 'details' => ['shape' => 'String']]], 'GetTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'format' => ['shape' => 'TypeDefinitionFormat', 'location' => 'querystring', 'locationName' => 'format']]], 'GetTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'GraphQLSchemaException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'GraphqlApi' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'apiId' => ['shape' => 'String'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'logConfig' => ['shape' => 'LogConfig'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'arn' => ['shape' => 'String'], 'uris' => ['shape' => 'MapOfStringToString'], 'tags' => ['shape' => 'TagMap'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'GraphqlApis' => ['type' => 'list', 'member' => ['shape' => 'GraphqlApi']], 'HttpDataSourceConfig' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'String'], 'authorizationConfig' => ['shape' => 'AuthorizationConfig']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'LambdaConflictHandlerConfig' => ['type' => 'structure', 'members' => ['lambdaConflictHandlerArn' => ['shape' => 'String']]], 'LambdaDataSourceConfig' => ['type' => 'structure', 'required' => ['lambdaFunctionArn'], 'members' => ['lambdaFunctionArn' => ['shape' => 'String']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListApiKeysRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListApiKeysResponse' => ['type' => 'structure', 'members' => ['apiKeys' => ['shape' => 'ApiKeys'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['dataSources' => ['shape' => 'DataSources'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListFunctionsRequest' => ['type' => 'structure', 'required' => ['apiId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListFunctionsResponse' => ['type' => 'structure', 'members' => ['functions' => ['shape' => 'Functions'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListGraphqlApisRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListGraphqlApisResponse' => ['type' => 'structure', 'members' => ['graphqlApis' => ['shape' => 'GraphqlApis'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListResolversByFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'functionId'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'functionId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'functionId'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListResolversByFunctionResponse' => ['type' => 'structure', 'members' => ['resolvers' => ['shape' => 'Resolvers'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListResolversRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'typeName'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListResolversResponse' => ['type' => 'structure', 'members' => ['resolvers' => ['shape' => 'Resolvers'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListTypesRequest' => ['type' => 'structure', 'required' => ['apiId', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'format' => ['shape' => 'TypeDefinitionFormat', 'location' => 'querystring', 'locationName' => 'format'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTypesResponse' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'TypeList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'LogConfig' => ['type' => 'structure', 'required' => ['fieldLogLevel', 'cloudWatchLogsRoleArn'], 'members' => ['fieldLogLevel' => ['shape' => 'FieldLogLevel'], 'cloudWatchLogsRoleArn' => ['shape' => 'String'], 'excludeVerboseContent' => ['shape' => 'Boolean']]], 'Long' => ['type' => 'long'], 'MapOfStringToString' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'MappingTemplate' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 25, 'min' => 0], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OpenIDConnectConfig' => ['type' => 'structure', 'required' => ['issuer'], 'members' => ['issuer' => ['shape' => 'String'], 'clientId' => ['shape' => 'String'], 'iatTTL' => ['shape' => 'Long'], 'authTTL' => ['shape' => 'Long']]], 'OutputType' => ['type' => 'string', 'enum' => ['SDL', 'JSON']], 'PaginationToken' => ['type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '[\\\\S]+'], 'PipelineConfig' => ['type' => 'structure', 'members' => ['functions' => ['shape' => 'FunctionsIds']]], 'RdsHttpEndpointConfig' => ['type' => 'structure', 'members' => ['awsRegion' => ['shape' => 'String'], 'dbClusterIdentifier' => ['shape' => 'String'], 'databaseName' => ['shape' => 'String'], 'schema' => ['shape' => 'String'], 'awsSecretStoreArn' => ['shape' => 'String']]], 'RelationalDatabaseDataSourceConfig' => ['type' => 'structure', 'members' => ['relationalDatabaseSourceType' => ['shape' => 'RelationalDatabaseSourceType'], 'rdsHttpEndpointConfig' => ['shape' => 'RdsHttpEndpointConfig']]], 'RelationalDatabaseSourceType' => ['type' => 'string', 'enum' => ['RDS_HTTP_ENDPOINT']], 'Resolver' => ['type' => 'structure', 'members' => ['typeName' => ['shape' => 'ResourceName'], 'fieldName' => ['shape' => 'ResourceName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'resolverArn' => ['shape' => 'String'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'ResolverKind' => ['type' => 'string', 'enum' => ['UNIT', 'PIPELINE']], 'Resolvers' => ['type' => 'list', 'member' => ['shape' => 'Resolver']], 'ResourceArn' => ['type' => 'string', 'max' => 75, 'min' => 70, 'pattern' => '^arn:aws:appsync:[A-Za-z0-9_/.-]{0,63}:\\d{12}:apis/[0-9A-Za-z_-]{26}$'], 'ResourceName' => ['type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '[_A-Za-z][_0-9A-Za-z]*'], 'SchemaStatus' => ['type' => 'string', 'enum' => ['PROCESSING', 'ACTIVE', 'DELETING', 'FAILED', 'SUCCESS', 'NOT_APPLICABLE']], 'StartSchemaCreationRequest' => ['type' => 'structure', 'required' => ['apiId', 'definition'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'definition' => ['shape' => 'Blob']]], 'StartSchemaCreationResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'SchemaStatus']]], 'String' => ['type' => 'string'], 'SyncConfig' => ['type' => 'structure', 'members' => ['conflictHandler' => ['shape' => 'ConflictHandlerType'], 'conflictDetection' => ['shape' => 'ConflictDetectionType'], 'lambdaConflictHandlerConfig' => ['shape' => 'LambdaConflictHandlerConfig']]], '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' => 1], '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], 'Type' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'arn' => ['shape' => 'String'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'TypeDefinitionFormat' => ['type' => 'string', 'enum' => ['SDL', 'JSON']], 'TypeList' => ['type' => 'list', 'member' => ['shape' => 'Type']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], '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' => []], 'UpdateApiCacheRequest' => ['type' => 'structure', 'required' => ['apiId', 'ttl', 'apiCachingBehavior', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'ttl' => ['shape' => 'Long'], 'apiCachingBehavior' => ['shape' => 'ApiCachingBehavior'], 'type' => ['shape' => 'ApiCacheType']]], 'UpdateApiCacheResponse' => ['type' => 'structure', 'members' => ['apiCache' => ['shape' => 'ApiCache']]], 'UpdateApiKeyRequest' => ['type' => 'structure', 'required' => ['apiId', 'id'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'id' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'id'], 'description' => ['shape' => 'String'], 'expires' => ['shape' => 'Long']]], 'UpdateApiKeyResponse' => ['type' => 'structure', 'members' => ['apiKey' => ['shape' => 'ApiKey']]], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'type'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'String'], 'type' => ['shape' => 'DataSourceType'], 'serviceRoleArn' => ['shape' => 'String'], 'dynamodbConfig' => ['shape' => 'DynamodbDataSourceConfig'], 'lambdaConfig' => ['shape' => 'LambdaDataSourceConfig'], 'elasticsearchConfig' => ['shape' => 'ElasticsearchDataSourceConfig'], 'httpConfig' => ['shape' => 'HttpDataSourceConfig'], 'relationalDatabaseConfig' => ['shape' => 'RelationalDatabaseDataSourceConfig']]], 'UpdateDataSourceResponse' => ['type' => 'structure', 'members' => ['dataSource' => ['shape' => 'DataSource']]], 'UpdateFunctionRequest' => ['type' => 'structure', 'required' => ['apiId', 'name', 'functionId', 'dataSourceName', 'functionVersion'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'String'], 'functionId' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'functionId'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'functionVersion' => ['shape' => 'String']]], 'UpdateFunctionResponse' => ['type' => 'structure', 'members' => ['functionConfiguration' => ['shape' => 'FunctionConfiguration']]], 'UpdateGraphqlApiRequest' => ['type' => 'structure', 'required' => ['apiId', 'name'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'name' => ['shape' => 'String'], 'logConfig' => ['shape' => 'LogConfig'], 'authenticationType' => ['shape' => 'AuthenticationType'], 'userPoolConfig' => ['shape' => 'UserPoolConfig'], 'openIDConnectConfig' => ['shape' => 'OpenIDConnectConfig'], 'additionalAuthenticationProviders' => ['shape' => 'AdditionalAuthenticationProviders'], 'xrayEnabled' => ['shape' => 'Boolean']]], 'UpdateGraphqlApiResponse' => ['type' => 'structure', 'members' => ['graphqlApi' => ['shape' => 'GraphqlApi']]], 'UpdateResolverRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'fieldName'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'fieldName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'fieldName'], 'dataSourceName' => ['shape' => 'ResourceName'], 'requestMappingTemplate' => ['shape' => 'MappingTemplate'], 'responseMappingTemplate' => ['shape' => 'MappingTemplate'], 'kind' => ['shape' => 'ResolverKind'], 'pipelineConfig' => ['shape' => 'PipelineConfig'], 'syncConfig' => ['shape' => 'SyncConfig'], 'cachingConfig' => ['shape' => 'CachingConfig']]], 'UpdateResolverResponse' => ['type' => 'structure', 'members' => ['resolver' => ['shape' => 'Resolver']]], 'UpdateTypeRequest' => ['type' => 'structure', 'required' => ['apiId', 'typeName', 'format'], 'members' => ['apiId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'apiId'], 'typeName' => ['shape' => 'ResourceName', 'location' => 'uri', 'locationName' => 'typeName'], 'definition' => ['shape' => 'String'], 'format' => ['shape' => 'TypeDefinitionFormat']]], 'UpdateTypeResponse' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'Type']]], 'UserPoolConfig' => ['type' => 'structure', 'required' => ['userPoolId', 'awsRegion', 'defaultAction'], 'members' => ['userPoolId' => ['shape' => 'String'], 'awsRegion' => ['shape' => 'String'], 'defaultAction' => ['shape' => 'DefaultAction'], 'appIdClientRegex' => ['shape' => 'String']]]]]; diff --git a/vendor/Aws3/Aws/data/athena/2017-05-18/api-2.json.php b/vendor/Aws3/Aws/data/athena/2017-05-18/api-2.json.php index 0de0d48f..784146a4 100644 --- a/vendor/Aws3/Aws/data/athena/2017-05-18/api-2.json.php +++ b/vendor/Aws3/Aws/data/athena/2017-05-18/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-05-18', 'endpointPrefix' => 'athena', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Athena', 'serviceId' => 'Athena', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonAthena', 'uid' => 'athena-2017-05-18'], 'operations' => ['BatchGetNamedQuery' => ['name' => 'BatchGetNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetNamedQueryInput'], 'output' => ['shape' => 'BatchGetNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'BatchGetQueryExecution' => ['name' => 'BatchGetQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetQueryExecutionInput'], 'output' => ['shape' => 'BatchGetQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'CreateNamedQuery' => ['name' => 'CreateNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNamedQueryInput'], 'output' => ['shape' => 'CreateNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'CreateWorkGroup' => ['name' => 'CreateWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkGroupInput'], 'output' => ['shape' => 'CreateWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DeleteNamedQuery' => ['name' => 'DeleteNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNamedQueryInput'], 'output' => ['shape' => 'DeleteNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'DeleteWorkGroup' => ['name' => 'DeleteWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkGroupInput'], 'output' => ['shape' => 'DeleteWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'GetNamedQuery' => ['name' => 'GetNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNamedQueryInput'], 'output' => ['shape' => 'GetNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetQueryExecution' => ['name' => 'GetQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryExecutionInput'], 'output' => ['shape' => 'GetQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetQueryResults' => ['name' => 'GetQueryResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryResultsInput'], 'output' => ['shape' => 'GetQueryResultsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetWorkGroup' => ['name' => 'GetWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWorkGroupInput'], 'output' => ['shape' => 'GetWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListNamedQueries' => ['name' => 'ListNamedQueries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNamedQueriesInput'], 'output' => ['shape' => 'ListNamedQueriesOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListQueryExecutions' => ['name' => 'ListQueryExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueryExecutionsInput'], 'output' => ['shape' => 'ListQueryExecutionsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'ListWorkGroups' => ['name' => 'ListWorkGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkGroupsInput'], 'output' => ['shape' => 'ListWorkGroupsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'StartQueryExecution' => ['name' => 'StartQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartQueryExecutionInput'], 'output' => ['shape' => 'StartQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'StopQueryExecution' => ['name' => 'StopQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopQueryExecutionInput'], 'output' => ['shape' => 'StopQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateWorkGroup' => ['name' => 'UpdateWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkGroupInput'], 'output' => ['shape' => 'UpdateWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'BatchGetNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryIds'], 'members' => ['NamedQueryIds' => ['shape' => 'NamedQueryIdList']]], 'BatchGetNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQueries' => ['shape' => 'NamedQueryList'], 'UnprocessedNamedQueryIds' => ['shape' => 'UnprocessedNamedQueryIdList']]], 'BatchGetQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionIds'], 'members' => ['QueryExecutionIds' => ['shape' => 'QueryExecutionIdList']]], 'BatchGetQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecutions' => ['shape' => 'QueryExecutionList'], 'UnprocessedQueryExecutionIds' => ['shape' => 'UnprocessedQueryExecutionIdList']]], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean'], 'BytesScannedCutoffValue' => ['type' => 'long', 'min' => 10000000], 'ColumnInfo' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['CatalogName' => ['shape' => 'String'], 'SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'Label' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'Precision' => ['shape' => 'Integer'], 'Scale' => ['shape' => 'Integer'], 'Nullable' => ['shape' => 'ColumnNullable'], 'CaseSensitive' => ['shape' => 'Boolean']]], 'ColumnInfoList' => ['type' => 'list', 'member' => ['shape' => 'ColumnInfo']], 'ColumnNullable' => ['type' => 'string', 'enum' => ['NOT_NULL', 'NULLABLE', 'UNKNOWN']], 'CreateNamedQueryInput' => ['type' => 'structure', 'required' => ['Name', 'Database', 'QueryString'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Database' => ['shape' => 'DatabaseString'], 'QueryString' => ['shape' => 'QueryString'], 'ClientRequestToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'CreateNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId']]], 'CreateWorkGroupInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'Configuration' => ['shape' => 'WorkGroupConfiguration'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'Tags' => ['shape' => 'TagList']]], 'CreateWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'DatabaseString' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Date' => ['type' => 'timestamp'], 'Datum' => ['type' => 'structure', 'members' => ['VarCharValue' => ['shape' => 'datumString']]], 'DeleteNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryId'], 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId', 'idempotencyToken' => \true]]], 'DeleteNamedQueryOutput' => ['type' => 'structure', 'members' => []], 'DeleteWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName'], 'RecursiveDeleteOption' => ['shape' => 'BoxedBoolean']]], 'DeleteWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'DescriptionString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'EncryptionConfiguration' => ['type' => 'structure', 'required' => ['EncryptionOption'], 'members' => ['EncryptionOption' => ['shape' => 'EncryptionOption'], 'KmsKey' => ['shape' => 'String']]], 'EncryptionOption' => ['type' => 'string', 'enum' => ['SSE_S3', 'SSE_KMS', 'CSE_KMS']], 'ErrorCode' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'GetNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryId'], 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId']]], 'GetNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQuery' => ['shape' => 'NamedQuery']]], 'GetQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId']]], 'GetQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecution' => ['shape' => 'QueryExecution']]], 'GetQueryResultsInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxQueryResults']]], 'GetQueryResultsOutput' => ['type' => 'structure', 'members' => ['UpdateCount' => ['shape' => 'Long'], 'ResultSet' => ['shape' => 'ResultSet'], 'NextToken' => ['shape' => 'Token']]], 'GetWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName']]], 'GetWorkGroupOutput' => ['type' => 'structure', 'members' => ['WorkGroup' => ['shape' => 'WorkGroup']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 128, 'min' => 32], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['AthenaErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListNamedQueriesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxNamedQueriesCount'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'ListNamedQueriesOutput' => ['type' => 'structure', 'members' => ['NamedQueryIds' => ['shape' => 'NamedQueryIdList'], 'NextToken' => ['shape' => 'Token']]], 'ListQueryExecutionsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxQueryExecutionsCount'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'ListQueryExecutionsOutput' => ['type' => 'structure', 'members' => ['QueryExecutionIds' => ['shape' => 'QueryExecutionIdList'], 'NextToken' => ['shape' => 'Token']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxTagsCount']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'Token']]], 'ListWorkGroupsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxWorkGroupsCount']]], 'ListWorkGroupsOutput' => ['type' => 'structure', 'members' => ['WorkGroups' => ['shape' => 'WorkGroupsList'], 'NextToken' => ['shape' => 'Token']]], 'Long' => ['type' => 'long'], 'MaxNamedQueriesCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 0], 'MaxQueryExecutionsCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 0], 'MaxQueryResults' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'MaxTagsCount' => ['type' => 'integer', 'box' => \true, 'min' => 75], 'MaxWorkGroupsCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'NameString' => ['type' => 'string', 'max' => 128, 'min' => 1], 'NamedQuery' => ['type' => 'structure', 'required' => ['Name', 'Database', 'QueryString'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Database' => ['shape' => 'DatabaseString'], 'QueryString' => ['shape' => 'QueryString'], 'NamedQueryId' => ['shape' => 'NamedQueryId'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'NamedQueryId' => ['type' => 'string'], 'NamedQueryIdList' => ['type' => 'list', 'member' => ['shape' => 'NamedQueryId'], 'max' => 50, 'min' => 1], 'NamedQueryList' => ['type' => 'list', 'member' => ['shape' => 'NamedQuery']], 'QueryExecution' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'Query' => ['shape' => 'QueryString'], 'StatementType' => ['shape' => 'StatementType'], 'ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'QueryExecutionContext' => ['shape' => 'QueryExecutionContext'], 'Status' => ['shape' => 'QueryExecutionStatus'], 'Statistics' => ['shape' => 'QueryExecutionStatistics'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'QueryExecutionContext' => ['type' => 'structure', 'members' => ['Database' => ['shape' => 'DatabaseString']]], 'QueryExecutionId' => ['type' => 'string'], 'QueryExecutionIdList' => ['type' => 'list', 'member' => ['shape' => 'QueryExecutionId'], 'max' => 50, 'min' => 1], 'QueryExecutionList' => ['type' => 'list', 'member' => ['shape' => 'QueryExecution']], 'QueryExecutionState' => ['type' => 'string', 'enum' => ['QUEUED', 'RUNNING', 'SUCCEEDED', 'FAILED', 'CANCELLED']], 'QueryExecutionStatistics' => ['type' => 'structure', 'members' => ['EngineExecutionTimeInMillis' => ['shape' => 'Long'], 'DataScannedInBytes' => ['shape' => 'Long'], 'DataManifestLocation' => ['shape' => 'String'], 'TotalExecutionTimeInMillis' => ['shape' => 'Long'], 'QueryQueueTimeInMillis' => ['shape' => 'Long'], 'QueryPlanningTimeInMillis' => ['shape' => 'Long'], 'ServiceProcessingTimeInMillis' => ['shape' => 'Long']]], 'QueryExecutionStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'QueryExecutionState'], 'StateChangeReason' => ['shape' => 'String'], 'SubmissionDateTime' => ['shape' => 'Date'], 'CompletionDateTime' => ['shape' => 'Date']]], 'QueryString' => ['type' => 'string', 'max' => 262144, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceName' => ['shape' => 'AmazonResourceName']], 'exception' => \true], 'ResultConfiguration' => ['type' => 'structure', 'members' => ['OutputLocation' => ['shape' => 'String'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'ResultConfigurationUpdates' => ['type' => 'structure', 'members' => ['OutputLocation' => ['shape' => 'String'], 'RemoveOutputLocation' => ['shape' => 'BoxedBoolean'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'RemoveEncryptionConfiguration' => ['shape' => 'BoxedBoolean']]], 'ResultSet' => ['type' => 'structure', 'members' => ['Rows' => ['shape' => 'RowList'], 'ResultSetMetadata' => ['shape' => 'ResultSetMetadata']]], 'ResultSetMetadata' => ['type' => 'structure', 'members' => ['ColumnInfo' => ['shape' => 'ColumnInfoList']]], 'Row' => ['type' => 'structure', 'members' => ['Data' => ['shape' => 'datumList']]], 'RowList' => ['type' => 'list', 'member' => ['shape' => 'Row']], 'StartQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryString'], 'members' => ['QueryString' => ['shape' => 'QueryString'], 'ClientRequestToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'QueryExecutionContext' => ['shape' => 'QueryExecutionContext'], 'ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'StartQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId']]], 'StatementType' => ['type' => 'string', 'enum' => ['DDL', 'DML', 'UTILITY']], 'StopQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId', 'idempotencyToken' => \true]]], 'StopQueryExecutionOutput' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ThrottleReason' => ['type' => 'string', 'enum' => ['CONCURRENT_QUERY_LIMIT_EXCEEDED']], 'Token' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ThrottleReason']], 'exception' => \true], 'UnprocessedNamedQueryId' => ['type' => 'structure', 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'UnprocessedNamedQueryIdList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedNamedQueryId']], 'UnprocessedQueryExecutionId' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'UnprocessedQueryExecutionIdList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedQueryExecutionId']], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UpdateWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'ConfigurationUpdates' => ['shape' => 'WorkGroupConfigurationUpdates'], 'State' => ['shape' => 'WorkGroupState']]], 'UpdateWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'WorkGroup' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'State' => ['shape' => 'WorkGroupState'], 'Configuration' => ['shape' => 'WorkGroupConfiguration'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'CreationTime' => ['shape' => 'Date']]], 'WorkGroupConfiguration' => ['type' => 'structure', 'members' => ['ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'EnforceWorkGroupConfiguration' => ['shape' => 'BoxedBoolean'], 'PublishCloudWatchMetricsEnabled' => ['shape' => 'BoxedBoolean'], 'BytesScannedCutoffPerQuery' => ['shape' => 'BytesScannedCutoffValue'], 'RequesterPaysEnabled' => ['shape' => 'BoxedBoolean']]], 'WorkGroupConfigurationUpdates' => ['type' => 'structure', 'members' => ['EnforceWorkGroupConfiguration' => ['shape' => 'BoxedBoolean'], 'ResultConfigurationUpdates' => ['shape' => 'ResultConfigurationUpdates'], 'PublishCloudWatchMetricsEnabled' => ['shape' => 'BoxedBoolean'], 'BytesScannedCutoffPerQuery' => ['shape' => 'BytesScannedCutoffValue'], 'RemoveBytesScannedCutoffPerQuery' => ['shape' => 'BoxedBoolean'], 'RequesterPaysEnabled' => ['shape' => 'BoxedBoolean']]], 'WorkGroupDescriptionString' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'WorkGroupName' => ['type' => 'string', 'pattern' => '[a-zA-z0-9._-]{1,128}'], 'WorkGroupState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'WorkGroupSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'State' => ['shape' => 'WorkGroupState'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'CreationTime' => ['shape' => 'Date']]], 'WorkGroupsList' => ['type' => 'list', 'member' => ['shape' => 'WorkGroupSummary'], 'max' => 50, 'min' => 0], 'datumList' => ['type' => 'list', 'member' => ['shape' => 'Datum']], 'datumString' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-05-18', 'endpointPrefix' => 'athena', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Athena', 'serviceId' => 'Athena', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonAthena', 'uid' => 'athena-2017-05-18'], 'operations' => ['BatchGetNamedQuery' => ['name' => 'BatchGetNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetNamedQueryInput'], 'output' => ['shape' => 'BatchGetNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'BatchGetQueryExecution' => ['name' => 'BatchGetQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetQueryExecutionInput'], 'output' => ['shape' => 'BatchGetQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'CreateDataCatalog' => ['name' => 'CreateDataCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDataCatalogInput'], 'output' => ['shape' => 'CreateDataCatalogOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'CreateNamedQuery' => ['name' => 'CreateNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNamedQueryInput'], 'output' => ['shape' => 'CreateNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'CreateWorkGroup' => ['name' => 'CreateWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkGroupInput'], 'output' => ['shape' => 'CreateWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DeleteDataCatalog' => ['name' => 'DeleteDataCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDataCatalogInput'], 'output' => ['shape' => 'DeleteDataCatalogOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DeleteNamedQuery' => ['name' => 'DeleteNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNamedQueryInput'], 'output' => ['shape' => 'DeleteNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'DeleteWorkGroup' => ['name' => 'DeleteWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkGroupInput'], 'output' => ['shape' => 'DeleteWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'GetDataCatalog' => ['name' => 'GetDataCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDataCatalogInput'], 'output' => ['shape' => 'GetDataCatalogOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetDatabase' => ['name' => 'GetDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDatabaseInput'], 'output' => ['shape' => 'GetDatabaseOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'MetadataException']]], 'GetNamedQuery' => ['name' => 'GetNamedQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNamedQueryInput'], 'output' => ['shape' => 'GetNamedQueryOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetQueryExecution' => ['name' => 'GetQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryExecutionInput'], 'output' => ['shape' => 'GetQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetQueryResults' => ['name' => 'GetQueryResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryResultsInput'], 'output' => ['shape' => 'GetQueryResultsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetTableMetadata' => ['name' => 'GetTableMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTableMetadataInput'], 'output' => ['shape' => 'GetTableMetadataOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'MetadataException']]], 'GetWorkGroup' => ['name' => 'GetWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWorkGroupInput'], 'output' => ['shape' => 'GetWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListDataCatalogs' => ['name' => 'ListDataCatalogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDataCatalogsInput'], 'output' => ['shape' => 'ListDataCatalogsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListDatabases' => ['name' => 'ListDatabases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatabasesInput'], 'output' => ['shape' => 'ListDatabasesOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'MetadataException']]], 'ListNamedQueries' => ['name' => 'ListNamedQueries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNamedQueriesInput'], 'output' => ['shape' => 'ListNamedQueriesOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListQueryExecutions' => ['name' => 'ListQueryExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueryExecutionsInput'], 'output' => ['shape' => 'ListQueryExecutionsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListTableMetadata' => ['name' => 'ListTableMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTableMetadataInput'], 'output' => ['shape' => 'ListTableMetadataOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'MetadataException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'ListWorkGroups' => ['name' => 'ListWorkGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkGroupsInput'], 'output' => ['shape' => 'ListWorkGroupsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'StartQueryExecution' => ['name' => 'StartQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartQueryExecutionInput'], 'output' => ['shape' => 'StartQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']], 'idempotent' => \true], 'StopQueryExecution' => ['name' => 'StopQueryExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopQueryExecutionInput'], 'output' => ['shape' => 'StopQueryExecutionOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateDataCatalog' => ['name' => 'UpdateDataCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDataCatalogInput'], 'output' => ['shape' => 'UpdateDataCatalogOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'UpdateWorkGroup' => ['name' => 'UpdateWorkGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkGroupInput'], 'output' => ['shape' => 'UpdateWorkGroupOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'BatchGetNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryIds'], 'members' => ['NamedQueryIds' => ['shape' => 'NamedQueryIdList']]], 'BatchGetNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQueries' => ['shape' => 'NamedQueryList'], 'UnprocessedNamedQueryIds' => ['shape' => 'UnprocessedNamedQueryIdList']]], 'BatchGetQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionIds'], 'members' => ['QueryExecutionIds' => ['shape' => 'QueryExecutionIdList']]], 'BatchGetQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecutions' => ['shape' => 'QueryExecutionList'], 'UnprocessedQueryExecutionIds' => ['shape' => 'UnprocessedQueryExecutionIdList']]], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean'], 'BytesScannedCutoffValue' => ['type' => 'long', 'min' => 10000000], 'CatalogNameString' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'Column' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Type' => ['shape' => 'TypeString'], 'Comment' => ['shape' => 'CommentString']]], 'ColumnInfo' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['CatalogName' => ['shape' => 'String'], 'SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'Label' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'Precision' => ['shape' => 'Integer'], 'Scale' => ['shape' => 'Integer'], 'Nullable' => ['shape' => 'ColumnNullable'], 'CaseSensitive' => ['shape' => 'Boolean']]], 'ColumnInfoList' => ['type' => 'list', 'member' => ['shape' => 'ColumnInfo']], 'ColumnList' => ['type' => 'list', 'member' => ['shape' => 'Column']], 'ColumnNullable' => ['type' => 'string', 'enum' => ['NOT_NULL', 'NULLABLE', 'UNKNOWN']], 'CommentString' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'CreateDataCatalogInput' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'CatalogNameString'], 'Type' => ['shape' => 'DataCatalogType'], 'Description' => ['shape' => 'DescriptionString'], 'Parameters' => ['shape' => 'ParametersMap'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataCatalogOutput' => ['type' => 'structure', 'members' => []], 'CreateNamedQueryInput' => ['type' => 'structure', 'required' => ['Name', 'Database', 'QueryString'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Database' => ['shape' => 'DatabaseString'], 'QueryString' => ['shape' => 'QueryString'], 'ClientRequestToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'CreateNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId']]], 'CreateWorkGroupInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'Configuration' => ['shape' => 'WorkGroupConfiguration'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'Tags' => ['shape' => 'TagList']]], 'CreateWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'DataCatalog' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'CatalogNameString'], 'Description' => ['shape' => 'DescriptionString'], 'Type' => ['shape' => 'DataCatalogType'], 'Parameters' => ['shape' => 'ParametersMap']]], 'DataCatalogSummary' => ['type' => 'structure', 'members' => ['CatalogName' => ['shape' => 'CatalogNameString'], 'Type' => ['shape' => 'DataCatalogType']]], 'DataCatalogSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DataCatalogSummary']], 'DataCatalogType' => ['type' => 'string', 'enum' => ['LAMBDA', 'GLUE', 'HIVE']], 'Database' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Parameters' => ['shape' => 'ParametersMap']]], 'DatabaseList' => ['type' => 'list', 'member' => ['shape' => 'Database']], 'DatabaseString' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Date' => ['type' => 'timestamp'], 'Datum' => ['type' => 'structure', 'members' => ['VarCharValue' => ['shape' => 'datumString']]], 'DeleteDataCatalogInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CatalogNameString']]], 'DeleteDataCatalogOutput' => ['type' => 'structure', 'members' => []], 'DeleteNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryId'], 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId', 'idempotencyToken' => \true]]], 'DeleteNamedQueryOutput' => ['type' => 'structure', 'members' => []], 'DeleteWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName'], 'RecursiveDeleteOption' => ['shape' => 'BoxedBoolean']]], 'DeleteWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'DescriptionString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'EncryptionConfiguration' => ['type' => 'structure', 'required' => ['EncryptionOption'], 'members' => ['EncryptionOption' => ['shape' => 'EncryptionOption'], 'KmsKey' => ['shape' => 'String']]], 'EncryptionOption' => ['type' => 'string', 'enum' => ['SSE_S3', 'SSE_KMS', 'CSE_KMS']], 'ErrorCode' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'ExpressionString' => ['type' => 'string', 'max' => 256, 'min' => 0], 'GetDataCatalogInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CatalogNameString']]], 'GetDataCatalogOutput' => ['type' => 'structure', 'members' => ['DataCatalog' => ['shape' => 'DataCatalog']]], 'GetDatabaseInput' => ['type' => 'structure', 'required' => ['CatalogName', 'DatabaseName'], 'members' => ['CatalogName' => ['shape' => 'CatalogNameString'], 'DatabaseName' => ['shape' => 'NameString']]], 'GetDatabaseOutput' => ['type' => 'structure', 'members' => ['Database' => ['shape' => 'Database']]], 'GetNamedQueryInput' => ['type' => 'structure', 'required' => ['NamedQueryId'], 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId']]], 'GetNamedQueryOutput' => ['type' => 'structure', 'members' => ['NamedQuery' => ['shape' => 'NamedQuery']]], 'GetQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId']]], 'GetQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecution' => ['shape' => 'QueryExecution']]], 'GetQueryResultsInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxQueryResults']]], 'GetQueryResultsOutput' => ['type' => 'structure', 'members' => ['UpdateCount' => ['shape' => 'Long'], 'ResultSet' => ['shape' => 'ResultSet'], 'NextToken' => ['shape' => 'Token']]], 'GetTableMetadataInput' => ['type' => 'structure', 'required' => ['CatalogName', 'DatabaseName', 'TableName'], 'members' => ['CatalogName' => ['shape' => 'CatalogNameString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString']]], 'GetTableMetadataOutput' => ['type' => 'structure', 'members' => ['TableMetadata' => ['shape' => 'TableMetadata']]], 'GetWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName']]], 'GetWorkGroupOutput' => ['type' => 'structure', 'members' => ['WorkGroup' => ['shape' => 'WorkGroup']]], 'IdempotencyToken' => ['type' => 'string', 'max' => 128, 'min' => 32], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['AthenaErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KeyString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'ListDataCatalogsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxDataCatalogsCount']]], 'ListDataCatalogsOutput' => ['type' => 'structure', 'members' => ['DataCatalogsSummary' => ['shape' => 'DataCatalogSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'ListDatabasesInput' => ['type' => 'structure', 'required' => ['CatalogName'], 'members' => ['CatalogName' => ['shape' => 'CatalogNameString'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxDatabasesCount']]], 'ListDatabasesOutput' => ['type' => 'structure', 'members' => ['DatabaseList' => ['shape' => 'DatabaseList'], 'NextToken' => ['shape' => 'Token']]], 'ListNamedQueriesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxNamedQueriesCount'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'ListNamedQueriesOutput' => ['type' => 'structure', 'members' => ['NamedQueryIds' => ['shape' => 'NamedQueryIdList'], 'NextToken' => ['shape' => 'Token']]], 'ListQueryExecutionsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxQueryExecutionsCount'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'ListQueryExecutionsOutput' => ['type' => 'structure', 'members' => ['QueryExecutionIds' => ['shape' => 'QueryExecutionIdList'], 'NextToken' => ['shape' => 'Token']]], 'ListTableMetadataInput' => ['type' => 'structure', 'required' => ['CatalogName', 'DatabaseName'], 'members' => ['CatalogName' => ['shape' => 'CatalogNameString'], 'DatabaseName' => ['shape' => 'NameString'], 'Expression' => ['shape' => 'ExpressionString'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxTableMetadataCount']]], 'ListTableMetadataOutput' => ['type' => 'structure', 'members' => ['TableMetadataList' => ['shape' => 'TableMetadataList'], 'NextToken' => ['shape' => 'Token']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxTagsCount']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'Token']]], 'ListWorkGroupsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxWorkGroupsCount']]], 'ListWorkGroupsOutput' => ['type' => 'structure', 'members' => ['WorkGroups' => ['shape' => 'WorkGroupsList'], 'NextToken' => ['shape' => 'Token']]], 'Long' => ['type' => 'long'], 'MaxDataCatalogsCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 2], 'MaxDatabasesCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'MaxNamedQueriesCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 0], 'MaxQueryExecutionsCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 0], 'MaxQueryResults' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'MaxTableMetadataCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'MaxTagsCount' => ['type' => 'integer', 'box' => \true, 'min' => 75], 'MaxWorkGroupsCount' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'MetadataException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NameString' => ['type' => 'string', 'max' => 128, 'min' => 1], 'NamedQuery' => ['type' => 'structure', 'required' => ['Name', 'Database', 'QueryString'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Database' => ['shape' => 'DatabaseString'], 'QueryString' => ['shape' => 'QueryString'], 'NamedQueryId' => ['shape' => 'NamedQueryId'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'NamedQueryId' => ['type' => 'string'], 'NamedQueryIdList' => ['type' => 'list', 'member' => ['shape' => 'NamedQueryId'], 'max' => 50, 'min' => 1], 'NamedQueryList' => ['type' => 'list', 'member' => ['shape' => 'NamedQuery']], 'ParametersMap' => ['type' => 'map', 'key' => ['shape' => 'KeyString'], 'value' => ['shape' => 'ParametersMapValue']], 'ParametersMapValue' => ['type' => 'string', 'max' => 51200], 'QueryExecution' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'Query' => ['shape' => 'QueryString'], 'StatementType' => ['shape' => 'StatementType'], 'ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'QueryExecutionContext' => ['shape' => 'QueryExecutionContext'], 'Status' => ['shape' => 'QueryExecutionStatus'], 'Statistics' => ['shape' => 'QueryExecutionStatistics'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'QueryExecutionContext' => ['type' => 'structure', 'members' => ['Database' => ['shape' => 'DatabaseString'], 'Catalog' => ['shape' => 'CatalogNameString']]], 'QueryExecutionId' => ['type' => 'string'], 'QueryExecutionIdList' => ['type' => 'list', 'member' => ['shape' => 'QueryExecutionId'], 'max' => 50, 'min' => 1], 'QueryExecutionList' => ['type' => 'list', 'member' => ['shape' => 'QueryExecution']], 'QueryExecutionState' => ['type' => 'string', 'enum' => ['QUEUED', 'RUNNING', 'SUCCEEDED', 'FAILED', 'CANCELLED']], 'QueryExecutionStatistics' => ['type' => 'structure', 'members' => ['EngineExecutionTimeInMillis' => ['shape' => 'Long'], 'DataScannedInBytes' => ['shape' => 'Long'], 'DataManifestLocation' => ['shape' => 'String'], 'TotalExecutionTimeInMillis' => ['shape' => 'Long'], 'QueryQueueTimeInMillis' => ['shape' => 'Long'], 'QueryPlanningTimeInMillis' => ['shape' => 'Long'], 'ServiceProcessingTimeInMillis' => ['shape' => 'Long']]], 'QueryExecutionStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'QueryExecutionState'], 'StateChangeReason' => ['shape' => 'String'], 'SubmissionDateTime' => ['shape' => 'Date'], 'CompletionDateTime' => ['shape' => 'Date']]], 'QueryString' => ['type' => 'string', 'max' => 262144, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceName' => ['shape' => 'AmazonResourceName']], 'exception' => \true], 'ResultConfiguration' => ['type' => 'structure', 'members' => ['OutputLocation' => ['shape' => 'String'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'ResultConfigurationUpdates' => ['type' => 'structure', 'members' => ['OutputLocation' => ['shape' => 'String'], 'RemoveOutputLocation' => ['shape' => 'BoxedBoolean'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'RemoveEncryptionConfiguration' => ['shape' => 'BoxedBoolean']]], 'ResultSet' => ['type' => 'structure', 'members' => ['Rows' => ['shape' => 'RowList'], 'ResultSetMetadata' => ['shape' => 'ResultSetMetadata']]], 'ResultSetMetadata' => ['type' => 'structure', 'members' => ['ColumnInfo' => ['shape' => 'ColumnInfoList']]], 'Row' => ['type' => 'structure', 'members' => ['Data' => ['shape' => 'datumList']]], 'RowList' => ['type' => 'list', 'member' => ['shape' => 'Row']], 'StartQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryString'], 'members' => ['QueryString' => ['shape' => 'QueryString'], 'ClientRequestToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'QueryExecutionContext' => ['shape' => 'QueryExecutionContext'], 'ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'WorkGroup' => ['shape' => 'WorkGroupName']]], 'StartQueryExecutionOutput' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId']]], 'StatementType' => ['type' => 'string', 'enum' => ['DDL', 'DML', 'UTILITY']], 'StopQueryExecutionInput' => ['type' => 'structure', 'required' => ['QueryExecutionId'], 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId', 'idempotencyToken' => \true]]], 'StopQueryExecutionOutput' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string'], 'TableMetadata' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'CreateTime' => ['shape' => 'Timestamp'], 'LastAccessTime' => ['shape' => 'Timestamp'], 'TableType' => ['shape' => 'TableTypeString'], 'Columns' => ['shape' => 'ColumnList'], 'PartitionKeys' => ['shape' => 'ColumnList'], 'Parameters' => ['shape' => 'ParametersMap']]], 'TableMetadataList' => ['type' => 'list', 'member' => ['shape' => 'TableMetadata']], 'TableTypeString' => ['type' => 'string', 'max' => 255], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ThrottleReason' => ['type' => 'string', 'enum' => ['CONCURRENT_QUERY_LIMIT_EXCEEDED']], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ThrottleReason']], 'exception' => \true], 'TypeString' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'UnprocessedNamedQueryId' => ['type' => 'structure', 'members' => ['NamedQueryId' => ['shape' => 'NamedQueryId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'UnprocessedNamedQueryIdList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedNamedQueryId']], 'UnprocessedQueryExecutionId' => ['type' => 'structure', 'members' => ['QueryExecutionId' => ['shape' => 'QueryExecutionId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'UnprocessedQueryExecutionIdList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedQueryExecutionId']], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UpdateDataCatalogInput' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'CatalogNameString'], 'Type' => ['shape' => 'DataCatalogType'], 'Description' => ['shape' => 'DescriptionString'], 'Parameters' => ['shape' => 'ParametersMap']]], 'UpdateDataCatalogOutput' => ['type' => 'structure', 'members' => []], 'UpdateWorkGroupInput' => ['type' => 'structure', 'required' => ['WorkGroup'], 'members' => ['WorkGroup' => ['shape' => 'WorkGroupName'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'ConfigurationUpdates' => ['shape' => 'WorkGroupConfigurationUpdates'], 'State' => ['shape' => 'WorkGroupState']]], 'UpdateWorkGroupOutput' => ['type' => 'structure', 'members' => []], 'WorkGroup' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'State' => ['shape' => 'WorkGroupState'], 'Configuration' => ['shape' => 'WorkGroupConfiguration'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'CreationTime' => ['shape' => 'Date']]], 'WorkGroupConfiguration' => ['type' => 'structure', 'members' => ['ResultConfiguration' => ['shape' => 'ResultConfiguration'], 'EnforceWorkGroupConfiguration' => ['shape' => 'BoxedBoolean'], 'PublishCloudWatchMetricsEnabled' => ['shape' => 'BoxedBoolean'], 'BytesScannedCutoffPerQuery' => ['shape' => 'BytesScannedCutoffValue'], 'RequesterPaysEnabled' => ['shape' => 'BoxedBoolean']]], 'WorkGroupConfigurationUpdates' => ['type' => 'structure', 'members' => ['EnforceWorkGroupConfiguration' => ['shape' => 'BoxedBoolean'], 'ResultConfigurationUpdates' => ['shape' => 'ResultConfigurationUpdates'], 'PublishCloudWatchMetricsEnabled' => ['shape' => 'BoxedBoolean'], 'BytesScannedCutoffPerQuery' => ['shape' => 'BytesScannedCutoffValue'], 'RemoveBytesScannedCutoffPerQuery' => ['shape' => 'BoxedBoolean'], 'RequesterPaysEnabled' => ['shape' => 'BoxedBoolean']]], 'WorkGroupDescriptionString' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'WorkGroupName' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9._-]{1,128}'], 'WorkGroupState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'WorkGroupSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'WorkGroupName'], 'State' => ['shape' => 'WorkGroupState'], 'Description' => ['shape' => 'WorkGroupDescriptionString'], 'CreationTime' => ['shape' => 'Date']]], 'WorkGroupsList' => ['type' => 'list', 'member' => ['shape' => 'WorkGroupSummary'], 'max' => 50, 'min' => 0], 'datumList' => ['type' => 'list', 'member' => ['shape' => 'Datum']], 'datumString' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/athena/2017-05-18/paginators-1.json.php b/vendor/Aws3/Aws/data/athena/2017-05-18/paginators-1.json.php index d2bcc01c..0706cb9e 100644 --- a/vendor/Aws3/Aws/data/athena/2017-05-18/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/athena/2017-05-18/paginators-1.json.php @@ -1,4 +1,4 @@ ['GetQueryResults' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListNamedQueries' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListQueryExecutions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListWorkGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['GetQueryResults' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListDataCatalogs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DataCatalogsSummary'], 'ListDatabases' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DatabaseList'], 'ListNamedQueries' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListQueryExecutions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTableMetadata' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TableMetadataList'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Tags'], 'ListWorkGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; diff --git a/vendor/Aws3/Aws/data/autoscaling/2011-01-01/api-2.json.php b/vendor/Aws3/Aws/data/autoscaling/2011-01-01/api-2.json.php index a184e00e..21415c5b 100644 --- a/vendor/Aws3/Aws/data/autoscaling/2011-01-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/autoscaling/2011-01-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2011-01-01', 'endpointPrefix' => 'autoscaling', 'protocol' => 'query', 'serviceFullName' => 'Auto Scaling', 'serviceId' => 'Auto Scaling', 'signatureVersion' => 'v4', 'uid' => 'autoscaling-2011-01-01', 'xmlNamespace' => 'http://autoscaling.amazonaws.com/doc/2011-01-01/'], 'operations' => ['AttachInstances' => ['name' => 'AttachInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInstancesQuery'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'AttachLoadBalancerTargetGroups' => ['name' => 'AttachLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancerTargetGroupsType'], 'output' => ['shape' => 'AttachLoadBalancerTargetGroupsResultType', 'resultWrapper' => 'AttachLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'AttachLoadBalancers' => ['name' => 'AttachLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancersType'], 'output' => ['shape' => 'AttachLoadBalancersResultType', 'resultWrapper' => 'AttachLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'BatchDeleteScheduledAction' => ['name' => 'BatchDeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteScheduledActionType'], 'output' => ['shape' => 'BatchDeleteScheduledActionAnswer', 'resultWrapper' => 'BatchDeleteScheduledActionResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'BatchPutScheduledUpdateGroupAction' => ['name' => 'BatchPutScheduledUpdateGroupAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchPutScheduledUpdateGroupActionType'], 'output' => ['shape' => 'BatchPutScheduledUpdateGroupActionAnswer', 'resultWrapper' => 'BatchPutScheduledUpdateGroupActionResult'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'CompleteLifecycleAction' => ['name' => 'CompleteLifecycleAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteLifecycleActionType'], 'output' => ['shape' => 'CompleteLifecycleActionAnswer', 'resultWrapper' => 'CompleteLifecycleActionResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'CreateAutoScalingGroup' => ['name' => 'CreateAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAutoScalingGroupType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'CreateLaunchConfiguration' => ['name' => 'CreateLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchConfigurationType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'CreateOrUpdateTags' => ['name' => 'CreateOrUpdateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrUpdateTagsType'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'AlreadyExistsFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ResourceInUseFault']]], 'DeleteAutoScalingGroup' => ['name' => 'DeleteAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAutoScalingGroupType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'DeleteLaunchConfiguration' => ['name' => 'DeleteLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchConfigurationNameType'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'DeleteLifecycleHook' => ['name' => 'DeleteLifecycleHook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecycleHookType'], 'output' => ['shape' => 'DeleteLifecycleHookAnswer', 'resultWrapper' => 'DeleteLifecycleHookResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeleteNotificationConfiguration' => ['name' => 'DeleteNotificationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotificationConfigurationType'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyType'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionType'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsType'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ResourceInUseFault']]], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAccountLimitsAnswer', 'resultWrapper' => 'DescribeAccountLimitsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeAdjustmentTypes' => ['name' => 'DescribeAdjustmentTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAdjustmentTypesAnswer', 'resultWrapper' => 'DescribeAdjustmentTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingGroups' => ['name' => 'DescribeAutoScalingGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AutoScalingGroupNamesType'], 'output' => ['shape' => 'AutoScalingGroupsType', 'resultWrapper' => 'DescribeAutoScalingGroupsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingInstances' => ['name' => 'DescribeAutoScalingInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutoScalingInstancesType'], 'output' => ['shape' => 'AutoScalingInstancesType', 'resultWrapper' => 'DescribeAutoScalingInstancesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingNotificationTypes' => ['name' => 'DescribeAutoScalingNotificationTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAutoScalingNotificationTypesAnswer', 'resultWrapper' => 'DescribeAutoScalingNotificationTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLaunchConfigurations' => ['name' => 'DescribeLaunchConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchConfigurationNamesType'], 'output' => ['shape' => 'LaunchConfigurationsType', 'resultWrapper' => 'DescribeLaunchConfigurationsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeLifecycleHookTypes' => ['name' => 'DescribeLifecycleHookTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeLifecycleHookTypesAnswer', 'resultWrapper' => 'DescribeLifecycleHookTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLifecycleHooks' => ['name' => 'DescribeLifecycleHooks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLifecycleHooksType'], 'output' => ['shape' => 'DescribeLifecycleHooksAnswer', 'resultWrapper' => 'DescribeLifecycleHooksResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLoadBalancerTargetGroups' => ['name' => 'DescribeLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancerTargetGroupsRequest'], 'output' => ['shape' => 'DescribeLoadBalancerTargetGroupsResponse', 'resultWrapper' => 'DescribeLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLoadBalancers' => ['name' => 'DescribeLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancersRequest'], 'output' => ['shape' => 'DescribeLoadBalancersResponse', 'resultWrapper' => 'DescribeLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeMetricCollectionTypes' => ['name' => 'DescribeMetricCollectionTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeMetricCollectionTypesAnswer', 'resultWrapper' => 'DescribeMetricCollectionTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeNotificationConfigurations' => ['name' => 'DescribeNotificationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotificationConfigurationsType'], 'output' => ['shape' => 'DescribeNotificationConfigurationsAnswer', 'resultWrapper' => 'DescribeNotificationConfigurationsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribePolicies' => ['name' => 'DescribePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePoliciesType'], 'output' => ['shape' => 'PoliciesType', 'resultWrapper' => 'DescribePoliciesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'DescribeScalingActivities' => ['name' => 'DescribeScalingActivities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingActivitiesType'], 'output' => ['shape' => 'ActivitiesType', 'resultWrapper' => 'DescribeScalingActivitiesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeScalingProcessTypes' => ['name' => 'DescribeScalingProcessTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'ProcessesType', 'resultWrapper' => 'DescribeScalingProcessTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsType'], 'output' => ['shape' => 'ScheduledActionsType', 'resultWrapper' => 'DescribeScheduledActionsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsType'], 'output' => ['shape' => 'TagsType', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeTerminationPolicyTypes' => ['name' => 'DescribeTerminationPolicyTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeTerminationPolicyTypesAnswer', 'resultWrapper' => 'DescribeTerminationPolicyTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachInstances' => ['name' => 'DetachInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInstancesQuery'], 'output' => ['shape' => 'DetachInstancesAnswer', 'resultWrapper' => 'DetachInstancesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachLoadBalancerTargetGroups' => ['name' => 'DetachLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachLoadBalancerTargetGroupsType'], 'output' => ['shape' => 'DetachLoadBalancerTargetGroupsResultType', 'resultWrapper' => 'DetachLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachLoadBalancers' => ['name' => 'DetachLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachLoadBalancersType'], 'output' => ['shape' => 'DetachLoadBalancersResultType', 'resultWrapper' => 'DetachLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DisableMetricsCollection' => ['name' => 'DisableMetricsCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableMetricsCollectionQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'EnableMetricsCollection' => ['name' => 'EnableMetricsCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableMetricsCollectionQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'EnterStandby' => ['name' => 'EnterStandby', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnterStandbyQuery'], 'output' => ['shape' => 'EnterStandbyAnswer', 'resultWrapper' => 'EnterStandbyResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'ExecutePolicy' => ['name' => 'ExecutePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecutePolicyType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'ExitStandby' => ['name' => 'ExitStandby', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExitStandbyQuery'], 'output' => ['shape' => 'ExitStandbyAnswer', 'resultWrapper' => 'ExitStandbyResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'PutLifecycleHook' => ['name' => 'PutLifecycleHook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecycleHookType'], 'output' => ['shape' => 'PutLifecycleHookAnswer', 'resultWrapper' => 'PutLifecycleHookResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'PutNotificationConfiguration' => ['name' => 'PutNotificationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutNotificationConfigurationType'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyType'], 'output' => ['shape' => 'PolicyARNType', 'resultWrapper' => 'PutScalingPolicyResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'PutScheduledUpdateGroupAction' => ['name' => 'PutScheduledUpdateGroupAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScheduledUpdateGroupActionType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'RecordLifecycleActionHeartbeat' => ['name' => 'RecordLifecycleActionHeartbeat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecordLifecycleActionHeartbeatType'], 'output' => ['shape' => 'RecordLifecycleActionHeartbeatAnswer', 'resultWrapper' => 'RecordLifecycleActionHeartbeatResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'ResumeProcesses' => ['name' => 'ResumeProcesses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScalingProcessQuery'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'SetDesiredCapacity' => ['name' => 'SetDesiredCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetDesiredCapacityType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'SetInstanceHealth' => ['name' => 'SetInstanceHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetInstanceHealthQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'SetInstanceProtection' => ['name' => 'SetInstanceProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetInstanceProtectionQuery'], 'output' => ['shape' => 'SetInstanceProtectionAnswer', 'resultWrapper' => 'SetInstanceProtectionResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'SuspendProcesses' => ['name' => 'SuspendProcesses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScalingProcessQuery'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'TerminateInstanceInAutoScalingGroup' => ['name' => 'TerminateInstanceInAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateInstanceInAutoScalingGroupType'], 'output' => ['shape' => 'ActivityType', 'resultWrapper' => 'TerminateInstanceInAutoScalingGroupResult'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'UpdateAutoScalingGroup' => ['name' => 'UpdateAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAutoScalingGroupType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]]], 'shapes' => ['Activities' => ['type' => 'list', 'member' => ['shape' => 'Activity']], 'ActivitiesType' => ['type' => 'structure', 'required' => ['Activities'], 'members' => ['Activities' => ['shape' => 'Activities'], 'NextToken' => ['shape' => 'XmlString']]], 'Activity' => ['type' => 'structure', 'required' => ['ActivityId', 'AutoScalingGroupName', 'Cause', 'StartTime', 'StatusCode'], 'members' => ['ActivityId' => ['shape' => 'XmlString'], 'AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'Description' => ['shape' => 'XmlString'], 'Cause' => ['shape' => 'XmlStringMaxLen1023'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'StatusCode' => ['shape' => 'ScalingActivityStatusCode'], 'StatusMessage' => ['shape' => 'XmlStringMaxLen255'], 'Progress' => ['shape' => 'Progress'], 'Details' => ['shape' => 'XmlString']]], 'ActivityIds' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'ActivityType' => ['type' => 'structure', 'members' => ['Activity' => ['shape' => 'Activity']]], 'AdjustmentType' => ['type' => 'structure', 'members' => ['AdjustmentType' => ['shape' => 'XmlStringMaxLen255']]], 'AdjustmentTypes' => ['type' => 'list', 'member' => ['shape' => 'AdjustmentType']], 'Alarm' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'XmlStringMaxLen255'], 'AlarmARN' => ['shape' => 'ResourceName']]], 'Alarms' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AlreadyExistsFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'AlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AsciiStringMaxLen255' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Za-z0-9\\-_\\/]+'], 'AssociatePublicIpAddress' => ['type' => 'boolean'], 'AttachInstancesQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'AttachLoadBalancerTargetGroupsResultType' => ['type' => 'structure', 'members' => []], 'AttachLoadBalancerTargetGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TargetGroupARNs'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs']]], 'AttachLoadBalancersResultType' => ['type' => 'structure', 'members' => []], 'AttachLoadBalancersType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'LoadBalancerNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames']]], 'AutoScalingGroup' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'MinSize', 'MaxSize', 'DesiredCapacity', 'DefaultCooldown', 'AvailabilityZones', 'HealthCheckType', 'CreatedTime'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'AutoScalingGroupARN' => ['shape' => 'ResourceName'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'Instances' => ['shape' => 'Instances'], 'CreatedTime' => ['shape' => 'TimestampType'], 'SuspendedProcesses' => ['shape' => 'SuspendedProcesses'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'EnabledMetrics' => ['shape' => 'EnabledMetrics'], 'Status' => ['shape' => 'XmlStringMaxLen255'], 'Tags' => ['shape' => 'TagDescriptionList'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'AutoScalingGroupDesiredCapacity' => ['type' => 'integer'], 'AutoScalingGroupMaxSize' => ['type' => 'integer'], 'AutoScalingGroupMinSize' => ['type' => 'integer'], 'AutoScalingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'AutoScalingGroupNamesType' => ['type' => 'structure', 'members' => ['AutoScalingGroupNames' => ['shape' => 'AutoScalingGroupNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'AutoScalingGroups' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AutoScalingGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroups'], 'members' => ['AutoScalingGroups' => ['shape' => 'AutoScalingGroups'], 'NextToken' => ['shape' => 'XmlString']]], 'AutoScalingInstanceDetails' => ['type' => 'structure', 'required' => ['InstanceId', 'AutoScalingGroupName', 'AvailabilityZone', 'LifecycleState', 'HealthStatus', 'ProtectedFromScaleIn'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'AvailabilityZone' => ['shape' => 'XmlStringMaxLen255'], 'LifecycleState' => ['shape' => 'XmlStringMaxLen32'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'ProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'AutoScalingInstances' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingInstanceDetails']], 'AutoScalingInstancesType' => ['type' => 'structure', 'members' => ['AutoScalingInstances' => ['shape' => 'AutoScalingInstances'], 'NextToken' => ['shape' => 'XmlString']]], 'AutoScalingNotificationTypes' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255'], 'min' => 1], 'BatchDeleteScheduledActionAnswer' => ['type' => 'structure', 'members' => ['FailedScheduledActions' => ['shape' => 'FailedScheduledUpdateGroupActionRequests']]], 'BatchDeleteScheduledActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionNames' => ['shape' => 'ScheduledActionNames']]], 'BatchPutScheduledUpdateGroupActionAnswer' => ['type' => 'structure', 'members' => ['FailedScheduledUpdateGroupActions' => ['shape' => 'FailedScheduledUpdateGroupActionRequests']]], 'BatchPutScheduledUpdateGroupActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledUpdateGroupActions'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledUpdateGroupActions' => ['shape' => 'ScheduledUpdateGroupActionRequests']]], 'BlockDeviceEbsDeleteOnTermination' => ['type' => 'boolean'], 'BlockDeviceEbsEncrypted' => ['type' => 'boolean'], 'BlockDeviceEbsIops' => ['type' => 'integer', 'max' => 20000, 'min' => 100], 'BlockDeviceEbsVolumeSize' => ['type' => 'integer', 'max' => 16384, 'min' => 1], 'BlockDeviceEbsVolumeType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'BlockDeviceMapping' => ['type' => 'structure', 'required' => ['DeviceName'], 'members' => ['VirtualName' => ['shape' => 'XmlStringMaxLen255'], 'DeviceName' => ['shape' => 'XmlStringMaxLen255'], 'Ebs' => ['shape' => 'Ebs'], 'NoDevice' => ['shape' => 'NoDevice']]], 'BlockDeviceMappings' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping']], 'ClassicLinkVPCSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'CompleteLifecycleActionAnswer' => ['type' => 'structure', 'members' => []], 'CompleteLifecycleActionType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName', 'LifecycleActionResult'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleActionToken' => ['shape' => 'LifecycleActionToken'], 'LifecycleActionResult' => ['shape' => 'LifecycleActionResult'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19']]], 'Cooldown' => ['type' => 'integer'], 'CreateAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'MinSize', 'MaxSize'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchConfigurationName' => ['shape' => 'ResourceName'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'LifecycleHookSpecificationList' => ['shape' => 'LifecycleHookSpecifications'], 'Tags' => ['shape' => 'Tags'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'CreateLaunchConfigurationType' => ['type' => 'structure', 'required' => ['LaunchConfigurationName'], 'members' => ['LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'ImageId' => ['shape' => 'XmlStringMaxLen255'], 'KeyName' => ['shape' => 'XmlStringMaxLen255'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'ClassicLinkVPCId' => ['shape' => 'XmlStringMaxLen255'], 'ClassicLinkVPCSecurityGroups' => ['shape' => 'ClassicLinkVPCSecurityGroups'], 'UserData' => ['shape' => 'XmlStringUserData'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'KernelId' => ['shape' => 'XmlStringMaxLen255'], 'RamdiskId' => ['shape' => 'XmlStringMaxLen255'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappings'], 'InstanceMonitoring' => ['shape' => 'InstanceMonitoring'], 'SpotPrice' => ['shape' => 'SpotPrice'], 'IamInstanceProfile' => ['shape' => 'XmlStringMaxLen1600'], 'EbsOptimized' => ['shape' => 'EbsOptimized'], 'AssociatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress'], 'PlacementTenancy' => ['shape' => 'XmlStringMaxLen64']]], 'CreateOrUpdateTagsType' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']]], 'CustomizedMetricSpecification' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace', 'Statistic'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'MetricNamespace'], 'Dimensions' => ['shape' => 'MetricDimensions'], 'Statistic' => ['shape' => 'MetricStatistic'], 'Unit' => ['shape' => 'MetricUnit']]], 'DeleteAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ForceDelete' => ['shape' => 'ForceDelete']]], 'DeleteLifecycleHookAnswer' => ['type' => 'structure', 'members' => []], 'DeleteLifecycleHookType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'DeleteNotificationConfigurationType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TopicARN'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName']]], 'DeletePolicyType' => ['type' => 'structure', 'required' => ['PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'ResourceName']]], 'DeleteScheduledActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionName' => ['shape' => 'ResourceName']]], 'DeleteTagsType' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']]], 'DescribeAccountLimitsAnswer' => ['type' => 'structure', 'members' => ['MaxNumberOfAutoScalingGroups' => ['shape' => 'MaxNumberOfAutoScalingGroups'], 'MaxNumberOfLaunchConfigurations' => ['shape' => 'MaxNumberOfLaunchConfigurations'], 'NumberOfAutoScalingGroups' => ['shape' => 'NumberOfAutoScalingGroups'], 'NumberOfLaunchConfigurations' => ['shape' => 'NumberOfLaunchConfigurations']]], 'DescribeAdjustmentTypesAnswer' => ['type' => 'structure', 'members' => ['AdjustmentTypes' => ['shape' => 'AdjustmentTypes']]], 'DescribeAutoScalingInstancesType' => ['type' => 'structure', 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeAutoScalingNotificationTypesAnswer' => ['type' => 'structure', 'members' => ['AutoScalingNotificationTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'DescribeLifecycleHookTypesAnswer' => ['type' => 'structure', 'members' => ['LifecycleHookTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'DescribeLifecycleHooksAnswer' => ['type' => 'structure', 'members' => ['LifecycleHooks' => ['shape' => 'LifecycleHooks']]], 'DescribeLifecycleHooksType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleHookNames' => ['shape' => 'LifecycleHookNames']]], 'DescribeLoadBalancerTargetGroupsRequest' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeLoadBalancerTargetGroupsResponse' => ['type' => 'structure', 'members' => ['LoadBalancerTargetGroups' => ['shape' => 'LoadBalancerTargetGroupStates'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeLoadBalancersRequest' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeLoadBalancersResponse' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancerStates'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeMetricCollectionTypesAnswer' => ['type' => 'structure', 'members' => ['Metrics' => ['shape' => 'MetricCollectionTypes'], 'Granularities' => ['shape' => 'MetricGranularityTypes']]], 'DescribeNotificationConfigurationsAnswer' => ['type' => 'structure', 'required' => ['NotificationConfigurations'], 'members' => ['NotificationConfigurations' => ['shape' => 'NotificationConfigurations'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeNotificationConfigurationsType' => ['type' => 'structure', 'members' => ['AutoScalingGroupNames' => ['shape' => 'AutoScalingGroupNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribePoliciesType' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyNames' => ['shape' => 'PolicyNames'], 'PolicyTypes' => ['shape' => 'PolicyTypes'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeScalingActivitiesType' => ['type' => 'structure', 'members' => ['ActivityIds' => ['shape' => 'ActivityIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsType' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionNames' => ['shape' => 'ScheduledActionNames'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeTagsType' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'Filters'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeTerminationPolicyTypesAnswer' => ['type' => 'structure', 'members' => ['TerminationPolicyTypes' => ['shape' => 'TerminationPolicies']]], 'DetachInstancesAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'DetachInstancesQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'DetachLoadBalancerTargetGroupsResultType' => ['type' => 'structure', 'members' => []], 'DetachLoadBalancerTargetGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TargetGroupARNs'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs']]], 'DetachLoadBalancersResultType' => ['type' => 'structure', 'members' => []], 'DetachLoadBalancersType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'LoadBalancerNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames']]], 'DisableMetricsCollectionQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'Metrics' => ['shape' => 'Metrics']]], 'DisableScaleIn' => ['type' => 'boolean'], 'Ebs' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'XmlStringMaxLen255'], 'VolumeSize' => ['shape' => 'BlockDeviceEbsVolumeSize'], 'VolumeType' => ['shape' => 'BlockDeviceEbsVolumeType'], 'DeleteOnTermination' => ['shape' => 'BlockDeviceEbsDeleteOnTermination'], 'Iops' => ['shape' => 'BlockDeviceEbsIops'], 'Encrypted' => ['shape' => 'BlockDeviceEbsEncrypted']]], 'EbsOptimized' => ['type' => 'boolean'], 'EnableMetricsCollectionQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'Granularity'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'Metrics' => ['shape' => 'Metrics'], 'Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'EnabledMetric' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'XmlStringMaxLen255'], 'Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'EnabledMetrics' => ['type' => 'list', 'member' => ['shape' => 'EnabledMetric']], 'EnterStandbyAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'EnterStandbyQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'EstimatedInstanceWarmup' => ['type' => 'integer'], 'ExecutePolicyType' => ['type' => 'structure', 'required' => ['PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'ResourceName'], 'HonorCooldown' => ['shape' => 'HonorCooldown'], 'MetricValue' => ['shape' => 'MetricScale'], 'BreachThreshold' => ['shape' => 'MetricScale']]], 'ExitStandbyAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'ExitStandbyQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'FailedScheduledUpdateGroupActionRequest' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'ErrorCode' => ['shape' => 'XmlStringMaxLen64'], 'ErrorMessage' => ['shape' => 'XmlString']]], 'FailedScheduledUpdateGroupActionRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedScheduledUpdateGroupActionRequest']], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'Values' => ['shape' => 'Values']]], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'ForceDelete' => ['type' => 'boolean'], 'GlobalTimeout' => ['type' => 'integer'], 'HealthCheckGracePeriod' => ['type' => 'integer'], 'HeartbeatTimeout' => ['type' => 'integer'], 'HonorCooldown' => ['type' => 'boolean'], 'Instance' => ['type' => 'structure', 'required' => ['InstanceId', 'AvailabilityZone', 'LifecycleState', 'HealthStatus', 'ProtectedFromScaleIn'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'AvailabilityZone' => ['shape' => 'XmlStringMaxLen255'], 'LifecycleState' => ['shape' => 'LifecycleState'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'ProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'InstanceIds' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen19']], 'InstanceMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'MonitoringEnabled']]], 'InstanceProtected' => ['type' => 'boolean'], 'Instances' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstancesDistribution' => ['type' => 'structure', 'members' => ['OnDemandAllocationStrategy' => ['shape' => 'XmlString'], 'OnDemandBaseCapacity' => ['shape' => 'OnDemandBaseCapacity'], 'OnDemandPercentageAboveBaseCapacity' => ['shape' => 'OnDemandPercentageAboveBaseCapacity'], 'SpotAllocationStrategy' => ['shape' => 'XmlString'], 'SpotInstancePools' => ['shape' => 'SpotInstancePools'], 'SpotMaxPrice' => ['shape' => 'MixedInstanceSpotPrice']]], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'InvalidNextToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LaunchConfiguration' => ['type' => 'structure', 'required' => ['LaunchConfigurationName', 'ImageId', 'InstanceType', 'CreatedTime'], 'members' => ['LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchConfigurationARN' => ['shape' => 'ResourceName'], 'ImageId' => ['shape' => 'XmlStringMaxLen255'], 'KeyName' => ['shape' => 'XmlStringMaxLen255'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'ClassicLinkVPCId' => ['shape' => 'XmlStringMaxLen255'], 'ClassicLinkVPCSecurityGroups' => ['shape' => 'ClassicLinkVPCSecurityGroups'], 'UserData' => ['shape' => 'XmlStringUserData'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'KernelId' => ['shape' => 'XmlStringMaxLen255'], 'RamdiskId' => ['shape' => 'XmlStringMaxLen255'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappings'], 'InstanceMonitoring' => ['shape' => 'InstanceMonitoring'], 'SpotPrice' => ['shape' => 'SpotPrice'], 'IamInstanceProfile' => ['shape' => 'XmlStringMaxLen1600'], 'CreatedTime' => ['shape' => 'TimestampType'], 'EbsOptimized' => ['shape' => 'EbsOptimized'], 'AssociatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress'], 'PlacementTenancy' => ['shape' => 'XmlStringMaxLen64']]], 'LaunchConfigurationNameType' => ['type' => 'structure', 'required' => ['LaunchConfigurationName'], 'members' => ['LaunchConfigurationName' => ['shape' => 'ResourceName']]], 'LaunchConfigurationNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'LaunchConfigurationNamesType' => ['type' => 'structure', 'members' => ['LaunchConfigurationNames' => ['shape' => 'LaunchConfigurationNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'LaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LaunchConfiguration']], 'LaunchConfigurationsType' => ['type' => 'structure', 'required' => ['LaunchConfigurations'], 'members' => ['LaunchConfigurations' => ['shape' => 'LaunchConfigurations'], 'NextToken' => ['shape' => 'XmlString']]], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'LaunchTemplateSpecification'], 'Overrides' => ['shape' => 'Overrides']]], 'LaunchTemplateName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\(\\)\\.-/_]+'], 'LaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Version' => ['shape' => 'XmlStringMaxLen255']]], 'LifecycleActionResult' => ['type' => 'string'], 'LifecycleActionToken' => ['type' => 'string', 'max' => 36, 'min' => 36], 'LifecycleHook' => ['type' => 'structure', 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'NotificationTargetARN' => ['shape' => 'ResourceName'], 'RoleARN' => ['shape' => 'ResourceName'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'GlobalTimeout' => ['shape' => 'GlobalTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult']]], 'LifecycleHookNames' => ['type' => 'list', 'member' => ['shape' => 'AsciiStringMaxLen255'], 'max' => 50], 'LifecycleHookSpecification' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'LifecycleTransition'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult'], 'NotificationTargetARN' => ['shape' => 'NotificationTargetResourceName'], 'RoleARN' => ['shape' => 'ResourceName']]], 'LifecycleHookSpecifications' => ['type' => 'list', 'member' => ['shape' => 'LifecycleHookSpecification']], 'LifecycleHooks' => ['type' => 'list', 'member' => ['shape' => 'LifecycleHook']], 'LifecycleState' => ['type' => 'string', 'enum' => ['Pending', 'Pending:Wait', 'Pending:Proceed', 'Quarantined', 'InService', 'Terminating', 'Terminating:Wait', 'Terminating:Proceed', 'Terminated', 'Detaching', 'Detached', 'EnteringStandby', 'Standby']], 'LifecycleTransition' => ['type' => 'string'], 'LimitExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoadBalancerNames' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['LoadBalancerName' => ['shape' => 'XmlStringMaxLen255'], 'State' => ['shape' => 'XmlStringMaxLen255']]], 'LoadBalancerStates' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerState']], 'LoadBalancerTargetGroupState' => ['type' => 'structure', 'members' => ['LoadBalancerTargetGroupARN' => ['shape' => 'XmlStringMaxLen511'], 'State' => ['shape' => 'XmlStringMaxLen255']]], 'LoadBalancerTargetGroupStates' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTargetGroupState']], 'MaxInstanceLifetime' => ['type' => 'integer'], 'MaxNumberOfAutoScalingGroups' => ['type' => 'integer'], 'MaxNumberOfLaunchConfigurations' => ['type' => 'integer'], 'MaxRecords' => ['type' => 'integer'], 'MetricCollectionType' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'XmlStringMaxLen255']]], 'MetricCollectionTypes' => ['type' => 'list', 'member' => ['shape' => 'MetricCollectionType']], 'MetricDimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MetricDimensionName'], 'Value' => ['shape' => 'MetricDimensionValue']]], 'MetricDimensionName' => ['type' => 'string'], 'MetricDimensionValue' => ['type' => 'string'], 'MetricDimensions' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'MetricGranularityType' => ['type' => 'structure', 'members' => ['Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'MetricGranularityTypes' => ['type' => 'list', 'member' => ['shape' => 'MetricGranularityType']], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'MetricScale' => ['type' => 'double'], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum']], 'MetricType' => ['type' => 'string', 'enum' => ['ASGAverageCPUUtilization', 'ASGAverageNetworkIn', 'ASGAverageNetworkOut', 'ALBRequestCountPerTarget']], 'MetricUnit' => ['type' => 'string'], 'Metrics' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'MinAdjustmentMagnitude' => ['type' => 'integer'], 'MinAdjustmentStep' => ['type' => 'integer', 'deprecated' => \true], 'MixedInstanceSpotPrice' => ['type' => 'string', 'max' => 255, 'min' => 0], 'MixedInstancesPolicy' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate'], 'InstancesDistribution' => ['shape' => 'InstancesDistribution']]], 'MonitoringEnabled' => ['type' => 'boolean'], 'NoDevice' => ['type' => 'boolean'], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName'], 'NotificationType' => ['shape' => 'XmlStringMaxLen255']]], 'NotificationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'NotificationConfiguration']], 'NotificationTargetResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'NumberOfAutoScalingGroups' => ['type' => 'integer'], 'NumberOfLaunchConfigurations' => ['type' => 'integer'], 'OnDemandBaseCapacity' => ['type' => 'integer'], 'OnDemandPercentageAboveBaseCapacity' => ['type' => 'integer'], 'Overrides' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateOverrides']], 'PoliciesType' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicies'], 'NextToken' => ['shape' => 'XmlString']]], 'PolicyARNType' => ['type' => 'structure', 'members' => ['PolicyARN' => ['shape' => 'ResourceName'], 'Alarms' => ['shape' => 'Alarms']]], 'PolicyIncrement' => ['type' => 'integer'], 'PolicyNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'PolicyTypes' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen64']], 'PredefinedMetricSpecification' => ['type' => 'structure', 'required' => ['PredefinedMetricType'], 'members' => ['PredefinedMetricType' => ['shape' => 'MetricType'], 'ResourceLabel' => ['shape' => 'XmlStringMaxLen1023']]], 'ProcessNames' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'ProcessType' => ['type' => 'structure', 'required' => ['ProcessName'], 'members' => ['ProcessName' => ['shape' => 'XmlStringMaxLen255']]], 'Processes' => ['type' => 'list', 'member' => ['shape' => 'ProcessType']], 'ProcessesType' => ['type' => 'structure', 'members' => ['Processes' => ['shape' => 'Processes']]], 'Progress' => ['type' => 'integer'], 'PropagateAtLaunch' => ['type' => 'boolean'], 'ProtectedFromScaleIn' => ['type' => 'boolean'], 'PutLifecycleHookAnswer' => ['type' => 'structure', 'members' => []], 'PutLifecycleHookType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'RoleARN' => ['shape' => 'ResourceName'], 'NotificationTargetARN' => ['shape' => 'NotificationTargetResourceName'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult']]], 'PutNotificationConfigurationType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TopicARN', 'NotificationTypes'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName'], 'NotificationTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'PutScalingPolicyType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyType' => ['shape' => 'XmlStringMaxLen64'], 'AdjustmentType' => ['shape' => 'XmlStringMaxLen255'], 'MinAdjustmentStep' => ['shape' => 'MinAdjustmentStep'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement'], 'Cooldown' => ['shape' => 'Cooldown'], 'MetricAggregationType' => ['shape' => 'XmlStringMaxLen32'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'EstimatedInstanceWarmup' => ['shape' => 'EstimatedInstanceWarmup'], 'TargetTrackingConfiguration' => ['shape' => 'TargetTrackingConfiguration'], 'Enabled' => ['shape' => 'ScalingPolicyEnabled']]], 'PutScheduledUpdateGroupActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'Time' => ['shape' => 'TimestampType'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'RecordLifecycleActionHeartbeatAnswer' => ['type' => 'structure', 'members' => []], 'RecordLifecycleActionHeartbeatType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleActionToken' => ['shape' => 'LifecycleActionToken'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19']]], 'ResourceContentionFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ResourceContention', 'httpStatusCode' => 500, 'senderFault' => \true], 'exception' => \true], 'ResourceInUseFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ResourceInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ScalingActivityInProgressFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ScalingActivityInProgress', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScalingActivityStatusCode' => ['type' => 'string', 'enum' => ['PendingSpotBidPlacement', 'WaitingForSpotInstanceRequestId', 'WaitingForSpotInstanceId', 'WaitingForInstanceId', 'PreInService', 'InProgress', 'WaitingForELBConnectionDraining', 'MidLifecycleAction', 'WaitingForInstanceWarmup', 'Successful', 'Failed', 'Cancelled']], 'ScalingPolicies' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingPolicy' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyARN' => ['shape' => 'ResourceName'], 'PolicyType' => ['shape' => 'XmlStringMaxLen64'], 'AdjustmentType' => ['shape' => 'XmlStringMaxLen255'], 'MinAdjustmentStep' => ['shape' => 'MinAdjustmentStep'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement'], 'Cooldown' => ['shape' => 'Cooldown'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'MetricAggregationType' => ['shape' => 'XmlStringMaxLen32'], 'EstimatedInstanceWarmup' => ['shape' => 'EstimatedInstanceWarmup'], 'Alarms' => ['shape' => 'Alarms'], 'TargetTrackingConfiguration' => ['shape' => 'TargetTrackingConfiguration'], 'Enabled' => ['shape' => 'ScalingPolicyEnabled']]], 'ScalingPolicyEnabled' => ['type' => 'boolean'], 'ScalingProcessQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScalingProcesses' => ['shape' => 'ProcessNames']]], 'ScheduledActionNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'ScheduledActionsType' => ['type' => 'structure', 'members' => ['ScheduledUpdateGroupActions' => ['shape' => 'ScheduledUpdateGroupActions'], 'NextToken' => ['shape' => 'XmlString']]], 'ScheduledUpdateGroupAction' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'ScheduledActionARN' => ['shape' => 'ResourceName'], 'Time' => ['shape' => 'TimestampType'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'ScheduledUpdateGroupActionRequest' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'ScheduledUpdateGroupActionRequests' => ['type' => 'list', 'member' => ['shape' => 'ScheduledUpdateGroupActionRequest']], 'ScheduledUpdateGroupActions' => ['type' => 'list', 'member' => ['shape' => 'ScheduledUpdateGroupAction']], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'ServiceLinkedRoleFailure' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ServiceLinkedRoleFailure', 'httpStatusCode' => 500, 'senderFault' => \true], 'exception' => \true], 'SetDesiredCapacityType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'DesiredCapacity'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'HonorCooldown' => ['shape' => 'HonorCooldown']]], 'SetInstanceHealthQuery' => ['type' => 'structure', 'required' => ['InstanceId', 'HealthStatus'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'ShouldRespectGracePeriod' => ['shape' => 'ShouldRespectGracePeriod']]], 'SetInstanceProtectionAnswer' => ['type' => 'structure', 'members' => []], 'SetInstanceProtectionQuery' => ['type' => 'structure', 'required' => ['InstanceIds', 'AutoScalingGroupName', 'ProtectedFromScaleIn'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ProtectedFromScaleIn' => ['shape' => 'ProtectedFromScaleIn']]], 'ShouldDecrementDesiredCapacity' => ['type' => 'boolean'], 'ShouldRespectGracePeriod' => ['type' => 'boolean'], 'SpotInstancePools' => ['type' => 'integer'], 'SpotPrice' => ['type' => 'string', 'max' => 255, 'min' => 1], 'StepAdjustment' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['MetricIntervalLowerBound' => ['shape' => 'MetricScale'], 'MetricIntervalUpperBound' => ['shape' => 'MetricScale'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement']]], 'StepAdjustments' => ['type' => 'list', 'member' => ['shape' => 'StepAdjustment']], 'SuspendedProcess' => ['type' => 'structure', 'members' => ['ProcessName' => ['shape' => 'XmlStringMaxLen255'], 'SuspensionReason' => ['shape' => 'XmlStringMaxLen255']]], 'SuspendedProcesses' => ['type' => 'list', 'member' => ['shape' => 'SuspendedProcess']], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['ResourceId' => ['shape' => 'XmlString'], 'ResourceType' => ['shape' => 'XmlString'], 'Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue'], 'PropagateAtLaunch' => ['shape' => 'PropagateAtLaunch']]], 'TagDescription' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'XmlString'], 'ResourceType' => ['shape' => 'XmlString'], 'Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue'], 'PropagateAtLaunch' => ['shape' => 'PropagateAtLaunch']]], 'TagDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'TagDescription']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagsType' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagDescriptionList'], 'NextToken' => ['shape' => 'XmlString']]], 'TargetGroupARNs' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen511']], 'TargetTrackingConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['PredefinedMetricSpecification' => ['shape' => 'PredefinedMetricSpecification'], 'CustomizedMetricSpecification' => ['shape' => 'CustomizedMetricSpecification'], 'TargetValue' => ['shape' => 'MetricScale'], 'DisableScaleIn' => ['shape' => 'DisableScaleIn']]], 'TerminateInstanceInAutoScalingGroupType' => ['type' => 'structure', 'required' => ['InstanceId', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'TerminationPolicies' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen1600']], 'TimestampType' => ['type' => 'timestamp'], 'UpdateAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LaunchConfigurationName' => ['shape' => 'ResourceName'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'Values' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'XmlString' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen1023' => ['type' => 'string', 'max' => 1023, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen1600' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen19' => ['type' => 'string', 'max' => 19, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen2047' => ['type' => 'string', 'max' => 2047, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen255' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen32' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen511' => ['type' => 'string', 'max' => 511, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen64' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringUserData' => ['type' => 'string', 'max' => 21847, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2011-01-01', 'endpointPrefix' => 'autoscaling', 'protocol' => 'query', 'serviceFullName' => 'Auto Scaling', 'serviceId' => 'Auto Scaling', 'signatureVersion' => 'v4', 'uid' => 'autoscaling-2011-01-01', 'xmlNamespace' => 'http://autoscaling.amazonaws.com/doc/2011-01-01/'], 'operations' => ['AttachInstances' => ['name' => 'AttachInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInstancesQuery'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'AttachLoadBalancerTargetGroups' => ['name' => 'AttachLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancerTargetGroupsType'], 'output' => ['shape' => 'AttachLoadBalancerTargetGroupsResultType', 'resultWrapper' => 'AttachLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'AttachLoadBalancers' => ['name' => 'AttachLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancersType'], 'output' => ['shape' => 'AttachLoadBalancersResultType', 'resultWrapper' => 'AttachLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'BatchDeleteScheduledAction' => ['name' => 'BatchDeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteScheduledActionType'], 'output' => ['shape' => 'BatchDeleteScheduledActionAnswer', 'resultWrapper' => 'BatchDeleteScheduledActionResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'BatchPutScheduledUpdateGroupAction' => ['name' => 'BatchPutScheduledUpdateGroupAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchPutScheduledUpdateGroupActionType'], 'output' => ['shape' => 'BatchPutScheduledUpdateGroupActionAnswer', 'resultWrapper' => 'BatchPutScheduledUpdateGroupActionResult'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'CancelInstanceRefresh' => ['name' => 'CancelInstanceRefresh', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelInstanceRefreshType'], 'output' => ['shape' => 'CancelInstanceRefreshAnswer', 'resultWrapper' => 'CancelInstanceRefreshResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ActiveInstanceRefreshNotFoundFault']]], 'CompleteLifecycleAction' => ['name' => 'CompleteLifecycleAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteLifecycleActionType'], 'output' => ['shape' => 'CompleteLifecycleActionAnswer', 'resultWrapper' => 'CompleteLifecycleActionResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'CreateAutoScalingGroup' => ['name' => 'CreateAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAutoScalingGroupType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'CreateLaunchConfiguration' => ['name' => 'CreateLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchConfigurationType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'CreateOrUpdateTags' => ['name' => 'CreateOrUpdateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrUpdateTagsType'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'AlreadyExistsFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ResourceInUseFault']]], 'DeleteAutoScalingGroup' => ['name' => 'DeleteAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAutoScalingGroupType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'DeleteLaunchConfiguration' => ['name' => 'DeleteLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchConfigurationNameType'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'DeleteLifecycleHook' => ['name' => 'DeleteLifecycleHook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecycleHookType'], 'output' => ['shape' => 'DeleteLifecycleHookAnswer', 'resultWrapper' => 'DeleteLifecycleHookResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeleteNotificationConfiguration' => ['name' => 'DeleteNotificationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotificationConfigurationType'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyType'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionType'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsType'], 'errors' => [['shape' => 'ResourceContentionFault'], ['shape' => 'ResourceInUseFault']]], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAccountLimitsAnswer', 'resultWrapper' => 'DescribeAccountLimitsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeAdjustmentTypes' => ['name' => 'DescribeAdjustmentTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAdjustmentTypesAnswer', 'resultWrapper' => 'DescribeAdjustmentTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingGroups' => ['name' => 'DescribeAutoScalingGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AutoScalingGroupNamesType'], 'output' => ['shape' => 'AutoScalingGroupsType', 'resultWrapper' => 'DescribeAutoScalingGroupsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingInstances' => ['name' => 'DescribeAutoScalingInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutoScalingInstancesType'], 'output' => ['shape' => 'AutoScalingInstancesType', 'resultWrapper' => 'DescribeAutoScalingInstancesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeAutoScalingNotificationTypes' => ['name' => 'DescribeAutoScalingNotificationTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAutoScalingNotificationTypesAnswer', 'resultWrapper' => 'DescribeAutoScalingNotificationTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeInstanceRefreshes' => ['name' => 'DescribeInstanceRefreshes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceRefreshesType'], 'output' => ['shape' => 'DescribeInstanceRefreshesAnswer', 'resultWrapper' => 'DescribeInstanceRefreshesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeLaunchConfigurations' => ['name' => 'DescribeLaunchConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchConfigurationNamesType'], 'output' => ['shape' => 'LaunchConfigurationsType', 'resultWrapper' => 'DescribeLaunchConfigurationsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeLifecycleHookTypes' => ['name' => 'DescribeLifecycleHookTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeLifecycleHookTypesAnswer', 'resultWrapper' => 'DescribeLifecycleHookTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLifecycleHooks' => ['name' => 'DescribeLifecycleHooks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLifecycleHooksType'], 'output' => ['shape' => 'DescribeLifecycleHooksAnswer', 'resultWrapper' => 'DescribeLifecycleHooksResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLoadBalancerTargetGroups' => ['name' => 'DescribeLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancerTargetGroupsRequest'], 'output' => ['shape' => 'DescribeLoadBalancerTargetGroupsResponse', 'resultWrapper' => 'DescribeLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeLoadBalancers' => ['name' => 'DescribeLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancersRequest'], 'output' => ['shape' => 'DescribeLoadBalancersResponse', 'resultWrapper' => 'DescribeLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeMetricCollectionTypes' => ['name' => 'DescribeMetricCollectionTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeMetricCollectionTypesAnswer', 'resultWrapper' => 'DescribeMetricCollectionTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeNotificationConfigurations' => ['name' => 'DescribeNotificationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotificationConfigurationsType'], 'output' => ['shape' => 'DescribeNotificationConfigurationsAnswer', 'resultWrapper' => 'DescribeNotificationConfigurationsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribePolicies' => ['name' => 'DescribePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePoliciesType'], 'output' => ['shape' => 'PoliciesType', 'resultWrapper' => 'DescribePoliciesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'DescribeScalingActivities' => ['name' => 'DescribeScalingActivities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingActivitiesType'], 'output' => ['shape' => 'ActivitiesType', 'resultWrapper' => 'DescribeScalingActivitiesResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeScalingProcessTypes' => ['name' => 'DescribeScalingProcessTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'ProcessesType', 'resultWrapper' => 'DescribeScalingProcessTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsType'], 'output' => ['shape' => 'ScheduledActionsType', 'resultWrapper' => 'DescribeScheduledActionsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsType'], 'output' => ['shape' => 'TagsType', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'ResourceContentionFault']]], 'DescribeTerminationPolicyTypes' => ['name' => 'DescribeTerminationPolicyTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeTerminationPolicyTypesAnswer', 'resultWrapper' => 'DescribeTerminationPolicyTypesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachInstances' => ['name' => 'DetachInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInstancesQuery'], 'output' => ['shape' => 'DetachInstancesAnswer', 'resultWrapper' => 'DetachInstancesResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachLoadBalancerTargetGroups' => ['name' => 'DetachLoadBalancerTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachLoadBalancerTargetGroupsType'], 'output' => ['shape' => 'DetachLoadBalancerTargetGroupsResultType', 'resultWrapper' => 'DetachLoadBalancerTargetGroupsResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DetachLoadBalancers' => ['name' => 'DetachLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachLoadBalancersType'], 'output' => ['shape' => 'DetachLoadBalancersResultType', 'resultWrapper' => 'DetachLoadBalancersResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'DisableMetricsCollection' => ['name' => 'DisableMetricsCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableMetricsCollectionQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'EnableMetricsCollection' => ['name' => 'EnableMetricsCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableMetricsCollectionQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'EnterStandby' => ['name' => 'EnterStandby', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnterStandbyQuery'], 'output' => ['shape' => 'EnterStandbyAnswer', 'resultWrapper' => 'EnterStandbyResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'ExecutePolicy' => ['name' => 'ExecutePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecutePolicyType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'ExitStandby' => ['name' => 'ExitStandby', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExitStandbyQuery'], 'output' => ['shape' => 'ExitStandbyAnswer', 'resultWrapper' => 'ExitStandbyResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'PutLifecycleHook' => ['name' => 'PutLifecycleHook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecycleHookType'], 'output' => ['shape' => 'PutLifecycleHookAnswer', 'resultWrapper' => 'PutLifecycleHookResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'PutNotificationConfiguration' => ['name' => 'PutNotificationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutNotificationConfigurationType'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyType'], 'output' => ['shape' => 'PolicyARNType', 'resultWrapper' => 'PutScalingPolicyResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]], 'PutScheduledUpdateGroupAction' => ['name' => 'PutScheduledUpdateGroupAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScheduledUpdateGroupActionType'], 'errors' => [['shape' => 'AlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'RecordLifecycleActionHeartbeat' => ['name' => 'RecordLifecycleActionHeartbeat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecordLifecycleActionHeartbeatType'], 'output' => ['shape' => 'RecordLifecycleActionHeartbeatAnswer', 'resultWrapper' => 'RecordLifecycleActionHeartbeatResult'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'ResumeProcesses' => ['name' => 'ResumeProcesses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScalingProcessQuery'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'SetDesiredCapacity' => ['name' => 'SetDesiredCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetDesiredCapacityType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'SetInstanceHealth' => ['name' => 'SetInstanceHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetInstanceHealthQuery'], 'errors' => [['shape' => 'ResourceContentionFault']]], 'SetInstanceProtection' => ['name' => 'SetInstanceProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetInstanceProtectionQuery'], 'output' => ['shape' => 'SetInstanceProtectionAnswer', 'resultWrapper' => 'SetInstanceProtectionResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault']]], 'StartInstanceRefresh' => ['name' => 'StartInstanceRefresh', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartInstanceRefreshType'], 'output' => ['shape' => 'StartInstanceRefreshAnswer', 'resultWrapper' => 'StartInstanceRefreshResult'], 'errors' => [['shape' => 'LimitExceededFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'InstanceRefreshInProgressFault']]], 'SuspendProcesses' => ['name' => 'SuspendProcesses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScalingProcessQuery'], 'errors' => [['shape' => 'ResourceInUseFault'], ['shape' => 'ResourceContentionFault']]], 'TerminateInstanceInAutoScalingGroup' => ['name' => 'TerminateInstanceInAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateInstanceInAutoScalingGroupType'], 'output' => ['shape' => 'ActivityType', 'resultWrapper' => 'TerminateInstanceInAutoScalingGroupResult'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault']]], 'UpdateAutoScalingGroup' => ['name' => 'UpdateAutoScalingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAutoScalingGroupType'], 'errors' => [['shape' => 'ScalingActivityInProgressFault'], ['shape' => 'ResourceContentionFault'], ['shape' => 'ServiceLinkedRoleFailure']]]], 'shapes' => ['ActiveInstanceRefreshNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ActiveInstanceRefreshNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Activities' => ['type' => 'list', 'member' => ['shape' => 'Activity']], 'ActivitiesType' => ['type' => 'structure', 'required' => ['Activities'], 'members' => ['Activities' => ['shape' => 'Activities'], 'NextToken' => ['shape' => 'XmlString']]], 'Activity' => ['type' => 'structure', 'required' => ['ActivityId', 'AutoScalingGroupName', 'Cause', 'StartTime', 'StatusCode'], 'members' => ['ActivityId' => ['shape' => 'XmlString'], 'AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'Description' => ['shape' => 'XmlString'], 'Cause' => ['shape' => 'XmlStringMaxLen1023'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'StatusCode' => ['shape' => 'ScalingActivityStatusCode'], 'StatusMessage' => ['shape' => 'XmlStringMaxLen255'], 'Progress' => ['shape' => 'Progress'], 'Details' => ['shape' => 'XmlString']]], 'ActivityIds' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'ActivityType' => ['type' => 'structure', 'members' => ['Activity' => ['shape' => 'Activity']]], 'AdjustmentType' => ['type' => 'structure', 'members' => ['AdjustmentType' => ['shape' => 'XmlStringMaxLen255']]], 'AdjustmentTypes' => ['type' => 'list', 'member' => ['shape' => 'AdjustmentType']], 'Alarm' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'XmlStringMaxLen255'], 'AlarmARN' => ['shape' => 'ResourceName']]], 'Alarms' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AlreadyExistsFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'AlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AsciiStringMaxLen255' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Za-z0-9\\-_\\/]+'], 'AssociatePublicIpAddress' => ['type' => 'boolean'], 'AttachInstancesQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'AttachLoadBalancerTargetGroupsResultType' => ['type' => 'structure', 'members' => []], 'AttachLoadBalancerTargetGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TargetGroupARNs'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs']]], 'AttachLoadBalancersResultType' => ['type' => 'structure', 'members' => []], 'AttachLoadBalancersType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'LoadBalancerNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames']]], 'AutoScalingGroup' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'MinSize', 'MaxSize', 'DesiredCapacity', 'DefaultCooldown', 'AvailabilityZones', 'HealthCheckType', 'CreatedTime'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'AutoScalingGroupARN' => ['shape' => 'ResourceName'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'Instances' => ['shape' => 'Instances'], 'CreatedTime' => ['shape' => 'TimestampType'], 'SuspendedProcesses' => ['shape' => 'SuspendedProcesses'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'EnabledMetrics' => ['shape' => 'EnabledMetrics'], 'Status' => ['shape' => 'XmlStringMaxLen255'], 'Tags' => ['shape' => 'TagDescriptionList'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'AutoScalingGroupDesiredCapacity' => ['type' => 'integer'], 'AutoScalingGroupMaxSize' => ['type' => 'integer'], 'AutoScalingGroupMinSize' => ['type' => 'integer'], 'AutoScalingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'AutoScalingGroupNamesType' => ['type' => 'structure', 'members' => ['AutoScalingGroupNames' => ['shape' => 'AutoScalingGroupNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'AutoScalingGroups' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AutoScalingGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroups'], 'members' => ['AutoScalingGroups' => ['shape' => 'AutoScalingGroups'], 'NextToken' => ['shape' => 'XmlString']]], 'AutoScalingInstanceDetails' => ['type' => 'structure', 'required' => ['InstanceId', 'AutoScalingGroupName', 'AvailabilityZone', 'LifecycleState', 'HealthStatus', 'ProtectedFromScaleIn'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'AvailabilityZone' => ['shape' => 'XmlStringMaxLen255'], 'LifecycleState' => ['shape' => 'XmlStringMaxLen32'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'ProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'AutoScalingInstances' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingInstanceDetails']], 'AutoScalingInstancesType' => ['type' => 'structure', 'members' => ['AutoScalingInstances' => ['shape' => 'AutoScalingInstances'], 'NextToken' => ['shape' => 'XmlString']]], 'AutoScalingNotificationTypes' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255'], 'min' => 1], 'BatchDeleteScheduledActionAnswer' => ['type' => 'structure', 'members' => ['FailedScheduledActions' => ['shape' => 'FailedScheduledUpdateGroupActionRequests']]], 'BatchDeleteScheduledActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionNames' => ['shape' => 'ScheduledActionNames']]], 'BatchPutScheduledUpdateGroupActionAnswer' => ['type' => 'structure', 'members' => ['FailedScheduledUpdateGroupActions' => ['shape' => 'FailedScheduledUpdateGroupActionRequests']]], 'BatchPutScheduledUpdateGroupActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledUpdateGroupActions'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledUpdateGroupActions' => ['shape' => 'ScheduledUpdateGroupActionRequests']]], 'BlockDeviceEbsDeleteOnTermination' => ['type' => 'boolean'], 'BlockDeviceEbsEncrypted' => ['type' => 'boolean'], 'BlockDeviceEbsIops' => ['type' => 'integer', 'max' => 20000, 'min' => 100], 'BlockDeviceEbsVolumeSize' => ['type' => 'integer', 'max' => 16384, 'min' => 1], 'BlockDeviceEbsVolumeType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'BlockDeviceMapping' => ['type' => 'structure', 'required' => ['DeviceName'], 'members' => ['VirtualName' => ['shape' => 'XmlStringMaxLen255'], 'DeviceName' => ['shape' => 'XmlStringMaxLen255'], 'Ebs' => ['shape' => 'Ebs'], 'NoDevice' => ['shape' => 'NoDevice']]], 'BlockDeviceMappings' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping']], 'CancelInstanceRefreshAnswer' => ['type' => 'structure', 'members' => ['InstanceRefreshId' => ['shape' => 'XmlStringMaxLen255']]], 'CancelInstanceRefreshType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255']]], 'ClassicLinkVPCSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'CompleteLifecycleActionAnswer' => ['type' => 'structure', 'members' => []], 'CompleteLifecycleActionType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName', 'LifecycleActionResult'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleActionToken' => ['shape' => 'LifecycleActionToken'], 'LifecycleActionResult' => ['shape' => 'LifecycleActionResult'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19']]], 'Cooldown' => ['type' => 'integer'], 'CreateAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'MinSize', 'MaxSize'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchConfigurationName' => ['shape' => 'ResourceName'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'LifecycleHookSpecificationList' => ['shape' => 'LifecycleHookSpecifications'], 'Tags' => ['shape' => 'Tags'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'CreateLaunchConfigurationType' => ['type' => 'structure', 'required' => ['LaunchConfigurationName'], 'members' => ['LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'ImageId' => ['shape' => 'XmlStringMaxLen255'], 'KeyName' => ['shape' => 'XmlStringMaxLen255'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'ClassicLinkVPCId' => ['shape' => 'XmlStringMaxLen255'], 'ClassicLinkVPCSecurityGroups' => ['shape' => 'ClassicLinkVPCSecurityGroups'], 'UserData' => ['shape' => 'XmlStringUserData'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'KernelId' => ['shape' => 'XmlStringMaxLen255'], 'RamdiskId' => ['shape' => 'XmlStringMaxLen255'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappings'], 'InstanceMonitoring' => ['shape' => 'InstanceMonitoring'], 'SpotPrice' => ['shape' => 'SpotPrice'], 'IamInstanceProfile' => ['shape' => 'XmlStringMaxLen1600'], 'EbsOptimized' => ['shape' => 'EbsOptimized'], 'AssociatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress'], 'PlacementTenancy' => ['shape' => 'XmlStringMaxLen64'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptions']]], 'CreateOrUpdateTagsType' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']]], 'CustomizedMetricSpecification' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace', 'Statistic'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'MetricNamespace'], 'Dimensions' => ['shape' => 'MetricDimensions'], 'Statistic' => ['shape' => 'MetricStatistic'], 'Unit' => ['shape' => 'MetricUnit']]], 'DeleteAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ForceDelete' => ['shape' => 'ForceDelete']]], 'DeleteLifecycleHookAnswer' => ['type' => 'structure', 'members' => []], 'DeleteLifecycleHookType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'DeleteNotificationConfigurationType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TopicARN'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName']]], 'DeletePolicyType' => ['type' => 'structure', 'required' => ['PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'ResourceName']]], 'DeleteScheduledActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionName' => ['shape' => 'ResourceName']]], 'DeleteTagsType' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']]], 'DescribeAccountLimitsAnswer' => ['type' => 'structure', 'members' => ['MaxNumberOfAutoScalingGroups' => ['shape' => 'MaxNumberOfAutoScalingGroups'], 'MaxNumberOfLaunchConfigurations' => ['shape' => 'MaxNumberOfLaunchConfigurations'], 'NumberOfAutoScalingGroups' => ['shape' => 'NumberOfAutoScalingGroups'], 'NumberOfLaunchConfigurations' => ['shape' => 'NumberOfLaunchConfigurations']]], 'DescribeAdjustmentTypesAnswer' => ['type' => 'structure', 'members' => ['AdjustmentTypes' => ['shape' => 'AdjustmentTypes']]], 'DescribeAutoScalingInstancesType' => ['type' => 'structure', 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeAutoScalingNotificationTypesAnswer' => ['type' => 'structure', 'members' => ['AutoScalingNotificationTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'DescribeInstanceRefreshesAnswer' => ['type' => 'structure', 'members' => ['InstanceRefreshes' => ['shape' => 'InstanceRefreshes'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeInstanceRefreshesType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'InstanceRefreshIds' => ['shape' => 'InstanceRefreshIds'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeLifecycleHookTypesAnswer' => ['type' => 'structure', 'members' => ['LifecycleHookTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'DescribeLifecycleHooksAnswer' => ['type' => 'structure', 'members' => ['LifecycleHooks' => ['shape' => 'LifecycleHooks']]], 'DescribeLifecycleHooksType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleHookNames' => ['shape' => 'LifecycleHookNames']]], 'DescribeLoadBalancerTargetGroupsRequest' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeLoadBalancerTargetGroupsResponse' => ['type' => 'structure', 'members' => ['LoadBalancerTargetGroups' => ['shape' => 'LoadBalancerTargetGroupStates'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeLoadBalancersRequest' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeLoadBalancersResponse' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancerStates'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeMetricCollectionTypesAnswer' => ['type' => 'structure', 'members' => ['Metrics' => ['shape' => 'MetricCollectionTypes'], 'Granularities' => ['shape' => 'MetricGranularityTypes']]], 'DescribeNotificationConfigurationsAnswer' => ['type' => 'structure', 'required' => ['NotificationConfigurations'], 'members' => ['NotificationConfigurations' => ['shape' => 'NotificationConfigurations'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeNotificationConfigurationsType' => ['type' => 'structure', 'members' => ['AutoScalingGroupNames' => ['shape' => 'AutoScalingGroupNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribePoliciesType' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyNames' => ['shape' => 'PolicyNames'], 'PolicyTypes' => ['shape' => 'PolicyTypes'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeScalingActivitiesType' => ['type' => 'structure', 'members' => ['ActivityIds' => ['shape' => 'ActivityIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'XmlString']]], 'DescribeScheduledActionsType' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionNames' => ['shape' => 'ScheduledActionNames'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeTagsType' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'Filters'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeTerminationPolicyTypesAnswer' => ['type' => 'structure', 'members' => ['TerminationPolicyTypes' => ['shape' => 'TerminationPolicies']]], 'DetachInstancesAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'DetachInstancesQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'DetachLoadBalancerTargetGroupsResultType' => ['type' => 'structure', 'members' => []], 'DetachLoadBalancerTargetGroupsType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TargetGroupARNs'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TargetGroupARNs' => ['shape' => 'TargetGroupARNs']]], 'DetachLoadBalancersResultType' => ['type' => 'structure', 'members' => []], 'DetachLoadBalancersType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'LoadBalancerNames'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LoadBalancerNames' => ['shape' => 'LoadBalancerNames']]], 'DisableMetricsCollectionQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'Metrics' => ['shape' => 'Metrics']]], 'DisableScaleIn' => ['type' => 'boolean'], 'Ebs' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'XmlStringMaxLen255'], 'VolumeSize' => ['shape' => 'BlockDeviceEbsVolumeSize'], 'VolumeType' => ['shape' => 'BlockDeviceEbsVolumeType'], 'DeleteOnTermination' => ['shape' => 'BlockDeviceEbsDeleteOnTermination'], 'Iops' => ['shape' => 'BlockDeviceEbsIops'], 'Encrypted' => ['shape' => 'BlockDeviceEbsEncrypted']]], 'EbsOptimized' => ['type' => 'boolean'], 'EnableMetricsCollectionQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'Granularity'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'Metrics' => ['shape' => 'Metrics'], 'Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'EnabledMetric' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'XmlStringMaxLen255'], 'Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'EnabledMetrics' => ['type' => 'list', 'member' => ['shape' => 'EnabledMetric']], 'EnterStandbyAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'EnterStandbyQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'EstimatedInstanceWarmup' => ['type' => 'integer'], 'ExecutePolicyType' => ['type' => 'structure', 'required' => ['PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'ResourceName'], 'HonorCooldown' => ['shape' => 'HonorCooldown'], 'MetricValue' => ['shape' => 'MetricScale'], 'BreachThreshold' => ['shape' => 'MetricScale']]], 'ExitStandbyAnswer' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'Activities']]], 'ExitStandbyQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName']]], 'FailedScheduledUpdateGroupActionRequest' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'ErrorCode' => ['shape' => 'XmlStringMaxLen64'], 'ErrorMessage' => ['shape' => 'XmlString']]], 'FailedScheduledUpdateGroupActionRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedScheduledUpdateGroupActionRequest']], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'Values' => ['shape' => 'Values']]], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'ForceDelete' => ['type' => 'boolean'], 'GlobalTimeout' => ['type' => 'integer'], 'HealthCheckGracePeriod' => ['type' => 'integer'], 'HeartbeatTimeout' => ['type' => 'integer'], 'HonorCooldown' => ['type' => 'boolean'], 'Instance' => ['type' => 'structure', 'required' => ['InstanceId', 'AvailabilityZone', 'LifecycleState', 'HealthStatus', 'ProtectedFromScaleIn'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'AvailabilityZone' => ['shape' => 'XmlStringMaxLen255'], 'LifecycleState' => ['shape' => 'LifecycleState'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'ProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'InstanceIds' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen19']], 'InstanceMetadataEndpointState' => ['type' => 'string', 'enum' => ['disabled', 'enabled']], 'InstanceMetadataHttpPutResponseHopLimit' => ['type' => 'integer', 'max' => 64, 'min' => 1], 'InstanceMetadataHttpTokensState' => ['type' => 'string', 'enum' => ['optional', 'required']], 'InstanceMetadataOptions' => ['type' => 'structure', 'members' => ['HttpTokens' => ['shape' => 'InstanceMetadataHttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'InstanceMetadataHttpPutResponseHopLimit'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState']]], 'InstanceMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'MonitoringEnabled']]], 'InstanceProtected' => ['type' => 'boolean'], 'InstanceRefresh' => ['type' => 'structure', 'members' => ['InstanceRefreshId' => ['shape' => 'XmlStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'Status' => ['shape' => 'InstanceRefreshStatus'], 'StatusReason' => ['shape' => 'XmlStringMaxLen1023'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'PercentageComplete' => ['shape' => 'IntPercent'], 'InstancesToUpdate' => ['shape' => 'InstancesToUpdate']]], 'InstanceRefreshIds' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'InstanceRefreshInProgressFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'InstanceRefreshInProgress', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InstanceRefreshStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Successful', 'Failed', 'Cancelling', 'Cancelled']], 'InstanceRefreshes' => ['type' => 'list', 'member' => ['shape' => 'InstanceRefresh']], 'Instances' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstancesDistribution' => ['type' => 'structure', 'members' => ['OnDemandAllocationStrategy' => ['shape' => 'XmlString'], 'OnDemandBaseCapacity' => ['shape' => 'OnDemandBaseCapacity'], 'OnDemandPercentageAboveBaseCapacity' => ['shape' => 'OnDemandPercentageAboveBaseCapacity'], 'SpotAllocationStrategy' => ['shape' => 'XmlString'], 'SpotInstancePools' => ['shape' => 'SpotInstancePools'], 'SpotMaxPrice' => ['shape' => 'MixedInstanceSpotPrice']]], 'InstancesToUpdate' => ['type' => 'integer', 'min' => 0], 'IntPercent' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'InvalidNextToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LaunchConfiguration' => ['type' => 'structure', 'required' => ['LaunchConfigurationName', 'ImageId', 'InstanceType', 'CreatedTime'], 'members' => ['LaunchConfigurationName' => ['shape' => 'XmlStringMaxLen255'], 'LaunchConfigurationARN' => ['shape' => 'ResourceName'], 'ImageId' => ['shape' => 'XmlStringMaxLen255'], 'KeyName' => ['shape' => 'XmlStringMaxLen255'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'ClassicLinkVPCId' => ['shape' => 'XmlStringMaxLen255'], 'ClassicLinkVPCSecurityGroups' => ['shape' => 'ClassicLinkVPCSecurityGroups'], 'UserData' => ['shape' => 'XmlStringUserData'], 'InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'KernelId' => ['shape' => 'XmlStringMaxLen255'], 'RamdiskId' => ['shape' => 'XmlStringMaxLen255'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappings'], 'InstanceMonitoring' => ['shape' => 'InstanceMonitoring'], 'SpotPrice' => ['shape' => 'SpotPrice'], 'IamInstanceProfile' => ['shape' => 'XmlStringMaxLen1600'], 'CreatedTime' => ['shape' => 'TimestampType'], 'EbsOptimized' => ['shape' => 'EbsOptimized'], 'AssociatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress'], 'PlacementTenancy' => ['shape' => 'XmlStringMaxLen64'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptions']]], 'LaunchConfigurationNameType' => ['type' => 'structure', 'required' => ['LaunchConfigurationName'], 'members' => ['LaunchConfigurationName' => ['shape' => 'ResourceName']]], 'LaunchConfigurationNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'LaunchConfigurationNamesType' => ['type' => 'structure', 'members' => ['LaunchConfigurationNames' => ['shape' => 'LaunchConfigurationNames'], 'NextToken' => ['shape' => 'XmlString'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'LaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LaunchConfiguration']], 'LaunchConfigurationsType' => ['type' => 'structure', 'required' => ['LaunchConfigurations'], 'members' => ['LaunchConfigurations' => ['shape' => 'LaunchConfigurations'], 'NextToken' => ['shape' => 'XmlString']]], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'LaunchTemplateSpecification'], 'Overrides' => ['shape' => 'Overrides']]], 'LaunchTemplateName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\(\\)\\.-/_]+'], 'LaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'XmlStringMaxLen255'], 'WeightedCapacity' => ['shape' => 'XmlStringMaxLen32']]], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'XmlStringMaxLen255'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Version' => ['shape' => 'XmlStringMaxLen255']]], 'LifecycleActionResult' => ['type' => 'string'], 'LifecycleActionToken' => ['type' => 'string', 'max' => 36, 'min' => 36], 'LifecycleHook' => ['type' => 'structure', 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'NotificationTargetARN' => ['shape' => 'ResourceName'], 'RoleARN' => ['shape' => 'ResourceName'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'GlobalTimeout' => ['shape' => 'GlobalTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult']]], 'LifecycleHookNames' => ['type' => 'list', 'member' => ['shape' => 'AsciiStringMaxLen255'], 'max' => 50], 'LifecycleHookSpecification' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'LifecycleTransition'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult'], 'NotificationTargetARN' => ['shape' => 'NotificationTargetResourceName'], 'RoleARN' => ['shape' => 'ResourceName']]], 'LifecycleHookSpecifications' => ['type' => 'list', 'member' => ['shape' => 'LifecycleHookSpecification']], 'LifecycleHooks' => ['type' => 'list', 'member' => ['shape' => 'LifecycleHook']], 'LifecycleState' => ['type' => 'string', 'enum' => ['Pending', 'Pending:Wait', 'Pending:Proceed', 'Quarantined', 'InService', 'Terminating', 'Terminating:Wait', 'Terminating:Proceed', 'Terminated', 'Detaching', 'Detached', 'EnteringStandby', 'Standby']], 'LifecycleTransition' => ['type' => 'string'], 'LimitExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoadBalancerNames' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['LoadBalancerName' => ['shape' => 'XmlStringMaxLen255'], 'State' => ['shape' => 'XmlStringMaxLen255']]], 'LoadBalancerStates' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerState']], 'LoadBalancerTargetGroupState' => ['type' => 'structure', 'members' => ['LoadBalancerTargetGroupARN' => ['shape' => 'XmlStringMaxLen511'], 'State' => ['shape' => 'XmlStringMaxLen255']]], 'LoadBalancerTargetGroupStates' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTargetGroupState']], 'MaxInstanceLifetime' => ['type' => 'integer'], 'MaxNumberOfAutoScalingGroups' => ['type' => 'integer'], 'MaxNumberOfLaunchConfigurations' => ['type' => 'integer'], 'MaxRecords' => ['type' => 'integer'], 'MetricCollectionType' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'XmlStringMaxLen255']]], 'MetricCollectionTypes' => ['type' => 'list', 'member' => ['shape' => 'MetricCollectionType']], 'MetricDimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MetricDimensionName'], 'Value' => ['shape' => 'MetricDimensionValue']]], 'MetricDimensionName' => ['type' => 'string'], 'MetricDimensionValue' => ['type' => 'string'], 'MetricDimensions' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'MetricGranularityType' => ['type' => 'structure', 'members' => ['Granularity' => ['shape' => 'XmlStringMaxLen255']]], 'MetricGranularityTypes' => ['type' => 'list', 'member' => ['shape' => 'MetricGranularityType']], 'MetricName' => ['type' => 'string'], 'MetricNamespace' => ['type' => 'string'], 'MetricScale' => ['type' => 'double'], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum']], 'MetricType' => ['type' => 'string', 'enum' => ['ASGAverageCPUUtilization', 'ASGAverageNetworkIn', 'ASGAverageNetworkOut', 'ALBRequestCountPerTarget']], 'MetricUnit' => ['type' => 'string'], 'Metrics' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'MinAdjustmentMagnitude' => ['type' => 'integer'], 'MinAdjustmentStep' => ['type' => 'integer', 'deprecated' => \true], 'MixedInstanceSpotPrice' => ['type' => 'string', 'max' => 255, 'min' => 0], 'MixedInstancesPolicy' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate'], 'InstancesDistribution' => ['shape' => 'InstancesDistribution']]], 'MonitoringEnabled' => ['type' => 'boolean'], 'NoDevice' => ['type' => 'boolean'], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName'], 'NotificationType' => ['shape' => 'XmlStringMaxLen255']]], 'NotificationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'NotificationConfiguration']], 'NotificationTargetResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'NumberOfAutoScalingGroups' => ['type' => 'integer'], 'NumberOfLaunchConfigurations' => ['type' => 'integer'], 'OnDemandBaseCapacity' => ['type' => 'integer'], 'OnDemandPercentageAboveBaseCapacity' => ['type' => 'integer'], 'Overrides' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateOverrides']], 'PoliciesType' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicies'], 'NextToken' => ['shape' => 'XmlString']]], 'PolicyARNType' => ['type' => 'structure', 'members' => ['PolicyARN' => ['shape' => 'ResourceName'], 'Alarms' => ['shape' => 'Alarms']]], 'PolicyIncrement' => ['type' => 'integer'], 'PolicyNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'PolicyTypes' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen64']], 'PredefinedMetricSpecification' => ['type' => 'structure', 'required' => ['PredefinedMetricType'], 'members' => ['PredefinedMetricType' => ['shape' => 'MetricType'], 'ResourceLabel' => ['shape' => 'XmlStringMaxLen1023']]], 'ProcessNames' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen255']], 'ProcessType' => ['type' => 'structure', 'required' => ['ProcessName'], 'members' => ['ProcessName' => ['shape' => 'XmlStringMaxLen255']]], 'Processes' => ['type' => 'list', 'member' => ['shape' => 'ProcessType']], 'ProcessesType' => ['type' => 'structure', 'members' => ['Processes' => ['shape' => 'Processes']]], 'Progress' => ['type' => 'integer'], 'PropagateAtLaunch' => ['type' => 'boolean'], 'ProtectedFromScaleIn' => ['type' => 'boolean'], 'PutLifecycleHookAnswer' => ['type' => 'structure', 'members' => []], 'PutLifecycleHookType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleTransition' => ['shape' => 'LifecycleTransition'], 'RoleARN' => ['shape' => 'ResourceName'], 'NotificationTargetARN' => ['shape' => 'NotificationTargetResourceName'], 'NotificationMetadata' => ['shape' => 'XmlStringMaxLen1023'], 'HeartbeatTimeout' => ['shape' => 'HeartbeatTimeout'], 'DefaultResult' => ['shape' => 'LifecycleActionResult']]], 'PutNotificationConfigurationType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'TopicARN', 'NotificationTypes'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'TopicARN' => ['shape' => 'ResourceName'], 'NotificationTypes' => ['shape' => 'AutoScalingNotificationTypes']]], 'PutScalingPolicyType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'PolicyName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'PolicyName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyType' => ['shape' => 'XmlStringMaxLen64'], 'AdjustmentType' => ['shape' => 'XmlStringMaxLen255'], 'MinAdjustmentStep' => ['shape' => 'MinAdjustmentStep'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement'], 'Cooldown' => ['shape' => 'Cooldown'], 'MetricAggregationType' => ['shape' => 'XmlStringMaxLen32'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'EstimatedInstanceWarmup' => ['shape' => 'EstimatedInstanceWarmup'], 'TargetTrackingConfiguration' => ['shape' => 'TargetTrackingConfiguration'], 'Enabled' => ['shape' => 'ScalingPolicyEnabled']]], 'PutScheduledUpdateGroupActionType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'ScheduledActionName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'Time' => ['shape' => 'TimestampType'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'RecordLifecycleActionHeartbeatAnswer' => ['type' => 'structure', 'members' => []], 'RecordLifecycleActionHeartbeatType' => ['type' => 'structure', 'required' => ['LifecycleHookName', 'AutoScalingGroupName'], 'members' => ['LifecycleHookName' => ['shape' => 'AsciiStringMaxLen255'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LifecycleActionToken' => ['shape' => 'LifecycleActionToken'], 'InstanceId' => ['shape' => 'XmlStringMaxLen19']]], 'RefreshInstanceWarmup' => ['type' => 'integer', 'min' => 0], 'RefreshPreferences' => ['type' => 'structure', 'members' => ['MinHealthyPercentage' => ['shape' => 'IntPercent'], 'InstanceWarmup' => ['shape' => 'RefreshInstanceWarmup']]], 'RefreshStrategy' => ['type' => 'string', 'enum' => ['Rolling']], 'ResourceContentionFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ResourceContention', 'httpStatusCode' => 500, 'senderFault' => \true], 'exception' => \true], 'ResourceInUseFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ResourceInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'ScalingActivityInProgressFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ScalingActivityInProgress', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScalingActivityStatusCode' => ['type' => 'string', 'enum' => ['PendingSpotBidPlacement', 'WaitingForSpotInstanceRequestId', 'WaitingForSpotInstanceId', 'WaitingForInstanceId', 'PreInService', 'InProgress', 'WaitingForELBConnectionDraining', 'MidLifecycleAction', 'WaitingForInstanceWarmup', 'Successful', 'Failed', 'Cancelled']], 'ScalingPolicies' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingPolicy' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyName' => ['shape' => 'XmlStringMaxLen255'], 'PolicyARN' => ['shape' => 'ResourceName'], 'PolicyType' => ['shape' => 'XmlStringMaxLen64'], 'AdjustmentType' => ['shape' => 'XmlStringMaxLen255'], 'MinAdjustmentStep' => ['shape' => 'MinAdjustmentStep'], 'MinAdjustmentMagnitude' => ['shape' => 'MinAdjustmentMagnitude'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement'], 'Cooldown' => ['shape' => 'Cooldown'], 'StepAdjustments' => ['shape' => 'StepAdjustments'], 'MetricAggregationType' => ['shape' => 'XmlStringMaxLen32'], 'EstimatedInstanceWarmup' => ['shape' => 'EstimatedInstanceWarmup'], 'Alarms' => ['shape' => 'Alarms'], 'TargetTrackingConfiguration' => ['shape' => 'TargetTrackingConfiguration'], 'Enabled' => ['shape' => 'ScalingPolicyEnabled']]], 'ScalingPolicyEnabled' => ['type' => 'boolean'], 'ScalingProcessQuery' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ScalingProcesses' => ['shape' => 'ProcessNames']]], 'ScheduledActionNames' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'ScheduledActionsType' => ['type' => 'structure', 'members' => ['ScheduledUpdateGroupActions' => ['shape' => 'ScheduledUpdateGroupActions'], 'NextToken' => ['shape' => 'XmlString']]], 'ScheduledUpdateGroupAction' => ['type' => 'structure', 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'ScheduledActionARN' => ['shape' => 'ResourceName'], 'Time' => ['shape' => 'TimestampType'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'ScheduledUpdateGroupActionRequest' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'XmlStringMaxLen255'], 'StartTime' => ['shape' => 'TimestampType'], 'EndTime' => ['shape' => 'TimestampType'], 'Recurrence' => ['shape' => 'XmlStringMaxLen255'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity']]], 'ScheduledUpdateGroupActionRequests' => ['type' => 'list', 'member' => ['shape' => 'ScheduledUpdateGroupActionRequest']], 'ScheduledUpdateGroupActions' => ['type' => 'list', 'member' => ['shape' => 'ScheduledUpdateGroupAction']], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'ServiceLinkedRoleFailure' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'XmlStringMaxLen255']], 'error' => ['code' => 'ServiceLinkedRoleFailure', 'httpStatusCode' => 500, 'senderFault' => \true], 'exception' => \true], 'SetDesiredCapacityType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName', 'DesiredCapacity'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'HonorCooldown' => ['shape' => 'HonorCooldown']]], 'SetInstanceHealthQuery' => ['type' => 'structure', 'required' => ['InstanceId', 'HealthStatus'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'HealthStatus' => ['shape' => 'XmlStringMaxLen32'], 'ShouldRespectGracePeriod' => ['shape' => 'ShouldRespectGracePeriod']]], 'SetInstanceProtectionAnswer' => ['type' => 'structure', 'members' => []], 'SetInstanceProtectionQuery' => ['type' => 'structure', 'required' => ['InstanceIds', 'AutoScalingGroupName', 'ProtectedFromScaleIn'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIds'], 'AutoScalingGroupName' => ['shape' => 'ResourceName'], 'ProtectedFromScaleIn' => ['shape' => 'ProtectedFromScaleIn']]], 'ShouldDecrementDesiredCapacity' => ['type' => 'boolean'], 'ShouldRespectGracePeriod' => ['type' => 'boolean'], 'SpotInstancePools' => ['type' => 'integer'], 'SpotPrice' => ['type' => 'string', 'max' => 255, 'min' => 1], 'StartInstanceRefreshAnswer' => ['type' => 'structure', 'members' => ['InstanceRefreshId' => ['shape' => 'XmlStringMaxLen255']]], 'StartInstanceRefreshType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'XmlStringMaxLen255'], 'Strategy' => ['shape' => 'RefreshStrategy'], 'Preferences' => ['shape' => 'RefreshPreferences']]], 'StepAdjustment' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['MetricIntervalLowerBound' => ['shape' => 'MetricScale'], 'MetricIntervalUpperBound' => ['shape' => 'MetricScale'], 'ScalingAdjustment' => ['shape' => 'PolicyIncrement']]], 'StepAdjustments' => ['type' => 'list', 'member' => ['shape' => 'StepAdjustment']], 'SuspendedProcess' => ['type' => 'structure', 'members' => ['ProcessName' => ['shape' => 'XmlStringMaxLen255'], 'SuspensionReason' => ['shape' => 'XmlStringMaxLen255']]], 'SuspendedProcesses' => ['type' => 'list', 'member' => ['shape' => 'SuspendedProcess']], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['ResourceId' => ['shape' => 'XmlString'], 'ResourceType' => ['shape' => 'XmlString'], 'Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue'], 'PropagateAtLaunch' => ['shape' => 'PropagateAtLaunch']]], 'TagDescription' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'XmlString'], 'ResourceType' => ['shape' => 'XmlString'], 'Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue'], 'PropagateAtLaunch' => ['shape' => 'PropagateAtLaunch']]], 'TagDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'TagDescription']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagsType' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagDescriptionList'], 'NextToken' => ['shape' => 'XmlString']]], 'TargetGroupARNs' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen511']], 'TargetTrackingConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['PredefinedMetricSpecification' => ['shape' => 'PredefinedMetricSpecification'], 'CustomizedMetricSpecification' => ['shape' => 'CustomizedMetricSpecification'], 'TargetValue' => ['shape' => 'MetricScale'], 'DisableScaleIn' => ['shape' => 'DisableScaleIn']]], 'TerminateInstanceInAutoScalingGroupType' => ['type' => 'structure', 'required' => ['InstanceId', 'ShouldDecrementDesiredCapacity'], 'members' => ['InstanceId' => ['shape' => 'XmlStringMaxLen19'], 'ShouldDecrementDesiredCapacity' => ['shape' => 'ShouldDecrementDesiredCapacity']]], 'TerminationPolicies' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen1600']], 'TimestampType' => ['type' => 'timestamp'], 'UpdateAutoScalingGroupType' => ['type' => 'structure', 'required' => ['AutoScalingGroupName'], 'members' => ['AutoScalingGroupName' => ['shape' => 'ResourceName'], 'LaunchConfigurationName' => ['shape' => 'ResourceName'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'MixedInstancesPolicy' => ['shape' => 'MixedInstancesPolicy'], 'MinSize' => ['shape' => 'AutoScalingGroupMinSize'], 'MaxSize' => ['shape' => 'AutoScalingGroupMaxSize'], 'DesiredCapacity' => ['shape' => 'AutoScalingGroupDesiredCapacity'], 'DefaultCooldown' => ['shape' => 'Cooldown'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'HealthCheckType' => ['shape' => 'XmlStringMaxLen32'], 'HealthCheckGracePeriod' => ['shape' => 'HealthCheckGracePeriod'], 'PlacementGroup' => ['shape' => 'XmlStringMaxLen255'], 'VPCZoneIdentifier' => ['shape' => 'XmlStringMaxLen2047'], 'TerminationPolicies' => ['shape' => 'TerminationPolicies'], 'NewInstancesProtectedFromScaleIn' => ['shape' => 'InstanceProtected'], 'ServiceLinkedRoleARN' => ['shape' => 'ResourceName'], 'MaxInstanceLifetime' => ['shape' => 'MaxInstanceLifetime']]], 'Values' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'XmlString' => ['type' => 'string', 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen1023' => ['type' => 'string', 'max' => 1023, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen1600' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen19' => ['type' => 'string', 'max' => 19, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen2047' => ['type' => 'string', 'max' => 2047, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen255' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen32' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen511' => ['type' => 'string', 'max' => 511, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen64' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringUserData' => ['type' => 'string', 'max' => 21847, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*']]]; diff --git a/vendor/Aws3/Aws/data/backup/2018-11-15/api-2.json.php b/vendor/Aws3/Aws/data/backup/2018-11-15/api-2.json.php index 5a7b6c87..e1edbd14 100644 --- a/vendor/Aws3/Aws/data/backup/2018-11-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/backup/2018-11-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-11-15', 'endpointPrefix' => 'backup', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Backup', 'serviceId' => 'Backup', 'signatureVersion' => 'v4', 'uid' => 'backup-2018-11-15'], 'operations' => ['CreateBackupPlan' => ['name' => 'CreateBackupPlan', 'http' => ['method' => 'PUT', 'requestUri' => '/backup/plans/'], 'input' => ['shape' => 'CreateBackupPlanInput'], 'output' => ['shape' => 'CreateBackupPlanOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'CreateBackupSelection' => ['name' => 'CreateBackupSelection', 'http' => ['method' => 'PUT', 'requestUri' => '/backup/plans/{backupPlanId}/selections/'], 'input' => ['shape' => 'CreateBackupSelectionInput'], 'output' => ['shape' => 'CreateBackupSelectionOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'CreateBackupVault' => ['name' => 'CreateBackupVault', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'CreateBackupVaultInput'], 'output' => ['shape' => 'CreateBackupVaultOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException']], 'idempotent' => \true], 'DeleteBackupPlan' => ['name' => 'DeleteBackupPlan', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup/plans/{backupPlanId}'], 'input' => ['shape' => 'DeleteBackupPlanInput'], 'output' => ['shape' => 'DeleteBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'DeleteBackupSelection' => ['name' => 'DeleteBackupSelection', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup/plans/{backupPlanId}/selections/{selectionId}'], 'input' => ['shape' => 'DeleteBackupSelectionInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteBackupVault' => ['name' => 'DeleteBackupVault', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'DeleteBackupVaultInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'DeleteBackupVaultAccessPolicy' => ['name' => 'DeleteBackupVaultAccessPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'DeleteBackupVaultAccessPolicyInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DeleteBackupVaultNotifications' => ['name' => 'DeleteBackupVaultNotifications', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'DeleteBackupVaultNotificationsInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DeleteRecoveryPoint' => ['name' => 'DeleteRecoveryPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'DeleteRecoveryPointInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'DescribeBackupJob' => ['name' => 'DescribeBackupJob', 'http' => ['method' => 'GET', 'requestUri' => '/backup-jobs/{backupJobId}'], 'input' => ['shape' => 'DescribeBackupJobInput'], 'output' => ['shape' => 'DescribeBackupJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DependencyFailureException']], 'idempotent' => \true], 'DescribeBackupVault' => ['name' => 'DescribeBackupVault', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'DescribeBackupVaultInput'], 'output' => ['shape' => 'DescribeBackupVaultOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeCopyJob' => ['name' => 'DescribeCopyJob', 'http' => ['method' => 'GET', 'requestUri' => '/copy-jobs/{copyJobId}'], 'input' => ['shape' => 'DescribeCopyJobInput'], 'output' => ['shape' => 'DescribeCopyJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeProtectedResource' => ['name' => 'DescribeProtectedResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{resourceArn}'], 'input' => ['shape' => 'DescribeProtectedResourceInput'], 'output' => ['shape' => 'DescribeProtectedResourceOutput'], 'errors' => [['shape' => 'MissingParameterValueException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeRecoveryPoint' => ['name' => 'DescribeRecoveryPoint', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'DescribeRecoveryPointInput'], 'output' => ['shape' => 'DescribeRecoveryPointOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeRestoreJob' => ['name' => 'DescribeRestoreJob', 'http' => ['method' => 'GET', 'requestUri' => '/restore-jobs/{restoreJobId}'], 'input' => ['shape' => 'DescribeRestoreJobInput'], 'output' => ['shape' => 'DescribeRestoreJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DependencyFailureException']], 'idempotent' => \true], 'ExportBackupPlanTemplate' => ['name' => 'ExportBackupPlanTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/toTemplate/'], 'input' => ['shape' => 'ExportBackupPlanTemplateInput'], 'output' => ['shape' => 'ExportBackupPlanTemplateOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetBackupPlan' => ['name' => 'GetBackupPlan', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/'], 'input' => ['shape' => 'GetBackupPlanInput'], 'output' => ['shape' => 'GetBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupPlanFromJSON' => ['name' => 'GetBackupPlanFromJSON', 'http' => ['method' => 'POST', 'requestUri' => '/backup/template/json/toPlan'], 'input' => ['shape' => 'GetBackupPlanFromJSONInput'], 'output' => ['shape' => 'GetBackupPlanFromJSONOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'GetBackupPlanFromTemplate' => ['name' => 'GetBackupPlanFromTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/backup/template/plans/{templateId}/toPlan'], 'input' => ['shape' => 'GetBackupPlanFromTemplateInput'], 'output' => ['shape' => 'GetBackupPlanFromTemplateOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetBackupSelection' => ['name' => 'GetBackupSelection', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/selections/{selectionId}'], 'input' => ['shape' => 'GetBackupSelectionInput'], 'output' => ['shape' => 'GetBackupSelectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupVaultAccessPolicy' => ['name' => 'GetBackupVaultAccessPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'GetBackupVaultAccessPolicyInput'], 'output' => ['shape' => 'GetBackupVaultAccessPolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupVaultNotifications' => ['name' => 'GetBackupVaultNotifications', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'GetBackupVaultNotificationsInput'], 'output' => ['shape' => 'GetBackupVaultNotificationsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetRecoveryPointRestoreMetadata' => ['name' => 'GetRecoveryPointRestoreMetadata', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}/restore-metadata'], 'input' => ['shape' => 'GetRecoveryPointRestoreMetadataInput'], 'output' => ['shape' => 'GetRecoveryPointRestoreMetadataOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetSupportedResourceTypes' => ['name' => 'GetSupportedResourceTypes', 'http' => ['method' => 'GET', 'requestUri' => '/supported-resource-types'], 'output' => ['shape' => 'GetSupportedResourceTypesOutput'], 'errors' => [['shape' => 'ServiceUnavailableException']]], 'ListBackupJobs' => ['name' => 'ListBackupJobs', 'http' => ['method' => 'GET', 'requestUri' => '/backup-jobs/'], 'input' => ['shape' => 'ListBackupJobsInput'], 'output' => ['shape' => 'ListBackupJobsOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupPlanTemplates' => ['name' => 'ListBackupPlanTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/backup/template/plans'], 'input' => ['shape' => 'ListBackupPlanTemplatesInput'], 'output' => ['shape' => 'ListBackupPlanTemplatesOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ListBackupPlanVersions' => ['name' => 'ListBackupPlanVersions', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/versions/'], 'input' => ['shape' => 'ListBackupPlanVersionsInput'], 'output' => ['shape' => 'ListBackupPlanVersionsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupPlans' => ['name' => 'ListBackupPlans', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/'], 'input' => ['shape' => 'ListBackupPlansInput'], 'output' => ['shape' => 'ListBackupPlansOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupSelections' => ['name' => 'ListBackupSelections', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/selections/'], 'input' => ['shape' => 'ListBackupSelectionsInput'], 'output' => ['shape' => 'ListBackupSelectionsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupVaults' => ['name' => 'ListBackupVaults', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/'], 'input' => ['shape' => 'ListBackupVaultsInput'], 'output' => ['shape' => 'ListBackupVaultsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListCopyJobs' => ['name' => 'ListCopyJobs', 'http' => ['method' => 'GET', 'requestUri' => '/copy-jobs/'], 'input' => ['shape' => 'ListCopyJobsInput'], 'output' => ['shape' => 'ListCopyJobsOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException']]], 'ListProtectedResources' => ['name' => 'ListProtectedResources', 'http' => ['method' => 'GET', 'requestUri' => '/resources/'], 'input' => ['shape' => 'ListProtectedResourcesInput'], 'output' => ['shape' => 'ListProtectedResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRecoveryPointsByBackupVault' => ['name' => 'ListRecoveryPointsByBackupVault', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/'], 'input' => ['shape' => 'ListRecoveryPointsByBackupVaultInput'], 'output' => ['shape' => 'ListRecoveryPointsByBackupVaultOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRecoveryPointsByResource' => ['name' => 'ListRecoveryPointsByResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{resourceArn}/recovery-points/'], 'input' => ['shape' => 'ListRecoveryPointsByResourceInput'], 'output' => ['shape' => 'ListRecoveryPointsByResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRestoreJobs' => ['name' => 'ListRestoreJobs', 'http' => ['method' => 'GET', 'requestUri' => '/restore-jobs/'], 'input' => ['shape' => 'ListRestoreJobsInput'], 'output' => ['shape' => 'ListRestoreJobsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}/'], 'input' => ['shape' => 'ListTagsInput'], 'output' => ['shape' => 'ListTagsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'PutBackupVaultAccessPolicy' => ['name' => 'PutBackupVaultAccessPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'PutBackupVaultAccessPolicyInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'PutBackupVaultNotifications' => ['name' => 'PutBackupVaultNotifications', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'PutBackupVaultNotificationsInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'StartBackupJob' => ['name' => 'StartBackupJob', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-jobs'], 'input' => ['shape' => 'StartBackupJobInput'], 'output' => ['shape' => 'StartBackupJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'StartCopyJob' => ['name' => 'StartCopyJob', 'http' => ['method' => 'PUT', 'requestUri' => '/copy-jobs'], 'input' => ['shape' => 'StartCopyJobInput'], 'output' => ['shape' => 'StartCopyJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'StartRestoreJob' => ['name' => 'StartRestoreJob', 'http' => ['method' => 'PUT', 'requestUri' => '/restore-jobs'], 'input' => ['shape' => 'StartRestoreJobInput'], 'output' => ['shape' => 'StartRestoreJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'StopBackupJob' => ['name' => 'StopBackupJob', 'http' => ['method' => 'POST', 'requestUri' => '/backup-jobs/{backupJobId}'], 'input' => ['shape' => 'StopBackupJobInput'], 'errors' => [['shape' => 'MissingParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untag/{resourceArn}'], 'input' => ['shape' => 'UntagResourceInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'UpdateBackupPlan' => ['name' => 'UpdateBackupPlan', 'http' => ['method' => 'POST', 'requestUri' => '/backup/plans/{backupPlanId}'], 'input' => ['shape' => 'UpdateBackupPlanInput'], 'output' => ['shape' => 'UpdateBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'UpdateRecoveryPointLifecycle' => ['name' => 'UpdateRecoveryPointLifecycle', 'http' => ['method' => 'POST', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'UpdateRecoveryPointLifecycleInput'], 'output' => ['shape' => 'UpdateRecoveryPointLifecycleOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true]], 'shapes' => ['ARN' => ['type' => 'string'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'CreatorRequestId' => ['shape' => 'string'], 'Arn' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'BackupJob' => ['type' => 'structure', 'members' => ['BackupJobId' => ['shape' => 'string'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'BackupJobState'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ExpectedCompletionDate' => ['shape' => 'timestamp'], 'StartBy' => ['shape' => 'timestamp'], 'ResourceType' => ['shape' => 'ResourceType'], 'BytesTransferred' => ['shape' => 'Long']]], 'BackupJobState' => ['type' => 'string', 'enum' => ['CREATED', 'PENDING', 'RUNNING', 'ABORTING', 'ABORTED', 'COMPLETED', 'FAILED', 'EXPIRED']], 'BackupJobsList' => ['type' => 'list', 'member' => ['shape' => 'BackupJob']], 'BackupPlan' => ['type' => 'structure', 'required' => ['BackupPlanName', 'Rules'], 'members' => ['BackupPlanName' => ['shape' => 'BackupPlanName'], 'Rules' => ['shape' => 'BackupRules']]], 'BackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanName', 'Rules'], 'members' => ['BackupPlanName' => ['shape' => 'BackupPlanName'], 'Rules' => ['shape' => 'BackupRulesInput']]], 'BackupPlanName' => ['type' => 'string'], 'BackupPlanTemplatesList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlanTemplatesListMember']], 'BackupPlanTemplatesListMember' => ['type' => 'structure', 'members' => ['BackupPlanTemplateId' => ['shape' => 'string'], 'BackupPlanTemplateName' => ['shape' => 'string']]], 'BackupPlanVersionsList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlansListMember']], 'BackupPlansList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlansListMember']], 'BackupPlansListMember' => ['type' => 'structure', 'members' => ['BackupPlanArn' => ['shape' => 'ARN'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'DeletionDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string'], 'BackupPlanName' => ['shape' => 'BackupPlanName'], 'CreatorRequestId' => ['shape' => 'string'], 'LastExecutionDate' => ['shape' => 'timestamp']]], 'BackupRule' => ['type' => 'structure', 'required' => ['RuleName', 'TargetBackupVaultName'], 'members' => ['RuleName' => ['shape' => 'BackupRuleName'], 'TargetBackupVaultName' => ['shape' => 'BackupVaultName'], 'ScheduleExpression' => ['shape' => 'CronExpression'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompletionWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags'], 'RuleId' => ['shape' => 'string'], 'CopyActions' => ['shape' => 'CopyActions']]], 'BackupRuleInput' => ['type' => 'structure', 'required' => ['RuleName', 'TargetBackupVaultName'], 'members' => ['RuleName' => ['shape' => 'BackupRuleName'], 'TargetBackupVaultName' => ['shape' => 'BackupVaultName'], 'ScheduleExpression' => ['shape' => 'CronExpression'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompletionWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags'], 'CopyActions' => ['shape' => 'CopyActions']]], 'BackupRuleName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'BackupRules' => ['type' => 'list', 'member' => ['shape' => 'BackupRule']], 'BackupRulesInput' => ['type' => 'list', 'member' => ['shape' => 'BackupRuleInput']], 'BackupSelection' => ['type' => 'structure', 'required' => ['SelectionName', 'IamRoleArn'], 'members' => ['SelectionName' => ['shape' => 'BackupSelectionName'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Resources' => ['shape' => 'ResourceArns'], 'ListOfTags' => ['shape' => 'ListOfTags']]], 'BackupSelectionName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'BackupSelectionsList' => ['type' => 'list', 'member' => ['shape' => 'BackupSelectionsListMember']], 'BackupSelectionsListMember' => ['type' => 'structure', 'members' => ['SelectionId' => ['shape' => 'string'], 'SelectionName' => ['shape' => 'BackupSelectionName'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string'], 'IamRoleArn' => ['shape' => 'IAMRoleArn']]], 'BackupVaultEvent' => ['type' => 'string', 'enum' => ['BACKUP_JOB_STARTED', 'BACKUP_JOB_COMPLETED', 'BACKUP_JOB_SUCCESSFUL', 'BACKUP_JOB_FAILED', 'BACKUP_JOB_EXPIRED', 'RESTORE_JOB_STARTED', 'RESTORE_JOB_COMPLETED', 'RESTORE_JOB_SUCCESSFUL', 'RESTORE_JOB_FAILED', 'COPY_JOB_STARTED', 'COPY_JOB_SUCCESSFUL', 'COPY_JOB_FAILED', 'RECOVERY_POINT_MODIFIED', 'BACKUP_PLAN_CREATED', 'BACKUP_PLAN_MODIFIED']], 'BackupVaultEvents' => ['type' => 'list', 'member' => ['shape' => 'BackupVaultEvent']], 'BackupVaultList' => ['type' => 'list', 'member' => ['shape' => 'BackupVaultListMember']], 'BackupVaultListMember' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreatorRequestId' => ['shape' => 'string'], 'NumberOfRecoveryPoints' => ['shape' => 'long']]], 'BackupVaultName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'Boolean' => ['type' => 'boolean'], 'CalculatedLifecycle' => ['type' => 'structure', 'members' => ['MoveToColdStorageAt' => ['shape' => 'timestamp'], 'DeleteAt' => ['shape' => 'timestamp']]], 'Condition' => ['type' => 'structure', 'required' => ['ConditionType', 'ConditionKey', 'ConditionValue'], 'members' => ['ConditionType' => ['shape' => 'ConditionType'], 'ConditionKey' => ['shape' => 'ConditionKey'], 'ConditionValue' => ['shape' => 'ConditionValue']]], 'ConditionKey' => ['type' => 'string'], 'ConditionType' => ['type' => 'string', 'enum' => ['STRINGEQUALS']], 'ConditionValue' => ['type' => 'string'], 'CopyAction' => ['type' => 'structure', 'required' => ['DestinationBackupVaultArn'], 'members' => ['Lifecycle' => ['shape' => 'Lifecycle'], 'DestinationBackupVaultArn' => ['shape' => 'ARN']]], 'CopyActions' => ['type' => 'list', 'member' => ['shape' => 'CopyAction']], 'CopyJob' => ['type' => 'structure', 'members' => ['CopyJobId' => ['shape' => 'string'], 'SourceBackupVaultArn' => ['shape' => 'ARN'], 'SourceRecoveryPointArn' => ['shape' => 'ARN'], 'DestinationBackupVaultArn' => ['shape' => 'ARN'], 'DestinationRecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'CopyJobState'], 'StatusMessage' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ResourceType' => ['shape' => 'ResourceType']]], 'CopyJobState' => ['type' => 'string', 'enum' => ['CREATED', 'RUNNING', 'COMPLETED', 'FAILED']], 'CopyJobsList' => ['type' => 'list', 'member' => ['shape' => 'CopyJob']], 'CreateBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlan'], 'members' => ['BackupPlan' => ['shape' => 'BackupPlanInput'], 'BackupPlanTags' => ['shape' => 'Tags'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'CreateBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'BackupSelection'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'BackupSelection' => ['shape' => 'BackupSelection'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupSelectionOutput' => ['type' => 'structure', 'members' => ['SelectionId' => ['shape' => 'string'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp']]], 'CreateBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'BackupVaultTags' => ['shape' => 'Tags'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupVaultOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp']]], 'CronExpression' => ['type' => 'string'], 'DeleteBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId']]], 'DeleteBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'DeletionDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'DeleteBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'SelectionId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'SelectionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'selectionId']]], 'DeleteBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteRecoveryPointInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'DependencyFailureException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'DescribeBackupJobInput' => ['type' => 'structure', 'required' => ['BackupJobId'], 'members' => ['BackupJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupJobId']]], 'DescribeBackupJobOutput' => ['type' => 'structure', 'members' => ['BackupJobId' => ['shape' => 'string'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'BackupJobState'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ResourceType' => ['shape' => 'ResourceType'], 'BytesTransferred' => ['shape' => 'Long'], 'ExpectedCompletionDate' => ['shape' => 'timestamp'], 'StartBy' => ['shape' => 'timestamp']]], 'DescribeBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DescribeBackupVaultOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'string'], 'BackupVaultArn' => ['shape' => 'ARN'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string'], 'NumberOfRecoveryPoints' => ['shape' => 'long']]], 'DescribeCopyJobInput' => ['type' => 'structure', 'required' => ['CopyJobId'], 'members' => ['CopyJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'copyJobId']]], 'DescribeCopyJobOutput' => ['type' => 'structure', 'members' => ['CopyJob' => ['shape' => 'CopyJob']]], 'DescribeProtectedResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'DescribeProtectedResourceOutput' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastBackupTime' => ['shape' => 'timestamp']]], 'DescribeRecoveryPointInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'DescribeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'IsEncrypted' => ['shape' => 'boolean'], 'StorageClass' => ['shape' => 'StorageClass'], 'LastRestoreTime' => ['shape' => 'timestamp']]], 'DescribeRestoreJobInput' => ['type' => 'structure', 'required' => ['RestoreJobId'], 'members' => ['RestoreJobId' => ['shape' => 'RestoreJobId', 'location' => 'uri', 'locationName' => 'restoreJobId']]], 'DescribeRestoreJobOutput' => ['type' => 'structure', 'members' => ['RestoreJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RestoreJobStatus'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'ExpectedCompletionTimeMinutes' => ['shape' => 'Long'], 'CreatedResourceArn' => ['shape' => 'ARN']]], 'ExportBackupPlanTemplateInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId']]], 'ExportBackupPlanTemplateOutput' => ['type' => 'structure', 'members' => ['BackupPlanTemplateJson' => ['shape' => 'string']]], 'GetBackupPlanFromJSONInput' => ['type' => 'structure', 'required' => ['BackupPlanTemplateJson'], 'members' => ['BackupPlanTemplateJson' => ['shape' => 'string']]], 'GetBackupPlanFromJSONOutput' => ['type' => 'structure', 'members' => ['BackupPlan' => ['shape' => 'BackupPlan']]], 'GetBackupPlanFromTemplateInput' => ['type' => 'structure', 'required' => ['BackupPlanTemplateId'], 'members' => ['BackupPlanTemplateId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'templateId']]], 'GetBackupPlanFromTemplateOutput' => ['type' => 'structure', 'members' => ['BackupPlanDocument' => ['shape' => 'BackupPlan']]], 'GetBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'VersionId' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'versionId']]], 'GetBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlan' => ['shape' => 'BackupPlan'], 'BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'VersionId' => ['shape' => 'string'], 'CreatorRequestId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'DeletionDate' => ['shape' => 'timestamp'], 'LastExecutionDate' => ['shape' => 'timestamp']]], 'GetBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'SelectionId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'SelectionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'selectionId']]], 'GetBackupSelectionOutput' => ['type' => 'structure', 'members' => ['BackupSelection' => ['shape' => 'BackupSelection'], 'SelectionId' => ['shape' => 'string'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string']]], 'GetBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'GetBackupVaultAccessPolicyOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'Policy' => ['shape' => 'IAMPolicy']]], 'GetBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'GetBackupVaultNotificationsOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'SNSTopicArn' => ['shape' => 'ARN'], 'BackupVaultEvents' => ['shape' => 'BackupVaultEvents']]], 'GetRecoveryPointRestoreMetadataInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'GetRecoveryPointRestoreMetadataOutput' => ['type' => 'structure', 'members' => ['BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'RestoreMetadata' => ['shape' => 'Metadata']]], 'GetSupportedResourceTypesOutput' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'ResourceTypes']]], 'IAMPolicy' => ['type' => 'string'], 'IAMRoleArn' => ['type' => 'string'], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'Lifecycle' => ['type' => 'structure', 'members' => ['MoveToColdStorageAfterDays' => ['shape' => 'Long'], 'DeleteAfterDays' => ['shape' => 'Long']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ListBackupJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByState' => ['shape' => 'BackupJobState', 'location' => 'querystring', 'locationName' => 'state'], 'ByBackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'querystring', 'locationName' => 'backupVaultName'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType']]], 'ListBackupJobsOutput' => ['type' => 'structure', 'members' => ['BackupJobs' => ['shape' => 'BackupJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListBackupPlanTemplatesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupPlanTemplatesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlanTemplatesList' => ['shape' => 'BackupPlanTemplatesList']]], 'ListBackupPlanVersionsInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupPlanVersionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlanVersionsList' => ['shape' => 'BackupPlanVersionsList']]], 'ListBackupPlansInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'IncludeDeleted' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'includeDeleted']]], 'ListBackupPlansOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlansList' => ['shape' => 'BackupPlansList']]], 'ListBackupSelectionsInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupSelectionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupSelectionsList' => ['shape' => 'BackupSelectionsList']]], 'ListBackupVaultsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupVaultsOutput' => ['type' => 'structure', 'members' => ['BackupVaultList' => ['shape' => 'BackupVaultList'], 'NextToken' => ['shape' => 'string']]], 'ListCopyJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByState' => ['shape' => 'CopyJobState', 'location' => 'querystring', 'locationName' => 'state'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'ByDestinationVaultArn' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'destinationVaultArn']]], 'ListCopyJobsOutput' => ['type' => 'structure', 'members' => ['CopyJobs' => ['shape' => 'CopyJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListOfTags' => ['type' => 'list', 'member' => ['shape' => 'Condition']], 'ListProtectedResourcesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListProtectedResourcesOutput' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'ProtectedResourcesList'], 'NextToken' => ['shape' => 'string']]], 'ListRecoveryPointsByBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'ByBackupPlanId' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'backupPlanId'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter']]], 'ListRecoveryPointsByBackupVaultOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'RecoveryPoints' => ['shape' => 'RecoveryPointByBackupVaultList']]], 'ListRecoveryPointsByResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListRecoveryPointsByResourceOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'RecoveryPoints' => ['shape' => 'RecoveryPointByResourceList']]], 'ListRestoreJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListRestoreJobsOutput' => ['type' => 'structure', 'members' => ['RestoreJobs' => ['shape' => 'RestoreJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTagsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'Tags' => ['shape' => 'Tags']]], 'Long' => ['type' => 'long'], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Metadata' => ['type' => 'map', 'key' => ['shape' => 'MetadataKey'], 'value' => ['shape' => 'MetadataValue'], 'sensitive' => \true], 'MetadataKey' => ['type' => 'string'], 'MetadataValue' => ['type' => 'string'], 'MissingParameterValueException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ProtectedResource' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastBackupTime' => ['shape' => 'timestamp']]], 'ProtectedResourcesList' => ['type' => 'list', 'member' => ['shape' => 'ProtectedResource']], 'PutBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'Policy' => ['shape' => 'IAMPolicy']]], 'PutBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'SNSTopicArn', 'BackupVaultEvents'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'SNSTopicArn' => ['shape' => 'ARN'], 'BackupVaultEvents' => ['shape' => 'BackupVaultEvents']]], 'RecoveryPointByBackupVault' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'IsEncrypted' => ['shape' => 'boolean'], 'LastRestoreTime' => ['shape' => 'timestamp']]], 'RecoveryPointByBackupVaultList' => ['type' => 'list', 'member' => ['shape' => 'RecoveryPointByBackupVault']], 'RecoveryPointByResource' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'BackupSizeBytes' => ['shape' => 'Long'], 'BackupVaultName' => ['shape' => 'BackupVaultName']]], 'RecoveryPointByResourceList' => ['type' => 'list', 'member' => ['shape' => 'RecoveryPointByResource']], 'RecoveryPointCreator' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'BackupPlanVersion' => ['shape' => 'string'], 'BackupRuleId' => ['shape' => 'string']]], 'RecoveryPointStatus' => ['type' => 'string', 'enum' => ['COMPLETED', 'PARTIAL', 'DELETING', 'EXPIRED']], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ARN']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'RestoreJobId' => ['type' => 'string'], 'RestoreJobStatus' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'COMPLETED', 'ABORTED', 'FAILED']], 'RestoreJobsList' => ['type' => 'list', 'member' => ['shape' => 'RestoreJobsListMember']], 'RestoreJobsListMember' => ['type' => 'structure', 'members' => ['RestoreJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RestoreJobStatus'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'ExpectedCompletionTimeMinutes' => ['shape' => 'Long'], 'CreatedResourceArn' => ['shape' => 'ARN']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'StartBackupJobInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'ResourceArn', 'IamRoleArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'ResourceArn' => ['shape' => 'ARN'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompleteWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags']]], 'StartBackupJobOutput' => ['type' => 'structure', 'members' => ['BackupJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp']]], 'StartCopyJobInput' => ['type' => 'structure', 'required' => ['RecoveryPointArn', 'SourceBackupVaultName', 'DestinationBackupVaultArn', 'IamRoleArn'], 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'SourceBackupVaultName' => ['shape' => 'BackupVaultName'], 'DestinationBackupVaultArn' => ['shape' => 'ARN'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'Lifecycle' => ['shape' => 'Lifecycle']]], 'StartCopyJobOutput' => ['type' => 'structure', 'members' => ['CopyJobId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp']]], 'StartRestoreJobInput' => ['type' => 'structure', 'required' => ['RecoveryPointArn', 'Metadata', 'IamRoleArn'], 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'Metadata' => ['shape' => 'Metadata'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'ResourceType' => ['shape' => 'ResourceType']]], 'StartRestoreJobOutput' => ['type' => 'structure', 'members' => ['RestoreJobId' => ['shape' => 'RestoreJobId']]], 'StopBackupJobInput' => ['type' => 'structure', 'required' => ['BackupJobId'], 'members' => ['BackupJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupJobId']]], 'StorageClass' => ['type' => 'string', 'enum' => ['WARM', 'COLD', 'DELETED']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'string'], 'sensitive' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'sensitive' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeyList'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UpdateBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'BackupPlan'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'BackupPlan' => ['shape' => 'BackupPlanInput']]], 'UpdateBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'UpdateRecoveryPointLifecycleInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn'], 'Lifecycle' => ['shape' => 'Lifecycle']]], 'UpdateRecoveryPointLifecycleOutput' => ['type' => 'structure', 'members' => ['BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle']]], 'WindowMinutes' => ['type' => 'long'], 'boolean' => ['type' => 'boolean'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-11-15', 'endpointPrefix' => 'backup', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Backup', 'serviceId' => 'Backup', 'signatureVersion' => 'v4', 'uid' => 'backup-2018-11-15'], 'operations' => ['CreateBackupPlan' => ['name' => 'CreateBackupPlan', 'http' => ['method' => 'PUT', 'requestUri' => '/backup/plans/'], 'input' => ['shape' => 'CreateBackupPlanInput'], 'output' => ['shape' => 'CreateBackupPlanOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'CreateBackupSelection' => ['name' => 'CreateBackupSelection', 'http' => ['method' => 'PUT', 'requestUri' => '/backup/plans/{backupPlanId}/selections/'], 'input' => ['shape' => 'CreateBackupSelectionInput'], 'output' => ['shape' => 'CreateBackupSelectionOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'CreateBackupVault' => ['name' => 'CreateBackupVault', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'CreateBackupVaultInput'], 'output' => ['shape' => 'CreateBackupVaultOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException']], 'idempotent' => \true], 'DeleteBackupPlan' => ['name' => 'DeleteBackupPlan', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup/plans/{backupPlanId}'], 'input' => ['shape' => 'DeleteBackupPlanInput'], 'output' => ['shape' => 'DeleteBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'DeleteBackupSelection' => ['name' => 'DeleteBackupSelection', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup/plans/{backupPlanId}/selections/{selectionId}'], 'input' => ['shape' => 'DeleteBackupSelectionInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteBackupVault' => ['name' => 'DeleteBackupVault', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'DeleteBackupVaultInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'DeleteBackupVaultAccessPolicy' => ['name' => 'DeleteBackupVaultAccessPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'DeleteBackupVaultAccessPolicyInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DeleteBackupVaultNotifications' => ['name' => 'DeleteBackupVaultNotifications', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'DeleteBackupVaultNotificationsInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DeleteRecoveryPoint' => ['name' => 'DeleteRecoveryPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'DeleteRecoveryPointInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']], 'idempotent' => \true], 'DescribeBackupJob' => ['name' => 'DescribeBackupJob', 'http' => ['method' => 'GET', 'requestUri' => '/backup-jobs/{backupJobId}'], 'input' => ['shape' => 'DescribeBackupJobInput'], 'output' => ['shape' => 'DescribeBackupJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DependencyFailureException']], 'idempotent' => \true], 'DescribeBackupVault' => ['name' => 'DescribeBackupVault', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}'], 'input' => ['shape' => 'DescribeBackupVaultInput'], 'output' => ['shape' => 'DescribeBackupVaultOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeCopyJob' => ['name' => 'DescribeCopyJob', 'http' => ['method' => 'GET', 'requestUri' => '/copy-jobs/{copyJobId}'], 'input' => ['shape' => 'DescribeCopyJobInput'], 'output' => ['shape' => 'DescribeCopyJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeProtectedResource' => ['name' => 'DescribeProtectedResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{resourceArn}'], 'input' => ['shape' => 'DescribeProtectedResourceInput'], 'output' => ['shape' => 'DescribeProtectedResourceOutput'], 'errors' => [['shape' => 'MissingParameterValueException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeRecoveryPoint' => ['name' => 'DescribeRecoveryPoint', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'DescribeRecoveryPointInput'], 'output' => ['shape' => 'DescribeRecoveryPointOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'DescribeRegionSettings' => ['name' => 'DescribeRegionSettings', 'http' => ['method' => 'GET', 'requestUri' => '/account-settings'], 'input' => ['shape' => 'DescribeRegionSettingsInput'], 'output' => ['shape' => 'DescribeRegionSettingsOutput'], 'errors' => [['shape' => 'ServiceUnavailableException']]], 'DescribeRestoreJob' => ['name' => 'DescribeRestoreJob', 'http' => ['method' => 'GET', 'requestUri' => '/restore-jobs/{restoreJobId}'], 'input' => ['shape' => 'DescribeRestoreJobInput'], 'output' => ['shape' => 'DescribeRestoreJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DependencyFailureException']], 'idempotent' => \true], 'ExportBackupPlanTemplate' => ['name' => 'ExportBackupPlanTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/toTemplate/'], 'input' => ['shape' => 'ExportBackupPlanTemplateInput'], 'output' => ['shape' => 'ExportBackupPlanTemplateOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetBackupPlan' => ['name' => 'GetBackupPlan', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/'], 'input' => ['shape' => 'GetBackupPlanInput'], 'output' => ['shape' => 'GetBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupPlanFromJSON' => ['name' => 'GetBackupPlanFromJSON', 'http' => ['method' => 'POST', 'requestUri' => '/backup/template/json/toPlan'], 'input' => ['shape' => 'GetBackupPlanFromJSONInput'], 'output' => ['shape' => 'GetBackupPlanFromJSONOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException']]], 'GetBackupPlanFromTemplate' => ['name' => 'GetBackupPlanFromTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/backup/template/plans/{templateId}/toPlan'], 'input' => ['shape' => 'GetBackupPlanFromTemplateInput'], 'output' => ['shape' => 'GetBackupPlanFromTemplateOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetBackupSelection' => ['name' => 'GetBackupSelection', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/selections/{selectionId}'], 'input' => ['shape' => 'GetBackupSelectionInput'], 'output' => ['shape' => 'GetBackupSelectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupVaultAccessPolicy' => ['name' => 'GetBackupVaultAccessPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'GetBackupVaultAccessPolicyInput'], 'output' => ['shape' => 'GetBackupVaultAccessPolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetBackupVaultNotifications' => ['name' => 'GetBackupVaultNotifications', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'GetBackupVaultNotificationsInput'], 'output' => ['shape' => 'GetBackupVaultNotificationsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetRecoveryPointRestoreMetadata' => ['name' => 'GetRecoveryPointRestoreMetadata', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}/restore-metadata'], 'input' => ['shape' => 'GetRecoveryPointRestoreMetadataInput'], 'output' => ['shape' => 'GetRecoveryPointRestoreMetadataOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'GetSupportedResourceTypes' => ['name' => 'GetSupportedResourceTypes', 'http' => ['method' => 'GET', 'requestUri' => '/supported-resource-types'], 'output' => ['shape' => 'GetSupportedResourceTypesOutput'], 'errors' => [['shape' => 'ServiceUnavailableException']]], 'ListBackupJobs' => ['name' => 'ListBackupJobs', 'http' => ['method' => 'GET', 'requestUri' => '/backup-jobs/'], 'input' => ['shape' => 'ListBackupJobsInput'], 'output' => ['shape' => 'ListBackupJobsOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupPlanTemplates' => ['name' => 'ListBackupPlanTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/backup/template/plans'], 'input' => ['shape' => 'ListBackupPlanTemplatesInput'], 'output' => ['shape' => 'ListBackupPlanTemplatesOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ListBackupPlanVersions' => ['name' => 'ListBackupPlanVersions', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/versions/'], 'input' => ['shape' => 'ListBackupPlanVersionsInput'], 'output' => ['shape' => 'ListBackupPlanVersionsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupPlans' => ['name' => 'ListBackupPlans', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/'], 'input' => ['shape' => 'ListBackupPlansInput'], 'output' => ['shape' => 'ListBackupPlansOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupSelections' => ['name' => 'ListBackupSelections', 'http' => ['method' => 'GET', 'requestUri' => '/backup/plans/{backupPlanId}/selections/'], 'input' => ['shape' => 'ListBackupSelectionsInput'], 'output' => ['shape' => 'ListBackupSelectionsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListBackupVaults' => ['name' => 'ListBackupVaults', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/'], 'input' => ['shape' => 'ListBackupVaultsInput'], 'output' => ['shape' => 'ListBackupVaultsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListCopyJobs' => ['name' => 'ListCopyJobs', 'http' => ['method' => 'GET', 'requestUri' => '/copy-jobs/'], 'input' => ['shape' => 'ListCopyJobsInput'], 'output' => ['shape' => 'ListCopyJobsOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException']]], 'ListProtectedResources' => ['name' => 'ListProtectedResources', 'http' => ['method' => 'GET', 'requestUri' => '/resources/'], 'input' => ['shape' => 'ListProtectedResourcesInput'], 'output' => ['shape' => 'ListProtectedResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRecoveryPointsByBackupVault' => ['name' => 'ListRecoveryPointsByBackupVault', 'http' => ['method' => 'GET', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/'], 'input' => ['shape' => 'ListRecoveryPointsByBackupVaultInput'], 'output' => ['shape' => 'ListRecoveryPointsByBackupVaultOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRecoveryPointsByResource' => ['name' => 'ListRecoveryPointsByResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{resourceArn}/recovery-points/'], 'input' => ['shape' => 'ListRecoveryPointsByResourceInput'], 'output' => ['shape' => 'ListRecoveryPointsByResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListRestoreJobs' => ['name' => 'ListRestoreJobs', 'http' => ['method' => 'GET', 'requestUri' => '/restore-jobs/'], 'input' => ['shape' => 'ListRestoreJobsInput'], 'output' => ['shape' => 'ListRestoreJobsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}/'], 'input' => ['shape' => 'ListTagsInput'], 'output' => ['shape' => 'ListTagsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'PutBackupVaultAccessPolicy' => ['name' => 'PutBackupVaultAccessPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}/access-policy'], 'input' => ['shape' => 'PutBackupVaultAccessPolicyInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'PutBackupVaultNotifications' => ['name' => 'PutBackupVaultNotifications', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-vaults/{backupVaultName}/notification-configuration'], 'input' => ['shape' => 'PutBackupVaultNotificationsInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'StartBackupJob' => ['name' => 'StartBackupJob', 'http' => ['method' => 'PUT', 'requestUri' => '/backup-jobs'], 'input' => ['shape' => 'StartBackupJobInput'], 'output' => ['shape' => 'StartBackupJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'StartCopyJob' => ['name' => 'StartCopyJob', 'http' => ['method' => 'PUT', 'requestUri' => '/copy-jobs'], 'input' => ['shape' => 'StartCopyJobInput'], 'output' => ['shape' => 'StartCopyJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'StartRestoreJob' => ['name' => 'StartRestoreJob', 'http' => ['method' => 'PUT', 'requestUri' => '/restore-jobs'], 'input' => ['shape' => 'StartRestoreJobInput'], 'output' => ['shape' => 'StartRestoreJobOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'StopBackupJob' => ['name' => 'StopBackupJob', 'http' => ['method' => 'POST', 'requestUri' => '/backup-jobs/{backupJobId}'], 'input' => ['shape' => 'StopBackupJobInput'], 'errors' => [['shape' => 'MissingParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untag/{resourceArn}'], 'input' => ['shape' => 'UntagResourceInput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'UpdateBackupPlan' => ['name' => 'UpdateBackupPlan', 'http' => ['method' => 'POST', 'requestUri' => '/backup/plans/{backupPlanId}'], 'input' => ['shape' => 'UpdateBackupPlanInput'], 'output' => ['shape' => 'UpdateBackupPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'UpdateRecoveryPointLifecycle' => ['name' => 'UpdateRecoveryPointLifecycle', 'http' => ['method' => 'POST', 'requestUri' => '/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}'], 'input' => ['shape' => 'UpdateRecoveryPointLifecycleInput'], 'output' => ['shape' => 'UpdateRecoveryPointLifecycleOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'ServiceUnavailableException']], 'idempotent' => \true], 'UpdateRegionSettings' => ['name' => 'UpdateRegionSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/account-settings'], 'input' => ['shape' => 'UpdateRegionSettingsInput'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'MissingParameterValueException'], ['shape' => 'InvalidParameterValueException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AccountId' => ['type' => 'string', 'pattern' => '^[0-9]{12}$'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'CreatorRequestId' => ['shape' => 'string'], 'Arn' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'BackupJob' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'BackupJobId' => ['shape' => 'string'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'BackupJobState'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ExpectedCompletionDate' => ['shape' => 'timestamp'], 'StartBy' => ['shape' => 'timestamp'], 'ResourceType' => ['shape' => 'ResourceType'], 'BytesTransferred' => ['shape' => 'Long']]], 'BackupJobState' => ['type' => 'string', 'enum' => ['CREATED', 'PENDING', 'RUNNING', 'ABORTING', 'ABORTED', 'COMPLETED', 'FAILED', 'EXPIRED']], 'BackupJobsList' => ['type' => 'list', 'member' => ['shape' => 'BackupJob']], 'BackupPlan' => ['type' => 'structure', 'required' => ['BackupPlanName', 'Rules'], 'members' => ['BackupPlanName' => ['shape' => 'BackupPlanName'], 'Rules' => ['shape' => 'BackupRules']]], 'BackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanName', 'Rules'], 'members' => ['BackupPlanName' => ['shape' => 'BackupPlanName'], 'Rules' => ['shape' => 'BackupRulesInput']]], 'BackupPlanName' => ['type' => 'string'], 'BackupPlanTemplatesList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlanTemplatesListMember']], 'BackupPlanTemplatesListMember' => ['type' => 'structure', 'members' => ['BackupPlanTemplateId' => ['shape' => 'string'], 'BackupPlanTemplateName' => ['shape' => 'string']]], 'BackupPlanVersionsList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlansListMember']], 'BackupPlansList' => ['type' => 'list', 'member' => ['shape' => 'BackupPlansListMember']], 'BackupPlansListMember' => ['type' => 'structure', 'members' => ['BackupPlanArn' => ['shape' => 'ARN'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'DeletionDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string'], 'BackupPlanName' => ['shape' => 'BackupPlanName'], 'CreatorRequestId' => ['shape' => 'string'], 'LastExecutionDate' => ['shape' => 'timestamp']]], 'BackupRule' => ['type' => 'structure', 'required' => ['RuleName', 'TargetBackupVaultName'], 'members' => ['RuleName' => ['shape' => 'BackupRuleName'], 'TargetBackupVaultName' => ['shape' => 'BackupVaultName'], 'ScheduleExpression' => ['shape' => 'CronExpression'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompletionWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags'], 'RuleId' => ['shape' => 'string'], 'CopyActions' => ['shape' => 'CopyActions']]], 'BackupRuleInput' => ['type' => 'structure', 'required' => ['RuleName', 'TargetBackupVaultName'], 'members' => ['RuleName' => ['shape' => 'BackupRuleName'], 'TargetBackupVaultName' => ['shape' => 'BackupVaultName'], 'ScheduleExpression' => ['shape' => 'CronExpression'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompletionWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags'], 'CopyActions' => ['shape' => 'CopyActions']]], 'BackupRuleName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'BackupRules' => ['type' => 'list', 'member' => ['shape' => 'BackupRule']], 'BackupRulesInput' => ['type' => 'list', 'member' => ['shape' => 'BackupRuleInput']], 'BackupSelection' => ['type' => 'structure', 'required' => ['SelectionName', 'IamRoleArn'], 'members' => ['SelectionName' => ['shape' => 'BackupSelectionName'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Resources' => ['shape' => 'ResourceArns'], 'ListOfTags' => ['shape' => 'ListOfTags']]], 'BackupSelectionName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'BackupSelectionsList' => ['type' => 'list', 'member' => ['shape' => 'BackupSelectionsListMember']], 'BackupSelectionsListMember' => ['type' => 'structure', 'members' => ['SelectionId' => ['shape' => 'string'], 'SelectionName' => ['shape' => 'BackupSelectionName'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string'], 'IamRoleArn' => ['shape' => 'IAMRoleArn']]], 'BackupVaultEvent' => ['type' => 'string', 'enum' => ['BACKUP_JOB_STARTED', 'BACKUP_JOB_COMPLETED', 'BACKUP_JOB_SUCCESSFUL', 'BACKUP_JOB_FAILED', 'BACKUP_JOB_EXPIRED', 'RESTORE_JOB_STARTED', 'RESTORE_JOB_COMPLETED', 'RESTORE_JOB_SUCCESSFUL', 'RESTORE_JOB_FAILED', 'COPY_JOB_STARTED', 'COPY_JOB_SUCCESSFUL', 'COPY_JOB_FAILED', 'RECOVERY_POINT_MODIFIED', 'BACKUP_PLAN_CREATED', 'BACKUP_PLAN_MODIFIED']], 'BackupVaultEvents' => ['type' => 'list', 'member' => ['shape' => 'BackupVaultEvent']], 'BackupVaultList' => ['type' => 'list', 'member' => ['shape' => 'BackupVaultListMember']], 'BackupVaultListMember' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreatorRequestId' => ['shape' => 'string'], 'NumberOfRecoveryPoints' => ['shape' => 'long']]], 'BackupVaultName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'Boolean' => ['type' => 'boolean'], 'CalculatedLifecycle' => ['type' => 'structure', 'members' => ['MoveToColdStorageAt' => ['shape' => 'timestamp'], 'DeleteAt' => ['shape' => 'timestamp']]], 'Condition' => ['type' => 'structure', 'required' => ['ConditionType', 'ConditionKey', 'ConditionValue'], 'members' => ['ConditionType' => ['shape' => 'ConditionType'], 'ConditionKey' => ['shape' => 'ConditionKey'], 'ConditionValue' => ['shape' => 'ConditionValue']]], 'ConditionKey' => ['type' => 'string'], 'ConditionType' => ['type' => 'string', 'enum' => ['STRINGEQUALS']], 'ConditionValue' => ['type' => 'string'], 'CopyAction' => ['type' => 'structure', 'required' => ['DestinationBackupVaultArn'], 'members' => ['Lifecycle' => ['shape' => 'Lifecycle'], 'DestinationBackupVaultArn' => ['shape' => 'ARN']]], 'CopyActions' => ['type' => 'list', 'member' => ['shape' => 'CopyAction']], 'CopyJob' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'CopyJobId' => ['shape' => 'string'], 'SourceBackupVaultArn' => ['shape' => 'ARN'], 'SourceRecoveryPointArn' => ['shape' => 'ARN'], 'DestinationBackupVaultArn' => ['shape' => 'ARN'], 'DestinationRecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'CopyJobState'], 'StatusMessage' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ResourceType' => ['shape' => 'ResourceType']]], 'CopyJobState' => ['type' => 'string', 'enum' => ['CREATED', 'RUNNING', 'COMPLETED', 'FAILED']], 'CopyJobsList' => ['type' => 'list', 'member' => ['shape' => 'CopyJob']], 'CreateBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlan'], 'members' => ['BackupPlan' => ['shape' => 'BackupPlanInput'], 'BackupPlanTags' => ['shape' => 'Tags'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'CreateBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'BackupSelection'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'BackupSelection' => ['shape' => 'BackupSelection'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupSelectionOutput' => ['type' => 'structure', 'members' => ['SelectionId' => ['shape' => 'string'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp']]], 'CreateBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'BackupVaultTags' => ['shape' => 'Tags'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreatorRequestId' => ['shape' => 'string']]], 'CreateBackupVaultOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp']]], 'CronExpression' => ['type' => 'string'], 'DeleteBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId']]], 'DeleteBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'DeletionDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'DeleteBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'SelectionId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'SelectionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'selectionId']]], 'DeleteBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DeleteRecoveryPointInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'DependencyFailureException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'DescribeBackupJobInput' => ['type' => 'structure', 'required' => ['BackupJobId'], 'members' => ['BackupJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupJobId']]], 'DescribeBackupJobOutput' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'BackupJobId' => ['shape' => 'string'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'State' => ['shape' => 'BackupJobState'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'ResourceType' => ['shape' => 'ResourceType'], 'BytesTransferred' => ['shape' => 'Long'], 'ExpectedCompletionDate' => ['shape' => 'timestamp'], 'StartBy' => ['shape' => 'timestamp']]], 'DescribeBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'DescribeBackupVaultOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'string'], 'BackupVaultArn' => ['shape' => 'ARN'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string'], 'NumberOfRecoveryPoints' => ['shape' => 'long']]], 'DescribeCopyJobInput' => ['type' => 'structure', 'required' => ['CopyJobId'], 'members' => ['CopyJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'copyJobId']]], 'DescribeCopyJobOutput' => ['type' => 'structure', 'members' => ['CopyJob' => ['shape' => 'CopyJob']]], 'DescribeProtectedResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'DescribeProtectedResourceOutput' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastBackupTime' => ['shape' => 'timestamp']]], 'DescribeRecoveryPointInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'DescribeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'IsEncrypted' => ['shape' => 'boolean'], 'StorageClass' => ['shape' => 'StorageClass'], 'LastRestoreTime' => ['shape' => 'timestamp']]], 'DescribeRegionSettingsInput' => ['type' => 'structure', 'members' => []], 'DescribeRegionSettingsOutput' => ['type' => 'structure', 'members' => ['ResourceTypeOptInPreference' => ['shape' => 'ResourceTypeOptInPreference']]], 'DescribeRestoreJobInput' => ['type' => 'structure', 'required' => ['RestoreJobId'], 'members' => ['RestoreJobId' => ['shape' => 'RestoreJobId', 'location' => 'uri', 'locationName' => 'restoreJobId']]], 'DescribeRestoreJobOutput' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'RestoreJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RestoreJobStatus'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'ExpectedCompletionTimeMinutes' => ['shape' => 'Long'], 'CreatedResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ExportBackupPlanTemplateInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId']]], 'ExportBackupPlanTemplateOutput' => ['type' => 'structure', 'members' => ['BackupPlanTemplateJson' => ['shape' => 'string']]], 'GetBackupPlanFromJSONInput' => ['type' => 'structure', 'required' => ['BackupPlanTemplateJson'], 'members' => ['BackupPlanTemplateJson' => ['shape' => 'string']]], 'GetBackupPlanFromJSONOutput' => ['type' => 'structure', 'members' => ['BackupPlan' => ['shape' => 'BackupPlan']]], 'GetBackupPlanFromTemplateInput' => ['type' => 'structure', 'required' => ['BackupPlanTemplateId'], 'members' => ['BackupPlanTemplateId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'templateId']]], 'GetBackupPlanFromTemplateOutput' => ['type' => 'structure', 'members' => ['BackupPlanDocument' => ['shape' => 'BackupPlan']]], 'GetBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'VersionId' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'versionId']]], 'GetBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlan' => ['shape' => 'BackupPlan'], 'BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'VersionId' => ['shape' => 'string'], 'CreatorRequestId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'DeletionDate' => ['shape' => 'timestamp'], 'LastExecutionDate' => ['shape' => 'timestamp']]], 'GetBackupSelectionInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'SelectionId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'SelectionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'selectionId']]], 'GetBackupSelectionOutput' => ['type' => 'structure', 'members' => ['BackupSelection' => ['shape' => 'BackupSelection'], 'SelectionId' => ['shape' => 'string'], 'BackupPlanId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp'], 'CreatorRequestId' => ['shape' => 'string']]], 'GetBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'GetBackupVaultAccessPolicyOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'Policy' => ['shape' => 'IAMPolicy']]], 'GetBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName']]], 'GetBackupVaultNotificationsOutput' => ['type' => 'structure', 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'SNSTopicArn' => ['shape' => 'ARN'], 'BackupVaultEvents' => ['shape' => 'BackupVaultEvents']]], 'GetRecoveryPointRestoreMetadataInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn']]], 'GetRecoveryPointRestoreMetadataOutput' => ['type' => 'structure', 'members' => ['BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'RestoreMetadata' => ['shape' => 'Metadata']]], 'GetSupportedResourceTypesOutput' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'ResourceTypes']]], 'IAMPolicy' => ['type' => 'string'], 'IAMRoleArn' => ['type' => 'string'], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'IsEnabled' => ['type' => 'boolean'], 'Lifecycle' => ['type' => 'structure', 'members' => ['MoveToColdStorageAfterDays' => ['shape' => 'Long'], 'DeleteAfterDays' => ['shape' => 'Long']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ListBackupJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByState' => ['shape' => 'BackupJobState', 'location' => 'querystring', 'locationName' => 'state'], 'ByBackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'querystring', 'locationName' => 'backupVaultName'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'ByAccountId' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'accountId']]], 'ListBackupJobsOutput' => ['type' => 'structure', 'members' => ['BackupJobs' => ['shape' => 'BackupJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListBackupPlanTemplatesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupPlanTemplatesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlanTemplatesList' => ['shape' => 'BackupPlanTemplatesList']]], 'ListBackupPlanVersionsInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupPlanVersionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlanVersionsList' => ['shape' => 'BackupPlanVersionsList']]], 'ListBackupPlansInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'IncludeDeleted' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'includeDeleted']]], 'ListBackupPlansOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupPlansList' => ['shape' => 'BackupPlansList']]], 'ListBackupSelectionsInput' => ['type' => 'structure', 'required' => ['BackupPlanId'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupSelectionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'BackupSelectionsList' => ['shape' => 'BackupSelectionsList']]], 'ListBackupVaultsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListBackupVaultsOutput' => ['type' => 'structure', 'members' => ['BackupVaultList' => ['shape' => 'BackupVaultList'], 'NextToken' => ['shape' => 'string']]], 'ListCopyJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByState' => ['shape' => 'CopyJobState', 'location' => 'querystring', 'locationName' => 'state'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'ByDestinationVaultArn' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'destinationVaultArn'], 'ByAccountId' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'accountId']]], 'ListCopyJobsOutput' => ['type' => 'structure', 'members' => ['CopyJobs' => ['shape' => 'CopyJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListOfTags' => ['type' => 'list', 'member' => ['shape' => 'Condition']], 'ListProtectedResourcesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListProtectedResourcesOutput' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'ProtectedResourcesList'], 'NextToken' => ['shape' => 'string']]], 'ListRecoveryPointsByBackupVaultInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByResourceArn' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'ByResourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'ByBackupPlanId' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'backupPlanId'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter']]], 'ListRecoveryPointsByBackupVaultOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'RecoveryPoints' => ['shape' => 'RecoveryPointByBackupVaultList']]], 'ListRecoveryPointsByResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListRecoveryPointsByResourceOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'RecoveryPoints' => ['shape' => 'RecoveryPointByResourceList']]], 'ListRestoreJobsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'ByAccountId' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'accountId'], 'ByCreatedBefore' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdBefore'], 'ByCreatedAfter' => ['shape' => 'timestamp', 'location' => 'querystring', 'locationName' => 'createdAfter'], 'ByStatus' => ['shape' => 'RestoreJobStatus', 'location' => 'querystring', 'locationName' => 'status']]], 'ListRestoreJobsOutput' => ['type' => 'structure', 'members' => ['RestoreJobs' => ['shape' => 'RestoreJobsList'], 'NextToken' => ['shape' => 'string']]], 'ListTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTagsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'string'], 'Tags' => ['shape' => 'Tags']]], 'Long' => ['type' => 'long'], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Metadata' => ['type' => 'map', 'key' => ['shape' => 'MetadataKey'], 'value' => ['shape' => 'MetadataValue'], 'sensitive' => \true], 'MetadataKey' => ['type' => 'string'], 'MetadataValue' => ['type' => 'string'], 'MissingParameterValueException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ProtectedResource' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastBackupTime' => ['shape' => 'timestamp']]], 'ProtectedResourcesList' => ['type' => 'list', 'member' => ['shape' => 'ProtectedResource']], 'PutBackupVaultAccessPolicyInput' => ['type' => 'structure', 'required' => ['BackupVaultName'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'Policy' => ['shape' => 'IAMPolicy']]], 'PutBackupVaultNotificationsInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'SNSTopicArn', 'BackupVaultEvents'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'SNSTopicArn' => ['shape' => 'ARN'], 'BackupVaultEvents' => ['shape' => 'BackupVaultEvents']]], 'RecoveryPointByBackupVault' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'BackupVaultName' => ['shape' => 'BackupVaultName'], 'BackupVaultArn' => ['shape' => 'ARN'], 'ResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType'], 'CreatedBy' => ['shape' => 'RecoveryPointCreator'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'IsEncrypted' => ['shape' => 'boolean'], 'LastRestoreTime' => ['shape' => 'timestamp']]], 'RecoveryPointByBackupVaultList' => ['type' => 'list', 'member' => ['shape' => 'RecoveryPointByBackupVault']], 'RecoveryPointByResource' => ['type' => 'structure', 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RecoveryPointStatus'], 'EncryptionKeyArn' => ['shape' => 'ARN'], 'BackupSizeBytes' => ['shape' => 'Long'], 'BackupVaultName' => ['shape' => 'BackupVaultName']]], 'RecoveryPointByResourceList' => ['type' => 'list', 'member' => ['shape' => 'RecoveryPointByResource']], 'RecoveryPointCreator' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'BackupPlanVersion' => ['shape' => 'string'], 'BackupRuleId' => ['shape' => 'string']]], 'RecoveryPointStatus' => ['type' => 'string', 'enum' => ['COMPLETED', 'PARTIAL', 'DELETING', 'EXPIRED']], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ARN']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9\\-\\_\\.]{1,50}$'], 'ResourceTypeOptInPreference' => ['type' => 'map', 'key' => ['shape' => 'ResourceType'], 'value' => ['shape' => 'IsEnabled']], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'RestoreJobId' => ['type' => 'string'], 'RestoreJobStatus' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'COMPLETED', 'ABORTED', 'FAILED']], 'RestoreJobsList' => ['type' => 'list', 'member' => ['shape' => 'RestoreJobsListMember']], 'RestoreJobsListMember' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'RestoreJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'CompletionDate' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'RestoreJobStatus'], 'StatusMessage' => ['shape' => 'string'], 'PercentDone' => ['shape' => 'string'], 'BackupSizeInBytes' => ['shape' => 'Long'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'ExpectedCompletionTimeMinutes' => ['shape' => 'Long'], 'CreatedResourceArn' => ['shape' => 'ARN'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'string'], 'Message' => ['shape' => 'string'], 'Type' => ['shape' => 'string'], 'Context' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'StartBackupJobInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'ResourceArn', 'IamRoleArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName'], 'ResourceArn' => ['shape' => 'ARN'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'StartWindowMinutes' => ['shape' => 'WindowMinutes'], 'CompleteWindowMinutes' => ['shape' => 'WindowMinutes'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'RecoveryPointTags' => ['shape' => 'Tags']]], 'StartBackupJobOutput' => ['type' => 'structure', 'members' => ['BackupJobId' => ['shape' => 'string'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp']]], 'StartCopyJobInput' => ['type' => 'structure', 'required' => ['RecoveryPointArn', 'SourceBackupVaultName', 'DestinationBackupVaultArn', 'IamRoleArn'], 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'SourceBackupVaultName' => ['shape' => 'BackupVaultName'], 'DestinationBackupVaultArn' => ['shape' => 'ARN'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'Lifecycle' => ['shape' => 'Lifecycle']]], 'StartCopyJobOutput' => ['type' => 'structure', 'members' => ['CopyJobId' => ['shape' => 'string'], 'CreationDate' => ['shape' => 'timestamp']]], 'StartRestoreJobInput' => ['type' => 'structure', 'required' => ['RecoveryPointArn', 'Metadata', 'IamRoleArn'], 'members' => ['RecoveryPointArn' => ['shape' => 'ARN'], 'Metadata' => ['shape' => 'Metadata'], 'IamRoleArn' => ['shape' => 'IAMRoleArn'], 'IdempotencyToken' => ['shape' => 'string'], 'ResourceType' => ['shape' => 'ResourceType']]], 'StartRestoreJobOutput' => ['type' => 'structure', 'members' => ['RestoreJobId' => ['shape' => 'RestoreJobId']]], 'StopBackupJobInput' => ['type' => 'structure', 'required' => ['BackupJobId'], 'members' => ['BackupJobId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupJobId']]], 'StorageClass' => ['type' => 'string', 'enum' => ['WARM', 'COLD', 'DELETED']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'string'], 'sensitive' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'sensitive' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeyList'], 'members' => ['ResourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UpdateBackupPlanInput' => ['type' => 'structure', 'required' => ['BackupPlanId', 'BackupPlan'], 'members' => ['BackupPlanId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'backupPlanId'], 'BackupPlan' => ['shape' => 'BackupPlanInput']]], 'UpdateBackupPlanOutput' => ['type' => 'structure', 'members' => ['BackupPlanId' => ['shape' => 'string'], 'BackupPlanArn' => ['shape' => 'ARN'], 'CreationDate' => ['shape' => 'timestamp'], 'VersionId' => ['shape' => 'string']]], 'UpdateRecoveryPointLifecycleInput' => ['type' => 'structure', 'required' => ['BackupVaultName', 'RecoveryPointArn'], 'members' => ['BackupVaultName' => ['shape' => 'BackupVaultName', 'location' => 'uri', 'locationName' => 'backupVaultName'], 'RecoveryPointArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'recoveryPointArn'], 'Lifecycle' => ['shape' => 'Lifecycle']]], 'UpdateRecoveryPointLifecycleOutput' => ['type' => 'structure', 'members' => ['BackupVaultArn' => ['shape' => 'ARN'], 'RecoveryPointArn' => ['shape' => 'ARN'], 'Lifecycle' => ['shape' => 'Lifecycle'], 'CalculatedLifecycle' => ['shape' => 'CalculatedLifecycle']]], 'UpdateRegionSettingsInput' => ['type' => 'structure', 'members' => ['ResourceTypeOptInPreference' => ['shape' => 'ResourceTypeOptInPreference']]], 'WindowMinutes' => ['type' => 'long'], 'boolean' => ['type' => 'boolean'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/braket/2019-09-01/api-2.json.php b/vendor/Aws3/Aws/data/braket/2019-09-01/api-2.json.php new file mode 100644 index 00000000..43e17891 --- /dev/null +++ b/vendor/Aws3/Aws/data/braket/2019-09-01/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2019-09-01', 'endpointPrefix' => 'braket', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Braket', 'serviceId' => 'Braket', 'signatureVersion' => 'v4', 'signingName' => 'braket', 'uid' => 'braket-2019-09-01'], 'operations' => ['CancelQuantumTask' => ['name' => 'CancelQuantumTask', 'http' => ['method' => 'PUT', 'requestUri' => '/quantum-task/{quantumTaskArn}/cancel', 'responseCode' => 200], 'input' => ['shape' => 'CancelQuantumTaskRequest'], 'output' => ['shape' => 'CancelQuantumTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException'], ['shape' => 'ValidationException']], 'idempotent' => \true], 'CreateQuantumTask' => ['name' => 'CreateQuantumTask', 'http' => ['method' => 'POST', 'requestUri' => '/quantum-task', 'responseCode' => 201], 'input' => ['shape' => 'CreateQuantumTaskRequest'], 'output' => ['shape' => 'CreateQuantumTaskResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'DeviceOfflineException'], ['shape' => 'InternalServiceException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ValidationException']]], 'GetDevice' => ['name' => 'GetDevice', 'http' => ['method' => 'GET', 'requestUri' => '/device/{deviceArn}', 'responseCode' => 200], 'input' => ['shape' => 'GetDeviceRequest'], 'output' => ['shape' => 'GetDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException'], ['shape' => 'ValidationException']]], 'GetQuantumTask' => ['name' => 'GetQuantumTask', 'http' => ['method' => 'GET', 'requestUri' => '/quantum-task/{quantumTaskArn}', 'responseCode' => 200], 'input' => ['shape' => 'GetQuantumTaskRequest'], 'output' => ['shape' => 'GetQuantumTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException'], ['shape' => 'ValidationException']]], 'SearchDevices' => ['name' => 'SearchDevices', 'http' => ['method' => 'POST', 'requestUri' => '/devices', 'responseCode' => 200], 'input' => ['shape' => 'SearchDevicesRequest'], 'output' => ['shape' => 'SearchDevicesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException'], ['shape' => 'ValidationException']]], 'SearchQuantumTasks' => ['name' => 'SearchQuantumTasks', 'http' => ['method' => 'POST', 'requestUri' => '/quantum-tasks', 'responseCode' => 200], 'input' => ['shape' => 'SearchQuantumTasksRequest'], 'output' => ['shape' => 'SearchQuantumTasksResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'CancelQuantumTaskRequest' => ['type' => 'structure', 'required' => ['clientToken', 'quantumTaskArn'], 'members' => ['clientToken' => ['shape' => 'String64', 'idempotencyToken' => \true], 'quantumTaskArn' => ['shape' => 'QuantumTaskArn', 'location' => 'uri', 'locationName' => 'quantumTaskArn']]], 'CancelQuantumTaskResponse' => ['type' => 'structure', 'required' => ['cancellationStatus', 'quantumTaskArn'], 'members' => ['cancellationStatus' => ['shape' => 'CancellationStatus'], 'quantumTaskArn' => ['shape' => 'QuantumTaskArn']]], 'CancellationStatus' => ['type' => 'string', 'enum' => ['CANCELLED', 'CANCELLING']], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreateQuantumTaskRequest' => ['type' => 'structure', 'required' => ['action', 'clientToken', 'deviceArn', 'outputS3Bucket', 'outputS3KeyPrefix', 'shots'], 'members' => ['action' => ['shape' => 'JsonValue', 'jsonvalue' => \true], 'clientToken' => ['shape' => 'String64', 'idempotencyToken' => \true], 'deviceArn' => ['shape' => 'DeviceArn'], 'deviceParameters' => ['shape' => 'CreateQuantumTaskRequestdeviceParametersJsonValue', 'jsonvalue' => \true], 'outputS3Bucket' => ['shape' => 'CreateQuantumTaskRequestoutputS3BucketString'], 'outputS3KeyPrefix' => ['shape' => 'CreateQuantumTaskRequestoutputS3KeyPrefixString'], 'shots' => ['shape' => 'CreateQuantumTaskRequestshotsLong']]], 'CreateQuantumTaskRequestdeviceParametersJsonValue' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'CreateQuantumTaskRequestoutputS3BucketString' => ['type' => 'string', 'max' => 63, 'min' => 3], 'CreateQuantumTaskRequestoutputS3KeyPrefixString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'CreateQuantumTaskRequestshotsLong' => ['type' => 'long', 'box' => \true, 'min' => 0], 'CreateQuantumTaskResponse' => ['type' => 'structure', 'required' => ['quantumTaskArn'], 'members' => ['quantumTaskArn' => ['shape' => 'QuantumTaskArn']]], 'DeviceArn' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceOfflineException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 424, 'senderFault' => \true], 'exception' => \true], 'DeviceStatus' => ['type' => 'string', 'enum' => ['OFFLINE', 'ONLINE']], 'DeviceSummary' => ['type' => 'structure', 'required' => ['deviceArn', 'deviceName', 'deviceStatus', 'deviceType', 'providerName'], 'members' => ['deviceArn' => ['shape' => 'DeviceArn'], 'deviceName' => ['shape' => 'String'], 'deviceStatus' => ['shape' => 'DeviceStatus'], 'deviceType' => ['shape' => 'DeviceType'], 'providerName' => ['shape' => 'String']]], 'DeviceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DeviceSummary']], 'DeviceType' => ['type' => 'string', 'enum' => ['QPU', 'SIMULATOR']], 'GetDeviceRequest' => ['type' => 'structure', 'required' => ['deviceArn'], 'members' => ['deviceArn' => ['shape' => 'DeviceArn', 'location' => 'uri', 'locationName' => 'deviceArn']]], 'GetDeviceResponse' => ['type' => 'structure', 'required' => ['deviceArn', 'deviceCapabilities', 'deviceName', 'deviceStatus', 'deviceType', 'providerName'], 'members' => ['deviceArn' => ['shape' => 'DeviceArn'], 'deviceCapabilities' => ['shape' => 'JsonValue', 'jsonvalue' => \true], 'deviceName' => ['shape' => 'String'], 'deviceStatus' => ['shape' => 'DeviceStatus'], 'deviceType' => ['shape' => 'DeviceType'], 'providerName' => ['shape' => 'String']]], 'GetQuantumTaskRequest' => ['type' => 'structure', 'required' => ['quantumTaskArn'], 'members' => ['quantumTaskArn' => ['shape' => 'QuantumTaskArn', 'location' => 'uri', 'locationName' => 'quantumTaskArn']]], 'GetQuantumTaskResponse' => ['type' => 'structure', 'required' => ['createdAt', 'deviceArn', 'deviceParameters', 'outputS3Bucket', 'outputS3Directory', 'quantumTaskArn', 'shots', 'status'], 'members' => ['createdAt' => ['shape' => 'SyntheticTimestamp_date_time'], 'deviceArn' => ['shape' => 'DeviceArn'], 'deviceParameters' => ['shape' => 'JsonValue', 'jsonvalue' => \true], 'endedAt' => ['shape' => 'SyntheticTimestamp_date_time'], 'failureReason' => ['shape' => 'String'], 'outputS3Bucket' => ['shape' => 'String'], 'outputS3Directory' => ['shape' => 'String'], 'quantumTaskArn' => ['shape' => 'QuantumTaskArn'], 'shots' => ['shape' => 'Long'], 'status' => ['shape' => 'QuantumTaskStatus']]], 'InternalServiceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'JsonValue' => ['type' => 'string'], 'Long' => ['type' => 'long', 'box' => \true], 'QuantumTaskArn' => ['type' => 'string', 'max' => 256, 'min' => 1], 'QuantumTaskStatus' => ['type' => 'string', 'enum' => ['CANCELLED', 'CANCELLING', 'COMPLETED', 'CREATED', 'FAILED', 'QUEUED', 'RUNNING']], 'QuantumTaskSummary' => ['type' => 'structure', 'required' => ['createdAt', 'deviceArn', 'outputS3Bucket', 'outputS3Directory', 'quantumTaskArn', 'shots', 'status'], 'members' => ['createdAt' => ['shape' => 'SyntheticTimestamp_date_time'], 'deviceArn' => ['shape' => 'DeviceArn'], 'endedAt' => ['shape' => 'SyntheticTimestamp_date_time'], 'outputS3Bucket' => ['shape' => 'String'], 'outputS3Directory' => ['shape' => 'String'], 'quantumTaskArn' => ['shape' => 'QuantumTaskArn'], 'shots' => ['shape' => 'Long'], 'status' => ['shape' => 'QuantumTaskStatus']]], 'QuantumTaskSummaryList' => ['type' => 'list', 'member' => ['shape' => 'QuantumTaskSummary']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SearchDevicesFilter' => ['type' => 'structure', 'required' => ['name', 'values'], 'members' => ['name' => ['shape' => 'SearchDevicesFilternameString'], 'values' => ['shape' => 'SearchDevicesFiltervaluesString256List']]], 'SearchDevicesFilternameString' => ['type' => 'string', 'max' => 64, 'min' => 1], 'SearchDevicesFiltervaluesString256List' => ['type' => 'list', 'member' => ['shape' => 'String256'], 'max' => 10, 'min' => 1], 'SearchDevicesRequest' => ['type' => 'structure', 'required' => ['filters'], 'members' => ['filters' => ['shape' => 'SearchDevicesRequestfiltersSearchDevicesFilterList'], 'maxResults' => ['shape' => 'SearchDevicesRequestmaxResultsInteger'], 'nextToken' => ['shape' => 'String']]], 'SearchDevicesRequestfiltersSearchDevicesFilterList' => ['type' => 'list', 'member' => ['shape' => 'SearchDevicesFilter'], 'max' => 10, 'min' => 0], 'SearchDevicesRequestmaxResultsInteger' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'SearchDevicesResponse' => ['type' => 'structure', 'required' => ['devices'], 'members' => ['devices' => ['shape' => 'DeviceSummaryList'], 'nextToken' => ['shape' => 'String']]], 'SearchQuantumTasksFilter' => ['type' => 'structure', 'required' => ['name', 'operator', 'values'], 'members' => ['name' => ['shape' => 'String64'], 'operator' => ['shape' => 'SearchQuantumTasksFilterOperator'], 'values' => ['shape' => 'SearchQuantumTasksFiltervaluesString256List']]], 'SearchQuantumTasksFilterOperator' => ['type' => 'string', 'enum' => ['BETWEEN', 'EQUAL', 'GT', 'GTE', 'LT', 'LTE']], 'SearchQuantumTasksFiltervaluesString256List' => ['type' => 'list', 'member' => ['shape' => 'String256'], 'max' => 10, 'min' => 1], 'SearchQuantumTasksRequest' => ['type' => 'structure', 'required' => ['filters'], 'members' => ['filters' => ['shape' => 'SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList'], 'maxResults' => ['shape' => 'SearchQuantumTasksRequestmaxResultsInteger'], 'nextToken' => ['shape' => 'String']]], 'SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList' => ['type' => 'list', 'member' => ['shape' => 'SearchQuantumTasksFilter'], 'max' => 10, 'min' => 0], 'SearchQuantumTasksRequestmaxResultsInteger' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'SearchQuantumTasksResponse' => ['type' => 'structure', 'required' => ['quantumTasks'], 'members' => ['nextToken' => ['shape' => 'String'], 'quantumTasks' => ['shape' => 'QuantumTaskSummaryList']]], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402, 'senderFault' => \true], 'exception' => \true], 'String' => ['type' => 'string'], 'String256' => ['type' => 'string', 'max' => 256, 'min' => 1], 'String64' => ['type' => 'string', 'max' => 64, 'min' => 1], 'SyntheticTimestamp_date_time' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'ValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/braket/2019-09-01/paginators-1.json.php b/vendor/Aws3/Aws/data/braket/2019-09-01/paginators-1.json.php new file mode 100644 index 00000000..eca48f08 --- /dev/null +++ b/vendor/Aws3/Aws/data/braket/2019-09-01/paginators-1.json.php @@ -0,0 +1,4 @@ + ['SearchDevices' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'devices'], 'SearchQuantumTasks' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'quantumTasks']]]; diff --git a/vendor/Aws3/Aws/data/ce/2017-10-25/api-2.json.php b/vendor/Aws3/Aws/data/ce/2017-10-25/api-2.json.php index 085494b1..a0039a35 100644 --- a/vendor/Aws3/Aws/data/ce/2017-10-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/ce/2017-10-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-10-25', 'endpointPrefix' => 'ce', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Cost Explorer', 'serviceFullName' => 'AWS Cost Explorer Service', 'serviceId' => 'Cost Explorer', 'signatureVersion' => 'v4', 'signingName' => 'ce', 'targetPrefix' => 'AWSInsightsIndexService', 'uid' => 'ce-2017-10-25'], 'operations' => ['CreateCostCategoryDefinition' => ['name' => 'CreateCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCostCategoryDefinitionRequest'], 'output' => ['shape' => 'CreateCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ServiceQuotaExceededException'], ['shape' => 'LimitExceededException']]], 'DeleteCostCategoryDefinition' => ['name' => 'DeleteCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCostCategoryDefinitionRequest'], 'output' => ['shape' => 'DeleteCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'DescribeCostCategoryDefinition' => ['name' => 'DescribeCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCostCategoryDefinitionRequest'], 'output' => ['shape' => 'DescribeCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'GetCostAndUsage' => ['name' => 'GetCostAndUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostAndUsageRequest'], 'output' => ['shape' => 'GetCostAndUsageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetCostAndUsageWithResources' => ['name' => 'GetCostAndUsageWithResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostAndUsageWithResourcesRequest'], 'output' => ['shape' => 'GetCostAndUsageWithResourcesResponse'], 'errors' => [['shape' => 'DataUnavailableException'], ['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetCostForecast' => ['name' => 'GetCostForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostForecastRequest'], 'output' => ['shape' => 'GetCostForecastResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException']]], 'GetDimensionValues' => ['name' => 'GetDimensionValues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDimensionValuesRequest'], 'output' => ['shape' => 'GetDimensionValuesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetReservationCoverage' => ['name' => 'GetReservationCoverage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationCoverageRequest'], 'output' => ['shape' => 'GetReservationCoverageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetReservationPurchaseRecommendation' => ['name' => 'GetReservationPurchaseRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationPurchaseRecommendationRequest'], 'output' => ['shape' => 'GetReservationPurchaseRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetReservationUtilization' => ['name' => 'GetReservationUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationUtilizationRequest'], 'output' => ['shape' => 'GetReservationUtilizationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetRightsizingRecommendation' => ['name' => 'GetRightsizingRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRightsizingRecommendationRequest'], 'output' => ['shape' => 'GetRightsizingRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansCoverage' => ['name' => 'GetSavingsPlansCoverage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansCoverageRequest'], 'output' => ['shape' => 'GetSavingsPlansCoverageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansPurchaseRecommendation' => ['name' => 'GetSavingsPlansPurchaseRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansPurchaseRecommendationRequest'], 'output' => ['shape' => 'GetSavingsPlansPurchaseRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansUtilization' => ['name' => 'GetSavingsPlansUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansUtilizationRequest'], 'output' => ['shape' => 'GetSavingsPlansUtilizationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException']]], 'GetSavingsPlansUtilizationDetails' => ['name' => 'GetSavingsPlansUtilizationDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansUtilizationDetailsRequest'], 'output' => ['shape' => 'GetSavingsPlansUtilizationDetailsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'GetTagsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetUsageForecast' => ['name' => 'GetUsageForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUsageForecastRequest'], 'output' => ['shape' => 'GetUsageForecastResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'UnresolvableUsageUnitException']]], 'ListCostCategoryDefinitions' => ['name' => 'ListCostCategoryDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCostCategoryDefinitionsRequest'], 'output' => ['shape' => 'ListCostCategoryDefinitionsResponse'], 'errors' => [['shape' => 'LimitExceededException']]], 'UpdateCostCategoryDefinition' => ['name' => 'UpdateCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCostCategoryDefinitionRequest'], 'output' => ['shape' => 'UpdateCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AccountScope' => ['type' => 'string', 'enum' => ['PAYER', 'LINKED']], 'AmortizedRecurringFee' => ['type' => 'string'], 'AmortizedUpfrontFee' => ['type' => 'string'], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+'], 'AttributeType' => ['type' => 'string'], 'AttributeValue' => ['type' => 'string'], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeType'], 'value' => ['shape' => 'AttributeValue']], 'BillExpirationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Context' => ['type' => 'string', 'enum' => ['COST_AND_USAGE', 'RESERVATIONS', 'SAVINGS_PLANS']], 'CostCategory' => ['type' => 'structure', 'required' => ['CostCategoryArn', 'EffectiveStart', 'Name', 'RuleVersion', 'Rules'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime'], 'Name' => ['shape' => 'CostCategoryName'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'CostCategoryName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(? ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'CostCategoryName'], 'EffectiveStart' => ['shape' => 'ZonedDateTime'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime']]], 'CostCategoryReferencesList' => ['type' => 'list', 'member' => ['shape' => 'CostCategoryReference']], 'CostCategoryRule' => ['type' => 'structure', 'required' => ['Value', 'Rule'], 'members' => ['Value' => ['shape' => 'CostCategoryValue'], 'Rule' => ['shape' => 'Expression']]], 'CostCategoryRuleVersion' => ['type' => 'string', 'enum' => ['CostCategoryExpression.v1']], 'CostCategoryRulesList' => ['type' => 'list', 'member' => ['shape' => 'CostCategoryRule'], 'max' => 500, 'min' => 1], 'CostCategoryValue' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(? ['type' => 'structure', 'members' => ['Key' => ['shape' => 'CostCategoryName'], 'Values' => ['shape' => 'Values']]], 'Coverage' => ['type' => 'structure', 'members' => ['CoverageHours' => ['shape' => 'CoverageHours'], 'CoverageNormalizedUnits' => ['shape' => 'CoverageNormalizedUnits'], 'CoverageCost' => ['shape' => 'CoverageCost']]], 'CoverageByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Groups' => ['shape' => 'ReservationCoverageGroups'], 'Total' => ['shape' => 'Coverage']]], 'CoverageCost' => ['type' => 'structure', 'members' => ['OnDemandCost' => ['shape' => 'OnDemandCost']]], 'CoverageHours' => ['type' => 'structure', 'members' => ['OnDemandHours' => ['shape' => 'OnDemandHours'], 'ReservedHours' => ['shape' => 'ReservedHours'], 'TotalRunningHours' => ['shape' => 'TotalRunningHours'], 'CoverageHoursPercentage' => ['shape' => 'CoverageHoursPercentage']]], 'CoverageHoursPercentage' => ['type' => 'string'], 'CoverageNormalizedUnits' => ['type' => 'structure', 'members' => ['OnDemandNormalizedUnits' => ['shape' => 'OnDemandNormalizedUnits'], 'ReservedNormalizedUnits' => ['shape' => 'ReservedNormalizedUnits'], 'TotalRunningNormalizedUnits' => ['shape' => 'TotalRunningNormalizedUnits'], 'CoverageNormalizedUnitsPercentage' => ['shape' => 'CoverageNormalizedUnitsPercentage']]], 'CoverageNormalizedUnitsPercentage' => ['type' => 'string'], 'CoveragesByTime' => ['type' => 'list', 'member' => ['shape' => 'CoverageByTime']], 'CreateCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['Name', 'RuleVersion', 'Rules'], 'members' => ['Name' => ['shape' => 'CostCategoryName'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'CreateCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime']]], 'CurrentInstance' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'GenericString'], 'Tags' => ['shape' => 'TagValuesList'], 'ResourceDetails' => ['shape' => 'ResourceDetails'], 'ResourceUtilization' => ['shape' => 'ResourceUtilization'], 'ReservationCoveredHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'SavingsPlansCoveredHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'OnDemandHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'TotalRunningHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'MonthlyCost' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'DataUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DateInterval' => ['type' => 'structure', 'required' => ['Start', 'End'], 'members' => ['Start' => ['shape' => 'YearMonthDay'], 'End' => ['shape' => 'YearMonthDay']]], 'DeleteCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn']]], 'DeleteCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime']]], 'DescribeCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveOn' => ['shape' => 'ZonedDateTime']]], 'DescribeCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategory' => ['shape' => 'CostCategory']]], 'Dimension' => ['type' => 'string', 'enum' => ['AZ', 'INSTANCE_TYPE', 'LINKED_ACCOUNT', 'OPERATION', 'PURCHASE_TYPE', 'REGION', 'SERVICE', 'USAGE_TYPE', 'USAGE_TYPE_GROUP', 'RECORD_TYPE', 'OPERATING_SYSTEM', 'TENANCY', 'SCOPE', 'PLATFORM', 'SUBSCRIPTION_ID', 'LEGAL_ENTITY_NAME', 'DEPLOYMENT_OPTION', 'DATABASE_ENGINE', 'CACHE_ENGINE', 'INSTANCE_TYPE_FAMILY', 'BILLING_ENTITY', 'RESERVATION_ID', 'RESOURCE_ID', 'RIGHTSIZING_TYPE', 'SAVINGS_PLANS_TYPE', 'SAVINGS_PLAN_ARN', 'PAYMENT_OPTION']], 'DimensionValues' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Dimension'], 'Values' => ['shape' => 'Values']]], 'DimensionValuesWithAttributes' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Value'], 'Attributes' => ['shape' => 'Attributes']]], 'DimensionValuesWithAttributesList' => ['type' => 'list', 'member' => ['shape' => 'DimensionValuesWithAttributes']], 'EC2InstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'AvailabilityZone' => ['shape' => 'GenericString'], 'Platform' => ['shape' => 'GenericString'], 'Tenancy' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'EC2ResourceDetails' => ['type' => 'structure', 'members' => ['HourlyOnDemandRate' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Platform' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'Sku' => ['shape' => 'GenericString'], 'Memory' => ['shape' => 'GenericString'], 'NetworkPerformance' => ['shape' => 'GenericString'], 'Storage' => ['shape' => 'GenericString'], 'Vcpu' => ['shape' => 'GenericString']]], 'EC2ResourceUtilization' => ['type' => 'structure', 'members' => ['MaxCpuUtilizationPercentage' => ['shape' => 'GenericString'], 'MaxMemoryUtilizationPercentage' => ['shape' => 'GenericString'], 'MaxStorageUtilizationPercentage' => ['shape' => 'GenericString']]], 'EC2Specification' => ['type' => 'structure', 'members' => ['OfferingClass' => ['shape' => 'OfferingClass']]], 'ESInstanceDetails' => ['type' => 'structure', 'members' => ['InstanceClass' => ['shape' => 'GenericString'], 'InstanceSize' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'ElastiCacheInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'NodeType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'ProductDescription' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'Entity' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'Estimated' => ['type' => 'boolean'], 'Expression' => ['type' => 'structure', 'members' => ['Or' => ['shape' => 'Expressions'], 'And' => ['shape' => 'Expressions'], 'Not' => ['shape' => 'Expression'], 'Dimensions' => ['shape' => 'DimensionValues'], 'Tags' => ['shape' => 'TagValues'], 'CostCategories' => ['shape' => 'CostCategoryValues']]], 'Expressions' => ['type' => 'list', 'member' => ['shape' => 'Expression']], 'ForecastResult' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'MeanValue' => ['shape' => 'GenericString'], 'PredictionIntervalLowerBound' => ['shape' => 'GenericString'], 'PredictionIntervalUpperBound' => ['shape' => 'GenericString']]], 'ForecastResultsByTime' => ['type' => 'list', 'member' => ['shape' => 'ForecastResult']], 'GenericBoolean' => ['type' => 'boolean'], 'GenericString' => ['type' => 'string'], 'GetCostAndUsageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetCostAndUsageResponse' => ['type' => 'structure', 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'GroupDefinitions' => ['shape' => 'GroupDefinitions'], 'ResultsByTime' => ['shape' => 'ResultsByTime']]], 'GetCostAndUsageWithResourcesRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetCostAndUsageWithResourcesResponse' => ['type' => 'structure', 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'GroupDefinitions' => ['shape' => 'GroupDefinitions'], 'ResultsByTime' => ['shape' => 'ResultsByTime']]], 'GetCostForecastRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Metric', 'Granularity'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Metric' => ['shape' => 'Metric'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'PredictionIntervalLevel' => ['shape' => 'PredictionIntervalLevel']]], 'GetCostForecastResponse' => ['type' => 'structure', 'members' => ['Total' => ['shape' => 'MetricValue'], 'ForecastResultsByTime' => ['shape' => 'ForecastResultsByTime']]], 'GetDimensionValuesRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Dimension'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'TimePeriod' => ['shape' => 'DateInterval'], 'Dimension' => ['shape' => 'Dimension'], 'Context' => ['shape' => 'Context'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetDimensionValuesResponse' => ['type' => 'structure', 'required' => ['DimensionValues', 'ReturnSize', 'TotalSize'], 'members' => ['DimensionValues' => ['shape' => 'DimensionValuesWithAttributesList'], 'ReturnSize' => ['shape' => 'PageSize'], 'TotalSize' => ['shape' => 'PageSize'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationCoverageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationCoverageResponse' => ['type' => 'structure', 'required' => ['CoveragesByTime'], 'members' => ['CoveragesByTime' => ['shape' => 'CoveragesByTime'], 'Total' => ['shape' => 'Coverage'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationPurchaseRecommendationRequest' => ['type' => 'structure', 'required' => ['Service'], 'members' => ['AccountId' => ['shape' => 'GenericString'], 'Service' => ['shape' => 'GenericString'], 'AccountScope' => ['shape' => 'AccountScope'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'ServiceSpecification' => ['shape' => 'ServiceSpecification'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationPurchaseRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'ReservationPurchaseRecommendationMetadata'], 'Recommendations' => ['shape' => 'ReservationPurchaseRecommendations'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationUtilizationRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationUtilizationResponse' => ['type' => 'structure', 'required' => ['UtilizationsByTime'], 'members' => ['UtilizationsByTime' => ['shape' => 'UtilizationsByTime'], 'Total' => ['shape' => 'ReservationAggregates'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetRightsizingRecommendationRequest' => ['type' => 'structure', 'required' => ['Service'], 'members' => ['Filter' => ['shape' => 'Expression'], 'Service' => ['shape' => 'GenericString'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetRightsizingRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'RightsizingRecommendationMetadata'], 'Summary' => ['shape' => 'RightsizingRecommendationSummary'], 'RightsizingRecommendations' => ['shape' => 'RightsizingRecommendationList'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansCoverageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'NextToken' => ['shape' => 'NextPageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetSavingsPlansCoverageResponse' => ['type' => 'structure', 'required' => ['SavingsPlansCoverages'], 'members' => ['SavingsPlansCoverages' => ['shape' => 'SavingsPlansCoverages'], 'NextToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansPurchaseRecommendationRequest' => ['type' => 'structure', 'required' => ['SavingsPlansType', 'TermInYears', 'PaymentOption', 'LookbackPeriodInDays'], 'members' => ['SavingsPlansType' => ['shape' => 'SupportedSavingsPlansType'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'NextPageToken' => ['shape' => 'NextPageToken'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays']]], 'GetSavingsPlansPurchaseRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'SavingsPlansPurchaseRecommendationMetadata'], 'SavingsPlansPurchaseRecommendation' => ['shape' => 'SavingsPlansPurchaseRecommendation'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansUtilizationDetailsRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Filter' => ['shape' => 'Expression'], 'NextToken' => ['shape' => 'NextPageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetSavingsPlansUtilizationDetailsResponse' => ['type' => 'structure', 'required' => ['SavingsPlansUtilizationDetails', 'TimePeriod'], 'members' => ['SavingsPlansUtilizationDetails' => ['shape' => 'SavingsPlansUtilizationDetails'], 'Total' => ['shape' => 'SavingsPlansUtilizationAggregates'], 'TimePeriod' => ['shape' => 'DateInterval'], 'NextToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansUtilizationRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression']]], 'GetSavingsPlansUtilizationResponse' => ['type' => 'structure', 'required' => ['Total'], 'members' => ['SavingsPlansUtilizationsByTime' => ['shape' => 'SavingsPlansUtilizationsByTime'], 'Total' => ['shape' => 'SavingsPlansUtilizationAggregates']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'TimePeriod' => ['shape' => 'DateInterval'], 'TagKey' => ['shape' => 'TagKey'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetTagsResponse' => ['type' => 'structure', 'required' => ['Tags', 'ReturnSize', 'TotalSize'], 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'Tags' => ['shape' => 'TagList'], 'ReturnSize' => ['shape' => 'PageSize'], 'TotalSize' => ['shape' => 'PageSize']]], 'GetUsageForecastRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Metric', 'Granularity'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Metric' => ['shape' => 'Metric'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'PredictionIntervalLevel' => ['shape' => 'PredictionIntervalLevel']]], 'GetUsageForecastResponse' => ['type' => 'structure', 'members' => ['Total' => ['shape' => 'MetricValue'], 'ForecastResultsByTime' => ['shape' => 'ForecastResultsByTime']]], 'Granularity' => ['type' => 'string', 'enum' => ['DAILY', 'MONTHLY', 'HOURLY']], 'Group' => ['type' => 'structure', 'members' => ['Keys' => ['shape' => 'Keys'], 'Metrics' => ['shape' => 'Metrics']]], 'GroupDefinition' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'GroupDefinitionType'], 'Key' => ['shape' => 'GroupDefinitionKey']]], 'GroupDefinitionKey' => ['type' => 'string'], 'GroupDefinitionType' => ['type' => 'string', 'enum' => ['DIMENSION', 'TAG', 'COST_CATEGORY']], 'GroupDefinitions' => ['type' => 'list', 'member' => ['shape' => 'GroupDefinition']], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'InstanceDetails' => ['type' => 'structure', 'members' => ['EC2InstanceDetails' => ['shape' => 'EC2InstanceDetails'], 'RDSInstanceDetails' => ['shape' => 'RDSInstanceDetails'], 'RedshiftInstanceDetails' => ['shape' => 'RedshiftInstanceDetails'], 'ElastiCacheInstanceDetails' => ['shape' => 'ElastiCacheInstanceDetails'], 'ESInstanceDetails' => ['shape' => 'ESInstanceDetails']]], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Key' => ['type' => 'string'], 'Keys' => ['type' => 'list', 'member' => ['shape' => 'Key']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListCostCategoryDefinitionsRequest' => ['type' => 'structure', 'members' => ['EffectiveOn' => ['shape' => 'ZonedDateTime'], 'NextToken' => ['shape' => 'NextPageToken']]], 'ListCostCategoryDefinitionsResponse' => ['type' => 'structure', 'members' => ['CostCategoryReferences' => ['shape' => 'CostCategoryReferencesList'], 'NextToken' => ['shape' => 'NextPageToken']]], 'LookbackPeriodInDays' => ['type' => 'string', 'enum' => ['SEVEN_DAYS', 'THIRTY_DAYS', 'SIXTY_DAYS']], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'Metric' => ['type' => 'string', 'enum' => ['BLENDED_COST', 'UNBLENDED_COST', 'AMORTIZED_COST', 'NET_UNBLENDED_COST', 'NET_AMORTIZED_COST', 'USAGE_QUANTITY', 'NORMALIZED_USAGE_AMOUNT']], 'MetricAmount' => ['type' => 'string'], 'MetricName' => ['type' => 'string'], 'MetricNames' => ['type' => 'list', 'member' => ['shape' => 'MetricName']], 'MetricUnit' => ['type' => 'string'], 'MetricValue' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'MetricAmount'], 'Unit' => ['shape' => 'MetricUnit']]], 'Metrics' => ['type' => 'map', 'key' => ['shape' => 'MetricName'], 'value' => ['shape' => 'MetricValue']], 'ModifyRecommendationDetail' => ['type' => 'structure', 'members' => ['TargetInstances' => ['shape' => 'TargetInstancesList']]], 'NetRISavings' => ['type' => 'string'], 'NextPageToken' => ['type' => 'string'], 'NonNegativeInteger' => ['type' => 'integer', 'min' => 0], 'OfferingClass' => ['type' => 'string', 'enum' => ['STANDARD', 'CONVERTIBLE']], 'OnDemandCost' => ['type' => 'string'], 'OnDemandCostOfRIHoursUsed' => ['type' => 'string'], 'OnDemandHours' => ['type' => 'string'], 'OnDemandNormalizedUnits' => ['type' => 'string'], 'PageSize' => ['type' => 'integer'], 'PaymentOption' => ['type' => 'string', 'enum' => ['NO_UPFRONT', 'PARTIAL_UPFRONT', 'ALL_UPFRONT', 'LIGHT_UTILIZATION', 'MEDIUM_UTILIZATION', 'HEAVY_UTILIZATION']], 'PredictionIntervalLevel' => ['type' => 'integer', 'max' => 99, 'min' => 51], 'PurchasedHours' => ['type' => 'string'], 'PurchasedUnits' => ['type' => 'string'], 'RDSInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'DatabaseEngine' => ['shape' => 'GenericString'], 'DatabaseEdition' => ['shape' => 'GenericString'], 'DeploymentOption' => ['shape' => 'GenericString'], 'LicenseModel' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'RedshiftInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'NodeType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'RequestChangedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReservationAggregates' => ['type' => 'structure', 'members' => ['UtilizationPercentage' => ['shape' => 'UtilizationPercentage'], 'UtilizationPercentageInUnits' => ['shape' => 'UtilizationPercentageInUnits'], 'PurchasedHours' => ['shape' => 'PurchasedHours'], 'PurchasedUnits' => ['shape' => 'PurchasedUnits'], 'TotalActualHours' => ['shape' => 'TotalActualHours'], 'TotalActualUnits' => ['shape' => 'TotalActualUnits'], 'UnusedHours' => ['shape' => 'UnusedHours'], 'UnusedUnits' => ['shape' => 'UnusedUnits'], 'OnDemandCostOfRIHoursUsed' => ['shape' => 'OnDemandCostOfRIHoursUsed'], 'NetRISavings' => ['shape' => 'NetRISavings'], 'TotalPotentialRISavings' => ['shape' => 'TotalPotentialRISavings'], 'AmortizedUpfrontFee' => ['shape' => 'AmortizedUpfrontFee'], 'AmortizedRecurringFee' => ['shape' => 'AmortizedRecurringFee'], 'TotalAmortizedFee' => ['shape' => 'TotalAmortizedFee']]], 'ReservationCoverageGroup' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes'], 'Coverage' => ['shape' => 'Coverage']]], 'ReservationCoverageGroups' => ['type' => 'list', 'member' => ['shape' => 'ReservationCoverageGroup']], 'ReservationGroupKey' => ['type' => 'string'], 'ReservationGroupValue' => ['type' => 'string'], 'ReservationPurchaseRecommendation' => ['type' => 'structure', 'members' => ['AccountScope' => ['shape' => 'AccountScope'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'ServiceSpecification' => ['shape' => 'ServiceSpecification'], 'RecommendationDetails' => ['shape' => 'ReservationPurchaseRecommendationDetails'], 'RecommendationSummary' => ['shape' => 'ReservationPurchaseRecommendationSummary']]], 'ReservationPurchaseRecommendationDetail' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'GenericString'], 'InstanceDetails' => ['shape' => 'InstanceDetails'], 'RecommendedNumberOfInstancesToPurchase' => ['shape' => 'GenericString'], 'RecommendedNormalizedUnitsToPurchase' => ['shape' => 'GenericString'], 'MinimumNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'MinimumNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'MaximumNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'MaximumNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'AverageNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'AverageNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'AverageUtilization' => ['shape' => 'GenericString'], 'EstimatedBreakEvenInMonths' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsPercentage' => ['shape' => 'GenericString'], 'EstimatedMonthlyOnDemandCost' => ['shape' => 'GenericString'], 'EstimatedReservationCostForLookbackPeriod' => ['shape' => 'GenericString'], 'UpfrontCost' => ['shape' => 'GenericString'], 'RecurringStandardMonthlyCost' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendationDetails' => ['type' => 'list', 'member' => ['shape' => 'ReservationPurchaseRecommendationDetail']], 'ReservationPurchaseRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendationSummary' => ['type' => 'structure', 'members' => ['TotalEstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'TotalEstimatedMonthlySavingsPercentage' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendations' => ['type' => 'list', 'member' => ['shape' => 'ReservationPurchaseRecommendation']], 'ReservationUtilizationGroup' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ReservationGroupKey'], 'Value' => ['shape' => 'ReservationGroupValue'], 'Attributes' => ['shape' => 'Attributes'], 'Utilization' => ['shape' => 'ReservationAggregates']]], 'ReservationUtilizationGroups' => ['type' => 'list', 'member' => ['shape' => 'ReservationUtilizationGroup']], 'ReservedHours' => ['type' => 'string'], 'ReservedNormalizedUnits' => ['type' => 'string'], 'ResourceDetails' => ['type' => 'structure', 'members' => ['EC2ResourceDetails' => ['shape' => 'EC2ResourceDetails']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceUtilization' => ['type' => 'structure', 'members' => ['EC2ResourceUtilization' => ['shape' => 'EC2ResourceUtilization']]], 'ResultByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Total' => ['shape' => 'Metrics'], 'Groups' => ['shape' => 'Groups'], 'Estimated' => ['shape' => 'Estimated']]], 'ResultsByTime' => ['type' => 'list', 'member' => ['shape' => 'ResultByTime']], 'RightsizingRecommendation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'GenericString'], 'CurrentInstance' => ['shape' => 'CurrentInstance'], 'RightsizingType' => ['shape' => 'RightsizingType'], 'ModifyRecommendationDetail' => ['shape' => 'ModifyRecommendationDetail'], 'TerminateRecommendationDetail' => ['shape' => 'TerminateRecommendationDetail']]], 'RightsizingRecommendationList' => ['type' => 'list', 'member' => ['shape' => 'RightsizingRecommendation']], 'RightsizingRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays']]], 'RightsizingRecommendationSummary' => ['type' => 'structure', 'members' => ['TotalRecommendationCount' => ['shape' => 'GenericString'], 'EstimatedTotalMonthlySavingsAmount' => ['shape' => 'GenericString'], 'SavingsCurrencyCode' => ['shape' => 'GenericString'], 'SavingsPercentage' => ['shape' => 'GenericString']]], 'RightsizingType' => ['type' => 'string', 'enum' => ['TERMINATE', 'MODIFY']], 'SavingsPlanArn' => ['type' => 'string'], 'SavingsPlansAmortizedCommitment' => ['type' => 'structure', 'members' => ['AmortizedRecurringCommitment' => ['shape' => 'GenericString'], 'AmortizedUpfrontCommitment' => ['shape' => 'GenericString'], 'TotalAmortizedCommitment' => ['shape' => 'GenericString']]], 'SavingsPlansCoverage' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes'], 'Coverage' => ['shape' => 'SavingsPlansCoverageData'], 'TimePeriod' => ['shape' => 'DateInterval']]], 'SavingsPlansCoverageData' => ['type' => 'structure', 'members' => ['SpendCoveredBySavingsPlans' => ['shape' => 'GenericString'], 'OnDemandCost' => ['shape' => 'GenericString'], 'TotalCost' => ['shape' => 'GenericString'], 'CoveragePercentage' => ['shape' => 'GenericString']]], 'SavingsPlansCoverages' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansCoverage']], 'SavingsPlansDetails' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'GenericString'], 'InstanceFamily' => ['shape' => 'GenericString'], 'OfferingId' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendation' => ['type' => 'structure', 'members' => ['SavingsPlansType' => ['shape' => 'SupportedSavingsPlansType'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'SavingsPlansPurchaseRecommendationDetails' => ['shape' => 'SavingsPlansPurchaseRecommendationDetailList'], 'SavingsPlansPurchaseRecommendationSummary' => ['shape' => 'SavingsPlansPurchaseRecommendationSummary']]], 'SavingsPlansPurchaseRecommendationDetail' => ['type' => 'structure', 'members' => ['SavingsPlansDetails' => ['shape' => 'SavingsPlansDetails'], 'AccountId' => ['shape' => 'GenericString'], 'UpfrontCost' => ['shape' => 'GenericString'], 'EstimatedROI' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedSPCost' => ['shape' => 'GenericString'], 'EstimatedOnDemandCost' => ['shape' => 'GenericString'], 'EstimatedOnDemandCostWithCurrentCommitment' => ['shape' => 'GenericString'], 'EstimatedSavingsAmount' => ['shape' => 'GenericString'], 'EstimatedSavingsPercentage' => ['shape' => 'GenericString'], 'HourlyCommitmentToPurchase' => ['shape' => 'GenericString'], 'EstimatedAverageUtilization' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'CurrentMinimumHourlyOnDemandSpend' => ['shape' => 'GenericString'], 'CurrentMaximumHourlyOnDemandSpend' => ['shape' => 'GenericString'], 'CurrentAverageHourlyOnDemandSpend' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendationDetailList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansPurchaseRecommendationDetail']], 'SavingsPlansPurchaseRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendationSummary' => ['type' => 'structure', 'members' => ['EstimatedROI' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedTotalCost' => ['shape' => 'GenericString'], 'CurrentOnDemandSpend' => ['shape' => 'GenericString'], 'EstimatedSavingsAmount' => ['shape' => 'GenericString'], 'TotalRecommendationCount' => ['shape' => 'GenericString'], 'DailyCommitmentToPurchase' => ['shape' => 'GenericString'], 'HourlyCommitmentToPurchase' => ['shape' => 'GenericString'], 'EstimatedSavingsPercentage' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'EstimatedOnDemandCostWithCurrentCommitment' => ['shape' => 'GenericString']]], 'SavingsPlansSavings' => ['type' => 'structure', 'members' => ['NetSavings' => ['shape' => 'GenericString'], 'OnDemandCostEquivalent' => ['shape' => 'GenericString']]], 'SavingsPlansUtilization' => ['type' => 'structure', 'members' => ['TotalCommitment' => ['shape' => 'GenericString'], 'UsedCommitment' => ['shape' => 'GenericString'], 'UnusedCommitment' => ['shape' => 'GenericString'], 'UtilizationPercentage' => ['shape' => 'GenericString']]], 'SavingsPlansUtilizationAggregates' => ['type' => 'structure', 'required' => ['Utilization'], 'members' => ['Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationByTime' => ['type' => 'structure', 'required' => ['TimePeriod', 'Utilization'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationDetail' => ['type' => 'structure', 'members' => ['SavingsPlanArn' => ['shape' => 'SavingsPlanArn'], 'Attributes' => ['shape' => 'Attributes'], 'Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationDetails' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansUtilizationDetail']], 'SavingsPlansUtilizationsByTime' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansUtilizationByTime']], 'SearchString' => ['type' => 'string'], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServiceSpecification' => ['type' => 'structure', 'members' => ['EC2Specification' => ['shape' => 'EC2Specification']]], 'SupportedSavingsPlansType' => ['type' => 'string', 'enum' => ['COMPUTE_SP', 'EC2_INSTANCE_SP']], 'TagKey' => ['type' => 'string'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'TagValues' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Values' => ['shape' => 'Values']]], 'TagValuesList' => ['type' => 'list', 'member' => ['shape' => 'TagValues']], 'TargetInstance' => ['type' => 'structure', 'members' => ['EstimatedMonthlyCost' => ['shape' => 'GenericString'], 'EstimatedMonthlySavings' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'DefaultTargetInstance' => ['shape' => 'GenericBoolean'], 'ResourceDetails' => ['shape' => 'ResourceDetails'], 'ExpectedResourceUtilization' => ['shape' => 'ResourceUtilization']]], 'TargetInstancesList' => ['type' => 'list', 'member' => ['shape' => 'TargetInstance']], 'TermInYears' => ['type' => 'string', 'enum' => ['ONE_YEAR', 'THREE_YEARS']], 'TerminateRecommendationDetail' => ['type' => 'structure', 'members' => ['EstimatedMonthlySavings' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'TotalActualHours' => ['type' => 'string'], 'TotalActualUnits' => ['type' => 'string'], 'TotalAmortizedFee' => ['type' => 'string'], 'TotalPotentialRISavings' => ['type' => 'string'], 'TotalRunningHours' => ['type' => 'string'], 'TotalRunningNormalizedUnits' => ['type' => 'string'], 'UnresolvableUsageUnitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UnusedHours' => ['type' => 'string'], 'UnusedUnits' => ['type' => 'string'], 'UpdateCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn', 'RuleVersion', 'Rules'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'UpdateCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime']]], 'UtilizationByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Groups' => ['shape' => 'ReservationUtilizationGroups'], 'Total' => ['shape' => 'ReservationAggregates']]], 'UtilizationPercentage' => ['type' => 'string'], 'UtilizationPercentageInUnits' => ['type' => 'string'], 'UtilizationsByTime' => ['type' => 'list', 'member' => ['shape' => 'UtilizationByTime']], 'Value' => ['type' => 'string'], 'Values' => ['type' => 'list', 'member' => ['shape' => 'Value']], 'YearMonthDay' => ['type' => 'string', 'pattern' => '(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?'], 'ZonedDateTime' => ['type' => 'string', 'max' => 25, 'min' => 20, 'pattern' => '^\\d{4}-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(([+-]\\d\\d:\\d\\d)|Z)$']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-10-25', 'endpointPrefix' => 'ce', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Cost Explorer', 'serviceFullName' => 'AWS Cost Explorer Service', 'serviceId' => 'Cost Explorer', 'signatureVersion' => 'v4', 'signingName' => 'ce', 'targetPrefix' => 'AWSInsightsIndexService', 'uid' => 'ce-2017-10-25'], 'operations' => ['CreateCostCategoryDefinition' => ['name' => 'CreateCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCostCategoryDefinitionRequest'], 'output' => ['shape' => 'CreateCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ServiceQuotaExceededException'], ['shape' => 'LimitExceededException']]], 'DeleteCostCategoryDefinition' => ['name' => 'DeleteCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCostCategoryDefinitionRequest'], 'output' => ['shape' => 'DeleteCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'DescribeCostCategoryDefinition' => ['name' => 'DescribeCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCostCategoryDefinitionRequest'], 'output' => ['shape' => 'DescribeCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'GetCostAndUsage' => ['name' => 'GetCostAndUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostAndUsageRequest'], 'output' => ['shape' => 'GetCostAndUsageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetCostAndUsageWithResources' => ['name' => 'GetCostAndUsageWithResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostAndUsageWithResourcesRequest'], 'output' => ['shape' => 'GetCostAndUsageWithResourcesResponse'], 'errors' => [['shape' => 'DataUnavailableException'], ['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetCostForecast' => ['name' => 'GetCostForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCostForecastRequest'], 'output' => ['shape' => 'GetCostForecastResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException']]], 'GetDimensionValues' => ['name' => 'GetDimensionValues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDimensionValuesRequest'], 'output' => ['shape' => 'GetDimensionValuesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetReservationCoverage' => ['name' => 'GetReservationCoverage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationCoverageRequest'], 'output' => ['shape' => 'GetReservationCoverageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetReservationPurchaseRecommendation' => ['name' => 'GetReservationPurchaseRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationPurchaseRecommendationRequest'], 'output' => ['shape' => 'GetReservationPurchaseRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetReservationUtilization' => ['name' => 'GetReservationUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservationUtilizationRequest'], 'output' => ['shape' => 'GetReservationUtilizationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetRightsizingRecommendation' => ['name' => 'GetRightsizingRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRightsizingRecommendationRequest'], 'output' => ['shape' => 'GetRightsizingRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansCoverage' => ['name' => 'GetSavingsPlansCoverage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansCoverageRequest'], 'output' => ['shape' => 'GetSavingsPlansCoverageResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansPurchaseRecommendation' => ['name' => 'GetSavingsPlansPurchaseRecommendation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansPurchaseRecommendationRequest'], 'output' => ['shape' => 'GetSavingsPlansPurchaseRecommendationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidNextTokenException']]], 'GetSavingsPlansUtilization' => ['name' => 'GetSavingsPlansUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansUtilizationRequest'], 'output' => ['shape' => 'GetSavingsPlansUtilizationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException']]], 'GetSavingsPlansUtilizationDetails' => ['name' => 'GetSavingsPlansUtilizationDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSavingsPlansUtilizationDetailsRequest'], 'output' => ['shape' => 'GetSavingsPlansUtilizationDetailsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagsRequest'], 'output' => ['shape' => 'GetTagsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BillExpirationException'], ['shape' => 'DataUnavailableException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'RequestChangedException']]], 'GetUsageForecast' => ['name' => 'GetUsageForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUsageForecastRequest'], 'output' => ['shape' => 'GetUsageForecastResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'DataUnavailableException'], ['shape' => 'UnresolvableUsageUnitException']]], 'ListCostCategoryDefinitions' => ['name' => 'ListCostCategoryDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCostCategoryDefinitionsRequest'], 'output' => ['shape' => 'ListCostCategoryDefinitionsResponse'], 'errors' => [['shape' => 'LimitExceededException']]], 'UpdateCostCategoryDefinition' => ['name' => 'UpdateCostCategoryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCostCategoryDefinitionRequest'], 'output' => ['shape' => 'UpdateCostCategoryDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AccountScope' => ['type' => 'string', 'enum' => ['PAYER', 'LINKED']], 'AmortizedRecurringFee' => ['type' => 'string'], 'AmortizedUpfrontFee' => ['type' => 'string'], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+'], 'AttributeType' => ['type' => 'string'], 'AttributeValue' => ['type' => 'string'], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeType'], 'value' => ['shape' => 'AttributeValue']], 'BillExpirationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Context' => ['type' => 'string', 'enum' => ['COST_AND_USAGE', 'RESERVATIONS', 'SAVINGS_PLANS']], 'CostCategory' => ['type' => 'structure', 'required' => ['CostCategoryArn', 'EffectiveStart', 'Name', 'RuleVersion', 'Rules'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime'], 'Name' => ['shape' => 'CostCategoryName'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'CostCategoryMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'CostCategoryName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(? ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'CostCategoryName'], 'EffectiveStart' => ['shape' => 'ZonedDateTime'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime'], 'NumberOfRules' => ['shape' => 'NonNegativeInteger']]], 'CostCategoryReferencesList' => ['type' => 'list', 'member' => ['shape' => 'CostCategoryReference']], 'CostCategoryRule' => ['type' => 'structure', 'required' => ['Value', 'Rule'], 'members' => ['Value' => ['shape' => 'CostCategoryValue'], 'Rule' => ['shape' => 'Expression']]], 'CostCategoryRuleVersion' => ['type' => 'string', 'enum' => ['CostCategoryExpression.v1']], 'CostCategoryRulesList' => ['type' => 'list', 'member' => ['shape' => 'CostCategoryRule'], 'max' => 500, 'min' => 1], 'CostCategoryValue' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(? ['type' => 'structure', 'members' => ['Key' => ['shape' => 'CostCategoryName'], 'Values' => ['shape' => 'Values']]], 'Coverage' => ['type' => 'structure', 'members' => ['CoverageHours' => ['shape' => 'CoverageHours'], 'CoverageNormalizedUnits' => ['shape' => 'CoverageNormalizedUnits'], 'CoverageCost' => ['shape' => 'CoverageCost']]], 'CoverageByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Groups' => ['shape' => 'ReservationCoverageGroups'], 'Total' => ['shape' => 'Coverage']]], 'CoverageCost' => ['type' => 'structure', 'members' => ['OnDemandCost' => ['shape' => 'OnDemandCost']]], 'CoverageHours' => ['type' => 'structure', 'members' => ['OnDemandHours' => ['shape' => 'OnDemandHours'], 'ReservedHours' => ['shape' => 'ReservedHours'], 'TotalRunningHours' => ['shape' => 'TotalRunningHours'], 'CoverageHoursPercentage' => ['shape' => 'CoverageHoursPercentage']]], 'CoverageHoursPercentage' => ['type' => 'string'], 'CoverageNormalizedUnits' => ['type' => 'structure', 'members' => ['OnDemandNormalizedUnits' => ['shape' => 'OnDemandNormalizedUnits'], 'ReservedNormalizedUnits' => ['shape' => 'ReservedNormalizedUnits'], 'TotalRunningNormalizedUnits' => ['shape' => 'TotalRunningNormalizedUnits'], 'CoverageNormalizedUnitsPercentage' => ['shape' => 'CoverageNormalizedUnitsPercentage']]], 'CoverageNormalizedUnitsPercentage' => ['type' => 'string'], 'CoveragesByTime' => ['type' => 'list', 'member' => ['shape' => 'CoverageByTime']], 'CreateCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['Name', 'RuleVersion', 'Rules'], 'members' => ['Name' => ['shape' => 'CostCategoryName'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'CreateCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime']]], 'CurrentInstance' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'GenericString'], 'InstanceName' => ['shape' => 'GenericString'], 'Tags' => ['shape' => 'TagValuesList'], 'ResourceDetails' => ['shape' => 'ResourceDetails'], 'ResourceUtilization' => ['shape' => 'ResourceUtilization'], 'ReservationCoveredHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'SavingsPlansCoveredHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'OnDemandHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'TotalRunningHoursInLookbackPeriod' => ['shape' => 'GenericString'], 'MonthlyCost' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'DataUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DateInterval' => ['type' => 'structure', 'required' => ['Start', 'End'], 'members' => ['Start' => ['shape' => 'YearMonthDay'], 'End' => ['shape' => 'YearMonthDay']]], 'DeleteCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn']]], 'DeleteCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveEnd' => ['shape' => 'ZonedDateTime']]], 'DescribeCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveOn' => ['shape' => 'ZonedDateTime']]], 'DescribeCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategory' => ['shape' => 'CostCategory']]], 'Dimension' => ['type' => 'string', 'enum' => ['AZ', 'INSTANCE_TYPE', 'LINKED_ACCOUNT', 'LINKED_ACCOUNT_NAME', 'OPERATION', 'PURCHASE_TYPE', 'REGION', 'SERVICE', 'SERVICE_CODE', 'USAGE_TYPE', 'USAGE_TYPE_GROUP', 'RECORD_TYPE', 'OPERATING_SYSTEM', 'TENANCY', 'SCOPE', 'PLATFORM', 'SUBSCRIPTION_ID', 'LEGAL_ENTITY_NAME', 'DEPLOYMENT_OPTION', 'DATABASE_ENGINE', 'CACHE_ENGINE', 'INSTANCE_TYPE_FAMILY', 'BILLING_ENTITY', 'RESERVATION_ID', 'RESOURCE_ID', 'RIGHTSIZING_TYPE', 'SAVINGS_PLANS_TYPE', 'SAVINGS_PLAN_ARN', 'PAYMENT_OPTION']], 'DimensionValues' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Dimension'], 'Values' => ['shape' => 'Values'], 'MatchOptions' => ['shape' => 'MatchOptions']]], 'DimensionValuesWithAttributes' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Value'], 'Attributes' => ['shape' => 'Attributes']]], 'DimensionValuesWithAttributesList' => ['type' => 'list', 'member' => ['shape' => 'DimensionValuesWithAttributes']], 'EC2InstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'AvailabilityZone' => ['shape' => 'GenericString'], 'Platform' => ['shape' => 'GenericString'], 'Tenancy' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'EC2ResourceDetails' => ['type' => 'structure', 'members' => ['HourlyOnDemandRate' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Platform' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'Sku' => ['shape' => 'GenericString'], 'Memory' => ['shape' => 'GenericString'], 'NetworkPerformance' => ['shape' => 'GenericString'], 'Storage' => ['shape' => 'GenericString'], 'Vcpu' => ['shape' => 'GenericString']]], 'EC2ResourceUtilization' => ['type' => 'structure', 'members' => ['MaxCpuUtilizationPercentage' => ['shape' => 'GenericString'], 'MaxMemoryUtilizationPercentage' => ['shape' => 'GenericString'], 'MaxStorageUtilizationPercentage' => ['shape' => 'GenericString']]], 'EC2Specification' => ['type' => 'structure', 'members' => ['OfferingClass' => ['shape' => 'OfferingClass']]], 'ESInstanceDetails' => ['type' => 'structure', 'members' => ['InstanceClass' => ['shape' => 'GenericString'], 'InstanceSize' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'ElastiCacheInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'NodeType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'ProductDescription' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'Entity' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'Estimated' => ['type' => 'boolean'], 'Expression' => ['type' => 'structure', 'members' => ['Or' => ['shape' => 'Expressions'], 'And' => ['shape' => 'Expressions'], 'Not' => ['shape' => 'Expression'], 'Dimensions' => ['shape' => 'DimensionValues'], 'Tags' => ['shape' => 'TagValues'], 'CostCategories' => ['shape' => 'CostCategoryValues']]], 'Expressions' => ['type' => 'list', 'member' => ['shape' => 'Expression']], 'ForecastResult' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'MeanValue' => ['shape' => 'GenericString'], 'PredictionIntervalLowerBound' => ['shape' => 'GenericString'], 'PredictionIntervalUpperBound' => ['shape' => 'GenericString']]], 'ForecastResultsByTime' => ['type' => 'list', 'member' => ['shape' => 'ForecastResult']], 'GenericBoolean' => ['type' => 'boolean'], 'GenericString' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'GetCostAndUsageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetCostAndUsageResponse' => ['type' => 'structure', 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'GroupDefinitions' => ['shape' => 'GroupDefinitions'], 'ResultsByTime' => ['shape' => 'ResultsByTime']]], 'GetCostAndUsageWithResourcesRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetCostAndUsageWithResourcesResponse' => ['type' => 'structure', 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'GroupDefinitions' => ['shape' => 'GroupDefinitions'], 'ResultsByTime' => ['shape' => 'ResultsByTime']]], 'GetCostForecastRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Metric', 'Granularity'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Metric' => ['shape' => 'Metric'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'PredictionIntervalLevel' => ['shape' => 'PredictionIntervalLevel']]], 'GetCostForecastResponse' => ['type' => 'structure', 'members' => ['Total' => ['shape' => 'MetricValue'], 'ForecastResultsByTime' => ['shape' => 'ForecastResultsByTime']]], 'GetDimensionValuesRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Dimension'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'TimePeriod' => ['shape' => 'DateInterval'], 'Dimension' => ['shape' => 'Dimension'], 'Context' => ['shape' => 'Context'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetDimensionValuesResponse' => ['type' => 'structure', 'required' => ['DimensionValues', 'ReturnSize', 'TotalSize'], 'members' => ['DimensionValues' => ['shape' => 'DimensionValuesWithAttributesList'], 'ReturnSize' => ['shape' => 'PageSize'], 'TotalSize' => ['shape' => 'PageSize'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationCoverageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationCoverageResponse' => ['type' => 'structure', 'required' => ['CoveragesByTime'], 'members' => ['CoveragesByTime' => ['shape' => 'CoveragesByTime'], 'Total' => ['shape' => 'Coverage'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationPurchaseRecommendationRequest' => ['type' => 'structure', 'required' => ['Service'], 'members' => ['AccountId' => ['shape' => 'GenericString'], 'Service' => ['shape' => 'GenericString'], 'AccountScope' => ['shape' => 'AccountScope'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'ServiceSpecification' => ['shape' => 'ServiceSpecification'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationPurchaseRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'ReservationPurchaseRecommendationMetadata'], 'Recommendations' => ['shape' => 'ReservationPurchaseRecommendations'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationUtilizationRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetReservationUtilizationResponse' => ['type' => 'structure', 'required' => ['UtilizationsByTime'], 'members' => ['UtilizationsByTime' => ['shape' => 'UtilizationsByTime'], 'Total' => ['shape' => 'ReservationAggregates'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetRightsizingRecommendationRequest' => ['type' => 'structure', 'required' => ['Service'], 'members' => ['Filter' => ['shape' => 'Expression'], 'Configuration' => ['shape' => 'RightsizingRecommendationConfiguration'], 'Service' => ['shape' => 'GenericString'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetRightsizingRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'RightsizingRecommendationMetadata'], 'Summary' => ['shape' => 'RightsizingRecommendationSummary'], 'RightsizingRecommendations' => ['shape' => 'RightsizingRecommendationList'], 'NextPageToken' => ['shape' => 'NextPageToken'], 'Configuration' => ['shape' => 'RightsizingRecommendationConfiguration']]], 'GetSavingsPlansCoverageRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'GroupBy' => ['shape' => 'GroupDefinitions'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'Metrics' => ['shape' => 'MetricNames'], 'NextToken' => ['shape' => 'NextPageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetSavingsPlansCoverageResponse' => ['type' => 'structure', 'required' => ['SavingsPlansCoverages'], 'members' => ['SavingsPlansCoverages' => ['shape' => 'SavingsPlansCoverages'], 'NextToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansPurchaseRecommendationRequest' => ['type' => 'structure', 'required' => ['SavingsPlansType', 'TermInYears', 'PaymentOption', 'LookbackPeriodInDays'], 'members' => ['SavingsPlansType' => ['shape' => 'SupportedSavingsPlansType'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'AccountScope' => ['shape' => 'AccountScope'], 'NextPageToken' => ['shape' => 'NextPageToken'], 'PageSize' => ['shape' => 'NonNegativeInteger'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'Filter' => ['shape' => 'Expression']]], 'GetSavingsPlansPurchaseRecommendationResponse' => ['type' => 'structure', 'members' => ['Metadata' => ['shape' => 'SavingsPlansPurchaseRecommendationMetadata'], 'SavingsPlansPurchaseRecommendation' => ['shape' => 'SavingsPlansPurchaseRecommendation'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansUtilizationDetailsRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Filter' => ['shape' => 'Expression'], 'NextToken' => ['shape' => 'NextPageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetSavingsPlansUtilizationDetailsResponse' => ['type' => 'structure', 'required' => ['SavingsPlansUtilizationDetails', 'TimePeriod'], 'members' => ['SavingsPlansUtilizationDetails' => ['shape' => 'SavingsPlansUtilizationDetails'], 'Total' => ['shape' => 'SavingsPlansUtilizationAggregates'], 'TimePeriod' => ['shape' => 'DateInterval'], 'NextToken' => ['shape' => 'NextPageToken']]], 'GetSavingsPlansUtilizationRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression']]], 'GetSavingsPlansUtilizationResponse' => ['type' => 'structure', 'required' => ['Total'], 'members' => ['SavingsPlansUtilizationsByTime' => ['shape' => 'SavingsPlansUtilizationsByTime'], 'Total' => ['shape' => 'SavingsPlansUtilizationAggregates']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['TimePeriod'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'TimePeriod' => ['shape' => 'DateInterval'], 'TagKey' => ['shape' => 'TagKey'], 'NextPageToken' => ['shape' => 'NextPageToken']]], 'GetTagsResponse' => ['type' => 'structure', 'required' => ['Tags', 'ReturnSize', 'TotalSize'], 'members' => ['NextPageToken' => ['shape' => 'NextPageToken'], 'Tags' => ['shape' => 'TagList'], 'ReturnSize' => ['shape' => 'PageSize'], 'TotalSize' => ['shape' => 'PageSize']]], 'GetUsageForecastRequest' => ['type' => 'structure', 'required' => ['TimePeriod', 'Metric', 'Granularity'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Metric' => ['shape' => 'Metric'], 'Granularity' => ['shape' => 'Granularity'], 'Filter' => ['shape' => 'Expression'], 'PredictionIntervalLevel' => ['shape' => 'PredictionIntervalLevel']]], 'GetUsageForecastResponse' => ['type' => 'structure', 'members' => ['Total' => ['shape' => 'MetricValue'], 'ForecastResultsByTime' => ['shape' => 'ForecastResultsByTime']]], 'Granularity' => ['type' => 'string', 'enum' => ['DAILY', 'MONTHLY', 'HOURLY']], 'Group' => ['type' => 'structure', 'members' => ['Keys' => ['shape' => 'Keys'], 'Metrics' => ['shape' => 'Metrics']]], 'GroupDefinition' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'GroupDefinitionType'], 'Key' => ['shape' => 'GroupDefinitionKey']]], 'GroupDefinitionKey' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'GroupDefinitionType' => ['type' => 'string', 'enum' => ['DIMENSION', 'TAG', 'COST_CATEGORY']], 'GroupDefinitions' => ['type' => 'list', 'member' => ['shape' => 'GroupDefinition']], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'InstanceDetails' => ['type' => 'structure', 'members' => ['EC2InstanceDetails' => ['shape' => 'EC2InstanceDetails'], 'RDSInstanceDetails' => ['shape' => 'RDSInstanceDetails'], 'RedshiftInstanceDetails' => ['shape' => 'RedshiftInstanceDetails'], 'ElastiCacheInstanceDetails' => ['shape' => 'ElastiCacheInstanceDetails'], 'ESInstanceDetails' => ['shape' => 'ESInstanceDetails']]], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Key' => ['type' => 'string'], 'Keys' => ['type' => 'list', 'member' => ['shape' => 'Key']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListCostCategoryDefinitionsRequest' => ['type' => 'structure', 'members' => ['EffectiveOn' => ['shape' => 'ZonedDateTime'], 'NextToken' => ['shape' => 'NextPageToken'], 'MaxResults' => ['shape' => 'CostCategoryMaxResults', 'box' => \true]]], 'ListCostCategoryDefinitionsResponse' => ['type' => 'structure', 'members' => ['CostCategoryReferences' => ['shape' => 'CostCategoryReferencesList'], 'NextToken' => ['shape' => 'NextPageToken']]], 'LookbackPeriodInDays' => ['type' => 'string', 'enum' => ['SEVEN_DAYS', 'THIRTY_DAYS', 'SIXTY_DAYS']], 'MatchOption' => ['type' => 'string', 'enum' => ['EQUALS', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CASE_SENSITIVE', 'CASE_INSENSITIVE']], 'MatchOptions' => ['type' => 'list', 'member' => ['shape' => 'MatchOption']], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'Metric' => ['type' => 'string', 'enum' => ['BLENDED_COST', 'UNBLENDED_COST', 'AMORTIZED_COST', 'NET_UNBLENDED_COST', 'NET_AMORTIZED_COST', 'USAGE_QUANTITY', 'NORMALIZED_USAGE_AMOUNT']], 'MetricAmount' => ['type' => 'string'], 'MetricName' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'MetricNames' => ['type' => 'list', 'member' => ['shape' => 'MetricName']], 'MetricUnit' => ['type' => 'string'], 'MetricValue' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'MetricAmount'], 'Unit' => ['shape' => 'MetricUnit']]], 'Metrics' => ['type' => 'map', 'key' => ['shape' => 'MetricName'], 'value' => ['shape' => 'MetricValue']], 'ModifyRecommendationDetail' => ['type' => 'structure', 'members' => ['TargetInstances' => ['shape' => 'TargetInstancesList']]], 'NetRISavings' => ['type' => 'string'], 'NextPageToken' => ['type' => 'string', 'max' => 8192, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'NonNegativeInteger' => ['type' => 'integer', 'min' => 0], 'OfferingClass' => ['type' => 'string', 'enum' => ['STANDARD', 'CONVERTIBLE']], 'OnDemandCost' => ['type' => 'string'], 'OnDemandCostOfRIHoursUsed' => ['type' => 'string'], 'OnDemandHours' => ['type' => 'string'], 'OnDemandNormalizedUnits' => ['type' => 'string'], 'PageSize' => ['type' => 'integer'], 'PaymentOption' => ['type' => 'string', 'enum' => ['NO_UPFRONT', 'PARTIAL_UPFRONT', 'ALL_UPFRONT', 'LIGHT_UTILIZATION', 'MEDIUM_UTILIZATION', 'HEAVY_UTILIZATION']], 'PredictionIntervalLevel' => ['type' => 'integer', 'max' => 99, 'min' => 51], 'PurchasedHours' => ['type' => 'string'], 'PurchasedUnits' => ['type' => 'string'], 'RDSInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'InstanceType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'DatabaseEngine' => ['shape' => 'GenericString'], 'DatabaseEdition' => ['shape' => 'GenericString'], 'DeploymentOption' => ['shape' => 'GenericString'], 'LicenseModel' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'RecommendationTarget' => ['type' => 'string', 'enum' => ['SAME_INSTANCE_FAMILY', 'CROSS_INSTANCE_FAMILY']], 'RedshiftInstanceDetails' => ['type' => 'structure', 'members' => ['Family' => ['shape' => 'GenericString'], 'NodeType' => ['shape' => 'GenericString'], 'Region' => ['shape' => 'GenericString'], 'CurrentGeneration' => ['shape' => 'GenericBoolean'], 'SizeFlexEligible' => ['shape' => 'GenericBoolean']]], 'RequestChangedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReservationAggregates' => ['type' => 'structure', 'members' => ['UtilizationPercentage' => ['shape' => 'UtilizationPercentage'], 'UtilizationPercentageInUnits' => ['shape' => 'UtilizationPercentageInUnits'], 'PurchasedHours' => ['shape' => 'PurchasedHours'], 'PurchasedUnits' => ['shape' => 'PurchasedUnits'], 'TotalActualHours' => ['shape' => 'TotalActualHours'], 'TotalActualUnits' => ['shape' => 'TotalActualUnits'], 'UnusedHours' => ['shape' => 'UnusedHours'], 'UnusedUnits' => ['shape' => 'UnusedUnits'], 'OnDemandCostOfRIHoursUsed' => ['shape' => 'OnDemandCostOfRIHoursUsed'], 'NetRISavings' => ['shape' => 'NetRISavings'], 'TotalPotentialRISavings' => ['shape' => 'TotalPotentialRISavings'], 'AmortizedUpfrontFee' => ['shape' => 'AmortizedUpfrontFee'], 'AmortizedRecurringFee' => ['shape' => 'AmortizedRecurringFee'], 'TotalAmortizedFee' => ['shape' => 'TotalAmortizedFee']]], 'ReservationCoverageGroup' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes'], 'Coverage' => ['shape' => 'Coverage']]], 'ReservationCoverageGroups' => ['type' => 'list', 'member' => ['shape' => 'ReservationCoverageGroup']], 'ReservationGroupKey' => ['type' => 'string'], 'ReservationGroupValue' => ['type' => 'string'], 'ReservationPurchaseRecommendation' => ['type' => 'structure', 'members' => ['AccountScope' => ['shape' => 'AccountScope'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'ServiceSpecification' => ['shape' => 'ServiceSpecification'], 'RecommendationDetails' => ['shape' => 'ReservationPurchaseRecommendationDetails'], 'RecommendationSummary' => ['shape' => 'ReservationPurchaseRecommendationSummary']]], 'ReservationPurchaseRecommendationDetail' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'GenericString'], 'InstanceDetails' => ['shape' => 'InstanceDetails'], 'RecommendedNumberOfInstancesToPurchase' => ['shape' => 'GenericString'], 'RecommendedNormalizedUnitsToPurchase' => ['shape' => 'GenericString'], 'MinimumNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'MinimumNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'MaximumNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'MaximumNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'AverageNumberOfInstancesUsedPerHour' => ['shape' => 'GenericString'], 'AverageNormalizedUnitsUsedPerHour' => ['shape' => 'GenericString'], 'AverageUtilization' => ['shape' => 'GenericString'], 'EstimatedBreakEvenInMonths' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsPercentage' => ['shape' => 'GenericString'], 'EstimatedMonthlyOnDemandCost' => ['shape' => 'GenericString'], 'EstimatedReservationCostForLookbackPeriod' => ['shape' => 'GenericString'], 'UpfrontCost' => ['shape' => 'GenericString'], 'RecurringStandardMonthlyCost' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendationDetails' => ['type' => 'list', 'member' => ['shape' => 'ReservationPurchaseRecommendationDetail']], 'ReservationPurchaseRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendationSummary' => ['type' => 'structure', 'members' => ['TotalEstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'TotalEstimatedMonthlySavingsPercentage' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'ReservationPurchaseRecommendations' => ['type' => 'list', 'member' => ['shape' => 'ReservationPurchaseRecommendation']], 'ReservationUtilizationGroup' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ReservationGroupKey'], 'Value' => ['shape' => 'ReservationGroupValue'], 'Attributes' => ['shape' => 'Attributes'], 'Utilization' => ['shape' => 'ReservationAggregates']]], 'ReservationUtilizationGroups' => ['type' => 'list', 'member' => ['shape' => 'ReservationUtilizationGroup']], 'ReservedHours' => ['type' => 'string'], 'ReservedNormalizedUnits' => ['type' => 'string'], 'ResourceDetails' => ['type' => 'structure', 'members' => ['EC2ResourceDetails' => ['shape' => 'EC2ResourceDetails']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceUtilization' => ['type' => 'structure', 'members' => ['EC2ResourceUtilization' => ['shape' => 'EC2ResourceUtilization']]], 'ResultByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Total' => ['shape' => 'Metrics'], 'Groups' => ['shape' => 'Groups'], 'Estimated' => ['shape' => 'Estimated']]], 'ResultsByTime' => ['type' => 'list', 'member' => ['shape' => 'ResultByTime']], 'RightsizingRecommendation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'GenericString'], 'CurrentInstance' => ['shape' => 'CurrentInstance'], 'RightsizingType' => ['shape' => 'RightsizingType'], 'ModifyRecommendationDetail' => ['shape' => 'ModifyRecommendationDetail'], 'TerminateRecommendationDetail' => ['shape' => 'TerminateRecommendationDetail']]], 'RightsizingRecommendationConfiguration' => ['type' => 'structure', 'required' => ['RecommendationTarget', 'BenefitsConsidered'], 'members' => ['RecommendationTarget' => ['shape' => 'RecommendationTarget'], 'BenefitsConsidered' => ['shape' => 'GenericBoolean']]], 'RightsizingRecommendationList' => ['type' => 'list', 'member' => ['shape' => 'RightsizingRecommendation']], 'RightsizingRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays']]], 'RightsizingRecommendationSummary' => ['type' => 'structure', 'members' => ['TotalRecommendationCount' => ['shape' => 'GenericString'], 'EstimatedTotalMonthlySavingsAmount' => ['shape' => 'GenericString'], 'SavingsCurrencyCode' => ['shape' => 'GenericString'], 'SavingsPercentage' => ['shape' => 'GenericString']]], 'RightsizingType' => ['type' => 'string', 'enum' => ['TERMINATE', 'MODIFY']], 'SavingsPlanArn' => ['type' => 'string'], 'SavingsPlansAmortizedCommitment' => ['type' => 'structure', 'members' => ['AmortizedRecurringCommitment' => ['shape' => 'GenericString'], 'AmortizedUpfrontCommitment' => ['shape' => 'GenericString'], 'TotalAmortizedCommitment' => ['shape' => 'GenericString']]], 'SavingsPlansCoverage' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes'], 'Coverage' => ['shape' => 'SavingsPlansCoverageData'], 'TimePeriod' => ['shape' => 'DateInterval']]], 'SavingsPlansCoverageData' => ['type' => 'structure', 'members' => ['SpendCoveredBySavingsPlans' => ['shape' => 'GenericString'], 'OnDemandCost' => ['shape' => 'GenericString'], 'TotalCost' => ['shape' => 'GenericString'], 'CoveragePercentage' => ['shape' => 'GenericString']]], 'SavingsPlansCoverages' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansCoverage']], 'SavingsPlansDetails' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'GenericString'], 'InstanceFamily' => ['shape' => 'GenericString'], 'OfferingId' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendation' => ['type' => 'structure', 'members' => ['AccountScope' => ['shape' => 'AccountScope'], 'SavingsPlansType' => ['shape' => 'SupportedSavingsPlansType'], 'TermInYears' => ['shape' => 'TermInYears'], 'PaymentOption' => ['shape' => 'PaymentOption'], 'LookbackPeriodInDays' => ['shape' => 'LookbackPeriodInDays'], 'SavingsPlansPurchaseRecommendationDetails' => ['shape' => 'SavingsPlansPurchaseRecommendationDetailList'], 'SavingsPlansPurchaseRecommendationSummary' => ['shape' => 'SavingsPlansPurchaseRecommendationSummary']]], 'SavingsPlansPurchaseRecommendationDetail' => ['type' => 'structure', 'members' => ['SavingsPlansDetails' => ['shape' => 'SavingsPlansDetails'], 'AccountId' => ['shape' => 'GenericString'], 'UpfrontCost' => ['shape' => 'GenericString'], 'EstimatedROI' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedSPCost' => ['shape' => 'GenericString'], 'EstimatedOnDemandCost' => ['shape' => 'GenericString'], 'EstimatedOnDemandCostWithCurrentCommitment' => ['shape' => 'GenericString'], 'EstimatedSavingsAmount' => ['shape' => 'GenericString'], 'EstimatedSavingsPercentage' => ['shape' => 'GenericString'], 'HourlyCommitmentToPurchase' => ['shape' => 'GenericString'], 'EstimatedAverageUtilization' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'CurrentMinimumHourlyOnDemandSpend' => ['shape' => 'GenericString'], 'CurrentMaximumHourlyOnDemandSpend' => ['shape' => 'GenericString'], 'CurrentAverageHourlyOnDemandSpend' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendationDetailList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansPurchaseRecommendationDetail']], 'SavingsPlansPurchaseRecommendationMetadata' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'GenericString'], 'GenerationTimestamp' => ['shape' => 'GenericString']]], 'SavingsPlansPurchaseRecommendationSummary' => ['type' => 'structure', 'members' => ['EstimatedROI' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'EstimatedTotalCost' => ['shape' => 'GenericString'], 'CurrentOnDemandSpend' => ['shape' => 'GenericString'], 'EstimatedSavingsAmount' => ['shape' => 'GenericString'], 'TotalRecommendationCount' => ['shape' => 'GenericString'], 'DailyCommitmentToPurchase' => ['shape' => 'GenericString'], 'HourlyCommitmentToPurchase' => ['shape' => 'GenericString'], 'EstimatedSavingsPercentage' => ['shape' => 'GenericString'], 'EstimatedMonthlySavingsAmount' => ['shape' => 'GenericString'], 'EstimatedOnDemandCostWithCurrentCommitment' => ['shape' => 'GenericString']]], 'SavingsPlansSavings' => ['type' => 'structure', 'members' => ['NetSavings' => ['shape' => 'GenericString'], 'OnDemandCostEquivalent' => ['shape' => 'GenericString']]], 'SavingsPlansUtilization' => ['type' => 'structure', 'members' => ['TotalCommitment' => ['shape' => 'GenericString'], 'UsedCommitment' => ['shape' => 'GenericString'], 'UnusedCommitment' => ['shape' => 'GenericString'], 'UtilizationPercentage' => ['shape' => 'GenericString']]], 'SavingsPlansUtilizationAggregates' => ['type' => 'structure', 'required' => ['Utilization'], 'members' => ['Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationByTime' => ['type' => 'structure', 'required' => ['TimePeriod', 'Utilization'], 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationDetail' => ['type' => 'structure', 'members' => ['SavingsPlanArn' => ['shape' => 'SavingsPlanArn'], 'Attributes' => ['shape' => 'Attributes'], 'Utilization' => ['shape' => 'SavingsPlansUtilization'], 'Savings' => ['shape' => 'SavingsPlansSavings'], 'AmortizedCommitment' => ['shape' => 'SavingsPlansAmortizedCommitment']]], 'SavingsPlansUtilizationDetails' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansUtilizationDetail']], 'SavingsPlansUtilizationsByTime' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansUtilizationByTime']], 'SearchString' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServiceSpecification' => ['type' => 'structure', 'members' => ['EC2Specification' => ['shape' => 'EC2Specification']]], 'SupportedSavingsPlansType' => ['type' => 'string', 'enum' => ['COMPUTE_SP', 'EC2_INSTANCE_SP']], 'TagKey' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'TagValues' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Values' => ['shape' => 'Values'], 'MatchOptions' => ['shape' => 'MatchOptions']]], 'TagValuesList' => ['type' => 'list', 'member' => ['shape' => 'TagValues']], 'TargetInstance' => ['type' => 'structure', 'members' => ['EstimatedMonthlyCost' => ['shape' => 'GenericString'], 'EstimatedMonthlySavings' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString'], 'DefaultTargetInstance' => ['shape' => 'GenericBoolean'], 'ResourceDetails' => ['shape' => 'ResourceDetails'], 'ExpectedResourceUtilization' => ['shape' => 'ResourceUtilization']]], 'TargetInstancesList' => ['type' => 'list', 'member' => ['shape' => 'TargetInstance']], 'TermInYears' => ['type' => 'string', 'enum' => ['ONE_YEAR', 'THREE_YEARS']], 'TerminateRecommendationDetail' => ['type' => 'structure', 'members' => ['EstimatedMonthlySavings' => ['shape' => 'GenericString'], 'CurrencyCode' => ['shape' => 'GenericString']]], 'TotalActualHours' => ['type' => 'string'], 'TotalActualUnits' => ['type' => 'string'], 'TotalAmortizedFee' => ['type' => 'string'], 'TotalPotentialRISavings' => ['type' => 'string'], 'TotalRunningHours' => ['type' => 'string'], 'TotalRunningNormalizedUnits' => ['type' => 'string'], 'UnresolvableUsageUnitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UnusedHours' => ['type' => 'string'], 'UnusedUnits' => ['type' => 'string'], 'UpdateCostCategoryDefinitionRequest' => ['type' => 'structure', 'required' => ['CostCategoryArn', 'RuleVersion', 'Rules'], 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'RuleVersion' => ['shape' => 'CostCategoryRuleVersion'], 'Rules' => ['shape' => 'CostCategoryRulesList']]], 'UpdateCostCategoryDefinitionResponse' => ['type' => 'structure', 'members' => ['CostCategoryArn' => ['shape' => 'Arn'], 'EffectiveStart' => ['shape' => 'ZonedDateTime']]], 'UtilizationByTime' => ['type' => 'structure', 'members' => ['TimePeriod' => ['shape' => 'DateInterval'], 'Groups' => ['shape' => 'ReservationUtilizationGroups'], 'Total' => ['shape' => 'ReservationAggregates']]], 'UtilizationPercentage' => ['type' => 'string'], 'UtilizationPercentageInUnits' => ['type' => 'string'], 'UtilizationsByTime' => ['type' => 'list', 'member' => ['shape' => 'UtilizationByTime']], 'Value' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\S\\s]*'], 'Values' => ['type' => 'list', 'member' => ['shape' => 'Value']], 'YearMonthDay' => ['type' => 'string', 'max' => 40, 'min' => 0, 'pattern' => '(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?'], 'ZonedDateTime' => ['type' => 'string', 'max' => 25, 'min' => 20, 'pattern' => '^\\d{4}-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(([+-]\\d\\d:\\d\\d)|Z)$']]]; diff --git a/vendor/Aws3/Aws/data/ce/2017-10-25/paginators-1.json.php b/vendor/Aws3/Aws/data/ce/2017-10-25/paginators-1.json.php index 745da10f..3fcd41d1 100644 --- a/vendor/Aws3/Aws/data/ce/2017-10-25/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/ce/2017-10-25/paginators-1.json.php @@ -1,4 +1,4 @@ ['GetSavingsPlansCoverage' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'GetSavingsPlansUtilizationDetails' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['GetSavingsPlansCoverage' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'GetSavingsPlansUtilizationDetails' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListCostCategoryDefinitions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/chime/2018-05-01/api-2.json.php b/vendor/Aws3/Aws/data/chime/2018-05-01/api-2.json.php index 20513b18..7c55022b 100644 --- a/vendor/Aws3/Aws/data/chime/2018-05-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/chime/2018-05-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-05-01', 'endpointPrefix' => 'chime', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Chime', 'serviceId' => 'Chime', 'signatureVersion' => 'v4', 'uid' => 'chime-2018-05-01'], 'operations' => ['AssociatePhoneNumberWithUser' => ['name' => 'AssociatePhoneNumberWithUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=associate-phone-number', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumberWithUserRequest'], 'output' => ['shape' => 'AssociatePhoneNumberWithUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociatePhoneNumbersWithVoiceConnector' => ['name' => 'AssociatePhoneNumbersWithVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorRequest'], 'output' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociatePhoneNumbersWithVoiceConnectorGroup' => ['name' => 'AssociatePhoneNumbersWithVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorGroupRequest'], 'output' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociateSigninDelegateGroupsWithAccount' => ['name' => 'AssociateSigninDelegateGroupsWithAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}?operation=associate-signin-delegate-groups', 'responseCode' => 200], 'input' => ['shape' => 'AssociateSigninDelegateGroupsWithAccountRequest'], 'output' => ['shape' => 'AssociateSigninDelegateGroupsWithAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchCreateAttendee' => ['name' => 'BatchCreateAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees?operation=batch-create', 'responseCode' => 201], 'input' => ['shape' => 'BatchCreateAttendeeRequest'], 'output' => ['shape' => 'BatchCreateAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchCreateRoomMembership' => ['name' => 'BatchCreateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create', 'responseCode' => 201], 'input' => ['shape' => 'BatchCreateRoomMembershipRequest'], 'output' => ['shape' => 'BatchCreateRoomMembershipResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchDeletePhoneNumber' => ['name' => 'BatchDeletePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers?operation=batch-delete', 'responseCode' => 200], 'input' => ['shape' => 'BatchDeletePhoneNumberRequest'], 'output' => ['shape' => 'BatchDeletePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchSuspendUser' => ['name' => 'BatchSuspendUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=suspend', 'responseCode' => 200], 'input' => ['shape' => 'BatchSuspendUserRequest'], 'output' => ['shape' => 'BatchSuspendUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUnsuspendUser' => ['name' => 'BatchUnsuspendUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=unsuspend', 'responseCode' => 200], 'input' => ['shape' => 'BatchUnsuspendUserRequest'], 'output' => ['shape' => 'BatchUnsuspendUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUpdatePhoneNumber' => ['name' => 'BatchUpdatePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers?operation=batch-update', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdatePhoneNumberRequest'], 'output' => ['shape' => 'BatchUpdatePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUpdateUser' => ['name' => 'BatchUpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdateUserRequest'], 'output' => ['shape' => 'BatchUpdateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateAccount' => ['name' => 'CreateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts', 'responseCode' => 201], 'input' => ['shape' => 'CreateAccountRequest'], 'output' => ['shape' => 'CreateAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateAttendee' => ['name' => 'CreateAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees', 'responseCode' => 201], 'input' => ['shape' => 'CreateAttendeeRequest'], 'output' => ['shape' => 'CreateAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateBot' => ['name' => 'CreateBot', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots', 'responseCode' => 201], 'input' => ['shape' => 'CreateBotRequest'], 'output' => ['shape' => 'CreateBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'CreateMeeting' => ['name' => 'CreateMeeting', 'http' => ['method' => 'POST', 'requestUri' => '/meetings', 'responseCode' => 201], 'input' => ['shape' => 'CreateMeetingRequest'], 'output' => ['shape' => 'CreateMeetingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreatePhoneNumberOrder' => ['name' => 'CreatePhoneNumberOrder', 'http' => ['method' => 'POST', 'requestUri' => '/phone-number-orders', 'responseCode' => 201], 'input' => ['shape' => 'CreatePhoneNumberOrderRequest'], 'output' => ['shape' => 'CreatePhoneNumberOrderResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateRoom' => ['name' => 'CreateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms', 'responseCode' => 201], 'input' => ['shape' => 'CreateRoomRequest'], 'output' => ['shape' => 'CreateRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateRoomMembership' => ['name' => 'CreateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships', 'responseCode' => 201], 'input' => ['shape' => 'CreateRoomMembershipRequest'], 'output' => ['shape' => 'CreateRoomMembershipResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=create', 'responseCode' => 201], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateVoiceConnector' => ['name' => 'CreateVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceConnectorRequest'], 'output' => ['shape' => 'CreateVoiceConnectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateVoiceConnectorGroup' => ['name' => 'CreateVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceConnectorGroupRequest'], 'output' => ['shape' => 'CreateVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccount' => ['name' => 'DeleteAccount', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccountRequest'], 'output' => ['shape' => 'DeleteAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteAttendee' => ['name' => 'DeleteAttendee', 'http' => ['method' => 'DELETE', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAttendeeRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteEventsConfiguration' => ['name' => 'DeleteEventsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteEventsConfigurationRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException']]], 'DeleteMeeting' => ['name' => 'DeleteMeeting', 'http' => ['method' => 'DELETE', 'requestUri' => '/meetings/{meetingId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMeetingRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeletePhoneNumber' => ['name' => 'DeletePhoneNumber', 'http' => ['method' => 'DELETE', 'requestUri' => '/phone-numbers/{phoneNumberId}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePhoneNumberRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteRoom' => ['name' => 'DeleteRoom', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRoomRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteRoomMembership' => ['name' => 'DeleteRoomMembership', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRoomMembershipRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnector' => ['name' => 'DeleteVoiceConnector', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorGroup' => ['name' => 'DeleteVoiceConnectorGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorGroupRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorOrigination' => ['name' => 'DeleteVoiceConnectorOrigination', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorOriginationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorStreamingConfiguration' => ['name' => 'DeleteVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorStreamingConfigurationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorTermination' => ['name' => 'DeleteVoiceConnectorTermination', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorTerminationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorTerminationCredentials' => ['name' => 'DeleteVoiceConnectorTerminationCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorTerminationCredentialsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumberFromUser' => ['name' => 'DisassociatePhoneNumberFromUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumberFromUserRequest'], 'output' => ['shape' => 'DisassociatePhoneNumberFromUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumbersFromVoiceConnector' => ['name' => 'DisassociatePhoneNumbersFromVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorRequest'], 'output' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumbersFromVoiceConnectorGroup' => ['name' => 'DisassociatePhoneNumbersFromVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorGroupRequest'], 'output' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociateSigninDelegateGroupsFromAccount' => ['name' => 'DisassociateSigninDelegateGroupsFromAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}?operation=disassociate-signin-delegate-groups', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateSigninDelegateGroupsFromAccountRequest'], 'output' => ['shape' => 'DisassociateSigninDelegateGroupsFromAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'GetAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAccountSettings' => ['name' => 'GetAccountSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/settings'], 'input' => ['shape' => 'GetAccountSettingsRequest'], 'output' => ['shape' => 'GetAccountSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAttendee' => ['name' => 'GetAttendee', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAttendeeRequest'], 'output' => ['shape' => 'GetAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetBot' => ['name' => 'GetBot', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots/{botId}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotRequest'], 'output' => ['shape' => 'GetBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException']]], 'GetEventsConfiguration' => ['name' => 'GetEventsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetEventsConfigurationRequest'], 'output' => ['shape' => 'GetEventsConfigurationResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException']]], 'GetGlobalSettings' => ['name' => 'GetGlobalSettings', 'http' => ['method' => 'GET', 'requestUri' => '/settings', 'responseCode' => 200], 'output' => ['shape' => 'GetGlobalSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetMeeting' => ['name' => 'GetMeeting', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}', 'responseCode' => 200], 'input' => ['shape' => 'GetMeetingRequest'], 'output' => ['shape' => 'GetMeetingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumber' => ['name' => 'GetPhoneNumber', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers/{phoneNumberId}'], 'input' => ['shape' => 'GetPhoneNumberRequest'], 'output' => ['shape' => 'GetPhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumberOrder' => ['name' => 'GetPhoneNumberOrder', 'http' => ['method' => 'GET', 'requestUri' => '/phone-number-orders/{phoneNumberOrderId}', 'responseCode' => 200], 'input' => ['shape' => 'GetPhoneNumberOrderRequest'], 'output' => ['shape' => 'GetPhoneNumberOrderResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumberSettings' => ['name' => 'GetPhoneNumberSettings', 'http' => ['method' => 'GET', 'requestUri' => '/settings/phone-number', 'responseCode' => 200], 'output' => ['shape' => 'GetPhoneNumberSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetRoom' => ['name' => 'GetRoom', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRoomRequest'], 'output' => ['shape' => 'GetRoomResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users/{userId}', 'responseCode' => 200], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetUserSettings' => ['name' => 'GetUserSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users/{userId}/settings', 'responseCode' => 200], 'input' => ['shape' => 'GetUserSettingsRequest'], 'output' => ['shape' => 'GetUserSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnector' => ['name' => 'GetVoiceConnector', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorRequest'], 'output' => ['shape' => 'GetVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorGroup' => ['name' => 'GetVoiceConnectorGroup', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorGroupRequest'], 'output' => ['shape' => 'GetVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorLoggingConfiguration' => ['name' => 'GetVoiceConnectorLoggingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/logging-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorLoggingConfigurationRequest'], 'output' => ['shape' => 'GetVoiceConnectorLoggingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorOrigination' => ['name' => 'GetVoiceConnectorOrigination', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorOriginationRequest'], 'output' => ['shape' => 'GetVoiceConnectorOriginationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorStreamingConfiguration' => ['name' => 'GetVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorStreamingConfigurationRequest'], 'output' => ['shape' => 'GetVoiceConnectorStreamingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorTermination' => ['name' => 'GetVoiceConnectorTermination', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorTerminationRequest'], 'output' => ['shape' => 'GetVoiceConnectorTerminationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorTerminationHealth' => ['name' => 'GetVoiceConnectorTerminationHealth', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/health', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorTerminationHealthRequest'], 'output' => ['shape' => 'GetVoiceConnectorTerminationHealthResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'InviteUsers' => ['name' => 'InviteUsers', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=add', 'responseCode' => 201], 'input' => ['shape' => 'InviteUsersRequest'], 'output' => ['shape' => 'InviteUsersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListAccounts' => ['name' => 'ListAccounts', 'http' => ['method' => 'GET', 'requestUri' => '/accounts'], 'input' => ['shape' => 'ListAccountsRequest'], 'output' => ['shape' => 'ListAccountsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListAttendees' => ['name' => 'ListAttendees', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/attendees', 'responseCode' => 200], 'input' => ['shape' => 'ListAttendeesRequest'], 'output' => ['shape' => 'ListAttendeesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListBots' => ['name' => 'ListBots', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots', 'responseCode' => 200], 'input' => ['shape' => 'ListBotsRequest'], 'output' => ['shape' => 'ListBotsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'ListMeetings' => ['name' => 'ListMeetings', 'http' => ['method' => 'GET', 'requestUri' => '/meetings', 'responseCode' => 200], 'input' => ['shape' => 'ListMeetingsRequest'], 'output' => ['shape' => 'ListMeetingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListPhoneNumberOrders' => ['name' => 'ListPhoneNumberOrders', 'http' => ['method' => 'GET', 'requestUri' => '/phone-number-orders', 'responseCode' => 200], 'input' => ['shape' => 'ListPhoneNumberOrdersRequest'], 'output' => ['shape' => 'ListPhoneNumberOrdersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListPhoneNumbers' => ['name' => 'ListPhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers'], 'input' => ['shape' => 'ListPhoneNumbersRequest'], 'output' => ['shape' => 'ListPhoneNumbersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListRoomMemberships' => ['name' => 'ListRoomMemberships', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships', 'responseCode' => 200], 'input' => ['shape' => 'ListRoomMembershipsRequest'], 'output' => ['shape' => 'ListRoomMembershipsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListRooms' => ['name' => 'ListRooms', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms', 'responseCode' => 200], 'input' => ['shape' => 'ListRoomsRequest'], 'output' => ['shape' => 'ListRoomsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users', 'responseCode' => 200], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectorGroups' => ['name' => 'ListVoiceConnectorGroups', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connector-groups', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorGroupsRequest'], 'output' => ['shape' => 'ListVoiceConnectorGroupsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectorTerminationCredentials' => ['name' => 'ListVoiceConnectorTerminationCredentials', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorTerminationCredentialsRequest'], 'output' => ['shape' => 'ListVoiceConnectorTerminationCredentialsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectors' => ['name' => 'ListVoiceConnectors', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorsRequest'], 'output' => ['shape' => 'ListVoiceConnectorsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'LogoutUser' => ['name' => 'LogoutUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=logout', 'responseCode' => 204], 'input' => ['shape' => 'LogoutUserRequest'], 'output' => ['shape' => 'LogoutUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutEventsConfiguration' => ['name' => 'PutEventsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 201], 'input' => ['shape' => 'PutEventsConfigurationRequest'], 'output' => ['shape' => 'PutEventsConfigurationResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException']]], 'PutVoiceConnectorLoggingConfiguration' => ['name' => 'PutVoiceConnectorLoggingConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/logging-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorLoggingConfigurationRequest'], 'output' => ['shape' => 'PutVoiceConnectorLoggingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorOrigination' => ['name' => 'PutVoiceConnectorOrigination', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorOriginationRequest'], 'output' => ['shape' => 'PutVoiceConnectorOriginationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorStreamingConfiguration' => ['name' => 'PutVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorStreamingConfigurationRequest'], 'output' => ['shape' => 'PutVoiceConnectorStreamingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorTermination' => ['name' => 'PutVoiceConnectorTermination', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorTerminationRequest'], 'output' => ['shape' => 'PutVoiceConnectorTerminationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorTerminationCredentials' => ['name' => 'PutVoiceConnectorTerminationCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put', 'responseCode' => 204], 'input' => ['shape' => 'PutVoiceConnectorTerminationCredentialsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RegenerateSecurityToken' => ['name' => 'RegenerateSecurityToken', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots/{botId}?operation=regenerate-security-token', 'responseCode' => 200], 'input' => ['shape' => 'RegenerateSecurityTokenRequest'], 'output' => ['shape' => 'RegenerateSecurityTokenResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'ResetPersonalPIN' => ['name' => 'ResetPersonalPIN', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=reset-personal-pin', 'responseCode' => 200], 'input' => ['shape' => 'ResetPersonalPINRequest'], 'output' => ['shape' => 'ResetPersonalPINResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RestorePhoneNumber' => ['name' => 'RestorePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers/{phoneNumberId}?operation=restore', 'responseCode' => 200], 'input' => ['shape' => 'RestorePhoneNumberRequest'], 'output' => ['shape' => 'RestorePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'SearchAvailablePhoneNumbers' => ['name' => 'SearchAvailablePhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/search?type=phone-numbers'], 'input' => ['shape' => 'SearchAvailablePhoneNumbersRequest'], 'output' => ['shape' => 'SearchAvailablePhoneNumbersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccount' => ['name' => 'UpdateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAccountRequest'], 'output' => ['shape' => 'UpdateAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccountSettings' => ['name' => 'UpdateAccountSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateAccountSettingsRequest'], 'output' => ['shape' => 'UpdateAccountSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateBot' => ['name' => 'UpdateBot', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots/{botId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBotRequest'], 'output' => ['shape' => 'UpdateBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'UpdateGlobalSettings' => ['name' => 'UpdateGlobalSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateGlobalSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdatePhoneNumber' => ['name' => 'UpdatePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers/{phoneNumberId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePhoneNumberRequest'], 'output' => ['shape' => 'UpdatePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdatePhoneNumberSettings' => ['name' => 'UpdatePhoneNumberSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/settings/phone-number', 'responseCode' => 204], 'input' => ['shape' => 'UpdatePhoneNumberSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoom' => ['name' => 'UpdateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRoomRequest'], 'output' => ['shape' => 'UpdateRoomResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoomMembership' => ['name' => 'UpdateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRoomMembershipRequest'], 'output' => ['shape' => 'UpdateRoomMembershipResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateUserSettings' => ['name' => 'UpdateUserSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/users/{userId}/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateUserSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateVoiceConnector' => ['name' => 'UpdateVoiceConnector', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVoiceConnectorRequest'], 'output' => ['shape' => 'UpdateVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateVoiceConnectorGroup' => ['name' => 'UpdateVoiceConnectorGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateVoiceConnectorGroupRequest'], 'output' => ['shape' => 'UpdateVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Account' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AccountId', 'Name'], 'members' => ['AwsAccountId' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'AccountType' => ['shape' => 'AccountType'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'DefaultLicense' => ['shape' => 'License'], 'SupportedLicenses' => ['shape' => 'LicenseList'], 'SigninDelegateGroups' => ['shape' => 'SigninDelegateGroupList']]], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'AccountName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '.*\\S.*'], 'AccountSettings' => ['type' => 'structure', 'members' => ['DisableRemoteControl' => ['shape' => 'Boolean'], 'EnableDialOut' => ['shape' => 'Boolean']]], 'AccountType' => ['type' => 'string', 'enum' => ['Team', 'EnterpriseDirectory', 'EnterpriseLWA', 'EnterpriseOIDC']], 'AlexaForBusinessMetadata' => ['type' => 'structure', 'members' => ['IsAlexaForBusinessEnabled' => ['shape' => 'Boolean'], 'AlexaForBusinessRoomArn' => ['shape' => 'SensitiveString']]], 'Arn' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$', 'sensitive' => \true], 'AssociatePhoneNumberWithUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId', 'E164PhoneNumber'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId'], 'E164PhoneNumber' => ['shape' => 'E164PhoneNumber']]], 'AssociatePhoneNumberWithUserResponse' => ['type' => 'structure', 'members' => []], 'AssociatePhoneNumbersWithVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList'], 'ForceAssociate' => ['shape' => 'NullableBoolean']]], 'AssociatePhoneNumbersWithVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'AssociatePhoneNumbersWithVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList'], 'ForceAssociate' => ['shape' => 'NullableBoolean']]], 'AssociatePhoneNumbersWithVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'AssociateSigninDelegateGroupsWithAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'SigninDelegateGroups'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'SigninDelegateGroups' => ['shape' => 'SigninDelegateGroupList']]], 'AssociateSigninDelegateGroupsWithAccountResponse' => ['type' => 'structure', 'members' => []], 'Attendee' => ['type' => 'structure', 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'AttendeeId' => ['shape' => 'GuidString'], 'JoinToken' => ['shape' => 'JoinTokenString']]], 'AttendeeList' => ['type' => 'list', 'member' => ['shape' => 'Attendee']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BatchCreateAttendeeErrorList' => ['type' => 'list', 'member' => ['shape' => 'CreateAttendeeError']], 'BatchCreateAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'Attendees'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'Attendees' => ['shape' => 'CreateAttendeeRequestItemList']]], 'BatchCreateAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendees' => ['shape' => 'AttendeeList'], 'Errors' => ['shape' => 'BatchCreateAttendeeErrorList']]], 'BatchCreateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MembershipItemList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MembershipItemList' => ['shape' => 'MembershipItemList']]], 'BatchCreateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['Errors' => ['shape' => 'MemberErrorList']]], 'BatchDeletePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberIds'], 'members' => ['PhoneNumberIds' => ['shape' => 'NonEmptyStringList']]], 'BatchDeletePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'BatchSuspendUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserIdList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserIdList' => ['shape' => 'UserIdList']]], 'BatchSuspendUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'BatchUnsuspendUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserIdList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserIdList' => ['shape' => 'UserIdList']]], 'BatchUnsuspendUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'BatchUpdatePhoneNumberRequest' => ['type' => 'structure', 'required' => ['UpdatePhoneNumberRequestItems'], 'members' => ['UpdatePhoneNumberRequestItems' => ['shape' => 'UpdatePhoneNumberRequestItemList']]], 'BatchUpdatePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'BatchUpdateUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UpdateUserRequestItems'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UpdateUserRequestItems' => ['shape' => 'UpdateUserRequestItemList']]], 'BatchUpdateUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'Boolean' => ['type' => 'boolean'], 'Bot' => ['type' => 'structure', 'members' => ['BotId' => ['shape' => 'String'], 'UserId' => ['shape' => 'String'], 'DisplayName' => ['shape' => 'SensitiveString'], 'BotType' => ['shape' => 'BotType'], 'Disabled' => ['shape' => 'NullableBoolean'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'BotEmail' => ['shape' => 'SensitiveString'], 'SecurityToken' => ['shape' => 'SensitiveString']]], 'BotList' => ['type' => 'list', 'member' => ['shape' => 'Bot']], 'BotType' => ['type' => 'string', 'enum' => ['ChatBot']], 'BusinessCallingSettings' => ['type' => 'structure', 'members' => ['CdrBucket' => ['shape' => 'String', 'box' => \true]]], 'CallingName' => ['type' => 'string', 'pattern' => '^$|^[a-zA-Z0-9 ]{2,15}$', 'sensitive' => \true], 'CallingNameStatus' => ['type' => 'string', 'enum' => ['Unassigned', 'UpdateInProgress', 'UpdateSucceeded', 'UpdateFailed']], 'CallingRegion' => ['type' => 'string'], 'CallingRegionList' => ['type' => 'list', 'member' => ['shape' => 'CallingRegion']], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[-_a-zA-Z0-9]*', 'sensitive' => \true], 'ConflictException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CpsLimit' => ['type' => 'integer', 'min' => 1], 'CreateAccountRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AccountName']]], 'CreateAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'CreateAttendeeError' => ['type' => 'structure', 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'CreateAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'ExternalUserId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'ExternalUserId' => ['shape' => 'ExternalUserIdType']]], 'CreateAttendeeRequestItem' => ['type' => 'structure', 'required' => ['ExternalUserId'], 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType']]], 'CreateAttendeeRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'CreateAttendeeRequestItem']], 'CreateAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendee' => ['shape' => 'Attendee']]], 'CreateBotRequest' => ['type' => 'structure', 'required' => ['DisplayName', 'AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'DisplayName' => ['shape' => 'SensitiveString'], 'Domain' => ['shape' => 'NonEmptyString']]], 'CreateBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'CreateMeetingRequest' => ['type' => 'structure', 'required' => ['ClientRequestToken'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'MeetingHostId' => ['shape' => 'ExternalUserIdType'], 'MediaRegion' => ['shape' => 'String'], 'NotificationsConfiguration' => ['shape' => 'MeetingNotificationConfiguration']]], 'CreateMeetingResponse' => ['type' => 'structure', 'members' => ['Meeting' => ['shape' => 'Meeting']]], 'CreatePhoneNumberOrderRequest' => ['type' => 'structure', 'required' => ['ProductType', 'E164PhoneNumbers'], 'members' => ['ProductType' => ['shape' => 'PhoneNumberProductType'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'CreatePhoneNumberOrderResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrder' => ['shape' => 'PhoneNumberOrder']]], 'CreateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'CreateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['RoomMembership' => ['shape' => 'RoomMembership']]], 'CreateRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Name' => ['shape' => 'SensitiveString'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Username' => ['shape' => 'String'], 'Email' => ['shape' => 'EmailAddress'], 'UserType' => ['shape' => 'UserType']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'CreateVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList']]], 'CreateVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'CreateVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['Name', 'RequireEncryption'], 'members' => ['Name' => ['shape' => 'VoiceConnectorName'], 'AwsRegion' => ['shape' => 'VoiceConnectorAwsRegion'], 'RequireEncryption' => ['shape' => 'Boolean']]], 'CreateVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'Credential' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'SensitiveString'], 'Password' => ['shape' => 'SensitiveString']]], 'CredentialList' => ['type' => 'list', 'member' => ['shape' => 'Credential']], 'DataRetentionInHours' => ['type' => 'integer', 'min' => 0], 'DeleteAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'DeleteAccountResponse' => ['type' => 'structure', 'members' => []], 'DeleteAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId']]], 'DeleteEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'DeleteMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId']]], 'DeletePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'DeleteRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'memberId']]], 'DeleteRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId']]], 'DeleteVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId']]], 'DeleteVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Usernames' => ['shape' => 'SensitiveStringList']]], 'DeleteVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DisassociatePhoneNumberFromUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId']]], 'DisassociatePhoneNumberFromUserResponse' => ['type' => 'structure', 'members' => []], 'DisassociatePhoneNumbersFromVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'DisassociatePhoneNumbersFromVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'DisassociatePhoneNumbersFromVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'DisassociatePhoneNumbersFromVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'DisassociateSigninDelegateGroupsFromAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'GroupNames'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'GroupNames' => ['shape' => 'NonEmptyStringList']]], 'DisassociateSigninDelegateGroupsFromAccountResponse' => ['type' => 'structure', 'members' => []], 'E164PhoneNumber' => ['type' => 'string', 'pattern' => '^\\+?[1-9]\\d{1,14}$', 'sensitive' => \true], 'E164PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'E164PhoneNumber']], 'EmailAddress' => ['type' => 'string', 'pattern' => '.+@.+\\..+', 'sensitive' => \true], 'EmailStatus' => ['type' => 'string', 'enum' => ['NotSent', 'Sent', 'Failed']], 'ErrorCode' => ['type' => 'string', 'enum' => ['BadRequest', 'Conflict', 'Forbidden', 'NotFound', 'PreconditionFailed', 'ResourceLimitExceeded', 'ServiceFailure', 'AccessDenied', 'ServiceUnavailable', 'Throttled', 'Unauthorized', 'Unprocessable', 'VoiceConnectorGroupAssociationsExist', 'PhoneNumberAssociationsExist']], 'EventsConfiguration' => ['type' => 'structure', 'members' => ['BotId' => ['shape' => 'String'], 'OutboundEventsHTTPSEndpoint' => ['shape' => 'SensitiveString'], 'LambdaFunctionArn' => ['shape' => 'SensitiveString']]], 'ExternalUserIdType' => ['type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => \true], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GetAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'GetAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'GetAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'GetAccountSettingsResponse' => ['type' => 'structure', 'members' => ['AccountSettings' => ['shape' => 'AccountSettings']]], 'GetAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId']]], 'GetAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendee' => ['shape' => 'Attendee']]], 'GetBotRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'GetBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'GetEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'GetEventsConfigurationResponse' => ['type' => 'structure', 'members' => ['EventsConfiguration' => ['shape' => 'EventsConfiguration']]], 'GetGlobalSettingsResponse' => ['type' => 'structure', 'members' => ['BusinessCalling' => ['shape' => 'BusinessCallingSettings'], 'VoiceConnector' => ['shape' => 'VoiceConnectorSettings']]], 'GetMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId']]], 'GetMeetingResponse' => ['type' => 'structure', 'members' => ['Meeting' => ['shape' => 'Meeting']]], 'GetPhoneNumberOrderRequest' => ['type' => 'structure', 'required' => ['PhoneNumberOrderId'], 'members' => ['PhoneNumberOrderId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'phoneNumberOrderId']]], 'GetPhoneNumberOrderResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrder' => ['shape' => 'PhoneNumberOrder']]], 'GetPhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'GetPhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'GetPhoneNumberSettingsResponse' => ['type' => 'structure', 'members' => ['CallingName' => ['shape' => 'CallingName'], 'CallingNameUpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'GetRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId']]], 'GetRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'GetUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'GetUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'GetUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId']]], 'GetUserSettingsResponse' => ['type' => 'structure', 'members' => ['UserSettings' => ['shape' => 'UserSettings']]], 'GetVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId']]], 'GetVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'GetVoiceConnectorLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorOriginationResponse' => ['type' => 'structure', 'members' => ['Origination' => ['shape' => 'Origination']]], 'GetVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'GetVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorStreamingConfigurationResponse' => ['type' => 'structure', 'members' => ['StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'GetVoiceConnectorTerminationHealthRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorTerminationHealthResponse' => ['type' => 'structure', 'members' => ['TerminationHealth' => ['shape' => 'TerminationHealth']]], 'GetVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorTerminationResponse' => ['type' => 'structure', 'members' => ['Termination' => ['shape' => 'Termination']]], 'GuidString' => ['type' => 'string', 'pattern' => '[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}'], 'Invite' => ['type' => 'structure', 'members' => ['InviteId' => ['shape' => 'String'], 'Status' => ['shape' => 'InviteStatus'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'EmailStatus' => ['shape' => 'EmailStatus']]], 'InviteList' => ['type' => 'list', 'member' => ['shape' => 'Invite']], 'InviteStatus' => ['type' => 'string', 'enum' => ['Pending', 'Accepted', 'Failed']], 'InviteUsersRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserEmailList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserEmailList' => ['shape' => 'UserEmailList'], 'UserType' => ['shape' => 'UserType']]], 'InviteUsersResponse' => ['type' => 'structure', 'members' => ['Invites' => ['shape' => 'InviteList']]], 'Iso8601Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'JoinTokenString' => ['type' => 'string', 'max' => 2048, 'min' => 2, 'sensitive' => \true], 'License' => ['type' => 'string', 'enum' => ['Basic', 'Plus', 'Pro', 'ProTrial']], 'LicenseList' => ['type' => 'list', 'member' => ['shape' => 'License']], 'ListAccountsRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccountName', 'location' => 'querystring', 'locationName' => 'name'], 'UserEmail' => ['shape' => 'EmailAddress', 'location' => 'querystring', 'locationName' => 'user-email'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ProfileServiceMaxResults', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListAccountsResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'AccountList'], 'NextToken' => ['shape' => 'String']]], 'ListAttendeesRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListAttendeesResponse' => ['type' => 'structure', 'members' => ['Attendees' => ['shape' => 'AttendeeList'], 'NextToken' => ['shape' => 'String']]], 'ListBotsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListBotsResponse' => ['type' => 'structure', 'members' => ['Bots' => ['shape' => 'BotList'], 'NextToken' => ['shape' => 'String']]], 'ListMeetingsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListMeetingsResponse' => ['type' => 'structure', 'members' => ['Meetings' => ['shape' => 'MeetingList'], 'NextToken' => ['shape' => 'String']]], 'ListPhoneNumberOrdersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListPhoneNumberOrdersResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrders' => ['shape' => 'PhoneNumberOrderList'], 'NextToken' => ['shape' => 'String']]], 'ListPhoneNumbersRequest' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'PhoneNumberStatus', 'location' => 'querystring', 'locationName' => 'status'], 'ProductType' => ['shape' => 'PhoneNumberProductType', 'location' => 'querystring', 'locationName' => 'product-type'], 'FilterName' => ['shape' => 'PhoneNumberAssociationName', 'location' => 'querystring', 'locationName' => 'filter-name'], 'FilterValue' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'filter-value'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPhoneNumbersResponse' => ['type' => 'structure', 'members' => ['PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'NextToken' => ['shape' => 'String']]], 'ListRoomMembershipsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRoomMembershipsResponse' => ['type' => 'structure', 'members' => ['RoomMemberships' => ['shape' => 'RoomMembershipList'], 'NextToken' => ['shape' => 'String']]], 'ListRoomsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'MemberId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'member-id'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRoomsResponse' => ['type' => 'structure', 'members' => ['Rooms' => ['shape' => 'RoomList'], 'NextToken' => ['shape' => 'String']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserEmail' => ['shape' => 'EmailAddress', 'location' => 'querystring', 'locationName' => 'user-email'], 'UserType' => ['shape' => 'UserType', 'location' => 'querystring', 'locationName' => 'user-type'], 'MaxResults' => ['shape' => 'ProfileServiceMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UserList'], 'NextToken' => ['shape' => 'String']]], 'ListVoiceConnectorGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListVoiceConnectorGroupsResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroups' => ['shape' => 'VoiceConnectorGroupList'], 'NextToken' => ['shape' => 'String']]], 'ListVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'ListVoiceConnectorTerminationCredentialsResponse' => ['type' => 'structure', 'members' => ['Usernames' => ['shape' => 'SensitiveStringList']]], 'ListVoiceConnectorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListVoiceConnectorsResponse' => ['type' => 'structure', 'members' => ['VoiceConnectors' => ['shape' => 'VoiceConnectorList'], 'NextToken' => ['shape' => 'String']]], 'LoggingConfiguration' => ['type' => 'structure', 'members' => ['EnableSIPLogs' => ['shape' => 'Boolean']]], 'LogoutUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'LogoutUserResponse' => ['type' => 'structure', 'members' => []], 'MediaPlacement' => ['type' => 'structure', 'members' => ['AudioHostUrl' => ['shape' => 'UriType'], 'AudioFallbackUrl' => ['shape' => 'UriType'], 'ScreenDataUrl' => ['shape' => 'UriType'], 'ScreenSharingUrl' => ['shape' => 'UriType'], 'ScreenViewingUrl' => ['shape' => 'UriType'], 'SignalingUrl' => ['shape' => 'UriType'], 'TurnControlUrl' => ['shape' => 'UriType']]], 'Meeting' => ['type' => 'structure', 'members' => ['MeetingId' => ['shape' => 'GuidString'], 'MediaPlacement' => ['shape' => 'MediaPlacement'], 'MediaRegion' => ['shape' => 'String']]], 'MeetingList' => ['type' => 'list', 'member' => ['shape' => 'Meeting']], 'MeetingNotificationConfiguration' => ['type' => 'structure', 'members' => ['SnsTopicArn' => ['shape' => 'Arn'], 'SqsQueueArn' => ['shape' => 'Arn']]], 'Member' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'MemberType' => ['shape' => 'MemberType'], 'Email' => ['shape' => 'SensitiveString'], 'FullName' => ['shape' => 'SensitiveString'], 'AccountId' => ['shape' => 'NonEmptyString']]], 'MemberError' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'MemberErrorList' => ['type' => 'list', 'member' => ['shape' => 'MemberError']], 'MemberType' => ['type' => 'string', 'enum' => ['User', 'Bot', 'Webhook']], 'MembershipItem' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'MembershipItemList' => ['type' => 'list', 'member' => ['shape' => 'MembershipItem'], 'max' => 50], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NonEmptyStringList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NullableBoolean' => ['type' => 'boolean'], 'OrderedPhoneNumber' => ['type' => 'structure', 'members' => ['E164PhoneNumber' => ['shape' => 'E164PhoneNumber'], 'Status' => ['shape' => 'OrderedPhoneNumberStatus']]], 'OrderedPhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'OrderedPhoneNumber']], 'OrderedPhoneNumberStatus' => ['type' => 'string', 'enum' => ['Processing', 'Acquired', 'Failed']], 'Origination' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'OriginationRouteList'], 'Disabled' => ['shape' => 'Boolean']]], 'OriginationRoute' => ['type' => 'structure', 'members' => ['Host' => ['shape' => 'String'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'OriginationRouteProtocol'], 'Priority' => ['shape' => 'OriginationRoutePriority'], 'Weight' => ['shape' => 'OriginationRouteWeight']]], 'OriginationRouteList' => ['type' => 'list', 'member' => ['shape' => 'OriginationRoute']], 'OriginationRoutePriority' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'OriginationRouteProtocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'OriginationRouteWeight' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PhoneNumber' => ['type' => 'structure', 'members' => ['PhoneNumberId' => ['shape' => 'String'], 'E164PhoneNumber' => ['shape' => 'E164PhoneNumber'], 'Type' => ['shape' => 'PhoneNumberType'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'Status' => ['shape' => 'PhoneNumberStatus'], 'Capabilities' => ['shape' => 'PhoneNumberCapabilities'], 'Associations' => ['shape' => 'PhoneNumberAssociationList'], 'CallingName' => ['shape' => 'CallingName'], 'CallingNameStatus' => ['shape' => 'CallingNameStatus'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'DeletionTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberAssociation' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String'], 'Name' => ['shape' => 'PhoneNumberAssociationName'], 'AssociatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberAssociationList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberAssociation']], 'PhoneNumberAssociationName' => ['type' => 'string', 'enum' => ['AccountId', 'UserId', 'VoiceConnectorId', 'VoiceConnectorGroupId']], 'PhoneNumberCapabilities' => ['type' => 'structure', 'members' => ['InboundCall' => ['shape' => 'NullableBoolean'], 'OutboundCall' => ['shape' => 'NullableBoolean'], 'InboundSMS' => ['shape' => 'NullableBoolean'], 'OutboundSMS' => ['shape' => 'NullableBoolean'], 'InboundMMS' => ['shape' => 'NullableBoolean'], 'OutboundMMS' => ['shape' => 'NullableBoolean']]], 'PhoneNumberError' => ['type' => 'structure', 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'PhoneNumberErrorList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberError']], 'PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumber']], 'PhoneNumberMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'PhoneNumberOrder' => ['type' => 'structure', 'members' => ['PhoneNumberOrderId' => ['shape' => 'GuidString'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'Status' => ['shape' => 'PhoneNumberOrderStatus'], 'OrderedPhoneNumbers' => ['shape' => 'OrderedPhoneNumberList'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberOrderList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberOrder']], 'PhoneNumberOrderStatus' => ['type' => 'string', 'enum' => ['Processing', 'Successful', 'Failed', 'Partial']], 'PhoneNumberProductType' => ['type' => 'string', 'enum' => ['BusinessCalling', 'VoiceConnector']], 'PhoneNumberStatus' => ['type' => 'string', 'enum' => ['AcquireInProgress', 'AcquireFailed', 'Unassigned', 'Assigned', 'ReleaseInProgress', 'DeleteInProgress', 'ReleaseFailed', 'DeleteFailed']], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['Local', 'TollFree']], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'ProfileServiceMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'PutEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId'], 'OutboundEventsHTTPSEndpoint' => ['shape' => 'SensitiveString'], 'LambdaFunctionArn' => ['shape' => 'SensitiveString']]], 'PutEventsConfigurationResponse' => ['type' => 'structure', 'members' => ['EventsConfiguration' => ['shape' => 'EventsConfiguration']]], 'PutVoiceConnectorLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'LoggingConfiguration'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutVoiceConnectorLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Origination'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Origination' => ['shape' => 'Origination']]], 'PutVoiceConnectorOriginationResponse' => ['type' => 'structure', 'members' => ['Origination' => ['shape' => 'Origination']]], 'PutVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'StreamingConfiguration'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'PutVoiceConnectorStreamingConfigurationResponse' => ['type' => 'structure', 'members' => ['StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'PutVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Credentials' => ['shape' => 'CredentialList']]], 'PutVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Termination'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Termination' => ['shape' => 'Termination']]], 'PutVoiceConnectorTerminationResponse' => ['type' => 'structure', 'members' => ['Termination' => ['shape' => 'Termination']]], 'RegenerateSecurityTokenRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'RegenerateSecurityTokenResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['Unregistered', 'Registered', 'Suspended']], 'ResetPersonalPINRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'ResetPersonalPINResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RestorePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'RestorePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'ResultMax' => ['type' => 'integer', 'max' => 99, 'min' => 1], 'Room' => ['type' => 'structure', 'members' => ['RoomId' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'SensitiveString'], 'AccountId' => ['shape' => 'NonEmptyString'], 'CreatedBy' => ['shape' => 'NonEmptyString'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'RoomList' => ['type' => 'list', 'member' => ['shape' => 'Room']], 'RoomMembership' => ['type' => 'structure', 'members' => ['RoomId' => ['shape' => 'NonEmptyString'], 'Member' => ['shape' => 'Member'], 'Role' => ['shape' => 'RoomMembershipRole'], 'InvitedBy' => ['shape' => 'NonEmptyString'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'RoomMembershipList' => ['type' => 'list', 'member' => ['shape' => 'RoomMembership']], 'RoomMembershipRole' => ['type' => 'string', 'enum' => ['Administrator', 'Member']], 'SearchAvailablePhoneNumbersRequest' => ['type' => 'structure', 'members' => ['AreaCode' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'area-code'], 'City' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'city'], 'Country' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'country'], 'State' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'state'], 'TollFreePrefix' => ['shape' => 'TollFreePrefix', 'location' => 'querystring', 'locationName' => 'toll-free-prefix'], 'MaxResults' => ['shape' => 'PhoneNumberMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'SearchAvailablePhoneNumbersResponse' => ['type' => 'structure', 'members' => ['E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'SensitiveStringList' => ['type' => 'list', 'member' => ['shape' => 'SensitiveString']], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SigninDelegateGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString']]], 'SigninDelegateGroupList' => ['type' => 'list', 'member' => ['shape' => 'SigninDelegateGroup']], 'StreamingConfiguration' => ['type' => 'structure', 'required' => ['DataRetentionInHours'], 'members' => ['DataRetentionInHours' => ['shape' => 'DataRetentionInHours'], 'Disabled' => ['shape' => 'Boolean']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TelephonySettings' => ['type' => 'structure', 'required' => ['InboundCalling', 'OutboundCalling', 'SMS'], 'members' => ['InboundCalling' => ['shape' => 'Boolean'], 'OutboundCalling' => ['shape' => 'Boolean'], 'SMS' => ['shape' => 'Boolean']]], 'Termination' => ['type' => 'structure', 'members' => ['CpsLimit' => ['shape' => 'CpsLimit'], 'DefaultPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'CallingRegions' => ['shape' => 'CallingRegionList'], 'CidrAllowedList' => ['shape' => 'StringList'], 'Disabled' => ['shape' => 'Boolean']]], 'TerminationHealth' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Iso8601Timestamp'], 'Source' => ['shape' => 'String']]], 'ThrottledClientException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TollFreePrefix' => ['type' => 'string', 'max' => 3, 'min' => 3, 'pattern' => '^8(00|33|44|55|66|77|88)$'], 'UnauthorizedClientException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UnprocessableEntityException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 422], 'exception' => \true], 'UpdateAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Name' => ['shape' => 'AccountName']]], 'UpdateAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'UpdateAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'AccountSettings'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'AccountSettings' => ['shape' => 'AccountSettings']]], 'UpdateAccountSettingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateBotRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId'], 'Disabled' => ['shape' => 'NullableBoolean']]], 'UpdateBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'UpdateGlobalSettingsRequest' => ['type' => 'structure', 'required' => ['BusinessCalling', 'VoiceConnector'], 'members' => ['BusinessCalling' => ['shape' => 'BusinessCallingSettings'], 'VoiceConnector' => ['shape' => 'VoiceConnectorSettings']]], 'UpdatePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'CallingName' => ['shape' => 'CallingName']]], 'UpdatePhoneNumberRequestItem' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'CallingName' => ['shape' => 'CallingName']]], 'UpdatePhoneNumberRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'UpdatePhoneNumberRequestItem']], 'UpdatePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'UpdatePhoneNumberSettingsRequest' => ['type' => 'structure', 'required' => ['CallingName'], 'members' => ['CallingName' => ['shape' => 'CallingName']]], 'UpdateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'memberId'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'UpdateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['RoomMembership' => ['shape' => 'RoomMembership']]], 'UpdateRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'Name' => ['shape' => 'SensitiveString']]], 'UpdateRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata']]], 'UpdateUserRequestItem' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'NonEmptyString'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata']]], 'UpdateUserRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'UpdateUserRequestItem'], 'max' => 20], 'UpdateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'UpdateUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId', 'UserSettings'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId'], 'UserSettings' => ['shape' => 'UserSettings']]], 'UpdateVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId', 'Name', 'VoiceConnectorItems'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList']]], 'UpdateVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'UpdateVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Name', 'RequireEncryption'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Name' => ['shape' => 'VoiceConnectorName'], 'RequireEncryption' => ['shape' => 'Boolean']]], 'UpdateVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'UriType' => ['type' => 'string', 'max' => 4096], 'User' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'PrimaryEmail' => ['shape' => 'EmailAddress'], 'PrimaryProvisionedNumber' => ['shape' => 'SensitiveString'], 'DisplayName' => ['shape' => 'SensitiveString'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'UserRegistrationStatus' => ['shape' => 'RegistrationStatus'], 'UserInvitationStatus' => ['shape' => 'InviteStatus'], 'RegisteredOn' => ['shape' => 'Iso8601Timestamp'], 'InvitedOn' => ['shape' => 'Iso8601Timestamp'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata'], 'PersonalPIN' => ['shape' => 'String']]], 'UserEmailList' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress'], 'max' => 50], 'UserError' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'UserErrorList' => ['type' => 'list', 'member' => ['shape' => 'UserError']], 'UserIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 50], 'UserList' => ['type' => 'list', 'member' => ['shape' => 'User']], 'UserSettings' => ['type' => 'structure', 'required' => ['Telephony'], 'members' => ['Telephony' => ['shape' => 'TelephonySettings']]], 'UserType' => ['type' => 'string', 'enum' => ['PrivateUser', 'SharedDevice']], 'VoiceConnector' => ['type' => 'structure', 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString'], 'AwsRegion' => ['shape' => 'VoiceConnectorAwsRegion'], 'Name' => ['shape' => 'VoiceConnectorName'], 'OutboundHostName' => ['shape' => 'String'], 'RequireEncryption' => ['shape' => 'Boolean'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'VoiceConnectorAwsRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-west-2']], 'VoiceConnectorGroup' => ['type' => 'structure', 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'VoiceConnectorGroupList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnectorGroup']], 'VoiceConnectorGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VoiceConnectorItem' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Priority'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString'], 'Priority' => ['shape' => 'VoiceConnectorItemPriority']]], 'VoiceConnectorItemList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnectorItem']], 'VoiceConnectorItemPriority' => ['type' => 'integer', 'max' => 99, 'min' => 1], 'VoiceConnectorList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnector']], 'VoiceConnectorName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VoiceConnectorSettings' => ['type' => 'structure', 'members' => ['CdrBucket' => ['shape' => 'String', 'box' => \true]]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-05-01', 'endpointPrefix' => 'chime', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Chime', 'serviceId' => 'Chime', 'signatureVersion' => 'v4', 'uid' => 'chime-2018-05-01'], 'operations' => ['AssociatePhoneNumberWithUser' => ['name' => 'AssociatePhoneNumberWithUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=associate-phone-number', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumberWithUserRequest'], 'output' => ['shape' => 'AssociatePhoneNumberWithUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociatePhoneNumbersWithVoiceConnector' => ['name' => 'AssociatePhoneNumbersWithVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorRequest'], 'output' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociatePhoneNumbersWithVoiceConnectorGroup' => ['name' => 'AssociatePhoneNumbersWithVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorGroupRequest'], 'output' => ['shape' => 'AssociatePhoneNumbersWithVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'AssociateSigninDelegateGroupsWithAccount' => ['name' => 'AssociateSigninDelegateGroupsWithAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}?operation=associate-signin-delegate-groups', 'responseCode' => 200], 'input' => ['shape' => 'AssociateSigninDelegateGroupsWithAccountRequest'], 'output' => ['shape' => 'AssociateSigninDelegateGroupsWithAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchCreateAttendee' => ['name' => 'BatchCreateAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees?operation=batch-create', 'responseCode' => 201], 'input' => ['shape' => 'BatchCreateAttendeeRequest'], 'output' => ['shape' => 'BatchCreateAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchCreateRoomMembership' => ['name' => 'BatchCreateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create', 'responseCode' => 201], 'input' => ['shape' => 'BatchCreateRoomMembershipRequest'], 'output' => ['shape' => 'BatchCreateRoomMembershipResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchDeletePhoneNumber' => ['name' => 'BatchDeletePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers?operation=batch-delete', 'responseCode' => 200], 'input' => ['shape' => 'BatchDeletePhoneNumberRequest'], 'output' => ['shape' => 'BatchDeletePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchSuspendUser' => ['name' => 'BatchSuspendUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=suspend', 'responseCode' => 200], 'input' => ['shape' => 'BatchSuspendUserRequest'], 'output' => ['shape' => 'BatchSuspendUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUnsuspendUser' => ['name' => 'BatchUnsuspendUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=unsuspend', 'responseCode' => 200], 'input' => ['shape' => 'BatchUnsuspendUserRequest'], 'output' => ['shape' => 'BatchUnsuspendUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUpdatePhoneNumber' => ['name' => 'BatchUpdatePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers?operation=batch-update', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdatePhoneNumberRequest'], 'output' => ['shape' => 'BatchUpdatePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'BatchUpdateUser' => ['name' => 'BatchUpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdateUserRequest'], 'output' => ['shape' => 'BatchUpdateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateAccount' => ['name' => 'CreateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts', 'responseCode' => 201], 'input' => ['shape' => 'CreateAccountRequest'], 'output' => ['shape' => 'CreateAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateAttendee' => ['name' => 'CreateAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees', 'responseCode' => 201], 'input' => ['shape' => 'CreateAttendeeRequest'], 'output' => ['shape' => 'CreateAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateBot' => ['name' => 'CreateBot', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots', 'responseCode' => 201], 'input' => ['shape' => 'CreateBotRequest'], 'output' => ['shape' => 'CreateBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'CreateMeeting' => ['name' => 'CreateMeeting', 'http' => ['method' => 'POST', 'requestUri' => '/meetings', 'responseCode' => 201], 'input' => ['shape' => 'CreateMeetingRequest'], 'output' => ['shape' => 'CreateMeetingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateMeetingWithAttendees' => ['name' => 'CreateMeetingWithAttendees', 'http' => ['method' => 'POST', 'requestUri' => '/meetings?operation=create-attendees', 'responseCode' => 201], 'input' => ['shape' => 'CreateMeetingWithAttendeesRequest'], 'output' => ['shape' => 'CreateMeetingWithAttendeesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreatePhoneNumberOrder' => ['name' => 'CreatePhoneNumberOrder', 'http' => ['method' => 'POST', 'requestUri' => '/phone-number-orders', 'responseCode' => 201], 'input' => ['shape' => 'CreatePhoneNumberOrderRequest'], 'output' => ['shape' => 'CreatePhoneNumberOrderResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateProxySession' => ['name' => 'CreateProxySession', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/proxy-sessions', 'responseCode' => 201], 'input' => ['shape' => 'CreateProxySessionRequest'], 'output' => ['shape' => 'CreateProxySessionResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateRoom' => ['name' => 'CreateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms', 'responseCode' => 201], 'input' => ['shape' => 'CreateRoomRequest'], 'output' => ['shape' => 'CreateRoomResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateRoomMembership' => ['name' => 'CreateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships', 'responseCode' => 201], 'input' => ['shape' => 'CreateRoomMembershipRequest'], 'output' => ['shape' => 'CreateRoomMembershipResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=create', 'responseCode' => 201], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateVoiceConnector' => ['name' => 'CreateVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceConnectorRequest'], 'output' => ['shape' => 'CreateVoiceConnectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'CreateVoiceConnectorGroup' => ['name' => 'CreateVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceConnectorGroupRequest'], 'output' => ['shape' => 'CreateVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccount' => ['name' => 'DeleteAccount', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccountRequest'], 'output' => ['shape' => 'DeleteAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteAttendee' => ['name' => 'DeleteAttendee', 'http' => ['method' => 'DELETE', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAttendeeRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteEventsConfiguration' => ['name' => 'DeleteEventsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteEventsConfigurationRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException']]], 'DeleteMeeting' => ['name' => 'DeleteMeeting', 'http' => ['method' => 'DELETE', 'requestUri' => '/meetings/{meetingId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMeetingRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeletePhoneNumber' => ['name' => 'DeletePhoneNumber', 'http' => ['method' => 'DELETE', 'requestUri' => '/phone-numbers/{phoneNumberId}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePhoneNumberRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteProxySession' => ['name' => 'DeleteProxySession', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProxySessionRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteRoom' => ['name' => 'DeleteRoom', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRoomRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteRoomMembership' => ['name' => 'DeleteRoomMembership', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRoomMembershipRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnector' => ['name' => 'DeleteVoiceConnector', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorEmergencyCallingConfiguration' => ['name' => 'DeleteVoiceConnectorEmergencyCallingConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/emergency-calling-configuration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorEmergencyCallingConfigurationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorGroup' => ['name' => 'DeleteVoiceConnectorGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorGroupRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorOrigination' => ['name' => 'DeleteVoiceConnectorOrigination', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorOriginationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorProxy' => ['name' => 'DeleteVoiceConnectorProxy', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorProxyRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorStreamingConfiguration' => ['name' => 'DeleteVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorStreamingConfigurationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorTermination' => ['name' => 'DeleteVoiceConnectorTermination', 'http' => ['method' => 'DELETE', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorTerminationRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DeleteVoiceConnectorTerminationCredentials' => ['name' => 'DeleteVoiceConnectorTerminationCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete', 'responseCode' => 204], 'input' => ['shape' => 'DeleteVoiceConnectorTerminationCredentialsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumberFromUser' => ['name' => 'DisassociatePhoneNumberFromUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumberFromUserRequest'], 'output' => ['shape' => 'DisassociatePhoneNumberFromUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumbersFromVoiceConnector' => ['name' => 'DisassociatePhoneNumbersFromVoiceConnector', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorRequest'], 'output' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociatePhoneNumbersFromVoiceConnectorGroup' => ['name' => 'DisassociatePhoneNumbersFromVoiceConnectorGroup', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers', 'responseCode' => 200], 'input' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorGroupRequest'], 'output' => ['shape' => 'DisassociatePhoneNumbersFromVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'DisassociateSigninDelegateGroupsFromAccount' => ['name' => 'DisassociateSigninDelegateGroupsFromAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}?operation=disassociate-signin-delegate-groups', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateSigninDelegateGroupsFromAccountRequest'], 'output' => ['shape' => 'DisassociateSigninDelegateGroupsFromAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'GetAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAccountSettings' => ['name' => 'GetAccountSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/settings'], 'input' => ['shape' => 'GetAccountSettingsRequest'], 'output' => ['shape' => 'GetAccountSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetAttendee' => ['name' => 'GetAttendee', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAttendeeRequest'], 'output' => ['shape' => 'GetAttendeeResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetBot' => ['name' => 'GetBot', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots/{botId}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotRequest'], 'output' => ['shape' => 'GetBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException']]], 'GetEventsConfiguration' => ['name' => 'GetEventsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetEventsConfigurationRequest'], 'output' => ['shape' => 'GetEventsConfigurationResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException']]], 'GetGlobalSettings' => ['name' => 'GetGlobalSettings', 'http' => ['method' => 'GET', 'requestUri' => '/settings', 'responseCode' => 200], 'output' => ['shape' => 'GetGlobalSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetMeeting' => ['name' => 'GetMeeting', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}', 'responseCode' => 200], 'input' => ['shape' => 'GetMeetingRequest'], 'output' => ['shape' => 'GetMeetingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumber' => ['name' => 'GetPhoneNumber', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers/{phoneNumberId}'], 'input' => ['shape' => 'GetPhoneNumberRequest'], 'output' => ['shape' => 'GetPhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumberOrder' => ['name' => 'GetPhoneNumberOrder', 'http' => ['method' => 'GET', 'requestUri' => '/phone-number-orders/{phoneNumberOrderId}', 'responseCode' => 200], 'input' => ['shape' => 'GetPhoneNumberOrderRequest'], 'output' => ['shape' => 'GetPhoneNumberOrderResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetPhoneNumberSettings' => ['name' => 'GetPhoneNumberSettings', 'http' => ['method' => 'GET', 'requestUri' => '/settings/phone-number', 'responseCode' => 200], 'output' => ['shape' => 'GetPhoneNumberSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetProxySession' => ['name' => 'GetProxySession', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}', 'responseCode' => 200], 'input' => ['shape' => 'GetProxySessionRequest'], 'output' => ['shape' => 'GetProxySessionResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetRetentionSettings' => ['name' => 'GetRetentionSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/retention-settings'], 'input' => ['shape' => 'GetRetentionSettingsRequest'], 'output' => ['shape' => 'GetRetentionSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetRoom' => ['name' => 'GetRoom', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRoomRequest'], 'output' => ['shape' => 'GetRoomResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users/{userId}', 'responseCode' => 200], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetUserSettings' => ['name' => 'GetUserSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users/{userId}/settings', 'responseCode' => 200], 'input' => ['shape' => 'GetUserSettingsRequest'], 'output' => ['shape' => 'GetUserSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnector' => ['name' => 'GetVoiceConnector', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorRequest'], 'output' => ['shape' => 'GetVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorEmergencyCallingConfiguration' => ['name' => 'GetVoiceConnectorEmergencyCallingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/emergency-calling-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorEmergencyCallingConfigurationRequest'], 'output' => ['shape' => 'GetVoiceConnectorEmergencyCallingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorGroup' => ['name' => 'GetVoiceConnectorGroup', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorGroupRequest'], 'output' => ['shape' => 'GetVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorLoggingConfiguration' => ['name' => 'GetVoiceConnectorLoggingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/logging-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorLoggingConfigurationRequest'], 'output' => ['shape' => 'GetVoiceConnectorLoggingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorOrigination' => ['name' => 'GetVoiceConnectorOrigination', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorOriginationRequest'], 'output' => ['shape' => 'GetVoiceConnectorOriginationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorProxy' => ['name' => 'GetVoiceConnectorProxy', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorProxyRequest'], 'output' => ['shape' => 'GetVoiceConnectorProxyResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorStreamingConfiguration' => ['name' => 'GetVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorStreamingConfigurationRequest'], 'output' => ['shape' => 'GetVoiceConnectorStreamingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorTermination' => ['name' => 'GetVoiceConnectorTermination', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorTerminationRequest'], 'output' => ['shape' => 'GetVoiceConnectorTerminationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'GetVoiceConnectorTerminationHealth' => ['name' => 'GetVoiceConnectorTerminationHealth', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/health', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceConnectorTerminationHealthRequest'], 'output' => ['shape' => 'GetVoiceConnectorTerminationHealthResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'InviteUsers' => ['name' => 'InviteUsers', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users?operation=add', 'responseCode' => 201], 'input' => ['shape' => 'InviteUsersRequest'], 'output' => ['shape' => 'InviteUsersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListAccounts' => ['name' => 'ListAccounts', 'http' => ['method' => 'GET', 'requestUri' => '/accounts'], 'input' => ['shape' => 'ListAccountsRequest'], 'output' => ['shape' => 'ListAccountsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListAttendeeTags' => ['name' => 'ListAttendeeTags', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}/tags', 'responseCode' => 200], 'input' => ['shape' => 'ListAttendeeTagsRequest'], 'output' => ['shape' => 'ListAttendeeTagsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListAttendees' => ['name' => 'ListAttendees', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/attendees', 'responseCode' => 200], 'input' => ['shape' => 'ListAttendeesRequest'], 'output' => ['shape' => 'ListAttendeesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListBots' => ['name' => 'ListBots', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/bots', 'responseCode' => 200], 'input' => ['shape' => 'ListBotsRequest'], 'output' => ['shape' => 'ListBotsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'ListMeetingTags' => ['name' => 'ListMeetingTags', 'http' => ['method' => 'GET', 'requestUri' => '/meetings/{meetingId}/tags', 'responseCode' => 200], 'input' => ['shape' => 'ListMeetingTagsRequest'], 'output' => ['shape' => 'ListMeetingTagsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListMeetings' => ['name' => 'ListMeetings', 'http' => ['method' => 'GET', 'requestUri' => '/meetings', 'responseCode' => 200], 'input' => ['shape' => 'ListMeetingsRequest'], 'output' => ['shape' => 'ListMeetingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListPhoneNumberOrders' => ['name' => 'ListPhoneNumberOrders', 'http' => ['method' => 'GET', 'requestUri' => '/phone-number-orders', 'responseCode' => 200], 'input' => ['shape' => 'ListPhoneNumberOrdersRequest'], 'output' => ['shape' => 'ListPhoneNumberOrdersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListPhoneNumbers' => ['name' => 'ListPhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers'], 'input' => ['shape' => 'ListPhoneNumbersRequest'], 'output' => ['shape' => 'ListPhoneNumbersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListProxySessions' => ['name' => 'ListProxySessions', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/proxy-sessions', 'responseCode' => 200], 'input' => ['shape' => 'ListProxySessionsRequest'], 'output' => ['shape' => 'ListProxySessionsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListRoomMemberships' => ['name' => 'ListRoomMemberships', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships', 'responseCode' => 200], 'input' => ['shape' => 'ListRoomMembershipsRequest'], 'output' => ['shape' => 'ListRoomMembershipsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListRooms' => ['name' => 'ListRooms', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/rooms', 'responseCode' => 200], 'input' => ['shape' => 'ListRoomsRequest'], 'output' => ['shape' => 'ListRoomsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{accountId}/users', 'responseCode' => 200], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectorGroups' => ['name' => 'ListVoiceConnectorGroups', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connector-groups', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorGroupsRequest'], 'output' => ['shape' => 'ListVoiceConnectorGroupsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectorTerminationCredentials' => ['name' => 'ListVoiceConnectorTerminationCredentials', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorTerminationCredentialsRequest'], 'output' => ['shape' => 'ListVoiceConnectorTerminationCredentialsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'ListVoiceConnectors' => ['name' => 'ListVoiceConnectors', 'http' => ['method' => 'GET', 'requestUri' => '/voice-connectors', 'responseCode' => 200], 'input' => ['shape' => 'ListVoiceConnectorsRequest'], 'output' => ['shape' => 'ListVoiceConnectorsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'LogoutUser' => ['name' => 'LogoutUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=logout', 'responseCode' => 204], 'input' => ['shape' => 'LogoutUserRequest'], 'output' => ['shape' => 'LogoutUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutEventsConfiguration' => ['name' => 'PutEventsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/bots/{botId}/events-configuration', 'responseCode' => 201], 'input' => ['shape' => 'PutEventsConfigurationRequest'], 'output' => ['shape' => 'PutEventsConfigurationResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'NotFoundException']]], 'PutRetentionSettings' => ['name' => 'PutRetentionSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/retention-settings', 'responseCode' => 204], 'input' => ['shape' => 'PutRetentionSettingsRequest'], 'output' => ['shape' => 'PutRetentionSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorEmergencyCallingConfiguration' => ['name' => 'PutVoiceConnectorEmergencyCallingConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/emergency-calling-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorEmergencyCallingConfigurationRequest'], 'output' => ['shape' => 'PutVoiceConnectorEmergencyCallingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorLoggingConfiguration' => ['name' => 'PutVoiceConnectorLoggingConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/logging-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorLoggingConfigurationRequest'], 'output' => ['shape' => 'PutVoiceConnectorLoggingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorOrigination' => ['name' => 'PutVoiceConnectorOrigination', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/origination', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorOriginationRequest'], 'output' => ['shape' => 'PutVoiceConnectorOriginationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorProxy' => ['name' => 'PutVoiceConnectorProxy', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy'], 'input' => ['shape' => 'PutVoiceConnectorProxyRequest'], 'output' => ['shape' => 'PutVoiceConnectorProxyResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorStreamingConfiguration' => ['name' => 'PutVoiceConnectorStreamingConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/streaming-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorStreamingConfigurationRequest'], 'output' => ['shape' => 'PutVoiceConnectorStreamingConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorTermination' => ['name' => 'PutVoiceConnectorTermination', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination', 'responseCode' => 200], 'input' => ['shape' => 'PutVoiceConnectorTerminationRequest'], 'output' => ['shape' => 'PutVoiceConnectorTerminationResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'PutVoiceConnectorTerminationCredentials' => ['name' => 'PutVoiceConnectorTerminationCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put', 'responseCode' => 204], 'input' => ['shape' => 'PutVoiceConnectorTerminationCredentialsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RedactConversationMessage' => ['name' => 'RedactConversationMessage', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/conversations/{conversationId}/messages/{messageId}?operation=redact', 'responseCode' => 200], 'input' => ['shape' => 'RedactConversationMessageRequest'], 'output' => ['shape' => 'RedactConversationMessageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'BadRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RedactRoomMessage' => ['name' => 'RedactRoomMessage', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/messages/{messageId}?operation=redact', 'responseCode' => 200], 'input' => ['shape' => 'RedactRoomMessageRequest'], 'output' => ['shape' => 'RedactRoomMessageResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'BadRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RegenerateSecurityToken' => ['name' => 'RegenerateSecurityToken', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots/{botId}?operation=regenerate-security-token', 'responseCode' => 200], 'input' => ['shape' => 'RegenerateSecurityTokenRequest'], 'output' => ['shape' => 'RegenerateSecurityTokenResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'ResetPersonalPIN' => ['name' => 'ResetPersonalPIN', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}?operation=reset-personal-pin', 'responseCode' => 200], 'input' => ['shape' => 'ResetPersonalPINRequest'], 'output' => ['shape' => 'ResetPersonalPINResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'RestorePhoneNumber' => ['name' => 'RestorePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers/{phoneNumberId}?operation=restore', 'responseCode' => 200], 'input' => ['shape' => 'RestorePhoneNumberRequest'], 'output' => ['shape' => 'RestorePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'SearchAvailablePhoneNumbers' => ['name' => 'SearchAvailablePhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/search?type=phone-numbers'], 'input' => ['shape' => 'SearchAvailablePhoneNumbersRequest'], 'output' => ['shape' => 'SearchAvailablePhoneNumbersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'TagAttendee' => ['name' => 'TagAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add', 'responseCode' => 204], 'input' => ['shape' => 'TagAttendeeRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'TagMeeting' => ['name' => 'TagMeeting', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/tags?operation=add', 'responseCode' => 204], 'input' => ['shape' => 'TagMeetingRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ThrottledClientException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags?operation=tag-resource', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UntagAttendee' => ['name' => 'UntagAttendee', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete', 'responseCode' => 204], 'input' => ['shape' => 'UntagAttendeeRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UntagMeeting' => ['name' => 'UntagMeeting', 'http' => ['method' => 'POST', 'requestUri' => '/meetings/{meetingId}/tags?operation=delete', 'responseCode' => 204], 'input' => ['shape' => 'UntagMeetingRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags?operation=untag-resource', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccount' => ['name' => 'UpdateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAccountRequest'], 'output' => ['shape' => 'UpdateAccountResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccountSettings' => ['name' => 'UpdateAccountSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateAccountSettingsRequest'], 'output' => ['shape' => 'UpdateAccountSettingsResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateBot' => ['name' => 'UpdateBot', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/bots/{botId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBotRequest'], 'output' => ['shape' => 'UpdateBotResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ThrottledClientException']]], 'UpdateGlobalSettings' => ['name' => 'UpdateGlobalSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateGlobalSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdatePhoneNumber' => ['name' => 'UpdatePhoneNumber', 'http' => ['method' => 'POST', 'requestUri' => '/phone-numbers/{phoneNumberId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePhoneNumberRequest'], 'output' => ['shape' => 'UpdatePhoneNumberResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdatePhoneNumberSettings' => ['name' => 'UpdatePhoneNumberSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/settings/phone-number', 'responseCode' => 204], 'input' => ['shape' => 'UpdatePhoneNumberSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateProxySession' => ['name' => 'UpdateProxySession', 'http' => ['method' => 'POST', 'requestUri' => '/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}', 'responseCode' => 201], 'input' => ['shape' => 'UpdateProxySessionRequest'], 'output' => ['shape' => 'UpdateProxySessionResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoom' => ['name' => 'UpdateRoom', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRoomRequest'], 'output' => ['shape' => 'UpdateRoomResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedClientException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoomMembership' => ['name' => 'UpdateRoomMembership', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRoomMembershipRequest'], 'output' => ['shape' => 'UpdateRoomMembershipResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{accountId}/users/{userId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateUserSettings' => ['name' => 'UpdateUserSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{accountId}/users/{userId}/settings', 'responseCode' => 204], 'input' => ['shape' => 'UpdateUserSettingsRequest'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateVoiceConnector' => ['name' => 'UpdateVoiceConnector', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connectors/{voiceConnectorId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVoiceConnectorRequest'], 'output' => ['shape' => 'UpdateVoiceConnectorResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]], 'UpdateVoiceConnectorGroup' => ['name' => 'UpdateVoiceConnectorGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/voice-connector-groups/{voiceConnectorGroupId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateVoiceConnectorGroupRequest'], 'output' => ['shape' => 'UpdateVoiceConnectorGroupResponse'], 'errors' => [['shape' => 'UnauthorizedClientException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottledClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ServiceFailureException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Account' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AccountId', 'Name'], 'members' => ['AwsAccountId' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'AccountType' => ['shape' => 'AccountType'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'DefaultLicense' => ['shape' => 'License'], 'SupportedLicenses' => ['shape' => 'LicenseList'], 'SigninDelegateGroups' => ['shape' => 'SigninDelegateGroupList']]], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'AccountName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '.*\\S.*'], 'AccountSettings' => ['type' => 'structure', 'members' => ['DisableRemoteControl' => ['shape' => 'Boolean'], 'EnableDialOut' => ['shape' => 'Boolean']]], 'AccountType' => ['type' => 'string', 'enum' => ['Team', 'EnterpriseDirectory', 'EnterpriseLWA', 'EnterpriseOIDC']], 'AlexaForBusinessMetadata' => ['type' => 'structure', 'members' => ['IsAlexaForBusinessEnabled' => ['shape' => 'Boolean'], 'AlexaForBusinessRoomArn' => ['shape' => 'SensitiveString']]], 'Alpha2CountryCode' => ['type' => 'string', 'pattern' => '[A-Z]{2}'], 'AreaCode' => ['type' => 'string', 'pattern' => '^$|^[0-9]{3,3}$'], 'Arn' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$', 'sensitive' => \true], 'AssociatePhoneNumberWithUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId', 'E164PhoneNumber'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId'], 'E164PhoneNumber' => ['shape' => 'E164PhoneNumber']]], 'AssociatePhoneNumberWithUserResponse' => ['type' => 'structure', 'members' => []], 'AssociatePhoneNumbersWithVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId', 'E164PhoneNumbers'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList'], 'ForceAssociate' => ['shape' => 'NullableBoolean']]], 'AssociatePhoneNumbersWithVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'AssociatePhoneNumbersWithVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'E164PhoneNumbers'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList'], 'ForceAssociate' => ['shape' => 'NullableBoolean']]], 'AssociatePhoneNumbersWithVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'AssociateSigninDelegateGroupsWithAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'SigninDelegateGroups'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'SigninDelegateGroups' => ['shape' => 'SigninDelegateGroupList']]], 'AssociateSigninDelegateGroupsWithAccountResponse' => ['type' => 'structure', 'members' => []], 'Attendee' => ['type' => 'structure', 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'AttendeeId' => ['shape' => 'GuidString'], 'JoinToken' => ['shape' => 'JoinTokenString']]], 'AttendeeList' => ['type' => 'list', 'member' => ['shape' => 'Attendee']], 'AttendeeTagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 10, 'min' => 1], 'AttendeeTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 10, 'min' => 1], 'BadRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BatchCreateAttendeeErrorList' => ['type' => 'list', 'member' => ['shape' => 'CreateAttendeeError']], 'BatchCreateAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'Attendees'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'Attendees' => ['shape' => 'CreateAttendeeRequestItemList']]], 'BatchCreateAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendees' => ['shape' => 'AttendeeList'], 'Errors' => ['shape' => 'BatchCreateAttendeeErrorList']]], 'BatchCreateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MembershipItemList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MembershipItemList' => ['shape' => 'MembershipItemList']]], 'BatchCreateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['Errors' => ['shape' => 'MemberErrorList']]], 'BatchDeletePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberIds'], 'members' => ['PhoneNumberIds' => ['shape' => 'NonEmptyStringList']]], 'BatchDeletePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'BatchSuspendUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserIdList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserIdList' => ['shape' => 'UserIdList']]], 'BatchSuspendUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'BatchUnsuspendUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserIdList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserIdList' => ['shape' => 'UserIdList']]], 'BatchUnsuspendUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'BatchUpdatePhoneNumberRequest' => ['type' => 'structure', 'required' => ['UpdatePhoneNumberRequestItems'], 'members' => ['UpdatePhoneNumberRequestItems' => ['shape' => 'UpdatePhoneNumberRequestItemList']]], 'BatchUpdatePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'BatchUpdateUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UpdateUserRequestItems'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UpdateUserRequestItems' => ['shape' => 'UpdateUserRequestItemList']]], 'BatchUpdateUserResponse' => ['type' => 'structure', 'members' => ['UserErrors' => ['shape' => 'UserErrorList']]], 'Boolean' => ['type' => 'boolean'], 'Bot' => ['type' => 'structure', 'members' => ['BotId' => ['shape' => 'String'], 'UserId' => ['shape' => 'String'], 'DisplayName' => ['shape' => 'SensitiveString'], 'BotType' => ['shape' => 'BotType'], 'Disabled' => ['shape' => 'NullableBoolean'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'BotEmail' => ['shape' => 'SensitiveString'], 'SecurityToken' => ['shape' => 'SensitiveString']]], 'BotList' => ['type' => 'list', 'member' => ['shape' => 'Bot']], 'BotType' => ['type' => 'string', 'enum' => ['ChatBot']], 'BusinessCallingSettings' => ['type' => 'structure', 'members' => ['CdrBucket' => ['shape' => 'String', 'box' => \true]]], 'CallingName' => ['type' => 'string', 'pattern' => '^$|^[a-zA-Z0-9 ]{2,15}$', 'sensitive' => \true], 'CallingNameStatus' => ['type' => 'string', 'enum' => ['Unassigned', 'UpdateInProgress', 'UpdateSucceeded', 'UpdateFailed']], 'CallingRegion' => ['type' => 'string'], 'CallingRegionList' => ['type' => 'list', 'member' => ['shape' => 'CallingRegion']], 'Capability' => ['type' => 'string', 'enum' => ['Voice', 'SMS']], 'CapabilityList' => ['type' => 'list', 'member' => ['shape' => 'Capability']], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[-_a-zA-Z0-9]*', 'sensitive' => \true], 'ConflictException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConversationRetentionSettings' => ['type' => 'structure', 'members' => ['RetentionDays' => ['shape' => 'RetentionDays']]], 'Country' => ['type' => 'string', 'pattern' => '^$|^[A-Z]{2,2}$'], 'CountryList' => ['type' => 'list', 'member' => ['shape' => 'Country'], 'max' => 100, 'min' => 1], 'CpsLimit' => ['type' => 'integer', 'min' => 1], 'CreateAccountRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AccountName']]], 'CreateAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'CreateAttendeeError' => ['type' => 'structure', 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'CreateAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'ExternalUserId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'Tags' => ['shape' => 'AttendeeTagList']]], 'CreateAttendeeRequestItem' => ['type' => 'structure', 'required' => ['ExternalUserId'], 'members' => ['ExternalUserId' => ['shape' => 'ExternalUserIdType'], 'Tags' => ['shape' => 'AttendeeTagList']]], 'CreateAttendeeRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'CreateAttendeeRequestItem']], 'CreateAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendee' => ['shape' => 'Attendee']]], 'CreateBotRequest' => ['type' => 'structure', 'required' => ['DisplayName', 'AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'DisplayName' => ['shape' => 'SensitiveString'], 'Domain' => ['shape' => 'NonEmptyString']]], 'CreateBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'CreateMeetingRequest' => ['type' => 'structure', 'required' => ['ClientRequestToken'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'ExternalMeetingId' => ['shape' => 'ExternalMeetingIdType'], 'MeetingHostId' => ['shape' => 'ExternalUserIdType'], 'MediaRegion' => ['shape' => 'String'], 'Tags' => ['shape' => 'MeetingTagList'], 'NotificationsConfiguration' => ['shape' => 'MeetingNotificationConfiguration']]], 'CreateMeetingResponse' => ['type' => 'structure', 'members' => ['Meeting' => ['shape' => 'Meeting']]], 'CreateMeetingWithAttendeesRequest' => ['type' => 'structure', 'required' => ['ClientRequestToken'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'ExternalMeetingId' => ['shape' => 'ExternalMeetingIdType'], 'MeetingHostId' => ['shape' => 'ExternalUserIdType'], 'MediaRegion' => ['shape' => 'String'], 'Tags' => ['shape' => 'MeetingTagList'], 'NotificationsConfiguration' => ['shape' => 'MeetingNotificationConfiguration'], 'Attendees' => ['shape' => 'CreateMeetingWithAttendeesRequestItemList']]], 'CreateMeetingWithAttendeesRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'CreateAttendeeRequestItem'], 'max' => 10, 'min' => 1], 'CreateMeetingWithAttendeesResponse' => ['type' => 'structure', 'members' => ['Meeting' => ['shape' => 'Meeting'], 'Attendees' => ['shape' => 'AttendeeList'], 'Errors' => ['shape' => 'BatchCreateAttendeeErrorList']]], 'CreatePhoneNumberOrderRequest' => ['type' => 'structure', 'required' => ['ProductType', 'E164PhoneNumbers'], 'members' => ['ProductType' => ['shape' => 'PhoneNumberProductType'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'CreatePhoneNumberOrderResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrder' => ['shape' => 'PhoneNumberOrder']]], 'CreateProxySessionRequest' => ['type' => 'structure', 'required' => ['ParticipantPhoneNumbers', 'Capabilities', 'VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'ParticipantPhoneNumbers' => ['shape' => 'ParticipantPhoneNumberList'], 'Name' => ['shape' => 'ProxySessionNameString'], 'ExpiryMinutes' => ['shape' => 'PositiveInteger'], 'Capabilities' => ['shape' => 'CapabilityList'], 'NumberSelectionBehavior' => ['shape' => 'NumberSelectionBehavior'], 'GeoMatchLevel' => ['shape' => 'GeoMatchLevel'], 'GeoMatchParams' => ['shape' => 'GeoMatchParams']]], 'CreateProxySessionResponse' => ['type' => 'structure', 'members' => ['ProxySession' => ['shape' => 'ProxySession']]], 'CreateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'CreateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['RoomMembership' => ['shape' => 'RoomMembership']]], 'CreateRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Name' => ['shape' => 'SensitiveString'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Username' => ['shape' => 'String'], 'Email' => ['shape' => 'EmailAddress'], 'UserType' => ['shape' => 'UserType']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'CreateVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList']]], 'CreateVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'CreateVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['Name', 'RequireEncryption'], 'members' => ['Name' => ['shape' => 'VoiceConnectorName'], 'AwsRegion' => ['shape' => 'VoiceConnectorAwsRegion'], 'RequireEncryption' => ['shape' => 'Boolean']]], 'CreateVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'Credential' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'SensitiveString'], 'Password' => ['shape' => 'SensitiveString']]], 'CredentialList' => ['type' => 'list', 'member' => ['shape' => 'Credential']], 'DNISEmergencyCallingConfiguration' => ['type' => 'structure', 'required' => ['EmergencyPhoneNumber', 'CallingCountry'], 'members' => ['EmergencyPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'TestPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'CallingCountry' => ['shape' => 'Alpha2CountryCode']]], 'DNISEmergencyCallingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DNISEmergencyCallingConfiguration']], 'DataRetentionInHours' => ['type' => 'integer', 'min' => 0], 'DeleteAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'DeleteAccountResponse' => ['type' => 'structure', 'members' => []], 'DeleteAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId']]], 'DeleteEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'DeleteMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId']]], 'DeletePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'DeleteProxySessionRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'ProxySessionId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'ProxySessionId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'proxySessionId']]], 'DeleteRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'memberId']]], 'DeleteRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId']]], 'DeleteVoiceConnectorEmergencyCallingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId']]], 'DeleteVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorProxyRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DeleteVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['Usernames', 'VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Usernames' => ['shape' => 'SensitiveStringList']]], 'DeleteVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'DisassociatePhoneNumberFromUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId']]], 'DisassociatePhoneNumberFromUserResponse' => ['type' => 'structure', 'members' => []], 'DisassociatePhoneNumbersFromVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId', 'E164PhoneNumbers'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'DisassociatePhoneNumbersFromVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'DisassociatePhoneNumbersFromVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'E164PhoneNumbers'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'DisassociatePhoneNumbersFromVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['PhoneNumberErrors' => ['shape' => 'PhoneNumberErrorList']]], 'DisassociateSigninDelegateGroupsFromAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'GroupNames'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'GroupNames' => ['shape' => 'NonEmptyStringList']]], 'DisassociateSigninDelegateGroupsFromAccountResponse' => ['type' => 'structure', 'members' => []], 'E164PhoneNumber' => ['type' => 'string', 'pattern' => '^\\+?[1-9]\\d{1,14}$', 'sensitive' => \true], 'E164PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'E164PhoneNumber']], 'EmailAddress' => ['type' => 'string', 'pattern' => '.+@.+\\..+', 'sensitive' => \true], 'EmailStatus' => ['type' => 'string', 'enum' => ['NotSent', 'Sent', 'Failed']], 'EmergencyCallingConfiguration' => ['type' => 'structure', 'members' => ['DNIS' => ['shape' => 'DNISEmergencyCallingConfigurationList']]], 'ErrorCode' => ['type' => 'string', 'enum' => ['BadRequest', 'Conflict', 'Forbidden', 'NotFound', 'PreconditionFailed', 'ResourceLimitExceeded', 'ServiceFailure', 'AccessDenied', 'ServiceUnavailable', 'Throttled', 'Throttling', 'Unauthorized', 'Unprocessable', 'VoiceConnectorGroupAssociationsExist', 'PhoneNumberAssociationsExist']], 'EventsConfiguration' => ['type' => 'structure', 'members' => ['BotId' => ['shape' => 'String'], 'OutboundEventsHTTPSEndpoint' => ['shape' => 'SensitiveString'], 'LambdaFunctionArn' => ['shape' => 'SensitiveString']]], 'ExternalMeetingIdType' => ['type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => \true], 'ExternalUserIdType' => ['type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => \true], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GeoMatchLevel' => ['type' => 'string', 'enum' => ['Country', 'AreaCode']], 'GeoMatchParams' => ['type' => 'structure', 'required' => ['Country', 'AreaCode'], 'members' => ['Country' => ['shape' => 'Country'], 'AreaCode' => ['shape' => 'AreaCode']]], 'GetAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'GetAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'GetAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'GetAccountSettingsResponse' => ['type' => 'structure', 'members' => ['AccountSettings' => ['shape' => 'AccountSettings']]], 'GetAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId']]], 'GetAttendeeResponse' => ['type' => 'structure', 'members' => ['Attendee' => ['shape' => 'Attendee']]], 'GetBotRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'GetBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'GetEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'GetEventsConfigurationResponse' => ['type' => 'structure', 'members' => ['EventsConfiguration' => ['shape' => 'EventsConfiguration']]], 'GetGlobalSettingsResponse' => ['type' => 'structure', 'members' => ['BusinessCalling' => ['shape' => 'BusinessCallingSettings'], 'VoiceConnector' => ['shape' => 'VoiceConnectorSettings']]], 'GetMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId']]], 'GetMeetingResponse' => ['type' => 'structure', 'members' => ['Meeting' => ['shape' => 'Meeting']]], 'GetPhoneNumberOrderRequest' => ['type' => 'structure', 'required' => ['PhoneNumberOrderId'], 'members' => ['PhoneNumberOrderId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'phoneNumberOrderId']]], 'GetPhoneNumberOrderResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrder' => ['shape' => 'PhoneNumberOrder']]], 'GetPhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'GetPhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'GetPhoneNumberSettingsResponse' => ['type' => 'structure', 'members' => ['CallingName' => ['shape' => 'CallingName'], 'CallingNameUpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'GetProxySessionRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'ProxySessionId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'ProxySessionId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'proxySessionId']]], 'GetProxySessionResponse' => ['type' => 'structure', 'members' => ['ProxySession' => ['shape' => 'ProxySession']]], 'GetRetentionSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId']]], 'GetRetentionSettingsResponse' => ['type' => 'structure', 'members' => ['RetentionSettings' => ['shape' => 'RetentionSettings'], 'InitiateDeletionTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'GetRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId']]], 'GetRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'GetUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'GetUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'GetUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId']]], 'GetUserSettingsResponse' => ['type' => 'structure', 'members' => ['UserSettings' => ['shape' => 'UserSettings']]], 'GetVoiceConnectorEmergencyCallingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorEmergencyCallingConfigurationResponse' => ['type' => 'structure', 'members' => ['EmergencyCallingConfiguration' => ['shape' => 'EmergencyCallingConfiguration']]], 'GetVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId']]], 'GetVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'GetVoiceConnectorLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorOriginationResponse' => ['type' => 'structure', 'members' => ['Origination' => ['shape' => 'Origination']]], 'GetVoiceConnectorProxyRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorProxyResponse' => ['type' => 'structure', 'members' => ['Proxy' => ['shape' => 'Proxy']]], 'GetVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'GetVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorStreamingConfigurationResponse' => ['type' => 'structure', 'members' => ['StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'GetVoiceConnectorTerminationHealthRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorTerminationHealthResponse' => ['type' => 'structure', 'members' => ['TerminationHealth' => ['shape' => 'TerminationHealth']]], 'GetVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'GetVoiceConnectorTerminationResponse' => ['type' => 'structure', 'members' => ['Termination' => ['shape' => 'Termination']]], 'GuidString' => ['type' => 'string', 'pattern' => '[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}'], 'Integer' => ['type' => 'integer'], 'Invite' => ['type' => 'structure', 'members' => ['InviteId' => ['shape' => 'String'], 'Status' => ['shape' => 'InviteStatus'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'EmailStatus' => ['shape' => 'EmailStatus']]], 'InviteList' => ['type' => 'list', 'member' => ['shape' => 'Invite']], 'InviteStatus' => ['type' => 'string', 'enum' => ['Pending', 'Accepted', 'Failed']], 'InviteUsersRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserEmailList'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserEmailList' => ['shape' => 'UserEmailList'], 'UserType' => ['shape' => 'UserType']]], 'InviteUsersResponse' => ['type' => 'structure', 'members' => ['Invites' => ['shape' => 'InviteList']]], 'Iso8601Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'JoinTokenString' => ['type' => 'string', 'max' => 2048, 'min' => 2, 'sensitive' => \true], 'License' => ['type' => 'string', 'enum' => ['Basic', 'Plus', 'Pro', 'ProTrial']], 'LicenseList' => ['type' => 'list', 'member' => ['shape' => 'License']], 'ListAccountsRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccountName', 'location' => 'querystring', 'locationName' => 'name'], 'UserEmail' => ['shape' => 'EmailAddress', 'location' => 'querystring', 'locationName' => 'user-email'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ProfileServiceMaxResults', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListAccountsResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'AccountList'], 'NextToken' => ['shape' => 'String']]], 'ListAttendeeTagsRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId']]], 'ListAttendeeTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListAttendeesRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListAttendeesResponse' => ['type' => 'structure', 'members' => ['Attendees' => ['shape' => 'AttendeeList'], 'NextToken' => ['shape' => 'String']]], 'ListBotsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListBotsResponse' => ['type' => 'structure', 'members' => ['Bots' => ['shape' => 'BotList'], 'NextToken' => ['shape' => 'String']]], 'ListMeetingTagsRequest' => ['type' => 'structure', 'required' => ['MeetingId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId']]], 'ListMeetingTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListMeetingsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListMeetingsResponse' => ['type' => 'structure', 'members' => ['Meetings' => ['shape' => 'MeetingList'], 'NextToken' => ['shape' => 'String']]], 'ListPhoneNumberOrdersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListPhoneNumberOrdersResponse' => ['type' => 'structure', 'members' => ['PhoneNumberOrders' => ['shape' => 'PhoneNumberOrderList'], 'NextToken' => ['shape' => 'String']]], 'ListPhoneNumbersRequest' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'PhoneNumberStatus', 'location' => 'querystring', 'locationName' => 'status'], 'ProductType' => ['shape' => 'PhoneNumberProductType', 'location' => 'querystring', 'locationName' => 'product-type'], 'FilterName' => ['shape' => 'PhoneNumberAssociationName', 'location' => 'querystring', 'locationName' => 'filter-name'], 'FilterValue' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'filter-value'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPhoneNumbersResponse' => ['type' => 'structure', 'members' => ['PhoneNumbers' => ['shape' => 'PhoneNumberList'], 'NextToken' => ['shape' => 'String']]], 'ListProxySessionsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Status' => ['shape' => 'ProxySessionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'NextToken' => ['shape' => 'NextTokenString', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListProxySessionsResponse' => ['type' => 'structure', 'members' => ['ProxySessions' => ['shape' => 'ProxySessions'], 'NextToken' => ['shape' => 'NextTokenString']]], 'ListRoomMembershipsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRoomMembershipsResponse' => ['type' => 'structure', 'members' => ['RoomMemberships' => ['shape' => 'RoomMembershipList'], 'NextToken' => ['shape' => 'String']]], 'ListRoomsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'MemberId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'member-id'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRoomsResponse' => ['type' => 'structure', 'members' => ['Rooms' => ['shape' => 'RoomList'], 'NextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserEmail' => ['shape' => 'EmailAddress', 'location' => 'querystring', 'locationName' => 'user-email'], 'UserType' => ['shape' => 'UserType', 'location' => 'querystring', 'locationName' => 'user-type'], 'MaxResults' => ['shape' => 'ProfileServiceMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UserList'], 'NextToken' => ['shape' => 'String']]], 'ListVoiceConnectorGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListVoiceConnectorGroupsResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroups' => ['shape' => 'VoiceConnectorGroupList'], 'NextToken' => ['shape' => 'String']]], 'ListVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId']]], 'ListVoiceConnectorTerminationCredentialsResponse' => ['type' => 'structure', 'members' => ['Usernames' => ['shape' => 'SensitiveStringList']]], 'ListVoiceConnectorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListVoiceConnectorsResponse' => ['type' => 'structure', 'members' => ['VoiceConnectors' => ['shape' => 'VoiceConnectorList'], 'NextToken' => ['shape' => 'String']]], 'LoggingConfiguration' => ['type' => 'structure', 'members' => ['EnableSIPLogs' => ['shape' => 'Boolean']]], 'LogoutUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'LogoutUserResponse' => ['type' => 'structure', 'members' => []], 'MediaPlacement' => ['type' => 'structure', 'members' => ['AudioHostUrl' => ['shape' => 'UriType'], 'AudioFallbackUrl' => ['shape' => 'UriType'], 'ScreenDataUrl' => ['shape' => 'UriType'], 'ScreenSharingUrl' => ['shape' => 'UriType'], 'ScreenViewingUrl' => ['shape' => 'UriType'], 'SignalingUrl' => ['shape' => 'UriType'], 'TurnControlUrl' => ['shape' => 'UriType']]], 'Meeting' => ['type' => 'structure', 'members' => ['MeetingId' => ['shape' => 'GuidString'], 'ExternalMeetingId' => ['shape' => 'ExternalMeetingIdType'], 'MediaPlacement' => ['shape' => 'MediaPlacement'], 'MediaRegion' => ['shape' => 'String']]], 'MeetingList' => ['type' => 'list', 'member' => ['shape' => 'Meeting']], 'MeetingNotificationConfiguration' => ['type' => 'structure', 'members' => ['SnsTopicArn' => ['shape' => 'Arn'], 'SqsQueueArn' => ['shape' => 'Arn']]], 'MeetingTagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'MeetingTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'Member' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'MemberType' => ['shape' => 'MemberType'], 'Email' => ['shape' => 'SensitiveString'], 'FullName' => ['shape' => 'SensitiveString'], 'AccountId' => ['shape' => 'NonEmptyString']]], 'MemberError' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'MemberErrorList' => ['type' => 'list', 'member' => ['shape' => 'MemberError']], 'MemberType' => ['type' => 'string', 'enum' => ['User', 'Bot', 'Webhook']], 'MembershipItem' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'MembershipItemList' => ['type' => 'list', 'member' => ['shape' => 'MembershipItem'], 'max' => 50], 'NextTokenString' => ['type' => 'string', 'max' => 65535], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NonEmptyString128' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'NonEmptyStringList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NotificationTarget' => ['type' => 'string', 'enum' => ['EventBridge', 'SNS', 'SQS']], 'NullableBoolean' => ['type' => 'boolean'], 'NumberSelectionBehavior' => ['type' => 'string', 'enum' => ['PreferSticky', 'AvoidSticky']], 'OrderedPhoneNumber' => ['type' => 'structure', 'members' => ['E164PhoneNumber' => ['shape' => 'E164PhoneNumber'], 'Status' => ['shape' => 'OrderedPhoneNumberStatus']]], 'OrderedPhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'OrderedPhoneNumber']], 'OrderedPhoneNumberStatus' => ['type' => 'string', 'enum' => ['Processing', 'Acquired', 'Failed']], 'Origination' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'OriginationRouteList'], 'Disabled' => ['shape' => 'Boolean']]], 'OriginationRoute' => ['type' => 'structure', 'members' => ['Host' => ['shape' => 'String'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'OriginationRouteProtocol'], 'Priority' => ['shape' => 'OriginationRoutePriority'], 'Weight' => ['shape' => 'OriginationRouteWeight']]], 'OriginationRouteList' => ['type' => 'list', 'member' => ['shape' => 'OriginationRoute']], 'OriginationRoutePriority' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'OriginationRouteProtocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'OriginationRouteWeight' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Participant' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'E164PhoneNumber'], 'ProxyPhoneNumber' => ['shape' => 'E164PhoneNumber']]], 'ParticipantPhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'E164PhoneNumber'], 'max' => 2, 'min' => 2], 'Participants' => ['type' => 'list', 'member' => ['shape' => 'Participant']], 'PhoneNumber' => ['type' => 'structure', 'members' => ['PhoneNumberId' => ['shape' => 'String'], 'E164PhoneNumber' => ['shape' => 'E164PhoneNumber'], 'Type' => ['shape' => 'PhoneNumberType'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'Status' => ['shape' => 'PhoneNumberStatus'], 'Capabilities' => ['shape' => 'PhoneNumberCapabilities'], 'Associations' => ['shape' => 'PhoneNumberAssociationList'], 'CallingName' => ['shape' => 'CallingName'], 'CallingNameStatus' => ['shape' => 'CallingNameStatus'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'DeletionTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberAssociation' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String'], 'Name' => ['shape' => 'PhoneNumberAssociationName'], 'AssociatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberAssociationList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberAssociation']], 'PhoneNumberAssociationName' => ['type' => 'string', 'enum' => ['AccountId', 'UserId', 'VoiceConnectorId', 'VoiceConnectorGroupId']], 'PhoneNumberCapabilities' => ['type' => 'structure', 'members' => ['InboundCall' => ['shape' => 'NullableBoolean'], 'OutboundCall' => ['shape' => 'NullableBoolean'], 'InboundSMS' => ['shape' => 'NullableBoolean'], 'OutboundSMS' => ['shape' => 'NullableBoolean'], 'InboundMMS' => ['shape' => 'NullableBoolean'], 'OutboundMMS' => ['shape' => 'NullableBoolean']]], 'PhoneNumberError' => ['type' => 'structure', 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'PhoneNumberErrorList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberError']], 'PhoneNumberList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumber']], 'PhoneNumberMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'PhoneNumberOrder' => ['type' => 'structure', 'members' => ['PhoneNumberOrderId' => ['shape' => 'GuidString'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'Status' => ['shape' => 'PhoneNumberOrderStatus'], 'OrderedPhoneNumbers' => ['shape' => 'OrderedPhoneNumberList'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PhoneNumberOrderList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberOrder']], 'PhoneNumberOrderStatus' => ['type' => 'string', 'enum' => ['Processing', 'Successful', 'Failed', 'Partial']], 'PhoneNumberProductType' => ['type' => 'string', 'enum' => ['BusinessCalling', 'VoiceConnector']], 'PhoneNumberStatus' => ['type' => 'string', 'enum' => ['AcquireInProgress', 'AcquireFailed', 'Unassigned', 'Assigned', 'ReleaseInProgress', 'DeleteInProgress', 'ReleaseFailed', 'DeleteFailed']], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['Local', 'TollFree']], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'ProfileServiceMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'Proxy' => ['type' => 'structure', 'members' => ['DefaultSessionExpiryMinutes' => ['shape' => 'Integer'], 'Disabled' => ['shape' => 'Boolean'], 'FallBackPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'PhoneNumberCountries' => ['shape' => 'StringList']]], 'ProxySession' => ['type' => 'structure', 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128'], 'ProxySessionId' => ['shape' => 'NonEmptyString128'], 'Name' => ['shape' => 'String128'], 'Status' => ['shape' => 'ProxySessionStatus'], 'ExpiryMinutes' => ['shape' => 'PositiveInteger'], 'Capabilities' => ['shape' => 'CapabilityList'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'EndedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'Participants' => ['shape' => 'Participants'], 'NumberSelectionBehavior' => ['shape' => 'NumberSelectionBehavior'], 'GeoMatchLevel' => ['shape' => 'GeoMatchLevel'], 'GeoMatchParams' => ['shape' => 'GeoMatchParams']]], 'ProxySessionNameString' => ['type' => 'string', 'pattern' => '^$|^[a-zA-Z0-9 ]{0,30}$', 'sensitive' => \true], 'ProxySessionStatus' => ['type' => 'string', 'enum' => ['Open', 'InProgress', 'Closed']], 'ProxySessions' => ['type' => 'list', 'member' => ['shape' => 'ProxySession']], 'PutEventsConfigurationRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId'], 'OutboundEventsHTTPSEndpoint' => ['shape' => 'SensitiveString'], 'LambdaFunctionArn' => ['shape' => 'SensitiveString']]], 'PutEventsConfigurationResponse' => ['type' => 'structure', 'members' => ['EventsConfiguration' => ['shape' => 'EventsConfiguration']]], 'PutRetentionSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RetentionSettings'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RetentionSettings' => ['shape' => 'RetentionSettings']]], 'PutRetentionSettingsResponse' => ['type' => 'structure', 'members' => ['RetentionSettings' => ['shape' => 'RetentionSettings'], 'InitiateDeletionTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'PutVoiceConnectorEmergencyCallingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'EmergencyCallingConfiguration'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'EmergencyCallingConfiguration' => ['shape' => 'EmergencyCallingConfiguration']]], 'PutVoiceConnectorEmergencyCallingConfigurationResponse' => ['type' => 'structure', 'members' => ['EmergencyCallingConfiguration' => ['shape' => 'EmergencyCallingConfiguration']]], 'PutVoiceConnectorLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'LoggingConfiguration'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutVoiceConnectorLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutVoiceConnectorOriginationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Origination'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Origination' => ['shape' => 'Origination']]], 'PutVoiceConnectorOriginationResponse' => ['type' => 'structure', 'members' => ['Origination' => ['shape' => 'Origination']]], 'PutVoiceConnectorProxyRequest' => ['type' => 'structure', 'required' => ['DefaultSessionExpiryMinutes', 'PhoneNumberPoolCountries', 'VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'DefaultSessionExpiryMinutes' => ['shape' => 'Integer'], 'PhoneNumberPoolCountries' => ['shape' => 'CountryList'], 'FallBackPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'Disabled' => ['shape' => 'Boolean']]], 'PutVoiceConnectorProxyResponse' => ['type' => 'structure', 'members' => ['Proxy' => ['shape' => 'Proxy']]], 'PutVoiceConnectorStreamingConfigurationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'StreamingConfiguration'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'PutVoiceConnectorStreamingConfigurationResponse' => ['type' => 'structure', 'members' => ['StreamingConfiguration' => ['shape' => 'StreamingConfiguration']]], 'PutVoiceConnectorTerminationCredentialsRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Credentials' => ['shape' => 'CredentialList']]], 'PutVoiceConnectorTerminationRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Termination'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Termination' => ['shape' => 'Termination']]], 'PutVoiceConnectorTerminationResponse' => ['type' => 'structure', 'members' => ['Termination' => ['shape' => 'Termination']]], 'RedactConversationMessageRequest' => ['type' => 'structure', 'required' => ['AccountId', 'ConversationId', 'MessageId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'ConversationId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'conversationId'], 'MessageId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'messageId']]], 'RedactConversationMessageResponse' => ['type' => 'structure', 'members' => []], 'RedactRoomMessageRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MessageId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MessageId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'messageId']]], 'RedactRoomMessageResponse' => ['type' => 'structure', 'members' => []], 'RegenerateSecurityTokenRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId']]], 'RegenerateSecurityTokenResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['Unregistered', 'Registered', 'Suspended']], 'ResetPersonalPINRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId']]], 'ResetPersonalPINResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RestorePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'phoneNumberId']]], 'RestorePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'ResultMax' => ['type' => 'integer', 'max' => 99, 'min' => 1], 'RetentionDays' => ['type' => 'integer', 'max' => 5475, 'min' => 1], 'RetentionSettings' => ['type' => 'structure', 'members' => ['RoomRetentionSettings' => ['shape' => 'RoomRetentionSettings'], 'ConversationRetentionSettings' => ['shape' => 'ConversationRetentionSettings']]], 'Room' => ['type' => 'structure', 'members' => ['RoomId' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'SensitiveString'], 'AccountId' => ['shape' => 'NonEmptyString'], 'CreatedBy' => ['shape' => 'NonEmptyString'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'RoomList' => ['type' => 'list', 'member' => ['shape' => 'Room']], 'RoomMembership' => ['type' => 'structure', 'members' => ['RoomId' => ['shape' => 'NonEmptyString'], 'Member' => ['shape' => 'Member'], 'Role' => ['shape' => 'RoomMembershipRole'], 'InvitedBy' => ['shape' => 'NonEmptyString'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'RoomMembershipList' => ['type' => 'list', 'member' => ['shape' => 'RoomMembership']], 'RoomMembershipRole' => ['type' => 'string', 'enum' => ['Administrator', 'Member']], 'RoomRetentionSettings' => ['type' => 'structure', 'members' => ['RetentionDays' => ['shape' => 'RetentionDays']]], 'SearchAvailablePhoneNumbersRequest' => ['type' => 'structure', 'members' => ['AreaCode' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'area-code'], 'City' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'city'], 'Country' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'country'], 'State' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'state'], 'TollFreePrefix' => ['shape' => 'TollFreePrefix', 'location' => 'querystring', 'locationName' => 'toll-free-prefix'], 'MaxResults' => ['shape' => 'PhoneNumberMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token']]], 'SearchAvailablePhoneNumbersResponse' => ['type' => 'structure', 'members' => ['E164PhoneNumbers' => ['shape' => 'E164PhoneNumberList']]], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'SensitiveStringList' => ['type' => 'list', 'member' => ['shape' => 'SensitiveString']], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SigninDelegateGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString']]], 'SigninDelegateGroupList' => ['type' => 'list', 'member' => ['shape' => 'SigninDelegateGroup']], 'StreamingConfiguration' => ['type' => 'structure', 'required' => ['DataRetentionInHours'], 'members' => ['DataRetentionInHours' => ['shape' => 'DataRetentionInHours'], 'Disabled' => ['shape' => 'Boolean'], 'StreamingNotificationTargets' => ['shape' => 'StreamingNotificationTargetList']]], 'StreamingNotificationTarget' => ['type' => 'structure', 'required' => ['NotificationTarget'], 'members' => ['NotificationTarget' => ['shape' => 'NotificationTarget']]], 'StreamingNotificationTargetList' => ['type' => 'list', 'member' => ['shape' => 'StreamingNotificationTarget'], 'max' => 3, 'min' => 1], 'String' => ['type' => 'string'], 'String128' => ['type' => 'string', 'max' => 128], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'AttendeeId', 'Tags'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId'], 'Tags' => ['shape' => 'AttendeeTagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'sensitive' => \true], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'Tags'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'Tags' => ['shape' => 'MeetingTagList']]], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'sensitive' => \true], 'TelephonySettings' => ['type' => 'structure', 'required' => ['InboundCalling', 'OutboundCalling', 'SMS'], 'members' => ['InboundCalling' => ['shape' => 'Boolean'], 'OutboundCalling' => ['shape' => 'Boolean'], 'SMS' => ['shape' => 'Boolean']]], 'Termination' => ['type' => 'structure', 'members' => ['CpsLimit' => ['shape' => 'CpsLimit'], 'DefaultPhoneNumber' => ['shape' => 'E164PhoneNumber'], 'CallingRegions' => ['shape' => 'CallingRegionList'], 'CidrAllowedList' => ['shape' => 'StringList'], 'Disabled' => ['shape' => 'Boolean']]], 'TerminationHealth' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Iso8601Timestamp'], 'Source' => ['shape' => 'String']]], 'ThrottledClientException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TollFreePrefix' => ['type' => 'string', 'max' => 3, 'min' => 3, 'pattern' => '^8(00|33|44|55|66|77|88)$'], 'UnauthorizedClientException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UnprocessableEntityException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 422], 'exception' => \true], 'UntagAttendeeRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'TagKeys', 'AttendeeId'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'AttendeeId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'attendeeId'], 'TagKeys' => ['shape' => 'AttendeeTagKeyList']]], 'UntagMeetingRequest' => ['type' => 'structure', 'required' => ['MeetingId', 'TagKeys'], 'members' => ['MeetingId' => ['shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'meetingId'], 'TagKeys' => ['shape' => 'MeetingTagKeyList']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UpdateAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'Name' => ['shape' => 'AccountName']]], 'UpdateAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'UpdateAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'AccountSettings'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'AccountSettings' => ['shape' => 'AccountSettings']]], 'UpdateAccountSettingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateBotRequest' => ['type' => 'structure', 'required' => ['AccountId', 'BotId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'BotId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'botId'], 'Disabled' => ['shape' => 'NullableBoolean']]], 'UpdateBotResponse' => ['type' => 'structure', 'members' => ['Bot' => ['shape' => 'Bot']]], 'UpdateGlobalSettingsRequest' => ['type' => 'structure', 'required' => ['BusinessCalling', 'VoiceConnector'], 'members' => ['BusinessCalling' => ['shape' => 'BusinessCallingSettings'], 'VoiceConnector' => ['shape' => 'VoiceConnectorSettings']]], 'UpdatePhoneNumberRequest' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'phoneNumberId'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'CallingName' => ['shape' => 'CallingName']]], 'UpdatePhoneNumberRequestItem' => ['type' => 'structure', 'required' => ['PhoneNumberId'], 'members' => ['PhoneNumberId' => ['shape' => 'NonEmptyString'], 'ProductType' => ['shape' => 'PhoneNumberProductType'], 'CallingName' => ['shape' => 'CallingName']]], 'UpdatePhoneNumberRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'UpdatePhoneNumberRequestItem']], 'UpdatePhoneNumberResponse' => ['type' => 'structure', 'members' => ['PhoneNumber' => ['shape' => 'PhoneNumber']]], 'UpdatePhoneNumberSettingsRequest' => ['type' => 'structure', 'required' => ['CallingName'], 'members' => ['CallingName' => ['shape' => 'CallingName']]], 'UpdateProxySessionRequest' => ['type' => 'structure', 'required' => ['Capabilities', 'VoiceConnectorId', 'ProxySessionId'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'ProxySessionId' => ['shape' => 'NonEmptyString128', 'location' => 'uri', 'locationName' => 'proxySessionId'], 'Capabilities' => ['shape' => 'CapabilityList'], 'ExpiryMinutes' => ['shape' => 'PositiveInteger']]], 'UpdateProxySessionResponse' => ['type' => 'structure', 'members' => ['ProxySession' => ['shape' => 'ProxySession']]], 'UpdateRoomMembershipRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId', 'MemberId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'MemberId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'memberId'], 'Role' => ['shape' => 'RoomMembershipRole']]], 'UpdateRoomMembershipResponse' => ['type' => 'structure', 'members' => ['RoomMembership' => ['shape' => 'RoomMembership']]], 'UpdateRoomRequest' => ['type' => 'structure', 'required' => ['AccountId', 'RoomId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'RoomId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'roomId'], 'Name' => ['shape' => 'SensitiveString']]], 'UpdateRoomResponse' => ['type' => 'structure', 'members' => ['Room' => ['shape' => 'Room']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId'], 'members' => ['AccountId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'userId'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata']]], 'UpdateUserRequestItem' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'NonEmptyString'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata']]], 'UpdateUserRequestItemList' => ['type' => 'list', 'member' => ['shape' => 'UpdateUserRequestItem'], 'max' => 20], 'UpdateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'UpdateUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccountId', 'UserId', 'UserSettings'], 'members' => ['AccountId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'accountId'], 'UserId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'userId'], 'UserSettings' => ['shape' => 'UserSettings']]], 'UpdateVoiceConnectorGroupRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorGroupId', 'Name', 'VoiceConnectorItems'], 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorGroupId'], 'Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList']]], 'UpdateVoiceConnectorGroupResponse' => ['type' => 'structure', 'members' => ['VoiceConnectorGroup' => ['shape' => 'VoiceConnectorGroup']]], 'UpdateVoiceConnectorRequest' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Name', 'RequireEncryption'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'voiceConnectorId'], 'Name' => ['shape' => 'VoiceConnectorName'], 'RequireEncryption' => ['shape' => 'Boolean']]], 'UpdateVoiceConnectorResponse' => ['type' => 'structure', 'members' => ['VoiceConnector' => ['shape' => 'VoiceConnector']]], 'UriType' => ['type' => 'string', 'max' => 4096], 'User' => ['type' => 'structure', 'required' => ['UserId'], 'members' => ['UserId' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'PrimaryEmail' => ['shape' => 'EmailAddress'], 'PrimaryProvisionedNumber' => ['shape' => 'SensitiveString'], 'DisplayName' => ['shape' => 'SensitiveString'], 'LicenseType' => ['shape' => 'License'], 'UserType' => ['shape' => 'UserType'], 'UserRegistrationStatus' => ['shape' => 'RegistrationStatus'], 'UserInvitationStatus' => ['shape' => 'InviteStatus'], 'RegisteredOn' => ['shape' => 'Iso8601Timestamp'], 'InvitedOn' => ['shape' => 'Iso8601Timestamp'], 'AlexaForBusinessMetadata' => ['shape' => 'AlexaForBusinessMetadata'], 'PersonalPIN' => ['shape' => 'String']]], 'UserEmailList' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress'], 'max' => 50], 'UserError' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'String']]], 'UserErrorList' => ['type' => 'list', 'member' => ['shape' => 'UserError']], 'UserIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 50], 'UserList' => ['type' => 'list', 'member' => ['shape' => 'User']], 'UserSettings' => ['type' => 'structure', 'required' => ['Telephony'], 'members' => ['Telephony' => ['shape' => 'TelephonySettings']]], 'UserType' => ['type' => 'string', 'enum' => ['PrivateUser', 'SharedDevice']], 'VoiceConnector' => ['type' => 'structure', 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString'], 'AwsRegion' => ['shape' => 'VoiceConnectorAwsRegion'], 'Name' => ['shape' => 'VoiceConnectorName'], 'OutboundHostName' => ['shape' => 'String'], 'RequireEncryption' => ['shape' => 'Boolean'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'VoiceConnectorAwsRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-west-2']], 'VoiceConnectorGroup' => ['type' => 'structure', 'members' => ['VoiceConnectorGroupId' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'VoiceConnectorGroupName'], 'VoiceConnectorItems' => ['shape' => 'VoiceConnectorItemList'], 'CreatedTimestamp' => ['shape' => 'Iso8601Timestamp'], 'UpdatedTimestamp' => ['shape' => 'Iso8601Timestamp']]], 'VoiceConnectorGroupList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnectorGroup']], 'VoiceConnectorGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VoiceConnectorItem' => ['type' => 'structure', 'required' => ['VoiceConnectorId', 'Priority'], 'members' => ['VoiceConnectorId' => ['shape' => 'NonEmptyString'], 'Priority' => ['shape' => 'VoiceConnectorItemPriority']]], 'VoiceConnectorItemList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnectorItem']], 'VoiceConnectorItemPriority' => ['type' => 'integer', 'max' => 99, 'min' => 1], 'VoiceConnectorList' => ['type' => 'list', 'member' => ['shape' => 'VoiceConnector']], 'VoiceConnectorName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VoiceConnectorSettings' => ['type' => 'structure', 'members' => ['CdrBucket' => ['shape' => 'String', 'box' => \true]]]]]; diff --git a/vendor/Aws3/Aws/data/chime/2018-05-01/paginators-1.json.php b/vendor/Aws3/Aws/data/chime/2018-05-01/paginators-1.json.php index 7f7d8c94..da8ef35e 100644 --- a/vendor/Aws3/Aws/data/chime/2018-05-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/chime/2018-05-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListAccounts' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListAttendees' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListBots' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListMeetings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListPhoneNumberOrders' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListPhoneNumbers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRoomMemberships' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRooms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListUsers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVoiceConnectorGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVoiceConnectors' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListAccounts' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListAttendees' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListBots' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListMeetings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListPhoneNumberOrders' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListPhoneNumbers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListProxySessions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRoomMemberships' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRooms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListUsers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVoiceConnectorGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVoiceConnectors' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/cloud9/2017-09-23/api-2.json.php b/vendor/Aws3/Aws/data/cloud9/2017-09-23/api-2.json.php index 971c4bf2..29f7987d 100644 --- a/vendor/Aws3/Aws/data/cloud9/2017-09-23/api-2.json.php +++ b/vendor/Aws3/Aws/data/cloud9/2017-09-23/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-09-23', 'endpointPrefix' => 'cloud9', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Cloud9', 'serviceId' => 'Cloud9', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSCloud9WorkspaceManagementService', 'uid' => 'cloud9-2017-09-23'], 'operations' => ['CreateEnvironmentEC2' => ['name' => 'CreateEnvironmentEC2', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentEC2Request'], 'output' => ['shape' => 'CreateEnvironmentEC2Result'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'CreateEnvironmentMembership' => ['name' => 'CreateEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentMembershipRequest'], 'output' => ['shape' => 'CreateEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DeleteEnvironment' => ['name' => 'DeleteEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentRequest'], 'output' => ['shape' => 'DeleteEnvironmentResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DeleteEnvironmentMembership' => ['name' => 'DeleteEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentMembershipRequest'], 'output' => ['shape' => 'DeleteEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DescribeEnvironmentMemberships' => ['name' => 'DescribeEnvironmentMemberships', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentMembershipsRequest'], 'output' => ['shape' => 'DescribeEnvironmentMembershipsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'DescribeEnvironmentStatus' => ['name' => 'DescribeEnvironmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentStatusRequest'], 'output' => ['shape' => 'DescribeEnvironmentStatusResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'DescribeEnvironments' => ['name' => 'DescribeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentsRequest'], 'output' => ['shape' => 'DescribeEnvironmentsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'ListEnvironments' => ['name' => 'ListEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEnvironmentsRequest'], 'output' => ['shape' => 'ListEnvironmentsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentRequest'], 'output' => ['shape' => 'UpdateEnvironmentResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'UpdateEnvironmentMembership' => ['name' => 'UpdateEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentMembershipRequest'], 'output' => ['shape' => 'UpdateEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true]], 'shapes' => ['AutomaticStopTimeMinutes' => ['type' => 'integer', 'box' => \true, 'max' => 20160], 'BadRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BoundedEnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId'], 'max' => 25, 'min' => 1], 'ClientRequestToken' => ['type' => 'string', 'pattern' => '[\\x20-\\x7E]{10,128}'], 'ConflictException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CreateEnvironmentEC2Request' => ['type' => 'structure', 'required' => ['name', 'instanceType'], 'members' => ['name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'instanceType' => ['shape' => 'InstanceType'], 'subnetId' => ['shape' => 'SubnetId'], 'automaticStopTimeMinutes' => ['shape' => 'AutomaticStopTimeMinutes'], 'ownerArn' => ['shape' => 'UserArn'], 'tags' => ['shape' => 'TagList']]], 'CreateEnvironmentEC2Result' => ['type' => 'structure', 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'CreateEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn', 'permissions'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn'], 'permissions' => ['shape' => 'MemberPermissions']]], 'CreateEnvironmentMembershipResult' => ['type' => 'structure', 'members' => ['membership' => ['shape' => 'EnvironmentMember']]], 'DeleteEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn']]], 'DeleteEnvironmentMembershipResult' => ['type' => 'structure', 'members' => []], 'DeleteEnvironmentRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'DeleteEnvironmentResult' => ['type' => 'structure', 'members' => []], 'DescribeEnvironmentMembershipsRequest' => ['type' => 'structure', 'members' => ['userArn' => ['shape' => 'UserArn'], 'environmentId' => ['shape' => 'EnvironmentId'], 'permissions' => ['shape' => 'PermissionsList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeEnvironmentMembershipsResult' => ['type' => 'structure', 'members' => ['memberships' => ['shape' => 'EnvironmentMembersList'], 'nextToken' => ['shape' => 'String']]], 'DescribeEnvironmentStatusRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'DescribeEnvironmentStatusResult' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'EnvironmentStatus'], 'message' => ['shape' => 'String']]], 'DescribeEnvironmentsRequest' => ['type' => 'structure', 'required' => ['environmentIds'], 'members' => ['environmentIds' => ['shape' => 'BoundedEnvironmentIdList']]], 'DescribeEnvironmentsResult' => ['type' => 'structure', 'members' => ['environments' => ['shape' => 'EnvironmentList']]], 'Environment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'EnvironmentId'], 'name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription'], 'type' => ['shape' => 'EnvironmentType'], 'arn' => ['shape' => 'String'], 'ownerArn' => ['shape' => 'String'], 'lifecycle' => ['shape' => 'EnvironmentLifecycle']]], 'EnvironmentArn' => ['type' => 'string', 'pattern' => 'arn:aws:cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}'], 'EnvironmentDescription' => ['type' => 'string', 'max' => 200, 'sensitive' => \true], 'EnvironmentId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9]{8,32}$'], 'EnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId']], 'EnvironmentLifecycle' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'EnvironmentLifecycleStatus'], 'reason' => ['shape' => 'String'], 'failureResource' => ['shape' => 'String']]], 'EnvironmentLifecycleStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATED', 'CREATE_FAILED', 'DELETING', 'DELETE_FAILED']], 'EnvironmentList' => ['type' => 'list', 'member' => ['shape' => 'Environment']], 'EnvironmentMember' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'Permissions'], 'userId' => ['shape' => 'String'], 'userArn' => ['shape' => 'UserArn'], 'environmentId' => ['shape' => 'EnvironmentId'], 'lastAccess' => ['shape' => 'Timestamp']]], 'EnvironmentMembersList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentMember']], 'EnvironmentName' => ['type' => 'string', 'max' => 60, 'min' => 1], 'EnvironmentStatus' => ['type' => 'string', 'enum' => ['error', 'creating', 'connecting', 'ready', 'stopping', 'stopped', 'deleting']], 'EnvironmentType' => ['type' => 'string', 'enum' => ['ssh', 'ec2']], 'ForbiddenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceType' => ['type' => 'string', 'max' => 20, 'min' => 5, 'pattern' => '^[a-z][1-9][.][a-z0-9]+$'], 'InternalServerErrorException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListEnvironmentsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListEnvironmentsResult' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'environmentIds' => ['shape' => 'EnvironmentIdList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 25, 'min' => 0], 'MemberPermissions' => ['type' => 'string', 'enum' => ['read-write', 'read-only']], 'NotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Permissions' => ['type' => 'string', 'enum' => ['owner', 'read-write', 'read-only']], 'PermissionsList' => ['type' => 'list', 'member' => ['shape' => 'Permissions']], 'String' => ['type' => 'string'], 'SubnetId' => ['type' => 'string', 'max' => 30, 'min' => 5], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn', 'permissions'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn'], 'permissions' => ['shape' => 'MemberPermissions']]], 'UpdateEnvironmentMembershipResult' => ['type' => 'structure', 'members' => ['membership' => ['shape' => 'EnvironmentMember']]], 'UpdateEnvironmentRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription']]], 'UpdateEnvironmentResult' => ['type' => 'structure', 'members' => []], 'UserArn' => ['type' => 'string', 'pattern' => '^arn:aws:(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-09-23', 'endpointPrefix' => 'cloud9', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Cloud9', 'serviceId' => 'Cloud9', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSCloud9WorkspaceManagementService', 'uid' => 'cloud9-2017-09-23'], 'operations' => ['CreateEnvironmentEC2' => ['name' => 'CreateEnvironmentEC2', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentEC2Request'], 'output' => ['shape' => 'CreateEnvironmentEC2Result'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'CreateEnvironmentMembership' => ['name' => 'CreateEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentMembershipRequest'], 'output' => ['shape' => 'CreateEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DeleteEnvironment' => ['name' => 'DeleteEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentRequest'], 'output' => ['shape' => 'DeleteEnvironmentResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DeleteEnvironmentMembership' => ['name' => 'DeleteEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentMembershipRequest'], 'output' => ['shape' => 'DeleteEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'DescribeEnvironmentMemberships' => ['name' => 'DescribeEnvironmentMemberships', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentMembershipsRequest'], 'output' => ['shape' => 'DescribeEnvironmentMembershipsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'DescribeEnvironmentStatus' => ['name' => 'DescribeEnvironmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentStatusRequest'], 'output' => ['shape' => 'DescribeEnvironmentStatusResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'DescribeEnvironments' => ['name' => 'DescribeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentsRequest'], 'output' => ['shape' => 'DescribeEnvironmentsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'ListEnvironments' => ['name' => 'ListEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEnvironmentsRequest'], 'output' => ['shape' => 'ListEnvironmentsResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentAccessException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentAccessException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentRequest'], 'output' => ['shape' => 'UpdateEnvironmentResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true], 'UpdateEnvironmentMembership' => ['name' => 'UpdateEnvironmentMembership', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentMembershipRequest'], 'output' => ['shape' => 'UpdateEnvironmentMembershipResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'NotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerErrorException']], 'idempotent' => \true]], 'shapes' => ['AutomaticStopTimeMinutes' => ['type' => 'integer', 'box' => \true, 'max' => 20160], 'BadRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BoundedEnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId'], 'max' => 25, 'min' => 1], 'ClientRequestToken' => ['type' => 'string', 'pattern' => '[\\x20-\\x7E]{10,128}'], 'ConcurrentAccessException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ConflictException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ConnectionType' => ['type' => 'string', 'enum' => ['CONNECT_SSH', 'CONNECT_SSM']], 'CreateEnvironmentEC2Request' => ['type' => 'structure', 'required' => ['name', 'instanceType'], 'members' => ['name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'instanceType' => ['shape' => 'InstanceType'], 'subnetId' => ['shape' => 'SubnetId'], 'automaticStopTimeMinutes' => ['shape' => 'AutomaticStopTimeMinutes'], 'ownerArn' => ['shape' => 'UserArn'], 'tags' => ['shape' => 'TagList'], 'connectionType' => ['shape' => 'ConnectionType']]], 'CreateEnvironmentEC2Result' => ['type' => 'structure', 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'CreateEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn', 'permissions'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn'], 'permissions' => ['shape' => 'MemberPermissions']]], 'CreateEnvironmentMembershipResult' => ['type' => 'structure', 'members' => ['membership' => ['shape' => 'EnvironmentMember']]], 'DeleteEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn']]], 'DeleteEnvironmentMembershipResult' => ['type' => 'structure', 'members' => []], 'DeleteEnvironmentRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'DeleteEnvironmentResult' => ['type' => 'structure', 'members' => []], 'DescribeEnvironmentMembershipsRequest' => ['type' => 'structure', 'members' => ['userArn' => ['shape' => 'UserArn'], 'environmentId' => ['shape' => 'EnvironmentId'], 'permissions' => ['shape' => 'PermissionsList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeEnvironmentMembershipsResult' => ['type' => 'structure', 'members' => ['memberships' => ['shape' => 'EnvironmentMembersList'], 'nextToken' => ['shape' => 'String']]], 'DescribeEnvironmentStatusRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId']]], 'DescribeEnvironmentStatusResult' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'EnvironmentStatus'], 'message' => ['shape' => 'String']]], 'DescribeEnvironmentsRequest' => ['type' => 'structure', 'required' => ['environmentIds'], 'members' => ['environmentIds' => ['shape' => 'BoundedEnvironmentIdList']]], 'DescribeEnvironmentsResult' => ['type' => 'structure', 'members' => ['environments' => ['shape' => 'EnvironmentList']]], 'Environment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'EnvironmentId'], 'name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription'], 'type' => ['shape' => 'EnvironmentType'], 'connectionType' => ['shape' => 'ConnectionType'], 'arn' => ['shape' => 'String'], 'ownerArn' => ['shape' => 'String'], 'lifecycle' => ['shape' => 'EnvironmentLifecycle']]], 'EnvironmentArn' => ['type' => 'string', 'pattern' => 'arn:aws:cloud9:([a-z]{2}-[a-z]+-\\d{1}):[0-9]{12}:environment:[a-zA-Z0-9]{8,32}'], 'EnvironmentDescription' => ['type' => 'string', 'max' => 200, 'sensitive' => \true], 'EnvironmentId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9]{8,32}$'], 'EnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId']], 'EnvironmentLifecycle' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'EnvironmentLifecycleStatus'], 'reason' => ['shape' => 'String'], 'failureResource' => ['shape' => 'String']]], 'EnvironmentLifecycleStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATED', 'CREATE_FAILED', 'DELETING', 'DELETE_FAILED']], 'EnvironmentList' => ['type' => 'list', 'member' => ['shape' => 'Environment']], 'EnvironmentMember' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'Permissions'], 'userId' => ['shape' => 'String'], 'userArn' => ['shape' => 'UserArn'], 'environmentId' => ['shape' => 'EnvironmentId'], 'lastAccess' => ['shape' => 'Timestamp']]], 'EnvironmentMembersList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentMember']], 'EnvironmentName' => ['type' => 'string', 'max' => 60, 'min' => 1], 'EnvironmentStatus' => ['type' => 'string', 'enum' => ['error', 'creating', 'connecting', 'ready', 'stopping', 'stopped', 'deleting']], 'EnvironmentType' => ['type' => 'string', 'enum' => ['ssh', 'ec2']], 'ForbiddenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceType' => ['type' => 'string', 'max' => 20, 'min' => 5, 'pattern' => '^[a-z][1-9][.][a-z0-9]+$'], 'InternalServerErrorException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListEnvironmentsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListEnvironmentsResult' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'environmentIds' => ['shape' => 'EnvironmentIdList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 25, 'min' => 0], 'MemberPermissions' => ['type' => 'string', 'enum' => ['read-write', 'read-only']], 'NotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Permissions' => ['type' => 'string', 'enum' => ['owner', 'read-write', 'read-only']], 'PermissionsList' => ['type' => 'list', 'member' => ['shape' => 'Permissions']], 'String' => ['type' => 'string'], 'SubnetId' => ['type' => 'string', 'max' => 30, 'min' => 5], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'EnvironmentArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEnvironmentMembershipRequest' => ['type' => 'structure', 'required' => ['environmentId', 'userArn', 'permissions'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'userArn' => ['shape' => 'UserArn'], 'permissions' => ['shape' => 'MemberPermissions']]], 'UpdateEnvironmentMembershipResult' => ['type' => 'structure', 'members' => ['membership' => ['shape' => 'EnvironmentMember']]], 'UpdateEnvironmentRequest' => ['type' => 'structure', 'required' => ['environmentId'], 'members' => ['environmentId' => ['shape' => 'EnvironmentId'], 'name' => ['shape' => 'EnvironmentName'], 'description' => ['shape' => 'EnvironmentDescription']]], 'UpdateEnvironmentResult' => ['type' => 'structure', 'members' => []], 'UserArn' => ['type' => 'string', 'pattern' => '^arn:aws:(iam|sts)::\\d+:(root|(user\\/[\\w+=/:,.@-]{1,64}|federated-user\\/[\\w+=/:,.@-]{2,32}|assumed-role\\/[\\w+=:,.@-]{1,64}\\/[\\w+=,.@-]{1,64}))$']]]; diff --git a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/api-2.json.php b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/api-2.json.php index 758d3c6c..49c7b0aa 100644 --- a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2010-05-15', 'endpointPrefix' => 'cloudformation', 'protocol' => 'query', 'serviceFullName' => 'AWS CloudFormation', 'serviceId' => 'CloudFormation', 'signatureVersion' => 'v4', 'uid' => 'cloudformation-2010-05-15', 'xmlNamespace' => 'http://cloudformation.amazonaws.com/doc/2010-05-15/'], 'operations' => ['CancelUpdateStack' => ['name' => 'CancelUpdateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelUpdateStackInput'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'ContinueUpdateRollback' => ['name' => 'ContinueUpdateRollback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ContinueUpdateRollbackInput'], 'output' => ['shape' => 'ContinueUpdateRollbackOutput', 'resultWrapper' => 'ContinueUpdateRollbackResult'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'CreateChangeSet' => ['name' => 'CreateChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateChangeSetInput'], 'output' => ['shape' => 'CreateChangeSetOutput', 'resultWrapper' => 'CreateChangeSetResult'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'LimitExceededException']]], 'CreateStack' => ['name' => 'CreateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackInput'], 'output' => ['shape' => 'CreateStackOutput', 'resultWrapper' => 'CreateStackResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'TokenAlreadyExistsException'], ['shape' => 'InsufficientCapabilitiesException']]], 'CreateStackInstances' => ['name' => 'CreateStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackInstancesInput'], 'output' => ['shape' => 'CreateStackInstancesOutput', 'resultWrapper' => 'CreateStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitExceededException']]], 'CreateStackSet' => ['name' => 'CreateStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackSetInput'], 'output' => ['shape' => 'CreateStackSetOutput', 'resultWrapper' => 'CreateStackSetResult'], 'errors' => [['shape' => 'NameAlreadyExistsException'], ['shape' => 'CreatedButModifiedException'], ['shape' => 'LimitExceededException']]], 'DeleteChangeSet' => ['name' => 'DeleteChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteChangeSetInput'], 'output' => ['shape' => 'DeleteChangeSetOutput', 'resultWrapper' => 'DeleteChangeSetResult'], 'errors' => [['shape' => 'InvalidChangeSetStatusException']]], 'DeleteStack' => ['name' => 'DeleteStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackInput'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'DeleteStackInstances' => ['name' => 'DeleteStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackInstancesInput'], 'output' => ['shape' => 'DeleteStackInstancesOutput', 'resultWrapper' => 'DeleteStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException']]], 'DeleteStackSet' => ['name' => 'DeleteStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackSetInput'], 'output' => ['shape' => 'DeleteStackSetOutput', 'resultWrapper' => 'DeleteStackSetResult'], 'errors' => [['shape' => 'StackSetNotEmptyException'], ['shape' => 'OperationInProgressException']]], 'DeregisterType' => ['name' => 'DeregisterType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTypeInput'], 'output' => ['shape' => 'DeregisterTypeOutput', 'resultWrapper' => 'DeregisterTypeResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountLimitsInput'], 'output' => ['shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult']], 'DescribeChangeSet' => ['name' => 'DescribeChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeChangeSetInput'], 'output' => ['shape' => 'DescribeChangeSetOutput', 'resultWrapper' => 'DescribeChangeSetResult'], 'errors' => [['shape' => 'ChangeSetNotFoundException']]], 'DescribeStackDriftDetectionStatus' => ['name' => 'DescribeStackDriftDetectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackDriftDetectionStatusInput'], 'output' => ['shape' => 'DescribeStackDriftDetectionStatusOutput', 'resultWrapper' => 'DescribeStackDriftDetectionStatusResult']], 'DescribeStackEvents' => ['name' => 'DescribeStackEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackEventsInput'], 'output' => ['shape' => 'DescribeStackEventsOutput', 'resultWrapper' => 'DescribeStackEventsResult']], 'DescribeStackInstance' => ['name' => 'DescribeStackInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackInstanceInput'], 'output' => ['shape' => 'DescribeStackInstanceOutput', 'resultWrapper' => 'DescribeStackInstanceResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'StackInstanceNotFoundException']]], 'DescribeStackResource' => ['name' => 'DescribeStackResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourceInput'], 'output' => ['shape' => 'DescribeStackResourceOutput', 'resultWrapper' => 'DescribeStackResourceResult']], 'DescribeStackResourceDrifts' => ['name' => 'DescribeStackResourceDrifts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourceDriftsInput'], 'output' => ['shape' => 'DescribeStackResourceDriftsOutput', 'resultWrapper' => 'DescribeStackResourceDriftsResult']], 'DescribeStackResources' => ['name' => 'DescribeStackResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourcesInput'], 'output' => ['shape' => 'DescribeStackResourcesOutput', 'resultWrapper' => 'DescribeStackResourcesResult']], 'DescribeStackSet' => ['name' => 'DescribeStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackSetInput'], 'output' => ['shape' => 'DescribeStackSetOutput', 'resultWrapper' => 'DescribeStackSetResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'DescribeStackSetOperation' => ['name' => 'DescribeStackSetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackSetOperationInput'], 'output' => ['shape' => 'DescribeStackSetOperationOutput', 'resultWrapper' => 'DescribeStackSetOperationResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException']]], 'DescribeStacks' => ['name' => 'DescribeStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStacksInput'], 'output' => ['shape' => 'DescribeStacksOutput', 'resultWrapper' => 'DescribeStacksResult']], 'DescribeType' => ['name' => 'DescribeType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTypeInput'], 'output' => ['shape' => 'DescribeTypeOutput', 'resultWrapper' => 'DescribeTypeResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'DescribeTypeRegistration' => ['name' => 'DescribeTypeRegistration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTypeRegistrationInput'], 'output' => ['shape' => 'DescribeTypeRegistrationOutput', 'resultWrapper' => 'DescribeTypeRegistrationResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'DetectStackDrift' => ['name' => 'DetectStackDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackDriftInput'], 'output' => ['shape' => 'DetectStackDriftOutput', 'resultWrapper' => 'DetectStackDriftResult']], 'DetectStackResourceDrift' => ['name' => 'DetectStackResourceDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackResourceDriftInput'], 'output' => ['shape' => 'DetectStackResourceDriftOutput', 'resultWrapper' => 'DetectStackResourceDriftResult']], 'DetectStackSetDrift' => ['name' => 'DetectStackSetDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackSetDriftInput'], 'output' => ['shape' => 'DetectStackSetDriftOutput', 'resultWrapper' => 'DetectStackSetDriftResult'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'OperationInProgressException'], ['shape' => 'StackSetNotFoundException']]], 'EstimateTemplateCost' => ['name' => 'EstimateTemplateCost', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EstimateTemplateCostInput'], 'output' => ['shape' => 'EstimateTemplateCostOutput', 'resultWrapper' => 'EstimateTemplateCostResult']], 'ExecuteChangeSet' => ['name' => 'ExecuteChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteChangeSetInput'], 'output' => ['shape' => 'ExecuteChangeSetOutput', 'resultWrapper' => 'ExecuteChangeSetResult'], 'errors' => [['shape' => 'InvalidChangeSetStatusException'], ['shape' => 'ChangeSetNotFoundException'], ['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'TokenAlreadyExistsException']]], 'GetStackPolicy' => ['name' => 'GetStackPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStackPolicyInput'], 'output' => ['shape' => 'GetStackPolicyOutput', 'resultWrapper' => 'GetStackPolicyResult']], 'GetTemplate' => ['name' => 'GetTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTemplateInput'], 'output' => ['shape' => 'GetTemplateOutput', 'resultWrapper' => 'GetTemplateResult'], 'errors' => [['shape' => 'ChangeSetNotFoundException']]], 'GetTemplateSummary' => ['name' => 'GetTemplateSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTemplateSummaryInput'], 'output' => ['shape' => 'GetTemplateSummaryOutput', 'resultWrapper' => 'GetTemplateSummaryResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListChangeSets' => ['name' => 'ListChangeSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListChangeSetsInput'], 'output' => ['shape' => 'ListChangeSetsOutput', 'resultWrapper' => 'ListChangeSetsResult']], 'ListExports' => ['name' => 'ListExports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListExportsInput'], 'output' => ['shape' => 'ListExportsOutput', 'resultWrapper' => 'ListExportsResult']], 'ListImports' => ['name' => 'ListImports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListImportsInput'], 'output' => ['shape' => 'ListImportsOutput', 'resultWrapper' => 'ListImportsResult']], 'ListStackInstances' => ['name' => 'ListStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackInstancesInput'], 'output' => ['shape' => 'ListStackInstancesOutput', 'resultWrapper' => 'ListStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListStackResources' => ['name' => 'ListStackResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackResourcesInput'], 'output' => ['shape' => 'ListStackResourcesOutput', 'resultWrapper' => 'ListStackResourcesResult']], 'ListStackSetOperationResults' => ['name' => 'ListStackSetOperationResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetOperationResultsInput'], 'output' => ['shape' => 'ListStackSetOperationResultsOutput', 'resultWrapper' => 'ListStackSetOperationResultsResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException']]], 'ListStackSetOperations' => ['name' => 'ListStackSetOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetOperationsInput'], 'output' => ['shape' => 'ListStackSetOperationsOutput', 'resultWrapper' => 'ListStackSetOperationsResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListStackSets' => ['name' => 'ListStackSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetsInput'], 'output' => ['shape' => 'ListStackSetsOutput', 'resultWrapper' => 'ListStackSetsResult']], 'ListStacks' => ['name' => 'ListStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStacksInput'], 'output' => ['shape' => 'ListStacksOutput', 'resultWrapper' => 'ListStacksResult']], 'ListTypeRegistrations' => ['name' => 'ListTypeRegistrations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypeRegistrationsInput'], 'output' => ['shape' => 'ListTypeRegistrationsOutput', 'resultWrapper' => 'ListTypeRegistrationsResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'ListTypeVersions' => ['name' => 'ListTypeVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypeVersionsInput'], 'output' => ['shape' => 'ListTypeVersionsOutput', 'resultWrapper' => 'ListTypeVersionsResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'ListTypes' => ['name' => 'ListTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypesInput'], 'output' => ['shape' => 'ListTypesOutput', 'resultWrapper' => 'ListTypesResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'RecordHandlerProgress' => ['name' => 'RecordHandlerProgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecordHandlerProgressInput'], 'output' => ['shape' => 'RecordHandlerProgressOutput', 'resultWrapper' => 'RecordHandlerProgressResult'], 'errors' => [['shape' => 'InvalidStateTransitionException'], ['shape' => 'OperationStatusCheckFailedException']], 'idempotent' => \true], 'RegisterType' => ['name' => 'RegisterType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTypeInput'], 'output' => ['shape' => 'RegisterTypeOutput', 'resultWrapper' => 'RegisterTypeResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'SetStackPolicy' => ['name' => 'SetStackPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetStackPolicyInput']], 'SetTypeDefaultVersion' => ['name' => 'SetTypeDefaultVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetTypeDefaultVersionInput'], 'output' => ['shape' => 'SetTypeDefaultVersionOutput', 'resultWrapper' => 'SetTypeDefaultVersionResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'SignalResource' => ['name' => 'SignalResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignalResourceInput']], 'StopStackSetOperation' => ['name' => 'StopStackSetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopStackSetOperationInput'], 'output' => ['shape' => 'StopStackSetOperationOutput', 'resultWrapper' => 'StopStackSetOperationResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException'], ['shape' => 'InvalidOperationException']]], 'UpdateStack' => ['name' => 'UpdateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackInput'], 'output' => ['shape' => 'UpdateStackOutput', 'resultWrapper' => 'UpdateStackResult'], 'errors' => [['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'TokenAlreadyExistsException']]], 'UpdateStackInstances' => ['name' => 'UpdateStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackInstancesInput'], 'output' => ['shape' => 'UpdateStackInstancesOutput', 'resultWrapper' => 'UpdateStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'StackInstanceNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException']]], 'UpdateStackSet' => ['name' => 'UpdateStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackSetInput'], 'output' => ['shape' => 'UpdateStackSetOutput', 'resultWrapper' => 'UpdateStackSetResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException'], ['shape' => 'StackInstanceNotFoundException']]], 'UpdateTerminationProtection' => ['name' => 'UpdateTerminationProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTerminationProtectionInput'], 'output' => ['shape' => 'UpdateTerminationProtectionOutput', 'resultWrapper' => 'UpdateTerminationProtectionResult']], 'ValidateTemplate' => ['name' => 'ValidateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateTemplateInput'], 'output' => ['shape' => 'ValidateTemplateOutput', 'resultWrapper' => 'ValidateTemplateResult']]], 'shapes' => ['Account' => ['type' => 'string', 'pattern' => '^[0-9]{12}$'], 'AccountGateResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'AccountGateStatus'], 'StatusReason' => ['shape' => 'AccountGateStatusReason']]], 'AccountGateStatus' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'FAILED', 'SKIPPED']], 'AccountGateStatusReason' => ['type' => 'string'], 'AccountLimit' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LimitName'], 'Value' => ['shape' => 'LimitValue']]], 'AccountLimitList' => ['type' => 'list', 'member' => ['shape' => 'AccountLimit']], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'AllowedValue' => ['type' => 'string'], 'AllowedValues' => ['type' => 'list', 'member' => ['shape' => 'AllowedValue']], 'AlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Arn' => ['type' => 'string'], 'AutoDeployment' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'AutoDeploymentNullable'], 'RetainStacksOnAccountRemoval' => ['shape' => 'RetainStacksOnAccountRemovalNullable']]], 'AutoDeploymentNullable' => ['type' => 'boolean'], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'BoxedMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'CFNRegistryException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'CFNRegistryException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CancelUpdateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'Capabilities' => ['type' => 'list', 'member' => ['shape' => 'Capability']], 'CapabilitiesReason' => ['type' => 'string'], 'Capability' => ['type' => 'string', 'enum' => ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM', 'CAPABILITY_AUTO_EXPAND']], 'CausingEntity' => ['type' => 'string'], 'Change' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ChangeType'], 'ResourceChange' => ['shape' => 'ResourceChange']]], 'ChangeAction' => ['type' => 'string', 'enum' => ['Add', 'Modify', 'Remove', 'Import']], 'ChangeSetId' => ['type' => 'string', 'min' => 1, 'pattern' => 'arn:[-a-zA-Z0-9:/]*'], 'ChangeSetName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'ChangeSetNameOrId' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/]*'], 'ChangeSetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ChangeSetNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ChangeSetStatus' => ['type' => 'string', 'enum' => ['CREATE_PENDING', 'CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'DELETE_COMPLETE', 'FAILED']], 'ChangeSetStatusReason' => ['type' => 'string'], 'ChangeSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ChangeSetSummary']], 'ChangeSetSummary' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ExecutionStatus' => ['shape' => 'ExecutionStatus'], 'Status' => ['shape' => 'ChangeSetStatus'], 'StatusReason' => ['shape' => 'ChangeSetStatusReason'], 'CreationTime' => ['shape' => 'CreationTime'], 'Description' => ['shape' => 'Description']]], 'ChangeSetType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'IMPORT']], 'ChangeSource' => ['type' => 'string', 'enum' => ['ResourceReference', 'ParameterReference', 'ResourceAttribute', 'DirectModification', 'Automatic']], 'ChangeType' => ['type' => 'string', 'enum' => ['Resource']], 'Changes' => ['type' => 'list', 'member' => ['shape' => 'Change']], 'ClientRequestToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'ClientToken' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ContinueUpdateRollbackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'RoleARN' => ['shape' => 'RoleARN'], 'ResourcesToSkip' => ['shape' => 'ResourcesToSkip'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'ContinueUpdateRollbackOutput' => ['type' => 'structure', 'members' => []], 'CreateChangeSetInput' => ['type' => 'structure', 'required' => ['StackName', 'ChangeSetName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Tags' => ['shape' => 'Tags'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ClientToken' => ['shape' => 'ClientToken'], 'Description' => ['shape' => 'Description'], 'ChangeSetType' => ['shape' => 'ChangeSetType'], 'ResourcesToImport' => ['shape' => 'ResourcesToImport']]], 'CreateChangeSetOutput' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ChangeSetId'], 'StackId' => ['shape' => 'StackId']]], 'CreateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters'], 'DisableRollback' => ['shape' => 'DisableRollback'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'TimeoutInMinutes' => ['shape' => 'TimeoutMinutes'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'OnFailure' => ['shape' => 'OnFailure'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL'], 'Tags' => ['shape' => 'Tags'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection']]], 'CreateStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'CreateStackOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'CreateStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Description' => ['shape' => 'Description'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateStackSetOutput' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId']]], 'CreatedButModifiedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CreatedButModifiedException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreationTime' => ['type' => 'timestamp'], 'DeleteChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId']]], 'DeleteChangeSetOutput' => ['type' => 'structure', 'members' => []], 'DeleteStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'RetainResources' => ['shape' => 'RetainResources'], 'RoleARN' => ['shape' => 'RoleARN'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'DeleteStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions', 'RetainStacks'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'RetainStacks' => ['shape' => 'RetainStacks'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DeleteStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'DeleteStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName']]], 'DeleteStackSetOutput' => ['type' => 'structure', 'members' => []], 'DeletionTime' => ['type' => 'timestamp'], 'DeploymentTargets' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'AccountList'], 'OrganizationalUnitIds' => ['shape' => 'OrganizationalUnitIdList']]], 'DeprecatedStatus' => ['type' => 'string', 'enum' => ['LIVE', 'DEPRECATED']], 'DeregisterTypeInput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'PrivateTypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'DeregisterTypeOutput' => ['type' => 'structure', 'members' => []], 'DescribeAccountLimitsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken']]], 'DescribeAccountLimitsOutput' => ['type' => 'structure', 'members' => ['AccountLimits' => ['shape' => 'AccountLimitList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeChangeSetOutput' => ['type' => 'structure', 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'Description' => ['shape' => 'Description'], 'Parameters' => ['shape' => 'Parameters'], 'CreationTime' => ['shape' => 'CreationTime'], 'ExecutionStatus' => ['shape' => 'ExecutionStatus'], 'Status' => ['shape' => 'ChangeSetStatus'], 'StatusReason' => ['shape' => 'ChangeSetStatusReason'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'Changes' => ['shape' => 'Changes'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackDriftDetectionStatusInput' => ['type' => 'structure', 'required' => ['StackDriftDetectionId'], 'members' => ['StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId']]], 'DescribeStackDriftDetectionStatusOutput' => ['type' => 'structure', 'required' => ['StackId', 'StackDriftDetectionId', 'DetectionStatus', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId'], 'StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'DetectionStatus' => ['shape' => 'StackDriftDetectionStatus'], 'DetectionStatusReason' => ['shape' => 'StackDriftDetectionStatusReason'], 'DriftedStackResourceCount' => ['shape' => 'BoxedInteger'], 'Timestamp' => ['shape' => 'Timestamp']]], 'DescribeStackEventsInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackEventsOutput' => ['type' => 'structure', 'members' => ['StackEvents' => ['shape' => 'StackEvents'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackInstanceInput' => ['type' => 'structure', 'required' => ['StackSetName', 'StackInstanceAccount', 'StackInstanceRegion'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackInstanceAccount' => ['shape' => 'Account'], 'StackInstanceRegion' => ['shape' => 'Region']]], 'DescribeStackInstanceOutput' => ['type' => 'structure', 'members' => ['StackInstance' => ['shape' => 'StackInstance']]], 'DescribeStackResourceDriftsInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'StackResourceDriftStatusFilters' => ['shape' => 'StackResourceDriftStatusFilters'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'BoxedMaxResults']]], 'DescribeStackResourceDriftsOutput' => ['type' => 'structure', 'required' => ['StackResourceDrifts'], 'members' => ['StackResourceDrifts' => ['shape' => 'StackResourceDrifts'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackResourceInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId'], 'members' => ['StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId']]], 'DescribeStackResourceOutput' => ['type' => 'structure', 'members' => ['StackResourceDetail' => ['shape' => 'StackResourceDetail']]], 'DescribeStackResourcesInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId']]], 'DescribeStackResourcesOutput' => ['type' => 'structure', 'members' => ['StackResources' => ['shape' => 'StackResources']]], 'DescribeStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName']]], 'DescribeStackSetOperationInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken']]], 'DescribeStackSetOperationOutput' => ['type' => 'structure', 'members' => ['StackSetOperation' => ['shape' => 'StackSetOperation']]], 'DescribeStackSetOutput' => ['type' => 'structure', 'members' => ['StackSet' => ['shape' => 'StackSet']]], 'DescribeStacksInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStacksOutput' => ['type' => 'structure', 'members' => ['Stacks' => ['shape' => 'Stacks'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTypeInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'Arn' => ['shape' => 'TypeArn'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'DescribeTypeOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'TypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'DefaultVersionId' => ['shape' => 'TypeVersionId'], 'Description' => ['shape' => 'Description'], 'Schema' => ['shape' => 'TypeSchema'], 'ProvisioningType' => ['shape' => 'ProvisioningType'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus'], 'LoggingConfig' => ['shape' => 'LoggingConfig'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'Visibility' => ['shape' => 'Visibility'], 'SourceUrl' => ['shape' => 'OptionalSecureUrl'], 'DocumentationUrl' => ['shape' => 'OptionalSecureUrl'], 'LastUpdated' => ['shape' => 'Timestamp'], 'TimeCreated' => ['shape' => 'Timestamp']]], 'DescribeTypeRegistrationInput' => ['type' => 'structure', 'required' => ['RegistrationToken'], 'members' => ['RegistrationToken' => ['shape' => 'RegistrationToken']]], 'DescribeTypeRegistrationOutput' => ['type' => 'structure', 'members' => ['ProgressStatus' => ['shape' => 'RegistrationStatus'], 'Description' => ['shape' => 'Description'], 'TypeArn' => ['shape' => 'TypeArn'], 'TypeVersionArn' => ['shape' => 'TypeArn']]], 'Description' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DetectStackDriftInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceIds' => ['shape' => 'LogicalResourceIds']]], 'DetectStackDriftOutput' => ['type' => 'structure', 'required' => ['StackDriftDetectionId'], 'members' => ['StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId']]], 'DetectStackResourceDriftInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId']]], 'DetectStackResourceDriftOutput' => ['type' => 'structure', 'required' => ['StackResourceDrift'], 'members' => ['StackResourceDrift' => ['shape' => 'StackResourceDrift']]], 'DetectStackSetDriftInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetNameOrId'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DetectStackSetDriftOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'DifferenceType' => ['type' => 'string', 'enum' => ['ADD', 'REMOVE', 'NOT_EQUAL']], 'DisableRollback' => ['type' => 'boolean'], 'DriftedStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'EnableTerminationProtection' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EstimateTemplateCostInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters']]], 'EstimateTemplateCostOutput' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'Url']]], 'EvaluationType' => ['type' => 'string', 'enum' => ['Static', 'Dynamic']], 'EventId' => ['type' => 'string'], 'ExecuteChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'ExecuteChangeSetOutput' => ['type' => 'structure', 'members' => []], 'ExecutionRoleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z_0-9+=,.@-]+'], 'ExecutionStatus' => ['type' => 'string', 'enum' => ['UNAVAILABLE', 'AVAILABLE', 'EXECUTE_IN_PROGRESS', 'EXECUTE_COMPLETE', 'EXECUTE_FAILED', 'OBSOLETE']], 'Export' => ['type' => 'structure', 'members' => ['ExportingStackId' => ['shape' => 'StackId'], 'Name' => ['shape' => 'ExportName'], 'Value' => ['shape' => 'ExportValue']]], 'ExportName' => ['type' => 'string'], 'ExportValue' => ['type' => 'string'], 'Exports' => ['type' => 'list', 'member' => ['shape' => 'Export']], 'FailedStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'FailureToleranceCount' => ['type' => 'integer', 'min' => 0], 'FailureTolerancePercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'GetStackPolicyInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName']]], 'GetStackPolicyOutput' => ['type' => 'structure', 'members' => ['StackPolicyBody' => ['shape' => 'StackPolicyBody']]], 'GetTemplateInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'TemplateStage' => ['shape' => 'TemplateStage']]], 'GetTemplateOutput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'StagesAvailable' => ['shape' => 'StageList']]], 'GetTemplateSummaryInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'StackName' => ['shape' => 'StackNameOrId'], 'StackSetName' => ['shape' => 'StackSetNameOrId']]], 'GetTemplateSummaryOutput' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterDeclarations'], 'Description' => ['shape' => 'Description'], 'Capabilities' => ['shape' => 'Capabilities'], 'CapabilitiesReason' => ['shape' => 'CapabilitiesReason'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'Version' => ['shape' => 'Version'], 'Metadata' => ['shape' => 'Metadata'], 'DeclaredTransforms' => ['shape' => 'TransformsList'], 'ResourceIdentifierSummaries' => ['shape' => 'ResourceIdentifierSummaries']]], 'HandlerErrorCode' => ['type' => 'string', 'enum' => ['NotUpdatable', 'InvalidRequest', 'AccessDenied', 'InvalidCredentials', 'AlreadyExists', 'NotFound', 'ResourceConflict', 'Throttling', 'ServiceLimitExceeded', 'NotStabilized', 'GeneralServiceException', 'ServiceInternalError', 'NetworkFailure', 'InternalFailure']], 'Imports' => ['type' => 'list', 'member' => ['shape' => 'StackName']], 'InProgressStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'InSyncStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'InsufficientCapabilitiesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidChangeSetStatusException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidChangeSetStatus', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidOperationException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidStateTransition', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Key' => ['type' => 'string'], 'LastUpdatedTime' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitName' => ['type' => 'string'], 'LimitValue' => ['type' => 'integer'], 'ListChangeSetsInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChangeSetsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'ChangeSetSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListExportsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken']]], 'ListExportsOutput' => ['type' => 'structure', 'members' => ['Exports' => ['shape' => 'Exports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListImportsInput' => ['type' => 'structure', 'required' => ['ExportName'], 'members' => ['ExportName' => ['shape' => 'ExportName'], 'NextToken' => ['shape' => 'NextToken']]], 'ListImportsOutput' => ['type' => 'structure', 'members' => ['Imports' => ['shape' => 'Imports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StackInstanceAccount' => ['shape' => 'Account'], 'StackInstanceRegion' => ['shape' => 'Region']]], 'ListStackInstancesOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackInstanceSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackResourcesInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackResourcesOutput' => ['type' => 'structure', 'members' => ['StackResourceSummaries' => ['shape' => 'StackResourceSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetOperationResultsInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStackSetOperationResultsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetOperationResultSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetOperationsInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStackSetOperationsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetOperationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Status' => ['shape' => 'StackSetStatus']]], 'ListStackSetsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStacksInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'StackStatusFilter' => ['shape' => 'StackStatusFilter']]], 'ListStacksOutput' => ['type' => 'structure', 'members' => ['StackSummaries' => ['shape' => 'StackSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeRegistrationsInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'TypeArn' => ['shape' => 'TypeArn'], 'RegistrationStatusFilter' => ['shape' => 'RegistrationStatus'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeRegistrationsOutput' => ['type' => 'structure', 'members' => ['RegistrationTokenList' => ['shape' => 'RegistrationTokenList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeVersionsInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'Arn' => ['shape' => 'PrivateTypeArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus']]], 'ListTypeVersionsOutput' => ['type' => 'structure', 'members' => ['TypeVersionSummaries' => ['shape' => 'TypeVersionSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypesInput' => ['type' => 'structure', 'members' => ['Visibility' => ['shape' => 'Visibility'], 'ProvisioningType' => ['shape' => 'ProvisioningType'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypesOutput' => ['type' => 'structure', 'members' => ['TypeSummaries' => ['shape' => 'TypeSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'LogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+'], 'LoggingConfig' => ['type' => 'structure', 'required' => ['LogRoleArn', 'LogGroupName'], 'members' => ['LogRoleArn' => ['shape' => 'RoleArn'], 'LogGroupName' => ['shape' => 'LogGroupName']]], 'LogicalResourceId' => ['type' => 'string'], 'LogicalResourceIds' => ['type' => 'list', 'member' => ['shape' => 'LogicalResourceId'], 'max' => 200, 'min' => 1], 'MaxConcurrentCount' => ['type' => 'integer', 'min' => 1], 'MaxConcurrentPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Metadata' => ['type' => 'string'], 'MonitoringTimeInMinutes' => ['type' => 'integer', 'max' => 180, 'min' => 0], 'NameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NameAlreadyExistsException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NoEcho' => ['type' => 'boolean'], 'NotificationARN' => ['type' => 'string'], 'NotificationARNs' => ['type' => 'list', 'member' => ['shape' => 'NotificationARN'], 'max' => 5], 'OnFailure' => ['type' => 'string', 'enum' => ['DO_NOTHING', 'ROLLBACK', 'DELETE']], 'OperationIdAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationIdAlreadyExistsException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'OperationInProgressException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationInProgressException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'OperationNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCESS', 'FAILED']], 'OperationStatusCheckFailedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ConditionalCheckFailed', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionalSecureUrl' => ['type' => 'string', 'max' => 4096], 'OrganizationalUnitId' => ['type' => 'string', 'pattern' => '^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$'], 'OrganizationalUnitIdList' => ['type' => 'list', 'member' => ['shape' => 'OrganizationalUnitId']], 'Output' => ['type' => 'structure', 'members' => ['OutputKey' => ['shape' => 'OutputKey'], 'OutputValue' => ['shape' => 'OutputValue'], 'Description' => ['shape' => 'Description'], 'ExportName' => ['shape' => 'ExportName']]], 'OutputKey' => ['type' => 'string'], 'OutputValue' => ['type' => 'string'], 'Outputs' => ['type' => 'list', 'member' => ['shape' => 'Output']], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'ParameterValue' => ['shape' => 'ParameterValue'], 'UsePreviousValue' => ['shape' => 'UsePreviousValue'], 'ResolvedValue' => ['shape' => 'ParameterValue']]], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['AllowedValues' => ['shape' => 'AllowedValues']]], 'ParameterDeclaration' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'ParameterValue'], 'ParameterType' => ['shape' => 'ParameterType'], 'NoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description'], 'ParameterConstraints' => ['shape' => 'ParameterConstraints']]], 'ParameterDeclarations' => ['type' => 'list', 'member' => ['shape' => 'ParameterDeclaration']], 'ParameterKey' => ['type' => 'string'], 'ParameterType' => ['type' => 'string'], 'ParameterValue' => ['type' => 'string'], 'Parameters' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'PermissionModels' => ['type' => 'string', 'enum' => ['SERVICE_MANAGED', 'SELF_MANAGED']], 'PhysicalResourceId' => ['type' => 'string'], 'PhysicalResourceIdContext' => ['type' => 'list', 'member' => ['shape' => 'PhysicalResourceIdContextKeyValuePair'], 'max' => 5], 'PhysicalResourceIdContextKeyValuePair' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value']]], 'PrivateTypeArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:[0-9]{12}:type/.+'], 'Properties' => ['type' => 'string'], 'PropertyDifference' => ['type' => 'structure', 'required' => ['PropertyPath', 'ExpectedValue', 'ActualValue', 'DifferenceType'], 'members' => ['PropertyPath' => ['shape' => 'PropertyPath'], 'ExpectedValue' => ['shape' => 'PropertyValue'], 'ActualValue' => ['shape' => 'PropertyValue'], 'DifferenceType' => ['shape' => 'DifferenceType']]], 'PropertyDifferences' => ['type' => 'list', 'member' => ['shape' => 'PropertyDifference']], 'PropertyName' => ['type' => 'string'], 'PropertyPath' => ['type' => 'string'], 'PropertyValue' => ['type' => 'string'], 'ProvisioningType' => ['type' => 'string', 'enum' => ['NON_PROVISIONABLE', 'IMMUTABLE', 'FULLY_MUTABLE']], 'Reason' => ['type' => 'string'], 'RecordHandlerProgressInput' => ['type' => 'structure', 'required' => ['BearerToken', 'OperationStatus'], 'members' => ['BearerToken' => ['shape' => 'ClientToken'], 'OperationStatus' => ['shape' => 'OperationStatus'], 'CurrentOperationStatus' => ['shape' => 'OperationStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'ErrorCode' => ['shape' => 'HandlerErrorCode'], 'ResourceModel' => ['shape' => 'ResourceModel'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'RecordHandlerProgressOutput' => ['type' => 'structure', 'members' => []], 'Region' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9-]{1,128}$'], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'RegisterTypeInput' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaHandlerPackage'], 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'SchemaHandlerPackage' => ['shape' => 'S3Url'], 'LoggingConfig' => ['shape' => 'LoggingConfig'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'ClientRequestToken' => ['shape' => 'RequestToken']]], 'RegisterTypeOutput' => ['type' => 'structure', 'members' => ['RegistrationToken' => ['shape' => 'RegistrationToken']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'IN_PROGRESS', 'FAILED']], 'RegistrationToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'RegistrationTokenList' => ['type' => 'list', 'member' => ['shape' => 'RegistrationToken']], 'RegistryType' => ['type' => 'string', 'enum' => ['RESOURCE']], 'Replacement' => ['type' => 'string', 'enum' => ['True', 'False', 'Conditional']], 'RequestToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'RequiresRecreation' => ['type' => 'string', 'enum' => ['Never', 'Conditionally', 'Always']], 'ResourceAttribute' => ['type' => 'string', 'enum' => ['Properties', 'Metadata', 'CreationPolicy', 'UpdatePolicy', 'DeletionPolicy', 'Tags']], 'ResourceChange' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'ChangeAction'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Replacement' => ['shape' => 'Replacement'], 'Scope' => ['shape' => 'Scope'], 'Details' => ['shape' => 'ResourceChangeDetails']]], 'ResourceChangeDetail' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'ResourceTargetDefinition'], 'Evaluation' => ['shape' => 'EvaluationType'], 'ChangeSource' => ['shape' => 'ChangeSource'], 'CausingEntity' => ['shape' => 'CausingEntity']]], 'ResourceChangeDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceChangeDetail']], 'ResourceIdentifierProperties' => ['type' => 'map', 'key' => ['shape' => 'ResourceIdentifierPropertyKey'], 'value' => ['shape' => 'ResourceIdentifierPropertyValue'], 'max' => 256, 'min' => 1], 'ResourceIdentifierPropertyKey' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceIdentifierPropertyValue' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceIdentifierSummaries' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifierSummary']], 'ResourceIdentifierSummary' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'LogicalResourceIds' => ['shape' => 'LogicalResourceIds'], 'ResourceIdentifiers' => ['shape' => 'ResourceIdentifiers']]], 'ResourceIdentifiers' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifierPropertyKey']], 'ResourceModel' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'ResourceProperties' => ['type' => 'string'], 'ResourceSignalStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILURE']], 'ResourceSignalUniqueId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'DELETE_SKIPPED', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED', 'UPDATE_COMPLETE', 'IMPORT_FAILED', 'IMPORT_COMPLETE', 'IMPORT_IN_PROGRESS', 'IMPORT_ROLLBACK_IN_PROGRESS', 'IMPORT_ROLLBACK_FAILED', 'IMPORT_ROLLBACK_COMPLETE']], 'ResourceStatusReason' => ['type' => 'string'], 'ResourceTargetDefinition' => ['type' => 'structure', 'members' => ['Attribute' => ['shape' => 'ResourceAttribute'], 'Name' => ['shape' => 'PropertyName'], 'RequiresRecreation' => ['shape' => 'RequiresRecreation']]], 'ResourceToImport' => ['type' => 'structure', 'required' => ['ResourceType', 'LogicalResourceId', 'ResourceIdentifier'], 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'ResourceIdentifier' => ['shape' => 'ResourceIdentifierProperties']]], 'ResourceToSkip' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+'], 'ResourceType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'ResourcesToImport' => ['type' => 'list', 'member' => ['shape' => 'ResourceToImport'], 'max' => 200], 'ResourcesToSkip' => ['type' => 'list', 'member' => ['shape' => 'ResourceToSkip']], 'RetainResources' => ['type' => 'list', 'member' => ['shape' => 'LogicalResourceId']], 'RetainStacks' => ['type' => 'boolean'], 'RetainStacksNullable' => ['type' => 'boolean'], 'RetainStacksOnAccountRemovalNullable' => ['type' => 'boolean'], 'RoleARN' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'RoleArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:.+:iam::[0-9]{12}:role/.+'], 'RollbackConfiguration' => ['type' => 'structure', 'members' => ['RollbackTriggers' => ['shape' => 'RollbackTriggers'], 'MonitoringTimeInMinutes' => ['shape' => 'MonitoringTimeInMinutes']]], 'RollbackTrigger' => ['type' => 'structure', 'required' => ['Arn', 'Type'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Type' => ['shape' => 'Type']]], 'RollbackTriggers' => ['type' => 'list', 'member' => ['shape' => 'RollbackTrigger'], 'max' => 5], 'S3Url' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'Scope' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute']], 'SetStackPolicyInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL']]], 'SetTypeDefaultVersionInput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'PrivateTypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'SetTypeDefaultVersionOutput' => ['type' => 'structure', 'members' => []], 'SignalResourceInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId', 'UniqueId', 'Status'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'UniqueId' => ['shape' => 'ResourceSignalUniqueId'], 'Status' => ['shape' => 'ResourceSignalStatus']]], 'Stack' => ['type' => 'structure', 'required' => ['StackName', 'CreationTime', 'StackStatus'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'Description' => ['shape' => 'Description'], 'Parameters' => ['shape' => 'Parameters'], 'CreationTime' => ['shape' => 'CreationTime'], 'DeletionTime' => ['shape' => 'DeletionTime'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'StackStatus' => ['shape' => 'StackStatus'], 'StackStatusReason' => ['shape' => 'StackStatusReason'], 'DisableRollback' => ['shape' => 'DisableRollback'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'TimeoutInMinutes' => ['shape' => 'TimeoutMinutes'], 'Capabilities' => ['shape' => 'Capabilities'], 'Outputs' => ['shape' => 'Outputs'], 'RoleARN' => ['shape' => 'RoleARN'], 'Tags' => ['shape' => 'Tags'], 'EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection'], 'ParentId' => ['shape' => 'StackId'], 'RootId' => ['shape' => 'StackId'], 'DriftInformation' => ['shape' => 'StackDriftInformation']]], 'StackDriftDetectionId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'StackDriftDetectionStatus' => ['type' => 'string', 'enum' => ['DETECTION_IN_PROGRESS', 'DETECTION_FAILED', 'DETECTION_COMPLETE']], 'StackDriftDetectionStatusReason' => ['type' => 'string'], 'StackDriftInformation' => ['type' => 'structure', 'required' => ['StackDriftStatus'], 'members' => ['StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackDriftInformationSummary' => ['type' => 'structure', 'required' => ['StackDriftStatus'], 'members' => ['StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackDriftStatus' => ['type' => 'string', 'enum' => ['DRIFTED', 'IN_SYNC', 'UNKNOWN', 'NOT_CHECKED']], 'StackEvent' => ['type' => 'structure', 'required' => ['StackId', 'EventId', 'StackName', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'EventId' => ['shape' => 'EventId'], 'StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Timestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'ResourceProperties' => ['shape' => 'ResourceProperties'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'StackEvents' => ['type' => 'list', 'member' => ['shape' => 'StackEvent']], 'StackId' => ['type' => 'string'], 'StackInstance' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId'], 'Region' => ['shape' => 'Region'], 'Account' => ['shape' => 'Account'], 'StackId' => ['shape' => 'StackId'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'Status' => ['shape' => 'StackInstanceStatus'], 'StatusReason' => ['shape' => 'Reason'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackInstanceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackInstanceNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'StackInstanceStatus' => ['type' => 'string', 'enum' => ['CURRENT', 'OUTDATED', 'INOPERABLE']], 'StackInstanceSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackInstanceSummary']], 'StackInstanceSummary' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId'], 'Region' => ['shape' => 'Region'], 'Account' => ['shape' => 'Account'], 'StackId' => ['shape' => 'StackId'], 'Status' => ['shape' => 'StackInstanceStatus'], 'StatusReason' => ['shape' => 'Reason'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackName' => ['type' => 'string'], 'StackNameOrId' => ['type' => 'string', 'min' => 1, 'pattern' => '([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)'], 'StackPolicyBody' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'StackPolicyDuringUpdateBody' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'StackPolicyDuringUpdateURL' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'StackPolicyURL' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'StackResource' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'Timestamp', 'ResourceStatus'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Timestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'Description' => ['shape' => 'Description'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformation']]], 'StackResourceDetail' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'Description' => ['shape' => 'Description'], 'Metadata' => ['shape' => 'Metadata'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformation']]], 'StackResourceDrift' => ['type' => 'structure', 'required' => ['StackId', 'LogicalResourceId', 'ResourceType', 'StackResourceDriftStatus', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'PhysicalResourceIdContext' => ['shape' => 'PhysicalResourceIdContext'], 'ResourceType' => ['shape' => 'ResourceType'], 'ExpectedProperties' => ['shape' => 'Properties'], 'ActualProperties' => ['shape' => 'Properties'], 'PropertyDifferences' => ['shape' => 'PropertyDifferences'], 'StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'Timestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftInformation' => ['type' => 'structure', 'required' => ['StackResourceDriftStatus'], 'members' => ['StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftInformationSummary' => ['type' => 'structure', 'required' => ['StackResourceDriftStatus'], 'members' => ['StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftStatus' => ['type' => 'string', 'enum' => ['IN_SYNC', 'MODIFIED', 'DELETED', 'NOT_CHECKED']], 'StackResourceDriftStatusFilters' => ['type' => 'list', 'member' => ['shape' => 'StackResourceDriftStatus'], 'max' => 4, 'min' => 1], 'StackResourceDrifts' => ['type' => 'list', 'member' => ['shape' => 'StackResourceDrift']], 'StackResourceSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackResourceSummary']], 'StackResourceSummary' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus'], 'members' => ['LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformationSummary']]], 'StackResources' => ['type' => 'list', 'member' => ['shape' => 'StackResource']], 'StackSet' => ['type' => 'structure', 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackSetId' => ['shape' => 'StackSetId'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'StackSetStatus'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'StackSetARN' => ['shape' => 'StackSetARN'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'StackSetDriftDetectionDetails' => ['shape' => 'StackSetDriftDetectionDetails'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'OrganizationalUnitIds' => ['shape' => 'OrganizationalUnitIdList']]], 'StackSetARN' => ['type' => 'string'], 'StackSetDriftDetectionDetails' => ['type' => 'structure', 'members' => ['DriftStatus' => ['shape' => 'StackSetDriftStatus'], 'DriftDetectionStatus' => ['shape' => 'StackSetDriftDetectionStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp'], 'TotalStackInstancesCount' => ['shape' => 'TotalStackInstancesCount'], 'DriftedStackInstancesCount' => ['shape' => 'DriftedStackInstancesCount'], 'InSyncStackInstancesCount' => ['shape' => 'InSyncStackInstancesCount'], 'InProgressStackInstancesCount' => ['shape' => 'InProgressStackInstancesCount'], 'FailedStackInstancesCount' => ['shape' => 'FailedStackInstancesCount']]], 'StackSetDriftDetectionStatus' => ['type' => 'string', 'enum' => ['COMPLETED', 'FAILED', 'PARTIAL_SUCCESS', 'IN_PROGRESS', 'STOPPED']], 'StackSetDriftStatus' => ['type' => 'string', 'enum' => ['DRIFTED', 'IN_SYNC', 'NOT_CHECKED']], 'StackSetId' => ['type' => 'string'], 'StackSetName' => ['type' => 'string'], 'StackSetNameOrId' => ['type' => 'string', 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*(?::[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12})?'], 'StackSetNotEmptyException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackSetNotEmptyException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'StackSetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackSetNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'StackSetOperation' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken'], 'StackSetId' => ['shape' => 'StackSetId'], 'Action' => ['shape' => 'StackSetOperationAction'], 'Status' => ['shape' => 'StackSetOperationStatus'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'RetainStacks' => ['shape' => 'RetainStacksNullable'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'CreationTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'StackSetDriftDetectionDetails' => ['shape' => 'StackSetDriftDetectionDetails']]], 'StackSetOperationAction' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE', 'DETECT_DRIFT']], 'StackSetOperationPreferences' => ['type' => 'structure', 'members' => ['RegionOrder' => ['shape' => 'RegionList'], 'FailureToleranceCount' => ['shape' => 'FailureToleranceCount'], 'FailureTolerancePercentage' => ['shape' => 'FailureTolerancePercentage'], 'MaxConcurrentCount' => ['shape' => 'MaxConcurrentCount'], 'MaxConcurrentPercentage' => ['shape' => 'MaxConcurrentPercentage']]], 'StackSetOperationResultStatus' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'SUCCEEDED', 'FAILED', 'CANCELLED']], 'StackSetOperationResultSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetOperationResultSummary']], 'StackSetOperationResultSummary' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account'], 'Region' => ['shape' => 'Region'], 'Status' => ['shape' => 'StackSetOperationResultStatus'], 'StatusReason' => ['shape' => 'Reason'], 'AccountGateResult' => ['shape' => 'AccountGateResult'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'StackSetOperationStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'SUCCEEDED', 'FAILED', 'STOPPING', 'STOPPED', 'QUEUED']], 'StackSetOperationSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetOperationSummary']], 'StackSetOperationSummary' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken'], 'Action' => ['shape' => 'StackSetOperationAction'], 'Status' => ['shape' => 'StackSetOperationStatus'], 'CreationTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'StackSetStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED']], 'StackSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetSummary']], 'StackSetSummary' => ['type' => 'structure', 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackSetId' => ['shape' => 'StackSetId'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'StackSetStatus'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'ROLLBACK_IN_PROGRESS', 'ROLLBACK_FAILED', 'ROLLBACK_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'UPDATE_IN_PROGRESS', 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_COMPLETE', 'UPDATE_ROLLBACK_IN_PROGRESS', 'UPDATE_ROLLBACK_FAILED', 'UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_ROLLBACK_COMPLETE', 'REVIEW_IN_PROGRESS', 'IMPORT_IN_PROGRESS', 'IMPORT_COMPLETE', 'IMPORT_ROLLBACK_IN_PROGRESS', 'IMPORT_ROLLBACK_FAILED', 'IMPORT_ROLLBACK_COMPLETE']], 'StackStatusFilter' => ['type' => 'list', 'member' => ['shape' => 'StackStatus']], 'StackStatusReason' => ['type' => 'string'], 'StackSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSummary']], 'StackSummary' => ['type' => 'structure', 'required' => ['StackName', 'CreationTime', 'StackStatus'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'TemplateDescription' => ['shape' => 'TemplateDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime'], 'DeletionTime' => ['shape' => 'DeletionTime'], 'StackStatus' => ['shape' => 'StackStatus'], 'StackStatusReason' => ['shape' => 'StackStatusReason'], 'ParentId' => ['shape' => 'StackId'], 'RootId' => ['shape' => 'StackId'], 'DriftInformation' => ['shape' => 'StackDriftInformationSummary']]], 'Stacks' => ['type' => 'list', 'member' => ['shape' => 'Stack']], 'StageList' => ['type' => 'list', 'member' => ['shape' => 'TemplateStage']], 'StaleRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StaleRequestException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'StatusMessage' => ['type' => 'string', 'max' => 1024], 'StopStackSetOperationInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken']]], 'StopStackSetOperationOutput' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'TemplateBody' => ['type' => 'string', 'min' => 1], 'TemplateDescription' => ['type' => 'string'], 'TemplateParameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'ParameterValue'], 'NoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description']]], 'TemplateParameters' => ['type' => 'list', 'member' => ['shape' => 'TemplateParameter']], 'TemplateStage' => ['type' => 'string', 'enum' => ['Original', 'Processed']], 'TemplateURL' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'TimeoutMinutes' => ['type' => 'integer', 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TokenAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TokenAlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TotalStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'TransformName' => ['type' => 'string'], 'TransformsList' => ['type' => 'list', 'member' => ['shape' => 'TransformName']], 'Type' => ['type' => 'string'], 'TypeArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/.+'], 'TypeName' => ['type' => 'string', 'max' => 196, 'min' => 10, 'pattern' => '[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}'], 'TypeNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TypeNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'TypeSchema' => ['type' => 'string', 'max' => 16777216, 'min' => 1], 'TypeSummaries' => ['type' => 'list', 'member' => ['shape' => 'TypeSummary']], 'TypeSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'DefaultVersionId' => ['shape' => 'TypeVersionId'], 'TypeArn' => ['shape' => 'TypeArn'], 'LastUpdated' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description']]], 'TypeVersionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[A-Za-z0-9-]+'], 'TypeVersionSummaries' => ['type' => 'list', 'member' => ['shape' => 'TypeVersionSummary']], 'TypeVersionSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId'], 'Arn' => ['shape' => 'TypeArn'], 'TimeCreated' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description']]], 'UpdateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'StackPolicyDuringUpdateBody' => ['shape' => 'StackPolicyDuringUpdateBody'], 'StackPolicyDuringUpdateURL' => ['shape' => 'StackPolicyDuringUpdateURL'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Tags' => ['shape' => 'Tags'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'UpdateStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions'], 'members' => ['StackSetName' => ['shape' => 'StackSetNameOrId'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'UpdateStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'UpdateStackOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'UpdateStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Description' => ['shape' => 'Description'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Accounts' => ['shape' => 'AccountList'], 'Regions' => ['shape' => 'RegionList']]], 'UpdateStackSetOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'UpdateTerminationProtectionInput' => ['type' => 'structure', 'required' => ['EnableTerminationProtection', 'StackName'], 'members' => ['EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection'], 'StackName' => ['shape' => 'StackNameOrId']]], 'UpdateTerminationProtectionOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'Url' => ['type' => 'string'], 'UsePreviousTemplate' => ['type' => 'boolean'], 'UsePreviousValue' => ['type' => 'boolean'], 'ValidateTemplateInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL']]], 'ValidateTemplateOutput' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'TemplateParameters'], 'Description' => ['shape' => 'Description'], 'Capabilities' => ['shape' => 'Capabilities'], 'CapabilitiesReason' => ['shape' => 'CapabilitiesReason'], 'DeclaredTransforms' => ['shape' => 'TransformsList']]], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string'], 'Visibility' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2010-05-15', 'endpointPrefix' => 'cloudformation', 'protocol' => 'query', 'serviceFullName' => 'AWS CloudFormation', 'serviceId' => 'CloudFormation', 'signatureVersion' => 'v4', 'uid' => 'cloudformation-2010-05-15', 'xmlNamespace' => 'http://cloudformation.amazonaws.com/doc/2010-05-15/'], 'operations' => ['CancelUpdateStack' => ['name' => 'CancelUpdateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelUpdateStackInput'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'ContinueUpdateRollback' => ['name' => 'ContinueUpdateRollback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ContinueUpdateRollbackInput'], 'output' => ['shape' => 'ContinueUpdateRollbackOutput', 'resultWrapper' => 'ContinueUpdateRollbackResult'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'CreateChangeSet' => ['name' => 'CreateChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateChangeSetInput'], 'output' => ['shape' => 'CreateChangeSetOutput', 'resultWrapper' => 'CreateChangeSetResult'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'LimitExceededException']]], 'CreateStack' => ['name' => 'CreateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackInput'], 'output' => ['shape' => 'CreateStackOutput', 'resultWrapper' => 'CreateStackResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'TokenAlreadyExistsException'], ['shape' => 'InsufficientCapabilitiesException']]], 'CreateStackInstances' => ['name' => 'CreateStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackInstancesInput'], 'output' => ['shape' => 'CreateStackInstancesOutput', 'resultWrapper' => 'CreateStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitExceededException']]], 'CreateStackSet' => ['name' => 'CreateStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStackSetInput'], 'output' => ['shape' => 'CreateStackSetOutput', 'resultWrapper' => 'CreateStackSetResult'], 'errors' => [['shape' => 'NameAlreadyExistsException'], ['shape' => 'CreatedButModifiedException'], ['shape' => 'LimitExceededException']]], 'DeleteChangeSet' => ['name' => 'DeleteChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteChangeSetInput'], 'output' => ['shape' => 'DeleteChangeSetOutput', 'resultWrapper' => 'DeleteChangeSetResult'], 'errors' => [['shape' => 'InvalidChangeSetStatusException']]], 'DeleteStack' => ['name' => 'DeleteStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackInput'], 'errors' => [['shape' => 'TokenAlreadyExistsException']]], 'DeleteStackInstances' => ['name' => 'DeleteStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackInstancesInput'], 'output' => ['shape' => 'DeleteStackInstancesOutput', 'resultWrapper' => 'DeleteStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException']]], 'DeleteStackSet' => ['name' => 'DeleteStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStackSetInput'], 'output' => ['shape' => 'DeleteStackSetOutput', 'resultWrapper' => 'DeleteStackSetResult'], 'errors' => [['shape' => 'StackSetNotEmptyException'], ['shape' => 'OperationInProgressException']]], 'DeregisterType' => ['name' => 'DeregisterType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTypeInput'], 'output' => ['shape' => 'DeregisterTypeOutput', 'resultWrapper' => 'DeregisterTypeResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountLimitsInput'], 'output' => ['shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult']], 'DescribeChangeSet' => ['name' => 'DescribeChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeChangeSetInput'], 'output' => ['shape' => 'DescribeChangeSetOutput', 'resultWrapper' => 'DescribeChangeSetResult'], 'errors' => [['shape' => 'ChangeSetNotFoundException']]], 'DescribeStackDriftDetectionStatus' => ['name' => 'DescribeStackDriftDetectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackDriftDetectionStatusInput'], 'output' => ['shape' => 'DescribeStackDriftDetectionStatusOutput', 'resultWrapper' => 'DescribeStackDriftDetectionStatusResult']], 'DescribeStackEvents' => ['name' => 'DescribeStackEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackEventsInput'], 'output' => ['shape' => 'DescribeStackEventsOutput', 'resultWrapper' => 'DescribeStackEventsResult']], 'DescribeStackInstance' => ['name' => 'DescribeStackInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackInstanceInput'], 'output' => ['shape' => 'DescribeStackInstanceOutput', 'resultWrapper' => 'DescribeStackInstanceResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'StackInstanceNotFoundException']]], 'DescribeStackResource' => ['name' => 'DescribeStackResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourceInput'], 'output' => ['shape' => 'DescribeStackResourceOutput', 'resultWrapper' => 'DescribeStackResourceResult']], 'DescribeStackResourceDrifts' => ['name' => 'DescribeStackResourceDrifts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourceDriftsInput'], 'output' => ['shape' => 'DescribeStackResourceDriftsOutput', 'resultWrapper' => 'DescribeStackResourceDriftsResult']], 'DescribeStackResources' => ['name' => 'DescribeStackResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackResourcesInput'], 'output' => ['shape' => 'DescribeStackResourcesOutput', 'resultWrapper' => 'DescribeStackResourcesResult']], 'DescribeStackSet' => ['name' => 'DescribeStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackSetInput'], 'output' => ['shape' => 'DescribeStackSetOutput', 'resultWrapper' => 'DescribeStackSetResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'DescribeStackSetOperation' => ['name' => 'DescribeStackSetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStackSetOperationInput'], 'output' => ['shape' => 'DescribeStackSetOperationOutput', 'resultWrapper' => 'DescribeStackSetOperationResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException']]], 'DescribeStacks' => ['name' => 'DescribeStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStacksInput'], 'output' => ['shape' => 'DescribeStacksOutput', 'resultWrapper' => 'DescribeStacksResult']], 'DescribeType' => ['name' => 'DescribeType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTypeInput'], 'output' => ['shape' => 'DescribeTypeOutput', 'resultWrapper' => 'DescribeTypeResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'DescribeTypeRegistration' => ['name' => 'DescribeTypeRegistration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTypeRegistrationInput'], 'output' => ['shape' => 'DescribeTypeRegistrationOutput', 'resultWrapper' => 'DescribeTypeRegistrationResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'DetectStackDrift' => ['name' => 'DetectStackDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackDriftInput'], 'output' => ['shape' => 'DetectStackDriftOutput', 'resultWrapper' => 'DetectStackDriftResult']], 'DetectStackResourceDrift' => ['name' => 'DetectStackResourceDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackResourceDriftInput'], 'output' => ['shape' => 'DetectStackResourceDriftOutput', 'resultWrapper' => 'DetectStackResourceDriftResult']], 'DetectStackSetDrift' => ['name' => 'DetectStackSetDrift', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectStackSetDriftInput'], 'output' => ['shape' => 'DetectStackSetDriftOutput', 'resultWrapper' => 'DetectStackSetDriftResult'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'OperationInProgressException'], ['shape' => 'StackSetNotFoundException']]], 'EstimateTemplateCost' => ['name' => 'EstimateTemplateCost', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EstimateTemplateCostInput'], 'output' => ['shape' => 'EstimateTemplateCostOutput', 'resultWrapper' => 'EstimateTemplateCostResult']], 'ExecuteChangeSet' => ['name' => 'ExecuteChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteChangeSetInput'], 'output' => ['shape' => 'ExecuteChangeSetOutput', 'resultWrapper' => 'ExecuteChangeSetResult'], 'errors' => [['shape' => 'InvalidChangeSetStatusException'], ['shape' => 'ChangeSetNotFoundException'], ['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'TokenAlreadyExistsException']]], 'GetStackPolicy' => ['name' => 'GetStackPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStackPolicyInput'], 'output' => ['shape' => 'GetStackPolicyOutput', 'resultWrapper' => 'GetStackPolicyResult']], 'GetTemplate' => ['name' => 'GetTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTemplateInput'], 'output' => ['shape' => 'GetTemplateOutput', 'resultWrapper' => 'GetTemplateResult'], 'errors' => [['shape' => 'ChangeSetNotFoundException']]], 'GetTemplateSummary' => ['name' => 'GetTemplateSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTemplateSummaryInput'], 'output' => ['shape' => 'GetTemplateSummaryOutput', 'resultWrapper' => 'GetTemplateSummaryResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListChangeSets' => ['name' => 'ListChangeSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListChangeSetsInput'], 'output' => ['shape' => 'ListChangeSetsOutput', 'resultWrapper' => 'ListChangeSetsResult']], 'ListExports' => ['name' => 'ListExports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListExportsInput'], 'output' => ['shape' => 'ListExportsOutput', 'resultWrapper' => 'ListExportsResult']], 'ListImports' => ['name' => 'ListImports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListImportsInput'], 'output' => ['shape' => 'ListImportsOutput', 'resultWrapper' => 'ListImportsResult']], 'ListStackInstances' => ['name' => 'ListStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackInstancesInput'], 'output' => ['shape' => 'ListStackInstancesOutput', 'resultWrapper' => 'ListStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListStackResources' => ['name' => 'ListStackResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackResourcesInput'], 'output' => ['shape' => 'ListStackResourcesOutput', 'resultWrapper' => 'ListStackResourcesResult']], 'ListStackSetOperationResults' => ['name' => 'ListStackSetOperationResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetOperationResultsInput'], 'output' => ['shape' => 'ListStackSetOperationResultsOutput', 'resultWrapper' => 'ListStackSetOperationResultsResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException']]], 'ListStackSetOperations' => ['name' => 'ListStackSetOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetOperationsInput'], 'output' => ['shape' => 'ListStackSetOperationsOutput', 'resultWrapper' => 'ListStackSetOperationsResult'], 'errors' => [['shape' => 'StackSetNotFoundException']]], 'ListStackSets' => ['name' => 'ListStackSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackSetsInput'], 'output' => ['shape' => 'ListStackSetsOutput', 'resultWrapper' => 'ListStackSetsResult']], 'ListStacks' => ['name' => 'ListStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStacksInput'], 'output' => ['shape' => 'ListStacksOutput', 'resultWrapper' => 'ListStacksResult']], 'ListTypeRegistrations' => ['name' => 'ListTypeRegistrations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypeRegistrationsInput'], 'output' => ['shape' => 'ListTypeRegistrationsOutput', 'resultWrapper' => 'ListTypeRegistrationsResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'ListTypeVersions' => ['name' => 'ListTypeVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypeVersionsInput'], 'output' => ['shape' => 'ListTypeVersionsOutput', 'resultWrapper' => 'ListTypeVersionsResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'ListTypes' => ['name' => 'ListTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTypesInput'], 'output' => ['shape' => 'ListTypesOutput', 'resultWrapper' => 'ListTypesResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'RecordHandlerProgress' => ['name' => 'RecordHandlerProgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecordHandlerProgressInput'], 'output' => ['shape' => 'RecordHandlerProgressOutput', 'resultWrapper' => 'RecordHandlerProgressResult'], 'errors' => [['shape' => 'InvalidStateTransitionException'], ['shape' => 'OperationStatusCheckFailedException']], 'idempotent' => \true], 'RegisterType' => ['name' => 'RegisterType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTypeInput'], 'output' => ['shape' => 'RegisterTypeOutput', 'resultWrapper' => 'RegisterTypeResult'], 'errors' => [['shape' => 'CFNRegistryException']], 'idempotent' => \true], 'SetStackPolicy' => ['name' => 'SetStackPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetStackPolicyInput']], 'SetTypeDefaultVersion' => ['name' => 'SetTypeDefaultVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetTypeDefaultVersionInput'], 'output' => ['shape' => 'SetTypeDefaultVersionOutput', 'resultWrapper' => 'SetTypeDefaultVersionResult'], 'errors' => [['shape' => 'CFNRegistryException'], ['shape' => 'TypeNotFoundException']], 'idempotent' => \true], 'SignalResource' => ['name' => 'SignalResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignalResourceInput']], 'StopStackSetOperation' => ['name' => 'StopStackSetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopStackSetOperationInput'], 'output' => ['shape' => 'StopStackSetOperationOutput', 'resultWrapper' => 'StopStackSetOperationResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationNotFoundException'], ['shape' => 'InvalidOperationException']]], 'UpdateStack' => ['name' => 'UpdateStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackInput'], 'output' => ['shape' => 'UpdateStackOutput', 'resultWrapper' => 'UpdateStackResult'], 'errors' => [['shape' => 'InsufficientCapabilitiesException'], ['shape' => 'TokenAlreadyExistsException']]], 'UpdateStackInstances' => ['name' => 'UpdateStackInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackInstancesInput'], 'output' => ['shape' => 'UpdateStackInstancesOutput', 'resultWrapper' => 'UpdateStackInstancesResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'StackInstanceNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException']]], 'UpdateStackSet' => ['name' => 'UpdateStackSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateStackSetInput'], 'output' => ['shape' => 'UpdateStackSetOutput', 'resultWrapper' => 'UpdateStackSetResult'], 'errors' => [['shape' => 'StackSetNotFoundException'], ['shape' => 'OperationInProgressException'], ['shape' => 'OperationIdAlreadyExistsException'], ['shape' => 'StaleRequestException'], ['shape' => 'InvalidOperationException'], ['shape' => 'StackInstanceNotFoundException']]], 'UpdateTerminationProtection' => ['name' => 'UpdateTerminationProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTerminationProtectionInput'], 'output' => ['shape' => 'UpdateTerminationProtectionOutput', 'resultWrapper' => 'UpdateTerminationProtectionResult']], 'ValidateTemplate' => ['name' => 'ValidateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateTemplateInput'], 'output' => ['shape' => 'ValidateTemplateOutput', 'resultWrapper' => 'ValidateTemplateResult']]], 'shapes' => ['Account' => ['type' => 'string', 'pattern' => '^[0-9]{12}$'], 'AccountGateResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'AccountGateStatus'], 'StatusReason' => ['shape' => 'AccountGateStatusReason']]], 'AccountGateStatus' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'FAILED', 'SKIPPED']], 'AccountGateStatusReason' => ['type' => 'string'], 'AccountLimit' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LimitName'], 'Value' => ['shape' => 'LimitValue']]], 'AccountLimitList' => ['type' => 'list', 'member' => ['shape' => 'AccountLimit']], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'AllowedValue' => ['type' => 'string'], 'AllowedValues' => ['type' => 'list', 'member' => ['shape' => 'AllowedValue']], 'AlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Arn' => ['type' => 'string'], 'AutoDeployment' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'AutoDeploymentNullable'], 'RetainStacksOnAccountRemoval' => ['shape' => 'RetainStacksOnAccountRemovalNullable']]], 'AutoDeploymentNullable' => ['type' => 'boolean'], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'BoxedMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'CFNRegistryException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'CFNRegistryException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CancelUpdateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'Capabilities' => ['type' => 'list', 'member' => ['shape' => 'Capability']], 'CapabilitiesReason' => ['type' => 'string'], 'Capability' => ['type' => 'string', 'enum' => ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM', 'CAPABILITY_AUTO_EXPAND']], 'CausingEntity' => ['type' => 'string'], 'Change' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ChangeType'], 'ResourceChange' => ['shape' => 'ResourceChange']]], 'ChangeAction' => ['type' => 'string', 'enum' => ['Add', 'Modify', 'Remove', 'Import']], 'ChangeSetId' => ['type' => 'string', 'min' => 1, 'pattern' => 'arn:[-a-zA-Z0-9:/]*'], 'ChangeSetName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'ChangeSetNameOrId' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/]*'], 'ChangeSetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ChangeSetNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ChangeSetStatus' => ['type' => 'string', 'enum' => ['CREATE_PENDING', 'CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'DELETE_COMPLETE', 'FAILED']], 'ChangeSetStatusReason' => ['type' => 'string'], 'ChangeSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ChangeSetSummary']], 'ChangeSetSummary' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ExecutionStatus' => ['shape' => 'ExecutionStatus'], 'Status' => ['shape' => 'ChangeSetStatus'], 'StatusReason' => ['shape' => 'ChangeSetStatusReason'], 'CreationTime' => ['shape' => 'CreationTime'], 'Description' => ['shape' => 'Description']]], 'ChangeSetType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'IMPORT']], 'ChangeSource' => ['type' => 'string', 'enum' => ['ResourceReference', 'ParameterReference', 'ResourceAttribute', 'DirectModification', 'Automatic']], 'ChangeType' => ['type' => 'string', 'enum' => ['Resource']], 'Changes' => ['type' => 'list', 'member' => ['shape' => 'Change']], 'ClientRequestToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'ClientToken' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ContinueUpdateRollbackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'RoleARN' => ['shape' => 'RoleARN'], 'ResourcesToSkip' => ['shape' => 'ResourcesToSkip'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'ContinueUpdateRollbackOutput' => ['type' => 'structure', 'members' => []], 'CreateChangeSetInput' => ['type' => 'structure', 'required' => ['StackName', 'ChangeSetName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Tags' => ['shape' => 'Tags'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ClientToken' => ['shape' => 'ClientToken'], 'Description' => ['shape' => 'Description'], 'ChangeSetType' => ['shape' => 'ChangeSetType'], 'ResourcesToImport' => ['shape' => 'ResourcesToImport']]], 'CreateChangeSetOutput' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ChangeSetId'], 'StackId' => ['shape' => 'StackId']]], 'CreateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters'], 'DisableRollback' => ['shape' => 'DisableRollback'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'TimeoutInMinutes' => ['shape' => 'TimeoutMinutes'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'OnFailure' => ['shape' => 'OnFailure'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL'], 'Tags' => ['shape' => 'Tags'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection']]], 'CreateStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'CreateStackOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'CreateStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Description' => ['shape' => 'Description'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateStackSetOutput' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId']]], 'CreatedButModifiedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CreatedButModifiedException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreationTime' => ['type' => 'timestamp'], 'DeleteChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId']]], 'DeleteChangeSetOutput' => ['type' => 'structure', 'members' => []], 'DeleteStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'RetainResources' => ['shape' => 'RetainResources'], 'RoleARN' => ['shape' => 'RoleARN'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'DeleteStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions', 'RetainStacks'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'RetainStacks' => ['shape' => 'RetainStacks'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DeleteStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'DeleteStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName']]], 'DeleteStackSetOutput' => ['type' => 'structure', 'members' => []], 'DeletionTime' => ['type' => 'timestamp'], 'DeploymentTargets' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'AccountList'], 'OrganizationalUnitIds' => ['shape' => 'OrganizationalUnitIdList']]], 'DeprecatedStatus' => ['type' => 'string', 'enum' => ['LIVE', 'DEPRECATED']], 'DeregisterTypeInput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'PrivateTypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'DeregisterTypeOutput' => ['type' => 'structure', 'members' => []], 'DescribeAccountLimitsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken']]], 'DescribeAccountLimitsOutput' => ['type' => 'structure', 'members' => ['AccountLimits' => ['shape' => 'AccountLimitList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeChangeSetOutput' => ['type' => 'structure', 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'Description' => ['shape' => 'Description'], 'Parameters' => ['shape' => 'Parameters'], 'CreationTime' => ['shape' => 'CreationTime'], 'ExecutionStatus' => ['shape' => 'ExecutionStatus'], 'Status' => ['shape' => 'ChangeSetStatus'], 'StatusReason' => ['shape' => 'ChangeSetStatusReason'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'Changes' => ['shape' => 'Changes'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackDriftDetectionStatusInput' => ['type' => 'structure', 'required' => ['StackDriftDetectionId'], 'members' => ['StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId']]], 'DescribeStackDriftDetectionStatusOutput' => ['type' => 'structure', 'required' => ['StackId', 'StackDriftDetectionId', 'DetectionStatus', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId'], 'StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'DetectionStatus' => ['shape' => 'StackDriftDetectionStatus'], 'DetectionStatusReason' => ['shape' => 'StackDriftDetectionStatusReason'], 'DriftedStackResourceCount' => ['shape' => 'BoxedInteger'], 'Timestamp' => ['shape' => 'Timestamp']]], 'DescribeStackEventsInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackEventsOutput' => ['type' => 'structure', 'members' => ['StackEvents' => ['shape' => 'StackEvents'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackInstanceInput' => ['type' => 'structure', 'required' => ['StackSetName', 'StackInstanceAccount', 'StackInstanceRegion'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackInstanceAccount' => ['shape' => 'Account'], 'StackInstanceRegion' => ['shape' => 'Region']]], 'DescribeStackInstanceOutput' => ['type' => 'structure', 'members' => ['StackInstance' => ['shape' => 'StackInstance']]], 'DescribeStackResourceDriftsInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'StackResourceDriftStatusFilters' => ['shape' => 'StackResourceDriftStatusFilters'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'BoxedMaxResults']]], 'DescribeStackResourceDriftsOutput' => ['type' => 'structure', 'required' => ['StackResourceDrifts'], 'members' => ['StackResourceDrifts' => ['shape' => 'StackResourceDrifts'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStackResourceInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId'], 'members' => ['StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId']]], 'DescribeStackResourceOutput' => ['type' => 'structure', 'members' => ['StackResourceDetail' => ['shape' => 'StackResourceDetail']]], 'DescribeStackResourcesInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId']]], 'DescribeStackResourcesOutput' => ['type' => 'structure', 'members' => ['StackResources' => ['shape' => 'StackResources']]], 'DescribeStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName']]], 'DescribeStackSetOperationInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken']]], 'DescribeStackSetOperationOutput' => ['type' => 'structure', 'members' => ['StackSetOperation' => ['shape' => 'StackSetOperation']]], 'DescribeStackSetOutput' => ['type' => 'structure', 'members' => ['StackSet' => ['shape' => 'StackSet']]], 'DescribeStacksInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStacksOutput' => ['type' => 'structure', 'members' => ['Stacks' => ['shape' => 'Stacks'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTypeInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'Arn' => ['shape' => 'TypeArn'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'DescribeTypeOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'TypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'DefaultVersionId' => ['shape' => 'TypeVersionId'], 'IsDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'Description' => ['shape' => 'Description'], 'Schema' => ['shape' => 'TypeSchema'], 'ProvisioningType' => ['shape' => 'ProvisioningType'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus'], 'LoggingConfig' => ['shape' => 'LoggingConfig'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'Visibility' => ['shape' => 'Visibility'], 'SourceUrl' => ['shape' => 'OptionalSecureUrl'], 'DocumentationUrl' => ['shape' => 'OptionalSecureUrl'], 'LastUpdated' => ['shape' => 'Timestamp'], 'TimeCreated' => ['shape' => 'Timestamp']]], 'DescribeTypeRegistrationInput' => ['type' => 'structure', 'required' => ['RegistrationToken'], 'members' => ['RegistrationToken' => ['shape' => 'RegistrationToken']]], 'DescribeTypeRegistrationOutput' => ['type' => 'structure', 'members' => ['ProgressStatus' => ['shape' => 'RegistrationStatus'], 'Description' => ['shape' => 'Description'], 'TypeArn' => ['shape' => 'TypeArn'], 'TypeVersionArn' => ['shape' => 'TypeArn']]], 'Description' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DetectStackDriftInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceIds' => ['shape' => 'LogicalResourceIds']]], 'DetectStackDriftOutput' => ['type' => 'structure', 'required' => ['StackDriftDetectionId'], 'members' => ['StackDriftDetectionId' => ['shape' => 'StackDriftDetectionId']]], 'DetectStackResourceDriftInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId']]], 'DetectStackResourceDriftOutput' => ['type' => 'structure', 'required' => ['StackResourceDrift'], 'members' => ['StackResourceDrift' => ['shape' => 'StackResourceDrift']]], 'DetectStackSetDriftInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetNameOrId'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DetectStackSetDriftOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'DifferenceType' => ['type' => 'string', 'enum' => ['ADD', 'REMOVE', 'NOT_EQUAL']], 'DisableRollback' => ['type' => 'boolean'], 'DriftedStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'EnableTerminationProtection' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EstimateTemplateCostInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'Parameters' => ['shape' => 'Parameters']]], 'EstimateTemplateCostOutput' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'Url']]], 'EvaluationType' => ['type' => 'string', 'enum' => ['Static', 'Dynamic']], 'EventId' => ['type' => 'string'], 'ExecuteChangeSetInput' => ['type' => 'structure', 'required' => ['ChangeSetName'], 'members' => ['ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'StackName' => ['shape' => 'StackNameOrId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'ExecuteChangeSetOutput' => ['type' => 'structure', 'members' => []], 'ExecutionRoleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z_0-9+=,.@-]+'], 'ExecutionStatus' => ['type' => 'string', 'enum' => ['UNAVAILABLE', 'AVAILABLE', 'EXECUTE_IN_PROGRESS', 'EXECUTE_COMPLETE', 'EXECUTE_FAILED', 'OBSOLETE']], 'Export' => ['type' => 'structure', 'members' => ['ExportingStackId' => ['shape' => 'StackId'], 'Name' => ['shape' => 'ExportName'], 'Value' => ['shape' => 'ExportValue']]], 'ExportName' => ['type' => 'string'], 'ExportValue' => ['type' => 'string'], 'Exports' => ['type' => 'list', 'member' => ['shape' => 'Export']], 'FailedStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'FailureToleranceCount' => ['type' => 'integer', 'min' => 0], 'FailureTolerancePercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'GetStackPolicyInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName']]], 'GetStackPolicyOutput' => ['type' => 'structure', 'members' => ['StackPolicyBody' => ['shape' => 'StackPolicyBody']]], 'GetTemplateInput' => ['type' => 'structure', 'members' => ['StackName' => ['shape' => 'StackName'], 'ChangeSetName' => ['shape' => 'ChangeSetNameOrId'], 'TemplateStage' => ['shape' => 'TemplateStage']]], 'GetTemplateOutput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'StagesAvailable' => ['shape' => 'StageList']]], 'GetTemplateSummaryInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'StackName' => ['shape' => 'StackNameOrId'], 'StackSetName' => ['shape' => 'StackSetNameOrId']]], 'GetTemplateSummaryOutput' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterDeclarations'], 'Description' => ['shape' => 'Description'], 'Capabilities' => ['shape' => 'Capabilities'], 'CapabilitiesReason' => ['shape' => 'CapabilitiesReason'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'Version' => ['shape' => 'Version'], 'Metadata' => ['shape' => 'Metadata'], 'DeclaredTransforms' => ['shape' => 'TransformsList'], 'ResourceIdentifierSummaries' => ['shape' => 'ResourceIdentifierSummaries']]], 'HandlerErrorCode' => ['type' => 'string', 'enum' => ['NotUpdatable', 'InvalidRequest', 'AccessDenied', 'InvalidCredentials', 'AlreadyExists', 'NotFound', 'ResourceConflict', 'Throttling', 'ServiceLimitExceeded', 'NotStabilized', 'GeneralServiceException', 'ServiceInternalError', 'NetworkFailure', 'InternalFailure']], 'Imports' => ['type' => 'list', 'member' => ['shape' => 'StackName']], 'InProgressStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'InSyncStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'InsufficientCapabilitiesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientCapabilitiesException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidChangeSetStatusException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidChangeSetStatus', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidOperationException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidStateTransition', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IsDefaultVersion' => ['type' => 'boolean'], 'Key' => ['type' => 'string'], 'LastUpdatedTime' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitName' => ['type' => 'string'], 'LimitValue' => ['type' => 'integer'], 'ListChangeSetsInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChangeSetsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'ChangeSetSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListExportsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken']]], 'ListExportsOutput' => ['type' => 'structure', 'members' => ['Exports' => ['shape' => 'Exports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListImportsInput' => ['type' => 'structure', 'required' => ['ExportName'], 'members' => ['ExportName' => ['shape' => 'ExportName'], 'NextToken' => ['shape' => 'NextToken']]], 'ListImportsOutput' => ['type' => 'structure', 'members' => ['Imports' => ['shape' => 'Imports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'StackInstanceFilters'], 'StackInstanceAccount' => ['shape' => 'Account'], 'StackInstanceRegion' => ['shape' => 'Region']]], 'ListStackInstancesOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackInstanceSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackResourcesInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackResourcesOutput' => ['type' => 'structure', 'members' => ['StackResourceSummaries' => ['shape' => 'StackResourceSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetOperationResultsInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStackSetOperationResultsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetOperationResultSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetOperationsInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStackSetOperationsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetOperationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStackSetsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Status' => ['shape' => 'StackSetStatus']]], 'ListStackSetsOutput' => ['type' => 'structure', 'members' => ['Summaries' => ['shape' => 'StackSetSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStacksInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'StackStatusFilter' => ['shape' => 'StackStatusFilter']]], 'ListStacksOutput' => ['type' => 'structure', 'members' => ['StackSummaries' => ['shape' => 'StackSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeRegistrationsInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'TypeArn' => ['shape' => 'TypeArn'], 'RegistrationStatusFilter' => ['shape' => 'RegistrationStatus'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeRegistrationsOutput' => ['type' => 'structure', 'members' => ['RegistrationTokenList' => ['shape' => 'RegistrationTokenList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypeVersionsInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'Arn' => ['shape' => 'PrivateTypeArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus']]], 'ListTypeVersionsOutput' => ['type' => 'structure', 'members' => ['TypeVersionSummaries' => ['shape' => 'TypeVersionSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypesInput' => ['type' => 'structure', 'members' => ['Visibility' => ['shape' => 'Visibility'], 'ProvisioningType' => ['shape' => 'ProvisioningType'], 'DeprecatedStatus' => ['shape' => 'DeprecatedStatus'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTypesOutput' => ['type' => 'structure', 'members' => ['TypeSummaries' => ['shape' => 'TypeSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'LogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+'], 'LoggingConfig' => ['type' => 'structure', 'required' => ['LogRoleArn', 'LogGroupName'], 'members' => ['LogRoleArn' => ['shape' => 'RoleArn'], 'LogGroupName' => ['shape' => 'LogGroupName']]], 'LogicalResourceId' => ['type' => 'string'], 'LogicalResourceIds' => ['type' => 'list', 'member' => ['shape' => 'LogicalResourceId'], 'max' => 200, 'min' => 1], 'MaxConcurrentCount' => ['type' => 'integer', 'min' => 1], 'MaxConcurrentPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Metadata' => ['type' => 'string'], 'MonitoringTimeInMinutes' => ['type' => 'integer', 'max' => 180, 'min' => 0], 'NameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NameAlreadyExistsException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NoEcho' => ['type' => 'boolean'], 'NotificationARN' => ['type' => 'string'], 'NotificationARNs' => ['type' => 'list', 'member' => ['shape' => 'NotificationARN'], 'max' => 5], 'OnFailure' => ['type' => 'string', 'enum' => ['DO_NOTHING', 'ROLLBACK', 'DELETE']], 'OperationIdAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationIdAlreadyExistsException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'OperationInProgressException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationInProgressException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'OperationNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCESS', 'FAILED']], 'OperationStatusCheckFailedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ConditionalCheckFailed', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionalSecureUrl' => ['type' => 'string', 'max' => 4096], 'OrganizationalUnitId' => ['type' => 'string', 'pattern' => '^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$'], 'OrganizationalUnitIdList' => ['type' => 'list', 'member' => ['shape' => 'OrganizationalUnitId']], 'Output' => ['type' => 'structure', 'members' => ['OutputKey' => ['shape' => 'OutputKey'], 'OutputValue' => ['shape' => 'OutputValue'], 'Description' => ['shape' => 'Description'], 'ExportName' => ['shape' => 'ExportName']]], 'OutputKey' => ['type' => 'string'], 'OutputValue' => ['type' => 'string'], 'Outputs' => ['type' => 'list', 'member' => ['shape' => 'Output']], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'ParameterValue' => ['shape' => 'ParameterValue'], 'UsePreviousValue' => ['shape' => 'UsePreviousValue'], 'ResolvedValue' => ['shape' => 'ParameterValue']]], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['AllowedValues' => ['shape' => 'AllowedValues']]], 'ParameterDeclaration' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'ParameterValue'], 'ParameterType' => ['shape' => 'ParameterType'], 'NoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description'], 'ParameterConstraints' => ['shape' => 'ParameterConstraints']]], 'ParameterDeclarations' => ['type' => 'list', 'member' => ['shape' => 'ParameterDeclaration']], 'ParameterKey' => ['type' => 'string'], 'ParameterType' => ['type' => 'string'], 'ParameterValue' => ['type' => 'string'], 'Parameters' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'PermissionModels' => ['type' => 'string', 'enum' => ['SERVICE_MANAGED', 'SELF_MANAGED']], 'PhysicalResourceId' => ['type' => 'string'], 'PhysicalResourceIdContext' => ['type' => 'list', 'member' => ['shape' => 'PhysicalResourceIdContextKeyValuePair'], 'max' => 5], 'PhysicalResourceIdContextKeyValuePair' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value']]], 'PrivateTypeArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:[0-9]{12}:type/.+'], 'Properties' => ['type' => 'string'], 'PropertyDifference' => ['type' => 'structure', 'required' => ['PropertyPath', 'ExpectedValue', 'ActualValue', 'DifferenceType'], 'members' => ['PropertyPath' => ['shape' => 'PropertyPath'], 'ExpectedValue' => ['shape' => 'PropertyValue'], 'ActualValue' => ['shape' => 'PropertyValue'], 'DifferenceType' => ['shape' => 'DifferenceType']]], 'PropertyDifferences' => ['type' => 'list', 'member' => ['shape' => 'PropertyDifference']], 'PropertyName' => ['type' => 'string'], 'PropertyPath' => ['type' => 'string'], 'PropertyValue' => ['type' => 'string'], 'ProvisioningType' => ['type' => 'string', 'enum' => ['NON_PROVISIONABLE', 'IMMUTABLE', 'FULLY_MUTABLE']], 'Reason' => ['type' => 'string'], 'RecordHandlerProgressInput' => ['type' => 'structure', 'required' => ['BearerToken', 'OperationStatus'], 'members' => ['BearerToken' => ['shape' => 'ClientToken'], 'OperationStatus' => ['shape' => 'OperationStatus'], 'CurrentOperationStatus' => ['shape' => 'OperationStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'ErrorCode' => ['shape' => 'HandlerErrorCode'], 'ResourceModel' => ['shape' => 'ResourceModel'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'RecordHandlerProgressOutput' => ['type' => 'structure', 'members' => []], 'Region' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9-]{1,128}$'], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'RegisterTypeInput' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaHandlerPackage'], 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'SchemaHandlerPackage' => ['shape' => 'S3Url'], 'LoggingConfig' => ['shape' => 'LoggingConfig'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'ClientRequestToken' => ['shape' => 'RequestToken']]], 'RegisterTypeOutput' => ['type' => 'structure', 'members' => ['RegistrationToken' => ['shape' => 'RegistrationToken']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'IN_PROGRESS', 'FAILED']], 'RegistrationToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'RegistrationTokenList' => ['type' => 'list', 'member' => ['shape' => 'RegistrationToken']], 'RegistryType' => ['type' => 'string', 'enum' => ['RESOURCE']], 'Replacement' => ['type' => 'string', 'enum' => ['True', 'False', 'Conditional']], 'RequestToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][-a-zA-Z0-9]*'], 'RequiresRecreation' => ['type' => 'string', 'enum' => ['Never', 'Conditionally', 'Always']], 'ResourceAttribute' => ['type' => 'string', 'enum' => ['Properties', 'Metadata', 'CreationPolicy', 'UpdatePolicy', 'DeletionPolicy', 'Tags']], 'ResourceChange' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'ChangeAction'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Replacement' => ['shape' => 'Replacement'], 'Scope' => ['shape' => 'Scope'], 'Details' => ['shape' => 'ResourceChangeDetails']]], 'ResourceChangeDetail' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'ResourceTargetDefinition'], 'Evaluation' => ['shape' => 'EvaluationType'], 'ChangeSource' => ['shape' => 'ChangeSource'], 'CausingEntity' => ['shape' => 'CausingEntity']]], 'ResourceChangeDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceChangeDetail']], 'ResourceIdentifierProperties' => ['type' => 'map', 'key' => ['shape' => 'ResourceIdentifierPropertyKey'], 'value' => ['shape' => 'ResourceIdentifierPropertyValue'], 'max' => 256, 'min' => 1], 'ResourceIdentifierPropertyKey' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceIdentifierPropertyValue' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceIdentifierSummaries' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifierSummary']], 'ResourceIdentifierSummary' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'LogicalResourceIds' => ['shape' => 'LogicalResourceIds'], 'ResourceIdentifiers' => ['shape' => 'ResourceIdentifiers']]], 'ResourceIdentifiers' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifierPropertyKey']], 'ResourceModel' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'ResourceProperties' => ['type' => 'string'], 'ResourceSignalStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILURE']], 'ResourceSignalUniqueId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'DELETE_SKIPPED', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED', 'UPDATE_COMPLETE', 'IMPORT_FAILED', 'IMPORT_COMPLETE', 'IMPORT_IN_PROGRESS', 'IMPORT_ROLLBACK_IN_PROGRESS', 'IMPORT_ROLLBACK_FAILED', 'IMPORT_ROLLBACK_COMPLETE']], 'ResourceStatusReason' => ['type' => 'string'], 'ResourceTargetDefinition' => ['type' => 'structure', 'members' => ['Attribute' => ['shape' => 'ResourceAttribute'], 'Name' => ['shape' => 'PropertyName'], 'RequiresRecreation' => ['shape' => 'RequiresRecreation']]], 'ResourceToImport' => ['type' => 'structure', 'required' => ['ResourceType', 'LogicalResourceId', 'ResourceIdentifier'], 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'ResourceIdentifier' => ['shape' => 'ResourceIdentifierProperties']]], 'ResourceToSkip' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+'], 'ResourceType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'ResourcesToImport' => ['type' => 'list', 'member' => ['shape' => 'ResourceToImport'], 'max' => 200], 'ResourcesToSkip' => ['type' => 'list', 'member' => ['shape' => 'ResourceToSkip']], 'RetainResources' => ['type' => 'list', 'member' => ['shape' => 'LogicalResourceId']], 'RetainStacks' => ['type' => 'boolean'], 'RetainStacksNullable' => ['type' => 'boolean'], 'RetainStacksOnAccountRemovalNullable' => ['type' => 'boolean'], 'RoleARN' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'RoleArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:.+:iam::[0-9]{12}:role/.+'], 'RollbackConfiguration' => ['type' => 'structure', 'members' => ['RollbackTriggers' => ['shape' => 'RollbackTriggers'], 'MonitoringTimeInMinutes' => ['shape' => 'MonitoringTimeInMinutes']]], 'RollbackTrigger' => ['type' => 'structure', 'required' => ['Arn', 'Type'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Type' => ['shape' => 'Type']]], 'RollbackTriggers' => ['type' => 'list', 'member' => ['shape' => 'RollbackTrigger'], 'max' => 5], 'S3Url' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'Scope' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute']], 'SetStackPolicyInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL']]], 'SetTypeDefaultVersionInput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'PrivateTypeArn'], 'Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId']]], 'SetTypeDefaultVersionOutput' => ['type' => 'structure', 'members' => []], 'SignalResourceInput' => ['type' => 'structure', 'required' => ['StackName', 'LogicalResourceId', 'UniqueId', 'Status'], 'members' => ['StackName' => ['shape' => 'StackNameOrId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'UniqueId' => ['shape' => 'ResourceSignalUniqueId'], 'Status' => ['shape' => 'ResourceSignalStatus']]], 'Stack' => ['type' => 'structure', 'required' => ['StackName', 'CreationTime', 'StackStatus'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'ChangeSetId' => ['shape' => 'ChangeSetId'], 'Description' => ['shape' => 'Description'], 'Parameters' => ['shape' => 'Parameters'], 'CreationTime' => ['shape' => 'CreationTime'], 'DeletionTime' => ['shape' => 'DeletionTime'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'StackStatus' => ['shape' => 'StackStatus'], 'StackStatusReason' => ['shape' => 'StackStatusReason'], 'DisableRollback' => ['shape' => 'DisableRollback'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'TimeoutInMinutes' => ['shape' => 'TimeoutMinutes'], 'Capabilities' => ['shape' => 'Capabilities'], 'Outputs' => ['shape' => 'Outputs'], 'RoleARN' => ['shape' => 'RoleARN'], 'Tags' => ['shape' => 'Tags'], 'EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection'], 'ParentId' => ['shape' => 'StackId'], 'RootId' => ['shape' => 'StackId'], 'DriftInformation' => ['shape' => 'StackDriftInformation']]], 'StackDriftDetectionId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'StackDriftDetectionStatus' => ['type' => 'string', 'enum' => ['DETECTION_IN_PROGRESS', 'DETECTION_FAILED', 'DETECTION_COMPLETE']], 'StackDriftDetectionStatusReason' => ['type' => 'string'], 'StackDriftInformation' => ['type' => 'structure', 'required' => ['StackDriftStatus'], 'members' => ['StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackDriftInformationSummary' => ['type' => 'structure', 'required' => ['StackDriftStatus'], 'members' => ['StackDriftStatus' => ['shape' => 'StackDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackDriftStatus' => ['type' => 'string', 'enum' => ['DRIFTED', 'IN_SYNC', 'UNKNOWN', 'NOT_CHECKED']], 'StackEvent' => ['type' => 'structure', 'required' => ['StackId', 'EventId', 'StackName', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'EventId' => ['shape' => 'EventId'], 'StackName' => ['shape' => 'StackName'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Timestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'ResourceProperties' => ['shape' => 'ResourceProperties'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'StackEvents' => ['type' => 'list', 'member' => ['shape' => 'StackEvent']], 'StackId' => ['type' => 'string'], 'StackInstance' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId'], 'Region' => ['shape' => 'Region'], 'Account' => ['shape' => 'Account'], 'StackId' => ['shape' => 'StackId'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'Status' => ['shape' => 'StackInstanceStatus'], 'StackInstanceStatus' => ['shape' => 'StackInstanceComprehensiveStatus'], 'StatusReason' => ['shape' => 'Reason'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackInstanceComprehensiveStatus' => ['type' => 'structure', 'members' => ['DetailedStatus' => ['shape' => 'StackInstanceDetailedStatus']]], 'StackInstanceDetailedStatus' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'SUCCEEDED', 'FAILED', 'CANCELLED', 'INOPERABLE']], 'StackInstanceFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StackInstanceFilterName'], 'Values' => ['shape' => 'StackInstanceFilterValues']]], 'StackInstanceFilterName' => ['type' => 'string', 'enum' => ['DETAILED_STATUS']], 'StackInstanceFilterValues' => ['type' => 'string', 'max' => 10, 'min' => 6], 'StackInstanceFilters' => ['type' => 'list', 'member' => ['shape' => 'StackInstanceFilter'], 'max' => 1], 'StackInstanceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackInstanceNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'StackInstanceStatus' => ['type' => 'string', 'enum' => ['CURRENT', 'OUTDATED', 'INOPERABLE']], 'StackInstanceSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackInstanceSummary']], 'StackInstanceSummary' => ['type' => 'structure', 'members' => ['StackSetId' => ['shape' => 'StackSetId'], 'Region' => ['shape' => 'Region'], 'Account' => ['shape' => 'Account'], 'StackId' => ['shape' => 'StackId'], 'Status' => ['shape' => 'StackInstanceStatus'], 'StatusReason' => ['shape' => 'Reason'], 'StackInstanceStatus' => ['shape' => 'StackInstanceComprehensiveStatus'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackName' => ['type' => 'string'], 'StackNameOrId' => ['type' => 'string', 'min' => 1, 'pattern' => '([a-zA-Z][-a-zA-Z0-9]*)|(arn:\\b(aws|aws-us-gov|aws-cn)\\b:[-a-zA-Z0-9:/._+]*)'], 'StackPolicyBody' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'StackPolicyDuringUpdateBody' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'StackPolicyDuringUpdateURL' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'StackPolicyURL' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'StackResource' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'Timestamp', 'ResourceStatus'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'Timestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'Description' => ['shape' => 'Description'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformation']]], 'StackResourceDetail' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus'], 'members' => ['StackName' => ['shape' => 'StackName'], 'StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'Description' => ['shape' => 'Description'], 'Metadata' => ['shape' => 'Metadata'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformation']]], 'StackResourceDrift' => ['type' => 'structure', 'required' => ['StackId', 'LogicalResourceId', 'ResourceType', 'StackResourceDriftStatus', 'Timestamp'], 'members' => ['StackId' => ['shape' => 'StackId'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'PhysicalResourceIdContext' => ['shape' => 'PhysicalResourceIdContext'], 'ResourceType' => ['shape' => 'ResourceType'], 'ExpectedProperties' => ['shape' => 'Properties'], 'ActualProperties' => ['shape' => 'Properties'], 'PropertyDifferences' => ['shape' => 'PropertyDifferences'], 'StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'Timestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftInformation' => ['type' => 'structure', 'required' => ['StackResourceDriftStatus'], 'members' => ['StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftInformationSummary' => ['type' => 'structure', 'required' => ['StackResourceDriftStatus'], 'members' => ['StackResourceDriftStatus' => ['shape' => 'StackResourceDriftStatus'], 'LastCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackResourceDriftStatus' => ['type' => 'string', 'enum' => ['IN_SYNC', 'MODIFIED', 'DELETED', 'NOT_CHECKED']], 'StackResourceDriftStatusFilters' => ['type' => 'list', 'member' => ['shape' => 'StackResourceDriftStatus'], 'max' => 4, 'min' => 1], 'StackResourceDrifts' => ['type' => 'list', 'member' => ['shape' => 'StackResourceDrift']], 'StackResourceSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackResourceSummary']], 'StackResourceSummary' => ['type' => 'structure', 'required' => ['LogicalResourceId', 'ResourceType', 'LastUpdatedTimestamp', 'ResourceStatus'], 'members' => ['LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ResourceStatus' => ['shape' => 'ResourceStatus'], 'ResourceStatusReason' => ['shape' => 'ResourceStatusReason'], 'DriftInformation' => ['shape' => 'StackResourceDriftInformationSummary']]], 'StackResources' => ['type' => 'list', 'member' => ['shape' => 'StackResource']], 'StackSet' => ['type' => 'structure', 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackSetId' => ['shape' => 'StackSetId'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'StackSetStatus'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'StackSetARN' => ['shape' => 'StackSetARN'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'StackSetDriftDetectionDetails' => ['shape' => 'StackSetDriftDetectionDetails'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'OrganizationalUnitIds' => ['shape' => 'OrganizationalUnitIdList']]], 'StackSetARN' => ['type' => 'string'], 'StackSetDriftDetectionDetails' => ['type' => 'structure', 'members' => ['DriftStatus' => ['shape' => 'StackSetDriftStatus'], 'DriftDetectionStatus' => ['shape' => 'StackSetDriftDetectionStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp'], 'TotalStackInstancesCount' => ['shape' => 'TotalStackInstancesCount'], 'DriftedStackInstancesCount' => ['shape' => 'DriftedStackInstancesCount'], 'InSyncStackInstancesCount' => ['shape' => 'InSyncStackInstancesCount'], 'InProgressStackInstancesCount' => ['shape' => 'InProgressStackInstancesCount'], 'FailedStackInstancesCount' => ['shape' => 'FailedStackInstancesCount']]], 'StackSetDriftDetectionStatus' => ['type' => 'string', 'enum' => ['COMPLETED', 'FAILED', 'PARTIAL_SUCCESS', 'IN_PROGRESS', 'STOPPED']], 'StackSetDriftStatus' => ['type' => 'string', 'enum' => ['DRIFTED', 'IN_SYNC', 'NOT_CHECKED']], 'StackSetId' => ['type' => 'string'], 'StackSetName' => ['type' => 'string'], 'StackSetNameOrId' => ['type' => 'string', 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*(?::[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12})?'], 'StackSetNotEmptyException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackSetNotEmptyException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'StackSetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StackSetNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'StackSetOperation' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken'], 'StackSetId' => ['shape' => 'StackSetId'], 'Action' => ['shape' => 'StackSetOperationAction'], 'Status' => ['shape' => 'StackSetOperationStatus'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'RetainStacks' => ['shape' => 'RetainStacksNullable'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'CreationTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'StackSetDriftDetectionDetails' => ['shape' => 'StackSetDriftDetectionDetails']]], 'StackSetOperationAction' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE', 'DETECT_DRIFT']], 'StackSetOperationPreferences' => ['type' => 'structure', 'members' => ['RegionOrder' => ['shape' => 'RegionList'], 'FailureToleranceCount' => ['shape' => 'FailureToleranceCount'], 'FailureTolerancePercentage' => ['shape' => 'FailureTolerancePercentage'], 'MaxConcurrentCount' => ['shape' => 'MaxConcurrentCount'], 'MaxConcurrentPercentage' => ['shape' => 'MaxConcurrentPercentage']]], 'StackSetOperationResultStatus' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'SUCCEEDED', 'FAILED', 'CANCELLED']], 'StackSetOperationResultSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetOperationResultSummary']], 'StackSetOperationResultSummary' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account'], 'Region' => ['shape' => 'Region'], 'Status' => ['shape' => 'StackSetOperationResultStatus'], 'StatusReason' => ['shape' => 'Reason'], 'AccountGateResult' => ['shape' => 'AccountGateResult'], 'OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'StackSetOperationStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'SUCCEEDED', 'FAILED', 'STOPPING', 'STOPPED', 'QUEUED']], 'StackSetOperationSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetOperationSummary']], 'StackSetOperationSummary' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken'], 'Action' => ['shape' => 'StackSetOperationAction'], 'Status' => ['shape' => 'StackSetOperationStatus'], 'CreationTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'StackSetStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED']], 'StackSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSetSummary']], 'StackSetSummary' => ['type' => 'structure', 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'StackSetId' => ['shape' => 'StackSetId'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'StackSetStatus'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'DriftStatus' => ['shape' => 'StackDriftStatus'], 'LastDriftCheckTimestamp' => ['shape' => 'Timestamp']]], 'StackStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_FAILED', 'CREATE_COMPLETE', 'ROLLBACK_IN_PROGRESS', 'ROLLBACK_FAILED', 'ROLLBACK_COMPLETE', 'DELETE_IN_PROGRESS', 'DELETE_FAILED', 'DELETE_COMPLETE', 'UPDATE_IN_PROGRESS', 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_COMPLETE', 'UPDATE_ROLLBACK_IN_PROGRESS', 'UPDATE_ROLLBACK_FAILED', 'UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS', 'UPDATE_ROLLBACK_COMPLETE', 'REVIEW_IN_PROGRESS', 'IMPORT_IN_PROGRESS', 'IMPORT_COMPLETE', 'IMPORT_ROLLBACK_IN_PROGRESS', 'IMPORT_ROLLBACK_FAILED', 'IMPORT_ROLLBACK_COMPLETE']], 'StackStatusFilter' => ['type' => 'list', 'member' => ['shape' => 'StackStatus']], 'StackStatusReason' => ['type' => 'string'], 'StackSummaries' => ['type' => 'list', 'member' => ['shape' => 'StackSummary']], 'StackSummary' => ['type' => 'structure', 'required' => ['StackName', 'CreationTime', 'StackStatus'], 'members' => ['StackId' => ['shape' => 'StackId'], 'StackName' => ['shape' => 'StackName'], 'TemplateDescription' => ['shape' => 'TemplateDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime'], 'DeletionTime' => ['shape' => 'DeletionTime'], 'StackStatus' => ['shape' => 'StackStatus'], 'StackStatusReason' => ['shape' => 'StackStatusReason'], 'ParentId' => ['shape' => 'StackId'], 'RootId' => ['shape' => 'StackId'], 'DriftInformation' => ['shape' => 'StackDriftInformationSummary']]], 'Stacks' => ['type' => 'list', 'member' => ['shape' => 'Stack']], 'StageList' => ['type' => 'list', 'member' => ['shape' => 'TemplateStage']], 'StaleRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StaleRequestException', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'StatusMessage' => ['type' => 'string', 'max' => 1024], 'StopStackSetOperationInput' => ['type' => 'structure', 'required' => ['StackSetName', 'OperationId'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'OperationId' => ['shape' => 'ClientRequestToken']]], 'StopStackSetOperationOutput' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'TemplateBody' => ['type' => 'string', 'min' => 1], 'TemplateDescription' => ['type' => 'string'], 'TemplateParameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'ParameterValue'], 'NoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description']]], 'TemplateParameters' => ['type' => 'list', 'member' => ['shape' => 'TemplateParameter']], 'TemplateStage' => ['type' => 'string', 'enum' => ['Original', 'Processed']], 'TemplateURL' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'TimeoutMinutes' => ['type' => 'integer', 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TokenAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TokenAlreadyExistsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TotalStackInstancesCount' => ['type' => 'integer', 'min' => 0], 'TransformName' => ['type' => 'string'], 'TransformsList' => ['type' => 'list', 'member' => ['shape' => 'TransformName']], 'Type' => ['type' => 'string'], 'TypeArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/.+'], 'TypeName' => ['type' => 'string', 'max' => 196, 'min' => 10, 'pattern' => '[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}'], 'TypeNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TypeNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'TypeSchema' => ['type' => 'string', 'max' => 16777216, 'min' => 1], 'TypeSummaries' => ['type' => 'list', 'member' => ['shape' => 'TypeSummary']], 'TypeSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'DefaultVersionId' => ['shape' => 'TypeVersionId'], 'TypeArn' => ['shape' => 'TypeArn'], 'LastUpdated' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description']]], 'TypeVersionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[A-Za-z0-9-]+'], 'TypeVersionSummaries' => ['type' => 'list', 'member' => ['shape' => 'TypeVersionSummary']], 'TypeVersionSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RegistryType'], 'TypeName' => ['shape' => 'TypeName'], 'VersionId' => ['shape' => 'TypeVersionId'], 'IsDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'Arn' => ['shape' => 'TypeArn'], 'TimeCreated' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description']]], 'UpdateStackInput' => ['type' => 'structure', 'required' => ['StackName'], 'members' => ['StackName' => ['shape' => 'StackName'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'StackPolicyDuringUpdateBody' => ['shape' => 'StackPolicyDuringUpdateBody'], 'StackPolicyDuringUpdateURL' => ['shape' => 'StackPolicyDuringUpdateURL'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'ResourceTypes' => ['shape' => 'ResourceTypes'], 'RoleARN' => ['shape' => 'RoleARN'], 'RollbackConfiguration' => ['shape' => 'RollbackConfiguration'], 'StackPolicyBody' => ['shape' => 'StackPolicyBody'], 'StackPolicyURL' => ['shape' => 'StackPolicyURL'], 'NotificationARNs' => ['shape' => 'NotificationARNs'], 'Tags' => ['shape' => 'Tags'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'UpdateStackInstancesInput' => ['type' => 'structure', 'required' => ['StackSetName', 'Regions'], 'members' => ['StackSetName' => ['shape' => 'StackSetNameOrId'], 'Accounts' => ['shape' => 'AccountList'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'Regions' => ['shape' => 'RegionList'], 'ParameterOverrides' => ['shape' => 'Parameters'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'UpdateStackInstancesOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'UpdateStackOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'UpdateStackSetInput' => ['type' => 'structure', 'required' => ['StackSetName'], 'members' => ['StackSetName' => ['shape' => 'StackSetName'], 'Description' => ['shape' => 'Description'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL'], 'UsePreviousTemplate' => ['shape' => 'UsePreviousTemplate'], 'Parameters' => ['shape' => 'Parameters'], 'Capabilities' => ['shape' => 'Capabilities'], 'Tags' => ['shape' => 'Tags'], 'OperationPreferences' => ['shape' => 'StackSetOperationPreferences'], 'AdministrationRoleARN' => ['shape' => 'RoleARN'], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName'], 'DeploymentTargets' => ['shape' => 'DeploymentTargets'], 'PermissionModel' => ['shape' => 'PermissionModels'], 'AutoDeployment' => ['shape' => 'AutoDeployment'], 'OperationId' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Accounts' => ['shape' => 'AccountList'], 'Regions' => ['shape' => 'RegionList']]], 'UpdateStackSetOutput' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'ClientRequestToken']]], 'UpdateTerminationProtectionInput' => ['type' => 'structure', 'required' => ['EnableTerminationProtection', 'StackName'], 'members' => ['EnableTerminationProtection' => ['shape' => 'EnableTerminationProtection'], 'StackName' => ['shape' => 'StackNameOrId']]], 'UpdateTerminationProtectionOutput' => ['type' => 'structure', 'members' => ['StackId' => ['shape' => 'StackId']]], 'Url' => ['type' => 'string'], 'UsePreviousTemplate' => ['type' => 'boolean'], 'UsePreviousValue' => ['type' => 'boolean'], 'ValidateTemplateInput' => ['type' => 'structure', 'members' => ['TemplateBody' => ['shape' => 'TemplateBody'], 'TemplateURL' => ['shape' => 'TemplateURL']]], 'ValidateTemplateOutput' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'TemplateParameters'], 'Description' => ['shape' => 'Description'], 'Capabilities' => ['shape' => 'Capabilities'], 'CapabilitiesReason' => ['shape' => 'CapabilitiesReason'], 'DeclaredTransforms' => ['shape' => 'TransformsList']]], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string'], 'Visibility' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE']]]]; diff --git a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/paginators-1.json.php b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/paginators-1.json.php index 34cad5d1..6f08df0b 100644 --- a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeStackEvents' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackEvents'], 'DescribeStackResourceDrifts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'DescribeStackResources' => ['result_key' => 'StackResources'], 'DescribeStacks' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Stacks'], 'ListExports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Exports'], 'ListImports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Imports'], 'ListStackResources' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackResourceSummaries'], 'ListStacks' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackSummaries'], 'ListTypeRegistrations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTypeVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTypes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; +return ['pagination' => ['DescribeAccountLimits' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'AccountLimits'], 'DescribeStackEvents' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackEvents'], 'DescribeStackResourceDrifts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'DescribeStackResources' => ['result_key' => 'StackResources'], 'DescribeStacks' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Stacks'], 'ListChangeSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Summaries'], 'ListExports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Exports'], 'ListImports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Imports'], 'ListStackInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Summaries'], 'ListStackResources' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackResourceSummaries'], 'ListStackSetOperationResults' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Summaries'], 'ListStackSetOperations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Summaries'], 'ListStackSets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Summaries'], 'ListStacks' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'StackSummaries'], 'ListTypeRegistrations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTypeVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTypes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; diff --git a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/waiters-2.json.php b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/waiters-2.json.php index b52fcb8f..0e526865 100644 --- a/vendor/Aws3/Aws/data/cloudformation/2010-05-15/waiters-2.json.php +++ b/vendor/Aws3/Aws/data/cloudformation/2010-05-15/waiters-2.json.php @@ -1,4 +1,4 @@ 2, 'waiters' => ['StackExists' => ['delay' => 5, 'operation' => 'DescribeStacks', 'maxAttempts' => 20, 'acceptors' => [['matcher' => 'status', 'expected' => 200, 'state' => 'success'], ['matcher' => 'error', 'expected' => 'ValidationError', 'state' => 'retry']]], 'StackCreateComplete' => ['delay' => 30, 'operation' => 'DescribeStacks', 'maxAttempts' => 120, 'description' => 'Wait until stack status is CREATE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'StackDeleteComplete' => ['delay' => 30, 'operation' => 'DescribeStacks', 'maxAttempts' => 120, 'description' => 'Wait until stack status is DELETE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'success'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_IN_PROGRESS', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure']]], 'StackUpdateComplete' => ['delay' => 30, 'maxAttempts' => 120, 'operation' => 'DescribeStacks', 'description' => 'Wait until stack status is UPDATE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'UPDATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'UPDATE_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'StackImportComplete' => ['delay' => 30, 'maxAttempts' => 120, 'operation' => 'DescribeStacks', 'description' => 'Wait until stack status is IMPORT_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_ROLLBACK_IN_PROGRESS', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'IMPORT_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'ChangeSetCreateComplete' => ['delay' => 30, 'operation' => 'DescribeChangeSet', 'maxAttempts' => 120, 'description' => 'Wait until change set status is CREATE_COMPLETE.', 'acceptors' => [['argument' => 'Status', 'expected' => 'CREATE_COMPLETE', 'matcher' => 'path', 'state' => 'success'], ['argument' => 'Status', 'expected' => 'FAILED', 'matcher' => 'path', 'state' => 'failure'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'TypeRegistrationComplete' => ['delay' => 30, 'operation' => 'DescribeTypeRegistration', 'maxAttempts' => 120, 'description' => 'Wait until type registration is COMPLETE.', 'acceptors' => [['argument' => 'ProgressStatus', 'expected' => 'COMPLETE', 'matcher' => 'path', 'state' => 'success'], ['argument' => 'ProgressStatus', 'expected' => 'FAILED', 'matcher' => 'path', 'state' => 'failure']]]]]; +return ['version' => 2, 'waiters' => ['StackExists' => ['delay' => 5, 'operation' => 'DescribeStacks', 'maxAttempts' => 20, 'acceptors' => [['matcher' => 'status', 'expected' => 200, 'state' => 'success'], ['matcher' => 'error', 'expected' => 'ValidationError', 'state' => 'retry']]], 'StackCreateComplete' => ['delay' => 30, 'operation' => 'DescribeStacks', 'maxAttempts' => 120, 'description' => 'Wait until stack status is CREATE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'StackDeleteComplete' => ['delay' => 30, 'operation' => 'DescribeStacks', 'maxAttempts' => 120, 'description' => 'Wait until stack status is DELETE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'success'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'CREATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_IN_PROGRESS', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure']]], 'StackUpdateComplete' => ['delay' => 30, 'maxAttempts' => 120, 'operation' => 'DescribeStacks', 'description' => 'Wait until stack status is UPDATE_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'UPDATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'UPDATE_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'StackImportComplete' => ['delay' => 30, 'maxAttempts' => 120, 'operation' => 'DescribeStacks', 'description' => 'Wait until stack status is IMPORT_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['expected' => 'ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_ROLLBACK_IN_PROGRESS', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'IMPORT_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'IMPORT_ROLLBACK_COMPLETE', 'matcher' => 'pathAny', 'state' => 'failure', 'argument' => 'Stacks[].StackStatus'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'StackRollbackComplete' => ['delay' => 30, 'operation' => 'DescribeStacks', 'maxAttempts' => 120, 'description' => 'Wait until stack status is UPDATE_ROLLBACK_COMPLETE.', 'acceptors' => [['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_COMPLETE', 'matcher' => 'pathAll', 'state' => 'success'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'UPDATE_ROLLBACK_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['argument' => 'Stacks[].StackStatus', 'expected' => 'DELETE_FAILED', 'matcher' => 'pathAny', 'state' => 'failure'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'ChangeSetCreateComplete' => ['delay' => 30, 'operation' => 'DescribeChangeSet', 'maxAttempts' => 120, 'description' => 'Wait until change set status is CREATE_COMPLETE.', 'acceptors' => [['argument' => 'Status', 'expected' => 'CREATE_COMPLETE', 'matcher' => 'path', 'state' => 'success'], ['argument' => 'Status', 'expected' => 'FAILED', 'matcher' => 'path', 'state' => 'failure'], ['expected' => 'ValidationError', 'matcher' => 'error', 'state' => 'failure']]], 'TypeRegistrationComplete' => ['delay' => 30, 'operation' => 'DescribeTypeRegistration', 'maxAttempts' => 120, 'description' => 'Wait until type registration is COMPLETE.', 'acceptors' => [['argument' => 'ProgressStatus', 'expected' => 'COMPLETE', 'matcher' => 'path', 'state' => 'success'], ['argument' => 'ProgressStatus', 'expected' => 'FAILED', 'matcher' => 'path', 'state' => 'failure']]]]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2019-03-26/api-2.json.php b/vendor/Aws3/Aws/data/cloudfront/2019-03-26/api-2.json.php index 4a7d19df..0fae7560 100644 --- a/vendor/Aws3/Aws/data/cloudfront/2019-03-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/cloudfront/2019-03-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-03-26', 'endpointPrefix' => 'cloudfront', 'globalEndpoint' => 'cloudfront.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'CloudFront', 'serviceFullName' => 'Amazon CloudFront', 'serviceId' => 'CloudFront', 'signatureVersion' => 'v4', 'uid' => 'cloudfront-2019-03-26'], 'operations' => ['CreateCloudFrontOriginAccessIdentity' => ['name' => 'CreateCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront', 'responseCode' => 201], 'input' => ['shape' => 'CreateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'CreateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'CloudFrontOriginAccessIdentityAlreadyExists'], ['shape' => 'MissingBody'], ['shape' => 'TooManyCloudFrontOriginAccessIdentities'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateDistribution' => ['name' => 'CreateDistribution2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionRequest'], 'output' => ['shape' => 'CreateDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'CreateDistributionWithTags' => ['name' => 'CreateDistributionWithTags2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'InvalidTagging'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'CreateFieldLevelEncryptionConfig' => ['name' => 'CreateFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/field-level-encryption', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'FieldLevelEncryptionConfigAlreadyExists'], ['shape' => 'TooManyFieldLevelEncryptionConfigs'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'CreateFieldLevelEncryptionProfile' => ['name' => 'CreateFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/field-level-encryption-profile', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionProfiles'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'CreateInvalidation' => ['name' => 'CreateInvalidation2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation', 'responseCode' => 201], 'input' => ['shape' => 'CreateInvalidationRequest'], 'output' => ['shape' => 'CreateInvalidationResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'MissingBody'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'BatchTooLarge'], ['shape' => 'TooManyInvalidationsInProgress'], ['shape' => 'InconsistentQuantities']]], 'CreatePublicKey' => ['name' => 'CreatePublicKey2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/public-key', 'responseCode' => 201], 'input' => ['shape' => 'CreatePublicKeyRequest'], 'output' => ['shape' => 'CreatePublicKeyResult'], 'errors' => [['shape' => 'PublicKeyAlreadyExists'], ['shape' => 'InvalidArgument'], ['shape' => 'TooManyPublicKeys']]], 'CreateStreamingDistribution' => ['name' => 'CreateStreamingDistribution2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/streaming-distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionRequest'], 'output' => ['shape' => 'CreateStreamingDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateStreamingDistributionWithTags' => ['name' => 'CreateStreamingDistributionWithTags2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/streaming-distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateStreamingDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidTagging']]], 'DeleteCloudFrontOriginAccessIdentity' => ['name' => 'DeleteCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCloudFrontOriginAccessIdentityRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'CloudFrontOriginAccessIdentityInUse']]], 'DeleteDistribution' => ['name' => 'DeleteDistribution2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'DistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed']]], 'DeleteFieldLevelEncryptionConfig' => ['name' => 'DeleteFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionConfigRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionConfigInUse']]], 'DeleteFieldLevelEncryptionProfile' => ['name' => 'DeleteFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionProfileRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileInUse']]], 'DeletePublicKey' => ['name' => 'DeletePublicKey2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/public-key/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePublicKeyRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'PublicKeyInUse'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'DeleteStreamingDistribution' => ['name' => 'DeleteStreamingDistribution2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteStreamingDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'StreamingDistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed']]], 'GetCloudFrontOriginAccessIdentity' => ['name' => 'GetCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetCloudFrontOriginAccessIdentityConfig' => ['name' => 'GetCloudFrontOriginAccessIdentityConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetDistribution' => ['name' => 'GetDistribution2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{Id}'], 'input' => ['shape' => 'GetDistributionRequest'], 'output' => ['shape' => 'GetDistributionResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetDistributionConfig' => ['name' => 'GetDistributionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{Id}/config'], 'input' => ['shape' => 'GetDistributionConfigRequest'], 'output' => ['shape' => 'GetDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetFieldLevelEncryption' => ['name' => 'GetFieldLevelEncryption2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionConfig' => ['name' => 'GetFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionProfile' => ['name' => 'GetFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetFieldLevelEncryptionProfileConfig' => ['name' => 'GetFieldLevelEncryptionProfileConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetInvalidation' => ['name' => 'GetInvalidation2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation/{Id}'], 'input' => ['shape' => 'GetInvalidationRequest'], 'output' => ['shape' => 'GetInvalidationResult'], 'errors' => [['shape' => 'NoSuchInvalidation'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetPublicKey' => ['name' => 'GetPublicKey2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key/{Id}'], 'input' => ['shape' => 'GetPublicKeyRequest'], 'output' => ['shape' => 'GetPublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetPublicKeyConfig' => ['name' => 'GetPublicKeyConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key/{Id}/config'], 'input' => ['shape' => 'GetPublicKeyConfigRequest'], 'output' => ['shape' => 'GetPublicKeyConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetStreamingDistribution' => ['name' => 'GetStreamingDistribution2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}'], 'input' => ['shape' => 'GetStreamingDistributionRequest'], 'output' => ['shape' => 'GetStreamingDistributionResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'GetStreamingDistributionConfig' => ['name' => 'GetStreamingDistributionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'GetStreamingDistributionConfigRequest'], 'output' => ['shape' => 'GetStreamingDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'ListCloudFrontOriginAccessIdentities' => ['name' => 'ListCloudFrontOriginAccessIdentities2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront'], 'input' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesRequest'], 'output' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributions' => ['name' => 'ListDistributions2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution'], 'input' => ['shape' => 'ListDistributionsRequest'], 'output' => ['shape' => 'ListDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributionsByWebACLId' => ['name' => 'ListDistributionsByWebACLId2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distributionsByWebACLId/{WebACLId}'], 'input' => ['shape' => 'ListDistributionsByWebACLIdRequest'], 'output' => ['shape' => 'ListDistributionsByWebACLIdResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'InvalidWebACLId']]], 'ListFieldLevelEncryptionConfigs' => ['name' => 'ListFieldLevelEncryptionConfigs2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption'], 'input' => ['shape' => 'ListFieldLevelEncryptionConfigsRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionConfigsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListFieldLevelEncryptionProfiles' => ['name' => 'ListFieldLevelEncryptionProfiles2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile'], 'input' => ['shape' => 'ListFieldLevelEncryptionProfilesRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionProfilesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListInvalidations' => ['name' => 'ListInvalidations2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation'], 'input' => ['shape' => 'ListInvalidationsRequest'], 'output' => ['shape' => 'ListInvalidationsResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'ListPublicKeys' => ['name' => 'ListPublicKeys2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key'], 'input' => ['shape' => 'ListPublicKeysRequest'], 'output' => ['shape' => 'ListPublicKeysResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListStreamingDistributions' => ['name' => 'ListStreamingDistributions2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution'], 'input' => ['shape' => 'ListStreamingDistributionsRequest'], 'output' => ['shape' => 'ListStreamingDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/tagging'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'TagResource' => ['name' => 'TagResource2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/tagging?Operation=Tag', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UntagResource' => ['name' => 'UntagResource2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/tagging?Operation=Untag', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UpdateCloudFrontOriginAccessIdentity' => ['name' => 'UpdateCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'UpdateDistribution' => ['name' => 'UpdateDistribution2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/distribution/{Id}/config'], 'input' => ['shape' => 'UpdateDistributionRequest'], 'output' => ['shape' => 'UpdateDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'UpdateFieldLevelEncryptionConfig' => ['name' => 'UpdateFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'UpdateFieldLevelEncryptionProfile' => ['name' => 'UpdateFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'UpdatePublicKey' => ['name' => 'UpdatePublicKey2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/public-key/{Id}/config'], 'input' => ['shape' => 'UpdatePublicKeyRequest'], 'output' => ['shape' => 'UpdatePublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CannotChangeImmutablePublicKeyFields'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'IllegalUpdate'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'UpdateStreamingDistribution' => ['name' => 'UpdateStreamingDistribution2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'UpdateStreamingDistributionRequest'], 'output' => ['shape' => 'UpdateStreamingDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InconsistentQuantities']]]], 'shapes' => ['AccessDenied' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ActiveTrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SignerList']]], 'AliasICPRecordal' => ['type' => 'structure', 'members' => ['CNAME' => ['shape' => 'string'], 'ICPRecordalStatus' => ['shape' => 'ICPRecordalStatus']]], 'AliasICPRecordals' => ['type' => 'list', 'member' => ['shape' => 'AliasICPRecordal', 'locationName' => 'AliasICPRecordal']], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'CNAME']], 'Aliases' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AliasList']]], 'AllowedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList'], 'CachedMethods' => ['shape' => 'CachedMethods']]], 'AwsAccountNumberList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'AwsAccountNumber']], 'BatchTooLarge' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'CNAMEAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CacheBehavior' => ['type' => 'structure', 'required' => ['PathPattern', 'TargetOriginId', 'ForwardedValues', 'TrustedSigners', 'ViewerProtocolPolicy', 'MinTTL'], 'members' => ['PathPattern' => ['shape' => 'string'], 'TargetOriginId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'MinTTL' => ['shape' => 'long'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'DefaultTTL' => ['shape' => 'long'], 'MaxTTL' => ['shape' => 'long'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string']]], 'CacheBehaviorList' => ['type' => 'list', 'member' => ['shape' => 'CacheBehavior', 'locationName' => 'CacheBehavior']], 'CacheBehaviors' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CacheBehaviorList']]], 'CachedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList']]], 'CannotChangeImmutablePublicKeyFields' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CertificateSource' => ['type' => 'string', 'enum' => ['cloudfront', 'iam', 'acm']], 'CloudFrontOriginAccessIdentity' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig']]], 'CloudFrontOriginAccessIdentityAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Comment'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentityInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CloudFrontOriginAccessIdentitySummaryList']]], 'CloudFrontOriginAccessIdentitySummary' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId', 'Comment'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentitySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CloudFrontOriginAccessIdentitySummary', 'locationName' => 'CloudFrontOriginAccessIdentitySummary']], 'CommentType' => ['type' => 'string', 'sensitive' => \true], 'ContentTypeProfile' => ['type' => 'structure', 'required' => ['Format', 'ContentType'], 'members' => ['Format' => ['shape' => 'Format'], 'ProfileId' => ['shape' => 'string'], 'ContentType' => ['shape' => 'string']]], 'ContentTypeProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenContentTypeIsUnknown'], 'members' => ['ForwardWhenContentTypeIsUnknown' => ['shape' => 'boolean'], 'ContentTypeProfiles' => ['shape' => 'ContentTypeProfiles']]], 'ContentTypeProfileList' => ['type' => 'list', 'member' => ['shape' => 'ContentTypeProfile', 'locationName' => 'ContentTypeProfile']], 'ContentTypeProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'ContentTypeProfileList']]], 'CookieNameList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'CookieNames' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CookieNameList']]], 'CookiePreference' => ['type' => 'structure', 'required' => ['Forward'], 'members' => ['Forward' => ['shape' => 'ItemSelection'], 'WhitelistedNames' => ['shape' => 'CookieNames']]], 'CreateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'CreateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'CreateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'DistributionConfig'], 'CreateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['DistributionConfigWithTags'], 'members' => ['DistributionConfigWithTags' => ['shape' => 'DistributionConfigWithTags', 'locationName' => 'DistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'DistributionConfigWithTags'], 'CreateDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'FieldLevelEncryptionConfig'], 'CreateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'CreateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'CreateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'CreateInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'InvalidationBatch'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch', 'locationName' => 'InvalidationBatch', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'InvalidationBatch'], 'CreateInvalidationResult' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'CreatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'PublicKeyConfig'], 'CreatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'CreateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'StreamingDistributionConfig'], 'CreateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CreateStreamingDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfigWithTags'], 'members' => ['StreamingDistributionConfigWithTags' => ['shape' => 'StreamingDistributionConfigWithTags', 'locationName' => 'StreamingDistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'StreamingDistributionConfigWithTags'], 'CreateStreamingDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CustomErrorResponse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'integer'], 'ResponsePagePath' => ['shape' => 'string'], 'ResponseCode' => ['shape' => 'string'], 'ErrorCachingMinTTL' => ['shape' => 'long']]], 'CustomErrorResponseList' => ['type' => 'list', 'member' => ['shape' => 'CustomErrorResponse', 'locationName' => 'CustomErrorResponse']], 'CustomErrorResponses' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CustomErrorResponseList']]], 'CustomHeaders' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginCustomHeadersList']]], 'CustomOriginConfig' => ['type' => 'structure', 'required' => ['HTTPPort', 'HTTPSPort', 'OriginProtocolPolicy'], 'members' => ['HTTPPort' => ['shape' => 'integer'], 'HTTPSPort' => ['shape' => 'integer'], 'OriginProtocolPolicy' => ['shape' => 'OriginProtocolPolicy'], 'OriginSslProtocols' => ['shape' => 'OriginSslProtocols'], 'OriginReadTimeout' => ['shape' => 'integer'], 'OriginKeepaliveTimeout' => ['shape' => 'integer']]], 'DefaultCacheBehavior' => ['type' => 'structure', 'required' => ['TargetOriginId', 'ForwardedValues', 'TrustedSigners', 'ViewerProtocolPolicy', 'MinTTL'], 'members' => ['TargetOriginId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'MinTTL' => ['shape' => 'long'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'DefaultTTL' => ['shape' => 'long'], 'MaxTTL' => ['shape' => 'long'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string']]], 'DeleteCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeletePublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'Distribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'InProgressInvalidationBatches', 'DomainName', 'ActiveTrustedSigners', 'DistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'InProgressInvalidationBatches' => ['shape' => 'integer'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'DistributionConfig' => ['shape' => 'DistributionConfig'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Origins', 'DefaultCacheBehavior', 'Comment', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'DefaultRootObject' => ['shape' => 'string'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'CommentType'], 'Logging' => ['shape' => 'LoggingConfig'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean']]], 'DistributionConfigWithTags' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Tags'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'DistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'DistributionSummaryList']]], 'DistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'Aliases', 'Origins', 'DefaultCacheBehavior', 'CacheBehaviors', 'CustomErrorResponses', 'Comment', 'PriceClass', 'Enabled', 'ViewerCertificate', 'Restrictions', 'WebACLId', 'HttpVersion', 'IsIPV6Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DistributionSummary', 'locationName' => 'DistributionSummary']], 'EncryptionEntities' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'EncryptionEntityList']]], 'EncryptionEntity' => ['type' => 'structure', 'required' => ['PublicKeyId', 'ProviderId', 'FieldPatterns'], 'members' => ['PublicKeyId' => ['shape' => 'string'], 'ProviderId' => ['shape' => 'string'], 'FieldPatterns' => ['shape' => 'FieldPatterns']]], 'EncryptionEntityList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionEntity', 'locationName' => 'EncryptionEntity']], 'EventType' => ['type' => 'string', 'enum' => ['viewer-request', 'viewer-response', 'origin-request', 'origin-response']], 'FieldLevelEncryption' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig']]], 'FieldLevelEncryptionConfig' => ['type' => 'structure', 'required' => ['CallerReference'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionConfigAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionConfigInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionSummaryList']]], 'FieldLevelEncryptionProfile' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionProfileConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig']]], 'FieldLevelEncryptionProfileAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileConfig' => ['type' => 'structure', 'required' => ['Name', 'CallerReference', 'EncryptionEntities'], 'members' => ['Name' => ['shape' => 'string'], 'CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities']]], 'FieldLevelEncryptionProfileInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionProfileSummaryList']]], 'FieldLevelEncryptionProfileSizeExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'FieldLevelEncryptionProfileSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'Name', 'EncryptionEntities'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Name' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities'], 'Comment' => ['shape' => 'string']]], 'FieldLevelEncryptionProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionProfileSummary', 'locationName' => 'FieldLevelEncryptionProfileSummary']], 'FieldLevelEncryptionSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionSummary', 'locationName' => 'FieldLevelEncryptionSummary']], 'FieldPatternList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'FieldPattern']], 'FieldPatterns' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldPatternList']]], 'Format' => ['type' => 'string', 'enum' => ['URLEncoded']], 'ForwardedValues' => ['type' => 'structure', 'required' => ['QueryString', 'Cookies'], 'members' => ['QueryString' => ['shape' => 'boolean'], 'Cookies' => ['shape' => 'CookiePreference'], 'Headers' => ['shape' => 'Headers'], 'QueryStringCacheKeys' => ['shape' => 'QueryStringCacheKeys']]], 'GeoRestriction' => ['type' => 'structure', 'required' => ['RestrictionType', 'Quantity'], 'members' => ['RestrictionType' => ['shape' => 'GeoRestrictionType'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LocationList']]], 'GeoRestrictionType' => ['type' => 'string', 'enum' => ['blacklist', 'whitelist', 'none']], 'GetCloudFrontOriginAccessIdentityConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityConfigResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'GetCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'GetDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionConfigResult' => ['type' => 'structure', 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'DistributionConfig'], 'GetDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'GetFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionConfig'], 'GetFieldLevelEncryptionProfileConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'GetFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'GetFieldLevelEncryptionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'GetInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'Id'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetInvalidationResult' => ['type' => 'structure', 'members' => ['Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'GetPublicKeyConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyConfigResult' => ['type' => 'structure', 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKeyConfig'], 'GetPublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'GetStreamingDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionConfigResult' => ['type' => 'structure', 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistributionConfig'], 'GetStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'HeaderList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'Headers' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'HeaderList']]], 'HttpVersion' => ['type' => 'string', 'enum' => ['http1.1', 'http2']], 'ICPRecordalStatus' => ['type' => 'string', 'enum' => ['APPROVED', 'SUSPENDED', 'PENDING']], 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IllegalUpdate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InconsistentQuantities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidArgument' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidDefaultRootObject' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidErrorCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidForwardCookies' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidGeoRestrictionParameter' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidHeadersForS3Origin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidIfMatchVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLambdaFunctionAssociation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLocationCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMinimumProtocolVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginKeepaliveTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginReadTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidProtocolSettings' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRelativePath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequiredProtocol' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResponseCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTTLOrder' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTagging' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidViewerCertificate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidWebACLId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invalidation' => ['type' => 'structure', 'required' => ['Id', 'Status', 'CreateTime', 'InvalidationBatch'], 'members' => ['Id' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch']]], 'InvalidationBatch' => ['type' => 'structure', 'required' => ['Paths', 'CallerReference'], 'members' => ['Paths' => ['shape' => 'Paths'], 'CallerReference' => ['shape' => 'string']]], 'InvalidationList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'InvalidationSummaryList']]], 'InvalidationSummary' => ['type' => 'structure', 'required' => ['Id', 'CreateTime', 'Status'], 'members' => ['Id' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'string']]], 'InvalidationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InvalidationSummary', 'locationName' => 'InvalidationSummary']], 'ItemSelection' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'all']], 'KeyPairIdList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'KeyPairId']], 'KeyPairIds' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'KeyPairIdList']]], 'LambdaFunctionARN' => ['type' => 'string'], 'LambdaFunctionAssociation' => ['type' => 'structure', 'required' => ['LambdaFunctionARN', 'EventType'], 'members' => ['LambdaFunctionARN' => ['shape' => 'LambdaFunctionARN'], 'EventType' => ['shape' => 'EventType'], 'IncludeBody' => ['shape' => 'boolean']]], 'LambdaFunctionAssociationList' => ['type' => 'list', 'member' => ['shape' => 'LambdaFunctionAssociation', 'locationName' => 'LambdaFunctionAssociation']], 'LambdaFunctionAssociations' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LambdaFunctionAssociationList']]], 'ListCloudFrontOriginAccessIdentitiesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListCloudFrontOriginAccessIdentitiesResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityList' => ['shape' => 'CloudFrontOriginAccessIdentityList']], 'payload' => 'CloudFrontOriginAccessIdentityList'], 'ListDistributionsByWebACLIdRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'WebACLId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'WebACLId']]], 'ListDistributionsByWebACLIdResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListDistributionsResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListFieldLevelEncryptionConfigsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionConfigsResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionList' => ['shape' => 'FieldLevelEncryptionList']], 'payload' => 'FieldLevelEncryptionList'], 'ListFieldLevelEncryptionProfilesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionProfilesResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileList' => ['shape' => 'FieldLevelEncryptionProfileList']], 'payload' => 'FieldLevelEncryptionProfileList'], 'ListInvalidationsRequest' => ['type' => 'structure', 'required' => ['DistributionId'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListInvalidationsResult' => ['type' => 'structure', 'members' => ['InvalidationList' => ['shape' => 'InvalidationList']], 'payload' => 'InvalidationList'], 'ListPublicKeysRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListPublicKeysResult' => ['type' => 'structure', 'members' => ['PublicKeyList' => ['shape' => 'PublicKeyList']], 'payload' => 'PublicKeyList'], 'ListStreamingDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListStreamingDistributionsResult' => ['type' => 'structure', 'members' => ['StreamingDistributionList' => ['shape' => 'StreamingDistributionList']], 'payload' => 'StreamingDistributionList'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']], 'payload' => 'Tags'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Location']], 'LoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'IncludeCookies', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'IncludeCookies' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Method' => ['type' => 'string', 'enum' => ['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']], 'MethodsList' => ['type' => 'list', 'member' => ['shape' => 'Method', 'locationName' => 'Method']], 'MinimumProtocolVersion' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1_2016', 'TLSv1.1_2016', 'TLSv1.2_2018']], 'MissingBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NoSuchCloudFrontOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionProfile' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchInvalidation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchPublicKey' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchResource' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchStreamingDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Origin' => ['type' => 'structure', 'required' => ['Id', 'DomainName'], 'members' => ['Id' => ['shape' => 'string'], 'DomainName' => ['shape' => 'string'], 'OriginPath' => ['shape' => 'string'], 'CustomHeaders' => ['shape' => 'CustomHeaders'], 'S3OriginConfig' => ['shape' => 'S3OriginConfig'], 'CustomOriginConfig' => ['shape' => 'CustomOriginConfig']]], 'OriginCustomHeader' => ['type' => 'structure', 'required' => ['HeaderName', 'HeaderValue'], 'members' => ['HeaderName' => ['shape' => 'string'], 'HeaderValue' => ['shape' => 'string']]], 'OriginCustomHeadersList' => ['type' => 'list', 'member' => ['shape' => 'OriginCustomHeader', 'locationName' => 'OriginCustomHeader']], 'OriginGroup' => ['type' => 'structure', 'required' => ['Id', 'FailoverCriteria', 'Members'], 'members' => ['Id' => ['shape' => 'string'], 'FailoverCriteria' => ['shape' => 'OriginGroupFailoverCriteria'], 'Members' => ['shape' => 'OriginGroupMembers']]], 'OriginGroupFailoverCriteria' => ['type' => 'structure', 'required' => ['StatusCodes'], 'members' => ['StatusCodes' => ['shape' => 'StatusCodes']]], 'OriginGroupList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroup', 'locationName' => 'OriginGroup']], 'OriginGroupMember' => ['type' => 'structure', 'required' => ['OriginId'], 'members' => ['OriginId' => ['shape' => 'string']]], 'OriginGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroupMember', 'locationName' => 'OriginGroupMember'], 'max' => 2, 'min' => 2], 'OriginGroupMembers' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupMemberList']]], 'OriginGroups' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupList']]], 'OriginList' => ['type' => 'list', 'member' => ['shape' => 'Origin', 'locationName' => 'Origin'], 'min' => 1], 'OriginProtocolPolicy' => ['type' => 'string', 'enum' => ['http-only', 'match-viewer', 'https-only']], 'OriginSslProtocols' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SslProtocolsList']]], 'Origins' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginList']]], 'PathList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Path']], 'Paths' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PathList']]], 'PreconditionFailed' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'PriceClass' => ['type' => 'string', 'enum' => ['PriceClass_100', 'PriceClass_200', 'PriceClass_All']], 'PublicKey' => ['type' => 'structure', 'required' => ['Id', 'CreatedTime', 'PublicKeyConfig'], 'members' => ['Id' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'PublicKeyConfig' => ['shape' => 'PublicKeyConfig']]], 'PublicKeyAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Name', 'EncodedKey'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeyInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PublicKeySummaryList']]], 'PublicKeySummary' => ['type' => 'structure', 'required' => ['Id', 'Name', 'CreatedTime', 'EncodedKey'], 'members' => ['Id' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeySummaryList' => ['type' => 'list', 'member' => ['shape' => 'PublicKeySummary', 'locationName' => 'PublicKeySummary']], 'QueryArgProfile' => ['type' => 'structure', 'required' => ['QueryArg', 'ProfileId'], 'members' => ['QueryArg' => ['shape' => 'string'], 'ProfileId' => ['shape' => 'string']]], 'QueryArgProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenQueryArgProfileIsUnknown'], 'members' => ['ForwardWhenQueryArgProfileIsUnknown' => ['shape' => 'boolean'], 'QueryArgProfiles' => ['shape' => 'QueryArgProfiles']]], 'QueryArgProfileEmpty' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'QueryArgProfileList' => ['type' => 'list', 'member' => ['shape' => 'QueryArgProfile', 'locationName' => 'QueryArgProfile']], 'QueryArgProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryArgProfileList']]], 'QueryStringCacheKeys' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryStringCacheKeysList']]], 'QueryStringCacheKeysList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'ResourceARN' => ['type' => 'string', 'pattern' => 'arn:aws(-cn)?:cloudfront::[0-9]+:.*'], 'Restrictions' => ['type' => 'structure', 'required' => ['GeoRestriction'], 'members' => ['GeoRestriction' => ['shape' => 'GeoRestriction']]], 'S3Origin' => ['type' => 'structure', 'required' => ['DomainName', 'OriginAccessIdentity'], 'members' => ['DomainName' => ['shape' => 'string'], 'OriginAccessIdentity' => ['shape' => 'string']]], 'S3OriginConfig' => ['type' => 'structure', 'required' => ['OriginAccessIdentity'], 'members' => ['OriginAccessIdentity' => ['shape' => 'string']]], 'SSLSupportMethod' => ['type' => 'string', 'enum' => ['sni-only', 'vip']], 'Signer' => ['type' => 'structure', 'members' => ['AwsAccountNumber' => ['shape' => 'string'], 'KeyPairIds' => ['shape' => 'KeyPairIds']]], 'SignerList' => ['type' => 'list', 'member' => ['shape' => 'Signer', 'locationName' => 'Signer']], 'SslProtocol' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2']], 'SslProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'SslProtocol', 'locationName' => 'SslProtocol']], 'StatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'integer', 'locationName' => 'StatusCode'], 'min' => 1], 'StatusCodes' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StatusCodeList']]], 'StreamingDistribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'DomainName', 'ActiveTrustedSigners', 'StreamingDistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig']]], 'StreamingDistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'S3Origin', 'Comment', 'TrustedSigners', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'Comment' => ['shape' => 'string'], 'Logging' => ['shape' => 'StreamingLoggingConfig'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionConfigWithTags' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Tags'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'StreamingDistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StreamingDistributionSummaryList']]], 'StreamingDistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'S3Origin', 'Aliases', 'TrustedSigners', 'Comment', 'PriceClass', 'Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'StreamingDistributionSummary', 'locationName' => 'StreamingDistributionSummary']], 'StreamingLoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'Key']], 'TagKeys' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagKeyList']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'Tags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'Tags'], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagList']]], 'TooManyCacheBehaviors' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCertificates' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCloudFrontOriginAccessIdentities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCookieNamesInWhiteList' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsWithLambdaAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionConfigs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionContentTypeProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionEncryptionEntities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionFieldPatterns' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionQueryArgProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyHeadersInForwardedValues' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyInvalidationsInProgress' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyLambdaFunctionAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginCustomHeaders' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginGroupsPerDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOrigins' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyPublicKeys' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrustedSigners' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSignerDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AwsAccountNumberList']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'TagKeys' => ['shape' => 'TagKeys', 'locationName' => 'TagKeys', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'TagKeys'], 'UpdateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig', 'Id'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'UpdateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'UpdateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Id'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'DistributionConfig'], 'UpdateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'UpdateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig', 'Id'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionConfig'], 'UpdateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'UpdateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig', 'Id'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'UpdateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'UpdatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig', 'Id'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'PublicKeyConfig'], 'UpdatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'UpdateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Id'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'StreamingDistributionConfig'], 'UpdateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'ViewerCertificate' => ['type' => 'structure', 'members' => ['CloudFrontDefaultCertificate' => ['shape' => 'boolean'], 'IAMCertificateId' => ['shape' => 'string'], 'ACMCertificateArn' => ['shape' => 'string'], 'SSLSupportMethod' => ['shape' => 'SSLSupportMethod'], 'MinimumProtocolVersion' => ['shape' => 'MinimumProtocolVersion'], 'Certificate' => ['shape' => 'string', 'deprecated' => \true], 'CertificateSource' => ['shape' => 'CertificateSource', 'deprecated' => \true]]], 'ViewerProtocolPolicy' => ['type' => 'string', 'enum' => ['allow-all', 'https-only', 'redirect-to-https']], 'boolean' => ['type' => 'boolean'], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-03-26', 'endpointPrefix' => 'cloudfront', 'globalEndpoint' => 'cloudfront.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'CloudFront', 'serviceFullName' => 'Amazon CloudFront', 'serviceId' => 'CloudFront', 'signatureVersion' => 'v4', 'uid' => 'cloudfront-2019-03-26'], 'operations' => ['CreateCloudFrontOriginAccessIdentity' => ['name' => 'CreateCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront', 'responseCode' => 201], 'input' => ['shape' => 'CreateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'CreateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'CloudFrontOriginAccessIdentityAlreadyExists'], ['shape' => 'MissingBody'], ['shape' => 'TooManyCloudFrontOriginAccessIdentities'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateDistribution' => ['name' => 'CreateDistribution2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionRequest'], 'output' => ['shape' => 'CreateDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'CreateDistributionWithTags' => ['name' => 'CreateDistributionWithTags2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'InvalidTagging'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'CreateFieldLevelEncryptionConfig' => ['name' => 'CreateFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/field-level-encryption', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'FieldLevelEncryptionConfigAlreadyExists'], ['shape' => 'TooManyFieldLevelEncryptionConfigs'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'CreateFieldLevelEncryptionProfile' => ['name' => 'CreateFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/field-level-encryption-profile', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionProfiles'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'CreateInvalidation' => ['name' => 'CreateInvalidation2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation', 'responseCode' => 201], 'input' => ['shape' => 'CreateInvalidationRequest'], 'output' => ['shape' => 'CreateInvalidationResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'MissingBody'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'BatchTooLarge'], ['shape' => 'TooManyInvalidationsInProgress'], ['shape' => 'InconsistentQuantities']]], 'CreatePublicKey' => ['name' => 'CreatePublicKey2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/public-key', 'responseCode' => 201], 'input' => ['shape' => 'CreatePublicKeyRequest'], 'output' => ['shape' => 'CreatePublicKeyResult'], 'errors' => [['shape' => 'PublicKeyAlreadyExists'], ['shape' => 'InvalidArgument'], ['shape' => 'TooManyPublicKeys']]], 'CreateStreamingDistribution' => ['name' => 'CreateStreamingDistribution2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/streaming-distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionRequest'], 'output' => ['shape' => 'CreateStreamingDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateStreamingDistributionWithTags' => ['name' => 'CreateStreamingDistributionWithTags2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/streaming-distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateStreamingDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidTagging']]], 'DeleteCloudFrontOriginAccessIdentity' => ['name' => 'DeleteCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCloudFrontOriginAccessIdentityRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'CloudFrontOriginAccessIdentityInUse']]], 'DeleteDistribution' => ['name' => 'DeleteDistribution2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'DistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed']]], 'DeleteFieldLevelEncryptionConfig' => ['name' => 'DeleteFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionConfigRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionConfigInUse']]], 'DeleteFieldLevelEncryptionProfile' => ['name' => 'DeleteFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionProfileRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileInUse']]], 'DeletePublicKey' => ['name' => 'DeletePublicKey2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/public-key/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePublicKeyRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'PublicKeyInUse'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'DeleteStreamingDistribution' => ['name' => 'DeleteStreamingDistribution2019_03_26', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteStreamingDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'StreamingDistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed']]], 'GetCloudFrontOriginAccessIdentity' => ['name' => 'GetCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetCloudFrontOriginAccessIdentityConfig' => ['name' => 'GetCloudFrontOriginAccessIdentityConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetDistribution' => ['name' => 'GetDistribution2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{Id}'], 'input' => ['shape' => 'GetDistributionRequest'], 'output' => ['shape' => 'GetDistributionResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetDistributionConfig' => ['name' => 'GetDistributionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{Id}/config'], 'input' => ['shape' => 'GetDistributionConfigRequest'], 'output' => ['shape' => 'GetDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetFieldLevelEncryption' => ['name' => 'GetFieldLevelEncryption2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionConfig' => ['name' => 'GetFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionProfile' => ['name' => 'GetFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetFieldLevelEncryptionProfileConfig' => ['name' => 'GetFieldLevelEncryptionProfileConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetInvalidation' => ['name' => 'GetInvalidation2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation/{Id}'], 'input' => ['shape' => 'GetInvalidationRequest'], 'output' => ['shape' => 'GetInvalidationResult'], 'errors' => [['shape' => 'NoSuchInvalidation'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetPublicKey' => ['name' => 'GetPublicKey2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key/{Id}'], 'input' => ['shape' => 'GetPublicKeyRequest'], 'output' => ['shape' => 'GetPublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetPublicKeyConfig' => ['name' => 'GetPublicKeyConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key/{Id}/config'], 'input' => ['shape' => 'GetPublicKeyConfigRequest'], 'output' => ['shape' => 'GetPublicKeyConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetStreamingDistribution' => ['name' => 'GetStreamingDistribution2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}'], 'input' => ['shape' => 'GetStreamingDistributionRequest'], 'output' => ['shape' => 'GetStreamingDistributionResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'GetStreamingDistributionConfig' => ['name' => 'GetStreamingDistributionConfig2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'GetStreamingDistributionConfigRequest'], 'output' => ['shape' => 'GetStreamingDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'ListCloudFrontOriginAccessIdentities' => ['name' => 'ListCloudFrontOriginAccessIdentities2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront'], 'input' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesRequest'], 'output' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributions' => ['name' => 'ListDistributions2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution'], 'input' => ['shape' => 'ListDistributionsRequest'], 'output' => ['shape' => 'ListDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributionsByWebACLId' => ['name' => 'ListDistributionsByWebACLId2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distributionsByWebACLId/{WebACLId}'], 'input' => ['shape' => 'ListDistributionsByWebACLIdRequest'], 'output' => ['shape' => 'ListDistributionsByWebACLIdResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'InvalidWebACLId']]], 'ListFieldLevelEncryptionConfigs' => ['name' => 'ListFieldLevelEncryptionConfigs2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption'], 'input' => ['shape' => 'ListFieldLevelEncryptionConfigsRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionConfigsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListFieldLevelEncryptionProfiles' => ['name' => 'ListFieldLevelEncryptionProfiles2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/field-level-encryption-profile'], 'input' => ['shape' => 'ListFieldLevelEncryptionProfilesRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionProfilesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListInvalidations' => ['name' => 'ListInvalidations2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/distribution/{DistributionId}/invalidation'], 'input' => ['shape' => 'ListInvalidationsRequest'], 'output' => ['shape' => 'ListInvalidationsResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'ListPublicKeys' => ['name' => 'ListPublicKeys2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/public-key'], 'input' => ['shape' => 'ListPublicKeysRequest'], 'output' => ['shape' => 'ListPublicKeysResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListStreamingDistributions' => ['name' => 'ListStreamingDistributions2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/streaming-distribution'], 'input' => ['shape' => 'ListStreamingDistributionsRequest'], 'output' => ['shape' => 'ListStreamingDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource2019_03_26', 'http' => ['method' => 'GET', 'requestUri' => '/2019-03-26/tagging'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'TagResource' => ['name' => 'TagResource2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/tagging?Operation=Tag', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UntagResource' => ['name' => 'UntagResource2019_03_26', 'http' => ['method' => 'POST', 'requestUri' => '/2019-03-26/tagging?Operation=Untag', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UpdateCloudFrontOriginAccessIdentity' => ['name' => 'UpdateCloudFrontOriginAccessIdentity2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'UpdateDistribution' => ['name' => 'UpdateDistribution2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/distribution/{Id}/config'], 'input' => ['shape' => 'UpdateDistributionRequest'], 'output' => ['shape' => 'UpdateDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig']]], 'UpdateFieldLevelEncryptionConfig' => ['name' => 'UpdateFieldLevelEncryptionConfig2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'UpdateFieldLevelEncryptionProfile' => ['name' => 'UpdateFieldLevelEncryptionProfile2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'UpdatePublicKey' => ['name' => 'UpdatePublicKey2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/public-key/{Id}/config'], 'input' => ['shape' => 'UpdatePublicKeyRequest'], 'output' => ['shape' => 'UpdatePublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CannotChangeImmutablePublicKeyFields'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'IllegalUpdate'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'UpdateStreamingDistribution' => ['name' => 'UpdateStreamingDistribution2019_03_26', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-03-26/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'UpdateStreamingDistributionRequest'], 'output' => ['shape' => 'UpdateStreamingDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InconsistentQuantities']]]], 'shapes' => ['AccessDenied' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ActiveTrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SignerList']]], 'AliasICPRecordal' => ['type' => 'structure', 'members' => ['CNAME' => ['shape' => 'string'], 'ICPRecordalStatus' => ['shape' => 'ICPRecordalStatus']]], 'AliasICPRecordals' => ['type' => 'list', 'member' => ['shape' => 'AliasICPRecordal', 'locationName' => 'AliasICPRecordal']], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'CNAME']], 'Aliases' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AliasList']]], 'AllowedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList'], 'CachedMethods' => ['shape' => 'CachedMethods']]], 'AwsAccountNumberList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'AwsAccountNumber']], 'BatchTooLarge' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'CNAMEAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CacheBehavior' => ['type' => 'structure', 'required' => ['PathPattern', 'TargetOriginId', 'ForwardedValues', 'TrustedSigners', 'ViewerProtocolPolicy', 'MinTTL'], 'members' => ['PathPattern' => ['shape' => 'string'], 'TargetOriginId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'MinTTL' => ['shape' => 'long'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'DefaultTTL' => ['shape' => 'long'], 'MaxTTL' => ['shape' => 'long'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string']]], 'CacheBehaviorList' => ['type' => 'list', 'member' => ['shape' => 'CacheBehavior', 'locationName' => 'CacheBehavior']], 'CacheBehaviors' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CacheBehaviorList']]], 'CachedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList']]], 'CannotChangeImmutablePublicKeyFields' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CertificateSource' => ['type' => 'string', 'enum' => ['cloudfront', 'iam', 'acm']], 'CloudFrontOriginAccessIdentity' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig']]], 'CloudFrontOriginAccessIdentityAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Comment'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentityInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CloudFrontOriginAccessIdentitySummaryList']]], 'CloudFrontOriginAccessIdentitySummary' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId', 'Comment'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentitySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CloudFrontOriginAccessIdentitySummary', 'locationName' => 'CloudFrontOriginAccessIdentitySummary']], 'CommentType' => ['type' => 'string', 'sensitive' => \true], 'ContentTypeProfile' => ['type' => 'structure', 'required' => ['Format', 'ContentType'], 'members' => ['Format' => ['shape' => 'Format'], 'ProfileId' => ['shape' => 'string'], 'ContentType' => ['shape' => 'string']]], 'ContentTypeProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenContentTypeIsUnknown'], 'members' => ['ForwardWhenContentTypeIsUnknown' => ['shape' => 'boolean'], 'ContentTypeProfiles' => ['shape' => 'ContentTypeProfiles']]], 'ContentTypeProfileList' => ['type' => 'list', 'member' => ['shape' => 'ContentTypeProfile', 'locationName' => 'ContentTypeProfile']], 'ContentTypeProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'ContentTypeProfileList']]], 'CookieNameList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'CookieNames' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CookieNameList']]], 'CookiePreference' => ['type' => 'structure', 'required' => ['Forward'], 'members' => ['Forward' => ['shape' => 'ItemSelection'], 'WhitelistedNames' => ['shape' => 'CookieNames']]], 'CreateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'CreateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'CreateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'DistributionConfig'], 'CreateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['DistributionConfigWithTags'], 'members' => ['DistributionConfigWithTags' => ['shape' => 'DistributionConfigWithTags', 'locationName' => 'DistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'DistributionConfigWithTags'], 'CreateDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'FieldLevelEncryptionConfig'], 'CreateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'CreateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'CreateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'CreateInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'InvalidationBatch'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch', 'locationName' => 'InvalidationBatch', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'InvalidationBatch'], 'CreateInvalidationResult' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'CreatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'PublicKeyConfig'], 'CreatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'CreateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'StreamingDistributionConfig'], 'CreateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CreateStreamingDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfigWithTags'], 'members' => ['StreamingDistributionConfigWithTags' => ['shape' => 'StreamingDistributionConfigWithTags', 'locationName' => 'StreamingDistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'StreamingDistributionConfigWithTags'], 'CreateStreamingDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CustomErrorResponse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'integer'], 'ResponsePagePath' => ['shape' => 'string'], 'ResponseCode' => ['shape' => 'string'], 'ErrorCachingMinTTL' => ['shape' => 'long']]], 'CustomErrorResponseList' => ['type' => 'list', 'member' => ['shape' => 'CustomErrorResponse', 'locationName' => 'CustomErrorResponse']], 'CustomErrorResponses' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CustomErrorResponseList']]], 'CustomHeaders' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginCustomHeadersList']]], 'CustomOriginConfig' => ['type' => 'structure', 'required' => ['HTTPPort', 'HTTPSPort', 'OriginProtocolPolicy'], 'members' => ['HTTPPort' => ['shape' => 'integer'], 'HTTPSPort' => ['shape' => 'integer'], 'OriginProtocolPolicy' => ['shape' => 'OriginProtocolPolicy'], 'OriginSslProtocols' => ['shape' => 'OriginSslProtocols'], 'OriginReadTimeout' => ['shape' => 'integer'], 'OriginKeepaliveTimeout' => ['shape' => 'integer']]], 'DefaultCacheBehavior' => ['type' => 'structure', 'required' => ['TargetOriginId', 'ForwardedValues', 'TrustedSigners', 'ViewerProtocolPolicy', 'MinTTL'], 'members' => ['TargetOriginId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'MinTTL' => ['shape' => 'long'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'DefaultTTL' => ['shape' => 'long'], 'MaxTTL' => ['shape' => 'long'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string']]], 'DeleteCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeletePublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'Distribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'InProgressInvalidationBatches', 'DomainName', 'ActiveTrustedSigners', 'DistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'InProgressInvalidationBatches' => ['shape' => 'integer'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'DistributionConfig' => ['shape' => 'DistributionConfig'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Origins', 'DefaultCacheBehavior', 'Comment', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'DefaultRootObject' => ['shape' => 'string'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'CommentType'], 'Logging' => ['shape' => 'LoggingConfig'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean']]], 'DistributionConfigWithTags' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Tags'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'DistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'DistributionSummaryList']]], 'DistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'Aliases', 'Origins', 'DefaultCacheBehavior', 'CacheBehaviors', 'CustomErrorResponses', 'Comment', 'PriceClass', 'Enabled', 'ViewerCertificate', 'Restrictions', 'WebACLId', 'HttpVersion', 'IsIPV6Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DistributionSummary', 'locationName' => 'DistributionSummary']], 'EncryptionEntities' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'EncryptionEntityList']]], 'EncryptionEntity' => ['type' => 'structure', 'required' => ['PublicKeyId', 'ProviderId', 'FieldPatterns'], 'members' => ['PublicKeyId' => ['shape' => 'string'], 'ProviderId' => ['shape' => 'string'], 'FieldPatterns' => ['shape' => 'FieldPatterns']]], 'EncryptionEntityList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionEntity', 'locationName' => 'EncryptionEntity']], 'EventType' => ['type' => 'string', 'enum' => ['viewer-request', 'viewer-response', 'origin-request', 'origin-response']], 'FieldLevelEncryption' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig']]], 'FieldLevelEncryptionConfig' => ['type' => 'structure', 'required' => ['CallerReference'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionConfigAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionConfigInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionSummaryList']]], 'FieldLevelEncryptionProfile' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionProfileConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig']]], 'FieldLevelEncryptionProfileAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileConfig' => ['type' => 'structure', 'required' => ['Name', 'CallerReference', 'EncryptionEntities'], 'members' => ['Name' => ['shape' => 'string'], 'CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities']]], 'FieldLevelEncryptionProfileInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionProfileSummaryList']]], 'FieldLevelEncryptionProfileSizeExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'FieldLevelEncryptionProfileSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'Name', 'EncryptionEntities'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Name' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities'], 'Comment' => ['shape' => 'string']]], 'FieldLevelEncryptionProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionProfileSummary', 'locationName' => 'FieldLevelEncryptionProfileSummary']], 'FieldLevelEncryptionSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionSummary', 'locationName' => 'FieldLevelEncryptionSummary']], 'FieldPatternList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'FieldPattern']], 'FieldPatterns' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldPatternList']]], 'Format' => ['type' => 'string', 'enum' => ['URLEncoded']], 'ForwardedValues' => ['type' => 'structure', 'required' => ['QueryString', 'Cookies'], 'members' => ['QueryString' => ['shape' => 'boolean'], 'Cookies' => ['shape' => 'CookiePreference'], 'Headers' => ['shape' => 'Headers'], 'QueryStringCacheKeys' => ['shape' => 'QueryStringCacheKeys']]], 'GeoRestriction' => ['type' => 'structure', 'required' => ['RestrictionType', 'Quantity'], 'members' => ['RestrictionType' => ['shape' => 'GeoRestrictionType'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LocationList']]], 'GeoRestrictionType' => ['type' => 'string', 'enum' => ['blacklist', 'whitelist', 'none']], 'GetCloudFrontOriginAccessIdentityConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityConfigResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'GetCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'GetDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionConfigResult' => ['type' => 'structure', 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'DistributionConfig'], 'GetDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'GetFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionConfig'], 'GetFieldLevelEncryptionProfileConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'GetFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'GetFieldLevelEncryptionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'GetInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'Id'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetInvalidationResult' => ['type' => 'structure', 'members' => ['Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'GetPublicKeyConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyConfigResult' => ['type' => 'structure', 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKeyConfig'], 'GetPublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'GetStreamingDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionConfigResult' => ['type' => 'structure', 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistributionConfig'], 'GetStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'HeaderList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'Headers' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'HeaderList']]], 'HttpVersion' => ['type' => 'string', 'enum' => ['http1.1', 'http2']], 'ICPRecordalStatus' => ['type' => 'string', 'enum' => ['APPROVED', 'SUSPENDED', 'PENDING']], 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IllegalUpdate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InconsistentQuantities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidArgument' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidDefaultRootObject' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidErrorCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidForwardCookies' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidGeoRestrictionParameter' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidHeadersForS3Origin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidIfMatchVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLambdaFunctionAssociation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLocationCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMinimumProtocolVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginKeepaliveTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginReadTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidProtocolSettings' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRelativePath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequiredProtocol' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResponseCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTTLOrder' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTagging' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidViewerCertificate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidWebACLId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invalidation' => ['type' => 'structure', 'required' => ['Id', 'Status', 'CreateTime', 'InvalidationBatch'], 'members' => ['Id' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch']]], 'InvalidationBatch' => ['type' => 'structure', 'required' => ['Paths', 'CallerReference'], 'members' => ['Paths' => ['shape' => 'Paths'], 'CallerReference' => ['shape' => 'string']]], 'InvalidationList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'InvalidationSummaryList']]], 'InvalidationSummary' => ['type' => 'structure', 'required' => ['Id', 'CreateTime', 'Status'], 'members' => ['Id' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'string']]], 'InvalidationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InvalidationSummary', 'locationName' => 'InvalidationSummary']], 'ItemSelection' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'all']], 'KeyPairIdList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'KeyPairId']], 'KeyPairIds' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'KeyPairIdList']]], 'LambdaFunctionARN' => ['type' => 'string'], 'LambdaFunctionAssociation' => ['type' => 'structure', 'required' => ['LambdaFunctionARN', 'EventType'], 'members' => ['LambdaFunctionARN' => ['shape' => 'LambdaFunctionARN'], 'EventType' => ['shape' => 'EventType'], 'IncludeBody' => ['shape' => 'boolean']]], 'LambdaFunctionAssociationList' => ['type' => 'list', 'member' => ['shape' => 'LambdaFunctionAssociation', 'locationName' => 'LambdaFunctionAssociation']], 'LambdaFunctionAssociations' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LambdaFunctionAssociationList']]], 'ListCloudFrontOriginAccessIdentitiesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListCloudFrontOriginAccessIdentitiesResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityList' => ['shape' => 'CloudFrontOriginAccessIdentityList']], 'payload' => 'CloudFrontOriginAccessIdentityList'], 'ListDistributionsByWebACLIdRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'WebACLId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'WebACLId']]], 'ListDistributionsByWebACLIdResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListDistributionsResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListFieldLevelEncryptionConfigsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionConfigsResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionList' => ['shape' => 'FieldLevelEncryptionList']], 'payload' => 'FieldLevelEncryptionList'], 'ListFieldLevelEncryptionProfilesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionProfilesResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileList' => ['shape' => 'FieldLevelEncryptionProfileList']], 'payload' => 'FieldLevelEncryptionProfileList'], 'ListInvalidationsRequest' => ['type' => 'structure', 'required' => ['DistributionId'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListInvalidationsResult' => ['type' => 'structure', 'members' => ['InvalidationList' => ['shape' => 'InvalidationList']], 'payload' => 'InvalidationList'], 'ListPublicKeysRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListPublicKeysResult' => ['type' => 'structure', 'members' => ['PublicKeyList' => ['shape' => 'PublicKeyList']], 'payload' => 'PublicKeyList'], 'ListStreamingDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListStreamingDistributionsResult' => ['type' => 'structure', 'members' => ['StreamingDistributionList' => ['shape' => 'StreamingDistributionList']], 'payload' => 'StreamingDistributionList'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']], 'payload' => 'Tags'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Location']], 'LoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'IncludeCookies', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'IncludeCookies' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Method' => ['type' => 'string', 'enum' => ['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']], 'MethodsList' => ['type' => 'list', 'member' => ['shape' => 'Method', 'locationName' => 'Method']], 'MinimumProtocolVersion' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1_2016', 'TLSv1.1_2016', 'TLSv1.2_2018', 'TLSv1.2_2019']], 'MissingBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NoSuchCloudFrontOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionProfile' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchInvalidation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchPublicKey' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchResource' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchStreamingDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Origin' => ['type' => 'structure', 'required' => ['Id', 'DomainName'], 'members' => ['Id' => ['shape' => 'string'], 'DomainName' => ['shape' => 'string'], 'OriginPath' => ['shape' => 'string'], 'CustomHeaders' => ['shape' => 'CustomHeaders'], 'S3OriginConfig' => ['shape' => 'S3OriginConfig'], 'CustomOriginConfig' => ['shape' => 'CustomOriginConfig'], 'ConnectionAttempts' => ['shape' => 'integer'], 'ConnectionTimeout' => ['shape' => 'integer']]], 'OriginCustomHeader' => ['type' => 'structure', 'required' => ['HeaderName', 'HeaderValue'], 'members' => ['HeaderName' => ['shape' => 'string'], 'HeaderValue' => ['shape' => 'string']]], 'OriginCustomHeadersList' => ['type' => 'list', 'member' => ['shape' => 'OriginCustomHeader', 'locationName' => 'OriginCustomHeader']], 'OriginGroup' => ['type' => 'structure', 'required' => ['Id', 'FailoverCriteria', 'Members'], 'members' => ['Id' => ['shape' => 'string'], 'FailoverCriteria' => ['shape' => 'OriginGroupFailoverCriteria'], 'Members' => ['shape' => 'OriginGroupMembers']]], 'OriginGroupFailoverCriteria' => ['type' => 'structure', 'required' => ['StatusCodes'], 'members' => ['StatusCodes' => ['shape' => 'StatusCodes']]], 'OriginGroupList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroup', 'locationName' => 'OriginGroup']], 'OriginGroupMember' => ['type' => 'structure', 'required' => ['OriginId'], 'members' => ['OriginId' => ['shape' => 'string']]], 'OriginGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroupMember', 'locationName' => 'OriginGroupMember'], 'max' => 2, 'min' => 2], 'OriginGroupMembers' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupMemberList']]], 'OriginGroups' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupList']]], 'OriginList' => ['type' => 'list', 'member' => ['shape' => 'Origin', 'locationName' => 'Origin'], 'min' => 1], 'OriginProtocolPolicy' => ['type' => 'string', 'enum' => ['http-only', 'match-viewer', 'https-only']], 'OriginSslProtocols' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SslProtocolsList']]], 'Origins' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginList']]], 'PathList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Path']], 'Paths' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PathList']]], 'PreconditionFailed' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'PriceClass' => ['type' => 'string', 'enum' => ['PriceClass_100', 'PriceClass_200', 'PriceClass_All']], 'PublicKey' => ['type' => 'structure', 'required' => ['Id', 'CreatedTime', 'PublicKeyConfig'], 'members' => ['Id' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'PublicKeyConfig' => ['shape' => 'PublicKeyConfig']]], 'PublicKeyAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Name', 'EncodedKey'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeyInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PublicKeySummaryList']]], 'PublicKeySummary' => ['type' => 'structure', 'required' => ['Id', 'Name', 'CreatedTime', 'EncodedKey'], 'members' => ['Id' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeySummaryList' => ['type' => 'list', 'member' => ['shape' => 'PublicKeySummary', 'locationName' => 'PublicKeySummary']], 'QueryArgProfile' => ['type' => 'structure', 'required' => ['QueryArg', 'ProfileId'], 'members' => ['QueryArg' => ['shape' => 'string'], 'ProfileId' => ['shape' => 'string']]], 'QueryArgProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenQueryArgProfileIsUnknown'], 'members' => ['ForwardWhenQueryArgProfileIsUnknown' => ['shape' => 'boolean'], 'QueryArgProfiles' => ['shape' => 'QueryArgProfiles']]], 'QueryArgProfileEmpty' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'QueryArgProfileList' => ['type' => 'list', 'member' => ['shape' => 'QueryArgProfile', 'locationName' => 'QueryArgProfile']], 'QueryArgProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryArgProfileList']]], 'QueryStringCacheKeys' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryStringCacheKeysList']]], 'QueryStringCacheKeysList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'ResourceARN' => ['type' => 'string', 'pattern' => 'arn:aws(-cn)?:cloudfront::[0-9]+:.*'], 'Restrictions' => ['type' => 'structure', 'required' => ['GeoRestriction'], 'members' => ['GeoRestriction' => ['shape' => 'GeoRestriction']]], 'S3Origin' => ['type' => 'structure', 'required' => ['DomainName', 'OriginAccessIdentity'], 'members' => ['DomainName' => ['shape' => 'string'], 'OriginAccessIdentity' => ['shape' => 'string']]], 'S3OriginConfig' => ['type' => 'structure', 'required' => ['OriginAccessIdentity'], 'members' => ['OriginAccessIdentity' => ['shape' => 'string']]], 'SSLSupportMethod' => ['type' => 'string', 'enum' => ['sni-only', 'vip']], 'Signer' => ['type' => 'structure', 'members' => ['AwsAccountNumber' => ['shape' => 'string'], 'KeyPairIds' => ['shape' => 'KeyPairIds']]], 'SignerList' => ['type' => 'list', 'member' => ['shape' => 'Signer', 'locationName' => 'Signer']], 'SslProtocol' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2']], 'SslProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'SslProtocol', 'locationName' => 'SslProtocol']], 'StatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'integer', 'locationName' => 'StatusCode'], 'min' => 1], 'StatusCodes' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StatusCodeList']]], 'StreamingDistribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'DomainName', 'ActiveTrustedSigners', 'StreamingDistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig']]], 'StreamingDistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'S3Origin', 'Comment', 'TrustedSigners', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'Comment' => ['shape' => 'string'], 'Logging' => ['shape' => 'StreamingLoggingConfig'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionConfigWithTags' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Tags'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'StreamingDistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StreamingDistributionSummaryList']]], 'StreamingDistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'S3Origin', 'Aliases', 'TrustedSigners', 'Comment', 'PriceClass', 'Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'StreamingDistributionSummary', 'locationName' => 'StreamingDistributionSummary']], 'StreamingLoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'Key']], 'TagKeys' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagKeyList']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'Tags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'Tags'], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagList']]], 'TooManyCacheBehaviors' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCertificates' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCloudFrontOriginAccessIdentities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCookieNamesInWhiteList' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsWithLambdaAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionConfigs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionContentTypeProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionEncryptionEntities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionFieldPatterns' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionQueryArgProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyHeadersInForwardedValues' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyInvalidationsInProgress' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyLambdaFunctionAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginCustomHeaders' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginGroupsPerDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOrigins' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyPublicKeys' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrustedSigners' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSignerDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AwsAccountNumberList']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'TagKeys' => ['shape' => 'TagKeys', 'locationName' => 'TagKeys', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']]], 'payload' => 'TagKeys'], 'UpdateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig', 'Id'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'UpdateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'UpdateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Id'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'DistributionConfig'], 'UpdateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'UpdateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig', 'Id'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionConfig'], 'UpdateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'UpdateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig', 'Id'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'UpdateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'UpdatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig', 'Id'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'PublicKeyConfig'], 'UpdatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'UpdateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Id'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2019-03-26/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'StreamingDistributionConfig'], 'UpdateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'ViewerCertificate' => ['type' => 'structure', 'members' => ['CloudFrontDefaultCertificate' => ['shape' => 'boolean'], 'IAMCertificateId' => ['shape' => 'string'], 'ACMCertificateArn' => ['shape' => 'string'], 'SSLSupportMethod' => ['shape' => 'SSLSupportMethod'], 'MinimumProtocolVersion' => ['shape' => 'MinimumProtocolVersion'], 'Certificate' => ['shape' => 'string', 'deprecated' => \true], 'CertificateSource' => ['shape' => 'CertificateSource', 'deprecated' => \true]]], 'ViewerProtocolPolicy' => ['type' => 'string', 'enum' => ['allow-all', 'https-only', 'redirect-to-https']], 'boolean' => ['type' => 'boolean'], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2020-05-31/api-2.json.php b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/api-2.json.php new file mode 100644 index 00000000..52e10990 --- /dev/null +++ b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2020-05-31', 'endpointPrefix' => 'cloudfront', 'globalEndpoint' => 'cloudfront.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'CloudFront', 'serviceFullName' => 'Amazon CloudFront', 'serviceId' => 'CloudFront', 'signatureVersion' => 'v4', 'uid' => 'cloudfront-2020-05-31'], 'operations' => ['CreateCachePolicy' => ['name' => 'CreateCachePolicy2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/cache-policy', 'responseCode' => 201], 'input' => ['shape' => 'CreateCachePolicyRequest'], 'output' => ['shape' => 'CreateCachePolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'CachePolicyAlreadyExists'], ['shape' => 'TooManyCachePolicies'], ['shape' => 'TooManyHeadersInCachePolicy'], ['shape' => 'TooManyCookiesInCachePolicy'], ['shape' => 'TooManyQueryStringsInCachePolicy']]], 'CreateCloudFrontOriginAccessIdentity' => ['name' => 'CreateCloudFrontOriginAccessIdentity2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront', 'responseCode' => 201], 'input' => ['shape' => 'CreateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'CreateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'CloudFrontOriginAccessIdentityAlreadyExists'], ['shape' => 'MissingBody'], ['shape' => 'TooManyCloudFrontOriginAccessIdentities'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateDistribution' => ['name' => 'CreateDistribution2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionRequest'], 'output' => ['shape' => 'CreateDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyDistributionsWithSingleFunctionARN'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'TooManyDistributionsAssociatedToCachePolicy'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'TooManyDistributionsAssociatedToOriginRequestPolicy']]], 'CreateDistributionWithTags' => ['name' => 'CreateDistributionWithTags2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'DistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'MissingBody'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'TooManyDistributions'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidProtocolSettings'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'InvalidTagging'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyDistributionsWithSingleFunctionARN'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'TooManyDistributionsAssociatedToCachePolicy'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'TooManyDistributionsAssociatedToOriginRequestPolicy']]], 'CreateFieldLevelEncryptionConfig' => ['name' => 'CreateFieldLevelEncryptionConfig2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/field-level-encryption', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'FieldLevelEncryptionConfigAlreadyExists'], ['shape' => 'TooManyFieldLevelEncryptionConfigs'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'CreateFieldLevelEncryptionProfile' => ['name' => 'CreateFieldLevelEncryptionProfile2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/field-level-encryption-profile', 'responseCode' => 201], 'input' => ['shape' => 'CreateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'CreateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionProfiles'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'CreateInvalidation' => ['name' => 'CreateInvalidation2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/distribution/{DistributionId}/invalidation', 'responseCode' => 201], 'input' => ['shape' => 'CreateInvalidationRequest'], 'output' => ['shape' => 'CreateInvalidationResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'MissingBody'], ['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'BatchTooLarge'], ['shape' => 'TooManyInvalidationsInProgress'], ['shape' => 'InconsistentQuantities']]], 'CreateOriginRequestPolicy' => ['name' => 'CreateOriginRequestPolicy2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/origin-request-policy', 'responseCode' => 201], 'input' => ['shape' => 'CreateOriginRequestPolicyRequest'], 'output' => ['shape' => 'CreateOriginRequestPolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'OriginRequestPolicyAlreadyExists'], ['shape' => 'TooManyOriginRequestPolicies'], ['shape' => 'TooManyHeadersInOriginRequestPolicy'], ['shape' => 'TooManyCookiesInOriginRequestPolicy'], ['shape' => 'TooManyQueryStringsInOriginRequestPolicy']]], 'CreatePublicKey' => ['name' => 'CreatePublicKey2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/public-key', 'responseCode' => 201], 'input' => ['shape' => 'CreatePublicKeyRequest'], 'output' => ['shape' => 'CreatePublicKeyResult'], 'errors' => [['shape' => 'PublicKeyAlreadyExists'], ['shape' => 'InvalidArgument'], ['shape' => 'TooManyPublicKeys']]], 'CreateStreamingDistribution' => ['name' => 'CreateStreamingDistribution2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/streaming-distribution', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionRequest'], 'output' => ['shape' => 'CreateStreamingDistributionResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'CreateStreamingDistributionWithTags' => ['name' => 'CreateStreamingDistributionWithTags2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/streaming-distribution?WithTags', 'responseCode' => 201], 'input' => ['shape' => 'CreateStreamingDistributionWithTagsRequest'], 'output' => ['shape' => 'CreateStreamingDistributionWithTagsResult'], 'errors' => [['shape' => 'CNAMEAlreadyExists'], ['shape' => 'StreamingDistributionAlreadyExists'], ['shape' => 'InvalidOrigin'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'AccessDenied'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'MissingBody'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'TooManyStreamingDistributions'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidTagging']]], 'DeleteCachePolicy' => ['name' => 'DeleteCachePolicy2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/cache-policy/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCachePolicyRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'PreconditionFailed'], ['shape' => 'IllegalDelete'], ['shape' => 'CachePolicyInUse']]], 'DeleteCloudFrontOriginAccessIdentity' => ['name' => 'DeleteCloudFrontOriginAccessIdentity2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteCloudFrontOriginAccessIdentityRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'CloudFrontOriginAccessIdentityInUse']]], 'DeleteDistribution' => ['name' => 'DeleteDistribution2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'DistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed']]], 'DeleteFieldLevelEncryptionConfig' => ['name' => 'DeleteFieldLevelEncryptionConfig2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/field-level-encryption/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionConfigRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionConfigInUse']]], 'DeleteFieldLevelEncryptionProfile' => ['name' => 'DeleteFieldLevelEncryptionProfile2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/field-level-encryption-profile/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFieldLevelEncryptionProfileRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileInUse']]], 'DeleteOriginRequestPolicy' => ['name' => 'DeleteOriginRequestPolicy2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/origin-request-policy/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteOriginRequestPolicyRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'PreconditionFailed'], ['shape' => 'IllegalDelete'], ['shape' => 'OriginRequestPolicyInUse']]], 'DeletePublicKey' => ['name' => 'DeletePublicKey2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/public-key/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePublicKeyRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'PublicKeyInUse'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'DeleteStreamingDistribution' => ['name' => 'DeleteStreamingDistribution2020_05_31', 'http' => ['method' => 'DELETE', 'requestUri' => '/2020-05-31/streaming-distribution/{Id}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteStreamingDistributionRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'StreamingDistributionNotDisabled'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed']]], 'GetCachePolicy' => ['name' => 'GetCachePolicy2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/cache-policy/{Id}'], 'input' => ['shape' => 'GetCachePolicyRequest'], 'output' => ['shape' => 'GetCachePolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchCachePolicy']]], 'GetCachePolicyConfig' => ['name' => 'GetCachePolicyConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/cache-policy/{Id}/config'], 'input' => ['shape' => 'GetCachePolicyConfigRequest'], 'output' => ['shape' => 'GetCachePolicyConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchCachePolicy']]], 'GetCloudFrontOriginAccessIdentity' => ['name' => 'GetCloudFrontOriginAccessIdentity2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront/{Id}'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetCloudFrontOriginAccessIdentityConfig' => ['name' => 'GetCloudFrontOriginAccessIdentityConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigRequest'], 'output' => ['shape' => 'GetCloudFrontOriginAccessIdentityConfigResult'], 'errors' => [['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'AccessDenied']]], 'GetDistribution' => ['name' => 'GetDistribution2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distribution/{Id}'], 'input' => ['shape' => 'GetDistributionRequest'], 'output' => ['shape' => 'GetDistributionResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetDistributionConfig' => ['name' => 'GetDistributionConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distribution/{Id}/config'], 'input' => ['shape' => 'GetDistributionConfigRequest'], 'output' => ['shape' => 'GetDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetFieldLevelEncryption' => ['name' => 'GetFieldLevelEncryption2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionConfig' => ['name' => 'GetFieldLevelEncryptionConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionConfig']]], 'GetFieldLevelEncryptionProfile' => ['name' => 'GetFieldLevelEncryptionProfile2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption-profile/{Id}'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetFieldLevelEncryptionProfileConfig' => ['name' => 'GetFieldLevelEncryptionProfileConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'GetFieldLevelEncryptionProfileConfigRequest'], 'output' => ['shape' => 'GetFieldLevelEncryptionProfileConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchFieldLevelEncryptionProfile']]], 'GetInvalidation' => ['name' => 'GetInvalidation2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distribution/{DistributionId}/invalidation/{Id}'], 'input' => ['shape' => 'GetInvalidationRequest'], 'output' => ['shape' => 'GetInvalidationResult'], 'errors' => [['shape' => 'NoSuchInvalidation'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'GetOriginRequestPolicy' => ['name' => 'GetOriginRequestPolicy2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-request-policy/{Id}'], 'input' => ['shape' => 'GetOriginRequestPolicyRequest'], 'output' => ['shape' => 'GetOriginRequestPolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchOriginRequestPolicy']]], 'GetOriginRequestPolicyConfig' => ['name' => 'GetOriginRequestPolicyConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-request-policy/{Id}/config'], 'input' => ['shape' => 'GetOriginRequestPolicyConfigRequest'], 'output' => ['shape' => 'GetOriginRequestPolicyConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchOriginRequestPolicy']]], 'GetPublicKey' => ['name' => 'GetPublicKey2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/public-key/{Id}'], 'input' => ['shape' => 'GetPublicKeyRequest'], 'output' => ['shape' => 'GetPublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetPublicKeyConfig' => ['name' => 'GetPublicKeyConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/public-key/{Id}/config'], 'input' => ['shape' => 'GetPublicKeyConfigRequest'], 'output' => ['shape' => 'GetPublicKeyConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchPublicKey']]], 'GetStreamingDistribution' => ['name' => 'GetStreamingDistribution2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/streaming-distribution/{Id}'], 'input' => ['shape' => 'GetStreamingDistributionRequest'], 'output' => ['shape' => 'GetStreamingDistributionResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'GetStreamingDistributionConfig' => ['name' => 'GetStreamingDistributionConfig2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'GetStreamingDistributionConfigRequest'], 'output' => ['shape' => 'GetStreamingDistributionConfigResult'], 'errors' => [['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'AccessDenied']]], 'ListCachePolicies' => ['name' => 'ListCachePolicies2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/cache-policy'], 'input' => ['shape' => 'ListCachePoliciesRequest'], 'output' => ['shape' => 'ListCachePoliciesResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'InvalidArgument']]], 'ListCloudFrontOriginAccessIdentities' => ['name' => 'ListCloudFrontOriginAccessIdentities2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront'], 'input' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesRequest'], 'output' => ['shape' => 'ListCloudFrontOriginAccessIdentitiesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributions' => ['name' => 'ListDistributions2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distribution'], 'input' => ['shape' => 'ListDistributionsRequest'], 'output' => ['shape' => 'ListDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListDistributionsByCachePolicyId' => ['name' => 'ListDistributionsByCachePolicyId2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distributionsByCachePolicyId/{CachePolicyId}'], 'input' => ['shape' => 'ListDistributionsByCachePolicyIdRequest'], 'output' => ['shape' => 'ListDistributionsByCachePolicyIdResult'], 'errors' => [['shape' => 'NoSuchCachePolicy'], ['shape' => 'InvalidArgument'], ['shape' => 'AccessDenied']]], 'ListDistributionsByOriginRequestPolicyId' => ['name' => 'ListDistributionsByOriginRequestPolicyId2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distributionsByOriginRequestPolicyId/{OriginRequestPolicyId}'], 'input' => ['shape' => 'ListDistributionsByOriginRequestPolicyIdRequest'], 'output' => ['shape' => 'ListDistributionsByOriginRequestPolicyIdResult'], 'errors' => [['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'InvalidArgument'], ['shape' => 'AccessDenied']]], 'ListDistributionsByWebACLId' => ['name' => 'ListDistributionsByWebACLId2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distributionsByWebACLId/{WebACLId}'], 'input' => ['shape' => 'ListDistributionsByWebACLIdRequest'], 'output' => ['shape' => 'ListDistributionsByWebACLIdResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'InvalidWebACLId']]], 'ListFieldLevelEncryptionConfigs' => ['name' => 'ListFieldLevelEncryptionConfigs2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption'], 'input' => ['shape' => 'ListFieldLevelEncryptionConfigsRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionConfigsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListFieldLevelEncryptionProfiles' => ['name' => 'ListFieldLevelEncryptionProfiles2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/field-level-encryption-profile'], 'input' => ['shape' => 'ListFieldLevelEncryptionProfilesRequest'], 'output' => ['shape' => 'ListFieldLevelEncryptionProfilesResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListInvalidations' => ['name' => 'ListInvalidations2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/distribution/{DistributionId}/invalidation'], 'input' => ['shape' => 'ListInvalidationsRequest'], 'output' => ['shape' => 'ListInvalidationsResult'], 'errors' => [['shape' => 'InvalidArgument'], ['shape' => 'NoSuchDistribution'], ['shape' => 'AccessDenied']]], 'ListOriginRequestPolicies' => ['name' => 'ListOriginRequestPolicies2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/origin-request-policy'], 'input' => ['shape' => 'ListOriginRequestPoliciesRequest'], 'output' => ['shape' => 'ListOriginRequestPoliciesResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'InvalidArgument']]], 'ListPublicKeys' => ['name' => 'ListPublicKeys2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/public-key'], 'input' => ['shape' => 'ListPublicKeysRequest'], 'output' => ['shape' => 'ListPublicKeysResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListStreamingDistributions' => ['name' => 'ListStreamingDistributions2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/streaming-distribution'], 'input' => ['shape' => 'ListStreamingDistributionsRequest'], 'output' => ['shape' => 'ListStreamingDistributionsResult'], 'errors' => [['shape' => 'InvalidArgument']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource2020_05_31', 'http' => ['method' => 'GET', 'requestUri' => '/2020-05-31/tagging'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'TagResource' => ['name' => 'TagResource2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/tagging?Operation=Tag', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UntagResource' => ['name' => 'UntagResource2020_05_31', 'http' => ['method' => 'POST', 'requestUri' => '/2020-05-31/tagging?Operation=Untag', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidTagging'], ['shape' => 'NoSuchResource']]], 'UpdateCachePolicy' => ['name' => 'UpdateCachePolicy2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/cache-policy/{Id}'], 'input' => ['shape' => 'UpdateCachePolicyRequest'], 'output' => ['shape' => 'UpdateCachePolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'PreconditionFailed'], ['shape' => 'CachePolicyAlreadyExists'], ['shape' => 'TooManyHeadersInCachePolicy'], ['shape' => 'TooManyCookiesInCachePolicy'], ['shape' => 'TooManyQueryStringsInCachePolicy']]], 'UpdateCloudFrontOriginAccessIdentity' => ['name' => 'UpdateCloudFrontOriginAccessIdentity2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/origin-access-identity/cloudfront/{Id}/config'], 'input' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityRequest'], 'output' => ['shape' => 'UpdateCloudFrontOriginAccessIdentityResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchCloudFrontOriginAccessIdentity'], ['shape' => 'PreconditionFailed'], ['shape' => 'InvalidArgument'], ['shape' => 'InconsistentQuantities']]], 'UpdateDistribution' => ['name' => 'UpdateDistribution2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/distribution/{Id}/config'], 'input' => ['shape' => 'UpdateDistributionRequest'], 'output' => ['shape' => 'UpdateDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyDistributionCNAMEs'], ['shape' => 'InvalidDefaultRootObject'], ['shape' => 'InvalidRelativePath'], ['shape' => 'InvalidErrorCode'], ['shape' => 'InvalidResponseCode'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InvalidViewerCertificate'], ['shape' => 'InvalidMinimumProtocolVersion'], ['shape' => 'InvalidRequiredProtocol'], ['shape' => 'NoSuchOrigin'], ['shape' => 'TooManyOrigins'], ['shape' => 'TooManyOriginGroupsPerDistribution'], ['shape' => 'TooManyCacheBehaviors'], ['shape' => 'TooManyCookieNamesInWhiteList'], ['shape' => 'InvalidForwardCookies'], ['shape' => 'TooManyHeadersInForwardedValues'], ['shape' => 'InvalidHeadersForS3Origin'], ['shape' => 'InconsistentQuantities'], ['shape' => 'TooManyCertificates'], ['shape' => 'InvalidLocationCode'], ['shape' => 'InvalidGeoRestrictionParameter'], ['shape' => 'InvalidTTLOrder'], ['shape' => 'InvalidWebACLId'], ['shape' => 'TooManyOriginCustomHeaders'], ['shape' => 'TooManyQueryStringParameters'], ['shape' => 'InvalidQueryStringParameters'], ['shape' => 'TooManyDistributionsWithLambdaAssociations'], ['shape' => 'TooManyDistributionsWithSingleFunctionARN'], ['shape' => 'TooManyLambdaFunctionAssociations'], ['shape' => 'InvalidLambdaFunctionAssociation'], ['shape' => 'InvalidOriginReadTimeout'], ['shape' => 'InvalidOriginKeepaliveTimeout'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior'], ['shape' => 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig'], ['shape' => 'NoSuchCachePolicy'], ['shape' => 'TooManyDistributionsAssociatedToCachePolicy'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'TooManyDistributionsAssociatedToOriginRequestPolicy']]], 'UpdateFieldLevelEncryptionConfig' => ['name' => 'UpdateFieldLevelEncryptionConfig2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/field-level-encryption/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionConfigRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionConfigResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'NoSuchFieldLevelEncryptionConfig'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyFieldLevelEncryptionQueryArgProfiles'], ['shape' => 'TooManyFieldLevelEncryptionContentTypeProfiles'], ['shape' => 'QueryArgProfileEmpty']]], 'UpdateFieldLevelEncryptionProfile' => ['name' => 'UpdateFieldLevelEncryptionProfile2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/field-level-encryption-profile/{Id}/config'], 'input' => ['shape' => 'UpdateFieldLevelEncryptionProfileRequest'], 'output' => ['shape' => 'UpdateFieldLevelEncryptionProfileResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'FieldLevelEncryptionProfileAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'NoSuchFieldLevelEncryptionProfile'], ['shape' => 'PreconditionFailed'], ['shape' => 'FieldLevelEncryptionProfileSizeExceeded'], ['shape' => 'TooManyFieldLevelEncryptionEncryptionEntities'], ['shape' => 'TooManyFieldLevelEncryptionFieldPatterns']]], 'UpdateOriginRequestPolicy' => ['name' => 'UpdateOriginRequestPolicy2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/origin-request-policy/{Id}'], 'input' => ['shape' => 'UpdateOriginRequestPolicyRequest'], 'output' => ['shape' => 'UpdateOriginRequestPolicyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'IllegalUpdate'], ['shape' => 'InconsistentQuantities'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'NoSuchOriginRequestPolicy'], ['shape' => 'PreconditionFailed'], ['shape' => 'OriginRequestPolicyAlreadyExists'], ['shape' => 'TooManyHeadersInOriginRequestPolicy'], ['shape' => 'TooManyCookiesInOriginRequestPolicy'], ['shape' => 'TooManyQueryStringsInOriginRequestPolicy']]], 'UpdatePublicKey' => ['name' => 'UpdatePublicKey2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/public-key/{Id}/config'], 'input' => ['shape' => 'UpdatePublicKeyRequest'], 'output' => ['shape' => 'UpdatePublicKeyResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CannotChangeImmutablePublicKeyFields'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'IllegalUpdate'], ['shape' => 'NoSuchPublicKey'], ['shape' => 'PreconditionFailed']]], 'UpdateStreamingDistribution' => ['name' => 'UpdateStreamingDistribution2020_05_31', 'http' => ['method' => 'PUT', 'requestUri' => '/2020-05-31/streaming-distribution/{Id}/config'], 'input' => ['shape' => 'UpdateStreamingDistributionRequest'], 'output' => ['shape' => 'UpdateStreamingDistributionResult'], 'errors' => [['shape' => 'AccessDenied'], ['shape' => 'CNAMEAlreadyExists'], ['shape' => 'IllegalUpdate'], ['shape' => 'InvalidIfMatchVersion'], ['shape' => 'MissingBody'], ['shape' => 'NoSuchStreamingDistribution'], ['shape' => 'PreconditionFailed'], ['shape' => 'TooManyStreamingDistributionCNAMEs'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidOriginAccessIdentity'], ['shape' => 'TooManyTrustedSigners'], ['shape' => 'TrustedSignerDoesNotExist'], ['shape' => 'InconsistentQuantities']]]], 'shapes' => ['AccessDenied' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ActiveTrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SignerList']]], 'AliasICPRecordal' => ['type' => 'structure', 'members' => ['CNAME' => ['shape' => 'string'], 'ICPRecordalStatus' => ['shape' => 'ICPRecordalStatus']]], 'AliasICPRecordals' => ['type' => 'list', 'member' => ['shape' => 'AliasICPRecordal', 'locationName' => 'AliasICPRecordal']], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'CNAME']], 'Aliases' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AliasList']]], 'AllowedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList'], 'CachedMethods' => ['shape' => 'CachedMethods']]], 'AwsAccountNumberList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'AwsAccountNumber']], 'BatchTooLarge' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'CNAMEAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CacheBehavior' => ['type' => 'structure', 'required' => ['PathPattern', 'TargetOriginId', 'TrustedSigners', 'ViewerProtocolPolicy'], 'members' => ['PathPattern' => ['shape' => 'string'], 'TargetOriginId' => ['shape' => 'string'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string'], 'CachePolicyId' => ['shape' => 'string'], 'OriginRequestPolicyId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues', 'deprecated' => \true], 'MinTTL' => ['shape' => 'long', 'deprecated' => \true], 'DefaultTTL' => ['shape' => 'long', 'deprecated' => \true], 'MaxTTL' => ['shape' => 'long', 'deprecated' => \true]]], 'CacheBehaviorList' => ['type' => 'list', 'member' => ['shape' => 'CacheBehavior', 'locationName' => 'CacheBehavior']], 'CacheBehaviors' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CacheBehaviorList']]], 'CachePolicy' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'CachePolicyConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'CachePolicyConfig' => ['shape' => 'CachePolicyConfig']]], 'CachePolicyAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CachePolicyConfig' => ['type' => 'structure', 'required' => ['Name', 'MinTTL'], 'members' => ['Comment' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'DefaultTTL' => ['shape' => 'long'], 'MaxTTL' => ['shape' => 'long'], 'MinTTL' => ['shape' => 'long'], 'ParametersInCacheKeyAndForwardedToOrigin' => ['shape' => 'ParametersInCacheKeyAndForwardedToOrigin']]], 'CachePolicyCookieBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'allExcept', 'all']], 'CachePolicyCookiesConfig' => ['type' => 'structure', 'required' => ['CookieBehavior'], 'members' => ['CookieBehavior' => ['shape' => 'CachePolicyCookieBehavior'], 'Cookies' => ['shape' => 'CookieNames']]], 'CachePolicyHeaderBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist']], 'CachePolicyHeadersConfig' => ['type' => 'structure', 'required' => ['HeaderBehavior'], 'members' => ['HeaderBehavior' => ['shape' => 'CachePolicyHeaderBehavior'], 'Headers' => ['shape' => 'Headers']]], 'CachePolicyInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CachePolicyList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CachePolicySummaryList']]], 'CachePolicyQueryStringBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'allExcept', 'all']], 'CachePolicyQueryStringsConfig' => ['type' => 'structure', 'required' => ['QueryStringBehavior'], 'members' => ['QueryStringBehavior' => ['shape' => 'CachePolicyQueryStringBehavior'], 'QueryStrings' => ['shape' => 'QueryStringNames']]], 'CachePolicySummary' => ['type' => 'structure', 'required' => ['Type', 'CachePolicy'], 'members' => ['Type' => ['shape' => 'CachePolicyType'], 'CachePolicy' => ['shape' => 'CachePolicy']]], 'CachePolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CachePolicySummary', 'locationName' => 'CachePolicySummary']], 'CachePolicyType' => ['type' => 'string', 'enum' => ['managed', 'custom']], 'CachedMethods' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'MethodsList']]], 'CannotChangeImmutablePublicKeyFields' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CertificateSource' => ['type' => 'string', 'enum' => ['cloudfront', 'iam', 'acm']], 'CloudFrontOriginAccessIdentity' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig']]], 'CloudFrontOriginAccessIdentityAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Comment'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentityInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CloudFrontOriginAccessIdentityList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CloudFrontOriginAccessIdentitySummaryList']]], 'CloudFrontOriginAccessIdentitySummary' => ['type' => 'structure', 'required' => ['Id', 'S3CanonicalUserId', 'Comment'], 'members' => ['Id' => ['shape' => 'string'], 'S3CanonicalUserId' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'CloudFrontOriginAccessIdentitySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CloudFrontOriginAccessIdentitySummary', 'locationName' => 'CloudFrontOriginAccessIdentitySummary']], 'CommentType' => ['type' => 'string', 'sensitive' => \true], 'ContentTypeProfile' => ['type' => 'structure', 'required' => ['Format', 'ContentType'], 'members' => ['Format' => ['shape' => 'Format'], 'ProfileId' => ['shape' => 'string'], 'ContentType' => ['shape' => 'string']]], 'ContentTypeProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenContentTypeIsUnknown'], 'members' => ['ForwardWhenContentTypeIsUnknown' => ['shape' => 'boolean'], 'ContentTypeProfiles' => ['shape' => 'ContentTypeProfiles']]], 'ContentTypeProfileList' => ['type' => 'list', 'member' => ['shape' => 'ContentTypeProfile', 'locationName' => 'ContentTypeProfile']], 'ContentTypeProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'ContentTypeProfileList']]], 'CookieNameList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'CookieNames' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CookieNameList']]], 'CookiePreference' => ['type' => 'structure', 'required' => ['Forward'], 'members' => ['Forward' => ['shape' => 'ItemSelection'], 'WhitelistedNames' => ['shape' => 'CookieNames']]], 'CreateCachePolicyRequest' => ['type' => 'structure', 'required' => ['CachePolicyConfig'], 'members' => ['CachePolicyConfig' => ['shape' => 'CachePolicyConfig', 'locationName' => 'CachePolicyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'CachePolicyConfig'], 'CreateCachePolicyResult' => ['type' => 'structure', 'members' => ['CachePolicy' => ['shape' => 'CachePolicy'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CachePolicy'], 'CreateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'CreateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'CreateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'DistributionConfig'], 'CreateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['DistributionConfigWithTags'], 'members' => ['DistributionConfigWithTags' => ['shape' => 'DistributionConfigWithTags', 'locationName' => 'DistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'DistributionConfigWithTags'], 'CreateDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'CreateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'FieldLevelEncryptionConfig'], 'CreateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'CreateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'CreateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'CreateInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'InvalidationBatch'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch', 'locationName' => 'InvalidationBatch', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'InvalidationBatch'], 'CreateInvalidationResult' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'CreateOriginRequestPolicyRequest' => ['type' => 'structure', 'required' => ['OriginRequestPolicyConfig'], 'members' => ['OriginRequestPolicyConfig' => ['shape' => 'OriginRequestPolicyConfig', 'locationName' => 'OriginRequestPolicyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'OriginRequestPolicyConfig'], 'CreateOriginRequestPolicyResult' => ['type' => 'structure', 'members' => ['OriginRequestPolicy' => ['shape' => 'OriginRequestPolicy'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'OriginRequestPolicy'], 'CreatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'PublicKeyConfig'], 'CreatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'CreateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'StreamingDistributionConfig'], 'CreateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CreateStreamingDistributionWithTagsRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfigWithTags'], 'members' => ['StreamingDistributionConfigWithTags' => ['shape' => 'StreamingDistributionConfigWithTags', 'locationName' => 'StreamingDistributionConfigWithTags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'StreamingDistributionConfigWithTags'], 'CreateStreamingDistributionWithTagsResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'Location' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'Location'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'CustomErrorResponse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'integer'], 'ResponsePagePath' => ['shape' => 'string'], 'ResponseCode' => ['shape' => 'string'], 'ErrorCachingMinTTL' => ['shape' => 'long']]], 'CustomErrorResponseList' => ['type' => 'list', 'member' => ['shape' => 'CustomErrorResponse', 'locationName' => 'CustomErrorResponse']], 'CustomErrorResponses' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'CustomErrorResponseList']]], 'CustomHeaders' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginCustomHeadersList']]], 'CustomOriginConfig' => ['type' => 'structure', 'required' => ['HTTPPort', 'HTTPSPort', 'OriginProtocolPolicy'], 'members' => ['HTTPPort' => ['shape' => 'integer'], 'HTTPSPort' => ['shape' => 'integer'], 'OriginProtocolPolicy' => ['shape' => 'OriginProtocolPolicy'], 'OriginSslProtocols' => ['shape' => 'OriginSslProtocols'], 'OriginReadTimeout' => ['shape' => 'integer'], 'OriginKeepaliveTimeout' => ['shape' => 'integer']]], 'DefaultCacheBehavior' => ['type' => 'structure', 'required' => ['TargetOriginId', 'TrustedSigners', 'ViewerProtocolPolicy'], 'members' => ['TargetOriginId' => ['shape' => 'string'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'ViewerProtocolPolicy' => ['shape' => 'ViewerProtocolPolicy'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'SmoothStreaming' => ['shape' => 'boolean'], 'Compress' => ['shape' => 'boolean'], 'LambdaFunctionAssociations' => ['shape' => 'LambdaFunctionAssociations'], 'FieldLevelEncryptionId' => ['shape' => 'string'], 'CachePolicyId' => ['shape' => 'string'], 'OriginRequestPolicyId' => ['shape' => 'string'], 'ForwardedValues' => ['shape' => 'ForwardedValues', 'deprecated' => \true], 'MinTTL' => ['shape' => 'long', 'deprecated' => \true], 'DefaultTTL' => ['shape' => 'long', 'deprecated' => \true], 'MaxTTL' => ['shape' => 'long', 'deprecated' => \true]]], 'DeleteCachePolicyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteOriginRequestPolicyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeletePublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'DeleteStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']]], 'Distribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'InProgressInvalidationBatches', 'DomainName', 'ActiveTrustedSigners', 'DistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'InProgressInvalidationBatches' => ['shape' => 'integer'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'DistributionConfig' => ['shape' => 'DistributionConfig'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Origins', 'DefaultCacheBehavior', 'Comment', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'DefaultRootObject' => ['shape' => 'string'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'CommentType'], 'Logging' => ['shape' => 'LoggingConfig'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean']]], 'DistributionConfigWithTags' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Tags'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'DistributionIdList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'DistributionIdListSummary']]], 'DistributionIdListSummary' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'DistributionId']], 'DistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'DistributionSummaryList']]], 'DistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'Aliases', 'Origins', 'DefaultCacheBehavior', 'CacheBehaviors', 'CustomErrorResponses', 'Comment', 'PriceClass', 'Enabled', 'ViewerCertificate', 'Restrictions', 'WebACLId', 'HttpVersion', 'IsIPV6Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'Aliases' => ['shape' => 'Aliases'], 'Origins' => ['shape' => 'Origins'], 'OriginGroups' => ['shape' => 'OriginGroups'], 'DefaultCacheBehavior' => ['shape' => 'DefaultCacheBehavior'], 'CacheBehaviors' => ['shape' => 'CacheBehaviors'], 'CustomErrorResponses' => ['shape' => 'CustomErrorResponses'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean'], 'ViewerCertificate' => ['shape' => 'ViewerCertificate'], 'Restrictions' => ['shape' => 'Restrictions'], 'WebACLId' => ['shape' => 'string'], 'HttpVersion' => ['shape' => 'HttpVersion'], 'IsIPV6Enabled' => ['shape' => 'boolean'], 'AliasICPRecordals' => ['shape' => 'AliasICPRecordals']]], 'DistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DistributionSummary', 'locationName' => 'DistributionSummary']], 'EncryptionEntities' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'EncryptionEntityList']]], 'EncryptionEntity' => ['type' => 'structure', 'required' => ['PublicKeyId', 'ProviderId', 'FieldPatterns'], 'members' => ['PublicKeyId' => ['shape' => 'string'], 'ProviderId' => ['shape' => 'string'], 'FieldPatterns' => ['shape' => 'FieldPatterns']]], 'EncryptionEntityList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionEntity', 'locationName' => 'EncryptionEntity']], 'EventType' => ['type' => 'string', 'enum' => ['viewer-request', 'viewer-response', 'origin-request', 'origin-response']], 'FieldLevelEncryption' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig']]], 'FieldLevelEncryptionConfig' => ['type' => 'structure', 'required' => ['CallerReference'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionConfigAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionConfigInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionSummaryList']]], 'FieldLevelEncryptionProfile' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'FieldLevelEncryptionProfileConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig']]], 'FieldLevelEncryptionProfileAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileConfig' => ['type' => 'structure', 'required' => ['Name', 'CallerReference', 'EncryptionEntities'], 'members' => ['Name' => ['shape' => 'string'], 'CallerReference' => ['shape' => 'string'], 'Comment' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities']]], 'FieldLevelEncryptionProfileInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FieldLevelEncryptionProfileList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldLevelEncryptionProfileSummaryList']]], 'FieldLevelEncryptionProfileSizeExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'FieldLevelEncryptionProfileSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'Name', 'EncryptionEntities'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Name' => ['shape' => 'string'], 'EncryptionEntities' => ['shape' => 'EncryptionEntities'], 'Comment' => ['shape' => 'string']]], 'FieldLevelEncryptionProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionProfileSummary', 'locationName' => 'FieldLevelEncryptionProfileSummary']], 'FieldLevelEncryptionSummary' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'Comment' => ['shape' => 'string'], 'QueryArgProfileConfig' => ['shape' => 'QueryArgProfileConfig'], 'ContentTypeProfileConfig' => ['shape' => 'ContentTypeProfileConfig']]], 'FieldLevelEncryptionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FieldLevelEncryptionSummary', 'locationName' => 'FieldLevelEncryptionSummary']], 'FieldPatternList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'FieldPattern']], 'FieldPatterns' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'FieldPatternList']]], 'Format' => ['type' => 'string', 'enum' => ['URLEncoded']], 'ForwardedValues' => ['type' => 'structure', 'required' => ['QueryString', 'Cookies'], 'members' => ['QueryString' => ['shape' => 'boolean'], 'Cookies' => ['shape' => 'CookiePreference'], 'Headers' => ['shape' => 'Headers'], 'QueryStringCacheKeys' => ['shape' => 'QueryStringCacheKeys']]], 'GeoRestriction' => ['type' => 'structure', 'required' => ['RestrictionType', 'Quantity'], 'members' => ['RestrictionType' => ['shape' => 'GeoRestrictionType'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LocationList']]], 'GeoRestrictionType' => ['type' => 'string', 'enum' => ['blacklist', 'whitelist', 'none']], 'GetCachePolicyConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCachePolicyConfigResult' => ['type' => 'structure', 'members' => ['CachePolicyConfig' => ['shape' => 'CachePolicyConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CachePolicyConfig'], 'GetCachePolicyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCachePolicyResult' => ['type' => 'structure', 'members' => ['CachePolicy' => ['shape' => 'CachePolicy'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CachePolicy'], 'GetCloudFrontOriginAccessIdentityConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityConfigResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'GetCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'GetDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionConfigResult' => ['type' => 'structure', 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'DistributionConfig'], 'GetDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'GetFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionConfig'], 'GetFieldLevelEncryptionProfileConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'GetFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'GetFieldLevelEncryptionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetFieldLevelEncryptionResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'GetInvalidationRequest' => ['type' => 'structure', 'required' => ['DistributionId', 'Id'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetInvalidationResult' => ['type' => 'structure', 'members' => ['Invalidation' => ['shape' => 'Invalidation']], 'payload' => 'Invalidation'], 'GetOriginRequestPolicyConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetOriginRequestPolicyConfigResult' => ['type' => 'structure', 'members' => ['OriginRequestPolicyConfig' => ['shape' => 'OriginRequestPolicyConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'OriginRequestPolicyConfig'], 'GetOriginRequestPolicyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetOriginRequestPolicyResult' => ['type' => 'structure', 'members' => ['OriginRequestPolicy' => ['shape' => 'OriginRequestPolicy'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'OriginRequestPolicy'], 'GetPublicKeyConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyConfigResult' => ['type' => 'structure', 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKeyConfig'], 'GetPublicKeyRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetPublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'GetStreamingDistributionConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionConfigResult' => ['type' => 'structure', 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistributionConfig'], 'GetStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id']]], 'GetStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'HeaderList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'Headers' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'HeaderList']]], 'HttpVersion' => ['type' => 'string', 'enum' => ['http1.1', 'http2']], 'ICPRecordalStatus' => ['type' => 'string', 'enum' => ['APPROVED', 'SUSPENDED', 'PENDING']], 'IllegalDelete' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IllegalUpdate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InconsistentQuantities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidArgument' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidDefaultRootObject' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidErrorCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidForwardCookies' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidGeoRestrictionParameter' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidHeadersForS3Origin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidIfMatchVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLambdaFunctionAssociation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidLocationCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMinimumProtocolVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginKeepaliveTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidOriginReadTimeout' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidProtocolSettings' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRelativePath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequiredProtocol' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResponseCode' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTTLOrder' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTagging' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidViewerCertificate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidWebACLId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invalidation' => ['type' => 'structure', 'required' => ['Id', 'Status', 'CreateTime', 'InvalidationBatch'], 'members' => ['Id' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'InvalidationBatch' => ['shape' => 'InvalidationBatch']]], 'InvalidationBatch' => ['type' => 'structure', 'required' => ['Paths', 'CallerReference'], 'members' => ['Paths' => ['shape' => 'Paths'], 'CallerReference' => ['shape' => 'string']]], 'InvalidationList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'InvalidationSummaryList']]], 'InvalidationSummary' => ['type' => 'structure', 'required' => ['Id', 'CreateTime', 'Status'], 'members' => ['Id' => ['shape' => 'string'], 'CreateTime' => ['shape' => 'timestamp'], 'Status' => ['shape' => 'string']]], 'InvalidationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InvalidationSummary', 'locationName' => 'InvalidationSummary']], 'ItemSelection' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'all']], 'KeyPairIdList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'KeyPairId']], 'KeyPairIds' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'KeyPairIdList']]], 'LambdaFunctionARN' => ['type' => 'string'], 'LambdaFunctionAssociation' => ['type' => 'structure', 'required' => ['LambdaFunctionARN', 'EventType'], 'members' => ['LambdaFunctionARN' => ['shape' => 'LambdaFunctionARN'], 'EventType' => ['shape' => 'EventType'], 'IncludeBody' => ['shape' => 'boolean']]], 'LambdaFunctionAssociationList' => ['type' => 'list', 'member' => ['shape' => 'LambdaFunctionAssociation', 'locationName' => 'LambdaFunctionAssociation']], 'LambdaFunctionAssociations' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'LambdaFunctionAssociationList']]], 'ListCachePoliciesRequest' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'CachePolicyType', 'location' => 'querystring', 'locationName' => 'Type'], 'Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListCachePoliciesResult' => ['type' => 'structure', 'members' => ['CachePolicyList' => ['shape' => 'CachePolicyList']], 'payload' => 'CachePolicyList'], 'ListCloudFrontOriginAccessIdentitiesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListCloudFrontOriginAccessIdentitiesResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentityList' => ['shape' => 'CloudFrontOriginAccessIdentityList']], 'payload' => 'CloudFrontOriginAccessIdentityList'], 'ListDistributionsByCachePolicyIdRequest' => ['type' => 'structure', 'required' => ['CachePolicyId'], 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'CachePolicyId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'CachePolicyId']]], 'ListDistributionsByCachePolicyIdResult' => ['type' => 'structure', 'members' => ['DistributionIdList' => ['shape' => 'DistributionIdList']], 'payload' => 'DistributionIdList'], 'ListDistributionsByOriginRequestPolicyIdRequest' => ['type' => 'structure', 'required' => ['OriginRequestPolicyId'], 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'OriginRequestPolicyId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'OriginRequestPolicyId']]], 'ListDistributionsByOriginRequestPolicyIdResult' => ['type' => 'structure', 'members' => ['DistributionIdList' => ['shape' => 'DistributionIdList']], 'payload' => 'DistributionIdList'], 'ListDistributionsByWebACLIdRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'WebACLId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'WebACLId']]], 'ListDistributionsByWebACLIdResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListDistributionsResult' => ['type' => 'structure', 'members' => ['DistributionList' => ['shape' => 'DistributionList']], 'payload' => 'DistributionList'], 'ListFieldLevelEncryptionConfigsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionConfigsResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionList' => ['shape' => 'FieldLevelEncryptionList']], 'payload' => 'FieldLevelEncryptionList'], 'ListFieldLevelEncryptionProfilesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFieldLevelEncryptionProfilesResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfileList' => ['shape' => 'FieldLevelEncryptionProfileList']], 'payload' => 'FieldLevelEncryptionProfileList'], 'ListInvalidationsRequest' => ['type' => 'structure', 'required' => ['DistributionId'], 'members' => ['DistributionId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DistributionId'], 'Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListInvalidationsResult' => ['type' => 'structure', 'members' => ['InvalidationList' => ['shape' => 'InvalidationList']], 'payload' => 'InvalidationList'], 'ListOriginRequestPoliciesRequest' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'OriginRequestPolicyType', 'location' => 'querystring', 'locationName' => 'Type'], 'Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListOriginRequestPoliciesResult' => ['type' => 'structure', 'members' => ['OriginRequestPolicyList' => ['shape' => 'OriginRequestPolicyList']], 'payload' => 'OriginRequestPolicyList'], 'ListPublicKeysRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListPublicKeysResult' => ['type' => 'structure', 'members' => ['PublicKeyList' => ['shape' => 'PublicKeyList']], 'payload' => 'PublicKeyList'], 'ListStreamingDistributionsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListStreamingDistributionsResult' => ['type' => 'structure', 'members' => ['StreamingDistributionList' => ['shape' => 'StreamingDistributionList']], 'payload' => 'StreamingDistributionList'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'Tags']], 'payload' => 'Tags'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Location']], 'LoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'IncludeCookies', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'IncludeCookies' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Method' => ['type' => 'string', 'enum' => ['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']], 'MethodsList' => ['type' => 'list', 'member' => ['shape' => 'Method', 'locationName' => 'Method']], 'MinimumProtocolVersion' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1_2016', 'TLSv1.1_2016', 'TLSv1.2_2018', 'TLSv1.2_2019']], 'MissingBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NoSuchCachePolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchCloudFrontOriginAccessIdentity' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchFieldLevelEncryptionProfile' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchInvalidation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchOrigin' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchOriginRequestPolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchPublicKey' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchResource' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchStreamingDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Origin' => ['type' => 'structure', 'required' => ['Id', 'DomainName'], 'members' => ['Id' => ['shape' => 'string'], 'DomainName' => ['shape' => 'string'], 'OriginPath' => ['shape' => 'string'], 'CustomHeaders' => ['shape' => 'CustomHeaders'], 'S3OriginConfig' => ['shape' => 'S3OriginConfig'], 'CustomOriginConfig' => ['shape' => 'CustomOriginConfig'], 'ConnectionAttempts' => ['shape' => 'integer'], 'ConnectionTimeout' => ['shape' => 'integer']]], 'OriginCustomHeader' => ['type' => 'structure', 'required' => ['HeaderName', 'HeaderValue'], 'members' => ['HeaderName' => ['shape' => 'string'], 'HeaderValue' => ['shape' => 'string']]], 'OriginCustomHeadersList' => ['type' => 'list', 'member' => ['shape' => 'OriginCustomHeader', 'locationName' => 'OriginCustomHeader']], 'OriginGroup' => ['type' => 'structure', 'required' => ['Id', 'FailoverCriteria', 'Members'], 'members' => ['Id' => ['shape' => 'string'], 'FailoverCriteria' => ['shape' => 'OriginGroupFailoverCriteria'], 'Members' => ['shape' => 'OriginGroupMembers']]], 'OriginGroupFailoverCriteria' => ['type' => 'structure', 'required' => ['StatusCodes'], 'members' => ['StatusCodes' => ['shape' => 'StatusCodes']]], 'OriginGroupList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroup', 'locationName' => 'OriginGroup']], 'OriginGroupMember' => ['type' => 'structure', 'required' => ['OriginId'], 'members' => ['OriginId' => ['shape' => 'string']]], 'OriginGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'OriginGroupMember', 'locationName' => 'OriginGroupMember'], 'max' => 2, 'min' => 2], 'OriginGroupMembers' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupMemberList']]], 'OriginGroups' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginGroupList']]], 'OriginList' => ['type' => 'list', 'member' => ['shape' => 'Origin', 'locationName' => 'Origin'], 'min' => 1], 'OriginProtocolPolicy' => ['type' => 'string', 'enum' => ['http-only', 'match-viewer', 'https-only']], 'OriginRequestPolicy' => ['type' => 'structure', 'required' => ['Id', 'LastModifiedTime', 'OriginRequestPolicyConfig'], 'members' => ['Id' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'OriginRequestPolicyConfig' => ['shape' => 'OriginRequestPolicyConfig']]], 'OriginRequestPolicyAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'OriginRequestPolicyConfig' => ['type' => 'structure', 'required' => ['Name', 'HeadersConfig', 'CookiesConfig', 'QueryStringsConfig'], 'members' => ['Comment' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'HeadersConfig' => ['shape' => 'OriginRequestPolicyHeadersConfig'], 'CookiesConfig' => ['shape' => 'OriginRequestPolicyCookiesConfig'], 'QueryStringsConfig' => ['shape' => 'OriginRequestPolicyQueryStringsConfig']]], 'OriginRequestPolicyCookieBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'all']], 'OriginRequestPolicyCookiesConfig' => ['type' => 'structure', 'required' => ['CookieBehavior'], 'members' => ['CookieBehavior' => ['shape' => 'OriginRequestPolicyCookieBehavior'], 'Cookies' => ['shape' => 'CookieNames']]], 'OriginRequestPolicyHeaderBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'allViewer', 'allViewerAndWhitelistCloudFront']], 'OriginRequestPolicyHeadersConfig' => ['type' => 'structure', 'required' => ['HeaderBehavior'], 'members' => ['HeaderBehavior' => ['shape' => 'OriginRequestPolicyHeaderBehavior'], 'Headers' => ['shape' => 'Headers']]], 'OriginRequestPolicyInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'OriginRequestPolicyList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginRequestPolicySummaryList']]], 'OriginRequestPolicyQueryStringBehavior' => ['type' => 'string', 'enum' => ['none', 'whitelist', 'all']], 'OriginRequestPolicyQueryStringsConfig' => ['type' => 'structure', 'required' => ['QueryStringBehavior'], 'members' => ['QueryStringBehavior' => ['shape' => 'OriginRequestPolicyQueryStringBehavior'], 'QueryStrings' => ['shape' => 'QueryStringNames']]], 'OriginRequestPolicySummary' => ['type' => 'structure', 'required' => ['Type', 'OriginRequestPolicy'], 'members' => ['Type' => ['shape' => 'OriginRequestPolicyType'], 'OriginRequestPolicy' => ['shape' => 'OriginRequestPolicy']]], 'OriginRequestPolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'OriginRequestPolicySummary', 'locationName' => 'OriginRequestPolicySummary']], 'OriginRequestPolicyType' => ['type' => 'string', 'enum' => ['managed', 'custom']], 'OriginSslProtocols' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'SslProtocolsList']]], 'Origins' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'OriginList']]], 'ParametersInCacheKeyAndForwardedToOrigin' => ['type' => 'structure', 'required' => ['EnableAcceptEncodingGzip', 'HeadersConfig', 'CookiesConfig', 'QueryStringsConfig'], 'members' => ['EnableAcceptEncodingGzip' => ['shape' => 'boolean'], 'HeadersConfig' => ['shape' => 'CachePolicyHeadersConfig'], 'CookiesConfig' => ['shape' => 'CachePolicyCookiesConfig'], 'QueryStringsConfig' => ['shape' => 'CachePolicyQueryStringsConfig']]], 'PathList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Path']], 'Paths' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PathList']]], 'PreconditionFailed' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'PriceClass' => ['type' => 'string', 'enum' => ['PriceClass_100', 'PriceClass_200', 'PriceClass_All']], 'PublicKey' => ['type' => 'structure', 'required' => ['Id', 'CreatedTime', 'PublicKeyConfig'], 'members' => ['Id' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'PublicKeyConfig' => ['shape' => 'PublicKeyConfig']]], 'PublicKeyAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'Name', 'EncodedKey'], 'members' => ['CallerReference' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeyInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'PublicKeyList' => ['type' => 'structure', 'required' => ['MaxItems', 'Quantity'], 'members' => ['NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'PublicKeySummaryList']]], 'PublicKeySummary' => ['type' => 'structure', 'required' => ['Id', 'Name', 'CreatedTime', 'EncodedKey'], 'members' => ['Id' => ['shape' => 'string'], 'Name' => ['shape' => 'string'], 'CreatedTime' => ['shape' => 'timestamp'], 'EncodedKey' => ['shape' => 'string'], 'Comment' => ['shape' => 'string']]], 'PublicKeySummaryList' => ['type' => 'list', 'member' => ['shape' => 'PublicKeySummary', 'locationName' => 'PublicKeySummary']], 'QueryArgProfile' => ['type' => 'structure', 'required' => ['QueryArg', 'ProfileId'], 'members' => ['QueryArg' => ['shape' => 'string'], 'ProfileId' => ['shape' => 'string']]], 'QueryArgProfileConfig' => ['type' => 'structure', 'required' => ['ForwardWhenQueryArgProfileIsUnknown'], 'members' => ['ForwardWhenQueryArgProfileIsUnknown' => ['shape' => 'boolean'], 'QueryArgProfiles' => ['shape' => 'QueryArgProfiles']]], 'QueryArgProfileEmpty' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'QueryArgProfileList' => ['type' => 'list', 'member' => ['shape' => 'QueryArgProfile', 'locationName' => 'QueryArgProfile']], 'QueryArgProfiles' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryArgProfileList']]], 'QueryStringCacheKeys' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryStringCacheKeysList']]], 'QueryStringCacheKeysList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'QueryStringNames' => ['type' => 'structure', 'required' => ['Quantity'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'QueryStringNamesList']]], 'QueryStringNamesList' => ['type' => 'list', 'member' => ['shape' => 'string', 'locationName' => 'Name']], 'ResourceARN' => ['type' => 'string', 'pattern' => 'arn:aws(-cn)?:cloudfront::[0-9]+:.*'], 'Restrictions' => ['type' => 'structure', 'required' => ['GeoRestriction'], 'members' => ['GeoRestriction' => ['shape' => 'GeoRestriction']]], 'S3Origin' => ['type' => 'structure', 'required' => ['DomainName', 'OriginAccessIdentity'], 'members' => ['DomainName' => ['shape' => 'string'], 'OriginAccessIdentity' => ['shape' => 'string']]], 'S3OriginConfig' => ['type' => 'structure', 'required' => ['OriginAccessIdentity'], 'members' => ['OriginAccessIdentity' => ['shape' => 'string']]], 'SSLSupportMethod' => ['type' => 'string', 'enum' => ['sni-only', 'vip']], 'Signer' => ['type' => 'structure', 'members' => ['AwsAccountNumber' => ['shape' => 'string'], 'KeyPairIds' => ['shape' => 'KeyPairIds']]], 'SignerList' => ['type' => 'list', 'member' => ['shape' => 'Signer', 'locationName' => 'Signer']], 'SslProtocol' => ['type' => 'string', 'enum' => ['SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2']], 'SslProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'SslProtocol', 'locationName' => 'SslProtocol']], 'StatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'integer', 'locationName' => 'StatusCode'], 'min' => 1], 'StatusCodes' => ['type' => 'structure', 'required' => ['Quantity', 'Items'], 'members' => ['Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StatusCodeList']]], 'StreamingDistribution' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'DomainName', 'ActiveTrustedSigners', 'StreamingDistributionConfig'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'ActiveTrustedSigners' => ['shape' => 'ActiveTrustedSigners'], 'StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig']]], 'StreamingDistributionAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionConfig' => ['type' => 'structure', 'required' => ['CallerReference', 'S3Origin', 'Comment', 'TrustedSigners', 'Enabled'], 'members' => ['CallerReference' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'Comment' => ['shape' => 'string'], 'Logging' => ['shape' => 'StreamingLoggingConfig'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionConfigWithTags' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Tags'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig'], 'Tags' => ['shape' => 'Tags']]], 'StreamingDistributionList' => ['type' => 'structure', 'required' => ['Marker', 'MaxItems', 'IsTruncated', 'Quantity'], 'members' => ['Marker' => ['shape' => 'string'], 'NextMarker' => ['shape' => 'string'], 'MaxItems' => ['shape' => 'integer'], 'IsTruncated' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'StreamingDistributionSummaryList']]], 'StreamingDistributionNotDisabled' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'StreamingDistributionSummary' => ['type' => 'structure', 'required' => ['Id', 'ARN', 'Status', 'LastModifiedTime', 'DomainName', 'S3Origin', 'Aliases', 'TrustedSigners', 'Comment', 'PriceClass', 'Enabled'], 'members' => ['Id' => ['shape' => 'string'], 'ARN' => ['shape' => 'string'], 'Status' => ['shape' => 'string'], 'LastModifiedTime' => ['shape' => 'timestamp'], 'DomainName' => ['shape' => 'string'], 'S3Origin' => ['shape' => 'S3Origin'], 'Aliases' => ['shape' => 'Aliases'], 'TrustedSigners' => ['shape' => 'TrustedSigners'], 'Comment' => ['shape' => 'string'], 'PriceClass' => ['shape' => 'PriceClass'], 'Enabled' => ['shape' => 'boolean']]], 'StreamingDistributionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'StreamingDistributionSummary', 'locationName' => 'StreamingDistributionSummary']], 'StreamingLoggingConfig' => ['type' => 'structure', 'required' => ['Enabled', 'Bucket', 'Prefix'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Bucket' => ['shape' => 'string'], 'Prefix' => ['shape' => 'string']]], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'Key']], 'TagKeys' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagKeyList']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'Tags', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'Tags'], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'TagList']]], 'TooManyCacheBehaviors' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCachePolicies' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCertificates' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCloudFrontOriginAccessIdentities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCookieNamesInWhiteList' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCookiesInCachePolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyCookiesInOriginRequestPolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsAssociatedToCachePolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsAssociatedToFieldLevelEncryptionConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsAssociatedToOriginRequestPolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsWithLambdaAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyDistributionsWithSingleFunctionARN' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionConfigs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionContentTypeProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionEncryptionEntities' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionFieldPatterns' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyFieldLevelEncryptionQueryArgProfiles' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyHeadersInCachePolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyHeadersInForwardedValues' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyHeadersInOriginRequestPolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyInvalidationsInProgress' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyLambdaFunctionAssociations' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginCustomHeaders' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginGroupsPerDistribution' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOriginRequestPolicies' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyOrigins' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyPublicKeys' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyQueryStringParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyQueryStringsInCachePolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyQueryStringsInOriginRequestPolicy' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributionCNAMEs' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyStreamingDistributions' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrustedSigners' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSignerDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'string']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrustedSigners' => ['type' => 'structure', 'required' => ['Enabled', 'Quantity'], 'members' => ['Enabled' => ['shape' => 'boolean'], 'Quantity' => ['shape' => 'integer'], 'Items' => ['shape' => 'AwsAccountNumberList']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'ResourceARN', 'location' => 'querystring', 'locationName' => 'Resource'], 'TagKeys' => ['shape' => 'TagKeys', 'locationName' => 'TagKeys', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']]], 'payload' => 'TagKeys'], 'UpdateCachePolicyRequest' => ['type' => 'structure', 'required' => ['CachePolicyConfig', 'Id'], 'members' => ['CachePolicyConfig' => ['shape' => 'CachePolicyConfig', 'locationName' => 'CachePolicyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'CachePolicyConfig'], 'UpdateCachePolicyResult' => ['type' => 'structure', 'members' => ['CachePolicy' => ['shape' => 'CachePolicy'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CachePolicy'], 'UpdateCloudFrontOriginAccessIdentityRequest' => ['type' => 'structure', 'required' => ['CloudFrontOriginAccessIdentityConfig', 'Id'], 'members' => ['CloudFrontOriginAccessIdentityConfig' => ['shape' => 'CloudFrontOriginAccessIdentityConfig', 'locationName' => 'CloudFrontOriginAccessIdentityConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'CloudFrontOriginAccessIdentityConfig'], 'UpdateCloudFrontOriginAccessIdentityResult' => ['type' => 'structure', 'members' => ['CloudFrontOriginAccessIdentity' => ['shape' => 'CloudFrontOriginAccessIdentity'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'CloudFrontOriginAccessIdentity'], 'UpdateDistributionRequest' => ['type' => 'structure', 'required' => ['DistributionConfig', 'Id'], 'members' => ['DistributionConfig' => ['shape' => 'DistributionConfig', 'locationName' => 'DistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'DistributionConfig'], 'UpdateDistributionResult' => ['type' => 'structure', 'members' => ['Distribution' => ['shape' => 'Distribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'Distribution'], 'UpdateFieldLevelEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionConfig', 'Id'], 'members' => ['FieldLevelEncryptionConfig' => ['shape' => 'FieldLevelEncryptionConfig', 'locationName' => 'FieldLevelEncryptionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionConfig'], 'UpdateFieldLevelEncryptionConfigResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryption' => ['shape' => 'FieldLevelEncryption'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryption'], 'UpdateFieldLevelEncryptionProfileRequest' => ['type' => 'structure', 'required' => ['FieldLevelEncryptionProfileConfig', 'Id'], 'members' => ['FieldLevelEncryptionProfileConfig' => ['shape' => 'FieldLevelEncryptionProfileConfig', 'locationName' => 'FieldLevelEncryptionProfileConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'FieldLevelEncryptionProfileConfig'], 'UpdateFieldLevelEncryptionProfileResult' => ['type' => 'structure', 'members' => ['FieldLevelEncryptionProfile' => ['shape' => 'FieldLevelEncryptionProfile'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'FieldLevelEncryptionProfile'], 'UpdateOriginRequestPolicyRequest' => ['type' => 'structure', 'required' => ['OriginRequestPolicyConfig', 'Id'], 'members' => ['OriginRequestPolicyConfig' => ['shape' => 'OriginRequestPolicyConfig', 'locationName' => 'OriginRequestPolicyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'OriginRequestPolicyConfig'], 'UpdateOriginRequestPolicyResult' => ['type' => 'structure', 'members' => ['OriginRequestPolicy' => ['shape' => 'OriginRequestPolicy'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'OriginRequestPolicy'], 'UpdatePublicKeyRequest' => ['type' => 'structure', 'required' => ['PublicKeyConfig', 'Id'], 'members' => ['PublicKeyConfig' => ['shape' => 'PublicKeyConfig', 'locationName' => 'PublicKeyConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'PublicKeyConfig'], 'UpdatePublicKeyResult' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'PublicKey'], 'UpdateStreamingDistributionRequest' => ['type' => 'structure', 'required' => ['StreamingDistributionConfig', 'Id'], 'members' => ['StreamingDistributionConfig' => ['shape' => 'StreamingDistributionConfig', 'locationName' => 'StreamingDistributionConfig', 'xmlNamespace' => ['uri' => 'http://cloudfront.amazonaws.com/doc/2020-05-31/']], 'Id' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'Id'], 'IfMatch' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'If-Match']], 'payload' => 'StreamingDistributionConfig'], 'UpdateStreamingDistributionResult' => ['type' => 'structure', 'members' => ['StreamingDistribution' => ['shape' => 'StreamingDistribution'], 'ETag' => ['shape' => 'string', 'location' => 'header', 'locationName' => 'ETag']], 'payload' => 'StreamingDistribution'], 'ViewerCertificate' => ['type' => 'structure', 'members' => ['CloudFrontDefaultCertificate' => ['shape' => 'boolean'], 'IAMCertificateId' => ['shape' => 'string'], 'ACMCertificateArn' => ['shape' => 'string'], 'SSLSupportMethod' => ['shape' => 'SSLSupportMethod'], 'MinimumProtocolVersion' => ['shape' => 'MinimumProtocolVersion'], 'Certificate' => ['shape' => 'string', 'deprecated' => \true], 'CertificateSource' => ['shape' => 'CertificateSource', 'deprecated' => \true]]], 'ViewerProtocolPolicy' => ['type' => 'string', 'enum' => ['allow-all', 'https-only', 'redirect-to-https']], 'boolean' => ['type' => 'boolean'], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2020-05-31/paginators-1.json.php b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/paginators-1.json.php new file mode 100644 index 00000000..7590551b --- /dev/null +++ b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/paginators-1.json.php @@ -0,0 +1,4 @@ + ['ListCloudFrontOriginAccessIdentities' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'CloudFrontOriginAccessIdentityList.IsTruncated', 'output_token' => 'CloudFrontOriginAccessIdentityList.NextMarker', 'result_key' => 'CloudFrontOriginAccessIdentityList.Items'], 'ListDistributions' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'DistributionList.IsTruncated', 'output_token' => 'DistributionList.NextMarker', 'result_key' => 'DistributionList.Items'], 'ListInvalidations' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'InvalidationList.IsTruncated', 'output_token' => 'InvalidationList.NextMarker', 'result_key' => 'InvalidationList.Items'], 'ListStreamingDistributions' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'StreamingDistributionList.IsTruncated', 'output_token' => 'StreamingDistributionList.NextMarker', 'result_key' => 'StreamingDistributionList.Items']]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2020-05-31/smoke.json.php b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/smoke.json.php new file mode 100644 index 00000000..c7941dd0 --- /dev/null +++ b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/smoke.json.php @@ -0,0 +1,4 @@ + 1, 'defaultRegion' => 'us-east-1', 'testCases' => [['operationName' => 'ListCloudFrontOriginAccessIdentities', 'input' => ['MaxItems' => '1'], 'errorExpectedFromService' => \false], ['operationName' => 'GetDistribution', 'input' => ['Id' => 'fake-id'], 'errorExpectedFromService' => \true]]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-1.json.php b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-1.json.php new file mode 100644 index 00000000..1c74c6e9 --- /dev/null +++ b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-1.json.php @@ -0,0 +1,4 @@ + ['__default__' => ['success_type' => 'output', 'success_path' => 'Status'], 'StreamingDistributionDeployed' => ['operation' => 'GetStreamingDistribution', 'description' => 'Wait until a streaming distribution is deployed.', 'interval' => 60, 'max_attempts' => 25, 'success_value' => 'Deployed'], 'DistributionDeployed' => ['operation' => 'GetDistribution', 'description' => 'Wait until a distribution is deployed.', 'interval' => 60, 'max_attempts' => 25, 'success_value' => 'Deployed'], 'InvalidationCompleted' => ['operation' => 'GetInvalidation', 'description' => 'Wait until an invalidation has completed.', 'interval' => 20, 'max_attempts' => 30, 'success_value' => 'Completed']]]; diff --git a/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-2.json.php b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-2.json.php new file mode 100644 index 00000000..9096ec16 --- /dev/null +++ b/vendor/Aws3/Aws/data/cloudfront/2020-05-31/waiters-2.json.php @@ -0,0 +1,4 @@ + 2, 'waiters' => ['DistributionDeployed' => ['delay' => 60, 'operation' => 'GetDistribution', 'maxAttempts' => 35, 'description' => 'Wait until a distribution is deployed.', 'acceptors' => [['expected' => 'Deployed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Distribution.Status']]], 'InvalidationCompleted' => ['delay' => 20, 'operation' => 'GetInvalidation', 'maxAttempts' => 30, 'description' => 'Wait until an invalidation has completed.', 'acceptors' => [['expected' => 'Completed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Invalidation.Status']]], 'StreamingDistributionDeployed' => ['delay' => 60, 'operation' => 'GetStreamingDistribution', 'maxAttempts' => 25, 'description' => 'Wait until a streaming distribution is deployed.', 'acceptors' => [['expected' => 'Deployed', 'matcher' => 'path', 'state' => 'success', 'argument' => 'StreamingDistribution.Status']]]]]; diff --git a/vendor/Aws3/Aws/data/codeartifact/2018-09-22/api-2.json.php b/vendor/Aws3/Aws/data/codeartifact/2018-09-22/api-2.json.php new file mode 100644 index 00000000..462395e9 --- /dev/null +++ b/vendor/Aws3/Aws/data/codeartifact/2018-09-22/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2018-09-22', 'endpointPrefix' => 'codeartifact', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'CodeArtifact', 'serviceId' => 'codeartifact', 'signatureVersion' => 'v4', 'signingName' => 'codeartifact', 'uid' => 'codeartifact-2018-09-22'], 'operations' => ['AssociateExternalConnection' => ['name' => 'AssociateExternalConnection', 'http' => ['method' => 'POST', 'requestUri' => '/v1/repository/external-connection'], 'input' => ['shape' => 'AssociateExternalConnectionRequest'], 'output' => ['shape' => 'AssociateExternalConnectionResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'CopyPackageVersions' => ['name' => 'CopyPackageVersions', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/versions/copy'], 'input' => ['shape' => 'CopyPackageVersionsRequest'], 'output' => ['shape' => 'CopyPackageVersionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'CreateDomain' => ['name' => 'CreateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/v1/domain'], 'input' => ['shape' => 'CreateDomainRequest'], 'output' => ['shape' => 'CreateDomainResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'CreateRepository' => ['name' => 'CreateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/v1/repository'], 'input' => ['shape' => 'CreateRepositoryRequest'], 'output' => ['shape' => 'CreateRepositoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DeleteDomain' => ['name' => 'DeleteDomain', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/domain'], 'input' => ['shape' => 'DeleteDomainRequest'], 'output' => ['shape' => 'DeleteDomainResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DeleteDomainPermissionsPolicy' => ['name' => 'DeleteDomainPermissionsPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/domain/permissions/policy'], 'input' => ['shape' => 'DeleteDomainPermissionsPolicyRequest'], 'output' => ['shape' => 'DeleteDomainPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DeletePackageVersions' => ['name' => 'DeletePackageVersions', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/versions/delete'], 'input' => ['shape' => 'DeletePackageVersionsRequest'], 'output' => ['shape' => 'DeletePackageVersionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DeleteRepository' => ['name' => 'DeleteRepository', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/repository'], 'input' => ['shape' => 'DeleteRepositoryRequest'], 'output' => ['shape' => 'DeleteRepositoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DeleteRepositoryPermissionsPolicy' => ['name' => 'DeleteRepositoryPermissionsPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/repository/permissions/policies'], 'input' => ['shape' => 'DeleteRepositoryPermissionsPolicyRequest'], 'output' => ['shape' => 'DeleteRepositoryPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DescribeDomain' => ['name' => 'DescribeDomain', 'http' => ['method' => 'GET', 'requestUri' => '/v1/domain'], 'input' => ['shape' => 'DescribeDomainRequest'], 'output' => ['shape' => 'DescribeDomainResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DescribePackageVersion' => ['name' => 'DescribePackageVersion', 'http' => ['method' => 'GET', 'requestUri' => '/v1/package/version'], 'input' => ['shape' => 'DescribePackageVersionRequest'], 'output' => ['shape' => 'DescribePackageVersionResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DescribeRepository' => ['name' => 'DescribeRepository', 'http' => ['method' => 'GET', 'requestUri' => '/v1/repository'], 'input' => ['shape' => 'DescribeRepositoryRequest'], 'output' => ['shape' => 'DescribeRepositoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DisassociateExternalConnection' => ['name' => 'DisassociateExternalConnection', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/repository/external-connection'], 'input' => ['shape' => 'DisassociateExternalConnectionRequest'], 'output' => ['shape' => 'DisassociateExternalConnectionResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'DisposePackageVersions' => ['name' => 'DisposePackageVersions', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/versions/dispose'], 'input' => ['shape' => 'DisposePackageVersionsRequest'], 'output' => ['shape' => 'DisposePackageVersionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetAuthorizationToken' => ['name' => 'GetAuthorizationToken', 'http' => ['method' => 'POST', 'requestUri' => '/v1/authorization-token'], 'input' => ['shape' => 'GetAuthorizationTokenRequest'], 'output' => ['shape' => 'GetAuthorizationTokenResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetDomainPermissionsPolicy' => ['name' => 'GetDomainPermissionsPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/v1/domain/permissions/policy'], 'input' => ['shape' => 'GetDomainPermissionsPolicyRequest'], 'output' => ['shape' => 'GetDomainPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetPackageVersionAsset' => ['name' => 'GetPackageVersionAsset', 'http' => ['method' => 'GET', 'requestUri' => '/v1/package/version/asset'], 'input' => ['shape' => 'GetPackageVersionAssetRequest'], 'output' => ['shape' => 'GetPackageVersionAssetResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetPackageVersionReadme' => ['name' => 'GetPackageVersionReadme', 'http' => ['method' => 'GET', 'requestUri' => '/v1/package/version/readme'], 'input' => ['shape' => 'GetPackageVersionReadmeRequest'], 'output' => ['shape' => 'GetPackageVersionReadmeResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetRepositoryEndpoint' => ['name' => 'GetRepositoryEndpoint', 'http' => ['method' => 'GET', 'requestUri' => '/v1/repository/endpoint'], 'input' => ['shape' => 'GetRepositoryEndpointRequest'], 'output' => ['shape' => 'GetRepositoryEndpointResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'GetRepositoryPermissionsPolicy' => ['name' => 'GetRepositoryPermissionsPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/v1/repository/permissions/policy'], 'input' => ['shape' => 'GetRepositoryPermissionsPolicyRequest'], 'output' => ['shape' => 'GetRepositoryPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/v1/domains'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListPackageVersionAssets' => ['name' => 'ListPackageVersionAssets', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/version/assets'], 'input' => ['shape' => 'ListPackageVersionAssetsRequest'], 'output' => ['shape' => 'ListPackageVersionAssetsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListPackageVersionDependencies' => ['name' => 'ListPackageVersionDependencies', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/version/dependencies'], 'input' => ['shape' => 'ListPackageVersionDependenciesRequest'], 'output' => ['shape' => 'ListPackageVersionDependenciesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListPackageVersions' => ['name' => 'ListPackageVersions', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/versions'], 'input' => ['shape' => 'ListPackageVersionsRequest'], 'output' => ['shape' => 'ListPackageVersionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListPackages' => ['name' => 'ListPackages', 'http' => ['method' => 'POST', 'requestUri' => '/v1/packages'], 'input' => ['shape' => 'ListPackagesRequest'], 'output' => ['shape' => 'ListPackagesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListRepositories' => ['name' => 'ListRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/v1/repositories'], 'input' => ['shape' => 'ListRepositoriesRequest'], 'output' => ['shape' => 'ListRepositoriesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'ListRepositoriesInDomain' => ['name' => 'ListRepositoriesInDomain', 'http' => ['method' => 'POST', 'requestUri' => '/v1/domain/repositories'], 'input' => ['shape' => 'ListRepositoriesInDomainRequest'], 'output' => ['shape' => 'ListRepositoriesInDomainResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'PutDomainPermissionsPolicy' => ['name' => 'PutDomainPermissionsPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/domain/permissions/policy'], 'input' => ['shape' => 'PutDomainPermissionsPolicyRequest'], 'output' => ['shape' => 'PutDomainPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'PutRepositoryPermissionsPolicy' => ['name' => 'PutRepositoryPermissionsPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/repository/permissions/policy'], 'input' => ['shape' => 'PutRepositoryPermissionsPolicyRequest'], 'output' => ['shape' => 'PutRepositoryPermissionsPolicyResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'UpdatePackageVersionsStatus' => ['name' => 'UpdatePackageVersionsStatus', 'http' => ['method' => 'POST', 'requestUri' => '/v1/package/versions/update_status'], 'input' => ['shape' => 'UpdatePackageVersionsStatusRequest'], 'output' => ['shape' => 'UpdatePackageVersionsStatusResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'UpdateRepository' => ['name' => 'UpdateRepository', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/repository'], 'input' => ['shape' => 'UpdateRepositoryRequest'], 'output' => ['shape' => 'UpdateRepositoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]{12}'], 'Arn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '\\S+'], 'Asset' => ['type' => 'blob', 'streaming' => \true], 'AssetHashes' => ['type' => 'map', 'key' => ['shape' => 'HashAlgorithm'], 'value' => ['shape' => 'HashValue']], 'AssetName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '\\P{C}+'], 'AssetSummary' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'AssetName'], 'size' => ['shape' => 'LongOptional'], 'hashes' => ['shape' => 'AssetHashes']]], 'AssetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'AssetSummary']], 'AssociateExternalConnectionRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'externalConnection'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'externalConnection' => ['shape' => 'ExternalConnectionName', 'location' => 'querystring', 'locationName' => 'external-connection']]], 'AssociateExternalConnectionResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'AuthorizationTokenDurationSeconds' => ['type' => 'long', 'max' => 43200, 'min' => 0], 'BooleanOptional' => ['type' => 'boolean'], 'ConflictException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CopyPackageVersionsRequest' => ['type' => 'structure', 'required' => ['domain', 'sourceRepository', 'destinationRepository', 'format', 'package'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'sourceRepository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'source-repository'], 'destinationRepository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'destination-repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'versions' => ['shape' => 'PackageVersionList'], 'versionRevisions' => ['shape' => 'PackageVersionRevisionMap'], 'allowOverwrite' => ['shape' => 'BooleanOptional'], 'includeFromUpstream' => ['shape' => 'BooleanOptional']]], 'CopyPackageVersionsResult' => ['type' => 'structure', 'members' => ['successfulVersions' => ['shape' => 'SuccessfulPackageVersionInfoMap'], 'failedVersions' => ['shape' => 'PackageVersionErrorMap']]], 'CreateDomainRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'encryptionKey' => ['shape' => 'Arn']]], 'CreateDomainResult' => ['type' => 'structure', 'members' => ['domain' => ['shape' => 'DomainDescription']]], 'CreateRepositoryRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'description' => ['shape' => 'Description'], 'upstreams' => ['shape' => 'UpstreamRepositoryList']]], 'CreateRepositoryResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'DeleteDomainPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'policyRevision' => ['shape' => 'PolicyRevision', 'location' => 'querystring', 'locationName' => 'policy-revision']]], 'DeleteDomainPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'DeleteDomainRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner']]], 'DeleteDomainResult' => ['type' => 'structure', 'members' => ['domain' => ['shape' => 'DomainDescription']]], 'DeletePackageVersionsRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'versions'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'versions' => ['shape' => 'PackageVersionList'], 'expectedStatus' => ['shape' => 'PackageVersionStatus']]], 'DeletePackageVersionsResult' => ['type' => 'structure', 'members' => ['successfulVersions' => ['shape' => 'SuccessfulPackageVersionInfoMap'], 'failedVersions' => ['shape' => 'PackageVersionErrorMap']]], 'DeleteRepositoryPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'policyRevision' => ['shape' => 'PolicyRevision', 'location' => 'querystring', 'locationName' => 'policy-revision']]], 'DeleteRepositoryPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'DeleteRepositoryRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository']]], 'DeleteRepositoryResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'DescribeDomainRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner']]], 'DescribeDomainResult' => ['type' => 'structure', 'members' => ['domain' => ['shape' => 'DomainDescription']]], 'DescribePackageVersionRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'packageVersion'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'querystring', 'locationName' => 'version']]], 'DescribePackageVersionResult' => ['type' => 'structure', 'required' => ['packageVersion'], 'members' => ['packageVersion' => ['shape' => 'PackageVersionDescription']]], 'DescribeRepositoryRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository']]], 'DescribeRepositoryResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'Description' => ['type' => 'string', 'max' => 1000, 'pattern' => '\\P{C}+'], 'DisassociateExternalConnectionRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'externalConnection'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'externalConnection' => ['shape' => 'ExternalConnectionName', 'location' => 'querystring', 'locationName' => 'external-connection']]], 'DisassociateExternalConnectionResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'DisposePackageVersionsRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'versions'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'versions' => ['shape' => 'PackageVersionList'], 'versionRevisions' => ['shape' => 'PackageVersionRevisionMap'], 'expectedStatus' => ['shape' => 'PackageVersionStatus']]], 'DisposePackageVersionsResult' => ['type' => 'structure', 'members' => ['successfulVersions' => ['shape' => 'SuccessfulPackageVersionInfoMap'], 'failedVersions' => ['shape' => 'PackageVersionErrorMap']]], 'DomainDescription' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'DomainName'], 'owner' => ['shape' => 'AccountId'], 'arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'DomainStatus'], 'createdTime' => ['shape' => 'Timestamp'], 'encryptionKey' => ['shape' => 'Arn'], 'repositoryCount' => ['shape' => 'Integer'], 'assetSizeBytes' => ['shape' => 'Long']]], 'DomainName' => ['type' => 'string', 'max' => 50, 'min' => 2, 'pattern' => '[a-z][a-z0-9\\-]{0,48}[a-z0-9]'], 'DomainStatus' => ['type' => 'string', 'enum' => ['Active', 'Deleted']], 'DomainSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'DomainName'], 'owner' => ['shape' => 'AccountId'], 'arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'DomainStatus'], 'createdTime' => ['shape' => 'Timestamp'], 'encryptionKey' => ['shape' => 'Arn']]], 'DomainSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DomainSummary']], 'ErrorMessage' => ['type' => 'string'], 'ExternalConnectionName' => ['type' => 'string', 'pattern' => '[A-Za-z0-9][A-Za-z0-9._\\-:]{1,99}'], 'ExternalConnectionStatus' => ['type' => 'string', 'enum' => ['Available']], 'GetAuthorizationTokenRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'durationSeconds' => ['shape' => 'AuthorizationTokenDurationSeconds', 'location' => 'querystring', 'locationName' => 'duration']]], 'GetAuthorizationTokenResult' => ['type' => 'structure', 'members' => ['authorizationToken' => ['shape' => 'String'], 'expiration' => ['shape' => 'Timestamp']]], 'GetDomainPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner']]], 'GetDomainPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'GetPackageVersionAssetRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'packageVersion', 'asset'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'querystring', 'locationName' => 'version'], 'asset' => ['shape' => 'AssetName', 'location' => 'querystring', 'locationName' => 'asset'], 'packageVersionRevision' => ['shape' => 'PackageVersionRevision', 'location' => 'querystring', 'locationName' => 'revision']]], 'GetPackageVersionAssetResult' => ['type' => 'structure', 'members' => ['asset' => ['shape' => 'Asset'], 'assetName' => ['shape' => 'AssetName', 'location' => 'header', 'locationName' => 'X-AssetName'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'header', 'locationName' => 'X-PackageVersion'], 'packageVersionRevision' => ['shape' => 'PackageVersionRevision', 'location' => 'header', 'locationName' => 'X-PackageVersionRevision']], 'payload' => 'asset'], 'GetPackageVersionReadmeRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'packageVersion'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'querystring', 'locationName' => 'version']]], 'GetPackageVersionReadmeResult' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName'], 'version' => ['shape' => 'PackageVersion'], 'versionRevision' => ['shape' => 'PackageVersionRevision'], 'readme' => ['shape' => 'String']]], 'GetRepositoryEndpointRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format']]], 'GetRepositoryEndpointResult' => ['type' => 'structure', 'members' => ['repositoryEndpoint' => ['shape' => 'String']]], 'GetRepositoryPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository']]], 'GetRepositoryPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'HashAlgorithm' => ['type' => 'string', 'enum' => ['MD5', 'SHA-1', 'SHA-256', 'SHA-512']], 'HashValue' => ['type' => 'string', 'max' => 512, 'min' => 32, 'pattern' => '[0-9a-f]+'], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'LicenseInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'url' => ['shape' => 'String']]], 'LicenseInfoList' => ['type' => 'list', 'member' => ['shape' => 'LicenseInfo']], 'ListDomainsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListDomainsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'ListDomainsMaxResults'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListDomainsResult' => ['type' => 'structure', 'members' => ['domains' => ['shape' => 'DomainSummaryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListPackageVersionAssetsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListPackageVersionAssetsRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'packageVersion'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'querystring', 'locationName' => 'version'], 'maxResults' => ['shape' => 'ListPackageVersionAssetsMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPackageVersionAssetsResult' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName'], 'version' => ['shape' => 'PackageVersion'], 'versionRevision' => ['shape' => 'PackageVersionRevision'], 'nextToken' => ['shape' => 'PaginationToken'], 'assets' => ['shape' => 'AssetSummaryList']]], 'ListPackageVersionDependenciesRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'packageVersion'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'packageVersion' => ['shape' => 'PackageVersion', 'location' => 'querystring', 'locationName' => 'version'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPackageVersionDependenciesResult' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName'], 'version' => ['shape' => 'PackageVersion'], 'versionRevision' => ['shape' => 'PackageVersionRevision'], 'nextToken' => ['shape' => 'PaginationToken'], 'dependencies' => ['shape' => 'PackageDependencyList']]], 'ListPackageVersionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListPackageVersionsRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'status' => ['shape' => 'PackageVersionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'sortBy' => ['shape' => 'PackageVersionSortType', 'location' => 'querystring', 'locationName' => 'sortBy'], 'maxResults' => ['shape' => 'ListPackageVersionsMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPackageVersionsResult' => ['type' => 'structure', 'members' => ['defaultDisplayVersion' => ['shape' => 'PackageVersion'], 'format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName'], 'versions' => ['shape' => 'PackageVersionSummaryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListPackagesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListPackagesRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'packagePrefix' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package-prefix'], 'maxResults' => ['shape' => 'ListPackagesMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListPackagesResult' => ['type' => 'structure', 'members' => ['packages' => ['shape' => 'PackageSummaryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRepositoriesInDomainMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListRepositoriesInDomainRequest' => ['type' => 'structure', 'required' => ['domain'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'administratorAccount' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'administrator-account'], 'repositoryPrefix' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository-prefix'], 'maxResults' => ['shape' => 'ListRepositoriesInDomainMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRepositoriesInDomainResult' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositorySummaryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRepositoriesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListRepositoriesRequest' => ['type' => 'structure', 'members' => ['repositoryPrefix' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository-prefix'], 'maxResults' => ['shape' => 'ListRepositoriesMaxResults', 'location' => 'querystring', 'locationName' => 'max-results'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'next-token']]], 'ListRepositoriesResult' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositorySummaryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'Long' => ['type' => 'long'], 'LongOptional' => ['type' => 'long'], 'PackageDependency' => ['type' => 'structure', 'members' => ['namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName'], 'dependencyType' => ['shape' => 'String'], 'versionRequirement' => ['shape' => 'String']]], 'PackageDependencyList' => ['type' => 'list', 'member' => ['shape' => 'PackageDependency']], 'PackageFormat' => ['type' => 'string', 'enum' => ['npm', 'pypi', 'maven']], 'PackageName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^!#/\\s]+'], 'PackageNamespace' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^!#/\\s]+'], 'PackageSummary' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'package' => ['shape' => 'PackageName']]], 'PackageSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PackageSummary']], 'PackageVersion' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^!#/\\s]+'], 'PackageVersionDescription' => ['type' => 'structure', 'members' => ['format' => ['shape' => 'PackageFormat'], 'namespace' => ['shape' => 'PackageNamespace'], 'packageName' => ['shape' => 'PackageName'], 'displayName' => ['shape' => 'String255'], 'version' => ['shape' => 'PackageVersion'], 'summary' => ['shape' => 'String'], 'homePage' => ['shape' => 'String'], 'sourceCodeRepository' => ['shape' => 'String'], 'publishedTime' => ['shape' => 'Timestamp'], 'licenses' => ['shape' => 'LicenseInfoList'], 'revision' => ['shape' => 'PackageVersionRevision'], 'status' => ['shape' => 'PackageVersionStatus']]], 'PackageVersionError' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'PackageVersionErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'PackageVersionErrorCode' => ['type' => 'string', 'enum' => ['ALREADY_EXISTS', 'MISMATCHED_REVISION', 'MISMATCHED_STATUS', 'NOT_ALLOWED', 'NOT_FOUND', 'SKIPPED']], 'PackageVersionErrorMap' => ['type' => 'map', 'key' => ['shape' => 'PackageVersion'], 'value' => ['shape' => 'PackageVersionError']], 'PackageVersionList' => ['type' => 'list', 'member' => ['shape' => 'PackageVersion']], 'PackageVersionRevision' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '\\S+'], 'PackageVersionRevisionMap' => ['type' => 'map', 'key' => ['shape' => 'PackageVersion'], 'value' => ['shape' => 'PackageVersionRevision']], 'PackageVersionSortType' => ['type' => 'string', 'enum' => ['PUBLISHED_TIME']], 'PackageVersionStatus' => ['type' => 'string', 'enum' => ['Published', 'Unfinished', 'Unlisted', 'Archived', 'Disposed', 'Deleted']], 'PackageVersionSummary' => ['type' => 'structure', 'required' => ['version', 'status'], 'members' => ['version' => ['shape' => 'PackageVersion'], 'revision' => ['shape' => 'PackageVersionRevision'], 'status' => ['shape' => 'PackageVersionStatus']]], 'PackageVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PackageVersionSummary']], 'PaginationToken' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '\\S+'], 'PolicyDocument' => ['type' => 'string', 'max' => 5120, 'min' => 1], 'PolicyRevision' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '\\S+'], 'PutDomainPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain', 'policyDocument'], 'members' => ['domain' => ['shape' => 'DomainName'], 'domainOwner' => ['shape' => 'AccountId'], 'policyRevision' => ['shape' => 'PolicyRevision'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'PutDomainPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'PutRepositoryPermissionsPolicyRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'policyDocument'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'policyRevision' => ['shape' => 'PolicyRevision'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'PutRepositoryPermissionsPolicyResult' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'ResourcePolicy']]], 'RepositoryDescription' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RepositoryName'], 'administratorAccount' => ['shape' => 'AccountId'], 'domainName' => ['shape' => 'DomainName'], 'domainOwner' => ['shape' => 'AccountId'], 'arn' => ['shape' => 'Arn'], 'description' => ['shape' => 'Description'], 'upstreams' => ['shape' => 'UpstreamRepositoryInfoList'], 'externalConnections' => ['shape' => 'RepositoryExternalConnectionInfoList']]], 'RepositoryExternalConnectionInfo' => ['type' => 'structure', 'members' => ['externalConnectionName' => ['shape' => 'ExternalConnectionName'], 'packageFormat' => ['shape' => 'PackageFormat'], 'status' => ['shape' => 'ExternalConnectionStatus']]], 'RepositoryExternalConnectionInfoList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryExternalConnectionInfo']], 'RepositoryName' => ['type' => 'string', 'max' => 100, 'min' => 2, 'pattern' => '[A-Za-z0-9][A-Za-z0-9._\\-]{1,99}'], 'RepositorySummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RepositoryName'], 'administratorAccount' => ['shape' => 'AccountId'], 'domainName' => ['shape' => 'DomainName'], 'domainOwner' => ['shape' => 'AccountId'], 'arn' => ['shape' => 'Arn'], 'description' => ['shape' => 'Description']]], 'RepositorySummaryList' => ['type' => 'list', 'member' => ['shape' => 'RepositorySummary']], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePolicy' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => 'Arn'], 'revision' => ['shape' => 'PolicyRevision'], 'document' => ['shape' => 'PolicyDocument']]], 'ResourceType' => ['type' => 'string', 'enum' => ['domain', 'repository', 'package', 'package-version', 'asset']], 'RetryAfterSeconds' => ['type' => 'integer'], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'resourceId' => ['shape' => 'String'], 'resourceType' => ['shape' => 'ResourceType']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'String' => ['type' => 'string'], 'String255' => ['type' => 'string', 'max' => 255, 'min' => 1], 'SuccessfulPackageVersionInfo' => ['type' => 'structure', 'members' => ['revision' => ['shape' => 'String'], 'status' => ['shape' => 'PackageVersionStatus']]], 'SuccessfulPackageVersionInfoMap' => ['type' => 'map', 'key' => ['shape' => 'PackageVersion'], 'value' => ['shape' => 'SuccessfulPackageVersionInfo']], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'retryAfterSeconds' => ['shape' => 'RetryAfterSeconds', 'location' => 'header', 'locationName' => 'Retry-After']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UpdatePackageVersionsStatusRequest' => ['type' => 'structure', 'required' => ['domain', 'repository', 'format', 'package', 'versions', 'targetStatus'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'format' => ['shape' => 'PackageFormat', 'location' => 'querystring', 'locationName' => 'format'], 'namespace' => ['shape' => 'PackageNamespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'package' => ['shape' => 'PackageName', 'location' => 'querystring', 'locationName' => 'package'], 'versions' => ['shape' => 'PackageVersionList'], 'versionRevisions' => ['shape' => 'PackageVersionRevisionMap'], 'expectedStatus' => ['shape' => 'PackageVersionStatus'], 'targetStatus' => ['shape' => 'PackageVersionStatus']]], 'UpdatePackageVersionsStatusResult' => ['type' => 'structure', 'members' => ['successfulVersions' => ['shape' => 'SuccessfulPackageVersionInfoMap'], 'failedVersions' => ['shape' => 'PackageVersionErrorMap']]], 'UpdateRepositoryRequest' => ['type' => 'structure', 'required' => ['domain', 'repository'], 'members' => ['domain' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domain'], 'domainOwner' => ['shape' => 'AccountId', 'location' => 'querystring', 'locationName' => 'domain-owner'], 'repository' => ['shape' => 'RepositoryName', 'location' => 'querystring', 'locationName' => 'repository'], 'description' => ['shape' => 'Description'], 'upstreams' => ['shape' => 'UpstreamRepositoryList']]], 'UpdateRepositoryResult' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'RepositoryDescription']]], 'UpstreamRepository' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'UpstreamRepositoryInfo' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'UpstreamRepositoryInfoList' => ['type' => 'list', 'member' => ['shape' => 'UpstreamRepositoryInfo']], 'UpstreamRepositoryList' => ['type' => 'list', 'member' => ['shape' => 'UpstreamRepository']], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String'], 'reason' => ['shape' => 'ValidationExceptionReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ValidationExceptionReason' => ['type' => 'string', 'enum' => ['CANNOT_PARSE', 'ENCRYPTION_KEY_ERROR', 'FIELD_VALIDATION_FAILED', 'UNKNOWN_OPERATION', 'OTHER']]]]; diff --git a/vendor/Aws3/Aws/data/codeartifact/2018-09-22/paginators-1.json.php b/vendor/Aws3/Aws/data/codeartifact/2018-09-22/paginators-1.json.php new file mode 100644 index 00000000..38b1cd31 --- /dev/null +++ b/vendor/Aws3/Aws/data/codeartifact/2018-09-22/paginators-1.json.php @@ -0,0 +1,4 @@ + ['ListDomains' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'domains'], 'ListPackageVersionAssets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assets'], 'ListPackageVersions' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'versions'], 'ListPackages' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'packages'], 'ListRepositories' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'repositories'], 'ListRepositoriesInDomain' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'repositories']]]; diff --git a/vendor/Aws3/Aws/data/codebuild/2016-10-06/api-2.json.php b/vendor/Aws3/Aws/data/codebuild/2016-10-06/api-2.json.php index d4e83cda..265b72c6 100644 --- a/vendor/Aws3/Aws/data/codebuild/2016-10-06/api-2.json.php +++ b/vendor/Aws3/Aws/data/codebuild/2016-10-06/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-10-06', 'endpointPrefix' => 'codebuild', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS CodeBuild', 'serviceId' => 'CodeBuild', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeBuild_20161006', 'uid' => 'codebuild-2016-10-06'], 'operations' => ['BatchDeleteBuilds' => ['name' => 'BatchDeleteBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteBuildsInput'], 'output' => ['shape' => 'BatchDeleteBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetBuilds' => ['name' => 'BatchGetBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetBuildsInput'], 'output' => ['shape' => 'BatchGetBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetProjects' => ['name' => 'BatchGetProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetProjectsInput'], 'output' => ['shape' => 'BatchGetProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetReportGroups' => ['name' => 'BatchGetReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetReportGroupsInput'], 'output' => ['shape' => 'BatchGetReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetReports' => ['name' => 'BatchGetReports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetReportsInput'], 'output' => ['shape' => 'BatchGetReportsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'CreateProject' => ['name' => 'CreateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectInput'], 'output' => ['shape' => 'CreateProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'AccountLimitExceededException']]], 'CreateReportGroup' => ['name' => 'CreateReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReportGroupInput'], 'output' => ['shape' => 'CreateReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'AccountLimitExceededException']]], 'CreateWebhook' => ['name' => 'CreateWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebhookInput'], 'output' => ['shape' => 'CreateWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OAuthProviderException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteProject' => ['name' => 'DeleteProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProjectInput'], 'output' => ['shape' => 'DeleteProjectOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteReport' => ['name' => 'DeleteReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReportInput'], 'output' => ['shape' => 'DeleteReportOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteReportGroup' => ['name' => 'DeleteReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReportGroupInput'], 'output' => ['shape' => 'DeleteReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyInput'], 'output' => ['shape' => 'DeleteResourcePolicyOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteSourceCredentials' => ['name' => 'DeleteSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSourceCredentialsInput'], 'output' => ['shape' => 'DeleteSourceCredentialsOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteWebhook' => ['name' => 'DeleteWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebhookInput'], 'output' => ['shape' => 'DeleteWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OAuthProviderException']]], 'DescribeTestCases' => ['name' => 'DescribeTestCases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTestCasesInput'], 'output' => ['shape' => 'DescribeTestCasesOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcePolicyInput'], 'output' => ['shape' => 'GetResourcePolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'ImportSourceCredentials' => ['name' => 'ImportSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSourceCredentialsInput'], 'output' => ['shape' => 'ImportSourceCredentialsOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'AccountLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'InvalidateProjectCache' => ['name' => 'InvalidateProjectCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InvalidateProjectCacheInput'], 'output' => ['shape' => 'InvalidateProjectCacheOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListBuilds' => ['name' => 'ListBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsInput'], 'output' => ['shape' => 'ListBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListBuildsForProject' => ['name' => 'ListBuildsForProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsForProjectInput'], 'output' => ['shape' => 'ListBuildsForProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListCuratedEnvironmentImages' => ['name' => 'ListCuratedEnvironmentImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCuratedEnvironmentImagesInput'], 'output' => ['shape' => 'ListCuratedEnvironmentImagesOutput']], 'ListProjects' => ['name' => 'ListProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProjectsInput'], 'output' => ['shape' => 'ListProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReportGroups' => ['name' => 'ListReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportGroupsInput'], 'output' => ['shape' => 'ListReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReports' => ['name' => 'ListReports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportsInput'], 'output' => ['shape' => 'ListReportsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReportsForReportGroup' => ['name' => 'ListReportsForReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportsForReportGroupInput'], 'output' => ['shape' => 'ListReportsForReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListSharedProjects' => ['name' => 'ListSharedProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSharedProjectsInput'], 'output' => ['shape' => 'ListSharedProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListSharedReportGroups' => ['name' => 'ListSharedReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSharedReportGroupsInput'], 'output' => ['shape' => 'ListSharedReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListSourceCredentials' => ['name' => 'ListSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSourceCredentialsInput'], 'output' => ['shape' => 'ListSourceCredentialsOutput']], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyInput'], 'output' => ['shape' => 'PutResourcePolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'StartBuild' => ['name' => 'StartBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartBuildInput'], 'output' => ['shape' => 'StartBuildOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccountLimitExceededException']]], 'StopBuild' => ['name' => 'StopBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopBuildInput'], 'output' => ['shape' => 'StopBuildOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateProject' => ['name' => 'UpdateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProjectInput'], 'output' => ['shape' => 'UpdateProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateReportGroup' => ['name' => 'UpdateReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateReportGroupInput'], 'output' => ['shape' => 'UpdateReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateWebhook' => ['name' => 'UpdateWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebhookInput'], 'output' => ['shape' => 'UpdateWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OAuthProviderException']]]], 'shapes' => ['AccountLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ArtifactNamespace' => ['type' => 'string', 'enum' => ['NONE', 'BUILD_ID']], 'ArtifactPackaging' => ['type' => 'string', 'enum' => ['NONE', 'ZIP']], 'ArtifactsType' => ['type' => 'string', 'enum' => ['CODEPIPELINE', 'S3', 'NO_ARTIFACTS']], 'AuthType' => ['type' => 'string', 'enum' => ['OAUTH', 'BASIC_AUTH', 'PERSONAL_ACCESS_TOKEN']], 'BatchDeleteBuildsInput' => ['type' => 'structure', 'required' => ['ids'], 'members' => ['ids' => ['shape' => 'BuildIds']]], 'BatchDeleteBuildsOutput' => ['type' => 'structure', 'members' => ['buildsDeleted' => ['shape' => 'BuildIds'], 'buildsNotDeleted' => ['shape' => 'BuildsNotDeleted']]], 'BatchGetBuildsInput' => ['type' => 'structure', 'required' => ['ids'], 'members' => ['ids' => ['shape' => 'BuildIds']]], 'BatchGetBuildsOutput' => ['type' => 'structure', 'members' => ['builds' => ['shape' => 'Builds'], 'buildsNotFound' => ['shape' => 'BuildIds']]], 'BatchGetProjectsInput' => ['type' => 'structure', 'required' => ['names'], 'members' => ['names' => ['shape' => 'ProjectNames']]], 'BatchGetProjectsOutput' => ['type' => 'structure', 'members' => ['projects' => ['shape' => 'Projects'], 'projectsNotFound' => ['shape' => 'ProjectNames']]], 'BatchGetReportGroupsInput' => ['type' => 'structure', 'required' => ['reportGroupArns'], 'members' => ['reportGroupArns' => ['shape' => 'ReportGroupArns']]], 'BatchGetReportGroupsOutput' => ['type' => 'structure', 'members' => ['reportGroups' => ['shape' => 'ReportGroups'], 'reportGroupsNotFound' => ['shape' => 'ReportGroupArns']]], 'BatchGetReportsInput' => ['type' => 'structure', 'required' => ['reportArns'], 'members' => ['reportArns' => ['shape' => 'ReportArns']]], 'BatchGetReportsOutput' => ['type' => 'structure', 'members' => ['reports' => ['shape' => 'Reports'], 'reportsNotFound' => ['shape' => 'ReportArns']]], 'Boolean' => ['type' => 'boolean'], 'Build' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString'], 'buildNumber' => ['shape' => 'WrapperLong'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'currentPhase' => ['shape' => 'String'], 'buildStatus' => ['shape' => 'StatusType'], 'sourceVersion' => ['shape' => 'NonEmptyString'], 'resolvedSourceVersion' => ['shape' => 'NonEmptyString'], 'projectName' => ['shape' => 'NonEmptyString'], 'phases' => ['shape' => 'BuildPhases'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'BuildArtifacts'], 'secondaryArtifacts' => ['shape' => 'BuildArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'logs' => ['shape' => 'LogsLocation'], 'timeoutInMinutes' => ['shape' => 'WrapperInt'], 'queuedTimeoutInMinutes' => ['shape' => 'WrapperInt'], 'buildComplete' => ['shape' => 'Boolean'], 'initiator' => ['shape' => 'String'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'networkInterface' => ['shape' => 'NetworkInterface'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'exportedEnvironmentVariables' => ['shape' => 'ExportedEnvironmentVariables'], 'reportArns' => ['shape' => 'BuildReportArns'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations']]], 'BuildArtifacts' => ['type' => 'structure', 'members' => ['location' => ['shape' => 'String'], 'sha256sum' => ['shape' => 'String'], 'md5sum' => ['shape' => 'String'], 'overrideArtifactName' => ['shape' => 'WrapperBoolean'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean'], 'artifactIdentifier' => ['shape' => 'String']]], 'BuildArtifactsList' => ['type' => 'list', 'member' => ['shape' => 'BuildArtifacts'], 'max' => 12, 'min' => 0], 'BuildIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'BuildNotDeleted' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'statusCode' => ['shape' => 'String']]], 'BuildPhase' => ['type' => 'structure', 'members' => ['phaseType' => ['shape' => 'BuildPhaseType'], 'phaseStatus' => ['shape' => 'StatusType'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'durationInSeconds' => ['shape' => 'WrapperLong'], 'contexts' => ['shape' => 'PhaseContexts']]], 'BuildPhaseType' => ['type' => 'string', 'enum' => ['SUBMITTED', 'QUEUED', 'PROVISIONING', 'DOWNLOAD_SOURCE', 'INSTALL', 'PRE_BUILD', 'BUILD', 'POST_BUILD', 'UPLOAD_ARTIFACTS', 'FINALIZING', 'COMPLETED']], 'BuildPhases' => ['type' => 'list', 'member' => ['shape' => 'BuildPhase']], 'BuildReportArns' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Builds' => ['type' => 'list', 'member' => ['shape' => 'Build']], 'BuildsNotDeleted' => ['type' => 'list', 'member' => ['shape' => 'BuildNotDeleted']], 'CacheMode' => ['type' => 'string', 'enum' => ['LOCAL_DOCKER_LAYER_CACHE', 'LOCAL_SOURCE_CACHE', 'LOCAL_CUSTOM_CACHE']], 'CacheType' => ['type' => 'string', 'enum' => ['NO_CACHE', 'S3', 'LOCAL']], 'CloudWatchLogsConfig' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'LogsConfigStatusType'], 'groupName' => ['shape' => 'String'], 'streamName' => ['shape' => 'String']]], 'ComputeType' => ['type' => 'string', 'enum' => ['BUILD_GENERAL1_SMALL', 'BUILD_GENERAL1_MEDIUM', 'BUILD_GENERAL1_LARGE', 'BUILD_GENERAL1_2XLARGE']], 'CreateProjectInput' => ['type' => 'structure', 'required' => ['name', 'source', 'artifacts', 'environment', 'serviceRole'], 'members' => ['name' => ['shape' => 'ProjectName'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badgeEnabled' => ['shape' => 'WrapperBoolean'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations']]], 'CreateProjectOutput' => ['type' => 'structure', 'members' => ['project' => ['shape' => 'Project']]], 'CreateReportGroupInput' => ['type' => 'structure', 'required' => ['name', 'type', 'exportConfig'], 'members' => ['name' => ['shape' => 'ReportGroupName'], 'type' => ['shape' => 'ReportType'], 'exportConfig' => ['shape' => 'ReportExportConfig']]], 'CreateReportGroupOutput' => ['type' => 'structure', 'members' => ['reportGroup' => ['shape' => 'ReportGroup']]], 'CreateWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName'], 'branchFilter' => ['shape' => 'String'], 'filterGroups' => ['shape' => 'FilterGroups']]], 'CreateWebhookOutput' => ['type' => 'structure', 'members' => ['webhook' => ['shape' => 'Webhook']]], 'CredentialProviderType' => ['type' => 'string', 'enum' => ['SECRETS_MANAGER']], 'DeleteProjectInput' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'NonEmptyString']]], 'DeleteProjectOutput' => ['type' => 'structure', 'members' => []], 'DeleteReportGroupInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteReportGroupOutput' => ['type' => 'structure', 'members' => []], 'DeleteReportInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteReportOutput' => ['type' => 'structure', 'members' => []], 'DeleteResourcePolicyInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'DeleteResourcePolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteSourceCredentialsInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName']]], 'DeleteWebhookOutput' => ['type' => 'structure', 'members' => []], 'DescribeTestCasesInput' => ['type' => 'structure', 'required' => ['reportArn'], 'members' => ['reportArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'TestCaseFilter']]], 'DescribeTestCasesOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'testCases' => ['shape' => 'TestCases']]], 'EnvironmentImage' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'versions' => ['shape' => 'ImageVersions']]], 'EnvironmentImages' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentImage']], 'EnvironmentLanguage' => ['type' => 'structure', 'members' => ['language' => ['shape' => 'LanguageType'], 'images' => ['shape' => 'EnvironmentImages']]], 'EnvironmentLanguages' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentLanguage']], 'EnvironmentPlatform' => ['type' => 'structure', 'members' => ['platform' => ['shape' => 'PlatformType'], 'languages' => ['shape' => 'EnvironmentLanguages']]], 'EnvironmentPlatforms' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentPlatform']], 'EnvironmentType' => ['type' => 'string', 'enum' => ['WINDOWS_CONTAINER', 'LINUX_CONTAINER', 'LINUX_GPU_CONTAINER', 'ARM_CONTAINER']], 'EnvironmentVariable' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'String'], 'type' => ['shape' => 'EnvironmentVariableType']]], 'EnvironmentVariableType' => ['type' => 'string', 'enum' => ['PLAINTEXT', 'PARAMETER_STORE', 'SECRETS_MANAGER']], 'EnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentVariable']], 'ExportedEnvironmentVariable' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'String']]], 'ExportedEnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'ExportedEnvironmentVariable']], 'FileSystemType' => ['type' => 'string', 'enum' => ['EFS']], 'FilterGroup' => ['type' => 'list', 'member' => ['shape' => 'WebhookFilter']], 'FilterGroups' => ['type' => 'list', 'member' => ['shape' => 'FilterGroup']], 'GetResourcePolicyInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'GetResourcePolicyOutput' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'NonEmptyString']]], 'GitCloneDepth' => ['type' => 'integer', 'min' => 0], 'GitSubmodulesConfig' => ['type' => 'structure', 'required' => ['fetchSubmodules'], 'members' => ['fetchSubmodules' => ['shape' => 'WrapperBoolean']]], 'ImagePullCredentialsType' => ['type' => 'string', 'enum' => ['CODEBUILD', 'SERVICE_ROLE']], 'ImageVersions' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportSourceCredentialsInput' => ['type' => 'structure', 'required' => ['token', 'serverType', 'authType'], 'members' => ['username' => ['shape' => 'NonEmptyString'], 'token' => ['shape' => 'SensitiveNonEmptyString'], 'serverType' => ['shape' => 'ServerType'], 'authType' => ['shape' => 'AuthType'], 'shouldOverwrite' => ['shape' => 'WrapperBoolean']]], 'ImportSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'InvalidInputException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidateProjectCacheInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString']]], 'InvalidateProjectCacheOutput' => ['type' => 'structure', 'members' => []], 'KeyInput' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$'], 'LanguageType' => ['type' => 'string', 'enum' => ['JAVA', 'PYTHON', 'NODE_JS', 'RUBY', 'GOLANG', 'DOCKER', 'ANDROID', 'DOTNET', 'BASE', 'PHP']], 'ListBuildsForProjectInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsForProjectOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildIds'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildIds'], 'nextToken' => ['shape' => 'String']]], 'ListCuratedEnvironmentImagesInput' => ['type' => 'structure', 'members' => []], 'ListCuratedEnvironmentImagesOutput' => ['type' => 'structure', 'members' => ['platforms' => ['shape' => 'EnvironmentPlatforms']]], 'ListProjectsInput' => ['type' => 'structure', 'members' => ['sortBy' => ['shape' => 'ProjectSortByType'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListProjectsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'projects' => ['shape' => 'ProjectNames']]], 'ListReportGroupsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'sortBy' => ['shape' => 'ReportGroupSortByType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize']]], 'ListReportGroupsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reportGroups' => ['shape' => 'ReportGroupArns']]], 'ListReportsForReportGroupInput' => ['type' => 'structure', 'required' => ['reportGroupArn'], 'members' => ['reportGroupArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'sortOrder' => ['shape' => 'SortOrderType'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'ReportFilter']]], 'ListReportsForReportGroupOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reports' => ['shape' => 'ReportArns']]], 'ListReportsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'ReportFilter']]], 'ListReportsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reports' => ['shape' => 'ReportArns']]], 'ListSharedProjectsInput' => ['type' => 'structure', 'members' => ['sortBy' => ['shape' => 'SharedResourceSortByType'], 'sortOrder' => ['shape' => 'SortOrderType'], 'maxResults' => ['shape' => 'PageSize'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListSharedProjectsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'projects' => ['shape' => 'ProjectArns']]], 'ListSharedReportGroupsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'sortBy' => ['shape' => 'SharedResourceSortByType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize']]], 'ListSharedReportGroupsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reportGroups' => ['shape' => 'ReportGroupArns']]], 'ListSourceCredentialsInput' => ['type' => 'structure', 'members' => []], 'ListSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['sourceCredentialsInfos' => ['shape' => 'SourceCredentialsInfos']]], 'LogsConfig' => ['type' => 'structure', 'members' => ['cloudWatchLogs' => ['shape' => 'CloudWatchLogsConfig'], 's3Logs' => ['shape' => 'S3LogsConfig']]], 'LogsConfigStatusType' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'LogsLocation' => ['type' => 'structure', 'members' => ['groupName' => ['shape' => 'String'], 'streamName' => ['shape' => 'String'], 'deepLink' => ['shape' => 'String'], 's3DeepLink' => ['shape' => 'String'], 'cloudWatchLogsArn' => ['shape' => 'String'], 's3LogsArn' => ['shape' => 'String'], 'cloudWatchLogs' => ['shape' => 'CloudWatchLogsConfig'], 's3Logs' => ['shape' => 'S3LogsConfig']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['subnetId' => ['shape' => 'NonEmptyString'], 'networkInterfaceId' => ['shape' => 'NonEmptyString']]], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'OAuthProviderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PhaseContext' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'String'], 'message' => ['shape' => 'String']]], 'PhaseContexts' => ['type' => 'list', 'member' => ['shape' => 'PhaseContext']], 'PlatformType' => ['type' => 'string', 'enum' => ['DEBIAN', 'AMAZON_LINUX', 'UBUNTU', 'WINDOWS_SERVER']], 'Project' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ProjectName'], 'arn' => ['shape' => 'String'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'created' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp'], 'webhook' => ['shape' => 'Webhook'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badge' => ['shape' => 'ProjectBadge'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations']]], 'ProjectArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ProjectArtifacts' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'ArtifactsType'], 'location' => ['shape' => 'String'], 'path' => ['shape' => 'String'], 'namespaceType' => ['shape' => 'ArtifactNamespace'], 'name' => ['shape' => 'String'], 'packaging' => ['shape' => 'ArtifactPackaging'], 'overrideArtifactName' => ['shape' => 'WrapperBoolean'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean'], 'artifactIdentifier' => ['shape' => 'String']]], 'ProjectArtifactsList' => ['type' => 'list', 'member' => ['shape' => 'ProjectArtifacts'], 'max' => 12, 'min' => 0], 'ProjectBadge' => ['type' => 'structure', 'members' => ['badgeEnabled' => ['shape' => 'Boolean'], 'badgeRequestUrl' => ['shape' => 'String']]], 'ProjectCache' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'CacheType'], 'location' => ['shape' => 'String'], 'modes' => ['shape' => 'ProjectCacheModes']]], 'ProjectCacheModes' => ['type' => 'list', 'member' => ['shape' => 'CacheMode']], 'ProjectDescription' => ['type' => 'string', 'max' => 255, 'min' => 0], 'ProjectEnvironment' => ['type' => 'structure', 'required' => ['type', 'image', 'computeType'], 'members' => ['type' => ['shape' => 'EnvironmentType'], 'image' => ['shape' => 'NonEmptyString'], 'computeType' => ['shape' => 'ComputeType'], 'environmentVariables' => ['shape' => 'EnvironmentVariables'], 'privilegedMode' => ['shape' => 'WrapperBoolean'], 'certificate' => ['shape' => 'String'], 'registryCredential' => ['shape' => 'RegistryCredential'], 'imagePullCredentialsType' => ['shape' => 'ImagePullCredentialsType']]], 'ProjectFileSystemLocation' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'FileSystemType'], 'location' => ['shape' => 'String'], 'mountPoint' => ['shape' => 'String'], 'identifier' => ['shape' => 'String'], 'mountOptions' => ['shape' => 'String']]], 'ProjectFileSystemLocations' => ['type' => 'list', 'member' => ['shape' => 'ProjectFileSystemLocation']], 'ProjectName' => ['type' => 'string', 'max' => 255, 'min' => 2, 'pattern' => '[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}'], 'ProjectNames' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ProjectSecondarySourceVersions' => ['type' => 'list', 'member' => ['shape' => 'ProjectSourceVersion'], 'max' => 12, 'min' => 0], 'ProjectSortByType' => ['type' => 'string', 'enum' => ['NAME', 'CREATED_TIME', 'LAST_MODIFIED_TIME']], 'ProjectSource' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'SourceType'], 'location' => ['shape' => 'String'], 'gitCloneDepth' => ['shape' => 'GitCloneDepth'], 'gitSubmodulesConfig' => ['shape' => 'GitSubmodulesConfig'], 'buildspec' => ['shape' => 'String'], 'auth' => ['shape' => 'SourceAuth'], 'reportBuildStatus' => ['shape' => 'WrapperBoolean'], 'insecureSsl' => ['shape' => 'WrapperBoolean'], 'sourceIdentifier' => ['shape' => 'String']]], 'ProjectSourceVersion' => ['type' => 'structure', 'required' => ['sourceIdentifier', 'sourceVersion'], 'members' => ['sourceIdentifier' => ['shape' => 'String'], 'sourceVersion' => ['shape' => 'String']]], 'ProjectSources' => ['type' => 'list', 'member' => ['shape' => 'ProjectSource'], 'max' => 12, 'min' => 0], 'Projects' => ['type' => 'list', 'member' => ['shape' => 'Project']], 'PutResourcePolicyInput' => ['type' => 'structure', 'required' => ['policy', 'resourceArn'], 'members' => ['policy' => ['shape' => 'NonEmptyString'], 'resourceArn' => ['shape' => 'NonEmptyString']]], 'PutResourcePolicyOutput' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'RegistryCredential' => ['type' => 'structure', 'required' => ['credential', 'credentialProvider'], 'members' => ['credential' => ['shape' => 'NonEmptyString'], 'credentialProvider' => ['shape' => 'CredentialProviderType']]], 'Report' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ReportType'], 'name' => ['shape' => 'String'], 'reportGroupArn' => ['shape' => 'NonEmptyString'], 'executionId' => ['shape' => 'String'], 'status' => ['shape' => 'ReportStatusType'], 'created' => ['shape' => 'Timestamp'], 'expired' => ['shape' => 'Timestamp'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'truncated' => ['shape' => 'WrapperBoolean'], 'testSummary' => ['shape' => 'TestReportSummary']]], 'ReportArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ReportExportConfig' => ['type' => 'structure', 'members' => ['exportConfigType' => ['shape' => 'ReportExportConfigType'], 's3Destination' => ['shape' => 'S3ReportExportConfig']]], 'ReportExportConfigType' => ['type' => 'string', 'enum' => ['S3', 'NO_EXPORT']], 'ReportFilter' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ReportStatusType']]], 'ReportGroup' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'ReportGroupName'], 'type' => ['shape' => 'ReportType'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'created' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp']]], 'ReportGroupArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ReportGroupName' => ['type' => 'string', 'max' => 128, 'min' => 2], 'ReportGroupSortByType' => ['type' => 'string', 'enum' => ['NAME', 'CREATED_TIME', 'LAST_MODIFIED_TIME']], 'ReportGroups' => ['type' => 'list', 'member' => ['shape' => 'ReportGroup'], 'max' => 100, 'min' => 1], 'ReportPackagingType' => ['type' => 'string', 'enum' => ['ZIP', 'NONE']], 'ReportStatusCounts' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'WrapperInt']], 'ReportStatusType' => ['type' => 'string', 'enum' => ['GENERATING', 'SUCCEEDED', 'FAILED', 'INCOMPLETE', 'DELETING']], 'ReportType' => ['type' => 'string', 'enum' => ['TEST']], 'Reports' => ['type' => 'list', 'member' => ['shape' => 'Report'], 'max' => 100, 'min' => 1], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'S3LogsConfig' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'LogsConfigStatusType'], 'location' => ['shape' => 'String'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean']]], 'S3ReportExportConfig' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'NonEmptyString'], 'path' => ['shape' => 'String'], 'packaging' => ['shape' => 'ReportPackagingType'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean']]], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 5], 'SensitiveNonEmptyString' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'ServerType' => ['type' => 'string', 'enum' => ['GITHUB', 'BITBUCKET', 'GITHUB_ENTERPRISE']], 'SharedResourceSortByType' => ['type' => 'string', 'enum' => ['ARN', 'MODIFIED_TIME']], 'SortOrderType' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'SourceAuth' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'SourceAuthType'], 'resource' => ['shape' => 'String']]], 'SourceAuthType' => ['type' => 'string', 'enum' => ['OAUTH']], 'SourceCredentialsInfo' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'serverType' => ['shape' => 'ServerType'], 'authType' => ['shape' => 'AuthType']]], 'SourceCredentialsInfos' => ['type' => 'list', 'member' => ['shape' => 'SourceCredentialsInfo']], 'SourceType' => ['type' => 'string', 'enum' => ['CODECOMMIT', 'CODEPIPELINE', 'GITHUB', 'S3', 'BITBUCKET', 'GITHUB_ENTERPRISE', 'NO_SOURCE']], 'StartBuildInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'secondarySourcesOverride' => ['shape' => 'ProjectSources'], 'secondarySourcesVersionOverride' => ['shape' => 'ProjectSecondarySourceVersions'], 'sourceVersion' => ['shape' => 'String'], 'artifactsOverride' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifactsOverride' => ['shape' => 'ProjectArtifactsList'], 'environmentVariablesOverride' => ['shape' => 'EnvironmentVariables'], 'sourceTypeOverride' => ['shape' => 'SourceType'], 'sourceLocationOverride' => ['shape' => 'String'], 'sourceAuthOverride' => ['shape' => 'SourceAuth'], 'gitCloneDepthOverride' => ['shape' => 'GitCloneDepth'], 'gitSubmodulesConfigOverride' => ['shape' => 'GitSubmodulesConfig'], 'buildspecOverride' => ['shape' => 'String'], 'insecureSslOverride' => ['shape' => 'WrapperBoolean'], 'reportBuildStatusOverride' => ['shape' => 'WrapperBoolean'], 'environmentTypeOverride' => ['shape' => 'EnvironmentType'], 'imageOverride' => ['shape' => 'NonEmptyString'], 'computeTypeOverride' => ['shape' => 'ComputeType'], 'certificateOverride' => ['shape' => 'String'], 'cacheOverride' => ['shape' => 'ProjectCache'], 'serviceRoleOverride' => ['shape' => 'NonEmptyString'], 'privilegedModeOverride' => ['shape' => 'WrapperBoolean'], 'timeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'encryptionKeyOverride' => ['shape' => 'NonEmptyString'], 'idempotencyToken' => ['shape' => 'String'], 'logsConfigOverride' => ['shape' => 'LogsConfig'], 'registryCredentialOverride' => ['shape' => 'RegistryCredential'], 'imagePullCredentialsTypeOverride' => ['shape' => 'ImagePullCredentialsType']]], 'StartBuildOutput' => ['type' => 'structure', 'members' => ['build' => ['shape' => 'Build']]], 'StatusType' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'FAILED', 'FAULT', 'TIMED_OUT', 'IN_PROGRESS', 'STOPPED']], 'StopBuildInput' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'NonEmptyString']]], 'StopBuildOutput' => ['type' => 'structure', 'members' => ['build' => ['shape' => 'Build']]], 'String' => ['type' => 'string'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 16], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'KeyInput'], 'value' => ['shape' => 'ValueInput']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TestCase' => ['type' => 'structure', 'members' => ['reportArn' => ['shape' => 'NonEmptyString'], 'testRawDataPath' => ['shape' => 'String'], 'prefix' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'durationInNanoSeconds' => ['shape' => 'WrapperLong'], 'message' => ['shape' => 'String'], 'expired' => ['shape' => 'Timestamp']]], 'TestCaseFilter' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'String']]], 'TestCases' => ['type' => 'list', 'member' => ['shape' => 'TestCase']], 'TestReportSummary' => ['type' => 'structure', 'required' => ['total', 'statusCounts', 'durationInNanoSeconds'], 'members' => ['total' => ['shape' => 'WrapperInt'], 'statusCounts' => ['shape' => 'ReportStatusCounts'], 'durationInNanoSeconds' => ['shape' => 'WrapperLong']]], 'TimeOut' => ['type' => 'integer', 'max' => 480, 'min' => 5], 'Timestamp' => ['type' => 'timestamp'], 'UpdateProjectInput' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badgeEnabled' => ['shape' => 'WrapperBoolean'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations']]], 'UpdateProjectOutput' => ['type' => 'structure', 'members' => ['project' => ['shape' => 'Project']]], 'UpdateReportGroupInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'exportConfig' => ['shape' => 'ReportExportConfig']]], 'UpdateReportGroupOutput' => ['type' => 'structure', 'members' => ['reportGroup' => ['shape' => 'ReportGroup']]], 'UpdateWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName'], 'branchFilter' => ['shape' => 'String'], 'rotateSecret' => ['shape' => 'Boolean'], 'filterGroups' => ['shape' => 'FilterGroups']]], 'UpdateWebhookOutput' => ['type' => 'structure', 'members' => ['webhook' => ['shape' => 'Webhook']]], 'ValueInput' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$'], 'VpcConfig' => ['type' => 'structure', 'members' => ['vpcId' => ['shape' => 'NonEmptyString'], 'subnets' => ['shape' => 'Subnets'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'Webhook' => ['type' => 'structure', 'members' => ['url' => ['shape' => 'NonEmptyString'], 'payloadUrl' => ['shape' => 'NonEmptyString'], 'secret' => ['shape' => 'NonEmptyString'], 'branchFilter' => ['shape' => 'String'], 'filterGroups' => ['shape' => 'FilterGroups'], 'lastModifiedSecret' => ['shape' => 'Timestamp']]], 'WebhookFilter' => ['type' => 'structure', 'required' => ['type', 'pattern'], 'members' => ['type' => ['shape' => 'WebhookFilterType'], 'pattern' => ['shape' => 'String'], 'excludeMatchedPattern' => ['shape' => 'WrapperBoolean']]], 'WebhookFilterType' => ['type' => 'string', 'enum' => ['EVENT', 'BASE_REF', 'HEAD_REF', 'ACTOR_ACCOUNT_ID', 'FILE_PATH']], 'WrapperBoolean' => ['type' => 'boolean'], 'WrapperInt' => ['type' => 'integer'], 'WrapperLong' => ['type' => 'long']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-10-06', 'endpointPrefix' => 'codebuild', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS CodeBuild', 'serviceId' => 'CodeBuild', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeBuild_20161006', 'uid' => 'codebuild-2016-10-06'], 'operations' => ['BatchDeleteBuilds' => ['name' => 'BatchDeleteBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteBuildsInput'], 'output' => ['shape' => 'BatchDeleteBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetBuildBatches' => ['name' => 'BatchGetBuildBatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetBuildBatchesInput'], 'output' => ['shape' => 'BatchGetBuildBatchesOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetBuilds' => ['name' => 'BatchGetBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetBuildsInput'], 'output' => ['shape' => 'BatchGetBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetProjects' => ['name' => 'BatchGetProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetProjectsInput'], 'output' => ['shape' => 'BatchGetProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetReportGroups' => ['name' => 'BatchGetReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetReportGroupsInput'], 'output' => ['shape' => 'BatchGetReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'BatchGetReports' => ['name' => 'BatchGetReports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetReportsInput'], 'output' => ['shape' => 'BatchGetReportsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'CreateProject' => ['name' => 'CreateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectInput'], 'output' => ['shape' => 'CreateProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'AccountLimitExceededException']]], 'CreateReportGroup' => ['name' => 'CreateReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReportGroupInput'], 'output' => ['shape' => 'CreateReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'AccountLimitExceededException']]], 'CreateWebhook' => ['name' => 'CreateWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebhookInput'], 'output' => ['shape' => 'CreateWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OAuthProviderException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteBuildBatch' => ['name' => 'DeleteBuildBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBuildBatchInput'], 'output' => ['shape' => 'DeleteBuildBatchOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteProject' => ['name' => 'DeleteProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProjectInput'], 'output' => ['shape' => 'DeleteProjectOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteReport' => ['name' => 'DeleteReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReportInput'], 'output' => ['shape' => 'DeleteReportOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteReportGroup' => ['name' => 'DeleteReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReportGroupInput'], 'output' => ['shape' => 'DeleteReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyInput'], 'output' => ['shape' => 'DeleteResourcePolicyOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DeleteSourceCredentials' => ['name' => 'DeleteSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSourceCredentialsInput'], 'output' => ['shape' => 'DeleteSourceCredentialsOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteWebhook' => ['name' => 'DeleteWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebhookInput'], 'output' => ['shape' => 'DeleteWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OAuthProviderException']]], 'DescribeCodeCoverages' => ['name' => 'DescribeCodeCoverages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCodeCoveragesInput'], 'output' => ['shape' => 'DescribeCodeCoveragesOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'DescribeTestCases' => ['name' => 'DescribeTestCases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTestCasesInput'], 'output' => ['shape' => 'DescribeTestCasesOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcePolicyInput'], 'output' => ['shape' => 'GetResourcePolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'ImportSourceCredentials' => ['name' => 'ImportSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSourceCredentialsInput'], 'output' => ['shape' => 'ImportSourceCredentialsOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'AccountLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'InvalidateProjectCache' => ['name' => 'InvalidateProjectCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InvalidateProjectCacheInput'], 'output' => ['shape' => 'InvalidateProjectCacheOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListBuildBatches' => ['name' => 'ListBuildBatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildBatchesInput'], 'output' => ['shape' => 'ListBuildBatchesOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListBuildBatchesForProject' => ['name' => 'ListBuildBatchesForProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildBatchesForProjectInput'], 'output' => ['shape' => 'ListBuildBatchesForProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListBuilds' => ['name' => 'ListBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsInput'], 'output' => ['shape' => 'ListBuildsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListBuildsForProject' => ['name' => 'ListBuildsForProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsForProjectInput'], 'output' => ['shape' => 'ListBuildsForProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListCuratedEnvironmentImages' => ['name' => 'ListCuratedEnvironmentImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCuratedEnvironmentImagesInput'], 'output' => ['shape' => 'ListCuratedEnvironmentImagesOutput']], 'ListProjects' => ['name' => 'ListProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProjectsInput'], 'output' => ['shape' => 'ListProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReportGroups' => ['name' => 'ListReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportGroupsInput'], 'output' => ['shape' => 'ListReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReports' => ['name' => 'ListReports', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportsInput'], 'output' => ['shape' => 'ListReportsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListReportsForReportGroup' => ['name' => 'ListReportsForReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListReportsForReportGroupInput'], 'output' => ['shape' => 'ListReportsForReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'ListSharedProjects' => ['name' => 'ListSharedProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSharedProjectsInput'], 'output' => ['shape' => 'ListSharedProjectsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListSharedReportGroups' => ['name' => 'ListSharedReportGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSharedReportGroupsInput'], 'output' => ['shape' => 'ListSharedReportGroupsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'ListSourceCredentials' => ['name' => 'ListSourceCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSourceCredentialsInput'], 'output' => ['shape' => 'ListSourceCredentialsOutput'], 'errors' => [['shape' => 'InvalidInputException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyInput'], 'output' => ['shape' => 'PutResourcePolicyOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'RetryBuild' => ['name' => 'RetryBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetryBuildInput'], 'output' => ['shape' => 'RetryBuildOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccountLimitExceededException']]], 'RetryBuildBatch' => ['name' => 'RetryBuildBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetryBuildBatchInput'], 'output' => ['shape' => 'RetryBuildBatchOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'StartBuild' => ['name' => 'StartBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartBuildInput'], 'output' => ['shape' => 'StartBuildOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccountLimitExceededException']]], 'StartBuildBatch' => ['name' => 'StartBuildBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartBuildBatchInput'], 'output' => ['shape' => 'StartBuildBatchOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'StopBuild' => ['name' => 'StopBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopBuildInput'], 'output' => ['shape' => 'StopBuildOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'StopBuildBatch' => ['name' => 'StopBuildBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopBuildBatchInput'], 'output' => ['shape' => 'StopBuildBatchOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateProject' => ['name' => 'UpdateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProjectInput'], 'output' => ['shape' => 'UpdateProjectOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateReportGroup' => ['name' => 'UpdateReportGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateReportGroupInput'], 'output' => ['shape' => 'UpdateReportGroupOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateWebhook' => ['name' => 'UpdateWebhook', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebhookInput'], 'output' => ['shape' => 'UpdateWebhookOutput'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OAuthProviderException']]]], 'shapes' => ['AccountLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ArtifactNamespace' => ['type' => 'string', 'enum' => ['NONE', 'BUILD_ID']], 'ArtifactPackaging' => ['type' => 'string', 'enum' => ['NONE', 'ZIP']], 'ArtifactsType' => ['type' => 'string', 'enum' => ['CODEPIPELINE', 'S3', 'NO_ARTIFACTS']], 'AuthType' => ['type' => 'string', 'enum' => ['OAUTH', 'BASIC_AUTH', 'PERSONAL_ACCESS_TOKEN']], 'BatchDeleteBuildsInput' => ['type' => 'structure', 'required' => ['ids'], 'members' => ['ids' => ['shape' => 'BuildIds']]], 'BatchDeleteBuildsOutput' => ['type' => 'structure', 'members' => ['buildsDeleted' => ['shape' => 'BuildIds'], 'buildsNotDeleted' => ['shape' => 'BuildsNotDeleted']]], 'BatchGetBuildBatchesInput' => ['type' => 'structure', 'required' => ['ids'], 'members' => ['ids' => ['shape' => 'BuildBatchIds']]], 'BatchGetBuildBatchesOutput' => ['type' => 'structure', 'members' => ['buildBatches' => ['shape' => 'BuildBatches'], 'buildBatchesNotFound' => ['shape' => 'BuildBatchIds']]], 'BatchGetBuildsInput' => ['type' => 'structure', 'required' => ['ids'], 'members' => ['ids' => ['shape' => 'BuildIds']]], 'BatchGetBuildsOutput' => ['type' => 'structure', 'members' => ['builds' => ['shape' => 'Builds'], 'buildsNotFound' => ['shape' => 'BuildIds']]], 'BatchGetProjectsInput' => ['type' => 'structure', 'required' => ['names'], 'members' => ['names' => ['shape' => 'ProjectNames']]], 'BatchGetProjectsOutput' => ['type' => 'structure', 'members' => ['projects' => ['shape' => 'Projects'], 'projectsNotFound' => ['shape' => 'ProjectNames']]], 'BatchGetReportGroupsInput' => ['type' => 'structure', 'required' => ['reportGroupArns'], 'members' => ['reportGroupArns' => ['shape' => 'ReportGroupArns']]], 'BatchGetReportGroupsOutput' => ['type' => 'structure', 'members' => ['reportGroups' => ['shape' => 'ReportGroups'], 'reportGroupsNotFound' => ['shape' => 'ReportGroupArns']]], 'BatchGetReportsInput' => ['type' => 'structure', 'required' => ['reportArns'], 'members' => ['reportArns' => ['shape' => 'ReportArns']]], 'BatchGetReportsOutput' => ['type' => 'structure', 'members' => ['reports' => ['shape' => 'Reports'], 'reportsNotFound' => ['shape' => 'ReportArns']]], 'BatchRestrictions' => ['type' => 'structure', 'members' => ['maximumBuildsAllowed' => ['shape' => 'WrapperInt'], 'computeTypesAllowed' => ['shape' => 'ComputeTypesAllowed']]], 'Boolean' => ['type' => 'boolean'], 'Build' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString'], 'buildNumber' => ['shape' => 'WrapperLong'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'currentPhase' => ['shape' => 'String'], 'buildStatus' => ['shape' => 'StatusType'], 'sourceVersion' => ['shape' => 'NonEmptyString'], 'resolvedSourceVersion' => ['shape' => 'NonEmptyString'], 'projectName' => ['shape' => 'NonEmptyString'], 'phases' => ['shape' => 'BuildPhases'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'BuildArtifacts'], 'secondaryArtifacts' => ['shape' => 'BuildArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'logs' => ['shape' => 'LogsLocation'], 'timeoutInMinutes' => ['shape' => 'WrapperInt'], 'queuedTimeoutInMinutes' => ['shape' => 'WrapperInt'], 'buildComplete' => ['shape' => 'Boolean'], 'initiator' => ['shape' => 'String'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'networkInterface' => ['shape' => 'NetworkInterface'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'exportedEnvironmentVariables' => ['shape' => 'ExportedEnvironmentVariables'], 'reportArns' => ['shape' => 'BuildReportArns'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations'], 'debugSession' => ['shape' => 'DebugSession'], 'buildBatchArn' => ['shape' => 'String']]], 'BuildArtifacts' => ['type' => 'structure', 'members' => ['location' => ['shape' => 'String'], 'sha256sum' => ['shape' => 'String'], 'md5sum' => ['shape' => 'String'], 'overrideArtifactName' => ['shape' => 'WrapperBoolean'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean'], 'artifactIdentifier' => ['shape' => 'String']]], 'BuildArtifactsList' => ['type' => 'list', 'member' => ['shape' => 'BuildArtifacts'], 'max' => 12, 'min' => 0], 'BuildBatch' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'currentPhase' => ['shape' => 'String'], 'buildBatchStatus' => ['shape' => 'StatusType'], 'sourceVersion' => ['shape' => 'NonEmptyString'], 'resolvedSourceVersion' => ['shape' => 'NonEmptyString'], 'projectName' => ['shape' => 'NonEmptyString'], 'phases' => ['shape' => 'BuildBatchPhases'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'BuildArtifacts'], 'secondaryArtifacts' => ['shape' => 'BuildArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'logConfig' => ['shape' => 'LogsConfig'], 'buildTimeoutInMinutes' => ['shape' => 'WrapperInt'], 'queuedTimeoutInMinutes' => ['shape' => 'WrapperInt'], 'complete' => ['shape' => 'Boolean'], 'initiator' => ['shape' => 'String'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'buildBatchNumber' => ['shape' => 'WrapperLong'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations'], 'buildBatchConfig' => ['shape' => 'ProjectBuildBatchConfig'], 'buildGroups' => ['shape' => 'BuildGroups']]], 'BuildBatchFilter' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'StatusType']]], 'BuildBatchIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 0], 'BuildBatchPhase' => ['type' => 'structure', 'members' => ['phaseType' => ['shape' => 'BuildBatchPhaseType'], 'phaseStatus' => ['shape' => 'StatusType'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'durationInSeconds' => ['shape' => 'WrapperLong'], 'contexts' => ['shape' => 'PhaseContexts']]], 'BuildBatchPhaseType' => ['type' => 'string', 'enum' => ['SUBMITTED', 'DOWNLOAD_BATCHSPEC', 'IN_PROGRESS', 'COMBINE_ARTIFACTS', 'SUCCEEDED', 'FAILED', 'STOPPED']], 'BuildBatchPhases' => ['type' => 'list', 'member' => ['shape' => 'BuildBatchPhase']], 'BuildBatches' => ['type' => 'list', 'member' => ['shape' => 'BuildBatch'], 'max' => 100, 'min' => 0], 'BuildGroup' => ['type' => 'structure', 'members' => ['identifier' => ['shape' => 'String'], 'dependsOn' => ['shape' => 'Identifiers'], 'ignoreFailure' => ['shape' => 'Boolean'], 'currentBuildSummary' => ['shape' => 'BuildSummary'], 'priorBuildSummaryList' => ['shape' => 'BuildSummaries']]], 'BuildGroups' => ['type' => 'list', 'member' => ['shape' => 'BuildGroup']], 'BuildIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'BuildNotDeleted' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'statusCode' => ['shape' => 'String']]], 'BuildPhase' => ['type' => 'structure', 'members' => ['phaseType' => ['shape' => 'BuildPhaseType'], 'phaseStatus' => ['shape' => 'StatusType'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'durationInSeconds' => ['shape' => 'WrapperLong'], 'contexts' => ['shape' => 'PhaseContexts']]], 'BuildPhaseType' => ['type' => 'string', 'enum' => ['SUBMITTED', 'QUEUED', 'PROVISIONING', 'DOWNLOAD_SOURCE', 'INSTALL', 'PRE_BUILD', 'BUILD', 'POST_BUILD', 'UPLOAD_ARTIFACTS', 'FINALIZING', 'COMPLETED']], 'BuildPhases' => ['type' => 'list', 'member' => ['shape' => 'BuildPhase']], 'BuildReportArns' => ['type' => 'list', 'member' => ['shape' => 'String']], 'BuildStatusConfig' => ['type' => 'structure', 'members' => ['context' => ['shape' => 'String'], 'targetUrl' => ['shape' => 'String']]], 'BuildSummaries' => ['type' => 'list', 'member' => ['shape' => 'BuildSummary']], 'BuildSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'requestedOn' => ['shape' => 'Timestamp'], 'buildStatus' => ['shape' => 'StatusType'], 'primaryArtifact' => ['shape' => 'ResolvedArtifact'], 'secondaryArtifacts' => ['shape' => 'ResolvedSecondaryArtifacts']]], 'Builds' => ['type' => 'list', 'member' => ['shape' => 'Build']], 'BuildsNotDeleted' => ['type' => 'list', 'member' => ['shape' => 'BuildNotDeleted']], 'CacheMode' => ['type' => 'string', 'enum' => ['LOCAL_DOCKER_LAYER_CACHE', 'LOCAL_SOURCE_CACHE', 'LOCAL_CUSTOM_CACHE']], 'CacheType' => ['type' => 'string', 'enum' => ['NO_CACHE', 'S3', 'LOCAL']], 'CloudWatchLogsConfig' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'LogsConfigStatusType'], 'groupName' => ['shape' => 'String'], 'streamName' => ['shape' => 'String']]], 'CodeCoverage' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'reportARN' => ['shape' => 'NonEmptyString'], 'filePath' => ['shape' => 'NonEmptyString'], 'lineCoveragePercentage' => ['shape' => 'Percentage'], 'linesCovered' => ['shape' => 'NonNegativeInt'], 'linesMissed' => ['shape' => 'NonNegativeInt'], 'branchCoveragePercentage' => ['shape' => 'Percentage'], 'branchesCovered' => ['shape' => 'NonNegativeInt'], 'branchesMissed' => ['shape' => 'NonNegativeInt'], 'expired' => ['shape' => 'Timestamp']]], 'CodeCoverageReportSummary' => ['type' => 'structure', 'members' => ['lineCoveragePercentage' => ['shape' => 'Percentage'], 'linesCovered' => ['shape' => 'NonNegativeInt'], 'linesMissed' => ['shape' => 'NonNegativeInt'], 'branchCoveragePercentage' => ['shape' => 'Percentage'], 'branchesCovered' => ['shape' => 'NonNegativeInt'], 'branchesMissed' => ['shape' => 'NonNegativeInt']]], 'CodeCoverages' => ['type' => 'list', 'member' => ['shape' => 'CodeCoverage']], 'ComputeType' => ['type' => 'string', 'enum' => ['BUILD_GENERAL1_SMALL', 'BUILD_GENERAL1_MEDIUM', 'BUILD_GENERAL1_LARGE', 'BUILD_GENERAL1_2XLARGE']], 'ComputeTypesAllowed' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'CreateProjectInput' => ['type' => 'structure', 'required' => ['name', 'source', 'artifacts', 'environment', 'serviceRole'], 'members' => ['name' => ['shape' => 'ProjectName'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badgeEnabled' => ['shape' => 'WrapperBoolean'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations'], 'buildBatchConfig' => ['shape' => 'ProjectBuildBatchConfig']]], 'CreateProjectOutput' => ['type' => 'structure', 'members' => ['project' => ['shape' => 'Project']]], 'CreateReportGroupInput' => ['type' => 'structure', 'required' => ['name', 'type', 'exportConfig'], 'members' => ['name' => ['shape' => 'ReportGroupName'], 'type' => ['shape' => 'ReportType'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'tags' => ['shape' => 'TagList']]], 'CreateReportGroupOutput' => ['type' => 'structure', 'members' => ['reportGroup' => ['shape' => 'ReportGroup']]], 'CreateWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName'], 'branchFilter' => ['shape' => 'String'], 'filterGroups' => ['shape' => 'FilterGroups'], 'buildType' => ['shape' => 'WebhookBuildType']]], 'CreateWebhookOutput' => ['type' => 'structure', 'members' => ['webhook' => ['shape' => 'Webhook']]], 'CredentialProviderType' => ['type' => 'string', 'enum' => ['SECRETS_MANAGER']], 'DebugSession' => ['type' => 'structure', 'members' => ['sessionEnabled' => ['shape' => 'WrapperBoolean'], 'sessionTarget' => ['shape' => 'NonEmptyString']]], 'DeleteBuildBatchInput' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'NonEmptyString']]], 'DeleteBuildBatchOutput' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'String'], 'buildsDeleted' => ['shape' => 'BuildIds'], 'buildsNotDeleted' => ['shape' => 'BuildsNotDeleted']]], 'DeleteProjectInput' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'NonEmptyString']]], 'DeleteProjectOutput' => ['type' => 'structure', 'members' => []], 'DeleteReportGroupInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteReportGroupOutput' => ['type' => 'structure', 'members' => []], 'DeleteReportInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteReportOutput' => ['type' => 'structure', 'members' => []], 'DeleteResourcePolicyInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'DeleteResourcePolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteSourceCredentialsInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'DeleteWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName']]], 'DeleteWebhookOutput' => ['type' => 'structure', 'members' => []], 'DescribeCodeCoveragesInput' => ['type' => 'structure', 'required' => ['reportArn'], 'members' => ['reportArn' => ['shape' => 'NonEmptyString'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize'], 'sortOrder' => ['shape' => 'SortOrderType'], 'sortBy' => ['shape' => 'ReportCodeCoverageSortByType'], 'minLineCoveragePercentage' => ['shape' => 'Percentage'], 'maxLineCoveragePercentage' => ['shape' => 'Percentage']]], 'DescribeCodeCoveragesOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'codeCoverages' => ['shape' => 'CodeCoverages']]], 'DescribeTestCasesInput' => ['type' => 'structure', 'required' => ['reportArn'], 'members' => ['reportArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'TestCaseFilter']]], 'DescribeTestCasesOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'testCases' => ['shape' => 'TestCases']]], 'EnvironmentImage' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'description' => ['shape' => 'String'], 'versions' => ['shape' => 'ImageVersions']]], 'EnvironmentImages' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentImage']], 'EnvironmentLanguage' => ['type' => 'structure', 'members' => ['language' => ['shape' => 'LanguageType'], 'images' => ['shape' => 'EnvironmentImages']]], 'EnvironmentLanguages' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentLanguage']], 'EnvironmentPlatform' => ['type' => 'structure', 'members' => ['platform' => ['shape' => 'PlatformType'], 'languages' => ['shape' => 'EnvironmentLanguages']]], 'EnvironmentPlatforms' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentPlatform']], 'EnvironmentType' => ['type' => 'string', 'enum' => ['WINDOWS_CONTAINER', 'LINUX_CONTAINER', 'LINUX_GPU_CONTAINER', 'ARM_CONTAINER', 'WINDOWS_SERVER_2019_CONTAINER']], 'EnvironmentVariable' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'String'], 'type' => ['shape' => 'EnvironmentVariableType']]], 'EnvironmentVariableType' => ['type' => 'string', 'enum' => ['PLAINTEXT', 'PARAMETER_STORE', 'SECRETS_MANAGER']], 'EnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentVariable']], 'ExportedEnvironmentVariable' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'String']]], 'ExportedEnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'ExportedEnvironmentVariable']], 'FileSystemType' => ['type' => 'string', 'enum' => ['EFS']], 'FilterGroup' => ['type' => 'list', 'member' => ['shape' => 'WebhookFilter']], 'FilterGroups' => ['type' => 'list', 'member' => ['shape' => 'FilterGroup']], 'GetResourcePolicyInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'GetResourcePolicyOutput' => ['type' => 'structure', 'members' => ['policy' => ['shape' => 'NonEmptyString']]], 'GitCloneDepth' => ['type' => 'integer', 'min' => 0], 'GitSubmodulesConfig' => ['type' => 'structure', 'required' => ['fetchSubmodules'], 'members' => ['fetchSubmodules' => ['shape' => 'WrapperBoolean']]], 'Identifiers' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ImagePullCredentialsType' => ['type' => 'string', 'enum' => ['CODEBUILD', 'SERVICE_ROLE']], 'ImageVersions' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportSourceCredentialsInput' => ['type' => 'structure', 'required' => ['token', 'serverType', 'authType'], 'members' => ['username' => ['shape' => 'NonEmptyString'], 'token' => ['shape' => 'SensitiveNonEmptyString'], 'serverType' => ['shape' => 'ServerType'], 'authType' => ['shape' => 'AuthType'], 'shouldOverwrite' => ['shape' => 'WrapperBoolean']]], 'ImportSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString']]], 'InvalidInputException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidateProjectCacheInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString']]], 'InvalidateProjectCacheOutput' => ['type' => 'structure', 'members' => []], 'KeyInput' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$'], 'LanguageType' => ['type' => 'string', 'enum' => ['JAVA', 'PYTHON', 'NODE_JS', 'RUBY', 'GOLANG', 'DOCKER', 'ANDROID', 'DOTNET', 'BASE', 'PHP']], 'ListBuildBatchesForProjectInput' => ['type' => 'structure', 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'filter' => ['shape' => 'BuildBatchFilter'], 'maxResults' => ['shape' => 'PageSize'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildBatchesForProjectOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildBatchIds'], 'nextToken' => ['shape' => 'String']]], 'ListBuildBatchesInput' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'BuildBatchFilter'], 'maxResults' => ['shape' => 'PageSize'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildBatchesOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildBatchIds'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsForProjectInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsForProjectOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildIds'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String']]], 'ListBuildsOutput' => ['type' => 'structure', 'members' => ['ids' => ['shape' => 'BuildIds'], 'nextToken' => ['shape' => 'String']]], 'ListCuratedEnvironmentImagesInput' => ['type' => 'structure', 'members' => []], 'ListCuratedEnvironmentImagesOutput' => ['type' => 'structure', 'members' => ['platforms' => ['shape' => 'EnvironmentPlatforms']]], 'ListProjectsInput' => ['type' => 'structure', 'members' => ['sortBy' => ['shape' => 'ProjectSortByType'], 'sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListProjectsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'projects' => ['shape' => 'ProjectNames']]], 'ListReportGroupsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'sortBy' => ['shape' => 'ReportGroupSortByType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize']]], 'ListReportGroupsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reportGroups' => ['shape' => 'ReportGroupArns']]], 'ListReportsForReportGroupInput' => ['type' => 'structure', 'required' => ['reportGroupArn'], 'members' => ['reportGroupArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'sortOrder' => ['shape' => 'SortOrderType'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'ReportFilter']]], 'ListReportsForReportGroupOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reports' => ['shape' => 'ReportArns']]], 'ListReportsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize'], 'filter' => ['shape' => 'ReportFilter']]], 'ListReportsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reports' => ['shape' => 'ReportArns']]], 'ListSharedProjectsInput' => ['type' => 'structure', 'members' => ['sortBy' => ['shape' => 'SharedResourceSortByType'], 'sortOrder' => ['shape' => 'SortOrderType'], 'maxResults' => ['shape' => 'PageSize'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListSharedProjectsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'projects' => ['shape' => 'ProjectArns']]], 'ListSharedReportGroupsInput' => ['type' => 'structure', 'members' => ['sortOrder' => ['shape' => 'SortOrderType'], 'sortBy' => ['shape' => 'SharedResourceSortByType'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'PageSize']]], 'ListSharedReportGroupsOutput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'reportGroups' => ['shape' => 'ReportGroupArns']]], 'ListSourceCredentialsInput' => ['type' => 'structure', 'members' => []], 'ListSourceCredentialsOutput' => ['type' => 'structure', 'members' => ['sourceCredentialsInfos' => ['shape' => 'SourceCredentialsInfos']]], 'LogsConfig' => ['type' => 'structure', 'members' => ['cloudWatchLogs' => ['shape' => 'CloudWatchLogsConfig'], 's3Logs' => ['shape' => 'S3LogsConfig']]], 'LogsConfigStatusType' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'LogsLocation' => ['type' => 'structure', 'members' => ['groupName' => ['shape' => 'String'], 'streamName' => ['shape' => 'String'], 'deepLink' => ['shape' => 'String'], 's3DeepLink' => ['shape' => 'String'], 'cloudWatchLogsArn' => ['shape' => 'String'], 's3LogsArn' => ['shape' => 'String'], 'cloudWatchLogs' => ['shape' => 'CloudWatchLogsConfig'], 's3Logs' => ['shape' => 'S3LogsConfig']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['subnetId' => ['shape' => 'NonEmptyString'], 'networkInterfaceId' => ['shape' => 'NonEmptyString']]], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'NonNegativeInt' => ['type' => 'integer', 'min' => 0], 'OAuthProviderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Percentage' => ['type' => 'double', 'max' => 100, 'min' => 0], 'PhaseContext' => ['type' => 'structure', 'members' => ['statusCode' => ['shape' => 'String'], 'message' => ['shape' => 'String']]], 'PhaseContexts' => ['type' => 'list', 'member' => ['shape' => 'PhaseContext']], 'PlatformType' => ['type' => 'string', 'enum' => ['DEBIAN', 'AMAZON_LINUX', 'UBUNTU', 'WINDOWS_SERVER']], 'Project' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ProjectName'], 'arn' => ['shape' => 'String'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'created' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp'], 'webhook' => ['shape' => 'Webhook'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badge' => ['shape' => 'ProjectBadge'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations'], 'buildBatchConfig' => ['shape' => 'ProjectBuildBatchConfig']]], 'ProjectArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ProjectArtifacts' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'ArtifactsType'], 'location' => ['shape' => 'String'], 'path' => ['shape' => 'String'], 'namespaceType' => ['shape' => 'ArtifactNamespace'], 'name' => ['shape' => 'String'], 'packaging' => ['shape' => 'ArtifactPackaging'], 'overrideArtifactName' => ['shape' => 'WrapperBoolean'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean'], 'artifactIdentifier' => ['shape' => 'String']]], 'ProjectArtifactsList' => ['type' => 'list', 'member' => ['shape' => 'ProjectArtifacts'], 'max' => 12, 'min' => 0], 'ProjectBadge' => ['type' => 'structure', 'members' => ['badgeEnabled' => ['shape' => 'Boolean'], 'badgeRequestUrl' => ['shape' => 'String']]], 'ProjectBuildBatchConfig' => ['type' => 'structure', 'members' => ['serviceRole' => ['shape' => 'NonEmptyString'], 'combineArtifacts' => ['shape' => 'WrapperBoolean'], 'restrictions' => ['shape' => 'BatchRestrictions'], 'timeoutInMins' => ['shape' => 'WrapperInt']]], 'ProjectCache' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'CacheType'], 'location' => ['shape' => 'String'], 'modes' => ['shape' => 'ProjectCacheModes']]], 'ProjectCacheModes' => ['type' => 'list', 'member' => ['shape' => 'CacheMode']], 'ProjectDescription' => ['type' => 'string', 'max' => 255, 'min' => 0], 'ProjectEnvironment' => ['type' => 'structure', 'required' => ['type', 'image', 'computeType'], 'members' => ['type' => ['shape' => 'EnvironmentType'], 'image' => ['shape' => 'NonEmptyString'], 'computeType' => ['shape' => 'ComputeType'], 'environmentVariables' => ['shape' => 'EnvironmentVariables'], 'privilegedMode' => ['shape' => 'WrapperBoolean'], 'certificate' => ['shape' => 'String'], 'registryCredential' => ['shape' => 'RegistryCredential'], 'imagePullCredentialsType' => ['shape' => 'ImagePullCredentialsType']]], 'ProjectFileSystemLocation' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'FileSystemType'], 'location' => ['shape' => 'String'], 'mountPoint' => ['shape' => 'String'], 'identifier' => ['shape' => 'String'], 'mountOptions' => ['shape' => 'String']]], 'ProjectFileSystemLocations' => ['type' => 'list', 'member' => ['shape' => 'ProjectFileSystemLocation']], 'ProjectName' => ['type' => 'string', 'max' => 255, 'min' => 2, 'pattern' => '[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}'], 'ProjectNames' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ProjectSecondarySourceVersions' => ['type' => 'list', 'member' => ['shape' => 'ProjectSourceVersion'], 'max' => 12, 'min' => 0], 'ProjectSortByType' => ['type' => 'string', 'enum' => ['NAME', 'CREATED_TIME', 'LAST_MODIFIED_TIME']], 'ProjectSource' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'SourceType'], 'location' => ['shape' => 'String'], 'gitCloneDepth' => ['shape' => 'GitCloneDepth'], 'gitSubmodulesConfig' => ['shape' => 'GitSubmodulesConfig'], 'buildspec' => ['shape' => 'String'], 'auth' => ['shape' => 'SourceAuth'], 'reportBuildStatus' => ['shape' => 'WrapperBoolean'], 'buildStatusConfig' => ['shape' => 'BuildStatusConfig'], 'insecureSsl' => ['shape' => 'WrapperBoolean'], 'sourceIdentifier' => ['shape' => 'String']]], 'ProjectSourceVersion' => ['type' => 'structure', 'required' => ['sourceIdentifier', 'sourceVersion'], 'members' => ['sourceIdentifier' => ['shape' => 'String'], 'sourceVersion' => ['shape' => 'String']]], 'ProjectSources' => ['type' => 'list', 'member' => ['shape' => 'ProjectSource'], 'max' => 12, 'min' => 0], 'Projects' => ['type' => 'list', 'member' => ['shape' => 'Project']], 'PutResourcePolicyInput' => ['type' => 'structure', 'required' => ['policy', 'resourceArn'], 'members' => ['policy' => ['shape' => 'NonEmptyString'], 'resourceArn' => ['shape' => 'NonEmptyString']]], 'PutResourcePolicyOutput' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => 'NonEmptyString']]], 'RegistryCredential' => ['type' => 'structure', 'required' => ['credential', 'credentialProvider'], 'members' => ['credential' => ['shape' => 'NonEmptyString'], 'credentialProvider' => ['shape' => 'CredentialProviderType']]], 'Report' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ReportType'], 'name' => ['shape' => 'String'], 'reportGroupArn' => ['shape' => 'NonEmptyString'], 'executionId' => ['shape' => 'String'], 'status' => ['shape' => 'ReportStatusType'], 'created' => ['shape' => 'Timestamp'], 'expired' => ['shape' => 'Timestamp'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'truncated' => ['shape' => 'WrapperBoolean'], 'testSummary' => ['shape' => 'TestReportSummary'], 'codeCoverageSummary' => ['shape' => 'CodeCoverageReportSummary']]], 'ReportArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ReportCodeCoverageSortByType' => ['type' => 'string', 'enum' => ['LINE_COVERAGE_PERCENTAGE', 'FILE_PATH']], 'ReportExportConfig' => ['type' => 'structure', 'members' => ['exportConfigType' => ['shape' => 'ReportExportConfigType'], 's3Destination' => ['shape' => 'S3ReportExportConfig']]], 'ReportExportConfigType' => ['type' => 'string', 'enum' => ['S3', 'NO_EXPORT']], 'ReportFilter' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ReportStatusType']]], 'ReportGroup' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'ReportGroupName'], 'type' => ['shape' => 'ReportType'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'created' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagList']]], 'ReportGroupArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 100, 'min' => 1], 'ReportGroupName' => ['type' => 'string', 'max' => 128, 'min' => 2], 'ReportGroupSortByType' => ['type' => 'string', 'enum' => ['NAME', 'CREATED_TIME', 'LAST_MODIFIED_TIME']], 'ReportGroups' => ['type' => 'list', 'member' => ['shape' => 'ReportGroup'], 'max' => 100, 'min' => 1], 'ReportPackagingType' => ['type' => 'string', 'enum' => ['ZIP', 'NONE']], 'ReportStatusCounts' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'WrapperInt']], 'ReportStatusType' => ['type' => 'string', 'enum' => ['GENERATING', 'SUCCEEDED', 'FAILED', 'INCOMPLETE', 'DELETING']], 'ReportType' => ['type' => 'string', 'enum' => ['TEST', 'CODE_COVERAGE']], 'Reports' => ['type' => 'list', 'member' => ['shape' => 'Report'], 'max' => 100, 'min' => 1], 'ResolvedArtifact' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'ArtifactsType'], 'location' => ['shape' => 'String'], 'identifier' => ['shape' => 'String']]], 'ResolvedSecondaryArtifacts' => ['type' => 'list', 'member' => ['shape' => 'ResolvedArtifact']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RetryBuildBatchInput' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'idempotencyToken' => ['shape' => 'String'], 'retryType' => ['shape' => 'RetryBuildBatchType']]], 'RetryBuildBatchOutput' => ['type' => 'structure', 'members' => ['buildBatch' => ['shape' => 'BuildBatch']]], 'RetryBuildBatchType' => ['type' => 'string', 'enum' => ['RETRY_ALL_BUILDS', 'RETRY_FAILED_BUILDS']], 'RetryBuildInput' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'idempotencyToken' => ['shape' => 'String']]], 'RetryBuildOutput' => ['type' => 'structure', 'members' => ['build' => ['shape' => 'Build']]], 'S3LogsConfig' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'LogsConfigStatusType'], 'location' => ['shape' => 'String'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean']]], 'S3ReportExportConfig' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'NonEmptyString'], 'path' => ['shape' => 'String'], 'packaging' => ['shape' => 'ReportPackagingType'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'encryptionDisabled' => ['shape' => 'WrapperBoolean']]], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 5], 'SensitiveNonEmptyString' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'ServerType' => ['type' => 'string', 'enum' => ['GITHUB', 'BITBUCKET', 'GITHUB_ENTERPRISE']], 'SharedResourceSortByType' => ['type' => 'string', 'enum' => ['ARN', 'MODIFIED_TIME']], 'SortOrderType' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'SourceAuth' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'SourceAuthType'], 'resource' => ['shape' => 'String']]], 'SourceAuthType' => ['type' => 'string', 'enum' => ['OAUTH']], 'SourceCredentialsInfo' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'serverType' => ['shape' => 'ServerType'], 'authType' => ['shape' => 'AuthType']]], 'SourceCredentialsInfos' => ['type' => 'list', 'member' => ['shape' => 'SourceCredentialsInfo']], 'SourceType' => ['type' => 'string', 'enum' => ['CODECOMMIT', 'CODEPIPELINE', 'GITHUB', 'S3', 'BITBUCKET', 'GITHUB_ENTERPRISE', 'NO_SOURCE']], 'StartBuildBatchInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'secondarySourcesOverride' => ['shape' => 'ProjectSources'], 'secondarySourcesVersionOverride' => ['shape' => 'ProjectSecondarySourceVersions'], 'sourceVersion' => ['shape' => 'String'], 'artifactsOverride' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifactsOverride' => ['shape' => 'ProjectArtifactsList'], 'environmentVariablesOverride' => ['shape' => 'EnvironmentVariables'], 'sourceTypeOverride' => ['shape' => 'SourceType'], 'sourceLocationOverride' => ['shape' => 'String'], 'sourceAuthOverride' => ['shape' => 'SourceAuth'], 'gitCloneDepthOverride' => ['shape' => 'GitCloneDepth'], 'gitSubmodulesConfigOverride' => ['shape' => 'GitSubmodulesConfig'], 'buildspecOverride' => ['shape' => 'String'], 'insecureSslOverride' => ['shape' => 'WrapperBoolean'], 'reportBuildBatchStatusOverride' => ['shape' => 'WrapperBoolean'], 'environmentTypeOverride' => ['shape' => 'EnvironmentType'], 'imageOverride' => ['shape' => 'NonEmptyString'], 'computeTypeOverride' => ['shape' => 'ComputeType'], 'certificateOverride' => ['shape' => 'String'], 'cacheOverride' => ['shape' => 'ProjectCache'], 'serviceRoleOverride' => ['shape' => 'NonEmptyString'], 'privilegedModeOverride' => ['shape' => 'WrapperBoolean'], 'buildTimeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'encryptionKeyOverride' => ['shape' => 'NonEmptyString'], 'idempotencyToken' => ['shape' => 'String'], 'logsConfigOverride' => ['shape' => 'LogsConfig'], 'registryCredentialOverride' => ['shape' => 'RegistryCredential'], 'imagePullCredentialsTypeOverride' => ['shape' => 'ImagePullCredentialsType'], 'buildBatchConfigOverride' => ['shape' => 'ProjectBuildBatchConfig']]], 'StartBuildBatchOutput' => ['type' => 'structure', 'members' => ['buildBatch' => ['shape' => 'BuildBatch']]], 'StartBuildInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'NonEmptyString'], 'secondarySourcesOverride' => ['shape' => 'ProjectSources'], 'secondarySourcesVersionOverride' => ['shape' => 'ProjectSecondarySourceVersions'], 'sourceVersion' => ['shape' => 'String'], 'artifactsOverride' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifactsOverride' => ['shape' => 'ProjectArtifactsList'], 'environmentVariablesOverride' => ['shape' => 'EnvironmentVariables'], 'sourceTypeOverride' => ['shape' => 'SourceType'], 'sourceLocationOverride' => ['shape' => 'String'], 'sourceAuthOverride' => ['shape' => 'SourceAuth'], 'gitCloneDepthOverride' => ['shape' => 'GitCloneDepth'], 'gitSubmodulesConfigOverride' => ['shape' => 'GitSubmodulesConfig'], 'buildspecOverride' => ['shape' => 'String'], 'insecureSslOverride' => ['shape' => 'WrapperBoolean'], 'reportBuildStatusOverride' => ['shape' => 'WrapperBoolean'], 'buildStatusConfigOverride' => ['shape' => 'BuildStatusConfig'], 'environmentTypeOverride' => ['shape' => 'EnvironmentType'], 'imageOverride' => ['shape' => 'NonEmptyString'], 'computeTypeOverride' => ['shape' => 'ComputeType'], 'certificateOverride' => ['shape' => 'String'], 'cacheOverride' => ['shape' => 'ProjectCache'], 'serviceRoleOverride' => ['shape' => 'NonEmptyString'], 'privilegedModeOverride' => ['shape' => 'WrapperBoolean'], 'timeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutesOverride' => ['shape' => 'TimeOut'], 'encryptionKeyOverride' => ['shape' => 'NonEmptyString'], 'idempotencyToken' => ['shape' => 'String'], 'logsConfigOverride' => ['shape' => 'LogsConfig'], 'registryCredentialOverride' => ['shape' => 'RegistryCredential'], 'imagePullCredentialsTypeOverride' => ['shape' => 'ImagePullCredentialsType'], 'debugSessionEnabled' => ['shape' => 'WrapperBoolean']]], 'StartBuildOutput' => ['type' => 'structure', 'members' => ['build' => ['shape' => 'Build']]], 'StatusType' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'FAILED', 'FAULT', 'TIMED_OUT', 'IN_PROGRESS', 'STOPPED']], 'StopBuildBatchInput' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'NonEmptyString']]], 'StopBuildBatchOutput' => ['type' => 'structure', 'members' => ['buildBatch' => ['shape' => 'BuildBatch']]], 'StopBuildInput' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'NonEmptyString']]], 'StopBuildOutput' => ['type' => 'structure', 'members' => ['build' => ['shape' => 'Build']]], 'String' => ['type' => 'string'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 16], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'KeyInput'], 'value' => ['shape' => 'ValueInput']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TestCase' => ['type' => 'structure', 'members' => ['reportArn' => ['shape' => 'NonEmptyString'], 'testRawDataPath' => ['shape' => 'String'], 'prefix' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'durationInNanoSeconds' => ['shape' => 'WrapperLong'], 'message' => ['shape' => 'String'], 'expired' => ['shape' => 'Timestamp']]], 'TestCaseFilter' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'String']]], 'TestCases' => ['type' => 'list', 'member' => ['shape' => 'TestCase']], 'TestReportSummary' => ['type' => 'structure', 'required' => ['total', 'statusCounts', 'durationInNanoSeconds'], 'members' => ['total' => ['shape' => 'WrapperInt'], 'statusCounts' => ['shape' => 'ReportStatusCounts'], 'durationInNanoSeconds' => ['shape' => 'WrapperLong']]], 'TimeOut' => ['type' => 'integer', 'max' => 480, 'min' => 5], 'Timestamp' => ['type' => 'timestamp'], 'UpdateProjectInput' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'ProjectDescription'], 'source' => ['shape' => 'ProjectSource'], 'secondarySources' => ['shape' => 'ProjectSources'], 'sourceVersion' => ['shape' => 'String'], 'secondarySourceVersions' => ['shape' => 'ProjectSecondarySourceVersions'], 'artifacts' => ['shape' => 'ProjectArtifacts'], 'secondaryArtifacts' => ['shape' => 'ProjectArtifactsList'], 'cache' => ['shape' => 'ProjectCache'], 'environment' => ['shape' => 'ProjectEnvironment'], 'serviceRole' => ['shape' => 'NonEmptyString'], 'timeoutInMinutes' => ['shape' => 'TimeOut'], 'queuedTimeoutInMinutes' => ['shape' => 'TimeOut'], 'encryptionKey' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagList'], 'vpcConfig' => ['shape' => 'VpcConfig'], 'badgeEnabled' => ['shape' => 'WrapperBoolean'], 'logsConfig' => ['shape' => 'LogsConfig'], 'fileSystemLocations' => ['shape' => 'ProjectFileSystemLocations'], 'buildBatchConfig' => ['shape' => 'ProjectBuildBatchConfig']]], 'UpdateProjectOutput' => ['type' => 'structure', 'members' => ['project' => ['shape' => 'Project']]], 'UpdateReportGroupInput' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'exportConfig' => ['shape' => 'ReportExportConfig'], 'tags' => ['shape' => 'TagList']]], 'UpdateReportGroupOutput' => ['type' => 'structure', 'members' => ['reportGroup' => ['shape' => 'ReportGroup']]], 'UpdateWebhookInput' => ['type' => 'structure', 'required' => ['projectName'], 'members' => ['projectName' => ['shape' => 'ProjectName'], 'branchFilter' => ['shape' => 'String'], 'rotateSecret' => ['shape' => 'Boolean'], 'filterGroups' => ['shape' => 'FilterGroups'], 'buildType' => ['shape' => 'WebhookBuildType']]], 'UpdateWebhookOutput' => ['type' => 'structure', 'members' => ['webhook' => ['shape' => 'Webhook']]], 'ValueInput' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$'], 'VpcConfig' => ['type' => 'structure', 'members' => ['vpcId' => ['shape' => 'NonEmptyString'], 'subnets' => ['shape' => 'Subnets'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'Webhook' => ['type' => 'structure', 'members' => ['url' => ['shape' => 'NonEmptyString'], 'payloadUrl' => ['shape' => 'NonEmptyString'], 'secret' => ['shape' => 'NonEmptyString'], 'branchFilter' => ['shape' => 'String'], 'filterGroups' => ['shape' => 'FilterGroups'], 'buildType' => ['shape' => 'WebhookBuildType'], 'lastModifiedSecret' => ['shape' => 'Timestamp']]], 'WebhookBuildType' => ['type' => 'string', 'enum' => ['BUILD', 'BUILD_BATCH']], 'WebhookFilter' => ['type' => 'structure', 'required' => ['type', 'pattern'], 'members' => ['type' => ['shape' => 'WebhookFilterType'], 'pattern' => ['shape' => 'String'], 'excludeMatchedPattern' => ['shape' => 'WrapperBoolean']]], 'WebhookFilterType' => ['type' => 'string', 'enum' => ['EVENT', 'BASE_REF', 'HEAD_REF', 'ACTOR_ACCOUNT_ID', 'FILE_PATH', 'COMMIT_MESSAGE']], 'WrapperBoolean' => ['type' => 'boolean'], 'WrapperInt' => ['type' => 'integer'], 'WrapperLong' => ['type' => 'long']]]; diff --git a/vendor/Aws3/Aws/data/codebuild/2016-10-06/paginators-1.json.php b/vendor/Aws3/Aws/data/codebuild/2016-10-06/paginators-1.json.php index 4a5ca40d..412659dc 100644 --- a/vendor/Aws3/Aws/data/codebuild/2016-10-06/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/codebuild/2016-10-06/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['DescribeCodeCoverages' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'codeCoverages'], 'DescribeTestCases' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'testCases'], 'ListBuildBatches' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'ids'], 'ListBuildBatchesForProject' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'ids'], 'ListBuilds' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'ids'], 'ListBuildsForProject' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'ids'], 'ListProjects' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'projects'], 'ListReportGroups' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'reportGroups'], 'ListReports' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'reports'], 'ListReportsForReportGroup' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'reports'], 'ListSharedProjects' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'projects'], 'ListSharedReportGroups' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'reportGroups']]]; diff --git a/vendor/Aws3/Aws/data/codecommit/2015-04-13/api-2.json.php b/vendor/Aws3/Aws/data/codecommit/2015-04-13/api-2.json.php index 0c70bcb5..828b3509 100644 --- a/vendor/Aws3/Aws/data/codecommit/2015-04-13/api-2.json.php +++ b/vendor/Aws3/Aws/data/codecommit/2015-04-13/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-04-13', 'endpointPrefix' => 'codecommit', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeCommit', 'serviceFullName' => 'AWS CodeCommit', 'serviceId' => 'CodeCommit', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeCommit_20150413', 'uid' => 'codecommit-2015-04-13'], 'operations' => ['AssociateApprovalRuleTemplateWithRepository' => ['name' => 'AssociateApprovalRuleTemplateWithRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateApprovalRuleTemplateWithRepositoryInput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'MaximumRuleTemplatesAssociatedWithRepositoryException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchAssociateApprovalRuleTemplateWithRepositories' => ['name' => 'BatchAssociateApprovalRuleTemplateWithRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesInput'], 'output' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchDescribeMergeConflicts' => ['name' => 'BatchDescribeMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDescribeMergeConflictsInput'], 'output' => ['shape' => 'BatchDescribeMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidMaxConflictFilesException'], ['shape' => 'InvalidMaxMergeHunksException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchDisassociateApprovalRuleTemplateFromRepositories' => ['name' => 'BatchDisassociateApprovalRuleTemplateFromRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesInput'], 'output' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchGetCommits' => ['name' => 'BatchGetCommits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetCommitsInput'], 'output' => ['shape' => 'BatchGetCommitsOutput'], 'errors' => [['shape' => 'CommitIdsListRequiredException'], ['shape' => 'CommitIdsLimitExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchGetRepositories' => ['name' => 'BatchGetRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetRepositoriesInput'], 'output' => ['shape' => 'BatchGetRepositoriesOutput'], 'errors' => [['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateApprovalRuleTemplate' => ['name' => 'CreateApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApprovalRuleTemplateInput'], 'output' => ['shape' => 'CreateApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameAlreadyExistsException'], ['shape' => 'ApprovalRuleTemplateContentRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateContentException'], ['shape' => 'InvalidApprovalRuleTemplateDescriptionException'], ['shape' => 'NumberOfRuleTemplatesExceededException']]], 'CreateBranch' => ['name' => 'CreateBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBranchInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameExistsException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateCommit' => ['name' => 'CreateCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCommitInput'], 'output' => ['shape' => 'CreateCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'FileEntryRequiredException'], ['shape' => 'MaximumFileEntriesExceededException'], ['shape' => 'PutFileEntryConflictException'], ['shape' => 'SourceFileOrContentRequiredException'], ['shape' => 'FileContentAndSourceFileSpecifiedException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'SamePathRequestException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'InvalidDeletionParameterException'], ['shape' => 'RestrictedSourceFileException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'NoChangeException'], ['shape' => 'FileNameConflictsWithDirectoryNameException'], ['shape' => 'DirectoryNameConflictsWithFileNameException'], ['shape' => 'FilePathConflictsWithSubmodulePathException']]], 'CreatePullRequest' => ['name' => 'CreatePullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePullRequestInput'], 'output' => ['shape' => 'CreatePullRequestOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'ReferenceNameRequiredException'], ['shape' => 'InvalidReferenceNameException'], ['shape' => 'ReferenceDoesNotExistException'], ['shape' => 'ReferenceTypeNotSupportedException'], ['shape' => 'TitleRequiredException'], ['shape' => 'InvalidTitleException'], ['shape' => 'InvalidDescriptionException'], ['shape' => 'TargetsRequiredException'], ['shape' => 'InvalidTargetsException'], ['shape' => 'TargetRequiredException'], ['shape' => 'InvalidTargetException'], ['shape' => 'MultipleRepositoriesInPullRequestException'], ['shape' => 'MaximumOpenPullRequestsExceededException'], ['shape' => 'SourceAndDestinationAreSameException']]], 'CreatePullRequestApprovalRule' => ['name' => 'CreatePullRequestApprovalRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePullRequestApprovalRuleInput'], 'output' => ['shape' => 'CreatePullRequestApprovalRuleOutput'], 'errors' => [['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'ApprovalRuleNameAlreadyExistsException'], ['shape' => 'ApprovalRuleContentRequiredException'], ['shape' => 'InvalidApprovalRuleContentException'], ['shape' => 'NumberOfRulesExceededException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateRepository' => ['name' => 'CreateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRepositoryInput'], 'output' => ['shape' => 'CreateRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameExistsException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidRepositoryDescriptionException'], ['shape' => 'RepositoryLimitExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'InvalidTagsMapException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'CreateUnreferencedMergeCommit' => ['name' => 'CreateUnreferencedMergeCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUnreferencedMergeCommitInput'], 'output' => ['shape' => 'CreateUnreferencedMergeCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteApprovalRuleTemplate' => ['name' => 'DeleteApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApprovalRuleTemplateInput'], 'output' => ['shape' => 'DeleteApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateInUseException']]], 'DeleteBranch' => ['name' => 'DeleteBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBranchInput'], 'output' => ['shape' => 'DeleteBranchOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'DefaultBranchCannotBeDeletedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteCommentContent' => ['name' => 'DeleteCommentContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCommentContentInput'], 'output' => ['shape' => 'DeleteCommentContentOutput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'CommentDeletedException']]], 'DeleteFile' => ['name' => 'DeleteFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileInput'], 'output' => ['shape' => 'DeleteFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeletePullRequestApprovalRule' => ['name' => 'DeletePullRequestApprovalRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePullRequestApprovalRuleInput'], 'output' => ['shape' => 'DeletePullRequestApprovalRuleOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'CannotDeleteApprovalRuleFromTemplateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteRepository' => ['name' => 'DeleteRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryInput'], 'output' => ['shape' => 'DeleteRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DescribeMergeConflicts' => ['name' => 'DescribeMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMergeConflictsInput'], 'output' => ['shape' => 'DescribeMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'InvalidMaxMergeHunksException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DescribePullRequestEvents' => ['name' => 'DescribePullRequestEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePullRequestEventsInput'], 'output' => ['shape' => 'DescribePullRequestEventsOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestEventTypeException'], ['shape' => 'InvalidActorArnException'], ['shape' => 'ActorDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DisassociateApprovalRuleTemplateFromRepository' => ['name' => 'DisassociateApprovalRuleTemplateFromRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateApprovalRuleTemplateFromRepositoryInput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'EvaluatePullRequestApprovalRules' => ['name' => 'EvaluatePullRequestApprovalRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EvaluatePullRequestApprovalRulesInput'], 'output' => ['shape' => 'EvaluatePullRequestApprovalRulesOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetApprovalRuleTemplate' => ['name' => 'GetApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApprovalRuleTemplateInput'], 'output' => ['shape' => 'GetApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException']]], 'GetBlob' => ['name' => 'GetBlob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlobInput'], 'output' => ['shape' => 'GetBlobOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'BlobIdRequiredException'], ['shape' => 'InvalidBlobIdException'], ['shape' => 'BlobIdDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'FileTooLargeException']]], 'GetBranch' => ['name' => 'GetBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBranchInput'], 'output' => ['shape' => 'GetBranchOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetComment' => ['name' => 'GetComment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentInput'], 'output' => ['shape' => 'GetCommentOutput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'CommentDeletedException']]], 'GetCommentsForComparedCommit' => ['name' => 'GetCommentsForComparedCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentsForComparedCommitInput'], 'output' => ['shape' => 'GetCommentsForComparedCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetCommentsForPullRequest' => ['name' => 'GetCommentsForPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentsForPullRequestInput'], 'output' => ['shape' => 'GetCommentsForPullRequestOutput'], 'errors' => [['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetCommit' => ['name' => 'GetCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommitInput'], 'output' => ['shape' => 'GetCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitIdDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetDifferences' => ['name' => 'GetDifferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDifferencesInput'], 'output' => ['shape' => 'GetDifferencesOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetFile' => ['name' => 'GetFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFileInput'], 'output' => ['shape' => 'GetFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'FileTooLargeException']]], 'GetFolder' => ['name' => 'GetFolder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFolderInput'], 'output' => ['shape' => 'GetFolderOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FolderDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeCommit' => ['name' => 'GetMergeCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeCommitInput'], 'output' => ['shape' => 'GetMergeCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeConflicts' => ['name' => 'GetMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeConflictsInput'], 'output' => ['shape' => 'GetMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidMaxConflictFilesException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidDestinationCommitSpecifierException'], ['shape' => 'InvalidSourceCommitSpecifierException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeOptions' => ['name' => 'GetMergeOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeOptionsInput'], 'output' => ['shape' => 'GetMergeOptionsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequest' => ['name' => 'GetPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestInput'], 'output' => ['shape' => 'GetPullRequestOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequestApprovalStates' => ['name' => 'GetPullRequestApprovalStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestApprovalStatesInput'], 'output' => ['shape' => 'GetPullRequestApprovalStatesOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequestOverrideState' => ['name' => 'GetPullRequestOverrideState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestOverrideStateInput'], 'output' => ['shape' => 'GetPullRequestOverrideStateOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetRepository' => ['name' => 'GetRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryInput'], 'output' => ['shape' => 'GetRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetRepositoryTriggers' => ['name' => 'GetRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryTriggersInput'], 'output' => ['shape' => 'GetRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListApprovalRuleTemplates' => ['name' => 'ListApprovalRuleTemplates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApprovalRuleTemplatesInput'], 'output' => ['shape' => 'ListApprovalRuleTemplatesOutput'], 'errors' => [['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListAssociatedApprovalRuleTemplatesForRepository' => ['name' => 'ListAssociatedApprovalRuleTemplatesForRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociatedApprovalRuleTemplatesForRepositoryInput'], 'output' => ['shape' => 'ListAssociatedApprovalRuleTemplatesForRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListBranches' => ['name' => 'ListBranches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBranchesInput'], 'output' => ['shape' => 'ListBranchesOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListPullRequests' => ['name' => 'ListPullRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPullRequestsInput'], 'output' => ['shape' => 'ListPullRequestsOutput'], 'errors' => [['shape' => 'InvalidPullRequestStatusException'], ['shape' => 'InvalidAuthorArnException'], ['shape' => 'AuthorDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListRepositories' => ['name' => 'ListRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRepositoriesInput'], 'output' => ['shape' => 'ListRepositoriesOutput'], 'errors' => [['shape' => 'InvalidSortByException'], ['shape' => 'InvalidOrderException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListRepositoriesForApprovalRuleTemplate' => ['name' => 'ListRepositoriesForApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRepositoriesForApprovalRuleTemplateInput'], 'output' => ['shape' => 'ListRepositoriesForApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException']]], 'MergeBranchesByFastForward' => ['name' => 'MergeBranchesByFastForward', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesByFastForwardInput'], 'output' => ['shape' => 'MergeBranchesByFastForwardOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergeBranchesBySquash' => ['name' => 'MergeBranchesBySquash', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesBySquashInput'], 'output' => ['shape' => 'MergeBranchesBySquashOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergeBranchesByThreeWay' => ['name' => 'MergeBranchesByThreeWay', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesByThreeWayInput'], 'output' => ['shape' => 'MergeBranchesByThreeWayOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestByFastForward' => ['name' => 'MergePullRequestByFastForward', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestByFastForwardInput'], 'output' => ['shape' => 'MergePullRequestByFastForwardOutput'], 'errors' => [['shape' => 'ManualMergeRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'ReferenceDoesNotExistException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestBySquash' => ['name' => 'MergePullRequestBySquash', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestBySquashInput'], 'output' => ['shape' => 'MergePullRequestBySquashOutput'], 'errors' => [['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestByThreeWay' => ['name' => 'MergePullRequestByThreeWay', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestByThreeWayInput'], 'output' => ['shape' => 'MergePullRequestByThreeWayOutput'], 'errors' => [['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'OverridePullRequestApprovalRules' => ['name' => 'OverridePullRequestApprovalRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'OverridePullRequestApprovalRulesInput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'InvalidOverrideStatusException'], ['shape' => 'OverrideStatusRequiredException'], ['shape' => 'OverrideAlreadySetException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'PostCommentForComparedCommit' => ['name' => 'PostCommentForComparedCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentForComparedCommitInput'], 'output' => ['shape' => 'PostCommentForComparedCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'InvalidFileLocationException'], ['shape' => 'InvalidRelativeFileVersionEnumException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidFilePositionException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'BeforeCommitIdAndAfterCommitIdAreSameException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException']], 'idempotent' => \true], 'PostCommentForPullRequest' => ['name' => 'PostCommentForPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentForPullRequestInput'], 'output' => ['shape' => 'PostCommentForPullRequestOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'InvalidFileLocationException'], ['shape' => 'InvalidRelativeFileVersionEnumException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidFilePositionException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException'], ['shape' => 'PathRequiredException'], ['shape' => 'BeforeCommitIdAndAfterCommitIdAreSameException']], 'idempotent' => \true], 'PostCommentReply' => ['name' => 'PostCommentReply', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentReplyInput'], 'output' => ['shape' => 'PostCommentReplyOutput'], 'errors' => [['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException']], 'idempotent' => \true], 'PutFile' => ['name' => 'PutFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutFileInput'], 'output' => ['shape' => 'PutFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'FileContentRequiredException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidDeletionParameterException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'SameFileContentException'], ['shape' => 'FileNameConflictsWithDirectoryNameException'], ['shape' => 'DirectoryNameConflictsWithFileNameException'], ['shape' => 'FilePathConflictsWithSubmodulePathException']]], 'PutRepositoryTriggers' => ['name' => 'PutRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRepositoryTriggersInput'], 'output' => ['shape' => 'PutRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryTriggersListRequiredException'], ['shape' => 'MaximumRepositoryTriggersExceededException'], ['shape' => 'InvalidRepositoryTriggerNameException'], ['shape' => 'InvalidRepositoryTriggerDestinationArnException'], ['shape' => 'InvalidRepositoryTriggerRegionException'], ['shape' => 'InvalidRepositoryTriggerCustomDataException'], ['shape' => 'MaximumBranchesExceededException'], ['shape' => 'InvalidRepositoryTriggerBranchNameException'], ['shape' => 'InvalidRepositoryTriggerEventsException'], ['shape' => 'RepositoryTriggerNameRequiredException'], ['shape' => 'RepositoryTriggerDestinationArnRequiredException'], ['shape' => 'RepositoryTriggerBranchNameListRequiredException'], ['shape' => 'RepositoryTriggerEventsListRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException'], ['shape' => 'TagsMapRequiredException'], ['shape' => 'InvalidTagsMapException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'TestRepositoryTriggers' => ['name' => 'TestRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestRepositoryTriggersInput'], 'output' => ['shape' => 'TestRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryTriggersListRequiredException'], ['shape' => 'MaximumRepositoryTriggersExceededException'], ['shape' => 'InvalidRepositoryTriggerNameException'], ['shape' => 'InvalidRepositoryTriggerDestinationArnException'], ['shape' => 'InvalidRepositoryTriggerRegionException'], ['shape' => 'InvalidRepositoryTriggerCustomDataException'], ['shape' => 'MaximumBranchesExceededException'], ['shape' => 'InvalidRepositoryTriggerBranchNameException'], ['shape' => 'InvalidRepositoryTriggerEventsException'], ['shape' => 'RepositoryTriggerNameRequiredException'], ['shape' => 'RepositoryTriggerDestinationArnRequiredException'], ['shape' => 'RepositoryTriggerBranchNameListRequiredException'], ['shape' => 'RepositoryTriggerEventsListRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException'], ['shape' => 'TagKeysListRequiredException'], ['shape' => 'InvalidTagKeysListException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'UpdateApprovalRuleTemplateContent' => ['name' => 'UpdateApprovalRuleTemplateContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateContentInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateContentOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidApprovalRuleTemplateContentException'], ['shape' => 'InvalidRuleContentSha256Exception'], ['shape' => 'ApprovalRuleTemplateContentRequiredException']]], 'UpdateApprovalRuleTemplateDescription' => ['name' => 'UpdateApprovalRuleTemplateDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateDescriptionInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateDescriptionOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidApprovalRuleTemplateDescriptionException']]], 'UpdateApprovalRuleTemplateName' => ['name' => 'UpdateApprovalRuleTemplateName', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateNameInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateNameOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'ApprovalRuleTemplateNameAlreadyExistsException']]], 'UpdateComment' => ['name' => 'UpdateComment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCommentInput'], 'output' => ['shape' => 'UpdateCommentOutput'], 'errors' => [['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'CommentNotCreatedByCallerException'], ['shape' => 'CommentDeletedException']]], 'UpdateDefaultBranch' => ['name' => 'UpdateDefaultBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDefaultBranchInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestApprovalRuleContent' => ['name' => 'UpdatePullRequestApprovalRuleContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestApprovalRuleContentInput'], 'output' => ['shape' => 'UpdatePullRequestApprovalRuleContentOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'ApprovalRuleDoesNotExistException'], ['shape' => 'InvalidRuleContentSha256Exception'], ['shape' => 'ApprovalRuleContentRequiredException'], ['shape' => 'InvalidApprovalRuleContentException'], ['shape' => 'CannotModifyApprovalRuleFromTemplateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestApprovalState' => ['name' => 'UpdatePullRequestApprovalState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestApprovalStateInput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'InvalidApprovalStateException'], ['shape' => 'ApprovalStateRequiredException'], ['shape' => 'PullRequestCannotBeApprovedByAuthorException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'MaximumNumberOfApprovalsExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestDescription' => ['name' => 'UpdatePullRequestDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestDescriptionInput'], 'output' => ['shape' => 'UpdatePullRequestDescriptionOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidDescriptionException'], ['shape' => 'PullRequestAlreadyClosedException']]], 'UpdatePullRequestStatus' => ['name' => 'UpdatePullRequestStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestStatusInput'], 'output' => ['shape' => 'UpdatePullRequestStatusOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestStatusUpdateException'], ['shape' => 'InvalidPullRequestStatusException'], ['shape' => 'PullRequestStatusRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestTitle' => ['name' => 'UpdatePullRequestTitle', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestTitleInput'], 'output' => ['shape' => 'UpdatePullRequestTitleOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'TitleRequiredException'], ['shape' => 'InvalidTitleException'], ['shape' => 'PullRequestAlreadyClosedException']]], 'UpdateRepositoryDescription' => ['name' => 'UpdateRepositoryDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRepositoryDescriptionInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidRepositoryDescriptionException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdateRepositoryName' => ['name' => 'UpdateRepositoryName', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRepositoryNameInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameExistsException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException']]]], 'shapes' => ['AccountId' => ['type' => 'string'], 'ActorDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AdditionalData' => ['type' => 'string'], 'Approval' => ['type' => 'structure', 'members' => ['userArn' => ['shape' => 'Arn'], 'approvalState' => ['shape' => 'ApprovalState']]], 'ApprovalList' => ['type' => 'list', 'member' => ['shape' => 'Approval']], 'ApprovalRule' => ['type' => 'structure', 'members' => ['approvalRuleId' => ['shape' => 'ApprovalRuleId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent'], 'ruleContentSha256' => ['shape' => 'RuleContentSha256'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedUser' => ['shape' => 'Arn'], 'originApprovalRuleTemplate' => ['shape' => 'OriginApprovalRuleTemplate']]], 'ApprovalRuleContent' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ApprovalRuleContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleEventMetadata' => ['type' => 'structure', 'members' => ['approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleId' => ['shape' => 'ApprovalRuleId'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'ApprovalRuleId' => ['type' => 'string'], 'ApprovalRuleName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApprovalRuleNameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleOverriddenEventMetadata' => ['type' => 'structure', 'members' => ['revisionId' => ['shape' => 'RevisionId'], 'overrideStatus' => ['shape' => 'OverrideStatus']]], 'ApprovalRuleTemplate' => ['type' => 'structure', 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId'], 'approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription'], 'approvalRuleTemplateContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'ruleContentSha256' => ['shape' => 'RuleContentSha256'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedUser' => ['shape' => 'Arn']]], 'ApprovalRuleTemplateContent' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ApprovalRuleTemplateContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateDescription' => ['type' => 'string', 'max' => 1000, 'min' => 0], 'ApprovalRuleTemplateDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateId' => ['type' => 'string'], 'ApprovalRuleTemplateInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApprovalRuleTemplateNameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateNameList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleTemplateName']], 'ApprovalRuleTemplateNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRulesList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRule']], 'ApprovalRulesNotSatisfiedList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleName']], 'ApprovalRulesSatisfiedList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleName']], 'ApprovalState' => ['type' => 'string', 'enum' => ['APPROVE', 'REVOKE']], 'ApprovalStateChangedEventMetadata' => ['type' => 'structure', 'members' => ['revisionId' => ['shape' => 'RevisionId'], 'approvalStatus' => ['shape' => 'ApprovalState']]], 'ApprovalStateRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Approved' => ['type' => 'boolean'], 'Arn' => ['type' => 'string'], 'AssociateApprovalRuleTemplateWithRepositoryInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'AuthorDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BatchAssociateApprovalRuleTemplateWithRepositoriesError' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesError']], 'BatchAssociateApprovalRuleTemplateWithRepositoriesInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryNames'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchAssociateApprovalRuleTemplateWithRepositoriesOutput' => ['type' => 'structure', 'required' => ['associatedRepositoryNames', 'errors'], 'members' => ['associatedRepositoryNames' => ['shape' => 'RepositoryNameList'], 'errors' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList']]], 'BatchDescribeMergeConflictsError' => ['type' => 'structure', 'required' => ['filePath', 'exceptionName', 'message'], 'members' => ['filePath' => ['shape' => 'Path'], 'exceptionName' => ['shape' => 'ExceptionName'], 'message' => ['shape' => 'Message']]], 'BatchDescribeMergeConflictsErrors' => ['type' => 'list', 'member' => ['shape' => 'BatchDescribeMergeConflictsError']], 'BatchDescribeMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'maxMergeHunks' => ['shape' => 'MaxResults'], 'maxConflictFiles' => ['shape' => 'MaxResults'], 'filePaths' => ['shape' => 'FilePaths'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'BatchDescribeMergeConflictsOutput' => ['type' => 'structure', 'required' => ['conflicts', 'destinationCommitId', 'sourceCommitId'], 'members' => ['conflicts' => ['shape' => 'Conflicts'], 'nextToken' => ['shape' => 'NextToken'], 'errors' => ['shape' => 'BatchDescribeMergeConflictsErrors'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesError' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesError']], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryNames'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput' => ['type' => 'structure', 'required' => ['disassociatedRepositoryNames', 'errors'], 'members' => ['disassociatedRepositoryNames' => ['shape' => 'RepositoryNameList'], 'errors' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList']]], 'BatchGetCommitsError' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetCommitsErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchGetCommitsError']], 'BatchGetCommitsInput' => ['type' => 'structure', 'required' => ['commitIds', 'repositoryName'], 'members' => ['commitIds' => ['shape' => 'CommitIdsInputList'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'BatchGetCommitsOutput' => ['type' => 'structure', 'members' => ['commits' => ['shape' => 'CommitObjectsList'], 'errors' => ['shape' => 'BatchGetCommitsErrorsList']]], 'BatchGetRepositoriesInput' => ['type' => 'structure', 'required' => ['repositoryNames'], 'members' => ['repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchGetRepositoriesOutput' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryMetadataList'], 'repositoriesNotFound' => ['shape' => 'RepositoryNotFoundList']]], 'BeforeCommitIdAndAfterCommitIdAreSameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobIdDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobMetadata' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'path' => ['shape' => 'Path'], 'mode' => ['shape' => 'Mode']]], 'BranchDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchInfo' => ['type' => 'structure', 'members' => ['branchName' => ['shape' => 'BranchName'], 'commitId' => ['shape' => 'CommitId']]], 'BranchName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'BranchNameExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchNameIsTagNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchNameList' => ['type' => 'list', 'member' => ['shape' => 'BranchName']], 'BranchNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CannotDeleteApprovalRuleFromTemplateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CannotModifyApprovalRuleFromTemplateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CapitalBoolean' => ['type' => 'boolean'], 'ChangeTypeEnum' => ['type' => 'string', 'enum' => ['A', 'M', 'D']], 'ClientRequestToken' => ['type' => 'string'], 'ClientRequestTokenRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CloneUrlHttp' => ['type' => 'string'], 'CloneUrlSsh' => ['type' => 'string'], 'Comment' => ['type' => 'structure', 'members' => ['commentId' => ['shape' => 'CommentId'], 'content' => ['shape' => 'Content'], 'inReplyTo' => ['shape' => 'CommentId'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'authorArn' => ['shape' => 'Arn'], 'deleted' => ['shape' => 'IsCommentDeleted'], 'clientRequestToken' => ['shape' => 'ClientRequestToken']]], 'CommentContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentDeletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentId' => ['type' => 'string'], 'CommentIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentNotCreatedByCallerException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Comments' => ['type' => 'list', 'member' => ['shape' => 'Comment']], 'CommentsForComparedCommit' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comments' => ['shape' => 'Comments']]], 'CommentsForComparedCommitData' => ['type' => 'list', 'member' => ['shape' => 'CommentsForComparedCommit']], 'CommentsForPullRequest' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comments' => ['shape' => 'Comments']]], 'CommentsForPullRequestData' => ['type' => 'list', 'member' => ['shape' => 'CommentsForPullRequest']], 'Commit' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'parents' => ['shape' => 'ParentList'], 'message' => ['shape' => 'Message'], 'author' => ['shape' => 'UserInfo'], 'committer' => ['shape' => 'UserInfo'], 'additionalData' => ['shape' => 'AdditionalData']]], 'CommitDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitId' => ['type' => 'string'], 'CommitIdDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdsInputList' => ['type' => 'list', 'member' => ['shape' => 'ObjectId']], 'CommitIdsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdsListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitMessageLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitName' => ['type' => 'string'], 'CommitObjectsList' => ['type' => 'list', 'member' => ['shape' => 'Commit']], 'CommitRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ConcurrentReferenceUpdateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Conflict' => ['type' => 'structure', 'members' => ['conflictMetadata' => ['shape' => 'ConflictMetadata'], 'mergeHunks' => ['shape' => 'MergeHunks']]], 'ConflictDetailLevelTypeEnum' => ['type' => 'string', 'enum' => ['FILE_LEVEL', 'LINE_LEVEL']], 'ConflictMetadata' => ['type' => 'structure', 'members' => ['filePath' => ['shape' => 'Path'], 'fileSizes' => ['shape' => 'FileSizes'], 'fileModes' => ['shape' => 'FileModes'], 'objectTypes' => ['shape' => 'ObjectTypes'], 'numberOfConflicts' => ['shape' => 'NumberOfConflicts'], 'isBinaryFile' => ['shape' => 'IsBinaryFile'], 'contentConflict' => ['shape' => 'IsContentConflict'], 'fileModeConflict' => ['shape' => 'IsFileModeConflict'], 'objectTypeConflict' => ['shape' => 'IsObjectTypeConflict'], 'mergeOperations' => ['shape' => 'MergeOperations']]], 'ConflictMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ConflictMetadata']], 'ConflictResolution' => ['type' => 'structure', 'members' => ['replaceContents' => ['shape' => 'ReplaceContentEntries'], 'deleteFiles' => ['shape' => 'DeleteFileEntries'], 'setFileModes' => ['shape' => 'SetFileModeEntries']]], 'ConflictResolutionStrategyTypeEnum' => ['type' => 'string', 'enum' => ['NONE', 'ACCEPT_SOURCE', 'ACCEPT_DESTINATION', 'AUTOMERGE']], 'Conflicts' => ['type' => 'list', 'member' => ['shape' => 'Conflict']], 'Content' => ['type' => 'string'], 'CreateApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'approvalRuleTemplateContent'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription']]], 'CreateApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'CreateBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'commitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'commitId' => ['shape' => 'CommitId']]], 'CreateCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'parentCommitId' => ['shape' => 'CommitId'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'putFiles' => ['shape' => 'PutFileEntries'], 'deleteFiles' => ['shape' => 'DeleteFileEntries'], 'setFileModes' => ['shape' => 'SetFileModeEntries']]], 'CreateCommitOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'filesAdded' => ['shape' => 'FilesMetadata'], 'filesUpdated' => ['shape' => 'FilesMetadata'], 'filesDeleted' => ['shape' => 'FilesMetadata']]], 'CreatePullRequestApprovalRuleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName', 'approvalRuleContent'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'CreatePullRequestApprovalRuleOutput' => ['type' => 'structure', 'required' => ['approvalRule'], 'members' => ['approvalRule' => ['shape' => 'ApprovalRule']]], 'CreatePullRequestInput' => ['type' => 'structure', 'required' => ['title', 'targets'], 'members' => ['title' => ['shape' => 'Title'], 'description' => ['shape' => 'Description'], 'targets' => ['shape' => 'TargetList'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreatePullRequestOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'CreateRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription'], 'tags' => ['shape' => 'TagsMap']]], 'CreateRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryMetadata' => ['shape' => 'RepositoryMetadata']]], 'CreateUnreferencedMergeCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'CreateUnreferencedMergeCommitOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'CreationDate' => ['type' => 'timestamp'], 'Date' => ['type' => 'string'], 'DefaultBranchCannotBeDeletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeleteApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'DeleteApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateId'], 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId']]], 'DeleteBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName']]], 'DeleteBranchOutput' => ['type' => 'structure', 'members' => ['deletedBranch' => ['shape' => 'BranchInfo']]], 'DeleteCommentContentInput' => ['type' => 'structure', 'required' => ['commentId'], 'members' => ['commentId' => ['shape' => 'CommentId']]], 'DeleteCommentContentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'DeleteFileEntries' => ['type' => 'list', 'member' => ['shape' => 'DeleteFileEntry']], 'DeleteFileEntry' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path']]], 'DeleteFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'filePath', 'parentCommitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'filePath' => ['shape' => 'Path'], 'parentCommitId' => ['shape' => 'CommitId'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'commitMessage' => ['shape' => 'Message'], 'name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email']]], 'DeleteFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'treeId', 'filePath'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'filePath' => ['shape' => 'Path']]], 'DeletePullRequestApprovalRuleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName']]], 'DeletePullRequestApprovalRuleOutput' => ['type' => 'structure', 'required' => ['approvalRuleId'], 'members' => ['approvalRuleId' => ['shape' => 'ApprovalRuleId']]], 'DeleteRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryId' => ['shape' => 'RepositoryId']]], 'DescribeMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'maxMergeHunks' => ['shape' => 'MaxResults'], 'filePath' => ['shape' => 'Path'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeMergeConflictsOutput' => ['type' => 'structure', 'required' => ['conflictMetadata', 'mergeHunks', 'destinationCommitId', 'sourceCommitId'], 'members' => ['conflictMetadata' => ['shape' => 'ConflictMetadata'], 'mergeHunks' => ['shape' => 'MergeHunks'], 'nextToken' => ['shape' => 'NextToken'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'DescribePullRequestEventsInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'pullRequestEventType' => ['shape' => 'PullRequestEventType'], 'actorArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribePullRequestEventsOutput' => ['type' => 'structure', 'required' => ['pullRequestEvents'], 'members' => ['pullRequestEvents' => ['shape' => 'PullRequestEventList'], 'nextToken' => ['shape' => 'NextToken']]], 'Description' => ['type' => 'string', 'max' => 10240], 'Difference' => ['type' => 'structure', 'members' => ['beforeBlob' => ['shape' => 'BlobMetadata'], 'afterBlob' => ['shape' => 'BlobMetadata'], 'changeType' => ['shape' => 'ChangeTypeEnum']]], 'DifferenceList' => ['type' => 'list', 'member' => ['shape' => 'Difference']], 'DirectoryNameConflictsWithFileNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DisassociateApprovalRuleTemplateFromRepositoryInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'Email' => ['type' => 'string'], 'EncryptionIntegrityChecksFailedException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'EncryptionKeyAccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyDisabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EvaluatePullRequestApprovalRulesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'EvaluatePullRequestApprovalRulesOutput' => ['type' => 'structure', 'required' => ['evaluation'], 'members' => ['evaluation' => ['shape' => 'Evaluation']]], 'Evaluation' => ['type' => 'structure', 'members' => ['approved' => ['shape' => 'Approved'], 'overridden' => ['shape' => 'Overridden'], 'approvalRulesSatisfied' => ['shape' => 'ApprovalRulesSatisfiedList'], 'approvalRulesNotSatisfied' => ['shape' => 'ApprovalRulesNotSatisfiedList']]], 'EventDate' => ['type' => 'timestamp'], 'ExceptionName' => ['type' => 'string'], 'File' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'FileContent' => ['type' => 'blob', 'max' => 6291456], 'FileContentAndSourceFileSpecifiedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileEntryRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileList' => ['type' => 'list', 'member' => ['shape' => 'File']], 'FileMetadata' => ['type' => 'structure', 'members' => ['absolutePath' => ['shape' => 'Path'], 'blobId' => ['shape' => 'ObjectId'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'FileModeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileModeTypeEnum' => ['type' => 'string', 'enum' => ['EXECUTABLE', 'NORMAL', 'SYMLINK']], 'FileModes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'FileModeTypeEnum'], 'destination' => ['shape' => 'FileModeTypeEnum'], 'base' => ['shape' => 'FileModeTypeEnum']]], 'FileNameConflictsWithDirectoryNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilePathConflictsWithSubmodulePathException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilePaths' => ['type' => 'list', 'member' => ['shape' => 'Path']], 'FileSize' => ['type' => 'long'], 'FileSizes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'FileSize'], 'destination' => ['shape' => 'FileSize'], 'base' => ['shape' => 'FileSize']]], 'FileTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilesMetadata' => ['type' => 'list', 'member' => ['shape' => 'FileMetadata']], 'Folder' => ['type' => 'structure', 'members' => ['treeId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path']]], 'FolderContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FolderDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FolderList' => ['type' => 'list', 'member' => ['shape' => 'Folder']], 'GetApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'GetApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'GetBlobInput' => ['type' => 'structure', 'required' => ['repositoryName', 'blobId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'blobId' => ['shape' => 'ObjectId']]], 'GetBlobOutput' => ['type' => 'structure', 'required' => ['content'], 'members' => ['content' => ['shape' => 'blob']]], 'GetBranchInput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName']]], 'GetBranchOutput' => ['type' => 'structure', 'members' => ['branch' => ['shape' => 'BranchInfo']]], 'GetCommentInput' => ['type' => 'structure', 'required' => ['commentId'], 'members' => ['commentId' => ['shape' => 'CommentId']]], 'GetCommentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'GetCommentsForComparedCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetCommentsForComparedCommitOutput' => ['type' => 'structure', 'members' => ['commentsForComparedCommitData' => ['shape' => 'CommentsForComparedCommitData'], 'nextToken' => ['shape' => 'NextToken']]], 'GetCommentsForPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetCommentsForPullRequestOutput' => ['type' => 'structure', 'members' => ['commentsForPullRequestData' => ['shape' => 'CommentsForPullRequestData'], 'nextToken' => ['shape' => 'NextToken']]], 'GetCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'commitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitId' => ['shape' => 'ObjectId']]], 'GetCommitOutput' => ['type' => 'structure', 'required' => ['commit'], 'members' => ['commit' => ['shape' => 'Commit']]], 'GetDifferencesInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitSpecifier' => ['shape' => 'CommitName'], 'afterCommitSpecifier' => ['shape' => 'CommitName'], 'beforePath' => ['shape' => 'Path'], 'afterPath' => ['shape' => 'Path'], 'MaxResults' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDifferencesOutput' => ['type' => 'structure', 'members' => ['differences' => ['shape' => 'DifferenceList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitSpecifier' => ['shape' => 'CommitName'], 'filePath' => ['shape' => 'Path']]], 'GetFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'filePath', 'fileMode', 'fileSize', 'fileContent'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'fileSize' => ['shape' => 'ObjectSize'], 'fileContent' => ['shape' => 'FileContent']]], 'GetFolderInput' => ['type' => 'structure', 'required' => ['repositoryName', 'folderPath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitSpecifier' => ['shape' => 'CommitName'], 'folderPath' => ['shape' => 'Path']]], 'GetFolderOutput' => ['type' => 'structure', 'required' => ['commitId', 'folderPath'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'folderPath' => ['shape' => 'Path'], 'treeId' => ['shape' => 'ObjectId'], 'subFolders' => ['shape' => 'FolderList'], 'files' => ['shape' => 'FileList'], 'symbolicLinks' => ['shape' => 'SymbolicLinkList'], 'subModules' => ['shape' => 'SubModuleList']]], 'GetMergeCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum']]], 'GetMergeCommitOutput' => ['type' => 'structure', 'members' => ['sourceCommitId' => ['shape' => 'ObjectId'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId'], 'mergedCommitId' => ['shape' => 'ObjectId']]], 'GetMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'maxConflictFiles' => ['shape' => 'MaxResults'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'GetMergeConflictsOutput' => ['type' => 'structure', 'required' => ['mergeable', 'destinationCommitId', 'sourceCommitId', 'conflictMetadataList'], 'members' => ['mergeable' => ['shape' => 'IsMergeable'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId'], 'conflictMetadataList' => ['shape' => 'ConflictMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetMergeOptionsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum']]], 'GetMergeOptionsOutput' => ['type' => 'structure', 'required' => ['mergeOptions', 'sourceCommitId', 'destinationCommitId', 'baseCommitId'], 'members' => ['mergeOptions' => ['shape' => 'MergeOptions'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'GetPullRequestApprovalStatesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'GetPullRequestApprovalStatesOutput' => ['type' => 'structure', 'members' => ['approvals' => ['shape' => 'ApprovalList']]], 'GetPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId']]], 'GetPullRequestOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'GetPullRequestOverrideStateInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'GetPullRequestOverrideStateOutput' => ['type' => 'structure', 'members' => ['overridden' => ['shape' => 'Overridden'], 'overrider' => ['shape' => 'Arn']]], 'GetRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryMetadata' => ['shape' => 'RepositoryMetadata']]], 'GetRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['configurationId' => ['shape' => 'RepositoryTriggersConfigurationId'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'HunkContent' => ['type' => 'string'], 'IdempotencyParameterMismatchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidActorArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAuthorArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBlobIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBranchNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidClientRequestTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommentIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommitException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommitIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictDetailLevelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictResolutionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictResolutionStrategyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidContinuationTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeletionParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDestinationCommitSpecifierException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEmailException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileLocationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileModeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFilePositionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxConflictFilesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxMergeHunksException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxResultsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMergeOptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOrderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOverrideStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParentCommitIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPathException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestEventTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestStatusUpdateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReferenceNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRelativeFileVersionEnumException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReplacementContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReplacementTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerBranchNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerCustomDataException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerDestinationArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerEventsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerRegionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResourceArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRevisionIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRuleContentSha256Exception' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortByException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSourceCommitSpecifierException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSystemTagUsageException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagKeysListException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagsMapException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetBranchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTitleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IsBinaryFile' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'CapitalBoolean'], 'destination' => ['shape' => 'CapitalBoolean'], 'base' => ['shape' => 'CapitalBoolean']]], 'IsCommentDeleted' => ['type' => 'boolean'], 'IsContentConflict' => ['type' => 'boolean'], 'IsFileModeConflict' => ['type' => 'boolean'], 'IsHunkConflict' => ['type' => 'boolean'], 'IsMergeable' => ['type' => 'boolean'], 'IsMerged' => ['type' => 'boolean'], 'IsMove' => ['type' => 'boolean'], 'IsObjectTypeConflict' => ['type' => 'boolean'], 'KeepEmptyFolders' => ['type' => 'boolean'], 'LastModifiedDate' => ['type' => 'timestamp'], 'Limit' => ['type' => 'integer', 'box' => \true], 'LineNumber' => ['type' => 'integer'], 'ListApprovalRuleTemplatesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListApprovalRuleTemplatesOutput' => ['type' => 'structure', 'members' => ['approvalRuleTemplateNames' => ['shape' => 'ApprovalRuleTemplateNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAssociatedApprovalRuleTemplatesForRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListAssociatedApprovalRuleTemplatesForRepositoryOutput' => ['type' => 'structure', 'members' => ['approvalRuleTemplateNames' => ['shape' => 'ApprovalRuleTemplateNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListBranchesInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken']]], 'ListBranchesOutput' => ['type' => 'structure', 'members' => ['branches' => ['shape' => 'BranchNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListPullRequestsInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'authorArn' => ['shape' => 'Arn'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPullRequestsOutput' => ['type' => 'structure', 'required' => ['pullRequestIds'], 'members' => ['pullRequestIds' => ['shape' => 'PullRequestIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRepositoriesForApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListRepositoriesForApprovalRuleTemplateOutput' => ['type' => 'structure', 'members' => ['repositoryNames' => ['shape' => 'RepositoryNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRepositoriesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'sortBy' => ['shape' => 'SortByEnum'], 'order' => ['shape' => 'OrderEnum']]], 'ListRepositoriesOutput' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryNameIdPairList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap'], 'nextToken' => ['shape' => 'NextToken']]], 'Location' => ['type' => 'structure', 'members' => ['filePath' => ['shape' => 'Path'], 'filePosition' => ['shape' => 'Position'], 'relativeFileVersion' => ['shape' => 'RelativeFileVersionEnum']]], 'ManualMergeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxResults' => ['type' => 'integer'], 'MaximumBranchesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumConflictResolutionEntriesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumFileContentToLoadExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumFileEntriesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumItemsToCompareExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumNumberOfApprovalsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumOpenPullRequestsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRepositoryNamesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRepositoryTriggersExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRuleTemplatesAssociatedWithRepositoryException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MergeBranchesByFastForwardInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName']]], 'MergeBranchesByFastForwardOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeBranchesBySquashInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergeBranchesBySquashOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeBranchesByThreeWayInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergeBranchesByThreeWayOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeHunk' => ['type' => 'structure', 'members' => ['isConflict' => ['shape' => 'IsHunkConflict'], 'source' => ['shape' => 'MergeHunkDetail'], 'destination' => ['shape' => 'MergeHunkDetail'], 'base' => ['shape' => 'MergeHunkDetail']]], 'MergeHunkDetail' => ['type' => 'structure', 'members' => ['startLine' => ['shape' => 'LineNumber'], 'endLine' => ['shape' => 'LineNumber'], 'hunkContent' => ['shape' => 'HunkContent']]], 'MergeHunks' => ['type' => 'list', 'member' => ['shape' => 'MergeHunk']], 'MergeMetadata' => ['type' => 'structure', 'members' => ['isMerged' => ['shape' => 'IsMerged'], 'mergedBy' => ['shape' => 'Arn'], 'mergeCommitId' => ['shape' => 'CommitId'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum']]], 'MergeOperations' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'ChangeTypeEnum'], 'destination' => ['shape' => 'ChangeTypeEnum']]], 'MergeOptionRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MergeOptionTypeEnum' => ['type' => 'string', 'enum' => ['FAST_FORWARD_MERGE', 'SQUASH_MERGE', 'THREE_WAY_MERGE']], 'MergeOptions' => ['type' => 'list', 'member' => ['shape' => 'MergeOptionTypeEnum']], 'MergePullRequestByFastForwardInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId']]], 'MergePullRequestByFastForwardOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'MergePullRequestBySquashInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'commitMessage' => ['shape' => 'Message'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergePullRequestBySquashOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'MergePullRequestByThreeWayInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'commitMessage' => ['shape' => 'Message'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergePullRequestByThreeWayOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'Message' => ['type' => 'string'], 'Mode' => ['type' => 'string'], 'MultipleConflictResolutionEntriesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MultipleRepositoriesInPullRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Name' => ['type' => 'string'], 'NameLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NoChangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NumberOfConflicts' => ['type' => 'integer'], 'NumberOfRuleTemplatesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NumberOfRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectId' => ['type' => 'string'], 'ObjectSize' => ['type' => 'long'], 'ObjectTypeEnum' => ['type' => 'string', 'enum' => ['FILE', 'DIRECTORY', 'GIT_LINK', 'SYMBOLIC_LINK']], 'ObjectTypes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'ObjectTypeEnum'], 'destination' => ['shape' => 'ObjectTypeEnum'], 'base' => ['shape' => 'ObjectTypeEnum']]], 'OrderEnum' => ['type' => 'string', 'enum' => ['ascending', 'descending']], 'OriginApprovalRuleTemplate' => ['type' => 'structure', 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId'], 'approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'Overridden' => ['type' => 'boolean'], 'OverrideAlreadySetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OverridePullRequestApprovalRulesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId', 'overrideStatus'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId'], 'overrideStatus' => ['shape' => 'OverrideStatus']]], 'OverrideStatus' => ['type' => 'string', 'enum' => ['OVERRIDE', 'REVOKE']], 'OverrideStatusRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitIdOutdatedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentList' => ['type' => 'list', 'member' => ['shape' => 'ObjectId']], 'Path' => ['type' => 'string'], 'PathDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PathRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Position' => ['type' => 'long'], 'PostCommentForComparedCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitId', 'content'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'location' => ['shape' => 'Location'], 'content' => ['shape' => 'Content'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'PostCommentForComparedCommitOutput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comment' => ['shape' => 'Comment']]], 'PostCommentForPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName', 'beforeCommitId', 'afterCommitId', 'content'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'location' => ['shape' => 'Location'], 'content' => ['shape' => 'Content'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'PostCommentForPullRequestOutput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'pullRequestId' => ['shape' => 'PullRequestId'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comment' => ['shape' => 'Comment']]], 'PostCommentReplyInput' => ['type' => 'structure', 'required' => ['inReplyTo', 'content'], 'members' => ['inReplyTo' => ['shape' => 'CommentId'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'content' => ['shape' => 'Content']]], 'PostCommentReplyOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'PullRequest' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'title' => ['shape' => 'Title'], 'description' => ['shape' => 'Description'], 'lastActivityDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum'], 'authorArn' => ['shape' => 'Arn'], 'pullRequestTargets' => ['shape' => 'PullRequestTargetList'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'revisionId' => ['shape' => 'RevisionId'], 'approvalRules' => ['shape' => 'ApprovalRulesList']]], 'PullRequestAlreadyClosedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestApprovalRulesNotSatisfiedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestCannotBeApprovedByAuthorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestCreatedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'CommitId'], 'destinationCommitId' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId']]], 'PullRequestDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestEvent' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'eventDate' => ['shape' => 'EventDate'], 'pullRequestEventType' => ['shape' => 'PullRequestEventType'], 'actorArn' => ['shape' => 'Arn'], 'pullRequestCreatedEventMetadata' => ['shape' => 'PullRequestCreatedEventMetadata'], 'pullRequestStatusChangedEventMetadata' => ['shape' => 'PullRequestStatusChangedEventMetadata'], 'pullRequestSourceReferenceUpdatedEventMetadata' => ['shape' => 'PullRequestSourceReferenceUpdatedEventMetadata'], 'pullRequestMergedStateChangedEventMetadata' => ['shape' => 'PullRequestMergedStateChangedEventMetadata'], 'approvalRuleEventMetadata' => ['shape' => 'ApprovalRuleEventMetadata'], 'approvalStateChangedEventMetadata' => ['shape' => 'ApprovalStateChangedEventMetadata'], 'approvalRuleOverriddenEventMetadata' => ['shape' => 'ApprovalRuleOverriddenEventMetadata']]], 'PullRequestEventList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestEvent']], 'PullRequestEventType' => ['type' => 'string', 'enum' => ['PULL_REQUEST_CREATED', 'PULL_REQUEST_STATUS_CHANGED', 'PULL_REQUEST_SOURCE_REFERENCE_UPDATED', 'PULL_REQUEST_MERGE_STATE_CHANGED', 'PULL_REQUEST_APPROVAL_RULE_CREATED', 'PULL_REQUEST_APPROVAL_RULE_UPDATED', 'PULL_REQUEST_APPROVAL_RULE_DELETED', 'PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN', 'PULL_REQUEST_APPROVAL_STATE_CHANGED']], 'PullRequestId' => ['type' => 'string'], 'PullRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestId']], 'PullRequestIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestMergedStateChangedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationReference' => ['shape' => 'ReferenceName'], 'mergeMetadata' => ['shape' => 'MergeMetadata']]], 'PullRequestSourceReferenceUpdatedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId']]], 'PullRequestStatusChangedEventMetadata' => ['type' => 'structure', 'members' => ['pullRequestStatus' => ['shape' => 'PullRequestStatusEnum']]], 'PullRequestStatusEnum' => ['type' => 'string', 'enum' => ['OPEN', 'CLOSED']], 'PullRequestStatusRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestTarget' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceReference' => ['shape' => 'ReferenceName'], 'destinationReference' => ['shape' => 'ReferenceName'], 'destinationCommit' => ['shape' => 'CommitId'], 'sourceCommit' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId'], 'mergeMetadata' => ['shape' => 'MergeMetadata']]], 'PullRequestTargetList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestTarget']], 'PutFileEntries' => ['type' => 'list', 'member' => ['shape' => 'PutFileEntry']], 'PutFileEntry' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'fileContent' => ['shape' => 'FileContent'], 'sourceFile' => ['shape' => 'SourceFileSpecifier']]], 'PutFileEntryConflictException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PutFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'fileContent', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'fileContent' => ['shape' => 'FileContent'], 'filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'parentCommitId' => ['shape' => 'CommitId'], 'commitMessage' => ['shape' => 'Message'], 'name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email']]], 'PutFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'treeId'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'PutRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName', 'triggers'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'PutRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['configurationId' => ['shape' => 'RepositoryTriggersConfigurationId']]], 'ReferenceDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReferenceName' => ['type' => 'string'], 'ReferenceNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReferenceTypeNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RelativeFileVersionEnum' => ['type' => 'string', 'enum' => ['BEFORE', 'AFTER']], 'ReplaceContentEntries' => ['type' => 'list', 'member' => ['shape' => 'ReplaceContentEntry']], 'ReplaceContentEntry' => ['type' => 'structure', 'required' => ['filePath', 'replacementType'], 'members' => ['filePath' => ['shape' => 'Path'], 'replacementType' => ['shape' => 'ReplacementTypeEnum'], 'content' => ['shape' => 'FileContent'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'ReplacementContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReplacementTypeEnum' => ['type' => 'string', 'enum' => ['KEEP_BASE', 'KEEP_SOURCE', 'KEEP_DESTINATION', 'USE_NEW_CONTENT']], 'ReplacementTypeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryDescription' => ['type' => 'string', 'max' => 1000], 'RepositoryDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryId' => ['type' => 'string'], 'RepositoryLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryMetadata' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => 'AccountId'], 'repositoryId' => ['shape' => 'RepositoryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription'], 'defaultBranch' => ['shape' => 'BranchName'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'cloneUrlHttp' => ['shape' => 'CloneUrlHttp'], 'cloneUrlSsh' => ['shape' => 'CloneUrlSsh'], 'Arn' => ['shape' => 'Arn']]], 'RepositoryMetadataList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryMetadata']], 'RepositoryName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\w\\.-]+'], 'RepositoryNameExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNameIdPair' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryId' => ['shape' => 'RepositoryId']]], 'RepositoryNameIdPairList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryNameIdPair']], 'RepositoryNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName']], 'RepositoryNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNamesRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNotAssociatedWithPullRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNotFoundList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName']], 'RepositoryTrigger' => ['type' => 'structure', 'required' => ['name', 'destinationArn', 'events'], 'members' => ['name' => ['shape' => 'RepositoryTriggerName'], 'destinationArn' => ['shape' => 'Arn'], 'customData' => ['shape' => 'RepositoryTriggerCustomData'], 'branches' => ['shape' => 'BranchNameList'], 'events' => ['shape' => 'RepositoryTriggerEventList']]], 'RepositoryTriggerBranchNameListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerCustomData' => ['type' => 'string'], 'RepositoryTriggerDestinationArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerEventEnum' => ['type' => 'string', 'enum' => ['all', 'updateReference', 'createReference', 'deleteReference']], 'RepositoryTriggerEventList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerEventEnum']], 'RepositoryTriggerEventsListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerExecutionFailure' => ['type' => 'structure', 'members' => ['trigger' => ['shape' => 'RepositoryTriggerName'], 'failureMessage' => ['shape' => 'RepositoryTriggerExecutionFailureMessage']]], 'RepositoryTriggerExecutionFailureList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerExecutionFailure']], 'RepositoryTriggerExecutionFailureMessage' => ['type' => 'string'], 'RepositoryTriggerName' => ['type' => 'string'], 'RepositoryTriggerNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerName']], 'RepositoryTriggerNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggersConfigurationId' => ['type' => 'string'], 'RepositoryTriggersList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTrigger']], 'RepositoryTriggersListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RestrictedSourceFileException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionId' => ['type' => 'string'], 'RevisionIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionNotCurrentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RuleContentSha256' => ['type' => 'string'], 'SameFileContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SamePathRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SetFileModeEntries' => ['type' => 'list', 'member' => ['shape' => 'SetFileModeEntry']], 'SetFileModeEntry' => ['type' => 'structure', 'required' => ['filePath', 'fileMode'], 'members' => ['filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'SortByEnum' => ['type' => 'string', 'enum' => ['repositoryName', 'lastModifiedDate']], 'SourceAndDestinationAreSameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SourceFileOrContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SourceFileSpecifier' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path'], 'isMove' => ['shape' => 'IsMove']]], 'SubModule' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path']]], 'SubModuleList' => ['type' => 'list', 'member' => ['shape' => 'SubModule']], 'SymbolicLink' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'SymbolicLinkList' => ['type' => 'list', 'member' => ['shape' => 'SymbolicLink']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeysList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagKeysListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagPolicyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TagsMapRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Target' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceReference'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceReference' => ['shape' => 'ReferenceName'], 'destinationReference' => ['shape' => 'ReferenceName']]], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target']], 'TargetRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetsRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TestRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName', 'triggers'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'TestRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['successfulExecutions' => ['shape' => 'RepositoryTriggerNameList'], 'failedExecutions' => ['shape' => 'RepositoryTriggerExecutionFailureList']]], 'TipOfSourceReferenceIsDifferentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TipsDivergenceExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Title' => ['type' => 'string', 'max' => 150], 'TitleRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeysList']]], 'UpdateApprovalRuleTemplateContentInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'newRuleContent'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'newRuleContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'existingRuleContentSha256' => ['shape' => 'RuleContentSha256']]], 'UpdateApprovalRuleTemplateContentOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateApprovalRuleTemplateDescriptionInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'approvalRuleTemplateDescription'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription']]], 'UpdateApprovalRuleTemplateDescriptionOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateApprovalRuleTemplateNameInput' => ['type' => 'structure', 'required' => ['oldApprovalRuleTemplateName', 'newApprovalRuleTemplateName'], 'members' => ['oldApprovalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'newApprovalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'UpdateApprovalRuleTemplateNameOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateCommentInput' => ['type' => 'structure', 'required' => ['commentId', 'content'], 'members' => ['commentId' => ['shape' => 'CommentId'], 'content' => ['shape' => 'Content']]], 'UpdateCommentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'UpdateDefaultBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'defaultBranchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'defaultBranchName' => ['shape' => 'BranchName']]], 'UpdatePullRequestApprovalRuleContentInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName', 'newRuleContent'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'existingRuleContentSha256' => ['shape' => 'RuleContentSha256'], 'newRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'UpdatePullRequestApprovalRuleContentOutput' => ['type' => 'structure', 'required' => ['approvalRule'], 'members' => ['approvalRule' => ['shape' => 'ApprovalRule']]], 'UpdatePullRequestApprovalStateInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId', 'approvalState'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId'], 'approvalState' => ['shape' => 'ApprovalState']]], 'UpdatePullRequestDescriptionInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'description'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'description' => ['shape' => 'Description']]], 'UpdatePullRequestDescriptionOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdatePullRequestStatusInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'pullRequestStatus'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum']]], 'UpdatePullRequestStatusOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdatePullRequestTitleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'title'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'title' => ['shape' => 'Title']]], 'UpdatePullRequestTitleOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdateRepositoryDescriptionInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription']]], 'UpdateRepositoryNameInput' => ['type' => 'structure', 'required' => ['oldName', 'newName'], 'members' => ['oldName' => ['shape' => 'RepositoryName'], 'newName' => ['shape' => 'RepositoryName']]], 'UserInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'date' => ['shape' => 'Date']]], 'blob' => ['type' => 'blob']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-04-13', 'endpointPrefix' => 'codecommit', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeCommit', 'serviceFullName' => 'AWS CodeCommit', 'serviceId' => 'CodeCommit', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeCommit_20150413', 'uid' => 'codecommit-2015-04-13'], 'operations' => ['AssociateApprovalRuleTemplateWithRepository' => ['name' => 'AssociateApprovalRuleTemplateWithRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateApprovalRuleTemplateWithRepositoryInput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'MaximumRuleTemplatesAssociatedWithRepositoryException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchAssociateApprovalRuleTemplateWithRepositories' => ['name' => 'BatchAssociateApprovalRuleTemplateWithRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesInput'], 'output' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchDescribeMergeConflicts' => ['name' => 'BatchDescribeMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDescribeMergeConflictsInput'], 'output' => ['shape' => 'BatchDescribeMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidMaxConflictFilesException'], ['shape' => 'InvalidMaxMergeHunksException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchDisassociateApprovalRuleTemplateFromRepositories' => ['name' => 'BatchDisassociateApprovalRuleTemplateFromRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesInput'], 'output' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchGetCommits' => ['name' => 'BatchGetCommits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetCommitsInput'], 'output' => ['shape' => 'BatchGetCommitsOutput'], 'errors' => [['shape' => 'CommitIdsListRequiredException'], ['shape' => 'CommitIdsLimitExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'BatchGetRepositories' => ['name' => 'BatchGetRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetRepositoriesInput'], 'output' => ['shape' => 'BatchGetRepositoriesOutput'], 'errors' => [['shape' => 'RepositoryNamesRequiredException'], ['shape' => 'MaximumRepositoryNamesExceededException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateApprovalRuleTemplate' => ['name' => 'CreateApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApprovalRuleTemplateInput'], 'output' => ['shape' => 'CreateApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameAlreadyExistsException'], ['shape' => 'ApprovalRuleTemplateContentRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateContentException'], ['shape' => 'InvalidApprovalRuleTemplateDescriptionException'], ['shape' => 'NumberOfRuleTemplatesExceededException']]], 'CreateBranch' => ['name' => 'CreateBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBranchInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameExistsException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateCommit' => ['name' => 'CreateCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCommitInput'], 'output' => ['shape' => 'CreateCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'FileEntryRequiredException'], ['shape' => 'MaximumFileEntriesExceededException'], ['shape' => 'PutFileEntryConflictException'], ['shape' => 'SourceFileOrContentRequiredException'], ['shape' => 'FileContentAndSourceFileSpecifiedException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'SamePathRequestException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'InvalidDeletionParameterException'], ['shape' => 'RestrictedSourceFileException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'NoChangeException'], ['shape' => 'FileNameConflictsWithDirectoryNameException'], ['shape' => 'DirectoryNameConflictsWithFileNameException'], ['shape' => 'FilePathConflictsWithSubmodulePathException']]], 'CreatePullRequest' => ['name' => 'CreatePullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePullRequestInput'], 'output' => ['shape' => 'CreatePullRequestOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'ReferenceNameRequiredException'], ['shape' => 'InvalidReferenceNameException'], ['shape' => 'ReferenceDoesNotExistException'], ['shape' => 'ReferenceTypeNotSupportedException'], ['shape' => 'TitleRequiredException'], ['shape' => 'InvalidTitleException'], ['shape' => 'InvalidDescriptionException'], ['shape' => 'TargetsRequiredException'], ['shape' => 'InvalidTargetsException'], ['shape' => 'TargetRequiredException'], ['shape' => 'InvalidTargetException'], ['shape' => 'MultipleRepositoriesInPullRequestException'], ['shape' => 'MaximumOpenPullRequestsExceededException'], ['shape' => 'SourceAndDestinationAreSameException']]], 'CreatePullRequestApprovalRule' => ['name' => 'CreatePullRequestApprovalRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePullRequestApprovalRuleInput'], 'output' => ['shape' => 'CreatePullRequestApprovalRuleOutput'], 'errors' => [['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'ApprovalRuleNameAlreadyExistsException'], ['shape' => 'ApprovalRuleContentRequiredException'], ['shape' => 'InvalidApprovalRuleContentException'], ['shape' => 'NumberOfRulesExceededException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'CreateRepository' => ['name' => 'CreateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRepositoryInput'], 'output' => ['shape' => 'CreateRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameExistsException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidRepositoryDescriptionException'], ['shape' => 'RepositoryLimitExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'InvalidTagsMapException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'CreateUnreferencedMergeCommit' => ['name' => 'CreateUnreferencedMergeCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUnreferencedMergeCommitInput'], 'output' => ['shape' => 'CreateUnreferencedMergeCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteApprovalRuleTemplate' => ['name' => 'DeleteApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApprovalRuleTemplateInput'], 'output' => ['shape' => 'DeleteApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateInUseException']]], 'DeleteBranch' => ['name' => 'DeleteBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBranchInput'], 'output' => ['shape' => 'DeleteBranchOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'DefaultBranchCannotBeDeletedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteCommentContent' => ['name' => 'DeleteCommentContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCommentContentInput'], 'output' => ['shape' => 'DeleteCommentContentOutput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'CommentDeletedException']]], 'DeleteFile' => ['name' => 'DeleteFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileInput'], 'output' => ['shape' => 'DeleteFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeletePullRequestApprovalRule' => ['name' => 'DeletePullRequestApprovalRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePullRequestApprovalRuleInput'], 'output' => ['shape' => 'DeletePullRequestApprovalRuleOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'CannotDeleteApprovalRuleFromTemplateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DeleteRepository' => ['name' => 'DeleteRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryInput'], 'output' => ['shape' => 'DeleteRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DescribeMergeConflicts' => ['name' => 'DescribeMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMergeConflictsInput'], 'output' => ['shape' => 'DescribeMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'InvalidMaxMergeHunksException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DescribePullRequestEvents' => ['name' => 'DescribePullRequestEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePullRequestEventsInput'], 'output' => ['shape' => 'DescribePullRequestEventsOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestEventTypeException'], ['shape' => 'InvalidActorArnException'], ['shape' => 'ActorDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'DisassociateApprovalRuleTemplateFromRepository' => ['name' => 'DisassociateApprovalRuleTemplateFromRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateApprovalRuleTemplateFromRepositoryInput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'EvaluatePullRequestApprovalRules' => ['name' => 'EvaluatePullRequestApprovalRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EvaluatePullRequestApprovalRulesInput'], 'output' => ['shape' => 'EvaluatePullRequestApprovalRulesOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetApprovalRuleTemplate' => ['name' => 'GetApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApprovalRuleTemplateInput'], 'output' => ['shape' => 'GetApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException']]], 'GetBlob' => ['name' => 'GetBlob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlobInput'], 'output' => ['shape' => 'GetBlobOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'BlobIdRequiredException'], ['shape' => 'InvalidBlobIdException'], ['shape' => 'BlobIdDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'FileTooLargeException']]], 'GetBranch' => ['name' => 'GetBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBranchInput'], 'output' => ['shape' => 'GetBranchOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetComment' => ['name' => 'GetComment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentInput'], 'output' => ['shape' => 'GetCommentOutput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentDeletedException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetCommentReactions' => ['name' => 'GetCommentReactions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentReactionsInput'], 'output' => ['shape' => 'GetCommentReactionsOutput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'InvalidReactionUserArnException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommentDeletedException']]], 'GetCommentsForComparedCommit' => ['name' => 'GetCommentsForComparedCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentsForComparedCommitInput'], 'output' => ['shape' => 'GetCommentsForComparedCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetCommentsForPullRequest' => ['name' => 'GetCommentsForPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommentsForPullRequestInput'], 'output' => ['shape' => 'GetCommentsForPullRequestOutput'], 'errors' => [['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetCommit' => ['name' => 'GetCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommitInput'], 'output' => ['shape' => 'GetCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitIdDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetDifferences' => ['name' => 'GetDifferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDifferencesInput'], 'output' => ['shape' => 'GetDifferencesOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetFile' => ['name' => 'GetFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFileInput'], 'output' => ['shape' => 'GetFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'FileTooLargeException']]], 'GetFolder' => ['name' => 'GetFolder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFolderInput'], 'output' => ['shape' => 'GetFolderOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FolderDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeCommit' => ['name' => 'GetMergeCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeCommitInput'], 'output' => ['shape' => 'GetMergeCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeConflicts' => ['name' => 'GetMergeConflicts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeConflictsInput'], 'output' => ['shape' => 'GetMergeConflictsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'MergeOptionRequiredException'], ['shape' => 'InvalidMergeOptionException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidMaxConflictFilesException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidDestinationCommitSpecifierException'], ['shape' => 'InvalidSourceCommitSpecifierException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetMergeOptions' => ['name' => 'GetMergeOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMergeOptionsInput'], 'output' => ['shape' => 'GetMergeOptionsOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'CommitRequiredException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidCommitException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequest' => ['name' => 'GetPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestInput'], 'output' => ['shape' => 'GetPullRequestOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequestApprovalStates' => ['name' => 'GetPullRequestApprovalStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestApprovalStatesInput'], 'output' => ['shape' => 'GetPullRequestApprovalStatesOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetPullRequestOverrideState' => ['name' => 'GetPullRequestOverrideState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPullRequestOverrideStateInput'], 'output' => ['shape' => 'GetPullRequestOverrideStateOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetRepository' => ['name' => 'GetRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryInput'], 'output' => ['shape' => 'GetRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'GetRepositoryTriggers' => ['name' => 'GetRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryTriggersInput'], 'output' => ['shape' => 'GetRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListApprovalRuleTemplates' => ['name' => 'ListApprovalRuleTemplates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApprovalRuleTemplatesInput'], 'output' => ['shape' => 'ListApprovalRuleTemplatesOutput'], 'errors' => [['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListAssociatedApprovalRuleTemplatesForRepository' => ['name' => 'ListAssociatedApprovalRuleTemplatesForRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociatedApprovalRuleTemplatesForRepositoryInput'], 'output' => ['shape' => 'ListAssociatedApprovalRuleTemplatesForRepositoryOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListBranches' => ['name' => 'ListBranches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBranchesInput'], 'output' => ['shape' => 'ListBranchesOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListPullRequests' => ['name' => 'ListPullRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPullRequestsInput'], 'output' => ['shape' => 'ListPullRequestsOutput'], 'errors' => [['shape' => 'InvalidPullRequestStatusException'], ['shape' => 'InvalidAuthorArnException'], ['shape' => 'AuthorDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListRepositories' => ['name' => 'ListRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRepositoriesInput'], 'output' => ['shape' => 'ListRepositoriesOutput'], 'errors' => [['shape' => 'InvalidSortByException'], ['shape' => 'InvalidOrderException'], ['shape' => 'InvalidContinuationTokenException']]], 'ListRepositoriesForApprovalRuleTemplate' => ['name' => 'ListRepositoriesForApprovalRuleTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRepositoriesForApprovalRuleTemplateInput'], 'output' => ['shape' => 'ListRepositoriesForApprovalRuleTemplateOutput'], 'errors' => [['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'InvalidContinuationTokenException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException']]], 'MergeBranchesByFastForward' => ['name' => 'MergeBranchesByFastForward', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesByFastForwardInput'], 'output' => ['shape' => 'MergeBranchesByFastForwardOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergeBranchesBySquash' => ['name' => 'MergeBranchesBySquash', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesBySquashInput'], 'output' => ['shape' => 'MergeBranchesBySquashOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergeBranchesByThreeWay' => ['name' => 'MergeBranchesByThreeWay', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergeBranchesByThreeWayInput'], 'output' => ['shape' => 'MergeBranchesByThreeWayOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'CommitRequiredException'], ['shape' => 'InvalidCommitException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidTargetBranchException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'FileModeRequiredException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestByFastForward' => ['name' => 'MergePullRequestByFastForward', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestByFastForwardInput'], 'output' => ['shape' => 'MergePullRequestByFastForwardOutput'], 'errors' => [['shape' => 'ManualMergeRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'ReferenceDoesNotExistException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestBySquash' => ['name' => 'MergePullRequestBySquash', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestBySquashInput'], 'output' => ['shape' => 'MergePullRequestBySquashOutput'], 'errors' => [['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'MergePullRequestByThreeWay' => ['name' => 'MergePullRequestByThreeWay', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MergePullRequestByThreeWayInput'], 'output' => ['shape' => 'MergePullRequestByThreeWayOutput'], 'errors' => [['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'ManualMergeRequiredException'], ['shape' => 'TipOfSourceReferenceIsDifferentException'], ['shape' => 'TipsDivergenceExceededException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidConflictDetailLevelException'], ['shape' => 'InvalidConflictResolutionStrategyException'], ['shape' => 'InvalidConflictResolutionException'], ['shape' => 'ReplacementTypeRequiredException'], ['shape' => 'InvalidReplacementTypeException'], ['shape' => 'MultipleConflictResolutionEntriesException'], ['shape' => 'ReplacementContentRequiredException'], ['shape' => 'MaximumConflictResolutionEntriesExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'InvalidReplacementContentException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'MaximumFileContentToLoadExceededException'], ['shape' => 'MaximumItemsToCompareExceededException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'ConcurrentReferenceUpdateException'], ['shape' => 'PullRequestApprovalRulesNotSatisfiedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'OverridePullRequestApprovalRules' => ['name' => 'OverridePullRequestApprovalRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'OverridePullRequestApprovalRulesInput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'InvalidOverrideStatusException'], ['shape' => 'OverrideStatusRequiredException'], ['shape' => 'OverrideAlreadySetException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'PostCommentForComparedCommit' => ['name' => 'PostCommentForComparedCommit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentForComparedCommitInput'], 'output' => ['shape' => 'PostCommentForComparedCommitOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'InvalidFileLocationException'], ['shape' => 'InvalidRelativeFileVersionEnumException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidFilePositionException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'BeforeCommitIdAndAfterCommitIdAreSameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException'], ['shape' => 'PathRequiredException']], 'idempotent' => \true], 'PostCommentForPullRequest' => ['name' => 'PostCommentForPullRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentForPullRequestInput'], 'output' => ['shape' => 'PostCommentForPullRequestOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'RepositoryNotAssociatedWithPullRequestException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'InvalidFileLocationException'], ['shape' => 'InvalidRelativeFileVersionEnumException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidFilePositionException'], ['shape' => 'CommitIdRequiredException'], ['shape' => 'InvalidCommitIdException'], ['shape' => 'BeforeCommitIdAndAfterCommitIdAreSameException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'CommitDoesNotExistException'], ['shape' => 'InvalidPathException'], ['shape' => 'PathDoesNotExistException'], ['shape' => 'PathRequiredException']], 'idempotent' => \true], 'PostCommentReply' => ['name' => 'PostCommentReply', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PostCommentReplyInput'], 'output' => ['shape' => 'PostCommentReplyOutput'], 'errors' => [['shape' => 'ClientRequestTokenRequiredException'], ['shape' => 'InvalidClientRequestTokenException'], ['shape' => 'IdempotencyParameterMismatchException'], ['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException']], 'idempotent' => \true], 'PutCommentReaction' => ['name' => 'PutCommentReaction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutCommentReactionInput'], 'errors' => [['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'InvalidReactionValueException'], ['shape' => 'ReactionValueRequiredException'], ['shape' => 'ReactionLimitExceededException'], ['shape' => 'CommentDeletedException']]], 'PutFile' => ['name' => 'PutFile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutFileInput'], 'output' => ['shape' => 'PutFileOutput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'ParentCommitIdRequiredException'], ['shape' => 'InvalidParentCommitIdException'], ['shape' => 'ParentCommitDoesNotExistException'], ['shape' => 'ParentCommitIdOutdatedException'], ['shape' => 'FileContentRequiredException'], ['shape' => 'FileContentSizeLimitExceededException'], ['shape' => 'FolderContentSizeLimitExceededException'], ['shape' => 'PathRequiredException'], ['shape' => 'InvalidPathException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'BranchNameIsTagNameException'], ['shape' => 'InvalidFileModeException'], ['shape' => 'NameLengthExceededException'], ['shape' => 'InvalidEmailException'], ['shape' => 'CommitMessageLengthExceededException'], ['shape' => 'InvalidDeletionParameterException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException'], ['shape' => 'SameFileContentException'], ['shape' => 'FileNameConflictsWithDirectoryNameException'], ['shape' => 'DirectoryNameConflictsWithFileNameException'], ['shape' => 'FilePathConflictsWithSubmodulePathException']]], 'PutRepositoryTriggers' => ['name' => 'PutRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRepositoryTriggersInput'], 'output' => ['shape' => 'PutRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryTriggersListRequiredException'], ['shape' => 'MaximumRepositoryTriggersExceededException'], ['shape' => 'InvalidRepositoryTriggerNameException'], ['shape' => 'InvalidRepositoryTriggerDestinationArnException'], ['shape' => 'InvalidRepositoryTriggerRegionException'], ['shape' => 'InvalidRepositoryTriggerCustomDataException'], ['shape' => 'MaximumBranchesExceededException'], ['shape' => 'InvalidRepositoryTriggerBranchNameException'], ['shape' => 'InvalidRepositoryTriggerEventsException'], ['shape' => 'RepositoryTriggerNameRequiredException'], ['shape' => 'RepositoryTriggerDestinationArnRequiredException'], ['shape' => 'RepositoryTriggerBranchNameListRequiredException'], ['shape' => 'RepositoryTriggerEventsListRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException'], ['shape' => 'TagsMapRequiredException'], ['shape' => 'InvalidTagsMapException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'TestRepositoryTriggers' => ['name' => 'TestRepositoryTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestRepositoryTriggersInput'], 'output' => ['shape' => 'TestRepositoryTriggersOutput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'RepositoryTriggersListRequiredException'], ['shape' => 'MaximumRepositoryTriggersExceededException'], ['shape' => 'InvalidRepositoryTriggerNameException'], ['shape' => 'InvalidRepositoryTriggerDestinationArnException'], ['shape' => 'InvalidRepositoryTriggerRegionException'], ['shape' => 'InvalidRepositoryTriggerCustomDataException'], ['shape' => 'MaximumBranchesExceededException'], ['shape' => 'InvalidRepositoryTriggerBranchNameException'], ['shape' => 'InvalidRepositoryTriggerEventsException'], ['shape' => 'RepositoryTriggerNameRequiredException'], ['shape' => 'RepositoryTriggerDestinationArnRequiredException'], ['shape' => 'RepositoryTriggerBranchNameListRequiredException'], ['shape' => 'RepositoryTriggerEventsListRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'ResourceArnRequiredException'], ['shape' => 'InvalidResourceArnException'], ['shape' => 'TagKeysListRequiredException'], ['shape' => 'InvalidTagKeysListException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidSystemTagUsageException'], ['shape' => 'TagPolicyException']]], 'UpdateApprovalRuleTemplateContent' => ['name' => 'UpdateApprovalRuleTemplateContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateContentInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateContentOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidApprovalRuleTemplateContentException'], ['shape' => 'InvalidRuleContentSha256Exception'], ['shape' => 'ApprovalRuleTemplateContentRequiredException']]], 'UpdateApprovalRuleTemplateDescription' => ['name' => 'UpdateApprovalRuleTemplateDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateDescriptionInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateDescriptionOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'InvalidApprovalRuleTemplateDescriptionException']]], 'UpdateApprovalRuleTemplateName' => ['name' => 'UpdateApprovalRuleTemplateName', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApprovalRuleTemplateNameInput'], 'output' => ['shape' => 'UpdateApprovalRuleTemplateNameOutput'], 'errors' => [['shape' => 'InvalidApprovalRuleTemplateNameException'], ['shape' => 'ApprovalRuleTemplateNameRequiredException'], ['shape' => 'ApprovalRuleTemplateDoesNotExistException'], ['shape' => 'ApprovalRuleTemplateNameAlreadyExistsException']]], 'UpdateComment' => ['name' => 'UpdateComment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCommentInput'], 'output' => ['shape' => 'UpdateCommentOutput'], 'errors' => [['shape' => 'CommentContentRequiredException'], ['shape' => 'CommentContentSizeLimitExceededException'], ['shape' => 'CommentDoesNotExistException'], ['shape' => 'CommentIdRequiredException'], ['shape' => 'InvalidCommentIdException'], ['shape' => 'CommentNotCreatedByCallerException'], ['shape' => 'CommentDeletedException']]], 'UpdateDefaultBranch' => ['name' => 'UpdateDefaultBranch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDefaultBranchInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'BranchNameRequiredException'], ['shape' => 'InvalidBranchNameException'], ['shape' => 'BranchDoesNotExistException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestApprovalRuleContent' => ['name' => 'UpdatePullRequestApprovalRuleContent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestApprovalRuleContentInput'], 'output' => ['shape' => 'UpdatePullRequestApprovalRuleContentOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'ApprovalRuleNameRequiredException'], ['shape' => 'InvalidApprovalRuleNameException'], ['shape' => 'ApprovalRuleDoesNotExistException'], ['shape' => 'InvalidRuleContentSha256Exception'], ['shape' => 'ApprovalRuleContentRequiredException'], ['shape' => 'InvalidApprovalRuleContentException'], ['shape' => 'CannotModifyApprovalRuleFromTemplateException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestApprovalState' => ['name' => 'UpdatePullRequestApprovalState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestApprovalStateInput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidRevisionIdException'], ['shape' => 'RevisionIdRequiredException'], ['shape' => 'InvalidApprovalStateException'], ['shape' => 'ApprovalStateRequiredException'], ['shape' => 'PullRequestCannotBeApprovedByAuthorException'], ['shape' => 'RevisionNotCurrentException'], ['shape' => 'PullRequestAlreadyClosedException'], ['shape' => 'MaximumNumberOfApprovalsExceededException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestDescription' => ['name' => 'UpdatePullRequestDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestDescriptionInput'], 'output' => ['shape' => 'UpdatePullRequestDescriptionOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidDescriptionException'], ['shape' => 'PullRequestAlreadyClosedException']]], 'UpdatePullRequestStatus' => ['name' => 'UpdatePullRequestStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestStatusInput'], 'output' => ['shape' => 'UpdatePullRequestStatusOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'InvalidPullRequestStatusUpdateException'], ['shape' => 'InvalidPullRequestStatusException'], ['shape' => 'PullRequestStatusRequiredException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdatePullRequestTitle' => ['name' => 'UpdatePullRequestTitle', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePullRequestTitleInput'], 'output' => ['shape' => 'UpdatePullRequestTitleOutput'], 'errors' => [['shape' => 'PullRequestDoesNotExistException'], ['shape' => 'InvalidPullRequestIdException'], ['shape' => 'PullRequestIdRequiredException'], ['shape' => 'TitleRequiredException'], ['shape' => 'InvalidTitleException'], ['shape' => 'PullRequestAlreadyClosedException']]], 'UpdateRepositoryDescription' => ['name' => 'UpdateRepositoryDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRepositoryDescriptionInput'], 'errors' => [['shape' => 'RepositoryNameRequiredException'], ['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'InvalidRepositoryNameException'], ['shape' => 'InvalidRepositoryDescriptionException'], ['shape' => 'EncryptionIntegrityChecksFailedException'], ['shape' => 'EncryptionKeyAccessDeniedException'], ['shape' => 'EncryptionKeyDisabledException'], ['shape' => 'EncryptionKeyNotFoundException'], ['shape' => 'EncryptionKeyUnavailableException']]], 'UpdateRepositoryName' => ['name' => 'UpdateRepositoryName', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRepositoryNameInput'], 'errors' => [['shape' => 'RepositoryDoesNotExistException'], ['shape' => 'RepositoryNameExistsException'], ['shape' => 'RepositoryNameRequiredException'], ['shape' => 'InvalidRepositoryNameException']]]], 'shapes' => ['AccountId' => ['type' => 'string'], 'ActorDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AdditionalData' => ['type' => 'string'], 'Approval' => ['type' => 'structure', 'members' => ['userArn' => ['shape' => 'Arn'], 'approvalState' => ['shape' => 'ApprovalState']]], 'ApprovalList' => ['type' => 'list', 'member' => ['shape' => 'Approval']], 'ApprovalRule' => ['type' => 'structure', 'members' => ['approvalRuleId' => ['shape' => 'ApprovalRuleId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent'], 'ruleContentSha256' => ['shape' => 'RuleContentSha256'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedUser' => ['shape' => 'Arn'], 'originApprovalRuleTemplate' => ['shape' => 'OriginApprovalRuleTemplate']]], 'ApprovalRuleContent' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ApprovalRuleContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleEventMetadata' => ['type' => 'structure', 'members' => ['approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleId' => ['shape' => 'ApprovalRuleId'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'ApprovalRuleId' => ['type' => 'string'], 'ApprovalRuleName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApprovalRuleNameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleOverriddenEventMetadata' => ['type' => 'structure', 'members' => ['revisionId' => ['shape' => 'RevisionId'], 'overrideStatus' => ['shape' => 'OverrideStatus']]], 'ApprovalRuleTemplate' => ['type' => 'structure', 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId'], 'approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription'], 'approvalRuleTemplateContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'ruleContentSha256' => ['shape' => 'RuleContentSha256'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedUser' => ['shape' => 'Arn']]], 'ApprovalRuleTemplateContent' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ApprovalRuleTemplateContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateDescription' => ['type' => 'string', 'max' => 1000, 'min' => 0], 'ApprovalRuleTemplateDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateId' => ['type' => 'string'], 'ApprovalRuleTemplateInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApprovalRuleTemplateNameAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRuleTemplateNameList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleTemplateName']], 'ApprovalRuleTemplateNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApprovalRulesList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRule']], 'ApprovalRulesNotSatisfiedList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleName']], 'ApprovalRulesSatisfiedList' => ['type' => 'list', 'member' => ['shape' => 'ApprovalRuleName']], 'ApprovalState' => ['type' => 'string', 'enum' => ['APPROVE', 'REVOKE']], 'ApprovalStateChangedEventMetadata' => ['type' => 'structure', 'members' => ['revisionId' => ['shape' => 'RevisionId'], 'approvalStatus' => ['shape' => 'ApprovalState']]], 'ApprovalStateRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Approved' => ['type' => 'boolean'], 'Arn' => ['type' => 'string'], 'AssociateApprovalRuleTemplateWithRepositoryInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'AuthorDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BatchAssociateApprovalRuleTemplateWithRepositoriesError' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesError']], 'BatchAssociateApprovalRuleTemplateWithRepositoriesInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryNames'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchAssociateApprovalRuleTemplateWithRepositoriesOutput' => ['type' => 'structure', 'required' => ['associatedRepositoryNames', 'errors'], 'members' => ['associatedRepositoryNames' => ['shape' => 'RepositoryNameList'], 'errors' => ['shape' => 'BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList']]], 'BatchDescribeMergeConflictsError' => ['type' => 'structure', 'required' => ['filePath', 'exceptionName', 'message'], 'members' => ['filePath' => ['shape' => 'Path'], 'exceptionName' => ['shape' => 'ExceptionName'], 'message' => ['shape' => 'Message']]], 'BatchDescribeMergeConflictsErrors' => ['type' => 'list', 'member' => ['shape' => 'BatchDescribeMergeConflictsError']], 'BatchDescribeMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'maxMergeHunks' => ['shape' => 'MaxResults'], 'maxConflictFiles' => ['shape' => 'MaxResults'], 'filePaths' => ['shape' => 'FilePaths'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'BatchDescribeMergeConflictsOutput' => ['type' => 'structure', 'required' => ['conflicts', 'destinationCommitId', 'sourceCommitId'], 'members' => ['conflicts' => ['shape' => 'Conflicts'], 'nextToken' => ['shape' => 'NextToken'], 'errors' => ['shape' => 'BatchDescribeMergeConflictsErrors'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesError' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesError']], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryNames'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput' => ['type' => 'structure', 'required' => ['disassociatedRepositoryNames', 'errors'], 'members' => ['disassociatedRepositoryNames' => ['shape' => 'RepositoryNameList'], 'errors' => ['shape' => 'BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList']]], 'BatchGetCommitsError' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetCommitsErrorsList' => ['type' => 'list', 'member' => ['shape' => 'BatchGetCommitsError']], 'BatchGetCommitsInput' => ['type' => 'structure', 'required' => ['commitIds', 'repositoryName'], 'members' => ['commitIds' => ['shape' => 'CommitIdsInputList'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'BatchGetCommitsOutput' => ['type' => 'structure', 'members' => ['commits' => ['shape' => 'CommitObjectsList'], 'errors' => ['shape' => 'BatchGetCommitsErrorsList']]], 'BatchGetRepositoriesInput' => ['type' => 'structure', 'required' => ['repositoryNames'], 'members' => ['repositoryNames' => ['shape' => 'RepositoryNameList']]], 'BatchGetRepositoriesOutput' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryMetadataList'], 'repositoriesNotFound' => ['shape' => 'RepositoryNotFoundList']]], 'BeforeCommitIdAndAfterCommitIdAreSameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobIdDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlobMetadata' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'path' => ['shape' => 'Path'], 'mode' => ['shape' => 'Mode']]], 'BranchDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchInfo' => ['type' => 'structure', 'members' => ['branchName' => ['shape' => 'BranchName'], 'commitId' => ['shape' => 'CommitId']]], 'BranchName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'BranchNameExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchNameIsTagNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BranchNameList' => ['type' => 'list', 'member' => ['shape' => 'BranchName']], 'BranchNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CallerReactions' => ['type' => 'list', 'member' => ['shape' => 'ReactionValue']], 'CannotDeleteApprovalRuleFromTemplateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CannotModifyApprovalRuleFromTemplateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CapitalBoolean' => ['type' => 'boolean'], 'ChangeTypeEnum' => ['type' => 'string', 'enum' => ['A', 'M', 'D']], 'ClientRequestToken' => ['type' => 'string'], 'ClientRequestTokenRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CloneUrlHttp' => ['type' => 'string'], 'CloneUrlSsh' => ['type' => 'string'], 'Comment' => ['type' => 'structure', 'members' => ['commentId' => ['shape' => 'CommentId'], 'content' => ['shape' => 'Content'], 'inReplyTo' => ['shape' => 'CommentId'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'authorArn' => ['shape' => 'Arn'], 'deleted' => ['shape' => 'IsCommentDeleted'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'callerReactions' => ['shape' => 'CallerReactions'], 'reactionCounts' => ['shape' => 'ReactionCountsMap']]], 'CommentContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentDeletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentId' => ['type' => 'string'], 'CommentIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommentNotCreatedByCallerException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Comments' => ['type' => 'list', 'member' => ['shape' => 'Comment']], 'CommentsForComparedCommit' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comments' => ['shape' => 'Comments']]], 'CommentsForComparedCommitData' => ['type' => 'list', 'member' => ['shape' => 'CommentsForComparedCommit']], 'CommentsForPullRequest' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comments' => ['shape' => 'Comments']]], 'CommentsForPullRequestData' => ['type' => 'list', 'member' => ['shape' => 'CommentsForPullRequest']], 'Commit' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'parents' => ['shape' => 'ParentList'], 'message' => ['shape' => 'Message'], 'author' => ['shape' => 'UserInfo'], 'committer' => ['shape' => 'UserInfo'], 'additionalData' => ['shape' => 'AdditionalData']]], 'CommitDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitId' => ['type' => 'string'], 'CommitIdDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdsInputList' => ['type' => 'list', 'member' => ['shape' => 'ObjectId']], 'CommitIdsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitIdsListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitMessageLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CommitName' => ['type' => 'string'], 'CommitObjectsList' => ['type' => 'list', 'member' => ['shape' => 'Commit']], 'CommitRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ConcurrentReferenceUpdateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Conflict' => ['type' => 'structure', 'members' => ['conflictMetadata' => ['shape' => 'ConflictMetadata'], 'mergeHunks' => ['shape' => 'MergeHunks']]], 'ConflictDetailLevelTypeEnum' => ['type' => 'string', 'enum' => ['FILE_LEVEL', 'LINE_LEVEL']], 'ConflictMetadata' => ['type' => 'structure', 'members' => ['filePath' => ['shape' => 'Path'], 'fileSizes' => ['shape' => 'FileSizes'], 'fileModes' => ['shape' => 'FileModes'], 'objectTypes' => ['shape' => 'ObjectTypes'], 'numberOfConflicts' => ['shape' => 'NumberOfConflicts'], 'isBinaryFile' => ['shape' => 'IsBinaryFile'], 'contentConflict' => ['shape' => 'IsContentConflict'], 'fileModeConflict' => ['shape' => 'IsFileModeConflict'], 'objectTypeConflict' => ['shape' => 'IsObjectTypeConflict'], 'mergeOperations' => ['shape' => 'MergeOperations']]], 'ConflictMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ConflictMetadata']], 'ConflictResolution' => ['type' => 'structure', 'members' => ['replaceContents' => ['shape' => 'ReplaceContentEntries'], 'deleteFiles' => ['shape' => 'DeleteFileEntries'], 'setFileModes' => ['shape' => 'SetFileModeEntries']]], 'ConflictResolutionStrategyTypeEnum' => ['type' => 'string', 'enum' => ['NONE', 'ACCEPT_SOURCE', 'ACCEPT_DESTINATION', 'AUTOMERGE']], 'Conflicts' => ['type' => 'list', 'member' => ['shape' => 'Conflict']], 'Content' => ['type' => 'string'], 'Count' => ['type' => 'integer'], 'CreateApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'approvalRuleTemplateContent'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription']]], 'CreateApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'CreateBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'commitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'commitId' => ['shape' => 'CommitId']]], 'CreateCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'parentCommitId' => ['shape' => 'CommitId'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'putFiles' => ['shape' => 'PutFileEntries'], 'deleteFiles' => ['shape' => 'DeleteFileEntries'], 'setFileModes' => ['shape' => 'SetFileModeEntries']]], 'CreateCommitOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'filesAdded' => ['shape' => 'FilesMetadata'], 'filesUpdated' => ['shape' => 'FilesMetadata'], 'filesDeleted' => ['shape' => 'FilesMetadata']]], 'CreatePullRequestApprovalRuleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName', 'approvalRuleContent'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'approvalRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'CreatePullRequestApprovalRuleOutput' => ['type' => 'structure', 'required' => ['approvalRule'], 'members' => ['approvalRule' => ['shape' => 'ApprovalRule']]], 'CreatePullRequestInput' => ['type' => 'structure', 'required' => ['title', 'targets'], 'members' => ['title' => ['shape' => 'Title'], 'description' => ['shape' => 'Description'], 'targets' => ['shape' => 'TargetList'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreatePullRequestOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'CreateRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription'], 'tags' => ['shape' => 'TagsMap']]], 'CreateRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryMetadata' => ['shape' => 'RepositoryMetadata']]], 'CreateUnreferencedMergeCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'CreateUnreferencedMergeCommitOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'CreationDate' => ['type' => 'timestamp'], 'Date' => ['type' => 'string'], 'DefaultBranchCannotBeDeletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeleteApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'DeleteApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateId'], 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId']]], 'DeleteBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName']]], 'DeleteBranchOutput' => ['type' => 'structure', 'members' => ['deletedBranch' => ['shape' => 'BranchInfo']]], 'DeleteCommentContentInput' => ['type' => 'structure', 'required' => ['commentId'], 'members' => ['commentId' => ['shape' => 'CommentId']]], 'DeleteCommentContentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'DeleteFileEntries' => ['type' => 'list', 'member' => ['shape' => 'DeleteFileEntry']], 'DeleteFileEntry' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path']]], 'DeleteFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'filePath', 'parentCommitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'filePath' => ['shape' => 'Path'], 'parentCommitId' => ['shape' => 'CommitId'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'commitMessage' => ['shape' => 'Message'], 'name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email']]], 'DeleteFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'treeId', 'filePath'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId'], 'filePath' => ['shape' => 'Path']]], 'DeletePullRequestApprovalRuleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName']]], 'DeletePullRequestApprovalRuleOutput' => ['type' => 'structure', 'required' => ['approvalRuleId'], 'members' => ['approvalRuleId' => ['shape' => 'ApprovalRuleId']]], 'DeleteRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryId' => ['shape' => 'RepositoryId']]], 'DescribeMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'maxMergeHunks' => ['shape' => 'MaxResults'], 'filePath' => ['shape' => 'Path'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeMergeConflictsOutput' => ['type' => 'structure', 'required' => ['conflictMetadata', 'mergeHunks', 'destinationCommitId', 'sourceCommitId'], 'members' => ['conflictMetadata' => ['shape' => 'ConflictMetadata'], 'mergeHunks' => ['shape' => 'MergeHunks'], 'nextToken' => ['shape' => 'NextToken'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'DescribePullRequestEventsInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'pullRequestEventType' => ['shape' => 'PullRequestEventType'], 'actorArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribePullRequestEventsOutput' => ['type' => 'structure', 'required' => ['pullRequestEvents'], 'members' => ['pullRequestEvents' => ['shape' => 'PullRequestEventList'], 'nextToken' => ['shape' => 'NextToken']]], 'Description' => ['type' => 'string', 'max' => 10240], 'Difference' => ['type' => 'structure', 'members' => ['beforeBlob' => ['shape' => 'BlobMetadata'], 'afterBlob' => ['shape' => 'BlobMetadata'], 'changeType' => ['shape' => 'ChangeTypeEnum']]], 'DifferenceList' => ['type' => 'list', 'member' => ['shape' => 'Difference']], 'DirectoryNameConflictsWithFileNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DisassociateApprovalRuleTemplateFromRepositoryInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'repositoryName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'Email' => ['type' => 'string'], 'EncryptionIntegrityChecksFailedException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'EncryptionKeyAccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyDisabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EncryptionKeyUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EvaluatePullRequestApprovalRulesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'EvaluatePullRequestApprovalRulesOutput' => ['type' => 'structure', 'required' => ['evaluation'], 'members' => ['evaluation' => ['shape' => 'Evaluation']]], 'Evaluation' => ['type' => 'structure', 'members' => ['approved' => ['shape' => 'Approved'], 'overridden' => ['shape' => 'Overridden'], 'approvalRulesSatisfied' => ['shape' => 'ApprovalRulesSatisfiedList'], 'approvalRulesNotSatisfied' => ['shape' => 'ApprovalRulesNotSatisfiedList']]], 'EventDate' => ['type' => 'timestamp'], 'ExceptionName' => ['type' => 'string'], 'File' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'FileContent' => ['type' => 'blob', 'max' => 6291456], 'FileContentAndSourceFileSpecifiedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileEntryRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileList' => ['type' => 'list', 'member' => ['shape' => 'File']], 'FileMetadata' => ['type' => 'structure', 'members' => ['absolutePath' => ['shape' => 'Path'], 'blobId' => ['shape' => 'ObjectId'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'FileModeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FileModeTypeEnum' => ['type' => 'string', 'enum' => ['EXECUTABLE', 'NORMAL', 'SYMLINK']], 'FileModes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'FileModeTypeEnum'], 'destination' => ['shape' => 'FileModeTypeEnum'], 'base' => ['shape' => 'FileModeTypeEnum']]], 'FileNameConflictsWithDirectoryNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilePathConflictsWithSubmodulePathException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilePaths' => ['type' => 'list', 'member' => ['shape' => 'Path']], 'FileSize' => ['type' => 'long'], 'FileSizes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'FileSize'], 'destination' => ['shape' => 'FileSize'], 'base' => ['shape' => 'FileSize']]], 'FileTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FilesMetadata' => ['type' => 'list', 'member' => ['shape' => 'FileMetadata']], 'Folder' => ['type' => 'structure', 'members' => ['treeId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path']]], 'FolderContentSizeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FolderDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'FolderList' => ['type' => 'list', 'member' => ['shape' => 'Folder']], 'GetApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'GetApprovalRuleTemplateOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'GetBlobInput' => ['type' => 'structure', 'required' => ['repositoryName', 'blobId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'blobId' => ['shape' => 'ObjectId']]], 'GetBlobOutput' => ['type' => 'structure', 'required' => ['content'], 'members' => ['content' => ['shape' => 'blob']]], 'GetBranchInput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName']]], 'GetBranchOutput' => ['type' => 'structure', 'members' => ['branch' => ['shape' => 'BranchInfo']]], 'GetCommentInput' => ['type' => 'structure', 'required' => ['commentId'], 'members' => ['commentId' => ['shape' => 'CommentId']]], 'GetCommentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'GetCommentReactionsInput' => ['type' => 'structure', 'required' => ['commentId'], 'members' => ['commentId' => ['shape' => 'CommentId'], 'reactionUserArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetCommentReactionsOutput' => ['type' => 'structure', 'required' => ['reactionsForComment'], 'members' => ['reactionsForComment' => ['shape' => 'ReactionsForCommentList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetCommentsForComparedCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetCommentsForComparedCommitOutput' => ['type' => 'structure', 'members' => ['commentsForComparedCommitData' => ['shape' => 'CommentsForComparedCommitData'], 'nextToken' => ['shape' => 'NextToken']]], 'GetCommentsForPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetCommentsForPullRequestOutput' => ['type' => 'structure', 'members' => ['commentsForPullRequestData' => ['shape' => 'CommentsForPullRequestData'], 'nextToken' => ['shape' => 'NextToken']]], 'GetCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'commitId'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitId' => ['shape' => 'ObjectId']]], 'GetCommitOutput' => ['type' => 'structure', 'required' => ['commit'], 'members' => ['commit' => ['shape' => 'Commit']]], 'GetDifferencesInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitSpecifier' => ['shape' => 'CommitName'], 'afterCommitSpecifier' => ['shape' => 'CommitName'], 'beforePath' => ['shape' => 'Path'], 'afterPath' => ['shape' => 'Path'], 'MaxResults' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDifferencesOutput' => ['type' => 'structure', 'members' => ['differences' => ['shape' => 'DifferenceList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitSpecifier' => ['shape' => 'CommitName'], 'filePath' => ['shape' => 'Path']]], 'GetFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'filePath', 'fileMode', 'fileSize', 'fileContent'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'fileSize' => ['shape' => 'ObjectSize'], 'fileContent' => ['shape' => 'FileContent']]], 'GetFolderInput' => ['type' => 'structure', 'required' => ['repositoryName', 'folderPath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'commitSpecifier' => ['shape' => 'CommitName'], 'folderPath' => ['shape' => 'Path']]], 'GetFolderOutput' => ['type' => 'structure', 'required' => ['commitId', 'folderPath'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'folderPath' => ['shape' => 'Path'], 'treeId' => ['shape' => 'ObjectId'], 'subFolders' => ['shape' => 'FolderList'], 'files' => ['shape' => 'FileList'], 'symbolicLinks' => ['shape' => 'SymbolicLinkList'], 'subModules' => ['shape' => 'SubModuleList']]], 'GetMergeCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum']]], 'GetMergeCommitOutput' => ['type' => 'structure', 'members' => ['sourceCommitId' => ['shape' => 'ObjectId'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId'], 'mergedCommitId' => ['shape' => 'ObjectId']]], 'GetMergeConflictsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'destinationCommitSpecifier', 'sourceCommitSpecifier', 'mergeOption'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'maxConflictFiles' => ['shape' => 'MaxResults'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'nextToken' => ['shape' => 'NextToken']]], 'GetMergeConflictsOutput' => ['type' => 'structure', 'required' => ['mergeable', 'destinationCommitId', 'sourceCommitId', 'conflictMetadataList'], 'members' => ['mergeable' => ['shape' => 'IsMergeable'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId'], 'conflictMetadataList' => ['shape' => 'ConflictMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetMergeOptionsInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum']]], 'GetMergeOptionsOutput' => ['type' => 'structure', 'required' => ['mergeOptions', 'sourceCommitId', 'destinationCommitId', 'baseCommitId'], 'members' => ['mergeOptions' => ['shape' => 'MergeOptions'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'destinationCommitId' => ['shape' => 'ObjectId'], 'baseCommitId' => ['shape' => 'ObjectId']]], 'GetPullRequestApprovalStatesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'GetPullRequestApprovalStatesOutput' => ['type' => 'structure', 'members' => ['approvals' => ['shape' => 'ApprovalList']]], 'GetPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId']]], 'GetPullRequestOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'GetPullRequestOverrideStateInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId']]], 'GetPullRequestOverrideStateOutput' => ['type' => 'structure', 'members' => ['overridden' => ['shape' => 'Overridden'], 'overrider' => ['shape' => 'Arn']]], 'GetRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryOutput' => ['type' => 'structure', 'members' => ['repositoryMetadata' => ['shape' => 'RepositoryMetadata']]], 'GetRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['configurationId' => ['shape' => 'RepositoryTriggersConfigurationId'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'HunkContent' => ['type' => 'string'], 'IdempotencyParameterMismatchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidActorArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalRuleTemplateNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApprovalStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAuthorArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBlobIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBranchNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidClientRequestTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommentIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommitException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidCommitIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictDetailLevelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictResolutionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidConflictResolutionStrategyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidContinuationTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeletionParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDestinationCommitSpecifierException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEmailException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileLocationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileModeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFilePositionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxConflictFilesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxMergeHunksException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMaxResultsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMergeOptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOrderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOverrideStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParentCommitIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPathException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestEventTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPullRequestStatusUpdateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReactionUserArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReactionValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReferenceNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRelativeFileVersionEnumException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReplacementContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidReplacementTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryDescriptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerBranchNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerCustomDataException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerDestinationArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerEventsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRepositoryTriggerRegionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResourceArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRevisionIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRuleContentSha256Exception' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortByException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSourceCommitSpecifierException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSystemTagUsageException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagKeysListException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagsMapException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetBranchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTitleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IsBinaryFile' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'CapitalBoolean'], 'destination' => ['shape' => 'CapitalBoolean'], 'base' => ['shape' => 'CapitalBoolean']]], 'IsCommentDeleted' => ['type' => 'boolean'], 'IsContentConflict' => ['type' => 'boolean'], 'IsFileModeConflict' => ['type' => 'boolean'], 'IsHunkConflict' => ['type' => 'boolean'], 'IsMergeable' => ['type' => 'boolean'], 'IsMerged' => ['type' => 'boolean'], 'IsMove' => ['type' => 'boolean'], 'IsObjectTypeConflict' => ['type' => 'boolean'], 'KeepEmptyFolders' => ['type' => 'boolean'], 'LastModifiedDate' => ['type' => 'timestamp'], 'Limit' => ['type' => 'integer', 'box' => \true], 'LineNumber' => ['type' => 'integer'], 'ListApprovalRuleTemplatesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListApprovalRuleTemplatesOutput' => ['type' => 'structure', 'members' => ['approvalRuleTemplateNames' => ['shape' => 'ApprovalRuleTemplateNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAssociatedApprovalRuleTemplatesForRepositoryInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListAssociatedApprovalRuleTemplatesForRepositoryOutput' => ['type' => 'structure', 'members' => ['approvalRuleTemplateNames' => ['shape' => 'ApprovalRuleTemplateNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListBranchesInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken']]], 'ListBranchesOutput' => ['type' => 'structure', 'members' => ['branches' => ['shape' => 'BranchNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListPullRequestsInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'authorArn' => ['shape' => 'Arn'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPullRequestsOutput' => ['type' => 'structure', 'required' => ['pullRequestIds'], 'members' => ['pullRequestIds' => ['shape' => 'PullRequestIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRepositoriesForApprovalRuleTemplateInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListRepositoriesForApprovalRuleTemplateOutput' => ['type' => 'structure', 'members' => ['repositoryNames' => ['shape' => 'RepositoryNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRepositoriesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'sortBy' => ['shape' => 'SortByEnum'], 'order' => ['shape' => 'OrderEnum']]], 'ListRepositoriesOutput' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryNameIdPairList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap'], 'nextToken' => ['shape' => 'NextToken']]], 'Location' => ['type' => 'structure', 'members' => ['filePath' => ['shape' => 'Path'], 'filePosition' => ['shape' => 'Position'], 'relativeFileVersion' => ['shape' => 'RelativeFileVersionEnum']]], 'ManualMergeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxResults' => ['type' => 'integer'], 'MaximumBranchesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumConflictResolutionEntriesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumFileContentToLoadExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumFileEntriesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumItemsToCompareExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumNumberOfApprovalsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumOpenPullRequestsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRepositoryNamesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRepositoryTriggersExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumRuleTemplatesAssociatedWithRepositoryException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MergeBranchesByFastForwardInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName']]], 'MergeBranchesByFastForwardOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeBranchesBySquashInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergeBranchesBySquashOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeBranchesByThreeWayInput' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceCommitSpecifier', 'destinationCommitSpecifier'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitSpecifier' => ['shape' => 'CommitName'], 'destinationCommitSpecifier' => ['shape' => 'CommitName'], 'targetBranch' => ['shape' => 'BranchName'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'commitMessage' => ['shape' => 'Message'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergeBranchesByThreeWayOutput' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'MergeHunk' => ['type' => 'structure', 'members' => ['isConflict' => ['shape' => 'IsHunkConflict'], 'source' => ['shape' => 'MergeHunkDetail'], 'destination' => ['shape' => 'MergeHunkDetail'], 'base' => ['shape' => 'MergeHunkDetail']]], 'MergeHunkDetail' => ['type' => 'structure', 'members' => ['startLine' => ['shape' => 'LineNumber'], 'endLine' => ['shape' => 'LineNumber'], 'hunkContent' => ['shape' => 'HunkContent']]], 'MergeHunks' => ['type' => 'list', 'member' => ['shape' => 'MergeHunk']], 'MergeMetadata' => ['type' => 'structure', 'members' => ['isMerged' => ['shape' => 'IsMerged'], 'mergedBy' => ['shape' => 'Arn'], 'mergeCommitId' => ['shape' => 'CommitId'], 'mergeOption' => ['shape' => 'MergeOptionTypeEnum']]], 'MergeOperations' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'ChangeTypeEnum'], 'destination' => ['shape' => 'ChangeTypeEnum']]], 'MergeOptionRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MergeOptionTypeEnum' => ['type' => 'string', 'enum' => ['FAST_FORWARD_MERGE', 'SQUASH_MERGE', 'THREE_WAY_MERGE']], 'MergeOptions' => ['type' => 'list', 'member' => ['shape' => 'MergeOptionTypeEnum']], 'MergePullRequestByFastForwardInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId']]], 'MergePullRequestByFastForwardOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'MergePullRequestBySquashInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'commitMessage' => ['shape' => 'Message'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergePullRequestBySquashOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'MergePullRequestByThreeWayInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'ObjectId'], 'conflictDetailLevel' => ['shape' => 'ConflictDetailLevelTypeEnum'], 'conflictResolutionStrategy' => ['shape' => 'ConflictResolutionStrategyTypeEnum'], 'commitMessage' => ['shape' => 'Message'], 'authorName' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'keepEmptyFolders' => ['shape' => 'KeepEmptyFolders'], 'conflictResolution' => ['shape' => 'ConflictResolution']]], 'MergePullRequestByThreeWayOutput' => ['type' => 'structure', 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'Message' => ['type' => 'string'], 'Mode' => ['type' => 'string'], 'MultipleConflictResolutionEntriesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MultipleRepositoriesInPullRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Name' => ['type' => 'string'], 'NameLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NoChangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NumberOfConflicts' => ['type' => 'integer'], 'NumberOfRuleTemplatesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NumberOfRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectId' => ['type' => 'string'], 'ObjectSize' => ['type' => 'long'], 'ObjectTypeEnum' => ['type' => 'string', 'enum' => ['FILE', 'DIRECTORY', 'GIT_LINK', 'SYMBOLIC_LINK']], 'ObjectTypes' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'ObjectTypeEnum'], 'destination' => ['shape' => 'ObjectTypeEnum'], 'base' => ['shape' => 'ObjectTypeEnum']]], 'OrderEnum' => ['type' => 'string', 'enum' => ['ascending', 'descending']], 'OriginApprovalRuleTemplate' => ['type' => 'structure', 'members' => ['approvalRuleTemplateId' => ['shape' => 'ApprovalRuleTemplateId'], 'approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'Overridden' => ['type' => 'boolean'], 'OverrideAlreadySetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OverridePullRequestApprovalRulesInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId', 'overrideStatus'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId'], 'overrideStatus' => ['shape' => 'OverrideStatus']]], 'OverrideStatus' => ['type' => 'string', 'enum' => ['OVERRIDE', 'REVOKE']], 'OverrideStatusRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitIdOutdatedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentCommitIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ParentList' => ['type' => 'list', 'member' => ['shape' => 'ObjectId']], 'Path' => ['type' => 'string'], 'PathDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PathRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Position' => ['type' => 'long'], 'PostCommentForComparedCommitInput' => ['type' => 'structure', 'required' => ['repositoryName', 'afterCommitId', 'content'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'location' => ['shape' => 'Location'], 'content' => ['shape' => 'Content'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'PostCommentForComparedCommitOutput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comment' => ['shape' => 'Comment']]], 'PostCommentForPullRequestInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'repositoryName', 'beforeCommitId', 'afterCommitId', 'content'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'location' => ['shape' => 'Location'], 'content' => ['shape' => 'Content'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'PostCommentForPullRequestOutput' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'pullRequestId' => ['shape' => 'PullRequestId'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'beforeBlobId' => ['shape' => 'ObjectId'], 'afterBlobId' => ['shape' => 'ObjectId'], 'location' => ['shape' => 'Location'], 'comment' => ['shape' => 'Comment']]], 'PostCommentReplyInput' => ['type' => 'structure', 'required' => ['inReplyTo', 'content'], 'members' => ['inReplyTo' => ['shape' => 'CommentId'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'content' => ['shape' => 'Content']]], 'PostCommentReplyOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'PullRequest' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'title' => ['shape' => 'Title'], 'description' => ['shape' => 'Description'], 'lastActivityDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum'], 'authorArn' => ['shape' => 'Arn'], 'pullRequestTargets' => ['shape' => 'PullRequestTargetList'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'revisionId' => ['shape' => 'RevisionId'], 'approvalRules' => ['shape' => 'ApprovalRulesList']]], 'PullRequestAlreadyClosedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestApprovalRulesNotSatisfiedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestCannotBeApprovedByAuthorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestCreatedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceCommitId' => ['shape' => 'CommitId'], 'destinationCommitId' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId']]], 'PullRequestDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestEvent' => ['type' => 'structure', 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'eventDate' => ['shape' => 'EventDate'], 'pullRequestEventType' => ['shape' => 'PullRequestEventType'], 'actorArn' => ['shape' => 'Arn'], 'pullRequestCreatedEventMetadata' => ['shape' => 'PullRequestCreatedEventMetadata'], 'pullRequestStatusChangedEventMetadata' => ['shape' => 'PullRequestStatusChangedEventMetadata'], 'pullRequestSourceReferenceUpdatedEventMetadata' => ['shape' => 'PullRequestSourceReferenceUpdatedEventMetadata'], 'pullRequestMergedStateChangedEventMetadata' => ['shape' => 'PullRequestMergedStateChangedEventMetadata'], 'approvalRuleEventMetadata' => ['shape' => 'ApprovalRuleEventMetadata'], 'approvalStateChangedEventMetadata' => ['shape' => 'ApprovalStateChangedEventMetadata'], 'approvalRuleOverriddenEventMetadata' => ['shape' => 'ApprovalRuleOverriddenEventMetadata']]], 'PullRequestEventList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestEvent']], 'PullRequestEventType' => ['type' => 'string', 'enum' => ['PULL_REQUEST_CREATED', 'PULL_REQUEST_STATUS_CHANGED', 'PULL_REQUEST_SOURCE_REFERENCE_UPDATED', 'PULL_REQUEST_MERGE_STATE_CHANGED', 'PULL_REQUEST_APPROVAL_RULE_CREATED', 'PULL_REQUEST_APPROVAL_RULE_UPDATED', 'PULL_REQUEST_APPROVAL_RULE_DELETED', 'PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN', 'PULL_REQUEST_APPROVAL_STATE_CHANGED']], 'PullRequestId' => ['type' => 'string'], 'PullRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestId']], 'PullRequestIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestMergedStateChangedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'destinationReference' => ['shape' => 'ReferenceName'], 'mergeMetadata' => ['shape' => 'MergeMetadata']]], 'PullRequestSourceReferenceUpdatedEventMetadata' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'beforeCommitId' => ['shape' => 'CommitId'], 'afterCommitId' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId']]], 'PullRequestStatusChangedEventMetadata' => ['type' => 'structure', 'members' => ['pullRequestStatus' => ['shape' => 'PullRequestStatusEnum']]], 'PullRequestStatusEnum' => ['type' => 'string', 'enum' => ['OPEN', 'CLOSED']], 'PullRequestStatusRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PullRequestTarget' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceReference' => ['shape' => 'ReferenceName'], 'destinationReference' => ['shape' => 'ReferenceName'], 'destinationCommit' => ['shape' => 'CommitId'], 'sourceCommit' => ['shape' => 'CommitId'], 'mergeBase' => ['shape' => 'CommitId'], 'mergeMetadata' => ['shape' => 'MergeMetadata']]], 'PullRequestTargetList' => ['type' => 'list', 'member' => ['shape' => 'PullRequestTarget']], 'PutCommentReactionInput' => ['type' => 'structure', 'required' => ['commentId', 'reactionValue'], 'members' => ['commentId' => ['shape' => 'CommentId'], 'reactionValue' => ['shape' => 'ReactionValue']]], 'PutFileEntries' => ['type' => 'list', 'member' => ['shape' => 'PutFileEntry']], 'PutFileEntry' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'fileContent' => ['shape' => 'FileContent'], 'sourceFile' => ['shape' => 'SourceFileSpecifier']]], 'PutFileEntryConflictException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PutFileInput' => ['type' => 'structure', 'required' => ['repositoryName', 'branchName', 'fileContent', 'filePath'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'branchName' => ['shape' => 'BranchName'], 'fileContent' => ['shape' => 'FileContent'], 'filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum'], 'parentCommitId' => ['shape' => 'CommitId'], 'commitMessage' => ['shape' => 'Message'], 'name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email']]], 'PutFileOutput' => ['type' => 'structure', 'required' => ['commitId', 'blobId', 'treeId'], 'members' => ['commitId' => ['shape' => 'ObjectId'], 'blobId' => ['shape' => 'ObjectId'], 'treeId' => ['shape' => 'ObjectId']]], 'PutRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName', 'triggers'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'PutRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['configurationId' => ['shape' => 'RepositoryTriggersConfigurationId']]], 'ReactionCountsMap' => ['type' => 'map', 'key' => ['shape' => 'ReactionValue'], 'value' => ['shape' => 'Count']], 'ReactionEmoji' => ['type' => 'string'], 'ReactionForComment' => ['type' => 'structure', 'members' => ['reaction' => ['shape' => 'ReactionValueFormats'], 'reactionUsers' => ['shape' => 'ReactionUsersList'], 'reactionsFromDeletedUsersCount' => ['shape' => 'Count']]], 'ReactionLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReactionShortCode' => ['type' => 'string'], 'ReactionUnicode' => ['type' => 'string'], 'ReactionUsersList' => ['type' => 'list', 'member' => ['shape' => 'Arn']], 'ReactionValue' => ['type' => 'string'], 'ReactionValueFormats' => ['type' => 'structure', 'members' => ['emoji' => ['shape' => 'ReactionEmoji'], 'shortCode' => ['shape' => 'ReactionShortCode'], 'unicode' => ['shape' => 'ReactionUnicode']]], 'ReactionValueRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReactionsForCommentList' => ['type' => 'list', 'member' => ['shape' => 'ReactionForComment']], 'ReferenceDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReferenceName' => ['type' => 'string'], 'ReferenceNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReferenceTypeNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RelativeFileVersionEnum' => ['type' => 'string', 'enum' => ['BEFORE', 'AFTER']], 'ReplaceContentEntries' => ['type' => 'list', 'member' => ['shape' => 'ReplaceContentEntry']], 'ReplaceContentEntry' => ['type' => 'structure', 'required' => ['filePath', 'replacementType'], 'members' => ['filePath' => ['shape' => 'Path'], 'replacementType' => ['shape' => 'ReplacementTypeEnum'], 'content' => ['shape' => 'FileContent'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'ReplacementContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReplacementTypeEnum' => ['type' => 'string', 'enum' => ['KEEP_BASE', 'KEEP_SOURCE', 'KEEP_DESTINATION', 'USE_NEW_CONTENT']], 'ReplacementTypeRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryDescription' => ['type' => 'string', 'max' => 1000], 'RepositoryDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryId' => ['type' => 'string'], 'RepositoryLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryMetadata' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => 'AccountId'], 'repositoryId' => ['shape' => 'RepositoryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription'], 'defaultBranch' => ['shape' => 'BranchName'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'creationDate' => ['shape' => 'CreationDate'], 'cloneUrlHttp' => ['shape' => 'CloneUrlHttp'], 'cloneUrlSsh' => ['shape' => 'CloneUrlSsh'], 'Arn' => ['shape' => 'Arn']]], 'RepositoryMetadataList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryMetadata']], 'RepositoryName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[\\w\\.-]+'], 'RepositoryNameExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNameIdPair' => ['type' => 'structure', 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryId' => ['shape' => 'RepositoryId']]], 'RepositoryNameIdPairList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryNameIdPair']], 'RepositoryNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName']], 'RepositoryNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNamesRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNotAssociatedWithPullRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryNotFoundList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName']], 'RepositoryTrigger' => ['type' => 'structure', 'required' => ['name', 'destinationArn', 'events'], 'members' => ['name' => ['shape' => 'RepositoryTriggerName'], 'destinationArn' => ['shape' => 'Arn'], 'customData' => ['shape' => 'RepositoryTriggerCustomData'], 'branches' => ['shape' => 'BranchNameList'], 'events' => ['shape' => 'RepositoryTriggerEventList']]], 'RepositoryTriggerBranchNameListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerCustomData' => ['type' => 'string'], 'RepositoryTriggerDestinationArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerEventEnum' => ['type' => 'string', 'enum' => ['all', 'updateReference', 'createReference', 'deleteReference']], 'RepositoryTriggerEventList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerEventEnum']], 'RepositoryTriggerEventsListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggerExecutionFailure' => ['type' => 'structure', 'members' => ['trigger' => ['shape' => 'RepositoryTriggerName'], 'failureMessage' => ['shape' => 'RepositoryTriggerExecutionFailureMessage']]], 'RepositoryTriggerExecutionFailureList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerExecutionFailure']], 'RepositoryTriggerExecutionFailureMessage' => ['type' => 'string'], 'RepositoryTriggerName' => ['type' => 'string'], 'RepositoryTriggerNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTriggerName']], 'RepositoryTriggerNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RepositoryTriggersConfigurationId' => ['type' => 'string'], 'RepositoryTriggersList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryTrigger']], 'RepositoryTriggersListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RestrictedSourceFileException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionId' => ['type' => 'string'], 'RevisionIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionNotCurrentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RuleContentSha256' => ['type' => 'string'], 'SameFileContentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SamePathRequestException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SetFileModeEntries' => ['type' => 'list', 'member' => ['shape' => 'SetFileModeEntry']], 'SetFileModeEntry' => ['type' => 'structure', 'required' => ['filePath', 'fileMode'], 'members' => ['filePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'SortByEnum' => ['type' => 'string', 'enum' => ['repositoryName', 'lastModifiedDate']], 'SourceAndDestinationAreSameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SourceFileOrContentRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'SourceFileSpecifier' => ['type' => 'structure', 'required' => ['filePath'], 'members' => ['filePath' => ['shape' => 'Path'], 'isMove' => ['shape' => 'IsMove']]], 'SubModule' => ['type' => 'structure', 'members' => ['commitId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path']]], 'SubModuleList' => ['type' => 'list', 'member' => ['shape' => 'SubModule']], 'SymbolicLink' => ['type' => 'structure', 'members' => ['blobId' => ['shape' => 'ObjectId'], 'absolutePath' => ['shape' => 'Path'], 'relativePath' => ['shape' => 'Path'], 'fileMode' => ['shape' => 'FileModeTypeEnum']]], 'SymbolicLinkList' => ['type' => 'list', 'member' => ['shape' => 'SymbolicLink']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeysList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagKeysListRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagPolicyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TagsMapRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Target' => ['type' => 'structure', 'required' => ['repositoryName', 'sourceReference'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'sourceReference' => ['shape' => 'ReferenceName'], 'destinationReference' => ['shape' => 'ReferenceName']]], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target']], 'TargetRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetsRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TestRepositoryTriggersInput' => ['type' => 'structure', 'required' => ['repositoryName', 'triggers'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'triggers' => ['shape' => 'RepositoryTriggersList']]], 'TestRepositoryTriggersOutput' => ['type' => 'structure', 'members' => ['successfulExecutions' => ['shape' => 'RepositoryTriggerNameList'], 'failedExecutions' => ['shape' => 'RepositoryTriggerExecutionFailureList']]], 'TipOfSourceReferenceIsDifferentException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TipsDivergenceExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Title' => ['type' => 'string', 'max' => 150], 'TitleRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeysList']]], 'UpdateApprovalRuleTemplateContentInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'newRuleContent'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'newRuleContent' => ['shape' => 'ApprovalRuleTemplateContent'], 'existingRuleContentSha256' => ['shape' => 'RuleContentSha256']]], 'UpdateApprovalRuleTemplateContentOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateApprovalRuleTemplateDescriptionInput' => ['type' => 'structure', 'required' => ['approvalRuleTemplateName', 'approvalRuleTemplateDescription'], 'members' => ['approvalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'approvalRuleTemplateDescription' => ['shape' => 'ApprovalRuleTemplateDescription']]], 'UpdateApprovalRuleTemplateDescriptionOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateApprovalRuleTemplateNameInput' => ['type' => 'structure', 'required' => ['oldApprovalRuleTemplateName', 'newApprovalRuleTemplateName'], 'members' => ['oldApprovalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName'], 'newApprovalRuleTemplateName' => ['shape' => 'ApprovalRuleTemplateName']]], 'UpdateApprovalRuleTemplateNameOutput' => ['type' => 'structure', 'required' => ['approvalRuleTemplate'], 'members' => ['approvalRuleTemplate' => ['shape' => 'ApprovalRuleTemplate']]], 'UpdateCommentInput' => ['type' => 'structure', 'required' => ['commentId', 'content'], 'members' => ['commentId' => ['shape' => 'CommentId'], 'content' => ['shape' => 'Content']]], 'UpdateCommentOutput' => ['type' => 'structure', 'members' => ['comment' => ['shape' => 'Comment']]], 'UpdateDefaultBranchInput' => ['type' => 'structure', 'required' => ['repositoryName', 'defaultBranchName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'defaultBranchName' => ['shape' => 'BranchName']]], 'UpdatePullRequestApprovalRuleContentInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'approvalRuleName', 'newRuleContent'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'approvalRuleName' => ['shape' => 'ApprovalRuleName'], 'existingRuleContentSha256' => ['shape' => 'RuleContentSha256'], 'newRuleContent' => ['shape' => 'ApprovalRuleContent']]], 'UpdatePullRequestApprovalRuleContentOutput' => ['type' => 'structure', 'required' => ['approvalRule'], 'members' => ['approvalRule' => ['shape' => 'ApprovalRule']]], 'UpdatePullRequestApprovalStateInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'revisionId', 'approvalState'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'revisionId' => ['shape' => 'RevisionId'], 'approvalState' => ['shape' => 'ApprovalState']]], 'UpdatePullRequestDescriptionInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'description'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'description' => ['shape' => 'Description']]], 'UpdatePullRequestDescriptionOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdatePullRequestStatusInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'pullRequestStatus'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'pullRequestStatus' => ['shape' => 'PullRequestStatusEnum']]], 'UpdatePullRequestStatusOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdatePullRequestTitleInput' => ['type' => 'structure', 'required' => ['pullRequestId', 'title'], 'members' => ['pullRequestId' => ['shape' => 'PullRequestId'], 'title' => ['shape' => 'Title']]], 'UpdatePullRequestTitleOutput' => ['type' => 'structure', 'required' => ['pullRequest'], 'members' => ['pullRequest' => ['shape' => 'PullRequest']]], 'UpdateRepositoryDescriptionInput' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'repositoryDescription' => ['shape' => 'RepositoryDescription']]], 'UpdateRepositoryNameInput' => ['type' => 'structure', 'required' => ['oldName', 'newName'], 'members' => ['oldName' => ['shape' => 'RepositoryName'], 'newName' => ['shape' => 'RepositoryName']]], 'UserInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'email' => ['shape' => 'Email'], 'date' => ['shape' => 'Date']]], 'blob' => ['type' => 'blob']]]; diff --git a/vendor/Aws3/Aws/data/codecommit/2015-04-13/paginators-1.json.php b/vendor/Aws3/Aws/data/codecommit/2015-04-13/paginators-1.json.php index aabb0f26..1aeb14d4 100644 --- a/vendor/Aws3/Aws/data/codecommit/2015-04-13/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/codecommit/2015-04-13/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeMergeConflicts' => ['input_token' => 'nextToken', 'limit_key' => 'maxMergeHunks', 'output_token' => 'nextToken'], 'DescribePullRequestEvents' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetCommentsForComparedCommit' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetCommentsForPullRequest' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetDifferences' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetMergeConflicts' => ['input_token' => 'nextToken', 'limit_key' => 'maxConflictFiles', 'output_token' => 'nextToken'], 'ListApprovalRuleTemplates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListAssociatedApprovalRuleTemplatesForRepository' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListBranches' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'branches'], 'ListPullRequests' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListRepositories' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'repositories'], 'ListRepositoriesForApprovalRuleTemplate' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken']]]; +return ['pagination' => ['DescribeMergeConflicts' => ['input_token' => 'nextToken', 'limit_key' => 'maxMergeHunks', 'output_token' => 'nextToken'], 'DescribePullRequestEvents' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetCommentReactions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetCommentsForComparedCommit' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetCommentsForPullRequest' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'GetDifferences' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetMergeConflicts' => ['input_token' => 'nextToken', 'limit_key' => 'maxConflictFiles', 'output_token' => 'nextToken'], 'ListApprovalRuleTemplates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListAssociatedApprovalRuleTemplatesForRepository' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListBranches' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'branches'], 'ListPullRequests' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken'], 'ListRepositories' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'repositories'], 'ListRepositoriesForApprovalRuleTemplate' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken']]]; diff --git a/vendor/Aws3/Aws/data/codedeploy/2014-10-06/api-2.json.php b/vendor/Aws3/Aws/data/codedeploy/2014-10-06/api-2.json.php index b598f2bf..2a3fecee 100644 --- a/vendor/Aws3/Aws/data/codedeploy/2014-10-06/api-2.json.php +++ b/vendor/Aws3/Aws/data/codedeploy/2014-10-06/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-10-06', 'endpointPrefix' => 'codedeploy', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeDeploy', 'serviceFullName' => 'AWS CodeDeploy', 'serviceId' => 'CodeDeploy', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeDeploy_20141006', 'uid' => 'codedeploy-2014-10-06'], 'operations' => ['AddTagsToOnPremisesInstances' => ['name' => 'AddTagsToOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToOnPremisesInstancesInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'InstanceLimitExceededException'], ['shape' => 'InstanceNotRegisteredException']]], 'BatchGetApplicationRevisions' => ['name' => 'BatchGetApplicationRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetApplicationRevisionsInput'], 'output' => ['shape' => 'BatchGetApplicationRevisionsOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetApplications' => ['name' => 'BatchGetApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetApplicationsInput'], 'output' => ['shape' => 'BatchGetApplicationsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetDeploymentGroups' => ['name' => 'BatchGetDeploymentGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentGroupsInput'], 'output' => ['shape' => 'BatchGetDeploymentGroupsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'BatchLimitExceededException'], ['shape' => 'DeploymentConfigDoesNotExistException']]], 'BatchGetDeploymentInstances' => ['name' => 'BatchGetDeploymentInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentInstancesInput'], 'output' => ['shape' => 'BatchGetDeploymentInstancesOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InstanceIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'BatchLimitExceededException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use BatchGetDeploymentTargets instead.'], 'BatchGetDeploymentTargets' => ['name' => 'BatchGetDeploymentTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentTargetsInput'], 'output' => ['shape' => 'BatchGetDeploymentTargetsOutput'], 'errors' => [['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'DeploymentTargetIdRequiredException'], ['shape' => 'InvalidDeploymentTargetIdException'], ['shape' => 'DeploymentTargetDoesNotExistException'], ['shape' => 'DeploymentTargetListSizeExceededException']]], 'BatchGetDeployments' => ['name' => 'BatchGetDeployments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentsInput'], 'output' => ['shape' => 'BatchGetDeploymentsOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetOnPremisesInstances' => ['name' => 'BatchGetOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetOnPremisesInstancesInput'], 'output' => ['shape' => 'BatchGetOnPremisesInstancesOutput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'BatchLimitExceededException']]], 'ContinueDeployment' => ['name' => 'ContinueDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ContinueDeploymentInput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIsNotInReadyStateException'], ['shape' => 'UnsupportedActionForDeploymentTypeException'], ['shape' => 'InvalidDeploymentWaitTypeException'], ['shape' => 'InvalidDeploymentStatusException']]], 'CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationInput'], 'output' => ['shape' => 'CreateApplicationOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationAlreadyExistsException'], ['shape' => 'ApplicationLimitExceededException'], ['shape' => 'InvalidComputePlatformException'], ['shape' => 'InvalidTagsToAddException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentInput'], 'output' => ['shape' => 'CreateDeploymentOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'RevisionDoesNotExistException'], ['shape' => 'InvalidRevisionException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'DescriptionTooLongException'], ['shape' => 'DeploymentLimitExceededException'], ['shape' => 'InvalidTargetInstancesException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidFileExistsBehaviorException'], ['shape' => 'InvalidRoleException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidUpdateOutdatedInstancesOnlyValueException'], ['shape' => 'InvalidIgnoreApplicationStopFailuresValueException'], ['shape' => 'InvalidGitHubAccountTokenException']]], 'CreateDeploymentConfig' => ['name' => 'CreateDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentConfigInput'], 'output' => ['shape' => 'CreateDeploymentConfigOutput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigAlreadyExistsException'], ['shape' => 'InvalidMinimumHealthyHostValueException'], ['shape' => 'DeploymentConfigLimitExceededException'], ['shape' => 'InvalidComputePlatformException'], ['shape' => 'InvalidTrafficRoutingConfigurationException']]], 'CreateDeploymentGroup' => ['name' => 'CreateDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentGroupInput'], 'output' => ['shape' => 'CreateDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupAlreadyExistsException'], ['shape' => 'InvalidEC2TagException'], ['shape' => 'InvalidTagException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'RoleRequiredException'], ['shape' => 'InvalidRoleException'], ['shape' => 'DeploymentGroupLimitExceededException'], ['shape' => 'LifecycleHookLimitExceededException'], ['shape' => 'InvalidTriggerConfigException'], ['shape' => 'TriggerTargetsLimitExceededException'], ['shape' => 'InvalidAlarmConfigException'], ['shape' => 'AlarmsLimitExceededException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidDeploymentStyleException'], ['shape' => 'InvalidBlueGreenDeploymentConfigurationException'], ['shape' => 'InvalidEC2TagCombinationException'], ['shape' => 'InvalidOnPremisesTagCombinationException'], ['shape' => 'TagSetListLimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidECSServiceException'], ['shape' => 'InvalidTargetGroupPairException'], ['shape' => 'ECSServiceMappingLimitExceededException'], ['shape' => 'InvalidTagsToAddException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationInput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'InvalidRoleException']]], 'DeleteDeploymentConfig' => ['name' => 'DeleteDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeploymentConfigInput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigInUseException'], ['shape' => 'InvalidOperationException']]], 'DeleteDeploymentGroup' => ['name' => 'DeleteDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeploymentGroupInput'], 'output' => ['shape' => 'DeleteDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'InvalidRoleException']]], 'DeleteGitHubAccountToken' => ['name' => 'DeleteGitHubAccountToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGitHubAccountTokenInput'], 'output' => ['shape' => 'DeleteGitHubAccountTokenOutput'], 'errors' => [['shape' => 'GitHubAccountTokenNameRequiredException'], ['shape' => 'GitHubAccountTokenDoesNotExistException'], ['shape' => 'InvalidGitHubAccountTokenNameException'], ['shape' => 'ResourceValidationException'], ['shape' => 'OperationNotSupportedException']]], 'DeregisterOnPremisesInstance' => ['name' => 'DeregisterOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterOnPremisesInstanceInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException']]], 'GetApplication' => ['name' => 'GetApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApplicationInput'], 'output' => ['shape' => 'GetApplicationOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException']]], 'GetApplicationRevision' => ['name' => 'GetApplicationRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApplicationRevisionInput'], 'output' => ['shape' => 'GetApplicationRevisionOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'RevisionDoesNotExistException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentInput'], 'output' => ['shape' => 'GetDeploymentOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentDoesNotExistException']]], 'GetDeploymentConfig' => ['name' => 'GetDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentConfigInput'], 'output' => ['shape' => 'GetDeploymentConfigOutput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'InvalidComputePlatformException']]], 'GetDeploymentGroup' => ['name' => 'GetDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentGroupInput'], 'output' => ['shape' => 'GetDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException']]], 'GetDeploymentInstance' => ['name' => 'GetDeploymentInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentInstanceInput'], 'output' => ['shape' => 'GetDeploymentInstanceOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InstanceIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InstanceDoesNotExistException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use GetDeploymentTarget instead.'], 'GetDeploymentTarget' => ['name' => 'GetDeploymentTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentTargetInput'], 'output' => ['shape' => 'GetDeploymentTargetOutput'], 'errors' => [['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'DeploymentTargetIdRequiredException'], ['shape' => 'InvalidDeploymentTargetIdException'], ['shape' => 'DeploymentTargetDoesNotExistException'], ['shape' => 'InvalidInstanceNameException']]], 'GetOnPremisesInstance' => ['name' => 'GetOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOnPremisesInstanceInput'], 'output' => ['shape' => 'GetOnPremisesInstanceOutput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InstanceNotRegisteredException'], ['shape' => 'InvalidInstanceNameException']]], 'ListApplicationRevisions' => ['name' => 'ListApplicationRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationRevisionsInput'], 'output' => ['shape' => 'ListApplicationRevisionsOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'InvalidSortByException'], ['shape' => 'InvalidSortOrderException'], ['shape' => 'InvalidBucketNameFilterException'], ['shape' => 'InvalidKeyPrefixFilterException'], ['shape' => 'BucketNameFilterRequiredException'], ['shape' => 'InvalidDeployedStateFilterException'], ['shape' => 'InvalidNextTokenException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationsInput'], 'output' => ['shape' => 'ListApplicationsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListDeploymentConfigs' => ['name' => 'ListDeploymentConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentConfigsInput'], 'output' => ['shape' => 'ListDeploymentConfigsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListDeploymentGroups' => ['name' => 'ListDeploymentGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentGroupsInput'], 'output' => ['shape' => 'ListDeploymentGroupsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidNextTokenException']]], 'ListDeploymentInstances' => ['name' => 'ListDeploymentInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentInstancesInput'], 'output' => ['shape' => 'ListDeploymentInstancesOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceStatusException'], ['shape' => 'InvalidInstanceTypeException'], ['shape' => 'InvalidDeploymentInstanceTypeException'], ['shape' => 'InvalidTargetFilterNameException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use ListDeploymentTargets instead.'], 'ListDeploymentTargets' => ['name' => 'ListDeploymentTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentTargetsInput'], 'output' => ['shape' => 'ListDeploymentTargetsOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceStatusException'], ['shape' => 'InvalidInstanceTypeException'], ['shape' => 'InvalidDeploymentInstanceTypeException']]], 'ListDeployments' => ['name' => 'ListDeployments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentsInput'], 'output' => ['shape' => 'ListDeploymentsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidTimeRangeException'], ['shape' => 'InvalidDeploymentStatusException'], ['shape' => 'InvalidNextTokenException']]], 'ListGitHubAccountTokenNames' => ['name' => 'ListGitHubAccountTokenNames', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGitHubAccountTokenNamesInput'], 'output' => ['shape' => 'ListGitHubAccountTokenNamesOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceValidationException'], ['shape' => 'OperationNotSupportedException']]], 'ListOnPremisesInstances' => ['name' => 'ListOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOnPremisesInstancesInput'], 'output' => ['shape' => 'ListOnPremisesInstancesOutput'], 'errors' => [['shape' => 'InvalidRegistrationStatusException'], ['shape' => 'InvalidTagFilterException'], ['shape' => 'InvalidNextTokenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException'], ['shape' => 'ResourceArnRequiredException']]], 'PutLifecycleEventHookExecutionStatus' => ['name' => 'PutLifecycleEventHookExecutionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecycleEventHookExecutionStatusInput'], 'output' => ['shape' => 'PutLifecycleEventHookExecutionStatusOutput'], 'errors' => [['shape' => 'InvalidLifecycleEventHookExecutionStatusException'], ['shape' => 'InvalidLifecycleEventHookExecutionIdException'], ['shape' => 'LifecycleEventAlreadyCompletedException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'UnsupportedActionForDeploymentTypeException']]], 'RegisterApplicationRevision' => ['name' => 'RegisterApplicationRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterApplicationRevisionInput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'DescriptionTooLongException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException']]], 'RegisterOnPremisesInstance' => ['name' => 'RegisterOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterOnPremisesInstanceInput'], 'errors' => [['shape' => 'InstanceNameAlreadyRegisteredException'], ['shape' => 'IamArnRequiredException'], ['shape' => 'IamSessionArnAlreadyRegisteredException'], ['shape' => 'IamUserArnAlreadyRegisteredException'], ['shape' => 'InstanceNameRequiredException'], ['shape' => 'IamUserArnRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'InvalidIamSessionArnException'], ['shape' => 'InvalidIamUserArnException'], ['shape' => 'MultipleIamArnsProvidedException']]], 'RemoveTagsFromOnPremisesInstances' => ['name' => 'RemoveTagsFromOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromOnPremisesInstancesInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'InstanceLimitExceededException'], ['shape' => 'InstanceNotRegisteredException']]], 'SkipWaitTimeForInstanceTermination' => ['name' => 'SkipWaitTimeForInstanceTermination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SkipWaitTimeForInstanceTerminationInput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'UnsupportedActionForDeploymentTypeException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead.'], 'StopDeployment' => ['name' => 'StopDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDeploymentInput'], 'output' => ['shape' => 'StopDeploymentOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'ResourceArnRequiredException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagsToAddException'], ['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'ResourceArnRequiredException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagsToAddException'], ['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationInput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationAlreadyExistsException'], ['shape' => 'ApplicationDoesNotExistException']]], 'UpdateDeploymentGroup' => ['name' => 'UpdateDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeploymentGroupInput'], 'output' => ['shape' => 'UpdateDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupAlreadyExistsException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'InvalidEC2TagException'], ['shape' => 'InvalidTagException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'InvalidRoleException'], ['shape' => 'LifecycleHookLimitExceededException'], ['shape' => 'InvalidTriggerConfigException'], ['shape' => 'TriggerTargetsLimitExceededException'], ['shape' => 'InvalidAlarmConfigException'], ['shape' => 'AlarmsLimitExceededException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidDeploymentStyleException'], ['shape' => 'InvalidBlueGreenDeploymentConfigurationException'], ['shape' => 'InvalidEC2TagCombinationException'], ['shape' => 'InvalidOnPremisesTagCombinationException'], ['shape' => 'TagSetListLimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidECSServiceException'], ['shape' => 'InvalidTargetGroupPairException'], ['shape' => 'ECSServiceMappingLimitExceededException']]]], 'shapes' => ['AddTagsToOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['tags', 'instanceNames'], 'members' => ['tags' => ['shape' => 'TagList'], 'instanceNames' => ['shape' => 'InstanceNameList']]], 'AdditionalDeploymentStatusInfo' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead.'], 'Alarm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AlarmName']]], 'AlarmConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Boolean'], 'ignorePollAlarmFailure' => ['shape' => 'Boolean'], 'alarms' => ['shape' => 'AlarmList']]], 'AlarmList' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AlarmName' => ['type' => 'string'], 'AlarmsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AppSpecContent' => ['type' => 'structure', 'members' => ['content' => ['shape' => 'RawStringContent'], 'sha256' => ['shape' => 'RawStringSha256']]], 'ApplicationAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationId' => ['type' => 'string'], 'ApplicationInfo' => ['type' => 'structure', 'members' => ['applicationId' => ['shape' => 'ApplicationId'], 'applicationName' => ['shape' => 'ApplicationName'], 'createTime' => ['shape' => 'Timestamp'], 'linkedToGitHub' => ['shape' => 'Boolean'], 'gitHubAccountName' => ['shape' => 'GitHubAccountTokenName'], 'computePlatform' => ['shape' => 'ComputePlatform']]], 'ApplicationLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApplicationNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationRevisionSortBy' => ['type' => 'string', 'enum' => ['registerTime', 'firstUsedTime', 'lastUsedTime']], 'ApplicationsInfoList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationInfo']], 'ApplicationsList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationName']], 'Arn' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ArnNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AutoRollbackConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Boolean'], 'events' => ['shape' => 'AutoRollbackEventsList']]], 'AutoRollbackEvent' => ['type' => 'string', 'enum' => ['DEPLOYMENT_FAILURE', 'DEPLOYMENT_STOP_ON_ALARM', 'DEPLOYMENT_STOP_ON_REQUEST']], 'AutoRollbackEventsList' => ['type' => 'list', 'member' => ['shape' => 'AutoRollbackEvent']], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AutoScalingGroupName'], 'hook' => ['shape' => 'AutoScalingGroupHook']]], 'AutoScalingGroupHook' => ['type' => 'string'], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AutoScalingGroupName' => ['type' => 'string'], 'AutoScalingGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupName']], 'BatchGetApplicationRevisionsInput' => ['type' => 'structure', 'required' => ['applicationName', 'revisions'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revisions' => ['shape' => 'RevisionLocationList']]], 'BatchGetApplicationRevisionsOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'errorMessage' => ['shape' => 'ErrorMessage'], 'revisions' => ['shape' => 'RevisionInfoList']]], 'BatchGetApplicationsInput' => ['type' => 'structure', 'required' => ['applicationNames'], 'members' => ['applicationNames' => ['shape' => 'ApplicationsList']]], 'BatchGetApplicationsOutput' => ['type' => 'structure', 'members' => ['applicationsInfo' => ['shape' => 'ApplicationsInfoList']]], 'BatchGetDeploymentGroupsInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupNames'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupNames' => ['shape' => 'DeploymentGroupsList']]], 'BatchGetDeploymentGroupsOutput' => ['type' => 'structure', 'members' => ['deploymentGroupsInfo' => ['shape' => 'DeploymentGroupInfoList'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetDeploymentInstancesInput' => ['type' => 'structure', 'required' => ['deploymentId', 'instanceIds'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceIds' => ['shape' => 'InstancesList']]], 'BatchGetDeploymentInstancesOutput' => ['type' => 'structure', 'members' => ['instancesSummary' => ['shape' => 'InstanceSummaryList'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetDeploymentTargetsInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetIds' => ['shape' => 'TargetIdList']]], 'BatchGetDeploymentTargetsOutput' => ['type' => 'structure', 'members' => ['deploymentTargets' => ['shape' => 'DeploymentTargetList']]], 'BatchGetDeploymentsInput' => ['type' => 'structure', 'required' => ['deploymentIds'], 'members' => ['deploymentIds' => ['shape' => 'DeploymentsList']]], 'BatchGetDeploymentsOutput' => ['type' => 'structure', 'members' => ['deploymentsInfo' => ['shape' => 'DeploymentsInfoList']]], 'BatchGetOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['instanceNames'], 'members' => ['instanceNames' => ['shape' => 'InstanceNameList']]], 'BatchGetOnPremisesInstancesOutput' => ['type' => 'structure', 'members' => ['instanceInfos' => ['shape' => 'InstanceInfoList']]], 'BatchLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlueGreenDeploymentConfiguration' => ['type' => 'structure', 'members' => ['terminateBlueInstancesOnDeploymentSuccess' => ['shape' => 'BlueInstanceTerminationOption'], 'deploymentReadyOption' => ['shape' => 'DeploymentReadyOption'], 'greenFleetProvisioningOption' => ['shape' => 'GreenFleetProvisioningOption']]], 'BlueInstanceTerminationOption' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'InstanceAction'], 'terminationWaitTimeInMinutes' => ['shape' => 'Duration']]], 'Boolean' => ['type' => 'boolean'], 'BucketNameFilterRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BundleType' => ['type' => 'string', 'enum' => ['tar', 'tgz', 'zip', 'YAML', 'JSON']], 'CommitId' => ['type' => 'string'], 'ComputePlatform' => ['type' => 'string', 'enum' => ['Server', 'Lambda', 'ECS']], 'ContinueDeploymentInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'deploymentWaitType' => ['shape' => 'DeploymentWaitType']]], 'CreateApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'tags' => ['shape' => 'TagList']]], 'CreateApplicationOutput' => ['type' => 'structure', 'members' => ['applicationId' => ['shape' => 'ApplicationId']]], 'CreateDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'minimumHealthyHosts' => ['shape' => 'MinimumHealthyHosts'], 'trafficRoutingConfig' => ['shape' => 'TrafficRoutingConfig'], 'computePlatform' => ['shape' => 'ComputePlatform']]], 'CreateDeploymentConfigOutput' => ['type' => 'structure', 'members' => ['deploymentConfigId' => ['shape' => 'DeploymentConfigId']]], 'CreateDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName', 'serviceRoleArn'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'serviceRoleArn' => ['shape' => 'Role'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'ecsServices' => ['shape' => 'ECSServiceList'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet'], 'tags' => ['shape' => 'TagList']]], 'CreateDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['deploymentGroupId' => ['shape' => 'DeploymentGroupId']]], 'CreateDeploymentInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'revision' => ['shape' => 'RevisionLocation'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'description' => ['shape' => 'Description'], 'ignoreApplicationStopFailures' => ['shape' => 'Boolean'], 'targetInstances' => ['shape' => 'TargetInstances'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'updateOutdatedInstancesOnly' => ['shape' => 'Boolean'], 'fileExistsBehavior' => ['shape' => 'FileExistsBehavior']]], 'CreateDeploymentOutput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'DeleteApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName']]], 'DeleteDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName']]], 'DeleteDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName']]], 'DeleteDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['hooksNotCleanedUp' => ['shape' => 'AutoScalingGroupList']]], 'DeleteGitHubAccountTokenInput' => ['type' => 'structure', 'members' => ['tokenName' => ['shape' => 'GitHubAccountTokenName']]], 'DeleteGitHubAccountTokenOutput' => ['type' => 'structure', 'members' => ['tokenName' => ['shape' => 'GitHubAccountTokenName']]], 'DeploymentAlreadyCompletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentAlreadyStartedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigId' => ['type' => 'string'], 'DeploymentConfigInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigInfo' => ['type' => 'structure', 'members' => ['deploymentConfigId' => ['shape' => 'DeploymentConfigId'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'minimumHealthyHosts' => ['shape' => 'MinimumHealthyHosts'], 'createTime' => ['shape' => 'Timestamp'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'trafficRoutingConfig' => ['shape' => 'TrafficRoutingConfig']]], 'DeploymentConfigLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'DeploymentConfigNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentConfigName']], 'DeploymentCreator' => ['type' => 'string', 'enum' => ['user', 'autoscaling', 'codeDeployRollback']], 'DeploymentDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupId' => ['type' => 'string'], 'DeploymentGroupInfo' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupId' => ['shape' => 'DeploymentGroupId'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'serviceRoleArn' => ['shape' => 'Role'], 'targetRevision' => ['shape' => 'RevisionLocation'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'lastSuccessfulDeployment' => ['shape' => 'LastDeploymentInfo'], 'lastAttemptedDeployment' => ['shape' => 'LastDeploymentInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'ecsServices' => ['shape' => 'ECSServiceList']]], 'DeploymentGroupInfoList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentGroupInfo']], 'DeploymentGroupLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'DeploymentGroupNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentGroupName']], 'DeploymentId' => ['type' => 'string'], 'DeploymentIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentInfo' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'deploymentId' => ['shape' => 'DeploymentId'], 'previousRevision' => ['shape' => 'RevisionLocation'], 'revision' => ['shape' => 'RevisionLocation'], 'status' => ['shape' => 'DeploymentStatus'], 'errorInformation' => ['shape' => 'ErrorInformation'], 'createTime' => ['shape' => 'Timestamp'], 'startTime' => ['shape' => 'Timestamp'], 'completeTime' => ['shape' => 'Timestamp'], 'deploymentOverview' => ['shape' => 'DeploymentOverview'], 'description' => ['shape' => 'Description'], 'creator' => ['shape' => 'DeploymentCreator'], 'ignoreApplicationStopFailures' => ['shape' => 'Boolean'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'updateOutdatedInstancesOnly' => ['shape' => 'Boolean'], 'rollbackInfo' => ['shape' => 'RollbackInfo'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'targetInstances' => ['shape' => 'TargetInstances'], 'instanceTerminationWaitTimeStarted' => ['shape' => 'Boolean'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'additionalDeploymentStatusInfo' => ['shape' => 'AdditionalDeploymentStatusInfo'], 'fileExistsBehavior' => ['shape' => 'FileExistsBehavior'], 'deploymentStatusMessages' => ['shape' => 'DeploymentStatusMessageList'], 'computePlatform' => ['shape' => 'ComputePlatform']]], 'DeploymentIsNotInReadyStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentNotStartedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentOption' => ['type' => 'string', 'enum' => ['WITH_TRAFFIC_CONTROL', 'WITHOUT_TRAFFIC_CONTROL']], 'DeploymentOverview' => ['type' => 'structure', 'members' => ['Pending' => ['shape' => 'InstanceCount'], 'InProgress' => ['shape' => 'InstanceCount'], 'Succeeded' => ['shape' => 'InstanceCount'], 'Failed' => ['shape' => 'InstanceCount'], 'Skipped' => ['shape' => 'InstanceCount'], 'Ready' => ['shape' => 'InstanceCount']]], 'DeploymentReadyAction' => ['type' => 'string', 'enum' => ['CONTINUE_DEPLOYMENT', 'STOP_DEPLOYMENT']], 'DeploymentReadyOption' => ['type' => 'structure', 'members' => ['actionOnTimeout' => ['shape' => 'DeploymentReadyAction'], 'waitTimeInMinutes' => ['shape' => 'Duration']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['Created', 'Queued', 'InProgress', 'Succeeded', 'Failed', 'Stopped', 'Ready']], 'DeploymentStatusList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentStatus']], 'DeploymentStatusMessageList' => ['type' => 'list', 'member' => ['shape' => 'ErrorMessage']], 'DeploymentStyle' => ['type' => 'structure', 'members' => ['deploymentType' => ['shape' => 'DeploymentType'], 'deploymentOption' => ['shape' => 'DeploymentOption']]], 'DeploymentTarget' => ['type' => 'structure', 'members' => ['deploymentTargetType' => ['shape' => 'DeploymentTargetType'], 'instanceTarget' => ['shape' => 'InstanceTarget'], 'lambdaTarget' => ['shape' => 'LambdaTarget'], 'ecsTarget' => ['shape' => 'ECSTarget']]], 'DeploymentTargetDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentTarget']], 'DeploymentTargetListSizeExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetType' => ['type' => 'string', 'enum' => ['InstanceTarget', 'LambdaTarget', 'ECSTarget']], 'DeploymentType' => ['type' => 'string', 'enum' => ['IN_PLACE', 'BLUE_GREEN']], 'DeploymentWaitType' => ['type' => 'string', 'enum' => ['READY_WAIT', 'TERMINATION_WAIT']], 'DeploymentsInfoList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentInfo']], 'DeploymentsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentId']], 'DeregisterOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName']]], 'Description' => ['type' => 'string'], 'DescriptionTooLongException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Diagnostics' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'LifecycleErrorCode'], 'scriptName' => ['shape' => 'ScriptName'], 'message' => ['shape' => 'LifecycleMessage'], 'logTail' => ['shape' => 'LogTail']]], 'Duration' => ['type' => 'integer'], 'EC2TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value'], 'Type' => ['shape' => 'EC2TagFilterType']]], 'EC2TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'EC2TagFilter']], 'EC2TagFilterType' => ['type' => 'string', 'enum' => ['KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE']], 'EC2TagSet' => ['type' => 'structure', 'members' => ['ec2TagSetList' => ['shape' => 'EC2TagSetList']]], 'EC2TagSetList' => ['type' => 'list', 'member' => ['shape' => 'EC2TagFilterList']], 'ECSClusterName' => ['type' => 'string'], 'ECSService' => ['type' => 'structure', 'members' => ['serviceName' => ['shape' => 'ECSServiceName'], 'clusterName' => ['shape' => 'ECSClusterName']]], 'ECSServiceList' => ['type' => 'list', 'member' => ['shape' => 'ECSService']], 'ECSServiceMappingLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ECSServiceName' => ['type' => 'string'], 'ECSTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'status' => ['shape' => 'TargetStatus'], 'taskSetsInfo' => ['shape' => 'ECSTaskSetList']]], 'ECSTaskSet' => ['type' => 'structure', 'members' => ['identifer' => ['shape' => 'ECSTaskSetIdentifier'], 'desiredCount' => ['shape' => 'ECSTaskSetCount'], 'pendingCount' => ['shape' => 'ECSTaskSetCount'], 'runningCount' => ['shape' => 'ECSTaskSetCount'], 'status' => ['shape' => 'ECSTaskSetStatus'], 'trafficWeight' => ['shape' => 'TrafficWeight'], 'targetGroup' => ['shape' => 'TargetGroupInfo'], 'taskSetLabel' => ['shape' => 'TargetLabel']]], 'ECSTaskSetCount' => ['type' => 'long'], 'ECSTaskSetIdentifier' => ['type' => 'string'], 'ECSTaskSetList' => ['type' => 'list', 'member' => ['shape' => 'ECSTaskSet']], 'ECSTaskSetStatus' => ['type' => 'string'], 'ELBInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ELBName']]], 'ELBInfoList' => ['type' => 'list', 'member' => ['shape' => 'ELBInfo']], 'ELBName' => ['type' => 'string'], 'ETag' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string', 'enum' => ['AGENT_ISSUE', 'ALARM_ACTIVE', 'APPLICATION_MISSING', 'AUTOSCALING_VALIDATION_ERROR', 'AUTO_SCALING_CONFIGURATION', 'AUTO_SCALING_IAM_ROLE_PERMISSIONS', 'CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND', 'CUSTOMER_APPLICATION_UNHEALTHY', 'DEPLOYMENT_GROUP_MISSING', 'ECS_UPDATE_ERROR', 'ELASTIC_LOAD_BALANCING_INVALID', 'ELB_INVALID_INSTANCE', 'HEALTH_CONSTRAINTS', 'HEALTH_CONSTRAINTS_INVALID', 'HOOK_EXECUTION_FAILURE', 'IAM_ROLE_MISSING', 'IAM_ROLE_PERMISSIONS', 'INTERNAL_ERROR', 'INVALID_ECS_SERVICE', 'INVALID_LAMBDA_CONFIGURATION', 'INVALID_LAMBDA_FUNCTION', 'INVALID_REVISION', 'MANUAL_STOP', 'MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION', 'MISSING_ELB_INFORMATION', 'MISSING_GITHUB_TOKEN', 'NO_EC2_SUBSCRIPTION', 'NO_INSTANCES', 'OVER_MAX_INSTANCES', 'RESOURCE_LIMIT_EXCEEDED', 'REVISION_MISSING', 'THROTTLED', 'TIMEOUT']], 'ErrorInformation' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'ErrorMessage' => ['type' => 'string'], 'FileExistsBehavior' => ['type' => 'string', 'enum' => ['DISALLOW', 'OVERWRITE', 'RETAIN']], 'FilterValue' => ['type' => 'string'], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'GenericRevisionInfo' => ['type' => 'structure', 'members' => ['description' => ['shape' => 'Description'], 'deploymentGroups' => ['shape' => 'DeploymentGroupsList'], 'firstUsedTime' => ['shape' => 'Timestamp'], 'lastUsedTime' => ['shape' => 'Timestamp'], 'registerTime' => ['shape' => 'Timestamp']]], 'GetApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName']]], 'GetApplicationOutput' => ['type' => 'structure', 'members' => ['application' => ['shape' => 'ApplicationInfo']]], 'GetApplicationRevisionInput' => ['type' => 'structure', 'required' => ['applicationName', 'revision'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revision' => ['shape' => 'RevisionLocation']]], 'GetApplicationRevisionOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revision' => ['shape' => 'RevisionLocation'], 'revisionInfo' => ['shape' => 'GenericRevisionInfo']]], 'GetDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName']]], 'GetDeploymentConfigOutput' => ['type' => 'structure', 'members' => ['deploymentConfigInfo' => ['shape' => 'DeploymentConfigInfo']]], 'GetDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName']]], 'GetDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['deploymentGroupInfo' => ['shape' => 'DeploymentGroupInfo']]], 'GetDeploymentInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'GetDeploymentInstanceInput' => ['type' => 'structure', 'required' => ['deploymentId', 'instanceId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceId' => ['shape' => 'InstanceId']]], 'GetDeploymentInstanceOutput' => ['type' => 'structure', 'members' => ['instanceSummary' => ['shape' => 'InstanceSummary']]], 'GetDeploymentOutput' => ['type' => 'structure', 'members' => ['deploymentInfo' => ['shape' => 'DeploymentInfo']]], 'GetDeploymentTargetInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId']]], 'GetDeploymentTargetOutput' => ['type' => 'structure', 'members' => ['deploymentTarget' => ['shape' => 'DeploymentTarget']]], 'GetOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName']]], 'GetOnPremisesInstanceOutput' => ['type' => 'structure', 'members' => ['instanceInfo' => ['shape' => 'InstanceInfo']]], 'GitHubAccountTokenDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'GitHubAccountTokenName' => ['type' => 'string'], 'GitHubAccountTokenNameList' => ['type' => 'list', 'member' => ['shape' => 'GitHubAccountTokenName']], 'GitHubAccountTokenNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'GitHubLocation' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository'], 'commitId' => ['shape' => 'CommitId']]], 'GreenFleetProvisioningAction' => ['type' => 'string', 'enum' => ['DISCOVER_EXISTING', 'COPY_AUTO_SCALING_GROUP']], 'GreenFleetProvisioningOption' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'GreenFleetProvisioningAction']]], 'IamArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamSessionArn' => ['type' => 'string'], 'IamSessionArnAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamUserArn' => ['type' => 'string'], 'IamUserArnAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamUserArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceAction' => ['type' => 'string', 'enum' => ['TERMINATE', 'KEEP_ALIVE']], 'InstanceArn' => ['type' => 'string'], 'InstanceCount' => ['type' => 'long'], 'InstanceDoesNotExistException' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetDoesNotExistException instead.', 'exception' => \true], 'InstanceId' => ['type' => 'string'], 'InstanceIdRequiredException' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetIdRequiredException instead.', 'exception' => \true], 'InstanceInfo' => ['type' => 'structure', 'members' => ['instanceName' => ['shape' => 'InstanceName'], 'iamSessionArn' => ['shape' => 'IamSessionArn'], 'iamUserArn' => ['shape' => 'IamUserArn'], 'instanceArn' => ['shape' => 'InstanceArn'], 'registerTime' => ['shape' => 'Timestamp'], 'deregisterTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagList']]], 'InstanceInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInfo']], 'InstanceLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceName' => ['type' => 'string'], 'InstanceNameAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceNameList' => ['type' => 'list', 'member' => ['shape' => 'InstanceName']], 'InstanceNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceNotRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceStatus' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'InstanceStatus is deprecated, use TargetStatus instead.', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready']], 'InstanceStatusList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatus']], 'InstanceSummary' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceId' => ['shape' => 'InstanceId'], 'status' => ['shape' => 'InstanceStatus'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'instanceType' => ['shape' => 'InstanceType']], 'deprecated' => \true, 'deprecatedMessage' => 'InstanceSummary is deprecated, use DeploymentTarget instead.'], 'InstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSummary']], 'InstanceTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'status' => ['shape' => 'TargetStatus'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'instanceLabel' => ['shape' => 'TargetLabel']]], 'InstanceType' => ['type' => 'string', 'enum' => ['Blue', 'Green']], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InstancesList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'InvalidAlarmConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApplicationNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAutoRollbackConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAutoScalingGroupException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBlueGreenDeploymentConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBucketNameFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidComputePlatformException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeployedStateFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentConfigIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentConfigNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentGroupNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentInstanceTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentStyleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentTargetIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentWaitTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEC2TagCombinationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEC2TagException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidECSServiceException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileExistsBehaviorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidGitHubAccountTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidGitHubAccountTokenNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIamSessionArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIamUserArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIgnoreApplicationStopFailuresValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidKeyPrefixFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLifecycleEventHookExecutionIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLifecycleEventHookExecutionStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLoadBalancerInfoException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMinimumHealthyHostValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOnPremisesTagCombinationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRegistrationStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRevisionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRoleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortByException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortOrderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagsToAddException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetFilterNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetGroupPairException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetInstancesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTimeRangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTrafficRoutingConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTriggerConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidUpdateOutdatedInstancesOnlyValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Key' => ['type' => 'string'], 'LambdaFunctionAlias' => ['type' => 'string'], 'LambdaFunctionInfo' => ['type' => 'structure', 'members' => ['functionName' => ['shape' => 'LambdaFunctionName'], 'functionAlias' => ['shape' => 'LambdaFunctionAlias'], 'currentVersion' => ['shape' => 'Version'], 'targetVersion' => ['shape' => 'Version'], 'targetVersionWeight' => ['shape' => 'TrafficWeight']]], 'LambdaFunctionName' => ['type' => 'string'], 'LambdaTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'status' => ['shape' => 'TargetStatus'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'lambdaFunctionInfo' => ['shape' => 'LambdaFunctionInfo']]], 'LastDeploymentInfo' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'status' => ['shape' => 'DeploymentStatus'], 'endTime' => ['shape' => 'Timestamp'], 'createTime' => ['shape' => 'Timestamp']]], 'LifecycleErrorCode' => ['type' => 'string', 'enum' => ['Success', 'ScriptMissing', 'ScriptNotExecutable', 'ScriptTimedOut', 'ScriptFailed', 'UnknownError']], 'LifecycleEvent' => ['type' => 'structure', 'members' => ['lifecycleEventName' => ['shape' => 'LifecycleEventName'], 'diagnostics' => ['shape' => 'Diagnostics'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'LifecycleEventStatus']]], 'LifecycleEventAlreadyCompletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LifecycleEventHookExecutionId' => ['type' => 'string'], 'LifecycleEventList' => ['type' => 'list', 'member' => ['shape' => 'LifecycleEvent']], 'LifecycleEventName' => ['type' => 'string'], 'LifecycleEventStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown']], 'LifecycleHookLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LifecycleMessage' => ['type' => 'string'], 'ListApplicationRevisionsInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'sortBy' => ['shape' => 'ApplicationRevisionSortBy'], 'sortOrder' => ['shape' => 'SortOrder'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3KeyPrefix' => ['shape' => 'S3Key'], 'deployed' => ['shape' => 'ListStateFilterAction'], 'nextToken' => ['shape' => 'NextToken']]], 'ListApplicationRevisionsOutput' => ['type' => 'structure', 'members' => ['revisions' => ['shape' => 'RevisionLocationList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListApplicationsInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListApplicationsOutput' => ['type' => 'structure', 'members' => ['applications' => ['shape' => 'ApplicationsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentConfigsInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentConfigsOutput' => ['type' => 'structure', 'members' => ['deploymentConfigsList' => ['shape' => 'DeploymentConfigsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentGroupsInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentGroupsOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroups' => ['shape' => 'DeploymentGroupsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentInstancesInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'nextToken' => ['shape' => 'NextToken'], 'instanceStatusFilter' => ['shape' => 'InstanceStatusList'], 'instanceTypeFilter' => ['shape' => 'InstanceTypeList']]], 'ListDeploymentInstancesOutput' => ['type' => 'structure', 'members' => ['instancesList' => ['shape' => 'InstancesList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentTargetsInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'nextToken' => ['shape' => 'NextToken'], 'targetFilters' => ['shape' => 'TargetFilters']]], 'ListDeploymentTargetsOutput' => ['type' => 'structure', 'members' => ['targetIds' => ['shape' => 'TargetIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentsInput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'includeOnlyStatuses' => ['shape' => 'DeploymentStatusList'], 'createTimeRange' => ['shape' => 'TimeRange'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentsOutput' => ['type' => 'structure', 'members' => ['deployments' => ['shape' => 'DeploymentsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListGitHubAccountTokenNamesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListGitHubAccountTokenNamesOutput' => ['type' => 'structure', 'members' => ['tokenNameList' => ['shape' => 'GitHubAccountTokenNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOnPremisesInstancesInput' => ['type' => 'structure', 'members' => ['registrationStatus' => ['shape' => 'RegistrationStatus'], 'tagFilters' => ['shape' => 'TagFilterList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOnPremisesInstancesOutput' => ['type' => 'structure', 'members' => ['instanceNames' => ['shape' => 'InstanceNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListStateFilterAction' => ['type' => 'string', 'enum' => ['include', 'exclude', 'ignore']], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListenerArn' => ['type' => 'string'], 'ListenerArnList' => ['type' => 'list', 'member' => ['shape' => 'ListenerArn']], 'LoadBalancerInfo' => ['type' => 'structure', 'members' => ['elbInfoList' => ['shape' => 'ELBInfoList'], 'targetGroupInfoList' => ['shape' => 'TargetGroupInfoList'], 'targetGroupPairInfoList' => ['shape' => 'TargetGroupPairInfoList']]], 'LogTail' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'MinimumHealthyHosts' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'MinimumHealthyHostsValue'], 'type' => ['shape' => 'MinimumHealthyHostsType']]], 'MinimumHealthyHostsType' => ['type' => 'string', 'enum' => ['HOST_COUNT', 'FLEET_PERCENT']], 'MinimumHealthyHostsValue' => ['type' => 'integer'], 'MultipleIamArnsProvidedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NullableBoolean' => ['type' => 'boolean'], 'OnPremisesTagSet' => ['type' => 'structure', 'members' => ['onPremisesTagSetList' => ['shape' => 'OnPremisesTagSetList']]], 'OnPremisesTagSetList' => ['type' => 'list', 'member' => ['shape' => 'TagFilterList']], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Percentage' => ['type' => 'integer'], 'PutLifecycleEventHookExecutionStatusInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'lifecycleEventHookExecutionId' => ['shape' => 'LifecycleEventHookExecutionId'], 'status' => ['shape' => 'LifecycleEventStatus']]], 'PutLifecycleEventHookExecutionStatusOutput' => ['type' => 'structure', 'members' => ['lifecycleEventHookExecutionId' => ['shape' => 'LifecycleEventHookExecutionId']]], 'RawString' => ['type' => 'structure', 'members' => ['content' => ['shape' => 'RawStringContent'], 'sha256' => ['shape' => 'RawStringSha256']], 'deprecated' => \true, 'deprecatedMessage' => 'RawString and String revision type are deprecated, use AppSpecContent type instead.'], 'RawStringContent' => ['type' => 'string'], 'RawStringSha256' => ['type' => 'string'], 'RegisterApplicationRevisionInput' => ['type' => 'structure', 'required' => ['applicationName', 'revision'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'description' => ['shape' => 'Description'], 'revision' => ['shape' => 'RevisionLocation']]], 'RegisterOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName'], 'iamSessionArn' => ['shape' => 'IamSessionArn'], 'iamUserArn' => ['shape' => 'IamUserArn']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['Registered', 'Deregistered']], 'RemoveTagsFromOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['tags', 'instanceNames'], 'members' => ['tags' => ['shape' => 'TagList'], 'instanceNames' => ['shape' => 'InstanceNameList']]], 'Repository' => ['type' => 'string'], 'ResourceArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionInfo' => ['type' => 'structure', 'members' => ['revisionLocation' => ['shape' => 'RevisionLocation'], 'genericRevisionInfo' => ['shape' => 'GenericRevisionInfo']]], 'RevisionInfoList' => ['type' => 'list', 'member' => ['shape' => 'RevisionInfo']], 'RevisionLocation' => ['type' => 'structure', 'members' => ['revisionType' => ['shape' => 'RevisionLocationType'], 's3Location' => ['shape' => 'S3Location'], 'gitHubLocation' => ['shape' => 'GitHubLocation'], 'string' => ['shape' => 'RawString'], 'appSpecContent' => ['shape' => 'AppSpecContent']]], 'RevisionLocationList' => ['type' => 'list', 'member' => ['shape' => 'RevisionLocation']], 'RevisionLocationType' => ['type' => 'string', 'enum' => ['S3', 'GitHub', 'String', 'AppSpecContent']], 'RevisionRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Role' => ['type' => 'string'], 'RoleRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RollbackInfo' => ['type' => 'structure', 'members' => ['rollbackDeploymentId' => ['shape' => 'DeploymentId'], 'rollbackTriggeringDeploymentId' => ['shape' => 'DeploymentId'], 'rollbackMessage' => ['shape' => 'Description']]], 'S3Bucket' => ['type' => 'string'], 'S3Key' => ['type' => 'string'], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'bundleType' => ['shape' => 'BundleType'], 'version' => ['shape' => 'VersionId'], 'eTag' => ['shape' => 'ETag']]], 'ScriptName' => ['type' => 'string'], 'SkipWaitTimeForInstanceTerminationInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'SortOrder' => ['type' => 'string', 'enum' => ['ascending', 'descending']], 'StopDeploymentInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'autoRollbackEnabled' => ['shape' => 'NullableBoolean']]], 'StopDeploymentOutput' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'StopStatus'], 'statusMessage' => ['shape' => 'Message']]], 'StopStatus' => ['type' => 'string', 'enum' => ['Pending', 'Succeeded']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value']]], 'TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value'], 'Type' => ['shape' => 'TagFilterType']]], 'TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter']], 'TagFilterType' => ['type' => 'string', 'enum' => ['KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE']], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'Key']], 'TagLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagSetListLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetArn' => ['type' => 'string'], 'TargetFilterName' => ['type' => 'string', 'enum' => ['TargetStatus', 'ServerInstanceLabel']], 'TargetFilters' => ['type' => 'map', 'key' => ['shape' => 'TargetFilterName'], 'value' => ['shape' => 'FilterValueList']], 'TargetGroupInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'TargetGroupName']]], 'TargetGroupInfoList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupInfo']], 'TargetGroupName' => ['type' => 'string'], 'TargetGroupPairInfo' => ['type' => 'structure', 'members' => ['targetGroups' => ['shape' => 'TargetGroupInfoList'], 'prodTrafficRoute' => ['shape' => 'TrafficRoute'], 'testTrafficRoute' => ['shape' => 'TrafficRoute']]], 'TargetGroupPairInfoList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupPairInfo']], 'TargetId' => ['type' => 'string'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId']], 'TargetInstances' => ['type' => 'structure', 'members' => ['tagFilters' => ['shape' => 'EC2TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'ec2TagSet' => ['shape' => 'EC2TagSet']]], 'TargetLabel' => ['type' => 'string', 'enum' => ['Blue', 'Green']], 'TargetStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready']], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Time' => ['type' => 'timestamp'], 'TimeBasedCanary' => ['type' => 'structure', 'members' => ['canaryPercentage' => ['shape' => 'Percentage'], 'canaryInterval' => ['shape' => 'WaitTimeInMins']]], 'TimeBasedLinear' => ['type' => 'structure', 'members' => ['linearPercentage' => ['shape' => 'Percentage'], 'linearInterval' => ['shape' => 'WaitTimeInMins']]], 'TimeRange' => ['type' => 'structure', 'members' => ['start' => ['shape' => 'Timestamp'], 'end' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'TrafficRoute' => ['type' => 'structure', 'members' => ['listenerArns' => ['shape' => 'ListenerArnList']]], 'TrafficRoutingConfig' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'TrafficRoutingType'], 'timeBasedCanary' => ['shape' => 'TimeBasedCanary'], 'timeBasedLinear' => ['shape' => 'TimeBasedLinear']]], 'TrafficRoutingType' => ['type' => 'string', 'enum' => ['TimeBasedCanary', 'TimeBasedLinear', 'AllAtOnce']], 'TrafficWeight' => ['type' => 'double'], 'TriggerConfig' => ['type' => 'structure', 'members' => ['triggerName' => ['shape' => 'TriggerName'], 'triggerTargetArn' => ['shape' => 'TriggerTargetArn'], 'triggerEvents' => ['shape' => 'TriggerEventTypeList']]], 'TriggerConfigList' => ['type' => 'list', 'member' => ['shape' => 'TriggerConfig']], 'TriggerEventType' => ['type' => 'string', 'enum' => ['DeploymentStart', 'DeploymentSuccess', 'DeploymentFailure', 'DeploymentStop', 'DeploymentRollback', 'DeploymentReady', 'InstanceStart', 'InstanceSuccess', 'InstanceFailure', 'InstanceReady']], 'TriggerEventTypeList' => ['type' => 'list', 'member' => ['shape' => 'TriggerEventType']], 'TriggerName' => ['type' => 'string'], 'TriggerTargetArn' => ['type' => 'string'], 'TriggerTargetsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UnsupportedActionForDeploymentTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UpdateApplicationInput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'newApplicationName' => ['shape' => 'ApplicationName']]], 'UpdateDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'currentDeploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'currentDeploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'newDeploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'serviceRoleArn' => ['shape' => 'Role'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'ecsServices' => ['shape' => 'ECSServiceList'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet']]], 'UpdateDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['hooksNotCleanedUp' => ['shape' => 'AutoScalingGroupList']]], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string'], 'VersionId' => ['type' => 'string'], 'WaitTimeInMins' => ['type' => 'integer']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-10-06', 'endpointPrefix' => 'codedeploy', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'CodeDeploy', 'serviceFullName' => 'AWS CodeDeploy', 'serviceId' => 'CodeDeploy', 'signatureVersion' => 'v4', 'targetPrefix' => 'CodeDeploy_20141006', 'uid' => 'codedeploy-2014-10-06'], 'operations' => ['AddTagsToOnPremisesInstances' => ['name' => 'AddTagsToOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToOnPremisesInstancesInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'InstanceLimitExceededException'], ['shape' => 'InstanceNotRegisteredException']]], 'BatchGetApplicationRevisions' => ['name' => 'BatchGetApplicationRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetApplicationRevisionsInput'], 'output' => ['shape' => 'BatchGetApplicationRevisionsOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetApplications' => ['name' => 'BatchGetApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetApplicationsInput'], 'output' => ['shape' => 'BatchGetApplicationsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetDeploymentGroups' => ['name' => 'BatchGetDeploymentGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentGroupsInput'], 'output' => ['shape' => 'BatchGetDeploymentGroupsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'BatchLimitExceededException'], ['shape' => 'DeploymentConfigDoesNotExistException']]], 'BatchGetDeploymentInstances' => ['name' => 'BatchGetDeploymentInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentInstancesInput'], 'output' => ['shape' => 'BatchGetDeploymentInstancesOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InstanceIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'BatchLimitExceededException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use BatchGetDeploymentTargets instead.'], 'BatchGetDeploymentTargets' => ['name' => 'BatchGetDeploymentTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentTargetsInput'], 'output' => ['shape' => 'BatchGetDeploymentTargetsOutput'], 'errors' => [['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'DeploymentTargetIdRequiredException'], ['shape' => 'InvalidDeploymentTargetIdException'], ['shape' => 'DeploymentTargetDoesNotExistException'], ['shape' => 'DeploymentTargetListSizeExceededException'], ['shape' => 'InstanceDoesNotExistException']]], 'BatchGetDeployments' => ['name' => 'BatchGetDeployments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetDeploymentsInput'], 'output' => ['shape' => 'BatchGetDeploymentsOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'BatchLimitExceededException']]], 'BatchGetOnPremisesInstances' => ['name' => 'BatchGetOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetOnPremisesInstancesInput'], 'output' => ['shape' => 'BatchGetOnPremisesInstancesOutput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'BatchLimitExceededException']]], 'ContinueDeployment' => ['name' => 'ContinueDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ContinueDeploymentInput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIsNotInReadyStateException'], ['shape' => 'UnsupportedActionForDeploymentTypeException'], ['shape' => 'InvalidDeploymentWaitTypeException'], ['shape' => 'InvalidDeploymentStatusException']]], 'CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationInput'], 'output' => ['shape' => 'CreateApplicationOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationAlreadyExistsException'], ['shape' => 'ApplicationLimitExceededException'], ['shape' => 'InvalidComputePlatformException'], ['shape' => 'InvalidTagsToAddException']]], 'CreateDeployment' => ['name' => 'CreateDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentInput'], 'output' => ['shape' => 'CreateDeploymentOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'RevisionDoesNotExistException'], ['shape' => 'InvalidRevisionException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'DescriptionTooLongException'], ['shape' => 'DeploymentLimitExceededException'], ['shape' => 'InvalidTargetInstancesException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidFileExistsBehaviorException'], ['shape' => 'InvalidRoleException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidUpdateOutdatedInstancesOnlyValueException'], ['shape' => 'InvalidIgnoreApplicationStopFailuresValueException'], ['shape' => 'InvalidGitHubAccountTokenException'], ['shape' => 'InvalidTrafficRoutingConfigurationException']]], 'CreateDeploymentConfig' => ['name' => 'CreateDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentConfigInput'], 'output' => ['shape' => 'CreateDeploymentConfigOutput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigAlreadyExistsException'], ['shape' => 'InvalidMinimumHealthyHostValueException'], ['shape' => 'DeploymentConfigLimitExceededException'], ['shape' => 'InvalidComputePlatformException'], ['shape' => 'InvalidTrafficRoutingConfigurationException']]], 'CreateDeploymentGroup' => ['name' => 'CreateDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeploymentGroupInput'], 'output' => ['shape' => 'CreateDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupAlreadyExistsException'], ['shape' => 'InvalidEC2TagException'], ['shape' => 'InvalidTagException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'RoleRequiredException'], ['shape' => 'InvalidRoleException'], ['shape' => 'DeploymentGroupLimitExceededException'], ['shape' => 'LifecycleHookLimitExceededException'], ['shape' => 'InvalidTriggerConfigException'], ['shape' => 'TriggerTargetsLimitExceededException'], ['shape' => 'InvalidAlarmConfigException'], ['shape' => 'AlarmsLimitExceededException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidDeploymentStyleException'], ['shape' => 'InvalidBlueGreenDeploymentConfigurationException'], ['shape' => 'InvalidEC2TagCombinationException'], ['shape' => 'InvalidOnPremisesTagCombinationException'], ['shape' => 'TagSetListLimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidECSServiceException'], ['shape' => 'InvalidTargetGroupPairException'], ['shape' => 'ECSServiceMappingLimitExceededException'], ['shape' => 'InvalidTagsToAddException'], ['shape' => 'InvalidTrafficRoutingConfigurationException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationInput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'InvalidRoleException']]], 'DeleteDeploymentConfig' => ['name' => 'DeleteDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeploymentConfigInput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigInUseException'], ['shape' => 'InvalidOperationException']]], 'DeleteDeploymentGroup' => ['name' => 'DeleteDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeploymentGroupInput'], 'output' => ['shape' => 'DeleteDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'InvalidRoleException']]], 'DeleteGitHubAccountToken' => ['name' => 'DeleteGitHubAccountToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGitHubAccountTokenInput'], 'output' => ['shape' => 'DeleteGitHubAccountTokenOutput'], 'errors' => [['shape' => 'GitHubAccountTokenNameRequiredException'], ['shape' => 'GitHubAccountTokenDoesNotExistException'], ['shape' => 'InvalidGitHubAccountTokenNameException'], ['shape' => 'ResourceValidationException'], ['shape' => 'OperationNotSupportedException']]], 'DeleteResourcesByExternalId' => ['name' => 'DeleteResourcesByExternalId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcesByExternalIdInput'], 'output' => ['shape' => 'DeleteResourcesByExternalIdOutput'], 'errors' => []], 'DeregisterOnPremisesInstance' => ['name' => 'DeregisterOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterOnPremisesInstanceInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException']]], 'GetApplication' => ['name' => 'GetApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApplicationInput'], 'output' => ['shape' => 'GetApplicationOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException']]], 'GetApplicationRevision' => ['name' => 'GetApplicationRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetApplicationRevisionInput'], 'output' => ['shape' => 'GetApplicationRevisionOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'RevisionDoesNotExistException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException']]], 'GetDeployment' => ['name' => 'GetDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentInput'], 'output' => ['shape' => 'GetDeploymentOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentDoesNotExistException']]], 'GetDeploymentConfig' => ['name' => 'GetDeploymentConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentConfigInput'], 'output' => ['shape' => 'GetDeploymentConfigOutput'], 'errors' => [['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigNameRequiredException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'InvalidComputePlatformException']]], 'GetDeploymentGroup' => ['name' => 'GetDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentGroupInput'], 'output' => ['shape' => 'GetDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException']]], 'GetDeploymentInstance' => ['name' => 'GetDeploymentInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentInstanceInput'], 'output' => ['shape' => 'GetDeploymentInstanceOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InstanceIdRequiredException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InstanceDoesNotExistException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use GetDeploymentTarget instead.'], 'GetDeploymentTarget' => ['name' => 'GetDeploymentTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeploymentTargetInput'], 'output' => ['shape' => 'GetDeploymentTargetOutput'], 'errors' => [['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'DeploymentTargetIdRequiredException'], ['shape' => 'InvalidDeploymentTargetIdException'], ['shape' => 'DeploymentTargetDoesNotExistException'], ['shape' => 'InvalidInstanceNameException']]], 'GetOnPremisesInstance' => ['name' => 'GetOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOnPremisesInstanceInput'], 'output' => ['shape' => 'GetOnPremisesInstanceOutput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InstanceNotRegisteredException'], ['shape' => 'InvalidInstanceNameException']]], 'ListApplicationRevisions' => ['name' => 'ListApplicationRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationRevisionsInput'], 'output' => ['shape' => 'ListApplicationRevisionsOutput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'InvalidSortByException'], ['shape' => 'InvalidSortOrderException'], ['shape' => 'InvalidBucketNameFilterException'], ['shape' => 'InvalidKeyPrefixFilterException'], ['shape' => 'BucketNameFilterRequiredException'], ['shape' => 'InvalidDeployedStateFilterException'], ['shape' => 'InvalidNextTokenException']]], 'ListApplications' => ['name' => 'ListApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationsInput'], 'output' => ['shape' => 'ListApplicationsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListDeploymentConfigs' => ['name' => 'ListDeploymentConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentConfigsInput'], 'output' => ['shape' => 'ListDeploymentConfigsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListDeploymentGroups' => ['name' => 'ListDeploymentGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentGroupsInput'], 'output' => ['shape' => 'ListDeploymentGroupsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidNextTokenException']]], 'ListDeploymentInstances' => ['name' => 'ListDeploymentInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentInstancesInput'], 'output' => ['shape' => 'ListDeploymentInstancesOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceStatusException'], ['shape' => 'InvalidInstanceTypeException'], ['shape' => 'InvalidDeploymentInstanceTypeException'], ['shape' => 'InvalidTargetFilterNameException'], ['shape' => 'InvalidComputePlatformException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use ListDeploymentTargets instead.'], 'ListDeploymentTargets' => ['name' => 'ListDeploymentTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentTargetsInput'], 'output' => ['shape' => 'ListDeploymentTargetsOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'InvalidInstanceStatusException'], ['shape' => 'InvalidInstanceTypeException'], ['shape' => 'InvalidDeploymentInstanceTypeException']]], 'ListDeployments' => ['name' => 'ListDeployments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeploymentsInput'], 'output' => ['shape' => 'ListDeploymentsOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'InvalidTimeRangeException'], ['shape' => 'InvalidDeploymentStatusException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidExternalIdException'], ['shape' => 'InvalidInputException']]], 'ListGitHubAccountTokenNames' => ['name' => 'ListGitHubAccountTokenNames', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGitHubAccountTokenNamesInput'], 'output' => ['shape' => 'ListGitHubAccountTokenNamesOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceValidationException'], ['shape' => 'OperationNotSupportedException']]], 'ListOnPremisesInstances' => ['name' => 'ListOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOnPremisesInstancesInput'], 'output' => ['shape' => 'ListOnPremisesInstancesOutput'], 'errors' => [['shape' => 'InvalidRegistrationStatusException'], ['shape' => 'InvalidTagFilterException'], ['shape' => 'InvalidNextTokenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException'], ['shape' => 'ResourceArnRequiredException']]], 'PutLifecycleEventHookExecutionStatus' => ['name' => 'PutLifecycleEventHookExecutionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecycleEventHookExecutionStatusInput'], 'output' => ['shape' => 'PutLifecycleEventHookExecutionStatusOutput'], 'errors' => [['shape' => 'InvalidLifecycleEventHookExecutionStatusException'], ['shape' => 'InvalidLifecycleEventHookExecutionIdException'], ['shape' => 'LifecycleEventAlreadyCompletedException'], ['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'UnsupportedActionForDeploymentTypeException']]], 'RegisterApplicationRevision' => ['name' => 'RegisterApplicationRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterApplicationRevisionInput'], 'errors' => [['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'DescriptionTooLongException'], ['shape' => 'RevisionRequiredException'], ['shape' => 'InvalidRevisionException']]], 'RegisterOnPremisesInstance' => ['name' => 'RegisterOnPremisesInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterOnPremisesInstanceInput'], 'errors' => [['shape' => 'InstanceNameAlreadyRegisteredException'], ['shape' => 'IamArnRequiredException'], ['shape' => 'IamSessionArnAlreadyRegisteredException'], ['shape' => 'IamUserArnAlreadyRegisteredException'], ['shape' => 'InstanceNameRequiredException'], ['shape' => 'IamUserArnRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'InvalidIamSessionArnException'], ['shape' => 'InvalidIamUserArnException'], ['shape' => 'MultipleIamArnsProvidedException']]], 'RemoveTagsFromOnPremisesInstances' => ['name' => 'RemoveTagsFromOnPremisesInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromOnPremisesInstancesInput'], 'errors' => [['shape' => 'InstanceNameRequiredException'], ['shape' => 'InvalidInstanceNameException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'InstanceLimitExceededException'], ['shape' => 'InstanceNotRegisteredException']]], 'SkipWaitTimeForInstanceTermination' => ['name' => 'SkipWaitTimeForInstanceTermination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SkipWaitTimeForInstanceTerminationInput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'DeploymentNotStartedException'], ['shape' => 'UnsupportedActionForDeploymentTypeException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead.'], 'StopDeployment' => ['name' => 'StopDeployment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDeploymentInput'], 'output' => ['shape' => 'StopDeploymentOutput'], 'errors' => [['shape' => 'DeploymentIdRequiredException'], ['shape' => 'DeploymentDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentAlreadyCompletedException'], ['shape' => 'InvalidDeploymentIdException'], ['shape' => 'UnsupportedActionForDeploymentTypeException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'ResourceArnRequiredException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagsToAddException'], ['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'ResourceArnRequiredException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'TagRequiredException'], ['shape' => 'InvalidTagsToAddException'], ['shape' => 'ArnNotSupportedException'], ['shape' => 'InvalidArnException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationInput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationAlreadyExistsException'], ['shape' => 'ApplicationDoesNotExistException']]], 'UpdateDeploymentGroup' => ['name' => 'UpdateDeploymentGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeploymentGroupInput'], 'output' => ['shape' => 'UpdateDeploymentGroupOutput'], 'errors' => [['shape' => 'ApplicationNameRequiredException'], ['shape' => 'InvalidApplicationNameException'], ['shape' => 'ApplicationDoesNotExistException'], ['shape' => 'InvalidDeploymentGroupNameException'], ['shape' => 'DeploymentGroupAlreadyExistsException'], ['shape' => 'DeploymentGroupNameRequiredException'], ['shape' => 'DeploymentGroupDoesNotExistException'], ['shape' => 'InvalidEC2TagException'], ['shape' => 'InvalidTagException'], ['shape' => 'InvalidAutoScalingGroupException'], ['shape' => 'InvalidDeploymentConfigNameException'], ['shape' => 'DeploymentConfigDoesNotExistException'], ['shape' => 'InvalidRoleException'], ['shape' => 'LifecycleHookLimitExceededException'], ['shape' => 'InvalidTriggerConfigException'], ['shape' => 'TriggerTargetsLimitExceededException'], ['shape' => 'InvalidAlarmConfigException'], ['shape' => 'AlarmsLimitExceededException'], ['shape' => 'InvalidAutoRollbackConfigException'], ['shape' => 'InvalidLoadBalancerInfoException'], ['shape' => 'InvalidDeploymentStyleException'], ['shape' => 'InvalidBlueGreenDeploymentConfigurationException'], ['shape' => 'InvalidEC2TagCombinationException'], ['shape' => 'InvalidOnPremisesTagCombinationException'], ['shape' => 'TagSetListLimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidECSServiceException'], ['shape' => 'InvalidTargetGroupPairException'], ['shape' => 'ECSServiceMappingLimitExceededException'], ['shape' => 'InvalidTrafficRoutingConfigurationException']]]], 'shapes' => ['AddTagsToOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['tags', 'instanceNames'], 'members' => ['tags' => ['shape' => 'TagList'], 'instanceNames' => ['shape' => 'InstanceNameList']]], 'AdditionalDeploymentStatusInfo' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead.'], 'Alarm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AlarmName']]], 'AlarmConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Boolean'], 'ignorePollAlarmFailure' => ['shape' => 'Boolean'], 'alarms' => ['shape' => 'AlarmList']]], 'AlarmList' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AlarmName' => ['type' => 'string'], 'AlarmsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AppSpecContent' => ['type' => 'structure', 'members' => ['content' => ['shape' => 'RawStringContent'], 'sha256' => ['shape' => 'RawStringSha256']]], 'ApplicationAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationId' => ['type' => 'string'], 'ApplicationInfo' => ['type' => 'structure', 'members' => ['applicationId' => ['shape' => 'ApplicationId'], 'applicationName' => ['shape' => 'ApplicationName'], 'createTime' => ['shape' => 'Timestamp'], 'linkedToGitHub' => ['shape' => 'Boolean'], 'gitHubAccountName' => ['shape' => 'GitHubAccountTokenName'], 'computePlatform' => ['shape' => 'ComputePlatform']]], 'ApplicationLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApplicationNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ApplicationRevisionSortBy' => ['type' => 'string', 'enum' => ['registerTime', 'firstUsedTime', 'lastUsedTime']], 'ApplicationsInfoList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationInfo']], 'ApplicationsList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationName']], 'Arn' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ArnNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AutoRollbackConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Boolean'], 'events' => ['shape' => 'AutoRollbackEventsList']]], 'AutoRollbackEvent' => ['type' => 'string', 'enum' => ['DEPLOYMENT_FAILURE', 'DEPLOYMENT_STOP_ON_ALARM', 'DEPLOYMENT_STOP_ON_REQUEST']], 'AutoRollbackEventsList' => ['type' => 'list', 'member' => ['shape' => 'AutoRollbackEvent']], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AutoScalingGroupName'], 'hook' => ['shape' => 'AutoScalingGroupHook']]], 'AutoScalingGroupHook' => ['type' => 'string'], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AutoScalingGroupName' => ['type' => 'string'], 'AutoScalingGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupName']], 'BatchGetApplicationRevisionsInput' => ['type' => 'structure', 'required' => ['applicationName', 'revisions'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revisions' => ['shape' => 'RevisionLocationList']]], 'BatchGetApplicationRevisionsOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'errorMessage' => ['shape' => 'ErrorMessage'], 'revisions' => ['shape' => 'RevisionInfoList']]], 'BatchGetApplicationsInput' => ['type' => 'structure', 'required' => ['applicationNames'], 'members' => ['applicationNames' => ['shape' => 'ApplicationsList']]], 'BatchGetApplicationsOutput' => ['type' => 'structure', 'members' => ['applicationsInfo' => ['shape' => 'ApplicationsInfoList']]], 'BatchGetDeploymentGroupsInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupNames'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupNames' => ['shape' => 'DeploymentGroupsList']]], 'BatchGetDeploymentGroupsOutput' => ['type' => 'structure', 'members' => ['deploymentGroupsInfo' => ['shape' => 'DeploymentGroupInfoList'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetDeploymentInstancesInput' => ['type' => 'structure', 'required' => ['deploymentId', 'instanceIds'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceIds' => ['shape' => 'InstancesList']]], 'BatchGetDeploymentInstancesOutput' => ['type' => 'structure', 'members' => ['instancesSummary' => ['shape' => 'InstanceSummaryList'], 'errorMessage' => ['shape' => 'ErrorMessage']]], 'BatchGetDeploymentTargetsInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetIds' => ['shape' => 'TargetIdList']]], 'BatchGetDeploymentTargetsOutput' => ['type' => 'structure', 'members' => ['deploymentTargets' => ['shape' => 'DeploymentTargetList']]], 'BatchGetDeploymentsInput' => ['type' => 'structure', 'required' => ['deploymentIds'], 'members' => ['deploymentIds' => ['shape' => 'DeploymentsList']]], 'BatchGetDeploymentsOutput' => ['type' => 'structure', 'members' => ['deploymentsInfo' => ['shape' => 'DeploymentsInfoList']]], 'BatchGetOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['instanceNames'], 'members' => ['instanceNames' => ['shape' => 'InstanceNameList']]], 'BatchGetOnPremisesInstancesOutput' => ['type' => 'structure', 'members' => ['instanceInfos' => ['shape' => 'InstanceInfoList']]], 'BatchLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BlueGreenDeploymentConfiguration' => ['type' => 'structure', 'members' => ['terminateBlueInstancesOnDeploymentSuccess' => ['shape' => 'BlueInstanceTerminationOption'], 'deploymentReadyOption' => ['shape' => 'DeploymentReadyOption'], 'greenFleetProvisioningOption' => ['shape' => 'GreenFleetProvisioningOption']]], 'BlueInstanceTerminationOption' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'InstanceAction'], 'terminationWaitTimeInMinutes' => ['shape' => 'Duration']]], 'Boolean' => ['type' => 'boolean'], 'BucketNameFilterRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BundleType' => ['type' => 'string', 'enum' => ['tar', 'tgz', 'zip', 'YAML', 'JSON']], 'CloudFormationResourceType' => ['type' => 'string'], 'CloudFormationTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'status' => ['shape' => 'TargetStatus'], 'resourceType' => ['shape' => 'CloudFormationResourceType'], 'targetVersionWeight' => ['shape' => 'TrafficWeight']]], 'CommitId' => ['type' => 'string'], 'ComputePlatform' => ['type' => 'string', 'enum' => ['Server', 'Lambda', 'ECS']], 'ContinueDeploymentInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'deploymentWaitType' => ['shape' => 'DeploymentWaitType']]], 'CreateApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'tags' => ['shape' => 'TagList']]], 'CreateApplicationOutput' => ['type' => 'structure', 'members' => ['applicationId' => ['shape' => 'ApplicationId']]], 'CreateDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'minimumHealthyHosts' => ['shape' => 'MinimumHealthyHosts'], 'trafficRoutingConfig' => ['shape' => 'TrafficRoutingConfig'], 'computePlatform' => ['shape' => 'ComputePlatform']]], 'CreateDeploymentConfigOutput' => ['type' => 'structure', 'members' => ['deploymentConfigId' => ['shape' => 'DeploymentConfigId']]], 'CreateDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName', 'serviceRoleArn'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'serviceRoleArn' => ['shape' => 'Role'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'ecsServices' => ['shape' => 'ECSServiceList'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet'], 'tags' => ['shape' => 'TagList']]], 'CreateDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['deploymentGroupId' => ['shape' => 'DeploymentGroupId']]], 'CreateDeploymentInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'revision' => ['shape' => 'RevisionLocation'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'description' => ['shape' => 'Description'], 'ignoreApplicationStopFailures' => ['shape' => 'Boolean'], 'targetInstances' => ['shape' => 'TargetInstances'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'updateOutdatedInstancesOnly' => ['shape' => 'Boolean'], 'fileExistsBehavior' => ['shape' => 'FileExistsBehavior']]], 'CreateDeploymentOutput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'DeleteApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName']]], 'DeleteDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName']]], 'DeleteDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName']]], 'DeleteDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['hooksNotCleanedUp' => ['shape' => 'AutoScalingGroupList']]], 'DeleteGitHubAccountTokenInput' => ['type' => 'structure', 'members' => ['tokenName' => ['shape' => 'GitHubAccountTokenName']]], 'DeleteGitHubAccountTokenOutput' => ['type' => 'structure', 'members' => ['tokenName' => ['shape' => 'GitHubAccountTokenName']]], 'DeleteResourcesByExternalIdInput' => ['type' => 'structure', 'members' => ['externalId' => ['shape' => 'ExternalId']]], 'DeleteResourcesByExternalIdOutput' => ['type' => 'structure', 'members' => []], 'DeploymentAlreadyCompletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentAlreadyStartedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigId' => ['type' => 'string'], 'DeploymentConfigInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigInfo' => ['type' => 'structure', 'members' => ['deploymentConfigId' => ['shape' => 'DeploymentConfigId'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'minimumHealthyHosts' => ['shape' => 'MinimumHealthyHosts'], 'createTime' => ['shape' => 'Timestamp'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'trafficRoutingConfig' => ['shape' => 'TrafficRoutingConfig']]], 'DeploymentConfigLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'DeploymentConfigNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentConfigsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentConfigName']], 'DeploymentCreator' => ['type' => 'string', 'enum' => ['user', 'autoscaling', 'codeDeployRollback', 'CodeDeploy', 'CloudFormation', 'CloudFormationRollback']], 'DeploymentDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupId' => ['type' => 'string'], 'DeploymentGroupInfo' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupId' => ['shape' => 'DeploymentGroupId'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'serviceRoleArn' => ['shape' => 'Role'], 'targetRevision' => ['shape' => 'RevisionLocation'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'lastSuccessfulDeployment' => ['shape' => 'LastDeploymentInfo'], 'lastAttemptedDeployment' => ['shape' => 'LastDeploymentInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'ecsServices' => ['shape' => 'ECSServiceList']]], 'DeploymentGroupInfoList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentGroupInfo']], 'DeploymentGroupLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'DeploymentGroupNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentGroupsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentGroupName']], 'DeploymentId' => ['type' => 'string'], 'DeploymentIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentInfo' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'deploymentId' => ['shape' => 'DeploymentId'], 'previousRevision' => ['shape' => 'RevisionLocation'], 'revision' => ['shape' => 'RevisionLocation'], 'status' => ['shape' => 'DeploymentStatus'], 'errorInformation' => ['shape' => 'ErrorInformation'], 'createTime' => ['shape' => 'Timestamp'], 'startTime' => ['shape' => 'Timestamp'], 'completeTime' => ['shape' => 'Timestamp'], 'deploymentOverview' => ['shape' => 'DeploymentOverview'], 'description' => ['shape' => 'Description'], 'creator' => ['shape' => 'DeploymentCreator'], 'ignoreApplicationStopFailures' => ['shape' => 'Boolean'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'updateOutdatedInstancesOnly' => ['shape' => 'Boolean'], 'rollbackInfo' => ['shape' => 'RollbackInfo'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'targetInstances' => ['shape' => 'TargetInstances'], 'instanceTerminationWaitTimeStarted' => ['shape' => 'Boolean'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'additionalDeploymentStatusInfo' => ['shape' => 'AdditionalDeploymentStatusInfo'], 'fileExistsBehavior' => ['shape' => 'FileExistsBehavior'], 'deploymentStatusMessages' => ['shape' => 'DeploymentStatusMessageList'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'externalId' => ['shape' => 'ExternalId']]], 'DeploymentIsNotInReadyStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentNotStartedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentOption' => ['type' => 'string', 'enum' => ['WITH_TRAFFIC_CONTROL', 'WITHOUT_TRAFFIC_CONTROL']], 'DeploymentOverview' => ['type' => 'structure', 'members' => ['Pending' => ['shape' => 'InstanceCount'], 'InProgress' => ['shape' => 'InstanceCount'], 'Succeeded' => ['shape' => 'InstanceCount'], 'Failed' => ['shape' => 'InstanceCount'], 'Skipped' => ['shape' => 'InstanceCount'], 'Ready' => ['shape' => 'InstanceCount']]], 'DeploymentReadyAction' => ['type' => 'string', 'enum' => ['CONTINUE_DEPLOYMENT', 'STOP_DEPLOYMENT']], 'DeploymentReadyOption' => ['type' => 'structure', 'members' => ['actionOnTimeout' => ['shape' => 'DeploymentReadyAction'], 'waitTimeInMinutes' => ['shape' => 'Duration']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['Created', 'Queued', 'InProgress', 'Baking', 'Succeeded', 'Failed', 'Stopped', 'Ready']], 'DeploymentStatusList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentStatus']], 'DeploymentStatusMessageList' => ['type' => 'list', 'member' => ['shape' => 'ErrorMessage']], 'DeploymentStyle' => ['type' => 'structure', 'members' => ['deploymentType' => ['shape' => 'DeploymentType'], 'deploymentOption' => ['shape' => 'DeploymentOption']]], 'DeploymentTarget' => ['type' => 'structure', 'members' => ['deploymentTargetType' => ['shape' => 'DeploymentTargetType'], 'instanceTarget' => ['shape' => 'InstanceTarget'], 'lambdaTarget' => ['shape' => 'LambdaTarget'], 'ecsTarget' => ['shape' => 'ECSTarget'], 'cloudFormationTarget' => ['shape' => 'CloudFormationTarget']]], 'DeploymentTargetDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetIdRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentTarget']], 'DeploymentTargetListSizeExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'DeploymentTargetType' => ['type' => 'string', 'enum' => ['InstanceTarget', 'LambdaTarget', 'ECSTarget', 'CloudFormationTarget']], 'DeploymentType' => ['type' => 'string', 'enum' => ['IN_PLACE', 'BLUE_GREEN']], 'DeploymentWaitType' => ['type' => 'string', 'enum' => ['READY_WAIT', 'TERMINATION_WAIT']], 'DeploymentsInfoList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentInfo']], 'DeploymentsList' => ['type' => 'list', 'member' => ['shape' => 'DeploymentId']], 'DeregisterOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName']]], 'Description' => ['type' => 'string'], 'DescriptionTooLongException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Diagnostics' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'LifecycleErrorCode'], 'scriptName' => ['shape' => 'ScriptName'], 'message' => ['shape' => 'LifecycleMessage'], 'logTail' => ['shape' => 'LogTail']]], 'Duration' => ['type' => 'integer'], 'EC2TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value'], 'Type' => ['shape' => 'EC2TagFilterType']]], 'EC2TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'EC2TagFilter']], 'EC2TagFilterType' => ['type' => 'string', 'enum' => ['KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE']], 'EC2TagSet' => ['type' => 'structure', 'members' => ['ec2TagSetList' => ['shape' => 'EC2TagSetList']]], 'EC2TagSetList' => ['type' => 'list', 'member' => ['shape' => 'EC2TagFilterList']], 'ECSClusterName' => ['type' => 'string'], 'ECSService' => ['type' => 'structure', 'members' => ['serviceName' => ['shape' => 'ECSServiceName'], 'clusterName' => ['shape' => 'ECSClusterName']]], 'ECSServiceList' => ['type' => 'list', 'member' => ['shape' => 'ECSService']], 'ECSServiceMappingLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ECSServiceName' => ['type' => 'string'], 'ECSTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'status' => ['shape' => 'TargetStatus'], 'taskSetsInfo' => ['shape' => 'ECSTaskSetList']]], 'ECSTaskSet' => ['type' => 'structure', 'members' => ['identifer' => ['shape' => 'ECSTaskSetIdentifier'], 'desiredCount' => ['shape' => 'ECSTaskSetCount'], 'pendingCount' => ['shape' => 'ECSTaskSetCount'], 'runningCount' => ['shape' => 'ECSTaskSetCount'], 'status' => ['shape' => 'ECSTaskSetStatus'], 'trafficWeight' => ['shape' => 'TrafficWeight'], 'targetGroup' => ['shape' => 'TargetGroupInfo'], 'taskSetLabel' => ['shape' => 'TargetLabel']]], 'ECSTaskSetCount' => ['type' => 'long'], 'ECSTaskSetIdentifier' => ['type' => 'string'], 'ECSTaskSetList' => ['type' => 'list', 'member' => ['shape' => 'ECSTaskSet']], 'ECSTaskSetStatus' => ['type' => 'string'], 'ELBInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ELBName']]], 'ELBInfoList' => ['type' => 'list', 'member' => ['shape' => 'ELBInfo']], 'ELBName' => ['type' => 'string'], 'ETag' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string', 'enum' => ['AGENT_ISSUE', 'ALARM_ACTIVE', 'APPLICATION_MISSING', 'AUTOSCALING_VALIDATION_ERROR', 'AUTO_SCALING_CONFIGURATION', 'AUTO_SCALING_IAM_ROLE_PERMISSIONS', 'CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND', 'CUSTOMER_APPLICATION_UNHEALTHY', 'DEPLOYMENT_GROUP_MISSING', 'ECS_UPDATE_ERROR', 'ELASTIC_LOAD_BALANCING_INVALID', 'ELB_INVALID_INSTANCE', 'HEALTH_CONSTRAINTS', 'HEALTH_CONSTRAINTS_INVALID', 'HOOK_EXECUTION_FAILURE', 'IAM_ROLE_MISSING', 'IAM_ROLE_PERMISSIONS', 'INTERNAL_ERROR', 'INVALID_ECS_SERVICE', 'INVALID_LAMBDA_CONFIGURATION', 'INVALID_LAMBDA_FUNCTION', 'INVALID_REVISION', 'MANUAL_STOP', 'MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION', 'MISSING_ELB_INFORMATION', 'MISSING_GITHUB_TOKEN', 'NO_EC2_SUBSCRIPTION', 'NO_INSTANCES', 'OVER_MAX_INSTANCES', 'RESOURCE_LIMIT_EXCEEDED', 'REVISION_MISSING', 'THROTTLED', 'TIMEOUT', 'CLOUDFORMATION_STACK_FAILURE']], 'ErrorInformation' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'ErrorMessage' => ['type' => 'string'], 'ExternalId' => ['type' => 'string'], 'FileExistsBehavior' => ['type' => 'string', 'enum' => ['DISALLOW', 'OVERWRITE', 'RETAIN']], 'FilterValue' => ['type' => 'string'], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'GenericRevisionInfo' => ['type' => 'structure', 'members' => ['description' => ['shape' => 'Description'], 'deploymentGroups' => ['shape' => 'DeploymentGroupsList'], 'firstUsedTime' => ['shape' => 'Timestamp'], 'lastUsedTime' => ['shape' => 'Timestamp'], 'registerTime' => ['shape' => 'Timestamp']]], 'GetApplicationInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName']]], 'GetApplicationOutput' => ['type' => 'structure', 'members' => ['application' => ['shape' => 'ApplicationInfo']]], 'GetApplicationRevisionInput' => ['type' => 'structure', 'required' => ['applicationName', 'revision'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revision' => ['shape' => 'RevisionLocation']]], 'GetApplicationRevisionOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'revision' => ['shape' => 'RevisionLocation'], 'revisionInfo' => ['shape' => 'GenericRevisionInfo']]], 'GetDeploymentConfigInput' => ['type' => 'structure', 'required' => ['deploymentConfigName'], 'members' => ['deploymentConfigName' => ['shape' => 'DeploymentConfigName']]], 'GetDeploymentConfigOutput' => ['type' => 'structure', 'members' => ['deploymentConfigInfo' => ['shape' => 'DeploymentConfigInfo']]], 'GetDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'deploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName']]], 'GetDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['deploymentGroupInfo' => ['shape' => 'DeploymentGroupInfo']]], 'GetDeploymentInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'GetDeploymentInstanceInput' => ['type' => 'structure', 'required' => ['deploymentId', 'instanceId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceId' => ['shape' => 'InstanceId']]], 'GetDeploymentInstanceOutput' => ['type' => 'structure', 'members' => ['instanceSummary' => ['shape' => 'InstanceSummary']]], 'GetDeploymentOutput' => ['type' => 'structure', 'members' => ['deploymentInfo' => ['shape' => 'DeploymentInfo']]], 'GetDeploymentTargetInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId']]], 'GetDeploymentTargetOutput' => ['type' => 'structure', 'members' => ['deploymentTarget' => ['shape' => 'DeploymentTarget']]], 'GetOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName']]], 'GetOnPremisesInstanceOutput' => ['type' => 'structure', 'members' => ['instanceInfo' => ['shape' => 'InstanceInfo']]], 'GitHubAccountTokenDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'GitHubAccountTokenName' => ['type' => 'string'], 'GitHubAccountTokenNameList' => ['type' => 'list', 'member' => ['shape' => 'GitHubAccountTokenName']], 'GitHubAccountTokenNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'GitHubLocation' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository'], 'commitId' => ['shape' => 'CommitId']]], 'GreenFleetProvisioningAction' => ['type' => 'string', 'enum' => ['DISCOVER_EXISTING', 'COPY_AUTO_SCALING_GROUP']], 'GreenFleetProvisioningOption' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'GreenFleetProvisioningAction']]], 'IamArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamSessionArn' => ['type' => 'string'], 'IamSessionArnAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamUserArn' => ['type' => 'string'], 'IamUserArnAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IamUserArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceAction' => ['type' => 'string', 'enum' => ['TERMINATE', 'KEEP_ALIVE']], 'InstanceArn' => ['type' => 'string'], 'InstanceCount' => ['type' => 'long'], 'InstanceDoesNotExistException' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetDoesNotExistException instead.', 'exception' => \true], 'InstanceId' => ['type' => 'string'], 'InstanceIdRequiredException' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'This exception is deprecated, use DeploymentTargetIdRequiredException instead.', 'exception' => \true], 'InstanceInfo' => ['type' => 'structure', 'members' => ['instanceName' => ['shape' => 'InstanceName'], 'iamSessionArn' => ['shape' => 'IamSessionArn'], 'iamUserArn' => ['shape' => 'IamUserArn'], 'instanceArn' => ['shape' => 'InstanceArn'], 'registerTime' => ['shape' => 'Timestamp'], 'deregisterTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagList']]], 'InstanceInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInfo']], 'InstanceLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceName' => ['type' => 'string'], 'InstanceNameAlreadyRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceNameList' => ['type' => 'list', 'member' => ['shape' => 'InstanceName']], 'InstanceNameRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceNotRegisteredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InstanceStatus' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'InstanceStatus is deprecated, use TargetStatus instead.', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready']], 'InstanceStatusList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatus']], 'InstanceSummary' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'instanceId' => ['shape' => 'InstanceId'], 'status' => ['shape' => 'InstanceStatus'], 'lastUpdatedAt' => ['shape' => 'Timestamp'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'instanceType' => ['shape' => 'InstanceType']], 'deprecated' => \true, 'deprecatedMessage' => 'InstanceSummary is deprecated, use DeploymentTarget instead.'], 'InstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSummary']], 'InstanceTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'status' => ['shape' => 'TargetStatus'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'instanceLabel' => ['shape' => 'TargetLabel']]], 'InstanceType' => ['type' => 'string', 'enum' => ['Blue', 'Green']], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InstancesList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'InvalidAlarmConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidApplicationNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAutoRollbackConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidAutoScalingGroupException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBlueGreenDeploymentConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBucketNameFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidComputePlatformException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeployedStateFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentConfigIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentConfigNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentGroupNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentInstanceTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentStyleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentTargetIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeploymentWaitTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEC2TagCombinationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidEC2TagException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidECSServiceException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidExternalIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFileExistsBehaviorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidGitHubAccountTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidGitHubAccountTokenNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIamSessionArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIamUserArnException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidIgnoreApplicationStopFailuresValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidInstanceTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidKeyPrefixFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLifecycleEventHookExecutionIdException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLifecycleEventHookExecutionStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLoadBalancerInfoException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMinimumHealthyHostValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOnPremisesTagCombinationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRegistrationStatusException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRevisionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRoleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortByException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSortOrderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagFilterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTagsToAddException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetFilterNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetGroupPairException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTargetInstancesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTimeRangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTrafficRoutingConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTriggerConfigException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidUpdateOutdatedInstancesOnlyValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Key' => ['type' => 'string'], 'LambdaFunctionAlias' => ['type' => 'string'], 'LambdaFunctionInfo' => ['type' => 'structure', 'members' => ['functionName' => ['shape' => 'LambdaFunctionName'], 'functionAlias' => ['shape' => 'LambdaFunctionAlias'], 'currentVersion' => ['shape' => 'Version'], 'targetVersion' => ['shape' => 'Version'], 'targetVersionWeight' => ['shape' => 'TrafficWeight']]], 'LambdaFunctionName' => ['type' => 'string'], 'LambdaTarget' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'targetId' => ['shape' => 'TargetId'], 'targetArn' => ['shape' => 'TargetArn'], 'status' => ['shape' => 'TargetStatus'], 'lastUpdatedAt' => ['shape' => 'Time'], 'lifecycleEvents' => ['shape' => 'LifecycleEventList'], 'lambdaFunctionInfo' => ['shape' => 'LambdaFunctionInfo']]], 'LastDeploymentInfo' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'status' => ['shape' => 'DeploymentStatus'], 'endTime' => ['shape' => 'Timestamp'], 'createTime' => ['shape' => 'Timestamp']]], 'LifecycleErrorCode' => ['type' => 'string', 'enum' => ['Success', 'ScriptMissing', 'ScriptNotExecutable', 'ScriptTimedOut', 'ScriptFailed', 'UnknownError']], 'LifecycleEvent' => ['type' => 'structure', 'members' => ['lifecycleEventName' => ['shape' => 'LifecycleEventName'], 'diagnostics' => ['shape' => 'Diagnostics'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'LifecycleEventStatus']]], 'LifecycleEventAlreadyCompletedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LifecycleEventHookExecutionId' => ['type' => 'string'], 'LifecycleEventList' => ['type' => 'list', 'member' => ['shape' => 'LifecycleEvent']], 'LifecycleEventName' => ['type' => 'string'], 'LifecycleEventStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown']], 'LifecycleHookLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LifecycleMessage' => ['type' => 'string'], 'ListApplicationRevisionsInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'sortBy' => ['shape' => 'ApplicationRevisionSortBy'], 'sortOrder' => ['shape' => 'SortOrder'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3KeyPrefix' => ['shape' => 'S3Key'], 'deployed' => ['shape' => 'ListStateFilterAction'], 'nextToken' => ['shape' => 'NextToken']]], 'ListApplicationRevisionsOutput' => ['type' => 'structure', 'members' => ['revisions' => ['shape' => 'RevisionLocationList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListApplicationsInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListApplicationsOutput' => ['type' => 'structure', 'members' => ['applications' => ['shape' => 'ApplicationsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentConfigsInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentConfigsOutput' => ['type' => 'structure', 'members' => ['deploymentConfigsList' => ['shape' => 'DeploymentConfigsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentGroupsInput' => ['type' => 'structure', 'required' => ['applicationName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentGroupsOutput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroups' => ['shape' => 'DeploymentGroupsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentInstancesInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'nextToken' => ['shape' => 'NextToken'], 'instanceStatusFilter' => ['shape' => 'InstanceStatusList'], 'instanceTypeFilter' => ['shape' => 'InstanceTypeList']]], 'ListDeploymentInstancesOutput' => ['type' => 'structure', 'members' => ['instancesList' => ['shape' => 'InstancesList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentTargetsInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'nextToken' => ['shape' => 'NextToken'], 'targetFilters' => ['shape' => 'TargetFilters']]], 'ListDeploymentTargetsOutput' => ['type' => 'structure', 'members' => ['targetIds' => ['shape' => 'TargetIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentsInput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'deploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'externalId' => ['shape' => 'ExternalId'], 'includeOnlyStatuses' => ['shape' => 'DeploymentStatusList'], 'createTimeRange' => ['shape' => 'TimeRange'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDeploymentsOutput' => ['type' => 'structure', 'members' => ['deployments' => ['shape' => 'DeploymentsList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListGitHubAccountTokenNamesInput' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken']]], 'ListGitHubAccountTokenNamesOutput' => ['type' => 'structure', 'members' => ['tokenNameList' => ['shape' => 'GitHubAccountTokenNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOnPremisesInstancesInput' => ['type' => 'structure', 'members' => ['registrationStatus' => ['shape' => 'RegistrationStatus'], 'tagFilters' => ['shape' => 'TagFilterList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOnPremisesInstancesOutput' => ['type' => 'structure', 'members' => ['instanceNames' => ['shape' => 'InstanceNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListStateFilterAction' => ['type' => 'string', 'enum' => ['include', 'exclude', 'ignore']], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListenerArn' => ['type' => 'string'], 'ListenerArnList' => ['type' => 'list', 'member' => ['shape' => 'ListenerArn']], 'LoadBalancerInfo' => ['type' => 'structure', 'members' => ['elbInfoList' => ['shape' => 'ELBInfoList'], 'targetGroupInfoList' => ['shape' => 'TargetGroupInfoList'], 'targetGroupPairInfoList' => ['shape' => 'TargetGroupPairInfoList']]], 'LogTail' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'MinimumHealthyHosts' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'MinimumHealthyHostsValue'], 'type' => ['shape' => 'MinimumHealthyHostsType']]], 'MinimumHealthyHostsType' => ['type' => 'string', 'enum' => ['HOST_COUNT', 'FLEET_PERCENT']], 'MinimumHealthyHostsValue' => ['type' => 'integer'], 'MultipleIamArnsProvidedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NullableBoolean' => ['type' => 'boolean'], 'OnPremisesTagSet' => ['type' => 'structure', 'members' => ['onPremisesTagSetList' => ['shape' => 'OnPremisesTagSetList']]], 'OnPremisesTagSetList' => ['type' => 'list', 'member' => ['shape' => 'TagFilterList']], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Percentage' => ['type' => 'integer'], 'PutLifecycleEventHookExecutionStatusInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'lifecycleEventHookExecutionId' => ['shape' => 'LifecycleEventHookExecutionId'], 'status' => ['shape' => 'LifecycleEventStatus']]], 'PutLifecycleEventHookExecutionStatusOutput' => ['type' => 'structure', 'members' => ['lifecycleEventHookExecutionId' => ['shape' => 'LifecycleEventHookExecutionId']]], 'RawString' => ['type' => 'structure', 'members' => ['content' => ['shape' => 'RawStringContent'], 'sha256' => ['shape' => 'RawStringSha256']], 'deprecated' => \true, 'deprecatedMessage' => 'RawString and String revision type are deprecated, use AppSpecContent type instead.'], 'RawStringContent' => ['type' => 'string'], 'RawStringSha256' => ['type' => 'string'], 'RegisterApplicationRevisionInput' => ['type' => 'structure', 'required' => ['applicationName', 'revision'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'description' => ['shape' => 'Description'], 'revision' => ['shape' => 'RevisionLocation']]], 'RegisterOnPremisesInstanceInput' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'InstanceName'], 'iamSessionArn' => ['shape' => 'IamSessionArn'], 'iamUserArn' => ['shape' => 'IamUserArn']]], 'RegistrationStatus' => ['type' => 'string', 'enum' => ['Registered', 'Deregistered']], 'RemoveTagsFromOnPremisesInstancesInput' => ['type' => 'structure', 'required' => ['tags', 'instanceNames'], 'members' => ['tags' => ['shape' => 'TagList'], 'instanceNames' => ['shape' => 'InstanceNameList']]], 'Repository' => ['type' => 'string'], 'ResourceArnRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionDoesNotExistException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RevisionInfo' => ['type' => 'structure', 'members' => ['revisionLocation' => ['shape' => 'RevisionLocation'], 'genericRevisionInfo' => ['shape' => 'GenericRevisionInfo']]], 'RevisionInfoList' => ['type' => 'list', 'member' => ['shape' => 'RevisionInfo']], 'RevisionLocation' => ['type' => 'structure', 'members' => ['revisionType' => ['shape' => 'RevisionLocationType'], 's3Location' => ['shape' => 'S3Location'], 'gitHubLocation' => ['shape' => 'GitHubLocation'], 'string' => ['shape' => 'RawString'], 'appSpecContent' => ['shape' => 'AppSpecContent']]], 'RevisionLocationList' => ['type' => 'list', 'member' => ['shape' => 'RevisionLocation']], 'RevisionLocationType' => ['type' => 'string', 'enum' => ['S3', 'GitHub', 'String', 'AppSpecContent']], 'RevisionRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Role' => ['type' => 'string'], 'RoleRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RollbackInfo' => ['type' => 'structure', 'members' => ['rollbackDeploymentId' => ['shape' => 'DeploymentId'], 'rollbackTriggeringDeploymentId' => ['shape' => 'DeploymentId'], 'rollbackMessage' => ['shape' => 'Description']]], 'S3Bucket' => ['type' => 'string'], 'S3Key' => ['type' => 'string'], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'bundleType' => ['shape' => 'BundleType'], 'version' => ['shape' => 'VersionId'], 'eTag' => ['shape' => 'ETag']]], 'ScriptName' => ['type' => 'string'], 'SkipWaitTimeForInstanceTerminationInput' => ['type' => 'structure', 'members' => ['deploymentId' => ['shape' => 'DeploymentId']]], 'SortOrder' => ['type' => 'string', 'enum' => ['ascending', 'descending']], 'StopDeploymentInput' => ['type' => 'structure', 'required' => ['deploymentId'], 'members' => ['deploymentId' => ['shape' => 'DeploymentId'], 'autoRollbackEnabled' => ['shape' => 'NullableBoolean']]], 'StopDeploymentOutput' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'StopStatus'], 'statusMessage' => ['shape' => 'Message']]], 'StopStatus' => ['type' => 'string', 'enum' => ['Pending', 'Succeeded']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value']]], 'TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'Key'], 'Value' => ['shape' => 'Value'], 'Type' => ['shape' => 'TagFilterType']]], 'TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter']], 'TagFilterType' => ['type' => 'string', 'enum' => ['KEY_ONLY', 'VALUE_ONLY', 'KEY_AND_VALUE']], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'Key']], 'TagLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagRequiredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagSetListLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetArn' => ['type' => 'string'], 'TargetFilterName' => ['type' => 'string', 'enum' => ['TargetStatus', 'ServerInstanceLabel']], 'TargetFilters' => ['type' => 'map', 'key' => ['shape' => 'TargetFilterName'], 'value' => ['shape' => 'FilterValueList']], 'TargetGroupInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'TargetGroupName']]], 'TargetGroupInfoList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupInfo']], 'TargetGroupName' => ['type' => 'string'], 'TargetGroupPairInfo' => ['type' => 'structure', 'members' => ['targetGroups' => ['shape' => 'TargetGroupInfoList'], 'prodTrafficRoute' => ['shape' => 'TrafficRoute'], 'testTrafficRoute' => ['shape' => 'TrafficRoute']]], 'TargetGroupPairInfoList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupPairInfo']], 'TargetId' => ['type' => 'string'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId']], 'TargetInstances' => ['type' => 'structure', 'members' => ['tagFilters' => ['shape' => 'EC2TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'ec2TagSet' => ['shape' => 'EC2TagSet']]], 'TargetLabel' => ['type' => 'string', 'enum' => ['Blue', 'Green']], 'TargetStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Succeeded', 'Failed', 'Skipped', 'Unknown', 'Ready']], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Time' => ['type' => 'timestamp'], 'TimeBasedCanary' => ['type' => 'structure', 'members' => ['canaryPercentage' => ['shape' => 'Percentage'], 'canaryInterval' => ['shape' => 'WaitTimeInMins']]], 'TimeBasedLinear' => ['type' => 'structure', 'members' => ['linearPercentage' => ['shape' => 'Percentage'], 'linearInterval' => ['shape' => 'WaitTimeInMins']]], 'TimeRange' => ['type' => 'structure', 'members' => ['start' => ['shape' => 'Timestamp'], 'end' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'TrafficRoute' => ['type' => 'structure', 'members' => ['listenerArns' => ['shape' => 'ListenerArnList']]], 'TrafficRoutingConfig' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'TrafficRoutingType'], 'timeBasedCanary' => ['shape' => 'TimeBasedCanary'], 'timeBasedLinear' => ['shape' => 'TimeBasedLinear']]], 'TrafficRoutingType' => ['type' => 'string', 'enum' => ['TimeBasedCanary', 'TimeBasedLinear', 'AllAtOnce']], 'TrafficWeight' => ['type' => 'double'], 'TriggerConfig' => ['type' => 'structure', 'members' => ['triggerName' => ['shape' => 'TriggerName'], 'triggerTargetArn' => ['shape' => 'TriggerTargetArn'], 'triggerEvents' => ['shape' => 'TriggerEventTypeList']]], 'TriggerConfigList' => ['type' => 'list', 'member' => ['shape' => 'TriggerConfig']], 'TriggerEventType' => ['type' => 'string', 'enum' => ['DeploymentStart', 'DeploymentSuccess', 'DeploymentFailure', 'DeploymentStop', 'DeploymentRollback', 'DeploymentReady', 'InstanceStart', 'InstanceSuccess', 'InstanceFailure', 'InstanceReady']], 'TriggerEventTypeList' => ['type' => 'list', 'member' => ['shape' => 'TriggerEventType']], 'TriggerName' => ['type' => 'string'], 'TriggerTargetArn' => ['type' => 'string'], 'TriggerTargetsLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UnsupportedActionForDeploymentTypeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UpdateApplicationInput' => ['type' => 'structure', 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'newApplicationName' => ['shape' => 'ApplicationName']]], 'UpdateDeploymentGroupInput' => ['type' => 'structure', 'required' => ['applicationName', 'currentDeploymentGroupName'], 'members' => ['applicationName' => ['shape' => 'ApplicationName'], 'currentDeploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'newDeploymentGroupName' => ['shape' => 'DeploymentGroupName'], 'deploymentConfigName' => ['shape' => 'DeploymentConfigName'], 'ec2TagFilters' => ['shape' => 'EC2TagFilterList'], 'onPremisesInstanceTagFilters' => ['shape' => 'TagFilterList'], 'autoScalingGroups' => ['shape' => 'AutoScalingGroupNameList'], 'serviceRoleArn' => ['shape' => 'Role'], 'triggerConfigurations' => ['shape' => 'TriggerConfigList'], 'alarmConfiguration' => ['shape' => 'AlarmConfiguration'], 'autoRollbackConfiguration' => ['shape' => 'AutoRollbackConfiguration'], 'deploymentStyle' => ['shape' => 'DeploymentStyle'], 'blueGreenDeploymentConfiguration' => ['shape' => 'BlueGreenDeploymentConfiguration'], 'loadBalancerInfo' => ['shape' => 'LoadBalancerInfo'], 'ec2TagSet' => ['shape' => 'EC2TagSet'], 'ecsServices' => ['shape' => 'ECSServiceList'], 'onPremisesTagSet' => ['shape' => 'OnPremisesTagSet']]], 'UpdateDeploymentGroupOutput' => ['type' => 'structure', 'members' => ['hooksNotCleanedUp' => ['shape' => 'AutoScalingGroupList']]], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string'], 'VersionId' => ['type' => 'string'], 'WaitTimeInMins' => ['type' => 'integer']]]; diff --git a/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php b/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php index 094b86e2..4ba401d7 100644 --- a/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php +++ b/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-09-19', 'endpointPrefix' => 'codeguru-reviewer', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'CodeGuruReviewer', 'serviceFullName' => 'Amazon CodeGuru Reviewer', 'serviceId' => 'CodeGuru Reviewer', 'signatureVersion' => 'v4', 'signingName' => 'codeguru-reviewer', 'uid' => 'codeguru-reviewer-2019-09-19'], 'operations' => ['AssociateRepository' => ['name' => 'AssociateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/associations'], 'input' => ['shape' => 'AssociateRepositoryRequest'], 'output' => ['shape' => 'AssociateRepositoryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottlingException']]], 'DescribeRepositoryAssociation' => ['name' => 'DescribeRepositoryAssociation', 'http' => ['method' => 'GET', 'requestUri' => '/associations/{AssociationArn}'], 'input' => ['shape' => 'DescribeRepositoryAssociationRequest'], 'output' => ['shape' => 'DescribeRepositoryAssociationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'DisassociateRepository' => ['name' => 'DisassociateRepository', 'http' => ['method' => 'DELETE', 'requestUri' => '/associations/{AssociationArn}'], 'input' => ['shape' => 'DisassociateRepositoryRequest'], 'output' => ['shape' => 'DisassociateRepositoryResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottlingException']]], 'ListRepositoryAssociations' => ['name' => 'ListRepositoryAssociations', 'http' => ['method' => 'GET', 'requestUri' => '/associations'], 'input' => ['shape' => 'ListRepositoryAssociationsRequest'], 'output' => ['shape' => 'ListRepositoryAssociationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:[a-z]+:[\\w-]+$'], 'AssociateRepositoryRequest' => ['type' => 'structure', 'required' => ['Repository'], 'members' => ['Repository' => ['shape' => 'Repository'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'AssociateRepositoryResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'AssociationId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'CodeCommitRepository' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'Name']]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DescribeRepositoryAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationArn'], 'members' => ['AssociationArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'AssociationArn']]], 'DescribeRepositoryAssociationResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'DisassociateRepositoryRequest' => ['type' => 'structure', 'required' => ['AssociationArn'], 'members' => ['AssociationArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'AssociationArn']]], 'DisassociateRepositoryResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'ErrorMessage' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ListRepositoryAssociationsRequest' => ['type' => 'structure', 'members' => ['ProviderTypes' => ['shape' => 'ProviderTypes', 'location' => 'querystring', 'locationName' => 'ProviderType'], 'States' => ['shape' => 'RepositoryAssociationStates', 'location' => 'querystring', 'locationName' => 'State'], 'Names' => ['shape' => 'Names', 'location' => 'querystring', 'locationName' => 'Name'], 'Owners' => ['shape' => 'Owners', 'location' => 'querystring', 'locationName' => 'Owner'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListRepositoryAssociationsResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociationSummaries' => ['shape' => 'RepositoryAssociationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Name' => ['type' => 'string', 'max' => 100, 'min' => 1], 'Names' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 3, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Owner' => ['type' => 'string', 'max' => 100, 'min' => 1], 'Owners' => ['type' => 'list', 'member' => ['shape' => 'Owner'], 'max' => 3, 'min' => 1], 'ProviderType' => ['type' => 'string', 'enum' => ['CodeCommit', 'GitHub']], 'ProviderTypes' => ['type' => 'list', 'member' => ['shape' => 'ProviderType'], 'max' => 3, 'min' => 1], 'Repository' => ['type' => 'structure', 'members' => ['CodeCommit' => ['shape' => 'CodeCommitRepository']]], 'RepositoryAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'RepositoryAssociationState'], 'StateReason' => ['shape' => 'StateReason'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'CreatedTimeStamp' => ['shape' => 'TimeStamp']]], 'RepositoryAssociationState' => ['type' => 'string', 'enum' => ['Associated', 'Associating', 'Failed', 'Disassociating']], 'RepositoryAssociationStates' => ['type' => 'list', 'member' => ['shape' => 'RepositoryAssociationState'], 'max' => 3, 'min' => 1], 'RepositoryAssociationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RepositoryAssociationSummary']], 'RepositoryAssociationSummary' => ['type' => 'structure', 'members' => ['AssociationArn' => ['shape' => 'Arn'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'AssociationId' => ['shape' => 'AssociationId'], 'Name' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'RepositoryAssociationState']]], 'StateReason' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimeStamp' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-09-19', 'endpointPrefix' => 'codeguru-reviewer', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'CodeGuruReviewer', 'serviceFullName' => 'Amazon CodeGuru Reviewer', 'serviceId' => 'CodeGuru Reviewer', 'signatureVersion' => 'v4', 'signingName' => 'codeguru-reviewer', 'uid' => 'codeguru-reviewer-2019-09-19'], 'operations' => ['AssociateRepository' => ['name' => 'AssociateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/associations'], 'input' => ['shape' => 'AssociateRepositoryRequest'], 'output' => ['shape' => 'AssociateRepositoryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottlingException']]], 'DescribeCodeReview' => ['name' => 'DescribeCodeReview', 'http' => ['method' => 'GET', 'requestUri' => '/codereviews/{CodeReviewArn}'], 'input' => ['shape' => 'DescribeCodeReviewRequest'], 'output' => ['shape' => 'DescribeCodeReviewResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'DescribeRecommendationFeedback' => ['name' => 'DescribeRecommendationFeedback', 'http' => ['method' => 'GET', 'requestUri' => '/feedback/{CodeReviewArn}'], 'input' => ['shape' => 'DescribeRecommendationFeedbackRequest'], 'output' => ['shape' => 'DescribeRecommendationFeedbackResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'DescribeRepositoryAssociation' => ['name' => 'DescribeRepositoryAssociation', 'http' => ['method' => 'GET', 'requestUri' => '/associations/{AssociationArn}'], 'input' => ['shape' => 'DescribeRepositoryAssociationRequest'], 'output' => ['shape' => 'DescribeRepositoryAssociationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'DisassociateRepository' => ['name' => 'DisassociateRepository', 'http' => ['method' => 'DELETE', 'requestUri' => '/associations/{AssociationArn}'], 'input' => ['shape' => 'DisassociateRepositoryRequest'], 'output' => ['shape' => 'DisassociateRepositoryResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'ThrottlingException']]], 'ListCodeReviews' => ['name' => 'ListCodeReviews', 'http' => ['method' => 'GET', 'requestUri' => '/codereviews'], 'input' => ['shape' => 'ListCodeReviewsRequest'], 'output' => ['shape' => 'ListCodeReviewsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListRecommendationFeedback' => ['name' => 'ListRecommendationFeedback', 'http' => ['method' => 'GET', 'requestUri' => '/feedback/{CodeReviewArn}/RecommendationFeedback'], 'input' => ['shape' => 'ListRecommendationFeedbackRequest'], 'output' => ['shape' => 'ListRecommendationFeedbackResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'ListRecommendations' => ['name' => 'ListRecommendations', 'http' => ['method' => 'GET', 'requestUri' => '/codereviews/{CodeReviewArn}/Recommendations'], 'input' => ['shape' => 'ListRecommendationsRequest'], 'output' => ['shape' => 'ListRecommendationsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]], 'ListRepositoryAssociations' => ['name' => 'ListRepositoryAssociations', 'http' => ['method' => 'GET', 'requestUri' => '/associations'], 'input' => ['shape' => 'ListRepositoryAssociationsRequest'], 'output' => ['shape' => 'ListRepositoryAssociationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']]], 'PutRecommendationFeedback' => ['name' => 'PutRecommendationFeedback', 'http' => ['method' => 'PUT', 'requestUri' => '/feedback'], 'input' => ['shape' => 'PutRecommendationFeedbackRequest'], 'output' => ['shape' => 'PutRecommendationFeedbackResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:[a-z-]+:[\\w-]+$'], 'AssociateRepositoryRequest' => ['type' => 'structure', 'required' => ['Repository'], 'members' => ['Repository' => ['shape' => 'Repository'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'AssociateRepositoryResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'AssociationId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'CodeCommitRepository' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'Name']]], 'CodeReview' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Name'], 'CodeReviewArn' => ['shape' => 'Arn'], 'RepositoryName' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'JobState'], 'StateReason' => ['shape' => 'StateReason'], 'CreatedTimeStamp' => ['shape' => 'TimeStamp'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'Type' => ['shape' => 'Type'], 'PullRequestId' => ['shape' => 'PullRequestId'], 'SourceCodeType' => ['shape' => 'SourceCodeType'], 'Metrics' => ['shape' => 'Metrics']]], 'CodeReviewSummaries' => ['type' => 'list', 'member' => ['shape' => 'CodeReviewSummary']], 'CodeReviewSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Name'], 'CodeReviewArn' => ['shape' => 'Arn'], 'RepositoryName' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'JobState'], 'CreatedTimeStamp' => ['shape' => 'TimeStamp'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'Type' => ['shape' => 'Type'], 'PullRequestId' => ['shape' => 'PullRequestId'], 'MetricsSummary' => ['shape' => 'MetricsSummary']]], 'CommitDiffSourceCodeType' => ['type' => 'structure', 'members' => ['SourceCommit' => ['shape' => 'CommitId'], 'DestinationCommit' => ['shape' => 'CommitId']]], 'CommitId' => ['type' => 'string', 'max' => 64, 'min' => 6], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectionArn' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => 'arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+'], 'DescribeCodeReviewRequest' => ['type' => 'structure', 'required' => ['CodeReviewArn'], 'members' => ['CodeReviewArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'CodeReviewArn']]], 'DescribeCodeReviewResponse' => ['type' => 'structure', 'members' => ['CodeReview' => ['shape' => 'CodeReview']]], 'DescribeRecommendationFeedbackRequest' => ['type' => 'structure', 'required' => ['CodeReviewArn', 'RecommendationId'], 'members' => ['CodeReviewArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'CodeReviewArn'], 'RecommendationId' => ['shape' => 'RecommendationId', 'location' => 'querystring', 'locationName' => 'RecommendationId'], 'UserId' => ['shape' => 'UserId', 'location' => 'querystring', 'locationName' => 'UserId']]], 'DescribeRecommendationFeedbackResponse' => ['type' => 'structure', 'members' => ['RecommendationFeedback' => ['shape' => 'RecommendationFeedback']]], 'DescribeRepositoryAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationArn'], 'members' => ['AssociationArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'AssociationArn']]], 'DescribeRepositoryAssociationResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'DisassociateRepositoryRequest' => ['type' => 'structure', 'required' => ['AssociationArn'], 'members' => ['AssociationArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'AssociationArn']]], 'DisassociateRepositoryResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociation' => ['shape' => 'RepositoryAssociation']]], 'ErrorMessage' => ['type' => 'string'], 'FilePath' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FindingsCount' => ['type' => 'long'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'JobState' => ['type' => 'string', 'enum' => ['Completed', 'Pending', 'Failed', 'Deleting']], 'JobStates' => ['type' => 'list', 'member' => ['shape' => 'JobState'], 'max' => 3, 'min' => 1], 'LineNumber' => ['type' => 'integer'], 'ListCodeReviewsMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ListCodeReviewsRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['ProviderTypes' => ['shape' => 'ProviderTypes', 'location' => 'querystring', 'locationName' => 'ProviderTypes'], 'States' => ['shape' => 'JobStates', 'location' => 'querystring', 'locationName' => 'States'], 'RepositoryNames' => ['shape' => 'RepositoryNames', 'location' => 'querystring', 'locationName' => 'RepositoryNames'], 'Type' => ['shape' => 'Type', 'location' => 'querystring', 'locationName' => 'Type'], 'MaxResults' => ['shape' => 'ListCodeReviewsMaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListCodeReviewsResponse' => ['type' => 'structure', 'members' => ['CodeReviewSummaries' => ['shape' => 'CodeReviewSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRecommendationFeedbackRequest' => ['type' => 'structure', 'required' => ['CodeReviewArn'], 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'CodeReviewArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'CodeReviewArn'], 'UserIds' => ['shape' => 'UserIds', 'location' => 'querystring', 'locationName' => 'UserIds'], 'RecommendationIds' => ['shape' => 'RecommendationIds', 'location' => 'querystring', 'locationName' => 'RecommendationIds']]], 'ListRecommendationFeedbackResponse' => ['type' => 'structure', 'members' => ['RecommendationFeedbackSummaries' => ['shape' => 'RecommendationFeedbackSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRecommendationsRequest' => ['type' => 'structure', 'required' => ['CodeReviewArn'], 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'CodeReviewArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'CodeReviewArn']]], 'ListRecommendationsResponse' => ['type' => 'structure', 'members' => ['RecommendationSummaries' => ['shape' => 'RecommendationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRepositoryAssociationsRequest' => ['type' => 'structure', 'members' => ['ProviderTypes' => ['shape' => 'ProviderTypes', 'location' => 'querystring', 'locationName' => 'ProviderType'], 'States' => ['shape' => 'RepositoryAssociationStates', 'location' => 'querystring', 'locationName' => 'State'], 'Names' => ['shape' => 'Names', 'location' => 'querystring', 'locationName' => 'Name'], 'Owners' => ['shape' => 'Owners', 'location' => 'querystring', 'locationName' => 'Owner'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListRepositoryAssociationsResponse' => ['type' => 'structure', 'members' => ['RepositoryAssociationSummaries' => ['shape' => 'RepositoryAssociationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MeteredLinesOfCodeCount' => ['type' => 'long'], 'Metrics' => ['type' => 'structure', 'members' => ['MeteredLinesOfCodeCount' => ['shape' => 'MeteredLinesOfCodeCount'], 'FindingsCount' => ['shape' => 'FindingsCount']]], 'MetricsSummary' => ['type' => 'structure', 'members' => ['MeteredLinesOfCodeCount' => ['shape' => 'MeteredLinesOfCodeCount'], 'FindingsCount' => ['shape' => 'FindingsCount']]], 'Name' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^\\S[\\w.-]*$'], 'Names' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 3, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Owner' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^\\S(.*\\S)?$'], 'Owners' => ['type' => 'list', 'member' => ['shape' => 'Owner'], 'max' => 3, 'min' => 1], 'ProviderType' => ['type' => 'string', 'enum' => ['CodeCommit', 'GitHub', 'Bitbucket', 'GitHubEnterpriseServer']], 'ProviderTypes' => ['type' => 'list', 'member' => ['shape' => 'ProviderType'], 'max' => 3, 'min' => 1], 'PullRequestId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PutRecommendationFeedbackRequest' => ['type' => 'structure', 'required' => ['CodeReviewArn', 'RecommendationId', 'Reactions'], 'members' => ['CodeReviewArn' => ['shape' => 'Arn'], 'RecommendationId' => ['shape' => 'RecommendationId'], 'Reactions' => ['shape' => 'Reactions']]], 'PutRecommendationFeedbackResponse' => ['type' => 'structure', 'members' => []], 'Reaction' => ['type' => 'string', 'enum' => ['ThumbsUp', 'ThumbsDown']], 'Reactions' => ['type' => 'list', 'member' => ['shape' => 'Reaction'], 'max' => 1, 'min' => 0], 'RecommendationFeedback' => ['type' => 'structure', 'members' => ['CodeReviewArn' => ['shape' => 'Arn'], 'RecommendationId' => ['shape' => 'RecommendationId'], 'Reactions' => ['shape' => 'Reactions'], 'UserId' => ['shape' => 'UserId'], 'CreatedTimeStamp' => ['shape' => 'TimeStamp'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp']]], 'RecommendationFeedbackSummaries' => ['type' => 'list', 'member' => ['shape' => 'RecommendationFeedbackSummary']], 'RecommendationFeedbackSummary' => ['type' => 'structure', 'members' => ['RecommendationId' => ['shape' => 'RecommendationId'], 'Reactions' => ['shape' => 'Reactions'], 'UserId' => ['shape' => 'UserId']]], 'RecommendationId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'RecommendationIds' => ['type' => 'list', 'member' => ['shape' => 'RecommendationId'], 'max' => 100, 'min' => 1], 'RecommendationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RecommendationSummary']], 'RecommendationSummary' => ['type' => 'structure', 'members' => ['FilePath' => ['shape' => 'FilePath'], 'RecommendationId' => ['shape' => 'RecommendationId'], 'StartLine' => ['shape' => 'LineNumber'], 'EndLine' => ['shape' => 'LineNumber'], 'Description' => ['shape' => 'Text']]], 'Repository' => ['type' => 'structure', 'members' => ['CodeCommit' => ['shape' => 'CodeCommitRepository'], 'Bitbucket' => ['shape' => 'ThirdPartySourceRepository'], 'GitHubEnterpriseServer' => ['shape' => 'ThirdPartySourceRepository']]], 'RepositoryAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationArn' => ['shape' => 'Arn'], 'ConnectionArn' => ['shape' => 'ConnectionArn'], 'Name' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'RepositoryAssociationState'], 'StateReason' => ['shape' => 'StateReason'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'CreatedTimeStamp' => ['shape' => 'TimeStamp']]], 'RepositoryAssociationState' => ['type' => 'string', 'enum' => ['Associated', 'Associating', 'Failed', 'Disassociating']], 'RepositoryAssociationStates' => ['type' => 'list', 'member' => ['shape' => 'RepositoryAssociationState'], 'max' => 3, 'min' => 1], 'RepositoryAssociationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RepositoryAssociationSummary']], 'RepositoryAssociationSummary' => ['type' => 'structure', 'members' => ['AssociationArn' => ['shape' => 'Arn'], 'ConnectionArn' => ['shape' => 'ConnectionArn'], 'LastUpdatedTimeStamp' => ['shape' => 'TimeStamp'], 'AssociationId' => ['shape' => 'AssociationId'], 'Name' => ['shape' => 'Name'], 'Owner' => ['shape' => 'Owner'], 'ProviderType' => ['shape' => 'ProviderType'], 'State' => ['shape' => 'RepositoryAssociationState']]], 'RepositoryNames' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 100, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SourceCodeType' => ['type' => 'structure', 'members' => ['CommitDiff' => ['shape' => 'CommitDiffSourceCodeType']]], 'StateReason' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Text' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ThirdPartySourceRepository' => ['type' => 'structure', 'required' => ['Name', 'ConnectionArn', 'Owner'], 'members' => ['Name' => ['shape' => 'Name'], 'ConnectionArn' => ['shape' => 'ConnectionArn'], 'Owner' => ['shape' => 'Owner']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimeStamp' => ['type' => 'timestamp'], 'Type' => ['type' => 'string', 'enum' => ['PullRequest']], 'UserId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'UserIds' => ['type' => 'list', 'member' => ['shape' => 'UserId'], 'max' => 100, 'min' => 1], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php b/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php index 1c08ce16..17db29b1 100644 --- a/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListRepositoryAssociations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'RepositoryAssociationSummaries']]]; +return ['pagination' => ['ListCodeReviews' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRecommendationFeedback' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRecommendations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListRepositoryAssociations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'RepositoryAssociationSummaries']]]; diff --git a/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php b/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php index ef12801b..0f829b6d 100644 --- a/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php +++ b/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-07-18', 'endpointPrefix' => 'codeguru-profiler', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon CodeGuru Profiler', 'serviceId' => 'CodeGuruProfiler', 'signatureVersion' => 'v4', 'signingName' => 'codeguru-profiler', 'uid' => 'codeguruprofiler-2019-07-18'], 'operations' => ['ConfigureAgent' => ['name' => 'ConfigureAgent', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/configureAgent', 'responseCode' => 200], 'input' => ['shape' => 'ConfigureAgentRequest'], 'output' => ['shape' => 'ConfigureAgentResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'CreateProfilingGroup' => ['name' => 'CreateProfilingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups', 'responseCode' => 201], 'input' => ['shape' => 'CreateProfilingGroupRequest'], 'output' => ['shape' => 'CreateProfilingGroupResponse'], 'errors' => [['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'DeleteProfilingGroup' => ['name' => 'DeleteProfilingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProfilingGroupRequest'], 'output' => ['shape' => 'DeleteProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeProfilingGroup' => ['name' => 'DescribeProfilingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeProfilingGroupRequest'], 'output' => ['shape' => 'DescribeProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetProfile' => ['name' => 'GetProfile', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/profile', 'responseCode' => 200], 'input' => ['shape' => 'GetProfileRequest'], 'output' => ['shape' => 'GetProfileResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListProfileTimes' => ['name' => 'ListProfileTimes', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/profileTimes', 'responseCode' => 200], 'input' => ['shape' => 'ListProfileTimesRequest'], 'output' => ['shape' => 'ListProfileTimesResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListProfilingGroups' => ['name' => 'ListProfilingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups', 'responseCode' => 200], 'input' => ['shape' => 'ListProfilingGroupsRequest'], 'output' => ['shape' => 'ListProfilingGroupsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'PostAgentProfile' => ['name' => 'PostAgentProfile', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/agentProfile', 'responseCode' => 204], 'input' => ['shape' => 'PostAgentProfileRequest'], 'output' => ['shape' => 'PostAgentProfileResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateProfilingGroup' => ['name' => 'UpdateProfilingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateProfilingGroupRequest'], 'output' => ['shape' => 'UpdateProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['AgentConfiguration' => ['type' => 'structure', 'required' => ['periodInSeconds', 'shouldProfile'], 'members' => ['periodInSeconds' => ['shape' => 'Integer'], 'shouldProfile' => ['shape' => 'Boolean']]], 'AgentOrchestrationConfig' => ['type' => 'structure', 'required' => ['profilingEnabled'], 'members' => ['profilingEnabled' => ['shape' => 'Boolean']]], 'AgentProfile' => ['type' => 'blob'], 'AggregatedProfile' => ['type' => 'blob'], 'AggregatedProfileTime' => ['type' => 'structure', 'members' => ['period' => ['shape' => 'AggregationPeriod'], 'start' => ['shape' => 'Timestamp']]], 'AggregationPeriod' => ['type' => 'string', 'enum' => ['P1D', 'PT1H', 'PT5M']], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'ConfigureAgentRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['fleetInstanceId' => ['shape' => 'FleetInstanceId'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'ConfigureAgentResponse' => ['type' => 'structure', 'required' => ['configuration'], 'members' => ['configuration' => ['shape' => 'AgentConfiguration']], 'payload' => 'configuration'], 'ConflictException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreateProfilingGroupRequest' => ['type' => 'structure', 'required' => ['clientToken', 'profilingGroupName'], 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName']]], 'CreateProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'DeleteProfilingGroupRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'DeleteProfilingGroupResponse' => ['type' => 'structure', 'members' => []], 'DescribeProfilingGroupRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'DescribeProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'FleetInstanceId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w-.:/]+$'], 'GetProfileRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['accept' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Accept'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'maxDepth' => ['shape' => 'MaxDepth', 'location' => 'querystring', 'locationName' => 'maxDepth'], 'period' => ['shape' => 'Period', 'location' => 'querystring', 'locationName' => 'period'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'GetProfileResponse' => ['type' => 'structure', 'required' => ['contentType', 'profile'], 'members' => ['contentEncoding' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'profile' => ['shape' => 'AggregatedProfile']], 'payload' => 'profile'], 'Integer' => ['type' => 'integer', 'box' => \true], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ListProfileTimesRequest' => ['type' => 'structure', 'required' => ['endTime', 'period', 'profilingGroupName', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'orderBy' => ['shape' => 'OrderBy', 'location' => 'querystring', 'locationName' => 'orderBy'], 'period' => ['shape' => 'AggregationPeriod', 'location' => 'querystring', 'locationName' => 'period'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'ListProfileTimesResponse' => ['type' => 'structure', 'required' => ['profileTimes'], 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'profileTimes' => ['shape' => 'ProfileTimes']]], 'ListProfilingGroupsRequest' => ['type' => 'structure', 'members' => ['includeDescription' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'includeDescription'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProfilingGroupsResponse' => ['type' => 'structure', 'required' => ['profilingGroupNames'], 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'profilingGroupNames' => ['shape' => 'ProfilingGroupNames'], 'profilingGroups' => ['shape' => 'ProfilingGroupDescriptions']]], 'MaxDepth' => ['type' => 'integer', 'box' => \true, 'max' => 10000, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'OrderBy' => ['type' => 'string', 'enum' => ['TimestampAscending', 'TimestampDescending']], 'PaginationToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'Period' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PostAgentProfileRequest' => ['type' => 'structure', 'required' => ['agentProfile', 'contentType', 'profilingGroupName'], 'members' => ['agentProfile' => ['shape' => 'AgentProfile'], 'contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'profileToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'profileToken'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']], 'payload' => 'agentProfile'], 'PostAgentProfileResponse' => ['type' => 'structure', 'members' => []], 'ProfileTime' => ['type' => 'structure', 'members' => ['start' => ['shape' => 'Timestamp']]], 'ProfileTimes' => ['type' => 'list', 'member' => ['shape' => 'ProfileTime']], 'ProfilingGroupArn' => ['type' => 'string'], 'ProfilingGroupDescription' => ['type' => 'structure', 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'arn' => ['shape' => 'ProfilingGroupArn'], 'createdAt' => ['shape' => 'Timestamp'], 'name' => ['shape' => 'ProfilingGroupName'], 'profilingStatus' => ['shape' => 'ProfilingStatus'], 'updatedAt' => ['shape' => 'Timestamp']]], 'ProfilingGroupDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProfilingGroupDescription']], 'ProfilingGroupName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'ProfilingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ProfilingGroupName']], 'ProfilingStatus' => ['type' => 'structure', 'members' => ['latestAgentOrchestratedAt' => ['shape' => 'Timestamp'], 'latestAgentProfileReportedAt' => ['shape' => 'Timestamp'], 'latestAggregatedProfile' => ['shape' => 'AggregatedProfileTime']]], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402, 'senderFault' => \true], 'exception' => \true], 'String' => ['type' => 'string'], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'UpdateProfilingGroupRequest' => ['type' => 'structure', 'required' => ['agentOrchestrationConfig', 'profilingGroupName'], 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'UpdateProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-07-18', 'endpointPrefix' => 'codeguru-profiler', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon CodeGuru Profiler', 'serviceId' => 'CodeGuruProfiler', 'signatureVersion' => 'v4', 'signingName' => 'codeguru-profiler', 'uid' => 'codeguruprofiler-2019-07-18'], 'operations' => ['AddNotificationChannels' => ['name' => 'AddNotificationChannels', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/notificationConfiguration', 'responseCode' => 200], 'input' => ['shape' => 'AddNotificationChannelsRequest'], 'output' => ['shape' => 'AddNotificationChannelsResponse'], 'errors' => [['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'BatchGetFrameMetricData' => ['name' => 'BatchGetFrameMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/frames/-/metrics', 'responseCode' => 200], 'input' => ['shape' => 'BatchGetFrameMetricDataRequest'], 'output' => ['shape' => 'BatchGetFrameMetricDataResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ConfigureAgent' => ['name' => 'ConfigureAgent', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/configureAgent', 'responseCode' => 200], 'input' => ['shape' => 'ConfigureAgentRequest'], 'output' => ['shape' => 'ConfigureAgentResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'CreateProfilingGroup' => ['name' => 'CreateProfilingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups', 'responseCode' => 201], 'input' => ['shape' => 'CreateProfilingGroupRequest'], 'output' => ['shape' => 'CreateProfilingGroupResponse'], 'errors' => [['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'DeleteProfilingGroup' => ['name' => 'DeleteProfilingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProfilingGroupRequest'], 'output' => ['shape' => 'DeleteProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeProfilingGroup' => ['name' => 'DescribeProfilingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeProfilingGroupRequest'], 'output' => ['shape' => 'DescribeProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetFindingsReportAccountSummary' => ['name' => 'GetFindingsReportAccountSummary', 'http' => ['method' => 'GET', 'requestUri' => '/internal/findingsReports', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsReportAccountSummaryRequest'], 'output' => ['shape' => 'GetFindingsReportAccountSummaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']]], 'GetNotificationConfiguration' => ['name' => 'GetNotificationConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/notificationConfiguration', 'responseCode' => 200], 'input' => ['shape' => 'GetNotificationConfigurationRequest'], 'output' => ['shape' => 'GetNotificationConfigurationResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetProfile' => ['name' => 'GetProfile', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/profile', 'responseCode' => 200], 'input' => ['shape' => 'GetProfileRequest'], 'output' => ['shape' => 'GetProfileResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetRecommendations' => ['name' => 'GetRecommendations', 'http' => ['method' => 'GET', 'requestUri' => '/internal/profilingGroups/{profilingGroupName}/recommendations', 'responseCode' => 200], 'input' => ['shape' => 'GetRecommendationsRequest'], 'output' => ['shape' => 'GetRecommendationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListFindingsReports' => ['name' => 'ListFindingsReports', 'http' => ['method' => 'GET', 'requestUri' => '/internal/profilingGroups/{profilingGroupName}/findingsReports', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsReportsRequest'], 'output' => ['shape' => 'ListFindingsReportsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListProfileTimes' => ['name' => 'ListProfileTimes', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups/{profilingGroupName}/profileTimes', 'responseCode' => 200], 'input' => ['shape' => 'ListProfileTimesRequest'], 'output' => ['shape' => 'ListProfileTimesResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListProfilingGroups' => ['name' => 'ListProfilingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/profilingGroups', 'responseCode' => 200], 'input' => ['shape' => 'ListProfilingGroupsRequest'], 'output' => ['shape' => 'ListProfilingGroupsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'PostAgentProfile' => ['name' => 'PostAgentProfile', 'http' => ['method' => 'POST', 'requestUri' => '/profilingGroups/{profilingGroupName}/agentProfile', 'responseCode' => 204], 'input' => ['shape' => 'PostAgentProfileRequest'], 'output' => ['shape' => 'PostAgentProfileResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'PutPermission' => ['name' => 'PutPermission', 'http' => ['method' => 'PUT', 'requestUri' => '/profilingGroups/{profilingGroupName}/policy/{actionGroup}', 'responseCode' => 200], 'input' => ['shape' => 'PutPermissionRequest'], 'output' => ['shape' => 'PutPermissionResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'RemoveNotificationChannel' => ['name' => 'RemoveNotificationChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'RemoveNotificationChannelRequest'], 'output' => ['shape' => 'RemoveNotificationChannelResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'DELETE', 'requestUri' => '/profilingGroups/{profilingGroupName}/policy/{actionGroup}', 'responseCode' => 200], 'input' => ['shape' => 'RemovePermissionRequest'], 'output' => ['shape' => 'RemovePermissionResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'SubmitFeedback' => ['name' => 'SubmitFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback', 'responseCode' => 204], 'input' => ['shape' => 'SubmitFeedbackRequest'], 'output' => ['shape' => 'SubmitFeedbackResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'UpdateProfilingGroup' => ['name' => 'UpdateProfilingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/profilingGroups/{profilingGroupName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateProfilingGroupRequest'], 'output' => ['shape' => 'UpdateProfilingGroupResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['ActionGroup' => ['type' => 'string', 'enum' => ['agentPermissions']], 'AddNotificationChannelsRequest' => ['type' => 'structure', 'required' => ['channels', 'profilingGroupName'], 'members' => ['channels' => ['shape' => 'Channels'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'AddNotificationChannelsResponse' => ['type' => 'structure', 'members' => ['notificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'AgentConfiguration' => ['type' => 'structure', 'required' => ['periodInSeconds', 'shouldProfile'], 'members' => ['agentParameters' => ['shape' => 'AgentParameters'], 'periodInSeconds' => ['shape' => 'Integer'], 'shouldProfile' => ['shape' => 'Boolean']]], 'AgentOrchestrationConfig' => ['type' => 'structure', 'required' => ['profilingEnabled'], 'members' => ['profilingEnabled' => ['shape' => 'Boolean']]], 'AgentParameterField' => ['type' => 'string', 'enum' => ['MaxStackDepth', 'MemoryUsageLimitPercent', 'MinimumTimeForReportingInMilliseconds', 'ReportingIntervalInMilliseconds', 'SamplingIntervalInMilliseconds']], 'AgentParameters' => ['type' => 'map', 'key' => ['shape' => 'AgentParameterField'], 'value' => ['shape' => 'String']], 'AgentProfile' => ['type' => 'blob'], 'AggregatedProfile' => ['type' => 'blob'], 'AggregatedProfileTime' => ['type' => 'structure', 'members' => ['period' => ['shape' => 'AggregationPeriod'], 'start' => ['shape' => 'Timestamp']]], 'AggregationPeriod' => ['type' => 'string', 'enum' => ['P1D', 'PT1H', 'PT5M']], 'Anomalies' => ['type' => 'list', 'member' => ['shape' => 'Anomaly']], 'Anomaly' => ['type' => 'structure', 'required' => ['instances', 'metric', 'reason'], 'members' => ['instances' => ['shape' => 'AnomalyInstances'], 'metric' => ['shape' => 'Metric'], 'reason' => ['shape' => 'String']]], 'AnomalyInstance' => ['type' => 'structure', 'required' => ['id', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'id' => ['shape' => 'String'], 'startTime' => ['shape' => 'Timestamp'], 'userFeedback' => ['shape' => 'UserFeedback']]], 'AnomalyInstanceId' => ['type' => 'string', 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'], 'AnomalyInstances' => ['type' => 'list', 'member' => ['shape' => 'AnomalyInstance']], 'BatchGetFrameMetricDataRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'frameMetrics' => ['shape' => 'FrameMetrics'], 'period' => ['shape' => 'Period', 'location' => 'querystring', 'locationName' => 'period'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'targetResolution' => ['shape' => 'AggregationPeriod', 'location' => 'querystring', 'locationName' => 'targetResolution']]], 'BatchGetFrameMetricDataResponse' => ['type' => 'structure', 'required' => ['endTime', 'endTimes', 'frameMetricData', 'resolution', 'startTime', 'unprocessedEndTimes'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'endTimes' => ['shape' => 'ListOfTimestamps'], 'frameMetricData' => ['shape' => 'FrameMetricData'], 'resolution' => ['shape' => 'AggregationPeriod'], 'startTime' => ['shape' => 'Timestamp'], 'unprocessedEndTimes' => ['shape' => 'UnprocessedEndTimeMap']]], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'Channel' => ['type' => 'structure', 'required' => ['eventPublishers', 'uri'], 'members' => ['eventPublishers' => ['shape' => 'EventPublishers'], 'id' => ['shape' => 'ChannelId'], 'uri' => ['shape' => 'ChannelUri']]], 'ChannelId' => ['type' => 'string', 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'], 'ChannelUri' => ['type' => 'string'], 'Channels' => ['type' => 'list', 'member' => ['shape' => 'Channel'], 'max' => 2, 'min' => 1], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'ComputePlatform' => ['type' => 'string', 'enum' => ['AWSLambda', 'Default']], 'ConfigureAgentRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['fleetInstanceId' => ['shape' => 'FleetInstanceId'], 'metadata' => ['shape' => 'Metadata'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'ConfigureAgentResponse' => ['type' => 'structure', 'required' => ['configuration'], 'members' => ['configuration' => ['shape' => 'AgentConfiguration']], 'payload' => 'configuration'], 'ConflictException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'CreateProfilingGroupRequest' => ['type' => 'structure', 'required' => ['clientToken', 'profilingGroupName'], 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName'], 'tags' => ['shape' => 'TagsMap']]], 'CreateProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'DeleteProfilingGroupRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'DeleteProfilingGroupResponse' => ['type' => 'structure', 'members' => []], 'DescribeProfilingGroupRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'DescribeProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'Double' => ['type' => 'double', 'box' => \true], 'EventPublisher' => ['type' => 'string', 'enum' => ['AnomalyDetection']], 'EventPublishers' => ['type' => 'list', 'member' => ['shape' => 'EventPublisher'], 'max' => 1, 'min' => 1], 'FeedbackType' => ['type' => 'string', 'enum' => ['Negative', 'Positive']], 'FindingsReportId' => ['type' => 'string', 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'], 'FindingsReportSummaries' => ['type' => 'list', 'member' => ['shape' => 'FindingsReportSummary']], 'FindingsReportSummary' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'FindingsReportId'], 'profileEndTime' => ['shape' => 'Timestamp'], 'profileStartTime' => ['shape' => 'Timestamp'], 'profilingGroupName' => ['shape' => 'String'], 'totalNumberOfFindings' => ['shape' => 'Integer']]], 'FleetInstanceId' => ['type' => 'string', 'max' => 255, 'min' => 1], 'FrameMetric' => ['type' => 'structure', 'required' => ['frameName', 'threadStates', 'type'], 'members' => ['frameName' => ['shape' => 'String'], 'threadStates' => ['shape' => 'ThreadStates'], 'type' => ['shape' => 'MetricType']]], 'FrameMetricData' => ['type' => 'list', 'member' => ['shape' => 'FrameMetricDatum']], 'FrameMetricDatum' => ['type' => 'structure', 'required' => ['frameMetric', 'values'], 'members' => ['frameMetric' => ['shape' => 'FrameMetric'], 'values' => ['shape' => 'FrameMetricValues']]], 'FrameMetricValues' => ['type' => 'list', 'member' => ['shape' => 'Double']], 'FrameMetrics' => ['type' => 'list', 'member' => ['shape' => 'FrameMetric']], 'GetFindingsReportAccountSummaryRequest' => ['type' => 'structure', 'members' => ['dailyReportsOnly' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'dailyReportsOnly'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetFindingsReportAccountSummaryResponse' => ['type' => 'structure', 'required' => ['reportSummaries'], 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'reportSummaries' => ['shape' => 'FindingsReportSummaries']]], 'GetNotificationConfigurationRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'GetNotificationConfigurationResponse' => ['type' => 'structure', 'required' => ['notificationConfiguration'], 'members' => ['notificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'GetPolicyResponse' => ['type' => 'structure', 'required' => ['policy', 'revisionId'], 'members' => ['policy' => ['shape' => 'String'], 'revisionId' => ['shape' => 'RevisionId']]], 'GetProfileRequest' => ['type' => 'structure', 'required' => ['profilingGroupName'], 'members' => ['accept' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Accept'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'maxDepth' => ['shape' => 'MaxDepth', 'location' => 'querystring', 'locationName' => 'maxDepth'], 'period' => ['shape' => 'Period', 'location' => 'querystring', 'locationName' => 'period'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'GetProfileResponse' => ['type' => 'structure', 'required' => ['contentType', 'profile'], 'members' => ['contentEncoding' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'profile' => ['shape' => 'AggregatedProfile']], 'payload' => 'profile'], 'GetRecommendationsRequest' => ['type' => 'structure', 'required' => ['endTime', 'profilingGroupName', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'locale' => ['shape' => 'Locale', 'location' => 'querystring', 'locationName' => 'locale'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'GetRecommendationsResponse' => ['type' => 'structure', 'required' => ['anomalies', 'profileEndTime', 'profileStartTime', 'profilingGroupName', 'recommendations'], 'members' => ['anomalies' => ['shape' => 'Anomalies'], 'profileEndTime' => ['shape' => 'Timestamp'], 'profileStartTime' => ['shape' => 'Timestamp'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName'], 'recommendations' => ['shape' => 'Recommendations']]], 'Integer' => ['type' => 'integer', 'box' => \true], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ListFindingsReportsRequest' => ['type' => 'structure', 'required' => ['endTime', 'profilingGroupName', 'startTime'], 'members' => ['dailyReportsOnly' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'dailyReportsOnly'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'ListFindingsReportsResponse' => ['type' => 'structure', 'required' => ['findingsReportSummaries'], 'members' => ['findingsReportSummaries' => ['shape' => 'FindingsReportSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListOfTimestamps' => ['type' => 'list', 'member' => ['shape' => 'TimestampStructure']], 'ListProfileTimesRequest' => ['type' => 'structure', 'required' => ['endTime', 'period', 'profilingGroupName', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'orderBy' => ['shape' => 'OrderBy', 'location' => 'querystring', 'locationName' => 'orderBy'], 'period' => ['shape' => 'AggregationPeriod', 'location' => 'querystring', 'locationName' => 'period'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime']]], 'ListProfileTimesResponse' => ['type' => 'structure', 'required' => ['profileTimes'], 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'profileTimes' => ['shape' => 'ProfileTimes']]], 'ListProfilingGroupsRequest' => ['type' => 'structure', 'members' => ['includeDescription' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'includeDescription'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProfilingGroupsResponse' => ['type' => 'structure', 'required' => ['profilingGroupNames'], 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'profilingGroupNames' => ['shape' => 'ProfilingGroupNames'], 'profilingGroups' => ['shape' => 'ProfilingGroupDescriptions']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ProfilingGroupArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap']]], 'Locale' => ['type' => 'string'], 'Match' => ['type' => 'structure', 'members' => ['frameAddress' => ['shape' => 'String'], 'targetFramesIndex' => ['shape' => 'Integer'], 'thresholdBreachValue' => ['shape' => 'Double']]], 'Matches' => ['type' => 'list', 'member' => ['shape' => 'Match']], 'MaxDepth' => ['type' => 'integer', 'box' => \true, 'max' => 10000, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'Metadata' => ['type' => 'map', 'key' => ['shape' => 'MetadataField'], 'value' => ['shape' => 'String']], 'MetadataField' => ['type' => 'string', 'enum' => ['AgentId', 'AwsRequestId', 'ComputePlatform', 'ExecutionEnvironment', 'LambdaFunctionArn', 'LambdaMemoryLimitInMB', 'LambdaPreviousExecutionTimeInMilliseconds', 'LambdaRemainingTimeInMilliseconds', 'LambdaTimeGapBetweenInvokesInMilliseconds']], 'Metric' => ['type' => 'structure', 'required' => ['frameName', 'threadStates', 'type'], 'members' => ['frameName' => ['shape' => 'String'], 'threadStates' => ['shape' => 'Strings'], 'type' => ['shape' => 'MetricType']]], 'MetricType' => ['type' => 'string', 'enum' => ['AggregatedRelativeTotalTime']], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['channels' => ['shape' => 'Channels']]], 'OrderBy' => ['type' => 'string', 'enum' => ['TimestampAscending', 'TimestampDescending']], 'PaginationToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'Pattern' => ['type' => 'structure', 'members' => ['countersToAggregate' => ['shape' => 'Strings'], 'description' => ['shape' => 'String'], 'id' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'resolutionSteps' => ['shape' => 'String'], 'targetFrames' => ['shape' => 'TargetFrames'], 'thresholdPercent' => ['shape' => 'Percentage']]], 'Percentage' => ['type' => 'double', 'max' => 100, 'min' => 0], 'Period' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PostAgentProfileRequest' => ['type' => 'structure', 'required' => ['agentProfile', 'contentType', 'profilingGroupName'], 'members' => ['agentProfile' => ['shape' => 'AgentProfile'], 'contentType' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Content-Type'], 'profileToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'profileToken'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']], 'payload' => 'agentProfile'], 'PostAgentProfileResponse' => ['type' => 'structure', 'members' => []], 'Principal' => ['type' => 'string'], 'Principals' => ['type' => 'list', 'member' => ['shape' => 'Principal'], 'max' => 50, 'min' => 1], 'ProfileTime' => ['type' => 'structure', 'members' => ['start' => ['shape' => 'Timestamp']]], 'ProfileTimes' => ['type' => 'list', 'member' => ['shape' => 'ProfileTime']], 'ProfilingGroupArn' => ['type' => 'string'], 'ProfilingGroupDescription' => ['type' => 'structure', 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'arn' => ['shape' => 'ProfilingGroupArn'], 'computePlatform' => ['shape' => 'ComputePlatform'], 'createdAt' => ['shape' => 'Timestamp'], 'name' => ['shape' => 'ProfilingGroupName'], 'profilingStatus' => ['shape' => 'ProfilingStatus'], 'tags' => ['shape' => 'TagsMap'], 'updatedAt' => ['shape' => 'Timestamp']]], 'ProfilingGroupDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProfilingGroupDescription']], 'ProfilingGroupName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w-]+$'], 'ProfilingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ProfilingGroupName']], 'ProfilingStatus' => ['type' => 'structure', 'members' => ['latestAgentOrchestratedAt' => ['shape' => 'Timestamp'], 'latestAgentProfileReportedAt' => ['shape' => 'Timestamp'], 'latestAggregatedProfile' => ['shape' => 'AggregatedProfileTime']]], 'PutPermissionRequest' => ['type' => 'structure', 'required' => ['actionGroup', 'principals', 'profilingGroupName'], 'members' => ['actionGroup' => ['shape' => 'ActionGroup', 'location' => 'uri', 'locationName' => 'actionGroup'], 'principals' => ['shape' => 'Principals'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'revisionId' => ['shape' => 'RevisionId']]], 'PutPermissionResponse' => ['type' => 'structure', 'required' => ['policy', 'revisionId'], 'members' => ['policy' => ['shape' => 'String'], 'revisionId' => ['shape' => 'RevisionId']]], 'Recommendation' => ['type' => 'structure', 'required' => ['allMatchesCount', 'allMatchesSum', 'endTime', 'pattern', 'startTime', 'topMatches'], 'members' => ['allMatchesCount' => ['shape' => 'Integer'], 'allMatchesSum' => ['shape' => 'Double'], 'endTime' => ['shape' => 'Timestamp'], 'pattern' => ['shape' => 'Pattern'], 'startTime' => ['shape' => 'Timestamp'], 'topMatches' => ['shape' => 'Matches']]], 'Recommendations' => ['type' => 'list', 'member' => ['shape' => 'Recommendation']], 'RemoveNotificationChannelRequest' => ['type' => 'structure', 'required' => ['channelId', 'profilingGroupName'], 'members' => ['channelId' => ['shape' => 'ChannelId', 'location' => 'uri', 'locationName' => 'channelId'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'RemoveNotificationChannelResponse' => ['type' => 'structure', 'members' => ['notificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['actionGroup', 'profilingGroupName', 'revisionId'], 'members' => ['actionGroup' => ['shape' => 'ActionGroup', 'location' => 'uri', 'locationName' => 'actionGroup'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'revisionId' => ['shape' => 'RevisionId', 'location' => 'querystring', 'locationName' => 'revisionId']]], 'RemovePermissionResponse' => ['type' => 'structure', 'required' => ['policy', 'revisionId'], 'members' => ['policy' => ['shape' => 'String'], 'revisionId' => ['shape' => 'RevisionId']]], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'RevisionId' => ['type' => 'string', 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402, 'senderFault' => \true], 'exception' => \true], 'String' => ['type' => 'string'], 'Strings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubmitFeedbackRequest' => ['type' => 'structure', 'required' => ['anomalyInstanceId', 'profilingGroupName', 'type'], 'members' => ['anomalyInstanceId' => ['shape' => 'AnomalyInstanceId', 'location' => 'uri', 'locationName' => 'anomalyInstanceId'], 'comment' => ['shape' => 'String'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName'], 'type' => ['shape' => 'FeedbackType']]], 'SubmitFeedbackResponse' => ['type' => 'structure', 'members' => []], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ProfilingGroupArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'TargetFrame' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TargetFrames' => ['type' => 'list', 'member' => ['shape' => 'TargetFrame']], 'ThreadStates' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'TimestampStructure' => ['type' => 'structure', 'required' => ['value'], 'members' => ['value' => ['shape' => 'Timestamp']]], 'UnprocessedEndTimeMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ListOfTimestamps']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ProfilingGroupArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateProfilingGroupRequest' => ['type' => 'structure', 'required' => ['agentOrchestrationConfig', 'profilingGroupName'], 'members' => ['agentOrchestrationConfig' => ['shape' => 'AgentOrchestrationConfig'], 'profilingGroupName' => ['shape' => 'ProfilingGroupName', 'location' => 'uri', 'locationName' => 'profilingGroupName']]], 'UpdateProfilingGroupResponse' => ['type' => 'structure', 'required' => ['profilingGroup'], 'members' => ['profilingGroup' => ['shape' => 'ProfilingGroupDescription']], 'payload' => 'profilingGroup'], 'UserFeedback' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'FeedbackType']]], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php b/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php index e0ebab81..6121473e 100644 --- a/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListProfileTimes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'ListProfilingGroups' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults']]]; +return ['pagination' => ['GetFindingsReportAccountSummary' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'ListFindingsReports' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'ListProfileTimes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'profileTimes'], 'ListProfilingGroups' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults']]]; diff --git a/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/api-2.json.php b/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/api-2.json.php index 0eaf1750..0d0cd5ca 100644 --- a/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-12-01', 'endpointPrefix' => 'codestar-connections', 'jsonVersion' => '1.0', 'protocol' => 'json', 'serviceFullName' => 'AWS CodeStar connections', 'serviceId' => 'CodeStar connections', 'signatureVersion' => 'v4', 'signingName' => 'codestar-connections', 'targetPrefix' => 'com.amazonaws.codestar.connections.CodeStar_connections_20191201', 'uid' => 'codestar-connections-2019-12-01'], 'operations' => ['CreateConnection' => ['name' => 'CreateConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConnectionInput'], 'output' => ['shape' => 'CreateConnectionOutput'], 'errors' => [['shape' => 'LimitExceededException']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionInput'], 'output' => ['shape' => 'DeleteConnectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'GetConnection' => ['name' => 'GetConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionInput'], 'output' => ['shape' => 'GetConnectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListConnections' => ['name' => 'ListConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConnectionsInput'], 'output' => ['shape' => 'ListConnectionsOutput']]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]{12}'], 'Connection' => ['type' => 'structure', 'members' => ['ConnectionName' => ['shape' => 'ConnectionName'], 'ConnectionArn' => ['shape' => 'ConnectionArn'], 'ProviderType' => ['shape' => 'ProviderType'], 'OwnerAccountId' => ['shape' => 'AccountId'], 'ConnectionStatus' => ['shape' => 'ConnectionStatus']]], 'ConnectionArn' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => 'arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+'], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'ERROR']], 'CreateConnectionInput' => ['type' => 'structure', 'required' => ['ProviderType', 'ConnectionName'], 'members' => ['ProviderType' => ['shape' => 'ProviderType'], 'ConnectionName' => ['shape' => 'ConnectionName']]], 'CreateConnectionOutput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn']]], 'DeleteConnectionInput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn']]], 'DeleteConnectionOutput' => ['type' => 'structure', 'members' => []], 'ErrorMessage' => ['type' => 'string', 'max' => 600], 'GetConnectionInput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn']]], 'GetConnectionOutput' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListConnectionsInput' => ['type' => 'structure', 'members' => ['ProviderTypeFilter' => ['shape' => 'ProviderType'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListConnectionsOutput' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'ConnectionList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[a-zA-Z0-9=\\-\\\\/]+'], 'ProviderType' => ['type' => 'string', 'enum' => ['Bitbucket']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-12-01', 'endpointPrefix' => 'codestar-connections', 'jsonVersion' => '1.0', 'protocol' => 'json', 'serviceFullName' => 'AWS CodeStar connections', 'serviceId' => 'CodeStar connections', 'signatureVersion' => 'v4', 'signingName' => 'codestar-connections', 'targetPrefix' => 'com.amazonaws.codestar.connections.CodeStar_connections_20191201', 'uid' => 'codestar-connections-2019-12-01'], 'operations' => ['CreateConnection' => ['name' => 'CreateConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConnectionInput'], 'output' => ['shape' => 'CreateConnectionOutput'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException']]], 'CreateHost' => ['name' => 'CreateHost', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHostInput'], 'output' => ['shape' => 'CreateHostOutput'], 'errors' => [['shape' => 'LimitExceededException']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionInput'], 'output' => ['shape' => 'DeleteConnectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DeleteHost' => ['name' => 'DeleteHost', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHostInput'], 'output' => ['shape' => 'DeleteHostOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException']]], 'GetConnection' => ['name' => 'GetConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionInput'], 'output' => ['shape' => 'GetConnectionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException']]], 'GetHost' => ['name' => 'GetHost', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetHostInput'], 'output' => ['shape' => 'GetHostOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListConnections' => ['name' => 'ListConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConnectionsInput'], 'output' => ['shape' => 'ListConnectionsOutput']], 'ListHosts' => ['name' => 'ListHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHostsInput'], 'output' => ['shape' => 'ListHostsOutput']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]{12}'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'Connection' => ['type' => 'structure', 'members' => ['ConnectionName' => ['shape' => 'ConnectionName'], 'ConnectionArn' => ['shape' => 'ConnectionArn'], 'ProviderType' => ['shape' => 'ProviderType'], 'OwnerAccountId' => ['shape' => 'AccountId'], 'ConnectionStatus' => ['shape' => 'ConnectionStatus'], 'HostArn' => ['shape' => 'HostArn']]], 'ConnectionArn' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => 'arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+'], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'ERROR']], 'CreateConnectionInput' => ['type' => 'structure', 'required' => ['ConnectionName'], 'members' => ['ProviderType' => ['shape' => 'ProviderType'], 'ConnectionName' => ['shape' => 'ConnectionName'], 'Tags' => ['shape' => 'TagList'], 'HostArn' => ['shape' => 'HostArn']]], 'CreateConnectionOutput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateHostInput' => ['type' => 'structure', 'required' => ['Name', 'ProviderType', 'ProviderEndpoint'], 'members' => ['Name' => ['shape' => 'HostName'], 'ProviderType' => ['shape' => 'ProviderType'], 'ProviderEndpoint' => ['shape' => 'Url'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration']]], 'CreateHostOutput' => ['type' => 'structure', 'members' => ['HostArn' => ['shape' => 'HostArn']]], 'DeleteConnectionInput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn']]], 'DeleteConnectionOutput' => ['type' => 'structure', 'members' => []], 'DeleteHostInput' => ['type' => 'structure', 'required' => ['HostArn'], 'members' => ['HostArn' => ['shape' => 'HostArn']]], 'DeleteHostOutput' => ['type' => 'structure', 'members' => []], 'ErrorMessage' => ['type' => 'string', 'max' => 600], 'GetConnectionInput' => ['type' => 'structure', 'required' => ['ConnectionArn'], 'members' => ['ConnectionArn' => ['shape' => 'ConnectionArn']]], 'GetConnectionOutput' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'GetHostInput' => ['type' => 'structure', 'required' => ['HostArn'], 'members' => ['HostArn' => ['shape' => 'HostArn']]], 'GetHostOutput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HostName'], 'Status' => ['shape' => 'HostStatus'], 'ProviderType' => ['shape' => 'ProviderType'], 'ProviderEndpoint' => ['shape' => 'Url'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration']]], 'Host' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HostName'], 'HostArn' => ['shape' => 'HostArn'], 'ProviderType' => ['shape' => 'ProviderType'], 'ProviderEndpoint' => ['shape' => 'Url'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'Status' => ['shape' => 'HostStatus'], 'StatusMessage' => ['shape' => 'HostStatusMessage']]], 'HostArn' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => 'arn:aws(-[\\w]+)*:codestar-connections:.+:[0-9]{12}:host\\/.+'], 'HostList' => ['type' => 'list', 'member' => ['shape' => 'Host']], 'HostName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'HostStatus' => ['type' => 'string'], 'HostStatusMessage' => ['type' => 'string'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListConnectionsInput' => ['type' => 'structure', 'members' => ['ProviderTypeFilter' => ['shape' => 'ProviderType'], 'HostArnFilter' => ['shape' => 'HostArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListConnectionsOutput' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'ConnectionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHostsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHostsOutput' => ['type' => 'structure', 'members' => ['Hosts' => ['shape' => 'HostList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ProviderType' => ['type' => 'string', 'enum' => ['Bitbucket', 'GitHubEnterpriseServer']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SecurityGroupId' => ['type' => 'string', 'pattern' => 'sg-\\w{8}(\\w{9})?'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 10, 'min' => 1], 'SubnetId' => ['type' => 'string', 'pattern' => 'subnet-\\w{8}(\\w{9})?'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 10, 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TlsCertificate' => ['type' => 'string', 'max' => 16384, 'min' => 1], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string', 'max' => 512, 'min' => 1], 'VpcConfiguration' => ['type' => 'structure', 'required' => ['VpcId', 'SubnetIds', 'SecurityGroupIds'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'TlsCertificate' => ['shape' => 'TlsCertificate']]], 'VpcId' => ['type' => 'string', 'pattern' => 'vpc-\\w{8}(\\w{9})?']]]; diff --git a/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php b/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php index 976930d9..9b949a33 100644 --- a/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListConnections' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListConnections' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListHosts' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/cognito-idp/2016-04-18/api-2.json.php b/vendor/Aws3/Aws/data/cognito-idp/2016-04-18/api-2.json.php index a56f2276..f1234fce 100644 --- a/vendor/Aws3/Aws/data/cognito-idp/2016-04-18/api-2.json.php +++ b/vendor/Aws3/Aws/data/cognito-idp/2016-04-18/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-04-18', 'endpointPrefix' => 'cognito-idp', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Cognito Identity Provider', 'serviceId' => 'Cognito Identity Provider', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSCognitoIdentityProviderService', 'uid' => 'cognito-idp-2016-04-18'], 'operations' => ['AddCustomAttributes' => ['name' => 'AddCustomAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddCustomAttributesRequest'], 'output' => ['shape' => 'AddCustomAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException']]], 'AdminAddUserToGroup' => ['name' => 'AdminAddUserToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminAddUserToGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminConfirmSignUp' => ['name' => 'AdminConfirmSignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminConfirmSignUpRequest'], 'output' => ['shape' => 'AdminConfirmSignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminCreateUser' => ['name' => 'AdminCreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminCreateUserRequest'], 'output' => ['shape' => 'AdminCreateUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UsernameExistsException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedUserStateException'], ['shape' => 'InternalErrorException']]], 'AdminDeleteUser' => ['name' => 'AdminDeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDeleteUserRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminDeleteUserAttributes' => ['name' => 'AdminDeleteUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDeleteUserAttributesRequest'], 'output' => ['shape' => 'AdminDeleteUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminDisableProviderForUser' => ['name' => 'AdminDisableProviderForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDisableProviderForUserRequest'], 'output' => ['shape' => 'AdminDisableProviderForUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'AliasExistsException'], ['shape' => 'InternalErrorException']]], 'AdminDisableUser' => ['name' => 'AdminDisableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDisableUserRequest'], 'output' => ['shape' => 'AdminDisableUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminEnableUser' => ['name' => 'AdminEnableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminEnableUserRequest'], 'output' => ['shape' => 'AdminEnableUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminForgetDevice' => ['name' => 'AdminForgetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminForgetDeviceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminGetDevice' => ['name' => 'AdminGetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminGetDeviceRequest'], 'output' => ['shape' => 'AdminGetDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'NotAuthorizedException']]], 'AdminGetUser' => ['name' => 'AdminGetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminGetUserRequest'], 'output' => ['shape' => 'AdminGetUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminInitiateAuth' => ['name' => 'AdminInitiateAuth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminInitiateAuthRequest'], 'output' => ['shape' => 'AdminInitiateAuthResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException']]], 'AdminLinkProviderForUser' => ['name' => 'AdminLinkProviderForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminLinkProviderForUserRequest'], 'output' => ['shape' => 'AdminLinkProviderForUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'AliasExistsException'], ['shape' => 'InternalErrorException']]], 'AdminListDevices' => ['name' => 'AdminListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListDevicesRequest'], 'output' => ['shape' => 'AdminListDevicesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'NotAuthorizedException']]], 'AdminListGroupsForUser' => ['name' => 'AdminListGroupsForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListGroupsForUserRequest'], 'output' => ['shape' => 'AdminListGroupsForUserResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminListUserAuthEvents' => ['name' => 'AdminListUserAuthEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListUserAuthEventsRequest'], 'output' => ['shape' => 'AdminListUserAuthEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'AdminRemoveUserFromGroup' => ['name' => 'AdminRemoveUserFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminRemoveUserFromGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminResetUserPassword' => ['name' => 'AdminResetUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminResetUserPasswordRequest'], 'output' => ['shape' => 'AdminResetUserPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InternalErrorException']]], 'AdminRespondToAuthChallenge' => ['name' => 'AdminRespondToAuthChallenge', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminRespondToAuthChallengeRequest'], 'output' => ['shape' => 'AdminRespondToAuthChallengeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'InternalErrorException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'AliasExistsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'SoftwareTokenMFANotFoundException']]], 'AdminSetUserMFAPreference' => ['name' => 'AdminSetUserMFAPreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserMFAPreferenceRequest'], 'output' => ['shape' => 'AdminSetUserMFAPreferenceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'AdminSetUserPassword' => ['name' => 'AdminSetUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserPasswordRequest'], 'output' => ['shape' => 'AdminSetUserPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException']]], 'AdminSetUserSettings' => ['name' => 'AdminSetUserSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserSettingsRequest'], 'output' => ['shape' => 'AdminSetUserSettingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateAuthEventFeedback' => ['name' => 'AdminUpdateAuthEventFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateAuthEventFeedbackRequest'], 'output' => ['shape' => 'AdminUpdateAuthEventFeedbackResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateDeviceStatus' => ['name' => 'AdminUpdateDeviceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateDeviceStatusRequest'], 'output' => ['shape' => 'AdminUpdateDeviceStatusResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateUserAttributes' => ['name' => 'AdminUpdateUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateUserAttributesRequest'], 'output' => ['shape' => 'AdminUpdateUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'AliasExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException']]], 'AdminUserGlobalSignOut' => ['name' => 'AdminUserGlobalSignOut', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUserGlobalSignOutRequest'], 'output' => ['shape' => 'AdminUserGlobalSignOutResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AssociateSoftwareToken' => ['name' => 'AssociateSoftwareToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSoftwareTokenRequest'], 'output' => ['shape' => 'AssociateSoftwareTokenResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'SoftwareTokenMFANotFoundException']]], 'ChangePassword' => ['name' => 'ChangePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangePasswordRequest'], 'output' => ['shape' => 'ChangePasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'ConfirmDevice' => ['name' => 'ConfirmDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmDeviceRequest'], 'output' => ['shape' => 'ConfirmDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'UsernameExistsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ConfirmForgotPassword' => ['name' => 'ConfirmForgotPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmForgotPasswordRequest'], 'output' => ['shape' => 'ConfirmForgotPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'ConfirmSignUp' => ['name' => 'ConfirmSignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmSignUpRequest'], 'output' => ['shape' => 'ConfirmSignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'AliasExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'GroupExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'CreateIdentityProvider' => ['name' => 'CreateIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIdentityProviderRequest'], 'output' => ['shape' => 'CreateIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DuplicateProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateResourceServer' => ['name' => 'CreateResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceServerRequest'], 'output' => ['shape' => 'CreateResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateUserImportJob' => ['name' => 'CreateUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserImportJobRequest'], 'output' => ['shape' => 'CreateUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateUserPool' => ['name' => 'CreateUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolRequest'], 'output' => ['shape' => 'CreateUserPoolResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InternalErrorException']]], 'CreateUserPoolClient' => ['name' => 'CreateUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolClientRequest'], 'output' => ['shape' => 'CreateUserPoolClientResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ScopeDoesNotExistException'], ['shape' => 'InvalidOAuthFlowException'], ['shape' => 'InternalErrorException']]], 'CreateUserPoolDomain' => ['name' => 'CreateUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolDomainRequest'], 'output' => ['shape' => 'CreateUserPoolDomainResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DeleteIdentityProvider' => ['name' => 'DeleteIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIdentityProviderRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'UnsupportedIdentityProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DeleteResourceServer' => ['name' => 'DeleteResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceServerRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'DeleteUserAttributes' => ['name' => 'DeleteUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserAttributesRequest'], 'output' => ['shape' => 'DeleteUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'DeleteUserPool' => ['name' => 'DeleteUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException']]], 'DeleteUserPoolClient' => ['name' => 'DeleteUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolClientRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DeleteUserPoolDomain' => ['name' => 'DeleteUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolDomainRequest'], 'output' => ['shape' => 'DeleteUserPoolDomainResponse'], 'errors' => [['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'DescribeIdentityProvider' => ['name' => 'DescribeIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdentityProviderRequest'], 'output' => ['shape' => 'DescribeIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DescribeResourceServer' => ['name' => 'DescribeResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceServerRequest'], 'output' => ['shape' => 'DescribeResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DescribeRiskConfiguration' => ['name' => 'DescribeRiskConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRiskConfigurationRequest'], 'output' => ['shape' => 'DescribeRiskConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'DescribeUserImportJob' => ['name' => 'DescribeUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserImportJobRequest'], 'output' => ['shape' => 'DescribeUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPool' => ['name' => 'DescribeUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolRequest'], 'output' => ['shape' => 'DescribeUserPoolResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPoolClient' => ['name' => 'DescribeUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolClientRequest'], 'output' => ['shape' => 'DescribeUserPoolClientResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPoolDomain' => ['name' => 'DescribeUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolDomainRequest'], 'output' => ['shape' => 'DescribeUserPoolDomainResponse'], 'errors' => [['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ForgetDevice' => ['name' => 'ForgetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgetDeviceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ForgotPassword' => ['name' => 'ForgotPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgotPasswordRequest'], 'output' => ['shape' => 'ForgotPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetCSVHeader' => ['name' => 'GetCSVHeader', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCSVHeaderRequest'], 'output' => ['shape' => 'GetCSVHeaderResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GetDevice' => ['name' => 'GetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeviceRequest'], 'output' => ['shape' => 'GetDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GetIdentityProviderByIdentifier' => ['name' => 'GetIdentityProviderByIdentifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIdentityProviderByIdentifierRequest'], 'output' => ['shape' => 'GetIdentityProviderByIdentifierResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'GetSigningCertificate' => ['name' => 'GetSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSigningCertificateRequest'], 'output' => ['shape' => 'GetSigningCertificateResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'GetUICustomization' => ['name' => 'GetUICustomization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUICustomizationRequest'], 'output' => ['shape' => 'GetUICustomizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetUserAttributeVerificationCode' => ['name' => 'GetUserAttributeVerificationCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserAttributeVerificationCodeRequest'], 'output' => ['shape' => 'GetUserAttributeVerificationCodeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetUserPoolMfaConfig' => ['name' => 'GetUserPoolMfaConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserPoolMfaConfigRequest'], 'output' => ['shape' => 'GetUserPoolMfaConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GlobalSignOut' => ['name' => 'GlobalSignOut', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GlobalSignOutRequest'], 'output' => ['shape' => 'GlobalSignOutResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'InitiateAuth' => ['name' => 'InitiateAuth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InitiateAuthRequest'], 'output' => ['shape' => 'InitiateAuthResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException']]], 'ListDevices' => ['name' => 'ListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDevicesRequest'], 'output' => ['shape' => 'ListDevicesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListIdentityProviders' => ['name' => 'ListIdentityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIdentityProvidersRequest'], 'output' => ['shape' => 'ListIdentityProvidersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'ListResourceServers' => ['name' => 'ListResourceServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceServersRequest'], 'output' => ['shape' => 'ListResourceServersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'ListUserImportJobs' => ['name' => 'ListUserImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserImportJobsRequest'], 'output' => ['shape' => 'ListUserImportJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUserPoolClients' => ['name' => 'ListUserPoolClients', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoolClientsRequest'], 'output' => ['shape' => 'ListUserPoolClientsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUserPools' => ['name' => 'ListUserPools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoolsRequest'], 'output' => ['shape' => 'ListUserPoolsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUsersInGroup' => ['name' => 'ListUsersInGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersInGroupRequest'], 'output' => ['shape' => 'ListUsersInGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ResendConfirmationCode' => ['name' => 'ResendConfirmationCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendConfirmationCodeRequest'], 'output' => ['shape' => 'ResendConfirmationCodeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'RespondToAuthChallenge' => ['name' => 'RespondToAuthChallenge', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RespondToAuthChallengeRequest'], 'output' => ['shape' => 'RespondToAuthChallengeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'AliasExistsException'], ['shape' => 'InternalErrorException'], ['shape' => 'SoftwareTokenMFANotFoundException']]], 'SetRiskConfiguration' => ['name' => 'SetRiskConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRiskConfigurationRequest'], 'output' => ['shape' => 'SetRiskConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InternalErrorException']]], 'SetUICustomization' => ['name' => 'SetUICustomization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUICustomizationRequest'], 'output' => ['shape' => 'SetUICustomizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'SetUserMFAPreference' => ['name' => 'SetUserMFAPreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserMFAPreferenceRequest'], 'output' => ['shape' => 'SetUserMFAPreferenceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'SetUserPoolMfaConfig' => ['name' => 'SetUserPoolMfaConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserPoolMfaConfigRequest'], 'output' => ['shape' => 'SetUserPoolMfaConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'SetUserSettings' => ['name' => 'SetUserSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserSettingsRequest'], 'output' => ['shape' => 'SetUserSettingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'SignUp' => ['name' => 'SignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignUpRequest'], 'output' => ['shape' => 'SignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'UsernameExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException']], 'authtype' => 'none'], 'StartUserImportJob' => ['name' => 'StartUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartUserImportJobRequest'], 'output' => ['shape' => 'StartUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException']]], 'StopUserImportJob' => ['name' => 'StopUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopUserImportJobRequest'], 'output' => ['shape' => 'StopUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'UpdateAuthEventFeedback' => ['name' => 'UpdateAuthEventFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAuthEventFeedbackRequest'], 'output' => ['shape' => 'UpdateAuthEventFeedbackResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'UpdateDeviceStatus' => ['name' => 'UpdateDeviceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeviceStatusRequest'], 'output' => ['shape' => 'UpdateDeviceStatusResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'UpdateIdentityProvider' => ['name' => 'UpdateIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIdentityProviderRequest'], 'output' => ['shape' => 'UpdateIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'UnsupportedIdentityProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'UpdateResourceServer' => ['name' => 'UpdateResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceServerRequest'], 'output' => ['shape' => 'UpdateResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'UpdateUserAttributes' => ['name' => 'UpdateUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserAttributesRequest'], 'output' => ['shape' => 'UpdateUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AliasExistsException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'UpdateUserPool' => ['name' => 'UpdateUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolRequest'], 'output' => ['shape' => 'UpdateUserPoolResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InvalidEmailRoleAccessPolicyException']]], 'UpdateUserPoolClient' => ['name' => 'UpdateUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolClientRequest'], 'output' => ['shape' => 'UpdateUserPoolClientResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ScopeDoesNotExistException'], ['shape' => 'InvalidOAuthFlowException'], ['shape' => 'InternalErrorException']]], 'UpdateUserPoolDomain' => ['name' => 'UpdateUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolDomainRequest'], 'output' => ['shape' => 'UpdateUserPoolDomainResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'VerifySoftwareToken' => ['name' => 'VerifySoftwareToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifySoftwareTokenRequest'], 'output' => ['shape' => 'VerifySoftwareTokenResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException'], ['shape' => 'EnableSoftwareTokenMFAException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'SoftwareTokenMFANotFoundException'], ['shape' => 'CodeMismatchException']]], 'VerifyUserAttribute' => ['name' => 'VerifyUserAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifyUserAttributeRequest'], 'output' => ['shape' => 'VerifyUserAttributeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none']], 'shapes' => ['AWSAccountIdType' => ['type' => 'string'], 'AccountRecoverySettingType' => ['type' => 'structure', 'members' => ['RecoveryMechanisms' => ['shape' => 'RecoveryMechanismsType']]], 'AccountTakeoverActionNotifyType' => ['type' => 'boolean'], 'AccountTakeoverActionType' => ['type' => 'structure', 'required' => ['Notify', 'EventAction'], 'members' => ['Notify' => ['shape' => 'AccountTakeoverActionNotifyType'], 'EventAction' => ['shape' => 'AccountTakeoverEventActionType']]], 'AccountTakeoverActionsType' => ['type' => 'structure', 'members' => ['LowAction' => ['shape' => 'AccountTakeoverActionType'], 'MediumAction' => ['shape' => 'AccountTakeoverActionType'], 'HighAction' => ['shape' => 'AccountTakeoverActionType']]], 'AccountTakeoverEventActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'MFA_IF_CONFIGURED', 'MFA_REQUIRED', 'NO_ACTION']], 'AccountTakeoverRiskConfigurationType' => ['type' => 'structure', 'required' => ['Actions'], 'members' => ['NotifyConfiguration' => ['shape' => 'NotifyConfigurationType'], 'Actions' => ['shape' => 'AccountTakeoverActionsType']]], 'AddCustomAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'CustomAttributes'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomAttributes' => ['shape' => 'CustomAttributesListType']]], 'AddCustomAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminAddUserToGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'GroupName' => ['shape' => 'GroupNameType']]], 'AdminConfirmSignUpRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminConfirmSignUpResponse' => ['type' => 'structure', 'members' => []], 'AdminCreateUserConfigType' => ['type' => 'structure', 'members' => ['AllowAdminCreateUserOnly' => ['shape' => 'BooleanType'], 'UnusedAccountValidityDays' => ['shape' => 'AdminCreateUserUnusedAccountValidityDaysType'], 'InviteMessageTemplate' => ['shape' => 'MessageTemplateType']]], 'AdminCreateUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ValidationData' => ['shape' => 'AttributeListType'], 'TemporaryPassword' => ['shape' => 'PasswordType'], 'ForceAliasCreation' => ['shape' => 'ForceAliasCreation'], 'MessageAction' => ['shape' => 'MessageActionType'], 'DesiredDeliveryMediums' => ['shape' => 'DeliveryMediumListType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminCreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'UserType']]], 'AdminCreateUserUnusedAccountValidityDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 0], 'AdminDeleteUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'UserAttributeNames'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributeNames' => ['shape' => 'AttributeNameListType']]], 'AdminDeleteUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminDeleteUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminDisableProviderForUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'User'], 'members' => ['UserPoolId' => ['shape' => 'StringType'], 'User' => ['shape' => 'ProviderUserIdentifierType']]], 'AdminDisableProviderForUserResponse' => ['type' => 'structure', 'members' => []], 'AdminDisableUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminDisableUserResponse' => ['type' => 'structure', 'members' => []], 'AdminEnableUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminEnableUserResponse' => ['type' => 'structure', 'members' => []], 'AdminForgetDeviceRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'DeviceKey'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'DeviceKey' => ['shape' => 'DeviceKeyType']]], 'AdminGetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey', 'UserPoolId', 'Username'], 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminGetDeviceResponse' => ['type' => 'structure', 'required' => ['Device'], 'members' => ['Device' => ['shape' => 'DeviceType']]], 'AdminGetUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminGetUserResponse' => ['type' => 'structure', 'required' => ['Username'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'UserCreateDate' => ['shape' => 'DateType'], 'UserLastModifiedDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'UserStatus' => ['shape' => 'UserStatusType'], 'MFAOptions' => ['shape' => 'MFAOptionListType'], 'PreferredMfaSetting' => ['shape' => 'StringType'], 'UserMFASettingList' => ['shape' => 'UserMFASettingListType']]], 'AdminInitiateAuthRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId', 'AuthFlow'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'AuthFlow' => ['shape' => 'AuthFlowType'], 'AuthParameters' => ['shape' => 'AuthParametersType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ContextData' => ['shape' => 'ContextDataType']]], 'AdminInitiateAuthResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'AdminLinkProviderForUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'DestinationUser', 'SourceUser'], 'members' => ['UserPoolId' => ['shape' => 'StringType'], 'DestinationUser' => ['shape' => 'ProviderUserIdentifierType'], 'SourceUser' => ['shape' => 'ProviderUserIdentifierType']]], 'AdminLinkProviderForUserResponse' => ['type' => 'structure', 'members' => []], 'AdminListDevicesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'AdminListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'AdminListGroupsForUserRequest' => ['type' => 'structure', 'required' => ['Username', 'UserPoolId'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListGroupsForUserResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListUserAuthEventsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'MaxResults' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListUserAuthEventsResponse' => ['type' => 'structure', 'members' => ['AuthEvents' => ['shape' => 'AuthEventsType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminRemoveUserFromGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'GroupName' => ['shape' => 'GroupNameType']]], 'AdminResetUserPasswordRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminResetUserPasswordResponse' => ['type' => 'structure', 'members' => []], 'AdminRespondToAuthChallengeRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId', 'ChallengeName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ChallengeName' => ['shape' => 'ChallengeNameType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponsesType'], 'Session' => ['shape' => 'SessionType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ContextData' => ['shape' => 'ContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminRespondToAuthChallengeResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'AdminSetUserMFAPreferenceRequest' => ['type' => 'structure', 'required' => ['Username', 'UserPoolId'], 'members' => ['SMSMfaSettings' => ['shape' => 'SMSMfaSettingsType'], 'SoftwareTokenMfaSettings' => ['shape' => 'SoftwareTokenMfaSettingsType'], 'Username' => ['shape' => 'UsernameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'AdminSetUserMFAPreferenceResponse' => ['type' => 'structure', 'members' => []], 'AdminSetUserPasswordRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'Password'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'Password' => ['shape' => 'PasswordType'], 'Permanent' => ['shape' => 'BooleanType']]], 'AdminSetUserPasswordResponse' => ['type' => 'structure', 'members' => []], 'AdminSetUserSettingsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'MFAOptions'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'AdminSetUserSettingsResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateAuthEventFeedbackRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'EventId', 'FeedbackValue'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'EventId' => ['shape' => 'EventIdType'], 'FeedbackValue' => ['shape' => 'FeedbackValueType']]], 'AdminUpdateAuthEventFeedbackResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateDeviceStatusRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'DeviceKey'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceRememberedStatus' => ['shape' => 'DeviceRememberedStatusType']]], 'AdminUpdateDeviceStatusResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'UserAttributes'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminUpdateUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminUserGlobalSignOutRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminUserGlobalSignOutResponse' => ['type' => 'structure', 'members' => []], 'AdvancedSecurityModeType' => ['type' => 'string', 'enum' => ['OFF', 'AUDIT', 'ENFORCED']], 'AliasAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email', 'preferred_username']], 'AliasAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'AliasAttributeType']], 'AliasExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'AnalyticsConfigurationType' => ['type' => 'structure', 'required' => ['ApplicationId', 'RoleArn', 'ExternalId'], 'members' => ['ApplicationId' => ['shape' => 'HexStringType'], 'RoleArn' => ['shape' => 'ArnType'], 'ExternalId' => ['shape' => 'StringType'], 'UserDataShared' => ['shape' => 'BooleanType']]], 'AnalyticsMetadataType' => ['type' => 'structure', 'members' => ['AnalyticsEndpointId' => ['shape' => 'StringType']]], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:([\\w+=/,.@-]*)?:[0-9]+:[\\w+=/,.@-]+(:[\\w+=/,.@-]+)?(:[\\w+=/,.@-]+)?'], 'AssociateSoftwareTokenRequest' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Session' => ['shape' => 'SessionType']]], 'AssociateSoftwareTokenResponse' => ['type' => 'structure', 'members' => ['SecretCode' => ['shape' => 'SecretCodeType'], 'Session' => ['shape' => 'SessionType']]], 'AttributeDataType' => ['type' => 'string', 'enum' => ['String', 'Number', 'DateTime', 'Boolean']], 'AttributeListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeType']], 'AttributeMappingKeyType' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AttributeMappingType' => ['type' => 'map', 'key' => ['shape' => 'AttributeMappingKeyType'], 'value' => ['shape' => 'StringType']], 'AttributeNameListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeNameType']], 'AttributeNameType' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'AttributeType' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AttributeNameType'], 'Value' => ['shape' => 'AttributeValueType']]], 'AttributeValueType' => ['type' => 'string', 'max' => 2048, 'sensitive' => \true], 'AuthEventType' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'StringType'], 'EventType' => ['shape' => 'EventType'], 'CreationDate' => ['shape' => 'DateType'], 'EventResponse' => ['shape' => 'EventResponseType'], 'EventRisk' => ['shape' => 'EventRiskType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponseListType'], 'EventContextData' => ['shape' => 'EventContextDataType'], 'EventFeedback' => ['shape' => 'EventFeedbackType']]], 'AuthEventsType' => ['type' => 'list', 'member' => ['shape' => 'AuthEventType']], 'AuthFlowType' => ['type' => 'string', 'enum' => ['USER_SRP_AUTH', 'REFRESH_TOKEN_AUTH', 'REFRESH_TOKEN', 'CUSTOM_AUTH', 'ADMIN_NO_SRP_AUTH', 'USER_PASSWORD_AUTH', 'ADMIN_USER_PASSWORD_AUTH']], 'AuthParametersType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'AuthParametersValueType']], 'AuthParametersValueType' => ['type' => 'string', 'sensitive' => \true], 'AuthenticationResultType' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'ExpiresIn' => ['shape' => 'IntegerType'], 'TokenType' => ['shape' => 'StringType'], 'RefreshToken' => ['shape' => 'TokenModelType'], 'IdToken' => ['shape' => 'TokenModelType'], 'NewDeviceMetadata' => ['shape' => 'NewDeviceMetadataType']]], 'BlockedIPRangeListType' => ['type' => 'list', 'member' => ['shape' => 'StringType'], 'max' => 20], 'BooleanType' => ['type' => 'boolean'], 'CSSType' => ['type' => 'string'], 'CSSVersionType' => ['type' => 'string'], 'CallbackURLsListType' => ['type' => 'list', 'member' => ['shape' => 'RedirectUrlType'], 'max' => 100, 'min' => 0], 'ChallengeName' => ['type' => 'string', 'enum' => ['Password', 'Mfa']], 'ChallengeNameType' => ['type' => 'string', 'enum' => ['SMS_MFA', 'SOFTWARE_TOKEN_MFA', 'SELECT_MFA_TYPE', 'MFA_SETUP', 'PASSWORD_VERIFIER', 'CUSTOM_CHALLENGE', 'DEVICE_SRP_AUTH', 'DEVICE_PASSWORD_VERIFIER', 'ADMIN_NO_SRP_AUTH', 'NEW_PASSWORD_REQUIRED']], 'ChallengeParametersType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ChallengeResponse' => ['type' => 'string', 'enum' => ['Success', 'Failure']], 'ChallengeResponseListType' => ['type' => 'list', 'member' => ['shape' => 'ChallengeResponseType']], 'ChallengeResponseType' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeName'], 'ChallengeResponse' => ['shape' => 'ChallengeResponse']]], 'ChallengeResponsesType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ChangePasswordRequest' => ['type' => 'structure', 'required' => ['PreviousPassword', 'ProposedPassword', 'AccessToken'], 'members' => ['PreviousPassword' => ['shape' => 'PasswordType'], 'ProposedPassword' => ['shape' => 'PasswordType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'ChangePasswordResponse' => ['type' => 'structure', 'members' => []], 'ClientIdType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+]+', 'sensitive' => \true], 'ClientMetadataType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ClientNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'ClientPermissionListType' => ['type' => 'list', 'member' => ['shape' => 'ClientPermissionType']], 'ClientPermissionType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ClientSecretType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+]+', 'sensitive' => \true], 'CodeDeliveryDetailsListType' => ['type' => 'list', 'member' => ['shape' => 'CodeDeliveryDetailsType']], 'CodeDeliveryDetailsType' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'StringType'], 'DeliveryMedium' => ['shape' => 'DeliveryMediumType'], 'AttributeName' => ['shape' => 'AttributeNameType']]], 'CodeDeliveryFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'CodeMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'CompletionMessageType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w]+'], 'CompromisedCredentialsActionsType' => ['type' => 'structure', 'required' => ['EventAction'], 'members' => ['EventAction' => ['shape' => 'CompromisedCredentialsEventActionType']]], 'CompromisedCredentialsEventActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'NO_ACTION']], 'CompromisedCredentialsRiskConfigurationType' => ['type' => 'structure', 'required' => ['Actions'], 'members' => ['EventFilter' => ['shape' => 'EventFiltersType'], 'Actions' => ['shape' => 'CompromisedCredentialsActionsType']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ConfirmDeviceRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceSecretVerifierConfig' => ['shape' => 'DeviceSecretVerifierConfigType'], 'DeviceName' => ['shape' => 'DeviceNameType']]], 'ConfirmDeviceResponse' => ['type' => 'structure', 'members' => ['UserConfirmationNecessary' => ['shape' => 'BooleanType']]], 'ConfirmForgotPasswordRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'ConfirmationCode', 'Password'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'ConfirmationCode' => ['shape' => 'ConfirmationCodeType'], 'Password' => ['shape' => 'PasswordType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ConfirmForgotPasswordResponse' => ['type' => 'structure', 'members' => []], 'ConfirmSignUpRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'ConfirmationCode'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'ConfirmationCode' => ['shape' => 'ConfirmationCodeType'], 'ForceAliasCreation' => ['shape' => 'ForceAliasCreation'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ConfirmSignUpResponse' => ['type' => 'structure', 'members' => []], 'ConfirmationCodeType' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\S]+'], 'ContextDataType' => ['type' => 'structure', 'required' => ['IpAddress', 'ServerName', 'ServerPath', 'HttpHeaders'], 'members' => ['IpAddress' => ['shape' => 'StringType'], 'ServerName' => ['shape' => 'StringType'], 'ServerPath' => ['shape' => 'StringType'], 'HttpHeaders' => ['shape' => 'HttpHeaderList'], 'EncodedData' => ['shape' => 'StringType']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'CreateIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName', 'ProviderType', 'ProviderDetails'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameTypeV1'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType']]], 'CreateIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'CreateResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier', 'Name'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'CreateResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'CreateUserImportJobRequest' => ['type' => 'structure', 'required' => ['JobName', 'UserPoolId', 'CloudWatchLogsRoleArn'], 'members' => ['JobName' => ['shape' => 'UserImportJobNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CloudWatchLogsRoleArn' => ['shape' => 'ArnType']]], 'CreateUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'CreateUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'GenerateSecret' => ['shape' => 'GenerateSecret'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'CreateUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'CreateUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'CreateUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['CloudFrontDomain' => ['shape' => 'DomainType']]], 'CreateUserPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'UserPoolNameType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'AliasAttributes' => ['shape' => 'AliasAttributesListType'], 'UsernameAttributes' => ['shape' => 'UsernameAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'Schema' => ['shape' => 'SchemaAttributesListType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'UsernameConfiguration' => ['shape' => 'UsernameConfigurationType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'CreateUserPoolResponse' => ['type' => 'structure', 'members' => ['UserPool' => ['shape' => 'UserPoolType']]], 'CustomAttributeNameType' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'CustomAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttributeType'], 'max' => 25, 'min' => 1], 'CustomDomainConfigType' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'ArnType']]], 'DateType' => ['type' => 'timestamp'], 'DefaultEmailOptionType' => ['type' => 'string', 'enum' => ['CONFIRM_WITH_LINK', 'CONFIRM_WITH_CODE']], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType']]], 'DeleteResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType']]], 'DeleteUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserAttributeNames', 'AccessToken'], 'members' => ['UserAttributeNames' => ['shape' => 'AttributeNameListType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'DeleteUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DeleteUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteUserPoolDomainResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'DeliveryMediumListType' => ['type' => 'list', 'member' => ['shape' => 'DeliveryMediumType']], 'DeliveryMediumType' => ['type' => 'string', 'enum' => ['SMS', 'EMAIL']], 'DescribeIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType']]], 'DescribeIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'DescribeResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType']]], 'DescribeResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'DescribeRiskConfigurationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DescribeRiskConfigurationResponse' => ['type' => 'structure', 'required' => ['RiskConfiguration'], 'members' => ['RiskConfiguration' => ['shape' => 'RiskConfigurationType']]], 'DescribeUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'DescribeUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'DescribeUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DescribeUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'DescribeUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain'], 'members' => ['Domain' => ['shape' => 'DomainType']]], 'DescribeUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['DomainDescription' => ['shape' => 'DomainDescriptionType']]], 'DescribeUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DescribeUserPoolResponse' => ['type' => 'structure', 'members' => ['UserPool' => ['shape' => 'UserPoolType']]], 'DescriptionType' => ['type' => 'string', 'max' => 2048], 'DeviceConfigurationType' => ['type' => 'structure', 'members' => ['ChallengeRequiredOnNewDevice' => ['shape' => 'BooleanType'], 'DeviceOnlyRememberedOnUserPrompt' => ['shape' => 'BooleanType']]], 'DeviceKeyType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-f-]+'], 'DeviceListType' => ['type' => 'list', 'member' => ['shape' => 'DeviceType']], 'DeviceNameType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DeviceRememberedStatusType' => ['type' => 'string', 'enum' => ['remembered', 'not_remembered']], 'DeviceSecretVerifierConfigType' => ['type' => 'structure', 'members' => ['PasswordVerifier' => ['shape' => 'StringType'], 'Salt' => ['shape' => 'StringType']]], 'DeviceType' => ['type' => 'structure', 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceAttributes' => ['shape' => 'AttributeListType'], 'DeviceCreateDate' => ['shape' => 'DateType'], 'DeviceLastModifiedDate' => ['shape' => 'DateType'], 'DeviceLastAuthenticatedDate' => ['shape' => 'DateType']]], 'DomainDescriptionType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'AWSAccountId' => ['shape' => 'AWSAccountIdType'], 'Domain' => ['shape' => 'DomainType'], 'S3Bucket' => ['shape' => 'S3BucketType'], 'CloudFrontDistribution' => ['shape' => 'StringType'], 'Version' => ['shape' => 'DomainVersionType'], 'Status' => ['shape' => 'DomainStatusType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'DomainStatusType' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'UPDATING', 'ACTIVE', 'FAILED']], 'DomainType' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$'], 'DomainVersionType' => ['type' => 'string', 'max' => 20, 'min' => 1], 'DuplicateProviderException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'EmailAddressType' => ['type' => 'string', 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+@[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'EmailConfigurationType' => ['type' => 'structure', 'members' => ['SourceArn' => ['shape' => 'ArnType'], 'ReplyToEmailAddress' => ['shape' => 'EmailAddressType'], 'EmailSendingAccount' => ['shape' => 'EmailSendingAccountType'], 'From' => ['shape' => 'StringType'], 'ConfigurationSet' => ['shape' => 'SESConfigurationSet']]], 'EmailNotificationBodyType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]+'], 'EmailNotificationSubjectType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EmailSendingAccountType' => ['type' => 'string', 'enum' => ['COGNITO_DEFAULT', 'DEVELOPER']], 'EmailVerificationMessageByLinkType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{##[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*##\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*'], 'EmailVerificationMessageType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{####\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*'], 'EmailVerificationSubjectByLinkType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EmailVerificationSubjectType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EnableSoftwareTokenMFAException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'EventContextDataType' => ['type' => 'structure', 'members' => ['IpAddress' => ['shape' => 'StringType'], 'DeviceName' => ['shape' => 'StringType'], 'Timezone' => ['shape' => 'StringType'], 'City' => ['shape' => 'StringType'], 'Country' => ['shape' => 'StringType']]], 'EventFeedbackType' => ['type' => 'structure', 'required' => ['FeedbackValue', 'Provider'], 'members' => ['FeedbackValue' => ['shape' => 'FeedbackValueType'], 'Provider' => ['shape' => 'StringType'], 'FeedbackDate' => ['shape' => 'DateType']]], 'EventFilterType' => ['type' => 'string', 'enum' => ['SIGN_IN', 'PASSWORD_CHANGE', 'SIGN_UP']], 'EventFiltersType' => ['type' => 'list', 'member' => ['shape' => 'EventFilterType']], 'EventIdType' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\w+-]+'], 'EventResponseType' => ['type' => 'string', 'enum' => ['Success', 'Failure']], 'EventRiskType' => ['type' => 'structure', 'members' => ['RiskDecision' => ['shape' => 'RiskDecisionType'], 'RiskLevel' => ['shape' => 'RiskLevelType'], 'CompromisedCredentialsDetected' => ['shape' => 'WrappedBooleanType']]], 'EventType' => ['type' => 'string', 'enum' => ['SignIn', 'SignUp', 'ForgotPassword']], 'ExpiredCodeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ExplicitAuthFlowsListType' => ['type' => 'list', 'member' => ['shape' => 'ExplicitAuthFlowsType']], 'ExplicitAuthFlowsType' => ['type' => 'string', 'enum' => ['ADMIN_NO_SRP_AUTH', 'CUSTOM_AUTH_FLOW_ONLY', 'USER_PASSWORD_AUTH', 'ALLOW_ADMIN_USER_PASSWORD_AUTH', 'ALLOW_CUSTOM_AUTH', 'ALLOW_USER_PASSWORD_AUTH', 'ALLOW_USER_SRP_AUTH', 'ALLOW_REFRESH_TOKEN_AUTH']], 'FeedbackValueType' => ['type' => 'string', 'enum' => ['Valid', 'Invalid']], 'ForceAliasCreation' => ['type' => 'boolean'], 'ForgetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType']]], 'ForgotPasswordRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'Username' => ['shape' => 'UsernameType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ForgotPasswordResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'GenerateSecret' => ['type' => 'boolean'], 'GetCSVHeaderRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetCSVHeaderResponse' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'CSVHeader' => ['shape' => 'ListOfStringTypes']]], 'GetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey'], 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'GetDeviceResponse' => ['type' => 'structure', 'required' => ['Device'], 'members' => ['Device' => ['shape' => 'DeviceType']]], 'GetGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'GetIdentityProviderByIdentifierRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'IdpIdentifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'IdpIdentifier' => ['shape' => 'IdpIdentifierType']]], 'GetIdentityProviderByIdentifierResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'GetSigningCertificateRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetSigningCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'StringType']]], 'GetUICustomizationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'GetUICustomizationResponse' => ['type' => 'structure', 'required' => ['UICustomization'], 'members' => ['UICustomization' => ['shape' => 'UICustomizationType']]], 'GetUserAttributeVerificationCodeRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'AttributeName'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'AttributeName' => ['shape' => 'AttributeNameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'GetUserAttributeVerificationCodeResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'GetUserPoolMfaConfigRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetUserPoolMfaConfigResponse' => ['type' => 'structure', 'members' => ['SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'GetUserRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'GetUserResponse' => ['type' => 'structure', 'required' => ['Username', 'UserAttributes'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'MFAOptions' => ['shape' => 'MFAOptionListType'], 'PreferredMfaSetting' => ['shape' => 'StringType'], 'UserMFASettingList' => ['shape' => 'UserMFASettingListType']]], 'GlobalSignOutRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'GlobalSignOutResponse' => ['type' => 'structure', 'members' => []], 'GroupExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'GroupListType' => ['type' => 'list', 'member' => ['shape' => 'GroupType']], 'GroupNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'GroupType' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'HexStringType' => ['type' => 'string', 'pattern' => '^[0-9a-fA-F]+$'], 'HttpHeader' => ['type' => 'structure', 'members' => ['headerName' => ['shape' => 'StringType'], 'headerValue' => ['shape' => 'StringType']]], 'HttpHeaderList' => ['type' => 'list', 'member' => ['shape' => 'HttpHeader']], 'IdentityProviderType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'IdentityProviderTypeType' => ['type' => 'string', 'enum' => ['SAML', 'Facebook', 'Google', 'LoginWithAmazon', 'SignInWithApple', 'OIDC']], 'IdpIdentifierType' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\w\\s+=.@-]+'], 'IdpIdentifiersListType' => ['type' => 'list', 'member' => ['shape' => 'IdpIdentifierType'], 'max' => 50, 'min' => 0], 'ImageFileType' => ['type' => 'blob'], 'ImageUrlType' => ['type' => 'string'], 'InitiateAuthRequest' => ['type' => 'structure', 'required' => ['AuthFlow', 'ClientId'], 'members' => ['AuthFlow' => ['shape' => 'AuthFlowType'], 'AuthParameters' => ['shape' => 'AuthParametersType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType'], 'ClientId' => ['shape' => 'ClientIdType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType']]], 'InitiateAuthResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'IntegerType' => ['type' => 'integer'], 'InternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true, 'fault' => \true], 'InvalidEmailRoleAccessPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidLambdaResponseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidOAuthFlowException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidPasswordException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidSmsRoleAccessPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidSmsRoleTrustRelationshipException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidUserPoolConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'LambdaConfigType' => ['type' => 'structure', 'members' => ['PreSignUp' => ['shape' => 'ArnType'], 'CustomMessage' => ['shape' => 'ArnType'], 'PostConfirmation' => ['shape' => 'ArnType'], 'PreAuthentication' => ['shape' => 'ArnType'], 'PostAuthentication' => ['shape' => 'ArnType'], 'DefineAuthChallenge' => ['shape' => 'ArnType'], 'CreateAuthChallenge' => ['shape' => 'ArnType'], 'VerifyAuthChallengeResponse' => ['shape' => 'ArnType'], 'PreTokenGeneration' => ['shape' => 'ArnType'], 'UserMigration' => ['shape' => 'ArnType']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ListDevicesRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'ListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListIdentityProvidersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'ListProvidersLimitType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListIdentityProvidersResponse' => ['type' => 'structure', 'required' => ['Providers'], 'members' => ['Providers' => ['shape' => 'ProvidersListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListOfStringTypes' => ['type' => 'list', 'member' => ['shape' => 'StringType']], 'ListProvidersLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 0], 'ListResourceServersLimitType' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'ListResourceServersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'ListResourceServersLimitType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListResourceServersResponse' => ['type' => 'structure', 'required' => ['ResourceServers'], 'members' => ['ResourceServers' => ['shape' => 'ResourceServersListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ArnType']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'UserPoolTagsType']]], 'ListUserImportJobsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'MaxResults'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'PoolQueryLimitType'], 'PaginationToken' => ['shape' => 'PaginationKeyType']]], 'ListUserImportJobsResponse' => ['type' => 'structure', 'members' => ['UserImportJobs' => ['shape' => 'UserImportJobsListType'], 'PaginationToken' => ['shape' => 'PaginationKeyType']]], 'ListUserPoolClientsRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'QueryLimit'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUserPoolClientsResponse' => ['type' => 'structure', 'members' => ['UserPoolClients' => ['shape' => 'UserPoolClientListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUserPoolsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['NextToken' => ['shape' => 'PaginationKeyType'], 'MaxResults' => ['shape' => 'PoolQueryLimitType']]], 'ListUserPoolsResponse' => ['type' => 'structure', 'members' => ['UserPools' => ['shape' => 'UserPoolListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListUsersInGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'GroupName' => ['shape' => 'GroupNameType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUsersInGroupResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UsersListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'AttributesToGet' => ['shape' => 'SearchedAttributeNamesListType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType'], 'Filter' => ['shape' => 'UserFilterType']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UsersListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'LogoutURLsListType' => ['type' => 'list', 'member' => ['shape' => 'RedirectUrlType'], 'max' => 100, 'min' => 0], 'LongType' => ['type' => 'long'], 'MFAMethodNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'MFAOptionListType' => ['type' => 'list', 'member' => ['shape' => 'MFAOptionType']], 'MFAOptionType' => ['type' => 'structure', 'members' => ['DeliveryMedium' => ['shape' => 'DeliveryMediumType'], 'AttributeName' => ['shape' => 'AttributeNameType']]], 'MessageActionType' => ['type' => 'string', 'enum' => ['RESEND', 'SUPPRESS']], 'MessageTemplateType' => ['type' => 'structure', 'members' => ['SMSMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailSubject' => ['shape' => 'EmailVerificationSubjectType']]], 'MessageType' => ['type' => 'string'], 'NewDeviceMetadataType' => ['type' => 'structure', 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceGroupKey' => ['shape' => 'StringType']]], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'NotifyConfigurationType' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['From' => ['shape' => 'StringType'], 'ReplyTo' => ['shape' => 'StringType'], 'SourceArn' => ['shape' => 'ArnType'], 'BlockEmail' => ['shape' => 'NotifyEmailType'], 'NoActionEmail' => ['shape' => 'NotifyEmailType'], 'MfaEmail' => ['shape' => 'NotifyEmailType']]], 'NotifyEmailType' => ['type' => 'structure', 'required' => ['Subject'], 'members' => ['Subject' => ['shape' => 'EmailNotificationSubjectType'], 'HtmlBody' => ['shape' => 'EmailNotificationBodyType'], 'TextBody' => ['shape' => 'EmailNotificationBodyType']]], 'NumberAttributeConstraintsType' => ['type' => 'structure', 'members' => ['MinValue' => ['shape' => 'StringType'], 'MaxValue' => ['shape' => 'StringType']]], 'OAuthFlowType' => ['type' => 'string', 'enum' => ['code', 'implicit', 'client_credentials']], 'OAuthFlowsType' => ['type' => 'list', 'member' => ['shape' => 'OAuthFlowType'], 'max' => 3, 'min' => 0], 'PaginationKey' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'PaginationKeyType' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'PasswordPolicyMinLengthType' => ['type' => 'integer', 'max' => 99, 'min' => 6], 'PasswordPolicyType' => ['type' => 'structure', 'members' => ['MinimumLength' => ['shape' => 'PasswordPolicyMinLengthType'], 'RequireUppercase' => ['shape' => 'BooleanType'], 'RequireLowercase' => ['shape' => 'BooleanType'], 'RequireNumbers' => ['shape' => 'BooleanType'], 'RequireSymbols' => ['shape' => 'BooleanType'], 'TemporaryPasswordValidityDays' => ['shape' => 'TemporaryPasswordValidityDaysType']]], 'PasswordResetRequiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'PasswordType' => ['type' => 'string', 'max' => 256, 'min' => 6, 'pattern' => '[\\S]+', 'sensitive' => \true], 'PoolQueryLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 1], 'PreSignedUrlType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'PrecedenceType' => ['type' => 'integer', 'min' => 0], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'PreventUserExistenceErrorTypes' => ['type' => 'string', 'enum' => ['LEGACY', 'ENABLED']], 'PriorityType' => ['type' => 'integer', 'max' => 2, 'min' => 1], 'ProviderDescription' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'ProviderDetailsType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ProviderNameType' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'ProviderNameTypeV1' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+'], 'ProviderUserIdentifierType' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderAttributeName' => ['shape' => 'StringType'], 'ProviderAttributeValue' => ['shape' => 'StringType']]], 'ProvidersListType' => ['type' => 'list', 'member' => ['shape' => 'ProviderDescription'], 'max' => 50, 'min' => 0], 'QueryLimit' => ['type' => 'integer', 'max' => 60, 'min' => 1], 'QueryLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 0], 'RecoveryMechanismsType' => ['type' => 'list', 'member' => ['shape' => 'RecoveryOptionType'], 'max' => 2, 'min' => 1], 'RecoveryOptionNameType' => ['type' => 'string', 'enum' => ['verified_email', 'verified_phone_number', 'admin_only']], 'RecoveryOptionType' => ['type' => 'structure', 'required' => ['Priority', 'Name'], 'members' => ['Priority' => ['shape' => 'PriorityType'], 'Name' => ['shape' => 'RecoveryOptionNameType']]], 'RedirectUrlType' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'RefreshTokenValidityType' => ['type' => 'integer', 'max' => 3650, 'min' => 0], 'ResendConfirmationCodeRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'Username' => ['shape' => 'UsernameType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ResendConfirmationCodeResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ResourceServerIdentifierType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x5B\\x5D-\\x7E]+'], 'ResourceServerNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'ResourceServerScopeDescriptionType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceServerScopeListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceServerScopeType'], 'max' => 100], 'ResourceServerScopeNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x2E\\x30-\\x5B\\x5D-\\x7E]+'], 'ResourceServerScopeType' => ['type' => 'structure', 'required' => ['ScopeName', 'ScopeDescription'], 'members' => ['ScopeName' => ['shape' => 'ResourceServerScopeNameType'], 'ScopeDescription' => ['shape' => 'ResourceServerScopeDescriptionType']]], 'ResourceServerType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'ResourceServersListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceServerType']], 'RespondToAuthChallengeRequest' => ['type' => 'structure', 'required' => ['ClientId', 'ChallengeName'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponsesType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'RespondToAuthChallengeResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'RiskConfigurationType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CompromisedCredentialsRiskConfiguration' => ['shape' => 'CompromisedCredentialsRiskConfigurationType'], 'AccountTakeoverRiskConfiguration' => ['shape' => 'AccountTakeoverRiskConfigurationType'], 'RiskExceptionConfiguration' => ['shape' => 'RiskExceptionConfigurationType'], 'LastModifiedDate' => ['shape' => 'DateType']]], 'RiskDecisionType' => ['type' => 'string', 'enum' => ['NoRisk', 'AccountTakeover', 'Block']], 'RiskExceptionConfigurationType' => ['type' => 'structure', 'members' => ['BlockedIPRangeList' => ['shape' => 'BlockedIPRangeListType'], 'SkippedIPRangeList' => ['shape' => 'SkippedIPRangeListType']]], 'RiskLevelType' => ['type' => 'string', 'enum' => ['Low', 'Medium', 'High']], 'S3BucketType' => ['type' => 'string', 'max' => 1024, 'min' => 3, 'pattern' => '^[0-9A-Za-z\\.\\-_]*(? ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$'], 'SMSMfaSettingsType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType'], 'PreferredMfa' => ['shape' => 'BooleanType']]], 'SchemaAttributeType' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CustomAttributeNameType'], 'AttributeDataType' => ['shape' => 'AttributeDataType'], 'DeveloperOnlyAttribute' => ['shape' => 'BooleanType', 'box' => \true], 'Mutable' => ['shape' => 'BooleanType', 'box' => \true], 'Required' => ['shape' => 'BooleanType', 'box' => \true], 'NumberAttributeConstraints' => ['shape' => 'NumberAttributeConstraintsType'], 'StringAttributeConstraints' => ['shape' => 'StringAttributeConstraintsType']]], 'SchemaAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttributeType'], 'max' => 50, 'min' => 1], 'ScopeDoesNotExistException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ScopeListType' => ['type' => 'list', 'member' => ['shape' => 'ScopeType'], 'max' => 50], 'ScopeType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x5B\\x5D-\\x7E]+'], 'SearchPaginationTokenType' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'SearchedAttributeNamesListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeNameType']], 'SecretCodeType' => ['type' => 'string', 'min' => 16, 'pattern' => '[A-Za-z0-9]+', 'sensitive' => \true], 'SecretHashType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=/]+', 'sensitive' => \true], 'SessionType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'SetRiskConfigurationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CompromisedCredentialsRiskConfiguration' => ['shape' => 'CompromisedCredentialsRiskConfigurationType'], 'AccountTakeoverRiskConfiguration' => ['shape' => 'AccountTakeoverRiskConfigurationType'], 'RiskExceptionConfiguration' => ['shape' => 'RiskExceptionConfigurationType']]], 'SetRiskConfigurationResponse' => ['type' => 'structure', 'required' => ['RiskConfiguration'], 'members' => ['RiskConfiguration' => ['shape' => 'RiskConfigurationType']]], 'SetUICustomizationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CSS' => ['shape' => 'CSSType'], 'ImageFile' => ['shape' => 'ImageFileType']]], 'SetUICustomizationResponse' => ['type' => 'structure', 'required' => ['UICustomization'], 'members' => ['UICustomization' => ['shape' => 'UICustomizationType']]], 'SetUserMFAPreferenceRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['SMSMfaSettings' => ['shape' => 'SMSMfaSettingsType'], 'SoftwareTokenMfaSettings' => ['shape' => 'SoftwareTokenMfaSettingsType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'SetUserMFAPreferenceResponse' => ['type' => 'structure', 'members' => []], 'SetUserPoolMfaConfigRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'SetUserPoolMfaConfigResponse' => ['type' => 'structure', 'members' => ['SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'SetUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'MFAOptions'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'SetUserSettingsResponse' => ['type' => 'structure', 'members' => []], 'SignUpRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'Password'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'Password' => ['shape' => 'PasswordType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ValidationData' => ['shape' => 'AttributeListType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'SignUpResponse' => ['type' => 'structure', 'required' => ['UserConfirmed', 'UserSub'], 'members' => ['UserConfirmed' => ['shape' => 'BooleanType'], 'CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType'], 'UserSub' => ['shape' => 'StringType']]], 'SkippedIPRangeListType' => ['type' => 'list', 'member' => ['shape' => 'StringType'], 'max' => 20], 'SmsConfigurationType' => ['type' => 'structure', 'required' => ['SnsCallerArn'], 'members' => ['SnsCallerArn' => ['shape' => 'ArnType'], 'ExternalId' => ['shape' => 'StringType']]], 'SmsMfaConfigType' => ['type' => 'structure', 'members' => ['SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType']]], 'SmsVerificationMessageType' => ['type' => 'string', 'max' => 140, 'min' => 6, 'pattern' => '.*\\{####\\}.*'], 'SoftwareTokenMFANotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'SoftwareTokenMFAUserCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[0-9]+'], 'SoftwareTokenMfaConfigType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType']]], 'SoftwareTokenMfaSettingsType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType'], 'PreferredMfa' => ['shape' => 'BooleanType']]], 'StartUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'StartUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'StatusType' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'StopUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'StopUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'StringAttributeConstraintsType' => ['type' => 'structure', 'members' => ['MinLength' => ['shape' => 'StringType'], 'MaxLength' => ['shape' => 'StringType']]], 'StringType' => ['type' => 'string'], 'SupportedIdentityProvidersListType' => ['type' => 'list', 'member' => ['shape' => 'ProviderNameType']], 'TagKeysType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ArnType'], 'Tags' => ['shape' => 'UserPoolTagsType']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TemporaryPasswordValidityDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 0], 'TokenModelType' => ['type' => 'string', 'pattern' => '[A-Za-z0-9-_=.]+', 'sensitive' => \true], 'TooManyFailedAttemptsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UICustomizationType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ImageUrl' => ['shape' => 'ImageUrlType'], 'CSS' => ['shape' => 'CSSType'], 'CSSVersion' => ['shape' => 'CSSVersionType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'UnexpectedLambdaException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UnsupportedIdentityProviderException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UnsupportedUserStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ArnType'], 'TagKeys' => ['shape' => 'UserPoolTagsListType']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuthEventFeedbackRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'EventId', 'FeedbackToken', 'FeedbackValue'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'EventId' => ['shape' => 'EventIdType'], 'FeedbackToken' => ['shape' => 'TokenModelType'], 'FeedbackValue' => ['shape' => 'FeedbackValueType']]], 'UpdateAuthEventFeedbackResponse' => ['type' => 'structure', 'members' => []], 'UpdateDeviceStatusRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceRememberedStatus' => ['shape' => 'DeviceRememberedStatusType']]], 'UpdateDeviceStatusResponse' => ['type' => 'structure', 'members' => []], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType']]], 'UpdateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'UpdateIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType']]], 'UpdateIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'UpdateResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier', 'Name'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'UpdateResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'UpdateUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserAttributes', 'AccessToken'], 'members' => ['UserAttributes' => ['shape' => 'AttributeListType'], 'AccessToken' => ['shape' => 'TokenModelType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'UpdateUserAttributesResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetailsList' => ['shape' => 'CodeDeliveryDetailsListType']]], 'UpdateUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'UpdateUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'UpdateUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId', 'CustomDomainConfig'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'UpdateUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['CloudFrontDomain' => ['shape' => 'DomainType']]], 'UpdateUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'UpdateUserPoolResponse' => ['type' => 'structure', 'members' => []], 'UserContextDataType' => ['type' => 'structure', 'members' => ['EncodedData' => ['shape' => 'StringType']]], 'UserFilterType' => ['type' => 'string', 'max' => 256], 'UserImportInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserImportJobIdType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => 'import-[0-9a-zA-Z-]+'], 'UserImportJobNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'UserImportJobStatusType' => ['type' => 'string', 'enum' => ['Created', 'Pending', 'InProgress', 'Stopping', 'Expired', 'Stopped', 'Failed', 'Succeeded']], 'UserImportJobType' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'UserImportJobNameType'], 'JobId' => ['shape' => 'UserImportJobIdType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'PreSignedUrl' => ['shape' => 'PreSignedUrlType'], 'CreationDate' => ['shape' => 'DateType'], 'StartDate' => ['shape' => 'DateType'], 'CompletionDate' => ['shape' => 'DateType'], 'Status' => ['shape' => 'UserImportJobStatusType'], 'CloudWatchLogsRoleArn' => ['shape' => 'ArnType'], 'ImportedUsers' => ['shape' => 'LongType'], 'SkippedUsers' => ['shape' => 'LongType'], 'FailedUsers' => ['shape' => 'LongType'], 'CompletionMessage' => ['shape' => 'CompletionMessageType']]], 'UserImportJobsListType' => ['type' => 'list', 'member' => ['shape' => 'UserImportJobType'], 'max' => 50, 'min' => 1], 'UserLambdaValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserMFASettingListType' => ['type' => 'list', 'member' => ['shape' => 'StringType']], 'UserNotConfirmedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolAddOnNotEnabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolAddOnsType' => ['type' => 'structure', 'required' => ['AdvancedSecurityMode'], 'members' => ['AdvancedSecurityMode' => ['shape' => 'AdvancedSecurityModeType']]], 'UserPoolClientDescription' => ['type' => 'structure', 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType']]], 'UserPoolClientListType' => ['type' => 'list', 'member' => ['shape' => 'UserPoolClientDescription']], 'UserPoolClientType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ClientSecret' => ['shape' => 'ClientSecretType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType', 'box' => \true], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'UserPoolDescriptionType' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserPoolIdType'], 'Name' => ['shape' => 'UserPoolNameType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'Status' => ['shape' => 'StatusType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'UserPoolIdType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'UserPoolListType' => ['type' => 'list', 'member' => ['shape' => 'UserPoolDescriptionType']], 'UserPoolMfaType' => ['type' => 'string', 'enum' => ['OFF', 'ON', 'OPTIONAL']], 'UserPoolNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'UserPoolPolicyType' => ['type' => 'structure', 'members' => ['PasswordPolicy' => ['shape' => 'PasswordPolicyType']]], 'UserPoolTaggingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolTagsListType' => ['type' => 'list', 'member' => ['shape' => 'TagKeysType']], 'UserPoolTagsType' => ['type' => 'map', 'key' => ['shape' => 'TagKeysType'], 'value' => ['shape' => 'TagValueType']], 'UserPoolType' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserPoolIdType'], 'Name' => ['shape' => 'UserPoolNameType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'Status' => ['shape' => 'StatusType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType'], 'SchemaAttributes' => ['shape' => 'SchemaAttributesListType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'AliasAttributes' => ['shape' => 'AliasAttributesListType'], 'UsernameAttributes' => ['shape' => 'UsernameAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EstimatedNumberOfUsers' => ['shape' => 'IntegerType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'SmsConfigurationFailure' => ['shape' => 'StringType'], 'EmailConfigurationFailure' => ['shape' => 'StringType'], 'Domain' => ['shape' => 'DomainType'], 'CustomDomain' => ['shape' => 'DomainType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'UsernameConfiguration' => ['shape' => 'UsernameConfigurationType'], 'Arn' => ['shape' => 'ArnType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'UserStatusType' => ['type' => 'string', 'enum' => ['UNCONFIRMED', 'CONFIRMED', 'ARCHIVED', 'COMPROMISED', 'UNKNOWN', 'RESET_REQUIRED', 'FORCE_CHANGE_PASSWORD']], 'UserType' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'UsernameType'], 'Attributes' => ['shape' => 'AttributeListType'], 'UserCreateDate' => ['shape' => 'DateType'], 'UserLastModifiedDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'UserStatus' => ['shape' => 'UserStatusType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'UsernameAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email']], 'UsernameAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'UsernameAttributeType']], 'UsernameConfigurationType' => ['type' => 'structure', 'required' => ['CaseSensitive'], 'members' => ['CaseSensitive' => ['shape' => 'WrappedBooleanType']]], 'UsernameExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UsernameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', 'sensitive' => \true], 'UsersListType' => ['type' => 'list', 'member' => ['shape' => 'UserType']], 'VerificationMessageTemplateType' => ['type' => 'structure', 'members' => ['SmsMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailSubject' => ['shape' => 'EmailVerificationSubjectType'], 'EmailMessageByLink' => ['shape' => 'EmailVerificationMessageByLinkType'], 'EmailSubjectByLink' => ['shape' => 'EmailVerificationSubjectByLinkType'], 'DefaultEmailOption' => ['shape' => 'DefaultEmailOptionType']]], 'VerifiedAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email']], 'VerifiedAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'VerifiedAttributeType']], 'VerifySoftwareTokenRequest' => ['type' => 'structure', 'required' => ['UserCode'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Session' => ['shape' => 'SessionType'], 'UserCode' => ['shape' => 'SoftwareTokenMFAUserCodeType'], 'FriendlyDeviceName' => ['shape' => 'StringType']]], 'VerifySoftwareTokenResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'VerifySoftwareTokenResponseType'], 'Session' => ['shape' => 'SessionType']]], 'VerifySoftwareTokenResponseType' => ['type' => 'string', 'enum' => ['SUCCESS', 'ERROR']], 'VerifyUserAttributeRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'AttributeName', 'Code'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'AttributeName' => ['shape' => 'AttributeNameType'], 'Code' => ['shape' => 'ConfirmationCodeType']]], 'VerifyUserAttributeResponse' => ['type' => 'structure', 'members' => []], 'WrappedBooleanType' => ['type' => 'boolean']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-04-18', 'endpointPrefix' => 'cognito-idp', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Cognito Identity Provider', 'serviceId' => 'Cognito Identity Provider', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSCognitoIdentityProviderService', 'uid' => 'cognito-idp-2016-04-18'], 'operations' => ['AddCustomAttributes' => ['name' => 'AddCustomAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddCustomAttributesRequest'], 'output' => ['shape' => 'AddCustomAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException']]], 'AdminAddUserToGroup' => ['name' => 'AdminAddUserToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminAddUserToGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminConfirmSignUp' => ['name' => 'AdminConfirmSignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminConfirmSignUpRequest'], 'output' => ['shape' => 'AdminConfirmSignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminCreateUser' => ['name' => 'AdminCreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminCreateUserRequest'], 'output' => ['shape' => 'AdminCreateUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UsernameExistsException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedUserStateException'], ['shape' => 'InternalErrorException']]], 'AdminDeleteUser' => ['name' => 'AdminDeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDeleteUserRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminDeleteUserAttributes' => ['name' => 'AdminDeleteUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDeleteUserAttributesRequest'], 'output' => ['shape' => 'AdminDeleteUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminDisableProviderForUser' => ['name' => 'AdminDisableProviderForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDisableProviderForUserRequest'], 'output' => ['shape' => 'AdminDisableProviderForUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'AliasExistsException'], ['shape' => 'InternalErrorException']]], 'AdminDisableUser' => ['name' => 'AdminDisableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminDisableUserRequest'], 'output' => ['shape' => 'AdminDisableUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminEnableUser' => ['name' => 'AdminEnableUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminEnableUserRequest'], 'output' => ['shape' => 'AdminEnableUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminForgetDevice' => ['name' => 'AdminForgetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminForgetDeviceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminGetDevice' => ['name' => 'AdminGetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminGetDeviceRequest'], 'output' => ['shape' => 'AdminGetDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'NotAuthorizedException']]], 'AdminGetUser' => ['name' => 'AdminGetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminGetUserRequest'], 'output' => ['shape' => 'AdminGetUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminInitiateAuth' => ['name' => 'AdminInitiateAuth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminInitiateAuthRequest'], 'output' => ['shape' => 'AdminInitiateAuthResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException']]], 'AdminLinkProviderForUser' => ['name' => 'AdminLinkProviderForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminLinkProviderForUserRequest'], 'output' => ['shape' => 'AdminLinkProviderForUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'AliasExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'AdminListDevices' => ['name' => 'AdminListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListDevicesRequest'], 'output' => ['shape' => 'AdminListDevicesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'NotAuthorizedException']]], 'AdminListGroupsForUser' => ['name' => 'AdminListGroupsForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListGroupsForUserRequest'], 'output' => ['shape' => 'AdminListGroupsForUserResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminListUserAuthEvents' => ['name' => 'AdminListUserAuthEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminListUserAuthEventsRequest'], 'output' => ['shape' => 'AdminListUserAuthEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'AdminRemoveUserFromGroup' => ['name' => 'AdminRemoveUserFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminRemoveUserFromGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminResetUserPassword' => ['name' => 'AdminResetUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminResetUserPasswordRequest'], 'output' => ['shape' => 'AdminResetUserPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InternalErrorException']]], 'AdminRespondToAuthChallenge' => ['name' => 'AdminRespondToAuthChallenge', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminRespondToAuthChallengeRequest'], 'output' => ['shape' => 'AdminRespondToAuthChallengeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'InternalErrorException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'AliasExistsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'SoftwareTokenMFANotFoundException']]], 'AdminSetUserMFAPreference' => ['name' => 'AdminSetUserMFAPreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserMFAPreferenceRequest'], 'output' => ['shape' => 'AdminSetUserMFAPreferenceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'AdminSetUserPassword' => ['name' => 'AdminSetUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserPasswordRequest'], 'output' => ['shape' => 'AdminSetUserPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException']]], 'AdminSetUserSettings' => ['name' => 'AdminSetUserSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminSetUserSettingsRequest'], 'output' => ['shape' => 'AdminSetUserSettingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateAuthEventFeedback' => ['name' => 'AdminUpdateAuthEventFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateAuthEventFeedbackRequest'], 'output' => ['shape' => 'AdminUpdateAuthEventFeedbackResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateDeviceStatus' => ['name' => 'AdminUpdateDeviceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateDeviceStatusRequest'], 'output' => ['shape' => 'AdminUpdateDeviceStatusResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AdminUpdateUserAttributes' => ['name' => 'AdminUpdateUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUpdateUserAttributesRequest'], 'output' => ['shape' => 'AdminUpdateUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'AliasExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException']]], 'AdminUserGlobalSignOut' => ['name' => 'AdminUserGlobalSignOut', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdminUserGlobalSignOutRequest'], 'output' => ['shape' => 'AdminUserGlobalSignOutResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']]], 'AssociateSoftwareToken' => ['name' => 'AssociateSoftwareToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSoftwareTokenRequest'], 'output' => ['shape' => 'AssociateSoftwareTokenResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'SoftwareTokenMFANotFoundException']]], 'ChangePassword' => ['name' => 'ChangePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangePasswordRequest'], 'output' => ['shape' => 'ChangePasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'ConfirmDevice' => ['name' => 'ConfirmDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmDeviceRequest'], 'output' => ['shape' => 'ConfirmDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'UsernameExistsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ConfirmForgotPassword' => ['name' => 'ConfirmForgotPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmForgotPasswordRequest'], 'output' => ['shape' => 'ConfirmForgotPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'ConfirmSignUp' => ['name' => 'ConfirmSignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmSignUpRequest'], 'output' => ['shape' => 'ConfirmSignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyFailedAttemptsException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'AliasExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'GroupExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'CreateIdentityProvider' => ['name' => 'CreateIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIdentityProviderRequest'], 'output' => ['shape' => 'CreateIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DuplicateProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateResourceServer' => ['name' => 'CreateResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceServerRequest'], 'output' => ['shape' => 'CreateResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateUserImportJob' => ['name' => 'CreateUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserImportJobRequest'], 'output' => ['shape' => 'CreateUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'CreateUserPool' => ['name' => 'CreateUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolRequest'], 'output' => ['shape' => 'CreateUserPoolResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InternalErrorException']]], 'CreateUserPoolClient' => ['name' => 'CreateUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolClientRequest'], 'output' => ['shape' => 'CreateUserPoolClientResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ScopeDoesNotExistException'], ['shape' => 'InvalidOAuthFlowException'], ['shape' => 'InternalErrorException']]], 'CreateUserPoolDomain' => ['name' => 'CreateUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserPoolDomainRequest'], 'output' => ['shape' => 'CreateUserPoolDomainResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DeleteIdentityProvider' => ['name' => 'DeleteIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIdentityProviderRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'UnsupportedIdentityProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DeleteResourceServer' => ['name' => 'DeleteResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceServerRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'DeleteUserAttributes' => ['name' => 'DeleteUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserAttributesRequest'], 'output' => ['shape' => 'DeleteUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'DeleteUserPool' => ['name' => 'DeleteUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException']]], 'DeleteUserPoolClient' => ['name' => 'DeleteUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolClientRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DeleteUserPoolDomain' => ['name' => 'DeleteUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPoolDomainRequest'], 'output' => ['shape' => 'DeleteUserPoolDomainResponse'], 'errors' => [['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'DescribeIdentityProvider' => ['name' => 'DescribeIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdentityProviderRequest'], 'output' => ['shape' => 'DescribeIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DescribeResourceServer' => ['name' => 'DescribeResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceServerRequest'], 'output' => ['shape' => 'DescribeResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'DescribeRiskConfiguration' => ['name' => 'DescribeRiskConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRiskConfigurationRequest'], 'output' => ['shape' => 'DescribeRiskConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'DescribeUserImportJob' => ['name' => 'DescribeUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserImportJobRequest'], 'output' => ['shape' => 'DescribeUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPool' => ['name' => 'DescribeUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolRequest'], 'output' => ['shape' => 'DescribeUserPoolResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPoolClient' => ['name' => 'DescribeUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolClientRequest'], 'output' => ['shape' => 'DescribeUserPoolClientResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'DescribeUserPoolDomain' => ['name' => 'DescribeUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserPoolDomainRequest'], 'output' => ['shape' => 'DescribeUserPoolDomainResponse'], 'errors' => [['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ForgetDevice' => ['name' => 'ForgetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgetDeviceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ForgotPassword' => ['name' => 'ForgotPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ForgotPasswordRequest'], 'output' => ['shape' => 'ForgotPasswordResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetCSVHeader' => ['name' => 'GetCSVHeader', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCSVHeaderRequest'], 'output' => ['shape' => 'GetCSVHeaderResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GetDevice' => ['name' => 'GetDevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeviceRequest'], 'output' => ['shape' => 'GetDeviceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GetIdentityProviderByIdentifier' => ['name' => 'GetIdentityProviderByIdentifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIdentityProviderByIdentifierRequest'], 'output' => ['shape' => 'GetIdentityProviderByIdentifierResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'GetSigningCertificate' => ['name' => 'GetSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSigningCertificateRequest'], 'output' => ['shape' => 'GetSigningCertificateResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'GetUICustomization' => ['name' => 'GetUICustomization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUICustomizationRequest'], 'output' => ['shape' => 'GetUICustomizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetUserAttributeVerificationCode' => ['name' => 'GetUserAttributeVerificationCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserAttributeVerificationCodeRequest'], 'output' => ['shape' => 'GetUserAttributeVerificationCodeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'GetUserPoolMfaConfig' => ['name' => 'GetUserPoolMfaConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserPoolMfaConfigRequest'], 'output' => ['shape' => 'GetUserPoolMfaConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'GlobalSignOut' => ['name' => 'GlobalSignOut', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GlobalSignOutRequest'], 'output' => ['shape' => 'GlobalSignOutResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'InitiateAuth' => ['name' => 'InitiateAuth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InitiateAuthRequest'], 'output' => ['shape' => 'InitiateAuthResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException']], 'authtype' => 'none'], 'ListDevices' => ['name' => 'ListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDevicesRequest'], 'output' => ['shape' => 'ListDevicesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListIdentityProviders' => ['name' => 'ListIdentityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIdentityProvidersRequest'], 'output' => ['shape' => 'ListIdentityProvidersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'ListResourceServers' => ['name' => 'ListResourceServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceServersRequest'], 'output' => ['shape' => 'ListResourceServersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'ListUserImportJobs' => ['name' => 'ListUserImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserImportJobsRequest'], 'output' => ['shape' => 'ListUserImportJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUserPoolClients' => ['name' => 'ListUserPoolClients', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoolClientsRequest'], 'output' => ['shape' => 'ListUserPoolClientsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUserPools' => ['name' => 'ListUserPools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoolsRequest'], 'output' => ['shape' => 'ListUserPoolsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ListUsersInGroup' => ['name' => 'ListUsersInGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersInGroupRequest'], 'output' => ['shape' => 'ListUsersInGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'ResendConfirmationCode' => ['name' => 'ResendConfirmationCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendConfirmationCodeRequest'], 'output' => ['shape' => 'ResendConfirmationCodeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'RespondToAuthChallenge' => ['name' => 'RespondToAuthChallenge', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RespondToAuthChallengeRequest'], 'output' => ['shape' => 'RespondToAuthChallengeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'MFAMethodNotFoundException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'AliasExistsException'], ['shape' => 'InternalErrorException'], ['shape' => 'SoftwareTokenMFANotFoundException']], 'authtype' => 'none'], 'SetRiskConfiguration' => ['name' => 'SetRiskConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRiskConfigurationRequest'], 'output' => ['shape' => 'SetRiskConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'InternalErrorException']]], 'SetUICustomization' => ['name' => 'SetUICustomization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUICustomizationRequest'], 'output' => ['shape' => 'SetUICustomizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'SetUserMFAPreference' => ['name' => 'SetUserMFAPreference', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserMFAPreferenceRequest'], 'output' => ['shape' => 'SetUserMFAPreferenceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'SetUserPoolMfaConfig' => ['name' => 'SetUserPoolMfaConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserPoolMfaConfigRequest'], 'output' => ['shape' => 'SetUserPoolMfaConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'SetUserSettings' => ['name' => 'SetUserSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetUserSettingsRequest'], 'output' => ['shape' => 'SetUserSettingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'SignUp' => ['name' => 'SignUp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignUpRequest'], 'output' => ['shape' => 'SignUpResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'UsernameExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException']], 'authtype' => 'none'], 'StartUserImportJob' => ['name' => 'StartUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartUserImportJobRequest'], 'output' => ['shape' => 'StartUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException']]], 'StopUserImportJob' => ['name' => 'StopUserImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopUserImportJobRequest'], 'output' => ['shape' => 'StopUserImportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'NotAuthorizedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalErrorException']]], 'UpdateAuthEventFeedback' => ['name' => 'UpdateAuthEventFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAuthEventFeedbackRequest'], 'output' => ['shape' => 'UpdateAuthEventFeedbackResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserPoolAddOnNotEnabledException'], ['shape' => 'InternalErrorException']]], 'UpdateDeviceStatus' => ['name' => 'UpdateDeviceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDeviceStatusRequest'], 'output' => ['shape' => 'UpdateDeviceStatusResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InternalErrorException']]], 'UpdateIdentityProvider' => ['name' => 'UpdateIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIdentityProviderRequest'], 'output' => ['shape' => 'UpdateIdentityProviderResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'UnsupportedIdentityProviderException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'UpdateResourceServer' => ['name' => 'UpdateResourceServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceServerRequest'], 'output' => ['shape' => 'UpdateResourceServerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'UpdateUserAttributes' => ['name' => 'UpdateUserAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserAttributesRequest'], 'output' => ['shape' => 'UpdateUserAttributesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnexpectedLambdaException'], ['shape' => 'UserLambdaValidationException'], ['shape' => 'InvalidLambdaResponseException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AliasExistsException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'InvalidEmailRoleAccessPolicyException'], ['shape' => 'CodeDeliveryFailureException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none'], 'UpdateUserPool' => ['name' => 'UpdateUserPool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolRequest'], 'output' => ['shape' => 'UpdateUserPoolResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UserImportInProgressException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidSmsRoleAccessPolicyException'], ['shape' => 'InvalidSmsRoleTrustRelationshipException'], ['shape' => 'UserPoolTaggingException'], ['shape' => 'InvalidEmailRoleAccessPolicyException']]], 'UpdateUserPoolClient' => ['name' => 'UpdateUserPoolClient', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolClientRequest'], 'output' => ['shape' => 'UpdateUserPoolClientResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ScopeDoesNotExistException'], ['shape' => 'InvalidOAuthFlowException'], ['shape' => 'InternalErrorException']]], 'UpdateUserPoolDomain' => ['name' => 'UpdateUserPoolDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserPoolDomainRequest'], 'output' => ['shape' => 'UpdateUserPoolDomainResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalErrorException']]], 'VerifySoftwareToken' => ['name' => 'VerifySoftwareToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifySoftwareTokenRequest'], 'output' => ['shape' => 'VerifySoftwareTokenResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidUserPoolConfigurationException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException'], ['shape' => 'EnableSoftwareTokenMFAException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'SoftwareTokenMFANotFoundException'], ['shape' => 'CodeMismatchException']]], 'VerifyUserAttribute' => ['name' => 'VerifyUserAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifyUserAttributeRequest'], 'output' => ['shape' => 'VerifyUserAttributeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'CodeMismatchException'], ['shape' => 'ExpiredCodeException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'PasswordResetRequiredException'], ['shape' => 'UserNotFoundException'], ['shape' => 'UserNotConfirmedException'], ['shape' => 'InternalErrorException']], 'authtype' => 'none']], 'shapes' => ['AWSAccountIdType' => ['type' => 'string'], 'AccessTokenValidityType' => ['type' => 'integer', 'max' => 86400, 'min' => 1], 'AccountRecoverySettingType' => ['type' => 'structure', 'members' => ['RecoveryMechanisms' => ['shape' => 'RecoveryMechanismsType']]], 'AccountTakeoverActionNotifyType' => ['type' => 'boolean'], 'AccountTakeoverActionType' => ['type' => 'structure', 'required' => ['Notify', 'EventAction'], 'members' => ['Notify' => ['shape' => 'AccountTakeoverActionNotifyType'], 'EventAction' => ['shape' => 'AccountTakeoverEventActionType']]], 'AccountTakeoverActionsType' => ['type' => 'structure', 'members' => ['LowAction' => ['shape' => 'AccountTakeoverActionType'], 'MediumAction' => ['shape' => 'AccountTakeoverActionType'], 'HighAction' => ['shape' => 'AccountTakeoverActionType']]], 'AccountTakeoverEventActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'MFA_IF_CONFIGURED', 'MFA_REQUIRED', 'NO_ACTION']], 'AccountTakeoverRiskConfigurationType' => ['type' => 'structure', 'required' => ['Actions'], 'members' => ['NotifyConfiguration' => ['shape' => 'NotifyConfigurationType'], 'Actions' => ['shape' => 'AccountTakeoverActionsType']]], 'AddCustomAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'CustomAttributes'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomAttributes' => ['shape' => 'CustomAttributesListType']]], 'AddCustomAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminAddUserToGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'GroupName' => ['shape' => 'GroupNameType']]], 'AdminConfirmSignUpRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminConfirmSignUpResponse' => ['type' => 'structure', 'members' => []], 'AdminCreateUserConfigType' => ['type' => 'structure', 'members' => ['AllowAdminCreateUserOnly' => ['shape' => 'BooleanType'], 'UnusedAccountValidityDays' => ['shape' => 'AdminCreateUserUnusedAccountValidityDaysType'], 'InviteMessageTemplate' => ['shape' => 'MessageTemplateType']]], 'AdminCreateUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ValidationData' => ['shape' => 'AttributeListType'], 'TemporaryPassword' => ['shape' => 'PasswordType'], 'ForceAliasCreation' => ['shape' => 'ForceAliasCreation'], 'MessageAction' => ['shape' => 'MessageActionType'], 'DesiredDeliveryMediums' => ['shape' => 'DeliveryMediumListType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminCreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'UserType']]], 'AdminCreateUserUnusedAccountValidityDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 0], 'AdminDeleteUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'UserAttributeNames'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributeNames' => ['shape' => 'AttributeNameListType']]], 'AdminDeleteUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminDeleteUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminDisableProviderForUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'User'], 'members' => ['UserPoolId' => ['shape' => 'StringType'], 'User' => ['shape' => 'ProviderUserIdentifierType']]], 'AdminDisableProviderForUserResponse' => ['type' => 'structure', 'members' => []], 'AdminDisableUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminDisableUserResponse' => ['type' => 'structure', 'members' => []], 'AdminEnableUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminEnableUserResponse' => ['type' => 'structure', 'members' => []], 'AdminForgetDeviceRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'DeviceKey'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'DeviceKey' => ['shape' => 'DeviceKeyType']]], 'AdminGetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey', 'UserPoolId', 'Username'], 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminGetDeviceResponse' => ['type' => 'structure', 'required' => ['Device'], 'members' => ['Device' => ['shape' => 'DeviceType']]], 'AdminGetUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminGetUserResponse' => ['type' => 'structure', 'required' => ['Username'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'UserCreateDate' => ['shape' => 'DateType'], 'UserLastModifiedDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'UserStatus' => ['shape' => 'UserStatusType'], 'MFAOptions' => ['shape' => 'MFAOptionListType'], 'PreferredMfaSetting' => ['shape' => 'StringType'], 'UserMFASettingList' => ['shape' => 'UserMFASettingListType']]], 'AdminInitiateAuthRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId', 'AuthFlow'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'AuthFlow' => ['shape' => 'AuthFlowType'], 'AuthParameters' => ['shape' => 'AuthParametersType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ContextData' => ['shape' => 'ContextDataType']]], 'AdminInitiateAuthResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'AdminLinkProviderForUserRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'DestinationUser', 'SourceUser'], 'members' => ['UserPoolId' => ['shape' => 'StringType'], 'DestinationUser' => ['shape' => 'ProviderUserIdentifierType'], 'SourceUser' => ['shape' => 'ProviderUserIdentifierType']]], 'AdminLinkProviderForUserResponse' => ['type' => 'structure', 'members' => []], 'AdminListDevicesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'AdminListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'AdminListGroupsForUserRequest' => ['type' => 'structure', 'required' => ['Username', 'UserPoolId'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListGroupsForUserResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListUserAuthEventsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'MaxResults' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminListUserAuthEventsResponse' => ['type' => 'structure', 'members' => ['AuthEvents' => ['shape' => 'AuthEventsType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'AdminRemoveUserFromGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'GroupName' => ['shape' => 'GroupNameType']]], 'AdminResetUserPasswordRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminResetUserPasswordResponse' => ['type' => 'structure', 'members' => []], 'AdminRespondToAuthChallengeRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId', 'ChallengeName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ChallengeName' => ['shape' => 'ChallengeNameType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponsesType'], 'Session' => ['shape' => 'SessionType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ContextData' => ['shape' => 'ContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminRespondToAuthChallengeResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'AdminSetUserMFAPreferenceRequest' => ['type' => 'structure', 'required' => ['Username', 'UserPoolId'], 'members' => ['SMSMfaSettings' => ['shape' => 'SMSMfaSettingsType'], 'SoftwareTokenMfaSettings' => ['shape' => 'SoftwareTokenMfaSettingsType'], 'Username' => ['shape' => 'UsernameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'AdminSetUserMFAPreferenceResponse' => ['type' => 'structure', 'members' => []], 'AdminSetUserPasswordRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'Password'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'Password' => ['shape' => 'PasswordType'], 'Permanent' => ['shape' => 'BooleanType']]], 'AdminSetUserPasswordResponse' => ['type' => 'structure', 'members' => []], 'AdminSetUserSettingsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'MFAOptions'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'AdminSetUserSettingsResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateAuthEventFeedbackRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'EventId', 'FeedbackValue'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'EventId' => ['shape' => 'EventIdType'], 'FeedbackValue' => ['shape' => 'FeedbackValueType']]], 'AdminUpdateAuthEventFeedbackResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateDeviceStatusRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'DeviceKey'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceRememberedStatus' => ['shape' => 'DeviceRememberedStatusType']]], 'AdminUpdateDeviceStatusResponse' => ['type' => 'structure', 'members' => []], 'AdminUpdateUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'UserAttributes'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'AdminUpdateUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'AdminUserGlobalSignOutRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType']]], 'AdminUserGlobalSignOutResponse' => ['type' => 'structure', 'members' => []], 'AdvancedSecurityModeType' => ['type' => 'string', 'enum' => ['OFF', 'AUDIT', 'ENFORCED']], 'AliasAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email', 'preferred_username']], 'AliasAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'AliasAttributeType']], 'AliasExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'AnalyticsConfigurationType' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'HexStringType'], 'ApplicationArn' => ['shape' => 'ArnType'], 'RoleArn' => ['shape' => 'ArnType'], 'ExternalId' => ['shape' => 'StringType'], 'UserDataShared' => ['shape' => 'BooleanType']]], 'AnalyticsMetadataType' => ['type' => 'structure', 'members' => ['AnalyticsEndpointId' => ['shape' => 'StringType']]], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:([\\w+=/,.@-]*)?:[0-9]+:[\\w+=/,.@-]+(:[\\w+=/,.@-]+)?(:[\\w+=/,.@-]+)?'], 'AssociateSoftwareTokenRequest' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Session' => ['shape' => 'SessionType']]], 'AssociateSoftwareTokenResponse' => ['type' => 'structure', 'members' => ['SecretCode' => ['shape' => 'SecretCodeType'], 'Session' => ['shape' => 'SessionType']]], 'AttributeDataType' => ['type' => 'string', 'enum' => ['String', 'Number', 'DateTime', 'Boolean']], 'AttributeListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeType']], 'AttributeMappingKeyType' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AttributeMappingType' => ['type' => 'map', 'key' => ['shape' => 'AttributeMappingKeyType'], 'value' => ['shape' => 'StringType']], 'AttributeNameListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeNameType']], 'AttributeNameType' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'AttributeType' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'AttributeNameType'], 'Value' => ['shape' => 'AttributeValueType']]], 'AttributeValueType' => ['type' => 'string', 'max' => 2048, 'sensitive' => \true], 'AuthEventType' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'StringType'], 'EventType' => ['shape' => 'EventType'], 'CreationDate' => ['shape' => 'DateType'], 'EventResponse' => ['shape' => 'EventResponseType'], 'EventRisk' => ['shape' => 'EventRiskType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponseListType'], 'EventContextData' => ['shape' => 'EventContextDataType'], 'EventFeedback' => ['shape' => 'EventFeedbackType']]], 'AuthEventsType' => ['type' => 'list', 'member' => ['shape' => 'AuthEventType']], 'AuthFlowType' => ['type' => 'string', 'enum' => ['USER_SRP_AUTH', 'REFRESH_TOKEN_AUTH', 'REFRESH_TOKEN', 'CUSTOM_AUTH', 'ADMIN_NO_SRP_AUTH', 'USER_PASSWORD_AUTH', 'ADMIN_USER_PASSWORD_AUTH']], 'AuthParametersType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType'], 'sensitive' => \true], 'AuthenticationResultType' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'ExpiresIn' => ['shape' => 'IntegerType'], 'TokenType' => ['shape' => 'StringType'], 'RefreshToken' => ['shape' => 'TokenModelType'], 'IdToken' => ['shape' => 'TokenModelType'], 'NewDeviceMetadata' => ['shape' => 'NewDeviceMetadataType']]], 'BlockedIPRangeListType' => ['type' => 'list', 'member' => ['shape' => 'StringType'], 'max' => 20], 'BooleanType' => ['type' => 'boolean'], 'CSSType' => ['type' => 'string'], 'CSSVersionType' => ['type' => 'string'], 'CallbackURLsListType' => ['type' => 'list', 'member' => ['shape' => 'RedirectUrlType'], 'max' => 100, 'min' => 0], 'ChallengeName' => ['type' => 'string', 'enum' => ['Password', 'Mfa']], 'ChallengeNameType' => ['type' => 'string', 'enum' => ['SMS_MFA', 'SOFTWARE_TOKEN_MFA', 'SELECT_MFA_TYPE', 'MFA_SETUP', 'PASSWORD_VERIFIER', 'CUSTOM_CHALLENGE', 'DEVICE_SRP_AUTH', 'DEVICE_PASSWORD_VERIFIER', 'ADMIN_NO_SRP_AUTH', 'NEW_PASSWORD_REQUIRED']], 'ChallengeParametersType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ChallengeResponse' => ['type' => 'string', 'enum' => ['Success', 'Failure']], 'ChallengeResponseListType' => ['type' => 'list', 'member' => ['shape' => 'ChallengeResponseType']], 'ChallengeResponseType' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeName'], 'ChallengeResponse' => ['shape' => 'ChallengeResponse']]], 'ChallengeResponsesType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ChangePasswordRequest' => ['type' => 'structure', 'required' => ['PreviousPassword', 'ProposedPassword', 'AccessToken'], 'members' => ['PreviousPassword' => ['shape' => 'PasswordType'], 'ProposedPassword' => ['shape' => 'PasswordType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'ChangePasswordResponse' => ['type' => 'structure', 'members' => []], 'ClientIdType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+]+', 'sensitive' => \true], 'ClientMetadataType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ClientNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'ClientPermissionListType' => ['type' => 'list', 'member' => ['shape' => 'ClientPermissionType']], 'ClientPermissionType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ClientSecretType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+]+', 'sensitive' => \true], 'CodeDeliveryDetailsListType' => ['type' => 'list', 'member' => ['shape' => 'CodeDeliveryDetailsType']], 'CodeDeliveryDetailsType' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'StringType'], 'DeliveryMedium' => ['shape' => 'DeliveryMediumType'], 'AttributeName' => ['shape' => 'AttributeNameType']]], 'CodeDeliveryFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'CodeMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'CompletionMessageType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w]+'], 'CompromisedCredentialsActionsType' => ['type' => 'structure', 'required' => ['EventAction'], 'members' => ['EventAction' => ['shape' => 'CompromisedCredentialsEventActionType']]], 'CompromisedCredentialsEventActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'NO_ACTION']], 'CompromisedCredentialsRiskConfigurationType' => ['type' => 'structure', 'required' => ['Actions'], 'members' => ['EventFilter' => ['shape' => 'EventFiltersType'], 'Actions' => ['shape' => 'CompromisedCredentialsActionsType']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ConfirmDeviceRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceSecretVerifierConfig' => ['shape' => 'DeviceSecretVerifierConfigType'], 'DeviceName' => ['shape' => 'DeviceNameType']]], 'ConfirmDeviceResponse' => ['type' => 'structure', 'members' => ['UserConfirmationNecessary' => ['shape' => 'BooleanType']]], 'ConfirmForgotPasswordRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'ConfirmationCode', 'Password'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'ConfirmationCode' => ['shape' => 'ConfirmationCodeType'], 'Password' => ['shape' => 'PasswordType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ConfirmForgotPasswordResponse' => ['type' => 'structure', 'members' => []], 'ConfirmSignUpRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'ConfirmationCode'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'ConfirmationCode' => ['shape' => 'ConfirmationCodeType'], 'ForceAliasCreation' => ['shape' => 'ForceAliasCreation'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ConfirmSignUpResponse' => ['type' => 'structure', 'members' => []], 'ConfirmationCodeType' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\S]+'], 'ContextDataType' => ['type' => 'structure', 'required' => ['IpAddress', 'ServerName', 'ServerPath', 'HttpHeaders'], 'members' => ['IpAddress' => ['shape' => 'StringType'], 'ServerName' => ['shape' => 'StringType'], 'ServerPath' => ['shape' => 'StringType'], 'HttpHeaders' => ['shape' => 'HttpHeaderList'], 'EncodedData' => ['shape' => 'StringType']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'CreateIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName', 'ProviderType', 'ProviderDetails'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameTypeV1'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType']]], 'CreateIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'CreateResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier', 'Name'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'CreateResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'CreateUserImportJobRequest' => ['type' => 'structure', 'required' => ['JobName', 'UserPoolId', 'CloudWatchLogsRoleArn'], 'members' => ['JobName' => ['shape' => 'UserImportJobNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CloudWatchLogsRoleArn' => ['shape' => 'ArnType']]], 'CreateUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'CreateUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'GenerateSecret' => ['shape' => 'GenerateSecret'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'AccessTokenValidity' => ['shape' => 'AccessTokenValidityType'], 'IdTokenValidity' => ['shape' => 'IdTokenValidityType'], 'TokenValidityUnits' => ['shape' => 'TokenValidityUnitsType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'CreateUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'CreateUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'CreateUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['CloudFrontDomain' => ['shape' => 'DomainType']]], 'CreateUserPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'UserPoolNameType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'AliasAttributes' => ['shape' => 'AliasAttributesListType'], 'UsernameAttributes' => ['shape' => 'UsernameAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'Schema' => ['shape' => 'SchemaAttributesListType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'UsernameConfiguration' => ['shape' => 'UsernameConfigurationType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'CreateUserPoolResponse' => ['type' => 'structure', 'members' => ['UserPool' => ['shape' => 'UserPoolType']]], 'CustomAttributeNameType' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'CustomAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttributeType'], 'max' => 25, 'min' => 1], 'CustomDomainConfigType' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'ArnType']]], 'DateType' => ['type' => 'timestamp'], 'DefaultEmailOptionType' => ['type' => 'string', 'enum' => ['CONFIRM_WITH_LINK', 'CONFIRM_WITH_CODE']], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType']]], 'DeleteResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType']]], 'DeleteUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserAttributeNames', 'AccessToken'], 'members' => ['UserAttributeNames' => ['shape' => 'AttributeNameListType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'DeleteUserAttributesResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DeleteUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteUserPoolDomainResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'DeliveryMediumListType' => ['type' => 'list', 'member' => ['shape' => 'DeliveryMediumType']], 'DeliveryMediumType' => ['type' => 'string', 'enum' => ['SMS', 'EMAIL']], 'DescribeIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType']]], 'DescribeIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'DescribeResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType']]], 'DescribeResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'DescribeRiskConfigurationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DescribeRiskConfigurationResponse' => ['type' => 'structure', 'required' => ['RiskConfiguration'], 'members' => ['RiskConfiguration' => ['shape' => 'RiskConfigurationType']]], 'DescribeUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'DescribeUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'DescribeUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'DescribeUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'DescribeUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain'], 'members' => ['Domain' => ['shape' => 'DomainType']]], 'DescribeUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['DomainDescription' => ['shape' => 'DomainDescriptionType']]], 'DescribeUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'DescribeUserPoolResponse' => ['type' => 'structure', 'members' => ['UserPool' => ['shape' => 'UserPoolType']]], 'DescriptionType' => ['type' => 'string', 'max' => 2048], 'DeviceConfigurationType' => ['type' => 'structure', 'members' => ['ChallengeRequiredOnNewDevice' => ['shape' => 'BooleanType'], 'DeviceOnlyRememberedOnUserPrompt' => ['shape' => 'BooleanType']]], 'DeviceKeyType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-f-]+'], 'DeviceListType' => ['type' => 'list', 'member' => ['shape' => 'DeviceType']], 'DeviceNameType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DeviceRememberedStatusType' => ['type' => 'string', 'enum' => ['remembered', 'not_remembered']], 'DeviceSecretVerifierConfigType' => ['type' => 'structure', 'members' => ['PasswordVerifier' => ['shape' => 'StringType'], 'Salt' => ['shape' => 'StringType']]], 'DeviceType' => ['type' => 'structure', 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceAttributes' => ['shape' => 'AttributeListType'], 'DeviceCreateDate' => ['shape' => 'DateType'], 'DeviceLastModifiedDate' => ['shape' => 'DateType'], 'DeviceLastAuthenticatedDate' => ['shape' => 'DateType']]], 'DomainDescriptionType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'AWSAccountId' => ['shape' => 'AWSAccountIdType'], 'Domain' => ['shape' => 'DomainType'], 'S3Bucket' => ['shape' => 'S3BucketType'], 'CloudFrontDistribution' => ['shape' => 'StringType'], 'Version' => ['shape' => 'DomainVersionType'], 'Status' => ['shape' => 'DomainStatusType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'DomainStatusType' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'UPDATING', 'ACTIVE', 'FAILED']], 'DomainType' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$'], 'DomainVersionType' => ['type' => 'string', 'max' => 20, 'min' => 1], 'DuplicateProviderException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'EmailAddressType' => ['type' => 'string', 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+@[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'EmailConfigurationType' => ['type' => 'structure', 'members' => ['SourceArn' => ['shape' => 'ArnType'], 'ReplyToEmailAddress' => ['shape' => 'EmailAddressType'], 'EmailSendingAccount' => ['shape' => 'EmailSendingAccountType'], 'From' => ['shape' => 'StringType'], 'ConfigurationSet' => ['shape' => 'SESConfigurationSet']]], 'EmailNotificationBodyType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]+'], 'EmailNotificationSubjectType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EmailSendingAccountType' => ['type' => 'string', 'enum' => ['COGNITO_DEFAULT', 'DEVELOPER']], 'EmailVerificationMessageByLinkType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{##[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*##\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*'], 'EmailVerificationMessageType' => ['type' => 'string', 'max' => 20000, 'min' => 6, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{####\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*'], 'EmailVerificationSubjectByLinkType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EmailVerificationSubjectType' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+'], 'EnableSoftwareTokenMFAException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'EventContextDataType' => ['type' => 'structure', 'members' => ['IpAddress' => ['shape' => 'StringType'], 'DeviceName' => ['shape' => 'StringType'], 'Timezone' => ['shape' => 'StringType'], 'City' => ['shape' => 'StringType'], 'Country' => ['shape' => 'StringType']]], 'EventFeedbackType' => ['type' => 'structure', 'required' => ['FeedbackValue', 'Provider'], 'members' => ['FeedbackValue' => ['shape' => 'FeedbackValueType'], 'Provider' => ['shape' => 'StringType'], 'FeedbackDate' => ['shape' => 'DateType']]], 'EventFilterType' => ['type' => 'string', 'enum' => ['SIGN_IN', 'PASSWORD_CHANGE', 'SIGN_UP']], 'EventFiltersType' => ['type' => 'list', 'member' => ['shape' => 'EventFilterType']], 'EventIdType' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\w+-]+'], 'EventResponseType' => ['type' => 'string', 'enum' => ['Success', 'Failure']], 'EventRiskType' => ['type' => 'structure', 'members' => ['RiskDecision' => ['shape' => 'RiskDecisionType'], 'RiskLevel' => ['shape' => 'RiskLevelType'], 'CompromisedCredentialsDetected' => ['shape' => 'WrappedBooleanType']]], 'EventType' => ['type' => 'string', 'enum' => ['SignIn', 'SignUp', 'ForgotPassword']], 'ExpiredCodeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ExplicitAuthFlowsListType' => ['type' => 'list', 'member' => ['shape' => 'ExplicitAuthFlowsType']], 'ExplicitAuthFlowsType' => ['type' => 'string', 'enum' => ['ADMIN_NO_SRP_AUTH', 'CUSTOM_AUTH_FLOW_ONLY', 'USER_PASSWORD_AUTH', 'ALLOW_ADMIN_USER_PASSWORD_AUTH', 'ALLOW_CUSTOM_AUTH', 'ALLOW_USER_PASSWORD_AUTH', 'ALLOW_USER_SRP_AUTH', 'ALLOW_REFRESH_TOKEN_AUTH']], 'FeedbackValueType' => ['type' => 'string', 'enum' => ['Valid', 'Invalid']], 'ForceAliasCreation' => ['type' => 'boolean'], 'ForgetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType']]], 'ForgotPasswordRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'Username' => ['shape' => 'UsernameType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ForgotPasswordResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'GenerateSecret' => ['type' => 'boolean'], 'GetCSVHeaderRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetCSVHeaderResponse' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'CSVHeader' => ['shape' => 'ListOfStringTypes']]], 'GetDeviceRequest' => ['type' => 'structure', 'required' => ['DeviceKey'], 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'GetDeviceResponse' => ['type' => 'structure', 'required' => ['Device'], 'members' => ['Device' => ['shape' => 'DeviceType']]], 'GetGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'GetIdentityProviderByIdentifierRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'IdpIdentifier'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'IdpIdentifier' => ['shape' => 'IdpIdentifierType']]], 'GetIdentityProviderByIdentifierResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'GetSigningCertificateRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetSigningCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'StringType']]], 'GetUICustomizationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType']]], 'GetUICustomizationResponse' => ['type' => 'structure', 'required' => ['UICustomization'], 'members' => ['UICustomization' => ['shape' => 'UICustomizationType']]], 'GetUserAttributeVerificationCodeRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'AttributeName'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'AttributeName' => ['shape' => 'AttributeNameType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'GetUserAttributeVerificationCodeResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'GetUserPoolMfaConfigRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType']]], 'GetUserPoolMfaConfigResponse' => ['type' => 'structure', 'members' => ['SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'GetUserRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'GetUserResponse' => ['type' => 'structure', 'required' => ['Username', 'UserAttributes'], 'members' => ['Username' => ['shape' => 'UsernameType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'MFAOptions' => ['shape' => 'MFAOptionListType'], 'PreferredMfaSetting' => ['shape' => 'StringType'], 'UserMFASettingList' => ['shape' => 'UserMFASettingListType']]], 'GlobalSignOutRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType']]], 'GlobalSignOutResponse' => ['type' => 'structure', 'members' => []], 'GroupExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'GroupListType' => ['type' => 'list', 'member' => ['shape' => 'GroupType']], 'GroupNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'GroupType' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'HexStringType' => ['type' => 'string', 'pattern' => '^[0-9a-fA-F]+$'], 'HttpHeader' => ['type' => 'structure', 'members' => ['headerName' => ['shape' => 'StringType'], 'headerValue' => ['shape' => 'StringType']]], 'HttpHeaderList' => ['type' => 'list', 'member' => ['shape' => 'HttpHeader']], 'IdTokenValidityType' => ['type' => 'integer', 'max' => 86400, 'min' => 1], 'IdentityProviderType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'IdentityProviderTypeType' => ['type' => 'string', 'enum' => ['SAML', 'Facebook', 'Google', 'LoginWithAmazon', 'SignInWithApple', 'OIDC']], 'IdpIdentifierType' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\w\\s+=.@-]+'], 'IdpIdentifiersListType' => ['type' => 'list', 'member' => ['shape' => 'IdpIdentifierType'], 'max' => 50, 'min' => 0], 'ImageFileType' => ['type' => 'blob'], 'ImageUrlType' => ['type' => 'string'], 'InitiateAuthRequest' => ['type' => 'structure', 'required' => ['AuthFlow', 'ClientId'], 'members' => ['AuthFlow' => ['shape' => 'AuthFlowType'], 'AuthParameters' => ['shape' => 'AuthParametersType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType'], 'ClientId' => ['shape' => 'ClientIdType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType']]], 'InitiateAuthResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'IntegerType' => ['type' => 'integer'], 'InternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true, 'fault' => \true], 'InvalidEmailRoleAccessPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidLambdaResponseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidOAuthFlowException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidPasswordException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidSmsRoleAccessPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidSmsRoleTrustRelationshipException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'InvalidUserPoolConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'LambdaConfigType' => ['type' => 'structure', 'members' => ['PreSignUp' => ['shape' => 'ArnType'], 'CustomMessage' => ['shape' => 'ArnType'], 'PostConfirmation' => ['shape' => 'ArnType'], 'PreAuthentication' => ['shape' => 'ArnType'], 'PostAuthentication' => ['shape' => 'ArnType'], 'DefineAuthChallenge' => ['shape' => 'ArnType'], 'CreateAuthChallenge' => ['shape' => 'ArnType'], 'VerifyAuthChallengeResponse' => ['shape' => 'ArnType'], 'PreTokenGeneration' => ['shape' => 'ArnType'], 'UserMigration' => ['shape' => 'ArnType']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ListDevicesRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'ListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListIdentityProvidersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'ListProvidersLimitType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListIdentityProvidersResponse' => ['type' => 'structure', 'required' => ['Providers'], 'members' => ['Providers' => ['shape' => 'ProvidersListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListOfStringTypes' => ['type' => 'list', 'member' => ['shape' => 'StringType']], 'ListProvidersLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 0], 'ListResourceServersLimitType' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'ListResourceServersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'ListResourceServersLimitType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListResourceServersResponse' => ['type' => 'structure', 'required' => ['ResourceServers'], 'members' => ['ResourceServers' => ['shape' => 'ResourceServersListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ArnType']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'UserPoolTagsType']]], 'ListUserImportJobsRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'MaxResults'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'PoolQueryLimitType'], 'PaginationToken' => ['shape' => 'PaginationKeyType']]], 'ListUserImportJobsResponse' => ['type' => 'structure', 'members' => ['UserImportJobs' => ['shape' => 'UserImportJobsListType'], 'PaginationToken' => ['shape' => 'PaginationKeyType']]], 'ListUserPoolClientsRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'MaxResults' => ['shape' => 'QueryLimit'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUserPoolClientsResponse' => ['type' => 'structure', 'members' => ['UserPoolClients' => ['shape' => 'UserPoolClientListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUserPoolsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['NextToken' => ['shape' => 'PaginationKeyType'], 'MaxResults' => ['shape' => 'PoolQueryLimitType']]], 'ListUserPoolsResponse' => ['type' => 'structure', 'members' => ['UserPools' => ['shape' => 'UserPoolListType'], 'NextToken' => ['shape' => 'PaginationKeyType']]], 'ListUsersInGroupRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'GroupName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'GroupName' => ['shape' => 'GroupNameType'], 'Limit' => ['shape' => 'QueryLimitType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUsersInGroupResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UsersListType'], 'NextToken' => ['shape' => 'PaginationKey']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'AttributesToGet' => ['shape' => 'SearchedAttributeNamesListType'], 'Limit' => ['shape' => 'QueryLimitType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType'], 'Filter' => ['shape' => 'UserFilterType']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'UsersListType'], 'PaginationToken' => ['shape' => 'SearchPaginationTokenType']]], 'LogoutURLsListType' => ['type' => 'list', 'member' => ['shape' => 'RedirectUrlType'], 'max' => 100, 'min' => 0], 'LongType' => ['type' => 'long'], 'MFAMethodNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'MFAOptionListType' => ['type' => 'list', 'member' => ['shape' => 'MFAOptionType']], 'MFAOptionType' => ['type' => 'structure', 'members' => ['DeliveryMedium' => ['shape' => 'DeliveryMediumType'], 'AttributeName' => ['shape' => 'AttributeNameType']]], 'MessageActionType' => ['type' => 'string', 'enum' => ['RESEND', 'SUPPRESS']], 'MessageTemplateType' => ['type' => 'structure', 'members' => ['SMSMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailSubject' => ['shape' => 'EmailVerificationSubjectType']]], 'MessageType' => ['type' => 'string'], 'NewDeviceMetadataType' => ['type' => 'structure', 'members' => ['DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceGroupKey' => ['shape' => 'StringType']]], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'NotifyConfigurationType' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['From' => ['shape' => 'StringType'], 'ReplyTo' => ['shape' => 'StringType'], 'SourceArn' => ['shape' => 'ArnType'], 'BlockEmail' => ['shape' => 'NotifyEmailType'], 'NoActionEmail' => ['shape' => 'NotifyEmailType'], 'MfaEmail' => ['shape' => 'NotifyEmailType']]], 'NotifyEmailType' => ['type' => 'structure', 'required' => ['Subject'], 'members' => ['Subject' => ['shape' => 'EmailNotificationSubjectType'], 'HtmlBody' => ['shape' => 'EmailNotificationBodyType'], 'TextBody' => ['shape' => 'EmailNotificationBodyType']]], 'NumberAttributeConstraintsType' => ['type' => 'structure', 'members' => ['MinValue' => ['shape' => 'StringType'], 'MaxValue' => ['shape' => 'StringType']]], 'OAuthFlowType' => ['type' => 'string', 'enum' => ['code', 'implicit', 'client_credentials']], 'OAuthFlowsType' => ['type' => 'list', 'member' => ['shape' => 'OAuthFlowType'], 'max' => 3, 'min' => 0], 'PaginationKey' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'PaginationKeyType' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'PasswordPolicyMinLengthType' => ['type' => 'integer', 'max' => 99, 'min' => 6], 'PasswordPolicyType' => ['type' => 'structure', 'members' => ['MinimumLength' => ['shape' => 'PasswordPolicyMinLengthType'], 'RequireUppercase' => ['shape' => 'BooleanType'], 'RequireLowercase' => ['shape' => 'BooleanType'], 'RequireNumbers' => ['shape' => 'BooleanType'], 'RequireSymbols' => ['shape' => 'BooleanType'], 'TemporaryPasswordValidityDays' => ['shape' => 'TemporaryPasswordValidityDaysType']]], 'PasswordResetRequiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'PasswordType' => ['type' => 'string', 'max' => 256, 'min' => 6, 'pattern' => '[\\S]+', 'sensitive' => \true], 'PoolQueryLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 1], 'PreSignedUrlType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'PrecedenceType' => ['type' => 'integer', 'min' => 0], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'PreventUserExistenceErrorTypes' => ['type' => 'string', 'enum' => ['LEGACY', 'ENABLED']], 'PriorityType' => ['type' => 'integer', 'max' => 2, 'min' => 1], 'ProviderDescription' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderType' => ['shape' => 'IdentityProviderTypeType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'ProviderDetailsType' => ['type' => 'map', 'key' => ['shape' => 'StringType'], 'value' => ['shape' => 'StringType']], 'ProviderNameType' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'ProviderNameTypeV1' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+'], 'ProviderUserIdentifierType' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderAttributeName' => ['shape' => 'StringType'], 'ProviderAttributeValue' => ['shape' => 'StringType']]], 'ProvidersListType' => ['type' => 'list', 'member' => ['shape' => 'ProviderDescription'], 'max' => 50, 'min' => 0], 'QueryLimit' => ['type' => 'integer', 'max' => 60, 'min' => 1], 'QueryLimitType' => ['type' => 'integer', 'max' => 60, 'min' => 0], 'RecoveryMechanismsType' => ['type' => 'list', 'member' => ['shape' => 'RecoveryOptionType'], 'max' => 2, 'min' => 1], 'RecoveryOptionNameType' => ['type' => 'string', 'enum' => ['verified_email', 'verified_phone_number', 'admin_only']], 'RecoveryOptionType' => ['type' => 'structure', 'required' => ['Priority', 'Name'], 'members' => ['Priority' => ['shape' => 'PriorityType'], 'Name' => ['shape' => 'RecoveryOptionNameType']]], 'RedirectUrlType' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'RefreshTokenValidityType' => ['type' => 'integer', 'max' => 315360000, 'min' => 0], 'ResendConfirmationCodeRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'Username' => ['shape' => 'UsernameType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'ResendConfirmationCodeResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ResourceServerIdentifierType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x5B\\x5D-\\x7E]+'], 'ResourceServerNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'ResourceServerScopeDescriptionType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceServerScopeListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceServerScopeType'], 'max' => 100], 'ResourceServerScopeNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x2E\\x30-\\x5B\\x5D-\\x7E]+'], 'ResourceServerScopeType' => ['type' => 'structure', 'required' => ['ScopeName', 'ScopeDescription'], 'members' => ['ScopeName' => ['shape' => 'ResourceServerScopeNameType'], 'ScopeDescription' => ['shape' => 'ResourceServerScopeDescriptionType']]], 'ResourceServerType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'ResourceServersListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceServerType']], 'RespondToAuthChallengeRequest' => ['type' => 'structure', 'required' => ['ClientId', 'ChallengeName'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeResponses' => ['shape' => 'ChallengeResponsesType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'RespondToAuthChallengeResponse' => ['type' => 'structure', 'members' => ['ChallengeName' => ['shape' => 'ChallengeNameType'], 'Session' => ['shape' => 'SessionType'], 'ChallengeParameters' => ['shape' => 'ChallengeParametersType'], 'AuthenticationResult' => ['shape' => 'AuthenticationResultType']]], 'RiskConfigurationType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CompromisedCredentialsRiskConfiguration' => ['shape' => 'CompromisedCredentialsRiskConfigurationType'], 'AccountTakeoverRiskConfiguration' => ['shape' => 'AccountTakeoverRiskConfigurationType'], 'RiskExceptionConfiguration' => ['shape' => 'RiskExceptionConfigurationType'], 'LastModifiedDate' => ['shape' => 'DateType']]], 'RiskDecisionType' => ['type' => 'string', 'enum' => ['NoRisk', 'AccountTakeover', 'Block']], 'RiskExceptionConfigurationType' => ['type' => 'structure', 'members' => ['BlockedIPRangeList' => ['shape' => 'BlockedIPRangeListType'], 'SkippedIPRangeList' => ['shape' => 'SkippedIPRangeListType']]], 'RiskLevelType' => ['type' => 'string', 'enum' => ['Low', 'Medium', 'High']], 'S3BucketType' => ['type' => 'string', 'max' => 1024, 'min' => 3, 'pattern' => '^[0-9A-Za-z\\.\\-_]*(? ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$'], 'SMSMfaSettingsType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType'], 'PreferredMfa' => ['shape' => 'BooleanType']]], 'SchemaAttributeType' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CustomAttributeNameType'], 'AttributeDataType' => ['shape' => 'AttributeDataType'], 'DeveloperOnlyAttribute' => ['shape' => 'BooleanType', 'box' => \true], 'Mutable' => ['shape' => 'BooleanType', 'box' => \true], 'Required' => ['shape' => 'BooleanType', 'box' => \true], 'NumberAttributeConstraints' => ['shape' => 'NumberAttributeConstraintsType'], 'StringAttributeConstraints' => ['shape' => 'StringAttributeConstraintsType']]], 'SchemaAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttributeType'], 'max' => 50, 'min' => 1], 'ScopeDoesNotExistException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'ScopeListType' => ['type' => 'list', 'member' => ['shape' => 'ScopeType'], 'max' => 50], 'ScopeType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\x21\\x23-\\x5B\\x5D-\\x7E]+'], 'SearchPaginationTokenType' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\S]+'], 'SearchedAttributeNamesListType' => ['type' => 'list', 'member' => ['shape' => 'AttributeNameType']], 'SecretCodeType' => ['type' => 'string', 'min' => 16, 'pattern' => '[A-Za-z0-9]+', 'sensitive' => \true], 'SecretHashType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=/]+', 'sensitive' => \true], 'SessionType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'SetRiskConfigurationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CompromisedCredentialsRiskConfiguration' => ['shape' => 'CompromisedCredentialsRiskConfigurationType'], 'AccountTakeoverRiskConfiguration' => ['shape' => 'AccountTakeoverRiskConfigurationType'], 'RiskExceptionConfiguration' => ['shape' => 'RiskExceptionConfigurationType']]], 'SetRiskConfigurationResponse' => ['type' => 'structure', 'required' => ['RiskConfiguration'], 'members' => ['RiskConfiguration' => ['shape' => 'RiskConfigurationType']]], 'SetUICustomizationRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'CSS' => ['shape' => 'CSSType'], 'ImageFile' => ['shape' => 'ImageFileType']]], 'SetUICustomizationResponse' => ['type' => 'structure', 'required' => ['UICustomization'], 'members' => ['UICustomization' => ['shape' => 'UICustomizationType']]], 'SetUserMFAPreferenceRequest' => ['type' => 'structure', 'required' => ['AccessToken'], 'members' => ['SMSMfaSettings' => ['shape' => 'SMSMfaSettingsType'], 'SoftwareTokenMfaSettings' => ['shape' => 'SoftwareTokenMfaSettingsType'], 'AccessToken' => ['shape' => 'TokenModelType']]], 'SetUserMFAPreferenceResponse' => ['type' => 'structure', 'members' => []], 'SetUserPoolMfaConfigRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'SetUserPoolMfaConfigResponse' => ['type' => 'structure', 'members' => ['SmsMfaConfiguration' => ['shape' => 'SmsMfaConfigType'], 'SoftwareTokenMfaConfiguration' => ['shape' => 'SoftwareTokenMfaConfigType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType']]], 'SetUserSettingsRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'MFAOptions'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'SetUserSettingsResponse' => ['type' => 'structure', 'members' => []], 'SignUpRequest' => ['type' => 'structure', 'required' => ['ClientId', 'Username', 'Password'], 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'SecretHash' => ['shape' => 'SecretHashType'], 'Username' => ['shape' => 'UsernameType'], 'Password' => ['shape' => 'PasswordType'], 'UserAttributes' => ['shape' => 'AttributeListType'], 'ValidationData' => ['shape' => 'AttributeListType'], 'AnalyticsMetadata' => ['shape' => 'AnalyticsMetadataType'], 'UserContextData' => ['shape' => 'UserContextDataType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'SignUpResponse' => ['type' => 'structure', 'required' => ['UserConfirmed', 'UserSub'], 'members' => ['UserConfirmed' => ['shape' => 'BooleanType'], 'CodeDeliveryDetails' => ['shape' => 'CodeDeliveryDetailsType'], 'UserSub' => ['shape' => 'StringType']]], 'SkippedIPRangeListType' => ['type' => 'list', 'member' => ['shape' => 'StringType'], 'max' => 20], 'SmsConfigurationType' => ['type' => 'structure', 'required' => ['SnsCallerArn'], 'members' => ['SnsCallerArn' => ['shape' => 'ArnType'], 'ExternalId' => ['shape' => 'StringType']]], 'SmsMfaConfigType' => ['type' => 'structure', 'members' => ['SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType']]], 'SmsVerificationMessageType' => ['type' => 'string', 'max' => 140, 'min' => 6, 'pattern' => '.*\\{####\\}.*'], 'SoftwareTokenMFANotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'SoftwareTokenMFAUserCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[0-9]+'], 'SoftwareTokenMfaConfigType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType']]], 'SoftwareTokenMfaSettingsType' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanType'], 'PreferredMfa' => ['shape' => 'BooleanType']]], 'StartUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'StartUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'StatusType' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'StopUserImportJobRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'JobId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'JobId' => ['shape' => 'UserImportJobIdType']]], 'StopUserImportJobResponse' => ['type' => 'structure', 'members' => ['UserImportJob' => ['shape' => 'UserImportJobType']]], 'StringAttributeConstraintsType' => ['type' => 'structure', 'members' => ['MinLength' => ['shape' => 'StringType'], 'MaxLength' => ['shape' => 'StringType']]], 'StringType' => ['type' => 'string'], 'SupportedIdentityProvidersListType' => ['type' => 'list', 'member' => ['shape' => 'ProviderNameType']], 'TagKeysType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ArnType'], 'Tags' => ['shape' => 'UserPoolTagsType']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TemporaryPasswordValidityDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 0], 'TimeUnitsType' => ['type' => 'string', 'enum' => ['seconds', 'minutes', 'hours', 'days']], 'TokenModelType' => ['type' => 'string', 'pattern' => '[A-Za-z0-9-_=.]+', 'sensitive' => \true], 'TokenValidityUnitsType' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'TimeUnitsType'], 'IdToken' => ['shape' => 'TimeUnitsType'], 'RefreshToken' => ['shape' => 'TimeUnitsType']]], 'TooManyFailedAttemptsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UICustomizationType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ImageUrl' => ['shape' => 'ImageUrlType'], 'CSS' => ['shape' => 'CSSType'], 'CSSVersion' => ['shape' => 'CSSVersionType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'UnexpectedLambdaException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UnsupportedIdentityProviderException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UnsupportedUserStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ArnType'], 'TagKeys' => ['shape' => 'UserPoolTagsListType']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuthEventFeedbackRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Username', 'EventId', 'FeedbackToken', 'FeedbackValue'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Username' => ['shape' => 'UsernameType'], 'EventId' => ['shape' => 'EventIdType'], 'FeedbackToken' => ['shape' => 'TokenModelType'], 'FeedbackValue' => ['shape' => 'FeedbackValueType']]], 'UpdateAuthEventFeedbackResponse' => ['type' => 'structure', 'members' => []], 'UpdateDeviceStatusRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'DeviceKey'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'DeviceKey' => ['shape' => 'DeviceKeyType'], 'DeviceRememberedStatus' => ['shape' => 'DeviceRememberedStatusType']]], 'UpdateDeviceStatusResponse' => ['type' => 'structure', 'members' => []], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserPoolId'], 'members' => ['GroupName' => ['shape' => 'GroupNameType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'Description' => ['shape' => 'DescriptionType'], 'RoleArn' => ['shape' => 'ArnType'], 'Precedence' => ['shape' => 'PrecedenceType']]], 'UpdateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupType']]], 'UpdateIdentityProviderRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ProviderName'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ProviderName' => ['shape' => 'ProviderNameType'], 'ProviderDetails' => ['shape' => 'ProviderDetailsType'], 'AttributeMapping' => ['shape' => 'AttributeMappingType'], 'IdpIdentifiers' => ['shape' => 'IdpIdentifiersListType']]], 'UpdateIdentityProviderResponse' => ['type' => 'structure', 'required' => ['IdentityProvider'], 'members' => ['IdentityProvider' => ['shape' => 'IdentityProviderType']]], 'UpdateResourceServerRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'Identifier', 'Name'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Identifier' => ['shape' => 'ResourceServerIdentifierType'], 'Name' => ['shape' => 'ResourceServerNameType'], 'Scopes' => ['shape' => 'ResourceServerScopeListType']]], 'UpdateResourceServerResponse' => ['type' => 'structure', 'required' => ['ResourceServer'], 'members' => ['ResourceServer' => ['shape' => 'ResourceServerType']]], 'UpdateUserAttributesRequest' => ['type' => 'structure', 'required' => ['UserAttributes', 'AccessToken'], 'members' => ['UserAttributes' => ['shape' => 'AttributeListType'], 'AccessToken' => ['shape' => 'TokenModelType'], 'ClientMetadata' => ['shape' => 'ClientMetadataType']]], 'UpdateUserAttributesResponse' => ['type' => 'structure', 'members' => ['CodeDeliveryDetailsList' => ['shape' => 'CodeDeliveryDetailsListType']]], 'UpdateUserPoolClientRequest' => ['type' => 'structure', 'required' => ['UserPoolId', 'ClientId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'AccessTokenValidity' => ['shape' => 'AccessTokenValidityType'], 'IdTokenValidity' => ['shape' => 'IdTokenValidityType'], 'TokenValidityUnits' => ['shape' => 'TokenValidityUnitsType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'UpdateUserPoolClientResponse' => ['type' => 'structure', 'members' => ['UserPoolClient' => ['shape' => 'UserPoolClientType']]], 'UpdateUserPoolDomainRequest' => ['type' => 'structure', 'required' => ['Domain', 'UserPoolId', 'CustomDomainConfig'], 'members' => ['Domain' => ['shape' => 'DomainType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'CustomDomainConfig' => ['shape' => 'CustomDomainConfigType']]], 'UpdateUserPoolDomainResponse' => ['type' => 'structure', 'members' => ['CloudFrontDomain' => ['shape' => 'DomainType']]], 'UpdateUserPoolRequest' => ['type' => 'structure', 'required' => ['UserPoolId'], 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'UpdateUserPoolResponse' => ['type' => 'structure', 'members' => []], 'UserContextDataType' => ['type' => 'structure', 'members' => ['EncodedData' => ['shape' => 'StringType']]], 'UserFilterType' => ['type' => 'string', 'max' => 256], 'UserImportInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserImportJobIdType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => 'import-[0-9a-zA-Z-]+'], 'UserImportJobNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'UserImportJobStatusType' => ['type' => 'string', 'enum' => ['Created', 'Pending', 'InProgress', 'Stopping', 'Expired', 'Stopped', 'Failed', 'Succeeded']], 'UserImportJobType' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'UserImportJobNameType'], 'JobId' => ['shape' => 'UserImportJobIdType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'PreSignedUrl' => ['shape' => 'PreSignedUrlType'], 'CreationDate' => ['shape' => 'DateType'], 'StartDate' => ['shape' => 'DateType'], 'CompletionDate' => ['shape' => 'DateType'], 'Status' => ['shape' => 'UserImportJobStatusType'], 'CloudWatchLogsRoleArn' => ['shape' => 'ArnType'], 'ImportedUsers' => ['shape' => 'LongType'], 'SkippedUsers' => ['shape' => 'LongType'], 'FailedUsers' => ['shape' => 'LongType'], 'CompletionMessage' => ['shape' => 'CompletionMessageType']]], 'UserImportJobsListType' => ['type' => 'list', 'member' => ['shape' => 'UserImportJobType'], 'max' => 50, 'min' => 1], 'UserLambdaValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserMFASettingListType' => ['type' => 'list', 'member' => ['shape' => 'StringType']], 'UserNotConfirmedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolAddOnNotEnabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolAddOnsType' => ['type' => 'structure', 'required' => ['AdvancedSecurityMode'], 'members' => ['AdvancedSecurityMode' => ['shape' => 'AdvancedSecurityModeType']]], 'UserPoolClientDescription' => ['type' => 'structure', 'members' => ['ClientId' => ['shape' => 'ClientIdType'], 'UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType']]], 'UserPoolClientListType' => ['type' => 'list', 'member' => ['shape' => 'UserPoolClientDescription']], 'UserPoolClientType' => ['type' => 'structure', 'members' => ['UserPoolId' => ['shape' => 'UserPoolIdType'], 'ClientName' => ['shape' => 'ClientNameType'], 'ClientId' => ['shape' => 'ClientIdType'], 'ClientSecret' => ['shape' => 'ClientSecretType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType'], 'RefreshTokenValidity' => ['shape' => 'RefreshTokenValidityType'], 'AccessTokenValidity' => ['shape' => 'AccessTokenValidityType'], 'IdTokenValidity' => ['shape' => 'IdTokenValidityType'], 'TokenValidityUnits' => ['shape' => 'TokenValidityUnitsType'], 'ReadAttributes' => ['shape' => 'ClientPermissionListType'], 'WriteAttributes' => ['shape' => 'ClientPermissionListType'], 'ExplicitAuthFlows' => ['shape' => 'ExplicitAuthFlowsListType'], 'SupportedIdentityProviders' => ['shape' => 'SupportedIdentityProvidersListType'], 'CallbackURLs' => ['shape' => 'CallbackURLsListType'], 'LogoutURLs' => ['shape' => 'LogoutURLsListType'], 'DefaultRedirectURI' => ['shape' => 'RedirectUrlType'], 'AllowedOAuthFlows' => ['shape' => 'OAuthFlowsType'], 'AllowedOAuthScopes' => ['shape' => 'ScopeListType'], 'AllowedOAuthFlowsUserPoolClient' => ['shape' => 'BooleanType', 'box' => \true], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfigurationType'], 'PreventUserExistenceErrors' => ['shape' => 'PreventUserExistenceErrorTypes']]], 'UserPoolDescriptionType' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserPoolIdType'], 'Name' => ['shape' => 'UserPoolNameType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'Status' => ['shape' => 'StatusType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType']]], 'UserPoolIdType' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'UserPoolListType' => ['type' => 'list', 'member' => ['shape' => 'UserPoolDescriptionType']], 'UserPoolMfaType' => ['type' => 'string', 'enum' => ['OFF', 'ON', 'OPTIONAL']], 'UserPoolNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\s+=,.@-]+'], 'UserPoolPolicyType' => ['type' => 'structure', 'members' => ['PasswordPolicy' => ['shape' => 'PasswordPolicyType']]], 'UserPoolTaggingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UserPoolTagsListType' => ['type' => 'list', 'member' => ['shape' => 'TagKeysType']], 'UserPoolTagsType' => ['type' => 'map', 'key' => ['shape' => 'TagKeysType'], 'value' => ['shape' => 'TagValueType']], 'UserPoolType' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserPoolIdType'], 'Name' => ['shape' => 'UserPoolNameType'], 'Policies' => ['shape' => 'UserPoolPolicyType'], 'LambdaConfig' => ['shape' => 'LambdaConfigType'], 'Status' => ['shape' => 'StatusType'], 'LastModifiedDate' => ['shape' => 'DateType'], 'CreationDate' => ['shape' => 'DateType'], 'SchemaAttributes' => ['shape' => 'SchemaAttributesListType'], 'AutoVerifiedAttributes' => ['shape' => 'VerifiedAttributesListType'], 'AliasAttributes' => ['shape' => 'AliasAttributesListType'], 'UsernameAttributes' => ['shape' => 'UsernameAttributesListType'], 'SmsVerificationMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailVerificationMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailVerificationSubject' => ['shape' => 'EmailVerificationSubjectType'], 'VerificationMessageTemplate' => ['shape' => 'VerificationMessageTemplateType'], 'SmsAuthenticationMessage' => ['shape' => 'SmsVerificationMessageType'], 'MfaConfiguration' => ['shape' => 'UserPoolMfaType'], 'DeviceConfiguration' => ['shape' => 'DeviceConfigurationType'], 'EstimatedNumberOfUsers' => ['shape' => 'IntegerType'], 'EmailConfiguration' => ['shape' => 'EmailConfigurationType'], 'SmsConfiguration' => ['shape' => 'SmsConfigurationType'], 'UserPoolTags' => ['shape' => 'UserPoolTagsType'], 'SmsConfigurationFailure' => ['shape' => 'StringType'], 'EmailConfigurationFailure' => ['shape' => 'StringType'], 'Domain' => ['shape' => 'DomainType'], 'CustomDomain' => ['shape' => 'DomainType'], 'AdminCreateUserConfig' => ['shape' => 'AdminCreateUserConfigType'], 'UserPoolAddOns' => ['shape' => 'UserPoolAddOnsType'], 'UsernameConfiguration' => ['shape' => 'UsernameConfigurationType'], 'Arn' => ['shape' => 'ArnType'], 'AccountRecoverySetting' => ['shape' => 'AccountRecoverySettingType']]], 'UserStatusType' => ['type' => 'string', 'enum' => ['UNCONFIRMED', 'CONFIRMED', 'ARCHIVED', 'COMPROMISED', 'UNKNOWN', 'RESET_REQUIRED', 'FORCE_CHANGE_PASSWORD']], 'UserType' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'UsernameType'], 'Attributes' => ['shape' => 'AttributeListType'], 'UserCreateDate' => ['shape' => 'DateType'], 'UserLastModifiedDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'UserStatus' => ['shape' => 'UserStatusType'], 'MFAOptions' => ['shape' => 'MFAOptionListType']]], 'UsernameAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email']], 'UsernameAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'UsernameAttributeType']], 'UsernameConfigurationType' => ['type' => 'structure', 'required' => ['CaseSensitive'], 'members' => ['CaseSensitive' => ['shape' => 'WrappedBooleanType']]], 'UsernameExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'MessageType']], 'exception' => \true], 'UsernameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', 'sensitive' => \true], 'UsersListType' => ['type' => 'list', 'member' => ['shape' => 'UserType']], 'VerificationMessageTemplateType' => ['type' => 'structure', 'members' => ['SmsMessage' => ['shape' => 'SmsVerificationMessageType'], 'EmailMessage' => ['shape' => 'EmailVerificationMessageType'], 'EmailSubject' => ['shape' => 'EmailVerificationSubjectType'], 'EmailMessageByLink' => ['shape' => 'EmailVerificationMessageByLinkType'], 'EmailSubjectByLink' => ['shape' => 'EmailVerificationSubjectByLinkType'], 'DefaultEmailOption' => ['shape' => 'DefaultEmailOptionType']]], 'VerifiedAttributeType' => ['type' => 'string', 'enum' => ['phone_number', 'email']], 'VerifiedAttributesListType' => ['type' => 'list', 'member' => ['shape' => 'VerifiedAttributeType']], 'VerifySoftwareTokenRequest' => ['type' => 'structure', 'required' => ['UserCode'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'Session' => ['shape' => 'SessionType'], 'UserCode' => ['shape' => 'SoftwareTokenMFAUserCodeType'], 'FriendlyDeviceName' => ['shape' => 'StringType']]], 'VerifySoftwareTokenResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'VerifySoftwareTokenResponseType'], 'Session' => ['shape' => 'SessionType']]], 'VerifySoftwareTokenResponseType' => ['type' => 'string', 'enum' => ['SUCCESS', 'ERROR']], 'VerifyUserAttributeRequest' => ['type' => 'structure', 'required' => ['AccessToken', 'AttributeName', 'Code'], 'members' => ['AccessToken' => ['shape' => 'TokenModelType'], 'AttributeName' => ['shape' => 'AttributeNameType'], 'Code' => ['shape' => 'ConfirmationCodeType']]], 'VerifyUserAttributeResponse' => ['type' => 'structure', 'members' => []], 'WrappedBooleanType' => ['type' => 'boolean']]]; diff --git a/vendor/Aws3/Aws/data/comprehend/2017-11-27/api-2.json.php b/vendor/Aws3/Aws/data/comprehend/2017-11-27/api-2.json.php index 7c0b59f6..abc78f56 100644 --- a/vendor/Aws3/Aws/data/comprehend/2017-11-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/comprehend/2017-11-27/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'comprehend', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Comprehend', 'serviceId' => 'Comprehend', 'signatureVersion' => 'v4', 'signingName' => 'comprehend', 'targetPrefix' => 'Comprehend_20171127', 'uid' => 'comprehend-2017-11-27'], 'operations' => ['BatchDetectDominantLanguage' => ['name' => 'BatchDetectDominantLanguage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectDominantLanguageRequest'], 'output' => ['shape' => 'BatchDetectDominantLanguageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectEntities' => ['name' => 'BatchDetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectEntitiesRequest'], 'output' => ['shape' => 'BatchDetectEntitiesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectKeyPhrases' => ['name' => 'BatchDetectKeyPhrases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectKeyPhrasesRequest'], 'output' => ['shape' => 'BatchDetectKeyPhrasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectSentiment' => ['name' => 'BatchDetectSentiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectSentimentRequest'], 'output' => ['shape' => 'BatchDetectSentimentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectSyntax' => ['name' => 'BatchDetectSyntax', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectSyntaxRequest'], 'output' => ['shape' => 'BatchDetectSyntaxResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'ClassifyDocument' => ['name' => 'ClassifyDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ClassifyDocumentRequest'], 'output' => ['shape' => 'ClassifyDocumentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'CreateDocumentClassifier' => ['name' => 'CreateDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDocumentClassifierRequest'], 'output' => ['shape' => 'CreateDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointRequest'], 'output' => ['shape' => 'CreateEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InternalServerException']]], 'CreateEntityRecognizer' => ['name' => 'CreateEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEntityRecognizerRequest'], 'output' => ['shape' => 'CreateEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'DeleteDocumentClassifier' => ['name' => 'DeleteDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDocumentClassifierRequest'], 'output' => ['shape' => 'DeleteDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerException']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointRequest'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DeleteEntityRecognizer' => ['name' => 'DeleteEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEntityRecognizerRequest'], 'output' => ['shape' => 'DeleteEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerException']]], 'DescribeDocumentClassificationJob' => ['name' => 'DescribeDocumentClassificationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentClassificationJobRequest'], 'output' => ['shape' => 'DescribeDocumentClassificationJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeDocumentClassifier' => ['name' => 'DescribeDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentClassifierRequest'], 'output' => ['shape' => 'DescribeDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeDominantLanguageDetectionJob' => ['name' => 'DescribeDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'DescribeDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointRequest'], 'output' => ['shape' => 'DescribeEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeEntitiesDetectionJob' => ['name' => 'DescribeEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntitiesDetectionJobRequest'], 'output' => ['shape' => 'DescribeEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeEntityRecognizer' => ['name' => 'DescribeEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntityRecognizerRequest'], 'output' => ['shape' => 'DescribeEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeKeyPhrasesDetectionJob' => ['name' => 'DescribeKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'DescribeKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeSentimentDetectionJob' => ['name' => 'DescribeSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSentimentDetectionJobRequest'], 'output' => ['shape' => 'DescribeSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeTopicsDetectionJob' => ['name' => 'DescribeTopicsDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTopicsDetectionJobRequest'], 'output' => ['shape' => 'DescribeTopicsDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DetectDominantLanguage' => ['name' => 'DetectDominantLanguage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectDominantLanguageRequest'], 'output' => ['shape' => 'DetectDominantLanguageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'DetectEntities' => ['name' => 'DetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesRequest'], 'output' => ['shape' => 'DetectEntitiesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectKeyPhrases' => ['name' => 'DetectKeyPhrases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectKeyPhrasesRequest'], 'output' => ['shape' => 'DetectKeyPhrasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectSentiment' => ['name' => 'DetectSentiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectSentimentRequest'], 'output' => ['shape' => 'DetectSentimentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectSyntax' => ['name' => 'DetectSyntax', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectSyntaxRequest'], 'output' => ['shape' => 'DetectSyntaxResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'ListDocumentClassificationJobs' => ['name' => 'ListDocumentClassificationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentClassificationJobsRequest'], 'output' => ['shape' => 'ListDocumentClassificationJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListDocumentClassifiers' => ['name' => 'ListDocumentClassifiers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentClassifiersRequest'], 'output' => ['shape' => 'ListDocumentClassifiersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListDominantLanguageDetectionJobs' => ['name' => 'ListDominantLanguageDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDominantLanguageDetectionJobsRequest'], 'output' => ['shape' => 'ListDominantLanguageDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListEndpoints' => ['name' => 'ListEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointsRequest'], 'output' => ['shape' => 'ListEndpointsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListEntitiesDetectionJobs' => ['name' => 'ListEntitiesDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesDetectionJobsRequest'], 'output' => ['shape' => 'ListEntitiesDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListEntityRecognizers' => ['name' => 'ListEntityRecognizers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntityRecognizersRequest'], 'output' => ['shape' => 'ListEntityRecognizersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListKeyPhrasesDetectionJobs' => ['name' => 'ListKeyPhrasesDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeyPhrasesDetectionJobsRequest'], 'output' => ['shape' => 'ListKeyPhrasesDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListSentimentDetectionJobs' => ['name' => 'ListSentimentDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSentimentDetectionJobsRequest'], 'output' => ['shape' => 'ListSentimentDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTopicsDetectionJobs' => ['name' => 'ListTopicsDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTopicsDetectionJobsRequest'], 'output' => ['shape' => 'ListTopicsDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'StartDocumentClassificationJob' => ['name' => 'StartDocumentClassificationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDocumentClassificationJobRequest'], 'output' => ['shape' => 'StartDocumentClassificationJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartDominantLanguageDetectionJob' => ['name' => 'StartDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'StartDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartEntitiesDetectionJob' => ['name' => 'StartEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartEntitiesDetectionJobRequest'], 'output' => ['shape' => 'StartEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartKeyPhrasesDetectionJob' => ['name' => 'StartKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'StartKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartSentimentDetectionJob' => ['name' => 'StartSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSentimentDetectionJobRequest'], 'output' => ['shape' => 'StartSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartTopicsDetectionJob' => ['name' => 'StartTopicsDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTopicsDetectionJobRequest'], 'output' => ['shape' => 'StartTopicsDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StopDominantLanguageDetectionJob' => ['name' => 'StopDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'StopDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopEntitiesDetectionJob' => ['name' => 'StopEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopEntitiesDetectionJobRequest'], 'output' => ['shape' => 'StopEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopKeyPhrasesDetectionJob' => ['name' => 'StopKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'StopKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopSentimentDetectionJob' => ['name' => 'StopSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopSentimentDetectionJobRequest'], 'output' => ['shape' => 'StopSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopTrainingDocumentClassifier' => ['name' => 'StopTrainingDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingDocumentClassifierRequest'], 'output' => ['shape' => 'StopTrainingDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopTrainingEntityRecognizer' => ['name' => 'StopTrainingEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingEntityRecognizerRequest'], 'output' => ['shape' => 'StopTrainingEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'TooManyTagKeysException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointRequest'], 'output' => ['shape' => 'UpdateEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AnyLengthString' => ['type' => 'string'], 'BatchDetectDominantLanguageItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Languages' => ['shape' => 'ListOfDominantLanguages']]], 'BatchDetectDominantLanguageRequest' => ['type' => 'structure', 'required' => ['TextList'], 'members' => ['TextList' => ['shape' => 'StringList']]], 'BatchDetectDominantLanguageResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectDominantLanguageResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']]], 'BatchDetectEntitiesItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Entities' => ['shape' => 'ListOfEntities']]], 'BatchDetectEntitiesRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'StringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectEntitiesResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectEntitiesResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']]], 'BatchDetectKeyPhrasesItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'KeyPhrases' => ['shape' => 'ListOfKeyPhrases']]], 'BatchDetectKeyPhrasesRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'StringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectKeyPhrasesResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectKeyPhrasesResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']]], 'BatchDetectSentimentItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Sentiment' => ['shape' => 'SentimentType'], 'SentimentScore' => ['shape' => 'SentimentScore']]], 'BatchDetectSentimentRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'StringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectSentimentResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectSentimentResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']]], 'BatchDetectSyntaxItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'SyntaxTokens' => ['shape' => 'ListOfSyntaxTokens']]], 'BatchDetectSyntaxRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'StringList'], 'LanguageCode' => ['shape' => 'SyntaxLanguageCode']]], 'BatchDetectSyntaxResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectSyntaxResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']]], 'BatchItemError' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'BatchItemErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchItemError']], 'BatchSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ClassifierEvaluationMetrics' => ['type' => 'structure', 'members' => ['Accuracy' => ['shape' => 'Double'], 'Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double'], 'MicroPrecision' => ['shape' => 'Double'], 'MicroRecall' => ['shape' => 'Double'], 'MicroF1Score' => ['shape' => 'Double'], 'HammingLoss' => ['shape' => 'Double']]], 'ClassifierMetadata' => ['type' => 'structure', 'members' => ['NumberOfLabels' => ['shape' => 'Integer'], 'NumberOfTrainedDocuments' => ['shape' => 'Integer'], 'NumberOfTestDocuments' => ['shape' => 'Integer'], 'EvaluationMetrics' => ['shape' => 'ClassifierEvaluationMetrics']]], 'ClassifyDocumentRequest' => ['type' => 'structure', 'required' => ['Text', 'EndpointArn'], 'members' => ['Text' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'DocumentClassifierEndpointArn']]], 'ClassifyDocumentResponse' => ['type' => 'structure', 'members' => ['Classes' => ['shape' => 'ListOfClasses'], 'Labels' => ['shape' => 'ListOfLabels']]], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$'], 'ComprehendArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:[a-zA-Z0-9-]{1,64}/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ComprehendArnName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ComprehendEndpointArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ComprehendEndpointName' => ['type' => 'string', 'max' => 40, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ComprehendModelArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'CreateDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierName', 'DataAccessRoleArn', 'InputDataConfig', 'LanguageCode'], 'members' => ['DocumentClassifierName' => ['shape' => 'ComprehendArnName'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'Tags' => ['shape' => 'TagList'], 'InputDataConfig' => ['shape' => 'DocumentClassifierInputDataConfig'], 'OutputDataConfig' => ['shape' => 'DocumentClassifierOutputDataConfig'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Mode' => ['shape' => 'DocumentClassifierMode']]], 'CreateDocumentClassifierResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'CreateEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName', 'ModelArn', 'DesiredInferenceUnits'], 'members' => ['EndpointName' => ['shape' => 'ComprehendEndpointName'], 'ModelArn' => ['shape' => 'ComprehendModelArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'CreateEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['RecognizerName', 'DataAccessRoleArn', 'InputDataConfig', 'LanguageCode'], 'members' => ['RecognizerName' => ['shape' => 'ComprehendArnName'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'Tags' => ['shape' => 'TagList'], 'InputDataConfig' => ['shape' => 'EntityRecognizerInputDataConfig'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'CreateEntityRecognizerResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'DeleteDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'DeleteDocumentClassifierResponse' => ['type' => 'structure', 'members' => []], 'DeleteEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => []], 'DeleteEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'DeleteEntityRecognizerResponse' => ['type' => 'structure', 'members' => []], 'DescribeDocumentClassificationJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeDocumentClassificationJobResponse' => ['type' => 'structure', 'members' => ['DocumentClassificationJobProperties' => ['shape' => 'DocumentClassificationJobProperties']]], 'DescribeDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'DescribeDocumentClassifierResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierProperties' => ['shape' => 'DocumentClassifierProperties']]], 'DescribeDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['DominantLanguageDetectionJobProperties' => ['shape' => 'DominantLanguageDetectionJobProperties']]], 'DescribeEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'DescribeEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointProperties' => ['shape' => 'EndpointProperties']]], 'DescribeEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['EntitiesDetectionJobProperties' => ['shape' => 'EntitiesDetectionJobProperties']]], 'DescribeEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'DescribeEntityRecognizerResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerProperties' => ['shape' => 'EntityRecognizerProperties']]], 'DescribeKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['KeyPhrasesDetectionJobProperties' => ['shape' => 'KeyPhrasesDetectionJobProperties']]], 'DescribeSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['SentimentDetectionJobProperties' => ['shape' => 'SentimentDetectionJobProperties']]], 'DescribeTopicsDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeTopicsDetectionJobResponse' => ['type' => 'structure', 'members' => ['TopicsDetectionJobProperties' => ['shape' => 'TopicsDetectionJobProperties']]], 'DetectDominantLanguageRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'String']]], 'DetectDominantLanguageResponse' => ['type' => 'structure', 'members' => ['Languages' => ['shape' => 'ListOfDominantLanguages']]], 'DetectEntitiesRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'String'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'DetectEntitiesResponse' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'ListOfEntities']]], 'DetectKeyPhrasesRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'String'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'DetectKeyPhrasesResponse' => ['type' => 'structure', 'members' => ['KeyPhrases' => ['shape' => 'ListOfKeyPhrases']]], 'DetectSentimentRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'String'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'DetectSentimentResponse' => ['type' => 'structure', 'members' => ['Sentiment' => ['shape' => 'SentimentType'], 'SentimentScore' => ['shape' => 'SentimentScore']]], 'DetectSyntaxRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'String'], 'LanguageCode' => ['shape' => 'SyntaxLanguageCode']]], 'DetectSyntaxResponse' => ['type' => 'structure', 'members' => ['SyntaxTokens' => ['shape' => 'ListOfSyntaxTokens']]], 'DocumentClass' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DocumentClassificationJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DocumentClassificationJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'DocumentClassificationJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DocumentClassificationJobProperties']], 'DocumentClassifierArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DocumentClassifierEndpointArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DocumentClassifierFilter' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ModelStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DocumentClassifierInputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LabelDelimiter' => ['shape' => 'LabelDelimiter']]], 'DocumentClassifierMode' => ['type' => 'string', 'enum' => ['MULTI_CLASS', 'MULTI_LABEL']], 'DocumentClassifierOutputDataConfig' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'DocumentClassifierProperties' => ['type' => 'structure', 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Status' => ['shape' => 'ModelStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'DocumentClassifierInputDataConfig'], 'OutputDataConfig' => ['shape' => 'DocumentClassifierOutputDataConfig'], 'ClassifierMetadata' => ['shape' => 'ClassifierMetadata'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Mode' => ['shape' => 'DocumentClassifierMode']]], 'DocumentClassifierPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DocumentClassifierProperties']], 'DocumentLabel' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DominantLanguage' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DominantLanguageDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DominantLanguageDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'DominantLanguageDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DominantLanguageDetectionJobProperties']], 'Double' => ['type' => 'double'], 'EndpointFilter' => ['type' => 'structure', 'members' => ['ModelArn' => ['shape' => 'ComprehendModelArn'], 'Status' => ['shape' => 'EndpointStatus'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'EndpointProperties' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn'], 'Status' => ['shape' => 'EndpointStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'ModelArn' => ['shape' => 'ComprehendModelArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'CurrentInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'EndpointPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EndpointProperties']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'FAILED', 'IN_SERVICE', 'UPDATING']], 'EntitiesDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'EntitiesDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'EntitiesDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EntitiesDetectionJobProperties']], 'Entity' => ['type' => 'structure', 'members' => ['Score' => ['shape' => 'Float'], 'Type' => ['shape' => 'EntityType'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer']]], 'EntityRecognizerAnnotations' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EntityRecognizerDocuments' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerEntityList' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerEvaluationMetrics' => ['type' => 'structure', 'members' => ['Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double']]], 'EntityRecognizerFilter' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ModelStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'EntityRecognizerInputDataConfig' => ['type' => 'structure', 'required' => ['EntityTypes', 'Documents'], 'members' => ['EntityTypes' => ['shape' => 'EntityTypesList'], 'Documents' => ['shape' => 'EntityRecognizerDocuments'], 'Annotations' => ['shape' => 'EntityRecognizerAnnotations'], 'EntityList' => ['shape' => 'EntityRecognizerEntityList']]], 'EntityRecognizerMetadata' => ['type' => 'structure', 'members' => ['NumberOfTrainedDocuments' => ['shape' => 'Integer'], 'NumberOfTestDocuments' => ['shape' => 'Integer'], 'EvaluationMetrics' => ['shape' => 'EntityRecognizerEvaluationMetrics'], 'EntityTypes' => ['shape' => 'EntityRecognizerMetadataEntityTypesList']]], 'EntityRecognizerMetadataEntityTypesList' => ['type' => 'list', 'member' => ['shape' => 'EntityRecognizerMetadataEntityTypesListItem']], 'EntityRecognizerMetadataEntityTypesListItem' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'AnyLengthString'], 'EvaluationMetrics' => ['shape' => 'EntityTypesEvaluationMetrics'], 'NumberOfTrainMentions' => ['shape' => 'Integer']]], 'EntityRecognizerProperties' => ['type' => 'structure', 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Status' => ['shape' => 'ModelStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'EntityRecognizerInputDataConfig'], 'RecognizerMetadata' => ['shape' => 'EntityRecognizerMetadata'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'EntityRecognizerPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EntityRecognizerProperties']], 'EntityType' => ['type' => 'string', 'enum' => ['PERSON', 'LOCATION', 'ORGANIZATION', 'COMMERCIAL_ITEM', 'EVENT', 'DATE', 'QUANTITY', 'TITLE', 'OTHER']], 'EntityTypeName' => ['type' => 'string', 'max' => 64, 'pattern' => '[_A-Z0-9]+'], 'EntityTypesEvaluationMetrics' => ['type' => 'structure', 'members' => ['Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double']]], 'EntityTypesList' => ['type' => 'list', 'member' => ['shape' => 'EntityTypesListItem']], 'EntityTypesListItem' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'EntityTypeName']]], 'Float' => ['type' => 'float'], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+'], 'InferenceUnitsInteger' => ['type' => 'integer', 'min' => 1], 'InputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'InputFormat' => ['shape' => 'InputFormat']]], 'InputFormat' => ['type' => 'string', 'enum' => ['ONE_DOC_PER_FILE', 'ONE_DOC_PER_LINE']], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidFilterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'STOP_REQUESTED', 'STOPPED']], 'KeyPhrase' => ['type' => 'structure', 'members' => ['Score' => ['shape' => 'Float'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer']]], 'KeyPhrasesDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'KeyPhrasesDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'KeyPhrasesDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'KeyPhrasesDetectionJobProperties']], 'KmsKeyId' => ['type' => 'string', 'max' => 2048], 'KmsKeyValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'LabelDelimiter' => ['type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '^[ ~!@#$%^*\\-_+=|\\\\:;\\t>?/]$'], 'LanguageCode' => ['type' => 'string', 'enum' => ['en', 'es', 'fr', 'de', 'it', 'pt', 'ar', 'hi', 'ja', 'ko', 'zh', 'zh-TW']], 'ListDocumentClassificationJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DocumentClassificationJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDocumentClassificationJobsResponse' => ['type' => 'structure', 'members' => ['DocumentClassificationJobPropertiesList' => ['shape' => 'DocumentClassificationJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListDocumentClassifiersRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DocumentClassifierFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDocumentClassifiersResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierPropertiesList' => ['shape' => 'DocumentClassifierPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListDominantLanguageDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DominantLanguageDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDominantLanguageDetectionJobsResponse' => ['type' => 'structure', 'members' => ['DominantLanguageDetectionJobPropertiesList' => ['shape' => 'DominantLanguageDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEndpointsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EndpointFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointPropertiesList' => ['shape' => 'EndpointPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEntitiesDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EntitiesDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntitiesDetectionJobsResponse' => ['type' => 'structure', 'members' => ['EntitiesDetectionJobPropertiesList' => ['shape' => 'EntitiesDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEntityRecognizersRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EntityRecognizerFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntityRecognizersResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerPropertiesList' => ['shape' => 'EntityRecognizerPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListKeyPhrasesDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'KeyPhrasesDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListKeyPhrasesDetectionJobsResponse' => ['type' => 'structure', 'members' => ['KeyPhrasesDetectionJobPropertiesList' => ['shape' => 'KeyPhrasesDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListOfClasses' => ['type' => 'list', 'member' => ['shape' => 'DocumentClass']], 'ListOfDetectDominantLanguageResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectDominantLanguageItemResult']], 'ListOfDetectEntitiesResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectEntitiesItemResult']], 'ListOfDetectKeyPhrasesResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectKeyPhrasesItemResult']], 'ListOfDetectSentimentResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectSentimentItemResult']], 'ListOfDetectSyntaxResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectSyntaxItemResult']], 'ListOfDominantLanguages' => ['type' => 'list', 'member' => ['shape' => 'DominantLanguage']], 'ListOfEntities' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'ListOfKeyPhrases' => ['type' => 'list', 'member' => ['shape' => 'KeyPhrase']], 'ListOfLabels' => ['type' => 'list', 'member' => ['shape' => 'DocumentLabel']], 'ListOfSyntaxTokens' => ['type' => 'list', 'member' => ['shape' => 'SyntaxToken']], 'ListSentimentDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'SentimentDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListSentimentDetectionJobsResponse' => ['type' => 'structure', 'members' => ['SentimentDetectionJobPropertiesList' => ['shape' => 'SentimentDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'Tags' => ['shape' => 'TagList']]], 'ListTopicsDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'TopicsDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListTopicsDetectionJobsResponse' => ['type' => 'structure', 'members' => ['TopicsDetectionJobPropertiesList' => ['shape' => 'TopicsDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'MaxResultsInteger' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'ModelStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'TRAINING', 'DELETING', 'STOP_REQUESTED', 'STOPPED', 'IN_ERROR', 'TRAINED']], 'NumberOfTopicsInteger' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'PartOfSpeechTag' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => 'PartOfSpeechTagType'], 'Score' => ['shape' => 'Float']]], 'PartOfSpeechTagType' => ['type' => 'string', 'enum' => ['ADJ', 'ADP', 'ADV', 'AUX', 'CONJ', 'CCONJ', 'DET', 'INTJ', 'NOUN', 'NUM', 'O', 'PART', 'PRON', 'PROPN', 'PUNCT', 'SCONJ', 'SYM', 'VERB']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'S3Uri' => ['type' => 'string', 'max' => 1024, 'pattern' => 's3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?'], 'SecurityGroupId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5, 'min' => 1], 'SentimentDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'SentimentDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'SentimentDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'SentimentDetectionJobProperties']], 'SentimentScore' => ['type' => 'structure', 'members' => ['Positive' => ['shape' => 'Float'], 'Negative' => ['shape' => 'Float'], 'Neutral' => ['shape' => 'Float'], 'Mixed' => ['shape' => 'Float']]], 'SentimentType' => ['type' => 'string', 'enum' => ['POSITIVE', 'NEGATIVE', 'NEUTRAL', 'MIXED']], 'StartDocumentClassificationJobRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn', 'InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['JobName' => ['shape' => 'JobName'], 'DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartDocumentClassificationJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartTopicsDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'NumberOfTopics' => ['shape' => 'NumberOfTopicsInteger'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartTopicsDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopTrainingDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'StopTrainingDocumentClassifierResponse' => ['type' => 'structure', 'members' => []], 'StopTrainingEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'StopTrainingEntityRecognizerResponse' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string', 'min' => 1], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubnetId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16, 'min' => 1], 'SyntaxLanguageCode' => ['type' => 'string', 'enum' => ['en', 'es', 'fr', 'de', 'it', 'pt']], 'SyntaxToken' => ['type' => 'structure', 'members' => ['TokenId' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'PartOfSpeech' => ['shape' => 'PartOfSpeechTag']]], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TextSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TooManyTagKeysException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TopicsDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'TopicsDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'NumberOfTopics' => ['shape' => 'Integer'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'TopicsDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'TopicsDetectionJobProperties']], 'UnsupportedLanguageException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn', 'DesiredInferenceUnits'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger']]], 'UpdateEndpointResponse' => ['type' => 'structure', 'members' => []], 'VpcConfig' => ['type' => 'structure', 'required' => ['SecurityGroupIds', 'Subnets'], 'members' => ['SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Subnets' => ['shape' => 'Subnets']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'comprehend', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Comprehend', 'serviceId' => 'Comprehend', 'signatureVersion' => 'v4', 'signingName' => 'comprehend', 'targetPrefix' => 'Comprehend_20171127', 'uid' => 'comprehend-2017-11-27'], 'operations' => ['BatchDetectDominantLanguage' => ['name' => 'BatchDetectDominantLanguage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectDominantLanguageRequest'], 'output' => ['shape' => 'BatchDetectDominantLanguageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectEntities' => ['name' => 'BatchDetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectEntitiesRequest'], 'output' => ['shape' => 'BatchDetectEntitiesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectKeyPhrases' => ['name' => 'BatchDetectKeyPhrases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectKeyPhrasesRequest'], 'output' => ['shape' => 'BatchDetectKeyPhrasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectSentiment' => ['name' => 'BatchDetectSentiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectSentimentRequest'], 'output' => ['shape' => 'BatchDetectSentimentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'BatchDetectSyntax' => ['name' => 'BatchDetectSyntax', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDetectSyntaxRequest'], 'output' => ['shape' => 'BatchDetectSyntaxResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'BatchSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'ClassifyDocument' => ['name' => 'ClassifyDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ClassifyDocumentRequest'], 'output' => ['shape' => 'ClassifyDocumentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'CreateDocumentClassifier' => ['name' => 'CreateDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDocumentClassifierRequest'], 'output' => ['shape' => 'CreateDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointRequest'], 'output' => ['shape' => 'CreateEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InternalServerException']]], 'CreateEntityRecognizer' => ['name' => 'CreateEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEntityRecognizerRequest'], 'output' => ['shape' => 'CreateEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TooManyTagsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'DeleteDocumentClassifier' => ['name' => 'DeleteDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDocumentClassifierRequest'], 'output' => ['shape' => 'DeleteDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerException']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointRequest'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DeleteEntityRecognizer' => ['name' => 'DeleteEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEntityRecognizerRequest'], 'output' => ['shape' => 'DeleteEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerException']]], 'DescribeDocumentClassificationJob' => ['name' => 'DescribeDocumentClassificationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentClassificationJobRequest'], 'output' => ['shape' => 'DescribeDocumentClassificationJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeDocumentClassifier' => ['name' => 'DescribeDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentClassifierRequest'], 'output' => ['shape' => 'DescribeDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeDominantLanguageDetectionJob' => ['name' => 'DescribeDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'DescribeDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointRequest'], 'output' => ['shape' => 'DescribeEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeEntitiesDetectionJob' => ['name' => 'DescribeEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntitiesDetectionJobRequest'], 'output' => ['shape' => 'DescribeEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeEntityRecognizer' => ['name' => 'DescribeEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntityRecognizerRequest'], 'output' => ['shape' => 'DescribeEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeKeyPhrasesDetectionJob' => ['name' => 'DescribeKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'DescribeKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeSentimentDetectionJob' => ['name' => 'DescribeSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSentimentDetectionJobRequest'], 'output' => ['shape' => 'DescribeSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DescribeTopicsDetectionJob' => ['name' => 'DescribeTopicsDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTopicsDetectionJobRequest'], 'output' => ['shape' => 'DescribeTopicsDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'DetectDominantLanguage' => ['name' => 'DetectDominantLanguage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectDominantLanguageRequest'], 'output' => ['shape' => 'DetectDominantLanguageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'InternalServerException']]], 'DetectEntities' => ['name' => 'DetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesRequest'], 'output' => ['shape' => 'DetectEntitiesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectKeyPhrases' => ['name' => 'DetectKeyPhrases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectKeyPhrasesRequest'], 'output' => ['shape' => 'DetectKeyPhrasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectSentiment' => ['name' => 'DetectSentiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectSentimentRequest'], 'output' => ['shape' => 'DetectSentimentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'DetectSyntax' => ['name' => 'DetectSyntax', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectSyntaxRequest'], 'output' => ['shape' => 'DetectSyntaxResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TextSizeLimitExceededException'], ['shape' => 'UnsupportedLanguageException'], ['shape' => 'InternalServerException']]], 'ListDocumentClassificationJobs' => ['name' => 'ListDocumentClassificationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentClassificationJobsRequest'], 'output' => ['shape' => 'ListDocumentClassificationJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListDocumentClassifiers' => ['name' => 'ListDocumentClassifiers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentClassifiersRequest'], 'output' => ['shape' => 'ListDocumentClassifiersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListDominantLanguageDetectionJobs' => ['name' => 'ListDominantLanguageDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDominantLanguageDetectionJobsRequest'], 'output' => ['shape' => 'ListDominantLanguageDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListEndpoints' => ['name' => 'ListEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointsRequest'], 'output' => ['shape' => 'ListEndpointsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListEntitiesDetectionJobs' => ['name' => 'ListEntitiesDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesDetectionJobsRequest'], 'output' => ['shape' => 'ListEntitiesDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListEntityRecognizers' => ['name' => 'ListEntityRecognizers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntityRecognizersRequest'], 'output' => ['shape' => 'ListEntityRecognizersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListKeyPhrasesDetectionJobs' => ['name' => 'ListKeyPhrasesDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeyPhrasesDetectionJobsRequest'], 'output' => ['shape' => 'ListKeyPhrasesDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListSentimentDetectionJobs' => ['name' => 'ListSentimentDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSentimentDetectionJobsRequest'], 'output' => ['shape' => 'ListSentimentDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTopicsDetectionJobs' => ['name' => 'ListTopicsDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTopicsDetectionJobsRequest'], 'output' => ['shape' => 'ListTopicsDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidFilterException'], ['shape' => 'InternalServerException']]], 'StartDocumentClassificationJob' => ['name' => 'StartDocumentClassificationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDocumentClassificationJobRequest'], 'output' => ['shape' => 'StartDocumentClassificationJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartDominantLanguageDetectionJob' => ['name' => 'StartDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'StartDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartEntitiesDetectionJob' => ['name' => 'StartEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartEntitiesDetectionJobRequest'], 'output' => ['shape' => 'StartEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartKeyPhrasesDetectionJob' => ['name' => 'StartKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'StartKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartSentimentDetectionJob' => ['name' => 'StartSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSentimentDetectionJobRequest'], 'output' => ['shape' => 'StartSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StartTopicsDetectionJob' => ['name' => 'StartTopicsDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTopicsDetectionJobRequest'], 'output' => ['shape' => 'StartTopicsDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'KmsKeyValidationException'], ['shape' => 'InternalServerException']]], 'StopDominantLanguageDetectionJob' => ['name' => 'StopDominantLanguageDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDominantLanguageDetectionJobRequest'], 'output' => ['shape' => 'StopDominantLanguageDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopEntitiesDetectionJob' => ['name' => 'StopEntitiesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopEntitiesDetectionJobRequest'], 'output' => ['shape' => 'StopEntitiesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopKeyPhrasesDetectionJob' => ['name' => 'StopKeyPhrasesDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopKeyPhrasesDetectionJobRequest'], 'output' => ['shape' => 'StopKeyPhrasesDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopSentimentDetectionJob' => ['name' => 'StopSentimentDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopSentimentDetectionJobRequest'], 'output' => ['shape' => 'StopSentimentDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'JobNotFoundException'], ['shape' => 'InternalServerException']]], 'StopTrainingDocumentClassifier' => ['name' => 'StopTrainingDocumentClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingDocumentClassifierRequest'], 'output' => ['shape' => 'StopTrainingDocumentClassifierResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopTrainingEntityRecognizer' => ['name' => 'StopTrainingEntityRecognizer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingEntityRecognizerRequest'], 'output' => ['shape' => 'StopTrainingEntityRecognizerResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'TooManyTagKeysException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointRequest'], 'output' => ['shape' => 'UpdateEndpointResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AnyLengthString' => ['type' => 'string'], 'BatchDetectDominantLanguageItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Languages' => ['shape' => 'ListOfDominantLanguages']]], 'BatchDetectDominantLanguageRequest' => ['type' => 'structure', 'required' => ['TextList'], 'members' => ['TextList' => ['shape' => 'CustomerInputStringList']]], 'BatchDetectDominantLanguageResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectDominantLanguageResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']], 'sensitive' => \true], 'BatchDetectEntitiesItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Entities' => ['shape' => 'ListOfEntities']]], 'BatchDetectEntitiesRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'CustomerInputStringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectEntitiesResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectEntitiesResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']], 'sensitive' => \true], 'BatchDetectKeyPhrasesItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'KeyPhrases' => ['shape' => 'ListOfKeyPhrases']]], 'BatchDetectKeyPhrasesRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'CustomerInputStringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectKeyPhrasesResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectKeyPhrasesResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']], 'sensitive' => \true], 'BatchDetectSentimentItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'Sentiment' => ['shape' => 'SentimentType'], 'SentimentScore' => ['shape' => 'SentimentScore']]], 'BatchDetectSentimentRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'CustomerInputStringList'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'BatchDetectSentimentResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectSentimentResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']], 'sensitive' => \true], 'BatchDetectSyntaxItemResult' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'SyntaxTokens' => ['shape' => 'ListOfSyntaxTokens']]], 'BatchDetectSyntaxRequest' => ['type' => 'structure', 'required' => ['TextList', 'LanguageCode'], 'members' => ['TextList' => ['shape' => 'CustomerInputStringList'], 'LanguageCode' => ['shape' => 'SyntaxLanguageCode']]], 'BatchDetectSyntaxResponse' => ['type' => 'structure', 'required' => ['ResultList', 'ErrorList'], 'members' => ['ResultList' => ['shape' => 'ListOfDetectSyntaxResult'], 'ErrorList' => ['shape' => 'BatchItemErrorList']], 'sensitive' => \true], 'BatchItemError' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'Integer'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'BatchItemErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchItemError']], 'BatchSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ClassifierEvaluationMetrics' => ['type' => 'structure', 'members' => ['Accuracy' => ['shape' => 'Double'], 'Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double'], 'MicroPrecision' => ['shape' => 'Double'], 'MicroRecall' => ['shape' => 'Double'], 'MicroF1Score' => ['shape' => 'Double'], 'HammingLoss' => ['shape' => 'Double']]], 'ClassifierMetadata' => ['type' => 'structure', 'members' => ['NumberOfLabels' => ['shape' => 'Integer'], 'NumberOfTrainedDocuments' => ['shape' => 'Integer'], 'NumberOfTestDocuments' => ['shape' => 'Integer'], 'EvaluationMetrics' => ['shape' => 'ClassifierEvaluationMetrics']], 'sensitive' => \true], 'ClassifyDocumentRequest' => ['type' => 'structure', 'required' => ['Text', 'EndpointArn'], 'members' => ['Text' => ['shape' => 'CustomerInputString'], 'EndpointArn' => ['shape' => 'DocumentClassifierEndpointArn']]], 'ClassifyDocumentResponse' => ['type' => 'structure', 'members' => ['Classes' => ['shape' => 'ListOfClasses'], 'Labels' => ['shape' => 'ListOfLabels']], 'sensitive' => \true], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$'], 'ComprehendArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:[a-zA-Z0-9-]{1,64}/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ComprehendArnName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ComprehendEndpointArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier-endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ComprehendEndpointName' => ['type' => 'string', 'max' => 40, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ComprehendModelArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'CreateDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierName', 'DataAccessRoleArn', 'InputDataConfig', 'LanguageCode'], 'members' => ['DocumentClassifierName' => ['shape' => 'ComprehendArnName'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'Tags' => ['shape' => 'TagList'], 'InputDataConfig' => ['shape' => 'DocumentClassifierInputDataConfig'], 'OutputDataConfig' => ['shape' => 'DocumentClassifierOutputDataConfig'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Mode' => ['shape' => 'DocumentClassifierMode']]], 'CreateDocumentClassifierResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'CreateEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName', 'ModelArn', 'DesiredInferenceUnits'], 'members' => ['EndpointName' => ['shape' => 'ComprehendEndpointName'], 'ModelArn' => ['shape' => 'ComprehendModelArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'CreateEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['RecognizerName', 'DataAccessRoleArn', 'InputDataConfig', 'LanguageCode'], 'members' => ['RecognizerName' => ['shape' => 'ComprehendArnName'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'Tags' => ['shape' => 'TagList'], 'InputDataConfig' => ['shape' => 'EntityRecognizerInputDataConfig'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'CreateEntityRecognizerResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'CustomerInputString' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'CustomerInputStringList' => ['type' => 'list', 'member' => ['shape' => 'CustomerInputString'], 'sensitive' => \true], 'DeleteDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'DeleteDocumentClassifierResponse' => ['type' => 'structure', 'members' => []], 'DeleteEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => []], 'DeleteEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'DeleteEntityRecognizerResponse' => ['type' => 'structure', 'members' => []], 'DescribeDocumentClassificationJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeDocumentClassificationJobResponse' => ['type' => 'structure', 'members' => ['DocumentClassificationJobProperties' => ['shape' => 'DocumentClassificationJobProperties']]], 'DescribeDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'DescribeDocumentClassifierResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierProperties' => ['shape' => 'DocumentClassifierProperties']]], 'DescribeDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['DominantLanguageDetectionJobProperties' => ['shape' => 'DominantLanguageDetectionJobProperties']]], 'DescribeEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn']]], 'DescribeEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointProperties' => ['shape' => 'EndpointProperties']]], 'DescribeEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['EntitiesDetectionJobProperties' => ['shape' => 'EntitiesDetectionJobProperties']]], 'DescribeEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'DescribeEntityRecognizerResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerProperties' => ['shape' => 'EntityRecognizerProperties']]], 'DescribeKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['KeyPhrasesDetectionJobProperties' => ['shape' => 'KeyPhrasesDetectionJobProperties']]], 'DescribeSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['SentimentDetectionJobProperties' => ['shape' => 'SentimentDetectionJobProperties']]], 'DescribeTopicsDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeTopicsDetectionJobResponse' => ['type' => 'structure', 'members' => ['TopicsDetectionJobProperties' => ['shape' => 'TopicsDetectionJobProperties']]], 'DetectDominantLanguageRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'CustomerInputString']]], 'DetectDominantLanguageResponse' => ['type' => 'structure', 'members' => ['Languages' => ['shape' => 'ListOfDominantLanguages']], 'sensitive' => \true], 'DetectEntitiesRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'CustomerInputString'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'EndpointArn' => ['shape' => 'EntityRecognizerEndpointArn']]], 'DetectEntitiesResponse' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'ListOfEntities']], 'sensitive' => \true], 'DetectKeyPhrasesRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'CustomerInputString'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'DetectKeyPhrasesResponse' => ['type' => 'structure', 'members' => ['KeyPhrases' => ['shape' => 'ListOfKeyPhrases']], 'sensitive' => \true], 'DetectSentimentRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'CustomerInputString'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'DetectSentimentResponse' => ['type' => 'structure', 'members' => ['Sentiment' => ['shape' => 'SentimentType'], 'SentimentScore' => ['shape' => 'SentimentScore']], 'sensitive' => \true], 'DetectSyntaxRequest' => ['type' => 'structure', 'required' => ['Text', 'LanguageCode'], 'members' => ['Text' => ['shape' => 'CustomerInputString'], 'LanguageCode' => ['shape' => 'SyntaxLanguageCode']]], 'DetectSyntaxResponse' => ['type' => 'structure', 'members' => ['SyntaxTokens' => ['shape' => 'ListOfSyntaxTokens']], 'sensitive' => \true], 'DocumentClass' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DocumentClassificationJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DocumentClassificationJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'DocumentClassificationJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DocumentClassificationJobProperties']], 'DocumentClassifierArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DocumentClassifierEndpointArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DocumentClassifierFilter' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ModelStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DocumentClassifierInputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LabelDelimiter' => ['shape' => 'LabelDelimiter']]], 'DocumentClassifierMode' => ['type' => 'string', 'enum' => ['MULTI_CLASS', 'MULTI_LABEL']], 'DocumentClassifierOutputDataConfig' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'DocumentClassifierProperties' => ['type' => 'structure', 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Status' => ['shape' => 'ModelStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'DocumentClassifierInputDataConfig'], 'OutputDataConfig' => ['shape' => 'DocumentClassifierOutputDataConfig'], 'ClassifierMetadata' => ['shape' => 'ClassifierMetadata'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Mode' => ['shape' => 'DocumentClassifierMode']]], 'DocumentClassifierPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DocumentClassifierProperties']], 'DocumentLabel' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DominantLanguage' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'DominantLanguageDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'DominantLanguageDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'DominantLanguageDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'DominantLanguageDetectionJobProperties']], 'Double' => ['type' => 'double'], 'EndpointFilter' => ['type' => 'structure', 'members' => ['ModelArn' => ['shape' => 'ComprehendModelArn'], 'Status' => ['shape' => 'EndpointStatus'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'EndpointProperties' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn'], 'Status' => ['shape' => 'EndpointStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'ModelArn' => ['shape' => 'ComprehendModelArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'CurrentInferenceUnits' => ['shape' => 'InferenceUnitsInteger'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'EndpointPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EndpointProperties']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'FAILED', 'IN_SERVICE', 'UPDATING']], 'EntitiesDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'EntitiesDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'EntitiesDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EntitiesDetectionJobProperties']], 'Entity' => ['type' => 'structure', 'members' => ['Score' => ['shape' => 'Float'], 'Type' => ['shape' => 'EntityType'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer']]], 'EntityRecognizerAnnotations' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EntityRecognizerDocuments' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerEndpointArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EntityRecognizerEntityList' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'EntityRecognizerEvaluationMetrics' => ['type' => 'structure', 'members' => ['Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double']]], 'EntityRecognizerFilter' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ModelStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'EntityRecognizerInputDataConfig' => ['type' => 'structure', 'required' => ['EntityTypes', 'Documents'], 'members' => ['EntityTypes' => ['shape' => 'EntityTypesList'], 'Documents' => ['shape' => 'EntityRecognizerDocuments'], 'Annotations' => ['shape' => 'EntityRecognizerAnnotations'], 'EntityList' => ['shape' => 'EntityRecognizerEntityList']]], 'EntityRecognizerMetadata' => ['type' => 'structure', 'members' => ['NumberOfTrainedDocuments' => ['shape' => 'Integer'], 'NumberOfTestDocuments' => ['shape' => 'Integer'], 'EvaluationMetrics' => ['shape' => 'EntityRecognizerEvaluationMetrics'], 'EntityTypes' => ['shape' => 'EntityRecognizerMetadataEntityTypesList']], 'sensitive' => \true], 'EntityRecognizerMetadataEntityTypesList' => ['type' => 'list', 'member' => ['shape' => 'EntityRecognizerMetadataEntityTypesListItem']], 'EntityRecognizerMetadataEntityTypesListItem' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'AnyLengthString'], 'EvaluationMetrics' => ['shape' => 'EntityTypesEvaluationMetrics'], 'NumberOfTrainMentions' => ['shape' => 'Integer']]], 'EntityRecognizerProperties' => ['type' => 'structure', 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Status' => ['shape' => 'ModelStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'EntityRecognizerInputDataConfig'], 'RecognizerMetadata' => ['shape' => 'EntityRecognizerMetadata'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'EntityRecognizerPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'EntityRecognizerProperties']], 'EntityType' => ['type' => 'string', 'enum' => ['PERSON', 'LOCATION', 'ORGANIZATION', 'COMMERCIAL_ITEM', 'EVENT', 'DATE', 'QUANTITY', 'TITLE', 'OTHER']], 'EntityTypeName' => ['type' => 'string', 'max' => 64, 'pattern' => '[_A-Z0-9]+'], 'EntityTypesEvaluationMetrics' => ['type' => 'structure', 'members' => ['Precision' => ['shape' => 'Double'], 'Recall' => ['shape' => 'Double'], 'F1Score' => ['shape' => 'Double']]], 'EntityTypesList' => ['type' => 'list', 'member' => ['shape' => 'EntityTypesListItem']], 'EntityTypesListItem' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'EntityTypeName']]], 'Float' => ['type' => 'float'], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+'], 'InferenceUnitsInteger' => ['type' => 'integer', 'min' => 1], 'InputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'InputFormat' => ['shape' => 'InputFormat']]], 'InputFormat' => ['type' => 'string', 'enum' => ['ONE_DOC_PER_FILE', 'ONE_DOC_PER_LINE']], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidFilterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'STOP_REQUESTED', 'STOPPED']], 'KeyPhrase' => ['type' => 'structure', 'members' => ['Score' => ['shape' => 'Float'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer']]], 'KeyPhrasesDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'KeyPhrasesDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'KeyPhrasesDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'KeyPhrasesDetectionJobProperties']], 'KmsKeyId' => ['type' => 'string', 'max' => 2048], 'KmsKeyValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'LabelDelimiter' => ['type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '^[ ~!@#$%^*\\-_+=|\\\\:;\\t>?/]$'], 'LanguageCode' => ['type' => 'string', 'enum' => ['en', 'es', 'fr', 'de', 'it', 'pt', 'ar', 'hi', 'ja', 'ko', 'zh', 'zh-TW']], 'ListDocumentClassificationJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DocumentClassificationJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDocumentClassificationJobsResponse' => ['type' => 'structure', 'members' => ['DocumentClassificationJobPropertiesList' => ['shape' => 'DocumentClassificationJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListDocumentClassifiersRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DocumentClassifierFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDocumentClassifiersResponse' => ['type' => 'structure', 'members' => ['DocumentClassifierPropertiesList' => ['shape' => 'DocumentClassifierPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListDominantLanguageDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'DominantLanguageDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListDominantLanguageDetectionJobsResponse' => ['type' => 'structure', 'members' => ['DominantLanguageDetectionJobPropertiesList' => ['shape' => 'DominantLanguageDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEndpointsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EndpointFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointPropertiesList' => ['shape' => 'EndpointPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEntitiesDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EntitiesDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntitiesDetectionJobsResponse' => ['type' => 'structure', 'members' => ['EntitiesDetectionJobPropertiesList' => ['shape' => 'EntitiesDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListEntityRecognizersRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'EntityRecognizerFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntityRecognizersResponse' => ['type' => 'structure', 'members' => ['EntityRecognizerPropertiesList' => ['shape' => 'EntityRecognizerPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListKeyPhrasesDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'KeyPhrasesDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListKeyPhrasesDetectionJobsResponse' => ['type' => 'structure', 'members' => ['KeyPhrasesDetectionJobPropertiesList' => ['shape' => 'KeyPhrasesDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListOfClasses' => ['type' => 'list', 'member' => ['shape' => 'DocumentClass']], 'ListOfDetectDominantLanguageResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectDominantLanguageItemResult']], 'ListOfDetectEntitiesResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectEntitiesItemResult']], 'ListOfDetectKeyPhrasesResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectKeyPhrasesItemResult']], 'ListOfDetectSentimentResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectSentimentItemResult']], 'ListOfDetectSyntaxResult' => ['type' => 'list', 'member' => ['shape' => 'BatchDetectSyntaxItemResult']], 'ListOfDominantLanguages' => ['type' => 'list', 'member' => ['shape' => 'DominantLanguage']], 'ListOfEntities' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'ListOfKeyPhrases' => ['type' => 'list', 'member' => ['shape' => 'KeyPhrase']], 'ListOfLabels' => ['type' => 'list', 'member' => ['shape' => 'DocumentLabel']], 'ListOfSyntaxTokens' => ['type' => 'list', 'member' => ['shape' => 'SyntaxToken']], 'ListSentimentDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'SentimentDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListSentimentDetectionJobsResponse' => ['type' => 'structure', 'members' => ['SentimentDetectionJobPropertiesList' => ['shape' => 'SentimentDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'Tags' => ['shape' => 'TagList']]], 'ListTopicsDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'TopicsDetectionJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListTopicsDetectionJobsResponse' => ['type' => 'structure', 'members' => ['TopicsDetectionJobPropertiesList' => ['shape' => 'TopicsDetectionJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'MaxResultsInteger' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'ModelStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'TRAINING', 'DELETING', 'STOP_REQUESTED', 'STOPPED', 'IN_ERROR', 'TRAINED']], 'NumberOfTopicsInteger' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'PartOfSpeechTag' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => 'PartOfSpeechTagType'], 'Score' => ['shape' => 'Float']]], 'PartOfSpeechTagType' => ['type' => 'string', 'enum' => ['ADJ', 'ADP', 'ADV', 'AUX', 'CONJ', 'CCONJ', 'DET', 'INTJ', 'NOUN', 'NUM', 'O', 'PART', 'PRON', 'PROPN', 'PUNCT', 'SCONJ', 'SYM', 'VERB']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'S3Uri' => ['type' => 'string', 'max' => 1024, 'pattern' => 's3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?'], 'SecurityGroupId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5, 'min' => 1], 'SentimentDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'SentimentDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'SentimentDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'SentimentDetectionJobProperties']], 'SentimentScore' => ['type' => 'structure', 'members' => ['Positive' => ['shape' => 'Float'], 'Negative' => ['shape' => 'Float'], 'Neutral' => ['shape' => 'Float'], 'Mixed' => ['shape' => 'Float']]], 'SentimentType' => ['type' => 'string', 'enum' => ['POSITIVE', 'NEGATIVE', 'NEUTRAL', 'MIXED']], 'StartDocumentClassificationJobRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn', 'InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['JobName' => ['shape' => 'JobName'], 'DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartDocumentClassificationJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StartTopicsDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'NumberOfTopics' => ['shape' => 'NumberOfTopicsInteger'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'StartTopicsDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopDominantLanguageDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopDominantLanguageDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopEntitiesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopKeyPhrasesDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopKeyPhrasesDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopSentimentDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopSentimentDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobStatus' => ['shape' => 'JobStatus']]], 'StopTrainingDocumentClassifierRequest' => ['type' => 'structure', 'required' => ['DocumentClassifierArn'], 'members' => ['DocumentClassifierArn' => ['shape' => 'DocumentClassifierArn']]], 'StopTrainingDocumentClassifierResponse' => ['type' => 'structure', 'members' => []], 'StopTrainingEntityRecognizerRequest' => ['type' => 'structure', 'required' => ['EntityRecognizerArn'], 'members' => ['EntityRecognizerArn' => ['shape' => 'EntityRecognizerArn']]], 'StopTrainingEntityRecognizerResponse' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string', 'min' => 1], 'SubnetId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16, 'min' => 1], 'SyntaxLanguageCode' => ['type' => 'string', 'enum' => ['en', 'es', 'fr', 'de', 'it', 'pt']], 'SyntaxToken' => ['type' => 'structure', 'members' => ['TokenId' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'PartOfSpeech' => ['shape' => 'PartOfSpeechTag']]], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TextSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TooManyTagKeysException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TopicsDetectionJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'TopicsDetectionJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'NumberOfTopics' => ['shape' => 'Integer'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'TopicsDetectionJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'TopicsDetectionJobProperties']], 'UnsupportedLanguageException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ComprehendArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointArn', 'DesiredInferenceUnits'], 'members' => ['EndpointArn' => ['shape' => 'ComprehendEndpointArn'], 'DesiredInferenceUnits' => ['shape' => 'InferenceUnitsInteger']]], 'UpdateEndpointResponse' => ['type' => 'structure', 'members' => []], 'VpcConfig' => ['type' => 'structure', 'required' => ['SecurityGroupIds', 'Subnets'], 'members' => ['SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Subnets' => ['shape' => 'Subnets']]]]]; diff --git a/vendor/Aws3/Aws/data/comprehendmedical/2018-10-30/api-2.json.php b/vendor/Aws3/Aws/data/comprehendmedical/2018-10-30/api-2.json.php index 52c6261b..f3b10bb9 100644 --- a/vendor/Aws3/Aws/data/comprehendmedical/2018-10-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/comprehendmedical/2018-10-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-10-30', 'endpointPrefix' => 'comprehendmedical', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ComprehendMedical', 'serviceFullName' => 'AWS Comprehend Medical', 'serviceId' => 'ComprehendMedical', 'signatureVersion' => 'v4', 'signingName' => 'comprehendmedical', 'targetPrefix' => 'ComprehendMedical_20181030', 'uid' => 'comprehendmedical-2018-10-30'], 'operations' => ['DescribeEntitiesDetectionV2Job' => ['name' => 'DescribeEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'DescribeEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribePHIDetectionJob' => ['name' => 'DescribePHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePHIDetectionJobRequest'], 'output' => ['shape' => 'DescribePHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DetectEntities' => ['name' => 'DetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesRequest'], 'output' => ['shape' => 'DetectEntitiesResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use DetectEntitiesV2 instead.'], 'DetectEntitiesV2' => ['name' => 'DetectEntitiesV2', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesV2Request'], 'output' => ['shape' => 'DetectEntitiesV2Response'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'DetectPHI' => ['name' => 'DetectPHI', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectPHIRequest'], 'output' => ['shape' => 'DetectPHIResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'InferICD10CM' => ['name' => 'InferICD10CM', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InferICD10CMRequest'], 'output' => ['shape' => 'InferICD10CMResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'InferRxNorm' => ['name' => 'InferRxNorm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InferRxNormRequest'], 'output' => ['shape' => 'InferRxNormResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'ListEntitiesDetectionV2Jobs' => ['name' => 'ListEntitiesDetectionV2Jobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesDetectionV2JobsRequest'], 'output' => ['shape' => 'ListEntitiesDetectionV2JobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListPHIDetectionJobs' => ['name' => 'ListPHIDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPHIDetectionJobsRequest'], 'output' => ['shape' => 'ListPHIDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'StartEntitiesDetectionV2Job' => ['name' => 'StartEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'StartEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StartPHIDetectionJob' => ['name' => 'StartPHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartPHIDetectionJobRequest'], 'output' => ['shape' => 'StartPHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopEntitiesDetectionV2Job' => ['name' => 'StopEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'StopEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopPHIDetectionJob' => ['name' => 'StopPHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopPHIDetectionJobRequest'], 'output' => ['shape' => 'StopPHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AnyLengthString' => ['type' => 'string'], 'Attribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EntitySubType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'RelationshipType' => ['shape' => 'RelationshipType'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Category' => ['shape' => 'EntityType'], 'Traits' => ['shape' => 'TraitList']]], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'AttributeName' => ['type' => 'string', 'enum' => ['SIGN', 'SYMPTOM', 'DIAGNOSIS', 'NEGATION']], 'BoundedLengthString' => ['type' => 'string', 'max' => 20000, 'min' => 1], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$'], 'ComprehendMedicalAsyncJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'ComprehendMedicalAsyncJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'ManifestFilePath' => ['shape' => 'ManifestFilePath'], 'KMSKey' => ['shape' => 'KMSKey'], 'ModelVersion' => ['shape' => 'ModelVersion']]], 'ComprehendMedicalAsyncJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'ComprehendMedicalAsyncJobProperties']], 'DescribeEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DescribePHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribePHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DetectEntitiesRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectEntitiesResponse' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'UnmappedAttributes' => ['shape' => 'UnmappedAttributeList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'DetectEntitiesV2Request' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectEntitiesV2Response' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'UnmappedAttributes' => ['shape' => 'UnmappedAttributeList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'DetectPHIRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectPHIResponse' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'Entity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Score' => ['shape' => 'Float'], 'Text' => ['shape' => 'String'], 'Category' => ['shape' => 'EntityType'], 'Type' => ['shape' => 'EntitySubType'], 'Traits' => ['shape' => 'TraitList'], 'Attributes' => ['shape' => 'AttributeList']]], 'EntityList' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'EntitySubType' => ['type' => 'string', 'enum' => ['NAME', 'DOSAGE', 'ROUTE_OR_MODE', 'FORM', 'FREQUENCY', 'DURATION', 'GENERIC_NAME', 'BRAND_NAME', 'STRENGTH', 'RATE', 'ACUITY', 'TEST_NAME', 'TEST_VALUE', 'TEST_UNITS', 'PROCEDURE_NAME', 'TREATMENT_NAME', 'DATE', 'AGE', 'CONTACT_POINT', 'EMAIL', 'IDENTIFIER', 'URL', 'ADDRESS', 'PROFESSION', 'SYSTEM_ORGAN_SITE', 'DIRECTION', 'QUALITY', 'QUANTITY', 'TIME_EXPRESSION', 'TIME_TO_MEDICATION_NAME', 'TIME_TO_DX_NAME', 'TIME_TO_TEST_NAME', 'TIME_TO_PROCEDURE_NAME', 'TIME_TO_TREATMENT_NAME']], 'EntityType' => ['type' => 'string', 'enum' => ['MEDICATION', 'MEDICAL_CONDITION', 'PROTECTED_HEALTH_INFORMATION', 'TEST_TREATMENT_PROCEDURE', 'ANATOMY', 'TIME_EXPRESSION']], 'Float' => ['type' => 'float'], 'ICD10CMAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ICD10CMAttributeType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Traits' => ['shape' => 'ICD10CMTraitList']]], 'ICD10CMAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMAttribute']], 'ICD10CMAttributeType' => ['type' => 'string', 'enum' => ['ACUITY', 'DIRECTION', 'SYSTEM_ORGAN_SITE', 'QUALITY', 'QUANTITY']], 'ICD10CMConcept' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Code' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'ICD10CMConceptList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMConcept']], 'ICD10CMEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'Text' => ['shape' => 'OntologyLinkingBoundedLengthString'], 'Category' => ['shape' => 'ICD10CMEntityCategory'], 'Type' => ['shape' => 'ICD10CMEntityType'], 'Score' => ['shape' => 'Float'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Attributes' => ['shape' => 'ICD10CMAttributeList'], 'Traits' => ['shape' => 'ICD10CMTraitList'], 'ICD10CMConcepts' => ['shape' => 'ICD10CMConceptList']]], 'ICD10CMEntityCategory' => ['type' => 'string', 'enum' => ['MEDICAL_CONDITION']], 'ICD10CMEntityList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMEntity']], 'ICD10CMEntityType' => ['type' => 'string', 'enum' => ['DX_NAME']], 'ICD10CMTrait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ICD10CMTraitName'], 'Score' => ['shape' => 'Float']]], 'ICD10CMTraitList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMTrait']], 'ICD10CMTraitName' => ['type' => 'string', 'enum' => ['NEGATION', 'DIAGNOSIS', 'SIGN', 'SYMPTOM']], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+'], 'InferICD10CMRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'OntologyLinkingBoundedLengthString']]], 'InferICD10CMResponse' => ['type' => 'structure', 'required' => ['Entities'], 'members' => ['Entities' => ['shape' => 'ICD10CMEntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'InferRxNormRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'OntologyLinkingBoundedLengthString']]], 'InferRxNormResponse' => ['type' => 'structure', 'required' => ['Entities'], 'members' => ['Entities' => ['shape' => 'RxNormEntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'InputDataConfig' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidEncodingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'COMPLETED', 'PARTIAL_SUCCESS', 'FAILED', 'STOP_REQUESTED', 'STOPPED']], 'KMSKey' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '.*'], 'LanguageCode' => ['type' => 'string', 'enum' => ['en']], 'ListEntitiesDetectionV2JobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntitiesDetectionV2JobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListPHIDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListPHIDetectionJobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ManifestFilePath' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'MaxResultsInteger' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'ModelVersion' => ['type' => 'string'], 'OntologyLinkingBoundedLengthString' => ['type' => 'string', 'max' => 10000, 'min' => 1], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'RelationshipType' => ['type' => 'string', 'enum' => ['EVERY', 'WITH_DOSAGE', 'ADMINISTERED_VIA', 'FOR', 'NEGATIVE', 'OVERLAP', 'DOSAGE', 'ROUTE_OR_MODE', 'FORM', 'FREQUENCY', 'DURATION', 'STRENGTH', 'RATE', 'ACUITY', 'TEST_VALUE', 'TEST_UNITS', 'DIRECTION']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'RxNormAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RxNormAttributeType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Traits' => ['shape' => 'RxNormTraitList']]], 'RxNormAttributeList' => ['type' => 'list', 'member' => ['shape' => 'RxNormAttribute']], 'RxNormAttributeType' => ['type' => 'string', 'enum' => ['DOSAGE', 'DURATION', 'FORM', 'FREQUENCY', 'RATE', 'ROUTE_OR_MODE', 'STRENGTH']], 'RxNormConcept' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Code' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'RxNormConceptList' => ['type' => 'list', 'member' => ['shape' => 'RxNormConcept']], 'RxNormEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'Text' => ['shape' => 'OntologyLinkingBoundedLengthString'], 'Category' => ['shape' => 'RxNormEntityCategory'], 'Type' => ['shape' => 'RxNormEntityType'], 'Score' => ['shape' => 'Float'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Attributes' => ['shape' => 'RxNormAttributeList'], 'Traits' => ['shape' => 'RxNormTraitList'], 'RxNormConcepts' => ['shape' => 'RxNormConceptList']]], 'RxNormEntityCategory' => ['type' => 'string', 'enum' => ['MEDICATION']], 'RxNormEntityList' => ['type' => 'list', 'member' => ['shape' => 'RxNormEntity']], 'RxNormEntityType' => ['type' => 'string', 'enum' => ['BRAND_NAME', 'GENERIC_NAME']], 'RxNormTrait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RxNormTraitName'], 'Score' => ['shape' => 'Float']]], 'RxNormTraitList' => ['type' => 'list', 'member' => ['shape' => 'RxNormTrait']], 'RxNormTraitName' => ['type' => 'string', 'enum' => ['NEGATION']], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9a-z\\.\\-_]*(?!\\.)$'], 'S3Key' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'StartEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartPHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartPHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopPHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopPHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'String' => ['type' => 'string', 'min' => 1], 'TextSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Trait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttributeName'], 'Score' => ['shape' => 'Float']]], 'TraitList' => ['type' => 'list', 'member' => ['shape' => 'Trait']], 'UnmappedAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EntityType'], 'Attribute' => ['shape' => 'Attribute']]], 'UnmappedAttributeList' => ['type' => 'list', 'member' => ['shape' => 'UnmappedAttribute']], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-10-30', 'endpointPrefix' => 'comprehendmedical', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ComprehendMedical', 'serviceFullName' => 'AWS Comprehend Medical', 'serviceId' => 'ComprehendMedical', 'signatureVersion' => 'v4', 'signingName' => 'comprehendmedical', 'targetPrefix' => 'ComprehendMedical_20181030', 'uid' => 'comprehendmedical-2018-10-30'], 'operations' => ['DescribeEntitiesDetectionV2Job' => ['name' => 'DescribeEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'DescribeEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeICD10CMInferenceJob' => ['name' => 'DescribeICD10CMInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeICD10CMInferenceJobRequest'], 'output' => ['shape' => 'DescribeICD10CMInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribePHIDetectionJob' => ['name' => 'DescribePHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePHIDetectionJobRequest'], 'output' => ['shape' => 'DescribePHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeRxNormInferenceJob' => ['name' => 'DescribeRxNormInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRxNormInferenceJobRequest'], 'output' => ['shape' => 'DescribeRxNormInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DetectEntities' => ['name' => 'DetectEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesRequest'], 'output' => ['shape' => 'DetectEntitiesResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']], 'deprecated' => \true, 'deprecatedMessage' => 'This operation is deprecated, use DetectEntitiesV2 instead.'], 'DetectEntitiesV2' => ['name' => 'DetectEntitiesV2', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectEntitiesV2Request'], 'output' => ['shape' => 'DetectEntitiesV2Response'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'DetectPHI' => ['name' => 'DetectPHI', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectPHIRequest'], 'output' => ['shape' => 'DetectPHIResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'InferICD10CM' => ['name' => 'InferICD10CM', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InferICD10CMRequest'], 'output' => ['shape' => 'InferICD10CMResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'InferRxNorm' => ['name' => 'InferRxNorm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InferRxNormRequest'], 'output' => ['shape' => 'InferRxNormResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidEncodingException'], ['shape' => 'TextSizeLimitExceededException']]], 'ListEntitiesDetectionV2Jobs' => ['name' => 'ListEntitiesDetectionV2Jobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesDetectionV2JobsRequest'], 'output' => ['shape' => 'ListEntitiesDetectionV2JobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListICD10CMInferenceJobs' => ['name' => 'ListICD10CMInferenceJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListICD10CMInferenceJobsRequest'], 'output' => ['shape' => 'ListICD10CMInferenceJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListPHIDetectionJobs' => ['name' => 'ListPHIDetectionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPHIDetectionJobsRequest'], 'output' => ['shape' => 'ListPHIDetectionJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'ListRxNormInferenceJobs' => ['name' => 'ListRxNormInferenceJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRxNormInferenceJobsRequest'], 'output' => ['shape' => 'ListRxNormInferenceJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ValidationException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerException']]], 'StartEntitiesDetectionV2Job' => ['name' => 'StartEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'StartEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StartICD10CMInferenceJob' => ['name' => 'StartICD10CMInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartICD10CMInferenceJobRequest'], 'output' => ['shape' => 'StartICD10CMInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StartPHIDetectionJob' => ['name' => 'StartPHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartPHIDetectionJobRequest'], 'output' => ['shape' => 'StartPHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StartRxNormInferenceJob' => ['name' => 'StartRxNormInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartRxNormInferenceJobRequest'], 'output' => ['shape' => 'StartRxNormInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopEntitiesDetectionV2Job' => ['name' => 'StopEntitiesDetectionV2Job', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopEntitiesDetectionV2JobRequest'], 'output' => ['shape' => 'StopEntitiesDetectionV2JobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopICD10CMInferenceJob' => ['name' => 'StopICD10CMInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopICD10CMInferenceJobRequest'], 'output' => ['shape' => 'StopICD10CMInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopPHIDetectionJob' => ['name' => 'StopPHIDetectionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopPHIDetectionJobRequest'], 'output' => ['shape' => 'StopPHIDetectionJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'StopRxNormInferenceJob' => ['name' => 'StopRxNormInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopRxNormInferenceJobRequest'], 'output' => ['shape' => 'StopRxNormInferenceJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AnyLengthString' => ['type' => 'string'], 'Attribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EntitySubType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'RelationshipType' => ['shape' => 'RelationshipType'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Category' => ['shape' => 'EntityType'], 'Traits' => ['shape' => 'TraitList']]], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'AttributeName' => ['type' => 'string', 'enum' => ['SIGN', 'SYMPTOM', 'DIAGNOSIS', 'NEGATION']], 'BoundedLengthString' => ['type' => 'string', 'max' => 20000, 'min' => 1], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$'], 'ComprehendMedicalAsyncJobFilter' => ['type' => 'structure', 'members' => ['JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'SubmitTimeBefore' => ['shape' => 'Timestamp'], 'SubmitTimeAfter' => ['shape' => 'Timestamp']]], 'ComprehendMedicalAsyncJobProperties' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'JobName' => ['shape' => 'JobName'], 'JobStatus' => ['shape' => 'JobStatus'], 'Message' => ['shape' => 'AnyLengthString'], 'SubmitTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'ManifestFilePath' => ['shape' => 'ManifestFilePath'], 'KMSKey' => ['shape' => 'KMSKey'], 'ModelVersion' => ['shape' => 'ModelVersion']]], 'ComprehendMedicalAsyncJobPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'ComprehendMedicalAsyncJobProperties']], 'DescribeEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DescribeICD10CMInferenceJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeICD10CMInferenceJobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DescribePHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribePHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DescribeRxNormInferenceJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeRxNormInferenceJobResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobProperties' => ['shape' => 'ComprehendMedicalAsyncJobProperties']]], 'DetectEntitiesRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectEntitiesResponse' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'UnmappedAttributes' => ['shape' => 'UnmappedAttributeList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'DetectEntitiesV2Request' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectEntitiesV2Response' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'UnmappedAttributes' => ['shape' => 'UnmappedAttributeList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'DetectPHIRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'BoundedLengthString']]], 'DetectPHIResponse' => ['type' => 'structure', 'required' => ['Entities', 'ModelVersion'], 'members' => ['Entities' => ['shape' => 'EntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'Entity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Score' => ['shape' => 'Float'], 'Text' => ['shape' => 'String'], 'Category' => ['shape' => 'EntityType'], 'Type' => ['shape' => 'EntitySubType'], 'Traits' => ['shape' => 'TraitList'], 'Attributes' => ['shape' => 'AttributeList']]], 'EntityList' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'EntitySubType' => ['type' => 'string', 'enum' => ['NAME', 'DOSAGE', 'ROUTE_OR_MODE', 'FORM', 'FREQUENCY', 'DURATION', 'GENERIC_NAME', 'BRAND_NAME', 'STRENGTH', 'RATE', 'ACUITY', 'TEST_NAME', 'TEST_VALUE', 'TEST_UNITS', 'PROCEDURE_NAME', 'TREATMENT_NAME', 'DATE', 'AGE', 'CONTACT_POINT', 'EMAIL', 'IDENTIFIER', 'URL', 'ADDRESS', 'PROFESSION', 'SYSTEM_ORGAN_SITE', 'DIRECTION', 'QUALITY', 'QUANTITY', 'TIME_EXPRESSION', 'TIME_TO_MEDICATION_NAME', 'TIME_TO_DX_NAME', 'TIME_TO_TEST_NAME', 'TIME_TO_PROCEDURE_NAME', 'TIME_TO_TREATMENT_NAME']], 'EntityType' => ['type' => 'string', 'enum' => ['MEDICATION', 'MEDICAL_CONDITION', 'PROTECTED_HEALTH_INFORMATION', 'TEST_TREATMENT_PROCEDURE', 'ANATOMY', 'TIME_EXPRESSION']], 'Float' => ['type' => 'float'], 'ICD10CMAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ICD10CMAttributeType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Traits' => ['shape' => 'ICD10CMTraitList']]], 'ICD10CMAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMAttribute']], 'ICD10CMAttributeType' => ['type' => 'string', 'enum' => ['ACUITY', 'DIRECTION', 'SYSTEM_ORGAN_SITE', 'QUALITY', 'QUANTITY']], 'ICD10CMConcept' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Code' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'ICD10CMConceptList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMConcept']], 'ICD10CMEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'Text' => ['shape' => 'OntologyLinkingBoundedLengthString'], 'Category' => ['shape' => 'ICD10CMEntityCategory'], 'Type' => ['shape' => 'ICD10CMEntityType'], 'Score' => ['shape' => 'Float'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Attributes' => ['shape' => 'ICD10CMAttributeList'], 'Traits' => ['shape' => 'ICD10CMTraitList'], 'ICD10CMConcepts' => ['shape' => 'ICD10CMConceptList']]], 'ICD10CMEntityCategory' => ['type' => 'string', 'enum' => ['MEDICAL_CONDITION']], 'ICD10CMEntityList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMEntity']], 'ICD10CMEntityType' => ['type' => 'string', 'enum' => ['DX_NAME']], 'ICD10CMTrait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ICD10CMTraitName'], 'Score' => ['shape' => 'Float']]], 'ICD10CMTraitList' => ['type' => 'list', 'member' => ['shape' => 'ICD10CMTrait']], 'ICD10CMTraitName' => ['type' => 'string', 'enum' => ['NEGATION', 'DIAGNOSIS', 'SIGN', 'SYMPTOM']], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+'], 'InferICD10CMRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'OntologyLinkingBoundedLengthString']]], 'InferICD10CMResponse' => ['type' => 'structure', 'required' => ['Entities'], 'members' => ['Entities' => ['shape' => 'ICD10CMEntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'InferRxNormRequest' => ['type' => 'structure', 'required' => ['Text'], 'members' => ['Text' => ['shape' => 'OntologyLinkingBoundedLengthString']]], 'InferRxNormResponse' => ['type' => 'structure', 'required' => ['Entities'], 'members' => ['Entities' => ['shape' => 'RxNormEntityList'], 'PaginationToken' => ['shape' => 'String'], 'ModelVersion' => ['shape' => 'String']]], 'InputDataConfig' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidEncodingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'COMPLETED', 'PARTIAL_SUCCESS', 'FAILED', 'STOP_REQUESTED', 'STOPPED']], 'KMSKey' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '.*'], 'LanguageCode' => ['type' => 'string', 'enum' => ['en']], 'ListEntitiesDetectionV2JobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListEntitiesDetectionV2JobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListICD10CMInferenceJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListICD10CMInferenceJobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListPHIDetectionJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListPHIDetectionJobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ListRxNormInferenceJobsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'ComprehendMedicalAsyncJobFilter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResultsInteger']]], 'ListRxNormInferenceJobsResponse' => ['type' => 'structure', 'members' => ['ComprehendMedicalAsyncJobPropertiesList' => ['shape' => 'ComprehendMedicalAsyncJobPropertiesList'], 'NextToken' => ['shape' => 'String']]], 'ManifestFilePath' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'MaxResultsInteger' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'ModelVersion' => ['type' => 'string'], 'OntologyLinkingBoundedLengthString' => ['type' => 'string', 'max' => 10000, 'min' => 1], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'RelationshipType' => ['type' => 'string', 'enum' => ['EVERY', 'WITH_DOSAGE', 'ADMINISTERED_VIA', 'FOR', 'NEGATIVE', 'OVERLAP', 'DOSAGE', 'ROUTE_OR_MODE', 'FORM', 'FREQUENCY', 'DURATION', 'STRENGTH', 'RATE', 'ACUITY', 'TEST_VALUE', 'TEST_UNITS', 'DIRECTION', 'SYSTEM_ORGAN_SITE']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'RxNormAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RxNormAttributeType'], 'Score' => ['shape' => 'Float'], 'RelationshipScore' => ['shape' => 'Float'], 'Id' => ['shape' => 'Integer'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Text' => ['shape' => 'String'], 'Traits' => ['shape' => 'RxNormTraitList']]], 'RxNormAttributeList' => ['type' => 'list', 'member' => ['shape' => 'RxNormAttribute']], 'RxNormAttributeType' => ['type' => 'string', 'enum' => ['DOSAGE', 'DURATION', 'FORM', 'FREQUENCY', 'RATE', 'ROUTE_OR_MODE', 'STRENGTH']], 'RxNormConcept' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Code' => ['shape' => 'String'], 'Score' => ['shape' => 'Float']]], 'RxNormConceptList' => ['type' => 'list', 'member' => ['shape' => 'RxNormConcept']], 'RxNormEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Integer'], 'Text' => ['shape' => 'OntologyLinkingBoundedLengthString'], 'Category' => ['shape' => 'RxNormEntityCategory'], 'Type' => ['shape' => 'RxNormEntityType'], 'Score' => ['shape' => 'Float'], 'BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'Attributes' => ['shape' => 'RxNormAttributeList'], 'Traits' => ['shape' => 'RxNormTraitList'], 'RxNormConcepts' => ['shape' => 'RxNormConceptList']]], 'RxNormEntityCategory' => ['type' => 'string', 'enum' => ['MEDICATION']], 'RxNormEntityList' => ['type' => 'list', 'member' => ['shape' => 'RxNormEntity']], 'RxNormEntityType' => ['type' => 'string', 'enum' => ['BRAND_NAME', 'GENERIC_NAME']], 'RxNormTrait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RxNormTraitName'], 'Score' => ['shape' => 'Float']]], 'RxNormTraitList' => ['type' => 'list', 'member' => ['shape' => 'RxNormTrait']], 'RxNormTraitName' => ['type' => 'string', 'enum' => ['NEGATION']], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9a-z\\.\\-_]*(?!\\.)$'], 'S3Key' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'StartEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartICD10CMInferenceJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartICD10CMInferenceJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartPHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartPHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartRxNormInferenceJobRequest' => ['type' => 'structure', 'required' => ['InputDataConfig', 'OutputDataConfig', 'DataAccessRoleArn', 'LanguageCode'], 'members' => ['InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'DataAccessRoleArn' => ['shape' => 'IamRoleArn'], 'JobName' => ['shape' => 'JobName'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'KMSKey' => ['shape' => 'KMSKey'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'StartRxNormInferenceJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionV2JobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopEntitiesDetectionV2JobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopICD10CMInferenceJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopICD10CMInferenceJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopPHIDetectionJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopPHIDetectionJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopRxNormInferenceJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'StopRxNormInferenceJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'String' => ['type' => 'string', 'min' => 1], 'TextSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Trait' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttributeName'], 'Score' => ['shape' => 'Float']]], 'TraitList' => ['type' => 'list', 'member' => ['shape' => 'Trait']], 'UnmappedAttribute' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EntityType'], 'Attribute' => ['shape' => 'Attribute']]], 'UnmappedAttributeList' => ['type' => 'list', 'member' => ['shape' => 'UnmappedAttribute']], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/compute-optimizer/2019-11-01/api-2.json.php b/vendor/Aws3/Aws/data/compute-optimizer/2019-11-01/api-2.json.php index 567d3bcc..c47c4c4d 100644 --- a/vendor/Aws3/Aws/data/compute-optimizer/2019-11-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/compute-optimizer/2019-11-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-11-01', 'endpointPrefix' => 'compute-optimizer', 'jsonVersion' => '1.0', 'protocol' => 'json', 'serviceFullName' => 'AWS Compute Optimizer', 'serviceId' => 'Compute Optimizer', 'signatureVersion' => 'v4', 'signingName' => 'compute-optimizer', 'targetPrefix' => 'ComputeOptimizerService', 'uid' => 'compute-optimizer-2019-11-01'], 'operations' => ['GetAutoScalingGroupRecommendations' => ['name' => 'GetAutoScalingGroupRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutoScalingGroupRecommendationsRequest'], 'output' => ['shape' => 'GetAutoScalingGroupRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEC2InstanceRecommendations' => ['name' => 'GetEC2InstanceRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEC2InstanceRecommendationsRequest'], 'output' => ['shape' => 'GetEC2InstanceRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEC2RecommendationProjectedMetrics' => ['name' => 'GetEC2RecommendationProjectedMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEC2RecommendationProjectedMetricsRequest'], 'output' => ['shape' => 'GetEC2RecommendationProjectedMetricsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEnrollmentStatus' => ['name' => 'GetEnrollmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEnrollmentStatusRequest'], 'output' => ['shape' => 'GetEnrollmentStatusResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetRecommendationSummaries' => ['name' => 'GetRecommendationSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRecommendationSummariesRequest'], 'output' => ['shape' => 'GetRecommendationSummariesResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'UpdateEnrollmentStatus' => ['name' => 'UpdateEnrollmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnrollmentStatusRequest'], 'output' => ['shape' => 'UpdateEnrollmentStatusResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'AccountId' => ['type' => 'string'], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'AutoScalingGroupArn' => ['type' => 'string'], 'AutoScalingGroupArns' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupArn']], 'AutoScalingGroupConfiguration' => ['type' => 'structure', 'members' => ['desiredCapacity' => ['shape' => 'DesiredCapacity'], 'minSize' => ['shape' => 'MinSize'], 'maxSize' => ['shape' => 'MaxSize'], 'instanceType' => ['shape' => 'InstanceType']]], 'AutoScalingGroupName' => ['type' => 'string'], 'AutoScalingGroupRecommendation' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => 'AccountId'], 'autoScalingGroupArn' => ['shape' => 'AutoScalingGroupArn'], 'autoScalingGroupName' => ['shape' => 'AutoScalingGroupName'], 'finding' => ['shape' => 'Finding'], 'utilizationMetrics' => ['shape' => 'UtilizationMetrics'], 'lookBackPeriodInDays' => ['shape' => 'LookBackPeriodInDays'], 'currentConfiguration' => ['shape' => 'AutoScalingGroupConfiguration'], 'recommendationOptions' => ['shape' => 'AutoScalingGroupRecommendationOptions'], 'lastRefreshTimestamp' => ['shape' => 'LastRefreshTimestamp']]], 'AutoScalingGroupRecommendationOption' => ['type' => 'structure', 'members' => ['configuration' => ['shape' => 'AutoScalingGroupConfiguration'], 'projectedUtilizationMetrics' => ['shape' => 'ProjectedUtilizationMetrics'], 'performanceRisk' => ['shape' => 'PerformanceRisk'], 'rank' => ['shape' => 'Rank']]], 'AutoScalingGroupRecommendationOptions' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupRecommendationOption']], 'AutoScalingGroupRecommendations' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupRecommendation']], 'Code' => ['type' => 'string'], 'CurrentInstanceType' => ['type' => 'string'], 'DesiredCapacity' => ['type' => 'integer'], 'ErrorMessage' => ['type' => 'string'], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FilterName'], 'values' => ['shape' => 'FilterValues']]], 'FilterName' => ['type' => 'string', 'enum' => ['Finding', 'RecommendationSourceType']], 'FilterValue' => ['type' => 'string'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'Finding' => ['type' => 'string', 'enum' => ['Underprovisioned', 'Overprovisioned', 'Optimized', 'NotOptimized']], 'GetAutoScalingGroupRecommendationsRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'autoScalingGroupArns' => ['shape' => 'AutoScalingGroupArns'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'GetAutoScalingGroupRecommendationsResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'autoScalingGroupRecommendations' => ['shape' => 'AutoScalingGroupRecommendations'], 'errors' => ['shape' => 'GetRecommendationErrors']]], 'GetEC2InstanceRecommendationsRequest' => ['type' => 'structure', 'members' => ['instanceArns' => ['shape' => 'InstanceArns'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters'], 'accountIds' => ['shape' => 'AccountIds']]], 'GetEC2InstanceRecommendationsResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'instanceRecommendations' => ['shape' => 'InstanceRecommendations'], 'errors' => ['shape' => 'GetRecommendationErrors']]], 'GetEC2RecommendationProjectedMetricsRequest' => ['type' => 'structure', 'required' => ['instanceArn', 'stat', 'period', 'startTime', 'endTime'], 'members' => ['instanceArn' => ['shape' => 'InstanceArn'], 'stat' => ['shape' => 'MetricStatistic'], 'period' => ['shape' => 'Period'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp']]], 'GetEC2RecommendationProjectedMetricsResponse' => ['type' => 'structure', 'members' => ['recommendedOptionProjectedMetrics' => ['shape' => 'RecommendedOptionProjectedMetrics']]], 'GetEnrollmentStatusRequest' => ['type' => 'structure', 'members' => []], 'GetEnrollmentStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Status'], 'statusReason' => ['shape' => 'StatusReason'], 'memberAccountsEnrolled' => ['shape' => 'MemberAccountsEnrolled']]], 'GetRecommendationError' => ['type' => 'structure', 'members' => ['identifier' => ['shape' => 'Identifier'], 'code' => ['shape' => 'Code'], 'message' => ['shape' => 'Message']]], 'GetRecommendationErrors' => ['type' => 'list', 'member' => ['shape' => 'GetRecommendationError']], 'GetRecommendationSummariesRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetRecommendationSummariesResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'recommendationSummaries' => ['shape' => 'RecommendationSummaries']]], 'Identifier' => ['type' => 'string'], 'IncludeMemberAccounts' => ['type' => 'boolean'], 'InstanceArn' => ['type' => 'string'], 'InstanceArns' => ['type' => 'list', 'member' => ['shape' => 'InstanceArn']], 'InstanceName' => ['type' => 'string'], 'InstanceRecommendation' => ['type' => 'structure', 'members' => ['instanceArn' => ['shape' => 'InstanceArn'], 'accountId' => ['shape' => 'AccountId'], 'instanceName' => ['shape' => 'InstanceName'], 'currentInstanceType' => ['shape' => 'CurrentInstanceType'], 'finding' => ['shape' => 'Finding'], 'utilizationMetrics' => ['shape' => 'UtilizationMetrics'], 'lookBackPeriodInDays' => ['shape' => 'LookBackPeriodInDays'], 'recommendationOptions' => ['shape' => 'RecommendationOptions'], 'recommendationSources' => ['shape' => 'RecommendationSources'], 'lastRefreshTimestamp' => ['shape' => 'LastRefreshTimestamp']]], 'InstanceRecommendationOption' => ['type' => 'structure', 'members' => ['instanceType' => ['shape' => 'InstanceType'], 'projectedUtilizationMetrics' => ['shape' => 'ProjectedUtilizationMetrics'], 'performanceRisk' => ['shape' => 'PerformanceRisk'], 'rank' => ['shape' => 'Rank']]], 'InstanceRecommendations' => ['type' => 'list', 'member' => ['shape' => 'InstanceRecommendation']], 'InstanceType' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'LastRefreshTimestamp' => ['type' => 'timestamp'], 'LookBackPeriodInDays' => ['type' => 'double'], 'MaxResults' => ['type' => 'integer', 'box' => \true], 'MaxSize' => ['type' => 'integer'], 'MemberAccountsEnrolled' => ['type' => 'boolean'], 'Message' => ['type' => 'string'], 'MetricName' => ['type' => 'string', 'enum' => ['Cpu', 'Memory']], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Maximum', 'Average']], 'MetricValue' => ['type' => 'double'], 'MetricValues' => ['type' => 'list', 'member' => ['shape' => 'MetricValue']], 'MinSize' => ['type' => 'integer'], 'MissingAuthenticationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'NextToken' => ['type' => 'string'], 'OptInRequiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'PerformanceRisk' => ['type' => 'double', 'max' => 5, 'min' => 0], 'Period' => ['type' => 'integer'], 'ProjectedMetric' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MetricName'], 'timestamps' => ['shape' => 'Timestamps'], 'values' => ['shape' => 'MetricValues']]], 'ProjectedMetrics' => ['type' => 'list', 'member' => ['shape' => 'ProjectedMetric']], 'ProjectedUtilizationMetrics' => ['type' => 'list', 'member' => ['shape' => 'UtilizationMetric']], 'Rank' => ['type' => 'integer'], 'RecommendationOptions' => ['type' => 'list', 'member' => ['shape' => 'InstanceRecommendationOption']], 'RecommendationSource' => ['type' => 'structure', 'members' => ['recommendationSourceArn' => ['shape' => 'RecommendationSourceArn'], 'recommendationSourceType' => ['shape' => 'RecommendationSourceType']]], 'RecommendationSourceArn' => ['type' => 'string'], 'RecommendationSourceType' => ['type' => 'string', 'enum' => ['Ec2Instance', 'AutoScalingGroup']], 'RecommendationSources' => ['type' => 'list', 'member' => ['shape' => 'RecommendationSource']], 'RecommendationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RecommendationSummary']], 'RecommendationSummary' => ['type' => 'structure', 'members' => ['summaries' => ['shape' => 'Summaries'], 'recommendationResourceType' => ['shape' => 'RecommendationSourceType'], 'accountId' => ['shape' => 'AccountId']]], 'RecommendedInstanceType' => ['type' => 'string'], 'RecommendedOptionProjectedMetric' => ['type' => 'structure', 'members' => ['recommendedInstanceType' => ['shape' => 'RecommendedInstanceType'], 'rank' => ['shape' => 'Rank'], 'projectedMetrics' => ['shape' => 'ProjectedMetrics']]], 'RecommendedOptionProjectedMetrics' => ['type' => 'list', 'member' => ['shape' => 'RecommendedOptionProjectedMetric']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Status' => ['type' => 'string', 'enum' => ['Active', 'Inactive', 'Pending', 'Failed']], 'StatusReason' => ['type' => 'string'], 'Summaries' => ['type' => 'list', 'member' => ['shape' => 'Summary']], 'Summary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Finding'], 'value' => ['shape' => 'SummaryValue']]], 'SummaryValue' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'Timestamp' => ['type' => 'timestamp'], 'Timestamps' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'UpdateEnrollmentStatusRequest' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'Status'], 'includeMemberAccounts' => ['shape' => 'IncludeMemberAccounts']]], 'UpdateEnrollmentStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Status'], 'statusReason' => ['shape' => 'StatusReason']]], 'UtilizationMetric' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MetricName'], 'statistic' => ['shape' => 'MetricStatistic'], 'value' => ['shape' => 'MetricValue']]], 'UtilizationMetrics' => ['type' => 'list', 'member' => ['shape' => 'UtilizationMetric']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-11-01', 'endpointPrefix' => 'compute-optimizer', 'jsonVersion' => '1.0', 'protocol' => 'json', 'serviceFullName' => 'AWS Compute Optimizer', 'serviceId' => 'Compute Optimizer', 'signatureVersion' => 'v4', 'signingName' => 'compute-optimizer', 'targetPrefix' => 'ComputeOptimizerService', 'uid' => 'compute-optimizer-2019-11-01'], 'operations' => ['DescribeRecommendationExportJobs' => ['name' => 'DescribeRecommendationExportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRecommendationExportJobsRequest'], 'output' => ['shape' => 'DescribeRecommendationExportJobsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'ExportAutoScalingGroupRecommendations' => ['name' => 'ExportAutoScalingGroupRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportAutoScalingGroupRecommendationsRequest'], 'output' => ['shape' => 'ExportAutoScalingGroupRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'ExportEC2InstanceRecommendations' => ['name' => 'ExportEC2InstanceRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportEC2InstanceRecommendationsRequest'], 'output' => ['shape' => 'ExportEC2InstanceRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'GetAutoScalingGroupRecommendations' => ['name' => 'GetAutoScalingGroupRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutoScalingGroupRecommendationsRequest'], 'output' => ['shape' => 'GetAutoScalingGroupRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEC2InstanceRecommendations' => ['name' => 'GetEC2InstanceRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEC2InstanceRecommendationsRequest'], 'output' => ['shape' => 'GetEC2InstanceRecommendationsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEC2RecommendationProjectedMetrics' => ['name' => 'GetEC2RecommendationProjectedMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEC2RecommendationProjectedMetricsRequest'], 'output' => ['shape' => 'GetEC2RecommendationProjectedMetricsResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetEnrollmentStatus' => ['name' => 'GetEnrollmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEnrollmentStatusRequest'], 'output' => ['shape' => 'GetEnrollmentStatusResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'GetRecommendationSummaries' => ['name' => 'GetRecommendationSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRecommendationSummariesRequest'], 'output' => ['shape' => 'GetRecommendationSummariesResponse'], 'errors' => [['shape' => 'OptInRequiredException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]], 'UpdateEnrollmentStatus' => ['name' => 'UpdateEnrollmentStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnrollmentStatusRequest'], 'output' => ['shape' => 'UpdateEnrollmentStatusResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingAuthenticationToken'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'AccountId' => ['type' => 'string'], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'AutoScalingGroupArn' => ['type' => 'string'], 'AutoScalingGroupArns' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupArn']], 'AutoScalingGroupConfiguration' => ['type' => 'structure', 'members' => ['desiredCapacity' => ['shape' => 'DesiredCapacity'], 'minSize' => ['shape' => 'MinSize'], 'maxSize' => ['shape' => 'MaxSize'], 'instanceType' => ['shape' => 'InstanceType']]], 'AutoScalingGroupName' => ['type' => 'string'], 'AutoScalingGroupRecommendation' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => 'AccountId'], 'autoScalingGroupArn' => ['shape' => 'AutoScalingGroupArn'], 'autoScalingGroupName' => ['shape' => 'AutoScalingGroupName'], 'finding' => ['shape' => 'Finding'], 'utilizationMetrics' => ['shape' => 'UtilizationMetrics'], 'lookBackPeriodInDays' => ['shape' => 'LookBackPeriodInDays'], 'currentConfiguration' => ['shape' => 'AutoScalingGroupConfiguration'], 'recommendationOptions' => ['shape' => 'AutoScalingGroupRecommendationOptions'], 'lastRefreshTimestamp' => ['shape' => 'LastRefreshTimestamp']]], 'AutoScalingGroupRecommendationOption' => ['type' => 'structure', 'members' => ['configuration' => ['shape' => 'AutoScalingGroupConfiguration'], 'projectedUtilizationMetrics' => ['shape' => 'ProjectedUtilizationMetrics'], 'performanceRisk' => ['shape' => 'PerformanceRisk'], 'rank' => ['shape' => 'Rank']]], 'AutoScalingGroupRecommendationOptions' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupRecommendationOption']], 'AutoScalingGroupRecommendations' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroupRecommendation']], 'Code' => ['type' => 'string'], 'CreationTimestamp' => ['type' => 'timestamp'], 'CurrentInstanceType' => ['type' => 'string'], 'DescribeRecommendationExportJobsRequest' => ['type' => 'structure', 'members' => ['jobIds' => ['shape' => 'JobIds'], 'filters' => ['shape' => 'JobFilters'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeRecommendationExportJobsResponse' => ['type' => 'structure', 'members' => ['recommendationExportJobs' => ['shape' => 'RecommendationExportJobs'], 'nextToken' => ['shape' => 'NextToken']]], 'DesiredCapacity' => ['type' => 'integer'], 'DestinationBucket' => ['type' => 'string'], 'DestinationKey' => ['type' => 'string'], 'DestinationKeyPrefix' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'ExportAutoScalingGroupRecommendationsRequest' => ['type' => 'structure', 'required' => ['s3DestinationConfig'], 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'filters' => ['shape' => 'Filters'], 'fieldsToExport' => ['shape' => 'ExportableAutoScalingGroupFields'], 's3DestinationConfig' => ['shape' => 'S3DestinationConfig'], 'fileFormat' => ['shape' => 'FileFormat'], 'includeMemberAccounts' => ['shape' => 'IncludeMemberAccounts']]], 'ExportAutoScalingGroupRecommendationsResponse' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 's3Destination' => ['shape' => 'S3Destination']]], 'ExportDestination' => ['type' => 'structure', 'members' => ['s3' => ['shape' => 'S3Destination']]], 'ExportEC2InstanceRecommendationsRequest' => ['type' => 'structure', 'required' => ['s3DestinationConfig'], 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'filters' => ['shape' => 'Filters'], 'fieldsToExport' => ['shape' => 'ExportableInstanceFields'], 's3DestinationConfig' => ['shape' => 'S3DestinationConfig'], 'fileFormat' => ['shape' => 'FileFormat'], 'includeMemberAccounts' => ['shape' => 'IncludeMemberAccounts']]], 'ExportEC2InstanceRecommendationsResponse' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 's3Destination' => ['shape' => 'S3Destination']]], 'ExportableAutoScalingGroupField' => ['type' => 'string', 'enum' => ['AccountId', 'AutoScalingGroupArn', 'AutoScalingGroupName', 'Finding', 'UtilizationMetricsCpuMaximum', 'UtilizationMetricsMemoryMaximum', 'LookbackPeriodInDays', 'CurrentConfigurationInstanceType', 'CurrentConfigurationDesiredCapacity', 'CurrentConfigurationMinSize', 'CurrentConfigurationMaxSize', 'CurrentOnDemandPrice', 'CurrentStandardOneYearNoUpfrontReservedPrice', 'CurrentStandardThreeYearNoUpfrontReservedPrice', 'CurrentVCpus', 'CurrentMemory', 'CurrentStorage', 'CurrentNetwork', 'RecommendationOptionsConfigurationInstanceType', 'RecommendationOptionsConfigurationDesiredCapacity', 'RecommendationOptionsConfigurationMinSize', 'RecommendationOptionsConfigurationMaxSize', 'RecommendationOptionsProjectedUtilizationMetricsCpuMaximum', 'RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum', 'RecommendationOptionsPerformanceRisk', 'RecommendationOptionsOnDemandPrice', 'RecommendationOptionsStandardOneYearNoUpfrontReservedPrice', 'RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice', 'RecommendationOptionsVcpus', 'RecommendationOptionsMemory', 'RecommendationOptionsStorage', 'RecommendationOptionsNetwork', 'LastRefreshTimestamp']], 'ExportableAutoScalingGroupFields' => ['type' => 'list', 'member' => ['shape' => 'ExportableAutoScalingGroupField']], 'ExportableInstanceField' => ['type' => 'string', 'enum' => ['AccountId', 'InstanceArn', 'InstanceName', 'Finding', 'LookbackPeriodInDays', 'CurrentInstanceType', 'UtilizationMetricsCpuMaximum', 'UtilizationMetricsMemoryMaximum', 'CurrentOnDemandPrice', 'CurrentStandardOneYearNoUpfrontReservedPrice', 'CurrentStandardThreeYearNoUpfrontReservedPrice', 'CurrentVCpus', 'CurrentMemory', 'CurrentStorage', 'CurrentNetwork', 'RecommendationOptionsInstanceType', 'RecommendationOptionsProjectedUtilizationMetricsCpuMaximum', 'RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum', 'RecommendationOptionsPerformanceRisk', 'RecommendationOptionsVcpus', 'RecommendationOptionsMemory', 'RecommendationOptionsStorage', 'RecommendationOptionsNetwork', 'RecommendationOptionsOnDemandPrice', 'RecommendationOptionsStandardOneYearNoUpfrontReservedPrice', 'RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice', 'RecommendationsSourcesRecommendationSourceArn', 'RecommendationsSourcesRecommendationSourceType', 'LastRefreshTimestamp']], 'ExportableInstanceFields' => ['type' => 'list', 'member' => ['shape' => 'ExportableInstanceField']], 'FailureReason' => ['type' => 'string'], 'FileFormat' => ['type' => 'string', 'enum' => ['Csv']], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FilterName'], 'values' => ['shape' => 'FilterValues']]], 'FilterName' => ['type' => 'string', 'enum' => ['Finding', 'RecommendationSourceType']], 'FilterValue' => ['type' => 'string'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'Finding' => ['type' => 'string', 'enum' => ['Underprovisioned', 'Overprovisioned', 'Optimized', 'NotOptimized']], 'GetAutoScalingGroupRecommendationsRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'autoScalingGroupArns' => ['shape' => 'AutoScalingGroupArns'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'GetAutoScalingGroupRecommendationsResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'autoScalingGroupRecommendations' => ['shape' => 'AutoScalingGroupRecommendations'], 'errors' => ['shape' => 'GetRecommendationErrors']]], 'GetEC2InstanceRecommendationsRequest' => ['type' => 'structure', 'members' => ['instanceArns' => ['shape' => 'InstanceArns'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters'], 'accountIds' => ['shape' => 'AccountIds']]], 'GetEC2InstanceRecommendationsResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'instanceRecommendations' => ['shape' => 'InstanceRecommendations'], 'errors' => ['shape' => 'GetRecommendationErrors']]], 'GetEC2RecommendationProjectedMetricsRequest' => ['type' => 'structure', 'required' => ['instanceArn', 'stat', 'period', 'startTime', 'endTime'], 'members' => ['instanceArn' => ['shape' => 'InstanceArn'], 'stat' => ['shape' => 'MetricStatistic'], 'period' => ['shape' => 'Period'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp']]], 'GetEC2RecommendationProjectedMetricsResponse' => ['type' => 'structure', 'members' => ['recommendedOptionProjectedMetrics' => ['shape' => 'RecommendedOptionProjectedMetrics']]], 'GetEnrollmentStatusRequest' => ['type' => 'structure', 'members' => []], 'GetEnrollmentStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Status'], 'statusReason' => ['shape' => 'StatusReason'], 'memberAccountsEnrolled' => ['shape' => 'MemberAccountsEnrolled']]], 'GetRecommendationError' => ['type' => 'structure', 'members' => ['identifier' => ['shape' => 'Identifier'], 'code' => ['shape' => 'Code'], 'message' => ['shape' => 'Message']]], 'GetRecommendationErrors' => ['type' => 'list', 'member' => ['shape' => 'GetRecommendationError']], 'GetRecommendationSummariesRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => 'AccountIds'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetRecommendationSummariesResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'recommendationSummaries' => ['shape' => 'RecommendationSummaries']]], 'Identifier' => ['type' => 'string'], 'IncludeMemberAccounts' => ['type' => 'boolean'], 'InstanceArn' => ['type' => 'string'], 'InstanceArns' => ['type' => 'list', 'member' => ['shape' => 'InstanceArn']], 'InstanceName' => ['type' => 'string'], 'InstanceRecommendation' => ['type' => 'structure', 'members' => ['instanceArn' => ['shape' => 'InstanceArn'], 'accountId' => ['shape' => 'AccountId'], 'instanceName' => ['shape' => 'InstanceName'], 'currentInstanceType' => ['shape' => 'CurrentInstanceType'], 'finding' => ['shape' => 'Finding'], 'utilizationMetrics' => ['shape' => 'UtilizationMetrics'], 'lookBackPeriodInDays' => ['shape' => 'LookBackPeriodInDays'], 'recommendationOptions' => ['shape' => 'RecommendationOptions'], 'recommendationSources' => ['shape' => 'RecommendationSources'], 'lastRefreshTimestamp' => ['shape' => 'LastRefreshTimestamp']]], 'InstanceRecommendationOption' => ['type' => 'structure', 'members' => ['instanceType' => ['shape' => 'InstanceType'], 'projectedUtilizationMetrics' => ['shape' => 'ProjectedUtilizationMetrics'], 'performanceRisk' => ['shape' => 'PerformanceRisk'], 'rank' => ['shape' => 'Rank']]], 'InstanceRecommendations' => ['type' => 'list', 'member' => ['shape' => 'InstanceRecommendation']], 'InstanceType' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'JobFilter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'JobFilterName'], 'values' => ['shape' => 'FilterValues']]], 'JobFilterName' => ['type' => 'string', 'enum' => ['ResourceType', 'JobStatus']], 'JobFilters' => ['type' => 'list', 'member' => ['shape' => 'JobFilter']], 'JobId' => ['type' => 'string'], 'JobIds' => ['type' => 'list', 'member' => ['shape' => 'JobId']], 'JobStatus' => ['type' => 'string', 'enum' => ['Queued', 'InProgress', 'Complete', 'Failed']], 'LastRefreshTimestamp' => ['type' => 'timestamp'], 'LastUpdatedTimestamp' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'LookBackPeriodInDays' => ['type' => 'double'], 'MaxResults' => ['type' => 'integer', 'box' => \true], 'MaxSize' => ['type' => 'integer'], 'MemberAccountsEnrolled' => ['type' => 'boolean'], 'Message' => ['type' => 'string'], 'MetadataKey' => ['type' => 'string'], 'MetricName' => ['type' => 'string', 'enum' => ['Cpu', 'Memory']], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Maximum', 'Average']], 'MetricValue' => ['type' => 'double'], 'MetricValues' => ['type' => 'list', 'member' => ['shape' => 'MetricValue']], 'MinSize' => ['type' => 'integer'], 'MissingAuthenticationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'NextToken' => ['type' => 'string'], 'OptInRequiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'PerformanceRisk' => ['type' => 'double', 'max' => 5, 'min' => 0], 'Period' => ['type' => 'integer'], 'ProjectedMetric' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MetricName'], 'timestamps' => ['shape' => 'Timestamps'], 'values' => ['shape' => 'MetricValues']]], 'ProjectedMetrics' => ['type' => 'list', 'member' => ['shape' => 'ProjectedMetric']], 'ProjectedUtilizationMetrics' => ['type' => 'list', 'member' => ['shape' => 'UtilizationMetric']], 'Rank' => ['type' => 'integer'], 'RecommendationExportJob' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 'destination' => ['shape' => 'ExportDestination'], 'resourceType' => ['shape' => 'ResourceType'], 'status' => ['shape' => 'JobStatus'], 'creationTimestamp' => ['shape' => 'CreationTimestamp'], 'lastUpdatedTimestamp' => ['shape' => 'LastUpdatedTimestamp'], 'failureReason' => ['shape' => 'FailureReason']]], 'RecommendationExportJobs' => ['type' => 'list', 'member' => ['shape' => 'RecommendationExportJob']], 'RecommendationOptions' => ['type' => 'list', 'member' => ['shape' => 'InstanceRecommendationOption']], 'RecommendationSource' => ['type' => 'structure', 'members' => ['recommendationSourceArn' => ['shape' => 'RecommendationSourceArn'], 'recommendationSourceType' => ['shape' => 'RecommendationSourceType']]], 'RecommendationSourceArn' => ['type' => 'string'], 'RecommendationSourceType' => ['type' => 'string', 'enum' => ['Ec2Instance', 'AutoScalingGroup']], 'RecommendationSources' => ['type' => 'list', 'member' => ['shape' => 'RecommendationSource']], 'RecommendationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RecommendationSummary']], 'RecommendationSummary' => ['type' => 'structure', 'members' => ['summaries' => ['shape' => 'Summaries'], 'recommendationResourceType' => ['shape' => 'RecommendationSourceType'], 'accountId' => ['shape' => 'AccountId']]], 'RecommendedInstanceType' => ['type' => 'string'], 'RecommendedOptionProjectedMetric' => ['type' => 'structure', 'members' => ['recommendedInstanceType' => ['shape' => 'RecommendedInstanceType'], 'rank' => ['shape' => 'Rank'], 'projectedMetrics' => ['shape' => 'ProjectedMetrics']]], 'RecommendedOptionProjectedMetrics' => ['type' => 'list', 'member' => ['shape' => 'RecommendedOptionProjectedMetric']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['Ec2Instance', 'AutoScalingGroup']], 'S3Destination' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'DestinationBucket'], 'key' => ['shape' => 'DestinationKey'], 'metadataKey' => ['shape' => 'MetadataKey']]], 'S3DestinationConfig' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'DestinationBucket'], 'keyPrefix' => ['shape' => 'DestinationKeyPrefix']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Status' => ['type' => 'string', 'enum' => ['Active', 'Inactive', 'Pending', 'Failed']], 'StatusReason' => ['type' => 'string'], 'Summaries' => ['type' => 'list', 'member' => ['shape' => 'Summary']], 'Summary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Finding'], 'value' => ['shape' => 'SummaryValue']]], 'SummaryValue' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'Timestamp' => ['type' => 'timestamp'], 'Timestamps' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'UpdateEnrollmentStatusRequest' => ['type' => 'structure', 'required' => ['status'], 'members' => ['status' => ['shape' => 'Status'], 'includeMemberAccounts' => ['shape' => 'IncludeMemberAccounts']]], 'UpdateEnrollmentStatusResponse' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'Status'], 'statusReason' => ['shape' => 'StatusReason']]], 'UtilizationMetric' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MetricName'], 'statistic' => ['shape' => 'MetricStatistic'], 'value' => ['shape' => 'MetricValue']]], 'UtilizationMetrics' => ['type' => 'list', 'member' => ['shape' => 'UtilizationMetric']]]]; diff --git a/vendor/Aws3/Aws/data/config/2014-11-12/api-2.json.php b/vendor/Aws3/Aws/data/config/2014-11-12/api-2.json.php index 047f0588..595e4cdd 100644 --- a/vendor/Aws3/Aws/data/config/2014-11-12/api-2.json.php +++ b/vendor/Aws3/Aws/data/config/2014-11-12/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-11-12', 'endpointPrefix' => 'config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Config Service', 'serviceFullName' => 'AWS Config', 'serviceId' => 'Config Service', 'signatureVersion' => 'v4', 'targetPrefix' => 'StarlingDoveService', 'uid' => 'config-2014-11-12'], 'operations' => ['BatchGetAggregateResourceConfig' => ['name' => 'BatchGetAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetAggregateResourceConfigRequest'], 'output' => ['shape' => 'BatchGetAggregateResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'BatchGetResourceConfig' => ['name' => 'BatchGetResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetResourceConfigRequest'], 'output' => ['shape' => 'BatchGetResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'DeleteAggregationAuthorization' => ['name' => 'DeleteAggregationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAggregationAuthorizationRequest'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'DeleteConfigRule' => ['name' => 'DeleteConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigRuleRequest'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'ResourceInUseException']]], 'DeleteConfigurationAggregator' => ['name' => 'DeleteConfigurationAggregator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationAggregatorRequest'], 'errors' => [['shape' => 'NoSuchConfigurationAggregatorException']]], 'DeleteConfigurationRecorder' => ['name' => 'DeleteConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DeleteConformancePack' => ['name' => 'DeleteConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConformancePackRequest'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'ResourceInUseException']]], 'DeleteDeliveryChannel' => ['name' => 'DeleteDeliveryChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeliveryChannelRequest'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException'], ['shape' => 'LastDeliveryChannelDeleteFailedException']]], 'DeleteEvaluationResults' => ['name' => 'DeleteEvaluationResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEvaluationResultsRequest'], 'output' => ['shape' => 'DeleteEvaluationResultsResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'ResourceInUseException']]], 'DeleteOrganizationConfigRule' => ['name' => 'DeleteOrganizationConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationConfigRuleRequest'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'ResourceInUseException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DeleteOrganizationConformancePack' => ['name' => 'DeleteOrganizationConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationConformancePackRequest'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'ResourceInUseException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DeletePendingAggregationRequest' => ['name' => 'DeletePendingAggregationRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePendingAggregationRequestRequest'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'DeleteRemediationConfiguration' => ['name' => 'DeleteRemediationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRemediationConfigurationRequest'], 'output' => ['shape' => 'DeleteRemediationConfigurationResponse'], 'errors' => [['shape' => 'NoSuchRemediationConfigurationException'], ['shape' => 'RemediationInProgressException'], ['shape' => 'InsufficientPermissionsException']]], 'DeleteRemediationExceptions' => ['name' => 'DeleteRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRemediationExceptionsRequest'], 'output' => ['shape' => 'DeleteRemediationExceptionsResponse'], 'errors' => [['shape' => 'NoSuchRemediationExceptionException']]], 'DeleteResourceConfig' => ['name' => 'DeleteResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceConfigRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoRunningConfigurationRecorderException']]], 'DeleteRetentionConfiguration' => ['name' => 'DeleteRetentionConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRetentionConfigurationRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchRetentionConfigurationException']]], 'DeliverConfigSnapshot' => ['name' => 'DeliverConfigSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeliverConfigSnapshotRequest'], 'output' => ['shape' => 'DeliverConfigSnapshotResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'NoRunningConfigurationRecorderException']]], 'DescribeAggregateComplianceByConfigRules' => ['name' => 'DescribeAggregateComplianceByConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregateComplianceByConfigRulesRequest'], 'output' => ['shape' => 'DescribeAggregateComplianceByConfigRulesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'DescribeAggregationAuthorizations' => ['name' => 'DescribeAggregationAuthorizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregationAuthorizationsRequest'], 'output' => ['shape' => 'DescribeAggregationAuthorizationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeComplianceByConfigRule' => ['name' => 'DescribeComplianceByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComplianceByConfigRuleRequest'], 'output' => ['shape' => 'DescribeComplianceByConfigRuleResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeComplianceByResource' => ['name' => 'DescribeComplianceByResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComplianceByResourceRequest'], 'output' => ['shape' => 'DescribeComplianceByResourceResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigRuleEvaluationStatus' => ['name' => 'DescribeConfigRuleEvaluationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigRuleEvaluationStatusRequest'], 'output' => ['shape' => 'DescribeConfigRuleEvaluationStatusResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigRules' => ['name' => 'DescribeConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigRulesRequest'], 'output' => ['shape' => 'DescribeConfigRulesResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigurationAggregatorSourcesStatus' => ['name' => 'DescribeConfigurationAggregatorSourcesStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationAggregatorSourcesStatusRequest'], 'output' => ['shape' => 'DescribeConfigurationAggregatorSourcesStatusResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeConfigurationAggregators' => ['name' => 'DescribeConfigurationAggregators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationAggregatorsRequest'], 'output' => ['shape' => 'DescribeConfigurationAggregatorsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeConfigurationRecorderStatus' => ['name' => 'DescribeConfigurationRecorderStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationRecorderStatusRequest'], 'output' => ['shape' => 'DescribeConfigurationRecorderStatusResponse'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DescribeConfigurationRecorders' => ['name' => 'DescribeConfigurationRecorders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationRecordersRequest'], 'output' => ['shape' => 'DescribeConfigurationRecordersResponse'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DescribeConformancePackCompliance' => ['name' => 'DescribeConformancePackCompliance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePackComplianceRequest'], 'output' => ['shape' => 'DescribeConformancePackComplianceResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigRuleInConformancePackException'], ['shape' => 'NoSuchConformancePackException']]], 'DescribeConformancePackStatus' => ['name' => 'DescribeConformancePackStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePackStatusRequest'], 'output' => ['shape' => 'DescribeConformancePackStatusResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConformancePacks' => ['name' => 'DescribeConformancePacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePacksRequest'], 'output' => ['shape' => 'DescribeConformancePacksResponse'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeDeliveryChannelStatus' => ['name' => 'DescribeDeliveryChannelStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryChannelStatusRequest'], 'output' => ['shape' => 'DescribeDeliveryChannelStatusResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException']]], 'DescribeDeliveryChannels' => ['name' => 'DescribeDeliveryChannels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryChannelsRequest'], 'output' => ['shape' => 'DescribeDeliveryChannelsResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException']]], 'DescribeOrganizationConfigRuleStatuses' => ['name' => 'DescribeOrganizationConfigRuleStatuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConfigRuleStatusesRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigRuleStatusesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConfigRules' => ['name' => 'DescribeOrganizationConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConfigRulesRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigRulesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConformancePackStatuses' => ['name' => 'DescribeOrganizationConformancePackStatuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConformancePackStatusesRequest'], 'output' => ['shape' => 'DescribeOrganizationConformancePackStatusesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConformancePacks' => ['name' => 'DescribeOrganizationConformancePacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConformancePacksRequest'], 'output' => ['shape' => 'DescribeOrganizationConformancePacksResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribePendingAggregationRequests' => ['name' => 'DescribePendingAggregationRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingAggregationRequestsRequest'], 'output' => ['shape' => 'DescribePendingAggregationRequestsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeRemediationConfigurations' => ['name' => 'DescribeRemediationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationConfigurationsRequest'], 'output' => ['shape' => 'DescribeRemediationConfigurationsResponse']], 'DescribeRemediationExceptions' => ['name' => 'DescribeRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationExceptionsRequest'], 'output' => ['shape' => 'DescribeRemediationExceptionsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException']]], 'DescribeRemediationExecutionStatus' => ['name' => 'DescribeRemediationExecutionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationExecutionStatusRequest'], 'output' => ['shape' => 'DescribeRemediationExecutionStatusResponse'], 'errors' => [['shape' => 'NoSuchRemediationConfigurationException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeRetentionConfigurations' => ['name' => 'DescribeRetentionConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRetentionConfigurationsRequest'], 'output' => ['shape' => 'DescribeRetentionConfigurationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchRetentionConfigurationException'], ['shape' => 'InvalidNextTokenException']]], 'GetAggregateComplianceDetailsByConfigRule' => ['name' => 'GetAggregateComplianceDetailsByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateComplianceDetailsByConfigRuleRequest'], 'output' => ['shape' => 'GetAggregateComplianceDetailsByConfigRuleResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateConfigRuleComplianceSummary' => ['name' => 'GetAggregateConfigRuleComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateConfigRuleComplianceSummaryRequest'], 'output' => ['shape' => 'GetAggregateConfigRuleComplianceSummaryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateDiscoveredResourceCounts' => ['name' => 'GetAggregateDiscoveredResourceCounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateDiscoveredResourceCountsRequest'], 'output' => ['shape' => 'GetAggregateDiscoveredResourceCountsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateResourceConfig' => ['name' => 'GetAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateResourceConfigRequest'], 'output' => ['shape' => 'GetAggregateResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'OversizedConfigurationItemException'], ['shape' => 'ResourceNotDiscoveredException']]], 'GetComplianceDetailsByConfigRule' => ['name' => 'GetComplianceDetailsByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailsByConfigRuleRequest'], 'output' => ['shape' => 'GetComplianceDetailsByConfigRuleResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigRuleException']]], 'GetComplianceDetailsByResource' => ['name' => 'GetComplianceDetailsByResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailsByResourceRequest'], 'output' => ['shape' => 'GetComplianceDetailsByResourceResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'GetComplianceSummaryByConfigRule' => ['name' => 'GetComplianceSummaryByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetComplianceSummaryByConfigRuleResponse']], 'GetComplianceSummaryByResourceType' => ['name' => 'GetComplianceSummaryByResourceType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceSummaryByResourceTypeRequest'], 'output' => ['shape' => 'GetComplianceSummaryByResourceTypeResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'GetConformancePackComplianceDetails' => ['name' => 'GetConformancePackComplianceDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConformancePackComplianceDetailsRequest'], 'output' => ['shape' => 'GetConformancePackComplianceDetailsResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConformancePackException'], ['shape' => 'NoSuchConfigRuleInConformancePackException'], ['shape' => 'InvalidParameterValueException']]], 'GetConformancePackComplianceSummary' => ['name' => 'GetConformancePackComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConformancePackComplianceSummaryRequest'], 'output' => ['shape' => 'GetConformancePackComplianceSummaryResponse'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'GetDiscoveredResourceCounts' => ['name' => 'GetDiscoveredResourceCounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiscoveredResourceCountsRequest'], 'output' => ['shape' => 'GetDiscoveredResourceCountsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'GetOrganizationConfigRuleDetailedStatus' => ['name' => 'GetOrganizationConfigRuleDetailedStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationConfigRuleDetailedStatusRequest'], 'output' => ['shape' => 'GetOrganizationConfigRuleDetailedStatusResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'GetOrganizationConformancePackDetailedStatus' => ['name' => 'GetOrganizationConformancePackDetailedStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationConformancePackDetailedStatusRequest'], 'output' => ['shape' => 'GetOrganizationConformancePackDetailedStatusResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'GetResourceConfigHistory' => ['name' => 'GetResourceConfigHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourceConfigHistoryRequest'], 'output' => ['shape' => 'GetResourceConfigHistoryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidTimeRangeException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'ResourceNotDiscoveredException']]], 'ListAggregateDiscoveredResources' => ['name' => 'ListAggregateDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAggregateDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListAggregateDiscoveredResourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'ListDiscoveredResources' => ['name' => 'ListDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListDiscoveredResourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'PutAggregationAuthorization' => ['name' => 'PutAggregationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAggregationAuthorizationRequest'], 'output' => ['shape' => 'PutAggregationAuthorizationResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'PutConfigRule' => ['name' => 'PutConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigRuleRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfConfigRulesExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'PutConfigurationAggregator' => ['name' => 'PutConfigurationAggregator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigurationAggregatorRequest'], 'output' => ['shape' => 'PutConfigurationAggregatorResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidRoleException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'NoAvailableOrganizationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException']]], 'PutConfigurationRecorder' => ['name' => 'PutConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigurationRecorderRequest'], 'errors' => [['shape' => 'MaxNumberOfConfigurationRecordersExceededException'], ['shape' => 'InvalidConfigurationRecorderNameException'], ['shape' => 'InvalidRoleException'], ['shape' => 'InvalidRecordingGroupException']]], 'PutConformancePack' => ['name' => 'PutConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConformancePackRequest'], 'output' => ['shape' => 'PutConformancePackResponse'], 'errors' => [['shape' => 'InsufficientPermissionsException'], ['shape' => 'ConformancePackTemplateValidationException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfConformancePacksExceededException']]], 'PutDeliveryChannel' => ['name' => 'PutDeliveryChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDeliveryChannelRequest'], 'errors' => [['shape' => 'MaxNumberOfDeliveryChannelsExceededException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'InvalidDeliveryChannelNameException'], ['shape' => 'NoSuchBucketException'], ['shape' => 'InvalidS3KeyPrefixException'], ['shape' => 'InvalidSNSTopicARNException'], ['shape' => 'InsufficientDeliveryPolicyException']]], 'PutEvaluations' => ['name' => 'PutEvaluations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEvaluationsRequest'], 'output' => ['shape' => 'PutEvaluationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidResultTokenException'], ['shape' => 'NoSuchConfigRuleException']]], 'PutOrganizationConfigRule' => ['name' => 'PutOrganizationConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOrganizationConfigRuleRequest'], 'output' => ['shape' => 'PutOrganizationConfigRuleResponse'], 'errors' => [['shape' => 'MaxNumberOfOrganizationConfigRulesExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ValidationException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'NoAvailableOrganizationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException'], ['shape' => 'InsufficientPermissionsException']]], 'PutOrganizationConformancePack' => ['name' => 'PutOrganizationConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOrganizationConformancePackRequest'], 'output' => ['shape' => 'PutOrganizationConformancePackResponse'], 'errors' => [['shape' => 'MaxNumberOfOrganizationConformancePacksExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ValidationException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'OrganizationConformancePackTemplateValidationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException'], ['shape' => 'NoAvailableOrganizationException']]], 'PutRemediationConfigurations' => ['name' => 'PutRemediationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRemediationConfigurationsRequest'], 'output' => ['shape' => 'PutRemediationConfigurationsResponse'], 'errors' => [['shape' => 'InsufficientPermissionsException'], ['shape' => 'InvalidParameterValueException']]], 'PutRemediationExceptions' => ['name' => 'PutRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRemediationExceptionsRequest'], 'output' => ['shape' => 'PutRemediationExceptionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'PutResourceConfig' => ['name' => 'PutResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourceConfigRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoRunningConfigurationRecorderException'], ['shape' => 'MaxActiveResourcesExceededException']]], 'PutRetentionConfiguration' => ['name' => 'PutRetentionConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRetentionConfigurationRequest'], 'output' => ['shape' => 'PutRetentionConfigurationResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfRetentionConfigurationsExceededException']]], 'SelectAggregateResourceConfig' => ['name' => 'SelectAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SelectAggregateResourceConfigRequest'], 'output' => ['shape' => 'SelectAggregateResourceConfigResponse'], 'errors' => [['shape' => 'InvalidExpressionException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'SelectResourceConfig' => ['name' => 'SelectResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SelectResourceConfigRequest'], 'output' => ['shape' => 'SelectResourceConfigResponse'], 'errors' => [['shape' => 'InvalidExpressionException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'StartConfigRulesEvaluation' => ['name' => 'StartConfigRulesEvaluation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartConfigRulesEvaluationRequest'], 'output' => ['shape' => 'StartConfigRulesEvaluationResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException']]], 'StartConfigurationRecorder' => ['name' => 'StartConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException'], ['shape' => 'NoAvailableDeliveryChannelException']]], 'StartRemediationExecution' => ['name' => 'StartRemediationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartRemediationExecutionRequest'], 'output' => ['shape' => 'StartRemediationExecutionResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoSuchRemediationConfigurationException']]], 'StopConfigurationRecorder' => ['name' => 'StopConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AccountAggregationSource' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountAggregationSourceAccountList'], 'AllAwsRegions' => ['shape' => 'Boolean'], 'AwsRegions' => ['shape' => 'AggregatorRegionList']]], 'AccountAggregationSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'min' => 1], 'AccountAggregationSourceList' => ['type' => 'list', 'member' => ['shape' => 'AccountAggregationSource'], 'max' => 1, 'min' => 0], 'AccountId' => ['type' => 'string', 'pattern' => '\\d{12}'], 'AggregateComplianceByConfigRule' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'Compliance' => ['shape' => 'Compliance'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'AggregateComplianceByConfigRuleList' => ['type' => 'list', 'member' => ['shape' => 'AggregateComplianceByConfigRule']], 'AggregateComplianceCount' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'StringWithCharLimit256'], 'ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'AggregateComplianceCountList' => ['type' => 'list', 'member' => ['shape' => 'AggregateComplianceCount']], 'AggregateEvaluationResult' => ['type' => 'structure', 'members' => ['EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'ResultRecordedTime' => ['shape' => 'Date'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'AggregateEvaluationResultList' => ['type' => 'list', 'member' => ['shape' => 'AggregateEvaluationResult']], 'AggregateResourceIdentifier' => ['type' => 'structure', 'required' => ['SourceAccountId', 'SourceRegion', 'ResourceId', 'ResourceType'], 'members' => ['SourceAccountId' => ['shape' => 'AccountId'], 'SourceRegion' => ['shape' => 'AwsRegion'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']]], 'AggregatedSourceStatus' => ['type' => 'structure', 'members' => ['SourceId' => ['shape' => 'String'], 'SourceType' => ['shape' => 'AggregatedSourceType'], 'AwsRegion' => ['shape' => 'AwsRegion'], 'LastUpdateStatus' => ['shape' => 'AggregatedSourceStatusType'], 'LastUpdateTime' => ['shape' => 'Date'], 'LastErrorCode' => ['shape' => 'String'], 'LastErrorMessage' => ['shape' => 'String']]], 'AggregatedSourceStatusList' => ['type' => 'list', 'member' => ['shape' => 'AggregatedSourceStatus']], 'AggregatedSourceStatusType' => ['type' => 'string', 'enum' => ['FAILED', 'SUCCEEDED', 'OUTDATED']], 'AggregatedSourceStatusTypeList' => ['type' => 'list', 'member' => ['shape' => 'AggregatedSourceStatusType'], 'min' => 1], 'AggregatedSourceType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION']], 'AggregationAuthorization' => ['type' => 'structure', 'members' => ['AggregationAuthorizationArn' => ['shape' => 'String'], 'AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion'], 'CreationTime' => ['shape' => 'Date']]], 'AggregationAuthorizationList' => ['type' => 'list', 'member' => ['shape' => 'AggregationAuthorization']], 'AggregatorRegionList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'min' => 1], 'AllSupported' => ['type' => 'boolean'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'Annotation' => ['type' => 'string', 'max' => 256, 'min' => 0], 'AutoRemediationAttemptSeconds' => ['type' => 'long', 'box' => \true, 'max' => 2678000, 'min' => 1], 'AutoRemediationAttempts' => ['type' => 'integer', 'box' => \true, 'max' => 25, 'min' => 1], 'AvailabilityZone' => ['type' => 'string'], 'AwsRegion' => ['type' => 'string', 'max' => 64, 'min' => 1], 'BaseConfigurationItem' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version'], 'accountId' => ['shape' => 'AccountId'], 'configurationItemCaptureTime' => ['shape' => 'ConfigurationItemCaptureTime'], 'configurationItemStatus' => ['shape' => 'ConfigurationItemStatus'], 'configurationStateId' => ['shape' => 'ConfigurationStateId'], 'arn' => ['shape' => 'ARN'], 'resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'awsRegion' => ['shape' => 'AwsRegion'], 'availabilityZone' => ['shape' => 'AvailabilityZone'], 'resourceCreationTime' => ['shape' => 'ResourceCreationTime'], 'configuration' => ['shape' => 'Configuration'], 'supplementaryConfiguration' => ['shape' => 'SupplementaryConfiguration']]], 'BaseConfigurationItems' => ['type' => 'list', 'member' => ['shape' => 'BaseConfigurationItem']], 'BaseResourceId' => ['type' => 'string', 'max' => 768, 'min' => 1], 'BatchGetAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceIdentifiers'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceIdentifiers' => ['shape' => 'ResourceIdentifiersList']]], 'BatchGetAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['BaseConfigurationItems' => ['shape' => 'BaseConfigurationItems'], 'UnprocessedResourceIdentifiers' => ['shape' => 'UnprocessedResourceIdentifierList']]], 'BatchGetResourceConfigRequest' => ['type' => 'structure', 'required' => ['resourceKeys'], 'members' => ['resourceKeys' => ['shape' => 'ResourceKeys']]], 'BatchGetResourceConfigResponse' => ['type' => 'structure', 'members' => ['baseConfigurationItems' => ['shape' => 'BaseConfigurationItems'], 'unprocessedResourceKeys' => ['shape' => 'ResourceKeys']]], 'Boolean' => ['type' => 'boolean'], 'ChannelName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ChronologicalOrder' => ['type' => 'string', 'enum' => ['Reverse', 'Forward']], 'Compliance' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceType'], 'ComplianceContributorCount' => ['shape' => 'ComplianceContributorCount']]], 'ComplianceByConfigRule' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'Compliance' => ['shape' => 'Compliance']]], 'ComplianceByConfigRules' => ['type' => 'list', 'member' => ['shape' => 'ComplianceByConfigRule']], 'ComplianceByResource' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'Compliance' => ['shape' => 'Compliance']]], 'ComplianceByResources' => ['type' => 'list', 'member' => ['shape' => 'ComplianceByResource']], 'ComplianceContributorCount' => ['type' => 'structure', 'members' => ['CappedCount' => ['shape' => 'Integer'], 'CapExceeded' => ['shape' => 'Boolean']]], 'ComplianceResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 100, 'min' => 0], 'ComplianceSummariesByResourceType' => ['type' => 'list', 'member' => ['shape' => 'ComplianceSummaryByResourceType']], 'ComplianceSummary' => ['type' => 'structure', 'members' => ['CompliantResourceCount' => ['shape' => 'ComplianceContributorCount'], 'NonCompliantResourceCount' => ['shape' => 'ComplianceContributorCount'], 'ComplianceSummaryTimestamp' => ['shape' => 'Date']]], 'ComplianceSummaryByResourceType' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'ComplianceType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA']], 'ComplianceTypes' => ['type' => 'list', 'member' => ['shape' => 'ComplianceType'], 'max' => 3, 'min' => 0], 'ConfigExportDeliveryInfo' => ['type' => 'structure', 'members' => ['lastStatus' => ['shape' => 'DeliveryStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastAttemptTime' => ['shape' => 'Date'], 'lastSuccessfulTime' => ['shape' => 'Date'], 'nextDeliveryTime' => ['shape' => 'Date']]], 'ConfigRule' => ['type' => 'structure', 'required' => ['Source'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ConfigRuleArn' => ['shape' => 'StringWithCharLimit256'], 'ConfigRuleId' => ['shape' => 'StringWithCharLimit64'], 'Description' => ['shape' => 'EmptiableStringWithCharLimit256'], 'Scope' => ['shape' => 'Scope'], 'Source' => ['shape' => 'Source'], 'InputParameters' => ['shape' => 'StringWithCharLimit1024'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ConfigRuleState' => ['shape' => 'ConfigRuleState'], 'CreatedBy' => ['shape' => 'StringWithCharLimit256']]], 'ConfigRuleComplianceFilters' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'ConfigRuleComplianceSummaryFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'ConfigRuleComplianceSummaryGroupKey' => ['type' => 'string', 'enum' => ['ACCOUNT_ID', 'AWS_REGION']], 'ConfigRuleEvaluationStatus' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ConfigRuleArn' => ['shape' => 'String'], 'ConfigRuleId' => ['shape' => 'String'], 'LastSuccessfulInvocationTime' => ['shape' => 'Date'], 'LastFailedInvocationTime' => ['shape' => 'Date'], 'LastSuccessfulEvaluationTime' => ['shape' => 'Date'], 'LastFailedEvaluationTime' => ['shape' => 'Date'], 'FirstActivatedTime' => ['shape' => 'Date'], 'LastDeactivatedTime' => ['shape' => 'Date'], 'LastErrorCode' => ['shape' => 'String'], 'LastErrorMessage' => ['shape' => 'String'], 'FirstEvaluationStarted' => ['shape' => 'Boolean']]], 'ConfigRuleEvaluationStatusList' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleEvaluationStatus']], 'ConfigRuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleName'], 'max' => 25, 'min' => 0], 'ConfigRuleState' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETING', 'DELETING_RESULTS', 'EVALUATING']], 'ConfigRules' => ['type' => 'list', 'member' => ['shape' => 'ConfigRule']], 'ConfigSnapshotDeliveryProperties' => ['type' => 'structure', 'members' => ['deliveryFrequency' => ['shape' => 'MaximumExecutionFrequency']]], 'ConfigStreamDeliveryInfo' => ['type' => 'structure', 'members' => ['lastStatus' => ['shape' => 'DeliveryStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastStatusChangeTime' => ['shape' => 'Date']]], 'Configuration' => ['type' => 'string'], 'ConfigurationAggregator' => ['type' => 'structure', 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ConfigurationAggregatorArn' => ['shape' => 'ConfigurationAggregatorArn'], 'AccountAggregationSources' => ['shape' => 'AccountAggregationSourceList'], 'OrganizationAggregationSource' => ['shape' => 'OrganizationAggregationSource'], 'CreationTime' => ['shape' => 'Date'], 'LastUpdatedTime' => ['shape' => 'Date']]], 'ConfigurationAggregatorArn' => ['type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+'], 'ConfigurationAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationAggregator']], 'ConfigurationAggregatorName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'ConfigurationAggregatorNameList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationAggregatorName'], 'max' => 10, 'min' => 0], 'ConfigurationItem' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version'], 'accountId' => ['shape' => 'AccountId'], 'configurationItemCaptureTime' => ['shape' => 'ConfigurationItemCaptureTime'], 'configurationItemStatus' => ['shape' => 'ConfigurationItemStatus'], 'configurationStateId' => ['shape' => 'ConfigurationStateId'], 'configurationItemMD5Hash' => ['shape' => 'ConfigurationItemMD5Hash'], 'arn' => ['shape' => 'ARN'], 'resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'awsRegion' => ['shape' => 'AwsRegion'], 'availabilityZone' => ['shape' => 'AvailabilityZone'], 'resourceCreationTime' => ['shape' => 'ResourceCreationTime'], 'tags' => ['shape' => 'Tags'], 'relatedEvents' => ['shape' => 'RelatedEventList'], 'relationships' => ['shape' => 'RelationshipList'], 'configuration' => ['shape' => 'Configuration'], 'supplementaryConfiguration' => ['shape' => 'SupplementaryConfiguration']]], 'ConfigurationItemCaptureTime' => ['type' => 'timestamp'], 'ConfigurationItemList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationItem']], 'ConfigurationItemMD5Hash' => ['type' => 'string'], 'ConfigurationItemStatus' => ['type' => 'string', 'enum' => ['OK', 'ResourceDiscovered', 'ResourceNotRecorded', 'ResourceDeleted', 'ResourceDeletedNotRecorded']], 'ConfigurationRecorder' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RecorderName'], 'roleARN' => ['shape' => 'String'], 'recordingGroup' => ['shape' => 'RecordingGroup']]], 'ConfigurationRecorderList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRecorder']], 'ConfigurationRecorderNameList' => ['type' => 'list', 'member' => ['shape' => 'RecorderName']], 'ConfigurationRecorderStatus' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'lastStartTime' => ['shape' => 'Date'], 'lastStopTime' => ['shape' => 'Date'], 'recording' => ['shape' => 'Boolean'], 'lastStatus' => ['shape' => 'RecorderStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastStatusChangeTime' => ['shape' => 'Date']]], 'ConfigurationRecorderStatusList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRecorderStatus']], 'ConfigurationStateId' => ['type' => 'string'], 'ConformancePackArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ConformancePackComplianceFilters' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConformancePackConfigRuleNames'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackComplianceResourceIds' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 5, 'min' => 0], 'ConformancePackComplianceSummary' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackComplianceStatus'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackComplianceStatus' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackComplianceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackComplianceSummary'], 'max' => 5, 'min' => 1], 'ConformancePackComplianceType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'ConformancePackConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit64'], 'max' => 10, 'min' => 0], 'ConformancePackDetail' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackArn', 'ConformancePackId', 'DeliveryS3Bucket'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackArn' => ['shape' => 'ConformancePackArn'], 'ConformancePackId' => ['shape' => 'ConformancePackId'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'LastUpdateRequestedTime' => ['shape' => 'Date'], 'CreatedBy' => ['shape' => 'StringWithCharLimit256']]], 'ConformancePackDetailList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackDetail'], 'max' => 25, 'min' => 0], 'ConformancePackEvaluationFilters' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConformancePackConfigRuleNames'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceIds' => ['shape' => 'ConformancePackComplianceResourceIds']]], 'ConformancePackEvaluationResult' => ['type' => 'structure', 'required' => ['ComplianceType', 'EvaluationResultIdentifier', 'ConfigRuleInvokedTime', 'ResultRecordedTime'], 'members' => ['ComplianceType' => ['shape' => 'ConformancePackComplianceType'], 'EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'ResultRecordedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'Annotation']]], 'ConformancePackId' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ConformancePackInputParameter' => ['type' => 'structure', 'required' => ['ParameterName', 'ParameterValue'], 'members' => ['ParameterName' => ['shape' => 'ParameterName'], 'ParameterValue' => ['shape' => 'ParameterValue']]], 'ConformancePackInputParameters' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackInputParameter'], 'max' => 60, 'min' => 0], 'ConformancePackName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'ConformancePackNamesList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackName'], 'max' => 25, 'min' => 0], 'ConformancePackNamesToSummarizeList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackName'], 'max' => 5, 'min' => 1], 'ConformancePackRuleCompliance' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackRuleComplianceList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackRuleCompliance'], 'max' => 1000, 'min' => 0], 'ConformancePackRuleEvaluationResultsList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackEvaluationResult'], 'max' => 100, 'min' => 0], 'ConformancePackState' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED', 'DELETE_IN_PROGRESS', 'DELETE_FAILED']], 'ConformancePackStatusDetail' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackId', 'ConformancePackArn', 'ConformancePackState', 'StackArn', 'LastUpdateRequestedTime'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackId' => ['shape' => 'ConformancePackId'], 'ConformancePackArn' => ['shape' => 'ConformancePackArn'], 'ConformancePackState' => ['shape' => 'ConformancePackState'], 'StackArn' => ['shape' => 'StackArn'], 'ConformancePackStatusReason' => ['shape' => 'ConformancePackStatusReason'], 'LastUpdateRequestedTime' => ['shape' => 'Date'], 'LastUpdateCompletedTime' => ['shape' => 'Date']]], 'ConformancePackStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackStatusDetail'], 'max' => 25, 'min' => 0], 'ConformancePackStatusReason' => ['type' => 'string', 'max' => 2000, 'min' => 0], 'ConformancePackTemplateValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CosmosPageLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Date' => ['type' => 'timestamp'], 'DeleteAggregationAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizedAccountId', 'AuthorizedAwsRegion'], 'members' => ['AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion']]], 'DeleteConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName']]], 'DeleteConfigurationAggregatorRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName']]], 'DeleteConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'DeleteConformancePackRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName']]], 'DeleteDeliveryChannelRequest' => ['type' => 'structure', 'required' => ['DeliveryChannelName'], 'members' => ['DeliveryChannelName' => ['shape' => 'ChannelName']]], 'DeleteEvaluationResultsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64']]], 'DeleteEvaluationResultsResponse' => ['type' => 'structure', 'members' => []], 'DeleteOrganizationConfigRuleRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName']]], 'DeleteOrganizationConformancePackRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName']]], 'DeletePendingAggregationRequestRequest' => ['type' => 'structure', 'required' => ['RequesterAccountId', 'RequesterAwsRegion'], 'members' => ['RequesterAccountId' => ['shape' => 'AccountId'], 'RequesterAwsRegion' => ['shape' => 'AwsRegion']]], 'DeleteRemediationConfigurationRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'String']]], 'DeleteRemediationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys']]], 'DeleteRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedDeleteRemediationExceptionsBatches']]], 'DeleteResourceConfigRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeString'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DeleteRetentionConfigurationRequest' => ['type' => 'structure', 'required' => ['RetentionConfigurationName'], 'members' => ['RetentionConfigurationName' => ['shape' => 'RetentionConfigurationName']]], 'DeliverConfigSnapshotRequest' => ['type' => 'structure', 'required' => ['deliveryChannelName'], 'members' => ['deliveryChannelName' => ['shape' => 'ChannelName']]], 'DeliverConfigSnapshotResponse' => ['type' => 'structure', 'members' => ['configSnapshotId' => ['shape' => 'String']]], 'DeliveryChannel' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ChannelName'], 's3BucketName' => ['shape' => 'String'], 's3KeyPrefix' => ['shape' => 'String'], 'snsTopicARN' => ['shape' => 'String'], 'configSnapshotDeliveryProperties' => ['shape' => 'ConfigSnapshotDeliveryProperties']]], 'DeliveryChannelList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryChannel']], 'DeliveryChannelNameList' => ['type' => 'list', 'member' => ['shape' => 'ChannelName']], 'DeliveryChannelStatus' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'configSnapshotDeliveryInfo' => ['shape' => 'ConfigExportDeliveryInfo'], 'configHistoryDeliveryInfo' => ['shape' => 'ConfigExportDeliveryInfo'], 'configStreamDeliveryInfo' => ['shape' => 'ConfigStreamDeliveryInfo']]], 'DeliveryChannelStatusList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryChannelStatus']], 'DeliveryS3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3], 'DeliveryS3KeyPrefix' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DeliveryStatus' => ['type' => 'string', 'enum' => ['Success', 'Failure', 'Not_Applicable']], 'DescribeAggregateComplianceByConfigRulesRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ConfigRuleComplianceFilters'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAggregateComplianceByConfigRulesResponse' => ['type' => 'structure', 'members' => ['AggregateComplianceByConfigRules' => ['shape' => 'AggregateComplianceByConfigRuleList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAggregationAuthorizationsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeAggregationAuthorizationsResponse' => ['type' => 'structure', 'members' => ['AggregationAuthorizations' => ['shape' => 'AggregationAuthorizationList'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByConfigRuleRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByConfigRuleResponse' => ['type' => 'structure', 'members' => ['ComplianceByConfigRules' => ['shape' => 'ComplianceByConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByResourceRequest' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeComplianceByResourceResponse' => ['type' => 'structure', 'members' => ['ComplianceByResources' => ['shape' => 'ComplianceByResources'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConfigRuleEvaluationStatusRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'RuleLimit']]], 'DescribeConfigRuleEvaluationStatusResponse' => ['type' => 'structure', 'members' => ['ConfigRulesEvaluationStatus' => ['shape' => 'ConfigRuleEvaluationStatusList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigRulesRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigRulesResponse' => ['type' => 'structure', 'members' => ['ConfigRules' => ['shape' => 'ConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationAggregatorSourcesStatusRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'UpdateStatus' => ['shape' => 'AggregatedSourceStatusTypeList'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Limit']]], 'DescribeConfigurationAggregatorSourcesStatusResponse' => ['type' => 'structure', 'members' => ['AggregatedSourceStatusList' => ['shape' => 'AggregatedSourceStatusList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationAggregatorsRequest' => ['type' => 'structure', 'members' => ['ConfigurationAggregatorNames' => ['shape' => 'ConfigurationAggregatorNameList'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Limit']]], 'DescribeConfigurationAggregatorsResponse' => ['type' => 'structure', 'members' => ['ConfigurationAggregators' => ['shape' => 'ConfigurationAggregatorList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationRecorderStatusRequest' => ['type' => 'structure', 'members' => ['ConfigurationRecorderNames' => ['shape' => 'ConfigurationRecorderNameList']]], 'DescribeConfigurationRecorderStatusResponse' => ['type' => 'structure', 'members' => ['ConfigurationRecordersStatus' => ['shape' => 'ConfigurationRecorderStatusList']]], 'DescribeConfigurationRecordersRequest' => ['type' => 'structure', 'members' => ['ConfigurationRecorderNames' => ['shape' => 'ConfigurationRecorderNameList']]], 'DescribeConfigurationRecordersResponse' => ['type' => 'structure', 'members' => ['ConfigurationRecorders' => ['shape' => 'ConfigurationRecorderList']]], 'DescribeConformancePackComplianceLimit' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'DescribeConformancePackComplianceRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'Filters' => ['shape' => 'ConformancePackComplianceFilters'], 'Limit' => ['shape' => 'DescribeConformancePackComplianceLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackComplianceResponse' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackRuleComplianceList'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackRuleComplianceList' => ['shape' => 'ConformancePackRuleComplianceList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackStatusRequest' => ['type' => 'structure', 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackStatusResponse' => ['type' => 'structure', 'members' => ['ConformancePackStatusDetails' => ['shape' => 'ConformancePackStatusDetailsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePacksRequest' => ['type' => 'structure', 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePacksResponse' => ['type' => 'structure', 'members' => ['ConformancePackDetails' => ['shape' => 'ConformancePackDetailList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDeliveryChannelStatusRequest' => ['type' => 'structure', 'members' => ['DeliveryChannelNames' => ['shape' => 'DeliveryChannelNameList']]], 'DescribeDeliveryChannelStatusResponse' => ['type' => 'structure', 'members' => ['DeliveryChannelsStatus' => ['shape' => 'DeliveryChannelStatusList']]], 'DescribeDeliveryChannelsRequest' => ['type' => 'structure', 'members' => ['DeliveryChannelNames' => ['shape' => 'DeliveryChannelNameList']]], 'DescribeDeliveryChannelsResponse' => ['type' => 'structure', 'members' => ['DeliveryChannels' => ['shape' => 'DeliveryChannelList']]], 'DescribeOrganizationConfigRuleStatusesRequest' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleNames' => ['shape' => 'OrganizationConfigRuleNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRuleStatusesResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleStatuses' => ['shape' => 'OrganizationConfigRuleStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRulesRequest' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleNames' => ['shape' => 'OrganizationConfigRuleNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRulesResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRules' => ['shape' => 'OrganizationConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePackStatusesRequest' => ['type' => 'structure', 'members' => ['OrganizationConformancePackNames' => ['shape' => 'OrganizationConformancePackNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePackStatusesResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackStatuses' => ['shape' => 'OrganizationConformancePackStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePacksRequest' => ['type' => 'structure', 'members' => ['OrganizationConformancePackNames' => ['shape' => 'OrganizationConformancePackNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePacksResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePacks' => ['shape' => 'OrganizationConformancePacks'], 'NextToken' => ['shape' => 'String']]], 'DescribePendingAggregationRequestsLimit' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'DescribePendingAggregationRequestsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'DescribePendingAggregationRequestsLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribePendingAggregationRequestsResponse' => ['type' => 'structure', 'members' => ['PendingAggregationRequests' => ['shape' => 'PendingAggregationRequestList'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationConfigurationsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleNames'], 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames']]], 'DescribeRemediationConfigurationsResponse' => ['type' => 'structure', 'members' => ['RemediationConfigurations' => ['shape' => 'RemediationConfigurations']]], 'DescribeRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['RemediationExceptions' => ['shape' => 'RemediationExceptions'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExecutionStatusRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'ResourceKeys'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExecutionStatusResponse' => ['type' => 'structure', 'members' => ['RemediationExecutionStatuses' => ['shape' => 'RemediationExecutionStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeRetentionConfigurationsRequest' => ['type' => 'structure', 'members' => ['RetentionConfigurationNames' => ['shape' => 'RetentionConfigurationNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeRetentionConfigurationsResponse' => ['type' => 'structure', 'members' => ['RetentionConfigurations' => ['shape' => 'RetentionConfigurationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DiscoveredResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier']], 'EarlierTime' => ['type' => 'timestamp'], 'EmptiableStringWithCharLimit256' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Evaluation' => ['type' => 'structure', 'required' => ['ComplianceResourceType', 'ComplianceResourceId', 'ComplianceType', 'OrderingTimestamp'], 'members' => ['ComplianceResourceType' => ['shape' => 'StringWithCharLimit256'], 'ComplianceResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'OrderingTimestamp' => ['shape' => 'OrderingTimestamp']]], 'EvaluationResult' => ['type' => 'structure', 'members' => ['EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'ResultRecordedTime' => ['shape' => 'Date'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'ResultToken' => ['shape' => 'String']]], 'EvaluationResultIdentifier' => ['type' => 'structure', 'members' => ['EvaluationResultQualifier' => ['shape' => 'EvaluationResultQualifier'], 'OrderingTimestamp' => ['shape' => 'Date']]], 'EvaluationResultQualifier' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId']]], 'EvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'Evaluations' => ['type' => 'list', 'member' => ['shape' => 'Evaluation'], 'max' => 100, 'min' => 0], 'EventSource' => ['type' => 'string', 'enum' => ['aws.config']], 'ExcludedAccounts' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 1000, 'min' => 0], 'ExecutionControls' => ['type' => 'structure', 'members' => ['SsmControls' => ['shape' => 'SsmControls']]], 'Expression' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'FailedDeleteRemediationExceptionsBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationExceptionResourceKeys']]], 'FailedDeleteRemediationExceptionsBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedDeleteRemediationExceptionsBatch']], 'FailedRemediationBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationConfigurations']]], 'FailedRemediationBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedRemediationBatch']], 'FailedRemediationExceptionBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationExceptions']]], 'FailedRemediationExceptionBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedRemediationExceptionBatch']], 'FieldInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FieldName']]], 'FieldInfoList' => ['type' => 'list', 'member' => ['shape' => 'FieldInfo']], 'FieldName' => ['type' => 'string'], 'GetAggregateComplianceDetailsByConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ConfigRuleName', 'AccountId', 'AwsRegion'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateComplianceDetailsByConfigRuleResponse' => ['type' => 'structure', 'members' => ['AggregateEvaluationResults' => ['shape' => 'AggregateEvaluationResultList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateConfigRuleComplianceSummaryRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ConfigRuleComplianceSummaryFilters'], 'GroupByKey' => ['shape' => 'ConfigRuleComplianceSummaryGroupKey'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateConfigRuleComplianceSummaryResponse' => ['type' => 'structure', 'members' => ['GroupByKey' => ['shape' => 'StringWithCharLimit256'], 'AggregateComplianceCounts' => ['shape' => 'AggregateComplianceCountList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateDiscoveredResourceCountsRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ResourceCountFilters'], 'GroupByKey' => ['shape' => 'ResourceCountGroupKey'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateDiscoveredResourceCountsResponse' => ['type' => 'structure', 'required' => ['TotalDiscoveredResources'], 'members' => ['TotalDiscoveredResources' => ['shape' => 'Long'], 'GroupByKey' => ['shape' => 'StringWithCharLimit256'], 'GroupedResourceCounts' => ['shape' => 'GroupedResourceCountList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceIdentifier'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceIdentifier' => ['shape' => 'AggregateResourceIdentifier']]], 'GetAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['ConfigurationItem' => ['shape' => 'ConfigurationItem']]], 'GetComplianceDetailsByConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetComplianceDetailsByConfigRuleResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetComplianceDetailsByResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'NextToken' => ['shape' => 'String']]], 'GetComplianceDetailsByResourceResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResults'], 'NextToken' => ['shape' => 'String']]], 'GetComplianceSummaryByConfigRuleResponse' => ['type' => 'structure', 'members' => ['ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'GetComplianceSummaryByResourceTypeRequest' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'ResourceTypes']]], 'GetComplianceSummaryByResourceTypeResponse' => ['type' => 'structure', 'members' => ['ComplianceSummariesByResourceType' => ['shape' => 'ComplianceSummariesByResourceType']]], 'GetConformancePackComplianceDetailsLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'GetConformancePackComplianceDetailsRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'Filters' => ['shape' => 'ConformancePackEvaluationFilters'], 'Limit' => ['shape' => 'GetConformancePackComplianceDetailsLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceDetailsResponse' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackRuleEvaluationResults' => ['shape' => 'ConformancePackRuleEvaluationResultsList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceSummaryRequest' => ['type' => 'structure', 'required' => ['ConformancePackNames'], 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesToSummarizeList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceSummaryResponse' => ['type' => 'structure', 'members' => ['ConformancePackComplianceSummaryList' => ['shape' => 'ConformancePackComplianceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDiscoveredResourceCountsRequest' => ['type' => 'structure', 'members' => ['resourceTypes' => ['shape' => 'ResourceTypes'], 'limit' => ['shape' => 'Limit'], 'nextToken' => ['shape' => 'NextToken']]], 'GetDiscoveredResourceCountsResponse' => ['type' => 'structure', 'members' => ['totalDiscoveredResources' => ['shape' => 'Long'], 'resourceCounts' => ['shape' => 'ResourceCounts'], 'nextToken' => ['shape' => 'NextToken']]], 'GetOrganizationConfigRuleDetailedStatusRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'Filters' => ['shape' => 'StatusDetailFilters'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConfigRuleDetailedStatusResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleDetailedStatus' => ['shape' => 'OrganizationConfigRuleDetailedStatus'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConformancePackDetailedStatusRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'Filters' => ['shape' => 'OrganizationResourceDetailedStatusFilters'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConformancePackDetailedStatusResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackDetailedStatuses' => ['shape' => 'OrganizationConformancePackDetailedStatuses'], 'NextToken' => ['shape' => 'String']]], 'GetResourceConfigHistoryRequest' => ['type' => 'structure', 'required' => ['resourceType', 'resourceId'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'laterTime' => ['shape' => 'LaterTime'], 'earlierTime' => ['shape' => 'EarlierTime'], 'chronologicalOrder' => ['shape' => 'ChronologicalOrder'], 'limit' => ['shape' => 'Limit'], 'nextToken' => ['shape' => 'NextToken']]], 'GetResourceConfigHistoryResponse' => ['type' => 'structure', 'members' => ['configurationItems' => ['shape' => 'ConfigurationItemList'], 'nextToken' => ['shape' => 'NextToken']]], 'GroupByAPILimit' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'GroupedResourceCount' => ['type' => 'structure', 'required' => ['GroupName', 'ResourceCount'], 'members' => ['GroupName' => ['shape' => 'StringWithCharLimit256'], 'ResourceCount' => ['shape' => 'Long']]], 'GroupedResourceCountList' => ['type' => 'list', 'member' => ['shape' => 'GroupedResourceCount']], 'IncludeGlobalResourceTypes' => ['type' => 'boolean'], 'InsufficientDeliveryPolicyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InsufficientPermissionsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidConfigurationRecorderNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeliveryChannelNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidExpressionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLimitException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRecordingGroupException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResultTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRoleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidS3KeyPrefixException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSNSTopicARNException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTimeRangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LastDeliveryChannelDeleteFailedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LaterTime' => ['type' => 'timestamp'], 'Limit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListAggregateDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceType'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceType' => ['shape' => 'ResourceType'], 'Filters' => ['shape' => 'ResourceFilters'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAggregateDiscoveredResourcesResponse' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'DiscoveredResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['resourceType'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIds' => ['shape' => 'ResourceIdList'], 'resourceName' => ['shape' => 'ResourceName'], 'limit' => ['shape' => 'Limit'], 'includeDeletedResources' => ['shape' => 'Boolean'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDiscoveredResourcesResponse' => ['type' => 'structure', 'members' => ['resourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'Long' => ['type' => 'long'], 'MaxActiveResourcesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConfigRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConfigurationRecordersExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConformancePacksExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfDeliveryChannelsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfOrganizationConfigRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfOrganizationConformancePacksExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfRetentionConfigurationsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumExecutionFrequency' => ['type' => 'string', 'enum' => ['One_Hour', 'Three_Hours', 'Six_Hours', 'Twelve_Hours', 'TwentyFour_Hours']], 'MemberAccountRuleStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'MemberAccountStatus' => ['type' => 'structure', 'required' => ['AccountId', 'ConfigRuleName', 'MemberAccountRuleStatus'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'MemberAccountRuleStatus' => ['shape' => 'MemberAccountRuleStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'MessageType' => ['type' => 'string', 'enum' => ['ConfigurationItemChangeNotification', 'ConfigurationSnapshotDeliveryCompleted', 'ScheduledNotification', 'OversizedConfigurationItemChangeNotification']], 'Name' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'NoAvailableConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoAvailableDeliveryChannelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoAvailableOrganizationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoRunningConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchBucketException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigRuleInConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigurationAggregatorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchDeliveryChannelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchOrganizationConfigRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchOrganizationConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRemediationConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRemediationExceptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRetentionConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrderingTimestamp' => ['type' => 'timestamp'], 'OrganizationAccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationAggregationSource' => ['type' => 'structure', 'required' => ['RoleArn'], 'members' => ['RoleArn' => ['shape' => 'String'], 'AwsRegions' => ['shape' => 'AggregatorRegionList'], 'AllAwsRegions' => ['shape' => 'Boolean']]], 'OrganizationAllFeaturesNotEnabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationConfigRule' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName', 'OrganizationConfigRuleArn'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationConfigRuleArn' => ['shape' => 'StringWithCharLimit256'], 'OrganizationManagedRuleMetadata' => ['shape' => 'OrganizationManagedRuleMetadata'], 'OrganizationCustomRuleMetadata' => ['shape' => 'OrganizationCustomRuleMetadata'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConfigRuleDetailedStatus' => ['type' => 'list', 'member' => ['shape' => 'MemberAccountStatus']], 'OrganizationConfigRuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'OrganizationConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit64'], 'max' => 25, 'min' => 0], 'OrganizationConfigRuleStatus' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName', 'OrganizationRuleStatus'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationRuleStatus' => ['shape' => 'OrganizationRuleStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConfigRuleStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRuleStatus']], 'OrganizationConfigRuleTriggerType' => ['type' => 'string', 'enum' => ['ConfigurationItemChangeNotification', 'OversizedConfigurationItemChangeNotification', 'ScheduledNotification']], 'OrganizationConfigRuleTriggerTypes' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRuleTriggerType']], 'OrganizationConfigRules' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRule']], 'OrganizationConformancePack' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'OrganizationConformancePackArn', 'DeliveryS3Bucket', 'LastUpdateTime'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'OrganizationConformancePackArn' => ['shape' => 'StringWithCharLimit256'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackDetailedStatus' => ['type' => 'structure', 'required' => ['AccountId', 'ConformancePackName', 'Status'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ConformancePackName' => ['shape' => 'StringWithCharLimit256'], 'Status' => ['shape' => 'OrganizationResourceDetailedStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackDetailedStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackDetailedStatus']], 'OrganizationConformancePackName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'OrganizationConformancePackNames' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackName'], 'max' => 25, 'min' => 0], 'OrganizationConformancePackStatus' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'Status'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'Status' => ['shape' => 'OrganizationResourceStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackStatus']], 'OrganizationConformancePackTemplateValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationConformancePacks' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePack']], 'OrganizationCustomRuleMetadata' => ['type' => 'structure', 'required' => ['LambdaFunctionArn', 'OrganizationConfigRuleTriggerTypes'], 'members' => ['Description' => ['shape' => 'StringWithCharLimit256Min0'], 'LambdaFunctionArn' => ['shape' => 'StringWithCharLimit256'], 'OrganizationConfigRuleTriggerTypes' => ['shape' => 'OrganizationConfigRuleTriggerTypes'], 'InputParameters' => ['shape' => 'StringWithCharLimit2048'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ResourceTypesScope' => ['shape' => 'ResourceTypesScope'], 'ResourceIdScope' => ['shape' => 'StringWithCharLimit768'], 'TagKeyScope' => ['shape' => 'StringWithCharLimit128'], 'TagValueScope' => ['shape' => 'StringWithCharLimit256']]], 'OrganizationManagedRuleMetadata' => ['type' => 'structure', 'required' => ['RuleIdentifier'], 'members' => ['Description' => ['shape' => 'StringWithCharLimit256Min0'], 'RuleIdentifier' => ['shape' => 'StringWithCharLimit256'], 'InputParameters' => ['shape' => 'StringWithCharLimit2048'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ResourceTypesScope' => ['shape' => 'ResourceTypesScope'], 'ResourceIdScope' => ['shape' => 'StringWithCharLimit768'], 'TagKeyScope' => ['shape' => 'StringWithCharLimit128'], 'TagValueScope' => ['shape' => 'StringWithCharLimit256']]], 'OrganizationResourceDetailedStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OrganizationResourceDetailedStatusFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Status' => ['shape' => 'OrganizationResourceDetailedStatus']]], 'OrganizationResourceStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OrganizationRuleStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OversizedConfigurationItemException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Owner' => ['type' => 'string', 'enum' => ['CUSTOM_LAMBDA', 'AWS']], 'PageSizeLimit' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'ParameterName' => ['type' => 'string', 'max' => 255, 'min' => 0], 'ParameterValue' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'PendingAggregationRequest' => ['type' => 'structure', 'members' => ['RequesterAccountId' => ['shape' => 'AccountId'], 'RequesterAwsRegion' => ['shape' => 'AwsRegion']]], 'PendingAggregationRequestList' => ['type' => 'list', 'member' => ['shape' => 'PendingAggregationRequest']], 'Percentage' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'PutAggregationAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizedAccountId', 'AuthorizedAwsRegion'], 'members' => ['AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion'], 'Tags' => ['shape' => 'TagsList']]], 'PutAggregationAuthorizationResponse' => ['type' => 'structure', 'members' => ['AggregationAuthorization' => ['shape' => 'AggregationAuthorization']]], 'PutConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRule'], 'members' => ['ConfigRule' => ['shape' => 'ConfigRule'], 'Tags' => ['shape' => 'TagsList']]], 'PutConfigurationAggregatorRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'AccountAggregationSources' => ['shape' => 'AccountAggregationSourceList'], 'OrganizationAggregationSource' => ['shape' => 'OrganizationAggregationSource'], 'Tags' => ['shape' => 'TagsList']]], 'PutConfigurationAggregatorResponse' => ['type' => 'structure', 'members' => ['ConfigurationAggregator' => ['shape' => 'ConfigurationAggregator']]], 'PutConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorder'], 'members' => ['ConfigurationRecorder' => ['shape' => 'ConfigurationRecorder']]], 'PutConformancePackRequest' => ['type' => 'structure', 'required' => ['ConformancePackName', 'DeliveryS3Bucket'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'TemplateS3Uri' => ['shape' => 'TemplateS3Uri'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters']]], 'PutConformancePackResponse' => ['type' => 'structure', 'members' => ['ConformancePackArn' => ['shape' => 'ConformancePackArn']]], 'PutDeliveryChannelRequest' => ['type' => 'structure', 'required' => ['DeliveryChannel'], 'members' => ['DeliveryChannel' => ['shape' => 'DeliveryChannel']]], 'PutEvaluationsRequest' => ['type' => 'structure', 'required' => ['ResultToken'], 'members' => ['Evaluations' => ['shape' => 'Evaluations'], 'ResultToken' => ['shape' => 'String'], 'TestMode' => ['shape' => 'Boolean']]], 'PutEvaluationsResponse' => ['type' => 'structure', 'members' => ['FailedEvaluations' => ['shape' => 'Evaluations']]], 'PutOrganizationConfigRuleRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationManagedRuleMetadata' => ['shape' => 'OrganizationManagedRuleMetadata'], 'OrganizationCustomRuleMetadata' => ['shape' => 'OrganizationCustomRuleMetadata'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts']]], 'PutOrganizationConfigRuleResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleArn' => ['shape' => 'StringWithCharLimit256']]], 'PutOrganizationConformancePackRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'DeliveryS3Bucket'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'TemplateS3Uri' => ['shape' => 'TemplateS3Uri'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts']]], 'PutOrganizationConformancePackResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackArn' => ['shape' => 'StringWithCharLimit256']]], 'PutRemediationConfigurationsRequest' => ['type' => 'structure', 'required' => ['RemediationConfigurations'], 'members' => ['RemediationConfigurations' => ['shape' => 'RemediationConfigurations']]], 'PutRemediationConfigurationsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedRemediationBatches']]], 'PutRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys'], 'Message' => ['shape' => 'StringWithCharLimit1024'], 'ExpirationTime' => ['shape' => 'Date']]], 'PutRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedRemediationExceptionBatches']]], 'PutResourceConfigRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'SchemaVersionId', 'ResourceId', 'Configuration'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeString'], 'SchemaVersionId' => ['shape' => 'SchemaVersionId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceName' => ['shape' => 'ResourceName'], 'Configuration' => ['shape' => 'Configuration'], 'Tags' => ['shape' => 'Tags']]], 'PutRetentionConfigurationRequest' => ['type' => 'structure', 'required' => ['RetentionPeriodInDays'], 'members' => ['RetentionPeriodInDays' => ['shape' => 'RetentionPeriodInDays']]], 'PutRetentionConfigurationResponse' => ['type' => 'structure', 'members' => ['RetentionConfiguration' => ['shape' => 'RetentionConfiguration']]], 'QueryInfo' => ['type' => 'structure', 'members' => ['SelectFields' => ['shape' => 'FieldInfoList']]], 'RecorderName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RecorderStatus' => ['type' => 'string', 'enum' => ['Pending', 'Success', 'Failure']], 'RecordingGroup' => ['type' => 'structure', 'members' => ['allSupported' => ['shape' => 'AllSupported'], 'includeGlobalResourceTypes' => ['shape' => 'IncludeGlobalResourceTypes'], 'resourceTypes' => ['shape' => 'ResourceTypeList']]], 'ReevaluateConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleName'], 'max' => 25, 'min' => 1], 'RelatedEvent' => ['type' => 'string'], 'RelatedEventList' => ['type' => 'list', 'member' => ['shape' => 'RelatedEvent']], 'Relationship' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'relationshipName' => ['shape' => 'RelationshipName']]], 'RelationshipList' => ['type' => 'list', 'member' => ['shape' => 'Relationship']], 'RelationshipName' => ['type' => 'string'], 'RemediationConfiguration' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'TargetType', 'TargetId'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'TargetType' => ['shape' => 'RemediationTargetType'], 'TargetId' => ['shape' => 'StringWithCharLimit256'], 'TargetVersion' => ['shape' => 'String'], 'Parameters' => ['shape' => 'RemediationParameters'], 'ResourceType' => ['shape' => 'String'], 'Automatic' => ['shape' => 'Boolean'], 'ExecutionControls' => ['shape' => 'ExecutionControls'], 'MaximumAutomaticAttempts' => ['shape' => 'AutoRemediationAttempts'], 'RetryAttemptSeconds' => ['shape' => 'AutoRemediationAttemptSeconds'], 'Arn' => ['shape' => 'StringWithCharLimit1024'], 'CreatedByService' => ['shape' => 'StringWithCharLimit1024']]], 'RemediationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'RemediationConfiguration'], 'max' => 25, 'min' => 0], 'RemediationException' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceType', 'ResourceId'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'StringWithCharLimit1024'], 'Message' => ['shape' => 'StringWithCharLimit1024'], 'ExpirationTime' => ['shape' => 'Date']]], 'RemediationExceptionResourceKey' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'StringWithCharLimit1024']]], 'RemediationExceptionResourceKeys' => ['type' => 'list', 'member' => ['shape' => 'RemediationExceptionResourceKey'], 'max' => 100, 'min' => 1], 'RemediationExceptions' => ['type' => 'list', 'member' => ['shape' => 'RemediationException'], 'max' => 25, 'min' => 0], 'RemediationExecutionState' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'RemediationExecutionStatus' => ['type' => 'structure', 'members' => ['ResourceKey' => ['shape' => 'ResourceKey'], 'State' => ['shape' => 'RemediationExecutionState'], 'StepDetails' => ['shape' => 'RemediationExecutionSteps'], 'InvocationTime' => ['shape' => 'Date'], 'LastUpdatedTime' => ['shape' => 'Date']]], 'RemediationExecutionStatuses' => ['type' => 'list', 'member' => ['shape' => 'RemediationExecutionStatus']], 'RemediationExecutionStep' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'State' => ['shape' => 'RemediationExecutionStepState'], 'ErrorMessage' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Date'], 'StopTime' => ['shape' => 'Date']]], 'RemediationExecutionStepState' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'PENDING', 'FAILED']], 'RemediationExecutionSteps' => ['type' => 'list', 'member' => ['shape' => 'RemediationExecutionStep']], 'RemediationInProgressException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RemediationParameterValue' => ['type' => 'structure', 'members' => ['ResourceValue' => ['shape' => 'ResourceValue'], 'StaticValue' => ['shape' => 'StaticValue']]], 'RemediationParameters' => ['type' => 'map', 'key' => ['shape' => 'StringWithCharLimit256'], 'value' => ['shape' => 'RemediationParameterValue'], 'max' => 25, 'min' => 0], 'RemediationTargetType' => ['type' => 'string', 'enum' => ['SSM_DOCUMENT']], 'ResourceCount' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'count' => ['shape' => 'Long']]], 'ResourceCountFilters' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'AccountId' => ['shape' => 'AccountId'], 'Region' => ['shape' => 'AwsRegion']]], 'ResourceCountGroupKey' => ['type' => 'string', 'enum' => ['RESOURCE_TYPE', 'ACCOUNT_ID', 'AWS_REGION']], 'ResourceCounts' => ['type' => 'list', 'member' => ['shape' => 'ResourceCount']], 'ResourceCreationTime' => ['type' => 'timestamp'], 'ResourceDeletionTime' => ['type' => 'timestamp'], 'ResourceFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceName' => ['shape' => 'ResourceName'], 'Region' => ['shape' => 'AwsRegion']]], 'ResourceId' => ['type' => 'string', 'max' => 768, 'min' => 1], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId']], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'resourceDeletionTime' => ['shape' => 'ResourceDeletionTime']]], 'ResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifier']], 'ResourceIdentifiersList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier'], 'max' => 100, 'min' => 1], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceKey' => ['type' => 'structure', 'required' => ['resourceType', 'resourceId'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId']]], 'ResourceKeys' => ['type' => 'list', 'member' => ['shape' => 'ResourceKey'], 'max' => 100, 'min' => 1], 'ResourceName' => ['type' => 'string'], 'ResourceNotDiscoveredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['AWS::EC2::CustomerGateway', 'AWS::EC2::EIP', 'AWS::EC2::Host', 'AWS::EC2::Instance', 'AWS::EC2::InternetGateway', 'AWS::EC2::NetworkAcl', 'AWS::EC2::NetworkInterface', 'AWS::EC2::RouteTable', 'AWS::EC2::SecurityGroup', 'AWS::EC2::Subnet', 'AWS::CloudTrail::Trail', 'AWS::EC2::Volume', 'AWS::EC2::VPC', 'AWS::EC2::VPNConnection', 'AWS::EC2::VPNGateway', 'AWS::EC2::RegisteredHAInstance', 'AWS::EC2::NatGateway', 'AWS::EC2::EgressOnlyInternetGateway', 'AWS::EC2::VPCEndpoint', 'AWS::EC2::VPCEndpointService', 'AWS::EC2::FlowLog', 'AWS::EC2::VPCPeeringConnection', 'AWS::Elasticsearch::Domain', 'AWS::IAM::Group', 'AWS::IAM::Policy', 'AWS::IAM::Role', 'AWS::IAM::User', 'AWS::ElasticLoadBalancingV2::LoadBalancer', 'AWS::ACM::Certificate', 'AWS::RDS::DBInstance', 'AWS::RDS::DBSubnetGroup', 'AWS::RDS::DBSecurityGroup', 'AWS::RDS::DBSnapshot', 'AWS::RDS::DBCluster', 'AWS::RDS::DBClusterSnapshot', 'AWS::RDS::EventSubscription', 'AWS::S3::Bucket', 'AWS::S3::AccountPublicAccessBlock', 'AWS::Redshift::Cluster', 'AWS::Redshift::ClusterSnapshot', 'AWS::Redshift::ClusterParameterGroup', 'AWS::Redshift::ClusterSecurityGroup', 'AWS::Redshift::ClusterSubnetGroup', 'AWS::Redshift::EventSubscription', 'AWS::SSM::ManagedInstanceInventory', 'AWS::CloudWatch::Alarm', 'AWS::CloudFormation::Stack', 'AWS::ElasticLoadBalancing::LoadBalancer', 'AWS::AutoScaling::AutoScalingGroup', 'AWS::AutoScaling::LaunchConfiguration', 'AWS::AutoScaling::ScalingPolicy', 'AWS::AutoScaling::ScheduledAction', 'AWS::DynamoDB::Table', 'AWS::CodeBuild::Project', 'AWS::WAF::RateBasedRule', 'AWS::WAF::Rule', 'AWS::WAF::RuleGroup', 'AWS::WAF::WebACL', 'AWS::WAFRegional::RateBasedRule', 'AWS::WAFRegional::Rule', 'AWS::WAFRegional::RuleGroup', 'AWS::WAFRegional::WebACL', 'AWS::CloudFront::Distribution', 'AWS::CloudFront::StreamingDistribution', 'AWS::Lambda::Function', 'AWS::ElasticBeanstalk::Application', 'AWS::ElasticBeanstalk::ApplicationVersion', 'AWS::ElasticBeanstalk::Environment', 'AWS::WAFv2::WebACL', 'AWS::WAFv2::RuleGroup', 'AWS::WAFv2::IPSet', 'AWS::WAFv2::RegexPatternSet', 'AWS::WAFv2::ManagedRuleSet', 'AWS::XRay::EncryptionConfig', 'AWS::SSM::AssociationCompliance', 'AWS::SSM::PatchCompliance', 'AWS::Shield::Protection', 'AWS::ShieldRegional::Protection', 'AWS::Config::ResourceCompliance', 'AWS::ApiGateway::Stage', 'AWS::ApiGateway::RestApi', 'AWS::ApiGatewayV2::Stage', 'AWS::ApiGatewayV2::Api', 'AWS::CodePipeline::Pipeline', 'AWS::ServiceCatalog::CloudFormationProvisionedProduct', 'AWS::ServiceCatalog::CloudFormationProduct', 'AWS::ServiceCatalog::Portfolio', 'AWS::SQS::Queue', 'AWS::KMS::Key', 'AWS::QLDB::Ledger']], 'ResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'ResourceTypeString' => ['type' => 'string', 'max' => 196, 'min' => 1], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 20, 'min' => 0], 'ResourceTypesScope' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 100, 'min' => 0], 'ResourceValue' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'ResourceValueType']]], 'ResourceValueType' => ['type' => 'string', 'enum' => ['RESOURCE_ID']], 'Results' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RetentionConfiguration' => ['type' => 'structure', 'required' => ['Name', 'RetentionPeriodInDays'], 'members' => ['Name' => ['shape' => 'RetentionConfigurationName'], 'RetentionPeriodInDays' => ['shape' => 'RetentionPeriodInDays']]], 'RetentionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'RetentionConfiguration']], 'RetentionConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'RetentionConfigurationNameList' => ['type' => 'list', 'member' => ['shape' => 'RetentionConfigurationName'], 'max' => 1, 'min' => 0], 'RetentionPeriodInDays' => ['type' => 'integer', 'max' => 2557, 'min' => 30], 'RuleLimit' => ['type' => 'integer', 'max' => 50, 'min' => 0], 'SchemaVersionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[A-Za-z0-9-]+'], 'Scope' => ['type' => 'structure', 'members' => ['ComplianceResourceTypes' => ['shape' => 'ComplianceResourceTypes'], 'TagKey' => ['shape' => 'StringWithCharLimit128'], 'TagValue' => ['shape' => 'StringWithCharLimit256'], 'ComplianceResourceId' => ['shape' => 'BaseResourceId']]], 'SelectAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['Expression', 'ConfigurationAggregatorName'], 'members' => ['Expression' => ['shape' => 'Expression'], 'ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Limit' => ['shape' => 'Limit'], 'MaxResults' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'Results'], 'QueryInfo' => ['shape' => 'QueryInfo'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectResourceConfigRequest' => ['type' => 'structure', 'required' => ['Expression'], 'members' => ['Expression' => ['shape' => 'Expression'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectResourceConfigResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'Results'], 'QueryInfo' => ['shape' => 'QueryInfo'], 'NextToken' => ['shape' => 'NextToken']]], 'Source' => ['type' => 'structure', 'required' => ['Owner', 'SourceIdentifier'], 'members' => ['Owner' => ['shape' => 'Owner'], 'SourceIdentifier' => ['shape' => 'StringWithCharLimit256'], 'SourceDetails' => ['shape' => 'SourceDetails']]], 'SourceDetail' => ['type' => 'structure', 'members' => ['EventSource' => ['shape' => 'EventSource'], 'MessageType' => ['shape' => 'MessageType'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency']]], 'SourceDetails' => ['type' => 'list', 'member' => ['shape' => 'SourceDetail'], 'max' => 25, 'min' => 0], 'SsmControls' => ['type' => 'structure', 'members' => ['ConcurrentExecutionRatePercentage' => ['shape' => 'Percentage'], 'ErrorPercentage' => ['shape' => 'Percentage']]], 'StackArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StartConfigRulesEvaluationRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ReevaluateConfigRuleNames']]], 'StartConfigRulesEvaluationResponse' => ['type' => 'structure', 'members' => []], 'StartConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'StartRemediationExecutionRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'ResourceKeys']]], 'StartRemediationExecutionResponse' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'ResourceKeys']]], 'StaticParameterValues' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 25, 'min' => 0], 'StaticValue' => ['type' => 'structure', 'required' => ['Values'], 'members' => ['Values' => ['shape' => 'StaticParameterValues']]], 'StatusDetailFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'MemberAccountRuleStatus' => ['shape' => 'MemberAccountRuleStatus']]], 'StopConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'String' => ['type' => 'string'], 'StringWithCharLimit1024' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'StringWithCharLimit128' => ['type' => 'string', 'max' => 128, 'min' => 1], 'StringWithCharLimit2048' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StringWithCharLimit256' => ['type' => 'string', 'max' => 256, 'min' => 1], 'StringWithCharLimit256Min0' => ['type' => 'string', 'max' => 256, 'min' => 0], 'StringWithCharLimit64' => ['type' => 'string', 'max' => 64, 'min' => 1], 'StringWithCharLimit768' => ['type' => 'string', 'max' => 768, 'min' => 1], 'SupplementaryConfiguration' => ['type' => 'map', 'key' => ['shape' => 'SupplementaryConfigurationName'], 'value' => ['shape' => 'SupplementaryConfigurationValue']], 'SupplementaryConfigurationName' => ['type' => 'string'], 'SupplementaryConfigurationValue' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'Name'], 'value' => ['shape' => 'Value']], 'TagsList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TemplateBody' => ['type' => 'string', 'max' => 51200, 'min' => 1], 'TemplateS3Uri' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 's3://.*'], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UnprocessedResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'ValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-11-12', 'endpointPrefix' => 'config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Config Service', 'serviceFullName' => 'AWS Config', 'serviceId' => 'Config Service', 'signatureVersion' => 'v4', 'targetPrefix' => 'StarlingDoveService', 'uid' => 'config-2014-11-12'], 'operations' => ['BatchGetAggregateResourceConfig' => ['name' => 'BatchGetAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetAggregateResourceConfigRequest'], 'output' => ['shape' => 'BatchGetAggregateResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'BatchGetResourceConfig' => ['name' => 'BatchGetResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetResourceConfigRequest'], 'output' => ['shape' => 'BatchGetResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'DeleteAggregationAuthorization' => ['name' => 'DeleteAggregationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAggregationAuthorizationRequest'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'DeleteConfigRule' => ['name' => 'DeleteConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigRuleRequest'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'ResourceInUseException']]], 'DeleteConfigurationAggregator' => ['name' => 'DeleteConfigurationAggregator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationAggregatorRequest'], 'errors' => [['shape' => 'NoSuchConfigurationAggregatorException']]], 'DeleteConfigurationRecorder' => ['name' => 'DeleteConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DeleteConformancePack' => ['name' => 'DeleteConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConformancePackRequest'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'ResourceInUseException']]], 'DeleteDeliveryChannel' => ['name' => 'DeleteDeliveryChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeliveryChannelRequest'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException'], ['shape' => 'LastDeliveryChannelDeleteFailedException']]], 'DeleteEvaluationResults' => ['name' => 'DeleteEvaluationResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEvaluationResultsRequest'], 'output' => ['shape' => 'DeleteEvaluationResultsResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'ResourceInUseException']]], 'DeleteOrganizationConfigRule' => ['name' => 'DeleteOrganizationConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationConfigRuleRequest'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'ResourceInUseException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DeleteOrganizationConformancePack' => ['name' => 'DeleteOrganizationConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationConformancePackRequest'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'ResourceInUseException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DeletePendingAggregationRequest' => ['name' => 'DeletePendingAggregationRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePendingAggregationRequestRequest'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'DeleteRemediationConfiguration' => ['name' => 'DeleteRemediationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRemediationConfigurationRequest'], 'output' => ['shape' => 'DeleteRemediationConfigurationResponse'], 'errors' => [['shape' => 'NoSuchRemediationConfigurationException'], ['shape' => 'RemediationInProgressException'], ['shape' => 'InsufficientPermissionsException']]], 'DeleteRemediationExceptions' => ['name' => 'DeleteRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRemediationExceptionsRequest'], 'output' => ['shape' => 'DeleteRemediationExceptionsResponse'], 'errors' => [['shape' => 'NoSuchRemediationExceptionException']]], 'DeleteResourceConfig' => ['name' => 'DeleteResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceConfigRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoRunningConfigurationRecorderException']]], 'DeleteRetentionConfiguration' => ['name' => 'DeleteRetentionConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRetentionConfigurationRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchRetentionConfigurationException']]], 'DeliverConfigSnapshot' => ['name' => 'DeliverConfigSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeliverConfigSnapshotRequest'], 'output' => ['shape' => 'DeliverConfigSnapshotResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'NoRunningConfigurationRecorderException']]], 'DescribeAggregateComplianceByConfigRules' => ['name' => 'DescribeAggregateComplianceByConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregateComplianceByConfigRulesRequest'], 'output' => ['shape' => 'DescribeAggregateComplianceByConfigRulesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'DescribeAggregationAuthorizations' => ['name' => 'DescribeAggregationAuthorizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregationAuthorizationsRequest'], 'output' => ['shape' => 'DescribeAggregationAuthorizationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeComplianceByConfigRule' => ['name' => 'DescribeComplianceByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComplianceByConfigRuleRequest'], 'output' => ['shape' => 'DescribeComplianceByConfigRuleResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeComplianceByResource' => ['name' => 'DescribeComplianceByResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeComplianceByResourceRequest'], 'output' => ['shape' => 'DescribeComplianceByResourceResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigRuleEvaluationStatus' => ['name' => 'DescribeConfigRuleEvaluationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigRuleEvaluationStatusRequest'], 'output' => ['shape' => 'DescribeConfigRuleEvaluationStatusResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigRules' => ['name' => 'DescribeConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigRulesRequest'], 'output' => ['shape' => 'DescribeConfigRulesResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeConfigurationAggregatorSourcesStatus' => ['name' => 'DescribeConfigurationAggregatorSourcesStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationAggregatorSourcesStatusRequest'], 'output' => ['shape' => 'DescribeConfigurationAggregatorSourcesStatusResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeConfigurationAggregators' => ['name' => 'DescribeConfigurationAggregators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationAggregatorsRequest'], 'output' => ['shape' => 'DescribeConfigurationAggregatorsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeConfigurationRecorderStatus' => ['name' => 'DescribeConfigurationRecorderStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationRecorderStatusRequest'], 'output' => ['shape' => 'DescribeConfigurationRecorderStatusResponse'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DescribeConfigurationRecorders' => ['name' => 'DescribeConfigurationRecorders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationRecordersRequest'], 'output' => ['shape' => 'DescribeConfigurationRecordersResponse'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'DescribeConformancePackCompliance' => ['name' => 'DescribeConformancePackCompliance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePackComplianceRequest'], 'output' => ['shape' => 'DescribeConformancePackComplianceResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchConfigRuleInConformancePackException'], ['shape' => 'NoSuchConformancePackException']]], 'DescribeConformancePackStatus' => ['name' => 'DescribeConformancePackStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePackStatusRequest'], 'output' => ['shape' => 'DescribeConformancePackStatusResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException']]], 'DescribeConformancePacks' => ['name' => 'DescribeConformancePacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConformancePacksRequest'], 'output' => ['shape' => 'DescribeConformancePacksResponse'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException']]], 'DescribeDeliveryChannelStatus' => ['name' => 'DescribeDeliveryChannelStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryChannelStatusRequest'], 'output' => ['shape' => 'DescribeDeliveryChannelStatusResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException']]], 'DescribeDeliveryChannels' => ['name' => 'DescribeDeliveryChannels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryChannelsRequest'], 'output' => ['shape' => 'DescribeDeliveryChannelsResponse'], 'errors' => [['shape' => 'NoSuchDeliveryChannelException']]], 'DescribeOrganizationConfigRuleStatuses' => ['name' => 'DescribeOrganizationConfigRuleStatuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConfigRuleStatusesRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigRuleStatusesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConfigRules' => ['name' => 'DescribeOrganizationConfigRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConfigRulesRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigRulesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConformancePackStatuses' => ['name' => 'DescribeOrganizationConformancePackStatuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConformancePackStatusesRequest'], 'output' => ['shape' => 'DescribeOrganizationConformancePackStatusesResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribeOrganizationConformancePacks' => ['name' => 'DescribeOrganizationConformancePacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationConformancePacksRequest'], 'output' => ['shape' => 'DescribeOrganizationConformancePacksResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException'], ['shape' => 'OrganizationAccessDeniedException']]], 'DescribePendingAggregationRequests' => ['name' => 'DescribePendingAggregationRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingAggregationRequestsRequest'], 'output' => ['shape' => 'DescribePendingAggregationRequestsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidLimitException']]], 'DescribeRemediationConfigurations' => ['name' => 'DescribeRemediationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationConfigurationsRequest'], 'output' => ['shape' => 'DescribeRemediationConfigurationsResponse']], 'DescribeRemediationExceptions' => ['name' => 'DescribeRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationExceptionsRequest'], 'output' => ['shape' => 'DescribeRemediationExceptionsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException']]], 'DescribeRemediationExecutionStatus' => ['name' => 'DescribeRemediationExecutionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRemediationExecutionStatusRequest'], 'output' => ['shape' => 'DescribeRemediationExecutionStatusResponse'], 'errors' => [['shape' => 'NoSuchRemediationConfigurationException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeRetentionConfigurations' => ['name' => 'DescribeRetentionConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRetentionConfigurationsRequest'], 'output' => ['shape' => 'DescribeRetentionConfigurationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'NoSuchRetentionConfigurationException'], ['shape' => 'InvalidNextTokenException']]], 'GetAggregateComplianceDetailsByConfigRule' => ['name' => 'GetAggregateComplianceDetailsByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateComplianceDetailsByConfigRuleRequest'], 'output' => ['shape' => 'GetAggregateComplianceDetailsByConfigRuleResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateConfigRuleComplianceSummary' => ['name' => 'GetAggregateConfigRuleComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateConfigRuleComplianceSummaryRequest'], 'output' => ['shape' => 'GetAggregateConfigRuleComplianceSummaryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateDiscoveredResourceCounts' => ['name' => 'GetAggregateDiscoveredResourceCounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateDiscoveredResourceCountsRequest'], 'output' => ['shape' => 'GetAggregateDiscoveredResourceCountsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'GetAggregateResourceConfig' => ['name' => 'GetAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAggregateResourceConfigRequest'], 'output' => ['shape' => 'GetAggregateResourceConfigResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'OversizedConfigurationItemException'], ['shape' => 'ResourceNotDiscoveredException']]], 'GetComplianceDetailsByConfigRule' => ['name' => 'GetComplianceDetailsByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailsByConfigRuleRequest'], 'output' => ['shape' => 'GetComplianceDetailsByConfigRuleResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigRuleException']]], 'GetComplianceDetailsByResource' => ['name' => 'GetComplianceDetailsByResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailsByResourceRequest'], 'output' => ['shape' => 'GetComplianceDetailsByResourceResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'GetComplianceSummaryByConfigRule' => ['name' => 'GetComplianceSummaryByConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetComplianceSummaryByConfigRuleResponse']], 'GetComplianceSummaryByResourceType' => ['name' => 'GetComplianceSummaryByResourceType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceSummaryByResourceTypeRequest'], 'output' => ['shape' => 'GetComplianceSummaryByResourceTypeResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'GetConformancePackComplianceDetails' => ['name' => 'GetConformancePackComplianceDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConformancePackComplianceDetailsRequest'], 'output' => ['shape' => 'GetConformancePackComplianceDetailsResponse'], 'errors' => [['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConformancePackException'], ['shape' => 'NoSuchConfigRuleInConformancePackException'], ['shape' => 'InvalidParameterValueException']]], 'GetConformancePackComplianceSummary' => ['name' => 'GetConformancePackComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConformancePackComplianceSummaryRequest'], 'output' => ['shape' => 'GetConformancePackComplianceSummaryResponse'], 'errors' => [['shape' => 'NoSuchConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'GetDiscoveredResourceCounts' => ['name' => 'GetDiscoveredResourceCounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiscoveredResourceCountsRequest'], 'output' => ['shape' => 'GetDiscoveredResourceCountsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'GetOrganizationConfigRuleDetailedStatus' => ['name' => 'GetOrganizationConfigRuleDetailedStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationConfigRuleDetailedStatusRequest'], 'output' => ['shape' => 'GetOrganizationConfigRuleDetailedStatusResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConfigRuleException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'GetOrganizationConformancePackDetailedStatus' => ['name' => 'GetOrganizationConformancePackDetailedStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationConformancePackDetailedStatusRequest'], 'output' => ['shape' => 'GetOrganizationConformancePackDetailedStatusResponse'], 'errors' => [['shape' => 'NoSuchOrganizationConformancePackException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'OrganizationAccessDeniedException']]], 'GetResourceConfigHistory' => ['name' => 'GetResourceConfigHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourceConfigHistoryRequest'], 'output' => ['shape' => 'GetResourceConfigHistoryResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidTimeRangeException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'ResourceNotDiscoveredException']]], 'ListAggregateDiscoveredResources' => ['name' => 'ListAggregateDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAggregateDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListAggregateDiscoveredResourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoSuchConfigurationAggregatorException']]], 'ListDiscoveredResources' => ['name' => 'ListDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListDiscoveredResourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'PutAggregationAuthorization' => ['name' => 'PutAggregationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAggregationAuthorizationRequest'], 'output' => ['shape' => 'PutAggregationAuthorizationResponse'], 'errors' => [['shape' => 'InvalidParameterValueException']]], 'PutConfigRule' => ['name' => 'PutConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigRuleRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfConfigRulesExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoAvailableConfigurationRecorderException']]], 'PutConfigurationAggregator' => ['name' => 'PutConfigurationAggregator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigurationAggregatorRequest'], 'output' => ['shape' => 'PutConfigurationAggregatorResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidRoleException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'NoAvailableOrganizationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException']]], 'PutConfigurationRecorder' => ['name' => 'PutConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConfigurationRecorderRequest'], 'errors' => [['shape' => 'MaxNumberOfConfigurationRecordersExceededException'], ['shape' => 'InvalidConfigurationRecorderNameException'], ['shape' => 'InvalidRoleException'], ['shape' => 'InvalidRecordingGroupException']]], 'PutConformancePack' => ['name' => 'PutConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutConformancePackRequest'], 'output' => ['shape' => 'PutConformancePackResponse'], 'errors' => [['shape' => 'InsufficientPermissionsException'], ['shape' => 'ConformancePackTemplateValidationException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfConformancePacksExceededException']]], 'PutDeliveryChannel' => ['name' => 'PutDeliveryChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDeliveryChannelRequest'], 'errors' => [['shape' => 'MaxNumberOfDeliveryChannelsExceededException'], ['shape' => 'NoAvailableConfigurationRecorderException'], ['shape' => 'InvalidDeliveryChannelNameException'], ['shape' => 'NoSuchBucketException'], ['shape' => 'InvalidS3KeyPrefixException'], ['shape' => 'InvalidSNSTopicARNException'], ['shape' => 'InsufficientDeliveryPolicyException']]], 'PutEvaluations' => ['name' => 'PutEvaluations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEvaluationsRequest'], 'output' => ['shape' => 'PutEvaluationsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidResultTokenException'], ['shape' => 'NoSuchConfigRuleException']]], 'PutOrganizationConfigRule' => ['name' => 'PutOrganizationConfigRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOrganizationConfigRuleRequest'], 'output' => ['shape' => 'PutOrganizationConfigRuleResponse'], 'errors' => [['shape' => 'MaxNumberOfOrganizationConfigRulesExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ValidationException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'NoAvailableOrganizationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException'], ['shape' => 'InsufficientPermissionsException']]], 'PutOrganizationConformancePack' => ['name' => 'PutOrganizationConformancePack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOrganizationConformancePackRequest'], 'output' => ['shape' => 'PutOrganizationConformancePackResponse'], 'errors' => [['shape' => 'MaxNumberOfOrganizationConformancePacksExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ValidationException'], ['shape' => 'OrganizationAccessDeniedException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'OrganizationConformancePackTemplateValidationException'], ['shape' => 'OrganizationAllFeaturesNotEnabledException'], ['shape' => 'NoAvailableOrganizationException']]], 'PutRemediationConfigurations' => ['name' => 'PutRemediationConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRemediationConfigurationsRequest'], 'output' => ['shape' => 'PutRemediationConfigurationsResponse'], 'errors' => [['shape' => 'InsufficientPermissionsException'], ['shape' => 'InvalidParameterValueException']]], 'PutRemediationExceptions' => ['name' => 'PutRemediationExceptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRemediationExceptionsRequest'], 'output' => ['shape' => 'PutRemediationExceptionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InsufficientPermissionsException']]], 'PutResourceConfig' => ['name' => 'PutResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourceConfigRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoRunningConfigurationRecorderException'], ['shape' => 'MaxActiveResourcesExceededException']]], 'PutRetentionConfiguration' => ['name' => 'PutRetentionConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRetentionConfigurationRequest'], 'output' => ['shape' => 'PutRetentionConfigurationResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MaxNumberOfRetentionConfigurationsExceededException']]], 'SelectAggregateResourceConfig' => ['name' => 'SelectAggregateResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SelectAggregateResourceConfigRequest'], 'output' => ['shape' => 'SelectAggregateResourceConfigResponse'], 'errors' => [['shape' => 'InvalidExpressionException'], ['shape' => 'NoSuchConfigurationAggregatorException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'SelectResourceConfig' => ['name' => 'SelectResourceConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SelectResourceConfigRequest'], 'output' => ['shape' => 'SelectResourceConfigResponse'], 'errors' => [['shape' => 'InvalidExpressionException'], ['shape' => 'InvalidLimitException'], ['shape' => 'InvalidNextTokenException']]], 'StartConfigRulesEvaluation' => ['name' => 'StartConfigRulesEvaluation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartConfigRulesEvaluationRequest'], 'output' => ['shape' => 'StartConfigRulesEvaluationResponse'], 'errors' => [['shape' => 'NoSuchConfigRuleException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterValueException']]], 'StartConfigurationRecorder' => ['name' => 'StartConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException'], ['shape' => 'NoAvailableDeliveryChannelException']]], 'StartRemediationExecution' => ['name' => 'StartRemediationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartRemediationExecutionRequest'], 'output' => ['shape' => 'StartRemediationExecutionResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InsufficientPermissionsException'], ['shape' => 'NoSuchRemediationConfigurationException']]], 'StopConfigurationRecorder' => ['name' => 'StopConfigurationRecorder', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopConfigurationRecorderRequest'], 'errors' => [['shape' => 'NoSuchConfigurationRecorderException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AccountAggregationSource' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountAggregationSourceAccountList'], 'AllAwsRegions' => ['shape' => 'Boolean'], 'AwsRegions' => ['shape' => 'AggregatorRegionList']]], 'AccountAggregationSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'min' => 1], 'AccountAggregationSourceList' => ['type' => 'list', 'member' => ['shape' => 'AccountAggregationSource'], 'max' => 1, 'min' => 0], 'AccountId' => ['type' => 'string', 'pattern' => '\\d{12}'], 'AggregateComplianceByConfigRule' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'Compliance' => ['shape' => 'Compliance'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'AggregateComplianceByConfigRuleList' => ['type' => 'list', 'member' => ['shape' => 'AggregateComplianceByConfigRule']], 'AggregateComplianceCount' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'StringWithCharLimit256'], 'ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'AggregateComplianceCountList' => ['type' => 'list', 'member' => ['shape' => 'AggregateComplianceCount']], 'AggregateEvaluationResult' => ['type' => 'structure', 'members' => ['EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'ResultRecordedTime' => ['shape' => 'Date'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'AggregateEvaluationResultList' => ['type' => 'list', 'member' => ['shape' => 'AggregateEvaluationResult']], 'AggregateResourceIdentifier' => ['type' => 'structure', 'required' => ['SourceAccountId', 'SourceRegion', 'ResourceId', 'ResourceType'], 'members' => ['SourceAccountId' => ['shape' => 'AccountId'], 'SourceRegion' => ['shape' => 'AwsRegion'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']]], 'AggregatedSourceStatus' => ['type' => 'structure', 'members' => ['SourceId' => ['shape' => 'String'], 'SourceType' => ['shape' => 'AggregatedSourceType'], 'AwsRegion' => ['shape' => 'AwsRegion'], 'LastUpdateStatus' => ['shape' => 'AggregatedSourceStatusType'], 'LastUpdateTime' => ['shape' => 'Date'], 'LastErrorCode' => ['shape' => 'String'], 'LastErrorMessage' => ['shape' => 'String']]], 'AggregatedSourceStatusList' => ['type' => 'list', 'member' => ['shape' => 'AggregatedSourceStatus']], 'AggregatedSourceStatusType' => ['type' => 'string', 'enum' => ['FAILED', 'SUCCEEDED', 'OUTDATED']], 'AggregatedSourceStatusTypeList' => ['type' => 'list', 'member' => ['shape' => 'AggregatedSourceStatusType'], 'min' => 1], 'AggregatedSourceType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION']], 'AggregationAuthorization' => ['type' => 'structure', 'members' => ['AggregationAuthorizationArn' => ['shape' => 'String'], 'AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion'], 'CreationTime' => ['shape' => 'Date']]], 'AggregationAuthorizationList' => ['type' => 'list', 'member' => ['shape' => 'AggregationAuthorization']], 'AggregatorRegionList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'min' => 1], 'AllSupported' => ['type' => 'boolean'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'Annotation' => ['type' => 'string', 'max' => 256, 'min' => 0], 'AutoRemediationAttemptSeconds' => ['type' => 'long', 'box' => \true, 'max' => 2678000, 'min' => 1], 'AutoRemediationAttempts' => ['type' => 'integer', 'box' => \true, 'max' => 25, 'min' => 1], 'AvailabilityZone' => ['type' => 'string'], 'AwsRegion' => ['type' => 'string', 'max' => 64, 'min' => 1], 'BaseConfigurationItem' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version'], 'accountId' => ['shape' => 'AccountId'], 'configurationItemCaptureTime' => ['shape' => 'ConfigurationItemCaptureTime'], 'configurationItemStatus' => ['shape' => 'ConfigurationItemStatus'], 'configurationStateId' => ['shape' => 'ConfigurationStateId'], 'arn' => ['shape' => 'ARN'], 'resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'awsRegion' => ['shape' => 'AwsRegion'], 'availabilityZone' => ['shape' => 'AvailabilityZone'], 'resourceCreationTime' => ['shape' => 'ResourceCreationTime'], 'configuration' => ['shape' => 'Configuration'], 'supplementaryConfiguration' => ['shape' => 'SupplementaryConfiguration']]], 'BaseConfigurationItems' => ['type' => 'list', 'member' => ['shape' => 'BaseConfigurationItem']], 'BaseResourceId' => ['type' => 'string', 'max' => 768, 'min' => 1], 'BatchGetAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceIdentifiers'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceIdentifiers' => ['shape' => 'ResourceIdentifiersList']]], 'BatchGetAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['BaseConfigurationItems' => ['shape' => 'BaseConfigurationItems'], 'UnprocessedResourceIdentifiers' => ['shape' => 'UnprocessedResourceIdentifierList']]], 'BatchGetResourceConfigRequest' => ['type' => 'structure', 'required' => ['resourceKeys'], 'members' => ['resourceKeys' => ['shape' => 'ResourceKeys']]], 'BatchGetResourceConfigResponse' => ['type' => 'structure', 'members' => ['baseConfigurationItems' => ['shape' => 'BaseConfigurationItems'], 'unprocessedResourceKeys' => ['shape' => 'ResourceKeys']]], 'Boolean' => ['type' => 'boolean'], 'ChannelName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ChronologicalOrder' => ['type' => 'string', 'enum' => ['Reverse', 'Forward']], 'Compliance' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceType'], 'ComplianceContributorCount' => ['shape' => 'ComplianceContributorCount']]], 'ComplianceByConfigRule' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'Compliance' => ['shape' => 'Compliance']]], 'ComplianceByConfigRules' => ['type' => 'list', 'member' => ['shape' => 'ComplianceByConfigRule']], 'ComplianceByResource' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'Compliance' => ['shape' => 'Compliance']]], 'ComplianceByResources' => ['type' => 'list', 'member' => ['shape' => 'ComplianceByResource']], 'ComplianceContributorCount' => ['type' => 'structure', 'members' => ['CappedCount' => ['shape' => 'Integer'], 'CapExceeded' => ['shape' => 'Boolean']]], 'ComplianceResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 100, 'min' => 0], 'ComplianceSummariesByResourceType' => ['type' => 'list', 'member' => ['shape' => 'ComplianceSummaryByResourceType']], 'ComplianceSummary' => ['type' => 'structure', 'members' => ['CompliantResourceCount' => ['shape' => 'ComplianceContributorCount'], 'NonCompliantResourceCount' => ['shape' => 'ComplianceContributorCount'], 'ComplianceSummaryTimestamp' => ['shape' => 'Date']]], 'ComplianceSummaryByResourceType' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'ComplianceType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA']], 'ComplianceTypes' => ['type' => 'list', 'member' => ['shape' => 'ComplianceType'], 'max' => 3, 'min' => 0], 'ConfigExportDeliveryInfo' => ['type' => 'structure', 'members' => ['lastStatus' => ['shape' => 'DeliveryStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastAttemptTime' => ['shape' => 'Date'], 'lastSuccessfulTime' => ['shape' => 'Date'], 'nextDeliveryTime' => ['shape' => 'Date']]], 'ConfigRule' => ['type' => 'structure', 'required' => ['Source'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ConfigRuleArn' => ['shape' => 'StringWithCharLimit256'], 'ConfigRuleId' => ['shape' => 'StringWithCharLimit64'], 'Description' => ['shape' => 'EmptiableStringWithCharLimit256'], 'Scope' => ['shape' => 'Scope'], 'Source' => ['shape' => 'Source'], 'InputParameters' => ['shape' => 'StringWithCharLimit1024'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ConfigRuleState' => ['shape' => 'ConfigRuleState'], 'CreatedBy' => ['shape' => 'StringWithCharLimit256']]], 'ConfigRuleComplianceFilters' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'ConfigRuleComplianceSummaryFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion']]], 'ConfigRuleComplianceSummaryGroupKey' => ['type' => 'string', 'enum' => ['ACCOUNT_ID', 'AWS_REGION']], 'ConfigRuleEvaluationStatus' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ConfigRuleArn' => ['shape' => 'String'], 'ConfigRuleId' => ['shape' => 'String'], 'LastSuccessfulInvocationTime' => ['shape' => 'Date'], 'LastFailedInvocationTime' => ['shape' => 'Date'], 'LastSuccessfulEvaluationTime' => ['shape' => 'Date'], 'LastFailedEvaluationTime' => ['shape' => 'Date'], 'FirstActivatedTime' => ['shape' => 'Date'], 'LastDeactivatedTime' => ['shape' => 'Date'], 'LastErrorCode' => ['shape' => 'String'], 'LastErrorMessage' => ['shape' => 'String'], 'FirstEvaluationStarted' => ['shape' => 'Boolean']]], 'ConfigRuleEvaluationStatusList' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleEvaluationStatus']], 'ConfigRuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleName'], 'max' => 25, 'min' => 0], 'ConfigRuleState' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETING', 'DELETING_RESULTS', 'EVALUATING']], 'ConfigRules' => ['type' => 'list', 'member' => ['shape' => 'ConfigRule']], 'ConfigSnapshotDeliveryProperties' => ['type' => 'structure', 'members' => ['deliveryFrequency' => ['shape' => 'MaximumExecutionFrequency']]], 'ConfigStreamDeliveryInfo' => ['type' => 'structure', 'members' => ['lastStatus' => ['shape' => 'DeliveryStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastStatusChangeTime' => ['shape' => 'Date']]], 'Configuration' => ['type' => 'string'], 'ConfigurationAggregator' => ['type' => 'structure', 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ConfigurationAggregatorArn' => ['shape' => 'ConfigurationAggregatorArn'], 'AccountAggregationSources' => ['shape' => 'AccountAggregationSourceList'], 'OrganizationAggregationSource' => ['shape' => 'OrganizationAggregationSource'], 'CreationTime' => ['shape' => 'Date'], 'LastUpdatedTime' => ['shape' => 'Date'], 'CreatedBy' => ['shape' => 'StringWithCharLimit256']]], 'ConfigurationAggregatorArn' => ['type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+'], 'ConfigurationAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationAggregator']], 'ConfigurationAggregatorName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'ConfigurationAggregatorNameList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationAggregatorName'], 'max' => 10, 'min' => 0], 'ConfigurationItem' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version'], 'accountId' => ['shape' => 'AccountId'], 'configurationItemCaptureTime' => ['shape' => 'ConfigurationItemCaptureTime'], 'configurationItemStatus' => ['shape' => 'ConfigurationItemStatus'], 'configurationStateId' => ['shape' => 'ConfigurationStateId'], 'configurationItemMD5Hash' => ['shape' => 'ConfigurationItemMD5Hash'], 'arn' => ['shape' => 'ARN'], 'resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'awsRegion' => ['shape' => 'AwsRegion'], 'availabilityZone' => ['shape' => 'AvailabilityZone'], 'resourceCreationTime' => ['shape' => 'ResourceCreationTime'], 'tags' => ['shape' => 'Tags'], 'relatedEvents' => ['shape' => 'RelatedEventList'], 'relationships' => ['shape' => 'RelationshipList'], 'configuration' => ['shape' => 'Configuration'], 'supplementaryConfiguration' => ['shape' => 'SupplementaryConfiguration']]], 'ConfigurationItemCaptureTime' => ['type' => 'timestamp'], 'ConfigurationItemList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationItem']], 'ConfigurationItemMD5Hash' => ['type' => 'string'], 'ConfigurationItemStatus' => ['type' => 'string', 'enum' => ['OK', 'ResourceDiscovered', 'ResourceNotRecorded', 'ResourceDeleted', 'ResourceDeletedNotRecorded']], 'ConfigurationRecorder' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RecorderName'], 'roleARN' => ['shape' => 'String'], 'recordingGroup' => ['shape' => 'RecordingGroup']]], 'ConfigurationRecorderList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRecorder']], 'ConfigurationRecorderNameList' => ['type' => 'list', 'member' => ['shape' => 'RecorderName']], 'ConfigurationRecorderStatus' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'lastStartTime' => ['shape' => 'Date'], 'lastStopTime' => ['shape' => 'Date'], 'recording' => ['shape' => 'Boolean'], 'lastStatus' => ['shape' => 'RecorderStatus'], 'lastErrorCode' => ['shape' => 'String'], 'lastErrorMessage' => ['shape' => 'String'], 'lastStatusChangeTime' => ['shape' => 'Date']]], 'ConfigurationRecorderStatusList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRecorderStatus']], 'ConfigurationStateId' => ['type' => 'string'], 'ConformancePackArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ConformancePackComplianceFilters' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConformancePackConfigRuleNames'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackComplianceResourceIds' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 5, 'min' => 0], 'ConformancePackComplianceSummary' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackComplianceStatus'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackComplianceStatus' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackComplianceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackComplianceSummary'], 'max' => 5, 'min' => 1], 'ConformancePackComplianceType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'ConformancePackConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit64'], 'max' => 10, 'min' => 0], 'ConformancePackDetail' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackArn', 'ConformancePackId', 'DeliveryS3Bucket'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackArn' => ['shape' => 'ConformancePackArn'], 'ConformancePackId' => ['shape' => 'ConformancePackId'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'LastUpdateRequestedTime' => ['shape' => 'Date'], 'CreatedBy' => ['shape' => 'StringWithCharLimit256']]], 'ConformancePackDetailList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackDetail'], 'max' => 25, 'min' => 0], 'ConformancePackEvaluationFilters' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConformancePackConfigRuleNames'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceIds' => ['shape' => 'ConformancePackComplianceResourceIds']]], 'ConformancePackEvaluationResult' => ['type' => 'structure', 'required' => ['ComplianceType', 'EvaluationResultIdentifier', 'ConfigRuleInvokedTime', 'ResultRecordedTime'], 'members' => ['ComplianceType' => ['shape' => 'ConformancePackComplianceType'], 'EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'ResultRecordedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'Annotation']]], 'ConformancePackId' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ConformancePackInputParameter' => ['type' => 'structure', 'required' => ['ParameterName', 'ParameterValue'], 'members' => ['ParameterName' => ['shape' => 'ParameterName'], 'ParameterValue' => ['shape' => 'ParameterValue']]], 'ConformancePackInputParameters' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackInputParameter'], 'max' => 60, 'min' => 0], 'ConformancePackName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'ConformancePackNamesList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackName'], 'max' => 25, 'min' => 0], 'ConformancePackNamesToSummarizeList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackName'], 'max' => 5, 'min' => 1], 'ConformancePackRuleCompliance' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ComplianceType' => ['shape' => 'ConformancePackComplianceType']]], 'ConformancePackRuleComplianceList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackRuleCompliance'], 'max' => 1000, 'min' => 0], 'ConformancePackRuleEvaluationResultsList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackEvaluationResult'], 'max' => 100, 'min' => 0], 'ConformancePackState' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED', 'DELETE_IN_PROGRESS', 'DELETE_FAILED']], 'ConformancePackStatusDetail' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackId', 'ConformancePackArn', 'ConformancePackState', 'StackArn', 'LastUpdateRequestedTime'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackId' => ['shape' => 'ConformancePackId'], 'ConformancePackArn' => ['shape' => 'ConformancePackArn'], 'ConformancePackState' => ['shape' => 'ConformancePackState'], 'StackArn' => ['shape' => 'StackArn'], 'ConformancePackStatusReason' => ['shape' => 'ConformancePackStatusReason'], 'LastUpdateRequestedTime' => ['shape' => 'Date'], 'LastUpdateCompletedTime' => ['shape' => 'Date']]], 'ConformancePackStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'ConformancePackStatusDetail'], 'max' => 25, 'min' => 0], 'ConformancePackStatusReason' => ['type' => 'string', 'max' => 2000, 'min' => 0], 'ConformancePackTemplateValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'CosmosPageLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Date' => ['type' => 'timestamp'], 'DeleteAggregationAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizedAccountId', 'AuthorizedAwsRegion'], 'members' => ['AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion']]], 'DeleteConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName']]], 'DeleteConfigurationAggregatorRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName']]], 'DeleteConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'DeleteConformancePackRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName']]], 'DeleteDeliveryChannelRequest' => ['type' => 'structure', 'required' => ['DeliveryChannelName'], 'members' => ['DeliveryChannelName' => ['shape' => 'ChannelName']]], 'DeleteEvaluationResultsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64']]], 'DeleteEvaluationResultsResponse' => ['type' => 'structure', 'members' => []], 'DeleteOrganizationConfigRuleRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName']]], 'DeleteOrganizationConformancePackRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName']]], 'DeletePendingAggregationRequestRequest' => ['type' => 'structure', 'required' => ['RequesterAccountId', 'RequesterAwsRegion'], 'members' => ['RequesterAccountId' => ['shape' => 'AccountId'], 'RequesterAwsRegion' => ['shape' => 'AwsRegion']]], 'DeleteRemediationConfigurationRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'String']]], 'DeleteRemediationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys']]], 'DeleteRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedDeleteRemediationExceptionsBatches']]], 'DeleteResourceConfigRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeString'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DeleteRetentionConfigurationRequest' => ['type' => 'structure', 'required' => ['RetentionConfigurationName'], 'members' => ['RetentionConfigurationName' => ['shape' => 'RetentionConfigurationName']]], 'DeliverConfigSnapshotRequest' => ['type' => 'structure', 'required' => ['deliveryChannelName'], 'members' => ['deliveryChannelName' => ['shape' => 'ChannelName']]], 'DeliverConfigSnapshotResponse' => ['type' => 'structure', 'members' => ['configSnapshotId' => ['shape' => 'String']]], 'DeliveryChannel' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ChannelName'], 's3BucketName' => ['shape' => 'String'], 's3KeyPrefix' => ['shape' => 'String'], 'snsTopicARN' => ['shape' => 'String'], 'configSnapshotDeliveryProperties' => ['shape' => 'ConfigSnapshotDeliveryProperties']]], 'DeliveryChannelList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryChannel']], 'DeliveryChannelNameList' => ['type' => 'list', 'member' => ['shape' => 'ChannelName']], 'DeliveryChannelStatus' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'configSnapshotDeliveryInfo' => ['shape' => 'ConfigExportDeliveryInfo'], 'configHistoryDeliveryInfo' => ['shape' => 'ConfigExportDeliveryInfo'], 'configStreamDeliveryInfo' => ['shape' => 'ConfigStreamDeliveryInfo']]], 'DeliveryChannelStatusList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryChannelStatus']], 'DeliveryS3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3], 'DeliveryS3KeyPrefix' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DeliveryStatus' => ['type' => 'string', 'enum' => ['Success', 'Failure', 'Not_Applicable']], 'DescribeAggregateComplianceByConfigRulesRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ConfigRuleComplianceFilters'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAggregateComplianceByConfigRulesResponse' => ['type' => 'structure', 'members' => ['AggregateComplianceByConfigRules' => ['shape' => 'AggregateComplianceByConfigRuleList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAggregationAuthorizationsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeAggregationAuthorizationsResponse' => ['type' => 'structure', 'members' => ['AggregationAuthorizations' => ['shape' => 'AggregationAuthorizationList'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByConfigRuleRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByConfigRuleResponse' => ['type' => 'structure', 'members' => ['ComplianceByConfigRules' => ['shape' => 'ComplianceByConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeComplianceByResourceRequest' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeComplianceByResourceResponse' => ['type' => 'structure', 'members' => ['ComplianceByResources' => ['shape' => 'ComplianceByResources'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConfigRuleEvaluationStatusRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'RuleLimit']]], 'DescribeConfigRuleEvaluationStatusResponse' => ['type' => 'structure', 'members' => ['ConfigRulesEvaluationStatus' => ['shape' => 'ConfigRuleEvaluationStatusList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigRulesRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigRulesResponse' => ['type' => 'structure', 'members' => ['ConfigRules' => ['shape' => 'ConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationAggregatorSourcesStatusRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'UpdateStatus' => ['shape' => 'AggregatedSourceStatusTypeList'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Limit']]], 'DescribeConfigurationAggregatorSourcesStatusResponse' => ['type' => 'structure', 'members' => ['AggregatedSourceStatusList' => ['shape' => 'AggregatedSourceStatusList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationAggregatorsRequest' => ['type' => 'structure', 'members' => ['ConfigurationAggregatorNames' => ['shape' => 'ConfigurationAggregatorNameList'], 'NextToken' => ['shape' => 'String'], 'Limit' => ['shape' => 'Limit']]], 'DescribeConfigurationAggregatorsResponse' => ['type' => 'structure', 'members' => ['ConfigurationAggregators' => ['shape' => 'ConfigurationAggregatorList'], 'NextToken' => ['shape' => 'String']]], 'DescribeConfigurationRecorderStatusRequest' => ['type' => 'structure', 'members' => ['ConfigurationRecorderNames' => ['shape' => 'ConfigurationRecorderNameList']]], 'DescribeConfigurationRecorderStatusResponse' => ['type' => 'structure', 'members' => ['ConfigurationRecordersStatus' => ['shape' => 'ConfigurationRecorderStatusList']]], 'DescribeConfigurationRecordersRequest' => ['type' => 'structure', 'members' => ['ConfigurationRecorderNames' => ['shape' => 'ConfigurationRecorderNameList']]], 'DescribeConfigurationRecordersResponse' => ['type' => 'structure', 'members' => ['ConfigurationRecorders' => ['shape' => 'ConfigurationRecorderList']]], 'DescribeConformancePackComplianceLimit' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'DescribeConformancePackComplianceRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'Filters' => ['shape' => 'ConformancePackComplianceFilters'], 'Limit' => ['shape' => 'DescribeConformancePackComplianceLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackComplianceResponse' => ['type' => 'structure', 'required' => ['ConformancePackName', 'ConformancePackRuleComplianceList'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackRuleComplianceList' => ['shape' => 'ConformancePackRuleComplianceList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackStatusRequest' => ['type' => 'structure', 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePackStatusResponse' => ['type' => 'structure', 'members' => ['ConformancePackStatusDetails' => ['shape' => 'ConformancePackStatusDetailsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePacksRequest' => ['type' => 'structure', 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeConformancePacksResponse' => ['type' => 'structure', 'members' => ['ConformancePackDetails' => ['shape' => 'ConformancePackDetailList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDeliveryChannelStatusRequest' => ['type' => 'structure', 'members' => ['DeliveryChannelNames' => ['shape' => 'DeliveryChannelNameList']]], 'DescribeDeliveryChannelStatusResponse' => ['type' => 'structure', 'members' => ['DeliveryChannelsStatus' => ['shape' => 'DeliveryChannelStatusList']]], 'DescribeDeliveryChannelsRequest' => ['type' => 'structure', 'members' => ['DeliveryChannelNames' => ['shape' => 'DeliveryChannelNameList']]], 'DescribeDeliveryChannelsResponse' => ['type' => 'structure', 'members' => ['DeliveryChannels' => ['shape' => 'DeliveryChannelList']]], 'DescribeOrganizationConfigRuleStatusesRequest' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleNames' => ['shape' => 'OrganizationConfigRuleNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRuleStatusesResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleStatuses' => ['shape' => 'OrganizationConfigRuleStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRulesRequest' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleNames' => ['shape' => 'OrganizationConfigRuleNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConfigRulesResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRules' => ['shape' => 'OrganizationConfigRules'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePackStatusesRequest' => ['type' => 'structure', 'members' => ['OrganizationConformancePackNames' => ['shape' => 'OrganizationConformancePackNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePackStatusesResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackStatuses' => ['shape' => 'OrganizationConformancePackStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePacksRequest' => ['type' => 'structure', 'members' => ['OrganizationConformancePackNames' => ['shape' => 'OrganizationConformancePackNames'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeOrganizationConformancePacksResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePacks' => ['shape' => 'OrganizationConformancePacks'], 'NextToken' => ['shape' => 'String']]], 'DescribePendingAggregationRequestsLimit' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'DescribePendingAggregationRequestsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'DescribePendingAggregationRequestsLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribePendingAggregationRequestsResponse' => ['type' => 'structure', 'members' => ['PendingAggregationRequests' => ['shape' => 'PendingAggregationRequestList'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationConfigurationsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleNames'], 'members' => ['ConfigRuleNames' => ['shape' => 'ConfigRuleNames']]], 'DescribeRemediationConfigurationsResponse' => ['type' => 'structure', 'members' => ['RemediationConfigurations' => ['shape' => 'RemediationConfigurations']]], 'DescribeRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['RemediationExceptions' => ['shape' => 'RemediationExceptions'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExecutionStatusRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'ResourceKeys'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'String']]], 'DescribeRemediationExecutionStatusResponse' => ['type' => 'structure', 'members' => ['RemediationExecutionStatuses' => ['shape' => 'RemediationExecutionStatuses'], 'NextToken' => ['shape' => 'String']]], 'DescribeRetentionConfigurationsRequest' => ['type' => 'structure', 'members' => ['RetentionConfigurationNames' => ['shape' => 'RetentionConfigurationNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeRetentionConfigurationsResponse' => ['type' => 'structure', 'members' => ['RetentionConfigurations' => ['shape' => 'RetentionConfigurationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DiscoveredResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier']], 'EarlierTime' => ['type' => 'timestamp'], 'EmptiableStringWithCharLimit256' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Evaluation' => ['type' => 'structure', 'required' => ['ComplianceResourceType', 'ComplianceResourceId', 'ComplianceType', 'OrderingTimestamp'], 'members' => ['ComplianceResourceType' => ['shape' => 'StringWithCharLimit256'], 'ComplianceResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'OrderingTimestamp' => ['shape' => 'OrderingTimestamp']]], 'EvaluationResult' => ['type' => 'structure', 'members' => ['EvaluationResultIdentifier' => ['shape' => 'EvaluationResultIdentifier'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'ResultRecordedTime' => ['shape' => 'Date'], 'ConfigRuleInvokedTime' => ['shape' => 'Date'], 'Annotation' => ['shape' => 'StringWithCharLimit256'], 'ResultToken' => ['shape' => 'String']]], 'EvaluationResultIdentifier' => ['type' => 'structure', 'members' => ['EvaluationResultQualifier' => ['shape' => 'EvaluationResultQualifier'], 'OrderingTimestamp' => ['shape' => 'Date']]], 'EvaluationResultQualifier' => ['type' => 'structure', 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId']]], 'EvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'Evaluations' => ['type' => 'list', 'member' => ['shape' => 'Evaluation'], 'max' => 100, 'min' => 0], 'EventSource' => ['type' => 'string', 'enum' => ['aws.config']], 'ExcludedAccounts' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 1000, 'min' => 0], 'ExecutionControls' => ['type' => 'structure', 'members' => ['SsmControls' => ['shape' => 'SsmControls']]], 'Expression' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'FailedDeleteRemediationExceptionsBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationExceptionResourceKeys']]], 'FailedDeleteRemediationExceptionsBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedDeleteRemediationExceptionsBatch']], 'FailedRemediationBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationConfigurations']]], 'FailedRemediationBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedRemediationBatch']], 'FailedRemediationExceptionBatch' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'RemediationExceptions']]], 'FailedRemediationExceptionBatches' => ['type' => 'list', 'member' => ['shape' => 'FailedRemediationExceptionBatch']], 'FieldInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FieldName']]], 'FieldInfoList' => ['type' => 'list', 'member' => ['shape' => 'FieldInfo']], 'FieldName' => ['type' => 'string'], 'GetAggregateComplianceDetailsByConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ConfigRuleName', 'AccountId', 'AwsRegion'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'AccountId' => ['shape' => 'AccountId'], 'AwsRegion' => ['shape' => 'AwsRegion'], 'ComplianceType' => ['shape' => 'ComplianceType'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateComplianceDetailsByConfigRuleResponse' => ['type' => 'structure', 'members' => ['AggregateEvaluationResults' => ['shape' => 'AggregateEvaluationResultList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateConfigRuleComplianceSummaryRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ConfigRuleComplianceSummaryFilters'], 'GroupByKey' => ['shape' => 'ConfigRuleComplianceSummaryGroupKey'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateConfigRuleComplianceSummaryResponse' => ['type' => 'structure', 'members' => ['GroupByKey' => ['shape' => 'StringWithCharLimit256'], 'AggregateComplianceCounts' => ['shape' => 'AggregateComplianceCountList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateDiscoveredResourceCountsRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Filters' => ['shape' => 'ResourceCountFilters'], 'GroupByKey' => ['shape' => 'ResourceCountGroupKey'], 'Limit' => ['shape' => 'GroupByAPILimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateDiscoveredResourceCountsResponse' => ['type' => 'structure', 'required' => ['TotalDiscoveredResources'], 'members' => ['TotalDiscoveredResources' => ['shape' => 'Long'], 'GroupByKey' => ['shape' => 'StringWithCharLimit256'], 'GroupedResourceCounts' => ['shape' => 'GroupedResourceCountList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceIdentifier'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceIdentifier' => ['shape' => 'AggregateResourceIdentifier']]], 'GetAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['ConfigurationItem' => ['shape' => 'ConfigurationItem']]], 'GetComplianceDetailsByConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName'], 'members' => ['ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetComplianceDetailsByConfigRuleResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetComplianceDetailsByResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'BaseResourceId'], 'ComplianceTypes' => ['shape' => 'ComplianceTypes'], 'NextToken' => ['shape' => 'String']]], 'GetComplianceDetailsByResourceResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResults'], 'NextToken' => ['shape' => 'String']]], 'GetComplianceSummaryByConfigRuleResponse' => ['type' => 'structure', 'members' => ['ComplianceSummary' => ['shape' => 'ComplianceSummary']]], 'GetComplianceSummaryByResourceTypeRequest' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'ResourceTypes']]], 'GetComplianceSummaryByResourceTypeResponse' => ['type' => 'structure', 'members' => ['ComplianceSummariesByResourceType' => ['shape' => 'ComplianceSummariesByResourceType']]], 'GetConformancePackComplianceDetailsLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'GetConformancePackComplianceDetailsRequest' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'Filters' => ['shape' => 'ConformancePackEvaluationFilters'], 'Limit' => ['shape' => 'GetConformancePackComplianceDetailsLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceDetailsResponse' => ['type' => 'structure', 'required' => ['ConformancePackName'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'ConformancePackRuleEvaluationResults' => ['shape' => 'ConformancePackRuleEvaluationResultsList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceSummaryRequest' => ['type' => 'structure', 'required' => ['ConformancePackNames'], 'members' => ['ConformancePackNames' => ['shape' => 'ConformancePackNamesToSummarizeList'], 'Limit' => ['shape' => 'PageSizeLimit'], 'NextToken' => ['shape' => 'NextToken']]], 'GetConformancePackComplianceSummaryResponse' => ['type' => 'structure', 'members' => ['ConformancePackComplianceSummaryList' => ['shape' => 'ConformancePackComplianceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDiscoveredResourceCountsRequest' => ['type' => 'structure', 'members' => ['resourceTypes' => ['shape' => 'ResourceTypes'], 'limit' => ['shape' => 'Limit'], 'nextToken' => ['shape' => 'NextToken']]], 'GetDiscoveredResourceCountsResponse' => ['type' => 'structure', 'members' => ['totalDiscoveredResources' => ['shape' => 'Long'], 'resourceCounts' => ['shape' => 'ResourceCounts'], 'nextToken' => ['shape' => 'NextToken']]], 'GetOrganizationConfigRuleDetailedStatusRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'Filters' => ['shape' => 'StatusDetailFilters'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConfigRuleDetailedStatusResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleDetailedStatus' => ['shape' => 'OrganizationConfigRuleDetailedStatus'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConformancePackDetailedStatusRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'Filters' => ['shape' => 'OrganizationResourceDetailedStatusFilters'], 'Limit' => ['shape' => 'CosmosPageLimit'], 'NextToken' => ['shape' => 'String']]], 'GetOrganizationConformancePackDetailedStatusResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackDetailedStatuses' => ['shape' => 'OrganizationConformancePackDetailedStatuses'], 'NextToken' => ['shape' => 'String']]], 'GetResourceConfigHistoryRequest' => ['type' => 'structure', 'required' => ['resourceType', 'resourceId'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'laterTime' => ['shape' => 'LaterTime'], 'earlierTime' => ['shape' => 'EarlierTime'], 'chronologicalOrder' => ['shape' => 'ChronologicalOrder'], 'limit' => ['shape' => 'Limit'], 'nextToken' => ['shape' => 'NextToken']]], 'GetResourceConfigHistoryResponse' => ['type' => 'structure', 'members' => ['configurationItems' => ['shape' => 'ConfigurationItemList'], 'nextToken' => ['shape' => 'NextToken']]], 'GroupByAPILimit' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'GroupedResourceCount' => ['type' => 'structure', 'required' => ['GroupName', 'ResourceCount'], 'members' => ['GroupName' => ['shape' => 'StringWithCharLimit256'], 'ResourceCount' => ['shape' => 'Long']]], 'GroupedResourceCountList' => ['type' => 'list', 'member' => ['shape' => 'GroupedResourceCount']], 'IncludeGlobalResourceTypes' => ['type' => 'boolean'], 'InsufficientDeliveryPolicyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InsufficientPermissionsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidConfigurationRecorderNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeliveryChannelNameException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidExpressionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidLimitException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRecordingGroupException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResultTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidRoleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidS3KeyPrefixException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSNSTopicARNException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidTimeRangeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LastDeliveryChannelDeleteFailedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LaterTime' => ['type' => 'timestamp'], 'Limit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListAggregateDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName', 'ResourceType'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'ResourceType' => ['shape' => 'ResourceType'], 'Filters' => ['shape' => 'ResourceFilters'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAggregateDiscoveredResourcesResponse' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'DiscoveredResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['resourceType'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIds' => ['shape' => 'ResourceIdList'], 'resourceName' => ['shape' => 'ResourceName'], 'limit' => ['shape' => 'Limit'], 'includeDeletedResources' => ['shape' => 'Boolean'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDiscoveredResourcesResponse' => ['type' => 'structure', 'members' => ['resourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'Long' => ['type' => 'long'], 'MaxActiveResourcesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConfigRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConfigurationRecordersExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfConformancePacksExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfDeliveryChannelsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfOrganizationConfigRulesExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfOrganizationConformancePacksExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaxNumberOfRetentionConfigurationsExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MaximumExecutionFrequency' => ['type' => 'string', 'enum' => ['One_Hour', 'Three_Hours', 'Six_Hours', 'Twelve_Hours', 'TwentyFour_Hours']], 'MemberAccountRuleStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'MemberAccountStatus' => ['type' => 'structure', 'required' => ['AccountId', 'ConfigRuleName', 'MemberAccountRuleStatus'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ConfigRuleName' => ['shape' => 'StringWithCharLimit64'], 'MemberAccountRuleStatus' => ['shape' => 'MemberAccountRuleStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'MessageType' => ['type' => 'string', 'enum' => ['ConfigurationItemChangeNotification', 'ConfigurationSnapshotDeliveryCompleted', 'ScheduledNotification', 'OversizedConfigurationItemChangeNotification']], 'Name' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'NoAvailableConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoAvailableDeliveryChannelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoAvailableOrganizationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoRunningConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchBucketException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigRuleInConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigurationAggregatorException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConfigurationRecorderException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchDeliveryChannelException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchOrganizationConfigRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchOrganizationConformancePackException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRemediationConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRemediationExceptionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchRetentionConfigurationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrderingTimestamp' => ['type' => 'timestamp'], 'OrganizationAccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationAggregationSource' => ['type' => 'structure', 'required' => ['RoleArn'], 'members' => ['RoleArn' => ['shape' => 'String'], 'AwsRegions' => ['shape' => 'AggregatorRegionList'], 'AllAwsRegions' => ['shape' => 'Boolean']]], 'OrganizationAllFeaturesNotEnabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationConfigRule' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName', 'OrganizationConfigRuleArn'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationConfigRuleArn' => ['shape' => 'StringWithCharLimit256'], 'OrganizationManagedRuleMetadata' => ['shape' => 'OrganizationManagedRuleMetadata'], 'OrganizationCustomRuleMetadata' => ['shape' => 'OrganizationCustomRuleMetadata'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConfigRuleDetailedStatus' => ['type' => 'list', 'member' => ['shape' => 'MemberAccountStatus']], 'OrganizationConfigRuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'OrganizationConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit64'], 'max' => 25, 'min' => 0], 'OrganizationConfigRuleStatus' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName', 'OrganizationRuleStatus'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationRuleStatus' => ['shape' => 'OrganizationRuleStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConfigRuleStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRuleStatus']], 'OrganizationConfigRuleTriggerType' => ['type' => 'string', 'enum' => ['ConfigurationItemChangeNotification', 'OversizedConfigurationItemChangeNotification', 'ScheduledNotification']], 'OrganizationConfigRuleTriggerTypes' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRuleTriggerType']], 'OrganizationConfigRules' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConfigRule']], 'OrganizationConformancePack' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'OrganizationConformancePackArn', 'DeliveryS3Bucket', 'LastUpdateTime'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'OrganizationConformancePackArn' => ['shape' => 'StringWithCharLimit256'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackDetailedStatus' => ['type' => 'structure', 'required' => ['AccountId', 'ConformancePackName', 'Status'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ConformancePackName' => ['shape' => 'StringWithCharLimit256'], 'Status' => ['shape' => 'OrganizationResourceDetailedStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackDetailedStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackDetailedStatus']], 'OrganizationConformancePackName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z][-a-zA-Z0-9]*'], 'OrganizationConformancePackNames' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackName'], 'max' => 25, 'min' => 0], 'OrganizationConformancePackStatus' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'Status'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'Status' => ['shape' => 'OrganizationResourceStatus'], 'ErrorCode' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String'], 'LastUpdateTime' => ['shape' => 'Date']]], 'OrganizationConformancePackStatuses' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePackStatus']], 'OrganizationConformancePackTemplateValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationConformancePacks' => ['type' => 'list', 'member' => ['shape' => 'OrganizationConformancePack']], 'OrganizationCustomRuleMetadata' => ['type' => 'structure', 'required' => ['LambdaFunctionArn', 'OrganizationConfigRuleTriggerTypes'], 'members' => ['Description' => ['shape' => 'StringWithCharLimit256Min0'], 'LambdaFunctionArn' => ['shape' => 'StringWithCharLimit256'], 'OrganizationConfigRuleTriggerTypes' => ['shape' => 'OrganizationConfigRuleTriggerTypes'], 'InputParameters' => ['shape' => 'StringWithCharLimit2048'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ResourceTypesScope' => ['shape' => 'ResourceTypesScope'], 'ResourceIdScope' => ['shape' => 'StringWithCharLimit768'], 'TagKeyScope' => ['shape' => 'StringWithCharLimit128'], 'TagValueScope' => ['shape' => 'StringWithCharLimit256']]], 'OrganizationManagedRuleMetadata' => ['type' => 'structure', 'required' => ['RuleIdentifier'], 'members' => ['Description' => ['shape' => 'StringWithCharLimit256Min0'], 'RuleIdentifier' => ['shape' => 'StringWithCharLimit256'], 'InputParameters' => ['shape' => 'StringWithCharLimit2048'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency'], 'ResourceTypesScope' => ['shape' => 'ResourceTypesScope'], 'ResourceIdScope' => ['shape' => 'StringWithCharLimit768'], 'TagKeyScope' => ['shape' => 'StringWithCharLimit128'], 'TagValueScope' => ['shape' => 'StringWithCharLimit256']]], 'OrganizationResourceDetailedStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OrganizationResourceDetailedStatusFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Status' => ['shape' => 'OrganizationResourceDetailedStatus']]], 'OrganizationResourceStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OrganizationRuleStatus' => ['type' => 'string', 'enum' => ['CREATE_SUCCESSFUL', 'CREATE_IN_PROGRESS', 'CREATE_FAILED', 'DELETE_SUCCESSFUL', 'DELETE_FAILED', 'DELETE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_IN_PROGRESS', 'UPDATE_FAILED']], 'OversizedConfigurationItemException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Owner' => ['type' => 'string', 'enum' => ['CUSTOM_LAMBDA', 'AWS']], 'PageSizeLimit' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'ParameterName' => ['type' => 'string', 'max' => 255, 'min' => 0], 'ParameterValue' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'PendingAggregationRequest' => ['type' => 'structure', 'members' => ['RequesterAccountId' => ['shape' => 'AccountId'], 'RequesterAwsRegion' => ['shape' => 'AwsRegion']]], 'PendingAggregationRequestList' => ['type' => 'list', 'member' => ['shape' => 'PendingAggregationRequest']], 'Percentage' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'PutAggregationAuthorizationRequest' => ['type' => 'structure', 'required' => ['AuthorizedAccountId', 'AuthorizedAwsRegion'], 'members' => ['AuthorizedAccountId' => ['shape' => 'AccountId'], 'AuthorizedAwsRegion' => ['shape' => 'AwsRegion'], 'Tags' => ['shape' => 'TagsList']]], 'PutAggregationAuthorizationResponse' => ['type' => 'structure', 'members' => ['AggregationAuthorization' => ['shape' => 'AggregationAuthorization']]], 'PutConfigRuleRequest' => ['type' => 'structure', 'required' => ['ConfigRule'], 'members' => ['ConfigRule' => ['shape' => 'ConfigRule'], 'Tags' => ['shape' => 'TagsList']]], 'PutConfigurationAggregatorRequest' => ['type' => 'structure', 'required' => ['ConfigurationAggregatorName'], 'members' => ['ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'AccountAggregationSources' => ['shape' => 'AccountAggregationSourceList'], 'OrganizationAggregationSource' => ['shape' => 'OrganizationAggregationSource'], 'Tags' => ['shape' => 'TagsList']]], 'PutConfigurationAggregatorResponse' => ['type' => 'structure', 'members' => ['ConfigurationAggregator' => ['shape' => 'ConfigurationAggregator']]], 'PutConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorder'], 'members' => ['ConfigurationRecorder' => ['shape' => 'ConfigurationRecorder']]], 'PutConformancePackRequest' => ['type' => 'structure', 'required' => ['ConformancePackName', 'DeliveryS3Bucket'], 'members' => ['ConformancePackName' => ['shape' => 'ConformancePackName'], 'TemplateS3Uri' => ['shape' => 'TemplateS3Uri'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters']]], 'PutConformancePackResponse' => ['type' => 'structure', 'members' => ['ConformancePackArn' => ['shape' => 'ConformancePackArn']]], 'PutDeliveryChannelRequest' => ['type' => 'structure', 'required' => ['DeliveryChannel'], 'members' => ['DeliveryChannel' => ['shape' => 'DeliveryChannel']]], 'PutEvaluationsRequest' => ['type' => 'structure', 'required' => ['ResultToken'], 'members' => ['Evaluations' => ['shape' => 'Evaluations'], 'ResultToken' => ['shape' => 'String'], 'TestMode' => ['shape' => 'Boolean']]], 'PutEvaluationsResponse' => ['type' => 'structure', 'members' => ['FailedEvaluations' => ['shape' => 'Evaluations']]], 'PutOrganizationConfigRuleRequest' => ['type' => 'structure', 'required' => ['OrganizationConfigRuleName'], 'members' => ['OrganizationConfigRuleName' => ['shape' => 'OrganizationConfigRuleName'], 'OrganizationManagedRuleMetadata' => ['shape' => 'OrganizationManagedRuleMetadata'], 'OrganizationCustomRuleMetadata' => ['shape' => 'OrganizationCustomRuleMetadata'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts']]], 'PutOrganizationConfigRuleResponse' => ['type' => 'structure', 'members' => ['OrganizationConfigRuleArn' => ['shape' => 'StringWithCharLimit256']]], 'PutOrganizationConformancePackRequest' => ['type' => 'structure', 'required' => ['OrganizationConformancePackName', 'DeliveryS3Bucket'], 'members' => ['OrganizationConformancePackName' => ['shape' => 'OrganizationConformancePackName'], 'TemplateS3Uri' => ['shape' => 'TemplateS3Uri'], 'TemplateBody' => ['shape' => 'TemplateBody'], 'DeliveryS3Bucket' => ['shape' => 'DeliveryS3Bucket'], 'DeliveryS3KeyPrefix' => ['shape' => 'DeliveryS3KeyPrefix'], 'ConformancePackInputParameters' => ['shape' => 'ConformancePackInputParameters'], 'ExcludedAccounts' => ['shape' => 'ExcludedAccounts']]], 'PutOrganizationConformancePackResponse' => ['type' => 'structure', 'members' => ['OrganizationConformancePackArn' => ['shape' => 'StringWithCharLimit256']]], 'PutRemediationConfigurationsRequest' => ['type' => 'structure', 'required' => ['RemediationConfigurations'], 'members' => ['RemediationConfigurations' => ['shape' => 'RemediationConfigurations']]], 'PutRemediationConfigurationsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedRemediationBatches']]], 'PutRemediationExceptionsRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'RemediationExceptionResourceKeys'], 'Message' => ['shape' => 'StringWithCharLimit1024'], 'ExpirationTime' => ['shape' => 'Date']]], 'PutRemediationExceptionsResponse' => ['type' => 'structure', 'members' => ['FailedBatches' => ['shape' => 'FailedRemediationExceptionBatches']]], 'PutResourceConfigRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'SchemaVersionId', 'ResourceId', 'Configuration'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeString'], 'SchemaVersionId' => ['shape' => 'SchemaVersionId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceName' => ['shape' => 'ResourceName'], 'Configuration' => ['shape' => 'Configuration'], 'Tags' => ['shape' => 'Tags']]], 'PutRetentionConfigurationRequest' => ['type' => 'structure', 'required' => ['RetentionPeriodInDays'], 'members' => ['RetentionPeriodInDays' => ['shape' => 'RetentionPeriodInDays']]], 'PutRetentionConfigurationResponse' => ['type' => 'structure', 'members' => ['RetentionConfiguration' => ['shape' => 'RetentionConfiguration']]], 'QueryInfo' => ['type' => 'structure', 'members' => ['SelectFields' => ['shape' => 'FieldInfoList']]], 'RecorderName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RecorderStatus' => ['type' => 'string', 'enum' => ['Pending', 'Success', 'Failure']], 'RecordingGroup' => ['type' => 'structure', 'members' => ['allSupported' => ['shape' => 'AllSupported'], 'includeGlobalResourceTypes' => ['shape' => 'IncludeGlobalResourceTypes'], 'resourceTypes' => ['shape' => 'ResourceTypeList']]], 'ReevaluateConfigRuleNames' => ['type' => 'list', 'member' => ['shape' => 'ConfigRuleName'], 'max' => 25, 'min' => 1], 'RelatedEvent' => ['type' => 'string'], 'RelatedEventList' => ['type' => 'list', 'member' => ['shape' => 'RelatedEvent']], 'Relationship' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'relationshipName' => ['shape' => 'RelationshipName']]], 'RelationshipList' => ['type' => 'list', 'member' => ['shape' => 'Relationship']], 'RelationshipName' => ['type' => 'string'], 'RemediationConfiguration' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'TargetType', 'TargetId'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'TargetType' => ['shape' => 'RemediationTargetType'], 'TargetId' => ['shape' => 'StringWithCharLimit256'], 'TargetVersion' => ['shape' => 'String'], 'Parameters' => ['shape' => 'RemediationParameters'], 'ResourceType' => ['shape' => 'String'], 'Automatic' => ['shape' => 'Boolean'], 'ExecutionControls' => ['shape' => 'ExecutionControls'], 'MaximumAutomaticAttempts' => ['shape' => 'AutoRemediationAttempts'], 'RetryAttemptSeconds' => ['shape' => 'AutoRemediationAttemptSeconds'], 'Arn' => ['shape' => 'StringWithCharLimit1024'], 'CreatedByService' => ['shape' => 'StringWithCharLimit1024']]], 'RemediationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'RemediationConfiguration'], 'max' => 25, 'min' => 0], 'RemediationException' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceType', 'ResourceId'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'StringWithCharLimit1024'], 'Message' => ['shape' => 'StringWithCharLimit1024'], 'ExpirationTime' => ['shape' => 'Date']]], 'RemediationExceptionResourceKey' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'StringWithCharLimit256'], 'ResourceId' => ['shape' => 'StringWithCharLimit1024']]], 'RemediationExceptionResourceKeys' => ['type' => 'list', 'member' => ['shape' => 'RemediationExceptionResourceKey'], 'max' => 100, 'min' => 1], 'RemediationExceptions' => ['type' => 'list', 'member' => ['shape' => 'RemediationException'], 'max' => 25, 'min' => 0], 'RemediationExecutionState' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'RemediationExecutionStatus' => ['type' => 'structure', 'members' => ['ResourceKey' => ['shape' => 'ResourceKey'], 'State' => ['shape' => 'RemediationExecutionState'], 'StepDetails' => ['shape' => 'RemediationExecutionSteps'], 'InvocationTime' => ['shape' => 'Date'], 'LastUpdatedTime' => ['shape' => 'Date']]], 'RemediationExecutionStatuses' => ['type' => 'list', 'member' => ['shape' => 'RemediationExecutionStatus']], 'RemediationExecutionStep' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'State' => ['shape' => 'RemediationExecutionStepState'], 'ErrorMessage' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Date'], 'StopTime' => ['shape' => 'Date']]], 'RemediationExecutionStepState' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'PENDING', 'FAILED']], 'RemediationExecutionSteps' => ['type' => 'list', 'member' => ['shape' => 'RemediationExecutionStep']], 'RemediationInProgressException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RemediationParameterValue' => ['type' => 'structure', 'members' => ['ResourceValue' => ['shape' => 'ResourceValue'], 'StaticValue' => ['shape' => 'StaticValue']]], 'RemediationParameters' => ['type' => 'map', 'key' => ['shape' => 'StringWithCharLimit256'], 'value' => ['shape' => 'RemediationParameterValue'], 'max' => 25, 'min' => 0], 'RemediationTargetType' => ['type' => 'string', 'enum' => ['SSM_DOCUMENT']], 'ResourceCount' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'count' => ['shape' => 'Long']]], 'ResourceCountFilters' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'AccountId' => ['shape' => 'AccountId'], 'Region' => ['shape' => 'AwsRegion']]], 'ResourceCountGroupKey' => ['type' => 'string', 'enum' => ['RESOURCE_TYPE', 'ACCOUNT_ID', 'AWS_REGION']], 'ResourceCounts' => ['type' => 'list', 'member' => ['shape' => 'ResourceCount']], 'ResourceCreationTime' => ['type' => 'timestamp'], 'ResourceDeletionTime' => ['type' => 'timestamp'], 'ResourceFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceName' => ['shape' => 'ResourceName'], 'Region' => ['shape' => 'AwsRegion']]], 'ResourceId' => ['type' => 'string', 'max' => 768, 'min' => 1], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId']], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceName' => ['shape' => 'ResourceName'], 'resourceDeletionTime' => ['shape' => 'ResourceDeletionTime']]], 'ResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifier']], 'ResourceIdentifiersList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier'], 'max' => 100, 'min' => 1], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceKey' => ['type' => 'structure', 'required' => ['resourceType', 'resourceId'], 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceId' => ['shape' => 'ResourceId']]], 'ResourceKeys' => ['type' => 'list', 'member' => ['shape' => 'ResourceKey'], 'max' => 100, 'min' => 1], 'ResourceName' => ['type' => 'string'], 'ResourceNotDiscoveredException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['AWS::EC2::CustomerGateway', 'AWS::EC2::EIP', 'AWS::EC2::Host', 'AWS::EC2::Instance', 'AWS::EC2::InternetGateway', 'AWS::EC2::NetworkAcl', 'AWS::EC2::NetworkInterface', 'AWS::EC2::RouteTable', 'AWS::EC2::SecurityGroup', 'AWS::EC2::Subnet', 'AWS::CloudTrail::Trail', 'AWS::EC2::Volume', 'AWS::EC2::VPC', 'AWS::EC2::VPNConnection', 'AWS::EC2::VPNGateway', 'AWS::EC2::RegisteredHAInstance', 'AWS::EC2::NatGateway', 'AWS::EC2::EgressOnlyInternetGateway', 'AWS::EC2::VPCEndpoint', 'AWS::EC2::VPCEndpointService', 'AWS::EC2::FlowLog', 'AWS::EC2::VPCPeeringConnection', 'AWS::Elasticsearch::Domain', 'AWS::IAM::Group', 'AWS::IAM::Policy', 'AWS::IAM::Role', 'AWS::IAM::User', 'AWS::ElasticLoadBalancingV2::LoadBalancer', 'AWS::ACM::Certificate', 'AWS::RDS::DBInstance', 'AWS::RDS::DBSubnetGroup', 'AWS::RDS::DBSecurityGroup', 'AWS::RDS::DBSnapshot', 'AWS::RDS::DBCluster', 'AWS::RDS::DBClusterSnapshot', 'AWS::RDS::EventSubscription', 'AWS::S3::Bucket', 'AWS::S3::AccountPublicAccessBlock', 'AWS::Redshift::Cluster', 'AWS::Redshift::ClusterSnapshot', 'AWS::Redshift::ClusterParameterGroup', 'AWS::Redshift::ClusterSecurityGroup', 'AWS::Redshift::ClusterSubnetGroup', 'AWS::Redshift::EventSubscription', 'AWS::SSM::ManagedInstanceInventory', 'AWS::CloudWatch::Alarm', 'AWS::CloudFormation::Stack', 'AWS::ElasticLoadBalancing::LoadBalancer', 'AWS::AutoScaling::AutoScalingGroup', 'AWS::AutoScaling::LaunchConfiguration', 'AWS::AutoScaling::ScalingPolicy', 'AWS::AutoScaling::ScheduledAction', 'AWS::DynamoDB::Table', 'AWS::CodeBuild::Project', 'AWS::WAF::RateBasedRule', 'AWS::WAF::Rule', 'AWS::WAF::RuleGroup', 'AWS::WAF::WebACL', 'AWS::WAFRegional::RateBasedRule', 'AWS::WAFRegional::Rule', 'AWS::WAFRegional::RuleGroup', 'AWS::WAFRegional::WebACL', 'AWS::CloudFront::Distribution', 'AWS::CloudFront::StreamingDistribution', 'AWS::Lambda::Function', 'AWS::ElasticBeanstalk::Application', 'AWS::ElasticBeanstalk::ApplicationVersion', 'AWS::ElasticBeanstalk::Environment', 'AWS::WAFv2::WebACL', 'AWS::WAFv2::RuleGroup', 'AWS::WAFv2::IPSet', 'AWS::WAFv2::RegexPatternSet', 'AWS::WAFv2::ManagedRuleSet', 'AWS::XRay::EncryptionConfig', 'AWS::SSM::AssociationCompliance', 'AWS::SSM::PatchCompliance', 'AWS::Shield::Protection', 'AWS::ShieldRegional::Protection', 'AWS::Config::ResourceCompliance', 'AWS::ApiGateway::Stage', 'AWS::ApiGateway::RestApi', 'AWS::ApiGatewayV2::Stage', 'AWS::ApiGatewayV2::Api', 'AWS::CodePipeline::Pipeline', 'AWS::ServiceCatalog::CloudFormationProvisionedProduct', 'AWS::ServiceCatalog::CloudFormationProduct', 'AWS::ServiceCatalog::Portfolio', 'AWS::SQS::Queue', 'AWS::KMS::Key', 'AWS::QLDB::Ledger', 'AWS::SecretsManager::Secret', 'AWS::SNS::Topic', 'AWS::SSM::FileData']], 'ResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'ResourceTypeString' => ['type' => 'string', 'max' => 196, 'min' => 1], 'ResourceTypes' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 20, 'min' => 0], 'ResourceTypesScope' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 100, 'min' => 0], 'ResourceValue' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'ResourceValueType']]], 'ResourceValueType' => ['type' => 'string', 'enum' => ['RESOURCE_ID']], 'Results' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RetentionConfiguration' => ['type' => 'structure', 'required' => ['Name', 'RetentionPeriodInDays'], 'members' => ['Name' => ['shape' => 'RetentionConfigurationName'], 'RetentionPeriodInDays' => ['shape' => 'RetentionPeriodInDays']]], 'RetentionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'RetentionConfiguration']], 'RetentionConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'RetentionConfigurationNameList' => ['type' => 'list', 'member' => ['shape' => 'RetentionConfigurationName'], 'max' => 1, 'min' => 0], 'RetentionPeriodInDays' => ['type' => 'integer', 'max' => 2557, 'min' => 30], 'RuleLimit' => ['type' => 'integer', 'max' => 50, 'min' => 0], 'SchemaVersionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[A-Za-z0-9-]+'], 'Scope' => ['type' => 'structure', 'members' => ['ComplianceResourceTypes' => ['shape' => 'ComplianceResourceTypes'], 'TagKey' => ['shape' => 'StringWithCharLimit128'], 'TagValue' => ['shape' => 'StringWithCharLimit256'], 'ComplianceResourceId' => ['shape' => 'BaseResourceId']]], 'SelectAggregateResourceConfigRequest' => ['type' => 'structure', 'required' => ['Expression', 'ConfigurationAggregatorName'], 'members' => ['Expression' => ['shape' => 'Expression'], 'ConfigurationAggregatorName' => ['shape' => 'ConfigurationAggregatorName'], 'Limit' => ['shape' => 'Limit'], 'MaxResults' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectAggregateResourceConfigResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'Results'], 'QueryInfo' => ['shape' => 'QueryInfo'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectResourceConfigRequest' => ['type' => 'structure', 'required' => ['Expression'], 'members' => ['Expression' => ['shape' => 'Expression'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'NextToken']]], 'SelectResourceConfigResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'Results'], 'QueryInfo' => ['shape' => 'QueryInfo'], 'NextToken' => ['shape' => 'NextToken']]], 'Source' => ['type' => 'structure', 'required' => ['Owner', 'SourceIdentifier'], 'members' => ['Owner' => ['shape' => 'Owner'], 'SourceIdentifier' => ['shape' => 'StringWithCharLimit256'], 'SourceDetails' => ['shape' => 'SourceDetails']]], 'SourceDetail' => ['type' => 'structure', 'members' => ['EventSource' => ['shape' => 'EventSource'], 'MessageType' => ['shape' => 'MessageType'], 'MaximumExecutionFrequency' => ['shape' => 'MaximumExecutionFrequency']]], 'SourceDetails' => ['type' => 'list', 'member' => ['shape' => 'SourceDetail'], 'max' => 25, 'min' => 0], 'SsmControls' => ['type' => 'structure', 'members' => ['ConcurrentExecutionRatePercentage' => ['shape' => 'Percentage'], 'ErrorPercentage' => ['shape' => 'Percentage']]], 'StackArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StartConfigRulesEvaluationRequest' => ['type' => 'structure', 'members' => ['ConfigRuleNames' => ['shape' => 'ReevaluateConfigRuleNames']]], 'StartConfigRulesEvaluationResponse' => ['type' => 'structure', 'members' => []], 'StartConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'StartRemediationExecutionRequest' => ['type' => 'structure', 'required' => ['ConfigRuleName', 'ResourceKeys'], 'members' => ['ConfigRuleName' => ['shape' => 'ConfigRuleName'], 'ResourceKeys' => ['shape' => 'ResourceKeys']]], 'StartRemediationExecutionResponse' => ['type' => 'structure', 'members' => ['FailureMessage' => ['shape' => 'String'], 'FailedItems' => ['shape' => 'ResourceKeys']]], 'StaticParameterValues' => ['type' => 'list', 'member' => ['shape' => 'StringWithCharLimit256'], 'max' => 25, 'min' => 0], 'StaticValue' => ['type' => 'structure', 'required' => ['Values'], 'members' => ['Values' => ['shape' => 'StaticParameterValues']]], 'StatusDetailFilters' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'MemberAccountRuleStatus' => ['shape' => 'MemberAccountRuleStatus']]], 'StopConfigurationRecorderRequest' => ['type' => 'structure', 'required' => ['ConfigurationRecorderName'], 'members' => ['ConfigurationRecorderName' => ['shape' => 'RecorderName']]], 'String' => ['type' => 'string'], 'StringWithCharLimit1024' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'StringWithCharLimit128' => ['type' => 'string', 'max' => 128, 'min' => 1], 'StringWithCharLimit2048' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StringWithCharLimit256' => ['type' => 'string', 'max' => 256, 'min' => 1], 'StringWithCharLimit256Min0' => ['type' => 'string', 'max' => 256, 'min' => 0], 'StringWithCharLimit64' => ['type' => 'string', 'max' => 64, 'min' => 1], 'StringWithCharLimit768' => ['type' => 'string', 'max' => 768, 'min' => 1], 'SupplementaryConfiguration' => ['type' => 'map', 'key' => ['shape' => 'SupplementaryConfigurationName'], 'value' => ['shape' => 'SupplementaryConfigurationValue']], 'SupplementaryConfigurationName' => ['type' => 'string'], 'SupplementaryConfigurationValue' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'Name'], 'value' => ['shape' => 'Value']], 'TagsList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TemplateBody' => ['type' => 'string', 'max' => 51200, 'min' => 1], 'TemplateS3Uri' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 's3://.*'], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UnprocessedResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'AggregateResourceIdentifier']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'ValidationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Value' => ['type' => 'string'], 'Version' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/connect/2017-08-08/api-2.json.php b/vendor/Aws3/Aws/data/connect/2017-08-08/api-2.json.php index 97fa3d77..ada69b7c 100644 --- a/vendor/Aws3/Aws/data/connect/2017-08-08/api-2.json.php +++ b/vendor/Aws3/Aws/data/connect/2017-08-08/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-08-08', 'endpointPrefix' => 'connect', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon Connect', 'serviceFullName' => 'Amazon Connect Service', 'serviceId' => 'Connect', 'signatureVersion' => 'v4', 'signingName' => 'connect', 'uid' => 'connect-2017-08-08'], 'operations' => ['CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/users/{InstanceId}'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/users/{InstanceId}/{UserId}'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/users/{InstanceId}/{UserId}'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUserHierarchyGroup' => ['name' => 'DescribeUserHierarchyGroup', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}'], 'input' => ['shape' => 'DescribeUserHierarchyGroupRequest'], 'output' => ['shape' => 'DescribeUserHierarchyGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUserHierarchyStructure' => ['name' => 'DescribeUserHierarchyStructure', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-structure/{InstanceId}'], 'input' => ['shape' => 'DescribeUserHierarchyStructureRequest'], 'output' => ['shape' => 'DescribeUserHierarchyStructureResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'GetContactAttributes' => ['name' => 'GetContactAttributes', 'http' => ['method' => 'GET', 'requestUri' => '/contact/attributes/{InstanceId}/{InitialContactId}'], 'input' => ['shape' => 'GetContactAttributesRequest'], 'output' => ['shape' => 'GetContactAttributesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'GetCurrentMetricData' => ['name' => 'GetCurrentMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/metrics/current/{InstanceId}'], 'input' => ['shape' => 'GetCurrentMetricDataRequest'], 'output' => ['shape' => 'GetCurrentMetricDataResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetFederationToken' => ['name' => 'GetFederationToken', 'http' => ['method' => 'GET', 'requestUri' => '/user/federate/{InstanceId}'], 'input' => ['shape' => 'GetFederationTokenRequest'], 'output' => ['shape' => 'GetFederationTokenResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'DuplicateResourceException']]], 'GetMetricData' => ['name' => 'GetMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/metrics/historical/{InstanceId}'], 'input' => ['shape' => 'GetMetricDataRequest'], 'output' => ['shape' => 'GetMetricDataResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListContactFlows' => ['name' => 'ListContactFlows', 'http' => ['method' => 'GET', 'requestUri' => '/contact-flows-summary/{InstanceId}'], 'input' => ['shape' => 'ListContactFlowsRequest'], 'output' => ['shape' => 'ListContactFlowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListHoursOfOperations' => ['name' => 'ListHoursOfOperations', 'http' => ['method' => 'GET', 'requestUri' => '/hours-of-operations-summary/{InstanceId}'], 'input' => ['shape' => 'ListHoursOfOperationsRequest'], 'output' => ['shape' => 'ListHoursOfOperationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListPhoneNumbers' => ['name' => 'ListPhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers-summary/{InstanceId}'], 'input' => ['shape' => 'ListPhoneNumbersRequest'], 'output' => ['shape' => 'ListPhoneNumbersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'GET', 'requestUri' => '/queues-summary/{InstanceId}'], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListRoutingProfiles' => ['name' => 'ListRoutingProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/routing-profiles-summary/{InstanceId}'], 'input' => ['shape' => 'ListRoutingProfilesRequest'], 'output' => ['shape' => 'ListRoutingProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListSecurityProfiles' => ['name' => 'ListSecurityProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles-summary/{InstanceId}'], 'input' => ['shape' => 'ListSecurityProfilesRequest'], 'output' => ['shape' => 'ListSecurityProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListUserHierarchyGroups' => ['name' => 'ListUserHierarchyGroups', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-groups-summary/{InstanceId}'], 'input' => ['shape' => 'ListUserHierarchyGroupsRequest'], 'output' => ['shape' => 'ListUserHierarchyGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/users-summary/{InstanceId}'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'StartChatContact' => ['name' => 'StartChatContact', 'http' => ['method' => 'PUT', 'requestUri' => '/contact/chat'], 'input' => ['shape' => 'StartChatContactRequest'], 'output' => ['shape' => 'StartChatContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException']]], 'StartOutboundVoiceContact' => ['name' => 'StartOutboundVoiceContact', 'http' => ['method' => 'PUT', 'requestUri' => '/contact/outbound-voice'], 'input' => ['shape' => 'StartOutboundVoiceContactRequest'], 'output' => ['shape' => 'StartOutboundVoiceContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException'], ['shape' => 'DestinationNotAllowedException'], ['shape' => 'OutboundContactNotPermittedException']]], 'StopContact' => ['name' => 'StopContact', 'http' => ['method' => 'POST', 'requestUri' => '/contact/stop'], 'input' => ['shape' => 'StopContactRequest'], 'output' => ['shape' => 'StopContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ContactNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateContactAttributes' => ['name' => 'UpdateContactAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/contact/attributes'], 'input' => ['shape' => 'UpdateContactAttributesRequest'], 'output' => ['shape' => 'UpdateContactAttributesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateUserHierarchy' => ['name' => 'UpdateUserHierarchy', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/hierarchy'], 'input' => ['shape' => 'UpdateUserHierarchyRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserIdentityInfo' => ['name' => 'UpdateUserIdentityInfo', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/identity-info'], 'input' => ['shape' => 'UpdateUserIdentityInfoRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserPhoneConfig' => ['name' => 'UpdateUserPhoneConfig', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/phone-config'], 'input' => ['shape' => 'UpdateUserPhoneConfigRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserRoutingProfile' => ['name' => 'UpdateUserRoutingProfile', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/routing-profile'], 'input' => ['shape' => 'UpdateUserRoutingProfileRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserSecurityProfiles' => ['name' => 'UpdateUserSecurityProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/security-profiles'], 'input' => ['shape' => 'UpdateUserSecurityProfilesRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AfterContactWorkTimeLimit' => ['type' => 'integer', 'min' => 0], 'AgentFirstName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AgentLastName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AgentUsername' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AttributeName' => ['type' => 'string', 'max' => 32767, 'min' => 1], 'AttributeValue' => ['type' => 'string', 'max' => 32767, 'min' => 0], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'AutoAccept' => ['type' => 'boolean'], 'Channel' => ['type' => 'string', 'enum' => ['VOICE', 'CHAT']], 'Channels' => ['type' => 'list', 'member' => ['shape' => 'Channel'], 'max' => 1], 'ChatContent' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ChatContentType' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ChatMessage' => ['type' => 'structure', 'required' => ['ContentType', 'Content'], 'members' => ['ContentType' => ['shape' => 'ChatContentType'], 'Content' => ['shape' => 'ChatContent']]], 'ClientToken' => ['type' => 'string', 'max' => 500], 'Comparison' => ['type' => 'string', 'enum' => ['LT']], 'ContactFlowId' => ['type' => 'string', 'max' => 500], 'ContactFlowName' => ['type' => 'string'], 'ContactFlowSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ContactFlowId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'ContactFlowName'], 'ContactFlowType' => ['shape' => 'ContactFlowType']]], 'ContactFlowSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ContactFlowSummary']], 'ContactFlowType' => ['type' => 'string', 'enum' => ['CONTACT_FLOW', 'CUSTOMER_QUEUE', 'CUSTOMER_HOLD', 'CUSTOMER_WHISPER', 'AGENT_HOLD', 'AGENT_WHISPER', 'OUTBOUND_WHISPER', 'AGENT_TRANSFER', 'QUEUE_TRANSFER']], 'ContactFlowTypes' => ['type' => 'list', 'member' => ['shape' => 'ContactFlowType'], 'max' => 10], 'ContactId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ContactNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['Username', 'PhoneConfig', 'SecurityProfileIds', 'RoutingProfileId', 'InstanceId'], 'members' => ['Username' => ['shape' => 'AgentUsername'], 'Password' => ['shape' => 'Password'], 'IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'DirectoryUserId' => ['shape' => 'DirectoryUserId'], 'SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'Tags' => ['shape' => 'TagMap']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'UserId'], 'UserArn' => ['shape' => 'ARN']]], 'Credentials' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'SecurityToken'], 'AccessTokenExpiration' => ['shape' => 'timestamp'], 'RefreshToken' => ['shape' => 'SecurityToken'], 'RefreshTokenExpiration' => ['shape' => 'timestamp']]], 'CurrentMetric' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CurrentMetricName'], 'Unit' => ['shape' => 'Unit']]], 'CurrentMetricData' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'CurrentMetric'], 'Value' => ['shape' => 'Value', 'box' => \true]]], 'CurrentMetricDataCollections' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetricData']], 'CurrentMetricName' => ['type' => 'string', 'enum' => ['AGENTS_ONLINE', 'AGENTS_AVAILABLE', 'AGENTS_ON_CALL', 'AGENTS_NON_PRODUCTIVE', 'AGENTS_AFTER_CONTACT_WORK', 'AGENTS_ERROR', 'AGENTS_STAFFED', 'CONTACTS_IN_QUEUE', 'OLDEST_CONTACT_AGE', 'CONTACTS_SCHEDULED', 'AGENTS_ON_CONTACT', 'SLOTS_ACTIVE', 'SLOTS_AVAILABLE']], 'CurrentMetricResult' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'Dimensions'], 'Collections' => ['shape' => 'CurrentMetricDataCollections']]], 'CurrentMetricResults' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetricResult']], 'CurrentMetrics' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetric']], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'UserId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId']]], 'DescribeUserHierarchyGroupRequest' => ['type' => 'structure', 'required' => ['HierarchyGroupId', 'InstanceId'], 'members' => ['HierarchyGroupId' => ['shape' => 'HierarchyGroupId', 'location' => 'uri', 'locationName' => 'HierarchyGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserHierarchyGroupResponse' => ['type' => 'structure', 'members' => ['HierarchyGroup' => ['shape' => 'HierarchyGroup']]], 'DescribeUserHierarchyStructureRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserHierarchyStructureResponse' => ['type' => 'structure', 'members' => ['HierarchyStructure' => ['shape' => 'HierarchyStructure']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['UserId', 'InstanceId'], 'members' => ['UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'DestinationNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Dimensions' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'QueueReference'], 'Channel' => ['shape' => 'Channel']]], 'DirectoryUserId' => ['type' => 'string'], 'DisplayName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DuplicateResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'Email' => ['type' => 'string'], 'Filters' => ['type' => 'structure', 'members' => ['Queues' => ['shape' => 'Queues'], 'Channels' => ['shape' => 'Channels']]], 'GetContactAttributesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'InitialContactId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'InitialContactId' => ['shape' => 'ContactId', 'location' => 'uri', 'locationName' => 'InitialContactId']]], 'GetContactAttributesResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes']]], 'GetCurrentMetricDataRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Filters', 'CurrentMetrics'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'Filters' => ['shape' => 'Filters'], 'Groupings' => ['shape' => 'Groupings'], 'CurrentMetrics' => ['shape' => 'CurrentMetrics'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResult100', 'box' => \true]]], 'GetCurrentMetricDataResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MetricResults' => ['shape' => 'CurrentMetricResults'], 'DataSnapshotTime' => ['shape' => 'timestamp']]], 'GetFederationTokenRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'GetFederationTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials']]], 'GetMetricDataRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'StartTime', 'EndTime', 'Filters', 'HistoricalMetrics'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'StartTime' => ['shape' => 'timestamp'], 'EndTime' => ['shape' => 'timestamp'], 'Filters' => ['shape' => 'Filters'], 'Groupings' => ['shape' => 'Groupings'], 'HistoricalMetrics' => ['shape' => 'HistoricalMetrics'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResult100', 'box' => \true]]], 'GetMetricDataResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MetricResults' => ['shape' => 'HistoricalMetricResults']]], 'Grouping' => ['type' => 'string', 'enum' => ['QUEUE', 'CHANNEL']], 'Groupings' => ['type' => 'list', 'member' => ['shape' => 'Grouping'], 'max' => 2], 'HierarchyGroup' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyGroupId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyGroupName'], 'LevelId' => ['shape' => 'HierarchyLevelId'], 'HierarchyPath' => ['shape' => 'HierarchyPath']]], 'HierarchyGroupId' => ['type' => 'string'], 'HierarchyGroupName' => ['type' => 'string'], 'HierarchyGroupSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyGroupId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyGroupName']]], 'HierarchyGroupSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HierarchyGroupSummary']], 'HierarchyLevel' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyLevelId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyLevelName']]], 'HierarchyLevelId' => ['type' => 'string'], 'HierarchyLevelName' => ['type' => 'string'], 'HierarchyPath' => ['type' => 'structure', 'members' => ['LevelOne' => ['shape' => 'HierarchyGroupSummary'], 'LevelTwo' => ['shape' => 'HierarchyGroupSummary'], 'LevelThree' => ['shape' => 'HierarchyGroupSummary'], 'LevelFour' => ['shape' => 'HierarchyGroupSummary'], 'LevelFive' => ['shape' => 'HierarchyGroupSummary']]], 'HierarchyStructure' => ['type' => 'structure', 'members' => ['LevelOne' => ['shape' => 'HierarchyLevel'], 'LevelTwo' => ['shape' => 'HierarchyLevel'], 'LevelThree' => ['shape' => 'HierarchyLevel'], 'LevelFour' => ['shape' => 'HierarchyLevel'], 'LevelFive' => ['shape' => 'HierarchyLevel']]], 'HistoricalMetric' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HistoricalMetricName'], 'Threshold' => ['shape' => 'Threshold', 'box' => \true], 'Statistic' => ['shape' => 'Statistic'], 'Unit' => ['shape' => 'Unit']]], 'HistoricalMetricData' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'HistoricalMetric'], 'Value' => ['shape' => 'Value', 'box' => \true]]], 'HistoricalMetricDataCollections' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetricData']], 'HistoricalMetricName' => ['type' => 'string', 'enum' => ['CONTACTS_QUEUED', 'CONTACTS_HANDLED', 'CONTACTS_ABANDONED', 'CONTACTS_CONSULTED', 'CONTACTS_AGENT_HUNG_UP_FIRST', 'CONTACTS_HANDLED_INCOMING', 'CONTACTS_HANDLED_OUTBOUND', 'CONTACTS_HOLD_ABANDONS', 'CONTACTS_TRANSFERRED_IN', 'CONTACTS_TRANSFERRED_OUT', 'CONTACTS_TRANSFERRED_IN_FROM_QUEUE', 'CONTACTS_TRANSFERRED_OUT_FROM_QUEUE', 'CONTACTS_MISSED', 'CALLBACK_CONTACTS_HANDLED', 'API_CONTACTS_HANDLED', 'OCCUPANCY', 'HANDLE_TIME', 'AFTER_CONTACT_WORK_TIME', 'QUEUED_TIME', 'ABANDON_TIME', 'QUEUE_ANSWER_TIME', 'HOLD_TIME', 'INTERACTION_TIME', 'INTERACTION_AND_HOLD_TIME', 'SERVICE_LEVEL']], 'HistoricalMetricResult' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'Dimensions'], 'Collections' => ['shape' => 'HistoricalMetricDataCollections']]], 'HistoricalMetricResults' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetricResult']], 'HistoricalMetrics' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetric']], 'HoursOfOperationId' => ['type' => 'string'], 'HoursOfOperationName' => ['type' => 'string'], 'HoursOfOperationSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HoursOfOperationId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HoursOfOperationName']]], 'HoursOfOperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HoursOfOperationSummary']], 'InstanceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListContactFlowsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'ContactFlowTypes' => ['shape' => 'ContactFlowTypes', 'location' => 'querystring', 'locationName' => 'contactFlowTypes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListContactFlowsResponse' => ['type' => 'structure', 'members' => ['ContactFlowSummaryList' => ['shape' => 'ContactFlowSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHoursOfOperationsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListHoursOfOperationsResponse' => ['type' => 'structure', 'members' => ['HoursOfOperationSummaryList' => ['shape' => 'HoursOfOperationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPhoneNumbersRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'PhoneNumberTypes' => ['shape' => 'PhoneNumberTypes', 'location' => 'querystring', 'locationName' => 'phoneNumberTypes'], 'PhoneNumberCountryCodes' => ['shape' => 'PhoneNumberCountryCodes', 'location' => 'querystring', 'locationName' => 'phoneNumberCountryCodes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListPhoneNumbersResponse' => ['type' => 'structure', 'members' => ['PhoneNumberSummaryList' => ['shape' => 'PhoneNumberSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListQueuesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'QueueTypes' => ['shape' => 'QueueTypes', 'location' => 'querystring', 'locationName' => 'queueTypes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListQueuesResponse' => ['type' => 'structure', 'members' => ['QueueSummaryList' => ['shape' => 'QueueSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRoutingProfilesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListRoutingProfilesResponse' => ['type' => 'structure', 'members' => ['RoutingProfileSummaryList' => ['shape' => 'RoutingProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListSecurityProfilesResponse' => ['type' => 'structure', 'members' => ['SecurityProfileSummaryList' => ['shape' => 'SecurityProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListUserHierarchyGroupsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUserHierarchyGroupsResponse' => ['type' => 'structure', 'members' => ['UserHierarchyGroupSummaryList' => ['shape' => 'HierarchyGroupSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['UserSummaryList' => ['shape' => 'UserSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResult100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResult1000' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'OutboundContactNotPermittedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ParticipantDetails' => ['type' => 'structure', 'required' => ['DisplayName'], 'members' => ['DisplayName' => ['shape' => 'DisplayName']]], 'ParticipantId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ParticipantToken' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'Password' => ['type' => 'string', 'pattern' => '/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/'], 'PhoneNumber' => ['type' => 'string'], 'PhoneNumberCountryCode' => ['type' => 'string', 'enum' => ['AF', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BA', 'BW', 'BR', 'IO', 'VG', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CK', 'CR', 'HR', 'CU', 'CW', 'CY', 'CZ', 'CD', 'DK', 'DJ', 'DM', 'DO', 'TL', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'PF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'CI', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'AN', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'KP', 'MP', 'NO', 'OM', 'PK', 'PW', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'CG', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'KR', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'VI', 'UG', 'UA', 'AE', 'GB', 'US', 'UY', 'UZ', 'VU', 'VA', 'VE', 'VN', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'PhoneNumberCountryCodes' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberCountryCode'], 'max' => 10], 'PhoneNumberId' => ['type' => 'string'], 'PhoneNumberSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PhoneNumberId'], 'Arn' => ['shape' => 'ARN'], 'PhoneNumber' => ['shape' => 'PhoneNumber'], 'PhoneNumberType' => ['shape' => 'PhoneNumberType'], 'PhoneNumberCountryCode' => ['shape' => 'PhoneNumberCountryCode']]], 'PhoneNumberSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberSummary']], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['TOLL_FREE', 'DID']], 'PhoneNumberTypes' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberType'], 'max' => 2], 'PhoneType' => ['type' => 'string', 'enum' => ['SOFT_PHONE', 'DESK_PHONE']], 'QueueId' => ['type' => 'string'], 'QueueName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'QueueReference' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'QueueId'], 'Arn' => ['shape' => 'ARN']]], 'QueueSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'QueueId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'QueueName'], 'QueueType' => ['shape' => 'QueueType']]], 'QueueSummaryList' => ['type' => 'list', 'member' => ['shape' => 'QueueSummary']], 'QueueType' => ['type' => 'string', 'enum' => ['STANDARD', 'AGENT']], 'QueueTypes' => ['type' => 'list', 'member' => ['shape' => 'QueueType'], 'max' => 2], 'Queues' => ['type' => 'list', 'member' => ['shape' => 'QueueId'], 'max' => 100, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RoutingProfileId' => ['type' => 'string'], 'RoutingProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'RoutingProfileSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'RoutingProfileId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'RoutingProfileName']]], 'RoutingProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'RoutingProfileSummary']], 'SecurityProfileId' => ['type' => 'string'], 'SecurityProfileIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileId'], 'max' => 10, 'min' => 1], 'SecurityProfileName' => ['type' => 'string'], 'SecurityProfileSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'SecurityProfileId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'SecurityProfileName']]], 'SecurityProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileSummary']], 'SecurityToken' => ['type' => 'string', 'sensitive' => \true], 'StartChatContactRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactFlowId', 'ParticipantDetails'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactFlowId' => ['shape' => 'ContactFlowId'], 'Attributes' => ['shape' => 'Attributes'], 'ParticipantDetails' => ['shape' => 'ParticipantDetails'], 'InitialMessage' => ['shape' => 'ChatMessage'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'StartChatContactResponse' => ['type' => 'structure', 'members' => ['ContactId' => ['shape' => 'ContactId'], 'ParticipantId' => ['shape' => 'ParticipantId'], 'ParticipantToken' => ['shape' => 'ParticipantToken']]], 'StartOutboundVoiceContactRequest' => ['type' => 'structure', 'required' => ['DestinationPhoneNumber', 'ContactFlowId', 'InstanceId'], 'members' => ['DestinationPhoneNumber' => ['shape' => 'PhoneNumber'], 'ContactFlowId' => ['shape' => 'ContactFlowId'], 'InstanceId' => ['shape' => 'InstanceId'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'SourcePhoneNumber' => ['shape' => 'PhoneNumber'], 'QueueId' => ['shape' => 'QueueId'], 'Attributes' => ['shape' => 'Attributes']]], 'StartOutboundVoiceContactResponse' => ['type' => 'structure', 'members' => ['ContactId' => ['shape' => 'ContactId']]], 'Statistic' => ['type' => 'string', 'enum' => ['SUM', 'MAX', 'AVG']], 'StopContactRequest' => ['type' => 'structure', 'required' => ['ContactId', 'InstanceId'], 'members' => ['ContactId' => ['shape' => 'ContactId'], 'InstanceId' => ['shape' => 'InstanceId']]], 'StopContactResponse' => ['type' => 'structure', 'members' => []], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'Threshold' => ['type' => 'structure', 'members' => ['Comparison' => ['shape' => 'Comparison'], 'ThresholdValue' => ['shape' => 'ThresholdValue', 'box' => \true]]], 'ThresholdValue' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Unit' => ['type' => 'string', 'enum' => ['SECONDS', 'COUNT', 'PERCENT']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateContactAttributesRequest' => ['type' => 'structure', 'required' => ['InitialContactId', 'InstanceId', 'Attributes'], 'members' => ['InitialContactId' => ['shape' => 'ContactId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Attributes' => ['shape' => 'Attributes']]], 'UpdateContactAttributesResponse' => ['type' => 'structure', 'members' => []], 'UpdateUserHierarchyRequest' => ['type' => 'structure', 'required' => ['UserId', 'InstanceId'], 'members' => ['HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserIdentityInfoRequest' => ['type' => 'structure', 'required' => ['IdentityInfo', 'UserId', 'InstanceId'], 'members' => ['IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserPhoneConfigRequest' => ['type' => 'structure', 'required' => ['PhoneConfig', 'UserId', 'InstanceId'], 'members' => ['PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserRoutingProfileRequest' => ['type' => 'structure', 'required' => ['RoutingProfileId', 'UserId', 'InstanceId'], 'members' => ['RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserSecurityProfilesRequest' => ['type' => 'structure', 'required' => ['SecurityProfileIds', 'UserId', 'InstanceId'], 'members' => ['SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'User' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserId'], 'Arn' => ['shape' => 'ARN'], 'Username' => ['shape' => 'AgentUsername'], 'IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'DirectoryUserId' => ['shape' => 'DirectoryUserId'], 'SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'Tags' => ['shape' => 'TagMap']]], 'UserId' => ['type' => 'string'], 'UserIdentityInfo' => ['type' => 'structure', 'members' => ['FirstName' => ['shape' => 'AgentFirstName'], 'LastName' => ['shape' => 'AgentLastName'], 'Email' => ['shape' => 'Email']]], 'UserNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'UserPhoneConfig' => ['type' => 'structure', 'required' => ['PhoneType'], 'members' => ['PhoneType' => ['shape' => 'PhoneType'], 'AutoAccept' => ['shape' => 'AutoAccept'], 'AfterContactWorkTimeLimit' => ['shape' => 'AfterContactWorkTimeLimit'], 'DeskPhoneNumber' => ['shape' => 'PhoneNumber']]], 'UserSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserId'], 'Arn' => ['shape' => 'ARN'], 'Username' => ['shape' => 'AgentUsername']]], 'UserSummaryList' => ['type' => 'list', 'member' => ['shape' => 'UserSummary']], 'Value' => ['type' => 'double'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-08-08', 'endpointPrefix' => 'connect', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon Connect', 'serviceFullName' => 'Amazon Connect Service', 'serviceId' => 'Connect', 'signatureVersion' => 'v4', 'signingName' => 'connect', 'uid' => 'connect-2017-08-08'], 'operations' => ['CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/users/{InstanceId}'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/users/{InstanceId}/{UserId}'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/users/{InstanceId}/{UserId}'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUserHierarchyGroup' => ['name' => 'DescribeUserHierarchyGroup', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}'], 'input' => ['shape' => 'DescribeUserHierarchyGroupRequest'], 'output' => ['shape' => 'DescribeUserHierarchyGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'DescribeUserHierarchyStructure' => ['name' => 'DescribeUserHierarchyStructure', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-structure/{InstanceId}'], 'input' => ['shape' => 'DescribeUserHierarchyStructureRequest'], 'output' => ['shape' => 'DescribeUserHierarchyStructureResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'GetContactAttributes' => ['name' => 'GetContactAttributes', 'http' => ['method' => 'GET', 'requestUri' => '/contact/attributes/{InstanceId}/{InitialContactId}'], 'input' => ['shape' => 'GetContactAttributesRequest'], 'output' => ['shape' => 'GetContactAttributesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'GetCurrentMetricData' => ['name' => 'GetCurrentMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/metrics/current/{InstanceId}'], 'input' => ['shape' => 'GetCurrentMetricDataRequest'], 'output' => ['shape' => 'GetCurrentMetricDataResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'GetFederationToken' => ['name' => 'GetFederationToken', 'http' => ['method' => 'GET', 'requestUri' => '/user/federate/{InstanceId}'], 'input' => ['shape' => 'GetFederationTokenRequest'], 'output' => ['shape' => 'GetFederationTokenResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UserNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'DuplicateResourceException']]], 'GetMetricData' => ['name' => 'GetMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/metrics/historical/{InstanceId}'], 'input' => ['shape' => 'GetMetricDataRequest'], 'output' => ['shape' => 'GetMetricDataResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'ListContactFlows' => ['name' => 'ListContactFlows', 'http' => ['method' => 'GET', 'requestUri' => '/contact-flows-summary/{InstanceId}'], 'input' => ['shape' => 'ListContactFlowsRequest'], 'output' => ['shape' => 'ListContactFlowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListHoursOfOperations' => ['name' => 'ListHoursOfOperations', 'http' => ['method' => 'GET', 'requestUri' => '/hours-of-operations-summary/{InstanceId}'], 'input' => ['shape' => 'ListHoursOfOperationsRequest'], 'output' => ['shape' => 'ListHoursOfOperationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListPhoneNumbers' => ['name' => 'ListPhoneNumbers', 'http' => ['method' => 'GET', 'requestUri' => '/phone-numbers-summary/{InstanceId}'], 'input' => ['shape' => 'ListPhoneNumbersRequest'], 'output' => ['shape' => 'ListPhoneNumbersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'GET', 'requestUri' => '/queues-summary/{InstanceId}'], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListRoutingProfiles' => ['name' => 'ListRoutingProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/routing-profiles-summary/{InstanceId}'], 'input' => ['shape' => 'ListRoutingProfilesRequest'], 'output' => ['shape' => 'ListRoutingProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListSecurityProfiles' => ['name' => 'ListSecurityProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles-summary/{InstanceId}'], 'input' => ['shape' => 'ListSecurityProfilesRequest'], 'output' => ['shape' => 'ListSecurityProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListUserHierarchyGroups' => ['name' => 'ListUserHierarchyGroups', 'http' => ['method' => 'GET', 'requestUri' => '/user-hierarchy-groups-summary/{InstanceId}'], 'input' => ['shape' => 'ListUserHierarchyGroupsRequest'], 'output' => ['shape' => 'ListUserHierarchyGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/users-summary/{InstanceId}'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'ResumeContactRecording' => ['name' => 'ResumeContactRecording', 'http' => ['method' => 'POST', 'requestUri' => '/contact/resume-recording'], 'input' => ['shape' => 'ResumeContactRecordingRequest'], 'output' => ['shape' => 'ResumeContactRecordingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'StartChatContact' => ['name' => 'StartChatContact', 'http' => ['method' => 'PUT', 'requestUri' => '/contact/chat'], 'input' => ['shape' => 'StartChatContactRequest'], 'output' => ['shape' => 'StartChatContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException']]], 'StartContactRecording' => ['name' => 'StartContactRecording', 'http' => ['method' => 'POST', 'requestUri' => '/contact/start-recording'], 'input' => ['shape' => 'StartContactRecordingRequest'], 'output' => ['shape' => 'StartContactRecordingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'StartOutboundVoiceContact' => ['name' => 'StartOutboundVoiceContact', 'http' => ['method' => 'PUT', 'requestUri' => '/contact/outbound-voice'], 'input' => ['shape' => 'StartOutboundVoiceContactRequest'], 'output' => ['shape' => 'StartOutboundVoiceContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException'], ['shape' => 'DestinationNotAllowedException'], ['shape' => 'OutboundContactNotPermittedException']]], 'StopContact' => ['name' => 'StopContact', 'http' => ['method' => 'POST', 'requestUri' => '/contact/stop'], 'input' => ['shape' => 'StopContactRequest'], 'output' => ['shape' => 'StopContactResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ContactNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'StopContactRecording' => ['name' => 'StopContactRecording', 'http' => ['method' => 'POST', 'requestUri' => '/contact/stop-recording'], 'input' => ['shape' => 'StopContactRecordingRequest'], 'output' => ['shape' => 'StopContactRecordingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'SuspendContactRecording' => ['name' => 'SuspendContactRecording', 'http' => ['method' => 'POST', 'requestUri' => '/contact/suspend-recording'], 'input' => ['shape' => 'SuspendContactRecordingRequest'], 'output' => ['shape' => 'SuspendContactRecordingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateContactAttributes' => ['name' => 'UpdateContactAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/contact/attributes'], 'input' => ['shape' => 'UpdateContactAttributesRequest'], 'output' => ['shape' => 'UpdateContactAttributesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateUserHierarchy' => ['name' => 'UpdateUserHierarchy', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/hierarchy'], 'input' => ['shape' => 'UpdateUserHierarchyRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserIdentityInfo' => ['name' => 'UpdateUserIdentityInfo', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/identity-info'], 'input' => ['shape' => 'UpdateUserIdentityInfoRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserPhoneConfig' => ['name' => 'UpdateUserPhoneConfig', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/phone-config'], 'input' => ['shape' => 'UpdateUserPhoneConfigRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserRoutingProfile' => ['name' => 'UpdateUserRoutingProfile', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/routing-profile'], 'input' => ['shape' => 'UpdateUserRoutingProfileRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]], 'UpdateUserSecurityProfiles' => ['name' => 'UpdateUserSecurityProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/users/{InstanceId}/{UserId}/security-profiles'], 'input' => ['shape' => 'UpdateUserSecurityProfilesRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AfterContactWorkTimeLimit' => ['type' => 'integer', 'min' => 0], 'AgentFirstName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AgentLastName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AgentUsername' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AttributeName' => ['type' => 'string', 'max' => 32767, 'min' => 1], 'AttributeValue' => ['type' => 'string', 'max' => 32767, 'min' => 0], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'AutoAccept' => ['type' => 'boolean'], 'Channel' => ['type' => 'string', 'enum' => ['VOICE', 'CHAT']], 'Channels' => ['type' => 'list', 'member' => ['shape' => 'Channel'], 'max' => 1], 'ChatContent' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ChatContentType' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ChatMessage' => ['type' => 'structure', 'required' => ['ContentType', 'Content'], 'members' => ['ContentType' => ['shape' => 'ChatContentType'], 'Content' => ['shape' => 'ChatContent']]], 'ClientToken' => ['type' => 'string', 'max' => 500], 'Comparison' => ['type' => 'string', 'enum' => ['LT']], 'ContactFlowId' => ['type' => 'string', 'max' => 500], 'ContactFlowName' => ['type' => 'string'], 'ContactFlowSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ContactFlowId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'ContactFlowName'], 'ContactFlowType' => ['shape' => 'ContactFlowType']]], 'ContactFlowSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ContactFlowSummary']], 'ContactFlowType' => ['type' => 'string', 'enum' => ['CONTACT_FLOW', 'CUSTOMER_QUEUE', 'CUSTOMER_HOLD', 'CUSTOMER_WHISPER', 'AGENT_HOLD', 'AGENT_WHISPER', 'OUTBOUND_WHISPER', 'AGENT_TRANSFER', 'QUEUE_TRANSFER']], 'ContactFlowTypes' => ['type' => 'list', 'member' => ['shape' => 'ContactFlowType'], 'max' => 10], 'ContactId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ContactNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['Username', 'PhoneConfig', 'SecurityProfileIds', 'RoutingProfileId', 'InstanceId'], 'members' => ['Username' => ['shape' => 'AgentUsername'], 'Password' => ['shape' => 'Password'], 'IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'DirectoryUserId' => ['shape' => 'DirectoryUserId'], 'SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'Tags' => ['shape' => 'TagMap']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'UserId'], 'UserArn' => ['shape' => 'ARN']]], 'Credentials' => ['type' => 'structure', 'members' => ['AccessToken' => ['shape' => 'SecurityToken'], 'AccessTokenExpiration' => ['shape' => 'timestamp'], 'RefreshToken' => ['shape' => 'SecurityToken'], 'RefreshTokenExpiration' => ['shape' => 'timestamp']]], 'CurrentMetric' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CurrentMetricName'], 'Unit' => ['shape' => 'Unit']]], 'CurrentMetricData' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'CurrentMetric'], 'Value' => ['shape' => 'Value', 'box' => \true]]], 'CurrentMetricDataCollections' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetricData']], 'CurrentMetricName' => ['type' => 'string', 'enum' => ['AGENTS_ONLINE', 'AGENTS_AVAILABLE', 'AGENTS_ON_CALL', 'AGENTS_NON_PRODUCTIVE', 'AGENTS_AFTER_CONTACT_WORK', 'AGENTS_ERROR', 'AGENTS_STAFFED', 'CONTACTS_IN_QUEUE', 'OLDEST_CONTACT_AGE', 'CONTACTS_SCHEDULED', 'AGENTS_ON_CONTACT', 'SLOTS_ACTIVE', 'SLOTS_AVAILABLE']], 'CurrentMetricResult' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'Dimensions'], 'Collections' => ['shape' => 'CurrentMetricDataCollections']]], 'CurrentMetricResults' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetricResult']], 'CurrentMetrics' => ['type' => 'list', 'member' => ['shape' => 'CurrentMetric']], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'UserId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId']]], 'DescribeUserHierarchyGroupRequest' => ['type' => 'structure', 'required' => ['HierarchyGroupId', 'InstanceId'], 'members' => ['HierarchyGroupId' => ['shape' => 'HierarchyGroupId', 'location' => 'uri', 'locationName' => 'HierarchyGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserHierarchyGroupResponse' => ['type' => 'structure', 'members' => ['HierarchyGroup' => ['shape' => 'HierarchyGroup']]], 'DescribeUserHierarchyStructureRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserHierarchyStructureResponse' => ['type' => 'structure', 'members' => ['HierarchyStructure' => ['shape' => 'HierarchyStructure']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['UserId', 'InstanceId'], 'members' => ['UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'DestinationNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Dimensions' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'QueueReference'], 'Channel' => ['shape' => 'Channel']]], 'DirectoryUserId' => ['type' => 'string'], 'DisplayName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DuplicateResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'Email' => ['type' => 'string'], 'Filters' => ['type' => 'structure', 'members' => ['Queues' => ['shape' => 'Queues'], 'Channels' => ['shape' => 'Channels']]], 'GetContactAttributesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'InitialContactId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'InitialContactId' => ['shape' => 'ContactId', 'location' => 'uri', 'locationName' => 'InitialContactId']]], 'GetContactAttributesResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'Attributes']]], 'GetCurrentMetricDataRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Filters', 'CurrentMetrics'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'Filters' => ['shape' => 'Filters'], 'Groupings' => ['shape' => 'Groupings'], 'CurrentMetrics' => ['shape' => 'CurrentMetrics'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResult100', 'box' => \true]]], 'GetCurrentMetricDataResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MetricResults' => ['shape' => 'CurrentMetricResults'], 'DataSnapshotTime' => ['shape' => 'timestamp']]], 'GetFederationTokenRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'GetFederationTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials']]], 'GetMetricDataRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'StartTime', 'EndTime', 'Filters', 'HistoricalMetrics'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'StartTime' => ['shape' => 'timestamp'], 'EndTime' => ['shape' => 'timestamp'], 'Filters' => ['shape' => 'Filters'], 'Groupings' => ['shape' => 'Groupings'], 'HistoricalMetrics' => ['shape' => 'HistoricalMetrics'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResult100', 'box' => \true]]], 'GetMetricDataResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MetricResults' => ['shape' => 'HistoricalMetricResults']]], 'Grouping' => ['type' => 'string', 'enum' => ['QUEUE', 'CHANNEL']], 'Groupings' => ['type' => 'list', 'member' => ['shape' => 'Grouping'], 'max' => 2], 'HierarchyGroup' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyGroupId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyGroupName'], 'LevelId' => ['shape' => 'HierarchyLevelId'], 'HierarchyPath' => ['shape' => 'HierarchyPath']]], 'HierarchyGroupId' => ['type' => 'string'], 'HierarchyGroupName' => ['type' => 'string'], 'HierarchyGroupSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyGroupId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyGroupName']]], 'HierarchyGroupSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HierarchyGroupSummary']], 'HierarchyLevel' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HierarchyLevelId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HierarchyLevelName']]], 'HierarchyLevelId' => ['type' => 'string'], 'HierarchyLevelName' => ['type' => 'string'], 'HierarchyPath' => ['type' => 'structure', 'members' => ['LevelOne' => ['shape' => 'HierarchyGroupSummary'], 'LevelTwo' => ['shape' => 'HierarchyGroupSummary'], 'LevelThree' => ['shape' => 'HierarchyGroupSummary'], 'LevelFour' => ['shape' => 'HierarchyGroupSummary'], 'LevelFive' => ['shape' => 'HierarchyGroupSummary']]], 'HierarchyStructure' => ['type' => 'structure', 'members' => ['LevelOne' => ['shape' => 'HierarchyLevel'], 'LevelTwo' => ['shape' => 'HierarchyLevel'], 'LevelThree' => ['shape' => 'HierarchyLevel'], 'LevelFour' => ['shape' => 'HierarchyLevel'], 'LevelFive' => ['shape' => 'HierarchyLevel']]], 'HistoricalMetric' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HistoricalMetricName'], 'Threshold' => ['shape' => 'Threshold', 'box' => \true], 'Statistic' => ['shape' => 'Statistic'], 'Unit' => ['shape' => 'Unit']]], 'HistoricalMetricData' => ['type' => 'structure', 'members' => ['Metric' => ['shape' => 'HistoricalMetric'], 'Value' => ['shape' => 'Value', 'box' => \true]]], 'HistoricalMetricDataCollections' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetricData']], 'HistoricalMetricName' => ['type' => 'string', 'enum' => ['CONTACTS_QUEUED', 'CONTACTS_HANDLED', 'CONTACTS_ABANDONED', 'CONTACTS_CONSULTED', 'CONTACTS_AGENT_HUNG_UP_FIRST', 'CONTACTS_HANDLED_INCOMING', 'CONTACTS_HANDLED_OUTBOUND', 'CONTACTS_HOLD_ABANDONS', 'CONTACTS_TRANSFERRED_IN', 'CONTACTS_TRANSFERRED_OUT', 'CONTACTS_TRANSFERRED_IN_FROM_QUEUE', 'CONTACTS_TRANSFERRED_OUT_FROM_QUEUE', 'CONTACTS_MISSED', 'CALLBACK_CONTACTS_HANDLED', 'API_CONTACTS_HANDLED', 'OCCUPANCY', 'HANDLE_TIME', 'AFTER_CONTACT_WORK_TIME', 'QUEUED_TIME', 'ABANDON_TIME', 'QUEUE_ANSWER_TIME', 'HOLD_TIME', 'INTERACTION_TIME', 'INTERACTION_AND_HOLD_TIME', 'SERVICE_LEVEL']], 'HistoricalMetricResult' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'Dimensions'], 'Collections' => ['shape' => 'HistoricalMetricDataCollections']]], 'HistoricalMetricResults' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetricResult']], 'HistoricalMetrics' => ['type' => 'list', 'member' => ['shape' => 'HistoricalMetric']], 'HoursOfOperationId' => ['type' => 'string'], 'HoursOfOperationName' => ['type' => 'string'], 'HoursOfOperationSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HoursOfOperationId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'HoursOfOperationName']]], 'HoursOfOperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HoursOfOperationSummary']], 'InstanceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListContactFlowsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'ContactFlowTypes' => ['shape' => 'ContactFlowTypes', 'location' => 'querystring', 'locationName' => 'contactFlowTypes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListContactFlowsResponse' => ['type' => 'structure', 'members' => ['ContactFlowSummaryList' => ['shape' => 'ContactFlowSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHoursOfOperationsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListHoursOfOperationsResponse' => ['type' => 'structure', 'members' => ['HoursOfOperationSummaryList' => ['shape' => 'HoursOfOperationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPhoneNumbersRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'PhoneNumberTypes' => ['shape' => 'PhoneNumberTypes', 'location' => 'querystring', 'locationName' => 'phoneNumberTypes'], 'PhoneNumberCountryCodes' => ['shape' => 'PhoneNumberCountryCodes', 'location' => 'querystring', 'locationName' => 'phoneNumberCountryCodes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListPhoneNumbersResponse' => ['type' => 'structure', 'members' => ['PhoneNumberSummaryList' => ['shape' => 'PhoneNumberSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListQueuesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'QueueTypes' => ['shape' => 'QueueTypes', 'location' => 'querystring', 'locationName' => 'queueTypes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListQueuesResponse' => ['type' => 'structure', 'members' => ['QueueSummaryList' => ['shape' => 'QueueSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRoutingProfilesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListRoutingProfilesResponse' => ['type' => 'structure', 'members' => ['RoutingProfileSummaryList' => ['shape' => 'RoutingProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListSecurityProfilesResponse' => ['type' => 'structure', 'members' => ['SecurityProfileSummaryList' => ['shape' => 'SecurityProfileSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListUserHierarchyGroupsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUserHierarchyGroupsResponse' => ['type' => 'structure', 'members' => ['UserHierarchyGroupSummaryList' => ['shape' => 'HierarchyGroupSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResult1000', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['UserSummaryList' => ['shape' => 'UserSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResult100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResult1000' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'OutboundContactNotPermittedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ParticipantDetails' => ['type' => 'structure', 'required' => ['DisplayName'], 'members' => ['DisplayName' => ['shape' => 'DisplayName']]], 'ParticipantId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ParticipantToken' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'Password' => ['type' => 'string', 'pattern' => '/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/'], 'PhoneNumber' => ['type' => 'string'], 'PhoneNumberCountryCode' => ['type' => 'string', 'enum' => ['AF', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BA', 'BW', 'BR', 'IO', 'VG', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CK', 'CR', 'HR', 'CU', 'CW', 'CY', 'CZ', 'CD', 'DK', 'DJ', 'DM', 'DO', 'TL', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'PF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'CI', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'AN', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'KP', 'MP', 'NO', 'OM', 'PK', 'PW', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'CG', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'KR', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'VI', 'UG', 'UA', 'AE', 'GB', 'US', 'UY', 'UZ', 'VU', 'VA', 'VE', 'VN', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'PhoneNumberCountryCodes' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberCountryCode'], 'max' => 10], 'PhoneNumberId' => ['type' => 'string'], 'PhoneNumberSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PhoneNumberId'], 'Arn' => ['shape' => 'ARN'], 'PhoneNumber' => ['shape' => 'PhoneNumber'], 'PhoneNumberType' => ['shape' => 'PhoneNumberType'], 'PhoneNumberCountryCode' => ['shape' => 'PhoneNumberCountryCode']]], 'PhoneNumberSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberSummary']], 'PhoneNumberType' => ['type' => 'string', 'enum' => ['TOLL_FREE', 'DID']], 'PhoneNumberTypes' => ['type' => 'list', 'member' => ['shape' => 'PhoneNumberType'], 'max' => 2], 'PhoneType' => ['type' => 'string', 'enum' => ['SOFT_PHONE', 'DESK_PHONE']], 'QueueId' => ['type' => 'string'], 'QueueName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'QueueReference' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'QueueId'], 'Arn' => ['shape' => 'ARN']]], 'QueueSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'QueueId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'QueueName'], 'QueueType' => ['shape' => 'QueueType']]], 'QueueSummaryList' => ['type' => 'list', 'member' => ['shape' => 'QueueSummary']], 'QueueType' => ['type' => 'string', 'enum' => ['STANDARD', 'AGENT']], 'QueueTypes' => ['type' => 'list', 'member' => ['shape' => 'QueueType'], 'max' => 2], 'Queues' => ['type' => 'list', 'member' => ['shape' => 'QueueId'], 'max' => 100, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResumeContactRecordingRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactId', 'InitialContactId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactId' => ['shape' => 'ContactId'], 'InitialContactId' => ['shape' => 'ContactId']]], 'ResumeContactRecordingResponse' => ['type' => 'structure', 'members' => []], 'RoutingProfileId' => ['type' => 'string'], 'RoutingProfileName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'RoutingProfileSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'RoutingProfileId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'RoutingProfileName']]], 'RoutingProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'RoutingProfileSummary']], 'SecurityProfileId' => ['type' => 'string'], 'SecurityProfileIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileId'], 'max' => 10, 'min' => 1], 'SecurityProfileName' => ['type' => 'string'], 'SecurityProfileSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'SecurityProfileId'], 'Arn' => ['shape' => 'ARN'], 'Name' => ['shape' => 'SecurityProfileName']]], 'SecurityProfileSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileSummary']], 'SecurityToken' => ['type' => 'string', 'sensitive' => \true], 'StartChatContactRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactFlowId', 'ParticipantDetails'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactFlowId' => ['shape' => 'ContactFlowId'], 'Attributes' => ['shape' => 'Attributes'], 'ParticipantDetails' => ['shape' => 'ParticipantDetails'], 'InitialMessage' => ['shape' => 'ChatMessage'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'StartChatContactResponse' => ['type' => 'structure', 'members' => ['ContactId' => ['shape' => 'ContactId'], 'ParticipantId' => ['shape' => 'ParticipantId'], 'ParticipantToken' => ['shape' => 'ParticipantToken']]], 'StartContactRecordingRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactId', 'InitialContactId', 'VoiceRecordingConfiguration'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactId' => ['shape' => 'ContactId'], 'InitialContactId' => ['shape' => 'ContactId'], 'VoiceRecordingConfiguration' => ['shape' => 'VoiceRecordingConfiguration']]], 'StartContactRecordingResponse' => ['type' => 'structure', 'members' => []], 'StartOutboundVoiceContactRequest' => ['type' => 'structure', 'required' => ['DestinationPhoneNumber', 'ContactFlowId', 'InstanceId'], 'members' => ['DestinationPhoneNumber' => ['shape' => 'PhoneNumber'], 'ContactFlowId' => ['shape' => 'ContactFlowId'], 'InstanceId' => ['shape' => 'InstanceId'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'SourcePhoneNumber' => ['shape' => 'PhoneNumber'], 'QueueId' => ['shape' => 'QueueId'], 'Attributes' => ['shape' => 'Attributes']]], 'StartOutboundVoiceContactResponse' => ['type' => 'structure', 'members' => ['ContactId' => ['shape' => 'ContactId']]], 'Statistic' => ['type' => 'string', 'enum' => ['SUM', 'MAX', 'AVG']], 'StopContactRecordingRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactId', 'InitialContactId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactId' => ['shape' => 'ContactId'], 'InitialContactId' => ['shape' => 'ContactId']]], 'StopContactRecordingResponse' => ['type' => 'structure', 'members' => []], 'StopContactRequest' => ['type' => 'structure', 'required' => ['ContactId', 'InstanceId'], 'members' => ['ContactId' => ['shape' => 'ContactId'], 'InstanceId' => ['shape' => 'InstanceId']]], 'StopContactResponse' => ['type' => 'structure', 'members' => []], 'SuspendContactRecordingRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ContactId', 'InitialContactId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ContactId' => ['shape' => 'ContactId'], 'InitialContactId' => ['shape' => 'ContactId']]], 'SuspendContactRecordingResponse' => ['type' => 'structure', 'members' => []], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'Threshold' => ['type' => 'structure', 'members' => ['Comparison' => ['shape' => 'Comparison'], 'ThresholdValue' => ['shape' => 'ThresholdValue', 'box' => \true]]], 'ThresholdValue' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Unit' => ['type' => 'string', 'enum' => ['SECONDS', 'COUNT', 'PERCENT']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateContactAttributesRequest' => ['type' => 'structure', 'required' => ['InitialContactId', 'InstanceId', 'Attributes'], 'members' => ['InitialContactId' => ['shape' => 'ContactId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Attributes' => ['shape' => 'Attributes']]], 'UpdateContactAttributesResponse' => ['type' => 'structure', 'members' => []], 'UpdateUserHierarchyRequest' => ['type' => 'structure', 'required' => ['UserId', 'InstanceId'], 'members' => ['HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserIdentityInfoRequest' => ['type' => 'structure', 'required' => ['IdentityInfo', 'UserId', 'InstanceId'], 'members' => ['IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserPhoneConfigRequest' => ['type' => 'structure', 'required' => ['PhoneConfig', 'UserId', 'InstanceId'], 'members' => ['PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserRoutingProfileRequest' => ['type' => 'structure', 'required' => ['RoutingProfileId', 'UserId', 'InstanceId'], 'members' => ['RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'UpdateUserSecurityProfilesRequest' => ['type' => 'structure', 'required' => ['SecurityProfileIds', 'UserId', 'InstanceId'], 'members' => ['SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'UserId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'UserId'], 'InstanceId' => ['shape' => 'InstanceId', 'location' => 'uri', 'locationName' => 'InstanceId']]], 'User' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserId'], 'Arn' => ['shape' => 'ARN'], 'Username' => ['shape' => 'AgentUsername'], 'IdentityInfo' => ['shape' => 'UserIdentityInfo'], 'PhoneConfig' => ['shape' => 'UserPhoneConfig'], 'DirectoryUserId' => ['shape' => 'DirectoryUserId'], 'SecurityProfileIds' => ['shape' => 'SecurityProfileIds'], 'RoutingProfileId' => ['shape' => 'RoutingProfileId'], 'HierarchyGroupId' => ['shape' => 'HierarchyGroupId'], 'Tags' => ['shape' => 'TagMap']]], 'UserId' => ['type' => 'string'], 'UserIdentityInfo' => ['type' => 'structure', 'members' => ['FirstName' => ['shape' => 'AgentFirstName'], 'LastName' => ['shape' => 'AgentLastName'], 'Email' => ['shape' => 'Email']]], 'UserNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'UserPhoneConfig' => ['type' => 'structure', 'required' => ['PhoneType'], 'members' => ['PhoneType' => ['shape' => 'PhoneType'], 'AutoAccept' => ['shape' => 'AutoAccept'], 'AfterContactWorkTimeLimit' => ['shape' => 'AfterContactWorkTimeLimit'], 'DeskPhoneNumber' => ['shape' => 'PhoneNumber']]], 'UserSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UserId'], 'Arn' => ['shape' => 'ARN'], 'Username' => ['shape' => 'AgentUsername']]], 'UserSummaryList' => ['type' => 'list', 'member' => ['shape' => 'UserSummary']], 'Value' => ['type' => 'double'], 'VoiceRecordingConfiguration' => ['type' => 'structure', 'members' => ['VoiceRecordingTrack' => ['shape' => 'VoiceRecordingTrack']]], 'VoiceRecordingTrack' => ['type' => 'string', 'enum' => ['FROM_AGENT', 'TO_AGENT', 'ALL']], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/data.iot/2015-05-28/api-2.json.php b/vendor/Aws3/Aws/data/data.iot/2015-05-28/api-2.json.php index a755bc82..efdf2a4a 100644 --- a/vendor/Aws3/Aws/data/data.iot/2015-05-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/data.iot/2015-05-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['uid' => 'iot-data-2015-05-28', 'apiVersion' => '2015-05-28', 'endpointPrefix' => 'data.iot', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT Data Plane', 'signatureVersion' => 'v4', 'signingName' => 'iotdata'], 'operations' => ['DeleteThingShadow' => ['name' => 'DeleteThingShadow', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'DeleteThingShadowRequest'], 'output' => ['shape' => 'DeleteThingShadowResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]], 'GetThingShadow' => ['name' => 'GetThingShadow', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'GetThingShadowRequest'], 'output' => ['shape' => 'GetThingShadowResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]], 'Publish' => ['name' => 'Publish', 'http' => ['method' => 'POST', 'requestUri' => '/topics/{topic}'], 'input' => ['shape' => 'PublishRequest'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'MethodNotAllowedException']]], 'UpdateThingShadow' => ['name' => 'UpdateThingShadow', 'http' => ['method' => 'POST', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'UpdateThingShadowRequest'], 'output' => ['shape' => 'UpdateThingShadowResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'RequestEntityTooLargeException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]]], 'shapes' => ['ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DeleteThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'DeleteThingShadowResponse' => ['type' => 'structure', 'required' => ['payload'], 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'ErrorMessage' => ['type' => 'string'], 'GetThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'GetThingShadowResponse' => ['type' => 'structure', 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JsonDocument' => ['type' => 'blob'], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 405], 'exception' => \true], 'Payload' => ['type' => 'blob'], 'PublishRequest' => ['type' => 'structure', 'required' => ['topic'], 'members' => ['topic' => ['shape' => 'Topic', 'location' => 'uri', 'locationName' => 'topic'], 'qos' => ['shape' => 'Qos', 'location' => 'querystring', 'locationName' => 'qos'], 'payload' => ['shape' => 'Payload']], 'payload' => 'payload'], 'Qos' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'RequestEntityTooLargeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'ThingName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Topic' => ['type' => 'string'], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UnsupportedDocumentEncodingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UpdateThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName', 'payload'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'UpdateThingShadowResponse' => ['type' => 'structure', 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'errorMessage' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-05-28', 'endpointPrefix' => 'data.iot', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT Data Plane', 'serviceId' => 'IoT Data Plane', 'signatureVersion' => 'v4', 'signingName' => 'iotdata', 'uid' => 'iot-data-2015-05-28'], 'operations' => ['DeleteThingShadow' => ['name' => 'DeleteThingShadow', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'DeleteThingShadowRequest'], 'output' => ['shape' => 'DeleteThingShadowResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]], 'GetThingShadow' => ['name' => 'GetThingShadow', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'GetThingShadowRequest'], 'output' => ['shape' => 'GetThingShadowResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]], 'ListNamedShadowsForThing' => ['name' => 'ListNamedShadowsForThing', 'http' => ['method' => 'GET', 'requestUri' => '/api/things/shadow/ListNamedShadowsForThing/{thingName}'], 'input' => ['shape' => 'ListNamedShadowsForThingRequest'], 'output' => ['shape' => 'ListNamedShadowsForThingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException']]], 'Publish' => ['name' => 'Publish', 'http' => ['method' => 'POST', 'requestUri' => '/topics/{topic}'], 'input' => ['shape' => 'PublishRequest'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'MethodNotAllowedException']]], 'UpdateThingShadow' => ['name' => 'UpdateThingShadow', 'http' => ['method' => 'POST', 'requestUri' => '/things/{thingName}/shadow'], 'input' => ['shape' => 'UpdateThingShadowRequest'], 'output' => ['shape' => 'UpdateThingShadowResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'RequestEntityTooLargeException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'UnsupportedDocumentEncodingException']]]], 'shapes' => ['ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DeleteThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'shadowName' => ['shape' => 'ShadowName', 'location' => 'querystring', 'locationName' => 'name']]], 'DeleteThingShadowResponse' => ['type' => 'structure', 'required' => ['payload'], 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'GetThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'shadowName' => ['shape' => 'ShadowName', 'location' => 'querystring', 'locationName' => 'name']]], 'GetThingShadowResponse' => ['type' => 'structure', 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JsonDocument' => ['type' => 'blob'], 'ListNamedShadowsForThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize']]], 'ListNamedShadowsForThingResponse' => ['type' => 'structure', 'members' => ['results' => ['shape' => 'NamedShadowList'], 'nextToken' => ['shape' => 'NextToken'], 'timestamp' => ['shape' => 'Timestamp']]], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 405], 'exception' => \true], 'NamedShadowList' => ['type' => 'list', 'member' => ['shape' => 'ShadowName']], 'NextToken' => ['type' => 'string'], 'PageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Payload' => ['type' => 'blob'], 'PublishRequest' => ['type' => 'structure', 'required' => ['topic'], 'members' => ['topic' => ['shape' => 'Topic', 'location' => 'uri', 'locationName' => 'topic'], 'qos' => ['shape' => 'Qos', 'location' => 'querystring', 'locationName' => 'qos'], 'payload' => ['shape' => 'Payload']], 'payload' => 'payload'], 'Qos' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'RequestEntityTooLargeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'ShadowName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'long'], 'Topic' => ['type' => 'string'], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UnsupportedDocumentEncodingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UpdateThingShadowRequest' => ['type' => 'structure', 'required' => ['thingName', 'payload'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'shadowName' => ['shape' => 'ShadowName', 'location' => 'querystring', 'locationName' => 'name'], 'payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'UpdateThingShadowResponse' => ['type' => 'structure', 'members' => ['payload' => ['shape' => 'JsonDocument']], 'payload' => 'payload'], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/data.iot/2015-05-28/paginators-1.json.php b/vendor/Aws3/Aws/data/data.iot/2015-05-28/paginators-1.json.php new file mode 100644 index 00000000..4a6949a6 --- /dev/null +++ b/vendor/Aws3/Aws/data/data.iot/2015-05-28/paginators-1.json.php @@ -0,0 +1,4 @@ + []]; diff --git a/vendor/Aws3/Aws/data/data.iot/2015-05-28/smoke.json.php b/vendor/Aws3/Aws/data/data.iot/2015-05-28/smoke.json.php new file mode 100644 index 00000000..e66d2c69 --- /dev/null +++ b/vendor/Aws3/Aws/data/data.iot/2015-05-28/smoke.json.php @@ -0,0 +1,4 @@ + 1, 'defaultRegion' => 'us-west-2', 'testCases' => [['operationName' => 'GetThingShadow', 'input' => ['thingName' => 'fake-thing'], 'errorExpectedFromService' => \true]]]; diff --git a/vendor/Aws3/Aws/data/dataexchange/2017-07-25/api-2.json.php b/vendor/Aws3/Aws/data/dataexchange/2017-07-25/api-2.json.php index ffd0acb8..6cd35e48 100644 --- a/vendor/Aws3/Aws/data/dataexchange/2017-07-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/dataexchange/2017-07-25/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'dataexchange', 'signingName' => 'dataexchange', 'serviceFullName' => 'AWS Data Exchange', 'serviceId' => 'DataExchange', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'dataexchange-2017-07-25', 'signatureVersion' => 'v4'], 'operations' => ['CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 204], 'input' => ['shape' => 'CancelJobRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException']]], 'CreateDataSet' => ['name' => 'CreateDataSet', 'http' => ['method' => 'POST', 'requestUri' => '/v1/data-sets', 'responseCode' => 201], 'input' => ['shape' => 'CreateDataSetRequest'], 'output' => ['shape' => 'CreateDataSetResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceLimitExceededException'], ['shape' => 'AccessDeniedException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/jobs', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'CreateRevision' => ['name' => 'CreateRevision', 'http' => ['method' => 'POST', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions', 'responseCode' => 201], 'input' => ['shape' => 'CreateRevisionRequest'], 'output' => ['shape' => 'CreateRevisionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'DeleteAsset' => ['name' => 'DeleteAsset', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAssetRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteDataSet' => ['name' => 'DeleteDataSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDataSetRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteRevision' => ['name' => 'DeleteRevision', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRevisionRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetAsset' => ['name' => 'GetAsset', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAssetRequest'], 'output' => ['shape' => 'GetAssetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetDataSet' => ['name' => 'GetDataSet', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDataSetRequest'], 'output' => ['shape' => 'GetDataSetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetJob' => ['name' => 'GetJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobRequest'], 'output' => ['shape' => 'GetJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetRevision' => ['name' => 'GetRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRevisionRequest'], 'output' => ['shape' => 'GetRevisionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListDataSetRevisions' => ['name' => 'ListDataSetRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListDataSetRevisionsRequest'], 'output' => ['shape' => 'ListDataSetRevisionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListDataSets' => ['name' => 'ListDataSets', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets', 'responseCode' => 200], 'input' => ['shape' => 'ListDataSetsRequest'], 'output' => ['shape' => 'ListDataSetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListRevisionAssets' => ['name' => 'ListRevisionAssets', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets', 'responseCode' => 200], 'input' => ['shape' => 'ListRevisionAssetsRequest'], 'output' => ['shape' => 'ListRevisionAssetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => []], 'StartJob' => ['name' => 'StartJob', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 202], 'input' => ['shape' => 'StartJobRequest'], 'output' => ['shape' => 'StartJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => []], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => []], 'UpdateAsset' => ['name' => 'UpdateAsset', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAssetRequest'], 'output' => ['shape' => 'UpdateAssetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateDataSet' => ['name' => 'UpdateDataSet', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDataSetRequest'], 'output' => ['shape' => 'UpdateDataSetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'UpdateRevision' => ['name' => 'UpdateRevision', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRevisionRequest'], 'output' => ['shape' => 'UpdateRevisionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'Arn' => ['type' => 'string'], 'AssetDestinationEntry' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'Bucket' => ['shape' => '__string'], 'Key' => ['shape' => '__string']], 'required' => ['Bucket', 'AssetId']], 'AssetDetails' => ['type' => 'structure', 'members' => ['S3SnapshotAsset' => ['shape' => 'S3SnapshotAsset']]], 'AssetEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['AssetType', 'CreatedAt', 'DataSetId', 'Id', 'Arn', 'AssetDetails', 'UpdatedAt', 'RevisionId', 'Name']], 'AssetName' => ['type' => 'string'], 'AssetSourceEntry' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => '__string'], 'Key' => ['shape' => '__string']], 'required' => ['Bucket', 'Key']], 'AssetType' => ['type' => 'string', 'enum' => ['S3_SNAPSHOT']], 'CancelJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'Code' => ['type' => 'string', 'enum' => ['ACCESS_DENIED_EXCEPTION', 'INTERNAL_SERVER_EXCEPTION', 'MALWARE_DETECTED', 'RESOURCE_NOT_FOUND_EXCEPTION', 'SERVICE_QUOTA_EXCEEDED_EXCEPTION', 'VALIDATION_EXCEPTION', 'MALWARE_SCAN_ENCRYPTED_FILE']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'ResourceType']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateDataSetRequest' => ['type' => 'structure', 'members' => ['AssetType' => ['shape' => 'AssetType'], 'Description' => ['shape' => 'Description'], 'Name' => ['shape' => 'Name'], 'Tags' => ['shape' => 'MapOf__string']], 'required' => ['AssetType', 'Description', 'Name']], 'CreateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'RequestDetails'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Details']], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'CreateRevisionRequest' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => '__stringMin0Max16384'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Tags' => ['shape' => 'MapOf__string']], 'required' => ['DataSetId']], 'CreateRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'DataSetEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['Origin', 'AssetType', 'Description', 'CreatedAt', 'Id', 'Arn', 'UpdatedAt', 'Name']], 'DeleteAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId']], 'DeleteDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId']], 'required' => ['DataSetId']], 'DeleteRevisionRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'Description' => ['type' => 'string'], 'Details' => ['type' => 'structure', 'members' => ['ImportAssetFromSignedUrlJobErrorDetails' => ['shape' => 'ImportAssetFromSignedUrlJobErrorDetails'], 'ImportAssetsFromS3JobErrorDetails' => ['shape' => 'ListOfAssetSourceEntry']]], 'ExportAssetToSignedUrlRequestDetails' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetId', 'RevisionId']], 'ExportAssetToSignedUrlResponseDetails' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id'], 'SignedUrl' => ['shape' => '__string'], 'SignedUrlExpiresAt' => ['shape' => 'Timestamp']], 'required' => ['DataSetId', 'AssetId', 'RevisionId']], 'ExportAssetsToS3RequestDetails' => ['type' => 'structure', 'members' => ['AssetDestinations' => ['shape' => 'ListOfAssetDestinationEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['AssetDestinations', 'DataSetId', 'RevisionId']], 'ExportAssetsToS3ResponseDetails' => ['type' => 'structure', 'members' => ['AssetDestinations' => ['shape' => 'ListOfAssetDestinationEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['AssetDestinations', 'DataSetId', 'RevisionId']], 'GetAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId']], 'GetAssetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId']], 'required' => ['DataSetId']], 'GetDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetRevisionRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'GetRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'Id' => ['type' => 'string'], 'ImportAssetFromSignedUrlJobErrorDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName']], 'required' => ['AssetName']], 'ImportAssetFromSignedUrlRequestDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName'], 'DataSetId' => ['shape' => 'Id'], 'Md5Hash' => ['shape' => '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'Md5Hash', 'RevisionId', 'AssetName']], 'ImportAssetFromSignedUrlResponseDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName'], 'DataSetId' => ['shape' => 'Id'], 'Md5Hash' => ['shape' => '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093'], 'RevisionId' => ['shape' => 'Id'], 'SignedUrl' => ['shape' => '__string'], 'SignedUrlExpiresAt' => ['shape' => 'Timestamp']], 'required' => ['DataSetId', 'AssetName', 'RevisionId']], 'ImportAssetsFromS3RequestDetails' => ['type' => 'structure', 'members' => ['AssetSources' => ['shape' => 'ListOfAssetSourceEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetSources', 'RevisionId']], 'ImportAssetsFromS3ResponseDetails' => ['type' => 'structure', 'members' => ['AssetSources' => ['shape' => 'ListOfAssetSourceEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetSources', 'RevisionId']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'JobEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['Type', 'Details', 'State', 'CreatedAt', 'Id', 'Arn', 'UpdatedAt']], 'JobError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Code'], 'Details' => ['shape' => 'Details'], 'LimitName' => ['shape' => 'JobErrorLimitName'], 'LimitValue' => ['shape' => '__double'], 'Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'JobErrorResourceTypes']], 'required' => ['Message', 'Code']], 'JobErrorLimitName' => ['type' => 'string', 'enum' => ['Assets per revision', 'Asset size in GB']], 'JobErrorResourceTypes' => ['type' => 'string', 'enum' => ['REVISION', 'ASSET']], 'LimitName' => ['type' => 'string', 'enum' => ['Products per account', 'Data sets per account', 'Data sets per product', 'Revisions per data set', 'Assets per revision', 'Assets per import job from Amazon S3', 'Asset per export job from Amazon S3', 'Asset size in GB', 'Concurrent in progress jobs to import assets from Amazon S3', 'Concurrent in progress jobs to import assets from a signed URL', 'Concurrent in progress jobs to export assets to Amazon S3', 'Concurrent in progress jobs to export assets to a signed URL']], 'ListDataSetRevisionsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['DataSetId']], 'ListDataSetRevisionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Revisions' => ['shape' => 'ListOfRevisionEntry']]], 'ListDataSetsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Origin' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'origin']]], 'ListDataSetsResponse' => ['type' => 'structure', 'members' => ['DataSets' => ['shape' => 'ListOfDataSetEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'dataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RevisionId' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'revisionId']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'ListOfJobEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOfAssetDestinationEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetDestinationEntry']], 'ListOfAssetSourceEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetSourceEntry']], 'ListRevisionAssetsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'ListRevisionAssetsResponse' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'ListOfAssetEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 25], 'Name' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'Origin' => ['type' => 'string', 'enum' => ['OWNED', 'ENTITLED']], 'OriginDetails' => ['type' => 'structure', 'members' => ['ProductId' => ['shape' => '__string']], 'required' => ['ProductId']], 'RequestDetails' => ['type' => 'structure', 'members' => ['ExportAssetToSignedUrl' => ['shape' => 'ExportAssetToSignedUrlRequestDetails'], 'ExportAssetsToS3' => ['shape' => 'ExportAssetsToS3RequestDetails'], 'ImportAssetFromSignedUrl' => ['shape' => 'ImportAssetFromSignedUrlRequestDetails'], 'ImportAssetsFromS3' => ['shape' => 'ImportAssetsFromS3RequestDetails']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'ResourceType']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ResourceType' => ['type' => 'string', 'enum' => ['DATA_SET', 'REVISION', 'ASSET', 'JOB']], 'ResponseDetails' => ['type' => 'structure', 'members' => ['ExportAssetToSignedUrl' => ['shape' => 'ExportAssetToSignedUrlResponseDetails'], 'ExportAssetsToS3' => ['shape' => 'ExportAssetsToS3ResponseDetails'], 'ImportAssetFromSignedUrl' => ['shape' => 'ImportAssetFromSignedUrlResponseDetails'], 'ImportAssetsFromS3' => ['shape' => 'ImportAssetsFromS3ResponseDetails']]], 'RevisionEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['CreatedAt', 'DataSetId', 'Id', 'Arn', 'UpdatedAt']], 'S3SnapshotAsset' => ['type' => 'structure', 'members' => ['Size' => ['shape' => '__doubleMin0']], 'required' => ['Size']], 'ServiceLimitExceededException' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValue' => ['shape' => '__double'], 'Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 402]], 'StartJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'StartJobResponse' => ['type' => 'structure', 'members' => []], 'State' => ['type' => 'string', 'enum' => ['WAITING', 'IN_PROGRESS', 'ERROR', 'COMPLETED', 'CANCELLED', 'TIMED_OUT']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Type' => ['type' => 'string', 'enum' => ['IMPORT_ASSETS_FROM_S3', 'IMPORT_ASSET_FROM_SIGNED_URL', 'EXPORT_ASSETS_TO_S3', 'EXPORT_ASSET_TO_SIGNED_URL']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => 'ListOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId', 'Name']], 'UpdateAssetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'UpdateDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Description' => ['shape' => 'Description'], 'Name' => ['shape' => 'Name']], 'required' => ['DataSetId']], 'UpdateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'UpdateRevisionRequest' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => '__stringMin0Max16384'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Finalized' => ['shape' => '__boolean'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'UpdateRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], 'ListOfAssetEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetEntry']], 'ListOfDataSetEntry' => ['type' => 'list', 'member' => ['shape' => 'DataSetEntry']], 'ListOfJobEntry' => ['type' => 'list', 'member' => ['shape' => 'JobEntry']], 'ListOfJobError' => ['type' => 'list', 'member' => ['shape' => 'JobError']], 'ListOfRevisionEntry' => ['type' => 'list', 'member' => ['shape' => 'RevisionEntry']], 'ListOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], 'MapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin0Max16384' => ['type' => 'string', 'min' => 0, 'max' => 16384], '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093' => ['type' => 'string', 'min' => 24, 'max' => 24, 'pattern' => '/^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$/']], 'authorizers' => ['create_job_authorizer' => ['name' => 'create_job_authorizer', 'type' => 'provided', 'placement' => ['location' => 'header', 'name' => 'Authorization']], 'start_cancel_get_job_authorizer' => ['name' => 'start_cancel_get_job_authorizer', 'type' => 'provided', 'placement' => ['location' => 'header', 'name' => 'Authorization']]]]; +return ['metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'dataexchange', 'signingName' => 'dataexchange', 'serviceFullName' => 'AWS Data Exchange', 'serviceId' => 'DataExchange', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'dataexchange-2017-07-25', 'signatureVersion' => 'v4'], 'operations' => ['CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 204], 'input' => ['shape' => 'CancelJobRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException']]], 'CreateDataSet' => ['name' => 'CreateDataSet', 'http' => ['method' => 'POST', 'requestUri' => '/v1/data-sets', 'responseCode' => 201], 'input' => ['shape' => 'CreateDataSetRequest'], 'output' => ['shape' => 'CreateDataSetResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceLimitExceededException'], ['shape' => 'AccessDeniedException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/jobs', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'CreateRevision' => ['name' => 'CreateRevision', 'http' => ['method' => 'POST', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions', 'responseCode' => 201], 'input' => ['shape' => 'CreateRevisionRequest'], 'output' => ['shape' => 'CreateRevisionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'DeleteAsset' => ['name' => 'DeleteAsset', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAssetRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteDataSet' => ['name' => 'DeleteDataSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDataSetRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteRevision' => ['name' => 'DeleteRevision', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRevisionRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetAsset' => ['name' => 'GetAsset', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetAssetRequest'], 'output' => ['shape' => 'GetAssetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetDataSet' => ['name' => 'GetDataSet', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDataSetRequest'], 'output' => ['shape' => 'GetDataSetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetJob' => ['name' => 'GetJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobRequest'], 'output' => ['shape' => 'GetJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'GetRevision' => ['name' => 'GetRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 200], 'input' => ['shape' => 'GetRevisionRequest'], 'output' => ['shape' => 'GetRevisionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListDataSetRevisions' => ['name' => 'ListDataSetRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListDataSetRevisionsRequest'], 'output' => ['shape' => 'ListDataSetRevisionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListDataSets' => ['name' => 'ListDataSets', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets', 'responseCode' => 200], 'input' => ['shape' => 'ListDataSetsRequest'], 'output' => ['shape' => 'ListDataSetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListRevisionAssets' => ['name' => 'ListRevisionAssets', 'http' => ['method' => 'GET', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets', 'responseCode' => 200], 'input' => ['shape' => 'ListRevisionAssetsRequest'], 'output' => ['shape' => 'ListRevisionAssetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => []], 'StartJob' => ['name' => 'StartJob', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/jobs/{JobId}', 'responseCode' => 202], 'input' => ['shape' => 'StartJobRequest'], 'output' => ['shape' => 'StartJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => []], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => []], 'UpdateAsset' => ['name' => 'UpdateAsset', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAssetRequest'], 'output' => ['shape' => 'UpdateAssetResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateDataSet' => ['name' => 'UpdateDataSet', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDataSetRequest'], 'output' => ['shape' => 'UpdateDataSetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'UpdateRevision' => ['name' => 'UpdateRevision', 'http' => ['method' => 'PATCH', 'requestUri' => '/v1/data-sets/{DataSetId}/revisions/{RevisionId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRevisionRequest'], 'output' => ['shape' => 'UpdateRevisionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'Arn' => ['type' => 'string'], 'AssetDestinationEntry' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'Bucket' => ['shape' => '__string'], 'Key' => ['shape' => '__string']], 'required' => ['Bucket', 'AssetId']], 'AssetDetails' => ['type' => 'structure', 'members' => ['S3SnapshotAsset' => ['shape' => 'S3SnapshotAsset']]], 'AssetEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['AssetType', 'CreatedAt', 'DataSetId', 'Id', 'Arn', 'AssetDetails', 'UpdatedAt', 'RevisionId', 'Name']], 'AssetName' => ['type' => 'string'], 'AssetSourceEntry' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => '__string'], 'Key' => ['shape' => '__string']], 'required' => ['Bucket', 'Key']], 'AssetType' => ['type' => 'string', 'enum' => ['S3_SNAPSHOT']], 'CancelJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'Code' => ['type' => 'string', 'enum' => ['ACCESS_DENIED_EXCEPTION', 'INTERNAL_SERVER_EXCEPTION', 'MALWARE_DETECTED', 'RESOURCE_NOT_FOUND_EXCEPTION', 'SERVICE_QUOTA_EXCEEDED_EXCEPTION', 'VALIDATION_EXCEPTION', 'MALWARE_SCAN_ENCRYPTED_FILE']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'ResourceType']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateDataSetRequest' => ['type' => 'structure', 'members' => ['AssetType' => ['shape' => 'AssetType'], 'Description' => ['shape' => 'Description'], 'Name' => ['shape' => 'Name'], 'Tags' => ['shape' => 'MapOf__string']], 'required' => ['AssetType', 'Description', 'Name']], 'CreateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'RequestDetails'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Details']], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'CreateRevisionRequest' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => '__stringMin0Max16384'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Tags' => ['shape' => 'MapOf__string']], 'required' => ['DataSetId']], 'CreateRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'DataSetEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['Origin', 'AssetType', 'Description', 'CreatedAt', 'Id', 'Arn', 'UpdatedAt', 'Name']], 'DeleteAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId']], 'DeleteDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId']], 'required' => ['DataSetId']], 'DeleteRevisionRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'Description' => ['type' => 'string'], 'Details' => ['type' => 'structure', 'members' => ['ImportAssetFromSignedUrlJobErrorDetails' => ['shape' => 'ImportAssetFromSignedUrlJobErrorDetails'], 'ImportAssetsFromS3JobErrorDetails' => ['shape' => 'ListOfAssetSourceEntry']]], 'ExportAssetToSignedUrlRequestDetails' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetId', 'RevisionId']], 'ExportAssetToSignedUrlResponseDetails' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => 'Id'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id'], 'SignedUrl' => ['shape' => '__string'], 'SignedUrlExpiresAt' => ['shape' => 'Timestamp']], 'required' => ['DataSetId', 'AssetId', 'RevisionId']], 'ExportAssetsToS3RequestDetails' => ['type' => 'structure', 'members' => ['AssetDestinations' => ['shape' => 'ListOfAssetDestinationEntry'], 'DataSetId' => ['shape' => 'Id'], 'Encryption' => ['shape' => 'ExportServerSideEncryption'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['AssetDestinations', 'DataSetId', 'RevisionId']], 'ExportAssetsToS3ResponseDetails' => ['type' => 'structure', 'members' => ['AssetDestinations' => ['shape' => 'ListOfAssetDestinationEntry'], 'DataSetId' => ['shape' => 'Id'], 'Encryption' => ['shape' => 'ExportServerSideEncryption'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['AssetDestinations', 'DataSetId', 'RevisionId']], 'ExportServerSideEncryption' => ['type' => 'structure', 'members' => ['KmsKeyArn' => ['shape' => '__string'], 'Type' => ['shape' => 'ServerSideEncryptionTypes']], 'required' => ['Type']], 'GetAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId']], 'GetAssetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId']], 'required' => ['DataSetId']], 'GetDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'GetRevisionRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'GetRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'MapOf__string'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'Id' => ['type' => 'string'], 'ImportAssetFromSignedUrlJobErrorDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName']], 'required' => ['AssetName']], 'ImportAssetFromSignedUrlRequestDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName'], 'DataSetId' => ['shape' => 'Id'], 'Md5Hash' => ['shape' => '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'Md5Hash', 'RevisionId', 'AssetName']], 'ImportAssetFromSignedUrlResponseDetails' => ['type' => 'structure', 'members' => ['AssetName' => ['shape' => 'AssetName'], 'DataSetId' => ['shape' => 'Id'], 'Md5Hash' => ['shape' => '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093'], 'RevisionId' => ['shape' => 'Id'], 'SignedUrl' => ['shape' => '__string'], 'SignedUrlExpiresAt' => ['shape' => 'Timestamp']], 'required' => ['DataSetId', 'AssetName', 'RevisionId']], 'ImportAssetsFromS3RequestDetails' => ['type' => 'structure', 'members' => ['AssetSources' => ['shape' => 'ListOfAssetSourceEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetSources', 'RevisionId']], 'ImportAssetsFromS3ResponseDetails' => ['type' => 'structure', 'members' => ['AssetSources' => ['shape' => 'ListOfAssetSourceEntry'], 'DataSetId' => ['shape' => 'Id'], 'RevisionId' => ['shape' => 'Id']], 'required' => ['DataSetId', 'AssetSources', 'RevisionId']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'JobEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Details' => ['shape' => 'ResponseDetails'], 'Errors' => ['shape' => 'ListOfJobError'], 'Id' => ['shape' => 'Id'], 'State' => ['shape' => 'State'], 'Type' => ['shape' => 'Type'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['Type', 'Details', 'State', 'CreatedAt', 'Id', 'Arn', 'UpdatedAt']], 'JobError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Code'], 'Details' => ['shape' => 'Details'], 'LimitName' => ['shape' => 'JobErrorLimitName'], 'LimitValue' => ['shape' => '__double'], 'Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'JobErrorResourceTypes']], 'required' => ['Message', 'Code']], 'JobErrorLimitName' => ['type' => 'string', 'enum' => ['Assets per revision', 'Asset size in GB']], 'JobErrorResourceTypes' => ['type' => 'string', 'enum' => ['REVISION', 'ASSET']], 'LimitName' => ['type' => 'string', 'enum' => ['Products per account', 'Data sets per account', 'Data sets per product', 'Revisions per data set', 'Assets per revision', 'Assets per import job from Amazon S3', 'Asset per export job from Amazon S3', 'Asset size in GB', 'Concurrent in progress jobs to import assets from Amazon S3', 'Concurrent in progress jobs to import assets from a signed URL', 'Concurrent in progress jobs to export assets to Amazon S3', 'Concurrent in progress jobs to export assets to a signed URL']], 'ListDataSetRevisionsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['DataSetId']], 'ListDataSetRevisionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Revisions' => ['shape' => 'ListOfRevisionEntry']]], 'ListDataSetsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Origin' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'origin']]], 'ListDataSetsResponse' => ['type' => 'structure', 'members' => ['DataSets' => ['shape' => 'ListOfDataSetEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'dataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RevisionId' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'revisionId']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'ListOfJobEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOfAssetDestinationEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetDestinationEntry']], 'ListOfAssetSourceEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetSourceEntry']], 'ListRevisionAssetsRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'ListRevisionAssetsResponse' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'ListOfAssetEntry'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 25], 'Name' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'Origin' => ['type' => 'string', 'enum' => ['OWNED', 'ENTITLED']], 'OriginDetails' => ['type' => 'structure', 'members' => ['ProductId' => ['shape' => '__string']], 'required' => ['ProductId']], 'RequestDetails' => ['type' => 'structure', 'members' => ['ExportAssetToSignedUrl' => ['shape' => 'ExportAssetToSignedUrlRequestDetails'], 'ExportAssetsToS3' => ['shape' => 'ExportAssetsToS3RequestDetails'], 'ImportAssetFromSignedUrl' => ['shape' => 'ImportAssetFromSignedUrlRequestDetails'], 'ImportAssetsFromS3' => ['shape' => 'ImportAssetsFromS3RequestDetails']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'ResourceId' => ['shape' => '__string'], 'ResourceType' => ['shape' => 'ResourceType']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ResourceType' => ['type' => 'string', 'enum' => ['DATA_SET', 'REVISION', 'ASSET', 'JOB']], 'ResponseDetails' => ['type' => 'structure', 'members' => ['ExportAssetToSignedUrl' => ['shape' => 'ExportAssetToSignedUrlResponseDetails'], 'ExportAssetsToS3' => ['shape' => 'ExportAssetsToS3ResponseDetails'], 'ImportAssetFromSignedUrl' => ['shape' => 'ImportAssetFromSignedUrlResponseDetails'], 'ImportAssetsFromS3' => ['shape' => 'ImportAssetsFromS3ResponseDetails']]], 'RevisionEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']], 'required' => ['CreatedAt', 'DataSetId', 'Id', 'Arn', 'UpdatedAt']], 'S3SnapshotAsset' => ['type' => 'structure', 'members' => ['Size' => ['shape' => '__doubleMin0']], 'required' => ['Size']], 'ServerSideEncryptionTypes' => ['type' => 'string', 'enum' => ['aws:kms', 'AES256']], 'ServiceLimitExceededException' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValue' => ['shape' => '__double'], 'Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 402]], 'StartJobRequest' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'JobId']], 'required' => ['JobId']], 'StartJobResponse' => ['type' => 'structure', 'members' => []], 'State' => ['type' => 'string', 'enum' => ['WAITING', 'IN_PROGRESS', 'ERROR', 'COMPLETED', 'CANCELLED', 'TIMED_OUT']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Type' => ['type' => 'string', 'enum' => ['IMPORT_ASSETS_FROM_S3', 'IMPORT_ASSET_FROM_SIGNED_URL', 'EXPORT_ASSETS_TO_S3', 'EXPORT_ASSET_TO_SIGNED_URL']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => 'ListOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateAssetRequest' => ['type' => 'structure', 'members' => ['AssetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'AssetId'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'AssetId', 'DataSetId', 'Name']], 'UpdateAssetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetDetails' => ['shape' => 'AssetDetails'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'AssetName'], 'RevisionId' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'UpdateDataSetRequest' => ['type' => 'structure', 'members' => ['DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Description' => ['shape' => 'Description'], 'Name' => ['shape' => 'Name']], 'required' => ['DataSetId']], 'UpdateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AssetType' => ['shape' => 'AssetType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'Name'], 'Origin' => ['shape' => 'Origin'], 'OriginDetails' => ['shape' => 'OriginDetails'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'UpdateRevisionRequest' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => '__stringMin0Max16384'], 'DataSetId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Finalized' => ['shape' => '__boolean'], 'RevisionId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'RevisionId']], 'required' => ['RevisionId', 'DataSetId']], 'UpdateRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Comment' => ['shape' => '__stringMin0Max16384'], 'CreatedAt' => ['shape' => 'Timestamp'], 'DataSetId' => ['shape' => 'Id'], 'Finalized' => ['shape' => '__boolean'], 'Id' => ['shape' => 'Id'], 'SourceId' => ['shape' => 'Id'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], 'ListOfAssetEntry' => ['type' => 'list', 'member' => ['shape' => 'AssetEntry']], 'ListOfDataSetEntry' => ['type' => 'list', 'member' => ['shape' => 'DataSetEntry']], 'ListOfJobEntry' => ['type' => 'list', 'member' => ['shape' => 'JobEntry']], 'ListOfJobError' => ['type' => 'list', 'member' => ['shape' => 'JobError']], 'ListOfRevisionEntry' => ['type' => 'list', 'member' => ['shape' => 'RevisionEntry']], 'ListOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], 'MapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin0Max16384' => ['type' => 'string', 'min' => 0, 'max' => 16384], '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093' => ['type' => 'string', 'min' => 24, 'max' => 24, 'pattern' => '/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/']]]; diff --git a/vendor/Aws3/Aws/data/datasync/2018-11-09/api-2.json.php b/vendor/Aws3/Aws/data/datasync/2018-11-09/api-2.json.php index 21b5c708..5dae5025 100644 --- a/vendor/Aws3/Aws/data/datasync/2018-11-09/api-2.json.php +++ b/vendor/Aws3/Aws/data/datasync/2018-11-09/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-11-09', 'endpointPrefix' => 'datasync', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'DataSync', 'serviceFullName' => 'AWS DataSync', 'serviceId' => 'DataSync', 'signatureVersion' => 'v4', 'signingName' => 'datasync', 'targetPrefix' => 'FmrsService', 'uid' => 'datasync-2018-11-09'], 'operations' => ['CancelTaskExecution' => ['name' => 'CancelTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelTaskExecutionRequest'], 'output' => ['shape' => 'CancelTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateAgent' => ['name' => 'CreateAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAgentRequest'], 'output' => ['shape' => 'CreateAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationEfs' => ['name' => 'CreateLocationEfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationEfsRequest'], 'output' => ['shape' => 'CreateLocationEfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationFsxWindows' => ['name' => 'CreateLocationFsxWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationFsxWindowsRequest'], 'output' => ['shape' => 'CreateLocationFsxWindowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationNfs' => ['name' => 'CreateLocationNfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationNfsRequest'], 'output' => ['shape' => 'CreateLocationNfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationS3' => ['name' => 'CreateLocationS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationS3Request'], 'output' => ['shape' => 'CreateLocationS3Response'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationSmb' => ['name' => 'CreateLocationSmb', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationSmbRequest'], 'output' => ['shape' => 'CreateLocationSmbResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateTask' => ['name' => 'CreateTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTaskRequest'], 'output' => ['shape' => 'CreateTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteAgent' => ['name' => 'DeleteAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAgentRequest'], 'output' => ['shape' => 'DeleteAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteLocation' => ['name' => 'DeleteLocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocationRequest'], 'output' => ['shape' => 'DeleteLocationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteTask' => ['name' => 'DeleteTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTaskRequest'], 'output' => ['shape' => 'DeleteTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeAgent' => ['name' => 'DescribeAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAgentRequest'], 'output' => ['shape' => 'DescribeAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationEfs' => ['name' => 'DescribeLocationEfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationEfsRequest'], 'output' => ['shape' => 'DescribeLocationEfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationFsxWindows' => ['name' => 'DescribeLocationFsxWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationFsxWindowsRequest'], 'output' => ['shape' => 'DescribeLocationFsxWindowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationNfs' => ['name' => 'DescribeLocationNfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationNfsRequest'], 'output' => ['shape' => 'DescribeLocationNfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationS3' => ['name' => 'DescribeLocationS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationS3Request'], 'output' => ['shape' => 'DescribeLocationS3Response'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationSmb' => ['name' => 'DescribeLocationSmb', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationSmbRequest'], 'output' => ['shape' => 'DescribeLocationSmbResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeTask' => ['name' => 'DescribeTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskRequest'], 'output' => ['shape' => 'DescribeTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeTaskExecution' => ['name' => 'DescribeTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskExecutionRequest'], 'output' => ['shape' => 'DescribeTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListAgents' => ['name' => 'ListAgents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAgentsRequest'], 'output' => ['shape' => 'ListAgentsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListLocations' => ['name' => 'ListLocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLocationsRequest'], 'output' => ['shape' => 'ListLocationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTaskExecutions' => ['name' => 'ListTaskExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskExecutionsRequest'], 'output' => ['shape' => 'ListTaskExecutionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTasks' => ['name' => 'ListTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTasksRequest'], 'output' => ['shape' => 'ListTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'StartTaskExecution' => ['name' => 'StartTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTaskExecutionRequest'], 'output' => ['shape' => 'StartTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UpdateAgent' => ['name' => 'UpdateAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAgentRequest'], 'output' => ['shape' => 'UpdateAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UpdateTask' => ['name' => 'UpdateTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTaskRequest'], 'output' => ['shape' => 'UpdateTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]]], 'shapes' => ['ActivationKey' => ['type' => 'string', 'max' => 29, 'pattern' => '[A-Z0-9]{5}(-[A-Z0-9]{5}){4}'], 'AgentArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$'], 'AgentArnList' => ['type' => 'list', 'member' => ['shape' => 'AgentArn'], 'max' => 64, 'min' => 1], 'AgentList' => ['type' => 'list', 'member' => ['shape' => 'AgentListEntry']], 'AgentListEntry' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue'], 'Status' => ['shape' => 'AgentStatus']]], 'AgentStatus' => ['type' => 'string', 'enum' => ['ONLINE', 'OFFLINE']], 'Atime' => ['type' => 'string', 'enum' => ['NONE', 'BEST_EFFORT']], 'BytesPerSecond' => ['type' => 'long', 'min' => -1], 'CancelTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskExecutionArn'], 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'CancelTaskExecutionResponse' => ['type' => 'structure', 'members' => []], 'CreateAgentRequest' => ['type' => 'structure', 'required' => ['ActivationKey'], 'members' => ['ActivationKey' => ['shape' => 'ActivationKey'], 'AgentName' => ['shape' => 'TagValue'], 'Tags' => ['shape' => 'TagList'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'SubnetArns' => ['shape' => 'PLSubnetArnList'], 'SecurityGroupArns' => ['shape' => 'PLSecurityGroupArnList']]], 'CreateAgentResponse' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'CreateLocationEfsRequest' => ['type' => 'structure', 'required' => ['EfsFilesystemArn', 'Ec2Config'], 'members' => ['Subdirectory' => ['shape' => 'EfsSubdirectory'], 'EfsFilesystemArn' => ['shape' => 'EfsFilesystemArn'], 'Ec2Config' => ['shape' => 'Ec2Config'], 'Tags' => ['shape' => 'TagList']]], 'CreateLocationEfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationFsxWindowsRequest' => ['type' => 'structure', 'required' => ['FsxFilesystemArn', 'SecurityGroupArns', 'User', 'Password'], 'members' => ['Subdirectory' => ['shape' => 'FsxWindowsSubdirectory'], 'FsxFilesystemArn' => ['shape' => 'FsxFilesystemArn'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList'], 'Tags' => ['shape' => 'TagList'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'Password' => ['shape' => 'SmbPassword']]], 'CreateLocationFsxWindowsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationNfsRequest' => ['type' => 'structure', 'required' => ['Subdirectory', 'ServerHostname', 'OnPremConfig'], 'members' => ['Subdirectory' => ['shape' => 'NfsSubdirectory'], 'ServerHostname' => ['shape' => 'ServerHostname'], 'OnPremConfig' => ['shape' => 'OnPremConfig'], 'MountOptions' => ['shape' => 'NfsMountOptions'], 'Tags' => ['shape' => 'TagList']]], 'CreateLocationNfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationS3Request' => ['type' => 'structure', 'required' => ['S3BucketArn', 'S3Config'], 'members' => ['Subdirectory' => ['shape' => 'S3Subdirectory'], 'S3BucketArn' => ['shape' => 'S3BucketArn'], 'S3StorageClass' => ['shape' => 'S3StorageClass'], 'S3Config' => ['shape' => 'S3Config'], 'Tags' => ['shape' => 'TagList']]], 'CreateLocationS3Response' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationSmbRequest' => ['type' => 'structure', 'required' => ['Subdirectory', 'ServerHostname', 'User', 'Password', 'AgentArns'], 'members' => ['Subdirectory' => ['shape' => 'SmbSubdirectory'], 'ServerHostname' => ['shape' => 'ServerHostname'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'Password' => ['shape' => 'SmbPassword'], 'AgentArns' => ['shape' => 'AgentArnList'], 'MountOptions' => ['shape' => 'SmbMountOptions'], 'Tags' => ['shape' => 'TagList']]], 'CreateLocationSmbResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateTaskRequest' => ['type' => 'structure', 'required' => ['SourceLocationArn', 'DestinationLocationArn'], 'members' => ['SourceLocationArn' => ['shape' => 'LocationArn'], 'DestinationLocationArn' => ['shape' => 'LocationArn'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn'], 'Name' => ['shape' => 'TagValue'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'Tags' => ['shape' => 'TagList']]], 'CreateTaskResponse' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DeleteAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'DeleteAgentResponse' => ['type' => 'structure', 'members' => []], 'DeleteLocationRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DeleteLocationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DeleteTaskResponse' => ['type' => 'structure', 'members' => []], 'DescribeAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'DescribeAgentResponse' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue'], 'Status' => ['shape' => 'AgentStatus'], 'LastConnectionTime' => ['shape' => 'Time'], 'CreationTime' => ['shape' => 'Time'], 'EndpointType' => ['shape' => 'EndpointType'], 'PrivateLinkConfig' => ['shape' => 'PrivateLinkConfig']]], 'DescribeLocationEfsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationEfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'Ec2Config' => ['shape' => 'Ec2Config'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationFsxWindowsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationFsxWindowsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList'], 'CreationTime' => ['shape' => 'Time'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain']]], 'DescribeLocationNfsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationNfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'OnPremConfig' => ['shape' => 'OnPremConfig'], 'MountOptions' => ['shape' => 'NfsMountOptions'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationS3Request' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationS3Response' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'S3StorageClass' => ['shape' => 'S3StorageClass'], 'S3Config' => ['shape' => 'S3Config'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationSmbRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationSmbResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'AgentArns' => ['shape' => 'AgentArnList'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'MountOptions' => ['shape' => 'SmbMountOptions'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskExecutionArn'], 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'DescribeTaskExecutionResponse' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'Status' => ['shape' => 'TaskExecutionStatus'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Includes' => ['shape' => 'FilterList'], 'StartTime' => ['shape' => 'Time'], 'EstimatedFilesToTransfer' => ['shape' => 'long'], 'EstimatedBytesToTransfer' => ['shape' => 'long'], 'FilesTransferred' => ['shape' => 'long'], 'BytesWritten' => ['shape' => 'long'], 'BytesTransferred' => ['shape' => 'long'], 'Result' => ['shape' => 'TaskExecutionResultDetail']]], 'DescribeTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DescribeTaskResponse' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Status' => ['shape' => 'TaskStatus'], 'Name' => ['shape' => 'TagValue'], 'CurrentTaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'SourceLocationArn' => ['shape' => 'LocationArn'], 'DestinationLocationArn' => ['shape' => 'LocationArn'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn'], 'SourceNetworkInterfaceArns' => ['shape' => 'SourceNetworkInterfaceArns'], 'DestinationNetworkInterfaceArns' => ['shape' => 'DestinationNetworkInterfaceArns'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'ErrorCode' => ['shape' => 'string'], 'ErrorDetail' => ['shape' => 'string'], 'CreationTime' => ['shape' => 'Time']]], 'DestinationNetworkInterfaceArns' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceArn']], 'Duration' => ['type' => 'long', 'min' => 0], 'Ec2Config' => ['type' => 'structure', 'required' => ['SubnetArn', 'SecurityGroupArns'], 'members' => ['SubnetArn' => ['shape' => 'Ec2SubnetArn'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList']]], 'Ec2SecurityGroupArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$'], 'Ec2SecurityGroupArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SecurityGroupArn'], 'max' => 5, 'min' => 1], 'Ec2SubnetArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$'], 'EfsFilesystemArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$'], 'EfsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$'], 'Endpoint' => ['type' => 'string', 'max' => 15, 'min' => 7, 'pattern' => '\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z'], 'EndpointType' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE_LINK', 'FIPS']], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'FilterRule'], 'max' => 1, 'min' => 0], 'FilterRule' => ['type' => 'structure', 'members' => ['FilterType' => ['shape' => 'FilterType'], 'Value' => ['shape' => 'FilterValue']]], 'FilterType' => ['type' => 'string', 'enum' => ['SIMPLE_PATTERN'], 'max' => 128, 'pattern' => '^[A-Z0-9_]+$'], 'FilterValue' => ['type' => 'string', 'max' => 409600, 'pattern' => '^[^\\x00]+$'], 'FsxFilesystemArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$'], 'FsxWindowsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$'], 'Gid' => ['type' => 'string', 'enum' => ['NONE', 'INT_VALUE', 'NAME', 'BOTH']], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$'], 'InternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'errorCode' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'errorCode' => ['shape' => 'string']], 'exception' => \true], 'ListAgentsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAgentsResponse' => ['type' => 'structure', 'members' => ['Agents' => ['shape' => 'AgentList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLocationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLocationsResponse' => ['type' => 'structure', 'members' => ['Locations' => ['shape' => 'LocationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTaskExecutionsRequest' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTaskExecutionsResponse' => ['type' => 'structure', 'members' => ['TaskExecutions' => ['shape' => 'TaskExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTasksRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTasksResponse' => ['type' => 'structure', 'members' => ['Tasks' => ['shape' => 'TaskList'], 'NextToken' => ['shape' => 'NextToken']]], 'LocationArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'LocationListEntry']], 'LocationListEntry' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri']]], 'LocationUri' => ['type' => 'string', 'max' => 4356, 'pattern' => '^(efs|nfs|s3|smb|fsxw)://[a-zA-Z0-9.\\-]+$'], 'LogGroupArn' => ['type' => 'string', 'max' => 562, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$'], 'LogLevel' => ['type' => 'string', 'enum' => ['OFF', 'BASIC', 'TRANSFER']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Mtime' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'NetworkInterfaceArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:aws[\\-a-z]{0,}:ec2:[a-z\\-0-9]*:[0-9]{12}:network-interface/eni-[0-9a-f]+$'], 'NextToken' => ['type' => 'string', 'max' => 65535, 'pattern' => '[a-zA-Z0-9=_-]+'], 'NfsMountOptions' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'NfsVersion']]], 'NfsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$'], 'NfsVersion' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'NFS3', 'NFS4_0', 'NFS4_1']], 'OnPremConfig' => ['type' => 'structure', 'required' => ['AgentArns'], 'members' => ['AgentArns' => ['shape' => 'AgentArnList']]], 'Options' => ['type' => 'structure', 'members' => ['VerifyMode' => ['shape' => 'VerifyMode'], 'OverwriteMode' => ['shape' => 'OverwriteMode'], 'Atime' => ['shape' => 'Atime'], 'Mtime' => ['shape' => 'Mtime'], 'Uid' => ['shape' => 'Uid'], 'Gid' => ['shape' => 'Gid'], 'PreserveDeletedFiles' => ['shape' => 'PreserveDeletedFiles'], 'PreserveDevices' => ['shape' => 'PreserveDevices'], 'PosixPermissions' => ['shape' => 'PosixPermissions'], 'BytesPerSecond' => ['shape' => 'BytesPerSecond'], 'TaskQueueing' => ['shape' => 'TaskQueueing'], 'LogLevel' => ['shape' => 'LogLevel']]], 'OverwriteMode' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'PLSecurityGroupArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SecurityGroupArn'], 'max' => 1, 'min' => 1], 'PLSubnetArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SubnetArn'], 'max' => 1, 'min' => 1], 'PhaseStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'ERROR']], 'PosixPermissions' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'PreserveDeletedFiles' => ['type' => 'string', 'enum' => ['PRESERVE', 'REMOVE']], 'PreserveDevices' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'PrivateLinkConfig' => ['type' => 'structure', 'members' => ['VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'PrivateLinkEndpoint' => ['shape' => 'Endpoint'], 'SubnetArns' => ['shape' => 'PLSubnetArnList'], 'SecurityGroupArns' => ['shape' => 'PLSecurityGroupArnList']]], 'S3BucketArn' => ['type' => 'string', 'max' => 76, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:::([^/]*)$'], 'S3Config' => ['type' => 'structure', 'required' => ['BucketAccessRoleArn'], 'members' => ['BucketAccessRoleArn' => ['shape' => 'IamRoleArn']]], 'S3StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'GLACIER', 'DEEP_ARCHIVE']], 'S3Subdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$'], 'ScheduleExpressionCron' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$'], 'ServerHostname' => ['type' => 'string', 'max' => 255, 'pattern' => '^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$'], 'SmbDomain' => ['type' => 'string', 'max' => 253, 'pattern' => '^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$'], 'SmbMountOptions' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'SmbVersion']]], 'SmbPassword' => ['type' => 'string', 'max' => 104, 'pattern' => '^.{0,104}$', 'sensitive' => \true], 'SmbSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$'], 'SmbUser' => ['type' => 'string', 'max' => 104, 'pattern' => '^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$'], 'SmbVersion' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'SMB2', 'SMB3']], 'SourceNetworkInterfaceArns' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceArn']], 'StartTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'OverrideOptions' => ['shape' => 'Options'], 'Includes' => ['shape' => 'FilterList']]], 'StartTaskExecutionResponse' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'TagKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\s+=._:/-]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'TagListEntry'], 'max' => 55, 'min' => 0], 'TagListEntry' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\s+=._:@/-]+$'], 'TaggableResourceArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$'], 'TaskArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$'], 'TaskExecutionArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$'], 'TaskExecutionList' => ['type' => 'list', 'member' => ['shape' => 'TaskExecutionListEntry']], 'TaskExecutionListEntry' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'Status' => ['shape' => 'TaskExecutionStatus']]], 'TaskExecutionResultDetail' => ['type' => 'structure', 'members' => ['PrepareDuration' => ['shape' => 'Duration'], 'PrepareStatus' => ['shape' => 'PhaseStatus'], 'TotalDuration' => ['shape' => 'Duration'], 'TransferDuration' => ['shape' => 'Duration'], 'TransferStatus' => ['shape' => 'PhaseStatus'], 'VerifyDuration' => ['shape' => 'Duration'], 'VerifyStatus' => ['shape' => 'PhaseStatus'], 'ErrorCode' => ['shape' => 'string'], 'ErrorDetail' => ['shape' => 'string']]], 'TaskExecutionStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'LAUNCHING', 'PREPARING', 'TRANSFERRING', 'VERIFYING', 'SUCCESS', 'ERROR']], 'TaskList' => ['type' => 'list', 'member' => ['shape' => 'TaskListEntry']], 'TaskListEntry' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Status' => ['shape' => 'TaskStatus'], 'Name' => ['shape' => 'TagValue']]], 'TaskQueueing' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'TaskSchedule' => ['type' => 'structure', 'required' => ['ScheduleExpression'], 'members' => ['ScheduleExpression' => ['shape' => 'ScheduleExpressionCron']]], 'TaskStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'QUEUED', 'RUNNING', 'UNAVAILABLE']], 'Time' => ['type' => 'timestamp'], 'Uid' => ['type' => 'string', 'enum' => ['NONE', 'INT_VALUE', 'NAME', 'BOTH']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Keys'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue']]], 'UpdateAgentResponse' => ['type' => 'structure', 'members' => []], 'UpdateTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'Name' => ['shape' => 'TagValue'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn']]], 'UpdateTaskResponse' => ['type' => 'structure', 'members' => []], 'VerifyMode' => ['type' => 'string', 'enum' => ['POINT_IN_TIME_CONSISTENT', 'ONLY_FILES_TRANSFERRED', 'NONE']], 'VpcEndpointId' => ['type' => 'string', 'pattern' => '^vpce-[0-9a-f]{17}$'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-11-09', 'endpointPrefix' => 'datasync', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'DataSync', 'serviceFullName' => 'AWS DataSync', 'serviceId' => 'DataSync', 'signatureVersion' => 'v4', 'signingName' => 'datasync', 'targetPrefix' => 'FmrsService', 'uid' => 'datasync-2018-11-09'], 'operations' => ['CancelTaskExecution' => ['name' => 'CancelTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelTaskExecutionRequest'], 'output' => ['shape' => 'CancelTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateAgent' => ['name' => 'CreateAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAgentRequest'], 'output' => ['shape' => 'CreateAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationEfs' => ['name' => 'CreateLocationEfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationEfsRequest'], 'output' => ['shape' => 'CreateLocationEfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationFsxWindows' => ['name' => 'CreateLocationFsxWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationFsxWindowsRequest'], 'output' => ['shape' => 'CreateLocationFsxWindowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationNfs' => ['name' => 'CreateLocationNfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationNfsRequest'], 'output' => ['shape' => 'CreateLocationNfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationObjectStorage' => ['name' => 'CreateLocationObjectStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationObjectStorageRequest'], 'output' => ['shape' => 'CreateLocationObjectStorageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationS3' => ['name' => 'CreateLocationS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationS3Request'], 'output' => ['shape' => 'CreateLocationS3Response'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateLocationSmb' => ['name' => 'CreateLocationSmb', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocationSmbRequest'], 'output' => ['shape' => 'CreateLocationSmbResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'CreateTask' => ['name' => 'CreateTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTaskRequest'], 'output' => ['shape' => 'CreateTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteAgent' => ['name' => 'DeleteAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAgentRequest'], 'output' => ['shape' => 'DeleteAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteLocation' => ['name' => 'DeleteLocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocationRequest'], 'output' => ['shape' => 'DeleteLocationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DeleteTask' => ['name' => 'DeleteTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTaskRequest'], 'output' => ['shape' => 'DeleteTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeAgent' => ['name' => 'DescribeAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAgentRequest'], 'output' => ['shape' => 'DescribeAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationEfs' => ['name' => 'DescribeLocationEfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationEfsRequest'], 'output' => ['shape' => 'DescribeLocationEfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationFsxWindows' => ['name' => 'DescribeLocationFsxWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationFsxWindowsRequest'], 'output' => ['shape' => 'DescribeLocationFsxWindowsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationNfs' => ['name' => 'DescribeLocationNfs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationNfsRequest'], 'output' => ['shape' => 'DescribeLocationNfsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationObjectStorage' => ['name' => 'DescribeLocationObjectStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationObjectStorageRequest'], 'output' => ['shape' => 'DescribeLocationObjectStorageResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationS3' => ['name' => 'DescribeLocationS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationS3Request'], 'output' => ['shape' => 'DescribeLocationS3Response'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeLocationSmb' => ['name' => 'DescribeLocationSmb', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocationSmbRequest'], 'output' => ['shape' => 'DescribeLocationSmbResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeTask' => ['name' => 'DescribeTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskRequest'], 'output' => ['shape' => 'DescribeTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'DescribeTaskExecution' => ['name' => 'DescribeTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskExecutionRequest'], 'output' => ['shape' => 'DescribeTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListAgents' => ['name' => 'ListAgents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAgentsRequest'], 'output' => ['shape' => 'ListAgentsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListLocations' => ['name' => 'ListLocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLocationsRequest'], 'output' => ['shape' => 'ListLocationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTaskExecutions' => ['name' => 'ListTaskExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskExecutionsRequest'], 'output' => ['shape' => 'ListTaskExecutionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'ListTasks' => ['name' => 'ListTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTasksRequest'], 'output' => ['shape' => 'ListTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'StartTaskExecution' => ['name' => 'StartTaskExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTaskExecutionRequest'], 'output' => ['shape' => 'StartTaskExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UpdateAgent' => ['name' => 'UpdateAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAgentRequest'], 'output' => ['shape' => 'UpdateAgentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]], 'UpdateTask' => ['name' => 'UpdateTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTaskRequest'], 'output' => ['shape' => 'UpdateTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalException']]]], 'shapes' => ['ActivationKey' => ['type' => 'string', 'max' => 29, 'pattern' => '[A-Z0-9]{5}(-[A-Z0-9]{5}){4}'], 'AgentArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:agent/agent-[0-9a-z]{17}$'], 'AgentArnList' => ['type' => 'list', 'member' => ['shape' => 'AgentArn'], 'max' => 4, 'min' => 1], 'AgentList' => ['type' => 'list', 'member' => ['shape' => 'AgentListEntry']], 'AgentListEntry' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue'], 'Status' => ['shape' => 'AgentStatus']]], 'AgentStatus' => ['type' => 'string', 'enum' => ['ONLINE', 'OFFLINE']], 'Atime' => ['type' => 'string', 'enum' => ['NONE', 'BEST_EFFORT']], 'BytesPerSecond' => ['type' => 'long', 'min' => -1], 'CancelTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskExecutionArn'], 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'CancelTaskExecutionResponse' => ['type' => 'structure', 'members' => []], 'CreateAgentRequest' => ['type' => 'structure', 'required' => ['ActivationKey'], 'members' => ['ActivationKey' => ['shape' => 'ActivationKey'], 'AgentName' => ['shape' => 'TagValue'], 'Tags' => ['shape' => 'InputTagList'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'SubnetArns' => ['shape' => 'PLSubnetArnList'], 'SecurityGroupArns' => ['shape' => 'PLSecurityGroupArnList']]], 'CreateAgentResponse' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'CreateLocationEfsRequest' => ['type' => 'structure', 'required' => ['EfsFilesystemArn', 'Ec2Config'], 'members' => ['Subdirectory' => ['shape' => 'EfsSubdirectory'], 'EfsFilesystemArn' => ['shape' => 'EfsFilesystemArn'], 'Ec2Config' => ['shape' => 'Ec2Config'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateLocationEfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationFsxWindowsRequest' => ['type' => 'structure', 'required' => ['FsxFilesystemArn', 'SecurityGroupArns', 'User', 'Password'], 'members' => ['Subdirectory' => ['shape' => 'FsxWindowsSubdirectory'], 'FsxFilesystemArn' => ['shape' => 'FsxFilesystemArn'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList'], 'Tags' => ['shape' => 'InputTagList'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'Password' => ['shape' => 'SmbPassword']]], 'CreateLocationFsxWindowsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationNfsRequest' => ['type' => 'structure', 'required' => ['Subdirectory', 'ServerHostname', 'OnPremConfig'], 'members' => ['Subdirectory' => ['shape' => 'NfsSubdirectory'], 'ServerHostname' => ['shape' => 'ServerHostname'], 'OnPremConfig' => ['shape' => 'OnPremConfig'], 'MountOptions' => ['shape' => 'NfsMountOptions'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateLocationNfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationObjectStorageRequest' => ['type' => 'structure', 'required' => ['ServerHostname', 'BucketName', 'AgentArns'], 'members' => ['ServerHostname' => ['shape' => 'ServerHostname'], 'ServerPort' => ['shape' => 'ObjectStorageServerPort'], 'ServerProtocol' => ['shape' => 'ObjectStorageServerProtocol'], 'Subdirectory' => ['shape' => 'S3Subdirectory'], 'BucketName' => ['shape' => 'ObjectStorageBucketName'], 'AccessKey' => ['shape' => 'ObjectStorageAccessKey'], 'SecretKey' => ['shape' => 'ObjectStorageSecretKey'], 'AgentArns' => ['shape' => 'AgentArnList'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateLocationObjectStorageResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationS3Request' => ['type' => 'structure', 'required' => ['S3BucketArn', 'S3Config'], 'members' => ['Subdirectory' => ['shape' => 'S3Subdirectory'], 'S3BucketArn' => ['shape' => 'S3BucketArn'], 'S3StorageClass' => ['shape' => 'S3StorageClass'], 'S3Config' => ['shape' => 'S3Config'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateLocationS3Response' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateLocationSmbRequest' => ['type' => 'structure', 'required' => ['Subdirectory', 'ServerHostname', 'User', 'Password', 'AgentArns'], 'members' => ['Subdirectory' => ['shape' => 'SmbSubdirectory'], 'ServerHostname' => ['shape' => 'ServerHostname'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'Password' => ['shape' => 'SmbPassword'], 'AgentArns' => ['shape' => 'AgentArnList'], 'MountOptions' => ['shape' => 'SmbMountOptions'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateLocationSmbResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'CreateTaskRequest' => ['type' => 'structure', 'required' => ['SourceLocationArn', 'DestinationLocationArn'], 'members' => ['SourceLocationArn' => ['shape' => 'LocationArn'], 'DestinationLocationArn' => ['shape' => 'LocationArn'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn'], 'Name' => ['shape' => 'TagValue'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'Tags' => ['shape' => 'InputTagList']]], 'CreateTaskResponse' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DeleteAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'DeleteAgentResponse' => ['type' => 'structure', 'members' => []], 'DeleteLocationRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DeleteLocationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DeleteTaskResponse' => ['type' => 'structure', 'members' => []], 'DescribeAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn']]], 'DescribeAgentResponse' => ['type' => 'structure', 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue'], 'Status' => ['shape' => 'AgentStatus'], 'LastConnectionTime' => ['shape' => 'Time'], 'CreationTime' => ['shape' => 'Time'], 'EndpointType' => ['shape' => 'EndpointType'], 'PrivateLinkConfig' => ['shape' => 'PrivateLinkConfig']]], 'DescribeLocationEfsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationEfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'Ec2Config' => ['shape' => 'Ec2Config'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationFsxWindowsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationFsxWindowsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList'], 'CreationTime' => ['shape' => 'Time'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain']]], 'DescribeLocationNfsRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationNfsResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'OnPremConfig' => ['shape' => 'OnPremConfig'], 'MountOptions' => ['shape' => 'NfsMountOptions'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationObjectStorageRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationObjectStorageResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'AccessKey' => ['shape' => 'ObjectStorageAccessKey'], 'ServerPort' => ['shape' => 'ObjectStorageServerPort'], 'ServerProtocol' => ['shape' => 'ObjectStorageServerProtocol'], 'AgentArns' => ['shape' => 'AgentArnList'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationS3Request' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationS3Response' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'S3StorageClass' => ['shape' => 'S3StorageClass'], 'S3Config' => ['shape' => 'S3Config'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeLocationSmbRequest' => ['type' => 'structure', 'required' => ['LocationArn'], 'members' => ['LocationArn' => ['shape' => 'LocationArn']]], 'DescribeLocationSmbResponse' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri'], 'AgentArns' => ['shape' => 'AgentArnList'], 'User' => ['shape' => 'SmbUser'], 'Domain' => ['shape' => 'SmbDomain'], 'MountOptions' => ['shape' => 'SmbMountOptions'], 'CreationTime' => ['shape' => 'Time']]], 'DescribeTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskExecutionArn'], 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'DescribeTaskExecutionResponse' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'Status' => ['shape' => 'TaskExecutionStatus'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Includes' => ['shape' => 'FilterList'], 'StartTime' => ['shape' => 'Time'], 'EstimatedFilesToTransfer' => ['shape' => 'long'], 'EstimatedBytesToTransfer' => ['shape' => 'long'], 'FilesTransferred' => ['shape' => 'long'], 'BytesWritten' => ['shape' => 'long'], 'BytesTransferred' => ['shape' => 'long'], 'Result' => ['shape' => 'TaskExecutionResultDetail']]], 'DescribeTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn']]], 'DescribeTaskResponse' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Status' => ['shape' => 'TaskStatus'], 'Name' => ['shape' => 'TagValue'], 'CurrentTaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'SourceLocationArn' => ['shape' => 'LocationArn'], 'DestinationLocationArn' => ['shape' => 'LocationArn'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn'], 'SourceNetworkInterfaceArns' => ['shape' => 'SourceNetworkInterfaceArns'], 'DestinationNetworkInterfaceArns' => ['shape' => 'DestinationNetworkInterfaceArns'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'ErrorCode' => ['shape' => 'string'], 'ErrorDetail' => ['shape' => 'string'], 'CreationTime' => ['shape' => 'Time']]], 'DestinationNetworkInterfaceArns' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceArn']], 'Duration' => ['type' => 'long', 'min' => 0], 'Ec2Config' => ['type' => 'structure', 'required' => ['SubnetArn', 'SecurityGroupArns'], 'members' => ['SubnetArn' => ['shape' => 'Ec2SubnetArn'], 'SecurityGroupArns' => ['shape' => 'Ec2SecurityGroupArnList']]], 'Ec2SecurityGroupArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:security-group/.*$'], 'Ec2SecurityGroupArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SecurityGroupArn'], 'max' => 5, 'min' => 1], 'Ec2SubnetArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$'], 'EfsFilesystemArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$'], 'EfsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$'], 'Endpoint' => ['type' => 'string', 'max' => 15, 'min' => 7, 'pattern' => '\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z'], 'EndpointType' => ['type' => 'string', 'enum' => ['PUBLIC', 'PRIVATE_LINK', 'FIPS']], 'FilterAttributeValue' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[0-9a-zA-Z_\\ \\-\\:\\*\\.\\\\/\\?-]*$'], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'FilterRule'], 'max' => 1, 'min' => 0], 'FilterRule' => ['type' => 'structure', 'members' => ['FilterType' => ['shape' => 'FilterType'], 'Value' => ['shape' => 'FilterValue']]], 'FilterType' => ['type' => 'string', 'enum' => ['SIMPLE_PATTERN'], 'max' => 128, 'pattern' => '^[A-Z0-9_]+$'], 'FilterValue' => ['type' => 'string', 'max' => 409600, 'pattern' => '^[^\\x00]+$'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterAttributeValue']], 'FsxFilesystemArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$'], 'FsxWindowsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$'], 'Gid' => ['type' => 'string', 'enum' => ['NONE', 'INT_VALUE', 'NAME', 'BOTH']], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$'], 'InputTagList' => ['type' => 'list', 'member' => ['shape' => 'TagListEntry'], 'max' => 50, 'min' => 0], 'InternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'errorCode' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'errorCode' => ['shape' => 'string']], 'exception' => \true], 'ListAgentsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAgentsResponse' => ['type' => 'structure', 'members' => ['Agents' => ['shape' => 'AgentList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLocationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'LocationFilters']]], 'ListLocationsResponse' => ['type' => 'structure', 'members' => ['Locations' => ['shape' => 'LocationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'OutputTagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTaskExecutionsRequest' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTaskExecutionsResponse' => ['type' => 'structure', 'members' => ['TaskExecutions' => ['shape' => 'TaskExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTasksRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'TaskFilters']]], 'ListTasksResponse' => ['type' => 'structure', 'members' => ['Tasks' => ['shape' => 'TaskList'], 'NextToken' => ['shape' => 'NextToken']]], 'LocationArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:location/loc-[0-9a-z]{17}$'], 'LocationFilter' => ['type' => 'structure', 'required' => ['Name', 'Values', 'Operator'], 'members' => ['Name' => ['shape' => 'LocationFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Operator' => ['shape' => 'Operator']]], 'LocationFilterName' => ['type' => 'string', 'enum' => ['LocationUri', 'LocationType', 'CreationTime']], 'LocationFilters' => ['type' => 'list', 'member' => ['shape' => 'LocationFilter']], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'LocationListEntry']], 'LocationListEntry' => ['type' => 'structure', 'members' => ['LocationArn' => ['shape' => 'LocationArn'], 'LocationUri' => ['shape' => 'LocationUri']]], 'LocationUri' => ['type' => 'string', 'max' => 4356, 'pattern' => '^(efs|nfs|s3|smb|fsxw)://[a-zA-Z0-9.\\-]+$'], 'LogGroupArn' => ['type' => 'string', 'max' => 562, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)(:\\*)?$'], 'LogLevel' => ['type' => 'string', 'enum' => ['OFF', 'BASIC', 'TRANSFER']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Mtime' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'NetworkInterfaceArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:aws[\\-a-z]{0,}:ec2:[a-z\\-0-9]*:[0-9]{12}:network-interface/eni-[0-9a-f]+$'], 'NextToken' => ['type' => 'string', 'max' => 65535, 'pattern' => '[a-zA-Z0-9=_-]+'], 'NfsMountOptions' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'NfsVersion']]], 'NfsSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$'], 'NfsVersion' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'NFS3', 'NFS4_0', 'NFS4_1']], 'ObjectStorageAccessKey' => ['type' => 'string', 'max' => 200, 'min' => 8, 'pattern' => '^.+$'], 'ObjectStorageBucketName' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$'], 'ObjectStorageSecretKey' => ['type' => 'string', 'max' => 200, 'min' => 8, 'pattern' => '^.+$', 'sensitive' => \true], 'ObjectStorageServerPort' => ['type' => 'integer', 'box' => \true, 'max' => 65536, 'min' => 1], 'ObjectStorageServerProtocol' => ['type' => 'string', 'enum' => ['HTTPS', 'HTTP']], 'OnPremConfig' => ['type' => 'structure', 'required' => ['AgentArns'], 'members' => ['AgentArns' => ['shape' => 'AgentArnList']]], 'Operator' => ['type' => 'string', 'enum' => ['Equals', 'NotEquals', 'In', 'LessThanOrEqual', 'LessThan', 'GreaterThanOrEqual', 'GreaterThan', 'Contains', 'NotContains', 'BeginsWith']], 'Options' => ['type' => 'structure', 'members' => ['VerifyMode' => ['shape' => 'VerifyMode'], 'OverwriteMode' => ['shape' => 'OverwriteMode'], 'Atime' => ['shape' => 'Atime'], 'Mtime' => ['shape' => 'Mtime'], 'Uid' => ['shape' => 'Uid'], 'Gid' => ['shape' => 'Gid'], 'PreserveDeletedFiles' => ['shape' => 'PreserveDeletedFiles'], 'PreserveDevices' => ['shape' => 'PreserveDevices'], 'PosixPermissions' => ['shape' => 'PosixPermissions'], 'BytesPerSecond' => ['shape' => 'BytesPerSecond'], 'TaskQueueing' => ['shape' => 'TaskQueueing'], 'LogLevel' => ['shape' => 'LogLevel'], 'TransferMode' => ['shape' => 'TransferMode']]], 'OutputTagList' => ['type' => 'list', 'member' => ['shape' => 'TagListEntry'], 'max' => 55, 'min' => 0], 'OverwriteMode' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'PLSecurityGroupArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SecurityGroupArn'], 'max' => 1, 'min' => 1], 'PLSubnetArnList' => ['type' => 'list', 'member' => ['shape' => 'Ec2SubnetArn'], 'max' => 1, 'min' => 1], 'PhaseStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'ERROR']], 'PosixPermissions' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'PreserveDeletedFiles' => ['type' => 'string', 'enum' => ['PRESERVE', 'REMOVE']], 'PreserveDevices' => ['type' => 'string', 'enum' => ['NONE', 'PRESERVE']], 'PrivateLinkConfig' => ['type' => 'structure', 'members' => ['VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'PrivateLinkEndpoint' => ['shape' => 'Endpoint'], 'SubnetArns' => ['shape' => 'PLSubnetArnList'], 'SecurityGroupArns' => ['shape' => 'PLSecurityGroupArnList']]], 'S3BucketArn' => ['type' => 'string', 'max' => 76, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:::([^/]*)$'], 'S3Config' => ['type' => 'structure', 'required' => ['BucketAccessRoleArn'], 'members' => ['BucketAccessRoleArn' => ['shape' => 'IamRoleArn']]], 'S3StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'GLACIER', 'DEEP_ARCHIVE']], 'S3Subdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$'], 'ScheduleExpressionCron' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$'], 'ServerHostname' => ['type' => 'string', 'max' => 255, 'pattern' => '^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])$'], 'SmbDomain' => ['type' => 'string', 'max' => 253, 'pattern' => '^([A-Za-z0-9]+[A-Za-z0-9-.]*)*[A-Za-z0-9-]*[A-Za-z0-9]$'], 'SmbMountOptions' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'SmbVersion']]], 'SmbPassword' => ['type' => 'string', 'max' => 104, 'pattern' => '^.{0,104}$', 'sensitive' => \true], 'SmbSubdirectory' => ['type' => 'string', 'max' => 4096, 'pattern' => '^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$'], 'SmbUser' => ['type' => 'string', 'max' => 104, 'pattern' => '^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$'], 'SmbVersion' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'SMB2', 'SMB3']], 'SourceNetworkInterfaceArns' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceArn']], 'StartTaskExecutionRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'OverrideOptions' => ['shape' => 'Options'], 'Includes' => ['shape' => 'FilterList']]], 'StartTaskExecutionResponse' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn']]], 'TagKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\s+=._:/-]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagListEntry' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'Tags' => ['shape' => 'InputTagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\s+=._:@/-]+$'], 'TaggableResourceArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]+:[0-9]{12}:(agent|task|location)/(agent|task|loc)-[0-9a-z]{17}$'], 'TaskArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}$'], 'TaskExecutionArn' => ['type' => 'string', 'max' => 128, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):datasync:[a-z\\-0-9]*:[0-9]{12}:task/task-[0-9a-f]{17}/execution/exec-[0-9a-f]{17}$'], 'TaskExecutionList' => ['type' => 'list', 'member' => ['shape' => 'TaskExecutionListEntry']], 'TaskExecutionListEntry' => ['type' => 'structure', 'members' => ['TaskExecutionArn' => ['shape' => 'TaskExecutionArn'], 'Status' => ['shape' => 'TaskExecutionStatus']]], 'TaskExecutionResultDetail' => ['type' => 'structure', 'members' => ['PrepareDuration' => ['shape' => 'Duration'], 'PrepareStatus' => ['shape' => 'PhaseStatus'], 'TotalDuration' => ['shape' => 'Duration'], 'TransferDuration' => ['shape' => 'Duration'], 'TransferStatus' => ['shape' => 'PhaseStatus'], 'VerifyDuration' => ['shape' => 'Duration'], 'VerifyStatus' => ['shape' => 'PhaseStatus'], 'ErrorCode' => ['shape' => 'string'], 'ErrorDetail' => ['shape' => 'string']]], 'TaskExecutionStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'LAUNCHING', 'PREPARING', 'TRANSFERRING', 'VERIFYING', 'SUCCESS', 'ERROR']], 'TaskFilter' => ['type' => 'structure', 'required' => ['Name', 'Values', 'Operator'], 'members' => ['Name' => ['shape' => 'TaskFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Operator' => ['shape' => 'Operator']]], 'TaskFilterName' => ['type' => 'string', 'enum' => ['LocationId', 'CreationTime']], 'TaskFilters' => ['type' => 'list', 'member' => ['shape' => 'TaskFilter']], 'TaskList' => ['type' => 'list', 'member' => ['shape' => 'TaskListEntry']], 'TaskListEntry' => ['type' => 'structure', 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Status' => ['shape' => 'TaskStatus'], 'Name' => ['shape' => 'TagValue']]], 'TaskQueueing' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'TaskSchedule' => ['type' => 'structure', 'required' => ['ScheduleExpression'], 'members' => ['ScheduleExpression' => ['shape' => 'ScheduleExpressionCron']]], 'TaskStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'QUEUED', 'RUNNING', 'UNAVAILABLE']], 'Time' => ['type' => 'timestamp'], 'TransferMode' => ['type' => 'string', 'enum' => ['CHANGED', 'ALL']], 'Uid' => ['type' => 'string', 'enum' => ['NONE', 'INT_VALUE', 'NAME', 'BOTH']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Keys'], 'members' => ['ResourceArn' => ['shape' => 'TaggableResourceArn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAgentRequest' => ['type' => 'structure', 'required' => ['AgentArn'], 'members' => ['AgentArn' => ['shape' => 'AgentArn'], 'Name' => ['shape' => 'TagValue']]], 'UpdateAgentResponse' => ['type' => 'structure', 'members' => []], 'UpdateTaskRequest' => ['type' => 'structure', 'required' => ['TaskArn'], 'members' => ['TaskArn' => ['shape' => 'TaskArn'], 'Options' => ['shape' => 'Options'], 'Excludes' => ['shape' => 'FilterList'], 'Schedule' => ['shape' => 'TaskSchedule'], 'Name' => ['shape' => 'TagValue'], 'CloudWatchLogGroupArn' => ['shape' => 'LogGroupArn']]], 'UpdateTaskResponse' => ['type' => 'structure', 'members' => []], 'VerifyMode' => ['type' => 'string', 'enum' => ['POINT_IN_TIME_CONSISTENT', 'ONLY_FILES_TRANSFERRED', 'NONE']], 'VpcEndpointId' => ['type' => 'string', 'pattern' => '^vpce-[0-9a-f]{17}$'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/detective/2018-10-26/api-2.json.php b/vendor/Aws3/Aws/data/detective/2018-10-26/api-2.json.php index 1b41e758..3e89069c 100644 --- a/vendor/Aws3/Aws/data/detective/2018-10-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/detective/2018-10-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-10-26', 'endpointPrefix' => 'api.detective', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Detective', 'serviceId' => 'Detective', 'signatureVersion' => 'v4', 'signingName' => 'detective', 'uid' => 'detective-2018-10-26'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'PUT', 'requestUri' => '/invitation'], 'input' => ['shape' => 'AcceptInvitationRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateGraph' => ['name' => 'CreateGraph', 'http' => ['method' => 'POST', 'requestUri' => '/graph'], 'output' => ['shape' => 'CreateGraphResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members'], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'ServiceQuotaExceededException']]], 'DeleteGraph' => ['name' => 'DeleteGraph', 'http' => ['method' => 'POST', 'requestUri' => '/graph/removal'], 'input' => ['shape' => 'DeleteGraphRequest'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/removal'], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DisassociateMembership' => ['name' => 'DisassociateMembership', 'http' => ['method' => 'POST', 'requestUri' => '/membership/removal'], 'input' => ['shape' => 'DisassociateMembershipRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/get'], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListGraphs' => ['name' => 'ListGraphs', 'http' => ['method' => 'POST', 'requestUri' => '/graphs/list'], 'input' => ['shape' => 'ListGraphsRequest'], 'output' => ['shape' => 'ListGraphsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/list'], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/list'], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'RejectInvitation' => ['name' => 'RejectInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/removal'], 'input' => ['shape' => 'RejectInvitationRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'Account' => ['type' => 'structure', 'required' => ['AccountId', 'EmailAddress'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'EmailAddress' => ['shape' => 'EmailAddress']]], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^[0-9]+$'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 50, 'min' => 1], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account'], 'max' => 50, 'min' => 1], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateGraphResponse' => ['type' => 'structure', 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'CreateMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'Accounts'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'Message' => ['shape' => 'EmailMessage'], 'Accounts' => ['shape' => 'AccountList']]], 'CreateMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberDetailList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'DeleteGraphRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'DeleteMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'AccountIds'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteMembersResponse' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'DisassociateMembershipRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'EmailAddress' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^.+@.+$'], 'EmailMessage' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'AccountIds'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'AccountIds' => ['shape' => 'AccountIdList']]], 'GetMembersResponse' => ['type' => 'structure', 'members' => ['MemberDetails' => ['shape' => 'MemberDetailList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'Graph' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GraphArn'], 'CreatedTime' => ['shape' => 'Timestamp']]], 'GraphArn' => ['type' => 'string', 'pattern' => '^arn:aws[-\\w]{0,10}?:detective:[-\\w]{2,20}?:\\d{12}?:graph:[abcdef\\d]{32}?$'], 'GraphList' => ['type' => 'list', 'member' => ['shape' => 'Graph']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListGraphsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListGraphsResponse' => ['type' => 'structure', 'members' => ['GraphList' => ['shape' => 'GraphList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'MemberDetailList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['MemberDetails' => ['shape' => 'MemberDetailList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'MemberDetail' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'GraphArn' => ['shape' => 'GraphArn'], 'MasterId' => ['shape' => 'AccountId'], 'Status' => ['shape' => 'MemberStatus'], 'InvitedTime' => ['shape' => 'Timestamp'], 'UpdatedTime' => ['shape' => 'Timestamp']]], 'MemberDetailList' => ['type' => 'list', 'member' => ['shape' => 'MemberDetail']], 'MemberResultsLimit' => ['type' => 'integer', 'box' => \true, 'max' => 200, 'min' => 1], 'MemberStatus' => ['type' => 'string', 'enum' => ['INVITED', 'VERIFICATION_IN_PROGRESS', 'VERIFICATION_FAILED', 'ENABLED']], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'RejectInvitationRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UnprocessedAccount' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Reason' => ['shape' => 'UnprocessedReason']]], 'UnprocessedAccountList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedAccount']], 'UnprocessedReason' => ['type' => 'string'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-10-26', 'endpointPrefix' => 'api.detective', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Detective', 'serviceId' => 'Detective', 'signatureVersion' => 'v4', 'signingName' => 'detective', 'uid' => 'detective-2018-10-26'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'PUT', 'requestUri' => '/invitation'], 'input' => ['shape' => 'AcceptInvitationRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateGraph' => ['name' => 'CreateGraph', 'http' => ['method' => 'POST', 'requestUri' => '/graph'], 'output' => ['shape' => 'CreateGraphResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members'], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'ServiceQuotaExceededException']]], 'DeleteGraph' => ['name' => 'DeleteGraph', 'http' => ['method' => 'POST', 'requestUri' => '/graph/removal'], 'input' => ['shape' => 'DeleteGraphRequest'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/removal'], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DisassociateMembership' => ['name' => 'DisassociateMembership', 'http' => ['method' => 'POST', 'requestUri' => '/membership/removal'], 'input' => ['shape' => 'DisassociateMembershipRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/get'], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListGraphs' => ['name' => 'ListGraphs', 'http' => ['method' => 'POST', 'requestUri' => '/graphs/list'], 'input' => ['shape' => 'ListGraphsRequest'], 'output' => ['shape' => 'ListGraphsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/list'], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'POST', 'requestUri' => '/graph/members/list'], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'RejectInvitation' => ['name' => 'RejectInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/removal'], 'input' => ['shape' => 'RejectInvitationRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'StartMonitoringMember' => ['name' => 'StartMonitoringMember', 'http' => ['method' => 'POST', 'requestUri' => '/graph/member/monitoringstate'], 'input' => ['shape' => 'StartMonitoringMemberRequest'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'Account' => ['type' => 'structure', 'required' => ['AccountId', 'EmailAddress'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'EmailAddress' => ['shape' => 'EmailAddress']]], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^[0-9]+$'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 50, 'min' => 1], 'AccountList' => ['type' => 'list', 'member' => ['shape' => 'Account'], 'max' => 50, 'min' => 1], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateGraphResponse' => ['type' => 'structure', 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'CreateMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'Accounts'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'Message' => ['shape' => 'EmailMessage'], 'Accounts' => ['shape' => 'AccountList']]], 'CreateMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberDetailList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'DeleteGraphRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'DeleteMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'AccountIds'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteMembersResponse' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'DisassociateMembershipRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'EmailAddress' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^.+@.+$'], 'EmailMessage' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'AccountIds'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'AccountIds' => ['shape' => 'AccountIdList']]], 'GetMembersResponse' => ['type' => 'structure', 'members' => ['MemberDetails' => ['shape' => 'MemberDetailList'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccountList']]], 'Graph' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GraphArn'], 'CreatedTime' => ['shape' => 'Timestamp']]], 'GraphArn' => ['type' => 'string', 'pattern' => '^arn:aws[-\\w]{0,10}?:detective:[-\\w]{2,20}?:\\d{12}?:graph:[abcdef\\d]{32}?$'], 'GraphList' => ['type' => 'list', 'member' => ['shape' => 'Graph']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListGraphsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListGraphsResponse' => ['type' => 'structure', 'members' => ['GraphList' => ['shape' => 'GraphList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'MemberDetailList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMembersRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MemberResultsLimit']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['MemberDetails' => ['shape' => 'MemberDetailList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'MemberDetail' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'GraphArn' => ['shape' => 'GraphArn'], 'MasterId' => ['shape' => 'AccountId'], 'Status' => ['shape' => 'MemberStatus'], 'DisabledReason' => ['shape' => 'MemberDisabledReason'], 'InvitedTime' => ['shape' => 'Timestamp'], 'UpdatedTime' => ['shape' => 'Timestamp'], 'PercentOfGraphUtilization' => ['shape' => 'Percentage'], 'PercentOfGraphUtilizationUpdatedTime' => ['shape' => 'Timestamp']]], 'MemberDetailList' => ['type' => 'list', 'member' => ['shape' => 'MemberDetail']], 'MemberDisabledReason' => ['type' => 'string', 'enum' => ['VOLUME_TOO_HIGH', 'VOLUME_UNKNOWN']], 'MemberResultsLimit' => ['type' => 'integer', 'box' => \true, 'max' => 200, 'min' => 1], 'MemberStatus' => ['type' => 'string', 'enum' => ['INVITED', 'VERIFICATION_IN_PROGRESS', 'VERIFICATION_FAILED', 'ENABLED', 'ACCEPTED_BUT_DISABLED']], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'Percentage' => ['type' => 'double'], 'RejectInvitationRequest' => ['type' => 'structure', 'required' => ['GraphArn'], 'members' => ['GraphArn' => ['shape' => 'GraphArn']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'StartMonitoringMemberRequest' => ['type' => 'structure', 'required' => ['GraphArn', 'AccountId'], 'members' => ['GraphArn' => ['shape' => 'GraphArn'], 'AccountId' => ['shape' => 'AccountId']]], 'Timestamp' => ['type' => 'timestamp'], 'UnprocessedAccount' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Reason' => ['shape' => 'UnprocessedReason']]], 'UnprocessedAccountList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedAccount']], 'UnprocessedReason' => ['type' => 'string'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/directconnect/2012-10-25/api-2.json.php b/vendor/Aws3/Aws/data/directconnect/2012-10-25/api-2.json.php index 6600df00..e60c3dd9 100644 --- a/vendor/Aws3/Aws/data/directconnect/2012-10-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/directconnect/2012-10-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2012-10-25', 'endpointPrefix' => 'directconnect', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Direct Connect', 'serviceId' => 'Direct Connect', 'signatureVersion' => 'v4', 'targetPrefix' => 'OvertureService', 'uid' => 'directconnect-2012-10-25'], 'operations' => ['AcceptDirectConnectGatewayAssociationProposal' => ['name' => 'AcceptDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'AcceptDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocateConnectionOnInterconnect' => ['name' => 'AllocateConnectionOnInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateConnectionOnInterconnectRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'AllocateHostedConnection' => ['name' => 'AllocateHostedConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateHostedConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocatePrivateVirtualInterface' => ['name' => 'AllocatePrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocatePrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocatePublicVirtualInterface' => ['name' => 'AllocatePublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocatePublicVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocateTransitVirtualInterface' => ['name' => 'AllocateTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'AllocateTransitVirtualInterfaceResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateConnectionWithLag' => ['name' => 'AssociateConnectionWithLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateConnectionWithLagRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateHostedConnection' => ['name' => 'AssociateHostedConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateHostedConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateVirtualInterface' => ['name' => 'AssociateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmConnection' => ['name' => 'ConfirmConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmConnectionRequest'], 'output' => ['shape' => 'ConfirmConnectionResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmPrivateVirtualInterface' => ['name' => 'ConfirmPrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmPrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmPrivateVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmPublicVirtualInterface' => ['name' => 'ConfirmPublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmPublicVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmPublicVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmTransitVirtualInterface' => ['name' => 'ConfirmTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmTransitVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateBGPPeer' => ['name' => 'CreateBGPPeer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBGPPeerRequest'], 'output' => ['shape' => 'CreateBGPPeerResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateConnection' => ['name' => 'CreateConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGateway' => ['name' => 'CreateDirectConnectGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGatewayAssociation' => ['name' => 'CreateDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGatewayAssociationProposal' => ['name' => 'CreateDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateInterconnect' => ['name' => 'CreateInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInterconnectRequest'], 'output' => ['shape' => 'Interconnect'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateLag' => ['name' => 'CreateLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreatePrivateVirtualInterface' => ['name' => 'CreatePrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreatePublicVirtualInterface' => ['name' => 'CreatePublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePublicVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateTransitVirtualInterface' => ['name' => 'CreateTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'CreateTransitVirtualInterfaceResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteBGPPeer' => ['name' => 'DeleteBGPPeer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBGPPeerRequest'], 'output' => ['shape' => 'DeleteBGPPeerResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGateway' => ['name' => 'DeleteDirectConnectGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGatewayAssociation' => ['name' => 'DeleteDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGatewayAssociationProposal' => ['name' => 'DeleteDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteInterconnect' => ['name' => 'DeleteInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInterconnectRequest'], 'output' => ['shape' => 'DeleteInterconnectResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteLag' => ['name' => 'DeleteLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteVirtualInterface' => ['name' => 'DeleteVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVirtualInterfaceRequest'], 'output' => ['shape' => 'DeleteVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeConnectionLoa' => ['name' => 'DescribeConnectionLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionLoaRequest'], 'output' => ['shape' => 'DescribeConnectionLoaResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeConnections' => ['name' => 'DescribeConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeConnectionsOnInterconnect' => ['name' => 'DescribeConnectionsOnInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsOnInterconnectRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeDirectConnectGatewayAssociationProposals' => ['name' => 'DescribeDirectConnectGatewayAssociationProposals', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAssociationProposalsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAssociationProposalsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGatewayAssociations' => ['name' => 'DescribeDirectConnectGatewayAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAssociationsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAssociationsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGatewayAttachments' => ['name' => 'DescribeDirectConnectGatewayAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAttachmentsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAttachmentsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGateways' => ['name' => 'DescribeDirectConnectGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewaysRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewaysResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeHostedConnections' => ['name' => 'DescribeHostedConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostedConnectionsRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeInterconnectLoa' => ['name' => 'DescribeInterconnectLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInterconnectLoaRequest'], 'output' => ['shape' => 'DescribeInterconnectLoaResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeInterconnects' => ['name' => 'DescribeInterconnects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInterconnectsRequest'], 'output' => ['shape' => 'Interconnects'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLags' => ['name' => 'DescribeLags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLagsRequest'], 'output' => ['shape' => 'Lags'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLoa' => ['name' => 'DescribeLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoaRequest'], 'output' => ['shape' => 'Loa'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLocations' => ['name' => 'DescribeLocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'Locations'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeVirtualGateways' => ['name' => 'DescribeVirtualGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'VirtualGateways'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeVirtualInterfaces' => ['name' => 'DescribeVirtualInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVirtualInterfacesRequest'], 'output' => ['shape' => 'VirtualInterfaces'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DisassociateConnectionFromLag' => ['name' => 'DisassociateConnectionFromLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateConnectionFromLagRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateDirectConnectGatewayAssociation' => ['name' => 'UpdateDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'UpdateDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateLag' => ['name' => 'UpdateLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateVirtualInterfaceAttributes' => ['name' => 'UpdateVirtualInterfaceAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVirtualInterfaceAttributesRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]]], 'shapes' => ['ASN' => ['type' => 'integer'], 'AcceptDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId', 'proposalId', 'associatedGatewayOwnerAccount'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'associatedGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'overrideAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'AcceptDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'AddressFamily' => ['type' => 'string', 'enum' => ['ipv4', 'ipv6']], 'AllocateConnectionOnInterconnectRequest' => ['type' => 'structure', 'required' => ['bandwidth', 'connectionName', 'ownerAccount', 'interconnectId', 'vlan'], 'members' => ['bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'interconnectId' => ['shape' => 'InterconnectId'], 'vlan' => ['shape' => 'VLAN']]], 'AllocateHostedConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'bandwidth', 'connectionName', 'vlan'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'vlan' => ['shape' => 'VLAN'], 'tags' => ['shape' => 'TagList']]], 'AllocatePrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newPrivateVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newPrivateVirtualInterfaceAllocation' => ['shape' => 'NewPrivateVirtualInterfaceAllocation']]], 'AllocatePublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newPublicVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newPublicVirtualInterfaceAllocation' => ['shape' => 'NewPublicVirtualInterfaceAllocation']]], 'AllocateTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newTransitVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newTransitVirtualInterfaceAllocation' => ['shape' => 'NewTransitVirtualInterfaceAllocation']]], 'AllocateTransitVirtualInterfaceResult' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'AmazonAddress' => ['type' => 'string'], 'AssociateConnectionWithLagRequest' => ['type' => 'structure', 'required' => ['connectionId', 'lagId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'lagId' => ['shape' => 'LagId']]], 'AssociateHostedConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId', 'parentConnectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'parentConnectionId' => ['shape' => 'ConnectionId']]], 'AssociateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId', 'connectionId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'connectionId' => ['shape' => 'ConnectionId']]], 'AssociatedGateway' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'GatewayIdentifier'], 'type' => ['shape' => 'GatewayType'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'region' => ['shape' => 'Region']]], 'AssociatedGatewayId' => ['type' => 'string'], 'AvailablePortSpeeds' => ['type' => 'list', 'member' => ['shape' => 'PortSpeed']], 'AwsDevice' => ['type' => 'string', 'deprecated' => \true], 'AwsDeviceV2' => ['type' => 'string'], 'BGPAuthKey' => ['type' => 'string'], 'BGPPeer' => ['type' => 'structure', 'members' => ['bgpPeerId' => ['shape' => 'BGPPeerId'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'addressFamily' => ['shape' => 'AddressFamily'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'bgpPeerState' => ['shape' => 'BGPPeerState'], 'bgpStatus' => ['shape' => 'BGPStatus'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2']]], 'BGPPeerId' => ['type' => 'string'], 'BGPPeerList' => ['type' => 'list', 'member' => ['shape' => 'BGPPeer']], 'BGPPeerState' => ['type' => 'string', 'enum' => ['verifying', 'pending', 'available', 'deleting', 'deleted']], 'BGPStatus' => ['type' => 'string', 'enum' => ['up', 'down', 'unknown']], 'Bandwidth' => ['type' => 'string'], 'BooleanFlag' => ['type' => 'boolean'], 'CIDR' => ['type' => 'string'], 'ConfirmConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'ConfirmConnectionResponse' => ['type' => 'structure', 'members' => ['connectionState' => ['shape' => 'ConnectionState']]], 'ConfirmPrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'ConfirmPrivateVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'ConfirmPublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'ConfirmPublicVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'ConfirmTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId', 'directConnectGatewayId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'ConfirmTransitVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'Connection' => ['type' => 'structure', 'members' => ['ownerAccount' => ['shape' => 'OwnerAccount'], 'connectionId' => ['shape' => 'ConnectionId'], 'connectionName' => ['shape' => 'ConnectionName'], 'connectionState' => ['shape' => 'ConnectionState'], 'region' => ['shape' => 'Region'], 'location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'vlan' => ['shape' => 'VLAN'], 'partnerName' => ['shape' => 'PartnerName'], 'loaIssueTime' => ['shape' => 'LoaIssueTime'], 'lagId' => ['shape' => 'LagId'], 'awsDevice' => ['shape' => 'AwsDevice'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'ConnectionId' => ['type' => 'string'], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string'], 'ConnectionState' => ['type' => 'string', 'enum' => ['ordering', 'requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'rejected', 'unknown']], 'Connections' => ['type' => 'structure', 'members' => ['connections' => ['shape' => 'ConnectionList']]], 'Count' => ['type' => 'integer'], 'CreateBGPPeerRequest' => ['type' => 'structure', 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'newBGPPeer' => ['shape' => 'NewBGPPeer']]], 'CreateBGPPeerResponse' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'CreateConnectionRequest' => ['type' => 'structure', 'required' => ['location', 'bandwidth', 'connectionName'], 'members' => ['location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'lagId' => ['shape' => 'LagId'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreateDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId', 'directConnectGatewayOwnerAccount', 'gatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'gatewayId' => ['shape' => 'GatewayIdToAssociate'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'removeAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'CreateDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposal' => ['shape' => 'DirectConnectGatewayAssociationProposal']]], 'CreateDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'gatewayId' => ['shape' => 'GatewayIdToAssociate'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'CreateDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'CreateDirectConnectGatewayRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayName'], 'members' => ['directConnectGatewayName' => ['shape' => 'DirectConnectGatewayName'], 'amazonSideAsn' => ['shape' => 'LongAsn']]], 'CreateDirectConnectGatewayResult' => ['type' => 'structure', 'members' => ['directConnectGateway' => ['shape' => 'DirectConnectGateway']]], 'CreateInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectName', 'bandwidth', 'location'], 'members' => ['interconnectName' => ['shape' => 'InterconnectName'], 'bandwidth' => ['shape' => 'Bandwidth'], 'location' => ['shape' => 'LocationCode'], 'lagId' => ['shape' => 'LagId'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreateLagRequest' => ['type' => 'structure', 'required' => ['numberOfConnections', 'location', 'connectionsBandwidth', 'lagName'], 'members' => ['numberOfConnections' => ['shape' => 'Count'], 'location' => ['shape' => 'LocationCode'], 'connectionsBandwidth' => ['shape' => 'Bandwidth'], 'lagName' => ['shape' => 'LagName'], 'connectionId' => ['shape' => 'ConnectionId'], 'tags' => ['shape' => 'TagList'], 'childConnectionTags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreatePrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newPrivateVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newPrivateVirtualInterface' => ['shape' => 'NewPrivateVirtualInterface']]], 'CreatePublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newPublicVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newPublicVirtualInterface' => ['shape' => 'NewPublicVirtualInterface']]], 'CreateTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newTransitVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newTransitVirtualInterface' => ['shape' => 'NewTransitVirtualInterface']]], 'CreateTransitVirtualInterfaceResult' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'CustomerAddress' => ['type' => 'string'], 'DeleteBGPPeerRequest' => ['type' => 'structure', 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'asn' => ['shape' => 'ASN'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'bgpPeerId' => ['shape' => 'BGPPeerId']]], 'DeleteBGPPeerResponse' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'DeleteConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DeleteDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['proposalId'], 'members' => ['proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId']]], 'DeleteDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposal' => ['shape' => 'DirectConnectGatewayAssociationProposal']]], 'DeleteDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'DeleteDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'DeleteDirectConnectGatewayRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'DeleteDirectConnectGatewayResult' => ['type' => 'structure', 'members' => ['directConnectGateway' => ['shape' => 'DirectConnectGateway']]], 'DeleteInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DeleteInterconnectResponse' => ['type' => 'structure', 'members' => ['interconnectState' => ['shape' => 'InterconnectState']]], 'DeleteLagRequest' => ['type' => 'structure', 'required' => ['lagId'], 'members' => ['lagId' => ['shape' => 'LagId']]], 'DeleteVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'DeleteVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'DescribeConnectionLoaRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeConnectionLoaResponse' => ['type' => 'structure', 'members' => ['loa' => ['shape' => 'Loa']]], 'DescribeConnectionsOnInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DescribeConnectionsRequest' => ['type' => 'structure', 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DescribeDirectConnectGatewayAssociationProposalsRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'associatedGatewayId' => ['shape' => 'AssociatedGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAssociationProposalsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposals' => ['shape' => 'DirectConnectGatewayAssociationProposalList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAssociationsRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'associatedGatewayId' => ['shape' => 'AssociatedGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'DescribeDirectConnectGatewayAssociationsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociations' => ['shape' => 'DirectConnectGatewayAssociationList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAttachmentsRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAttachmentsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAttachments' => ['shape' => 'DirectConnectGatewayAttachmentList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewaysRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewaysResult' => ['type' => 'structure', 'members' => ['directConnectGateways' => ['shape' => 'DirectConnectGatewayList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeHostedConnectionsRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DescribeInterconnectLoaRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeInterconnectLoaResponse' => ['type' => 'structure', 'members' => ['loa' => ['shape' => 'Loa']]], 'DescribeInterconnectsRequest' => ['type' => 'structure', 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DescribeLagsRequest' => ['type' => 'structure', 'members' => ['lagId' => ['shape' => 'LagId']]], 'DescribeLoaRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['resourceArns'], 'members' => ['resourceArns' => ['shape' => 'ResourceArnList']]], 'DescribeTagsResponse' => ['type' => 'structure', 'members' => ['resourceTags' => ['shape' => 'ResourceTagList']]], 'DescribeVirtualInterfacesRequest' => ['type' => 'structure', 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'DirectConnectClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DirectConnectGateway' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayName' => ['shape' => 'DirectConnectGatewayName'], 'amazonSideAsn' => ['shape' => 'LongAsn'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'directConnectGatewayState' => ['shape' => 'DirectConnectGatewayState'], 'stateChangeError' => ['shape' => 'StateChangeError']]], 'DirectConnectGatewayAssociation' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'associationState' => ['shape' => 'DirectConnectGatewayAssociationState'], 'stateChangeError' => ['shape' => 'StateChangeError'], 'associatedGateway' => ['shape' => 'AssociatedGateway'], 'associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'allowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'virtualGatewayRegion' => ['shape' => 'VirtualGatewayRegion'], 'virtualGatewayOwnerAccount' => ['shape' => 'OwnerAccount']]], 'DirectConnectGatewayAssociationId' => ['type' => 'string'], 'DirectConnectGatewayAssociationList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAssociation']], 'DirectConnectGatewayAssociationProposal' => ['type' => 'structure', 'members' => ['proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'proposalState' => ['shape' => 'DirectConnectGatewayAssociationProposalState'], 'associatedGateway' => ['shape' => 'AssociatedGateway'], 'existingAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'requestedAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'DirectConnectGatewayAssociationProposalId' => ['type' => 'string'], 'DirectConnectGatewayAssociationProposalList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAssociationProposal']], 'DirectConnectGatewayAssociationProposalState' => ['type' => 'string', 'enum' => ['requested', 'accepted', 'deleted']], 'DirectConnectGatewayAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'updating']], 'DirectConnectGatewayAttachment' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'virtualInterfaceRegion' => ['shape' => 'VirtualInterfaceRegion'], 'virtualInterfaceOwnerAccount' => ['shape' => 'OwnerAccount'], 'attachmentState' => ['shape' => 'DirectConnectGatewayAttachmentState'], 'attachmentType' => ['shape' => 'DirectConnectGatewayAttachmentType'], 'stateChangeError' => ['shape' => 'StateChangeError']]], 'DirectConnectGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAttachment']], 'DirectConnectGatewayAttachmentState' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached']], 'DirectConnectGatewayAttachmentType' => ['type' => 'string', 'enum' => ['TransitVirtualInterface', 'PrivateVirtualInterface']], 'DirectConnectGatewayId' => ['type' => 'string'], 'DirectConnectGatewayList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGateway']], 'DirectConnectGatewayName' => ['type' => 'string'], 'DirectConnectGatewayState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'DirectConnectServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DisassociateConnectionFromLagRequest' => ['type' => 'structure', 'required' => ['connectionId', 'lagId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'lagId' => ['shape' => 'LagId']]], 'DuplicateTagKeysException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'GatewayIdToAssociate' => ['type' => 'string'], 'GatewayIdentifier' => ['type' => 'string'], 'GatewayType' => ['type' => 'string', 'enum' => ['virtualPrivateGateway', 'transitGateway']], 'HasLogicalRedundancy' => ['type' => 'string', 'enum' => ['unknown', 'yes', 'no']], 'Interconnect' => ['type' => 'structure', 'members' => ['interconnectId' => ['shape' => 'InterconnectId'], 'interconnectName' => ['shape' => 'InterconnectName'], 'interconnectState' => ['shape' => 'InterconnectState'], 'region' => ['shape' => 'Region'], 'location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'loaIssueTime' => ['shape' => 'LoaIssueTime'], 'lagId' => ['shape' => 'LagId'], 'awsDevice' => ['shape' => 'AwsDevice'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'InterconnectId' => ['type' => 'string'], 'InterconnectList' => ['type' => 'list', 'member' => ['shape' => 'Interconnect']], 'InterconnectName' => ['type' => 'string'], 'InterconnectState' => ['type' => 'string', 'enum' => ['requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'unknown']], 'Interconnects' => ['type' => 'structure', 'members' => ['interconnects' => ['shape' => 'InterconnectList']]], 'JumboFrameCapable' => ['type' => 'boolean'], 'Lag' => ['type' => 'structure', 'members' => ['connectionsBandwidth' => ['shape' => 'Bandwidth'], 'numberOfConnections' => ['shape' => 'Count'], 'lagId' => ['shape' => 'LagId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'lagName' => ['shape' => 'LagName'], 'lagState' => ['shape' => 'LagState'], 'location' => ['shape' => 'LocationCode'], 'region' => ['shape' => 'Region'], 'minimumLinks' => ['shape' => 'Count'], 'awsDevice' => ['shape' => 'AwsDevice'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'connections' => ['shape' => 'ConnectionList'], 'allowsHostedConnections' => ['shape' => 'BooleanFlag'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'LagId' => ['type' => 'string'], 'LagList' => ['type' => 'list', 'member' => ['shape' => 'Lag']], 'LagName' => ['type' => 'string'], 'LagState' => ['type' => 'string', 'enum' => ['requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'unknown']], 'Lags' => ['type' => 'structure', 'members' => ['lags' => ['shape' => 'LagList']]], 'Loa' => ['type' => 'structure', 'members' => ['loaContent' => ['shape' => 'LoaContent'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'LoaContent' => ['type' => 'blob'], 'LoaContentType' => ['type' => 'string', 'enum' => ['application/pdf']], 'LoaIssueTime' => ['type' => 'timestamp'], 'Location' => ['type' => 'structure', 'members' => ['locationCode' => ['shape' => 'LocationCode'], 'locationName' => ['shape' => 'LocationName'], 'region' => ['shape' => 'Region'], 'availablePortSpeeds' => ['shape' => 'AvailablePortSpeeds'], 'availableProviders' => ['shape' => 'ProviderList']]], 'LocationCode' => ['type' => 'string'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'Location']], 'LocationName' => ['type' => 'string'], 'Locations' => ['type' => 'structure', 'members' => ['locations' => ['shape' => 'LocationList']]], 'LongAsn' => ['type' => 'long'], 'MTU' => ['type' => 'integer'], 'MaxResultSetSize' => ['type' => 'integer', 'box' => \true], 'NewBGPPeer' => ['type' => 'structure', 'members' => ['asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'addressFamily' => ['shape' => 'AddressFamily'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress']]], 'NewPrivateVirtualInterface' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'tags' => ['shape' => 'TagList']]], 'NewPrivateVirtualInterfaceAllocation' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'tags' => ['shape' => 'TagList']]], 'NewPublicVirtualInterface' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'tags' => ['shape' => 'TagList']]], 'NewPublicVirtualInterfaceAllocation' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'tags' => ['shape' => 'TagList']]], 'NewTransitVirtualInterface' => ['type' => 'structure', 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'tags' => ['shape' => 'TagList']]], 'NewTransitVirtualInterfaceAllocation' => ['type' => 'structure', 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'tags' => ['shape' => 'TagList']]], 'OwnerAccount' => ['type' => 'string'], 'PaginationToken' => ['type' => 'string'], 'PartnerName' => ['type' => 'string'], 'PortSpeed' => ['type' => 'string'], 'ProviderList' => ['type' => 'list', 'member' => ['shape' => 'ProviderName']], 'ProviderName' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'ResourceArn' => ['type' => 'string'], 'ResourceArnList' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceTag' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'ResourceTagList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTag']], 'RouteFilterPrefix' => ['type' => 'structure', 'members' => ['cidr' => ['shape' => 'CIDR']]], 'RouteFilterPrefixList' => ['type' => 'list', 'member' => ['shape' => 'RouteFilterPrefix']], 'RouterConfig' => ['type' => 'string'], 'StateChangeError' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'removeAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'UpdateDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'UpdateLagRequest' => ['type' => 'structure', 'required' => ['lagId'], 'members' => ['lagId' => ['shape' => 'LagId'], 'lagName' => ['shape' => 'LagName'], 'minimumLinks' => ['shape' => 'Count']]], 'UpdateVirtualInterfaceAttributesRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'mtu' => ['shape' => 'MTU']]], 'VLAN' => ['type' => 'integer'], 'VirtualGateway' => ['type' => 'structure', 'members' => ['virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'virtualGatewayState' => ['shape' => 'VirtualGatewayState']]], 'VirtualGatewayId' => ['type' => 'string'], 'VirtualGatewayList' => ['type' => 'list', 'member' => ['shape' => 'VirtualGateway']], 'VirtualGatewayRegion' => ['type' => 'string', 'deprecated' => \true], 'VirtualGatewayState' => ['type' => 'string'], 'VirtualGateways' => ['type' => 'structure', 'members' => ['virtualGateways' => ['shape' => 'VirtualGatewayList']]], 'VirtualInterface' => ['type' => 'structure', 'members' => ['ownerAccount' => ['shape' => 'OwnerAccount'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'location' => ['shape' => 'LocationCode'], 'connectionId' => ['shape' => 'ConnectionId'], 'virtualInterfaceType' => ['shape' => 'VirtualInterfaceType'], 'virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'amazonSideAsn' => ['shape' => 'LongAsn'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'virtualInterfaceState' => ['shape' => 'VirtualInterfaceState'], 'customerRouterConfig' => ['shape' => 'RouterConfig'], 'mtu' => ['shape' => 'MTU'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'bgpPeers' => ['shape' => 'BGPPeerList'], 'region' => ['shape' => 'Region'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'tags' => ['shape' => 'TagList']]], 'VirtualInterfaceId' => ['type' => 'string'], 'VirtualInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'VirtualInterface']], 'VirtualInterfaceName' => ['type' => 'string'], 'VirtualInterfaceRegion' => ['type' => 'string'], 'VirtualInterfaceState' => ['type' => 'string', 'enum' => ['confirming', 'verifying', 'pending', 'available', 'down', 'deleting', 'deleted', 'rejected', 'unknown']], 'VirtualInterfaceType' => ['type' => 'string'], 'VirtualInterfaces' => ['type' => 'structure', 'members' => ['virtualInterfaces' => ['shape' => 'VirtualInterfaceList']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2012-10-25', 'endpointPrefix' => 'directconnect', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Direct Connect', 'serviceId' => 'Direct Connect', 'signatureVersion' => 'v4', 'targetPrefix' => 'OvertureService', 'uid' => 'directconnect-2012-10-25'], 'operations' => ['AcceptDirectConnectGatewayAssociationProposal' => ['name' => 'AcceptDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'AcceptDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocateConnectionOnInterconnect' => ['name' => 'AllocateConnectionOnInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateConnectionOnInterconnectRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'AllocateHostedConnection' => ['name' => 'AllocateHostedConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateHostedConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocatePrivateVirtualInterface' => ['name' => 'AllocatePrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocatePrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocatePublicVirtualInterface' => ['name' => 'AllocatePublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocatePublicVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AllocateTransitVirtualInterface' => ['name' => 'AllocateTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'AllocateTransitVirtualInterfaceResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateConnectionWithLag' => ['name' => 'AssociateConnectionWithLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateConnectionWithLagRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateHostedConnection' => ['name' => 'AssociateHostedConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateHostedConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'AssociateVirtualInterface' => ['name' => 'AssociateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmConnection' => ['name' => 'ConfirmConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmConnectionRequest'], 'output' => ['shape' => 'ConfirmConnectionResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmPrivateVirtualInterface' => ['name' => 'ConfirmPrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmPrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmPrivateVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmPublicVirtualInterface' => ['name' => 'ConfirmPublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmPublicVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmPublicVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ConfirmTransitVirtualInterface' => ['name' => 'ConfirmTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'ConfirmTransitVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateBGPPeer' => ['name' => 'CreateBGPPeer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBGPPeerRequest'], 'output' => ['shape' => 'CreateBGPPeerResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateConnection' => ['name' => 'CreateConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGateway' => ['name' => 'CreateDirectConnectGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGatewayAssociation' => ['name' => 'CreateDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateDirectConnectGatewayAssociationProposal' => ['name' => 'CreateDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'CreateDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateInterconnect' => ['name' => 'CreateInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInterconnectRequest'], 'output' => ['shape' => 'Interconnect'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateLag' => ['name' => 'CreateLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreatePrivateVirtualInterface' => ['name' => 'CreatePrivateVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePrivateVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreatePublicVirtualInterface' => ['name' => 'CreatePublicVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePublicVirtualInterfaceRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'CreateTransitVirtualInterface' => ['name' => 'CreateTransitVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitVirtualInterfaceRequest'], 'output' => ['shape' => 'CreateTransitVirtualInterfaceResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteBGPPeer' => ['name' => 'DeleteBGPPeer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBGPPeerRequest'], 'output' => ['shape' => 'DeleteBGPPeerResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGateway' => ['name' => 'DeleteDirectConnectGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGatewayAssociation' => ['name' => 'DeleteDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteDirectConnectGatewayAssociationProposal' => ['name' => 'DeleteDirectConnectGatewayAssociationProposal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDirectConnectGatewayAssociationProposalRequest'], 'output' => ['shape' => 'DeleteDirectConnectGatewayAssociationProposalResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteInterconnect' => ['name' => 'DeleteInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInterconnectRequest'], 'output' => ['shape' => 'DeleteInterconnectResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteLag' => ['name' => 'DeleteLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DeleteVirtualInterface' => ['name' => 'DeleteVirtualInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVirtualInterfaceRequest'], 'output' => ['shape' => 'DeleteVirtualInterfaceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeConnectionLoa' => ['name' => 'DescribeConnectionLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionLoaRequest'], 'output' => ['shape' => 'DescribeConnectionLoaResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeConnections' => ['name' => 'DescribeConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeConnectionsOnInterconnect' => ['name' => 'DescribeConnectionsOnInterconnect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsOnInterconnectRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeDirectConnectGatewayAssociationProposals' => ['name' => 'DescribeDirectConnectGatewayAssociationProposals', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAssociationProposalsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAssociationProposalsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGatewayAssociations' => ['name' => 'DescribeDirectConnectGatewayAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAssociationsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAssociationsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGatewayAttachments' => ['name' => 'DescribeDirectConnectGatewayAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewayAttachmentsRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewayAttachmentsResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeDirectConnectGateways' => ['name' => 'DescribeDirectConnectGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDirectConnectGatewaysRequest'], 'output' => ['shape' => 'DescribeDirectConnectGatewaysResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeHostedConnections' => ['name' => 'DescribeHostedConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostedConnectionsRequest'], 'output' => ['shape' => 'Connections'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeInterconnectLoa' => ['name' => 'DescribeInterconnectLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInterconnectLoaRequest'], 'output' => ['shape' => 'DescribeInterconnectLoaResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']], 'deprecated' => \true], 'DescribeInterconnects' => ['name' => 'DescribeInterconnects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInterconnectsRequest'], 'output' => ['shape' => 'Interconnects'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLags' => ['name' => 'DescribeLags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLagsRequest'], 'output' => ['shape' => 'Lags'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLoa' => ['name' => 'DescribeLoa', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoaRequest'], 'output' => ['shape' => 'Loa'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeLocations' => ['name' => 'DescribeLocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'Locations'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeVirtualGateways' => ['name' => 'DescribeVirtualGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'VirtualGateways'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DescribeVirtualInterfaces' => ['name' => 'DescribeVirtualInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVirtualInterfacesRequest'], 'output' => ['shape' => 'VirtualInterfaces'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'DisassociateConnectionFromLag' => ['name' => 'DisassociateConnectionFromLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateConnectionFromLagRequest'], 'output' => ['shape' => 'Connection'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'ListVirtualInterfaceTestHistory' => ['name' => 'ListVirtualInterfaceTestHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVirtualInterfaceTestHistoryRequest'], 'output' => ['shape' => 'ListVirtualInterfaceTestHistoryResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'StartBgpFailoverTest' => ['name' => 'StartBgpFailoverTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartBgpFailoverTestRequest'], 'output' => ['shape' => 'StartBgpFailoverTestResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'StopBgpFailoverTest' => ['name' => 'StopBgpFailoverTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopBgpFailoverTestRequest'], 'output' => ['shape' => 'StopBgpFailoverTestResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateDirectConnectGatewayAssociation' => ['name' => 'UpdateDirectConnectGatewayAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDirectConnectGatewayAssociationRequest'], 'output' => ['shape' => 'UpdateDirectConnectGatewayAssociationResult'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateLag' => ['name' => 'UpdateLag', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLagRequest'], 'output' => ['shape' => 'Lag'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]], 'UpdateVirtualInterfaceAttributes' => ['name' => 'UpdateVirtualInterfaceAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVirtualInterfaceAttributesRequest'], 'output' => ['shape' => 'VirtualInterface'], 'errors' => [['shape' => 'DirectConnectServerException'], ['shape' => 'DirectConnectClientException']]]], 'shapes' => ['ASN' => ['type' => 'integer'], 'AcceptDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId', 'proposalId', 'associatedGatewayOwnerAccount'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'associatedGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'overrideAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'AcceptDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'AddressFamily' => ['type' => 'string', 'enum' => ['ipv4', 'ipv6']], 'AllocateConnectionOnInterconnectRequest' => ['type' => 'structure', 'required' => ['bandwidth', 'connectionName', 'ownerAccount', 'interconnectId', 'vlan'], 'members' => ['bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'interconnectId' => ['shape' => 'InterconnectId'], 'vlan' => ['shape' => 'VLAN']]], 'AllocateHostedConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'bandwidth', 'connectionName', 'vlan'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'vlan' => ['shape' => 'VLAN'], 'tags' => ['shape' => 'TagList']]], 'AllocatePrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newPrivateVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newPrivateVirtualInterfaceAllocation' => ['shape' => 'NewPrivateVirtualInterfaceAllocation']]], 'AllocatePublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newPublicVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newPublicVirtualInterfaceAllocation' => ['shape' => 'NewPublicVirtualInterfaceAllocation']]], 'AllocateTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'ownerAccount', 'newTransitVirtualInterfaceAllocation'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'newTransitVirtualInterfaceAllocation' => ['shape' => 'NewTransitVirtualInterfaceAllocation']]], 'AllocateTransitVirtualInterfaceResult' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'AmazonAddress' => ['type' => 'string'], 'AssociateConnectionWithLagRequest' => ['type' => 'structure', 'required' => ['connectionId', 'lagId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'lagId' => ['shape' => 'LagId']]], 'AssociateHostedConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId', 'parentConnectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'parentConnectionId' => ['shape' => 'ConnectionId']]], 'AssociateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId', 'connectionId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'connectionId' => ['shape' => 'ConnectionId']]], 'AssociatedGateway' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'GatewayIdentifier'], 'type' => ['shape' => 'GatewayType'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'region' => ['shape' => 'Region']]], 'AssociatedGatewayId' => ['type' => 'string'], 'AvailablePortSpeeds' => ['type' => 'list', 'member' => ['shape' => 'PortSpeed']], 'AwsDevice' => ['type' => 'string', 'deprecated' => \true], 'AwsDeviceV2' => ['type' => 'string'], 'BGPAuthKey' => ['type' => 'string'], 'BGPPeer' => ['type' => 'structure', 'members' => ['bgpPeerId' => ['shape' => 'BGPPeerId'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'addressFamily' => ['shape' => 'AddressFamily'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'bgpPeerState' => ['shape' => 'BGPPeerState'], 'bgpStatus' => ['shape' => 'BGPStatus'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2']]], 'BGPPeerId' => ['type' => 'string'], 'BGPPeerIdList' => ['type' => 'list', 'member' => ['shape' => 'BGPPeerId']], 'BGPPeerList' => ['type' => 'list', 'member' => ['shape' => 'BGPPeer']], 'BGPPeerState' => ['type' => 'string', 'enum' => ['verifying', 'pending', 'available', 'deleting', 'deleted']], 'BGPStatus' => ['type' => 'string', 'enum' => ['up', 'down', 'unknown']], 'Bandwidth' => ['type' => 'string'], 'BooleanFlag' => ['type' => 'boolean'], 'CIDR' => ['type' => 'string'], 'ConfirmConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'ConfirmConnectionResponse' => ['type' => 'structure', 'members' => ['connectionState' => ['shape' => 'ConnectionState']]], 'ConfirmPrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'ConfirmPrivateVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'ConfirmPublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'ConfirmPublicVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'ConfirmTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId', 'directConnectGatewayId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'ConfirmTransitVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'Connection' => ['type' => 'structure', 'members' => ['ownerAccount' => ['shape' => 'OwnerAccount'], 'connectionId' => ['shape' => 'ConnectionId'], 'connectionName' => ['shape' => 'ConnectionName'], 'connectionState' => ['shape' => 'ConnectionState'], 'region' => ['shape' => 'Region'], 'location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'vlan' => ['shape' => 'VLAN'], 'partnerName' => ['shape' => 'PartnerName'], 'loaIssueTime' => ['shape' => 'LoaIssueTime'], 'lagId' => ['shape' => 'LagId'], 'awsDevice' => ['shape' => 'AwsDevice'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'ConnectionId' => ['type' => 'string'], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string'], 'ConnectionState' => ['type' => 'string', 'enum' => ['ordering', 'requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'rejected', 'unknown']], 'Connections' => ['type' => 'structure', 'members' => ['connections' => ['shape' => 'ConnectionList']]], 'Count' => ['type' => 'integer'], 'CreateBGPPeerRequest' => ['type' => 'structure', 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'newBGPPeer' => ['shape' => 'NewBGPPeer']]], 'CreateBGPPeerResponse' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'CreateConnectionRequest' => ['type' => 'structure', 'required' => ['location', 'bandwidth', 'connectionName'], 'members' => ['location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'connectionName' => ['shape' => 'ConnectionName'], 'lagId' => ['shape' => 'LagId'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreateDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId', 'directConnectGatewayOwnerAccount', 'gatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'gatewayId' => ['shape' => 'GatewayIdToAssociate'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'removeAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'CreateDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposal' => ['shape' => 'DirectConnectGatewayAssociationProposal']]], 'CreateDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'gatewayId' => ['shape' => 'GatewayIdToAssociate'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'CreateDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'CreateDirectConnectGatewayRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayName'], 'members' => ['directConnectGatewayName' => ['shape' => 'DirectConnectGatewayName'], 'amazonSideAsn' => ['shape' => 'LongAsn']]], 'CreateDirectConnectGatewayResult' => ['type' => 'structure', 'members' => ['directConnectGateway' => ['shape' => 'DirectConnectGateway']]], 'CreateInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectName', 'bandwidth', 'location'], 'members' => ['interconnectName' => ['shape' => 'InterconnectName'], 'bandwidth' => ['shape' => 'Bandwidth'], 'location' => ['shape' => 'LocationCode'], 'lagId' => ['shape' => 'LagId'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreateLagRequest' => ['type' => 'structure', 'required' => ['numberOfConnections', 'location', 'connectionsBandwidth', 'lagName'], 'members' => ['numberOfConnections' => ['shape' => 'Count'], 'location' => ['shape' => 'LocationCode'], 'connectionsBandwidth' => ['shape' => 'Bandwidth'], 'lagName' => ['shape' => 'LagName'], 'connectionId' => ['shape' => 'ConnectionId'], 'tags' => ['shape' => 'TagList'], 'childConnectionTags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'CreatePrivateVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newPrivateVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newPrivateVirtualInterface' => ['shape' => 'NewPrivateVirtualInterface']]], 'CreatePublicVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newPublicVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newPublicVirtualInterface' => ['shape' => 'NewPublicVirtualInterface']]], 'CreateTransitVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['connectionId', 'newTransitVirtualInterface'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'newTransitVirtualInterface' => ['shape' => 'NewTransitVirtualInterface']]], 'CreateTransitVirtualInterfaceResult' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'CustomerAddress' => ['type' => 'string'], 'DeleteBGPPeerRequest' => ['type' => 'structure', 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'asn' => ['shape' => 'ASN'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'bgpPeerId' => ['shape' => 'BGPPeerId']]], 'DeleteBGPPeerResponse' => ['type' => 'structure', 'members' => ['virtualInterface' => ['shape' => 'VirtualInterface']]], 'DeleteConnectionRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DeleteDirectConnectGatewayAssociationProposalRequest' => ['type' => 'structure', 'required' => ['proposalId'], 'members' => ['proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId']]], 'DeleteDirectConnectGatewayAssociationProposalResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposal' => ['shape' => 'DirectConnectGatewayAssociationProposal']]], 'DeleteDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'DeleteDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'DeleteDirectConnectGatewayRequest' => ['type' => 'structure', 'required' => ['directConnectGatewayId'], 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId']]], 'DeleteDirectConnectGatewayResult' => ['type' => 'structure', 'members' => ['directConnectGateway' => ['shape' => 'DirectConnectGateway']]], 'DeleteInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DeleteInterconnectResponse' => ['type' => 'structure', 'members' => ['interconnectState' => ['shape' => 'InterconnectState']]], 'DeleteLagRequest' => ['type' => 'structure', 'required' => ['lagId'], 'members' => ['lagId' => ['shape' => 'LagId']]], 'DeleteVirtualInterfaceRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'DeleteVirtualInterfaceResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceState' => ['shape' => 'VirtualInterfaceState']]], 'DescribeConnectionLoaRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeConnectionLoaResponse' => ['type' => 'structure', 'members' => ['loa' => ['shape' => 'Loa']]], 'DescribeConnectionsOnInterconnectRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DescribeConnectionsRequest' => ['type' => 'structure', 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DescribeDirectConnectGatewayAssociationProposalsRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'associatedGatewayId' => ['shape' => 'AssociatedGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAssociationProposalsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociationProposals' => ['shape' => 'DirectConnectGatewayAssociationProposalList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAssociationsRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'associatedGatewayId' => ['shape' => 'AssociatedGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId']]], 'DescribeDirectConnectGatewayAssociationsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociations' => ['shape' => 'DirectConnectGatewayAssociationList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAttachmentsRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewayAttachmentsResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAttachments' => ['shape' => 'DirectConnectGatewayAttachmentList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewaysRequest' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeDirectConnectGatewaysResult' => ['type' => 'structure', 'members' => ['directConnectGateways' => ['shape' => 'DirectConnectGatewayList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeHostedConnectionsRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId']]], 'DescribeInterconnectLoaRequest' => ['type' => 'structure', 'required' => ['interconnectId'], 'members' => ['interconnectId' => ['shape' => 'InterconnectId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeInterconnectLoaResponse' => ['type' => 'structure', 'members' => ['loa' => ['shape' => 'Loa']]], 'DescribeInterconnectsRequest' => ['type' => 'structure', 'members' => ['interconnectId' => ['shape' => 'InterconnectId']]], 'DescribeLagsRequest' => ['type' => 'structure', 'members' => ['lagId' => ['shape' => 'LagId']]], 'DescribeLoaRequest' => ['type' => 'structure', 'required' => ['connectionId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'providerName' => ['shape' => 'ProviderName'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['resourceArns'], 'members' => ['resourceArns' => ['shape' => 'ResourceArnList']]], 'DescribeTagsResponse' => ['type' => 'structure', 'members' => ['resourceTags' => ['shape' => 'ResourceTagList']]], 'DescribeVirtualInterfacesRequest' => ['type' => 'structure', 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'DirectConnectClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DirectConnectGateway' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayName' => ['shape' => 'DirectConnectGatewayName'], 'amazonSideAsn' => ['shape' => 'LongAsn'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'directConnectGatewayState' => ['shape' => 'DirectConnectGatewayState'], 'stateChangeError' => ['shape' => 'StateChangeError']]], 'DirectConnectGatewayAssociation' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'associationState' => ['shape' => 'DirectConnectGatewayAssociationState'], 'stateChangeError' => ['shape' => 'StateChangeError'], 'associatedGateway' => ['shape' => 'AssociatedGateway'], 'associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'allowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'virtualGatewayRegion' => ['shape' => 'VirtualGatewayRegion'], 'virtualGatewayOwnerAccount' => ['shape' => 'OwnerAccount']]], 'DirectConnectGatewayAssociationId' => ['type' => 'string'], 'DirectConnectGatewayAssociationList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAssociation']], 'DirectConnectGatewayAssociationProposal' => ['type' => 'structure', 'members' => ['proposalId' => ['shape' => 'DirectConnectGatewayAssociationProposalId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'directConnectGatewayOwnerAccount' => ['shape' => 'OwnerAccount'], 'proposalState' => ['shape' => 'DirectConnectGatewayAssociationProposalState'], 'associatedGateway' => ['shape' => 'AssociatedGateway'], 'existingAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'requestedAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'DirectConnectGatewayAssociationProposalId' => ['type' => 'string'], 'DirectConnectGatewayAssociationProposalList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAssociationProposal']], 'DirectConnectGatewayAssociationProposalState' => ['type' => 'string', 'enum' => ['requested', 'accepted', 'deleted']], 'DirectConnectGatewayAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'updating']], 'DirectConnectGatewayAttachment' => ['type' => 'structure', 'members' => ['directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'virtualInterfaceRegion' => ['shape' => 'VirtualInterfaceRegion'], 'virtualInterfaceOwnerAccount' => ['shape' => 'OwnerAccount'], 'attachmentState' => ['shape' => 'DirectConnectGatewayAttachmentState'], 'attachmentType' => ['shape' => 'DirectConnectGatewayAttachmentType'], 'stateChangeError' => ['shape' => 'StateChangeError']]], 'DirectConnectGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGatewayAttachment']], 'DirectConnectGatewayAttachmentState' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached']], 'DirectConnectGatewayAttachmentType' => ['type' => 'string', 'enum' => ['TransitVirtualInterface', 'PrivateVirtualInterface']], 'DirectConnectGatewayId' => ['type' => 'string'], 'DirectConnectGatewayList' => ['type' => 'list', 'member' => ['shape' => 'DirectConnectGateway']], 'DirectConnectGatewayName' => ['type' => 'string'], 'DirectConnectGatewayState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'DirectConnectServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DisassociateConnectionFromLagRequest' => ['type' => 'structure', 'required' => ['connectionId', 'lagId'], 'members' => ['connectionId' => ['shape' => 'ConnectionId'], 'lagId' => ['shape' => 'LagId']]], 'DuplicateTagKeysException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EndTime' => ['type' => 'timestamp'], 'ErrorMessage' => ['type' => 'string'], 'FailureTestHistoryStatus' => ['type' => 'string'], 'GatewayIdToAssociate' => ['type' => 'string'], 'GatewayIdentifier' => ['type' => 'string'], 'GatewayType' => ['type' => 'string', 'enum' => ['virtualPrivateGateway', 'transitGateway']], 'HasLogicalRedundancy' => ['type' => 'string', 'enum' => ['unknown', 'yes', 'no']], 'Interconnect' => ['type' => 'structure', 'members' => ['interconnectId' => ['shape' => 'InterconnectId'], 'interconnectName' => ['shape' => 'InterconnectName'], 'interconnectState' => ['shape' => 'InterconnectState'], 'region' => ['shape' => 'Region'], 'location' => ['shape' => 'LocationCode'], 'bandwidth' => ['shape' => 'Bandwidth'], 'loaIssueTime' => ['shape' => 'LoaIssueTime'], 'lagId' => ['shape' => 'LagId'], 'awsDevice' => ['shape' => 'AwsDevice'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'InterconnectId' => ['type' => 'string'], 'InterconnectList' => ['type' => 'list', 'member' => ['shape' => 'Interconnect']], 'InterconnectName' => ['type' => 'string'], 'InterconnectState' => ['type' => 'string', 'enum' => ['requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'unknown']], 'Interconnects' => ['type' => 'structure', 'members' => ['interconnects' => ['shape' => 'InterconnectList']]], 'JumboFrameCapable' => ['type' => 'boolean'], 'Lag' => ['type' => 'structure', 'members' => ['connectionsBandwidth' => ['shape' => 'Bandwidth'], 'numberOfConnections' => ['shape' => 'Count'], 'lagId' => ['shape' => 'LagId'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'lagName' => ['shape' => 'LagName'], 'lagState' => ['shape' => 'LagState'], 'location' => ['shape' => 'LocationCode'], 'region' => ['shape' => 'Region'], 'minimumLinks' => ['shape' => 'Count'], 'awsDevice' => ['shape' => 'AwsDevice'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'connections' => ['shape' => 'ConnectionList'], 'allowsHostedConnections' => ['shape' => 'BooleanFlag'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'hasLogicalRedundancy' => ['shape' => 'HasLogicalRedundancy'], 'tags' => ['shape' => 'TagList'], 'providerName' => ['shape' => 'ProviderName']]], 'LagId' => ['type' => 'string'], 'LagList' => ['type' => 'list', 'member' => ['shape' => 'Lag']], 'LagName' => ['type' => 'string'], 'LagState' => ['type' => 'string', 'enum' => ['requested', 'pending', 'available', 'down', 'deleting', 'deleted', 'unknown']], 'Lags' => ['type' => 'structure', 'members' => ['lags' => ['shape' => 'LagList']]], 'ListVirtualInterfaceTestHistoryRequest' => ['type' => 'structure', 'members' => ['testId' => ['shape' => 'TestId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'bgpPeers' => ['shape' => 'BGPPeerIdList'], 'status' => ['shape' => 'FailureTestHistoryStatus'], 'maxResults' => ['shape' => 'MaxResultSetSize'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListVirtualInterfaceTestHistoryResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceTestHistory' => ['shape' => 'VirtualInterfaceTestHistoryList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'Loa' => ['type' => 'structure', 'members' => ['loaContent' => ['shape' => 'LoaContent'], 'loaContentType' => ['shape' => 'LoaContentType']]], 'LoaContent' => ['type' => 'blob'], 'LoaContentType' => ['type' => 'string', 'enum' => ['application/pdf']], 'LoaIssueTime' => ['type' => 'timestamp'], 'Location' => ['type' => 'structure', 'members' => ['locationCode' => ['shape' => 'LocationCode'], 'locationName' => ['shape' => 'LocationName'], 'region' => ['shape' => 'Region'], 'availablePortSpeeds' => ['shape' => 'AvailablePortSpeeds'], 'availableProviders' => ['shape' => 'ProviderList']]], 'LocationCode' => ['type' => 'string'], 'LocationList' => ['type' => 'list', 'member' => ['shape' => 'Location']], 'LocationName' => ['type' => 'string'], 'Locations' => ['type' => 'structure', 'members' => ['locations' => ['shape' => 'LocationList']]], 'LongAsn' => ['type' => 'long'], 'MTU' => ['type' => 'integer'], 'MaxResultSetSize' => ['type' => 'integer', 'box' => \true], 'NewBGPPeer' => ['type' => 'structure', 'members' => ['asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'addressFamily' => ['shape' => 'AddressFamily'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress']]], 'NewPrivateVirtualInterface' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'tags' => ['shape' => 'TagList']]], 'NewPrivateVirtualInterfaceAllocation' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'tags' => ['shape' => 'TagList']]], 'NewPublicVirtualInterface' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'tags' => ['shape' => 'TagList']]], 'NewPublicVirtualInterfaceAllocation' => ['type' => 'structure', 'required' => ['virtualInterfaceName', 'vlan', 'asn'], 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'tags' => ['shape' => 'TagList']]], 'NewTransitVirtualInterface' => ['type' => 'structure', 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'tags' => ['shape' => 'TagList']]], 'NewTransitVirtualInterfaceAllocation' => ['type' => 'structure', 'members' => ['virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'mtu' => ['shape' => 'MTU'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'tags' => ['shape' => 'TagList']]], 'OwnerAccount' => ['type' => 'string'], 'PaginationToken' => ['type' => 'string'], 'PartnerName' => ['type' => 'string'], 'PortSpeed' => ['type' => 'string'], 'ProviderList' => ['type' => 'list', 'member' => ['shape' => 'ProviderName']], 'ProviderName' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'ResourceArn' => ['type' => 'string'], 'ResourceArnList' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceTag' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'ResourceTagList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTag']], 'RouteFilterPrefix' => ['type' => 'structure', 'members' => ['cidr' => ['shape' => 'CIDR']]], 'RouteFilterPrefixList' => ['type' => 'list', 'member' => ['shape' => 'RouteFilterPrefix']], 'RouterConfig' => ['type' => 'string'], 'StartBgpFailoverTestRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'bgpPeers' => ['shape' => 'BGPPeerIdList'], 'testDurationInMinutes' => ['shape' => 'TestDuration']]], 'StartBgpFailoverTestResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceTest' => ['shape' => 'VirtualInterfaceTestHistory']]], 'StartTime' => ['type' => 'timestamp'], 'StateChangeError' => ['type' => 'string'], 'StopBgpFailoverTestRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId']]], 'StopBgpFailoverTestResponse' => ['type' => 'structure', 'members' => ['virtualInterfaceTest' => ['shape' => 'VirtualInterfaceTestHistory']]], 'Tag' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TestDuration' => ['type' => 'integer', 'box' => \true], 'TestId' => ['type' => 'string'], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDirectConnectGatewayAssociationRequest' => ['type' => 'structure', 'members' => ['associationId' => ['shape' => 'DirectConnectGatewayAssociationId'], 'addAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList'], 'removeAllowedPrefixesToDirectConnectGateway' => ['shape' => 'RouteFilterPrefixList']]], 'UpdateDirectConnectGatewayAssociationResult' => ['type' => 'structure', 'members' => ['directConnectGatewayAssociation' => ['shape' => 'DirectConnectGatewayAssociation']]], 'UpdateLagRequest' => ['type' => 'structure', 'required' => ['lagId'], 'members' => ['lagId' => ['shape' => 'LagId'], 'lagName' => ['shape' => 'LagName'], 'minimumLinks' => ['shape' => 'Count']]], 'UpdateVirtualInterfaceAttributesRequest' => ['type' => 'structure', 'required' => ['virtualInterfaceId'], 'members' => ['virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'mtu' => ['shape' => 'MTU']]], 'VLAN' => ['type' => 'integer'], 'VirtualGateway' => ['type' => 'structure', 'members' => ['virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'virtualGatewayState' => ['shape' => 'VirtualGatewayState']]], 'VirtualGatewayId' => ['type' => 'string'], 'VirtualGatewayList' => ['type' => 'list', 'member' => ['shape' => 'VirtualGateway']], 'VirtualGatewayRegion' => ['type' => 'string', 'deprecated' => \true], 'VirtualGatewayState' => ['type' => 'string'], 'VirtualGateways' => ['type' => 'structure', 'members' => ['virtualGateways' => ['shape' => 'VirtualGatewayList']]], 'VirtualInterface' => ['type' => 'structure', 'members' => ['ownerAccount' => ['shape' => 'OwnerAccount'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'location' => ['shape' => 'LocationCode'], 'connectionId' => ['shape' => 'ConnectionId'], 'virtualInterfaceType' => ['shape' => 'VirtualInterfaceType'], 'virtualInterfaceName' => ['shape' => 'VirtualInterfaceName'], 'vlan' => ['shape' => 'VLAN'], 'asn' => ['shape' => 'ASN'], 'amazonSideAsn' => ['shape' => 'LongAsn'], 'authKey' => ['shape' => 'BGPAuthKey'], 'amazonAddress' => ['shape' => 'AmazonAddress'], 'customerAddress' => ['shape' => 'CustomerAddress'], 'addressFamily' => ['shape' => 'AddressFamily'], 'virtualInterfaceState' => ['shape' => 'VirtualInterfaceState'], 'customerRouterConfig' => ['shape' => 'RouterConfig'], 'mtu' => ['shape' => 'MTU'], 'jumboFrameCapable' => ['shape' => 'JumboFrameCapable'], 'virtualGatewayId' => ['shape' => 'VirtualGatewayId'], 'directConnectGatewayId' => ['shape' => 'DirectConnectGatewayId'], 'routeFilterPrefixes' => ['shape' => 'RouteFilterPrefixList'], 'bgpPeers' => ['shape' => 'BGPPeerList'], 'region' => ['shape' => 'Region'], 'awsDeviceV2' => ['shape' => 'AwsDeviceV2'], 'tags' => ['shape' => 'TagList']]], 'VirtualInterfaceId' => ['type' => 'string'], 'VirtualInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'VirtualInterface']], 'VirtualInterfaceName' => ['type' => 'string'], 'VirtualInterfaceRegion' => ['type' => 'string'], 'VirtualInterfaceState' => ['type' => 'string', 'enum' => ['confirming', 'verifying', 'pending', 'available', 'down', 'deleting', 'deleted', 'rejected', 'unknown']], 'VirtualInterfaceTestHistory' => ['type' => 'structure', 'members' => ['testId' => ['shape' => 'TestId'], 'virtualInterfaceId' => ['shape' => 'VirtualInterfaceId'], 'bgpPeers' => ['shape' => 'BGPPeerIdList'], 'status' => ['shape' => 'FailureTestHistoryStatus'], 'ownerAccount' => ['shape' => 'OwnerAccount'], 'testDurationInMinutes' => ['shape' => 'TestDuration'], 'startTime' => ['shape' => 'StartTime'], 'endTime' => ['shape' => 'EndTime']]], 'VirtualInterfaceTestHistoryList' => ['type' => 'list', 'member' => ['shape' => 'VirtualInterfaceTestHistory']], 'VirtualInterfaceType' => ['type' => 'string'], 'VirtualInterfaces' => ['type' => 'structure', 'members' => ['virtualInterfaces' => ['shape' => 'VirtualInterfaceList']]]]]; diff --git a/vendor/Aws3/Aws/data/dlm/2018-01-12/api-2.json.php b/vendor/Aws3/Aws/data/dlm/2018-01-12/api-2.json.php index bc74a676..bd831c36 100644 --- a/vendor/Aws3/Aws/data/dlm/2018-01-12/api-2.json.php +++ b/vendor/Aws3/Aws/data/dlm/2018-01-12/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-01-12', 'endpointPrefix' => 'dlm', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon DLM', 'serviceFullName' => 'Amazon Data Lifecycle Manager', 'serviceId' => 'DLM', 'signatureVersion' => 'v4', 'signingName' => 'dlm', 'uid' => 'dlm-2018-01-12'], 'operations' => ['CreateLifecyclePolicy' => ['name' => 'CreateLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policies'], 'input' => ['shape' => 'CreateLifecyclePolicyRequest'], 'output' => ['shape' => 'CreateLifecyclePolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerException']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyId}/'], 'input' => ['shape' => 'DeleteLifecyclePolicyRequest'], 'output' => ['shape' => 'DeleteLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'GetLifecyclePolicies' => ['name' => 'GetLifecyclePolicies', 'http' => ['method' => 'GET', 'requestUri' => '/policies'], 'input' => ['shape' => 'GetLifecyclePoliciesRequest'], 'output' => ['shape' => 'GetLifecyclePoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyId}/'], 'input' => ['shape' => 'GetLifecyclePolicyRequest'], 'output' => ['shape' => 'GetLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateLifecyclePolicy' => ['name' => 'UpdateLifecyclePolicy', 'http' => ['method' => 'PATCH', 'requestUri' => '/policies/{policyId}'], 'input' => ['shape' => 'UpdateLifecyclePolicyRequest'], 'output' => ['shape' => 'UpdateLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AvailabilityZone' => ['type' => 'string', 'max' => 16, 'min' => 0, 'pattern' => '([a-z]+-){2,3}\\d[a-z]'], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone'], 'max' => 10, 'min' => 1], 'CmkArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:aws(-[a-z]{1,3}){0,2}:kms:([a-z]+-){2,3}\\d:\\d+:key/.*'], 'CopyTags' => ['type' => 'boolean'], 'CopyTagsNullable' => ['type' => 'boolean'], 'Count' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'CreateLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['ExecutionRoleArn', 'Description', 'State', 'PolicyDetails'], 'members' => ['ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'SettablePolicyStateValues'], 'PolicyDetails' => ['shape' => 'PolicyDetails'], 'Tags' => ['shape' => 'TagMap']]], 'CreateLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'CreateRule' => ['type' => 'structure', 'required' => ['Interval', 'IntervalUnit'], 'members' => ['Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'IntervalUnitValues'], 'Times' => ['shape' => 'TimesList']]], 'CrossRegionCopyRetainRule' => ['type' => 'structure', 'members' => ['Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues']]], 'CrossRegionCopyRule' => ['type' => 'structure', 'required' => ['TargetRegion', 'Encrypted'], 'members' => ['TargetRegion' => ['shape' => 'TargetRegion'], 'Encrypted' => ['shape' => 'Encrypted'], 'CmkArn' => ['shape' => 'CmkArn'], 'CopyTags' => ['shape' => 'CopyTagsNullable'], 'RetainRule' => ['shape' => 'CrossRegionCopyRetainRule']]], 'CrossRegionCopyRules' => ['type' => 'list', 'member' => ['shape' => 'CrossRegionCopyRule'], 'max' => 3, 'min' => 0], 'DeleteLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId']]], 'DeleteLifecyclePolicyResponse' => ['type' => 'structure', 'members' => []], 'Encrypted' => ['type' => 'boolean'], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'ExcludeBootVolume' => ['type' => 'boolean'], 'ExecutionRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*'], 'FastRestoreRule' => ['type' => 'structure', 'required' => ['AvailabilityZones'], 'members' => ['Count' => ['shape' => 'Count'], 'Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList']]], 'GetLifecyclePoliciesRequest' => ['type' => 'structure', 'members' => ['PolicyIds' => ['shape' => 'PolicyIdList', 'location' => 'querystring', 'locationName' => 'policyIds'], 'State' => ['shape' => 'GettablePolicyStateValues', 'location' => 'querystring', 'locationName' => 'state'], 'ResourceTypes' => ['shape' => 'ResourceTypeValuesList', 'location' => 'querystring', 'locationName' => 'resourceTypes'], 'TargetTags' => ['shape' => 'TargetTagsFilterList', 'location' => 'querystring', 'locationName' => 'targetTags'], 'TagsToAdd' => ['shape' => 'TagsToAddFilterList', 'location' => 'querystring', 'locationName' => 'tagsToAdd']]], 'GetLifecyclePoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'LifecyclePolicySummaryList']]], 'GetLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId']]], 'GetLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'LifecyclePolicy']]], 'GettablePolicyStateValues' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED', 'ERROR']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'Interval' => ['type' => 'integer', 'min' => 1], 'IntervalUnitValues' => ['type' => 'string', 'enum' => ['HOURS']], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'RequiredParameters' => ['shape' => 'ParameterList'], 'MutuallyExclusiveParameters' => ['shape' => 'ParameterList']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LifecyclePolicy' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'GettablePolicyStateValues'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'DateCreated' => ['shape' => 'Timestamp'], 'DateModified' => ['shape' => 'Timestamp'], 'PolicyDetails' => ['shape' => 'PolicyDetails'], 'Tags' => ['shape' => 'TagMap'], 'PolicyArn' => ['shape' => 'PolicyArn']]], 'LifecyclePolicySummary' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'GettablePolicyStateValues'], 'Tags' => ['shape' => 'TagMap']]], 'LifecyclePolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicySummary']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'ResourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'Parameter' => ['type' => 'string'], 'ParameterList' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'Parameters' => ['type' => 'structure', 'members' => ['ExcludeBootVolume' => ['shape' => 'ExcludeBootVolume']]], 'PolicyArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^arn:aws(-[a-z]{1,3}){0,2}:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$'], 'PolicyDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[0-9A-Za-z _-]+'], 'PolicyDetails' => ['type' => 'structure', 'members' => ['PolicyType' => ['shape' => 'PolicyTypeValues'], 'ResourceTypes' => ['shape' => 'ResourceTypeValuesList'], 'TargetTags' => ['shape' => 'TargetTagList'], 'Schedules' => ['shape' => 'ScheduleList'], 'Parameters' => ['shape' => 'Parameters']]], 'PolicyId' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => 'policy-[A-Za-z0-9]+'], 'PolicyIdList' => ['type' => 'list', 'member' => ['shape' => 'PolicyId']], 'PolicyTypeValues' => ['type' => 'string', 'enum' => ['EBS_SNAPSHOT_MANAGEMENT']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'ResourceType' => ['shape' => 'String'], 'ResourceIds' => ['shape' => 'PolicyIdList']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTypeValues' => ['type' => 'string', 'enum' => ['VOLUME', 'INSTANCE']], 'ResourceTypeValuesList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTypeValues'], 'max' => 1, 'min' => 1], 'RetainRule' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Count'], 'Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues']]], 'RetentionIntervalUnitValues' => ['type' => 'string', 'enum' => ['DAYS', 'WEEKS', 'MONTHS', 'YEARS']], 'Schedule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ScheduleName'], 'CopyTags' => ['shape' => 'CopyTags'], 'TagsToAdd' => ['shape' => 'TagsToAddList'], 'VariableTags' => ['shape' => 'VariableTagsList'], 'CreateRule' => ['shape' => 'CreateRule'], 'RetainRule' => ['shape' => 'RetainRule'], 'FastRestoreRule' => ['shape' => 'FastRestoreRule'], 'CrossRegionCopyRules' => ['shape' => 'CrossRegionCopyRules']]], 'ScheduleList' => ['type' => 'list', 'member' => ['shape' => 'Schedule'], 'max' => 1, 'min' => 1], 'ScheduleName' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'SettablePolicyStateValues' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'StatusMessage' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'String' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagFilter' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\p{all}]*'], 'TagsToAddFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 0], 'TagsToAddList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 45, 'min' => 0], 'TargetRegion' => ['type' => 'string', 'max' => 16, 'min' => 0, 'pattern' => '([a-z]+-){2,3}\\d'], 'TargetTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TargetTagsFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 1], 'Time' => ['type' => 'string', 'max' => 5, 'min' => 5, 'pattern' => '^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$'], 'TimesList' => ['type' => 'list', 'member' => ['shape' => 'Time'], 'max' => 1], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId'], 'ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'State' => ['shape' => 'SettablePolicyStateValues'], 'Description' => ['shape' => 'PolicyDescription'], 'PolicyDetails' => ['shape' => 'PolicyDetails']]], 'UpdateLifecyclePolicyResponse' => ['type' => 'structure', 'members' => []], 'VariableTagsList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 45, 'min' => 0]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-01-12', 'endpointPrefix' => 'dlm', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon DLM', 'serviceFullName' => 'Amazon Data Lifecycle Manager', 'serviceId' => 'DLM', 'signatureVersion' => 'v4', 'signingName' => 'dlm', 'uid' => 'dlm-2018-01-12'], 'operations' => ['CreateLifecyclePolicy' => ['name' => 'CreateLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policies'], 'input' => ['shape' => 'CreateLifecyclePolicyRequest'], 'output' => ['shape' => 'CreateLifecyclePolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerException']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyId}/'], 'input' => ['shape' => 'DeleteLifecyclePolicyRequest'], 'output' => ['shape' => 'DeleteLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'GetLifecyclePolicies' => ['name' => 'GetLifecyclePolicies', 'http' => ['method' => 'GET', 'requestUri' => '/policies'], 'input' => ['shape' => 'GetLifecyclePoliciesRequest'], 'output' => ['shape' => 'GetLifecyclePoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyId}/'], 'input' => ['shape' => 'GetLifecyclePolicyRequest'], 'output' => ['shape' => 'GetLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateLifecyclePolicy' => ['name' => 'UpdateLifecyclePolicy', 'http' => ['method' => 'PATCH', 'requestUri' => '/policies/{policyId}'], 'input' => ['shape' => 'UpdateLifecyclePolicyRequest'], 'output' => ['shape' => 'UpdateLifecyclePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServerException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AvailabilityZone' => ['type' => 'string', 'max' => 16, 'min' => 0, 'pattern' => '([a-z]+-){2,3}\\d[a-z]'], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone'], 'max' => 10, 'min' => 1], 'CmkArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:aws(-[a-z]{1,3}){0,2}:kms:([a-z]+-){2,3}\\d:\\d+:key/.*'], 'CopyTags' => ['type' => 'boolean'], 'CopyTagsNullable' => ['type' => 'boolean'], 'Count' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'CreateLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['ExecutionRoleArn', 'Description', 'State', 'PolicyDetails'], 'members' => ['ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'SettablePolicyStateValues'], 'PolicyDetails' => ['shape' => 'PolicyDetails'], 'Tags' => ['shape' => 'TagMap']]], 'CreateLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'CreateRule' => ['type' => 'structure', 'members' => ['Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'IntervalUnitValues'], 'Times' => ['shape' => 'TimesList'], 'CronExpression' => ['shape' => 'CronExpression']]], 'CronExpression' => ['type' => 'string', 'max' => 106, 'min' => 17, 'pattern' => 'cron\\([^\\n]{11,100}\\)'], 'CrossRegionCopyRetainRule' => ['type' => 'structure', 'members' => ['Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues']]], 'CrossRegionCopyRule' => ['type' => 'structure', 'required' => ['TargetRegion', 'Encrypted'], 'members' => ['TargetRegion' => ['shape' => 'TargetRegion'], 'Encrypted' => ['shape' => 'Encrypted'], 'CmkArn' => ['shape' => 'CmkArn'], 'CopyTags' => ['shape' => 'CopyTagsNullable'], 'RetainRule' => ['shape' => 'CrossRegionCopyRetainRule']]], 'CrossRegionCopyRules' => ['type' => 'list', 'member' => ['shape' => 'CrossRegionCopyRule'], 'max' => 3, 'min' => 0], 'DeleteLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId']]], 'DeleteLifecyclePolicyResponse' => ['type' => 'structure', 'members' => []], 'Encrypted' => ['type' => 'boolean'], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'ExcludeBootVolume' => ['type' => 'boolean'], 'ExecutionRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => 'arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*'], 'FastRestoreRule' => ['type' => 'structure', 'required' => ['AvailabilityZones'], 'members' => ['Count' => ['shape' => 'Count'], 'Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList']]], 'GetLifecyclePoliciesRequest' => ['type' => 'structure', 'members' => ['PolicyIds' => ['shape' => 'PolicyIdList', 'location' => 'querystring', 'locationName' => 'policyIds'], 'State' => ['shape' => 'GettablePolicyStateValues', 'location' => 'querystring', 'locationName' => 'state'], 'ResourceTypes' => ['shape' => 'ResourceTypeValuesList', 'location' => 'querystring', 'locationName' => 'resourceTypes'], 'TargetTags' => ['shape' => 'TargetTagsFilterList', 'location' => 'querystring', 'locationName' => 'targetTags'], 'TagsToAdd' => ['shape' => 'TagsToAddFilterList', 'location' => 'querystring', 'locationName' => 'tagsToAdd']]], 'GetLifecyclePoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'LifecyclePolicySummaryList']]], 'GetLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId']]], 'GetLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'LifecyclePolicy']]], 'GettablePolicyStateValues' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED', 'ERROR']], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'Interval' => ['type' => 'integer', 'min' => 1], 'IntervalUnitValues' => ['type' => 'string', 'enum' => ['HOURS']], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'RequiredParameters' => ['shape' => 'ParameterList'], 'MutuallyExclusiveParameters' => ['shape' => 'ParameterList']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LifecyclePolicy' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'GettablePolicyStateValues'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'DateCreated' => ['shape' => 'Timestamp'], 'DateModified' => ['shape' => 'Timestamp'], 'PolicyDetails' => ['shape' => 'PolicyDetails'], 'Tags' => ['shape' => 'TagMap'], 'PolicyArn' => ['shape' => 'PolicyArn']]], 'LifecyclePolicySummary' => ['type' => 'structure', 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Description' => ['shape' => 'PolicyDescription'], 'State' => ['shape' => 'GettablePolicyStateValues'], 'Tags' => ['shape' => 'TagMap']]], 'LifecyclePolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicySummary']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'ResourceType' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'Parameter' => ['type' => 'string'], 'ParameterList' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'Parameters' => ['type' => 'structure', 'members' => ['ExcludeBootVolume' => ['shape' => 'ExcludeBootVolume']]], 'PolicyArn' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^arn:aws(-[a-z]{1,3}){0,2}:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$'], 'PolicyDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[0-9A-Za-z _-]+'], 'PolicyDetails' => ['type' => 'structure', 'members' => ['PolicyType' => ['shape' => 'PolicyTypeValues'], 'ResourceTypes' => ['shape' => 'ResourceTypeValuesList'], 'TargetTags' => ['shape' => 'TargetTagList'], 'Schedules' => ['shape' => 'ScheduleList'], 'Parameters' => ['shape' => 'Parameters']]], 'PolicyId' => ['type' => 'string', 'max' => 64, 'min' => 0, 'pattern' => 'policy-[A-Za-z0-9]+'], 'PolicyIdList' => ['type' => 'list', 'member' => ['shape' => 'PolicyId']], 'PolicyTypeValues' => ['type' => 'string', 'enum' => ['EBS_SNAPSHOT_MANAGEMENT']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Code' => ['shape' => 'ErrorCode'], 'ResourceType' => ['shape' => 'String'], 'ResourceIds' => ['shape' => 'PolicyIdList']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTypeValues' => ['type' => 'string', 'enum' => ['VOLUME', 'INSTANCE']], 'ResourceTypeValuesList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTypeValues'], 'max' => 1, 'min' => 1], 'RetainRule' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Count'], 'Interval' => ['shape' => 'Interval'], 'IntervalUnit' => ['shape' => 'RetentionIntervalUnitValues']]], 'RetentionIntervalUnitValues' => ['type' => 'string', 'enum' => ['DAYS', 'WEEKS', 'MONTHS', 'YEARS']], 'Schedule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ScheduleName'], 'CopyTags' => ['shape' => 'CopyTags'], 'TagsToAdd' => ['shape' => 'TagsToAddList'], 'VariableTags' => ['shape' => 'VariableTagsList'], 'CreateRule' => ['shape' => 'CreateRule'], 'RetainRule' => ['shape' => 'RetainRule'], 'FastRestoreRule' => ['shape' => 'FastRestoreRule'], 'CrossRegionCopyRules' => ['shape' => 'CrossRegionCopyRules']]], 'ScheduleList' => ['type' => 'list', 'member' => ['shape' => 'Schedule'], 'max' => 1, 'min' => 1], 'ScheduleName' => ['type' => 'string', 'max' => 120, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'SettablePolicyStateValues' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'StatusMessage' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'String' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagFilter' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{all}]*'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\p{all}]*'], 'TagsToAddFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 0], 'TagsToAddList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 45, 'min' => 0], 'TargetRegion' => ['type' => 'string', 'max' => 16, 'min' => 0, 'pattern' => '([a-z]+-){2,3}\\d'], 'TargetTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TargetTagsFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 1], 'Time' => ['type' => 'string', 'max' => 5, 'min' => 5, 'pattern' => '^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$'], 'TimesList' => ['type' => 'list', 'member' => ['shape' => 'Time'], 'max' => 1], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'PolicyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId', 'location' => 'uri', 'locationName' => 'policyId'], 'ExecutionRoleArn' => ['shape' => 'ExecutionRoleArn'], 'State' => ['shape' => 'SettablePolicyStateValues'], 'Description' => ['shape' => 'PolicyDescription'], 'PolicyDetails' => ['shape' => 'PolicyDetails']]], 'UpdateLifecyclePolicyResponse' => ['type' => 'structure', 'members' => []], 'VariableTagsList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 45, 'min' => 0]]]; diff --git a/vendor/Aws3/Aws/data/dms/2016-01-01/api-2.json.php b/vendor/Aws3/Aws/data/dms/2016-01-01/api-2.json.php index 0ada7d0f..a3527a44 100644 --- a/vendor/Aws3/Aws/data/dms/2016-01-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/dms/2016-01-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-01-01', 'endpointPrefix' => 'dms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Database Migration Service', 'serviceId' => 'Database Migration Service', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonDMSv20160101', 'uid' => 'dms-2016-01-01'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'output' => ['shape' => 'AddTagsToResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'ApplyPendingMaintenanceAction' => ['name' => 'ApplyPendingMaintenanceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyPendingMaintenanceActionMessage'], 'output' => ['shape' => 'ApplyPendingMaintenanceActionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointMessage'], 'output' => ['shape' => 'CreateEndpointResponse'], 'errors' => [['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'AccessDeniedFault']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'KMSAccessDeniedFault'], ['shape' => 'KMSDisabledFault'], ['shape' => 'KMSInvalidStateFault'], ['shape' => 'KMSNotFoundFault'], ['shape' => 'KMSThrottlingFault']]], 'CreateReplicationInstance' => ['name' => 'CreateReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationInstanceMessage'], 'output' => ['shape' => 'CreateReplicationInstanceResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'InsufficientResourceCapacityFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CreateReplicationSubnetGroup' => ['name' => 'CreateReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationSubnetGroupMessage'], 'output' => ['shape' => 'CreateReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'CreateReplicationTask' => ['name' => 'CreateReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationTaskMessage'], 'output' => ['shape' => 'CreateReplicationTaskResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateMessage'], 'output' => ['shape' => 'DeleteCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionMessage'], 'output' => ['shape' => 'DeleteConnectionResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointMessage'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'output' => ['shape' => 'DeleteEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteReplicationInstance' => ['name' => 'DeleteReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationInstanceMessage'], 'output' => ['shape' => 'DeleteReplicationInstanceResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DeleteReplicationSubnetGroup' => ['name' => 'DeleteReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationSubnetGroupMessage'], 'output' => ['shape' => 'DeleteReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DeleteReplicationTask' => ['name' => 'DeleteReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationTaskMessage'], 'output' => ['shape' => 'DeleteReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'DescribeAccountAttributesResponse']], 'DescribeCertificates' => ['name' => 'DescribeCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificatesMessage'], 'output' => ['shape' => 'DescribeCertificatesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeConnections' => ['name' => 'DescribeConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsMessage'], 'output' => ['shape' => 'DescribeConnectionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEndpointTypes' => ['name' => 'DescribeEndpointTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointTypesMessage'], 'output' => ['shape' => 'DescribeEndpointTypesResponse']], 'DescribeEndpoints' => ['name' => 'DescribeEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointsMessage'], 'output' => ['shape' => 'DescribeEndpointsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'DescribeEventCategoriesResponse']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'DescribeEventSubscriptionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'DescribeEventsResponse']], 'DescribeOrderableReplicationInstances' => ['name' => 'DescribeOrderableReplicationInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableReplicationInstancesMessage'], 'output' => ['shape' => 'DescribeOrderableReplicationInstancesResponse']], 'DescribePendingMaintenanceActions' => ['name' => 'DescribePendingMaintenanceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingMaintenanceActionsMessage'], 'output' => ['shape' => 'DescribePendingMaintenanceActionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeRefreshSchemasStatus' => ['name' => 'DescribeRefreshSchemasStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRefreshSchemasStatusMessage'], 'output' => ['shape' => 'DescribeRefreshSchemasStatusResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationInstanceTaskLogs' => ['name' => 'DescribeReplicationInstanceTaskLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationInstanceTaskLogsMessage'], 'output' => ['shape' => 'DescribeReplicationInstanceTaskLogsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DescribeReplicationInstances' => ['name' => 'DescribeReplicationInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationInstancesMessage'], 'output' => ['shape' => 'DescribeReplicationInstancesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationSubnetGroups' => ['name' => 'DescribeReplicationSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationSubnetGroupsMessage'], 'output' => ['shape' => 'DescribeReplicationSubnetGroupsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTaskAssessmentResults' => ['name' => 'DescribeReplicationTaskAssessmentResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTaskAssessmentResultsMessage'], 'output' => ['shape' => 'DescribeReplicationTaskAssessmentResultsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTasks' => ['name' => 'DescribeReplicationTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTasksMessage'], 'output' => ['shape' => 'DescribeReplicationTasksResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeSchemas' => ['name' => 'DescribeSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSchemasMessage'], 'output' => ['shape' => 'DescribeSchemasResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DescribeTableStatistics' => ['name' => 'DescribeTableStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTableStatisticsMessage'], 'output' => ['shape' => 'DescribeTableStatisticsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'ImportCertificate' => ['name' => 'ImportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateMessage'], 'output' => ['shape' => 'ImportCertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'InvalidCertificateFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'ModifyEndpoint' => ['name' => 'ModifyEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEndpointMessage'], 'output' => ['shape' => 'ModifyEndpointResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'AccessDeniedFault']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'KMSAccessDeniedFault'], ['shape' => 'KMSDisabledFault'], ['shape' => 'KMSInvalidStateFault'], ['shape' => 'KMSNotFoundFault'], ['shape' => 'KMSThrottlingFault']]], 'ModifyReplicationInstance' => ['name' => 'ModifyReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationInstanceMessage'], 'output' => ['shape' => 'ModifyReplicationInstanceResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InsufficientResourceCapacityFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'UpgradeDependencyFailureFault']]], 'ModifyReplicationSubnetGroup' => ['name' => 'ModifyReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationSubnetGroupMessage'], 'output' => ['shape' => 'ModifyReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'ModifyReplicationTask' => ['name' => 'ModifyReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationTaskMessage'], 'output' => ['shape' => 'ModifyReplicationTaskResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'RebootReplicationInstance' => ['name' => 'RebootReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootReplicationInstanceMessage'], 'output' => ['shape' => 'RebootReplicationInstanceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'RefreshSchemas' => ['name' => 'RefreshSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RefreshSchemasMessage'], 'output' => ['shape' => 'RefreshSchemasResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'ReloadTables' => ['name' => 'ReloadTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReloadTablesMessage'], 'output' => ['shape' => 'ReloadTablesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'output' => ['shape' => 'RemoveTagsFromResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'StartReplicationTask' => ['name' => 'StartReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReplicationTaskMessage'], 'output' => ['shape' => 'StartReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'AccessDeniedFault']]], 'StartReplicationTaskAssessment' => ['name' => 'StartReplicationTaskAssessment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReplicationTaskAssessmentMessage'], 'output' => ['shape' => 'StartReplicationTaskAssessmentResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'StopReplicationTask' => ['name' => 'StopReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopReplicationTaskMessage'], 'output' => ['shape' => 'StopReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'TestConnection' => ['name' => 'TestConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestConnectionMessage'], 'output' => ['shape' => 'TestConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]]], 'shapes' => ['AccessDeniedFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountQuota' => ['type' => 'structure', 'members' => ['AccountQuotaName' => ['shape' => 'String'], 'Used' => ['shape' => 'Long'], 'Max' => ['shape' => 'Long']]], 'AccountQuotaList' => ['type' => 'list', 'member' => ['shape' => 'AccountQuota']], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsToResourceResponse' => ['type' => 'structure', 'members' => []], 'ApplyPendingMaintenanceActionMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn', 'ApplyAction', 'OptInType'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ApplyAction' => ['shape' => 'String'], 'OptInType' => ['shape' => 'String']]], 'ApplyPendingMaintenanceActionResponse' => ['type' => 'structure', 'members' => ['ResourcePendingMaintenanceActions' => ['shape' => 'ResourcePendingMaintenanceActions']]], 'AuthMechanismValue' => ['type' => 'string', 'enum' => ['default', 'mongodb_cr', 'scram_sha_1']], 'AuthTypeValue' => ['type' => 'string', 'enum' => ['no', 'password']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'AvailabilityZonesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificateCreationDate' => ['shape' => 'TStamp'], 'CertificatePem' => ['shape' => 'String'], 'CertificateWallet' => ['shape' => 'CertificateWallet'], 'CertificateArn' => ['shape' => 'String'], 'CertificateOwner' => ['shape' => 'String'], 'ValidFromDate' => ['shape' => 'TStamp'], 'ValidToDate' => ['shape' => 'TStamp'], 'SigningAlgorithm' => ['shape' => 'String'], 'KeyLength' => ['shape' => 'IntegerOptional']]], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'CertificateWallet' => ['type' => 'blob'], 'CompressionTypeValue' => ['type' => 'string', 'enum' => ['none', 'gzip']], 'Connection' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'LastFailureMessage' => ['shape' => 'String'], 'EndpointIdentifier' => ['shape' => 'String'], 'ReplicationInstanceIdentifier' => ['shape' => 'String']]], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'CreateEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointIdentifier', 'EndpointType', 'EngineName'], 'members' => ['EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings']]], 'CreateEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceIdentifier', 'ReplicationInstanceClass'], 'members' => ['ReplicationInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'DnsNameServers' => ['shape' => 'String']]], 'CreateReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'CreateReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier', 'ReplicationSubnetGroupDescription', 'SubnetIds'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup']]], 'CreateReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskIdentifier', 'SourceEndpointArn', 'TargetEndpointArn', 'ReplicationInstanceArn', 'MigrationType', 'TableMappings'], 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'SourceEndpointArn' => ['shape' => 'String'], 'TargetEndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'DataFormatValue' => ['type' => 'string', 'enum' => ['csv', 'parquet']], 'DeleteCertificateMessage' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'String']]], 'DeleteCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'DeleteConnectionMessage' => ['type' => 'structure', 'required' => ['EndpointArn', 'ReplicationInstanceArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String']]], 'DeleteConnectionResponse' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'DeleteEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String']]], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'DeleteReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String']]], 'DeleteReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'DeleteReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String']]], 'DeleteReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'DeleteReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesResponse' => ['type' => 'structure', 'members' => ['AccountQuotas' => ['shape' => 'AccountQuotaList'], 'UniqueAccountIdentifier' => ['shape' => 'String']]], 'DescribeCertificatesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCertificatesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Certificates' => ['shape' => 'CertificateList']]], 'DescribeConnectionsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeConnectionsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Connections' => ['shape' => 'ConnectionList']]], 'DescribeEndpointTypesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEndpointTypesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SupportedEndpointTypes' => ['shape' => 'SupportedEndpointTypeList']]], 'DescribeEndpointsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEndpointsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Endpoints' => ['shape' => 'EndpointList']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeEventCategoriesResponse' => ['type' => 'structure', 'members' => ['EventCategoryGroupList' => ['shape' => 'EventCategoryGroupList']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventSubscriptionsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'DescribeOrderableReplicationInstancesMessage' => ['type' => 'structure', 'members' => ['MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOrderableReplicationInstancesResponse' => ['type' => 'structure', 'members' => ['OrderableReplicationInstances' => ['shape' => 'OrderableReplicationInstanceList'], 'Marker' => ['shape' => 'String']]], 'DescribePendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribePendingMaintenanceActionsResponse' => ['type' => 'structure', 'members' => ['PendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActions'], 'Marker' => ['shape' => 'String']]], 'DescribeRefreshSchemasStatusMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String']]], 'DescribeRefreshSchemasStatusResponse' => ['type' => 'structure', 'members' => ['RefreshSchemasStatus' => ['shape' => 'RefreshSchemasStatus']]], 'DescribeReplicationInstanceTaskLogsMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstanceTaskLogsResponse' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ReplicationInstanceTaskLogs' => ['shape' => 'ReplicationInstanceTaskLogsList'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstancesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstancesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationInstances' => ['shape' => 'ReplicationInstanceList']]], 'DescribeReplicationSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationSubnetGroupsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationSubnetGroups' => ['shape' => 'ReplicationSubnetGroups']]], 'DescribeReplicationTaskAssessmentResultsMessage' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationTaskAssessmentResultsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'ReplicationTaskAssessmentResults' => ['shape' => 'ReplicationTaskAssessmentResultList']]], 'DescribeReplicationTasksMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'WithoutSettings' => ['shape' => 'BooleanOptional']]], 'DescribeReplicationTasksResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationTasks' => ['shape' => 'ReplicationTaskList']]], 'DescribeSchemasMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSchemasResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Schemas' => ['shape' => 'SchemaList']]], 'DescribeTableStatisticsMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeTableStatisticsResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'TableStatistics' => ['shape' => 'TableStatisticsList'], 'Marker' => ['shape' => 'String']]], 'DmsSslModeValue' => ['type' => 'string', 'enum' => ['none', 'require', 'verify-ca', 'verify-full']], 'DmsTransferSettings' => ['type' => 'structure', 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String']]], 'DynamoDbSettings' => ['type' => 'structure', 'required' => ['ServiceAccessRoleArn'], 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String']]], 'ElasticsearchSettings' => ['type' => 'structure', 'required' => ['ServiceAccessRoleArn', 'EndpointUri'], 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'EndpointUri' => ['shape' => 'String'], 'FullLoadErrorPercentage' => ['shape' => 'IntegerOptional'], 'ErrorRetryDuration' => ['shape' => 'IntegerOptional']]], 'EncodingTypeValue' => ['type' => 'string', 'enum' => ['plain', 'plain-dictionary', 'rle-dictionary']], 'EncryptionModeValue' => ['type' => 'string', 'enum' => ['sse-s3', 'sse-kms']], 'Endpoint' => ['type' => 'structure', 'members' => ['EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'EngineDisplayName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'ExternalId' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings']]], 'EndpointList' => ['type' => 'list', 'member' => ['shape' => 'Endpoint']], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Date' => ['shape' => 'TStamp']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'EventCategoryGroup' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList']]], 'EventCategoryGroupList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoryGroup']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'Boolean']]], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription']], 'ExceptionMessage' => ['type' => 'string'], 'Filter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportCertificateMessage' => ['type' => 'structure', 'required' => ['CertificateIdentifier'], 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificatePem' => ['shape' => 'String'], 'CertificateWallet' => ['shape' => 'CertificateWallet'], 'Tags' => ['shape' => 'TagList']]], 'ImportCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'InsufficientResourceCapacityFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidCertificateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidResourceStateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSAccessDeniedFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSDisabledFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSInvalidStateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSKeyNotAccessibleFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSThrottlingFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KafkaSettings' => ['type' => 'structure', 'members' => ['Broker' => ['shape' => 'String'], 'Topic' => ['shape' => 'String']]], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'KinesisSettings' => ['type' => 'structure', 'members' => ['StreamArn' => ['shape' => 'String'], 'MessageFormat' => ['shape' => 'MessageFormatValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'IncludeTransactionDetails' => ['shape' => 'BooleanOptional'], 'IncludePartitionValue' => ['shape' => 'BooleanOptional'], 'PartitionIncludeSchemaTable' => ['shape' => 'BooleanOptional'], 'IncludeTableAlterOperations' => ['shape' => 'BooleanOptional'], 'IncludeControlDetails' => ['shape' => 'BooleanOptional']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'String']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'Long' => ['type' => 'long'], 'MessageFormatValue' => ['type' => 'string', 'enum' => ['json', 'json-unformatted']], 'MigrationTypeValue' => ['type' => 'string', 'enum' => ['full-load', 'cdc', 'full-load-and-cdc']], 'ModifyEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings']]], 'ModifyEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'ReplicationInstanceIdentifier' => ['shape' => 'String']]], 'ModifyReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'ModifyReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier', 'SubnetIds'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup']]], 'ModifyReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskIdentifier' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String']]], 'ModifyReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'MongoDbSettings' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'AuthType' => ['shape' => 'AuthTypeValue'], 'AuthMechanism' => ['shape' => 'AuthMechanismValue'], 'NestingLevel' => ['shape' => 'NestingLevelValue'], 'ExtractDocId' => ['shape' => 'String'], 'DocsToInvestigate' => ['shape' => 'String'], 'AuthSource' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'NestingLevelValue' => ['type' => 'string', 'enum' => ['none', 'one']], 'OrderableReplicationInstance' => ['type' => 'structure', 'members' => ['EngineVersion' => ['shape' => 'String'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'MinAllocatedStorage' => ['shape' => 'Integer'], 'MaxAllocatedStorage' => ['shape' => 'Integer'], 'DefaultAllocatedStorage' => ['shape' => 'Integer'], 'IncludedAllocatedStorage' => ['shape' => 'Integer'], 'AvailabilityZones' => ['shape' => 'AvailabilityZonesList'], 'ReleaseStatus' => ['shape' => 'ReleaseStatusValues']]], 'OrderableReplicationInstanceList' => ['type' => 'list', 'member' => ['shape' => 'OrderableReplicationInstance']], 'ParquetVersionValue' => ['type' => 'string', 'enum' => ['parquet-1-0', 'parquet-2-0']], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'String'], 'AutoAppliedAfterDate' => ['shape' => 'TStamp'], 'ForcedApplyDate' => ['shape' => 'TStamp'], 'OptInStatus' => ['shape' => 'String'], 'CurrentApplyDate' => ['shape' => 'TStamp'], 'Description' => ['shape' => 'String']]], 'PendingMaintenanceActionDetails' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction']], 'PendingMaintenanceActions' => ['type' => 'list', 'member' => ['shape' => 'ResourcePendingMaintenanceActions']], 'RebootReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ForceFailover' => ['shape' => 'BooleanOptional']]], 'RebootReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'RedshiftSettings' => ['type' => 'structure', 'members' => ['AcceptAnyDate' => ['shape' => 'BooleanOptional'], 'AfterConnectScript' => ['shape' => 'String'], 'BucketFolder' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'ConnectionTimeout' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'DateFormat' => ['shape' => 'String'], 'EmptyAsNull' => ['shape' => 'BooleanOptional'], 'EncryptionMode' => ['shape' => 'EncryptionModeValue'], 'FileTransferUploadStreams' => ['shape' => 'IntegerOptional'], 'LoadTimeout' => ['shape' => 'IntegerOptional'], 'MaxFileSize' => ['shape' => 'IntegerOptional'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'RemoveQuotes' => ['shape' => 'BooleanOptional'], 'ReplaceInvalidChars' => ['shape' => 'String'], 'ReplaceChars' => ['shape' => 'String'], 'ServerName' => ['shape' => 'String'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ServerSideEncryptionKmsKeyId' => ['shape' => 'String'], 'TimeFormat' => ['shape' => 'String'], 'TrimBlanks' => ['shape' => 'BooleanOptional'], 'TruncateColumns' => ['shape' => 'BooleanOptional'], 'Username' => ['shape' => 'String'], 'WriteBufferSize' => ['shape' => 'IntegerOptional']]], 'RefreshSchemasMessage' => ['type' => 'structure', 'required' => ['EndpointArn', 'ReplicationInstanceArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String']]], 'RefreshSchemasResponse' => ['type' => 'structure', 'members' => ['RefreshSchemasStatus' => ['shape' => 'RefreshSchemasStatus']]], 'RefreshSchemasStatus' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'Status' => ['shape' => 'RefreshSchemasStatusTypeValue'], 'LastRefreshDate' => ['shape' => 'TStamp'], 'LastFailureMessage' => ['shape' => 'String']]], 'RefreshSchemasStatusTypeValue' => ['type' => 'string', 'enum' => ['successful', 'failed', 'refreshing']], 'ReleaseStatusValues' => ['type' => 'string', 'enum' => ['beta']], 'ReloadOptionValue' => ['type' => 'string', 'enum' => ['data-reload', 'validate-only']], 'ReloadTablesMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn', 'TablesToReload'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'TablesToReload' => ['shape' => 'TableListToReload'], 'ReloadOption' => ['shape' => 'ReloadOptionValue']]], 'ReloadTablesResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'RemoveTagsFromResourceResponse' => ['type' => 'structure', 'members' => []], 'ReplicationEndpointTypeValue' => ['type' => 'string', 'enum' => ['source', 'target']], 'ReplicationInstance' => ['type' => 'structure', 'members' => ['ReplicationInstanceIdentifier' => ['shape' => 'String'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'ReplicationInstanceStatus' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'AvailabilityZone' => ['shape' => 'String'], 'ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'ReplicationPendingModifiedValues'], 'MultiAZ' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'ReplicationInstancePublicIpAddress' => ['shape' => 'String', 'deprecated' => \true], 'ReplicationInstancePrivateIpAddress' => ['shape' => 'String', 'deprecated' => \true], 'ReplicationInstancePublicIpAddresses' => ['shape' => 'ReplicationInstancePublicIpAddressList'], 'ReplicationInstancePrivateIpAddresses' => ['shape' => 'ReplicationInstancePrivateIpAddressList'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'SecondaryAvailabilityZone' => ['shape' => 'String'], 'FreeUntil' => ['shape' => 'TStamp'], 'DnsNameServers' => ['shape' => 'String']]], 'ReplicationInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationInstance']], 'ReplicationInstancePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ReplicationInstancePublicIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ReplicationInstanceTaskLog' => ['type' => 'structure', 'members' => ['ReplicationTaskName' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationInstanceTaskLogSize' => ['shape' => 'Long']]], 'ReplicationInstanceTaskLogsList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationInstanceTaskLog']], 'ReplicationPendingModifiedValues' => ['type' => 'structure', 'members' => ['ReplicationInstanceClass' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String']]], 'ReplicationSubnetGroup' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList']]], 'ReplicationSubnetGroupDoesNotCoverEnoughAZs' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ReplicationSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'ReplicationSubnetGroup']], 'ReplicationTask' => ['type' => 'structure', 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'SourceEndpointArn' => ['shape' => 'String'], 'TargetEndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'LastFailureMessage' => ['shape' => 'String'], 'StopReason' => ['shape' => 'String'], 'ReplicationTaskCreationDate' => ['shape' => 'TStamp'], 'ReplicationTaskStartDate' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String'], 'RecoveryCheckpoint' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskStats' => ['shape' => 'ReplicationTaskStats']]], 'ReplicationTaskAssessmentResult' => ['type' => 'structure', 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskLastAssessmentDate' => ['shape' => 'TStamp'], 'AssessmentStatus' => ['shape' => 'String'], 'AssessmentResultsFile' => ['shape' => 'String'], 'AssessmentResults' => ['shape' => 'String'], 'S3ObjectUrl' => ['shape' => 'String']]], 'ReplicationTaskAssessmentResultList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTaskAssessmentResult']], 'ReplicationTaskList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTask']], 'ReplicationTaskStats' => ['type' => 'structure', 'members' => ['FullLoadProgressPercent' => ['shape' => 'Integer'], 'ElapsedTimeMillis' => ['shape' => 'Long'], 'TablesLoaded' => ['shape' => 'Integer'], 'TablesLoading' => ['shape' => 'Integer'], 'TablesQueued' => ['shape' => 'Integer'], 'TablesErrored' => ['shape' => 'Integer'], 'FreshStartDate' => ['shape' => 'TStamp'], 'StartDate' => ['shape' => 'TStamp'], 'StopDate' => ['shape' => 'TStamp'], 'FullLoadStartDate' => ['shape' => 'TStamp'], 'FullLoadFinishDate' => ['shape' => 'TStamp']]], 'ResourceAlreadyExistsFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'resourceArn' => ['shape' => 'ResourceArn']], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourcePendingMaintenanceActions' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'PendingMaintenanceActionDetails' => ['shape' => 'PendingMaintenanceActionDetails']]], 'ResourceQuotaExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'S3Settings' => ['type' => 'structure', 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'CsvRowDelimiter' => ['shape' => 'String'], 'CsvDelimiter' => ['shape' => 'String'], 'BucketFolder' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'CompressionType' => ['shape' => 'CompressionTypeValue'], 'EncryptionMode' => ['shape' => 'EncryptionModeValue'], 'ServerSideEncryptionKmsKeyId' => ['shape' => 'String'], 'DataFormat' => ['shape' => 'DataFormatValue'], 'EncodingType' => ['shape' => 'EncodingTypeValue'], 'DictPageSizeLimit' => ['shape' => 'IntegerOptional'], 'RowGroupLength' => ['shape' => 'IntegerOptional'], 'DataPageSize' => ['shape' => 'IntegerOptional'], 'ParquetVersion' => ['shape' => 'ParquetVersionValue'], 'EnableStatistics' => ['shape' => 'BooleanOptional'], 'IncludeOpForFullLoad' => ['shape' => 'BooleanOptional'], 'CdcInsertsOnly' => ['shape' => 'BooleanOptional'], 'TimestampColumnName' => ['shape' => 'String'], 'ParquetTimestampInMillisecond' => ['shape' => 'BooleanOptional'], 'CdcInsertsAndUpdates' => ['shape' => 'BooleanOptional']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SchemaList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SecretString' => ['type' => 'string', 'sensitive' => \true], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SourceType' => ['type' => 'string', 'enum' => ['replication-instance']], 'StartReplicationTaskAssessmentMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'StartReplicationTaskAssessmentResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StartReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn', 'StartReplicationTaskType'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'StartReplicationTaskType' => ['shape' => 'StartReplicationTaskTypeValue'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String']]], 'StartReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StartReplicationTaskTypeValue' => ['type' => 'string', 'enum' => ['start-replication', 'resume-processing', 'reload-target']], 'StopReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'StopReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StorageQuotaExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet']], 'SupportedEndpointType' => ['type' => 'structure', 'members' => ['EngineName' => ['shape' => 'String'], 'SupportsCDC' => ['shape' => 'Boolean'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineDisplayName' => ['shape' => 'String']]], 'SupportedEndpointTypeList' => ['type' => 'list', 'member' => ['shape' => 'SupportedEndpointType']], 'TStamp' => ['type' => 'timestamp'], 'TableListToReload' => ['type' => 'list', 'member' => ['shape' => 'TableToReload']], 'TableStatistics' => ['type' => 'structure', 'members' => ['SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String'], 'Inserts' => ['shape' => 'Long'], 'Deletes' => ['shape' => 'Long'], 'Updates' => ['shape' => 'Long'], 'Ddls' => ['shape' => 'Long'], 'FullLoadRows' => ['shape' => 'Long'], 'FullLoadCondtnlChkFailedRows' => ['shape' => 'Long'], 'FullLoadErrorRows' => ['shape' => 'Long'], 'FullLoadStartTime' => ['shape' => 'TStamp'], 'FullLoadEndTime' => ['shape' => 'TStamp'], 'FullLoadReloaded' => ['shape' => 'BooleanOptional'], 'LastUpdateTime' => ['shape' => 'TStamp'], 'TableState' => ['shape' => 'String'], 'ValidationPendingRecords' => ['shape' => 'Long'], 'ValidationFailedRecords' => ['shape' => 'Long'], 'ValidationSuspendedRecords' => ['shape' => 'Long'], 'ValidationState' => ['shape' => 'String'], 'ValidationStateDetails' => ['shape' => 'String']]], 'TableStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'TableStatistics']], 'TableToReload' => ['type' => 'structure', 'members' => ['SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TestConnectionMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn', 'EndpointArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String']]], 'TestConnectionResponse' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'UpgradeDependencyFailureFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-01-01', 'endpointPrefix' => 'dms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Database Migration Service', 'serviceId' => 'Database Migration Service', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonDMSv20160101', 'uid' => 'dms-2016-01-01'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'output' => ['shape' => 'AddTagsToResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'ApplyPendingMaintenanceAction' => ['name' => 'ApplyPendingMaintenanceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyPendingMaintenanceActionMessage'], 'output' => ['shape' => 'ApplyPendingMaintenanceActionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'CancelReplicationTaskAssessmentRun' => ['name' => 'CancelReplicationTaskAssessmentRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelReplicationTaskAssessmentRunMessage'], 'output' => ['shape' => 'CancelReplicationTaskAssessmentRunResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointMessage'], 'output' => ['shape' => 'CreateEndpointResponse'], 'errors' => [['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'AccessDeniedFault']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'KMSAccessDeniedFault'], ['shape' => 'KMSDisabledFault'], ['shape' => 'KMSInvalidStateFault'], ['shape' => 'KMSNotFoundFault'], ['shape' => 'KMSThrottlingFault']]], 'CreateReplicationInstance' => ['name' => 'CreateReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationInstanceMessage'], 'output' => ['shape' => 'CreateReplicationInstanceResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'InsufficientResourceCapacityFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CreateReplicationSubnetGroup' => ['name' => 'CreateReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationSubnetGroupMessage'], 'output' => ['shape' => 'CreateReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'CreateReplicationTask' => ['name' => 'CreateReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationTaskMessage'], 'output' => ['shape' => 'CreateReplicationTaskResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateMessage'], 'output' => ['shape' => 'DeleteCertificateResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteConnection' => ['name' => 'DeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConnectionMessage'], 'output' => ['shape' => 'DeleteConnectionResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointMessage'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'output' => ['shape' => 'DeleteEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteReplicationInstance' => ['name' => 'DeleteReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationInstanceMessage'], 'output' => ['shape' => 'DeleteReplicationInstanceResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DeleteReplicationSubnetGroup' => ['name' => 'DeleteReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationSubnetGroupMessage'], 'output' => ['shape' => 'DeleteReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DeleteReplicationTask' => ['name' => 'DeleteReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationTaskMessage'], 'output' => ['shape' => 'DeleteReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DeleteReplicationTaskAssessmentRun' => ['name' => 'DeleteReplicationTaskAssessmentRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationTaskAssessmentRunMessage'], 'output' => ['shape' => 'DeleteReplicationTaskAssessmentRunResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'DescribeAccountAttributesResponse']], 'DescribeApplicableIndividualAssessments' => ['name' => 'DescribeApplicableIndividualAssessments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicableIndividualAssessmentsMessage'], 'output' => ['shape' => 'DescribeApplicableIndividualAssessmentsResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DescribeCertificates' => ['name' => 'DescribeCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificatesMessage'], 'output' => ['shape' => 'DescribeCertificatesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeConnections' => ['name' => 'DescribeConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConnectionsMessage'], 'output' => ['shape' => 'DescribeConnectionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEndpointTypes' => ['name' => 'DescribeEndpointTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointTypesMessage'], 'output' => ['shape' => 'DescribeEndpointTypesResponse']], 'DescribeEndpoints' => ['name' => 'DescribeEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointsMessage'], 'output' => ['shape' => 'DescribeEndpointsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'DescribeEventCategoriesResponse']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'DescribeEventSubscriptionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'DescribeEventsResponse']], 'DescribeOrderableReplicationInstances' => ['name' => 'DescribeOrderableReplicationInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableReplicationInstancesMessage'], 'output' => ['shape' => 'DescribeOrderableReplicationInstancesResponse']], 'DescribePendingMaintenanceActions' => ['name' => 'DescribePendingMaintenanceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingMaintenanceActionsMessage'], 'output' => ['shape' => 'DescribePendingMaintenanceActionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeRefreshSchemasStatus' => ['name' => 'DescribeRefreshSchemasStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRefreshSchemasStatusMessage'], 'output' => ['shape' => 'DescribeRefreshSchemasStatusResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationInstanceTaskLogs' => ['name' => 'DescribeReplicationInstanceTaskLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationInstanceTaskLogsMessage'], 'output' => ['shape' => 'DescribeReplicationInstanceTaskLogsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'DescribeReplicationInstances' => ['name' => 'DescribeReplicationInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationInstancesMessage'], 'output' => ['shape' => 'DescribeReplicationInstancesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationSubnetGroups' => ['name' => 'DescribeReplicationSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationSubnetGroupsMessage'], 'output' => ['shape' => 'DescribeReplicationSubnetGroupsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTaskAssessmentResults' => ['name' => 'DescribeReplicationTaskAssessmentResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTaskAssessmentResultsMessage'], 'output' => ['shape' => 'DescribeReplicationTaskAssessmentResultsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTaskAssessmentRuns' => ['name' => 'DescribeReplicationTaskAssessmentRuns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTaskAssessmentRunsMessage'], 'output' => ['shape' => 'DescribeReplicationTaskAssessmentRunsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTaskIndividualAssessments' => ['name' => 'DescribeReplicationTaskIndividualAssessments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTaskIndividualAssessmentsMessage'], 'output' => ['shape' => 'DescribeReplicationTaskIndividualAssessmentsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReplicationTasks' => ['name' => 'DescribeReplicationTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationTasksMessage'], 'output' => ['shape' => 'DescribeReplicationTasksResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeSchemas' => ['name' => 'DescribeSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSchemasMessage'], 'output' => ['shape' => 'DescribeSchemasResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'DescribeTableStatistics' => ['name' => 'DescribeTableStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTableStatisticsMessage'], 'output' => ['shape' => 'DescribeTableStatisticsResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'ImportCertificate' => ['name' => 'ImportCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportCertificateMessage'], 'output' => ['shape' => 'ImportCertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'InvalidCertificateFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'ModifyEndpoint' => ['name' => 'ModifyEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEndpointMessage'], 'output' => ['shape' => 'ModifyEndpointResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'AccessDeniedFault']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResponse'], 'errors' => [['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'KMSAccessDeniedFault'], ['shape' => 'KMSDisabledFault'], ['shape' => 'KMSInvalidStateFault'], ['shape' => 'KMSNotFoundFault'], ['shape' => 'KMSThrottlingFault']]], 'ModifyReplicationInstance' => ['name' => 'ModifyReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationInstanceMessage'], 'output' => ['shape' => 'ModifyReplicationInstanceResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InsufficientResourceCapacityFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'UpgradeDependencyFailureFault']]], 'ModifyReplicationSubnetGroup' => ['name' => 'ModifyReplicationSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationSubnetGroupMessage'], 'output' => ['shape' => 'ModifyReplicationSubnetGroupResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'ReplicationSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'ModifyReplicationTask' => ['name' => 'ModifyReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationTaskMessage'], 'output' => ['shape' => 'ModifyReplicationTaskResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'RebootReplicationInstance' => ['name' => 'RebootReplicationInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootReplicationInstanceMessage'], 'output' => ['shape' => 'RebootReplicationInstanceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'RefreshSchemas' => ['name' => 'RefreshSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RefreshSchemasMessage'], 'output' => ['shape' => 'RefreshSchemasResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]], 'ReloadTables' => ['name' => 'ReloadTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReloadTablesMessage'], 'output' => ['shape' => 'ReloadTablesResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'output' => ['shape' => 'RemoveTagsFromResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'StartReplicationTask' => ['name' => 'StartReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReplicationTaskMessage'], 'output' => ['shape' => 'StartReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'AccessDeniedFault']]], 'StartReplicationTaskAssessment' => ['name' => 'StartReplicationTaskAssessment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReplicationTaskAssessmentMessage'], 'output' => ['shape' => 'StartReplicationTaskAssessmentResponse'], 'errors' => [['shape' => 'InvalidResourceStateFault'], ['shape' => 'ResourceNotFoundFault']]], 'StartReplicationTaskAssessmentRun' => ['name' => 'StartReplicationTaskAssessmentRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReplicationTaskAssessmentRunMessage'], 'output' => ['shape' => 'StartReplicationTaskAssessmentRunResponse'], 'errors' => [['shape' => 'AccessDeniedFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'KMSAccessDeniedFault'], ['shape' => 'KMSDisabledFault'], ['shape' => 'KMSFault'], ['shape' => 'KMSInvalidStateFault'], ['shape' => 'KMSNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'S3AccessDeniedFault'], ['shape' => 'S3ResourceNotFoundFault'], ['shape' => 'ResourceAlreadyExistsFault']]], 'StopReplicationTask' => ['name' => 'StopReplicationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopReplicationTaskMessage'], 'output' => ['shape' => 'StopReplicationTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault']]], 'TestConnection' => ['name' => 'TestConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestConnectionMessage'], 'output' => ['shape' => 'TestConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidResourceStateFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'ResourceQuotaExceededFault']]]], 'shapes' => ['AccessDeniedFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountQuota' => ['type' => 'structure', 'members' => ['AccountQuotaName' => ['shape' => 'String'], 'Used' => ['shape' => 'Long'], 'Max' => ['shape' => 'Long']]], 'AccountQuotaList' => ['type' => 'list', 'member' => ['shape' => 'AccountQuota']], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsToResourceResponse' => ['type' => 'structure', 'members' => []], 'ApplyPendingMaintenanceActionMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn', 'ApplyAction', 'OptInType'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ApplyAction' => ['shape' => 'String'], 'OptInType' => ['shape' => 'String']]], 'ApplyPendingMaintenanceActionResponse' => ['type' => 'structure', 'members' => ['ResourcePendingMaintenanceActions' => ['shape' => 'ResourcePendingMaintenanceActions']]], 'AuthMechanismValue' => ['type' => 'string', 'enum' => ['default', 'mongodb_cr', 'scram_sha_1']], 'AuthTypeValue' => ['type' => 'string', 'enum' => ['no', 'password']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'AvailabilityZonesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'CancelReplicationTaskAssessmentRunMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskAssessmentRunArn'], 'members' => ['ReplicationTaskAssessmentRunArn' => ['shape' => 'String']]], 'CancelReplicationTaskAssessmentRunResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskAssessmentRun' => ['shape' => 'ReplicationTaskAssessmentRun']]], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificateCreationDate' => ['shape' => 'TStamp'], 'CertificatePem' => ['shape' => 'String'], 'CertificateWallet' => ['shape' => 'CertificateWallet'], 'CertificateArn' => ['shape' => 'String'], 'CertificateOwner' => ['shape' => 'String'], 'ValidFromDate' => ['shape' => 'TStamp'], 'ValidToDate' => ['shape' => 'TStamp'], 'SigningAlgorithm' => ['shape' => 'String'], 'KeyLength' => ['shape' => 'IntegerOptional']]], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'CertificateWallet' => ['type' => 'blob'], 'CompressionTypeValue' => ['type' => 'string', 'enum' => ['none', 'gzip']], 'Connection' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'LastFailureMessage' => ['shape' => 'String'], 'EndpointIdentifier' => ['shape' => 'String'], 'ReplicationInstanceIdentifier' => ['shape' => 'String']]], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'CreateEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointIdentifier', 'EndpointType', 'EngineName'], 'members' => ['EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'NeptuneSettings' => ['shape' => 'NeptuneSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings'], 'PostgreSQLSettings' => ['shape' => 'PostgreSQLSettings'], 'MySQLSettings' => ['shape' => 'MySQLSettings'], 'OracleSettings' => ['shape' => 'OracleSettings'], 'SybaseSettings' => ['shape' => 'SybaseSettings'], 'MicrosoftSQLServerSettings' => ['shape' => 'MicrosoftSQLServerSettings'], 'IBMDb2Settings' => ['shape' => 'IBMDb2Settings']]], 'CreateEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceIdentifier', 'ReplicationInstanceClass'], 'members' => ['ReplicationInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'DnsNameServers' => ['shape' => 'String']]], 'CreateReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'CreateReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier', 'ReplicationSubnetGroupDescription', 'SubnetIds'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup']]], 'CreateReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskIdentifier', 'SourceEndpointArn', 'TargetEndpointArn', 'ReplicationInstanceArn', 'MigrationType', 'TableMappings'], 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'SourceEndpointArn' => ['shape' => 'String'], 'TargetEndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'TaskData' => ['shape' => 'String']]], 'CreateReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'DataFormatValue' => ['type' => 'string', 'enum' => ['csv', 'parquet']], 'DeleteCertificateMessage' => ['type' => 'structure', 'required' => ['CertificateArn'], 'members' => ['CertificateArn' => ['shape' => 'String']]], 'DeleteCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'DeleteConnectionMessage' => ['type' => 'structure', 'required' => ['EndpointArn', 'ReplicationInstanceArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String']]], 'DeleteConnectionResponse' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'DeleteEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String']]], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'DeleteReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String']]], 'DeleteReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'DeleteReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String']]], 'DeleteReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteReplicationTaskAssessmentRunMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskAssessmentRunArn'], 'members' => ['ReplicationTaskAssessmentRunArn' => ['shape' => 'String']]], 'DeleteReplicationTaskAssessmentRunResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskAssessmentRun' => ['shape' => 'ReplicationTaskAssessmentRun']]], 'DeleteReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'DeleteReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesResponse' => ['type' => 'structure', 'members' => ['AccountQuotas' => ['shape' => 'AccountQuotaList'], 'UniqueAccountIdentifier' => ['shape' => 'String']]], 'DescribeApplicableIndividualAssessmentsMessage' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'SourceEngineName' => ['shape' => 'String'], 'TargetEngineName' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeApplicableIndividualAssessmentsResponse' => ['type' => 'structure', 'members' => ['IndividualAssessmentNames' => ['shape' => 'IndividualAssessmentNameList'], 'Marker' => ['shape' => 'String']]], 'DescribeCertificatesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCertificatesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Certificates' => ['shape' => 'CertificateList']]], 'DescribeConnectionsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeConnectionsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Connections' => ['shape' => 'ConnectionList']]], 'DescribeEndpointTypesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEndpointTypesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SupportedEndpointTypes' => ['shape' => 'SupportedEndpointTypeList']]], 'DescribeEndpointsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEndpointsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Endpoints' => ['shape' => 'EndpointList']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeEventCategoriesResponse' => ['type' => 'structure', 'members' => ['EventCategoryGroupList' => ['shape' => 'EventCategoryGroupList']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventSubscriptionsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'DescribeOrderableReplicationInstancesMessage' => ['type' => 'structure', 'members' => ['MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOrderableReplicationInstancesResponse' => ['type' => 'structure', 'members' => ['OrderableReplicationInstances' => ['shape' => 'OrderableReplicationInstanceList'], 'Marker' => ['shape' => 'String']]], 'DescribePendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribePendingMaintenanceActionsResponse' => ['type' => 'structure', 'members' => ['PendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActions'], 'Marker' => ['shape' => 'String']]], 'DescribeRefreshSchemasStatusMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String']]], 'DescribeRefreshSchemasStatusResponse' => ['type' => 'structure', 'members' => ['RefreshSchemasStatus' => ['shape' => 'RefreshSchemasStatus']]], 'DescribeReplicationInstanceTaskLogsMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstanceTaskLogsResponse' => ['type' => 'structure', 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ReplicationInstanceTaskLogs' => ['shape' => 'ReplicationInstanceTaskLogsList'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstancesMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationInstancesResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationInstances' => ['shape' => 'ReplicationInstanceList']]], 'DescribeReplicationSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationSubnetGroupsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationSubnetGroups' => ['shape' => 'ReplicationSubnetGroups']]], 'DescribeReplicationTaskAssessmentResultsMessage' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationTaskAssessmentResultsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'ReplicationTaskAssessmentResults' => ['shape' => 'ReplicationTaskAssessmentResultList']]], 'DescribeReplicationTaskAssessmentRunsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationTaskAssessmentRunsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationTaskAssessmentRuns' => ['shape' => 'ReplicationTaskAssessmentRunList']]], 'DescribeReplicationTaskIndividualAssessmentsMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReplicationTaskIndividualAssessmentsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationTaskIndividualAssessments' => ['shape' => 'ReplicationTaskIndividualAssessmentList']]], 'DescribeReplicationTasksMessage' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'WithoutSettings' => ['shape' => 'BooleanOptional']]], 'DescribeReplicationTasksResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationTasks' => ['shape' => 'ReplicationTaskList']]], 'DescribeSchemasMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSchemasResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Schemas' => ['shape' => 'SchemaList']]], 'DescribeTableStatisticsMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeTableStatisticsResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'TableStatistics' => ['shape' => 'TableStatisticsList'], 'Marker' => ['shape' => 'String']]], 'DmsSslModeValue' => ['type' => 'string', 'enum' => ['none', 'require', 'verify-ca', 'verify-full']], 'DmsTransferSettings' => ['type' => 'structure', 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String']]], 'DynamoDbSettings' => ['type' => 'structure', 'required' => ['ServiceAccessRoleArn'], 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String']]], 'ElasticsearchSettings' => ['type' => 'structure', 'required' => ['ServiceAccessRoleArn', 'EndpointUri'], 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'EndpointUri' => ['shape' => 'String'], 'FullLoadErrorPercentage' => ['shape' => 'IntegerOptional'], 'ErrorRetryDuration' => ['shape' => 'IntegerOptional']]], 'EncodingTypeValue' => ['type' => 'string', 'enum' => ['plain', 'plain-dictionary', 'rle-dictionary']], 'EncryptionModeValue' => ['type' => 'string', 'enum' => ['sse-s3', 'sse-kms']], 'Endpoint' => ['type' => 'structure', 'members' => ['EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'EngineDisplayName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'ExternalId' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'NeptuneSettings' => ['shape' => 'NeptuneSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings'], 'PostgreSQLSettings' => ['shape' => 'PostgreSQLSettings'], 'MySQLSettings' => ['shape' => 'MySQLSettings'], 'OracleSettings' => ['shape' => 'OracleSettings'], 'SybaseSettings' => ['shape' => 'SybaseSettings'], 'MicrosoftSQLServerSettings' => ['shape' => 'MicrosoftSQLServerSettings'], 'IBMDb2Settings' => ['shape' => 'IBMDb2Settings']]], 'EndpointList' => ['type' => 'list', 'member' => ['shape' => 'Endpoint']], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Date' => ['shape' => 'TStamp']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'EventCategoryGroup' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList']]], 'EventCategoryGroupList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoryGroup']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'Boolean']]], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription']], 'ExceptionMessage' => ['type' => 'string'], 'ExcludeTestList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Filter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'IBMDb2Settings' => ['type' => 'structure', 'members' => ['DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'ImportCertificateMessage' => ['type' => 'structure', 'required' => ['CertificateIdentifier'], 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificatePem' => ['shape' => 'String'], 'CertificateWallet' => ['shape' => 'CertificateWallet'], 'Tags' => ['shape' => 'TagList']]], 'ImportCertificateResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'IncludeTestList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'IndividualAssessmentNameList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'InsufficientResourceCapacityFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidCertificateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidResourceStateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSAccessDeniedFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSDisabledFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSInvalidStateFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSKeyNotAccessibleFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KMSThrottlingFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KafkaSettings' => ['type' => 'structure', 'members' => ['Broker' => ['shape' => 'String'], 'Topic' => ['shape' => 'String'], 'MessageFormat' => ['shape' => 'MessageFormatValue'], 'IncludeTransactionDetails' => ['shape' => 'BooleanOptional'], 'IncludePartitionValue' => ['shape' => 'BooleanOptional'], 'PartitionIncludeSchemaTable' => ['shape' => 'BooleanOptional'], 'IncludeTableAlterOperations' => ['shape' => 'BooleanOptional'], 'IncludeControlDetails' => ['shape' => 'BooleanOptional']]], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'KinesisSettings' => ['type' => 'structure', 'members' => ['StreamArn' => ['shape' => 'String'], 'MessageFormat' => ['shape' => 'MessageFormatValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'IncludeTransactionDetails' => ['shape' => 'BooleanOptional'], 'IncludePartitionValue' => ['shape' => 'BooleanOptional'], 'PartitionIncludeSchemaTable' => ['shape' => 'BooleanOptional'], 'IncludeTableAlterOperations' => ['shape' => 'BooleanOptional'], 'IncludeControlDetails' => ['shape' => 'BooleanOptional']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'String']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'Long' => ['type' => 'long'], 'MessageFormatValue' => ['type' => 'string', 'enum' => ['json', 'json-unformatted']], 'MicrosoftSQLServerSettings' => ['type' => 'structure', 'members' => ['Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'MigrationTypeValue' => ['type' => 'string', 'enum' => ['full-load', 'cdc', 'full-load-and-cdc']], 'ModifyEndpointMessage' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'EndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'EngineName' => ['shape' => 'String'], 'Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'ExtraConnectionAttributes' => ['shape' => 'String'], 'CertificateArn' => ['shape' => 'String'], 'SslMode' => ['shape' => 'DmsSslModeValue'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'DynamoDbSettings' => ['shape' => 'DynamoDbSettings'], 'S3Settings' => ['shape' => 'S3Settings'], 'DmsTransferSettings' => ['shape' => 'DmsTransferSettings'], 'MongoDbSettings' => ['shape' => 'MongoDbSettings'], 'KinesisSettings' => ['shape' => 'KinesisSettings'], 'KafkaSettings' => ['shape' => 'KafkaSettings'], 'ElasticsearchSettings' => ['shape' => 'ElasticsearchSettings'], 'NeptuneSettings' => ['shape' => 'NeptuneSettings'], 'RedshiftSettings' => ['shape' => 'RedshiftSettings'], 'PostgreSQLSettings' => ['shape' => 'PostgreSQLSettings'], 'MySQLSettings' => ['shape' => 'MySQLSettings'], 'OracleSettings' => ['shape' => 'OracleSettings'], 'SybaseSettings' => ['shape' => 'SybaseSettings'], 'MicrosoftSQLServerSettings' => ['shape' => 'MicrosoftSQLServerSettings'], 'IBMDb2Settings' => ['shape' => 'IBMDb2Settings']]], 'ModifyEndpointResponse' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResponse' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'ReplicationInstanceIdentifier' => ['shape' => 'String']]], 'ModifyReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'ModifyReplicationSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationSubnetGroupIdentifier', 'SubnetIds'], 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyReplicationSubnetGroupResponse' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup']]], 'ModifyReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskIdentifier' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String'], 'TaskData' => ['shape' => 'String']]], 'ModifyReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'MongoDbSettings' => ['type' => 'structure', 'members' => ['Username' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'ServerName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'AuthType' => ['shape' => 'AuthTypeValue'], 'AuthMechanism' => ['shape' => 'AuthMechanismValue'], 'NestingLevel' => ['shape' => 'NestingLevelValue'], 'ExtractDocId' => ['shape' => 'String'], 'DocsToInvestigate' => ['shape' => 'String'], 'AuthSource' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'MySQLSettings' => ['type' => 'structure', 'members' => ['DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'NeptuneSettings' => ['type' => 'structure', 'required' => ['S3BucketName', 'S3BucketFolder'], 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'S3BucketFolder' => ['shape' => 'String'], 'ErrorRetryDuration' => ['shape' => 'IntegerOptional'], 'MaxFileSize' => ['shape' => 'IntegerOptional'], 'MaxRetryCount' => ['shape' => 'IntegerOptional'], 'IamAuthEnabled' => ['shape' => 'BooleanOptional']]], 'NestingLevelValue' => ['type' => 'string', 'enum' => ['none', 'one']], 'OracleSettings' => ['type' => 'structure', 'members' => ['AsmPassword' => ['shape' => 'SecretString'], 'AsmServer' => ['shape' => 'String'], 'AsmUser' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'SecurityDbEncryption' => ['shape' => 'SecretString'], 'SecurityDbEncryptionName' => ['shape' => 'String'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'OrderableReplicationInstance' => ['type' => 'structure', 'members' => ['EngineVersion' => ['shape' => 'String'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'MinAllocatedStorage' => ['shape' => 'Integer'], 'MaxAllocatedStorage' => ['shape' => 'Integer'], 'DefaultAllocatedStorage' => ['shape' => 'Integer'], 'IncludedAllocatedStorage' => ['shape' => 'Integer'], 'AvailabilityZones' => ['shape' => 'AvailabilityZonesList'], 'ReleaseStatus' => ['shape' => 'ReleaseStatusValues']]], 'OrderableReplicationInstanceList' => ['type' => 'list', 'member' => ['shape' => 'OrderableReplicationInstance']], 'ParquetVersionValue' => ['type' => 'string', 'enum' => ['parquet-1-0', 'parquet-2-0']], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'String'], 'AutoAppliedAfterDate' => ['shape' => 'TStamp'], 'ForcedApplyDate' => ['shape' => 'TStamp'], 'OptInStatus' => ['shape' => 'String'], 'CurrentApplyDate' => ['shape' => 'TStamp'], 'Description' => ['shape' => 'String']]], 'PendingMaintenanceActionDetails' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction']], 'PendingMaintenanceActions' => ['type' => 'list', 'member' => ['shape' => 'ResourcePendingMaintenanceActions']], 'PostgreSQLSettings' => ['type' => 'structure', 'members' => ['DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'RebootReplicationInstanceMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'ForceFailover' => ['shape' => 'BooleanOptional']]], 'RebootReplicationInstanceResponse' => ['type' => 'structure', 'members' => ['ReplicationInstance' => ['shape' => 'ReplicationInstance']]], 'RedshiftSettings' => ['type' => 'structure', 'members' => ['AcceptAnyDate' => ['shape' => 'BooleanOptional'], 'AfterConnectScript' => ['shape' => 'String'], 'BucketFolder' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'ConnectionTimeout' => ['shape' => 'IntegerOptional'], 'DatabaseName' => ['shape' => 'String'], 'DateFormat' => ['shape' => 'String'], 'EmptyAsNull' => ['shape' => 'BooleanOptional'], 'EncryptionMode' => ['shape' => 'EncryptionModeValue'], 'FileTransferUploadStreams' => ['shape' => 'IntegerOptional'], 'LoadTimeout' => ['shape' => 'IntegerOptional'], 'MaxFileSize' => ['shape' => 'IntegerOptional'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'RemoveQuotes' => ['shape' => 'BooleanOptional'], 'ReplaceInvalidChars' => ['shape' => 'String'], 'ReplaceChars' => ['shape' => 'String'], 'ServerName' => ['shape' => 'String'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ServerSideEncryptionKmsKeyId' => ['shape' => 'String'], 'TimeFormat' => ['shape' => 'String'], 'TrimBlanks' => ['shape' => 'BooleanOptional'], 'TruncateColumns' => ['shape' => 'BooleanOptional'], 'Username' => ['shape' => 'String'], 'WriteBufferSize' => ['shape' => 'IntegerOptional']]], 'RefreshSchemasMessage' => ['type' => 'structure', 'required' => ['EndpointArn', 'ReplicationInstanceArn'], 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String']]], 'RefreshSchemasResponse' => ['type' => 'structure', 'members' => ['RefreshSchemasStatus' => ['shape' => 'RefreshSchemasStatus']]], 'RefreshSchemasStatus' => ['type' => 'structure', 'members' => ['EndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'Status' => ['shape' => 'RefreshSchemasStatusTypeValue'], 'LastRefreshDate' => ['shape' => 'TStamp'], 'LastFailureMessage' => ['shape' => 'String']]], 'RefreshSchemasStatusTypeValue' => ['type' => 'string', 'enum' => ['successful', 'failed', 'refreshing']], 'ReleaseStatusValues' => ['type' => 'string', 'enum' => ['beta']], 'ReloadOptionValue' => ['type' => 'string', 'enum' => ['data-reload', 'validate-only']], 'ReloadTablesMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn', 'TablesToReload'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'TablesToReload' => ['shape' => 'TableListToReload'], 'ReloadOption' => ['shape' => 'ReloadOptionValue']]], 'ReloadTablesResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'RemoveTagsFromResourceResponse' => ['type' => 'structure', 'members' => []], 'ReplicationEndpointTypeValue' => ['type' => 'string', 'enum' => ['source', 'target']], 'ReplicationInstance' => ['type' => 'structure', 'members' => ['ReplicationInstanceIdentifier' => ['shape' => 'String'], 'ReplicationInstanceClass' => ['shape' => 'String'], 'ReplicationInstanceStatus' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'AvailabilityZone' => ['shape' => 'String'], 'ReplicationSubnetGroup' => ['shape' => 'ReplicationSubnetGroup'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'ReplicationPendingModifiedValues'], 'MultiAZ' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'ReplicationInstancePublicIpAddress' => ['shape' => 'String', 'deprecated' => \true], 'ReplicationInstancePrivateIpAddress' => ['shape' => 'String', 'deprecated' => \true], 'ReplicationInstancePublicIpAddresses' => ['shape' => 'ReplicationInstancePublicIpAddressList'], 'ReplicationInstancePrivateIpAddresses' => ['shape' => 'ReplicationInstancePrivateIpAddressList'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'SecondaryAvailabilityZone' => ['shape' => 'String'], 'FreeUntil' => ['shape' => 'TStamp'], 'DnsNameServers' => ['shape' => 'String']]], 'ReplicationInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationInstance']], 'ReplicationInstancePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ReplicationInstancePublicIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ReplicationInstanceTaskLog' => ['type' => 'structure', 'members' => ['ReplicationTaskName' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationInstanceTaskLogSize' => ['shape' => 'Long']]], 'ReplicationInstanceTaskLogsList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationInstanceTaskLog']], 'ReplicationPendingModifiedValues' => ['type' => 'structure', 'members' => ['ReplicationInstanceClass' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String']]], 'ReplicationSubnetGroup' => ['type' => 'structure', 'members' => ['ReplicationSubnetGroupIdentifier' => ['shape' => 'String'], 'ReplicationSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList']]], 'ReplicationSubnetGroupDoesNotCoverEnoughAZs' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ReplicationSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'ReplicationSubnetGroup']], 'ReplicationTask' => ['type' => 'structure', 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'SourceEndpointArn' => ['shape' => 'String'], 'TargetEndpointArn' => ['shape' => 'String'], 'ReplicationInstanceArn' => ['shape' => 'String'], 'MigrationType' => ['shape' => 'MigrationTypeValue'], 'TableMappings' => ['shape' => 'String'], 'ReplicationTaskSettings' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'LastFailureMessage' => ['shape' => 'String'], 'StopReason' => ['shape' => 'String'], 'ReplicationTaskCreationDate' => ['shape' => 'TStamp'], 'ReplicationTaskStartDate' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String'], 'RecoveryCheckpoint' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskStats' => ['shape' => 'ReplicationTaskStats'], 'TaskData' => ['shape' => 'String']]], 'ReplicationTaskAssessmentResult' => ['type' => 'structure', 'members' => ['ReplicationTaskIdentifier' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'ReplicationTaskLastAssessmentDate' => ['shape' => 'TStamp'], 'AssessmentStatus' => ['shape' => 'String'], 'AssessmentResultsFile' => ['shape' => 'String'], 'AssessmentResults' => ['shape' => 'String'], 'S3ObjectUrl' => ['shape' => 'String']]], 'ReplicationTaskAssessmentResultList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTaskAssessmentResult']], 'ReplicationTaskAssessmentRun' => ['type' => 'structure', 'members' => ['ReplicationTaskAssessmentRunArn' => ['shape' => 'String'], 'ReplicationTaskArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'ReplicationTaskAssessmentRunCreationDate' => ['shape' => 'TStamp'], 'AssessmentProgress' => ['shape' => 'ReplicationTaskAssessmentRunProgress'], 'LastFailureMessage' => ['shape' => 'String'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ResultLocationBucket' => ['shape' => 'String'], 'ResultLocationFolder' => ['shape' => 'String'], 'ResultEncryptionMode' => ['shape' => 'String'], 'ResultKmsKeyArn' => ['shape' => 'String'], 'AssessmentRunName' => ['shape' => 'String']]], 'ReplicationTaskAssessmentRunList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTaskAssessmentRun']], 'ReplicationTaskAssessmentRunProgress' => ['type' => 'structure', 'members' => ['IndividualAssessmentCount' => ['shape' => 'Integer'], 'IndividualAssessmentCompletedCount' => ['shape' => 'Integer']]], 'ReplicationTaskIndividualAssessment' => ['type' => 'structure', 'members' => ['ReplicationTaskIndividualAssessmentArn' => ['shape' => 'String'], 'ReplicationTaskAssessmentRunArn' => ['shape' => 'String'], 'IndividualAssessmentName' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'ReplicationTaskIndividualAssessmentStartDate' => ['shape' => 'TStamp']]], 'ReplicationTaskIndividualAssessmentList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTaskIndividualAssessment']], 'ReplicationTaskList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationTask']], 'ReplicationTaskStats' => ['type' => 'structure', 'members' => ['FullLoadProgressPercent' => ['shape' => 'Integer'], 'ElapsedTimeMillis' => ['shape' => 'Long'], 'TablesLoaded' => ['shape' => 'Integer'], 'TablesLoading' => ['shape' => 'Integer'], 'TablesQueued' => ['shape' => 'Integer'], 'TablesErrored' => ['shape' => 'Integer'], 'FreshStartDate' => ['shape' => 'TStamp'], 'StartDate' => ['shape' => 'TStamp'], 'StopDate' => ['shape' => 'TStamp'], 'FullLoadStartDate' => ['shape' => 'TStamp'], 'FullLoadFinishDate' => ['shape' => 'TStamp']]], 'ResourceAlreadyExistsFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'resourceArn' => ['shape' => 'ResourceArn']], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourcePendingMaintenanceActions' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'PendingMaintenanceActionDetails' => ['shape' => 'PendingMaintenanceActionDetails']]], 'ResourceQuotaExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'S3AccessDeniedFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'S3ResourceNotFoundFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'S3Settings' => ['type' => 'structure', 'members' => ['ServiceAccessRoleArn' => ['shape' => 'String'], 'ExternalTableDefinition' => ['shape' => 'String'], 'CsvRowDelimiter' => ['shape' => 'String'], 'CsvDelimiter' => ['shape' => 'String'], 'BucketFolder' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'CompressionType' => ['shape' => 'CompressionTypeValue'], 'EncryptionMode' => ['shape' => 'EncryptionModeValue'], 'ServerSideEncryptionKmsKeyId' => ['shape' => 'String'], 'DataFormat' => ['shape' => 'DataFormatValue'], 'EncodingType' => ['shape' => 'EncodingTypeValue'], 'DictPageSizeLimit' => ['shape' => 'IntegerOptional'], 'RowGroupLength' => ['shape' => 'IntegerOptional'], 'DataPageSize' => ['shape' => 'IntegerOptional'], 'ParquetVersion' => ['shape' => 'ParquetVersionValue'], 'EnableStatistics' => ['shape' => 'BooleanOptional'], 'IncludeOpForFullLoad' => ['shape' => 'BooleanOptional'], 'CdcInsertsOnly' => ['shape' => 'BooleanOptional'], 'TimestampColumnName' => ['shape' => 'String'], 'ParquetTimestampInMillisecond' => ['shape' => 'BooleanOptional'], 'CdcInsertsAndUpdates' => ['shape' => 'BooleanOptional']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SchemaList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SecretString' => ['type' => 'string', 'sensitive' => \true], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SourceType' => ['type' => 'string', 'enum' => ['replication-instance']], 'StartReplicationTaskAssessmentMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'StartReplicationTaskAssessmentResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StartReplicationTaskAssessmentRunMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn', 'ServiceAccessRoleArn', 'ResultLocationBucket', 'AssessmentRunName'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'ServiceAccessRoleArn' => ['shape' => 'String'], 'ResultLocationBucket' => ['shape' => 'String'], 'ResultLocationFolder' => ['shape' => 'String'], 'ResultEncryptionMode' => ['shape' => 'String'], 'ResultKmsKeyArn' => ['shape' => 'String'], 'AssessmentRunName' => ['shape' => 'String'], 'IncludeOnly' => ['shape' => 'IncludeTestList'], 'Exclude' => ['shape' => 'ExcludeTestList']]], 'StartReplicationTaskAssessmentRunResponse' => ['type' => 'structure', 'members' => ['ReplicationTaskAssessmentRun' => ['shape' => 'ReplicationTaskAssessmentRun']]], 'StartReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn', 'StartReplicationTaskType'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String'], 'StartReplicationTaskType' => ['shape' => 'StartReplicationTaskTypeValue'], 'CdcStartTime' => ['shape' => 'TStamp'], 'CdcStartPosition' => ['shape' => 'String'], 'CdcStopPosition' => ['shape' => 'String']]], 'StartReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StartReplicationTaskTypeValue' => ['type' => 'string', 'enum' => ['start-replication', 'resume-processing', 'reload-target']], 'StopReplicationTaskMessage' => ['type' => 'structure', 'required' => ['ReplicationTaskArn'], 'members' => ['ReplicationTaskArn' => ['shape' => 'String']]], 'StopReplicationTaskResponse' => ['type' => 'structure', 'members' => ['ReplicationTask' => ['shape' => 'ReplicationTask']]], 'StorageQuotaExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet']], 'SupportedEndpointType' => ['type' => 'structure', 'members' => ['EngineName' => ['shape' => 'String'], 'SupportsCDC' => ['shape' => 'Boolean'], 'EndpointType' => ['shape' => 'ReplicationEndpointTypeValue'], 'ReplicationInstanceEngineMinimumVersion' => ['shape' => 'String'], 'EngineDisplayName' => ['shape' => 'String']]], 'SupportedEndpointTypeList' => ['type' => 'list', 'member' => ['shape' => 'SupportedEndpointType']], 'SybaseSettings' => ['type' => 'structure', 'members' => ['DatabaseName' => ['shape' => 'String'], 'Password' => ['shape' => 'SecretString'], 'Port' => ['shape' => 'IntegerOptional'], 'ServerName' => ['shape' => 'String'], 'Username' => ['shape' => 'String']]], 'TStamp' => ['type' => 'timestamp'], 'TableListToReload' => ['type' => 'list', 'member' => ['shape' => 'TableToReload']], 'TableStatistics' => ['type' => 'structure', 'members' => ['SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String'], 'Inserts' => ['shape' => 'Long'], 'Deletes' => ['shape' => 'Long'], 'Updates' => ['shape' => 'Long'], 'Ddls' => ['shape' => 'Long'], 'FullLoadRows' => ['shape' => 'Long'], 'FullLoadCondtnlChkFailedRows' => ['shape' => 'Long'], 'FullLoadErrorRows' => ['shape' => 'Long'], 'FullLoadStartTime' => ['shape' => 'TStamp'], 'FullLoadEndTime' => ['shape' => 'TStamp'], 'FullLoadReloaded' => ['shape' => 'BooleanOptional'], 'LastUpdateTime' => ['shape' => 'TStamp'], 'TableState' => ['shape' => 'String'], 'ValidationPendingRecords' => ['shape' => 'Long'], 'ValidationFailedRecords' => ['shape' => 'Long'], 'ValidationSuspendedRecords' => ['shape' => 'Long'], 'ValidationState' => ['shape' => 'String'], 'ValidationStateDetails' => ['shape' => 'String']]], 'TableStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'TableStatistics']], 'TableToReload' => ['type' => 'structure', 'required' => ['SchemaName', 'TableName'], 'members' => ['SchemaName' => ['shape' => 'String'], 'TableName' => ['shape' => 'String']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TestConnectionMessage' => ['type' => 'structure', 'required' => ['ReplicationInstanceArn', 'EndpointArn'], 'members' => ['ReplicationInstanceArn' => ['shape' => 'String'], 'EndpointArn' => ['shape' => 'String']]], 'TestConnectionResponse' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'UpgradeDependencyFailureFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership']]]]; diff --git a/vendor/Aws3/Aws/data/dms/2016-01-01/paginators-1.json.php b/vendor/Aws3/Aws/data/dms/2016-01-01/paginators-1.json.php index ebcc7f59..85af54c1 100644 --- a/vendor/Aws3/Aws/data/dms/2016-01-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/dms/2016-01-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeCertificates' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeConnections' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEndpointTypes' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEndpoints' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEvents' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeOrderableReplicationInstances' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribePendingMaintenanceActions' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationInstanceTaskLogs' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationInstances' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationSubnetGroups' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTaskAssessmentResults' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTasks' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeSchemas' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeTableStatistics' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords']]]; +return ['pagination' => ['DescribeApplicableIndividualAssessments' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeCertificates' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeConnections' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEndpointTypes' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEndpoints' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeEvents' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeOrderableReplicationInstances' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribePendingMaintenanceActions' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationInstanceTaskLogs' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationInstances' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationSubnetGroups' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTaskAssessmentResults' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTaskAssessmentRuns' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTaskIndividualAssessments' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeReplicationTasks' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeSchemas' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords'], 'DescribeTableStatistics' => ['input_token' => 'Marker', 'output_token' => 'Marker', 'limit_key' => 'MaxRecords']]]; diff --git a/vendor/Aws3/Aws/data/ebs/2019-11-02/api-2.json.php b/vendor/Aws3/Aws/data/ebs/2019-11-02/api-2.json.php index 3fbcb847..34a97776 100644 --- a/vendor/Aws3/Aws/data/ebs/2019-11-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/ebs/2019-11-02/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-11-02', 'endpointPrefix' => 'ebs', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon EBS', 'serviceFullName' => 'Amazon Elastic Block Store', 'serviceId' => 'EBS', 'signatureVersion' => 'v4', 'uid' => 'ebs-2019-11-02'], 'operations' => ['GetSnapshotBlock' => ['name' => 'GetSnapshotBlock', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{snapshotId}/blocks/{blockIndex}'], 'input' => ['shape' => 'GetSnapshotBlockRequest'], 'output' => ['shape' => 'GetSnapshotBlockResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'ListChangedBlocks' => ['name' => 'ListChangedBlocks', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{secondSnapshotId}/changedblocks'], 'input' => ['shape' => 'ListChangedBlocksRequest'], 'output' => ['shape' => 'ListChangedBlocksResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'ListSnapshotBlocks' => ['name' => 'ListSnapshotBlocks', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{snapshotId}/blocks'], 'input' => ['shape' => 'ListSnapshotBlocksRequest'], 'output' => ['shape' => 'ListSnapshotBlocksResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['Block' => ['type' => 'structure', 'members' => ['BlockIndex' => ['shape' => 'BlockIndex'], 'BlockToken' => ['shape' => 'BlockToken']]], 'BlockData' => ['type' => 'blob', 'sensitive' => \true, 'streaming' => \true], 'BlockIndex' => ['type' => 'integer'], 'BlockSize' => ['type' => 'integer'], 'BlockToken' => ['type' => 'string', 'max' => 256, 'pattern' => '^[A-Za-z0-9+/=]+$'], 'Blocks' => ['type' => 'list', 'member' => ['shape' => 'Block'], 'sensitive' => \true], 'ChangedBlock' => ['type' => 'structure', 'members' => ['BlockIndex' => ['shape' => 'BlockIndex'], 'FirstBlockToken' => ['shape' => 'BlockToken'], 'SecondBlockToken' => ['shape' => 'BlockToken']], 'sensitive' => \true], 'ChangedBlocks' => ['type' => 'list', 'member' => ['shape' => 'ChangedBlock']], 'Checksum' => ['type' => 'string', 'max' => 64], 'ChecksumAlgorithm' => ['type' => 'string', 'enum' => ['SHA256'], 'max' => 32], 'DataLength' => ['type' => 'integer'], 'ErrorMessage' => ['type' => 'string', 'max' => 256], 'GetSnapshotBlockRequest' => ['type' => 'structure', 'required' => ['SnapshotId', 'BlockIndex', 'BlockToken'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'BlockIndex' => ['shape' => 'BlockIndex', 'location' => 'uri', 'locationName' => 'blockIndex'], 'BlockToken' => ['shape' => 'BlockToken', 'location' => 'querystring', 'locationName' => 'blockToken']]], 'GetSnapshotBlockResponse' => ['type' => 'structure', 'members' => ['DataLength' => ['shape' => 'DataLength', 'location' => 'header', 'locationName' => 'x-amz-Data-Length'], 'BlockData' => ['shape' => 'BlockData'], 'Checksum' => ['shape' => 'Checksum', 'location' => 'header', 'locationName' => 'x-amz-Checksum'], 'ChecksumAlgorithm' => ['shape' => 'ChecksumAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Algorithm']], 'payload' => 'BlockData'], 'ListChangedBlocksRequest' => ['type' => 'structure', 'required' => ['SecondSnapshotId'], 'members' => ['FirstSnapshotId' => ['shape' => 'SnapshotId', 'location' => 'querystring', 'locationName' => 'firstSnapshotId'], 'SecondSnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'secondSnapshotId'], 'NextToken' => ['shape' => 'PageToken', 'location' => 'querystring', 'locationName' => 'pageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'StartingBlockIndex' => ['shape' => 'BlockIndex', 'location' => 'querystring', 'locationName' => 'startingBlockIndex']]], 'ListChangedBlocksResponse' => ['type' => 'structure', 'members' => ['ChangedBlocks' => ['shape' => 'ChangedBlocks'], 'ExpiryTime' => ['shape' => 'TimeStamp'], 'VolumeSize' => ['shape' => 'VolumeSize'], 'BlockSize' => ['shape' => 'BlockSize'], 'NextToken' => ['shape' => 'PageToken']]], 'ListSnapshotBlocksRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'NextToken' => ['shape' => 'PageToken', 'location' => 'querystring', 'locationName' => 'pageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'StartingBlockIndex' => ['shape' => 'BlockIndex', 'location' => 'querystring', 'locationName' => 'startingBlockIndex']]], 'ListSnapshotBlocksResponse' => ['type' => 'structure', 'members' => ['Blocks' => ['shape' => 'Blocks'], 'ExpiryTime' => ['shape' => 'TimeStamp'], 'VolumeSize' => ['shape' => 'VolumeSize'], 'BlockSize' => ['shape' => 'BlockSize'], 'NextToken' => ['shape' => 'PageToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 10000, 'min' => 100], 'PageToken' => ['type' => 'string', 'max' => 256, 'pattern' => '^[A-Za-z0-9+/=]+$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SnapshotId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^snap-[0-9a-f]+$'], 'TimeStamp' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ValidationExceptionReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ValidationExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_CUSTOMER_KEY', 'INVALID_PAGE_TOKEN', 'INVALID_BLOCK_TOKEN', 'INVALID_SNAPSHOT_ID', 'UNRELATED_SNAPSHOTS']], 'VolumeSize' => ['type' => 'long']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-11-02', 'endpointPrefix' => 'ebs', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon EBS', 'serviceFullName' => 'Amazon Elastic Block Store', 'serviceId' => 'EBS', 'signatureVersion' => 'v4', 'uid' => 'ebs-2019-11-02'], 'operations' => ['CompleteSnapshot' => ['name' => 'CompleteSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/snapshots/completion/{snapshotId}', 'responseCode' => 202], 'input' => ['shape' => 'CompleteSnapshotRequest'], 'output' => ['shape' => 'CompleteSnapshotResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'GetSnapshotBlock' => ['name' => 'GetSnapshotBlock', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{snapshotId}/blocks/{blockIndex}'], 'input' => ['shape' => 'GetSnapshotBlockRequest'], 'output' => ['shape' => 'GetSnapshotBlockResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'ListChangedBlocks' => ['name' => 'ListChangedBlocks', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{secondSnapshotId}/changedblocks'], 'input' => ['shape' => 'ListChangedBlocksRequest'], 'output' => ['shape' => 'ListChangedBlocksResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'ListSnapshotBlocks' => ['name' => 'ListSnapshotBlocks', 'http' => ['method' => 'GET', 'requestUri' => '/snapshots/{snapshotId}/blocks'], 'input' => ['shape' => 'ListSnapshotBlocksRequest'], 'output' => ['shape' => 'ListSnapshotBlocksResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'PutSnapshotBlock' => ['name' => 'PutSnapshotBlock', 'http' => ['method' => 'PUT', 'requestUri' => '/snapshots/{snapshotId}/blocks/{blockIndex}', 'responseCode' => 201], 'input' => ['shape' => 'PutSnapshotBlockRequest'], 'output' => ['shape' => 'PutSnapshotBlockResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']], 'authtype' => 'v4-unsigned-body'], 'StartSnapshot' => ['name' => 'StartSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/snapshots', 'responseCode' => 201], 'input' => ['shape' => 'StartSnapshotRequest'], 'output' => ['shape' => 'StartSnapshotResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'RequestThrottledException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConcurrentLimitExceededException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'required' => ['Reason'], 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'AccessDeniedExceptionReason']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccessDeniedExceptionReason' => ['type' => 'string', 'enum' => ['UNAUTHORIZED_ACCOUNT', 'DEPENDENCY_ACCESS_DENIED']], 'Block' => ['type' => 'structure', 'members' => ['BlockIndex' => ['shape' => 'BlockIndex'], 'BlockToken' => ['shape' => 'BlockToken']]], 'BlockData' => ['type' => 'blob', 'sensitive' => \true, 'streaming' => \true], 'BlockIndex' => ['type' => 'integer', 'min' => 0], 'BlockSize' => ['type' => 'integer'], 'BlockToken' => ['type' => 'string', 'max' => 256, 'pattern' => '^[A-Za-z0-9+/=]+$'], 'Blocks' => ['type' => 'list', 'member' => ['shape' => 'Block'], 'sensitive' => \true], 'Boolean' => ['type' => 'boolean'], 'ChangedBlock' => ['type' => 'structure', 'members' => ['BlockIndex' => ['shape' => 'BlockIndex'], 'FirstBlockToken' => ['shape' => 'BlockToken'], 'SecondBlockToken' => ['shape' => 'BlockToken']], 'sensitive' => \true], 'ChangedBlocks' => ['type' => 'list', 'member' => ['shape' => 'ChangedBlock']], 'ChangedBlocksCount' => ['type' => 'integer', 'min' => 0], 'Checksum' => ['type' => 'string', 'max' => 64, 'pattern' => '^[A-Za-z0-9+/=]+$'], 'ChecksumAggregationMethod' => ['type' => 'string', 'enum' => ['LINEAR'], 'max' => 32, 'pattern' => '^[A-Za-z0-9]+$'], 'ChecksumAlgorithm' => ['type' => 'string', 'enum' => ['SHA256'], 'max' => 32, 'pattern' => '^[A-Za-z0-9]+$'], 'CompleteSnapshotRequest' => ['type' => 'structure', 'required' => ['SnapshotId', 'ChangedBlocksCount'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'ChangedBlocksCount' => ['shape' => 'ChangedBlocksCount', 'location' => 'header', 'locationName' => 'x-amz-ChangedBlocksCount'], 'Checksum' => ['shape' => 'Checksum', 'location' => 'header', 'locationName' => 'x-amz-Checksum'], 'ChecksumAlgorithm' => ['shape' => 'ChecksumAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Algorithm'], 'ChecksumAggregationMethod' => ['shape' => 'ChecksumAggregationMethod', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Aggregation-Method']]], 'CompleteSnapshotResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'Status']]], 'ConcurrentLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'DataLength' => ['type' => 'integer'], 'Description' => ['type' => 'string', 'max' => 255, 'pattern' => '^[\\S\\s]+$'], 'ErrorMessage' => ['type' => 'string', 'max' => 256], 'GetSnapshotBlockRequest' => ['type' => 'structure', 'required' => ['SnapshotId', 'BlockIndex', 'BlockToken'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'BlockIndex' => ['shape' => 'BlockIndex', 'location' => 'uri', 'locationName' => 'blockIndex'], 'BlockToken' => ['shape' => 'BlockToken', 'location' => 'querystring', 'locationName' => 'blockToken']]], 'GetSnapshotBlockResponse' => ['type' => 'structure', 'members' => ['DataLength' => ['shape' => 'DataLength', 'location' => 'header', 'locationName' => 'x-amz-Data-Length'], 'BlockData' => ['shape' => 'BlockData'], 'Checksum' => ['shape' => 'Checksum', 'location' => 'header', 'locationName' => 'x-amz-Checksum'], 'ChecksumAlgorithm' => ['shape' => 'ChecksumAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Algorithm']], 'payload' => 'BlockData'], 'IdempotencyToken' => ['type' => 'string', 'max' => 255, 'pattern' => '^[\\S]+$'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'KmsKeyArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:kms:.*:[0-9]{12}:key/.*', 'sensitive' => \true], 'ListChangedBlocksRequest' => ['type' => 'structure', 'required' => ['SecondSnapshotId'], 'members' => ['FirstSnapshotId' => ['shape' => 'SnapshotId', 'location' => 'querystring', 'locationName' => 'firstSnapshotId'], 'SecondSnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'secondSnapshotId'], 'NextToken' => ['shape' => 'PageToken', 'location' => 'querystring', 'locationName' => 'pageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'StartingBlockIndex' => ['shape' => 'BlockIndex', 'location' => 'querystring', 'locationName' => 'startingBlockIndex']]], 'ListChangedBlocksResponse' => ['type' => 'structure', 'members' => ['ChangedBlocks' => ['shape' => 'ChangedBlocks'], 'ExpiryTime' => ['shape' => 'TimeStamp'], 'VolumeSize' => ['shape' => 'VolumeSize'], 'BlockSize' => ['shape' => 'BlockSize'], 'NextToken' => ['shape' => 'PageToken']]], 'ListSnapshotBlocksRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'NextToken' => ['shape' => 'PageToken', 'location' => 'querystring', 'locationName' => 'pageToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'StartingBlockIndex' => ['shape' => 'BlockIndex', 'location' => 'querystring', 'locationName' => 'startingBlockIndex']]], 'ListSnapshotBlocksResponse' => ['type' => 'structure', 'members' => ['Blocks' => ['shape' => 'Blocks'], 'ExpiryTime' => ['shape' => 'TimeStamp'], 'VolumeSize' => ['shape' => 'VolumeSize'], 'BlockSize' => ['shape' => 'BlockSize'], 'NextToken' => ['shape' => 'PageToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 10000, 'min' => 100], 'OwnerId' => ['type' => 'string', 'max' => 24, 'min' => 1, 'pattern' => '\\S+'], 'PageToken' => ['type' => 'string', 'max' => 256, 'pattern' => '^[A-Za-z0-9+/=]+$'], 'Progress' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'PutSnapshotBlockRequest' => ['type' => 'structure', 'required' => ['SnapshotId', 'BlockIndex', 'BlockData', 'DataLength', 'Checksum', 'ChecksumAlgorithm'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId', 'location' => 'uri', 'locationName' => 'snapshotId'], 'BlockIndex' => ['shape' => 'BlockIndex', 'location' => 'uri', 'locationName' => 'blockIndex'], 'BlockData' => ['shape' => 'BlockData'], 'DataLength' => ['shape' => 'DataLength', 'location' => 'header', 'locationName' => 'x-amz-Data-Length'], 'Progress' => ['shape' => 'Progress', 'location' => 'header', 'locationName' => 'x-amz-Progress'], 'Checksum' => ['shape' => 'Checksum', 'location' => 'header', 'locationName' => 'x-amz-Checksum'], 'ChecksumAlgorithm' => ['shape' => 'ChecksumAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Algorithm']], 'payload' => 'BlockData'], 'PutSnapshotBlockResponse' => ['type' => 'structure', 'members' => ['Checksum' => ['shape' => 'Checksum', 'location' => 'header', 'locationName' => 'x-amz-Checksum'], 'ChecksumAlgorithm' => ['shape' => 'ChecksumAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-Checksum-Algorithm']]], 'RequestThrottledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'RequestThrottledExceptionReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RequestThrottledExceptionReason' => ['type' => 'string', 'enum' => ['ACCOUNT_THROTTLED', 'DEPENDENCY_REQUEST_THROTTLED']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ResourceNotFoundExceptionReason']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceNotFoundExceptionReason' => ['type' => 'string', 'enum' => ['SNAPSHOT_NOT_FOUND', 'DEPENDENCY_RESOURCE_NOT_FOUND']], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ServiceQuotaExceededExceptionReason']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'ServiceQuotaExceededExceptionReason' => ['type' => 'string', 'enum' => ['DEPENDENCY_SERVICE_QUOTA_EXCEEDED']], 'SnapshotId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^snap-[0-9a-f]+$'], 'StartSnapshotRequest' => ['type' => 'structure', 'required' => ['VolumeSize'], 'members' => ['VolumeSize' => ['shape' => 'VolumeSize'], 'ParentSnapshotId' => ['shape' => 'SnapshotId'], 'Tags' => ['shape' => 'Tags'], 'Description' => ['shape' => 'Description'], 'ClientToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyArn' => ['shape' => 'KmsKeyArn'], 'Timeout' => ['shape' => 'Timeout']]], 'StartSnapshotResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'Description'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'OwnerId' => ['shape' => 'OwnerId'], 'Status' => ['shape' => 'Status'], 'StartTime' => ['shape' => 'TimeStamp'], 'VolumeSize' => ['shape' => 'VolumeSize'], 'BlockSize' => ['shape' => 'BlockSize'], 'Tags' => ['shape' => 'Tags'], 'ParentSnapshotId' => ['shape' => 'SnapshotId'], 'KmsKeyArn' => ['shape' => 'KmsKeyArn']]], 'Status' => ['type' => 'string', 'enum' => ['completed', 'pending', 'error'], 'max' => 32], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 127, 'pattern' => '^[\\S\\s]+$'], 'TagValue' => ['type' => 'string', 'max' => 255, 'pattern' => '^[\\S\\s]+$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TimeStamp' => ['type' => 'timestamp'], 'Timeout' => ['type' => 'integer', 'max' => 60, 'min' => 10], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'Reason' => ['shape' => 'ValidationExceptionReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ValidationExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_CUSTOMER_KEY', 'INVALID_PAGE_TOKEN', 'INVALID_BLOCK_TOKEN', 'INVALID_SNAPSHOT_ID', 'UNRELATED_SNAPSHOTS', 'INVALID_BLOCK', 'INVALID_CONTENT_ENCODING', 'INVALID_TAG', 'INVALID_DEPENDENCY_REQUEST', 'INVALID_PARAMETER_VALUE', 'INVALID_VOLUME_SIZE']], 'VolumeSize' => ['type' => 'long', 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/ec2/2016-11-15/api-2.json.php b/vendor/Aws3/Aws/data/ec2/2016-11-15/api-2.json.php index 163488d2..9a26436d 100644 --- a/vendor/Aws3/Aws/data/ec2/2016-11-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/ec2/2016-11-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-15', 'endpointPrefix' => 'ec2', 'protocol' => 'ec2', 'serviceAbbreviation' => 'Amazon EC2', 'serviceFullName' => 'Amazon Elastic Compute Cloud', 'serviceId' => 'EC2', 'signatureVersion' => 'v4', 'uid' => 'ec2-2016-11-15', 'xmlNamespace' => 'http://ec2.amazonaws.com/doc/2016-11-15'], 'operations' => ['AcceptReservedInstancesExchangeQuote' => ['name' => 'AcceptReservedInstancesExchangeQuote', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptReservedInstancesExchangeQuoteRequest'], 'output' => ['shape' => 'AcceptReservedInstancesExchangeQuoteResult']], 'AcceptTransitGatewayPeeringAttachment' => ['name' => 'AcceptTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'AcceptTransitGatewayPeeringAttachmentResult']], 'AcceptTransitGatewayVpcAttachment' => ['name' => 'AcceptTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'AcceptTransitGatewayVpcAttachmentResult']], 'AcceptVpcEndpointConnections' => ['name' => 'AcceptVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'AcceptVpcEndpointConnectionsResult']], 'AcceptVpcPeeringConnection' => ['name' => 'AcceptVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptVpcPeeringConnectionRequest'], 'output' => ['shape' => 'AcceptVpcPeeringConnectionResult']], 'AdvertiseByoipCidr' => ['name' => 'AdvertiseByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdvertiseByoipCidrRequest'], 'output' => ['shape' => 'AdvertiseByoipCidrResult']], 'AllocateAddress' => ['name' => 'AllocateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateAddressRequest'], 'output' => ['shape' => 'AllocateAddressResult']], 'AllocateHosts' => ['name' => 'AllocateHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateHostsRequest'], 'output' => ['shape' => 'AllocateHostsResult']], 'ApplySecurityGroupsToClientVpnTargetNetwork' => ['name' => 'ApplySecurityGroupsToClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplySecurityGroupsToClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'ApplySecurityGroupsToClientVpnTargetNetworkResult']], 'AssignIpv6Addresses' => ['name' => 'AssignIpv6Addresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignIpv6AddressesRequest'], 'output' => ['shape' => 'AssignIpv6AddressesResult']], 'AssignPrivateIpAddresses' => ['name' => 'AssignPrivateIpAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignPrivateIpAddressesRequest'], 'output' => ['shape' => 'AssignPrivateIpAddressesResult']], 'AssociateAddress' => ['name' => 'AssociateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateAddressRequest'], 'output' => ['shape' => 'AssociateAddressResult']], 'AssociateClientVpnTargetNetwork' => ['name' => 'AssociateClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'AssociateClientVpnTargetNetworkResult']], 'AssociateDhcpOptions' => ['name' => 'AssociateDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDhcpOptionsRequest']], 'AssociateIamInstanceProfile' => ['name' => 'AssociateIamInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateIamInstanceProfileRequest'], 'output' => ['shape' => 'AssociateIamInstanceProfileResult']], 'AssociateRouteTable' => ['name' => 'AssociateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateRouteTableRequest'], 'output' => ['shape' => 'AssociateRouteTableResult']], 'AssociateSubnetCidrBlock' => ['name' => 'AssociateSubnetCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSubnetCidrBlockRequest'], 'output' => ['shape' => 'AssociateSubnetCidrBlockResult']], 'AssociateTransitGatewayMulticastDomain' => ['name' => 'AssociateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'AssociateTransitGatewayMulticastDomainResult']], 'AssociateTransitGatewayRouteTable' => ['name' => 'AssociateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'AssociateTransitGatewayRouteTableResult']], 'AssociateVpcCidrBlock' => ['name' => 'AssociateVpcCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateVpcCidrBlockRequest'], 'output' => ['shape' => 'AssociateVpcCidrBlockResult']], 'AttachClassicLinkVpc' => ['name' => 'AttachClassicLinkVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachClassicLinkVpcRequest'], 'output' => ['shape' => 'AttachClassicLinkVpcResult']], 'AttachInternetGateway' => ['name' => 'AttachInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInternetGatewayRequest']], 'AttachNetworkInterface' => ['name' => 'AttachNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachNetworkInterfaceRequest'], 'output' => ['shape' => 'AttachNetworkInterfaceResult']], 'AttachVolume' => ['name' => 'AttachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVolumeRequest'], 'output' => ['shape' => 'VolumeAttachment']], 'AttachVpnGateway' => ['name' => 'AttachVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVpnGatewayRequest'], 'output' => ['shape' => 'AttachVpnGatewayResult']], 'AuthorizeClientVpnIngress' => ['name' => 'AuthorizeClientVpnIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeClientVpnIngressRequest'], 'output' => ['shape' => 'AuthorizeClientVpnIngressResult']], 'AuthorizeSecurityGroupEgress' => ['name' => 'AuthorizeSecurityGroupEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSecurityGroupEgressRequest']], 'AuthorizeSecurityGroupIngress' => ['name' => 'AuthorizeSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSecurityGroupIngressRequest']], 'BundleInstance' => ['name' => 'BundleInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BundleInstanceRequest'], 'output' => ['shape' => 'BundleInstanceResult']], 'CancelBundleTask' => ['name' => 'CancelBundleTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelBundleTaskRequest'], 'output' => ['shape' => 'CancelBundleTaskResult']], 'CancelCapacityReservation' => ['name' => 'CancelCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelCapacityReservationRequest'], 'output' => ['shape' => 'CancelCapacityReservationResult']], 'CancelConversionTask' => ['name' => 'CancelConversionTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelConversionRequest']], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskRequest']], 'CancelImportTask' => ['name' => 'CancelImportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelImportTaskRequest'], 'output' => ['shape' => 'CancelImportTaskResult']], 'CancelReservedInstancesListing' => ['name' => 'CancelReservedInstancesListing', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelReservedInstancesListingRequest'], 'output' => ['shape' => 'CancelReservedInstancesListingResult']], 'CancelSpotFleetRequests' => ['name' => 'CancelSpotFleetRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelSpotFleetRequestsRequest'], 'output' => ['shape' => 'CancelSpotFleetRequestsResponse']], 'CancelSpotInstanceRequests' => ['name' => 'CancelSpotInstanceRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelSpotInstanceRequestsRequest'], 'output' => ['shape' => 'CancelSpotInstanceRequestsResult']], 'ConfirmProductInstance' => ['name' => 'ConfirmProductInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmProductInstanceRequest'], 'output' => ['shape' => 'ConfirmProductInstanceResult']], 'CopyFpgaImage' => ['name' => 'CopyFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyFpgaImageRequest'], 'output' => ['shape' => 'CopyFpgaImageResult']], 'CopyImage' => ['name' => 'CopyImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyImageRequest'], 'output' => ['shape' => 'CopyImageResult']], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotRequest'], 'output' => ['shape' => 'CopySnapshotResult']], 'CreateCapacityReservation' => ['name' => 'CreateCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCapacityReservationRequest'], 'output' => ['shape' => 'CreateCapacityReservationResult']], 'CreateClientVpnEndpoint' => ['name' => 'CreateClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClientVpnEndpointRequest'], 'output' => ['shape' => 'CreateClientVpnEndpointResult']], 'CreateClientVpnRoute' => ['name' => 'CreateClientVpnRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClientVpnRouteRequest'], 'output' => ['shape' => 'CreateClientVpnRouteResult']], 'CreateCustomerGateway' => ['name' => 'CreateCustomerGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomerGatewayRequest'], 'output' => ['shape' => 'CreateCustomerGatewayResult']], 'CreateDefaultSubnet' => ['name' => 'CreateDefaultSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDefaultSubnetRequest'], 'output' => ['shape' => 'CreateDefaultSubnetResult']], 'CreateDefaultVpc' => ['name' => 'CreateDefaultVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDefaultVpcRequest'], 'output' => ['shape' => 'CreateDefaultVpcResult']], 'CreateDhcpOptions' => ['name' => 'CreateDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDhcpOptionsRequest'], 'output' => ['shape' => 'CreateDhcpOptionsResult']], 'CreateEgressOnlyInternetGateway' => ['name' => 'CreateEgressOnlyInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEgressOnlyInternetGatewayRequest'], 'output' => ['shape' => 'CreateEgressOnlyInternetGatewayResult']], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResult']], 'CreateFlowLogs' => ['name' => 'CreateFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFlowLogsRequest'], 'output' => ['shape' => 'CreateFlowLogsResult']], 'CreateFpgaImage' => ['name' => 'CreateFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFpgaImageRequest'], 'output' => ['shape' => 'CreateFpgaImageResult']], 'CreateImage' => ['name' => 'CreateImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateImageRequest'], 'output' => ['shape' => 'CreateImageResult']], 'CreateInstanceExportTask' => ['name' => 'CreateInstanceExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceExportTaskRequest'], 'output' => ['shape' => 'CreateInstanceExportTaskResult']], 'CreateInternetGateway' => ['name' => 'CreateInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInternetGatewayRequest'], 'output' => ['shape' => 'CreateInternetGatewayResult']], 'CreateKeyPair' => ['name' => 'CreateKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyPairRequest'], 'output' => ['shape' => 'KeyPair']], 'CreateLaunchTemplate' => ['name' => 'CreateLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchTemplateRequest'], 'output' => ['shape' => 'CreateLaunchTemplateResult']], 'CreateLaunchTemplateVersion' => ['name' => 'CreateLaunchTemplateVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchTemplateVersionRequest'], 'output' => ['shape' => 'CreateLaunchTemplateVersionResult']], 'CreateLocalGatewayRoute' => ['name' => 'CreateLocalGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocalGatewayRouteRequest'], 'output' => ['shape' => 'CreateLocalGatewayRouteResult']], 'CreateLocalGatewayRouteTableVpcAssociation' => ['name' => 'CreateLocalGatewayRouteTableVpcAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocalGatewayRouteTableVpcAssociationRequest'], 'output' => ['shape' => 'CreateLocalGatewayRouteTableVpcAssociationResult']], 'CreateNatGateway' => ['name' => 'CreateNatGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNatGatewayRequest'], 'output' => ['shape' => 'CreateNatGatewayResult']], 'CreateNetworkAcl' => ['name' => 'CreateNetworkAcl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkAclRequest'], 'output' => ['shape' => 'CreateNetworkAclResult']], 'CreateNetworkAclEntry' => ['name' => 'CreateNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkAclEntryRequest']], 'CreateNetworkInterface' => ['name' => 'CreateNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkInterfaceRequest'], 'output' => ['shape' => 'CreateNetworkInterfaceResult']], 'CreateNetworkInterfacePermission' => ['name' => 'CreateNetworkInterfacePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkInterfacePermissionRequest'], 'output' => ['shape' => 'CreateNetworkInterfacePermissionResult']], 'CreatePlacementGroup' => ['name' => 'CreatePlacementGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlacementGroupRequest']], 'CreateReservedInstancesListing' => ['name' => 'CreateReservedInstancesListing', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReservedInstancesListingRequest'], 'output' => ['shape' => 'CreateReservedInstancesListingResult']], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRouteRequest'], 'output' => ['shape' => 'CreateRouteResult']], 'CreateRouteTable' => ['name' => 'CreateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRouteTableRequest'], 'output' => ['shape' => 'CreateRouteTableResult']], 'CreateSecurityGroup' => ['name' => 'CreateSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecurityGroupRequest'], 'output' => ['shape' => 'CreateSecurityGroupResult']], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotRequest'], 'output' => ['shape' => 'Snapshot']], 'CreateSnapshots' => ['name' => 'CreateSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotsRequest'], 'output' => ['shape' => 'CreateSnapshotsResult']], 'CreateSpotDatafeedSubscription' => ['name' => 'CreateSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSpotDatafeedSubscriptionRequest'], 'output' => ['shape' => 'CreateSpotDatafeedSubscriptionResult']], 'CreateSubnet' => ['name' => 'CreateSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSubnetRequest'], 'output' => ['shape' => 'CreateSubnetResult']], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsRequest']], 'CreateTrafficMirrorFilter' => ['name' => 'CreateTrafficMirrorFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorFilterRequest'], 'output' => ['shape' => 'CreateTrafficMirrorFilterResult']], 'CreateTrafficMirrorFilterRule' => ['name' => 'CreateTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'CreateTrafficMirrorFilterRuleResult']], 'CreateTrafficMirrorSession' => ['name' => 'CreateTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorSessionRequest'], 'output' => ['shape' => 'CreateTrafficMirrorSessionResult']], 'CreateTrafficMirrorTarget' => ['name' => 'CreateTrafficMirrorTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorTargetRequest'], 'output' => ['shape' => 'CreateTrafficMirrorTargetResult']], 'CreateTransitGateway' => ['name' => 'CreateTransitGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRequest'], 'output' => ['shape' => 'CreateTransitGatewayResult']], 'CreateTransitGatewayMulticastDomain' => ['name' => 'CreateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'CreateTransitGatewayMulticastDomainResult']], 'CreateTransitGatewayPeeringAttachment' => ['name' => 'CreateTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'CreateTransitGatewayPeeringAttachmentResult']], 'CreateTransitGatewayRoute' => ['name' => 'CreateTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRouteRequest'], 'output' => ['shape' => 'CreateTransitGatewayRouteResult']], 'CreateTransitGatewayRouteTable' => ['name' => 'CreateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'CreateTransitGatewayRouteTableResult']], 'CreateTransitGatewayVpcAttachment' => ['name' => 'CreateTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'CreateTransitGatewayVpcAttachmentResult']], 'CreateVolume' => ['name' => 'CreateVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVolumeRequest'], 'output' => ['shape' => 'Volume']], 'CreateVpc' => ['name' => 'CreateVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcRequest'], 'output' => ['shape' => 'CreateVpcResult']], 'CreateVpcEndpoint' => ['name' => 'CreateVpcEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointRequest'], 'output' => ['shape' => 'CreateVpcEndpointResult']], 'CreateVpcEndpointConnectionNotification' => ['name' => 'CreateVpcEndpointConnectionNotification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointConnectionNotificationRequest'], 'output' => ['shape' => 'CreateVpcEndpointConnectionNotificationResult']], 'CreateVpcEndpointServiceConfiguration' => ['name' => 'CreateVpcEndpointServiceConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointServiceConfigurationRequest'], 'output' => ['shape' => 'CreateVpcEndpointServiceConfigurationResult']], 'CreateVpcPeeringConnection' => ['name' => 'CreateVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringConnectionRequest'], 'output' => ['shape' => 'CreateVpcPeeringConnectionResult']], 'CreateVpnConnection' => ['name' => 'CreateVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnConnectionRequest'], 'output' => ['shape' => 'CreateVpnConnectionResult']], 'CreateVpnConnectionRoute' => ['name' => 'CreateVpnConnectionRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnConnectionRouteRequest']], 'CreateVpnGateway' => ['name' => 'CreateVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnGatewayRequest'], 'output' => ['shape' => 'CreateVpnGatewayResult']], 'DeleteClientVpnEndpoint' => ['name' => 'DeleteClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClientVpnEndpointRequest'], 'output' => ['shape' => 'DeleteClientVpnEndpointResult']], 'DeleteClientVpnRoute' => ['name' => 'DeleteClientVpnRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClientVpnRouteRequest'], 'output' => ['shape' => 'DeleteClientVpnRouteResult']], 'DeleteCustomerGateway' => ['name' => 'DeleteCustomerGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomerGatewayRequest']], 'DeleteDhcpOptions' => ['name' => 'DeleteDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDhcpOptionsRequest']], 'DeleteEgressOnlyInternetGateway' => ['name' => 'DeleteEgressOnlyInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEgressOnlyInternetGatewayRequest'], 'output' => ['shape' => 'DeleteEgressOnlyInternetGatewayResult']], 'DeleteFleets' => ['name' => 'DeleteFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFleetsRequest'], 'output' => ['shape' => 'DeleteFleetsResult']], 'DeleteFlowLogs' => ['name' => 'DeleteFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFlowLogsRequest'], 'output' => ['shape' => 'DeleteFlowLogsResult']], 'DeleteFpgaImage' => ['name' => 'DeleteFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFpgaImageRequest'], 'output' => ['shape' => 'DeleteFpgaImageResult']], 'DeleteInternetGateway' => ['name' => 'DeleteInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInternetGatewayRequest']], 'DeleteKeyPair' => ['name' => 'DeleteKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKeyPairRequest']], 'DeleteLaunchTemplate' => ['name' => 'DeleteLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLaunchTemplateRequest'], 'output' => ['shape' => 'DeleteLaunchTemplateResult']], 'DeleteLaunchTemplateVersions' => ['name' => 'DeleteLaunchTemplateVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLaunchTemplateVersionsRequest'], 'output' => ['shape' => 'DeleteLaunchTemplateVersionsResult']], 'DeleteLocalGatewayRoute' => ['name' => 'DeleteLocalGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocalGatewayRouteRequest'], 'output' => ['shape' => 'DeleteLocalGatewayRouteResult']], 'DeleteLocalGatewayRouteTableVpcAssociation' => ['name' => 'DeleteLocalGatewayRouteTableVpcAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocalGatewayRouteTableVpcAssociationRequest'], 'output' => ['shape' => 'DeleteLocalGatewayRouteTableVpcAssociationResult']], 'DeleteNatGateway' => ['name' => 'DeleteNatGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNatGatewayRequest'], 'output' => ['shape' => 'DeleteNatGatewayResult']], 'DeleteNetworkAcl' => ['name' => 'DeleteNetworkAcl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkAclRequest']], 'DeleteNetworkAclEntry' => ['name' => 'DeleteNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkAclEntryRequest']], 'DeleteNetworkInterface' => ['name' => 'DeleteNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkInterfaceRequest']], 'DeleteNetworkInterfacePermission' => ['name' => 'DeleteNetworkInterfacePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkInterfacePermissionRequest'], 'output' => ['shape' => 'DeleteNetworkInterfacePermissionResult']], 'DeletePlacementGroup' => ['name' => 'DeletePlacementGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePlacementGroupRequest']], 'DeleteQueuedReservedInstances' => ['name' => 'DeleteQueuedReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteQueuedReservedInstancesRequest'], 'output' => ['shape' => 'DeleteQueuedReservedInstancesResult']], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRouteRequest']], 'DeleteRouteTable' => ['name' => 'DeleteRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRouteTableRequest']], 'DeleteSecurityGroup' => ['name' => 'DeleteSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityGroupRequest']], 'DeleteSnapshot' => ['name' => 'DeleteSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotRequest']], 'DeleteSpotDatafeedSubscription' => ['name' => 'DeleteSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSpotDatafeedSubscriptionRequest']], 'DeleteSubnet' => ['name' => 'DeleteSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubnetRequest']], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsRequest']], 'DeleteTrafficMirrorFilter' => ['name' => 'DeleteTrafficMirrorFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorFilterRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorFilterResult']], 'DeleteTrafficMirrorFilterRule' => ['name' => 'DeleteTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorFilterRuleResult']], 'DeleteTrafficMirrorSession' => ['name' => 'DeleteTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorSessionRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorSessionResult']], 'DeleteTrafficMirrorTarget' => ['name' => 'DeleteTrafficMirrorTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorTargetRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorTargetResult']], 'DeleteTransitGateway' => ['name' => 'DeleteTransitGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRequest'], 'output' => ['shape' => 'DeleteTransitGatewayResult']], 'DeleteTransitGatewayMulticastDomain' => ['name' => 'DeleteTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'DeleteTransitGatewayMulticastDomainResult']], 'DeleteTransitGatewayPeeringAttachment' => ['name' => 'DeleteTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'DeleteTransitGatewayPeeringAttachmentResult']], 'DeleteTransitGatewayRoute' => ['name' => 'DeleteTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRouteRequest'], 'output' => ['shape' => 'DeleteTransitGatewayRouteResult']], 'DeleteTransitGatewayRouteTable' => ['name' => 'DeleteTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'DeleteTransitGatewayRouteTableResult']], 'DeleteTransitGatewayVpcAttachment' => ['name' => 'DeleteTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'DeleteTransitGatewayVpcAttachmentResult']], 'DeleteVolume' => ['name' => 'DeleteVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVolumeRequest']], 'DeleteVpc' => ['name' => 'DeleteVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcRequest']], 'DeleteVpcEndpointConnectionNotifications' => ['name' => 'DeleteVpcEndpointConnectionNotifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointConnectionNotificationsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointConnectionNotificationsResult']], 'DeleteVpcEndpointServiceConfigurations' => ['name' => 'DeleteVpcEndpointServiceConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointServiceConfigurationsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointServiceConfigurationsResult']], 'DeleteVpcEndpoints' => ['name' => 'DeleteVpcEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointsResult']], 'DeleteVpcPeeringConnection' => ['name' => 'DeleteVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringConnectionRequest'], 'output' => ['shape' => 'DeleteVpcPeeringConnectionResult']], 'DeleteVpnConnection' => ['name' => 'DeleteVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnConnectionRequest']], 'DeleteVpnConnectionRoute' => ['name' => 'DeleteVpnConnectionRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnConnectionRouteRequest']], 'DeleteVpnGateway' => ['name' => 'DeleteVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnGatewayRequest']], 'DeprovisionByoipCidr' => ['name' => 'DeprovisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeprovisionByoipCidrRequest'], 'output' => ['shape' => 'DeprovisionByoipCidrResult']], 'DeregisterImage' => ['name' => 'DeregisterImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterImageRequest']], 'DeregisterTransitGatewayMulticastGroupMembers' => ['name' => 'DeregisterTransitGatewayMulticastGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTransitGatewayMulticastGroupMembersRequest'], 'output' => ['shape' => 'DeregisterTransitGatewayMulticastGroupMembersResult']], 'DeregisterTransitGatewayMulticastGroupSources' => ['name' => 'DeregisterTransitGatewayMulticastGroupSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTransitGatewayMulticastGroupSourcesRequest'], 'output' => ['shape' => 'DeregisterTransitGatewayMulticastGroupSourcesResult']], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesRequest'], 'output' => ['shape' => 'DescribeAccountAttributesResult']], 'DescribeAddresses' => ['name' => 'DescribeAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressesRequest'], 'output' => ['shape' => 'DescribeAddressesResult']], 'DescribeAggregateIdFormat' => ['name' => 'DescribeAggregateIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregateIdFormatRequest'], 'output' => ['shape' => 'DescribeAggregateIdFormatResult']], 'DescribeAvailabilityZones' => ['name' => 'DescribeAvailabilityZones', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailabilityZonesRequest'], 'output' => ['shape' => 'DescribeAvailabilityZonesResult']], 'DescribeBundleTasks' => ['name' => 'DescribeBundleTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBundleTasksRequest'], 'output' => ['shape' => 'DescribeBundleTasksResult']], 'DescribeByoipCidrs' => ['name' => 'DescribeByoipCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeByoipCidrsRequest'], 'output' => ['shape' => 'DescribeByoipCidrsResult']], 'DescribeCapacityReservations' => ['name' => 'DescribeCapacityReservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCapacityReservationsRequest'], 'output' => ['shape' => 'DescribeCapacityReservationsResult']], 'DescribeClassicLinkInstances' => ['name' => 'DescribeClassicLinkInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClassicLinkInstancesRequest'], 'output' => ['shape' => 'DescribeClassicLinkInstancesResult']], 'DescribeClientVpnAuthorizationRules' => ['name' => 'DescribeClientVpnAuthorizationRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnAuthorizationRulesRequest'], 'output' => ['shape' => 'DescribeClientVpnAuthorizationRulesResult']], 'DescribeClientVpnConnections' => ['name' => 'DescribeClientVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnConnectionsRequest'], 'output' => ['shape' => 'DescribeClientVpnConnectionsResult']], 'DescribeClientVpnEndpoints' => ['name' => 'DescribeClientVpnEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnEndpointsRequest'], 'output' => ['shape' => 'DescribeClientVpnEndpointsResult']], 'DescribeClientVpnRoutes' => ['name' => 'DescribeClientVpnRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnRoutesRequest'], 'output' => ['shape' => 'DescribeClientVpnRoutesResult']], 'DescribeClientVpnTargetNetworks' => ['name' => 'DescribeClientVpnTargetNetworks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnTargetNetworksRequest'], 'output' => ['shape' => 'DescribeClientVpnTargetNetworksResult']], 'DescribeCoipPools' => ['name' => 'DescribeCoipPools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCoipPoolsRequest'], 'output' => ['shape' => 'DescribeCoipPoolsResult']], 'DescribeConversionTasks' => ['name' => 'DescribeConversionTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConversionTasksRequest'], 'output' => ['shape' => 'DescribeConversionTasksResult']], 'DescribeCustomerGateways' => ['name' => 'DescribeCustomerGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomerGatewaysRequest'], 'output' => ['shape' => 'DescribeCustomerGatewaysResult']], 'DescribeDhcpOptions' => ['name' => 'DescribeDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDhcpOptionsRequest'], 'output' => ['shape' => 'DescribeDhcpOptionsResult']], 'DescribeEgressOnlyInternetGateways' => ['name' => 'DescribeEgressOnlyInternetGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEgressOnlyInternetGatewaysRequest'], 'output' => ['shape' => 'DescribeEgressOnlyInternetGatewaysResult']], 'DescribeElasticGpus' => ['name' => 'DescribeElasticGpus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeElasticGpusRequest'], 'output' => ['shape' => 'DescribeElasticGpusResult']], 'DescribeExportImageTasks' => ['name' => 'DescribeExportImageTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportImageTasksRequest'], 'output' => ['shape' => 'DescribeExportImageTasksResult']], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksRequest'], 'output' => ['shape' => 'DescribeExportTasksResult']], 'DescribeFastSnapshotRestores' => ['name' => 'DescribeFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFastSnapshotRestoresRequest'], 'output' => ['shape' => 'DescribeFastSnapshotRestoresResult']], 'DescribeFleetHistory' => ['name' => 'DescribeFleetHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetHistoryRequest'], 'output' => ['shape' => 'DescribeFleetHistoryResult']], 'DescribeFleetInstances' => ['name' => 'DescribeFleetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetInstancesRequest'], 'output' => ['shape' => 'DescribeFleetInstancesResult']], 'DescribeFleets' => ['name' => 'DescribeFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetsRequest'], 'output' => ['shape' => 'DescribeFleetsResult']], 'DescribeFlowLogs' => ['name' => 'DescribeFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFlowLogsRequest'], 'output' => ['shape' => 'DescribeFlowLogsResult']], 'DescribeFpgaImageAttribute' => ['name' => 'DescribeFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFpgaImageAttributeRequest'], 'output' => ['shape' => 'DescribeFpgaImageAttributeResult']], 'DescribeFpgaImages' => ['name' => 'DescribeFpgaImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFpgaImagesRequest'], 'output' => ['shape' => 'DescribeFpgaImagesResult']], 'DescribeHostReservationOfferings' => ['name' => 'DescribeHostReservationOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostReservationOfferingsRequest'], 'output' => ['shape' => 'DescribeHostReservationOfferingsResult']], 'DescribeHostReservations' => ['name' => 'DescribeHostReservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostReservationsRequest'], 'output' => ['shape' => 'DescribeHostReservationsResult']], 'DescribeHosts' => ['name' => 'DescribeHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostsRequest'], 'output' => ['shape' => 'DescribeHostsResult']], 'DescribeIamInstanceProfileAssociations' => ['name' => 'DescribeIamInstanceProfileAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIamInstanceProfileAssociationsRequest'], 'output' => ['shape' => 'DescribeIamInstanceProfileAssociationsResult']], 'DescribeIdFormat' => ['name' => 'DescribeIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdFormatRequest'], 'output' => ['shape' => 'DescribeIdFormatResult']], 'DescribeIdentityIdFormat' => ['name' => 'DescribeIdentityIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdentityIdFormatRequest'], 'output' => ['shape' => 'DescribeIdentityIdFormatResult']], 'DescribeImageAttribute' => ['name' => 'DescribeImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImageAttributeRequest'], 'output' => ['shape' => 'ImageAttribute']], 'DescribeImages' => ['name' => 'DescribeImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImagesRequest'], 'output' => ['shape' => 'DescribeImagesResult']], 'DescribeImportImageTasks' => ['name' => 'DescribeImportImageTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImportImageTasksRequest'], 'output' => ['shape' => 'DescribeImportImageTasksResult']], 'DescribeImportSnapshotTasks' => ['name' => 'DescribeImportSnapshotTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImportSnapshotTasksRequest'], 'output' => ['shape' => 'DescribeImportSnapshotTasksResult']], 'DescribeInstanceAttribute' => ['name' => 'DescribeInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceAttributeRequest'], 'output' => ['shape' => 'InstanceAttribute']], 'DescribeInstanceCreditSpecifications' => ['name' => 'DescribeInstanceCreditSpecifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceCreditSpecificationsRequest'], 'output' => ['shape' => 'DescribeInstanceCreditSpecificationsResult']], 'DescribeInstanceStatus' => ['name' => 'DescribeInstanceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceStatusRequest'], 'output' => ['shape' => 'DescribeInstanceStatusResult']], 'DescribeInstanceTypeOfferings' => ['name' => 'DescribeInstanceTypeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceTypeOfferingsRequest'], 'output' => ['shape' => 'DescribeInstanceTypeOfferingsResult']], 'DescribeInstanceTypes' => ['name' => 'DescribeInstanceTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceTypesRequest'], 'output' => ['shape' => 'DescribeInstanceTypesResult']], 'DescribeInstances' => ['name' => 'DescribeInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesRequest'], 'output' => ['shape' => 'DescribeInstancesResult']], 'DescribeInternetGateways' => ['name' => 'DescribeInternetGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInternetGatewaysRequest'], 'output' => ['shape' => 'DescribeInternetGatewaysResult']], 'DescribeIpv6Pools' => ['name' => 'DescribeIpv6Pools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIpv6PoolsRequest'], 'output' => ['shape' => 'DescribeIpv6PoolsResult']], 'DescribeKeyPairs' => ['name' => 'DescribeKeyPairs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyPairsRequest'], 'output' => ['shape' => 'DescribeKeyPairsResult']], 'DescribeLaunchTemplateVersions' => ['name' => 'DescribeLaunchTemplateVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLaunchTemplateVersionsRequest'], 'output' => ['shape' => 'DescribeLaunchTemplateVersionsResult']], 'DescribeLaunchTemplates' => ['name' => 'DescribeLaunchTemplates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLaunchTemplatesRequest'], 'output' => ['shape' => 'DescribeLaunchTemplatesResult']], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['name' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult']], 'DescribeLocalGatewayRouteTableVpcAssociations' => ['name' => 'DescribeLocalGatewayRouteTableVpcAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTableVpcAssociationsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTableVpcAssociationsResult']], 'DescribeLocalGatewayRouteTables' => ['name' => 'DescribeLocalGatewayRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTablesRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTablesResult']], 'DescribeLocalGatewayVirtualInterfaceGroups' => ['name' => 'DescribeLocalGatewayVirtualInterfaceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayVirtualInterfaceGroupsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayVirtualInterfaceGroupsResult']], 'DescribeLocalGatewayVirtualInterfaces' => ['name' => 'DescribeLocalGatewayVirtualInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayVirtualInterfacesRequest'], 'output' => ['shape' => 'DescribeLocalGatewayVirtualInterfacesResult']], 'DescribeLocalGateways' => ['name' => 'DescribeLocalGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewaysRequest'], 'output' => ['shape' => 'DescribeLocalGatewaysResult']], 'DescribeMovingAddresses' => ['name' => 'DescribeMovingAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMovingAddressesRequest'], 'output' => ['shape' => 'DescribeMovingAddressesResult']], 'DescribeNatGateways' => ['name' => 'DescribeNatGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNatGatewaysRequest'], 'output' => ['shape' => 'DescribeNatGatewaysResult']], 'DescribeNetworkAcls' => ['name' => 'DescribeNetworkAcls', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkAclsRequest'], 'output' => ['shape' => 'DescribeNetworkAclsResult']], 'DescribeNetworkInterfaceAttribute' => ['name' => 'DescribeNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfaceAttributeRequest'], 'output' => ['shape' => 'DescribeNetworkInterfaceAttributeResult']], 'DescribeNetworkInterfacePermissions' => ['name' => 'DescribeNetworkInterfacePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfacePermissionsRequest'], 'output' => ['shape' => 'DescribeNetworkInterfacePermissionsResult']], 'DescribeNetworkInterfaces' => ['name' => 'DescribeNetworkInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfacesRequest'], 'output' => ['shape' => 'DescribeNetworkInterfacesResult']], 'DescribePlacementGroups' => ['name' => 'DescribePlacementGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlacementGroupsRequest'], 'output' => ['shape' => 'DescribePlacementGroupsResult']], 'DescribePrefixLists' => ['name' => 'DescribePrefixLists', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePrefixListsRequest'], 'output' => ['shape' => 'DescribePrefixListsResult']], 'DescribePrincipalIdFormat' => ['name' => 'DescribePrincipalIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePrincipalIdFormatRequest'], 'output' => ['shape' => 'DescribePrincipalIdFormatResult']], 'DescribePublicIpv4Pools' => ['name' => 'DescribePublicIpv4Pools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePublicIpv4PoolsRequest'], 'output' => ['shape' => 'DescribePublicIpv4PoolsResult']], 'DescribeRegions' => ['name' => 'DescribeRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRegionsRequest'], 'output' => ['shape' => 'DescribeRegionsResult']], 'DescribeReservedInstances' => ['name' => 'DescribeReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesRequest'], 'output' => ['shape' => 'DescribeReservedInstancesResult']], 'DescribeReservedInstancesListings' => ['name' => 'DescribeReservedInstancesListings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesListingsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesListingsResult']], 'DescribeReservedInstancesModifications' => ['name' => 'DescribeReservedInstancesModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesModificationsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesModificationsResult']], 'DescribeReservedInstancesOfferings' => ['name' => 'DescribeReservedInstancesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesOfferingsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesOfferingsResult']], 'DescribeRouteTables' => ['name' => 'DescribeRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRouteTablesRequest'], 'output' => ['shape' => 'DescribeRouteTablesResult']], 'DescribeScheduledInstanceAvailability' => ['name' => 'DescribeScheduledInstanceAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledInstanceAvailabilityRequest'], 'output' => ['shape' => 'DescribeScheduledInstanceAvailabilityResult']], 'DescribeScheduledInstances' => ['name' => 'DescribeScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledInstancesRequest'], 'output' => ['shape' => 'DescribeScheduledInstancesResult']], 'DescribeSecurityGroupReferences' => ['name' => 'DescribeSecurityGroupReferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityGroupReferencesRequest'], 'output' => ['shape' => 'DescribeSecurityGroupReferencesResult']], 'DescribeSecurityGroups' => ['name' => 'DescribeSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeSecurityGroupsResult']], 'DescribeSnapshotAttribute' => ['name' => 'DescribeSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotAttributeRequest'], 'output' => ['shape' => 'DescribeSnapshotAttributeResult']], 'DescribeSnapshots' => ['name' => 'DescribeSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotsRequest'], 'output' => ['shape' => 'DescribeSnapshotsResult']], 'DescribeSpotDatafeedSubscription' => ['name' => 'DescribeSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotDatafeedSubscriptionRequest'], 'output' => ['shape' => 'DescribeSpotDatafeedSubscriptionResult']], 'DescribeSpotFleetInstances' => ['name' => 'DescribeSpotFleetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetInstancesRequest'], 'output' => ['shape' => 'DescribeSpotFleetInstancesResponse']], 'DescribeSpotFleetRequestHistory' => ['name' => 'DescribeSpotFleetRequestHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetRequestHistoryRequest'], 'output' => ['shape' => 'DescribeSpotFleetRequestHistoryResponse']], 'DescribeSpotFleetRequests' => ['name' => 'DescribeSpotFleetRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetRequestsRequest'], 'output' => ['shape' => 'DescribeSpotFleetRequestsResponse']], 'DescribeSpotInstanceRequests' => ['name' => 'DescribeSpotInstanceRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotInstanceRequestsRequest'], 'output' => ['shape' => 'DescribeSpotInstanceRequestsResult']], 'DescribeSpotPriceHistory' => ['name' => 'DescribeSpotPriceHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotPriceHistoryRequest'], 'output' => ['shape' => 'DescribeSpotPriceHistoryResult']], 'DescribeStaleSecurityGroups' => ['name' => 'DescribeStaleSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStaleSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeStaleSecurityGroupsResult']], 'DescribeSubnets' => ['name' => 'DescribeSubnets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubnetsRequest'], 'output' => ['shape' => 'DescribeSubnetsResult']], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResult']], 'DescribeTrafficMirrorFilters' => ['name' => 'DescribeTrafficMirrorFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorFiltersRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorFiltersResult']], 'DescribeTrafficMirrorSessions' => ['name' => 'DescribeTrafficMirrorSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorSessionsRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorSessionsResult']], 'DescribeTrafficMirrorTargets' => ['name' => 'DescribeTrafficMirrorTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorTargetsRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorTargetsResult']], 'DescribeTransitGatewayAttachments' => ['name' => 'DescribeTransitGatewayAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayAttachmentsResult']], 'DescribeTransitGatewayMulticastDomains' => ['name' => 'DescribeTransitGatewayMulticastDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayMulticastDomainsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayMulticastDomainsResult']], 'DescribeTransitGatewayPeeringAttachments' => ['name' => 'DescribeTransitGatewayPeeringAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayPeeringAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayPeeringAttachmentsResult']], 'DescribeTransitGatewayRouteTables' => ['name' => 'DescribeTransitGatewayRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayRouteTablesRequest'], 'output' => ['shape' => 'DescribeTransitGatewayRouteTablesResult']], 'DescribeTransitGatewayVpcAttachments' => ['name' => 'DescribeTransitGatewayVpcAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayVpcAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayVpcAttachmentsResult']], 'DescribeTransitGateways' => ['name' => 'DescribeTransitGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewaysRequest'], 'output' => ['shape' => 'DescribeTransitGatewaysResult']], 'DescribeVolumeAttribute' => ['name' => 'DescribeVolumeAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumeAttributeRequest'], 'output' => ['shape' => 'DescribeVolumeAttributeResult']], 'DescribeVolumeStatus' => ['name' => 'DescribeVolumeStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumeStatusRequest'], 'output' => ['shape' => 'DescribeVolumeStatusResult']], 'DescribeVolumes' => ['name' => 'DescribeVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumesRequest'], 'output' => ['shape' => 'DescribeVolumesResult']], 'DescribeVolumesModifications' => ['name' => 'DescribeVolumesModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumesModificationsRequest'], 'output' => ['shape' => 'DescribeVolumesModificationsResult']], 'DescribeVpcAttribute' => ['name' => 'DescribeVpcAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcAttributeRequest'], 'output' => ['shape' => 'DescribeVpcAttributeResult']], 'DescribeVpcClassicLink' => ['name' => 'DescribeVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcClassicLinkRequest'], 'output' => ['shape' => 'DescribeVpcClassicLinkResult']], 'DescribeVpcClassicLinkDnsSupport' => ['name' => 'DescribeVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'DescribeVpcClassicLinkDnsSupportResult']], 'DescribeVpcEndpointConnectionNotifications' => ['name' => 'DescribeVpcEndpointConnectionNotifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointConnectionNotificationsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointConnectionNotificationsResult']], 'DescribeVpcEndpointConnections' => ['name' => 'DescribeVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointConnectionsResult']], 'DescribeVpcEndpointServiceConfigurations' => ['name' => 'DescribeVpcEndpointServiceConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServiceConfigurationsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServiceConfigurationsResult']], 'DescribeVpcEndpointServicePermissions' => ['name' => 'DescribeVpcEndpointServicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServicePermissionsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServicePermissionsResult']], 'DescribeVpcEndpointServices' => ['name' => 'DescribeVpcEndpointServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServicesRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServicesResult']], 'DescribeVpcEndpoints' => ['name' => 'DescribeVpcEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointsResult']], 'DescribeVpcPeeringConnections' => ['name' => 'DescribeVpcPeeringConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringConnectionsRequest'], 'output' => ['shape' => 'DescribeVpcPeeringConnectionsResult']], 'DescribeVpcs' => ['name' => 'DescribeVpcs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcsRequest'], 'output' => ['shape' => 'DescribeVpcsResult']], 'DescribeVpnConnections' => ['name' => 'DescribeVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpnConnectionsRequest'], 'output' => ['shape' => 'DescribeVpnConnectionsResult']], 'DescribeVpnGateways' => ['name' => 'DescribeVpnGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpnGatewaysRequest'], 'output' => ['shape' => 'DescribeVpnGatewaysResult']], 'DetachClassicLinkVpc' => ['name' => 'DetachClassicLinkVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachClassicLinkVpcRequest'], 'output' => ['shape' => 'DetachClassicLinkVpcResult']], 'DetachInternetGateway' => ['name' => 'DetachInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInternetGatewayRequest']], 'DetachNetworkInterface' => ['name' => 'DetachNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachNetworkInterfaceRequest']], 'DetachVolume' => ['name' => 'DetachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVolumeRequest'], 'output' => ['shape' => 'VolumeAttachment']], 'DetachVpnGateway' => ['name' => 'DetachVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVpnGatewayRequest']], 'DisableEbsEncryptionByDefault' => ['name' => 'DisableEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'DisableEbsEncryptionByDefaultResult']], 'DisableFastSnapshotRestores' => ['name' => 'DisableFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableFastSnapshotRestoresRequest'], 'output' => ['shape' => 'DisableFastSnapshotRestoresResult']], 'DisableTransitGatewayRouteTablePropagation' => ['name' => 'DisableTransitGatewayRouteTablePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableTransitGatewayRouteTablePropagationRequest'], 'output' => ['shape' => 'DisableTransitGatewayRouteTablePropagationResult']], 'DisableVgwRoutePropagation' => ['name' => 'DisableVgwRoutePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVgwRoutePropagationRequest']], 'DisableVpcClassicLink' => ['name' => 'DisableVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVpcClassicLinkRequest'], 'output' => ['shape' => 'DisableVpcClassicLinkResult']], 'DisableVpcClassicLinkDnsSupport' => ['name' => 'DisableVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'DisableVpcClassicLinkDnsSupportResult']], 'DisassociateAddress' => ['name' => 'DisassociateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateAddressRequest']], 'DisassociateClientVpnTargetNetwork' => ['name' => 'DisassociateClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'DisassociateClientVpnTargetNetworkResult']], 'DisassociateIamInstanceProfile' => ['name' => 'DisassociateIamInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateIamInstanceProfileRequest'], 'output' => ['shape' => 'DisassociateIamInstanceProfileResult']], 'DisassociateRouteTable' => ['name' => 'DisassociateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateRouteTableRequest']], 'DisassociateSubnetCidrBlock' => ['name' => 'DisassociateSubnetCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSubnetCidrBlockRequest'], 'output' => ['shape' => 'DisassociateSubnetCidrBlockResult']], 'DisassociateTransitGatewayMulticastDomain' => ['name' => 'DisassociateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'DisassociateTransitGatewayMulticastDomainResult']], 'DisassociateTransitGatewayRouteTable' => ['name' => 'DisassociateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'DisassociateTransitGatewayRouteTableResult']], 'DisassociateVpcCidrBlock' => ['name' => 'DisassociateVpcCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateVpcCidrBlockRequest'], 'output' => ['shape' => 'DisassociateVpcCidrBlockResult']], 'EnableEbsEncryptionByDefault' => ['name' => 'EnableEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'EnableEbsEncryptionByDefaultResult']], 'EnableFastSnapshotRestores' => ['name' => 'EnableFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableFastSnapshotRestoresRequest'], 'output' => ['shape' => 'EnableFastSnapshotRestoresResult']], 'EnableTransitGatewayRouteTablePropagation' => ['name' => 'EnableTransitGatewayRouteTablePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableTransitGatewayRouteTablePropagationRequest'], 'output' => ['shape' => 'EnableTransitGatewayRouteTablePropagationResult']], 'EnableVgwRoutePropagation' => ['name' => 'EnableVgwRoutePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVgwRoutePropagationRequest']], 'EnableVolumeIO' => ['name' => 'EnableVolumeIO', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVolumeIORequest']], 'EnableVpcClassicLink' => ['name' => 'EnableVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVpcClassicLinkRequest'], 'output' => ['shape' => 'EnableVpcClassicLinkResult']], 'EnableVpcClassicLinkDnsSupport' => ['name' => 'EnableVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'EnableVpcClassicLinkDnsSupportResult']], 'ExportClientVpnClientCertificateRevocationList' => ['name' => 'ExportClientVpnClientCertificateRevocationList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportClientVpnClientCertificateRevocationListRequest'], 'output' => ['shape' => 'ExportClientVpnClientCertificateRevocationListResult']], 'ExportClientVpnClientConfiguration' => ['name' => 'ExportClientVpnClientConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportClientVpnClientConfigurationRequest'], 'output' => ['shape' => 'ExportClientVpnClientConfigurationResult']], 'ExportImage' => ['name' => 'ExportImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportImageRequest'], 'output' => ['shape' => 'ExportImageResult']], 'ExportTransitGatewayRoutes' => ['name' => 'ExportTransitGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportTransitGatewayRoutesRequest'], 'output' => ['shape' => 'ExportTransitGatewayRoutesResult']], 'GetAssociatedIpv6PoolCidrs' => ['name' => 'GetAssociatedIpv6PoolCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAssociatedIpv6PoolCidrsRequest'], 'output' => ['shape' => 'GetAssociatedIpv6PoolCidrsResult']], 'GetCapacityReservationUsage' => ['name' => 'GetCapacityReservationUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCapacityReservationUsageRequest'], 'output' => ['shape' => 'GetCapacityReservationUsageResult']], 'GetCoipPoolUsage' => ['name' => 'GetCoipPoolUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCoipPoolUsageRequest'], 'output' => ['shape' => 'GetCoipPoolUsageResult']], 'GetConsoleOutput' => ['name' => 'GetConsoleOutput', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConsoleOutputRequest'], 'output' => ['shape' => 'GetConsoleOutputResult']], 'GetConsoleScreenshot' => ['name' => 'GetConsoleScreenshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConsoleScreenshotRequest'], 'output' => ['shape' => 'GetConsoleScreenshotResult']], 'GetDefaultCreditSpecification' => ['name' => 'GetDefaultCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDefaultCreditSpecificationRequest'], 'output' => ['shape' => 'GetDefaultCreditSpecificationResult']], 'GetEbsDefaultKmsKeyId' => ['name' => 'GetEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'GetEbsDefaultKmsKeyIdResult']], 'GetEbsEncryptionByDefault' => ['name' => 'GetEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'GetEbsEncryptionByDefaultResult']], 'GetHostReservationPurchasePreview' => ['name' => 'GetHostReservationPurchasePreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetHostReservationPurchasePreviewRequest'], 'output' => ['shape' => 'GetHostReservationPurchasePreviewResult']], 'GetLaunchTemplateData' => ['name' => 'GetLaunchTemplateData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLaunchTemplateDataRequest'], 'output' => ['shape' => 'GetLaunchTemplateDataResult']], 'GetPasswordData' => ['name' => 'GetPasswordData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPasswordDataRequest'], 'output' => ['shape' => 'GetPasswordDataResult']], 'GetReservedInstancesExchangeQuote' => ['name' => 'GetReservedInstancesExchangeQuote', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservedInstancesExchangeQuoteRequest'], 'output' => ['shape' => 'GetReservedInstancesExchangeQuoteResult']], 'GetTransitGatewayAttachmentPropagations' => ['name' => 'GetTransitGatewayAttachmentPropagations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayAttachmentPropagationsRequest'], 'output' => ['shape' => 'GetTransitGatewayAttachmentPropagationsResult']], 'GetTransitGatewayMulticastDomainAssociations' => ['name' => 'GetTransitGatewayMulticastDomainAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayMulticastDomainAssociationsRequest'], 'output' => ['shape' => 'GetTransitGatewayMulticastDomainAssociationsResult']], 'GetTransitGatewayRouteTableAssociations' => ['name' => 'GetTransitGatewayRouteTableAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayRouteTableAssociationsRequest'], 'output' => ['shape' => 'GetTransitGatewayRouteTableAssociationsResult']], 'GetTransitGatewayRouteTablePropagations' => ['name' => 'GetTransitGatewayRouteTablePropagations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayRouteTablePropagationsRequest'], 'output' => ['shape' => 'GetTransitGatewayRouteTablePropagationsResult']], 'ImportClientVpnClientCertificateRevocationList' => ['name' => 'ImportClientVpnClientCertificateRevocationList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportClientVpnClientCertificateRevocationListRequest'], 'output' => ['shape' => 'ImportClientVpnClientCertificateRevocationListResult']], 'ImportImage' => ['name' => 'ImportImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportImageRequest'], 'output' => ['shape' => 'ImportImageResult']], 'ImportInstance' => ['name' => 'ImportInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportInstanceRequest'], 'output' => ['shape' => 'ImportInstanceResult']], 'ImportKeyPair' => ['name' => 'ImportKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyPairRequest'], 'output' => ['shape' => 'ImportKeyPairResult']], 'ImportSnapshot' => ['name' => 'ImportSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSnapshotRequest'], 'output' => ['shape' => 'ImportSnapshotResult']], 'ImportVolume' => ['name' => 'ImportVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportVolumeRequest'], 'output' => ['shape' => 'ImportVolumeResult']], 'ModifyAvailabilityZoneGroup' => ['name' => 'ModifyAvailabilityZoneGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyAvailabilityZoneGroupRequest'], 'output' => ['shape' => 'ModifyAvailabilityZoneGroupResult']], 'ModifyCapacityReservation' => ['name' => 'ModifyCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCapacityReservationRequest'], 'output' => ['shape' => 'ModifyCapacityReservationResult']], 'ModifyClientVpnEndpoint' => ['name' => 'ModifyClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClientVpnEndpointRequest'], 'output' => ['shape' => 'ModifyClientVpnEndpointResult']], 'ModifyDefaultCreditSpecification' => ['name' => 'ModifyDefaultCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDefaultCreditSpecificationRequest'], 'output' => ['shape' => 'ModifyDefaultCreditSpecificationResult']], 'ModifyEbsDefaultKmsKeyId' => ['name' => 'ModifyEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'ModifyEbsDefaultKmsKeyIdResult']], 'ModifyFleet' => ['name' => 'ModifyFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyFleetRequest'], 'output' => ['shape' => 'ModifyFleetResult']], 'ModifyFpgaImageAttribute' => ['name' => 'ModifyFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyFpgaImageAttributeRequest'], 'output' => ['shape' => 'ModifyFpgaImageAttributeResult']], 'ModifyHosts' => ['name' => 'ModifyHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyHostsRequest'], 'output' => ['shape' => 'ModifyHostsResult']], 'ModifyIdFormat' => ['name' => 'ModifyIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyIdFormatRequest']], 'ModifyIdentityIdFormat' => ['name' => 'ModifyIdentityIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyIdentityIdFormatRequest']], 'ModifyImageAttribute' => ['name' => 'ModifyImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyImageAttributeRequest']], 'ModifyInstanceAttribute' => ['name' => 'ModifyInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceAttributeRequest']], 'ModifyInstanceCapacityReservationAttributes' => ['name' => 'ModifyInstanceCapacityReservationAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceCapacityReservationAttributesRequest'], 'output' => ['shape' => 'ModifyInstanceCapacityReservationAttributesResult']], 'ModifyInstanceCreditSpecification' => ['name' => 'ModifyInstanceCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceCreditSpecificationRequest'], 'output' => ['shape' => 'ModifyInstanceCreditSpecificationResult']], 'ModifyInstanceEventStartTime' => ['name' => 'ModifyInstanceEventStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceEventStartTimeRequest'], 'output' => ['shape' => 'ModifyInstanceEventStartTimeResult']], 'ModifyInstanceMetadataOptions' => ['name' => 'ModifyInstanceMetadataOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceMetadataOptionsRequest'], 'output' => ['shape' => 'ModifyInstanceMetadataOptionsResult']], 'ModifyInstancePlacement' => ['name' => 'ModifyInstancePlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstancePlacementRequest'], 'output' => ['shape' => 'ModifyInstancePlacementResult']], 'ModifyLaunchTemplate' => ['name' => 'ModifyLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyLaunchTemplateRequest'], 'output' => ['shape' => 'ModifyLaunchTemplateResult']], 'ModifyNetworkInterfaceAttribute' => ['name' => 'ModifyNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyNetworkInterfaceAttributeRequest']], 'ModifyReservedInstances' => ['name' => 'ModifyReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReservedInstancesRequest'], 'output' => ['shape' => 'ModifyReservedInstancesResult']], 'ModifySnapshotAttribute' => ['name' => 'ModifySnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotAttributeRequest']], 'ModifySpotFleetRequest' => ['name' => 'ModifySpotFleetRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySpotFleetRequestRequest'], 'output' => ['shape' => 'ModifySpotFleetRequestResponse']], 'ModifySubnetAttribute' => ['name' => 'ModifySubnetAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySubnetAttributeRequest']], 'ModifyTrafficMirrorFilterNetworkServices' => ['name' => 'ModifyTrafficMirrorFilterNetworkServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorFilterNetworkServicesRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorFilterNetworkServicesResult']], 'ModifyTrafficMirrorFilterRule' => ['name' => 'ModifyTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorFilterRuleResult']], 'ModifyTrafficMirrorSession' => ['name' => 'ModifyTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorSessionRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorSessionResult']], 'ModifyTransitGatewayVpcAttachment' => ['name' => 'ModifyTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'ModifyTransitGatewayVpcAttachmentResult']], 'ModifyVolume' => ['name' => 'ModifyVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVolumeRequest'], 'output' => ['shape' => 'ModifyVolumeResult']], 'ModifyVolumeAttribute' => ['name' => 'ModifyVolumeAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVolumeAttributeRequest']], 'ModifyVpcAttribute' => ['name' => 'ModifyVpcAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcAttributeRequest']], 'ModifyVpcEndpoint' => ['name' => 'ModifyVpcEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointRequest'], 'output' => ['shape' => 'ModifyVpcEndpointResult']], 'ModifyVpcEndpointConnectionNotification' => ['name' => 'ModifyVpcEndpointConnectionNotification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointConnectionNotificationRequest'], 'output' => ['shape' => 'ModifyVpcEndpointConnectionNotificationResult']], 'ModifyVpcEndpointServiceConfiguration' => ['name' => 'ModifyVpcEndpointServiceConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointServiceConfigurationRequest'], 'output' => ['shape' => 'ModifyVpcEndpointServiceConfigurationResult']], 'ModifyVpcEndpointServicePermissions' => ['name' => 'ModifyVpcEndpointServicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointServicePermissionsRequest'], 'output' => ['shape' => 'ModifyVpcEndpointServicePermissionsResult']], 'ModifyVpcPeeringConnectionOptions' => ['name' => 'ModifyVpcPeeringConnectionOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcPeeringConnectionOptionsRequest'], 'output' => ['shape' => 'ModifyVpcPeeringConnectionOptionsResult']], 'ModifyVpcTenancy' => ['name' => 'ModifyVpcTenancy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcTenancyRequest'], 'output' => ['shape' => 'ModifyVpcTenancyResult']], 'ModifyVpnConnection' => ['name' => 'ModifyVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnConnectionRequest'], 'output' => ['shape' => 'ModifyVpnConnectionResult']], 'ModifyVpnTunnelCertificate' => ['name' => 'ModifyVpnTunnelCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnTunnelCertificateRequest'], 'output' => ['shape' => 'ModifyVpnTunnelCertificateResult']], 'ModifyVpnTunnelOptions' => ['name' => 'ModifyVpnTunnelOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnTunnelOptionsRequest'], 'output' => ['shape' => 'ModifyVpnTunnelOptionsResult']], 'MonitorInstances' => ['name' => 'MonitorInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MonitorInstancesRequest'], 'output' => ['shape' => 'MonitorInstancesResult']], 'MoveAddressToVpc' => ['name' => 'MoveAddressToVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MoveAddressToVpcRequest'], 'output' => ['shape' => 'MoveAddressToVpcResult']], 'ProvisionByoipCidr' => ['name' => 'ProvisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionByoipCidrRequest'], 'output' => ['shape' => 'ProvisionByoipCidrResult']], 'PurchaseHostReservation' => ['name' => 'PurchaseHostReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseHostReservationRequest'], 'output' => ['shape' => 'PurchaseHostReservationResult']], 'PurchaseReservedInstancesOffering' => ['name' => 'PurchaseReservedInstancesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedInstancesOfferingRequest'], 'output' => ['shape' => 'PurchaseReservedInstancesOfferingResult']], 'PurchaseScheduledInstances' => ['name' => 'PurchaseScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseScheduledInstancesRequest'], 'output' => ['shape' => 'PurchaseScheduledInstancesResult']], 'RebootInstances' => ['name' => 'RebootInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootInstancesRequest']], 'RegisterImage' => ['name' => 'RegisterImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterImageRequest'], 'output' => ['shape' => 'RegisterImageResult']], 'RegisterTransitGatewayMulticastGroupMembers' => ['name' => 'RegisterTransitGatewayMulticastGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTransitGatewayMulticastGroupMembersRequest'], 'output' => ['shape' => 'RegisterTransitGatewayMulticastGroupMembersResult']], 'RegisterTransitGatewayMulticastGroupSources' => ['name' => 'RegisterTransitGatewayMulticastGroupSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTransitGatewayMulticastGroupSourcesRequest'], 'output' => ['shape' => 'RegisterTransitGatewayMulticastGroupSourcesResult']], 'RejectTransitGatewayPeeringAttachment' => ['name' => 'RejectTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'RejectTransitGatewayPeeringAttachmentResult']], 'RejectTransitGatewayVpcAttachment' => ['name' => 'RejectTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'RejectTransitGatewayVpcAttachmentResult']], 'RejectVpcEndpointConnections' => ['name' => 'RejectVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'RejectVpcEndpointConnectionsResult']], 'RejectVpcPeeringConnection' => ['name' => 'RejectVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectVpcPeeringConnectionRequest'], 'output' => ['shape' => 'RejectVpcPeeringConnectionResult']], 'ReleaseAddress' => ['name' => 'ReleaseAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseAddressRequest']], 'ReleaseHosts' => ['name' => 'ReleaseHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseHostsRequest'], 'output' => ['shape' => 'ReleaseHostsResult']], 'ReplaceIamInstanceProfileAssociation' => ['name' => 'ReplaceIamInstanceProfileAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceIamInstanceProfileAssociationRequest'], 'output' => ['shape' => 'ReplaceIamInstanceProfileAssociationResult']], 'ReplaceNetworkAclAssociation' => ['name' => 'ReplaceNetworkAclAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceNetworkAclAssociationRequest'], 'output' => ['shape' => 'ReplaceNetworkAclAssociationResult']], 'ReplaceNetworkAclEntry' => ['name' => 'ReplaceNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceNetworkAclEntryRequest']], 'ReplaceRoute' => ['name' => 'ReplaceRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceRouteRequest']], 'ReplaceRouteTableAssociation' => ['name' => 'ReplaceRouteTableAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceRouteTableAssociationRequest'], 'output' => ['shape' => 'ReplaceRouteTableAssociationResult']], 'ReplaceTransitGatewayRoute' => ['name' => 'ReplaceTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceTransitGatewayRouteRequest'], 'output' => ['shape' => 'ReplaceTransitGatewayRouteResult']], 'ReportInstanceStatus' => ['name' => 'ReportInstanceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReportInstanceStatusRequest']], 'RequestSpotFleet' => ['name' => 'RequestSpotFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestSpotFleetRequest'], 'output' => ['shape' => 'RequestSpotFleetResponse']], 'RequestSpotInstances' => ['name' => 'RequestSpotInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestSpotInstancesRequest'], 'output' => ['shape' => 'RequestSpotInstancesResult']], 'ResetEbsDefaultKmsKeyId' => ['name' => 'ResetEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'ResetEbsDefaultKmsKeyIdResult']], 'ResetFpgaImageAttribute' => ['name' => 'ResetFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetFpgaImageAttributeRequest'], 'output' => ['shape' => 'ResetFpgaImageAttributeResult']], 'ResetImageAttribute' => ['name' => 'ResetImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetImageAttributeRequest']], 'ResetInstanceAttribute' => ['name' => 'ResetInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetInstanceAttributeRequest']], 'ResetNetworkInterfaceAttribute' => ['name' => 'ResetNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetNetworkInterfaceAttributeRequest']], 'ResetSnapshotAttribute' => ['name' => 'ResetSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetSnapshotAttributeRequest']], 'RestoreAddressToClassic' => ['name' => 'RestoreAddressToClassic', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreAddressToClassicRequest'], 'output' => ['shape' => 'RestoreAddressToClassicResult']], 'RevokeClientVpnIngress' => ['name' => 'RevokeClientVpnIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeClientVpnIngressRequest'], 'output' => ['shape' => 'RevokeClientVpnIngressResult']], 'RevokeSecurityGroupEgress' => ['name' => 'RevokeSecurityGroupEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSecurityGroupEgressRequest']], 'RevokeSecurityGroupIngress' => ['name' => 'RevokeSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSecurityGroupIngressRequest']], 'RunInstances' => ['name' => 'RunInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunInstancesRequest'], 'output' => ['shape' => 'Reservation']], 'RunScheduledInstances' => ['name' => 'RunScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunScheduledInstancesRequest'], 'output' => ['shape' => 'RunScheduledInstancesResult']], 'SearchLocalGatewayRoutes' => ['name' => 'SearchLocalGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchLocalGatewayRoutesRequest'], 'output' => ['shape' => 'SearchLocalGatewayRoutesResult']], 'SearchTransitGatewayMulticastGroups' => ['name' => 'SearchTransitGatewayMulticastGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTransitGatewayMulticastGroupsRequest'], 'output' => ['shape' => 'SearchTransitGatewayMulticastGroupsResult']], 'SearchTransitGatewayRoutes' => ['name' => 'SearchTransitGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTransitGatewayRoutesRequest'], 'output' => ['shape' => 'SearchTransitGatewayRoutesResult']], 'SendDiagnosticInterrupt' => ['name' => 'SendDiagnosticInterrupt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendDiagnosticInterruptRequest']], 'StartInstances' => ['name' => 'StartInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartInstancesRequest'], 'output' => ['shape' => 'StartInstancesResult']], 'StartVpcEndpointServicePrivateDnsVerification' => ['name' => 'StartVpcEndpointServicePrivateDnsVerification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartVpcEndpointServicePrivateDnsVerificationRequest'], 'output' => ['shape' => 'StartVpcEndpointServicePrivateDnsVerificationResult']], 'StopInstances' => ['name' => 'StopInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopInstancesRequest'], 'output' => ['shape' => 'StopInstancesResult']], 'TerminateClientVpnConnections' => ['name' => 'TerminateClientVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateClientVpnConnectionsRequest'], 'output' => ['shape' => 'TerminateClientVpnConnectionsResult']], 'TerminateInstances' => ['name' => 'TerminateInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateInstancesRequest'], 'output' => ['shape' => 'TerminateInstancesResult']], 'UnassignIpv6Addresses' => ['name' => 'UnassignIpv6Addresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnassignIpv6AddressesRequest'], 'output' => ['shape' => 'UnassignIpv6AddressesResult']], 'UnassignPrivateIpAddresses' => ['name' => 'UnassignPrivateIpAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnassignPrivateIpAddressesRequest']], 'UnmonitorInstances' => ['name' => 'UnmonitorInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnmonitorInstancesRequest'], 'output' => ['shape' => 'UnmonitorInstancesResult']], 'UpdateSecurityGroupRuleDescriptionsEgress' => ['name' => 'UpdateSecurityGroupRuleDescriptionsEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsEgressRequest'], 'output' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsEgressResult']], 'UpdateSecurityGroupRuleDescriptionsIngress' => ['name' => 'UpdateSecurityGroupRuleDescriptionsIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsIngressRequest'], 'output' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsIngressResult']], 'WithdrawByoipCidr' => ['name' => 'WithdrawByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'WithdrawByoipCidrRequest'], 'output' => ['shape' => 'WithdrawByoipCidrResult']]], 'shapes' => ['AcceptReservedInstancesExchangeQuoteRequest' => ['type' => 'structure', 'required' => ['ReservedInstanceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstanceIds' => ['shape' => 'ReservedInstanceIdSet', 'locationName' => 'ReservedInstanceId'], 'TargetConfigurations' => ['shape' => 'TargetConfigurationRequestSet', 'locationName' => 'TargetConfiguration']]], 'AcceptReservedInstancesExchangeQuoteResult' => ['type' => 'structure', 'members' => ['ExchangeId' => ['shape' => 'String', 'locationName' => 'exchangeId']]], 'AcceptTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AcceptTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'AcceptTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AcceptTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'AcceptVpcEndpointConnectionsRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'AcceptVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'AcceptVpcPeeringConnectionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'AcceptVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnection' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'vpcPeeringConnection']]], 'AccountAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String', 'locationName' => 'attributeName'], 'AttributeValues' => ['shape' => 'AccountAttributeValueList', 'locationName' => 'attributeValueSet']]], 'AccountAttributeList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute', 'locationName' => 'item']], 'AccountAttributeName' => ['type' => 'string', 'enum' => ['supported-platforms', 'default-vpc']], 'AccountAttributeNameStringList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttributeName', 'locationName' => 'attributeName']], 'AccountAttributeValue' => ['type' => 'structure', 'members' => ['AttributeValue' => ['shape' => 'String', 'locationName' => 'attributeValue']]], 'AccountAttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttributeValue', 'locationName' => 'item']], 'ActiveInstance' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'InstanceHealth' => ['shape' => 'InstanceHealthStatus', 'locationName' => 'instanceHealth']]], 'ActiveInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ActiveInstance', 'locationName' => 'item']], 'ActivityStatus' => ['type' => 'string', 'enum' => ['error', 'pending_fulfillment', 'pending_termination', 'fulfilled']], 'Address' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Domain' => ['shape' => 'DomainType', 'locationName' => 'domain'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'NetworkInterfaceOwnerId' => ['shape' => 'String', 'locationName' => 'networkInterfaceOwnerId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'PublicIpv4Pool' => ['shape' => 'String', 'locationName' => 'publicIpv4Pool'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'CustomerOwnedIp' => ['shape' => 'String', 'locationName' => 'customerOwnedIp'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String', 'locationName' => 'customerOwnedIpv4Pool']]], 'AddressList' => ['type' => 'list', 'member' => ['shape' => 'Address', 'locationName' => 'item']], 'AdvertiseByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'AdvertiseByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'Affinity' => ['type' => 'string', 'enum' => ['default', 'host']], 'AllocateAddressRequest' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'DomainType'], 'Address' => ['shape' => 'String'], 'PublicIpv4Pool' => ['shape' => 'String'], 'NetworkBorderGroup' => ['shape' => 'String'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AllocateAddressResult' => ['type' => 'structure', 'members' => ['PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'PublicIpv4Pool' => ['shape' => 'String', 'locationName' => 'publicIpv4Pool'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'Domain' => ['shape' => 'DomainType', 'locationName' => 'domain'], 'CustomerOwnedIp' => ['shape' => 'String', 'locationName' => 'customerOwnedIp'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String', 'locationName' => 'customerOwnedIpv4Pool']]], 'AllocateHostsRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone', 'Quantity'], 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstanceFamily' => ['shape' => 'String'], 'Quantity' => ['shape' => 'Integer', 'locationName' => 'quantity'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'HostRecovery' => ['shape' => 'HostRecovery']]], 'AllocateHostsResult' => ['type' => 'structure', 'members' => ['HostIds' => ['shape' => 'ResponseHostIdList', 'locationName' => 'hostIdSet']]], 'AllocationId' => ['type' => 'string'], 'AllocationIdList' => ['type' => 'list', 'member' => ['shape' => 'AllocationId', 'locationName' => 'AllocationId']], 'AllocationState' => ['type' => 'string', 'enum' => ['available', 'under-assessment', 'permanent-failure', 'released', 'released-permanent-failure', 'pending']], 'AllocationStrategy' => ['type' => 'string', 'enum' => ['lowestPrice', 'diversified', 'capacityOptimized']], 'AllowedPrincipal' => ['type' => 'structure', 'members' => ['PrincipalType' => ['shape' => 'PrincipalType', 'locationName' => 'principalType'], 'Principal' => ['shape' => 'String', 'locationName' => 'principal']]], 'AllowedPrincipalSet' => ['type' => 'list', 'member' => ['shape' => 'AllowedPrincipal', 'locationName' => 'item']], 'AllowsMultipleInstanceTypes' => ['type' => 'string', 'enum' => ['on', 'off']], 'ApplySecurityGroupsToClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'VpcId', 'SecurityGroupIds'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'VpcId' => ['shape' => 'VpcId'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'DryRun' => ['shape' => 'Boolean']]], 'ApplySecurityGroupsToClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'securityGroupIds']]], 'ArchitectureType' => ['type' => 'string', 'enum' => ['i386', 'x86_64', 'arm64']], 'ArchitectureTypeList' => ['type' => 'list', 'member' => ['shape' => 'ArchitectureType', 'locationName' => 'item']], 'ArchitectureValues' => ['type' => 'string', 'enum' => ['i386', 'x86_64', 'arm64']], 'AssignIpv6AddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'AssignIpv6AddressesResult' => ['type' => 'structure', 'members' => ['AssignedIpv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'assignedIpv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId']]], 'AssignPrivateIpAddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['AllowReassignment' => ['shape' => 'Boolean', 'locationName' => 'allowReassignment'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressStringList', 'locationName' => 'privateIpAddress'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount']]], 'AssignPrivateIpAddressesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'AssignedPrivateIpAddresses' => ['shape' => 'AssignedPrivateIpAddressList', 'locationName' => 'assignedPrivateIpAddressesSet']]], 'AssignedPrivateIpAddress' => ['type' => 'structure', 'members' => ['PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'AssignedPrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'AssignedPrivateIpAddress', 'locationName' => 'item']], 'AssociateAddressRequest' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'InstanceId' => ['shape' => 'InstanceId'], 'PublicIp' => ['shape' => 'String'], 'AllowReassociation' => ['shape' => 'Boolean', 'locationName' => 'allowReassociation'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'AssociateAddressResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId']]], 'AssociateClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'SubnetId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'SubnetId' => ['shape' => 'SubnetId'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status']]], 'AssociateDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpOptionsId', 'VpcId'], 'members' => ['DhcpOptionsId' => ['shape' => 'DefaultingDhcpOptionsId'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AssociateIamInstanceProfileRequest' => ['type' => 'structure', 'required' => ['IamInstanceProfile', 'InstanceId'], 'members' => ['IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification'], 'InstanceId' => ['shape' => 'InstanceId']]], 'AssociateIamInstanceProfileResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'AssociateRouteTableRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'GatewayId' => ['shape' => 'RouteGatewayId']]], 'AssociateRouteTableResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'AssociateSubnetCidrBlockRequest' => ['type' => 'structure', 'required' => ['Ipv6CidrBlock', 'SubnetId'], 'members' => ['Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'AssociateSubnetCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'AssociateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'SubnetIds' => ['shape' => 'ValueStringList'], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayMulticastDomainAssociations', 'locationName' => 'associations']]], 'AssociateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'TransitGatewayAssociation', 'locationName' => 'association']]], 'AssociateVpcCidrBlockRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['AmazonProvidedIpv6CidrBlock' => ['shape' => 'Boolean', 'locationName' => 'amazonProvidedIpv6CidrBlock'], 'CidrBlock' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'Ipv6CidrBlockNetworkBorderGroup' => ['shape' => 'String'], 'Ipv6Pool' => ['shape' => 'Ipv6PoolEc2Id'], 'Ipv6CidrBlock' => ['shape' => 'String']]], 'AssociateVpcCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'CidrBlockAssociation' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'cidrBlockAssociation'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'AssociatedNetworkType' => ['type' => 'string', 'enum' => ['vpc']], 'AssociatedTargetNetwork' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'String', 'locationName' => 'networkId'], 'NetworkType' => ['shape' => 'AssociatedNetworkType', 'locationName' => 'networkType']]], 'AssociatedTargetNetworkSet' => ['type' => 'list', 'member' => ['shape' => 'AssociatedTargetNetwork', 'locationName' => 'item']], 'AssociationIdList' => ['type' => 'list', 'member' => ['shape' => 'IamInstanceProfileAssociationId', 'locationName' => 'AssociationId']], 'AssociationStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AssociationStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'AssociationStatusCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'association-failed', 'disassociating', 'disassociated']], 'AttachClassicLinkVpcRequest' => ['type' => 'structure', 'required' => ['Groups', 'InstanceId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'SecurityGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'AttachClassicLinkVpcResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'AttachInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'AttachNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['DeviceIndex', 'InstanceId', 'NetworkInterfaceId'], 'members' => ['DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'AttachNetworkInterfaceResult' => ['type' => 'structure', 'members' => ['AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId']]], 'AttachVolumeRequest' => ['type' => 'structure', 'required' => ['Device', 'InstanceId', 'VolumeId'], 'members' => ['Device' => ['shape' => 'String'], 'InstanceId' => ['shape' => 'InstanceId'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AttachVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId', 'VpnGatewayId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AttachVpnGatewayResult' => ['type' => 'structure', 'members' => ['VpcAttachment' => ['shape' => 'VpcAttachment', 'locationName' => 'attachment']]], 'AttachmentStatus' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached']], 'AttributeBooleanValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean', 'locationName' => 'value']]], 'AttributeValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'AuthorizationRule' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'AccessAll' => ['shape' => 'Boolean', 'locationName' => 'accessAll'], 'DestinationCidr' => ['shape' => 'String', 'locationName' => 'destinationCidr'], 'Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'AuthorizationRuleSet' => ['type' => 'list', 'member' => ['shape' => 'AuthorizationRule', 'locationName' => 'item']], 'AuthorizeClientVpnIngressRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'TargetNetworkCidr'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetNetworkCidr' => ['shape' => 'String'], 'AccessGroupId' => ['shape' => 'String'], 'AuthorizeAllGroups' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'AuthorizeClientVpnIngressResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'AuthorizeSecurityGroupEgressRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupId' => ['shape' => 'SecurityGroupId', 'locationName' => 'groupId'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'SourceSecurityGroupName' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupName'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupOwnerId']]], 'AuthorizeSecurityGroupIngressRequest' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String'], 'FromPort' => ['shape' => 'Integer'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList'], 'IpProtocol' => ['shape' => 'String'], 'SourceSecurityGroupName' => ['shape' => 'String'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String'], 'ToPort' => ['shape' => 'Integer'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AutoAcceptSharedAttachmentsValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'AutoPlacement' => ['type' => 'string', 'enum' => ['on', 'off']], 'AutoRecoveryFlag' => ['type' => 'boolean'], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AvailabilityZoneState', 'locationName' => 'zoneState'], 'OptInStatus' => ['shape' => 'AvailabilityZoneOptInStatus', 'locationName' => 'optInStatus'], 'Messages' => ['shape' => 'AvailabilityZoneMessageList', 'locationName' => 'messageSet'], 'RegionName' => ['shape' => 'String', 'locationName' => 'regionName'], 'ZoneName' => ['shape' => 'String', 'locationName' => 'zoneName'], 'ZoneId' => ['shape' => 'String', 'locationName' => 'zoneId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup']]], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'item']], 'AvailabilityZoneMessage' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message']]], 'AvailabilityZoneMessageList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZoneMessage', 'locationName' => 'item']], 'AvailabilityZoneOptInStatus' => ['type' => 'string', 'enum' => ['opt-in-not-required', 'opted-in', 'not-opted-in']], 'AvailabilityZoneState' => ['type' => 'string', 'enum' => ['available', 'information', 'impaired', 'unavailable']], 'AvailabilityZoneStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AvailableCapacity' => ['type' => 'structure', 'members' => ['AvailableInstanceCapacity' => ['shape' => 'AvailableInstanceCapacityList', 'locationName' => 'availableInstanceCapacity'], 'AvailableVCpus' => ['shape' => 'Integer', 'locationName' => 'availableVCpus']]], 'AvailableInstanceCapacityList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCapacity', 'locationName' => 'item']], 'BareMetalFlag' => ['type' => 'boolean'], 'BatchState' => ['type' => 'string', 'enum' => ['submitted', 'active', 'cancelled', 'failed', 'cancelled_running', 'cancelled_terminating', 'modifying']], 'BillingProductList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Blob' => ['type' => 'blob'], 'BlobAttributeValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Blob', 'locationName' => 'value']]], 'BlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName'], 'Ebs' => ['shape' => 'EbsBlockDevice', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice']]], 'BlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping', 'locationName' => 'item']], 'BlockDeviceMappingRequestList' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping', 'locationName' => 'BlockDeviceMapping']], 'Boolean' => ['type' => 'boolean'], 'BundleId' => ['type' => 'string'], 'BundleIdStringList' => ['type' => 'list', 'member' => ['shape' => 'BundleId', 'locationName' => 'BundleId']], 'BundleInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Storage'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Storage' => ['shape' => 'Storage'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'BundleInstanceResult' => ['type' => 'structure', 'members' => ['BundleTask' => ['shape' => 'BundleTask', 'locationName' => 'bundleInstanceTask']]], 'BundleTask' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => 'String', 'locationName' => 'bundleId'], 'BundleTaskError' => ['shape' => 'BundleTaskError', 'locationName' => 'error'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'State' => ['shape' => 'BundleTaskState', 'locationName' => 'state'], 'Storage' => ['shape' => 'Storage', 'locationName' => 'storage'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime']]], 'BundleTaskError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'BundleTaskList' => ['type' => 'list', 'member' => ['shape' => 'BundleTask', 'locationName' => 'item']], 'BundleTaskState' => ['type' => 'string', 'enum' => ['pending', 'waiting-for-shutdown', 'bundling', 'storing', 'cancelling', 'complete', 'failed']], 'BurstablePerformanceFlag' => ['type' => 'boolean'], 'ByoipCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'String', 'locationName' => 'cidr'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'State' => ['shape' => 'ByoipCidrState', 'locationName' => 'state']]], 'ByoipCidrSet' => ['type' => 'list', 'member' => ['shape' => 'ByoipCidr', 'locationName' => 'item']], 'ByoipCidrState' => ['type' => 'string', 'enum' => ['advertised', 'deprovisioned', 'failed-deprovision', 'failed-provision', 'pending-deprovision', 'pending-provision', 'provisioned', 'provisioned-not-publicly-advertisable']], 'CancelBatchErrorCode' => ['type' => 'string', 'enum' => ['fleetRequestIdDoesNotExist', 'fleetRequestIdMalformed', 'fleetRequestNotInCancellableState', 'unexpectedError']], 'CancelBundleTaskRequest' => ['type' => 'structure', 'required' => ['BundleId'], 'members' => ['BundleId' => ['shape' => 'BundleId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CancelBundleTaskResult' => ['type' => 'structure', 'members' => ['BundleTask' => ['shape' => 'BundleTask', 'locationName' => 'bundleInstanceTask']]], 'CancelCapacityReservationRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'DryRun' => ['shape' => 'Boolean']]], 'CancelCapacityReservationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'CancelConversionRequest' => ['type' => 'structure', 'required' => ['ConversionTaskId'], 'members' => ['ConversionTaskId' => ['shape' => 'ConversionTaskId', 'locationName' => 'conversionTaskId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'ReasonMessage' => ['shape' => 'String', 'locationName' => 'reasonMessage']]], 'CancelExportTaskRequest' => ['type' => 'structure', 'required' => ['ExportTaskId'], 'members' => ['ExportTaskId' => ['shape' => 'ExportVmTaskId', 'locationName' => 'exportTaskId']]], 'CancelImportTaskRequest' => ['type' => 'structure', 'members' => ['CancelReason' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'ImportTaskId' => ['shape' => 'ImportTaskId']]], 'CancelImportTaskResult' => ['type' => 'structure', 'members' => ['ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'PreviousState' => ['shape' => 'String', 'locationName' => 'previousState'], 'State' => ['shape' => 'String', 'locationName' => 'state']]], 'CancelReservedInstancesListingRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesListingId'], 'members' => ['ReservedInstancesListingId' => ['shape' => 'ReservedInstancesListingId', 'locationName' => 'reservedInstancesListingId']]], 'CancelReservedInstancesListingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'CancelSpotFleetRequestsError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'CancelBatchErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'CancelSpotFleetRequestsErrorItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'CancelSpotFleetRequestsError', 'locationName' => 'error'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'CancelSpotFleetRequestsErrorSet' => ['type' => 'list', 'member' => ['shape' => 'CancelSpotFleetRequestsErrorItem', 'locationName' => 'item']], 'CancelSpotFleetRequestsRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestIds', 'TerminateInstances'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotFleetRequestIds' => ['shape' => 'SpotFleetRequestIdList', 'locationName' => 'spotFleetRequestId'], 'TerminateInstances' => ['shape' => 'Boolean', 'locationName' => 'terminateInstances']]], 'CancelSpotFleetRequestsResponse' => ['type' => 'structure', 'members' => ['SuccessfulFleetRequests' => ['shape' => 'CancelSpotFleetRequestsSuccessSet', 'locationName' => 'successfulFleetRequestSet'], 'UnsuccessfulFleetRequests' => ['shape' => 'CancelSpotFleetRequestsErrorSet', 'locationName' => 'unsuccessfulFleetRequestSet']]], 'CancelSpotFleetRequestsSuccessItem' => ['type' => 'structure', 'members' => ['CurrentSpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'currentSpotFleetRequestState'], 'PreviousSpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'previousSpotFleetRequestState'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'CancelSpotFleetRequestsSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'CancelSpotFleetRequestsSuccessItem', 'locationName' => 'item']], 'CancelSpotInstanceRequestState' => ['type' => 'string', 'enum' => ['active', 'open', 'closed', 'cancelled', 'completed']], 'CancelSpotInstanceRequestsRequest' => ['type' => 'structure', 'required' => ['SpotInstanceRequestIds'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotInstanceRequestIds' => ['shape' => 'SpotInstanceRequestIdList', 'locationName' => 'SpotInstanceRequestId']]], 'CancelSpotInstanceRequestsResult' => ['type' => 'structure', 'members' => ['CancelledSpotInstanceRequests' => ['shape' => 'CancelledSpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet']]], 'CancelledSpotInstanceRequest' => ['type' => 'structure', 'members' => ['SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'State' => ['shape' => 'CancelSpotInstanceRequestState', 'locationName' => 'state']]], 'CancelledSpotInstanceRequestList' => ['type' => 'list', 'member' => ['shape' => 'CancelledSpotInstanceRequest', 'locationName' => 'item']], 'CapacityReservation' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'CapacityReservationArn' => ['shape' => 'String', 'locationName' => 'capacityReservationArn'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstancePlatform' => ['shape' => 'CapacityReservationInstancePlatform', 'locationName' => 'instancePlatform'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Tenancy' => ['shape' => 'CapacityReservationTenancy', 'locationName' => 'tenancy'], 'TotalInstanceCount' => ['shape' => 'Integer', 'locationName' => 'totalInstanceCount'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'EphemeralStorage' => ['shape' => 'Boolean', 'locationName' => 'ephemeralStorage'], 'State' => ['shape' => 'CapacityReservationState', 'locationName' => 'state'], 'EndDate' => ['shape' => 'DateTime', 'locationName' => 'endDate'], 'EndDateType' => ['shape' => 'EndDateType', 'locationName' => 'endDateType'], 'InstanceMatchCriteria' => ['shape' => 'InstanceMatchCriteria', 'locationName' => 'instanceMatchCriteria'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CapacityReservationId' => ['type' => 'string'], 'CapacityReservationIdSet' => ['type' => 'list', 'member' => ['shape' => 'CapacityReservationId', 'locationName' => 'item']], 'CapacityReservationInstancePlatform' => ['type' => 'string', 'enum' => ['Linux/UNIX', 'Red Hat Enterprise Linux', 'SUSE Linux', 'Windows', 'Windows with SQL Server', 'Windows with SQL Server Enterprise', 'Windows with SQL Server Standard', 'Windows with SQL Server Web', 'Linux with SQL Server Standard', 'Linux with SQL Server Web', 'Linux with SQL Server Enterprise']], 'CapacityReservationOptions' => ['type' => 'structure', 'members' => ['UsageStrategy' => ['shape' => 'FleetCapacityReservationUsageStrategy', 'locationName' => 'usageStrategy']]], 'CapacityReservationOptionsRequest' => ['type' => 'structure', 'members' => ['UsageStrategy' => ['shape' => 'FleetCapacityReservationUsageStrategy']]], 'CapacityReservationPreference' => ['type' => 'string', 'enum' => ['open', 'none']], 'CapacityReservationSet' => ['type' => 'list', 'member' => ['shape' => 'CapacityReservation', 'locationName' => 'item']], 'CapacityReservationSpecification' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTarget']]], 'CapacityReservationSpecificationResponse' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference', 'locationName' => 'capacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTargetResponse', 'locationName' => 'capacityReservationTarget']]], 'CapacityReservationState' => ['type' => 'string', 'enum' => ['active', 'expired', 'cancelled', 'pending', 'failed']], 'CapacityReservationTarget' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId']]], 'CapacityReservationTargetResponse' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId']]], 'CapacityReservationTenancy' => ['type' => 'string', 'enum' => ['default', 'dedicated']], 'CertificateAuthentication' => ['type' => 'structure', 'members' => ['ClientRootCertificateChain' => ['shape' => 'String', 'locationName' => 'clientRootCertificateChain']]], 'CertificateAuthenticationRequest' => ['type' => 'structure', 'members' => ['ClientRootCertificateChainArn' => ['shape' => 'String']]], 'CidrAuthorizationContext' => ['type' => 'structure', 'required' => ['Message', 'Signature'], 'members' => ['Message' => ['shape' => 'String'], 'Signature' => ['shape' => 'String']]], 'CidrBlock' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock']]], 'CidrBlockSet' => ['type' => 'list', 'member' => ['shape' => 'CidrBlock', 'locationName' => 'item']], 'ClassicLinkDnsSupport' => ['type' => 'structure', 'members' => ['ClassicLinkDnsSupported' => ['shape' => 'Boolean', 'locationName' => 'classicLinkDnsSupported'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'ClassicLinkDnsSupportList' => ['type' => 'list', 'member' => ['shape' => 'ClassicLinkDnsSupport', 'locationName' => 'item']], 'ClassicLinkInstance' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'ClassicLinkInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ClassicLinkInstance', 'locationName' => 'item']], 'ClassicLoadBalancer' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String', 'locationName' => 'name']]], 'ClassicLoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'ClassicLoadBalancer', 'locationName' => 'item'], 'max' => 5, 'min' => 1], 'ClassicLoadBalancersConfig' => ['type' => 'structure', 'members' => ['ClassicLoadBalancers' => ['shape' => 'ClassicLoadBalancers', 'locationName' => 'classicLoadBalancers']]], 'ClientCertificateRevocationListStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientCertificateRevocationListStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientCertificateRevocationListStatusCode' => ['type' => 'string', 'enum' => ['pending', 'active']], 'ClientData' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'String'], 'UploadEnd' => ['shape' => 'DateTime'], 'UploadSize' => ['shape' => 'Double'], 'UploadStart' => ['shape' => 'DateTime']]], 'ClientVpnAssociationId' => ['type' => 'string'], 'ClientVpnAuthentication' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ClientVpnAuthenticationType', 'locationName' => 'type'], 'ActiveDirectory' => ['shape' => 'DirectoryServiceAuthentication', 'locationName' => 'activeDirectory'], 'MutualAuthentication' => ['shape' => 'CertificateAuthentication', 'locationName' => 'mutualAuthentication']]], 'ClientVpnAuthenticationList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnAuthentication', 'locationName' => 'item']], 'ClientVpnAuthenticationRequest' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ClientVpnAuthenticationType'], 'ActiveDirectory' => ['shape' => 'DirectoryServiceAuthenticationRequest'], 'MutualAuthentication' => ['shape' => 'CertificateAuthenticationRequest']]], 'ClientVpnAuthenticationRequestList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnAuthenticationRequest']], 'ClientVpnAuthenticationType' => ['type' => 'string', 'enum' => ['certificate-authentication', 'directory-service-authentication']], 'ClientVpnAuthorizationRuleStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnAuthorizationRuleStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnAuthorizationRuleStatusCode' => ['type' => 'string', 'enum' => ['authorizing', 'active', 'failed', 'revoking']], 'ClientVpnConnection' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Timestamp' => ['shape' => 'String', 'locationName' => 'timestamp'], 'ConnectionId' => ['shape' => 'String', 'locationName' => 'connectionId'], 'Username' => ['shape' => 'String', 'locationName' => 'username'], 'ConnectionEstablishedTime' => ['shape' => 'String', 'locationName' => 'connectionEstablishedTime'], 'IngressBytes' => ['shape' => 'String', 'locationName' => 'ingressBytes'], 'EgressBytes' => ['shape' => 'String', 'locationName' => 'egressBytes'], 'IngressPackets' => ['shape' => 'String', 'locationName' => 'ingressPackets'], 'EgressPackets' => ['shape' => 'String', 'locationName' => 'egressPackets'], 'ClientIp' => ['shape' => 'String', 'locationName' => 'clientIp'], 'CommonName' => ['shape' => 'String', 'locationName' => 'commonName'], 'Status' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'status'], 'ConnectionEndTime' => ['shape' => 'String', 'locationName' => 'connectionEndTime']]], 'ClientVpnConnectionSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnConnection', 'locationName' => 'item']], 'ClientVpnConnectionStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnConnectionStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnConnectionStatusCode' => ['type' => 'string', 'enum' => ['active', 'failed-to-terminate', 'terminating', 'terminated']], 'ClientVpnEndpoint' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status'], 'CreationTime' => ['shape' => 'String', 'locationName' => 'creationTime'], 'DeletionTime' => ['shape' => 'String', 'locationName' => 'deletionTime'], 'DnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'ClientCidrBlock' => ['shape' => 'String', 'locationName' => 'clientCidrBlock'], 'DnsServers' => ['shape' => 'ValueStringList', 'locationName' => 'dnsServer'], 'SplitTunnel' => ['shape' => 'Boolean', 'locationName' => 'splitTunnel'], 'VpnProtocol' => ['shape' => 'VpnProtocol', 'locationName' => 'vpnProtocol'], 'TransportProtocol' => ['shape' => 'TransportProtocol', 'locationName' => 'transportProtocol'], 'VpnPort' => ['shape' => 'Integer', 'locationName' => 'vpnPort'], 'AssociatedTargetNetworks' => ['shape' => 'AssociatedTargetNetworkSet', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.', 'locationName' => 'associatedTargetNetwork'], 'ServerCertificateArn' => ['shape' => 'String', 'locationName' => 'serverCertificateArn'], 'AuthenticationOptions' => ['shape' => 'ClientVpnAuthenticationList', 'locationName' => 'authenticationOptions'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogResponseOptions', 'locationName' => 'connectionLogOptions'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'securityGroupIdSet'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'ClientVpnEndpointId' => ['type' => 'string'], 'ClientVpnEndpointIdList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnEndpointId', 'locationName' => 'item']], 'ClientVpnEndpointStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnEndpointStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnEndpointStatusCode' => ['type' => 'string', 'enum' => ['pending-associate', 'available', 'deleting', 'deleted']], 'ClientVpnRoute' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'DestinationCidr' => ['shape' => 'String', 'locationName' => 'destinationCidr'], 'TargetSubnet' => ['shape' => 'String', 'locationName' => 'targetSubnet'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'Origin' => ['shape' => 'String', 'locationName' => 'origin'], 'Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'ClientVpnRouteSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnRoute', 'locationName' => 'item']], 'ClientVpnRouteStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnRouteStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnRouteStatusCode' => ['type' => 'string', 'enum' => ['creating', 'active', 'failed', 'deleting']], 'ClientVpnSecurityGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'CoipAddressUsage' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AwsAccountId' => ['shape' => 'String', 'locationName' => 'awsAccountId'], 'AwsService' => ['shape' => 'String', 'locationName' => 'awsService'], 'CoIp' => ['shape' => 'String', 'locationName' => 'coIp']]], 'CoipAddressUsageSet' => ['type' => 'list', 'member' => ['shape' => 'CoipAddressUsage', 'locationName' => 'item']], 'CoipPool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'CoipPoolId', 'locationName' => 'poolId'], 'PoolCidrs' => ['shape' => 'ValueStringList', 'locationName' => 'poolCidrSet'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'localGatewayRouteTableId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CoipPoolId' => ['type' => 'string'], 'CoipPoolIdSet' => ['type' => 'list', 'member' => ['shape' => 'CoipPoolId', 'locationName' => 'item']], 'CoipPoolMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'CoipPoolSet' => ['type' => 'list', 'member' => ['shape' => 'CoipPool', 'locationName' => 'item']], 'ConfirmProductInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ProductCode'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ProductCode' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ConfirmProductInstanceResult' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ConnectionLogOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'CloudwatchLogGroup' => ['shape' => 'String'], 'CloudwatchLogStream' => ['shape' => 'String']]], 'ConnectionLogResponseOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'CloudwatchLogGroup' => ['shape' => 'String'], 'CloudwatchLogStream' => ['shape' => 'String']]], 'ConnectionNotification' => ['type' => 'structure', 'members' => ['ConnectionNotificationId' => ['shape' => 'String', 'locationName' => 'connectionNotificationId'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'ConnectionNotificationType' => ['shape' => 'ConnectionNotificationType', 'locationName' => 'connectionNotificationType'], 'ConnectionNotificationArn' => ['shape' => 'String', 'locationName' => 'connectionNotificationArn'], 'ConnectionEvents' => ['shape' => 'ValueStringList', 'locationName' => 'connectionEvents'], 'ConnectionNotificationState' => ['shape' => 'ConnectionNotificationState', 'locationName' => 'connectionNotificationState']]], 'ConnectionNotificationId' => ['type' => 'string'], 'ConnectionNotificationSet' => ['type' => 'list', 'member' => ['shape' => 'ConnectionNotification', 'locationName' => 'item']], 'ConnectionNotificationState' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ConnectionNotificationType' => ['type' => 'string', 'enum' => ['Topic']], 'ContainerFormat' => ['type' => 'string', 'enum' => ['ova']], 'ConversionIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ConversionTaskId', 'locationName' => 'item']], 'ConversionTask' => ['type' => 'structure', 'members' => ['ConversionTaskId' => ['shape' => 'String', 'locationName' => 'conversionTaskId'], 'ExpirationTime' => ['shape' => 'String', 'locationName' => 'expirationTime'], 'ImportInstance' => ['shape' => 'ImportInstanceTaskDetails', 'locationName' => 'importInstance'], 'ImportVolume' => ['shape' => 'ImportVolumeTaskDetails', 'locationName' => 'importVolume'], 'State' => ['shape' => 'ConversionTaskState', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ConversionTaskId' => ['type' => 'string'], 'ConversionTaskState' => ['type' => 'string', 'enum' => ['active', 'cancelling', 'cancelled', 'completed']], 'CopyFpgaImageRequest' => ['type' => 'structure', 'required' => ['SourceFpgaImageId', 'SourceRegion'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'SourceFpgaImageId' => ['shape' => 'FpgaImageId'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'SourceRegion' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String']]], 'CopyFpgaImageResult' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId']]], 'CopyImageRequest' => ['type' => 'structure', 'required' => ['Name', 'SourceImageId', 'SourceRegion'], 'members' => ['ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'Name' => ['shape' => 'String'], 'SourceImageId' => ['shape' => 'String'], 'SourceRegion' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CopyImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'CopySnapshotRequest' => ['type' => 'structure', 'required' => ['SourceRegion', 'SourceSnapshotId'], 'members' => ['Description' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String', 'locationName' => 'destinationRegion'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'PresignedUrl' => ['shape' => 'String', 'locationName' => 'presignedUrl'], 'SourceRegion' => ['shape' => 'String'], 'SourceSnapshotId' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CopyTagsFromSource' => ['type' => 'string', 'enum' => ['volume']], 'CoreCount' => ['type' => 'integer'], 'CoreCountList' => ['type' => 'list', 'member' => ['shape' => 'CoreCount', 'locationName' => 'item']], 'CpuOptions' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer', 'locationName' => 'coreCount'], 'ThreadsPerCore' => ['shape' => 'Integer', 'locationName' => 'threadsPerCore']]], 'CpuOptionsRequest' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer'], 'ThreadsPerCore' => ['shape' => 'Integer']]], 'CreateCapacityReservationRequest' => ['type' => 'structure', 'required' => ['InstanceType', 'InstancePlatform', 'InstanceCount'], 'members' => ['ClientToken' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'InstancePlatform' => ['shape' => 'CapacityReservationInstancePlatform'], 'AvailabilityZone' => ['shape' => 'String'], 'AvailabilityZoneId' => ['shape' => 'String'], 'Tenancy' => ['shape' => 'CapacityReservationTenancy'], 'InstanceCount' => ['shape' => 'Integer'], 'EbsOptimized' => ['shape' => 'Boolean'], 'EphemeralStorage' => ['shape' => 'Boolean'], 'EndDate' => ['shape' => 'DateTime'], 'EndDateType' => ['shape' => 'EndDateType'], 'InstanceMatchCriteria' => ['shape' => 'InstanceMatchCriteria'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateCapacityReservationResult' => ['type' => 'structure', 'members' => ['CapacityReservation' => ['shape' => 'CapacityReservation', 'locationName' => 'capacityReservation']]], 'CreateClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientCidrBlock', 'ServerCertificateArn', 'AuthenticationOptions', 'ConnectionLogOptions'], 'members' => ['ClientCidrBlock' => ['shape' => 'String'], 'ServerCertificateArn' => ['shape' => 'String'], 'AuthenticationOptions' => ['shape' => 'ClientVpnAuthenticationRequestList', 'locationName' => 'Authentication'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogOptions'], 'DnsServers' => ['shape' => 'ValueStringList'], 'TransportProtocol' => ['shape' => 'TransportProtocol'], 'VpnPort' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'SplitTunnel' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'VpcId' => ['shape' => 'VpcId']]], 'CreateClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status'], 'DnsName' => ['shape' => 'String', 'locationName' => 'dnsName']]], 'CreateClientVpnRouteRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'DestinationCidrBlock', 'TargetVpcSubnetId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'TargetVpcSubnetId' => ['shape' => 'SubnetId'], 'Description' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'CreateClientVpnRouteResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status']]], 'CreateCustomerGatewayRequest' => ['type' => 'structure', 'required' => ['BgpAsn', 'Type'], 'members' => ['BgpAsn' => ['shape' => 'Integer'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'IpAddress'], 'CertificateArn' => ['shape' => 'String'], 'Type' => ['shape' => 'GatewayType'], 'DeviceName' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateCustomerGatewayResult' => ['type' => 'structure', 'members' => ['CustomerGateway' => ['shape' => 'CustomerGateway', 'locationName' => 'customerGateway']]], 'CreateDefaultSubnetRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateDefaultSubnetResult' => ['type' => 'structure', 'members' => ['Subnet' => ['shape' => 'Subnet', 'locationName' => 'subnet']]], 'CreateDefaultVpcRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'CreateDefaultVpcResult' => ['type' => 'structure', 'members' => ['Vpc' => ['shape' => 'Vpc', 'locationName' => 'vpc']]], 'CreateDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpConfigurations'], 'members' => ['DhcpConfigurations' => ['shape' => 'NewDhcpConfigurationList', 'locationName' => 'dhcpConfiguration'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateDhcpOptionsResult' => ['type' => 'structure', 'members' => ['DhcpOptions' => ['shape' => 'DhcpOptions', 'locationName' => 'dhcpOptions']]], 'CreateEgressOnlyInternetGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['ClientToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'VpcId' => ['shape' => 'VpcId']]], 'CreateEgressOnlyInternetGatewayResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'EgressOnlyInternetGateway' => ['shape' => 'EgressOnlyInternetGateway', 'locationName' => 'egressOnlyInternetGateway']]], 'CreateFleetError' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'ErrorCode' => ['shape' => 'String', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => 'String', 'locationName' => 'errorMessage']]], 'CreateFleetErrorsSet' => ['type' => 'list', 'member' => ['shape' => 'CreateFleetError', 'locationName' => 'item']], 'CreateFleetInstance' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'InstanceIds' => ['shape' => 'InstanceIdsSet', 'locationName' => 'instanceIds'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'CreateFleetInstancesSet' => ['type' => 'list', 'member' => ['shape' => 'CreateFleetInstance', 'locationName' => 'item']], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateConfigs', 'TargetCapacitySpecification'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'SpotOptions' => ['shape' => 'SpotOptionsRequest'], 'OnDemandOptions' => ['shape' => 'OnDemandOptionsRequest'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy'], 'LaunchTemplateConfigs' => ['shape' => 'FleetLaunchTemplateConfigListRequest'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecificationRequest'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean'], 'Type' => ['shape' => 'FleetType'], 'ValidFrom' => ['shape' => 'DateTime'], 'ValidUntil' => ['shape' => 'DateTime'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateFleetResult' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'Errors' => ['shape' => 'CreateFleetErrorsSet', 'locationName' => 'errorSet'], 'Instances' => ['shape' => 'CreateFleetInstancesSet', 'locationName' => 'fleetInstanceSet']]], 'CreateFlowLogsRequest' => ['type' => 'structure', 'required' => ['ResourceIds', 'ResourceType', 'TrafficType'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'DeliverLogsPermissionArn' => ['shape' => 'String'], 'LogGroupName' => ['shape' => 'String'], 'ResourceIds' => ['shape' => 'FlowLogResourceIds', 'locationName' => 'ResourceId'], 'ResourceType' => ['shape' => 'FlowLogsResourceType'], 'TrafficType' => ['shape' => 'TrafficType'], 'LogDestinationType' => ['shape' => 'LogDestinationType'], 'LogDestination' => ['shape' => 'String'], 'LogFormat' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'MaxAggregationInterval' => ['shape' => 'Integer']]], 'CreateFlowLogsResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'FlowLogIds' => ['shape' => 'ValueStringList', 'locationName' => 'flowLogIdSet'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'CreateFpgaImageRequest' => ['type' => 'structure', 'required' => ['InputStorageLocation'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InputStorageLocation' => ['shape' => 'StorageLocation'], 'LogsStorageLocation' => ['shape' => 'StorageLocation'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateFpgaImageResult' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'FpgaImageGlobalId' => ['shape' => 'String', 'locationName' => 'fpgaImageGlobalId']]], 'CreateImageRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Name'], 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'blockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'NoReboot' => ['shape' => 'Boolean', 'locationName' => 'noReboot']]], 'CreateImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'CreateInstanceExportTaskRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportToS3Task' => ['shape' => 'ExportToS3TaskSpecification', 'locationName' => 'exportToS3'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'TargetEnvironment' => ['shape' => 'ExportEnvironment', 'locationName' => 'targetEnvironment']]], 'CreateInstanceExportTaskResult' => ['type' => 'structure', 'members' => ['ExportTask' => ['shape' => 'ExportTask', 'locationName' => 'exportTask']]], 'CreateInternetGatewayRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateInternetGatewayResult' => ['type' => 'structure', 'members' => ['InternetGateway' => ['shape' => 'InternetGateway', 'locationName' => 'internetGateway']]], 'CreateKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyName'], 'members' => ['KeyName' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateLaunchTemplateRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateName', 'LaunchTemplateData'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'LaunchTemplateData' => ['shape' => 'RequestLaunchTemplateData'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate']]], 'CreateLaunchTemplateVersionRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateData'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'SourceVersion' => ['shape' => 'String'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'LaunchTemplateData' => ['shape' => 'RequestLaunchTemplateData']]], 'CreateLaunchTemplateVersionResult' => ['type' => 'structure', 'members' => ['LaunchTemplateVersion' => ['shape' => 'LaunchTemplateVersion', 'locationName' => 'launchTemplateVersion']]], 'CreateLocalGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'LocalGatewayRouteTableId', 'LocalGatewayVirtualInterfaceGroupId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateLocalGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'route']]], 'CreateLocalGatewayRouteTableVpcAssociationRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableId', 'VpcId'], 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateLocalGatewayRouteTableVpcAssociationResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociation' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'localGatewayRouteTableVpcAssociation']]], 'CreateNatGatewayRequest' => ['type' => 'structure', 'required' => ['AllocationId', 'SubnetId'], 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'SubnetId' => ['shape' => 'SubnetId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateNatGatewayResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'NatGateway' => ['shape' => 'NatGateway', 'locationName' => 'natGateway']]], 'CreateNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'Protocol', 'RuleAction', 'RuleNumber'], 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'Icmp'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'CreateNetworkAclRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'CreateNetworkAclResult' => ['type' => 'structure', 'members' => ['NetworkAcl' => ['shape' => 'NetworkAcl', 'locationName' => 'networkAcl']]], 'CreateNetworkInterfacePermissionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'Permission'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'AwsAccountId' => ['shape' => 'String'], 'AwsService' => ['shape' => 'String'], 'Permission' => ['shape' => 'InterfacePermissionType'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateNetworkInterfacePermissionResult' => ['type' => 'structure', 'members' => ['InterfacePermission' => ['shape' => 'NetworkInterfacePermission', 'locationName' => 'interfacePermission']]], 'CreateNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6Addresses'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddresses'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'InterfaceType' => ['shape' => 'NetworkInterfaceCreationType'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'CreateNetworkInterfaceResult' => ['type' => 'structure', 'members' => ['NetworkInterface' => ['shape' => 'NetworkInterface', 'locationName' => 'networkInterface']]], 'CreatePlacementGroupRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'Strategy' => ['shape' => 'PlacementStrategy', 'locationName' => 'strategy'], 'PartitionCount' => ['shape' => 'Integer']]], 'CreateReservedInstancesListingRequest' => ['type' => 'structure', 'required' => ['ClientToken', 'InstanceCount', 'PriceSchedules', 'ReservedInstancesId'], 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'PriceSchedules' => ['shape' => 'PriceScheduleSpecificationList', 'locationName' => 'priceSchedules'], 'ReservedInstancesId' => ['shape' => 'ReservationId', 'locationName' => 'reservedInstancesId']]], 'CreateReservedInstancesListingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'CreateRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'RouteGatewayId', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'NatGatewayId' => ['shape' => 'NatGatewayId', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'CreateRouteResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'CreateRouteTableRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'CreateRouteTableResult' => ['type' => 'structure', 'members' => ['RouteTable' => ['shape' => 'RouteTable', 'locationName' => 'routeTable']]], 'CreateSecurityGroupRequest' => ['type' => 'structure', 'required' => ['Description', 'GroupName'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'GroupDescription'], 'GroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSecurityGroupResult' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId']]], 'CreateSnapshotRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['Description' => ['shape' => 'String'], 'VolumeId' => ['shape' => 'VolumeId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSnapshotsRequest' => ['type' => 'structure', 'required' => ['InstanceSpecification'], 'members' => ['Description' => ['shape' => 'String'], 'InstanceSpecification' => ['shape' => 'InstanceSpecification'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'CopyTagsFromSource' => ['shape' => 'CopyTagsFromSource']]], 'CreateSnapshotsResult' => ['type' => 'structure', 'members' => ['Snapshots' => ['shape' => 'SnapshotSet', 'locationName' => 'snapshotSet']]], 'CreateSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix']]], 'CreateSpotDatafeedSubscriptionResult' => ['type' => 'structure', 'members' => ['SpotDatafeedSubscription' => ['shape' => 'SpotDatafeedSubscription', 'locationName' => 'spotDatafeedSubscription']]], 'CreateSubnetRequest' => ['type' => 'structure', 'required' => ['CidrBlock', 'VpcId'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'AvailabilityZoneId' => ['shape' => 'String'], 'CidrBlock' => ['shape' => 'String'], 'Ipv6CidrBlock' => ['shape' => 'String'], 'OutpostArn' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSubnetResult' => ['type' => 'structure', 'members' => ['Subnet' => ['shape' => 'Subnet', 'locationName' => 'subnet']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['Resources', 'Tags'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Resources' => ['shape' => 'ResourceIdList', 'locationName' => 'ResourceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'CreateTrafficMirrorFilterRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorFilterResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilter' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'trafficMirrorFilter'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId', 'TrafficDirection', 'RuleNumber', 'RuleAction', 'DestinationCidrBlock', 'SourceCidrBlock'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'TrafficDirection' => ['shape' => 'TrafficDirection'], 'RuleNumber' => ['shape' => 'Integer'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'Protocol' => ['shape' => 'Integer'], 'DestinationCidrBlock' => ['shape' => 'String'], 'SourceCidrBlock' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRule' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'trafficMirrorFilterRule'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'TrafficMirrorTargetId', 'TrafficMirrorFilterId', 'SessionNumber'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'PacketLength' => ['shape' => 'Integer'], 'SessionNumber' => ['shape' => 'Integer'], 'VirtualNetworkId' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSession' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'trafficMirrorSession'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorTargetRequest' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkLoadBalancerArn' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorTargetResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTarget' => ['shape' => 'TrafficMirrorTarget', 'locationName' => 'trafficMirrorTarget'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomain' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'transitGatewayMulticastDomain']]], 'CreateTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId', 'PeerTransitGatewayId', 'PeerAccountId', 'PeerRegion'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'PeerTransitGatewayId' => ['shape' => 'TransitAssociationGatewayId'], 'PeerAccountId' => ['shape' => 'String'], 'PeerRegion' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'CreateTransitGatewayRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Options' => ['shape' => 'TransitGatewayRequestOptions'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayResult' => ['type' => 'structure', 'members' => ['TransitGateway' => ['shape' => 'TransitGateway', 'locationName' => 'transitGateway']]], 'CreateTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'TransitGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Blackhole' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'CreateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTable' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'transitGatewayRouteTable']]], 'CreateTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId', 'VpcId', 'SubnetIds'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'Options' => ['shape' => 'CreateTransitGatewayVpcAttachmentRequestOptions'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayVpcAttachmentRequestOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue']]], 'CreateTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'CreateVolumePermission' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId']]], 'CreateVolumePermissionList' => ['type' => 'list', 'member' => ['shape' => 'CreateVolumePermission', 'locationName' => 'item']], 'CreateVolumePermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'CreateVolumePermissionList'], 'Remove' => ['shape' => 'CreateVolumePermissionList']]], 'CreateVolumeRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Iops' => ['shape' => 'Integer'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'OutpostArn' => ['shape' => 'String'], 'Size' => ['shape' => 'Integer'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeType' => ['shape' => 'VolumeType'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'MultiAttachEnabled' => ['shape' => 'Boolean']]], 'CreateVpcEndpointConnectionNotificationRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationArn', 'ConnectionEvents'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'ConnectionNotificationArn' => ['shape' => 'String'], 'ConnectionEvents' => ['shape' => 'ValueStringList'], 'ClientToken' => ['shape' => 'String']]], 'CreateVpcEndpointConnectionNotificationResult' => ['type' => 'structure', 'members' => ['ConnectionNotification' => ['shape' => 'ConnectionNotification', 'locationName' => 'connectionNotification'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcEndpointRequest' => ['type' => 'structure', 'required' => ['VpcId', 'ServiceName'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointType' => ['shape' => 'VpcEndpointType'], 'VpcId' => ['shape' => 'VpcId'], 'ServiceName' => ['shape' => 'String'], 'PolicyDocument' => ['shape' => 'String'], 'RouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'RouteTableId'], 'SubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'SubnetId'], 'SecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'SecurityGroupId'], 'ClientToken' => ['shape' => 'String'], 'PrivateDnsEnabled' => ['shape' => 'Boolean'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcEndpointResult' => ['type' => 'structure', 'members' => ['VpcEndpoint' => ['shape' => 'VpcEndpoint', 'locationName' => 'vpcEndpoint'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcEndpointServiceConfigurationRequest' => ['type' => 'structure', 'required' => ['NetworkLoadBalancerArns'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'AcceptanceRequired' => ['shape' => 'Boolean'], 'PrivateDnsName' => ['shape' => 'String'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'NetworkLoadBalancerArn'], 'ClientToken' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcEndpointServiceConfigurationResult' => ['type' => 'structure', 'members' => ['ServiceConfiguration' => ['shape' => 'ServiceConfiguration', 'locationName' => 'serviceConfiguration'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcPeeringConnectionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PeerOwnerId' => ['shape' => 'String', 'locationName' => 'peerOwnerId'], 'PeerVpcId' => ['shape' => 'String', 'locationName' => 'peerVpcId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'PeerRegion' => ['shape' => 'String']]], 'CreateVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnection' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'vpcPeeringConnection']]], 'CreateVpcRequest' => ['type' => 'structure', 'required' => ['CidrBlock'], 'members' => ['CidrBlock' => ['shape' => 'String'], 'AmazonProvidedIpv6CidrBlock' => ['shape' => 'Boolean', 'locationName' => 'amazonProvidedIpv6CidrBlock'], 'Ipv6Pool' => ['shape' => 'Ipv6PoolEc2Id'], 'Ipv6CidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Ipv6CidrBlockNetworkBorderGroup' => ['shape' => 'String']]], 'CreateVpcResult' => ['type' => 'structure', 'members' => ['Vpc' => ['shape' => 'Vpc', 'locationName' => 'vpc']]], 'CreateVpnConnectionRequest' => ['type' => 'structure', 'required' => ['CustomerGatewayId', 'Type'], 'members' => ['CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'Type' => ['shape' => 'String'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Options' => ['shape' => 'VpnConnectionOptionsSpecification', 'locationName' => 'options']]], 'CreateVpnConnectionResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'CreateVpnConnectionRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'VpnConnectionId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'VpnConnectionId' => ['shape' => 'VpnConnectionId']]], 'CreateVpnGatewayRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Type' => ['shape' => 'GatewayType'], 'AmazonSideAsn' => ['shape' => 'Long'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateVpnGatewayResult' => ['type' => 'structure', 'members' => ['VpnGateway' => ['shape' => 'VpnGateway', 'locationName' => 'vpnGateway']]], 'CreditSpecification' => ['type' => 'structure', 'members' => ['CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'CreditSpecificationRequest' => ['type' => 'structure', 'required' => ['CpuCredits'], 'members' => ['CpuCredits' => ['shape' => 'String']]], 'CurrencyCodeValues' => ['type' => 'string', 'enum' => ['USD']], 'CurrentGenerationFlag' => ['type' => 'boolean'], 'CustomerGateway' => ['type' => 'structure', 'members' => ['BgpAsn' => ['shape' => 'String', 'locationName' => 'bgpAsn'], 'CustomerGatewayId' => ['shape' => 'String', 'locationName' => 'customerGatewayId'], 'IpAddress' => ['shape' => 'String', 'locationName' => 'ipAddress'], 'CertificateArn' => ['shape' => 'String', 'locationName' => 'certificateArn'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CustomerGatewayId' => ['type' => 'string'], 'CustomerGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'CustomerGatewayId', 'locationName' => 'CustomerGatewayId']], 'CustomerGatewayList' => ['type' => 'list', 'member' => ['shape' => 'CustomerGateway', 'locationName' => 'item']], 'DITMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 5], 'DITOMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DatafeedSubscriptionState' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'DateTime' => ['type' => 'timestamp'], 'DedicatedHostFlag' => ['type' => 'boolean'], 'DedicatedHostId' => ['type' => 'string'], 'DefaultRouteTableAssociationValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DefaultRouteTablePropagationValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DefaultTargetCapacityType' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'DefaultingDhcpOptionsId' => ['type' => 'string'], 'DeleteClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status']]], 'DeleteClientVpnRouteRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'DestinationCidrBlock'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetVpcSubnetId' => ['shape' => 'SubnetId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteClientVpnRouteResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status']]], 'DeleteCustomerGatewayRequest' => ['type' => 'structure', 'required' => ['CustomerGatewayId'], 'members' => ['CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpOptionsId'], 'members' => ['DhcpOptionsId' => ['shape' => 'DhcpOptionsId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteEgressOnlyInternetGatewayRequest' => ['type' => 'structure', 'required' => ['EgressOnlyInternetGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId']]], 'DeleteEgressOnlyInternetGatewayResult' => ['type' => 'structure', 'members' => ['ReturnCode' => ['shape' => 'Boolean', 'locationName' => 'returnCode']]], 'DeleteFleetError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'DeleteFleetErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DeleteFleetErrorCode' => ['type' => 'string', 'enum' => ['fleetIdDoesNotExist', 'fleetIdMalformed', 'fleetNotInDeletableState', 'unexpectedError']], 'DeleteFleetErrorItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'DeleteFleetError', 'locationName' => 'error'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DeleteFleetErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteFleetErrorItem', 'locationName' => 'item']], 'DeleteFleetSuccessItem' => ['type' => 'structure', 'members' => ['CurrentFleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'currentFleetState'], 'PreviousFleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'previousFleetState'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DeleteFleetSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteFleetSuccessItem', 'locationName' => 'item']], 'DeleteFleetsRequest' => ['type' => 'structure', 'required' => ['FleetIds', 'TerminateInstances'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FleetIds' => ['shape' => 'FleetIdSet', 'locationName' => 'FleetId'], 'TerminateInstances' => ['shape' => 'Boolean']]], 'DeleteFleetsResult' => ['type' => 'structure', 'members' => ['SuccessfulFleetDeletions' => ['shape' => 'DeleteFleetSuccessSet', 'locationName' => 'successfulFleetDeletionSet'], 'UnsuccessfulFleetDeletions' => ['shape' => 'DeleteFleetErrorSet', 'locationName' => 'unsuccessfulFleetDeletionSet']]], 'DeleteFlowLogsRequest' => ['type' => 'structure', 'required' => ['FlowLogIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FlowLogIds' => ['shape' => 'FlowLogIdList', 'locationName' => 'FlowLogId']]], 'DeleteFlowLogsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteFpgaImageRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId']]], 'DeleteFpgaImageResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId']]], 'DeleteKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyName'], 'members' => ['KeyName' => ['shape' => 'KeyPairName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteLaunchTemplateRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName']]], 'DeleteLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate']]], 'DeleteLaunchTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['Versions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Versions' => ['shape' => 'VersionStringList', 'locationName' => 'LaunchTemplateVersion']]], 'DeleteLaunchTemplateVersionsResponseErrorItem' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber'], 'ResponseError' => ['shape' => 'ResponseError', 'locationName' => 'responseError']]], 'DeleteLaunchTemplateVersionsResponseErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteLaunchTemplateVersionsResponseErrorItem', 'locationName' => 'item']], 'DeleteLaunchTemplateVersionsResponseSuccessItem' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber']]], 'DeleteLaunchTemplateVersionsResponseSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteLaunchTemplateVersionsResponseSuccessItem', 'locationName' => 'item']], 'DeleteLaunchTemplateVersionsResult' => ['type' => 'structure', 'members' => ['SuccessfullyDeletedLaunchTemplateVersions' => ['shape' => 'DeleteLaunchTemplateVersionsResponseSuccessSet', 'locationName' => 'successfullyDeletedLaunchTemplateVersionSet'], 'UnsuccessfullyDeletedLaunchTemplateVersions' => ['shape' => 'DeleteLaunchTemplateVersionsResponseErrorSet', 'locationName' => 'unsuccessfullyDeletedLaunchTemplateVersionSet']]], 'DeleteLocalGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'LocalGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteLocalGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'route']]], 'DeleteLocalGatewayRouteTableVpcAssociationRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableVpcAssociationId'], 'members' => ['LocalGatewayRouteTableVpcAssociationId' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteLocalGatewayRouteTableVpcAssociationResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociation' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'localGatewayRouteTableVpcAssociation']]], 'DeleteNatGatewayRequest' => ['type' => 'structure', 'required' => ['NatGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'NatGatewayId' => ['shape' => 'NatGatewayId']]], 'DeleteNatGatewayResult' => ['type' => 'structure', 'members' => ['NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId']]], 'DeleteNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'RuleNumber'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'DeleteNetworkAclRequest' => ['type' => 'structure', 'required' => ['NetworkAclId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId']]], 'DeleteNetworkInterfacePermissionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfacePermissionId'], 'members' => ['NetworkInterfacePermissionId' => ['shape' => 'NetworkInterfacePermissionId'], 'Force' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteNetworkInterfacePermissionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'DeletePlacementGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupName' => ['shape' => 'PlacementGroupName', 'locationName' => 'groupName']]], 'DeleteQueuedReservedInstancesError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'DeleteQueuedReservedInstancesErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DeleteQueuedReservedInstancesErrorCode' => ['type' => 'string', 'enum' => ['reserved-instances-id-invalid', 'reserved-instances-not-in-queued-state', 'unexpected-error']], 'DeleteQueuedReservedInstancesIdList' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'item'], 'max' => 100, 'min' => 1], 'DeleteQueuedReservedInstancesRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstancesIds' => ['shape' => 'DeleteQueuedReservedInstancesIdList', 'locationName' => 'ReservedInstancesId']]], 'DeleteQueuedReservedInstancesResult' => ['type' => 'structure', 'members' => ['SuccessfulQueuedPurchaseDeletions' => ['shape' => 'SuccessfulQueuedPurchaseDeletionSet', 'locationName' => 'successfulQueuedPurchaseDeletionSet'], 'FailedQueuedPurchaseDeletions' => ['shape' => 'FailedQueuedPurchaseDeletionSet', 'locationName' => 'failedQueuedPurchaseDeletionSet']]], 'DeleteRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'DeleteRouteTableRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'DeleteSecurityGroupRequest' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSnapshotRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSubnetRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['SubnetId' => ['shape' => 'SubnetId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['Resources'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Resources' => ['shape' => 'ResourceIdList', 'locationName' => 'resourceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tag']]], 'DeleteTrafficMirrorFilterRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorFilterResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId']]], 'DeleteTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterRuleId'], 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'TrafficMirrorFilterRuleId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterRuleId']]], 'DeleteTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorSessionId'], 'members' => ['TrafficMirrorSessionId' => ['shape' => 'TrafficMirrorSessionId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionId' => ['shape' => 'String', 'locationName' => 'trafficMirrorSessionId']]], 'DeleteTrafficMirrorTargetRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorTargetId'], 'members' => ['TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorTargetResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId']]], 'DeleteTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'required' => ['TransitGatewayMulticastDomainId'], 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomain' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'transitGatewayMulticastDomain']]], 'DeleteTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'DeleteTransitGatewayRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayResult' => ['type' => 'structure', 'members' => ['TransitGateway' => ['shape' => 'TransitGateway', 'locationName' => 'transitGateway']]], 'DeleteTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'DestinationCidrBlock'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'DeleteTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTable' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'transitGatewayRouteTable']]], 'DeleteTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'DeleteVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpcEndpointConnectionNotificationsRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationIds' => ['shape' => 'ValueStringList', 'locationName' => 'ConnectionNotificationId']]], 'DeleteVpcEndpointConnectionNotificationsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcEndpointServiceConfigurationsRequest' => ['type' => 'structure', 'required' => ['ServiceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceIds' => ['shape' => 'VpcEndpointServiceIdList', 'locationName' => 'ServiceId']]], 'DeleteVpcEndpointServiceConfigurationsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcEndpointsRequest' => ['type' => 'structure', 'required' => ['VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'DeleteVpcEndpointsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcPeeringConnectionRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'DeleteVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteVpcRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpnConnectionRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpnConnectionRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'VpnConnectionId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'VpnConnectionId' => ['shape' => 'VpnConnectionId']]], 'DeleteVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpnGatewayId'], 'members' => ['VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeprovisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeprovisionByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'DeregisterImageRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeregisterTransitGatewayMulticastGroupMembersRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'DeregisterTransitGatewayMulticastGroupMembersResult' => ['type' => 'structure', 'members' => ['DeregisteredMulticastGroupMembers' => ['shape' => 'TransitGatewayMulticastDeregisteredGroupMembers', 'locationName' => 'deregisteredMulticastGroupMembers']]], 'DeregisterTransitGatewayMulticastGroupSourcesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'DeregisterTransitGatewayMulticastGroupSourcesResult' => ['type' => 'structure', 'members' => ['DeregisteredMulticastGroupSources' => ['shape' => 'TransitGatewayMulticastDeregisteredGroupSources', 'locationName' => 'deregisteredMulticastGroupSources']]], 'DescribeAccountAttributesRequest' => ['type' => 'structure', 'members' => ['AttributeNames' => ['shape' => 'AccountAttributeNameStringList', 'locationName' => 'attributeName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAccountAttributesResult' => ['type' => 'structure', 'members' => ['AccountAttributes' => ['shape' => 'AccountAttributeList', 'locationName' => 'accountAttributeSet']]], 'DescribeAddressesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'PublicIps' => ['shape' => 'PublicIpStringList', 'locationName' => 'PublicIp'], 'AllocationIds' => ['shape' => 'AllocationIdList', 'locationName' => 'AllocationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAddressesResult' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'AddressList', 'locationName' => 'addressesSet']]], 'DescribeAggregateIdFormatRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'DescribeAggregateIdFormatResult' => ['type' => 'structure', 'members' => ['UseLongIdsAggregated' => ['shape' => 'Boolean', 'locationName' => 'useLongIdsAggregated'], 'Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeAvailabilityZonesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ZoneNames' => ['shape' => 'ZoneNameStringList', 'locationName' => 'ZoneName'], 'ZoneIds' => ['shape' => 'ZoneIdStringList', 'locationName' => 'ZoneId'], 'AllAvailabilityZones' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAvailabilityZonesResult' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneList', 'locationName' => 'availabilityZoneInfo']]], 'DescribeBundleTasksRequest' => ['type' => 'structure', 'members' => ['BundleIds' => ['shape' => 'BundleIdStringList', 'locationName' => 'BundleId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeBundleTasksResult' => ['type' => 'structure', 'members' => ['BundleTasks' => ['shape' => 'BundleTaskList', 'locationName' => 'bundleInstanceTasksSet']]], 'DescribeByoipCidrsMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'DescribeByoipCidrsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'DescribeByoipCidrsMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeByoipCidrsResult' => ['type' => 'structure', 'members' => ['ByoipCidrs' => ['shape' => 'ByoipCidrSet', 'locationName' => 'byoipCidrSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeCapacityReservationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeCapacityReservationsRequest' => ['type' => 'structure', 'members' => ['CapacityReservationIds' => ['shape' => 'CapacityReservationIdSet', 'locationName' => 'CapacityReservationId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeCapacityReservationsMaxResults'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeCapacityReservationsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'CapacityReservations' => ['shape' => 'CapacityReservationSet', 'locationName' => 'capacityReservationSet']]], 'DescribeClassicLinkInstancesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClassicLinkInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'DescribeClassicLinkInstancesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeClassicLinkInstancesResult' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'ClassicLinkInstanceList', 'locationName' => 'instancesSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeClientVpnAuthorizationRulesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnAuthorizationRulesRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeClientVpnAuthorizationRulesMaxResults']]], 'DescribeClientVpnAuthorizationRulesResult' => ['type' => 'structure', 'members' => ['AuthorizationRules' => ['shape' => 'AuthorizationRuleSet', 'locationName' => 'authorizationRule'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnConnectionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnConnectionsRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'DescribeClientVpnConnectionsMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnConnectionsResult' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'ClientVpnConnectionSet', 'locationName' => 'connections'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnEndpointMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnEndpointsRequest' => ['type' => 'structure', 'members' => ['ClientVpnEndpointIds' => ['shape' => 'ClientVpnEndpointIdList', 'locationName' => 'ClientVpnEndpointId'], 'MaxResults' => ['shape' => 'DescribeClientVpnEndpointMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnEndpointsResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpoints' => ['shape' => 'EndpointSet', 'locationName' => 'clientVpnEndpoint'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnRoutesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnRoutesRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeClientVpnRoutesMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'ClientVpnRouteSet', 'locationName' => 'routes'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnTargetNetworksMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnTargetNetworksRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'AssociationIds' => ['shape' => 'ValueStringList'], 'MaxResults' => ['shape' => 'DescribeClientVpnTargetNetworksMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnTargetNetworksResult' => ['type' => 'structure', 'members' => ['ClientVpnTargetNetworks' => ['shape' => 'TargetNetworkSet', 'locationName' => 'clientVpnTargetNetworks'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeCoipPoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'CoipPoolIdSet', 'locationName' => 'PoolId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'CoipPoolMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeCoipPoolsResult' => ['type' => 'structure', 'members' => ['CoipPools' => ['shape' => 'CoipPoolSet', 'locationName' => 'coipPoolSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeConversionTaskList' => ['type' => 'list', 'member' => ['shape' => 'ConversionTask', 'locationName' => 'item']], 'DescribeConversionTasksRequest' => ['type' => 'structure', 'members' => ['ConversionTaskIds' => ['shape' => 'ConversionIdStringList', 'locationName' => 'conversionTaskId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeConversionTasksResult' => ['type' => 'structure', 'members' => ['ConversionTasks' => ['shape' => 'DescribeConversionTaskList', 'locationName' => 'conversionTasks']]], 'DescribeCustomerGatewaysRequest' => ['type' => 'structure', 'members' => ['CustomerGatewayIds' => ['shape' => 'CustomerGatewayIdStringList', 'locationName' => 'CustomerGatewayId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeCustomerGatewaysResult' => ['type' => 'structure', 'members' => ['CustomerGateways' => ['shape' => 'CustomerGatewayList', 'locationName' => 'customerGatewaySet']]], 'DescribeDhcpOptionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeDhcpOptionsRequest' => ['type' => 'structure', 'members' => ['DhcpOptionsIds' => ['shape' => 'DhcpOptionsIdStringList', 'locationName' => 'DhcpOptionsId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeDhcpOptionsMaxResults']]], 'DescribeDhcpOptionsResult' => ['type' => 'structure', 'members' => ['DhcpOptions' => ['shape' => 'DhcpOptionsList', 'locationName' => 'dhcpOptionsSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeEgressOnlyInternetGatewaysMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeEgressOnlyInternetGatewaysRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EgressOnlyInternetGatewayIds' => ['shape' => 'EgressOnlyInternetGatewayIdList', 'locationName' => 'EgressOnlyInternetGatewayId'], 'MaxResults' => ['shape' => 'DescribeEgressOnlyInternetGatewaysMaxResults'], 'NextToken' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeEgressOnlyInternetGatewaysResult' => ['type' => 'structure', 'members' => ['EgressOnlyInternetGateways' => ['shape' => 'EgressOnlyInternetGatewayList', 'locationName' => 'egressOnlyInternetGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeElasticGpusMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 10], 'DescribeElasticGpusRequest' => ['type' => 'structure', 'members' => ['ElasticGpuIds' => ['shape' => 'ElasticGpuIdSet', 'locationName' => 'ElasticGpuId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeElasticGpusMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeElasticGpusResult' => ['type' => 'structure', 'members' => ['ElasticGpuSet' => ['shape' => 'ElasticGpuSet', 'locationName' => 'elasticGpuSet'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeExportImageTasksMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'DescribeExportImageTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ExportImageTaskIds' => ['shape' => 'ExportImageTaskIdList', 'locationName' => 'ExportImageTaskId'], 'MaxResults' => ['shape' => 'DescribeExportImageTasksMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeExportImageTasksResult' => ['type' => 'structure', 'members' => ['ExportImageTasks' => ['shape' => 'ExportImageTaskList', 'locationName' => 'exportImageTaskSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeExportTasksRequest' => ['type' => 'structure', 'members' => ['ExportTaskIds' => ['shape' => 'ExportTaskIdStringList', 'locationName' => 'exportTaskId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeExportTasksResult' => ['type' => 'structure', 'members' => ['ExportTasks' => ['shape' => 'ExportTaskList', 'locationName' => 'exportTaskSet']]], 'DescribeFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'DescribeFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'DescribeFastSnapshotRestoresMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 0], 'DescribeFastSnapshotRestoresRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeFastSnapshotRestoresMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['FastSnapshotRestores' => ['shape' => 'DescribeFastSnapshotRestoreSuccessSet', 'locationName' => 'fastSnapshotRestoreSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeFleetError' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'ErrorCode' => ['shape' => 'String', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => 'String', 'locationName' => 'errorMessage']]], 'DescribeFleetHistoryRequest' => ['type' => 'structure', 'required' => ['FleetId', 'StartTime'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EventType' => ['shape' => 'FleetEventType'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetId' => ['shape' => 'FleetId'], 'StartTime' => ['shape' => 'DateTime']]], 'DescribeFleetHistoryResult' => ['type' => 'structure', 'members' => ['HistoryRecords' => ['shape' => 'HistoryRecordSet', 'locationName' => 'historyRecordSet'], 'LastEvaluatedTime' => ['shape' => 'DateTime', 'locationName' => 'lastEvaluatedTime'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeFleetInstancesRequest' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetId' => ['shape' => 'FleetId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeFleetInstancesResult' => ['type' => 'structure', 'members' => ['ActiveInstances' => ['shape' => 'ActiveInstanceSet', 'locationName' => 'activeInstanceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DescribeFleetsErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFleetError', 'locationName' => 'item']], 'DescribeFleetsInstances' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'InstanceIds' => ['shape' => 'InstanceIdsSet', 'locationName' => 'instanceIds'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'DescribeFleetsInstancesSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFleetsInstances', 'locationName' => 'item']], 'DescribeFleetsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetIds' => ['shape' => 'FleetIdSet', 'locationName' => 'FleetId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeFleetsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'Fleets' => ['shape' => 'FleetSet', 'locationName' => 'fleetSet']]], 'DescribeFlowLogsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filter' => ['shape' => 'FilterList'], 'FlowLogIds' => ['shape' => 'FlowLogIdList', 'locationName' => 'FlowLogId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeFlowLogsResult' => ['type' => 'structure', 'members' => ['FlowLogs' => ['shape' => 'FlowLogSet', 'locationName' => 'flowLogSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId', 'Attribute'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'FpgaImageAttributeName']]], 'DescribeFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['FpgaImageAttribute' => ['shape' => 'FpgaImageAttribute', 'locationName' => 'fpgaImageAttribute']]], 'DescribeFpgaImagesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeFpgaImagesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageIds' => ['shape' => 'FpgaImageIdList', 'locationName' => 'FpgaImageId'], 'Owners' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'DescribeFpgaImagesMaxResults']]], 'DescribeFpgaImagesResult' => ['type' => 'structure', 'members' => ['FpgaImages' => ['shape' => 'FpgaImageList', 'locationName' => 'fpgaImageSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeHostReservationOfferingsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList'], 'MaxDuration' => ['shape' => 'Integer'], 'MaxResults' => ['shape' => 'DescribeHostReservationsMaxResults'], 'MinDuration' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'OfferingId' => ['shape' => 'OfferingId']]], 'DescribeHostReservationOfferingsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'OfferingSet' => ['shape' => 'HostOfferingSet', 'locationName' => 'offeringSet']]], 'DescribeHostReservationsMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 5], 'DescribeHostReservationsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList'], 'HostReservationIdSet' => ['shape' => 'HostReservationIdSet'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeHostReservationsResult' => ['type' => 'structure', 'members' => ['HostReservationSet' => ['shape' => 'HostReservationSet', 'locationName' => 'hostReservationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeHostsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeHostsResult' => ['type' => 'structure', 'members' => ['Hosts' => ['shape' => 'HostList', 'locationName' => 'hostSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeIamInstanceProfileAssociationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeIamInstanceProfileAssociationsRequest' => ['type' => 'structure', 'members' => ['AssociationIds' => ['shape' => 'AssociationIdList', 'locationName' => 'AssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeIamInstanceProfileAssociationsMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeIamInstanceProfileAssociationsResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociations' => ['shape' => 'IamInstanceProfileAssociationSet', 'locationName' => 'iamInstanceProfileAssociationSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeIdFormatRequest' => ['type' => 'structure', 'members' => ['Resource' => ['shape' => 'String']]], 'DescribeIdFormatResult' => ['type' => 'structure', 'members' => ['Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeIdentityIdFormatRequest' => ['type' => 'structure', 'required' => ['PrincipalArn'], 'members' => ['PrincipalArn' => ['shape' => 'String', 'locationName' => 'principalArn'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource']]], 'DescribeIdentityIdFormatResult' => ['type' => 'structure', 'members' => ['Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeImageAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'ImageId'], 'members' => ['Attribute' => ['shape' => 'ImageAttributeName'], 'ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeImagesRequest' => ['type' => 'structure', 'members' => ['ExecutableUsers' => ['shape' => 'ExecutableByStringList', 'locationName' => 'ExecutableBy'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ImageIds' => ['shape' => 'ImageIdStringList', 'locationName' => 'ImageId'], 'Owners' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeImagesResult' => ['type' => 'structure', 'members' => ['Images' => ['shape' => 'ImageList', 'locationName' => 'imagesSet']]], 'DescribeImportImageTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList'], 'ImportTaskIds' => ['shape' => 'ImportTaskIdList', 'locationName' => 'ImportTaskId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeImportImageTasksResult' => ['type' => 'structure', 'members' => ['ImportImageTasks' => ['shape' => 'ImportImageTaskList', 'locationName' => 'importImageTaskSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeImportSnapshotTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList'], 'ImportTaskIds' => ['shape' => 'ImportSnapshotTaskIdList', 'locationName' => 'ImportTaskId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeImportSnapshotTasksResult' => ['type' => 'structure', 'members' => ['ImportSnapshotTasks' => ['shape' => 'ImportSnapshotTaskList', 'locationName' => 'importSnapshotTaskSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'InstanceId'], 'members' => ['Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId']]], 'DescribeInstanceCreditSpecificationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeInstanceCreditSpecificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'DescribeInstanceCreditSpecificationsMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeInstanceCreditSpecificationsResult' => ['type' => 'structure', 'members' => ['InstanceCreditSpecifications' => ['shape' => 'InstanceCreditSpecificationList', 'locationName' => 'instanceCreditSpecificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceStatusRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'IncludeAllInstances' => ['shape' => 'Boolean', 'locationName' => 'includeAllInstances']]], 'DescribeInstanceStatusResult' => ['type' => 'structure', 'members' => ['InstanceStatuses' => ['shape' => 'InstanceStatusList', 'locationName' => 'instanceStatusSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceTypeOfferingsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LocationType' => ['shape' => 'LocationType'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DITOMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceTypeOfferingsResult' => ['type' => 'structure', 'members' => ['InstanceTypeOfferings' => ['shape' => 'InstanceTypeOfferingsList', 'locationName' => 'instanceTypeOfferingSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeInstanceTypesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceTypes' => ['shape' => 'RequestInstanceTypeList', 'locationName' => 'InstanceType'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DITMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceTypesResult' => ['type' => 'structure', 'members' => ['InstanceTypes' => ['shape' => 'InstanceTypeInfoList', 'locationName' => 'instanceTypeSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstancesResult' => ['type' => 'structure', 'members' => ['Reservations' => ['shape' => 'ReservationList', 'locationName' => 'reservationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInternetGatewaysMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeInternetGatewaysRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayIds' => ['shape' => 'InternetGatewayIdList', 'locationName' => 'internetGatewayId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeInternetGatewaysMaxResults']]], 'DescribeInternetGatewaysResult' => ['type' => 'structure', 'members' => ['InternetGateways' => ['shape' => 'InternetGatewayList', 'locationName' => 'internetGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeIpv6PoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'Ipv6PoolIdList', 'locationName' => 'PoolId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'Ipv6PoolMaxResults'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeIpv6PoolsResult' => ['type' => 'structure', 'members' => ['Ipv6Pools' => ['shape' => 'Ipv6PoolSet', 'locationName' => 'ipv6PoolSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeKeyPairsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'KeyNames' => ['shape' => 'KeyNameStringList', 'locationName' => 'KeyName'], 'KeyPairIds' => ['shape' => 'KeyPairIdStringList', 'locationName' => 'KeyPairId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeKeyPairsResult' => ['type' => 'structure', 'members' => ['KeyPairs' => ['shape' => 'KeyPairList', 'locationName' => 'keySet']]], 'DescribeLaunchTemplateVersionsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Versions' => ['shape' => 'VersionStringList', 'locationName' => 'LaunchTemplateVersion'], 'MinVersion' => ['shape' => 'String'], 'MaxVersion' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeLaunchTemplateVersionsResult' => ['type' => 'structure', 'members' => ['LaunchTemplateVersions' => ['shape' => 'LaunchTemplateVersionSet', 'locationName' => 'launchTemplateVersionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLaunchTemplatesMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'DescribeLaunchTemplatesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateIds' => ['shape' => 'LaunchTemplateIdStringList', 'locationName' => 'LaunchTemplateId'], 'LaunchTemplateNames' => ['shape' => 'LaunchTemplateNameStringList', 'locationName' => 'LaunchTemplateName'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeLaunchTemplatesMaxResults']]], 'DescribeLaunchTemplatesResult' => ['type' => 'structure', 'members' => ['LaunchTemplates' => ['shape' => 'LaunchTemplateSet', 'locationName' => 'launchTemplates'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet', 'locationName' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet', 'locationName' => 'localGatewayRouteTableVirtualInterfaceGroupAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTableVpcAssociationsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociationIds' => ['shape' => 'LocalGatewayRouteTableVpcAssociationIdSet', 'locationName' => 'LocalGatewayRouteTableVpcAssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTableVpcAssociationsResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociations' => ['shape' => 'LocalGatewayRouteTableVpcAssociationSet', 'locationName' => 'localGatewayRouteTableVpcAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTablesRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableIds' => ['shape' => 'LocalGatewayRouteTableIdSet', 'locationName' => 'LocalGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTablesResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTables' => ['shape' => 'LocalGatewayRouteTableSet', 'locationName' => 'localGatewayRouteTableSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayVirtualInterfaceGroupsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroupIds' => ['shape' => 'LocalGatewayVirtualInterfaceGroupIdSet', 'locationName' => 'LocalGatewayVirtualInterfaceGroupId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayVirtualInterfaceGroupsResult' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroups' => ['shape' => 'LocalGatewayVirtualInterfaceGroupSet', 'locationName' => 'localGatewayVirtualInterfaceGroupSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayVirtualInterfacesRequest' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceIds' => ['shape' => 'LocalGatewayVirtualInterfaceIdSet', 'locationName' => 'LocalGatewayVirtualInterfaceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayVirtualInterfacesResult' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaces' => ['shape' => 'LocalGatewayVirtualInterfaceSet', 'locationName' => 'localGatewayVirtualInterfaceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewaysRequest' => ['type' => 'structure', 'members' => ['LocalGatewayIds' => ['shape' => 'LocalGatewayIdSet', 'locationName' => 'LocalGatewayId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewaysResult' => ['type' => 'structure', 'members' => ['LocalGateways' => ['shape' => 'LocalGatewaySet', 'locationName' => 'localGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeMovingAddressesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeMovingAddressesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'DescribeMovingAddressesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'PublicIps' => ['shape' => 'ValueStringList', 'locationName' => 'publicIp']]], 'DescribeMovingAddressesResult' => ['type' => 'structure', 'members' => ['MovingAddressStatuses' => ['shape' => 'MovingAddressStatusSet', 'locationName' => 'movingAddressStatusSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNatGatewaysMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNatGatewaysRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filter' => ['shape' => 'FilterList'], 'MaxResults' => ['shape' => 'DescribeNatGatewaysMaxResults'], 'NatGatewayIds' => ['shape' => 'NatGatewayIdStringList', 'locationName' => 'NatGatewayId'], 'NextToken' => ['shape' => 'String']]], 'DescribeNatGatewaysResult' => ['type' => 'structure', 'members' => ['NatGateways' => ['shape' => 'NatGatewayList', 'locationName' => 'natGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkAclsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNetworkAclsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclIds' => ['shape' => 'NetworkAclIdStringList', 'locationName' => 'NetworkAclId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkAclsMaxResults']]], 'DescribeNetworkAclsResult' => ['type' => 'structure', 'members' => ['NetworkAcls' => ['shape' => 'NetworkAclList', 'locationName' => 'networkAclSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Attribute' => ['shape' => 'NetworkInterfaceAttribute', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'DescribeNetworkInterfaceAttributeResult' => ['type' => 'structure', 'members' => ['Attachment' => ['shape' => 'NetworkInterfaceAttachment', 'locationName' => 'attachment'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck']]], 'DescribeNetworkInterfacePermissionsMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeNetworkInterfacePermissionsRequest' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissionIds' => ['shape' => 'NetworkInterfacePermissionIdList', 'locationName' => 'NetworkInterfacePermissionId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkInterfacePermissionsMaxResults']]], 'DescribeNetworkInterfacePermissionsResult' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissions' => ['shape' => 'NetworkInterfacePermissionList', 'locationName' => 'networkInterfacePermissions'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkInterfacesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNetworkInterfacesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceIds' => ['shape' => 'NetworkInterfaceIdList', 'locationName' => 'NetworkInterfaceId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkInterfacesMaxResults']]], 'DescribeNetworkInterfacesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaces' => ['shape' => 'NetworkInterfaceList', 'locationName' => 'networkInterfaceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribePlacementGroupsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupNames' => ['shape' => 'PlacementGroupStringList', 'locationName' => 'groupName'], 'GroupIds' => ['shape' => 'PlacementGroupIdStringList', 'locationName' => 'GroupId']]], 'DescribePlacementGroupsResult' => ['type' => 'structure', 'members' => ['PlacementGroups' => ['shape' => 'PlacementGroupList', 'locationName' => 'placementGroupSet']]], 'DescribePrefixListsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'PrefixListIds' => ['shape' => 'PrefixListResourceIdStringList', 'locationName' => 'PrefixListId']]], 'DescribePrefixListsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'PrefixLists' => ['shape' => 'PrefixListSet', 'locationName' => 'prefixListSet']]], 'DescribePrincipalIdFormatMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribePrincipalIdFormatRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Resources' => ['shape' => 'ResourceList', 'locationName' => 'Resource'], 'MaxResults' => ['shape' => 'DescribePrincipalIdFormatMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribePrincipalIdFormatResult' => ['type' => 'structure', 'members' => ['Principals' => ['shape' => 'PrincipalIdFormatList', 'locationName' => 'principalSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribePublicIpv4PoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'PublicIpv4PoolIdStringList', 'locationName' => 'PoolId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PoolMaxResults'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribePublicIpv4PoolsResult' => ['type' => 'structure', 'members' => ['PublicIpv4Pools' => ['shape' => 'PublicIpv4PoolSet', 'locationName' => 'publicIpv4PoolSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeRegionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'RegionNames' => ['shape' => 'RegionNameStringList', 'locationName' => 'RegionName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'AllRegions' => ['shape' => 'Boolean']]], 'DescribeRegionsResult' => ['type' => 'structure', 'members' => ['Regions' => ['shape' => 'RegionList', 'locationName' => 'regionInfo']]], 'DescribeReservedInstancesListingsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ReservedInstancesId' => ['shape' => 'ReservationId', 'locationName' => 'reservedInstancesId'], 'ReservedInstancesListingId' => ['shape' => 'ReservedInstancesListingId', 'locationName' => 'reservedInstancesListingId']]], 'DescribeReservedInstancesListingsResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'DescribeReservedInstancesModificationsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ReservedInstancesModificationIds' => ['shape' => 'ReservedInstancesModificationIdStringList', 'locationName' => 'ReservedInstancesModificationId'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeReservedInstancesModificationsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ReservedInstancesModifications' => ['shape' => 'ReservedInstancesModificationList', 'locationName' => 'reservedInstancesModificationsSet']]], 'DescribeReservedInstancesOfferingsRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'IncludeMarketplace' => ['shape' => 'Boolean'], 'InstanceType' => ['shape' => 'InstanceType'], 'MaxDuration' => ['shape' => 'Long'], 'MaxInstanceCount' => ['shape' => 'Integer'], 'MinDuration' => ['shape' => 'Long'], 'OfferingClass' => ['shape' => 'OfferingClassType'], 'ProductDescription' => ['shape' => 'RIProductDescription'], 'ReservedInstancesOfferingIds' => ['shape' => 'ReservedInstancesOfferingIdStringList', 'locationName' => 'ReservedInstancesOfferingId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType']]], 'DescribeReservedInstancesOfferingsResult' => ['type' => 'structure', 'members' => ['ReservedInstancesOfferings' => ['shape' => 'ReservedInstancesOfferingList', 'locationName' => 'reservedInstancesOfferingsSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeReservedInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'OfferingClass' => ['shape' => 'OfferingClassType'], 'ReservedInstancesIds' => ['shape' => 'ReservedInstancesIdStringList', 'locationName' => 'ReservedInstancesId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType']]], 'DescribeReservedInstancesResult' => ['type' => 'structure', 'members' => ['ReservedInstances' => ['shape' => 'ReservedInstancesList', 'locationName' => 'reservedInstancesSet']]], 'DescribeRouteTablesMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 5], 'DescribeRouteTablesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableIds' => ['shape' => 'RouteTableIdStringList', 'locationName' => 'RouteTableId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeRouteTablesMaxResults']]], 'DescribeRouteTablesResult' => ['type' => 'structure', 'members' => ['RouteTables' => ['shape' => 'RouteTableList', 'locationName' => 'routeTableSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeScheduledInstanceAvailabilityMaxResults' => ['type' => 'integer', 'max' => 300, 'min' => 5], 'DescribeScheduledInstanceAvailabilityRequest' => ['type' => 'structure', 'required' => ['FirstSlotStartTimeRange', 'Recurrence'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'FirstSlotStartTimeRange' => ['shape' => 'SlotDateTimeRangeRequest'], 'MaxResults' => ['shape' => 'DescribeScheduledInstanceAvailabilityMaxResults'], 'MaxSlotDurationInHours' => ['shape' => 'Integer'], 'MinSlotDurationInHours' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrenceRequest']]], 'DescribeScheduledInstanceAvailabilityResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ScheduledInstanceAvailabilitySet' => ['shape' => 'ScheduledInstanceAvailabilitySet', 'locationName' => 'scheduledInstanceAvailabilitySet']]], 'DescribeScheduledInstancesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'ScheduledInstanceIds' => ['shape' => 'ScheduledInstanceIdRequestSet', 'locationName' => 'ScheduledInstanceId'], 'SlotStartTimeRange' => ['shape' => 'SlotStartTimeRangeRequest']]], 'DescribeScheduledInstancesResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ScheduledInstanceSet' => ['shape' => 'ScheduledInstanceSet', 'locationName' => 'scheduledInstanceSet']]], 'DescribeSecurityGroupReferencesRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'GroupIds']]], 'DescribeSecurityGroupReferencesResult' => ['type' => 'structure', 'members' => ['SecurityGroupReferenceSet' => ['shape' => 'SecurityGroupReferences', 'locationName' => 'securityGroupReferenceSet']]], 'DescribeSecurityGroupsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeSecurityGroupsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'GroupIds' => ['shape' => 'GroupIdStringList', 'locationName' => 'GroupId'], 'GroupNames' => ['shape' => 'GroupNameStringList', 'locationName' => 'GroupName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeSecurityGroupsMaxResults']]], 'DescribeSecurityGroupsResult' => ['type' => 'structure', 'members' => ['SecurityGroups' => ['shape' => 'SecurityGroupList', 'locationName' => 'securityGroupInfo'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['CreateVolumePermissions' => ['shape' => 'CreateVolumePermissionList', 'locationName' => 'createVolumePermission'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId']]], 'DescribeSnapshotsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'OwnerIds' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'RestorableByUserIds' => ['shape' => 'RestorableByStringList', 'locationName' => 'RestorableBy'], 'SnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSnapshotsResult' => ['type' => 'structure', 'members' => ['Snapshots' => ['shape' => 'SnapshotList', 'locationName' => 'snapshotSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSpotDatafeedSubscriptionResult' => ['type' => 'structure', 'members' => ['SpotDatafeedSubscription' => ['shape' => 'SpotDatafeedSubscription', 'locationName' => 'spotDatafeedSubscription']]], 'DescribeSpotFleetInstancesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeSpotFleetInstancesRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'DescribeSpotFleetInstancesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetInstancesResponse' => ['type' => 'structure', 'members' => ['ActiveInstances' => ['shape' => 'ActiveInstanceSet', 'locationName' => 'activeInstanceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetRequestHistoryMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeSpotFleetRequestHistoryRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId', 'StartTime'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EventType' => ['shape' => 'EventType', 'locationName' => 'eventType'], 'MaxResults' => ['shape' => 'DescribeSpotFleetRequestHistoryMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotFleetRequestHistoryResponse' => ['type' => 'structure', 'members' => ['HistoryRecords' => ['shape' => 'HistoryRecords', 'locationName' => 'historyRecordSet'], 'LastEvaluatedTime' => ['shape' => 'DateTime', 'locationName' => 'lastEvaluatedTime'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotFleetRequestsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestIds' => ['shape' => 'SpotFleetRequestIdList', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetRequestsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestConfigs' => ['shape' => 'SpotFleetRequestConfigSet', 'locationName' => 'spotFleetRequestConfigSet']]], 'DescribeSpotInstanceRequestsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotInstanceRequestIds' => ['shape' => 'SpotInstanceRequestIdList', 'locationName' => 'SpotInstanceRequestId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer']]], 'DescribeSpotInstanceRequestsResult' => ['type' => 'structure', 'members' => ['SpotInstanceRequests' => ['shape' => 'SpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSpotPriceHistoryRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime'], 'InstanceTypes' => ['shape' => 'InstanceTypeList', 'locationName' => 'InstanceType'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ProductDescriptions' => ['shape' => 'ProductDescriptionList', 'locationName' => 'ProductDescription'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotPriceHistoryResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotPriceHistory' => ['shape' => 'SpotPriceHistoryList', 'locationName' => 'spotPriceHistorySet']]], 'DescribeStaleSecurityGroupsMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeStaleSecurityGroupsNextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DescribeStaleSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'DescribeStaleSecurityGroupsMaxResults'], 'NextToken' => ['shape' => 'DescribeStaleSecurityGroupsNextToken'], 'VpcId' => ['shape' => 'VpcId']]], 'DescribeStaleSecurityGroupsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'StaleSecurityGroupSet' => ['shape' => 'StaleSecurityGroupSet', 'locationName' => 'staleSecurityGroupSet']]], 'DescribeSubnetsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeSubnetsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'SubnetIds' => ['shape' => 'SubnetIdStringList', 'locationName' => 'SubnetId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeSubnetsMaxResults']]], 'DescribeSubnetsResult' => ['type' => 'structure', 'members' => ['Subnets' => ['shape' => 'SubnetList', 'locationName' => 'subnetSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTagsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTagsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'Tags' => ['shape' => 'TagDescriptionList', 'locationName' => 'tagSet']]], 'DescribeTrafficMirrorFiltersRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterIds' => ['shape' => 'TrafficMirrorFilterIdList', 'locationName' => 'TrafficMirrorFilterId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorFiltersResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilters' => ['shape' => 'TrafficMirrorFilterSet', 'locationName' => 'trafficMirrorFilterSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTrafficMirrorSessionsRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionIds' => ['shape' => 'TrafficMirrorSessionIdList', 'locationName' => 'TrafficMirrorSessionId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorSessionsResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSessions' => ['shape' => 'TrafficMirrorSessionSet', 'locationName' => 'trafficMirrorSessionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTrafficMirrorTargetsRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetIds' => ['shape' => 'TrafficMirrorTargetIdList', 'locationName' => 'TrafficMirrorTargetId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorTargetsResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTargets' => ['shape' => 'TrafficMirrorTargetSet', 'locationName' => 'trafficMirrorTargetSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayAttachments' => ['shape' => 'TransitGatewayAttachmentList', 'locationName' => 'transitGatewayAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayMulticastDomainsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainIds' => ['shape' => 'TransitGatewayMulticastDomainIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayMulticastDomainsResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomains' => ['shape' => 'TransitGatewayMulticastDomainList', 'locationName' => 'transitGatewayMulticastDomains'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayPeeringAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayPeeringAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachments' => ['shape' => 'TransitGatewayPeeringAttachmentList', 'locationName' => 'transitGatewayPeeringAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayRouteTablesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableIds' => ['shape' => 'TransitGatewayRouteTableIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayRouteTablesResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTables' => ['shape' => 'TransitGatewayRouteTableList', 'locationName' => 'transitGatewayRouteTables'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayVpcAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayVpcAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachments' => ['shape' => 'TransitGatewayVpcAttachmentList', 'locationName' => 'transitGatewayVpcAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewaysRequest' => ['type' => 'structure', 'members' => ['TransitGatewayIds' => ['shape' => 'TransitGatewayIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewaysResult' => ['type' => 'structure', 'members' => ['TransitGateways' => ['shape' => 'TransitGatewayList', 'locationName' => 'transitGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumeAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'VolumeId'], 'members' => ['Attribute' => ['shape' => 'VolumeAttributeName'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVolumeAttributeResult' => ['type' => 'structure', 'members' => ['AutoEnableIO' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'autoEnableIO'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId']]], 'DescribeVolumeStatusRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVolumeStatusResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'VolumeStatuses' => ['shape' => 'VolumeStatusList', 'locationName' => 'volumeStatusSet']]], 'DescribeVolumesModificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer']]], 'DescribeVolumesModificationsResult' => ['type' => 'structure', 'members' => ['VolumesModifications' => ['shape' => 'VolumeModificationList', 'locationName' => 'volumeModificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumesResult' => ['type' => 'structure', 'members' => ['Volumes' => ['shape' => 'VolumeList', 'locationName' => 'volumeSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'VpcId'], 'members' => ['Attribute' => ['shape' => 'VpcAttributeName'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpcAttributeResult' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'EnableDnsHostnames' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enableDnsHostnames'], 'EnableDnsSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enableDnsSupport']]], 'DescribeVpcClassicLinkDnsSupportMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeVpcClassicLinkDnsSupportNextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DescribeVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'DescribeVpcClassicLinkDnsSupportMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'DescribeVpcClassicLinkDnsSupportNextToken', 'locationName' => 'nextToken'], 'VpcIds' => ['shape' => 'VpcClassicLinkIdList']]], 'DescribeVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'DescribeVpcClassicLinkDnsSupportNextToken', 'locationName' => 'nextToken'], 'Vpcs' => ['shape' => 'ClassicLinkDnsSupportList', 'locationName' => 'vpcs']]], 'DescribeVpcClassicLinkRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcIds' => ['shape' => 'VpcClassicLinkIdList', 'locationName' => 'VpcId']]], 'DescribeVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Vpcs' => ['shape' => 'VpcClassicLinkList', 'locationName' => 'vpcSet']]], 'DescribeVpcEndpointConnectionNotificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationId' => ['shape' => 'ConnectionNotificationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointConnectionNotificationsResult' => ['type' => 'structure', 'members' => ['ConnectionNotificationSet' => ['shape' => 'ConnectionNotificationSet', 'locationName' => 'connectionNotificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointConnectionsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['VpcEndpointConnections' => ['shape' => 'VpcEndpointConnectionSet', 'locationName' => 'vpcEndpointConnectionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServiceConfigurationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceIds' => ['shape' => 'VpcEndpointServiceIdList', 'locationName' => 'ServiceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServiceConfigurationsResult' => ['type' => 'structure', 'members' => ['ServiceConfigurations' => ['shape' => 'ServiceConfigurationSet', 'locationName' => 'serviceConfigurationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServicePermissionsRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServicePermissionsResult' => ['type' => 'structure', 'members' => ['AllowedPrincipals' => ['shape' => 'AllowedPrincipalSet', 'locationName' => 'allowedPrincipals'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServicesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceNames' => ['shape' => 'ValueStringList', 'locationName' => 'ServiceName'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServicesResult' => ['type' => 'structure', 'members' => ['ServiceNames' => ['shape' => 'ValueStringList', 'locationName' => 'serviceNameSet'], 'ServiceDetails' => ['shape' => 'ServiceDetailSet', 'locationName' => 'serviceDetailSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointsResult' => ['type' => 'structure', 'members' => ['VpcEndpoints' => ['shape' => 'VpcEndpointSet', 'locationName' => 'vpcEndpointSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcPeeringConnectionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeVpcPeeringConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionIds' => ['shape' => 'VpcPeeringConnectionIdList', 'locationName' => 'VpcPeeringConnectionId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeVpcPeeringConnectionsMaxResults']]], 'DescribeVpcPeeringConnectionsResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnections' => ['shape' => 'VpcPeeringConnectionList', 'locationName' => 'vpcPeeringConnectionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeVpcsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpcIds' => ['shape' => 'VpcIdStringList', 'locationName' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeVpcsMaxResults']]], 'DescribeVpcsResult' => ['type' => 'structure', 'members' => ['Vpcs' => ['shape' => 'VpcList', 'locationName' => 'vpcSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpnConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpnConnectionIds' => ['shape' => 'VpnConnectionIdStringList', 'locationName' => 'VpnConnectionId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpnConnectionsResult' => ['type' => 'structure', 'members' => ['VpnConnections' => ['shape' => 'VpnConnectionList', 'locationName' => 'vpnConnectionSet']]], 'DescribeVpnGatewaysRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpnGatewayIds' => ['shape' => 'VpnGatewayIdStringList', 'locationName' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpnGatewaysResult' => ['type' => 'structure', 'members' => ['VpnGateways' => ['shape' => 'VpnGatewayList', 'locationName' => 'vpnGatewaySet']]], 'DetachClassicLinkVpcRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DetachClassicLinkVpcResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DetachInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DetachNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['AttachmentId'], 'members' => ['AttachmentId' => ['shape' => 'NetworkInterfaceAttachmentId', 'locationName' => 'attachmentId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Force' => ['shape' => 'Boolean', 'locationName' => 'force']]], 'DetachVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['Device' => ['shape' => 'String'], 'Force' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DetachVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId', 'VpnGatewayId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeviceType' => ['type' => 'string', 'enum' => ['ebs', 'instance-store']], 'DhcpConfiguration' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Values' => ['shape' => 'DhcpConfigurationValueList', 'locationName' => 'valueSet']]], 'DhcpConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DhcpConfiguration', 'locationName' => 'item']], 'DhcpConfigurationValueList' => ['type' => 'list', 'member' => ['shape' => 'AttributeValue', 'locationName' => 'item']], 'DhcpOptions' => ['type' => 'structure', 'members' => ['DhcpConfigurations' => ['shape' => 'DhcpConfigurationList', 'locationName' => 'dhcpConfigurationSet'], 'DhcpOptionsId' => ['shape' => 'String', 'locationName' => 'dhcpOptionsId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'DhcpOptionsId' => ['type' => 'string'], 'DhcpOptionsIdStringList' => ['type' => 'list', 'member' => ['shape' => 'DhcpOptionsId', 'locationName' => 'DhcpOptionsId']], 'DhcpOptionsList' => ['type' => 'list', 'member' => ['shape' => 'DhcpOptions', 'locationName' => 'item']], 'DirectoryServiceAuthentication' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'String', 'locationName' => 'directoryId']]], 'DirectoryServiceAuthenticationRequest' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'String']]], 'DisableEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'DisableEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'DisableFastSnapshotRestoreErrorItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'FastSnapshotRestoreStateErrors' => ['shape' => 'DisableFastSnapshotRestoreStateErrorSet', 'locationName' => 'fastSnapshotRestoreStateErrorSet']]], 'DisableFastSnapshotRestoreErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreErrorItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoreStateError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DisableFastSnapshotRestoreStateErrorItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Error' => ['shape' => 'DisableFastSnapshotRestoreStateError', 'locationName' => 'error']]], 'DisableFastSnapshotRestoreStateErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreStateErrorItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'DisableFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoresRequest' => ['type' => 'structure', 'required' => ['AvailabilityZones', 'SourceSnapshotIds'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneStringList', 'locationName' => 'AvailabilityZone'], 'SourceSnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SourceSnapshotId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'DisableFastSnapshotRestoreSuccessSet', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'DisableFastSnapshotRestoreErrorSet', 'locationName' => 'unsuccessful']]], 'DisableTransitGatewayRouteTablePropagationRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableTransitGatewayRouteTablePropagationResult' => ['type' => 'structure', 'members' => ['Propagation' => ['shape' => 'TransitGatewayPropagation', 'locationName' => 'propagation']]], 'DisableVgwRoutePropagationRequest' => ['type' => 'structure', 'required' => ['GatewayId', 'RouteTableId'], 'members' => ['GatewayId' => ['shape' => 'VpnGatewayId'], 'RouteTableId' => ['shape' => 'RouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'DisableVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DisableVpcClassicLinkRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DisableVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DisassociateAddressRequest' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'ElasticIpAssociationId'], 'PublicIp' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DisassociateClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'AssociationId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'AssociationId' => ['shape' => 'ClientVpnAssociationId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status']]], 'DisassociateIamInstanceProfileRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'IamInstanceProfileAssociationId']]], 'DisassociateIamInstanceProfileResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'DisassociateRouteTableRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'RouteTableAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DisassociateSubnetCidrBlockRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'SubnetCidrAssociationId', 'locationName' => 'associationId']]], 'DisassociateSubnetCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'DisassociateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'SubnetIds' => ['shape' => 'ValueStringList'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayMulticastDomainAssociations', 'locationName' => 'associations']]], 'DisassociateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'TransitGatewayAssociation', 'locationName' => 'association']]], 'DisassociateVpcCidrBlockRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'VpcCidrAssociationId', 'locationName' => 'associationId']]], 'DisassociateVpcCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'CidrBlockAssociation' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'cidrBlockAssociation'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'DiskCount' => ['type' => 'integer'], 'DiskImage' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Image' => ['shape' => 'DiskImageDetail'], 'Volume' => ['shape' => 'VolumeDetail']]], 'DiskImageDescription' => ['type' => 'structure', 'members' => ['Checksum' => ['shape' => 'String', 'locationName' => 'checksum'], 'Format' => ['shape' => 'DiskImageFormat', 'locationName' => 'format'], 'ImportManifestUrl' => ['shape' => 'String', 'locationName' => 'importManifestUrl'], 'Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'DiskImageDetail' => ['type' => 'structure', 'required' => ['Bytes', 'Format', 'ImportManifestUrl'], 'members' => ['Bytes' => ['shape' => 'Long', 'locationName' => 'bytes'], 'Format' => ['shape' => 'DiskImageFormat', 'locationName' => 'format'], 'ImportManifestUrl' => ['shape' => 'String', 'locationName' => 'importManifestUrl']]], 'DiskImageFormat' => ['type' => 'string', 'enum' => ['VMDK', 'RAW', 'VHD']], 'DiskImageList' => ['type' => 'list', 'member' => ['shape' => 'DiskImage']], 'DiskImageVolumeDescription' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String', 'locationName' => 'id'], 'Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'DiskInfo' => ['type' => 'structure', 'members' => ['SizeInGB' => ['shape' => 'DiskSize', 'locationName' => 'sizeInGB'], 'Count' => ['shape' => 'DiskCount', 'locationName' => 'count'], 'Type' => ['shape' => 'DiskType', 'locationName' => 'type']]], 'DiskInfoList' => ['type' => 'list', 'member' => ['shape' => 'DiskInfo', 'locationName' => 'item']], 'DiskSize' => ['type' => 'long'], 'DiskType' => ['type' => 'string', 'enum' => ['hdd', 'ssd']], 'DnsEntry' => ['type' => 'structure', 'members' => ['DnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'HostedZoneId' => ['shape' => 'String', 'locationName' => 'hostedZoneId']]], 'DnsEntrySet' => ['type' => 'list', 'member' => ['shape' => 'DnsEntry', 'locationName' => 'item']], 'DnsNameState' => ['type' => 'string', 'enum' => ['pendingVerification', 'verified', 'failed']], 'DnsServersOptionsModifyStructure' => ['type' => 'structure', 'members' => ['CustomDnsServers' => ['shape' => 'ValueStringList'], 'Enabled' => ['shape' => 'Boolean']]], 'DnsSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DomainType' => ['type' => 'string', 'enum' => ['vpc', 'standard']], 'Double' => ['type' => 'double'], 'EbsBlockDevice' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType'], 'KmsKeyId' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted']]], 'EbsEncryptionSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported']], 'EbsInfo' => ['type' => 'structure', 'members' => ['EbsOptimizedSupport' => ['shape' => 'EbsOptimizedSupport', 'locationName' => 'ebsOptimizedSupport'], 'EncryptionSupport' => ['shape' => 'EbsEncryptionSupport', 'locationName' => 'encryptionSupport']]], 'EbsInstanceBlockDevice' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId']]], 'EbsInstanceBlockDeviceSpecification' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'VolumeId' => ['shape' => 'VolumeId', 'locationName' => 'volumeId']]], 'EbsOptimizedSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported', 'default']], 'EgressOnlyInternetGateway' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'InternetGatewayAttachmentList', 'locationName' => 'attachmentSet'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'EgressOnlyInternetGatewayId' => ['type' => 'string'], 'EgressOnlyInternetGatewayIdList' => ['type' => 'list', 'member' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'item']], 'EgressOnlyInternetGatewayList' => ['type' => 'list', 'member' => ['shape' => 'EgressOnlyInternetGateway', 'locationName' => 'item']], 'ElasticGpuAssociation' => ['type' => 'structure', 'members' => ['ElasticGpuId' => ['shape' => 'String', 'locationName' => 'elasticGpuId'], 'ElasticGpuAssociationId' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationId'], 'ElasticGpuAssociationState' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationState'], 'ElasticGpuAssociationTime' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationTime']]], 'ElasticGpuAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuAssociation', 'locationName' => 'item']], 'ElasticGpuHealth' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ElasticGpuStatus', 'locationName' => 'status']]], 'ElasticGpuId' => ['type' => 'string'], 'ElasticGpuIdSet' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuId', 'locationName' => 'item']], 'ElasticGpuSet' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpus', 'locationName' => 'item']], 'ElasticGpuSpecification' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String']]], 'ElasticGpuSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecification', 'locationName' => 'ElasticGpuSpecification']], 'ElasticGpuSpecificationResponse' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String', 'locationName' => 'type']]], 'ElasticGpuSpecificationResponseList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecificationResponse', 'locationName' => 'item']], 'ElasticGpuSpecifications' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecification', 'locationName' => 'item']], 'ElasticGpuState' => ['type' => 'string', 'enum' => ['ATTACHED']], 'ElasticGpuStatus' => ['type' => 'string', 'enum' => ['OK', 'IMPAIRED']], 'ElasticGpus' => ['type' => 'structure', 'members' => ['ElasticGpuId' => ['shape' => 'String', 'locationName' => 'elasticGpuId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'ElasticGpuType' => ['shape' => 'String', 'locationName' => 'elasticGpuType'], 'ElasticGpuHealth' => ['shape' => 'ElasticGpuHealth', 'locationName' => 'elasticGpuHealth'], 'ElasticGpuState' => ['shape' => 'ElasticGpuState', 'locationName' => 'elasticGpuState'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ElasticInferenceAccelerator' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String'], 'Count' => ['shape' => 'ElasticInferenceAcceleratorCount']]], 'ElasticInferenceAcceleratorAssociation' => ['type' => 'structure', 'members' => ['ElasticInferenceAcceleratorArn' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorArn'], 'ElasticInferenceAcceleratorAssociationId' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorAssociationId'], 'ElasticInferenceAcceleratorAssociationState' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorAssociationState'], 'ElasticInferenceAcceleratorAssociationTime' => ['shape' => 'DateTime', 'locationName' => 'elasticInferenceAcceleratorAssociationTime']]], 'ElasticInferenceAcceleratorAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticInferenceAcceleratorAssociation', 'locationName' => 'item']], 'ElasticInferenceAcceleratorCount' => ['type' => 'integer', 'min' => 1], 'ElasticInferenceAccelerators' => ['type' => 'list', 'member' => ['shape' => 'ElasticInferenceAccelerator', 'locationName' => 'item']], 'ElasticIpAssociationId' => ['type' => 'string'], 'EnaSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported', 'required']], 'EnableEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'EnableEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'EnableFastSnapshotRestoreErrorItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'FastSnapshotRestoreStateErrors' => ['shape' => 'EnableFastSnapshotRestoreStateErrorSet', 'locationName' => 'fastSnapshotRestoreStateErrorSet']]], 'EnableFastSnapshotRestoreErrorSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreErrorItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoreStateError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'EnableFastSnapshotRestoreStateErrorItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Error' => ['shape' => 'EnableFastSnapshotRestoreStateError', 'locationName' => 'error']]], 'EnableFastSnapshotRestoreStateErrorSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreStateErrorItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'EnableFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoresRequest' => ['type' => 'structure', 'required' => ['AvailabilityZones', 'SourceSnapshotIds'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneStringList', 'locationName' => 'AvailabilityZone'], 'SourceSnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SourceSnapshotId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'EnableFastSnapshotRestoreSuccessSet', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'EnableFastSnapshotRestoreErrorSet', 'locationName' => 'unsuccessful']]], 'EnableTransitGatewayRouteTablePropagationRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableTransitGatewayRouteTablePropagationResult' => ['type' => 'structure', 'members' => ['Propagation' => ['shape' => 'TransitGatewayPropagation', 'locationName' => 'propagation']]], 'EnableVgwRoutePropagationRequest' => ['type' => 'structure', 'required' => ['GatewayId', 'RouteTableId'], 'members' => ['GatewayId' => ['shape' => 'VpnGatewayId'], 'RouteTableId' => ['shape' => 'RouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableVolumeIORequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VolumeId' => ['shape' => 'VolumeId', 'locationName' => 'volumeId']]], 'EnableVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'EnableVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'EnableVpcClassicLinkRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'EnableVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'EndDateType' => ['type' => 'string', 'enum' => ['unlimited', 'limited']], 'EndpointSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnEndpoint', 'locationName' => 'item']], 'EventCode' => ['type' => 'string', 'enum' => ['instance-reboot', 'system-reboot', 'system-maintenance', 'instance-retirement', 'instance-stop']], 'EventInformation' => ['type' => 'structure', 'members' => ['EventDescription' => ['shape' => 'String', 'locationName' => 'eventDescription'], 'EventSubType' => ['shape' => 'String', 'locationName' => 'eventSubType'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'EventType' => ['type' => 'string', 'enum' => ['instanceChange', 'fleetRequestChange', 'error', 'information']], 'ExcessCapacityTerminationPolicy' => ['type' => 'string', 'enum' => ['noTermination', 'default']], 'ExecutableByStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ExecutableBy']], 'ExportClientVpnClientCertificateRevocationListRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportClientVpnClientCertificateRevocationListResult' => ['type' => 'structure', 'members' => ['CertificateRevocationList' => ['shape' => 'String', 'locationName' => 'certificateRevocationList'], 'Status' => ['shape' => 'ClientCertificateRevocationListStatus', 'locationName' => 'status']]], 'ExportClientVpnClientConfigurationRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportClientVpnClientConfigurationResult' => ['type' => 'structure', 'members' => ['ClientConfiguration' => ['shape' => 'String', 'locationName' => 'clientConfiguration']]], 'ExportEnvironment' => ['type' => 'string', 'enum' => ['citrix', 'vmware', 'microsoft']], 'ExportImageRequest' => ['type' => 'structure', 'required' => ['DiskImageFormat', 'ImageId', 'S3ExportLocation'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'Description' => ['shape' => 'String'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat'], 'DryRun' => ['shape' => 'Boolean'], 'ImageId' => ['shape' => 'ImageId'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3LocationRequest'], 'RoleName' => ['shape' => 'String']]], 'ExportImageResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'ExportImageTaskId' => ['shape' => 'String', 'locationName' => 'exportImageTaskId'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'RoleName' => ['shape' => 'String', 'locationName' => 'roleName'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3Location', 'locationName' => 's3ExportLocation'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'ExportImageTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportImageTaskId' => ['shape' => 'String', 'locationName' => 'exportImageTaskId'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3Location', 'locationName' => 's3ExportLocation'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'ExportImageTaskId' => ['type' => 'string'], 'ExportImageTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ExportImageTaskId', 'locationName' => 'ExportImageTaskId']], 'ExportImageTaskList' => ['type' => 'list', 'member' => ['shape' => 'ExportImageTask', 'locationName' => 'item']], 'ExportTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportTaskId' => ['shape' => 'String', 'locationName' => 'exportTaskId'], 'ExportToS3Task' => ['shape' => 'ExportToS3Task', 'locationName' => 'exportToS3'], 'InstanceExportDetails' => ['shape' => 'InstanceExportDetails', 'locationName' => 'instanceExport'], 'State' => ['shape' => 'ExportTaskState', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ExportTaskId' => ['type' => 'string'], 'ExportTaskIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ExportTaskId', 'locationName' => 'ExportTaskId']], 'ExportTaskList' => ['type' => 'list', 'member' => ['shape' => 'ExportTask', 'locationName' => 'item']], 'ExportTaskS3Location' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Prefix' => ['shape' => 'String', 'locationName' => 's3Prefix']]], 'ExportTaskS3LocationRequest' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String']]], 'ExportTaskState' => ['type' => 'string', 'enum' => ['active', 'cancelling', 'cancelled', 'completed']], 'ExportToS3Task' => ['type' => 'structure', 'members' => ['ContainerFormat' => ['shape' => 'ContainerFormat', 'locationName' => 'containerFormat'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Key' => ['shape' => 'String', 'locationName' => 's3Key']]], 'ExportToS3TaskSpecification' => ['type' => 'structure', 'members' => ['ContainerFormat' => ['shape' => 'ContainerFormat', 'locationName' => 'containerFormat'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Prefix' => ['shape' => 'String', 'locationName' => 's3Prefix']]], 'ExportTransitGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'S3Bucket'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'S3Bucket' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportTransitGatewayRoutesResult' => ['type' => 'structure', 'members' => ['S3Location' => ['shape' => 'String', 'locationName' => 's3Location']]], 'ExportVmTaskId' => ['type' => 'string'], 'FailedQueuedPurchaseDeletion' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'DeleteQueuedReservedInstancesError', 'locationName' => 'error'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'FailedQueuedPurchaseDeletionSet' => ['type' => 'list', 'member' => ['shape' => 'FailedQueuedPurchaseDeletion', 'locationName' => 'item']], 'FastSnapshotRestoreStateCode' => ['type' => 'string', 'enum' => ['enabling', 'optimizing', 'enabled', 'disabling', 'disabled']], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter', 'locationName' => 'Filter']], 'FleetActivityStatus' => ['type' => 'string', 'enum' => ['error', 'pending_fulfillment', 'pending_termination', 'fulfilled']], 'FleetCapacityReservationUsageStrategy' => ['type' => 'string', 'enum' => ['use-capacity-reservations-first']], 'FleetData' => ['type' => 'structure', 'members' => ['ActivityStatus' => ['shape' => 'FleetActivityStatus', 'locationName' => 'activityStatus'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'FleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'fleetState'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'FulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledCapacity'], 'FulfilledOnDemandCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledOnDemandCapacity'], 'LaunchTemplateConfigs' => ['shape' => 'FleetLaunchTemplateConfigList', 'locationName' => 'launchTemplateConfigs'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecification', 'locationName' => 'targetCapacitySpecification'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean', 'locationName' => 'terminateInstancesWithExpiration'], 'Type' => ['shape' => 'FleetType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean', 'locationName' => 'replaceUnhealthyInstances'], 'SpotOptions' => ['shape' => 'SpotOptions', 'locationName' => 'spotOptions'], 'OnDemandOptions' => ['shape' => 'OnDemandOptions', 'locationName' => 'onDemandOptions'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Errors' => ['shape' => 'DescribeFleetsErrorSet', 'locationName' => 'errorSet'], 'Instances' => ['shape' => 'DescribeFleetsInstancesSet', 'locationName' => 'fleetInstanceSet']]], 'FleetEventType' => ['type' => 'string', 'enum' => ['instance-change', 'fleet-change', 'service-error']], 'FleetExcessCapacityTerminationPolicy' => ['type' => 'string', 'enum' => ['no-termination', 'termination']], 'FleetId' => ['type' => 'string'], 'FleetIdSet' => ['type' => 'list', 'member' => ['shape' => 'FleetId']], 'FleetLaunchTemplateConfig' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverridesList', 'locationName' => 'overrides']]], 'FleetLaunchTemplateConfigList' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateConfig', 'locationName' => 'item']], 'FleetLaunchTemplateConfigListRequest' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateConfigRequest', 'locationName' => 'item'], 'max' => 50], 'FleetLaunchTemplateConfigRequest' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecificationRequest'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverridesListRequest']]], 'FleetLaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'MaxPrice' => ['shape' => 'String', 'locationName' => 'maxPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'Priority' => ['shape' => 'Double', 'locationName' => 'priority'], 'Placement' => ['shape' => 'PlacementResponse', 'locationName' => 'placement']]], 'FleetLaunchTemplateOverridesList' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateOverrides', 'locationName' => 'item']], 'FleetLaunchTemplateOverridesListRequest' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateOverridesRequest', 'locationName' => 'item'], 'max' => 50], 'FleetLaunchTemplateOverridesRequest' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'MaxPrice' => ['shape' => 'String'], 'SubnetId' => ['shape' => 'SubnetId'], 'AvailabilityZone' => ['shape' => 'String'], 'WeightedCapacity' => ['shape' => 'Double'], 'Priority' => ['shape' => 'Double'], 'Placement' => ['shape' => 'Placement']]], 'FleetLaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'Version' => ['shape' => 'String', 'locationName' => 'version']]], 'FleetLaunchTemplateSpecificationRequest' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Version' => ['shape' => 'String']]], 'FleetOnDemandAllocationStrategy' => ['type' => 'string', 'enum' => ['lowest-price', 'prioritized']], 'FleetSet' => ['type' => 'list', 'member' => ['shape' => 'FleetData', 'locationName' => 'item']], 'FleetStateCode' => ['type' => 'string', 'enum' => ['submitted', 'active', 'deleted', 'failed', 'deleted_running', 'deleted_terminating', 'modifying']], 'FleetType' => ['type' => 'string', 'enum' => ['request', 'maintain', 'instant']], 'Float' => ['type' => 'float'], 'FlowLog' => ['type' => 'structure', 'members' => ['CreationTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTime'], 'DeliverLogsErrorMessage' => ['shape' => 'String', 'locationName' => 'deliverLogsErrorMessage'], 'DeliverLogsPermissionArn' => ['shape' => 'String', 'locationName' => 'deliverLogsPermissionArn'], 'DeliverLogsStatus' => ['shape' => 'String', 'locationName' => 'deliverLogsStatus'], 'FlowLogId' => ['shape' => 'String', 'locationName' => 'flowLogId'], 'FlowLogStatus' => ['shape' => 'String', 'locationName' => 'flowLogStatus'], 'LogGroupName' => ['shape' => 'String', 'locationName' => 'logGroupName'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'TrafficType' => ['shape' => 'TrafficType', 'locationName' => 'trafficType'], 'LogDestinationType' => ['shape' => 'LogDestinationType', 'locationName' => 'logDestinationType'], 'LogDestination' => ['shape' => 'String', 'locationName' => 'logDestination'], 'LogFormat' => ['shape' => 'String', 'locationName' => 'logFormat'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'MaxAggregationInterval' => ['shape' => 'Integer', 'locationName' => 'maxAggregationInterval']]], 'FlowLogIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcFlowLogId', 'locationName' => 'item']], 'FlowLogResourceId' => ['type' => 'string'], 'FlowLogResourceIds' => ['type' => 'list', 'member' => ['shape' => 'FlowLogResourceId', 'locationName' => 'item']], 'FlowLogSet' => ['type' => 'list', 'member' => ['shape' => 'FlowLog', 'locationName' => 'item']], 'FlowLogsResourceType' => ['type' => 'string', 'enum' => ['VPC', 'Subnet', 'NetworkInterface']], 'FpgaDeviceCount' => ['type' => 'integer'], 'FpgaDeviceInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FpgaDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'FpgaDeviceManufacturerName', 'locationName' => 'manufacturer'], 'Count' => ['shape' => 'FpgaDeviceCount', 'locationName' => 'count'], 'MemoryInfo' => ['shape' => 'FpgaDeviceMemoryInfo', 'locationName' => 'memoryInfo']]], 'FpgaDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'FpgaDeviceInfo', 'locationName' => 'item']], 'FpgaDeviceManufacturerName' => ['type' => 'string'], 'FpgaDeviceMemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'FpgaDeviceMemorySize', 'locationName' => 'sizeInMiB']]], 'FpgaDeviceMemorySize' => ['type' => 'integer'], 'FpgaDeviceName' => ['type' => 'string'], 'FpgaImage' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'FpgaImageGlobalId' => ['shape' => 'String', 'locationName' => 'fpgaImageGlobalId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'ShellVersion' => ['shape' => 'String', 'locationName' => 'shellVersion'], 'PciId' => ['shape' => 'PciId', 'locationName' => 'pciId'], 'State' => ['shape' => 'FpgaImageState', 'locationName' => 'state'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tags'], 'Public' => ['shape' => 'Boolean', 'locationName' => 'public'], 'DataRetentionSupport' => ['shape' => 'Boolean', 'locationName' => 'dataRetentionSupport']]], 'FpgaImageAttribute' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'LoadPermissions' => ['shape' => 'LoadPermissionList', 'locationName' => 'loadPermissions'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes']]], 'FpgaImageAttributeName' => ['type' => 'string', 'enum' => ['description', 'name', 'loadPermission', 'productCodes']], 'FpgaImageId' => ['type' => 'string'], 'FpgaImageIdList' => ['type' => 'list', 'member' => ['shape' => 'FpgaImageId', 'locationName' => 'item']], 'FpgaImageList' => ['type' => 'list', 'member' => ['shape' => 'FpgaImage', 'locationName' => 'item']], 'FpgaImageState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'FpgaImageStateCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'FpgaImageStateCode' => ['type' => 'string', 'enum' => ['pending', 'failed', 'available', 'unavailable']], 'FpgaInfo' => ['type' => 'structure', 'members' => ['Fpgas' => ['shape' => 'FpgaDeviceInfoList', 'locationName' => 'fpgas'], 'TotalFpgaMemoryInMiB' => ['shape' => 'totalFpgaMemory', 'locationName' => 'totalFpgaMemoryInMiB']]], 'FreeTierEligibleFlag' => ['type' => 'boolean'], 'GatewayType' => ['type' => 'string', 'enum' => ['ipsec.1']], 'GetAssociatedIpv6PoolCidrsRequest' => ['type' => 'structure', 'required' => ['PoolId'], 'members' => ['PoolId' => ['shape' => 'Ipv6PoolEc2Id'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'Ipv6PoolMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'GetAssociatedIpv6PoolCidrsResult' => ['type' => 'structure', 'members' => ['Ipv6CidrAssociations' => ['shape' => 'Ipv6CidrAssociationSet', 'locationName' => 'ipv6CidrAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetCapacityReservationUsageRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'GetCapacityReservationUsageRequestMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'GetCapacityReservationUsageRequestMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'GetCapacityReservationUsageResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'TotalInstanceCount' => ['shape' => 'Integer', 'locationName' => 'totalInstanceCount'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'State' => ['shape' => 'CapacityReservationState', 'locationName' => 'state'], 'InstanceUsages' => ['shape' => 'InstanceUsageSet', 'locationName' => 'instanceUsageSet']]], 'GetCoipPoolUsageRequest' => ['type' => 'structure', 'required' => ['PoolId'], 'members' => ['PoolId' => ['shape' => 'CoipPoolId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'CoipPoolMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetCoipPoolUsageResult' => ['type' => 'structure', 'members' => ['CoipPoolId' => ['shape' => 'String', 'locationName' => 'coipPoolId'], 'CoipAddressUsages' => ['shape' => 'CoipAddressUsageSet', 'locationName' => 'coipAddressUsageSet'], 'LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId']]], 'GetConsoleOutputRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Latest' => ['shape' => 'Boolean']]], 'GetConsoleOutputResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Output' => ['shape' => 'String', 'locationName' => 'output'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'GetConsoleScreenshotRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'WakeUp' => ['shape' => 'Boolean']]], 'GetConsoleScreenshotResult' => ['type' => 'structure', 'members' => ['ImageData' => ['shape' => 'String', 'locationName' => 'imageData'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'GetDefaultCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceFamily'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily']]], 'GetDefaultCreditSpecificationResult' => ['type' => 'structure', 'members' => ['InstanceFamilyCreditSpecification' => ['shape' => 'InstanceFamilyCreditSpecification', 'locationName' => 'instanceFamilyCreditSpecification']]], 'GetEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'GetEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'GetEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'GetEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'GetHostReservationPurchasePreviewRequest' => ['type' => 'structure', 'required' => ['HostIdSet', 'OfferingId'], 'members' => ['HostIdSet' => ['shape' => 'RequestHostIdSet'], 'OfferingId' => ['shape' => 'OfferingId']]], 'GetHostReservationPurchasePreviewResult' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Purchase' => ['shape' => 'PurchaseSet', 'locationName' => 'purchase'], 'TotalHourlyPrice' => ['shape' => 'String', 'locationName' => 'totalHourlyPrice'], 'TotalUpfrontPrice' => ['shape' => 'String', 'locationName' => 'totalUpfrontPrice']]], 'GetLaunchTemplateDataRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId']]], 'GetLaunchTemplateDataResult' => ['type' => 'structure', 'members' => ['LaunchTemplateData' => ['shape' => 'ResponseLaunchTemplateData', 'locationName' => 'launchTemplateData']]], 'GetPasswordDataRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'GetPasswordDataResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PasswordData' => ['shape' => 'String', 'locationName' => 'passwordData'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'GetReservedInstancesExchangeQuoteRequest' => ['type' => 'structure', 'required' => ['ReservedInstanceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstanceIds' => ['shape' => 'ReservedInstanceIdSet', 'locationName' => 'ReservedInstanceId'], 'TargetConfigurations' => ['shape' => 'TargetConfigurationRequestSet', 'locationName' => 'TargetConfiguration']]], 'GetReservedInstancesExchangeQuoteResult' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'String', 'locationName' => 'currencyCode'], 'IsValidExchange' => ['shape' => 'Boolean', 'locationName' => 'isValidExchange'], 'OutputReservedInstancesWillExpireAt' => ['shape' => 'DateTime', 'locationName' => 'outputReservedInstancesWillExpireAt'], 'PaymentDue' => ['shape' => 'String', 'locationName' => 'paymentDue'], 'ReservedInstanceValueRollup' => ['shape' => 'ReservationValue', 'locationName' => 'reservedInstanceValueRollup'], 'ReservedInstanceValueSet' => ['shape' => 'ReservedInstanceReservationValueSet', 'locationName' => 'reservedInstanceValueSet'], 'TargetConfigurationValueRollup' => ['shape' => 'ReservationValue', 'locationName' => 'targetConfigurationValueRollup'], 'TargetConfigurationValueSet' => ['shape' => 'TargetReservationValueSet', 'locationName' => 'targetConfigurationValueSet'], 'ValidationFailureReason' => ['shape' => 'String', 'locationName' => 'validationFailureReason']]], 'GetTransitGatewayAttachmentPropagationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayAttachmentPropagationsResult' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentPropagations' => ['shape' => 'TransitGatewayAttachmentPropagationList', 'locationName' => 'transitGatewayAttachmentPropagations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayMulticastDomainAssociationsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayMulticastDomainAssociationsResult' => ['type' => 'structure', 'members' => ['MulticastDomainAssociations' => ['shape' => 'TransitGatewayMulticastDomainAssociationList', 'locationName' => 'multicastDomainAssociations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayRouteTableAssociationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayRouteTableAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayRouteTableAssociationList', 'locationName' => 'associations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayRouteTablePropagationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayRouteTablePropagationsResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTablePropagations' => ['shape' => 'TransitGatewayRouteTablePropagationList', 'locationName' => 'transitGatewayRouteTablePropagations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GpuDeviceCount' => ['type' => 'integer'], 'GpuDeviceInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'GpuDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'GpuDeviceManufacturerName', 'locationName' => 'manufacturer'], 'Count' => ['shape' => 'GpuDeviceCount', 'locationName' => 'count'], 'MemoryInfo' => ['shape' => 'GpuDeviceMemoryInfo', 'locationName' => 'memoryInfo']]], 'GpuDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'GpuDeviceInfo', 'locationName' => 'item']], 'GpuDeviceManufacturerName' => ['type' => 'string'], 'GpuDeviceMemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'GpuDeviceMemorySize', 'locationName' => 'sizeInMiB']]], 'GpuDeviceMemorySize' => ['type' => 'integer'], 'GpuDeviceName' => ['type' => 'string'], 'GpuInfo' => ['type' => 'structure', 'members' => ['Gpus' => ['shape' => 'GpuDeviceInfoList', 'locationName' => 'gpus'], 'TotalGpuMemoryInMiB' => ['shape' => 'totalGpuMemory', 'locationName' => 'totalGpuMemoryInMiB']]], 'GroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'groupId']], 'GroupIdentifier' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId']]], 'GroupIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'GroupIdentifier', 'locationName' => 'item']], 'GroupIdentifierSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupIdentifier', 'locationName' => 'item']], 'GroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'GroupNameStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'GroupName']], 'HibernationFlag' => ['type' => 'boolean'], 'HibernationOptions' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean', 'locationName' => 'configured']]], 'HibernationOptionsRequest' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean']]], 'HistoryRecord' => ['type' => 'structure', 'members' => ['EventInformation' => ['shape' => 'EventInformation', 'locationName' => 'eventInformation'], 'EventType' => ['shape' => 'EventType', 'locationName' => 'eventType'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'HistoryRecordEntry' => ['type' => 'structure', 'members' => ['EventInformation' => ['shape' => 'EventInformation', 'locationName' => 'eventInformation'], 'EventType' => ['shape' => 'FleetEventType', 'locationName' => 'eventType'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'HistoryRecordSet' => ['type' => 'list', 'member' => ['shape' => 'HistoryRecordEntry', 'locationName' => 'item']], 'HistoryRecords' => ['type' => 'list', 'member' => ['shape' => 'HistoryRecord', 'locationName' => 'item']], 'Host' => ['type' => 'structure', 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailableCapacity' => ['shape' => 'AvailableCapacity', 'locationName' => 'availableCapacity'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'HostProperties' => ['shape' => 'HostProperties', 'locationName' => 'hostProperties'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'Instances' => ['shape' => 'HostInstanceList', 'locationName' => 'instances'], 'State' => ['shape' => 'AllocationState', 'locationName' => 'state'], 'AllocationTime' => ['shape' => 'DateTime', 'locationName' => 'allocationTime'], 'ReleaseTime' => ['shape' => 'DateTime', 'locationName' => 'releaseTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'HostRecovery' => ['shape' => 'HostRecovery', 'locationName' => 'hostRecovery'], 'AllowsMultipleInstanceTypes' => ['shape' => 'AllowsMultipleInstanceTypes', 'locationName' => 'allowsMultipleInstanceTypes'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'MemberOfServiceLinkedResourceGroup' => ['shape' => 'Boolean', 'locationName' => 'memberOfServiceLinkedResourceGroup']]], 'HostInstance' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'HostInstanceList' => ['type' => 'list', 'member' => ['shape' => 'HostInstance', 'locationName' => 'item']], 'HostList' => ['type' => 'list', 'member' => ['shape' => 'Host', 'locationName' => 'item']], 'HostOffering' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice']]], 'HostOfferingSet' => ['type' => 'list', 'member' => ['shape' => 'HostOffering', 'locationName' => 'item']], 'HostProperties' => ['type' => 'structure', 'members' => ['Cores' => ['shape' => 'Integer', 'locationName' => 'cores'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'Sockets' => ['shape' => 'Integer', 'locationName' => 'sockets'], 'TotalVCpus' => ['shape' => 'Integer', 'locationName' => 'totalVCpus']]], 'HostRecovery' => ['type' => 'string', 'enum' => ['on', 'off']], 'HostReservation' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'End' => ['shape' => 'DateTime', 'locationName' => 'end'], 'HostIdSet' => ['shape' => 'ResponseHostIdSet', 'locationName' => 'hostIdSet'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'Start' => ['shape' => 'DateTime', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'HostReservationId' => ['type' => 'string'], 'HostReservationIdSet' => ['type' => 'list', 'member' => ['shape' => 'HostReservationId', 'locationName' => 'item']], 'HostReservationSet' => ['type' => 'list', 'member' => ['shape' => 'HostReservation', 'locationName' => 'item']], 'HostTenancy' => ['type' => 'string', 'enum' => ['dedicated', 'host']], 'HttpTokensState' => ['type' => 'string', 'enum' => ['optional', 'required']], 'HypervisorType' => ['type' => 'string', 'enum' => ['ovm', 'xen']], 'IKEVersionsList' => ['type' => 'list', 'member' => ['shape' => 'IKEVersionsListValue', 'locationName' => 'item']], 'IKEVersionsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'IKEVersionsRequestList' => ['type' => 'list', 'member' => ['shape' => 'IKEVersionsRequestListValue', 'locationName' => 'item']], 'IKEVersionsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'IamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Id' => ['shape' => 'String', 'locationName' => 'id']]], 'IamInstanceProfileAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'State' => ['shape' => 'IamInstanceProfileAssociationState', 'locationName' => 'state'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'IamInstanceProfileAssociationId' => ['type' => 'string'], 'IamInstanceProfileAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'item']], 'IamInstanceProfileAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'IamInstanceProfileSpecification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'IcmpTypeCode' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Integer', 'locationName' => 'code'], 'Type' => ['shape' => 'Integer', 'locationName' => 'type']]], 'IdFormat' => ['type' => 'structure', 'members' => ['Deadline' => ['shape' => 'DateTime', 'locationName' => 'deadline'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource'], 'UseLongIds' => ['shape' => 'Boolean', 'locationName' => 'useLongIds']]], 'IdFormatList' => ['type' => 'list', 'member' => ['shape' => 'IdFormat', 'locationName' => 'item']], 'Image' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'CreationDate' => ['shape' => 'String', 'locationName' => 'creationDate'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImageLocation' => ['shape' => 'String', 'locationName' => 'imageLocation'], 'ImageType' => ['shape' => 'ImageTypeValues', 'locationName' => 'imageType'], 'Public' => ['shape' => 'Boolean', 'locationName' => 'isPublic'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'imageOwnerId'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'PlatformDetails' => ['shape' => 'String', 'locationName' => 'platformDetails'], 'UsageOperation' => ['shape' => 'String', 'locationName' => 'usageOperation'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'State' => ['shape' => 'ImageState', 'locationName' => 'imageState'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'Hypervisor' => ['shape' => 'HypervisorType', 'locationName' => 'hypervisor'], 'ImageOwnerAlias' => ['shape' => 'String', 'locationName' => 'imageOwnerAlias'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'RootDeviceType' => ['shape' => 'DeviceType', 'locationName' => 'rootDeviceType'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'StateReason' => ['shape' => 'StateReason', 'locationName' => 'stateReason'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VirtualizationType' => ['shape' => 'VirtualizationType', 'locationName' => 'virtualizationType']]], 'ImageAttribute' => ['type' => 'structure', 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'LaunchPermissions' => ['shape' => 'LaunchPermissionList', 'locationName' => 'launchPermission'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'KernelId' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'RamdiskId' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport']]], 'ImageAttributeName' => ['type' => 'string', 'enum' => ['description', 'kernel', 'ramdisk', 'launchPermission', 'productCodes', 'blockDeviceMapping', 'sriovNetSupport']], 'ImageDiskContainer' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'DeviceName' => ['shape' => 'String'], 'Format' => ['shape' => 'String'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'Url' => ['shape' => 'String'], 'UserBucket' => ['shape' => 'UserBucket']]], 'ImageDiskContainerList' => ['type' => 'list', 'member' => ['shape' => 'ImageDiskContainer', 'locationName' => 'item']], 'ImageId' => ['type' => 'string'], 'ImageIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ImageId', 'locationName' => 'ImageId']], 'ImageList' => ['type' => 'list', 'member' => ['shape' => 'Image', 'locationName' => 'item']], 'ImageState' => ['type' => 'string', 'enum' => ['pending', 'available', 'invalid', 'deregistered', 'transient', 'failed', 'error']], 'ImageTypeValues' => ['type' => 'string', 'enum' => ['machine', 'kernel', 'ramdisk']], 'ImportClientVpnClientCertificateRevocationListRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'CertificateRevocationList'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'CertificateRevocationList' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ImportClientVpnClientCertificateRevocationListResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ImportImageLicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'ImportImageLicenseConfigurationResponse' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'ImportImageLicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'ImportImageLicenseConfigurationRequest', 'locationName' => 'item']], 'ImportImageLicenseSpecificationListResponse' => ['type' => 'list', 'member' => ['shape' => 'ImportImageLicenseConfigurationResponse', 'locationName' => 'item']], 'ImportImageRequest' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String'], 'ClientData' => ['shape' => 'ClientData'], 'ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DiskContainers' => ['shape' => 'ImageDiskContainerList', 'locationName' => 'DiskContainer'], 'DryRun' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'Hypervisor' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'LicenseType' => ['shape' => 'String'], 'Platform' => ['shape' => 'String'], 'RoleName' => ['shape' => 'String'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListRequest']]], 'ImportImageResult' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String', 'locationName' => 'architecture'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Hypervisor' => ['shape' => 'String', 'locationName' => 'hypervisor'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'LicenseType' => ['shape' => 'String', 'locationName' => 'licenseType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotDetails' => ['shape' => 'SnapshotDetailList', 'locationName' => 'snapshotDetailSet'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListResponse', 'locationName' => 'licenseSpecifications']]], 'ImportImageTask' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String', 'locationName' => 'architecture'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Hypervisor' => ['shape' => 'String', 'locationName' => 'hypervisor'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'LicenseType' => ['shape' => 'String', 'locationName' => 'licenseType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotDetails' => ['shape' => 'SnapshotDetailList', 'locationName' => 'snapshotDetailSet'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListResponse', 'locationName' => 'licenseSpecifications']]], 'ImportImageTaskId' => ['type' => 'string'], 'ImportImageTaskList' => ['type' => 'list', 'member' => ['shape' => 'ImportImageTask', 'locationName' => 'item']], 'ImportInstanceLaunchSpecification' => ['type' => 'structure', 'members' => ['AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'GroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'GroupId'], 'GroupNames' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'GroupName'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Monitoring' => ['shape' => 'Boolean', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'Placement', 'locationName' => 'placement'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'UserData', 'locationName' => 'userData']]], 'ImportInstanceRequest' => ['type' => 'structure', 'required' => ['Platform'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImages' => ['shape' => 'DiskImageList', 'locationName' => 'diskImage'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'LaunchSpecification' => ['shape' => 'ImportInstanceLaunchSpecification', 'locationName' => 'launchSpecification'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'ImportInstanceResult' => ['type' => 'structure', 'members' => ['ConversionTask' => ['shape' => 'ConversionTask', 'locationName' => 'conversionTask']]], 'ImportInstanceTaskDetails' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'Volumes' => ['shape' => 'ImportInstanceVolumeDetailSet', 'locationName' => 'volumes']]], 'ImportInstanceVolumeDetailItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'BytesConverted' => ['shape' => 'Long', 'locationName' => 'bytesConverted'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Image' => ['shape' => 'DiskImageDescription', 'locationName' => 'image'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Volume' => ['shape' => 'DiskImageVolumeDescription', 'locationName' => 'volume']]], 'ImportInstanceVolumeDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ImportInstanceVolumeDetailItem', 'locationName' => 'item']], 'ImportKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyName', 'PublicKeyMaterial'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'PublicKeyMaterial' => ['shape' => 'Blob', 'locationName' => 'publicKeyMaterial']]], 'ImportKeyPairResult' => ['type' => 'structure', 'members' => ['KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName']]], 'ImportSnapshotRequest' => ['type' => 'structure', 'members' => ['ClientData' => ['shape' => 'ClientData'], 'ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DiskContainer' => ['shape' => 'SnapshotDiskContainer'], 'DryRun' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'RoleName' => ['shape' => 'String']]], 'ImportSnapshotResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'SnapshotTaskDetail' => ['shape' => 'SnapshotTaskDetail', 'locationName' => 'snapshotTaskDetail']]], 'ImportSnapshotTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'SnapshotTaskDetail' => ['shape' => 'SnapshotTaskDetail', 'locationName' => 'snapshotTaskDetail'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ImportSnapshotTaskId' => ['type' => 'string'], 'ImportSnapshotTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ImportSnapshotTaskId', 'locationName' => 'ImportTaskId']], 'ImportSnapshotTaskList' => ['type' => 'list', 'member' => ['shape' => 'ImportSnapshotTask', 'locationName' => 'item']], 'ImportTaskId' => ['type' => 'string'], 'ImportTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ImportImageTaskId', 'locationName' => 'ImportTaskId']], 'ImportVolumeRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone', 'Image', 'Volume'], 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Image' => ['shape' => 'DiskImageDetail', 'locationName' => 'image'], 'Volume' => ['shape' => 'VolumeDetail', 'locationName' => 'volume']]], 'ImportVolumeResult' => ['type' => 'structure', 'members' => ['ConversionTask' => ['shape' => 'ConversionTask', 'locationName' => 'conversionTask']]], 'ImportVolumeTaskDetails' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'BytesConverted' => ['shape' => 'Long', 'locationName' => 'bytesConverted'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Image' => ['shape' => 'DiskImageDescription', 'locationName' => 'image'], 'Volume' => ['shape' => 'DiskImageVolumeDescription', 'locationName' => 'volume']]], 'InferenceAcceleratorInfo' => ['type' => 'structure', 'members' => ['Accelerators' => ['shape' => 'InferenceDeviceInfoList', 'locationName' => 'accelerators']]], 'InferenceDeviceCount' => ['type' => 'integer'], 'InferenceDeviceInfo' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'InferenceDeviceCount', 'locationName' => 'count'], 'Name' => ['shape' => 'InferenceDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'InferenceDeviceManufacturerName', 'locationName' => 'manufacturer']]], 'InferenceDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'InferenceDeviceInfo'], 'locationName' => 'item'], 'InferenceDeviceManufacturerName' => ['type' => 'string'], 'InferenceDeviceName' => ['type' => 'string'], 'Instance' => ['type' => 'structure', 'members' => ['AmiLaunchIndex' => ['shape' => 'Integer', 'locationName' => 'amiLaunchIndex'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'LaunchTime' => ['shape' => 'DateTime', 'locationName' => 'launchTime'], 'Monitoring' => ['shape' => 'Monitoring', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'Placement', 'locationName' => 'placement'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'PublicIpAddress' => ['shape' => 'String', 'locationName' => 'ipAddress'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'State' => ['shape' => 'InstanceState', 'locationName' => 'instanceState'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'reason'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'Hypervisor' => ['shape' => 'HypervisorType', 'locationName' => 'hypervisor'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'InstanceLifecycle' => ['shape' => 'InstanceLifecycleType', 'locationName' => 'instanceLifecycle'], 'ElasticGpuAssociations' => ['shape' => 'ElasticGpuAssociationList', 'locationName' => 'elasticGpuAssociationSet'], 'ElasticInferenceAcceleratorAssociations' => ['shape' => 'ElasticInferenceAcceleratorAssociationList', 'locationName' => 'elasticInferenceAcceleratorAssociationSet'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceList', 'locationName' => 'networkInterfaceSet'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'RootDeviceType' => ['shape' => 'DeviceType', 'locationName' => 'rootDeviceType'], 'SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'StateReason' => ['shape' => 'StateReason', 'locationName' => 'stateReason'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VirtualizationType' => ['shape' => 'VirtualizationType', 'locationName' => 'virtualizationType'], 'CpuOptions' => ['shape' => 'CpuOptions', 'locationName' => 'cpuOptions'], 'CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecificationResponse', 'locationName' => 'capacityReservationSpecification'], 'HibernationOptions' => ['shape' => 'HibernationOptions', 'locationName' => 'hibernationOptions'], 'Licenses' => ['shape' => 'LicenseList', 'locationName' => 'licenseSet'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptionsResponse', 'locationName' => 'metadataOptions']]], 'InstanceAttribute' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'DisableApiTermination' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'disableApiTermination'], 'EnaSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enaSupport'], 'EbsOptimized' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'ebsOptimized'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'AttributeValue', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'AttributeValue', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'RamdiskId' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'RootDeviceName' => ['shape' => 'AttributeValue', 'locationName' => 'rootDeviceName'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport'], 'UserData' => ['shape' => 'AttributeValue', 'locationName' => 'userData']]], 'InstanceAttributeName' => ['type' => 'string', 'enum' => ['instanceType', 'kernel', 'ramdisk', 'userData', 'disableApiTermination', 'instanceInitiatedShutdownBehavior', 'rootDeviceName', 'blockDeviceMapping', 'productCodes', 'sourceDestCheck', 'groupSet', 'ebsOptimized', 'sriovNetSupport', 'enaSupport']], 'InstanceBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Ebs' => ['shape' => 'EbsInstanceBlockDevice', 'locationName' => 'ebs']]], 'InstanceBlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMapping', 'locationName' => 'item']], 'InstanceBlockDeviceMappingSpecification' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Ebs' => ['shape' => 'EbsInstanceBlockDeviceSpecification', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName']]], 'InstanceBlockDeviceMappingSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMappingSpecification', 'locationName' => 'item']], 'InstanceCapacity' => ['type' => 'structure', 'members' => ['AvailableCapacity' => ['shape' => 'Integer', 'locationName' => 'availableCapacity'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'TotalCapacity' => ['shape' => 'Integer', 'locationName' => 'totalCapacity']]], 'InstanceCount' => ['type' => 'structure', 'members' => ['InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'State' => ['shape' => 'ListingState', 'locationName' => 'state']]], 'InstanceCountList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCount', 'locationName' => 'item']], 'InstanceCreditSpecification' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'InstanceCreditSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCreditSpecification', 'locationName' => 'item']], 'InstanceCreditSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'InstanceCreditSpecificationRequest', 'locationName' => 'item']], 'InstanceCreditSpecificationRequest' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'CpuCredits' => ['shape' => 'String']]], 'InstanceEventId' => ['type' => 'string'], 'InstanceExportDetails' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'TargetEnvironment' => ['shape' => 'ExportEnvironment', 'locationName' => 'targetEnvironment']]], 'InstanceFamilyCreditSpecification' => ['type' => 'structure', 'members' => ['InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily', 'locationName' => 'instanceFamily'], 'CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'InstanceHealthStatus' => ['type' => 'string', 'enum' => ['healthy', 'unhealthy']], 'InstanceId' => ['type' => 'string'], 'InstanceIdSet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'InstanceIdStringList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId', 'locationName' => 'InstanceId']], 'InstanceIdsSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceId', 'locationName' => 'item']], 'InstanceInterruptionBehavior' => ['type' => 'string', 'enum' => ['hibernate', 'stop', 'terminate']], 'InstanceIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String', 'locationName' => 'ipv6Address']]], 'InstanceIpv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'InstanceIpv6Address', 'locationName' => 'item']], 'InstanceIpv6AddressListRequest' => ['type' => 'list', 'member' => ['shape' => 'InstanceIpv6AddressRequest', 'locationName' => 'InstanceIpv6Address']], 'InstanceIpv6AddressRequest' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String']]], 'InstanceLifecycle' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'InstanceLifecycleType' => ['type' => 'string', 'enum' => ['spot', 'scheduled']], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance', 'locationName' => 'item']], 'InstanceMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType'], 'SpotOptions' => ['shape' => 'SpotMarketOptions']]], 'InstanceMatchCriteria' => ['type' => 'string', 'enum' => ['open', 'targeted']], 'InstanceMetadataEndpointState' => ['type' => 'string', 'enum' => ['disabled', 'enabled']], 'InstanceMetadataOptionsRequest' => ['type' => 'structure', 'members' => ['HttpTokens' => ['shape' => 'HttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState']]], 'InstanceMetadataOptionsResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceMetadataOptionsState', 'locationName' => 'state'], 'HttpTokens' => ['shape' => 'HttpTokensState', 'locationName' => 'httpTokens'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer', 'locationName' => 'httpPutResponseHopLimit'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState', 'locationName' => 'httpEndpoint']]], 'InstanceMetadataOptionsState' => ['type' => 'string', 'enum' => ['pending', 'applied']], 'InstanceMonitoring' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Monitoring' => ['shape' => 'Monitoring', 'locationName' => 'monitoring']]], 'InstanceMonitoringList' => ['type' => 'list', 'member' => ['shape' => 'InstanceMonitoring', 'locationName' => 'item']], 'InstanceNetworkInterface' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'InstanceNetworkInterfaceAssociation', 'locationName' => 'association'], 'Attachment' => ['shape' => 'InstanceNetworkInterfaceAttachment', 'locationName' => 'attachment'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet'], 'MacAddress' => ['shape' => 'String', 'locationName' => 'macAddress'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'InstancePrivateIpAddressList', 'locationName' => 'privateIpAddressesSet'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'Status' => ['shape' => 'NetworkInterfaceStatus', 'locationName' => 'status'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'InterfaceType' => ['shape' => 'String', 'locationName' => 'interfaceType']]], 'InstanceNetworkInterfaceAssociation' => ['type' => 'structure', 'members' => ['IpOwnerId' => ['shape' => 'String', 'locationName' => 'ipOwnerId'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'InstanceNetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status']]], 'InstanceNetworkInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'InstanceNetworkInterface', 'locationName' => 'item']], 'InstanceNetworkInterfaceSpecification' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean', 'locationName' => 'associatePublicIpAddress'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet', 'queryName' => 'Ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddressesSet', 'queryName' => 'PrivateIpAddresses'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'InterfaceType' => ['shape' => 'String']]], 'InstanceNetworkInterfaceSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceNetworkInterfaceSpecification', 'locationName' => 'item']], 'InstancePrivateIpAddress' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'InstanceNetworkInterfaceAssociation', 'locationName' => 'association'], 'Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'InstancePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'InstancePrivateIpAddress', 'locationName' => 'item']], 'InstanceSpecification' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ExcludeBootVolume' => ['shape' => 'Boolean']]], 'InstanceState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Integer', 'locationName' => 'code'], 'Name' => ['shape' => 'InstanceStateName', 'locationName' => 'name']]], 'InstanceStateChange' => ['type' => 'structure', 'members' => ['CurrentState' => ['shape' => 'InstanceState', 'locationName' => 'currentState'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PreviousState' => ['shape' => 'InstanceState', 'locationName' => 'previousState']]], 'InstanceStateChangeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStateChange', 'locationName' => 'item']], 'InstanceStateName' => ['type' => 'string', 'enum' => ['pending', 'running', 'shutting-down', 'terminated', 'stopping', 'stopped']], 'InstanceStatus' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Events' => ['shape' => 'InstanceStatusEventList', 'locationName' => 'eventsSet'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceState' => ['shape' => 'InstanceState', 'locationName' => 'instanceState'], 'InstanceStatus' => ['shape' => 'InstanceStatusSummary', 'locationName' => 'instanceStatus'], 'SystemStatus' => ['shape' => 'InstanceStatusSummary', 'locationName' => 'systemStatus']]], 'InstanceStatusDetails' => ['type' => 'structure', 'members' => ['ImpairedSince' => ['shape' => 'DateTime', 'locationName' => 'impairedSince'], 'Name' => ['shape' => 'StatusName', 'locationName' => 'name'], 'Status' => ['shape' => 'StatusType', 'locationName' => 'status']]], 'InstanceStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatusDetails', 'locationName' => 'item']], 'InstanceStatusEvent' => ['type' => 'structure', 'members' => ['InstanceEventId' => ['shape' => 'InstanceEventId', 'locationName' => 'instanceEventId'], 'Code' => ['shape' => 'EventCode', 'locationName' => 'code'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'NotAfter' => ['shape' => 'DateTime', 'locationName' => 'notAfter'], 'NotBefore' => ['shape' => 'DateTime', 'locationName' => 'notBefore'], 'NotBeforeDeadline' => ['shape' => 'DateTime', 'locationName' => 'notBeforeDeadline']]], 'InstanceStatusEventList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatusEvent', 'locationName' => 'item']], 'InstanceStatusList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatus', 'locationName' => 'item']], 'InstanceStatusSummary' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'InstanceStatusDetailsList', 'locationName' => 'details'], 'Status' => ['shape' => 'SummaryStatus', 'locationName' => 'status']]], 'InstanceStorageFlag' => ['type' => 'boolean'], 'InstanceStorageInfo' => ['type' => 'structure', 'members' => ['TotalSizeInGB' => ['shape' => 'DiskSize', 'locationName' => 'totalSizeInGB'], 'Disks' => ['shape' => 'DiskInfoList', 'locationName' => 'disks']]], 'InstanceType' => ['type' => 'string', 'enum' => ['t1.micro', 't2.nano', 't2.micro', 't2.small', 't2.medium', 't2.large', 't2.xlarge', 't2.2xlarge', 't3.nano', 't3.micro', 't3.small', 't3.medium', 't3.large', 't3.xlarge', 't3.2xlarge', 't3a.nano', 't3a.micro', 't3a.small', 't3a.medium', 't3a.large', 't3a.xlarge', 't3a.2xlarge', 'm1.small', 'm1.medium', 'm1.large', 'm1.xlarge', 'm3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge', 'm4.large', 'm4.xlarge', 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', 'm4.16xlarge', 'm2.xlarge', 'm2.2xlarge', 'm2.4xlarge', 'cr1.8xlarge', 'r3.large', 'r3.xlarge', 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', 'r4.large', 'r4.xlarge', 'r4.2xlarge', 'r4.4xlarge', 'r4.8xlarge', 'r4.16xlarge', 'r5.large', 'r5.xlarge', 'r5.2xlarge', 'r5.4xlarge', 'r5.8xlarge', 'r5.12xlarge', 'r5.16xlarge', 'r5.24xlarge', 'r5.metal', 'r5a.large', 'r5a.xlarge', 'r5a.2xlarge', 'r5a.4xlarge', 'r5a.8xlarge', 'r5a.12xlarge', 'r5a.16xlarge', 'r5a.24xlarge', 'r5d.large', 'r5d.xlarge', 'r5d.2xlarge', 'r5d.4xlarge', 'r5d.8xlarge', 'r5d.12xlarge', 'r5d.16xlarge', 'r5d.24xlarge', 'r5d.metal', 'r5ad.large', 'r5ad.xlarge', 'r5ad.2xlarge', 'r5ad.4xlarge', 'r5ad.8xlarge', 'r5ad.12xlarge', 'r5ad.16xlarge', 'r5ad.24xlarge', 'x1.16xlarge', 'x1.32xlarge', 'x1e.xlarge', 'x1e.2xlarge', 'x1e.4xlarge', 'x1e.8xlarge', 'x1e.16xlarge', 'x1e.32xlarge', 'i2.xlarge', 'i2.2xlarge', 'i2.4xlarge', 'i2.8xlarge', 'i3.large', 'i3.xlarge', 'i3.2xlarge', 'i3.4xlarge', 'i3.8xlarge', 'i3.16xlarge', 'i3.metal', 'i3en.large', 'i3en.xlarge', 'i3en.2xlarge', 'i3en.3xlarge', 'i3en.6xlarge', 'i3en.12xlarge', 'i3en.24xlarge', 'i3en.metal', 'hi1.4xlarge', 'hs1.8xlarge', 'c1.medium', 'c1.xlarge', 'c3.large', 'c3.xlarge', 'c3.2xlarge', 'c3.4xlarge', 'c3.8xlarge', 'c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge', 'c4.8xlarge', 'c5.large', 'c5.xlarge', 'c5.2xlarge', 'c5.4xlarge', 'c5.9xlarge', 'c5.12xlarge', 'c5.18xlarge', 'c5.24xlarge', 'c5.metal', 'c5d.large', 'c5d.xlarge', 'c5d.2xlarge', 'c5d.4xlarge', 'c5d.9xlarge', 'c5d.12xlarge', 'c5d.18xlarge', 'c5d.24xlarge', 'c5d.metal', 'c5n.large', 'c5n.xlarge', 'c5n.2xlarge', 'c5n.4xlarge', 'c5n.9xlarge', 'c5n.18xlarge', 'cc1.4xlarge', 'cc2.8xlarge', 'g2.2xlarge', 'g2.8xlarge', 'g3.4xlarge', 'g3.8xlarge', 'g3.16xlarge', 'g3s.xlarge', 'g4dn.xlarge', 'g4dn.2xlarge', 'g4dn.4xlarge', 'g4dn.8xlarge', 'g4dn.12xlarge', 'g4dn.16xlarge', 'cg1.4xlarge', 'p2.xlarge', 'p2.8xlarge', 'p2.16xlarge', 'p3.2xlarge', 'p3.8xlarge', 'p3.16xlarge', 'p3dn.24xlarge', 'd2.xlarge', 'd2.2xlarge', 'd2.4xlarge', 'd2.8xlarge', 'f1.2xlarge', 'f1.4xlarge', 'f1.16xlarge', 'm5.large', 'm5.xlarge', 'm5.2xlarge', 'm5.4xlarge', 'm5.8xlarge', 'm5.12xlarge', 'm5.16xlarge', 'm5.24xlarge', 'm5.metal', 'm5a.large', 'm5a.xlarge', 'm5a.2xlarge', 'm5a.4xlarge', 'm5a.8xlarge', 'm5a.12xlarge', 'm5a.16xlarge', 'm5a.24xlarge', 'm5d.large', 'm5d.xlarge', 'm5d.2xlarge', 'm5d.4xlarge', 'm5d.8xlarge', 'm5d.12xlarge', 'm5d.16xlarge', 'm5d.24xlarge', 'm5d.metal', 'm5ad.large', 'm5ad.xlarge', 'm5ad.2xlarge', 'm5ad.4xlarge', 'm5ad.8xlarge', 'm5ad.12xlarge', 'm5ad.16xlarge', 'm5ad.24xlarge', 'h1.2xlarge', 'h1.4xlarge', 'h1.8xlarge', 'h1.16xlarge', 'z1d.large', 'z1d.xlarge', 'z1d.2xlarge', 'z1d.3xlarge', 'z1d.6xlarge', 'z1d.12xlarge', 'z1d.metal', 'u-6tb1.metal', 'u-9tb1.metal', 'u-12tb1.metal', 'u-18tb1.metal', 'u-24tb1.metal', 'a1.medium', 'a1.large', 'a1.xlarge', 'a1.2xlarge', 'a1.4xlarge', 'a1.metal', 'm5dn.large', 'm5dn.xlarge', 'm5dn.2xlarge', 'm5dn.4xlarge', 'm5dn.8xlarge', 'm5dn.12xlarge', 'm5dn.16xlarge', 'm5dn.24xlarge', 'm5n.large', 'm5n.xlarge', 'm5n.2xlarge', 'm5n.4xlarge', 'm5n.8xlarge', 'm5n.12xlarge', 'm5n.16xlarge', 'm5n.24xlarge', 'r5dn.large', 'r5dn.xlarge', 'r5dn.2xlarge', 'r5dn.4xlarge', 'r5dn.8xlarge', 'r5dn.12xlarge', 'r5dn.16xlarge', 'r5dn.24xlarge', 'r5n.large', 'r5n.xlarge', 'r5n.2xlarge', 'r5n.4xlarge', 'r5n.8xlarge', 'r5n.12xlarge', 'r5n.16xlarge', 'r5n.24xlarge', 'inf1.xlarge', 'inf1.2xlarge', 'inf1.6xlarge', 'inf1.24xlarge']], 'InstanceTypeHypervisor' => ['type' => 'string', 'enum' => ['nitro', 'xen']], 'InstanceTypeInfo' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'CurrentGeneration' => ['shape' => 'CurrentGenerationFlag', 'locationName' => 'currentGeneration'], 'FreeTierEligible' => ['shape' => 'FreeTierEligibleFlag', 'locationName' => 'freeTierEligible'], 'SupportedUsageClasses' => ['shape' => 'UsageClassTypeList', 'locationName' => 'supportedUsageClasses'], 'SupportedRootDeviceTypes' => ['shape' => 'RootDeviceTypeList', 'locationName' => 'supportedRootDeviceTypes'], 'BareMetal' => ['shape' => 'BareMetalFlag', 'locationName' => 'bareMetal'], 'Hypervisor' => ['shape' => 'InstanceTypeHypervisor', 'locationName' => 'hypervisor'], 'ProcessorInfo' => ['shape' => 'ProcessorInfo', 'locationName' => 'processorInfo'], 'VCpuInfo' => ['shape' => 'VCpuInfo', 'locationName' => 'vCpuInfo'], 'MemoryInfo' => ['shape' => 'MemoryInfo', 'locationName' => 'memoryInfo'], 'InstanceStorageSupported' => ['shape' => 'InstanceStorageFlag', 'locationName' => 'instanceStorageSupported'], 'InstanceStorageInfo' => ['shape' => 'InstanceStorageInfo', 'locationName' => 'instanceStorageInfo'], 'EbsInfo' => ['shape' => 'EbsInfo', 'locationName' => 'ebsInfo'], 'NetworkInfo' => ['shape' => 'NetworkInfo', 'locationName' => 'networkInfo'], 'GpuInfo' => ['shape' => 'GpuInfo', 'locationName' => 'gpuInfo'], 'FpgaInfo' => ['shape' => 'FpgaInfo', 'locationName' => 'fpgaInfo'], 'PlacementGroupInfo' => ['shape' => 'PlacementGroupInfo', 'locationName' => 'placementGroupInfo'], 'InferenceAcceleratorInfo' => ['shape' => 'InferenceAcceleratorInfo', 'locationName' => 'inferenceAcceleratorInfo'], 'HibernationSupported' => ['shape' => 'HibernationFlag', 'locationName' => 'hibernationSupported'], 'BurstablePerformanceSupported' => ['shape' => 'BurstablePerformanceFlag', 'locationName' => 'burstablePerformanceSupported'], 'DedicatedHostsSupported' => ['shape' => 'DedicatedHostFlag', 'locationName' => 'dedicatedHostsSupported'], 'AutoRecoverySupported' => ['shape' => 'AutoRecoveryFlag', 'locationName' => 'autoRecoverySupported']]], 'InstanceTypeInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeInfo', 'locationName' => 'item']], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InstanceTypeOffering' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'LocationType' => ['shape' => 'LocationType', 'locationName' => 'locationType'], 'Location' => ['shape' => 'Location', 'locationName' => 'location']]], 'InstanceTypeOfferingsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeOffering', 'locationName' => 'item']], 'InstanceUsage' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'String', 'locationName' => 'accountId'], 'UsedInstanceCount' => ['shape' => 'Integer', 'locationName' => 'usedInstanceCount']]], 'InstanceUsageSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceUsage', 'locationName' => 'item']], 'Integer' => ['type' => 'integer'], 'InterfacePermissionType' => ['type' => 'string', 'enum' => ['INSTANCE-ATTACH', 'EIP-ASSOCIATE']], 'InternetGateway' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'InternetGatewayAttachmentList', 'locationName' => 'attachmentSet'], 'InternetGatewayId' => ['shape' => 'String', 'locationName' => 'internetGatewayId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'InternetGatewayAttachment' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AttachmentStatus', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'InternetGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'InternetGatewayAttachment', 'locationName' => 'item']], 'InternetGatewayId' => ['type' => 'string'], 'InternetGatewayIdList' => ['type' => 'list', 'member' => ['shape' => 'InternetGatewayId', 'locationName' => 'item']], 'InternetGatewayList' => ['type' => 'list', 'member' => ['shape' => 'InternetGateway', 'locationName' => 'item']], 'IpPermission' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'IpRanges' => ['shape' => 'IpRangeList', 'locationName' => 'ipRanges'], 'Ipv6Ranges' => ['shape' => 'Ipv6RangeList', 'locationName' => 'ipv6Ranges'], 'PrefixListIds' => ['shape' => 'PrefixListIdList', 'locationName' => 'prefixListIds'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'UserIdGroupPairs' => ['shape' => 'UserIdGroupPairList', 'locationName' => 'groups']]], 'IpPermissionList' => ['type' => 'list', 'member' => ['shape' => 'IpPermission', 'locationName' => 'item']], 'IpRange' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'IpRangeList' => ['type' => 'list', 'member' => ['shape' => 'IpRange', 'locationName' => 'item']], 'IpRanges' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Ipv4PoolEc2Id' => ['type' => 'string'], 'Ipv6Address' => ['type' => 'string'], 'Ipv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Ipv6CidrAssociation' => ['type' => 'structure', 'members' => ['Ipv6Cidr' => ['shape' => 'String', 'locationName' => 'ipv6Cidr'], 'AssociatedResource' => ['shape' => 'String', 'locationName' => 'associatedResource']]], 'Ipv6CidrAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6CidrAssociation', 'locationName' => 'item']], 'Ipv6CidrBlock' => ['type' => 'structure', 'members' => ['Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock']]], 'Ipv6CidrBlockSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6CidrBlock', 'locationName' => 'item']], 'Ipv6Flag' => ['type' => 'boolean'], 'Ipv6Pool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'String', 'locationName' => 'poolId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'PoolCidrBlocks' => ['shape' => 'PoolCidrBlocksSet', 'locationName' => 'poolCidrBlockSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'Ipv6PoolEc2Id' => ['type' => 'string'], 'Ipv6PoolIdList' => ['type' => 'list', 'member' => ['shape' => 'Ipv6PoolEc2Id', 'locationName' => 'item']], 'Ipv6PoolMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Ipv6PoolSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6Pool', 'locationName' => 'item']], 'Ipv6Range' => ['type' => 'structure', 'members' => ['CidrIpv6' => ['shape' => 'String', 'locationName' => 'cidrIpv6'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'Ipv6RangeList' => ['type' => 'list', 'member' => ['shape' => 'Ipv6Range', 'locationName' => 'item']], 'Ipv6SupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'KernelId' => ['type' => 'string'], 'KeyNameStringList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairName', 'locationName' => 'KeyName']], 'KeyPair' => ['type' => 'structure', 'members' => ['KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyMaterial' => ['shape' => 'SensitiveUserData', 'locationName' => 'keyMaterial'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'KeyPairId' => ['shape' => 'String', 'locationName' => 'keyPairId']]], 'KeyPairId' => ['type' => 'string'], 'KeyPairIdStringList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairId', 'locationName' => 'KeyPairId']], 'KeyPairInfo' => ['type' => 'structure', 'members' => ['KeyPairId' => ['shape' => 'String', 'locationName' => 'keyPairId'], 'KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'KeyPairList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairInfo', 'locationName' => 'item']], 'KeyPairName' => ['type' => 'string'], 'KmsKeyId' => ['type' => 'string'], 'LastError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Code' => ['shape' => 'String', 'locationName' => 'code']]], 'LaunchPermission' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId']]], 'LaunchPermissionList' => ['type' => 'list', 'member' => ['shape' => 'LaunchPermission', 'locationName' => 'item']], 'LaunchPermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'LaunchPermissionList'], 'Remove' => ['shape' => 'LaunchPermissionList']]], 'LaunchSpecification' => ['type' => 'structure', 'members' => ['UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled', 'locationName' => 'monitoring']]], 'LaunchSpecsList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetLaunchSpecification', 'locationName' => 'item']], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'CreatedBy' => ['shape' => 'String', 'locationName' => 'createdBy'], 'DefaultVersionNumber' => ['shape' => 'Long', 'locationName' => 'defaultVersionNumber'], 'LatestVersionNumber' => ['shape' => 'Long', 'locationName' => 'latestVersionNumber'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LaunchTemplateAndOverridesResponse' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverrides', 'locationName' => 'overrides']]], 'LaunchTemplateBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName'], 'Ebs' => ['shape' => 'LaunchTemplateEbsBlockDevice', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice']]], 'LaunchTemplateBlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateBlockDeviceMapping', 'locationName' => 'item']], 'LaunchTemplateBlockDeviceMappingRequest' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String'], 'VirtualName' => ['shape' => 'String'], 'Ebs' => ['shape' => 'LaunchTemplateEbsBlockDeviceRequest'], 'NoDevice' => ['shape' => 'String']]], 'LaunchTemplateBlockDeviceMappingRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateBlockDeviceMappingRequest', 'locationName' => 'BlockDeviceMapping']], 'LaunchTemplateCapacityReservationSpecificationRequest' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTarget']]], 'LaunchTemplateCapacityReservationSpecificationResponse' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference', 'locationName' => 'capacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTargetResponse', 'locationName' => 'capacityReservationTarget']]], 'LaunchTemplateConfig' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'LaunchTemplateOverridesList', 'locationName' => 'overrides']]], 'LaunchTemplateConfigList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateConfig', 'locationName' => 'item']], 'LaunchTemplateCpuOptions' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer', 'locationName' => 'coreCount'], 'ThreadsPerCore' => ['shape' => 'Integer', 'locationName' => 'threadsPerCore']]], 'LaunchTemplateCpuOptionsRequest' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer'], 'ThreadsPerCore' => ['shape' => 'Integer']]], 'LaunchTemplateEbsBlockDevice' => ['type' => 'structure', 'members' => ['Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'SnapshotId' => ['shape' => 'SnapshotId', 'locationName' => 'snapshotId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType']]], 'LaunchTemplateEbsBlockDeviceRequest' => ['type' => 'structure', 'members' => ['Encrypted' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Iops' => ['shape' => 'Integer'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeSize' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'VolumeType']]], 'LaunchTemplateElasticInferenceAccelerator' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String'], 'Count' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorCount']]], 'LaunchTemplateElasticInferenceAcceleratorCount' => ['type' => 'integer', 'min' => 1], 'LaunchTemplateElasticInferenceAcceleratorList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateElasticInferenceAccelerator', 'locationName' => 'item']], 'LaunchTemplateElasticInferenceAcceleratorResponse' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String', 'locationName' => 'type'], 'Count' => ['shape' => 'Integer', 'locationName' => 'count']]], 'LaunchTemplateElasticInferenceAcceleratorResponseList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorResponse', 'locationName' => 'item']], 'LaunchTemplateErrorCode' => ['type' => 'string', 'enum' => ['launchTemplateIdDoesNotExist', 'launchTemplateIdMalformed', 'launchTemplateNameDoesNotExist', 'launchTemplateNameMalformed', 'launchTemplateVersionDoesNotExist', 'unexpectedError']], 'LaunchTemplateHibernationOptions' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean', 'locationName' => 'configured']]], 'LaunchTemplateHibernationOptionsRequest' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean']]], 'LaunchTemplateHttpTokensState' => ['type' => 'string', 'enum' => ['optional', 'required']], 'LaunchTemplateIamInstanceProfileSpecification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'LaunchTemplateIamInstanceProfileSpecificationRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'LaunchTemplateId' => ['type' => 'string'], 'LaunchTemplateIdStringList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateId', 'locationName' => 'item']], 'LaunchTemplateInstanceMarketOptions' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType', 'locationName' => 'marketType'], 'SpotOptions' => ['shape' => 'LaunchTemplateSpotMarketOptions', 'locationName' => 'spotOptions']]], 'LaunchTemplateInstanceMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType'], 'SpotOptions' => ['shape' => 'LaunchTemplateSpotMarketOptionsRequest']]], 'LaunchTemplateInstanceMetadataEndpointState' => ['type' => 'string', 'enum' => ['disabled', 'enabled']], 'LaunchTemplateInstanceMetadataOptions' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'LaunchTemplateInstanceMetadataOptionsState', 'locationName' => 'state'], 'HttpTokens' => ['shape' => 'LaunchTemplateHttpTokensState', 'locationName' => 'httpTokens'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer', 'locationName' => 'httpPutResponseHopLimit'], 'HttpEndpoint' => ['shape' => 'LaunchTemplateInstanceMetadataEndpointState', 'locationName' => 'httpEndpoint']]], 'LaunchTemplateInstanceMetadataOptionsRequest' => ['type' => 'structure', 'members' => ['HttpTokens' => ['shape' => 'LaunchTemplateHttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'LaunchTemplateInstanceMetadataEndpointState']]], 'LaunchTemplateInstanceMetadataOptionsState' => ['type' => 'string', 'enum' => ['pending', 'applied']], 'LaunchTemplateInstanceNetworkInterfaceSpecification' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean', 'locationName' => 'associatePublicIpAddress'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'groupSet'], 'InterfaceType' => ['shape' => 'String', 'locationName' => 'interfaceType'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddressesSet'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'LaunchTemplateInstanceNetworkInterfaceSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecification', 'locationName' => 'item']], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DeviceIndex' => ['shape' => 'Integer'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'InterfaceType' => ['shape' => 'String'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressListRequest'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer'], 'SubnetId' => ['shape' => 'SubnetId']]], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', 'locationName' => 'InstanceNetworkInterfaceSpecification']], 'LaunchTemplateLicenseConfiguration' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'LaunchTemplateLicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'LaunchTemplateLicenseList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateLicenseConfiguration', 'locationName' => 'item']], 'LaunchTemplateLicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateLicenseConfigurationRequest', 'locationName' => 'item']], 'LaunchTemplateName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\(\\)\\.\\-/_]+'], 'LaunchTemplateNameStringList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateName', 'locationName' => 'item']], 'LaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'Priority' => ['shape' => 'Double', 'locationName' => 'priority']]], 'LaunchTemplateOverridesList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateOverrides', 'locationName' => 'item']], 'LaunchTemplatePlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Affinity' => ['shape' => 'String', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy'], 'SpreadDomain' => ['shape' => 'String', 'locationName' => 'spreadDomain'], 'HostResourceGroupArn' => ['shape' => 'String', 'locationName' => 'hostResourceGroupArn'], 'PartitionNumber' => ['shape' => 'Integer', 'locationName' => 'partitionNumber']]], 'LaunchTemplatePlacementRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Affinity' => ['shape' => 'String'], 'GroupName' => ['shape' => 'PlacementGroupName'], 'HostId' => ['shape' => 'DedicatedHostId'], 'Tenancy' => ['shape' => 'Tenancy'], 'SpreadDomain' => ['shape' => 'String'], 'HostResourceGroupArn' => ['shape' => 'String'], 'PartitionNumber' => ['shape' => 'Integer']]], 'LaunchTemplateSet' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplate', 'locationName' => 'item']], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'LaunchTemplateSpotMarketOptions' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String', 'locationName' => 'maxPrice'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType', 'locationName' => 'spotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior']]], 'LaunchTemplateSpotMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer'], 'ValidUntil' => ['shape' => 'DateTime'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'LaunchTemplateTagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LaunchTemplateTagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateTagSpecification', 'locationName' => 'item']], 'LaunchTemplateTagSpecificationRequest' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'LaunchTemplateTagSpecificationRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateTagSpecificationRequest', 'locationName' => 'LaunchTemplateTagSpecificationRequest']], 'LaunchTemplateVersion' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber'], 'VersionDescription' => ['shape' => 'VersionDescription', 'locationName' => 'versionDescription'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'CreatedBy' => ['shape' => 'String', 'locationName' => 'createdBy'], 'DefaultVersion' => ['shape' => 'Boolean', 'locationName' => 'defaultVersion'], 'LaunchTemplateData' => ['shape' => 'ResponseLaunchTemplateData', 'locationName' => 'launchTemplateData']]], 'LaunchTemplateVersionSet' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateVersion', 'locationName' => 'item']], 'LaunchTemplatesMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'LaunchTemplatesMonitoringRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'LicenseConfiguration' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'LicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'LicenseList' => ['type' => 'list', 'member' => ['shape' => 'LicenseConfiguration', 'locationName' => 'item']], 'LicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'LicenseConfigurationRequest', 'locationName' => 'item']], 'ListingState' => ['type' => 'string', 'enum' => ['available', 'sold', 'cancelled', 'pending']], 'ListingStatus' => ['type' => 'string', 'enum' => ['active', 'pending', 'cancelled', 'closed']], 'LoadBalancersConfig' => ['type' => 'structure', 'members' => ['ClassicLoadBalancersConfig' => ['shape' => 'ClassicLoadBalancersConfig', 'locationName' => 'classicLoadBalancersConfig'], 'TargetGroupsConfig' => ['shape' => 'TargetGroupsConfig', 'locationName' => 'targetGroupsConfig']]], 'LoadPermission' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'String', 'locationName' => 'userId'], 'Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group']]], 'LoadPermissionList' => ['type' => 'list', 'member' => ['shape' => 'LoadPermission', 'locationName' => 'item']], 'LoadPermissionListRequest' => ['type' => 'list', 'member' => ['shape' => 'LoadPermissionRequest', 'locationName' => 'item']], 'LoadPermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'LoadPermissionListRequest'], 'Remove' => ['shape' => 'LoadPermissionListRequest']]], 'LoadPermissionRequest' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup'], 'UserId' => ['shape' => 'String']]], 'LocalGateway' => ['type' => 'structure', 'members' => ['LocalGatewayId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayId' => ['type' => 'string'], 'LocalGatewayIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayId', 'locationName' => 'item']], 'LocalGatewayMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'LocalGatewayRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'Type' => ['shape' => 'LocalGatewayRouteType', 'locationName' => 'type'], 'State' => ['shape' => 'LocalGatewayRouteState', 'locationName' => 'state'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'localGatewayRouteTableId']]], 'LocalGatewayRouteList' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'item']], 'LocalGatewayRouteState' => ['type' => 'string', 'enum' => ['pending', 'active', 'blackhole', 'deleting', 'deleted']], 'LocalGatewayRouteTable' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'item']], 'LocalGatewayRouteTableSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTable', 'locationName' => 'item']], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId', 'locationName' => 'localGatewayRouteTableVirtualInterfaceGroupAssociationId'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayRouteTableId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => ['type' => 'string'], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId', 'locationName' => 'item']], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation', 'locationName' => 'item']], 'LocalGatewayRouteTableVpcAssociation' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociationId' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId', 'locationName' => 'localGatewayRouteTableVpcAssociationId'], 'LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableVpcAssociationId' => ['type' => 'string'], 'LocalGatewayRouteTableVpcAssociationIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId', 'locationName' => 'item']], 'LocalGatewayRouteTableVpcAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'item']], 'LocalGatewayRouteType' => ['type' => 'string', 'enum' => ['static', 'propagated']], 'LocalGatewayRoutetableId' => ['type' => 'string'], 'LocalGatewaySet' => ['type' => 'list', 'member' => ['shape' => 'LocalGateway', 'locationName' => 'item']], 'LocalGatewayVirtualInterface' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceId' => ['shape' => 'LocalGatewayVirtualInterfaceId', 'locationName' => 'localGatewayVirtualInterfaceId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'Vlan' => ['shape' => 'Integer', 'locationName' => 'vlan'], 'LocalAddress' => ['shape' => 'String', 'locationName' => 'localAddress'], 'PeerAddress' => ['shape' => 'String', 'locationName' => 'peerAddress'], 'LocalBgpAsn' => ['shape' => 'Integer', 'locationName' => 'localBgpAsn'], 'PeerBgpAsn' => ['shape' => 'Integer', 'locationName' => 'peerBgpAsn'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayVirtualInterfaceGroup' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'LocalGatewayVirtualInterfaceIds' => ['shape' => 'LocalGatewayVirtualInterfaceIdSet', 'locationName' => 'localGatewayVirtualInterfaceIdSet'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayVirtualInterfaceGroupId' => ['type' => 'string'], 'LocalGatewayVirtualInterfaceGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceGroupSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceGroup', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceId' => ['type' => 'string'], 'LocalGatewayVirtualInterfaceIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceId', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterface', 'locationName' => 'item']], 'Location' => ['type' => 'string'], 'LocationType' => ['type' => 'string', 'enum' => ['region', 'availability-zone', 'availability-zone-id']], 'LogDestinationType' => ['type' => 'string', 'enum' => ['cloud-watch-logs', 's3']], 'Long' => ['type' => 'long'], 'MarketType' => ['type' => 'string', 'enum' => ['spot']], 'MaxIpv4AddrPerInterface' => ['type' => 'integer'], 'MaxIpv6AddrPerInterface' => ['type' => 'integer'], 'MaxNetworkInterfaces' => ['type' => 'integer'], 'MaxResults' => ['type' => 'integer'], 'MembershipType' => ['type' => 'string', 'enum' => ['static', 'igmp']], 'MemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'MemorySize', 'locationName' => 'sizeInMiB']]], 'MemorySize' => ['type' => 'long'], 'MillisecondDateTime' => ['type' => 'timestamp'], 'ModifyAvailabilityZoneGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'OptInStatus'], 'members' => ['GroupName' => ['shape' => 'String'], 'OptInStatus' => ['shape' => 'ModifyAvailabilityZoneOptInStatus'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyAvailabilityZoneGroupResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyAvailabilityZoneOptInStatus' => ['type' => 'string', 'enum' => ['opted-in', 'not-opted-in']], 'ModifyCapacityReservationRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'InstanceCount' => ['shape' => 'Integer'], 'EndDate' => ['shape' => 'DateTime'], 'EndDateType' => ['shape' => 'EndDateType'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyCapacityReservationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'ServerCertificateArn' => ['shape' => 'String'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogOptions'], 'DnsServers' => ['shape' => 'DnsServersOptionsModifyStructure'], 'VpnPort' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'SplitTunnel' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'VpcId' => ['shape' => 'VpcId']]], 'ModifyClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyDefaultCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceFamily', 'CpuCredits'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily'], 'CpuCredits' => ['shape' => 'String']]], 'ModifyDefaultCreditSpecificationResult' => ['type' => 'structure', 'members' => ['InstanceFamilyCreditSpecification' => ['shape' => 'InstanceFamilyCreditSpecification', 'locationName' => 'instanceFamilyCreditSpecification']]], 'ModifyEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'required' => ['KmsKeyId'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'ModifyFleetRequest' => ['type' => 'structure', 'required' => ['FleetId', 'TargetCapacitySpecification'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy'], 'FleetId' => ['shape' => 'FleetId'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecificationRequest']]], 'ModifyFleetResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'FpgaImageAttributeName'], 'OperationType' => ['shape' => 'OperationType'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'UserGroups' => ['shape' => 'UserGroupStringList', 'locationName' => 'UserGroup'], 'ProductCodes' => ['shape' => 'ProductCodeStringList', 'locationName' => 'ProductCode'], 'LoadPermission' => ['shape' => 'LoadPermissionModifications'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'ModifyFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['FpgaImageAttribute' => ['shape' => 'FpgaImageAttribute', 'locationName' => 'fpgaImageAttribute']]], 'ModifyHostsRequest' => ['type' => 'structure', 'required' => ['HostIds'], 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId'], 'HostRecovery' => ['shape' => 'HostRecovery'], 'InstanceType' => ['shape' => 'String'], 'InstanceFamily' => ['shape' => 'String']]], 'ModifyHostsResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'ResponseHostIdList', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemList', 'locationName' => 'unsuccessful']]], 'ModifyIdFormatRequest' => ['type' => 'structure', 'required' => ['Resource', 'UseLongIds'], 'members' => ['Resource' => ['shape' => 'String'], 'UseLongIds' => ['shape' => 'Boolean']]], 'ModifyIdentityIdFormatRequest' => ['type' => 'structure', 'required' => ['PrincipalArn', 'Resource', 'UseLongIds'], 'members' => ['PrincipalArn' => ['shape' => 'String', 'locationName' => 'principalArn'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource'], 'UseLongIds' => ['shape' => 'Boolean', 'locationName' => 'useLongIds']]], 'ModifyImageAttributeRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['Attribute' => ['shape' => 'String'], 'Description' => ['shape' => 'AttributeValue'], 'ImageId' => ['shape' => 'ImageId'], 'LaunchPermission' => ['shape' => 'LaunchPermissionModifications'], 'OperationType' => ['shape' => 'OperationType'], 'ProductCodes' => ['shape' => 'ProductCodeStringList', 'locationName' => 'ProductCode'], 'UserGroups' => ['shape' => 'UserGroupStringList', 'locationName' => 'UserGroup'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'Value' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifyInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['SourceDestCheck' => ['shape' => 'AttributeBooleanValue'], 'Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingSpecificationList', 'locationName' => 'blockDeviceMapping'], 'DisableApiTermination' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'disableApiTermination'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EbsOptimized' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'ebsOptimized'], 'EnaSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enaSupport'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'GroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'AttributeValue', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'AttributeValue', 'locationName' => 'instanceType'], 'Kernel' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'Ramdisk' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport'], 'UserData' => ['shape' => 'BlobAttributeValue', 'locationName' => 'userData'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'ModifyInstanceCapacityReservationAttributesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'CapacityReservationSpecification'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyInstanceCapacityReservationAttributesResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyInstanceCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceCreditSpecifications'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'InstanceCreditSpecifications' => ['shape' => 'InstanceCreditSpecificationListRequest', 'locationName' => 'InstanceCreditSpecification']]], 'ModifyInstanceCreditSpecificationResult' => ['type' => 'structure', 'members' => ['SuccessfulInstanceCreditSpecifications' => ['shape' => 'SuccessfulInstanceCreditSpecificationSet', 'locationName' => 'successfulInstanceCreditSpecificationSet'], 'UnsuccessfulInstanceCreditSpecifications' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationSet', 'locationName' => 'unsuccessfulInstanceCreditSpecificationSet']]], 'ModifyInstanceEventStartTimeRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'InstanceEventId', 'NotBefore'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'InstanceEventId' => ['shape' => 'String'], 'NotBefore' => ['shape' => 'DateTime']]], 'ModifyInstanceEventStartTimeResult' => ['type' => 'structure', 'members' => ['Event' => ['shape' => 'InstanceStatusEvent', 'locationName' => 'event']]], 'ModifyInstanceMetadataOptionsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'HttpTokens' => ['shape' => 'HttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyInstanceMetadataOptionsResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceMetadataOptions' => ['shape' => 'InstanceMetadataOptionsResponse', 'locationName' => 'instanceMetadataOptions']]], 'ModifyInstancePlacementRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['Affinity' => ['shape' => 'Affinity', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'PlacementGroupName'], 'HostId' => ['shape' => 'DedicatedHostId', 'locationName' => 'hostId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'Tenancy' => ['shape' => 'HostTenancy', 'locationName' => 'tenancy'], 'PartitionNumber' => ['shape' => 'Integer'], 'HostResourceGroupArn' => ['shape' => 'String']]], 'ModifyInstancePlacementResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyLaunchTemplateRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'DefaultVersion' => ['shape' => 'String', 'locationName' => 'SetDefaultVersion']]], 'ModifyLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate']]], 'ModifyNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Attachment' => ['shape' => 'NetworkInterfaceAttachmentChanges', 'locationName' => 'attachment'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck']]], 'ModifyReservedInstancesRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesIds', 'TargetConfigurations'], 'members' => ['ReservedInstancesIds' => ['shape' => 'ReservedInstancesIdStringList', 'locationName' => 'ReservedInstancesId'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'TargetConfigurations' => ['shape' => 'ReservedInstancesConfigurationList', 'locationName' => 'ReservedInstancesConfigurationSetItemType']]], 'ModifyReservedInstancesResult' => ['type' => 'structure', 'members' => ['ReservedInstancesModificationId' => ['shape' => 'String', 'locationName' => 'reservedInstancesModificationId']]], 'ModifySnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'CreateVolumePermission' => ['shape' => 'CreateVolumePermissionModifications'], 'GroupNames' => ['shape' => 'GroupNameStringList', 'locationName' => 'UserGroup'], 'OperationType' => ['shape' => 'OperationType'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifySpotFleetRequestRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId'], 'members' => ['ExcessCapacityTerminationPolicy' => ['shape' => 'ExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId'], 'TargetCapacity' => ['shape' => 'Integer', 'locationName' => 'targetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer']]], 'ModifySpotFleetRequestResponse' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifySubnetAttributeRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['AssignIpv6AddressOnCreation' => ['shape' => 'AttributeBooleanValue'], 'MapPublicIpOnLaunch' => ['shape' => 'AttributeBooleanValue'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'ModifyTrafficMirrorFilterNetworkServicesRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'AddNetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'AddNetworkService'], 'RemoveNetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'RemoveNetworkService'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorFilterNetworkServicesResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilter' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'trafficMirrorFilter']]], 'ModifyTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterRuleId'], 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'TrafficMirrorFilterRuleId'], 'TrafficDirection' => ['shape' => 'TrafficDirection'], 'RuleNumber' => ['shape' => 'Integer'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'Protocol' => ['shape' => 'Integer'], 'DestinationCidrBlock' => ['shape' => 'String'], 'SourceCidrBlock' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'RemoveFields' => ['shape' => 'TrafficMirrorFilterRuleFieldList', 'locationName' => 'RemoveField'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRule' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'trafficMirrorFilterRule']]], 'ModifyTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorSessionId'], 'members' => ['TrafficMirrorSessionId' => ['shape' => 'TrafficMirrorSessionId'], 'TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'PacketLength' => ['shape' => 'Integer'], 'SessionNumber' => ['shape' => 'Integer'], 'VirtualNetworkId' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'RemoveFields' => ['shape' => 'TrafficMirrorSessionFieldList', 'locationName' => 'RemoveField'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSession' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'trafficMirrorSession']]], 'ModifyTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'AddSubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'RemoveSubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'Options' => ['shape' => 'ModifyTransitGatewayVpcAttachmentRequestOptions'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTransitGatewayVpcAttachmentRequestOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue']]], 'ModifyTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'ModifyVolumeAttributeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['AutoEnableIO' => ['shape' => 'AttributeBooleanValue'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifyVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VolumeId' => ['shape' => 'VolumeId'], 'Size' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'VolumeType'], 'Iops' => ['shape' => 'Integer']]], 'ModifyVolumeResult' => ['type' => 'structure', 'members' => ['VolumeModification' => ['shape' => 'VolumeModification', 'locationName' => 'volumeModification']]], 'ModifyVpcAttributeRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['EnableDnsHostnames' => ['shape' => 'AttributeBooleanValue'], 'EnableDnsSupport' => ['shape' => 'AttributeBooleanValue'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'ModifyVpcEndpointConnectionNotificationRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationId' => ['shape' => 'ConnectionNotificationId'], 'ConnectionNotificationArn' => ['shape' => 'String'], 'ConnectionEvents' => ['shape' => 'ValueStringList']]], 'ModifyVpcEndpointConnectionNotificationResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointRequest' => ['type' => 'structure', 'required' => ['VpcEndpointId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'ResetPolicy' => ['shape' => 'Boolean'], 'PolicyDocument' => ['shape' => 'String'], 'AddRouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'AddRouteTableId'], 'RemoveRouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'RemoveRouteTableId'], 'AddSubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'AddSubnetId'], 'RemoveSubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'RemoveSubnetId'], 'AddSecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'AddSecurityGroupId'], 'RemoveSecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'RemoveSecurityGroupId'], 'PrivateDnsEnabled' => ['shape' => 'Boolean']]], 'ModifyVpcEndpointResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointServiceConfigurationRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'PrivateDnsName' => ['shape' => 'String'], 'RemovePrivateDnsName' => ['shape' => 'Boolean'], 'AcceptanceRequired' => ['shape' => 'Boolean'], 'AddNetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'AddNetworkLoadBalancerArn'], 'RemoveNetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'RemoveNetworkLoadBalancerArn']]], 'ModifyVpcEndpointServiceConfigurationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointServicePermissionsRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'AddAllowedPrincipals' => ['shape' => 'ValueStringList'], 'RemoveAllowedPrincipals' => ['shape' => 'ValueStringList']]], 'ModifyVpcEndpointServicePermissionsResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcPeeringConnectionOptionsRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['AccepterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptionsRequest'], 'DryRun' => ['shape' => 'Boolean'], 'RequesterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptionsRequest'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId']]], 'ModifyVpcPeeringConnectionOptionsResult' => ['type' => 'structure', 'members' => ['AccepterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptions', 'locationName' => 'accepterPeeringConnectionOptions'], 'RequesterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptions', 'locationName' => 'requesterPeeringConnectionOptions']]], 'ModifyVpcTenancyRequest' => ['type' => 'structure', 'required' => ['VpcId', 'InstanceTenancy'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'InstanceTenancy' => ['shape' => 'VpcTenancy'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpcTenancyResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpnConnectionRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnConnectionResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelCertificateRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId', 'VpnTunnelOutsideIpAddress'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'VpnTunnelOutsideIpAddress' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnTunnelCertificateResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelOptionsRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId', 'VpnTunnelOutsideIpAddress', 'TunnelOptions'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'VpnTunnelOutsideIpAddress' => ['shape' => 'String'], 'TunnelOptions' => ['shape' => 'ModifyVpnTunnelOptionsSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnTunnelOptionsResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelOptionsSpecification' => ['type' => 'structure', 'members' => ['TunnelInsideCidr' => ['shape' => 'String'], 'PreSharedKey' => ['shape' => 'String'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer'], 'RekeyFuzzPercentage' => ['shape' => 'Integer'], 'ReplayWindowSize' => ['shape' => 'Integer'], 'DPDTimeoutSeconds' => ['shape' => 'Integer'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsRequestList', 'locationName' => 'Phase1EncryptionAlgorithm'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsRequestList', 'locationName' => 'Phase2EncryptionAlgorithm'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsRequestList', 'locationName' => 'Phase1IntegrityAlgorithm'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsRequestList', 'locationName' => 'Phase2IntegrityAlgorithm'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersRequestList', 'locationName' => 'Phase1DHGroupNumber'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersRequestList', 'locationName' => 'Phase2DHGroupNumber'], 'IKEVersions' => ['shape' => 'IKEVersionsRequestList', 'locationName' => 'IKEVersion']]], 'MonitorInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'MonitorInstancesResult' => ['type' => 'structure', 'members' => ['InstanceMonitorings' => ['shape' => 'InstanceMonitoringList', 'locationName' => 'instancesSet']]], 'Monitoring' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'MonitoringState', 'locationName' => 'state']]], 'MonitoringState' => ['type' => 'string', 'enum' => ['disabled', 'disabling', 'enabled', 'pending']], 'MoveAddressToVpcRequest' => ['type' => 'structure', 'required' => ['PublicIp'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'MoveAddressToVpcResult' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'MoveStatus' => ['type' => 'string', 'enum' => ['movingToVpc', 'restoringToClassic']], 'MovingAddressStatus' => ['type' => 'structure', 'members' => ['MoveStatus' => ['shape' => 'MoveStatus', 'locationName' => 'moveStatus'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'MovingAddressStatusSet' => ['type' => 'list', 'member' => ['shape' => 'MovingAddressStatus', 'locationName' => 'item']], 'MulticastSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'NatGateway' => ['type' => 'structure', 'members' => ['CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'DeleteTime' => ['shape' => 'DateTime', 'locationName' => 'deleteTime'], 'FailureCode' => ['shape' => 'String', 'locationName' => 'failureCode'], 'FailureMessage' => ['shape' => 'String', 'locationName' => 'failureMessage'], 'NatGatewayAddresses' => ['shape' => 'NatGatewayAddressList', 'locationName' => 'natGatewayAddressSet'], 'NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId'], 'ProvisionedBandwidth' => ['shape' => 'ProvisionedBandwidth', 'locationName' => 'provisionedBandwidth'], 'State' => ['shape' => 'NatGatewayState', 'locationName' => 'state'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'NatGatewayAddress' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateIp' => ['shape' => 'String', 'locationName' => 'privateIp'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'NatGatewayAddressList' => ['type' => 'list', 'member' => ['shape' => 'NatGatewayAddress', 'locationName' => 'item']], 'NatGatewayId' => ['type' => 'string'], 'NatGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'NatGatewayId', 'locationName' => 'item']], 'NatGatewayList' => ['type' => 'list', 'member' => ['shape' => 'NatGateway', 'locationName' => 'item']], 'NatGatewayState' => ['type' => 'string', 'enum' => ['pending', 'failed', 'available', 'deleting', 'deleted']], 'NetworkAcl' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'NetworkAclAssociationList', 'locationName' => 'associationSet'], 'Entries' => ['shape' => 'NetworkAclEntryList', 'locationName' => 'entrySet'], 'IsDefault' => ['shape' => 'Boolean', 'locationName' => 'default'], 'NetworkAclId' => ['shape' => 'String', 'locationName' => 'networkAclId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'NetworkAclAssociation' => ['type' => 'structure', 'members' => ['NetworkAclAssociationId' => ['shape' => 'String', 'locationName' => 'networkAclAssociationId'], 'NetworkAclId' => ['shape' => 'String', 'locationName' => 'networkAclId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'NetworkAclAssociationId' => ['type' => 'string'], 'NetworkAclAssociationList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclAssociation', 'locationName' => 'item']], 'NetworkAclEntry' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'icmpTypeCode'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'NetworkAclEntryList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclEntry', 'locationName' => 'item']], 'NetworkAclId' => ['type' => 'string'], 'NetworkAclIdStringList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclId', 'locationName' => 'item']], 'NetworkAclList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAcl', 'locationName' => 'item']], 'NetworkInfo' => ['type' => 'structure', 'members' => ['NetworkPerformance' => ['shape' => 'NetworkPerformance', 'locationName' => 'networkPerformance'], 'MaximumNetworkInterfaces' => ['shape' => 'MaxNetworkInterfaces', 'locationName' => 'maximumNetworkInterfaces'], 'Ipv4AddressesPerInterface' => ['shape' => 'MaxIpv4AddrPerInterface', 'locationName' => 'ipv4AddressesPerInterface'], 'Ipv6AddressesPerInterface' => ['shape' => 'MaxIpv6AddrPerInterface', 'locationName' => 'ipv6AddressesPerInterface'], 'Ipv6Supported' => ['shape' => 'Ipv6Flag', 'locationName' => 'ipv6Supported'], 'EnaSupport' => ['shape' => 'EnaSupport', 'locationName' => 'enaSupport']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'NetworkInterfaceAssociation', 'locationName' => 'association'], 'Attachment' => ['shape' => 'NetworkInterfaceAttachment', 'locationName' => 'attachment'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'InterfaceType' => ['shape' => 'NetworkInterfaceType', 'locationName' => 'interfaceType'], 'Ipv6Addresses' => ['shape' => 'NetworkInterfaceIpv6AddressesList', 'locationName' => 'ipv6AddressesSet'], 'MacAddress' => ['shape' => 'String', 'locationName' => 'macAddress'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'NetworkInterfacePrivateIpAddressList', 'locationName' => 'privateIpAddressesSet'], 'RequesterId' => ['shape' => 'String', 'locationName' => 'requesterId'], 'RequesterManaged' => ['shape' => 'Boolean', 'locationName' => 'requesterManaged'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'Status' => ['shape' => 'NetworkInterfaceStatus', 'locationName' => 'status'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'TagSet' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'NetworkInterfaceAssociation' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'IpOwnerId' => ['shape' => 'String', 'locationName' => 'ipOwnerId'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'NetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceOwnerId' => ['shape' => 'String', 'locationName' => 'instanceOwnerId'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status']]], 'NetworkInterfaceAttachmentChanges' => ['type' => 'structure', 'members' => ['AttachmentId' => ['shape' => 'NetworkInterfaceAttachmentId', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination']]], 'NetworkInterfaceAttachmentId' => ['type' => 'string'], 'NetworkInterfaceAttribute' => ['type' => 'string', 'enum' => ['description', 'groupSet', 'sourceDestCheck', 'attachment']], 'NetworkInterfaceCreationType' => ['type' => 'string', 'enum' => ['efa']], 'NetworkInterfaceId' => ['type' => 'string'], 'NetworkInterfaceIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'item']], 'NetworkInterfaceIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String', 'locationName' => 'ipv6Address']]], 'NetworkInterfaceIpv6AddressesList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceIpv6Address', 'locationName' => 'item']], 'NetworkInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface', 'locationName' => 'item']], 'NetworkInterfacePermission' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissionId' => ['shape' => 'String', 'locationName' => 'networkInterfacePermissionId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'AwsAccountId' => ['shape' => 'String', 'locationName' => 'awsAccountId'], 'AwsService' => ['shape' => 'String', 'locationName' => 'awsService'], 'Permission' => ['shape' => 'InterfacePermissionType', 'locationName' => 'permission'], 'PermissionState' => ['shape' => 'NetworkInterfacePermissionState', 'locationName' => 'permissionState']]], 'NetworkInterfacePermissionId' => ['type' => 'string'], 'NetworkInterfacePermissionIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePermissionId']], 'NetworkInterfacePermissionList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePermission', 'locationName' => 'item']], 'NetworkInterfacePermissionState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'NetworkInterfacePermissionStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'NetworkInterfacePermissionStateCode' => ['type' => 'string', 'enum' => ['pending', 'granted', 'revoking', 'revoked']], 'NetworkInterfacePrivateIpAddress' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'NetworkInterfaceAssociation', 'locationName' => 'association'], 'Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'NetworkInterfacePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePrivateIpAddress', 'locationName' => 'item']], 'NetworkInterfaceStatus' => ['type' => 'string', 'enum' => ['available', 'associated', 'attaching', 'in-use', 'detaching']], 'NetworkInterfaceType' => ['type' => 'string', 'enum' => ['interface', 'natGateway', 'efa']], 'NetworkPerformance' => ['type' => 'string'], 'NewDhcpConfiguration' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'NewDhcpConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'NewDhcpConfiguration', 'locationName' => 'item']], 'NextToken' => ['type' => 'string'], 'OccurrenceDayRequestSet' => ['type' => 'list', 'member' => ['shape' => 'Integer', 'locationName' => 'OccurenceDay']], 'OccurrenceDaySet' => ['type' => 'list', 'member' => ['shape' => 'Integer', 'locationName' => 'item']], 'OfferingClassType' => ['type' => 'string', 'enum' => ['standard', 'convertible']], 'OfferingId' => ['type' => 'string'], 'OfferingTypeValues' => ['type' => 'string', 'enum' => ['Heavy Utilization', 'Medium Utilization', 'Light Utilization', 'No Upfront', 'Partial Upfront', 'All Upfront']], 'OnDemandAllocationStrategy' => ['type' => 'string', 'enum' => ['lowestPrice', 'prioritized']], 'OnDemandOptions' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'FleetOnDemandAllocationStrategy', 'locationName' => 'allocationStrategy'], 'CapacityReservationOptions' => ['shape' => 'CapacityReservationOptions', 'locationName' => 'capacityReservationOptions'], 'SingleInstanceType' => ['shape' => 'Boolean', 'locationName' => 'singleInstanceType'], 'SingleAvailabilityZone' => ['shape' => 'Boolean', 'locationName' => 'singleAvailabilityZone'], 'MinTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'minTargetCapacity'], 'MaxTotalPrice' => ['shape' => 'String', 'locationName' => 'maxTotalPrice']]], 'OnDemandOptionsRequest' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'FleetOnDemandAllocationStrategy'], 'CapacityReservationOptions' => ['shape' => 'CapacityReservationOptionsRequest'], 'SingleInstanceType' => ['shape' => 'Boolean'], 'SingleAvailabilityZone' => ['shape' => 'Boolean'], 'MinTargetCapacity' => ['shape' => 'Integer'], 'MaxTotalPrice' => ['shape' => 'String']]], 'OperationType' => ['type' => 'string', 'enum' => ['add', 'remove']], 'OwnerStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'Owner']], 'PaymentOption' => ['type' => 'string', 'enum' => ['AllUpfront', 'PartialUpfront', 'NoUpfront']], 'PciId' => ['type' => 'structure', 'members' => ['DeviceId' => ['shape' => 'String'], 'VendorId' => ['shape' => 'String'], 'SubsystemId' => ['shape' => 'String'], 'SubsystemVendorId' => ['shape' => 'String']]], 'PeeringAttachmentStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'PeeringConnectionOptions' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowDnsResolutionFromRemoteVpc'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalClassicLinkToRemoteVpc'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalVpcToRemoteClassicLink']]], 'PeeringConnectionOptionsRequest' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean']]], 'PeeringTgwInfo' => ['type' => 'structure', 'members' => ['TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Region' => ['shape' => 'String', 'locationName' => 'region']]], 'PermissionGroup' => ['type' => 'string', 'enum' => ['all']], 'Phase1DHGroupNumbersList' => ['type' => 'list', 'member' => ['shape' => 'Phase1DHGroupNumbersListValue', 'locationName' => 'item']], 'Phase1DHGroupNumbersListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer', 'locationName' => 'value']]], 'Phase1DHGroupNumbersRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1DHGroupNumbersRequestListValue', 'locationName' => 'item']], 'Phase1DHGroupNumbersRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer']]], 'Phase1EncryptionAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase1EncryptionAlgorithmsListValue', 'locationName' => 'item']], 'Phase1EncryptionAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase1EncryptionAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1EncryptionAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase1EncryptionAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase1IntegrityAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase1IntegrityAlgorithmsListValue', 'locationName' => 'item']], 'Phase1IntegrityAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase1IntegrityAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1IntegrityAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase1IntegrityAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase2DHGroupNumbersList' => ['type' => 'list', 'member' => ['shape' => 'Phase2DHGroupNumbersListValue', 'locationName' => 'item']], 'Phase2DHGroupNumbersListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer', 'locationName' => 'value']]], 'Phase2DHGroupNumbersRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2DHGroupNumbersRequestListValue', 'locationName' => 'item']], 'Phase2DHGroupNumbersRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer']]], 'Phase2EncryptionAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase2EncryptionAlgorithmsListValue', 'locationName' => 'item']], 'Phase2EncryptionAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase2EncryptionAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2EncryptionAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase2EncryptionAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase2IntegrityAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase2IntegrityAlgorithmsListValue', 'locationName' => 'item']], 'Phase2IntegrityAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase2IntegrityAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2IntegrityAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase2IntegrityAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Placement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Affinity' => ['shape' => 'String', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'PartitionNumber' => ['shape' => 'Integer', 'locationName' => 'partitionNumber'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy'], 'SpreadDomain' => ['shape' => 'String', 'locationName' => 'spreadDomain'], 'HostResourceGroupArn' => ['shape' => 'String', 'locationName' => 'hostResourceGroupArn']]], 'PlacementGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'State' => ['shape' => 'PlacementGroupState', 'locationName' => 'state'], 'Strategy' => ['shape' => 'PlacementStrategy', 'locationName' => 'strategy'], 'PartitionCount' => ['shape' => 'Integer', 'locationName' => 'partitionCount'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'PlacementGroupId' => ['type' => 'string'], 'PlacementGroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupId', 'locationName' => 'GroupId']], 'PlacementGroupInfo' => ['type' => 'structure', 'members' => ['SupportedStrategies' => ['shape' => 'PlacementGroupStrategyList', 'locationName' => 'supportedStrategies']]], 'PlacementGroupList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroup', 'locationName' => 'item']], 'PlacementGroupName' => ['type' => 'string'], 'PlacementGroupState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'PlacementGroupStrategy' => ['type' => 'string', 'enum' => ['cluster', 'partition', 'spread']], 'PlacementGroupStrategyList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupStrategy', 'locationName' => 'item']], 'PlacementGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupName']], 'PlacementResponse' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'PlacementStrategy' => ['type' => 'string', 'enum' => ['cluster', 'spread', 'partition']], 'PlatformValues' => ['type' => 'string', 'enum' => ['Windows']], 'PoolCidrBlock' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'String', 'locationName' => 'poolCidrBlock']]], 'PoolCidrBlocksSet' => ['type' => 'list', 'member' => ['shape' => 'PoolCidrBlock', 'locationName' => 'item']], 'PoolMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'PortRange' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Integer', 'locationName' => 'from'], 'To' => ['shape' => 'Integer', 'locationName' => 'to']]], 'PrefixList' => ['type' => 'structure', 'members' => ['Cidrs' => ['shape' => 'ValueStringList', 'locationName' => 'cidrSet'], 'PrefixListId' => ['shape' => 'String', 'locationName' => 'prefixListId'], 'PrefixListName' => ['shape' => 'String', 'locationName' => 'prefixListName']]], 'PrefixListId' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'PrefixListId' => ['shape' => 'String', 'locationName' => 'prefixListId']]], 'PrefixListIdList' => ['type' => 'list', 'member' => ['shape' => 'PrefixListId', 'locationName' => 'item']], 'PrefixListIdSet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'PrefixListResourceId' => ['type' => 'string'], 'PrefixListResourceIdStringList' => ['type' => 'list', 'member' => ['shape' => 'PrefixListResourceId', 'locationName' => 'item']], 'PrefixListSet' => ['type' => 'list', 'member' => ['shape' => 'PrefixList', 'locationName' => 'item']], 'PriceSchedule' => ['type' => 'structure', 'members' => ['Active' => ['shape' => 'Boolean', 'locationName' => 'active'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Price' => ['shape' => 'Double', 'locationName' => 'price'], 'Term' => ['shape' => 'Long', 'locationName' => 'term']]], 'PriceScheduleList' => ['type' => 'list', 'member' => ['shape' => 'PriceSchedule', 'locationName' => 'item']], 'PriceScheduleSpecification' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Price' => ['shape' => 'Double', 'locationName' => 'price'], 'Term' => ['shape' => 'Long', 'locationName' => 'term']]], 'PriceScheduleSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'PriceScheduleSpecification', 'locationName' => 'item']], 'PricingDetail' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'Price' => ['shape' => 'Double', 'locationName' => 'price']]], 'PricingDetailsList' => ['type' => 'list', 'member' => ['shape' => 'PricingDetail', 'locationName' => 'item']], 'PrincipalIdFormat' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'PrincipalIdFormatList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalIdFormat', 'locationName' => 'item']], 'PrincipalType' => ['type' => 'string', 'enum' => ['All', 'Service', 'OrganizationUnit', 'Account', 'User', 'Role']], 'PrivateDnsNameConfiguration' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'DnsNameState', 'locationName' => 'state'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'Value' => ['shape' => 'String', 'locationName' => 'value'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'PrivateIpAddressConfigSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesPrivateIpAddressConfig', 'locationName' => 'PrivateIpAddressConfigSet']], 'PrivateIpAddressSpecification' => ['type' => 'structure', 'members' => ['Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'PrivateIpAddressSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'PrivateIpAddressSpecification', 'locationName' => 'item']], 'PrivateIpAddressStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PrivateIpAddress']], 'ProcessorInfo' => ['type' => 'structure', 'members' => ['SupportedArchitectures' => ['shape' => 'ArchitectureTypeList', 'locationName' => 'supportedArchitectures'], 'SustainedClockSpeedInGhz' => ['shape' => 'ProcessorSustainedClockSpeed', 'locationName' => 'sustainedClockSpeedInGhz']]], 'ProcessorSustainedClockSpeed' => ['type' => 'double'], 'ProductCode' => ['type' => 'structure', 'members' => ['ProductCodeId' => ['shape' => 'String', 'locationName' => 'productCode'], 'ProductCodeType' => ['shape' => 'ProductCodeValues', 'locationName' => 'type']]], 'ProductCodeList' => ['type' => 'list', 'member' => ['shape' => 'ProductCode', 'locationName' => 'item']], 'ProductCodeStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ProductCode']], 'ProductCodeValues' => ['type' => 'string', 'enum' => ['devpay', 'marketplace']], 'ProductDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PropagatingVgw' => ['type' => 'structure', 'members' => ['GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId']]], 'PropagatingVgwList' => ['type' => 'list', 'member' => ['shape' => 'PropagatingVgw', 'locationName' => 'item']], 'ProvisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'CidrAuthorizationContext' => ['shape' => 'CidrAuthorizationContext'], 'PubliclyAdvertisable' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ProvisionByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'ProvisionedBandwidth' => ['type' => 'structure', 'members' => ['ProvisionTime' => ['shape' => 'DateTime', 'locationName' => 'provisionTime'], 'Provisioned' => ['shape' => 'String', 'locationName' => 'provisioned'], 'RequestTime' => ['shape' => 'DateTime', 'locationName' => 'requestTime'], 'Requested' => ['shape' => 'String', 'locationName' => 'requested'], 'Status' => ['shape' => 'String', 'locationName' => 'status']]], 'PublicIpStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PublicIp']], 'PublicIpv4Pool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'String', 'locationName' => 'poolId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'PoolAddressRanges' => ['shape' => 'PublicIpv4PoolRangeSet', 'locationName' => 'poolAddressRangeSet'], 'TotalAddressCount' => ['shape' => 'Integer', 'locationName' => 'totalAddressCount'], 'TotalAvailableAddressCount' => ['shape' => 'Integer', 'locationName' => 'totalAvailableAddressCount'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'PublicIpv4PoolIdStringList' => ['type' => 'list', 'member' => ['shape' => 'Ipv4PoolEc2Id', 'locationName' => 'item']], 'PublicIpv4PoolRange' => ['type' => 'structure', 'members' => ['FirstAddress' => ['shape' => 'String', 'locationName' => 'firstAddress'], 'LastAddress' => ['shape' => 'String', 'locationName' => 'lastAddress'], 'AddressCount' => ['shape' => 'Integer', 'locationName' => 'addressCount'], 'AvailableAddressCount' => ['shape' => 'Integer', 'locationName' => 'availableAddressCount']]], 'PublicIpv4PoolRangeSet' => ['type' => 'list', 'member' => ['shape' => 'PublicIpv4PoolRange', 'locationName' => 'item']], 'PublicIpv4PoolSet' => ['type' => 'list', 'member' => ['shape' => 'PublicIpv4Pool', 'locationName' => 'item']], 'Purchase' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'HostIdSet' => ['shape' => 'ResponseHostIdSet', 'locationName' => 'hostIdSet'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice']]], 'PurchaseHostReservationRequest' => ['type' => 'structure', 'required' => ['HostIdSet', 'OfferingId'], 'members' => ['ClientToken' => ['shape' => 'String'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues'], 'HostIdSet' => ['shape' => 'RequestHostIdSet'], 'LimitPrice' => ['shape' => 'String'], 'OfferingId' => ['shape' => 'OfferingId']]], 'PurchaseHostReservationResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Purchase' => ['shape' => 'PurchaseSet', 'locationName' => 'purchase'], 'TotalHourlyPrice' => ['shape' => 'String', 'locationName' => 'totalHourlyPrice'], 'TotalUpfrontPrice' => ['shape' => 'String', 'locationName' => 'totalUpfrontPrice']]], 'PurchaseRequest' => ['type' => 'structure', 'required' => ['InstanceCount', 'PurchaseToken'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'PurchaseToken' => ['shape' => 'String']]], 'PurchaseRequestSet' => ['type' => 'list', 'member' => ['shape' => 'PurchaseRequest', 'locationName' => 'PurchaseRequest'], 'min' => 1], 'PurchaseReservedInstancesOfferingRequest' => ['type' => 'structure', 'required' => ['InstanceCount', 'ReservedInstancesOfferingId'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'ReservedInstancesOfferingId' => ['shape' => 'ReservedInstancesOfferingId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'LimitPrice' => ['shape' => 'ReservedInstanceLimitPrice', 'locationName' => 'limitPrice'], 'PurchaseTime' => ['shape' => 'DateTime']]], 'PurchaseReservedInstancesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'PurchaseScheduledInstancesRequest' => ['type' => 'structure', 'required' => ['PurchaseRequests'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'PurchaseRequests' => ['shape' => 'PurchaseRequestSet', 'locationName' => 'PurchaseRequest']]], 'PurchaseScheduledInstancesResult' => ['type' => 'structure', 'members' => ['ScheduledInstanceSet' => ['shape' => 'PurchasedScheduledInstanceSet', 'locationName' => 'scheduledInstanceSet']]], 'PurchaseSet' => ['type' => 'list', 'member' => ['shape' => 'Purchase', 'locationName' => 'item']], 'PurchasedScheduledInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstance', 'locationName' => 'item']], 'RIProductDescription' => ['type' => 'string', 'enum' => ['Linux/UNIX', 'Linux/UNIX (Amazon VPC)', 'Windows', 'Windows (Amazon VPC)']], 'RamdiskId' => ['type' => 'string'], 'ReasonCodesList' => ['type' => 'list', 'member' => ['shape' => 'ReportInstanceReasonCodes', 'locationName' => 'item']], 'RebootInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'Double', 'locationName' => 'amount'], 'Frequency' => ['shape' => 'RecurringChargeFrequency', 'locationName' => 'frequency']]], 'RecurringChargeFrequency' => ['type' => 'string', 'enum' => ['Hourly']], 'RecurringChargesList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'item']], 'Region' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'String', 'locationName' => 'regionEndpoint'], 'RegionName' => ['shape' => 'String', 'locationName' => 'regionName'], 'OptInStatus' => ['shape' => 'String', 'locationName' => 'optInStatus']]], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region', 'locationName' => 'item']], 'RegionNameStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'RegionName']], 'RegisterImageRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['ImageLocation' => ['shape' => 'String'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'KernelId' => ['shape' => 'KernelId', 'locationName' => 'kernelId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'BillingProducts' => ['shape' => 'BillingProductList', 'locationName' => 'BillingProduct'], 'RamdiskId' => ['shape' => 'RamdiskId', 'locationName' => 'ramdiskId'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'VirtualizationType' => ['shape' => 'String', 'locationName' => 'virtualizationType']]], 'RegisterImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'RegisterTransitGatewayMulticastGroupMembersRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'RegisterTransitGatewayMulticastGroupMembersResult' => ['type' => 'structure', 'members' => ['RegisteredMulticastGroupMembers' => ['shape' => 'TransitGatewayMulticastRegisteredGroupMembers', 'locationName' => 'registeredMulticastGroupMembers']]], 'RegisterTransitGatewayMulticastGroupSourcesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'RegisterTransitGatewayMulticastGroupSourcesResult' => ['type' => 'structure', 'members' => ['RegisteredMulticastGroupSources' => ['shape' => 'TransitGatewayMulticastRegisteredGroupSources', 'locationName' => 'registeredMulticastGroupSources']]], 'RejectTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'RejectTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'RejectTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'RejectTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'RejectVpcEndpointConnectionsRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'RejectVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'RejectVpcPeeringConnectionRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'RejectVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ReleaseAddressRequest' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'PublicIp' => ['shape' => 'String'], 'NetworkBorderGroup' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ReleaseHostsRequest' => ['type' => 'structure', 'required' => ['HostIds'], 'members' => ['HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId']]], 'ReleaseHostsResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'ResponseHostIdList', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemList', 'locationName' => 'unsuccessful']]], 'ReplaceIamInstanceProfileAssociationRequest' => ['type' => 'structure', 'required' => ['IamInstanceProfile', 'AssociationId'], 'members' => ['IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification'], 'AssociationId' => ['shape' => 'IamInstanceProfileAssociationId']]], 'ReplaceIamInstanceProfileAssociationResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'ReplaceNetworkAclAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'NetworkAclId'], 'members' => ['AssociationId' => ['shape' => 'NetworkAclAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId']]], 'ReplaceNetworkAclAssociationResult' => ['type' => 'structure', 'members' => ['NewAssociationId' => ['shape' => 'String', 'locationName' => 'newAssociationId']]], 'ReplaceNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'Protocol', 'RuleAction', 'RuleNumber'], 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'Icmp'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'ReplaceRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'RouteGatewayId', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'LocalTarget' => ['shape' => 'Boolean'], 'NatGatewayId' => ['shape' => 'NatGatewayId', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'ReplaceRouteTableAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'RouteTableId'], 'members' => ['AssociationId' => ['shape' => 'RouteTableAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'ReplaceRouteTableAssociationResult' => ['type' => 'structure', 'members' => ['NewAssociationId' => ['shape' => 'String', 'locationName' => 'newAssociationId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'ReplaceTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'TransitGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Blackhole' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'ReplaceTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'ReportInstanceReasonCodes' => ['type' => 'string', 'enum' => ['instance-stuck-in-state', 'unresponsive', 'not-accepting-credentials', 'password-not-available', 'performance-network', 'performance-instance-store', 'performance-ebs-volume', 'performance-other', 'other']], 'ReportInstanceStatusRequest' => ['type' => 'structure', 'required' => ['Instances', 'ReasonCodes', 'Status'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime'], 'Instances' => ['shape' => 'InstanceIdStringList', 'locationName' => 'instanceId'], 'ReasonCodes' => ['shape' => 'ReasonCodesList', 'locationName' => 'reasonCode'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'Status' => ['shape' => 'ReportStatusType', 'locationName' => 'status']]], 'ReportStatusType' => ['type' => 'string', 'enum' => ['ok', 'impaired']], 'RequestHostIdList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedHostId', 'locationName' => 'item']], 'RequestHostIdSet' => ['type' => 'list', 'member' => ['shape' => 'DedicatedHostId', 'locationName' => 'item']], 'RequestInstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType'], 'locationName' => 'InstanceType', 'max' => 100], 'RequestLaunchTemplateData' => ['type' => 'structure', 'members' => ['KernelId' => ['shape' => 'KernelId'], 'EbsOptimized' => ['shape' => 'Boolean'], 'IamInstanceProfile' => ['shape' => 'LaunchTemplateIamInstanceProfileSpecificationRequest'], 'BlockDeviceMappings' => ['shape' => 'LaunchTemplateBlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'NetworkInterfaces' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList', 'locationName' => 'NetworkInterface'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'InstanceType'], 'KeyName' => ['shape' => 'KeyPairName'], 'Monitoring' => ['shape' => 'LaunchTemplatesMonitoringRequest'], 'Placement' => ['shape' => 'LaunchTemplatePlacementRequest'], 'RamDiskId' => ['shape' => 'RamdiskId'], 'DisableApiTermination' => ['shape' => 'Boolean'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior'], 'UserData' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'LaunchTemplateTagSpecificationRequestList', 'locationName' => 'TagSpecification'], 'ElasticGpuSpecifications' => ['shape' => 'ElasticGpuSpecificationList', 'locationName' => 'ElasticGpuSpecification'], 'ElasticInferenceAccelerators' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorList', 'locationName' => 'ElasticInferenceAccelerator'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'SecurityGroup'], 'InstanceMarketOptions' => ['shape' => 'LaunchTemplateInstanceMarketOptionsRequest'], 'CreditSpecification' => ['shape' => 'CreditSpecificationRequest'], 'CpuOptions' => ['shape' => 'LaunchTemplateCpuOptionsRequest'], 'CapacityReservationSpecification' => ['shape' => 'LaunchTemplateCapacityReservationSpecificationRequest'], 'LicenseSpecifications' => ['shape' => 'LaunchTemplateLicenseSpecificationListRequest', 'locationName' => 'LicenseSpecification'], 'HibernationOptions' => ['shape' => 'LaunchTemplateHibernationOptionsRequest'], 'MetadataOptions' => ['shape' => 'LaunchTemplateInstanceMetadataOptionsRequest']]], 'RequestSpotFleetRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestConfig'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotFleetRequestConfig' => ['shape' => 'SpotFleetRequestConfigData', 'locationName' => 'spotFleetRequestConfig']]], 'RequestSpotFleetResponse' => ['type' => 'structure', 'members' => ['SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'RequestSpotInstancesRequest' => ['type' => 'structure', 'members' => ['AvailabilityZoneGroup' => ['shape' => 'String', 'locationName' => 'availabilityZoneGroup'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'LaunchGroup' => ['shape' => 'String', 'locationName' => 'launchGroup'], 'LaunchSpecification' => ['shape' => 'RequestSpotLaunchSpecification'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'Type' => ['shape' => 'SpotInstanceType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'RequestSpotInstancesResult' => ['type' => 'structure', 'members' => ['SpotInstanceRequests' => ['shape' => 'SpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet']]], 'RequestSpotLaunchSpecification' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'RequestSpotLaunchSpecificationSecurityGroupIdList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'RequestSpotLaunchSpecificationSecurityGroupList', 'locationName' => 'SecurityGroup'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'ImageId', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'KernelId', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'KeyPairName', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled', 'locationName' => 'monitoring'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'NetworkInterface'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'RamdiskId', 'locationName' => 'ramdiskId'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData']]], 'RequestSpotLaunchSpecificationSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'RequestSpotLaunchSpecificationSecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'item']], 'Reservation' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'Instances' => ['shape' => 'InstanceList', 'locationName' => 'instancesSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'RequesterId' => ['shape' => 'String', 'locationName' => 'requesterId'], 'ReservationId' => ['shape' => 'String', 'locationName' => 'reservationId']]], 'ReservationId' => ['type' => 'string'], 'ReservationList' => ['type' => 'list', 'member' => ['shape' => 'Reservation', 'locationName' => 'item']], 'ReservationState' => ['type' => 'string', 'enum' => ['payment-pending', 'payment-failed', 'active', 'retired']], 'ReservationValue' => ['type' => 'structure', 'members' => ['HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'RemainingTotalValue' => ['shape' => 'String', 'locationName' => 'remainingTotalValue'], 'RemainingUpfrontValue' => ['shape' => 'String', 'locationName' => 'remainingUpfrontValue']]], 'ReservedInstanceIdSet' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'ReservedInstanceId']], 'ReservedInstanceLimitPrice' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'Double', 'locationName' => 'amount'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode']]], 'ReservedInstanceReservationValue' => ['type' => 'structure', 'members' => ['ReservationValue' => ['shape' => 'ReservationValue', 'locationName' => 'reservationValue'], 'ReservedInstanceId' => ['shape' => 'String', 'locationName' => 'reservedInstanceId']]], 'ReservedInstanceReservationValueSet' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstanceReservationValue', 'locationName' => 'item']], 'ReservedInstanceState' => ['type' => 'string', 'enum' => ['payment-pending', 'active', 'payment-failed', 'retired', 'queued', 'queued-deleted']], 'ReservedInstances' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Duration' => ['shape' => 'Long', 'locationName' => 'duration'], 'End' => ['shape' => 'DateTime', 'locationName' => 'end'], 'FixedPrice' => ['shape' => 'Float', 'locationName' => 'fixedPrice'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'Start' => ['shape' => 'DateTime', 'locationName' => 'start'], 'State' => ['shape' => 'ReservedInstanceState', 'locationName' => 'state'], 'UsagePrice' => ['shape' => 'Float', 'locationName' => 'usagePrice'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'OfferingClass' => ['shape' => 'OfferingClassType', 'locationName' => 'offeringClass'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType'], 'RecurringCharges' => ['shape' => 'RecurringChargesList', 'locationName' => 'recurringCharges'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ReservedInstancesConfiguration' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope']]], 'ReservedInstancesConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesConfiguration', 'locationName' => 'item']], 'ReservedInstancesId' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'ReservedInstancesIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'ReservedInstancesId']], 'ReservedInstancesList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstances', 'locationName' => 'item']], 'ReservedInstancesListing' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'InstanceCounts' => ['shape' => 'InstanceCountList', 'locationName' => 'instanceCounts'], 'PriceSchedules' => ['shape' => 'PriceScheduleList', 'locationName' => 'priceSchedules'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'ReservedInstancesListingId' => ['shape' => 'String', 'locationName' => 'reservedInstancesListingId'], 'Status' => ['shape' => 'ListingStatus', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'UpdateDate' => ['shape' => 'DateTime', 'locationName' => 'updateDate']]], 'ReservedInstancesListingId' => ['type' => 'string'], 'ReservedInstancesListingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesListing', 'locationName' => 'item']], 'ReservedInstancesModification' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'EffectiveDate' => ['shape' => 'DateTime', 'locationName' => 'effectiveDate'], 'ModificationResults' => ['shape' => 'ReservedInstancesModificationResultList', 'locationName' => 'modificationResultSet'], 'ReservedInstancesIds' => ['shape' => 'ReservedIntancesIds', 'locationName' => 'reservedInstancesSet'], 'ReservedInstancesModificationId' => ['shape' => 'String', 'locationName' => 'reservedInstancesModificationId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'UpdateDate' => ['shape' => 'DateTime', 'locationName' => 'updateDate']]], 'ReservedInstancesModificationId' => ['type' => 'string'], 'ReservedInstancesModificationIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModificationId', 'locationName' => 'ReservedInstancesModificationId']], 'ReservedInstancesModificationList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModification', 'locationName' => 'item']], 'ReservedInstancesModificationResult' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'TargetConfiguration' => ['shape' => 'ReservedInstancesConfiguration', 'locationName' => 'targetConfiguration']]], 'ReservedInstancesModificationResultList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModificationResult', 'locationName' => 'item']], 'ReservedInstancesOffering' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Duration' => ['shape' => 'Long', 'locationName' => 'duration'], 'FixedPrice' => ['shape' => 'Float', 'locationName' => 'fixedPrice'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'ReservedInstancesOfferingId' => ['shape' => 'String', 'locationName' => 'reservedInstancesOfferingId'], 'UsagePrice' => ['shape' => 'Float', 'locationName' => 'usagePrice'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Marketplace' => ['shape' => 'Boolean', 'locationName' => 'marketplace'], 'OfferingClass' => ['shape' => 'OfferingClassType', 'locationName' => 'offeringClass'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType'], 'PricingDetails' => ['shape' => 'PricingDetailsList', 'locationName' => 'pricingDetailsSet'], 'RecurringCharges' => ['shape' => 'RecurringChargesList', 'locationName' => 'recurringCharges'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope']]], 'ReservedInstancesOfferingId' => ['type' => 'string'], 'ReservedInstancesOfferingIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesOfferingId']], 'ReservedInstancesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesOffering', 'locationName' => 'item']], 'ReservedIntancesIds' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesId', 'locationName' => 'item']], 'ResetEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'ResetEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'ResetFpgaImageAttributeName' => ['type' => 'string', 'enum' => ['loadPermission']], 'ResetFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'ResetFpgaImageAttributeName']]], 'ResetFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ResetImageAttributeName' => ['type' => 'string', 'enum' => ['launchPermission']], 'ResetImageAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'ImageId'], 'members' => ['Attribute' => ['shape' => 'ResetImageAttributeName'], 'ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ResetInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'InstanceId'], 'members' => ['Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId']]], 'ResetNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'String', 'locationName' => 'sourceDestCheck']]], 'ResetSnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'TaggableResourceId']], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResourceType' => ['type' => 'string', 'enum' => ['client-vpn-endpoint', 'customer-gateway', 'dedicated-host', 'dhcp-options', 'elastic-ip', 'fleet', 'fpga-image', 'host-reservation', 'image', 'instance', 'internet-gateway', 'key-pair', 'launch-template', 'natgateway', 'network-acl', 'network-interface', 'placement-group', 'reserved-instances', 'route-table', 'security-group', 'snapshot', 'spot-fleet-request', 'spot-instances-request', 'subnet', 'traffic-mirror-filter', 'traffic-mirror-session', 'traffic-mirror-target', 'transit-gateway', 'transit-gateway-attachment', 'transit-gateway-multicast-domain', 'transit-gateway-route-table', 'volume', 'vpc', 'vpc-peering-connection', 'vpn-connection', 'vpn-gateway', 'vpc-flow-log']], 'ResponseError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'LaunchTemplateErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ResponseHostIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResponseHostIdSet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResponseLaunchTemplateData' => ['type' => 'structure', 'members' => ['KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'LaunchTemplateIamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'BlockDeviceMappings' => ['shape' => 'LaunchTemplateBlockDeviceMappingList', 'locationName' => 'blockDeviceMappingSet'], 'NetworkInterfaces' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'LaunchTemplatesMonitoring', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'LaunchTemplatePlacement', 'locationName' => 'placement'], 'RamDiskId' => ['shape' => 'String', 'locationName' => 'ramDiskId'], 'DisableApiTermination' => ['shape' => 'Boolean', 'locationName' => 'disableApiTermination'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'TagSpecifications' => ['shape' => 'LaunchTemplateTagSpecificationList', 'locationName' => 'tagSpecificationSet'], 'ElasticGpuSpecifications' => ['shape' => 'ElasticGpuSpecificationResponseList', 'locationName' => 'elasticGpuSpecificationSet'], 'ElasticInferenceAccelerators' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorResponseList', 'locationName' => 'elasticInferenceAcceleratorSet'], 'SecurityGroupIds' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroupIdSet'], 'SecurityGroups' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroupSet'], 'InstanceMarketOptions' => ['shape' => 'LaunchTemplateInstanceMarketOptions', 'locationName' => 'instanceMarketOptions'], 'CreditSpecification' => ['shape' => 'CreditSpecification', 'locationName' => 'creditSpecification'], 'CpuOptions' => ['shape' => 'LaunchTemplateCpuOptions', 'locationName' => 'cpuOptions'], 'CapacityReservationSpecification' => ['shape' => 'LaunchTemplateCapacityReservationSpecificationResponse', 'locationName' => 'capacityReservationSpecification'], 'LicenseSpecifications' => ['shape' => 'LaunchTemplateLicenseList', 'locationName' => 'licenseSet'], 'HibernationOptions' => ['shape' => 'LaunchTemplateHibernationOptions', 'locationName' => 'hibernationOptions'], 'MetadataOptions' => ['shape' => 'LaunchTemplateInstanceMetadataOptions', 'locationName' => 'metadataOptions']]], 'RestorableByStringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RestoreAddressToClassicRequest' => ['type' => 'structure', 'required' => ['PublicIp'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'RestoreAddressToClassicResult' => ['type' => 'structure', 'members' => ['PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'RevokeClientVpnIngressRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'TargetNetworkCidr'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetNetworkCidr' => ['shape' => 'String'], 'AccessGroupId' => ['shape' => 'String'], 'RevokeAllGroups' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'RevokeClientVpnIngressResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'RevokeSecurityGroupEgressRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupId' => ['shape' => 'SecurityGroupId', 'locationName' => 'groupId'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'SourceSecurityGroupName' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupName'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupOwnerId']]], 'RevokeSecurityGroupIngressRequest' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String'], 'FromPort' => ['shape' => 'Integer'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList'], 'IpProtocol' => ['shape' => 'String'], 'SourceSecurityGroupName' => ['shape' => 'String'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String'], 'ToPort' => ['shape' => 'Integer'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'RootDeviceType' => ['type' => 'string', 'enum' => ['ebs', 'instance-store']], 'RootDeviceTypeList' => ['type' => 'list', 'member' => ['shape' => 'RootDeviceType', 'locationName' => 'item']], 'Route' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DestinationPrefixListId' => ['shape' => 'String', 'locationName' => 'destinationPrefixListId'], 'EgressOnlyInternetGatewayId' => ['shape' => 'String', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceOwnerId' => ['shape' => 'String', 'locationName' => 'instanceOwnerId'], 'NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'Origin' => ['shape' => 'RouteOrigin', 'locationName' => 'origin'], 'State' => ['shape' => 'RouteState', 'locationName' => 'state'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'RouteGatewayId' => ['type' => 'string'], 'RouteList' => ['type' => 'list', 'member' => ['shape' => 'Route', 'locationName' => 'item']], 'RouteOrigin' => ['type' => 'string', 'enum' => ['CreateRouteTable', 'CreateRoute', 'EnableVgwRoutePropagation']], 'RouteState' => ['type' => 'string', 'enum' => ['active', 'blackhole']], 'RouteTable' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'RouteTableAssociationList', 'locationName' => 'associationSet'], 'PropagatingVgws' => ['shape' => 'PropagatingVgwList', 'locationName' => 'propagatingVgwSet'], 'RouteTableId' => ['shape' => 'String', 'locationName' => 'routeTableId'], 'Routes' => ['shape' => 'RouteList', 'locationName' => 'routeSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'RouteTableAssociation' => ['type' => 'structure', 'members' => ['Main' => ['shape' => 'Boolean', 'locationName' => 'main'], 'RouteTableAssociationId' => ['shape' => 'String', 'locationName' => 'routeTableAssociationId'], 'RouteTableId' => ['shape' => 'String', 'locationName' => 'routeTableId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'RouteTableAssociationId' => ['type' => 'string'], 'RouteTableAssociationList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableAssociation', 'locationName' => 'item']], 'RouteTableAssociationState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'RouteTableAssociationStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'RouteTableAssociationStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failed']], 'RouteTableId' => ['type' => 'string'], 'RouteTableIdStringList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableId', 'locationName' => 'item']], 'RouteTableList' => ['type' => 'list', 'member' => ['shape' => 'RouteTable', 'locationName' => 'item']], 'RuleAction' => ['type' => 'string', 'enum' => ['allow', 'deny']], 'RunInstancesMonitoringEnabled' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'RunInstancesRequest' => ['type' => 'structure', 'required' => ['MaxCount', 'MinCount'], 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'InstanceType'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'Ipv6Address'], 'KernelId' => ['shape' => 'KernelId'], 'KeyName' => ['shape' => 'KeyPairName'], 'MaxCount' => ['shape' => 'Integer'], 'MinCount' => ['shape' => 'Integer'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled'], 'Placement' => ['shape' => 'Placement'], 'RamdiskId' => ['shape' => 'RamdiskId'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'SecurityGroup'], 'SubnetId' => ['shape' => 'SubnetId'], 'UserData' => ['shape' => 'String'], 'AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'DisableApiTermination' => ['shape' => 'Boolean', 'locationName' => 'disableApiTermination'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterface'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'ElasticGpuSpecification' => ['shape' => 'ElasticGpuSpecifications'], 'ElasticInferenceAccelerators' => ['shape' => 'ElasticInferenceAccelerators', 'locationName' => 'ElasticInferenceAccelerator'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'InstanceMarketOptions' => ['shape' => 'InstanceMarketOptionsRequest'], 'CreditSpecification' => ['shape' => 'CreditSpecificationRequest'], 'CpuOptions' => ['shape' => 'CpuOptionsRequest'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecification'], 'HibernationOptions' => ['shape' => 'HibernationOptionsRequest'], 'LicenseSpecifications' => ['shape' => 'LicenseSpecificationListRequest', 'locationName' => 'LicenseSpecification'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptionsRequest']]], 'RunScheduledInstancesRequest' => ['type' => 'structure', 'required' => ['LaunchSpecification', 'ScheduledInstanceId'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'InstanceCount' => ['shape' => 'Integer'], 'LaunchSpecification' => ['shape' => 'ScheduledInstancesLaunchSpecification'], 'ScheduledInstanceId' => ['shape' => 'ScheduledInstanceId']]], 'RunScheduledInstancesResult' => ['type' => 'structure', 'members' => ['InstanceIdSet' => ['shape' => 'InstanceIdSet', 'locationName' => 'instanceIdSet']]], 'S3Storage' => ['type' => 'structure', 'members' => ['AWSAccessKeyId' => ['shape' => 'String'], 'Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix'], 'UploadPolicy' => ['shape' => 'Blob', 'locationName' => 'uploadPolicy'], 'UploadPolicySignature' => ['shape' => 'String', 'locationName' => 'uploadPolicySignature']]], 'ScheduledInstance' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'NetworkPlatform' => ['shape' => 'String', 'locationName' => 'networkPlatform'], 'NextSlotStartTime' => ['shape' => 'DateTime', 'locationName' => 'nextSlotStartTime'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'PreviousSlotEndTime' => ['shape' => 'DateTime', 'locationName' => 'previousSlotEndTime'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrence', 'locationName' => 'recurrence'], 'ScheduledInstanceId' => ['shape' => 'String', 'locationName' => 'scheduledInstanceId'], 'SlotDurationInHours' => ['shape' => 'Integer', 'locationName' => 'slotDurationInHours'], 'TermEndDate' => ['shape' => 'DateTime', 'locationName' => 'termEndDate'], 'TermStartDate' => ['shape' => 'DateTime', 'locationName' => 'termStartDate'], 'TotalScheduledInstanceHours' => ['shape' => 'Integer', 'locationName' => 'totalScheduledInstanceHours']]], 'ScheduledInstanceAvailability' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'FirstSlotStartTime' => ['shape' => 'DateTime', 'locationName' => 'firstSlotStartTime'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'MaxTermDurationInDays' => ['shape' => 'Integer', 'locationName' => 'maxTermDurationInDays'], 'MinTermDurationInDays' => ['shape' => 'Integer', 'locationName' => 'minTermDurationInDays'], 'NetworkPlatform' => ['shape' => 'String', 'locationName' => 'networkPlatform'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'PurchaseToken' => ['shape' => 'String', 'locationName' => 'purchaseToken'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrence', 'locationName' => 'recurrence'], 'SlotDurationInHours' => ['shape' => 'Integer', 'locationName' => 'slotDurationInHours'], 'TotalScheduledInstanceHours' => ['shape' => 'Integer', 'locationName' => 'totalScheduledInstanceHours']]], 'ScheduledInstanceAvailabilitySet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstanceAvailability', 'locationName' => 'item']], 'ScheduledInstanceId' => ['type' => 'string'], 'ScheduledInstanceIdRequestSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstanceId', 'locationName' => 'ScheduledInstanceId']], 'ScheduledInstanceRecurrence' => ['type' => 'structure', 'members' => ['Frequency' => ['shape' => 'String', 'locationName' => 'frequency'], 'Interval' => ['shape' => 'Integer', 'locationName' => 'interval'], 'OccurrenceDaySet' => ['shape' => 'OccurrenceDaySet', 'locationName' => 'occurrenceDaySet'], 'OccurrenceRelativeToEnd' => ['shape' => 'Boolean', 'locationName' => 'occurrenceRelativeToEnd'], 'OccurrenceUnit' => ['shape' => 'String', 'locationName' => 'occurrenceUnit']]], 'ScheduledInstanceRecurrenceRequest' => ['type' => 'structure', 'members' => ['Frequency' => ['shape' => 'String'], 'Interval' => ['shape' => 'Integer'], 'OccurrenceDays' => ['shape' => 'OccurrenceDayRequestSet', 'locationName' => 'OccurrenceDay'], 'OccurrenceRelativeToEnd' => ['shape' => 'Boolean'], 'OccurrenceUnit' => ['shape' => 'String']]], 'ScheduledInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstance', 'locationName' => 'item']], 'ScheduledInstancesBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String'], 'Ebs' => ['shape' => 'ScheduledInstancesEbs'], 'NoDevice' => ['shape' => 'String'], 'VirtualName' => ['shape' => 'String']]], 'ScheduledInstancesBlockDeviceMappingSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesBlockDeviceMapping', 'locationName' => 'BlockDeviceMapping']], 'ScheduledInstancesEbs' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'Iops' => ['shape' => 'Integer'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeSize' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'String']]], 'ScheduledInstancesIamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'ScheduledInstancesIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'Ipv6Address']]], 'ScheduledInstancesIpv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesIpv6Address', 'locationName' => 'Ipv6Address']], 'ScheduledInstancesLaunchSpecification' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['BlockDeviceMappings' => ['shape' => 'ScheduledInstancesBlockDeviceMappingSet', 'locationName' => 'BlockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean'], 'IamInstanceProfile' => ['shape' => 'ScheduledInstancesIamInstanceProfile'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'String'], 'KernelId' => ['shape' => 'KernelId'], 'KeyName' => ['shape' => 'KeyPairName'], 'Monitoring' => ['shape' => 'ScheduledInstancesMonitoring'], 'NetworkInterfaces' => ['shape' => 'ScheduledInstancesNetworkInterfaceSet', 'locationName' => 'NetworkInterface'], 'Placement' => ['shape' => 'ScheduledInstancesPlacement'], 'RamdiskId' => ['shape' => 'RamdiskId'], 'SecurityGroupIds' => ['shape' => 'ScheduledInstancesSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'SubnetId' => ['shape' => 'SubnetId'], 'UserData' => ['shape' => 'String']]], 'ScheduledInstancesMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'ScheduledInstancesNetworkInterface' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DeviceIndex' => ['shape' => 'Integer'], 'Groups' => ['shape' => 'ScheduledInstancesSecurityGroupIdSet', 'locationName' => 'Group'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'ScheduledInstancesIpv6AddressList', 'locationName' => 'Ipv6Address'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String'], 'PrivateIpAddressConfigs' => ['shape' => 'PrivateIpAddressConfigSet', 'locationName' => 'PrivateIpAddressConfig'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer'], 'SubnetId' => ['shape' => 'SubnetId']]], 'ScheduledInstancesNetworkInterfaceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesNetworkInterface', 'locationName' => 'NetworkInterface']], 'ScheduledInstancesPlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'GroupName' => ['shape' => 'PlacementGroupName']]], 'ScheduledInstancesPrivateIpAddressConfig' => ['type' => 'structure', 'members' => ['Primary' => ['shape' => 'Boolean'], 'PrivateIpAddress' => ['shape' => 'String']]], 'ScheduledInstancesSecurityGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'SecurityGroupId']], 'SearchLocalGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableId', 'Filters'], 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchLocalGatewayRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'LocalGatewayRouteList', 'locationName' => 'routeSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'SearchTransitGatewayMulticastGroupsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchTransitGatewayMulticastGroupsResult' => ['type' => 'structure', 'members' => ['MulticastGroups' => ['shape' => 'TransitGatewayMulticastGroupList', 'locationName' => 'multicastGroups'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'SearchTransitGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'Filters'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchTransitGatewayRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'TransitGatewayRouteList', 'locationName' => 'routeSet'], 'AdditionalRoutesAvailable' => ['shape' => 'Boolean', 'locationName' => 'additionalRoutesAvailable']]], 'SecurityGroup' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'groupDescription'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'IpPermissionsEgress' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissionsEgress'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'SecurityGroupId']], 'SecurityGroupIdentifier' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup', 'locationName' => 'item']], 'SecurityGroupName' => ['type' => 'string'], 'SecurityGroupReference' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'ReferencingVpcId' => ['shape' => 'String', 'locationName' => 'referencingVpcId'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'SecurityGroupReferences' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupReference', 'locationName' => 'item']], 'SecurityGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'SecurityGroup']], 'SendDiagnosticInterruptRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean']]], 'SensitiveUserData' => ['type' => 'string', 'sensitive' => \true], 'ServiceConfiguration' => ['type' => 'structure', 'members' => ['ServiceType' => ['shape' => 'ServiceTypeDetailSet', 'locationName' => 'serviceType'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'ServiceState' => ['shape' => 'ServiceState', 'locationName' => 'serviceState'], 'AvailabilityZones' => ['shape' => 'ValueStringList', 'locationName' => 'availabilityZoneSet'], 'AcceptanceRequired' => ['shape' => 'Boolean', 'locationName' => 'acceptanceRequired'], 'ManagesVpcEndpoints' => ['shape' => 'Boolean', 'locationName' => 'managesVpcEndpoints'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'networkLoadBalancerArnSet'], 'BaseEndpointDnsNames' => ['shape' => 'ValueStringList', 'locationName' => 'baseEndpointDnsNameSet'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateDnsNameConfiguration' => ['shape' => 'PrivateDnsNameConfiguration', 'locationName' => 'privateDnsNameConfiguration'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ServiceConfigurationSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceConfiguration', 'locationName' => 'item']], 'ServiceDetail' => ['type' => 'structure', 'members' => ['ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'ServiceType' => ['shape' => 'ServiceTypeDetailSet', 'locationName' => 'serviceType'], 'AvailabilityZones' => ['shape' => 'ValueStringList', 'locationName' => 'availabilityZoneSet'], 'Owner' => ['shape' => 'String', 'locationName' => 'owner'], 'BaseEndpointDnsNames' => ['shape' => 'ValueStringList', 'locationName' => 'baseEndpointDnsNameSet'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'VpcEndpointPolicySupported' => ['shape' => 'Boolean', 'locationName' => 'vpcEndpointPolicySupported'], 'AcceptanceRequired' => ['shape' => 'Boolean', 'locationName' => 'acceptanceRequired'], 'ManagesVpcEndpoints' => ['shape' => 'Boolean', 'locationName' => 'managesVpcEndpoints'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'PrivateDnsNameVerificationState' => ['shape' => 'DnsNameState', 'locationName' => 'privateDnsNameVerificationState']]], 'ServiceDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceDetail', 'locationName' => 'item']], 'ServiceState' => ['type' => 'string', 'enum' => ['Pending', 'Available', 'Deleting', 'Deleted', 'Failed']], 'ServiceType' => ['type' => 'string', 'enum' => ['Interface', 'Gateway']], 'ServiceTypeDetail' => ['type' => 'structure', 'members' => ['ServiceType' => ['shape' => 'ServiceType', 'locationName' => 'serviceType']]], 'ServiceTypeDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceTypeDetail', 'locationName' => 'item']], 'ShutdownBehavior' => ['type' => 'string', 'enum' => ['stop', 'terminate']], 'SlotDateTimeRangeRequest' => ['type' => 'structure', 'required' => ['EarliestTime', 'LatestTime'], 'members' => ['EarliestTime' => ['shape' => 'DateTime'], 'LatestTime' => ['shape' => 'DateTime']]], 'SlotStartTimeRangeRequest' => ['type' => 'structure', 'members' => ['EarliestTime' => ['shape' => 'DateTime'], 'LatestTime' => ['shape' => 'DateTime']]], 'Snapshot' => ['type' => 'structure', 'members' => ['DataEncryptionKeyId' => ['shape' => 'String', 'locationName' => 'dataEncryptionKeyId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'State' => ['shape' => 'SnapshotState', 'locationName' => 'status'], 'StateMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'SnapshotAttributeName' => ['type' => 'string', 'enum' => ['productCodes', 'createVolumePermission']], 'SnapshotDetail' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'DiskImageSize' => ['shape' => 'Double', 'locationName' => 'diskImageSize'], 'Format' => ['shape' => 'String', 'locationName' => 'format'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Url' => ['shape' => 'String', 'locationName' => 'url'], 'UserBucket' => ['shape' => 'UserBucketDetails', 'locationName' => 'userBucket']]], 'SnapshotDetailList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotDetail', 'locationName' => 'item']], 'SnapshotDiskContainer' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Format' => ['shape' => 'String'], 'Url' => ['shape' => 'String'], 'UserBucket' => ['shape' => 'UserBucket']]], 'SnapshotId' => ['type' => 'string'], 'SnapshotIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotId', 'locationName' => 'SnapshotId']], 'SnapshotInfo' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'State' => ['shape' => 'SnapshotState', 'locationName' => 'state'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'StartTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'startTime'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId']]], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'item']], 'SnapshotSet' => ['type' => 'list', 'member' => ['shape' => 'SnapshotInfo', 'locationName' => 'item']], 'SnapshotState' => ['type' => 'string', 'enum' => ['pending', 'completed', 'error']], 'SnapshotTaskDetail' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImageSize' => ['shape' => 'Double', 'locationName' => 'diskImageSize'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Format' => ['shape' => 'String', 'locationName' => 'format'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Url' => ['shape' => 'String', 'locationName' => 'url'], 'UserBucket' => ['shape' => 'UserBucketDetails', 'locationName' => 'userBucket']]], 'SpotAllocationStrategy' => ['type' => 'string', 'enum' => ['lowest-price', 'diversified', 'capacity-optimized']], 'SpotDatafeedSubscription' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'Fault' => ['shape' => 'SpotInstanceStateFault', 'locationName' => 'fault'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix'], 'State' => ['shape' => 'DatafeedSubscriptionState', 'locationName' => 'state']]], 'SpotFleetLaunchSpecification' => ['type' => 'structure', 'members' => ['SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'SpotFleetMonitoring', 'locationName' => 'monitoring'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'TagSpecifications' => ['shape' => 'SpotFleetTagSpecificationList', 'locationName' => 'tagSpecificationSet']]], 'SpotFleetMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'SpotFleetRequestConfig' => ['type' => 'structure', 'members' => ['ActivityStatus' => ['shape' => 'ActivityStatus', 'locationName' => 'activityStatus'], 'CreateTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'createTime'], 'SpotFleetRequestConfig' => ['shape' => 'SpotFleetRequestConfigData', 'locationName' => 'spotFleetRequestConfig'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId'], 'SpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'spotFleetRequestState'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'SpotFleetRequestConfigData' => ['type' => 'structure', 'required' => ['IamFleetRole', 'TargetCapacity'], 'members' => ['AllocationStrategy' => ['shape' => 'AllocationStrategy', 'locationName' => 'allocationStrategy'], 'OnDemandAllocationStrategy' => ['shape' => 'OnDemandAllocationStrategy', 'locationName' => 'onDemandAllocationStrategy'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'ExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'FulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledCapacity'], 'OnDemandFulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'onDemandFulfilledCapacity'], 'IamFleetRole' => ['shape' => 'String', 'locationName' => 'iamFleetRole'], 'LaunchSpecifications' => ['shape' => 'LaunchSpecsList', 'locationName' => 'launchSpecifications'], 'LaunchTemplateConfigs' => ['shape' => 'LaunchTemplateConfigList', 'locationName' => 'launchTemplateConfigs'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'TargetCapacity' => ['shape' => 'Integer', 'locationName' => 'targetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'onDemandTargetCapacity'], 'OnDemandMaxTotalPrice' => ['shape' => 'String', 'locationName' => 'onDemandMaxTotalPrice'], 'SpotMaxTotalPrice' => ['shape' => 'String', 'locationName' => 'spotMaxTotalPrice'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean', 'locationName' => 'terminateInstancesWithExpiration'], 'Type' => ['shape' => 'FleetType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean', 'locationName' => 'replaceUnhealthyInstances'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior'], 'LoadBalancersConfig' => ['shape' => 'LoadBalancersConfig', 'locationName' => 'loadBalancersConfig'], 'InstancePoolsToUseCount' => ['shape' => 'Integer', 'locationName' => 'instancePoolsToUseCount'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'SpotFleetRequestConfigSet' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetRequestConfig', 'locationName' => 'item']], 'SpotFleetRequestId' => ['type' => 'string'], 'SpotFleetRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'item']], 'SpotFleetTagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tag']]], 'SpotFleetTagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetTagSpecification', 'locationName' => 'item']], 'SpotInstanceInterruptionBehavior' => ['type' => 'string', 'enum' => ['hibernate', 'stop', 'terminate']], 'SpotInstanceRequest' => ['type' => 'structure', 'members' => ['ActualBlockHourlyPrice' => ['shape' => 'String', 'locationName' => 'actualBlockHourlyPrice'], 'AvailabilityZoneGroup' => ['shape' => 'String', 'locationName' => 'availabilityZoneGroup'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'Fault' => ['shape' => 'SpotInstanceStateFault', 'locationName' => 'fault'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'LaunchGroup' => ['shape' => 'String', 'locationName' => 'launchGroup'], 'LaunchSpecification' => ['shape' => 'LaunchSpecification', 'locationName' => 'launchSpecification'], 'LaunchedAvailabilityZone' => ['shape' => 'String', 'locationName' => 'launchedAvailabilityZone'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'State' => ['shape' => 'SpotInstanceState', 'locationName' => 'state'], 'Status' => ['shape' => 'SpotInstanceStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Type' => ['shape' => 'SpotInstanceType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior']]], 'SpotInstanceRequestId' => ['type' => 'string'], 'SpotInstanceRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'SpotInstanceRequestId', 'locationName' => 'SpotInstanceRequestId']], 'SpotInstanceRequestList' => ['type' => 'list', 'member' => ['shape' => 'SpotInstanceRequest', 'locationName' => 'item']], 'SpotInstanceState' => ['type' => 'string', 'enum' => ['open', 'active', 'closed', 'cancelled', 'failed']], 'SpotInstanceStateFault' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'SpotInstanceStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime']]], 'SpotInstanceType' => ['type' => 'string', 'enum' => ['one-time', 'persistent']], 'SpotMarketOptions' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer'], 'ValidUntil' => ['shape' => 'DateTime'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'SpotOptions' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'SpotAllocationStrategy', 'locationName' => 'allocationStrategy'], 'InstanceInterruptionBehavior' => ['shape' => 'SpotInstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior'], 'InstancePoolsToUseCount' => ['shape' => 'Integer', 'locationName' => 'instancePoolsToUseCount'], 'SingleInstanceType' => ['shape' => 'Boolean', 'locationName' => 'singleInstanceType'], 'SingleAvailabilityZone' => ['shape' => 'Boolean', 'locationName' => 'singleAvailabilityZone'], 'MinTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'minTargetCapacity'], 'MaxTotalPrice' => ['shape' => 'String', 'locationName' => 'maxTotalPrice']]], 'SpotOptionsRequest' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'SpotAllocationStrategy'], 'InstanceInterruptionBehavior' => ['shape' => 'SpotInstanceInterruptionBehavior'], 'InstancePoolsToUseCount' => ['shape' => 'Integer'], 'SingleInstanceType' => ['shape' => 'Boolean'], 'SingleAvailabilityZone' => ['shape' => 'Boolean'], 'MinTargetCapacity' => ['shape' => 'Integer'], 'MaxTotalPrice' => ['shape' => 'String']]], 'SpotPlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy']]], 'SpotPrice' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'SpotPriceHistoryList' => ['type' => 'list', 'member' => ['shape' => 'SpotPrice', 'locationName' => 'item']], 'StaleIpPermission' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'IpRanges' => ['shape' => 'IpRanges', 'locationName' => 'ipRanges'], 'PrefixListIds' => ['shape' => 'PrefixListIdSet', 'locationName' => 'prefixListIds'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'UserIdGroupPairs' => ['shape' => 'UserIdGroupPairSet', 'locationName' => 'groups']]], 'StaleIpPermissionSet' => ['type' => 'list', 'member' => ['shape' => 'StaleIpPermission', 'locationName' => 'item']], 'StaleSecurityGroup' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'StaleIpPermissions' => ['shape' => 'StaleIpPermissionSet', 'locationName' => 'staleIpPermissions'], 'StaleIpPermissionsEgress' => ['shape' => 'StaleIpPermissionSet', 'locationName' => 'staleIpPermissionsEgress'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'StaleSecurityGroupSet' => ['type' => 'list', 'member' => ['shape' => 'StaleSecurityGroup', 'locationName' => 'item']], 'StartInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'StartInstancesResult' => ['type' => 'structure', 'members' => ['StartingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'StartVpcEndpointServicePrivateDnsVerificationRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId']]], 'StartVpcEndpointServicePrivateDnsVerificationResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'State' => ['type' => 'string', 'enum' => ['PendingAcceptance', 'Pending', 'Available', 'Deleting', 'Deleted', 'Rejected', 'Failed', 'Expired']], 'StateReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'Status' => ['type' => 'string', 'enum' => ['MoveInProgress', 'InVpc', 'InClassic']], 'StatusName' => ['type' => 'string', 'enum' => ['reachability']], 'StatusType' => ['type' => 'string', 'enum' => ['passed', 'failed', 'insufficient-data', 'initializing']], 'StopInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'Hibernate' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Force' => ['shape' => 'Boolean', 'locationName' => 'force']]], 'StopInstancesResult' => ['type' => 'structure', 'members' => ['StoppingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'Storage' => ['type' => 'structure', 'members' => ['S3' => ['shape' => 'S3Storage']]], 'StorageLocation' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'String'], 'Key' => ['shape' => 'String']]], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'AvailableIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'availableIpAddressCount'], 'CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DefaultForAz' => ['shape' => 'Boolean', 'locationName' => 'defaultForAz'], 'MapPublicIpOnLaunch' => ['shape' => 'Boolean', 'locationName' => 'mapPublicIpOnLaunch'], 'State' => ['shape' => 'SubnetState', 'locationName' => 'state'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'AssignIpv6AddressOnCreation' => ['shape' => 'Boolean', 'locationName' => 'assignIpv6AddressOnCreation'], 'Ipv6CidrBlockAssociationSet' => ['shape' => 'SubnetIpv6CidrBlockAssociationSet', 'locationName' => 'ipv6CidrBlockAssociationSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'SubnetArn' => ['shape' => 'String', 'locationName' => 'subnetArn'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn']]], 'SubnetAssociation' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'State' => ['shape' => 'TransitGatewayMulitcastDomainAssociationState', 'locationName' => 'state']]], 'SubnetAssociationList' => ['type' => 'list', 'member' => ['shape' => 'SubnetAssociation', 'locationName' => 'item']], 'SubnetCidrAssociationId' => ['type' => 'string'], 'SubnetCidrBlockState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'SubnetCidrBlockStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'SubnetCidrBlockStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failing', 'failed']], 'SubnetId' => ['type' => 'string'], 'SubnetIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'SubnetId']], 'SubnetIpv6CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'Ipv6CidrBlockState' => ['shape' => 'SubnetCidrBlockState', 'locationName' => 'ipv6CidrBlockState']]], 'SubnetIpv6CidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'item']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'item']], 'SubnetState' => ['type' => 'string', 'enum' => ['pending', 'available']], 'SuccessfulInstanceCreditSpecificationItem' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'SuccessfulInstanceCreditSpecificationSet' => ['type' => 'list', 'member' => ['shape' => 'SuccessfulInstanceCreditSpecificationItem', 'locationName' => 'item']], 'SuccessfulQueuedPurchaseDeletion' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'SuccessfulQueuedPurchaseDeletionSet' => ['type' => 'list', 'member' => ['shape' => 'SuccessfulQueuedPurchaseDeletion', 'locationName' => 'item']], 'SummaryStatus' => ['type' => 'string', 'enum' => ['ok', 'impaired', 'insufficient-data', 'not-applicable', 'initializing']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagDescription' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'TagDescription', 'locationName' => 'item']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'item']], 'TagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'TagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'TagSpecification', 'locationName' => 'item']], 'TaggableResourceId' => ['type' => 'string'], 'TargetCapacitySpecification' => ['type' => 'structure', 'members' => ['TotalTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'totalTargetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'onDemandTargetCapacity'], 'SpotTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'spotTargetCapacity'], 'DefaultTargetCapacityType' => ['shape' => 'DefaultTargetCapacityType', 'locationName' => 'defaultTargetCapacityType']]], 'TargetCapacitySpecificationRequest' => ['type' => 'structure', 'required' => ['TotalTargetCapacity'], 'members' => ['TotalTargetCapacity' => ['shape' => 'Integer'], 'OnDemandTargetCapacity' => ['shape' => 'Integer'], 'SpotTargetCapacity' => ['shape' => 'Integer'], 'DefaultTargetCapacityType' => ['shape' => 'DefaultTargetCapacityType']]], 'TargetConfiguration' => ['type' => 'structure', 'members' => ['InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId']]], 'TargetConfigurationRequest' => ['type' => 'structure', 'required' => ['OfferingId'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'OfferingId' => ['shape' => 'ReservedInstancesOfferingId']]], 'TargetConfigurationRequestSet' => ['type' => 'list', 'member' => ['shape' => 'TargetConfigurationRequest', 'locationName' => 'TargetConfigurationRequest']], 'TargetGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn']]], 'TargetGroups' => ['type' => 'list', 'member' => ['shape' => 'TargetGroup', 'locationName' => 'item'], 'max' => 5, 'min' => 1], 'TargetGroupsConfig' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups', 'locationName' => 'targetGroups']]], 'TargetNetwork' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'TargetNetworkId' => ['shape' => 'String', 'locationName' => 'targetNetworkId'], 'ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status'], 'SecurityGroups' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroups']]], 'TargetNetworkSet' => ['type' => 'list', 'member' => ['shape' => 'TargetNetwork', 'locationName' => 'item']], 'TargetReservationValue' => ['type' => 'structure', 'members' => ['ReservationValue' => ['shape' => 'ReservationValue', 'locationName' => 'reservationValue'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration', 'locationName' => 'targetConfiguration']]], 'TargetReservationValueSet' => ['type' => 'list', 'member' => ['shape' => 'TargetReservationValue', 'locationName' => 'item']], 'TelemetryStatus' => ['type' => 'string', 'enum' => ['UP', 'DOWN']], 'Tenancy' => ['type' => 'string', 'enum' => ['default', 'dedicated', 'host']], 'TerminateClientVpnConnectionsRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'ConnectionId' => ['shape' => 'VpnConnectionId'], 'Username' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'TerminateClientVpnConnectionsResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Username' => ['shape' => 'String', 'locationName' => 'username'], 'ConnectionStatuses' => ['shape' => 'TerminateConnectionStatusSet', 'locationName' => 'connectionStatuses']]], 'TerminateConnectionStatus' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'String', 'locationName' => 'connectionId'], 'PreviousStatus' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'previousStatus'], 'CurrentStatus' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'currentStatus']]], 'TerminateConnectionStatusSet' => ['type' => 'list', 'member' => ['shape' => 'TerminateConnectionStatus', 'locationName' => 'item']], 'TerminateInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'TerminateInstancesResult' => ['type' => 'structure', 'members' => ['TerminatingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'ThreadsPerCore' => ['type' => 'integer'], 'ThreadsPerCoreList' => ['type' => 'list', 'member' => ['shape' => 'ThreadsPerCore', 'locationName' => 'item']], 'TrafficDirection' => ['type' => 'string', 'enum' => ['ingress', 'egress']], 'TrafficMirrorFilter' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'IngressFilterRules' => ['shape' => 'TrafficMirrorFilterRuleList', 'locationName' => 'ingressFilterRuleSet'], 'EgressFilterRules' => ['shape' => 'TrafficMirrorFilterRuleList', 'locationName' => 'egressFilterRuleSet'], 'NetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'networkServiceSet'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorFilterId' => ['type' => 'string'], 'TrafficMirrorFilterIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterId', 'locationName' => 'item']], 'TrafficMirrorFilterRule' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterRuleId'], 'TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'TrafficDirection' => ['shape' => 'TrafficDirection', 'locationName' => 'trafficDirection'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction', 'locationName' => 'ruleAction'], 'Protocol' => ['shape' => 'Integer', 'locationName' => 'protocol'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRange', 'locationName' => 'destinationPortRange'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRange', 'locationName' => 'sourcePortRange'], 'DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'SourceCidrBlock' => ['shape' => 'String', 'locationName' => 'sourceCidrBlock'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'TrafficMirrorFilterRuleField' => ['type' => 'string', 'enum' => ['destination-port-range', 'source-port-range', 'protocol', 'description']], 'TrafficMirrorFilterRuleFieldList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterRuleField']], 'TrafficMirrorFilterRuleId' => ['type' => 'string'], 'TrafficMirrorFilterRuleList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'item']], 'TrafficMirrorFilterSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'item']], 'TrafficMirrorNetworkService' => ['type' => 'string', 'enum' => ['amazon-dns']], 'TrafficMirrorNetworkServiceList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorNetworkService', 'locationName' => 'item']], 'TrafficMirrorPortRange' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort']]], 'TrafficMirrorPortRangeRequest' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer'], 'ToPort' => ['shape' => 'Integer']]], 'TrafficMirrorRuleAction' => ['type' => 'string', 'enum' => ['accept', 'reject']], 'TrafficMirrorSession' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionId' => ['shape' => 'String', 'locationName' => 'trafficMirrorSessionId'], 'TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PacketLength' => ['shape' => 'Integer', 'locationName' => 'packetLength'], 'SessionNumber' => ['shape' => 'Integer', 'locationName' => 'sessionNumber'], 'VirtualNetworkId' => ['shape' => 'Integer', 'locationName' => 'virtualNetworkId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorSessionField' => ['type' => 'string', 'enum' => ['packet-length', 'description', 'virtual-network-id']], 'TrafficMirrorSessionFieldList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSessionField']], 'TrafficMirrorSessionId' => ['type' => 'string'], 'TrafficMirrorSessionIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSessionId', 'locationName' => 'item']], 'TrafficMirrorSessionSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'item']], 'TrafficMirrorTarget' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'NetworkLoadBalancerArn' => ['shape' => 'String', 'locationName' => 'networkLoadBalancerArn'], 'Type' => ['shape' => 'TrafficMirrorTargetType', 'locationName' => 'type'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorTargetId' => ['type' => 'string'], 'TrafficMirrorTargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorTargetId', 'locationName' => 'item']], 'TrafficMirrorTargetSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorTarget', 'locationName' => 'item']], 'TrafficMirrorTargetType' => ['type' => 'string', 'enum' => ['network-interface', 'network-load-balancer']], 'TrafficMirroringMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'TrafficType' => ['type' => 'string', 'enum' => ['ACCEPT', 'REJECT', 'ALL']], 'TransitAssociationGatewayId' => ['type' => 'string'], 'TransitGateway' => ['type' => 'structure', 'members' => ['TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'TransitGatewayArn' => ['shape' => 'String', 'locationName' => 'transitGatewayArn'], 'State' => ['shape' => 'TransitGatewayState', 'locationName' => 'state'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Options' => ['shape' => 'TransitGatewayOptions', 'locationName' => 'options'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId', 'locationName' => 'transitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'TransitGatewayAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'TransitGatewayOwnerId' => ['shape' => 'String', 'locationName' => 'transitGatewayOwnerId'], 'ResourceOwnerId' => ['shape' => 'String', 'locationName' => 'resourceOwnerId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'Association' => ['shape' => 'TransitGatewayAttachmentAssociation', 'locationName' => 'association'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayAttachmentAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayAttachmentId' => ['type' => 'string'], 'TransitGatewayAttachmentIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachmentId']], 'TransitGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachment', 'locationName' => 'item']], 'TransitGatewayAttachmentPropagation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayAttachmentPropagationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachmentPropagation', 'locationName' => 'item']], 'TransitGatewayAttachmentResourceType' => ['type' => 'string', 'enum' => ['vpc', 'vpn', 'direct-connect-gateway', 'tgw-peering']], 'TransitGatewayAttachmentState' => ['type' => 'string', 'enum' => ['initiating', 'pendingAcceptance', 'rollingBack', 'pending', 'available', 'modifying', 'deleting', 'deleted', 'failed', 'rejected', 'rejecting', 'failing']], 'TransitGatewayId' => ['type' => 'string'], 'TransitGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayId', 'locationName' => 'item']], 'TransitGatewayList' => ['type' => 'list', 'member' => ['shape' => 'TransitGateway', 'locationName' => 'item']], 'TransitGatewayMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'TransitGatewayMulitcastDomainAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'TransitGatewayMulticastDeregisteredGroupMembers' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'DeregisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'deregisteredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastDeregisteredGroupSources' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'DeregisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'deregisteredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastDomain' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'State' => ['shape' => 'TransitGatewayMulticastDomainState', 'locationName' => 'state'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayMulticastDomainAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'Subnet' => ['shape' => 'SubnetAssociation', 'locationName' => 'subnet']]], 'TransitGatewayMulticastDomainAssociationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomainAssociation', 'locationName' => 'item']], 'TransitGatewayMulticastDomainAssociations' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'Subnets' => ['shape' => 'SubnetAssociationList', 'locationName' => 'subnets']]], 'TransitGatewayMulticastDomainId' => ['type' => 'string'], 'TransitGatewayMulticastDomainIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomainId', 'locationName' => 'item']], 'TransitGatewayMulticastDomainList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'item']], 'TransitGatewayMulticastDomainState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'TransitGatewayMulticastGroup' => ['type' => 'structure', 'members' => ['GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'GroupMember' => ['shape' => 'Boolean', 'locationName' => 'groupMember'], 'GroupSource' => ['shape' => 'Boolean', 'locationName' => 'groupSource'], 'MemberType' => ['shape' => 'MembershipType', 'locationName' => 'memberType'], 'SourceType' => ['shape' => 'MembershipType', 'locationName' => 'sourceType']]], 'TransitGatewayMulticastGroupList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastGroup', 'locationName' => 'item']], 'TransitGatewayMulticastRegisteredGroupMembers' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'RegisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'registeredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastRegisteredGroupSources' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'RegisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'registeredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayNetworkInterfaceIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'item']], 'TransitGatewayOptions' => ['type' => 'structure', 'members' => ['AmazonSideAsn' => ['shape' => 'Long', 'locationName' => 'amazonSideAsn'], 'AutoAcceptSharedAttachments' => ['shape' => 'AutoAcceptSharedAttachmentsValue', 'locationName' => 'autoAcceptSharedAttachments'], 'DefaultRouteTableAssociation' => ['shape' => 'DefaultRouteTableAssociationValue', 'locationName' => 'defaultRouteTableAssociation'], 'AssociationDefaultRouteTableId' => ['shape' => 'String', 'locationName' => 'associationDefaultRouteTableId'], 'DefaultRouteTablePropagation' => ['shape' => 'DefaultRouteTablePropagationValue', 'locationName' => 'defaultRouteTablePropagation'], 'PropagationDefaultRouteTableId' => ['shape' => 'String', 'locationName' => 'propagationDefaultRouteTableId'], 'VpnEcmpSupport' => ['shape' => 'VpnEcmpSupportValue', 'locationName' => 'vpnEcmpSupport'], 'DnsSupport' => ['shape' => 'DnsSupportValue', 'locationName' => 'dnsSupport'], 'MulticastSupport' => ['shape' => 'MulticastSupportValue', 'locationName' => 'multicastSupport']]], 'TransitGatewayPeeringAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'RequesterTgwInfo' => ['shape' => 'PeeringTgwInfo', 'locationName' => 'requesterTgwInfo'], 'AccepterTgwInfo' => ['shape' => 'PeeringTgwInfo', 'locationName' => 'accepterTgwInfo'], 'Status' => ['shape' => 'PeeringAttachmentStatus', 'locationName' => 'status'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayPeeringAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'item']], 'TransitGatewayPropagation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayPropagationState' => ['type' => 'string', 'enum' => ['enabling', 'enabled', 'disabling', 'disabled']], 'TransitGatewayRequestOptions' => ['type' => 'structure', 'members' => ['AmazonSideAsn' => ['shape' => 'Long'], 'AutoAcceptSharedAttachments' => ['shape' => 'AutoAcceptSharedAttachmentsValue'], 'DefaultRouteTableAssociation' => ['shape' => 'DefaultRouteTableAssociationValue'], 'DefaultRouteTablePropagation' => ['shape' => 'DefaultRouteTablePropagationValue'], 'VpnEcmpSupport' => ['shape' => 'VpnEcmpSupportValue'], 'DnsSupport' => ['shape' => 'DnsSupportValue'], 'MulticastSupport' => ['shape' => 'MulticastSupportValue']]], 'TransitGatewayRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'TransitGatewayAttachments' => ['shape' => 'TransitGatewayRouteAttachmentList', 'locationName' => 'transitGatewayAttachments'], 'Type' => ['shape' => 'TransitGatewayRouteType', 'locationName' => 'type'], 'State' => ['shape' => 'TransitGatewayRouteState', 'locationName' => 'state']]], 'TransitGatewayRouteAttachment' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType']]], 'TransitGatewayRouteAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteAttachment', 'locationName' => 'item']], 'TransitGatewayRouteList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'item']], 'TransitGatewayRouteState' => ['type' => 'string', 'enum' => ['pending', 'active', 'blackhole', 'deleting', 'deleted']], 'TransitGatewayRouteTable' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'State' => ['shape' => 'TransitGatewayRouteTableState', 'locationName' => 'state'], 'DefaultAssociationRouteTable' => ['shape' => 'Boolean', 'locationName' => 'defaultAssociationRouteTable'], 'DefaultPropagationRouteTable' => ['shape' => 'Boolean', 'locationName' => 'defaultPropagationRouteTable'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayRouteTableAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayRouteTableAssociationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTableAssociation', 'locationName' => 'item']], 'TransitGatewayRouteTableId' => ['type' => 'string'], 'TransitGatewayRouteTableIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTableId', 'locationName' => 'item']], 'TransitGatewayRouteTableList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'item']], 'TransitGatewayRouteTablePropagation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayRouteTablePropagationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTablePropagation', 'locationName' => 'item']], 'TransitGatewayRouteTableState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'TransitGatewayRouteType' => ['type' => 'string', 'enum' => ['static', 'propagated']], 'TransitGatewayState' => ['type' => 'string', 'enum' => ['pending', 'available', 'modifying', 'deleting', 'deleted']], 'TransitGatewaySubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'item']], 'TransitGatewayVpcAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'VpcOwnerId' => ['shape' => 'String', 'locationName' => 'vpcOwnerId'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'SubnetIds' => ['shape' => 'ValueStringList', 'locationName' => 'subnetIds'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Options' => ['shape' => 'TransitGatewayVpcAttachmentOptions', 'locationName' => 'options'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayVpcAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'item']], 'TransitGatewayVpcAttachmentOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue', 'locationName' => 'dnsSupport'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue', 'locationName' => 'ipv6Support']]], 'TransportProtocol' => ['type' => 'string', 'enum' => ['tcp', 'udp']], 'TunnelOption' => ['type' => 'structure', 'members' => ['OutsideIpAddress' => ['shape' => 'String', 'locationName' => 'outsideIpAddress'], 'TunnelInsideCidr' => ['shape' => 'String', 'locationName' => 'tunnelInsideCidr'], 'PreSharedKey' => ['shape' => 'String', 'locationName' => 'preSharedKey'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer', 'locationName' => 'phase1LifetimeSeconds'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer', 'locationName' => 'phase2LifetimeSeconds'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer', 'locationName' => 'rekeyMarginTimeSeconds'], 'RekeyFuzzPercentage' => ['shape' => 'Integer', 'locationName' => 'rekeyFuzzPercentage'], 'ReplayWindowSize' => ['shape' => 'Integer', 'locationName' => 'replayWindowSize'], 'DpdTimeoutSeconds' => ['shape' => 'Integer', 'locationName' => 'dpdTimeoutSeconds'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsList', 'locationName' => 'phase1EncryptionAlgorithmSet'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsList', 'locationName' => 'phase2EncryptionAlgorithmSet'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsList', 'locationName' => 'phase1IntegrityAlgorithmSet'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsList', 'locationName' => 'phase2IntegrityAlgorithmSet'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersList', 'locationName' => 'phase1DHGroupNumberSet'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersList', 'locationName' => 'phase2DHGroupNumberSet'], 'IkeVersions' => ['shape' => 'IKEVersionsList', 'locationName' => 'ikeVersionSet']]], 'TunnelOptionsList' => ['type' => 'list', 'member' => ['shape' => 'TunnelOption', 'locationName' => 'item']], 'UnassignIpv6AddressesRequest' => ['type' => 'structure', 'required' => ['Ipv6Addresses', 'NetworkInterfaceId'], 'members' => ['Ipv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'UnassignIpv6AddressesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'UnassignedIpv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'unassignedIpv6Addresses']]], 'UnassignPrivateIpAddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'PrivateIpAddresses'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressStringList', 'locationName' => 'privateIpAddress']]], 'UnlimitedSupportedInstanceFamily' => ['type' => 'string', 'enum' => ['t2', 't3', 't3a']], 'UnmonitorInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'UnmonitorInstancesResult' => ['type' => 'structure', 'members' => ['InstanceMonitorings' => ['shape' => 'InstanceMonitoringList', 'locationName' => 'instancesSet']]], 'UnsuccessfulInstanceCreditSpecificationErrorCode' => ['type' => 'string', 'enum' => ['InvalidInstanceID.Malformed', 'InvalidInstanceID.NotFound', 'IncorrectInstanceState', 'InstanceCreditSpecification.NotSupported']], 'UnsuccessfulInstanceCreditSpecificationItem' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Error' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationItemError', 'locationName' => 'error']]], 'UnsuccessfulInstanceCreditSpecificationItemError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'UnsuccessfulInstanceCreditSpecificationSet' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationItem', 'locationName' => 'item']], 'UnsuccessfulItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'UnsuccessfulItemError', 'locationName' => 'error'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId']]], 'UnsuccessfulItemError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'UnsuccessfulItemList' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulItem', 'locationName' => 'item']], 'UnsuccessfulItemSet' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulItem', 'locationName' => 'item']], 'UpdateSecurityGroupRuleDescriptionsEgressRequest' => ['type' => 'structure', 'required' => ['IpPermissions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList']]], 'UpdateSecurityGroupRuleDescriptionsEgressResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'UpdateSecurityGroupRuleDescriptionsIngressRequest' => ['type' => 'structure', 'required' => ['IpPermissions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList']]], 'UpdateSecurityGroupRuleDescriptionsIngressResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'UsageClassType' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'UsageClassTypeList' => ['type' => 'list', 'member' => ['shape' => 'UsageClassType', 'locationName' => 'item']], 'UserBucket' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String'], 'S3Key' => ['shape' => 'String']]], 'UserBucketDetails' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Key' => ['shape' => 'String', 'locationName' => 's3Key']]], 'UserData' => ['type' => 'structure', 'members' => ['Data' => ['shape' => 'String', 'locationName' => 'data']], 'sensitive' => \true], 'UserGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'UserGroup']], 'UserIdGroupPair' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'PeeringStatus' => ['shape' => 'String', 'locationName' => 'peeringStatus'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'UserIdGroupPairList' => ['type' => 'list', 'member' => ['shape' => 'UserIdGroupPair', 'locationName' => 'item']], 'UserIdGroupPairSet' => ['type' => 'list', 'member' => ['shape' => 'UserIdGroupPair', 'locationName' => 'item']], 'UserIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'UserId']], 'VCpuCount' => ['type' => 'integer'], 'VCpuInfo' => ['type' => 'structure', 'members' => ['DefaultVCpus' => ['shape' => 'VCpuCount', 'locationName' => 'defaultVCpus'], 'DefaultCores' => ['shape' => 'CoreCount', 'locationName' => 'defaultCores'], 'DefaultThreadsPerCore' => ['shape' => 'ThreadsPerCore', 'locationName' => 'defaultThreadsPerCore'], 'ValidCores' => ['shape' => 'CoreCountList', 'locationName' => 'validCores'], 'ValidThreadsPerCore' => ['shape' => 'ThreadsPerCoreList', 'locationName' => 'validThreadsPerCore']]], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VersionDescription' => ['type' => 'string', 'max' => 255], 'VersionStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VgwTelemetry' => ['type' => 'structure', 'members' => ['AcceptedRouteCount' => ['shape' => 'Integer', 'locationName' => 'acceptedRouteCount'], 'LastStatusChange' => ['shape' => 'DateTime', 'locationName' => 'lastStatusChange'], 'OutsideIpAddress' => ['shape' => 'String', 'locationName' => 'outsideIpAddress'], 'Status' => ['shape' => 'TelemetryStatus', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'CertificateArn' => ['shape' => 'String', 'locationName' => 'certificateArn']]], 'VgwTelemetryList' => ['type' => 'list', 'member' => ['shape' => 'VgwTelemetry', 'locationName' => 'item']], 'VirtualizationType' => ['type' => 'string', 'enum' => ['hvm', 'paravirtual']], 'Volume' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'VolumeAttachmentList', 'locationName' => 'attachmentSet'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Size' => ['shape' => 'Integer', 'locationName' => 'size'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'State' => ['shape' => 'VolumeState', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType'], 'FastRestored' => ['shape' => 'Boolean', 'locationName' => 'fastRestored'], 'MultiAttachEnabled' => ['shape' => 'Boolean', 'locationName' => 'multiAttachEnabled']]], 'VolumeAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'Device' => ['shape' => 'String', 'locationName' => 'device'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'State' => ['shape' => 'VolumeAttachmentState', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination']]], 'VolumeAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'VolumeAttachment', 'locationName' => 'item']], 'VolumeAttachmentState' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached', 'busy']], 'VolumeAttributeName' => ['type' => 'string', 'enum' => ['autoEnableIO', 'productCodes']], 'VolumeDetail' => ['type' => 'structure', 'required' => ['Size'], 'members' => ['Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'VolumeId' => ['type' => 'string'], 'VolumeIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VolumeId', 'locationName' => 'VolumeId']], 'VolumeList' => ['type' => 'list', 'member' => ['shape' => 'Volume', 'locationName' => 'item']], 'VolumeModification' => ['type' => 'structure', 'members' => ['VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'ModificationState' => ['shape' => 'VolumeModificationState', 'locationName' => 'modificationState'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'TargetSize' => ['shape' => 'Integer', 'locationName' => 'targetSize'], 'TargetIops' => ['shape' => 'Integer', 'locationName' => 'targetIops'], 'TargetVolumeType' => ['shape' => 'VolumeType', 'locationName' => 'targetVolumeType'], 'OriginalSize' => ['shape' => 'Integer', 'locationName' => 'originalSize'], 'OriginalIops' => ['shape' => 'Integer', 'locationName' => 'originalIops'], 'OriginalVolumeType' => ['shape' => 'VolumeType', 'locationName' => 'originalVolumeType'], 'Progress' => ['shape' => 'Long', 'locationName' => 'progress'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime']]], 'VolumeModificationList' => ['type' => 'list', 'member' => ['shape' => 'VolumeModification', 'locationName' => 'item']], 'VolumeModificationState' => ['type' => 'string', 'enum' => ['modifying', 'optimizing', 'completed', 'failed']], 'VolumeState' => ['type' => 'string', 'enum' => ['creating', 'available', 'in-use', 'deleting', 'deleted', 'error']], 'VolumeStatusAction' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'EventId' => ['shape' => 'String', 'locationName' => 'eventId'], 'EventType' => ['shape' => 'String', 'locationName' => 'eventType']]], 'VolumeStatusActionsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusAction', 'locationName' => 'item']], 'VolumeStatusAttachmentStatus' => ['type' => 'structure', 'members' => ['IoPerformance' => ['shape' => 'String', 'locationName' => 'ioPerformance'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'VolumeStatusAttachmentStatusList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusAttachmentStatus', 'locationName' => 'item']], 'VolumeStatusDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'VolumeStatusName', 'locationName' => 'name'], 'Status' => ['shape' => 'String', 'locationName' => 'status']]], 'VolumeStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusDetails', 'locationName' => 'item']], 'VolumeStatusEvent' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'EventId' => ['shape' => 'String', 'locationName' => 'eventId'], 'EventType' => ['shape' => 'String', 'locationName' => 'eventType'], 'NotAfter' => ['shape' => 'MillisecondDateTime', 'locationName' => 'notAfter'], 'NotBefore' => ['shape' => 'MillisecondDateTime', 'locationName' => 'notBefore'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'VolumeStatusEventsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusEvent', 'locationName' => 'item']], 'VolumeStatusInfo' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'VolumeStatusDetailsList', 'locationName' => 'details'], 'Status' => ['shape' => 'VolumeStatusInfoStatus', 'locationName' => 'status']]], 'VolumeStatusInfoStatus' => ['type' => 'string', 'enum' => ['ok', 'impaired', 'insufficient-data']], 'VolumeStatusItem' => ['type' => 'structure', 'members' => ['Actions' => ['shape' => 'VolumeStatusActionsList', 'locationName' => 'actionsSet'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Events' => ['shape' => 'VolumeStatusEventsList', 'locationName' => 'eventsSet'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'VolumeStatus' => ['shape' => 'VolumeStatusInfo', 'locationName' => 'volumeStatus'], 'AttachmentStatuses' => ['shape' => 'VolumeStatusAttachmentStatusList', 'locationName' => 'attachmentStatuses']]], 'VolumeStatusList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusItem', 'locationName' => 'item']], 'VolumeStatusName' => ['type' => 'string', 'enum' => ['io-enabled', 'io-performance']], 'VolumeType' => ['type' => 'string', 'enum' => ['standard', 'io1', 'gp2', 'sc1', 'st1']], 'Vpc' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DhcpOptionsId' => ['shape' => 'String', 'locationName' => 'dhcpOptionsId'], 'State' => ['shape' => 'VpcState', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Ipv6CidrBlockAssociationSet' => ['shape' => 'VpcIpv6CidrBlockAssociationSet', 'locationName' => 'ipv6CidrBlockAssociationSet'], 'CidrBlockAssociationSet' => ['shape' => 'VpcCidrBlockAssociationSet', 'locationName' => 'cidrBlockAssociationSet'], 'IsDefault' => ['shape' => 'Boolean', 'locationName' => 'isDefault'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'VpcAttachment' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AttachmentStatus', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'VpcAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'VpcAttachment', 'locationName' => 'item']], 'VpcAttributeName' => ['type' => 'string', 'enum' => ['enableDnsSupport', 'enableDnsHostnames']], 'VpcCidrAssociationId' => ['type' => 'string'], 'VpcCidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'CidrBlockState' => ['shape' => 'VpcCidrBlockState', 'locationName' => 'cidrBlockState']]], 'VpcCidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'item']], 'VpcCidrBlockState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'VpcCidrBlockStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'VpcCidrBlockStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failing', 'failed']], 'VpcClassicLink' => ['type' => 'structure', 'members' => ['ClassicLinkEnabled' => ['shape' => 'Boolean', 'locationName' => 'classicLinkEnabled'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'VpcClassicLinkIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcId', 'locationName' => 'VpcId']], 'VpcClassicLinkList' => ['type' => 'list', 'member' => ['shape' => 'VpcClassicLink', 'locationName' => 'item']], 'VpcEndpoint' => ['type' => 'structure', 'members' => ['VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'VpcEndpointType' => ['shape' => 'VpcEndpointType', 'locationName' => 'vpcEndpointType'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'State' => ['shape' => 'State', 'locationName' => 'state'], 'PolicyDocument' => ['shape' => 'String', 'locationName' => 'policyDocument'], 'RouteTableIds' => ['shape' => 'ValueStringList', 'locationName' => 'routeTableIdSet'], 'SubnetIds' => ['shape' => 'ValueStringList', 'locationName' => 'subnetIdSet'], 'Groups' => ['shape' => 'GroupIdentifierSet', 'locationName' => 'groupSet'], 'PrivateDnsEnabled' => ['shape' => 'Boolean', 'locationName' => 'privateDnsEnabled'], 'RequesterManaged' => ['shape' => 'Boolean', 'locationName' => 'requesterManaged'], 'NetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'networkInterfaceIdSet'], 'DnsEntries' => ['shape' => 'DnsEntrySet', 'locationName' => 'dnsEntrySet'], 'CreationTimestamp' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTimestamp'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'LastError' => ['shape' => 'LastError', 'locationName' => 'lastError']]], 'VpcEndpointConnection' => ['type' => 'structure', 'members' => ['ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'VpcEndpointOwner' => ['shape' => 'String', 'locationName' => 'vpcEndpointOwner'], 'VpcEndpointState' => ['shape' => 'State', 'locationName' => 'vpcEndpointState'], 'CreationTimestamp' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTimestamp'], 'DnsEntries' => ['shape' => 'DnsEntrySet', 'locationName' => 'dnsEntrySet'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'networkLoadBalancerArnSet']]], 'VpcEndpointConnectionSet' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointConnection', 'locationName' => 'item']], 'VpcEndpointId' => ['type' => 'string'], 'VpcEndpointIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointId', 'locationName' => 'item']], 'VpcEndpointRouteTableIdList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableId', 'locationName' => 'item']], 'VpcEndpointSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'VpcEndpointServiceId' => ['type' => 'string'], 'VpcEndpointServiceIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointServiceId', 'locationName' => 'item']], 'VpcEndpointSet' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpoint', 'locationName' => 'item']], 'VpcEndpointSubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'item']], 'VpcEndpointType' => ['type' => 'string', 'enum' => ['Interface', 'Gateway']], 'VpcFlowLogId' => ['type' => 'string'], 'VpcId' => ['type' => 'string'], 'VpcIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpcId', 'locationName' => 'VpcId']], 'VpcIpv6CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'Ipv6CidrBlockState' => ['shape' => 'VpcCidrBlockState', 'locationName' => 'ipv6CidrBlockState'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'Ipv6Pool' => ['shape' => 'String', 'locationName' => 'ipv6Pool']]], 'VpcIpv6CidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'item']], 'VpcList' => ['type' => 'list', 'member' => ['shape' => 'Vpc', 'locationName' => 'item']], 'VpcPeeringConnection' => ['type' => 'structure', 'members' => ['AccepterVpcInfo' => ['shape' => 'VpcPeeringConnectionVpcInfo', 'locationName' => 'accepterVpcInfo'], 'ExpirationTime' => ['shape' => 'DateTime', 'locationName' => 'expirationTime'], 'RequesterVpcInfo' => ['shape' => 'VpcPeeringConnectionVpcInfo', 'locationName' => 'requesterVpcInfo'], 'Status' => ['shape' => 'VpcPeeringConnectionStateReason', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'VpcPeeringConnectionId' => ['type' => 'string'], 'VpcPeeringConnectionIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'item']], 'VpcPeeringConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'item']], 'VpcPeeringConnectionOptionsDescription' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowDnsResolutionFromRemoteVpc'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalClassicLinkToRemoteVpc'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalVpcToRemoteClassicLink']]], 'VpcPeeringConnectionStateReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'VpcPeeringConnectionStateReasonCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'VpcPeeringConnectionStateReasonCode' => ['type' => 'string', 'enum' => ['initiating-request', 'pending-acceptance', 'active', 'deleted', 'rejected', 'failed', 'expired', 'provisioning', 'deleting']], 'VpcPeeringConnectionVpcInfo' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'Ipv6CidrBlockSet' => ['shape' => 'Ipv6CidrBlockSet', 'locationName' => 'ipv6CidrBlockSet'], 'CidrBlockSet' => ['shape' => 'CidrBlockSet', 'locationName' => 'cidrBlockSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PeeringOptions' => ['shape' => 'VpcPeeringConnectionOptionsDescription', 'locationName' => 'peeringOptions'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Region' => ['shape' => 'String', 'locationName' => 'region']]], 'VpcState' => ['type' => 'string', 'enum' => ['pending', 'available']], 'VpcTenancy' => ['type' => 'string', 'enum' => ['default']], 'VpnConnection' => ['type' => 'structure', 'members' => ['CustomerGatewayConfiguration' => ['shape' => 'String', 'locationName' => 'customerGatewayConfiguration'], 'CustomerGatewayId' => ['shape' => 'String', 'locationName' => 'customerGatewayId'], 'Category' => ['shape' => 'String', 'locationName' => 'category'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state'], 'Type' => ['shape' => 'GatewayType', 'locationName' => 'type'], 'VpnConnectionId' => ['shape' => 'String', 'locationName' => 'vpnConnectionId'], 'VpnGatewayId' => ['shape' => 'String', 'locationName' => 'vpnGatewayId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'Options' => ['shape' => 'VpnConnectionOptions', 'locationName' => 'options'], 'Routes' => ['shape' => 'VpnStaticRouteList', 'locationName' => 'routes'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VgwTelemetry' => ['shape' => 'VgwTelemetryList', 'locationName' => 'vgwTelemetry']]], 'VpnConnectionId' => ['type' => 'string'], 'VpnConnectionIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpnConnectionId', 'locationName' => 'VpnConnectionId']], 'VpnConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpnConnection', 'locationName' => 'item']], 'VpnConnectionOptions' => ['type' => 'structure', 'members' => ['EnableAcceleration' => ['shape' => 'Boolean', 'locationName' => 'enableAcceleration'], 'StaticRoutesOnly' => ['shape' => 'Boolean', 'locationName' => 'staticRoutesOnly'], 'TunnelOptions' => ['shape' => 'TunnelOptionsList', 'locationName' => 'tunnelOptionSet']]], 'VpnConnectionOptionsSpecification' => ['type' => 'structure', 'members' => ['EnableAcceleration' => ['shape' => 'Boolean'], 'StaticRoutesOnly' => ['shape' => 'Boolean', 'locationName' => 'staticRoutesOnly'], 'TunnelOptions' => ['shape' => 'VpnTunnelOptionsSpecificationsList']]], 'VpnEcmpSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'VpnGateway' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state'], 'Type' => ['shape' => 'GatewayType', 'locationName' => 'type'], 'VpcAttachments' => ['shape' => 'VpcAttachmentList', 'locationName' => 'attachments'], 'VpnGatewayId' => ['shape' => 'String', 'locationName' => 'vpnGatewayId'], 'AmazonSideAsn' => ['shape' => 'Long', 'locationName' => 'amazonSideAsn'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'VpnGatewayId' => ['type' => 'string'], 'VpnGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpnGatewayId', 'locationName' => 'VpnGatewayId']], 'VpnGatewayList' => ['type' => 'list', 'member' => ['shape' => 'VpnGateway', 'locationName' => 'item']], 'VpnProtocol' => ['type' => 'string', 'enum' => ['openvpn']], 'VpnState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'VpnStaticRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'Source' => ['shape' => 'VpnStaticRouteSource', 'locationName' => 'source'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state']]], 'VpnStaticRouteList' => ['type' => 'list', 'member' => ['shape' => 'VpnStaticRoute', 'locationName' => 'item']], 'VpnStaticRouteSource' => ['type' => 'string', 'enum' => ['Static']], 'VpnTunnelOptionsSpecification' => ['type' => 'structure', 'members' => ['TunnelInsideCidr' => ['shape' => 'String'], 'PreSharedKey' => ['shape' => 'String'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer'], 'RekeyFuzzPercentage' => ['shape' => 'Integer'], 'ReplayWindowSize' => ['shape' => 'Integer'], 'DPDTimeoutSeconds' => ['shape' => 'Integer'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsRequestList', 'locationName' => 'Phase1EncryptionAlgorithm'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsRequestList', 'locationName' => 'Phase2EncryptionAlgorithm'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsRequestList', 'locationName' => 'Phase1IntegrityAlgorithm'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsRequestList', 'locationName' => 'Phase2IntegrityAlgorithm'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersRequestList', 'locationName' => 'Phase1DHGroupNumber'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersRequestList', 'locationName' => 'Phase2DHGroupNumber'], 'IKEVersions' => ['shape' => 'IKEVersionsRequestList', 'locationName' => 'IKEVersion']]], 'VpnTunnelOptionsSpecificationsList' => ['type' => 'list', 'member' => ['shape' => 'VpnTunnelOptionsSpecification']], 'WithdrawByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'WithdrawByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'ZoneIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ZoneId']], 'ZoneNameStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ZoneName']], 'scope' => ['type' => 'string', 'enum' => ['Availability Zone', 'Region']], 'totalFpgaMemory' => ['type' => 'integer'], 'totalGpuMemory' => ['type' => 'integer']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-15', 'endpointPrefix' => 'ec2', 'protocol' => 'ec2', 'serviceAbbreviation' => 'Amazon EC2', 'serviceFullName' => 'Amazon Elastic Compute Cloud', 'serviceId' => 'EC2', 'signatureVersion' => 'v4', 'uid' => 'ec2-2016-11-15', 'xmlNamespace' => 'http://ec2.amazonaws.com/doc/2016-11-15'], 'operations' => ['AcceptReservedInstancesExchangeQuote' => ['name' => 'AcceptReservedInstancesExchangeQuote', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptReservedInstancesExchangeQuoteRequest'], 'output' => ['shape' => 'AcceptReservedInstancesExchangeQuoteResult']], 'AcceptTransitGatewayPeeringAttachment' => ['name' => 'AcceptTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'AcceptTransitGatewayPeeringAttachmentResult']], 'AcceptTransitGatewayVpcAttachment' => ['name' => 'AcceptTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'AcceptTransitGatewayVpcAttachmentResult']], 'AcceptVpcEndpointConnections' => ['name' => 'AcceptVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'AcceptVpcEndpointConnectionsResult']], 'AcceptVpcPeeringConnection' => ['name' => 'AcceptVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptVpcPeeringConnectionRequest'], 'output' => ['shape' => 'AcceptVpcPeeringConnectionResult']], 'AdvertiseByoipCidr' => ['name' => 'AdvertiseByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdvertiseByoipCidrRequest'], 'output' => ['shape' => 'AdvertiseByoipCidrResult']], 'AllocateAddress' => ['name' => 'AllocateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateAddressRequest'], 'output' => ['shape' => 'AllocateAddressResult']], 'AllocateHosts' => ['name' => 'AllocateHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateHostsRequest'], 'output' => ['shape' => 'AllocateHostsResult']], 'ApplySecurityGroupsToClientVpnTargetNetwork' => ['name' => 'ApplySecurityGroupsToClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplySecurityGroupsToClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'ApplySecurityGroupsToClientVpnTargetNetworkResult']], 'AssignIpv6Addresses' => ['name' => 'AssignIpv6Addresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignIpv6AddressesRequest'], 'output' => ['shape' => 'AssignIpv6AddressesResult']], 'AssignPrivateIpAddresses' => ['name' => 'AssignPrivateIpAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignPrivateIpAddressesRequest'], 'output' => ['shape' => 'AssignPrivateIpAddressesResult']], 'AssociateAddress' => ['name' => 'AssociateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateAddressRequest'], 'output' => ['shape' => 'AssociateAddressResult']], 'AssociateClientVpnTargetNetwork' => ['name' => 'AssociateClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'AssociateClientVpnTargetNetworkResult']], 'AssociateDhcpOptions' => ['name' => 'AssociateDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDhcpOptionsRequest']], 'AssociateIamInstanceProfile' => ['name' => 'AssociateIamInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateIamInstanceProfileRequest'], 'output' => ['shape' => 'AssociateIamInstanceProfileResult']], 'AssociateRouteTable' => ['name' => 'AssociateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateRouteTableRequest'], 'output' => ['shape' => 'AssociateRouteTableResult']], 'AssociateSubnetCidrBlock' => ['name' => 'AssociateSubnetCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateSubnetCidrBlockRequest'], 'output' => ['shape' => 'AssociateSubnetCidrBlockResult']], 'AssociateTransitGatewayMulticastDomain' => ['name' => 'AssociateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'AssociateTransitGatewayMulticastDomainResult']], 'AssociateTransitGatewayRouteTable' => ['name' => 'AssociateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'AssociateTransitGatewayRouteTableResult']], 'AssociateVpcCidrBlock' => ['name' => 'AssociateVpcCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateVpcCidrBlockRequest'], 'output' => ['shape' => 'AssociateVpcCidrBlockResult']], 'AttachClassicLinkVpc' => ['name' => 'AttachClassicLinkVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachClassicLinkVpcRequest'], 'output' => ['shape' => 'AttachClassicLinkVpcResult']], 'AttachInternetGateway' => ['name' => 'AttachInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInternetGatewayRequest']], 'AttachNetworkInterface' => ['name' => 'AttachNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachNetworkInterfaceRequest'], 'output' => ['shape' => 'AttachNetworkInterfaceResult']], 'AttachVolume' => ['name' => 'AttachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVolumeRequest'], 'output' => ['shape' => 'VolumeAttachment']], 'AttachVpnGateway' => ['name' => 'AttachVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVpnGatewayRequest'], 'output' => ['shape' => 'AttachVpnGatewayResult']], 'AuthorizeClientVpnIngress' => ['name' => 'AuthorizeClientVpnIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeClientVpnIngressRequest'], 'output' => ['shape' => 'AuthorizeClientVpnIngressResult']], 'AuthorizeSecurityGroupEgress' => ['name' => 'AuthorizeSecurityGroupEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSecurityGroupEgressRequest']], 'AuthorizeSecurityGroupIngress' => ['name' => 'AuthorizeSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSecurityGroupIngressRequest']], 'BundleInstance' => ['name' => 'BundleInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BundleInstanceRequest'], 'output' => ['shape' => 'BundleInstanceResult']], 'CancelBundleTask' => ['name' => 'CancelBundleTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelBundleTaskRequest'], 'output' => ['shape' => 'CancelBundleTaskResult']], 'CancelCapacityReservation' => ['name' => 'CancelCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelCapacityReservationRequest'], 'output' => ['shape' => 'CancelCapacityReservationResult']], 'CancelConversionTask' => ['name' => 'CancelConversionTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelConversionRequest']], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskRequest']], 'CancelImportTask' => ['name' => 'CancelImportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelImportTaskRequest'], 'output' => ['shape' => 'CancelImportTaskResult']], 'CancelReservedInstancesListing' => ['name' => 'CancelReservedInstancesListing', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelReservedInstancesListingRequest'], 'output' => ['shape' => 'CancelReservedInstancesListingResult']], 'CancelSpotFleetRequests' => ['name' => 'CancelSpotFleetRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelSpotFleetRequestsRequest'], 'output' => ['shape' => 'CancelSpotFleetRequestsResponse']], 'CancelSpotInstanceRequests' => ['name' => 'CancelSpotInstanceRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelSpotInstanceRequestsRequest'], 'output' => ['shape' => 'CancelSpotInstanceRequestsResult']], 'ConfirmProductInstance' => ['name' => 'ConfirmProductInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConfirmProductInstanceRequest'], 'output' => ['shape' => 'ConfirmProductInstanceResult']], 'CopyFpgaImage' => ['name' => 'CopyFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyFpgaImageRequest'], 'output' => ['shape' => 'CopyFpgaImageResult']], 'CopyImage' => ['name' => 'CopyImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyImageRequest'], 'output' => ['shape' => 'CopyImageResult']], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotRequest'], 'output' => ['shape' => 'CopySnapshotResult']], 'CreateCapacityReservation' => ['name' => 'CreateCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCapacityReservationRequest'], 'output' => ['shape' => 'CreateCapacityReservationResult']], 'CreateCarrierGateway' => ['name' => 'CreateCarrierGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCarrierGatewayRequest'], 'output' => ['shape' => 'CreateCarrierGatewayResult']], 'CreateClientVpnEndpoint' => ['name' => 'CreateClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClientVpnEndpointRequest'], 'output' => ['shape' => 'CreateClientVpnEndpointResult']], 'CreateClientVpnRoute' => ['name' => 'CreateClientVpnRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClientVpnRouteRequest'], 'output' => ['shape' => 'CreateClientVpnRouteResult']], 'CreateCustomerGateway' => ['name' => 'CreateCustomerGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomerGatewayRequest'], 'output' => ['shape' => 'CreateCustomerGatewayResult']], 'CreateDefaultSubnet' => ['name' => 'CreateDefaultSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDefaultSubnetRequest'], 'output' => ['shape' => 'CreateDefaultSubnetResult']], 'CreateDefaultVpc' => ['name' => 'CreateDefaultVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDefaultVpcRequest'], 'output' => ['shape' => 'CreateDefaultVpcResult']], 'CreateDhcpOptions' => ['name' => 'CreateDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDhcpOptionsRequest'], 'output' => ['shape' => 'CreateDhcpOptionsResult']], 'CreateEgressOnlyInternetGateway' => ['name' => 'CreateEgressOnlyInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEgressOnlyInternetGatewayRequest'], 'output' => ['shape' => 'CreateEgressOnlyInternetGatewayResult']], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResult']], 'CreateFlowLogs' => ['name' => 'CreateFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFlowLogsRequest'], 'output' => ['shape' => 'CreateFlowLogsResult']], 'CreateFpgaImage' => ['name' => 'CreateFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFpgaImageRequest'], 'output' => ['shape' => 'CreateFpgaImageResult']], 'CreateImage' => ['name' => 'CreateImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateImageRequest'], 'output' => ['shape' => 'CreateImageResult']], 'CreateInstanceExportTask' => ['name' => 'CreateInstanceExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceExportTaskRequest'], 'output' => ['shape' => 'CreateInstanceExportTaskResult']], 'CreateInternetGateway' => ['name' => 'CreateInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInternetGatewayRequest'], 'output' => ['shape' => 'CreateInternetGatewayResult']], 'CreateKeyPair' => ['name' => 'CreateKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyPairRequest'], 'output' => ['shape' => 'KeyPair']], 'CreateLaunchTemplate' => ['name' => 'CreateLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchTemplateRequest'], 'output' => ['shape' => 'CreateLaunchTemplateResult']], 'CreateLaunchTemplateVersion' => ['name' => 'CreateLaunchTemplateVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLaunchTemplateVersionRequest'], 'output' => ['shape' => 'CreateLaunchTemplateVersionResult']], 'CreateLocalGatewayRoute' => ['name' => 'CreateLocalGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocalGatewayRouteRequest'], 'output' => ['shape' => 'CreateLocalGatewayRouteResult']], 'CreateLocalGatewayRouteTableVpcAssociation' => ['name' => 'CreateLocalGatewayRouteTableVpcAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLocalGatewayRouteTableVpcAssociationRequest'], 'output' => ['shape' => 'CreateLocalGatewayRouteTableVpcAssociationResult']], 'CreateManagedPrefixList' => ['name' => 'CreateManagedPrefixList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateManagedPrefixListRequest'], 'output' => ['shape' => 'CreateManagedPrefixListResult']], 'CreateNatGateway' => ['name' => 'CreateNatGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNatGatewayRequest'], 'output' => ['shape' => 'CreateNatGatewayResult']], 'CreateNetworkAcl' => ['name' => 'CreateNetworkAcl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkAclRequest'], 'output' => ['shape' => 'CreateNetworkAclResult']], 'CreateNetworkAclEntry' => ['name' => 'CreateNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkAclEntryRequest']], 'CreateNetworkInterface' => ['name' => 'CreateNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkInterfaceRequest'], 'output' => ['shape' => 'CreateNetworkInterfaceResult']], 'CreateNetworkInterfacePermission' => ['name' => 'CreateNetworkInterfacePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNetworkInterfacePermissionRequest'], 'output' => ['shape' => 'CreateNetworkInterfacePermissionResult']], 'CreatePlacementGroup' => ['name' => 'CreatePlacementGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlacementGroupRequest'], 'output' => ['shape' => 'CreatePlacementGroupResult']], 'CreateReservedInstancesListing' => ['name' => 'CreateReservedInstancesListing', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReservedInstancesListingRequest'], 'output' => ['shape' => 'CreateReservedInstancesListingResult']], 'CreateRoute' => ['name' => 'CreateRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRouteRequest'], 'output' => ['shape' => 'CreateRouteResult']], 'CreateRouteTable' => ['name' => 'CreateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRouteTableRequest'], 'output' => ['shape' => 'CreateRouteTableResult']], 'CreateSecurityGroup' => ['name' => 'CreateSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecurityGroupRequest'], 'output' => ['shape' => 'CreateSecurityGroupResult']], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotRequest'], 'output' => ['shape' => 'Snapshot']], 'CreateSnapshots' => ['name' => 'CreateSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotsRequest'], 'output' => ['shape' => 'CreateSnapshotsResult']], 'CreateSpotDatafeedSubscription' => ['name' => 'CreateSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSpotDatafeedSubscriptionRequest'], 'output' => ['shape' => 'CreateSpotDatafeedSubscriptionResult']], 'CreateSubnet' => ['name' => 'CreateSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSubnetRequest'], 'output' => ['shape' => 'CreateSubnetResult']], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsRequest']], 'CreateTrafficMirrorFilter' => ['name' => 'CreateTrafficMirrorFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorFilterRequest'], 'output' => ['shape' => 'CreateTrafficMirrorFilterResult']], 'CreateTrafficMirrorFilterRule' => ['name' => 'CreateTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'CreateTrafficMirrorFilterRuleResult']], 'CreateTrafficMirrorSession' => ['name' => 'CreateTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorSessionRequest'], 'output' => ['shape' => 'CreateTrafficMirrorSessionResult']], 'CreateTrafficMirrorTarget' => ['name' => 'CreateTrafficMirrorTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrafficMirrorTargetRequest'], 'output' => ['shape' => 'CreateTrafficMirrorTargetResult']], 'CreateTransitGateway' => ['name' => 'CreateTransitGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRequest'], 'output' => ['shape' => 'CreateTransitGatewayResult']], 'CreateTransitGatewayMulticastDomain' => ['name' => 'CreateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'CreateTransitGatewayMulticastDomainResult']], 'CreateTransitGatewayPeeringAttachment' => ['name' => 'CreateTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'CreateTransitGatewayPeeringAttachmentResult']], 'CreateTransitGatewayRoute' => ['name' => 'CreateTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRouteRequest'], 'output' => ['shape' => 'CreateTransitGatewayRouteResult']], 'CreateTransitGatewayRouteTable' => ['name' => 'CreateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'CreateTransitGatewayRouteTableResult']], 'CreateTransitGatewayVpcAttachment' => ['name' => 'CreateTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'CreateTransitGatewayVpcAttachmentResult']], 'CreateVolume' => ['name' => 'CreateVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVolumeRequest'], 'output' => ['shape' => 'Volume']], 'CreateVpc' => ['name' => 'CreateVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcRequest'], 'output' => ['shape' => 'CreateVpcResult']], 'CreateVpcEndpoint' => ['name' => 'CreateVpcEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointRequest'], 'output' => ['shape' => 'CreateVpcEndpointResult']], 'CreateVpcEndpointConnectionNotification' => ['name' => 'CreateVpcEndpointConnectionNotification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointConnectionNotificationRequest'], 'output' => ['shape' => 'CreateVpcEndpointConnectionNotificationResult']], 'CreateVpcEndpointServiceConfiguration' => ['name' => 'CreateVpcEndpointServiceConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcEndpointServiceConfigurationRequest'], 'output' => ['shape' => 'CreateVpcEndpointServiceConfigurationResult']], 'CreateVpcPeeringConnection' => ['name' => 'CreateVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringConnectionRequest'], 'output' => ['shape' => 'CreateVpcPeeringConnectionResult']], 'CreateVpnConnection' => ['name' => 'CreateVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnConnectionRequest'], 'output' => ['shape' => 'CreateVpnConnectionResult']], 'CreateVpnConnectionRoute' => ['name' => 'CreateVpnConnectionRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnConnectionRouteRequest']], 'CreateVpnGateway' => ['name' => 'CreateVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpnGatewayRequest'], 'output' => ['shape' => 'CreateVpnGatewayResult']], 'DeleteCarrierGateway' => ['name' => 'DeleteCarrierGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCarrierGatewayRequest'], 'output' => ['shape' => 'DeleteCarrierGatewayResult']], 'DeleteClientVpnEndpoint' => ['name' => 'DeleteClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClientVpnEndpointRequest'], 'output' => ['shape' => 'DeleteClientVpnEndpointResult']], 'DeleteClientVpnRoute' => ['name' => 'DeleteClientVpnRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClientVpnRouteRequest'], 'output' => ['shape' => 'DeleteClientVpnRouteResult']], 'DeleteCustomerGateway' => ['name' => 'DeleteCustomerGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomerGatewayRequest']], 'DeleteDhcpOptions' => ['name' => 'DeleteDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDhcpOptionsRequest']], 'DeleteEgressOnlyInternetGateway' => ['name' => 'DeleteEgressOnlyInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEgressOnlyInternetGatewayRequest'], 'output' => ['shape' => 'DeleteEgressOnlyInternetGatewayResult']], 'DeleteFleets' => ['name' => 'DeleteFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFleetsRequest'], 'output' => ['shape' => 'DeleteFleetsResult']], 'DeleteFlowLogs' => ['name' => 'DeleteFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFlowLogsRequest'], 'output' => ['shape' => 'DeleteFlowLogsResult']], 'DeleteFpgaImage' => ['name' => 'DeleteFpgaImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFpgaImageRequest'], 'output' => ['shape' => 'DeleteFpgaImageResult']], 'DeleteInternetGateway' => ['name' => 'DeleteInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInternetGatewayRequest']], 'DeleteKeyPair' => ['name' => 'DeleteKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKeyPairRequest']], 'DeleteLaunchTemplate' => ['name' => 'DeleteLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLaunchTemplateRequest'], 'output' => ['shape' => 'DeleteLaunchTemplateResult']], 'DeleteLaunchTemplateVersions' => ['name' => 'DeleteLaunchTemplateVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLaunchTemplateVersionsRequest'], 'output' => ['shape' => 'DeleteLaunchTemplateVersionsResult']], 'DeleteLocalGatewayRoute' => ['name' => 'DeleteLocalGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocalGatewayRouteRequest'], 'output' => ['shape' => 'DeleteLocalGatewayRouteResult']], 'DeleteLocalGatewayRouteTableVpcAssociation' => ['name' => 'DeleteLocalGatewayRouteTableVpcAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLocalGatewayRouteTableVpcAssociationRequest'], 'output' => ['shape' => 'DeleteLocalGatewayRouteTableVpcAssociationResult']], 'DeleteManagedPrefixList' => ['name' => 'DeleteManagedPrefixList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteManagedPrefixListRequest'], 'output' => ['shape' => 'DeleteManagedPrefixListResult']], 'DeleteNatGateway' => ['name' => 'DeleteNatGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNatGatewayRequest'], 'output' => ['shape' => 'DeleteNatGatewayResult']], 'DeleteNetworkAcl' => ['name' => 'DeleteNetworkAcl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkAclRequest']], 'DeleteNetworkAclEntry' => ['name' => 'DeleteNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkAclEntryRequest']], 'DeleteNetworkInterface' => ['name' => 'DeleteNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkInterfaceRequest']], 'DeleteNetworkInterfacePermission' => ['name' => 'DeleteNetworkInterfacePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNetworkInterfacePermissionRequest'], 'output' => ['shape' => 'DeleteNetworkInterfacePermissionResult']], 'DeletePlacementGroup' => ['name' => 'DeletePlacementGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePlacementGroupRequest']], 'DeleteQueuedReservedInstances' => ['name' => 'DeleteQueuedReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteQueuedReservedInstancesRequest'], 'output' => ['shape' => 'DeleteQueuedReservedInstancesResult']], 'DeleteRoute' => ['name' => 'DeleteRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRouteRequest']], 'DeleteRouteTable' => ['name' => 'DeleteRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRouteTableRequest']], 'DeleteSecurityGroup' => ['name' => 'DeleteSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityGroupRequest']], 'DeleteSnapshot' => ['name' => 'DeleteSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotRequest']], 'DeleteSpotDatafeedSubscription' => ['name' => 'DeleteSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSpotDatafeedSubscriptionRequest']], 'DeleteSubnet' => ['name' => 'DeleteSubnet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubnetRequest']], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsRequest']], 'DeleteTrafficMirrorFilter' => ['name' => 'DeleteTrafficMirrorFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorFilterRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorFilterResult']], 'DeleteTrafficMirrorFilterRule' => ['name' => 'DeleteTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorFilterRuleResult']], 'DeleteTrafficMirrorSession' => ['name' => 'DeleteTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorSessionRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorSessionResult']], 'DeleteTrafficMirrorTarget' => ['name' => 'DeleteTrafficMirrorTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrafficMirrorTargetRequest'], 'output' => ['shape' => 'DeleteTrafficMirrorTargetResult']], 'DeleteTransitGateway' => ['name' => 'DeleteTransitGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRequest'], 'output' => ['shape' => 'DeleteTransitGatewayResult']], 'DeleteTransitGatewayMulticastDomain' => ['name' => 'DeleteTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'DeleteTransitGatewayMulticastDomainResult']], 'DeleteTransitGatewayPeeringAttachment' => ['name' => 'DeleteTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'DeleteTransitGatewayPeeringAttachmentResult']], 'DeleteTransitGatewayRoute' => ['name' => 'DeleteTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRouteRequest'], 'output' => ['shape' => 'DeleteTransitGatewayRouteResult']], 'DeleteTransitGatewayRouteTable' => ['name' => 'DeleteTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'DeleteTransitGatewayRouteTableResult']], 'DeleteTransitGatewayVpcAttachment' => ['name' => 'DeleteTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'DeleteTransitGatewayVpcAttachmentResult']], 'DeleteVolume' => ['name' => 'DeleteVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVolumeRequest']], 'DeleteVpc' => ['name' => 'DeleteVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcRequest']], 'DeleteVpcEndpointConnectionNotifications' => ['name' => 'DeleteVpcEndpointConnectionNotifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointConnectionNotificationsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointConnectionNotificationsResult']], 'DeleteVpcEndpointServiceConfigurations' => ['name' => 'DeleteVpcEndpointServiceConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointServiceConfigurationsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointServiceConfigurationsResult']], 'DeleteVpcEndpoints' => ['name' => 'DeleteVpcEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcEndpointsRequest'], 'output' => ['shape' => 'DeleteVpcEndpointsResult']], 'DeleteVpcPeeringConnection' => ['name' => 'DeleteVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringConnectionRequest'], 'output' => ['shape' => 'DeleteVpcPeeringConnectionResult']], 'DeleteVpnConnection' => ['name' => 'DeleteVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnConnectionRequest']], 'DeleteVpnConnectionRoute' => ['name' => 'DeleteVpnConnectionRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnConnectionRouteRequest']], 'DeleteVpnGateway' => ['name' => 'DeleteVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpnGatewayRequest']], 'DeprovisionByoipCidr' => ['name' => 'DeprovisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeprovisionByoipCidrRequest'], 'output' => ['shape' => 'DeprovisionByoipCidrResult']], 'DeregisterImage' => ['name' => 'DeregisterImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterImageRequest']], 'DeregisterInstanceEventNotificationAttributes' => ['name' => 'DeregisterInstanceEventNotificationAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterInstanceEventNotificationAttributesRequest'], 'output' => ['shape' => 'DeregisterInstanceEventNotificationAttributesResult']], 'DeregisterTransitGatewayMulticastGroupMembers' => ['name' => 'DeregisterTransitGatewayMulticastGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTransitGatewayMulticastGroupMembersRequest'], 'output' => ['shape' => 'DeregisterTransitGatewayMulticastGroupMembersResult']], 'DeregisterTransitGatewayMulticastGroupSources' => ['name' => 'DeregisterTransitGatewayMulticastGroupSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTransitGatewayMulticastGroupSourcesRequest'], 'output' => ['shape' => 'DeregisterTransitGatewayMulticastGroupSourcesResult']], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesRequest'], 'output' => ['shape' => 'DescribeAccountAttributesResult']], 'DescribeAddresses' => ['name' => 'DescribeAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressesRequest'], 'output' => ['shape' => 'DescribeAddressesResult']], 'DescribeAggregateIdFormat' => ['name' => 'DescribeAggregateIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAggregateIdFormatRequest'], 'output' => ['shape' => 'DescribeAggregateIdFormatResult']], 'DescribeAvailabilityZones' => ['name' => 'DescribeAvailabilityZones', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailabilityZonesRequest'], 'output' => ['shape' => 'DescribeAvailabilityZonesResult']], 'DescribeBundleTasks' => ['name' => 'DescribeBundleTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBundleTasksRequest'], 'output' => ['shape' => 'DescribeBundleTasksResult']], 'DescribeByoipCidrs' => ['name' => 'DescribeByoipCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeByoipCidrsRequest'], 'output' => ['shape' => 'DescribeByoipCidrsResult']], 'DescribeCapacityReservations' => ['name' => 'DescribeCapacityReservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCapacityReservationsRequest'], 'output' => ['shape' => 'DescribeCapacityReservationsResult']], 'DescribeCarrierGateways' => ['name' => 'DescribeCarrierGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCarrierGatewaysRequest'], 'output' => ['shape' => 'DescribeCarrierGatewaysResult']], 'DescribeClassicLinkInstances' => ['name' => 'DescribeClassicLinkInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClassicLinkInstancesRequest'], 'output' => ['shape' => 'DescribeClassicLinkInstancesResult']], 'DescribeClientVpnAuthorizationRules' => ['name' => 'DescribeClientVpnAuthorizationRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnAuthorizationRulesRequest'], 'output' => ['shape' => 'DescribeClientVpnAuthorizationRulesResult']], 'DescribeClientVpnConnections' => ['name' => 'DescribeClientVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnConnectionsRequest'], 'output' => ['shape' => 'DescribeClientVpnConnectionsResult']], 'DescribeClientVpnEndpoints' => ['name' => 'DescribeClientVpnEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnEndpointsRequest'], 'output' => ['shape' => 'DescribeClientVpnEndpointsResult']], 'DescribeClientVpnRoutes' => ['name' => 'DescribeClientVpnRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnRoutesRequest'], 'output' => ['shape' => 'DescribeClientVpnRoutesResult']], 'DescribeClientVpnTargetNetworks' => ['name' => 'DescribeClientVpnTargetNetworks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientVpnTargetNetworksRequest'], 'output' => ['shape' => 'DescribeClientVpnTargetNetworksResult']], 'DescribeCoipPools' => ['name' => 'DescribeCoipPools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCoipPoolsRequest'], 'output' => ['shape' => 'DescribeCoipPoolsResult']], 'DescribeConversionTasks' => ['name' => 'DescribeConversionTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConversionTasksRequest'], 'output' => ['shape' => 'DescribeConversionTasksResult']], 'DescribeCustomerGateways' => ['name' => 'DescribeCustomerGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomerGatewaysRequest'], 'output' => ['shape' => 'DescribeCustomerGatewaysResult']], 'DescribeDhcpOptions' => ['name' => 'DescribeDhcpOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDhcpOptionsRequest'], 'output' => ['shape' => 'DescribeDhcpOptionsResult']], 'DescribeEgressOnlyInternetGateways' => ['name' => 'DescribeEgressOnlyInternetGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEgressOnlyInternetGatewaysRequest'], 'output' => ['shape' => 'DescribeEgressOnlyInternetGatewaysResult']], 'DescribeElasticGpus' => ['name' => 'DescribeElasticGpus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeElasticGpusRequest'], 'output' => ['shape' => 'DescribeElasticGpusResult']], 'DescribeExportImageTasks' => ['name' => 'DescribeExportImageTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportImageTasksRequest'], 'output' => ['shape' => 'DescribeExportImageTasksResult']], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksRequest'], 'output' => ['shape' => 'DescribeExportTasksResult']], 'DescribeFastSnapshotRestores' => ['name' => 'DescribeFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFastSnapshotRestoresRequest'], 'output' => ['shape' => 'DescribeFastSnapshotRestoresResult']], 'DescribeFleetHistory' => ['name' => 'DescribeFleetHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetHistoryRequest'], 'output' => ['shape' => 'DescribeFleetHistoryResult']], 'DescribeFleetInstances' => ['name' => 'DescribeFleetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetInstancesRequest'], 'output' => ['shape' => 'DescribeFleetInstancesResult']], 'DescribeFleets' => ['name' => 'DescribeFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetsRequest'], 'output' => ['shape' => 'DescribeFleetsResult']], 'DescribeFlowLogs' => ['name' => 'DescribeFlowLogs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFlowLogsRequest'], 'output' => ['shape' => 'DescribeFlowLogsResult']], 'DescribeFpgaImageAttribute' => ['name' => 'DescribeFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFpgaImageAttributeRequest'], 'output' => ['shape' => 'DescribeFpgaImageAttributeResult']], 'DescribeFpgaImages' => ['name' => 'DescribeFpgaImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFpgaImagesRequest'], 'output' => ['shape' => 'DescribeFpgaImagesResult']], 'DescribeHostReservationOfferings' => ['name' => 'DescribeHostReservationOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostReservationOfferingsRequest'], 'output' => ['shape' => 'DescribeHostReservationOfferingsResult']], 'DescribeHostReservations' => ['name' => 'DescribeHostReservations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostReservationsRequest'], 'output' => ['shape' => 'DescribeHostReservationsResult']], 'DescribeHosts' => ['name' => 'DescribeHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHostsRequest'], 'output' => ['shape' => 'DescribeHostsResult']], 'DescribeIamInstanceProfileAssociations' => ['name' => 'DescribeIamInstanceProfileAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIamInstanceProfileAssociationsRequest'], 'output' => ['shape' => 'DescribeIamInstanceProfileAssociationsResult']], 'DescribeIdFormat' => ['name' => 'DescribeIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdFormatRequest'], 'output' => ['shape' => 'DescribeIdFormatResult']], 'DescribeIdentityIdFormat' => ['name' => 'DescribeIdentityIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIdentityIdFormatRequest'], 'output' => ['shape' => 'DescribeIdentityIdFormatResult']], 'DescribeImageAttribute' => ['name' => 'DescribeImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImageAttributeRequest'], 'output' => ['shape' => 'ImageAttribute']], 'DescribeImages' => ['name' => 'DescribeImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImagesRequest'], 'output' => ['shape' => 'DescribeImagesResult']], 'DescribeImportImageTasks' => ['name' => 'DescribeImportImageTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImportImageTasksRequest'], 'output' => ['shape' => 'DescribeImportImageTasksResult']], 'DescribeImportSnapshotTasks' => ['name' => 'DescribeImportSnapshotTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImportSnapshotTasksRequest'], 'output' => ['shape' => 'DescribeImportSnapshotTasksResult']], 'DescribeInstanceAttribute' => ['name' => 'DescribeInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceAttributeRequest'], 'output' => ['shape' => 'InstanceAttribute']], 'DescribeInstanceCreditSpecifications' => ['name' => 'DescribeInstanceCreditSpecifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceCreditSpecificationsRequest'], 'output' => ['shape' => 'DescribeInstanceCreditSpecificationsResult']], 'DescribeInstanceEventNotificationAttributes' => ['name' => 'DescribeInstanceEventNotificationAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceEventNotificationAttributesRequest'], 'output' => ['shape' => 'DescribeInstanceEventNotificationAttributesResult']], 'DescribeInstanceStatus' => ['name' => 'DescribeInstanceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceStatusRequest'], 'output' => ['shape' => 'DescribeInstanceStatusResult']], 'DescribeInstanceTypeOfferings' => ['name' => 'DescribeInstanceTypeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceTypeOfferingsRequest'], 'output' => ['shape' => 'DescribeInstanceTypeOfferingsResult']], 'DescribeInstanceTypes' => ['name' => 'DescribeInstanceTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceTypesRequest'], 'output' => ['shape' => 'DescribeInstanceTypesResult']], 'DescribeInstances' => ['name' => 'DescribeInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesRequest'], 'output' => ['shape' => 'DescribeInstancesResult']], 'DescribeInternetGateways' => ['name' => 'DescribeInternetGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInternetGatewaysRequest'], 'output' => ['shape' => 'DescribeInternetGatewaysResult']], 'DescribeIpv6Pools' => ['name' => 'DescribeIpv6Pools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIpv6PoolsRequest'], 'output' => ['shape' => 'DescribeIpv6PoolsResult']], 'DescribeKeyPairs' => ['name' => 'DescribeKeyPairs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyPairsRequest'], 'output' => ['shape' => 'DescribeKeyPairsResult']], 'DescribeLaunchTemplateVersions' => ['name' => 'DescribeLaunchTemplateVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLaunchTemplateVersionsRequest'], 'output' => ['shape' => 'DescribeLaunchTemplateVersionsResult']], 'DescribeLaunchTemplates' => ['name' => 'DescribeLaunchTemplates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLaunchTemplatesRequest'], 'output' => ['shape' => 'DescribeLaunchTemplatesResult']], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['name' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult']], 'DescribeLocalGatewayRouteTableVpcAssociations' => ['name' => 'DescribeLocalGatewayRouteTableVpcAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTableVpcAssociationsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTableVpcAssociationsResult']], 'DescribeLocalGatewayRouteTables' => ['name' => 'DescribeLocalGatewayRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayRouteTablesRequest'], 'output' => ['shape' => 'DescribeLocalGatewayRouteTablesResult']], 'DescribeLocalGatewayVirtualInterfaceGroups' => ['name' => 'DescribeLocalGatewayVirtualInterfaceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayVirtualInterfaceGroupsRequest'], 'output' => ['shape' => 'DescribeLocalGatewayVirtualInterfaceGroupsResult']], 'DescribeLocalGatewayVirtualInterfaces' => ['name' => 'DescribeLocalGatewayVirtualInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewayVirtualInterfacesRequest'], 'output' => ['shape' => 'DescribeLocalGatewayVirtualInterfacesResult']], 'DescribeLocalGateways' => ['name' => 'DescribeLocalGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLocalGatewaysRequest'], 'output' => ['shape' => 'DescribeLocalGatewaysResult']], 'DescribeManagedPrefixLists' => ['name' => 'DescribeManagedPrefixLists', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeManagedPrefixListsRequest'], 'output' => ['shape' => 'DescribeManagedPrefixListsResult']], 'DescribeMovingAddresses' => ['name' => 'DescribeMovingAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMovingAddressesRequest'], 'output' => ['shape' => 'DescribeMovingAddressesResult']], 'DescribeNatGateways' => ['name' => 'DescribeNatGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNatGatewaysRequest'], 'output' => ['shape' => 'DescribeNatGatewaysResult']], 'DescribeNetworkAcls' => ['name' => 'DescribeNetworkAcls', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkAclsRequest'], 'output' => ['shape' => 'DescribeNetworkAclsResult']], 'DescribeNetworkInterfaceAttribute' => ['name' => 'DescribeNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfaceAttributeRequest'], 'output' => ['shape' => 'DescribeNetworkInterfaceAttributeResult']], 'DescribeNetworkInterfacePermissions' => ['name' => 'DescribeNetworkInterfacePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfacePermissionsRequest'], 'output' => ['shape' => 'DescribeNetworkInterfacePermissionsResult']], 'DescribeNetworkInterfaces' => ['name' => 'DescribeNetworkInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNetworkInterfacesRequest'], 'output' => ['shape' => 'DescribeNetworkInterfacesResult']], 'DescribePlacementGroups' => ['name' => 'DescribePlacementGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlacementGroupsRequest'], 'output' => ['shape' => 'DescribePlacementGroupsResult']], 'DescribePrefixLists' => ['name' => 'DescribePrefixLists', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePrefixListsRequest'], 'output' => ['shape' => 'DescribePrefixListsResult']], 'DescribePrincipalIdFormat' => ['name' => 'DescribePrincipalIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePrincipalIdFormatRequest'], 'output' => ['shape' => 'DescribePrincipalIdFormatResult']], 'DescribePublicIpv4Pools' => ['name' => 'DescribePublicIpv4Pools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePublicIpv4PoolsRequest'], 'output' => ['shape' => 'DescribePublicIpv4PoolsResult']], 'DescribeRegions' => ['name' => 'DescribeRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRegionsRequest'], 'output' => ['shape' => 'DescribeRegionsResult']], 'DescribeReservedInstances' => ['name' => 'DescribeReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesRequest'], 'output' => ['shape' => 'DescribeReservedInstancesResult']], 'DescribeReservedInstancesListings' => ['name' => 'DescribeReservedInstancesListings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesListingsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesListingsResult']], 'DescribeReservedInstancesModifications' => ['name' => 'DescribeReservedInstancesModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesModificationsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesModificationsResult']], 'DescribeReservedInstancesOfferings' => ['name' => 'DescribeReservedInstancesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedInstancesOfferingsRequest'], 'output' => ['shape' => 'DescribeReservedInstancesOfferingsResult']], 'DescribeRouteTables' => ['name' => 'DescribeRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRouteTablesRequest'], 'output' => ['shape' => 'DescribeRouteTablesResult']], 'DescribeScheduledInstanceAvailability' => ['name' => 'DescribeScheduledInstanceAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledInstanceAvailabilityRequest'], 'output' => ['shape' => 'DescribeScheduledInstanceAvailabilityResult']], 'DescribeScheduledInstances' => ['name' => 'DescribeScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledInstancesRequest'], 'output' => ['shape' => 'DescribeScheduledInstancesResult']], 'DescribeSecurityGroupReferences' => ['name' => 'DescribeSecurityGroupReferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityGroupReferencesRequest'], 'output' => ['shape' => 'DescribeSecurityGroupReferencesResult']], 'DescribeSecurityGroups' => ['name' => 'DescribeSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeSecurityGroupsResult']], 'DescribeSnapshotAttribute' => ['name' => 'DescribeSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotAttributeRequest'], 'output' => ['shape' => 'DescribeSnapshotAttributeResult']], 'DescribeSnapshots' => ['name' => 'DescribeSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotsRequest'], 'output' => ['shape' => 'DescribeSnapshotsResult']], 'DescribeSpotDatafeedSubscription' => ['name' => 'DescribeSpotDatafeedSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotDatafeedSubscriptionRequest'], 'output' => ['shape' => 'DescribeSpotDatafeedSubscriptionResult']], 'DescribeSpotFleetInstances' => ['name' => 'DescribeSpotFleetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetInstancesRequest'], 'output' => ['shape' => 'DescribeSpotFleetInstancesResponse']], 'DescribeSpotFleetRequestHistory' => ['name' => 'DescribeSpotFleetRequestHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetRequestHistoryRequest'], 'output' => ['shape' => 'DescribeSpotFleetRequestHistoryResponse']], 'DescribeSpotFleetRequests' => ['name' => 'DescribeSpotFleetRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotFleetRequestsRequest'], 'output' => ['shape' => 'DescribeSpotFleetRequestsResponse']], 'DescribeSpotInstanceRequests' => ['name' => 'DescribeSpotInstanceRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotInstanceRequestsRequest'], 'output' => ['shape' => 'DescribeSpotInstanceRequestsResult']], 'DescribeSpotPriceHistory' => ['name' => 'DescribeSpotPriceHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSpotPriceHistoryRequest'], 'output' => ['shape' => 'DescribeSpotPriceHistoryResult']], 'DescribeStaleSecurityGroups' => ['name' => 'DescribeStaleSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStaleSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeStaleSecurityGroupsResult']], 'DescribeSubnets' => ['name' => 'DescribeSubnets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubnetsRequest'], 'output' => ['shape' => 'DescribeSubnetsResult']], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResult']], 'DescribeTrafficMirrorFilters' => ['name' => 'DescribeTrafficMirrorFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorFiltersRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorFiltersResult']], 'DescribeTrafficMirrorSessions' => ['name' => 'DescribeTrafficMirrorSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorSessionsRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorSessionsResult']], 'DescribeTrafficMirrorTargets' => ['name' => 'DescribeTrafficMirrorTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrafficMirrorTargetsRequest'], 'output' => ['shape' => 'DescribeTrafficMirrorTargetsResult']], 'DescribeTransitGatewayAttachments' => ['name' => 'DescribeTransitGatewayAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayAttachmentsResult']], 'DescribeTransitGatewayMulticastDomains' => ['name' => 'DescribeTransitGatewayMulticastDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayMulticastDomainsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayMulticastDomainsResult']], 'DescribeTransitGatewayPeeringAttachments' => ['name' => 'DescribeTransitGatewayPeeringAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayPeeringAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayPeeringAttachmentsResult']], 'DescribeTransitGatewayRouteTables' => ['name' => 'DescribeTransitGatewayRouteTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayRouteTablesRequest'], 'output' => ['shape' => 'DescribeTransitGatewayRouteTablesResult']], 'DescribeTransitGatewayVpcAttachments' => ['name' => 'DescribeTransitGatewayVpcAttachments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewayVpcAttachmentsRequest'], 'output' => ['shape' => 'DescribeTransitGatewayVpcAttachmentsResult']], 'DescribeTransitGateways' => ['name' => 'DescribeTransitGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransitGatewaysRequest'], 'output' => ['shape' => 'DescribeTransitGatewaysResult']], 'DescribeVolumeAttribute' => ['name' => 'DescribeVolumeAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumeAttributeRequest'], 'output' => ['shape' => 'DescribeVolumeAttributeResult']], 'DescribeVolumeStatus' => ['name' => 'DescribeVolumeStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumeStatusRequest'], 'output' => ['shape' => 'DescribeVolumeStatusResult']], 'DescribeVolumes' => ['name' => 'DescribeVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumesRequest'], 'output' => ['shape' => 'DescribeVolumesResult']], 'DescribeVolumesModifications' => ['name' => 'DescribeVolumesModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVolumesModificationsRequest'], 'output' => ['shape' => 'DescribeVolumesModificationsResult']], 'DescribeVpcAttribute' => ['name' => 'DescribeVpcAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcAttributeRequest'], 'output' => ['shape' => 'DescribeVpcAttributeResult']], 'DescribeVpcClassicLink' => ['name' => 'DescribeVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcClassicLinkRequest'], 'output' => ['shape' => 'DescribeVpcClassicLinkResult']], 'DescribeVpcClassicLinkDnsSupport' => ['name' => 'DescribeVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'DescribeVpcClassicLinkDnsSupportResult']], 'DescribeVpcEndpointConnectionNotifications' => ['name' => 'DescribeVpcEndpointConnectionNotifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointConnectionNotificationsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointConnectionNotificationsResult']], 'DescribeVpcEndpointConnections' => ['name' => 'DescribeVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointConnectionsResult']], 'DescribeVpcEndpointServiceConfigurations' => ['name' => 'DescribeVpcEndpointServiceConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServiceConfigurationsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServiceConfigurationsResult']], 'DescribeVpcEndpointServicePermissions' => ['name' => 'DescribeVpcEndpointServicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServicePermissionsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServicePermissionsResult']], 'DescribeVpcEndpointServices' => ['name' => 'DescribeVpcEndpointServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointServicesRequest'], 'output' => ['shape' => 'DescribeVpcEndpointServicesResult']], 'DescribeVpcEndpoints' => ['name' => 'DescribeVpcEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcEndpointsRequest'], 'output' => ['shape' => 'DescribeVpcEndpointsResult']], 'DescribeVpcPeeringConnections' => ['name' => 'DescribeVpcPeeringConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringConnectionsRequest'], 'output' => ['shape' => 'DescribeVpcPeeringConnectionsResult']], 'DescribeVpcs' => ['name' => 'DescribeVpcs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcsRequest'], 'output' => ['shape' => 'DescribeVpcsResult']], 'DescribeVpnConnections' => ['name' => 'DescribeVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpnConnectionsRequest'], 'output' => ['shape' => 'DescribeVpnConnectionsResult']], 'DescribeVpnGateways' => ['name' => 'DescribeVpnGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpnGatewaysRequest'], 'output' => ['shape' => 'DescribeVpnGatewaysResult']], 'DetachClassicLinkVpc' => ['name' => 'DetachClassicLinkVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachClassicLinkVpcRequest'], 'output' => ['shape' => 'DetachClassicLinkVpcResult']], 'DetachInternetGateway' => ['name' => 'DetachInternetGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInternetGatewayRequest']], 'DetachNetworkInterface' => ['name' => 'DetachNetworkInterface', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachNetworkInterfaceRequest']], 'DetachVolume' => ['name' => 'DetachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVolumeRequest'], 'output' => ['shape' => 'VolumeAttachment']], 'DetachVpnGateway' => ['name' => 'DetachVpnGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVpnGatewayRequest']], 'DisableEbsEncryptionByDefault' => ['name' => 'DisableEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'DisableEbsEncryptionByDefaultResult']], 'DisableFastSnapshotRestores' => ['name' => 'DisableFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableFastSnapshotRestoresRequest'], 'output' => ['shape' => 'DisableFastSnapshotRestoresResult']], 'DisableTransitGatewayRouteTablePropagation' => ['name' => 'DisableTransitGatewayRouteTablePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableTransitGatewayRouteTablePropagationRequest'], 'output' => ['shape' => 'DisableTransitGatewayRouteTablePropagationResult']], 'DisableVgwRoutePropagation' => ['name' => 'DisableVgwRoutePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVgwRoutePropagationRequest']], 'DisableVpcClassicLink' => ['name' => 'DisableVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVpcClassicLinkRequest'], 'output' => ['shape' => 'DisableVpcClassicLinkResult']], 'DisableVpcClassicLinkDnsSupport' => ['name' => 'DisableVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'DisableVpcClassicLinkDnsSupportResult']], 'DisassociateAddress' => ['name' => 'DisassociateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateAddressRequest']], 'DisassociateClientVpnTargetNetwork' => ['name' => 'DisassociateClientVpnTargetNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateClientVpnTargetNetworkRequest'], 'output' => ['shape' => 'DisassociateClientVpnTargetNetworkResult']], 'DisassociateIamInstanceProfile' => ['name' => 'DisassociateIamInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateIamInstanceProfileRequest'], 'output' => ['shape' => 'DisassociateIamInstanceProfileResult']], 'DisassociateRouteTable' => ['name' => 'DisassociateRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateRouteTableRequest']], 'DisassociateSubnetCidrBlock' => ['name' => 'DisassociateSubnetCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateSubnetCidrBlockRequest'], 'output' => ['shape' => 'DisassociateSubnetCidrBlockResult']], 'DisassociateTransitGatewayMulticastDomain' => ['name' => 'DisassociateTransitGatewayMulticastDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTransitGatewayMulticastDomainRequest'], 'output' => ['shape' => 'DisassociateTransitGatewayMulticastDomainResult']], 'DisassociateTransitGatewayRouteTable' => ['name' => 'DisassociateTransitGatewayRouteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTransitGatewayRouteTableRequest'], 'output' => ['shape' => 'DisassociateTransitGatewayRouteTableResult']], 'DisassociateVpcCidrBlock' => ['name' => 'DisassociateVpcCidrBlock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateVpcCidrBlockRequest'], 'output' => ['shape' => 'DisassociateVpcCidrBlockResult']], 'EnableEbsEncryptionByDefault' => ['name' => 'EnableEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'EnableEbsEncryptionByDefaultResult']], 'EnableFastSnapshotRestores' => ['name' => 'EnableFastSnapshotRestores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableFastSnapshotRestoresRequest'], 'output' => ['shape' => 'EnableFastSnapshotRestoresResult']], 'EnableTransitGatewayRouteTablePropagation' => ['name' => 'EnableTransitGatewayRouteTablePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableTransitGatewayRouteTablePropagationRequest'], 'output' => ['shape' => 'EnableTransitGatewayRouteTablePropagationResult']], 'EnableVgwRoutePropagation' => ['name' => 'EnableVgwRoutePropagation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVgwRoutePropagationRequest']], 'EnableVolumeIO' => ['name' => 'EnableVolumeIO', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVolumeIORequest']], 'EnableVpcClassicLink' => ['name' => 'EnableVpcClassicLink', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVpcClassicLinkRequest'], 'output' => ['shape' => 'EnableVpcClassicLinkResult']], 'EnableVpcClassicLinkDnsSupport' => ['name' => 'EnableVpcClassicLinkDnsSupport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableVpcClassicLinkDnsSupportRequest'], 'output' => ['shape' => 'EnableVpcClassicLinkDnsSupportResult']], 'ExportClientVpnClientCertificateRevocationList' => ['name' => 'ExportClientVpnClientCertificateRevocationList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportClientVpnClientCertificateRevocationListRequest'], 'output' => ['shape' => 'ExportClientVpnClientCertificateRevocationListResult']], 'ExportClientVpnClientConfiguration' => ['name' => 'ExportClientVpnClientConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportClientVpnClientConfigurationRequest'], 'output' => ['shape' => 'ExportClientVpnClientConfigurationResult']], 'ExportImage' => ['name' => 'ExportImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportImageRequest'], 'output' => ['shape' => 'ExportImageResult']], 'ExportTransitGatewayRoutes' => ['name' => 'ExportTransitGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportTransitGatewayRoutesRequest'], 'output' => ['shape' => 'ExportTransitGatewayRoutesResult']], 'GetAssociatedIpv6PoolCidrs' => ['name' => 'GetAssociatedIpv6PoolCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAssociatedIpv6PoolCidrsRequest'], 'output' => ['shape' => 'GetAssociatedIpv6PoolCidrsResult']], 'GetCapacityReservationUsage' => ['name' => 'GetCapacityReservationUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCapacityReservationUsageRequest'], 'output' => ['shape' => 'GetCapacityReservationUsageResult']], 'GetCoipPoolUsage' => ['name' => 'GetCoipPoolUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCoipPoolUsageRequest'], 'output' => ['shape' => 'GetCoipPoolUsageResult']], 'GetConsoleOutput' => ['name' => 'GetConsoleOutput', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConsoleOutputRequest'], 'output' => ['shape' => 'GetConsoleOutputResult']], 'GetConsoleScreenshot' => ['name' => 'GetConsoleScreenshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConsoleScreenshotRequest'], 'output' => ['shape' => 'GetConsoleScreenshotResult']], 'GetDefaultCreditSpecification' => ['name' => 'GetDefaultCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDefaultCreditSpecificationRequest'], 'output' => ['shape' => 'GetDefaultCreditSpecificationResult']], 'GetEbsDefaultKmsKeyId' => ['name' => 'GetEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'GetEbsDefaultKmsKeyIdResult']], 'GetEbsEncryptionByDefault' => ['name' => 'GetEbsEncryptionByDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEbsEncryptionByDefaultRequest'], 'output' => ['shape' => 'GetEbsEncryptionByDefaultResult']], 'GetGroupsForCapacityReservation' => ['name' => 'GetGroupsForCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupsForCapacityReservationRequest'], 'output' => ['shape' => 'GetGroupsForCapacityReservationResult']], 'GetHostReservationPurchasePreview' => ['name' => 'GetHostReservationPurchasePreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetHostReservationPurchasePreviewRequest'], 'output' => ['shape' => 'GetHostReservationPurchasePreviewResult']], 'GetLaunchTemplateData' => ['name' => 'GetLaunchTemplateData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLaunchTemplateDataRequest'], 'output' => ['shape' => 'GetLaunchTemplateDataResult']], 'GetManagedPrefixListAssociations' => ['name' => 'GetManagedPrefixListAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetManagedPrefixListAssociationsRequest'], 'output' => ['shape' => 'GetManagedPrefixListAssociationsResult']], 'GetManagedPrefixListEntries' => ['name' => 'GetManagedPrefixListEntries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetManagedPrefixListEntriesRequest'], 'output' => ['shape' => 'GetManagedPrefixListEntriesResult']], 'GetPasswordData' => ['name' => 'GetPasswordData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPasswordDataRequest'], 'output' => ['shape' => 'GetPasswordDataResult']], 'GetReservedInstancesExchangeQuote' => ['name' => 'GetReservedInstancesExchangeQuote', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservedInstancesExchangeQuoteRequest'], 'output' => ['shape' => 'GetReservedInstancesExchangeQuoteResult']], 'GetTransitGatewayAttachmentPropagations' => ['name' => 'GetTransitGatewayAttachmentPropagations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayAttachmentPropagationsRequest'], 'output' => ['shape' => 'GetTransitGatewayAttachmentPropagationsResult']], 'GetTransitGatewayMulticastDomainAssociations' => ['name' => 'GetTransitGatewayMulticastDomainAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayMulticastDomainAssociationsRequest'], 'output' => ['shape' => 'GetTransitGatewayMulticastDomainAssociationsResult']], 'GetTransitGatewayRouteTableAssociations' => ['name' => 'GetTransitGatewayRouteTableAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayRouteTableAssociationsRequest'], 'output' => ['shape' => 'GetTransitGatewayRouteTableAssociationsResult']], 'GetTransitGatewayRouteTablePropagations' => ['name' => 'GetTransitGatewayRouteTablePropagations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTransitGatewayRouteTablePropagationsRequest'], 'output' => ['shape' => 'GetTransitGatewayRouteTablePropagationsResult']], 'ImportClientVpnClientCertificateRevocationList' => ['name' => 'ImportClientVpnClientCertificateRevocationList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportClientVpnClientCertificateRevocationListRequest'], 'output' => ['shape' => 'ImportClientVpnClientCertificateRevocationListResult']], 'ImportImage' => ['name' => 'ImportImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportImageRequest'], 'output' => ['shape' => 'ImportImageResult']], 'ImportInstance' => ['name' => 'ImportInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportInstanceRequest'], 'output' => ['shape' => 'ImportInstanceResult']], 'ImportKeyPair' => ['name' => 'ImportKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyPairRequest'], 'output' => ['shape' => 'ImportKeyPairResult']], 'ImportSnapshot' => ['name' => 'ImportSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSnapshotRequest'], 'output' => ['shape' => 'ImportSnapshotResult']], 'ImportVolume' => ['name' => 'ImportVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportVolumeRequest'], 'output' => ['shape' => 'ImportVolumeResult']], 'ModifyAvailabilityZoneGroup' => ['name' => 'ModifyAvailabilityZoneGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyAvailabilityZoneGroupRequest'], 'output' => ['shape' => 'ModifyAvailabilityZoneGroupResult']], 'ModifyCapacityReservation' => ['name' => 'ModifyCapacityReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCapacityReservationRequest'], 'output' => ['shape' => 'ModifyCapacityReservationResult']], 'ModifyClientVpnEndpoint' => ['name' => 'ModifyClientVpnEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClientVpnEndpointRequest'], 'output' => ['shape' => 'ModifyClientVpnEndpointResult']], 'ModifyDefaultCreditSpecification' => ['name' => 'ModifyDefaultCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDefaultCreditSpecificationRequest'], 'output' => ['shape' => 'ModifyDefaultCreditSpecificationResult']], 'ModifyEbsDefaultKmsKeyId' => ['name' => 'ModifyEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'ModifyEbsDefaultKmsKeyIdResult']], 'ModifyFleet' => ['name' => 'ModifyFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyFleetRequest'], 'output' => ['shape' => 'ModifyFleetResult']], 'ModifyFpgaImageAttribute' => ['name' => 'ModifyFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyFpgaImageAttributeRequest'], 'output' => ['shape' => 'ModifyFpgaImageAttributeResult']], 'ModifyHosts' => ['name' => 'ModifyHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyHostsRequest'], 'output' => ['shape' => 'ModifyHostsResult']], 'ModifyIdFormat' => ['name' => 'ModifyIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyIdFormatRequest']], 'ModifyIdentityIdFormat' => ['name' => 'ModifyIdentityIdFormat', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyIdentityIdFormatRequest']], 'ModifyImageAttribute' => ['name' => 'ModifyImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyImageAttributeRequest']], 'ModifyInstanceAttribute' => ['name' => 'ModifyInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceAttributeRequest']], 'ModifyInstanceCapacityReservationAttributes' => ['name' => 'ModifyInstanceCapacityReservationAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceCapacityReservationAttributesRequest'], 'output' => ['shape' => 'ModifyInstanceCapacityReservationAttributesResult']], 'ModifyInstanceCreditSpecification' => ['name' => 'ModifyInstanceCreditSpecification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceCreditSpecificationRequest'], 'output' => ['shape' => 'ModifyInstanceCreditSpecificationResult']], 'ModifyInstanceEventStartTime' => ['name' => 'ModifyInstanceEventStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceEventStartTimeRequest'], 'output' => ['shape' => 'ModifyInstanceEventStartTimeResult']], 'ModifyInstanceMetadataOptions' => ['name' => 'ModifyInstanceMetadataOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceMetadataOptionsRequest'], 'output' => ['shape' => 'ModifyInstanceMetadataOptionsResult']], 'ModifyInstancePlacement' => ['name' => 'ModifyInstancePlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstancePlacementRequest'], 'output' => ['shape' => 'ModifyInstancePlacementResult']], 'ModifyLaunchTemplate' => ['name' => 'ModifyLaunchTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyLaunchTemplateRequest'], 'output' => ['shape' => 'ModifyLaunchTemplateResult']], 'ModifyManagedPrefixList' => ['name' => 'ModifyManagedPrefixList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyManagedPrefixListRequest'], 'output' => ['shape' => 'ModifyManagedPrefixListResult']], 'ModifyNetworkInterfaceAttribute' => ['name' => 'ModifyNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyNetworkInterfaceAttributeRequest']], 'ModifyReservedInstances' => ['name' => 'ModifyReservedInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReservedInstancesRequest'], 'output' => ['shape' => 'ModifyReservedInstancesResult']], 'ModifySnapshotAttribute' => ['name' => 'ModifySnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotAttributeRequest']], 'ModifySpotFleetRequest' => ['name' => 'ModifySpotFleetRequest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySpotFleetRequestRequest'], 'output' => ['shape' => 'ModifySpotFleetRequestResponse']], 'ModifySubnetAttribute' => ['name' => 'ModifySubnetAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySubnetAttributeRequest']], 'ModifyTrafficMirrorFilterNetworkServices' => ['name' => 'ModifyTrafficMirrorFilterNetworkServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorFilterNetworkServicesRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorFilterNetworkServicesResult']], 'ModifyTrafficMirrorFilterRule' => ['name' => 'ModifyTrafficMirrorFilterRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorFilterRuleRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorFilterRuleResult']], 'ModifyTrafficMirrorSession' => ['name' => 'ModifyTrafficMirrorSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTrafficMirrorSessionRequest'], 'output' => ['shape' => 'ModifyTrafficMirrorSessionResult']], 'ModifyTransitGatewayVpcAttachment' => ['name' => 'ModifyTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'ModifyTransitGatewayVpcAttachmentResult']], 'ModifyVolume' => ['name' => 'ModifyVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVolumeRequest'], 'output' => ['shape' => 'ModifyVolumeResult']], 'ModifyVolumeAttribute' => ['name' => 'ModifyVolumeAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVolumeAttributeRequest']], 'ModifyVpcAttribute' => ['name' => 'ModifyVpcAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcAttributeRequest']], 'ModifyVpcEndpoint' => ['name' => 'ModifyVpcEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointRequest'], 'output' => ['shape' => 'ModifyVpcEndpointResult']], 'ModifyVpcEndpointConnectionNotification' => ['name' => 'ModifyVpcEndpointConnectionNotification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointConnectionNotificationRequest'], 'output' => ['shape' => 'ModifyVpcEndpointConnectionNotificationResult']], 'ModifyVpcEndpointServiceConfiguration' => ['name' => 'ModifyVpcEndpointServiceConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointServiceConfigurationRequest'], 'output' => ['shape' => 'ModifyVpcEndpointServiceConfigurationResult']], 'ModifyVpcEndpointServicePermissions' => ['name' => 'ModifyVpcEndpointServicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcEndpointServicePermissionsRequest'], 'output' => ['shape' => 'ModifyVpcEndpointServicePermissionsResult']], 'ModifyVpcPeeringConnectionOptions' => ['name' => 'ModifyVpcPeeringConnectionOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcPeeringConnectionOptionsRequest'], 'output' => ['shape' => 'ModifyVpcPeeringConnectionOptionsResult']], 'ModifyVpcTenancy' => ['name' => 'ModifyVpcTenancy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpcTenancyRequest'], 'output' => ['shape' => 'ModifyVpcTenancyResult']], 'ModifyVpnConnection' => ['name' => 'ModifyVpnConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnConnectionRequest'], 'output' => ['shape' => 'ModifyVpnConnectionResult']], 'ModifyVpnTunnelCertificate' => ['name' => 'ModifyVpnTunnelCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnTunnelCertificateRequest'], 'output' => ['shape' => 'ModifyVpnTunnelCertificateResult']], 'ModifyVpnTunnelOptions' => ['name' => 'ModifyVpnTunnelOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyVpnTunnelOptionsRequest'], 'output' => ['shape' => 'ModifyVpnTunnelOptionsResult']], 'MonitorInstances' => ['name' => 'MonitorInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MonitorInstancesRequest'], 'output' => ['shape' => 'MonitorInstancesResult']], 'MoveAddressToVpc' => ['name' => 'MoveAddressToVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MoveAddressToVpcRequest'], 'output' => ['shape' => 'MoveAddressToVpcResult']], 'ProvisionByoipCidr' => ['name' => 'ProvisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionByoipCidrRequest'], 'output' => ['shape' => 'ProvisionByoipCidrResult']], 'PurchaseHostReservation' => ['name' => 'PurchaseHostReservation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseHostReservationRequest'], 'output' => ['shape' => 'PurchaseHostReservationResult']], 'PurchaseReservedInstancesOffering' => ['name' => 'PurchaseReservedInstancesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedInstancesOfferingRequest'], 'output' => ['shape' => 'PurchaseReservedInstancesOfferingResult']], 'PurchaseScheduledInstances' => ['name' => 'PurchaseScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseScheduledInstancesRequest'], 'output' => ['shape' => 'PurchaseScheduledInstancesResult']], 'RebootInstances' => ['name' => 'RebootInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootInstancesRequest']], 'RegisterImage' => ['name' => 'RegisterImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterImageRequest'], 'output' => ['shape' => 'RegisterImageResult']], 'RegisterInstanceEventNotificationAttributes' => ['name' => 'RegisterInstanceEventNotificationAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterInstanceEventNotificationAttributesRequest'], 'output' => ['shape' => 'RegisterInstanceEventNotificationAttributesResult']], 'RegisterTransitGatewayMulticastGroupMembers' => ['name' => 'RegisterTransitGatewayMulticastGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTransitGatewayMulticastGroupMembersRequest'], 'output' => ['shape' => 'RegisterTransitGatewayMulticastGroupMembersResult']], 'RegisterTransitGatewayMulticastGroupSources' => ['name' => 'RegisterTransitGatewayMulticastGroupSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTransitGatewayMulticastGroupSourcesRequest'], 'output' => ['shape' => 'RegisterTransitGatewayMulticastGroupSourcesResult']], 'RejectTransitGatewayPeeringAttachment' => ['name' => 'RejectTransitGatewayPeeringAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectTransitGatewayPeeringAttachmentRequest'], 'output' => ['shape' => 'RejectTransitGatewayPeeringAttachmentResult']], 'RejectTransitGatewayVpcAttachment' => ['name' => 'RejectTransitGatewayVpcAttachment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectTransitGatewayVpcAttachmentRequest'], 'output' => ['shape' => 'RejectTransitGatewayVpcAttachmentResult']], 'RejectVpcEndpointConnections' => ['name' => 'RejectVpcEndpointConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectVpcEndpointConnectionsRequest'], 'output' => ['shape' => 'RejectVpcEndpointConnectionsResult']], 'RejectVpcPeeringConnection' => ['name' => 'RejectVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectVpcPeeringConnectionRequest'], 'output' => ['shape' => 'RejectVpcPeeringConnectionResult']], 'ReleaseAddress' => ['name' => 'ReleaseAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseAddressRequest']], 'ReleaseHosts' => ['name' => 'ReleaseHosts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseHostsRequest'], 'output' => ['shape' => 'ReleaseHostsResult']], 'ReplaceIamInstanceProfileAssociation' => ['name' => 'ReplaceIamInstanceProfileAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceIamInstanceProfileAssociationRequest'], 'output' => ['shape' => 'ReplaceIamInstanceProfileAssociationResult']], 'ReplaceNetworkAclAssociation' => ['name' => 'ReplaceNetworkAclAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceNetworkAclAssociationRequest'], 'output' => ['shape' => 'ReplaceNetworkAclAssociationResult']], 'ReplaceNetworkAclEntry' => ['name' => 'ReplaceNetworkAclEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceNetworkAclEntryRequest']], 'ReplaceRoute' => ['name' => 'ReplaceRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceRouteRequest']], 'ReplaceRouteTableAssociation' => ['name' => 'ReplaceRouteTableAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceRouteTableAssociationRequest'], 'output' => ['shape' => 'ReplaceRouteTableAssociationResult']], 'ReplaceTransitGatewayRoute' => ['name' => 'ReplaceTransitGatewayRoute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReplaceTransitGatewayRouteRequest'], 'output' => ['shape' => 'ReplaceTransitGatewayRouteResult']], 'ReportInstanceStatus' => ['name' => 'ReportInstanceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReportInstanceStatusRequest']], 'RequestSpotFleet' => ['name' => 'RequestSpotFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestSpotFleetRequest'], 'output' => ['shape' => 'RequestSpotFleetResponse']], 'RequestSpotInstances' => ['name' => 'RequestSpotInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestSpotInstancesRequest'], 'output' => ['shape' => 'RequestSpotInstancesResult']], 'ResetEbsDefaultKmsKeyId' => ['name' => 'ResetEbsDefaultKmsKeyId', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetEbsDefaultKmsKeyIdRequest'], 'output' => ['shape' => 'ResetEbsDefaultKmsKeyIdResult']], 'ResetFpgaImageAttribute' => ['name' => 'ResetFpgaImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetFpgaImageAttributeRequest'], 'output' => ['shape' => 'ResetFpgaImageAttributeResult']], 'ResetImageAttribute' => ['name' => 'ResetImageAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetImageAttributeRequest']], 'ResetInstanceAttribute' => ['name' => 'ResetInstanceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetInstanceAttributeRequest']], 'ResetNetworkInterfaceAttribute' => ['name' => 'ResetNetworkInterfaceAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetNetworkInterfaceAttributeRequest']], 'ResetSnapshotAttribute' => ['name' => 'ResetSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetSnapshotAttributeRequest']], 'RestoreAddressToClassic' => ['name' => 'RestoreAddressToClassic', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreAddressToClassicRequest'], 'output' => ['shape' => 'RestoreAddressToClassicResult']], 'RestoreManagedPrefixListVersion' => ['name' => 'RestoreManagedPrefixListVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreManagedPrefixListVersionRequest'], 'output' => ['shape' => 'RestoreManagedPrefixListVersionResult']], 'RevokeClientVpnIngress' => ['name' => 'RevokeClientVpnIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeClientVpnIngressRequest'], 'output' => ['shape' => 'RevokeClientVpnIngressResult']], 'RevokeSecurityGroupEgress' => ['name' => 'RevokeSecurityGroupEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSecurityGroupEgressRequest']], 'RevokeSecurityGroupIngress' => ['name' => 'RevokeSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSecurityGroupIngressRequest']], 'RunInstances' => ['name' => 'RunInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunInstancesRequest'], 'output' => ['shape' => 'Reservation']], 'RunScheduledInstances' => ['name' => 'RunScheduledInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunScheduledInstancesRequest'], 'output' => ['shape' => 'RunScheduledInstancesResult']], 'SearchLocalGatewayRoutes' => ['name' => 'SearchLocalGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchLocalGatewayRoutesRequest'], 'output' => ['shape' => 'SearchLocalGatewayRoutesResult']], 'SearchTransitGatewayMulticastGroups' => ['name' => 'SearchTransitGatewayMulticastGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTransitGatewayMulticastGroupsRequest'], 'output' => ['shape' => 'SearchTransitGatewayMulticastGroupsResult']], 'SearchTransitGatewayRoutes' => ['name' => 'SearchTransitGatewayRoutes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTransitGatewayRoutesRequest'], 'output' => ['shape' => 'SearchTransitGatewayRoutesResult']], 'SendDiagnosticInterrupt' => ['name' => 'SendDiagnosticInterrupt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendDiagnosticInterruptRequest']], 'StartInstances' => ['name' => 'StartInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartInstancesRequest'], 'output' => ['shape' => 'StartInstancesResult']], 'StartVpcEndpointServicePrivateDnsVerification' => ['name' => 'StartVpcEndpointServicePrivateDnsVerification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartVpcEndpointServicePrivateDnsVerificationRequest'], 'output' => ['shape' => 'StartVpcEndpointServicePrivateDnsVerificationResult']], 'StopInstances' => ['name' => 'StopInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopInstancesRequest'], 'output' => ['shape' => 'StopInstancesResult']], 'TerminateClientVpnConnections' => ['name' => 'TerminateClientVpnConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateClientVpnConnectionsRequest'], 'output' => ['shape' => 'TerminateClientVpnConnectionsResult']], 'TerminateInstances' => ['name' => 'TerminateInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateInstancesRequest'], 'output' => ['shape' => 'TerminateInstancesResult']], 'UnassignIpv6Addresses' => ['name' => 'UnassignIpv6Addresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnassignIpv6AddressesRequest'], 'output' => ['shape' => 'UnassignIpv6AddressesResult']], 'UnassignPrivateIpAddresses' => ['name' => 'UnassignPrivateIpAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnassignPrivateIpAddressesRequest']], 'UnmonitorInstances' => ['name' => 'UnmonitorInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnmonitorInstancesRequest'], 'output' => ['shape' => 'UnmonitorInstancesResult']], 'UpdateSecurityGroupRuleDescriptionsEgress' => ['name' => 'UpdateSecurityGroupRuleDescriptionsEgress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsEgressRequest'], 'output' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsEgressResult']], 'UpdateSecurityGroupRuleDescriptionsIngress' => ['name' => 'UpdateSecurityGroupRuleDescriptionsIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsIngressRequest'], 'output' => ['shape' => 'UpdateSecurityGroupRuleDescriptionsIngressResult']], 'WithdrawByoipCidr' => ['name' => 'WithdrawByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'WithdrawByoipCidrRequest'], 'output' => ['shape' => 'WithdrawByoipCidrResult']]], 'shapes' => ['AcceptReservedInstancesExchangeQuoteRequest' => ['type' => 'structure', 'required' => ['ReservedInstanceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstanceIds' => ['shape' => 'ReservedInstanceIdSet', 'locationName' => 'ReservedInstanceId'], 'TargetConfigurations' => ['shape' => 'TargetConfigurationRequestSet', 'locationName' => 'TargetConfiguration']]], 'AcceptReservedInstancesExchangeQuoteResult' => ['type' => 'structure', 'members' => ['ExchangeId' => ['shape' => 'String', 'locationName' => 'exchangeId']]], 'AcceptTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AcceptTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'AcceptTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AcceptTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'AcceptVpcEndpointConnectionsRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'AcceptVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'AcceptVpcPeeringConnectionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'AcceptVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnection' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'vpcPeeringConnection']]], 'AccountAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String', 'locationName' => 'attributeName'], 'AttributeValues' => ['shape' => 'AccountAttributeValueList', 'locationName' => 'attributeValueSet']]], 'AccountAttributeList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute', 'locationName' => 'item']], 'AccountAttributeName' => ['type' => 'string', 'enum' => ['supported-platforms', 'default-vpc']], 'AccountAttributeNameStringList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttributeName', 'locationName' => 'attributeName']], 'AccountAttributeValue' => ['type' => 'structure', 'members' => ['AttributeValue' => ['shape' => 'String', 'locationName' => 'attributeValue']]], 'AccountAttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttributeValue', 'locationName' => 'item']], 'ActiveInstance' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'InstanceHealth' => ['shape' => 'InstanceHealthStatus', 'locationName' => 'instanceHealth']]], 'ActiveInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ActiveInstance', 'locationName' => 'item']], 'ActivityStatus' => ['type' => 'string', 'enum' => ['error', 'pending_fulfillment', 'pending_termination', 'fulfilled']], 'AddPrefixListEntries' => ['type' => 'list', 'member' => ['shape' => 'AddPrefixListEntry'], 'max' => 1000, 'min' => 0], 'AddPrefixListEntry' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'Address' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Domain' => ['shape' => 'DomainType', 'locationName' => 'domain'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'NetworkInterfaceOwnerId' => ['shape' => 'String', 'locationName' => 'networkInterfaceOwnerId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'PublicIpv4Pool' => ['shape' => 'String', 'locationName' => 'publicIpv4Pool'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'CustomerOwnedIp' => ['shape' => 'String', 'locationName' => 'customerOwnedIp'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String', 'locationName' => 'customerOwnedIpv4Pool'], 'CarrierIp' => ['shape' => 'String', 'locationName' => 'carrierIp']]], 'AddressList' => ['type' => 'list', 'member' => ['shape' => 'Address', 'locationName' => 'item']], 'AdvertiseByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'AdvertiseByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'Affinity' => ['type' => 'string', 'enum' => ['default', 'host']], 'AllocateAddressRequest' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'DomainType'], 'Address' => ['shape' => 'PublicIpAddress'], 'PublicIpv4Pool' => ['shape' => 'String'], 'NetworkBorderGroup' => ['shape' => 'String'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AllocateAddressResult' => ['type' => 'structure', 'members' => ['PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'PublicIpv4Pool' => ['shape' => 'String', 'locationName' => 'publicIpv4Pool'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'Domain' => ['shape' => 'DomainType', 'locationName' => 'domain'], 'CustomerOwnedIp' => ['shape' => 'String', 'locationName' => 'customerOwnedIp'], 'CustomerOwnedIpv4Pool' => ['shape' => 'String', 'locationName' => 'customerOwnedIpv4Pool'], 'CarrierIp' => ['shape' => 'String', 'locationName' => 'carrierIp']]], 'AllocateHostsRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone', 'Quantity'], 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstanceFamily' => ['shape' => 'String'], 'Quantity' => ['shape' => 'Integer', 'locationName' => 'quantity'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'HostRecovery' => ['shape' => 'HostRecovery']]], 'AllocateHostsResult' => ['type' => 'structure', 'members' => ['HostIds' => ['shape' => 'ResponseHostIdList', 'locationName' => 'hostIdSet']]], 'AllocationId' => ['type' => 'string'], 'AllocationIdList' => ['type' => 'list', 'member' => ['shape' => 'AllocationId', 'locationName' => 'AllocationId']], 'AllocationState' => ['type' => 'string', 'enum' => ['available', 'under-assessment', 'permanent-failure', 'released', 'released-permanent-failure', 'pending']], 'AllocationStrategy' => ['type' => 'string', 'enum' => ['lowestPrice', 'diversified', 'capacityOptimized']], 'AllowedPrincipal' => ['type' => 'structure', 'members' => ['PrincipalType' => ['shape' => 'PrincipalType', 'locationName' => 'principalType'], 'Principal' => ['shape' => 'String', 'locationName' => 'principal']]], 'AllowedPrincipalSet' => ['type' => 'list', 'member' => ['shape' => 'AllowedPrincipal', 'locationName' => 'item']], 'AllowsMultipleInstanceTypes' => ['type' => 'string', 'enum' => ['on', 'off']], 'ApplySecurityGroupsToClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'VpcId', 'SecurityGroupIds'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'VpcId' => ['shape' => 'VpcId'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'DryRun' => ['shape' => 'Boolean']]], 'ApplySecurityGroupsToClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'securityGroupIds']]], 'ArchitectureType' => ['type' => 'string', 'enum' => ['i386', 'x86_64', 'arm64']], 'ArchitectureTypeList' => ['type' => 'list', 'member' => ['shape' => 'ArchitectureType', 'locationName' => 'item']], 'ArchitectureValues' => ['type' => 'string', 'enum' => ['i386', 'x86_64', 'arm64']], 'AssignIpv6AddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'AssignIpv6AddressesResult' => ['type' => 'structure', 'members' => ['AssignedIpv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'assignedIpv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId']]], 'AssignPrivateIpAddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['AllowReassignment' => ['shape' => 'Boolean', 'locationName' => 'allowReassignment'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressStringList', 'locationName' => 'privateIpAddress'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount']]], 'AssignPrivateIpAddressesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'AssignedPrivateIpAddresses' => ['shape' => 'AssignedPrivateIpAddressList', 'locationName' => 'assignedPrivateIpAddressesSet']]], 'AssignedPrivateIpAddress' => ['type' => 'structure', 'members' => ['PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'AssignedPrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'AssignedPrivateIpAddress', 'locationName' => 'item']], 'AssociateAddressRequest' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'InstanceId' => ['shape' => 'InstanceId'], 'PublicIp' => ['shape' => 'String'], 'AllowReassociation' => ['shape' => 'Boolean', 'locationName' => 'allowReassociation'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'AssociateAddressResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId']]], 'AssociateClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'SubnetId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'SubnetId' => ['shape' => 'SubnetId'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status']]], 'AssociateDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpOptionsId', 'VpcId'], 'members' => ['DhcpOptionsId' => ['shape' => 'DefaultingDhcpOptionsId'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AssociateIamInstanceProfileRequest' => ['type' => 'structure', 'required' => ['IamInstanceProfile', 'InstanceId'], 'members' => ['IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification'], 'InstanceId' => ['shape' => 'InstanceId']]], 'AssociateIamInstanceProfileResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'AssociateRouteTableRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'GatewayId' => ['shape' => 'RouteGatewayId']]], 'AssociateRouteTableResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'AssociateSubnetCidrBlockRequest' => ['type' => 'structure', 'required' => ['Ipv6CidrBlock', 'SubnetId'], 'members' => ['Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'AssociateSubnetCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'AssociateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'SubnetIds' => ['shape' => 'ValueStringList'], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayMulticastDomainAssociations', 'locationName' => 'associations']]], 'AssociateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'AssociateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'TransitGatewayAssociation', 'locationName' => 'association']]], 'AssociateVpcCidrBlockRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['AmazonProvidedIpv6CidrBlock' => ['shape' => 'Boolean', 'locationName' => 'amazonProvidedIpv6CidrBlock'], 'CidrBlock' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'Ipv6CidrBlockNetworkBorderGroup' => ['shape' => 'String'], 'Ipv6Pool' => ['shape' => 'Ipv6PoolEc2Id'], 'Ipv6CidrBlock' => ['shape' => 'String']]], 'AssociateVpcCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'CidrBlockAssociation' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'cidrBlockAssociation'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'AssociatedNetworkType' => ['type' => 'string', 'enum' => ['vpc']], 'AssociatedTargetNetwork' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'String', 'locationName' => 'networkId'], 'NetworkType' => ['shape' => 'AssociatedNetworkType', 'locationName' => 'networkType']]], 'AssociatedTargetNetworkSet' => ['type' => 'list', 'member' => ['shape' => 'AssociatedTargetNetwork', 'locationName' => 'item']], 'AssociationIdList' => ['type' => 'list', 'member' => ['shape' => 'IamInstanceProfileAssociationId', 'locationName' => 'AssociationId']], 'AssociationStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AssociationStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'AssociationStatusCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'association-failed', 'disassociating', 'disassociated']], 'AttachClassicLinkVpcRequest' => ['type' => 'structure', 'required' => ['Groups', 'InstanceId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'SecurityGroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'AttachClassicLinkVpcResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'AttachInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'AttachNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['DeviceIndex', 'InstanceId', 'NetworkInterfaceId'], 'members' => ['DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'AttachNetworkInterfaceResult' => ['type' => 'structure', 'members' => ['AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId']]], 'AttachVolumeRequest' => ['type' => 'structure', 'required' => ['Device', 'InstanceId', 'VolumeId'], 'members' => ['Device' => ['shape' => 'String'], 'InstanceId' => ['shape' => 'InstanceId'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AttachVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId', 'VpnGatewayId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AttachVpnGatewayResult' => ['type' => 'structure', 'members' => ['VpcAttachment' => ['shape' => 'VpcAttachment', 'locationName' => 'attachment']]], 'AttachmentStatus' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached']], 'AttributeBooleanValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean', 'locationName' => 'value']]], 'AttributeValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'AuthorizationRule' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'AccessAll' => ['shape' => 'Boolean', 'locationName' => 'accessAll'], 'DestinationCidr' => ['shape' => 'String', 'locationName' => 'destinationCidr'], 'Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'AuthorizationRuleSet' => ['type' => 'list', 'member' => ['shape' => 'AuthorizationRule', 'locationName' => 'item']], 'AuthorizeClientVpnIngressRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'TargetNetworkCidr'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetNetworkCidr' => ['shape' => 'String'], 'AccessGroupId' => ['shape' => 'String'], 'AuthorizeAllGroups' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'AuthorizeClientVpnIngressResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'AuthorizeSecurityGroupEgressRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupId' => ['shape' => 'SecurityGroupId', 'locationName' => 'groupId'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'SourceSecurityGroupName' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupName'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupOwnerId']]], 'AuthorizeSecurityGroupIngressRequest' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String'], 'FromPort' => ['shape' => 'Integer'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList'], 'IpProtocol' => ['shape' => 'String'], 'SourceSecurityGroupName' => ['shape' => 'String'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String'], 'ToPort' => ['shape' => 'Integer'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'AutoAcceptSharedAttachmentsValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'AutoPlacement' => ['type' => 'string', 'enum' => ['on', 'off']], 'AutoRecoveryFlag' => ['type' => 'boolean'], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AvailabilityZoneState', 'locationName' => 'zoneState'], 'OptInStatus' => ['shape' => 'AvailabilityZoneOptInStatus', 'locationName' => 'optInStatus'], 'Messages' => ['shape' => 'AvailabilityZoneMessageList', 'locationName' => 'messageSet'], 'RegionName' => ['shape' => 'String', 'locationName' => 'regionName'], 'ZoneName' => ['shape' => 'String', 'locationName' => 'zoneName'], 'ZoneId' => ['shape' => 'String', 'locationName' => 'zoneId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'ZoneType' => ['shape' => 'String', 'locationName' => 'zoneType'], 'ParentZoneName' => ['shape' => 'String', 'locationName' => 'parentZoneName'], 'ParentZoneId' => ['shape' => 'String', 'locationName' => 'parentZoneId']]], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'item']], 'AvailabilityZoneMessage' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message']]], 'AvailabilityZoneMessageList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZoneMessage', 'locationName' => 'item']], 'AvailabilityZoneOptInStatus' => ['type' => 'string', 'enum' => ['opt-in-not-required', 'opted-in', 'not-opted-in']], 'AvailabilityZoneState' => ['type' => 'string', 'enum' => ['available', 'information', 'impaired', 'unavailable']], 'AvailabilityZoneStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AvailableCapacity' => ['type' => 'structure', 'members' => ['AvailableInstanceCapacity' => ['shape' => 'AvailableInstanceCapacityList', 'locationName' => 'availableInstanceCapacity'], 'AvailableVCpus' => ['shape' => 'Integer', 'locationName' => 'availableVCpus']]], 'AvailableInstanceCapacityList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCapacity', 'locationName' => 'item']], 'BareMetalFlag' => ['type' => 'boolean'], 'BaselineBandwidthInMbps' => ['type' => 'integer'], 'BaselineIops' => ['type' => 'integer'], 'BaselineThroughputInMBps' => ['type' => 'double'], 'BatchState' => ['type' => 'string', 'enum' => ['submitted', 'active', 'cancelled', 'failed', 'cancelled_running', 'cancelled_terminating', 'modifying']], 'BillingProductList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Blob' => ['type' => 'blob'], 'BlobAttributeValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Blob', 'locationName' => 'value']]], 'BlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName'], 'Ebs' => ['shape' => 'EbsBlockDevice', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice']]], 'BlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping', 'locationName' => 'item']], 'BlockDeviceMappingRequestList' => ['type' => 'list', 'member' => ['shape' => 'BlockDeviceMapping', 'locationName' => 'BlockDeviceMapping']], 'Boolean' => ['type' => 'boolean'], 'BundleId' => ['type' => 'string'], 'BundleIdStringList' => ['type' => 'list', 'member' => ['shape' => 'BundleId', 'locationName' => 'BundleId']], 'BundleInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Storage'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Storage' => ['shape' => 'Storage'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'BundleInstanceResult' => ['type' => 'structure', 'members' => ['BundleTask' => ['shape' => 'BundleTask', 'locationName' => 'bundleInstanceTask']]], 'BundleTask' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => 'String', 'locationName' => 'bundleId'], 'BundleTaskError' => ['shape' => 'BundleTaskError', 'locationName' => 'error'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'State' => ['shape' => 'BundleTaskState', 'locationName' => 'state'], 'Storage' => ['shape' => 'Storage', 'locationName' => 'storage'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime']]], 'BundleTaskError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'BundleTaskList' => ['type' => 'list', 'member' => ['shape' => 'BundleTask', 'locationName' => 'item']], 'BundleTaskState' => ['type' => 'string', 'enum' => ['pending', 'waiting-for-shutdown', 'bundling', 'storing', 'cancelling', 'complete', 'failed']], 'BurstablePerformanceFlag' => ['type' => 'boolean'], 'ByoipCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'String', 'locationName' => 'cidr'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'State' => ['shape' => 'ByoipCidrState', 'locationName' => 'state']]], 'ByoipCidrSet' => ['type' => 'list', 'member' => ['shape' => 'ByoipCidr', 'locationName' => 'item']], 'ByoipCidrState' => ['type' => 'string', 'enum' => ['advertised', 'deprovisioned', 'failed-deprovision', 'failed-provision', 'pending-deprovision', 'pending-provision', 'provisioned', 'provisioned-not-publicly-advertisable']], 'CancelBatchErrorCode' => ['type' => 'string', 'enum' => ['fleetRequestIdDoesNotExist', 'fleetRequestIdMalformed', 'fleetRequestNotInCancellableState', 'unexpectedError']], 'CancelBundleTaskRequest' => ['type' => 'structure', 'required' => ['BundleId'], 'members' => ['BundleId' => ['shape' => 'BundleId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CancelBundleTaskResult' => ['type' => 'structure', 'members' => ['BundleTask' => ['shape' => 'BundleTask', 'locationName' => 'bundleInstanceTask']]], 'CancelCapacityReservationRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'DryRun' => ['shape' => 'Boolean']]], 'CancelCapacityReservationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'CancelConversionRequest' => ['type' => 'structure', 'required' => ['ConversionTaskId'], 'members' => ['ConversionTaskId' => ['shape' => 'ConversionTaskId', 'locationName' => 'conversionTaskId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'ReasonMessage' => ['shape' => 'String', 'locationName' => 'reasonMessage']]], 'CancelExportTaskRequest' => ['type' => 'structure', 'required' => ['ExportTaskId'], 'members' => ['ExportTaskId' => ['shape' => 'ExportVmTaskId', 'locationName' => 'exportTaskId']]], 'CancelImportTaskRequest' => ['type' => 'structure', 'members' => ['CancelReason' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'ImportTaskId' => ['shape' => 'ImportTaskId']]], 'CancelImportTaskResult' => ['type' => 'structure', 'members' => ['ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'PreviousState' => ['shape' => 'String', 'locationName' => 'previousState'], 'State' => ['shape' => 'String', 'locationName' => 'state']]], 'CancelReservedInstancesListingRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesListingId'], 'members' => ['ReservedInstancesListingId' => ['shape' => 'ReservedInstancesListingId', 'locationName' => 'reservedInstancesListingId']]], 'CancelReservedInstancesListingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'CancelSpotFleetRequestsError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'CancelBatchErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'CancelSpotFleetRequestsErrorItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'CancelSpotFleetRequestsError', 'locationName' => 'error'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'CancelSpotFleetRequestsErrorSet' => ['type' => 'list', 'member' => ['shape' => 'CancelSpotFleetRequestsErrorItem', 'locationName' => 'item']], 'CancelSpotFleetRequestsRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestIds', 'TerminateInstances'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotFleetRequestIds' => ['shape' => 'SpotFleetRequestIdList', 'locationName' => 'spotFleetRequestId'], 'TerminateInstances' => ['shape' => 'Boolean', 'locationName' => 'terminateInstances']]], 'CancelSpotFleetRequestsResponse' => ['type' => 'structure', 'members' => ['SuccessfulFleetRequests' => ['shape' => 'CancelSpotFleetRequestsSuccessSet', 'locationName' => 'successfulFleetRequestSet'], 'UnsuccessfulFleetRequests' => ['shape' => 'CancelSpotFleetRequestsErrorSet', 'locationName' => 'unsuccessfulFleetRequestSet']]], 'CancelSpotFleetRequestsSuccessItem' => ['type' => 'structure', 'members' => ['CurrentSpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'currentSpotFleetRequestState'], 'PreviousSpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'previousSpotFleetRequestState'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'CancelSpotFleetRequestsSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'CancelSpotFleetRequestsSuccessItem', 'locationName' => 'item']], 'CancelSpotInstanceRequestState' => ['type' => 'string', 'enum' => ['active', 'open', 'closed', 'cancelled', 'completed']], 'CancelSpotInstanceRequestsRequest' => ['type' => 'structure', 'required' => ['SpotInstanceRequestIds'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotInstanceRequestIds' => ['shape' => 'SpotInstanceRequestIdList', 'locationName' => 'SpotInstanceRequestId']]], 'CancelSpotInstanceRequestsResult' => ['type' => 'structure', 'members' => ['CancelledSpotInstanceRequests' => ['shape' => 'CancelledSpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet']]], 'CancelledSpotInstanceRequest' => ['type' => 'structure', 'members' => ['SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'State' => ['shape' => 'CancelSpotInstanceRequestState', 'locationName' => 'state']]], 'CancelledSpotInstanceRequestList' => ['type' => 'list', 'member' => ['shape' => 'CancelledSpotInstanceRequest', 'locationName' => 'item']], 'CapacityReservation' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'CapacityReservationArn' => ['shape' => 'String', 'locationName' => 'capacityReservationArn'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstancePlatform' => ['shape' => 'CapacityReservationInstancePlatform', 'locationName' => 'instancePlatform'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Tenancy' => ['shape' => 'CapacityReservationTenancy', 'locationName' => 'tenancy'], 'TotalInstanceCount' => ['shape' => 'Integer', 'locationName' => 'totalInstanceCount'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'EphemeralStorage' => ['shape' => 'Boolean', 'locationName' => 'ephemeralStorage'], 'State' => ['shape' => 'CapacityReservationState', 'locationName' => 'state'], 'EndDate' => ['shape' => 'DateTime', 'locationName' => 'endDate'], 'EndDateType' => ['shape' => 'EndDateType', 'locationName' => 'endDateType'], 'InstanceMatchCriteria' => ['shape' => 'InstanceMatchCriteria', 'locationName' => 'instanceMatchCriteria'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CapacityReservationGroup' => ['type' => 'structure', 'members' => ['GroupArn' => ['shape' => 'String', 'locationName' => 'groupArn'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'CapacityReservationGroupSet' => ['type' => 'list', 'member' => ['shape' => 'CapacityReservationGroup', 'locationName' => 'item']], 'CapacityReservationId' => ['type' => 'string'], 'CapacityReservationIdSet' => ['type' => 'list', 'member' => ['shape' => 'CapacityReservationId', 'locationName' => 'item']], 'CapacityReservationInstancePlatform' => ['type' => 'string', 'enum' => ['Linux/UNIX', 'Red Hat Enterprise Linux', 'SUSE Linux', 'Windows', 'Windows with SQL Server', 'Windows with SQL Server Enterprise', 'Windows with SQL Server Standard', 'Windows with SQL Server Web', 'Linux with SQL Server Standard', 'Linux with SQL Server Web', 'Linux with SQL Server Enterprise']], 'CapacityReservationOptions' => ['type' => 'structure', 'members' => ['UsageStrategy' => ['shape' => 'FleetCapacityReservationUsageStrategy', 'locationName' => 'usageStrategy']]], 'CapacityReservationOptionsRequest' => ['type' => 'structure', 'members' => ['UsageStrategy' => ['shape' => 'FleetCapacityReservationUsageStrategy']]], 'CapacityReservationPreference' => ['type' => 'string', 'enum' => ['open', 'none']], 'CapacityReservationSet' => ['type' => 'list', 'member' => ['shape' => 'CapacityReservation', 'locationName' => 'item']], 'CapacityReservationSpecification' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTarget']]], 'CapacityReservationSpecificationResponse' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference', 'locationName' => 'capacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTargetResponse', 'locationName' => 'capacityReservationTarget']]], 'CapacityReservationState' => ['type' => 'string', 'enum' => ['active', 'expired', 'cancelled', 'pending', 'failed']], 'CapacityReservationTarget' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'CapacityReservationResourceGroupArn' => ['shape' => 'String']]], 'CapacityReservationTargetResponse' => ['type' => 'structure', 'members' => ['CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'CapacityReservationResourceGroupArn' => ['shape' => 'String', 'locationName' => 'capacityReservationResourceGroupArn']]], 'CapacityReservationTenancy' => ['type' => 'string', 'enum' => ['default', 'dedicated']], 'CarrierGateway' => ['type' => 'structure', 'members' => ['CarrierGatewayId' => ['shape' => 'CarrierGatewayId', 'locationName' => 'carrierGatewayId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'State' => ['shape' => 'CarrierGatewayState', 'locationName' => 'state'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CarrierGatewayId' => ['type' => 'string'], 'CarrierGatewayIdSet' => ['type' => 'list', 'member' => ['shape' => 'CarrierGatewayId']], 'CarrierGatewayMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'CarrierGatewaySet' => ['type' => 'list', 'member' => ['shape' => 'CarrierGateway', 'locationName' => 'item']], 'CarrierGatewayState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'CertificateAuthentication' => ['type' => 'structure', 'members' => ['ClientRootCertificateChain' => ['shape' => 'String', 'locationName' => 'clientRootCertificateChain']]], 'CertificateAuthenticationRequest' => ['type' => 'structure', 'members' => ['ClientRootCertificateChainArn' => ['shape' => 'String']]], 'CidrAuthorizationContext' => ['type' => 'structure', 'required' => ['Message', 'Signature'], 'members' => ['Message' => ['shape' => 'String'], 'Signature' => ['shape' => 'String']]], 'CidrBlock' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock']]], 'CidrBlockSet' => ['type' => 'list', 'member' => ['shape' => 'CidrBlock', 'locationName' => 'item']], 'ClassicLinkDnsSupport' => ['type' => 'structure', 'members' => ['ClassicLinkDnsSupported' => ['shape' => 'Boolean', 'locationName' => 'classicLinkDnsSupported'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'ClassicLinkDnsSupportList' => ['type' => 'list', 'member' => ['shape' => 'ClassicLinkDnsSupport', 'locationName' => 'item']], 'ClassicLinkInstance' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'ClassicLinkInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ClassicLinkInstance', 'locationName' => 'item']], 'ClassicLoadBalancer' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String', 'locationName' => 'name']]], 'ClassicLoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'ClassicLoadBalancer', 'locationName' => 'item'], 'max' => 5, 'min' => 1], 'ClassicLoadBalancersConfig' => ['type' => 'structure', 'members' => ['ClassicLoadBalancers' => ['shape' => 'ClassicLoadBalancers', 'locationName' => 'classicLoadBalancers']]], 'ClientCertificateRevocationListStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientCertificateRevocationListStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientCertificateRevocationListStatusCode' => ['type' => 'string', 'enum' => ['pending', 'active']], 'ClientData' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'String'], 'UploadEnd' => ['shape' => 'DateTime'], 'UploadSize' => ['shape' => 'Double'], 'UploadStart' => ['shape' => 'DateTime']]], 'ClientVpnAssociationId' => ['type' => 'string'], 'ClientVpnAuthentication' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ClientVpnAuthenticationType', 'locationName' => 'type'], 'ActiveDirectory' => ['shape' => 'DirectoryServiceAuthentication', 'locationName' => 'activeDirectory'], 'MutualAuthentication' => ['shape' => 'CertificateAuthentication', 'locationName' => 'mutualAuthentication'], 'FederatedAuthentication' => ['shape' => 'FederatedAuthentication', 'locationName' => 'federatedAuthentication']]], 'ClientVpnAuthenticationList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnAuthentication', 'locationName' => 'item']], 'ClientVpnAuthenticationRequest' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ClientVpnAuthenticationType'], 'ActiveDirectory' => ['shape' => 'DirectoryServiceAuthenticationRequest'], 'MutualAuthentication' => ['shape' => 'CertificateAuthenticationRequest'], 'FederatedAuthentication' => ['shape' => 'FederatedAuthenticationRequest']]], 'ClientVpnAuthenticationRequestList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnAuthenticationRequest']], 'ClientVpnAuthenticationType' => ['type' => 'string', 'enum' => ['certificate-authentication', 'directory-service-authentication', 'federated-authentication']], 'ClientVpnAuthorizationRuleStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnAuthorizationRuleStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnAuthorizationRuleStatusCode' => ['type' => 'string', 'enum' => ['authorizing', 'active', 'failed', 'revoking']], 'ClientVpnConnection' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Timestamp' => ['shape' => 'String', 'locationName' => 'timestamp'], 'ConnectionId' => ['shape' => 'String', 'locationName' => 'connectionId'], 'Username' => ['shape' => 'String', 'locationName' => 'username'], 'ConnectionEstablishedTime' => ['shape' => 'String', 'locationName' => 'connectionEstablishedTime'], 'IngressBytes' => ['shape' => 'String', 'locationName' => 'ingressBytes'], 'EgressBytes' => ['shape' => 'String', 'locationName' => 'egressBytes'], 'IngressPackets' => ['shape' => 'String', 'locationName' => 'ingressPackets'], 'EgressPackets' => ['shape' => 'String', 'locationName' => 'egressPackets'], 'ClientIp' => ['shape' => 'String', 'locationName' => 'clientIp'], 'CommonName' => ['shape' => 'String', 'locationName' => 'commonName'], 'Status' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'status'], 'ConnectionEndTime' => ['shape' => 'String', 'locationName' => 'connectionEndTime']]], 'ClientVpnConnectionSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnConnection', 'locationName' => 'item']], 'ClientVpnConnectionStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnConnectionStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnConnectionStatusCode' => ['type' => 'string', 'enum' => ['active', 'failed-to-terminate', 'terminating', 'terminated']], 'ClientVpnEndpoint' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status'], 'CreationTime' => ['shape' => 'String', 'locationName' => 'creationTime'], 'DeletionTime' => ['shape' => 'String', 'locationName' => 'deletionTime'], 'DnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'ClientCidrBlock' => ['shape' => 'String', 'locationName' => 'clientCidrBlock'], 'DnsServers' => ['shape' => 'ValueStringList', 'locationName' => 'dnsServer'], 'SplitTunnel' => ['shape' => 'Boolean', 'locationName' => 'splitTunnel'], 'VpnProtocol' => ['shape' => 'VpnProtocol', 'locationName' => 'vpnProtocol'], 'TransportProtocol' => ['shape' => 'TransportProtocol', 'locationName' => 'transportProtocol'], 'VpnPort' => ['shape' => 'Integer', 'locationName' => 'vpnPort'], 'AssociatedTargetNetworks' => ['shape' => 'AssociatedTargetNetworkSet', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.', 'locationName' => 'associatedTargetNetwork'], 'ServerCertificateArn' => ['shape' => 'String', 'locationName' => 'serverCertificateArn'], 'AuthenticationOptions' => ['shape' => 'ClientVpnAuthenticationList', 'locationName' => 'authenticationOptions'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogResponseOptions', 'locationName' => 'connectionLogOptions'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'securityGroupIdSet'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'ClientVpnEndpointId' => ['type' => 'string'], 'ClientVpnEndpointIdList' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnEndpointId', 'locationName' => 'item']], 'ClientVpnEndpointStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnEndpointStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnEndpointStatusCode' => ['type' => 'string', 'enum' => ['pending-associate', 'available', 'deleting', 'deleted']], 'ClientVpnRoute' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'DestinationCidr' => ['shape' => 'String', 'locationName' => 'destinationCidr'], 'TargetSubnet' => ['shape' => 'String', 'locationName' => 'targetSubnet'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'Origin' => ['shape' => 'String', 'locationName' => 'origin'], 'Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'ClientVpnRouteSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnRoute', 'locationName' => 'item']], 'ClientVpnRouteStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClientVpnRouteStatusCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ClientVpnRouteStatusCode' => ['type' => 'string', 'enum' => ['creating', 'active', 'failed', 'deleting']], 'ClientVpnSecurityGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'CoipAddressUsage' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AwsAccountId' => ['shape' => 'String', 'locationName' => 'awsAccountId'], 'AwsService' => ['shape' => 'String', 'locationName' => 'awsService'], 'CoIp' => ['shape' => 'String', 'locationName' => 'coIp']]], 'CoipAddressUsageSet' => ['type' => 'list', 'member' => ['shape' => 'CoipAddressUsage', 'locationName' => 'item']], 'CoipPool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'CoipPoolId', 'locationName' => 'poolId'], 'PoolCidrs' => ['shape' => 'ValueStringList', 'locationName' => 'poolCidrSet'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'localGatewayRouteTableId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'PoolArn' => ['shape' => 'ResourceArn', 'locationName' => 'poolArn']]], 'CoipPoolId' => ['type' => 'string'], 'CoipPoolIdSet' => ['type' => 'list', 'member' => ['shape' => 'CoipPoolId', 'locationName' => 'item']], 'CoipPoolMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'CoipPoolSet' => ['type' => 'list', 'member' => ['shape' => 'CoipPool', 'locationName' => 'item']], 'ConfirmProductInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'ProductCode'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ProductCode' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ConfirmProductInstanceResult' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ConnectionLogOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'CloudwatchLogGroup' => ['shape' => 'String'], 'CloudwatchLogStream' => ['shape' => 'String']]], 'ConnectionLogResponseOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'CloudwatchLogGroup' => ['shape' => 'String'], 'CloudwatchLogStream' => ['shape' => 'String']]], 'ConnectionNotification' => ['type' => 'structure', 'members' => ['ConnectionNotificationId' => ['shape' => 'String', 'locationName' => 'connectionNotificationId'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'ConnectionNotificationType' => ['shape' => 'ConnectionNotificationType', 'locationName' => 'connectionNotificationType'], 'ConnectionNotificationArn' => ['shape' => 'String', 'locationName' => 'connectionNotificationArn'], 'ConnectionEvents' => ['shape' => 'ValueStringList', 'locationName' => 'connectionEvents'], 'ConnectionNotificationState' => ['shape' => 'ConnectionNotificationState', 'locationName' => 'connectionNotificationState']]], 'ConnectionNotificationId' => ['type' => 'string'], 'ConnectionNotificationIdsList' => ['type' => 'list', 'member' => ['shape' => 'ConnectionNotificationId', 'locationName' => 'item']], 'ConnectionNotificationSet' => ['type' => 'list', 'member' => ['shape' => 'ConnectionNotification', 'locationName' => 'item']], 'ConnectionNotificationState' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ConnectionNotificationType' => ['type' => 'string', 'enum' => ['Topic']], 'ContainerFormat' => ['type' => 'string', 'enum' => ['ova']], 'ConversionIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ConversionTaskId', 'locationName' => 'item']], 'ConversionTask' => ['type' => 'structure', 'members' => ['ConversionTaskId' => ['shape' => 'String', 'locationName' => 'conversionTaskId'], 'ExpirationTime' => ['shape' => 'String', 'locationName' => 'expirationTime'], 'ImportInstance' => ['shape' => 'ImportInstanceTaskDetails', 'locationName' => 'importInstance'], 'ImportVolume' => ['shape' => 'ImportVolumeTaskDetails', 'locationName' => 'importVolume'], 'State' => ['shape' => 'ConversionTaskState', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ConversionTaskId' => ['type' => 'string'], 'ConversionTaskState' => ['type' => 'string', 'enum' => ['active', 'cancelling', 'cancelled', 'completed']], 'CopyFpgaImageRequest' => ['type' => 'structure', 'required' => ['SourceFpgaImageId', 'SourceRegion'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'SourceFpgaImageId' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'SourceRegion' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String']]], 'CopyFpgaImageResult' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId']]], 'CopyImageRequest' => ['type' => 'structure', 'required' => ['Name', 'SourceImageId', 'SourceRegion'], 'members' => ['ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'Name' => ['shape' => 'String'], 'SourceImageId' => ['shape' => 'String'], 'SourceRegion' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CopyImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'CopySnapshotRequest' => ['type' => 'structure', 'required' => ['SourceRegion', 'SourceSnapshotId'], 'members' => ['Description' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String', 'locationName' => 'destinationRegion'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'PresignedUrl' => ['shape' => 'String', 'locationName' => 'presignedUrl'], 'SourceRegion' => ['shape' => 'String'], 'SourceSnapshotId' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CopyTagsFromSource' => ['type' => 'string', 'enum' => ['volume']], 'CoreCount' => ['type' => 'integer'], 'CoreCountList' => ['type' => 'list', 'member' => ['shape' => 'CoreCount', 'locationName' => 'item']], 'CpuOptions' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer', 'locationName' => 'coreCount'], 'ThreadsPerCore' => ['shape' => 'Integer', 'locationName' => 'threadsPerCore']]], 'CpuOptionsRequest' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer'], 'ThreadsPerCore' => ['shape' => 'Integer']]], 'CreateCapacityReservationRequest' => ['type' => 'structure', 'required' => ['InstanceType', 'InstancePlatform', 'InstanceCount'], 'members' => ['ClientToken' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'InstancePlatform' => ['shape' => 'CapacityReservationInstancePlatform'], 'AvailabilityZone' => ['shape' => 'String'], 'AvailabilityZoneId' => ['shape' => 'String'], 'Tenancy' => ['shape' => 'CapacityReservationTenancy'], 'InstanceCount' => ['shape' => 'Integer'], 'EbsOptimized' => ['shape' => 'Boolean'], 'EphemeralStorage' => ['shape' => 'Boolean'], 'EndDate' => ['shape' => 'DateTime'], 'EndDateType' => ['shape' => 'EndDateType'], 'InstanceMatchCriteria' => ['shape' => 'InstanceMatchCriteria'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateCapacityReservationResult' => ['type' => 'structure', 'members' => ['CapacityReservation' => ['shape' => 'CapacityReservation', 'locationName' => 'capacityReservation']]], 'CreateCarrierGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateCarrierGatewayResult' => ['type' => 'structure', 'members' => ['CarrierGateway' => ['shape' => 'CarrierGateway', 'locationName' => 'carrierGateway']]], 'CreateClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientCidrBlock', 'ServerCertificateArn', 'AuthenticationOptions', 'ConnectionLogOptions'], 'members' => ['ClientCidrBlock' => ['shape' => 'String'], 'ServerCertificateArn' => ['shape' => 'String'], 'AuthenticationOptions' => ['shape' => 'ClientVpnAuthenticationRequestList', 'locationName' => 'Authentication'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogOptions'], 'DnsServers' => ['shape' => 'ValueStringList'], 'TransportProtocol' => ['shape' => 'TransportProtocol'], 'VpnPort' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'SplitTunnel' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'VpcId' => ['shape' => 'VpcId']]], 'CreateClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status'], 'DnsName' => ['shape' => 'String', 'locationName' => 'dnsName']]], 'CreateClientVpnRouteRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'DestinationCidrBlock', 'TargetVpcSubnetId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'TargetVpcSubnetId' => ['shape' => 'SubnetId'], 'Description' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean']]], 'CreateClientVpnRouteResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status']]], 'CreateCustomerGatewayRequest' => ['type' => 'structure', 'required' => ['BgpAsn', 'Type'], 'members' => ['BgpAsn' => ['shape' => 'Integer'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'IpAddress'], 'CertificateArn' => ['shape' => 'String'], 'Type' => ['shape' => 'GatewayType'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DeviceName' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateCustomerGatewayResult' => ['type' => 'structure', 'members' => ['CustomerGateway' => ['shape' => 'CustomerGateway', 'locationName' => 'customerGateway']]], 'CreateDefaultSubnetRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateDefaultSubnetResult' => ['type' => 'structure', 'members' => ['Subnet' => ['shape' => 'Subnet', 'locationName' => 'subnet']]], 'CreateDefaultVpcRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'CreateDefaultVpcResult' => ['type' => 'structure', 'members' => ['Vpc' => ['shape' => 'Vpc', 'locationName' => 'vpc']]], 'CreateDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpConfigurations'], 'members' => ['DhcpConfigurations' => ['shape' => 'NewDhcpConfigurationList', 'locationName' => 'dhcpConfiguration'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateDhcpOptionsResult' => ['type' => 'structure', 'members' => ['DhcpOptions' => ['shape' => 'DhcpOptions', 'locationName' => 'dhcpOptions']]], 'CreateEgressOnlyInternetGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['ClientToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'VpcId' => ['shape' => 'VpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateEgressOnlyInternetGatewayResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'EgressOnlyInternetGateway' => ['shape' => 'EgressOnlyInternetGateway', 'locationName' => 'egressOnlyInternetGateway']]], 'CreateFleetError' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'ErrorCode' => ['shape' => 'String', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => 'String', 'locationName' => 'errorMessage']]], 'CreateFleetErrorsSet' => ['type' => 'list', 'member' => ['shape' => 'CreateFleetError', 'locationName' => 'item']], 'CreateFleetInstance' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'InstanceIds' => ['shape' => 'InstanceIdsSet', 'locationName' => 'instanceIds'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'CreateFleetInstancesSet' => ['type' => 'list', 'member' => ['shape' => 'CreateFleetInstance', 'locationName' => 'item']], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateConfigs', 'TargetCapacitySpecification'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'SpotOptions' => ['shape' => 'SpotOptionsRequest'], 'OnDemandOptions' => ['shape' => 'OnDemandOptionsRequest'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy'], 'LaunchTemplateConfigs' => ['shape' => 'FleetLaunchTemplateConfigListRequest'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecificationRequest'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean'], 'Type' => ['shape' => 'FleetType'], 'ValidFrom' => ['shape' => 'DateTime'], 'ValidUntil' => ['shape' => 'DateTime'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateFleetResult' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'Errors' => ['shape' => 'CreateFleetErrorsSet', 'locationName' => 'errorSet'], 'Instances' => ['shape' => 'CreateFleetInstancesSet', 'locationName' => 'fleetInstanceSet']]], 'CreateFlowLogsRequest' => ['type' => 'structure', 'required' => ['ResourceIds', 'ResourceType', 'TrafficType'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'DeliverLogsPermissionArn' => ['shape' => 'String'], 'LogGroupName' => ['shape' => 'String'], 'ResourceIds' => ['shape' => 'FlowLogResourceIds', 'locationName' => 'ResourceId'], 'ResourceType' => ['shape' => 'FlowLogsResourceType'], 'TrafficType' => ['shape' => 'TrafficType'], 'LogDestinationType' => ['shape' => 'LogDestinationType'], 'LogDestination' => ['shape' => 'String'], 'LogFormat' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'MaxAggregationInterval' => ['shape' => 'Integer']]], 'CreateFlowLogsResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'FlowLogIds' => ['shape' => 'ValueStringList', 'locationName' => 'flowLogIdSet'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'CreateFpgaImageRequest' => ['type' => 'structure', 'required' => ['InputStorageLocation'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InputStorageLocation' => ['shape' => 'StorageLocation'], 'LogsStorageLocation' => ['shape' => 'StorageLocation'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateFpgaImageResult' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'FpgaImageGlobalId' => ['shape' => 'String', 'locationName' => 'fpgaImageGlobalId']]], 'CreateImageRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Name'], 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'blockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'NoReboot' => ['shape' => 'Boolean', 'locationName' => 'noReboot']]], 'CreateImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'CreateInstanceExportTaskRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportToS3Task' => ['shape' => 'ExportToS3TaskSpecification', 'locationName' => 'exportToS3'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'TargetEnvironment' => ['shape' => 'ExportEnvironment', 'locationName' => 'targetEnvironment'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateInstanceExportTaskResult' => ['type' => 'structure', 'members' => ['ExportTask' => ['shape' => 'ExportTask', 'locationName' => 'exportTask']]], 'CreateInternetGatewayRequest' => ['type' => 'structure', 'members' => ['TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateInternetGatewayResult' => ['type' => 'structure', 'members' => ['InternetGateway' => ['shape' => 'InternetGateway', 'locationName' => 'internetGateway']]], 'CreateKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyName'], 'members' => ['KeyName' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateLaunchTemplateRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateName', 'LaunchTemplateData'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'LaunchTemplateData' => ['shape' => 'RequestLaunchTemplateData'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate'], 'Warning' => ['shape' => 'ValidationWarning', 'locationName' => 'warning']]], 'CreateLaunchTemplateVersionRequest' => ['type' => 'structure', 'required' => ['LaunchTemplateData'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'SourceVersion' => ['shape' => 'String'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'LaunchTemplateData' => ['shape' => 'RequestLaunchTemplateData']]], 'CreateLaunchTemplateVersionResult' => ['type' => 'structure', 'members' => ['LaunchTemplateVersion' => ['shape' => 'LaunchTemplateVersion', 'locationName' => 'launchTemplateVersion'], 'Warning' => ['shape' => 'ValidationWarning', 'locationName' => 'warning']]], 'CreateLocalGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'LocalGatewayRouteTableId', 'LocalGatewayVirtualInterfaceGroupId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateLocalGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'route']]], 'CreateLocalGatewayRouteTableVpcAssociationRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableId', 'VpcId'], 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'VpcId' => ['shape' => 'VpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateLocalGatewayRouteTableVpcAssociationResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociation' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'localGatewayRouteTableVpcAssociation']]], 'CreateManagedPrefixListRequest' => ['type' => 'structure', 'required' => ['PrefixListName', 'MaxEntries', 'AddressFamily'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListName' => ['shape' => 'String'], 'Entries' => ['shape' => 'AddPrefixListEntries', 'locationName' => 'Entry'], 'MaxEntries' => ['shape' => 'Integer'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'AddressFamily' => ['shape' => 'String'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateManagedPrefixListResult' => ['type' => 'structure', 'members' => ['PrefixList' => ['shape' => 'ManagedPrefixList', 'locationName' => 'prefixList']]], 'CreateNatGatewayRequest' => ['type' => 'structure', 'required' => ['AllocationId', 'SubnetId'], 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'SubnetId' => ['shape' => 'SubnetId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateNatGatewayResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'NatGateway' => ['shape' => 'NatGateway', 'locationName' => 'natGateway']]], 'CreateNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'Protocol', 'RuleAction', 'RuleNumber'], 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'Icmp'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'CreateNetworkAclRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateNetworkAclResult' => ['type' => 'structure', 'members' => ['NetworkAcl' => ['shape' => 'NetworkAcl', 'locationName' => 'networkAcl']]], 'CreateNetworkInterfacePermissionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'Permission'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'AwsAccountId' => ['shape' => 'String'], 'AwsService' => ['shape' => 'String'], 'Permission' => ['shape' => 'InterfacePermissionType'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateNetworkInterfacePermissionResult' => ['type' => 'structure', 'members' => ['InterfacePermission' => ['shape' => 'NetworkInterfacePermission', 'locationName' => 'interfacePermission']]], 'CreateNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6Addresses'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddresses'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'InterfaceType' => ['shape' => 'NetworkInterfaceCreationType'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateNetworkInterfaceResult' => ['type' => 'structure', 'members' => ['NetworkInterface' => ['shape' => 'NetworkInterface', 'locationName' => 'networkInterface']]], 'CreatePlacementGroupRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'Strategy' => ['shape' => 'PlacementStrategy', 'locationName' => 'strategy'], 'PartitionCount' => ['shape' => 'Integer'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreatePlacementGroupResult' => ['type' => 'structure', 'members' => ['PlacementGroup' => ['shape' => 'PlacementGroup', 'locationName' => 'placementGroup']]], 'CreateReservedInstancesListingRequest' => ['type' => 'structure', 'required' => ['ClientToken', 'InstanceCount', 'PriceSchedules', 'ReservedInstancesId'], 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'PriceSchedules' => ['shape' => 'PriceScheduleSpecificationList', 'locationName' => 'priceSchedules'], 'ReservedInstancesId' => ['shape' => 'ReservationId', 'locationName' => 'reservedInstancesId']]], 'CreateReservedInstancesListingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'CreateRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DestinationPrefixListId' => ['shape' => 'PrefixListResourceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'RouteGatewayId', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'NatGatewayId' => ['shape' => 'NatGatewayId', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId'], 'CarrierGatewayId' => ['shape' => 'CarrierGatewayId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'CreateRouteResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'CreateRouteTableRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateRouteTableResult' => ['type' => 'structure', 'members' => ['RouteTable' => ['shape' => 'RouteTable', 'locationName' => 'routeTable']]], 'CreateSecurityGroupRequest' => ['type' => 'structure', 'required' => ['Description', 'GroupName'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'GroupDescription'], 'GroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSecurityGroupResult' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CreateSnapshotRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['Description' => ['shape' => 'String'], 'VolumeId' => ['shape' => 'VolumeId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSnapshotsRequest' => ['type' => 'structure', 'required' => ['InstanceSpecification'], 'members' => ['Description' => ['shape' => 'String'], 'InstanceSpecification' => ['shape' => 'InstanceSpecification'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'CopyTagsFromSource' => ['shape' => 'CopyTagsFromSource']]], 'CreateSnapshotsResult' => ['type' => 'structure', 'members' => ['Snapshots' => ['shape' => 'SnapshotSet', 'locationName' => 'snapshotSet']]], 'CreateSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix']]], 'CreateSpotDatafeedSubscriptionResult' => ['type' => 'structure', 'members' => ['SpotDatafeedSubscription' => ['shape' => 'SpotDatafeedSubscription', 'locationName' => 'spotDatafeedSubscription']]], 'CreateSubnetRequest' => ['type' => 'structure', 'required' => ['CidrBlock', 'VpcId'], 'members' => ['TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'AvailabilityZone' => ['shape' => 'String'], 'AvailabilityZoneId' => ['shape' => 'String'], 'CidrBlock' => ['shape' => 'String'], 'Ipv6CidrBlock' => ['shape' => 'String'], 'OutpostArn' => ['shape' => 'String'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateSubnetResult' => ['type' => 'structure', 'members' => ['Subnet' => ['shape' => 'Subnet', 'locationName' => 'subnet']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['Resources', 'Tags'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Resources' => ['shape' => 'ResourceIdList', 'locationName' => 'ResourceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'CreateTrafficMirrorFilterRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorFilterResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilter' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'trafficMirrorFilter'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId', 'TrafficDirection', 'RuleNumber', 'RuleAction', 'DestinationCidrBlock', 'SourceCidrBlock'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'TrafficDirection' => ['shape' => 'TrafficDirection'], 'RuleNumber' => ['shape' => 'Integer'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'Protocol' => ['shape' => 'Integer'], 'DestinationCidrBlock' => ['shape' => 'String'], 'SourceCidrBlock' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRule' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'trafficMirrorFilterRule'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'TrafficMirrorTargetId', 'TrafficMirrorFilterId', 'SessionNumber'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'PacketLength' => ['shape' => 'Integer'], 'SessionNumber' => ['shape' => 'Integer'], 'VirtualNetworkId' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSession' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'trafficMirrorSession'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTrafficMirrorTargetRequest' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkLoadBalancerArn' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'CreateTrafficMirrorTargetResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTarget' => ['shape' => 'TrafficMirrorTarget', 'locationName' => 'trafficMirrorTarget'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomain' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'transitGatewayMulticastDomain']]], 'CreateTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId', 'PeerTransitGatewayId', 'PeerAccountId', 'PeerRegion'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'PeerTransitGatewayId' => ['shape' => 'TransitAssociationGatewayId'], 'PeerAccountId' => ['shape' => 'String'], 'PeerRegion' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'CreateTransitGatewayRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Options' => ['shape' => 'TransitGatewayRequestOptions'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayResult' => ['type' => 'structure', 'members' => ['TransitGateway' => ['shape' => 'TransitGateway', 'locationName' => 'transitGateway']]], 'CreateTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'TransitGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Blackhole' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'CreateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTable' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'transitGatewayRouteTable']]], 'CreateTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId', 'VpcId', 'SubnetIds'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'Options' => ['shape' => 'CreateTransitGatewayVpcAttachmentRequestOptions'], 'TagSpecifications' => ['shape' => 'TagSpecificationList'], 'DryRun' => ['shape' => 'Boolean']]], 'CreateTransitGatewayVpcAttachmentRequestOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue']]], 'CreateTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'CreateVolumePermission' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId']]], 'CreateVolumePermissionList' => ['type' => 'list', 'member' => ['shape' => 'CreateVolumePermission', 'locationName' => 'item']], 'CreateVolumePermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'CreateVolumePermissionList'], 'Remove' => ['shape' => 'CreateVolumePermissionList']]], 'CreateVolumeRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Iops' => ['shape' => 'Integer'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'OutpostArn' => ['shape' => 'String'], 'Size' => ['shape' => 'Integer'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeType' => ['shape' => 'VolumeType'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'MultiAttachEnabled' => ['shape' => 'Boolean']]], 'CreateVpcEndpointConnectionNotificationRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationArn', 'ConnectionEvents'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'ConnectionNotificationArn' => ['shape' => 'String'], 'ConnectionEvents' => ['shape' => 'ValueStringList'], 'ClientToken' => ['shape' => 'String']]], 'CreateVpcEndpointConnectionNotificationResult' => ['type' => 'structure', 'members' => ['ConnectionNotification' => ['shape' => 'ConnectionNotification', 'locationName' => 'connectionNotification'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcEndpointRequest' => ['type' => 'structure', 'required' => ['VpcId', 'ServiceName'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointType' => ['shape' => 'VpcEndpointType'], 'VpcId' => ['shape' => 'VpcId'], 'ServiceName' => ['shape' => 'String'], 'PolicyDocument' => ['shape' => 'String'], 'RouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'RouteTableId'], 'SubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'SubnetId'], 'SecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'SecurityGroupId'], 'ClientToken' => ['shape' => 'String'], 'PrivateDnsEnabled' => ['shape' => 'Boolean'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcEndpointResult' => ['type' => 'structure', 'members' => ['VpcEndpoint' => ['shape' => 'VpcEndpoint', 'locationName' => 'vpcEndpoint'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcEndpointServiceConfigurationRequest' => ['type' => 'structure', 'required' => ['NetworkLoadBalancerArns'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'AcceptanceRequired' => ['shape' => 'Boolean'], 'PrivateDnsName' => ['shape' => 'String'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'NetworkLoadBalancerArn'], 'ClientToken' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcEndpointServiceConfigurationResult' => ['type' => 'structure', 'members' => ['ServiceConfiguration' => ['shape' => 'ServiceConfiguration', 'locationName' => 'serviceConfiguration'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken']]], 'CreateVpcPeeringConnectionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PeerOwnerId' => ['shape' => 'String', 'locationName' => 'peerOwnerId'], 'PeerVpcId' => ['shape' => 'String', 'locationName' => 'peerVpcId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId'], 'PeerRegion' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnection' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'vpcPeeringConnection']]], 'CreateVpcRequest' => ['type' => 'structure', 'required' => ['CidrBlock'], 'members' => ['CidrBlock' => ['shape' => 'String'], 'AmazonProvidedIpv6CidrBlock' => ['shape' => 'Boolean', 'locationName' => 'amazonProvidedIpv6CidrBlock'], 'Ipv6Pool' => ['shape' => 'Ipv6PoolEc2Id'], 'Ipv6CidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Ipv6CidrBlockNetworkBorderGroup' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpcResult' => ['type' => 'structure', 'members' => ['Vpc' => ['shape' => 'Vpc', 'locationName' => 'vpc']]], 'CreateVpnConnectionRequest' => ['type' => 'structure', 'required' => ['CustomerGatewayId', 'Type'], 'members' => ['CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'Type' => ['shape' => 'String'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Options' => ['shape' => 'VpnConnectionOptionsSpecification', 'locationName' => 'options'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'CreateVpnConnectionResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'CreateVpnConnectionRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'VpnConnectionId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'VpnConnectionId' => ['shape' => 'VpnConnectionId']]], 'CreateVpnGatewayRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Type' => ['shape' => 'GatewayType'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'AmazonSideAsn' => ['shape' => 'Long'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'CreateVpnGatewayResult' => ['type' => 'structure', 'members' => ['VpnGateway' => ['shape' => 'VpnGateway', 'locationName' => 'vpnGateway']]], 'CreditSpecification' => ['type' => 'structure', 'members' => ['CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'CreditSpecificationRequest' => ['type' => 'structure', 'required' => ['CpuCredits'], 'members' => ['CpuCredits' => ['shape' => 'String']]], 'CurrencyCodeValues' => ['type' => 'string', 'enum' => ['USD']], 'CurrentGenerationFlag' => ['type' => 'boolean'], 'CustomerGateway' => ['type' => 'structure', 'members' => ['BgpAsn' => ['shape' => 'String', 'locationName' => 'bgpAsn'], 'CustomerGatewayId' => ['shape' => 'String', 'locationName' => 'customerGatewayId'], 'IpAddress' => ['shape' => 'String', 'locationName' => 'ipAddress'], 'CertificateArn' => ['shape' => 'String', 'locationName' => 'certificateArn'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'CustomerGatewayId' => ['type' => 'string'], 'CustomerGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'CustomerGatewayId', 'locationName' => 'CustomerGatewayId']], 'CustomerGatewayList' => ['type' => 'list', 'member' => ['shape' => 'CustomerGateway', 'locationName' => 'item']], 'DITMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 5], 'DITOMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DatafeedSubscriptionState' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'DateTime' => ['type' => 'timestamp'], 'DedicatedHostFlag' => ['type' => 'boolean'], 'DedicatedHostId' => ['type' => 'string'], 'DefaultRouteTableAssociationValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DefaultRouteTablePropagationValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DefaultTargetCapacityType' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'DefaultingDhcpOptionsId' => ['type' => 'string'], 'DeleteCarrierGatewayRequest' => ['type' => 'structure', 'required' => ['CarrierGatewayId'], 'members' => ['CarrierGatewayId' => ['shape' => 'CarrierGatewayId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteCarrierGatewayResult' => ['type' => 'structure', 'members' => ['CarrierGateway' => ['shape' => 'CarrierGateway', 'locationName' => 'carrierGateway']]], 'DeleteClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnEndpointStatus', 'locationName' => 'status']]], 'DeleteClientVpnRouteRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'DestinationCidrBlock'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetVpcSubnetId' => ['shape' => 'SubnetId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteClientVpnRouteResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnRouteStatus', 'locationName' => 'status']]], 'DeleteCustomerGatewayRequest' => ['type' => 'structure', 'required' => ['CustomerGatewayId'], 'members' => ['CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteDhcpOptionsRequest' => ['type' => 'structure', 'required' => ['DhcpOptionsId'], 'members' => ['DhcpOptionsId' => ['shape' => 'DhcpOptionsId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteEgressOnlyInternetGatewayRequest' => ['type' => 'structure', 'required' => ['EgressOnlyInternetGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId']]], 'DeleteEgressOnlyInternetGatewayResult' => ['type' => 'structure', 'members' => ['ReturnCode' => ['shape' => 'Boolean', 'locationName' => 'returnCode']]], 'DeleteFleetError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'DeleteFleetErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DeleteFleetErrorCode' => ['type' => 'string', 'enum' => ['fleetIdDoesNotExist', 'fleetIdMalformed', 'fleetNotInDeletableState', 'unexpectedError']], 'DeleteFleetErrorItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'DeleteFleetError', 'locationName' => 'error'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DeleteFleetErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteFleetErrorItem', 'locationName' => 'item']], 'DeleteFleetSuccessItem' => ['type' => 'structure', 'members' => ['CurrentFleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'currentFleetState'], 'PreviousFleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'previousFleetState'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DeleteFleetSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteFleetSuccessItem', 'locationName' => 'item']], 'DeleteFleetsRequest' => ['type' => 'structure', 'required' => ['FleetIds', 'TerminateInstances'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FleetIds' => ['shape' => 'FleetIdSet', 'locationName' => 'FleetId'], 'TerminateInstances' => ['shape' => 'Boolean']]], 'DeleteFleetsResult' => ['type' => 'structure', 'members' => ['SuccessfulFleetDeletions' => ['shape' => 'DeleteFleetSuccessSet', 'locationName' => 'successfulFleetDeletionSet'], 'UnsuccessfulFleetDeletions' => ['shape' => 'DeleteFleetErrorSet', 'locationName' => 'unsuccessfulFleetDeletionSet']]], 'DeleteFlowLogsRequest' => ['type' => 'structure', 'required' => ['FlowLogIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FlowLogIds' => ['shape' => 'FlowLogIdList', 'locationName' => 'FlowLogId']]], 'DeleteFlowLogsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteFpgaImageRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId']]], 'DeleteFpgaImageResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId']]], 'DeleteKeyPairRequest' => ['type' => 'structure', 'members' => ['KeyName' => ['shape' => 'KeyPairName'], 'KeyPairId' => ['shape' => 'KeyPairId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteLaunchTemplateRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName']]], 'DeleteLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate']]], 'DeleteLaunchTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['Versions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Versions' => ['shape' => 'VersionStringList', 'locationName' => 'LaunchTemplateVersion']]], 'DeleteLaunchTemplateVersionsResponseErrorItem' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber'], 'ResponseError' => ['shape' => 'ResponseError', 'locationName' => 'responseError']]], 'DeleteLaunchTemplateVersionsResponseErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteLaunchTemplateVersionsResponseErrorItem', 'locationName' => 'item']], 'DeleteLaunchTemplateVersionsResponseSuccessItem' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber']]], 'DeleteLaunchTemplateVersionsResponseSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DeleteLaunchTemplateVersionsResponseSuccessItem', 'locationName' => 'item']], 'DeleteLaunchTemplateVersionsResult' => ['type' => 'structure', 'members' => ['SuccessfullyDeletedLaunchTemplateVersions' => ['shape' => 'DeleteLaunchTemplateVersionsResponseSuccessSet', 'locationName' => 'successfullyDeletedLaunchTemplateVersionSet'], 'UnsuccessfullyDeletedLaunchTemplateVersions' => ['shape' => 'DeleteLaunchTemplateVersionsResponseErrorSet', 'locationName' => 'unsuccessfullyDeletedLaunchTemplateVersionSet']]], 'DeleteLocalGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'LocalGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteLocalGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'route']]], 'DeleteLocalGatewayRouteTableVpcAssociationRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableVpcAssociationId'], 'members' => ['LocalGatewayRouteTableVpcAssociationId' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteLocalGatewayRouteTableVpcAssociationResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociation' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'localGatewayRouteTableVpcAssociation']]], 'DeleteManagedPrefixListRequest' => ['type' => 'structure', 'required' => ['PrefixListId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListId' => ['shape' => 'PrefixListResourceId']]], 'DeleteManagedPrefixListResult' => ['type' => 'structure', 'members' => ['PrefixList' => ['shape' => 'ManagedPrefixList', 'locationName' => 'prefixList']]], 'DeleteNatGatewayRequest' => ['type' => 'structure', 'required' => ['NatGatewayId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'NatGatewayId' => ['shape' => 'NatGatewayId']]], 'DeleteNatGatewayResult' => ['type' => 'structure', 'members' => ['NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId']]], 'DeleteNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'RuleNumber'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'DeleteNetworkAclRequest' => ['type' => 'structure', 'required' => ['NetworkAclId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId']]], 'DeleteNetworkInterfacePermissionRequest' => ['type' => 'structure', 'required' => ['NetworkInterfacePermissionId'], 'members' => ['NetworkInterfacePermissionId' => ['shape' => 'NetworkInterfacePermissionId'], 'Force' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteNetworkInterfacePermissionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'DeletePlacementGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupName' => ['shape' => 'PlacementGroupName', 'locationName' => 'groupName']]], 'DeleteQueuedReservedInstancesError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'DeleteQueuedReservedInstancesErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DeleteQueuedReservedInstancesErrorCode' => ['type' => 'string', 'enum' => ['reserved-instances-id-invalid', 'reserved-instances-not-in-queued-state', 'unexpected-error']], 'DeleteQueuedReservedInstancesIdList' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'item'], 'max' => 100, 'min' => 1], 'DeleteQueuedReservedInstancesRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstancesIds' => ['shape' => 'DeleteQueuedReservedInstancesIdList', 'locationName' => 'ReservedInstancesId']]], 'DeleteQueuedReservedInstancesResult' => ['type' => 'structure', 'members' => ['SuccessfulQueuedPurchaseDeletions' => ['shape' => 'SuccessfulQueuedPurchaseDeletionSet', 'locationName' => 'successfulQueuedPurchaseDeletionSet'], 'FailedQueuedPurchaseDeletions' => ['shape' => 'FailedQueuedPurchaseDeletionSet', 'locationName' => 'failedQueuedPurchaseDeletionSet']]], 'DeleteRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DestinationPrefixListId' => ['shape' => 'PrefixListResourceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'DeleteRouteTableRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'DeleteSecurityGroupRequest' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSnapshotRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteSubnetRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['SubnetId' => ['shape' => 'SubnetId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['Resources'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Resources' => ['shape' => 'ResourceIdList', 'locationName' => 'resourceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tag']]], 'DeleteTrafficMirrorFilterRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorFilterResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId']]], 'DeleteTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterRuleId'], 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'TrafficMirrorFilterRuleId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterRuleId']]], 'DeleteTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorSessionId'], 'members' => ['TrafficMirrorSessionId' => ['shape' => 'TrafficMirrorSessionId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionId' => ['shape' => 'String', 'locationName' => 'trafficMirrorSessionId']]], 'DeleteTrafficMirrorTargetRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorTargetId'], 'members' => ['TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTrafficMirrorTargetResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId']]], 'DeleteTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'required' => ['TransitGatewayMulticastDomainId'], 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomain' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'transitGatewayMulticastDomain']]], 'DeleteTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'DeleteTransitGatewayRequest' => ['type' => 'structure', 'required' => ['TransitGatewayId'], 'members' => ['TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayResult' => ['type' => 'structure', 'members' => ['TransitGateway' => ['shape' => 'TransitGateway', 'locationName' => 'transitGateway']]], 'DeleteTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'DestinationCidrBlock'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'DestinationCidrBlock' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'DeleteTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTable' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'transitGatewayRouteTable']]], 'DeleteTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DeleteTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'DeleteVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpcEndpointConnectionNotificationsRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationIds' => ['shape' => 'ConnectionNotificationIdsList', 'locationName' => 'ConnectionNotificationId']]], 'DeleteVpcEndpointConnectionNotificationsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcEndpointServiceConfigurationsRequest' => ['type' => 'structure', 'required' => ['ServiceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceIds' => ['shape' => 'VpcEndpointServiceIdList', 'locationName' => 'ServiceId']]], 'DeleteVpcEndpointServiceConfigurationsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcEndpointsRequest' => ['type' => 'structure', 'required' => ['VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'DeleteVpcEndpointsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'DeleteVpcPeeringConnectionRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'DeleteVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DeleteVpcRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpnConnectionRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeleteVpnConnectionRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'VpnConnectionId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'VpnConnectionId' => ['shape' => 'VpnConnectionId']]], 'DeleteVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpnGatewayId'], 'members' => ['VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeprovisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DeprovisionByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'DeregisterImageRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeregisterInstanceEventNotificationAttributesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceTagAttribute' => ['shape' => 'DeregisterInstanceTagAttributeRequest']]], 'DeregisterInstanceEventNotificationAttributesResult' => ['type' => 'structure', 'members' => ['InstanceTagAttribute' => ['shape' => 'InstanceTagNotificationAttribute', 'locationName' => 'instanceTagAttribute']]], 'DeregisterInstanceTagAttributeRequest' => ['type' => 'structure', 'members' => ['IncludeAllTagsOfInstance' => ['shape' => 'Boolean'], 'InstanceTagKeys' => ['shape' => 'InstanceTagKeySet', 'locationName' => 'InstanceTagKey']]], 'DeregisterTransitGatewayMulticastGroupMembersRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'DeregisterTransitGatewayMulticastGroupMembersResult' => ['type' => 'structure', 'members' => ['DeregisteredMulticastGroupMembers' => ['shape' => 'TransitGatewayMulticastDeregisteredGroupMembers', 'locationName' => 'deregisteredMulticastGroupMembers']]], 'DeregisterTransitGatewayMulticastGroupSourcesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'DeregisterTransitGatewayMulticastGroupSourcesResult' => ['type' => 'structure', 'members' => ['DeregisteredMulticastGroupSources' => ['shape' => 'TransitGatewayMulticastDeregisteredGroupSources', 'locationName' => 'deregisteredMulticastGroupSources']]], 'DescribeAccountAttributesRequest' => ['type' => 'structure', 'members' => ['AttributeNames' => ['shape' => 'AccountAttributeNameStringList', 'locationName' => 'attributeName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAccountAttributesResult' => ['type' => 'structure', 'members' => ['AccountAttributes' => ['shape' => 'AccountAttributeList', 'locationName' => 'accountAttributeSet']]], 'DescribeAddressesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'PublicIps' => ['shape' => 'PublicIpStringList', 'locationName' => 'PublicIp'], 'AllocationIds' => ['shape' => 'AllocationIdList', 'locationName' => 'AllocationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAddressesResult' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'AddressList', 'locationName' => 'addressesSet']]], 'DescribeAggregateIdFormatRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'DescribeAggregateIdFormatResult' => ['type' => 'structure', 'members' => ['UseLongIdsAggregated' => ['shape' => 'Boolean', 'locationName' => 'useLongIdsAggregated'], 'Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeAvailabilityZonesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ZoneNames' => ['shape' => 'ZoneNameStringList', 'locationName' => 'ZoneName'], 'ZoneIds' => ['shape' => 'ZoneIdStringList', 'locationName' => 'ZoneId'], 'AllAvailabilityZones' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeAvailabilityZonesResult' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneList', 'locationName' => 'availabilityZoneInfo']]], 'DescribeBundleTasksRequest' => ['type' => 'structure', 'members' => ['BundleIds' => ['shape' => 'BundleIdStringList', 'locationName' => 'BundleId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeBundleTasksResult' => ['type' => 'structure', 'members' => ['BundleTasks' => ['shape' => 'BundleTaskList', 'locationName' => 'bundleInstanceTasksSet']]], 'DescribeByoipCidrsMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'DescribeByoipCidrsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'DescribeByoipCidrsMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeByoipCidrsResult' => ['type' => 'structure', 'members' => ['ByoipCidrs' => ['shape' => 'ByoipCidrSet', 'locationName' => 'byoipCidrSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeCapacityReservationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeCapacityReservationsRequest' => ['type' => 'structure', 'members' => ['CapacityReservationIds' => ['shape' => 'CapacityReservationIdSet', 'locationName' => 'CapacityReservationId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeCapacityReservationsMaxResults'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeCapacityReservationsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'CapacityReservations' => ['shape' => 'CapacityReservationSet', 'locationName' => 'capacityReservationSet']]], 'DescribeCarrierGatewaysRequest' => ['type' => 'structure', 'members' => ['CarrierGatewayIds' => ['shape' => 'CarrierGatewayIdSet', 'locationName' => 'CarrierGatewayId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'CarrierGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeCarrierGatewaysResult' => ['type' => 'structure', 'members' => ['CarrierGateways' => ['shape' => 'CarrierGatewaySet', 'locationName' => 'carrierGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeClassicLinkInstancesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClassicLinkInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'DescribeClassicLinkInstancesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeClassicLinkInstancesResult' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'ClassicLinkInstanceList', 'locationName' => 'instancesSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeClientVpnAuthorizationRulesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnAuthorizationRulesRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeClientVpnAuthorizationRulesMaxResults']]], 'DescribeClientVpnAuthorizationRulesResult' => ['type' => 'structure', 'members' => ['AuthorizationRules' => ['shape' => 'AuthorizationRuleSet', 'locationName' => 'authorizationRule'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnConnectionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnConnectionsRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'DescribeClientVpnConnectionsMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnConnectionsResult' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'ClientVpnConnectionSet', 'locationName' => 'connections'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnEndpointMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnEndpointsRequest' => ['type' => 'structure', 'members' => ['ClientVpnEndpointIds' => ['shape' => 'ClientVpnEndpointIdList', 'locationName' => 'ClientVpnEndpointId'], 'MaxResults' => ['shape' => 'DescribeClientVpnEndpointMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnEndpointsResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpoints' => ['shape' => 'EndpointSet', 'locationName' => 'clientVpnEndpoint'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnRoutesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnRoutesRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeClientVpnRoutesMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'ClientVpnRouteSet', 'locationName' => 'routes'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeClientVpnTargetNetworksMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeClientVpnTargetNetworksRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'AssociationIds' => ['shape' => 'ValueStringList'], 'MaxResults' => ['shape' => 'DescribeClientVpnTargetNetworksMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeClientVpnTargetNetworksResult' => ['type' => 'structure', 'members' => ['ClientVpnTargetNetworks' => ['shape' => 'TargetNetworkSet', 'locationName' => 'clientVpnTargetNetworks'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeCoipPoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'CoipPoolIdSet', 'locationName' => 'PoolId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'CoipPoolMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeCoipPoolsResult' => ['type' => 'structure', 'members' => ['CoipPools' => ['shape' => 'CoipPoolSet', 'locationName' => 'coipPoolSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeConversionTaskList' => ['type' => 'list', 'member' => ['shape' => 'ConversionTask', 'locationName' => 'item']], 'DescribeConversionTasksRequest' => ['type' => 'structure', 'members' => ['ConversionTaskIds' => ['shape' => 'ConversionIdStringList', 'locationName' => 'conversionTaskId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeConversionTasksResult' => ['type' => 'structure', 'members' => ['ConversionTasks' => ['shape' => 'DescribeConversionTaskList', 'locationName' => 'conversionTasks']]], 'DescribeCustomerGatewaysRequest' => ['type' => 'structure', 'members' => ['CustomerGatewayIds' => ['shape' => 'CustomerGatewayIdStringList', 'locationName' => 'CustomerGatewayId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeCustomerGatewaysResult' => ['type' => 'structure', 'members' => ['CustomerGateways' => ['shape' => 'CustomerGatewayList', 'locationName' => 'customerGatewaySet']]], 'DescribeDhcpOptionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeDhcpOptionsRequest' => ['type' => 'structure', 'members' => ['DhcpOptionsIds' => ['shape' => 'DhcpOptionsIdStringList', 'locationName' => 'DhcpOptionsId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeDhcpOptionsMaxResults']]], 'DescribeDhcpOptionsResult' => ['type' => 'structure', 'members' => ['DhcpOptions' => ['shape' => 'DhcpOptionsList', 'locationName' => 'dhcpOptionsSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeEgressOnlyInternetGatewaysMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeEgressOnlyInternetGatewaysRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EgressOnlyInternetGatewayIds' => ['shape' => 'EgressOnlyInternetGatewayIdList', 'locationName' => 'EgressOnlyInternetGatewayId'], 'MaxResults' => ['shape' => 'DescribeEgressOnlyInternetGatewaysMaxResults'], 'NextToken' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeEgressOnlyInternetGatewaysResult' => ['type' => 'structure', 'members' => ['EgressOnlyInternetGateways' => ['shape' => 'EgressOnlyInternetGatewayList', 'locationName' => 'egressOnlyInternetGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeElasticGpusMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 10], 'DescribeElasticGpusRequest' => ['type' => 'structure', 'members' => ['ElasticGpuIds' => ['shape' => 'ElasticGpuIdSet', 'locationName' => 'ElasticGpuId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeElasticGpusMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeElasticGpusResult' => ['type' => 'structure', 'members' => ['ElasticGpuSet' => ['shape' => 'ElasticGpuSet', 'locationName' => 'elasticGpuSet'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeExportImageTasksMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'DescribeExportImageTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ExportImageTaskIds' => ['shape' => 'ExportImageTaskIdList', 'locationName' => 'ExportImageTaskId'], 'MaxResults' => ['shape' => 'DescribeExportImageTasksMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeExportImageTasksResult' => ['type' => 'structure', 'members' => ['ExportImageTasks' => ['shape' => 'ExportImageTaskList', 'locationName' => 'exportImageTaskSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeExportTasksRequest' => ['type' => 'structure', 'members' => ['ExportTaskIds' => ['shape' => 'ExportTaskIdStringList', 'locationName' => 'exportTaskId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeExportTasksResult' => ['type' => 'structure', 'members' => ['ExportTasks' => ['shape' => 'ExportTaskList', 'locationName' => 'exportTaskSet']]], 'DescribeFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'DescribeFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'DescribeFastSnapshotRestoresMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 0], 'DescribeFastSnapshotRestoresRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeFastSnapshotRestoresMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['FastSnapshotRestores' => ['shape' => 'DescribeFastSnapshotRestoreSuccessSet', 'locationName' => 'fastSnapshotRestoreSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeFleetError' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'ErrorCode' => ['shape' => 'String', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => 'String', 'locationName' => 'errorMessage']]], 'DescribeFleetHistoryRequest' => ['type' => 'structure', 'required' => ['FleetId', 'StartTime'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'EventType' => ['shape' => 'FleetEventType'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetId' => ['shape' => 'FleetId'], 'StartTime' => ['shape' => 'DateTime']]], 'DescribeFleetHistoryResult' => ['type' => 'structure', 'members' => ['HistoryRecords' => ['shape' => 'HistoryRecordSet', 'locationName' => 'historyRecordSet'], 'LastEvaluatedTime' => ['shape' => 'DateTime', 'locationName' => 'lastEvaluatedTime'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeFleetInstancesRequest' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetId' => ['shape' => 'FleetId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeFleetInstancesResult' => ['type' => 'structure', 'members' => ['ActiveInstances' => ['shape' => 'ActiveInstanceSet', 'locationName' => 'activeInstanceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId']]], 'DescribeFleetsErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFleetError', 'locationName' => 'item']], 'DescribeFleetsInstances' => ['type' => 'structure', 'members' => ['LaunchTemplateAndOverrides' => ['shape' => 'LaunchTemplateAndOverridesResponse', 'locationName' => 'launchTemplateAndOverrides'], 'Lifecycle' => ['shape' => 'InstanceLifecycle', 'locationName' => 'lifecycle'], 'InstanceIds' => ['shape' => 'InstanceIdsSet', 'locationName' => 'instanceIds'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'DescribeFleetsInstancesSet' => ['type' => 'list', 'member' => ['shape' => 'DescribeFleetsInstances', 'locationName' => 'item']], 'DescribeFleetsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'FleetIds' => ['shape' => 'FleetIdSet', 'locationName' => 'FleetId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeFleetsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'Fleets' => ['shape' => 'FleetSet', 'locationName' => 'fleetSet']]], 'DescribeFlowLogsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filter' => ['shape' => 'FilterList'], 'FlowLogIds' => ['shape' => 'FlowLogIdList', 'locationName' => 'FlowLogId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeFlowLogsResult' => ['type' => 'structure', 'members' => ['FlowLogs' => ['shape' => 'FlowLogSet', 'locationName' => 'flowLogSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId', 'Attribute'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'FpgaImageAttributeName']]], 'DescribeFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['FpgaImageAttribute' => ['shape' => 'FpgaImageAttribute', 'locationName' => 'fpgaImageAttribute']]], 'DescribeFpgaImagesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeFpgaImagesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageIds' => ['shape' => 'FpgaImageIdList', 'locationName' => 'FpgaImageId'], 'Owners' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'DescribeFpgaImagesMaxResults']]], 'DescribeFpgaImagesResult' => ['type' => 'structure', 'members' => ['FpgaImages' => ['shape' => 'FpgaImageList', 'locationName' => 'fpgaImageSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeHostReservationOfferingsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList'], 'MaxDuration' => ['shape' => 'Integer'], 'MaxResults' => ['shape' => 'DescribeHostReservationsMaxResults'], 'MinDuration' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'OfferingId' => ['shape' => 'OfferingId']]], 'DescribeHostReservationOfferingsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'OfferingSet' => ['shape' => 'HostOfferingSet', 'locationName' => 'offeringSet']]], 'DescribeHostReservationsMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 5], 'DescribeHostReservationsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList'], 'HostReservationIdSet' => ['shape' => 'HostReservationIdSet'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeHostReservationsResult' => ['type' => 'structure', 'members' => ['HostReservationSet' => ['shape' => 'HostReservationSet', 'locationName' => 'hostReservationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeHostsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeHostsResult' => ['type' => 'structure', 'members' => ['Hosts' => ['shape' => 'HostList', 'locationName' => 'hostSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeIamInstanceProfileAssociationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeIamInstanceProfileAssociationsRequest' => ['type' => 'structure', 'members' => ['AssociationIds' => ['shape' => 'AssociationIdList', 'locationName' => 'AssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DescribeIamInstanceProfileAssociationsMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeIamInstanceProfileAssociationsResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociations' => ['shape' => 'IamInstanceProfileAssociationSet', 'locationName' => 'iamInstanceProfileAssociationSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeIdFormatRequest' => ['type' => 'structure', 'members' => ['Resource' => ['shape' => 'String']]], 'DescribeIdFormatResult' => ['type' => 'structure', 'members' => ['Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeIdentityIdFormatRequest' => ['type' => 'structure', 'required' => ['PrincipalArn'], 'members' => ['PrincipalArn' => ['shape' => 'String', 'locationName' => 'principalArn'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource']]], 'DescribeIdentityIdFormatResult' => ['type' => 'structure', 'members' => ['Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'DescribeImageAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'ImageId'], 'members' => ['Attribute' => ['shape' => 'ImageAttributeName'], 'ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeImagesRequest' => ['type' => 'structure', 'members' => ['ExecutableUsers' => ['shape' => 'ExecutableByStringList', 'locationName' => 'ExecutableBy'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ImageIds' => ['shape' => 'ImageIdStringList', 'locationName' => 'ImageId'], 'Owners' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeImagesResult' => ['type' => 'structure', 'members' => ['Images' => ['shape' => 'ImageList', 'locationName' => 'imagesSet']]], 'DescribeImportImageTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList'], 'ImportTaskIds' => ['shape' => 'ImportTaskIdList', 'locationName' => 'ImportTaskId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeImportImageTasksResult' => ['type' => 'structure', 'members' => ['ImportImageTasks' => ['shape' => 'ImportImageTaskList', 'locationName' => 'importImageTaskSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeImportSnapshotTasksRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList'], 'ImportTaskIds' => ['shape' => 'ImportSnapshotTaskIdList', 'locationName' => 'ImportTaskId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeImportSnapshotTasksResult' => ['type' => 'structure', 'members' => ['ImportSnapshotTasks' => ['shape' => 'ImportSnapshotTaskList', 'locationName' => 'importSnapshotTaskSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'InstanceId'], 'members' => ['Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId']]], 'DescribeInstanceCreditSpecificationsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeInstanceCreditSpecificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'DescribeInstanceCreditSpecificationsMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeInstanceCreditSpecificationsResult' => ['type' => 'structure', 'members' => ['InstanceCreditSpecifications' => ['shape' => 'InstanceCreditSpecificationList', 'locationName' => 'instanceCreditSpecificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceEventNotificationAttributesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'DescribeInstanceEventNotificationAttributesResult' => ['type' => 'structure', 'members' => ['InstanceTagAttribute' => ['shape' => 'InstanceTagNotificationAttribute', 'locationName' => 'instanceTagAttribute']]], 'DescribeInstanceStatusRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'IncludeAllInstances' => ['shape' => 'Boolean', 'locationName' => 'includeAllInstances']]], 'DescribeInstanceStatusResult' => ['type' => 'structure', 'members' => ['InstanceStatuses' => ['shape' => 'InstanceStatusList', 'locationName' => 'instanceStatusSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstanceTypeOfferingsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LocationType' => ['shape' => 'LocationType'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DITOMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceTypeOfferingsResult' => ['type' => 'structure', 'members' => ['InstanceTypeOfferings' => ['shape' => 'InstanceTypeOfferingsList', 'locationName' => 'instanceTypeOfferingSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeInstanceTypesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceTypes' => ['shape' => 'RequestInstanceTypeList', 'locationName' => 'InstanceType'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'DITMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceTypesResult' => ['type' => 'structure', 'members' => ['InstanceTypes' => ['shape' => 'InstanceTypeInfoList', 'locationName' => 'instanceTypeSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInstancesResult' => ['type' => 'structure', 'members' => ['Reservations' => ['shape' => 'ReservationList', 'locationName' => 'reservationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeInternetGatewaysMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeInternetGatewaysRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayIds' => ['shape' => 'InternetGatewayIdList', 'locationName' => 'internetGatewayId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeInternetGatewaysMaxResults']]], 'DescribeInternetGatewaysResult' => ['type' => 'structure', 'members' => ['InternetGateways' => ['shape' => 'InternetGatewayList', 'locationName' => 'internetGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeIpv6PoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'Ipv6PoolIdList', 'locationName' => 'PoolId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'Ipv6PoolMaxResults'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeIpv6PoolsResult' => ['type' => 'structure', 'members' => ['Ipv6Pools' => ['shape' => 'Ipv6PoolSet', 'locationName' => 'ipv6PoolSet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'DescribeKeyPairsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'KeyNames' => ['shape' => 'KeyNameStringList', 'locationName' => 'KeyName'], 'KeyPairIds' => ['shape' => 'KeyPairIdStringList', 'locationName' => 'KeyPairId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeKeyPairsResult' => ['type' => 'structure', 'members' => ['KeyPairs' => ['shape' => 'KeyPairList', 'locationName' => 'keySet']]], 'DescribeLaunchTemplateVersionsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Versions' => ['shape' => 'VersionStringList', 'locationName' => 'LaunchTemplateVersion'], 'MinVersion' => ['shape' => 'String'], 'MaxVersion' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribeLaunchTemplateVersionsResult' => ['type' => 'structure', 'members' => ['LaunchTemplateVersions' => ['shape' => 'LaunchTemplateVersionSet', 'locationName' => 'launchTemplateVersionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLaunchTemplatesMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'DescribeLaunchTemplatesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'LaunchTemplateIds' => ['shape' => 'LaunchTemplateIdStringList', 'locationName' => 'LaunchTemplateId'], 'LaunchTemplateNames' => ['shape' => 'LaunchTemplateNameStringList', 'locationName' => 'LaunchTemplateName'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeLaunchTemplatesMaxResults']]], 'DescribeLaunchTemplatesResult' => ['type' => 'structure', 'members' => ['LaunchTemplates' => ['shape' => 'LaunchTemplateSet', 'locationName' => 'launchTemplates'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet', 'locationName' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet', 'locationName' => 'localGatewayRouteTableVirtualInterfaceGroupAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTableVpcAssociationsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociationIds' => ['shape' => 'LocalGatewayRouteTableVpcAssociationIdSet', 'locationName' => 'LocalGatewayRouteTableVpcAssociationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTableVpcAssociationsResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociations' => ['shape' => 'LocalGatewayRouteTableVpcAssociationSet', 'locationName' => 'localGatewayRouteTableVpcAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayRouteTablesRequest' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableIds' => ['shape' => 'LocalGatewayRouteTableIdSet', 'locationName' => 'LocalGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayRouteTablesResult' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTables' => ['shape' => 'LocalGatewayRouteTableSet', 'locationName' => 'localGatewayRouteTableSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayVirtualInterfaceGroupsRequest' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroupIds' => ['shape' => 'LocalGatewayVirtualInterfaceGroupIdSet', 'locationName' => 'LocalGatewayVirtualInterfaceGroupId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayVirtualInterfaceGroupsResult' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroups' => ['shape' => 'LocalGatewayVirtualInterfaceGroupSet', 'locationName' => 'localGatewayVirtualInterfaceGroupSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewayVirtualInterfacesRequest' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceIds' => ['shape' => 'LocalGatewayVirtualInterfaceIdSet', 'locationName' => 'LocalGatewayVirtualInterfaceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewayVirtualInterfacesResult' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaces' => ['shape' => 'LocalGatewayVirtualInterfaceSet', 'locationName' => 'localGatewayVirtualInterfaceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeLocalGatewaysRequest' => ['type' => 'structure', 'members' => ['LocalGatewayIds' => ['shape' => 'LocalGatewayIdSet', 'locationName' => 'LocalGatewayId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'LocalGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeLocalGatewaysResult' => ['type' => 'structure', 'members' => ['LocalGateways' => ['shape' => 'LocalGatewaySet', 'locationName' => 'localGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeManagedPrefixListsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'PrefixListMaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'PrefixListIds' => ['shape' => 'ValueStringList', 'locationName' => 'PrefixListId']]], 'DescribeManagedPrefixListsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken'], 'PrefixLists' => ['shape' => 'ManagedPrefixListSet', 'locationName' => 'prefixListSet']]], 'DescribeMovingAddressesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeMovingAddressesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'DescribeMovingAddressesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'PublicIps' => ['shape' => 'ValueStringList', 'locationName' => 'publicIp']]], 'DescribeMovingAddressesResult' => ['type' => 'structure', 'members' => ['MovingAddressStatuses' => ['shape' => 'MovingAddressStatusSet', 'locationName' => 'movingAddressStatusSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNatGatewaysMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNatGatewaysRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filter' => ['shape' => 'FilterList'], 'MaxResults' => ['shape' => 'DescribeNatGatewaysMaxResults'], 'NatGatewayIds' => ['shape' => 'NatGatewayIdStringList', 'locationName' => 'NatGatewayId'], 'NextToken' => ['shape' => 'String']]], 'DescribeNatGatewaysResult' => ['type' => 'structure', 'members' => ['NatGateways' => ['shape' => 'NatGatewayList', 'locationName' => 'natGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkAclsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNetworkAclsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclIds' => ['shape' => 'NetworkAclIdStringList', 'locationName' => 'NetworkAclId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkAclsMaxResults']]], 'DescribeNetworkAclsResult' => ['type' => 'structure', 'members' => ['NetworkAcls' => ['shape' => 'NetworkAclList', 'locationName' => 'networkAclSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Attribute' => ['shape' => 'NetworkInterfaceAttribute', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'DescribeNetworkInterfaceAttributeResult' => ['type' => 'structure', 'members' => ['Attachment' => ['shape' => 'NetworkInterfaceAttachment', 'locationName' => 'attachment'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck']]], 'DescribeNetworkInterfacePermissionsMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeNetworkInterfacePermissionsRequest' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissionIds' => ['shape' => 'NetworkInterfacePermissionIdList', 'locationName' => 'NetworkInterfacePermissionId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkInterfacePermissionsMaxResults']]], 'DescribeNetworkInterfacePermissionsResult' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissions' => ['shape' => 'NetworkInterfacePermissionList', 'locationName' => 'networkInterfacePermissions'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeNetworkInterfacesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeNetworkInterfacesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceIds' => ['shape' => 'NetworkInterfaceIdList', 'locationName' => 'NetworkInterfaceId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeNetworkInterfacesMaxResults']]], 'DescribeNetworkInterfacesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaces' => ['shape' => 'NetworkInterfaceList', 'locationName' => 'networkInterfaceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribePlacementGroupsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupNames' => ['shape' => 'PlacementGroupStringList', 'locationName' => 'groupName'], 'GroupIds' => ['shape' => 'PlacementGroupIdStringList', 'locationName' => 'GroupId']]], 'DescribePlacementGroupsResult' => ['type' => 'structure', 'members' => ['PlacementGroups' => ['shape' => 'PlacementGroupList', 'locationName' => 'placementGroupSet']]], 'DescribePrefixListsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'PrefixListIds' => ['shape' => 'PrefixListResourceIdStringList', 'locationName' => 'PrefixListId']]], 'DescribePrefixListsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'PrefixLists' => ['shape' => 'PrefixListSet', 'locationName' => 'prefixListSet']]], 'DescribePrincipalIdFormatMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribePrincipalIdFormatRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Resources' => ['shape' => 'ResourceList', 'locationName' => 'Resource'], 'MaxResults' => ['shape' => 'DescribePrincipalIdFormatMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribePrincipalIdFormatResult' => ['type' => 'structure', 'members' => ['Principals' => ['shape' => 'PrincipalIdFormatList', 'locationName' => 'principalSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribePublicIpv4PoolsRequest' => ['type' => 'structure', 'members' => ['PoolIds' => ['shape' => 'PublicIpv4PoolIdStringList', 'locationName' => 'PoolId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PoolMaxResults'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter']]], 'DescribePublicIpv4PoolsResult' => ['type' => 'structure', 'members' => ['PublicIpv4Pools' => ['shape' => 'PublicIpv4PoolSet', 'locationName' => 'publicIpv4PoolSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeRegionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'RegionNames' => ['shape' => 'RegionNameStringList', 'locationName' => 'RegionName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'AllRegions' => ['shape' => 'Boolean']]], 'DescribeRegionsResult' => ['type' => 'structure', 'members' => ['Regions' => ['shape' => 'RegionList', 'locationName' => 'regionInfo']]], 'DescribeReservedInstancesListingsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ReservedInstancesId' => ['shape' => 'ReservationId', 'locationName' => 'reservedInstancesId'], 'ReservedInstancesListingId' => ['shape' => 'ReservedInstancesListingId', 'locationName' => 'reservedInstancesListingId']]], 'DescribeReservedInstancesListingsResult' => ['type' => 'structure', 'members' => ['ReservedInstancesListings' => ['shape' => 'ReservedInstancesListingList', 'locationName' => 'reservedInstancesListingsSet']]], 'DescribeReservedInstancesModificationsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'ReservedInstancesModificationIds' => ['shape' => 'ReservedInstancesModificationIdStringList', 'locationName' => 'ReservedInstancesModificationId'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeReservedInstancesModificationsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ReservedInstancesModifications' => ['shape' => 'ReservedInstancesModificationList', 'locationName' => 'reservedInstancesModificationsSet']]], 'DescribeReservedInstancesOfferingsRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'IncludeMarketplace' => ['shape' => 'Boolean'], 'InstanceType' => ['shape' => 'InstanceType'], 'MaxDuration' => ['shape' => 'Long'], 'MaxInstanceCount' => ['shape' => 'Integer'], 'MinDuration' => ['shape' => 'Long'], 'OfferingClass' => ['shape' => 'OfferingClassType'], 'ProductDescription' => ['shape' => 'RIProductDescription'], 'ReservedInstancesOfferingIds' => ['shape' => 'ReservedInstancesOfferingIdStringList', 'locationName' => 'ReservedInstancesOfferingId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType']]], 'DescribeReservedInstancesOfferingsResult' => ['type' => 'structure', 'members' => ['ReservedInstancesOfferings' => ['shape' => 'ReservedInstancesOfferingList', 'locationName' => 'reservedInstancesOfferingsSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeReservedInstancesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'OfferingClass' => ['shape' => 'OfferingClassType'], 'ReservedInstancesIds' => ['shape' => 'ReservedInstancesIdStringList', 'locationName' => 'ReservedInstancesId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType']]], 'DescribeReservedInstancesResult' => ['type' => 'structure', 'members' => ['ReservedInstances' => ['shape' => 'ReservedInstancesList', 'locationName' => 'reservedInstancesSet']]], 'DescribeRouteTablesMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 5], 'DescribeRouteTablesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableIds' => ['shape' => 'RouteTableIdStringList', 'locationName' => 'RouteTableId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeRouteTablesMaxResults']]], 'DescribeRouteTablesResult' => ['type' => 'structure', 'members' => ['RouteTables' => ['shape' => 'RouteTableList', 'locationName' => 'routeTableSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeScheduledInstanceAvailabilityMaxResults' => ['type' => 'integer', 'max' => 300, 'min' => 5], 'DescribeScheduledInstanceAvailabilityRequest' => ['type' => 'structure', 'required' => ['FirstSlotStartTimeRange', 'Recurrence'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'FirstSlotStartTimeRange' => ['shape' => 'SlotDateTimeRangeRequest'], 'MaxResults' => ['shape' => 'DescribeScheduledInstanceAvailabilityMaxResults'], 'MaxSlotDurationInHours' => ['shape' => 'Integer'], 'MinSlotDurationInHours' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrenceRequest']]], 'DescribeScheduledInstanceAvailabilityResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ScheduledInstanceAvailabilitySet' => ['shape' => 'ScheduledInstanceAvailabilitySet', 'locationName' => 'scheduledInstanceAvailabilitySet']]], 'DescribeScheduledInstancesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'ScheduledInstanceIds' => ['shape' => 'ScheduledInstanceIdRequestSet', 'locationName' => 'ScheduledInstanceId'], 'SlotStartTimeRange' => ['shape' => 'SlotStartTimeRangeRequest']]], 'DescribeScheduledInstancesResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ScheduledInstanceSet' => ['shape' => 'ScheduledInstanceSet', 'locationName' => 'scheduledInstanceSet']]], 'DescribeSecurityGroupReferencesRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'GroupIds']]], 'DescribeSecurityGroupReferencesResult' => ['type' => 'structure', 'members' => ['SecurityGroupReferenceSet' => ['shape' => 'SecurityGroupReferences', 'locationName' => 'securityGroupReferenceSet']]], 'DescribeSecurityGroupsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeSecurityGroupsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'GroupIds' => ['shape' => 'GroupIdStringList', 'locationName' => 'GroupId'], 'GroupNames' => ['shape' => 'GroupNameStringList', 'locationName' => 'GroupName'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeSecurityGroupsMaxResults']]], 'DescribeSecurityGroupsResult' => ['type' => 'structure', 'members' => ['SecurityGroups' => ['shape' => 'SecurityGroupList', 'locationName' => 'securityGroupInfo'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['CreateVolumePermissions' => ['shape' => 'CreateVolumePermissionList', 'locationName' => 'createVolumePermission'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId']]], 'DescribeSnapshotsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'OwnerIds' => ['shape' => 'OwnerStringList', 'locationName' => 'Owner'], 'RestorableByUserIds' => ['shape' => 'RestorableByStringList', 'locationName' => 'RestorableBy'], 'SnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSnapshotsResult' => ['type' => 'structure', 'members' => ['Snapshots' => ['shape' => 'SnapshotList', 'locationName' => 'snapshotSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSpotDatafeedSubscriptionRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeSpotDatafeedSubscriptionResult' => ['type' => 'structure', 'members' => ['SpotDatafeedSubscription' => ['shape' => 'SpotDatafeedSubscription', 'locationName' => 'spotDatafeedSubscription']]], 'DescribeSpotFleetInstancesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeSpotFleetInstancesRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'DescribeSpotFleetInstancesMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetInstancesResponse' => ['type' => 'structure', 'members' => ['ActiveInstances' => ['shape' => 'ActiveInstanceSet', 'locationName' => 'activeInstanceSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetRequestHistoryMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeSpotFleetRequestHistoryRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId', 'StartTime'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EventType' => ['shape' => 'EventType', 'locationName' => 'eventType'], 'MaxResults' => ['shape' => 'DescribeSpotFleetRequestHistoryMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotFleetRequestHistoryResponse' => ['type' => 'structure', 'members' => ['HistoryRecords' => ['shape' => 'HistoryRecords', 'locationName' => 'historyRecordSet'], 'LastEvaluatedTime' => ['shape' => 'DateTime', 'locationName' => 'lastEvaluatedTime'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotFleetRequestsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestIds' => ['shape' => 'SpotFleetRequestIdList', 'locationName' => 'spotFleetRequestId']]], 'DescribeSpotFleetRequestsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotFleetRequestConfigs' => ['shape' => 'SpotFleetRequestConfigSet', 'locationName' => 'spotFleetRequestConfigSet']]], 'DescribeSpotInstanceRequestsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotInstanceRequestIds' => ['shape' => 'SpotInstanceRequestIdList', 'locationName' => 'SpotInstanceRequestId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer']]], 'DescribeSpotInstanceRequestsResult' => ['type' => 'structure', 'members' => ['SpotInstanceRequests' => ['shape' => 'SpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeSpotPriceHistoryRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime'], 'InstanceTypes' => ['shape' => 'InstanceTypeList', 'locationName' => 'InstanceType'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'ProductDescriptions' => ['shape' => 'ProductDescriptionList', 'locationName' => 'ProductDescription'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime']]], 'DescribeSpotPriceHistoryResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'SpotPriceHistory' => ['shape' => 'SpotPriceHistoryList', 'locationName' => 'spotPriceHistorySet']]], 'DescribeStaleSecurityGroupsMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeStaleSecurityGroupsNextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DescribeStaleSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'MaxResults' => ['shape' => 'DescribeStaleSecurityGroupsMaxResults'], 'NextToken' => ['shape' => 'DescribeStaleSecurityGroupsNextToken'], 'VpcId' => ['shape' => 'VpcId']]], 'DescribeStaleSecurityGroupsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'StaleSecurityGroupSet' => ['shape' => 'StaleSecurityGroupSet', 'locationName' => 'staleSecurityGroupSet']]], 'DescribeSubnetsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeSubnetsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'SubnetIds' => ['shape' => 'SubnetIdStringList', 'locationName' => 'SubnetId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeSubnetsMaxResults']]], 'DescribeSubnetsResult' => ['type' => 'structure', 'members' => ['Subnets' => ['shape' => 'SubnetList', 'locationName' => 'subnetSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTagsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTagsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'Tags' => ['shape' => 'TagDescriptionList', 'locationName' => 'tagSet']]], 'DescribeTrafficMirrorFiltersRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterIds' => ['shape' => 'TrafficMirrorFilterIdList', 'locationName' => 'TrafficMirrorFilterId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorFiltersResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilters' => ['shape' => 'TrafficMirrorFilterSet', 'locationName' => 'trafficMirrorFilterSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTrafficMirrorSessionsRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionIds' => ['shape' => 'TrafficMirrorSessionIdList', 'locationName' => 'TrafficMirrorSessionId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorSessionsResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSessions' => ['shape' => 'TrafficMirrorSessionSet', 'locationName' => 'trafficMirrorSessionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTrafficMirrorTargetsRequest' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetIds' => ['shape' => 'TrafficMirrorTargetIdList', 'locationName' => 'TrafficMirrorTargetId'], 'DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TrafficMirroringMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeTrafficMirrorTargetsResult' => ['type' => 'structure', 'members' => ['TrafficMirrorTargets' => ['shape' => 'TrafficMirrorTargetSet', 'locationName' => 'trafficMirrorTargetSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayAttachments' => ['shape' => 'TransitGatewayAttachmentList', 'locationName' => 'transitGatewayAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayMulticastDomainsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainIds' => ['shape' => 'TransitGatewayMulticastDomainIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayMulticastDomainsResult' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomains' => ['shape' => 'TransitGatewayMulticastDomainList', 'locationName' => 'transitGatewayMulticastDomains'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayPeeringAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayPeeringAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachments' => ['shape' => 'TransitGatewayPeeringAttachmentList', 'locationName' => 'transitGatewayPeeringAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayRouteTablesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableIds' => ['shape' => 'TransitGatewayRouteTableIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayRouteTablesResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTables' => ['shape' => 'TransitGatewayRouteTableList', 'locationName' => 'transitGatewayRouteTables'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewayVpcAttachmentsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentIds' => ['shape' => 'TransitGatewayAttachmentIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewayVpcAttachmentsResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachments' => ['shape' => 'TransitGatewayVpcAttachmentList', 'locationName' => 'transitGatewayVpcAttachments'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeTransitGatewaysRequest' => ['type' => 'structure', 'members' => ['TransitGatewayIds' => ['shape' => 'TransitGatewayIdStringList'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'DescribeTransitGatewaysResult' => ['type' => 'structure', 'members' => ['TransitGateways' => ['shape' => 'TransitGatewayList', 'locationName' => 'transitGatewaySet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumeAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'VolumeId'], 'members' => ['Attribute' => ['shape' => 'VolumeAttributeName'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVolumeAttributeResult' => ['type' => 'structure', 'members' => ['AutoEnableIO' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'autoEnableIO'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId']]], 'DescribeVolumeStatusRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVolumeStatusResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'VolumeStatuses' => ['shape' => 'VolumeStatusList', 'locationName' => 'volumeStatusSet']]], 'DescribeVolumesModificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'Integer']]], 'DescribeVolumesModificationsResult' => ['type' => 'structure', 'members' => ['VolumesModifications' => ['shape' => 'VolumeModificationList', 'locationName' => 'volumeModificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VolumeIds' => ['shape' => 'VolumeIdStringList', 'locationName' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'MaxResults' => ['shape' => 'Integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVolumesResult' => ['type' => 'structure', 'members' => ['Volumes' => ['shape' => 'VolumeList', 'locationName' => 'volumeSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'VpcId'], 'members' => ['Attribute' => ['shape' => 'VpcAttributeName'], 'VpcId' => ['shape' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpcAttributeResult' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'EnableDnsHostnames' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enableDnsHostnames'], 'EnableDnsSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enableDnsSupport']]], 'DescribeVpcClassicLinkDnsSupportMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'DescribeVpcClassicLinkDnsSupportNextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'DescribeVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'DescribeVpcClassicLinkDnsSupportMaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'DescribeVpcClassicLinkDnsSupportNextToken', 'locationName' => 'nextToken'], 'VpcIds' => ['shape' => 'VpcClassicLinkIdList']]], 'DescribeVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'DescribeVpcClassicLinkDnsSupportNextToken', 'locationName' => 'nextToken'], 'Vpcs' => ['shape' => 'ClassicLinkDnsSupportList', 'locationName' => 'vpcs']]], 'DescribeVpcClassicLinkRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcIds' => ['shape' => 'VpcClassicLinkIdList', 'locationName' => 'VpcId']]], 'DescribeVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Vpcs' => ['shape' => 'VpcClassicLinkList', 'locationName' => 'vpcSet']]], 'DescribeVpcEndpointConnectionNotificationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationId' => ['shape' => 'ConnectionNotificationId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointConnectionNotificationsResult' => ['type' => 'structure', 'members' => ['ConnectionNotificationSet' => ['shape' => 'ConnectionNotificationSet', 'locationName' => 'connectionNotificationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointConnectionsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['VpcEndpointConnections' => ['shape' => 'VpcEndpointConnectionSet', 'locationName' => 'vpcEndpointConnectionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServiceConfigurationsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceIds' => ['shape' => 'VpcEndpointServiceIdList', 'locationName' => 'ServiceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServiceConfigurationsResult' => ['type' => 'structure', 'members' => ['ServiceConfigurations' => ['shape' => 'ServiceConfigurationSet', 'locationName' => 'serviceConfigurationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServicePermissionsRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServicePermissionsResult' => ['type' => 'structure', 'members' => ['AllowedPrincipals' => ['shape' => 'AllowedPrincipalSet', 'locationName' => 'allowedPrincipals'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointServicesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceNames' => ['shape' => 'ValueStringList', 'locationName' => 'ServiceName'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointServicesResult' => ['type' => 'structure', 'members' => ['ServiceNames' => ['shape' => 'ValueStringList', 'locationName' => 'serviceNameSet'], 'ServiceDetails' => ['shape' => 'ServiceDetailSet', 'locationName' => 'serviceDetailSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcEndpointsRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'Integer'], 'NextToken' => ['shape' => 'String']]], 'DescribeVpcEndpointsResult' => ['type' => 'structure', 'members' => ['VpcEndpoints' => ['shape' => 'VpcEndpointSet', 'locationName' => 'vpcEndpointSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcPeeringConnectionsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeVpcPeeringConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionIds' => ['shape' => 'VpcPeeringConnectionIdList', 'locationName' => 'VpcPeeringConnectionId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeVpcPeeringConnectionsMaxResults']]], 'DescribeVpcPeeringConnectionsResult' => ['type' => 'structure', 'members' => ['VpcPeeringConnections' => ['shape' => 'VpcPeeringConnectionList', 'locationName' => 'vpcPeeringConnectionSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpcsMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'DescribeVpcsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpcIds' => ['shape' => 'VpcIdStringList', 'locationName' => 'VpcId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'DescribeVpcsMaxResults']]], 'DescribeVpcsResult' => ['type' => 'structure', 'members' => ['Vpcs' => ['shape' => 'VpcList', 'locationName' => 'vpcSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'DescribeVpnConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpnConnectionIds' => ['shape' => 'VpnConnectionIdStringList', 'locationName' => 'VpnConnectionId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpnConnectionsResult' => ['type' => 'structure', 'members' => ['VpnConnections' => ['shape' => 'VpnConnectionList', 'locationName' => 'vpnConnectionSet']]], 'DescribeVpnGatewaysRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'VpnGatewayIds' => ['shape' => 'VpnGatewayIdStringList', 'locationName' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DescribeVpnGatewaysResult' => ['type' => 'structure', 'members' => ['VpnGateways' => ['shape' => 'VpnGatewayList', 'locationName' => 'vpnGatewaySet']]], 'DetachClassicLinkVpcRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DetachClassicLinkVpcResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DetachInternetGatewayRequest' => ['type' => 'structure', 'required' => ['InternetGatewayId', 'VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InternetGatewayId' => ['shape' => 'InternetGatewayId', 'locationName' => 'internetGatewayId'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DetachNetworkInterfaceRequest' => ['type' => 'structure', 'required' => ['AttachmentId'], 'members' => ['AttachmentId' => ['shape' => 'NetworkInterfaceAttachmentId', 'locationName' => 'attachmentId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Force' => ['shape' => 'Boolean', 'locationName' => 'force']]], 'DetachVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['Device' => ['shape' => 'String'], 'Force' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DetachVpnGatewayRequest' => ['type' => 'structure', 'required' => ['VpcId', 'VpnGatewayId'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DeviceType' => ['type' => 'string', 'enum' => ['ebs', 'instance-store']], 'DhcpConfiguration' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Values' => ['shape' => 'DhcpConfigurationValueList', 'locationName' => 'valueSet']]], 'DhcpConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DhcpConfiguration', 'locationName' => 'item']], 'DhcpConfigurationValueList' => ['type' => 'list', 'member' => ['shape' => 'AttributeValue', 'locationName' => 'item']], 'DhcpOptions' => ['type' => 'structure', 'members' => ['DhcpConfigurations' => ['shape' => 'DhcpConfigurationList', 'locationName' => 'dhcpConfigurationSet'], 'DhcpOptionsId' => ['shape' => 'String', 'locationName' => 'dhcpOptionsId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'DhcpOptionsId' => ['type' => 'string'], 'DhcpOptionsIdStringList' => ['type' => 'list', 'member' => ['shape' => 'DhcpOptionsId', 'locationName' => 'DhcpOptionsId']], 'DhcpOptionsList' => ['type' => 'list', 'member' => ['shape' => 'DhcpOptions', 'locationName' => 'item']], 'DirectoryServiceAuthentication' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'String', 'locationName' => 'directoryId']]], 'DirectoryServiceAuthenticationRequest' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'String']]], 'DisableEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'DisableEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'DisableFastSnapshotRestoreErrorItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'FastSnapshotRestoreStateErrors' => ['shape' => 'DisableFastSnapshotRestoreStateErrorSet', 'locationName' => 'fastSnapshotRestoreStateErrorSet']]], 'DisableFastSnapshotRestoreErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreErrorItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoreStateError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'DisableFastSnapshotRestoreStateErrorItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Error' => ['shape' => 'DisableFastSnapshotRestoreStateError', 'locationName' => 'error']]], 'DisableFastSnapshotRestoreStateErrorSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreStateErrorItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'DisableFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'DisableFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'DisableFastSnapshotRestoresRequest' => ['type' => 'structure', 'required' => ['AvailabilityZones', 'SourceSnapshotIds'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneStringList', 'locationName' => 'AvailabilityZone'], 'SourceSnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SourceSnapshotId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'DisableFastSnapshotRestoreSuccessSet', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'DisableFastSnapshotRestoreErrorSet', 'locationName' => 'unsuccessful']]], 'DisableTransitGatewayRouteTablePropagationRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableTransitGatewayRouteTablePropagationResult' => ['type' => 'structure', 'members' => ['Propagation' => ['shape' => 'TransitGatewayPropagation', 'locationName' => 'propagation']]], 'DisableVgwRoutePropagationRequest' => ['type' => 'structure', 'required' => ['GatewayId', 'RouteTableId'], 'members' => ['GatewayId' => ['shape' => 'VpnGatewayId'], 'RouteTableId' => ['shape' => 'RouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisableVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'DisableVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DisableVpcClassicLinkRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'DisableVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'DisassociateAddressRequest' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'ElasticIpAssociationId'], 'PublicIp' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DisassociateClientVpnTargetNetworkRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'AssociationId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'AssociationId' => ['shape' => 'ClientVpnAssociationId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateClientVpnTargetNetworkResult' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status']]], 'DisassociateIamInstanceProfileRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'IamInstanceProfileAssociationId']]], 'DisassociateIamInstanceProfileResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'DisassociateRouteTableRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'RouteTableAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'DisassociateSubnetCidrBlockRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'SubnetCidrAssociationId', 'locationName' => 'associationId']]], 'DisassociateSubnetCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'DisassociateTransitGatewayMulticastDomainRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'SubnetIds' => ['shape' => 'ValueStringList'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateTransitGatewayMulticastDomainResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayMulticastDomainAssociations', 'locationName' => 'associations']]], 'DisassociateTransitGatewayRouteTableRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'DisassociateTransitGatewayRouteTableResult' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'TransitGatewayAssociation', 'locationName' => 'association']]], 'DisassociateVpcCidrBlockRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'VpcCidrAssociationId', 'locationName' => 'associationId']]], 'DisassociateVpcCidrBlockResult' => ['type' => 'structure', 'members' => ['Ipv6CidrBlockAssociation' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'ipv6CidrBlockAssociation'], 'CidrBlockAssociation' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'cidrBlockAssociation'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'DiskCount' => ['type' => 'integer'], 'DiskImage' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Image' => ['shape' => 'DiskImageDetail'], 'Volume' => ['shape' => 'VolumeDetail']]], 'DiskImageDescription' => ['type' => 'structure', 'members' => ['Checksum' => ['shape' => 'String', 'locationName' => 'checksum'], 'Format' => ['shape' => 'DiskImageFormat', 'locationName' => 'format'], 'ImportManifestUrl' => ['shape' => 'String', 'locationName' => 'importManifestUrl'], 'Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'DiskImageDetail' => ['type' => 'structure', 'required' => ['Bytes', 'Format', 'ImportManifestUrl'], 'members' => ['Bytes' => ['shape' => 'Long', 'locationName' => 'bytes'], 'Format' => ['shape' => 'DiskImageFormat', 'locationName' => 'format'], 'ImportManifestUrl' => ['shape' => 'String', 'locationName' => 'importManifestUrl']]], 'DiskImageFormat' => ['type' => 'string', 'enum' => ['VMDK', 'RAW', 'VHD']], 'DiskImageList' => ['type' => 'list', 'member' => ['shape' => 'DiskImage']], 'DiskImageVolumeDescription' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String', 'locationName' => 'id'], 'Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'DiskInfo' => ['type' => 'structure', 'members' => ['SizeInGB' => ['shape' => 'DiskSize', 'locationName' => 'sizeInGB'], 'Count' => ['shape' => 'DiskCount', 'locationName' => 'count'], 'Type' => ['shape' => 'DiskType', 'locationName' => 'type']]], 'DiskInfoList' => ['type' => 'list', 'member' => ['shape' => 'DiskInfo', 'locationName' => 'item']], 'DiskSize' => ['type' => 'long'], 'DiskType' => ['type' => 'string', 'enum' => ['hdd', 'ssd']], 'DnsEntry' => ['type' => 'structure', 'members' => ['DnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'HostedZoneId' => ['shape' => 'String', 'locationName' => 'hostedZoneId']]], 'DnsEntrySet' => ['type' => 'list', 'member' => ['shape' => 'DnsEntry', 'locationName' => 'item']], 'DnsNameState' => ['type' => 'string', 'enum' => ['pendingVerification', 'verified', 'failed']], 'DnsServersOptionsModifyStructure' => ['type' => 'structure', 'members' => ['CustomDnsServers' => ['shape' => 'ValueStringList'], 'Enabled' => ['shape' => 'Boolean']]], 'DnsSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'DomainType' => ['type' => 'string', 'enum' => ['vpc', 'standard']], 'Double' => ['type' => 'double'], 'EbsBlockDevice' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType'], 'KmsKeyId' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted']]], 'EbsEncryptionSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported']], 'EbsInfo' => ['type' => 'structure', 'members' => ['EbsOptimizedSupport' => ['shape' => 'EbsOptimizedSupport', 'locationName' => 'ebsOptimizedSupport'], 'EncryptionSupport' => ['shape' => 'EbsEncryptionSupport', 'locationName' => 'encryptionSupport'], 'EbsOptimizedInfo' => ['shape' => 'EbsOptimizedInfo', 'locationName' => 'ebsOptimizedInfo'], 'NvmeSupport' => ['shape' => 'EbsNvmeSupport', 'locationName' => 'nvmeSupport']]], 'EbsInstanceBlockDevice' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId']]], 'EbsInstanceBlockDeviceSpecification' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'VolumeId' => ['shape' => 'VolumeId', 'locationName' => 'volumeId']]], 'EbsNvmeSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported', 'required']], 'EbsOptimizedInfo' => ['type' => 'structure', 'members' => ['BaselineBandwidthInMbps' => ['shape' => 'BaselineBandwidthInMbps', 'locationName' => 'baselineBandwidthInMbps'], 'BaselineThroughputInMBps' => ['shape' => 'BaselineThroughputInMBps', 'locationName' => 'baselineThroughputInMBps'], 'BaselineIops' => ['shape' => 'BaselineIops', 'locationName' => 'baselineIops'], 'MaximumBandwidthInMbps' => ['shape' => 'MaximumBandwidthInMbps', 'locationName' => 'maximumBandwidthInMbps'], 'MaximumThroughputInMBps' => ['shape' => 'MaximumThroughputInMBps', 'locationName' => 'maximumThroughputInMBps'], 'MaximumIops' => ['shape' => 'MaximumIops', 'locationName' => 'maximumIops']]], 'EbsOptimizedSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported', 'default']], 'EfaSupportedFlag' => ['type' => 'boolean'], 'EgressOnlyInternetGateway' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'InternetGatewayAttachmentList', 'locationName' => 'attachmentSet'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'EgressOnlyInternetGatewayId' => ['type' => 'string'], 'EgressOnlyInternetGatewayIdList' => ['type' => 'list', 'member' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'item']], 'EgressOnlyInternetGatewayList' => ['type' => 'list', 'member' => ['shape' => 'EgressOnlyInternetGateway', 'locationName' => 'item']], 'ElasticGpuAssociation' => ['type' => 'structure', 'members' => ['ElasticGpuId' => ['shape' => 'String', 'locationName' => 'elasticGpuId'], 'ElasticGpuAssociationId' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationId'], 'ElasticGpuAssociationState' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationState'], 'ElasticGpuAssociationTime' => ['shape' => 'String', 'locationName' => 'elasticGpuAssociationTime']]], 'ElasticGpuAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuAssociation', 'locationName' => 'item']], 'ElasticGpuHealth' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ElasticGpuStatus', 'locationName' => 'status']]], 'ElasticGpuId' => ['type' => 'string'], 'ElasticGpuIdSet' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuId', 'locationName' => 'item']], 'ElasticGpuSet' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpus', 'locationName' => 'item']], 'ElasticGpuSpecification' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String']]], 'ElasticGpuSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecification', 'locationName' => 'ElasticGpuSpecification']], 'ElasticGpuSpecificationResponse' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String', 'locationName' => 'type']]], 'ElasticGpuSpecificationResponseList' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecificationResponse', 'locationName' => 'item']], 'ElasticGpuSpecifications' => ['type' => 'list', 'member' => ['shape' => 'ElasticGpuSpecification', 'locationName' => 'item']], 'ElasticGpuState' => ['type' => 'string', 'enum' => ['ATTACHED']], 'ElasticGpuStatus' => ['type' => 'string', 'enum' => ['OK', 'IMPAIRED']], 'ElasticGpus' => ['type' => 'structure', 'members' => ['ElasticGpuId' => ['shape' => 'String', 'locationName' => 'elasticGpuId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'ElasticGpuType' => ['shape' => 'String', 'locationName' => 'elasticGpuType'], 'ElasticGpuHealth' => ['shape' => 'ElasticGpuHealth', 'locationName' => 'elasticGpuHealth'], 'ElasticGpuState' => ['shape' => 'ElasticGpuState', 'locationName' => 'elasticGpuState'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ElasticInferenceAccelerator' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String'], 'Count' => ['shape' => 'ElasticInferenceAcceleratorCount']]], 'ElasticInferenceAcceleratorAssociation' => ['type' => 'structure', 'members' => ['ElasticInferenceAcceleratorArn' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorArn'], 'ElasticInferenceAcceleratorAssociationId' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorAssociationId'], 'ElasticInferenceAcceleratorAssociationState' => ['shape' => 'String', 'locationName' => 'elasticInferenceAcceleratorAssociationState'], 'ElasticInferenceAcceleratorAssociationTime' => ['shape' => 'DateTime', 'locationName' => 'elasticInferenceAcceleratorAssociationTime']]], 'ElasticInferenceAcceleratorAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ElasticInferenceAcceleratorAssociation', 'locationName' => 'item']], 'ElasticInferenceAcceleratorCount' => ['type' => 'integer', 'min' => 1], 'ElasticInferenceAccelerators' => ['type' => 'list', 'member' => ['shape' => 'ElasticInferenceAccelerator', 'locationName' => 'item']], 'ElasticIpAssociationId' => ['type' => 'string'], 'EnaSupport' => ['type' => 'string', 'enum' => ['unsupported', 'supported', 'required']], 'EnableEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'EnableEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'EnableFastSnapshotRestoreErrorItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'FastSnapshotRestoreStateErrors' => ['shape' => 'EnableFastSnapshotRestoreStateErrorSet', 'locationName' => 'fastSnapshotRestoreStateErrorSet']]], 'EnableFastSnapshotRestoreErrorSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreErrorItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoreStateError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'EnableFastSnapshotRestoreStateErrorItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Error' => ['shape' => 'EnableFastSnapshotRestoreStateError', 'locationName' => 'error']]], 'EnableFastSnapshotRestoreStateErrorSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreStateErrorItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoreSuccessItem' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'FastSnapshotRestoreStateCode', 'locationName' => 'state'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'stateTransitionReason'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'EnablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enablingTime'], 'OptimizingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'optimizingTime'], 'EnabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'enabledTime'], 'DisablingTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disablingTime'], 'DisabledTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'disabledTime']]], 'EnableFastSnapshotRestoreSuccessSet' => ['type' => 'list', 'member' => ['shape' => 'EnableFastSnapshotRestoreSuccessItem', 'locationName' => 'item']], 'EnableFastSnapshotRestoresRequest' => ['type' => 'structure', 'required' => ['AvailabilityZones', 'SourceSnapshotIds'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZoneStringList', 'locationName' => 'AvailabilityZone'], 'SourceSnapshotIds' => ['shape' => 'SnapshotIdStringList', 'locationName' => 'SourceSnapshotId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableFastSnapshotRestoresResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'EnableFastSnapshotRestoreSuccessSet', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'EnableFastSnapshotRestoreErrorSet', 'locationName' => 'unsuccessful']]], 'EnableTransitGatewayRouteTablePropagationRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'TransitGatewayAttachmentId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableTransitGatewayRouteTablePropagationResult' => ['type' => 'structure', 'members' => ['Propagation' => ['shape' => 'TransitGatewayPropagation', 'locationName' => 'propagation']]], 'EnableVgwRoutePropagationRequest' => ['type' => 'structure', 'required' => ['GatewayId', 'RouteTableId'], 'members' => ['GatewayId' => ['shape' => 'VpnGatewayId'], 'RouteTableId' => ['shape' => 'RouteTableId'], 'DryRun' => ['shape' => 'Boolean']]], 'EnableVolumeIORequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VolumeId' => ['shape' => 'VolumeId', 'locationName' => 'volumeId']]], 'EnableVpcClassicLinkDnsSupportRequest' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'EnableVpcClassicLinkDnsSupportResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'EnableVpcClassicLinkRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'EnableVpcClassicLinkResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'EndDateType' => ['type' => 'string', 'enum' => ['unlimited', 'limited']], 'EndpointSet' => ['type' => 'list', 'member' => ['shape' => 'ClientVpnEndpoint', 'locationName' => 'item']], 'ErrorSet' => ['type' => 'list', 'member' => ['shape' => 'ValidationError', 'locationName' => 'item']], 'EventCode' => ['type' => 'string', 'enum' => ['instance-reboot', 'system-reboot', 'system-maintenance', 'instance-retirement', 'instance-stop']], 'EventInformation' => ['type' => 'structure', 'members' => ['EventDescription' => ['shape' => 'String', 'locationName' => 'eventDescription'], 'EventSubType' => ['shape' => 'String', 'locationName' => 'eventSubType'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'EventType' => ['type' => 'string', 'enum' => ['instanceChange', 'fleetRequestChange', 'error', 'information']], 'ExcessCapacityTerminationPolicy' => ['type' => 'string', 'enum' => ['noTermination', 'default']], 'ExecutableByStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ExecutableBy']], 'ExportClientVpnClientCertificateRevocationListRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportClientVpnClientCertificateRevocationListResult' => ['type' => 'structure', 'members' => ['CertificateRevocationList' => ['shape' => 'String', 'locationName' => 'certificateRevocationList'], 'Status' => ['shape' => 'ClientCertificateRevocationListStatus', 'locationName' => 'status']]], 'ExportClientVpnClientConfigurationRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportClientVpnClientConfigurationResult' => ['type' => 'structure', 'members' => ['ClientConfiguration' => ['shape' => 'String', 'locationName' => 'clientConfiguration']]], 'ExportEnvironment' => ['type' => 'string', 'enum' => ['citrix', 'vmware', 'microsoft']], 'ExportImageRequest' => ['type' => 'structure', 'required' => ['DiskImageFormat', 'ImageId', 'S3ExportLocation'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'Description' => ['shape' => 'String'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat'], 'DryRun' => ['shape' => 'Boolean'], 'ImageId' => ['shape' => 'ImageId'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3LocationRequest'], 'RoleName' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'ExportImageResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'ExportImageTaskId' => ['shape' => 'String', 'locationName' => 'exportImageTaskId'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'RoleName' => ['shape' => 'String', 'locationName' => 'roleName'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3Location', 'locationName' => 's3ExportLocation'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ExportImageTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportImageTaskId' => ['shape' => 'String', 'locationName' => 'exportImageTaskId'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'S3ExportLocation' => ['shape' => 'ExportTaskS3Location', 'locationName' => 's3ExportLocation'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ExportImageTaskId' => ['type' => 'string'], 'ExportImageTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ExportImageTaskId', 'locationName' => 'ExportImageTaskId']], 'ExportImageTaskList' => ['type' => 'list', 'member' => ['shape' => 'ExportImageTask', 'locationName' => 'item']], 'ExportTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ExportTaskId' => ['shape' => 'String', 'locationName' => 'exportTaskId'], 'ExportToS3Task' => ['shape' => 'ExportToS3Task', 'locationName' => 'exportToS3'], 'InstanceExportDetails' => ['shape' => 'InstanceExportDetails', 'locationName' => 'instanceExport'], 'State' => ['shape' => 'ExportTaskState', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ExportTaskId' => ['type' => 'string'], 'ExportTaskIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ExportTaskId', 'locationName' => 'ExportTaskId']], 'ExportTaskList' => ['type' => 'list', 'member' => ['shape' => 'ExportTask', 'locationName' => 'item']], 'ExportTaskS3Location' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Prefix' => ['shape' => 'String', 'locationName' => 's3Prefix']]], 'ExportTaskS3LocationRequest' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String']]], 'ExportTaskState' => ['type' => 'string', 'enum' => ['active', 'cancelling', 'cancelled', 'completed']], 'ExportToS3Task' => ['type' => 'structure', 'members' => ['ContainerFormat' => ['shape' => 'ContainerFormat', 'locationName' => 'containerFormat'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Key' => ['shape' => 'String', 'locationName' => 's3Key']]], 'ExportToS3TaskSpecification' => ['type' => 'structure', 'members' => ['ContainerFormat' => ['shape' => 'ContainerFormat', 'locationName' => 'containerFormat'], 'DiskImageFormat' => ['shape' => 'DiskImageFormat', 'locationName' => 'diskImageFormat'], 'S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Prefix' => ['shape' => 'String', 'locationName' => 's3Prefix']]], 'ExportTransitGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'S3Bucket'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'S3Bucket' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ExportTransitGatewayRoutesResult' => ['type' => 'structure', 'members' => ['S3Location' => ['shape' => 'String', 'locationName' => 's3Location']]], 'ExportVmTaskId' => ['type' => 'string'], 'FailedQueuedPurchaseDeletion' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'DeleteQueuedReservedInstancesError', 'locationName' => 'error'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'FailedQueuedPurchaseDeletionSet' => ['type' => 'list', 'member' => ['shape' => 'FailedQueuedPurchaseDeletion', 'locationName' => 'item']], 'FastSnapshotRestoreStateCode' => ['type' => 'string', 'enum' => ['enabling', 'optimizing', 'enabled', 'disabling', 'disabled']], 'FederatedAuthentication' => ['type' => 'structure', 'members' => ['SamlProviderArn' => ['shape' => 'String', 'locationName' => 'samlProviderArn']]], 'FederatedAuthenticationRequest' => ['type' => 'structure', 'members' => ['SAMLProviderArn' => ['shape' => 'String']]], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter', 'locationName' => 'Filter']], 'FleetActivityStatus' => ['type' => 'string', 'enum' => ['error', 'pending_fulfillment', 'pending_termination', 'fulfilled']], 'FleetCapacityReservationUsageStrategy' => ['type' => 'string', 'enum' => ['use-capacity-reservations-first']], 'FleetData' => ['type' => 'structure', 'members' => ['ActivityStatus' => ['shape' => 'FleetActivityStatus', 'locationName' => 'activityStatus'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'FleetId' => ['shape' => 'FleetId', 'locationName' => 'fleetId'], 'FleetState' => ['shape' => 'FleetStateCode', 'locationName' => 'fleetState'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'FulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledCapacity'], 'FulfilledOnDemandCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledOnDemandCapacity'], 'LaunchTemplateConfigs' => ['shape' => 'FleetLaunchTemplateConfigList', 'locationName' => 'launchTemplateConfigs'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecification', 'locationName' => 'targetCapacitySpecification'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean', 'locationName' => 'terminateInstancesWithExpiration'], 'Type' => ['shape' => 'FleetType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean', 'locationName' => 'replaceUnhealthyInstances'], 'SpotOptions' => ['shape' => 'SpotOptions', 'locationName' => 'spotOptions'], 'OnDemandOptions' => ['shape' => 'OnDemandOptions', 'locationName' => 'onDemandOptions'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Errors' => ['shape' => 'DescribeFleetsErrorSet', 'locationName' => 'errorSet'], 'Instances' => ['shape' => 'DescribeFleetsInstancesSet', 'locationName' => 'fleetInstanceSet']]], 'FleetEventType' => ['type' => 'string', 'enum' => ['instance-change', 'fleet-change', 'service-error']], 'FleetExcessCapacityTerminationPolicy' => ['type' => 'string', 'enum' => ['no-termination', 'termination']], 'FleetId' => ['type' => 'string'], 'FleetIdSet' => ['type' => 'list', 'member' => ['shape' => 'FleetId']], 'FleetLaunchTemplateConfig' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverridesList', 'locationName' => 'overrides']]], 'FleetLaunchTemplateConfigList' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateConfig', 'locationName' => 'item']], 'FleetLaunchTemplateConfigListRequest' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateConfigRequest', 'locationName' => 'item'], 'max' => 50], 'FleetLaunchTemplateConfigRequest' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecificationRequest'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverridesListRequest']]], 'FleetLaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'MaxPrice' => ['shape' => 'String', 'locationName' => 'maxPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'Priority' => ['shape' => 'Double', 'locationName' => 'priority'], 'Placement' => ['shape' => 'PlacementResponse', 'locationName' => 'placement']]], 'FleetLaunchTemplateOverridesList' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateOverrides', 'locationName' => 'item']], 'FleetLaunchTemplateOverridesListRequest' => ['type' => 'list', 'member' => ['shape' => 'FleetLaunchTemplateOverridesRequest', 'locationName' => 'item'], 'max' => 50], 'FleetLaunchTemplateOverridesRequest' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'MaxPrice' => ['shape' => 'String'], 'SubnetId' => ['shape' => 'SubnetId'], 'AvailabilityZone' => ['shape' => 'String'], 'WeightedCapacity' => ['shape' => 'Double'], 'Priority' => ['shape' => 'Double'], 'Placement' => ['shape' => 'Placement']]], 'FleetLaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'Version' => ['shape' => 'String', 'locationName' => 'version']]], 'FleetLaunchTemplateSpecificationRequest' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Version' => ['shape' => 'String']]], 'FleetOnDemandAllocationStrategy' => ['type' => 'string', 'enum' => ['lowest-price', 'prioritized']], 'FleetSet' => ['type' => 'list', 'member' => ['shape' => 'FleetData', 'locationName' => 'item']], 'FleetStateCode' => ['type' => 'string', 'enum' => ['submitted', 'active', 'deleted', 'failed', 'deleted_running', 'deleted_terminating', 'modifying']], 'FleetType' => ['type' => 'string', 'enum' => ['request', 'maintain', 'instant']], 'Float' => ['type' => 'float'], 'FlowLog' => ['type' => 'structure', 'members' => ['CreationTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTime'], 'DeliverLogsErrorMessage' => ['shape' => 'String', 'locationName' => 'deliverLogsErrorMessage'], 'DeliverLogsPermissionArn' => ['shape' => 'String', 'locationName' => 'deliverLogsPermissionArn'], 'DeliverLogsStatus' => ['shape' => 'String', 'locationName' => 'deliverLogsStatus'], 'FlowLogId' => ['shape' => 'String', 'locationName' => 'flowLogId'], 'FlowLogStatus' => ['shape' => 'String', 'locationName' => 'flowLogStatus'], 'LogGroupName' => ['shape' => 'String', 'locationName' => 'logGroupName'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'TrafficType' => ['shape' => 'TrafficType', 'locationName' => 'trafficType'], 'LogDestinationType' => ['shape' => 'LogDestinationType', 'locationName' => 'logDestinationType'], 'LogDestination' => ['shape' => 'String', 'locationName' => 'logDestination'], 'LogFormat' => ['shape' => 'String', 'locationName' => 'logFormat'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'MaxAggregationInterval' => ['shape' => 'Integer', 'locationName' => 'maxAggregationInterval']]], 'FlowLogIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcFlowLogId', 'locationName' => 'item']], 'FlowLogResourceId' => ['type' => 'string'], 'FlowLogResourceIds' => ['type' => 'list', 'member' => ['shape' => 'FlowLogResourceId', 'locationName' => 'item']], 'FlowLogSet' => ['type' => 'list', 'member' => ['shape' => 'FlowLog', 'locationName' => 'item']], 'FlowLogsResourceType' => ['type' => 'string', 'enum' => ['VPC', 'Subnet', 'NetworkInterface']], 'FpgaDeviceCount' => ['type' => 'integer'], 'FpgaDeviceInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FpgaDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'FpgaDeviceManufacturerName', 'locationName' => 'manufacturer'], 'Count' => ['shape' => 'FpgaDeviceCount', 'locationName' => 'count'], 'MemoryInfo' => ['shape' => 'FpgaDeviceMemoryInfo', 'locationName' => 'memoryInfo']]], 'FpgaDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'FpgaDeviceInfo', 'locationName' => 'item']], 'FpgaDeviceManufacturerName' => ['type' => 'string'], 'FpgaDeviceMemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'FpgaDeviceMemorySize', 'locationName' => 'sizeInMiB']]], 'FpgaDeviceMemorySize' => ['type' => 'integer'], 'FpgaDeviceName' => ['type' => 'string'], 'FpgaImage' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'FpgaImageGlobalId' => ['shape' => 'String', 'locationName' => 'fpgaImageGlobalId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'ShellVersion' => ['shape' => 'String', 'locationName' => 'shellVersion'], 'PciId' => ['shape' => 'PciId', 'locationName' => 'pciId'], 'State' => ['shape' => 'FpgaImageState', 'locationName' => 'state'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tags'], 'Public' => ['shape' => 'Boolean', 'locationName' => 'public'], 'DataRetentionSupport' => ['shape' => 'Boolean', 'locationName' => 'dataRetentionSupport']]], 'FpgaImageAttribute' => ['type' => 'structure', 'members' => ['FpgaImageId' => ['shape' => 'String', 'locationName' => 'fpgaImageId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'LoadPermissions' => ['shape' => 'LoadPermissionList', 'locationName' => 'loadPermissions'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes']]], 'FpgaImageAttributeName' => ['type' => 'string', 'enum' => ['description', 'name', 'loadPermission', 'productCodes']], 'FpgaImageId' => ['type' => 'string'], 'FpgaImageIdList' => ['type' => 'list', 'member' => ['shape' => 'FpgaImageId', 'locationName' => 'item']], 'FpgaImageList' => ['type' => 'list', 'member' => ['shape' => 'FpgaImage', 'locationName' => 'item']], 'FpgaImageState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'FpgaImageStateCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'FpgaImageStateCode' => ['type' => 'string', 'enum' => ['pending', 'failed', 'available', 'unavailable']], 'FpgaInfo' => ['type' => 'structure', 'members' => ['Fpgas' => ['shape' => 'FpgaDeviceInfoList', 'locationName' => 'fpgas'], 'TotalFpgaMemoryInMiB' => ['shape' => 'totalFpgaMemory', 'locationName' => 'totalFpgaMemoryInMiB']]], 'FreeTierEligibleFlag' => ['type' => 'boolean'], 'GatewayType' => ['type' => 'string', 'enum' => ['ipsec.1']], 'GetAssociatedIpv6PoolCidrsRequest' => ['type' => 'structure', 'required' => ['PoolId'], 'members' => ['PoolId' => ['shape' => 'Ipv6PoolEc2Id'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'Ipv6PoolMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'GetAssociatedIpv6PoolCidrsResult' => ['type' => 'structure', 'members' => ['Ipv6CidrAssociations' => ['shape' => 'Ipv6CidrAssociationSet', 'locationName' => 'ipv6CidrAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetCapacityReservationUsageRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'GetCapacityReservationUsageRequestMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'GetCapacityReservationUsageRequestMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'GetCapacityReservationUsageResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'TotalInstanceCount' => ['shape' => 'Integer', 'locationName' => 'totalInstanceCount'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'State' => ['shape' => 'CapacityReservationState', 'locationName' => 'state'], 'InstanceUsages' => ['shape' => 'InstanceUsageSet', 'locationName' => 'instanceUsageSet']]], 'GetCoipPoolUsageRequest' => ['type' => 'structure', 'required' => ['PoolId'], 'members' => ['PoolId' => ['shape' => 'CoipPoolId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'CoipPoolMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetCoipPoolUsageResult' => ['type' => 'structure', 'members' => ['CoipPoolId' => ['shape' => 'String', 'locationName' => 'coipPoolId'], 'CoipAddressUsages' => ['shape' => 'CoipAddressUsageSet', 'locationName' => 'coipAddressUsageSet'], 'LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId']]], 'GetConsoleOutputRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Latest' => ['shape' => 'Boolean']]], 'GetConsoleOutputResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Output' => ['shape' => 'String', 'locationName' => 'output'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'GetConsoleScreenshotRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'WakeUp' => ['shape' => 'Boolean']]], 'GetConsoleScreenshotResult' => ['type' => 'structure', 'members' => ['ImageData' => ['shape' => 'String', 'locationName' => 'imageData'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'GetDefaultCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceFamily'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily']]], 'GetDefaultCreditSpecificationResult' => ['type' => 'structure', 'members' => ['InstanceFamilyCreditSpecification' => ['shape' => 'InstanceFamilyCreditSpecification', 'locationName' => 'instanceFamilyCreditSpecification']]], 'GetEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'GetEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'GetEbsEncryptionByDefaultRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'GetEbsEncryptionByDefaultResult' => ['type' => 'structure', 'members' => ['EbsEncryptionByDefault' => ['shape' => 'Boolean', 'locationName' => 'ebsEncryptionByDefault']]], 'GetGroupsForCapacityReservationRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'GetGroupsForCapacityReservationRequestMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'GetGroupsForCapacityReservationRequestMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'GetGroupsForCapacityReservationResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String', 'locationName' => 'nextToken'], 'CapacityReservationGroups' => ['shape' => 'CapacityReservationGroupSet', 'locationName' => 'capacityReservationGroupSet']]], 'GetHostReservationPurchasePreviewRequest' => ['type' => 'structure', 'required' => ['HostIdSet', 'OfferingId'], 'members' => ['HostIdSet' => ['shape' => 'RequestHostIdSet'], 'OfferingId' => ['shape' => 'OfferingId']]], 'GetHostReservationPurchasePreviewResult' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Purchase' => ['shape' => 'PurchaseSet', 'locationName' => 'purchase'], 'TotalHourlyPrice' => ['shape' => 'String', 'locationName' => 'totalHourlyPrice'], 'TotalUpfrontPrice' => ['shape' => 'String', 'locationName' => 'totalUpfrontPrice']]], 'GetLaunchTemplateDataRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId']]], 'GetLaunchTemplateDataResult' => ['type' => 'structure', 'members' => ['LaunchTemplateData' => ['shape' => 'ResponseLaunchTemplateData', 'locationName' => 'launchTemplateData']]], 'GetManagedPrefixListAssociationsMaxResults' => ['type' => 'integer', 'max' => 255, 'min' => 5], 'GetManagedPrefixListAssociationsRequest' => ['type' => 'structure', 'required' => ['PrefixListId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListId' => ['shape' => 'PrefixListResourceId'], 'MaxResults' => ['shape' => 'GetManagedPrefixListAssociationsMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetManagedPrefixListAssociationsResult' => ['type' => 'structure', 'members' => ['PrefixListAssociations' => ['shape' => 'PrefixListAssociationSet', 'locationName' => 'prefixListAssociationSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetManagedPrefixListEntriesRequest' => ['type' => 'structure', 'required' => ['PrefixListId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListId' => ['shape' => 'PrefixListResourceId'], 'TargetVersion' => ['shape' => 'Long'], 'MaxResults' => ['shape' => 'PrefixListMaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetManagedPrefixListEntriesResult' => ['type' => 'structure', 'members' => ['Entries' => ['shape' => 'PrefixListEntrySet', 'locationName' => 'entrySet'], 'NextToken' => ['shape' => 'NextToken', 'locationName' => 'nextToken']]], 'GetPasswordDataRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'GetPasswordDataResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PasswordData' => ['shape' => 'String', 'locationName' => 'passwordData'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'GetReservedInstancesExchangeQuoteRequest' => ['type' => 'structure', 'required' => ['ReservedInstanceIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ReservedInstanceIds' => ['shape' => 'ReservedInstanceIdSet', 'locationName' => 'ReservedInstanceId'], 'TargetConfigurations' => ['shape' => 'TargetConfigurationRequestSet', 'locationName' => 'TargetConfiguration']]], 'GetReservedInstancesExchangeQuoteResult' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'String', 'locationName' => 'currencyCode'], 'IsValidExchange' => ['shape' => 'Boolean', 'locationName' => 'isValidExchange'], 'OutputReservedInstancesWillExpireAt' => ['shape' => 'DateTime', 'locationName' => 'outputReservedInstancesWillExpireAt'], 'PaymentDue' => ['shape' => 'String', 'locationName' => 'paymentDue'], 'ReservedInstanceValueRollup' => ['shape' => 'ReservationValue', 'locationName' => 'reservedInstanceValueRollup'], 'ReservedInstanceValueSet' => ['shape' => 'ReservedInstanceReservationValueSet', 'locationName' => 'reservedInstanceValueSet'], 'TargetConfigurationValueRollup' => ['shape' => 'ReservationValue', 'locationName' => 'targetConfigurationValueRollup'], 'TargetConfigurationValueSet' => ['shape' => 'TargetReservationValueSet', 'locationName' => 'targetConfigurationValueSet'], 'ValidationFailureReason' => ['shape' => 'String', 'locationName' => 'validationFailureReason']]], 'GetTransitGatewayAttachmentPropagationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayAttachmentPropagationsResult' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentPropagations' => ['shape' => 'TransitGatewayAttachmentPropagationList', 'locationName' => 'transitGatewayAttachmentPropagations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayMulticastDomainAssociationsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayMulticastDomainAssociationsResult' => ['type' => 'structure', 'members' => ['MulticastDomainAssociations' => ['shape' => 'TransitGatewayMulticastDomainAssociationList', 'locationName' => 'multicastDomainAssociations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayRouteTableAssociationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayRouteTableAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'TransitGatewayRouteTableAssociationList', 'locationName' => 'associations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetTransitGatewayRouteTablePropagationsRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'GetTransitGatewayRouteTablePropagationsResult' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTablePropagations' => ['shape' => 'TransitGatewayRouteTablePropagationList', 'locationName' => 'transitGatewayRouteTablePropagations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GpuDeviceCount' => ['type' => 'integer'], 'GpuDeviceInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'GpuDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'GpuDeviceManufacturerName', 'locationName' => 'manufacturer'], 'Count' => ['shape' => 'GpuDeviceCount', 'locationName' => 'count'], 'MemoryInfo' => ['shape' => 'GpuDeviceMemoryInfo', 'locationName' => 'memoryInfo']]], 'GpuDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'GpuDeviceInfo', 'locationName' => 'item']], 'GpuDeviceManufacturerName' => ['type' => 'string'], 'GpuDeviceMemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'GpuDeviceMemorySize', 'locationName' => 'sizeInMiB']]], 'GpuDeviceMemorySize' => ['type' => 'integer'], 'GpuDeviceName' => ['type' => 'string'], 'GpuInfo' => ['type' => 'structure', 'members' => ['Gpus' => ['shape' => 'GpuDeviceInfoList', 'locationName' => 'gpus'], 'TotalGpuMemoryInMiB' => ['shape' => 'totalGpuMemory', 'locationName' => 'totalGpuMemoryInMiB']]], 'GroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'groupId']], 'GroupIdentifier' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId']]], 'GroupIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'GroupIdentifier', 'locationName' => 'item']], 'GroupIdentifierSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupIdentifier', 'locationName' => 'item']], 'GroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'GroupNameStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'GroupName']], 'HibernationFlag' => ['type' => 'boolean'], 'HibernationOptions' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean', 'locationName' => 'configured']]], 'HibernationOptionsRequest' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean']]], 'HistoryRecord' => ['type' => 'structure', 'members' => ['EventInformation' => ['shape' => 'EventInformation', 'locationName' => 'eventInformation'], 'EventType' => ['shape' => 'EventType', 'locationName' => 'eventType'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'HistoryRecordEntry' => ['type' => 'structure', 'members' => ['EventInformation' => ['shape' => 'EventInformation', 'locationName' => 'eventInformation'], 'EventType' => ['shape' => 'FleetEventType', 'locationName' => 'eventType'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'HistoryRecordSet' => ['type' => 'list', 'member' => ['shape' => 'HistoryRecordEntry', 'locationName' => 'item']], 'HistoryRecords' => ['type' => 'list', 'member' => ['shape' => 'HistoryRecord', 'locationName' => 'item']], 'Host' => ['type' => 'structure', 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailableCapacity' => ['shape' => 'AvailableCapacity', 'locationName' => 'availableCapacity'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'HostProperties' => ['shape' => 'HostProperties', 'locationName' => 'hostProperties'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'Instances' => ['shape' => 'HostInstanceList', 'locationName' => 'instances'], 'State' => ['shape' => 'AllocationState', 'locationName' => 'state'], 'AllocationTime' => ['shape' => 'DateTime', 'locationName' => 'allocationTime'], 'ReleaseTime' => ['shape' => 'DateTime', 'locationName' => 'releaseTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'HostRecovery' => ['shape' => 'HostRecovery', 'locationName' => 'hostRecovery'], 'AllowsMultipleInstanceTypes' => ['shape' => 'AllowsMultipleInstanceTypes', 'locationName' => 'allowsMultipleInstanceTypes'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'MemberOfServiceLinkedResourceGroup' => ['shape' => 'Boolean', 'locationName' => 'memberOfServiceLinkedResourceGroup']]], 'HostInstance' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'HostInstanceList' => ['type' => 'list', 'member' => ['shape' => 'HostInstance', 'locationName' => 'item']], 'HostList' => ['type' => 'list', 'member' => ['shape' => 'Host', 'locationName' => 'item']], 'HostOffering' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice']]], 'HostOfferingSet' => ['type' => 'list', 'member' => ['shape' => 'HostOffering', 'locationName' => 'item']], 'HostProperties' => ['type' => 'structure', 'members' => ['Cores' => ['shape' => 'Integer', 'locationName' => 'cores'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'Sockets' => ['shape' => 'Integer', 'locationName' => 'sockets'], 'TotalVCpus' => ['shape' => 'Integer', 'locationName' => 'totalVCpus']]], 'HostRecovery' => ['type' => 'string', 'enum' => ['on', 'off']], 'HostReservation' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'End' => ['shape' => 'DateTime', 'locationName' => 'end'], 'HostIdSet' => ['shape' => 'ResponseHostIdSet', 'locationName' => 'hostIdSet'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'Start' => ['shape' => 'DateTime', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'HostReservationId' => ['type' => 'string'], 'HostReservationIdSet' => ['type' => 'list', 'member' => ['shape' => 'HostReservationId', 'locationName' => 'item']], 'HostReservationSet' => ['type' => 'list', 'member' => ['shape' => 'HostReservation', 'locationName' => 'item']], 'HostTenancy' => ['type' => 'string', 'enum' => ['dedicated', 'host']], 'HttpTokensState' => ['type' => 'string', 'enum' => ['optional', 'required']], 'HypervisorType' => ['type' => 'string', 'enum' => ['ovm', 'xen']], 'IKEVersionsList' => ['type' => 'list', 'member' => ['shape' => 'IKEVersionsListValue', 'locationName' => 'item']], 'IKEVersionsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'IKEVersionsRequestList' => ['type' => 'list', 'member' => ['shape' => 'IKEVersionsRequestListValue', 'locationName' => 'item']], 'IKEVersionsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'IamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Id' => ['shape' => 'String', 'locationName' => 'id']]], 'IamInstanceProfileAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'State' => ['shape' => 'IamInstanceProfileAssociationState', 'locationName' => 'state'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'IamInstanceProfileAssociationId' => ['type' => 'string'], 'IamInstanceProfileAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'item']], 'IamInstanceProfileAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'IamInstanceProfileSpecification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'IcmpTypeCode' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Integer', 'locationName' => 'code'], 'Type' => ['shape' => 'Integer', 'locationName' => 'type']]], 'IdFormat' => ['type' => 'structure', 'members' => ['Deadline' => ['shape' => 'DateTime', 'locationName' => 'deadline'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource'], 'UseLongIds' => ['shape' => 'Boolean', 'locationName' => 'useLongIds']]], 'IdFormatList' => ['type' => 'list', 'member' => ['shape' => 'IdFormat', 'locationName' => 'item']], 'Image' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'CreationDate' => ['shape' => 'String', 'locationName' => 'creationDate'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImageLocation' => ['shape' => 'String', 'locationName' => 'imageLocation'], 'ImageType' => ['shape' => 'ImageTypeValues', 'locationName' => 'imageType'], 'Public' => ['shape' => 'Boolean', 'locationName' => 'isPublic'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'imageOwnerId'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'PlatformDetails' => ['shape' => 'String', 'locationName' => 'platformDetails'], 'UsageOperation' => ['shape' => 'String', 'locationName' => 'usageOperation'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'State' => ['shape' => 'ImageState', 'locationName' => 'imageState'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'Hypervisor' => ['shape' => 'HypervisorType', 'locationName' => 'hypervisor'], 'ImageOwnerAlias' => ['shape' => 'String', 'locationName' => 'imageOwnerAlias'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'RootDeviceType' => ['shape' => 'DeviceType', 'locationName' => 'rootDeviceType'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'StateReason' => ['shape' => 'StateReason', 'locationName' => 'stateReason'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VirtualizationType' => ['shape' => 'VirtualizationType', 'locationName' => 'virtualizationType']]], 'ImageAttribute' => ['type' => 'structure', 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'LaunchPermissions' => ['shape' => 'LaunchPermissionList', 'locationName' => 'launchPermission'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'KernelId' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'RamdiskId' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport']]], 'ImageAttributeName' => ['type' => 'string', 'enum' => ['description', 'kernel', 'ramdisk', 'launchPermission', 'productCodes', 'blockDeviceMapping', 'sriovNetSupport']], 'ImageDiskContainer' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'DeviceName' => ['shape' => 'String'], 'Format' => ['shape' => 'String'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'Url' => ['shape' => 'String'], 'UserBucket' => ['shape' => 'UserBucket']]], 'ImageDiskContainerList' => ['type' => 'list', 'member' => ['shape' => 'ImageDiskContainer', 'locationName' => 'item']], 'ImageId' => ['type' => 'string'], 'ImageIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ImageId', 'locationName' => 'ImageId']], 'ImageList' => ['type' => 'list', 'member' => ['shape' => 'Image', 'locationName' => 'item']], 'ImageState' => ['type' => 'string', 'enum' => ['pending', 'available', 'invalid', 'deregistered', 'transient', 'failed', 'error']], 'ImageTypeValues' => ['type' => 'string', 'enum' => ['machine', 'kernel', 'ramdisk']], 'ImportClientVpnClientCertificateRevocationListRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'CertificateRevocationList'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'CertificateRevocationList' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ImportClientVpnClientCertificateRevocationListResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ImportImageLicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'ImportImageLicenseConfigurationResponse' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'ImportImageLicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'ImportImageLicenseConfigurationRequest', 'locationName' => 'item']], 'ImportImageLicenseSpecificationListResponse' => ['type' => 'list', 'member' => ['shape' => 'ImportImageLicenseConfigurationResponse', 'locationName' => 'item']], 'ImportImageRequest' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String'], 'ClientData' => ['shape' => 'ClientData'], 'ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DiskContainers' => ['shape' => 'ImageDiskContainerList', 'locationName' => 'DiskContainer'], 'DryRun' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'Hypervisor' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'LicenseType' => ['shape' => 'String'], 'Platform' => ['shape' => 'String'], 'RoleName' => ['shape' => 'String'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListRequest'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'ImportImageResult' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String', 'locationName' => 'architecture'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Hypervisor' => ['shape' => 'String', 'locationName' => 'hypervisor'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImportTaskId' => ['shape' => 'ImportImageTaskId', 'locationName' => 'importTaskId'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'LicenseType' => ['shape' => 'String', 'locationName' => 'licenseType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotDetails' => ['shape' => 'SnapshotDetailList', 'locationName' => 'snapshotDetailSet'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListResponse', 'locationName' => 'licenseSpecifications'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ImportImageTask' => ['type' => 'structure', 'members' => ['Architecture' => ['shape' => 'String', 'locationName' => 'architecture'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Hypervisor' => ['shape' => 'String', 'locationName' => 'hypervisor'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'LicenseType' => ['shape' => 'String', 'locationName' => 'licenseType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotDetails' => ['shape' => 'SnapshotDetailList', 'locationName' => 'snapshotDetailSet'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'LicenseSpecifications' => ['shape' => 'ImportImageLicenseSpecificationListResponse', 'locationName' => 'licenseSpecifications']]], 'ImportImageTaskId' => ['type' => 'string'], 'ImportImageTaskList' => ['type' => 'list', 'member' => ['shape' => 'ImportImageTask', 'locationName' => 'item']], 'ImportInstanceLaunchSpecification' => ['type' => 'structure', 'members' => ['AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'GroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'GroupId'], 'GroupNames' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'GroupName'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Monitoring' => ['shape' => 'Boolean', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'Placement', 'locationName' => 'placement'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'UserData', 'locationName' => 'userData']]], 'ImportInstanceRequest' => ['type' => 'structure', 'required' => ['Platform'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImages' => ['shape' => 'DiskImageList', 'locationName' => 'diskImage'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'LaunchSpecification' => ['shape' => 'ImportInstanceLaunchSpecification', 'locationName' => 'launchSpecification'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform']]], 'ImportInstanceResult' => ['type' => 'structure', 'members' => ['ConversionTask' => ['shape' => 'ConversionTask', 'locationName' => 'conversionTask']]], 'ImportInstanceTaskDetails' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'Volumes' => ['shape' => 'ImportInstanceVolumeDetailSet', 'locationName' => 'volumes']]], 'ImportInstanceVolumeDetailItem' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'BytesConverted' => ['shape' => 'Long', 'locationName' => 'bytesConverted'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Image' => ['shape' => 'DiskImageDescription', 'locationName' => 'image'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Volume' => ['shape' => 'DiskImageVolumeDescription', 'locationName' => 'volume']]], 'ImportInstanceVolumeDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ImportInstanceVolumeDetailItem', 'locationName' => 'item']], 'ImportKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyName', 'PublicKeyMaterial'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'PublicKeyMaterial' => ['shape' => 'Blob', 'locationName' => 'publicKeyMaterial'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'ImportKeyPairResult' => ['type' => 'structure', 'members' => ['KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'KeyPairId' => ['shape' => 'String', 'locationName' => 'keyPairId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ImportSnapshotRequest' => ['type' => 'structure', 'members' => ['ClientData' => ['shape' => 'ClientData'], 'ClientToken' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DiskContainer' => ['shape' => 'SnapshotDiskContainer'], 'DryRun' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'RoleName' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'ImportSnapshotResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'SnapshotTaskDetail' => ['shape' => 'SnapshotTaskDetail', 'locationName' => 'snapshotTaskDetail'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ImportSnapshotTask' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'ImportTaskId' => ['shape' => 'String', 'locationName' => 'importTaskId'], 'SnapshotTaskDetail' => ['shape' => 'SnapshotTaskDetail', 'locationName' => 'snapshotTaskDetail'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ImportSnapshotTaskId' => ['type' => 'string'], 'ImportSnapshotTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ImportSnapshotTaskId', 'locationName' => 'ImportTaskId']], 'ImportSnapshotTaskList' => ['type' => 'list', 'member' => ['shape' => 'ImportSnapshotTask', 'locationName' => 'item']], 'ImportTaskId' => ['type' => 'string'], 'ImportTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'ImportImageTaskId', 'locationName' => 'ImportTaskId']], 'ImportVolumeRequest' => ['type' => 'structure', 'required' => ['AvailabilityZone', 'Image', 'Volume'], 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Image' => ['shape' => 'DiskImageDetail', 'locationName' => 'image'], 'Volume' => ['shape' => 'VolumeDetail', 'locationName' => 'volume']]], 'ImportVolumeResult' => ['type' => 'structure', 'members' => ['ConversionTask' => ['shape' => 'ConversionTask', 'locationName' => 'conversionTask']]], 'ImportVolumeTaskDetails' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'BytesConverted' => ['shape' => 'Long', 'locationName' => 'bytesConverted'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Image' => ['shape' => 'DiskImageDescription', 'locationName' => 'image'], 'Volume' => ['shape' => 'DiskImageVolumeDescription', 'locationName' => 'volume']]], 'InferenceAcceleratorInfo' => ['type' => 'structure', 'members' => ['Accelerators' => ['shape' => 'InferenceDeviceInfoList', 'locationName' => 'accelerators']]], 'InferenceDeviceCount' => ['type' => 'integer'], 'InferenceDeviceInfo' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'InferenceDeviceCount', 'locationName' => 'count'], 'Name' => ['shape' => 'InferenceDeviceName', 'locationName' => 'name'], 'Manufacturer' => ['shape' => 'InferenceDeviceManufacturerName', 'locationName' => 'manufacturer']]], 'InferenceDeviceInfoList' => ['type' => 'list', 'member' => ['shape' => 'InferenceDeviceInfo'], 'locationName' => 'item'], 'InferenceDeviceManufacturerName' => ['type' => 'string'], 'InferenceDeviceName' => ['type' => 'string'], 'Instance' => ['type' => 'structure', 'members' => ['AmiLaunchIndex' => ['shape' => 'Integer', 'locationName' => 'amiLaunchIndex'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'LaunchTime' => ['shape' => 'DateTime', 'locationName' => 'launchTime'], 'Monitoring' => ['shape' => 'Monitoring', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'Placement', 'locationName' => 'placement'], 'Platform' => ['shape' => 'PlatformValues', 'locationName' => 'platform'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'dnsName'], 'PublicIpAddress' => ['shape' => 'String', 'locationName' => 'ipAddress'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'State' => ['shape' => 'InstanceState', 'locationName' => 'instanceState'], 'StateTransitionReason' => ['shape' => 'String', 'locationName' => 'reason'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'Hypervisor' => ['shape' => 'HypervisorType', 'locationName' => 'hypervisor'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'InstanceLifecycle' => ['shape' => 'InstanceLifecycleType', 'locationName' => 'instanceLifecycle'], 'ElasticGpuAssociations' => ['shape' => 'ElasticGpuAssociationList', 'locationName' => 'elasticGpuAssociationSet'], 'ElasticInferenceAcceleratorAssociations' => ['shape' => 'ElasticInferenceAcceleratorAssociationList', 'locationName' => 'elasticInferenceAcceleratorAssociationSet'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceList', 'locationName' => 'networkInterfaceSet'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'RootDeviceType' => ['shape' => 'DeviceType', 'locationName' => 'rootDeviceType'], 'SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'StateReason' => ['shape' => 'StateReason', 'locationName' => 'stateReason'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VirtualizationType' => ['shape' => 'VirtualizationType', 'locationName' => 'virtualizationType'], 'CpuOptions' => ['shape' => 'CpuOptions', 'locationName' => 'cpuOptions'], 'CapacityReservationId' => ['shape' => 'String', 'locationName' => 'capacityReservationId'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecificationResponse', 'locationName' => 'capacityReservationSpecification'], 'HibernationOptions' => ['shape' => 'HibernationOptions', 'locationName' => 'hibernationOptions'], 'Licenses' => ['shape' => 'LicenseList', 'locationName' => 'licenseSet'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptionsResponse', 'locationName' => 'metadataOptions']]], 'InstanceAttribute' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'DisableApiTermination' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'disableApiTermination'], 'EnaSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enaSupport'], 'EbsOptimized' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'ebsOptimized'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'AttributeValue', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'AttributeValue', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'ProductCodes' => ['shape' => 'ProductCodeList', 'locationName' => 'productCodes'], 'RamdiskId' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'RootDeviceName' => ['shape' => 'AttributeValue', 'locationName' => 'rootDeviceName'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport'], 'UserData' => ['shape' => 'AttributeValue', 'locationName' => 'userData']]], 'InstanceAttributeName' => ['type' => 'string', 'enum' => ['instanceType', 'kernel', 'ramdisk', 'userData', 'disableApiTermination', 'instanceInitiatedShutdownBehavior', 'rootDeviceName', 'blockDeviceMapping', 'productCodes', 'sourceDestCheck', 'groupSet', 'ebsOptimized', 'sriovNetSupport', 'enaSupport']], 'InstanceBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Ebs' => ['shape' => 'EbsInstanceBlockDevice', 'locationName' => 'ebs']]], 'InstanceBlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMapping', 'locationName' => 'item']], 'InstanceBlockDeviceMappingSpecification' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'Ebs' => ['shape' => 'EbsInstanceBlockDeviceSpecification', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName']]], 'InstanceBlockDeviceMappingSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMappingSpecification', 'locationName' => 'item']], 'InstanceCapacity' => ['type' => 'structure', 'members' => ['AvailableCapacity' => ['shape' => 'Integer', 'locationName' => 'availableCapacity'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'TotalCapacity' => ['shape' => 'Integer', 'locationName' => 'totalCapacity']]], 'InstanceCount' => ['type' => 'structure', 'members' => ['InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'State' => ['shape' => 'ListingState', 'locationName' => 'state']]], 'InstanceCountList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCount', 'locationName' => 'item']], 'InstanceCreditSpecification' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'InstanceCreditSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceCreditSpecification', 'locationName' => 'item']], 'InstanceCreditSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'InstanceCreditSpecificationRequest', 'locationName' => 'item']], 'InstanceCreditSpecificationRequest' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'CpuCredits' => ['shape' => 'String']]], 'InstanceEventId' => ['type' => 'string'], 'InstanceExportDetails' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'TargetEnvironment' => ['shape' => 'ExportEnvironment', 'locationName' => 'targetEnvironment']]], 'InstanceFamilyCreditSpecification' => ['type' => 'structure', 'members' => ['InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily', 'locationName' => 'instanceFamily'], 'CpuCredits' => ['shape' => 'String', 'locationName' => 'cpuCredits']]], 'InstanceHealthStatus' => ['type' => 'string', 'enum' => ['healthy', 'unhealthy']], 'InstanceId' => ['type' => 'string'], 'InstanceIdSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceId', 'locationName' => 'item']], 'InstanceIdStringList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId', 'locationName' => 'InstanceId']], 'InstanceIdsSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceId', 'locationName' => 'item']], 'InstanceInterruptionBehavior' => ['type' => 'string', 'enum' => ['hibernate', 'stop', 'terminate']], 'InstanceIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String', 'locationName' => 'ipv6Address']]], 'InstanceIpv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'InstanceIpv6Address', 'locationName' => 'item']], 'InstanceIpv6AddressListRequest' => ['type' => 'list', 'member' => ['shape' => 'InstanceIpv6AddressRequest', 'locationName' => 'InstanceIpv6Address']], 'InstanceIpv6AddressRequest' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String']]], 'InstanceLifecycle' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'InstanceLifecycleType' => ['type' => 'string', 'enum' => ['spot', 'scheduled']], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance', 'locationName' => 'item']], 'InstanceMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType'], 'SpotOptions' => ['shape' => 'SpotMarketOptions']]], 'InstanceMatchCriteria' => ['type' => 'string', 'enum' => ['open', 'targeted']], 'InstanceMetadataEndpointState' => ['type' => 'string', 'enum' => ['disabled', 'enabled']], 'InstanceMetadataOptionsRequest' => ['type' => 'structure', 'members' => ['HttpTokens' => ['shape' => 'HttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState']]], 'InstanceMetadataOptionsResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceMetadataOptionsState', 'locationName' => 'state'], 'HttpTokens' => ['shape' => 'HttpTokensState', 'locationName' => 'httpTokens'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer', 'locationName' => 'httpPutResponseHopLimit'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState', 'locationName' => 'httpEndpoint']]], 'InstanceMetadataOptionsState' => ['type' => 'string', 'enum' => ['pending', 'applied']], 'InstanceMonitoring' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Monitoring' => ['shape' => 'Monitoring', 'locationName' => 'monitoring']]], 'InstanceMonitoringList' => ['type' => 'list', 'member' => ['shape' => 'InstanceMonitoring', 'locationName' => 'item']], 'InstanceNetworkInterface' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'InstanceNetworkInterfaceAssociation', 'locationName' => 'association'], 'Attachment' => ['shape' => 'InstanceNetworkInterfaceAttachment', 'locationName' => 'attachment'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet'], 'MacAddress' => ['shape' => 'String', 'locationName' => 'macAddress'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'InstancePrivateIpAddressList', 'locationName' => 'privateIpAddressesSet'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'Status' => ['shape' => 'NetworkInterfaceStatus', 'locationName' => 'status'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'InterfaceType' => ['shape' => 'String', 'locationName' => 'interfaceType']]], 'InstanceNetworkInterfaceAssociation' => ['type' => 'structure', 'members' => ['CarrierIp' => ['shape' => 'String', 'locationName' => 'carrierIp'], 'IpOwnerId' => ['shape' => 'String', 'locationName' => 'ipOwnerId'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'InstanceNetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status']]], 'InstanceNetworkInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'InstanceNetworkInterface', 'locationName' => 'item']], 'InstanceNetworkInterfaceSpecification' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean', 'locationName' => 'associatePublicIpAddress'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet', 'queryName' => 'Ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddressesSet', 'queryName' => 'PrivateIpAddresses'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'AssociateCarrierIpAddress' => ['shape' => 'Boolean'], 'InterfaceType' => ['shape' => 'String']]], 'InstanceNetworkInterfaceSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceNetworkInterfaceSpecification', 'locationName' => 'item']], 'InstancePrivateIpAddress' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'InstanceNetworkInterfaceAssociation', 'locationName' => 'association'], 'Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'InstancePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'InstancePrivateIpAddress', 'locationName' => 'item']], 'InstanceSpecification' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'ExcludeBootVolume' => ['shape' => 'Boolean']]], 'InstanceState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'Integer', 'locationName' => 'code'], 'Name' => ['shape' => 'InstanceStateName', 'locationName' => 'name']]], 'InstanceStateChange' => ['type' => 'structure', 'members' => ['CurrentState' => ['shape' => 'InstanceState', 'locationName' => 'currentState'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'PreviousState' => ['shape' => 'InstanceState', 'locationName' => 'previousState']]], 'InstanceStateChangeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStateChange', 'locationName' => 'item']], 'InstanceStateName' => ['type' => 'string', 'enum' => ['pending', 'running', 'shutting-down', 'terminated', 'stopping', 'stopped']], 'InstanceStatus' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Events' => ['shape' => 'InstanceStatusEventList', 'locationName' => 'eventsSet'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceState' => ['shape' => 'InstanceState', 'locationName' => 'instanceState'], 'InstanceStatus' => ['shape' => 'InstanceStatusSummary', 'locationName' => 'instanceStatus'], 'SystemStatus' => ['shape' => 'InstanceStatusSummary', 'locationName' => 'systemStatus']]], 'InstanceStatusDetails' => ['type' => 'structure', 'members' => ['ImpairedSince' => ['shape' => 'DateTime', 'locationName' => 'impairedSince'], 'Name' => ['shape' => 'StatusName', 'locationName' => 'name'], 'Status' => ['shape' => 'StatusType', 'locationName' => 'status']]], 'InstanceStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatusDetails', 'locationName' => 'item']], 'InstanceStatusEvent' => ['type' => 'structure', 'members' => ['InstanceEventId' => ['shape' => 'InstanceEventId', 'locationName' => 'instanceEventId'], 'Code' => ['shape' => 'EventCode', 'locationName' => 'code'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'NotAfter' => ['shape' => 'DateTime', 'locationName' => 'notAfter'], 'NotBefore' => ['shape' => 'DateTime', 'locationName' => 'notBefore'], 'NotBeforeDeadline' => ['shape' => 'DateTime', 'locationName' => 'notBeforeDeadline']]], 'InstanceStatusEventList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatusEvent', 'locationName' => 'item']], 'InstanceStatusList' => ['type' => 'list', 'member' => ['shape' => 'InstanceStatus', 'locationName' => 'item']], 'InstanceStatusSummary' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'InstanceStatusDetailsList', 'locationName' => 'details'], 'Status' => ['shape' => 'SummaryStatus', 'locationName' => 'status']]], 'InstanceStorageFlag' => ['type' => 'boolean'], 'InstanceStorageInfo' => ['type' => 'structure', 'members' => ['TotalSizeInGB' => ['shape' => 'DiskSize', 'locationName' => 'totalSizeInGB'], 'Disks' => ['shape' => 'DiskInfoList', 'locationName' => 'disks']]], 'InstanceTagKeySet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'InstanceTagNotificationAttribute' => ['type' => 'structure', 'members' => ['InstanceTagKeys' => ['shape' => 'InstanceTagKeySet', 'locationName' => 'instanceTagKeySet'], 'IncludeAllTagsOfInstance' => ['shape' => 'Boolean', 'locationName' => 'includeAllTagsOfInstance']]], 'InstanceType' => ['type' => 'string', 'enum' => ['t1.micro', 't2.nano', 't2.micro', 't2.small', 't2.medium', 't2.large', 't2.xlarge', 't2.2xlarge', 't3.nano', 't3.micro', 't3.small', 't3.medium', 't3.large', 't3.xlarge', 't3.2xlarge', 't3a.nano', 't3a.micro', 't3a.small', 't3a.medium', 't3a.large', 't3a.xlarge', 't3a.2xlarge', 'm1.small', 'm1.medium', 'm1.large', 'm1.xlarge', 'm3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge', 'm4.large', 'm4.xlarge', 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', 'm4.16xlarge', 'm2.xlarge', 'm2.2xlarge', 'm2.4xlarge', 'cr1.8xlarge', 'r3.large', 'r3.xlarge', 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', 'r4.large', 'r4.xlarge', 'r4.2xlarge', 'r4.4xlarge', 'r4.8xlarge', 'r4.16xlarge', 'r5.large', 'r5.xlarge', 'r5.2xlarge', 'r5.4xlarge', 'r5.8xlarge', 'r5.12xlarge', 'r5.16xlarge', 'r5.24xlarge', 'r5.metal', 'r5a.large', 'r5a.xlarge', 'r5a.2xlarge', 'r5a.4xlarge', 'r5a.8xlarge', 'r5a.12xlarge', 'r5a.16xlarge', 'r5a.24xlarge', 'r5d.large', 'r5d.xlarge', 'r5d.2xlarge', 'r5d.4xlarge', 'r5d.8xlarge', 'r5d.12xlarge', 'r5d.16xlarge', 'r5d.24xlarge', 'r5d.metal', 'r5ad.large', 'r5ad.xlarge', 'r5ad.2xlarge', 'r5ad.4xlarge', 'r5ad.8xlarge', 'r5ad.12xlarge', 'r5ad.16xlarge', 'r5ad.24xlarge', 'r6g.metal', 'r6g.medium', 'r6g.large', 'r6g.xlarge', 'r6g.2xlarge', 'r6g.4xlarge', 'r6g.8xlarge', 'r6g.12xlarge', 'r6g.16xlarge', 'r6gd.metal', 'r6gd.medium', 'r6gd.large', 'r6gd.xlarge', 'r6gd.2xlarge', 'r6gd.4xlarge', 'r6gd.8xlarge', 'r6gd.12xlarge', 'r6gd.16xlarge', 'x1.16xlarge', 'x1.32xlarge', 'x1e.xlarge', 'x1e.2xlarge', 'x1e.4xlarge', 'x1e.8xlarge', 'x1e.16xlarge', 'x1e.32xlarge', 'i2.xlarge', 'i2.2xlarge', 'i2.4xlarge', 'i2.8xlarge', 'i3.large', 'i3.xlarge', 'i3.2xlarge', 'i3.4xlarge', 'i3.8xlarge', 'i3.16xlarge', 'i3.metal', 'i3en.large', 'i3en.xlarge', 'i3en.2xlarge', 'i3en.3xlarge', 'i3en.6xlarge', 'i3en.12xlarge', 'i3en.24xlarge', 'i3en.metal', 'hi1.4xlarge', 'hs1.8xlarge', 'c1.medium', 'c1.xlarge', 'c3.large', 'c3.xlarge', 'c3.2xlarge', 'c3.4xlarge', 'c3.8xlarge', 'c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge', 'c4.8xlarge', 'c5.large', 'c5.xlarge', 'c5.2xlarge', 'c5.4xlarge', 'c5.9xlarge', 'c5.12xlarge', 'c5.18xlarge', 'c5.24xlarge', 'c5.metal', 'c5a.large', 'c5a.xlarge', 'c5a.2xlarge', 'c5a.4xlarge', 'c5a.8xlarge', 'c5a.12xlarge', 'c5a.16xlarge', 'c5a.24xlarge', 'c5ad.large', 'c5ad.xlarge', 'c5ad.2xlarge', 'c5ad.4xlarge', 'c5ad.8xlarge', 'c5ad.12xlarge', 'c5ad.16xlarge', 'c5ad.24xlarge', 'c5d.large', 'c5d.xlarge', 'c5d.2xlarge', 'c5d.4xlarge', 'c5d.9xlarge', 'c5d.12xlarge', 'c5d.18xlarge', 'c5d.24xlarge', 'c5d.metal', 'c5n.large', 'c5n.xlarge', 'c5n.2xlarge', 'c5n.4xlarge', 'c5n.9xlarge', 'c5n.18xlarge', 'c6g.metal', 'c6g.medium', 'c6g.large', 'c6g.xlarge', 'c6g.2xlarge', 'c6g.4xlarge', 'c6g.8xlarge', 'c6g.12xlarge', 'c6g.16xlarge', 'c6gd.metal', 'c6gd.medium', 'c6gd.large', 'c6gd.xlarge', 'c6gd.2xlarge', 'c6gd.4xlarge', 'c6gd.8xlarge', 'c6gd.12xlarge', 'c6gd.16xlarge', 'cc1.4xlarge', 'cc2.8xlarge', 'g2.2xlarge', 'g2.8xlarge', 'g3.4xlarge', 'g3.8xlarge', 'g3.16xlarge', 'g3s.xlarge', 'g4dn.xlarge', 'g4dn.2xlarge', 'g4dn.4xlarge', 'g4dn.8xlarge', 'g4dn.12xlarge', 'g4dn.16xlarge', 'g4dn.metal', 'cg1.4xlarge', 'p2.xlarge', 'p2.8xlarge', 'p2.16xlarge', 'p3.2xlarge', 'p3.8xlarge', 'p3.16xlarge', 'p3dn.24xlarge', 'd2.xlarge', 'd2.2xlarge', 'd2.4xlarge', 'd2.8xlarge', 'f1.2xlarge', 'f1.4xlarge', 'f1.16xlarge', 'm5.large', 'm5.xlarge', 'm5.2xlarge', 'm5.4xlarge', 'm5.8xlarge', 'm5.12xlarge', 'm5.16xlarge', 'm5.24xlarge', 'm5.metal', 'm5a.large', 'm5a.xlarge', 'm5a.2xlarge', 'm5a.4xlarge', 'm5a.8xlarge', 'm5a.12xlarge', 'm5a.16xlarge', 'm5a.24xlarge', 'm5d.large', 'm5d.xlarge', 'm5d.2xlarge', 'm5d.4xlarge', 'm5d.8xlarge', 'm5d.12xlarge', 'm5d.16xlarge', 'm5d.24xlarge', 'm5d.metal', 'm5ad.large', 'm5ad.xlarge', 'm5ad.2xlarge', 'm5ad.4xlarge', 'm5ad.8xlarge', 'm5ad.12xlarge', 'm5ad.16xlarge', 'm5ad.24xlarge', 'h1.2xlarge', 'h1.4xlarge', 'h1.8xlarge', 'h1.16xlarge', 'z1d.large', 'z1d.xlarge', 'z1d.2xlarge', 'z1d.3xlarge', 'z1d.6xlarge', 'z1d.12xlarge', 'z1d.metal', 'u-6tb1.metal', 'u-9tb1.metal', 'u-12tb1.metal', 'u-18tb1.metal', 'u-24tb1.metal', 'a1.medium', 'a1.large', 'a1.xlarge', 'a1.2xlarge', 'a1.4xlarge', 'a1.metal', 'm5dn.large', 'm5dn.xlarge', 'm5dn.2xlarge', 'm5dn.4xlarge', 'm5dn.8xlarge', 'm5dn.12xlarge', 'm5dn.16xlarge', 'm5dn.24xlarge', 'm5n.large', 'm5n.xlarge', 'm5n.2xlarge', 'm5n.4xlarge', 'm5n.8xlarge', 'm5n.12xlarge', 'm5n.16xlarge', 'm5n.24xlarge', 'r5dn.large', 'r5dn.xlarge', 'r5dn.2xlarge', 'r5dn.4xlarge', 'r5dn.8xlarge', 'r5dn.12xlarge', 'r5dn.16xlarge', 'r5dn.24xlarge', 'r5n.large', 'r5n.xlarge', 'r5n.2xlarge', 'r5n.4xlarge', 'r5n.8xlarge', 'r5n.12xlarge', 'r5n.16xlarge', 'r5n.24xlarge', 'inf1.xlarge', 'inf1.2xlarge', 'inf1.6xlarge', 'inf1.24xlarge', 'm6g.metal', 'm6g.medium', 'm6g.large', 'm6g.xlarge', 'm6g.2xlarge', 'm6g.4xlarge', 'm6g.8xlarge', 'm6g.12xlarge', 'm6g.16xlarge', 'm6gd.metal', 'm6gd.medium', 'm6gd.large', 'm6gd.xlarge', 'm6gd.2xlarge', 'm6gd.4xlarge', 'm6gd.8xlarge', 'm6gd.12xlarge', 'm6gd.16xlarge']], 'InstanceTypeHypervisor' => ['type' => 'string', 'enum' => ['nitro', 'xen']], 'InstanceTypeInfo' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'CurrentGeneration' => ['shape' => 'CurrentGenerationFlag', 'locationName' => 'currentGeneration'], 'FreeTierEligible' => ['shape' => 'FreeTierEligibleFlag', 'locationName' => 'freeTierEligible'], 'SupportedUsageClasses' => ['shape' => 'UsageClassTypeList', 'locationName' => 'supportedUsageClasses'], 'SupportedRootDeviceTypes' => ['shape' => 'RootDeviceTypeList', 'locationName' => 'supportedRootDeviceTypes'], 'SupportedVirtualizationTypes' => ['shape' => 'VirtualizationTypeList', 'locationName' => 'supportedVirtualizationTypes'], 'BareMetal' => ['shape' => 'BareMetalFlag', 'locationName' => 'bareMetal'], 'Hypervisor' => ['shape' => 'InstanceTypeHypervisor', 'locationName' => 'hypervisor'], 'ProcessorInfo' => ['shape' => 'ProcessorInfo', 'locationName' => 'processorInfo'], 'VCpuInfo' => ['shape' => 'VCpuInfo', 'locationName' => 'vCpuInfo'], 'MemoryInfo' => ['shape' => 'MemoryInfo', 'locationName' => 'memoryInfo'], 'InstanceStorageSupported' => ['shape' => 'InstanceStorageFlag', 'locationName' => 'instanceStorageSupported'], 'InstanceStorageInfo' => ['shape' => 'InstanceStorageInfo', 'locationName' => 'instanceStorageInfo'], 'EbsInfo' => ['shape' => 'EbsInfo', 'locationName' => 'ebsInfo'], 'NetworkInfo' => ['shape' => 'NetworkInfo', 'locationName' => 'networkInfo'], 'GpuInfo' => ['shape' => 'GpuInfo', 'locationName' => 'gpuInfo'], 'FpgaInfo' => ['shape' => 'FpgaInfo', 'locationName' => 'fpgaInfo'], 'PlacementGroupInfo' => ['shape' => 'PlacementGroupInfo', 'locationName' => 'placementGroupInfo'], 'InferenceAcceleratorInfo' => ['shape' => 'InferenceAcceleratorInfo', 'locationName' => 'inferenceAcceleratorInfo'], 'HibernationSupported' => ['shape' => 'HibernationFlag', 'locationName' => 'hibernationSupported'], 'BurstablePerformanceSupported' => ['shape' => 'BurstablePerformanceFlag', 'locationName' => 'burstablePerformanceSupported'], 'DedicatedHostsSupported' => ['shape' => 'DedicatedHostFlag', 'locationName' => 'dedicatedHostsSupported'], 'AutoRecoverySupported' => ['shape' => 'AutoRecoveryFlag', 'locationName' => 'autoRecoverySupported']]], 'InstanceTypeInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeInfo', 'locationName' => 'item']], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InstanceTypeOffering' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'LocationType' => ['shape' => 'LocationType', 'locationName' => 'locationType'], 'Location' => ['shape' => 'Location', 'locationName' => 'location']]], 'InstanceTypeOfferingsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeOffering', 'locationName' => 'item']], 'InstanceUsage' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'String', 'locationName' => 'accountId'], 'UsedInstanceCount' => ['shape' => 'Integer', 'locationName' => 'usedInstanceCount']]], 'InstanceUsageSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceUsage', 'locationName' => 'item']], 'Integer' => ['type' => 'integer'], 'InterfacePermissionType' => ['type' => 'string', 'enum' => ['INSTANCE-ATTACH', 'EIP-ASSOCIATE']], 'InternetGateway' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'InternetGatewayAttachmentList', 'locationName' => 'attachmentSet'], 'InternetGatewayId' => ['shape' => 'String', 'locationName' => 'internetGatewayId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'InternetGatewayAttachment' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AttachmentStatus', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'InternetGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'InternetGatewayAttachment', 'locationName' => 'item']], 'InternetGatewayId' => ['type' => 'string'], 'InternetGatewayIdList' => ['type' => 'list', 'member' => ['shape' => 'InternetGatewayId', 'locationName' => 'item']], 'InternetGatewayList' => ['type' => 'list', 'member' => ['shape' => 'InternetGateway', 'locationName' => 'item']], 'IpPermission' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'IpRanges' => ['shape' => 'IpRangeList', 'locationName' => 'ipRanges'], 'Ipv6Ranges' => ['shape' => 'Ipv6RangeList', 'locationName' => 'ipv6Ranges'], 'PrefixListIds' => ['shape' => 'PrefixListIdList', 'locationName' => 'prefixListIds'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'UserIdGroupPairs' => ['shape' => 'UserIdGroupPairList', 'locationName' => 'groups']]], 'IpPermissionList' => ['type' => 'list', 'member' => ['shape' => 'IpPermission', 'locationName' => 'item']], 'IpRange' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'IpRangeList' => ['type' => 'list', 'member' => ['shape' => 'IpRange', 'locationName' => 'item']], 'IpRanges' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Ipv4PoolEc2Id' => ['type' => 'string'], 'Ipv6Address' => ['type' => 'string'], 'Ipv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'Ipv6CidrAssociation' => ['type' => 'structure', 'members' => ['Ipv6Cidr' => ['shape' => 'String', 'locationName' => 'ipv6Cidr'], 'AssociatedResource' => ['shape' => 'String', 'locationName' => 'associatedResource']]], 'Ipv6CidrAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6CidrAssociation', 'locationName' => 'item']], 'Ipv6CidrBlock' => ['type' => 'structure', 'members' => ['Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock']]], 'Ipv6CidrBlockSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6CidrBlock', 'locationName' => 'item']], 'Ipv6Flag' => ['type' => 'boolean'], 'Ipv6Pool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'String', 'locationName' => 'poolId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'PoolCidrBlocks' => ['shape' => 'PoolCidrBlocksSet', 'locationName' => 'poolCidrBlockSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'Ipv6PoolEc2Id' => ['type' => 'string'], 'Ipv6PoolIdList' => ['type' => 'list', 'member' => ['shape' => 'Ipv6PoolEc2Id', 'locationName' => 'item']], 'Ipv6PoolMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Ipv6PoolSet' => ['type' => 'list', 'member' => ['shape' => 'Ipv6Pool', 'locationName' => 'item']], 'Ipv6Range' => ['type' => 'structure', 'members' => ['CidrIpv6' => ['shape' => 'String', 'locationName' => 'cidrIpv6'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'Ipv6RangeList' => ['type' => 'list', 'member' => ['shape' => 'Ipv6Range', 'locationName' => 'item']], 'Ipv6SupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'KernelId' => ['type' => 'string'], 'KeyNameStringList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairName', 'locationName' => 'KeyName']], 'KeyPair' => ['type' => 'structure', 'members' => ['KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyMaterial' => ['shape' => 'SensitiveUserData', 'locationName' => 'keyMaterial'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'KeyPairId' => ['shape' => 'String', 'locationName' => 'keyPairId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'KeyPairId' => ['type' => 'string'], 'KeyPairIdStringList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairId', 'locationName' => 'KeyPairId']], 'KeyPairInfo' => ['type' => 'structure', 'members' => ['KeyPairId' => ['shape' => 'String', 'locationName' => 'keyPairId'], 'KeyFingerprint' => ['shape' => 'String', 'locationName' => 'keyFingerprint'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'KeyPairList' => ['type' => 'list', 'member' => ['shape' => 'KeyPairInfo', 'locationName' => 'item']], 'KeyPairName' => ['type' => 'string'], 'KmsKeyId' => ['type' => 'string'], 'LastError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Code' => ['shape' => 'String', 'locationName' => 'code']]], 'LaunchPermission' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId']]], 'LaunchPermissionList' => ['type' => 'list', 'member' => ['shape' => 'LaunchPermission', 'locationName' => 'item']], 'LaunchPermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'LaunchPermissionList'], 'Remove' => ['shape' => 'LaunchPermissionList']]], 'LaunchSpecification' => ['type' => 'structure', 'members' => ['UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled', 'locationName' => 'monitoring']]], 'LaunchSpecsList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetLaunchSpecification', 'locationName' => 'item']], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'CreatedBy' => ['shape' => 'String', 'locationName' => 'createdBy'], 'DefaultVersionNumber' => ['shape' => 'Long', 'locationName' => 'defaultVersionNumber'], 'LatestVersionNumber' => ['shape' => 'Long', 'locationName' => 'latestVersionNumber'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LaunchTemplateAndOverridesResponse' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'FleetLaunchTemplateOverrides', 'locationName' => 'overrides']]], 'LaunchTemplateBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'VirtualName' => ['shape' => 'String', 'locationName' => 'virtualName'], 'Ebs' => ['shape' => 'LaunchTemplateEbsBlockDevice', 'locationName' => 'ebs'], 'NoDevice' => ['shape' => 'String', 'locationName' => 'noDevice']]], 'LaunchTemplateBlockDeviceMappingList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateBlockDeviceMapping', 'locationName' => 'item']], 'LaunchTemplateBlockDeviceMappingRequest' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String'], 'VirtualName' => ['shape' => 'String'], 'Ebs' => ['shape' => 'LaunchTemplateEbsBlockDeviceRequest'], 'NoDevice' => ['shape' => 'String']]], 'LaunchTemplateBlockDeviceMappingRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateBlockDeviceMappingRequest', 'locationName' => 'BlockDeviceMapping']], 'LaunchTemplateCapacityReservationSpecificationRequest' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTarget']]], 'LaunchTemplateCapacityReservationSpecificationResponse' => ['type' => 'structure', 'members' => ['CapacityReservationPreference' => ['shape' => 'CapacityReservationPreference', 'locationName' => 'capacityReservationPreference'], 'CapacityReservationTarget' => ['shape' => 'CapacityReservationTargetResponse', 'locationName' => 'capacityReservationTarget']]], 'LaunchTemplateConfig' => ['type' => 'structure', 'members' => ['LaunchTemplateSpecification' => ['shape' => 'FleetLaunchTemplateSpecification', 'locationName' => 'launchTemplateSpecification'], 'Overrides' => ['shape' => 'LaunchTemplateOverridesList', 'locationName' => 'overrides']]], 'LaunchTemplateConfigList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateConfig', 'locationName' => 'item']], 'LaunchTemplateCpuOptions' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer', 'locationName' => 'coreCount'], 'ThreadsPerCore' => ['shape' => 'Integer', 'locationName' => 'threadsPerCore']]], 'LaunchTemplateCpuOptionsRequest' => ['type' => 'structure', 'members' => ['CoreCount' => ['shape' => 'Integer'], 'ThreadsPerCore' => ['shape' => 'Integer']]], 'LaunchTemplateEbsBlockDevice' => ['type' => 'structure', 'members' => ['Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'KmsKeyId' => ['shape' => 'KmsKeyId', 'locationName' => 'kmsKeyId'], 'SnapshotId' => ['shape' => 'SnapshotId', 'locationName' => 'snapshotId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType']]], 'LaunchTemplateEbsBlockDeviceRequest' => ['type' => 'structure', 'members' => ['Encrypted' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Iops' => ['shape' => 'Integer'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeSize' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'VolumeType']]], 'LaunchTemplateElasticInferenceAccelerator' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'String'], 'Count' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorCount']]], 'LaunchTemplateElasticInferenceAcceleratorCount' => ['type' => 'integer', 'min' => 1], 'LaunchTemplateElasticInferenceAcceleratorList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateElasticInferenceAccelerator', 'locationName' => 'item']], 'LaunchTemplateElasticInferenceAcceleratorResponse' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String', 'locationName' => 'type'], 'Count' => ['shape' => 'Integer', 'locationName' => 'count']]], 'LaunchTemplateElasticInferenceAcceleratorResponseList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorResponse', 'locationName' => 'item']], 'LaunchTemplateErrorCode' => ['type' => 'string', 'enum' => ['launchTemplateIdDoesNotExist', 'launchTemplateIdMalformed', 'launchTemplateNameDoesNotExist', 'launchTemplateNameMalformed', 'launchTemplateVersionDoesNotExist', 'unexpectedError']], 'LaunchTemplateHibernationOptions' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean', 'locationName' => 'configured']]], 'LaunchTemplateHibernationOptionsRequest' => ['type' => 'structure', 'members' => ['Configured' => ['shape' => 'Boolean']]], 'LaunchTemplateHttpTokensState' => ['type' => 'string', 'enum' => ['optional', 'required']], 'LaunchTemplateIamInstanceProfileSpecification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'LaunchTemplateIamInstanceProfileSpecificationRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'LaunchTemplateId' => ['type' => 'string'], 'LaunchTemplateIdStringList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateId', 'locationName' => 'item']], 'LaunchTemplateInstanceMarketOptions' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType', 'locationName' => 'marketType'], 'SpotOptions' => ['shape' => 'LaunchTemplateSpotMarketOptions', 'locationName' => 'spotOptions']]], 'LaunchTemplateInstanceMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MarketType' => ['shape' => 'MarketType'], 'SpotOptions' => ['shape' => 'LaunchTemplateSpotMarketOptionsRequest']]], 'LaunchTemplateInstanceMetadataEndpointState' => ['type' => 'string', 'enum' => ['disabled', 'enabled']], 'LaunchTemplateInstanceMetadataOptions' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'LaunchTemplateInstanceMetadataOptionsState', 'locationName' => 'state'], 'HttpTokens' => ['shape' => 'LaunchTemplateHttpTokensState', 'locationName' => 'httpTokens'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer', 'locationName' => 'httpPutResponseHopLimit'], 'HttpEndpoint' => ['shape' => 'LaunchTemplateInstanceMetadataEndpointState', 'locationName' => 'httpEndpoint']]], 'LaunchTemplateInstanceMetadataOptionsRequest' => ['type' => 'structure', 'members' => ['HttpTokens' => ['shape' => 'LaunchTemplateHttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'LaunchTemplateInstanceMetadataEndpointState']]], 'LaunchTemplateInstanceMetadataOptionsState' => ['type' => 'string', 'enum' => ['pending', 'applied']], 'LaunchTemplateInstanceNetworkInterfaceSpecification' => ['type' => 'structure', 'members' => ['AssociateCarrierIpAddress' => ['shape' => 'Boolean', 'locationName' => 'associateCarrierIpAddress'], 'AssociatePublicIpAddress' => ['shape' => 'Boolean', 'locationName' => 'associatePublicIpAddress'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'groupSet'], 'InterfaceType' => ['shape' => 'String', 'locationName' => 'interfaceType'], 'Ipv6AddressCount' => ['shape' => 'Integer', 'locationName' => 'ipv6AddressCount'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'ipv6AddressesSet'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList', 'locationName' => 'privateIpAddressesSet'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'secondaryPrivateIpAddressCount'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId']]], 'LaunchTemplateInstanceNetworkInterfaceSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecification', 'locationName' => 'item']], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest' => ['type' => 'structure', 'members' => ['AssociateCarrierIpAddress' => ['shape' => 'Boolean'], 'AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DeviceIndex' => ['shape' => 'Integer'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'InterfaceType' => ['shape' => 'String'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressListRequest'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressSpecificationList'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer'], 'SubnetId' => ['shape' => 'SubnetId']]], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest', 'locationName' => 'InstanceNetworkInterfaceSpecification']], 'LaunchTemplateLicenseConfiguration' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'LaunchTemplateLicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'LaunchTemplateLicenseList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateLicenseConfiguration', 'locationName' => 'item']], 'LaunchTemplateLicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateLicenseConfigurationRequest', 'locationName' => 'item']], 'LaunchTemplateName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\(\\)\\.\\-/_]+'], 'LaunchTemplateNameStringList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateName', 'locationName' => 'item']], 'LaunchTemplateOverrides' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'Priority' => ['shape' => 'Double', 'locationName' => 'priority']]], 'LaunchTemplateOverridesList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateOverrides', 'locationName' => 'item']], 'LaunchTemplatePlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Affinity' => ['shape' => 'String', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy'], 'SpreadDomain' => ['shape' => 'String', 'locationName' => 'spreadDomain'], 'HostResourceGroupArn' => ['shape' => 'String', 'locationName' => 'hostResourceGroupArn'], 'PartitionNumber' => ['shape' => 'Integer', 'locationName' => 'partitionNumber']]], 'LaunchTemplatePlacementRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'Affinity' => ['shape' => 'String'], 'GroupName' => ['shape' => 'PlacementGroupName'], 'HostId' => ['shape' => 'DedicatedHostId'], 'Tenancy' => ['shape' => 'Tenancy'], 'SpreadDomain' => ['shape' => 'String'], 'HostResourceGroupArn' => ['shape' => 'String'], 'PartitionNumber' => ['shape' => 'Integer']]], 'LaunchTemplateSet' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplate', 'locationName' => 'item']], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'LaunchTemplateSpotMarketOptions' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String', 'locationName' => 'maxPrice'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType', 'locationName' => 'spotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior']]], 'LaunchTemplateSpotMarketOptionsRequest' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer'], 'ValidUntil' => ['shape' => 'DateTime'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'LaunchTemplateTagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LaunchTemplateTagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateTagSpecification', 'locationName' => 'item']], 'LaunchTemplateTagSpecificationRequest' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'LaunchTemplateTagSpecificationRequestList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateTagSpecificationRequest', 'locationName' => 'LaunchTemplateTagSpecificationRequest']], 'LaunchTemplateVersion' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'String', 'locationName' => 'launchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName', 'locationName' => 'launchTemplateName'], 'VersionNumber' => ['shape' => 'Long', 'locationName' => 'versionNumber'], 'VersionDescription' => ['shape' => 'VersionDescription', 'locationName' => 'versionDescription'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'CreatedBy' => ['shape' => 'String', 'locationName' => 'createdBy'], 'DefaultVersion' => ['shape' => 'Boolean', 'locationName' => 'defaultVersion'], 'LaunchTemplateData' => ['shape' => 'ResponseLaunchTemplateData', 'locationName' => 'launchTemplateData']]], 'LaunchTemplateVersionSet' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplateVersion', 'locationName' => 'item']], 'LaunchTemplatesMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'LaunchTemplatesMonitoringRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'LicenseConfiguration' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String', 'locationName' => 'licenseConfigurationArn']]], 'LicenseConfigurationRequest' => ['type' => 'structure', 'members' => ['LicenseConfigurationArn' => ['shape' => 'String']]], 'LicenseList' => ['type' => 'list', 'member' => ['shape' => 'LicenseConfiguration', 'locationName' => 'item']], 'LicenseSpecificationListRequest' => ['type' => 'list', 'member' => ['shape' => 'LicenseConfigurationRequest', 'locationName' => 'item']], 'ListingState' => ['type' => 'string', 'enum' => ['available', 'sold', 'cancelled', 'pending']], 'ListingStatus' => ['type' => 'string', 'enum' => ['active', 'pending', 'cancelled', 'closed']], 'LoadBalancersConfig' => ['type' => 'structure', 'members' => ['ClassicLoadBalancersConfig' => ['shape' => 'ClassicLoadBalancersConfig', 'locationName' => 'classicLoadBalancersConfig'], 'TargetGroupsConfig' => ['shape' => 'TargetGroupsConfig', 'locationName' => 'targetGroupsConfig']]], 'LoadPermission' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'String', 'locationName' => 'userId'], 'Group' => ['shape' => 'PermissionGroup', 'locationName' => 'group']]], 'LoadPermissionList' => ['type' => 'list', 'member' => ['shape' => 'LoadPermission', 'locationName' => 'item']], 'LoadPermissionListRequest' => ['type' => 'list', 'member' => ['shape' => 'LoadPermissionRequest', 'locationName' => 'item']], 'LoadPermissionModifications' => ['type' => 'structure', 'members' => ['Add' => ['shape' => 'LoadPermissionListRequest'], 'Remove' => ['shape' => 'LoadPermissionListRequest']]], 'LoadPermissionRequest' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'PermissionGroup'], 'UserId' => ['shape' => 'String']]], 'LocalGateway' => ['type' => 'structure', 'members' => ['LocalGatewayId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayId' => ['type' => 'string'], 'LocalGatewayIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayId', 'locationName' => 'item']], 'LocalGatewayMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'LocalGatewayRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'Type' => ['shape' => 'LocalGatewayRouteType', 'locationName' => 'type'], 'State' => ['shape' => 'LocalGatewayRouteState', 'locationName' => 'state'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'localGatewayRouteTableId']]], 'LocalGatewayRouteList' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRoute', 'locationName' => 'item']], 'LocalGatewayRouteState' => ['type' => 'string', 'enum' => ['pending', 'active', 'blackhole', 'deleting', 'deleted']], 'LocalGatewayRouteTable' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRoutetableId', 'locationName' => 'item']], 'LocalGatewayRouteTableSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTable', 'locationName' => 'item']], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId', 'locationName' => 'localGatewayRouteTableVirtualInterfaceGroupAssociationId'], 'LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayId', 'locationName' => 'localGatewayRouteTableId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => ['type' => 'string'], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId', 'locationName' => 'item']], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation', 'locationName' => 'item']], 'LocalGatewayRouteTableVpcAssociation' => ['type' => 'structure', 'members' => ['LocalGatewayRouteTableVpcAssociationId' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId', 'locationName' => 'localGatewayRouteTableVpcAssociationId'], 'LocalGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'localGatewayRouteTableId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'State' => ['shape' => 'String', 'locationName' => 'state'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayRouteTableVpcAssociationId' => ['type' => 'string'], 'LocalGatewayRouteTableVpcAssociationIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVpcAssociationId', 'locationName' => 'item']], 'LocalGatewayRouteTableVpcAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayRouteTableVpcAssociation', 'locationName' => 'item']], 'LocalGatewayRouteType' => ['type' => 'string', 'enum' => ['static', 'propagated']], 'LocalGatewayRoutetableId' => ['type' => 'string'], 'LocalGatewaySet' => ['type' => 'list', 'member' => ['shape' => 'LocalGateway', 'locationName' => 'item']], 'LocalGatewayVirtualInterface' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceId' => ['shape' => 'LocalGatewayVirtualInterfaceId', 'locationName' => 'localGatewayVirtualInterfaceId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'Vlan' => ['shape' => 'Integer', 'locationName' => 'vlan'], 'LocalAddress' => ['shape' => 'String', 'locationName' => 'localAddress'], 'PeerAddress' => ['shape' => 'String', 'locationName' => 'peerAddress'], 'LocalBgpAsn' => ['shape' => 'Integer', 'locationName' => 'localBgpAsn'], 'PeerBgpAsn' => ['shape' => 'Integer', 'locationName' => 'peerBgpAsn'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayVirtualInterfaceGroup' => ['type' => 'structure', 'members' => ['LocalGatewayVirtualInterfaceGroupId' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'localGatewayVirtualInterfaceGroupId'], 'LocalGatewayVirtualInterfaceIds' => ['shape' => 'LocalGatewayVirtualInterfaceIdSet', 'locationName' => 'localGatewayVirtualInterfaceIdSet'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'LocalGatewayVirtualInterfaceGroupId' => ['type' => 'string'], 'LocalGatewayVirtualInterfaceGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceGroupId', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceGroupSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceGroup', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceId' => ['type' => 'string'], 'LocalGatewayVirtualInterfaceIdSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterfaceId', 'locationName' => 'item']], 'LocalGatewayVirtualInterfaceSet' => ['type' => 'list', 'member' => ['shape' => 'LocalGatewayVirtualInterface', 'locationName' => 'item']], 'Location' => ['type' => 'string'], 'LocationType' => ['type' => 'string', 'enum' => ['region', 'availability-zone', 'availability-zone-id']], 'LogDestinationType' => ['type' => 'string', 'enum' => ['cloud-watch-logs', 's3']], 'Long' => ['type' => 'long'], 'ManagedPrefixList' => ['type' => 'structure', 'members' => ['PrefixListId' => ['shape' => 'PrefixListResourceId', 'locationName' => 'prefixListId'], 'AddressFamily' => ['shape' => 'String', 'locationName' => 'addressFamily'], 'State' => ['shape' => 'PrefixListState', 'locationName' => 'state'], 'StateMessage' => ['shape' => 'String', 'locationName' => 'stateMessage'], 'PrefixListArn' => ['shape' => 'ResourceArn', 'locationName' => 'prefixListArn'], 'PrefixListName' => ['shape' => 'String', 'locationName' => 'prefixListName'], 'MaxEntries' => ['shape' => 'Integer', 'locationName' => 'maxEntries'], 'Version' => ['shape' => 'Long', 'locationName' => 'version'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'ManagedPrefixListSet' => ['type' => 'list', 'member' => ['shape' => 'ManagedPrefixList', 'locationName' => 'item']], 'MarketType' => ['type' => 'string', 'enum' => ['spot']], 'MaxIpv4AddrPerInterface' => ['type' => 'integer'], 'MaxIpv6AddrPerInterface' => ['type' => 'integer'], 'MaxNetworkInterfaces' => ['type' => 'integer'], 'MaxResults' => ['type' => 'integer'], 'MaximumBandwidthInMbps' => ['type' => 'integer'], 'MaximumIops' => ['type' => 'integer'], 'MaximumThroughputInMBps' => ['type' => 'double'], 'MembershipType' => ['type' => 'string', 'enum' => ['static', 'igmp']], 'MemoryInfo' => ['type' => 'structure', 'members' => ['SizeInMiB' => ['shape' => 'MemorySize', 'locationName' => 'sizeInMiB']]], 'MemorySize' => ['type' => 'long'], 'MillisecondDateTime' => ['type' => 'timestamp'], 'ModifyAvailabilityZoneGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'OptInStatus'], 'members' => ['GroupName' => ['shape' => 'String'], 'OptInStatus' => ['shape' => 'ModifyAvailabilityZoneOptInStatus'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyAvailabilityZoneGroupResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyAvailabilityZoneOptInStatus' => ['type' => 'string', 'enum' => ['opted-in', 'not-opted-in']], 'ModifyCapacityReservationRequest' => ['type' => 'structure', 'required' => ['CapacityReservationId'], 'members' => ['CapacityReservationId' => ['shape' => 'CapacityReservationId'], 'InstanceCount' => ['shape' => 'Integer'], 'EndDate' => ['shape' => 'DateTime'], 'EndDateType' => ['shape' => 'EndDateType'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyCapacityReservationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyClientVpnEndpointRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'ServerCertificateArn' => ['shape' => 'String'], 'ConnectionLogOptions' => ['shape' => 'ConnectionLogOptions'], 'DnsServers' => ['shape' => 'DnsServersOptionsModifyStructure'], 'VpnPort' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'SplitTunnel' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'SecurityGroupIds' => ['shape' => 'ClientVpnSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'VpcId' => ['shape' => 'VpcId']]], 'ModifyClientVpnEndpointResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyDefaultCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceFamily', 'CpuCredits'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceFamily' => ['shape' => 'UnlimitedSupportedInstanceFamily'], 'CpuCredits' => ['shape' => 'String']]], 'ModifyDefaultCreditSpecificationResult' => ['type' => 'structure', 'members' => ['InstanceFamilyCreditSpecification' => ['shape' => 'InstanceFamilyCreditSpecification', 'locationName' => 'instanceFamilyCreditSpecification']]], 'ModifyEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'required' => ['KmsKeyId'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'ModifyFleetRequest' => ['type' => 'structure', 'required' => ['FleetId', 'TargetCapacitySpecification'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'FleetExcessCapacityTerminationPolicy'], 'FleetId' => ['shape' => 'FleetId'], 'TargetCapacitySpecification' => ['shape' => 'TargetCapacitySpecificationRequest']]], 'ModifyFleetResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'FpgaImageAttributeName'], 'OperationType' => ['shape' => 'OperationType'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'UserGroups' => ['shape' => 'UserGroupStringList', 'locationName' => 'UserGroup'], 'ProductCodes' => ['shape' => 'ProductCodeStringList', 'locationName' => 'ProductCode'], 'LoadPermission' => ['shape' => 'LoadPermissionModifications'], 'Description' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'ModifyFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['FpgaImageAttribute' => ['shape' => 'FpgaImageAttribute', 'locationName' => 'fpgaImageAttribute']]], 'ModifyHostsRequest' => ['type' => 'structure', 'required' => ['HostIds'], 'members' => ['AutoPlacement' => ['shape' => 'AutoPlacement', 'locationName' => 'autoPlacement'], 'HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId'], 'HostRecovery' => ['shape' => 'HostRecovery'], 'InstanceType' => ['shape' => 'String'], 'InstanceFamily' => ['shape' => 'String']]], 'ModifyHostsResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'ResponseHostIdList', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemList', 'locationName' => 'unsuccessful']]], 'ModifyIdFormatRequest' => ['type' => 'structure', 'required' => ['Resource', 'UseLongIds'], 'members' => ['Resource' => ['shape' => 'String'], 'UseLongIds' => ['shape' => 'Boolean']]], 'ModifyIdentityIdFormatRequest' => ['type' => 'structure', 'required' => ['PrincipalArn', 'Resource', 'UseLongIds'], 'members' => ['PrincipalArn' => ['shape' => 'String', 'locationName' => 'principalArn'], 'Resource' => ['shape' => 'String', 'locationName' => 'resource'], 'UseLongIds' => ['shape' => 'Boolean', 'locationName' => 'useLongIds']]], 'ModifyImageAttributeRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['Attribute' => ['shape' => 'String'], 'Description' => ['shape' => 'AttributeValue'], 'ImageId' => ['shape' => 'ImageId'], 'LaunchPermission' => ['shape' => 'LaunchPermissionModifications'], 'OperationType' => ['shape' => 'OperationType'], 'ProductCodes' => ['shape' => 'ProductCodeStringList', 'locationName' => 'ProductCode'], 'UserGroups' => ['shape' => 'UserGroupStringList', 'locationName' => 'UserGroup'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'Value' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifyInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['SourceDestCheck' => ['shape' => 'AttributeBooleanValue'], 'Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'BlockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappingSpecificationList', 'locationName' => 'blockDeviceMapping'], 'DisableApiTermination' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'disableApiTermination'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EbsOptimized' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'ebsOptimized'], 'EnaSupport' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'enaSupport'], 'Groups' => ['shape' => 'GroupIdStringList', 'locationName' => 'GroupId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'AttributeValue', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'InstanceType' => ['shape' => 'AttributeValue', 'locationName' => 'instanceType'], 'Kernel' => ['shape' => 'AttributeValue', 'locationName' => 'kernel'], 'Ramdisk' => ['shape' => 'AttributeValue', 'locationName' => 'ramdisk'], 'SriovNetSupport' => ['shape' => 'AttributeValue', 'locationName' => 'sriovNetSupport'], 'UserData' => ['shape' => 'BlobAttributeValue', 'locationName' => 'userData'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'ModifyInstanceCapacityReservationAttributesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'CapacityReservationSpecification'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyInstanceCapacityReservationAttributesResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyInstanceCreditSpecificationRequest' => ['type' => 'structure', 'required' => ['InstanceCreditSpecifications'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'InstanceCreditSpecifications' => ['shape' => 'InstanceCreditSpecificationListRequest', 'locationName' => 'InstanceCreditSpecification']]], 'ModifyInstanceCreditSpecificationResult' => ['type' => 'structure', 'members' => ['SuccessfulInstanceCreditSpecifications' => ['shape' => 'SuccessfulInstanceCreditSpecificationSet', 'locationName' => 'successfulInstanceCreditSpecificationSet'], 'UnsuccessfulInstanceCreditSpecifications' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationSet', 'locationName' => 'unsuccessfulInstanceCreditSpecificationSet']]], 'ModifyInstanceEventStartTimeRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'InstanceEventId', 'NotBefore'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'InstanceId'], 'InstanceEventId' => ['shape' => 'String'], 'NotBefore' => ['shape' => 'DateTime']]], 'ModifyInstanceEventStartTimeResult' => ['type' => 'structure', 'members' => ['Event' => ['shape' => 'InstanceStatusEvent', 'locationName' => 'event']]], 'ModifyInstanceMetadataOptionsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'HttpTokens' => ['shape' => 'HttpTokensState'], 'HttpPutResponseHopLimit' => ['shape' => 'Integer'], 'HttpEndpoint' => ['shape' => 'InstanceMetadataEndpointState'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyInstanceMetadataOptionsResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceMetadataOptions' => ['shape' => 'InstanceMetadataOptionsResponse', 'locationName' => 'instanceMetadataOptions']]], 'ModifyInstancePlacementRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['Affinity' => ['shape' => 'Affinity', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'PlacementGroupName'], 'HostId' => ['shape' => 'DedicatedHostId', 'locationName' => 'hostId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'Tenancy' => ['shape' => 'HostTenancy', 'locationName' => 'tenancy'], 'PartitionNumber' => ['shape' => 'Integer'], 'HostResourceGroupArn' => ['shape' => 'String']]], 'ModifyInstancePlacementResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyLaunchTemplateRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ClientToken' => ['shape' => 'String'], 'LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'DefaultVersion' => ['shape' => 'String', 'locationName' => 'SetDefaultVersion']]], 'ModifyLaunchTemplateResult' => ['type' => 'structure', 'members' => ['LaunchTemplate' => ['shape' => 'LaunchTemplate', 'locationName' => 'launchTemplate']]], 'ModifyManagedPrefixListRequest' => ['type' => 'structure', 'required' => ['PrefixListId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListId' => ['shape' => 'PrefixListResourceId'], 'CurrentVersion' => ['shape' => 'Long'], 'PrefixListName' => ['shape' => 'String'], 'AddEntries' => ['shape' => 'AddPrefixListEntries', 'locationName' => 'AddEntry'], 'RemoveEntries' => ['shape' => 'RemovePrefixListEntries', 'locationName' => 'RemoveEntry']]], 'ModifyManagedPrefixListResult' => ['type' => 'structure', 'members' => ['PrefixList' => ['shape' => 'ManagedPrefixList', 'locationName' => 'prefixList']]], 'ModifyNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['Attachment' => ['shape' => 'NetworkInterfaceAttachmentChanges', 'locationName' => 'attachment'], 'Description' => ['shape' => 'AttributeValue', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Groups' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'AttributeBooleanValue', 'locationName' => 'sourceDestCheck']]], 'ModifyReservedInstancesRequest' => ['type' => 'structure', 'required' => ['ReservedInstancesIds', 'TargetConfigurations'], 'members' => ['ReservedInstancesIds' => ['shape' => 'ReservedInstancesIdStringList', 'locationName' => 'ReservedInstancesId'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'TargetConfigurations' => ['shape' => 'ReservedInstancesConfigurationList', 'locationName' => 'ReservedInstancesConfigurationSetItemType']]], 'ModifyReservedInstancesResult' => ['type' => 'structure', 'members' => ['ReservedInstancesModificationId' => ['shape' => 'String', 'locationName' => 'reservedInstancesModificationId']]], 'ModifySnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'CreateVolumePermission' => ['shape' => 'CreateVolumePermissionModifications'], 'GroupNames' => ['shape' => 'GroupNameStringList', 'locationName' => 'UserGroup'], 'OperationType' => ['shape' => 'OperationType'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'UserIds' => ['shape' => 'UserIdStringList', 'locationName' => 'UserId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifySpotFleetRequestRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestId'], 'members' => ['ExcessCapacityTerminationPolicy' => ['shape' => 'ExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'SpotFleetRequestId' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'spotFleetRequestId'], 'TargetCapacity' => ['shape' => 'Integer', 'locationName' => 'targetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer']]], 'ModifySpotFleetRequestResponse' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifySubnetAttributeRequest' => ['type' => 'structure', 'required' => ['SubnetId'], 'members' => ['AssignIpv6AddressOnCreation' => ['shape' => 'AttributeBooleanValue'], 'MapPublicIpOnLaunch' => ['shape' => 'AttributeBooleanValue'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'MapCustomerOwnedIpOnLaunch' => ['shape' => 'AttributeBooleanValue'], 'CustomerOwnedIpv4Pool' => ['shape' => 'CoipPoolId']]], 'ModifyTrafficMirrorFilterNetworkServicesRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterId'], 'members' => ['TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'AddNetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'AddNetworkService'], 'RemoveNetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'RemoveNetworkService'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorFilterNetworkServicesResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilter' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'trafficMirrorFilter']]], 'ModifyTrafficMirrorFilterRuleRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorFilterRuleId'], 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'TrafficMirrorFilterRuleId'], 'TrafficDirection' => ['shape' => 'TrafficDirection'], 'RuleNumber' => ['shape' => 'Integer'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRangeRequest'], 'Protocol' => ['shape' => 'Integer'], 'DestinationCidrBlock' => ['shape' => 'String'], 'SourceCidrBlock' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'RemoveFields' => ['shape' => 'TrafficMirrorFilterRuleFieldList', 'locationName' => 'RemoveField'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorFilterRuleResult' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRule' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'trafficMirrorFilterRule']]], 'ModifyTrafficMirrorSessionRequest' => ['type' => 'structure', 'required' => ['TrafficMirrorSessionId'], 'members' => ['TrafficMirrorSessionId' => ['shape' => 'TrafficMirrorSessionId'], 'TrafficMirrorTargetId' => ['shape' => 'TrafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'TrafficMirrorFilterId'], 'PacketLength' => ['shape' => 'Integer'], 'SessionNumber' => ['shape' => 'Integer'], 'VirtualNetworkId' => ['shape' => 'Integer'], 'Description' => ['shape' => 'String'], 'RemoveFields' => ['shape' => 'TrafficMirrorSessionFieldList', 'locationName' => 'RemoveField'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTrafficMirrorSessionResult' => ['type' => 'structure', 'members' => ['TrafficMirrorSession' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'trafficMirrorSession']]], 'ModifyTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'AddSubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'RemoveSubnetIds' => ['shape' => 'TransitGatewaySubnetIdList'], 'Options' => ['shape' => 'ModifyTransitGatewayVpcAttachmentRequestOptions'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyTransitGatewayVpcAttachmentRequestOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue']]], 'ModifyTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'ModifyVolumeAttributeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['AutoEnableIO' => ['shape' => 'AttributeBooleanValue'], 'VolumeId' => ['shape' => 'VolumeId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ModifyVolumeRequest' => ['type' => 'structure', 'required' => ['VolumeId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VolumeId' => ['shape' => 'VolumeId'], 'Size' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'VolumeType'], 'Iops' => ['shape' => 'Integer']]], 'ModifyVolumeResult' => ['type' => 'structure', 'members' => ['VolumeModification' => ['shape' => 'VolumeModification', 'locationName' => 'volumeModification']]], 'ModifyVpcAttributeRequest' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['EnableDnsHostnames' => ['shape' => 'AttributeBooleanValue'], 'EnableDnsSupport' => ['shape' => 'AttributeBooleanValue'], 'VpcId' => ['shape' => 'VpcId', 'locationName' => 'vpcId']]], 'ModifyVpcEndpointConnectionNotificationRequest' => ['type' => 'structure', 'required' => ['ConnectionNotificationId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ConnectionNotificationId' => ['shape' => 'ConnectionNotificationId'], 'ConnectionNotificationArn' => ['shape' => 'String'], 'ConnectionEvents' => ['shape' => 'ValueStringList']]], 'ModifyVpcEndpointConnectionNotificationResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointRequest' => ['type' => 'structure', 'required' => ['VpcEndpointId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'ResetPolicy' => ['shape' => 'Boolean'], 'PolicyDocument' => ['shape' => 'String'], 'AddRouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'AddRouteTableId'], 'RemoveRouteTableIds' => ['shape' => 'VpcEndpointRouteTableIdList', 'locationName' => 'RemoveRouteTableId'], 'AddSubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'AddSubnetId'], 'RemoveSubnetIds' => ['shape' => 'VpcEndpointSubnetIdList', 'locationName' => 'RemoveSubnetId'], 'AddSecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'AddSecurityGroupId'], 'RemoveSecurityGroupIds' => ['shape' => 'VpcEndpointSecurityGroupIdList', 'locationName' => 'RemoveSecurityGroupId'], 'PrivateDnsEnabled' => ['shape' => 'Boolean']]], 'ModifyVpcEndpointResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointServiceConfigurationRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'PrivateDnsName' => ['shape' => 'String'], 'RemovePrivateDnsName' => ['shape' => 'Boolean'], 'AcceptanceRequired' => ['shape' => 'Boolean'], 'AddNetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'AddNetworkLoadBalancerArn'], 'RemoveNetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'RemoveNetworkLoadBalancerArn']]], 'ModifyVpcEndpointServiceConfigurationResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcEndpointServicePermissionsRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'AddAllowedPrincipals' => ['shape' => 'ValueStringList'], 'RemoveAllowedPrincipals' => ['shape' => 'ValueStringList']]], 'ModifyVpcEndpointServicePermissionsResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpcPeeringConnectionOptionsRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['AccepterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptionsRequest'], 'DryRun' => ['shape' => 'Boolean'], 'RequesterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptionsRequest'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId']]], 'ModifyVpcPeeringConnectionOptionsResult' => ['type' => 'structure', 'members' => ['AccepterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptions', 'locationName' => 'accepterPeeringConnectionOptions'], 'RequesterPeeringConnectionOptions' => ['shape' => 'PeeringConnectionOptions', 'locationName' => 'requesterPeeringConnectionOptions']]], 'ModifyVpcTenancyRequest' => ['type' => 'structure', 'required' => ['VpcId', 'InstanceTenancy'], 'members' => ['VpcId' => ['shape' => 'VpcId'], 'InstanceTenancy' => ['shape' => 'VpcTenancy'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpcTenancyResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ModifyVpnConnectionRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'CustomerGatewayId' => ['shape' => 'CustomerGatewayId'], 'VpnGatewayId' => ['shape' => 'VpnGatewayId'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnConnectionResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelCertificateRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId', 'VpnTunnelOutsideIpAddress'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'VpnTunnelOutsideIpAddress' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnTunnelCertificateResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelOptionsRequest' => ['type' => 'structure', 'required' => ['VpnConnectionId', 'VpnTunnelOutsideIpAddress', 'TunnelOptions'], 'members' => ['VpnConnectionId' => ['shape' => 'VpnConnectionId'], 'VpnTunnelOutsideIpAddress' => ['shape' => 'String'], 'TunnelOptions' => ['shape' => 'ModifyVpnTunnelOptionsSpecification'], 'DryRun' => ['shape' => 'Boolean']]], 'ModifyVpnTunnelOptionsResult' => ['type' => 'structure', 'members' => ['VpnConnection' => ['shape' => 'VpnConnection', 'locationName' => 'vpnConnection']]], 'ModifyVpnTunnelOptionsSpecification' => ['type' => 'structure', 'members' => ['TunnelInsideCidr' => ['shape' => 'String'], 'TunnelInsideIpv6Cidr' => ['shape' => 'String'], 'PreSharedKey' => ['shape' => 'String'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer'], 'RekeyFuzzPercentage' => ['shape' => 'Integer'], 'ReplayWindowSize' => ['shape' => 'Integer'], 'DPDTimeoutSeconds' => ['shape' => 'Integer'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsRequestList', 'locationName' => 'Phase1EncryptionAlgorithm'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsRequestList', 'locationName' => 'Phase2EncryptionAlgorithm'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsRequestList', 'locationName' => 'Phase1IntegrityAlgorithm'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsRequestList', 'locationName' => 'Phase2IntegrityAlgorithm'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersRequestList', 'locationName' => 'Phase1DHGroupNumber'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersRequestList', 'locationName' => 'Phase2DHGroupNumber'], 'IKEVersions' => ['shape' => 'IKEVersionsRequestList', 'locationName' => 'IKEVersion']]], 'MonitorInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'MonitorInstancesResult' => ['type' => 'structure', 'members' => ['InstanceMonitorings' => ['shape' => 'InstanceMonitoringList', 'locationName' => 'instancesSet']]], 'Monitoring' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'MonitoringState', 'locationName' => 'state']]], 'MonitoringState' => ['type' => 'string', 'enum' => ['disabled', 'disabling', 'enabled', 'pending']], 'MoveAddressToVpcRequest' => ['type' => 'structure', 'required' => ['PublicIp'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'MoveAddressToVpcResult' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'MoveStatus' => ['type' => 'string', 'enum' => ['movingToVpc', 'restoringToClassic']], 'MovingAddressStatus' => ['type' => 'structure', 'members' => ['MoveStatus' => ['shape' => 'MoveStatus', 'locationName' => 'moveStatus'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'MovingAddressStatusSet' => ['type' => 'list', 'member' => ['shape' => 'MovingAddressStatus', 'locationName' => 'item']], 'MulticastSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'NatGateway' => ['type' => 'structure', 'members' => ['CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'DeleteTime' => ['shape' => 'DateTime', 'locationName' => 'deleteTime'], 'FailureCode' => ['shape' => 'String', 'locationName' => 'failureCode'], 'FailureMessage' => ['shape' => 'String', 'locationName' => 'failureMessage'], 'NatGatewayAddresses' => ['shape' => 'NatGatewayAddressList', 'locationName' => 'natGatewayAddressSet'], 'NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId'], 'ProvisionedBandwidth' => ['shape' => 'ProvisionedBandwidth', 'locationName' => 'provisionedBandwidth'], 'State' => ['shape' => 'NatGatewayState', 'locationName' => 'state'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'NatGatewayAddress' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateIp' => ['shape' => 'String', 'locationName' => 'privateIp'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'NatGatewayAddressList' => ['type' => 'list', 'member' => ['shape' => 'NatGatewayAddress', 'locationName' => 'item']], 'NatGatewayId' => ['type' => 'string'], 'NatGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'NatGatewayId', 'locationName' => 'item']], 'NatGatewayList' => ['type' => 'list', 'member' => ['shape' => 'NatGateway', 'locationName' => 'item']], 'NatGatewayState' => ['type' => 'string', 'enum' => ['pending', 'failed', 'available', 'deleting', 'deleted']], 'NetworkAcl' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'NetworkAclAssociationList', 'locationName' => 'associationSet'], 'Entries' => ['shape' => 'NetworkAclEntryList', 'locationName' => 'entrySet'], 'IsDefault' => ['shape' => 'Boolean', 'locationName' => 'default'], 'NetworkAclId' => ['shape' => 'String', 'locationName' => 'networkAclId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'NetworkAclAssociation' => ['type' => 'structure', 'members' => ['NetworkAclAssociationId' => ['shape' => 'String', 'locationName' => 'networkAclAssociationId'], 'NetworkAclId' => ['shape' => 'String', 'locationName' => 'networkAclId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId']]], 'NetworkAclAssociationId' => ['type' => 'string'], 'NetworkAclAssociationList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclAssociation', 'locationName' => 'item']], 'NetworkAclEntry' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'icmpTypeCode'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'NetworkAclEntryList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclEntry', 'locationName' => 'item']], 'NetworkAclId' => ['type' => 'string'], 'NetworkAclIdStringList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAclId', 'locationName' => 'item']], 'NetworkAclList' => ['type' => 'list', 'member' => ['shape' => 'NetworkAcl', 'locationName' => 'item']], 'NetworkInfo' => ['type' => 'structure', 'members' => ['NetworkPerformance' => ['shape' => 'NetworkPerformance', 'locationName' => 'networkPerformance'], 'MaximumNetworkInterfaces' => ['shape' => 'MaxNetworkInterfaces', 'locationName' => 'maximumNetworkInterfaces'], 'Ipv4AddressesPerInterface' => ['shape' => 'MaxIpv4AddrPerInterface', 'locationName' => 'ipv4AddressesPerInterface'], 'Ipv6AddressesPerInterface' => ['shape' => 'MaxIpv6AddrPerInterface', 'locationName' => 'ipv6AddressesPerInterface'], 'Ipv6Supported' => ['shape' => 'Ipv6Flag', 'locationName' => 'ipv6Supported'], 'EnaSupport' => ['shape' => 'EnaSupport', 'locationName' => 'enaSupport'], 'EfaSupported' => ['shape' => 'EfaSupportedFlag', 'locationName' => 'efaSupported']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'NetworkInterfaceAssociation', 'locationName' => 'association'], 'Attachment' => ['shape' => 'NetworkInterfaceAttachment', 'locationName' => 'attachment'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'InterfaceType' => ['shape' => 'NetworkInterfaceType', 'locationName' => 'interfaceType'], 'Ipv6Addresses' => ['shape' => 'NetworkInterfaceIpv6AddressesList', 'locationName' => 'ipv6AddressesSet'], 'MacAddress' => ['shape' => 'String', 'locationName' => 'macAddress'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'NetworkInterfacePrivateIpAddressList', 'locationName' => 'privateIpAddressesSet'], 'RequesterId' => ['shape' => 'String', 'locationName' => 'requesterId'], 'RequesterManaged' => ['shape' => 'Boolean', 'locationName' => 'requesterManaged'], 'SourceDestCheck' => ['shape' => 'Boolean', 'locationName' => 'sourceDestCheck'], 'Status' => ['shape' => 'NetworkInterfaceStatus', 'locationName' => 'status'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'TagSet' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'NetworkInterfaceAssociation' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'String', 'locationName' => 'allocationId'], 'AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'IpOwnerId' => ['shape' => 'String', 'locationName' => 'ipOwnerId'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'CustomerOwnedIp' => ['shape' => 'String', 'locationName' => 'customerOwnedIp'], 'CarrierIp' => ['shape' => 'String', 'locationName' => 'carrierIp']]], 'NetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'AttachmentId' => ['shape' => 'String', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination'], 'DeviceIndex' => ['shape' => 'Integer', 'locationName' => 'deviceIndex'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceOwnerId' => ['shape' => 'String', 'locationName' => 'instanceOwnerId'], 'Status' => ['shape' => 'AttachmentStatus', 'locationName' => 'status']]], 'NetworkInterfaceAttachmentChanges' => ['type' => 'structure', 'members' => ['AttachmentId' => ['shape' => 'NetworkInterfaceAttachmentId', 'locationName' => 'attachmentId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination']]], 'NetworkInterfaceAttachmentId' => ['type' => 'string'], 'NetworkInterfaceAttribute' => ['type' => 'string', 'enum' => ['description', 'groupSet', 'sourceDestCheck', 'attachment']], 'NetworkInterfaceCreationType' => ['type' => 'string', 'enum' => ['efa']], 'NetworkInterfaceId' => ['type' => 'string'], 'NetworkInterfaceIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'item']], 'NetworkInterfaceIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'String', 'locationName' => 'ipv6Address']]], 'NetworkInterfaceIpv6AddressesList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceIpv6Address', 'locationName' => 'item']], 'NetworkInterfaceList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface', 'locationName' => 'item']], 'NetworkInterfacePermission' => ['type' => 'structure', 'members' => ['NetworkInterfacePermissionId' => ['shape' => 'String', 'locationName' => 'networkInterfacePermissionId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'AwsAccountId' => ['shape' => 'String', 'locationName' => 'awsAccountId'], 'AwsService' => ['shape' => 'String', 'locationName' => 'awsService'], 'Permission' => ['shape' => 'InterfacePermissionType', 'locationName' => 'permission'], 'PermissionState' => ['shape' => 'NetworkInterfacePermissionState', 'locationName' => 'permissionState']]], 'NetworkInterfacePermissionId' => ['type' => 'string'], 'NetworkInterfacePermissionIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePermissionId']], 'NetworkInterfacePermissionList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePermission', 'locationName' => 'item']], 'NetworkInterfacePermissionState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'NetworkInterfacePermissionStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'NetworkInterfacePermissionStateCode' => ['type' => 'string', 'enum' => ['pending', 'granted', 'revoking', 'revoked']], 'NetworkInterfacePrivateIpAddress' => ['type' => 'structure', 'members' => ['Association' => ['shape' => 'NetworkInterfaceAssociation', 'locationName' => 'association'], 'Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'NetworkInterfacePrivateIpAddressList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfacePrivateIpAddress', 'locationName' => 'item']], 'NetworkInterfaceStatus' => ['type' => 'string', 'enum' => ['available', 'associated', 'attaching', 'in-use', 'detaching']], 'NetworkInterfaceType' => ['type' => 'string', 'enum' => ['interface', 'natGateway', 'efa']], 'NetworkPerformance' => ['type' => 'string'], 'NewDhcpConfiguration' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'NewDhcpConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'NewDhcpConfiguration', 'locationName' => 'item']], 'NextToken' => ['type' => 'string'], 'OccurrenceDayRequestSet' => ['type' => 'list', 'member' => ['shape' => 'Integer', 'locationName' => 'OccurenceDay']], 'OccurrenceDaySet' => ['type' => 'list', 'member' => ['shape' => 'Integer', 'locationName' => 'item']], 'OfferingClassType' => ['type' => 'string', 'enum' => ['standard', 'convertible']], 'OfferingId' => ['type' => 'string'], 'OfferingTypeValues' => ['type' => 'string', 'enum' => ['Heavy Utilization', 'Medium Utilization', 'Light Utilization', 'No Upfront', 'Partial Upfront', 'All Upfront']], 'OnDemandAllocationStrategy' => ['type' => 'string', 'enum' => ['lowestPrice', 'prioritized']], 'OnDemandOptions' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'FleetOnDemandAllocationStrategy', 'locationName' => 'allocationStrategy'], 'CapacityReservationOptions' => ['shape' => 'CapacityReservationOptions', 'locationName' => 'capacityReservationOptions'], 'SingleInstanceType' => ['shape' => 'Boolean', 'locationName' => 'singleInstanceType'], 'SingleAvailabilityZone' => ['shape' => 'Boolean', 'locationName' => 'singleAvailabilityZone'], 'MinTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'minTargetCapacity'], 'MaxTotalPrice' => ['shape' => 'String', 'locationName' => 'maxTotalPrice']]], 'OnDemandOptionsRequest' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'FleetOnDemandAllocationStrategy'], 'CapacityReservationOptions' => ['shape' => 'CapacityReservationOptionsRequest'], 'SingleInstanceType' => ['shape' => 'Boolean'], 'SingleAvailabilityZone' => ['shape' => 'Boolean'], 'MinTargetCapacity' => ['shape' => 'Integer'], 'MaxTotalPrice' => ['shape' => 'String']]], 'OperationType' => ['type' => 'string', 'enum' => ['add', 'remove']], 'OwnerStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'Owner']], 'PaymentOption' => ['type' => 'string', 'enum' => ['AllUpfront', 'PartialUpfront', 'NoUpfront']], 'PciId' => ['type' => 'structure', 'members' => ['DeviceId' => ['shape' => 'String'], 'VendorId' => ['shape' => 'String'], 'SubsystemId' => ['shape' => 'String'], 'SubsystemVendorId' => ['shape' => 'String']]], 'PeeringAttachmentStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'PeeringConnectionOptions' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowDnsResolutionFromRemoteVpc'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalClassicLinkToRemoteVpc'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalVpcToRemoteClassicLink']]], 'PeeringConnectionOptionsRequest' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean']]], 'PeeringTgwInfo' => ['type' => 'structure', 'members' => ['TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Region' => ['shape' => 'String', 'locationName' => 'region']]], 'PermissionGroup' => ['type' => 'string', 'enum' => ['all']], 'Phase1DHGroupNumbersList' => ['type' => 'list', 'member' => ['shape' => 'Phase1DHGroupNumbersListValue', 'locationName' => 'item']], 'Phase1DHGroupNumbersListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer', 'locationName' => 'value']]], 'Phase1DHGroupNumbersRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1DHGroupNumbersRequestListValue', 'locationName' => 'item']], 'Phase1DHGroupNumbersRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer']]], 'Phase1EncryptionAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase1EncryptionAlgorithmsListValue', 'locationName' => 'item']], 'Phase1EncryptionAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase1EncryptionAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1EncryptionAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase1EncryptionAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase1IntegrityAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase1IntegrityAlgorithmsListValue', 'locationName' => 'item']], 'Phase1IntegrityAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase1IntegrityAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase1IntegrityAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase1IntegrityAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase2DHGroupNumbersList' => ['type' => 'list', 'member' => ['shape' => 'Phase2DHGroupNumbersListValue', 'locationName' => 'item']], 'Phase2DHGroupNumbersListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer', 'locationName' => 'value']]], 'Phase2DHGroupNumbersRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2DHGroupNumbersRequestListValue', 'locationName' => 'item']], 'Phase2DHGroupNumbersRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer']]], 'Phase2EncryptionAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase2EncryptionAlgorithmsListValue', 'locationName' => 'item']], 'Phase2EncryptionAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase2EncryptionAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2EncryptionAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase2EncryptionAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Phase2IntegrityAlgorithmsList' => ['type' => 'list', 'member' => ['shape' => 'Phase2IntegrityAlgorithmsListValue', 'locationName' => 'item']], 'Phase2IntegrityAlgorithmsListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String', 'locationName' => 'value']]], 'Phase2IntegrityAlgorithmsRequestList' => ['type' => 'list', 'member' => ['shape' => 'Phase2IntegrityAlgorithmsRequestListValue', 'locationName' => 'item']], 'Phase2IntegrityAlgorithmsRequestListValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'String']]], 'Placement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Affinity' => ['shape' => 'String', 'locationName' => 'affinity'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'PartitionNumber' => ['shape' => 'Integer', 'locationName' => 'partitionNumber'], 'HostId' => ['shape' => 'String', 'locationName' => 'hostId'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy'], 'SpreadDomain' => ['shape' => 'String', 'locationName' => 'spreadDomain'], 'HostResourceGroupArn' => ['shape' => 'String', 'locationName' => 'hostResourceGroupArn']]], 'PlacementGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'State' => ['shape' => 'PlacementGroupState', 'locationName' => 'state'], 'Strategy' => ['shape' => 'PlacementStrategy', 'locationName' => 'strategy'], 'PartitionCount' => ['shape' => 'Integer', 'locationName' => 'partitionCount'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'PlacementGroupId' => ['type' => 'string'], 'PlacementGroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupId', 'locationName' => 'GroupId']], 'PlacementGroupInfo' => ['type' => 'structure', 'members' => ['SupportedStrategies' => ['shape' => 'PlacementGroupStrategyList', 'locationName' => 'supportedStrategies']]], 'PlacementGroupList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroup', 'locationName' => 'item']], 'PlacementGroupName' => ['type' => 'string'], 'PlacementGroupState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'PlacementGroupStrategy' => ['type' => 'string', 'enum' => ['cluster', 'partition', 'spread']], 'PlacementGroupStrategyList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupStrategy', 'locationName' => 'item']], 'PlacementGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'PlacementGroupName']], 'PlacementResponse' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'PlacementStrategy' => ['type' => 'string', 'enum' => ['cluster', 'spread', 'partition']], 'PlatformValues' => ['type' => 'string', 'enum' => ['Windows']], 'PoolCidrBlock' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'String', 'locationName' => 'poolCidrBlock']]], 'PoolCidrBlocksSet' => ['type' => 'list', 'member' => ['shape' => 'PoolCidrBlock', 'locationName' => 'item']], 'PoolMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'PortRange' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Integer', 'locationName' => 'from'], 'To' => ['shape' => 'Integer', 'locationName' => 'to']]], 'PrefixList' => ['type' => 'structure', 'members' => ['Cidrs' => ['shape' => 'ValueStringList', 'locationName' => 'cidrSet'], 'PrefixListId' => ['shape' => 'String', 'locationName' => 'prefixListId'], 'PrefixListName' => ['shape' => 'String', 'locationName' => 'prefixListName']]], 'PrefixListAssociation' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceOwner' => ['shape' => 'String', 'locationName' => 'resourceOwner']]], 'PrefixListAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'PrefixListAssociation', 'locationName' => 'item']], 'PrefixListEntry' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'String', 'locationName' => 'cidr'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'PrefixListEntrySet' => ['type' => 'list', 'member' => ['shape' => 'PrefixListEntry', 'locationName' => 'item']], 'PrefixListId' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'PrefixListId' => ['shape' => 'String', 'locationName' => 'prefixListId']]], 'PrefixListIdList' => ['type' => 'list', 'member' => ['shape' => 'PrefixListId', 'locationName' => 'item']], 'PrefixListIdSet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'PrefixListMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'PrefixListResourceId' => ['type' => 'string'], 'PrefixListResourceIdStringList' => ['type' => 'list', 'member' => ['shape' => 'PrefixListResourceId', 'locationName' => 'item']], 'PrefixListSet' => ['type' => 'list', 'member' => ['shape' => 'PrefixList', 'locationName' => 'item']], 'PrefixListState' => ['type' => 'string', 'enum' => ['create-in-progress', 'create-complete', 'create-failed', 'modify-in-progress', 'modify-complete', 'modify-failed', 'restore-in-progress', 'restore-complete', 'restore-failed', 'delete-in-progress', 'delete-complete', 'delete-failed']], 'PriceSchedule' => ['type' => 'structure', 'members' => ['Active' => ['shape' => 'Boolean', 'locationName' => 'active'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Price' => ['shape' => 'Double', 'locationName' => 'price'], 'Term' => ['shape' => 'Long', 'locationName' => 'term']]], 'PriceScheduleList' => ['type' => 'list', 'member' => ['shape' => 'PriceSchedule', 'locationName' => 'item']], 'PriceScheduleSpecification' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Price' => ['shape' => 'Double', 'locationName' => 'price'], 'Term' => ['shape' => 'Long', 'locationName' => 'term']]], 'PriceScheduleSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'PriceScheduleSpecification', 'locationName' => 'item']], 'PricingDetail' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'Price' => ['shape' => 'Double', 'locationName' => 'price']]], 'PricingDetailsList' => ['type' => 'list', 'member' => ['shape' => 'PricingDetail', 'locationName' => 'item']], 'PrincipalIdFormat' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Statuses' => ['shape' => 'IdFormatList', 'locationName' => 'statusSet']]], 'PrincipalIdFormatList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalIdFormat', 'locationName' => 'item']], 'PrincipalType' => ['type' => 'string', 'enum' => ['All', 'Service', 'OrganizationUnit', 'Account', 'User', 'Role']], 'PrivateDnsNameConfiguration' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'DnsNameState', 'locationName' => 'state'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'Value' => ['shape' => 'String', 'locationName' => 'value'], 'Name' => ['shape' => 'String', 'locationName' => 'name']]], 'PrivateIpAddressConfigSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesPrivateIpAddressConfig', 'locationName' => 'PrivateIpAddressConfigSet']], 'PrivateIpAddressSpecification' => ['type' => 'structure', 'members' => ['Primary' => ['shape' => 'Boolean', 'locationName' => 'primary'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'PrivateIpAddressSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'PrivateIpAddressSpecification', 'locationName' => 'item']], 'PrivateIpAddressStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PrivateIpAddress']], 'ProcessorInfo' => ['type' => 'structure', 'members' => ['SupportedArchitectures' => ['shape' => 'ArchitectureTypeList', 'locationName' => 'supportedArchitectures'], 'SustainedClockSpeedInGhz' => ['shape' => 'ProcessorSustainedClockSpeed', 'locationName' => 'sustainedClockSpeedInGhz']]], 'ProcessorSustainedClockSpeed' => ['type' => 'double'], 'ProductCode' => ['type' => 'structure', 'members' => ['ProductCodeId' => ['shape' => 'String', 'locationName' => 'productCode'], 'ProductCodeType' => ['shape' => 'ProductCodeValues', 'locationName' => 'type']]], 'ProductCodeList' => ['type' => 'list', 'member' => ['shape' => 'ProductCode', 'locationName' => 'item']], 'ProductCodeStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ProductCode']], 'ProductCodeValues' => ['type' => 'string', 'enum' => ['devpay', 'marketplace']], 'ProductDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PropagatingVgw' => ['type' => 'structure', 'members' => ['GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId']]], 'PropagatingVgwList' => ['type' => 'list', 'member' => ['shape' => 'PropagatingVgw', 'locationName' => 'item']], 'ProvisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'CidrAuthorizationContext' => ['shape' => 'CidrAuthorizationContext'], 'PubliclyAdvertisable' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean'], 'PoolTagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'PoolTagSpecification']]], 'ProvisionByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'ProvisionedBandwidth' => ['type' => 'structure', 'members' => ['ProvisionTime' => ['shape' => 'DateTime', 'locationName' => 'provisionTime'], 'Provisioned' => ['shape' => 'String', 'locationName' => 'provisioned'], 'RequestTime' => ['shape' => 'DateTime', 'locationName' => 'requestTime'], 'Requested' => ['shape' => 'String', 'locationName' => 'requested'], 'Status' => ['shape' => 'String', 'locationName' => 'status']]], 'PublicIpAddress' => ['type' => 'string'], 'PublicIpStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PublicIp']], 'PublicIpv4Pool' => ['type' => 'structure', 'members' => ['PoolId' => ['shape' => 'String', 'locationName' => 'poolId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'PoolAddressRanges' => ['shape' => 'PublicIpv4PoolRangeSet', 'locationName' => 'poolAddressRangeSet'], 'TotalAddressCount' => ['shape' => 'Integer', 'locationName' => 'totalAddressCount'], 'TotalAvailableAddressCount' => ['shape' => 'Integer', 'locationName' => 'totalAvailableAddressCount'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'PublicIpv4PoolIdStringList' => ['type' => 'list', 'member' => ['shape' => 'Ipv4PoolEc2Id', 'locationName' => 'item']], 'PublicIpv4PoolRange' => ['type' => 'structure', 'members' => ['FirstAddress' => ['shape' => 'String', 'locationName' => 'firstAddress'], 'LastAddress' => ['shape' => 'String', 'locationName' => 'lastAddress'], 'AddressCount' => ['shape' => 'Integer', 'locationName' => 'addressCount'], 'AvailableAddressCount' => ['shape' => 'Integer', 'locationName' => 'availableAddressCount']]], 'PublicIpv4PoolRangeSet' => ['type' => 'list', 'member' => ['shape' => 'PublicIpv4PoolRange', 'locationName' => 'item']], 'PublicIpv4PoolSet' => ['type' => 'list', 'member' => ['shape' => 'PublicIpv4Pool', 'locationName' => 'item']], 'Purchase' => ['type' => 'structure', 'members' => ['CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => 'Integer', 'locationName' => 'duration'], 'HostIdSet' => ['shape' => 'ResponseHostIdSet', 'locationName' => 'hostIdSet'], 'HostReservationId' => ['shape' => 'String', 'locationName' => 'hostReservationId'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceFamily' => ['shape' => 'String', 'locationName' => 'instanceFamily'], 'PaymentOption' => ['shape' => 'PaymentOption', 'locationName' => 'paymentOption'], 'UpfrontPrice' => ['shape' => 'String', 'locationName' => 'upfrontPrice']]], 'PurchaseHostReservationRequest' => ['type' => 'structure', 'required' => ['HostIdSet', 'OfferingId'], 'members' => ['ClientToken' => ['shape' => 'String'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues'], 'HostIdSet' => ['shape' => 'RequestHostIdSet'], 'LimitPrice' => ['shape' => 'String'], 'OfferingId' => ['shape' => 'OfferingId'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'PurchaseHostReservationResult' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'Purchase' => ['shape' => 'PurchaseSet', 'locationName' => 'purchase'], 'TotalHourlyPrice' => ['shape' => 'String', 'locationName' => 'totalHourlyPrice'], 'TotalUpfrontPrice' => ['shape' => 'String', 'locationName' => 'totalUpfrontPrice']]], 'PurchaseRequest' => ['type' => 'structure', 'required' => ['InstanceCount', 'PurchaseToken'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'PurchaseToken' => ['shape' => 'String']]], 'PurchaseRequestSet' => ['type' => 'list', 'member' => ['shape' => 'PurchaseRequest', 'locationName' => 'PurchaseRequest'], 'min' => 1], 'PurchaseReservedInstancesOfferingRequest' => ['type' => 'structure', 'required' => ['InstanceCount', 'ReservedInstancesOfferingId'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'ReservedInstancesOfferingId' => ['shape' => 'ReservedInstancesOfferingId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'LimitPrice' => ['shape' => 'ReservedInstanceLimitPrice', 'locationName' => 'limitPrice'], 'PurchaseTime' => ['shape' => 'DateTime']]], 'PurchaseReservedInstancesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'PurchaseScheduledInstancesRequest' => ['type' => 'structure', 'required' => ['PurchaseRequests'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'PurchaseRequests' => ['shape' => 'PurchaseRequestSet', 'locationName' => 'PurchaseRequest']]], 'PurchaseScheduledInstancesResult' => ['type' => 'structure', 'members' => ['ScheduledInstanceSet' => ['shape' => 'PurchasedScheduledInstanceSet', 'locationName' => 'scheduledInstanceSet']]], 'PurchaseSet' => ['type' => 'list', 'member' => ['shape' => 'Purchase', 'locationName' => 'item']], 'PurchasedScheduledInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstance', 'locationName' => 'item']], 'RIProductDescription' => ['type' => 'string', 'enum' => ['Linux/UNIX', 'Linux/UNIX (Amazon VPC)', 'Windows', 'Windows (Amazon VPC)']], 'RamdiskId' => ['type' => 'string'], 'ReasonCodesList' => ['type' => 'list', 'member' => ['shape' => 'ReportInstanceReasonCodes', 'locationName' => 'item']], 'RebootInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'Double', 'locationName' => 'amount'], 'Frequency' => ['shape' => 'RecurringChargeFrequency', 'locationName' => 'frequency']]], 'RecurringChargeFrequency' => ['type' => 'string', 'enum' => ['Hourly']], 'RecurringChargesList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'item']], 'Region' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'String', 'locationName' => 'regionEndpoint'], 'RegionName' => ['shape' => 'String', 'locationName' => 'regionName'], 'OptInStatus' => ['shape' => 'String', 'locationName' => 'optInStatus']]], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region', 'locationName' => 'item']], 'RegionNameStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'RegionName']], 'RegisterImageRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['ImageLocation' => ['shape' => 'String'], 'Architecture' => ['shape' => 'ArchitectureValues', 'locationName' => 'architecture'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EnaSupport' => ['shape' => 'Boolean', 'locationName' => 'enaSupport'], 'KernelId' => ['shape' => 'KernelId', 'locationName' => 'kernelId'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'BillingProducts' => ['shape' => 'BillingProductList', 'locationName' => 'BillingProduct'], 'RamdiskId' => ['shape' => 'RamdiskId', 'locationName' => 'ramdiskId'], 'RootDeviceName' => ['shape' => 'String', 'locationName' => 'rootDeviceName'], 'SriovNetSupport' => ['shape' => 'String', 'locationName' => 'sriovNetSupport'], 'VirtualizationType' => ['shape' => 'String', 'locationName' => 'virtualizationType']]], 'RegisterImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'String', 'locationName' => 'imageId']]], 'RegisterInstanceEventNotificationAttributesRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean'], 'InstanceTagAttribute' => ['shape' => 'RegisterInstanceTagAttributeRequest']]], 'RegisterInstanceEventNotificationAttributesResult' => ['type' => 'structure', 'members' => ['InstanceTagAttribute' => ['shape' => 'InstanceTagNotificationAttribute', 'locationName' => 'instanceTagAttribute']]], 'RegisterInstanceTagAttributeRequest' => ['type' => 'structure', 'members' => ['IncludeAllTagsOfInstance' => ['shape' => 'Boolean'], 'InstanceTagKeys' => ['shape' => 'InstanceTagKeySet', 'locationName' => 'InstanceTagKey']]], 'RegisterTransitGatewayMulticastGroupMembersRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'RegisterTransitGatewayMulticastGroupMembersResult' => ['type' => 'structure', 'members' => ['RegisteredMulticastGroupMembers' => ['shape' => 'TransitGatewayMulticastRegisteredGroupMembers', 'locationName' => 'registeredMulticastGroupMembers']]], 'RegisterTransitGatewayMulticastGroupSourcesRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'GroupIpAddress' => ['shape' => 'String'], 'NetworkInterfaceIds' => ['shape' => 'TransitGatewayNetworkInterfaceIdList'], 'DryRun' => ['shape' => 'Boolean']]], 'RegisterTransitGatewayMulticastGroupSourcesResult' => ['type' => 'structure', 'members' => ['RegisteredMulticastGroupSources' => ['shape' => 'TransitGatewayMulticastRegisteredGroupSources', 'locationName' => 'registeredMulticastGroupSources']]], 'RejectTransitGatewayPeeringAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'RejectTransitGatewayPeeringAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayPeeringAttachment' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'transitGatewayPeeringAttachment']]], 'RejectTransitGatewayVpcAttachmentRequest' => ['type' => 'structure', 'required' => ['TransitGatewayAttachmentId'], 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'DryRun' => ['shape' => 'Boolean']]], 'RejectTransitGatewayVpcAttachmentResult' => ['type' => 'structure', 'members' => ['TransitGatewayVpcAttachment' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'transitGatewayVpcAttachment']]], 'RejectVpcEndpointConnectionsRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'VpcEndpointIds'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId'], 'VpcEndpointIds' => ['shape' => 'VpcEndpointIdList', 'locationName' => 'VpcEndpointId']]], 'RejectVpcEndpointConnectionsResult' => ['type' => 'structure', 'members' => ['Unsuccessful' => ['shape' => 'UnsuccessfulItemSet', 'locationName' => 'unsuccessful']]], 'RejectVpcPeeringConnectionRequest' => ['type' => 'structure', 'required' => ['VpcPeeringConnectionId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'RejectVpcPeeringConnectionResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ReleaseAddressRequest' => ['type' => 'structure', 'members' => ['AllocationId' => ['shape' => 'AllocationId'], 'PublicIp' => ['shape' => 'String'], 'NetworkBorderGroup' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ReleaseHostsRequest' => ['type' => 'structure', 'required' => ['HostIds'], 'members' => ['HostIds' => ['shape' => 'RequestHostIdList', 'locationName' => 'hostId']]], 'ReleaseHostsResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'ResponseHostIdList', 'locationName' => 'successful'], 'Unsuccessful' => ['shape' => 'UnsuccessfulItemList', 'locationName' => 'unsuccessful']]], 'RemovePrefixListEntries' => ['type' => 'list', 'member' => ['shape' => 'RemovePrefixListEntry'], 'max' => 1000, 'min' => 0], 'RemovePrefixListEntry' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String']]], 'ReplaceIamInstanceProfileAssociationRequest' => ['type' => 'structure', 'required' => ['IamInstanceProfile', 'AssociationId'], 'members' => ['IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification'], 'AssociationId' => ['shape' => 'IamInstanceProfileAssociationId']]], 'ReplaceIamInstanceProfileAssociationResult' => ['type' => 'structure', 'members' => ['IamInstanceProfileAssociation' => ['shape' => 'IamInstanceProfileAssociation', 'locationName' => 'iamInstanceProfileAssociation']]], 'ReplaceNetworkAclAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'NetworkAclId'], 'members' => ['AssociationId' => ['shape' => 'NetworkAclAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId']]], 'ReplaceNetworkAclAssociationResult' => ['type' => 'structure', 'members' => ['NewAssociationId' => ['shape' => 'String', 'locationName' => 'newAssociationId']]], 'ReplaceNetworkAclEntryRequest' => ['type' => 'structure', 'required' => ['Egress', 'NetworkAclId', 'Protocol', 'RuleAction', 'RuleNumber'], 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Egress' => ['shape' => 'Boolean', 'locationName' => 'egress'], 'IcmpTypeCode' => ['shape' => 'IcmpTypeCode', 'locationName' => 'Icmp'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'NetworkAclId' => ['shape' => 'NetworkAclId', 'locationName' => 'networkAclId'], 'PortRange' => ['shape' => 'PortRange', 'locationName' => 'portRange'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'RuleAction' => ['shape' => 'RuleAction', 'locationName' => 'ruleAction'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber']]], 'ReplaceRouteRequest' => ['type' => 'structure', 'required' => ['RouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DestinationPrefixListId' => ['shape' => 'PrefixListResourceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EgressOnlyInternetGatewayId' => ['shape' => 'EgressOnlyInternetGatewayId', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'RouteGatewayId', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'LocalTarget' => ['shape' => 'Boolean'], 'NatGatewayId' => ['shape' => 'NatGatewayId', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'TransitGatewayId'], 'LocalGatewayId' => ['shape' => 'LocalGatewayId'], 'CarrierGatewayId' => ['shape' => 'CarrierGatewayId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId'], 'VpcPeeringConnectionId' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'vpcPeeringConnectionId']]], 'ReplaceRouteTableAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'RouteTableId'], 'members' => ['AssociationId' => ['shape' => 'RouteTableAssociationId', 'locationName' => 'associationId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'RouteTableId' => ['shape' => 'RouteTableId', 'locationName' => 'routeTableId']]], 'ReplaceRouteTableAssociationResult' => ['type' => 'structure', 'members' => ['NewAssociationId' => ['shape' => 'String', 'locationName' => 'newAssociationId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'ReplaceTransitGatewayRouteRequest' => ['type' => 'structure', 'required' => ['DestinationCidrBlock', 'TransitGatewayRouteTableId'], 'members' => ['DestinationCidrBlock' => ['shape' => 'String'], 'TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId'], 'Blackhole' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'ReplaceTransitGatewayRouteResult' => ['type' => 'structure', 'members' => ['Route' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'route']]], 'ReportInstanceReasonCodes' => ['type' => 'string', 'enum' => ['instance-stuck-in-state', 'unresponsive', 'not-accepting-credentials', 'password-not-available', 'performance-network', 'performance-instance-store', 'performance-ebs-volume', 'performance-other', 'other']], 'ReportInstanceStatusRequest' => ['type' => 'structure', 'required' => ['Instances', 'ReasonCodes', 'Status'], 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime'], 'Instances' => ['shape' => 'InstanceIdStringList', 'locationName' => 'instanceId'], 'ReasonCodes' => ['shape' => 'ReasonCodesList', 'locationName' => 'reasonCode'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'Status' => ['shape' => 'ReportStatusType', 'locationName' => 'status']]], 'ReportStatusType' => ['type' => 'string', 'enum' => ['ok', 'impaired']], 'RequestHostIdList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedHostId', 'locationName' => 'item']], 'RequestHostIdSet' => ['type' => 'list', 'member' => ['shape' => 'DedicatedHostId', 'locationName' => 'item']], 'RequestInstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType'], 'locationName' => 'InstanceType', 'max' => 100], 'RequestLaunchTemplateData' => ['type' => 'structure', 'members' => ['KernelId' => ['shape' => 'KernelId'], 'EbsOptimized' => ['shape' => 'Boolean'], 'IamInstanceProfile' => ['shape' => 'LaunchTemplateIamInstanceProfileSpecificationRequest'], 'BlockDeviceMappings' => ['shape' => 'LaunchTemplateBlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'NetworkInterfaces' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList', 'locationName' => 'NetworkInterface'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'InstanceType'], 'KeyName' => ['shape' => 'KeyPairName'], 'Monitoring' => ['shape' => 'LaunchTemplatesMonitoringRequest'], 'Placement' => ['shape' => 'LaunchTemplatePlacementRequest'], 'RamDiskId' => ['shape' => 'RamdiskId'], 'DisableApiTermination' => ['shape' => 'Boolean'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior'], 'UserData' => ['shape' => 'String'], 'TagSpecifications' => ['shape' => 'LaunchTemplateTagSpecificationRequestList', 'locationName' => 'TagSpecification'], 'ElasticGpuSpecifications' => ['shape' => 'ElasticGpuSpecificationList', 'locationName' => 'ElasticGpuSpecification'], 'ElasticInferenceAccelerators' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorList', 'locationName' => 'ElasticInferenceAccelerator'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'SecurityGroup'], 'InstanceMarketOptions' => ['shape' => 'LaunchTemplateInstanceMarketOptionsRequest'], 'CreditSpecification' => ['shape' => 'CreditSpecificationRequest'], 'CpuOptions' => ['shape' => 'LaunchTemplateCpuOptionsRequest'], 'CapacityReservationSpecification' => ['shape' => 'LaunchTemplateCapacityReservationSpecificationRequest'], 'LicenseSpecifications' => ['shape' => 'LaunchTemplateLicenseSpecificationListRequest', 'locationName' => 'LicenseSpecification'], 'HibernationOptions' => ['shape' => 'LaunchTemplateHibernationOptionsRequest'], 'MetadataOptions' => ['shape' => 'LaunchTemplateInstanceMetadataOptionsRequest']]], 'RequestSpotFleetRequest' => ['type' => 'structure', 'required' => ['SpotFleetRequestConfig'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'SpotFleetRequestConfig' => ['shape' => 'SpotFleetRequestConfigData', 'locationName' => 'spotFleetRequestConfig']]], 'RequestSpotFleetResponse' => ['type' => 'structure', 'members' => ['SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId']]], 'RequestSpotInstancesRequest' => ['type' => 'structure', 'members' => ['AvailabilityZoneGroup' => ['shape' => 'String', 'locationName' => 'availabilityZoneGroup'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'LaunchGroup' => ['shape' => 'String', 'locationName' => 'launchGroup'], 'LaunchSpecification' => ['shape' => 'RequestSpotLaunchSpecification'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'Type' => ['shape' => 'SpotInstanceType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'RequestSpotInstancesResult' => ['type' => 'structure', 'members' => ['SpotInstanceRequests' => ['shape' => 'SpotInstanceRequestList', 'locationName' => 'spotInstanceRequestSet']]], 'RequestSpotLaunchSpecification' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'RequestSpotLaunchSpecificationSecurityGroupIdList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'RequestSpotLaunchSpecificationSecurityGroupList', 'locationName' => 'SecurityGroup'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'ImageId', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'KernelId', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'KeyPairName', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled', 'locationName' => 'monitoring'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'NetworkInterface'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'RamdiskId', 'locationName' => 'ramdiskId'], 'SubnetId' => ['shape' => 'SubnetId', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData']]], 'RequestSpotLaunchSpecificationSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'RequestSpotLaunchSpecificationSecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'item']], 'Reservation' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'Instances' => ['shape' => 'InstanceList', 'locationName' => 'instancesSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'RequesterId' => ['shape' => 'String', 'locationName' => 'requesterId'], 'ReservationId' => ['shape' => 'String', 'locationName' => 'reservationId']]], 'ReservationId' => ['type' => 'string'], 'ReservationList' => ['type' => 'list', 'member' => ['shape' => 'Reservation', 'locationName' => 'item']], 'ReservationState' => ['type' => 'string', 'enum' => ['payment-pending', 'payment-failed', 'active', 'retired']], 'ReservationValue' => ['type' => 'structure', 'members' => ['HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'RemainingTotalValue' => ['shape' => 'String', 'locationName' => 'remainingTotalValue'], 'RemainingUpfrontValue' => ['shape' => 'String', 'locationName' => 'remainingUpfrontValue']]], 'ReservedInstanceIdSet' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'ReservedInstanceId']], 'ReservedInstanceLimitPrice' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'Double', 'locationName' => 'amount'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode']]], 'ReservedInstanceReservationValue' => ['type' => 'structure', 'members' => ['ReservationValue' => ['shape' => 'ReservationValue', 'locationName' => 'reservationValue'], 'ReservedInstanceId' => ['shape' => 'String', 'locationName' => 'reservedInstanceId']]], 'ReservedInstanceReservationValueSet' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstanceReservationValue', 'locationName' => 'item']], 'ReservedInstanceState' => ['type' => 'string', 'enum' => ['payment-pending', 'active', 'payment-failed', 'retired', 'queued', 'queued-deleted']], 'ReservedInstances' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Duration' => ['shape' => 'Long', 'locationName' => 'duration'], 'End' => ['shape' => 'DateTime', 'locationName' => 'end'], 'FixedPrice' => ['shape' => 'Float', 'locationName' => 'fixedPrice'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'Start' => ['shape' => 'DateTime', 'locationName' => 'start'], 'State' => ['shape' => 'ReservedInstanceState', 'locationName' => 'state'], 'UsagePrice' => ['shape' => 'Float', 'locationName' => 'usagePrice'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'OfferingClass' => ['shape' => 'OfferingClassType', 'locationName' => 'offeringClass'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType'], 'RecurringCharges' => ['shape' => 'RecurringChargesList', 'locationName' => 'recurringCharges'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ReservedInstancesConfiguration' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope']]], 'ReservedInstancesConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesConfiguration', 'locationName' => 'item']], 'ReservedInstancesId' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'ReservedInstancesIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservationId', 'locationName' => 'ReservedInstancesId']], 'ReservedInstancesList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstances', 'locationName' => 'item']], 'ReservedInstancesListing' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'InstanceCounts' => ['shape' => 'InstanceCountList', 'locationName' => 'instanceCounts'], 'PriceSchedules' => ['shape' => 'PriceScheduleList', 'locationName' => 'priceSchedules'], 'ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'ReservedInstancesListingId' => ['shape' => 'String', 'locationName' => 'reservedInstancesListingId'], 'Status' => ['shape' => 'ListingStatus', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'UpdateDate' => ['shape' => 'DateTime', 'locationName' => 'updateDate']]], 'ReservedInstancesListingId' => ['type' => 'string'], 'ReservedInstancesListingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesListing', 'locationName' => 'item']], 'ReservedInstancesModification' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'EffectiveDate' => ['shape' => 'DateTime', 'locationName' => 'effectiveDate'], 'ModificationResults' => ['shape' => 'ReservedInstancesModificationResultList', 'locationName' => 'modificationResultSet'], 'ReservedInstancesIds' => ['shape' => 'ReservedIntancesIds', 'locationName' => 'reservedInstancesSet'], 'ReservedInstancesModificationId' => ['shape' => 'String', 'locationName' => 'reservedInstancesModificationId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'UpdateDate' => ['shape' => 'DateTime', 'locationName' => 'updateDate']]], 'ReservedInstancesModificationId' => ['type' => 'string'], 'ReservedInstancesModificationIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModificationId', 'locationName' => 'ReservedInstancesModificationId']], 'ReservedInstancesModificationList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModification', 'locationName' => 'item']], 'ReservedInstancesModificationResult' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId'], 'TargetConfiguration' => ['shape' => 'ReservedInstancesConfiguration', 'locationName' => 'targetConfiguration']]], 'ReservedInstancesModificationResultList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesModificationResult', 'locationName' => 'item']], 'ReservedInstancesOffering' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'Duration' => ['shape' => 'Long', 'locationName' => 'duration'], 'FixedPrice' => ['shape' => 'Float', 'locationName' => 'fixedPrice'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'ReservedInstancesOfferingId' => ['shape' => 'String', 'locationName' => 'reservedInstancesOfferingId'], 'UsagePrice' => ['shape' => 'Float', 'locationName' => 'usagePrice'], 'CurrencyCode' => ['shape' => 'CurrencyCodeValues', 'locationName' => 'currencyCode'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Marketplace' => ['shape' => 'Boolean', 'locationName' => 'marketplace'], 'OfferingClass' => ['shape' => 'OfferingClassType', 'locationName' => 'offeringClass'], 'OfferingType' => ['shape' => 'OfferingTypeValues', 'locationName' => 'offeringType'], 'PricingDetails' => ['shape' => 'PricingDetailsList', 'locationName' => 'pricingDetailsSet'], 'RecurringCharges' => ['shape' => 'RecurringChargesList', 'locationName' => 'recurringCharges'], 'Scope' => ['shape' => 'scope', 'locationName' => 'scope']]], 'ReservedInstancesOfferingId' => ['type' => 'string'], 'ReservedInstancesOfferingIdStringList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesOfferingId']], 'ReservedInstancesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesOffering', 'locationName' => 'item']], 'ReservedIntancesIds' => ['type' => 'list', 'member' => ['shape' => 'ReservedInstancesId', 'locationName' => 'item']], 'ResetEbsDefaultKmsKeyIdRequest' => ['type' => 'structure', 'members' => ['DryRun' => ['shape' => 'Boolean']]], 'ResetEbsDefaultKmsKeyIdResult' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId']]], 'ResetFpgaImageAttributeName' => ['type' => 'string', 'enum' => ['loadPermission']], 'ResetFpgaImageAttributeRequest' => ['type' => 'structure', 'required' => ['FpgaImageId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'FpgaImageId' => ['shape' => 'FpgaImageId'], 'Attribute' => ['shape' => 'ResetFpgaImageAttributeName']]], 'ResetFpgaImageAttributeResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'ResetImageAttributeName' => ['type' => 'string', 'enum' => ['launchPermission']], 'ResetImageAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'ImageId'], 'members' => ['Attribute' => ['shape' => 'ResetImageAttributeName'], 'ImageId' => ['shape' => 'ImageId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ResetInstanceAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'InstanceId'], 'members' => ['Attribute' => ['shape' => 'InstanceAttributeName', 'locationName' => 'attribute'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId']]], 'ResetNetworkInterfaceAttributeRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'SourceDestCheck' => ['shape' => 'String', 'locationName' => 'sourceDestCheck']]], 'ResetSnapshotAttributeRequest' => ['type' => 'structure', 'required' => ['Attribute', 'SnapshotId'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeName'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'ResourceArn' => ['type' => 'string', 'max' => 1283, 'min' => 1], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'TaggableResourceId']], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResourceType' => ['type' => 'string', 'enum' => ['client-vpn-endpoint', 'customer-gateway', 'dedicated-host', 'dhcp-options', 'elastic-ip', 'elastic-gpu', 'export-image-task', 'export-instance-task', 'fleet', 'fpga-image', 'host-reservation', 'image', 'import-image-task', 'import-snapshot-task', 'instance', 'internet-gateway', 'key-pair', 'launch-template', 'local-gateway-route-table-vpc-association', 'natgateway', 'network-acl', 'network-interface', 'placement-group', 'reserved-instances', 'route-table', 'security-group', 'snapshot', 'spot-fleet-request', 'spot-instances-request', 'subnet', 'traffic-mirror-filter', 'traffic-mirror-session', 'traffic-mirror-target', 'transit-gateway', 'transit-gateway-attachment', 'transit-gateway-multicast-domain', 'transit-gateway-route-table', 'volume', 'vpc', 'vpc-peering-connection', 'vpn-connection', 'vpn-gateway', 'vpc-flow-log']], 'ResponseError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'LaunchTemplateErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ResponseHostIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResponseHostIdSet' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'ResponseLaunchTemplateData' => ['type' => 'structure', 'members' => ['KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'LaunchTemplateIamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'BlockDeviceMappings' => ['shape' => 'LaunchTemplateBlockDeviceMappingList', 'locationName' => 'blockDeviceMappingSet'], 'NetworkInterfaces' => ['shape' => 'LaunchTemplateInstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'LaunchTemplatesMonitoring', 'locationName' => 'monitoring'], 'Placement' => ['shape' => 'LaunchTemplatePlacement', 'locationName' => 'placement'], 'RamDiskId' => ['shape' => 'String', 'locationName' => 'ramDiskId'], 'DisableApiTermination' => ['shape' => 'Boolean', 'locationName' => 'disableApiTermination'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'TagSpecifications' => ['shape' => 'LaunchTemplateTagSpecificationList', 'locationName' => 'tagSpecificationSet'], 'ElasticGpuSpecifications' => ['shape' => 'ElasticGpuSpecificationResponseList', 'locationName' => 'elasticGpuSpecificationSet'], 'ElasticInferenceAccelerators' => ['shape' => 'LaunchTemplateElasticInferenceAcceleratorResponseList', 'locationName' => 'elasticInferenceAcceleratorSet'], 'SecurityGroupIds' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroupIdSet'], 'SecurityGroups' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroupSet'], 'InstanceMarketOptions' => ['shape' => 'LaunchTemplateInstanceMarketOptions', 'locationName' => 'instanceMarketOptions'], 'CreditSpecification' => ['shape' => 'CreditSpecification', 'locationName' => 'creditSpecification'], 'CpuOptions' => ['shape' => 'LaunchTemplateCpuOptions', 'locationName' => 'cpuOptions'], 'CapacityReservationSpecification' => ['shape' => 'LaunchTemplateCapacityReservationSpecificationResponse', 'locationName' => 'capacityReservationSpecification'], 'LicenseSpecifications' => ['shape' => 'LaunchTemplateLicenseList', 'locationName' => 'licenseSet'], 'HibernationOptions' => ['shape' => 'LaunchTemplateHibernationOptions', 'locationName' => 'hibernationOptions'], 'MetadataOptions' => ['shape' => 'LaunchTemplateInstanceMetadataOptions', 'locationName' => 'metadataOptions']]], 'RestorableByStringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RestoreAddressToClassicRequest' => ['type' => 'structure', 'required' => ['PublicIp'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp']]], 'RestoreAddressToClassicResult' => ['type' => 'structure', 'members' => ['PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'RestoreManagedPrefixListVersionRequest' => ['type' => 'structure', 'required' => ['PrefixListId', 'PreviousVersion', 'CurrentVersion'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'PrefixListId' => ['shape' => 'PrefixListResourceId'], 'PreviousVersion' => ['shape' => 'Long'], 'CurrentVersion' => ['shape' => 'Long']]], 'RestoreManagedPrefixListVersionResult' => ['type' => 'structure', 'members' => ['PrefixList' => ['shape' => 'ManagedPrefixList', 'locationName' => 'prefixList']]], 'RevokeClientVpnIngressRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId', 'TargetNetworkCidr'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'TargetNetworkCidr' => ['shape' => 'String'], 'AccessGroupId' => ['shape' => 'String'], 'RevokeAllGroups' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean']]], 'RevokeClientVpnIngressResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ClientVpnAuthorizationRuleStatus', 'locationName' => 'status']]], 'RevokeSecurityGroupEgressRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'GroupId' => ['shape' => 'SecurityGroupId', 'locationName' => 'groupId'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'CidrIp' => ['shape' => 'String', 'locationName' => 'cidrIp'], 'FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'SourceSecurityGroupName' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupName'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String', 'locationName' => 'sourceSecurityGroupOwnerId']]], 'RevokeSecurityGroupIngressRequest' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'String'], 'FromPort' => ['shape' => 'Integer'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList'], 'IpProtocol' => ['shape' => 'String'], 'SourceSecurityGroupName' => ['shape' => 'String'], 'SourceSecurityGroupOwnerId' => ['shape' => 'String'], 'ToPort' => ['shape' => 'Integer'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'RootDeviceType' => ['type' => 'string', 'enum' => ['ebs', 'instance-store']], 'RootDeviceTypeList' => ['type' => 'list', 'member' => ['shape' => 'RootDeviceType', 'locationName' => 'item']], 'Route' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'DestinationIpv6CidrBlock' => ['shape' => 'String', 'locationName' => 'destinationIpv6CidrBlock'], 'DestinationPrefixListId' => ['shape' => 'String', 'locationName' => 'destinationPrefixListId'], 'EgressOnlyInternetGatewayId' => ['shape' => 'String', 'locationName' => 'egressOnlyInternetGatewayId'], 'GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceOwnerId' => ['shape' => 'String', 'locationName' => 'instanceOwnerId'], 'NatGatewayId' => ['shape' => 'String', 'locationName' => 'natGatewayId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'LocalGatewayId' => ['shape' => 'String', 'locationName' => 'localGatewayId'], 'CarrierGatewayId' => ['shape' => 'CarrierGatewayId', 'locationName' => 'carrierGatewayId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'Origin' => ['shape' => 'RouteOrigin', 'locationName' => 'origin'], 'State' => ['shape' => 'RouteState', 'locationName' => 'state'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'RouteGatewayId' => ['type' => 'string'], 'RouteList' => ['type' => 'list', 'member' => ['shape' => 'Route', 'locationName' => 'item']], 'RouteOrigin' => ['type' => 'string', 'enum' => ['CreateRouteTable', 'CreateRoute', 'EnableVgwRoutePropagation']], 'RouteState' => ['type' => 'string', 'enum' => ['active', 'blackhole']], 'RouteTable' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'RouteTableAssociationList', 'locationName' => 'associationSet'], 'PropagatingVgws' => ['shape' => 'PropagatingVgwList', 'locationName' => 'propagatingVgwSet'], 'RouteTableId' => ['shape' => 'String', 'locationName' => 'routeTableId'], 'Routes' => ['shape' => 'RouteList', 'locationName' => 'routeSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId']]], 'RouteTableAssociation' => ['type' => 'structure', 'members' => ['Main' => ['shape' => 'Boolean', 'locationName' => 'main'], 'RouteTableAssociationId' => ['shape' => 'String', 'locationName' => 'routeTableAssociationId'], 'RouteTableId' => ['shape' => 'String', 'locationName' => 'routeTableId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'GatewayId' => ['shape' => 'String', 'locationName' => 'gatewayId'], 'AssociationState' => ['shape' => 'RouteTableAssociationState', 'locationName' => 'associationState']]], 'RouteTableAssociationId' => ['type' => 'string'], 'RouteTableAssociationList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableAssociation', 'locationName' => 'item']], 'RouteTableAssociationState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'RouteTableAssociationStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'RouteTableAssociationStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failed']], 'RouteTableId' => ['type' => 'string'], 'RouteTableIdStringList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableId', 'locationName' => 'item']], 'RouteTableList' => ['type' => 'list', 'member' => ['shape' => 'RouteTable', 'locationName' => 'item']], 'RuleAction' => ['type' => 'string', 'enum' => ['allow', 'deny']], 'RunInstancesMonitoringEnabled' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'RunInstancesRequest' => ['type' => 'structure', 'required' => ['MaxCount', 'MinCount'], 'members' => ['BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingRequestList', 'locationName' => 'BlockDeviceMapping'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'InstanceType'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'InstanceIpv6AddressList', 'locationName' => 'Ipv6Address'], 'KernelId' => ['shape' => 'KernelId'], 'KeyName' => ['shape' => 'KeyPairName'], 'MaxCount' => ['shape' => 'Integer'], 'MinCount' => ['shape' => 'Integer'], 'Monitoring' => ['shape' => 'RunInstancesMonitoringEnabled'], 'Placement' => ['shape' => 'Placement'], 'RamdiskId' => ['shape' => 'RamdiskId'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdStringList', 'locationName' => 'SecurityGroupId'], 'SecurityGroups' => ['shape' => 'SecurityGroupStringList', 'locationName' => 'SecurityGroup'], 'SubnetId' => ['shape' => 'SubnetId'], 'UserData' => ['shape' => 'String'], 'AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'DisableApiTermination' => ['shape' => 'Boolean', 'locationName' => 'disableApiTermination'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'InstanceInitiatedShutdownBehavior' => ['shape' => 'ShutdownBehavior', 'locationName' => 'instanceInitiatedShutdownBehavior'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterface'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'ElasticGpuSpecification' => ['shape' => 'ElasticGpuSpecifications'], 'ElasticInferenceAccelerators' => ['shape' => 'ElasticInferenceAccelerators', 'locationName' => 'ElasticInferenceAccelerator'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'InstanceMarketOptions' => ['shape' => 'InstanceMarketOptionsRequest'], 'CreditSpecification' => ['shape' => 'CreditSpecificationRequest'], 'CpuOptions' => ['shape' => 'CpuOptionsRequest'], 'CapacityReservationSpecification' => ['shape' => 'CapacityReservationSpecification'], 'HibernationOptions' => ['shape' => 'HibernationOptionsRequest'], 'LicenseSpecifications' => ['shape' => 'LicenseSpecificationListRequest', 'locationName' => 'LicenseSpecification'], 'MetadataOptions' => ['shape' => 'InstanceMetadataOptionsRequest']]], 'RunScheduledInstancesRequest' => ['type' => 'structure', 'required' => ['LaunchSpecification', 'ScheduledInstanceId'], 'members' => ['ClientToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'DryRun' => ['shape' => 'Boolean'], 'InstanceCount' => ['shape' => 'Integer'], 'LaunchSpecification' => ['shape' => 'ScheduledInstancesLaunchSpecification'], 'ScheduledInstanceId' => ['shape' => 'ScheduledInstanceId']]], 'RunScheduledInstancesResult' => ['type' => 'structure', 'members' => ['InstanceIdSet' => ['shape' => 'InstanceIdSet', 'locationName' => 'instanceIdSet']]], 'S3Storage' => ['type' => 'structure', 'members' => ['AWSAccessKeyId' => ['shape' => 'String'], 'Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix'], 'UploadPolicy' => ['shape' => 'Blob', 'locationName' => 'uploadPolicy'], 'UploadPolicySignature' => ['shape' => 'String', 'locationName' => 'uploadPolicySignature']]], 'ScheduledInstance' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'CreateDate' => ['shape' => 'DateTime', 'locationName' => 'createDate'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'NetworkPlatform' => ['shape' => 'String', 'locationName' => 'networkPlatform'], 'NextSlotStartTime' => ['shape' => 'DateTime', 'locationName' => 'nextSlotStartTime'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'PreviousSlotEndTime' => ['shape' => 'DateTime', 'locationName' => 'previousSlotEndTime'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrence', 'locationName' => 'recurrence'], 'ScheduledInstanceId' => ['shape' => 'String', 'locationName' => 'scheduledInstanceId'], 'SlotDurationInHours' => ['shape' => 'Integer', 'locationName' => 'slotDurationInHours'], 'TermEndDate' => ['shape' => 'DateTime', 'locationName' => 'termEndDate'], 'TermStartDate' => ['shape' => 'DateTime', 'locationName' => 'termStartDate'], 'TotalScheduledInstanceHours' => ['shape' => 'Integer', 'locationName' => 'totalScheduledInstanceHours']]], 'ScheduledInstanceAvailability' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailableInstanceCount' => ['shape' => 'Integer', 'locationName' => 'availableInstanceCount'], 'FirstSlotStartTime' => ['shape' => 'DateTime', 'locationName' => 'firstSlotStartTime'], 'HourlyPrice' => ['shape' => 'String', 'locationName' => 'hourlyPrice'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'MaxTermDurationInDays' => ['shape' => 'Integer', 'locationName' => 'maxTermDurationInDays'], 'MinTermDurationInDays' => ['shape' => 'Integer', 'locationName' => 'minTermDurationInDays'], 'NetworkPlatform' => ['shape' => 'String', 'locationName' => 'networkPlatform'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'PurchaseToken' => ['shape' => 'String', 'locationName' => 'purchaseToken'], 'Recurrence' => ['shape' => 'ScheduledInstanceRecurrence', 'locationName' => 'recurrence'], 'SlotDurationInHours' => ['shape' => 'Integer', 'locationName' => 'slotDurationInHours'], 'TotalScheduledInstanceHours' => ['shape' => 'Integer', 'locationName' => 'totalScheduledInstanceHours']]], 'ScheduledInstanceAvailabilitySet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstanceAvailability', 'locationName' => 'item']], 'ScheduledInstanceId' => ['type' => 'string'], 'ScheduledInstanceIdRequestSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstanceId', 'locationName' => 'ScheduledInstanceId']], 'ScheduledInstanceRecurrence' => ['type' => 'structure', 'members' => ['Frequency' => ['shape' => 'String', 'locationName' => 'frequency'], 'Interval' => ['shape' => 'Integer', 'locationName' => 'interval'], 'OccurrenceDaySet' => ['shape' => 'OccurrenceDaySet', 'locationName' => 'occurrenceDaySet'], 'OccurrenceRelativeToEnd' => ['shape' => 'Boolean', 'locationName' => 'occurrenceRelativeToEnd'], 'OccurrenceUnit' => ['shape' => 'String', 'locationName' => 'occurrenceUnit']]], 'ScheduledInstanceRecurrenceRequest' => ['type' => 'structure', 'members' => ['Frequency' => ['shape' => 'String'], 'Interval' => ['shape' => 'Integer'], 'OccurrenceDays' => ['shape' => 'OccurrenceDayRequestSet', 'locationName' => 'OccurrenceDay'], 'OccurrenceRelativeToEnd' => ['shape' => 'Boolean'], 'OccurrenceUnit' => ['shape' => 'String']]], 'ScheduledInstanceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstance', 'locationName' => 'item']], 'ScheduledInstancesBlockDeviceMapping' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'String'], 'Ebs' => ['shape' => 'ScheduledInstancesEbs'], 'NoDevice' => ['shape' => 'String'], 'VirtualName' => ['shape' => 'String']]], 'ScheduledInstancesBlockDeviceMappingSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesBlockDeviceMapping', 'locationName' => 'BlockDeviceMapping']], 'ScheduledInstancesEbs' => ['type' => 'structure', 'members' => ['DeleteOnTermination' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'Iops' => ['shape' => 'Integer'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeSize' => ['shape' => 'Integer'], 'VolumeType' => ['shape' => 'String']]], 'ScheduledInstancesIamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'ScheduledInstancesIpv6Address' => ['type' => 'structure', 'members' => ['Ipv6Address' => ['shape' => 'Ipv6Address']]], 'ScheduledInstancesIpv6AddressList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesIpv6Address', 'locationName' => 'Ipv6Address']], 'ScheduledInstancesLaunchSpecification' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['BlockDeviceMappings' => ['shape' => 'ScheduledInstancesBlockDeviceMappingSet', 'locationName' => 'BlockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean'], 'IamInstanceProfile' => ['shape' => 'ScheduledInstancesIamInstanceProfile'], 'ImageId' => ['shape' => 'ImageId'], 'InstanceType' => ['shape' => 'String'], 'KernelId' => ['shape' => 'KernelId'], 'KeyName' => ['shape' => 'KeyPairName'], 'Monitoring' => ['shape' => 'ScheduledInstancesMonitoring'], 'NetworkInterfaces' => ['shape' => 'ScheduledInstancesNetworkInterfaceSet', 'locationName' => 'NetworkInterface'], 'Placement' => ['shape' => 'ScheduledInstancesPlacement'], 'RamdiskId' => ['shape' => 'RamdiskId'], 'SecurityGroupIds' => ['shape' => 'ScheduledInstancesSecurityGroupIdSet', 'locationName' => 'SecurityGroupId'], 'SubnetId' => ['shape' => 'SubnetId'], 'UserData' => ['shape' => 'String']]], 'ScheduledInstancesMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'ScheduledInstancesNetworkInterface' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'Description' => ['shape' => 'String'], 'DeviceIndex' => ['shape' => 'Integer'], 'Groups' => ['shape' => 'ScheduledInstancesSecurityGroupIdSet', 'locationName' => 'Group'], 'Ipv6AddressCount' => ['shape' => 'Integer'], 'Ipv6Addresses' => ['shape' => 'ScheduledInstancesIpv6AddressList', 'locationName' => 'Ipv6Address'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'PrivateIpAddress' => ['shape' => 'String'], 'PrivateIpAddressConfigs' => ['shape' => 'PrivateIpAddressConfigSet', 'locationName' => 'PrivateIpAddressConfig'], 'SecondaryPrivateIpAddressCount' => ['shape' => 'Integer'], 'SubnetId' => ['shape' => 'SubnetId']]], 'ScheduledInstancesNetworkInterfaceSet' => ['type' => 'list', 'member' => ['shape' => 'ScheduledInstancesNetworkInterface', 'locationName' => 'NetworkInterface']], 'ScheduledInstancesPlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String'], 'GroupName' => ['shape' => 'PlacementGroupName']]], 'ScheduledInstancesPrivateIpAddressConfig' => ['type' => 'structure', 'members' => ['Primary' => ['shape' => 'Boolean'], 'PrivateIpAddress' => ['shape' => 'String']]], 'ScheduledInstancesSecurityGroupIdSet' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'SecurityGroupId']], 'SearchLocalGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['LocalGatewayRouteTableId', 'Filters'], 'members' => ['LocalGatewayRouteTableId' => ['shape' => 'LocalGatewayRoutetableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchLocalGatewayRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'LocalGatewayRouteList', 'locationName' => 'routeSet'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'SearchTransitGatewayMulticastGroupsRequest' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'TransitGatewayMulticastDomainId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'NextToken' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchTransitGatewayMulticastGroupsResult' => ['type' => 'structure', 'members' => ['MulticastGroups' => ['shape' => 'TransitGatewayMulticastGroupList', 'locationName' => 'multicastGroups'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'SearchTransitGatewayRoutesRequest' => ['type' => 'structure', 'required' => ['TransitGatewayRouteTableId', 'Filters'], 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId'], 'Filters' => ['shape' => 'FilterList', 'locationName' => 'Filter'], 'MaxResults' => ['shape' => 'TransitGatewayMaxResults'], 'DryRun' => ['shape' => 'Boolean']]], 'SearchTransitGatewayRoutesResult' => ['type' => 'structure', 'members' => ['Routes' => ['shape' => 'TransitGatewayRouteList', 'locationName' => 'routeSet'], 'AdditionalRoutesAvailable' => ['shape' => 'Boolean', 'locationName' => 'additionalRoutesAvailable']]], 'SecurityGroup' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'groupDescription'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'IpPermissions' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissions'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'IpPermissionsEgress' => ['shape' => 'IpPermissionList', 'locationName' => 'ipPermissionsEgress'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroupIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'SecurityGroupId']], 'SecurityGroupIdentifier' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup', 'locationName' => 'item']], 'SecurityGroupName' => ['type' => 'string'], 'SecurityGroupReference' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'ReferencingVpcId' => ['shape' => 'String', 'locationName' => 'referencingVpcId'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'SecurityGroupReferences' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupReference', 'locationName' => 'item']], 'SecurityGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupName', 'locationName' => 'SecurityGroup']], 'SendDiagnosticInterruptRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean']]], 'SensitiveUserData' => ['type' => 'string', 'sensitive' => \true], 'ServiceConfiguration' => ['type' => 'structure', 'members' => ['ServiceType' => ['shape' => 'ServiceTypeDetailSet', 'locationName' => 'serviceType'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'ServiceState' => ['shape' => 'ServiceState', 'locationName' => 'serviceState'], 'AvailabilityZones' => ['shape' => 'ValueStringList', 'locationName' => 'availabilityZoneSet'], 'AcceptanceRequired' => ['shape' => 'Boolean', 'locationName' => 'acceptanceRequired'], 'ManagesVpcEndpoints' => ['shape' => 'Boolean', 'locationName' => 'managesVpcEndpoints'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'networkLoadBalancerArnSet'], 'BaseEndpointDnsNames' => ['shape' => 'ValueStringList', 'locationName' => 'baseEndpointDnsNameSet'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateDnsNameConfiguration' => ['shape' => 'PrivateDnsNameConfiguration', 'locationName' => 'privateDnsNameConfiguration'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'ServiceConfigurationSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceConfiguration', 'locationName' => 'item']], 'ServiceDetail' => ['type' => 'structure', 'members' => ['ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'ServiceType' => ['shape' => 'ServiceTypeDetailSet', 'locationName' => 'serviceType'], 'AvailabilityZones' => ['shape' => 'ValueStringList', 'locationName' => 'availabilityZoneSet'], 'Owner' => ['shape' => 'String', 'locationName' => 'owner'], 'BaseEndpointDnsNames' => ['shape' => 'ValueStringList', 'locationName' => 'baseEndpointDnsNameSet'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'VpcEndpointPolicySupported' => ['shape' => 'Boolean', 'locationName' => 'vpcEndpointPolicySupported'], 'AcceptanceRequired' => ['shape' => 'Boolean', 'locationName' => 'acceptanceRequired'], 'ManagesVpcEndpoints' => ['shape' => 'Boolean', 'locationName' => 'managesVpcEndpoints'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'PrivateDnsNameVerificationState' => ['shape' => 'DnsNameState', 'locationName' => 'privateDnsNameVerificationState']]], 'ServiceDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceDetail', 'locationName' => 'item']], 'ServiceState' => ['type' => 'string', 'enum' => ['Pending', 'Available', 'Deleting', 'Deleted', 'Failed']], 'ServiceType' => ['type' => 'string', 'enum' => ['Interface', 'Gateway']], 'ServiceTypeDetail' => ['type' => 'structure', 'members' => ['ServiceType' => ['shape' => 'ServiceType', 'locationName' => 'serviceType']]], 'ServiceTypeDetailSet' => ['type' => 'list', 'member' => ['shape' => 'ServiceTypeDetail', 'locationName' => 'item']], 'ShutdownBehavior' => ['type' => 'string', 'enum' => ['stop', 'terminate']], 'SlotDateTimeRangeRequest' => ['type' => 'structure', 'required' => ['EarliestTime', 'LatestTime'], 'members' => ['EarliestTime' => ['shape' => 'DateTime'], 'LatestTime' => ['shape' => 'DateTime']]], 'SlotStartTimeRangeRequest' => ['type' => 'structure', 'members' => ['EarliestTime' => ['shape' => 'DateTime'], 'LatestTime' => ['shape' => 'DateTime']]], 'Snapshot' => ['type' => 'structure', 'members' => ['DataEncryptionKeyId' => ['shape' => 'String', 'locationName' => 'dataEncryptionKeyId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'State' => ['shape' => 'SnapshotState', 'locationName' => 'status'], 'StateMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'OwnerAlias' => ['shape' => 'String', 'locationName' => 'ownerAlias'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'SnapshotAttributeName' => ['type' => 'string', 'enum' => ['productCodes', 'createVolumePermission']], 'SnapshotDetail' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DeviceName' => ['shape' => 'String', 'locationName' => 'deviceName'], 'DiskImageSize' => ['shape' => 'Double', 'locationName' => 'diskImageSize'], 'Format' => ['shape' => 'String', 'locationName' => 'format'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Url' => ['shape' => 'String', 'locationName' => 'url'], 'UserBucket' => ['shape' => 'UserBucketDetails', 'locationName' => 'userBucket']]], 'SnapshotDetailList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotDetail', 'locationName' => 'item']], 'SnapshotDiskContainer' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'Format' => ['shape' => 'String'], 'Url' => ['shape' => 'String'], 'UserBucket' => ['shape' => 'UserBucket']]], 'SnapshotId' => ['type' => 'string'], 'SnapshotIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotId', 'locationName' => 'SnapshotId']], 'SnapshotInfo' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'State' => ['shape' => 'SnapshotState', 'locationName' => 'state'], 'VolumeSize' => ['shape' => 'Integer', 'locationName' => 'volumeSize'], 'StartTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'startTime'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId']]], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'item']], 'SnapshotSet' => ['type' => 'list', 'member' => ['shape' => 'SnapshotInfo', 'locationName' => 'item']], 'SnapshotState' => ['type' => 'string', 'enum' => ['pending', 'completed', 'error']], 'SnapshotTaskDetail' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'DiskImageSize' => ['shape' => 'Double', 'locationName' => 'diskImageSize'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'Format' => ['shape' => 'String', 'locationName' => 'format'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'Progress' => ['shape' => 'String', 'locationName' => 'progress'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'Status' => ['shape' => 'String', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'Url' => ['shape' => 'String', 'locationName' => 'url'], 'UserBucket' => ['shape' => 'UserBucketDetails', 'locationName' => 'userBucket']]], 'SpotAllocationStrategy' => ['type' => 'string', 'enum' => ['lowest-price', 'diversified', 'capacity-optimized']], 'SpotDatafeedSubscription' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'String', 'locationName' => 'bucket'], 'Fault' => ['shape' => 'SpotInstanceStateFault', 'locationName' => 'fault'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Prefix' => ['shape' => 'String', 'locationName' => 'prefix'], 'State' => ['shape' => 'DatafeedSubscriptionState', 'locationName' => 'state']]], 'SpotFleetLaunchSpecification' => ['type' => 'structure', 'members' => ['SecurityGroups' => ['shape' => 'GroupIdentifierList', 'locationName' => 'groupSet'], 'AddressingType' => ['shape' => 'String', 'locationName' => 'addressingType'], 'BlockDeviceMappings' => ['shape' => 'BlockDeviceMappingList', 'locationName' => 'blockDeviceMapping'], 'EbsOptimized' => ['shape' => 'Boolean', 'locationName' => 'ebsOptimized'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfileSpecification', 'locationName' => 'iamInstanceProfile'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'KernelId' => ['shape' => 'String', 'locationName' => 'kernelId'], 'KeyName' => ['shape' => 'String', 'locationName' => 'keyName'], 'Monitoring' => ['shape' => 'SpotFleetMonitoring', 'locationName' => 'monitoring'], 'NetworkInterfaces' => ['shape' => 'InstanceNetworkInterfaceSpecificationList', 'locationName' => 'networkInterfaceSet'], 'Placement' => ['shape' => 'SpotPlacement', 'locationName' => 'placement'], 'RamdiskId' => ['shape' => 'String', 'locationName' => 'ramdiskId'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'UserData' => ['shape' => 'String', 'locationName' => 'userData'], 'WeightedCapacity' => ['shape' => 'Double', 'locationName' => 'weightedCapacity'], 'TagSpecifications' => ['shape' => 'SpotFleetTagSpecificationList', 'locationName' => 'tagSpecificationSet']]], 'SpotFleetMonitoring' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean', 'locationName' => 'enabled']]], 'SpotFleetRequestConfig' => ['type' => 'structure', 'members' => ['ActivityStatus' => ['shape' => 'ActivityStatus', 'locationName' => 'activityStatus'], 'CreateTime' => ['shape' => 'MillisecondDateTime', 'locationName' => 'createTime'], 'SpotFleetRequestConfig' => ['shape' => 'SpotFleetRequestConfigData', 'locationName' => 'spotFleetRequestConfig'], 'SpotFleetRequestId' => ['shape' => 'String', 'locationName' => 'spotFleetRequestId'], 'SpotFleetRequestState' => ['shape' => 'BatchState', 'locationName' => 'spotFleetRequestState'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'SpotFleetRequestConfigData' => ['type' => 'structure', 'required' => ['IamFleetRole', 'TargetCapacity'], 'members' => ['AllocationStrategy' => ['shape' => 'AllocationStrategy', 'locationName' => 'allocationStrategy'], 'OnDemandAllocationStrategy' => ['shape' => 'OnDemandAllocationStrategy', 'locationName' => 'onDemandAllocationStrategy'], 'ClientToken' => ['shape' => 'String', 'locationName' => 'clientToken'], 'ExcessCapacityTerminationPolicy' => ['shape' => 'ExcessCapacityTerminationPolicy', 'locationName' => 'excessCapacityTerminationPolicy'], 'FulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'fulfilledCapacity'], 'OnDemandFulfilledCapacity' => ['shape' => 'Double', 'locationName' => 'onDemandFulfilledCapacity'], 'IamFleetRole' => ['shape' => 'String', 'locationName' => 'iamFleetRole'], 'LaunchSpecifications' => ['shape' => 'LaunchSpecsList', 'locationName' => 'launchSpecifications'], 'LaunchTemplateConfigs' => ['shape' => 'LaunchTemplateConfigList', 'locationName' => 'launchTemplateConfigs'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'TargetCapacity' => ['shape' => 'Integer', 'locationName' => 'targetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'onDemandTargetCapacity'], 'OnDemandMaxTotalPrice' => ['shape' => 'String', 'locationName' => 'onDemandMaxTotalPrice'], 'SpotMaxTotalPrice' => ['shape' => 'String', 'locationName' => 'spotMaxTotalPrice'], 'TerminateInstancesWithExpiration' => ['shape' => 'Boolean', 'locationName' => 'terminateInstancesWithExpiration'], 'Type' => ['shape' => 'FleetType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'ReplaceUnhealthyInstances' => ['shape' => 'Boolean', 'locationName' => 'replaceUnhealthyInstances'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior'], 'LoadBalancersConfig' => ['shape' => 'LoadBalancersConfig', 'locationName' => 'loadBalancersConfig'], 'InstancePoolsToUseCount' => ['shape' => 'Integer', 'locationName' => 'instancePoolsToUseCount'], 'TagSpecifications' => ['shape' => 'TagSpecificationList', 'locationName' => 'TagSpecification']]], 'SpotFleetRequestConfigSet' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetRequestConfig', 'locationName' => 'item']], 'SpotFleetRequestId' => ['type' => 'string'], 'SpotFleetRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetRequestId', 'locationName' => 'item']], 'SpotFleetTagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tag']]], 'SpotFleetTagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'SpotFleetTagSpecification', 'locationName' => 'item']], 'SpotInstanceInterruptionBehavior' => ['type' => 'string', 'enum' => ['hibernate', 'stop', 'terminate']], 'SpotInstanceRequest' => ['type' => 'structure', 'members' => ['ActualBlockHourlyPrice' => ['shape' => 'String', 'locationName' => 'actualBlockHourlyPrice'], 'AvailabilityZoneGroup' => ['shape' => 'String', 'locationName' => 'availabilityZoneGroup'], 'BlockDurationMinutes' => ['shape' => 'Integer', 'locationName' => 'blockDurationMinutes'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'Fault' => ['shape' => 'SpotInstanceStateFault', 'locationName' => 'fault'], 'InstanceId' => ['shape' => 'InstanceId', 'locationName' => 'instanceId'], 'LaunchGroup' => ['shape' => 'String', 'locationName' => 'launchGroup'], 'LaunchSpecification' => ['shape' => 'LaunchSpecification', 'locationName' => 'launchSpecification'], 'LaunchedAvailabilityZone' => ['shape' => 'String', 'locationName' => 'launchedAvailabilityZone'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'SpotInstanceRequestId' => ['shape' => 'String', 'locationName' => 'spotInstanceRequestId'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'State' => ['shape' => 'SpotInstanceState', 'locationName' => 'state'], 'Status' => ['shape' => 'SpotInstanceStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'Type' => ['shape' => 'SpotInstanceType', 'locationName' => 'type'], 'ValidFrom' => ['shape' => 'DateTime', 'locationName' => 'validFrom'], 'ValidUntil' => ['shape' => 'DateTime', 'locationName' => 'validUntil'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior']]], 'SpotInstanceRequestId' => ['type' => 'string'], 'SpotInstanceRequestIdList' => ['type' => 'list', 'member' => ['shape' => 'SpotInstanceRequestId', 'locationName' => 'SpotInstanceRequestId']], 'SpotInstanceRequestList' => ['type' => 'list', 'member' => ['shape' => 'SpotInstanceRequest', 'locationName' => 'item']], 'SpotInstanceState' => ['type' => 'string', 'enum' => ['open', 'active', 'closed', 'cancelled', 'failed']], 'SpotInstanceStateFault' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'SpotInstanceStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message'], 'UpdateTime' => ['shape' => 'DateTime', 'locationName' => 'updateTime']]], 'SpotInstanceType' => ['type' => 'string', 'enum' => ['one-time', 'persistent']], 'SpotMarketOptions' => ['type' => 'structure', 'members' => ['MaxPrice' => ['shape' => 'String'], 'SpotInstanceType' => ['shape' => 'SpotInstanceType'], 'BlockDurationMinutes' => ['shape' => 'Integer'], 'ValidUntil' => ['shape' => 'DateTime'], 'InstanceInterruptionBehavior' => ['shape' => 'InstanceInterruptionBehavior']]], 'SpotOptions' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'SpotAllocationStrategy', 'locationName' => 'allocationStrategy'], 'InstanceInterruptionBehavior' => ['shape' => 'SpotInstanceInterruptionBehavior', 'locationName' => 'instanceInterruptionBehavior'], 'InstancePoolsToUseCount' => ['shape' => 'Integer', 'locationName' => 'instancePoolsToUseCount'], 'SingleInstanceType' => ['shape' => 'Boolean', 'locationName' => 'singleInstanceType'], 'SingleAvailabilityZone' => ['shape' => 'Boolean', 'locationName' => 'singleAvailabilityZone'], 'MinTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'minTargetCapacity'], 'MaxTotalPrice' => ['shape' => 'String', 'locationName' => 'maxTotalPrice']]], 'SpotOptionsRequest' => ['type' => 'structure', 'members' => ['AllocationStrategy' => ['shape' => 'SpotAllocationStrategy'], 'InstanceInterruptionBehavior' => ['shape' => 'SpotInstanceInterruptionBehavior'], 'InstancePoolsToUseCount' => ['shape' => 'Integer'], 'SingleInstanceType' => ['shape' => 'Boolean'], 'SingleAvailabilityZone' => ['shape' => 'Boolean'], 'MinTargetCapacity' => ['shape' => 'Integer'], 'MaxTotalPrice' => ['shape' => 'String']]], 'SpotPlacement' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'Tenancy' => ['shape' => 'Tenancy', 'locationName' => 'tenancy']]], 'SpotPrice' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'InstanceType' => ['shape' => 'InstanceType', 'locationName' => 'instanceType'], 'ProductDescription' => ['shape' => 'RIProductDescription', 'locationName' => 'productDescription'], 'SpotPrice' => ['shape' => 'String', 'locationName' => 'spotPrice'], 'Timestamp' => ['shape' => 'DateTime', 'locationName' => 'timestamp']]], 'SpotPriceHistoryList' => ['type' => 'list', 'member' => ['shape' => 'SpotPrice', 'locationName' => 'item']], 'StaleIpPermission' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'IpProtocol' => ['shape' => 'String', 'locationName' => 'ipProtocol'], 'IpRanges' => ['shape' => 'IpRanges', 'locationName' => 'ipRanges'], 'PrefixListIds' => ['shape' => 'PrefixListIdSet', 'locationName' => 'prefixListIds'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort'], 'UserIdGroupPairs' => ['shape' => 'UserIdGroupPairSet', 'locationName' => 'groups']]], 'StaleIpPermissionSet' => ['type' => 'list', 'member' => ['shape' => 'StaleIpPermission', 'locationName' => 'item']], 'StaleSecurityGroup' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'StaleIpPermissions' => ['shape' => 'StaleIpPermissionSet', 'locationName' => 'staleIpPermissions'], 'StaleIpPermissionsEgress' => ['shape' => 'StaleIpPermissionSet', 'locationName' => 'staleIpPermissionsEgress'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'StaleSecurityGroupSet' => ['type' => 'list', 'member' => ['shape' => 'StaleSecurityGroup', 'locationName' => 'item']], 'StartInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'AdditionalInfo' => ['shape' => 'String', 'locationName' => 'additionalInfo'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'StartInstancesResult' => ['type' => 'structure', 'members' => ['StartingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'StartVpcEndpointServicePrivateDnsVerificationRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'ServiceId' => ['shape' => 'VpcEndpointServiceId']]], 'StartVpcEndpointServicePrivateDnsVerificationResult' => ['type' => 'structure', 'members' => ['ReturnValue' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'State' => ['type' => 'string', 'enum' => ['PendingAcceptance', 'Pending', 'Available', 'Deleting', 'Deleted', 'Rejected', 'Failed', 'Expired']], 'StateReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'Status' => ['type' => 'string', 'enum' => ['MoveInProgress', 'InVpc', 'InClassic']], 'StatusName' => ['type' => 'string', 'enum' => ['reachability']], 'StatusType' => ['type' => 'string', 'enum' => ['passed', 'failed', 'insufficient-data', 'initializing']], 'StopInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'Hibernate' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun'], 'Force' => ['shape' => 'Boolean', 'locationName' => 'force']]], 'StopInstancesResult' => ['type' => 'structure', 'members' => ['StoppingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'Storage' => ['type' => 'structure', 'members' => ['S3' => ['shape' => 'S3Storage']]], 'StorageLocation' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'String'], 'Key' => ['shape' => 'String']]], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'AvailabilityZoneId' => ['shape' => 'String', 'locationName' => 'availabilityZoneId'], 'AvailableIpAddressCount' => ['shape' => 'Integer', 'locationName' => 'availableIpAddressCount'], 'CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DefaultForAz' => ['shape' => 'Boolean', 'locationName' => 'defaultForAz'], 'MapPublicIpOnLaunch' => ['shape' => 'Boolean', 'locationName' => 'mapPublicIpOnLaunch'], 'MapCustomerOwnedIpOnLaunch' => ['shape' => 'Boolean', 'locationName' => 'mapCustomerOwnedIpOnLaunch'], 'CustomerOwnedIpv4Pool' => ['shape' => 'CoipPoolId', 'locationName' => 'customerOwnedIpv4Pool'], 'State' => ['shape' => 'SubnetState', 'locationName' => 'state'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'AssignIpv6AddressOnCreation' => ['shape' => 'Boolean', 'locationName' => 'assignIpv6AddressOnCreation'], 'Ipv6CidrBlockAssociationSet' => ['shape' => 'SubnetIpv6CidrBlockAssociationSet', 'locationName' => 'ipv6CidrBlockAssociationSet'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'SubnetArn' => ['shape' => 'String', 'locationName' => 'subnetArn'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn']]], 'SubnetAssociation' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'State' => ['shape' => 'TransitGatewayMulitcastDomainAssociationState', 'locationName' => 'state']]], 'SubnetAssociationList' => ['type' => 'list', 'member' => ['shape' => 'SubnetAssociation', 'locationName' => 'item']], 'SubnetCidrAssociationId' => ['type' => 'string'], 'SubnetCidrBlockState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'SubnetCidrBlockStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'SubnetCidrBlockStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failing', 'failed']], 'SubnetId' => ['type' => 'string'], 'SubnetIdStringList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'SubnetId']], 'SubnetIpv6CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'Ipv6CidrBlockState' => ['shape' => 'SubnetCidrBlockState', 'locationName' => 'ipv6CidrBlockState']]], 'SubnetIpv6CidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'SubnetIpv6CidrBlockAssociation', 'locationName' => 'item']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'item']], 'SubnetState' => ['type' => 'string', 'enum' => ['pending', 'available']], 'SuccessfulInstanceCreditSpecificationItem' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'SuccessfulInstanceCreditSpecificationSet' => ['type' => 'list', 'member' => ['shape' => 'SuccessfulInstanceCreditSpecificationItem', 'locationName' => 'item']], 'SuccessfulQueuedPurchaseDeletion' => ['type' => 'structure', 'members' => ['ReservedInstancesId' => ['shape' => 'String', 'locationName' => 'reservedInstancesId']]], 'SuccessfulQueuedPurchaseDeletionSet' => ['type' => 'list', 'member' => ['shape' => 'SuccessfulQueuedPurchaseDeletion', 'locationName' => 'item']], 'SummaryStatus' => ['type' => 'string', 'enum' => ['ok', 'impaired', 'insufficient-data', 'not-applicable', 'initializing']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagDescription' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'TagDescription', 'locationName' => 'item']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'item']], 'TagSpecification' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType', 'locationName' => 'resourceType'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'Tag']]], 'TagSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'TagSpecification', 'locationName' => 'item']], 'TaggableResourceId' => ['type' => 'string'], 'TargetCapacitySpecification' => ['type' => 'structure', 'members' => ['TotalTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'totalTargetCapacity'], 'OnDemandTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'onDemandTargetCapacity'], 'SpotTargetCapacity' => ['shape' => 'Integer', 'locationName' => 'spotTargetCapacity'], 'DefaultTargetCapacityType' => ['shape' => 'DefaultTargetCapacityType', 'locationName' => 'defaultTargetCapacityType']]], 'TargetCapacitySpecificationRequest' => ['type' => 'structure', 'required' => ['TotalTargetCapacity'], 'members' => ['TotalTargetCapacity' => ['shape' => 'Integer'], 'OnDemandTargetCapacity' => ['shape' => 'Integer'], 'SpotTargetCapacity' => ['shape' => 'Integer'], 'DefaultTargetCapacityType' => ['shape' => 'DefaultTargetCapacityType']]], 'TargetConfiguration' => ['type' => 'structure', 'members' => ['InstanceCount' => ['shape' => 'Integer', 'locationName' => 'instanceCount'], 'OfferingId' => ['shape' => 'String', 'locationName' => 'offeringId']]], 'TargetConfigurationRequest' => ['type' => 'structure', 'required' => ['OfferingId'], 'members' => ['InstanceCount' => ['shape' => 'Integer'], 'OfferingId' => ['shape' => 'ReservedInstancesOfferingId']]], 'TargetConfigurationRequestSet' => ['type' => 'list', 'member' => ['shape' => 'TargetConfigurationRequest', 'locationName' => 'TargetConfigurationRequest']], 'TargetGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn']]], 'TargetGroups' => ['type' => 'list', 'member' => ['shape' => 'TargetGroup', 'locationName' => 'item'], 'max' => 5, 'min' => 1], 'TargetGroupsConfig' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups', 'locationName' => 'targetGroups']]], 'TargetNetwork' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'TargetNetworkId' => ['shape' => 'String', 'locationName' => 'targetNetworkId'], 'ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Status' => ['shape' => 'AssociationStatus', 'locationName' => 'status'], 'SecurityGroups' => ['shape' => 'ValueStringList', 'locationName' => 'securityGroups']]], 'TargetNetworkSet' => ['type' => 'list', 'member' => ['shape' => 'TargetNetwork', 'locationName' => 'item']], 'TargetReservationValue' => ['type' => 'structure', 'members' => ['ReservationValue' => ['shape' => 'ReservationValue', 'locationName' => 'reservationValue'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration', 'locationName' => 'targetConfiguration']]], 'TargetReservationValueSet' => ['type' => 'list', 'member' => ['shape' => 'TargetReservationValue', 'locationName' => 'item']], 'TelemetryStatus' => ['type' => 'string', 'enum' => ['UP', 'DOWN']], 'Tenancy' => ['type' => 'string', 'enum' => ['default', 'dedicated', 'host']], 'TerminateClientVpnConnectionsRequest' => ['type' => 'structure', 'required' => ['ClientVpnEndpointId'], 'members' => ['ClientVpnEndpointId' => ['shape' => 'ClientVpnEndpointId'], 'ConnectionId' => ['shape' => 'VpnConnectionId'], 'Username' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'TerminateClientVpnConnectionsResult' => ['type' => 'structure', 'members' => ['ClientVpnEndpointId' => ['shape' => 'String', 'locationName' => 'clientVpnEndpointId'], 'Username' => ['shape' => 'String', 'locationName' => 'username'], 'ConnectionStatuses' => ['shape' => 'TerminateConnectionStatusSet', 'locationName' => 'connectionStatuses']]], 'TerminateConnectionStatus' => ['type' => 'structure', 'members' => ['ConnectionId' => ['shape' => 'String', 'locationName' => 'connectionId'], 'PreviousStatus' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'previousStatus'], 'CurrentStatus' => ['shape' => 'ClientVpnConnectionStatus', 'locationName' => 'currentStatus']]], 'TerminateConnectionStatusSet' => ['type' => 'list', 'member' => ['shape' => 'TerminateConnectionStatus', 'locationName' => 'item']], 'TerminateInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'TerminateInstancesResult' => ['type' => 'structure', 'members' => ['TerminatingInstances' => ['shape' => 'InstanceStateChangeList', 'locationName' => 'instancesSet']]], 'ThreadsPerCore' => ['type' => 'integer'], 'ThreadsPerCoreList' => ['type' => 'list', 'member' => ['shape' => 'ThreadsPerCore', 'locationName' => 'item']], 'TrafficDirection' => ['type' => 'string', 'enum' => ['ingress', 'egress']], 'TrafficMirrorFilter' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'IngressFilterRules' => ['shape' => 'TrafficMirrorFilterRuleList', 'locationName' => 'ingressFilterRuleSet'], 'EgressFilterRules' => ['shape' => 'TrafficMirrorFilterRuleList', 'locationName' => 'egressFilterRuleSet'], 'NetworkServices' => ['shape' => 'TrafficMirrorNetworkServiceList', 'locationName' => 'networkServiceSet'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorFilterId' => ['type' => 'string'], 'TrafficMirrorFilterIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterId', 'locationName' => 'item']], 'TrafficMirrorFilterRule' => ['type' => 'structure', 'members' => ['TrafficMirrorFilterRuleId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterRuleId'], 'TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'TrafficDirection' => ['shape' => 'TrafficDirection', 'locationName' => 'trafficDirection'], 'RuleNumber' => ['shape' => 'Integer', 'locationName' => 'ruleNumber'], 'RuleAction' => ['shape' => 'TrafficMirrorRuleAction', 'locationName' => 'ruleAction'], 'Protocol' => ['shape' => 'Integer', 'locationName' => 'protocol'], 'DestinationPortRange' => ['shape' => 'TrafficMirrorPortRange', 'locationName' => 'destinationPortRange'], 'SourcePortRange' => ['shape' => 'TrafficMirrorPortRange', 'locationName' => 'sourcePortRange'], 'DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'SourceCidrBlock' => ['shape' => 'String', 'locationName' => 'sourceCidrBlock'], 'Description' => ['shape' => 'String', 'locationName' => 'description']]], 'TrafficMirrorFilterRuleField' => ['type' => 'string', 'enum' => ['destination-port-range', 'source-port-range', 'protocol', 'description']], 'TrafficMirrorFilterRuleFieldList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterRuleField']], 'TrafficMirrorFilterRuleId' => ['type' => 'string'], 'TrafficMirrorFilterRuleList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilterRule', 'locationName' => 'item']], 'TrafficMirrorFilterSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorFilter', 'locationName' => 'item']], 'TrafficMirrorNetworkService' => ['type' => 'string', 'enum' => ['amazon-dns']], 'TrafficMirrorNetworkServiceList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorNetworkService', 'locationName' => 'item']], 'TrafficMirrorPortRange' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer', 'locationName' => 'fromPort'], 'ToPort' => ['shape' => 'Integer', 'locationName' => 'toPort']]], 'TrafficMirrorPortRangeRequest' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'Integer'], 'ToPort' => ['shape' => 'Integer']]], 'TrafficMirrorRuleAction' => ['type' => 'string', 'enum' => ['accept', 'reject']], 'TrafficMirrorSession' => ['type' => 'structure', 'members' => ['TrafficMirrorSessionId' => ['shape' => 'String', 'locationName' => 'trafficMirrorSessionId'], 'TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId'], 'TrafficMirrorFilterId' => ['shape' => 'String', 'locationName' => 'trafficMirrorFilterId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PacketLength' => ['shape' => 'Integer', 'locationName' => 'packetLength'], 'SessionNumber' => ['shape' => 'Integer', 'locationName' => 'sessionNumber'], 'VirtualNetworkId' => ['shape' => 'Integer', 'locationName' => 'virtualNetworkId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorSessionField' => ['type' => 'string', 'enum' => ['packet-length', 'description', 'virtual-network-id']], 'TrafficMirrorSessionFieldList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSessionField']], 'TrafficMirrorSessionId' => ['type' => 'string'], 'TrafficMirrorSessionIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSessionId', 'locationName' => 'item']], 'TrafficMirrorSessionSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorSession', 'locationName' => 'item']], 'TrafficMirrorTarget' => ['type' => 'structure', 'members' => ['TrafficMirrorTargetId' => ['shape' => 'String', 'locationName' => 'trafficMirrorTargetId'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'NetworkLoadBalancerArn' => ['shape' => 'String', 'locationName' => 'networkLoadBalancerArn'], 'Type' => ['shape' => 'TrafficMirrorTargetType', 'locationName' => 'type'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TrafficMirrorTargetId' => ['type' => 'string'], 'TrafficMirrorTargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorTargetId', 'locationName' => 'item']], 'TrafficMirrorTargetSet' => ['type' => 'list', 'member' => ['shape' => 'TrafficMirrorTarget', 'locationName' => 'item']], 'TrafficMirrorTargetType' => ['type' => 'string', 'enum' => ['network-interface', 'network-load-balancer']], 'TrafficMirroringMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'TrafficType' => ['type' => 'string', 'enum' => ['ACCEPT', 'REJECT', 'ALL']], 'TransitAssociationGatewayId' => ['type' => 'string'], 'TransitGateway' => ['type' => 'structure', 'members' => ['TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'TransitGatewayArn' => ['shape' => 'String', 'locationName' => 'transitGatewayArn'], 'State' => ['shape' => 'TransitGatewayState', 'locationName' => 'state'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Options' => ['shape' => 'TransitGatewayOptions', 'locationName' => 'options'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'TransitGatewayRouteTableId', 'locationName' => 'transitGatewayRouteTableId'], 'TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'TransitGatewayAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'TransitGatewayOwnerId' => ['shape' => 'String', 'locationName' => 'transitGatewayOwnerId'], 'ResourceOwnerId' => ['shape' => 'String', 'locationName' => 'resourceOwnerId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'Association' => ['shape' => 'TransitGatewayAttachmentAssociation', 'locationName' => 'association'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayAttachmentAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayAttachmentId' => ['type' => 'string'], 'TransitGatewayAttachmentIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachmentId']], 'TransitGatewayAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachment', 'locationName' => 'item']], 'TransitGatewayAttachmentPropagation' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayAttachmentPropagationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayAttachmentPropagation', 'locationName' => 'item']], 'TransitGatewayAttachmentResourceType' => ['type' => 'string', 'enum' => ['vpc', 'vpn', 'direct-connect-gateway', 'tgw-peering']], 'TransitGatewayAttachmentState' => ['type' => 'string', 'enum' => ['initiating', 'pendingAcceptance', 'rollingBack', 'pending', 'available', 'modifying', 'deleting', 'deleted', 'failed', 'rejected', 'rejecting', 'failing']], 'TransitGatewayId' => ['type' => 'string'], 'TransitGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayId', 'locationName' => 'item']], 'TransitGatewayList' => ['type' => 'list', 'member' => ['shape' => 'TransitGateway', 'locationName' => 'item']], 'TransitGatewayMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 5], 'TransitGatewayMulitcastDomainAssociationState' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated']], 'TransitGatewayMulticastDeregisteredGroupMembers' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'DeregisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'deregisteredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastDeregisteredGroupSources' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'DeregisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'deregisteredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastDomain' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'State' => ['shape' => 'TransitGatewayMulticastDomainState', 'locationName' => 'state'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayMulticastDomainAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'Subnet' => ['shape' => 'SubnetAssociation', 'locationName' => 'subnet']]], 'TransitGatewayMulticastDomainAssociationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomainAssociation', 'locationName' => 'item']], 'TransitGatewayMulticastDomainAssociations' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'Subnets' => ['shape' => 'SubnetAssociationList', 'locationName' => 'subnets']]], 'TransitGatewayMulticastDomainId' => ['type' => 'string'], 'TransitGatewayMulticastDomainIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomainId', 'locationName' => 'item']], 'TransitGatewayMulticastDomainList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastDomain', 'locationName' => 'item']], 'TransitGatewayMulticastDomainState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'TransitGatewayMulticastGroup' => ['type' => 'structure', 'members' => ['GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'GroupMember' => ['shape' => 'Boolean', 'locationName' => 'groupMember'], 'GroupSource' => ['shape' => 'Boolean', 'locationName' => 'groupSource'], 'MemberType' => ['shape' => 'MembershipType', 'locationName' => 'memberType'], 'SourceType' => ['shape' => 'MembershipType', 'locationName' => 'sourceType']]], 'TransitGatewayMulticastGroupList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayMulticastGroup', 'locationName' => 'item']], 'TransitGatewayMulticastRegisteredGroupMembers' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'RegisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'registeredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayMulticastRegisteredGroupSources' => ['type' => 'structure', 'members' => ['TransitGatewayMulticastDomainId' => ['shape' => 'String', 'locationName' => 'transitGatewayMulticastDomainId'], 'RegisteredNetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'registeredNetworkInterfaceIds'], 'GroupIpAddress' => ['shape' => 'String', 'locationName' => 'groupIpAddress']]], 'TransitGatewayNetworkInterfaceIdList' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'item']], 'TransitGatewayOptions' => ['type' => 'structure', 'members' => ['AmazonSideAsn' => ['shape' => 'Long', 'locationName' => 'amazonSideAsn'], 'AutoAcceptSharedAttachments' => ['shape' => 'AutoAcceptSharedAttachmentsValue', 'locationName' => 'autoAcceptSharedAttachments'], 'DefaultRouteTableAssociation' => ['shape' => 'DefaultRouteTableAssociationValue', 'locationName' => 'defaultRouteTableAssociation'], 'AssociationDefaultRouteTableId' => ['shape' => 'String', 'locationName' => 'associationDefaultRouteTableId'], 'DefaultRouteTablePropagation' => ['shape' => 'DefaultRouteTablePropagationValue', 'locationName' => 'defaultRouteTablePropagation'], 'PropagationDefaultRouteTableId' => ['shape' => 'String', 'locationName' => 'propagationDefaultRouteTableId'], 'VpnEcmpSupport' => ['shape' => 'VpnEcmpSupportValue', 'locationName' => 'vpnEcmpSupport'], 'DnsSupport' => ['shape' => 'DnsSupportValue', 'locationName' => 'dnsSupport'], 'MulticastSupport' => ['shape' => 'MulticastSupportValue', 'locationName' => 'multicastSupport']]], 'TransitGatewayPeeringAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'RequesterTgwInfo' => ['shape' => 'PeeringTgwInfo', 'locationName' => 'requesterTgwInfo'], 'AccepterTgwInfo' => ['shape' => 'PeeringTgwInfo', 'locationName' => 'accepterTgwInfo'], 'Status' => ['shape' => 'PeeringAttachmentStatus', 'locationName' => 'status'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayPeeringAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayPeeringAttachment', 'locationName' => 'item']], 'TransitGatewayPropagation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'TransitGatewayAttachmentId', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayPropagationState' => ['type' => 'string', 'enum' => ['enabling', 'enabled', 'disabling', 'disabled']], 'TransitGatewayRequestOptions' => ['type' => 'structure', 'members' => ['AmazonSideAsn' => ['shape' => 'Long'], 'AutoAcceptSharedAttachments' => ['shape' => 'AutoAcceptSharedAttachmentsValue'], 'DefaultRouteTableAssociation' => ['shape' => 'DefaultRouteTableAssociationValue'], 'DefaultRouteTablePropagation' => ['shape' => 'DefaultRouteTablePropagationValue'], 'VpnEcmpSupport' => ['shape' => 'VpnEcmpSupportValue'], 'DnsSupport' => ['shape' => 'DnsSupportValue'], 'MulticastSupport' => ['shape' => 'MulticastSupportValue']]], 'TransitGatewayRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'TransitGatewayAttachments' => ['shape' => 'TransitGatewayRouteAttachmentList', 'locationName' => 'transitGatewayAttachments'], 'Type' => ['shape' => 'TransitGatewayRouteType', 'locationName' => 'type'], 'State' => ['shape' => 'TransitGatewayRouteState', 'locationName' => 'state']]], 'TransitGatewayRouteAttachment' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType']]], 'TransitGatewayRouteAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteAttachment', 'locationName' => 'item']], 'TransitGatewayRouteList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRoute', 'locationName' => 'item']], 'TransitGatewayRouteState' => ['type' => 'string', 'enum' => ['pending', 'active', 'blackhole', 'deleting', 'deleted']], 'TransitGatewayRouteTable' => ['type' => 'structure', 'members' => ['TransitGatewayRouteTableId' => ['shape' => 'String', 'locationName' => 'transitGatewayRouteTableId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'State' => ['shape' => 'TransitGatewayRouteTableState', 'locationName' => 'state'], 'DefaultAssociationRouteTable' => ['shape' => 'Boolean', 'locationName' => 'defaultAssociationRouteTable'], 'DefaultPropagationRouteTable' => ['shape' => 'Boolean', 'locationName' => 'defaultPropagationRouteTable'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayRouteTableAssociation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayAssociationState', 'locationName' => 'state']]], 'TransitGatewayRouteTableAssociationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTableAssociation', 'locationName' => 'item']], 'TransitGatewayRouteTableId' => ['type' => 'string'], 'TransitGatewayRouteTableIdStringList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTableId', 'locationName' => 'item']], 'TransitGatewayRouteTableList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTable', 'locationName' => 'item']], 'TransitGatewayRouteTablePropagation' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId'], 'ResourceType' => ['shape' => 'TransitGatewayAttachmentResourceType', 'locationName' => 'resourceType'], 'State' => ['shape' => 'TransitGatewayPropagationState', 'locationName' => 'state']]], 'TransitGatewayRouteTablePropagationList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayRouteTablePropagation', 'locationName' => 'item']], 'TransitGatewayRouteTableState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'TransitGatewayRouteType' => ['type' => 'string', 'enum' => ['static', 'propagated']], 'TransitGatewayState' => ['type' => 'string', 'enum' => ['pending', 'available', 'modifying', 'deleting', 'deleted']], 'TransitGatewaySubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'item']], 'TransitGatewayVpcAttachment' => ['type' => 'structure', 'members' => ['TransitGatewayAttachmentId' => ['shape' => 'String', 'locationName' => 'transitGatewayAttachmentId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'VpcOwnerId' => ['shape' => 'String', 'locationName' => 'vpcOwnerId'], 'State' => ['shape' => 'TransitGatewayAttachmentState', 'locationName' => 'state'], 'SubnetIds' => ['shape' => 'ValueStringList', 'locationName' => 'subnetIds'], 'CreationTime' => ['shape' => 'DateTime', 'locationName' => 'creationTime'], 'Options' => ['shape' => 'TransitGatewayVpcAttachmentOptions', 'locationName' => 'options'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'TransitGatewayVpcAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'TransitGatewayVpcAttachment', 'locationName' => 'item']], 'TransitGatewayVpcAttachmentOptions' => ['type' => 'structure', 'members' => ['DnsSupport' => ['shape' => 'DnsSupportValue', 'locationName' => 'dnsSupport'], 'Ipv6Support' => ['shape' => 'Ipv6SupportValue', 'locationName' => 'ipv6Support']]], 'TransportProtocol' => ['type' => 'string', 'enum' => ['tcp', 'udp']], 'TunnelInsideIpVersion' => ['type' => 'string', 'enum' => ['ipv4', 'ipv6']], 'TunnelOption' => ['type' => 'structure', 'members' => ['OutsideIpAddress' => ['shape' => 'String', 'locationName' => 'outsideIpAddress'], 'TunnelInsideCidr' => ['shape' => 'String', 'locationName' => 'tunnelInsideCidr'], 'TunnelInsideIpv6Cidr' => ['shape' => 'String', 'locationName' => 'tunnelInsideIpv6Cidr'], 'PreSharedKey' => ['shape' => 'String', 'locationName' => 'preSharedKey'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer', 'locationName' => 'phase1LifetimeSeconds'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer', 'locationName' => 'phase2LifetimeSeconds'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer', 'locationName' => 'rekeyMarginTimeSeconds'], 'RekeyFuzzPercentage' => ['shape' => 'Integer', 'locationName' => 'rekeyFuzzPercentage'], 'ReplayWindowSize' => ['shape' => 'Integer', 'locationName' => 'replayWindowSize'], 'DpdTimeoutSeconds' => ['shape' => 'Integer', 'locationName' => 'dpdTimeoutSeconds'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsList', 'locationName' => 'phase1EncryptionAlgorithmSet'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsList', 'locationName' => 'phase2EncryptionAlgorithmSet'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsList', 'locationName' => 'phase1IntegrityAlgorithmSet'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsList', 'locationName' => 'phase2IntegrityAlgorithmSet'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersList', 'locationName' => 'phase1DHGroupNumberSet'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersList', 'locationName' => 'phase2DHGroupNumberSet'], 'IkeVersions' => ['shape' => 'IKEVersionsList', 'locationName' => 'ikeVersionSet']]], 'TunnelOptionsList' => ['type' => 'list', 'member' => ['shape' => 'TunnelOption', 'locationName' => 'item']], 'UnassignIpv6AddressesRequest' => ['type' => 'structure', 'required' => ['Ipv6Addresses', 'NetworkInterfaceId'], 'members' => ['Ipv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId']]], 'UnassignIpv6AddressesResult' => ['type' => 'structure', 'members' => ['NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'UnassignedIpv6Addresses' => ['shape' => 'Ipv6AddressList', 'locationName' => 'unassignedIpv6Addresses']]], 'UnassignPrivateIpAddressesRequest' => ['type' => 'structure', 'required' => ['NetworkInterfaceId', 'PrivateIpAddresses'], 'members' => ['NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId', 'locationName' => 'networkInterfaceId'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddressStringList', 'locationName' => 'privateIpAddress']]], 'UnlimitedSupportedInstanceFamily' => ['type' => 'string', 'enum' => ['t2', 't3', 't3a']], 'UnmonitorInstancesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdStringList', 'locationName' => 'InstanceId'], 'DryRun' => ['shape' => 'Boolean', 'locationName' => 'dryRun']]], 'UnmonitorInstancesResult' => ['type' => 'structure', 'members' => ['InstanceMonitorings' => ['shape' => 'InstanceMonitoringList', 'locationName' => 'instancesSet']]], 'UnsuccessfulInstanceCreditSpecificationErrorCode' => ['type' => 'string', 'enum' => ['InvalidInstanceID.Malformed', 'InvalidInstanceID.NotFound', 'IncorrectInstanceState', 'InstanceCreditSpecification.NotSupported']], 'UnsuccessfulInstanceCreditSpecificationItem' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'Error' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationItemError', 'locationName' => 'error']]], 'UnsuccessfulInstanceCreditSpecificationItemError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationErrorCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'UnsuccessfulInstanceCreditSpecificationSet' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulInstanceCreditSpecificationItem', 'locationName' => 'item']], 'UnsuccessfulItem' => ['type' => 'structure', 'members' => ['Error' => ['shape' => 'UnsuccessfulItemError', 'locationName' => 'error'], 'ResourceId' => ['shape' => 'String', 'locationName' => 'resourceId']]], 'UnsuccessfulItemError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'UnsuccessfulItemList' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulItem', 'locationName' => 'item']], 'UnsuccessfulItemSet' => ['type' => 'list', 'member' => ['shape' => 'UnsuccessfulItem', 'locationName' => 'item']], 'UpdateSecurityGroupRuleDescriptionsEgressRequest' => ['type' => 'structure', 'required' => ['IpPermissions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList']]], 'UpdateSecurityGroupRuleDescriptionsEgressResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'UpdateSecurityGroupRuleDescriptionsIngressRequest' => ['type' => 'structure', 'required' => ['IpPermissions'], 'members' => ['DryRun' => ['shape' => 'Boolean'], 'GroupId' => ['shape' => 'SecurityGroupId'], 'GroupName' => ['shape' => 'SecurityGroupName'], 'IpPermissions' => ['shape' => 'IpPermissionList']]], 'UpdateSecurityGroupRuleDescriptionsIngressResult' => ['type' => 'structure', 'members' => ['Return' => ['shape' => 'Boolean', 'locationName' => 'return']]], 'UsageClassType' => ['type' => 'string', 'enum' => ['spot', 'on-demand']], 'UsageClassTypeList' => ['type' => 'list', 'member' => ['shape' => 'UsageClassType', 'locationName' => 'item']], 'UserBucket' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String'], 'S3Key' => ['shape' => 'String']]], 'UserBucketDetails' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'String', 'locationName' => 's3Bucket'], 'S3Key' => ['shape' => 'String', 'locationName' => 's3Key']]], 'UserData' => ['type' => 'structure', 'members' => ['Data' => ['shape' => 'String', 'locationName' => 'data']], 'sensitive' => \true], 'UserGroupStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'UserGroup']], 'UserIdGroupPair' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName'], 'PeeringStatus' => ['shape' => 'String', 'locationName' => 'peeringStatus'], 'UserId' => ['shape' => 'String', 'locationName' => 'userId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'UserIdGroupPairList' => ['type' => 'list', 'member' => ['shape' => 'UserIdGroupPair', 'locationName' => 'item']], 'UserIdGroupPairSet' => ['type' => 'list', 'member' => ['shape' => 'UserIdGroupPair', 'locationName' => 'item']], 'UserIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'UserId']], 'VCpuCount' => ['type' => 'integer'], 'VCpuInfo' => ['type' => 'structure', 'members' => ['DefaultVCpus' => ['shape' => 'VCpuCount', 'locationName' => 'defaultVCpus'], 'DefaultCores' => ['shape' => 'CoreCount', 'locationName' => 'defaultCores'], 'DefaultThreadsPerCore' => ['shape' => 'ThreadsPerCore', 'locationName' => 'defaultThreadsPerCore'], 'ValidCores' => ['shape' => 'CoreCountList', 'locationName' => 'validCores'], 'ValidThreadsPerCore' => ['shape' => 'ThreadsPerCoreList', 'locationName' => 'validThreadsPerCore']]], 'ValidationError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'ValidationWarning' => ['type' => 'structure', 'members' => ['Errors' => ['shape' => 'ErrorSet', 'locationName' => 'errorSet']]], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VersionDescription' => ['type' => 'string', 'max' => 255], 'VersionStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VgwTelemetry' => ['type' => 'structure', 'members' => ['AcceptedRouteCount' => ['shape' => 'Integer', 'locationName' => 'acceptedRouteCount'], 'LastStatusChange' => ['shape' => 'DateTime', 'locationName' => 'lastStatusChange'], 'OutsideIpAddress' => ['shape' => 'String', 'locationName' => 'outsideIpAddress'], 'Status' => ['shape' => 'TelemetryStatus', 'locationName' => 'status'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'CertificateArn' => ['shape' => 'String', 'locationName' => 'certificateArn']]], 'VgwTelemetryList' => ['type' => 'list', 'member' => ['shape' => 'VgwTelemetry', 'locationName' => 'item']], 'VirtualizationType' => ['type' => 'string', 'enum' => ['hvm', 'paravirtual']], 'VirtualizationTypeList' => ['type' => 'list', 'member' => ['shape' => 'VirtualizationType', 'locationName' => 'item']], 'Volume' => ['type' => 'structure', 'members' => ['Attachments' => ['shape' => 'VolumeAttachmentList', 'locationName' => 'attachmentSet'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'CreateTime' => ['shape' => 'DateTime', 'locationName' => 'createTime'], 'Encrypted' => ['shape' => 'Boolean', 'locationName' => 'encrypted'], 'KmsKeyId' => ['shape' => 'String', 'locationName' => 'kmsKeyId'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Size' => ['shape' => 'Integer', 'locationName' => 'size'], 'SnapshotId' => ['shape' => 'String', 'locationName' => 'snapshotId'], 'State' => ['shape' => 'VolumeState', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'Iops' => ['shape' => 'Integer', 'locationName' => 'iops'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VolumeType' => ['shape' => 'VolumeType', 'locationName' => 'volumeType'], 'FastRestored' => ['shape' => 'Boolean', 'locationName' => 'fastRestored'], 'MultiAttachEnabled' => ['shape' => 'Boolean', 'locationName' => 'multiAttachEnabled']]], 'VolumeAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'DateTime', 'locationName' => 'attachTime'], 'Device' => ['shape' => 'String', 'locationName' => 'device'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'State' => ['shape' => 'VolumeAttachmentState', 'locationName' => 'status'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'DeleteOnTermination' => ['shape' => 'Boolean', 'locationName' => 'deleteOnTermination']]], 'VolumeAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'VolumeAttachment', 'locationName' => 'item']], 'VolumeAttachmentState' => ['type' => 'string', 'enum' => ['attaching', 'attached', 'detaching', 'detached', 'busy']], 'VolumeAttributeName' => ['type' => 'string', 'enum' => ['autoEnableIO', 'productCodes']], 'VolumeDetail' => ['type' => 'structure', 'required' => ['Size'], 'members' => ['Size' => ['shape' => 'Long', 'locationName' => 'size']]], 'VolumeId' => ['type' => 'string'], 'VolumeIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VolumeId', 'locationName' => 'VolumeId']], 'VolumeList' => ['type' => 'list', 'member' => ['shape' => 'Volume', 'locationName' => 'item']], 'VolumeModification' => ['type' => 'structure', 'members' => ['VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'ModificationState' => ['shape' => 'VolumeModificationState', 'locationName' => 'modificationState'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage'], 'TargetSize' => ['shape' => 'Integer', 'locationName' => 'targetSize'], 'TargetIops' => ['shape' => 'Integer', 'locationName' => 'targetIops'], 'TargetVolumeType' => ['shape' => 'VolumeType', 'locationName' => 'targetVolumeType'], 'OriginalSize' => ['shape' => 'Integer', 'locationName' => 'originalSize'], 'OriginalIops' => ['shape' => 'Integer', 'locationName' => 'originalIops'], 'OriginalVolumeType' => ['shape' => 'VolumeType', 'locationName' => 'originalVolumeType'], 'Progress' => ['shape' => 'Long', 'locationName' => 'progress'], 'StartTime' => ['shape' => 'DateTime', 'locationName' => 'startTime'], 'EndTime' => ['shape' => 'DateTime', 'locationName' => 'endTime']]], 'VolumeModificationList' => ['type' => 'list', 'member' => ['shape' => 'VolumeModification', 'locationName' => 'item']], 'VolumeModificationState' => ['type' => 'string', 'enum' => ['modifying', 'optimizing', 'completed', 'failed']], 'VolumeState' => ['type' => 'string', 'enum' => ['creating', 'available', 'in-use', 'deleting', 'deleted', 'error']], 'VolumeStatusAction' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'EventId' => ['shape' => 'String', 'locationName' => 'eventId'], 'EventType' => ['shape' => 'String', 'locationName' => 'eventType']]], 'VolumeStatusActionsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusAction', 'locationName' => 'item']], 'VolumeStatusAttachmentStatus' => ['type' => 'structure', 'members' => ['IoPerformance' => ['shape' => 'String', 'locationName' => 'ioPerformance'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'VolumeStatusAttachmentStatusList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusAttachmentStatus', 'locationName' => 'item']], 'VolumeStatusDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'VolumeStatusName', 'locationName' => 'name'], 'Status' => ['shape' => 'String', 'locationName' => 'status']]], 'VolumeStatusDetailsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusDetails', 'locationName' => 'item']], 'VolumeStatusEvent' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String', 'locationName' => 'description'], 'EventId' => ['shape' => 'String', 'locationName' => 'eventId'], 'EventType' => ['shape' => 'String', 'locationName' => 'eventType'], 'NotAfter' => ['shape' => 'MillisecondDateTime', 'locationName' => 'notAfter'], 'NotBefore' => ['shape' => 'MillisecondDateTime', 'locationName' => 'notBefore'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId']]], 'VolumeStatusEventsList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusEvent', 'locationName' => 'item']], 'VolumeStatusInfo' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'VolumeStatusDetailsList', 'locationName' => 'details'], 'Status' => ['shape' => 'VolumeStatusInfoStatus', 'locationName' => 'status']]], 'VolumeStatusInfoStatus' => ['type' => 'string', 'enum' => ['ok', 'impaired', 'insufficient-data']], 'VolumeStatusItem' => ['type' => 'structure', 'members' => ['Actions' => ['shape' => 'VolumeStatusActionsList', 'locationName' => 'actionsSet'], 'AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'Events' => ['shape' => 'VolumeStatusEventsList', 'locationName' => 'eventsSet'], 'VolumeId' => ['shape' => 'String', 'locationName' => 'volumeId'], 'VolumeStatus' => ['shape' => 'VolumeStatusInfo', 'locationName' => 'volumeStatus'], 'AttachmentStatuses' => ['shape' => 'VolumeStatusAttachmentStatusList', 'locationName' => 'attachmentStatuses']]], 'VolumeStatusList' => ['type' => 'list', 'member' => ['shape' => 'VolumeStatusItem', 'locationName' => 'item']], 'VolumeStatusName' => ['type' => 'string', 'enum' => ['io-enabled', 'io-performance']], 'VolumeType' => ['type' => 'string', 'enum' => ['standard', 'io1', 'gp2', 'sc1', 'st1']], 'Vpc' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'DhcpOptionsId' => ['shape' => 'String', 'locationName' => 'dhcpOptionsId'], 'State' => ['shape' => 'VpcState', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'InstanceTenancy' => ['shape' => 'Tenancy', 'locationName' => 'instanceTenancy'], 'Ipv6CidrBlockAssociationSet' => ['shape' => 'VpcIpv6CidrBlockAssociationSet', 'locationName' => 'ipv6CidrBlockAssociationSet'], 'CidrBlockAssociationSet' => ['shape' => 'VpcCidrBlockAssociationSet', 'locationName' => 'cidrBlockAssociationSet'], 'IsDefault' => ['shape' => 'Boolean', 'locationName' => 'isDefault'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'VpcAttachment' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AttachmentStatus', 'locationName' => 'state'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'VpcAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'VpcAttachment', 'locationName' => 'item']], 'VpcAttributeName' => ['type' => 'string', 'enum' => ['enableDnsSupport', 'enableDnsHostnames']], 'VpcCidrAssociationId' => ['type' => 'string'], 'VpcCidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'CidrBlockState' => ['shape' => 'VpcCidrBlockState', 'locationName' => 'cidrBlockState']]], 'VpcCidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'VpcCidrBlockAssociation', 'locationName' => 'item']], 'VpcCidrBlockState' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'VpcCidrBlockStateCode', 'locationName' => 'state'], 'StatusMessage' => ['shape' => 'String', 'locationName' => 'statusMessage']]], 'VpcCidrBlockStateCode' => ['type' => 'string', 'enum' => ['associating', 'associated', 'disassociating', 'disassociated', 'failing', 'failed']], 'VpcClassicLink' => ['type' => 'structure', 'members' => ['ClassicLinkEnabled' => ['shape' => 'Boolean', 'locationName' => 'classicLinkEnabled'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'VpcClassicLinkIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcId', 'locationName' => 'VpcId']], 'VpcClassicLinkList' => ['type' => 'list', 'member' => ['shape' => 'VpcClassicLink', 'locationName' => 'item']], 'VpcEndpoint' => ['type' => 'structure', 'members' => ['VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'VpcEndpointType' => ['shape' => 'VpcEndpointType', 'locationName' => 'vpcEndpointType'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'State' => ['shape' => 'State', 'locationName' => 'state'], 'PolicyDocument' => ['shape' => 'String', 'locationName' => 'policyDocument'], 'RouteTableIds' => ['shape' => 'ValueStringList', 'locationName' => 'routeTableIdSet'], 'SubnetIds' => ['shape' => 'ValueStringList', 'locationName' => 'subnetIdSet'], 'Groups' => ['shape' => 'GroupIdentifierSet', 'locationName' => 'groupSet'], 'PrivateDnsEnabled' => ['shape' => 'Boolean', 'locationName' => 'privateDnsEnabled'], 'RequesterManaged' => ['shape' => 'Boolean', 'locationName' => 'requesterManaged'], 'NetworkInterfaceIds' => ['shape' => 'ValueStringList', 'locationName' => 'networkInterfaceIdSet'], 'DnsEntries' => ['shape' => 'DnsEntrySet', 'locationName' => 'dnsEntrySet'], 'CreationTimestamp' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTimestamp'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'LastError' => ['shape' => 'LastError', 'locationName' => 'lastError']]], 'VpcEndpointConnection' => ['type' => 'structure', 'members' => ['ServiceId' => ['shape' => 'String', 'locationName' => 'serviceId'], 'VpcEndpointId' => ['shape' => 'String', 'locationName' => 'vpcEndpointId'], 'VpcEndpointOwner' => ['shape' => 'String', 'locationName' => 'vpcEndpointOwner'], 'VpcEndpointState' => ['shape' => 'State', 'locationName' => 'vpcEndpointState'], 'CreationTimestamp' => ['shape' => 'MillisecondDateTime', 'locationName' => 'creationTimestamp'], 'DnsEntries' => ['shape' => 'DnsEntrySet', 'locationName' => 'dnsEntrySet'], 'NetworkLoadBalancerArns' => ['shape' => 'ValueStringList', 'locationName' => 'networkLoadBalancerArnSet']]], 'VpcEndpointConnectionSet' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointConnection', 'locationName' => 'item']], 'VpcEndpointId' => ['type' => 'string'], 'VpcEndpointIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointId', 'locationName' => 'item']], 'VpcEndpointRouteTableIdList' => ['type' => 'list', 'member' => ['shape' => 'RouteTableId', 'locationName' => 'item']], 'VpcEndpointSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId', 'locationName' => 'item']], 'VpcEndpointServiceId' => ['type' => 'string'], 'VpcEndpointServiceIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpointServiceId', 'locationName' => 'item']], 'VpcEndpointSet' => ['type' => 'list', 'member' => ['shape' => 'VpcEndpoint', 'locationName' => 'item']], 'VpcEndpointSubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId', 'locationName' => 'item']], 'VpcEndpointType' => ['type' => 'string', 'enum' => ['Interface', 'Gateway']], 'VpcFlowLogId' => ['type' => 'string'], 'VpcId' => ['type' => 'string'], 'VpcIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpcId', 'locationName' => 'VpcId']], 'VpcIpv6CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'String', 'locationName' => 'associationId'], 'Ipv6CidrBlock' => ['shape' => 'String', 'locationName' => 'ipv6CidrBlock'], 'Ipv6CidrBlockState' => ['shape' => 'VpcCidrBlockState', 'locationName' => 'ipv6CidrBlockState'], 'NetworkBorderGroup' => ['shape' => 'String', 'locationName' => 'networkBorderGroup'], 'Ipv6Pool' => ['shape' => 'String', 'locationName' => 'ipv6Pool']]], 'VpcIpv6CidrBlockAssociationSet' => ['type' => 'list', 'member' => ['shape' => 'VpcIpv6CidrBlockAssociation', 'locationName' => 'item']], 'VpcList' => ['type' => 'list', 'member' => ['shape' => 'Vpc', 'locationName' => 'item']], 'VpcPeeringConnection' => ['type' => 'structure', 'members' => ['AccepterVpcInfo' => ['shape' => 'VpcPeeringConnectionVpcInfo', 'locationName' => 'accepterVpcInfo'], 'ExpirationTime' => ['shape' => 'DateTime', 'locationName' => 'expirationTime'], 'RequesterVpcInfo' => ['shape' => 'VpcPeeringConnectionVpcInfo', 'locationName' => 'requesterVpcInfo'], 'Status' => ['shape' => 'VpcPeeringConnectionStateReason', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VpcPeeringConnectionId' => ['shape' => 'String', 'locationName' => 'vpcPeeringConnectionId']]], 'VpcPeeringConnectionId' => ['type' => 'string'], 'VpcPeeringConnectionIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnectionId', 'locationName' => 'item']], 'VpcPeeringConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnection', 'locationName' => 'item']], 'VpcPeeringConnectionOptionsDescription' => ['type' => 'structure', 'members' => ['AllowDnsResolutionFromRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowDnsResolutionFromRemoteVpc'], 'AllowEgressFromLocalClassicLinkToRemoteVpc' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalClassicLinkToRemoteVpc'], 'AllowEgressFromLocalVpcToRemoteClassicLink' => ['shape' => 'Boolean', 'locationName' => 'allowEgressFromLocalVpcToRemoteClassicLink']]], 'VpcPeeringConnectionStateReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'VpcPeeringConnectionStateReasonCode', 'locationName' => 'code'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'VpcPeeringConnectionStateReasonCode' => ['type' => 'string', 'enum' => ['initiating-request', 'pending-acceptance', 'active', 'deleted', 'rejected', 'failed', 'expired', 'provisioning', 'deleting']], 'VpcPeeringConnectionVpcInfo' => ['type' => 'structure', 'members' => ['CidrBlock' => ['shape' => 'String', 'locationName' => 'cidrBlock'], 'Ipv6CidrBlockSet' => ['shape' => 'Ipv6CidrBlockSet', 'locationName' => 'ipv6CidrBlockSet'], 'CidrBlockSet' => ['shape' => 'CidrBlockSet', 'locationName' => 'cidrBlockSet'], 'OwnerId' => ['shape' => 'String', 'locationName' => 'ownerId'], 'PeeringOptions' => ['shape' => 'VpcPeeringConnectionOptionsDescription', 'locationName' => 'peeringOptions'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId'], 'Region' => ['shape' => 'String', 'locationName' => 'region']]], 'VpcState' => ['type' => 'string', 'enum' => ['pending', 'available']], 'VpcTenancy' => ['type' => 'string', 'enum' => ['default']], 'VpnConnection' => ['type' => 'structure', 'members' => ['CustomerGatewayConfiguration' => ['shape' => 'String', 'locationName' => 'customerGatewayConfiguration'], 'CustomerGatewayId' => ['shape' => 'String', 'locationName' => 'customerGatewayId'], 'Category' => ['shape' => 'String', 'locationName' => 'category'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state'], 'Type' => ['shape' => 'GatewayType', 'locationName' => 'type'], 'VpnConnectionId' => ['shape' => 'String', 'locationName' => 'vpnConnectionId'], 'VpnGatewayId' => ['shape' => 'String', 'locationName' => 'vpnGatewayId'], 'TransitGatewayId' => ['shape' => 'String', 'locationName' => 'transitGatewayId'], 'Options' => ['shape' => 'VpnConnectionOptions', 'locationName' => 'options'], 'Routes' => ['shape' => 'VpnStaticRouteList', 'locationName' => 'routes'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet'], 'VgwTelemetry' => ['shape' => 'VgwTelemetryList', 'locationName' => 'vgwTelemetry']]], 'VpnConnectionId' => ['type' => 'string'], 'VpnConnectionIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpnConnectionId', 'locationName' => 'VpnConnectionId']], 'VpnConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpnConnection', 'locationName' => 'item']], 'VpnConnectionOptions' => ['type' => 'structure', 'members' => ['EnableAcceleration' => ['shape' => 'Boolean', 'locationName' => 'enableAcceleration'], 'StaticRoutesOnly' => ['shape' => 'Boolean', 'locationName' => 'staticRoutesOnly'], 'TunnelInsideIpVersion' => ['shape' => 'TunnelInsideIpVersion', 'locationName' => 'tunnelInsideIpVersion'], 'TunnelOptions' => ['shape' => 'TunnelOptionsList', 'locationName' => 'tunnelOptionSet']]], 'VpnConnectionOptionsSpecification' => ['type' => 'structure', 'members' => ['EnableAcceleration' => ['shape' => 'Boolean'], 'StaticRoutesOnly' => ['shape' => 'Boolean', 'locationName' => 'staticRoutesOnly'], 'TunnelInsideIpVersion' => ['shape' => 'TunnelInsideIpVersion'], 'TunnelOptions' => ['shape' => 'VpnTunnelOptionsSpecificationsList']]], 'VpnEcmpSupportValue' => ['type' => 'string', 'enum' => ['enable', 'disable']], 'VpnGateway' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state'], 'Type' => ['shape' => 'GatewayType', 'locationName' => 'type'], 'VpcAttachments' => ['shape' => 'VpcAttachmentList', 'locationName' => 'attachments'], 'VpnGatewayId' => ['shape' => 'String', 'locationName' => 'vpnGatewayId'], 'AmazonSideAsn' => ['shape' => 'Long', 'locationName' => 'amazonSideAsn'], 'Tags' => ['shape' => 'TagList', 'locationName' => 'tagSet']]], 'VpnGatewayId' => ['type' => 'string'], 'VpnGatewayIdStringList' => ['type' => 'list', 'member' => ['shape' => 'VpnGatewayId', 'locationName' => 'VpnGatewayId']], 'VpnGatewayList' => ['type' => 'list', 'member' => ['shape' => 'VpnGateway', 'locationName' => 'item']], 'VpnProtocol' => ['type' => 'string', 'enum' => ['openvpn']], 'VpnState' => ['type' => 'string', 'enum' => ['pending', 'available', 'deleting', 'deleted']], 'VpnStaticRoute' => ['type' => 'structure', 'members' => ['DestinationCidrBlock' => ['shape' => 'String', 'locationName' => 'destinationCidrBlock'], 'Source' => ['shape' => 'VpnStaticRouteSource', 'locationName' => 'source'], 'State' => ['shape' => 'VpnState', 'locationName' => 'state']]], 'VpnStaticRouteList' => ['type' => 'list', 'member' => ['shape' => 'VpnStaticRoute', 'locationName' => 'item']], 'VpnStaticRouteSource' => ['type' => 'string', 'enum' => ['Static']], 'VpnTunnelOptionsSpecification' => ['type' => 'structure', 'members' => ['TunnelInsideCidr' => ['shape' => 'String'], 'TunnelInsideIpv6Cidr' => ['shape' => 'String'], 'PreSharedKey' => ['shape' => 'String'], 'Phase1LifetimeSeconds' => ['shape' => 'Integer'], 'Phase2LifetimeSeconds' => ['shape' => 'Integer'], 'RekeyMarginTimeSeconds' => ['shape' => 'Integer'], 'RekeyFuzzPercentage' => ['shape' => 'Integer'], 'ReplayWindowSize' => ['shape' => 'Integer'], 'DPDTimeoutSeconds' => ['shape' => 'Integer'], 'Phase1EncryptionAlgorithms' => ['shape' => 'Phase1EncryptionAlgorithmsRequestList', 'locationName' => 'Phase1EncryptionAlgorithm'], 'Phase2EncryptionAlgorithms' => ['shape' => 'Phase2EncryptionAlgorithmsRequestList', 'locationName' => 'Phase2EncryptionAlgorithm'], 'Phase1IntegrityAlgorithms' => ['shape' => 'Phase1IntegrityAlgorithmsRequestList', 'locationName' => 'Phase1IntegrityAlgorithm'], 'Phase2IntegrityAlgorithms' => ['shape' => 'Phase2IntegrityAlgorithmsRequestList', 'locationName' => 'Phase2IntegrityAlgorithm'], 'Phase1DHGroupNumbers' => ['shape' => 'Phase1DHGroupNumbersRequestList', 'locationName' => 'Phase1DHGroupNumber'], 'Phase2DHGroupNumbers' => ['shape' => 'Phase2DHGroupNumbersRequestList', 'locationName' => 'Phase2DHGroupNumber'], 'IKEVersions' => ['shape' => 'IKEVersionsRequestList', 'locationName' => 'IKEVersion']]], 'VpnTunnelOptionsSpecificationsList' => ['type' => 'list', 'member' => ['shape' => 'VpnTunnelOptionsSpecification']], 'WithdrawByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'String'], 'DryRun' => ['shape' => 'Boolean']]], 'WithdrawByoipCidrResult' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr', 'locationName' => 'byoipCidr']]], 'ZoneIdStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ZoneId']], 'ZoneNameStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ZoneName']], 'scope' => ['type' => 'string', 'enum' => ['Availability Zone', 'Region']], 'totalFpgaMemory' => ['type' => 'integer'], 'totalGpuMemory' => ['type' => 'integer']]]; diff --git a/vendor/Aws3/Aws/data/ec2/2016-11-15/paginators-1.json.php b/vendor/Aws3/Aws/data/ec2/2016-11-15/paginators-1.json.php index 9c3d75c1..8695047d 100644 --- a/vendor/Aws3/Aws/data/ec2/2016-11-15/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/ec2/2016-11-15/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeAccountAttributes' => ['result_key' => 'AccountAttributes'], 'DescribeAddresses' => ['result_key' => 'Addresses'], 'DescribeAvailabilityZones' => ['result_key' => 'AvailabilityZones'], 'DescribeBundleTasks' => ['result_key' => 'BundleTasks'], 'DescribeByoipCidrs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ByoipCidrs'], 'DescribeCapacityReservations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CapacityReservations'], 'DescribeClassicLinkInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Instances'], 'DescribeClientVpnAuthorizationRules' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AuthorizationRules'], 'DescribeClientVpnConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Connections'], 'DescribeClientVpnEndpoints' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ClientVpnEndpoints'], 'DescribeClientVpnRoutes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Routes'], 'DescribeClientVpnTargetNetworks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ClientVpnTargetNetworks'], 'DescribeCoipPools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CoipPools'], 'DescribeConversionTasks' => ['result_key' => 'ConversionTasks'], 'DescribeCustomerGateways' => ['result_key' => 'CustomerGateways'], 'DescribeDhcpOptions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DhcpOptions'], 'DescribeEgressOnlyInternetGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'EgressOnlyInternetGateways'], 'DescribeExportImageTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ExportImageTasks'], 'DescribeExportTasks' => ['result_key' => 'ExportTasks'], 'DescribeFastSnapshotRestores' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FastSnapshotRestores'], 'DescribeFleets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Fleets'], 'DescribeFlowLogs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FlowLogs'], 'DescribeFpgaImages' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FpgaImages'], 'DescribeHostReservationOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'OfferingSet'], 'DescribeHostReservations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'HostReservationSet'], 'DescribeHosts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Hosts'], 'DescribeIamInstanceProfileAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'IamInstanceProfileAssociations'], 'DescribeImages' => ['result_key' => 'Images'], 'DescribeImportImageTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ImportImageTasks'], 'DescribeImportSnapshotTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ImportSnapshotTasks'], 'DescribeInstanceCreditSpecifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceCreditSpecifications'], 'DescribeInstanceStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceStatuses'], 'DescribeInstanceTypeOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceTypeOfferings'], 'DescribeInstanceTypes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceTypes'], 'DescribeInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Reservations'], 'DescribeInternetGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InternetGateways'], 'DescribeIpv6Pools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Ipv6Pools'], 'DescribeKeyPairs' => ['result_key' => 'KeyPairs'], 'DescribeLaunchTemplateVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LaunchTemplateVersions'], 'DescribeLaunchTemplates' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LaunchTemplates'], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociations'], 'DescribeLocalGatewayRouteTableVpcAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTableVpcAssociations'], 'DescribeLocalGatewayRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTables'], 'DescribeLocalGatewayVirtualInterfaceGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayVirtualInterfaceGroups'], 'DescribeLocalGatewayVirtualInterfaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayVirtualInterfaces'], 'DescribeLocalGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGateways'], 'DescribeMovingAddresses' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MovingAddressStatuses'], 'DescribeNatGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NatGateways'], 'DescribeNetworkAcls' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkAcls'], 'DescribeNetworkInterfacePermissions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkInterfacePermissions'], 'DescribeNetworkInterfaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkInterfaces'], 'DescribePlacementGroups' => ['result_key' => 'PlacementGroups'], 'DescribePrefixLists' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PrefixLists'], 'DescribePrincipalIdFormat' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Principals'], 'DescribePublicIpv4Pools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PublicIpv4Pools'], 'DescribeRegions' => ['result_key' => 'Regions'], 'DescribeReservedInstances' => ['result_key' => 'ReservedInstances'], 'DescribeReservedInstancesListings' => ['result_key' => 'ReservedInstancesListings'], 'DescribeReservedInstancesModifications' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'ReservedInstancesModifications'], 'DescribeReservedInstancesOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ReservedInstancesOfferings'], 'DescribeRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'RouteTables'], 'DescribeScheduledInstanceAvailability' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ScheduledInstanceAvailabilitySet'], 'DescribeScheduledInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ScheduledInstanceSet'], 'DescribeSecurityGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SecurityGroups'], 'DescribeSnapshots' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Snapshots'], 'DescribeSpotFleetRequests' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotFleetRequestConfigs'], 'DescribeSpotInstanceRequests' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotInstanceRequests'], 'DescribeSpotPriceHistory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotPriceHistory'], 'DescribeStaleSecurityGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'StaleSecurityGroupSet'], 'DescribeSubnets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Subnets'], 'DescribeTags' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Tags'], 'DescribeTrafficMirrorFilters' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorFilters'], 'DescribeTrafficMirrorSessions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorSessions'], 'DescribeTrafficMirrorTargets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorTargets'], 'DescribeTransitGatewayAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayAttachments'], 'DescribeTransitGatewayMulticastDomains' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayMulticastDomains'], 'DescribeTransitGatewayPeeringAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayPeeringAttachments'], 'DescribeTransitGatewayRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayRouteTables'], 'DescribeTransitGatewayVpcAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayVpcAttachments'], 'DescribeTransitGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGateways'], 'DescribeVolumeStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VolumeStatuses'], 'DescribeVolumes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Volumes'], 'DescribeVolumesModifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VolumesModifications'], 'DescribeVpcClassicLinkDnsSupport' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Vpcs'], 'DescribeVpcEndpointConnectionNotifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ConnectionNotificationSet'], 'DescribeVpcEndpointConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcEndpointConnections'], 'DescribeVpcEndpointServiceConfigurations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ServiceConfigurations'], 'DescribeVpcEndpointServicePermissions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AllowedPrincipals'], 'DescribeVpcEndpoints' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcEndpoints'], 'DescribeVpcPeeringConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcPeeringConnections'], 'DescribeVpcs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Vpcs'], 'DescribeVpnConnections' => ['result_key' => 'VpnConnections'], 'DescribeVpnGateways' => ['result_key' => 'VpnGateways'], 'GetAssociatedIpv6PoolCidrs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Ipv6CidrAssociations'], 'GetTransitGatewayAttachmentPropagations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayAttachmentPropagations'], 'GetTransitGatewayMulticastDomainAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MulticastDomainAssociations'], 'GetTransitGatewayRouteTableAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Associations'], 'GetTransitGatewayRouteTablePropagations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayRouteTablePropagations'], 'SearchLocalGatewayRoutes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Routes'], 'SearchTransitGatewayMulticastGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MulticastGroups']]]; +return ['pagination' => ['DescribeAccountAttributes' => ['result_key' => 'AccountAttributes'], 'DescribeAddresses' => ['result_key' => 'Addresses'], 'DescribeAvailabilityZones' => ['result_key' => 'AvailabilityZones'], 'DescribeBundleTasks' => ['result_key' => 'BundleTasks'], 'DescribeByoipCidrs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ByoipCidrs'], 'DescribeCapacityReservations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CapacityReservations'], 'DescribeCarrierGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CarrierGateways'], 'DescribeClassicLinkInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Instances'], 'DescribeClientVpnAuthorizationRules' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AuthorizationRules'], 'DescribeClientVpnConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Connections'], 'DescribeClientVpnEndpoints' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ClientVpnEndpoints'], 'DescribeClientVpnRoutes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Routes'], 'DescribeClientVpnTargetNetworks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ClientVpnTargetNetworks'], 'DescribeCoipPools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CoipPools'], 'DescribeConversionTasks' => ['result_key' => 'ConversionTasks'], 'DescribeCustomerGateways' => ['result_key' => 'CustomerGateways'], 'DescribeDhcpOptions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DhcpOptions'], 'DescribeEgressOnlyInternetGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'EgressOnlyInternetGateways'], 'DescribeExportImageTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ExportImageTasks'], 'DescribeExportTasks' => ['result_key' => 'ExportTasks'], 'DescribeFastSnapshotRestores' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FastSnapshotRestores'], 'DescribeFleets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Fleets'], 'DescribeFlowLogs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FlowLogs'], 'DescribeFpgaImages' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'FpgaImages'], 'DescribeHostReservationOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'OfferingSet'], 'DescribeHostReservations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'HostReservationSet'], 'DescribeHosts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Hosts'], 'DescribeIamInstanceProfileAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'IamInstanceProfileAssociations'], 'DescribeImages' => ['result_key' => 'Images'], 'DescribeImportImageTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ImportImageTasks'], 'DescribeImportSnapshotTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ImportSnapshotTasks'], 'DescribeInstanceCreditSpecifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceCreditSpecifications'], 'DescribeInstanceStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceStatuses'], 'DescribeInstanceTypeOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceTypeOfferings'], 'DescribeInstanceTypes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceTypes'], 'DescribeInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Reservations'], 'DescribeInternetGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InternetGateways'], 'DescribeIpv6Pools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Ipv6Pools'], 'DescribeKeyPairs' => ['result_key' => 'KeyPairs'], 'DescribeLaunchTemplateVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LaunchTemplateVersions'], 'DescribeLaunchTemplates' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LaunchTemplates'], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTableVirtualInterfaceGroupAssociations'], 'DescribeLocalGatewayRouteTableVpcAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTableVpcAssociations'], 'DescribeLocalGatewayRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayRouteTables'], 'DescribeLocalGatewayVirtualInterfaceGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayVirtualInterfaceGroups'], 'DescribeLocalGatewayVirtualInterfaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGatewayVirtualInterfaces'], 'DescribeLocalGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'LocalGateways'], 'DescribeManagedPrefixLists' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PrefixLists'], 'DescribeMovingAddresses' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MovingAddressStatuses'], 'DescribeNatGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NatGateways'], 'DescribeNetworkAcls' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkAcls'], 'DescribeNetworkInterfacePermissions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkInterfacePermissions'], 'DescribeNetworkInterfaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'NetworkInterfaces'], 'DescribePlacementGroups' => ['result_key' => 'PlacementGroups'], 'DescribePrefixLists' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PrefixLists'], 'DescribePrincipalIdFormat' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Principals'], 'DescribePublicIpv4Pools' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PublicIpv4Pools'], 'DescribeRegions' => ['result_key' => 'Regions'], 'DescribeReservedInstances' => ['result_key' => 'ReservedInstances'], 'DescribeReservedInstancesListings' => ['result_key' => 'ReservedInstancesListings'], 'DescribeReservedInstancesModifications' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'ReservedInstancesModifications'], 'DescribeReservedInstancesOfferings' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ReservedInstancesOfferings'], 'DescribeRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'RouteTables'], 'DescribeScheduledInstanceAvailability' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ScheduledInstanceAvailabilitySet'], 'DescribeScheduledInstances' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ScheduledInstanceSet'], 'DescribeSecurityGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SecurityGroups'], 'DescribeSnapshots' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Snapshots'], 'DescribeSpotFleetRequests' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotFleetRequestConfigs'], 'DescribeSpotInstanceRequests' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotInstanceRequests'], 'DescribeSpotPriceHistory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'SpotPriceHistory'], 'DescribeStaleSecurityGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'StaleSecurityGroupSet'], 'DescribeSubnets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Subnets'], 'DescribeTags' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Tags'], 'DescribeTrafficMirrorFilters' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorFilters'], 'DescribeTrafficMirrorSessions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorSessions'], 'DescribeTrafficMirrorTargets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TrafficMirrorTargets'], 'DescribeTransitGatewayAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayAttachments'], 'DescribeTransitGatewayMulticastDomains' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayMulticastDomains'], 'DescribeTransitGatewayPeeringAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayPeeringAttachments'], 'DescribeTransitGatewayRouteTables' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayRouteTables'], 'DescribeTransitGatewayVpcAttachments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayVpcAttachments'], 'DescribeTransitGateways' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGateways'], 'DescribeVolumeStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VolumeStatuses'], 'DescribeVolumes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Volumes'], 'DescribeVolumesModifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VolumesModifications'], 'DescribeVpcClassicLinkDnsSupport' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Vpcs'], 'DescribeVpcEndpointConnectionNotifications' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ConnectionNotificationSet'], 'DescribeVpcEndpointConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcEndpointConnections'], 'DescribeVpcEndpointServiceConfigurations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ServiceConfigurations'], 'DescribeVpcEndpointServicePermissions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AllowedPrincipals'], 'DescribeVpcEndpoints' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcEndpoints'], 'DescribeVpcPeeringConnections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'VpcPeeringConnections'], 'DescribeVpcs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Vpcs'], 'DescribeVpnConnections' => ['result_key' => 'VpnConnections'], 'DescribeVpnGateways' => ['result_key' => 'VpnGateways'], 'GetAssociatedIpv6PoolCidrs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Ipv6CidrAssociations'], 'GetGroupsForCapacityReservation' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CapacityReservationGroups'], 'GetManagedPrefixListAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'PrefixListAssociations'], 'GetManagedPrefixListEntries' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Entries'], 'GetTransitGatewayAttachmentPropagations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayAttachmentPropagations'], 'GetTransitGatewayMulticastDomainAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MulticastDomainAssociations'], 'GetTransitGatewayRouteTableAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Associations'], 'GetTransitGatewayRouteTablePropagations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'TransitGatewayRouteTablePropagations'], 'SearchLocalGatewayRoutes' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Routes'], 'SearchTransitGatewayMulticastGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'MulticastGroups']]]; diff --git a/vendor/Aws3/Aws/data/ecr/2015-09-21/api-2.json.php b/vendor/Aws3/Aws/data/ecr/2015-09-21/api-2.json.php index 429e63de..533c8a5f 100644 --- a/vendor/Aws3/Aws/data/ecr/2015-09-21/api-2.json.php +++ b/vendor/Aws3/Aws/data/ecr/2015-09-21/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-09-21', 'endpointPrefix' => 'api.ecr', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon ECR', 'serviceFullName' => 'Amazon EC2 Container Registry', 'serviceId' => 'ECR', 'signatureVersion' => 'v4', 'signingName' => 'ecr', 'targetPrefix' => 'AmazonEC2ContainerRegistry_V20150921', 'uid' => 'ecr-2015-09-21'], 'operations' => ['BatchCheckLayerAvailability' => ['name' => 'BatchCheckLayerAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCheckLayerAvailabilityRequest'], 'output' => ['shape' => 'BatchCheckLayerAvailabilityResponse'], 'errors' => [['shape' => 'RepositoryNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerException']]], 'BatchDeleteImage' => ['name' => 'BatchDeleteImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteImageRequest'], 'output' => ['shape' => 'BatchDeleteImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'BatchGetImage' => ['name' => 'BatchGetImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetImageRequest'], 'output' => ['shape' => 'BatchGetImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'CompleteLayerUpload' => ['name' => 'CompleteLayerUpload', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteLayerUploadRequest'], 'output' => ['shape' => 'CompleteLayerUploadResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'UploadNotFoundException'], ['shape' => 'InvalidLayerException'], ['shape' => 'LayerPartTooSmallException'], ['shape' => 'LayerAlreadyExistsException'], ['shape' => 'EmptyUploadException']]], 'CreateRepository' => ['name' => 'CreateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRepositoryRequest'], 'output' => ['shape' => 'CreateRepositoryResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryAlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecyclePolicyRequest'], 'output' => ['shape' => 'DeleteLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException']]], 'DeleteRepository' => ['name' => 'DeleteRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryRequest'], 'output' => ['shape' => 'DeleteRepositoryResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryNotEmptyException']]], 'DeleteRepositoryPolicy' => ['name' => 'DeleteRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryPolicyRequest'], 'output' => ['shape' => 'DeleteRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryPolicyNotFoundException']]], 'DescribeImageScanFindings' => ['name' => 'DescribeImageScanFindings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImageScanFindingsRequest'], 'output' => ['shape' => 'DescribeImageScanFindingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException'], ['shape' => 'ScanNotFoundException']]], 'DescribeImages' => ['name' => 'DescribeImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImagesRequest'], 'output' => ['shape' => 'DescribeImagesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException']]], 'DescribeRepositories' => ['name' => 'DescribeRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRepositoriesRequest'], 'output' => ['shape' => 'DescribeRepositoriesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'GetAuthorizationToken' => ['name' => 'GetAuthorizationToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAuthorizationTokenRequest'], 'output' => ['shape' => 'GetAuthorizationTokenResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException']]], 'GetDownloadUrlForLayer' => ['name' => 'GetDownloadUrlForLayer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDownloadUrlForLayerRequest'], 'output' => ['shape' => 'GetDownloadUrlForLayerResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LayersNotFoundException'], ['shape' => 'LayerInaccessibleException'], ['shape' => 'RepositoryNotFoundException']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyRequest'], 'output' => ['shape' => 'GetLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException']]], 'GetLifecyclePolicyPreview' => ['name' => 'GetLifecyclePolicyPreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyPreviewRequest'], 'output' => ['shape' => 'GetLifecyclePolicyPreviewResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyPreviewNotFoundException']]], 'GetRepositoryPolicy' => ['name' => 'GetRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryPolicyRequest'], 'output' => ['shape' => 'GetRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryPolicyNotFoundException']]], 'InitiateLayerUpload' => ['name' => 'InitiateLayerUpload', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InitiateLayerUploadRequest'], 'output' => ['shape' => 'InitiateLayerUploadResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'ListImages' => ['name' => 'ListImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListImagesRequest'], 'output' => ['shape' => 'ListImagesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'PutImage' => ['name' => 'PutImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageRequest'], 'output' => ['shape' => 'PutImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageAlreadyExistsException'], ['shape' => 'LayersNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ImageTagAlreadyExistsException']]], 'PutImageScanningConfiguration' => ['name' => 'PutImageScanningConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageScanningConfigurationRequest'], 'output' => ['shape' => 'PutImageScanningConfigurationResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'PutImageTagMutability' => ['name' => 'PutImageTagMutability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageTagMutabilityRequest'], 'output' => ['shape' => 'PutImageTagMutabilityResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'PutLifecyclePolicy' => ['name' => 'PutLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecyclePolicyRequest'], 'output' => ['shape' => 'PutLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'SetRepositoryPolicy' => ['name' => 'SetRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRepositoryPolicyRequest'], 'output' => ['shape' => 'SetRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'StartImageScan' => ['name' => 'StartImageScan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartImageScanRequest'], 'output' => ['shape' => 'StartImageScanResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException']]], 'StartLifecyclePolicyPreview' => ['name' => 'StartLifecyclePolicyPreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartLifecyclePolicyPreviewRequest'], 'output' => ['shape' => 'StartLifecyclePolicyPreviewResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException'], ['shape' => 'LifecyclePolicyPreviewInProgressException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'UploadLayerPart' => ['name' => 'UploadLayerPart', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadLayerPartRequest'], 'output' => ['shape' => 'UploadLayerPartResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidLayerPartException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'UploadNotFoundException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['Arn' => ['type' => 'string'], 'Attribute' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'AttributeValue']]], 'AttributeKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'Attribute'], 'max' => 50, 'min' => 0], 'AttributeValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'AuthorizationData' => ['type' => 'structure', 'members' => ['authorizationToken' => ['shape' => 'Base64'], 'expiresAt' => ['shape' => 'ExpirationTimestamp'], 'proxyEndpoint' => ['shape' => 'ProxyEndpoint']]], 'AuthorizationDataList' => ['type' => 'list', 'member' => ['shape' => 'AuthorizationData']], 'Base64' => ['type' => 'string', 'pattern' => '^\\S+$'], 'BatchCheckLayerAvailabilityRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'layerDigests'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'layerDigests' => ['shape' => 'BatchedOperationLayerDigestList']]], 'BatchCheckLayerAvailabilityResponse' => ['type' => 'structure', 'members' => ['layers' => ['shape' => 'LayerList'], 'failures' => ['shape' => 'LayerFailureList']]], 'BatchDeleteImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageIds'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList']]], 'BatchDeleteImageResponse' => ['type' => 'structure', 'members' => ['imageIds' => ['shape' => 'ImageIdentifierList'], 'failures' => ['shape' => 'ImageFailureList']]], 'BatchGetImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageIds'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'acceptedMediaTypes' => ['shape' => 'MediaTypeList']]], 'BatchGetImageResponse' => ['type' => 'structure', 'members' => ['images' => ['shape' => 'ImageList'], 'failures' => ['shape' => 'ImageFailureList']]], 'BatchedOperationLayerDigest' => ['type' => 'string', 'max' => 1000, 'min' => 0], 'BatchedOperationLayerDigestList' => ['type' => 'list', 'member' => ['shape' => 'BatchedOperationLayerDigest'], 'max' => 100, 'min' => 1], 'CompleteLayerUploadRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'uploadId', 'layerDigests'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'layerDigests' => ['shape' => 'LayerDigestList']]], 'CompleteLayerUploadResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'CreateRepositoryRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'tags' => ['shape' => 'TagList'], 'imageTagMutability' => ['shape' => 'ImageTagMutability'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'CreateRepositoryResponse' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository']]], 'CreationTimestamp' => ['type' => 'timestamp'], 'DeleteLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'lastEvaluatedAt' => ['shape' => 'EvaluationTimestamp']]], 'DeleteRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'DeleteRepositoryRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'force' => ['shape' => 'ForceFlag']]], 'DeleteRepositoryResponse' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository']]], 'DescribeImageScanFindingsRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageId'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeImageScanFindingsResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageScanStatus' => ['shape' => 'ImageScanStatus'], 'imageScanFindings' => ['shape' => 'ImageScanFindings'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeImagesFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'DescribeImagesRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filter' => ['shape' => 'DescribeImagesFilter']]], 'DescribeImagesResponse' => ['type' => 'structure', 'members' => ['imageDetails' => ['shape' => 'ImageDetailList'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeRepositoriesRequest' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryNames' => ['shape' => 'RepositoryNameList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeRepositoriesResponse' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryList'], 'nextToken' => ['shape' => 'NextToken']]], 'EmptyUploadException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EvaluationTimestamp' => ['type' => 'timestamp'], 'ExceptionMessage' => ['type' => 'string'], 'ExpirationTimestamp' => ['type' => 'timestamp'], 'FindingDescription' => ['type' => 'string'], 'FindingName' => ['type' => 'string'], 'FindingSeverity' => ['type' => 'string', 'enum' => ['INFORMATIONAL', 'LOW', 'MEDIUM', 'HIGH', 'CRITICAL', 'UNDEFINED']], 'FindingSeverityCounts' => ['type' => 'map', 'key' => ['shape' => 'FindingSeverity'], 'value' => ['shape' => 'SeverityCount']], 'ForceFlag' => ['type' => 'boolean'], 'GetAuthorizationTokenRegistryIdList' => ['type' => 'list', 'member' => ['shape' => 'RegistryId'], 'max' => 10, 'min' => 1], 'GetAuthorizationTokenRequest' => ['type' => 'structure', 'members' => ['registryIds' => ['shape' => 'GetAuthorizationTokenRegistryIdList']]], 'GetAuthorizationTokenResponse' => ['type' => 'structure', 'members' => ['authorizationData' => ['shape' => 'AuthorizationDataList']]], 'GetDownloadUrlForLayerRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'layerDigest'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'GetDownloadUrlForLayerResponse' => ['type' => 'structure', 'members' => ['downloadUrl' => ['shape' => 'Url'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'GetLifecyclePolicyPreviewRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'LifecyclePreviewMaxResults'], 'filter' => ['shape' => 'LifecyclePolicyPreviewFilter']]], 'GetLifecyclePolicyPreviewResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'status' => ['shape' => 'LifecyclePolicyPreviewStatus'], 'nextToken' => ['shape' => 'NextToken'], 'previewResults' => ['shape' => 'LifecyclePolicyPreviewResultList'], 'summary' => ['shape' => 'LifecyclePolicyPreviewSummary']]], 'GetLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'GetLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'lastEvaluatedAt' => ['shape' => 'EvaluationTimestamp']]], 'GetRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'Image' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageManifest' => ['shape' => 'ImageManifest']]], 'ImageActionType' => ['type' => 'string', 'enum' => ['EXPIRE']], 'ImageAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageCount' => ['type' => 'integer', 'min' => 0], 'ImageDetail' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageDigest' => ['shape' => 'ImageDigest'], 'imageTags' => ['shape' => 'ImageTagList'], 'imageSizeInBytes' => ['shape' => 'ImageSizeInBytes'], 'imagePushedAt' => ['shape' => 'PushTimestamp'], 'imageScanStatus' => ['shape' => 'ImageScanStatus'], 'imageScanFindingsSummary' => ['shape' => 'ImageScanFindingsSummary']]], 'ImageDetailList' => ['type' => 'list', 'member' => ['shape' => 'ImageDetail']], 'ImageDigest' => ['type' => 'string'], 'ImageFailure' => ['type' => 'structure', 'members' => ['imageId' => ['shape' => 'ImageIdentifier'], 'failureCode' => ['shape' => 'ImageFailureCode'], 'failureReason' => ['shape' => 'ImageFailureReason']]], 'ImageFailureCode' => ['type' => 'string', 'enum' => ['InvalidImageDigest', 'InvalidImageTag', 'ImageTagDoesNotMatchDigest', 'ImageNotFound', 'MissingDigestAndTag']], 'ImageFailureList' => ['type' => 'list', 'member' => ['shape' => 'ImageFailure']], 'ImageFailureReason' => ['type' => 'string'], 'ImageIdentifier' => ['type' => 'structure', 'members' => ['imageDigest' => ['shape' => 'ImageDigest'], 'imageTag' => ['shape' => 'ImageTag']]], 'ImageIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ImageIdentifier'], 'max' => 100, 'min' => 1], 'ImageList' => ['type' => 'list', 'member' => ['shape' => 'Image']], 'ImageManifest' => ['type' => 'string', 'max' => 4194304, 'min' => 1], 'ImageNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageScanFinding' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FindingName'], 'description' => ['shape' => 'FindingDescription'], 'uri' => ['shape' => 'Url'], 'severity' => ['shape' => 'FindingSeverity'], 'attributes' => ['shape' => 'AttributeList']]], 'ImageScanFindingList' => ['type' => 'list', 'member' => ['shape' => 'ImageScanFinding']], 'ImageScanFindings' => ['type' => 'structure', 'members' => ['imageScanCompletedAt' => ['shape' => 'ScanTimestamp'], 'vulnerabilitySourceUpdatedAt' => ['shape' => 'VulnerabilitySourceUpdateTimestamp'], 'findings' => ['shape' => 'ImageScanFindingList'], 'findingSeverityCounts' => ['shape' => 'FindingSeverityCounts']]], 'ImageScanFindingsSummary' => ['type' => 'structure', 'members' => ['imageScanCompletedAt' => ['shape' => 'ScanTimestamp'], 'vulnerabilitySourceUpdatedAt' => ['shape' => 'VulnerabilitySourceUpdateTimestamp'], 'findingSeverityCounts' => ['shape' => 'FindingSeverityCounts']]], 'ImageScanStatus' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ScanStatus'], 'description' => ['shape' => 'ScanStatusDescription']]], 'ImageScanningConfiguration' => ['type' => 'structure', 'members' => ['scanOnPush' => ['shape' => 'ScanOnPushFlag']]], 'ImageSizeInBytes' => ['type' => 'long'], 'ImageTag' => ['type' => 'string', 'max' => 300, 'min' => 1], 'ImageTagAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageTagList' => ['type' => 'list', 'member' => ['shape' => 'ImageTag']], 'ImageTagMutability' => ['type' => 'string', 'enum' => ['MUTABLE', 'IMMUTABLE']], 'InitiateLayerUploadRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'InitiateLayerUploadResponse' => ['type' => 'structure', 'members' => ['uploadId' => ['shape' => 'UploadId'], 'partSize' => ['shape' => 'PartSize']]], 'InvalidLayerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidLayerPartException' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'lastValidByteReceived' => ['shape' => 'PartSize'], 'message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidTagParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Layer' => ['type' => 'structure', 'members' => ['layerDigest' => ['shape' => 'LayerDigest'], 'layerAvailability' => ['shape' => 'LayerAvailability'], 'layerSize' => ['shape' => 'LayerSizeInBytes'], 'mediaType' => ['shape' => 'MediaType']]], 'LayerAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerAvailability' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UNAVAILABLE']], 'LayerDigest' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9-_+.]+:[a-fA-F0-9]+'], 'LayerDigestList' => ['type' => 'list', 'member' => ['shape' => 'LayerDigest'], 'max' => 100, 'min' => 1], 'LayerFailure' => ['type' => 'structure', 'members' => ['layerDigest' => ['shape' => 'BatchedOperationLayerDigest'], 'failureCode' => ['shape' => 'LayerFailureCode'], 'failureReason' => ['shape' => 'LayerFailureReason']]], 'LayerFailureCode' => ['type' => 'string', 'enum' => ['InvalidLayerDigest', 'MissingLayerDigest']], 'LayerFailureList' => ['type' => 'list', 'member' => ['shape' => 'LayerFailure']], 'LayerFailureReason' => ['type' => 'string'], 'LayerInaccessibleException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerList' => ['type' => 'list', 'member' => ['shape' => 'Layer']], 'LayerPartBlob' => ['type' => 'blob', 'max' => 20971520, 'min' => 0], 'LayerPartTooSmallException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerSizeInBytes' => ['type' => 'long'], 'LayersNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'LifecyclePolicyPreviewInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewResult' => ['type' => 'structure', 'members' => ['imageTags' => ['shape' => 'ImageTagList'], 'imageDigest' => ['shape' => 'ImageDigest'], 'imagePushedAt' => ['shape' => 'PushTimestamp'], 'action' => ['shape' => 'LifecyclePolicyRuleAction'], 'appliedRulePriority' => ['shape' => 'LifecyclePolicyRulePriority']]], 'LifecyclePolicyPreviewResultList' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicyPreviewResult']], 'LifecyclePolicyPreviewStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'EXPIRED', 'FAILED']], 'LifecyclePolicyPreviewSummary' => ['type' => 'structure', 'members' => ['expiringImageTotalCount' => ['shape' => 'ImageCount']]], 'LifecyclePolicyRuleAction' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'ImageActionType']]], 'LifecyclePolicyRulePriority' => ['type' => 'integer', 'min' => 1], 'LifecyclePolicyText' => ['type' => 'string', 'max' => 30720, 'min' => 100], 'LifecyclePreviewMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ListImagesFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'ListImagesRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filter' => ['shape' => 'ListImagesFilter']]], 'ListImagesResponse' => ['type' => 'structure', 'members' => ['imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'MediaType' => ['type' => 'string'], 'MediaTypeList' => ['type' => 'list', 'member' => ['shape' => 'MediaType'], 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string'], 'PartSize' => ['type' => 'long', 'min' => 0], 'ProxyEndpoint' => ['type' => 'string'], 'PushTimestamp' => ['type' => 'timestamp'], 'PutImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageManifest'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageManifest' => ['shape' => 'ImageManifest'], 'imageTag' => ['shape' => 'ImageTag']]], 'PutImageResponse' => ['type' => 'structure', 'members' => ['image' => ['shape' => 'Image']]], 'PutImageScanningConfigurationRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageScanningConfiguration'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'PutImageScanningConfigurationResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'PutImageTagMutabilityRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageTagMutability'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageTagMutability' => ['shape' => 'ImageTagMutability']]], 'PutImageTagMutabilityResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageTagMutability' => ['shape' => 'ImageTagMutability']]], 'PutLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'lifecyclePolicyText'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'PutLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'RegistryId' => ['type' => 'string', 'pattern' => '[0-9]{12}'], 'Repository' => ['type' => 'structure', 'members' => ['repositoryArn' => ['shape' => 'Arn'], 'registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'repositoryUri' => ['shape' => 'Url'], 'createdAt' => ['shape' => 'CreationTimestamp'], 'imageTagMutability' => ['shape' => 'ImageTagMutability'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'RepositoryAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryList' => ['type' => 'list', 'member' => ['shape' => 'Repository']], 'RepositoryName' => ['type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*'], 'RepositoryNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName'], 'max' => 100, 'min' => 1], 'RepositoryNotEmptyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryPolicyNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryPolicyText' => ['type' => 'string', 'max' => 10240, 'min' => 0], 'ScanNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ScanOnPushFlag' => ['type' => 'boolean'], 'ScanStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'FAILED']], 'ScanStatusDescription' => ['type' => 'string'], 'ScanTimestamp' => ['type' => 'timestamp'], 'ServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'SetRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'policyText'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText'], 'force' => ['shape' => 'ForceFlag']]], 'SetRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'SeverityCount' => ['type' => 'integer', 'min' => 0], 'StartImageScanRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageId'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier']]], 'StartImageScanResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageScanStatus' => ['shape' => 'ImageScanStatus']]], 'StartLifecyclePolicyPreviewRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'StartLifecyclePolicyPreviewResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'status' => ['shape' => 'LifecyclePolicyPreviewStatus']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagStatus' => ['type' => 'string', 'enum' => ['TAGGED', 'UNTAGGED', 'ANY']], 'TagValue' => ['type' => 'string'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UploadId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'UploadLayerPartRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'uploadId', 'partFirstByte', 'partLastByte', 'layerPartBlob'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'partFirstByte' => ['shape' => 'PartSize'], 'partLastByte' => ['shape' => 'PartSize'], 'layerPartBlob' => ['shape' => 'LayerPartBlob']]], 'UploadLayerPartResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'lastByteReceived' => ['shape' => 'PartSize']]], 'UploadNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Url' => ['type' => 'string'], 'VulnerabilitySourceUpdateTimestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-09-21', 'endpointPrefix' => 'api.ecr', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon ECR', 'serviceFullName' => 'Amazon EC2 Container Registry', 'serviceId' => 'ECR', 'signatureVersion' => 'v4', 'signingName' => 'ecr', 'targetPrefix' => 'AmazonEC2ContainerRegistry_V20150921', 'uid' => 'ecr-2015-09-21'], 'operations' => ['BatchCheckLayerAvailability' => ['name' => 'BatchCheckLayerAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCheckLayerAvailabilityRequest'], 'output' => ['shape' => 'BatchCheckLayerAvailabilityResponse'], 'errors' => [['shape' => 'RepositoryNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerException']]], 'BatchDeleteImage' => ['name' => 'BatchDeleteImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteImageRequest'], 'output' => ['shape' => 'BatchDeleteImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'BatchGetImage' => ['name' => 'BatchGetImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetImageRequest'], 'output' => ['shape' => 'BatchGetImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'CompleteLayerUpload' => ['name' => 'CompleteLayerUpload', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteLayerUploadRequest'], 'output' => ['shape' => 'CompleteLayerUploadResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'UploadNotFoundException'], ['shape' => 'InvalidLayerException'], ['shape' => 'LayerPartTooSmallException'], ['shape' => 'LayerAlreadyExistsException'], ['shape' => 'EmptyUploadException'], ['shape' => 'KmsException']]], 'CreateRepository' => ['name' => 'CreateRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRepositoryRequest'], 'output' => ['shape' => 'CreateRepositoryResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'KmsException']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecyclePolicyRequest'], 'output' => ['shape' => 'DeleteLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException']]], 'DeleteRepository' => ['name' => 'DeleteRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryRequest'], 'output' => ['shape' => 'DeleteRepositoryResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryNotEmptyException'], ['shape' => 'KmsException']]], 'DeleteRepositoryPolicy' => ['name' => 'DeleteRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRepositoryPolicyRequest'], 'output' => ['shape' => 'DeleteRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryPolicyNotFoundException']]], 'DescribeImageScanFindings' => ['name' => 'DescribeImageScanFindings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImageScanFindingsRequest'], 'output' => ['shape' => 'DescribeImageScanFindingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException'], ['shape' => 'ScanNotFoundException']]], 'DescribeImages' => ['name' => 'DescribeImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeImagesRequest'], 'output' => ['shape' => 'DescribeImagesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException']]], 'DescribeRepositories' => ['name' => 'DescribeRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRepositoriesRequest'], 'output' => ['shape' => 'DescribeRepositoriesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'GetAuthorizationToken' => ['name' => 'GetAuthorizationToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAuthorizationTokenRequest'], 'output' => ['shape' => 'GetAuthorizationTokenResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException']]], 'GetDownloadUrlForLayer' => ['name' => 'GetDownloadUrlForLayer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDownloadUrlForLayerRequest'], 'output' => ['shape' => 'GetDownloadUrlForLayerResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LayersNotFoundException'], ['shape' => 'LayerInaccessibleException'], ['shape' => 'RepositoryNotFoundException']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyRequest'], 'output' => ['shape' => 'GetLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException']]], 'GetLifecyclePolicyPreview' => ['name' => 'GetLifecyclePolicyPreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyPreviewRequest'], 'output' => ['shape' => 'GetLifecyclePolicyPreviewResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyPreviewNotFoundException']]], 'GetRepositoryPolicy' => ['name' => 'GetRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRepositoryPolicyRequest'], 'output' => ['shape' => 'GetRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'RepositoryPolicyNotFoundException']]], 'InitiateLayerUpload' => ['name' => 'InitiateLayerUpload', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InitiateLayerUploadRequest'], 'output' => ['shape' => 'InitiateLayerUploadResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'KmsException']]], 'ListImages' => ['name' => 'ListImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListImagesRequest'], 'output' => ['shape' => 'ListImagesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'PutImage' => ['name' => 'PutImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageRequest'], 'output' => ['shape' => 'PutImageResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageAlreadyExistsException'], ['shape' => 'LayersNotFoundException'], ['shape' => 'ReferencedImagesNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ImageTagAlreadyExistsException'], ['shape' => 'ImageDigestDoesNotMatchException'], ['shape' => 'KmsException']]], 'PutImageScanningConfiguration' => ['name' => 'PutImageScanningConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageScanningConfigurationRequest'], 'output' => ['shape' => 'PutImageScanningConfigurationResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'PutImageTagMutability' => ['name' => 'PutImageTagMutability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutImageTagMutabilityRequest'], 'output' => ['shape' => 'PutImageTagMutabilityResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'PutLifecyclePolicy' => ['name' => 'PutLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecyclePolicyRequest'], 'output' => ['shape' => 'PutLifecyclePolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'SetRepositoryPolicy' => ['name' => 'SetRepositoryPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRepositoryPolicyRequest'], 'output' => ['shape' => 'SetRepositoryPolicyResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException']]], 'StartImageScan' => ['name' => 'StartImageScan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartImageScanRequest'], 'output' => ['shape' => 'StartImageScanResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'UnsupportedImageTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ImageNotFoundException']]], 'StartLifecyclePolicyPreview' => ['name' => 'StartLifecyclePolicyPreview', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartLifecyclePolicyPreviewRequest'], 'output' => ['shape' => 'StartLifecyclePolicyPreviewResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'LifecyclePolicyNotFoundException'], ['shape' => 'LifecyclePolicyPreviewInProgressException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidTagParameterException'], ['shape' => 'TooManyTagsException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'ServerException']]], 'UploadLayerPart' => ['name' => 'UploadLayerPart', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadLayerPartRequest'], 'output' => ['shape' => 'UploadLayerPartResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidLayerPartException'], ['shape' => 'RepositoryNotFoundException'], ['shape' => 'UploadNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'KmsException']]]], 'shapes' => ['Arn' => ['type' => 'string'], 'Attribute' => ['type' => 'structure', 'required' => ['key'], 'members' => ['key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'AttributeValue']]], 'AttributeKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'Attribute'], 'max' => 50, 'min' => 0], 'AttributeValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'AuthorizationData' => ['type' => 'structure', 'members' => ['authorizationToken' => ['shape' => 'Base64'], 'expiresAt' => ['shape' => 'ExpirationTimestamp'], 'proxyEndpoint' => ['shape' => 'ProxyEndpoint']]], 'AuthorizationDataList' => ['type' => 'list', 'member' => ['shape' => 'AuthorizationData']], 'Base64' => ['type' => 'string', 'pattern' => '^\\S+$'], 'BatchCheckLayerAvailabilityRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'layerDigests'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'layerDigests' => ['shape' => 'BatchedOperationLayerDigestList']]], 'BatchCheckLayerAvailabilityResponse' => ['type' => 'structure', 'members' => ['layers' => ['shape' => 'LayerList'], 'failures' => ['shape' => 'LayerFailureList']]], 'BatchDeleteImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageIds'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList']]], 'BatchDeleteImageResponse' => ['type' => 'structure', 'members' => ['imageIds' => ['shape' => 'ImageIdentifierList'], 'failures' => ['shape' => 'ImageFailureList']]], 'BatchGetImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageIds'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'acceptedMediaTypes' => ['shape' => 'MediaTypeList']]], 'BatchGetImageResponse' => ['type' => 'structure', 'members' => ['images' => ['shape' => 'ImageList'], 'failures' => ['shape' => 'ImageFailureList']]], 'BatchedOperationLayerDigest' => ['type' => 'string', 'max' => 1000, 'min' => 0], 'BatchedOperationLayerDigestList' => ['type' => 'list', 'member' => ['shape' => 'BatchedOperationLayerDigest'], 'max' => 100, 'min' => 1], 'CompleteLayerUploadRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'uploadId', 'layerDigests'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'layerDigests' => ['shape' => 'LayerDigestList']]], 'CompleteLayerUploadResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'CreateRepositoryRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['repositoryName' => ['shape' => 'RepositoryName'], 'tags' => ['shape' => 'TagList'], 'imageTagMutability' => ['shape' => 'ImageTagMutability'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration'], 'encryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'CreateRepositoryResponse' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository']]], 'CreationTimestamp' => ['type' => 'timestamp'], 'DeleteLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'lastEvaluatedAt' => ['shape' => 'EvaluationTimestamp']]], 'DeleteRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'DeleteRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'DeleteRepositoryRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'force' => ['shape' => 'ForceFlag']]], 'DeleteRepositoryResponse' => ['type' => 'structure', 'members' => ['repository' => ['shape' => 'Repository']]], 'DescribeImageScanFindingsRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageId'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeImageScanFindingsResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageScanStatus' => ['shape' => 'ImageScanStatus'], 'imageScanFindings' => ['shape' => 'ImageScanFindings'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeImagesFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'DescribeImagesRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filter' => ['shape' => 'DescribeImagesFilter']]], 'DescribeImagesResponse' => ['type' => 'structure', 'members' => ['imageDetails' => ['shape' => 'ImageDetailList'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeRepositoriesRequest' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryNames' => ['shape' => 'RepositoryNameList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeRepositoriesResponse' => ['type' => 'structure', 'members' => ['repositories' => ['shape' => 'RepositoryList'], 'nextToken' => ['shape' => 'NextToken']]], 'EmptyUploadException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EncryptionConfiguration' => ['type' => 'structure', 'required' => ['encryptionType'], 'members' => ['encryptionType' => ['shape' => 'EncryptionType'], 'kmsKey' => ['shape' => 'KmsKey']]], 'EncryptionType' => ['type' => 'string', 'enum' => ['AES256', 'KMS']], 'EvaluationTimestamp' => ['type' => 'timestamp'], 'ExceptionMessage' => ['type' => 'string'], 'ExpirationTimestamp' => ['type' => 'timestamp'], 'FindingDescription' => ['type' => 'string'], 'FindingName' => ['type' => 'string'], 'FindingSeverity' => ['type' => 'string', 'enum' => ['INFORMATIONAL', 'LOW', 'MEDIUM', 'HIGH', 'CRITICAL', 'UNDEFINED']], 'FindingSeverityCounts' => ['type' => 'map', 'key' => ['shape' => 'FindingSeverity'], 'value' => ['shape' => 'SeverityCount']], 'ForceFlag' => ['type' => 'boolean'], 'GetAuthorizationTokenRegistryIdList' => ['type' => 'list', 'member' => ['shape' => 'RegistryId'], 'max' => 10, 'min' => 1], 'GetAuthorizationTokenRequest' => ['type' => 'structure', 'members' => ['registryIds' => ['shape' => 'GetAuthorizationTokenRegistryIdList']]], 'GetAuthorizationTokenResponse' => ['type' => 'structure', 'members' => ['authorizationData' => ['shape' => 'AuthorizationDataList']]], 'GetDownloadUrlForLayerRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'layerDigest'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'GetDownloadUrlForLayerResponse' => ['type' => 'structure', 'members' => ['downloadUrl' => ['shape' => 'Url'], 'layerDigest' => ['shape' => 'LayerDigest']]], 'GetLifecyclePolicyPreviewRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'LifecyclePreviewMaxResults'], 'filter' => ['shape' => 'LifecyclePolicyPreviewFilter']]], 'GetLifecyclePolicyPreviewResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'status' => ['shape' => 'LifecyclePolicyPreviewStatus'], 'nextToken' => ['shape' => 'NextToken'], 'previewResults' => ['shape' => 'LifecyclePolicyPreviewResultList'], 'summary' => ['shape' => 'LifecyclePolicyPreviewSummary']]], 'GetLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'GetLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'lastEvaluatedAt' => ['shape' => 'EvaluationTimestamp']]], 'GetRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'GetRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'Image' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageManifest' => ['shape' => 'ImageManifest'], 'imageManifestMediaType' => ['shape' => 'MediaType']]], 'ImageActionType' => ['type' => 'string', 'enum' => ['EXPIRE']], 'ImageAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageCount' => ['type' => 'integer', 'min' => 0], 'ImageDetail' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageDigest' => ['shape' => 'ImageDigest'], 'imageTags' => ['shape' => 'ImageTagList'], 'imageSizeInBytes' => ['shape' => 'ImageSizeInBytes'], 'imagePushedAt' => ['shape' => 'PushTimestamp'], 'imageScanStatus' => ['shape' => 'ImageScanStatus'], 'imageScanFindingsSummary' => ['shape' => 'ImageScanFindingsSummary'], 'imageManifestMediaType' => ['shape' => 'MediaType'], 'artifactMediaType' => ['shape' => 'MediaType']]], 'ImageDetailList' => ['type' => 'list', 'member' => ['shape' => 'ImageDetail']], 'ImageDigest' => ['type' => 'string'], 'ImageDigestDoesNotMatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageFailure' => ['type' => 'structure', 'members' => ['imageId' => ['shape' => 'ImageIdentifier'], 'failureCode' => ['shape' => 'ImageFailureCode'], 'failureReason' => ['shape' => 'ImageFailureReason']]], 'ImageFailureCode' => ['type' => 'string', 'enum' => ['InvalidImageDigest', 'InvalidImageTag', 'ImageTagDoesNotMatchDigest', 'ImageNotFound', 'MissingDigestAndTag', 'ImageReferencedByManifestList', 'KmsError']], 'ImageFailureList' => ['type' => 'list', 'member' => ['shape' => 'ImageFailure']], 'ImageFailureReason' => ['type' => 'string'], 'ImageIdentifier' => ['type' => 'structure', 'members' => ['imageDigest' => ['shape' => 'ImageDigest'], 'imageTag' => ['shape' => 'ImageTag']]], 'ImageIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ImageIdentifier'], 'max' => 100, 'min' => 1], 'ImageList' => ['type' => 'list', 'member' => ['shape' => 'Image']], 'ImageManifest' => ['type' => 'string', 'max' => 4194304, 'min' => 1], 'ImageNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageScanFinding' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FindingName'], 'description' => ['shape' => 'FindingDescription'], 'uri' => ['shape' => 'Url'], 'severity' => ['shape' => 'FindingSeverity'], 'attributes' => ['shape' => 'AttributeList']]], 'ImageScanFindingList' => ['type' => 'list', 'member' => ['shape' => 'ImageScanFinding']], 'ImageScanFindings' => ['type' => 'structure', 'members' => ['imageScanCompletedAt' => ['shape' => 'ScanTimestamp'], 'vulnerabilitySourceUpdatedAt' => ['shape' => 'VulnerabilitySourceUpdateTimestamp'], 'findings' => ['shape' => 'ImageScanFindingList'], 'findingSeverityCounts' => ['shape' => 'FindingSeverityCounts']]], 'ImageScanFindingsSummary' => ['type' => 'structure', 'members' => ['imageScanCompletedAt' => ['shape' => 'ScanTimestamp'], 'vulnerabilitySourceUpdatedAt' => ['shape' => 'VulnerabilitySourceUpdateTimestamp'], 'findingSeverityCounts' => ['shape' => 'FindingSeverityCounts']]], 'ImageScanStatus' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ScanStatus'], 'description' => ['shape' => 'ScanStatusDescription']]], 'ImageScanningConfiguration' => ['type' => 'structure', 'members' => ['scanOnPush' => ['shape' => 'ScanOnPushFlag']]], 'ImageSizeInBytes' => ['type' => 'long'], 'ImageTag' => ['type' => 'string', 'max' => 300, 'min' => 1], 'ImageTagAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ImageTagList' => ['type' => 'list', 'member' => ['shape' => 'ImageTag']], 'ImageTagMutability' => ['type' => 'string', 'enum' => ['MUTABLE', 'IMMUTABLE']], 'InitiateLayerUploadRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName']]], 'InitiateLayerUploadResponse' => ['type' => 'structure', 'members' => ['uploadId' => ['shape' => 'UploadId'], 'partSize' => ['shape' => 'PartSize']]], 'InvalidLayerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidLayerPartException' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'lastValidByteReceived' => ['shape' => 'PartSize'], 'message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidTagParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'KmsError' => ['type' => 'string'], 'KmsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'kmsError' => ['shape' => 'KmsError']], 'exception' => \true], 'KmsKey' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'Layer' => ['type' => 'structure', 'members' => ['layerDigest' => ['shape' => 'LayerDigest'], 'layerAvailability' => ['shape' => 'LayerAvailability'], 'layerSize' => ['shape' => 'LayerSizeInBytes'], 'mediaType' => ['shape' => 'MediaType']]], 'LayerAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerAvailability' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UNAVAILABLE']], 'LayerDigest' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9-_+.]+:[a-fA-F0-9]+'], 'LayerDigestList' => ['type' => 'list', 'member' => ['shape' => 'LayerDigest'], 'max' => 100, 'min' => 1], 'LayerFailure' => ['type' => 'structure', 'members' => ['layerDigest' => ['shape' => 'BatchedOperationLayerDigest'], 'failureCode' => ['shape' => 'LayerFailureCode'], 'failureReason' => ['shape' => 'LayerFailureReason']]], 'LayerFailureCode' => ['type' => 'string', 'enum' => ['InvalidLayerDigest', 'MissingLayerDigest']], 'LayerFailureList' => ['type' => 'list', 'member' => ['shape' => 'LayerFailure']], 'LayerFailureReason' => ['type' => 'string'], 'LayerInaccessibleException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerList' => ['type' => 'list', 'member' => ['shape' => 'Layer']], 'LayerPartBlob' => ['type' => 'blob', 'max' => 20971520, 'min' => 0], 'LayerPartTooSmallException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LayerSizeInBytes' => ['type' => 'long'], 'LayersNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'LifecyclePolicyPreviewInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LifecyclePolicyPreviewResult' => ['type' => 'structure', 'members' => ['imageTags' => ['shape' => 'ImageTagList'], 'imageDigest' => ['shape' => 'ImageDigest'], 'imagePushedAt' => ['shape' => 'PushTimestamp'], 'action' => ['shape' => 'LifecyclePolicyRuleAction'], 'appliedRulePriority' => ['shape' => 'LifecyclePolicyRulePriority']]], 'LifecyclePolicyPreviewResultList' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicyPreviewResult']], 'LifecyclePolicyPreviewStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'EXPIRED', 'FAILED']], 'LifecyclePolicyPreviewSummary' => ['type' => 'structure', 'members' => ['expiringImageTotalCount' => ['shape' => 'ImageCount']]], 'LifecyclePolicyRuleAction' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'ImageActionType']]], 'LifecyclePolicyRulePriority' => ['type' => 'integer', 'min' => 1], 'LifecyclePolicyText' => ['type' => 'string', 'max' => 30720, 'min' => 100], 'LifecyclePreviewMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ListImagesFilter' => ['type' => 'structure', 'members' => ['tagStatus' => ['shape' => 'TagStatus']]], 'ListImagesRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filter' => ['shape' => 'ListImagesFilter']]], 'ListImagesResponse' => ['type' => 'structure', 'members' => ['imageIds' => ['shape' => 'ImageIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'MediaType' => ['type' => 'string'], 'MediaTypeList' => ['type' => 'list', 'member' => ['shape' => 'MediaType'], 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string'], 'PartSize' => ['type' => 'long', 'min' => 0], 'ProxyEndpoint' => ['type' => 'string'], 'PushTimestamp' => ['type' => 'timestamp'], 'PutImageRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageManifest'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageManifest' => ['shape' => 'ImageManifest'], 'imageManifestMediaType' => ['shape' => 'MediaType'], 'imageTag' => ['shape' => 'ImageTag'], 'imageDigest' => ['shape' => 'ImageDigest']]], 'PutImageResponse' => ['type' => 'structure', 'members' => ['image' => ['shape' => 'Image']]], 'PutImageScanningConfigurationRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageScanningConfiguration'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'PutImageScanningConfigurationResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration']]], 'PutImageTagMutabilityRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageTagMutability'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageTagMutability' => ['shape' => 'ImageTagMutability']]], 'PutImageTagMutabilityResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageTagMutability' => ['shape' => 'ImageTagMutability']]], 'PutLifecyclePolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'lifecyclePolicyText'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'PutLifecyclePolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'ReferencedImagesNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RegistryId' => ['type' => 'string', 'pattern' => '[0-9]{12}'], 'Repository' => ['type' => 'structure', 'members' => ['repositoryArn' => ['shape' => 'Arn'], 'registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'repositoryUri' => ['shape' => 'Url'], 'createdAt' => ['shape' => 'CreationTimestamp'], 'imageTagMutability' => ['shape' => 'ImageTagMutability'], 'imageScanningConfiguration' => ['shape' => 'ImageScanningConfiguration'], 'encryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'RepositoryAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryList' => ['type' => 'list', 'member' => ['shape' => 'Repository']], 'RepositoryName' => ['type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*'], 'RepositoryNameList' => ['type' => 'list', 'member' => ['shape' => 'RepositoryName'], 'max' => 100, 'min' => 1], 'RepositoryNotEmptyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryPolicyNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'RepositoryPolicyText' => ['type' => 'string', 'max' => 10240, 'min' => 0], 'ScanNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ScanOnPushFlag' => ['type' => 'boolean'], 'ScanStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'FAILED']], 'ScanStatusDescription' => ['type' => 'string'], 'ScanTimestamp' => ['type' => 'timestamp'], 'ServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'SetRepositoryPolicyRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'policyText'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText'], 'force' => ['shape' => 'ForceFlag']]], 'SetRepositoryPolicyResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'policyText' => ['shape' => 'RepositoryPolicyText']]], 'SeverityCount' => ['type' => 'integer', 'min' => 0], 'StartImageScanRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'imageId'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier']]], 'StartImageScanResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'imageId' => ['shape' => 'ImageIdentifier'], 'imageScanStatus' => ['shape' => 'ImageScanStatus']]], 'StartLifecyclePolicyPreviewRequest' => ['type' => 'structure', 'required' => ['repositoryName'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText']]], 'StartLifecyclePolicyPreviewResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'lifecyclePolicyText' => ['shape' => 'LifecyclePolicyText'], 'status' => ['shape' => 'LifecyclePolicyPreviewStatus']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagStatus' => ['type' => 'string', 'enum' => ['TAGGED', 'UNTAGGED', 'ANY']], 'TagValue' => ['type' => 'string'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UnsupportedImageTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UploadId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'UploadLayerPartRequest' => ['type' => 'structure', 'required' => ['repositoryName', 'uploadId', 'partFirstByte', 'partLastByte', 'layerPartBlob'], 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'partFirstByte' => ['shape' => 'PartSize'], 'partLastByte' => ['shape' => 'PartSize'], 'layerPartBlob' => ['shape' => 'LayerPartBlob']]], 'UploadLayerPartResponse' => ['type' => 'structure', 'members' => ['registryId' => ['shape' => 'RegistryId'], 'repositoryName' => ['shape' => 'RepositoryName'], 'uploadId' => ['shape' => 'UploadId'], 'lastByteReceived' => ['shape' => 'PartSize']]], 'UploadNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Url' => ['type' => 'string'], 'VulnerabilitySourceUpdateTimestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/ecs/2014-11-13/api-2.json.php b/vendor/Aws3/Aws/data/ecs/2014-11-13/api-2.json.php index a71fe151..8d4e7594 100644 --- a/vendor/Aws3/Aws/data/ecs/2014-11-13/api-2.json.php +++ b/vendor/Aws3/Aws/data/ecs/2014-11-13/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-11-13', 'endpointPrefix' => 'ecs', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon ECS', 'serviceFullName' => 'Amazon EC2 Container Service', 'serviceId' => 'ECS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonEC2ContainerServiceV20141113', 'uid' => 'ecs-2014-11-13'], 'operations' => ['CreateCapacityProvider' => ['name' => 'CreateCapacityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCapacityProviderRequest'], 'output' => ['shape' => 'CreateCapacityProviderResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'CreateService' => ['name' => 'CreateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceRequest'], 'output' => ['shape' => 'CreateServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException']]], 'CreateTaskSet' => ['name' => 'CreateTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTaskSetRequest'], 'output' => ['shape' => 'CreateTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException']]], 'DeleteAccountSetting' => ['name' => 'DeleteAccountSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccountSettingRequest'], 'output' => ['shape' => 'DeleteAccountSettingResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DeleteAttributes' => ['name' => 'DeleteAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAttributesRequest'], 'output' => ['shape' => 'DeleteAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'InvalidParameterException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ClusterContainsContainerInstancesException'], ['shape' => 'ClusterContainsServicesException'], ['shape' => 'ClusterContainsTasksException'], ['shape' => 'UpdateInProgressException']]], 'DeleteService' => ['name' => 'DeleteService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceRequest'], 'output' => ['shape' => 'DeleteServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException']]], 'DeleteTaskSet' => ['name' => 'DeleteTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTaskSetRequest'], 'output' => ['shape' => 'DeleteTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException']]], 'DeregisterContainerInstance' => ['name' => 'DeregisterContainerInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterContainerInstanceRequest'], 'output' => ['shape' => 'DeregisterContainerInstanceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DeregisterTaskDefinition' => ['name' => 'DeregisterTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTaskDefinitionRequest'], 'output' => ['shape' => 'DeregisterTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeCapacityProviders' => ['name' => 'DescribeCapacityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCapacityProvidersRequest'], 'output' => ['shape' => 'DescribeCapacityProvidersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeClusters' => ['name' => 'DescribeClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClustersRequest'], 'output' => ['shape' => 'DescribeClustersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeContainerInstances' => ['name' => 'DescribeContainerInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeContainerInstancesRequest'], 'output' => ['shape' => 'DescribeContainerInstancesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DescribeServices' => ['name' => 'DescribeServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServicesRequest'], 'output' => ['shape' => 'DescribeServicesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DescribeTaskDefinition' => ['name' => 'DescribeTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskDefinitionRequest'], 'output' => ['shape' => 'DescribeTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeTaskSets' => ['name' => 'DescribeTaskSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskSetsRequest'], 'output' => ['shape' => 'DescribeTaskSetsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException']]], 'DescribeTasks' => ['name' => 'DescribeTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTasksRequest'], 'output' => ['shape' => 'DescribeTasksResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DiscoverPollEndpoint' => ['name' => 'DiscoverPollEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DiscoverPollEndpointRequest'], 'output' => ['shape' => 'DiscoverPollEndpointResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException']]], 'ListAccountSettings' => ['name' => 'ListAccountSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountSettingsRequest'], 'output' => ['shape' => 'ListAccountSettingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListAttributes' => ['name' => 'ListAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttributesRequest'], 'output' => ['shape' => 'ListAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListContainerInstances' => ['name' => 'ListContainerInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListContainerInstancesRequest'], 'output' => ['shape' => 'ListContainerInstancesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'ListServices' => ['name' => 'ListServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServicesRequest'], 'output' => ['shape' => 'ListServicesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'ListTaskDefinitionFamilies' => ['name' => 'ListTaskDefinitionFamilies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskDefinitionFamiliesRequest'], 'output' => ['shape' => 'ListTaskDefinitionFamiliesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListTaskDefinitions' => ['name' => 'ListTaskDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskDefinitionsRequest'], 'output' => ['shape' => 'ListTaskDefinitionsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListTasks' => ['name' => 'ListTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTasksRequest'], 'output' => ['shape' => 'ListTasksResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException']]], 'PutAccountSetting' => ['name' => 'PutAccountSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccountSettingRequest'], 'output' => ['shape' => 'PutAccountSettingResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'PutAccountSettingDefault' => ['name' => 'PutAccountSettingDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccountSettingDefaultRequest'], 'output' => ['shape' => 'PutAccountSettingDefaultResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'PutAttributes' => ['name' => 'PutAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAttributesRequest'], 'output' => ['shape' => 'PutAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'AttributeLimitExceededException'], ['shape' => 'InvalidParameterException']]], 'PutClusterCapacityProviders' => ['name' => 'PutClusterCapacityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutClusterCapacityProvidersRequest'], 'output' => ['shape' => 'PutClusterCapacityProvidersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'UpdateInProgressException']]], 'RegisterContainerInstance' => ['name' => 'RegisterContainerInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterContainerInstanceRequest'], 'output' => ['shape' => 'RegisterContainerInstanceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'RegisterTaskDefinition' => ['name' => 'RegisterTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTaskDefinitionRequest'], 'output' => ['shape' => 'RegisterTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'RunTask' => ['name' => 'RunTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunTaskRequest'], 'output' => ['shape' => 'RunTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException'], ['shape' => 'BlockedException']]], 'StartTask' => ['name' => 'StartTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTaskRequest'], 'output' => ['shape' => 'StartTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'StopTask' => ['name' => 'StopTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTaskRequest'], 'output' => ['shape' => 'StopTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'SubmitAttachmentStateChanges' => ['name' => 'SubmitAttachmentStateChanges', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitAttachmentStateChangesRequest'], 'output' => ['shape' => 'SubmitAttachmentStateChangesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterException']]], 'SubmitContainerStateChange' => ['name' => 'SubmitContainerStateChange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitContainerStateChangeRequest'], 'output' => ['shape' => 'SubmitContainerStateChangeResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException']]], 'SubmitTaskStateChange' => ['name' => 'SubmitTaskStateChange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitTaskStateChangeRequest'], 'output' => ['shape' => 'SubmitTaskStateChangeResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UpdateClusterSettings' => ['name' => 'UpdateClusterSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateClusterSettingsRequest'], 'output' => ['shape' => 'UpdateClusterSettingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UpdateContainerAgent' => ['name' => 'UpdateContainerAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContainerAgentRequest'], 'output' => ['shape' => 'UpdateContainerAgentResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UpdateInProgressException'], ['shape' => 'NoUpdateAvailableException'], ['shape' => 'MissingVersionException']]], 'UpdateContainerInstancesState' => ['name' => 'UpdateContainerInstancesState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContainerInstancesStateRequest'], 'output' => ['shape' => 'UpdateContainerInstancesStateResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'UpdateService' => ['name' => 'UpdateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceRequest'], 'output' => ['shape' => 'UpdateServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException']]], 'UpdateServicePrimaryTaskSet' => ['name' => 'UpdateServicePrimaryTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServicePrimaryTaskSetRequest'], 'output' => ['shape' => 'UpdateServicePrimaryTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UpdateTaskSet' => ['name' => 'UpdateTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTaskSetRequest'], 'output' => ['shape' => 'UpdateTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AgentUpdateStatus' => ['type' => 'string', 'enum' => ['PENDING', 'STAGING', 'STAGED', 'UPDATING', 'UPDATED', 'FAILED']], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Attachment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'details' => ['shape' => 'AttachmentDetails']]], 'AttachmentDetails' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'AttachmentStateChange' => ['type' => 'structure', 'required' => ['attachmentArn', 'status'], 'members' => ['attachmentArn' => ['shape' => 'String'], 'status' => ['shape' => 'String']]], 'AttachmentStateChanges' => ['type' => 'list', 'member' => ['shape' => 'AttachmentStateChange']], 'Attachments' => ['type' => 'list', 'member' => ['shape' => 'Attachment']], 'Attribute' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'targetType' => ['shape' => 'TargetType'], 'targetId' => ['shape' => 'String']]], 'AttributeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'AutoScalingGroupProvider' => ['type' => 'structure', 'required' => ['autoScalingGroupArn'], 'members' => ['autoScalingGroupArn' => ['shape' => 'String'], 'managedScaling' => ['shape' => 'ManagedScaling'], 'managedTerminationProtection' => ['shape' => 'ManagedTerminationProtection']]], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['subnets'], 'members' => ['subnets' => ['shape' => 'StringList'], 'securityGroups' => ['shape' => 'StringList'], 'assignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BlockedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean', 'box' => \true], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'CapacityProvider' => ['type' => 'structure', 'members' => ['capacityProviderArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'status' => ['shape' => 'CapacityProviderStatus'], 'autoScalingGroupProvider' => ['shape' => 'AutoScalingGroupProvider'], 'tags' => ['shape' => 'Tags']]], 'CapacityProviderField' => ['type' => 'string', 'enum' => ['TAGS']], 'CapacityProviderFieldList' => ['type' => 'list', 'member' => ['shape' => 'CapacityProviderField']], 'CapacityProviderStatus' => ['type' => 'string', 'enum' => ['ACTIVE']], 'CapacityProviderStrategy' => ['type' => 'list', 'member' => ['shape' => 'CapacityProviderStrategyItem']], 'CapacityProviderStrategyItem' => ['type' => 'structure', 'required' => ['capacityProvider'], 'members' => ['capacityProvider' => ['shape' => 'String'], 'weight' => ['shape' => 'CapacityProviderStrategyItemWeight'], 'base' => ['shape' => 'CapacityProviderStrategyItemBase']]], 'CapacityProviderStrategyItemBase' => ['type' => 'integer', 'max' => 100000, 'min' => 0], 'CapacityProviderStrategyItemWeight' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'CapacityProviders' => ['type' => 'list', 'member' => ['shape' => 'CapacityProvider']], 'ClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Cluster' => ['type' => 'structure', 'members' => ['clusterArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'registeredContainerInstancesCount' => ['shape' => 'Integer'], 'runningTasksCount' => ['shape' => 'Integer'], 'pendingTasksCount' => ['shape' => 'Integer'], 'activeServicesCount' => ['shape' => 'Integer'], 'statistics' => ['shape' => 'Statistics'], 'tags' => ['shape' => 'Tags'], 'settings' => ['shape' => 'ClusterSettings'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'attachments' => ['shape' => 'Attachments'], 'attachmentsStatus' => ['shape' => 'String']]], 'ClusterContainsContainerInstancesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterContainsServicesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterContainsTasksException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterField' => ['type' => 'string', 'enum' => ['ATTACHMENTS', 'SETTINGS', 'STATISTICS', 'TAGS']], 'ClusterFieldList' => ['type' => 'list', 'member' => ['shape' => 'ClusterField']], 'ClusterNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterSetting' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ClusterSettingName'], 'value' => ['shape' => 'String']]], 'ClusterSettingName' => ['type' => 'string', 'enum' => ['containerInsights']], 'ClusterSettings' => ['type' => 'list', 'member' => ['shape' => 'ClusterSetting']], 'Clusters' => ['type' => 'list', 'member' => ['shape' => 'Cluster']], 'Compatibility' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'CompatibilityList' => ['type' => 'list', 'member' => ['shape' => 'Compatibility']], 'Connectivity' => ['type' => 'string', 'enum' => ['CONNECTED', 'DISCONNECTED']], 'Container' => ['type' => 'structure', 'members' => ['containerArn' => ['shape' => 'String'], 'taskArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'image' => ['shape' => 'String'], 'imageDigest' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'lastStatus' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'reason' => ['shape' => 'String'], 'networkBindings' => ['shape' => 'NetworkBindings'], 'networkInterfaces' => ['shape' => 'NetworkInterfaces'], 'healthStatus' => ['shape' => 'HealthStatus'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'memoryReservation' => ['shape' => 'String'], 'gpuIds' => ['shape' => 'GpuIds']]], 'ContainerCondition' => ['type' => 'string', 'enum' => ['START', 'COMPLETE', 'SUCCESS', 'HEALTHY']], 'ContainerDefinition' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'image' => ['shape' => 'String'], 'repositoryCredentials' => ['shape' => 'RepositoryCredentials'], 'cpu' => ['shape' => 'Integer'], 'memory' => ['shape' => 'BoxedInteger'], 'memoryReservation' => ['shape' => 'BoxedInteger'], 'links' => ['shape' => 'StringList'], 'portMappings' => ['shape' => 'PortMappingList'], 'essential' => ['shape' => 'BoxedBoolean'], 'entryPoint' => ['shape' => 'StringList'], 'command' => ['shape' => 'StringList'], 'environment' => ['shape' => 'EnvironmentVariables'], 'mountPoints' => ['shape' => 'MountPointList'], 'volumesFrom' => ['shape' => 'VolumeFromList'], 'linuxParameters' => ['shape' => 'LinuxParameters'], 'secrets' => ['shape' => 'SecretList'], 'dependsOn' => ['shape' => 'ContainerDependencies'], 'startTimeout' => ['shape' => 'BoxedInteger'], 'stopTimeout' => ['shape' => 'BoxedInteger'], 'hostname' => ['shape' => 'String'], 'user' => ['shape' => 'String'], 'workingDirectory' => ['shape' => 'String'], 'disableNetworking' => ['shape' => 'BoxedBoolean'], 'privileged' => ['shape' => 'BoxedBoolean'], 'readonlyRootFilesystem' => ['shape' => 'BoxedBoolean'], 'dnsServers' => ['shape' => 'StringList'], 'dnsSearchDomains' => ['shape' => 'StringList'], 'extraHosts' => ['shape' => 'HostEntryList'], 'dockerSecurityOptions' => ['shape' => 'StringList'], 'interactive' => ['shape' => 'BoxedBoolean'], 'pseudoTerminal' => ['shape' => 'BoxedBoolean'], 'dockerLabels' => ['shape' => 'DockerLabelsMap'], 'ulimits' => ['shape' => 'UlimitList'], 'logConfiguration' => ['shape' => 'LogConfiguration'], 'healthCheck' => ['shape' => 'HealthCheck'], 'systemControls' => ['shape' => 'SystemControls'], 'resourceRequirements' => ['shape' => 'ResourceRequirements'], 'firelensConfiguration' => ['shape' => 'FirelensConfiguration']]], 'ContainerDefinitions' => ['type' => 'list', 'member' => ['shape' => 'ContainerDefinition']], 'ContainerDependencies' => ['type' => 'list', 'member' => ['shape' => 'ContainerDependency']], 'ContainerDependency' => ['type' => 'structure', 'required' => ['containerName', 'condition'], 'members' => ['containerName' => ['shape' => 'String'], 'condition' => ['shape' => 'ContainerCondition']]], 'ContainerInstance' => ['type' => 'structure', 'members' => ['containerInstanceArn' => ['shape' => 'String'], 'ec2InstanceId' => ['shape' => 'String'], 'capacityProviderName' => ['shape' => 'String'], 'version' => ['shape' => 'Long'], 'versionInfo' => ['shape' => 'VersionInfo'], 'remainingResources' => ['shape' => 'Resources'], 'registeredResources' => ['shape' => 'Resources'], 'status' => ['shape' => 'String'], 'statusReason' => ['shape' => 'String'], 'agentConnected' => ['shape' => 'Boolean'], 'runningTasksCount' => ['shape' => 'Integer'], 'pendingTasksCount' => ['shape' => 'Integer'], 'agentUpdateStatus' => ['shape' => 'AgentUpdateStatus'], 'attributes' => ['shape' => 'Attributes'], 'registeredAt' => ['shape' => 'Timestamp'], 'attachments' => ['shape' => 'Attachments'], 'tags' => ['shape' => 'Tags']]], 'ContainerInstanceField' => ['type' => 'string', 'enum' => ['TAGS']], 'ContainerInstanceFieldList' => ['type' => 'list', 'member' => ['shape' => 'ContainerInstanceField']], 'ContainerInstanceStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DRAINING', 'REGISTERING', 'DEREGISTERING', 'REGISTRATION_FAILED']], 'ContainerInstances' => ['type' => 'list', 'member' => ['shape' => 'ContainerInstance']], 'ContainerOverride' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'command' => ['shape' => 'StringList'], 'environment' => ['shape' => 'EnvironmentVariables'], 'cpu' => ['shape' => 'BoxedInteger'], 'memory' => ['shape' => 'BoxedInteger'], 'memoryReservation' => ['shape' => 'BoxedInteger'], 'resourceRequirements' => ['shape' => 'ResourceRequirements']]], 'ContainerOverrides' => ['type' => 'list', 'member' => ['shape' => 'ContainerOverride']], 'ContainerStateChange' => ['type' => 'structure', 'members' => ['containerName' => ['shape' => 'String'], 'imageDigest' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'networkBindings' => ['shape' => 'NetworkBindings'], 'reason' => ['shape' => 'String'], 'status' => ['shape' => 'String']]], 'ContainerStateChanges' => ['type' => 'list', 'member' => ['shape' => 'ContainerStateChange']], 'Containers' => ['type' => 'list', 'member' => ['shape' => 'Container']], 'CreateCapacityProviderRequest' => ['type' => 'structure', 'required' => ['name', 'autoScalingGroupProvider'], 'members' => ['name' => ['shape' => 'String'], 'autoScalingGroupProvider' => ['shape' => 'AutoScalingGroupProvider'], 'tags' => ['shape' => 'Tags']]], 'CreateCapacityProviderResponse' => ['type' => 'structure', 'members' => ['capacityProvider' => ['shape' => 'CapacityProvider']]], 'CreateClusterRequest' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'settings' => ['shape' => 'ClusterSettings'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy']]], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'CreateServiceRequest' => ['type' => 'structure', 'required' => ['serviceName'], 'members' => ['cluster' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'desiredCount' => ['shape' => 'BoxedInteger'], 'clientToken' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'role' => ['shape' => 'String'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy'], 'deploymentController' => ['shape' => 'DeploymentController'], 'tags' => ['shape' => 'Tags'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'propagateTags' => ['shape' => 'PropagateTags']]], 'CreateServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'CreateTaskSetRequest' => ['type' => 'structure', 'required' => ['service', 'cluster', 'taskDefinition'], 'members' => ['service' => ['shape' => 'String'], 'cluster' => ['shape' => 'String'], 'externalId' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'scale' => ['shape' => 'Scale'], 'clientToken' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags']]], 'CreateTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'DeleteAccountSettingRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SettingName'], 'principalArn' => ['shape' => 'String']]], 'DeleteAccountSettingResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'DeleteAttributesRequest' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['cluster' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes']]], 'DeleteAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes']]], 'DeleteClusterRequest' => ['type' => 'structure', 'required' => ['cluster'], 'members' => ['cluster' => ['shape' => 'String']]], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DeleteServiceRequest' => ['type' => 'structure', 'required' => ['service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeleteServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'DeleteTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'taskSet'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSet' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeleteTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'Deployment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'createdAt' => ['shape' => 'Timestamp'], 'updatedAt' => ['shape' => 'Timestamp'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'launchType' => ['shape' => 'LaunchType'], 'platformVersion' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration']]], 'DeploymentConfiguration' => ['type' => 'structure', 'members' => ['maximumPercent' => ['shape' => 'BoxedInteger'], 'minimumHealthyPercent' => ['shape' => 'BoxedInteger']]], 'DeploymentController' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DeploymentControllerType']]], 'DeploymentControllerType' => ['type' => 'string', 'enum' => ['ECS', 'CODE_DEPLOY', 'EXTERNAL']], 'Deployments' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], 'DeregisterContainerInstanceRequest' => ['type' => 'structure', 'required' => ['containerInstance'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeregisterContainerInstanceResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'DeregisterTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['taskDefinition' => ['shape' => 'String']]], 'DeregisterTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition']]], 'DescribeCapacityProvidersRequest' => ['type' => 'structure', 'members' => ['capacityProviders' => ['shape' => 'StringList'], 'include' => ['shape' => 'CapacityProviderFieldList'], 'maxResults' => ['shape' => 'BoxedInteger'], 'nextToken' => ['shape' => 'String']]], 'DescribeCapacityProvidersResponse' => ['type' => 'structure', 'members' => ['capacityProviders' => ['shape' => 'CapacityProviders'], 'failures' => ['shape' => 'Failures'], 'nextToken' => ['shape' => 'String']]], 'DescribeClustersRequest' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'StringList'], 'include' => ['shape' => 'ClusterFieldList']]], 'DescribeClustersResponse' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'Clusters'], 'failures' => ['shape' => 'Failures']]], 'DescribeContainerInstancesRequest' => ['type' => 'structure', 'required' => ['containerInstances'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'include' => ['shape' => 'ContainerInstanceFieldList']]], 'DescribeContainerInstancesResponse' => ['type' => 'structure', 'members' => ['containerInstances' => ['shape' => 'ContainerInstances'], 'failures' => ['shape' => 'Failures']]], 'DescribeServicesRequest' => ['type' => 'structure', 'required' => ['services'], 'members' => ['cluster' => ['shape' => 'String'], 'services' => ['shape' => 'StringList'], 'include' => ['shape' => 'ServiceFieldList']]], 'DescribeServicesResponse' => ['type' => 'structure', 'members' => ['services' => ['shape' => 'Services'], 'failures' => ['shape' => 'Failures']]], 'DescribeTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['taskDefinition' => ['shape' => 'String'], 'include' => ['shape' => 'TaskDefinitionFieldList']]], 'DescribeTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition'], 'tags' => ['shape' => 'Tags']]], 'DescribeTaskSetsRequest' => ['type' => 'structure', 'required' => ['cluster', 'service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSets' => ['shape' => 'StringList'], 'include' => ['shape' => 'TaskSetFieldList']]], 'DescribeTaskSetsResponse' => ['type' => 'structure', 'members' => ['taskSets' => ['shape' => 'TaskSets'], 'failures' => ['shape' => 'Failures']]], 'DescribeTasksRequest' => ['type' => 'structure', 'required' => ['tasks'], 'members' => ['cluster' => ['shape' => 'String'], 'tasks' => ['shape' => 'StringList'], 'include' => ['shape' => 'TaskFieldList']]], 'DescribeTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'DesiredStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'PENDING', 'STOPPED']], 'Device' => ['type' => 'structure', 'required' => ['hostPath'], 'members' => ['hostPath' => ['shape' => 'String'], 'containerPath' => ['shape' => 'String'], 'permissions' => ['shape' => 'DeviceCgroupPermissions']]], 'DeviceCgroupPermission' => ['type' => 'string', 'enum' => ['read', 'write', 'mknod']], 'DeviceCgroupPermissions' => ['type' => 'list', 'member' => ['shape' => 'DeviceCgroupPermission']], 'DevicesList' => ['type' => 'list', 'member' => ['shape' => 'Device']], 'DiscoverPollEndpointRequest' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'String'], 'cluster' => ['shape' => 'String']]], 'DiscoverPollEndpointResponse' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'String'], 'telemetryEndpoint' => ['shape' => 'String']]], 'DockerLabelsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'DockerVolumeConfiguration' => ['type' => 'structure', 'members' => ['scope' => ['shape' => 'Scope'], 'autoprovision' => ['shape' => 'BoxedBoolean'], 'driver' => ['shape' => 'String'], 'driverOpts' => ['shape' => 'StringMap'], 'labels' => ['shape' => 'StringMap']]], 'Double' => ['type' => 'double'], 'EFSVolumeConfiguration' => ['type' => 'structure', 'required' => ['fileSystemId'], 'members' => ['fileSystemId' => ['shape' => 'String'], 'rootDirectory' => ['shape' => 'String']]], 'EnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'Failure' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'reason' => ['shape' => 'String'], 'detail' => ['shape' => 'String']]], 'Failures' => ['type' => 'list', 'member' => ['shape' => 'Failure']], 'FirelensConfiguration' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'FirelensConfigurationType'], 'options' => ['shape' => 'FirelensConfigurationOptionsMap']]], 'FirelensConfigurationOptionsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'FirelensConfigurationType' => ['type' => 'string', 'enum' => ['fluentd', 'fluentbit']], 'GpuIds' => ['type' => 'list', 'member' => ['shape' => 'String']], 'HealthCheck' => ['type' => 'structure', 'required' => ['command'], 'members' => ['command' => ['shape' => 'StringList'], 'interval' => ['shape' => 'BoxedInteger'], 'timeout' => ['shape' => 'BoxedInteger'], 'retries' => ['shape' => 'BoxedInteger'], 'startPeriod' => ['shape' => 'BoxedInteger']]], 'HealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'UNKNOWN']], 'HostEntry' => ['type' => 'structure', 'required' => ['hostname', 'ipAddress'], 'members' => ['hostname' => ['shape' => 'String'], 'ipAddress' => ['shape' => 'String']]], 'HostEntryList' => ['type' => 'list', 'member' => ['shape' => 'HostEntry']], 'HostVolumeProperties' => ['type' => 'structure', 'members' => ['sourcePath' => ['shape' => 'String']]], 'InferenceAccelerator' => ['type' => 'structure', 'required' => ['deviceName', 'deviceType'], 'members' => ['deviceName' => ['shape' => 'String'], 'deviceType' => ['shape' => 'String']]], 'InferenceAcceleratorOverride' => ['type' => 'structure', 'members' => ['deviceName' => ['shape' => 'String'], 'deviceType' => ['shape' => 'String']]], 'InferenceAcceleratorOverrides' => ['type' => 'list', 'member' => ['shape' => 'InferenceAcceleratorOverride']], 'InferenceAccelerators' => ['type' => 'list', 'member' => ['shape' => 'InferenceAccelerator']], 'Integer' => ['type' => 'integer'], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IpcMode' => ['type' => 'string', 'enum' => ['host', 'task', 'none']], 'KernelCapabilities' => ['type' => 'structure', 'members' => ['add' => ['shape' => 'StringList'], 'drop' => ['shape' => 'StringList']]], 'KeyValuePair' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'value' => ['shape' => 'String']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LinuxParameters' => ['type' => 'structure', 'members' => ['capabilities' => ['shape' => 'KernelCapabilities'], 'devices' => ['shape' => 'DevicesList'], 'initProcessEnabled' => ['shape' => 'BoxedBoolean'], 'sharedMemorySize' => ['shape' => 'BoxedInteger'], 'tmpfs' => ['shape' => 'TmpfsList'], 'maxSwap' => ['shape' => 'BoxedInteger'], 'swappiness' => ['shape' => 'BoxedInteger']]], 'ListAccountSettingsRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String'], 'effectiveSettings' => ['shape' => 'Boolean'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'Integer']]], 'ListAccountSettingsResponse' => ['type' => 'structure', 'members' => ['settings' => ['shape' => 'Settings'], 'nextToken' => ['shape' => 'String']]], 'ListAttributesRequest' => ['type' => 'structure', 'required' => ['targetType'], 'members' => ['cluster' => ['shape' => 'String'], 'targetType' => ['shape' => 'TargetType'], 'attributeName' => ['shape' => 'String'], 'attributeValue' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes'], 'nextToken' => ['shape' => 'String']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['clusterArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListContainerInstancesRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'filter' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'status' => ['shape' => 'ContainerInstanceStatus']]], 'ListContainerInstancesResponse' => ['type' => 'structure', 'members' => ['containerInstanceArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListServicesRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'launchType' => ['shape' => 'LaunchType'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy']]], 'ListServicesResponse' => ['type' => 'structure', 'members' => ['serviceArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'ListTaskDefinitionFamiliesRequest' => ['type' => 'structure', 'members' => ['familyPrefix' => ['shape' => 'String'], 'status' => ['shape' => 'TaskDefinitionFamilyStatus'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListTaskDefinitionFamiliesResponse' => ['type' => 'structure', 'members' => ['families' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTaskDefinitionsRequest' => ['type' => 'structure', 'members' => ['familyPrefix' => ['shape' => 'String'], 'status' => ['shape' => 'TaskDefinitionStatus'], 'sort' => ['shape' => 'SortOrder'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListTaskDefinitionsResponse' => ['type' => 'structure', 'members' => ['taskDefinitionArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTasksRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String'], 'family' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'startedBy' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'desiredStatus' => ['shape' => 'DesiredStatus'], 'launchType' => ['shape' => 'LaunchType']]], 'ListTasksResponse' => ['type' => 'structure', 'members' => ['taskArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'LoadBalancer' => ['type' => 'structure', 'members' => ['targetGroupArn' => ['shape' => 'String'], 'loadBalancerName' => ['shape' => 'String'], 'containerName' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger']]], 'LoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LogConfiguration' => ['type' => 'structure', 'required' => ['logDriver'], 'members' => ['logDriver' => ['shape' => 'LogDriver'], 'options' => ['shape' => 'LogConfigurationOptionsMap'], 'secretOptions' => ['shape' => 'SecretList']]], 'LogConfigurationOptionsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'LogDriver' => ['type' => 'string', 'enum' => ['json-file', 'syslog', 'journald', 'gelf', 'fluentd', 'awslogs', 'splunk', 'awsfirelens']], 'Long' => ['type' => 'long'], 'ManagedScaling' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ManagedScalingStatus'], 'targetCapacity' => ['shape' => 'ManagedScalingTargetCapacity'], 'minimumScalingStepSize' => ['shape' => 'ManagedScalingStepSize'], 'maximumScalingStepSize' => ['shape' => 'ManagedScalingStepSize']]], 'ManagedScalingStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'ManagedScalingStepSize' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ManagedScalingTargetCapacity' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ManagedTerminationProtection' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'MissingVersionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MountPoint' => ['type' => 'structure', 'members' => ['sourceVolume' => ['shape' => 'String'], 'containerPath' => ['shape' => 'String'], 'readOnly' => ['shape' => 'BoxedBoolean']]], 'MountPointList' => ['type' => 'list', 'member' => ['shape' => 'MountPoint']], 'NetworkBinding' => ['type' => 'structure', 'members' => ['bindIP' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger'], 'hostPort' => ['shape' => 'BoxedInteger'], 'protocol' => ['shape' => 'TransportProtocol']]], 'NetworkBindings' => ['type' => 'list', 'member' => ['shape' => 'NetworkBinding']], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['attachmentId' => ['shape' => 'String'], 'privateIpv4Address' => ['shape' => 'String'], 'ipv6Address' => ['shape' => 'String']]], 'NetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'NetworkMode' => ['type' => 'string', 'enum' => ['bridge', 'host', 'awsvpc', 'none']], 'NoUpdateAvailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PidMode' => ['type' => 'string', 'enum' => ['host', 'task']], 'PlacementConstraint' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'PlacementConstraintType'], 'expression' => ['shape' => 'String']]], 'PlacementConstraintType' => ['type' => 'string', 'enum' => ['distinctInstance', 'memberOf']], 'PlacementConstraints' => ['type' => 'list', 'member' => ['shape' => 'PlacementConstraint']], 'PlacementStrategies' => ['type' => 'list', 'member' => ['shape' => 'PlacementStrategy']], 'PlacementStrategy' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'PlacementStrategyType'], 'field' => ['shape' => 'String']]], 'PlacementStrategyType' => ['type' => 'string', 'enum' => ['random', 'spread', 'binpack']], 'PlatformDevice' => ['type' => 'structure', 'required' => ['id', 'type'], 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'PlatformDeviceType']]], 'PlatformDeviceType' => ['type' => 'string', 'enum' => ['GPU']], 'PlatformDevices' => ['type' => 'list', 'member' => ['shape' => 'PlatformDevice']], 'PlatformTaskDefinitionIncompatibilityException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PlatformUnknownException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PortMapping' => ['type' => 'structure', 'members' => ['containerPort' => ['shape' => 'BoxedInteger'], 'hostPort' => ['shape' => 'BoxedInteger'], 'protocol' => ['shape' => 'TransportProtocol']]], 'PortMappingList' => ['type' => 'list', 'member' => ['shape' => 'PortMapping']], 'PropagateTags' => ['type' => 'string', 'enum' => ['TASK_DEFINITION', 'SERVICE']], 'ProxyConfiguration' => ['type' => 'structure', 'required' => ['containerName'], 'members' => ['type' => ['shape' => 'ProxyConfigurationType'], 'containerName' => ['shape' => 'String'], 'properties' => ['shape' => 'ProxyConfigurationProperties']]], 'ProxyConfigurationProperties' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'ProxyConfigurationType' => ['type' => 'string', 'enum' => ['APPMESH']], 'PutAccountSettingDefaultRequest' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String']]], 'PutAccountSettingDefaultResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'PutAccountSettingRequest' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String']]], 'PutAccountSettingResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'PutAttributesRequest' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['cluster' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes']]], 'PutAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes']]], 'PutClusterCapacityProvidersRequest' => ['type' => 'structure', 'required' => ['cluster', 'capacityProviders', 'defaultCapacityProviderStrategy'], 'members' => ['cluster' => ['shape' => 'String'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy']]], 'PutClusterCapacityProvidersResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'RegisterContainerInstanceRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'instanceIdentityDocument' => ['shape' => 'String'], 'instanceIdentityDocumentSignature' => ['shape' => 'String'], 'totalResources' => ['shape' => 'Resources'], 'versionInfo' => ['shape' => 'VersionInfo'], 'containerInstanceArn' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes'], 'platformDevices' => ['shape' => 'PlatformDevices'], 'tags' => ['shape' => 'Tags']]], 'RegisterContainerInstanceResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'RegisterTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['family', 'containerDefinitions'], 'members' => ['family' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String'], 'executionRoleArn' => ['shape' => 'String'], 'networkMode' => ['shape' => 'NetworkMode'], 'containerDefinitions' => ['shape' => 'ContainerDefinitions'], 'volumes' => ['shape' => 'VolumeList'], 'placementConstraints' => ['shape' => 'TaskDefinitionPlacementConstraints'], 'requiresCompatibilities' => ['shape' => 'CompatibilityList'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'pidMode' => ['shape' => 'PidMode'], 'ipcMode' => ['shape' => 'IpcMode'], 'proxyConfiguration' => ['shape' => 'ProxyConfiguration'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators']]], 'RegisterTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition'], 'tags' => ['shape' => 'Tags']]], 'RepositoryCredentials' => ['type' => 'structure', 'required' => ['credentialsParameter'], 'members' => ['credentialsParameter' => ['shape' => 'String']]], 'RequiresAttributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'Resource' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'doubleValue' => ['shape' => 'Double'], 'longValue' => ['shape' => 'Long'], 'integerValue' => ['shape' => 'Integer'], 'stringSetValue' => ['shape' => 'StringList']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceRequirement' => ['type' => 'structure', 'required' => ['value', 'type'], 'members' => ['value' => ['shape' => 'String'], 'type' => ['shape' => 'ResourceType']]], 'ResourceRequirements' => ['type' => 'list', 'member' => ['shape' => 'ResourceRequirement']], 'ResourceType' => ['type' => 'string', 'enum' => ['GPU', 'InferenceAccelerator']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'RunTaskRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'cluster' => ['shape' => 'String'], 'count' => ['shape' => 'BoxedInteger'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'group' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'overrides' => ['shape' => 'TaskOverride'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'platformVersion' => ['shape' => 'String'], 'propagateTags' => ['shape' => 'PropagateTags'], 'referenceId' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'taskDefinition' => ['shape' => 'String']]], 'RunTaskResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'Scale' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'Double'], 'unit' => ['shape' => 'ScaleUnit']]], 'ScaleUnit' => ['type' => 'string', 'enum' => ['PERCENT']], 'SchedulingStrategy' => ['type' => 'string', 'enum' => ['REPLICA', 'DAEMON']], 'Scope' => ['type' => 'string', 'enum' => ['task', 'shared']], 'Secret' => ['type' => 'structure', 'required' => ['name', 'valueFrom'], 'members' => ['name' => ['shape' => 'String'], 'valueFrom' => ['shape' => 'String']]], 'SecretList' => ['type' => 'list', 'member' => ['shape' => 'Secret']], 'ServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'Service' => ['type' => 'structure', 'members' => ['serviceArn' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'status' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'taskSets' => ['shape' => 'TaskSets'], 'deployments' => ['shape' => 'Deployments'], 'roleArn' => ['shape' => 'String'], 'events' => ['shape' => 'ServiceEvents'], 'createdAt' => ['shape' => 'Timestamp'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy'], 'deploymentController' => ['shape' => 'DeploymentController'], 'tags' => ['shape' => 'Tags'], 'createdBy' => ['shape' => 'String'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'propagateTags' => ['shape' => 'PropagateTags']]], 'ServiceEvent' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'String']]], 'ServiceEvents' => ['type' => 'list', 'member' => ['shape' => 'ServiceEvent']], 'ServiceField' => ['type' => 'string', 'enum' => ['TAGS']], 'ServiceFieldList' => ['type' => 'list', 'member' => ['shape' => 'ServiceField']], 'ServiceNotActiveException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ServiceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ServiceRegistries' => ['type' => 'list', 'member' => ['shape' => 'ServiceRegistry']], 'ServiceRegistry' => ['type' => 'structure', 'members' => ['registryArn' => ['shape' => 'String'], 'port' => ['shape' => 'BoxedInteger'], 'containerName' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger']]], 'Services' => ['type' => 'list', 'member' => ['shape' => 'Service']], 'Setting' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String']]], 'SettingName' => ['type' => 'string', 'enum' => ['serviceLongArnFormat', 'taskLongArnFormat', 'containerInstanceLongArnFormat', 'awsvpcTrunking', 'containerInsights']], 'Settings' => ['type' => 'list', 'member' => ['shape' => 'Setting']], 'SortOrder' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'StabilityStatus' => ['type' => 'string', 'enum' => ['STEADY_STATE', 'STABILIZING']], 'StartTaskRequest' => ['type' => 'structure', 'required' => ['containerInstances', 'taskDefinition'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'group' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'overrides' => ['shape' => 'TaskOverride'], 'propagateTags' => ['shape' => 'PropagateTags'], 'referenceId' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'taskDefinition' => ['shape' => 'String']]], 'StartTaskResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'Statistics' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'StopTaskRequest' => ['type' => 'structure', 'required' => ['task'], 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'reason' => ['shape' => 'String']]], 'StopTaskResponse' => ['type' => 'structure', 'members' => ['task' => ['shape' => 'Task']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SubmitAttachmentStateChangesRequest' => ['type' => 'structure', 'required' => ['attachments'], 'members' => ['cluster' => ['shape' => 'String'], 'attachments' => ['shape' => 'AttachmentStateChanges']]], 'SubmitAttachmentStateChangesResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SubmitContainerStateChangeRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'containerName' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'reason' => ['shape' => 'String'], 'networkBindings' => ['shape' => 'NetworkBindings']]], 'SubmitContainerStateChangeResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SubmitTaskStateChangeRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'reason' => ['shape' => 'String'], 'containers' => ['shape' => 'ContainerStateChanges'], 'attachments' => ['shape' => 'AttachmentStateChanges'], 'pullStartedAt' => ['shape' => 'Timestamp'], 'pullStoppedAt' => ['shape' => 'Timestamp'], 'executionStoppedAt' => ['shape' => 'Timestamp']]], 'SubmitTaskStateChangeResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SystemControl' => ['type' => 'structure', 'members' => ['namespace' => ['shape' => 'String'], 'value' => ['shape' => 'String']]], 'SystemControls' => ['type' => 'list', 'member' => ['shape' => 'SystemControl']], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TargetNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetType' => ['type' => 'string', 'enum' => ['container-instance']], 'Task' => ['type' => 'structure', 'members' => ['attachments' => ['shape' => 'Attachments'], 'attributes' => ['shape' => 'Attributes'], 'availabilityZone' => ['shape' => 'String'], 'capacityProviderName' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'connectivity' => ['shape' => 'Connectivity'], 'connectivityAt' => ['shape' => 'Timestamp'], 'containerInstanceArn' => ['shape' => 'String'], 'containers' => ['shape' => 'Containers'], 'cpu' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'desiredStatus' => ['shape' => 'String'], 'executionStoppedAt' => ['shape' => 'Timestamp'], 'group' => ['shape' => 'String'], 'healthStatus' => ['shape' => 'HealthStatus'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators'], 'lastStatus' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'memory' => ['shape' => 'String'], 'overrides' => ['shape' => 'TaskOverride'], 'platformVersion' => ['shape' => 'String'], 'pullStartedAt' => ['shape' => 'Timestamp'], 'pullStoppedAt' => ['shape' => 'Timestamp'], 'startedAt' => ['shape' => 'Timestamp'], 'startedBy' => ['shape' => 'String'], 'stopCode' => ['shape' => 'TaskStopCode'], 'stoppedAt' => ['shape' => 'Timestamp'], 'stoppedReason' => ['shape' => 'String'], 'stoppingAt' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'Tags'], 'taskArn' => ['shape' => 'String'], 'taskDefinitionArn' => ['shape' => 'String'], 'version' => ['shape' => 'Long']]], 'TaskDefinition' => ['type' => 'structure', 'members' => ['taskDefinitionArn' => ['shape' => 'String'], 'containerDefinitions' => ['shape' => 'ContainerDefinitions'], 'family' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String'], 'executionRoleArn' => ['shape' => 'String'], 'networkMode' => ['shape' => 'NetworkMode'], 'revision' => ['shape' => 'Integer'], 'volumes' => ['shape' => 'VolumeList'], 'status' => ['shape' => 'TaskDefinitionStatus'], 'requiresAttributes' => ['shape' => 'RequiresAttributes'], 'placementConstraints' => ['shape' => 'TaskDefinitionPlacementConstraints'], 'compatibilities' => ['shape' => 'CompatibilityList'], 'requiresCompatibilities' => ['shape' => 'CompatibilityList'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators'], 'pidMode' => ['shape' => 'PidMode'], 'ipcMode' => ['shape' => 'IpcMode'], 'proxyConfiguration' => ['shape' => 'ProxyConfiguration']]], 'TaskDefinitionFamilyStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE', 'ALL']], 'TaskDefinitionField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskDefinitionFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskDefinitionField']], 'TaskDefinitionPlacementConstraint' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'TaskDefinitionPlacementConstraintType'], 'expression' => ['shape' => 'String']]], 'TaskDefinitionPlacementConstraintType' => ['type' => 'string', 'enum' => ['memberOf']], 'TaskDefinitionPlacementConstraints' => ['type' => 'list', 'member' => ['shape' => 'TaskDefinitionPlacementConstraint']], 'TaskDefinitionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'TaskField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskField']], 'TaskOverride' => ['type' => 'structure', 'members' => ['containerOverrides' => ['shape' => 'ContainerOverrides'], 'cpu' => ['shape' => 'String'], 'inferenceAcceleratorOverrides' => ['shape' => 'InferenceAcceleratorOverrides'], 'executionRoleArn' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String']]], 'TaskSet' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'taskSetArn' => ['shape' => 'String'], 'serviceArn' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'externalId' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'computedDesiredCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'createdAt' => ['shape' => 'Timestamp'], 'updatedAt' => ['shape' => 'Timestamp'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'scale' => ['shape' => 'Scale'], 'stabilityStatus' => ['shape' => 'StabilityStatus'], 'stabilityStatusAt' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'Tags']]], 'TaskSetField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskSetFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskSetField']], 'TaskSetNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TaskSets' => ['type' => 'list', 'member' => ['shape' => 'TaskSet']], 'TaskStopCode' => ['type' => 'string', 'enum' => ['TaskFailedToStart', 'EssentialContainerExited', 'UserInitiated']], 'Tasks' => ['type' => 'list', 'member' => ['shape' => 'Task']], 'Timestamp' => ['type' => 'timestamp'], 'Tmpfs' => ['type' => 'structure', 'required' => ['containerPath', 'size'], 'members' => ['containerPath' => ['shape' => 'String'], 'size' => ['shape' => 'Integer'], 'mountOptions' => ['shape' => 'StringList']]], 'TmpfsList' => ['type' => 'list', 'member' => ['shape' => 'Tmpfs']], 'TransportProtocol' => ['type' => 'string', 'enum' => ['tcp', 'udp']], 'Ulimit' => ['type' => 'structure', 'required' => ['name', 'softLimit', 'hardLimit'], 'members' => ['name' => ['shape' => 'UlimitName'], 'softLimit' => ['shape' => 'Integer'], 'hardLimit' => ['shape' => 'Integer']]], 'UlimitList' => ['type' => 'list', 'member' => ['shape' => 'Ulimit']], 'UlimitName' => ['type' => 'string', 'enum' => ['core', 'cpu', 'data', 'fsize', 'locks', 'memlock', 'msgqueue', 'nice', 'nofile', 'nproc', 'rss', 'rtprio', 'rttime', 'sigpending', 'stack']], 'UnsupportedFeatureException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String'], 'tagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateClusterSettingsRequest' => ['type' => 'structure', 'required' => ['cluster', 'settings'], 'members' => ['cluster' => ['shape' => 'String'], 'settings' => ['shape' => 'ClusterSettings']]], 'UpdateClusterSettingsResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'UpdateContainerAgentRequest' => ['type' => 'structure', 'required' => ['containerInstance'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String']]], 'UpdateContainerAgentResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'UpdateContainerInstancesStateRequest' => ['type' => 'structure', 'required' => ['containerInstances', 'status'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'status' => ['shape' => 'ContainerInstanceStatus']]], 'UpdateContainerInstancesStateResponse' => ['type' => 'structure', 'members' => ['containerInstances' => ['shape' => 'ContainerInstances'], 'failures' => ['shape' => 'Failures']]], 'UpdateInProgressException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UpdateServicePrimaryTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'primaryTaskSet'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'primaryTaskSet' => ['shape' => 'String']]], 'UpdateServicePrimaryTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'UpdateServiceRequest' => ['type' => 'structure', 'required' => ['service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'BoxedInteger'], 'taskDefinition' => ['shape' => 'String'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'platformVersion' => ['shape' => 'String'], 'forceNewDeployment' => ['shape' => 'Boolean'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger']]], 'UpdateServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'UpdateTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'taskSet', 'scale'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSet' => ['shape' => 'String'], 'scale' => ['shape' => 'Scale']]], 'UpdateTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'VersionInfo' => ['type' => 'structure', 'members' => ['agentVersion' => ['shape' => 'String'], 'agentHash' => ['shape' => 'String'], 'dockerVersion' => ['shape' => 'String']]], 'Volume' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'host' => ['shape' => 'HostVolumeProperties'], 'dockerVolumeConfiguration' => ['shape' => 'DockerVolumeConfiguration'], 'efsVolumeConfiguration' => ['shape' => 'EFSVolumeConfiguration']]], 'VolumeFrom' => ['type' => 'structure', 'members' => ['sourceContainer' => ['shape' => 'String'], 'readOnly' => ['shape' => 'BoxedBoolean']]], 'VolumeFromList' => ['type' => 'list', 'member' => ['shape' => 'VolumeFrom']], 'VolumeList' => ['type' => 'list', 'member' => ['shape' => 'Volume']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-11-13', 'endpointPrefix' => 'ecs', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon ECS', 'serviceFullName' => 'Amazon EC2 Container Service', 'serviceId' => 'ECS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonEC2ContainerServiceV20141113', 'uid' => 'ecs-2014-11-13'], 'operations' => ['CreateCapacityProvider' => ['name' => 'CreateCapacityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCapacityProviderRequest'], 'output' => ['shape' => 'CreateCapacityProviderResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'UpdateInProgressException']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'CreateService' => ['name' => 'CreateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceRequest'], 'output' => ['shape' => 'CreateServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException']]], 'CreateTaskSet' => ['name' => 'CreateTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTaskSetRequest'], 'output' => ['shape' => 'CreateTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException']]], 'DeleteAccountSetting' => ['name' => 'DeleteAccountSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccountSettingRequest'], 'output' => ['shape' => 'DeleteAccountSettingResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DeleteAttributes' => ['name' => 'DeleteAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAttributesRequest'], 'output' => ['shape' => 'DeleteAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'InvalidParameterException']]], 'DeleteCapacityProvider' => ['name' => 'DeleteCapacityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCapacityProviderRequest'], 'output' => ['shape' => 'DeleteCapacityProviderResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ClusterContainsContainerInstancesException'], ['shape' => 'ClusterContainsServicesException'], ['shape' => 'ClusterContainsTasksException'], ['shape' => 'UpdateInProgressException']]], 'DeleteService' => ['name' => 'DeleteService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceRequest'], 'output' => ['shape' => 'DeleteServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException']]], 'DeleteTaskSet' => ['name' => 'DeleteTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTaskSetRequest'], 'output' => ['shape' => 'DeleteTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException']]], 'DeregisterContainerInstance' => ['name' => 'DeregisterContainerInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterContainerInstanceRequest'], 'output' => ['shape' => 'DeregisterContainerInstanceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DeregisterTaskDefinition' => ['name' => 'DeregisterTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTaskDefinitionRequest'], 'output' => ['shape' => 'DeregisterTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeCapacityProviders' => ['name' => 'DescribeCapacityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCapacityProvidersRequest'], 'output' => ['shape' => 'DescribeCapacityProvidersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeClusters' => ['name' => 'DescribeClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClustersRequest'], 'output' => ['shape' => 'DescribeClustersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeContainerInstances' => ['name' => 'DescribeContainerInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeContainerInstancesRequest'], 'output' => ['shape' => 'DescribeContainerInstancesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DescribeServices' => ['name' => 'DescribeServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServicesRequest'], 'output' => ['shape' => 'DescribeServicesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DescribeTaskDefinition' => ['name' => 'DescribeTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskDefinitionRequest'], 'output' => ['shape' => 'DescribeTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'DescribeTaskSets' => ['name' => 'DescribeTaskSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTaskSetsRequest'], 'output' => ['shape' => 'DescribeTaskSetsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException']]], 'DescribeTasks' => ['name' => 'DescribeTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTasksRequest'], 'output' => ['shape' => 'DescribeTasksResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'DiscoverPollEndpoint' => ['name' => 'DiscoverPollEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DiscoverPollEndpointRequest'], 'output' => ['shape' => 'DiscoverPollEndpointResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException']]], 'ListAccountSettings' => ['name' => 'ListAccountSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountSettingsRequest'], 'output' => ['shape' => 'ListAccountSettingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListAttributes' => ['name' => 'ListAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttributesRequest'], 'output' => ['shape' => 'ListAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListContainerInstances' => ['name' => 'ListContainerInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListContainerInstancesRequest'], 'output' => ['shape' => 'ListContainerInstancesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'ListServices' => ['name' => 'ListServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServicesRequest'], 'output' => ['shape' => 'ListServicesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'ListTaskDefinitionFamilies' => ['name' => 'ListTaskDefinitionFamilies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskDefinitionFamiliesRequest'], 'output' => ['shape' => 'ListTaskDefinitionFamiliesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListTaskDefinitions' => ['name' => 'ListTaskDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTaskDefinitionsRequest'], 'output' => ['shape' => 'ListTaskDefinitionsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'ListTasks' => ['name' => 'ListTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTasksRequest'], 'output' => ['shape' => 'ListTasksResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException']]], 'PutAccountSetting' => ['name' => 'PutAccountSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccountSettingRequest'], 'output' => ['shape' => 'PutAccountSettingResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'PutAccountSettingDefault' => ['name' => 'PutAccountSettingDefault', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccountSettingDefaultRequest'], 'output' => ['shape' => 'PutAccountSettingDefaultResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'PutAttributes' => ['name' => 'PutAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAttributesRequest'], 'output' => ['shape' => 'PutAttributesResponse'], 'errors' => [['shape' => 'ClusterNotFoundException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'AttributeLimitExceededException'], ['shape' => 'InvalidParameterException']]], 'PutClusterCapacityProviders' => ['name' => 'PutClusterCapacityProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutClusterCapacityProvidersRequest'], 'output' => ['shape' => 'PutClusterCapacityProvidersResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'UpdateInProgressException']]], 'RegisterContainerInstance' => ['name' => 'RegisterContainerInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterContainerInstanceRequest'], 'output' => ['shape' => 'RegisterContainerInstanceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'RegisterTaskDefinition' => ['name' => 'RegisterTaskDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTaskDefinitionRequest'], 'output' => ['shape' => 'RegisterTaskDefinitionResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException']]], 'RunTask' => ['name' => 'RunTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunTaskRequest'], 'output' => ['shape' => 'RunTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException'], ['shape' => 'BlockedException']]], 'StartTask' => ['name' => 'StartTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTaskRequest'], 'output' => ['shape' => 'StartTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'StopTask' => ['name' => 'StopTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTaskRequest'], 'output' => ['shape' => 'StopTaskResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'SubmitAttachmentStateChanges' => ['name' => 'SubmitAttachmentStateChanges', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitAttachmentStateChangesRequest'], 'output' => ['shape' => 'SubmitAttachmentStateChangesResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterException']]], 'SubmitContainerStateChange' => ['name' => 'SubmitContainerStateChange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitContainerStateChangeRequest'], 'output' => ['shape' => 'SubmitContainerStateChangeResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException']]], 'SubmitTaskStateChange' => ['name' => 'SubmitTaskStateChange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitTaskStateChangeRequest'], 'output' => ['shape' => 'SubmitTaskStateChangeResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UpdateClusterSettings' => ['name' => 'UpdateClusterSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateClusterSettingsRequest'], 'output' => ['shape' => 'UpdateClusterSettingsResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'InvalidParameterException']]], 'UpdateContainerAgent' => ['name' => 'UpdateContainerAgent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContainerAgentRequest'], 'output' => ['shape' => 'UpdateContainerAgentResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UpdateInProgressException'], ['shape' => 'NoUpdateAvailableException'], ['shape' => 'MissingVersionException']]], 'UpdateContainerInstancesState' => ['name' => 'UpdateContainerInstancesState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateContainerInstancesStateRequest'], 'output' => ['shape' => 'UpdateContainerInstancesStateResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException']]], 'UpdateService' => ['name' => 'UpdateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceRequest'], 'output' => ['shape' => 'UpdateServiceResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'PlatformUnknownException'], ['shape' => 'PlatformTaskDefinitionIncompatibilityException'], ['shape' => 'AccessDeniedException']]], 'UpdateServicePrimaryTaskSet' => ['name' => 'UpdateServicePrimaryTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServicePrimaryTaskSetRequest'], 'output' => ['shape' => 'UpdateServicePrimaryTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UpdateTaskSet' => ['name' => 'UpdateTaskSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTaskSetRequest'], 'output' => ['shape' => 'UpdateTaskSetResponse'], 'errors' => [['shape' => 'ServerException'], ['shape' => 'ClientException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClusterNotFoundException'], ['shape' => 'UnsupportedFeatureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceNotFoundException'], ['shape' => 'ServiceNotActiveException'], ['shape' => 'TaskSetNotFoundException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AgentUpdateStatus' => ['type' => 'string', 'enum' => ['PENDING', 'STAGING', 'STAGED', 'UPDATING', 'UPDATED', 'FAILED']], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Attachment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'details' => ['shape' => 'AttachmentDetails']]], 'AttachmentDetails' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'AttachmentStateChange' => ['type' => 'structure', 'required' => ['attachmentArn', 'status'], 'members' => ['attachmentArn' => ['shape' => 'String'], 'status' => ['shape' => 'String']]], 'AttachmentStateChanges' => ['type' => 'list', 'member' => ['shape' => 'AttachmentStateChange']], 'Attachments' => ['type' => 'list', 'member' => ['shape' => 'Attachment']], 'Attribute' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'targetType' => ['shape' => 'TargetType'], 'targetId' => ['shape' => 'String']]], 'AttributeLimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'AutoScalingGroupProvider' => ['type' => 'structure', 'required' => ['autoScalingGroupArn'], 'members' => ['autoScalingGroupArn' => ['shape' => 'String'], 'managedScaling' => ['shape' => 'ManagedScaling'], 'managedTerminationProtection' => ['shape' => 'ManagedTerminationProtection']]], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['subnets'], 'members' => ['subnets' => ['shape' => 'StringList'], 'securityGroups' => ['shape' => 'StringList'], 'assignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BlockedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean', 'box' => \true], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'CapacityProvider' => ['type' => 'structure', 'members' => ['capacityProviderArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'status' => ['shape' => 'CapacityProviderStatus'], 'autoScalingGroupProvider' => ['shape' => 'AutoScalingGroupProvider'], 'updateStatus' => ['shape' => 'CapacityProviderUpdateStatus'], 'updateStatusReason' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags']]], 'CapacityProviderField' => ['type' => 'string', 'enum' => ['TAGS']], 'CapacityProviderFieldList' => ['type' => 'list', 'member' => ['shape' => 'CapacityProviderField']], 'CapacityProviderStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'CapacityProviderStrategy' => ['type' => 'list', 'member' => ['shape' => 'CapacityProviderStrategyItem']], 'CapacityProviderStrategyItem' => ['type' => 'structure', 'required' => ['capacityProvider'], 'members' => ['capacityProvider' => ['shape' => 'String'], 'weight' => ['shape' => 'CapacityProviderStrategyItemWeight'], 'base' => ['shape' => 'CapacityProviderStrategyItemBase']]], 'CapacityProviderStrategyItemBase' => ['type' => 'integer', 'max' => 100000, 'min' => 0], 'CapacityProviderStrategyItemWeight' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'CapacityProviderUpdateStatus' => ['type' => 'string', 'enum' => ['DELETE_IN_PROGRESS', 'DELETE_COMPLETE', 'DELETE_FAILED']], 'CapacityProviders' => ['type' => 'list', 'member' => ['shape' => 'CapacityProvider']], 'ClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Cluster' => ['type' => 'structure', 'members' => ['clusterArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'registeredContainerInstancesCount' => ['shape' => 'Integer'], 'runningTasksCount' => ['shape' => 'Integer'], 'pendingTasksCount' => ['shape' => 'Integer'], 'activeServicesCount' => ['shape' => 'Integer'], 'statistics' => ['shape' => 'Statistics'], 'tags' => ['shape' => 'Tags'], 'settings' => ['shape' => 'ClusterSettings'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'attachments' => ['shape' => 'Attachments'], 'attachmentsStatus' => ['shape' => 'String']]], 'ClusterContainsContainerInstancesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterContainsServicesException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterContainsTasksException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterField' => ['type' => 'string', 'enum' => ['ATTACHMENTS', 'SETTINGS', 'STATISTICS', 'TAGS']], 'ClusterFieldList' => ['type' => 'list', 'member' => ['shape' => 'ClusterField']], 'ClusterNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ClusterSetting' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ClusterSettingName'], 'value' => ['shape' => 'String']]], 'ClusterSettingName' => ['type' => 'string', 'enum' => ['containerInsights']], 'ClusterSettings' => ['type' => 'list', 'member' => ['shape' => 'ClusterSetting']], 'Clusters' => ['type' => 'list', 'member' => ['shape' => 'Cluster']], 'Compatibility' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'CompatibilityList' => ['type' => 'list', 'member' => ['shape' => 'Compatibility']], 'Connectivity' => ['type' => 'string', 'enum' => ['CONNECTED', 'DISCONNECTED']], 'Container' => ['type' => 'structure', 'members' => ['containerArn' => ['shape' => 'String'], 'taskArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'image' => ['shape' => 'String'], 'imageDigest' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'lastStatus' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'reason' => ['shape' => 'String'], 'networkBindings' => ['shape' => 'NetworkBindings'], 'networkInterfaces' => ['shape' => 'NetworkInterfaces'], 'healthStatus' => ['shape' => 'HealthStatus'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'memoryReservation' => ['shape' => 'String'], 'gpuIds' => ['shape' => 'GpuIds']]], 'ContainerCondition' => ['type' => 'string', 'enum' => ['START', 'COMPLETE', 'SUCCESS', 'HEALTHY']], 'ContainerDefinition' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'image' => ['shape' => 'String'], 'repositoryCredentials' => ['shape' => 'RepositoryCredentials'], 'cpu' => ['shape' => 'Integer'], 'memory' => ['shape' => 'BoxedInteger'], 'memoryReservation' => ['shape' => 'BoxedInteger'], 'links' => ['shape' => 'StringList'], 'portMappings' => ['shape' => 'PortMappingList'], 'essential' => ['shape' => 'BoxedBoolean'], 'entryPoint' => ['shape' => 'StringList'], 'command' => ['shape' => 'StringList'], 'environment' => ['shape' => 'EnvironmentVariables'], 'environmentFiles' => ['shape' => 'EnvironmentFiles'], 'mountPoints' => ['shape' => 'MountPointList'], 'volumesFrom' => ['shape' => 'VolumeFromList'], 'linuxParameters' => ['shape' => 'LinuxParameters'], 'secrets' => ['shape' => 'SecretList'], 'dependsOn' => ['shape' => 'ContainerDependencies'], 'startTimeout' => ['shape' => 'BoxedInteger'], 'stopTimeout' => ['shape' => 'BoxedInteger'], 'hostname' => ['shape' => 'String'], 'user' => ['shape' => 'String'], 'workingDirectory' => ['shape' => 'String'], 'disableNetworking' => ['shape' => 'BoxedBoolean'], 'privileged' => ['shape' => 'BoxedBoolean'], 'readonlyRootFilesystem' => ['shape' => 'BoxedBoolean'], 'dnsServers' => ['shape' => 'StringList'], 'dnsSearchDomains' => ['shape' => 'StringList'], 'extraHosts' => ['shape' => 'HostEntryList'], 'dockerSecurityOptions' => ['shape' => 'StringList'], 'interactive' => ['shape' => 'BoxedBoolean'], 'pseudoTerminal' => ['shape' => 'BoxedBoolean'], 'dockerLabels' => ['shape' => 'DockerLabelsMap'], 'ulimits' => ['shape' => 'UlimitList'], 'logConfiguration' => ['shape' => 'LogConfiguration'], 'healthCheck' => ['shape' => 'HealthCheck'], 'systemControls' => ['shape' => 'SystemControls'], 'resourceRequirements' => ['shape' => 'ResourceRequirements'], 'firelensConfiguration' => ['shape' => 'FirelensConfiguration']]], 'ContainerDefinitions' => ['type' => 'list', 'member' => ['shape' => 'ContainerDefinition']], 'ContainerDependencies' => ['type' => 'list', 'member' => ['shape' => 'ContainerDependency']], 'ContainerDependency' => ['type' => 'structure', 'required' => ['containerName', 'condition'], 'members' => ['containerName' => ['shape' => 'String'], 'condition' => ['shape' => 'ContainerCondition']]], 'ContainerInstance' => ['type' => 'structure', 'members' => ['containerInstanceArn' => ['shape' => 'String'], 'ec2InstanceId' => ['shape' => 'String'], 'capacityProviderName' => ['shape' => 'String'], 'version' => ['shape' => 'Long'], 'versionInfo' => ['shape' => 'VersionInfo'], 'remainingResources' => ['shape' => 'Resources'], 'registeredResources' => ['shape' => 'Resources'], 'status' => ['shape' => 'String'], 'statusReason' => ['shape' => 'String'], 'agentConnected' => ['shape' => 'Boolean'], 'runningTasksCount' => ['shape' => 'Integer'], 'pendingTasksCount' => ['shape' => 'Integer'], 'agentUpdateStatus' => ['shape' => 'AgentUpdateStatus'], 'attributes' => ['shape' => 'Attributes'], 'registeredAt' => ['shape' => 'Timestamp'], 'attachments' => ['shape' => 'Attachments'], 'tags' => ['shape' => 'Tags']]], 'ContainerInstanceField' => ['type' => 'string', 'enum' => ['TAGS']], 'ContainerInstanceFieldList' => ['type' => 'list', 'member' => ['shape' => 'ContainerInstanceField']], 'ContainerInstanceStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DRAINING', 'REGISTERING', 'DEREGISTERING', 'REGISTRATION_FAILED']], 'ContainerInstances' => ['type' => 'list', 'member' => ['shape' => 'ContainerInstance']], 'ContainerOverride' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'command' => ['shape' => 'StringList'], 'environment' => ['shape' => 'EnvironmentVariables'], 'environmentFiles' => ['shape' => 'EnvironmentFiles'], 'cpu' => ['shape' => 'BoxedInteger'], 'memory' => ['shape' => 'BoxedInteger'], 'memoryReservation' => ['shape' => 'BoxedInteger'], 'resourceRequirements' => ['shape' => 'ResourceRequirements']]], 'ContainerOverrides' => ['type' => 'list', 'member' => ['shape' => 'ContainerOverride']], 'ContainerStateChange' => ['type' => 'structure', 'members' => ['containerName' => ['shape' => 'String'], 'imageDigest' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'networkBindings' => ['shape' => 'NetworkBindings'], 'reason' => ['shape' => 'String'], 'status' => ['shape' => 'String']]], 'ContainerStateChanges' => ['type' => 'list', 'member' => ['shape' => 'ContainerStateChange']], 'Containers' => ['type' => 'list', 'member' => ['shape' => 'Container']], 'CreateCapacityProviderRequest' => ['type' => 'structure', 'required' => ['name', 'autoScalingGroupProvider'], 'members' => ['name' => ['shape' => 'String'], 'autoScalingGroupProvider' => ['shape' => 'AutoScalingGroupProvider'], 'tags' => ['shape' => 'Tags']]], 'CreateCapacityProviderResponse' => ['type' => 'structure', 'members' => ['capacityProvider' => ['shape' => 'CapacityProvider']]], 'CreateClusterRequest' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'settings' => ['shape' => 'ClusterSettings'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy']]], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'CreateServiceRequest' => ['type' => 'structure', 'required' => ['serviceName'], 'members' => ['cluster' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'desiredCount' => ['shape' => 'BoxedInteger'], 'clientToken' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'role' => ['shape' => 'String'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy'], 'deploymentController' => ['shape' => 'DeploymentController'], 'tags' => ['shape' => 'Tags'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'propagateTags' => ['shape' => 'PropagateTags']]], 'CreateServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'CreateTaskSetRequest' => ['type' => 'structure', 'required' => ['service', 'cluster', 'taskDefinition'], 'members' => ['service' => ['shape' => 'String'], 'cluster' => ['shape' => 'String'], 'externalId' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'scale' => ['shape' => 'Scale'], 'clientToken' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags']]], 'CreateTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'DeleteAccountSettingRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SettingName'], 'principalArn' => ['shape' => 'String']]], 'DeleteAccountSettingResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'DeleteAttributesRequest' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['cluster' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes']]], 'DeleteAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes']]], 'DeleteCapacityProviderRequest' => ['type' => 'structure', 'required' => ['capacityProvider'], 'members' => ['capacityProvider' => ['shape' => 'String']]], 'DeleteCapacityProviderResponse' => ['type' => 'structure', 'members' => ['capacityProvider' => ['shape' => 'CapacityProvider']]], 'DeleteClusterRequest' => ['type' => 'structure', 'required' => ['cluster'], 'members' => ['cluster' => ['shape' => 'String']]], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DeleteServiceRequest' => ['type' => 'structure', 'required' => ['service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeleteServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'DeleteTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'taskSet'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSet' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeleteTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'Deployment' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'createdAt' => ['shape' => 'Timestamp'], 'updatedAt' => ['shape' => 'Timestamp'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'launchType' => ['shape' => 'LaunchType'], 'platformVersion' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration']]], 'DeploymentConfiguration' => ['type' => 'structure', 'members' => ['maximumPercent' => ['shape' => 'BoxedInteger'], 'minimumHealthyPercent' => ['shape' => 'BoxedInteger']]], 'DeploymentController' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DeploymentControllerType']]], 'DeploymentControllerType' => ['type' => 'string', 'enum' => ['ECS', 'CODE_DEPLOY', 'EXTERNAL']], 'Deployments' => ['type' => 'list', 'member' => ['shape' => 'Deployment']], 'DeregisterContainerInstanceRequest' => ['type' => 'structure', 'required' => ['containerInstance'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String'], 'force' => ['shape' => 'BoxedBoolean']]], 'DeregisterContainerInstanceResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'DeregisterTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['taskDefinition' => ['shape' => 'String']]], 'DeregisterTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition']]], 'DescribeCapacityProvidersRequest' => ['type' => 'structure', 'members' => ['capacityProviders' => ['shape' => 'StringList'], 'include' => ['shape' => 'CapacityProviderFieldList'], 'maxResults' => ['shape' => 'BoxedInteger'], 'nextToken' => ['shape' => 'String']]], 'DescribeCapacityProvidersResponse' => ['type' => 'structure', 'members' => ['capacityProviders' => ['shape' => 'CapacityProviders'], 'failures' => ['shape' => 'Failures'], 'nextToken' => ['shape' => 'String']]], 'DescribeClustersRequest' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'StringList'], 'include' => ['shape' => 'ClusterFieldList']]], 'DescribeClustersResponse' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'Clusters'], 'failures' => ['shape' => 'Failures']]], 'DescribeContainerInstancesRequest' => ['type' => 'structure', 'required' => ['containerInstances'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'include' => ['shape' => 'ContainerInstanceFieldList']]], 'DescribeContainerInstancesResponse' => ['type' => 'structure', 'members' => ['containerInstances' => ['shape' => 'ContainerInstances'], 'failures' => ['shape' => 'Failures']]], 'DescribeServicesRequest' => ['type' => 'structure', 'required' => ['services'], 'members' => ['cluster' => ['shape' => 'String'], 'services' => ['shape' => 'StringList'], 'include' => ['shape' => 'ServiceFieldList']]], 'DescribeServicesResponse' => ['type' => 'structure', 'members' => ['services' => ['shape' => 'Services'], 'failures' => ['shape' => 'Failures']]], 'DescribeTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['taskDefinition' => ['shape' => 'String'], 'include' => ['shape' => 'TaskDefinitionFieldList']]], 'DescribeTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition'], 'tags' => ['shape' => 'Tags']]], 'DescribeTaskSetsRequest' => ['type' => 'structure', 'required' => ['cluster', 'service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSets' => ['shape' => 'StringList'], 'include' => ['shape' => 'TaskSetFieldList']]], 'DescribeTaskSetsResponse' => ['type' => 'structure', 'members' => ['taskSets' => ['shape' => 'TaskSets'], 'failures' => ['shape' => 'Failures']]], 'DescribeTasksRequest' => ['type' => 'structure', 'required' => ['tasks'], 'members' => ['cluster' => ['shape' => 'String'], 'tasks' => ['shape' => 'StringList'], 'include' => ['shape' => 'TaskFieldList']]], 'DescribeTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'DesiredStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'PENDING', 'STOPPED']], 'Device' => ['type' => 'structure', 'required' => ['hostPath'], 'members' => ['hostPath' => ['shape' => 'String'], 'containerPath' => ['shape' => 'String'], 'permissions' => ['shape' => 'DeviceCgroupPermissions']]], 'DeviceCgroupPermission' => ['type' => 'string', 'enum' => ['read', 'write', 'mknod']], 'DeviceCgroupPermissions' => ['type' => 'list', 'member' => ['shape' => 'DeviceCgroupPermission']], 'DevicesList' => ['type' => 'list', 'member' => ['shape' => 'Device']], 'DiscoverPollEndpointRequest' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'String'], 'cluster' => ['shape' => 'String']]], 'DiscoverPollEndpointResponse' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'String'], 'telemetryEndpoint' => ['shape' => 'String']]], 'DockerLabelsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'DockerVolumeConfiguration' => ['type' => 'structure', 'members' => ['scope' => ['shape' => 'Scope'], 'autoprovision' => ['shape' => 'BoxedBoolean'], 'driver' => ['shape' => 'String'], 'driverOpts' => ['shape' => 'StringMap'], 'labels' => ['shape' => 'StringMap']]], 'Double' => ['type' => 'double'], 'EFSAuthorizationConfig' => ['type' => 'structure', 'members' => ['accessPointId' => ['shape' => 'String'], 'iam' => ['shape' => 'EFSAuthorizationConfigIAM']]], 'EFSAuthorizationConfigIAM' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'EFSTransitEncryption' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'EFSVolumeConfiguration' => ['type' => 'structure', 'required' => ['fileSystemId'], 'members' => ['fileSystemId' => ['shape' => 'String'], 'rootDirectory' => ['shape' => 'String'], 'transitEncryption' => ['shape' => 'EFSTransitEncryption'], 'transitEncryptionPort' => ['shape' => 'BoxedInteger'], 'authorizationConfig' => ['shape' => 'EFSAuthorizationConfig']]], 'EnvironmentFile' => ['type' => 'structure', 'required' => ['value', 'type'], 'members' => ['value' => ['shape' => 'String'], 'type' => ['shape' => 'EnvironmentFileType']]], 'EnvironmentFileType' => ['type' => 'string', 'enum' => ['s3']], 'EnvironmentFiles' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentFile']], 'EnvironmentVariables' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'Failure' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'reason' => ['shape' => 'String'], 'detail' => ['shape' => 'String']]], 'Failures' => ['type' => 'list', 'member' => ['shape' => 'Failure']], 'FirelensConfiguration' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'FirelensConfigurationType'], 'options' => ['shape' => 'FirelensConfigurationOptionsMap']]], 'FirelensConfigurationOptionsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'FirelensConfigurationType' => ['type' => 'string', 'enum' => ['fluentd', 'fluentbit']], 'GpuIds' => ['type' => 'list', 'member' => ['shape' => 'String']], 'HealthCheck' => ['type' => 'structure', 'required' => ['command'], 'members' => ['command' => ['shape' => 'StringList'], 'interval' => ['shape' => 'BoxedInteger'], 'timeout' => ['shape' => 'BoxedInteger'], 'retries' => ['shape' => 'BoxedInteger'], 'startPeriod' => ['shape' => 'BoxedInteger']]], 'HealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'UNKNOWN']], 'HostEntry' => ['type' => 'structure', 'required' => ['hostname', 'ipAddress'], 'members' => ['hostname' => ['shape' => 'String'], 'ipAddress' => ['shape' => 'String']]], 'HostEntryList' => ['type' => 'list', 'member' => ['shape' => 'HostEntry']], 'HostVolumeProperties' => ['type' => 'structure', 'members' => ['sourcePath' => ['shape' => 'String']]], 'InferenceAccelerator' => ['type' => 'structure', 'required' => ['deviceName', 'deviceType'], 'members' => ['deviceName' => ['shape' => 'String'], 'deviceType' => ['shape' => 'String']]], 'InferenceAcceleratorOverride' => ['type' => 'structure', 'members' => ['deviceName' => ['shape' => 'String'], 'deviceType' => ['shape' => 'String']]], 'InferenceAcceleratorOverrides' => ['type' => 'list', 'member' => ['shape' => 'InferenceAcceleratorOverride']], 'InferenceAccelerators' => ['type' => 'list', 'member' => ['shape' => 'InferenceAccelerator']], 'Integer' => ['type' => 'integer'], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IpcMode' => ['type' => 'string', 'enum' => ['host', 'task', 'none']], 'KernelCapabilities' => ['type' => 'structure', 'members' => ['add' => ['shape' => 'StringList'], 'drop' => ['shape' => 'StringList']]], 'KeyValuePair' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'value' => ['shape' => 'String']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LinuxParameters' => ['type' => 'structure', 'members' => ['capabilities' => ['shape' => 'KernelCapabilities'], 'devices' => ['shape' => 'DevicesList'], 'initProcessEnabled' => ['shape' => 'BoxedBoolean'], 'sharedMemorySize' => ['shape' => 'BoxedInteger'], 'tmpfs' => ['shape' => 'TmpfsList'], 'maxSwap' => ['shape' => 'BoxedInteger'], 'swappiness' => ['shape' => 'BoxedInteger']]], 'ListAccountSettingsRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String'], 'effectiveSettings' => ['shape' => 'Boolean'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'Integer']]], 'ListAccountSettingsResponse' => ['type' => 'structure', 'members' => ['settings' => ['shape' => 'Settings'], 'nextToken' => ['shape' => 'String']]], 'ListAttributesRequest' => ['type' => 'structure', 'required' => ['targetType'], 'members' => ['cluster' => ['shape' => 'String'], 'targetType' => ['shape' => 'TargetType'], 'attributeName' => ['shape' => 'String'], 'attributeValue' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes'], 'nextToken' => ['shape' => 'String']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['clusterArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListContainerInstancesRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'filter' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'status' => ['shape' => 'ContainerInstanceStatus']]], 'ListContainerInstancesResponse' => ['type' => 'structure', 'members' => ['containerInstanceArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListServicesRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'launchType' => ['shape' => 'LaunchType'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy']]], 'ListServicesResponse' => ['type' => 'structure', 'members' => ['serviceArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'ListTaskDefinitionFamiliesRequest' => ['type' => 'structure', 'members' => ['familyPrefix' => ['shape' => 'String'], 'status' => ['shape' => 'TaskDefinitionFamilyStatus'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListTaskDefinitionFamiliesResponse' => ['type' => 'structure', 'members' => ['families' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTaskDefinitionsRequest' => ['type' => 'structure', 'members' => ['familyPrefix' => ['shape' => 'String'], 'status' => ['shape' => 'TaskDefinitionStatus'], 'sort' => ['shape' => 'SortOrder'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger']]], 'ListTaskDefinitionsResponse' => ['type' => 'structure', 'members' => ['taskDefinitionArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTasksRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String'], 'family' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'BoxedInteger'], 'startedBy' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'desiredStatus' => ['shape' => 'DesiredStatus'], 'launchType' => ['shape' => 'LaunchType']]], 'ListTasksResponse' => ['type' => 'structure', 'members' => ['taskArns' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'LoadBalancer' => ['type' => 'structure', 'members' => ['targetGroupArn' => ['shape' => 'String'], 'loadBalancerName' => ['shape' => 'String'], 'containerName' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger']]], 'LoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LogConfiguration' => ['type' => 'structure', 'required' => ['logDriver'], 'members' => ['logDriver' => ['shape' => 'LogDriver'], 'options' => ['shape' => 'LogConfigurationOptionsMap'], 'secretOptions' => ['shape' => 'SecretList']]], 'LogConfigurationOptionsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'LogDriver' => ['type' => 'string', 'enum' => ['json-file', 'syslog', 'journald', 'gelf', 'fluentd', 'awslogs', 'splunk', 'awsfirelens']], 'Long' => ['type' => 'long'], 'ManagedScaling' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ManagedScalingStatus'], 'targetCapacity' => ['shape' => 'ManagedScalingTargetCapacity'], 'minimumScalingStepSize' => ['shape' => 'ManagedScalingStepSize'], 'maximumScalingStepSize' => ['shape' => 'ManagedScalingStepSize']]], 'ManagedScalingStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'ManagedScalingStepSize' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ManagedScalingTargetCapacity' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ManagedTerminationProtection' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'MissingVersionException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MountPoint' => ['type' => 'structure', 'members' => ['sourceVolume' => ['shape' => 'String'], 'containerPath' => ['shape' => 'String'], 'readOnly' => ['shape' => 'BoxedBoolean']]], 'MountPointList' => ['type' => 'list', 'member' => ['shape' => 'MountPoint']], 'NetworkBinding' => ['type' => 'structure', 'members' => ['bindIP' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger'], 'hostPort' => ['shape' => 'BoxedInteger'], 'protocol' => ['shape' => 'TransportProtocol']]], 'NetworkBindings' => ['type' => 'list', 'member' => ['shape' => 'NetworkBinding']], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['attachmentId' => ['shape' => 'String'], 'privateIpv4Address' => ['shape' => 'String'], 'ipv6Address' => ['shape' => 'String']]], 'NetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'NetworkMode' => ['type' => 'string', 'enum' => ['bridge', 'host', 'awsvpc', 'none']], 'NoUpdateAvailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PidMode' => ['type' => 'string', 'enum' => ['host', 'task']], 'PlacementConstraint' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'PlacementConstraintType'], 'expression' => ['shape' => 'String']]], 'PlacementConstraintType' => ['type' => 'string', 'enum' => ['distinctInstance', 'memberOf']], 'PlacementConstraints' => ['type' => 'list', 'member' => ['shape' => 'PlacementConstraint']], 'PlacementStrategies' => ['type' => 'list', 'member' => ['shape' => 'PlacementStrategy']], 'PlacementStrategy' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'PlacementStrategyType'], 'field' => ['shape' => 'String']]], 'PlacementStrategyType' => ['type' => 'string', 'enum' => ['random', 'spread', 'binpack']], 'PlatformDevice' => ['type' => 'structure', 'required' => ['id', 'type'], 'members' => ['id' => ['shape' => 'String'], 'type' => ['shape' => 'PlatformDeviceType']]], 'PlatformDeviceType' => ['type' => 'string', 'enum' => ['GPU']], 'PlatformDevices' => ['type' => 'list', 'member' => ['shape' => 'PlatformDevice']], 'PlatformTaskDefinitionIncompatibilityException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PlatformUnknownException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PortMapping' => ['type' => 'structure', 'members' => ['containerPort' => ['shape' => 'BoxedInteger'], 'hostPort' => ['shape' => 'BoxedInteger'], 'protocol' => ['shape' => 'TransportProtocol']]], 'PortMappingList' => ['type' => 'list', 'member' => ['shape' => 'PortMapping']], 'PropagateTags' => ['type' => 'string', 'enum' => ['TASK_DEFINITION', 'SERVICE']], 'ProxyConfiguration' => ['type' => 'structure', 'required' => ['containerName'], 'members' => ['type' => ['shape' => 'ProxyConfigurationType'], 'containerName' => ['shape' => 'String'], 'properties' => ['shape' => 'ProxyConfigurationProperties']]], 'ProxyConfigurationProperties' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'ProxyConfigurationType' => ['type' => 'string', 'enum' => ['APPMESH']], 'PutAccountSettingDefaultRequest' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String']]], 'PutAccountSettingDefaultResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'PutAccountSettingRequest' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String']]], 'PutAccountSettingResponse' => ['type' => 'structure', 'members' => ['setting' => ['shape' => 'Setting']]], 'PutAttributesRequest' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['cluster' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes']]], 'PutAttributesResponse' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes']]], 'PutClusterCapacityProvidersRequest' => ['type' => 'structure', 'required' => ['cluster', 'capacityProviders', 'defaultCapacityProviderStrategy'], 'members' => ['cluster' => ['shape' => 'String'], 'capacityProviders' => ['shape' => 'StringList'], 'defaultCapacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy']]], 'PutClusterCapacityProvidersResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'RegisterContainerInstanceRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'instanceIdentityDocument' => ['shape' => 'String'], 'instanceIdentityDocumentSignature' => ['shape' => 'String'], 'totalResources' => ['shape' => 'Resources'], 'versionInfo' => ['shape' => 'VersionInfo'], 'containerInstanceArn' => ['shape' => 'String'], 'attributes' => ['shape' => 'Attributes'], 'platformDevices' => ['shape' => 'PlatformDevices'], 'tags' => ['shape' => 'Tags']]], 'RegisterContainerInstanceResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'RegisterTaskDefinitionRequest' => ['type' => 'structure', 'required' => ['family', 'containerDefinitions'], 'members' => ['family' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String'], 'executionRoleArn' => ['shape' => 'String'], 'networkMode' => ['shape' => 'NetworkMode'], 'containerDefinitions' => ['shape' => 'ContainerDefinitions'], 'volumes' => ['shape' => 'VolumeList'], 'placementConstraints' => ['shape' => 'TaskDefinitionPlacementConstraints'], 'requiresCompatibilities' => ['shape' => 'CompatibilityList'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'pidMode' => ['shape' => 'PidMode'], 'ipcMode' => ['shape' => 'IpcMode'], 'proxyConfiguration' => ['shape' => 'ProxyConfiguration'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators']]], 'RegisterTaskDefinitionResponse' => ['type' => 'structure', 'members' => ['taskDefinition' => ['shape' => 'TaskDefinition'], 'tags' => ['shape' => 'Tags']]], 'RepositoryCredentials' => ['type' => 'structure', 'required' => ['credentialsParameter'], 'members' => ['credentialsParameter' => ['shape' => 'String']]], 'RequiresAttributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'Resource' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'doubleValue' => ['shape' => 'Double'], 'longValue' => ['shape' => 'Long'], 'integerValue' => ['shape' => 'Integer'], 'stringSetValue' => ['shape' => 'StringList']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceRequirement' => ['type' => 'structure', 'required' => ['value', 'type'], 'members' => ['value' => ['shape' => 'String'], 'type' => ['shape' => 'ResourceType']]], 'ResourceRequirements' => ['type' => 'list', 'member' => ['shape' => 'ResourceRequirement']], 'ResourceType' => ['type' => 'string', 'enum' => ['GPU', 'InferenceAccelerator']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'RunTaskRequest' => ['type' => 'structure', 'required' => ['taskDefinition'], 'members' => ['capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'cluster' => ['shape' => 'String'], 'count' => ['shape' => 'BoxedInteger'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'group' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'overrides' => ['shape' => 'TaskOverride'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'platformVersion' => ['shape' => 'String'], 'propagateTags' => ['shape' => 'PropagateTags'], 'referenceId' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'taskDefinition' => ['shape' => 'String']]], 'RunTaskResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'Scale' => ['type' => 'structure', 'members' => ['value' => ['shape' => 'Double'], 'unit' => ['shape' => 'ScaleUnit']]], 'ScaleUnit' => ['type' => 'string', 'enum' => ['PERCENT']], 'SchedulingStrategy' => ['type' => 'string', 'enum' => ['REPLICA', 'DAEMON']], 'Scope' => ['type' => 'string', 'enum' => ['task', 'shared']], 'Secret' => ['type' => 'structure', 'required' => ['name', 'valueFrom'], 'members' => ['name' => ['shape' => 'String'], 'valueFrom' => ['shape' => 'String']]], 'SecretList' => ['type' => 'list', 'member' => ['shape' => 'Secret']], 'ServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'Service' => ['type' => 'structure', 'members' => ['serviceArn' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'status' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'taskSets' => ['shape' => 'TaskSets'], 'deployments' => ['shape' => 'Deployments'], 'roleArn' => ['shape' => 'String'], 'events' => ['shape' => 'ServiceEvents'], 'createdAt' => ['shape' => 'Timestamp'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger'], 'schedulingStrategy' => ['shape' => 'SchedulingStrategy'], 'deploymentController' => ['shape' => 'DeploymentController'], 'tags' => ['shape' => 'Tags'], 'createdBy' => ['shape' => 'String'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'propagateTags' => ['shape' => 'PropagateTags']]], 'ServiceEvent' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'String']]], 'ServiceEvents' => ['type' => 'list', 'member' => ['shape' => 'ServiceEvent']], 'ServiceField' => ['type' => 'string', 'enum' => ['TAGS']], 'ServiceFieldList' => ['type' => 'list', 'member' => ['shape' => 'ServiceField']], 'ServiceNotActiveException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ServiceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ServiceRegistries' => ['type' => 'list', 'member' => ['shape' => 'ServiceRegistry']], 'ServiceRegistry' => ['type' => 'structure', 'members' => ['registryArn' => ['shape' => 'String'], 'port' => ['shape' => 'BoxedInteger'], 'containerName' => ['shape' => 'String'], 'containerPort' => ['shape' => 'BoxedInteger']]], 'Services' => ['type' => 'list', 'member' => ['shape' => 'Service']], 'Setting' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SettingName'], 'value' => ['shape' => 'String'], 'principalArn' => ['shape' => 'String']]], 'SettingName' => ['type' => 'string', 'enum' => ['serviceLongArnFormat', 'taskLongArnFormat', 'containerInstanceLongArnFormat', 'awsvpcTrunking', 'containerInsights']], 'Settings' => ['type' => 'list', 'member' => ['shape' => 'Setting']], 'SortOrder' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'StabilityStatus' => ['type' => 'string', 'enum' => ['STEADY_STATE', 'STABILIZING']], 'StartTaskRequest' => ['type' => 'structure', 'required' => ['containerInstances', 'taskDefinition'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'enableECSManagedTags' => ['shape' => 'Boolean'], 'group' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'overrides' => ['shape' => 'TaskOverride'], 'propagateTags' => ['shape' => 'PropagateTags'], 'referenceId' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags'], 'taskDefinition' => ['shape' => 'String']]], 'StartTaskResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'Tasks'], 'failures' => ['shape' => 'Failures']]], 'Statistics' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'StopTaskRequest' => ['type' => 'structure', 'required' => ['task'], 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'reason' => ['shape' => 'String']]], 'StopTaskResponse' => ['type' => 'structure', 'members' => ['task' => ['shape' => 'Task']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SubmitAttachmentStateChangesRequest' => ['type' => 'structure', 'required' => ['attachments'], 'members' => ['cluster' => ['shape' => 'String'], 'attachments' => ['shape' => 'AttachmentStateChanges']]], 'SubmitAttachmentStateChangesResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SubmitContainerStateChangeRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'containerName' => ['shape' => 'String'], 'runtimeId' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'exitCode' => ['shape' => 'BoxedInteger'], 'reason' => ['shape' => 'String'], 'networkBindings' => ['shape' => 'NetworkBindings']]], 'SubmitContainerStateChangeResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SubmitTaskStateChangeRequest' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'String'], 'task' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'reason' => ['shape' => 'String'], 'containers' => ['shape' => 'ContainerStateChanges'], 'attachments' => ['shape' => 'AttachmentStateChanges'], 'pullStartedAt' => ['shape' => 'Timestamp'], 'pullStoppedAt' => ['shape' => 'Timestamp'], 'executionStoppedAt' => ['shape' => 'Timestamp']]], 'SubmitTaskStateChangeResponse' => ['type' => 'structure', 'members' => ['acknowledgment' => ['shape' => 'String']]], 'SystemControl' => ['type' => 'structure', 'members' => ['namespace' => ['shape' => 'String'], 'value' => ['shape' => 'String']]], 'SystemControls' => ['type' => 'list', 'member' => ['shape' => 'SystemControl']], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String'], 'tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TargetNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TargetType' => ['type' => 'string', 'enum' => ['container-instance']], 'Task' => ['type' => 'structure', 'members' => ['attachments' => ['shape' => 'Attachments'], 'attributes' => ['shape' => 'Attributes'], 'availabilityZone' => ['shape' => 'String'], 'capacityProviderName' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'connectivity' => ['shape' => 'Connectivity'], 'connectivityAt' => ['shape' => 'Timestamp'], 'containerInstanceArn' => ['shape' => 'String'], 'containers' => ['shape' => 'Containers'], 'cpu' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'desiredStatus' => ['shape' => 'String'], 'executionStoppedAt' => ['shape' => 'Timestamp'], 'group' => ['shape' => 'String'], 'healthStatus' => ['shape' => 'HealthStatus'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators'], 'lastStatus' => ['shape' => 'String'], 'launchType' => ['shape' => 'LaunchType'], 'memory' => ['shape' => 'String'], 'overrides' => ['shape' => 'TaskOverride'], 'platformVersion' => ['shape' => 'String'], 'pullStartedAt' => ['shape' => 'Timestamp'], 'pullStoppedAt' => ['shape' => 'Timestamp'], 'startedAt' => ['shape' => 'Timestamp'], 'startedBy' => ['shape' => 'String'], 'stopCode' => ['shape' => 'TaskStopCode'], 'stoppedAt' => ['shape' => 'Timestamp'], 'stoppedReason' => ['shape' => 'String'], 'stoppingAt' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'Tags'], 'taskArn' => ['shape' => 'String'], 'taskDefinitionArn' => ['shape' => 'String'], 'version' => ['shape' => 'Long']]], 'TaskDefinition' => ['type' => 'structure', 'members' => ['taskDefinitionArn' => ['shape' => 'String'], 'containerDefinitions' => ['shape' => 'ContainerDefinitions'], 'family' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String'], 'executionRoleArn' => ['shape' => 'String'], 'networkMode' => ['shape' => 'NetworkMode'], 'revision' => ['shape' => 'Integer'], 'volumes' => ['shape' => 'VolumeList'], 'status' => ['shape' => 'TaskDefinitionStatus'], 'requiresAttributes' => ['shape' => 'RequiresAttributes'], 'placementConstraints' => ['shape' => 'TaskDefinitionPlacementConstraints'], 'compatibilities' => ['shape' => 'CompatibilityList'], 'requiresCompatibilities' => ['shape' => 'CompatibilityList'], 'cpu' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'inferenceAccelerators' => ['shape' => 'InferenceAccelerators'], 'pidMode' => ['shape' => 'PidMode'], 'ipcMode' => ['shape' => 'IpcMode'], 'proxyConfiguration' => ['shape' => 'ProxyConfiguration']]], 'TaskDefinitionFamilyStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE', 'ALL']], 'TaskDefinitionField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskDefinitionFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskDefinitionField']], 'TaskDefinitionPlacementConstraint' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'TaskDefinitionPlacementConstraintType'], 'expression' => ['shape' => 'String']]], 'TaskDefinitionPlacementConstraintType' => ['type' => 'string', 'enum' => ['memberOf']], 'TaskDefinitionPlacementConstraints' => ['type' => 'list', 'member' => ['shape' => 'TaskDefinitionPlacementConstraint']], 'TaskDefinitionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'TaskField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskField']], 'TaskOverride' => ['type' => 'structure', 'members' => ['containerOverrides' => ['shape' => 'ContainerOverrides'], 'cpu' => ['shape' => 'String'], 'inferenceAcceleratorOverrides' => ['shape' => 'InferenceAcceleratorOverrides'], 'executionRoleArn' => ['shape' => 'String'], 'memory' => ['shape' => 'String'], 'taskRoleArn' => ['shape' => 'String']]], 'TaskSet' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'taskSetArn' => ['shape' => 'String'], 'serviceArn' => ['shape' => 'String'], 'clusterArn' => ['shape' => 'String'], 'startedBy' => ['shape' => 'String'], 'externalId' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'taskDefinition' => ['shape' => 'String'], 'computedDesiredCount' => ['shape' => 'Integer'], 'pendingCount' => ['shape' => 'Integer'], 'runningCount' => ['shape' => 'Integer'], 'createdAt' => ['shape' => 'Timestamp'], 'updatedAt' => ['shape' => 'Timestamp'], 'launchType' => ['shape' => 'LaunchType'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'platformVersion' => ['shape' => 'String'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'loadBalancers' => ['shape' => 'LoadBalancers'], 'serviceRegistries' => ['shape' => 'ServiceRegistries'], 'scale' => ['shape' => 'Scale'], 'stabilityStatus' => ['shape' => 'StabilityStatus'], 'stabilityStatusAt' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'Tags']]], 'TaskSetField' => ['type' => 'string', 'enum' => ['TAGS']], 'TaskSetFieldList' => ['type' => 'list', 'member' => ['shape' => 'TaskSetField']], 'TaskSetNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TaskSets' => ['type' => 'list', 'member' => ['shape' => 'TaskSet']], 'TaskStopCode' => ['type' => 'string', 'enum' => ['TaskFailedToStart', 'EssentialContainerExited', 'UserInitiated']], 'Tasks' => ['type' => 'list', 'member' => ['shape' => 'Task']], 'Timestamp' => ['type' => 'timestamp'], 'Tmpfs' => ['type' => 'structure', 'required' => ['containerPath', 'size'], 'members' => ['containerPath' => ['shape' => 'String'], 'size' => ['shape' => 'Integer'], 'mountOptions' => ['shape' => 'StringList']]], 'TmpfsList' => ['type' => 'list', 'member' => ['shape' => 'Tmpfs']], 'TransportProtocol' => ['type' => 'string', 'enum' => ['tcp', 'udp']], 'Ulimit' => ['type' => 'structure', 'required' => ['name', 'softLimit', 'hardLimit'], 'members' => ['name' => ['shape' => 'UlimitName'], 'softLimit' => ['shape' => 'Integer'], 'hardLimit' => ['shape' => 'Integer']]], 'UlimitList' => ['type' => 'list', 'member' => ['shape' => 'Ulimit']], 'UlimitName' => ['type' => 'string', 'enum' => ['core', 'cpu', 'data', 'fsize', 'locks', 'memlock', 'msgqueue', 'nice', 'nofile', 'nproc', 'rss', 'rtprio', 'rttime', 'sigpending', 'stack']], 'UnsupportedFeatureException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String'], 'tagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateClusterSettingsRequest' => ['type' => 'structure', 'required' => ['cluster', 'settings'], 'members' => ['cluster' => ['shape' => 'String'], 'settings' => ['shape' => 'ClusterSettings']]], 'UpdateClusterSettingsResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'UpdateContainerAgentRequest' => ['type' => 'structure', 'required' => ['containerInstance'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstance' => ['shape' => 'String']]], 'UpdateContainerAgentResponse' => ['type' => 'structure', 'members' => ['containerInstance' => ['shape' => 'ContainerInstance']]], 'UpdateContainerInstancesStateRequest' => ['type' => 'structure', 'required' => ['containerInstances', 'status'], 'members' => ['cluster' => ['shape' => 'String'], 'containerInstances' => ['shape' => 'StringList'], 'status' => ['shape' => 'ContainerInstanceStatus']]], 'UpdateContainerInstancesStateResponse' => ['type' => 'structure', 'members' => ['containerInstances' => ['shape' => 'ContainerInstances'], 'failures' => ['shape' => 'Failures']]], 'UpdateInProgressException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UpdateServicePrimaryTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'primaryTaskSet'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'primaryTaskSet' => ['shape' => 'String']]], 'UpdateServicePrimaryTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'UpdateServiceRequest' => ['type' => 'structure', 'required' => ['service'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'desiredCount' => ['shape' => 'BoxedInteger'], 'taskDefinition' => ['shape' => 'String'], 'capacityProviderStrategy' => ['shape' => 'CapacityProviderStrategy'], 'deploymentConfiguration' => ['shape' => 'DeploymentConfiguration'], 'networkConfiguration' => ['shape' => 'NetworkConfiguration'], 'placementConstraints' => ['shape' => 'PlacementConstraints'], 'placementStrategy' => ['shape' => 'PlacementStrategies'], 'platformVersion' => ['shape' => 'String'], 'forceNewDeployment' => ['shape' => 'Boolean'], 'healthCheckGracePeriodSeconds' => ['shape' => 'BoxedInteger']]], 'UpdateServiceResponse' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'Service']]], 'UpdateTaskSetRequest' => ['type' => 'structure', 'required' => ['cluster', 'service', 'taskSet', 'scale'], 'members' => ['cluster' => ['shape' => 'String'], 'service' => ['shape' => 'String'], 'taskSet' => ['shape' => 'String'], 'scale' => ['shape' => 'Scale']]], 'UpdateTaskSetResponse' => ['type' => 'structure', 'members' => ['taskSet' => ['shape' => 'TaskSet']]], 'VersionInfo' => ['type' => 'structure', 'members' => ['agentVersion' => ['shape' => 'String'], 'agentHash' => ['shape' => 'String'], 'dockerVersion' => ['shape' => 'String']]], 'Volume' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'host' => ['shape' => 'HostVolumeProperties'], 'dockerVolumeConfiguration' => ['shape' => 'DockerVolumeConfiguration'], 'efsVolumeConfiguration' => ['shape' => 'EFSVolumeConfiguration']]], 'VolumeFrom' => ['type' => 'structure', 'members' => ['sourceContainer' => ['shape' => 'String'], 'readOnly' => ['shape' => 'BoxedBoolean']]], 'VolumeFromList' => ['type' => 'list', 'member' => ['shape' => 'VolumeFrom']], 'VolumeList' => ['type' => 'list', 'member' => ['shape' => 'Volume']]]]; diff --git a/vendor/Aws3/Aws/data/eks/2017-11-01/api-2.json.php b/vendor/Aws3/Aws/data/eks/2017-11-01/api-2.json.php index c952546b..c73088c5 100644 --- a/vendor/Aws3/Aws/data/eks/2017-11-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/eks/2017-11-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-11-01', 'endpointPrefix' => 'eks', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon EKS', 'serviceFullName' => 'Amazon Elastic Kubernetes Service', 'serviceId' => 'EKS', 'signatureVersion' => 'v4', 'signingName' => 'eks', 'uid' => 'eks-2017-11-01'], 'operations' => ['CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/clusters'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedAvailabilityZoneException']]], 'CreateFargateProfile' => ['name' => 'CreateFargateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/fargate-profiles'], 'input' => ['shape' => 'CreateFargateProfileRequest'], 'output' => ['shape' => 'CreateFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedAvailabilityZoneException']]], 'CreateNodegroup' => ['name' => 'CreateNodegroup', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups'], 'input' => ['shape' => 'CreateNodegroupRequest'], 'output' => ['shape' => 'CreateNodegroupResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}'], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteFargateProfile' => ['name' => 'DeleteFargateProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}/fargate-profiles/{fargateProfileName}'], 'input' => ['shape' => 'DeleteFargateProfileRequest'], 'output' => ['shape' => 'DeleteFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteNodegroup' => ['name' => 'DeleteNodegroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}'], 'input' => ['shape' => 'DeleteNodegroupRequest'], 'output' => ['shape' => 'DeleteNodegroupResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}'], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeFargateProfile' => ['name' => 'DescribeFargateProfile', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/fargate-profiles/{fargateProfileName}'], 'input' => ['shape' => 'DescribeFargateProfileRequest'], 'output' => ['shape' => 'DescribeFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeNodegroup' => ['name' => 'DescribeNodegroup', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}'], 'input' => ['shape' => 'DescribeNodegroupRequest'], 'output' => ['shape' => 'DescribeNodegroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeUpdate' => ['name' => 'DescribeUpdate', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/updates/{updateId}'], 'input' => ['shape' => 'DescribeUpdateRequest'], 'output' => ['shape' => 'DescribeUpdateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'GET', 'requestUri' => '/clusters'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'ListFargateProfiles' => ['name' => 'ListFargateProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/fargate-profiles'], 'input' => ['shape' => 'ListFargateProfilesRequest'], 'output' => ['shape' => 'ListFargateProfilesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException']]], 'ListNodegroups' => ['name' => 'ListNodegroups', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/node-groups'], 'input' => ['shape' => 'ListNodegroupsRequest'], 'output' => ['shape' => 'ListNodegroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'ListUpdates' => ['name' => 'ListUpdates', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/updates'], 'input' => ['shape' => 'ListUpdatesRequest'], 'output' => ['shape' => 'ListUpdatesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateClusterConfig' => ['name' => 'UpdateClusterConfig', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/update-config'], 'input' => ['shape' => 'UpdateClusterConfigRequest'], 'output' => ['shape' => 'UpdateClusterConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateClusterVersion' => ['name' => 'UpdateClusterVersion', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/updates'], 'input' => ['shape' => 'UpdateClusterVersionRequest'], 'output' => ['shape' => 'UpdateClusterVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateNodegroupConfig' => ['name' => 'UpdateNodegroupConfig', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}/update-config'], 'input' => ['shape' => 'UpdateNodegroupConfigRequest'], 'output' => ['shape' => 'UpdateNodegroupConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateNodegroupVersion' => ['name' => 'UpdateNodegroupVersion', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}/update-version'], 'input' => ['shape' => 'UpdateNodegroupVersionRequest'], 'output' => ['shape' => 'UpdateNodegroupVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AMITypes' => ['type' => 'string', 'enum' => ['AL2_x86_64', 'AL2_x86_64_GPU']], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String']]], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean', 'box' => \true], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'Capacity' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'Certificate' => ['type' => 'structure', 'members' => ['data' => ['shape' => 'String']]], 'ClientException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Cluster' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'arn' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'String'], 'endpoint' => ['shape' => 'String'], 'roleArn' => ['shape' => 'String'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigResponse'], 'logging' => ['shape' => 'Logging'], 'identity' => ['shape' => 'Identity'], 'status' => ['shape' => 'ClusterStatus'], 'certificateAuthority' => ['shape' => 'Certificate'], 'clientRequestToken' => ['shape' => 'String'], 'platformVersion' => ['shape' => 'String'], 'tags' => ['shape' => 'TagMap'], 'encryptionConfig' => ['shape' => 'EncryptionConfigList']]], 'ClusterName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[0-9A-Za-z][A-Za-z0-9\\-_]*'], 'ClusterStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'FAILED', 'UPDATING']], 'CreateClusterRequest' => ['type' => 'structure', 'required' => ['name', 'roleArn', 'resourcesVpcConfig'], 'members' => ['name' => ['shape' => 'ClusterName'], 'version' => ['shape' => 'String'], 'roleArn' => ['shape' => 'String'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigRequest'], 'logging' => ['shape' => 'Logging'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap'], 'encryptionConfig' => ['shape' => 'EncryptionConfigList']]], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'CreateFargateProfileRequest' => ['type' => 'structure', 'required' => ['fargateProfileName', 'clusterName', 'podExecutionRoleArn'], 'members' => ['fargateProfileName' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'podExecutionRoleArn' => ['shape' => 'String'], 'subnets' => ['shape' => 'StringList'], 'selectors' => ['shape' => 'FargateProfileSelectors'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'CreateNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName', 'subnets', 'nodeRole'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'diskSize' => ['shape' => 'BoxedInteger'], 'subnets' => ['shape' => 'StringList'], 'instanceTypes' => ['shape' => 'StringList'], 'amiType' => ['shape' => 'AMITypes'], 'remoteAccess' => ['shape' => 'RemoteAccessConfig'], 'nodeRole' => ['shape' => 'String'], 'labels' => ['shape' => 'labelsMap'], 'tags' => ['shape' => 'TagMap'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String']]], 'CreateNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DeleteClusterRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DeleteFargateProfileRequest' => ['type' => 'structure', 'required' => ['clusterName', 'fargateProfileName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'fargateProfileName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'fargateProfileName']]], 'DeleteFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'DeleteNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName']]], 'DeleteNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DescribeClusterRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name']]], 'DescribeClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DescribeFargateProfileRequest' => ['type' => 'structure', 'required' => ['clusterName', 'fargateProfileName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'fargateProfileName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'fargateProfileName']]], 'DescribeFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'DescribeNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName']]], 'DescribeNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DescribeUpdateRequest' => ['type' => 'structure', 'required' => ['name', 'updateId'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'updateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'updateId'], 'nodegroupName' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nodegroupName']]], 'DescribeUpdateResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'EncryptionConfig' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'StringList'], 'provider' => ['shape' => 'Provider']]], 'EncryptionConfigList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionConfig'], 'max' => 1], 'ErrorCode' => ['type' => 'string', 'enum' => ['SubnetNotFound', 'SecurityGroupNotFound', 'EniLimitReached', 'IpNotAvailable', 'AccessDenied', 'OperationNotPermitted', 'VpcIdNotFound', 'Unknown', 'NodeCreationFailure', 'PodEvictionFailure', 'InsufficientFreeAddresses']], 'ErrorDetail' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'String'], 'resourceIds' => ['shape' => 'StringList']]], 'ErrorDetails' => ['type' => 'list', 'member' => ['shape' => 'ErrorDetail']], 'FargateProfile' => ['type' => 'structure', 'members' => ['fargateProfileName' => ['shape' => 'String'], 'fargateProfileArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'podExecutionRoleArn' => ['shape' => 'String'], 'subnets' => ['shape' => 'StringList'], 'selectors' => ['shape' => 'FargateProfileSelectors'], 'status' => ['shape' => 'FargateProfileStatus'], 'tags' => ['shape' => 'TagMap']]], 'FargateProfileLabel' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'FargateProfileSelector' => ['type' => 'structure', 'members' => ['namespace' => ['shape' => 'String'], 'labels' => ['shape' => 'FargateProfileLabel']]], 'FargateProfileSelectors' => ['type' => 'list', 'member' => ['shape' => 'FargateProfileSelector']], 'FargateProfileStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'CREATE_FAILED', 'DELETE_FAILED']], 'FargateProfilesRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'Identity' => ['type' => 'structure', 'members' => ['oidc' => ['shape' => 'OIDC']]], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'fargateProfileName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Issue' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'NodegroupIssueCode'], 'message' => ['shape' => 'String'], 'resourceIds' => ['shape' => 'StringList']]], 'IssueList' => ['type' => 'list', 'member' => ['shape' => 'Issue']], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'ListClustersRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListClustersRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListFargateProfilesRequest' => ['type' => 'structure', 'required' => ['clusterName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'maxResults' => ['shape' => 'FargateProfilesRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFargateProfilesResponse' => ['type' => 'structure', 'members' => ['fargateProfileNames' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListNodegroupsRequest' => ['type' => 'structure', 'required' => ['clusterName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'maxResults' => ['shape' => 'ListNodegroupsRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNodegroupsRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListNodegroupsResponse' => ['type' => 'structure', 'members' => ['nodegroups' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListUpdatesRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nodegroupName'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'ListUpdatesRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUpdatesRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListUpdatesResponse' => ['type' => 'structure', 'members' => ['updateIds' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'LogSetup' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'LogTypes'], 'enabled' => ['shape' => 'BoxedBoolean']]], 'LogSetups' => ['type' => 'list', 'member' => ['shape' => 'LogSetup']], 'LogType' => ['type' => 'string', 'enum' => ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler']], 'LogTypes' => ['type' => 'list', 'member' => ['shape' => 'LogType']], 'Logging' => ['type' => 'structure', 'members' => ['clusterLogging' => ['shape' => 'LogSetups']]], 'Nodegroup' => ['type' => 'structure', 'members' => ['nodegroupName' => ['shape' => 'String'], 'nodegroupArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'modifiedAt' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'NodegroupStatus'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'instanceTypes' => ['shape' => 'StringList'], 'subnets' => ['shape' => 'StringList'], 'remoteAccess' => ['shape' => 'RemoteAccessConfig'], 'amiType' => ['shape' => 'AMITypes'], 'nodeRole' => ['shape' => 'String'], 'labels' => ['shape' => 'labelsMap'], 'resources' => ['shape' => 'NodegroupResources'], 'diskSize' => ['shape' => 'BoxedInteger'], 'health' => ['shape' => 'NodegroupHealth'], 'tags' => ['shape' => 'TagMap']]], 'NodegroupHealth' => ['type' => 'structure', 'members' => ['issues' => ['shape' => 'IssueList']]], 'NodegroupIssueCode' => ['type' => 'string', 'enum' => ['AutoScalingGroupNotFound', 'AutoScalingGroupInvalidConfiguration', 'Ec2SecurityGroupNotFound', 'Ec2SecurityGroupDeletionFailure', 'Ec2LaunchTemplateNotFound', 'Ec2LaunchTemplateVersionMismatch', 'Ec2SubnetNotFound', 'IamInstanceProfileNotFound', 'IamNodeRoleNotFound', 'AsgInstanceLaunchFailures', 'InstanceLimitExceeded', 'InsufficientFreeAddresses', 'AccessDenied', 'InternalFailure']], 'NodegroupResources' => ['type' => 'structure', 'members' => ['autoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'remoteAccessSecurityGroup' => ['shape' => 'String']]], 'NodegroupScalingConfig' => ['type' => 'structure', 'members' => ['minSize' => ['shape' => 'Capacity'], 'maxSize' => ['shape' => 'Capacity'], 'desiredSize' => ['shape' => 'Capacity']]], 'NodegroupStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING', 'CREATE_FAILED', 'DELETE_FAILED', 'DEGRADED']], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OIDC' => ['type' => 'structure', 'members' => ['issuer' => ['shape' => 'String']]], 'Provider' => ['type' => 'structure', 'members' => ['keyArn' => ['shape' => 'String']]], 'RemoteAccessConfig' => ['type' => 'structure', 'members' => ['ec2SshKey' => ['shape' => 'String'], 'sourceSecurityGroups' => ['shape' => 'StringList']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'fargateProfileName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServerException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedAvailabilityZoneException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'validZones' => ['shape' => 'StringList']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'Update' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'status' => ['shape' => 'UpdateStatus'], 'type' => ['shape' => 'UpdateType'], 'params' => ['shape' => 'UpdateParams'], 'createdAt' => ['shape' => 'Timestamp'], 'errors' => ['shape' => 'ErrorDetails']]], 'UpdateClusterConfigRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigRequest'], 'logging' => ['shape' => 'Logging'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateClusterConfigResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateClusterVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'String'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateClusterVersionResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateLabelsPayload' => ['type' => 'structure', 'members' => ['addOrUpdateLabels' => ['shape' => 'labelsMap'], 'removeLabels' => ['shape' => 'labelsKeyList']]], 'UpdateNodegroupConfigRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName'], 'labels' => ['shape' => 'UpdateLabelsPayload'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateNodegroupConfigResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateNodegroupVersionRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName'], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String'], 'force' => ['shape' => 'Boolean'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateNodegroupVersionResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateParam' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'UpdateParamType'], 'value' => ['shape' => 'String']]], 'UpdateParamType' => ['type' => 'string', 'enum' => ['Version', 'PlatformVersion', 'EndpointPrivateAccess', 'EndpointPublicAccess', 'ClusterLogging', 'DesiredSize', 'LabelsToAdd', 'LabelsToRemove', 'MaxSize', 'MinSize', 'ReleaseVersion', 'PublicAccessCidrs']], 'UpdateParams' => ['type' => 'list', 'member' => ['shape' => 'UpdateParam']], 'UpdateStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Failed', 'Cancelled', 'Successful']], 'UpdateType' => ['type' => 'string', 'enum' => ['VersionUpdate', 'EndpointAccessUpdate', 'LoggingUpdate', 'ConfigUpdate']], 'VpcConfigRequest' => ['type' => 'structure', 'members' => ['subnetIds' => ['shape' => 'StringList'], 'securityGroupIds' => ['shape' => 'StringList'], 'endpointPublicAccess' => ['shape' => 'BoxedBoolean'], 'endpointPrivateAccess' => ['shape' => 'BoxedBoolean'], 'publicAccessCidrs' => ['shape' => 'StringList']]], 'VpcConfigResponse' => ['type' => 'structure', 'members' => ['subnetIds' => ['shape' => 'StringList'], 'securityGroupIds' => ['shape' => 'StringList'], 'clusterSecurityGroupId' => ['shape' => 'String'], 'vpcId' => ['shape' => 'String'], 'endpointPublicAccess' => ['shape' => 'Boolean'], 'endpointPrivateAccess' => ['shape' => 'Boolean'], 'publicAccessCidrs' => ['shape' => 'StringList']]], 'labelKey' => ['type' => 'string', 'max' => 63, 'min' => 1], 'labelValue' => ['type' => 'string', 'max' => 253, 'min' => 1], 'labelsKeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'labelsMap' => ['type' => 'map', 'key' => ['shape' => 'labelKey'], 'value' => ['shape' => 'labelValue']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-11-01', 'endpointPrefix' => 'eks', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon EKS', 'serviceFullName' => 'Amazon Elastic Kubernetes Service', 'serviceId' => 'EKS', 'signatureVersion' => 'v4', 'signingName' => 'eks', 'uid' => 'eks-2017-11-01'], 'operations' => ['CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/clusters'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedAvailabilityZoneException']]], 'CreateFargateProfile' => ['name' => 'CreateFargateProfile', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/fargate-profiles'], 'input' => ['shape' => 'CreateFargateProfileRequest'], 'output' => ['shape' => 'CreateFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'UnsupportedAvailabilityZoneException']]], 'CreateNodegroup' => ['name' => 'CreateNodegroup', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups'], 'input' => ['shape' => 'CreateNodegroupRequest'], 'output' => ['shape' => 'CreateNodegroupResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}'], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteFargateProfile' => ['name' => 'DeleteFargateProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}/fargate-profiles/{fargateProfileName}'], 'input' => ['shape' => 'DeleteFargateProfileRequest'], 'output' => ['shape' => 'DeleteFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteNodegroup' => ['name' => 'DeleteNodegroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}'], 'input' => ['shape' => 'DeleteNodegroupRequest'], 'output' => ['shape' => 'DeleteNodegroupResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}'], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeFargateProfile' => ['name' => 'DescribeFargateProfile', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/fargate-profiles/{fargateProfileName}'], 'input' => ['shape' => 'DescribeFargateProfileRequest'], 'output' => ['shape' => 'DescribeFargateProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeNodegroup' => ['name' => 'DescribeNodegroup', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}'], 'input' => ['shape' => 'DescribeNodegroupRequest'], 'output' => ['shape' => 'DescribeNodegroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeUpdate' => ['name' => 'DescribeUpdate', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/updates/{updateId}'], 'input' => ['shape' => 'DescribeUpdateRequest'], 'output' => ['shape' => 'DescribeUpdateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'GET', 'requestUri' => '/clusters'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException']]], 'ListFargateProfiles' => ['name' => 'ListFargateProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/fargate-profiles'], 'input' => ['shape' => 'ListFargateProfilesRequest'], 'output' => ['shape' => 'ListFargateProfilesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientException'], ['shape' => 'ServerException']]], 'ListNodegroups' => ['name' => 'ListNodegroups', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/node-groups'], 'input' => ['shape' => 'ListNodegroupsRequest'], 'output' => ['shape' => 'ListNodegroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'ListUpdates' => ['name' => 'ListUpdates', 'http' => ['method' => 'GET', 'requestUri' => '/clusters/{name}/updates'], 'input' => ['shape' => 'ListUpdatesRequest'], 'output' => ['shape' => 'ListUpdatesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'UpdateClusterConfig' => ['name' => 'UpdateClusterConfig', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/update-config'], 'input' => ['shape' => 'UpdateClusterConfigRequest'], 'output' => ['shape' => 'UpdateClusterConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateClusterVersion' => ['name' => 'UpdateClusterVersion', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/updates'], 'input' => ['shape' => 'UpdateClusterVersionRequest'], 'output' => ['shape' => 'UpdateClusterVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateNodegroupConfig' => ['name' => 'UpdateNodegroupConfig', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}/update-config'], 'input' => ['shape' => 'UpdateNodegroupConfigRequest'], 'output' => ['shape' => 'UpdateNodegroupConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]], 'UpdateNodegroupVersion' => ['name' => 'UpdateNodegroupVersion', 'http' => ['method' => 'POST', 'requestUri' => '/clusters/{name}/node-groups/{nodegroupName}/update-version'], 'input' => ['shape' => 'UpdateNodegroupVersionRequest'], 'output' => ['shape' => 'UpdateNodegroupVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ClientException'], ['shape' => 'ServerException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AMITypes' => ['type' => 'string', 'enum' => ['AL2_x86_64', 'AL2_x86_64_GPU', 'AL2_ARM_64']], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String']]], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean', 'box' => \true], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'Capacity' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'Certificate' => ['type' => 'structure', 'members' => ['data' => ['shape' => 'String']]], 'ClientException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Cluster' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'arn' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'String'], 'endpoint' => ['shape' => 'String'], 'roleArn' => ['shape' => 'String'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigResponse'], 'logging' => ['shape' => 'Logging'], 'identity' => ['shape' => 'Identity'], 'status' => ['shape' => 'ClusterStatus'], 'certificateAuthority' => ['shape' => 'Certificate'], 'clientRequestToken' => ['shape' => 'String'], 'platformVersion' => ['shape' => 'String'], 'tags' => ['shape' => 'TagMap'], 'encryptionConfig' => ['shape' => 'EncryptionConfigList']]], 'ClusterName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[0-9A-Za-z][A-Za-z0-9\\-_]*'], 'ClusterStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'FAILED', 'UPDATING']], 'CreateClusterRequest' => ['type' => 'structure', 'required' => ['name', 'roleArn', 'resourcesVpcConfig'], 'members' => ['name' => ['shape' => 'ClusterName'], 'version' => ['shape' => 'String'], 'roleArn' => ['shape' => 'String'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigRequest'], 'logging' => ['shape' => 'Logging'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap'], 'encryptionConfig' => ['shape' => 'EncryptionConfigList']]], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'CreateFargateProfileRequest' => ['type' => 'structure', 'required' => ['fargateProfileName', 'clusterName', 'podExecutionRoleArn'], 'members' => ['fargateProfileName' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'podExecutionRoleArn' => ['shape' => 'String'], 'subnets' => ['shape' => 'StringList'], 'selectors' => ['shape' => 'FargateProfileSelectors'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'CreateNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName', 'subnets', 'nodeRole'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'diskSize' => ['shape' => 'BoxedInteger'], 'subnets' => ['shape' => 'StringList'], 'instanceTypes' => ['shape' => 'StringList'], 'amiType' => ['shape' => 'AMITypes'], 'remoteAccess' => ['shape' => 'RemoteAccessConfig'], 'nodeRole' => ['shape' => 'String'], 'labels' => ['shape' => 'labelsMap'], 'tags' => ['shape' => 'TagMap'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true], 'launchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String']]], 'CreateNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DeleteClusterRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DeleteFargateProfileRequest' => ['type' => 'structure', 'required' => ['clusterName', 'fargateProfileName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'fargateProfileName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'fargateProfileName']]], 'DeleteFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'DeleteNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName']]], 'DeleteNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DescribeClusterRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name']]], 'DescribeClusterResponse' => ['type' => 'structure', 'members' => ['cluster' => ['shape' => 'Cluster']]], 'DescribeFargateProfileRequest' => ['type' => 'structure', 'required' => ['clusterName', 'fargateProfileName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'fargateProfileName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'fargateProfileName']]], 'DescribeFargateProfileResponse' => ['type' => 'structure', 'members' => ['fargateProfile' => ['shape' => 'FargateProfile']]], 'DescribeNodegroupRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName']]], 'DescribeNodegroupResponse' => ['type' => 'structure', 'members' => ['nodegroup' => ['shape' => 'Nodegroup']]], 'DescribeUpdateRequest' => ['type' => 'structure', 'required' => ['name', 'updateId'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'updateId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'updateId'], 'nodegroupName' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nodegroupName']]], 'DescribeUpdateResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'EncryptionConfig' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'StringList'], 'provider' => ['shape' => 'Provider']]], 'EncryptionConfigList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionConfig'], 'max' => 1], 'ErrorCode' => ['type' => 'string', 'enum' => ['SubnetNotFound', 'SecurityGroupNotFound', 'EniLimitReached', 'IpNotAvailable', 'AccessDenied', 'OperationNotPermitted', 'VpcIdNotFound', 'Unknown', 'NodeCreationFailure', 'PodEvictionFailure', 'InsufficientFreeAddresses']], 'ErrorDetail' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'ErrorCode'], 'errorMessage' => ['shape' => 'String'], 'resourceIds' => ['shape' => 'StringList']]], 'ErrorDetails' => ['type' => 'list', 'member' => ['shape' => 'ErrorDetail']], 'FargateProfile' => ['type' => 'structure', 'members' => ['fargateProfileName' => ['shape' => 'String'], 'fargateProfileArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'podExecutionRoleArn' => ['shape' => 'String'], 'subnets' => ['shape' => 'StringList'], 'selectors' => ['shape' => 'FargateProfileSelectors'], 'status' => ['shape' => 'FargateProfileStatus'], 'tags' => ['shape' => 'TagMap']]], 'FargateProfileLabel' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'FargateProfileSelector' => ['type' => 'structure', 'members' => ['namespace' => ['shape' => 'String'], 'labels' => ['shape' => 'FargateProfileLabel']]], 'FargateProfileSelectors' => ['type' => 'list', 'member' => ['shape' => 'FargateProfileSelector']], 'FargateProfileStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'CREATE_FAILED', 'DELETE_FAILED']], 'FargateProfilesRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'Identity' => ['type' => 'structure', 'members' => ['oidc' => ['shape' => 'OIDC']]], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'fargateProfileName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Issue' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'NodegroupIssueCode'], 'message' => ['shape' => 'String'], 'resourceIds' => ['shape' => 'StringList']]], 'IssueList' => ['type' => 'list', 'member' => ['shape' => 'Issue']], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'id' => ['shape' => 'String']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'ListClustersRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListClustersRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['clusters' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListFargateProfilesRequest' => ['type' => 'structure', 'required' => ['clusterName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'maxResults' => ['shape' => 'FargateProfilesRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFargateProfilesResponse' => ['type' => 'structure', 'members' => ['fargateProfileNames' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListNodegroupsRequest' => ['type' => 'structure', 'required' => ['clusterName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'maxResults' => ['shape' => 'ListNodegroupsRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNodegroupsRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListNodegroupsResponse' => ['type' => 'structure', 'members' => ['nodegroups' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListUpdatesRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nodegroupName'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'ListUpdatesRequestMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListUpdatesRequestMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ListUpdatesResponse' => ['type' => 'structure', 'members' => ['updateIds' => ['shape' => 'StringList'], 'nextToken' => ['shape' => 'String']]], 'LogSetup' => ['type' => 'structure', 'members' => ['types' => ['shape' => 'LogTypes'], 'enabled' => ['shape' => 'BoxedBoolean']]], 'LogSetups' => ['type' => 'list', 'member' => ['shape' => 'LogSetup']], 'LogType' => ['type' => 'string', 'enum' => ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler']], 'LogTypes' => ['type' => 'list', 'member' => ['shape' => 'LogType']], 'Logging' => ['type' => 'structure', 'members' => ['clusterLogging' => ['shape' => 'LogSetups']]], 'Nodegroup' => ['type' => 'structure', 'members' => ['nodegroupName' => ['shape' => 'String'], 'nodegroupArn' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String'], 'createdAt' => ['shape' => 'Timestamp'], 'modifiedAt' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'NodegroupStatus'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'instanceTypes' => ['shape' => 'StringList'], 'subnets' => ['shape' => 'StringList'], 'remoteAccess' => ['shape' => 'RemoteAccessConfig'], 'amiType' => ['shape' => 'AMITypes'], 'nodeRole' => ['shape' => 'String'], 'labels' => ['shape' => 'labelsMap'], 'resources' => ['shape' => 'NodegroupResources'], 'diskSize' => ['shape' => 'BoxedInteger'], 'health' => ['shape' => 'NodegroupHealth'], 'launchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'tags' => ['shape' => 'TagMap']]], 'NodegroupHealth' => ['type' => 'structure', 'members' => ['issues' => ['shape' => 'IssueList']]], 'NodegroupIssueCode' => ['type' => 'string', 'enum' => ['AutoScalingGroupNotFound', 'AutoScalingGroupInvalidConfiguration', 'Ec2SecurityGroupNotFound', 'Ec2SecurityGroupDeletionFailure', 'Ec2LaunchTemplateNotFound', 'Ec2LaunchTemplateVersionMismatch', 'Ec2SubnetNotFound', 'Ec2SubnetInvalidConfiguration', 'IamInstanceProfileNotFound', 'IamLimitExceeded', 'IamNodeRoleNotFound', 'NodeCreationFailure', 'AsgInstanceLaunchFailures', 'InstanceLimitExceeded', 'InsufficientFreeAddresses', 'AccessDenied', 'InternalFailure']], 'NodegroupResources' => ['type' => 'structure', 'members' => ['autoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'remoteAccessSecurityGroup' => ['shape' => 'String']]], 'NodegroupScalingConfig' => ['type' => 'structure', 'members' => ['minSize' => ['shape' => 'Capacity'], 'maxSize' => ['shape' => 'Capacity'], 'desiredSize' => ['shape' => 'Capacity']]], 'NodegroupStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING', 'CREATE_FAILED', 'DELETE_FAILED', 'DEGRADED']], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OIDC' => ['type' => 'structure', 'members' => ['issuer' => ['shape' => 'String']]], 'Provider' => ['type' => 'structure', 'members' => ['keyArn' => ['shape' => 'String']]], 'RemoteAccessConfig' => ['type' => 'structure', 'members' => ['ec2SshKey' => ['shape' => 'String'], 'sourceSecurityGroups' => ['shape' => 'StringList']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'fargateProfileName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServerException' => ['type' => 'structure', 'members' => ['clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedAvailabilityZoneException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'clusterName' => ['shape' => 'String'], 'nodegroupName' => ['shape' => 'String'], 'validZones' => ['shape' => 'StringList']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'Update' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'status' => ['shape' => 'UpdateStatus'], 'type' => ['shape' => 'UpdateType'], 'params' => ['shape' => 'UpdateParams'], 'createdAt' => ['shape' => 'Timestamp'], 'errors' => ['shape' => 'ErrorDetails']]], 'UpdateClusterConfigRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'resourcesVpcConfig' => ['shape' => 'VpcConfigRequest'], 'logging' => ['shape' => 'Logging'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateClusterConfigResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateClusterVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'String'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateClusterVersionResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateLabelsPayload' => ['type' => 'structure', 'members' => ['addOrUpdateLabels' => ['shape' => 'labelsMap'], 'removeLabels' => ['shape' => 'labelsKeyList']]], 'UpdateNodegroupConfigRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName'], 'labels' => ['shape' => 'UpdateLabelsPayload'], 'scalingConfig' => ['shape' => 'NodegroupScalingConfig'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateNodegroupConfigResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateNodegroupVersionRequest' => ['type' => 'structure', 'required' => ['clusterName', 'nodegroupName'], 'members' => ['clusterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'name'], 'nodegroupName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'nodegroupName'], 'version' => ['shape' => 'String'], 'releaseVersion' => ['shape' => 'String'], 'launchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'force' => ['shape' => 'Boolean'], 'clientRequestToken' => ['shape' => 'String', 'idempotencyToken' => \true]]], 'UpdateNodegroupVersionResponse' => ['type' => 'structure', 'members' => ['update' => ['shape' => 'Update']]], 'UpdateParam' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'UpdateParamType'], 'value' => ['shape' => 'String']]], 'UpdateParamType' => ['type' => 'string', 'enum' => ['Version', 'PlatformVersion', 'EndpointPrivateAccess', 'EndpointPublicAccess', 'ClusterLogging', 'DesiredSize', 'LabelsToAdd', 'LabelsToRemove', 'MaxSize', 'MinSize', 'ReleaseVersion', 'PublicAccessCidrs']], 'UpdateParams' => ['type' => 'list', 'member' => ['shape' => 'UpdateParam']], 'UpdateStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Failed', 'Cancelled', 'Successful']], 'UpdateType' => ['type' => 'string', 'enum' => ['VersionUpdate', 'EndpointAccessUpdate', 'LoggingUpdate', 'ConfigUpdate']], 'VpcConfigRequest' => ['type' => 'structure', 'members' => ['subnetIds' => ['shape' => 'StringList'], 'securityGroupIds' => ['shape' => 'StringList'], 'endpointPublicAccess' => ['shape' => 'BoxedBoolean'], 'endpointPrivateAccess' => ['shape' => 'BoxedBoolean'], 'publicAccessCidrs' => ['shape' => 'StringList']]], 'VpcConfigResponse' => ['type' => 'structure', 'members' => ['subnetIds' => ['shape' => 'StringList'], 'securityGroupIds' => ['shape' => 'StringList'], 'clusterSecurityGroupId' => ['shape' => 'String'], 'vpcId' => ['shape' => 'String'], 'endpointPublicAccess' => ['shape' => 'Boolean'], 'endpointPrivateAccess' => ['shape' => 'Boolean'], 'publicAccessCidrs' => ['shape' => 'StringList']]], 'labelKey' => ['type' => 'string', 'max' => 63, 'min' => 1], 'labelValue' => ['type' => 'string', 'max' => 253, 'min' => 1], 'labelsKeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'labelsMap' => ['type' => 'map', 'key' => ['shape' => 'labelKey'], 'value' => ['shape' => 'labelValue']]]]; diff --git a/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/api-2.json.php b/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/api-2.json.php index f1dc2093..d7aa3eed 100644 --- a/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'api.elastic-inference', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon Elastic Inference', 'serviceFullName' => 'Amazon Elastic Inference', 'serviceId' => 'Elastic Inference', 'signatureVersion' => 'v4', 'signingName' => 'elastic-inference', 'uid' => 'elastic-inference-2017-07-25'], 'operations' => ['ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'String' => ['type' => 'string'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResult' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResult' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-07-25', 'endpointPrefix' => 'api.elastic-inference', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon Elastic Inference', 'serviceFullName' => 'Amazon Elastic Inference', 'serviceId' => 'Elastic Inference', 'signatureVersion' => 'v4', 'signingName' => 'elastic-inference', 'uid' => 'elastic-inference-2017-07-25'], 'operations' => ['DescribeAcceleratorOfferings' => ['name' => 'DescribeAcceleratorOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/describe-accelerator-offerings'], 'input' => ['shape' => 'DescribeAcceleratorOfferingsRequest'], 'output' => ['shape' => 'DescribeAcceleratorOfferingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'DescribeAcceleratorTypes' => ['name' => 'DescribeAcceleratorTypes', 'http' => ['method' => 'GET', 'requestUri' => '/describe-accelerator-types'], 'input' => ['shape' => 'DescribeAcceleratorTypesRequest'], 'output' => ['shape' => 'DescribeAcceleratorTypesResponse'], 'errors' => [['shape' => 'InternalServerException']]], 'DescribeAccelerators' => ['name' => 'DescribeAccelerators', 'http' => ['method' => 'POST', 'requestUri' => '/describe-accelerators'], 'input' => ['shape' => 'DescribeAcceleratorsRequest'], 'output' => ['shape' => 'DescribeAcceleratorsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AcceleratorHealthStatus' => ['type' => 'string', 'max' => 256, 'min' => 1], 'AcceleratorId' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^eia-[0-9a-f]+$'], 'AcceleratorIdList' => ['type' => 'list', 'member' => ['shape' => 'AcceleratorId'], 'max' => 1000, 'min' => 0], 'AcceleratorType' => ['type' => 'structure', 'members' => ['acceleratorTypeName' => ['shape' => 'AcceleratorTypeName'], 'memoryInfo' => ['shape' => 'MemoryInfo'], 'throughputInfo' => ['shape' => 'ThroughputInfoList']]], 'AcceleratorTypeList' => ['type' => 'list', 'member' => ['shape' => 'AcceleratorType'], 'max' => 100, 'min' => 0], 'AcceleratorTypeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^\\S+$'], 'AcceleratorTypeNameList' => ['type' => 'list', 'member' => ['shape' => 'AcceleratorTypeName'], 'max' => 100, 'min' => 0], 'AcceleratorTypeOffering' => ['type' => 'structure', 'members' => ['acceleratorType' => ['shape' => 'AcceleratorTypeName'], 'locationType' => ['shape' => 'LocationType'], 'location' => ['shape' => 'Location']]], 'AcceleratorTypeOfferingList' => ['type' => 'list', 'member' => ['shape' => 'AcceleratorTypeOffering'], 'max' => 100, 'min' => 0], 'AvailabilityZone' => ['type' => 'string', 'max' => 256, 'min' => 1], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'DescribeAcceleratorOfferingsRequest' => ['type' => 'structure', 'required' => ['locationType'], 'members' => ['locationType' => ['shape' => 'LocationType'], 'acceleratorTypes' => ['shape' => 'AcceleratorTypeNameList']]], 'DescribeAcceleratorOfferingsResponse' => ['type' => 'structure', 'members' => ['acceleratorTypeOfferings' => ['shape' => 'AcceleratorTypeOfferingList']]], 'DescribeAcceleratorTypesRequest' => ['type' => 'structure', 'members' => []], 'DescribeAcceleratorTypesResponse' => ['type' => 'structure', 'members' => ['acceleratorTypes' => ['shape' => 'AcceleratorTypeList']]], 'DescribeAcceleratorsRequest' => ['type' => 'structure', 'members' => ['acceleratorIds' => ['shape' => 'AcceleratorIdList'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'MaxResults'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeAcceleratorsResponse' => ['type' => 'structure', 'members' => ['acceleratorSet' => ['shape' => 'ElasticInferenceAcceleratorSet'], 'nextToken' => ['shape' => 'NextToken']]], 'ElasticInferenceAccelerator' => ['type' => 'structure', 'members' => ['acceleratorHealth' => ['shape' => 'ElasticInferenceAcceleratorHealth'], 'acceleratorType' => ['shape' => 'AcceleratorTypeName'], 'acceleratorId' => ['shape' => 'AcceleratorId'], 'availabilityZone' => ['shape' => 'AvailabilityZone'], 'attachedResource' => ['shape' => 'ResourceArn']]], 'ElasticInferenceAcceleratorHealth' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'AcceleratorHealthStatus']]], 'ElasticInferenceAcceleratorSet' => ['type' => 'list', 'member' => ['shape' => 'ElasticInferenceAccelerator']], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FilterName'], 'values' => ['shape' => 'ValueStringList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 100, 'min' => 0], 'FilterName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^\\S+$'], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'Key' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^\\S+$'], 'KeyValuePair' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'Key'], 'value' => ['shape' => 'Value']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'Location' => ['type' => 'string', 'max' => 256, 'min' => 1], 'LocationType' => ['type' => 'string', 'enum' => ['region', 'availability-zone', 'availability-zone-id'], 'max' => 256, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'MemoryInfo' => ['type' => 'structure', 'members' => ['sizeInMiB' => ['shape' => 'Integer']]], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[A-Za-z0-9+/]+={0,2}$'], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '^arn:aws\\S*:elastic-inference:\\S+:\\d{12}:elastic-inference-accelerator/eia-[0-9a-f]+$'], 'ResourceArn' => ['type' => 'string', 'max' => 1283, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'String' => ['type' => 'string', 'max' => 500000, 'pattern' => '^.*$'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^\\S$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResult' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'ThroughputInfoList' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair'], 'max' => 100, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceARN', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResult' => ['type' => 'structure', 'members' => []], 'Value' => ['type' => 'integer'], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 100, 'min' => 0]]]; diff --git a/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php b/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php index 15b9ca6a..7c0dd525 100644 --- a/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['DescribeAccelerators' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'acceleratorSet']]]; diff --git a/vendor/Aws3/Aws/data/elasticache/2015-02-02/api-2.json.php b/vendor/Aws3/Aws/data/elasticache/2015-02-02/api-2.json.php index 355ab767..5f8a8dff 100644 --- a/vendor/Aws3/Aws/data/elasticache/2015-02-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/elasticache/2015-02-02/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-02-02', 'endpointPrefix' => 'elasticache', 'protocol' => 'query', 'serviceFullName' => 'Amazon ElastiCache', 'serviceId' => 'ElastiCache', 'signatureVersion' => 'v4', 'uid' => 'elasticache-2015-02-02', 'xmlNamespace' => 'http://elasticache.amazonaws.com/doc/2015-02-02/'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'AddTagsToResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'InvalidARNFault']]], 'AuthorizeCacheSecurityGroupIngress' => ['name' => 'AuthorizeCacheSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeCacheSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeCacheSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeCacheSecurityGroupIngressResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'BatchApplyUpdateAction' => ['name' => 'BatchApplyUpdateAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchApplyUpdateActionMessage'], 'output' => ['shape' => 'UpdateActionResultsMessage', 'resultWrapper' => 'BatchApplyUpdateActionResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'BatchStopUpdateAction' => ['name' => 'BatchStopUpdateAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchStopUpdateActionMessage'], 'output' => ['shape' => 'UpdateActionResultsMessage', 'resultWrapper' => 'BatchStopUpdateActionResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'CompleteMigration' => ['name' => 'CompleteMigration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteMigrationMessage'], 'output' => ['shape' => 'CompleteMigrationResponse', 'resultWrapper' => 'CompleteMigrationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'ReplicationGroupNotUnderMigrationFault']]], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotMessage'], 'output' => ['shape' => 'CopySnapshotResult', 'resultWrapper' => 'CopySnapshotResult'], 'errors' => [['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidSnapshotStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheCluster' => ['name' => 'CreateCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheClusterMessage'], 'output' => ['shape' => 'CreateCacheClusterResult', 'resultWrapper' => 'CreateCacheClusterResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'CacheClusterAlreadyExistsFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheParameterGroup' => ['name' => 'CreateCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheParameterGroupMessage'], 'output' => ['shape' => 'CreateCacheParameterGroupResult', 'resultWrapper' => 'CreateCacheParameterGroupResult'], 'errors' => [['shape' => 'CacheParameterGroupQuotaExceededFault'], ['shape' => 'CacheParameterGroupAlreadyExistsFault'], ['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheSecurityGroup' => ['name' => 'CreateCacheSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheSecurityGroupMessage'], 'output' => ['shape' => 'CreateCacheSecurityGroupResult', 'resultWrapper' => 'CreateCacheSecurityGroupResult'], 'errors' => [['shape' => 'CacheSecurityGroupAlreadyExistsFault'], ['shape' => 'CacheSecurityGroupQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheSubnetGroup' => ['name' => 'CreateCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheSubnetGroupMessage'], 'output' => ['shape' => 'CreateCacheSubnetGroupResult', 'resultWrapper' => 'CreateCacheSubnetGroupResult'], 'errors' => [['shape' => 'CacheSubnetGroupAlreadyExistsFault'], ['shape' => 'CacheSubnetGroupQuotaExceededFault'], ['shape' => 'CacheSubnetQuotaExceededFault'], ['shape' => 'InvalidSubnet']]], 'CreateGlobalReplicationGroup' => ['name' => 'CreateGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGlobalReplicationGroupMessage'], 'output' => ['shape' => 'CreateGlobalReplicationGroupResult', 'resultWrapper' => 'CreateGlobalReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'GlobalReplicationGroupAlreadyExistsFault'], ['shape' => 'ServiceLinkedRoleNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'CreateReplicationGroup' => ['name' => 'CreateReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationGroupMessage'], 'output' => ['shape' => 'CreateReplicationGroupResult', 'resultWrapper' => 'CreateReplicationGroupResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'ReplicationGroupAlreadyExistsFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotMessage'], 'output' => ['shape' => 'CreateSnapshotResult', 'resultWrapper' => 'CreateSnapshotResult'], 'errors' => [['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidParameterValueException']]], 'DecreaseNodeGroupsInGlobalReplicationGroup' => ['name' => 'DecreaseNodeGroupsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecreaseNodeGroupsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DecreaseNodeGroupsInGlobalReplicationGroupResult', 'resultWrapper' => 'DecreaseNodeGroupsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DecreaseReplicaCount' => ['name' => 'DecreaseReplicaCount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecreaseReplicaCountMessage'], 'output' => ['shape' => 'DecreaseReplicaCountResult', 'resultWrapper' => 'DecreaseReplicaCountResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'ServiceLinkedRoleNotFoundFault'], ['shape' => 'NoOperationFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheCluster' => ['name' => 'DeleteCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheClusterMessage'], 'output' => ['shape' => 'DeleteCacheClusterResult', 'resultWrapper' => 'DeleteCacheClusterResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheParameterGroup' => ['name' => 'DeleteCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheParameterGroupMessage'], 'errors' => [['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheSecurityGroup' => ['name' => 'DeleteCacheSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheSubnetGroup' => ['name' => 'DeleteCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheSubnetGroupMessage'], 'errors' => [['shape' => 'CacheSubnetGroupInUse'], ['shape' => 'CacheSubnetGroupNotFoundFault']]], 'DeleteGlobalReplicationGroup' => ['name' => 'DeleteGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DeleteGlobalReplicationGroupResult', 'resultWrapper' => 'DeleteGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'DeleteReplicationGroup' => ['name' => 'DeleteReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationGroupMessage'], 'output' => ['shape' => 'DeleteReplicationGroupResult', 'resultWrapper' => 'DeleteReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteSnapshot' => ['name' => 'DeleteSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotMessage'], 'output' => ['shape' => 'DeleteSnapshotResult', 'resultWrapper' => 'DeleteSnapshotResult'], 'errors' => [['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidSnapshotStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheClusters' => ['name' => 'DescribeCacheClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheClustersMessage'], 'output' => ['shape' => 'CacheClusterMessage', 'resultWrapper' => 'DescribeCacheClustersResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheEngineVersions' => ['name' => 'DescribeCacheEngineVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheEngineVersionsMessage'], 'output' => ['shape' => 'CacheEngineVersionMessage', 'resultWrapper' => 'DescribeCacheEngineVersionsResult']], 'DescribeCacheParameterGroups' => ['name' => 'DescribeCacheParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheParameterGroupsMessage'], 'output' => ['shape' => 'CacheParameterGroupsMessage', 'resultWrapper' => 'DescribeCacheParameterGroupsResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheParameters' => ['name' => 'DescribeCacheParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheParametersMessage'], 'output' => ['shape' => 'CacheParameterGroupDetails', 'resultWrapper' => 'DescribeCacheParametersResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheSecurityGroups' => ['name' => 'DescribeCacheSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheSecurityGroupsMessage'], 'output' => ['shape' => 'CacheSecurityGroupMessage', 'resultWrapper' => 'DescribeCacheSecurityGroupsResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheSubnetGroups' => ['name' => 'DescribeCacheSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheSubnetGroupsMessage'], 'output' => ['shape' => 'CacheSubnetGroupMessage', 'resultWrapper' => 'DescribeCacheSubnetGroupsResult'], 'errors' => [['shape' => 'CacheSubnetGroupNotFoundFault']]], 'DescribeEngineDefaultParameters' => ['name' => 'DescribeEngineDefaultParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultParametersResult', 'resultWrapper' => 'DescribeEngineDefaultParametersResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeGlobalReplicationGroups' => ['name' => 'DescribeGlobalReplicationGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGlobalReplicationGroupsMessage'], 'output' => ['shape' => 'DescribeGlobalReplicationGroupsResult', 'resultWrapper' => 'DescribeGlobalReplicationGroupsResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReplicationGroups' => ['name' => 'DescribeReplicationGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationGroupsMessage'], 'output' => ['shape' => 'ReplicationGroupMessage', 'resultWrapper' => 'DescribeReplicationGroupsResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReservedCacheNodes' => ['name' => 'DescribeReservedCacheNodes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedCacheNodesMessage'], 'output' => ['shape' => 'ReservedCacheNodeMessage', 'resultWrapper' => 'DescribeReservedCacheNodesResult'], 'errors' => [['shape' => 'ReservedCacheNodeNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReservedCacheNodesOfferings' => ['name' => 'DescribeReservedCacheNodesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedCacheNodesOfferingsMessage'], 'output' => ['shape' => 'ReservedCacheNodesOfferingMessage', 'resultWrapper' => 'DescribeReservedCacheNodesOfferingsResult'], 'errors' => [['shape' => 'ReservedCacheNodesOfferingNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeServiceUpdates' => ['name' => 'DescribeServiceUpdates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceUpdatesMessage'], 'output' => ['shape' => 'ServiceUpdatesMessage', 'resultWrapper' => 'DescribeServiceUpdatesResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeSnapshots' => ['name' => 'DescribeSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotsMessage'], 'output' => ['shape' => 'DescribeSnapshotsListMessage', 'resultWrapper' => 'DescribeSnapshotsResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeUpdateActions' => ['name' => 'DescribeUpdateActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUpdateActionsMessage'], 'output' => ['shape' => 'UpdateActionsMessage', 'resultWrapper' => 'DescribeUpdateActionsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DisassociateGlobalReplicationGroup' => ['name' => 'DisassociateGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DisassociateGlobalReplicationGroupResult', 'resultWrapper' => 'DisassociateGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'FailoverGlobalReplicationGroup' => ['name' => 'FailoverGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FailoverGlobalReplicationGroupMessage'], 'output' => ['shape' => 'FailoverGlobalReplicationGroupResult', 'resultWrapper' => 'FailoverGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'IncreaseNodeGroupsInGlobalReplicationGroup' => ['name' => 'IncreaseNodeGroupsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IncreaseNodeGroupsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'IncreaseNodeGroupsInGlobalReplicationGroupResult', 'resultWrapper' => 'IncreaseNodeGroupsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'IncreaseReplicaCount' => ['name' => 'IncreaseReplicaCount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IncreaseReplicaCountMessage'], 'output' => ['shape' => 'IncreaseReplicaCountResult', 'resultWrapper' => 'IncreaseReplicaCountResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'NoOperationFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ListAllowedNodeTypeModifications' => ['name' => 'ListAllowedNodeTypeModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAllowedNodeTypeModificationsMessage'], 'output' => ['shape' => 'AllowedNodeTypeModificationsMessage', 'resultWrapper' => 'ListAllowedNodeTypeModificationsResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidParameterValueException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidARNFault']]], 'ModifyCacheCluster' => ['name' => 'ModifyCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheClusterMessage'], 'output' => ['shape' => 'ModifyCacheClusterResult', 'resultWrapper' => 'ModifyCacheClusterResult'], 'errors' => [['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ModifyCacheParameterGroup' => ['name' => 'ModifyCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheParameterGroupMessage'], 'output' => ['shape' => 'CacheParameterGroupNameMessage', 'resultWrapper' => 'ModifyCacheParameterGroupResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidGlobalReplicationGroupStateFault']]], 'ModifyCacheSubnetGroup' => ['name' => 'ModifyCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheSubnetGroupMessage'], 'output' => ['shape' => 'ModifyCacheSubnetGroupResult', 'resultWrapper' => 'ModifyCacheSubnetGroupResult'], 'errors' => [['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'CacheSubnetQuotaExceededFault'], ['shape' => 'SubnetInUse'], ['shape' => 'InvalidSubnet']]], 'ModifyGlobalReplicationGroup' => ['name' => 'ModifyGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyGlobalReplicationGroupMessage'], 'output' => ['shape' => 'ModifyGlobalReplicationGroupResult', 'resultWrapper' => 'ModifyGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'ModifyReplicationGroup' => ['name' => 'ModifyReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationGroupMessage'], 'output' => ['shape' => 'ModifyReplicationGroupResult', 'resultWrapper' => 'ModifyReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ModifyReplicationGroupShardConfiguration' => ['name' => 'ModifyReplicationGroupShardConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationGroupShardConfigurationMessage'], 'output' => ['shape' => 'ModifyReplicationGroupShardConfigurationResult', 'resultWrapper' => 'ModifyReplicationGroupShardConfigurationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'PurchaseReservedCacheNodesOffering' => ['name' => 'PurchaseReservedCacheNodesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedCacheNodesOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedCacheNodesOfferingResult', 'resultWrapper' => 'PurchaseReservedCacheNodesOfferingResult'], 'errors' => [['shape' => 'ReservedCacheNodesOfferingNotFoundFault'], ['shape' => 'ReservedCacheNodeAlreadyExistsFault'], ['shape' => 'ReservedCacheNodeQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'RebalanceSlotsInGlobalReplicationGroup' => ['name' => 'RebalanceSlotsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebalanceSlotsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'RebalanceSlotsInGlobalReplicationGroupResult', 'resultWrapper' => 'RebalanceSlotsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'RebootCacheCluster' => ['name' => 'RebootCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootCacheClusterMessage'], 'output' => ['shape' => 'RebootCacheClusterResult', 'resultWrapper' => 'RebootCacheClusterResult'], 'errors' => [['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'CacheClusterNotFoundFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'RemoveTagsFromResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidARNFault'], ['shape' => 'TagNotFoundFault']]], 'ResetCacheParameterGroup' => ['name' => 'ResetCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetCacheParameterGroupMessage'], 'output' => ['shape' => 'CacheParameterGroupNameMessage', 'resultWrapper' => 'ResetCacheParameterGroupResult'], 'errors' => [['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidGlobalReplicationGroupStateFault']]], 'RevokeCacheSecurityGroupIngress' => ['name' => 'RevokeCacheSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeCacheSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeCacheSecurityGroupIngressResult', 'resultWrapper' => 'RevokeCacheSecurityGroupIngressResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'StartMigration' => ['name' => 'StartMigration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMigrationMessage'], 'output' => ['shape' => 'StartMigrationResponse', 'resultWrapper' => 'StartMigrationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'ReplicationGroupAlreadyUnderMigrationFault'], ['shape' => 'InvalidParameterValueException']]], 'TestFailover' => ['name' => 'TestFailover', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestFailoverMessage'], 'output' => ['shape' => 'TestFailoverResult', 'resultWrapper' => 'TestFailoverResult'], 'errors' => [['shape' => 'APICallRateForCustomerExceededFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'NodeGroupNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'TestFailoverNotAvailableFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]]], 'shapes' => ['APICallRateForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'APICallRateForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AZMode' => ['type' => 'string', 'enum' => ['single-az', 'cross-az']], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'AllowedNodeGroupId' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '\\d+'], 'AllowedNodeTypeModificationsMessage' => ['type' => 'structure', 'members' => ['ScaleUpModifications' => ['shape' => 'NodeTypeList'], 'ScaleDownModifications' => ['shape' => 'NodeTypeList']]], 'AuthTokenUpdateStatus' => ['type' => 'string', 'enum' => ['SETTING', 'ROTATING']], 'AuthTokenUpdateStrategyType' => ['type' => 'string', 'enum' => ['SET', 'ROTATE']], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizeCacheSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'EC2SecurityGroupName', 'EC2SecurityGroupOwnerId'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeCacheSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'AutomaticFailoverStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled', 'enabling', 'disabling']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'AvailabilityZonesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AwsQueryErrorMessage' => ['type' => 'string'], 'BatchApplyUpdateActionMessage' => ['type' => 'structure', 'required' => ['ServiceUpdateName'], 'members' => ['ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'ServiceUpdateName' => ['shape' => 'String']]], 'BatchStopUpdateActionMessage' => ['type' => 'structure', 'required' => ['ServiceUpdateName'], 'members' => ['ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'ServiceUpdateName' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'CacheCluster' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ConfigurationEndpoint' => ['shape' => 'Endpoint'], 'ClientDownloadLandingPage' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheClusterStatus' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CacheClusterCreateTime' => ['shape' => 'TStamp'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration'], 'CacheSecurityGroups' => ['shape' => 'CacheSecurityGroupMembershipList'], 'CacheParameterGroup' => ['shape' => 'CacheParameterGroupStatus'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheNodes' => ['shape' => 'CacheNodeList'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'SecurityGroups' => ['shape' => 'SecurityGroupMembershipList'], 'ReplicationGroupId' => ['shape' => 'String'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'AuthTokenLastModifiedDate' => ['shape' => 'TStamp'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional']], 'wrapper' => \true], 'CacheClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheClusterAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheClusterIdList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20], 'CacheClusterList' => ['type' => 'list', 'member' => ['shape' => 'CacheCluster', 'locationName' => 'CacheCluster']], 'CacheClusterMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheClusters' => ['shape' => 'CacheClusterList']]], 'CacheClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheClusterNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheEngineVersion' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'CacheEngineDescription' => ['shape' => 'String'], 'CacheEngineVersionDescription' => ['shape' => 'String']]], 'CacheEngineVersionList' => ['type' => 'list', 'member' => ['shape' => 'CacheEngineVersion', 'locationName' => 'CacheEngineVersion']], 'CacheEngineVersionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheEngineVersions' => ['shape' => 'CacheEngineVersionList']]], 'CacheNode' => ['type' => 'structure', 'members' => ['CacheNodeId' => ['shape' => 'String'], 'CacheNodeStatus' => ['shape' => 'String'], 'CacheNodeCreateTime' => ['shape' => 'TStamp'], 'Endpoint' => ['shape' => 'Endpoint'], 'ParameterGroupStatus' => ['shape' => 'String'], 'SourceCacheNodeId' => ['shape' => 'String'], 'CustomerAvailabilityZone' => ['shape' => 'String']]], 'CacheNodeIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'CacheNodeId']], 'CacheNodeList' => ['type' => 'list', 'member' => ['shape' => 'CacheNode', 'locationName' => 'CacheNode']], 'CacheNodeTypeSpecificParameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'CacheNodeTypeSpecificValues' => ['shape' => 'CacheNodeTypeSpecificValueList'], 'ChangeType' => ['shape' => 'ChangeType']]], 'CacheNodeTypeSpecificParametersList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeTypeSpecificParameter', 'locationName' => 'CacheNodeTypeSpecificParameter']], 'CacheNodeTypeSpecificValue' => ['type' => 'structure', 'members' => ['CacheNodeType' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CacheNodeTypeSpecificValueList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeTypeSpecificValue', 'locationName' => 'CacheNodeTypeSpecificValue']], 'CacheNodeUpdateStatus' => ['type' => 'structure', 'members' => ['CacheNodeId' => ['shape' => 'String'], 'NodeUpdateStatus' => ['shape' => 'NodeUpdateStatus'], 'NodeDeletionDate' => ['shape' => 'TStamp'], 'NodeUpdateStartDate' => ['shape' => 'TStamp'], 'NodeUpdateEndDate' => ['shape' => 'TStamp'], 'NodeUpdateInitiatedBy' => ['shape' => 'NodeUpdateInitiatedBy'], 'NodeUpdateInitiatedDate' => ['shape' => 'TStamp'], 'NodeUpdateStatusModifiedDate' => ['shape' => 'TStamp']]], 'CacheNodeUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeUpdateStatus', 'locationName' => 'CacheNodeUpdateStatus']], 'CacheParameterGroup' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'IsGlobal' => ['shape' => 'Boolean']], 'wrapper' => \true], 'CacheParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupDetails' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList'], 'CacheNodeTypeSpecificParameters' => ['shape' => 'CacheNodeTypeSpecificParametersList']]], 'CacheParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'CacheParameterGroup', 'locationName' => 'CacheParameterGroup']], 'CacheParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String']]], 'CacheParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupStatus' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'CacheNodeIdsToReboot' => ['shape' => 'CacheNodeIdsList']]], 'CacheParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheParameterGroups' => ['shape' => 'CacheParameterGroupList']]], 'CacheSecurityGroup' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String'], 'CacheSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList']], 'wrapper' => \true], 'CacheSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroupMembership' => ['type' => 'structure', 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'CacheSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'CacheSecurityGroupMembership', 'locationName' => 'CacheSecurityGroup']], 'CacheSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheSecurityGroups' => ['shape' => 'CacheSecurityGroups']]], 'CacheSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'CacheSecurityGroupName']], 'CacheSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.CacheSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'CacheSecurityGroup', 'locationName' => 'CacheSecurityGroup']], 'CacheSubnetGroup' => ['type' => 'structure', 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList']], 'wrapper' => \true], 'CacheSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheSubnetGroups' => ['shape' => 'CacheSubnetGroups']]], 'CacheSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'CacheSubnetGroup', 'locationName' => 'CacheSubnetGroup']], 'CacheSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ChangeType' => ['type' => 'string', 'enum' => ['immediate', 'requires-reboot']], 'ClusterIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ClusterId']], 'ClusterQuotaForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterQuotaForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CompleteMigrationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'Force' => ['shape' => 'Boolean']]], 'CompleteMigrationResponse' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'ConfigureShard' => ['type' => 'structure', 'required' => ['NodeGroupId', 'NewReplicaCount'], 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'NewReplicaCount' => ['shape' => 'Integer'], 'PreferredAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList']]], 'CopySnapshotMessage' => ['type' => 'structure', 'required' => ['SourceSnapshotName', 'TargetSnapshotName'], 'members' => ['SourceSnapshotName' => ['shape' => 'String'], 'TargetSnapshotName' => ['shape' => 'String'], 'TargetBucket' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CreateCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'AZMode' => ['shape' => 'AZMode'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'PreferredAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'Tags' => ['shape' => 'TagList'], 'SnapshotArns' => ['shape' => 'SnapshotArnsList'], 'SnapshotName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'NotificationTopicArn' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String']]], 'CreateCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'CreateCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName', 'CacheParameterGroupFamily', 'Description'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'CreateCacheParameterGroupResult' => ['type' => 'structure', 'members' => ['CacheParameterGroup' => ['shape' => 'CacheParameterGroup']]], 'CreateCacheSecurityGroupMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'Description'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'CreateCacheSecurityGroupResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'CreateCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName', 'CacheSubnetGroupDescription', 'SubnetIds'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'CreateCacheSubnetGroupResult' => ['type' => 'structure', 'members' => ['CacheSubnetGroup' => ['shape' => 'CacheSubnetGroup']]], 'CreateGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupIdSuffix', 'PrimaryReplicationGroupId'], 'members' => ['GlobalReplicationGroupIdSuffix' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'PrimaryReplicationGroupId' => ['shape' => 'String']]], 'CreateGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'CreateReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ReplicationGroupDescription'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'GlobalReplicationGroupId' => ['shape' => 'String'], 'PrimaryClusterId' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional'], 'NumCacheClusters' => ['shape' => 'IntegerOptional'], 'PreferredCacheClusterAZs' => ['shape' => 'AvailabilityZonesList'], 'NumNodeGroups' => ['shape' => 'IntegerOptional'], 'ReplicasPerNodeGroup' => ['shape' => 'IntegerOptional'], 'NodeGroupConfiguration' => ['shape' => 'NodeGroupConfigurationList'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'Tags' => ['shape' => 'TagList'], 'SnapshotArns' => ['shape' => 'SnapshotArnsList'], 'SnapshotName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'NotificationTopicArn' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String']]], 'CreateReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'CreateSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotName'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'CreateSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CustomerNodeEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional']]], 'CustomerNodeEndpointList' => ['type' => 'list', 'member' => ['shape' => 'CustomerNodeEndpoint']], 'DecreaseNodeGroupsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'GlobalNodeGroupsToRemove' => ['shape' => 'GlobalNodeGroupIdList'], 'GlobalNodeGroupsToRetain' => ['shape' => 'GlobalNodeGroupIdList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'DecreaseNodeGroupsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'DecreaseReplicaCountMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NewReplicaCount' => ['shape' => 'IntegerOptional'], 'ReplicaConfiguration' => ['shape' => 'ReplicaConfigurationList'], 'ReplicasToRemove' => ['shape' => 'RemoveReplicasList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'DecreaseReplicaCountResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'DeleteCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'FinalSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'DeleteCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String']]], 'DeleteCacheSecurityGroupMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String']]], 'DeleteCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String']]], 'DeleteGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'RetainPrimaryReplicationGroup'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'RetainPrimaryReplicationGroup' => ['shape' => 'Boolean']]], 'DeleteGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'DeleteReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'RetainPrimaryCluster' => ['shape' => 'BooleanOptional'], 'FinalSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'DeleteSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotName'], 'members' => ['SnapshotName' => ['shape' => 'String']]], 'DeleteSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'DescribeCacheClustersMessage' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'ShowCacheNodeInfo' => ['shape' => 'BooleanOptional'], 'ShowCacheClustersNotInReplicationGroups' => ['shape' => 'BooleanOptional']]], 'DescribeCacheEngineVersionsMessage' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'DefaultOnly' => ['shape' => 'Boolean']]], 'DescribeCacheParameterGroupsMessage' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheParametersMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupFamily'], 'members' => ['CacheParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeGlobalReplicationGroupsMessage' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'ShowMemberInfo' => ['shape' => 'BooleanOptional']]], 'DescribeGlobalReplicationGroupsResult' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'GlobalReplicationGroups' => ['shape' => 'GlobalReplicationGroupList']]], 'DescribeReplicationGroupsMessage' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedCacheNodesMessage' => ['type' => 'structure', 'members' => ['ReservedCacheNodeId' => ['shape' => 'String'], 'ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedCacheNodesOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeServiceUpdatesMessage' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatusList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSnapshotsListMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Snapshots' => ['shape' => 'SnapshotList']]], 'DescribeSnapshotsMessage' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotName' => ['shape' => 'String'], 'SnapshotSource' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'ShowNodeGroupConfig' => ['shape' => 'BooleanOptional']]], 'DescribeUpdateActionsMessage' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'Engine' => ['shape' => 'String'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatusList'], 'ServiceUpdateTimeRange' => ['shape' => 'TimeRangeFilter'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatusList'], 'ShowNodeLevelUpdateStatus' => ['shape' => 'BooleanOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DisassociateGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ReplicationGroupId', 'ReplicationGroupRegion'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String']]], 'DisassociateGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'Double' => ['type' => 'double'], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'EngineDefaults' => ['type' => 'structure', 'members' => ['CacheParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList'], 'CacheNodeTypeSpecificParameters' => ['shape' => 'CacheNodeTypeSpecificParametersList']], 'wrapper' => \true], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'Date' => ['shape' => 'TStamp']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'FailoverGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'PrimaryRegion', 'PrimaryReplicationGroupId'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'PrimaryRegion' => ['shape' => 'String'], 'PrimaryReplicationGroupId' => ['shape' => 'String']]], 'FailoverGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'GlobalNodeGroup' => ['type' => 'structure', 'members' => ['GlobalNodeGroupId' => ['shape' => 'String'], 'Slots' => ['shape' => 'String']]], 'GlobalNodeGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'GlobalNodeGroupId']], 'GlobalNodeGroupList' => ['type' => 'list', 'member' => ['shape' => 'GlobalNodeGroup', 'locationName' => 'GlobalNodeGroup']], 'GlobalReplicationGroup' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Members' => ['shape' => 'GlobalReplicationGroupMemberList'], 'ClusterEnabled' => ['shape' => 'BooleanOptional'], 'GlobalNodeGroups' => ['shape' => 'GlobalNodeGroupList'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional']], 'wrapper' => \true], 'GlobalReplicationGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalReplicationGroupAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalReplicationGroupInfo' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'GlobalReplicationGroupMemberRole' => ['shape' => 'String']]], 'GlobalReplicationGroupList' => ['type' => 'list', 'member' => ['shape' => 'GlobalReplicationGroup', 'locationName' => 'GlobalReplicationGroup']], 'GlobalReplicationGroupMember' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String'], 'Role' => ['shape' => 'String'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'Status' => ['shape' => 'String']], 'wrapper' => \true], 'GlobalReplicationGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'GlobalReplicationGroupMember', 'locationName' => 'GlobalReplicationGroupMember']], 'GlobalReplicationGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalReplicationGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'IncreaseNodeGroupsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'RegionalConfigurations' => ['shape' => 'RegionalConfigurationList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'IncreaseNodeGroupsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'IncreaseReplicaCountMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NewReplicaCount' => ['shape' => 'IntegerOptional'], 'ReplicaConfiguration' => ['shape' => 'ReplicaConfigurationList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'IncreaseReplicaCountResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'InsufficientCacheClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientCacheClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidARNFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidARN', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheClusterState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidGlobalReplicationGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidGlobalReplicationGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidKMSKeyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidKMSKeyFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterCombination', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterValue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidReplicationGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidReplicationGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListAllowedNodeTypeModificationsMessage' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName'], 'members' => ['ResourceName' => ['shape' => 'String']]], 'ModifyCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeIdsToRemove' => ['shape' => 'CacheNodeIdsList'], 'AZMode' => ['shape' => 'AZMode'], 'NewAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'NotificationTopicArn' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'NotificationTopicStatus' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'AuthTokenUpdateStrategy' => ['shape' => 'AuthTokenUpdateStrategyType']]], 'ModifyCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'ModifyCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName', 'ParameterNameValues'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ParameterNameValues' => ['shape' => 'ParameterNameValueList']]], 'ModifyCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyCacheSubnetGroupResult' => ['type' => 'structure', 'members' => ['CacheSubnetGroup' => ['shape' => 'CacheSubnetGroup']]], 'ModifyGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'CacheNodeType' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional']]], 'ModifyGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'ModifyReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'PrimaryClusterId' => ['shape' => 'String'], 'SnapshottingClusterId' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional'], 'NodeGroupId' => ['shape' => 'String', 'deprecated' => \true], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'NotificationTopicArn' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'NotificationTopicStatus' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'AuthTokenUpdateStrategy' => ['shape' => 'AuthTokenUpdateStrategyType']]], 'ModifyReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'ModifyReplicationGroupShardConfigurationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'ReshardingConfiguration' => ['shape' => 'ReshardingConfigurationList'], 'NodeGroupsToRemove' => ['shape' => 'NodeGroupsToRemoveList'], 'NodeGroupsToRetain' => ['shape' => 'NodeGroupsToRetainList']]], 'ModifyReplicationGroupShardConfigurationResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'NoOperationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NoOperationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeGroup' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PrimaryEndpoint' => ['shape' => 'Endpoint'], 'ReaderEndpoint' => ['shape' => 'Endpoint'], 'Slots' => ['shape' => 'String'], 'NodeGroupMembers' => ['shape' => 'NodeGroupMemberList']]], 'NodeGroupConfiguration' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'Slots' => ['shape' => 'String'], 'ReplicaCount' => ['shape' => 'IntegerOptional'], 'PrimaryAvailabilityZone' => ['shape' => 'String'], 'ReplicaAvailabilityZones' => ['shape' => 'AvailabilityZonesList']]], 'NodeGroupConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupConfiguration', 'locationName' => 'NodeGroupConfiguration']], 'NodeGroupList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroup', 'locationName' => 'NodeGroup']], 'NodeGroupMember' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'ReadEndpoint' => ['shape' => 'Endpoint'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CurrentRole' => ['shape' => 'String']]], 'NodeGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupMember', 'locationName' => 'NodeGroupMember']], 'NodeGroupMemberUpdateStatus' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'NodeUpdateStatus' => ['shape' => 'NodeUpdateStatus'], 'NodeDeletionDate' => ['shape' => 'TStamp'], 'NodeUpdateStartDate' => ['shape' => 'TStamp'], 'NodeUpdateEndDate' => ['shape' => 'TStamp'], 'NodeUpdateInitiatedBy' => ['shape' => 'NodeUpdateInitiatedBy'], 'NodeUpdateInitiatedDate' => ['shape' => 'TStamp'], 'NodeUpdateStatusModifiedDate' => ['shape' => 'TStamp']]], 'NodeGroupMemberUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupMemberUpdateStatus', 'locationName' => 'NodeGroupMemberUpdateStatus']], 'NodeGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'NodeGroupUpdateStatus' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'String'], 'NodeGroupMemberUpdateStatus' => ['shape' => 'NodeGroupMemberUpdateStatusList']]], 'NodeGroupUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupUpdateStatus', 'locationName' => 'NodeGroupUpdateStatus']], 'NodeGroupsPerReplicationGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeGroupsPerReplicationGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeGroupsToRemoveList' => ['type' => 'list', 'member' => ['shape' => 'AllowedNodeGroupId', 'locationName' => 'NodeGroupToRemove']], 'NodeGroupsToRetainList' => ['type' => 'list', 'member' => ['shape' => 'AllowedNodeGroupId', 'locationName' => 'NodeGroupToRetain']], 'NodeQuotaForClusterExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeQuotaForClusterExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeQuotaForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeQuotaForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeSnapshot' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'NodeGroupId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'NodeGroupConfiguration' => ['shape' => 'NodeGroupConfiguration'], 'CacheSize' => ['shape' => 'String'], 'CacheNodeCreateTime' => ['shape' => 'TStamp'], 'SnapshotCreateTime' => ['shape' => 'TStamp']], 'wrapper' => \true], 'NodeSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'NodeSnapshot', 'locationName' => 'NodeSnapshot']], 'NodeTypeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'NodeUpdateInitiatedBy' => ['type' => 'string', 'enum' => ['system', 'customer']], 'NodeUpdateStatus' => ['type' => 'string', 'enum' => ['not-applied', 'waiting-to-start', 'in-progress', 'stopping', 'stopped', 'complete']], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['TopicArn' => ['shape' => 'String'], 'TopicStatus' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'ChangeType' => ['shape' => 'ChangeType']]], 'ParameterNameValue' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String']]], 'ParameterNameValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterNameValue', 'locationName' => 'ParameterNameValue']], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PendingAutomaticFailoverStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled']], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeIdsToRemove' => ['shape' => 'CacheNodeIdsList'], 'EngineVersion' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthTokenStatus' => ['shape' => 'AuthTokenUpdateStatus']]], 'PreferredAvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PreferredAvailabilityZone']], 'ProcessedUpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatus']]], 'ProcessedUpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'ProcessedUpdateAction', 'locationName' => 'ProcessedUpdateAction']], 'PurchaseReservedCacheNodesOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedCacheNodesOfferingId'], 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'ReservedCacheNodeId' => ['shape' => 'String'], 'CacheNodeCount' => ['shape' => 'IntegerOptional']]], 'PurchaseReservedCacheNodesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedCacheNode' => ['shape' => 'ReservedCacheNode']]], 'RebalanceSlotsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'RebalanceSlotsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'RebootCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId', 'CacheNodeIdsToReboot'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeIdsToReboot' => ['shape' => 'CacheNodeIdsList']]], 'RebootCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'RegionalConfiguration' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ReplicationGroupRegion', 'ReshardingConfiguration'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String'], 'ReshardingConfiguration' => ['shape' => 'ReshardingConfigurationList']]], 'RegionalConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'RegionalConfiguration', 'locationName' => 'RegionalConfiguration']], 'RemoveReplicasList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'ReplicaConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ConfigureShard', 'locationName' => 'ConfigureShard']], 'ReplicationGroup' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'GlobalReplicationGroupInfo' => ['shape' => 'GlobalReplicationGroupInfo'], 'Status' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'ReplicationGroupPendingModifiedValues'], 'MemberClusters' => ['shape' => 'ClusterIdList'], 'NodeGroups' => ['shape' => 'NodeGroupList'], 'SnapshottingClusterId' => ['shape' => 'String'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'ConfigurationEndpoint' => ['shape' => 'Endpoint'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'ClusterEnabled' => ['shape' => 'BooleanOptional'], 'CacheNodeType' => ['shape' => 'String'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'AuthTokenLastModifiedDate' => ['shape' => 'TStamp'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String']], 'wrapper' => \true], 'ReplicationGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupAlreadyUnderMigrationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupAlreadyUnderMigrationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20], 'ReplicationGroupList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationGroup', 'locationName' => 'ReplicationGroup']], 'ReplicationGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationGroups' => ['shape' => 'ReplicationGroupList']]], 'ReplicationGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupNotUnderMigrationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupNotUnderMigrationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupPendingModifiedValues' => ['type' => 'structure', 'members' => ['PrimaryClusterId' => ['shape' => 'String'], 'AutomaticFailoverStatus' => ['shape' => 'PendingAutomaticFailoverStatus'], 'Resharding' => ['shape' => 'ReshardingStatus'], 'AuthTokenStatus' => ['shape' => 'AuthTokenUpdateStatus']]], 'ReservedCacheNode' => ['type' => 'structure', 'members' => ['ReservedCacheNodeId' => ['shape' => 'String'], 'ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CacheNodeCount' => ['shape' => 'Integer'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservationARN' => ['shape' => 'String']], 'wrapper' => \true], 'ReservedCacheNodeAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodeList' => ['type' => 'list', 'member' => ['shape' => 'ReservedCacheNode', 'locationName' => 'ReservedCacheNode']], 'ReservedCacheNodeMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedCacheNodes' => ['shape' => 'ReservedCacheNodeList']]], 'ReservedCacheNodeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodeQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodesOffering' => ['type' => 'structure', 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']], 'wrapper' => \true], 'ReservedCacheNodesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedCacheNodesOffering', 'locationName' => 'ReservedCacheNodesOffering']], 'ReservedCacheNodesOfferingMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedCacheNodesOfferings' => ['shape' => 'ReservedCacheNodesOfferingList']]], 'ReservedCacheNodesOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodesOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResetCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'ParameterNameValues' => ['shape' => 'ParameterNameValueList']]], 'ReshardingConfiguration' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'PreferredAvailabilityZones' => ['shape' => 'AvailabilityZonesList']]], 'ReshardingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ReshardingConfiguration', 'locationName' => 'ReshardingConfiguration']], 'ReshardingStatus' => ['type' => 'structure', 'members' => ['SlotMigration' => ['shape' => 'SlotMigration']]], 'RevokeCacheSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'EC2SecurityGroupName', 'EC2SecurityGroupOwnerId'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeCacheSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'SecurityGroupIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SecurityGroupId']], 'SecurityGroupMembership' => ['type' => 'structure', 'members' => ['SecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'SecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupMembership']], 'ServiceLinkedRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ServiceLinkedRoleNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ServiceUpdate' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateReleaseDate' => ['shape' => 'TStamp'], 'ServiceUpdateEndDate' => ['shape' => 'TStamp'], 'ServiceUpdateSeverity' => ['shape' => 'ServiceUpdateSeverity'], 'ServiceUpdateRecommendedApplyByDate' => ['shape' => 'TStamp'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatus'], 'ServiceUpdateDescription' => ['shape' => 'String'], 'ServiceUpdateType' => ['shape' => 'ServiceUpdateType'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'AutoUpdateAfterRecommendedApplyByDate' => ['shape' => 'BooleanOptional'], 'EstimatedUpdateTime' => ['shape' => 'String']]], 'ServiceUpdateList' => ['type' => 'list', 'member' => ['shape' => 'ServiceUpdate', 'locationName' => 'ServiceUpdate']], 'ServiceUpdateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ServiceUpdateNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ServiceUpdateSeverity' => ['type' => 'string', 'enum' => ['critical', 'important', 'medium', 'low']], 'ServiceUpdateStatus' => ['type' => 'string', 'enum' => ['available', 'cancelled', 'expired']], 'ServiceUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'ServiceUpdateStatus'], 'max' => 3], 'ServiceUpdateType' => ['type' => 'string', 'enum' => ['security-update']], 'ServiceUpdatesMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ServiceUpdates' => ['shape' => 'ServiceUpdateList']]], 'SlaMet' => ['type' => 'string', 'enum' => ['yes', 'no', 'n/a']], 'SlotMigration' => ['type' => 'structure', 'members' => ['ProgressPercentage' => ['shape' => 'Double']]], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotName' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotStatus' => ['shape' => 'String'], 'SnapshotSource' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CacheClusterCreateTime' => ['shape' => 'TStamp'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'TopicArn' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'NumNodeGroups' => ['shape' => 'IntegerOptional'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'NodeSnapshots' => ['shape' => 'NodeSnapshotList'], 'KmsKeyId' => ['shape' => 'String']], 'wrapper' => \true], 'SnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotArnsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SnapshotArn']], 'SnapshotFeatureNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotFeatureNotSupportedFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'Snapshot']], 'SnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceType' => ['type' => 'string', 'enum' => ['cache-cluster', 'cache-parameter-group', 'cache-security-group', 'cache-subnet-group', 'replication-group']], 'StartMigrationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'CustomerNodeEndpointList'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CustomerNodeEndpointList' => ['shape' => 'CustomerNodeEndpointList']]], 'StartMigrationResponse' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone']]], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagListMessage' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'TagNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'TagQuotaPerResourceExceeded' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagQuotaPerResourceExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TestFailoverMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'NodeGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NodeGroupId' => ['shape' => 'AllowedNodeGroupId']]], 'TestFailoverNotAvailableFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TestFailoverNotAvailableFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TestFailoverResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'TimeRangeFilter' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp']]], 'UnprocessedUpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'ErrorType' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'UnprocessedUpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedUpdateAction', 'locationName' => 'UnprocessedUpdateAction']], 'UpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateReleaseDate' => ['shape' => 'TStamp'], 'ServiceUpdateSeverity' => ['shape' => 'ServiceUpdateSeverity'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatus'], 'ServiceUpdateRecommendedApplyByDate' => ['shape' => 'TStamp'], 'ServiceUpdateType' => ['shape' => 'ServiceUpdateType'], 'UpdateActionAvailableDate' => ['shape' => 'TStamp'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatus'], 'NodesUpdated' => ['shape' => 'String'], 'UpdateActionStatusModifiedDate' => ['shape' => 'TStamp'], 'SlaMet' => ['shape' => 'SlaMet'], 'NodeGroupUpdateStatus' => ['shape' => 'NodeGroupUpdateStatusList'], 'CacheNodeUpdateStatus' => ['shape' => 'CacheNodeUpdateStatusList'], 'EstimatedUpdateTime' => ['shape' => 'String'], 'Engine' => ['shape' => 'String']]], 'UpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'UpdateAction', 'locationName' => 'UpdateAction']], 'UpdateActionResultsMessage' => ['type' => 'structure', 'members' => ['ProcessedUpdateActions' => ['shape' => 'ProcessedUpdateActionList'], 'UnprocessedUpdateActions' => ['shape' => 'UnprocessedUpdateActionList']]], 'UpdateActionStatus' => ['type' => 'string', 'enum' => ['not-applied', 'waiting-to-start', 'in-progress', 'stopping', 'stopped', 'complete']], 'UpdateActionStatusList' => ['type' => 'list', 'member' => ['shape' => 'UpdateActionStatus'], 'max' => 6], 'UpdateActionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'UpdateActions' => ['shape' => 'UpdateActionList']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-02-02', 'endpointPrefix' => 'elasticache', 'protocol' => 'query', 'serviceFullName' => 'Amazon ElastiCache', 'serviceId' => 'ElastiCache', 'signatureVersion' => 'v4', 'uid' => 'elasticache-2015-02-02', 'xmlNamespace' => 'http://elasticache.amazonaws.com/doc/2015-02-02/'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'AddTagsToResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'InvalidARNFault']]], 'AuthorizeCacheSecurityGroupIngress' => ['name' => 'AuthorizeCacheSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeCacheSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeCacheSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeCacheSecurityGroupIngressResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'BatchApplyUpdateAction' => ['name' => 'BatchApplyUpdateAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchApplyUpdateActionMessage'], 'output' => ['shape' => 'UpdateActionResultsMessage', 'resultWrapper' => 'BatchApplyUpdateActionResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'BatchStopUpdateAction' => ['name' => 'BatchStopUpdateAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchStopUpdateActionMessage'], 'output' => ['shape' => 'UpdateActionResultsMessage', 'resultWrapper' => 'BatchStopUpdateActionResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'CompleteMigration' => ['name' => 'CompleteMigration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompleteMigrationMessage'], 'output' => ['shape' => 'CompleteMigrationResponse', 'resultWrapper' => 'CompleteMigrationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'ReplicationGroupNotUnderMigrationFault']]], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotMessage'], 'output' => ['shape' => 'CopySnapshotResult', 'resultWrapper' => 'CopySnapshotResult'], 'errors' => [['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidSnapshotStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheCluster' => ['name' => 'CreateCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheClusterMessage'], 'output' => ['shape' => 'CreateCacheClusterResult', 'resultWrapper' => 'CreateCacheClusterResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'CacheClusterAlreadyExistsFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheParameterGroup' => ['name' => 'CreateCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheParameterGroupMessage'], 'output' => ['shape' => 'CreateCacheParameterGroupResult', 'resultWrapper' => 'CreateCacheParameterGroupResult'], 'errors' => [['shape' => 'CacheParameterGroupQuotaExceededFault'], ['shape' => 'CacheParameterGroupAlreadyExistsFault'], ['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheSecurityGroup' => ['name' => 'CreateCacheSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheSecurityGroupMessage'], 'output' => ['shape' => 'CreateCacheSecurityGroupResult', 'resultWrapper' => 'CreateCacheSecurityGroupResult'], 'errors' => [['shape' => 'CacheSecurityGroupAlreadyExistsFault'], ['shape' => 'CacheSecurityGroupQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateCacheSubnetGroup' => ['name' => 'CreateCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCacheSubnetGroupMessage'], 'output' => ['shape' => 'CreateCacheSubnetGroupResult', 'resultWrapper' => 'CreateCacheSubnetGroupResult'], 'errors' => [['shape' => 'CacheSubnetGroupAlreadyExistsFault'], ['shape' => 'CacheSubnetGroupQuotaExceededFault'], ['shape' => 'CacheSubnetQuotaExceededFault'], ['shape' => 'InvalidSubnet']]], 'CreateGlobalReplicationGroup' => ['name' => 'CreateGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGlobalReplicationGroupMessage'], 'output' => ['shape' => 'CreateGlobalReplicationGroupResult', 'resultWrapper' => 'CreateGlobalReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'GlobalReplicationGroupAlreadyExistsFault'], ['shape' => 'ServiceLinkedRoleNotFoundFault'], ['shape' => 'InvalidParameterValueException']]], 'CreateReplicationGroup' => ['name' => 'CreateReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationGroupMessage'], 'output' => ['shape' => 'CreateReplicationGroupResult', 'resultWrapper' => 'CreateReplicationGroupResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'ReplicationGroupAlreadyExistsFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'TagQuotaPerResourceExceeded'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotMessage'], 'output' => ['shape' => 'CreateSnapshotResult', 'resultWrapper' => 'CreateSnapshotResult'], 'errors' => [['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidParameterValueException']]], 'DecreaseNodeGroupsInGlobalReplicationGroup' => ['name' => 'DecreaseNodeGroupsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecreaseNodeGroupsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DecreaseNodeGroupsInGlobalReplicationGroupResult', 'resultWrapper' => 'DecreaseNodeGroupsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DecreaseReplicaCount' => ['name' => 'DecreaseReplicaCount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecreaseReplicaCountMessage'], 'output' => ['shape' => 'DecreaseReplicaCountResult', 'resultWrapper' => 'DecreaseReplicaCountResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'ServiceLinkedRoleNotFoundFault'], ['shape' => 'NoOperationFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheCluster' => ['name' => 'DeleteCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheClusterMessage'], 'output' => ['shape' => 'DeleteCacheClusterResult', 'resultWrapper' => 'DeleteCacheClusterResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheParameterGroup' => ['name' => 'DeleteCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheParameterGroupMessage'], 'errors' => [['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheSecurityGroup' => ['name' => 'DeleteCacheSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteCacheSubnetGroup' => ['name' => 'DeleteCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCacheSubnetGroupMessage'], 'errors' => [['shape' => 'CacheSubnetGroupInUse'], ['shape' => 'CacheSubnetGroupNotFoundFault']]], 'DeleteGlobalReplicationGroup' => ['name' => 'DeleteGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DeleteGlobalReplicationGroupResult', 'resultWrapper' => 'DeleteGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'DeleteReplicationGroup' => ['name' => 'DeleteReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationGroupMessage'], 'output' => ['shape' => 'DeleteReplicationGroupResult', 'resultWrapper' => 'DeleteReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'SnapshotAlreadyExistsFault'], ['shape' => 'SnapshotFeatureNotSupportedFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DeleteSnapshot' => ['name' => 'DeleteSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotMessage'], 'output' => ['shape' => 'DeleteSnapshotResult', 'resultWrapper' => 'DeleteSnapshotResult'], 'errors' => [['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidSnapshotStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheClusters' => ['name' => 'DescribeCacheClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheClustersMessage'], 'output' => ['shape' => 'CacheClusterMessage', 'resultWrapper' => 'DescribeCacheClustersResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheEngineVersions' => ['name' => 'DescribeCacheEngineVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheEngineVersionsMessage'], 'output' => ['shape' => 'CacheEngineVersionMessage', 'resultWrapper' => 'DescribeCacheEngineVersionsResult']], 'DescribeCacheParameterGroups' => ['name' => 'DescribeCacheParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheParameterGroupsMessage'], 'output' => ['shape' => 'CacheParameterGroupsMessage', 'resultWrapper' => 'DescribeCacheParameterGroupsResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheParameters' => ['name' => 'DescribeCacheParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheParametersMessage'], 'output' => ['shape' => 'CacheParameterGroupDetails', 'resultWrapper' => 'DescribeCacheParametersResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheSecurityGroups' => ['name' => 'DescribeCacheSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheSecurityGroupsMessage'], 'output' => ['shape' => 'CacheSecurityGroupMessage', 'resultWrapper' => 'DescribeCacheSecurityGroupsResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeCacheSubnetGroups' => ['name' => 'DescribeCacheSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheSubnetGroupsMessage'], 'output' => ['shape' => 'CacheSubnetGroupMessage', 'resultWrapper' => 'DescribeCacheSubnetGroupsResult'], 'errors' => [['shape' => 'CacheSubnetGroupNotFoundFault']]], 'DescribeEngineDefaultParameters' => ['name' => 'DescribeEngineDefaultParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultParametersResult', 'resultWrapper' => 'DescribeEngineDefaultParametersResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeGlobalReplicationGroups' => ['name' => 'DescribeGlobalReplicationGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGlobalReplicationGroupsMessage'], 'output' => ['shape' => 'DescribeGlobalReplicationGroupsResult', 'resultWrapper' => 'DescribeGlobalReplicationGroupsResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReplicationGroups' => ['name' => 'DescribeReplicationGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReplicationGroupsMessage'], 'output' => ['shape' => 'ReplicationGroupMessage', 'resultWrapper' => 'DescribeReplicationGroupsResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReservedCacheNodes' => ['name' => 'DescribeReservedCacheNodes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedCacheNodesMessage'], 'output' => ['shape' => 'ReservedCacheNodeMessage', 'resultWrapper' => 'DescribeReservedCacheNodesResult'], 'errors' => [['shape' => 'ReservedCacheNodeNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeReservedCacheNodesOfferings' => ['name' => 'DescribeReservedCacheNodesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedCacheNodesOfferingsMessage'], 'output' => ['shape' => 'ReservedCacheNodesOfferingMessage', 'resultWrapper' => 'DescribeReservedCacheNodesOfferingsResult'], 'errors' => [['shape' => 'ReservedCacheNodesOfferingNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeServiceUpdates' => ['name' => 'DescribeServiceUpdates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceUpdatesMessage'], 'output' => ['shape' => 'ServiceUpdatesMessage', 'resultWrapper' => 'DescribeServiceUpdatesResult'], 'errors' => [['shape' => 'ServiceUpdateNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeSnapshots' => ['name' => 'DescribeSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotsMessage'], 'output' => ['shape' => 'DescribeSnapshotsListMessage', 'resultWrapper' => 'DescribeSnapshotsResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DescribeUpdateActions' => ['name' => 'DescribeUpdateActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUpdateActionsMessage'], 'output' => ['shape' => 'UpdateActionsMessage', 'resultWrapper' => 'DescribeUpdateActionsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'DisassociateGlobalReplicationGroup' => ['name' => 'DisassociateGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateGlobalReplicationGroupMessage'], 'output' => ['shape' => 'DisassociateGlobalReplicationGroupResult', 'resultWrapper' => 'DisassociateGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'FailoverGlobalReplicationGroup' => ['name' => 'FailoverGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FailoverGlobalReplicationGroupMessage'], 'output' => ['shape' => 'FailoverGlobalReplicationGroupResult', 'resultWrapper' => 'FailoverGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'IncreaseNodeGroupsInGlobalReplicationGroup' => ['name' => 'IncreaseNodeGroupsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IncreaseNodeGroupsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'IncreaseNodeGroupsInGlobalReplicationGroupResult', 'resultWrapper' => 'IncreaseNodeGroupsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'IncreaseReplicaCount' => ['name' => 'IncreaseReplicaCount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IncreaseReplicaCountMessage'], 'output' => ['shape' => 'IncreaseReplicaCountResult', 'resultWrapper' => 'IncreaseReplicaCountResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'ClusterQuotaForCustomerExceededFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'NoOperationFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ListAllowedNodeTypeModifications' => ['name' => 'ListAllowedNodeTypeModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAllowedNodeTypeModificationsMessage'], 'output' => ['shape' => 'AllowedNodeTypeModificationsMessage', 'resultWrapper' => 'ListAllowedNodeTypeModificationsResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidParameterValueException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidARNFault']]], 'ModifyCacheCluster' => ['name' => 'ModifyCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheClusterMessage'], 'output' => ['shape' => 'ModifyCacheClusterResult', 'resultWrapper' => 'ModifyCacheClusterResult'], 'errors' => [['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ModifyCacheParameterGroup' => ['name' => 'ModifyCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheParameterGroupMessage'], 'output' => ['shape' => 'CacheParameterGroupNameMessage', 'resultWrapper' => 'ModifyCacheParameterGroupResult'], 'errors' => [['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidGlobalReplicationGroupStateFault']]], 'ModifyCacheSubnetGroup' => ['name' => 'ModifyCacheSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCacheSubnetGroupMessage'], 'output' => ['shape' => 'ModifyCacheSubnetGroupResult', 'resultWrapper' => 'ModifyCacheSubnetGroupResult'], 'errors' => [['shape' => 'CacheSubnetGroupNotFoundFault'], ['shape' => 'CacheSubnetQuotaExceededFault'], ['shape' => 'SubnetInUse'], ['shape' => 'InvalidSubnet']]], 'ModifyGlobalReplicationGroup' => ['name' => 'ModifyGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyGlobalReplicationGroupMessage'], 'output' => ['shape' => 'ModifyGlobalReplicationGroupResult', 'resultWrapper' => 'ModifyGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'ModifyReplicationGroup' => ['name' => 'ModifyReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationGroupMessage'], 'output' => ['shape' => 'ModifyReplicationGroupResult', 'resultWrapper' => 'ModifyReplicationGroupResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'NodeQuotaForClusterExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'ModifyReplicationGroupShardConfiguration' => ['name' => 'ModifyReplicationGroupShardConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyReplicationGroupShardConfigurationMessage'], 'output' => ['shape' => 'ModifyReplicationGroupShardConfigurationResult', 'resultWrapper' => 'ModifyReplicationGroupShardConfigurationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InsufficientCacheClusterCapacityFault'], ['shape' => 'NodeGroupsPerReplicationGroupQuotaExceededFault'], ['shape' => 'NodeQuotaForCustomerExceededFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'PurchaseReservedCacheNodesOffering' => ['name' => 'PurchaseReservedCacheNodesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedCacheNodesOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedCacheNodesOfferingResult', 'resultWrapper' => 'PurchaseReservedCacheNodesOfferingResult'], 'errors' => [['shape' => 'ReservedCacheNodesOfferingNotFoundFault'], ['shape' => 'ReservedCacheNodeAlreadyExistsFault'], ['shape' => 'ReservedCacheNodeQuotaExceededFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'RebalanceSlotsInGlobalReplicationGroup' => ['name' => 'RebalanceSlotsInGlobalReplicationGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebalanceSlotsInGlobalReplicationGroupMessage'], 'output' => ['shape' => 'RebalanceSlotsInGlobalReplicationGroupResult', 'resultWrapper' => 'RebalanceSlotsInGlobalReplicationGroupResult'], 'errors' => [['shape' => 'GlobalReplicationGroupNotFoundFault'], ['shape' => 'InvalidGlobalReplicationGroupStateFault'], ['shape' => 'InvalidParameterValueException']]], 'RebootCacheCluster' => ['name' => 'RebootCacheCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootCacheClusterMessage'], 'output' => ['shape' => 'RebootCacheClusterResult', 'resultWrapper' => 'RebootCacheClusterResult'], 'errors' => [['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'CacheClusterNotFoundFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'RemoveTagsFromResourceResult'], 'errors' => [['shape' => 'CacheClusterNotFoundFault'], ['shape' => 'SnapshotNotFoundFault'], ['shape' => 'InvalidARNFault'], ['shape' => 'TagNotFoundFault']]], 'ResetCacheParameterGroup' => ['name' => 'ResetCacheParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetCacheParameterGroupMessage'], 'output' => ['shape' => 'CacheParameterGroupNameMessage', 'resultWrapper' => 'ResetCacheParameterGroupResult'], 'errors' => [['shape' => 'InvalidCacheParameterGroupStateFault'], ['shape' => 'CacheParameterGroupNotFoundFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InvalidGlobalReplicationGroupStateFault']]], 'RevokeCacheSecurityGroupIngress' => ['name' => 'RevokeCacheSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeCacheSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeCacheSecurityGroupIngressResult', 'resultWrapper' => 'RevokeCacheSecurityGroupIngressResult'], 'errors' => [['shape' => 'CacheSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidCacheSecurityGroupStateFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]], 'StartMigration' => ['name' => 'StartMigration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMigrationMessage'], 'output' => ['shape' => 'StartMigrationResponse', 'resultWrapper' => 'StartMigrationResult'], 'errors' => [['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'ReplicationGroupAlreadyUnderMigrationFault'], ['shape' => 'InvalidParameterValueException']]], 'TestFailover' => ['name' => 'TestFailover', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestFailoverMessage'], 'output' => ['shape' => 'TestFailoverResult', 'resultWrapper' => 'TestFailoverResult'], 'errors' => [['shape' => 'APICallRateForCustomerExceededFault'], ['shape' => 'InvalidCacheClusterStateFault'], ['shape' => 'InvalidReplicationGroupStateFault'], ['shape' => 'NodeGroupNotFoundFault'], ['shape' => 'ReplicationGroupNotFoundFault'], ['shape' => 'TestFailoverNotAvailableFault'], ['shape' => 'InvalidKMSKeyFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidParameterCombinationException']]]], 'shapes' => ['APICallRateForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'APICallRateForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AZMode' => ['type' => 'string', 'enum' => ['single-az', 'cross-az']], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'AllowedNodeGroupId' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '\\d+'], 'AllowedNodeTypeModificationsMessage' => ['type' => 'structure', 'members' => ['ScaleUpModifications' => ['shape' => 'NodeTypeList'], 'ScaleDownModifications' => ['shape' => 'NodeTypeList']]], 'AuthTokenUpdateStatus' => ['type' => 'string', 'enum' => ['SETTING', 'ROTATING']], 'AuthTokenUpdateStrategyType' => ['type' => 'string', 'enum' => ['SET', 'ROTATE']], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizeCacheSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'EC2SecurityGroupName', 'EC2SecurityGroupOwnerId'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeCacheSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'AutomaticFailoverStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled', 'enabling', 'disabling']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'AvailabilityZonesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AwsQueryErrorMessage' => ['type' => 'string'], 'BatchApplyUpdateActionMessage' => ['type' => 'structure', 'required' => ['ServiceUpdateName'], 'members' => ['ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'ServiceUpdateName' => ['shape' => 'String']]], 'BatchStopUpdateActionMessage' => ['type' => 'structure', 'required' => ['ServiceUpdateName'], 'members' => ['ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'ServiceUpdateName' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'CacheCluster' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ConfigurationEndpoint' => ['shape' => 'Endpoint'], 'ClientDownloadLandingPage' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheClusterStatus' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CacheClusterCreateTime' => ['shape' => 'TStamp'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration'], 'CacheSecurityGroups' => ['shape' => 'CacheSecurityGroupMembershipList'], 'CacheParameterGroup' => ['shape' => 'CacheParameterGroupStatus'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheNodes' => ['shape' => 'CacheNodeList'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'SecurityGroups' => ['shape' => 'SecurityGroupMembershipList'], 'ReplicationGroupId' => ['shape' => 'String'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'AuthTokenLastModifiedDate' => ['shape' => 'TStamp'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'CacheClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheClusterAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheClusterIdList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20], 'CacheClusterList' => ['type' => 'list', 'member' => ['shape' => 'CacheCluster', 'locationName' => 'CacheCluster']], 'CacheClusterMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheClusters' => ['shape' => 'CacheClusterList']]], 'CacheClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheClusterNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheEngineVersion' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'CacheEngineDescription' => ['shape' => 'String'], 'CacheEngineVersionDescription' => ['shape' => 'String']]], 'CacheEngineVersionList' => ['type' => 'list', 'member' => ['shape' => 'CacheEngineVersion', 'locationName' => 'CacheEngineVersion']], 'CacheEngineVersionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheEngineVersions' => ['shape' => 'CacheEngineVersionList']]], 'CacheNode' => ['type' => 'structure', 'members' => ['CacheNodeId' => ['shape' => 'String'], 'CacheNodeStatus' => ['shape' => 'String'], 'CacheNodeCreateTime' => ['shape' => 'TStamp'], 'Endpoint' => ['shape' => 'Endpoint'], 'ParameterGroupStatus' => ['shape' => 'String'], 'SourceCacheNodeId' => ['shape' => 'String'], 'CustomerAvailabilityZone' => ['shape' => 'String']]], 'CacheNodeIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'CacheNodeId']], 'CacheNodeList' => ['type' => 'list', 'member' => ['shape' => 'CacheNode', 'locationName' => 'CacheNode']], 'CacheNodeTypeSpecificParameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'CacheNodeTypeSpecificValues' => ['shape' => 'CacheNodeTypeSpecificValueList'], 'ChangeType' => ['shape' => 'ChangeType']]], 'CacheNodeTypeSpecificParametersList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeTypeSpecificParameter', 'locationName' => 'CacheNodeTypeSpecificParameter']], 'CacheNodeTypeSpecificValue' => ['type' => 'structure', 'members' => ['CacheNodeType' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CacheNodeTypeSpecificValueList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeTypeSpecificValue', 'locationName' => 'CacheNodeTypeSpecificValue']], 'CacheNodeUpdateStatus' => ['type' => 'structure', 'members' => ['CacheNodeId' => ['shape' => 'String'], 'NodeUpdateStatus' => ['shape' => 'NodeUpdateStatus'], 'NodeDeletionDate' => ['shape' => 'TStamp'], 'NodeUpdateStartDate' => ['shape' => 'TStamp'], 'NodeUpdateEndDate' => ['shape' => 'TStamp'], 'NodeUpdateInitiatedBy' => ['shape' => 'NodeUpdateInitiatedBy'], 'NodeUpdateInitiatedDate' => ['shape' => 'TStamp'], 'NodeUpdateStatusModifiedDate' => ['shape' => 'TStamp']]], 'CacheNodeUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'CacheNodeUpdateStatus', 'locationName' => 'CacheNodeUpdateStatus']], 'CacheParameterGroup' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'IsGlobal' => ['shape' => 'Boolean'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'CacheParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupDetails' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList'], 'CacheNodeTypeSpecificParameters' => ['shape' => 'CacheNodeTypeSpecificParametersList']]], 'CacheParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'CacheParameterGroup', 'locationName' => 'CacheParameterGroup']], 'CacheParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String']]], 'CacheParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheParameterGroupStatus' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'CacheNodeIdsToReboot' => ['shape' => 'CacheNodeIdsList']]], 'CacheParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheParameterGroups' => ['shape' => 'CacheParameterGroupList']]], 'CacheSecurityGroup' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String'], 'CacheSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'CacheSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroupMembership' => ['type' => 'structure', 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'CacheSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'CacheSecurityGroupMembership', 'locationName' => 'CacheSecurityGroup']], 'CacheSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheSecurityGroups' => ['shape' => 'CacheSecurityGroups']]], 'CacheSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'CacheSecurityGroupName']], 'CacheSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.CacheSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'CacheSecurityGroup', 'locationName' => 'CacheSecurityGroup']], 'CacheSubnetGroup' => ['type' => 'structure', 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'CacheSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CacheSubnetGroups' => ['shape' => 'CacheSubnetGroups']]], 'CacheSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CacheSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'CacheSubnetGroup', 'locationName' => 'CacheSubnetGroup']], 'CacheSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CacheSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ChangeType' => ['type' => 'string', 'enum' => ['immediate', 'requires-reboot']], 'ClusterIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ClusterId']], 'ClusterQuotaForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterQuotaForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CompleteMigrationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'Force' => ['shape' => 'Boolean']]], 'CompleteMigrationResponse' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'ConfigureShard' => ['type' => 'structure', 'required' => ['NodeGroupId', 'NewReplicaCount'], 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'NewReplicaCount' => ['shape' => 'Integer'], 'PreferredAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList']]], 'CopySnapshotMessage' => ['type' => 'structure', 'required' => ['SourceSnapshotName', 'TargetSnapshotName'], 'members' => ['SourceSnapshotName' => ['shape' => 'String'], 'TargetSnapshotName' => ['shape' => 'String'], 'TargetBucket' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CreateCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'AZMode' => ['shape' => 'AZMode'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'PreferredAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'Tags' => ['shape' => 'TagList'], 'SnapshotArns' => ['shape' => 'SnapshotArnsList'], 'SnapshotName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'NotificationTopicArn' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String']]], 'CreateCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'CreateCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName', 'CacheParameterGroupFamily', 'Description'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'CreateCacheParameterGroupResult' => ['type' => 'structure', 'members' => ['CacheParameterGroup' => ['shape' => 'CacheParameterGroup']]], 'CreateCacheSecurityGroupMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'Description'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'CreateCacheSecurityGroupResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'CreateCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName', 'CacheSubnetGroupDescription', 'SubnetIds'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'CreateCacheSubnetGroupResult' => ['type' => 'structure', 'members' => ['CacheSubnetGroup' => ['shape' => 'CacheSubnetGroup']]], 'CreateGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupIdSuffix', 'PrimaryReplicationGroupId'], 'members' => ['GlobalReplicationGroupIdSuffix' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'PrimaryReplicationGroupId' => ['shape' => 'String']]], 'CreateGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'CreateReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ReplicationGroupDescription'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'GlobalReplicationGroupId' => ['shape' => 'String'], 'PrimaryClusterId' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional'], 'MultiAZEnabled' => ['shape' => 'BooleanOptional'], 'NumCacheClusters' => ['shape' => 'IntegerOptional'], 'PreferredCacheClusterAZs' => ['shape' => 'AvailabilityZonesList'], 'NumNodeGroups' => ['shape' => 'IntegerOptional'], 'ReplicasPerNodeGroup' => ['shape' => 'IntegerOptional'], 'NodeGroupConfiguration' => ['shape' => 'NodeGroupConfigurationList'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'Tags' => ['shape' => 'TagList'], 'SnapshotArns' => ['shape' => 'SnapshotArnsList'], 'SnapshotName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'NotificationTopicArn' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String']]], 'CreateReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'CreateSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotName'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String']]], 'CreateSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CustomerNodeEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional']]], 'CustomerNodeEndpointList' => ['type' => 'list', 'member' => ['shape' => 'CustomerNodeEndpoint']], 'DecreaseNodeGroupsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'GlobalNodeGroupsToRemove' => ['shape' => 'GlobalNodeGroupIdList'], 'GlobalNodeGroupsToRetain' => ['shape' => 'GlobalNodeGroupIdList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'DecreaseNodeGroupsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'DecreaseReplicaCountMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NewReplicaCount' => ['shape' => 'IntegerOptional'], 'ReplicaConfiguration' => ['shape' => 'ReplicaConfigurationList'], 'ReplicasToRemove' => ['shape' => 'RemoveReplicasList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'DecreaseReplicaCountResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'DeleteCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'FinalSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'DeleteCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String']]], 'DeleteCacheSecurityGroupMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String']]], 'DeleteCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String']]], 'DeleteGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'RetainPrimaryReplicationGroup'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'RetainPrimaryReplicationGroup' => ['shape' => 'Boolean']]], 'DeleteGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'DeleteReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'RetainPrimaryCluster' => ['shape' => 'BooleanOptional'], 'FinalSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'DeleteSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotName'], 'members' => ['SnapshotName' => ['shape' => 'String']]], 'DeleteSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'DescribeCacheClustersMessage' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'ShowCacheNodeInfo' => ['shape' => 'BooleanOptional'], 'ShowCacheClustersNotInReplicationGroups' => ['shape' => 'BooleanOptional']]], 'DescribeCacheEngineVersionsMessage' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'CacheParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'DefaultOnly' => ['shape' => 'Boolean']]], 'DescribeCacheParameterGroupsMessage' => ['type' => 'structure', 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheParametersMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCacheSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupFamily'], 'members' => ['CacheParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeGlobalReplicationGroupsMessage' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'ShowMemberInfo' => ['shape' => 'BooleanOptional']]], 'DescribeGlobalReplicationGroupsResult' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'GlobalReplicationGroups' => ['shape' => 'GlobalReplicationGroupList']]], 'DescribeReplicationGroupsMessage' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedCacheNodesMessage' => ['type' => 'structure', 'members' => ['ReservedCacheNodeId' => ['shape' => 'String'], 'ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedCacheNodesOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeServiceUpdatesMessage' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatusList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSnapshotsListMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Snapshots' => ['shape' => 'SnapshotList']]], 'DescribeSnapshotsMessage' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotName' => ['shape' => 'String'], 'SnapshotSource' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'ShowNodeGroupConfig' => ['shape' => 'BooleanOptional']]], 'DescribeUpdateActionsMessage' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ReplicationGroupIds' => ['shape' => 'ReplicationGroupIdList'], 'CacheClusterIds' => ['shape' => 'CacheClusterIdList'], 'Engine' => ['shape' => 'String'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatusList'], 'ServiceUpdateTimeRange' => ['shape' => 'TimeRangeFilter'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatusList'], 'ShowNodeLevelUpdateStatus' => ['shape' => 'BooleanOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DisassociateGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ReplicationGroupId', 'ReplicationGroupRegion'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String']]], 'DisassociateGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'Double' => ['type' => 'double'], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'EngineDefaults' => ['type' => 'structure', 'members' => ['CacheParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList'], 'CacheNodeTypeSpecificParameters' => ['shape' => 'CacheNodeTypeSpecificParametersList']], 'wrapper' => \true], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'Date' => ['shape' => 'TStamp']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'FailoverGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'PrimaryRegion', 'PrimaryReplicationGroupId'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'PrimaryRegion' => ['shape' => 'String'], 'PrimaryReplicationGroupId' => ['shape' => 'String']]], 'FailoverGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'GlobalNodeGroup' => ['type' => 'structure', 'members' => ['GlobalNodeGroupId' => ['shape' => 'String'], 'Slots' => ['shape' => 'String']]], 'GlobalNodeGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'GlobalNodeGroupId']], 'GlobalNodeGroupList' => ['type' => 'list', 'member' => ['shape' => 'GlobalNodeGroup', 'locationName' => 'GlobalNodeGroup']], 'GlobalReplicationGroup' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Members' => ['shape' => 'GlobalReplicationGroupMemberList'], 'ClusterEnabled' => ['shape' => 'BooleanOptional'], 'GlobalNodeGroups' => ['shape' => 'GlobalNodeGroupList'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'GlobalReplicationGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalReplicationGroupAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalReplicationGroupInfo' => ['type' => 'structure', 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'GlobalReplicationGroupMemberRole' => ['shape' => 'String']]], 'GlobalReplicationGroupList' => ['type' => 'list', 'member' => ['shape' => 'GlobalReplicationGroup', 'locationName' => 'GlobalReplicationGroup']], 'GlobalReplicationGroupMember' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String'], 'Role' => ['shape' => 'String'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'Status' => ['shape' => 'String']], 'wrapper' => \true], 'GlobalReplicationGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'GlobalReplicationGroupMember', 'locationName' => 'GlobalReplicationGroupMember']], 'GlobalReplicationGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalReplicationGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'IncreaseNodeGroupsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'RegionalConfigurations' => ['shape' => 'RegionalConfigurationList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'IncreaseNodeGroupsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'IncreaseReplicaCountMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NewReplicaCount' => ['shape' => 'IntegerOptional'], 'ReplicaConfiguration' => ['shape' => 'ReplicaConfigurationList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'IncreaseReplicaCountResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'InsufficientCacheClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientCacheClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidARNFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidARN', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheClusterState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidCacheSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidCacheSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidGlobalReplicationGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidGlobalReplicationGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidKMSKeyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidKMSKeyFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterCombination', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterValue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidReplicationGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidReplicationGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListAllowedNodeTypeModificationsMessage' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName'], 'members' => ['ResourceName' => ['shape' => 'String']]], 'ModifyCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeIdsToRemove' => ['shape' => 'CacheNodeIdsList'], 'AZMode' => ['shape' => 'AZMode'], 'NewAvailabilityZones' => ['shape' => 'PreferredAvailabilityZoneList'], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'NotificationTopicArn' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'NotificationTopicStatus' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'AuthTokenUpdateStrategy' => ['shape' => 'AuthTokenUpdateStrategyType']]], 'ModifyCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'ModifyCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName', 'ParameterNameValues'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ParameterNameValues' => ['shape' => 'ParameterNameValueList']]], 'ModifyCacheSubnetGroupMessage' => ['type' => 'structure', 'required' => ['CacheSubnetGroupName'], 'members' => ['CacheSubnetGroupName' => ['shape' => 'String'], 'CacheSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyCacheSubnetGroupResult' => ['type' => 'structure', 'members' => ['CacheSubnetGroup' => ['shape' => 'CacheSubnetGroup']]], 'ModifyGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'CacheNodeType' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'GlobalReplicationGroupDescription' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional']]], 'ModifyGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'ModifyReplicationGroupMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'PrimaryClusterId' => ['shape' => 'String'], 'SnapshottingClusterId' => ['shape' => 'String'], 'AutomaticFailoverEnabled' => ['shape' => 'BooleanOptional'], 'MultiAZEnabled' => ['shape' => 'BooleanOptional'], 'NodeGroupId' => ['shape' => 'String', 'deprecated' => \true], 'CacheSecurityGroupNames' => ['shape' => 'CacheSecurityGroupNameList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdsList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'NotificationTopicArn' => ['shape' => 'String'], 'CacheParameterGroupName' => ['shape' => 'String'], 'NotificationTopicStatus' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthToken' => ['shape' => 'String'], 'AuthTokenUpdateStrategy' => ['shape' => 'AuthTokenUpdateStrategyType']]], 'ModifyReplicationGroupResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'ModifyReplicationGroupShardConfigurationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'NodeGroupCount', 'ApplyImmediately'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NodeGroupCount' => ['shape' => 'Integer'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'ReshardingConfiguration' => ['shape' => 'ReshardingConfigurationList'], 'NodeGroupsToRemove' => ['shape' => 'NodeGroupsToRemoveList'], 'NodeGroupsToRetain' => ['shape' => 'NodeGroupsToRetainList']]], 'ModifyReplicationGroupShardConfigurationResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'MultiAZStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled']], 'NoOperationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NoOperationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeGroup' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PrimaryEndpoint' => ['shape' => 'Endpoint'], 'ReaderEndpoint' => ['shape' => 'Endpoint'], 'Slots' => ['shape' => 'String'], 'NodeGroupMembers' => ['shape' => 'NodeGroupMemberList']]], 'NodeGroupConfiguration' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'Slots' => ['shape' => 'String'], 'ReplicaCount' => ['shape' => 'IntegerOptional'], 'PrimaryAvailabilityZone' => ['shape' => 'String'], 'ReplicaAvailabilityZones' => ['shape' => 'AvailabilityZonesList']]], 'NodeGroupConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupConfiguration', 'locationName' => 'NodeGroupConfiguration']], 'NodeGroupList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroup', 'locationName' => 'NodeGroup']], 'NodeGroupMember' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'ReadEndpoint' => ['shape' => 'Endpoint'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CurrentRole' => ['shape' => 'String']]], 'NodeGroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupMember', 'locationName' => 'NodeGroupMember']], 'NodeGroupMemberUpdateStatus' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'NodeUpdateStatus' => ['shape' => 'NodeUpdateStatus'], 'NodeDeletionDate' => ['shape' => 'TStamp'], 'NodeUpdateStartDate' => ['shape' => 'TStamp'], 'NodeUpdateEndDate' => ['shape' => 'TStamp'], 'NodeUpdateInitiatedBy' => ['shape' => 'NodeUpdateInitiatedBy'], 'NodeUpdateInitiatedDate' => ['shape' => 'TStamp'], 'NodeUpdateStatusModifiedDate' => ['shape' => 'TStamp']]], 'NodeGroupMemberUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupMemberUpdateStatus', 'locationName' => 'NodeGroupMemberUpdateStatus']], 'NodeGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'NodeGroupUpdateStatus' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'String'], 'NodeGroupMemberUpdateStatus' => ['shape' => 'NodeGroupMemberUpdateStatusList']]], 'NodeGroupUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'NodeGroupUpdateStatus', 'locationName' => 'NodeGroupUpdateStatus']], 'NodeGroupsPerReplicationGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeGroupsPerReplicationGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeGroupsToRemoveList' => ['type' => 'list', 'member' => ['shape' => 'AllowedNodeGroupId', 'locationName' => 'NodeGroupToRemove']], 'NodeGroupsToRetainList' => ['type' => 'list', 'member' => ['shape' => 'AllowedNodeGroupId', 'locationName' => 'NodeGroupToRetain']], 'NodeQuotaForClusterExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeQuotaForClusterExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeQuotaForCustomerExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NodeQuotaForCustomerExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NodeSnapshot' => ['type' => 'structure', 'members' => ['CacheClusterId' => ['shape' => 'String'], 'NodeGroupId' => ['shape' => 'String'], 'CacheNodeId' => ['shape' => 'String'], 'NodeGroupConfiguration' => ['shape' => 'NodeGroupConfiguration'], 'CacheSize' => ['shape' => 'String'], 'CacheNodeCreateTime' => ['shape' => 'TStamp'], 'SnapshotCreateTime' => ['shape' => 'TStamp']], 'wrapper' => \true], 'NodeSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'NodeSnapshot', 'locationName' => 'NodeSnapshot']], 'NodeTypeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'NodeUpdateInitiatedBy' => ['type' => 'string', 'enum' => ['system', 'customer']], 'NodeUpdateStatus' => ['type' => 'string', 'enum' => ['not-applied', 'waiting-to-start', 'in-progress', 'stopping', 'stopped', 'complete']], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['TopicArn' => ['shape' => 'String'], 'TopicStatus' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'ChangeType' => ['shape' => 'ChangeType']]], 'ParameterNameValue' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String']]], 'ParameterNameValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterNameValue', 'locationName' => 'ParameterNameValue']], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PendingAutomaticFailoverStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled']], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['NumCacheNodes' => ['shape' => 'IntegerOptional'], 'CacheNodeIdsToRemove' => ['shape' => 'CacheNodeIdsList'], 'EngineVersion' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'AuthTokenStatus' => ['shape' => 'AuthTokenUpdateStatus']]], 'PreferredAvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'PreferredAvailabilityZone']], 'ProcessedUpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatus']]], 'ProcessedUpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'ProcessedUpdateAction', 'locationName' => 'ProcessedUpdateAction']], 'PurchaseReservedCacheNodesOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedCacheNodesOfferingId'], 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'ReservedCacheNodeId' => ['shape' => 'String'], 'CacheNodeCount' => ['shape' => 'IntegerOptional']]], 'PurchaseReservedCacheNodesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedCacheNode' => ['shape' => 'ReservedCacheNode']]], 'RebalanceSlotsInGlobalReplicationGroupMessage' => ['type' => 'structure', 'required' => ['GlobalReplicationGroupId', 'ApplyImmediately'], 'members' => ['GlobalReplicationGroupId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'RebalanceSlotsInGlobalReplicationGroupResult' => ['type' => 'structure', 'members' => ['GlobalReplicationGroup' => ['shape' => 'GlobalReplicationGroup']]], 'RebootCacheClusterMessage' => ['type' => 'structure', 'required' => ['CacheClusterId', 'CacheNodeIdsToReboot'], 'members' => ['CacheClusterId' => ['shape' => 'String'], 'CacheNodeIdsToReboot' => ['shape' => 'CacheNodeIdsList']]], 'RebootCacheClusterResult' => ['type' => 'structure', 'members' => ['CacheCluster' => ['shape' => 'CacheCluster']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'RegionalConfiguration' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'ReplicationGroupRegion', 'ReshardingConfiguration'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupRegion' => ['shape' => 'String'], 'ReshardingConfiguration' => ['shape' => 'ReshardingConfigurationList']]], 'RegionalConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'RegionalConfiguration', 'locationName' => 'RegionalConfiguration']], 'RemoveReplicasList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'ReplicaConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ConfigureShard', 'locationName' => 'ConfigureShard']], 'ReplicationGroup' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'GlobalReplicationGroupInfo' => ['shape' => 'GlobalReplicationGroupInfo'], 'Status' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'ReplicationGroupPendingModifiedValues'], 'MemberClusters' => ['shape' => 'ClusterIdList'], 'NodeGroups' => ['shape' => 'NodeGroupList'], 'SnapshottingClusterId' => ['shape' => 'String'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'MultiAZ' => ['shape' => 'MultiAZStatus'], 'ConfigurationEndpoint' => ['shape' => 'Endpoint'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'ClusterEnabled' => ['shape' => 'BooleanOptional'], 'CacheNodeType' => ['shape' => 'String'], 'AuthTokenEnabled' => ['shape' => 'BooleanOptional'], 'AuthTokenLastModifiedDate' => ['shape' => 'TStamp'], 'TransitEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'AtRestEncryptionEnabled' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'ReplicationGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupAlreadyUnderMigrationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupAlreadyUnderMigrationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 20], 'ReplicationGroupList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationGroup', 'locationName' => 'ReplicationGroup']], 'ReplicationGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReplicationGroups' => ['shape' => 'ReplicationGroupList']]], 'ReplicationGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupNotUnderMigrationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReplicationGroupNotUnderMigrationFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReplicationGroupPendingModifiedValues' => ['type' => 'structure', 'members' => ['PrimaryClusterId' => ['shape' => 'String'], 'AutomaticFailoverStatus' => ['shape' => 'PendingAutomaticFailoverStatus'], 'Resharding' => ['shape' => 'ReshardingStatus'], 'AuthTokenStatus' => ['shape' => 'AuthTokenUpdateStatus']]], 'ReservedCacheNode' => ['type' => 'structure', 'members' => ['ReservedCacheNodeId' => ['shape' => 'String'], 'ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CacheNodeCount' => ['shape' => 'Integer'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservationARN' => ['shape' => 'String']], 'wrapper' => \true], 'ReservedCacheNodeAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodeList' => ['type' => 'list', 'member' => ['shape' => 'ReservedCacheNode', 'locationName' => 'ReservedCacheNode']], 'ReservedCacheNodeMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedCacheNodes' => ['shape' => 'ReservedCacheNodeList']]], 'ReservedCacheNodeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodeQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodeQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedCacheNodesOffering' => ['type' => 'structure', 'members' => ['ReservedCacheNodesOfferingId' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']], 'wrapper' => \true], 'ReservedCacheNodesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedCacheNodesOffering', 'locationName' => 'ReservedCacheNodesOffering']], 'ReservedCacheNodesOfferingMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedCacheNodesOfferings' => ['shape' => 'ReservedCacheNodesOfferingList']]], 'ReservedCacheNodesOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedCacheNodesOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResetCacheParameterGroupMessage' => ['type' => 'structure', 'required' => ['CacheParameterGroupName'], 'members' => ['CacheParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'ParameterNameValues' => ['shape' => 'ParameterNameValueList']]], 'ReshardingConfiguration' => ['type' => 'structure', 'members' => ['NodeGroupId' => ['shape' => 'AllowedNodeGroupId'], 'PreferredAvailabilityZones' => ['shape' => 'AvailabilityZonesList']]], 'ReshardingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ReshardingConfiguration', 'locationName' => 'ReshardingConfiguration']], 'ReshardingStatus' => ['type' => 'structure', 'members' => ['SlotMigration' => ['shape' => 'SlotMigration']]], 'RevokeCacheSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['CacheSecurityGroupName', 'EC2SecurityGroupName', 'EC2SecurityGroupOwnerId'], 'members' => ['CacheSecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeCacheSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['CacheSecurityGroup' => ['shape' => 'CacheSecurityGroup']]], 'SecurityGroupIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SecurityGroupId']], 'SecurityGroupMembership' => ['type' => 'structure', 'members' => ['SecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'SecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupMembership']], 'ServiceLinkedRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ServiceLinkedRoleNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ServiceUpdate' => ['type' => 'structure', 'members' => ['ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateReleaseDate' => ['shape' => 'TStamp'], 'ServiceUpdateEndDate' => ['shape' => 'TStamp'], 'ServiceUpdateSeverity' => ['shape' => 'ServiceUpdateSeverity'], 'ServiceUpdateRecommendedApplyByDate' => ['shape' => 'TStamp'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatus'], 'ServiceUpdateDescription' => ['shape' => 'String'], 'ServiceUpdateType' => ['shape' => 'ServiceUpdateType'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'AutoUpdateAfterRecommendedApplyByDate' => ['shape' => 'BooleanOptional'], 'EstimatedUpdateTime' => ['shape' => 'String']]], 'ServiceUpdateList' => ['type' => 'list', 'member' => ['shape' => 'ServiceUpdate', 'locationName' => 'ServiceUpdate']], 'ServiceUpdateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ServiceUpdateNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ServiceUpdateSeverity' => ['type' => 'string', 'enum' => ['critical', 'important', 'medium', 'low']], 'ServiceUpdateStatus' => ['type' => 'string', 'enum' => ['available', 'cancelled', 'expired']], 'ServiceUpdateStatusList' => ['type' => 'list', 'member' => ['shape' => 'ServiceUpdateStatus'], 'max' => 3], 'ServiceUpdateType' => ['type' => 'string', 'enum' => ['security-update']], 'ServiceUpdatesMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ServiceUpdates' => ['shape' => 'ServiceUpdateList']]], 'SlaMet' => ['type' => 'string', 'enum' => ['yes', 'no', 'n/a']], 'SlotMigration' => ['type' => 'structure', 'members' => ['ProgressPercentage' => ['shape' => 'Double']]], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotName' => ['shape' => 'String'], 'ReplicationGroupId' => ['shape' => 'String'], 'ReplicationGroupDescription' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'SnapshotStatus' => ['shape' => 'String'], 'SnapshotSource' => ['shape' => 'String'], 'CacheNodeType' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'NumCacheNodes' => ['shape' => 'IntegerOptional'], 'PreferredAvailabilityZone' => ['shape' => 'String'], 'CacheClusterCreateTime' => ['shape' => 'TStamp'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'TopicArn' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'CacheParameterGroupName' => ['shape' => 'String'], 'CacheSubnetGroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'SnapshotRetentionLimit' => ['shape' => 'IntegerOptional'], 'SnapshotWindow' => ['shape' => 'String'], 'NumNodeGroups' => ['shape' => 'IntegerOptional'], 'AutomaticFailover' => ['shape' => 'AutomaticFailoverStatus'], 'NodeSnapshots' => ['shape' => 'NodeSnapshotList'], 'KmsKeyId' => ['shape' => 'String'], 'ARN' => ['shape' => 'String']], 'wrapper' => \true], 'SnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotArnsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SnapshotArn']], 'SnapshotFeatureNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotFeatureNotSupportedFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'Snapshot']], 'SnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceType' => ['type' => 'string', 'enum' => ['cache-cluster', 'cache-parameter-group', 'cache-security-group', 'cache-subnet-group', 'replication-group']], 'StartMigrationMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'CustomerNodeEndpointList'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CustomerNodeEndpointList' => ['shape' => 'CustomerNodeEndpointList']]], 'StartMigrationResponse' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone']]], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagListMessage' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'TagNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'TagQuotaPerResourceExceeded' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagQuotaPerResourceExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TestFailoverMessage' => ['type' => 'structure', 'required' => ['ReplicationGroupId', 'NodeGroupId'], 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'NodeGroupId' => ['shape' => 'AllowedNodeGroupId']]], 'TestFailoverNotAvailableFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TestFailoverNotAvailableFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TestFailoverResult' => ['type' => 'structure', 'members' => ['ReplicationGroup' => ['shape' => 'ReplicationGroup']]], 'TimeRangeFilter' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp']]], 'UnprocessedUpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'ErrorType' => ['shape' => 'String'], 'ErrorMessage' => ['shape' => 'String']]], 'UnprocessedUpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedUpdateAction', 'locationName' => 'UnprocessedUpdateAction']], 'UpdateAction' => ['type' => 'structure', 'members' => ['ReplicationGroupId' => ['shape' => 'String'], 'CacheClusterId' => ['shape' => 'String'], 'ServiceUpdateName' => ['shape' => 'String'], 'ServiceUpdateReleaseDate' => ['shape' => 'TStamp'], 'ServiceUpdateSeverity' => ['shape' => 'ServiceUpdateSeverity'], 'ServiceUpdateStatus' => ['shape' => 'ServiceUpdateStatus'], 'ServiceUpdateRecommendedApplyByDate' => ['shape' => 'TStamp'], 'ServiceUpdateType' => ['shape' => 'ServiceUpdateType'], 'UpdateActionAvailableDate' => ['shape' => 'TStamp'], 'UpdateActionStatus' => ['shape' => 'UpdateActionStatus'], 'NodesUpdated' => ['shape' => 'String'], 'UpdateActionStatusModifiedDate' => ['shape' => 'TStamp'], 'SlaMet' => ['shape' => 'SlaMet'], 'NodeGroupUpdateStatus' => ['shape' => 'NodeGroupUpdateStatusList'], 'CacheNodeUpdateStatus' => ['shape' => 'CacheNodeUpdateStatusList'], 'EstimatedUpdateTime' => ['shape' => 'String'], 'Engine' => ['shape' => 'String']]], 'UpdateActionList' => ['type' => 'list', 'member' => ['shape' => 'UpdateAction', 'locationName' => 'UpdateAction']], 'UpdateActionResultsMessage' => ['type' => 'structure', 'members' => ['ProcessedUpdateActions' => ['shape' => 'ProcessedUpdateActionList'], 'UnprocessedUpdateActions' => ['shape' => 'UnprocessedUpdateActionList']]], 'UpdateActionStatus' => ['type' => 'string', 'enum' => ['not-applied', 'waiting-to-start', 'in-progress', 'stopping', 'stopped', 'complete', 'scheduling', 'scheduled', 'not-applicable']], 'UpdateActionStatusList' => ['type' => 'list', 'member' => ['shape' => 'UpdateActionStatus'], 'max' => 9], 'UpdateActionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'UpdateActions' => ['shape' => 'UpdateActionList']]]]]; diff --git a/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php index 6403070a..491e6223 100644 --- a/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2010-12-01', 'endpointPrefix' => 'elasticbeanstalk', 'protocol' => 'query', 'serviceAbbreviation' => 'Elastic Beanstalk', 'serviceFullName' => 'AWS Elastic Beanstalk', 'serviceId' => 'Elastic Beanstalk', 'signatureVersion' => 'v4', 'uid' => 'elasticbeanstalk-2010-12-01', 'xmlNamespace' => 'http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/'], 'operations' => ['AbortEnvironmentUpdate' => ['name' => 'AbortEnvironmentUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AbortEnvironmentUpdateMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'ApplyEnvironmentManagedAction' => ['name' => 'ApplyEnvironmentManagedAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyEnvironmentManagedActionRequest'], 'output' => ['shape' => 'ApplyEnvironmentManagedActionResult', 'resultWrapper' => 'ApplyEnvironmentManagedActionResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'ManagedActionInvalidStateException']]], 'CheckDNSAvailability' => ['name' => 'CheckDNSAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDNSAvailabilityMessage'], 'output' => ['shape' => 'CheckDNSAvailabilityResultMessage', 'resultWrapper' => 'CheckDNSAvailabilityResult']], 'ComposeEnvironments' => ['name' => 'ComposeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ComposeEnvironmentsMessage'], 'output' => ['shape' => 'EnvironmentDescriptionsMessage', 'resultWrapper' => 'ComposeEnvironmentsResult'], 'errors' => [['shape' => 'TooManyEnvironmentsException'], ['shape' => 'InsufficientPrivilegesException']]], 'CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationMessage'], 'output' => ['shape' => 'ApplicationDescriptionMessage', 'resultWrapper' => 'CreateApplicationResult'], 'errors' => [['shape' => 'TooManyApplicationsException']]], 'CreateApplicationVersion' => ['name' => 'CreateApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationVersionMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionMessage', 'resultWrapper' => 'CreateApplicationVersionResult'], 'errors' => [['shape' => 'TooManyApplicationsException'], ['shape' => 'TooManyApplicationVersionsException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'S3LocationNotInServiceRegionException'], ['shape' => 'CodeBuildNotInServiceRegionException']]], 'CreateConfigurationTemplate' => ['name' => 'CreateConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConfigurationTemplateMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescription', 'resultWrapper' => 'CreateConfigurationTemplateResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException'], ['shape' => 'TooManyConfigurationTemplatesException']]], 'CreateEnvironment' => ['name' => 'CreateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'CreateEnvironmentResult'], 'errors' => [['shape' => 'TooManyEnvironmentsException'], ['shape' => 'InsufficientPrivilegesException']]], 'CreatePlatformVersion' => ['name' => 'CreatePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlatformVersionRequest'], 'output' => ['shape' => 'CreatePlatformVersionResult', 'resultWrapper' => 'CreatePlatformVersionResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'TooManyPlatformsException']]], 'CreateStorageLocation' => ['name' => 'CreateStorageLocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'CreateStorageLocationResultMessage', 'resultWrapper' => 'CreateStorageLocationResult'], 'errors' => [['shape' => 'TooManyBucketsException'], ['shape' => 'S3SubscriptionRequiredException'], ['shape' => 'InsufficientPrivilegesException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationMessage'], 'errors' => [['shape' => 'OperationInProgressException']]], 'DeleteApplicationVersion' => ['name' => 'DeleteApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationVersionMessage'], 'errors' => [['shape' => 'SourceBundleDeletionException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'OperationInProgressException'], ['shape' => 'S3LocationNotInServiceRegionException']]], 'DeleteConfigurationTemplate' => ['name' => 'DeleteConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationTemplateMessage'], 'errors' => [['shape' => 'OperationInProgressException']]], 'DeleteEnvironmentConfiguration' => ['name' => 'DeleteEnvironmentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentConfigurationMessage']], 'DeletePlatformVersion' => ['name' => 'DeletePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePlatformVersionRequest'], 'output' => ['shape' => 'DeletePlatformVersionResult', 'resultWrapper' => 'DeletePlatformVersionResult'], 'errors' => [['shape' => 'OperationInProgressException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'PlatformVersionStillReferencedException']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAccountAttributesResult', 'resultWrapper' => 'DescribeAccountAttributesResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'DescribeApplicationVersions' => ['name' => 'DescribeApplicationVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationVersionsMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionsMessage', 'resultWrapper' => 'DescribeApplicationVersionsResult']], 'DescribeApplications' => ['name' => 'DescribeApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationsMessage'], 'output' => ['shape' => 'ApplicationDescriptionsMessage', 'resultWrapper' => 'DescribeApplicationsResult']], 'DescribeConfigurationOptions' => ['name' => 'DescribeConfigurationOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationOptionsMessage'], 'output' => ['shape' => 'ConfigurationOptionsDescription', 'resultWrapper' => 'DescribeConfigurationOptionsResult'], 'errors' => [['shape' => 'TooManyBucketsException']]], 'DescribeConfigurationSettings' => ['name' => 'DescribeConfigurationSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationSettingsMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescriptions', 'resultWrapper' => 'DescribeConfigurationSettingsResult'], 'errors' => [['shape' => 'TooManyBucketsException']]], 'DescribeEnvironmentHealth' => ['name' => 'DescribeEnvironmentHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentHealthRequest'], 'output' => ['shape' => 'DescribeEnvironmentHealthResult', 'resultWrapper' => 'DescribeEnvironmentHealthResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentManagedActionHistory' => ['name' => 'DescribeEnvironmentManagedActionHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentManagedActionHistoryRequest'], 'output' => ['shape' => 'DescribeEnvironmentManagedActionHistoryResult', 'resultWrapper' => 'DescribeEnvironmentManagedActionHistoryResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentManagedActions' => ['name' => 'DescribeEnvironmentManagedActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentManagedActionsRequest'], 'output' => ['shape' => 'DescribeEnvironmentManagedActionsResult', 'resultWrapper' => 'DescribeEnvironmentManagedActionsResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentResources' => ['name' => 'DescribeEnvironmentResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentResourcesMessage'], 'output' => ['shape' => 'EnvironmentResourceDescriptionsMessage', 'resultWrapper' => 'DescribeEnvironmentResourcesResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'DescribeEnvironments' => ['name' => 'DescribeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentsMessage'], 'output' => ['shape' => 'EnvironmentDescriptionsMessage', 'resultWrapper' => 'DescribeEnvironmentsResult']], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventDescriptionsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeInstancesHealth' => ['name' => 'DescribeInstancesHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesHealthRequest'], 'output' => ['shape' => 'DescribeInstancesHealthResult', 'resultWrapper' => 'DescribeInstancesHealthResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'DescribePlatformVersion' => ['name' => 'DescribePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlatformVersionRequest'], 'output' => ['shape' => 'DescribePlatformVersionResult', 'resultWrapper' => 'DescribePlatformVersionResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'ListAvailableSolutionStacks' => ['name' => 'ListAvailableSolutionStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'ListAvailableSolutionStacksResultMessage', 'resultWrapper' => 'ListAvailableSolutionStacksResult']], 'ListPlatformVersions' => ['name' => 'ListPlatformVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPlatformVersionsRequest'], 'output' => ['shape' => 'ListPlatformVersionsResult', 'resultWrapper' => 'ListPlatformVersionsResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'ResourceTagsDescriptionMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceTypeNotSupportedException']]], 'RebuildEnvironment' => ['name' => 'RebuildEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebuildEnvironmentMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'RequestEnvironmentInfo' => ['name' => 'RequestEnvironmentInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestEnvironmentInfoMessage']], 'RestartAppServer' => ['name' => 'RestartAppServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestartAppServerMessage']], 'RetrieveEnvironmentInfo' => ['name' => 'RetrieveEnvironmentInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveEnvironmentInfoMessage'], 'output' => ['shape' => 'RetrieveEnvironmentInfoResultMessage', 'resultWrapper' => 'RetrieveEnvironmentInfoResult']], 'SwapEnvironmentCNAMEs' => ['name' => 'SwapEnvironmentCNAMEs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SwapEnvironmentCNAMEsMessage']], 'TerminateEnvironment' => ['name' => 'TerminateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'TerminateEnvironmentResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationMessage'], 'output' => ['shape' => 'ApplicationDescriptionMessage', 'resultWrapper' => 'UpdateApplicationResult']], 'UpdateApplicationResourceLifecycle' => ['name' => 'UpdateApplicationResourceLifecycle', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationResourceLifecycleMessage'], 'output' => ['shape' => 'ApplicationResourceLifecycleDescriptionMessage', 'resultWrapper' => 'UpdateApplicationResourceLifecycleResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'UpdateApplicationVersion' => ['name' => 'UpdateApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationVersionMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionMessage', 'resultWrapper' => 'UpdateApplicationVersionResult']], 'UpdateConfigurationTemplate' => ['name' => 'UpdateConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConfigurationTemplateMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescription', 'resultWrapper' => 'UpdateConfigurationTemplateResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'UpdateEnvironmentResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]], 'UpdateTagsForResource' => ['name' => 'UpdateTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagsForResourceMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'OperationInProgressException'], ['shape' => 'TooManyTagsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceTypeNotSupportedException']]], 'ValidateConfigurationSettings' => ['name' => 'ValidateConfigurationSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateConfigurationSettingsMessage'], 'output' => ['shape' => 'ConfigurationSettingsValidationMessages', 'resultWrapper' => 'ValidateConfigurationSettingsResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AbortEnvironmentUpdateMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'AbortableOperationInProgress' => ['type' => 'boolean'], 'ActionHistoryStatus' => ['type' => 'string', 'enum' => ['Completed', 'Failed', 'Unknown']], 'ActionStatus' => ['type' => 'string', 'enum' => ['Scheduled', 'Pending', 'Running', 'Unknown']], 'ActionType' => ['type' => 'string', 'enum' => ['InstanceRefresh', 'PlatformUpdate', 'Unknown']], 'ApplicationArn' => ['type' => 'string'], 'ApplicationDescription' => ['type' => 'structure', 'members' => ['ApplicationArn' => ['shape' => 'ApplicationArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Versions' => ['shape' => 'VersionLabelsList'], 'ConfigurationTemplates' => ['shape' => 'ConfigurationTemplateNamesList'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'ApplicationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationDescription']], 'ApplicationDescriptionMessage' => ['type' => 'structure', 'members' => ['Application' => ['shape' => 'ApplicationDescription']]], 'ApplicationDescriptionsMessage' => ['type' => 'structure', 'members' => ['Applications' => ['shape' => 'ApplicationDescriptionList']]], 'ApplicationMetrics' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => 'NullableInteger'], 'RequestCount' => ['shape' => 'RequestCount'], 'StatusCodes' => ['shape' => 'StatusCodes'], 'Latency' => ['shape' => 'Latency']]], 'ApplicationName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApplicationNamesList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationName']], 'ApplicationResourceLifecycleConfig' => ['type' => 'structure', 'members' => ['ServiceRole' => ['shape' => 'String'], 'VersionLifecycleConfig' => ['shape' => 'ApplicationVersionLifecycleConfig']]], 'ApplicationResourceLifecycleDescriptionMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'ApplicationVersionArn' => ['type' => 'string'], 'ApplicationVersionDescription' => ['type' => 'structure', 'members' => ['ApplicationVersionArn' => ['shape' => 'ApplicationVersionArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'SourceBuildInformation' => ['shape' => 'SourceBuildInformation'], 'BuildArn' => ['shape' => 'String'], 'SourceBundle' => ['shape' => 'S3Location'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Status' => ['shape' => 'ApplicationVersionStatus']]], 'ApplicationVersionDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationVersionDescription']], 'ApplicationVersionDescriptionMessage' => ['type' => 'structure', 'members' => ['ApplicationVersion' => ['shape' => 'ApplicationVersionDescription']]], 'ApplicationVersionDescriptionsMessage' => ['type' => 'structure', 'members' => ['ApplicationVersions' => ['shape' => 'ApplicationVersionDescriptionList'], 'NextToken' => ['shape' => 'Token']]], 'ApplicationVersionLifecycleConfig' => ['type' => 'structure', 'members' => ['MaxCountRule' => ['shape' => 'MaxCountRule'], 'MaxAgeRule' => ['shape' => 'MaxAgeRule']]], 'ApplicationVersionProccess' => ['type' => 'boolean'], 'ApplicationVersionStatus' => ['type' => 'string', 'enum' => ['Processed', 'Unprocessed', 'Failed', 'Processing', 'Building']], 'ApplyEnvironmentManagedActionRequest' => ['type' => 'structure', 'required' => ['ActionId'], 'members' => ['EnvironmentName' => ['shape' => 'String'], 'EnvironmentId' => ['shape' => 'String'], 'ActionId' => ['shape' => 'String']]], 'ApplyEnvironmentManagedActionResult' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionDescription' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'Status' => ['shape' => 'String']]], 'AutoCreateApplication' => ['type' => 'boolean'], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AvailableSolutionStackDetailsList' => ['type' => 'list', 'member' => ['shape' => 'SolutionStackDescription']], 'AvailableSolutionStackNamesList' => ['type' => 'list', 'member' => ['shape' => 'SolutionStackName']], 'BoxedBoolean' => ['type' => 'boolean'], 'BoxedInt' => ['type' => 'integer'], 'BuildConfiguration' => ['type' => 'structure', 'required' => ['CodeBuildServiceRole', 'Image'], 'members' => ['ArtifactName' => ['shape' => 'String'], 'CodeBuildServiceRole' => ['shape' => 'NonEmptyString'], 'ComputeType' => ['shape' => 'ComputeType'], 'Image' => ['shape' => 'NonEmptyString'], 'TimeoutInMinutes' => ['shape' => 'BoxedInt']]], 'Builder' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'ARN']]], 'CPUUtilization' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'NullableDouble'], 'Nice' => ['shape' => 'NullableDouble'], 'System' => ['shape' => 'NullableDouble'], 'Idle' => ['shape' => 'NullableDouble'], 'IOWait' => ['shape' => 'NullableDouble'], 'IRQ' => ['shape' => 'NullableDouble'], 'SoftIRQ' => ['shape' => 'NullableDouble'], 'Privileged' => ['shape' => 'NullableDouble']]], 'Cause' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Causes' => ['type' => 'list', 'member' => ['shape' => 'Cause']], 'CheckDNSAvailabilityMessage' => ['type' => 'structure', 'required' => ['CNAMEPrefix'], 'members' => ['CNAMEPrefix' => ['shape' => 'DNSCnamePrefix']]], 'CheckDNSAvailabilityResultMessage' => ['type' => 'structure', 'members' => ['Available' => ['shape' => 'CnameAvailability'], 'FullyQualifiedCNAME' => ['shape' => 'DNSCname']]], 'CnameAvailability' => ['type' => 'boolean'], 'CodeBuildNotInServiceRegionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CodeBuildNotInServiceRegionException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ComposeEnvironmentsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'GroupName' => ['shape' => 'GroupName'], 'VersionLabels' => ['shape' => 'VersionLabels']]], 'ComputeType' => ['type' => 'string', 'enum' => ['BUILD_GENERAL1_SMALL', 'BUILD_GENERAL1_MEDIUM', 'BUILD_GENERAL1_LARGE']], 'ConfigurationDeploymentStatus' => ['type' => 'string', 'enum' => ['deployed', 'pending', 'failed']], 'ConfigurationOptionDefaultValue' => ['type' => 'string'], 'ConfigurationOptionDescription' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'OptionNamespace'], 'Name' => ['shape' => 'ConfigurationOptionName'], 'DefaultValue' => ['shape' => 'ConfigurationOptionDefaultValue'], 'ChangeSeverity' => ['shape' => 'ConfigurationOptionSeverity'], 'UserDefined' => ['shape' => 'UserDefinedOption'], 'ValueType' => ['shape' => 'ConfigurationOptionValueType'], 'ValueOptions' => ['shape' => 'ConfigurationOptionPossibleValues'], 'MinValue' => ['shape' => 'OptionRestrictionMinValue'], 'MaxValue' => ['shape' => 'OptionRestrictionMaxValue'], 'MaxLength' => ['shape' => 'OptionRestrictionMaxLength'], 'Regex' => ['shape' => 'OptionRestrictionRegex']]], 'ConfigurationOptionDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionDescription']], 'ConfigurationOptionName' => ['type' => 'string'], 'ConfigurationOptionPossibleValue' => ['type' => 'string'], 'ConfigurationOptionPossibleValues' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionPossibleValue']], 'ConfigurationOptionSetting' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'ResourceName'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName'], 'Value' => ['shape' => 'ConfigurationOptionValue']]], 'ConfigurationOptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionSetting']], 'ConfigurationOptionSeverity' => ['type' => 'string'], 'ConfigurationOptionValue' => ['type' => 'string'], 'ConfigurationOptionValueType' => ['type' => 'string', 'enum' => ['Scalar', 'List']], 'ConfigurationOptionsDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'Options' => ['shape' => 'ConfigurationOptionDescriptionsList']]], 'ConfigurationSettingsDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'DeploymentStatus' => ['shape' => 'ConfigurationDeploymentStatus'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList']]], 'ConfigurationSettingsDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationSettingsDescription']], 'ConfigurationSettingsDescriptions' => ['type' => 'structure', 'members' => ['ConfigurationSettings' => ['shape' => 'ConfigurationSettingsDescriptionList']]], 'ConfigurationSettingsValidationMessages' => ['type' => 'structure', 'members' => ['Messages' => ['shape' => 'ValidationMessagesList']]], 'ConfigurationTemplateName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ConfigurationTemplateNamesList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationTemplateName']], 'CreateApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig'], 'Tags' => ['shape' => 'Tags']]], 'CreateApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'Description' => ['shape' => 'Description'], 'SourceBuildInformation' => ['shape' => 'SourceBuildInformation'], 'SourceBundle' => ['shape' => 'S3Location'], 'BuildConfiguration' => ['shape' => 'BuildConfiguration'], 'AutoCreateApplication' => ['shape' => 'AutoCreateApplication'], 'Process' => ['shape' => 'ApplicationVersionProccess'], 'Tags' => ['shape' => 'Tags']]], 'CreateConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'SourceConfiguration' => ['shape' => 'SourceConfiguration'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'Description' => ['shape' => 'Description'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'Tags' => ['shape' => 'Tags']]], 'CreateEnvironmentMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description'], 'CNAMEPrefix' => ['shape' => 'DNSCnamePrefix'], 'Tier' => ['shape' => 'EnvironmentTier'], 'Tags' => ['shape' => 'Tags'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList']]], 'CreatePlatformVersionRequest' => ['type' => 'structure', 'required' => ['PlatformName', 'PlatformVersion', 'PlatformDefinitionBundle'], 'members' => ['PlatformName' => ['shape' => 'PlatformName'], 'PlatformVersion' => ['shape' => 'PlatformVersion'], 'PlatformDefinitionBundle' => ['shape' => 'S3Location'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'Tags' => ['shape' => 'Tags']]], 'CreatePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformSummary' => ['shape' => 'PlatformSummary'], 'Builder' => ['shape' => 'Builder']]], 'CreateStorageLocationResultMessage' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket']]], 'CreationDate' => ['type' => 'timestamp'], 'CustomAmi' => ['type' => 'structure', 'members' => ['VirtualizationType' => ['shape' => 'VirtualizationType'], 'ImageId' => ['shape' => 'ImageId']]], 'CustomAmiList' => ['type' => 'list', 'member' => ['shape' => 'CustomAmi']], 'DNSCname' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DNSCnamePrefix' => ['type' => 'string', 'max' => 63, 'min' => 4], 'DeleteApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TerminateEnvByForce' => ['shape' => 'TerminateEnvForce']]], 'DeleteApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'DeleteSourceBundle' => ['shape' => 'DeleteSourceBundle']]], 'DeleteConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName']]], 'DeleteEnvironmentConfigurationMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'EnvironmentName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DeletePlatformVersionRequest' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn']]], 'DeletePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformSummary' => ['shape' => 'PlatformSummary']]], 'DeleteSourceBundle' => ['type' => 'boolean'], 'Deployment' => ['type' => 'structure', 'members' => ['VersionLabel' => ['shape' => 'String'], 'DeploymentId' => ['shape' => 'NullableLong'], 'Status' => ['shape' => 'String'], 'DeploymentTime' => ['shape' => 'DeploymentTimestamp']]], 'DeploymentTimestamp' => ['type' => 'timestamp'], 'DescribeAccountAttributesResult' => ['type' => 'structure', 'members' => ['ResourceQuotas' => ['shape' => 'ResourceQuotas']]], 'DescribeApplicationVersionsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabels' => ['shape' => 'VersionLabelsList'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeApplicationsMessage' => ['type' => 'structure', 'members' => ['ApplicationNames' => ['shape' => 'ApplicationNamesList']]], 'DescribeConfigurationOptionsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'Options' => ['shape' => 'OptionsSpecifierList']]], 'DescribeConfigurationSettingsMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DescribeEnvironmentHealthRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'AttributeNames' => ['shape' => 'EnvironmentHealthAttributes']]], 'DescribeEnvironmentHealthResult' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'HealthStatus' => ['shape' => 'String'], 'Status' => ['shape' => 'EnvironmentHealth'], 'Color' => ['shape' => 'String'], 'Causes' => ['shape' => 'Causes'], 'ApplicationMetrics' => ['shape' => 'ApplicationMetrics'], 'InstancesHealth' => ['shape' => 'InstanceHealthSummary'], 'RefreshedAt' => ['shape' => 'RefreshedAt']]], 'DescribeEnvironmentManagedActionHistoryRequest' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'NextToken' => ['shape' => 'String'], 'MaxItems' => ['shape' => 'Integer']]], 'DescribeEnvironmentManagedActionHistoryResult' => ['type' => 'structure', 'members' => ['ManagedActionHistoryItems' => ['shape' => 'ManagedActionHistoryItems'], 'NextToken' => ['shape' => 'String']]], 'DescribeEnvironmentManagedActionsRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'String'], 'EnvironmentId' => ['shape' => 'String'], 'Status' => ['shape' => 'ActionStatus']]], 'DescribeEnvironmentManagedActionsResult' => ['type' => 'structure', 'members' => ['ManagedActions' => ['shape' => 'ManagedActions']]], 'DescribeEnvironmentResourcesMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DescribeEnvironmentsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'EnvironmentIds' => ['shape' => 'EnvironmentIdList'], 'EnvironmentNames' => ['shape' => 'EnvironmentNamesList'], 'IncludeDeleted' => ['shape' => 'IncludeDeleted'], 'IncludedDeletedBackTo' => ['shape' => 'IncludeDeletedBackTo'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'RequestId' => ['shape' => 'RequestId'], 'Severity' => ['shape' => 'EventSeverity'], 'StartTime' => ['shape' => 'TimeFilterStart'], 'EndTime' => ['shape' => 'TimeFilterEnd'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeInstancesHealthRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'AttributeNames' => ['shape' => 'InstancesHealthAttributes'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancesHealthResult' => ['type' => 'structure', 'members' => ['InstanceHealthList' => ['shape' => 'InstanceHealthList'], 'RefreshedAt' => ['shape' => 'RefreshedAt'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePlatformVersionRequest' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn']]], 'DescribePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformDescription' => ['shape' => 'PlatformDescription']]], 'Description' => ['type' => 'string', 'max' => 200], 'Ec2InstanceId' => ['type' => 'string'], 'ElasticBeanstalkServiceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EndpointURL' => ['type' => 'string'], 'EnvironmentArn' => ['type' => 'string'], 'EnvironmentDescription' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'EndpointURL' => ['shape' => 'EndpointURL'], 'CNAME' => ['shape' => 'DNSCname'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Status' => ['shape' => 'EnvironmentStatus'], 'AbortableOperationInProgress' => ['shape' => 'AbortableOperationInProgress'], 'Health' => ['shape' => 'EnvironmentHealth'], 'HealthStatus' => ['shape' => 'EnvironmentHealthStatus'], 'Resources' => ['shape' => 'EnvironmentResourcesDescription'], 'Tier' => ['shape' => 'EnvironmentTier'], 'EnvironmentLinks' => ['shape' => 'EnvironmentLinks'], 'EnvironmentArn' => ['shape' => 'EnvironmentArn']]], 'EnvironmentDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentDescription']], 'EnvironmentDescriptionsMessage' => ['type' => 'structure', 'members' => ['Environments' => ['shape' => 'EnvironmentDescriptionsList'], 'NextToken' => ['shape' => 'Token']]], 'EnvironmentHealth' => ['type' => 'string', 'enum' => ['Green', 'Yellow', 'Red', 'Grey']], 'EnvironmentHealthAttribute' => ['type' => 'string', 'enum' => ['Status', 'Color', 'Causes', 'ApplicationMetrics', 'InstancesHealth', 'All', 'HealthStatus', 'RefreshedAt']], 'EnvironmentHealthAttributes' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentHealthAttribute']], 'EnvironmentHealthStatus' => ['type' => 'string', 'enum' => ['NoData', 'Unknown', 'Pending', 'Ok', 'Info', 'Warning', 'Degraded', 'Severe', 'Suspended']], 'EnvironmentId' => ['type' => 'string'], 'EnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId']], 'EnvironmentInfoDescription' => ['type' => 'structure', 'members' => ['InfoType' => ['shape' => 'EnvironmentInfoType'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'SampleTimestamp' => ['shape' => 'SampleTimestamp'], 'Message' => ['shape' => 'Message']]], 'EnvironmentInfoDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentInfoDescription']], 'EnvironmentInfoType' => ['type' => 'string', 'enum' => ['tail', 'bundle']], 'EnvironmentLink' => ['type' => 'structure', 'members' => ['LinkName' => ['shape' => 'String'], 'EnvironmentName' => ['shape' => 'String']]], 'EnvironmentLinks' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentLink']], 'EnvironmentName' => ['type' => 'string', 'max' => 40, 'min' => 4], 'EnvironmentNamesList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentName']], 'EnvironmentResourceDescription' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'AutoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'Instances' => ['shape' => 'InstanceList'], 'LaunchConfigurations' => ['shape' => 'LaunchConfigurationList'], 'LaunchTemplates' => ['shape' => 'LaunchTemplateList'], 'LoadBalancers' => ['shape' => 'LoadBalancerList'], 'Triggers' => ['shape' => 'TriggerList'], 'Queues' => ['shape' => 'QueueList']]], 'EnvironmentResourceDescriptionsMessage' => ['type' => 'structure', 'members' => ['EnvironmentResources' => ['shape' => 'EnvironmentResourceDescription']]], 'EnvironmentResourcesDescription' => ['type' => 'structure', 'members' => ['LoadBalancer' => ['shape' => 'LoadBalancerDescription']]], 'EnvironmentStatus' => ['type' => 'string', 'enum' => ['Launching', 'Updating', 'Ready', 'Terminating', 'Terminated']], 'EnvironmentTier' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'EventDate' => ['type' => 'timestamp'], 'EventDescription' => ['type' => 'structure', 'members' => ['EventDate' => ['shape' => 'EventDate'], 'Message' => ['shape' => 'EventMessage'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'RequestId' => ['shape' => 'RequestId'], 'Severity' => ['shape' => 'EventSeverity']]], 'EventDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'EventDescription']], 'EventDescriptionsMessage' => ['type' => 'structure', 'members' => ['Events' => ['shape' => 'EventDescriptionList'], 'NextToken' => ['shape' => 'Token']]], 'EventMessage' => ['type' => 'string'], 'EventSeverity' => ['type' => 'string', 'enum' => ['TRACE', 'DEBUG', 'INFO', 'WARN', 'ERROR', 'FATAL']], 'ExceptionMessage' => ['type' => 'string'], 'FailureType' => ['type' => 'string', 'enum' => ['UpdateCancelled', 'CancellationFailed', 'RollbackFailed', 'RollbackSuccessful', 'InternalFailure', 'InvalidEnvironmentState', 'PermissionsError']], 'FileTypeExtension' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ForceTerminate' => ['type' => 'boolean'], 'GroupName' => ['type' => 'string', 'max' => 19, 'min' => 1], 'ImageId' => ['type' => 'string'], 'IncludeDeleted' => ['type' => 'boolean'], 'IncludeDeletedBackTo' => ['type' => 'timestamp'], 'Instance' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId']]], 'InstanceHealthList' => ['type' => 'list', 'member' => ['shape' => 'SingleInstanceHealth']], 'InstanceHealthSummary' => ['type' => 'structure', 'members' => ['NoData' => ['shape' => 'NullableInteger'], 'Unknown' => ['shape' => 'NullableInteger'], 'Pending' => ['shape' => 'NullableInteger'], 'Ok' => ['shape' => 'NullableInteger'], 'Info' => ['shape' => 'NullableInteger'], 'Warning' => ['shape' => 'NullableInteger'], 'Degraded' => ['shape' => 'NullableInteger'], 'Severe' => ['shape' => 'NullableInteger']]], 'InstanceId' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstancesHealthAttribute' => ['type' => 'string', 'enum' => ['HealthStatus', 'Color', 'Causes', 'ApplicationMetrics', 'RefreshedAt', 'LaunchedAt', 'System', 'Deployment', 'AvailabilityZone', 'InstanceType', 'All']], 'InstancesHealthAttributes' => ['type' => 'list', 'member' => ['shape' => 'InstancesHealthAttribute']], 'InsufficientPrivilegesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientPrivilegesException', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRequestException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Latency' => ['type' => 'structure', 'members' => ['P999' => ['shape' => 'NullableDouble'], 'P99' => ['shape' => 'NullableDouble'], 'P95' => ['shape' => 'NullableDouble'], 'P90' => ['shape' => 'NullableDouble'], 'P85' => ['shape' => 'NullableDouble'], 'P75' => ['shape' => 'NullableDouble'], 'P50' => ['shape' => 'NullableDouble'], 'P10' => ['shape' => 'NullableDouble']]], 'LaunchConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'LaunchConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchConfiguration']], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId']]], 'LaunchTemplateList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplate']], 'LaunchedAt' => ['type' => 'timestamp'], 'ListAvailableSolutionStacksResultMessage' => ['type' => 'structure', 'members' => ['SolutionStacks' => ['shape' => 'AvailableSolutionStackNamesList'], 'SolutionStackDetails' => ['shape' => 'AvailableSolutionStackDetailsList']]], 'ListPlatformVersionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PlatformFilters'], 'MaxRecords' => ['shape' => 'PlatformMaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'ListPlatformVersionsResult' => ['type' => 'structure', 'members' => ['PlatformSummaryList' => ['shape' => 'PlatformSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'Listener' => ['type' => 'structure', 'members' => ['Protocol' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'LoadAverage' => ['type' => 'list', 'member' => ['shape' => 'LoadAverageValue']], 'LoadAverageValue' => ['type' => 'double'], 'LoadBalancer' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'LoadBalancerDescription' => ['type' => 'structure', 'members' => ['LoadBalancerName' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'Listeners' => ['shape' => 'LoadBalancerListenersDescription']]], 'LoadBalancerList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LoadBalancerListenersDescription' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'Maintainer' => ['type' => 'string'], 'ManagedAction' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionDescription' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'Status' => ['shape' => 'ActionStatus'], 'WindowStartTime' => ['shape' => 'Timestamp']]], 'ManagedActionHistoryItem' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'ActionDescription' => ['shape' => 'String'], 'FailureType' => ['shape' => 'FailureType'], 'Status' => ['shape' => 'ActionHistoryStatus'], 'FailureDescription' => ['shape' => 'String'], 'ExecutedTime' => ['shape' => 'Timestamp'], 'FinishedTime' => ['shape' => 'Timestamp']]], 'ManagedActionHistoryItems' => ['type' => 'list', 'member' => ['shape' => 'ManagedActionHistoryItem'], 'max' => 100, 'min' => 1], 'ManagedActionInvalidStateException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ManagedActionInvalidStateException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ManagedActions' => ['type' => 'list', 'member' => ['shape' => 'ManagedAction'], 'max' => 100, 'min' => 1], 'MaxAgeRule' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'BoxedBoolean'], 'MaxAgeInDays' => ['shape' => 'BoxedInt'], 'DeleteSourceFromS3' => ['shape' => 'BoxedBoolean']]], 'MaxCountRule' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'BoxedBoolean'], 'MaxCount' => ['shape' => 'BoxedInt'], 'DeleteSourceFromS3' => ['shape' => 'BoxedBoolean']]], 'MaxRecords' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 100, 'min' => 1], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NullableDouble' => ['type' => 'double'], 'NullableInteger' => ['type' => 'integer'], 'NullableLong' => ['type' => 'long'], 'OperatingSystemName' => ['type' => 'string'], 'OperatingSystemVersion' => ['type' => 'string'], 'OperationInProgressException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationInProgressFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionNamespace' => ['type' => 'string'], 'OptionRestrictionMaxLength' => ['type' => 'integer'], 'OptionRestrictionMaxValue' => ['type' => 'integer'], 'OptionRestrictionMinValue' => ['type' => 'integer'], 'OptionRestrictionRegex' => ['type' => 'structure', 'members' => ['Pattern' => ['shape' => 'RegexPattern'], 'Label' => ['shape' => 'RegexLabel']]], 'OptionSpecification' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'ResourceName'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName']]], 'OptionsSpecifierList' => ['type' => 'list', 'member' => ['shape' => 'OptionSpecification']], 'PlatformArn' => ['type' => 'string'], 'PlatformCategory' => ['type' => 'string'], 'PlatformDescription' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn'], 'PlatformOwner' => ['shape' => 'PlatformOwner'], 'PlatformName' => ['shape' => 'PlatformName'], 'PlatformVersion' => ['shape' => 'PlatformVersion'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformStatus' => ['shape' => 'PlatformStatus'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'PlatformCategory' => ['shape' => 'PlatformCategory'], 'Description' => ['shape' => 'Description'], 'Maintainer' => ['shape' => 'Maintainer'], 'OperatingSystemName' => ['shape' => 'OperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'OperatingSystemVersion'], 'ProgrammingLanguages' => ['shape' => 'PlatformProgrammingLanguages'], 'Frameworks' => ['shape' => 'PlatformFrameworks'], 'CustomAmiList' => ['shape' => 'CustomAmiList'], 'SupportedTierList' => ['shape' => 'SupportedTierList'], 'SupportedAddonList' => ['shape' => 'SupportedAddonList']]], 'PlatformFilter' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'PlatformFilterType'], 'Operator' => ['shape' => 'PlatformFilterOperator'], 'Values' => ['shape' => 'PlatformFilterValueList']]], 'PlatformFilterOperator' => ['type' => 'string'], 'PlatformFilterType' => ['type' => 'string'], 'PlatformFilterValue' => ['type' => 'string'], 'PlatformFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'PlatformFilterValue']], 'PlatformFilters' => ['type' => 'list', 'member' => ['shape' => 'PlatformFilter']], 'PlatformFramework' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'PlatformFrameworks' => ['type' => 'list', 'member' => ['shape' => 'PlatformFramework']], 'PlatformMaxRecords' => ['type' => 'integer', 'min' => 1], 'PlatformName' => ['type' => 'string'], 'PlatformOwner' => ['type' => 'string'], 'PlatformProgrammingLanguage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'PlatformProgrammingLanguages' => ['type' => 'list', 'member' => ['shape' => 'PlatformProgrammingLanguage']], 'PlatformStatus' => ['type' => 'string', 'enum' => ['Creating', 'Failed', 'Ready', 'Deleting', 'Deleted']], 'PlatformSummary' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn'], 'PlatformOwner' => ['shape' => 'PlatformOwner'], 'PlatformStatus' => ['shape' => 'PlatformStatus'], 'PlatformCategory' => ['shape' => 'PlatformCategory'], 'OperatingSystemName' => ['shape' => 'OperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'OperatingSystemVersion'], 'SupportedTierList' => ['shape' => 'SupportedTierList'], 'SupportedAddonList' => ['shape' => 'SupportedAddonList']]], 'PlatformSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PlatformSummary']], 'PlatformVersion' => ['type' => 'string'], 'PlatformVersionStillReferencedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PlatformVersionStillReferencedException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Queue' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'URL' => ['shape' => 'String']]], 'QueueList' => ['type' => 'list', 'member' => ['shape' => 'Queue']], 'RebuildEnvironmentMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'RefreshedAt' => ['type' => 'timestamp'], 'RegexLabel' => ['type' => 'string'], 'RegexPattern' => ['type' => 'string'], 'RequestCount' => ['type' => 'integer'], 'RequestEnvironmentInfoMessage' => ['type' => 'structure', 'required' => ['InfoType'], 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'InfoType' => ['shape' => 'EnvironmentInfoType']]], 'RequestId' => ['type' => 'string'], 'ResourceArn' => ['type' => 'string'], 'ResourceId' => ['type' => 'string'], 'ResourceName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ResourceQuota' => ['type' => 'structure', 'members' => ['Maximum' => ['shape' => 'BoxedInt']]], 'ResourceQuotas' => ['type' => 'structure', 'members' => ['ApplicationQuota' => ['shape' => 'ResourceQuota'], 'ApplicationVersionQuota' => ['shape' => 'ResourceQuota'], 'EnvironmentQuota' => ['shape' => 'ResourceQuota'], 'ConfigurationTemplateQuota' => ['shape' => 'ResourceQuota'], 'CustomPlatformQuota' => ['shape' => 'ResourceQuota']]], 'ResourceTagsDescriptionMessage' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'ResourceTags' => ['shape' => 'TagList']]], 'ResourceTypeNotSupportedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceTypeNotSupportedException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'RestartAppServerMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'RetrieveEnvironmentInfoMessage' => ['type' => 'structure', 'required' => ['InfoType'], 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'InfoType' => ['shape' => 'EnvironmentInfoType']]], 'RetrieveEnvironmentInfoResultMessage' => ['type' => 'structure', 'members' => ['EnvironmentInfo' => ['shape' => 'EnvironmentInfoDescriptionList']]], 'S3Bucket' => ['type' => 'string', 'max' => 255], 'S3Key' => ['type' => 'string', 'max' => 1024], 'S3Location' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'S3LocationNotInServiceRegionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'S3LocationNotInServiceRegionException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'S3SubscriptionRequiredException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'S3SubscriptionRequiredException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SampleTimestamp' => ['type' => 'timestamp'], 'SingleInstanceHealth' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'HealthStatus' => ['shape' => 'String'], 'Color' => ['shape' => 'String'], 'Causes' => ['shape' => 'Causes'], 'LaunchedAt' => ['shape' => 'LaunchedAt'], 'ApplicationMetrics' => ['shape' => 'ApplicationMetrics'], 'System' => ['shape' => 'SystemStatus'], 'Deployment' => ['shape' => 'Deployment'], 'AvailabilityZone' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String']]], 'SolutionStackDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PermittedFileTypes' => ['shape' => 'SolutionStackFileTypeList']]], 'SolutionStackFileTypeList' => ['type' => 'list', 'member' => ['shape' => 'FileTypeExtension']], 'SolutionStackName' => ['type' => 'string'], 'SourceBuildInformation' => ['type' => 'structure', 'required' => ['SourceType', 'SourceRepository', 'SourceLocation'], 'members' => ['SourceType' => ['shape' => 'SourceType'], 'SourceRepository' => ['shape' => 'SourceRepository'], 'SourceLocation' => ['shape' => 'SourceLocation']]], 'SourceBundleDeletionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceBundleDeletionFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceConfiguration' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName']]], 'SourceLocation' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '.+/.+'], 'SourceRepository' => ['type' => 'string', 'enum' => ['CodeCommit', 'S3']], 'SourceType' => ['type' => 'string', 'enum' => ['Git', 'Zip']], 'StatusCodes' => ['type' => 'structure', 'members' => ['Status2xx' => ['shape' => 'NullableInteger'], 'Status3xx' => ['shape' => 'NullableInteger'], 'Status4xx' => ['shape' => 'NullableInteger'], 'Status5xx' => ['shape' => 'NullableInteger']]], 'String' => ['type' => 'string'], 'SupportedAddon' => ['type' => 'string'], 'SupportedAddonList' => ['type' => 'list', 'member' => ['shape' => 'SupportedAddon']], 'SupportedTier' => ['type' => 'string'], 'SupportedTierList' => ['type' => 'list', 'member' => ['shape' => 'SupportedTier']], 'SwapEnvironmentCNAMEsMessage' => ['type' => 'structure', 'members' => ['SourceEnvironmentId' => ['shape' => 'EnvironmentId'], 'SourceEnvironmentName' => ['shape' => 'EnvironmentName'], 'DestinationEnvironmentId' => ['shape' => 'EnvironmentId'], 'DestinationEnvironmentName' => ['shape' => 'EnvironmentName']]], 'SystemStatus' => ['type' => 'structure', 'members' => ['CPUUtilization' => ['shape' => 'CPUUtilization'], 'LoadAverage' => ['shape' => 'LoadAverage']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TerminateEnvForce' => ['type' => 'boolean'], 'TerminateEnvironmentMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'TerminateResources' => ['shape' => 'TerminateEnvironmentResources'], 'ForceTerminate' => ['shape' => 'ForceTerminate']]], 'TerminateEnvironmentResources' => ['type' => 'boolean'], 'TimeFilterEnd' => ['type' => 'timestamp'], 'TimeFilterStart' => ['type' => 'timestamp'], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TooManyApplicationVersionsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyApplicationsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyApplicationsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyBucketsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyBucketsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyConfigurationTemplatesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyConfigurationTemplatesException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyEnvironmentsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyEnvironmentsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyPlatformsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyPlatformsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTagsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Trigger' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'TriggerList' => ['type' => 'list', 'member' => ['shape' => 'Trigger']], 'UpdateApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description']]], 'UpdateApplicationResourceLifecycleMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'ResourceLifecycleConfig'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'UpdateApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'Description' => ['shape' => 'Description']]], 'UpdateConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList']]], 'UpdateDate' => ['type' => 'timestamp'], 'UpdateEnvironmentMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description'], 'Tier' => ['shape' => 'EnvironmentTier'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList']]], 'UpdateTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagsToAdd' => ['shape' => 'TagList'], 'TagsToRemove' => ['shape' => 'TagKeyList']]], 'UserDefinedOption' => ['type' => 'boolean'], 'ValidateConfigurationSettingsMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'OptionSettings'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList']]], 'ValidationMessage' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ValidationMessageString'], 'Severity' => ['shape' => 'ValidationSeverity'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName']]], 'ValidationMessageString' => ['type' => 'string'], 'ValidationMessagesList' => ['type' => 'list', 'member' => ['shape' => 'ValidationMessage']], 'ValidationSeverity' => ['type' => 'string', 'enum' => ['error', 'warning']], 'VersionLabel' => ['type' => 'string', 'max' => 100, 'min' => 1], 'VersionLabels' => ['type' => 'list', 'member' => ['shape' => 'VersionLabel']], 'VersionLabelsList' => ['type' => 'list', 'member' => ['shape' => 'VersionLabel']], 'VirtualizationType' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2010-12-01', 'endpointPrefix' => 'elasticbeanstalk', 'protocol' => 'query', 'serviceAbbreviation' => 'Elastic Beanstalk', 'serviceFullName' => 'AWS Elastic Beanstalk', 'serviceId' => 'Elastic Beanstalk', 'signatureVersion' => 'v4', 'uid' => 'elasticbeanstalk-2010-12-01', 'xmlNamespace' => 'http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/'], 'operations' => ['AbortEnvironmentUpdate' => ['name' => 'AbortEnvironmentUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AbortEnvironmentUpdateMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'ApplyEnvironmentManagedAction' => ['name' => 'ApplyEnvironmentManagedAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyEnvironmentManagedActionRequest'], 'output' => ['shape' => 'ApplyEnvironmentManagedActionResult', 'resultWrapper' => 'ApplyEnvironmentManagedActionResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'ManagedActionInvalidStateException']]], 'AssociateEnvironmentOperationsRole' => ['name' => 'AssociateEnvironmentOperationsRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateEnvironmentOperationsRoleMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'CheckDNSAvailability' => ['name' => 'CheckDNSAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDNSAvailabilityMessage'], 'output' => ['shape' => 'CheckDNSAvailabilityResultMessage', 'resultWrapper' => 'CheckDNSAvailabilityResult']], 'ComposeEnvironments' => ['name' => 'ComposeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ComposeEnvironmentsMessage'], 'output' => ['shape' => 'EnvironmentDescriptionsMessage', 'resultWrapper' => 'ComposeEnvironmentsResult'], 'errors' => [['shape' => 'TooManyEnvironmentsException'], ['shape' => 'InsufficientPrivilegesException']]], 'CreateApplication' => ['name' => 'CreateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationMessage'], 'output' => ['shape' => 'ApplicationDescriptionMessage', 'resultWrapper' => 'CreateApplicationResult'], 'errors' => [['shape' => 'TooManyApplicationsException']]], 'CreateApplicationVersion' => ['name' => 'CreateApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateApplicationVersionMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionMessage', 'resultWrapper' => 'CreateApplicationVersionResult'], 'errors' => [['shape' => 'TooManyApplicationsException'], ['shape' => 'TooManyApplicationVersionsException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'S3LocationNotInServiceRegionException'], ['shape' => 'CodeBuildNotInServiceRegionException']]], 'CreateConfigurationTemplate' => ['name' => 'CreateConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConfigurationTemplateMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescription', 'resultWrapper' => 'CreateConfigurationTemplateResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException'], ['shape' => 'TooManyConfigurationTemplatesException']]], 'CreateEnvironment' => ['name' => 'CreateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'CreateEnvironmentResult'], 'errors' => [['shape' => 'TooManyEnvironmentsException'], ['shape' => 'InsufficientPrivilegesException']]], 'CreatePlatformVersion' => ['name' => 'CreatePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlatformVersionRequest'], 'output' => ['shape' => 'CreatePlatformVersionResult', 'resultWrapper' => 'CreatePlatformVersionResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'TooManyPlatformsException']]], 'CreateStorageLocation' => ['name' => 'CreateStorageLocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'CreateStorageLocationResultMessage', 'resultWrapper' => 'CreateStorageLocationResult'], 'errors' => [['shape' => 'TooManyBucketsException'], ['shape' => 'S3SubscriptionRequiredException'], ['shape' => 'InsufficientPrivilegesException']]], 'DeleteApplication' => ['name' => 'DeleteApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationMessage'], 'errors' => [['shape' => 'OperationInProgressException']]], 'DeleteApplicationVersion' => ['name' => 'DeleteApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteApplicationVersionMessage'], 'errors' => [['shape' => 'SourceBundleDeletionException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'OperationInProgressException'], ['shape' => 'S3LocationNotInServiceRegionException']]], 'DeleteConfigurationTemplate' => ['name' => 'DeleteConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConfigurationTemplateMessage'], 'errors' => [['shape' => 'OperationInProgressException']]], 'DeleteEnvironmentConfiguration' => ['name' => 'DeleteEnvironmentConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEnvironmentConfigurationMessage']], 'DeletePlatformVersion' => ['name' => 'DeletePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePlatformVersionRequest'], 'output' => ['shape' => 'DeletePlatformVersionResult', 'resultWrapper' => 'DeletePlatformVersionResult'], 'errors' => [['shape' => 'OperationInProgressException'], ['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException'], ['shape' => 'PlatformVersionStillReferencedException']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeAccountAttributesResult', 'resultWrapper' => 'DescribeAccountAttributesResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'DescribeApplicationVersions' => ['name' => 'DescribeApplicationVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationVersionsMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionsMessage', 'resultWrapper' => 'DescribeApplicationVersionsResult']], 'DescribeApplications' => ['name' => 'DescribeApplications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationsMessage'], 'output' => ['shape' => 'ApplicationDescriptionsMessage', 'resultWrapper' => 'DescribeApplicationsResult']], 'DescribeConfigurationOptions' => ['name' => 'DescribeConfigurationOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationOptionsMessage'], 'output' => ['shape' => 'ConfigurationOptionsDescription', 'resultWrapper' => 'DescribeConfigurationOptionsResult'], 'errors' => [['shape' => 'TooManyBucketsException']]], 'DescribeConfigurationSettings' => ['name' => 'DescribeConfigurationSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConfigurationSettingsMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescriptions', 'resultWrapper' => 'DescribeConfigurationSettingsResult'], 'errors' => [['shape' => 'TooManyBucketsException']]], 'DescribeEnvironmentHealth' => ['name' => 'DescribeEnvironmentHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentHealthRequest'], 'output' => ['shape' => 'DescribeEnvironmentHealthResult', 'resultWrapper' => 'DescribeEnvironmentHealthResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentManagedActionHistory' => ['name' => 'DescribeEnvironmentManagedActionHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentManagedActionHistoryRequest'], 'output' => ['shape' => 'DescribeEnvironmentManagedActionHistoryResult', 'resultWrapper' => 'DescribeEnvironmentManagedActionHistoryResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentManagedActions' => ['name' => 'DescribeEnvironmentManagedActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentManagedActionsRequest'], 'output' => ['shape' => 'DescribeEnvironmentManagedActionsResult', 'resultWrapper' => 'DescribeEnvironmentManagedActionsResult'], 'errors' => [['shape' => 'ElasticBeanstalkServiceException']]], 'DescribeEnvironmentResources' => ['name' => 'DescribeEnvironmentResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentResourcesMessage'], 'output' => ['shape' => 'EnvironmentResourceDescriptionsMessage', 'resultWrapper' => 'DescribeEnvironmentResourcesResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'DescribeEnvironments' => ['name' => 'DescribeEnvironments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEnvironmentsMessage'], 'output' => ['shape' => 'EnvironmentDescriptionsMessage', 'resultWrapper' => 'DescribeEnvironmentsResult']], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventDescriptionsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeInstancesHealth' => ['name' => 'DescribeInstancesHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesHealthRequest'], 'output' => ['shape' => 'DescribeInstancesHealthResult', 'resultWrapper' => 'DescribeInstancesHealthResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'DescribePlatformVersion' => ['name' => 'DescribePlatformVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlatformVersionRequest'], 'output' => ['shape' => 'DescribePlatformVersionResult', 'resultWrapper' => 'DescribePlatformVersionResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'DisassociateEnvironmentOperationsRole' => ['name' => 'DisassociateEnvironmentOperationsRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateEnvironmentOperationsRoleMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'ListAvailableSolutionStacks' => ['name' => 'ListAvailableSolutionStacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'ListAvailableSolutionStacksResultMessage', 'resultWrapper' => 'ListAvailableSolutionStacksResult']], 'ListPlatformBranches' => ['name' => 'ListPlatformBranches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPlatformBranchesRequest'], 'output' => ['shape' => 'ListPlatformBranchesResult', 'resultWrapper' => 'ListPlatformBranchesResult']], 'ListPlatformVersions' => ['name' => 'ListPlatformVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPlatformVersionsRequest'], 'output' => ['shape' => 'ListPlatformVersionsResult', 'resultWrapper' => 'ListPlatformVersionsResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ElasticBeanstalkServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'ResourceTagsDescriptionMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceTypeNotSupportedException']]], 'RebuildEnvironment' => ['name' => 'RebuildEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebuildEnvironmentMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'RequestEnvironmentInfo' => ['name' => 'RequestEnvironmentInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestEnvironmentInfoMessage']], 'RestartAppServer' => ['name' => 'RestartAppServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestartAppServerMessage']], 'RetrieveEnvironmentInfo' => ['name' => 'RetrieveEnvironmentInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveEnvironmentInfoMessage'], 'output' => ['shape' => 'RetrieveEnvironmentInfoResultMessage', 'resultWrapper' => 'RetrieveEnvironmentInfoResult']], 'SwapEnvironmentCNAMEs' => ['name' => 'SwapEnvironmentCNAMEs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SwapEnvironmentCNAMEsMessage']], 'TerminateEnvironment' => ['name' => 'TerminateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'TerminateEnvironmentResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'UpdateApplication' => ['name' => 'UpdateApplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationMessage'], 'output' => ['shape' => 'ApplicationDescriptionMessage', 'resultWrapper' => 'UpdateApplicationResult']], 'UpdateApplicationResourceLifecycle' => ['name' => 'UpdateApplicationResourceLifecycle', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationResourceLifecycleMessage'], 'output' => ['shape' => 'ApplicationResourceLifecycleDescriptionMessage', 'resultWrapper' => 'UpdateApplicationResourceLifecycleResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException']]], 'UpdateApplicationVersion' => ['name' => 'UpdateApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateApplicationVersionMessage'], 'output' => ['shape' => 'ApplicationVersionDescriptionMessage', 'resultWrapper' => 'UpdateApplicationVersionResult']], 'UpdateConfigurationTemplate' => ['name' => 'UpdateConfigurationTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConfigurationTemplateMessage'], 'output' => ['shape' => 'ConfigurationSettingsDescription', 'resultWrapper' => 'UpdateConfigurationTemplateResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]], 'UpdateEnvironment' => ['name' => 'UpdateEnvironment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEnvironmentMessage'], 'output' => ['shape' => 'EnvironmentDescription', 'resultWrapper' => 'UpdateEnvironmentResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]], 'UpdateTagsForResource' => ['name' => 'UpdateTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagsForResourceMessage'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'OperationInProgressException'], ['shape' => 'TooManyTagsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceTypeNotSupportedException']]], 'ValidateConfigurationSettings' => ['name' => 'ValidateConfigurationSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateConfigurationSettingsMessage'], 'output' => ['shape' => 'ConfigurationSettingsValidationMessages', 'resultWrapper' => 'ValidateConfigurationSettingsResult'], 'errors' => [['shape' => 'InsufficientPrivilegesException'], ['shape' => 'TooManyBucketsException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AbortEnvironmentUpdateMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'AbortableOperationInProgress' => ['type' => 'boolean'], 'ActionHistoryStatus' => ['type' => 'string', 'enum' => ['Completed', 'Failed', 'Unknown']], 'ActionStatus' => ['type' => 'string', 'enum' => ['Scheduled', 'Pending', 'Running', 'Unknown']], 'ActionType' => ['type' => 'string', 'enum' => ['InstanceRefresh', 'PlatformUpdate', 'Unknown']], 'ApplicationArn' => ['type' => 'string'], 'ApplicationDescription' => ['type' => 'structure', 'members' => ['ApplicationArn' => ['shape' => 'ApplicationArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Versions' => ['shape' => 'VersionLabelsList'], 'ConfigurationTemplates' => ['shape' => 'ConfigurationTemplateNamesList'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'ApplicationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationDescription']], 'ApplicationDescriptionMessage' => ['type' => 'structure', 'members' => ['Application' => ['shape' => 'ApplicationDescription']]], 'ApplicationDescriptionsMessage' => ['type' => 'structure', 'members' => ['Applications' => ['shape' => 'ApplicationDescriptionList']]], 'ApplicationMetrics' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => 'NullableInteger'], 'RequestCount' => ['shape' => 'RequestCount'], 'StatusCodes' => ['shape' => 'StatusCodes'], 'Latency' => ['shape' => 'Latency']]], 'ApplicationName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ApplicationNamesList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationName']], 'ApplicationResourceLifecycleConfig' => ['type' => 'structure', 'members' => ['ServiceRole' => ['shape' => 'String'], 'VersionLifecycleConfig' => ['shape' => 'ApplicationVersionLifecycleConfig']]], 'ApplicationResourceLifecycleDescriptionMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'ApplicationVersionArn' => ['type' => 'string'], 'ApplicationVersionDescription' => ['type' => 'structure', 'members' => ['ApplicationVersionArn' => ['shape' => 'ApplicationVersionArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'SourceBuildInformation' => ['shape' => 'SourceBuildInformation'], 'BuildArn' => ['shape' => 'String'], 'SourceBundle' => ['shape' => 'S3Location'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Status' => ['shape' => 'ApplicationVersionStatus']]], 'ApplicationVersionDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationVersionDescription']], 'ApplicationVersionDescriptionMessage' => ['type' => 'structure', 'members' => ['ApplicationVersion' => ['shape' => 'ApplicationVersionDescription']]], 'ApplicationVersionDescriptionsMessage' => ['type' => 'structure', 'members' => ['ApplicationVersions' => ['shape' => 'ApplicationVersionDescriptionList'], 'NextToken' => ['shape' => 'Token']]], 'ApplicationVersionLifecycleConfig' => ['type' => 'structure', 'members' => ['MaxCountRule' => ['shape' => 'MaxCountRule'], 'MaxAgeRule' => ['shape' => 'MaxAgeRule']]], 'ApplicationVersionProccess' => ['type' => 'boolean'], 'ApplicationVersionStatus' => ['type' => 'string', 'enum' => ['Processed', 'Unprocessed', 'Failed', 'Processing', 'Building']], 'ApplyEnvironmentManagedActionRequest' => ['type' => 'structure', 'required' => ['ActionId'], 'members' => ['EnvironmentName' => ['shape' => 'String'], 'EnvironmentId' => ['shape' => 'String'], 'ActionId' => ['shape' => 'String']]], 'ApplyEnvironmentManagedActionResult' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionDescription' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'Status' => ['shape' => 'String']]], 'AssociateEnvironmentOperationsRoleMessage' => ['type' => 'structure', 'required' => ['EnvironmentName', 'OperationsRole'], 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'OperationsRole' => ['shape' => 'OperationsRole']]], 'AutoCreateApplication' => ['type' => 'boolean'], 'AutoScalingGroup' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'AutoScalingGroupList' => ['type' => 'list', 'member' => ['shape' => 'AutoScalingGroup']], 'AvailableSolutionStackDetailsList' => ['type' => 'list', 'member' => ['shape' => 'SolutionStackDescription']], 'AvailableSolutionStackNamesList' => ['type' => 'list', 'member' => ['shape' => 'SolutionStackName']], 'BoxedBoolean' => ['type' => 'boolean'], 'BoxedInt' => ['type' => 'integer'], 'BranchName' => ['type' => 'string'], 'BranchOrder' => ['type' => 'integer'], 'BuildConfiguration' => ['type' => 'structure', 'required' => ['CodeBuildServiceRole', 'Image'], 'members' => ['ArtifactName' => ['shape' => 'String'], 'CodeBuildServiceRole' => ['shape' => 'NonEmptyString'], 'ComputeType' => ['shape' => 'ComputeType'], 'Image' => ['shape' => 'NonEmptyString'], 'TimeoutInMinutes' => ['shape' => 'BoxedInt']]], 'Builder' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'ARN']]], 'CPUUtilization' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'NullableDouble'], 'Nice' => ['shape' => 'NullableDouble'], 'System' => ['shape' => 'NullableDouble'], 'Idle' => ['shape' => 'NullableDouble'], 'IOWait' => ['shape' => 'NullableDouble'], 'IRQ' => ['shape' => 'NullableDouble'], 'SoftIRQ' => ['shape' => 'NullableDouble'], 'Privileged' => ['shape' => 'NullableDouble']]], 'Cause' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Causes' => ['type' => 'list', 'member' => ['shape' => 'Cause']], 'CheckDNSAvailabilityMessage' => ['type' => 'structure', 'required' => ['CNAMEPrefix'], 'members' => ['CNAMEPrefix' => ['shape' => 'DNSCnamePrefix']]], 'CheckDNSAvailabilityResultMessage' => ['type' => 'structure', 'members' => ['Available' => ['shape' => 'CnameAvailability'], 'FullyQualifiedCNAME' => ['shape' => 'DNSCname']]], 'CnameAvailability' => ['type' => 'boolean'], 'CodeBuildNotInServiceRegionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CodeBuildNotInServiceRegionException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ComposeEnvironmentsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'GroupName' => ['shape' => 'GroupName'], 'VersionLabels' => ['shape' => 'VersionLabels']]], 'ComputeType' => ['type' => 'string', 'enum' => ['BUILD_GENERAL1_SMALL', 'BUILD_GENERAL1_MEDIUM', 'BUILD_GENERAL1_LARGE']], 'ConfigurationDeploymentStatus' => ['type' => 'string', 'enum' => ['deployed', 'pending', 'failed']], 'ConfigurationOptionDefaultValue' => ['type' => 'string'], 'ConfigurationOptionDescription' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'OptionNamespace'], 'Name' => ['shape' => 'ConfigurationOptionName'], 'DefaultValue' => ['shape' => 'ConfigurationOptionDefaultValue'], 'ChangeSeverity' => ['shape' => 'ConfigurationOptionSeverity'], 'UserDefined' => ['shape' => 'UserDefinedOption'], 'ValueType' => ['shape' => 'ConfigurationOptionValueType'], 'ValueOptions' => ['shape' => 'ConfigurationOptionPossibleValues'], 'MinValue' => ['shape' => 'OptionRestrictionMinValue'], 'MaxValue' => ['shape' => 'OptionRestrictionMaxValue'], 'MaxLength' => ['shape' => 'OptionRestrictionMaxLength'], 'Regex' => ['shape' => 'OptionRestrictionRegex']]], 'ConfigurationOptionDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionDescription']], 'ConfigurationOptionName' => ['type' => 'string'], 'ConfigurationOptionPossibleValue' => ['type' => 'string'], 'ConfigurationOptionPossibleValues' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionPossibleValue']], 'ConfigurationOptionSetting' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'ResourceName'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName'], 'Value' => ['shape' => 'ConfigurationOptionValue']]], 'ConfigurationOptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationOptionSetting']], 'ConfigurationOptionSeverity' => ['type' => 'string'], 'ConfigurationOptionValue' => ['type' => 'string'], 'ConfigurationOptionValueType' => ['type' => 'string', 'enum' => ['Scalar', 'List']], 'ConfigurationOptionsDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'Options' => ['shape' => 'ConfigurationOptionDescriptionsList']]], 'ConfigurationSettingsDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'DeploymentStatus' => ['shape' => 'ConfigurationDeploymentStatus'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList']]], 'ConfigurationSettingsDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationSettingsDescription']], 'ConfigurationSettingsDescriptions' => ['type' => 'structure', 'members' => ['ConfigurationSettings' => ['shape' => 'ConfigurationSettingsDescriptionList']]], 'ConfigurationSettingsValidationMessages' => ['type' => 'structure', 'members' => ['Messages' => ['shape' => 'ValidationMessagesList']]], 'ConfigurationTemplateName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ConfigurationTemplateNamesList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationTemplateName']], 'CreateApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig'], 'Tags' => ['shape' => 'Tags']]], 'CreateApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'Description' => ['shape' => 'Description'], 'SourceBuildInformation' => ['shape' => 'SourceBuildInformation'], 'SourceBundle' => ['shape' => 'S3Location'], 'BuildConfiguration' => ['shape' => 'BuildConfiguration'], 'AutoCreateApplication' => ['shape' => 'AutoCreateApplication'], 'Process' => ['shape' => 'ApplicationVersionProccess'], 'Tags' => ['shape' => 'Tags']]], 'CreateConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'SourceConfiguration' => ['shape' => 'SourceConfiguration'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'Description' => ['shape' => 'Description'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'Tags' => ['shape' => 'Tags']]], 'CreateEnvironmentMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description'], 'CNAMEPrefix' => ['shape' => 'DNSCnamePrefix'], 'Tier' => ['shape' => 'EnvironmentTier'], 'Tags' => ['shape' => 'Tags'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList'], 'OperationsRole' => ['shape' => 'OperationsRole']]], 'CreatePlatformVersionRequest' => ['type' => 'structure', 'required' => ['PlatformName', 'PlatformVersion', 'PlatformDefinitionBundle'], 'members' => ['PlatformName' => ['shape' => 'PlatformName'], 'PlatformVersion' => ['shape' => 'PlatformVersion'], 'PlatformDefinitionBundle' => ['shape' => 'S3Location'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'Tags' => ['shape' => 'Tags']]], 'CreatePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformSummary' => ['shape' => 'PlatformSummary'], 'Builder' => ['shape' => 'Builder']]], 'CreateStorageLocationResultMessage' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket']]], 'CreationDate' => ['type' => 'timestamp'], 'CustomAmi' => ['type' => 'structure', 'members' => ['VirtualizationType' => ['shape' => 'VirtualizationType'], 'ImageId' => ['shape' => 'ImageId']]], 'CustomAmiList' => ['type' => 'list', 'member' => ['shape' => 'CustomAmi']], 'DNSCname' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DNSCnamePrefix' => ['type' => 'string', 'max' => 63, 'min' => 4], 'DeleteApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TerminateEnvByForce' => ['shape' => 'TerminateEnvForce']]], 'DeleteApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'DeleteSourceBundle' => ['shape' => 'DeleteSourceBundle']]], 'DeleteConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName']]], 'DeleteEnvironmentConfigurationMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'EnvironmentName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DeletePlatformVersionRequest' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn']]], 'DeletePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformSummary' => ['shape' => 'PlatformSummary']]], 'DeleteSourceBundle' => ['type' => 'boolean'], 'Deployment' => ['type' => 'structure', 'members' => ['VersionLabel' => ['shape' => 'String'], 'DeploymentId' => ['shape' => 'NullableLong'], 'Status' => ['shape' => 'String'], 'DeploymentTime' => ['shape' => 'DeploymentTimestamp']]], 'DeploymentTimestamp' => ['type' => 'timestamp'], 'DescribeAccountAttributesResult' => ['type' => 'structure', 'members' => ['ResourceQuotas' => ['shape' => 'ResourceQuotas']]], 'DescribeApplicationVersionsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabels' => ['shape' => 'VersionLabelsList'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeApplicationsMessage' => ['type' => 'structure', 'members' => ['ApplicationNames' => ['shape' => 'ApplicationNamesList']]], 'DescribeConfigurationOptionsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'Options' => ['shape' => 'OptionsSpecifierList']]], 'DescribeConfigurationSettingsMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DescribeEnvironmentHealthRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'AttributeNames' => ['shape' => 'EnvironmentHealthAttributes']]], 'DescribeEnvironmentHealthResult' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'HealthStatus' => ['shape' => 'String'], 'Status' => ['shape' => 'EnvironmentHealth'], 'Color' => ['shape' => 'String'], 'Causes' => ['shape' => 'Causes'], 'ApplicationMetrics' => ['shape' => 'ApplicationMetrics'], 'InstancesHealth' => ['shape' => 'InstanceHealthSummary'], 'RefreshedAt' => ['shape' => 'RefreshedAt']]], 'DescribeEnvironmentManagedActionHistoryRequest' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'NextToken' => ['shape' => 'String'], 'MaxItems' => ['shape' => 'Integer']]], 'DescribeEnvironmentManagedActionHistoryResult' => ['type' => 'structure', 'members' => ['ManagedActionHistoryItems' => ['shape' => 'ManagedActionHistoryItems'], 'NextToken' => ['shape' => 'String']]], 'DescribeEnvironmentManagedActionsRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'String'], 'EnvironmentId' => ['shape' => 'String'], 'Status' => ['shape' => 'ActionStatus']]], 'DescribeEnvironmentManagedActionsResult' => ['type' => 'structure', 'members' => ['ManagedActions' => ['shape' => 'ManagedActions']]], 'DescribeEnvironmentResourcesMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'DescribeEnvironmentsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'EnvironmentIds' => ['shape' => 'EnvironmentIdList'], 'EnvironmentNames' => ['shape' => 'EnvironmentNamesList'], 'IncludeDeleted' => ['shape' => 'IncludeDeleted'], 'IncludedDeletedBackTo' => ['shape' => 'IncludeDeletedBackTo'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'RequestId' => ['shape' => 'RequestId'], 'Severity' => ['shape' => 'EventSeverity'], 'StartTime' => ['shape' => 'TimeFilterStart'], 'EndTime' => ['shape' => 'TimeFilterEnd'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'DescribeInstancesHealthRequest' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'AttributeNames' => ['shape' => 'InstancesHealthAttributes'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancesHealthResult' => ['type' => 'structure', 'members' => ['InstanceHealthList' => ['shape' => 'InstanceHealthList'], 'RefreshedAt' => ['shape' => 'RefreshedAt'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePlatformVersionRequest' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn']]], 'DescribePlatformVersionResult' => ['type' => 'structure', 'members' => ['PlatformDescription' => ['shape' => 'PlatformDescription']]], 'Description' => ['type' => 'string', 'max' => 200], 'DisassociateEnvironmentOperationsRoleMessage' => ['type' => 'structure', 'required' => ['EnvironmentName'], 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName']]], 'Ec2InstanceId' => ['type' => 'string'], 'ElasticBeanstalkServiceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EndpointURL' => ['type' => 'string'], 'EnvironmentArn' => ['type' => 'string'], 'EnvironmentDescription' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'EndpointURL' => ['shape' => 'EndpointURL'], 'CNAME' => ['shape' => 'DNSCname'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'Status' => ['shape' => 'EnvironmentStatus'], 'AbortableOperationInProgress' => ['shape' => 'AbortableOperationInProgress'], 'Health' => ['shape' => 'EnvironmentHealth'], 'HealthStatus' => ['shape' => 'EnvironmentHealthStatus'], 'Resources' => ['shape' => 'EnvironmentResourcesDescription'], 'Tier' => ['shape' => 'EnvironmentTier'], 'EnvironmentLinks' => ['shape' => 'EnvironmentLinks'], 'EnvironmentArn' => ['shape' => 'EnvironmentArn'], 'OperationsRole' => ['shape' => 'OperationsRole']]], 'EnvironmentDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentDescription']], 'EnvironmentDescriptionsMessage' => ['type' => 'structure', 'members' => ['Environments' => ['shape' => 'EnvironmentDescriptionsList'], 'NextToken' => ['shape' => 'Token']]], 'EnvironmentHealth' => ['type' => 'string', 'enum' => ['Green', 'Yellow', 'Red', 'Grey']], 'EnvironmentHealthAttribute' => ['type' => 'string', 'enum' => ['Status', 'Color', 'Causes', 'ApplicationMetrics', 'InstancesHealth', 'All', 'HealthStatus', 'RefreshedAt']], 'EnvironmentHealthAttributes' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentHealthAttribute']], 'EnvironmentHealthStatus' => ['type' => 'string', 'enum' => ['NoData', 'Unknown', 'Pending', 'Ok', 'Info', 'Warning', 'Degraded', 'Severe', 'Suspended']], 'EnvironmentId' => ['type' => 'string'], 'EnvironmentIdList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentId']], 'EnvironmentInfoDescription' => ['type' => 'structure', 'members' => ['InfoType' => ['shape' => 'EnvironmentInfoType'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'SampleTimestamp' => ['shape' => 'SampleTimestamp'], 'Message' => ['shape' => 'Message']]], 'EnvironmentInfoDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentInfoDescription']], 'EnvironmentInfoType' => ['type' => 'string', 'enum' => ['tail', 'bundle']], 'EnvironmentLink' => ['type' => 'structure', 'members' => ['LinkName' => ['shape' => 'String'], 'EnvironmentName' => ['shape' => 'String']]], 'EnvironmentLinks' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentLink']], 'EnvironmentName' => ['type' => 'string', 'max' => 40, 'min' => 4], 'EnvironmentNamesList' => ['type' => 'list', 'member' => ['shape' => 'EnvironmentName']], 'EnvironmentResourceDescription' => ['type' => 'structure', 'members' => ['EnvironmentName' => ['shape' => 'EnvironmentName'], 'AutoScalingGroups' => ['shape' => 'AutoScalingGroupList'], 'Instances' => ['shape' => 'InstanceList'], 'LaunchConfigurations' => ['shape' => 'LaunchConfigurationList'], 'LaunchTemplates' => ['shape' => 'LaunchTemplateList'], 'LoadBalancers' => ['shape' => 'LoadBalancerList'], 'Triggers' => ['shape' => 'TriggerList'], 'Queues' => ['shape' => 'QueueList']]], 'EnvironmentResourceDescriptionsMessage' => ['type' => 'structure', 'members' => ['EnvironmentResources' => ['shape' => 'EnvironmentResourceDescription']]], 'EnvironmentResourcesDescription' => ['type' => 'structure', 'members' => ['LoadBalancer' => ['shape' => 'LoadBalancerDescription']]], 'EnvironmentStatus' => ['type' => 'string', 'enum' => ['Launching', 'Updating', 'Ready', 'Terminating', 'Terminated']], 'EnvironmentTier' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'EventDate' => ['type' => 'timestamp'], 'EventDescription' => ['type' => 'structure', 'members' => ['EventDate' => ['shape' => 'EventDate'], 'Message' => ['shape' => 'EventMessage'], 'ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'RequestId' => ['shape' => 'RequestId'], 'Severity' => ['shape' => 'EventSeverity']]], 'EventDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'EventDescription']], 'EventDescriptionsMessage' => ['type' => 'structure', 'members' => ['Events' => ['shape' => 'EventDescriptionList'], 'NextToken' => ['shape' => 'Token']]], 'EventMessage' => ['type' => 'string'], 'EventSeverity' => ['type' => 'string', 'enum' => ['TRACE', 'DEBUG', 'INFO', 'WARN', 'ERROR', 'FATAL']], 'ExceptionMessage' => ['type' => 'string'], 'FailureType' => ['type' => 'string', 'enum' => ['UpdateCancelled', 'CancellationFailed', 'RollbackFailed', 'RollbackSuccessful', 'InternalFailure', 'InvalidEnvironmentState', 'PermissionsError']], 'FileTypeExtension' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ForceTerminate' => ['type' => 'boolean'], 'GroupName' => ['type' => 'string', 'max' => 19, 'min' => 1], 'ImageId' => ['type' => 'string'], 'IncludeDeleted' => ['type' => 'boolean'], 'IncludeDeletedBackTo' => ['type' => 'timestamp'], 'Instance' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId']]], 'InstanceHealthList' => ['type' => 'list', 'member' => ['shape' => 'SingleInstanceHealth']], 'InstanceHealthSummary' => ['type' => 'structure', 'members' => ['NoData' => ['shape' => 'NullableInteger'], 'Unknown' => ['shape' => 'NullableInteger'], 'Pending' => ['shape' => 'NullableInteger'], 'Ok' => ['shape' => 'NullableInteger'], 'Info' => ['shape' => 'NullableInteger'], 'Warning' => ['shape' => 'NullableInteger'], 'Degraded' => ['shape' => 'NullableInteger'], 'Severe' => ['shape' => 'NullableInteger']]], 'InstanceId' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstancesHealthAttribute' => ['type' => 'string', 'enum' => ['HealthStatus', 'Color', 'Causes', 'ApplicationMetrics', 'RefreshedAt', 'LaunchedAt', 'System', 'Deployment', 'AvailabilityZone', 'InstanceType', 'All']], 'InstancesHealthAttributes' => ['type' => 'list', 'member' => ['shape' => 'InstancesHealthAttribute']], 'InsufficientPrivilegesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientPrivilegesException', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRequestException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Latency' => ['type' => 'structure', 'members' => ['P999' => ['shape' => 'NullableDouble'], 'P99' => ['shape' => 'NullableDouble'], 'P95' => ['shape' => 'NullableDouble'], 'P90' => ['shape' => 'NullableDouble'], 'P85' => ['shape' => 'NullableDouble'], 'P75' => ['shape' => 'NullableDouble'], 'P50' => ['shape' => 'NullableDouble'], 'P10' => ['shape' => 'NullableDouble']]], 'LaunchConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'LaunchConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'LaunchConfiguration']], 'LaunchTemplate' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId']]], 'LaunchTemplateList' => ['type' => 'list', 'member' => ['shape' => 'LaunchTemplate']], 'LaunchedAt' => ['type' => 'timestamp'], 'ListAvailableSolutionStacksResultMessage' => ['type' => 'structure', 'members' => ['SolutionStacks' => ['shape' => 'AvailableSolutionStackNamesList'], 'SolutionStackDetails' => ['shape' => 'AvailableSolutionStackDetailsList']]], 'ListPlatformBranchesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'SearchFilters'], 'MaxRecords' => ['shape' => 'PlatformBranchMaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'ListPlatformBranchesResult' => ['type' => 'structure', 'members' => ['PlatformBranchSummaryList' => ['shape' => 'PlatformBranchSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'ListPlatformVersionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PlatformFilters'], 'MaxRecords' => ['shape' => 'PlatformMaxRecords'], 'NextToken' => ['shape' => 'Token']]], 'ListPlatformVersionsResult' => ['type' => 'structure', 'members' => ['PlatformSummaryList' => ['shape' => 'PlatformSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'Listener' => ['type' => 'structure', 'members' => ['Protocol' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'LoadAverage' => ['type' => 'list', 'member' => ['shape' => 'LoadAverageValue']], 'LoadAverageValue' => ['type' => 'double'], 'LoadBalancer' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'LoadBalancerDescription' => ['type' => 'structure', 'members' => ['LoadBalancerName' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'Listeners' => ['shape' => 'LoadBalancerListenersDescription']]], 'LoadBalancerList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LoadBalancerListenersDescription' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'Maintainer' => ['type' => 'string'], 'ManagedAction' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionDescription' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'Status' => ['shape' => 'ActionStatus'], 'WindowStartTime' => ['shape' => 'Timestamp']]], 'ManagedActionHistoryItem' => ['type' => 'structure', 'members' => ['ActionId' => ['shape' => 'String'], 'ActionType' => ['shape' => 'ActionType'], 'ActionDescription' => ['shape' => 'String'], 'FailureType' => ['shape' => 'FailureType'], 'Status' => ['shape' => 'ActionHistoryStatus'], 'FailureDescription' => ['shape' => 'String'], 'ExecutedTime' => ['shape' => 'Timestamp'], 'FinishedTime' => ['shape' => 'Timestamp']]], 'ManagedActionHistoryItems' => ['type' => 'list', 'member' => ['shape' => 'ManagedActionHistoryItem'], 'max' => 100, 'min' => 1], 'ManagedActionInvalidStateException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ManagedActionInvalidStateException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ManagedActions' => ['type' => 'list', 'member' => ['shape' => 'ManagedAction'], 'max' => 100, 'min' => 1], 'MaxAgeRule' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'BoxedBoolean'], 'MaxAgeInDays' => ['shape' => 'BoxedInt'], 'DeleteSourceFromS3' => ['shape' => 'BoxedBoolean']]], 'MaxCountRule' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'BoxedBoolean'], 'MaxCount' => ['shape' => 'BoxedInt'], 'DeleteSourceFromS3' => ['shape' => 'BoxedBoolean']]], 'MaxRecords' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 100, 'min' => 1], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NullableDouble' => ['type' => 'double'], 'NullableInteger' => ['type' => 'integer'], 'NullableLong' => ['type' => 'long'], 'OperatingSystemName' => ['type' => 'string'], 'OperatingSystemVersion' => ['type' => 'string'], 'OperationInProgressException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationInProgressFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OperationsRole' => ['type' => 'string', 'max' => 256, 'min' => 1], 'OptionNamespace' => ['type' => 'string'], 'OptionRestrictionMaxLength' => ['type' => 'integer'], 'OptionRestrictionMaxValue' => ['type' => 'integer'], 'OptionRestrictionMinValue' => ['type' => 'integer'], 'OptionRestrictionRegex' => ['type' => 'structure', 'members' => ['Pattern' => ['shape' => 'RegexPattern'], 'Label' => ['shape' => 'RegexLabel']]], 'OptionSpecification' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'ResourceName'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName']]], 'OptionsSpecifierList' => ['type' => 'list', 'member' => ['shape' => 'OptionSpecification']], 'PlatformArn' => ['type' => 'string'], 'PlatformBranchLifecycleState' => ['type' => 'string'], 'PlatformBranchMaxRecords' => ['type' => 'integer', 'min' => 1], 'PlatformBranchSummary' => ['type' => 'structure', 'members' => ['PlatformName' => ['shape' => 'PlatformName'], 'BranchName' => ['shape' => 'BranchName'], 'LifecycleState' => ['shape' => 'PlatformBranchLifecycleState'], 'BranchOrder' => ['shape' => 'BranchOrder'], 'SupportedTierList' => ['shape' => 'SupportedTierList']]], 'PlatformBranchSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PlatformBranchSummary']], 'PlatformCategory' => ['type' => 'string'], 'PlatformDescription' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn'], 'PlatformOwner' => ['shape' => 'PlatformOwner'], 'PlatformName' => ['shape' => 'PlatformName'], 'PlatformVersion' => ['shape' => 'PlatformVersion'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformStatus' => ['shape' => 'PlatformStatus'], 'DateCreated' => ['shape' => 'CreationDate'], 'DateUpdated' => ['shape' => 'UpdateDate'], 'PlatformCategory' => ['shape' => 'PlatformCategory'], 'Description' => ['shape' => 'Description'], 'Maintainer' => ['shape' => 'Maintainer'], 'OperatingSystemName' => ['shape' => 'OperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'OperatingSystemVersion'], 'ProgrammingLanguages' => ['shape' => 'PlatformProgrammingLanguages'], 'Frameworks' => ['shape' => 'PlatformFrameworks'], 'CustomAmiList' => ['shape' => 'CustomAmiList'], 'SupportedTierList' => ['shape' => 'SupportedTierList'], 'SupportedAddonList' => ['shape' => 'SupportedAddonList'], 'PlatformLifecycleState' => ['shape' => 'PlatformLifecycleState'], 'PlatformBranchName' => ['shape' => 'BranchName'], 'PlatformBranchLifecycleState' => ['shape' => 'PlatformBranchLifecycleState']]], 'PlatformFilter' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'PlatformFilterType'], 'Operator' => ['shape' => 'PlatformFilterOperator'], 'Values' => ['shape' => 'PlatformFilterValueList']]], 'PlatformFilterOperator' => ['type' => 'string'], 'PlatformFilterType' => ['type' => 'string'], 'PlatformFilterValue' => ['type' => 'string'], 'PlatformFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'PlatformFilterValue']], 'PlatformFilters' => ['type' => 'list', 'member' => ['shape' => 'PlatformFilter']], 'PlatformFramework' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'PlatformFrameworks' => ['type' => 'list', 'member' => ['shape' => 'PlatformFramework']], 'PlatformLifecycleState' => ['type' => 'string'], 'PlatformMaxRecords' => ['type' => 'integer', 'min' => 1], 'PlatformName' => ['type' => 'string'], 'PlatformOwner' => ['type' => 'string'], 'PlatformProgrammingLanguage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String']]], 'PlatformProgrammingLanguages' => ['type' => 'list', 'member' => ['shape' => 'PlatformProgrammingLanguage']], 'PlatformStatus' => ['type' => 'string', 'enum' => ['Creating', 'Failed', 'Ready', 'Deleting', 'Deleted']], 'PlatformSummary' => ['type' => 'structure', 'members' => ['PlatformArn' => ['shape' => 'PlatformArn'], 'PlatformOwner' => ['shape' => 'PlatformOwner'], 'PlatformStatus' => ['shape' => 'PlatformStatus'], 'PlatformCategory' => ['shape' => 'PlatformCategory'], 'OperatingSystemName' => ['shape' => 'OperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'OperatingSystemVersion'], 'SupportedTierList' => ['shape' => 'SupportedTierList'], 'SupportedAddonList' => ['shape' => 'SupportedAddonList'], 'PlatformLifecycleState' => ['shape' => 'PlatformLifecycleState'], 'PlatformVersion' => ['shape' => 'PlatformVersion'], 'PlatformBranchName' => ['shape' => 'BranchName'], 'PlatformBranchLifecycleState' => ['shape' => 'PlatformBranchLifecycleState']]], 'PlatformSummaryList' => ['type' => 'list', 'member' => ['shape' => 'PlatformSummary']], 'PlatformVersion' => ['type' => 'string'], 'PlatformVersionStillReferencedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PlatformVersionStillReferencedException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Queue' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'URL' => ['shape' => 'String']]], 'QueueList' => ['type' => 'list', 'member' => ['shape' => 'Queue']], 'RebuildEnvironmentMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'RefreshedAt' => ['type' => 'timestamp'], 'RegexLabel' => ['type' => 'string'], 'RegexPattern' => ['type' => 'string'], 'RequestCount' => ['type' => 'integer'], 'RequestEnvironmentInfoMessage' => ['type' => 'structure', 'required' => ['InfoType'], 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'InfoType' => ['shape' => 'EnvironmentInfoType']]], 'RequestId' => ['type' => 'string'], 'ResourceArn' => ['type' => 'string'], 'ResourceId' => ['type' => 'string'], 'ResourceName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ResourceQuota' => ['type' => 'structure', 'members' => ['Maximum' => ['shape' => 'BoxedInt']]], 'ResourceQuotas' => ['type' => 'structure', 'members' => ['ApplicationQuota' => ['shape' => 'ResourceQuota'], 'ApplicationVersionQuota' => ['shape' => 'ResourceQuota'], 'EnvironmentQuota' => ['shape' => 'ResourceQuota'], 'ConfigurationTemplateQuota' => ['shape' => 'ResourceQuota'], 'CustomPlatformQuota' => ['shape' => 'ResourceQuota']]], 'ResourceTagsDescriptionMessage' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'ResourceTags' => ['shape' => 'TagList']]], 'ResourceTypeNotSupportedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceTypeNotSupportedException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'RestartAppServerMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName']]], 'RetrieveEnvironmentInfoMessage' => ['type' => 'structure', 'required' => ['InfoType'], 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'InfoType' => ['shape' => 'EnvironmentInfoType']]], 'RetrieveEnvironmentInfoResultMessage' => ['type' => 'structure', 'members' => ['EnvironmentInfo' => ['shape' => 'EnvironmentInfoDescriptionList']]], 'S3Bucket' => ['type' => 'string', 'max' => 255], 'S3Key' => ['type' => 'string', 'max' => 1024], 'S3Location' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key']]], 'S3LocationNotInServiceRegionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'S3LocationNotInServiceRegionException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'S3SubscriptionRequiredException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'S3SubscriptionRequiredException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SampleTimestamp' => ['type' => 'timestamp'], 'SearchFilter' => ['type' => 'structure', 'members' => ['Attribute' => ['shape' => 'SearchFilterAttribute'], 'Operator' => ['shape' => 'SearchFilterOperator'], 'Values' => ['shape' => 'SearchFilterValues']]], 'SearchFilterAttribute' => ['type' => 'string'], 'SearchFilterOperator' => ['type' => 'string'], 'SearchFilterValue' => ['type' => 'string'], 'SearchFilterValues' => ['type' => 'list', 'member' => ['shape' => 'SearchFilterValue']], 'SearchFilters' => ['type' => 'list', 'member' => ['shape' => 'SearchFilter']], 'SingleInstanceHealth' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'HealthStatus' => ['shape' => 'String'], 'Color' => ['shape' => 'String'], 'Causes' => ['shape' => 'Causes'], 'LaunchedAt' => ['shape' => 'LaunchedAt'], 'ApplicationMetrics' => ['shape' => 'ApplicationMetrics'], 'System' => ['shape' => 'SystemStatus'], 'Deployment' => ['shape' => 'Deployment'], 'AvailabilityZone' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String']]], 'SolutionStackDescription' => ['type' => 'structure', 'members' => ['SolutionStackName' => ['shape' => 'SolutionStackName'], 'PermittedFileTypes' => ['shape' => 'SolutionStackFileTypeList']]], 'SolutionStackFileTypeList' => ['type' => 'list', 'member' => ['shape' => 'FileTypeExtension']], 'SolutionStackName' => ['type' => 'string'], 'SourceBuildInformation' => ['type' => 'structure', 'required' => ['SourceType', 'SourceRepository', 'SourceLocation'], 'members' => ['SourceType' => ['shape' => 'SourceType'], 'SourceRepository' => ['shape' => 'SourceRepository'], 'SourceLocation' => ['shape' => 'SourceLocation']]], 'SourceBundleDeletionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceBundleDeletionFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceConfiguration' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName']]], 'SourceLocation' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '.+/.+'], 'SourceRepository' => ['type' => 'string', 'enum' => ['CodeCommit', 'S3']], 'SourceType' => ['type' => 'string', 'enum' => ['Git', 'Zip']], 'StatusCodes' => ['type' => 'structure', 'members' => ['Status2xx' => ['shape' => 'NullableInteger'], 'Status3xx' => ['shape' => 'NullableInteger'], 'Status4xx' => ['shape' => 'NullableInteger'], 'Status5xx' => ['shape' => 'NullableInteger']]], 'String' => ['type' => 'string'], 'SupportedAddon' => ['type' => 'string'], 'SupportedAddonList' => ['type' => 'list', 'member' => ['shape' => 'SupportedAddon']], 'SupportedTier' => ['type' => 'string'], 'SupportedTierList' => ['type' => 'list', 'member' => ['shape' => 'SupportedTier']], 'SwapEnvironmentCNAMEsMessage' => ['type' => 'structure', 'members' => ['SourceEnvironmentId' => ['shape' => 'EnvironmentId'], 'SourceEnvironmentName' => ['shape' => 'EnvironmentName'], 'DestinationEnvironmentId' => ['shape' => 'EnvironmentId'], 'DestinationEnvironmentName' => ['shape' => 'EnvironmentName']]], 'SystemStatus' => ['type' => 'structure', 'members' => ['CPUUtilization' => ['shape' => 'CPUUtilization'], 'LoadAverage' => ['shape' => 'LoadAverage']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TerminateEnvForce' => ['type' => 'boolean'], 'TerminateEnvironmentMessage' => ['type' => 'structure', 'members' => ['EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'TerminateResources' => ['shape' => 'TerminateEnvironmentResources'], 'ForceTerminate' => ['shape' => 'ForceTerminate']]], 'TerminateEnvironmentResources' => ['type' => 'boolean'], 'TimeFilterEnd' => ['type' => 'timestamp'], 'TimeFilterStart' => ['type' => 'timestamp'], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TooManyApplicationVersionsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyApplicationsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyApplicationsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyBucketsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyBucketsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyConfigurationTemplatesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyConfigurationTemplatesException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyEnvironmentsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyEnvironmentsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyPlatformsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyPlatformsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTagsException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Trigger' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ResourceId']]], 'TriggerList' => ['type' => 'list', 'member' => ['shape' => 'Trigger']], 'UpdateApplicationMessage' => ['type' => 'structure', 'required' => ['ApplicationName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'Description' => ['shape' => 'Description']]], 'UpdateApplicationResourceLifecycleMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'ResourceLifecycleConfig'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'ResourceLifecycleConfig' => ['shape' => 'ApplicationResourceLifecycleConfig']]], 'UpdateApplicationVersionMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'VersionLabel'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'Description' => ['shape' => 'Description']]], 'UpdateConfigurationTemplateMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'TemplateName'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'Description' => ['shape' => 'Description'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList']]], 'UpdateDate' => ['type' => 'timestamp'], 'UpdateEnvironmentMessage' => ['type' => 'structure', 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'EnvironmentId' => ['shape' => 'EnvironmentId'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description'], 'Tier' => ['shape' => 'EnvironmentTier'], 'VersionLabel' => ['shape' => 'VersionLabel'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'SolutionStackName' => ['shape' => 'SolutionStackName'], 'PlatformArn' => ['shape' => 'PlatformArn'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList'], 'OptionsToRemove' => ['shape' => 'OptionsSpecifierList']]], 'UpdateTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagsToAdd' => ['shape' => 'TagList'], 'TagsToRemove' => ['shape' => 'TagKeyList']]], 'UserDefinedOption' => ['type' => 'boolean'], 'ValidateConfigurationSettingsMessage' => ['type' => 'structure', 'required' => ['ApplicationName', 'OptionSettings'], 'members' => ['ApplicationName' => ['shape' => 'ApplicationName'], 'TemplateName' => ['shape' => 'ConfigurationTemplateName'], 'EnvironmentName' => ['shape' => 'EnvironmentName'], 'OptionSettings' => ['shape' => 'ConfigurationOptionSettingsList']]], 'ValidationMessage' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ValidationMessageString'], 'Severity' => ['shape' => 'ValidationSeverity'], 'Namespace' => ['shape' => 'OptionNamespace'], 'OptionName' => ['shape' => 'ConfigurationOptionName']]], 'ValidationMessageString' => ['type' => 'string'], 'ValidationMessagesList' => ['type' => 'list', 'member' => ['shape' => 'ValidationMessage']], 'ValidationSeverity' => ['type' => 'string', 'enum' => ['error', 'warning']], 'VersionLabel' => ['type' => 'string', 'max' => 100, 'min' => 1], 'VersionLabels' => ['type' => 'list', 'member' => ['shape' => 'VersionLabel']], 'VersionLabelsList' => ['type' => 'list', 'member' => ['shape' => 'VersionLabel']], 'VirtualizationType' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php index fb97fa8d..5978a38c 100644 --- a/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeApplicationVersions' => ['result_key' => 'ApplicationVersions'], 'DescribeApplications' => ['result_key' => 'Applications'], 'DescribeConfigurationOptions' => ['result_key' => 'Options'], 'DescribeEnvironments' => ['result_key' => 'Environments'], 'DescribeEvents' => ['input_token' => 'NextToken', 'limit_key' => 'MaxRecords', 'output_token' => 'NextToken', 'result_key' => 'Events'], 'ListAvailableSolutionStacks' => ['result_key' => 'SolutionStacks']]]; +return ['pagination' => ['DescribeApplicationVersions' => ['result_key' => 'ApplicationVersions'], 'DescribeApplications' => ['result_key' => 'Applications'], 'DescribeConfigurationOptions' => ['result_key' => 'Options'], 'DescribeEnvironmentManagedActionHistory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxItems', 'output_token' => 'NextToken', 'result_key' => 'ManagedActionHistoryItems'], 'DescribeEnvironments' => ['result_key' => 'Environments'], 'DescribeEvents' => ['input_token' => 'NextToken', 'limit_key' => 'MaxRecords', 'output_token' => 'NextToken', 'result_key' => 'Events'], 'ListAvailableSolutionStacks' => ['result_key' => 'SolutionStacks'], 'ListPlatformBranches' => ['input_token' => 'NextToken', 'limit_key' => 'MaxRecords', 'output_token' => 'NextToken'], 'ListPlatformVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxRecords', 'output_token' => 'NextToken', 'result_key' => 'PlatformSummaryList']]]; diff --git a/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/waiters-2.json.php b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/waiters-2.json.php new file mode 100644 index 00000000..e46e60e0 --- /dev/null +++ b/vendor/Aws3/Aws/data/elasticbeanstalk/2010-12-01/waiters-2.json.php @@ -0,0 +1,4 @@ + 2, 'waiters' => ['EnvironmentExists' => ['delay' => 20, 'maxAttempts' => 20, 'operation' => 'DescribeEnvironments', 'acceptors' => [['state' => 'success', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Ready'], ['state' => 'retry', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Launching']]], 'EnvironmentUpdated' => ['delay' => 20, 'maxAttempts' => 20, 'operation' => 'DescribeEnvironments', 'acceptors' => [['state' => 'success', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Ready'], ['state' => 'retry', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Updating']]], 'EnvironmentTerminated' => ['delay' => 20, 'maxAttempts' => 20, 'operation' => 'DescribeEnvironments', 'acceptors' => [['state' => 'success', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Terminated'], ['state' => 'retry', 'matcher' => 'pathAll', 'argument' => 'Environments[].Status', 'expected' => 'Terminating']]]]]; diff --git a/vendor/Aws3/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php b/vendor/Aws3/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php index af12968a..5bea00c4 100644 --- a/vendor/Aws3/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-02-01', 'endpointPrefix' => 'elasticfilesystem', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'EFS', 'serviceFullName' => 'Amazon Elastic File System', 'serviceId' => 'EFS', 'signatureVersion' => 'v4', 'uid' => 'elasticfilesystem-2015-02-01'], 'operations' => ['CreateAccessPoint' => ['name' => 'CreateAccessPoint', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/access-points', 'responseCode' => 200], 'input' => ['shape' => 'CreateAccessPointRequest'], 'output' => ['shape' => 'AccessPointDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'AccessPointAlreadyExists'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointLimitExceeded']]], 'CreateFileSystem' => ['name' => 'CreateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/file-systems', 'responseCode' => 201], 'input' => ['shape' => 'CreateFileSystemRequest'], 'output' => ['shape' => 'FileSystemDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemAlreadyExists'], ['shape' => 'FileSystemLimitExceeded'], ['shape' => 'InsufficientThroughputCapacity'], ['shape' => 'ThroughputLimitExceeded']]], 'CreateMountTarget' => ['name' => 'CreateMountTarget', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/mount-targets', 'responseCode' => 200], 'input' => ['shape' => 'CreateMountTargetRequest'], 'output' => ['shape' => 'MountTargetDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'MountTargetConflict'], ['shape' => 'SubnetNotFound'], ['shape' => 'NoFreeAddressesInSubnet'], ['shape' => 'IpAddressInUse'], ['shape' => 'NetworkInterfaceLimitExceeded'], ['shape' => 'SecurityGroupLimitExceeded'], ['shape' => 'SecurityGroupNotFound'], ['shape' => 'UnsupportedAvailabilityZone']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/create-tags/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use TagResource.'], 'DeleteAccessPoint' => ['name' => 'DeleteAccessPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/access-points/{AccessPointId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccessPointRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'AccessPointNotFound']]], 'DeleteFileSystem' => ['name' => 'DeleteFileSystem', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFileSystemRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'FileSystemInUse']]], 'DeleteFileSystemPolicy' => ['name' => 'DeleteFileSystemPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'DeleteFileSystemPolicyRequest'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'DeleteMountTarget' => ['name' => 'DeleteMountTarget', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMountTargetRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'DependencyTimeout'], ['shape' => 'MountTargetNotFound']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/delete-tags/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use UntagResource.'], 'DescribeAccessPoints' => ['name' => 'DescribeAccessPoints', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/access-points', 'responseCode' => 200], 'input' => ['shape' => 'DescribeAccessPointsRequest'], 'output' => ['shape' => 'DescribeAccessPointsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'DescribeFileSystemPolicy' => ['name' => 'DescribeFileSystemPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFileSystemPolicyRequest'], 'output' => ['shape' => 'FileSystemPolicyDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'PolicyNotFound']]], 'DescribeFileSystems' => ['name' => 'DescribeFileSystems', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFileSystemsRequest'], 'output' => ['shape' => 'DescribeFileSystemsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']]], 'DescribeLifecycleConfiguration' => ['name' => 'DescribeLifecycleConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration', 'responseCode' => 200], 'input' => ['shape' => 'DescribeLifecycleConfigurationRequest'], 'output' => ['shape' => 'LifecycleConfigurationDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound']]], 'DescribeMountTargetSecurityGroups' => ['name' => 'DescribeMountTargetSecurityGroups', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}/security-groups', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMountTargetSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeMountTargetSecurityGroupsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'MountTargetNotFound'], ['shape' => 'IncorrectMountTargetState']]], 'DescribeMountTargets' => ['name' => 'DescribeMountTargets', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/mount-targets', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMountTargetsRequest'], 'output' => ['shape' => 'DescribeMountTargetsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'MountTargetNotFound'], ['shape' => 'AccessPointNotFound']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/tags/{FileSystemId}/', 'responseCode' => 200], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use ListTagsForResource.'], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'ModifyMountTargetSecurityGroups' => ['name' => 'ModifyMountTargetSecurityGroups', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}/security-groups', 'responseCode' => 204], 'input' => ['shape' => 'ModifyMountTargetSecurityGroupsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'MountTargetNotFound'], ['shape' => 'IncorrectMountTargetState'], ['shape' => 'SecurityGroupLimitExceeded'], ['shape' => 'SecurityGroupNotFound']]], 'PutFileSystemPolicy' => ['name' => 'PutFileSystemPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'PutFileSystemPolicyRequest'], 'output' => ['shape' => 'FileSystemPolicyDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'InvalidPolicyException'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'PutLifecycleConfiguration' => ['name' => 'PutLifecycleConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutLifecycleConfigurationRequest'], 'output' => ['shape' => 'LifecycleConfigurationDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'UpdateFileSystem' => ['name' => 'UpdateFileSystem', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFileSystemRequest'], 'output' => ['shape' => 'FileSystemDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'InsufficientThroughputCapacity'], ['shape' => 'InternalServerError'], ['shape' => 'ThroughputLimitExceeded'], ['shape' => 'TooManyRequests']]]], 'shapes' => ['AccessPointAlreadyExists' => ['type' => 'structure', 'required' => ['ErrorCode', 'AccessPointId'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage'], 'AccessPointId' => ['shape' => 'AccessPointId']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'AccessPointArn' => ['type' => 'string'], 'AccessPointDescription' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'Name' => ['shape' => 'Name'], 'Tags' => ['shape' => 'Tags'], 'AccessPointId' => ['shape' => 'AccessPointId'], 'AccessPointArn' => ['shape' => 'AccessPointArn'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'PosixUser' => ['shape' => 'PosixUser'], 'RootDirectory' => ['shape' => 'RootDirectory'], 'OwnerId' => ['shape' => 'AwsAccountId'], 'LifeCycleState' => ['shape' => 'LifeCycleState']]], 'AccessPointDescriptions' => ['type' => 'list', 'member' => ['shape' => 'AccessPointDescription']], 'AccessPointId' => ['type' => 'string'], 'AccessPointLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccessPointNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'AvailabilityZoneId' => ['type' => 'string'], 'AvailabilityZoneName' => ['type' => 'string'], 'AwsAccountId' => ['type' => 'string'], 'BadRequest' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BypassPolicyLockoutSafetyCheck' => ['type' => 'boolean'], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CreateAccessPointRequest' => ['type' => 'structure', 'required' => ['ClientToken', 'FileSystemId'], 'members' => ['ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'PosixUser' => ['shape' => 'PosixUser'], 'RootDirectory' => ['shape' => 'RootDirectory']]], 'CreateFileSystemRequest' => ['type' => 'structure', 'required' => ['CreationToken'], 'members' => ['CreationToken' => ['shape' => 'CreationToken', 'idempotencyToken' => \true], 'PerformanceMode' => ['shape' => 'PerformanceMode'], 'Encrypted' => ['shape' => 'Encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps'], 'Tags' => ['shape' => 'Tags']]], 'CreateMountTargetRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'SubnetId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'SubnetId' => ['shape' => 'SubnetId'], 'IpAddress' => ['shape' => 'IpAddress'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'Tags'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'Tags' => ['shape' => 'Tags']]], 'CreationInfo' => ['type' => 'structure', 'required' => ['OwnerUid', 'OwnerGid', 'Permissions'], 'members' => ['OwnerUid' => ['shape' => 'OwnerUid'], 'OwnerGid' => ['shape' => 'OwnerGid'], 'Permissions' => ['shape' => 'Permissions']]], 'CreationToken' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DeleteAccessPointRequest' => ['type' => 'structure', 'required' => ['AccessPointId'], 'members' => ['AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'uri', 'locationName' => 'AccessPointId']]], 'DeleteFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DeleteFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DeleteMountTargetRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId']]], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'TagKeys'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'TagKeys' => ['shape' => 'TagKeys']]], 'DependencyTimeout' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 504], 'exception' => \true], 'DescribeAccessPointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'NextToken'], 'AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'querystring', 'locationName' => 'AccessPointId'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId']]], 'DescribeAccessPointsResponse' => ['type' => 'structure', 'members' => ['AccessPoints' => ['shape' => 'AccessPointDescriptions'], 'NextToken' => ['shape' => 'Token']]], 'DescribeFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeFileSystemsRequest' => ['type' => 'structure', 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'CreationToken' => ['shape' => 'CreationToken', 'location' => 'querystring', 'locationName' => 'CreationToken'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId']]], 'DescribeFileSystemsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'FileSystems' => ['shape' => 'FileSystemDescriptions'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeMountTargetSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId']]], 'DescribeMountTargetSecurityGroupsResponse' => ['type' => 'structure', 'required' => ['SecurityGroups'], 'members' => ['SecurityGroups' => ['shape' => 'SecurityGroups']]], 'DescribeMountTargetsRequest' => ['type' => 'structure', 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId'], 'MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'querystring', 'locationName' => 'MountTargetId'], 'AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'querystring', 'locationName' => 'AccessPointId']]], 'DescribeMountTargetsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'MountTargets' => ['shape' => 'MountTargetDescriptions'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Marker' => ['shape' => 'Marker'], 'Tags' => ['shape' => 'Tags'], 'NextMarker' => ['shape' => 'Marker']]], 'Encrypted' => ['type' => 'boolean'], 'ErrorCode' => ['type' => 'string', 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'FileSystemAlreadyExists' => ['type' => 'structure', 'required' => ['ErrorCode', 'FileSystemId'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage'], 'FileSystemId' => ['shape' => 'FileSystemId']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FileSystemDescription' => ['type' => 'structure', 'required' => ['OwnerId', 'CreationToken', 'FileSystemId', 'CreationTime', 'LifeCycleState', 'NumberOfMountTargets', 'SizeInBytes', 'PerformanceMode', 'Tags'], 'members' => ['OwnerId' => ['shape' => 'AwsAccountId'], 'CreationToken' => ['shape' => 'CreationToken'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'CreationTime' => ['shape' => 'Timestamp'], 'LifeCycleState' => ['shape' => 'LifeCycleState'], 'Name' => ['shape' => 'TagValue'], 'NumberOfMountTargets' => ['shape' => 'MountTargetCount'], 'SizeInBytes' => ['shape' => 'FileSystemSize'], 'PerformanceMode' => ['shape' => 'PerformanceMode'], 'Encrypted' => ['shape' => 'Encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps'], 'Tags' => ['shape' => 'Tags']]], 'FileSystemDescriptions' => ['type' => 'list', 'member' => ['shape' => 'FileSystemDescription']], 'FileSystemId' => ['type' => 'string'], 'FileSystemInUse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FileSystemLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'FileSystemNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'FileSystemNullableSizeValue' => ['type' => 'long', 'min' => 0], 'FileSystemPolicyDescription' => ['type' => 'structure', 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'Policy' => ['shape' => 'Policy']]], 'FileSystemSize' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'FileSystemSizeValue'], 'Timestamp' => ['shape' => 'Timestamp'], 'ValueInIA' => ['shape' => 'FileSystemNullableSizeValue'], 'ValueInStandard' => ['shape' => 'FileSystemNullableSizeValue']]], 'FileSystemSizeValue' => ['type' => 'long', 'min' => 0], 'Gid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'IncorrectFileSystemLifeCycleState' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'IncorrectMountTargetState' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'InsufficientThroughputCapacity' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'InternalServerError' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidPolicyException' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpAddressInUse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'LifeCycleState' => ['type' => 'string', 'enum' => ['creating', 'available', 'updating', 'deleting', 'deleted']], 'LifecycleConfigurationDescription' => ['type' => 'structure', 'members' => ['LifecyclePolicies' => ['shape' => 'LifecyclePolicies']]], 'LifecyclePolicies' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicy']], 'LifecyclePolicy' => ['type' => 'structure', 'members' => ['TransitionToIA' => ['shape' => 'TransitionToIARules']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'Token']]], 'Marker' => ['type' => 'string'], 'MaxItems' => ['type' => 'integer', 'min' => 1], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'ModifyMountTargetSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'MountTargetConflict' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'MountTargetCount' => ['type' => 'integer', 'min' => 0], 'MountTargetDescription' => ['type' => 'structure', 'required' => ['MountTargetId', 'FileSystemId', 'SubnetId', 'LifeCycleState'], 'members' => ['OwnerId' => ['shape' => 'AwsAccountId'], 'MountTargetId' => ['shape' => 'MountTargetId'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'SubnetId' => ['shape' => 'SubnetId'], 'LifeCycleState' => ['shape' => 'LifeCycleState'], 'IpAddress' => ['shape' => 'IpAddress'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'AvailabilityZoneId' => ['shape' => 'AvailabilityZoneId'], 'AvailabilityZoneName' => ['shape' => 'AvailabilityZoneName']]], 'MountTargetDescriptions' => ['type' => 'list', 'member' => ['shape' => 'MountTargetDescription']], 'MountTargetId' => ['type' => 'string'], 'MountTargetNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Name' => ['type' => 'string'], 'NetworkInterfaceId' => ['type' => 'string'], 'NetworkInterfaceLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'NoFreeAddressesInSubnet' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'OwnerGid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'OwnerUid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'Path' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PerformanceMode' => ['type' => 'string', 'enum' => ['generalPurpose', 'maxIO']], 'Permissions' => ['type' => 'string', 'pattern' => '^[0-7]{3,4}$'], 'Policy' => ['type' => 'string'], 'PolicyNotFound' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'PosixUser' => ['type' => 'structure', 'required' => ['Uid', 'Gid'], 'members' => ['Uid' => ['shape' => 'Uid'], 'Gid' => ['shape' => 'Gid'], 'SecondaryGids' => ['shape' => 'SecondaryGids']]], 'ProvisionedThroughputInMibps' => ['type' => 'double', 'min' => 1], 'PutFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'Policy'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'Policy' => ['shape' => 'Policy'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BypassPolicyLockoutSafetyCheck']]], 'PutLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'LifecyclePolicies'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'LifecyclePolicies' => ['shape' => 'LifecyclePolicies']]], 'ResourceId' => ['type' => 'string'], 'RootDirectory' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'Path'], 'CreationInfo' => ['shape' => 'CreationInfo']]], 'SecondaryGids' => ['type' => 'list', 'member' => ['shape' => 'Gid'], 'max' => 16, 'min' => 0], 'SecurityGroup' => ['type' => 'string'], 'SecurityGroupLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SecurityGroupNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup'], 'max' => 5], 'SubnetId' => ['type' => 'string'], 'SubnetNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThroughputLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ThroughputMode' => ['type' => 'string', 'enum' => ['bursting', 'provisioned']], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TooManyRequests' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TransitionToIARules' => ['type' => 'string', 'enum' => ['AFTER_7_DAYS', 'AFTER_14_DAYS', 'AFTER_30_DAYS', 'AFTER_60_DAYS', 'AFTER_90_DAYS']], 'Uid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'UnsupportedAvailabilityZone' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UpdateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-02-01', 'endpointPrefix' => 'elasticfilesystem', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'EFS', 'serviceFullName' => 'Amazon Elastic File System', 'serviceId' => 'EFS', 'signatureVersion' => 'v4', 'uid' => 'elasticfilesystem-2015-02-01'], 'operations' => ['CreateAccessPoint' => ['name' => 'CreateAccessPoint', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/access-points', 'responseCode' => 200], 'input' => ['shape' => 'CreateAccessPointRequest'], 'output' => ['shape' => 'AccessPointDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'AccessPointAlreadyExists'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointLimitExceeded']]], 'CreateFileSystem' => ['name' => 'CreateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/file-systems', 'responseCode' => 201], 'input' => ['shape' => 'CreateFileSystemRequest'], 'output' => ['shape' => 'FileSystemDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemAlreadyExists'], ['shape' => 'FileSystemLimitExceeded'], ['shape' => 'InsufficientThroughputCapacity'], ['shape' => 'ThroughputLimitExceeded']]], 'CreateMountTarget' => ['name' => 'CreateMountTarget', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/mount-targets', 'responseCode' => 200], 'input' => ['shape' => 'CreateMountTargetRequest'], 'output' => ['shape' => 'MountTargetDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'MountTargetConflict'], ['shape' => 'SubnetNotFound'], ['shape' => 'NoFreeAddressesInSubnet'], ['shape' => 'IpAddressInUse'], ['shape' => 'NetworkInterfaceLimitExceeded'], ['shape' => 'SecurityGroupLimitExceeded'], ['shape' => 'SecurityGroupNotFound'], ['shape' => 'UnsupportedAvailabilityZone']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/create-tags/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use TagResource.'], 'DeleteAccessPoint' => ['name' => 'DeleteAccessPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/access-points/{AccessPointId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccessPointRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'AccessPointNotFound']]], 'DeleteFileSystem' => ['name' => 'DeleteFileSystem', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFileSystemRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'FileSystemInUse']]], 'DeleteFileSystemPolicy' => ['name' => 'DeleteFileSystemPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'DeleteFileSystemPolicyRequest'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'DeleteMountTarget' => ['name' => 'DeleteMountTarget', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteMountTargetRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'DependencyTimeout'], ['shape' => 'MountTargetNotFound']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/delete-tags/{FileSystemId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use UntagResource.'], 'DescribeAccessPoints' => ['name' => 'DescribeAccessPoints', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/access-points', 'responseCode' => 200], 'input' => ['shape' => 'DescribeAccessPointsRequest'], 'output' => ['shape' => 'DescribeAccessPointsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'DescribeBackupPolicy' => ['name' => 'DescribeBackupPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/backup-policy', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBackupPolicyRequest'], 'output' => ['shape' => 'BackupPolicyDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'InternalServerError'], ['shape' => 'PolicyNotFound'], ['shape' => 'ValidationException']]], 'DescribeFileSystemPolicy' => ['name' => 'DescribeFileSystemPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFileSystemPolicyRequest'], 'output' => ['shape' => 'FileSystemPolicyDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'PolicyNotFound']]], 'DescribeFileSystems' => ['name' => 'DescribeFileSystems', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFileSystemsRequest'], 'output' => ['shape' => 'DescribeFileSystemsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']]], 'DescribeLifecycleConfiguration' => ['name' => 'DescribeLifecycleConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration', 'responseCode' => 200], 'input' => ['shape' => 'DescribeLifecycleConfigurationRequest'], 'output' => ['shape' => 'LifecycleConfigurationDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound']]], 'DescribeMountTargetSecurityGroups' => ['name' => 'DescribeMountTargetSecurityGroups', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}/security-groups', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMountTargetSecurityGroupsRequest'], 'output' => ['shape' => 'DescribeMountTargetSecurityGroupsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'MountTargetNotFound'], ['shape' => 'IncorrectMountTargetState']]], 'DescribeMountTargets' => ['name' => 'DescribeMountTargets', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/mount-targets', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMountTargetsRequest'], 'output' => ['shape' => 'DescribeMountTargetsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'MountTargetNotFound'], ['shape' => 'AccessPointNotFound']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/tags/{FileSystemId}/', 'responseCode' => 200], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound']], 'deprecated' => \true, 'deprecatedMessage' => 'Use ListTagsForResource.'], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'ModifyMountTargetSecurityGroups' => ['name' => 'ModifyMountTargetSecurityGroups', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/mount-targets/{MountTargetId}/security-groups', 'responseCode' => 204], 'input' => ['shape' => 'ModifyMountTargetSecurityGroupsRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'MountTargetNotFound'], ['shape' => 'IncorrectMountTargetState'], ['shape' => 'SecurityGroupLimitExceeded'], ['shape' => 'SecurityGroupNotFound']]], 'PutBackupPolicy' => ['name' => 'PutBackupPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/backup-policy', 'responseCode' => 200], 'input' => ['shape' => 'PutBackupPolicyRequest'], 'output' => ['shape' => 'BackupPolicyDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'InternalServerError'], ['shape' => 'ValidationException']]], 'PutFileSystemPolicy' => ['name' => 'PutFileSystemPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/policy', 'responseCode' => 200], 'input' => ['shape' => 'PutFileSystemPolicyRequest'], 'output' => ['shape' => 'FileSystemPolicyDescription'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'InvalidPolicyException'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'PutLifecycleConfiguration' => ['name' => 'PutLifecycleConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutLifecycleConfigurationRequest'], 'output' => ['shape' => 'LifecycleConfigurationDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-02-01/resource-tags/{ResourceId}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'AccessPointNotFound']]], 'UpdateFileSystem' => ['name' => 'UpdateFileSystem', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-02-01/file-systems/{FileSystemId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFileSystemRequest'], 'output' => ['shape' => 'FileSystemDescription'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncorrectFileSystemLifeCycleState'], ['shape' => 'InsufficientThroughputCapacity'], ['shape' => 'InternalServerError'], ['shape' => 'ThroughputLimitExceeded'], ['shape' => 'TooManyRequests']]]], 'shapes' => ['AccessPointAlreadyExists' => ['type' => 'structure', 'required' => ['ErrorCode', 'AccessPointId'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage'], 'AccessPointId' => ['shape' => 'AccessPointId']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'AccessPointArn' => ['type' => 'string'], 'AccessPointDescription' => ['type' => 'structure', 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'Name' => ['shape' => 'Name'], 'Tags' => ['shape' => 'Tags'], 'AccessPointId' => ['shape' => 'AccessPointId'], 'AccessPointArn' => ['shape' => 'AccessPointArn'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'PosixUser' => ['shape' => 'PosixUser'], 'RootDirectory' => ['shape' => 'RootDirectory'], 'OwnerId' => ['shape' => 'AwsAccountId'], 'LifeCycleState' => ['shape' => 'LifeCycleState']]], 'AccessPointDescriptions' => ['type' => 'list', 'member' => ['shape' => 'AccessPointDescription']], 'AccessPointId' => ['type' => 'string'], 'AccessPointLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccessPointNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'AvailabilityZoneId' => ['type' => 'string'], 'AvailabilityZoneName' => ['type' => 'string'], 'AwsAccountId' => ['type' => 'string', 'max' => 14, 'pattern' => '^(\\d{12})|(\\d{4}-\\d{4}-\\d{4})$'], 'BackupPolicy' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'Status']]], 'BackupPolicyDescription' => ['type' => 'structure', 'members' => ['BackupPolicy' => ['shape' => 'BackupPolicy']]], 'BadRequest' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BypassPolicyLockoutSafetyCheck' => ['type' => 'boolean'], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CreateAccessPointRequest' => ['type' => 'structure', 'required' => ['ClientToken', 'FileSystemId'], 'members' => ['ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'PosixUser' => ['shape' => 'PosixUser'], 'RootDirectory' => ['shape' => 'RootDirectory']]], 'CreateFileSystemRequest' => ['type' => 'structure', 'required' => ['CreationToken'], 'members' => ['CreationToken' => ['shape' => 'CreationToken', 'idempotencyToken' => \true], 'PerformanceMode' => ['shape' => 'PerformanceMode'], 'Encrypted' => ['shape' => 'Encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps'], 'Tags' => ['shape' => 'Tags']]], 'CreateMountTargetRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'SubnetId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'SubnetId' => ['shape' => 'SubnetId'], 'IpAddress' => ['shape' => 'IpAddress'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'Tags'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'Tags' => ['shape' => 'Tags']]], 'CreationInfo' => ['type' => 'structure', 'required' => ['OwnerUid', 'OwnerGid', 'Permissions'], 'members' => ['OwnerUid' => ['shape' => 'OwnerUid'], 'OwnerGid' => ['shape' => 'OwnerGid'], 'Permissions' => ['shape' => 'Permissions']]], 'CreationToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.+'], 'DeleteAccessPointRequest' => ['type' => 'structure', 'required' => ['AccessPointId'], 'members' => ['AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'uri', 'locationName' => 'AccessPointId']]], 'DeleteFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DeleteFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DeleteMountTargetRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId']]], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'TagKeys'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'TagKeys' => ['shape' => 'TagKeys']]], 'DependencyTimeout' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 504], 'exception' => \true], 'DescribeAccessPointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'NextToken'], 'AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'querystring', 'locationName' => 'AccessPointId'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId']]], 'DescribeAccessPointsResponse' => ['type' => 'structure', 'members' => ['AccessPoints' => ['shape' => 'AccessPointDescriptions'], 'NextToken' => ['shape' => 'Token']]], 'DescribeBackupPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeFileSystemsRequest' => ['type' => 'structure', 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'CreationToken' => ['shape' => 'CreationToken', 'location' => 'querystring', 'locationName' => 'CreationToken'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId']]], 'DescribeFileSystemsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'FileSystems' => ['shape' => 'FileSystemDescriptions'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeMountTargetSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId']]], 'DescribeMountTargetSecurityGroupsResponse' => ['type' => 'structure', 'required' => ['SecurityGroups'], 'members' => ['SecurityGroups' => ['shape' => 'SecurityGroups']]], 'DescribeMountTargetsRequest' => ['type' => 'structure', 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'querystring', 'locationName' => 'FileSystemId'], 'MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'querystring', 'locationName' => 'MountTargetId'], 'AccessPointId' => ['shape' => 'AccessPointId', 'location' => 'querystring', 'locationName' => 'AccessPointId']]], 'DescribeMountTargetsResponse' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'MountTargets' => ['shape' => 'MountTargetDescriptions'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['MaxItems' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'MaxItems'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'Marker'], 'FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId']]], 'DescribeTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Marker' => ['shape' => 'Marker'], 'Tags' => ['shape' => 'Tags'], 'NextMarker' => ['shape' => 'Marker']]], 'Encrypted' => ['type' => 'boolean'], 'ErrorCode' => ['type' => 'string', 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'FileSystemAlreadyExists' => ['type' => 'structure', 'required' => ['ErrorCode', 'FileSystemId'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage'], 'FileSystemId' => ['shape' => 'FileSystemId']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FileSystemArn' => ['type' => 'string'], 'FileSystemDescription' => ['type' => 'structure', 'required' => ['OwnerId', 'CreationToken', 'FileSystemId', 'CreationTime', 'LifeCycleState', 'NumberOfMountTargets', 'SizeInBytes', 'PerformanceMode', 'Tags'], 'members' => ['OwnerId' => ['shape' => 'AwsAccountId'], 'CreationToken' => ['shape' => 'CreationToken'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'FileSystemArn' => ['shape' => 'FileSystemArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LifeCycleState' => ['shape' => 'LifeCycleState'], 'Name' => ['shape' => 'TagValue'], 'NumberOfMountTargets' => ['shape' => 'MountTargetCount'], 'SizeInBytes' => ['shape' => 'FileSystemSize'], 'PerformanceMode' => ['shape' => 'PerformanceMode'], 'Encrypted' => ['shape' => 'Encrypted'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps'], 'Tags' => ['shape' => 'Tags']]], 'FileSystemDescriptions' => ['type' => 'list', 'member' => ['shape' => 'FileSystemDescription']], 'FileSystemId' => ['type' => 'string', 'max' => 128, 'pattern' => '^(arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:file-system/fs-[0-9a-f]{8,40}|fs-[0-9a-f]{8,40})$'], 'FileSystemInUse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'FileSystemLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'FileSystemNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'FileSystemNullableSizeValue' => ['type' => 'long', 'min' => 0], 'FileSystemPolicyDescription' => ['type' => 'structure', 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'Policy' => ['shape' => 'Policy']]], 'FileSystemSize' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'FileSystemSizeValue'], 'Timestamp' => ['shape' => 'Timestamp'], 'ValueInIA' => ['shape' => 'FileSystemNullableSizeValue'], 'ValueInStandard' => ['shape' => 'FileSystemNullableSizeValue']]], 'FileSystemSizeValue' => ['type' => 'long', 'min' => 0], 'Gid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'IncorrectFileSystemLifeCycleState' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'IncorrectMountTargetState' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'InsufficientThroughputCapacity' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'InternalServerError' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidPolicyException' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'max' => 15, 'min' => 7, 'pattern' => '^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$'], 'IpAddressInUse' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'pattern' => '^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|alias/[a-zA-Z0-9/_-]+|(arn:aws[-a-z]*:kms:[a-z0-9-]+:\\d{12}:((key/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(alias/[a-zA-Z0-9/_-]+))))$'], 'LifeCycleState' => ['type' => 'string', 'enum' => ['creating', 'available', 'updating', 'deleting', 'deleted']], 'LifecycleConfigurationDescription' => ['type' => 'structure', 'members' => ['LifecyclePolicies' => ['shape' => 'LifecyclePolicies']]], 'LifecyclePolicies' => ['type' => 'list', 'member' => ['shape' => 'LifecyclePolicy']], 'LifecyclePolicy' => ['type' => 'structure', 'members' => ['TransitionToIA' => ['shape' => 'TransitionToIARules']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'Token']]], 'Marker' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.+'], 'MaxItems' => ['type' => 'integer', 'min' => 1], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'ModifyMountTargetSecurityGroupsRequest' => ['type' => 'structure', 'required' => ['MountTargetId'], 'members' => ['MountTargetId' => ['shape' => 'MountTargetId', 'location' => 'uri', 'locationName' => 'MountTargetId'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'MountTargetConflict' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'MountTargetCount' => ['type' => 'integer', 'min' => 0], 'MountTargetDescription' => ['type' => 'structure', 'required' => ['MountTargetId', 'FileSystemId', 'SubnetId', 'LifeCycleState'], 'members' => ['OwnerId' => ['shape' => 'AwsAccountId'], 'MountTargetId' => ['shape' => 'MountTargetId'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'SubnetId' => ['shape' => 'SubnetId'], 'LifeCycleState' => ['shape' => 'LifeCycleState'], 'IpAddress' => ['shape' => 'IpAddress'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'AvailabilityZoneId' => ['shape' => 'AvailabilityZoneId'], 'AvailabilityZoneName' => ['shape' => 'AvailabilityZoneName'], 'VpcId' => ['shape' => 'VpcId']]], 'MountTargetDescriptions' => ['type' => 'list', 'member' => ['shape' => 'MountTargetDescription']], 'MountTargetId' => ['type' => 'string', 'max' => 45, 'min' => 13, 'pattern' => '^fsmt-[0-9a-f]{8,40}$'], 'MountTargetNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Name' => ['type' => 'string'], 'NetworkInterfaceId' => ['type' => 'string'], 'NetworkInterfaceLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'NoFreeAddressesInSubnet' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'OwnerGid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'OwnerUid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'Path' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PerformanceMode' => ['type' => 'string', 'enum' => ['generalPurpose', 'maxIO']], 'Permissions' => ['type' => 'string', 'pattern' => '^[0-7]{3,4}$'], 'Policy' => ['type' => 'string'], 'PolicyNotFound' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'PosixUser' => ['type' => 'structure', 'required' => ['Uid', 'Gid'], 'members' => ['Uid' => ['shape' => 'Uid'], 'Gid' => ['shape' => 'Gid'], 'SecondaryGids' => ['shape' => 'SecondaryGids']]], 'ProvisionedThroughputInMibps' => ['type' => 'double', 'min' => 1], 'PutBackupPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'BackupPolicy'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'BackupPolicy' => ['shape' => 'BackupPolicy']]], 'PutFileSystemPolicyRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'Policy'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'Policy' => ['shape' => 'Policy'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BypassPolicyLockoutSafetyCheck']]], 'PutLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['FileSystemId', 'LifecyclePolicies'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'LifecyclePolicies' => ['shape' => 'LifecyclePolicies']]], 'ResourceId' => ['type' => 'string'], 'RootDirectory' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'Path'], 'CreationInfo' => ['shape' => 'CreationInfo']]], 'SecondaryGids' => ['type' => 'list', 'member' => ['shape' => 'Gid'], 'max' => 16, 'min' => 0], 'SecurityGroup' => ['type' => 'string', 'max' => 43, 'min' => 11, 'pattern' => '^sg-[0-9a-f]{8,40}'], 'SecurityGroupLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SecurityGroupNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup'], 'max' => 5], 'Status' => ['type' => 'string', 'enum' => ['ENABLED', 'ENABLING', 'DISABLED', 'DISABLING']], 'SubnetId' => ['type' => 'string', 'max' => 47, 'min' => 15, 'pattern' => '^subnet-[0-9a-f]{8,40}$'], 'SubnetNotFound' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?![aA]{1}[wW]{1}[sS]{1}:)([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThroughputLimitExceeded' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ThroughputMode' => ['type' => 'string', 'enum' => ['bursting', 'provisioned']], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TooManyRequests' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TransitionToIARules' => ['type' => 'string', 'enum' => ['AFTER_7_DAYS', 'AFTER_14_DAYS', 'AFTER_30_DAYS', 'AFTER_60_DAYS', 'AFTER_90_DAYS']], 'Uid' => ['type' => 'long', 'max' => 4294967295, 'min' => 0], 'UnsupportedAvailabilityZone' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'TagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId', 'location' => 'uri', 'locationName' => 'FileSystemId'], 'ThroughputMode' => ['shape' => 'ThroughputMode'], 'ProvisionedThroughputInMibps' => ['shape' => 'ProvisionedThroughputInMibps']]], 'ValidationException' => ['type' => 'structure', 'required' => ['ErrorCode'], 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'VpcId' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php b/vendor/Aws3/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php index 52e10bf1..d9ba7b39 100644 --- a/vendor/Aws3/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-12-01', 'endpointPrefix' => 'elasticloadbalancing', 'protocol' => 'query', 'serviceAbbreviation' => 'Elastic Load Balancing v2', 'serviceFullName' => 'Elastic Load Balancing', 'serviceId' => 'Elastic Load Balancing v2', 'signatureVersion' => 'v4', 'uid' => 'elasticloadbalancingv2-2015-12-01', 'xmlNamespace' => 'http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/'], 'operations' => ['AddListenerCertificates' => ['name' => 'AddListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddListenerCertificatesInput'], 'output' => ['shape' => 'AddListenerCertificatesOutput', 'resultWrapper' => 'AddListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'CertificateNotFoundException']]], 'AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput', 'resultWrapper' => 'AddTagsResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException']]], 'CreateListener' => ['name' => 'CreateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateListenerInput'], 'output' => ['shape' => 'CreateListenerOutput', 'resultWrapper' => 'CreateListenerResult'], 'errors' => [['shape' => 'DuplicateListenerException'], ['shape' => 'TooManyListenersException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'SSLPolicyNotFoundException'], ['shape' => 'CertificateNotFoundException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'CreateLoadBalancer' => ['name' => 'CreateLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerInput'], 'output' => ['shape' => 'CreateLoadBalancerOutput', 'resultWrapper' => 'CreateLoadBalancerResult'], 'errors' => [['shape' => 'DuplicateLoadBalancerNameException'], ['shape' => 'TooManyLoadBalancersException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'SubnetNotFoundException'], ['shape' => 'InvalidSubnetException'], ['shape' => 'InvalidSecurityGroupException'], ['shape' => 'InvalidSchemeException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DuplicateTagKeysException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AllocationIdNotFoundException'], ['shape' => 'AvailabilityZoneNotSupportedException'], ['shape' => 'OperationNotPermittedException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleInput'], 'output' => ['shape' => 'CreateRuleOutput', 'resultWrapper' => 'CreateRuleResult'], 'errors' => [['shape' => 'PriorityInUseException'], ['shape' => 'TooManyTargetGroupsException'], ['shape' => 'TooManyRulesException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'CreateTargetGroup' => ['name' => 'CreateTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTargetGroupInput'], 'output' => ['shape' => 'CreateTargetGroupOutput', 'resultWrapper' => 'CreateTargetGroupResult'], 'errors' => [['shape' => 'DuplicateTargetGroupNameException'], ['shape' => 'TooManyTargetGroupsException'], ['shape' => 'InvalidConfigurationRequestException']]], 'DeleteListener' => ['name' => 'DeleteListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteListenerInput'], 'output' => ['shape' => 'DeleteListenerOutput', 'resultWrapper' => 'DeleteListenerResult'], 'errors' => [['shape' => 'ListenerNotFoundException']]], 'DeleteLoadBalancer' => ['name' => 'DeleteLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerInput'], 'output' => ['shape' => 'DeleteLoadBalancerOutput', 'resultWrapper' => 'DeleteLoadBalancerResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceInUseException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleInput'], 'output' => ['shape' => 'DeleteRuleOutput', 'resultWrapper' => 'DeleteRuleResult'], 'errors' => [['shape' => 'RuleNotFoundException'], ['shape' => 'OperationNotPermittedException']]], 'DeleteTargetGroup' => ['name' => 'DeleteTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTargetGroupInput'], 'output' => ['shape' => 'DeleteTargetGroupOutput', 'resultWrapper' => 'DeleteTargetGroupResult'], 'errors' => [['shape' => 'ResourceInUseException']]], 'DeregisterTargets' => ['name' => 'DeregisterTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTargetsInput'], 'output' => ['shape' => 'DeregisterTargetsOutput', 'resultWrapper' => 'DeregisterTargetsResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidTargetException']]], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountLimitsInput'], 'output' => ['shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult']], 'DescribeListenerCertificates' => ['name' => 'DescribeListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenerCertificatesInput'], 'output' => ['shape' => 'DescribeListenerCertificatesOutput', 'resultWrapper' => 'DescribeListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException']]], 'DescribeListeners' => ['name' => 'DescribeListeners', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenersInput'], 'output' => ['shape' => 'DescribeListenersOutput', 'resultWrapper' => 'DescribeListenersResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'UnsupportedProtocolException']]], 'DescribeLoadBalancerAttributes' => ['name' => 'DescribeLoadBalancerAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancerAttributesInput'], 'output' => ['shape' => 'DescribeLoadBalancerAttributesOutput', 'resultWrapper' => 'DescribeLoadBalancerAttributesResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException']]], 'DescribeLoadBalancers' => ['name' => 'DescribeLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancersInput'], 'output' => ['shape' => 'DescribeLoadBalancersOutput', 'resultWrapper' => 'DescribeLoadBalancersResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException']]], 'DescribeRules' => ['name' => 'DescribeRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRulesInput'], 'output' => ['shape' => 'DescribeRulesOutput', 'resultWrapper' => 'DescribeRulesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'UnsupportedProtocolException']]], 'DescribeSSLPolicies' => ['name' => 'DescribeSSLPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSSLPoliciesInput'], 'output' => ['shape' => 'DescribeSSLPoliciesOutput', 'resultWrapper' => 'DescribeSSLPoliciesResult'], 'errors' => [['shape' => 'SSLPolicyNotFoundException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsInput'], 'output' => ['shape' => 'DescribeTagsOutput', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException']]], 'DescribeTargetGroupAttributes' => ['name' => 'DescribeTargetGroupAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetGroupAttributesInput'], 'output' => ['shape' => 'DescribeTargetGroupAttributesOutput', 'resultWrapper' => 'DescribeTargetGroupAttributesResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException']]], 'DescribeTargetGroups' => ['name' => 'DescribeTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetGroupsInput'], 'output' => ['shape' => 'DescribeTargetGroupsOutput', 'resultWrapper' => 'DescribeTargetGroupsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException']]], 'DescribeTargetHealth' => ['name' => 'DescribeTargetHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetHealthInput'], 'output' => ['shape' => 'DescribeTargetHealthOutput', 'resultWrapper' => 'DescribeTargetHealthResult'], 'errors' => [['shape' => 'InvalidTargetException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'HealthUnavailableException']]], 'ModifyListener' => ['name' => 'ModifyListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyListenerInput'], 'output' => ['shape' => 'ModifyListenerOutput', 'resultWrapper' => 'ModifyListenerResult'], 'errors' => [['shape' => 'DuplicateListenerException'], ['shape' => 'TooManyListenersException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'SSLPolicyNotFoundException'], ['shape' => 'CertificateNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'ModifyLoadBalancerAttributes' => ['name' => 'ModifyLoadBalancerAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyLoadBalancerAttributesInput'], 'output' => ['shape' => 'ModifyLoadBalancerAttributesOutput', 'resultWrapper' => 'ModifyLoadBalancerAttributesResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'ModifyRule' => ['name' => 'ModifyRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyRuleInput'], 'output' => ['shape' => 'ModifyRuleOutput', 'resultWrapper' => 'ModifyRuleResult'], 'errors' => [['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'ModifyTargetGroup' => ['name' => 'ModifyTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTargetGroupInput'], 'output' => ['shape' => 'ModifyTargetGroupOutput', 'resultWrapper' => 'ModifyTargetGroupResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'ModifyTargetGroupAttributes' => ['name' => 'ModifyTargetGroupAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTargetGroupAttributesInput'], 'output' => ['shape' => 'ModifyTargetGroupAttributesOutput', 'resultWrapper' => 'ModifyTargetGroupAttributesResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'RegisterTargets' => ['name' => 'RegisterTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTargetsInput'], 'output' => ['shape' => 'RegisterTargetsOutput', 'resultWrapper' => 'RegisterTargetsResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'InvalidTargetException'], ['shape' => 'TooManyRegistrationsForTargetIdException']]], 'RemoveListenerCertificates' => ['name' => 'RemoveListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveListenerCertificatesInput'], 'output' => ['shape' => 'RemoveListenerCertificatesOutput', 'resultWrapper' => 'RemoveListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'OperationNotPermittedException']]], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsInput'], 'output' => ['shape' => 'RemoveTagsOutput', 'resultWrapper' => 'RemoveTagsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'TooManyTagsException']]], 'SetIpAddressType' => ['name' => 'SetIpAddressType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetIpAddressTypeInput'], 'output' => ['shape' => 'SetIpAddressTypeOutput', 'resultWrapper' => 'SetIpAddressTypeResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'InvalidSubnetException']]], 'SetRulePriorities' => ['name' => 'SetRulePriorities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRulePrioritiesInput'], 'output' => ['shape' => 'SetRulePrioritiesOutput', 'resultWrapper' => 'SetRulePrioritiesResult'], 'errors' => [['shape' => 'RuleNotFoundException'], ['shape' => 'PriorityInUseException'], ['shape' => 'OperationNotPermittedException']]], 'SetSecurityGroups' => ['name' => 'SetSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSecurityGroupsInput'], 'output' => ['shape' => 'SetSecurityGroupsOutput', 'resultWrapper' => 'SetSecurityGroupsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'InvalidSecurityGroupException']]], 'SetSubnets' => ['name' => 'SetSubnets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSubnetsInput'], 'output' => ['shape' => 'SetSubnetsOutput', 'resultWrapper' => 'SetSubnetsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'SubnetNotFoundException'], ['shape' => 'InvalidSubnetException'], ['shape' => 'AllocationIdNotFoundException'], ['shape' => 'AvailabilityZoneNotSupportedException']]]], 'shapes' => ['Action' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'ActionTypeEnum'], 'TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'AuthenticateOidcConfig' => ['shape' => 'AuthenticateOidcActionConfig'], 'AuthenticateCognitoConfig' => ['shape' => 'AuthenticateCognitoActionConfig'], 'Order' => ['shape' => 'ActionOrder'], 'RedirectConfig' => ['shape' => 'RedirectActionConfig'], 'FixedResponseConfig' => ['shape' => 'FixedResponseActionConfig'], 'ForwardConfig' => ['shape' => 'ForwardActionConfig']]], 'ActionOrder' => ['type' => 'integer', 'max' => 50000, 'min' => 1], 'ActionTypeEnum' => ['type' => 'string', 'enum' => ['forward', 'authenticate-oidc', 'authenticate-cognito', 'redirect', 'fixed-response']], 'Actions' => ['type' => 'list', 'member' => ['shape' => 'Action']], 'AddListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Certificates'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Certificates' => ['shape' => 'CertificateList']]], 'AddListenerCertificatesOutput' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList']]], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns', 'Tags'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => []], 'AllocationId' => ['type' => 'string'], 'AllocationIdNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AllocationIdNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthenticateCognitoActionAuthenticationRequestExtraParams' => ['type' => 'map', 'key' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestParamName'], 'value' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestParamValue']], 'AuthenticateCognitoActionAuthenticationRequestParamName' => ['type' => 'string'], 'AuthenticateCognitoActionAuthenticationRequestParamValue' => ['type' => 'string'], 'AuthenticateCognitoActionConditionalBehaviorEnum' => ['type' => 'string', 'enum' => ['deny', 'allow', 'authenticate']], 'AuthenticateCognitoActionConfig' => ['type' => 'structure', 'required' => ['UserPoolArn', 'UserPoolClientId', 'UserPoolDomain'], 'members' => ['UserPoolArn' => ['shape' => 'AuthenticateCognitoActionUserPoolArn'], 'UserPoolClientId' => ['shape' => 'AuthenticateCognitoActionUserPoolClientId'], 'UserPoolDomain' => ['shape' => 'AuthenticateCognitoActionUserPoolDomain'], 'SessionCookieName' => ['shape' => 'AuthenticateCognitoActionSessionCookieName'], 'Scope' => ['shape' => 'AuthenticateCognitoActionScope'], 'SessionTimeout' => ['shape' => 'AuthenticateCognitoActionSessionTimeout'], 'AuthenticationRequestExtraParams' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestExtraParams'], 'OnUnauthenticatedRequest' => ['shape' => 'AuthenticateCognitoActionConditionalBehaviorEnum']]], 'AuthenticateCognitoActionScope' => ['type' => 'string'], 'AuthenticateCognitoActionSessionCookieName' => ['type' => 'string'], 'AuthenticateCognitoActionSessionTimeout' => ['type' => 'long'], 'AuthenticateCognitoActionUserPoolArn' => ['type' => 'string'], 'AuthenticateCognitoActionUserPoolClientId' => ['type' => 'string'], 'AuthenticateCognitoActionUserPoolDomain' => ['type' => 'string'], 'AuthenticateOidcActionAuthenticationRequestExtraParams' => ['type' => 'map', 'key' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestParamName'], 'value' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestParamValue']], 'AuthenticateOidcActionAuthenticationRequestParamName' => ['type' => 'string'], 'AuthenticateOidcActionAuthenticationRequestParamValue' => ['type' => 'string'], 'AuthenticateOidcActionAuthorizationEndpoint' => ['type' => 'string'], 'AuthenticateOidcActionClientId' => ['type' => 'string'], 'AuthenticateOidcActionClientSecret' => ['type' => 'string'], 'AuthenticateOidcActionConditionalBehaviorEnum' => ['type' => 'string', 'enum' => ['deny', 'allow', 'authenticate']], 'AuthenticateOidcActionConfig' => ['type' => 'structure', 'required' => ['Issuer', 'AuthorizationEndpoint', 'TokenEndpoint', 'UserInfoEndpoint', 'ClientId'], 'members' => ['Issuer' => ['shape' => 'AuthenticateOidcActionIssuer'], 'AuthorizationEndpoint' => ['shape' => 'AuthenticateOidcActionAuthorizationEndpoint'], 'TokenEndpoint' => ['shape' => 'AuthenticateOidcActionTokenEndpoint'], 'UserInfoEndpoint' => ['shape' => 'AuthenticateOidcActionUserInfoEndpoint'], 'ClientId' => ['shape' => 'AuthenticateOidcActionClientId'], 'ClientSecret' => ['shape' => 'AuthenticateOidcActionClientSecret'], 'SessionCookieName' => ['shape' => 'AuthenticateOidcActionSessionCookieName'], 'Scope' => ['shape' => 'AuthenticateOidcActionScope'], 'SessionTimeout' => ['shape' => 'AuthenticateOidcActionSessionTimeout'], 'AuthenticationRequestExtraParams' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestExtraParams'], 'OnUnauthenticatedRequest' => ['shape' => 'AuthenticateOidcActionConditionalBehaviorEnum'], 'UseExistingClientSecret' => ['shape' => 'AuthenticateOidcActionUseExistingClientSecret']]], 'AuthenticateOidcActionIssuer' => ['type' => 'string'], 'AuthenticateOidcActionScope' => ['type' => 'string'], 'AuthenticateOidcActionSessionCookieName' => ['type' => 'string'], 'AuthenticateOidcActionSessionTimeout' => ['type' => 'long'], 'AuthenticateOidcActionTokenEndpoint' => ['type' => 'string'], 'AuthenticateOidcActionUseExistingClientSecret' => ['type' => 'boolean'], 'AuthenticateOidcActionUserInfoEndpoint' => ['type' => 'string'], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['ZoneName' => ['shape' => 'ZoneName'], 'SubnetId' => ['shape' => 'SubnetId'], 'LoadBalancerAddresses' => ['shape' => 'LoadBalancerAddresses']]], 'AvailabilityZoneNotSupportedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AvailabilityZoneNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'CanonicalHostedZoneId' => ['type' => 'string'], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'CertificateArn'], 'IsDefault' => ['shape' => 'Default']]], 'CertificateArn' => ['type' => 'string'], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'CertificateNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CertificateNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Cipher' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CipherName'], 'Priority' => ['shape' => 'CipherPriority']]], 'CipherName' => ['type' => 'string'], 'CipherPriority' => ['type' => 'integer'], 'Ciphers' => ['type' => 'list', 'member' => ['shape' => 'Cipher']], 'ConditionFieldName' => ['type' => 'string', 'max' => 64], 'CreateListenerInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'Protocol', 'Port', 'DefaultActions'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'Certificates' => ['shape' => 'CertificateList'], 'DefaultActions' => ['shape' => 'Actions']]], 'CreateListenerOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners']]], 'CreateLoadBalancerInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LoadBalancerName'], 'Subnets' => ['shape' => 'Subnets'], 'SubnetMappings' => ['shape' => 'SubnetMappings'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'Scheme' => ['shape' => 'LoadBalancerSchemeEnum'], 'Tags' => ['shape' => 'TagList'], 'Type' => ['shape' => 'LoadBalancerTypeEnum'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'CreateLoadBalancerOutput' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancers']]], 'CreateRuleInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Conditions', 'Priority', 'Actions'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Priority' => ['shape' => 'RulePriority'], 'Actions' => ['shape' => 'Actions']]], 'CreateRuleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'CreateTargetGroupInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'TargetGroupName'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'VpcId' => ['shape' => 'VpcId'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckPath' => ['shape' => 'Path'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'Matcher' => ['shape' => 'Matcher'], 'TargetType' => ['shape' => 'TargetTypeEnum']]], 'CreateTargetGroupOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups']]], 'CreatedTime' => ['type' => 'timestamp'], 'DNSName' => ['type' => 'string'], 'Default' => ['type' => 'boolean'], 'DeleteListenerInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn']]], 'DeleteListenerOutput' => ['type' => 'structure', 'members' => []], 'DeleteLoadBalancerInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn']]], 'DeleteLoadBalancerOutput' => ['type' => 'structure', 'members' => []], 'DeleteRuleInput' => ['type' => 'structure', 'required' => ['RuleArn'], 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'DeleteRuleOutput' => ['type' => 'structure', 'members' => []], 'DeleteTargetGroupInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn']]], 'DeleteTargetGroupOutput' => ['type' => 'structure', 'members' => []], 'DeregisterTargetsInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Targets'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'DeregisterTargetsOutput' => ['type' => 'structure', 'members' => []], 'DescribeAccountLimitsInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeAccountLimitsOutput' => ['type' => 'structure', 'members' => ['Limits' => ['shape' => 'Limits'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeListenerCertificatesOutput' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeListenersInput' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'ListenerArns' => ['shape' => 'ListenerArns'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeListenersOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeLoadBalancerAttributesInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn']]], 'DescribeLoadBalancerAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'DescribeLoadBalancersInput' => ['type' => 'structure', 'members' => ['LoadBalancerArns' => ['shape' => 'LoadBalancerArns'], 'Names' => ['shape' => 'LoadBalancerNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeLoadBalancersOutput' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancers'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeRulesInput' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'RuleArns' => ['shape' => 'RuleArns'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeRulesOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeSSLPoliciesInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'SslPolicyNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeSSLPoliciesOutput' => ['type' => 'structure', 'members' => ['SslPolicies' => ['shape' => 'SslPolicies'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'DescribeTagsOutput' => ['type' => 'structure', 'members' => ['TagDescriptions' => ['shape' => 'TagDescriptions']]], 'DescribeTargetGroupAttributesInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn']]], 'DescribeTargetGroupAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'TargetGroupAttributes']]], 'DescribeTargetGroupsInput' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'TargetGroupArns' => ['shape' => 'TargetGroupArns'], 'Names' => ['shape' => 'TargetGroupNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeTargetGroupsOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTargetHealthInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'DescribeTargetHealthOutput' => ['type' => 'structure', 'members' => ['TargetHealthDescriptions' => ['shape' => 'TargetHealthDescriptions']]], 'Description' => ['type' => 'string'], 'DuplicateListenerException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateListener', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateLoadBalancerNameException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateLoadBalancerName', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateTagKeysException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateTagKeys', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateTargetGroupNameException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateTargetGroupName', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'FixedResponseActionConfig' => ['type' => 'structure', 'required' => ['StatusCode'], 'members' => ['MessageBody' => ['shape' => 'FixedResponseActionMessage'], 'StatusCode' => ['shape' => 'FixedResponseActionStatusCode'], 'ContentType' => ['shape' => 'FixedResponseActionContentType']]], 'FixedResponseActionContentType' => ['type' => 'string', 'max' => 32, 'min' => 0], 'FixedResponseActionMessage' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'FixedResponseActionStatusCode' => ['type' => 'string', 'pattern' => '^(2|4|5)\\d\\d$'], 'ForwardActionConfig' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroupList'], 'TargetGroupStickinessConfig' => ['shape' => 'TargetGroupStickinessConfig']]], 'HealthCheckEnabled' => ['type' => 'boolean'], 'HealthCheckIntervalSeconds' => ['type' => 'integer', 'max' => 300, 'min' => 5], 'HealthCheckPort' => ['type' => 'string'], 'HealthCheckThresholdCount' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'HealthCheckTimeoutSeconds' => ['type' => 'integer', 'max' => 120, 'min' => 2], 'HealthUnavailableException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HealthUnavailable', 'httpStatusCode' => 500], 'exception' => \true], 'HostHeaderConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'HttpCode' => ['type' => 'string'], 'HttpHeaderConditionConfig' => ['type' => 'structure', 'members' => ['HttpHeaderName' => ['shape' => 'HttpHeaderConditionName'], 'Values' => ['shape' => 'ListOfString']]], 'HttpHeaderConditionName' => ['type' => 'string'], 'HttpRequestMethodConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'IncompatibleProtocolsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IncompatibleProtocols', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidConfigurationRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidConfigurationRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidLoadBalancerActionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidLoadBalancerAction', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSchemeException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidScheme', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSecurityGroupException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnetException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTarget', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpAddressType' => ['type' => 'string', 'enum' => ['ipv4', 'dualstack']], 'IsDefault' => ['type' => 'boolean'], 'Limit' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Name'], 'Max' => ['shape' => 'Max']]], 'Limits' => ['type' => 'list', 'member' => ['shape' => 'Limit']], 'ListOfString' => ['type' => 'list', 'member' => ['shape' => 'StringValue']], 'Listener' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Certificates' => ['shape' => 'CertificateList'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'DefaultActions' => ['shape' => 'Actions']]], 'ListenerArn' => ['type' => 'string'], 'ListenerArns' => ['type' => 'list', 'member' => ['shape' => 'ListenerArn']], 'ListenerNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ListenerNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'LoadBalancer' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'DNSName' => ['shape' => 'DNSName'], 'CanonicalHostedZoneId' => ['shape' => 'CanonicalHostedZoneId'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'LoadBalancerName' => ['shape' => 'LoadBalancerName'], 'Scheme' => ['shape' => 'LoadBalancerSchemeEnum'], 'VpcId' => ['shape' => 'VpcId'], 'State' => ['shape' => 'LoadBalancerState'], 'Type' => ['shape' => 'LoadBalancerTypeEnum'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'LoadBalancerAddress' => ['type' => 'structure', 'members' => ['IpAddress' => ['shape' => 'IpAddress'], 'AllocationId' => ['shape' => 'AllocationId'], 'PrivateIPv4Address' => ['shape' => 'PrivateIPv4Address']]], 'LoadBalancerAddresses' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerAddress']], 'LoadBalancerArn' => ['type' => 'string'], 'LoadBalancerArns' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerArn']], 'LoadBalancerAttribute' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'LoadBalancerAttributeKey'], 'Value' => ['shape' => 'LoadBalancerAttributeValue']]], 'LoadBalancerAttributeKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9._]+$'], 'LoadBalancerAttributeValue' => ['type' => 'string', 'max' => 1024], 'LoadBalancerAttributes' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerAttribute'], 'max' => 20], 'LoadBalancerName' => ['type' => 'string'], 'LoadBalancerNames' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerName']], 'LoadBalancerNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LoadBalancerNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoadBalancerSchemeEnum' => ['type' => 'string', 'enum' => ['internet-facing', 'internal']], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'LoadBalancerStateEnum'], 'Reason' => ['shape' => 'StateReason']]], 'LoadBalancerStateEnum' => ['type' => 'string', 'enum' => ['active', 'provisioning', 'active_impaired', 'failed']], 'LoadBalancerTypeEnum' => ['type' => 'string', 'enum' => ['application', 'network']], 'LoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'Marker' => ['type' => 'string'], 'Matcher' => ['type' => 'structure', 'required' => ['HttpCode'], 'members' => ['HttpCode' => ['shape' => 'HttpCode']]], 'Max' => ['type' => 'string'], 'ModifyListenerInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'Certificates' => ['shape' => 'CertificateList'], 'DefaultActions' => ['shape' => 'Actions']]], 'ModifyListenerOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners']]], 'ModifyLoadBalancerAttributesInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'Attributes'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'ModifyLoadBalancerAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'ModifyRuleInput' => ['type' => 'structure', 'required' => ['RuleArn'], 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Actions' => ['shape' => 'Actions']]], 'ModifyRuleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'ModifyTargetGroupAttributesInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Attributes'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Attributes' => ['shape' => 'TargetGroupAttributes']]], 'ModifyTargetGroupAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'TargetGroupAttributes']]], 'ModifyTargetGroupInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckPath' => ['shape' => 'Path'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'Matcher' => ['shape' => 'Matcher']]], 'ModifyTargetGroupOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups']]], 'Name' => ['type' => 'string'], 'OperationNotPermittedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationNotPermitted', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'max' => 400, 'min' => 1], 'Path' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'PathPatternConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PriorityInUseException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PriorityInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PrivateIPv4Address' => ['type' => 'string'], 'ProtocolEnum' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'TCP', 'TLS', 'UDP', 'TCP_UDP']], 'QueryStringConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'QueryStringKeyValuePairList']]], 'QueryStringKeyValuePair' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'StringValue'], 'Value' => ['shape' => 'StringValue']]], 'QueryStringKeyValuePairList' => ['type' => 'list', 'member' => ['shape' => 'QueryStringKeyValuePair']], 'RedirectActionConfig' => ['type' => 'structure', 'required' => ['StatusCode'], 'members' => ['Protocol' => ['shape' => 'RedirectActionProtocol'], 'Port' => ['shape' => 'RedirectActionPort'], 'Host' => ['shape' => 'RedirectActionHost'], 'Path' => ['shape' => 'RedirectActionPath'], 'Query' => ['shape' => 'RedirectActionQuery'], 'StatusCode' => ['shape' => 'RedirectActionStatusCodeEnum']]], 'RedirectActionHost' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RedirectActionPath' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RedirectActionPort' => ['type' => 'string'], 'RedirectActionProtocol' => ['type' => 'string', 'pattern' => '^(HTTPS?|#\\{protocol\\})$'], 'RedirectActionQuery' => ['type' => 'string', 'max' => 128, 'min' => 0], 'RedirectActionStatusCodeEnum' => ['type' => 'string', 'enum' => ['HTTP_301', 'HTTP_302']], 'RegisterTargetsInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Targets'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'RegisterTargetsOutput' => ['type' => 'structure', 'members' => []], 'RemoveListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Certificates'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Certificates' => ['shape' => 'CertificateList']]], 'RemoveListenerCertificatesOutput' => ['type' => 'structure', 'members' => []], 'RemoveTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns', 'TagKeys'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns'], 'TagKeys' => ['shape' => 'TagKeys']]], 'RemoveTagsOutput' => ['type' => 'structure', 'members' => []], 'ResourceArn' => ['type' => 'string'], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Rule' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Priority' => ['shape' => 'String'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Actions' => ['shape' => 'Actions'], 'IsDefault' => ['shape' => 'IsDefault']]], 'RuleArn' => ['type' => 'string'], 'RuleArns' => ['type' => 'list', 'member' => ['shape' => 'RuleArn']], 'RuleCondition' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'ConditionFieldName'], 'Values' => ['shape' => 'ListOfString'], 'HostHeaderConfig' => ['shape' => 'HostHeaderConditionConfig'], 'PathPatternConfig' => ['shape' => 'PathPatternConditionConfig'], 'HttpHeaderConfig' => ['shape' => 'HttpHeaderConditionConfig'], 'QueryStringConfig' => ['shape' => 'QueryStringConditionConfig'], 'HttpRequestMethodConfig' => ['shape' => 'HttpRequestMethodConditionConfig'], 'SourceIpConfig' => ['shape' => 'SourceIpConditionConfig']]], 'RuleConditionList' => ['type' => 'list', 'member' => ['shape' => 'RuleCondition']], 'RuleNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'RuleNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'RulePriority' => ['type' => 'integer', 'max' => 50000, 'min' => 1], 'RulePriorityList' => ['type' => 'list', 'member' => ['shape' => 'RulePriorityPair']], 'RulePriorityPair' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Priority' => ['shape' => 'RulePriority']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'SSLPolicyNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SSLPolicyNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId']], 'SetIpAddressTypeInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'IpAddressType'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'SetIpAddressTypeOutput' => ['type' => 'structure', 'members' => ['IpAddressType' => ['shape' => 'IpAddressType']]], 'SetRulePrioritiesInput' => ['type' => 'structure', 'required' => ['RulePriorities'], 'members' => ['RulePriorities' => ['shape' => 'RulePriorityList']]], 'SetRulePrioritiesOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'SetSecurityGroupsInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'SecurityGroups'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'SetSecurityGroupsOutput' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'SecurityGroups']]], 'SetSubnetsInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Subnets' => ['shape' => 'Subnets'], 'SubnetMappings' => ['shape' => 'SubnetMappings']]], 'SetSubnetsOutput' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones']]], 'SourceIpConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'SslPolicies' => ['type' => 'list', 'member' => ['shape' => 'SslPolicy']], 'SslPolicy' => ['type' => 'structure', 'members' => ['SslProtocols' => ['shape' => 'SslProtocols'], 'Ciphers' => ['shape' => 'Ciphers'], 'Name' => ['shape' => 'SslPolicyName']]], 'SslPolicyName' => ['type' => 'string'], 'SslPolicyNames' => ['type' => 'list', 'member' => ['shape' => 'SslPolicyName']], 'SslProtocol' => ['type' => 'string'], 'SslProtocols' => ['type' => 'list', 'member' => ['shape' => 'SslProtocol']], 'StateReason' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringValue' => ['type' => 'string'], 'SubnetId' => ['type' => 'string'], 'SubnetMapping' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'SubnetId'], 'AllocationId' => ['shape' => 'AllocationId'], 'PrivateIPv4Address' => ['shape' => 'PrivateIPv4Address']]], 'SubnetMappings' => ['type' => 'list', 'member' => ['shape' => 'SubnetMapping']], 'SubnetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagDescription' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TagDescription']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TargetDescription' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Port' => ['shape' => 'Port'], 'AvailabilityZone' => ['shape' => 'ZoneName']]], 'TargetDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TargetDescription']], 'TargetGroup' => ['type' => 'structure', 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'TargetGroupName' => ['shape' => 'TargetGroupName'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'VpcId' => ['shape' => 'VpcId'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'HealthCheckPath' => ['shape' => 'Path'], 'Matcher' => ['shape' => 'Matcher'], 'LoadBalancerArns' => ['shape' => 'LoadBalancerArns'], 'TargetType' => ['shape' => 'TargetTypeEnum']]], 'TargetGroupArn' => ['type' => 'string'], 'TargetGroupArns' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupArn']], 'TargetGroupAssociationLimitException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TargetGroupAssociationLimit', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TargetGroupAttribute' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TargetGroupAttributeKey'], 'Value' => ['shape' => 'TargetGroupAttributeValue']]], 'TargetGroupAttributeKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9._]+$'], 'TargetGroupAttributeValue' => ['type' => 'string'], 'TargetGroupAttributes' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupAttribute']], 'TargetGroupList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupTuple']], 'TargetGroupName' => ['type' => 'string'], 'TargetGroupNames' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupName']], 'TargetGroupNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TargetGroupNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TargetGroupStickinessConfig' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'TargetGroupStickinessEnabled'], 'DurationSeconds' => ['shape' => 'TargetGroupStickinessDurationSeconds']]], 'TargetGroupStickinessDurationSeconds' => ['type' => 'integer'], 'TargetGroupStickinessEnabled' => ['type' => 'boolean'], 'TargetGroupTuple' => ['type' => 'structure', 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Weight' => ['shape' => 'TargetGroupWeight']]], 'TargetGroupWeight' => ['type' => 'integer'], 'TargetGroups' => ['type' => 'list', 'member' => ['shape' => 'TargetGroup']], 'TargetHealth' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'TargetHealthStateEnum'], 'Reason' => ['shape' => 'TargetHealthReasonEnum'], 'Description' => ['shape' => 'Description']]], 'TargetHealthDescription' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'TargetDescription'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'TargetHealth' => ['shape' => 'TargetHealth']]], 'TargetHealthDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TargetHealthDescription']], 'TargetHealthReasonEnum' => ['type' => 'string', 'enum' => ['Elb.RegistrationInProgress', 'Elb.InitialHealthChecking', 'Target.ResponseCodeMismatch', 'Target.Timeout', 'Target.FailedHealthChecks', 'Target.NotRegistered', 'Target.NotInUse', 'Target.DeregistrationInProgress', 'Target.InvalidState', 'Target.IpUnusable', 'Target.HealthCheckDisabled', 'Elb.InternalError']], 'TargetHealthStateEnum' => ['type' => 'string', 'enum' => ['initial', 'healthy', 'unhealthy', 'unused', 'draining', 'unavailable']], 'TargetId' => ['type' => 'string'], 'TargetTypeEnum' => ['type' => 'string', 'enum' => ['instance', 'ip', 'lambda']], 'TooManyActionsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyActions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyCertificatesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyCertificates', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyListenersException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyListeners', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyLoadBalancersException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyLoadBalancers', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyRegistrationsForTargetIdException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyRegistrationsForTargetId', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyRulesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyRules', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTags', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTargetGroupsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTargetGroups', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTargetsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTargets', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyUniqueTargetGroupsPerLoadBalancerException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyUniqueTargetGroupsPerLoadBalancer', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedProtocolException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedProtocol', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'VpcId' => ['type' => 'string'], 'ZoneName' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-12-01', 'endpointPrefix' => 'elasticloadbalancing', 'protocol' => 'query', 'serviceAbbreviation' => 'Elastic Load Balancing v2', 'serviceFullName' => 'Elastic Load Balancing', 'serviceId' => 'Elastic Load Balancing v2', 'signatureVersion' => 'v4', 'uid' => 'elasticloadbalancingv2-2015-12-01', 'xmlNamespace' => 'http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/'], 'operations' => ['AddListenerCertificates' => ['name' => 'AddListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddListenerCertificatesInput'], 'output' => ['shape' => 'AddListenerCertificatesOutput', 'resultWrapper' => 'AddListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'CertificateNotFoundException']]], 'AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput', 'resultWrapper' => 'AddTagsResult'], 'errors' => [['shape' => 'DuplicateTagKeysException'], ['shape' => 'TooManyTagsException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException']]], 'CreateListener' => ['name' => 'CreateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateListenerInput'], 'output' => ['shape' => 'CreateListenerOutput', 'resultWrapper' => 'CreateListenerResult'], 'errors' => [['shape' => 'DuplicateListenerException'], ['shape' => 'TooManyListenersException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'SSLPolicyNotFoundException'], ['shape' => 'CertificateNotFoundException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException'], ['shape' => 'ALPNPolicyNotSupportedException']]], 'CreateLoadBalancer' => ['name' => 'CreateLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerInput'], 'output' => ['shape' => 'CreateLoadBalancerOutput', 'resultWrapper' => 'CreateLoadBalancerResult'], 'errors' => [['shape' => 'DuplicateLoadBalancerNameException'], ['shape' => 'TooManyLoadBalancersException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'SubnetNotFoundException'], ['shape' => 'InvalidSubnetException'], ['shape' => 'InvalidSecurityGroupException'], ['shape' => 'InvalidSchemeException'], ['shape' => 'TooManyTagsException'], ['shape' => 'DuplicateTagKeysException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AllocationIdNotFoundException'], ['shape' => 'AvailabilityZoneNotSupportedException'], ['shape' => 'OperationNotPermittedException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleInput'], 'output' => ['shape' => 'CreateRuleOutput', 'resultWrapper' => 'CreateRuleResult'], 'errors' => [['shape' => 'PriorityInUseException'], ['shape' => 'TooManyTargetGroupsException'], ['shape' => 'TooManyRulesException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'CreateTargetGroup' => ['name' => 'CreateTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTargetGroupInput'], 'output' => ['shape' => 'CreateTargetGroupOutput', 'resultWrapper' => 'CreateTargetGroupResult'], 'errors' => [['shape' => 'DuplicateTargetGroupNameException'], ['shape' => 'TooManyTargetGroupsException'], ['shape' => 'InvalidConfigurationRequestException']]], 'DeleteListener' => ['name' => 'DeleteListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteListenerInput'], 'output' => ['shape' => 'DeleteListenerOutput', 'resultWrapper' => 'DeleteListenerResult'], 'errors' => [['shape' => 'ListenerNotFoundException']]], 'DeleteLoadBalancer' => ['name' => 'DeleteLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerInput'], 'output' => ['shape' => 'DeleteLoadBalancerOutput', 'resultWrapper' => 'DeleteLoadBalancerResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceInUseException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleInput'], 'output' => ['shape' => 'DeleteRuleOutput', 'resultWrapper' => 'DeleteRuleResult'], 'errors' => [['shape' => 'RuleNotFoundException'], ['shape' => 'OperationNotPermittedException']]], 'DeleteTargetGroup' => ['name' => 'DeleteTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTargetGroupInput'], 'output' => ['shape' => 'DeleteTargetGroupOutput', 'resultWrapper' => 'DeleteTargetGroupResult'], 'errors' => [['shape' => 'ResourceInUseException']]], 'DeregisterTargets' => ['name' => 'DeregisterTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTargetsInput'], 'output' => ['shape' => 'DeregisterTargetsOutput', 'resultWrapper' => 'DeregisterTargetsResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidTargetException']]], 'DescribeAccountLimits' => ['name' => 'DescribeAccountLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountLimitsInput'], 'output' => ['shape' => 'DescribeAccountLimitsOutput', 'resultWrapper' => 'DescribeAccountLimitsResult']], 'DescribeListenerCertificates' => ['name' => 'DescribeListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenerCertificatesInput'], 'output' => ['shape' => 'DescribeListenerCertificatesOutput', 'resultWrapper' => 'DescribeListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException']]], 'DescribeListeners' => ['name' => 'DescribeListeners', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenersInput'], 'output' => ['shape' => 'DescribeListenersOutput', 'resultWrapper' => 'DescribeListenersResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'UnsupportedProtocolException']]], 'DescribeLoadBalancerAttributes' => ['name' => 'DescribeLoadBalancerAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancerAttributesInput'], 'output' => ['shape' => 'DescribeLoadBalancerAttributesOutput', 'resultWrapper' => 'DescribeLoadBalancerAttributesResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException']]], 'DescribeLoadBalancers' => ['name' => 'DescribeLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoadBalancersInput'], 'output' => ['shape' => 'DescribeLoadBalancersOutput', 'resultWrapper' => 'DescribeLoadBalancersResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException']]], 'DescribeRules' => ['name' => 'DescribeRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRulesInput'], 'output' => ['shape' => 'DescribeRulesOutput', 'resultWrapper' => 'DescribeRulesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'UnsupportedProtocolException']]], 'DescribeSSLPolicies' => ['name' => 'DescribeSSLPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSSLPoliciesInput'], 'output' => ['shape' => 'DescribeSSLPoliciesOutput', 'resultWrapper' => 'DescribeSSLPoliciesResult'], 'errors' => [['shape' => 'SSLPolicyNotFoundException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsInput'], 'output' => ['shape' => 'DescribeTagsOutput', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException']]], 'DescribeTargetGroupAttributes' => ['name' => 'DescribeTargetGroupAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetGroupAttributesInput'], 'output' => ['shape' => 'DescribeTargetGroupAttributesOutput', 'resultWrapper' => 'DescribeTargetGroupAttributesResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException']]], 'DescribeTargetGroups' => ['name' => 'DescribeTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetGroupsInput'], 'output' => ['shape' => 'DescribeTargetGroupsOutput', 'resultWrapper' => 'DescribeTargetGroupsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException']]], 'DescribeTargetHealth' => ['name' => 'DescribeTargetHealth', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTargetHealthInput'], 'output' => ['shape' => 'DescribeTargetHealthOutput', 'resultWrapper' => 'DescribeTargetHealthResult'], 'errors' => [['shape' => 'InvalidTargetException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'HealthUnavailableException']]], 'ModifyListener' => ['name' => 'ModifyListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyListenerInput'], 'output' => ['shape' => 'ModifyListenerOutput', 'resultWrapper' => 'ModifyListenerResult'], 'errors' => [['shape' => 'DuplicateListenerException'], ['shape' => 'TooManyListenersException'], ['shape' => 'TooManyCertificatesException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'SSLPolicyNotFoundException'], ['shape' => 'CertificateNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException'], ['shape' => 'ALPNPolicyNotSupportedException']]], 'ModifyLoadBalancerAttributes' => ['name' => 'ModifyLoadBalancerAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyLoadBalancerAttributesInput'], 'output' => ['shape' => 'ModifyLoadBalancerAttributesOutput', 'resultWrapper' => 'ModifyLoadBalancerAttributesResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'ModifyRule' => ['name' => 'ModifyRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyRuleInput'], 'output' => ['shape' => 'ModifyRuleOutput', 'resultWrapper' => 'ModifyRuleResult'], 'errors' => [['shape' => 'TargetGroupAssociationLimitException'], ['shape' => 'IncompatibleProtocolsException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'TooManyRegistrationsForTargetIdException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'UnsupportedProtocolException'], ['shape' => 'TooManyActionsException'], ['shape' => 'InvalidLoadBalancerActionException'], ['shape' => 'TooManyUniqueTargetGroupsPerLoadBalancerException']]], 'ModifyTargetGroup' => ['name' => 'ModifyTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTargetGroupInput'], 'output' => ['shape' => 'ModifyTargetGroupOutput', 'resultWrapper' => 'ModifyTargetGroupResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'ModifyTargetGroupAttributes' => ['name' => 'ModifyTargetGroupAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyTargetGroupAttributesInput'], 'output' => ['shape' => 'ModifyTargetGroupAttributesOutput', 'resultWrapper' => 'ModifyTargetGroupAttributesResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'InvalidConfigurationRequestException']]], 'RegisterTargets' => ['name' => 'RegisterTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTargetsInput'], 'output' => ['shape' => 'RegisterTargetsOutput', 'resultWrapper' => 'RegisterTargetsResult'], 'errors' => [['shape' => 'TargetGroupNotFoundException'], ['shape' => 'TooManyTargetsException'], ['shape' => 'InvalidTargetException'], ['shape' => 'TooManyRegistrationsForTargetIdException']]], 'RemoveListenerCertificates' => ['name' => 'RemoveListenerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveListenerCertificatesInput'], 'output' => ['shape' => 'RemoveListenerCertificatesOutput', 'resultWrapper' => 'RemoveListenerCertificatesResult'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'OperationNotPermittedException']]], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsInput'], 'output' => ['shape' => 'RemoveTagsOutput', 'resultWrapper' => 'RemoveTagsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'TargetGroupNotFoundException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'RuleNotFoundException'], ['shape' => 'TooManyTagsException']]], 'SetIpAddressType' => ['name' => 'SetIpAddressType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetIpAddressTypeInput'], 'output' => ['shape' => 'SetIpAddressTypeOutput', 'resultWrapper' => 'SetIpAddressTypeResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'InvalidSubnetException']]], 'SetRulePriorities' => ['name' => 'SetRulePriorities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetRulePrioritiesInput'], 'output' => ['shape' => 'SetRulePrioritiesOutput', 'resultWrapper' => 'SetRulePrioritiesResult'], 'errors' => [['shape' => 'RuleNotFoundException'], ['shape' => 'PriorityInUseException'], ['shape' => 'OperationNotPermittedException']]], 'SetSecurityGroups' => ['name' => 'SetSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSecurityGroupsInput'], 'output' => ['shape' => 'SetSecurityGroupsOutput', 'resultWrapper' => 'SetSecurityGroupsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'InvalidSecurityGroupException']]], 'SetSubnets' => ['name' => 'SetSubnets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSubnetsInput'], 'output' => ['shape' => 'SetSubnetsOutput', 'resultWrapper' => 'SetSubnetsResult'], 'errors' => [['shape' => 'LoadBalancerNotFoundException'], ['shape' => 'InvalidConfigurationRequestException'], ['shape' => 'SubnetNotFoundException'], ['shape' => 'InvalidSubnetException'], ['shape' => 'AllocationIdNotFoundException'], ['shape' => 'AvailabilityZoneNotSupportedException']]]], 'shapes' => ['ALPNPolicyNotSupportedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ALPNPolicyNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Action' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'ActionTypeEnum'], 'TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'AuthenticateOidcConfig' => ['shape' => 'AuthenticateOidcActionConfig'], 'AuthenticateCognitoConfig' => ['shape' => 'AuthenticateCognitoActionConfig'], 'Order' => ['shape' => 'ActionOrder'], 'RedirectConfig' => ['shape' => 'RedirectActionConfig'], 'FixedResponseConfig' => ['shape' => 'FixedResponseActionConfig'], 'ForwardConfig' => ['shape' => 'ForwardActionConfig']]], 'ActionOrder' => ['type' => 'integer', 'max' => 50000, 'min' => 1], 'ActionTypeEnum' => ['type' => 'string', 'enum' => ['forward', 'authenticate-oidc', 'authenticate-cognito', 'redirect', 'fixed-response']], 'Actions' => ['type' => 'list', 'member' => ['shape' => 'Action']], 'AddListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Certificates'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Certificates' => ['shape' => 'CertificateList']]], 'AddListenerCertificatesOutput' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList']]], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns', 'Tags'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => []], 'AllocationId' => ['type' => 'string'], 'AllocationIdNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AllocationIdNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AlpnPolicyName' => ['type' => 'list', 'member' => ['shape' => 'AlpnPolicyValue']], 'AlpnPolicyValue' => ['type' => 'string'], 'AuthenticateCognitoActionAuthenticationRequestExtraParams' => ['type' => 'map', 'key' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestParamName'], 'value' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestParamValue']], 'AuthenticateCognitoActionAuthenticationRequestParamName' => ['type' => 'string'], 'AuthenticateCognitoActionAuthenticationRequestParamValue' => ['type' => 'string'], 'AuthenticateCognitoActionConditionalBehaviorEnum' => ['type' => 'string', 'enum' => ['deny', 'allow', 'authenticate']], 'AuthenticateCognitoActionConfig' => ['type' => 'structure', 'required' => ['UserPoolArn', 'UserPoolClientId', 'UserPoolDomain'], 'members' => ['UserPoolArn' => ['shape' => 'AuthenticateCognitoActionUserPoolArn'], 'UserPoolClientId' => ['shape' => 'AuthenticateCognitoActionUserPoolClientId'], 'UserPoolDomain' => ['shape' => 'AuthenticateCognitoActionUserPoolDomain'], 'SessionCookieName' => ['shape' => 'AuthenticateCognitoActionSessionCookieName'], 'Scope' => ['shape' => 'AuthenticateCognitoActionScope'], 'SessionTimeout' => ['shape' => 'AuthenticateCognitoActionSessionTimeout'], 'AuthenticationRequestExtraParams' => ['shape' => 'AuthenticateCognitoActionAuthenticationRequestExtraParams'], 'OnUnauthenticatedRequest' => ['shape' => 'AuthenticateCognitoActionConditionalBehaviorEnum']]], 'AuthenticateCognitoActionScope' => ['type' => 'string'], 'AuthenticateCognitoActionSessionCookieName' => ['type' => 'string'], 'AuthenticateCognitoActionSessionTimeout' => ['type' => 'long'], 'AuthenticateCognitoActionUserPoolArn' => ['type' => 'string'], 'AuthenticateCognitoActionUserPoolClientId' => ['type' => 'string'], 'AuthenticateCognitoActionUserPoolDomain' => ['type' => 'string'], 'AuthenticateOidcActionAuthenticationRequestExtraParams' => ['type' => 'map', 'key' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestParamName'], 'value' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestParamValue']], 'AuthenticateOidcActionAuthenticationRequestParamName' => ['type' => 'string'], 'AuthenticateOidcActionAuthenticationRequestParamValue' => ['type' => 'string'], 'AuthenticateOidcActionAuthorizationEndpoint' => ['type' => 'string'], 'AuthenticateOidcActionClientId' => ['type' => 'string'], 'AuthenticateOidcActionClientSecret' => ['type' => 'string'], 'AuthenticateOidcActionConditionalBehaviorEnum' => ['type' => 'string', 'enum' => ['deny', 'allow', 'authenticate']], 'AuthenticateOidcActionConfig' => ['type' => 'structure', 'required' => ['Issuer', 'AuthorizationEndpoint', 'TokenEndpoint', 'UserInfoEndpoint', 'ClientId'], 'members' => ['Issuer' => ['shape' => 'AuthenticateOidcActionIssuer'], 'AuthorizationEndpoint' => ['shape' => 'AuthenticateOidcActionAuthorizationEndpoint'], 'TokenEndpoint' => ['shape' => 'AuthenticateOidcActionTokenEndpoint'], 'UserInfoEndpoint' => ['shape' => 'AuthenticateOidcActionUserInfoEndpoint'], 'ClientId' => ['shape' => 'AuthenticateOidcActionClientId'], 'ClientSecret' => ['shape' => 'AuthenticateOidcActionClientSecret'], 'SessionCookieName' => ['shape' => 'AuthenticateOidcActionSessionCookieName'], 'Scope' => ['shape' => 'AuthenticateOidcActionScope'], 'SessionTimeout' => ['shape' => 'AuthenticateOidcActionSessionTimeout'], 'AuthenticationRequestExtraParams' => ['shape' => 'AuthenticateOidcActionAuthenticationRequestExtraParams'], 'OnUnauthenticatedRequest' => ['shape' => 'AuthenticateOidcActionConditionalBehaviorEnum'], 'UseExistingClientSecret' => ['shape' => 'AuthenticateOidcActionUseExistingClientSecret']]], 'AuthenticateOidcActionIssuer' => ['type' => 'string'], 'AuthenticateOidcActionScope' => ['type' => 'string'], 'AuthenticateOidcActionSessionCookieName' => ['type' => 'string'], 'AuthenticateOidcActionSessionTimeout' => ['type' => 'long'], 'AuthenticateOidcActionTokenEndpoint' => ['type' => 'string'], 'AuthenticateOidcActionUseExistingClientSecret' => ['type' => 'boolean'], 'AuthenticateOidcActionUserInfoEndpoint' => ['type' => 'string'], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['ZoneName' => ['shape' => 'ZoneName'], 'SubnetId' => ['shape' => 'SubnetId'], 'LoadBalancerAddresses' => ['shape' => 'LoadBalancerAddresses']]], 'AvailabilityZoneNotSupportedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AvailabilityZoneNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'CanonicalHostedZoneId' => ['type' => 'string'], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => 'CertificateArn'], 'IsDefault' => ['shape' => 'Default']]], 'CertificateArn' => ['type' => 'string'], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'CertificateNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CertificateNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Cipher' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CipherName'], 'Priority' => ['shape' => 'CipherPriority']]], 'CipherName' => ['type' => 'string'], 'CipherPriority' => ['type' => 'integer'], 'Ciphers' => ['type' => 'list', 'member' => ['shape' => 'Cipher']], 'ConditionFieldName' => ['type' => 'string', 'max' => 64], 'CreateListenerInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'Protocol', 'Port', 'DefaultActions'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'Certificates' => ['shape' => 'CertificateList'], 'DefaultActions' => ['shape' => 'Actions'], 'AlpnPolicy' => ['shape' => 'AlpnPolicyName']]], 'CreateListenerOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners']]], 'CreateLoadBalancerInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LoadBalancerName'], 'Subnets' => ['shape' => 'Subnets'], 'SubnetMappings' => ['shape' => 'SubnetMappings'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'Scheme' => ['shape' => 'LoadBalancerSchemeEnum'], 'Tags' => ['shape' => 'TagList'], 'Type' => ['shape' => 'LoadBalancerTypeEnum'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'CreateLoadBalancerOutput' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancers']]], 'CreateRuleInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Conditions', 'Priority', 'Actions'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Priority' => ['shape' => 'RulePriority'], 'Actions' => ['shape' => 'Actions']]], 'CreateRuleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'CreateTargetGroupInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'TargetGroupName'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'VpcId' => ['shape' => 'VpcId'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckPath' => ['shape' => 'Path'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'Matcher' => ['shape' => 'Matcher'], 'TargetType' => ['shape' => 'TargetTypeEnum']]], 'CreateTargetGroupOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups']]], 'CreatedTime' => ['type' => 'timestamp'], 'DNSName' => ['type' => 'string'], 'Default' => ['type' => 'boolean'], 'DeleteListenerInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn']]], 'DeleteListenerOutput' => ['type' => 'structure', 'members' => []], 'DeleteLoadBalancerInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn']]], 'DeleteLoadBalancerOutput' => ['type' => 'structure', 'members' => []], 'DeleteRuleInput' => ['type' => 'structure', 'required' => ['RuleArn'], 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'DeleteRuleOutput' => ['type' => 'structure', 'members' => []], 'DeleteTargetGroupInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn']]], 'DeleteTargetGroupOutput' => ['type' => 'structure', 'members' => []], 'DeregisterTargetsInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Targets'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'DeregisterTargetsOutput' => ['type' => 'structure', 'members' => []], 'DescribeAccountLimitsInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeAccountLimitsOutput' => ['type' => 'structure', 'members' => ['Limits' => ['shape' => 'Limits'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeListenerCertificatesOutput' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeListenersInput' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'ListenerArns' => ['shape' => 'ListenerArns'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeListenersOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeLoadBalancerAttributesInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn']]], 'DescribeLoadBalancerAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'DescribeLoadBalancersInput' => ['type' => 'structure', 'members' => ['LoadBalancerArns' => ['shape' => 'LoadBalancerArns'], 'Names' => ['shape' => 'LoadBalancerNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeLoadBalancersOutput' => ['type' => 'structure', 'members' => ['LoadBalancers' => ['shape' => 'LoadBalancers'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeRulesInput' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'RuleArns' => ['shape' => 'RuleArns'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeRulesOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeSSLPoliciesInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'SslPolicyNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeSSLPoliciesOutput' => ['type' => 'structure', 'members' => ['SslPolicies' => ['shape' => 'SslPolicies'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'DescribeTagsOutput' => ['type' => 'structure', 'members' => ['TagDescriptions' => ['shape' => 'TagDescriptions']]], 'DescribeTargetGroupAttributesInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn']]], 'DescribeTargetGroupAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'TargetGroupAttributes']]], 'DescribeTargetGroupsInput' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'TargetGroupArns' => ['shape' => 'TargetGroupArns'], 'Names' => ['shape' => 'TargetGroupNames'], 'Marker' => ['shape' => 'Marker'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeTargetGroupsOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups'], 'NextMarker' => ['shape' => 'Marker']]], 'DescribeTargetHealthInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'DescribeTargetHealthOutput' => ['type' => 'structure', 'members' => ['TargetHealthDescriptions' => ['shape' => 'TargetHealthDescriptions']]], 'Description' => ['type' => 'string'], 'DuplicateListenerException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateListener', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateLoadBalancerNameException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateLoadBalancerName', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateTagKeysException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateTagKeys', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DuplicateTargetGroupNameException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DuplicateTargetGroupName', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'FixedResponseActionConfig' => ['type' => 'structure', 'required' => ['StatusCode'], 'members' => ['MessageBody' => ['shape' => 'FixedResponseActionMessage'], 'StatusCode' => ['shape' => 'FixedResponseActionStatusCode'], 'ContentType' => ['shape' => 'FixedResponseActionContentType']]], 'FixedResponseActionContentType' => ['type' => 'string', 'max' => 32, 'min' => 0], 'FixedResponseActionMessage' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'FixedResponseActionStatusCode' => ['type' => 'string', 'pattern' => '^(2|4|5)\\d\\d$'], 'ForwardActionConfig' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroupList'], 'TargetGroupStickinessConfig' => ['shape' => 'TargetGroupStickinessConfig']]], 'HealthCheckEnabled' => ['type' => 'boolean'], 'HealthCheckIntervalSeconds' => ['type' => 'integer', 'max' => 300, 'min' => 5], 'HealthCheckPort' => ['type' => 'string'], 'HealthCheckThresholdCount' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'HealthCheckTimeoutSeconds' => ['type' => 'integer', 'max' => 120, 'min' => 2], 'HealthUnavailableException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HealthUnavailable', 'httpStatusCode' => 500], 'exception' => \true], 'HostHeaderConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'HttpCode' => ['type' => 'string'], 'HttpHeaderConditionConfig' => ['type' => 'structure', 'members' => ['HttpHeaderName' => ['shape' => 'HttpHeaderConditionName'], 'Values' => ['shape' => 'ListOfString']]], 'HttpHeaderConditionName' => ['type' => 'string'], 'HttpRequestMethodConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'IncompatibleProtocolsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IncompatibleProtocols', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidConfigurationRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidConfigurationRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidLoadBalancerActionException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidLoadBalancerAction', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSchemeException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidScheme', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSecurityGroupException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnetException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTargetException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTarget', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpAddressType' => ['type' => 'string', 'enum' => ['ipv4', 'dualstack']], 'IsDefault' => ['type' => 'boolean'], 'Limit' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Name'], 'Max' => ['shape' => 'Max']]], 'Limits' => ['type' => 'list', 'member' => ['shape' => 'Limit']], 'ListOfString' => ['type' => 'list', 'member' => ['shape' => 'StringValue']], 'Listener' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Certificates' => ['shape' => 'CertificateList'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'DefaultActions' => ['shape' => 'Actions'], 'AlpnPolicy' => ['shape' => 'AlpnPolicyName']]], 'ListenerArn' => ['type' => 'string'], 'ListenerArns' => ['type' => 'list', 'member' => ['shape' => 'ListenerArn']], 'ListenerNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ListenerNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'LoadBalancer' => ['type' => 'structure', 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'DNSName' => ['shape' => 'DNSName'], 'CanonicalHostedZoneId' => ['shape' => 'CanonicalHostedZoneId'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'LoadBalancerName' => ['shape' => 'LoadBalancerName'], 'Scheme' => ['shape' => 'LoadBalancerSchemeEnum'], 'VpcId' => ['shape' => 'VpcId'], 'State' => ['shape' => 'LoadBalancerState'], 'Type' => ['shape' => 'LoadBalancerTypeEnum'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'LoadBalancerAddress' => ['type' => 'structure', 'members' => ['IpAddress' => ['shape' => 'IpAddress'], 'AllocationId' => ['shape' => 'AllocationId'], 'PrivateIPv4Address' => ['shape' => 'PrivateIPv4Address']]], 'LoadBalancerAddresses' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerAddress']], 'LoadBalancerArn' => ['type' => 'string'], 'LoadBalancerArns' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerArn']], 'LoadBalancerAttribute' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'LoadBalancerAttributeKey'], 'Value' => ['shape' => 'LoadBalancerAttributeValue']]], 'LoadBalancerAttributeKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9._]+$'], 'LoadBalancerAttributeValue' => ['type' => 'string', 'max' => 1024], 'LoadBalancerAttributes' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerAttribute'], 'max' => 20], 'LoadBalancerName' => ['type' => 'string'], 'LoadBalancerNames' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerName']], 'LoadBalancerNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LoadBalancerNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoadBalancerSchemeEnum' => ['type' => 'string', 'enum' => ['internet-facing', 'internal']], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'LoadBalancerStateEnum'], 'Reason' => ['shape' => 'StateReason']]], 'LoadBalancerStateEnum' => ['type' => 'string', 'enum' => ['active', 'provisioning', 'active_impaired', 'failed']], 'LoadBalancerTypeEnum' => ['type' => 'string', 'enum' => ['application', 'network']], 'LoadBalancers' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'Marker' => ['type' => 'string'], 'Matcher' => ['type' => 'structure', 'required' => ['HttpCode'], 'members' => ['HttpCode' => ['shape' => 'HttpCode']]], 'Max' => ['type' => 'string'], 'ModifyListenerInput' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Port' => ['shape' => 'Port'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'SslPolicy' => ['shape' => 'SslPolicyName'], 'Certificates' => ['shape' => 'CertificateList'], 'DefaultActions' => ['shape' => 'Actions'], 'AlpnPolicy' => ['shape' => 'AlpnPolicyName']]], 'ModifyListenerOutput' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners']]], 'ModifyLoadBalancerAttributesInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'Attributes'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'ModifyLoadBalancerAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'LoadBalancerAttributes']]], 'ModifyRuleInput' => ['type' => 'structure', 'required' => ['RuleArn'], 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Actions' => ['shape' => 'Actions']]], 'ModifyRuleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'ModifyTargetGroupAttributesInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Attributes'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Attributes' => ['shape' => 'TargetGroupAttributes']]], 'ModifyTargetGroupAttributesOutput' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'TargetGroupAttributes']]], 'ModifyTargetGroupInput' => ['type' => 'structure', 'required' => ['TargetGroupArn'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckPath' => ['shape' => 'Path'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'Matcher' => ['shape' => 'Matcher']]], 'ModifyTargetGroupOutput' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroups']]], 'Name' => ['type' => 'string'], 'OperationNotPermittedException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OperationNotPermitted', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'max' => 400, 'min' => 1], 'Path' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'PathPatternConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PriorityInUseException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PriorityInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PrivateIPv4Address' => ['type' => 'string'], 'ProtocolEnum' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'TCP', 'TLS', 'UDP', 'TCP_UDP']], 'QueryStringConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'QueryStringKeyValuePairList']]], 'QueryStringKeyValuePair' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'StringValue'], 'Value' => ['shape' => 'StringValue']]], 'QueryStringKeyValuePairList' => ['type' => 'list', 'member' => ['shape' => 'QueryStringKeyValuePair']], 'RedirectActionConfig' => ['type' => 'structure', 'required' => ['StatusCode'], 'members' => ['Protocol' => ['shape' => 'RedirectActionProtocol'], 'Port' => ['shape' => 'RedirectActionPort'], 'Host' => ['shape' => 'RedirectActionHost'], 'Path' => ['shape' => 'RedirectActionPath'], 'Query' => ['shape' => 'RedirectActionQuery'], 'StatusCode' => ['shape' => 'RedirectActionStatusCodeEnum']]], 'RedirectActionHost' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RedirectActionPath' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RedirectActionPort' => ['type' => 'string'], 'RedirectActionProtocol' => ['type' => 'string', 'pattern' => '^(HTTPS?|#\\{protocol\\})$'], 'RedirectActionQuery' => ['type' => 'string', 'max' => 128, 'min' => 0], 'RedirectActionStatusCodeEnum' => ['type' => 'string', 'enum' => ['HTTP_301', 'HTTP_302']], 'RegisterTargetsInput' => ['type' => 'structure', 'required' => ['TargetGroupArn', 'Targets'], 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Targets' => ['shape' => 'TargetDescriptions']]], 'RegisterTargetsOutput' => ['type' => 'structure', 'members' => []], 'RemoveListenerCertificatesInput' => ['type' => 'structure', 'required' => ['ListenerArn', 'Certificates'], 'members' => ['ListenerArn' => ['shape' => 'ListenerArn'], 'Certificates' => ['shape' => 'CertificateList']]], 'RemoveListenerCertificatesOutput' => ['type' => 'structure', 'members' => []], 'RemoveTagsInput' => ['type' => 'structure', 'required' => ['ResourceArns', 'TagKeys'], 'members' => ['ResourceArns' => ['shape' => 'ResourceArns'], 'TagKeys' => ['shape' => 'TagKeys']]], 'RemoveTagsOutput' => ['type' => 'structure', 'members' => []], 'ResourceArn' => ['type' => 'string'], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Rule' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Priority' => ['shape' => 'String'], 'Conditions' => ['shape' => 'RuleConditionList'], 'Actions' => ['shape' => 'Actions'], 'IsDefault' => ['shape' => 'IsDefault']]], 'RuleArn' => ['type' => 'string'], 'RuleArns' => ['type' => 'list', 'member' => ['shape' => 'RuleArn']], 'RuleCondition' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'ConditionFieldName'], 'Values' => ['shape' => 'ListOfString'], 'HostHeaderConfig' => ['shape' => 'HostHeaderConditionConfig'], 'PathPatternConfig' => ['shape' => 'PathPatternConditionConfig'], 'HttpHeaderConfig' => ['shape' => 'HttpHeaderConditionConfig'], 'QueryStringConfig' => ['shape' => 'QueryStringConditionConfig'], 'HttpRequestMethodConfig' => ['shape' => 'HttpRequestMethodConditionConfig'], 'SourceIpConfig' => ['shape' => 'SourceIpConditionConfig']]], 'RuleConditionList' => ['type' => 'list', 'member' => ['shape' => 'RuleCondition']], 'RuleNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'RuleNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'RulePriority' => ['type' => 'integer', 'max' => 50000, 'min' => 1], 'RulePriorityList' => ['type' => 'list', 'member' => ['shape' => 'RulePriorityPair']], 'RulePriorityPair' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn'], 'Priority' => ['shape' => 'RulePriority']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'SSLPolicyNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SSLPolicyNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId']], 'SetIpAddressTypeInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'IpAddressType'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'IpAddressType' => ['shape' => 'IpAddressType']]], 'SetIpAddressTypeOutput' => ['type' => 'structure', 'members' => ['IpAddressType' => ['shape' => 'IpAddressType']]], 'SetRulePrioritiesInput' => ['type' => 'structure', 'required' => ['RulePriorities'], 'members' => ['RulePriorities' => ['shape' => 'RulePriorityList']]], 'SetRulePrioritiesOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules']]], 'SetSecurityGroupsInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn', 'SecurityGroups'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'SecurityGroups' => ['shape' => 'SecurityGroups']]], 'SetSecurityGroupsOutput' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'SecurityGroups']]], 'SetSubnetsInput' => ['type' => 'structure', 'required' => ['LoadBalancerArn'], 'members' => ['LoadBalancerArn' => ['shape' => 'LoadBalancerArn'], 'Subnets' => ['shape' => 'Subnets'], 'SubnetMappings' => ['shape' => 'SubnetMappings']]], 'SetSubnetsOutput' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones']]], 'SourceIpConditionConfig' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'ListOfString']]], 'SslPolicies' => ['type' => 'list', 'member' => ['shape' => 'SslPolicy']], 'SslPolicy' => ['type' => 'structure', 'members' => ['SslProtocols' => ['shape' => 'SslProtocols'], 'Ciphers' => ['shape' => 'Ciphers'], 'Name' => ['shape' => 'SslPolicyName']]], 'SslPolicyName' => ['type' => 'string'], 'SslPolicyNames' => ['type' => 'list', 'member' => ['shape' => 'SslPolicyName']], 'SslProtocol' => ['type' => 'string'], 'SslProtocols' => ['type' => 'list', 'member' => ['shape' => 'SslProtocol']], 'StateReason' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringValue' => ['type' => 'string'], 'SubnetId' => ['type' => 'string'], 'SubnetMapping' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'SubnetId'], 'AllocationId' => ['shape' => 'AllocationId'], 'PrivateIPv4Address' => ['shape' => 'PrivateIPv4Address']]], 'SubnetMappings' => ['type' => 'list', 'member' => ['shape' => 'SubnetMapping']], 'SubnetNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagDescription' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TagDescription']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TargetDescription' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Port' => ['shape' => 'Port'], 'AvailabilityZone' => ['shape' => 'ZoneName']]], 'TargetDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TargetDescription']], 'TargetGroup' => ['type' => 'structure', 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'TargetGroupName' => ['shape' => 'TargetGroupName'], 'Protocol' => ['shape' => 'ProtocolEnum'], 'Port' => ['shape' => 'Port'], 'VpcId' => ['shape' => 'VpcId'], 'HealthCheckProtocol' => ['shape' => 'ProtocolEnum'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckEnabled' => ['shape' => 'HealthCheckEnabled'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'HealthCheckTimeoutSeconds' => ['shape' => 'HealthCheckTimeoutSeconds'], 'HealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'UnhealthyThresholdCount' => ['shape' => 'HealthCheckThresholdCount'], 'HealthCheckPath' => ['shape' => 'Path'], 'Matcher' => ['shape' => 'Matcher'], 'LoadBalancerArns' => ['shape' => 'LoadBalancerArns'], 'TargetType' => ['shape' => 'TargetTypeEnum']]], 'TargetGroupArn' => ['type' => 'string'], 'TargetGroupArns' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupArn']], 'TargetGroupAssociationLimitException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TargetGroupAssociationLimit', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TargetGroupAttribute' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TargetGroupAttributeKey'], 'Value' => ['shape' => 'TargetGroupAttributeValue']]], 'TargetGroupAttributeKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9._]+$'], 'TargetGroupAttributeValue' => ['type' => 'string'], 'TargetGroupAttributes' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupAttribute']], 'TargetGroupList' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupTuple']], 'TargetGroupName' => ['type' => 'string'], 'TargetGroupNames' => ['type' => 'list', 'member' => ['shape' => 'TargetGroupName']], 'TargetGroupNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TargetGroupNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TargetGroupStickinessConfig' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'TargetGroupStickinessEnabled'], 'DurationSeconds' => ['shape' => 'TargetGroupStickinessDurationSeconds']]], 'TargetGroupStickinessDurationSeconds' => ['type' => 'integer'], 'TargetGroupStickinessEnabled' => ['type' => 'boolean'], 'TargetGroupTuple' => ['type' => 'structure', 'members' => ['TargetGroupArn' => ['shape' => 'TargetGroupArn'], 'Weight' => ['shape' => 'TargetGroupWeight']]], 'TargetGroupWeight' => ['type' => 'integer'], 'TargetGroups' => ['type' => 'list', 'member' => ['shape' => 'TargetGroup']], 'TargetHealth' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'TargetHealthStateEnum'], 'Reason' => ['shape' => 'TargetHealthReasonEnum'], 'Description' => ['shape' => 'Description']]], 'TargetHealthDescription' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'TargetDescription'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'TargetHealth' => ['shape' => 'TargetHealth']]], 'TargetHealthDescriptions' => ['type' => 'list', 'member' => ['shape' => 'TargetHealthDescription']], 'TargetHealthReasonEnum' => ['type' => 'string', 'enum' => ['Elb.RegistrationInProgress', 'Elb.InitialHealthChecking', 'Target.ResponseCodeMismatch', 'Target.Timeout', 'Target.FailedHealthChecks', 'Target.NotRegistered', 'Target.NotInUse', 'Target.DeregistrationInProgress', 'Target.InvalidState', 'Target.IpUnusable', 'Target.HealthCheckDisabled', 'Elb.InternalError']], 'TargetHealthStateEnum' => ['type' => 'string', 'enum' => ['initial', 'healthy', 'unhealthy', 'unused', 'draining', 'unavailable']], 'TargetId' => ['type' => 'string'], 'TargetTypeEnum' => ['type' => 'string', 'enum' => ['instance', 'ip', 'lambda']], 'TooManyActionsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyActions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyCertificatesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyCertificates', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyListenersException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyListeners', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyLoadBalancersException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyLoadBalancers', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyRegistrationsForTargetIdException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyRegistrationsForTargetId', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyRulesException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyRules', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTags', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTargetGroupsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTargetGroups', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyTargetsException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyTargets', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TooManyUniqueTargetGroupsPerLoadBalancerException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TooManyUniqueTargetGroupsPerLoadBalancer', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedProtocolException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedProtocol', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'VpcId' => ['type' => 'string'], 'ZoneName' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php b/vendor/Aws3/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php index 2bd35593..00789b6d 100644 --- a/vendor/Aws3/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2009-03-31', 'endpointPrefix' => 'elasticmapreduce', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon EMR', 'serviceFullName' => 'Amazon Elastic MapReduce', 'serviceId' => 'EMR', 'signatureVersion' => 'v4', 'targetPrefix' => 'ElasticMapReduce', 'uid' => 'elasticmapreduce-2009-03-31'], 'operations' => ['AddInstanceFleet' => ['name' => 'AddInstanceFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddInstanceFleetInput'], 'output' => ['shape' => 'AddInstanceFleetOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'AddInstanceGroups' => ['name' => 'AddInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddInstanceGroupsInput'], 'output' => ['shape' => 'AddInstanceGroupsOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'AddJobFlowSteps' => ['name' => 'AddJobFlowSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddJobFlowStepsInput'], 'output' => ['shape' => 'AddJobFlowStepsOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'CancelSteps' => ['name' => 'CancelSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelStepsInput'], 'output' => ['shape' => 'CancelStepsOutput'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidRequestException']]], 'CreateSecurityConfiguration' => ['name' => 'CreateSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecurityConfigurationInput'], 'output' => ['shape' => 'CreateSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DeleteSecurityConfiguration' => ['name' => 'DeleteSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityConfigurationInput'], 'output' => ['shape' => 'DeleteSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterInput'], 'output' => ['shape' => 'DescribeClusterOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeJobFlows' => ['name' => 'DescribeJobFlows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeJobFlowsInput'], 'output' => ['shape' => 'DescribeJobFlowsOutput'], 'errors' => [['shape' => 'InternalServerError']], 'deprecated' => \true], 'DescribeSecurityConfiguration' => ['name' => 'DescribeSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityConfigurationInput'], 'output' => ['shape' => 'DescribeSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeStep' => ['name' => 'DescribeStep', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStepInput'], 'output' => ['shape' => 'DescribeStepOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetBlockPublicAccessConfiguration' => ['name' => 'GetBlockPublicAccessConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlockPublicAccessConfigurationInput'], 'output' => ['shape' => 'GetBlockPublicAccessConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListBootstrapActions' => ['name' => 'ListBootstrapActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBootstrapActionsInput'], 'output' => ['shape' => 'ListBootstrapActionsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersInput'], 'output' => ['shape' => 'ListClustersOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstanceFleets' => ['name' => 'ListInstanceFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceFleetsInput'], 'output' => ['shape' => 'ListInstanceFleetsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstanceGroups' => ['name' => 'ListInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceGroupsInput'], 'output' => ['shape' => 'ListInstanceGroupsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstances' => ['name' => 'ListInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstancesInput'], 'output' => ['shape' => 'ListInstancesOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListSecurityConfigurations' => ['name' => 'ListSecurityConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecurityConfigurationsInput'], 'output' => ['shape' => 'ListSecurityConfigurationsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListSteps' => ['name' => 'ListSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStepsInput'], 'output' => ['shape' => 'ListStepsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ModifyCluster' => ['name' => 'ModifyCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterInput'], 'output' => ['shape' => 'ModifyClusterOutput'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidRequestException']]], 'ModifyInstanceFleet' => ['name' => 'ModifyInstanceFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceFleetInput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ModifyInstanceGroups' => ['name' => 'ModifyInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceGroupsInput'], 'errors' => [['shape' => 'InternalServerError']]], 'PutAutoScalingPolicy' => ['name' => 'PutAutoScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAutoScalingPolicyInput'], 'output' => ['shape' => 'PutAutoScalingPolicyOutput']], 'PutBlockPublicAccessConfiguration' => ['name' => 'PutBlockPublicAccessConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutBlockPublicAccessConfigurationInput'], 'output' => ['shape' => 'PutBlockPublicAccessConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'RemoveAutoScalingPolicy' => ['name' => 'RemoveAutoScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveAutoScalingPolicyInput'], 'output' => ['shape' => 'RemoveAutoScalingPolicyOutput']], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsInput'], 'output' => ['shape' => 'RemoveTagsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'RunJobFlow' => ['name' => 'RunJobFlow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunJobFlowInput'], 'output' => ['shape' => 'RunJobFlowOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'SetTerminationProtection' => ['name' => 'SetTerminationProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetTerminationProtectionInput'], 'errors' => [['shape' => 'InternalServerError']]], 'SetVisibleToAllUsers' => ['name' => 'SetVisibleToAllUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetVisibleToAllUsersInput'], 'errors' => [['shape' => 'InternalServerError']]], 'TerminateJobFlows' => ['name' => 'TerminateJobFlows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateJobFlowsInput'], 'errors' => [['shape' => 'InternalServerError']]]], 'shapes' => ['ActionOnFailure' => ['type' => 'string', 'enum' => ['TERMINATE_JOB_FLOW', 'TERMINATE_CLUSTER', 'CANCEL_AND_WAIT', 'CONTINUE']], 'AddInstanceFleetInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceFleet'], 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleet' => ['shape' => 'InstanceFleetConfig']]], 'AddInstanceFleetOutput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'ClusterArn' => ['shape' => 'ArnType']]], 'AddInstanceGroupsInput' => ['type' => 'structure', 'required' => ['InstanceGroups', 'JobFlowId'], 'members' => ['InstanceGroups' => ['shape' => 'InstanceGroupConfigList'], 'JobFlowId' => ['shape' => 'XmlStringMaxLen256']]], 'AddInstanceGroupsOutput' => ['type' => 'structure', 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceGroupIds' => ['shape' => 'InstanceGroupIdsList'], 'ClusterArn' => ['shape' => 'ArnType']]], 'AddJobFlowStepsInput' => ['type' => 'structure', 'required' => ['JobFlowId', 'Steps'], 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'Steps' => ['shape' => 'StepConfigList']]], 'AddJobFlowStepsOutput' => ['type' => 'structure', 'members' => ['StepIds' => ['shape' => 'StepIdsList']]], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => []], 'AdjustmentType' => ['type' => 'string', 'enum' => ['CHANGE_IN_CAPACITY', 'PERCENT_CHANGE_IN_CAPACITY', 'EXACT_CAPACITY']], 'Application' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList'], 'AdditionalInfo' => ['shape' => 'StringMap']]], 'ApplicationList' => ['type' => 'list', 'member' => ['shape' => 'Application']], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'AutoScalingPolicy' => ['type' => 'structure', 'required' => ['Constraints', 'Rules'], 'members' => ['Constraints' => ['shape' => 'ScalingConstraints'], 'Rules' => ['shape' => 'ScalingRuleList']]], 'AutoScalingPolicyDescription' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'AutoScalingPolicyStatus'], 'Constraints' => ['shape' => 'ScalingConstraints'], 'Rules' => ['shape' => 'ScalingRuleList']]], 'AutoScalingPolicyState' => ['type' => 'string', 'enum' => ['PENDING', 'ATTACHING', 'ATTACHED', 'DETACHING', 'DETACHED', 'FAILED']], 'AutoScalingPolicyStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AutoScalingPolicyStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'AutoScalingPolicyStateChangeReasonCode' => ['type' => 'string', 'enum' => ['USER_REQUEST', 'PROVISION_FAILURE', 'CLEANUP_FAILURE']], 'AutoScalingPolicyStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AutoScalingPolicyState'], 'StateChangeReason' => ['shape' => 'AutoScalingPolicyStateChangeReason']]], 'BlockPublicAccessConfiguration' => ['type' => 'structure', 'required' => ['BlockPublicSecurityGroupRules'], 'members' => ['BlockPublicSecurityGroupRules' => ['shape' => 'Boolean'], 'PermittedPublicSecurityGroupRuleRanges' => ['shape' => 'PortRanges']]], 'BlockPublicAccessConfigurationMetadata' => ['type' => 'structure', 'required' => ['CreationDateTime', 'CreatedByArn'], 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'CreatedByArn' => ['shape' => 'ArnType']]], 'Boolean' => ['type' => 'boolean'], 'BooleanObject' => ['type' => 'boolean'], 'BootstrapActionConfig' => ['type' => 'structure', 'required' => ['Name', 'ScriptBootstrapAction'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'ScriptBootstrapAction' => ['shape' => 'ScriptBootstrapActionConfig']]], 'BootstrapActionConfigList' => ['type' => 'list', 'member' => ['shape' => 'BootstrapActionConfig']], 'BootstrapActionDetail' => ['type' => 'structure', 'members' => ['BootstrapActionConfig' => ['shape' => 'BootstrapActionConfig']]], 'BootstrapActionDetailList' => ['type' => 'list', 'member' => ['shape' => 'BootstrapActionDetail']], 'CancelStepsInfo' => ['type' => 'structure', 'members' => ['StepId' => ['shape' => 'StepId'], 'Status' => ['shape' => 'CancelStepsRequestStatus'], 'Reason' => ['shape' => 'String']]], 'CancelStepsInfoList' => ['type' => 'list', 'member' => ['shape' => 'CancelStepsInfo']], 'CancelStepsInput' => ['type' => 'structure', 'required' => ['ClusterId', 'StepIds'], 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'StepIds' => ['shape' => 'StepIdsList'], 'StepCancellationOption' => ['shape' => 'StepCancellationOption']]], 'CancelStepsOutput' => ['type' => 'structure', 'members' => ['CancelStepsInfoList' => ['shape' => 'CancelStepsInfoList']]], 'CancelStepsRequestStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'FAILED']], 'CloudWatchAlarmDefinition' => ['type' => 'structure', 'required' => ['ComparisonOperator', 'MetricName', 'Period', 'Threshold'], 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'EvaluationPeriods' => ['shape' => 'Integer'], 'MetricName' => ['shape' => 'String'], 'Namespace' => ['shape' => 'String'], 'Period' => ['shape' => 'Integer'], 'Statistic' => ['shape' => 'Statistic'], 'Threshold' => ['shape' => 'NonNegativeDouble'], 'Unit' => ['shape' => 'Unit'], 'Dimensions' => ['shape' => 'MetricDimensionList']]], 'Cluster' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ClusterId'], 'Name' => ['shape' => 'String'], 'Status' => ['shape' => 'ClusterStatus'], 'Ec2InstanceAttributes' => ['shape' => 'Ec2InstanceAttributes'], 'InstanceCollectionType' => ['shape' => 'InstanceCollectionType'], 'LogUri' => ['shape' => 'String'], 'RequestedAmiVersion' => ['shape' => 'String'], 'RunningAmiVersion' => ['shape' => 'String'], 'ReleaseLabel' => ['shape' => 'String'], 'AutoTerminate' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'Applications' => ['shape' => 'ApplicationList'], 'Tags' => ['shape' => 'TagList'], 'ServiceRole' => ['shape' => 'String'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'MasterPublicDnsName' => ['shape' => 'String'], 'Configurations' => ['shape' => 'ConfigurationList'], 'SecurityConfiguration' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior'], 'CustomAmiId' => ['shape' => 'XmlStringMaxLen256'], 'EbsRootVolumeSize' => ['shape' => 'Integer'], 'RepoUpgradeOnBoot' => ['shape' => 'RepoUpgradeOnBoot'], 'KerberosAttributes' => ['shape' => 'KerberosAttributes'], 'ClusterArn' => ['shape' => 'ArnType'], 'StepConcurrencyLevel' => ['shape' => 'Integer'], 'OutpostArn' => ['shape' => 'OptionalArnType']]], 'ClusterId' => ['type' => 'string'], 'ClusterState' => ['type' => 'string', 'enum' => ['STARTING', 'BOOTSTRAPPING', 'RUNNING', 'WAITING', 'TERMINATING', 'TERMINATED', 'TERMINATED_WITH_ERRORS']], 'ClusterStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClusterStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'ClusterStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'INSTANCE_FLEET_TIMEOUT', 'BOOTSTRAP_FAILURE', 'USER_REQUEST', 'STEP_FAILURE', 'ALL_STEPS_COMPLETED']], 'ClusterStateList' => ['type' => 'list', 'member' => ['shape' => 'ClusterState']], 'ClusterStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'ClusterState'], 'StateChangeReason' => ['shape' => 'ClusterStateChangeReason'], 'Timeline' => ['shape' => 'ClusterTimeline']]], 'ClusterSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ClusterId'], 'Name' => ['shape' => 'String'], 'Status' => ['shape' => 'ClusterStatus'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'ClusterArn' => ['shape' => 'ArnType'], 'OutpostArn' => ['shape' => 'OptionalArnType']]], 'ClusterSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ClusterSummary']], 'ClusterTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'Command' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'ScriptPath' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList']]], 'CommandList' => ['type' => 'list', 'member' => ['shape' => 'Command']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GREATER_THAN_OR_EQUAL', 'GREATER_THAN', 'LESS_THAN', 'LESS_THAN_OR_EQUAL']], 'Configuration' => ['type' => 'structure', 'members' => ['Classification' => ['shape' => 'String'], 'Configurations' => ['shape' => 'ConfigurationList'], 'Properties' => ['shape' => 'StringMap']]], 'ConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], 'CreateSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name', 'SecurityConfiguration'], 'members' => ['Name' => ['shape' => 'XmlString'], 'SecurityConfiguration' => ['shape' => 'String']]], 'CreateSecurityConfigurationOutput' => ['type' => 'structure', 'required' => ['Name', 'CreationDateTime'], 'members' => ['Name' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date']]], 'Date' => ['type' => 'timestamp'], 'DeleteSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'XmlString']]], 'DeleteSecurityConfigurationOutput' => ['type' => 'structure', 'members' => []], 'DescribeClusterInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'DescribeClusterOutput' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'DescribeJobFlowsInput' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Date'], 'CreatedBefore' => ['shape' => 'Date'], 'JobFlowIds' => ['shape' => 'XmlStringList'], 'JobFlowStates' => ['shape' => 'JobFlowExecutionStateList']]], 'DescribeJobFlowsOutput' => ['type' => 'structure', 'members' => ['JobFlows' => ['shape' => 'JobFlowDetailList']]], 'DescribeSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'XmlString']]], 'DescribeSecurityConfigurationOutput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'SecurityConfiguration' => ['shape' => 'String'], 'CreationDateTime' => ['shape' => 'Date']]], 'DescribeStepInput' => ['type' => 'structure', 'required' => ['ClusterId', 'StepId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'StepId' => ['shape' => 'StepId']]], 'DescribeStepOutput' => ['type' => 'structure', 'members' => ['Step' => ['shape' => 'Step']]], 'EC2InstanceIdsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'EC2InstanceIdsToTerminateList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'EbsBlockDevice' => ['type' => 'structure', 'members' => ['VolumeSpecification' => ['shape' => 'VolumeSpecification'], 'Device' => ['shape' => 'String']]], 'EbsBlockDeviceConfig' => ['type' => 'structure', 'required' => ['VolumeSpecification'], 'members' => ['VolumeSpecification' => ['shape' => 'VolumeSpecification'], 'VolumesPerInstance' => ['shape' => 'Integer']]], 'EbsBlockDeviceConfigList' => ['type' => 'list', 'member' => ['shape' => 'EbsBlockDeviceConfig']], 'EbsBlockDeviceList' => ['type' => 'list', 'member' => ['shape' => 'EbsBlockDevice']], 'EbsConfiguration' => ['type' => 'structure', 'members' => ['EbsBlockDeviceConfigs' => ['shape' => 'EbsBlockDeviceConfigList'], 'EbsOptimized' => ['shape' => 'BooleanObject']]], 'EbsVolume' => ['type' => 'structure', 'members' => ['Device' => ['shape' => 'String'], 'VolumeId' => ['shape' => 'String']]], 'EbsVolumeList' => ['type' => 'list', 'member' => ['shape' => 'EbsVolume']], 'Ec2InstanceAttributes' => ['type' => 'structure', 'members' => ['Ec2KeyName' => ['shape' => 'String'], 'Ec2SubnetId' => ['shape' => 'String'], 'RequestedEc2SubnetIds' => ['shape' => 'XmlStringMaxLen256List'], 'Ec2AvailabilityZone' => ['shape' => 'String'], 'RequestedEc2AvailabilityZones' => ['shape' => 'XmlStringMaxLen256List'], 'IamInstanceProfile' => ['shape' => 'String'], 'EmrManagedMasterSecurityGroup' => ['shape' => 'String'], 'EmrManagedSlaveSecurityGroup' => ['shape' => 'String'], 'ServiceAccessSecurityGroup' => ['shape' => 'String'], 'AdditionalMasterSecurityGroups' => ['shape' => 'StringList'], 'AdditionalSlaveSecurityGroups' => ['shape' => 'StringList']]], 'ErrorCode' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'FailureDetails' => ['type' => 'structure', 'members' => ['Reason' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'LogFile' => ['shape' => 'String']]], 'GetBlockPublicAccessConfigurationInput' => ['type' => 'structure', 'members' => []], 'GetBlockPublicAccessConfigurationOutput' => ['type' => 'structure', 'required' => ['BlockPublicAccessConfiguration', 'BlockPublicAccessConfigurationMetadata'], 'members' => ['BlockPublicAccessConfiguration' => ['shape' => 'BlockPublicAccessConfiguration'], 'BlockPublicAccessConfigurationMetadata' => ['shape' => 'BlockPublicAccessConfigurationMetadata']]], 'HadoopJarStepConfig' => ['type' => 'structure', 'required' => ['Jar'], 'members' => ['Properties' => ['shape' => 'KeyValueList'], 'Jar' => ['shape' => 'XmlString'], 'MainClass' => ['shape' => 'XmlString'], 'Args' => ['shape' => 'XmlStringList']]], 'HadoopStepConfig' => ['type' => 'structure', 'members' => ['Jar' => ['shape' => 'String'], 'Properties' => ['shape' => 'StringMap'], 'MainClass' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList']]], 'Instance' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceId'], 'Ec2InstanceId' => ['shape' => 'InstanceId'], 'PublicDnsName' => ['shape' => 'String'], 'PublicIpAddress' => ['shape' => 'String'], 'PrivateDnsName' => ['shape' => 'String'], 'PrivateIpAddress' => ['shape' => 'String'], 'Status' => ['shape' => 'InstanceStatus'], 'InstanceGroupId' => ['shape' => 'String'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'Market' => ['shape' => 'MarketType'], 'InstanceType' => ['shape' => 'InstanceType'], 'EbsVolumes' => ['shape' => 'EbsVolumeList']]], 'InstanceCollectionType' => ['type' => 'string', 'enum' => ['INSTANCE_FLEET', 'INSTANCE_GROUP']], 'InstanceFleet' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceFleetId'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'Status' => ['shape' => 'InstanceFleetStatus'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber'], 'ProvisionedOnDemandCapacity' => ['shape' => 'WholeNumber'], 'ProvisionedSpotCapacity' => ['shape' => 'WholeNumber'], 'InstanceTypeSpecifications' => ['shape' => 'InstanceTypeSpecificationList'], 'LaunchSpecifications' => ['shape' => 'InstanceFleetProvisioningSpecifications']]], 'InstanceFleetConfig' => ['type' => 'structure', 'required' => ['InstanceFleetType'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber'], 'InstanceTypeConfigs' => ['shape' => 'InstanceTypeConfigList'], 'LaunchSpecifications' => ['shape' => 'InstanceFleetProvisioningSpecifications']]], 'InstanceFleetConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceFleetConfig']], 'InstanceFleetId' => ['type' => 'string'], 'InstanceFleetList' => ['type' => 'list', 'member' => ['shape' => 'InstanceFleet']], 'InstanceFleetModifyConfig' => ['type' => 'structure', 'required' => ['InstanceFleetId'], 'members' => ['InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber']]], 'InstanceFleetProvisioningSpecifications' => ['type' => 'structure', 'required' => ['SpotSpecification'], 'members' => ['SpotSpecification' => ['shape' => 'SpotProvisioningSpecification']]], 'InstanceFleetState' => ['type' => 'string', 'enum' => ['PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'RESIZING', 'SUSPENDED', 'TERMINATING', 'TERMINATED']], 'InstanceFleetStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceFleetStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceFleetStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceFleetStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceFleetState'], 'StateChangeReason' => ['shape' => 'InstanceFleetStateChangeReason'], 'Timeline' => ['shape' => 'InstanceFleetTimeline']]], 'InstanceFleetTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceFleetType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceGroup' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceGroupId'], 'Name' => ['shape' => 'String'], 'Market' => ['shape' => 'MarketType'], 'InstanceGroupType' => ['shape' => 'InstanceGroupType'], 'BidPrice' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'InstanceType'], 'RequestedInstanceCount' => ['shape' => 'Integer'], 'RunningInstanceCount' => ['shape' => 'Integer'], 'Status' => ['shape' => 'InstanceGroupStatus'], 'Configurations' => ['shape' => 'ConfigurationList'], 'ConfigurationsVersion' => ['shape' => 'Long'], 'LastSuccessfullyAppliedConfigurations' => ['shape' => 'ConfigurationList'], 'LastSuccessfullyAppliedConfigurationsVersion' => ['shape' => 'Long'], 'EbsBlockDevices' => ['shape' => 'EbsBlockDeviceList'], 'EbsOptimized' => ['shape' => 'BooleanObject'], 'ShrinkPolicy' => ['shape' => 'ShrinkPolicy'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicyDescription']]], 'InstanceGroupConfig' => ['type' => 'structure', 'required' => ['InstanceRole', 'InstanceType', 'InstanceCount'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'Market' => ['shape' => 'MarketType'], 'InstanceRole' => ['shape' => 'InstanceRoleType'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'InstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'Configurations' => ['shape' => 'ConfigurationList'], 'EbsConfiguration' => ['shape' => 'EbsConfiguration'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicy']]], 'InstanceGroupConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupConfig']], 'InstanceGroupDetail' => ['type' => 'structure', 'required' => ['Market', 'InstanceRole', 'InstanceType', 'InstanceRequestCount', 'InstanceRunningCount', 'State', 'CreationDateTime'], 'members' => ['InstanceGroupId' => ['shape' => 'XmlStringMaxLen256'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'Market' => ['shape' => 'MarketType'], 'InstanceRole' => ['shape' => 'InstanceRoleType'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'InstanceType' => ['shape' => 'InstanceType'], 'InstanceRequestCount' => ['shape' => 'Integer'], 'InstanceRunningCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'InstanceGroupState'], 'LastStateChangeReason' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceGroupDetailList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupDetail']], 'InstanceGroupId' => ['type' => 'string'], 'InstanceGroupIdsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'InstanceGroupList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroup']], 'InstanceGroupModifyConfig' => ['type' => 'structure', 'required' => ['InstanceGroupId'], 'members' => ['InstanceGroupId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceCount' => ['shape' => 'Integer'], 'EC2InstanceIdsToTerminate' => ['shape' => 'EC2InstanceIdsToTerminateList'], 'ShrinkPolicy' => ['shape' => 'ShrinkPolicy'], 'Configurations' => ['shape' => 'ConfigurationList']]], 'InstanceGroupModifyConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupModifyConfig']], 'InstanceGroupState' => ['type' => 'string', 'enum' => ['PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'RECONFIGURING', 'RESIZING', 'SUSPENDED', 'TERMINATING', 'TERMINATED', 'ARRESTED', 'SHUTTING_DOWN', 'ENDED']], 'InstanceGroupStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceGroupStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceGroupStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceGroupStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceGroupState'], 'StateChangeReason' => ['shape' => 'InstanceGroupStateChangeReason'], 'Timeline' => ['shape' => 'InstanceGroupTimeline']]], 'InstanceGroupTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceGroupType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceGroupTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupType']], 'InstanceId' => ['type' => 'string'], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceResizePolicy' => ['type' => 'structure', 'members' => ['InstancesToTerminate' => ['shape' => 'EC2InstanceIdsList'], 'InstancesToProtect' => ['shape' => 'EC2InstanceIdsList'], 'InstanceTerminationTimeout' => ['shape' => 'Integer']]], 'InstanceRoleType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceState' => ['type' => 'string', 'enum' => ['AWAITING_FULFILLMENT', 'PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'TERMINATED']], 'InstanceStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'BOOTSTRAP_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceStateList' => ['type' => 'list', 'member' => ['shape' => 'InstanceState']], 'InstanceStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceState'], 'StateChangeReason' => ['shape' => 'InstanceStateChangeReason'], 'Timeline' => ['shape' => 'InstanceTimeline']]], 'InstanceTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'InstanceTypeConfig' => ['type' => 'structure', 'required' => ['InstanceType'], 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'WeightedCapacity' => ['shape' => 'WholeNumber'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'BidPriceAsPercentageOfOnDemandPrice' => ['shape' => 'NonNegativeDouble'], 'EbsConfiguration' => ['shape' => 'EbsConfiguration'], 'Configurations' => ['shape' => 'ConfigurationList']]], 'InstanceTypeConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeConfig']], 'InstanceTypeSpecification' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'WeightedCapacity' => ['shape' => 'WholeNumber'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'BidPriceAsPercentageOfOnDemandPrice' => ['shape' => 'NonNegativeDouble'], 'Configurations' => ['shape' => 'ConfigurationList'], 'EbsBlockDevices' => ['shape' => 'EbsBlockDeviceList'], 'EbsOptimized' => ['shape' => 'BooleanObject']]], 'InstanceTypeSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeSpecification']], 'Integer' => ['type' => 'integer'], 'InternalServerError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'JobFlowDetail' => ['type' => 'structure', 'required' => ['JobFlowId', 'Name', 'ExecutionStatusDetail', 'Instances'], 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'LogUri' => ['shape' => 'XmlString'], 'AmiVersion' => ['shape' => 'XmlStringMaxLen256'], 'ExecutionStatusDetail' => ['shape' => 'JobFlowExecutionStatusDetail'], 'Instances' => ['shape' => 'JobFlowInstancesDetail'], 'Steps' => ['shape' => 'StepDetailList'], 'BootstrapActions' => ['shape' => 'BootstrapActionDetailList'], 'SupportedProducts' => ['shape' => 'SupportedProductsList'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'JobFlowRole' => ['shape' => 'XmlString'], 'ServiceRole' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior']]], 'JobFlowDetailList' => ['type' => 'list', 'member' => ['shape' => 'JobFlowDetail']], 'JobFlowExecutionState' => ['type' => 'string', 'enum' => ['STARTING', 'BOOTSTRAPPING', 'RUNNING', 'WAITING', 'SHUTTING_DOWN', 'TERMINATED', 'COMPLETED', 'FAILED']], 'JobFlowExecutionStateList' => ['type' => 'list', 'member' => ['shape' => 'JobFlowExecutionState']], 'JobFlowExecutionStatusDetail' => ['type' => 'structure', 'required' => ['State', 'CreationDateTime'], 'members' => ['State' => ['shape' => 'JobFlowExecutionState'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date'], 'LastStateChangeReason' => ['shape' => 'XmlString']]], 'JobFlowInstancesConfig' => ['type' => 'structure', 'members' => ['MasterInstanceType' => ['shape' => 'InstanceType'], 'SlaveInstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'InstanceGroups' => ['shape' => 'InstanceGroupConfigList'], 'InstanceFleets' => ['shape' => 'InstanceFleetConfigList'], 'Ec2KeyName' => ['shape' => 'XmlStringMaxLen256'], 'Placement' => ['shape' => 'PlacementType'], 'KeepJobFlowAliveWhenNoSteps' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'HadoopVersion' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetId' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetIds' => ['shape' => 'XmlStringMaxLen256List'], 'EmrManagedMasterSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'EmrManagedSlaveSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'ServiceAccessSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'AdditionalMasterSecurityGroups' => ['shape' => 'SecurityGroupsList'], 'AdditionalSlaveSecurityGroups' => ['shape' => 'SecurityGroupsList']]], 'JobFlowInstancesDetail' => ['type' => 'structure', 'required' => ['MasterInstanceType', 'SlaveInstanceType', 'InstanceCount'], 'members' => ['MasterInstanceType' => ['shape' => 'InstanceType'], 'MasterPublicDnsName' => ['shape' => 'XmlString'], 'MasterInstanceId' => ['shape' => 'XmlString'], 'SlaveInstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'InstanceGroups' => ['shape' => 'InstanceGroupDetailList'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'Ec2KeyName' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetId' => ['shape' => 'XmlStringMaxLen256'], 'Placement' => ['shape' => 'PlacementType'], 'KeepJobFlowAliveWhenNoSteps' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'HadoopVersion' => ['shape' => 'XmlStringMaxLen256']]], 'KerberosAttributes' => ['type' => 'structure', 'required' => ['Realm', 'KdcAdminPassword'], 'members' => ['Realm' => ['shape' => 'XmlStringMaxLen256'], 'KdcAdminPassword' => ['shape' => 'XmlStringMaxLen256'], 'CrossRealmTrustPrincipalPassword' => ['shape' => 'XmlStringMaxLen256'], 'ADDomainJoinUser' => ['shape' => 'XmlStringMaxLen256'], 'ADDomainJoinPassword' => ['shape' => 'XmlStringMaxLen256']]], 'KeyValue' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'XmlString'], 'Value' => ['shape' => 'XmlString']]], 'KeyValueList' => ['type' => 'list', 'member' => ['shape' => 'KeyValue']], 'ListBootstrapActionsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListBootstrapActionsOutput' => ['type' => 'structure', 'members' => ['BootstrapActions' => ['shape' => 'CommandList'], 'Marker' => ['shape' => 'Marker']]], 'ListClustersInput' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Date'], 'CreatedBefore' => ['shape' => 'Date'], 'ClusterStates' => ['shape' => 'ClusterStateList'], 'Marker' => ['shape' => 'Marker']]], 'ListClustersOutput' => ['type' => 'structure', 'members' => ['Clusters' => ['shape' => 'ClusterSummaryList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceFleetsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceFleetsOutput' => ['type' => 'structure', 'members' => ['InstanceFleets' => ['shape' => 'InstanceFleetList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceGroupsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceGroupsOutput' => ['type' => 'structure', 'members' => ['InstanceGroups' => ['shape' => 'InstanceGroupList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstancesInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'InstanceGroupTypes' => ['shape' => 'InstanceGroupTypeList'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'InstanceStates' => ['shape' => 'InstanceStateList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstancesOutput' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceList'], 'Marker' => ['shape' => 'Marker']]], 'ListSecurityConfigurationsInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker']]], 'ListSecurityConfigurationsOutput' => ['type' => 'structure', 'members' => ['SecurityConfigurations' => ['shape' => 'SecurityConfigurationList'], 'Marker' => ['shape' => 'Marker']]], 'ListStepsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'StepStates' => ['shape' => 'StepStateList'], 'StepIds' => ['shape' => 'XmlStringList'], 'Marker' => ['shape' => 'Marker']]], 'ListStepsOutput' => ['type' => 'structure', 'members' => ['Steps' => ['shape' => 'StepSummaryList'], 'Marker' => ['shape' => 'Marker']]], 'Long' => ['type' => 'long'], 'Marker' => ['type' => 'string'], 'MarketType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'SPOT']], 'MetricDimension' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'MetricDimensionList' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'ModifyClusterInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'String'], 'StepConcurrencyLevel' => ['shape' => 'Integer']]], 'ModifyClusterOutput' => ['type' => 'structure', 'members' => ['StepConcurrencyLevel' => ['shape' => 'Integer']]], 'ModifyInstanceFleetInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceFleet'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceFleet' => ['shape' => 'InstanceFleetModifyConfig']]], 'ModifyInstanceGroupsInput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroups' => ['shape' => 'InstanceGroupModifyConfigList']]], 'NewSupportedProductsList' => ['type' => 'list', 'member' => ['shape' => 'SupportedProductConfig']], 'NonNegativeDouble' => ['type' => 'double', 'min' => 0], 'OptionalArnType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'PlacementType' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'XmlString'], 'AvailabilityZones' => ['shape' => 'XmlStringMaxLen256List']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'PortRange' => ['type' => 'structure', 'required' => ['MinRange'], 'members' => ['MinRange' => ['shape' => 'Port'], 'MaxRange' => ['shape' => 'Port']]], 'PortRanges' => ['type' => 'list', 'member' => ['shape' => 'PortRange']], 'PutAutoScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceGroupId', 'AutoScalingPolicy'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicy']]], 'PutAutoScalingPolicyOutput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicyDescription'], 'ClusterArn' => ['shape' => 'ArnType']]], 'PutBlockPublicAccessConfigurationInput' => ['type' => 'structure', 'required' => ['BlockPublicAccessConfiguration'], 'members' => ['BlockPublicAccessConfiguration' => ['shape' => 'BlockPublicAccessConfiguration']]], 'PutBlockPublicAccessConfigurationOutput' => ['type' => 'structure', 'members' => []], 'RemoveAutoScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceGroupId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId']]], 'RemoveAutoScalingPolicyOutput' => ['type' => 'structure', 'members' => []], 'RemoveTagsInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagKeys' => ['shape' => 'StringList']]], 'RemoveTagsOutput' => ['type' => 'structure', 'members' => []], 'RepoUpgradeOnBoot' => ['type' => 'string', 'enum' => ['SECURITY', 'NONE']], 'ResourceId' => ['type' => 'string'], 'RunJobFlowInput' => ['type' => 'structure', 'required' => ['Name', 'Instances'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'LogUri' => ['shape' => 'XmlString'], 'AdditionalInfo' => ['shape' => 'XmlString'], 'AmiVersion' => ['shape' => 'XmlStringMaxLen256'], 'ReleaseLabel' => ['shape' => 'XmlStringMaxLen256'], 'Instances' => ['shape' => 'JobFlowInstancesConfig'], 'Steps' => ['shape' => 'StepConfigList'], 'BootstrapActions' => ['shape' => 'BootstrapActionConfigList'], 'SupportedProducts' => ['shape' => 'SupportedProductsList'], 'NewSupportedProducts' => ['shape' => 'NewSupportedProductsList'], 'Applications' => ['shape' => 'ApplicationList'], 'Configurations' => ['shape' => 'ConfigurationList'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'JobFlowRole' => ['shape' => 'XmlString'], 'ServiceRole' => ['shape' => 'XmlString'], 'Tags' => ['shape' => 'TagList'], 'SecurityConfiguration' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior'], 'CustomAmiId' => ['shape' => 'XmlStringMaxLen256'], 'EbsRootVolumeSize' => ['shape' => 'Integer'], 'RepoUpgradeOnBoot' => ['shape' => 'RepoUpgradeOnBoot'], 'KerberosAttributes' => ['shape' => 'KerberosAttributes'], 'StepConcurrencyLevel' => ['shape' => 'Integer']]], 'RunJobFlowOutput' => ['type' => 'structure', 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'ClusterArn' => ['shape' => 'ArnType']]], 'ScaleDownBehavior' => ['type' => 'string', 'enum' => ['TERMINATE_AT_INSTANCE_HOUR', 'TERMINATE_AT_TASK_COMPLETION']], 'ScalingAction' => ['type' => 'structure', 'required' => ['SimpleScalingPolicyConfiguration'], 'members' => ['Market' => ['shape' => 'MarketType'], 'SimpleScalingPolicyConfiguration' => ['shape' => 'SimpleScalingPolicyConfiguration']]], 'ScalingConstraints' => ['type' => 'structure', 'required' => ['MinCapacity', 'MaxCapacity'], 'members' => ['MinCapacity' => ['shape' => 'Integer'], 'MaxCapacity' => ['shape' => 'Integer']]], 'ScalingRule' => ['type' => 'structure', 'required' => ['Name', 'Action', 'Trigger'], 'members' => ['Name' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Action' => ['shape' => 'ScalingAction'], 'Trigger' => ['shape' => 'ScalingTrigger']]], 'ScalingRuleList' => ['type' => 'list', 'member' => ['shape' => 'ScalingRule']], 'ScalingTrigger' => ['type' => 'structure', 'required' => ['CloudWatchAlarmDefinition'], 'members' => ['CloudWatchAlarmDefinition' => ['shape' => 'CloudWatchAlarmDefinition']]], 'ScriptBootstrapActionConfig' => ['type' => 'structure', 'required' => ['Path'], 'members' => ['Path' => ['shape' => 'XmlString'], 'Args' => ['shape' => 'XmlStringList']]], 'SecurityConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SecurityConfigurationSummary']], 'SecurityConfigurationSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date']]], 'SecurityGroupsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'SetTerminationProtectionInput' => ['type' => 'structure', 'required' => ['JobFlowIds', 'TerminationProtected'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList'], 'TerminationProtected' => ['shape' => 'Boolean']]], 'SetVisibleToAllUsersInput' => ['type' => 'structure', 'required' => ['JobFlowIds', 'VisibleToAllUsers'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList'], 'VisibleToAllUsers' => ['shape' => 'Boolean']]], 'ShrinkPolicy' => ['type' => 'structure', 'members' => ['DecommissionTimeout' => ['shape' => 'Integer'], 'InstanceResizePolicy' => ['shape' => 'InstanceResizePolicy']]], 'SimpleScalingPolicyConfiguration' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['AdjustmentType' => ['shape' => 'AdjustmentType'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'CoolDown' => ['shape' => 'Integer']]], 'SpotProvisioningSpecification' => ['type' => 'structure', 'required' => ['TimeoutDurationMinutes', 'TimeoutAction'], 'members' => ['TimeoutDurationMinutes' => ['shape' => 'WholeNumber'], 'TimeoutAction' => ['shape' => 'SpotProvisioningTimeoutAction'], 'BlockDurationMinutes' => ['shape' => 'WholeNumber']]], 'SpotProvisioningTimeoutAction' => ['type' => 'string', 'enum' => ['SWITCH_TO_ON_DEMAND', 'TERMINATE_CLUSTER']], 'Statistic' => ['type' => 'string', 'enum' => ['SAMPLE_COUNT', 'AVERAGE', 'SUM', 'MINIMUM', 'MAXIMUM']], 'Step' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'StepId'], 'Name' => ['shape' => 'String'], 'Config' => ['shape' => 'HadoopStepConfig'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'Status' => ['shape' => 'StepStatus']]], 'StepCancellationOption' => ['type' => 'string', 'enum' => ['SEND_INTERRUPT', 'TERMINATE_PROCESS']], 'StepConfig' => ['type' => 'structure', 'required' => ['Name', 'HadoopJarStep'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'HadoopJarStep' => ['shape' => 'HadoopJarStepConfig']]], 'StepConfigList' => ['type' => 'list', 'member' => ['shape' => 'StepConfig']], 'StepDetail' => ['type' => 'structure', 'required' => ['StepConfig', 'ExecutionStatusDetail'], 'members' => ['StepConfig' => ['shape' => 'StepConfig'], 'ExecutionStatusDetail' => ['shape' => 'StepExecutionStatusDetail']]], 'StepDetailList' => ['type' => 'list', 'member' => ['shape' => 'StepDetail']], 'StepExecutionState' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'CONTINUE', 'COMPLETED', 'CANCELLED', 'FAILED', 'INTERRUPTED']], 'StepExecutionStatusDetail' => ['type' => 'structure', 'required' => ['State', 'CreationDateTime'], 'members' => ['State' => ['shape' => 'StepExecutionState'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date'], 'LastStateChangeReason' => ['shape' => 'XmlString']]], 'StepId' => ['type' => 'string'], 'StepIdsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'StepState' => ['type' => 'string', 'enum' => ['PENDING', 'CANCEL_PENDING', 'RUNNING', 'COMPLETED', 'CANCELLED', 'FAILED', 'INTERRUPTED']], 'StepStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'StepStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'StepStateChangeReasonCode' => ['type' => 'string', 'enum' => ['NONE']], 'StepStateList' => ['type' => 'list', 'member' => ['shape' => 'StepState']], 'StepStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'StepState'], 'StateChangeReason' => ['shape' => 'StepStateChangeReason'], 'FailureDetails' => ['shape' => 'FailureDetails'], 'Timeline' => ['shape' => 'StepTimeline']]], 'StepSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'StepId'], 'Name' => ['shape' => 'String'], 'Config' => ['shape' => 'HadoopStepConfig'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'Status' => ['shape' => 'StepStatus']]], 'StepSummaryList' => ['type' => 'list', 'member' => ['shape' => 'StepSummary']], 'StepTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SupportedProductConfig' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'Args' => ['shape' => 'XmlStringList']]], 'SupportedProductsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TerminateJobFlowsInput' => ['type' => 'structure', 'required' => ['JobFlowIds'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList']]], 'Unit' => ['type' => 'string', 'enum' => ['NONE', 'SECONDS', 'MICRO_SECONDS', 'MILLI_SECONDS', 'BYTES', 'KILO_BYTES', 'MEGA_BYTES', 'GIGA_BYTES', 'TERA_BYTES', 'BITS', 'KILO_BITS', 'MEGA_BITS', 'GIGA_BITS', 'TERA_BITS', 'PERCENT', 'COUNT', 'BYTES_PER_SECOND', 'KILO_BYTES_PER_SECOND', 'MEGA_BYTES_PER_SECOND', 'GIGA_BYTES_PER_SECOND', 'TERA_BYTES_PER_SECOND', 'BITS_PER_SECOND', 'KILO_BITS_PER_SECOND', 'MEGA_BITS_PER_SECOND', 'GIGA_BITS_PER_SECOND', 'TERA_BITS_PER_SECOND', 'COUNT_PER_SECOND']], 'VolumeSpecification' => ['type' => 'structure', 'required' => ['VolumeType', 'SizeInGB'], 'members' => ['VolumeType' => ['shape' => 'String'], 'Iops' => ['shape' => 'Integer'], 'SizeInGB' => ['shape' => 'Integer']]], 'WholeNumber' => ['type' => 'integer', 'min' => 0], 'XmlString' => ['type' => 'string', 'max' => 10280, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringList' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'XmlStringMaxLen256' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen256List' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2009-03-31', 'endpointPrefix' => 'elasticmapreduce', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon EMR', 'serviceFullName' => 'Amazon Elastic MapReduce', 'serviceId' => 'EMR', 'signatureVersion' => 'v4', 'targetPrefix' => 'ElasticMapReduce', 'uid' => 'elasticmapreduce-2009-03-31'], 'operations' => ['AddInstanceFleet' => ['name' => 'AddInstanceFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddInstanceFleetInput'], 'output' => ['shape' => 'AddInstanceFleetOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'AddInstanceGroups' => ['name' => 'AddInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddInstanceGroupsInput'], 'output' => ['shape' => 'AddInstanceGroupsOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'AddJobFlowSteps' => ['name' => 'AddJobFlowSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddJobFlowStepsInput'], 'output' => ['shape' => 'AddJobFlowStepsOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'CancelSteps' => ['name' => 'CancelSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelStepsInput'], 'output' => ['shape' => 'CancelStepsOutput'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidRequestException']]], 'CreateSecurityConfiguration' => ['name' => 'CreateSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecurityConfigurationInput'], 'output' => ['shape' => 'CreateSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DeleteSecurityConfiguration' => ['name' => 'DeleteSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityConfigurationInput'], 'output' => ['shape' => 'DeleteSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterInput'], 'output' => ['shape' => 'DescribeClusterOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeJobFlows' => ['name' => 'DescribeJobFlows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeJobFlowsInput'], 'output' => ['shape' => 'DescribeJobFlowsOutput'], 'errors' => [['shape' => 'InternalServerError']], 'deprecated' => \true], 'DescribeSecurityConfiguration' => ['name' => 'DescribeSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityConfigurationInput'], 'output' => ['shape' => 'DescribeSecurityConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'DescribeStep' => ['name' => 'DescribeStep', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStepInput'], 'output' => ['shape' => 'DescribeStepOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetBlockPublicAccessConfiguration' => ['name' => 'GetBlockPublicAccessConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlockPublicAccessConfigurationInput'], 'output' => ['shape' => 'GetBlockPublicAccessConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'GetManagedScalingPolicy' => ['name' => 'GetManagedScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetManagedScalingPolicyInput'], 'output' => ['shape' => 'GetManagedScalingPolicyOutput']], 'ListBootstrapActions' => ['name' => 'ListBootstrapActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBootstrapActionsInput'], 'output' => ['shape' => 'ListBootstrapActionsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersInput'], 'output' => ['shape' => 'ListClustersOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstanceFleets' => ['name' => 'ListInstanceFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceFleetsInput'], 'output' => ['shape' => 'ListInstanceFleetsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstanceGroups' => ['name' => 'ListInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceGroupsInput'], 'output' => ['shape' => 'ListInstanceGroupsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListInstances' => ['name' => 'ListInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstancesInput'], 'output' => ['shape' => 'ListInstancesOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListSecurityConfigurations' => ['name' => 'ListSecurityConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecurityConfigurationsInput'], 'output' => ['shape' => 'ListSecurityConfigurationsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ListSteps' => ['name' => 'ListSteps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStepsInput'], 'output' => ['shape' => 'ListStepsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ModifyCluster' => ['name' => 'ModifyCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterInput'], 'output' => ['shape' => 'ModifyClusterOutput'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidRequestException']]], 'ModifyInstanceFleet' => ['name' => 'ModifyInstanceFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceFleetInput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'ModifyInstanceGroups' => ['name' => 'ModifyInstanceGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyInstanceGroupsInput'], 'errors' => [['shape' => 'InternalServerError']]], 'PutAutoScalingPolicy' => ['name' => 'PutAutoScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAutoScalingPolicyInput'], 'output' => ['shape' => 'PutAutoScalingPolicyOutput']], 'PutBlockPublicAccessConfiguration' => ['name' => 'PutBlockPublicAccessConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutBlockPublicAccessConfigurationInput'], 'output' => ['shape' => 'PutBlockPublicAccessConfigurationOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'PutManagedScalingPolicy' => ['name' => 'PutManagedScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutManagedScalingPolicyInput'], 'output' => ['shape' => 'PutManagedScalingPolicyOutput']], 'RemoveAutoScalingPolicy' => ['name' => 'RemoveAutoScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveAutoScalingPolicyInput'], 'output' => ['shape' => 'RemoveAutoScalingPolicyOutput']], 'RemoveManagedScalingPolicy' => ['name' => 'RemoveManagedScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveManagedScalingPolicyInput'], 'output' => ['shape' => 'RemoveManagedScalingPolicyOutput']], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsInput'], 'output' => ['shape' => 'RemoveTagsOutput'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'InvalidRequestException']]], 'RunJobFlow' => ['name' => 'RunJobFlow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RunJobFlowInput'], 'output' => ['shape' => 'RunJobFlowOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'SetTerminationProtection' => ['name' => 'SetTerminationProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetTerminationProtectionInput'], 'errors' => [['shape' => 'InternalServerError']]], 'SetVisibleToAllUsers' => ['name' => 'SetVisibleToAllUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetVisibleToAllUsersInput'], 'errors' => [['shape' => 'InternalServerError']]], 'TerminateJobFlows' => ['name' => 'TerminateJobFlows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateJobFlowsInput'], 'errors' => [['shape' => 'InternalServerError']]]], 'shapes' => ['ActionOnFailure' => ['type' => 'string', 'enum' => ['TERMINATE_JOB_FLOW', 'TERMINATE_CLUSTER', 'CANCEL_AND_WAIT', 'CONTINUE']], 'AddInstanceFleetInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceFleet'], 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleet' => ['shape' => 'InstanceFleetConfig']]], 'AddInstanceFleetOutput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'ClusterArn' => ['shape' => 'ArnType']]], 'AddInstanceGroupsInput' => ['type' => 'structure', 'required' => ['InstanceGroups', 'JobFlowId'], 'members' => ['InstanceGroups' => ['shape' => 'InstanceGroupConfigList'], 'JobFlowId' => ['shape' => 'XmlStringMaxLen256']]], 'AddInstanceGroupsOutput' => ['type' => 'structure', 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceGroupIds' => ['shape' => 'InstanceGroupIdsList'], 'ClusterArn' => ['shape' => 'ArnType']]], 'AddJobFlowStepsInput' => ['type' => 'structure', 'required' => ['JobFlowId', 'Steps'], 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'Steps' => ['shape' => 'StepConfigList']]], 'AddJobFlowStepsOutput' => ['type' => 'structure', 'members' => ['StepIds' => ['shape' => 'StepIdsList']]], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => []], 'AdjustmentType' => ['type' => 'string', 'enum' => ['CHANGE_IN_CAPACITY', 'PERCENT_CHANGE_IN_CAPACITY', 'EXACT_CAPACITY']], 'Application' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Version' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList'], 'AdditionalInfo' => ['shape' => 'StringMap']]], 'ApplicationList' => ['type' => 'list', 'member' => ['shape' => 'Application']], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'AutoScalingPolicy' => ['type' => 'structure', 'required' => ['Constraints', 'Rules'], 'members' => ['Constraints' => ['shape' => 'ScalingConstraints'], 'Rules' => ['shape' => 'ScalingRuleList']]], 'AutoScalingPolicyDescription' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'AutoScalingPolicyStatus'], 'Constraints' => ['shape' => 'ScalingConstraints'], 'Rules' => ['shape' => 'ScalingRuleList']]], 'AutoScalingPolicyState' => ['type' => 'string', 'enum' => ['PENDING', 'ATTACHING', 'ATTACHED', 'DETACHING', 'DETACHED', 'FAILED']], 'AutoScalingPolicyStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AutoScalingPolicyStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'AutoScalingPolicyStateChangeReasonCode' => ['type' => 'string', 'enum' => ['USER_REQUEST', 'PROVISION_FAILURE', 'CLEANUP_FAILURE']], 'AutoScalingPolicyStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'AutoScalingPolicyState'], 'StateChangeReason' => ['shape' => 'AutoScalingPolicyStateChangeReason']]], 'BlockPublicAccessConfiguration' => ['type' => 'structure', 'required' => ['BlockPublicSecurityGroupRules'], 'members' => ['BlockPublicSecurityGroupRules' => ['shape' => 'Boolean'], 'PermittedPublicSecurityGroupRuleRanges' => ['shape' => 'PortRanges']]], 'BlockPublicAccessConfigurationMetadata' => ['type' => 'structure', 'required' => ['CreationDateTime', 'CreatedByArn'], 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'CreatedByArn' => ['shape' => 'ArnType']]], 'Boolean' => ['type' => 'boolean'], 'BooleanObject' => ['type' => 'boolean'], 'BootstrapActionConfig' => ['type' => 'structure', 'required' => ['Name', 'ScriptBootstrapAction'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'ScriptBootstrapAction' => ['shape' => 'ScriptBootstrapActionConfig']]], 'BootstrapActionConfigList' => ['type' => 'list', 'member' => ['shape' => 'BootstrapActionConfig']], 'BootstrapActionDetail' => ['type' => 'structure', 'members' => ['BootstrapActionConfig' => ['shape' => 'BootstrapActionConfig']]], 'BootstrapActionDetailList' => ['type' => 'list', 'member' => ['shape' => 'BootstrapActionDetail']], 'CancelStepsInfo' => ['type' => 'structure', 'members' => ['StepId' => ['shape' => 'StepId'], 'Status' => ['shape' => 'CancelStepsRequestStatus'], 'Reason' => ['shape' => 'String']]], 'CancelStepsInfoList' => ['type' => 'list', 'member' => ['shape' => 'CancelStepsInfo']], 'CancelStepsInput' => ['type' => 'structure', 'required' => ['ClusterId', 'StepIds'], 'members' => ['ClusterId' => ['shape' => 'XmlStringMaxLen256'], 'StepIds' => ['shape' => 'StepIdsList'], 'StepCancellationOption' => ['shape' => 'StepCancellationOption']]], 'CancelStepsOutput' => ['type' => 'structure', 'members' => ['CancelStepsInfoList' => ['shape' => 'CancelStepsInfoList']]], 'CancelStepsRequestStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'FAILED']], 'CloudWatchAlarmDefinition' => ['type' => 'structure', 'required' => ['ComparisonOperator', 'MetricName', 'Period', 'Threshold'], 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'EvaluationPeriods' => ['shape' => 'Integer'], 'MetricName' => ['shape' => 'String'], 'Namespace' => ['shape' => 'String'], 'Period' => ['shape' => 'Integer'], 'Statistic' => ['shape' => 'Statistic'], 'Threshold' => ['shape' => 'NonNegativeDouble'], 'Unit' => ['shape' => 'Unit'], 'Dimensions' => ['shape' => 'MetricDimensionList']]], 'Cluster' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ClusterId'], 'Name' => ['shape' => 'String'], 'Status' => ['shape' => 'ClusterStatus'], 'Ec2InstanceAttributes' => ['shape' => 'Ec2InstanceAttributes'], 'InstanceCollectionType' => ['shape' => 'InstanceCollectionType'], 'LogUri' => ['shape' => 'String'], 'LogEncryptionKmsKeyId' => ['shape' => 'String'], 'RequestedAmiVersion' => ['shape' => 'String'], 'RunningAmiVersion' => ['shape' => 'String'], 'ReleaseLabel' => ['shape' => 'String'], 'AutoTerminate' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'Applications' => ['shape' => 'ApplicationList'], 'Tags' => ['shape' => 'TagList'], 'ServiceRole' => ['shape' => 'String'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'MasterPublicDnsName' => ['shape' => 'String'], 'Configurations' => ['shape' => 'ConfigurationList'], 'SecurityConfiguration' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior'], 'CustomAmiId' => ['shape' => 'XmlStringMaxLen256'], 'EbsRootVolumeSize' => ['shape' => 'Integer'], 'RepoUpgradeOnBoot' => ['shape' => 'RepoUpgradeOnBoot'], 'KerberosAttributes' => ['shape' => 'KerberosAttributes'], 'ClusterArn' => ['shape' => 'ArnType'], 'OutpostArn' => ['shape' => 'OptionalArnType'], 'StepConcurrencyLevel' => ['shape' => 'Integer']]], 'ClusterId' => ['type' => 'string'], 'ClusterState' => ['type' => 'string', 'enum' => ['STARTING', 'BOOTSTRAPPING', 'RUNNING', 'WAITING', 'TERMINATING', 'TERMINATED', 'TERMINATED_WITH_ERRORS']], 'ClusterStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ClusterStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'ClusterStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'INSTANCE_FLEET_TIMEOUT', 'BOOTSTRAP_FAILURE', 'USER_REQUEST', 'STEP_FAILURE', 'ALL_STEPS_COMPLETED']], 'ClusterStateList' => ['type' => 'list', 'member' => ['shape' => 'ClusterState']], 'ClusterStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'ClusterState'], 'StateChangeReason' => ['shape' => 'ClusterStateChangeReason'], 'Timeline' => ['shape' => 'ClusterTimeline']]], 'ClusterSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ClusterId'], 'Name' => ['shape' => 'String'], 'Status' => ['shape' => 'ClusterStatus'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'ClusterArn' => ['shape' => 'ArnType'], 'OutpostArn' => ['shape' => 'OptionalArnType']]], 'ClusterSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ClusterSummary']], 'ClusterTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'Command' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'ScriptPath' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList']]], 'CommandList' => ['type' => 'list', 'member' => ['shape' => 'Command']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GREATER_THAN_OR_EQUAL', 'GREATER_THAN', 'LESS_THAN', 'LESS_THAN_OR_EQUAL']], 'ComputeLimits' => ['type' => 'structure', 'required' => ['UnitType', 'MinimumCapacityUnits', 'MaximumCapacityUnits'], 'members' => ['UnitType' => ['shape' => 'ComputeLimitsUnitType'], 'MinimumCapacityUnits' => ['shape' => 'Integer'], 'MaximumCapacityUnits' => ['shape' => 'Integer'], 'MaximumOnDemandCapacityUnits' => ['shape' => 'Integer'], 'MaximumCoreCapacityUnits' => ['shape' => 'Integer']]], 'ComputeLimitsUnitType' => ['type' => 'string', 'enum' => ['InstanceFleetUnits', 'Instances', 'VCPU']], 'Configuration' => ['type' => 'structure', 'members' => ['Classification' => ['shape' => 'String'], 'Configurations' => ['shape' => 'ConfigurationList'], 'Properties' => ['shape' => 'StringMap']]], 'ConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], 'CreateSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name', 'SecurityConfiguration'], 'members' => ['Name' => ['shape' => 'XmlString'], 'SecurityConfiguration' => ['shape' => 'String']]], 'CreateSecurityConfigurationOutput' => ['type' => 'structure', 'required' => ['Name', 'CreationDateTime'], 'members' => ['Name' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date']]], 'Date' => ['type' => 'timestamp'], 'DeleteSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'XmlString']]], 'DeleteSecurityConfigurationOutput' => ['type' => 'structure', 'members' => []], 'DescribeClusterInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'DescribeClusterOutput' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'DescribeJobFlowsInput' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Date'], 'CreatedBefore' => ['shape' => 'Date'], 'JobFlowIds' => ['shape' => 'XmlStringList'], 'JobFlowStates' => ['shape' => 'JobFlowExecutionStateList']]], 'DescribeJobFlowsOutput' => ['type' => 'structure', 'members' => ['JobFlows' => ['shape' => 'JobFlowDetailList']]], 'DescribeSecurityConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'XmlString']]], 'DescribeSecurityConfigurationOutput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'SecurityConfiguration' => ['shape' => 'String'], 'CreationDateTime' => ['shape' => 'Date']]], 'DescribeStepInput' => ['type' => 'structure', 'required' => ['ClusterId', 'StepId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'StepId' => ['shape' => 'StepId']]], 'DescribeStepOutput' => ['type' => 'structure', 'members' => ['Step' => ['shape' => 'Step']]], 'EC2InstanceIdsList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'EC2InstanceIdsToTerminateList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId']], 'EbsBlockDevice' => ['type' => 'structure', 'members' => ['VolumeSpecification' => ['shape' => 'VolumeSpecification'], 'Device' => ['shape' => 'String']]], 'EbsBlockDeviceConfig' => ['type' => 'structure', 'required' => ['VolumeSpecification'], 'members' => ['VolumeSpecification' => ['shape' => 'VolumeSpecification'], 'VolumesPerInstance' => ['shape' => 'Integer']]], 'EbsBlockDeviceConfigList' => ['type' => 'list', 'member' => ['shape' => 'EbsBlockDeviceConfig']], 'EbsBlockDeviceList' => ['type' => 'list', 'member' => ['shape' => 'EbsBlockDevice']], 'EbsConfiguration' => ['type' => 'structure', 'members' => ['EbsBlockDeviceConfigs' => ['shape' => 'EbsBlockDeviceConfigList'], 'EbsOptimized' => ['shape' => 'BooleanObject']]], 'EbsVolume' => ['type' => 'structure', 'members' => ['Device' => ['shape' => 'String'], 'VolumeId' => ['shape' => 'String']]], 'EbsVolumeList' => ['type' => 'list', 'member' => ['shape' => 'EbsVolume']], 'Ec2InstanceAttributes' => ['type' => 'structure', 'members' => ['Ec2KeyName' => ['shape' => 'String'], 'Ec2SubnetId' => ['shape' => 'String'], 'RequestedEc2SubnetIds' => ['shape' => 'XmlStringMaxLen256List'], 'Ec2AvailabilityZone' => ['shape' => 'String'], 'RequestedEc2AvailabilityZones' => ['shape' => 'XmlStringMaxLen256List'], 'IamInstanceProfile' => ['shape' => 'String'], 'EmrManagedMasterSecurityGroup' => ['shape' => 'String'], 'EmrManagedSlaveSecurityGroup' => ['shape' => 'String'], 'ServiceAccessSecurityGroup' => ['shape' => 'String'], 'AdditionalMasterSecurityGroups' => ['shape' => 'StringList'], 'AdditionalSlaveSecurityGroups' => ['shape' => 'StringList']]], 'ErrorCode' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'FailureDetails' => ['type' => 'structure', 'members' => ['Reason' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'LogFile' => ['shape' => 'String']]], 'GetBlockPublicAccessConfigurationInput' => ['type' => 'structure', 'members' => []], 'GetBlockPublicAccessConfigurationOutput' => ['type' => 'structure', 'required' => ['BlockPublicAccessConfiguration', 'BlockPublicAccessConfigurationMetadata'], 'members' => ['BlockPublicAccessConfiguration' => ['shape' => 'BlockPublicAccessConfiguration'], 'BlockPublicAccessConfigurationMetadata' => ['shape' => 'BlockPublicAccessConfigurationMetadata']]], 'GetManagedScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'GetManagedScalingPolicyOutput' => ['type' => 'structure', 'members' => ['ManagedScalingPolicy' => ['shape' => 'ManagedScalingPolicy']]], 'HadoopJarStepConfig' => ['type' => 'structure', 'required' => ['Jar'], 'members' => ['Properties' => ['shape' => 'KeyValueList'], 'Jar' => ['shape' => 'XmlString'], 'MainClass' => ['shape' => 'XmlString'], 'Args' => ['shape' => 'XmlStringList']]], 'HadoopStepConfig' => ['type' => 'structure', 'members' => ['Jar' => ['shape' => 'String'], 'Properties' => ['shape' => 'StringMap'], 'MainClass' => ['shape' => 'String'], 'Args' => ['shape' => 'StringList']]], 'Instance' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceId'], 'Ec2InstanceId' => ['shape' => 'InstanceId'], 'PublicDnsName' => ['shape' => 'String'], 'PublicIpAddress' => ['shape' => 'String'], 'PrivateDnsName' => ['shape' => 'String'], 'PrivateIpAddress' => ['shape' => 'String'], 'Status' => ['shape' => 'InstanceStatus'], 'InstanceGroupId' => ['shape' => 'String'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'Market' => ['shape' => 'MarketType'], 'InstanceType' => ['shape' => 'InstanceType'], 'EbsVolumes' => ['shape' => 'EbsVolumeList']]], 'InstanceCollectionType' => ['type' => 'string', 'enum' => ['INSTANCE_FLEET', 'INSTANCE_GROUP']], 'InstanceFleet' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceFleetId'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'Status' => ['shape' => 'InstanceFleetStatus'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber'], 'ProvisionedOnDemandCapacity' => ['shape' => 'WholeNumber'], 'ProvisionedSpotCapacity' => ['shape' => 'WholeNumber'], 'InstanceTypeSpecifications' => ['shape' => 'InstanceTypeSpecificationList'], 'LaunchSpecifications' => ['shape' => 'InstanceFleetProvisioningSpecifications']]], 'InstanceFleetConfig' => ['type' => 'structure', 'required' => ['InstanceFleetType'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber'], 'InstanceTypeConfigs' => ['shape' => 'InstanceTypeConfigList'], 'LaunchSpecifications' => ['shape' => 'InstanceFleetProvisioningSpecifications']]], 'InstanceFleetConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceFleetConfig']], 'InstanceFleetId' => ['type' => 'string'], 'InstanceFleetList' => ['type' => 'list', 'member' => ['shape' => 'InstanceFleet']], 'InstanceFleetModifyConfig' => ['type' => 'structure', 'required' => ['InstanceFleetId'], 'members' => ['InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'TargetOnDemandCapacity' => ['shape' => 'WholeNumber'], 'TargetSpotCapacity' => ['shape' => 'WholeNumber']]], 'InstanceFleetProvisioningSpecifications' => ['type' => 'structure', 'members' => ['SpotSpecification' => ['shape' => 'SpotProvisioningSpecification'], 'OnDemandSpecification' => ['shape' => 'OnDemandProvisioningSpecification']]], 'InstanceFleetState' => ['type' => 'string', 'enum' => ['PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'RESIZING', 'SUSPENDED', 'TERMINATING', 'TERMINATED']], 'InstanceFleetStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceFleetStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceFleetStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceFleetStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceFleetState'], 'StateChangeReason' => ['shape' => 'InstanceFleetStateChangeReason'], 'Timeline' => ['shape' => 'InstanceFleetTimeline']]], 'InstanceFleetTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceFleetType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceGroup' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InstanceGroupId'], 'Name' => ['shape' => 'String'], 'Market' => ['shape' => 'MarketType'], 'InstanceGroupType' => ['shape' => 'InstanceGroupType'], 'BidPrice' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'InstanceType'], 'RequestedInstanceCount' => ['shape' => 'Integer'], 'RunningInstanceCount' => ['shape' => 'Integer'], 'Status' => ['shape' => 'InstanceGroupStatus'], 'Configurations' => ['shape' => 'ConfigurationList'], 'ConfigurationsVersion' => ['shape' => 'Long'], 'LastSuccessfullyAppliedConfigurations' => ['shape' => 'ConfigurationList'], 'LastSuccessfullyAppliedConfigurationsVersion' => ['shape' => 'Long'], 'EbsBlockDevices' => ['shape' => 'EbsBlockDeviceList'], 'EbsOptimized' => ['shape' => 'BooleanObject'], 'ShrinkPolicy' => ['shape' => 'ShrinkPolicy'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicyDescription']]], 'InstanceGroupConfig' => ['type' => 'structure', 'required' => ['InstanceRole', 'InstanceType', 'InstanceCount'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'Market' => ['shape' => 'MarketType'], 'InstanceRole' => ['shape' => 'InstanceRoleType'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'InstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'Configurations' => ['shape' => 'ConfigurationList'], 'EbsConfiguration' => ['shape' => 'EbsConfiguration'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicy']]], 'InstanceGroupConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupConfig']], 'InstanceGroupDetail' => ['type' => 'structure', 'required' => ['Market', 'InstanceRole', 'InstanceType', 'InstanceRequestCount', 'InstanceRunningCount', 'State', 'CreationDateTime'], 'members' => ['InstanceGroupId' => ['shape' => 'XmlStringMaxLen256'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'Market' => ['shape' => 'MarketType'], 'InstanceRole' => ['shape' => 'InstanceRoleType'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'InstanceType' => ['shape' => 'InstanceType'], 'InstanceRequestCount' => ['shape' => 'Integer'], 'InstanceRunningCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'InstanceGroupState'], 'LastStateChangeReason' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceGroupDetailList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupDetail']], 'InstanceGroupId' => ['type' => 'string'], 'InstanceGroupIdsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'InstanceGroupList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroup']], 'InstanceGroupModifyConfig' => ['type' => 'structure', 'required' => ['InstanceGroupId'], 'members' => ['InstanceGroupId' => ['shape' => 'XmlStringMaxLen256'], 'InstanceCount' => ['shape' => 'Integer'], 'EC2InstanceIdsToTerminate' => ['shape' => 'EC2InstanceIdsToTerminateList'], 'ShrinkPolicy' => ['shape' => 'ShrinkPolicy'], 'Configurations' => ['shape' => 'ConfigurationList']]], 'InstanceGroupModifyConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupModifyConfig']], 'InstanceGroupState' => ['type' => 'string', 'enum' => ['PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'RECONFIGURING', 'RESIZING', 'SUSPENDED', 'TERMINATING', 'TERMINATED', 'ARRESTED', 'SHUTTING_DOWN', 'ENDED']], 'InstanceGroupStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceGroupStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceGroupStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceGroupStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceGroupState'], 'StateChangeReason' => ['shape' => 'InstanceGroupStateChangeReason'], 'Timeline' => ['shape' => 'InstanceGroupTimeline']]], 'InstanceGroupTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceGroupType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceGroupTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceGroupType']], 'InstanceId' => ['type' => 'string'], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceResizePolicy' => ['type' => 'structure', 'members' => ['InstancesToTerminate' => ['shape' => 'EC2InstanceIdsList'], 'InstancesToProtect' => ['shape' => 'EC2InstanceIdsList'], 'InstanceTerminationTimeout' => ['shape' => 'Integer']]], 'InstanceRoleType' => ['type' => 'string', 'enum' => ['MASTER', 'CORE', 'TASK']], 'InstanceState' => ['type' => 'string', 'enum' => ['AWAITING_FULFILLMENT', 'PROVISIONING', 'BOOTSTRAPPING', 'RUNNING', 'TERMINATED']], 'InstanceStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'InstanceStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'InstanceStateChangeReasonCode' => ['type' => 'string', 'enum' => ['INTERNAL_ERROR', 'VALIDATION_ERROR', 'INSTANCE_FAILURE', 'BOOTSTRAP_FAILURE', 'CLUSTER_TERMINATED']], 'InstanceStateList' => ['type' => 'list', 'member' => ['shape' => 'InstanceState']], 'InstanceStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'InstanceState'], 'StateChangeReason' => ['shape' => 'InstanceStateChangeReason'], 'Timeline' => ['shape' => 'InstanceTimeline']]], 'InstanceTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'InstanceType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'InstanceTypeConfig' => ['type' => 'structure', 'required' => ['InstanceType'], 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'WeightedCapacity' => ['shape' => 'WholeNumber'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'BidPriceAsPercentageOfOnDemandPrice' => ['shape' => 'NonNegativeDouble'], 'EbsConfiguration' => ['shape' => 'EbsConfiguration'], 'Configurations' => ['shape' => 'ConfigurationList']]], 'InstanceTypeConfigList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeConfig']], 'InstanceTypeSpecification' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'InstanceType'], 'WeightedCapacity' => ['shape' => 'WholeNumber'], 'BidPrice' => ['shape' => 'XmlStringMaxLen256'], 'BidPriceAsPercentageOfOnDemandPrice' => ['shape' => 'NonNegativeDouble'], 'Configurations' => ['shape' => 'ConfigurationList'], 'EbsBlockDevices' => ['shape' => 'EbsBlockDeviceList'], 'EbsOptimized' => ['shape' => 'BooleanObject']]], 'InstanceTypeSpecificationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceTypeSpecification']], 'Integer' => ['type' => 'integer'], 'InternalServerError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'ErrorCode'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'JobFlowDetail' => ['type' => 'structure', 'required' => ['JobFlowId', 'Name', 'ExecutionStatusDetail', 'Instances'], 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'Name' => ['shape' => 'XmlStringMaxLen256'], 'LogUri' => ['shape' => 'XmlString'], 'LogEncryptionKmsKeyId' => ['shape' => 'XmlString'], 'AmiVersion' => ['shape' => 'XmlStringMaxLen256'], 'ExecutionStatusDetail' => ['shape' => 'JobFlowExecutionStatusDetail'], 'Instances' => ['shape' => 'JobFlowInstancesDetail'], 'Steps' => ['shape' => 'StepDetailList'], 'BootstrapActions' => ['shape' => 'BootstrapActionDetailList'], 'SupportedProducts' => ['shape' => 'SupportedProductsList'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'JobFlowRole' => ['shape' => 'XmlString'], 'ServiceRole' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior']]], 'JobFlowDetailList' => ['type' => 'list', 'member' => ['shape' => 'JobFlowDetail']], 'JobFlowExecutionState' => ['type' => 'string', 'enum' => ['STARTING', 'BOOTSTRAPPING', 'RUNNING', 'WAITING', 'SHUTTING_DOWN', 'TERMINATED', 'COMPLETED', 'FAILED']], 'JobFlowExecutionStateList' => ['type' => 'list', 'member' => ['shape' => 'JobFlowExecutionState']], 'JobFlowExecutionStatusDetail' => ['type' => 'structure', 'required' => ['State', 'CreationDateTime'], 'members' => ['State' => ['shape' => 'JobFlowExecutionState'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'ReadyDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date'], 'LastStateChangeReason' => ['shape' => 'XmlString']]], 'JobFlowInstancesConfig' => ['type' => 'structure', 'members' => ['MasterInstanceType' => ['shape' => 'InstanceType'], 'SlaveInstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'InstanceGroups' => ['shape' => 'InstanceGroupConfigList'], 'InstanceFleets' => ['shape' => 'InstanceFleetConfigList'], 'Ec2KeyName' => ['shape' => 'XmlStringMaxLen256'], 'Placement' => ['shape' => 'PlacementType'], 'KeepJobFlowAliveWhenNoSteps' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'HadoopVersion' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetId' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetIds' => ['shape' => 'XmlStringMaxLen256List'], 'EmrManagedMasterSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'EmrManagedSlaveSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'ServiceAccessSecurityGroup' => ['shape' => 'XmlStringMaxLen256'], 'AdditionalMasterSecurityGroups' => ['shape' => 'SecurityGroupsList'], 'AdditionalSlaveSecurityGroups' => ['shape' => 'SecurityGroupsList']]], 'JobFlowInstancesDetail' => ['type' => 'structure', 'required' => ['MasterInstanceType', 'SlaveInstanceType', 'InstanceCount'], 'members' => ['MasterInstanceType' => ['shape' => 'InstanceType'], 'MasterPublicDnsName' => ['shape' => 'XmlString'], 'MasterInstanceId' => ['shape' => 'XmlString'], 'SlaveInstanceType' => ['shape' => 'InstanceType'], 'InstanceCount' => ['shape' => 'Integer'], 'InstanceGroups' => ['shape' => 'InstanceGroupDetailList'], 'NormalizedInstanceHours' => ['shape' => 'Integer'], 'Ec2KeyName' => ['shape' => 'XmlStringMaxLen256'], 'Ec2SubnetId' => ['shape' => 'XmlStringMaxLen256'], 'Placement' => ['shape' => 'PlacementType'], 'KeepJobFlowAliveWhenNoSteps' => ['shape' => 'Boolean'], 'TerminationProtected' => ['shape' => 'Boolean'], 'HadoopVersion' => ['shape' => 'XmlStringMaxLen256']]], 'KerberosAttributes' => ['type' => 'structure', 'required' => ['Realm', 'KdcAdminPassword'], 'members' => ['Realm' => ['shape' => 'XmlStringMaxLen256'], 'KdcAdminPassword' => ['shape' => 'XmlStringMaxLen256'], 'CrossRealmTrustPrincipalPassword' => ['shape' => 'XmlStringMaxLen256'], 'ADDomainJoinUser' => ['shape' => 'XmlStringMaxLen256'], 'ADDomainJoinPassword' => ['shape' => 'XmlStringMaxLen256']]], 'KeyValue' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'XmlString'], 'Value' => ['shape' => 'XmlString']]], 'KeyValueList' => ['type' => 'list', 'member' => ['shape' => 'KeyValue']], 'ListBootstrapActionsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListBootstrapActionsOutput' => ['type' => 'structure', 'members' => ['BootstrapActions' => ['shape' => 'CommandList'], 'Marker' => ['shape' => 'Marker']]], 'ListClustersInput' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Date'], 'CreatedBefore' => ['shape' => 'Date'], 'ClusterStates' => ['shape' => 'ClusterStateList'], 'Marker' => ['shape' => 'Marker']]], 'ListClustersOutput' => ['type' => 'structure', 'members' => ['Clusters' => ['shape' => 'ClusterSummaryList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceFleetsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceFleetsOutput' => ['type' => 'structure', 'members' => ['InstanceFleets' => ['shape' => 'InstanceFleetList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceGroupsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'Marker' => ['shape' => 'Marker']]], 'ListInstanceGroupsOutput' => ['type' => 'structure', 'members' => ['InstanceGroups' => ['shape' => 'InstanceGroupList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstancesInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'InstanceGroupTypes' => ['shape' => 'InstanceGroupTypeList'], 'InstanceFleetId' => ['shape' => 'InstanceFleetId'], 'InstanceFleetType' => ['shape' => 'InstanceFleetType'], 'InstanceStates' => ['shape' => 'InstanceStateList'], 'Marker' => ['shape' => 'Marker']]], 'ListInstancesOutput' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceList'], 'Marker' => ['shape' => 'Marker']]], 'ListSecurityConfigurationsInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker']]], 'ListSecurityConfigurationsOutput' => ['type' => 'structure', 'members' => ['SecurityConfigurations' => ['shape' => 'SecurityConfigurationList'], 'Marker' => ['shape' => 'Marker']]], 'ListStepsInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'StepStates' => ['shape' => 'StepStateList'], 'StepIds' => ['shape' => 'XmlStringList'], 'Marker' => ['shape' => 'Marker']]], 'ListStepsOutput' => ['type' => 'structure', 'members' => ['Steps' => ['shape' => 'StepSummaryList'], 'Marker' => ['shape' => 'Marker']]], 'Long' => ['type' => 'long'], 'ManagedScalingPolicy' => ['type' => 'structure', 'members' => ['ComputeLimits' => ['shape' => 'ComputeLimits']]], 'Marker' => ['type' => 'string'], 'MarketType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'SPOT']], 'MetricDimension' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'MetricDimensionList' => ['type' => 'list', 'member' => ['shape' => 'MetricDimension']], 'ModifyClusterInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'String'], 'StepConcurrencyLevel' => ['shape' => 'Integer']]], 'ModifyClusterOutput' => ['type' => 'structure', 'members' => ['StepConcurrencyLevel' => ['shape' => 'Integer']]], 'ModifyInstanceFleetInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceFleet'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceFleet' => ['shape' => 'InstanceFleetModifyConfig']]], 'ModifyInstanceGroupsInput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroups' => ['shape' => 'InstanceGroupModifyConfigList']]], 'NewSupportedProductsList' => ['type' => 'list', 'member' => ['shape' => 'SupportedProductConfig']], 'NonNegativeDouble' => ['type' => 'double', 'min' => 0], 'OnDemandProvisioningAllocationStrategy' => ['type' => 'string', 'enum' => ['lowest-price']], 'OnDemandProvisioningSpecification' => ['type' => 'structure', 'required' => ['AllocationStrategy'], 'members' => ['AllocationStrategy' => ['shape' => 'OnDemandProvisioningAllocationStrategy']]], 'OptionalArnType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'PlacementType' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'XmlString'], 'AvailabilityZones' => ['shape' => 'XmlStringMaxLen256List']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'PortRange' => ['type' => 'structure', 'required' => ['MinRange'], 'members' => ['MinRange' => ['shape' => 'Port'], 'MaxRange' => ['shape' => 'Port']]], 'PortRanges' => ['type' => 'list', 'member' => ['shape' => 'PortRange']], 'PutAutoScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceGroupId', 'AutoScalingPolicy'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicy']]], 'PutAutoScalingPolicyOutput' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId'], 'AutoScalingPolicy' => ['shape' => 'AutoScalingPolicyDescription'], 'ClusterArn' => ['shape' => 'ArnType']]], 'PutBlockPublicAccessConfigurationInput' => ['type' => 'structure', 'required' => ['BlockPublicAccessConfiguration'], 'members' => ['BlockPublicAccessConfiguration' => ['shape' => 'BlockPublicAccessConfiguration']]], 'PutBlockPublicAccessConfigurationOutput' => ['type' => 'structure', 'members' => []], 'PutManagedScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId', 'ManagedScalingPolicy'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'ManagedScalingPolicy' => ['shape' => 'ManagedScalingPolicy']]], 'PutManagedScalingPolicyOutput' => ['type' => 'structure', 'members' => []], 'RemoveAutoScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId', 'InstanceGroupId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'InstanceGroupId' => ['shape' => 'InstanceGroupId']]], 'RemoveAutoScalingPolicyOutput' => ['type' => 'structure', 'members' => []], 'RemoveManagedScalingPolicyInput' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'RemoveManagedScalingPolicyOutput' => ['type' => 'structure', 'members' => []], 'RemoveTagsInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagKeys' => ['shape' => 'StringList']]], 'RemoveTagsOutput' => ['type' => 'structure', 'members' => []], 'RepoUpgradeOnBoot' => ['type' => 'string', 'enum' => ['SECURITY', 'NONE']], 'ResourceId' => ['type' => 'string'], 'RunJobFlowInput' => ['type' => 'structure', 'required' => ['Name', 'Instances'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'LogUri' => ['shape' => 'XmlString'], 'LogEncryptionKmsKeyId' => ['shape' => 'XmlString'], 'AdditionalInfo' => ['shape' => 'XmlString'], 'AmiVersion' => ['shape' => 'XmlStringMaxLen256'], 'ReleaseLabel' => ['shape' => 'XmlStringMaxLen256'], 'Instances' => ['shape' => 'JobFlowInstancesConfig'], 'Steps' => ['shape' => 'StepConfigList'], 'BootstrapActions' => ['shape' => 'BootstrapActionConfigList'], 'SupportedProducts' => ['shape' => 'SupportedProductsList'], 'NewSupportedProducts' => ['shape' => 'NewSupportedProductsList'], 'Applications' => ['shape' => 'ApplicationList'], 'Configurations' => ['shape' => 'ConfigurationList'], 'VisibleToAllUsers' => ['shape' => 'Boolean'], 'JobFlowRole' => ['shape' => 'XmlString'], 'ServiceRole' => ['shape' => 'XmlString'], 'Tags' => ['shape' => 'TagList'], 'SecurityConfiguration' => ['shape' => 'XmlString'], 'AutoScalingRole' => ['shape' => 'XmlString'], 'ScaleDownBehavior' => ['shape' => 'ScaleDownBehavior'], 'CustomAmiId' => ['shape' => 'XmlStringMaxLen256'], 'EbsRootVolumeSize' => ['shape' => 'Integer'], 'RepoUpgradeOnBoot' => ['shape' => 'RepoUpgradeOnBoot'], 'KerberosAttributes' => ['shape' => 'KerberosAttributes'], 'StepConcurrencyLevel' => ['shape' => 'Integer'], 'ManagedScalingPolicy' => ['shape' => 'ManagedScalingPolicy']]], 'RunJobFlowOutput' => ['type' => 'structure', 'members' => ['JobFlowId' => ['shape' => 'XmlStringMaxLen256'], 'ClusterArn' => ['shape' => 'ArnType']]], 'ScaleDownBehavior' => ['type' => 'string', 'enum' => ['TERMINATE_AT_INSTANCE_HOUR', 'TERMINATE_AT_TASK_COMPLETION']], 'ScalingAction' => ['type' => 'structure', 'required' => ['SimpleScalingPolicyConfiguration'], 'members' => ['Market' => ['shape' => 'MarketType'], 'SimpleScalingPolicyConfiguration' => ['shape' => 'SimpleScalingPolicyConfiguration']]], 'ScalingConstraints' => ['type' => 'structure', 'required' => ['MinCapacity', 'MaxCapacity'], 'members' => ['MinCapacity' => ['shape' => 'Integer'], 'MaxCapacity' => ['shape' => 'Integer']]], 'ScalingRule' => ['type' => 'structure', 'required' => ['Name', 'Action', 'Trigger'], 'members' => ['Name' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Action' => ['shape' => 'ScalingAction'], 'Trigger' => ['shape' => 'ScalingTrigger']]], 'ScalingRuleList' => ['type' => 'list', 'member' => ['shape' => 'ScalingRule']], 'ScalingTrigger' => ['type' => 'structure', 'required' => ['CloudWatchAlarmDefinition'], 'members' => ['CloudWatchAlarmDefinition' => ['shape' => 'CloudWatchAlarmDefinition']]], 'ScriptBootstrapActionConfig' => ['type' => 'structure', 'required' => ['Path'], 'members' => ['Path' => ['shape' => 'XmlString'], 'Args' => ['shape' => 'XmlStringList']]], 'SecurityConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SecurityConfigurationSummary']], 'SecurityConfigurationSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlString'], 'CreationDateTime' => ['shape' => 'Date']]], 'SecurityGroupsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'SetTerminationProtectionInput' => ['type' => 'structure', 'required' => ['JobFlowIds', 'TerminationProtected'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList'], 'TerminationProtected' => ['shape' => 'Boolean']]], 'SetVisibleToAllUsersInput' => ['type' => 'structure', 'required' => ['JobFlowIds', 'VisibleToAllUsers'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList'], 'VisibleToAllUsers' => ['shape' => 'Boolean']]], 'ShrinkPolicy' => ['type' => 'structure', 'members' => ['DecommissionTimeout' => ['shape' => 'Integer'], 'InstanceResizePolicy' => ['shape' => 'InstanceResizePolicy']]], 'SimpleScalingPolicyConfiguration' => ['type' => 'structure', 'required' => ['ScalingAdjustment'], 'members' => ['AdjustmentType' => ['shape' => 'AdjustmentType'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'CoolDown' => ['shape' => 'Integer']]], 'SpotProvisioningAllocationStrategy' => ['type' => 'string', 'enum' => ['capacity-optimized']], 'SpotProvisioningSpecification' => ['type' => 'structure', 'required' => ['TimeoutDurationMinutes', 'TimeoutAction'], 'members' => ['TimeoutDurationMinutes' => ['shape' => 'WholeNumber'], 'TimeoutAction' => ['shape' => 'SpotProvisioningTimeoutAction'], 'BlockDurationMinutes' => ['shape' => 'WholeNumber'], 'AllocationStrategy' => ['shape' => 'SpotProvisioningAllocationStrategy']]], 'SpotProvisioningTimeoutAction' => ['type' => 'string', 'enum' => ['SWITCH_TO_ON_DEMAND', 'TERMINATE_CLUSTER']], 'Statistic' => ['type' => 'string', 'enum' => ['SAMPLE_COUNT', 'AVERAGE', 'SUM', 'MINIMUM', 'MAXIMUM']], 'Step' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'StepId'], 'Name' => ['shape' => 'String'], 'Config' => ['shape' => 'HadoopStepConfig'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'Status' => ['shape' => 'StepStatus']]], 'StepCancellationOption' => ['type' => 'string', 'enum' => ['SEND_INTERRUPT', 'TERMINATE_PROCESS']], 'StepConfig' => ['type' => 'structure', 'required' => ['Name', 'HadoopJarStep'], 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'HadoopJarStep' => ['shape' => 'HadoopJarStepConfig']]], 'StepConfigList' => ['type' => 'list', 'member' => ['shape' => 'StepConfig']], 'StepDetail' => ['type' => 'structure', 'required' => ['StepConfig', 'ExecutionStatusDetail'], 'members' => ['StepConfig' => ['shape' => 'StepConfig'], 'ExecutionStatusDetail' => ['shape' => 'StepExecutionStatusDetail']]], 'StepDetailList' => ['type' => 'list', 'member' => ['shape' => 'StepDetail']], 'StepExecutionState' => ['type' => 'string', 'enum' => ['PENDING', 'RUNNING', 'CONTINUE', 'COMPLETED', 'CANCELLED', 'FAILED', 'INTERRUPTED']], 'StepExecutionStatusDetail' => ['type' => 'structure', 'required' => ['State', 'CreationDateTime'], 'members' => ['State' => ['shape' => 'StepExecutionState'], 'CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date'], 'LastStateChangeReason' => ['shape' => 'XmlString']]], 'StepId' => ['type' => 'string'], 'StepIdsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'StepState' => ['type' => 'string', 'enum' => ['PENDING', 'CANCEL_PENDING', 'RUNNING', 'COMPLETED', 'CANCELLED', 'FAILED', 'INTERRUPTED']], 'StepStateChangeReason' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'StepStateChangeReasonCode'], 'Message' => ['shape' => 'String']]], 'StepStateChangeReasonCode' => ['type' => 'string', 'enum' => ['NONE']], 'StepStateList' => ['type' => 'list', 'member' => ['shape' => 'StepState']], 'StepStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'StepState'], 'StateChangeReason' => ['shape' => 'StepStateChangeReason'], 'FailureDetails' => ['shape' => 'FailureDetails'], 'Timeline' => ['shape' => 'StepTimeline']]], 'StepSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'StepId'], 'Name' => ['shape' => 'String'], 'Config' => ['shape' => 'HadoopStepConfig'], 'ActionOnFailure' => ['shape' => 'ActionOnFailure'], 'Status' => ['shape' => 'StepStatus']]], 'StepSummaryList' => ['type' => 'list', 'member' => ['shape' => 'StepSummary']], 'StepTimeline' => ['type' => 'structure', 'members' => ['CreationDateTime' => ['shape' => 'Date'], 'StartDateTime' => ['shape' => 'Date'], 'EndDateTime' => ['shape' => 'Date']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SupportedProductConfig' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'XmlStringMaxLen256'], 'Args' => ['shape' => 'XmlStringList']]], 'SupportedProductsList' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TerminateJobFlowsInput' => ['type' => 'structure', 'required' => ['JobFlowIds'], 'members' => ['JobFlowIds' => ['shape' => 'XmlStringList']]], 'Unit' => ['type' => 'string', 'enum' => ['NONE', 'SECONDS', 'MICRO_SECONDS', 'MILLI_SECONDS', 'BYTES', 'KILO_BYTES', 'MEGA_BYTES', 'GIGA_BYTES', 'TERA_BYTES', 'BITS', 'KILO_BITS', 'MEGA_BITS', 'GIGA_BITS', 'TERA_BITS', 'PERCENT', 'COUNT', 'BYTES_PER_SECOND', 'KILO_BYTES_PER_SECOND', 'MEGA_BYTES_PER_SECOND', 'GIGA_BYTES_PER_SECOND', 'TERA_BYTES_PER_SECOND', 'BITS_PER_SECOND', 'KILO_BITS_PER_SECOND', 'MEGA_BITS_PER_SECOND', 'GIGA_BITS_PER_SECOND', 'TERA_BITS_PER_SECOND', 'COUNT_PER_SECOND']], 'VolumeSpecification' => ['type' => 'structure', 'required' => ['VolumeType', 'SizeInGB'], 'members' => ['VolumeType' => ['shape' => 'String'], 'Iops' => ['shape' => 'Integer'], 'SizeInGB' => ['shape' => 'Integer']]], 'WholeNumber' => ['type' => 'integer', 'min' => 0], 'XmlString' => ['type' => 'string', 'max' => 10280, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringList' => ['type' => 'list', 'member' => ['shape' => 'XmlString']], 'XmlStringMaxLen256' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'XmlStringMaxLen256List' => ['type' => 'list', 'member' => ['shape' => 'XmlStringMaxLen256']]]]; diff --git a/vendor/Aws3/Aws/data/endpoints.json.php b/vendor/Aws3/Aws/data/endpoints.json.php index a212177c..9d0a52a1 100644 --- a/vendor/Aws3/Aws/data/endpoints.json.php +++ b/vendor/Aws3/Aws/data/endpoints.json.php @@ -1,4 +1,4 @@ [['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws', 'partitionName' => 'AWS Standard', 'regionRegex' => '^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$', 'regions' => ['ap-east-1' => ['description' => 'Asia Pacific (Hong Kong)'], 'ap-northeast-1' => ['description' => 'Asia Pacific (Tokyo)'], 'ap-northeast-2' => ['description' => 'Asia Pacific (Seoul)'], 'ap-south-1' => ['description' => 'Asia Pacific (Mumbai)'], 'ap-southeast-1' => ['description' => 'Asia Pacific (Singapore)'], 'ap-southeast-2' => ['description' => 'Asia Pacific (Sydney)'], 'ca-central-1' => ['description' => 'Canada (Central)'], 'eu-central-1' => ['description' => 'EU (Frankfurt)'], 'eu-north-1' => ['description' => 'EU (Stockholm)'], 'eu-west-1' => ['description' => 'EU (Ireland)'], 'eu-west-2' => ['description' => 'EU (London)'], 'eu-west-3' => ['description' => 'EU (Paris)'], 'me-south-1' => ['description' => 'Middle East (Bahrain)'], 'sa-east-1' => ['description' => 'South America (Sao Paulo)'], 'us-east-1' => ['description' => 'US East (N. Virginia)'], 'us-east-2' => ['description' => 'US East (Ohio)'], 'us-west-1' => ['description' => 'US West (N. California)'], 'us-west-2' => ['description' => 'US West (Oregon)']], 'services' => ['a4b' => ['endpoints' => ['us-east-1' => []]], 'access-analyzer' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'acm' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'acm-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'acm-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'acm-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'acm-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'acm-fips.us-west-2.amazonaws.com']]], 'acm-pca' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'api.ecr' => ['endpoints' => ['ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'api.ecr.ap-east-1.amazonaws.com'], 'ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'api.ecr.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'api.ecr.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'api.ecr.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'api.ecr.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'api.ecr.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'api.ecr.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'api.ecr.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'api.ecr.eu-north-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'api.ecr.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'api.ecr.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'api.ecr.eu-west-3.amazonaws.com'], 'me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'api.ecr.me-south-1.amazonaws.com'], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'api.ecr.sa-east-1.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'api.ecr.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'api.ecr.us-east-2.amazonaws.com'], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'api.ecr.us-west-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'api.ecr.us-west-2.amazonaws.com']]], 'api.mediatailor' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'api.pricing' => ['defaults' => ['credentialScope' => ['service' => 'pricing']], 'endpoints' => ['ap-south-1' => [], 'us-east-1' => []]], 'api.sagemaker' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com']]], 'apigateway' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'appmesh' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'appstream2' => ['defaults' => ['credentialScope' => ['service' => 'appstream'], 'protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-west-2' => []]], 'appsync' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'athena' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'autoscaling-plans' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'backup' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'batch' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'budgets' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'budgets.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'ce' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ce.us-east-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'chime' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => 'service.chime.aws.amazon.com'], 'endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'service.chime.aws.amazon.com', 'protocols' => ['https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'cloud9' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'clouddirectory' => ['endpoints' => ['ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cloudformation' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudfront' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cloudfront.amazonaws.com', 'protocols' => ['http', 'https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'cloudhsm' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudhsmv2' => ['defaults' => ['credentialScope' => ['service' => 'cloudhsm']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudsearch' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudtrail' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codebuild' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com']]], 'codecommit' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codedeploy' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com']]], 'codepipeline' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codestar' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codestar-connections' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cognito-identity' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cognito-idp' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cognito-sync' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'comprehend' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'comprehendmedical' => ['endpoints' => ['ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'config' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'connect' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'cur' => ['endpoints' => ['us-east-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'data.mediastore' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'dataexchange' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'datapipeline' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'datasync' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'datasync-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'datasync-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'datasync-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'datasync-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'dax' => ['endpoints' => ['ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'devicefarm' => ['endpoints' => ['us-west-2' => []]], 'directconnect' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'discovery' => ['endpoints' => ['eu-central-1' => [], 'us-west-2' => []]], 'dms' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'docdb' => ['endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'rds.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'rds.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'rds.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'rds.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'rds.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'rds.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'rds.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'rds.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'rds.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'rds.eu-west-3.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rds.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rds.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rds.us-west-2.amazonaws.com']]], 'ds' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'local' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'localhost:8000', 'protocols' => ['http']], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com']]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'ecs' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticache' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticbeanstalk' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticfilesystem' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticloadbalancing' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticmapreduce' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => '{region}.{service}.{dnsSuffix}'], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => ['sslCommonName' => '{service}.{region}.{dnsSuffix}'], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => '{service}.{region}.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elastictranscoder' => ['endpoints' => ['ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'email' => ['endpoints' => ['ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'entitlement.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['us-east-1' => []]], 'es' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'es-fips.us-west-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'events' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'firehose' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'fms' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com'], 'fips-ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com'], 'fips-ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'fms-fips.ap-south-1.amazonaws.com'], 'fips-ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com'], 'fips-ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com'], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'fms-fips.ca-central-1.amazonaws.com'], 'fips-eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'fms-fips.eu-central-1.amazonaws.com'], 'fips-eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'fms-fips.eu-west-1.amazonaws.com'], 'fips-eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'fms-fips.eu-west-2.amazonaws.com'], 'fips-eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'fms-fips.eu-west-3.amazonaws.com'], 'fips-sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'fms-fips.sa-east-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'fms-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'fms-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'fms-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'fms-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'forecast' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'forecastquery' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'fsx' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'gamelift' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'glacier' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'glacier-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'glacier-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'glacier-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'glacier-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'glue' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []], 'isRegionalized' => \true], 'groundstation' => ['endpoints' => ['eu-north-1' => [], 'me-south-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'guardduty' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com']], 'isRegionalized' => \true], 'health' => ['endpoints' => ['us-east-1' => []]], 'iam' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'iam.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'importexport' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1', 'service' => 'IngestionService'], 'hostname' => 'importexport.amazonaws.com', 'signatureVersions' => ['v2', 'v4']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'inspector' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iotanalytics' => ['endpoints' => ['ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'iotevents' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'ioteventsdata' => ['endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'data.iotevents.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'data.iotevents.ap-northeast-2.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'data.iotevents.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'data.iotevents.ap-southeast-2.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'data.iotevents.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'data.iotevents.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'data.iotevents.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'data.iotevents.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'data.iotevents.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'data.iotevents.us-west-2.amazonaws.com']]], 'iotsecuredtunneling' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iotthingsgraph' => ['defaults' => ['credentialScope' => ['service' => 'iotthingsgraph']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'kafka' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'kinesis' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'kinesisanalytics' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'kinesisvideo' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'kms' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lakeformation' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lambda' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'license-manager' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lightsail' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'logs' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'machinelearning' => ['endpoints' => ['eu-west-1' => [], 'us-east-1' => []]], 'managedblockchain' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'us-east-1' => []]], 'marketplacecommerceanalytics' => ['endpoints' => ['us-east-1' => []]], 'mediaconnect' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mediaconvert' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'medialive' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'mediapackage' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mediastore' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'metering.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mgh' => ['endpoints' => ['eu-central-1' => [], 'us-west-2' => []]], 'mobileanalytics' => ['endpoints' => ['us-east-1' => []]], 'models.lex' => ['defaults' => ['credentialScope' => ['service' => 'lex']], 'endpoints' => ['ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'monitoring' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mq' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'mq-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'mq-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'mq-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'mq-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mturk-requester' => ['endpoints' => ['sandbox' => ['hostname' => 'mturk-requester-sandbox.us-east-1.amazonaws.com'], 'us-east-1' => []], 'isRegionalized' => \false], 'neptune' => ['endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'rds.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'rds.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'rds.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'rds.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'rds.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'rds.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'rds.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'rds.eu-north-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'rds.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'rds.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'rds.eu-west-3.amazonaws.com'], 'me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'rds.me-south-1.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rds.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rds.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rds.us-west-2.amazonaws.com']]], 'oidc' => ['endpoints' => ['ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'oidc.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'oidc.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'oidc.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'oidc.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'oidc.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'oidc.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'oidc.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'oidc.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'oidc.us-west-2.amazonaws.com']]], 'opsworks' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'opsworks-cm' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'organizations' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'organizations.us-east-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'outposts' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'pinpoint' => ['defaults' => ['credentialScope' => ['service' => 'mobiletargeting']], 'endpoints' => ['ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'pinpoint.us-east-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'pinpoint.us-west-2.amazonaws.com']]], 'polly' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'portal.sso' => ['endpoints' => ['ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'portal.sso.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'portal.sso.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'portal.sso.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'portal.sso.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'portal.sso.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'portal.sso.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'portal.sso.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'portal.sso.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'portal.sso.us-west-2.amazonaws.com']]], 'projects.iot1click' => ['endpoints' => ['ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'qldb' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'ram' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'rds' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => '{service}.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'redshift' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'rekognition' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'resource-groups' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'robomaker' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'route53' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'route53.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'route53domains' => ['endpoints' => ['us-east-1' => []]], 'route53resolver' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'runtime.lex' => ['defaults' => ['credentialScope' => ['service' => 'lex']], 'endpoints' => ['ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'runtime.sagemaker' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com']]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => ['hostname' => 's3.ap-northeast-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => ['hostname' => 's3.ap-southeast-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ap-southeast-2' => ['hostname' => 's3.ap-southeast-2.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => ['hostname' => 's3.eu-west-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 's3-external-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-external-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'sa-east-1' => ['hostname' => 's3.sa-east-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-east-1' => ['hostname' => 's3.us-east-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-east-2' => [], 'us-west-1' => ['hostname' => 's3.us-west-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-west-2' => ['hostname' => 's3.us-west-2.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']]], 'isRegionalized' => \true, 'partitionEndpoint' => 'aws-global'], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 's3-control.ap-northeast-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 's3-control.ap-northeast-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 's3-control.ap-south-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 's3-control.ap-southeast-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 's3-control.ap-southeast-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 's3-control.ca-central-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 's3-control.eu-central-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 's3-control.eu-north-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 's3-control.eu-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 's3-control.eu-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 's3-control.eu-west-3.amazonaws.com', 'signatureVersions' => ['s3v4']], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 's3-control.sa-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-control.us-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 's3-control.us-east-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 's3-control.us-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 's3-control.us-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']]]], 'savingsplans' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'savingsplans.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'schemas' => ['endpoints' => ['ap-northeast-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'sdb' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['v2']], 'endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => ['hostname' => 'sdb.amazonaws.com'], 'us-west-1' => [], 'us-west-2' => []]], 'secretsmanager' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com']]], 'securityhub' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => ['protocols' => ['https']], 'ap-northeast-1' => ['protocols' => ['https']], 'ap-northeast-2' => ['protocols' => ['https']], 'ap-south-1' => ['protocols' => ['https']], 'ap-southeast-1' => ['protocols' => ['https']], 'ap-southeast-2' => ['protocols' => ['https']], 'ca-central-1' => ['protocols' => ['https']], 'eu-central-1' => ['protocols' => ['https']], 'eu-north-1' => ['protocols' => ['https']], 'eu-west-1' => ['protocols' => ['https']], 'eu-west-2' => ['protocols' => ['https']], 'eu-west-3' => ['protocols' => ['https']], 'me-south-1' => ['protocols' => ['https']], 'sa-east-1' => ['protocols' => ['https']], 'us-east-1' => ['protocols' => ['https']], 'us-east-2' => ['protocols' => ['https']], 'us-west-1' => ['protocols' => ['https']], 'us-west-2' => ['protocols' => ['https']]]], 'servicecatalog' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com']]], 'servicediscovery' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'session.qldb' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'shield' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => 'shield.us-east-1.amazonaws.com'], 'endpoints' => ['us-east-1' => []], 'isRegionalized' => \false], 'sms' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sms-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sms-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sms-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sms-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'snowball' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sqs-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sqs-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sqs-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sqs-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => 'queue.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'ssm' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'states' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'storagegateway' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'local' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'localhost:8000', 'protocols' => ['http']], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com']]], 'sts' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sts.amazonaws.com'], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sts-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sts-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sts-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sts-fips.us-west-2.amazonaws.com']], 'partitionEndpoint' => 'aws-global'], 'support' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'support.us-east-1.amazonaws.com']], 'partitionEndpoint' => 'aws-global'], 'swf' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'tagging' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'transcribestreaming' => ['endpoints' => ['ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'transfer' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'translate' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'translate-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'translate-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'translate-fips.us-west-2.amazonaws.com']]], 'waf' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'waf.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'waf-regional' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'workdocs' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'workmail' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'workspaces' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'xray' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com.cn', 'partition' => 'aws-cn', 'partitionName' => 'AWS China', 'regionRegex' => '^cn\\-\\w+\\-\\d+$', 'regions' => ['cn-north-1' => ['description' => 'China (Beijing)'], 'cn-northwest-1' => ['description' => 'China (Ningxia)']], 'services' => ['acm' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'api.ecr' => ['endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'api.ecr.cn-north-1.amazonaws.com.cn'], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'api.ecr.cn-northwest-1.amazonaws.com.cn']]], 'apigateway' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'appsync' => ['endpoints' => ['cn-north-1' => []]], 'athena' => ['endpoints' => ['cn-northwest-1' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'backup' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'batch' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cloudformation' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cloudfront' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'cloudfront.cn-northwest-1.amazonaws.com.cn', 'protocols' => ['http', 'https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'cloudtrail' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'codebuild' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'codedeploy' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cognito-identity' => ['endpoints' => ['cn-north-1' => []]], 'config' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dax' => ['endpoints' => ['cn-northwest-1' => []]], 'directconnect' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ds' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ecs' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticache' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticbeanstalk' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticfilesystem' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticloadbalancing' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticmapreduce' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'es' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'events' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'firehose' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'gamelift' => ['endpoints' => ['cn-north-1' => []]], 'glacier' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'glue' => ['endpoints' => ['cn-northwest-1' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => []], 'isRegionalized' => \true], 'health' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'iam' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'iam.cn-north-1.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kinesis' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'lambda' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'license-manager' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'logs' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'mediaconvert' => ['endpoints' => ['cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn']]], 'monitoring' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'neptune' => ['endpoints' => ['cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn']]], 'polly' => ['endpoints' => ['cn-northwest-1' => []]], 'rds' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'redshift' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 's3-control.cn-north-1.amazonaws.com.cn', 'signatureVersions' => ['s3v4']], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 's3-control.cn-northwest-1.amazonaws.com.cn', 'signatureVersions' => ['s3v4']]]], 'secretsmanager' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => ['protocols' => ['https']], 'cn-northwest-1' => ['protocols' => ['https']]]], 'sms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'snowball' => ['endpoints' => ['cn-north-1' => []]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ssm' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'states' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'storagegateway' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'sts' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'support' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'support.cn-north-1.amazonaws.com.cn']], 'partitionEndpoint' => 'aws-cn-global'], 'swf' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'tagging' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'cn.transcribe.cn-north-1.amazonaws.com.cn'], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'cn.transcribe.cn-northwest-1.amazonaws.com.cn']]], 'workspaces' => ['endpoints' => ['cn-northwest-1' => []]], 'xray' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws-us-gov', 'partitionName' => 'AWS GovCloud (US)', 'regionRegex' => '^us\\-gov\\-\\w+\\-\\d+$', 'regions' => ['us-gov-east-1' => ['description' => 'AWS GovCloud (US-East)'], 'us-gov-west-1' => ['description' => 'AWS GovCloud (US)']], 'services' => ['access-analyzer' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'acm' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'acm-pca' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'api.ecr' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'api.ecr.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'api.ecr.us-gov-west-1.amazonaws.com']]], 'api.sagemaker' => ['endpoints' => ['us-gov-west-1' => []]], 'apigateway' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'appstream2' => ['defaults' => ['credentialScope' => ['service' => 'appstream'], 'protocols' => ['https']], 'endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'athena' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'autoscaling' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['http', 'https']]]], 'autoscaling-plans' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'batch' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'clouddirectory' => ['endpoints' => ['us-gov-west-1' => []]], 'cloudformation' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'cloudhsm' => ['endpoints' => ['us-gov-west-1' => []]], 'cloudhsmv2' => ['defaults' => ['credentialScope' => ['service' => 'cloudhsm']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'cloudtrail' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'codebuild' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'codecommit' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'codedeploy' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com']]], 'comprehend' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => []]], 'comprehendmedical' => ['endpoints' => ['us-gov-west-1' => []]], 'config' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => []]], 'datasync' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'directconnect' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'dms' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'ds' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'dynamodb' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com']]], 'ec2' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'ecs' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticache' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticache-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticbeanstalk' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticfilesystem' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['http', 'https']]]], 'elasticmapreduce' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['https']]]], 'es' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'events' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'firehose' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'glacier' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'glacier.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https']]]], 'glue' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => []], 'isRegionalized' => \true], 'guardduty' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => []], 'isRegionalized' => \true], 'health' => ['endpoints' => ['us-gov-west-1' => []]], 'iam' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'iam.us-gov.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'inspector' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['us-gov-west-1' => []]], 'iotsecuredtunneling' => ['endpoints' => ['us-gov-west-1' => []]], 'kinesis' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'lambda' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'license-manager' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'logs' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'mediaconvert' => ['endpoints' => ['us-gov-west-1' => []]], 'metering.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'monitoring' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'neptune' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'rds.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'rds.us-gov-west-1.amazonaws.com']]], 'organizations' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'organizations.us-gov-west-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'polly' => ['endpoints' => ['us-gov-west-1' => []]], 'ram' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'rds' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'redshift' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'rekognition' => ['endpoints' => ['us-gov-west-1' => []]], 'resource-groups' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'route53' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'route53.us-gov.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'route53resolver' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'runtime.sagemaker' => ['endpoints' => ['us-gov-west-1' => []]], 's3' => ['defaults' => ['signatureVersions' => ['s3', 's3v4']], 'endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-fips-us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => ['hostname' => 's3.us-gov-east-1.amazonaws.com', 'protocols' => ['http', 'https']], 'us-gov-west-1' => ['hostname' => 's3.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https']]]], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 's3-control.us-gov-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-control.us-gov-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']]]], 'secretsmanager' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com']]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-east-1' => ['protocols' => ['https']], 'us-gov-west-1' => ['protocols' => ['https']]]], 'servicecatalog' => ['endpoints' => ['us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com']]], 'sms' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'sms-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'snowball' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'sns' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['http', 'https']]]], 'sqs' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}']]], 'ssm' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'states' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'storagegateway' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com']]], 'sts' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'support' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'support.us-gov-west-1.amazonaws.com']], 'partitionEndpoint' => 'aws-us-gov-global'], 'swf' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'tagging' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'translate' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com']]], 'waf-regional' => ['endpoints' => ['us-gov-west-1' => []]], 'workspaces' => ['endpoints' => ['us-gov-west-1' => []]], 'xray' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'c2s.ic.gov', 'partition' => 'aws-iso', 'partitionName' => 'AWS ISO (US)', 'regionRegex' => '^us\\-iso\\-\\w+\\-\\d+$', 'regions' => ['us-iso-east-1' => ['description' => 'US ISO East']], 'services' => ['api.ecr' => ['endpoints' => ['us-iso-east-1' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'api.ecr.us-iso-east-1.c2s.ic.gov']]], 'api.sagemaker' => ['endpoints' => ['us-iso-east-1' => []]], 'apigateway' => ['endpoints' => ['us-iso-east-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-iso-east-1' => []]], 'autoscaling' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'cloudformation' => ['endpoints' => ['us-iso-east-1' => []]], 'cloudtrail' => ['endpoints' => ['us-iso-east-1' => []]], 'codedeploy' => ['endpoints' => ['us-iso-east-1' => []]], 'config' => ['endpoints' => ['us-iso-east-1' => []]], 'datapipeline' => ['endpoints' => ['us-iso-east-1' => []]], 'directconnect' => ['endpoints' => ['us-iso-east-1' => []]], 'dms' => ['endpoints' => ['us-iso-east-1' => []]], 'ds' => ['endpoints' => ['us-iso-east-1' => []]], 'dynamodb' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'ec2' => ['endpoints' => ['us-iso-east-1' => []]], 'ecs' => ['endpoints' => ['us-iso-east-1' => []]], 'elasticache' => ['endpoints' => ['us-iso-east-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'elasticmapreduce' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['https']]]], 'events' => ['endpoints' => ['us-iso-east-1' => []]], 'glacier' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'health' => ['endpoints' => ['us-iso-east-1' => []]], 'iam' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'iam.us-iso-east-1.c2s.ic.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-global'], 'kinesis' => ['endpoints' => ['us-iso-east-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov'], 'us-iso-east-1' => []]], 'lambda' => ['endpoints' => ['us-iso-east-1' => []]], 'logs' => ['endpoints' => ['us-iso-east-1' => []]], 'monitoring' => ['endpoints' => ['us-iso-east-1' => []]], 'rds' => ['endpoints' => ['us-iso-east-1' => []]], 'redshift' => ['endpoints' => ['us-iso-east-1' => []]], 'route53' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'route53.c2s.ic.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-global'], 'runtime.sagemaker' => ['endpoints' => ['us-iso-east-1' => []]], 's3' => ['defaults' => ['signatureVersions' => ['s3v4']], 'endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']]]], 'snowball' => ['endpoints' => ['us-iso-east-1' => []]], 'sns' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'sqs' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'states' => ['endpoints' => ['us-iso-east-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'sts' => ['endpoints' => ['us-iso-east-1' => []]], 'support' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'support.us-iso-east-1.c2s.ic.gov']], 'partitionEndpoint' => 'aws-iso-global'], 'swf' => ['endpoints' => ['us-iso-east-1' => []]], 'workspaces' => ['endpoints' => ['us-iso-east-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'sc2s.sgov.gov', 'partition' => 'aws-iso-b', 'partitionName' => 'AWS ISOB (US)', 'regionRegex' => '^us\\-isob\\-\\w+\\-\\d+$', 'regions' => ['us-isob-east-1' => ['description' => 'US ISOB East (Ohio)']], 'services' => ['application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'cloudformation' => ['endpoints' => ['us-isob-east-1' => []]], 'cloudtrail' => ['endpoints' => ['us-isob-east-1' => []]], 'config' => ['endpoints' => ['us-isob-east-1' => []]], 'directconnect' => ['endpoints' => ['us-isob-east-1' => []]], 'dms' => ['endpoints' => ['us-isob-east-1' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'elasticache' => ['endpoints' => ['us-isob-east-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['us-isob-east-1' => ['protocols' => ['https']]]], 'elasticmapreduce' => ['endpoints' => ['us-isob-east-1' => []]], 'events' => ['endpoints' => ['us-isob-east-1' => []]], 'glacier' => ['endpoints' => ['us-isob-east-1' => []]], 'health' => ['endpoints' => ['us-isob-east-1' => []]], 'iam' => ['endpoints' => ['aws-iso-b-global' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'iam.us-isob-east-1.sc2s.sgov.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-b-global'], 'kinesis' => ['endpoints' => ['us-isob-east-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov'], 'us-isob-east-1' => []]], 'license-manager' => ['endpoints' => ['us-isob-east-1' => []]], 'logs' => ['endpoints' => ['us-isob-east-1' => []]], 'monitoring' => ['endpoints' => ['us-isob-east-1' => []]], 'rds' => ['endpoints' => ['us-isob-east-1' => []]], 'redshift' => ['endpoints' => ['us-isob-east-1' => []]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['us-isob-east-1' => []]], 'snowball' => ['endpoints' => ['us-isob-east-1' => []]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['us-isob-east-1' => []]], 'ssm' => ['endpoints' => ['us-isob-east-1' => []]], 'states' => ['endpoints' => ['us-isob-east-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'sts' => ['endpoints' => ['us-isob-east-1' => []]], 'support' => ['endpoints' => ['aws-iso-b-global' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'support.us-isob-east-1.sc2s.sgov.gov']], 'partitionEndpoint' => 'aws-iso-b-global'], 'swf' => ['endpoints' => ['us-isob-east-1' => []]]]]], 'version' => 3]; +return ['partitions' => [['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws', 'partitionName' => 'AWS Standard', 'regionRegex' => '^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$', 'regions' => ['af-south-1' => ['description' => 'Africa (Cape Town)'], 'ap-east-1' => ['description' => 'Asia Pacific (Hong Kong)'], 'ap-northeast-1' => ['description' => 'Asia Pacific (Tokyo)'], 'ap-northeast-2' => ['description' => 'Asia Pacific (Seoul)'], 'ap-south-1' => ['description' => 'Asia Pacific (Mumbai)'], 'ap-southeast-1' => ['description' => 'Asia Pacific (Singapore)'], 'ap-southeast-2' => ['description' => 'Asia Pacific (Sydney)'], 'ca-central-1' => ['description' => 'Canada (Central)'], 'eu-central-1' => ['description' => 'Europe (Frankfurt)'], 'eu-north-1' => ['description' => 'Europe (Stockholm)'], 'eu-south-1' => ['description' => 'Europe (Milan)'], 'eu-west-1' => ['description' => 'Europe (Ireland)'], 'eu-west-2' => ['description' => 'Europe (London)'], 'eu-west-3' => ['description' => 'Europe (Paris)'], 'me-south-1' => ['description' => 'Middle East (Bahrain)'], 'sa-east-1' => ['description' => 'South America (Sao Paulo)'], 'us-east-1' => ['description' => 'US East (N. Virginia)'], 'us-east-2' => ['description' => 'US East (Ohio)'], 'us-west-1' => ['description' => 'US West (N. California)'], 'us-west-2' => ['description' => 'US West (Oregon)']], 'services' => ['a4b' => ['endpoints' => ['us-east-1' => []]], 'access-analyzer' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'access-analyzer-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'access-analyzer-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'access-analyzer-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'access-analyzer-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'access-analyzer-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'acm' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'acm-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'acm-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'acm-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'acm-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'acm-fips.us-west-2.amazonaws.com']]], 'acm-pca' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'api.detective' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'api.ecr' => ['endpoints' => ['af-south-1' => ['credentialScope' => ['region' => 'af-south-1'], 'hostname' => 'api.ecr.af-south-1.amazonaws.com'], 'ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'api.ecr.ap-east-1.amazonaws.com'], 'ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'api.ecr.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'api.ecr.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'api.ecr.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'api.ecr.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'api.ecr.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'api.ecr.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'api.ecr.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'api.ecr.eu-north-1.amazonaws.com'], 'eu-south-1' => ['credentialScope' => ['region' => 'eu-south-1'], 'hostname' => 'api.ecr.eu-south-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'api.ecr.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'api.ecr.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'api.ecr.eu-west-3.amazonaws.com'], 'fips-dkr-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ecr-fips.us-east-1.amazonaws.com'], 'fips-dkr-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ecr-fips.us-east-2.amazonaws.com'], 'fips-dkr-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ecr-fips.us-west-1.amazonaws.com'], 'fips-dkr-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ecr-fips.us-west-2.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ecr-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ecr-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ecr-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ecr-fips.us-west-2.amazonaws.com'], 'me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'api.ecr.me-south-1.amazonaws.com'], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'api.ecr.sa-east-1.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'api.ecr.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'api.ecr.us-east-2.amazonaws.com'], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'api.ecr.us-west-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'api.ecr.us-west-2.amazonaws.com']]], 'api.elastic-inference' => ['endpoints' => ['ap-northeast-1' => ['hostname' => 'api.elastic-inference.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['hostname' => 'api.elastic-inference.ap-northeast-2.amazonaws.com'], 'eu-west-1' => ['hostname' => 'api.elastic-inference.eu-west-1.amazonaws.com'], 'us-east-1' => ['hostname' => 'api.elastic-inference.us-east-1.amazonaws.com'], 'us-east-2' => ['hostname' => 'api.elastic-inference.us-east-2.amazonaws.com'], 'us-west-2' => ['hostname' => 'api.elastic-inference.us-west-2.amazonaws.com']]], 'api.mediatailor' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'api.pricing' => ['defaults' => ['credentialScope' => ['service' => 'pricing']], 'endpoints' => ['ap-south-1' => [], 'us-east-1' => []]], 'api.sagemaker' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com']]], 'apigateway' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'appmesh' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'appstream2' => ['defaults' => ['credentialScope' => ['service' => 'appstream'], 'protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-west-2' => []]], 'appsync' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'athena' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'autoscaling-plans' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'backup' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'batch' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'fips.batch.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'fips.batch.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'fips.batch.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'fips.batch.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'budgets' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'budgets.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'ce' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ce.us-east-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'chime' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => 'service.chime.aws.amazon.com'], 'endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'service.chime.aws.amazon.com', 'protocols' => ['https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'cloud9' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'clouddirectory' => ['endpoints' => ['ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cloudformation' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cloudformation-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cloudformation-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'cloudformation-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cloudformation-fips.us-west-2.amazonaws.com']]], 'cloudfront' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cloudfront.amazonaws.com', 'protocols' => ['http', 'https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'cloudhsm' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudhsmv2' => ['defaults' => ['credentialScope' => ['service' => 'cloudhsm']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudsearch' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cloudtrail' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cloudtrail-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cloudtrail-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'cloudtrail-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cloudtrail-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codeartifact' => ['endpoints' => ['ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'codebuild' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com']]], 'codecommit' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codedeploy' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com']]], 'codepipeline' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'codepipeline-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'codepipeline-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'codepipeline-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'codepipeline-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'codepipeline-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codestar' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'codestar-connections' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'cognito-identity' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cognito-idp' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'cognito-sync' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'comprehend' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'comprehend-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'comprehend-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'comprehend-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'comprehendmedical' => ['endpoints' => ['ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'comprehendmedical-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'comprehendmedical-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'comprehendmedical-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'config' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'connect' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'cur' => ['endpoints' => ['us-east-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'data.mediastore' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'dataexchange' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'datapipeline' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'datasync' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'datasync-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'datasync-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'datasync-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'datasync-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'dax' => ['endpoints' => ['ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'devicefarm' => ['endpoints' => ['us-west-2' => []]], 'directconnect' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'directconnect-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'directconnect-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'directconnect-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'directconnect-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'discovery' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'dms' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'dms-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'dms-fips.us-west-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'docdb' => ['endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'rds.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'rds.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'rds.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'rds.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'rds.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'rds.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'rds.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'rds.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'rds.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'rds.eu-west-3.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rds.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rds.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rds.us-west-2.amazonaws.com']]], 'ds' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'ds-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ds-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ds-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ds-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ds-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'local' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'localhost:8000', 'protocols' => ['http']], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com']]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'ec2-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ec2-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ec2-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ec2-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ec2-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'ecs' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ecs-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ecs-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ecs-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ecs-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'eks' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'fips.eks.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'fips.eks.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'fips.eks.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'elasticache' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticbeanstalk' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'elasticbeanstalk-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'elasticbeanstalk-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticbeanstalk-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'elasticbeanstalk-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticfilesystem' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-af-south-1' => ['credentialScope' => ['region' => 'af-south-1'], 'hostname' => 'elasticfilesystem-fips.af-south-1.amazonaws.com'], 'fips-ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'elasticfilesystem-fips.ap-east-1.amazonaws.com'], 'fips-ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'elasticfilesystem-fips.ap-northeast-1.amazonaws.com'], 'fips-ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'elasticfilesystem-fips.ap-northeast-2.amazonaws.com'], 'fips-ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'elasticfilesystem-fips.ap-south-1.amazonaws.com'], 'fips-ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'elasticfilesystem-fips.ap-southeast-1.amazonaws.com'], 'fips-ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'elasticfilesystem-fips.ap-southeast-2.amazonaws.com'], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'elasticfilesystem-fips.ca-central-1.amazonaws.com'], 'fips-eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'elasticfilesystem-fips.eu-central-1.amazonaws.com'], 'fips-eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'elasticfilesystem-fips.eu-north-1.amazonaws.com'], 'fips-eu-south-1' => ['credentialScope' => ['region' => 'eu-south-1'], 'hostname' => 'elasticfilesystem-fips.eu-south-1.amazonaws.com'], 'fips-eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'elasticfilesystem-fips.eu-west-1.amazonaws.com'], 'fips-eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'elasticfilesystem-fips.eu-west-2.amazonaws.com'], 'fips-eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'elasticfilesystem-fips.eu-west-3.amazonaws.com'], 'fips-me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'elasticfilesystem-fips.me-south-1.amazonaws.com'], 'fips-sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'elasticfilesystem-fips.sa-east-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'elasticfilesystem-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'elasticfilesystem-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticfilesystem-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'elasticfilesystem-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticloadbalancing' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'elasticloadbalancing-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'elasticloadbalancing-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticloadbalancing-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'elasticloadbalancing-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elasticmapreduce' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => '{region}.{service}.{dnsSuffix}'], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => ['sslCommonName' => '{service}.{region}.{dnsSuffix}'], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'elasticmapreduce-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'elasticmapreduce-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'elasticmapreduce-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'elasticmapreduce-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'elasticmapreduce-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => '{service}.{region}.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'elastictranscoder' => ['endpoints' => ['ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'email' => ['endpoints' => ['ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'entitlement.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['us-east-1' => []]], 'es' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'es-fips.us-west-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'events' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'events-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'events-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'events-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'events-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'firehose' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'firehose-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'firehose-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'firehose-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'firehose-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'fms' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com'], 'fips-ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com'], 'fips-ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'fms-fips.ap-south-1.amazonaws.com'], 'fips-ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com'], 'fips-ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com'], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'fms-fips.ca-central-1.amazonaws.com'], 'fips-eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'fms-fips.eu-central-1.amazonaws.com'], 'fips-eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'fms-fips.eu-west-1.amazonaws.com'], 'fips-eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'fms-fips.eu-west-2.amazonaws.com'], 'fips-eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'fms-fips.eu-west-3.amazonaws.com'], 'fips-sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'fms-fips.sa-east-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'fms-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'fms-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'fms-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'fms-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'forecast' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'forecastquery' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'fsx' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'gamelift' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'glacier' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'glacier-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'glacier-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'glacier-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'glacier-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'glue' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'glue-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'glue-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'glue-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'glue-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []], 'isRegionalized' => \true], 'groundstation' => ['endpoints' => ['ap-southeast-2' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'groundstation-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'groundstation-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'guardduty' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com']], 'isRegionalized' => \true], 'health' => ['endpoints' => ['us-east-1' => []]], 'honeycode' => ['endpoints' => ['us-west-2' => []]], 'iam' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'iam.amazonaws.com'], 'iam-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'iam-fips.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'importexport' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1', 'service' => 'IngestionService'], 'hostname' => 'importexport.amazonaws.com', 'signatureVersions' => ['v2', 'v4']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'inspector' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'inspector-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'inspector-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'inspector-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'inspector-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iotanalytics' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'iotevents' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'ioteventsdata' => ['endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'data.iotevents.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'data.iotevents.ap-northeast-2.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'data.iotevents.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'data.iotevents.ap-southeast-2.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'data.iotevents.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'data.iotevents.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'data.iotevents.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'data.iotevents.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'data.iotevents.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'data.iotevents.us-west-2.amazonaws.com']]], 'iotsecuredtunneling' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'iotthingsgraph' => ['defaults' => ['credentialScope' => ['service' => 'iotthingsgraph']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'kafka' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'kinesis' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'kinesis-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'kinesis-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'kinesis-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'kinesis-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'kinesisanalytics' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'kinesisvideo' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'kms' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lakeformation' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lambda' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'lambda-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'lambda-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'lambda-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'lambda-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'license-manager' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'license-manager-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'license-manager-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'license-manager-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'license-manager-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'lightsail' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'logs' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'logs-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'logs-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'logs-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'logs-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'machinelearning' => ['endpoints' => ['eu-west-1' => [], 'us-east-1' => []]], 'macie' => ['endpoints' => ['fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'macie-fips.us-east-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'macie-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-west-2' => []]], 'macie2' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'macie2-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'macie2-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'macie2-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'macie2-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'managedblockchain' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'eu-west-1' => [], 'us-east-1' => []]], 'marketplacecommerceanalytics' => ['endpoints' => ['us-east-1' => []]], 'mediaconnect' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mediaconvert' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'mediaconvert-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'mediaconvert-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'mediaconvert-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'mediaconvert-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'mediaconvert-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'medialive' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'medialive-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'medialive-fips.us-east-2.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'medialive-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'mediapackage' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mediastore' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'metering.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mgh' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'mobileanalytics' => ['endpoints' => ['us-east-1' => []]], 'models.lex' => ['defaults' => ['credentialScope' => ['service' => 'lex']], 'endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'monitoring' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'monitoring-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'monitoring-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'monitoring-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'monitoring-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mq' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'mq-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'mq-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'mq-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'mq-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'mturk-requester' => ['endpoints' => ['sandbox' => ['hostname' => 'mturk-requester-sandbox.us-east-1.amazonaws.com'], 'us-east-1' => []], 'isRegionalized' => \false], 'neptune' => ['endpoints' => ['ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'rds.ap-east-1.amazonaws.com'], 'ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'rds.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'rds.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'rds.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'rds.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'rds.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'rds.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'rds.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'rds.eu-north-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'rds.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'rds.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'rds.eu-west-3.amazonaws.com'], 'me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'rds.me-south-1.amazonaws.com'], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'rds.sa-east-1.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rds.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rds.us-east-2.amazonaws.com'], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'rds.us-west-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rds.us-west-2.amazonaws.com']]], 'oidc' => ['endpoints' => ['ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'oidc.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'oidc.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'oidc.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'oidc.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'oidc.eu-north-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'oidc.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'oidc.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'oidc.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'oidc.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'oidc.us-west-2.amazonaws.com']]], 'opsworks' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'opsworks-cm' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'organizations' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'organizations.us-east-1.amazonaws.com'], 'fips-aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'organizations-fips.us-east-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'outposts' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'outposts-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'outposts-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'outposts-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'outposts-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'outposts-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'pinpoint' => ['defaults' => ['credentialScope' => ['service' => 'mobiletargeting']], 'endpoints' => ['ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'pinpoint.us-east-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'pinpoint.us-west-2.amazonaws.com']]], 'polly' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'polly-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'polly-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'polly-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'polly-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'portal.sso' => ['endpoints' => ['ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'portal.sso.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'portal.sso.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'portal.sso.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'portal.sso.eu-central-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'portal.sso.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'portal.sso.eu-west-2.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'portal.sso.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'portal.sso.us-east-2.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'portal.sso.us-west-2.amazonaws.com']]], 'projects.iot1click' => ['endpoints' => ['ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'qldb' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'ram' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'rds' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'rds-fips.ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'rds-fips.ca-central-1.amazonaws.com'], 'rds-fips.us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rds-fips.us-east-1.amazonaws.com'], 'rds-fips.us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rds-fips.us-east-2.amazonaws.com'], 'rds-fips.us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'rds-fips.us-west-1.amazonaws.com'], 'rds-fips.us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rds-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => '{service}.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'redshift' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'redshift-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'redshift-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'redshift-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'redshift-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'redshift-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'rekognition' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'rekognition-fips.us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com'], 'rekognition-fips.us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com'], 'rekognition-fips.us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com'], 'rekognition-fips.us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'resource-groups' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'robomaker' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'route53' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'route53.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'route53domains' => ['endpoints' => ['us-east-1' => []]], 'route53resolver' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'runtime.lex' => ['defaults' => ['credentialScope' => ['service' => 'lex']], 'endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => []]], 'runtime.sagemaker' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com']]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => ['hostname' => 's3.ap-northeast-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => ['hostname' => 's3.ap-southeast-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ap-southeast-2' => ['hostname' => 's3.ap-southeast-2.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => ['hostname' => 's3.eu-west-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 's3-external-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-external-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'sa-east-1' => ['hostname' => 's3.sa-east-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-east-1' => ['hostname' => 's3.us-east-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-east-2' => [], 'us-west-1' => ['hostname' => 's3.us-west-1.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']], 'us-west-2' => ['hostname' => 's3.us-west-2.amazonaws.com', 'signatureVersions' => ['s3', 's3v4']]], 'isRegionalized' => \true, 'partitionEndpoint' => 'aws-global'], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 's3-control.ap-northeast-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 's3-control.ap-northeast-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 's3-control.ap-south-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 's3-control.ap-southeast-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 's3-control.ap-southeast-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 's3-control.ca-central-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 's3-control.eu-central-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 's3-control.eu-north-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 's3-control.eu-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 's3-control.eu-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 's3-control.eu-west-3.amazonaws.com', 'signatureVersions' => ['s3v4']], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 's3-control.sa-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-control.us-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 's3-control.us-east-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 's3-control.us-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 's3-control.us-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'signatureVersions' => ['s3v4']]]], 'savingsplans' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'savingsplans.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'schemas' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'sdb' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['v2']], 'endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => ['hostname' => 'sdb.amazonaws.com'], 'us-west-1' => [], 'us-west-2' => []]], 'secretsmanager' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com']]], 'securityhub' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'securityhub-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'securityhub-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'securityhub-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'securityhub-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => ['protocols' => ['https']], 'ap-northeast-1' => ['protocols' => ['https']], 'ap-northeast-2' => ['protocols' => ['https']], 'ap-south-1' => ['protocols' => ['https']], 'ap-southeast-1' => ['protocols' => ['https']], 'ap-southeast-2' => ['protocols' => ['https']], 'ca-central-1' => ['protocols' => ['https']], 'eu-central-1' => ['protocols' => ['https']], 'eu-north-1' => ['protocols' => ['https']], 'eu-west-1' => ['protocols' => ['https']], 'eu-west-2' => ['protocols' => ['https']], 'eu-west-3' => ['protocols' => ['https']], 'me-south-1' => ['protocols' => ['https']], 'sa-east-1' => ['protocols' => ['https']], 'us-east-1' => ['protocols' => ['https']], 'us-east-2' => ['protocols' => ['https']], 'us-west-1' => ['protocols' => ['https']], 'us-west-2' => ['protocols' => ['https']]]], 'servicecatalog' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com']]], 'servicediscovery' => ['endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'servicequotas' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'session.qldb' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'shield' => ['defaults' => ['protocols' => ['https'], 'sslCommonName' => 'shield.us-east-1.amazonaws.com'], 'endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'shield.us-east-1.amazonaws.com'], 'fips-aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'shield-fips.us-east-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'sms' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sms-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sms-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sms-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sms-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'snowball' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'snowball-fips.ap-northeast-1.amazonaws.com'], 'fips-ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'snowball-fips.ap-northeast-2.amazonaws.com'], 'fips-ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'snowball-fips.ap-south-1.amazonaws.com'], 'fips-ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'snowball-fips.ap-southeast-1.amazonaws.com'], 'fips-ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'snowball-fips.ap-southeast-2.amazonaws.com'], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'snowball-fips.ca-central-1.amazonaws.com'], 'fips-eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'snowball-fips.eu-central-1.amazonaws.com'], 'fips-eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'snowball-fips.eu-west-1.amazonaws.com'], 'fips-eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'snowball-fips.eu-west-2.amazonaws.com'], 'fips-eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'snowball-fips.eu-west-3.amazonaws.com'], 'fips-sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'snowball-fips.sa-east-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'snowball-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'snowball-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'snowball-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'snowball-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sns-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sns-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sns-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sns-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sqs-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sqs-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sqs-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sqs-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => ['sslCommonName' => 'queue.{dnsSuffix}'], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'ssm' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ssm-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ssm-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ssm-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ssm-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'ssm-facade-fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'ssm-facade-fips.us-east-1.amazonaws.com'], 'ssm-facade-fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'ssm-facade-fips.us-east-2.amazonaws.com'], 'ssm-facade-fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'ssm-facade-fips.us-west-1.amazonaws.com'], 'ssm-facade-fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'ssm-facade-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'states' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'states-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'states-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'states-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'states-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'storagegateway' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'storagegateway-fips.ca-central-1.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'ca-central-1-fips' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com'], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'local' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'localhost:8000', 'protocols' => ['http']], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com']]], 'sts' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sts.amazonaws.com'], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'sts-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'sts-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-1-fips' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'sts-fips.us-west-1.amazonaws.com'], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'sts-fips.us-west-2.amazonaws.com']], 'partitionEndpoint' => 'aws-global'], 'support' => ['endpoints' => ['aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'support.us-east-1.amazonaws.com']], 'partitionEndpoint' => 'aws-global'], 'swf' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'swf-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'swf-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'swf-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'swf-fips.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'tagging' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'fips.transcribe.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'fips.transcribe.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'fips.transcribe.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'fips.transcribe.us-west-2.amazonaws.com'], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'transcribestreaming' => ['endpoints' => ['ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => []]], 'transfer' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'transfer-fips.ca-central-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'transfer-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'transfer-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'transfer-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'transfer-fips.us-west-2.amazonaws.com'], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]], 'translate' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-1-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'translate-fips.us-east-1.amazonaws.com'], 'us-east-2' => [], 'us-east-2-fips' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'translate-fips.us-east-2.amazonaws.com'], 'us-west-1' => [], 'us-west-2' => [], 'us-west-2-fips' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'translate-fips.us-west-2.amazonaws.com']]], 'waf' => ['endpoints' => ['aws-fips' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'waf-fips.amazonaws.com'], 'aws-global' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'waf.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-global'], 'waf-regional' => ['endpoints' => ['ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'waf-regional.ap-east-1.amazonaws.com'], 'ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'waf-regional.ap-northeast-1.amazonaws.com'], 'ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'waf-regional.ap-northeast-2.amazonaws.com'], 'ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'waf-regional.ap-south-1.amazonaws.com'], 'ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'waf-regional.ap-southeast-1.amazonaws.com'], 'ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'waf-regional.ap-southeast-2.amazonaws.com'], 'ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'waf-regional.ca-central-1.amazonaws.com'], 'eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'waf-regional.eu-central-1.amazonaws.com'], 'eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'waf-regional.eu-north-1.amazonaws.com'], 'eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'waf-regional.eu-west-1.amazonaws.com'], 'eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'waf-regional.eu-west-2.amazonaws.com'], 'eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'waf-regional.eu-west-3.amazonaws.com'], 'fips-ap-east-1' => ['credentialScope' => ['region' => 'ap-east-1'], 'hostname' => 'waf-regional-fips.ap-east-1.amazonaws.com'], 'fips-ap-northeast-1' => ['credentialScope' => ['region' => 'ap-northeast-1'], 'hostname' => 'waf-regional-fips.ap-northeast-1.amazonaws.com'], 'fips-ap-northeast-2' => ['credentialScope' => ['region' => 'ap-northeast-2'], 'hostname' => 'waf-regional-fips.ap-northeast-2.amazonaws.com'], 'fips-ap-south-1' => ['credentialScope' => ['region' => 'ap-south-1'], 'hostname' => 'waf-regional-fips.ap-south-1.amazonaws.com'], 'fips-ap-southeast-1' => ['credentialScope' => ['region' => 'ap-southeast-1'], 'hostname' => 'waf-regional-fips.ap-southeast-1.amazonaws.com'], 'fips-ap-southeast-2' => ['credentialScope' => ['region' => 'ap-southeast-2'], 'hostname' => 'waf-regional-fips.ap-southeast-2.amazonaws.com'], 'fips-ca-central-1' => ['credentialScope' => ['region' => 'ca-central-1'], 'hostname' => 'waf-regional-fips.ca-central-1.amazonaws.com'], 'fips-eu-central-1' => ['credentialScope' => ['region' => 'eu-central-1'], 'hostname' => 'waf-regional-fips.eu-central-1.amazonaws.com'], 'fips-eu-north-1' => ['credentialScope' => ['region' => 'eu-north-1'], 'hostname' => 'waf-regional-fips.eu-north-1.amazonaws.com'], 'fips-eu-west-1' => ['credentialScope' => ['region' => 'eu-west-1'], 'hostname' => 'waf-regional-fips.eu-west-1.amazonaws.com'], 'fips-eu-west-2' => ['credentialScope' => ['region' => 'eu-west-2'], 'hostname' => 'waf-regional-fips.eu-west-2.amazonaws.com'], 'fips-eu-west-3' => ['credentialScope' => ['region' => 'eu-west-3'], 'hostname' => 'waf-regional-fips.eu-west-3.amazonaws.com'], 'fips-me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'waf-regional-fips.me-south-1.amazonaws.com'], 'fips-sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'waf-regional-fips.sa-east-1.amazonaws.com'], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'waf-regional-fips.us-east-1.amazonaws.com'], 'fips-us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'waf-regional-fips.us-east-2.amazonaws.com'], 'fips-us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'waf-regional-fips.us-west-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'waf-regional-fips.us-west-2.amazonaws.com'], 'me-south-1' => ['credentialScope' => ['region' => 'me-south-1'], 'hostname' => 'waf-regional.me-south-1.amazonaws.com'], 'sa-east-1' => ['credentialScope' => ['region' => 'sa-east-1'], 'hostname' => 'waf-regional.sa-east-1.amazonaws.com'], 'us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'waf-regional.us-east-1.amazonaws.com'], 'us-east-2' => ['credentialScope' => ['region' => 'us-east-2'], 'hostname' => 'waf-regional.us-east-2.amazonaws.com'], 'us-west-1' => ['credentialScope' => ['region' => 'us-west-1'], 'hostname' => 'waf-regional.us-west-1.amazonaws.com'], 'us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'waf-regional.us-west-2.amazonaws.com']]], 'workdocs' => ['endpoints' => ['ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'fips-us-east-1' => ['credentialScope' => ['region' => 'us-east-1'], 'hostname' => 'workdocs-fips.us-east-1.amazonaws.com'], 'fips-us-west-2' => ['credentialScope' => ['region' => 'us-west-2'], 'hostname' => 'workdocs-fips.us-west-2.amazonaws.com'], 'us-east-1' => [], 'us-west-2' => []]], 'workmail' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'workspaces' => ['endpoints' => ['ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-2' => []]], 'xray' => ['endpoints' => ['af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com.cn', 'partition' => 'aws-cn', 'partitionName' => 'AWS China', 'regionRegex' => '^cn\\-\\w+\\-\\d+$', 'regions' => ['cn-north-1' => ['description' => 'China (Beijing)'], 'cn-northwest-1' => ['description' => 'China (Ningxia)']], 'services' => ['access-analyzer' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'acm' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'api.ecr' => ['endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'api.ecr.cn-north-1.amazonaws.com.cn'], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'api.ecr.cn-northwest-1.amazonaws.com.cn']]], 'api.sagemaker' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'apigateway' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'appsync' => ['endpoints' => ['cn-north-1' => []]], 'athena' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'autoscaling-plans' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'backup' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'batch' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'budgets' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'budgets.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'ce' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'ce.cn-northwest-1.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'cloudformation' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cloudfront' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'cloudfront.cn-northwest-1.amazonaws.com.cn', 'protocols' => ['http', 'https']]], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'cloudtrail' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'codebuild' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'codecommit' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'codedeploy' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cognito-identity' => ['endpoints' => ['cn-north-1' => []]], 'config' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'cur' => ['endpoints' => ['cn-northwest-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dax' => ['endpoints' => ['cn-northwest-1' => []]], 'directconnect' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ds' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ecs' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'eks' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticache' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticbeanstalk' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticfilesystem' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => [], 'fips-cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'elasticfilesystem-fips.cn-north-1.amazonaws.com.cn'], 'fips-cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn']]], 'elasticloadbalancing' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'elasticmapreduce' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'es' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'events' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'firehose' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'gamelift' => ['endpoints' => ['cn-north-1' => []]], 'glacier' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'glue' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => []], 'isRegionalized' => \true], 'health' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'iam' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'iam.cn-north-1.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'iotsecuredtunneling' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kafka' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kinesis' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kinesisanalytics' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'kms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'lambda' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'license-manager' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'logs' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'mediaconvert' => ['endpoints' => ['cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn']]], 'monitoring' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'neptune' => ['endpoints' => ['cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn']]], 'organizations' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'organizations.cn-northwest-1.amazonaws.com.cn'], 'fips-aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'organizations.cn-northwest-1.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'polly' => ['endpoints' => ['cn-northwest-1' => []]], 'rds' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'redshift' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'route53' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'route53.amazonaws.com.cn']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-cn-global'], 'runtime.sagemaker' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 's3-control.cn-north-1.amazonaws.com.cn', 'signatureVersions' => ['s3v4']], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 's3-control.cn-northwest-1.amazonaws.com.cn', 'signatureVersions' => ['s3v4']]]], 'secretsmanager' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => ['protocols' => ['https']], 'cn-northwest-1' => ['protocols' => ['https']]]], 'sms' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'snowball' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => [], 'fips-cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'snowball-fips.cn-north-1.amazonaws.com.cn'], 'fips-cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'snowball-fips.cn-northwest-1.amazonaws.com.cn']]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'ssm' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'states' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'storagegateway' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'sts' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'support' => ['endpoints' => ['aws-cn-global' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'support.cn-north-1.amazonaws.com.cn']], 'partitionEndpoint' => 'aws-cn-global'], 'swf' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'tagging' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['cn-north-1' => ['credentialScope' => ['region' => 'cn-north-1'], 'hostname' => 'cn.transcribe.cn-north-1.amazonaws.com.cn'], 'cn-northwest-1' => ['credentialScope' => ['region' => 'cn-northwest-1'], 'hostname' => 'cn.transcribe.cn-northwest-1.amazonaws.com.cn']]], 'workspaces' => ['endpoints' => ['cn-northwest-1' => []]], 'xray' => ['endpoints' => ['cn-north-1' => [], 'cn-northwest-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws-us-gov', 'partitionName' => 'AWS GovCloud (US)', 'regionRegex' => '^us\\-gov\\-\\w+\\-\\d+$', 'regions' => ['us-gov-east-1' => ['description' => 'AWS GovCloud (US-East)'], 'us-gov-west-1' => ['description' => 'AWS GovCloud (US-West)']], 'services' => ['access-analyzer' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com']]], 'acm' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'acm-pca' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'acm-pca.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'acm-pca.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'api.ecr' => ['endpoints' => ['fips-dkr-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com'], 'fips-dkr-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com'], 'fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'api.ecr.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'api.ecr.us-gov-west-1.amazonaws.com']]], 'api.sagemaker' => ['endpoints' => ['us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'api-fips.sagemaker.us-gov-west-1.amazonaws.com'], 'us-gov-west-1-fips-secondary' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'api.sagemaker.us-gov-west-1.amazonaws.com']]], 'apigateway' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'appstream2' => ['defaults' => ['credentialScope' => ['service' => 'appstream'], 'protocols' => ['https']], 'endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'athena' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'autoscaling' => ['endpoints' => ['us-gov-east-1' => ['protocols' => ['http', 'https']], 'us-gov-west-1' => ['protocols' => ['http', 'https']]]], 'autoscaling-plans' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'backup' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'batch' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'batch.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'batch.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'clouddirectory' => ['endpoints' => ['us-gov-west-1' => []]], 'cloudformation' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com']]], 'cloudhsm' => ['endpoints' => ['us-gov-west-1' => []]], 'cloudhsmv2' => ['defaults' => ['credentialScope' => ['service' => 'cloudhsm']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'cloudtrail' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'cloudtrail.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com']]], 'codebuild' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'codebuild-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'codebuild-fips.us-gov-west-1.amazonaws.com']]], 'codecommit' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'codedeploy' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com']]], 'codepipeline' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'codepipeline-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'cognito-identity' => ['endpoints' => ['us-gov-west-1' => []]], 'cognito-idp' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'cognito-idp-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'comprehend' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'comprehend-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'comprehendmedical' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'comprehendmedical-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'config' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'data.iot' => ['defaults' => ['credentialScope' => ['service' => 'iotdata'], 'protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => []]], 'datasync' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'directconnect' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'directconnect.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'directconnect.us-gov-west-1.amazonaws.com']]], 'dms' => ['endpoints' => ['dms-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'dms.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'docdb' => ['endpoints' => ['us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'rds.us-gov-west-1.amazonaws.com']]], 'ds' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ds-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ds-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'dynamodb' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com']]], 'ec2' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ec2.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ec2.us-gov-west-1.amazonaws.com']]], 'ecs' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ecs-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ecs-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'eks' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticache' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticbeanstalk' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com']]], 'elasticfilesystem' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'elasticfilesystem-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticfilesystem-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'elasticloadbalancing-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticloadbalancing-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['http', 'https']]]], 'elasticmapreduce' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'elasticmapreduce.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'elasticmapreduce.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => ['protocols' => ['https']]]], 'email' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'email-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'es' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'events' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'events.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'events.us-gov-west-1.amazonaws.com']]], 'firehose' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'firehose-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'firehose-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'glacier' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'glacier.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https']]]], 'glue' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'glue-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'glue-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'greengrass' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'greengrass.us-gov-west-1.amazonaws.com']], 'isRegionalized' => \true], 'guardduty' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'guardduty.us-gov-west-1.amazonaws.com']], 'isRegionalized' => \true], 'health' => ['endpoints' => ['us-gov-west-1' => []]], 'iam' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'iam.us-gov.amazonaws.com'], 'iam-govcloud-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'iam.us-gov.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'inspector' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'inspector-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'inspector-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'iot' => ['defaults' => ['credentialScope' => ['service' => 'execute-api']], 'endpoints' => ['us-gov-west-1' => []]], 'iotsecuredtunneling' => ['endpoints' => ['us-gov-west-1' => []]], 'kafka' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'kinesis' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'kinesis-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'kinesis-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'kinesisanalytics' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'lambda' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'lambda-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'lambda-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'license-manager' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'license-manager-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'license-manager-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'logs' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'logs.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'logs.us-gov-west-1.amazonaws.com']]], 'mediaconvert' => ['endpoints' => ['us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'mediaconvert.us-gov-west-1.amazonaws.com']]], 'metering.marketplace' => ['defaults' => ['credentialScope' => ['service' => 'aws-marketplace']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'monitoring' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'monitoring.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'monitoring.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'neptune' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'rds.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'rds.us-gov-west-1.amazonaws.com']]], 'organizations' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'organizations.us-gov-west-1.amazonaws.com'], 'fips-aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'organizations.us-gov-west-1.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'outposts' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'outposts.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'outposts.us-gov-west-1.amazonaws.com']]], 'pinpoint' => ['defaults' => ['credentialScope' => ['service' => 'mobiletargeting']], 'endpoints' => ['us-gov-west-1' => []]], 'polly' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'polly-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'ram' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'rds' => ['endpoints' => ['rds.us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'rds.us-gov-east-1.amazonaws.com'], 'rds.us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'rds.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'redshift' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'redshift.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'redshift.us-gov-west-1.amazonaws.com']]], 'rekognition' => ['endpoints' => ['rekognition-fips.us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => []]], 'resource-groups' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'route53' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'route53.us-gov.amazonaws.com']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-us-gov-global'], 'route53resolver' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'runtime.sagemaker' => ['endpoints' => ['us-gov-west-1' => []]], 's3' => ['defaults' => ['signatureVersions' => ['s3', 's3v4']], 'endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-fips-us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => ['hostname' => 's3.us-gov-east-1.amazonaws.com', 'protocols' => ['http', 'https']], 'us-gov-west-1' => ['hostname' => 's3.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https']]]], 's3-control' => ['defaults' => ['protocols' => ['https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 's3-control.us-gov-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-control.us-gov-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'signatureVersions' => ['s3v4']]]], 'secretsmanager' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com']]], 'securityhub' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'securityhub-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'securityhub-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'serverlessrepo' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'serverlessrepo.us-gov-east-1.amazonaws.com', 'protocols' => ['https']], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'serverlessrepo.us-gov-west-1.amazonaws.com', 'protocols' => ['https']]]], 'servicecatalog' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'servicecatalog-fips.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com']]], 'sms' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'sms-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'snowball' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'snowball-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'snowball-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'sns' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'sns.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'sns.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https']]]], 'sqs' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'sqs.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'sqs.us-gov-west-1.amazonaws.com', 'protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}']]], 'ssm' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ssm.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ssm.us-gov-west-1.amazonaws.com'], 'ssm-facade-fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'ssm-facade.us-gov-east-1.amazonaws.com'], 'ssm-facade-fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'ssm-facade.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'states' => ['endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'states-fips.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'states.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'storagegateway' => ['endpoints' => ['fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb']], 'endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com']]], 'sts' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-east-1-fips' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'sts.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'sts.us-gov-west-1.amazonaws.com']]], 'support' => ['endpoints' => ['aws-us-gov-global' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'support.us-gov-west-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'support.us-gov-west-1.amazonaws.com']], 'partitionEndpoint' => 'aws-us-gov-global'], 'swf' => ['endpoints' => ['us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'swf.us-gov-east-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'swf.us-gov-west-1.amazonaws.com']]], 'tagging' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['fips-us-gov-east-1' => ['credentialScope' => ['region' => 'us-gov-east-1'], 'hostname' => 'fips.transcribe.us-gov-east-1.amazonaws.com'], 'fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'fips.transcribe.us-gov-west-1.amazonaws.com'], 'us-gov-east-1' => [], 'us-gov-west-1' => []]], 'translate' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-gov-west-1' => [], 'us-gov-west-1-fips' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com']]], 'waf-regional' => ['endpoints' => ['fips-us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'waf-regional-fips.us-gov-west-1.amazonaws.com'], 'us-gov-west-1' => ['credentialScope' => ['region' => 'us-gov-west-1'], 'hostname' => 'waf-regional.us-gov-west-1.amazonaws.com']]], 'workspaces' => ['endpoints' => ['us-gov-west-1' => []]], 'xray' => ['endpoints' => ['us-gov-east-1' => [], 'us-gov-west-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'c2s.ic.gov', 'partition' => 'aws-iso', 'partitionName' => 'AWS ISO (US)', 'regionRegex' => '^us\\-iso\\-\\w+\\-\\d+$', 'regions' => ['us-iso-east-1' => ['description' => 'US ISO East']], 'services' => ['api.ecr' => ['endpoints' => ['us-iso-east-1' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'api.ecr.us-iso-east-1.c2s.ic.gov']]], 'api.sagemaker' => ['endpoints' => ['us-iso-east-1' => []]], 'apigateway' => ['endpoints' => ['us-iso-east-1' => []]], 'application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-iso-east-1' => []]], 'autoscaling' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'cloudformation' => ['endpoints' => ['us-iso-east-1' => []]], 'cloudtrail' => ['endpoints' => ['us-iso-east-1' => []]], 'codedeploy' => ['endpoints' => ['us-iso-east-1' => []]], 'comprehend' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-iso-east-1' => []]], 'config' => ['endpoints' => ['us-iso-east-1' => []]], 'datapipeline' => ['endpoints' => ['us-iso-east-1' => []]], 'directconnect' => ['endpoints' => ['us-iso-east-1' => []]], 'dms' => ['endpoints' => ['dms-fips' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov'], 'us-iso-east-1' => []]], 'ds' => ['endpoints' => ['us-iso-east-1' => []]], 'dynamodb' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'ec2' => ['endpoints' => ['us-iso-east-1' => []]], 'ecs' => ['endpoints' => ['us-iso-east-1' => []]], 'elasticache' => ['endpoints' => ['us-iso-east-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'elasticmapreduce' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['https']]]], 'es' => ['endpoints' => ['us-iso-east-1' => []]], 'events' => ['endpoints' => ['us-iso-east-1' => []]], 'glacier' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'health' => ['endpoints' => ['us-iso-east-1' => []]], 'iam' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'iam.us-iso-east-1.c2s.ic.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-global'], 'kinesis' => ['endpoints' => ['us-iso-east-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov'], 'us-iso-east-1' => []]], 'lambda' => ['endpoints' => ['us-iso-east-1' => []]], 'logs' => ['endpoints' => ['us-iso-east-1' => []]], 'monitoring' => ['endpoints' => ['us-iso-east-1' => []]], 'rds' => ['endpoints' => ['us-iso-east-1' => []]], 'redshift' => ['endpoints' => ['us-iso-east-1' => []]], 'route53' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'route53.c2s.ic.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-global'], 'runtime.sagemaker' => ['endpoints' => ['us-iso-east-1' => []]], 's3' => ['defaults' => ['signatureVersions' => ['s3v4']], 'endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']]]], 'snowball' => ['endpoints' => ['us-iso-east-1' => []]], 'sns' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'sqs' => ['endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'states' => ['endpoints' => ['us-iso-east-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['us-iso-east-1' => ['protocols' => ['http', 'https']]]], 'sts' => ['endpoints' => ['us-iso-east-1' => []]], 'support' => ['endpoints' => ['aws-iso-global' => ['credentialScope' => ['region' => 'us-iso-east-1'], 'hostname' => 'support.us-iso-east-1.c2s.ic.gov']], 'partitionEndpoint' => 'aws-iso-global'], 'swf' => ['endpoints' => ['us-iso-east-1' => []]], 'transcribe' => ['defaults' => ['protocols' => ['https']], 'endpoints' => ['us-iso-east-1' => []]], 'transcribestreaming' => ['endpoints' => ['us-iso-east-1' => []]], 'workspaces' => ['endpoints' => ['us-iso-east-1' => []]]]], ['defaults' => ['hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => ['https'], 'signatureVersions' => ['v4']], 'dnsSuffix' => 'sc2s.sgov.gov', 'partition' => 'aws-iso-b', 'partitionName' => 'AWS ISOB (US)', 'regionRegex' => '^us\\-isob\\-\\w+\\-\\d+$', 'regions' => ['us-isob-east-1' => ['description' => 'US ISOB East (Ohio)']], 'services' => ['application-autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'autoscaling' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'cloudformation' => ['endpoints' => ['us-isob-east-1' => []]], 'cloudtrail' => ['endpoints' => ['us-isob-east-1' => []]], 'config' => ['endpoints' => ['us-isob-east-1' => []]], 'directconnect' => ['endpoints' => ['us-isob-east-1' => []]], 'dms' => ['endpoints' => ['dms-fips' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov'], 'us-isob-east-1' => []]], 'dynamodb' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'ec2' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'elasticache' => ['endpoints' => ['us-isob-east-1' => []]], 'elasticloadbalancing' => ['endpoints' => ['us-isob-east-1' => ['protocols' => ['https']]]], 'elasticmapreduce' => ['endpoints' => ['us-isob-east-1' => []]], 'events' => ['endpoints' => ['us-isob-east-1' => []]], 'glacier' => ['endpoints' => ['us-isob-east-1' => []]], 'health' => ['endpoints' => ['us-isob-east-1' => []]], 'iam' => ['endpoints' => ['aws-iso-b-global' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'iam.us-isob-east-1.sc2s.sgov.gov']], 'isRegionalized' => \false, 'partitionEndpoint' => 'aws-iso-b-global'], 'kinesis' => ['endpoints' => ['us-isob-east-1' => []]], 'kms' => ['endpoints' => ['ProdFips' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov'], 'us-isob-east-1' => []]], 'lambda' => ['endpoints' => ['us-isob-east-1' => []]], 'license-manager' => ['endpoints' => ['us-isob-east-1' => []]], 'logs' => ['endpoints' => ['us-isob-east-1' => []]], 'monitoring' => ['endpoints' => ['us-isob-east-1' => []]], 'rds' => ['endpoints' => ['us-isob-east-1' => []]], 'redshift' => ['endpoints' => ['us-isob-east-1' => []]], 's3' => ['defaults' => ['protocols' => ['http', 'https'], 'signatureVersions' => ['s3v4']], 'endpoints' => ['us-isob-east-1' => []]], 'snowball' => ['endpoints' => ['us-isob-east-1' => []]], 'sns' => ['defaults' => ['protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'sqs' => ['defaults' => ['protocols' => ['http', 'https'], 'sslCommonName' => '{region}.queue.{dnsSuffix}'], 'endpoints' => ['us-isob-east-1' => []]], 'ssm' => ['endpoints' => ['us-isob-east-1' => []]], 'states' => ['endpoints' => ['us-isob-east-1' => []]], 'streams.dynamodb' => ['defaults' => ['credentialScope' => ['service' => 'dynamodb'], 'protocols' => ['http', 'https']], 'endpoints' => ['us-isob-east-1' => []]], 'sts' => ['endpoints' => ['us-isob-east-1' => []]], 'support' => ['endpoints' => ['aws-iso-b-global' => ['credentialScope' => ['region' => 'us-isob-east-1'], 'hostname' => 'support.us-isob-east-1.sc2s.sgov.gov']], 'partitionEndpoint' => 'aws-iso-b-global'], 'swf' => ['endpoints' => ['us-isob-east-1' => []]]]]], 'version' => 3]; diff --git a/vendor/Aws3/Aws/data/endpoints_prefix_history.json.php b/vendor/Aws3/Aws/data/endpoints_prefix_history.json.php index 851ec2ee..d6e1837e 100644 --- a/vendor/Aws3/Aws/data/endpoints_prefix_history.json.php +++ b/vendor/Aws3/Aws/data/endpoints_prefix_history.json.php @@ -1,4 +1,4 @@ ['api.ecr' => ['ecr'], 'api.sagemaker' => ['sagemaker'], 'ecr' => ['api.ecr'], 'sagemaker' => ['api.sagemaker']]]; +return ['prefix-groups' => ['api.ecr' => ['ecr'], 'api.elastic-inference' => ['elastic-inference'], 'api.sagemaker' => ['sagemaker'], 'ecr' => ['api.ecr'], 'elastic-inference' => ['api.elastic-inference'], 'sagemaker' => ['api.sagemaker']]]; diff --git a/vendor/Aws3/Aws/data/es/2015-01-01/api-2.json.php b/vendor/Aws3/Aws/data/es/2015-01-01/api-2.json.php index 25b188e3..4fe8b707 100644 --- a/vendor/Aws3/Aws/data/es/2015-01-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/es/2015-01-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-01-01', 'endpointPrefix' => 'es', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Elasticsearch Service', 'serviceId' => 'Elasticsearch Service', 'signatureVersion' => 'v4', 'uid' => 'es-2015-01-01'], 'operations' => ['AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/tags'], 'input' => ['shape' => 'AddTagsRequest'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'LimitExceededException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'CancelElasticsearchServiceSoftwareUpdate' => ['name' => 'CancelElasticsearchServiceSoftwareUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/serviceSoftwareUpdate/cancel'], 'input' => ['shape' => 'CancelElasticsearchServiceSoftwareUpdateRequest'], 'output' => ['shape' => 'CancelElasticsearchServiceSoftwareUpdateResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateElasticsearchDomain' => ['name' => 'CreateElasticsearchDomain', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain'], 'input' => ['shape' => 'CreateElasticsearchDomainRequest'], 'output' => ['shape' => 'CreateElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'DisabledOperationException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ValidationException']]], 'DeleteElasticsearchDomain' => ['name' => 'DeleteElasticsearchDomain', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/domain/{DomainName}'], 'input' => ['shape' => 'DeleteElasticsearchDomainRequest'], 'output' => ['shape' => 'DeleteElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteElasticsearchServiceRole' => ['name' => 'DeleteElasticsearchServiceRole', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/role'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchDomain' => ['name' => 'DescribeElasticsearchDomain', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/domain/{DomainName}'], 'input' => ['shape' => 'DescribeElasticsearchDomainRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchDomainConfig' => ['name' => 'DescribeElasticsearchDomainConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/domain/{DomainName}/config'], 'input' => ['shape' => 'DescribeElasticsearchDomainConfigRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainConfigResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchDomains' => ['name' => 'DescribeElasticsearchDomains', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain-info'], 'input' => ['shape' => 'DescribeElasticsearchDomainsRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchInstanceTypeLimits' => ['name' => 'DescribeElasticsearchInstanceTypeLimits', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}'], 'input' => ['shape' => 'DescribeElasticsearchInstanceTypeLimitsRequest'], 'output' => ['shape' => 'DescribeElasticsearchInstanceTypeLimitsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeReservedElasticsearchInstanceOfferings' => ['name' => 'DescribeReservedElasticsearchInstanceOfferings', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/reservedInstanceOfferings'], 'input' => ['shape' => 'DescribeReservedElasticsearchInstanceOfferingsRequest'], 'output' => ['shape' => 'DescribeReservedElasticsearchInstanceOfferingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'DisabledOperationException'], ['shape' => 'InternalException']]], 'DescribeReservedElasticsearchInstances' => ['name' => 'DescribeReservedElasticsearchInstances', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/reservedInstances'], 'input' => ['shape' => 'DescribeReservedElasticsearchInstancesRequest'], 'output' => ['shape' => 'DescribeReservedElasticsearchInstancesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException'], ['shape' => 'DisabledOperationException']]], 'GetCompatibleElasticsearchVersions' => ['name' => 'GetCompatibleElasticsearchVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/compatibleVersions'], 'input' => ['shape' => 'GetCompatibleElasticsearchVersionsRequest'], 'output' => ['shape' => 'GetCompatibleElasticsearchVersionsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'GetUpgradeHistory' => ['name' => 'GetUpgradeHistory', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/upgradeDomain/{DomainName}/history'], 'input' => ['shape' => 'GetUpgradeHistoryRequest'], 'output' => ['shape' => 'GetUpgradeHistoryResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'GetUpgradeStatus' => ['name' => 'GetUpgradeStatus', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/upgradeDomain/{DomainName}/status'], 'input' => ['shape' => 'GetUpgradeStatusRequest'], 'output' => ['shape' => 'GetUpgradeStatusResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'ListDomainNames' => ['name' => 'ListDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/domain'], 'output' => ['shape' => 'ListDomainNamesResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ValidationException']]], 'ListElasticsearchInstanceTypes' => ['name' => 'ListElasticsearchInstanceTypes', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/instanceTypes/{ElasticsearchVersion}'], 'input' => ['shape' => 'ListElasticsearchInstanceTypesRequest'], 'output' => ['shape' => 'ListElasticsearchInstanceTypesResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListElasticsearchVersions' => ['name' => 'ListElasticsearchVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/versions'], 'input' => ['shape' => 'ListElasticsearchVersionsRequest'], 'output' => ['shape' => 'ListElasticsearchVersionsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/tags/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'PurchaseReservedElasticsearchInstanceOffering' => ['name' => 'PurchaseReservedElasticsearchInstanceOffering', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/purchaseReservedInstanceOffering'], 'input' => ['shape' => 'PurchaseReservedElasticsearchInstanceOfferingRequest'], 'output' => ['shape' => 'PurchaseReservedElasticsearchInstanceOfferingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/tags-removal'], 'input' => ['shape' => 'RemoveTagsRequest'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'StartElasticsearchServiceSoftwareUpdate' => ['name' => 'StartElasticsearchServiceSoftwareUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/serviceSoftwareUpdate/start'], 'input' => ['shape' => 'StartElasticsearchServiceSoftwareUpdateRequest'], 'output' => ['shape' => 'StartElasticsearchServiceSoftwareUpdateResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateElasticsearchDomainConfig' => ['name' => 'UpdateElasticsearchDomainConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain/{DomainName}/config'], 'input' => ['shape' => 'UpdateElasticsearchDomainConfigRequest'], 'output' => ['shape' => 'UpdateElasticsearchDomainConfigResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpgradeElasticsearchDomain' => ['name' => 'UpgradeElasticsearchDomain', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/upgradeDomain'], 'input' => ['shape' => 'UpgradeElasticsearchDomainRequest'], 'output' => ['shape' => 'UpgradeElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AccessPoliciesStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'PolicyDocument'], 'Status' => ['shape' => 'OptionStatus']]], 'AddTagsRequest' => ['type' => 'structure', 'required' => ['ARN', 'TagList'], 'members' => ['ARN' => ['shape' => 'ARN'], 'TagList' => ['shape' => 'TagList']]], 'AdditionalLimit' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValues' => ['shape' => 'LimitValueList']]], 'AdditionalLimitList' => ['type' => 'list', 'member' => ['shape' => 'AdditionalLimit']], 'AdvancedOptions' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'AdvancedOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'AdvancedOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'AdvancedSecurityOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'InternalUserDatabaseEnabled' => ['shape' => 'Boolean']]], 'AdvancedSecurityOptionsInput' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'InternalUserDatabaseEnabled' => ['shape' => 'Boolean'], 'MasterUserOptions' => ['shape' => 'MasterUserOptions']]], 'AdvancedSecurityOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'AdvancedSecurityOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'BaseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'CancelElasticsearchServiceSoftwareUpdateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'CancelElasticsearchServiceSoftwareUpdateResponse' => ['type' => 'structure', 'members' => ['ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions']]], 'CloudWatchLogsLogGroupArn' => ['type' => 'string'], 'CognitoOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'UserPoolId' => ['shape' => 'UserPoolId'], 'IdentityPoolId' => ['shape' => 'IdentityPoolId'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CognitoOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'CognitoOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'CompatibleElasticsearchVersionsList' => ['type' => 'list', 'member' => ['shape' => 'CompatibleVersionsMap']], 'CompatibleVersionsMap' => ['type' => 'structure', 'members' => ['SourceVersion' => ['shape' => 'ElasticsearchVersionString'], 'TargetVersions' => ['shape' => 'ElasticsearchVersionList']]], 'CreateElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCOptions'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsInput']]], 'CreateElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'DeleteElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DeleteElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'DeploymentCloseDateTimeStamp' => ['type' => 'timestamp'], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['PENDING_UPDATE', 'IN_PROGRESS', 'COMPLETED', 'NOT_ELIGIBLE', 'ELIGIBLE']], 'DescribeElasticsearchDomainConfigRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DescribeElasticsearchDomainConfigResponse' => ['type' => 'structure', 'required' => ['DomainConfig'], 'members' => ['DomainConfig' => ['shape' => 'ElasticsearchDomainConfig']]], 'DescribeElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DescribeElasticsearchDomainResponse' => ['type' => 'structure', 'required' => ['DomainStatus'], 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'DescribeElasticsearchDomainsRequest' => ['type' => 'structure', 'required' => ['DomainNames'], 'members' => ['DomainNames' => ['shape' => 'DomainNameList']]], 'DescribeElasticsearchDomainsResponse' => ['type' => 'structure', 'required' => ['DomainStatusList'], 'members' => ['DomainStatusList' => ['shape' => 'ElasticsearchDomainStatusList']]], 'DescribeElasticsearchInstanceTypeLimitsRequest' => ['type' => 'structure', 'required' => ['InstanceType', 'ElasticsearchVersion'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName'], 'InstanceType' => ['shape' => 'ESPartitionInstanceType', 'location' => 'uri', 'locationName' => 'InstanceType'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString', 'location' => 'uri', 'locationName' => 'ElasticsearchVersion']]], 'DescribeElasticsearchInstanceTypeLimitsResponse' => ['type' => 'structure', 'members' => ['LimitsByRole' => ['shape' => 'LimitsByRole']]], 'DescribeReservedElasticsearchInstanceOfferingsRequest' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID', 'location' => 'querystring', 'locationName' => 'offeringId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeReservedElasticsearchInstanceOfferingsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ReservedElasticsearchInstanceOfferings' => ['shape' => 'ReservedElasticsearchInstanceOfferingList']]], 'DescribeReservedElasticsearchInstancesRequest' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceId' => ['shape' => 'GUID', 'location' => 'querystring', 'locationName' => 'reservationId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeReservedElasticsearchInstancesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String'], 'ReservedElasticsearchInstances' => ['shape' => 'ReservedElasticsearchInstanceList']]], 'DisabledOperationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DomainEndpointOptions' => ['type' => 'structure', 'members' => ['EnforceHTTPS' => ['shape' => 'Boolean'], 'TLSSecurityPolicy' => ['shape' => 'TLSSecurityPolicy']]], 'DomainEndpointOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'DomainEndpointOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'DomainId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DomainInfo' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DomainInfoList' => ['type' => 'list', 'member' => ['shape' => 'DomainInfo']], 'DomainName' => ['type' => 'string', 'max' => 28, 'min' => 3, 'pattern' => '[a-z][a-z0-9\\-]+'], 'DomainNameList' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'Double' => ['type' => 'double'], 'EBSOptions' => ['type' => 'structure', 'members' => ['EBSEnabled' => ['shape' => 'Boolean'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeSize' => ['shape' => 'IntegerClass'], 'Iops' => ['shape' => 'IntegerClass']]], 'EBSOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'EBSOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'ESPartitionInstanceType' => ['type' => 'string', 'enum' => ['m3.medium.elasticsearch', 'm3.large.elasticsearch', 'm3.xlarge.elasticsearch', 'm3.2xlarge.elasticsearch', 'm4.large.elasticsearch', 'm4.xlarge.elasticsearch', 'm4.2xlarge.elasticsearch', 'm4.4xlarge.elasticsearch', 'm4.10xlarge.elasticsearch', 'm5.large.elasticsearch', 'm5.xlarge.elasticsearch', 'm5.2xlarge.elasticsearch', 'm5.4xlarge.elasticsearch', 'm5.12xlarge.elasticsearch', 'r5.large.elasticsearch', 'r5.xlarge.elasticsearch', 'r5.2xlarge.elasticsearch', 'r5.4xlarge.elasticsearch', 'r5.12xlarge.elasticsearch', 'c5.large.elasticsearch', 'c5.xlarge.elasticsearch', 'c5.2xlarge.elasticsearch', 'c5.4xlarge.elasticsearch', 'c5.9xlarge.elasticsearch', 'c5.18xlarge.elasticsearch', 'ultrawarm1.medium.elasticsearch', 'ultrawarm1.large.elasticsearch', 't2.micro.elasticsearch', 't2.small.elasticsearch', 't2.medium.elasticsearch', 'r3.large.elasticsearch', 'r3.xlarge.elasticsearch', 'r3.2xlarge.elasticsearch', 'r3.4xlarge.elasticsearch', 'r3.8xlarge.elasticsearch', 'i2.xlarge.elasticsearch', 'i2.2xlarge.elasticsearch', 'd2.xlarge.elasticsearch', 'd2.2xlarge.elasticsearch', 'd2.4xlarge.elasticsearch', 'd2.8xlarge.elasticsearch', 'c4.large.elasticsearch', 'c4.xlarge.elasticsearch', 'c4.2xlarge.elasticsearch', 'c4.4xlarge.elasticsearch', 'c4.8xlarge.elasticsearch', 'r4.large.elasticsearch', 'r4.xlarge.elasticsearch', 'r4.2xlarge.elasticsearch', 'r4.4xlarge.elasticsearch', 'r4.8xlarge.elasticsearch', 'r4.16xlarge.elasticsearch', 'i3.large.elasticsearch', 'i3.xlarge.elasticsearch', 'i3.2xlarge.elasticsearch', 'i3.4xlarge.elasticsearch', 'i3.8xlarge.elasticsearch', 'i3.16xlarge.elasticsearch']], 'ESWarmPartitionInstanceType' => ['type' => 'string', 'enum' => ['ultrawarm1.medium.elasticsearch', 'ultrawarm1.large.elasticsearch']], 'ElasticsearchClusterConfig' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'ESPartitionInstanceType'], 'InstanceCount' => ['shape' => 'IntegerClass'], 'DedicatedMasterEnabled' => ['shape' => 'Boolean'], 'ZoneAwarenessEnabled' => ['shape' => 'Boolean'], 'ZoneAwarenessConfig' => ['shape' => 'ZoneAwarenessConfig'], 'DedicatedMasterType' => ['shape' => 'ESPartitionInstanceType'], 'DedicatedMasterCount' => ['shape' => 'IntegerClass'], 'WarmEnabled' => ['shape' => 'Boolean'], 'WarmType' => ['shape' => 'ESWarmPartitionInstanceType'], 'WarmCount' => ['shape' => 'IntegerClass']]], 'ElasticsearchClusterConfigStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'ElasticsearchClusterConfig'], 'Status' => ['shape' => 'OptionStatus']]], 'ElasticsearchDomainConfig' => ['type' => 'structure', 'members' => ['ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionStatus'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfigStatus'], 'EBSOptions' => ['shape' => 'EBSOptionsStatus'], 'AccessPolicies' => ['shape' => 'AccessPoliciesStatus'], 'SnapshotOptions' => ['shape' => 'SnapshotOptionsStatus'], 'VPCOptions' => ['shape' => 'VPCDerivedInfoStatus'], 'CognitoOptions' => ['shape' => 'CognitoOptionsStatus'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptionsStatus'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptionsStatus'], 'AdvancedOptions' => ['shape' => 'AdvancedOptionsStatus'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptionsStatus'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptionsStatus'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsStatus']]], 'ElasticsearchDomainStatus' => ['type' => 'structure', 'required' => ['DomainId', 'DomainName', 'ARN', 'ElasticsearchClusterConfig'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'ARN' => ['shape' => 'ARN'], 'Created' => ['shape' => 'Boolean'], 'Deleted' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'ServiceUrl'], 'Endpoints' => ['shape' => 'EndpointsMap'], 'Processing' => ['shape' => 'Boolean'], 'UpgradeProcessing' => ['shape' => 'Boolean'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCDerivedInfo'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptions']]], 'ElasticsearchDomainStatusList' => ['type' => 'list', 'member' => ['shape' => 'ElasticsearchDomainStatus']], 'ElasticsearchInstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ESPartitionInstanceType']], 'ElasticsearchVersionList' => ['type' => 'list', 'member' => ['shape' => 'ElasticsearchVersionString']], 'ElasticsearchVersionStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'ElasticsearchVersionString'], 'Status' => ['shape' => 'OptionStatus']]], 'ElasticsearchVersionString' => ['type' => 'string'], 'EncryptionAtRestOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'EncryptionAtRestOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'EncryptionAtRestOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'EndpointsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ServiceUrl']], 'ErrorMessage' => ['type' => 'string'], 'GUID' => ['type' => 'string', 'pattern' => '\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}'], 'GetCompatibleElasticsearchVersionsRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName']]], 'GetCompatibleElasticsearchVersionsResponse' => ['type' => 'structure', 'members' => ['CompatibleElasticsearchVersions' => ['shape' => 'CompatibleElasticsearchVersionsList']]], 'GetUpgradeHistoryRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetUpgradeHistoryResponse' => ['type' => 'structure', 'members' => ['UpgradeHistories' => ['shape' => 'UpgradeHistoryList'], 'NextToken' => ['shape' => 'String']]], 'GetUpgradeStatusRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'GetUpgradeStatusResponse' => ['type' => 'structure', 'members' => ['UpgradeStep' => ['shape' => 'UpgradeStep'], 'StepStatus' => ['shape' => 'UpgradeStatus'], 'UpgradeName' => ['shape' => 'UpgradeName']]], 'IdentityPoolId' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+:[0-9a-f-]+'], 'InstanceCount' => ['type' => 'integer', 'min' => 1], 'InstanceCountLimits' => ['type' => 'structure', 'members' => ['MinimumInstanceCount' => ['shape' => 'MinimumInstanceCount'], 'MaximumInstanceCount' => ['shape' => 'MaximumInstanceCount']]], 'InstanceLimits' => ['type' => 'structure', 'members' => ['InstanceCountLimits' => ['shape' => 'InstanceCountLimits']]], 'InstanceRole' => ['type' => 'string'], 'Integer' => ['type' => 'integer'], 'IntegerClass' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidTypeException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'Issue' => ['type' => 'string'], 'Issues' => ['type' => 'list', 'member' => ['shape' => 'Issue']], 'KmsKeyId' => ['type' => 'string', 'max' => 500, 'min' => 1], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'LimitName' => ['type' => 'string'], 'LimitValue' => ['type' => 'string'], 'LimitValueList' => ['type' => 'list', 'member' => ['shape' => 'LimitValue']], 'Limits' => ['type' => 'structure', 'members' => ['StorageTypes' => ['shape' => 'StorageTypeList'], 'InstanceLimits' => ['shape' => 'InstanceLimits'], 'AdditionalLimits' => ['shape' => 'AdditionalLimitList']]], 'LimitsByRole' => ['type' => 'map', 'key' => ['shape' => 'InstanceRole'], 'value' => ['shape' => 'Limits']], 'ListDomainNamesResponse' => ['type' => 'structure', 'members' => ['DomainNames' => ['shape' => 'DomainInfoList']]], 'ListElasticsearchInstanceTypesRequest' => ['type' => 'structure', 'required' => ['ElasticsearchVersion'], 'members' => ['ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString', 'location' => 'uri', 'locationName' => 'ElasticsearchVersion'], 'DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListElasticsearchInstanceTypesResponse' => ['type' => 'structure', 'members' => ['ElasticsearchInstanceTypes' => ['shape' => 'ElasticsearchInstanceTypeList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListElasticsearchVersionsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListElasticsearchVersionsResponse' => ['type' => 'structure', 'members' => ['ElasticsearchVersions' => ['shape' => 'ElasticsearchVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'arn']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'LogPublishingOption' => ['type' => 'structure', 'members' => ['CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn'], 'Enabled' => ['shape' => 'Boolean']]], 'LogPublishingOptions' => ['type' => 'map', 'key' => ['shape' => 'LogType'], 'value' => ['shape' => 'LogPublishingOption']], 'LogPublishingOptionsStatus' => ['type' => 'structure', 'members' => ['Options' => ['shape' => 'LogPublishingOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'LogType' => ['type' => 'string', 'enum' => ['INDEX_SLOW_LOGS', 'SEARCH_SLOW_LOGS', 'ES_APPLICATION_LOGS']], 'MasterUserOptions' => ['type' => 'structure', 'members' => ['MasterUserARN' => ['shape' => 'ARN'], 'MasterUserName' => ['shape' => 'Username'], 'MasterUserPassword' => ['shape' => 'Password']]], 'MaxResults' => ['type' => 'integer', 'max' => 100], 'MaximumInstanceCount' => ['type' => 'integer'], 'MinimumInstanceCount' => ['type' => 'integer'], 'NextToken' => ['type' => 'string'], 'NodeToNodeEncryptionOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'NodeToNodeEncryptionOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'NodeToNodeEncryptionOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'OptionState' => ['type' => 'string', 'enum' => ['RequiresIndexDocuments', 'Processing', 'Active']], 'OptionStatus' => ['type' => 'structure', 'required' => ['CreationDate', 'UpdateDate', 'State'], 'members' => ['CreationDate' => ['shape' => 'UpdateTimestamp'], 'UpdateDate' => ['shape' => 'UpdateTimestamp'], 'UpdateVersion' => ['shape' => 'UIntValue'], 'State' => ['shape' => 'OptionState'], 'PendingDeletion' => ['shape' => 'Boolean']]], 'Password' => ['type' => 'string', 'min' => 8, 'sensitive' => \true], 'PolicyDocument' => ['type' => 'string'], 'PurchaseReservedElasticsearchInstanceOfferingRequest' => ['type' => 'structure', 'required' => ['ReservedElasticsearchInstanceOfferingId', 'ReservationName'], 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID'], 'ReservationName' => ['shape' => 'ReservationToken'], 'InstanceCount' => ['shape' => 'InstanceCount']]], 'PurchaseReservedElasticsearchInstanceOfferingResponse' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceId' => ['shape' => 'GUID'], 'ReservationName' => ['shape' => 'ReservationToken']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']]], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge']], 'RemoveTagsRequest' => ['type' => 'structure', 'required' => ['ARN', 'TagKeys'], 'members' => ['ARN' => ['shape' => 'ARN'], 'TagKeys' => ['shape' => 'StringList']]], 'ReservationToken' => ['type' => 'string', 'max' => 64, 'min' => 5], 'ReservedElasticsearchInstance' => ['type' => 'structure', 'members' => ['ReservationName' => ['shape' => 'ReservationToken'], 'ReservedElasticsearchInstanceId' => ['shape' => 'GUID'], 'ReservedElasticsearchInstanceOfferingId' => ['shape' => 'String'], 'ElasticsearchInstanceType' => ['shape' => 'ESPartitionInstanceType'], 'StartTime' => ['shape' => 'UpdateTimestamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'ElasticsearchInstanceCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'String'], 'PaymentOption' => ['shape' => 'ReservedElasticsearchInstancePaymentOption'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']]], 'ReservedElasticsearchInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReservedElasticsearchInstance']], 'ReservedElasticsearchInstanceOffering' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID'], 'ElasticsearchInstanceType' => ['shape' => 'ESPartitionInstanceType'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'PaymentOption' => ['shape' => 'ReservedElasticsearchInstancePaymentOption'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']]], 'ReservedElasticsearchInstanceOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedElasticsearchInstanceOffering']], 'ReservedElasticsearchInstancePaymentOption' => ['type' => 'string', 'enum' => ['ALL_UPFRONT', 'PARTIAL_UPFRONT', 'NO_UPFRONT']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'ServiceSoftwareOptions' => ['type' => 'structure', 'members' => ['CurrentVersion' => ['shape' => 'String'], 'NewVersion' => ['shape' => 'String'], 'UpdateAvailable' => ['shape' => 'Boolean'], 'Cancellable' => ['shape' => 'Boolean'], 'UpdateStatus' => ['shape' => 'DeploymentStatus'], 'Description' => ['shape' => 'String'], 'AutomatedUpdateDate' => ['shape' => 'DeploymentCloseDateTimeStamp']]], 'ServiceUrl' => ['type' => 'string'], 'SnapshotOptions' => ['type' => 'structure', 'members' => ['AutomatedSnapshotStartHour' => ['shape' => 'IntegerClass']]], 'SnapshotOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'SnapshotOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'StartElasticsearchServiceSoftwareUpdateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'StartElasticsearchServiceSoftwareUpdateResponse' => ['type' => 'structure', 'members' => ['ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions']]], 'StartTimestamp' => ['type' => 'timestamp'], 'StorageSubTypeName' => ['type' => 'string'], 'StorageType' => ['type' => 'structure', 'members' => ['StorageTypeName' => ['shape' => 'StorageTypeName'], 'StorageSubTypeName' => ['shape' => 'StorageSubTypeName'], 'StorageTypeLimits' => ['shape' => 'StorageTypeLimitList']]], 'StorageTypeLimit' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValues' => ['shape' => 'LimitValueList']]], 'StorageTypeLimitList' => ['type' => 'list', 'member' => ['shape' => 'StorageTypeLimit']], 'StorageTypeList' => ['type' => 'list', 'member' => ['shape' => 'StorageType']], 'StorageTypeName' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TLSSecurityPolicy' => ['type' => 'string', 'enum' => ['Policy-Min-TLS-1-0-2019-07', 'Policy-Min-TLS-1-2-2019-07']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'UIntValue' => ['type' => 'integer', 'min' => 0], 'UpdateElasticsearchDomainConfigRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCOptions'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsInput']]], 'UpdateElasticsearchDomainConfigResponse' => ['type' => 'structure', 'required' => ['DomainConfig'], 'members' => ['DomainConfig' => ['shape' => 'ElasticsearchDomainConfig']]], 'UpdateTimestamp' => ['type' => 'timestamp'], 'UpgradeElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'TargetVersion'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TargetVersion' => ['shape' => 'ElasticsearchVersionString'], 'PerformCheckOnly' => ['shape' => 'Boolean']]], 'UpgradeElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TargetVersion' => ['shape' => 'ElasticsearchVersionString'], 'PerformCheckOnly' => ['shape' => 'Boolean']]], 'UpgradeHistory' => ['type' => 'structure', 'members' => ['UpgradeName' => ['shape' => 'UpgradeName'], 'StartTimestamp' => ['shape' => 'StartTimestamp'], 'UpgradeStatus' => ['shape' => 'UpgradeStatus'], 'StepsList' => ['shape' => 'UpgradeStepsList']]], 'UpgradeHistoryList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeHistory']], 'UpgradeName' => ['type' => 'string'], 'UpgradeStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'SUCCEEDED_WITH_ISSUES', 'FAILED']], 'UpgradeStep' => ['type' => 'string', 'enum' => ['PRE_UPGRADE_CHECK', 'SNAPSHOT', 'UPGRADE']], 'UpgradeStepItem' => ['type' => 'structure', 'members' => ['UpgradeStep' => ['shape' => 'UpgradeStep'], 'UpgradeStepStatus' => ['shape' => 'UpgradeStatus'], 'Issues' => ['shape' => 'Issues'], 'ProgressPercent' => ['shape' => 'Double']]], 'UpgradeStepsList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeStepItem']], 'UserPoolId' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'Username' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'VPCDerivedInfo' => ['type' => 'structure', 'members' => ['VPCId' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'StringList'], 'AvailabilityZones' => ['shape' => 'StringList'], 'SecurityGroupIds' => ['shape' => 'StringList']]], 'VPCDerivedInfoStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'VPCDerivedInfo'], 'Status' => ['shape' => 'OptionStatus']]], 'VPCOptions' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'StringList'], 'SecurityGroupIds' => ['shape' => 'StringList']]], 'ValidationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'VolumeType' => ['type' => 'string', 'enum' => ['standard', 'gp2', 'io1']], 'ZoneAwarenessConfig' => ['type' => 'structure', 'members' => ['AvailabilityZoneCount' => ['shape' => 'IntegerClass']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-01-01', 'endpointPrefix' => 'es', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Elasticsearch Service', 'serviceId' => 'Elasticsearch Service', 'signatureVersion' => 'v4', 'uid' => 'es-2015-01-01'], 'operations' => ['AcceptInboundCrossClusterSearchConnection' => ['name' => 'AcceptInboundCrossClusterSearchConnection', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/accept'], 'input' => ['shape' => 'AcceptInboundCrossClusterSearchConnectionRequest'], 'output' => ['shape' => 'AcceptInboundCrossClusterSearchConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'DisabledOperationException']]], 'AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/tags'], 'input' => ['shape' => 'AddTagsRequest'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'LimitExceededException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'AssociatePackage' => ['name' => 'AssociatePackage', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/packages/associate/{PackageID}/{DomainName}'], 'input' => ['shape' => 'AssociatePackageRequest'], 'output' => ['shape' => 'AssociatePackageResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ConflictException']]], 'CancelElasticsearchServiceSoftwareUpdate' => ['name' => 'CancelElasticsearchServiceSoftwareUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/serviceSoftwareUpdate/cancel'], 'input' => ['shape' => 'CancelElasticsearchServiceSoftwareUpdateRequest'], 'output' => ['shape' => 'CancelElasticsearchServiceSoftwareUpdateResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateElasticsearchDomain' => ['name' => 'CreateElasticsearchDomain', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain'], 'input' => ['shape' => 'CreateElasticsearchDomainRequest'], 'output' => ['shape' => 'CreateElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'DisabledOperationException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ValidationException']]], 'CreateOutboundCrossClusterSearchConnection' => ['name' => 'CreateOutboundCrossClusterSearchConnection', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/ccs/outboundConnection'], 'input' => ['shape' => 'CreateOutboundCrossClusterSearchConnectionRequest'], 'output' => ['shape' => 'CreateOutboundCrossClusterSearchConnectionResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'DisabledOperationException']]], 'CreatePackage' => ['name' => 'CreatePackage', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/packages'], 'input' => ['shape' => 'CreatePackageRequest'], 'output' => ['shape' => 'CreatePackageResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidTypeException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException']]], 'DeleteElasticsearchDomain' => ['name' => 'DeleteElasticsearchDomain', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/domain/{DomainName}'], 'input' => ['shape' => 'DeleteElasticsearchDomainRequest'], 'output' => ['shape' => 'DeleteElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteElasticsearchServiceRole' => ['name' => 'DeleteElasticsearchServiceRole', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/role'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException']]], 'DeleteInboundCrossClusterSearchConnection' => ['name' => 'DeleteInboundCrossClusterSearchConnection', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/ccs/inboundConnection/{ConnectionId}'], 'input' => ['shape' => 'DeleteInboundCrossClusterSearchConnectionRequest'], 'output' => ['shape' => 'DeleteInboundCrossClusterSearchConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException']]], 'DeleteOutboundCrossClusterSearchConnection' => ['name' => 'DeleteOutboundCrossClusterSearchConnection', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/es/ccs/outboundConnection/{ConnectionId}'], 'input' => ['shape' => 'DeleteOutboundCrossClusterSearchConnectionRequest'], 'output' => ['shape' => 'DeleteOutboundCrossClusterSearchConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException']]], 'DeletePackage' => ['name' => 'DeletePackage', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-01-01/packages/{PackageID}'], 'input' => ['shape' => 'DeletePackageRequest'], 'output' => ['shape' => 'DeletePackageResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ConflictException']]], 'DescribeElasticsearchDomain' => ['name' => 'DescribeElasticsearchDomain', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/domain/{DomainName}'], 'input' => ['shape' => 'DescribeElasticsearchDomainRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchDomainConfig' => ['name' => 'DescribeElasticsearchDomainConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/domain/{DomainName}/config'], 'input' => ['shape' => 'DescribeElasticsearchDomainConfigRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainConfigResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchDomains' => ['name' => 'DescribeElasticsearchDomains', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain-info'], 'input' => ['shape' => 'DescribeElasticsearchDomainsRequest'], 'output' => ['shape' => 'DescribeElasticsearchDomainsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException']]], 'DescribeElasticsearchInstanceTypeLimits' => ['name' => 'DescribeElasticsearchInstanceTypeLimits', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}'], 'input' => ['shape' => 'DescribeElasticsearchInstanceTypeLimitsRequest'], 'output' => ['shape' => 'DescribeElasticsearchInstanceTypeLimitsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeInboundCrossClusterSearchConnections' => ['name' => 'DescribeInboundCrossClusterSearchConnections', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/ccs/inboundConnection/search'], 'input' => ['shape' => 'DescribeInboundCrossClusterSearchConnectionsRequest'], 'output' => ['shape' => 'DescribeInboundCrossClusterSearchConnectionsResponse'], 'errors' => [['shape' => 'InvalidPaginationTokenException'], ['shape' => 'DisabledOperationException']]], 'DescribeOutboundCrossClusterSearchConnections' => ['name' => 'DescribeOutboundCrossClusterSearchConnections', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/ccs/outboundConnection/search'], 'input' => ['shape' => 'DescribeOutboundCrossClusterSearchConnectionsRequest'], 'output' => ['shape' => 'DescribeOutboundCrossClusterSearchConnectionsResponse'], 'errors' => [['shape' => 'InvalidPaginationTokenException'], ['shape' => 'DisabledOperationException']]], 'DescribePackages' => ['name' => 'DescribePackages', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/packages/describe'], 'input' => ['shape' => 'DescribePackagesRequest'], 'output' => ['shape' => 'DescribePackagesResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException']]], 'DescribeReservedElasticsearchInstanceOfferings' => ['name' => 'DescribeReservedElasticsearchInstanceOfferings', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/reservedInstanceOfferings'], 'input' => ['shape' => 'DescribeReservedElasticsearchInstanceOfferingsRequest'], 'output' => ['shape' => 'DescribeReservedElasticsearchInstanceOfferingsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'DisabledOperationException'], ['shape' => 'InternalException']]], 'DescribeReservedElasticsearchInstances' => ['name' => 'DescribeReservedElasticsearchInstances', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/reservedInstances'], 'input' => ['shape' => 'DescribeReservedElasticsearchInstancesRequest'], 'output' => ['shape' => 'DescribeReservedElasticsearchInstancesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ValidationException'], ['shape' => 'DisabledOperationException']]], 'DissociatePackage' => ['name' => 'DissociatePackage', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/packages/dissociate/{PackageID}/{DomainName}'], 'input' => ['shape' => 'DissociatePackageRequest'], 'output' => ['shape' => 'DissociatePackageResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ConflictException']]], 'GetCompatibleElasticsearchVersions' => ['name' => 'GetCompatibleElasticsearchVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/compatibleVersions'], 'input' => ['shape' => 'GetCompatibleElasticsearchVersionsRequest'], 'output' => ['shape' => 'GetCompatibleElasticsearchVersionsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'GetUpgradeHistory' => ['name' => 'GetUpgradeHistory', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/upgradeDomain/{DomainName}/history'], 'input' => ['shape' => 'GetUpgradeHistoryRequest'], 'output' => ['shape' => 'GetUpgradeHistoryResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'GetUpgradeStatus' => ['name' => 'GetUpgradeStatus', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/upgradeDomain/{DomainName}/status'], 'input' => ['shape' => 'GetUpgradeStatusRequest'], 'output' => ['shape' => 'GetUpgradeStatusResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'ListDomainNames' => ['name' => 'ListDomainNames', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/domain'], 'output' => ['shape' => 'ListDomainNamesResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ValidationException']]], 'ListDomainsForPackage' => ['name' => 'ListDomainsForPackage', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/packages/{PackageID}/domains'], 'input' => ['shape' => 'ListDomainsForPackageRequest'], 'output' => ['shape' => 'ListDomainsForPackageResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException']]], 'ListElasticsearchInstanceTypes' => ['name' => 'ListElasticsearchInstanceTypes', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/instanceTypes/{ElasticsearchVersion}'], 'input' => ['shape' => 'ListElasticsearchInstanceTypesRequest'], 'output' => ['shape' => 'ListElasticsearchInstanceTypesResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListElasticsearchVersions' => ['name' => 'ListElasticsearchVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/es/versions'], 'input' => ['shape' => 'ListElasticsearchVersionsRequest'], 'output' => ['shape' => 'ListElasticsearchVersionsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ListPackagesForDomain' => ['name' => 'ListPackagesForDomain', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/domain/{DomainName}/packages'], 'input' => ['shape' => 'ListPackagesForDomainRequest'], 'output' => ['shape' => 'ListPackagesForDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/2015-01-01/tags/'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'PurchaseReservedElasticsearchInstanceOffering' => ['name' => 'PurchaseReservedElasticsearchInstanceOffering', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/purchaseReservedInstanceOffering'], 'input' => ['shape' => 'PurchaseReservedElasticsearchInstanceOfferingRequest'], 'output' => ['shape' => 'PurchaseReservedElasticsearchInstanceOfferingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'RejectInboundCrossClusterSearchConnection' => ['name' => 'RejectInboundCrossClusterSearchConnection', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/reject'], 'input' => ['shape' => 'RejectInboundCrossClusterSearchConnectionRequest'], 'output' => ['shape' => 'RejectInboundCrossClusterSearchConnectionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DisabledOperationException']]], 'RemoveTags' => ['name' => 'RemoveTags', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/tags-removal'], 'input' => ['shape' => 'RemoveTagsRequest'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]], 'StartElasticsearchServiceSoftwareUpdate' => ['name' => 'StartElasticsearchServiceSoftwareUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/serviceSoftwareUpdate/start'], 'input' => ['shape' => 'StartElasticsearchServiceSoftwareUpdateRequest'], 'output' => ['shape' => 'StartElasticsearchServiceSoftwareUpdateResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateElasticsearchDomainConfig' => ['name' => 'UpdateElasticsearchDomainConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/domain/{DomainName}/config'], 'input' => ['shape' => 'UpdateElasticsearchDomainConfigRequest'], 'output' => ['shape' => 'UpdateElasticsearchDomainConfigResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpgradeElasticsearchDomain' => ['name' => 'UpgradeElasticsearchDomain', 'http' => ['method' => 'POST', 'requestUri' => '/2015-01-01/es/upgradeDomain'], 'input' => ['shape' => 'UpgradeElasticsearchDomainRequest'], 'output' => ['shape' => 'UpgradeElasticsearchDomainResponse'], 'errors' => [['shape' => 'BaseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'DisabledOperationException'], ['shape' => 'ValidationException'], ['shape' => 'InternalException']]]], 'shapes' => ['ARN' => ['type' => 'string'], 'AcceptInboundCrossClusterSearchConnectionRequest' => ['type' => 'structure', 'required' => ['CrossClusterSearchConnectionId'], 'members' => ['CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId', 'location' => 'uri', 'locationName' => 'ConnectionId']]], 'AcceptInboundCrossClusterSearchConnectionResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnection' => ['shape' => 'InboundCrossClusterSearchConnection']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccessPoliciesStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'PolicyDocument'], 'Status' => ['shape' => 'OptionStatus']]], 'AddTagsRequest' => ['type' => 'structure', 'required' => ['ARN', 'TagList'], 'members' => ['ARN' => ['shape' => 'ARN'], 'TagList' => ['shape' => 'TagList']]], 'AdditionalLimit' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValues' => ['shape' => 'LimitValueList']]], 'AdditionalLimitList' => ['type' => 'list', 'member' => ['shape' => 'AdditionalLimit']], 'AdvancedOptions' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'AdvancedOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'AdvancedOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'AdvancedSecurityOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'InternalUserDatabaseEnabled' => ['shape' => 'Boolean']]], 'AdvancedSecurityOptionsInput' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'InternalUserDatabaseEnabled' => ['shape' => 'Boolean'], 'MasterUserOptions' => ['shape' => 'MasterUserOptions']]], 'AdvancedSecurityOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'AdvancedSecurityOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'AssociatePackageRequest' => ['type' => 'structure', 'required' => ['PackageID', 'DomainName'], 'members' => ['PackageID' => ['shape' => 'PackageID', 'location' => 'uri', 'locationName' => 'PackageID'], 'DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'AssociatePackageResponse' => ['type' => 'structure', 'members' => ['DomainPackageDetails' => ['shape' => 'DomainPackageDetails']]], 'BaseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'CancelElasticsearchServiceSoftwareUpdateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'CancelElasticsearchServiceSoftwareUpdateResponse' => ['type' => 'structure', 'members' => ['ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions']]], 'CloudWatchLogsLogGroupArn' => ['type' => 'string'], 'CognitoOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'UserPoolId' => ['shape' => 'UserPoolId'], 'IdentityPoolId' => ['shape' => 'IdentityPoolId'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CognitoOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'CognitoOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'CompatibleElasticsearchVersionsList' => ['type' => 'list', 'member' => ['shape' => 'CompatibleVersionsMap']], 'CompatibleVersionsMap' => ['type' => 'structure', 'members' => ['SourceVersion' => ['shape' => 'ElasticsearchVersionString'], 'TargetVersions' => ['shape' => 'ElasticsearchVersionList']]], 'ConflictException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectionAlias' => ['type' => 'string', 'max' => 20], 'CreateElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCOptions'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsInput']]], 'CreateElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'CreateOutboundCrossClusterSearchConnectionRequest' => ['type' => 'structure', 'required' => ['SourceDomainInfo', 'DestinationDomainInfo', 'ConnectionAlias'], 'members' => ['SourceDomainInfo' => ['shape' => 'DomainInformation'], 'DestinationDomainInfo' => ['shape' => 'DomainInformation'], 'ConnectionAlias' => ['shape' => 'ConnectionAlias']]], 'CreateOutboundCrossClusterSearchConnectionResponse' => ['type' => 'structure', 'members' => ['SourceDomainInfo' => ['shape' => 'DomainInformation'], 'DestinationDomainInfo' => ['shape' => 'DomainInformation'], 'ConnectionAlias' => ['shape' => 'ConnectionAlias'], 'ConnectionStatus' => ['shape' => 'OutboundCrossClusterSearchConnectionStatus'], 'CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId']]], 'CreatePackageRequest' => ['type' => 'structure', 'required' => ['PackageName', 'PackageType', 'PackageSource'], 'members' => ['PackageName' => ['shape' => 'PackageName'], 'PackageType' => ['shape' => 'PackageType'], 'PackageDescription' => ['shape' => 'PackageDescription'], 'PackageSource' => ['shape' => 'PackageSource']]], 'CreatePackageResponse' => ['type' => 'structure', 'members' => ['PackageDetails' => ['shape' => 'PackageDetails']]], 'CreatedAt' => ['type' => 'timestamp'], 'CrossClusterSearchConnectionId' => ['type' => 'string'], 'CrossClusterSearchConnectionStatusMessage' => ['type' => 'string'], 'DeleteElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DeleteElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'DeleteInboundCrossClusterSearchConnectionRequest' => ['type' => 'structure', 'required' => ['CrossClusterSearchConnectionId'], 'members' => ['CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId', 'location' => 'uri', 'locationName' => 'ConnectionId']]], 'DeleteInboundCrossClusterSearchConnectionResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnection' => ['shape' => 'InboundCrossClusterSearchConnection']]], 'DeleteOutboundCrossClusterSearchConnectionRequest' => ['type' => 'structure', 'required' => ['CrossClusterSearchConnectionId'], 'members' => ['CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId', 'location' => 'uri', 'locationName' => 'ConnectionId']]], 'DeleteOutboundCrossClusterSearchConnectionResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnection' => ['shape' => 'OutboundCrossClusterSearchConnection']]], 'DeletePackageRequest' => ['type' => 'structure', 'required' => ['PackageID'], 'members' => ['PackageID' => ['shape' => 'PackageID', 'location' => 'uri', 'locationName' => 'PackageID']]], 'DeletePackageResponse' => ['type' => 'structure', 'members' => ['PackageDetails' => ['shape' => 'PackageDetails']]], 'DeploymentCloseDateTimeStamp' => ['type' => 'timestamp'], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['PENDING_UPDATE', 'IN_PROGRESS', 'COMPLETED', 'NOT_ELIGIBLE', 'ELIGIBLE']], 'DescribeElasticsearchDomainConfigRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DescribeElasticsearchDomainConfigResponse' => ['type' => 'structure', 'required' => ['DomainConfig'], 'members' => ['DomainConfig' => ['shape' => 'ElasticsearchDomainConfig']]], 'DescribeElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DescribeElasticsearchDomainResponse' => ['type' => 'structure', 'required' => ['DomainStatus'], 'members' => ['DomainStatus' => ['shape' => 'ElasticsearchDomainStatus']]], 'DescribeElasticsearchDomainsRequest' => ['type' => 'structure', 'required' => ['DomainNames'], 'members' => ['DomainNames' => ['shape' => 'DomainNameList']]], 'DescribeElasticsearchDomainsResponse' => ['type' => 'structure', 'required' => ['DomainStatusList'], 'members' => ['DomainStatusList' => ['shape' => 'ElasticsearchDomainStatusList']]], 'DescribeElasticsearchInstanceTypeLimitsRequest' => ['type' => 'structure', 'required' => ['InstanceType', 'ElasticsearchVersion'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName'], 'InstanceType' => ['shape' => 'ESPartitionInstanceType', 'location' => 'uri', 'locationName' => 'InstanceType'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString', 'location' => 'uri', 'locationName' => 'ElasticsearchVersion']]], 'DescribeElasticsearchInstanceTypeLimitsResponse' => ['type' => 'structure', 'members' => ['LimitsByRole' => ['shape' => 'LimitsByRole']]], 'DescribeInboundCrossClusterSearchConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInboundCrossClusterSearchConnectionsResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnections' => ['shape' => 'InboundCrossClusterSearchConnections'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeOutboundCrossClusterSearchConnectionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeOutboundCrossClusterSearchConnectionsResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnections' => ['shape' => 'OutboundCrossClusterSearchConnections'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePackagesFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DescribePackagesFilterName'], 'Value' => ['shape' => 'DescribePackagesFilterValues']]], 'DescribePackagesFilterList' => ['type' => 'list', 'member' => ['shape' => 'DescribePackagesFilter']], 'DescribePackagesFilterName' => ['type' => 'string', 'enum' => ['PackageID', 'PackageName', 'PackageStatus']], 'DescribePackagesFilterValue' => ['type' => 'string', 'pattern' => '^[0-9a-zA-Z\\*\\.\\\\/\\?-]*$'], 'DescribePackagesFilterValues' => ['type' => 'list', 'member' => ['shape' => 'DescribePackagesFilterValue']], 'DescribePackagesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'DescribePackagesFilterList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePackagesResponse' => ['type' => 'structure', 'members' => ['PackageDetailsList' => ['shape' => 'PackageDetailsList'], 'NextToken' => ['shape' => 'String']]], 'DescribeReservedElasticsearchInstanceOfferingsRequest' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID', 'location' => 'querystring', 'locationName' => 'offeringId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeReservedElasticsearchInstanceOfferingsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ReservedElasticsearchInstanceOfferings' => ['shape' => 'ReservedElasticsearchInstanceOfferingList']]], 'DescribeReservedElasticsearchInstancesRequest' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceId' => ['shape' => 'GUID', 'location' => 'querystring', 'locationName' => 'reservationId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeReservedElasticsearchInstancesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String'], 'ReservedElasticsearchInstances' => ['shape' => 'ReservedElasticsearchInstanceList']]], 'DisabledOperationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DissociatePackageRequest' => ['type' => 'structure', 'required' => ['PackageID', 'DomainName'], 'members' => ['PackageID' => ['shape' => 'PackageID', 'location' => 'uri', 'locationName' => 'PackageID'], 'DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'DissociatePackageResponse' => ['type' => 'structure', 'members' => ['DomainPackageDetails' => ['shape' => 'DomainPackageDetails']]], 'DomainEndpointOptions' => ['type' => 'structure', 'members' => ['EnforceHTTPS' => ['shape' => 'Boolean'], 'TLSSecurityPolicy' => ['shape' => 'TLSSecurityPolicy']]], 'DomainEndpointOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'DomainEndpointOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'DomainId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DomainInfo' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DomainInfoList' => ['type' => 'list', 'member' => ['shape' => 'DomainInfo']], 'DomainInformation' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['OwnerId' => ['shape' => 'OwnerId'], 'DomainName' => ['shape' => 'DomainName'], 'Region' => ['shape' => 'Region']]], 'DomainName' => ['type' => 'string', 'max' => 28, 'min' => 3, 'pattern' => '[a-z][a-z0-9\\-]+'], 'DomainNameList' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'DomainPackageDetails' => ['type' => 'structure', 'members' => ['PackageID' => ['shape' => 'PackageID'], 'PackageName' => ['shape' => 'PackageName'], 'PackageType' => ['shape' => 'PackageType'], 'LastUpdated' => ['shape' => 'LastUpdated'], 'DomainName' => ['shape' => 'DomainName'], 'DomainPackageStatus' => ['shape' => 'DomainPackageStatus'], 'ReferencePath' => ['shape' => 'ReferencePath'], 'ErrorDetails' => ['shape' => 'ErrorDetails']]], 'DomainPackageDetailsList' => ['type' => 'list', 'member' => ['shape' => 'DomainPackageDetails']], 'DomainPackageStatus' => ['type' => 'string', 'enum' => ['ASSOCIATING', 'ASSOCIATION_FAILED', 'ACTIVE', 'DISSOCIATING', 'DISSOCIATION_FAILED']], 'Double' => ['type' => 'double'], 'EBSOptions' => ['type' => 'structure', 'members' => ['EBSEnabled' => ['shape' => 'Boolean'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeSize' => ['shape' => 'IntegerClass'], 'Iops' => ['shape' => 'IntegerClass']]], 'EBSOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'EBSOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'ESPartitionInstanceType' => ['type' => 'string', 'enum' => ['m3.medium.elasticsearch', 'm3.large.elasticsearch', 'm3.xlarge.elasticsearch', 'm3.2xlarge.elasticsearch', 'm4.large.elasticsearch', 'm4.xlarge.elasticsearch', 'm4.2xlarge.elasticsearch', 'm4.4xlarge.elasticsearch', 'm4.10xlarge.elasticsearch', 'm5.large.elasticsearch', 'm5.xlarge.elasticsearch', 'm5.2xlarge.elasticsearch', 'm5.4xlarge.elasticsearch', 'm5.12xlarge.elasticsearch', 'r5.large.elasticsearch', 'r5.xlarge.elasticsearch', 'r5.2xlarge.elasticsearch', 'r5.4xlarge.elasticsearch', 'r5.12xlarge.elasticsearch', 'c5.large.elasticsearch', 'c5.xlarge.elasticsearch', 'c5.2xlarge.elasticsearch', 'c5.4xlarge.elasticsearch', 'c5.9xlarge.elasticsearch', 'c5.18xlarge.elasticsearch', 'ultrawarm1.medium.elasticsearch', 'ultrawarm1.large.elasticsearch', 't2.micro.elasticsearch', 't2.small.elasticsearch', 't2.medium.elasticsearch', 'r3.large.elasticsearch', 'r3.xlarge.elasticsearch', 'r3.2xlarge.elasticsearch', 'r3.4xlarge.elasticsearch', 'r3.8xlarge.elasticsearch', 'i2.xlarge.elasticsearch', 'i2.2xlarge.elasticsearch', 'd2.xlarge.elasticsearch', 'd2.2xlarge.elasticsearch', 'd2.4xlarge.elasticsearch', 'd2.8xlarge.elasticsearch', 'c4.large.elasticsearch', 'c4.xlarge.elasticsearch', 'c4.2xlarge.elasticsearch', 'c4.4xlarge.elasticsearch', 'c4.8xlarge.elasticsearch', 'r4.large.elasticsearch', 'r4.xlarge.elasticsearch', 'r4.2xlarge.elasticsearch', 'r4.4xlarge.elasticsearch', 'r4.8xlarge.elasticsearch', 'r4.16xlarge.elasticsearch', 'i3.large.elasticsearch', 'i3.xlarge.elasticsearch', 'i3.2xlarge.elasticsearch', 'i3.4xlarge.elasticsearch', 'i3.8xlarge.elasticsearch', 'i3.16xlarge.elasticsearch']], 'ESWarmPartitionInstanceType' => ['type' => 'string', 'enum' => ['ultrawarm1.medium.elasticsearch', 'ultrawarm1.large.elasticsearch']], 'ElasticsearchClusterConfig' => ['type' => 'structure', 'members' => ['InstanceType' => ['shape' => 'ESPartitionInstanceType'], 'InstanceCount' => ['shape' => 'IntegerClass'], 'DedicatedMasterEnabled' => ['shape' => 'Boolean'], 'ZoneAwarenessEnabled' => ['shape' => 'Boolean'], 'ZoneAwarenessConfig' => ['shape' => 'ZoneAwarenessConfig'], 'DedicatedMasterType' => ['shape' => 'ESPartitionInstanceType'], 'DedicatedMasterCount' => ['shape' => 'IntegerClass'], 'WarmEnabled' => ['shape' => 'Boolean'], 'WarmType' => ['shape' => 'ESWarmPartitionInstanceType'], 'WarmCount' => ['shape' => 'IntegerClass']]], 'ElasticsearchClusterConfigStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'ElasticsearchClusterConfig'], 'Status' => ['shape' => 'OptionStatus']]], 'ElasticsearchDomainConfig' => ['type' => 'structure', 'members' => ['ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionStatus'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfigStatus'], 'EBSOptions' => ['shape' => 'EBSOptionsStatus'], 'AccessPolicies' => ['shape' => 'AccessPoliciesStatus'], 'SnapshotOptions' => ['shape' => 'SnapshotOptionsStatus'], 'VPCOptions' => ['shape' => 'VPCDerivedInfoStatus'], 'CognitoOptions' => ['shape' => 'CognitoOptionsStatus'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptionsStatus'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptionsStatus'], 'AdvancedOptions' => ['shape' => 'AdvancedOptionsStatus'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptionsStatus'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptionsStatus'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsStatus']]], 'ElasticsearchDomainStatus' => ['type' => 'structure', 'required' => ['DomainId', 'DomainName', 'ARN', 'ElasticsearchClusterConfig'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'ARN' => ['shape' => 'ARN'], 'Created' => ['shape' => 'Boolean'], 'Deleted' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'ServiceUrl'], 'Endpoints' => ['shape' => 'EndpointsMap'], 'Processing' => ['shape' => 'Boolean'], 'UpgradeProcessing' => ['shape' => 'Boolean'], 'ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCDerivedInfo'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'EncryptionAtRestOptions' => ['shape' => 'EncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'NodeToNodeEncryptionOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptions']]], 'ElasticsearchDomainStatusList' => ['type' => 'list', 'member' => ['shape' => 'ElasticsearchDomainStatus']], 'ElasticsearchInstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ESPartitionInstanceType']], 'ElasticsearchVersionList' => ['type' => 'list', 'member' => ['shape' => 'ElasticsearchVersionString']], 'ElasticsearchVersionStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'ElasticsearchVersionString'], 'Status' => ['shape' => 'OptionStatus']]], 'ElasticsearchVersionString' => ['type' => 'string'], 'EncryptionAtRestOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'EncryptionAtRestOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'EncryptionAtRestOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'EndpointsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'ServiceUrl']], 'ErrorDetails' => ['type' => 'structure', 'members' => ['ErrorType' => ['shape' => 'ErrorType'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'ErrorMessage' => ['type' => 'string'], 'ErrorType' => ['type' => 'string'], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'ValueStringList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'GUID' => ['type' => 'string', 'pattern' => '\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}'], 'GetCompatibleElasticsearchVersionsRequest' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName']]], 'GetCompatibleElasticsearchVersionsResponse' => ['type' => 'structure', 'members' => ['CompatibleElasticsearchVersions' => ['shape' => 'CompatibleElasticsearchVersionsList']]], 'GetUpgradeHistoryRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'GetUpgradeHistoryResponse' => ['type' => 'structure', 'members' => ['UpgradeHistories' => ['shape' => 'UpgradeHistoryList'], 'NextToken' => ['shape' => 'String']]], 'GetUpgradeStatusRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName']]], 'GetUpgradeStatusResponse' => ['type' => 'structure', 'members' => ['UpgradeStep' => ['shape' => 'UpgradeStep'], 'StepStatus' => ['shape' => 'UpgradeStatus'], 'UpgradeName' => ['shape' => 'UpgradeName']]], 'IdentityPoolId' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+:[0-9a-f-]+'], 'InboundCrossClusterSearchConnection' => ['type' => 'structure', 'members' => ['SourceDomainInfo' => ['shape' => 'DomainInformation'], 'DestinationDomainInfo' => ['shape' => 'DomainInformation'], 'CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId'], 'ConnectionStatus' => ['shape' => 'InboundCrossClusterSearchConnectionStatus']]], 'InboundCrossClusterSearchConnectionStatus' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'InboundCrossClusterSearchConnectionStatusCode'], 'Message' => ['shape' => 'CrossClusterSearchConnectionStatusMessage']]], 'InboundCrossClusterSearchConnectionStatusCode' => ['type' => 'string', 'enum' => ['PENDING_ACCEPTANCE', 'APPROVED', 'REJECTING', 'REJECTED', 'DELETING', 'DELETED']], 'InboundCrossClusterSearchConnections' => ['type' => 'list', 'member' => ['shape' => 'InboundCrossClusterSearchConnection']], 'InstanceCount' => ['type' => 'integer', 'min' => 1], 'InstanceCountLimits' => ['type' => 'structure', 'members' => ['MinimumInstanceCount' => ['shape' => 'MinimumInstanceCount'], 'MaximumInstanceCount' => ['shape' => 'MaximumInstanceCount']]], 'InstanceLimits' => ['type' => 'structure', 'members' => ['InstanceCountLimits' => ['shape' => 'InstanceCountLimits']]], 'InstanceRole' => ['type' => 'string'], 'Integer' => ['type' => 'integer'], 'IntegerClass' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTypeException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'Issue' => ['type' => 'string'], 'Issues' => ['type' => 'list', 'member' => ['shape' => 'Issue']], 'KmsKeyId' => ['type' => 'string', 'max' => 500, 'min' => 1], 'LastUpdated' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'LimitName' => ['type' => 'string'], 'LimitValue' => ['type' => 'string'], 'LimitValueList' => ['type' => 'list', 'member' => ['shape' => 'LimitValue']], 'Limits' => ['type' => 'structure', 'members' => ['StorageTypes' => ['shape' => 'StorageTypeList'], 'InstanceLimits' => ['shape' => 'InstanceLimits'], 'AdditionalLimits' => ['shape' => 'AdditionalLimitList']]], 'LimitsByRole' => ['type' => 'map', 'key' => ['shape' => 'InstanceRole'], 'value' => ['shape' => 'Limits']], 'ListDomainNamesResponse' => ['type' => 'structure', 'members' => ['DomainNames' => ['shape' => 'DomainInfoList']]], 'ListDomainsForPackageRequest' => ['type' => 'structure', 'required' => ['PackageID'], 'members' => ['PackageID' => ['shape' => 'PackageID', 'location' => 'uri', 'locationName' => 'PackageID'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListDomainsForPackageResponse' => ['type' => 'structure', 'members' => ['DomainPackageDetailsList' => ['shape' => 'DomainPackageDetailsList'], 'NextToken' => ['shape' => 'String']]], 'ListElasticsearchInstanceTypesRequest' => ['type' => 'structure', 'required' => ['ElasticsearchVersion'], 'members' => ['ElasticsearchVersion' => ['shape' => 'ElasticsearchVersionString', 'location' => 'uri', 'locationName' => 'ElasticsearchVersion'], 'DomainName' => ['shape' => 'DomainName', 'location' => 'querystring', 'locationName' => 'domainName'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListElasticsearchInstanceTypesResponse' => ['type' => 'structure', 'members' => ['ElasticsearchInstanceTypes' => ['shape' => 'ElasticsearchInstanceTypeList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListElasticsearchVersionsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListElasticsearchVersionsResponse' => ['type' => 'structure', 'members' => ['ElasticsearchVersions' => ['shape' => 'ElasticsearchVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPackagesForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListPackagesForDomainResponse' => ['type' => 'structure', 'members' => ['DomainPackageDetailsList' => ['shape' => 'DomainPackageDetailsList'], 'NextToken' => ['shape' => 'String']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ARN', 'location' => 'querystring', 'locationName' => 'arn']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'LogPublishingOption' => ['type' => 'structure', 'members' => ['CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn'], 'Enabled' => ['shape' => 'Boolean']]], 'LogPublishingOptions' => ['type' => 'map', 'key' => ['shape' => 'LogType'], 'value' => ['shape' => 'LogPublishingOption']], 'LogPublishingOptionsStatus' => ['type' => 'structure', 'members' => ['Options' => ['shape' => 'LogPublishingOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'LogType' => ['type' => 'string', 'enum' => ['INDEX_SLOW_LOGS', 'SEARCH_SLOW_LOGS', 'ES_APPLICATION_LOGS']], 'MasterUserOptions' => ['type' => 'structure', 'members' => ['MasterUserARN' => ['shape' => 'ARN'], 'MasterUserName' => ['shape' => 'Username'], 'MasterUserPassword' => ['shape' => 'Password']]], 'MaxResults' => ['type' => 'integer', 'max' => 100], 'MaximumInstanceCount' => ['type' => 'integer'], 'MinimumInstanceCount' => ['type' => 'integer'], 'NextToken' => ['type' => 'string'], 'NodeToNodeEncryptionOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'NodeToNodeEncryptionOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'NodeToNodeEncryptionOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'OptionState' => ['type' => 'string', 'enum' => ['RequiresIndexDocuments', 'Processing', 'Active']], 'OptionStatus' => ['type' => 'structure', 'required' => ['CreationDate', 'UpdateDate', 'State'], 'members' => ['CreationDate' => ['shape' => 'UpdateTimestamp'], 'UpdateDate' => ['shape' => 'UpdateTimestamp'], 'UpdateVersion' => ['shape' => 'UIntValue'], 'State' => ['shape' => 'OptionState'], 'PendingDeletion' => ['shape' => 'Boolean']]], 'OutboundCrossClusterSearchConnection' => ['type' => 'structure', 'members' => ['SourceDomainInfo' => ['shape' => 'DomainInformation'], 'DestinationDomainInfo' => ['shape' => 'DomainInformation'], 'CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId'], 'ConnectionAlias' => ['shape' => 'ConnectionAlias'], 'ConnectionStatus' => ['shape' => 'OutboundCrossClusterSearchConnectionStatus']]], 'OutboundCrossClusterSearchConnectionStatus' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'OutboundCrossClusterSearchConnectionStatusCode'], 'Message' => ['shape' => 'CrossClusterSearchConnectionStatusMessage']]], 'OutboundCrossClusterSearchConnectionStatusCode' => ['type' => 'string', 'enum' => ['PENDING_ACCEPTANCE', 'VALIDATING', 'VALIDATION_FAILED', 'PROVISIONING', 'ACTIVE', 'REJECTED', 'DELETING', 'DELETED']], 'OutboundCrossClusterSearchConnections' => ['type' => 'list', 'member' => ['shape' => 'OutboundCrossClusterSearchConnection']], 'OwnerId' => ['type' => 'string', 'max' => 12, 'min' => 12], 'PackageDescription' => ['type' => 'string', 'max' => 1024], 'PackageDetails' => ['type' => 'structure', 'members' => ['PackageID' => ['shape' => 'PackageID'], 'PackageName' => ['shape' => 'PackageName'], 'PackageType' => ['shape' => 'PackageType'], 'PackageDescription' => ['shape' => 'PackageDescription'], 'PackageStatus' => ['shape' => 'PackageStatus'], 'CreatedAt' => ['shape' => 'CreatedAt'], 'ErrorDetails' => ['shape' => 'ErrorDetails']]], 'PackageDetailsList' => ['type' => 'list', 'member' => ['shape' => 'PackageDetails']], 'PackageID' => ['type' => 'string'], 'PackageName' => ['type' => 'string', 'max' => 28, 'min' => 3, 'pattern' => '[a-z][a-z0-9\\-]+'], 'PackageSource' => ['type' => 'structure', 'members' => ['S3BucketName' => ['shape' => 'S3BucketName'], 'S3Key' => ['shape' => 'S3Key']]], 'PackageStatus' => ['type' => 'string', 'enum' => ['COPYING', 'COPY_FAILED', 'VALIDATING', 'VALIDATION_FAILED', 'AVAILABLE', 'DELETING', 'DELETED', 'DELETE_FAILED']], 'PackageType' => ['type' => 'string', 'enum' => ['TXT-DICTIONARY']], 'Password' => ['type' => 'string', 'min' => 8, 'sensitive' => \true], 'PolicyDocument' => ['type' => 'string'], 'PurchaseReservedElasticsearchInstanceOfferingRequest' => ['type' => 'structure', 'required' => ['ReservedElasticsearchInstanceOfferingId', 'ReservationName'], 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID'], 'ReservationName' => ['shape' => 'ReservationToken'], 'InstanceCount' => ['shape' => 'InstanceCount']]], 'PurchaseReservedElasticsearchInstanceOfferingResponse' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceId' => ['shape' => 'GUID'], 'ReservationName' => ['shape' => 'ReservationToken']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']]], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge']], 'ReferencePath' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'RejectInboundCrossClusterSearchConnectionRequest' => ['type' => 'structure', 'required' => ['CrossClusterSearchConnectionId'], 'members' => ['CrossClusterSearchConnectionId' => ['shape' => 'CrossClusterSearchConnectionId', 'location' => 'uri', 'locationName' => 'ConnectionId']]], 'RejectInboundCrossClusterSearchConnectionResponse' => ['type' => 'structure', 'members' => ['CrossClusterSearchConnection' => ['shape' => 'InboundCrossClusterSearchConnection']]], 'RemoveTagsRequest' => ['type' => 'structure', 'required' => ['ARN', 'TagKeys'], 'members' => ['ARN' => ['shape' => 'ARN'], 'TagKeys' => ['shape' => 'StringList']]], 'ReservationToken' => ['type' => 'string', 'max' => 64, 'min' => 5], 'ReservedElasticsearchInstance' => ['type' => 'structure', 'members' => ['ReservationName' => ['shape' => 'ReservationToken'], 'ReservedElasticsearchInstanceId' => ['shape' => 'GUID'], 'ReservedElasticsearchInstanceOfferingId' => ['shape' => 'String'], 'ElasticsearchInstanceType' => ['shape' => 'ESPartitionInstanceType'], 'StartTime' => ['shape' => 'UpdateTimestamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'ElasticsearchInstanceCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'String'], 'PaymentOption' => ['shape' => 'ReservedElasticsearchInstancePaymentOption'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']]], 'ReservedElasticsearchInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReservedElasticsearchInstance']], 'ReservedElasticsearchInstanceOffering' => ['type' => 'structure', 'members' => ['ReservedElasticsearchInstanceOfferingId' => ['shape' => 'GUID'], 'ElasticsearchInstanceType' => ['shape' => 'ESPartitionInstanceType'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'PaymentOption' => ['shape' => 'ReservedElasticsearchInstancePaymentOption'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']]], 'ReservedElasticsearchInstanceOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedElasticsearchInstanceOffering']], 'ReservedElasticsearchInstancePaymentOption' => ['type' => 'string', 'enum' => ['ALL_UPFRONT', 'PARTIAL_UPFRONT', 'NO_UPFRONT']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3], 'S3Key' => ['type' => 'string'], 'ServiceSoftwareOptions' => ['type' => 'structure', 'members' => ['CurrentVersion' => ['shape' => 'String'], 'NewVersion' => ['shape' => 'String'], 'UpdateAvailable' => ['shape' => 'Boolean'], 'Cancellable' => ['shape' => 'Boolean'], 'UpdateStatus' => ['shape' => 'DeploymentStatus'], 'Description' => ['shape' => 'String'], 'AutomatedUpdateDate' => ['shape' => 'DeploymentCloseDateTimeStamp'], 'OptionalDeployment' => ['shape' => 'Boolean']]], 'ServiceUrl' => ['type' => 'string'], 'SnapshotOptions' => ['type' => 'structure', 'members' => ['AutomatedSnapshotStartHour' => ['shape' => 'IntegerClass']]], 'SnapshotOptionsStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'SnapshotOptions'], 'Status' => ['shape' => 'OptionStatus']]], 'StartElasticsearchServiceSoftwareUpdateRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'StartElasticsearchServiceSoftwareUpdateResponse' => ['type' => 'structure', 'members' => ['ServiceSoftwareOptions' => ['shape' => 'ServiceSoftwareOptions']]], 'StartTimestamp' => ['type' => 'timestamp'], 'StorageSubTypeName' => ['type' => 'string'], 'StorageType' => ['type' => 'structure', 'members' => ['StorageTypeName' => ['shape' => 'StorageTypeName'], 'StorageSubTypeName' => ['shape' => 'StorageSubTypeName'], 'StorageTypeLimits' => ['shape' => 'StorageTypeLimitList']]], 'StorageTypeLimit' => ['type' => 'structure', 'members' => ['LimitName' => ['shape' => 'LimitName'], 'LimitValues' => ['shape' => 'LimitValueList']]], 'StorageTypeLimitList' => ['type' => 'list', 'member' => ['shape' => 'StorageTypeLimit']], 'StorageTypeList' => ['type' => 'list', 'member' => ['shape' => 'StorageType']], 'StorageTypeName' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TLSSecurityPolicy' => ['type' => 'string', 'enum' => ['Policy-Min-TLS-1-0-2019-07', 'Policy-Min-TLS-1-2-2019-07']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'UIntValue' => ['type' => 'integer', 'min' => 0], 'UpdateElasticsearchDomainConfigRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'DomainName'], 'ElasticsearchClusterConfig' => ['shape' => 'ElasticsearchClusterConfig'], 'EBSOptions' => ['shape' => 'EBSOptions'], 'SnapshotOptions' => ['shape' => 'SnapshotOptions'], 'VPCOptions' => ['shape' => 'VPCOptions'], 'CognitoOptions' => ['shape' => 'CognitoOptions'], 'AdvancedOptions' => ['shape' => 'AdvancedOptions'], 'AccessPolicies' => ['shape' => 'PolicyDocument'], 'LogPublishingOptions' => ['shape' => 'LogPublishingOptions'], 'DomainEndpointOptions' => ['shape' => 'DomainEndpointOptions'], 'AdvancedSecurityOptions' => ['shape' => 'AdvancedSecurityOptionsInput']]], 'UpdateElasticsearchDomainConfigResponse' => ['type' => 'structure', 'required' => ['DomainConfig'], 'members' => ['DomainConfig' => ['shape' => 'ElasticsearchDomainConfig']]], 'UpdateTimestamp' => ['type' => 'timestamp'], 'UpgradeElasticsearchDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'TargetVersion'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TargetVersion' => ['shape' => 'ElasticsearchVersionString'], 'PerformCheckOnly' => ['shape' => 'Boolean']]], 'UpgradeElasticsearchDomainResponse' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TargetVersion' => ['shape' => 'ElasticsearchVersionString'], 'PerformCheckOnly' => ['shape' => 'Boolean']]], 'UpgradeHistory' => ['type' => 'structure', 'members' => ['UpgradeName' => ['shape' => 'UpgradeName'], 'StartTimestamp' => ['shape' => 'StartTimestamp'], 'UpgradeStatus' => ['shape' => 'UpgradeStatus'], 'StepsList' => ['shape' => 'UpgradeStepsList']]], 'UpgradeHistoryList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeHistory']], 'UpgradeName' => ['type' => 'string'], 'UpgradeStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'SUCCEEDED_WITH_ISSUES', 'FAILED']], 'UpgradeStep' => ['type' => 'string', 'enum' => ['PRE_UPGRADE_CHECK', 'SNAPSHOT', 'UPGRADE']], 'UpgradeStepItem' => ['type' => 'structure', 'members' => ['UpgradeStep' => ['shape' => 'UpgradeStep'], 'UpgradeStepStatus' => ['shape' => 'UpgradeStatus'], 'Issues' => ['shape' => 'Issues'], 'ProgressPercent' => ['shape' => 'Double']]], 'UpgradeStepsList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeStepItem']], 'UserPoolId' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'Username' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'VPCDerivedInfo' => ['type' => 'structure', 'members' => ['VPCId' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'StringList'], 'AvailabilityZones' => ['shape' => 'StringList'], 'SecurityGroupIds' => ['shape' => 'StringList']]], 'VPCDerivedInfoStatus' => ['type' => 'structure', 'required' => ['Options', 'Status'], 'members' => ['Options' => ['shape' => 'VPCDerivedInfo'], 'Status' => ['shape' => 'OptionStatus']]], 'VPCOptions' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'StringList'], 'SecurityGroupIds' => ['shape' => 'StringList']]], 'ValidationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'min' => 1], 'VolumeType' => ['type' => 'string', 'enum' => ['standard', 'gp2', 'io1']], 'ZoneAwarenessConfig' => ['type' => 'structure', 'members' => ['AvailabilityZoneCount' => ['shape' => 'IntegerClass']]]]]; diff --git a/vendor/Aws3/Aws/data/es/2015-01-01/paginators-1.json.php b/vendor/Aws3/Aws/data/es/2015-01-01/paginators-1.json.php index 908294e5..3b85b4bd 100644 --- a/vendor/Aws3/Aws/data/es/2015-01-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/es/2015-01-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeReservedElasticsearchInstanceOfferings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'DescribeReservedElasticsearchInstances' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'GetUpgradeHistory' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListElasticsearchInstanceTypes' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListElasticsearchVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['DescribeInboundCrossClusterSearchConnections' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'DescribeOutboundCrossClusterSearchConnections' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'DescribePackages' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'DescribeReservedElasticsearchInstanceOfferings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'DescribeReservedElasticsearchInstances' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'GetUpgradeHistory' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDomainsForPackage' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListElasticsearchInstanceTypes' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListElasticsearchVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListPackagesForDomain' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/eventbridge/2015-10-07/api-2.json.php b/vendor/Aws3/Aws/data/eventbridge/2015-10-07/api-2.json.php index 540de743..1dc40e44 100644 --- a/vendor/Aws3/Aws/data/eventbridge/2015-10-07/api-2.json.php +++ b/vendor/Aws3/Aws/data/eventbridge/2015-10-07/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-10-07', 'endpointPrefix' => 'events', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon EventBridge', 'serviceId' => 'EventBridge', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSEvents', 'uid' => 'eventbridge-2015-10-07'], 'operations' => ['ActivateEventSource' => ['name' => 'ActivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException']]], 'CreateEventBus' => ['name' => 'CreateEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventBusRequest'], 'output' => ['shape' => 'CreateEventBusResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException']]], 'CreatePartnerEventSource' => ['name' => 'CreatePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePartnerEventSourceRequest'], 'output' => ['shape' => 'CreatePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException']]], 'DeactivateEventSource' => ['name' => 'DeactivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException']]], 'DeleteEventBus' => ['name' => 'DeleteEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventBusRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeletePartnerEventSource' => ['name' => 'DeletePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePartnerEventSourceRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEventBus' => ['name' => 'DescribeEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventBusRequest'], 'output' => ['shape' => 'DescribeEventBusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeEventSource' => ['name' => 'DescribeEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSourceRequest'], 'output' => ['shape' => 'DescribeEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribePartnerEventSource' => ['name' => 'DescribePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePartnerEventSourceRequest'], 'output' => ['shape' => 'DescribePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeRule' => ['name' => 'DescribeRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuleRequest'], 'output' => ['shape' => 'DescribeRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DisableRule' => ['name' => 'DisableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'EnableRule' => ['name' => 'EnableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'ListEventBuses' => ['name' => 'ListEventBuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventBusesRequest'], 'output' => ['shape' => 'ListEventBusesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListEventSources' => ['name' => 'ListEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventSourcesRequest'], 'output' => ['shape' => 'ListEventSourcesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListPartnerEventSourceAccounts' => ['name' => 'ListPartnerEventSourceAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourceAccountsRequest'], 'output' => ['shape' => 'ListPartnerEventSourceAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListPartnerEventSources' => ['name' => 'ListPartnerEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourcesRequest'], 'output' => ['shape' => 'ListPartnerEventSourcesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListRuleNamesByTarget' => ['name' => 'ListRuleNamesByTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleNamesByTargetRequest'], 'output' => ['shape' => 'ListRuleNamesByTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListTargetsByRule' => ['name' => 'ListTargetsByRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsByRuleRequest'], 'output' => ['shape' => 'ListTargetsByRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPartnerEvents' => ['name' => 'PutPartnerEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPartnerEventsRequest'], 'output' => ['shape' => 'PutPartnerEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPermission' => ['name' => 'PutPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'PutRule' => ['name' => 'PutRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRuleRequest'], 'output' => ['shape' => 'PutRuleResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'PutTargets' => ['name' => 'PutTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutTargetsRequest'], 'output' => ['shape' => 'PutTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'RemoveTargets' => ['name' => 'RemoveTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTargetsRequest'], 'output' => ['shape' => 'RemoveTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalException'], ['shape' => 'ManagedRuleException']]], 'TestEventPattern' => ['name' => 'TestEventPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestEventPatternRequest'], 'output' => ['shape' => 'TestEventPatternResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException']]]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '\\d{12}'], 'Action' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => 'events:[a-zA-Z]+'], 'ActivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['Subnets'], 'members' => ['Subnets' => ['shape' => 'StringList'], 'SecurityGroups' => ['shape' => 'StringList'], 'AssignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BatchArrayProperties' => ['type' => 'structure', 'members' => ['Size' => ['shape' => 'Integer']]], 'BatchParameters' => ['type' => 'structure', 'required' => ['JobDefinition', 'JobName'], 'members' => ['JobDefinition' => ['shape' => 'String'], 'JobName' => ['shape' => 'String'], 'ArrayProperties' => ['shape' => 'BatchArrayProperties'], 'RetryStrategy' => ['shape' => 'BatchRetryStrategy']]], 'BatchRetryStrategy' => ['type' => 'structure', 'members' => ['Attempts' => ['shape' => 'Integer']]], 'Boolean' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Condition' => ['type' => 'structure', 'required' => ['Type', 'Key', 'Value'], 'members' => ['Type' => ['shape' => 'String'], 'Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CreateEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName'], 'EventSourceName' => ['shape' => 'EventSourceName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventBusResponse' => ['type' => 'structure', 'members' => ['EventBusArn' => ['shape' => 'String']]], 'CreatePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'CreatePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'String']]], 'DeactivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DeleteEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DeletePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Force' => ['shape' => 'Boolean']]], 'DescribeEventBusRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DescribeEventBusResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'DescribeEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribeEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'DescribePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'DescribeRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DescribeRuleResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DisableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'EcsParameters' => ['type' => 'structure', 'required' => ['TaskDefinitionArn'], 'members' => ['TaskDefinitionArn' => ['shape' => 'Arn'], 'TaskCount' => ['shape' => 'LimitMin1'], 'LaunchType' => ['shape' => 'LaunchType'], 'NetworkConfiguration' => ['shape' => 'NetworkConfiguration'], 'PlatformVersion' => ['shape' => 'String'], 'Group' => ['shape' => 'String']]], 'EnableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EventBus' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'EventBusList' => ['type' => 'list', 'member' => ['shape' => 'EventBus']], 'EventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventId' => ['type' => 'string'], 'EventPattern' => ['type' => 'string'], 'EventResource' => ['type' => 'string'], 'EventResourceList' => ['type' => 'list', 'member' => ['shape' => 'EventResource']], 'EventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'EventSourceList' => ['type' => 'list', 'member' => ['shape' => 'EventSource']], 'EventSourceName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}'], 'EventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventSourceState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'DELETED']], 'EventTime' => ['type' => 'timestamp'], 'InputTransformer' => ['type' => 'structure', 'required' => ['InputTemplate'], 'members' => ['InputPathsMap' => ['shape' => 'TransformerPaths'], 'InputTemplate' => ['shape' => 'TransformerInput']]], 'InputTransformerPathKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[A-Za-z0-9\\_\\-]+'], 'Integer' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidEventPatternException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'KinesisParameters' => ['type' => 'structure', 'required' => ['PartitionKeyPath'], 'members' => ['PartitionKeyPath' => ['shape' => 'TargetPartitionKeyPath']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LimitMax100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitMin1' => ['type' => 'integer', 'min' => 1], 'ListEventBusesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventBusesResponse' => ['type' => 'structure', 'members' => ['EventBuses' => ['shape' => 'EventBusList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEventSourcesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventSourcesResponse' => ['type' => 'structure', 'members' => ['EventSources' => ['shape' => 'EventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourceAccountsRequest' => ['type' => 'structure', 'required' => ['EventSourceName'], 'members' => ['EventSourceName' => ['shape' => 'EventSourceName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourceAccountsResponse' => ['type' => 'structure', 'members' => ['PartnerEventSourceAccounts' => ['shape' => 'PartnerEventSourceAccountList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourcesRequest' => ['type' => 'structure', 'required' => ['NamePrefix'], 'members' => ['NamePrefix' => ['shape' => 'PartnerEventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourcesResponse' => ['type' => 'structure', 'members' => ['PartnerEventSources' => ['shape' => 'PartnerEventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRuleNamesByTargetRequest' => ['type' => 'structure', 'required' => ['TargetArn'], 'members' => ['TargetArn' => ['shape' => 'TargetArn'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRuleNamesByTargetResponse' => ['type' => 'structure', 'members' => ['RuleNames' => ['shape' => 'RuleNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'RuleResponseList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListTargetsByRuleRequest' => ['type' => 'structure', 'required' => ['Rule'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListTargetsByRuleResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'ManagedBy' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ManagedRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MessageGroupId' => ['type' => 'string'], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonPartnerEventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'PartnerEventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'PartnerEventSourceAccount' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'State' => ['shape' => 'EventSourceState']]], 'PartnerEventSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSourceAccount']], 'PartnerEventSourceList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSource']], 'PartnerEventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*'], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Principal' => ['type' => 'string', 'max' => 12, 'min' => 1, 'pattern' => '(\\d{12}|\\*)'], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutEventsRequestEntryList']]], 'PutEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'String'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'PutEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsRequestEntry'], 'max' => 10, 'min' => 1], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutEventsResultEntryList']]], 'PutEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsResultEntry']], 'PutPartnerEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutPartnerEventsRequestEntryList']]], 'PutPartnerEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'EventSourceName'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String']]], 'PutPartnerEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsRequestEntry'], 'max' => 20, 'min' => 1], 'PutPartnerEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutPartnerEventsResultEntryList']]], 'PutPartnerEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutPartnerEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsResultEntry']], 'PutPermissionRequest' => ['type' => 'structure', 'required' => ['Action', 'Principal', 'StatementId'], 'members' => ['EventBusName' => ['shape' => 'NonPartnerEventBusName'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'StatementId' => ['shape' => 'StatementId'], 'Condition' => ['shape' => 'Condition']]], 'PutRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'EventBusName' => ['shape' => 'EventBusName']]], 'PutRuleResponse' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'PutTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Targets'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Targets' => ['shape' => 'TargetList']]], 'PutTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'PutTargetsResultEntryList']]], 'PutTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutTargetsResultEntry']], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['StatementId'], 'members' => ['StatementId' => ['shape' => 'StatementId'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'RemoveTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Ids'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Ids' => ['shape' => 'TargetIdList'], 'Force' => ['shape' => 'Boolean']]], 'RemoveTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'RemoveTargetsResultEntryList']]], 'RemoveTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'RemoveTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'RemoveTargetsResultEntry']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'Rule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'RuleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'RuleDescription' => ['type' => 'string', 'max' => 512], 'RuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'RuleNameList' => ['type' => 'list', 'member' => ['shape' => 'RuleName']], 'RuleResponseList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RuleState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'RunCommandParameters' => ['type' => 'structure', 'required' => ['RunCommandTargets'], 'members' => ['RunCommandTargets' => ['shape' => 'RunCommandTargets']]], 'RunCommandTarget' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'RunCommandTargetKey'], 'Values' => ['shape' => 'RunCommandTargetValues']]], 'RunCommandTargetKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$'], 'RunCommandTargetValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RunCommandTargetValues' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTargetValue'], 'max' => 50, 'min' => 1], 'RunCommandTargets' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTarget'], 'max' => 5, 'min' => 1], 'ScheduleExpression' => ['type' => 'string', 'max' => 256], 'SqsParameters' => ['type' => 'structure', 'members' => ['MessageGroupId' => ['shape' => 'MessageGroupId']]], 'StatementId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_]+'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Target' => ['type' => 'structure', 'required' => ['Id', 'Arn'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Arn' => ['shape' => 'TargetArn'], 'RoleArn' => ['shape' => 'RoleArn'], 'Input' => ['shape' => 'TargetInput'], 'InputPath' => ['shape' => 'TargetInputPath'], 'InputTransformer' => ['shape' => 'InputTransformer'], 'KinesisParameters' => ['shape' => 'KinesisParameters'], 'RunCommandParameters' => ['shape' => 'RunCommandParameters'], 'EcsParameters' => ['shape' => 'EcsParameters'], 'BatchParameters' => ['shape' => 'BatchParameters'], 'SqsParameters' => ['shape' => 'SqsParameters']]], 'TargetArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'TargetId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetInput' => ['type' => 'string', 'max' => 8192], 'TargetInputPath' => ['type' => 'string', 'max' => 256], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 100, 'min' => 1], 'TargetPartitionKeyPath' => ['type' => 'string', 'max' => 256], 'TestEventPatternRequest' => ['type' => 'structure', 'required' => ['EventPattern', 'Event'], 'members' => ['EventPattern' => ['shape' => 'EventPattern'], 'Event' => ['shape' => 'String']]], 'TestEventPatternResponse' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'Boolean']]], 'Timestamp' => ['type' => 'timestamp'], 'TransformerInput' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'TransformerPaths' => ['type' => 'map', 'key' => ['shape' => 'InputTransformerPathKey'], 'value' => ['shape' => 'TargetInputPath'], 'max' => 10], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-10-07', 'endpointPrefix' => 'events', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon EventBridge', 'serviceId' => 'EventBridge', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSEvents', 'uid' => 'eventbridge-2015-10-07'], 'operations' => ['ActivateEventSource' => ['name' => 'ActivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'CreateEventBus' => ['name' => 'CreateEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventBusRequest'], 'output' => ['shape' => 'CreateEventBusResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationDisabledException']]], 'CreatePartnerEventSource' => ['name' => 'CreatePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePartnerEventSourceRequest'], 'output' => ['shape' => 'CreatePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationDisabledException']]], 'DeactivateEventSource' => ['name' => 'DeactivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DeleteEventBus' => ['name' => 'DeleteEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventBusRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeletePartnerEventSource' => ['name' => 'DeletePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePartnerEventSourceRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'OperationDisabledException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEventBus' => ['name' => 'DescribeEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventBusRequest'], 'output' => ['shape' => 'DescribeEventBusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeEventSource' => ['name' => 'DescribeEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSourceRequest'], 'output' => ['shape' => 'DescribeEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DescribePartnerEventSource' => ['name' => 'DescribePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePartnerEventSourceRequest'], 'output' => ['shape' => 'DescribePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DescribeRule' => ['name' => 'DescribeRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuleRequest'], 'output' => ['shape' => 'DescribeRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DisableRule' => ['name' => 'DisableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'EnableRule' => ['name' => 'EnableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'ListEventBuses' => ['name' => 'ListEventBuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventBusesRequest'], 'output' => ['shape' => 'ListEventBusesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListEventSources' => ['name' => 'ListEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventSourcesRequest'], 'output' => ['shape' => 'ListEventSourcesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListPartnerEventSourceAccounts' => ['name' => 'ListPartnerEventSourceAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourceAccountsRequest'], 'output' => ['shape' => 'ListPartnerEventSourceAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListPartnerEventSources' => ['name' => 'ListPartnerEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourcesRequest'], 'output' => ['shape' => 'ListPartnerEventSourcesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListRuleNamesByTarget' => ['name' => 'ListRuleNamesByTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleNamesByTargetRequest'], 'output' => ['shape' => 'ListRuleNamesByTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListTargetsByRule' => ['name' => 'ListTargetsByRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsByRuleRequest'], 'output' => ['shape' => 'ListTargetsByRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPartnerEvents' => ['name' => 'PutPartnerEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPartnerEventsRequest'], 'output' => ['shape' => 'PutPartnerEventsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'PutPermission' => ['name' => 'PutPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'PutRule' => ['name' => 'PutRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRuleRequest'], 'output' => ['shape' => 'PutRuleResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'PutTargets' => ['name' => 'PutTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutTargetsRequest'], 'output' => ['shape' => 'PutTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'RemoveTargets' => ['name' => 'RemoveTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTargetsRequest'], 'output' => ['shape' => 'RemoveTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalException'], ['shape' => 'ManagedRuleException']]], 'TestEventPattern' => ['name' => 'TestEventPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestEventPatternRequest'], 'output' => ['shape' => 'TestEventPatternResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException']]]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '\\d{12}'], 'Action' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => 'events:[a-zA-Z]+'], 'ActivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['Subnets'], 'members' => ['Subnets' => ['shape' => 'StringList'], 'SecurityGroups' => ['shape' => 'StringList'], 'AssignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BatchArrayProperties' => ['type' => 'structure', 'members' => ['Size' => ['shape' => 'Integer']]], 'BatchParameters' => ['type' => 'structure', 'required' => ['JobDefinition', 'JobName'], 'members' => ['JobDefinition' => ['shape' => 'String'], 'JobName' => ['shape' => 'String'], 'ArrayProperties' => ['shape' => 'BatchArrayProperties'], 'RetryStrategy' => ['shape' => 'BatchRetryStrategy']]], 'BatchRetryStrategy' => ['type' => 'structure', 'members' => ['Attempts' => ['shape' => 'Integer']]], 'Boolean' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Condition' => ['type' => 'structure', 'required' => ['Type', 'Key', 'Value'], 'members' => ['Type' => ['shape' => 'String'], 'Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CreateEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName'], 'EventSourceName' => ['shape' => 'EventSourceName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventBusResponse' => ['type' => 'structure', 'members' => ['EventBusArn' => ['shape' => 'String']]], 'CreatePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'CreatePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'String']]], 'DeactivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DeleteEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DeletePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Force' => ['shape' => 'Boolean']]], 'DescribeEventBusRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DescribeEventBusResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'DescribeEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribeEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'DescribePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'DescribeRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DescribeRuleResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DisableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'EcsParameters' => ['type' => 'structure', 'required' => ['TaskDefinitionArn'], 'members' => ['TaskDefinitionArn' => ['shape' => 'Arn'], 'TaskCount' => ['shape' => 'LimitMin1'], 'LaunchType' => ['shape' => 'LaunchType'], 'NetworkConfiguration' => ['shape' => 'NetworkConfiguration'], 'PlatformVersion' => ['shape' => 'String'], 'Group' => ['shape' => 'String']]], 'EnableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EventBus' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'EventBusList' => ['type' => 'list', 'member' => ['shape' => 'EventBus']], 'EventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventId' => ['type' => 'string'], 'EventPattern' => ['type' => 'string'], 'EventResource' => ['type' => 'string'], 'EventResourceList' => ['type' => 'list', 'member' => ['shape' => 'EventResource']], 'EventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'EventSourceList' => ['type' => 'list', 'member' => ['shape' => 'EventSource']], 'EventSourceName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}'], 'EventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventSourceState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'DELETED']], 'EventTime' => ['type' => 'timestamp'], 'HeaderKey' => ['type' => 'string', 'max' => 512, 'pattern' => '^[!#$%&\'*+-.^_`|~0-9a-zA-Z]+$'], 'HeaderParametersMap' => ['type' => 'map', 'key' => ['shape' => 'HeaderKey'], 'value' => ['shape' => 'HeaderValue']], 'HeaderValue' => ['type' => 'string', 'max' => 512, 'pattern' => '^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$'], 'HttpParameters' => ['type' => 'structure', 'members' => ['PathParameterValues' => ['shape' => 'PathParameterList'], 'HeaderParameters' => ['shape' => 'HeaderParametersMap'], 'QueryStringParameters' => ['shape' => 'QueryStringParametersMap']]], 'InputTransformer' => ['type' => 'structure', 'required' => ['InputTemplate'], 'members' => ['InputPathsMap' => ['shape' => 'TransformerPaths'], 'InputTemplate' => ['shape' => 'TransformerInput']]], 'InputTransformerPathKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[A-Za-z0-9\\_\\-]+'], 'Integer' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidEventPatternException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'KinesisParameters' => ['type' => 'structure', 'required' => ['PartitionKeyPath'], 'members' => ['PartitionKeyPath' => ['shape' => 'TargetPartitionKeyPath']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LimitMax100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitMin1' => ['type' => 'integer', 'min' => 1], 'ListEventBusesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventBusesResponse' => ['type' => 'structure', 'members' => ['EventBuses' => ['shape' => 'EventBusList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEventSourcesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventSourcesResponse' => ['type' => 'structure', 'members' => ['EventSources' => ['shape' => 'EventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourceAccountsRequest' => ['type' => 'structure', 'required' => ['EventSourceName'], 'members' => ['EventSourceName' => ['shape' => 'EventSourceName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourceAccountsResponse' => ['type' => 'structure', 'members' => ['PartnerEventSourceAccounts' => ['shape' => 'PartnerEventSourceAccountList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourcesRequest' => ['type' => 'structure', 'required' => ['NamePrefix'], 'members' => ['NamePrefix' => ['shape' => 'PartnerEventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourcesResponse' => ['type' => 'structure', 'members' => ['PartnerEventSources' => ['shape' => 'PartnerEventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRuleNamesByTargetRequest' => ['type' => 'structure', 'required' => ['TargetArn'], 'members' => ['TargetArn' => ['shape' => 'TargetArn'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRuleNamesByTargetResponse' => ['type' => 'structure', 'members' => ['RuleNames' => ['shape' => 'RuleNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'RuleResponseList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListTargetsByRuleRequest' => ['type' => 'structure', 'required' => ['Rule'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListTargetsByRuleResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'ManagedBy' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ManagedRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MessageGroupId' => ['type' => 'string'], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonPartnerEventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'OperationDisabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PartnerEventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'PartnerEventSourceAccount' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'State' => ['shape' => 'EventSourceState']]], 'PartnerEventSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSourceAccount']], 'PartnerEventSourceList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSource']], 'PartnerEventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*'], 'PathParameter' => ['type' => 'string', 'pattern' => '^(?!\\s*$).+'], 'PathParameterList' => ['type' => 'list', 'member' => ['shape' => 'PathParameter']], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Principal' => ['type' => 'string', 'max' => 12, 'min' => 1, 'pattern' => '(\\d{12}|\\*)'], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutEventsRequestEntryList']]], 'PutEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'String'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'PutEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsRequestEntry'], 'max' => 10, 'min' => 1], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutEventsResultEntryList']]], 'PutEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsResultEntry']], 'PutPartnerEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutPartnerEventsRequestEntryList']]], 'PutPartnerEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'EventSourceName'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String']]], 'PutPartnerEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsRequestEntry'], 'max' => 20, 'min' => 1], 'PutPartnerEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutPartnerEventsResultEntryList']]], 'PutPartnerEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutPartnerEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsResultEntry']], 'PutPermissionRequest' => ['type' => 'structure', 'required' => ['Action', 'Principal', 'StatementId'], 'members' => ['EventBusName' => ['shape' => 'NonPartnerEventBusName'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'StatementId' => ['shape' => 'StatementId'], 'Condition' => ['shape' => 'Condition']]], 'PutRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'EventBusName' => ['shape' => 'EventBusName']]], 'PutRuleResponse' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'PutTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Targets'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Targets' => ['shape' => 'TargetList']]], 'PutTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'PutTargetsResultEntryList']]], 'PutTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutTargetsResultEntry']], 'QueryStringKey' => ['type' => 'string', 'max' => 512, 'pattern' => '[^\\x00-\\x1F\\x7F]+'], 'QueryStringParametersMap' => ['type' => 'map', 'key' => ['shape' => 'QueryStringKey'], 'value' => ['shape' => 'QueryStringValue']], 'QueryStringValue' => ['type' => 'string', 'max' => 512, 'pattern' => '[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+'], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['StatementId'], 'members' => ['StatementId' => ['shape' => 'StatementId'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'RemoveTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Ids'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Ids' => ['shape' => 'TargetIdList'], 'Force' => ['shape' => 'Boolean']]], 'RemoveTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'RemoveTargetsResultEntryList']]], 'RemoveTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'RemoveTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'RemoveTargetsResultEntry']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'Rule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'RuleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'RuleDescription' => ['type' => 'string', 'max' => 512], 'RuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'RuleNameList' => ['type' => 'list', 'member' => ['shape' => 'RuleName']], 'RuleResponseList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RuleState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'RunCommandParameters' => ['type' => 'structure', 'required' => ['RunCommandTargets'], 'members' => ['RunCommandTargets' => ['shape' => 'RunCommandTargets']]], 'RunCommandTarget' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'RunCommandTargetKey'], 'Values' => ['shape' => 'RunCommandTargetValues']]], 'RunCommandTargetKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$'], 'RunCommandTargetValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RunCommandTargetValues' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTargetValue'], 'max' => 50, 'min' => 1], 'RunCommandTargets' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTarget'], 'max' => 5, 'min' => 1], 'ScheduleExpression' => ['type' => 'string', 'max' => 256], 'SqsParameters' => ['type' => 'structure', 'members' => ['MessageGroupId' => ['shape' => 'MessageGroupId']]], 'StatementId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_]+'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Target' => ['type' => 'structure', 'required' => ['Id', 'Arn'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Arn' => ['shape' => 'TargetArn'], 'RoleArn' => ['shape' => 'RoleArn'], 'Input' => ['shape' => 'TargetInput'], 'InputPath' => ['shape' => 'TargetInputPath'], 'InputTransformer' => ['shape' => 'InputTransformer'], 'KinesisParameters' => ['shape' => 'KinesisParameters'], 'RunCommandParameters' => ['shape' => 'RunCommandParameters'], 'EcsParameters' => ['shape' => 'EcsParameters'], 'BatchParameters' => ['shape' => 'BatchParameters'], 'SqsParameters' => ['shape' => 'SqsParameters'], 'HttpParameters' => ['shape' => 'HttpParameters']]], 'TargetArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'TargetId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetInput' => ['type' => 'string', 'max' => 8192], 'TargetInputPath' => ['type' => 'string', 'max' => 256], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 100, 'min' => 1], 'TargetPartitionKeyPath' => ['type' => 'string', 'max' => 256], 'TestEventPatternRequest' => ['type' => 'structure', 'required' => ['EventPattern', 'Event'], 'members' => ['EventPattern' => ['shape' => 'EventPattern'], 'Event' => ['shape' => 'String']]], 'TestEventPatternResponse' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'Boolean']]], 'Timestamp' => ['type' => 'timestamp'], 'TransformerInput' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'TransformerPaths' => ['type' => 'map', 'key' => ['shape' => 'InputTransformerPathKey'], 'value' => ['shape' => 'TargetInputPath'], 'max' => 10], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []]]]; diff --git a/vendor/Aws3/Aws/data/events/2015-10-07/api-2.json.php b/vendor/Aws3/Aws/data/events/2015-10-07/api-2.json.php index 3e46f91f..a41c3f07 100644 --- a/vendor/Aws3/Aws/data/events/2015-10-07/api-2.json.php +++ b/vendor/Aws3/Aws/data/events/2015-10-07/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-10-07', 'endpointPrefix' => 'events', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon CloudWatch Events', 'serviceId' => 'CloudWatch Events', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSEvents', 'uid' => 'events-2015-10-07'], 'operations' => ['ActivateEventSource' => ['name' => 'ActivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException']]], 'CreateEventBus' => ['name' => 'CreateEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventBusRequest'], 'output' => ['shape' => 'CreateEventBusResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException']]], 'CreatePartnerEventSource' => ['name' => 'CreatePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePartnerEventSourceRequest'], 'output' => ['shape' => 'CreatePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException']]], 'DeactivateEventSource' => ['name' => 'DeactivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException']]], 'DeleteEventBus' => ['name' => 'DeleteEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventBusRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeletePartnerEventSource' => ['name' => 'DeletePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePartnerEventSourceRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEventBus' => ['name' => 'DescribeEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventBusRequest'], 'output' => ['shape' => 'DescribeEventBusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeEventSource' => ['name' => 'DescribeEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSourceRequest'], 'output' => ['shape' => 'DescribeEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribePartnerEventSource' => ['name' => 'DescribePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePartnerEventSourceRequest'], 'output' => ['shape' => 'DescribePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeRule' => ['name' => 'DescribeRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuleRequest'], 'output' => ['shape' => 'DescribeRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DisableRule' => ['name' => 'DisableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'EnableRule' => ['name' => 'EnableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'ListEventBuses' => ['name' => 'ListEventBuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventBusesRequest'], 'output' => ['shape' => 'ListEventBusesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListEventSources' => ['name' => 'ListEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventSourcesRequest'], 'output' => ['shape' => 'ListEventSourcesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListPartnerEventSourceAccounts' => ['name' => 'ListPartnerEventSourceAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourceAccountsRequest'], 'output' => ['shape' => 'ListPartnerEventSourceAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListPartnerEventSources' => ['name' => 'ListPartnerEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourcesRequest'], 'output' => ['shape' => 'ListPartnerEventSourcesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListRuleNamesByTarget' => ['name' => 'ListRuleNamesByTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleNamesByTargetRequest'], 'output' => ['shape' => 'ListRuleNamesByTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListTargetsByRule' => ['name' => 'ListTargetsByRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsByRuleRequest'], 'output' => ['shape' => 'ListTargetsByRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPartnerEvents' => ['name' => 'PutPartnerEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPartnerEventsRequest'], 'output' => ['shape' => 'PutPartnerEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPermission' => ['name' => 'PutPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'PutRule' => ['name' => 'PutRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRuleRequest'], 'output' => ['shape' => 'PutRuleResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'PutTargets' => ['name' => 'PutTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutTargetsRequest'], 'output' => ['shape' => 'PutTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'RemoveTargets' => ['name' => 'RemoveTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTargetsRequest'], 'output' => ['shape' => 'RemoveTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalException'], ['shape' => 'ManagedRuleException']]], 'TestEventPattern' => ['name' => 'TestEventPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestEventPatternRequest'], 'output' => ['shape' => 'TestEventPatternResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException']]]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '\\d{12}'], 'Action' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => 'events:[a-zA-Z]+'], 'ActivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['Subnets'], 'members' => ['Subnets' => ['shape' => 'StringList'], 'SecurityGroups' => ['shape' => 'StringList'], 'AssignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BatchArrayProperties' => ['type' => 'structure', 'members' => ['Size' => ['shape' => 'Integer']]], 'BatchParameters' => ['type' => 'structure', 'required' => ['JobDefinition', 'JobName'], 'members' => ['JobDefinition' => ['shape' => 'String'], 'JobName' => ['shape' => 'String'], 'ArrayProperties' => ['shape' => 'BatchArrayProperties'], 'RetryStrategy' => ['shape' => 'BatchRetryStrategy']]], 'BatchRetryStrategy' => ['type' => 'structure', 'members' => ['Attempts' => ['shape' => 'Integer']]], 'Boolean' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Condition' => ['type' => 'structure', 'required' => ['Type', 'Key', 'Value'], 'members' => ['Type' => ['shape' => 'String'], 'Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CreateEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName'], 'EventSourceName' => ['shape' => 'EventSourceName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventBusResponse' => ['type' => 'structure', 'members' => ['EventBusArn' => ['shape' => 'String']]], 'CreatePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'CreatePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'String']]], 'DeactivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DeleteEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DeletePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Force' => ['shape' => 'Boolean']]], 'DescribeEventBusRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DescribeEventBusResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'DescribeEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribeEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'DescribePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'DescribeRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DescribeRuleResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DisableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'EcsParameters' => ['type' => 'structure', 'required' => ['TaskDefinitionArn'], 'members' => ['TaskDefinitionArn' => ['shape' => 'Arn'], 'TaskCount' => ['shape' => 'LimitMin1'], 'LaunchType' => ['shape' => 'LaunchType'], 'NetworkConfiguration' => ['shape' => 'NetworkConfiguration'], 'PlatformVersion' => ['shape' => 'String'], 'Group' => ['shape' => 'String']]], 'EnableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EventBus' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'EventBusList' => ['type' => 'list', 'member' => ['shape' => 'EventBus']], 'EventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventId' => ['type' => 'string'], 'EventPattern' => ['type' => 'string'], 'EventResource' => ['type' => 'string'], 'EventResourceList' => ['type' => 'list', 'member' => ['shape' => 'EventResource']], 'EventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'EventSourceList' => ['type' => 'list', 'member' => ['shape' => 'EventSource']], 'EventSourceName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}'], 'EventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventSourceState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'DELETED']], 'EventTime' => ['type' => 'timestamp'], 'InputTransformer' => ['type' => 'structure', 'required' => ['InputTemplate'], 'members' => ['InputPathsMap' => ['shape' => 'TransformerPaths'], 'InputTemplate' => ['shape' => 'TransformerInput']]], 'InputTransformerPathKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[A-Za-z0-9\\_\\-]+'], 'Integer' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidEventPatternException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'KinesisParameters' => ['type' => 'structure', 'required' => ['PartitionKeyPath'], 'members' => ['PartitionKeyPath' => ['shape' => 'TargetPartitionKeyPath']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LimitMax100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitMin1' => ['type' => 'integer', 'min' => 1], 'ListEventBusesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventBusesResponse' => ['type' => 'structure', 'members' => ['EventBuses' => ['shape' => 'EventBusList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEventSourcesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventSourcesResponse' => ['type' => 'structure', 'members' => ['EventSources' => ['shape' => 'EventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourceAccountsRequest' => ['type' => 'structure', 'required' => ['EventSourceName'], 'members' => ['EventSourceName' => ['shape' => 'EventSourceName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourceAccountsResponse' => ['type' => 'structure', 'members' => ['PartnerEventSourceAccounts' => ['shape' => 'PartnerEventSourceAccountList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourcesRequest' => ['type' => 'structure', 'required' => ['NamePrefix'], 'members' => ['NamePrefix' => ['shape' => 'PartnerEventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourcesResponse' => ['type' => 'structure', 'members' => ['PartnerEventSources' => ['shape' => 'PartnerEventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRuleNamesByTargetRequest' => ['type' => 'structure', 'required' => ['TargetArn'], 'members' => ['TargetArn' => ['shape' => 'TargetArn'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRuleNamesByTargetResponse' => ['type' => 'structure', 'members' => ['RuleNames' => ['shape' => 'RuleNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'RuleResponseList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListTargetsByRuleRequest' => ['type' => 'structure', 'required' => ['Rule'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListTargetsByRuleResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'ManagedBy' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ManagedRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MessageGroupId' => ['type' => 'string'], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonPartnerEventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'PartnerEventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'PartnerEventSourceAccount' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'State' => ['shape' => 'EventSourceState']]], 'PartnerEventSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSourceAccount']], 'PartnerEventSourceList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSource']], 'PartnerEventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*'], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Principal' => ['type' => 'string', 'max' => 12, 'min' => 1, 'pattern' => '(\\d{12}|\\*)'], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutEventsRequestEntryList']]], 'PutEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'String'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'PutEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsRequestEntry'], 'max' => 10, 'min' => 1], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutEventsResultEntryList']]], 'PutEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsResultEntry']], 'PutPartnerEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutPartnerEventsRequestEntryList']]], 'PutPartnerEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'EventSourceName'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String']]], 'PutPartnerEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsRequestEntry'], 'max' => 20, 'min' => 1], 'PutPartnerEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutPartnerEventsResultEntryList']]], 'PutPartnerEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutPartnerEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsResultEntry']], 'PutPermissionRequest' => ['type' => 'structure', 'required' => ['Action', 'Principal', 'StatementId'], 'members' => ['EventBusName' => ['shape' => 'NonPartnerEventBusName'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'StatementId' => ['shape' => 'StatementId'], 'Condition' => ['shape' => 'Condition']]], 'PutRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'EventBusName' => ['shape' => 'EventBusName']]], 'PutRuleResponse' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'PutTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Targets'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Targets' => ['shape' => 'TargetList']]], 'PutTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'PutTargetsResultEntryList']]], 'PutTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutTargetsResultEntry']], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['StatementId'], 'members' => ['StatementId' => ['shape' => 'StatementId'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'RemoveTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Ids'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Ids' => ['shape' => 'TargetIdList'], 'Force' => ['shape' => 'Boolean']]], 'RemoveTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'RemoveTargetsResultEntryList']]], 'RemoveTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'RemoveTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'RemoveTargetsResultEntry']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'Rule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'RuleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'RuleDescription' => ['type' => 'string', 'max' => 512], 'RuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'RuleNameList' => ['type' => 'list', 'member' => ['shape' => 'RuleName']], 'RuleResponseList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RuleState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'RunCommandParameters' => ['type' => 'structure', 'required' => ['RunCommandTargets'], 'members' => ['RunCommandTargets' => ['shape' => 'RunCommandTargets']]], 'RunCommandTarget' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'RunCommandTargetKey'], 'Values' => ['shape' => 'RunCommandTargetValues']]], 'RunCommandTargetKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$'], 'RunCommandTargetValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RunCommandTargetValues' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTargetValue'], 'max' => 50, 'min' => 1], 'RunCommandTargets' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTarget'], 'max' => 5, 'min' => 1], 'ScheduleExpression' => ['type' => 'string', 'max' => 256], 'SqsParameters' => ['type' => 'structure', 'members' => ['MessageGroupId' => ['shape' => 'MessageGroupId']]], 'StatementId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_]+'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Target' => ['type' => 'structure', 'required' => ['Id', 'Arn'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Arn' => ['shape' => 'TargetArn'], 'RoleArn' => ['shape' => 'RoleArn'], 'Input' => ['shape' => 'TargetInput'], 'InputPath' => ['shape' => 'TargetInputPath'], 'InputTransformer' => ['shape' => 'InputTransformer'], 'KinesisParameters' => ['shape' => 'KinesisParameters'], 'RunCommandParameters' => ['shape' => 'RunCommandParameters'], 'EcsParameters' => ['shape' => 'EcsParameters'], 'BatchParameters' => ['shape' => 'BatchParameters'], 'SqsParameters' => ['shape' => 'SqsParameters']]], 'TargetArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'TargetId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetInput' => ['type' => 'string', 'max' => 8192], 'TargetInputPath' => ['type' => 'string', 'max' => 256], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 100, 'min' => 1], 'TargetPartitionKeyPath' => ['type' => 'string', 'max' => 256], 'TestEventPatternRequest' => ['type' => 'structure', 'required' => ['EventPattern', 'Event'], 'members' => ['EventPattern' => ['shape' => 'EventPattern'], 'Event' => ['shape' => 'String']]], 'TestEventPatternResponse' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'Boolean']]], 'Timestamp' => ['type' => 'timestamp'], 'TransformerInput' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'TransformerPaths' => ['type' => 'map', 'key' => ['shape' => 'InputTransformerPathKey'], 'value' => ['shape' => 'TargetInputPath'], 'max' => 10], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-10-07', 'endpointPrefix' => 'events', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon CloudWatch Events', 'serviceId' => 'CloudWatch Events', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSEvents', 'uid' => 'events-2015-10-07'], 'operations' => ['ActivateEventSource' => ['name' => 'ActivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'CreateEventBus' => ['name' => 'CreateEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventBusRequest'], 'output' => ['shape' => 'CreateEventBusResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationDisabledException']]], 'CreatePartnerEventSource' => ['name' => 'CreatePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePartnerEventSourceRequest'], 'output' => ['shape' => 'CreatePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationDisabledException']]], 'DeactivateEventSource' => ['name' => 'DeactivateEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateEventSourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidStateException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DeleteEventBus' => ['name' => 'DeleteEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventBusRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'DeletePartnerEventSource' => ['name' => 'DeletePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePartnerEventSourceRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'OperationDisabledException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEventBus' => ['name' => 'DescribeEventBus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventBusRequest'], 'output' => ['shape' => 'DescribeEventBusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DescribeEventSource' => ['name' => 'DescribeEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSourceRequest'], 'output' => ['shape' => 'DescribeEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DescribePartnerEventSource' => ['name' => 'DescribePartnerEventSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePartnerEventSourceRequest'], 'output' => ['shape' => 'DescribePartnerEventSourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'DescribeRule' => ['name' => 'DescribeRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuleRequest'], 'output' => ['shape' => 'DescribeRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'DisableRule' => ['name' => 'DisableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'EnableRule' => ['name' => 'EnableRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableRuleRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'ListEventBuses' => ['name' => 'ListEventBuses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventBusesRequest'], 'output' => ['shape' => 'ListEventBusesResponse'], 'errors' => [['shape' => 'InternalException']]], 'ListEventSources' => ['name' => 'ListEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventSourcesRequest'], 'output' => ['shape' => 'ListEventSourcesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListPartnerEventSourceAccounts' => ['name' => 'ListPartnerEventSourceAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourceAccountsRequest'], 'output' => ['shape' => 'ListPartnerEventSourceAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListPartnerEventSources' => ['name' => 'ListPartnerEventSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPartnerEventSourcesRequest'], 'output' => ['shape' => 'ListPartnerEventSourcesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'ListRuleNamesByTarget' => ['name' => 'ListRuleNamesByTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleNamesByTargetRequest'], 'output' => ['shape' => 'ListRuleNamesByTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'ListTargetsByRule' => ['name' => 'ListTargetsByRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsByRuleRequest'], 'output' => ['shape' => 'ListTargetsByRuleResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'InternalException']]], 'PutPartnerEvents' => ['name' => 'PutPartnerEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPartnerEventsRequest'], 'output' => ['shape' => 'PutPartnerEventsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'OperationDisabledException']]], 'PutPermission' => ['name' => 'PutPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'PutRule' => ['name' => 'PutRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRuleRequest'], 'output' => ['shape' => 'PutRuleResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException'], ['shape' => 'ResourceNotFoundException']]], 'PutTargets' => ['name' => 'PutTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutTargetsRequest'], 'output' => ['shape' => 'PutTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException']]], 'RemoveTargets' => ['name' => 'RemoveTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTargetsRequest'], 'output' => ['shape' => 'RemoveTargetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException'], ['shape' => 'InternalException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalException'], ['shape' => 'ManagedRuleException']]], 'TestEventPattern' => ['name' => 'TestEventPattern', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestEventPatternRequest'], 'output' => ['shape' => 'TestEventPatternResponse'], 'errors' => [['shape' => 'InvalidEventPatternException'], ['shape' => 'InternalException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ManagedRuleException']]]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '\\d{12}'], 'Action' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => 'events:[a-zA-Z]+'], 'ActivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AssignPublicIp' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'AwsVpcConfiguration' => ['type' => 'structure', 'required' => ['Subnets'], 'members' => ['Subnets' => ['shape' => 'StringList'], 'SecurityGroups' => ['shape' => 'StringList'], 'AssignPublicIp' => ['shape' => 'AssignPublicIp']]], 'BatchArrayProperties' => ['type' => 'structure', 'members' => ['Size' => ['shape' => 'Integer']]], 'BatchParameters' => ['type' => 'structure', 'required' => ['JobDefinition', 'JobName'], 'members' => ['JobDefinition' => ['shape' => 'String'], 'JobName' => ['shape' => 'String'], 'ArrayProperties' => ['shape' => 'BatchArrayProperties'], 'RetryStrategy' => ['shape' => 'BatchRetryStrategy']]], 'BatchRetryStrategy' => ['type' => 'structure', 'members' => ['Attempts' => ['shape' => 'Integer']]], 'Boolean' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Condition' => ['type' => 'structure', 'required' => ['Type', 'Key', 'Value'], 'members' => ['Type' => ['shape' => 'String'], 'Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'CreateEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName'], 'EventSourceName' => ['shape' => 'EventSourceName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventBusResponse' => ['type' => 'structure', 'members' => ['EventBusArn' => ['shape' => 'String']]], 'CreatePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'CreatePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'String']]], 'DeactivateEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DeleteEventBusRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DeletePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'Account'], 'members' => ['Name' => ['shape' => 'EventSourceName'], 'Account' => ['shape' => 'AccountId']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Force' => ['shape' => 'Boolean']]], 'DescribeEventBusRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EventBusName']]], 'DescribeEventBusResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'DescribeEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribeEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'DescribePartnerEventSourceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EventSourceName']]], 'DescribePartnerEventSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'DescribeRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DescribeRuleResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'DisableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'EcsParameters' => ['type' => 'structure', 'required' => ['TaskDefinitionArn'], 'members' => ['TaskDefinitionArn' => ['shape' => 'Arn'], 'TaskCount' => ['shape' => 'LimitMin1'], 'LaunchType' => ['shape' => 'LaunchType'], 'NetworkConfiguration' => ['shape' => 'NetworkConfiguration'], 'PlatformVersion' => ['shape' => 'String'], 'Group' => ['shape' => 'String']]], 'EnableRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'EventBus' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Arn' => ['shape' => 'String'], 'Policy' => ['shape' => 'String']]], 'EventBusList' => ['type' => 'list', 'member' => ['shape' => 'EventBus']], 'EventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventId' => ['type' => 'string'], 'EventPattern' => ['type' => 'string'], 'EventResource' => ['type' => 'string'], 'EventResourceList' => ['type' => 'list', 'member' => ['shape' => 'EventResource']], 'EventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'CreatedBy' => ['shape' => 'String'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'Name' => ['shape' => 'String'], 'State' => ['shape' => 'EventSourceState']]], 'EventSourceList' => ['type' => 'list', 'member' => ['shape' => 'EventSource']], 'EventSourceName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner(/[\\.\\-_A-Za-z0-9]+){2,}'], 'EventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[/\\.\\-_A-Za-z0-9]+'], 'EventSourceState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'DELETED']], 'EventTime' => ['type' => 'timestamp'], 'HeaderKey' => ['type' => 'string', 'max' => 512, 'pattern' => '^[!#$%&\'*+-.^_`|~0-9a-zA-Z]+$'], 'HeaderParametersMap' => ['type' => 'map', 'key' => ['shape' => 'HeaderKey'], 'value' => ['shape' => 'HeaderValue']], 'HeaderValue' => ['type' => 'string', 'max' => 512, 'pattern' => '^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$'], 'HttpParameters' => ['type' => 'structure', 'members' => ['PathParameterValues' => ['shape' => 'PathParameterList'], 'HeaderParameters' => ['shape' => 'HeaderParametersMap'], 'QueryStringParameters' => ['shape' => 'QueryStringParametersMap']]], 'InputTransformer' => ['type' => 'structure', 'required' => ['InputTemplate'], 'members' => ['InputPathsMap' => ['shape' => 'TransformerPaths'], 'InputTemplate' => ['shape' => 'TransformerInput']]], 'InputTransformerPathKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[A-Za-z0-9\\_\\-]+'], 'Integer' => ['type' => 'integer'], 'InternalException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidEventPatternException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'KinesisParameters' => ['type' => 'structure', 'required' => ['PartitionKeyPath'], 'members' => ['PartitionKeyPath' => ['shape' => 'TargetPartitionKeyPath']]], 'LaunchType' => ['type' => 'string', 'enum' => ['EC2', 'FARGATE']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LimitMax100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'LimitMin1' => ['type' => 'integer', 'min' => 1], 'ListEventBusesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventBusesResponse' => ['type' => 'structure', 'members' => ['EventBuses' => ['shape' => 'EventBusList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEventSourcesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'EventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListEventSourcesResponse' => ['type' => 'structure', 'members' => ['EventSources' => ['shape' => 'EventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourceAccountsRequest' => ['type' => 'structure', 'required' => ['EventSourceName'], 'members' => ['EventSourceName' => ['shape' => 'EventSourceName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourceAccountsResponse' => ['type' => 'structure', 'members' => ['PartnerEventSourceAccounts' => ['shape' => 'PartnerEventSourceAccountList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPartnerEventSourcesRequest' => ['type' => 'structure', 'required' => ['NamePrefix'], 'members' => ['NamePrefix' => ['shape' => 'PartnerEventSourceNamePrefix'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListPartnerEventSourcesResponse' => ['type' => 'structure', 'members' => ['PartnerEventSources' => ['shape' => 'PartnerEventSourceList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRuleNamesByTargetRequest' => ['type' => 'structure', 'required' => ['TargetArn'], 'members' => ['TargetArn' => ['shape' => 'TargetArn'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRuleNamesByTargetResponse' => ['type' => 'structure', 'members' => ['RuleNames' => ['shape' => 'RuleNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NamePrefix' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'RuleResponseList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListTargetsByRuleRequest' => ['type' => 'structure', 'required' => ['Rule'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'NextToken' => ['shape' => 'NextToken'], 'Limit' => ['shape' => 'LimitMax100']]], 'ListTargetsByRuleResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'ManagedBy' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ManagedRuleException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'MessageGroupId' => ['type' => 'string'], 'NetworkConfiguration' => ['type' => 'structure', 'members' => ['awsvpcConfiguration' => ['shape' => 'AwsVpcConfiguration']]], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonPartnerEventBusName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'OperationDisabledException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'PartnerEventSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'PartnerEventSourceAccount' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp'], 'State' => ['shape' => 'EventSourceState']]], 'PartnerEventSourceAccountList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSourceAccount']], 'PartnerEventSourceList' => ['type' => 'list', 'member' => ['shape' => 'PartnerEventSource']], 'PartnerEventSourceNamePrefix' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*'], 'PathParameter' => ['type' => 'string', 'pattern' => '^(?!\\s*$).+'], 'PathParameterList' => ['type' => 'list', 'member' => ['shape' => 'PathParameter']], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Principal' => ['type' => 'string', 'max' => 12, 'min' => 1, 'pattern' => '(\\d{12}|\\*)'], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutEventsRequestEntryList']]], 'PutEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'String'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'PutEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsRequestEntry'], 'max' => 10, 'min' => 1], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutEventsResultEntryList']]], 'PutEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutEventsResultEntry']], 'PutPartnerEventsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'PutPartnerEventsRequestEntryList']]], 'PutPartnerEventsRequestEntry' => ['type' => 'structure', 'members' => ['Time' => ['shape' => 'EventTime'], 'Source' => ['shape' => 'EventSourceName'], 'Resources' => ['shape' => 'EventResourceList'], 'DetailType' => ['shape' => 'String'], 'Detail' => ['shape' => 'String']]], 'PutPartnerEventsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsRequestEntry'], 'max' => 20, 'min' => 1], 'PutPartnerEventsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'Entries' => ['shape' => 'PutPartnerEventsResultEntryList']]], 'PutPartnerEventsResultEntry' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'EventId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutPartnerEventsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutPartnerEventsResultEntry']], 'PutPermissionRequest' => ['type' => 'structure', 'required' => ['Action', 'Principal', 'StatementId'], 'members' => ['EventBusName' => ['shape' => 'NonPartnerEventBusName'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'StatementId' => ['shape' => 'StatementId'], 'Condition' => ['shape' => 'Condition']]], 'PutRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'RuleName'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'EventBusName' => ['shape' => 'EventBusName']]], 'PutRuleResponse' => ['type' => 'structure', 'members' => ['RuleArn' => ['shape' => 'RuleArn']]], 'PutTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Targets'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Targets' => ['shape' => 'TargetList']]], 'PutTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'PutTargetsResultEntryList']]], 'PutTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutTargetsResultEntry']], 'QueryStringKey' => ['type' => 'string', 'max' => 512, 'pattern' => '[^\\x00-\\x1F\\x7F]+'], 'QueryStringParametersMap' => ['type' => 'map', 'key' => ['shape' => 'QueryStringKey'], 'value' => ['shape' => 'QueryStringValue']], 'QueryStringValue' => ['type' => 'string', 'max' => 512, 'pattern' => '[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+'], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['StatementId'], 'members' => ['StatementId' => ['shape' => 'StatementId'], 'EventBusName' => ['shape' => 'NonPartnerEventBusName']]], 'RemoveTargetsRequest' => ['type' => 'structure', 'required' => ['Rule', 'Ids'], 'members' => ['Rule' => ['shape' => 'RuleName'], 'EventBusName' => ['shape' => 'EventBusName'], 'Ids' => ['shape' => 'TargetIdList'], 'Force' => ['shape' => 'Boolean']]], 'RemoveTargetsResponse' => ['type' => 'structure', 'members' => ['FailedEntryCount' => ['shape' => 'Integer'], 'FailedEntries' => ['shape' => 'RemoveTargetsResultEntryList']]], 'RemoveTargetsResultEntry' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'TargetId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'RemoveTargetsResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'RemoveTargetsResultEntry']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'Rule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'RuleName'], 'Arn' => ['shape' => 'RuleArn'], 'EventPattern' => ['shape' => 'EventPattern'], 'State' => ['shape' => 'RuleState'], 'Description' => ['shape' => 'RuleDescription'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'RoleArn' => ['shape' => 'RoleArn'], 'ManagedBy' => ['shape' => 'ManagedBy'], 'EventBusName' => ['shape' => 'EventBusName']]], 'RuleArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'RuleDescription' => ['type' => 'string', 'max' => 512], 'RuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'RuleNameList' => ['type' => 'list', 'member' => ['shape' => 'RuleName']], 'RuleResponseList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RuleState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'RunCommandParameters' => ['type' => 'structure', 'required' => ['RunCommandTargets'], 'members' => ['RunCommandTargets' => ['shape' => 'RunCommandTargets']]], 'RunCommandTarget' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'RunCommandTargetKey'], 'Values' => ['shape' => 'RunCommandTargetValues']]], 'RunCommandTargetKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$'], 'RunCommandTargetValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'RunCommandTargetValues' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTargetValue'], 'max' => 50, 'min' => 1], 'RunCommandTargets' => ['type' => 'list', 'member' => ['shape' => 'RunCommandTarget'], 'max' => 5, 'min' => 1], 'ScheduleExpression' => ['type' => 'string', 'max' => 256], 'SqsParameters' => ['type' => 'structure', 'members' => ['MessageGroupId' => ['shape' => 'MessageGroupId']]], 'StatementId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_]+'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Target' => ['type' => 'structure', 'required' => ['Id', 'Arn'], 'members' => ['Id' => ['shape' => 'TargetId'], 'Arn' => ['shape' => 'TargetArn'], 'RoleArn' => ['shape' => 'RoleArn'], 'Input' => ['shape' => 'TargetInput'], 'InputPath' => ['shape' => 'TargetInputPath'], 'InputTransformer' => ['shape' => 'InputTransformer'], 'KinesisParameters' => ['shape' => 'KinesisParameters'], 'RunCommandParameters' => ['shape' => 'RunCommandParameters'], 'EcsParameters' => ['shape' => 'EcsParameters'], 'BatchParameters' => ['shape' => 'BatchParameters'], 'SqsParameters' => ['shape' => 'SqsParameters'], 'HttpParameters' => ['shape' => 'HttpParameters']]], 'TargetArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'TargetId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+'], 'TargetIdList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetInput' => ['type' => 'string', 'max' => 8192], 'TargetInputPath' => ['type' => 'string', 'max' => 256], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 100, 'min' => 1], 'TargetPartitionKeyPath' => ['type' => 'string', 'max' => 256], 'TestEventPatternRequest' => ['type' => 'structure', 'required' => ['EventPattern', 'Event'], 'members' => ['EventPattern' => ['shape' => 'EventPattern'], 'Event' => ['shape' => 'String']]], 'TestEventPatternResponse' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'Boolean']]], 'Timestamp' => ['type' => 'timestamp'], 'TransformerInput' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'TransformerPaths' => ['type' => 'map', 'key' => ['shape' => 'InputTransformerPathKey'], 'value' => ['shape' => 'TargetInputPath'], 'max' => 10], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []]]]; diff --git a/vendor/Aws3/Aws/data/firehose/2015-08-04/api-2.json.php b/vendor/Aws3/Aws/data/firehose/2015-08-04/api-2.json.php index 515312db..541e1875 100644 --- a/vendor/Aws3/Aws/data/firehose/2015-08-04/api-2.json.php +++ b/vendor/Aws3/Aws/data/firehose/2015-08-04/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-08-04', 'endpointPrefix' => 'firehose', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Firehose', 'serviceFullName' => 'Amazon Kinesis Firehose', 'serviceId' => 'Firehose', 'signatureVersion' => 'v4', 'targetPrefix' => 'Firehose_20150804', 'uid' => 'firehose-2015-08-04'], 'operations' => ['CreateDeliveryStream' => ['name' => 'CreateDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeliveryStreamInput'], 'output' => ['shape' => 'CreateDeliveryStreamOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidKMSResourceException']]], 'DeleteDeliveryStream' => ['name' => 'DeleteDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeliveryStreamInput'], 'output' => ['shape' => 'DeleteDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDeliveryStream' => ['name' => 'DescribeDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryStreamInput'], 'output' => ['shape' => 'DescribeDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListDeliveryStreams' => ['name' => 'ListDeliveryStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeliveryStreamsInput'], 'output' => ['shape' => 'ListDeliveryStreamsOutput']], 'ListTagsForDeliveryStream' => ['name' => 'ListTagsForDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForDeliveryStreamInput'], 'output' => ['shape' => 'ListTagsForDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'PutRecord' => ['name' => 'PutRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRecordInput'], 'output' => ['shape' => 'PutRecordOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidKMSResourceException'], ['shape' => 'ServiceUnavailableException']]], 'PutRecordBatch' => ['name' => 'PutRecordBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRecordBatchInput'], 'output' => ['shape' => 'PutRecordBatchOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidKMSResourceException'], ['shape' => 'ServiceUnavailableException']]], 'StartDeliveryStreamEncryption' => ['name' => 'StartDeliveryStreamEncryption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDeliveryStreamEncryptionInput'], 'output' => ['shape' => 'StartDeliveryStreamEncryptionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidKMSResourceException']]], 'StopDeliveryStreamEncryption' => ['name' => 'StopDeliveryStreamEncryption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDeliveryStreamEncryptionInput'], 'output' => ['shape' => 'StopDeliveryStreamEncryptionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'TagDeliveryStream' => ['name' => 'TagDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagDeliveryStreamInput'], 'output' => ['shape' => 'TagDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'UntagDeliveryStream' => ['name' => 'UntagDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagDeliveryStreamInput'], 'output' => ['shape' => 'UntagDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'UpdateDestination' => ['name' => 'UpdateDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDestinationInput'], 'output' => ['shape' => 'UpdateDestinationOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['AWSKMSKeyARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'BlockSizeBytes' => ['type' => 'integer', 'min' => 67108864], 'BooleanObject' => ['type' => 'boolean'], 'BucketARN' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:.*'], 'BufferingHints' => ['type' => 'structure', 'members' => ['SizeInMBs' => ['shape' => 'SizeInMBs'], 'IntervalInSeconds' => ['shape' => 'IntervalInSeconds']]], 'CloudWatchLoggingOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanObject'], 'LogGroupName' => ['shape' => 'LogGroupName'], 'LogStreamName' => ['shape' => 'LogStreamName']]], 'ClusterJDBCURL' => ['type' => 'string', 'min' => 1, 'pattern' => 'jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(? ['type' => 'map', 'key' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'value' => ['shape' => 'NonEmptyString']], 'CompressionFormat' => ['type' => 'string', 'enum' => ['UNCOMPRESSED', 'GZIP', 'ZIP', 'Snappy']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CopyCommand' => ['type' => 'structure', 'required' => ['DataTableName'], 'members' => ['DataTableName' => ['shape' => 'DataTableName'], 'DataTableColumns' => ['shape' => 'DataTableColumns'], 'CopyOptions' => ['shape' => 'CopyOptions']]], 'CopyOptions' => ['type' => 'string'], 'CreateDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'KinesisStreamSourceConfiguration' => ['shape' => 'KinesisStreamSourceConfiguration'], 'DeliveryStreamEncryptionConfigurationInput' => ['shape' => 'DeliveryStreamEncryptionConfigurationInput'], 'S3DestinationConfiguration' => ['shape' => 'S3DestinationConfiguration', 'deprecated' => \true], 'ExtendedS3DestinationConfiguration' => ['shape' => 'ExtendedS3DestinationConfiguration'], 'RedshiftDestinationConfiguration' => ['shape' => 'RedshiftDestinationConfiguration'], 'ElasticsearchDestinationConfiguration' => ['shape' => 'ElasticsearchDestinationConfiguration'], 'SplunkDestinationConfiguration' => ['shape' => 'SplunkDestinationConfiguration'], 'Tags' => ['shape' => 'TagDeliveryStreamInputTagList']]], 'CreateDeliveryStreamOutput' => ['type' => 'structure', 'members' => ['DeliveryStreamARN' => ['shape' => 'DeliveryStreamARN']]], 'Data' => ['type' => 'blob', 'max' => 1024000, 'min' => 0], 'DataFormatConversionConfiguration' => ['type' => 'structure', 'members' => ['SchemaConfiguration' => ['shape' => 'SchemaConfiguration'], 'InputFormatConfiguration' => ['shape' => 'InputFormatConfiguration'], 'OutputFormatConfiguration' => ['shape' => 'OutputFormatConfiguration'], 'Enabled' => ['shape' => 'BooleanObject']]], 'DataTableColumns' => ['type' => 'string'], 'DataTableName' => ['type' => 'string', 'min' => 1], 'DeleteDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'AllowForceDelete' => ['shape' => 'BooleanObject']]], 'DeleteDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], 'DeliveryStartTimestamp' => ['type' => 'timestamp'], 'DeliveryStreamARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'DeliveryStreamDescription' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'DeliveryStreamARN', 'DeliveryStreamStatus', 'DeliveryStreamType', 'VersionId', 'Destinations', 'HasMoreDestinations'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamARN' => ['shape' => 'DeliveryStreamARN'], 'DeliveryStreamStatus' => ['shape' => 'DeliveryStreamStatus'], 'FailureDescription' => ['shape' => 'FailureDescription'], 'DeliveryStreamEncryptionConfiguration' => ['shape' => 'DeliveryStreamEncryptionConfiguration'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'VersionId' => ['shape' => 'DeliveryStreamVersionId'], 'CreateTimestamp' => ['shape' => 'Timestamp'], 'LastUpdateTimestamp' => ['shape' => 'Timestamp'], 'Source' => ['shape' => 'SourceDescription'], 'Destinations' => ['shape' => 'DestinationDescriptionList'], 'HasMoreDestinations' => ['shape' => 'BooleanObject']]], 'DeliveryStreamEncryptionConfiguration' => ['type' => 'structure', 'members' => ['KeyARN' => ['shape' => 'AWSKMSKeyARN'], 'KeyType' => ['shape' => 'KeyType'], 'Status' => ['shape' => 'DeliveryStreamEncryptionStatus'], 'FailureDescription' => ['shape' => 'FailureDescription']]], 'DeliveryStreamEncryptionConfigurationInput' => ['type' => 'structure', 'required' => ['KeyType'], 'members' => ['KeyARN' => ['shape' => 'AWSKMSKeyARN'], 'KeyType' => ['shape' => 'KeyType']]], 'DeliveryStreamEncryptionStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'ENABLING', 'ENABLING_FAILED', 'DISABLED', 'DISABLING', 'DISABLING_FAILED']], 'DeliveryStreamFailureType' => ['type' => 'string', 'enum' => ['RETIRE_KMS_GRANT_FAILED', 'CREATE_KMS_GRANT_FAILED', 'KMS_ACCESS_DENIED', 'DISABLED_KMS_KEY', 'INVALID_KMS_KEY', 'KMS_KEY_NOT_FOUND', 'KMS_OPT_IN_REQUIRED', 'UNKNOWN_ERROR']], 'DeliveryStreamName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'DeliveryStreamNameList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryStreamName']], 'DeliveryStreamStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATING_FAILED', 'DELETING', 'DELETING_FAILED', 'ACTIVE']], 'DeliveryStreamType' => ['type' => 'string', 'enum' => ['DirectPut', 'KinesisStreamAsSource']], 'DeliveryStreamVersionId' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[0-9]+'], 'DescribeDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Limit' => ['shape' => 'DescribeDeliveryStreamInputLimit'], 'ExclusiveStartDestinationId' => ['shape' => 'DestinationId']]], 'DescribeDeliveryStreamInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'DescribeDeliveryStreamOutput' => ['type' => 'structure', 'required' => ['DeliveryStreamDescription'], 'members' => ['DeliveryStreamDescription' => ['shape' => 'DeliveryStreamDescription']]], 'Deserializer' => ['type' => 'structure', 'members' => ['OpenXJsonSerDe' => ['shape' => 'OpenXJsonSerDe'], 'HiveJsonSerDe' => ['shape' => 'HiveJsonSerDe']]], 'DestinationDescription' => ['type' => 'structure', 'required' => ['DestinationId'], 'members' => ['DestinationId' => ['shape' => 'DestinationId'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ExtendedS3DestinationDescription' => ['shape' => 'ExtendedS3DestinationDescription'], 'RedshiftDestinationDescription' => ['shape' => 'RedshiftDestinationDescription'], 'ElasticsearchDestinationDescription' => ['shape' => 'ElasticsearchDestinationDescription'], 'SplunkDestinationDescription' => ['shape' => 'SplunkDestinationDescription']]], 'DestinationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'DestinationDescription']], 'DestinationId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ElasticsearchBufferingHints' => ['type' => 'structure', 'members' => ['IntervalInSeconds' => ['shape' => 'ElasticsearchBufferingIntervalInSeconds'], 'SizeInMBs' => ['shape' => 'ElasticsearchBufferingSizeInMBs']]], 'ElasticsearchBufferingIntervalInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'ElasticsearchBufferingSizeInMBs' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ElasticsearchClusterEndpoint' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'https:.*'], 'ElasticsearchDestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'IndexName', 'S3Configuration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3BackupMode' => ['shape' => 'ElasticsearchS3BackupMode'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'ElasticsearchDestinationDescription' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3BackupMode' => ['shape' => 'ElasticsearchS3BackupMode'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'ElasticsearchDestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'ElasticsearchDomainARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'ElasticsearchIndexName' => ['type' => 'string', 'max' => 80, 'min' => 1], 'ElasticsearchIndexRotationPeriod' => ['type' => 'string', 'enum' => ['NoRotation', 'OneHour', 'OneDay', 'OneWeek', 'OneMonth']], 'ElasticsearchRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'ElasticsearchRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'ElasticsearchRetryDurationInSeconds']]], 'ElasticsearchS3BackupMode' => ['type' => 'string', 'enum' => ['FailedDocumentsOnly', 'AllDocuments']], 'ElasticsearchTypeName' => ['type' => 'string', 'max' => 100, 'min' => 0], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['NoEncryptionConfig' => ['shape' => 'NoEncryptionConfig'], 'KMSEncryptionConfig' => ['shape' => 'KMSEncryptionConfig']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'ErrorOutputPrefix' => ['type' => 'string'], 'ExtendedS3DestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupConfiguration' => ['shape' => 'S3DestinationConfiguration'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'ExtendedS3DestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN', 'BufferingHints', 'CompressionFormat', 'EncryptionConfiguration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupDescription' => ['shape' => 'S3DestinationDescription'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'ExtendedS3DestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupUpdate' => ['shape' => 'S3DestinationUpdate'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'FailureDescription' => ['type' => 'structure', 'required' => ['Type', 'Details'], 'members' => ['Type' => ['shape' => 'DeliveryStreamFailureType'], 'Details' => ['shape' => 'NonEmptyString']]], 'HECAcknowledgmentTimeoutInSeconds' => ['type' => 'integer', 'max' => 600, 'min' => 180], 'HECEndpoint' => ['type' => 'string'], 'HECEndpointType' => ['type' => 'string', 'enum' => ['Raw', 'Event']], 'HECToken' => ['type' => 'string'], 'HiveJsonSerDe' => ['type' => 'structure', 'members' => ['TimestampFormats' => ['shape' => 'ListOfNonEmptyStrings']]], 'InputFormatConfiguration' => ['type' => 'structure', 'members' => ['Deserializer' => ['shape' => 'Deserializer']]], 'IntervalInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidKMSResourceException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KMSEncryptionConfig' => ['type' => 'structure', 'required' => ['AWSKMSKeyARN'], 'members' => ['AWSKMSKeyARN' => ['shape' => 'AWSKMSKeyARN']]], 'KeyType' => ['type' => 'string', 'enum' => ['AWS_OWNED_CMK', 'CUSTOMER_MANAGED_CMK']], 'KinesisStreamARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'KinesisStreamSourceConfiguration' => ['type' => 'structure', 'required' => ['KinesisStreamARN', 'RoleARN'], 'members' => ['KinesisStreamARN' => ['shape' => 'KinesisStreamARN'], 'RoleARN' => ['shape' => 'RoleARN']]], 'KinesisStreamSourceDescription' => ['type' => 'structure', 'members' => ['KinesisStreamARN' => ['shape' => 'KinesisStreamARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'DeliveryStartTimestamp' => ['shape' => 'DeliveryStartTimestamp']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListDeliveryStreamsInput' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'ListDeliveryStreamsInputLimit'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'ExclusiveStartDeliveryStreamName' => ['shape' => 'DeliveryStreamName']]], 'ListDeliveryStreamsInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ListDeliveryStreamsOutput' => ['type' => 'structure', 'required' => ['DeliveryStreamNames', 'HasMoreDeliveryStreams'], 'members' => ['DeliveryStreamNames' => ['shape' => 'DeliveryStreamNameList'], 'HasMoreDeliveryStreams' => ['shape' => 'BooleanObject']]], 'ListOfNonEmptyStrings' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ListOfNonEmptyStringsWithoutWhitespace' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyStringWithoutWhitespace']], 'ListTagsForDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'ExclusiveStartTagKey' => ['shape' => 'TagKey'], 'Limit' => ['shape' => 'ListTagsForDeliveryStreamInputLimit']]], 'ListTagsForDeliveryStreamInputLimit' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'ListTagsForDeliveryStreamOutput' => ['type' => 'structure', 'required' => ['Tags', 'HasMoreTags'], 'members' => ['Tags' => ['shape' => 'ListTagsForDeliveryStreamOutputTagList'], 'HasMoreTags' => ['shape' => 'BooleanObject']]], 'ListTagsForDeliveryStreamOutputTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'LogGroupName' => ['type' => 'string'], 'LogStreamName' => ['type' => 'string'], 'NoEncryptionConfig' => ['type' => 'string', 'enum' => ['NoEncryption']], 'NonEmptyString' => ['type' => 'string', 'pattern' => '^(?!\\s*$).+'], 'NonEmptyStringWithoutWhitespace' => ['type' => 'string', 'pattern' => '^\\S+$'], 'NonNegativeIntegerObject' => ['type' => 'integer', 'min' => 0], 'OpenXJsonSerDe' => ['type' => 'structure', 'members' => ['ConvertDotsInJsonKeysToUnderscores' => ['shape' => 'BooleanObject'], 'CaseInsensitive' => ['shape' => 'BooleanObject'], 'ColumnToJsonKeyMappings' => ['shape' => 'ColumnToJsonKeyMappings']]], 'OrcCompression' => ['type' => 'string', 'enum' => ['NONE', 'ZLIB', 'SNAPPY']], 'OrcFormatVersion' => ['type' => 'string', 'enum' => ['V0_11', 'V0_12']], 'OrcRowIndexStride' => ['type' => 'integer', 'min' => 1000], 'OrcSerDe' => ['type' => 'structure', 'members' => ['StripeSizeBytes' => ['shape' => 'OrcStripeSizeBytes'], 'BlockSizeBytes' => ['shape' => 'BlockSizeBytes'], 'RowIndexStride' => ['shape' => 'OrcRowIndexStride'], 'EnablePadding' => ['shape' => 'BooleanObject'], 'PaddingTolerance' => ['shape' => 'Proportion'], 'Compression' => ['shape' => 'OrcCompression'], 'BloomFilterColumns' => ['shape' => 'ListOfNonEmptyStringsWithoutWhitespace'], 'BloomFilterFalsePositiveProbability' => ['shape' => 'Proportion'], 'DictionaryKeyThreshold' => ['shape' => 'Proportion'], 'FormatVersion' => ['shape' => 'OrcFormatVersion']]], 'OrcStripeSizeBytes' => ['type' => 'integer', 'min' => 8388608], 'OutputFormatConfiguration' => ['type' => 'structure', 'members' => ['Serializer' => ['shape' => 'Serializer']]], 'ParquetCompression' => ['type' => 'string', 'enum' => ['UNCOMPRESSED', 'GZIP', 'SNAPPY']], 'ParquetPageSizeBytes' => ['type' => 'integer', 'min' => 65536], 'ParquetSerDe' => ['type' => 'structure', 'members' => ['BlockSizeBytes' => ['shape' => 'BlockSizeBytes'], 'PageSizeBytes' => ['shape' => 'ParquetPageSizeBytes'], 'Compression' => ['shape' => 'ParquetCompression'], 'EnableDictionaryCompression' => ['shape' => 'BooleanObject'], 'MaxPaddingBytes' => ['shape' => 'NonNegativeIntegerObject'], 'WriterVersion' => ['shape' => 'ParquetWriterVersion']]], 'ParquetWriterVersion' => ['type' => 'string', 'enum' => ['V1', 'V2']], 'Password' => ['type' => 'string', 'min' => 6, 'sensitive' => \true], 'Prefix' => ['type' => 'string'], 'ProcessingConfiguration' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanObject'], 'Processors' => ['shape' => 'ProcessorList']]], 'Processor' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'ProcessorType'], 'Parameters' => ['shape' => 'ProcessorParameterList']]], 'ProcessorList' => ['type' => 'list', 'member' => ['shape' => 'Processor']], 'ProcessorParameter' => ['type' => 'structure', 'required' => ['ParameterName', 'ParameterValue'], 'members' => ['ParameterName' => ['shape' => 'ProcessorParameterName'], 'ParameterValue' => ['shape' => 'ProcessorParameterValue']]], 'ProcessorParameterList' => ['type' => 'list', 'member' => ['shape' => 'ProcessorParameter']], 'ProcessorParameterName' => ['type' => 'string', 'enum' => ['LambdaArn', 'NumberOfRetries', 'RoleArn', 'BufferSizeInMBs', 'BufferIntervalInSeconds']], 'ProcessorParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ProcessorType' => ['type' => 'string', 'enum' => ['Lambda']], 'Proportion' => ['type' => 'double', 'max' => 1, 'min' => 0], 'PutRecordBatchInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Records'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Records' => ['shape' => 'PutRecordBatchRequestEntryList']]], 'PutRecordBatchOutput' => ['type' => 'structure', 'required' => ['FailedPutCount', 'RequestResponses'], 'members' => ['FailedPutCount' => ['shape' => 'NonNegativeIntegerObject'], 'Encrypted' => ['shape' => 'BooleanObject'], 'RequestResponses' => ['shape' => 'PutRecordBatchResponseEntryList']]], 'PutRecordBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'Record'], 'max' => 500, 'min' => 1], 'PutRecordBatchResponseEntry' => ['type' => 'structure', 'members' => ['RecordId' => ['shape' => 'PutResponseRecordId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutRecordBatchResponseEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutRecordBatchResponseEntry'], 'max' => 500, 'min' => 1], 'PutRecordInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Record'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Record' => ['shape' => 'Record']]], 'PutRecordOutput' => ['type' => 'structure', 'required' => ['RecordId'], 'members' => ['RecordId' => ['shape' => 'PutResponseRecordId'], 'Encrypted' => ['shape' => 'BooleanObject']]], 'PutResponseRecordId' => ['type' => 'string', 'min' => 1], 'Record' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'Data']]], 'RedshiftDestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'ClusterJDBCURL', 'CopyCommand', 'Username', 'Password', 'S3Configuration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupConfiguration' => ['shape' => 'S3DestinationConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftDestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'ClusterJDBCURL', 'CopyCommand', 'Username', 'S3DestinationDescription'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupDescription' => ['shape' => 'S3DestinationDescription'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftDestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupUpdate' => ['shape' => 'S3DestinationUpdate'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'RedshiftRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'RedshiftRetryDurationInSeconds']]], 'RedshiftS3BackupMode' => ['type' => 'string', 'enum' => ['Disabled', 'Enabled']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RoleARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'S3BackupMode' => ['type' => 'string', 'enum' => ['Disabled', 'Enabled']], 'S3DestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'S3DestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN', 'BufferingHints', 'CompressionFormat', 'EncryptionConfiguration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'S3DestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SchemaConfiguration' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'CatalogId' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'DatabaseName' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'TableName' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'Region' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'VersionId' => ['shape' => 'NonEmptyStringWithoutWhitespace']]], 'Serializer' => ['type' => 'structure', 'members' => ['ParquetSerDe' => ['shape' => 'ParquetSerDe'], 'OrcSerDe' => ['shape' => 'OrcSerDe']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'SizeInMBs' => ['type' => 'integer', 'max' => 128, 'min' => 1], 'SourceDescription' => ['type' => 'structure', 'members' => ['KinesisStreamSourceDescription' => ['shape' => 'KinesisStreamSourceDescription']]], 'SplunkDestinationConfiguration' => ['type' => 'structure', 'required' => ['HECEndpoint', 'HECEndpointType', 'HECToken', 'S3Configuration'], 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkDestinationDescription' => ['type' => 'structure', 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkDestinationUpdate' => ['type' => 'structure', 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'SplunkRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'SplunkRetryDurationInSeconds']]], 'SplunkS3BackupMode' => ['type' => 'string', 'enum' => ['FailedEventsOnly', 'AllEvents']], 'StartDeliveryStreamEncryptionInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamEncryptionConfigurationInput' => ['shape' => 'DeliveryStreamEncryptionConfigurationInput']]], 'StartDeliveryStreamEncryptionOutput' => ['type' => 'structure', 'members' => []], 'StopDeliveryStreamEncryptionInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName']]], 'StopDeliveryStreamEncryptionOutput' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Tags'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Tags' => ['shape' => 'TagDeliveryStreamInputTagList']]], 'TagDeliveryStreamInputTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'UntagDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'TagKeys'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], 'UpdateDestinationInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'CurrentDeliveryStreamVersionId', 'DestinationId'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'CurrentDeliveryStreamVersionId' => ['shape' => 'DeliveryStreamVersionId'], 'DestinationId' => ['shape' => 'DestinationId'], 'S3DestinationUpdate' => ['shape' => 'S3DestinationUpdate', 'deprecated' => \true], 'ExtendedS3DestinationUpdate' => ['shape' => 'ExtendedS3DestinationUpdate'], 'RedshiftDestinationUpdate' => ['shape' => 'RedshiftDestinationUpdate'], 'ElasticsearchDestinationUpdate' => ['shape' => 'ElasticsearchDestinationUpdate'], 'SplunkDestinationUpdate' => ['shape' => 'SplunkDestinationUpdate']]], 'UpdateDestinationOutput' => ['type' => 'structure', 'members' => []], 'Username' => ['type' => 'string', 'min' => 1, 'sensitive' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-08-04', 'endpointPrefix' => 'firehose', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Firehose', 'serviceFullName' => 'Amazon Kinesis Firehose', 'serviceId' => 'Firehose', 'signatureVersion' => 'v4', 'targetPrefix' => 'Firehose_20150804', 'uid' => 'firehose-2015-08-04'], 'operations' => ['CreateDeliveryStream' => ['name' => 'CreateDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDeliveryStreamInput'], 'output' => ['shape' => 'CreateDeliveryStreamOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidKMSResourceException']]], 'DeleteDeliveryStream' => ['name' => 'DeleteDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDeliveryStreamInput'], 'output' => ['shape' => 'DeleteDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDeliveryStream' => ['name' => 'DescribeDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDeliveryStreamInput'], 'output' => ['shape' => 'DescribeDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListDeliveryStreams' => ['name' => 'ListDeliveryStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeliveryStreamsInput'], 'output' => ['shape' => 'ListDeliveryStreamsOutput']], 'ListTagsForDeliveryStream' => ['name' => 'ListTagsForDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForDeliveryStreamInput'], 'output' => ['shape' => 'ListTagsForDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'PutRecord' => ['name' => 'PutRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRecordInput'], 'output' => ['shape' => 'PutRecordOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidKMSResourceException'], ['shape' => 'ServiceUnavailableException']]], 'PutRecordBatch' => ['name' => 'PutRecordBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRecordBatchInput'], 'output' => ['shape' => 'PutRecordBatchOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidKMSResourceException'], ['shape' => 'ServiceUnavailableException']]], 'StartDeliveryStreamEncryption' => ['name' => 'StartDeliveryStreamEncryption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDeliveryStreamEncryptionInput'], 'output' => ['shape' => 'StartDeliveryStreamEncryptionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidKMSResourceException']]], 'StopDeliveryStreamEncryption' => ['name' => 'StopDeliveryStreamEncryption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDeliveryStreamEncryptionInput'], 'output' => ['shape' => 'StopDeliveryStreamEncryptionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'TagDeliveryStream' => ['name' => 'TagDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagDeliveryStreamInput'], 'output' => ['shape' => 'TagDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'UntagDeliveryStream' => ['name' => 'UntagDeliveryStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagDeliveryStreamInput'], 'output' => ['shape' => 'UntagDeliveryStreamOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'UpdateDestination' => ['name' => 'UpdateDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDestinationInput'], 'output' => ['shape' => 'UpdateDestinationOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['AWSKMSKeyARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'BlockSizeBytes' => ['type' => 'integer', 'min' => 67108864], 'BooleanObject' => ['type' => 'boolean'], 'BucketARN' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:.*'], 'BufferingHints' => ['type' => 'structure', 'members' => ['SizeInMBs' => ['shape' => 'SizeInMBs'], 'IntervalInSeconds' => ['shape' => 'IntervalInSeconds']]], 'CloudWatchLoggingOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanObject'], 'LogGroupName' => ['shape' => 'LogGroupName'], 'LogStreamName' => ['shape' => 'LogStreamName']]], 'ClusterJDBCURL' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(? ['type' => 'map', 'key' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'value' => ['shape' => 'NonEmptyString']], 'CompressionFormat' => ['type' => 'string', 'enum' => ['UNCOMPRESSED', 'GZIP', 'ZIP', 'Snappy', 'HADOOP_SNAPPY']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ContentEncoding' => ['type' => 'string', 'enum' => ['NONE', 'GZIP']], 'CopyCommand' => ['type' => 'structure', 'required' => ['DataTableName'], 'members' => ['DataTableName' => ['shape' => 'DataTableName'], 'DataTableColumns' => ['shape' => 'DataTableColumns'], 'CopyOptions' => ['shape' => 'CopyOptions']]], 'CopyOptions' => ['type' => 'string', 'max' => 204800, 'min' => 0, 'pattern' => '.*'], 'CreateDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'KinesisStreamSourceConfiguration' => ['shape' => 'KinesisStreamSourceConfiguration'], 'DeliveryStreamEncryptionConfigurationInput' => ['shape' => 'DeliveryStreamEncryptionConfigurationInput'], 'S3DestinationConfiguration' => ['shape' => 'S3DestinationConfiguration', 'deprecated' => \true], 'ExtendedS3DestinationConfiguration' => ['shape' => 'ExtendedS3DestinationConfiguration'], 'RedshiftDestinationConfiguration' => ['shape' => 'RedshiftDestinationConfiguration'], 'ElasticsearchDestinationConfiguration' => ['shape' => 'ElasticsearchDestinationConfiguration'], 'SplunkDestinationConfiguration' => ['shape' => 'SplunkDestinationConfiguration'], 'HttpEndpointDestinationConfiguration' => ['shape' => 'HttpEndpointDestinationConfiguration'], 'Tags' => ['shape' => 'TagDeliveryStreamInputTagList']]], 'CreateDeliveryStreamOutput' => ['type' => 'structure', 'members' => ['DeliveryStreamARN' => ['shape' => 'DeliveryStreamARN']]], 'Data' => ['type' => 'blob', 'max' => 1024000, 'min' => 0], 'DataFormatConversionConfiguration' => ['type' => 'structure', 'members' => ['SchemaConfiguration' => ['shape' => 'SchemaConfiguration'], 'InputFormatConfiguration' => ['shape' => 'InputFormatConfiguration'], 'OutputFormatConfiguration' => ['shape' => 'OutputFormatConfiguration'], 'Enabled' => ['shape' => 'BooleanObject']]], 'DataTableColumns' => ['type' => 'string', 'max' => 204800, 'min' => 0, 'pattern' => '.*'], 'DataTableName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*'], 'DeleteDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'AllowForceDelete' => ['shape' => 'BooleanObject']]], 'DeleteDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], 'DeliveryStartTimestamp' => ['type' => 'timestamp'], 'DeliveryStreamARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'DeliveryStreamDescription' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'DeliveryStreamARN', 'DeliveryStreamStatus', 'DeliveryStreamType', 'VersionId', 'Destinations', 'HasMoreDestinations'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamARN' => ['shape' => 'DeliveryStreamARN'], 'DeliveryStreamStatus' => ['shape' => 'DeliveryStreamStatus'], 'FailureDescription' => ['shape' => 'FailureDescription'], 'DeliveryStreamEncryptionConfiguration' => ['shape' => 'DeliveryStreamEncryptionConfiguration'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'VersionId' => ['shape' => 'DeliveryStreamVersionId'], 'CreateTimestamp' => ['shape' => 'Timestamp'], 'LastUpdateTimestamp' => ['shape' => 'Timestamp'], 'Source' => ['shape' => 'SourceDescription'], 'Destinations' => ['shape' => 'DestinationDescriptionList'], 'HasMoreDestinations' => ['shape' => 'BooleanObject']]], 'DeliveryStreamEncryptionConfiguration' => ['type' => 'structure', 'members' => ['KeyARN' => ['shape' => 'AWSKMSKeyARN'], 'KeyType' => ['shape' => 'KeyType'], 'Status' => ['shape' => 'DeliveryStreamEncryptionStatus'], 'FailureDescription' => ['shape' => 'FailureDescription']]], 'DeliveryStreamEncryptionConfigurationInput' => ['type' => 'structure', 'required' => ['KeyType'], 'members' => ['KeyARN' => ['shape' => 'AWSKMSKeyARN'], 'KeyType' => ['shape' => 'KeyType']]], 'DeliveryStreamEncryptionStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'ENABLING', 'ENABLING_FAILED', 'DISABLED', 'DISABLING', 'DISABLING_FAILED']], 'DeliveryStreamFailureType' => ['type' => 'string', 'enum' => ['RETIRE_KMS_GRANT_FAILED', 'CREATE_KMS_GRANT_FAILED', 'KMS_ACCESS_DENIED', 'DISABLED_KMS_KEY', 'INVALID_KMS_KEY', 'KMS_KEY_NOT_FOUND', 'KMS_OPT_IN_REQUIRED', 'CREATE_ENI_FAILED', 'DELETE_ENI_FAILED', 'SUBNET_NOT_FOUND', 'SECURITY_GROUP_NOT_FOUND', 'ENI_ACCESS_DENIED', 'SUBNET_ACCESS_DENIED', 'SECURITY_GROUP_ACCESS_DENIED', 'UNKNOWN_ERROR']], 'DeliveryStreamName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'DeliveryStreamNameList' => ['type' => 'list', 'member' => ['shape' => 'DeliveryStreamName']], 'DeliveryStreamStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATING_FAILED', 'DELETING', 'DELETING_FAILED', 'ACTIVE']], 'DeliveryStreamType' => ['type' => 'string', 'enum' => ['DirectPut', 'KinesisStreamAsSource']], 'DeliveryStreamVersionId' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[0-9]+'], 'DescribeDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Limit' => ['shape' => 'DescribeDeliveryStreamInputLimit'], 'ExclusiveStartDestinationId' => ['shape' => 'DestinationId']]], 'DescribeDeliveryStreamInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'DescribeDeliveryStreamOutput' => ['type' => 'structure', 'required' => ['DeliveryStreamDescription'], 'members' => ['DeliveryStreamDescription' => ['shape' => 'DeliveryStreamDescription']]], 'Deserializer' => ['type' => 'structure', 'members' => ['OpenXJsonSerDe' => ['shape' => 'OpenXJsonSerDe'], 'HiveJsonSerDe' => ['shape' => 'HiveJsonSerDe']]], 'DestinationDescription' => ['type' => 'structure', 'required' => ['DestinationId'], 'members' => ['DestinationId' => ['shape' => 'DestinationId'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ExtendedS3DestinationDescription' => ['shape' => 'ExtendedS3DestinationDescription'], 'RedshiftDestinationDescription' => ['shape' => 'RedshiftDestinationDescription'], 'ElasticsearchDestinationDescription' => ['shape' => 'ElasticsearchDestinationDescription'], 'SplunkDestinationDescription' => ['shape' => 'SplunkDestinationDescription'], 'HttpEndpointDestinationDescription' => ['shape' => 'HttpEndpointDestinationDescription']]], 'DestinationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'DestinationDescription']], 'DestinationId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'ElasticsearchBufferingHints' => ['type' => 'structure', 'members' => ['IntervalInSeconds' => ['shape' => 'ElasticsearchBufferingIntervalInSeconds'], 'SizeInMBs' => ['shape' => 'ElasticsearchBufferingSizeInMBs']]], 'ElasticsearchBufferingIntervalInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'ElasticsearchBufferingSizeInMBs' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ElasticsearchClusterEndpoint' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'https:.*'], 'ElasticsearchDestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'IndexName', 'S3Configuration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3BackupMode' => ['shape' => 'ElasticsearchS3BackupMode'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration']]], 'ElasticsearchDestinationDescription' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3BackupMode' => ['shape' => 'ElasticsearchS3BackupMode'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'VpcConfigurationDescription' => ['shape' => 'VpcConfigurationDescription']]], 'ElasticsearchDestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'DomainARN' => ['shape' => 'ElasticsearchDomainARN'], 'ClusterEndpoint' => ['shape' => 'ElasticsearchClusterEndpoint'], 'IndexName' => ['shape' => 'ElasticsearchIndexName'], 'TypeName' => ['shape' => 'ElasticsearchTypeName'], 'IndexRotationPeriod' => ['shape' => 'ElasticsearchIndexRotationPeriod'], 'BufferingHints' => ['shape' => 'ElasticsearchBufferingHints'], 'RetryOptions' => ['shape' => 'ElasticsearchRetryOptions'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'ElasticsearchDomainARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'ElasticsearchIndexName' => ['type' => 'string', 'max' => 80, 'min' => 1, 'pattern' => '.*'], 'ElasticsearchIndexRotationPeriod' => ['type' => 'string', 'enum' => ['NoRotation', 'OneHour', 'OneDay', 'OneWeek', 'OneMonth']], 'ElasticsearchRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'ElasticsearchRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'ElasticsearchRetryDurationInSeconds']]], 'ElasticsearchS3BackupMode' => ['type' => 'string', 'enum' => ['FailedDocumentsOnly', 'AllDocuments']], 'ElasticsearchTypeName' => ['type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '.*'], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['NoEncryptionConfig' => ['shape' => 'NoEncryptionConfig'], 'KMSEncryptionConfig' => ['shape' => 'KMSEncryptionConfig']]], 'ErrorCode' => ['type' => 'string'], 'ErrorMessage' => ['type' => 'string'], 'ErrorOutputPrefix' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*'], 'ExtendedS3DestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupConfiguration' => ['shape' => 'S3DestinationConfiguration'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'ExtendedS3DestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN', 'BufferingHints', 'CompressionFormat', 'EncryptionConfiguration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupDescription' => ['shape' => 'S3DestinationDescription'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'ExtendedS3DestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'S3BackupMode'], 'S3BackupUpdate' => ['shape' => 'S3DestinationUpdate'], 'DataFormatConversionConfiguration' => ['shape' => 'DataFormatConversionConfiguration']]], 'FailureDescription' => ['type' => 'structure', 'required' => ['Type', 'Details'], 'members' => ['Type' => ['shape' => 'DeliveryStreamFailureType'], 'Details' => ['shape' => 'NonEmptyString']]], 'HECAcknowledgmentTimeoutInSeconds' => ['type' => 'integer', 'max' => 600, 'min' => 180], 'HECEndpoint' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '.*'], 'HECEndpointType' => ['type' => 'string', 'enum' => ['Raw', 'Event']], 'HECToken' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '.*'], 'HiveJsonSerDe' => ['type' => 'structure', 'members' => ['TimestampFormats' => ['shape' => 'ListOfNonEmptyStrings']]], 'HttpEndpointAccessKey' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '.*', 'sensitive' => \true], 'HttpEndpointAttributeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^(?!\\s*$).+', 'sensitive' => \true], 'HttpEndpointAttributeValue' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*', 'sensitive' => \true], 'HttpEndpointBufferingHints' => ['type' => 'structure', 'members' => ['SizeInMBs' => ['shape' => 'HttpEndpointBufferingSizeInMBs'], 'IntervalInSeconds' => ['shape' => 'HttpEndpointBufferingIntervalInSeconds']]], 'HttpEndpointBufferingIntervalInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'HttpEndpointBufferingSizeInMBs' => ['type' => 'integer', 'max' => 64, 'min' => 1], 'HttpEndpointCommonAttribute' => ['type' => 'structure', 'required' => ['AttributeName', 'AttributeValue'], 'members' => ['AttributeName' => ['shape' => 'HttpEndpointAttributeName'], 'AttributeValue' => ['shape' => 'HttpEndpointAttributeValue']]], 'HttpEndpointCommonAttributesList' => ['type' => 'list', 'member' => ['shape' => 'HttpEndpointCommonAttribute'], 'max' => 50, 'min' => 0], 'HttpEndpointConfiguration' => ['type' => 'structure', 'required' => ['Url'], 'members' => ['Url' => ['shape' => 'HttpEndpointUrl'], 'Name' => ['shape' => 'HttpEndpointName'], 'AccessKey' => ['shape' => 'HttpEndpointAccessKey']]], 'HttpEndpointDescription' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'HttpEndpointUrl'], 'Name' => ['shape' => 'HttpEndpointName']]], 'HttpEndpointDestinationConfiguration' => ['type' => 'structure', 'required' => ['EndpointConfiguration', 'S3Configuration'], 'members' => ['EndpointConfiguration' => ['shape' => 'HttpEndpointConfiguration'], 'BufferingHints' => ['shape' => 'HttpEndpointBufferingHints'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'RequestConfiguration' => ['shape' => 'HttpEndpointRequestConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'RoleARN' => ['shape' => 'RoleARN'], 'RetryOptions' => ['shape' => 'HttpEndpointRetryOptions'], 'S3BackupMode' => ['shape' => 'HttpEndpointS3BackupMode'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration']]], 'HttpEndpointDestinationDescription' => ['type' => 'structure', 'members' => ['EndpointConfiguration' => ['shape' => 'HttpEndpointDescription'], 'BufferingHints' => ['shape' => 'HttpEndpointBufferingHints'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'RequestConfiguration' => ['shape' => 'HttpEndpointRequestConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'RoleARN' => ['shape' => 'RoleARN'], 'RetryOptions' => ['shape' => 'HttpEndpointRetryOptions'], 'S3BackupMode' => ['shape' => 'HttpEndpointS3BackupMode'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription']]], 'HttpEndpointDestinationUpdate' => ['type' => 'structure', 'members' => ['EndpointConfiguration' => ['shape' => 'HttpEndpointConfiguration'], 'BufferingHints' => ['shape' => 'HttpEndpointBufferingHints'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions'], 'RequestConfiguration' => ['shape' => 'HttpEndpointRequestConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'RoleARN' => ['shape' => 'RoleARN'], 'RetryOptions' => ['shape' => 'HttpEndpointRetryOptions'], 'S3BackupMode' => ['shape' => 'HttpEndpointS3BackupMode'], 'S3Update' => ['shape' => 'S3DestinationUpdate']]], 'HttpEndpointName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^(?!\\s*$).+'], 'HttpEndpointRequestConfiguration' => ['type' => 'structure', 'members' => ['ContentEncoding' => ['shape' => 'ContentEncoding'], 'CommonAttributes' => ['shape' => 'HttpEndpointCommonAttributesList']]], 'HttpEndpointRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'HttpEndpointRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'HttpEndpointRetryDurationInSeconds']]], 'HttpEndpointS3BackupMode' => ['type' => 'string', 'enum' => ['FailedDataOnly', 'AllData']], 'HttpEndpointUrl' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => 'https://.*', 'sensitive' => \true], 'InputFormatConfiguration' => ['type' => 'structure', 'members' => ['Deserializer' => ['shape' => 'Deserializer']]], 'IntervalInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidKMSResourceException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KMSEncryptionConfig' => ['type' => 'structure', 'required' => ['AWSKMSKeyARN'], 'members' => ['AWSKMSKeyARN' => ['shape' => 'AWSKMSKeyARN']]], 'KeyType' => ['type' => 'string', 'enum' => ['AWS_OWNED_CMK', 'CUSTOMER_MANAGED_CMK']], 'KinesisStreamARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'KinesisStreamSourceConfiguration' => ['type' => 'structure', 'required' => ['KinesisStreamARN', 'RoleARN'], 'members' => ['KinesisStreamARN' => ['shape' => 'KinesisStreamARN'], 'RoleARN' => ['shape' => 'RoleARN']]], 'KinesisStreamSourceDescription' => ['type' => 'structure', 'members' => ['KinesisStreamARN' => ['shape' => 'KinesisStreamARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'DeliveryStartTimestamp' => ['shape' => 'DeliveryStartTimestamp']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListDeliveryStreamsInput' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'ListDeliveryStreamsInputLimit'], 'DeliveryStreamType' => ['shape' => 'DeliveryStreamType'], 'ExclusiveStartDeliveryStreamName' => ['shape' => 'DeliveryStreamName']]], 'ListDeliveryStreamsInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ListDeliveryStreamsOutput' => ['type' => 'structure', 'required' => ['DeliveryStreamNames', 'HasMoreDeliveryStreams'], 'members' => ['DeliveryStreamNames' => ['shape' => 'DeliveryStreamNameList'], 'HasMoreDeliveryStreams' => ['shape' => 'BooleanObject']]], 'ListOfNonEmptyStrings' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ListOfNonEmptyStringsWithoutWhitespace' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyStringWithoutWhitespace']], 'ListTagsForDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'ExclusiveStartTagKey' => ['shape' => 'TagKey'], 'Limit' => ['shape' => 'ListTagsForDeliveryStreamInputLimit']]], 'ListTagsForDeliveryStreamInputLimit' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'ListTagsForDeliveryStreamOutput' => ['type' => 'structure', 'required' => ['Tags', 'HasMoreTags'], 'members' => ['Tags' => ['shape' => 'ListTagsForDeliveryStreamOutputTagList'], 'HasMoreTags' => ['shape' => 'BooleanObject']]], 'ListTagsForDeliveryStreamOutputTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'LogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 0, 'pattern' => '[\\.\\-_/#A-Za-z0-9]*'], 'LogStreamName' => ['type' => 'string', 'max' => 512, 'min' => 0, 'pattern' => '[^:*]*'], 'NoEncryptionConfig' => ['type' => 'string', 'enum' => ['NoEncryption']], 'NonEmptyString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^(?!\\s*$).+'], 'NonEmptyStringWithoutWhitespace' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^\\S+$'], 'NonNegativeIntegerObject' => ['type' => 'integer', 'min' => 0], 'OpenXJsonSerDe' => ['type' => 'structure', 'members' => ['ConvertDotsInJsonKeysToUnderscores' => ['shape' => 'BooleanObject'], 'CaseInsensitive' => ['shape' => 'BooleanObject'], 'ColumnToJsonKeyMappings' => ['shape' => 'ColumnToJsonKeyMappings']]], 'OrcCompression' => ['type' => 'string', 'enum' => ['NONE', 'ZLIB', 'SNAPPY']], 'OrcFormatVersion' => ['type' => 'string', 'enum' => ['V0_11', 'V0_12']], 'OrcRowIndexStride' => ['type' => 'integer', 'min' => 1000], 'OrcSerDe' => ['type' => 'structure', 'members' => ['StripeSizeBytes' => ['shape' => 'OrcStripeSizeBytes'], 'BlockSizeBytes' => ['shape' => 'BlockSizeBytes'], 'RowIndexStride' => ['shape' => 'OrcRowIndexStride'], 'EnablePadding' => ['shape' => 'BooleanObject'], 'PaddingTolerance' => ['shape' => 'Proportion'], 'Compression' => ['shape' => 'OrcCompression'], 'BloomFilterColumns' => ['shape' => 'ListOfNonEmptyStringsWithoutWhitespace'], 'BloomFilterFalsePositiveProbability' => ['shape' => 'Proportion'], 'DictionaryKeyThreshold' => ['shape' => 'Proportion'], 'FormatVersion' => ['shape' => 'OrcFormatVersion']]], 'OrcStripeSizeBytes' => ['type' => 'integer', 'min' => 8388608], 'OutputFormatConfiguration' => ['type' => 'structure', 'members' => ['Serializer' => ['shape' => 'Serializer']]], 'ParquetCompression' => ['type' => 'string', 'enum' => ['UNCOMPRESSED', 'GZIP', 'SNAPPY']], 'ParquetPageSizeBytes' => ['type' => 'integer', 'min' => 65536], 'ParquetSerDe' => ['type' => 'structure', 'members' => ['BlockSizeBytes' => ['shape' => 'BlockSizeBytes'], 'PageSizeBytes' => ['shape' => 'ParquetPageSizeBytes'], 'Compression' => ['shape' => 'ParquetCompression'], 'EnableDictionaryCompression' => ['shape' => 'BooleanObject'], 'MaxPaddingBytes' => ['shape' => 'NonNegativeIntegerObject'], 'WriterVersion' => ['shape' => 'ParquetWriterVersion']]], 'ParquetWriterVersion' => ['type' => 'string', 'enum' => ['V1', 'V2']], 'Password' => ['type' => 'string', 'max' => 512, 'min' => 6, 'pattern' => '.*', 'sensitive' => \true], 'Prefix' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*'], 'ProcessingConfiguration' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'BooleanObject'], 'Processors' => ['shape' => 'ProcessorList']]], 'Processor' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'ProcessorType'], 'Parameters' => ['shape' => 'ProcessorParameterList']]], 'ProcessorList' => ['type' => 'list', 'member' => ['shape' => 'Processor']], 'ProcessorParameter' => ['type' => 'structure', 'required' => ['ParameterName', 'ParameterValue'], 'members' => ['ParameterName' => ['shape' => 'ProcessorParameterName'], 'ParameterValue' => ['shape' => 'ProcessorParameterValue']]], 'ProcessorParameterList' => ['type' => 'list', 'member' => ['shape' => 'ProcessorParameter']], 'ProcessorParameterName' => ['type' => 'string', 'enum' => ['LambdaArn', 'NumberOfRetries', 'RoleArn', 'BufferSizeInMBs', 'BufferIntervalInSeconds']], 'ProcessorParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '^(?!\\s*$).+'], 'ProcessorType' => ['type' => 'string', 'enum' => ['Lambda']], 'Proportion' => ['type' => 'double', 'max' => 1, 'min' => 0], 'PutRecordBatchInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Records'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Records' => ['shape' => 'PutRecordBatchRequestEntryList']]], 'PutRecordBatchOutput' => ['type' => 'structure', 'required' => ['FailedPutCount', 'RequestResponses'], 'members' => ['FailedPutCount' => ['shape' => 'NonNegativeIntegerObject'], 'Encrypted' => ['shape' => 'BooleanObject'], 'RequestResponses' => ['shape' => 'PutRecordBatchResponseEntryList']]], 'PutRecordBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'Record'], 'max' => 500, 'min' => 1], 'PutRecordBatchResponseEntry' => ['type' => 'structure', 'members' => ['RecordId' => ['shape' => 'PutResponseRecordId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'PutRecordBatchResponseEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutRecordBatchResponseEntry'], 'max' => 500, 'min' => 1], 'PutRecordInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Record'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Record' => ['shape' => 'Record']]], 'PutRecordOutput' => ['type' => 'structure', 'required' => ['RecordId'], 'members' => ['RecordId' => ['shape' => 'PutResponseRecordId'], 'Encrypted' => ['shape' => 'BooleanObject']]], 'PutResponseRecordId' => ['type' => 'string', 'min' => 1], 'Record' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'Data']]], 'RedshiftDestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'ClusterJDBCURL', 'CopyCommand', 'Username', 'Password', 'S3Configuration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupConfiguration' => ['shape' => 'S3DestinationConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftDestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'ClusterJDBCURL', 'CopyCommand', 'Username', 'S3DestinationDescription'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupDescription' => ['shape' => 'S3DestinationDescription'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftDestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'ClusterJDBCURL' => ['shape' => 'ClusterJDBCURL'], 'CopyCommand' => ['shape' => 'CopyCommand'], 'Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password'], 'RetryOptions' => ['shape' => 'RedshiftRetryOptions'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'S3BackupMode' => ['shape' => 'RedshiftS3BackupMode'], 'S3BackupUpdate' => ['shape' => 'S3DestinationUpdate'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'RedshiftRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'RedshiftRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'RedshiftRetryDurationInSeconds']]], 'RedshiftS3BackupMode' => ['type' => 'string', 'enum' => ['Disabled', 'Enabled']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RoleARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'S3BackupMode' => ['type' => 'string', 'enum' => ['Disabled', 'Enabled']], 'S3DestinationConfiguration' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'S3DestinationDescription' => ['type' => 'structure', 'required' => ['RoleARN', 'BucketARN', 'BufferingHints', 'CompressionFormat', 'EncryptionConfiguration'], 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'S3DestinationUpdate' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'RoleARN'], 'BucketARN' => ['shape' => 'BucketARN'], 'Prefix' => ['shape' => 'Prefix'], 'ErrorOutputPrefix' => ['shape' => 'ErrorOutputPrefix'], 'BufferingHints' => ['shape' => 'BufferingHints'], 'CompressionFormat' => ['shape' => 'CompressionFormat'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SchemaConfiguration' => ['type' => 'structure', 'members' => ['RoleARN' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'CatalogId' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'DatabaseName' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'TableName' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'Region' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'VersionId' => ['shape' => 'NonEmptyStringWithoutWhitespace']]], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'max' => 5, 'min' => 1], 'Serializer' => ['type' => 'structure', 'members' => ['ParquetSerDe' => ['shape' => 'ParquetSerDe'], 'OrcSerDe' => ['shape' => 'OrcSerDe']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'SizeInMBs' => ['type' => 'integer', 'max' => 128, 'min' => 1], 'SourceDescription' => ['type' => 'structure', 'members' => ['KinesisStreamSourceDescription' => ['shape' => 'KinesisStreamSourceDescription']]], 'SplunkDestinationConfiguration' => ['type' => 'structure', 'required' => ['HECEndpoint', 'HECEndpointType', 'HECToken', 'S3Configuration'], 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3Configuration' => ['shape' => 'S3DestinationConfiguration'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkDestinationDescription' => ['type' => 'structure', 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3DestinationDescription' => ['shape' => 'S3DestinationDescription'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkDestinationUpdate' => ['type' => 'structure', 'members' => ['HECEndpoint' => ['shape' => 'HECEndpoint'], 'HECEndpointType' => ['shape' => 'HECEndpointType'], 'HECToken' => ['shape' => 'HECToken'], 'HECAcknowledgmentTimeoutInSeconds' => ['shape' => 'HECAcknowledgmentTimeoutInSeconds'], 'RetryOptions' => ['shape' => 'SplunkRetryOptions'], 'S3BackupMode' => ['shape' => 'SplunkS3BackupMode'], 'S3Update' => ['shape' => 'S3DestinationUpdate'], 'ProcessingConfiguration' => ['shape' => 'ProcessingConfiguration'], 'CloudWatchLoggingOptions' => ['shape' => 'CloudWatchLoggingOptions']]], 'SplunkRetryDurationInSeconds' => ['type' => 'integer', 'max' => 7200, 'min' => 0], 'SplunkRetryOptions' => ['type' => 'structure', 'members' => ['DurationInSeconds' => ['shape' => 'SplunkRetryDurationInSeconds']]], 'SplunkS3BackupMode' => ['type' => 'string', 'enum' => ['FailedEventsOnly', 'AllEvents']], 'StartDeliveryStreamEncryptionInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'DeliveryStreamEncryptionConfigurationInput' => ['shape' => 'DeliveryStreamEncryptionConfigurationInput']]], 'StartDeliveryStreamEncryptionOutput' => ['type' => 'structure', 'members' => []], 'StopDeliveryStreamEncryptionInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName']]], 'StopDeliveryStreamEncryptionOutput' => ['type' => 'structure', 'members' => []], 'SubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyStringWithoutWhitespace'], 'max' => 16, 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'Tags'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'Tags' => ['shape' => 'TagDeliveryStreamInputTagList']]], 'TagDeliveryStreamInputTagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], '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], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$'], 'Timestamp' => ['type' => 'timestamp'], 'UntagDeliveryStreamInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'TagKeys'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagDeliveryStreamOutput' => ['type' => 'structure', 'members' => []], 'UpdateDestinationInput' => ['type' => 'structure', 'required' => ['DeliveryStreamName', 'CurrentDeliveryStreamVersionId', 'DestinationId'], 'members' => ['DeliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'CurrentDeliveryStreamVersionId' => ['shape' => 'DeliveryStreamVersionId'], 'DestinationId' => ['shape' => 'DestinationId'], 'S3DestinationUpdate' => ['shape' => 'S3DestinationUpdate', 'deprecated' => \true], 'ExtendedS3DestinationUpdate' => ['shape' => 'ExtendedS3DestinationUpdate'], 'RedshiftDestinationUpdate' => ['shape' => 'RedshiftDestinationUpdate'], 'ElasticsearchDestinationUpdate' => ['shape' => 'ElasticsearchDestinationUpdate'], 'SplunkDestinationUpdate' => ['shape' => 'SplunkDestinationUpdate'], 'HttpEndpointDestinationUpdate' => ['shape' => 'HttpEndpointDestinationUpdate']]], 'UpdateDestinationOutput' => ['type' => 'structure', 'members' => []], 'Username' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*', 'sensitive' => \true], 'VpcConfiguration' => ['type' => 'structure', 'required' => ['SubnetIds', 'RoleARN', 'SecurityGroupIds'], 'members' => ['SubnetIds' => ['shape' => 'SubnetIdList'], 'RoleARN' => ['shape' => 'RoleARN'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList']]], 'VpcConfigurationDescription' => ['type' => 'structure', 'required' => ['SubnetIds', 'RoleARN', 'SecurityGroupIds', 'VpcId'], 'members' => ['SubnetIds' => ['shape' => 'SubnetIdList'], 'RoleARN' => ['shape' => 'RoleARN'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList'], 'VpcId' => ['shape' => 'NonEmptyStringWithoutWhitespace']]]]]; diff --git a/vendor/Aws3/Aws/data/fms/2018-01-01/api-2.json.php b/vendor/Aws3/Aws/data/fms/2018-01-01/api-2.json.php index bb54b953..d414e5bb 100644 --- a/vendor/Aws3/Aws/data/fms/2018-01-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/fms/2018-01-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-01-01', 'endpointPrefix' => 'fms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'FMS', 'serviceFullName' => 'Firewall Management Service', 'serviceId' => 'FMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSFMS_20180101', 'uid' => 'fms-2018-01-01'], 'operations' => ['AssociateAdminAccount' => ['name' => 'AssociateAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateAdminAccountRequest'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'DeleteNotificationChannel' => ['name' => 'DeleteNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotificationChannelRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DisassociateAdminAccount' => ['name' => 'DisassociateAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateAdminAccountRequest'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetAdminAccount' => ['name' => 'GetAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAdminAccountRequest'], 'output' => ['shape' => 'GetAdminAccountResponse'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetComplianceDetail' => ['name' => 'GetComplianceDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailRequest'], 'output' => ['shape' => 'GetComplianceDetailResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetNotificationChannel' => ['name' => 'GetNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNotificationChannelRequest'], 'output' => ['shape' => 'GetNotificationChannelResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidTypeException']]], 'GetProtectionStatus' => ['name' => 'GetProtectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetProtectionStatusRequest'], 'output' => ['shape' => 'GetProtectionStatusResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ListComplianceStatus' => ['name' => 'ListComplianceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceStatusRequest'], 'output' => ['shape' => 'ListComplianceStatusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ListMemberAccounts' => ['name' => 'ListMemberAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMemberAccountsRequest'], 'output' => ['shape' => 'ListMemberAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException']]], 'PutNotificationChannel' => ['name' => 'PutNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutNotificationChannelRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'PutPolicy' => ['name' => 'PutPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPolicyRequest'], 'output' => ['shape' => 'PutPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidTypeException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException']]]], 'shapes' => ['AWSAccountId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[0-9]+$'], 'AccountRoleStatus' => ['type' => 'string', 'enum' => ['READY', 'CREATING', 'PENDING_DELETION', 'DELETING', 'DELETED']], 'AssociateAdminAccountRequest' => ['type' => 'structure', 'required' => ['AdminAccount'], 'members' => ['AdminAccount' => ['shape' => 'AWSAccountId']]], 'Boolean' => ['type' => 'boolean'], 'ComplianceViolator' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'ViolationReason' => ['shape' => 'ViolationReason'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ComplianceViolators' => ['type' => 'list', 'member' => ['shape' => 'ComplianceViolator']], 'CustomerPolicyScopeId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'CustomerPolicyScopeIdList' => ['type' => 'list', 'member' => ['shape' => 'CustomerPolicyScopeId']], 'CustomerPolicyScopeIdType' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'CustomerPolicyScopeMap' => ['type' => 'map', 'key' => ['shape' => 'CustomerPolicyScopeIdType'], 'value' => ['shape' => 'CustomerPolicyScopeIdList']], 'DeleteNotificationChannelRequest' => ['type' => 'structure', 'members' => []], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'DeleteAllPolicyResources' => ['shape' => 'Boolean']]], 'DependentServiceName' => ['type' => 'string', 'enum' => ['AWSCONFIG', 'AWSWAF', 'AWSSHIELD_ADVANCED', 'AWSVPC']], 'DetailedInfo' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'DisassociateAdminAccountRequest' => ['type' => 'structure', 'members' => []], 'ErrorMessage' => ['type' => 'string'], 'EvaluationResult' => ['type' => 'structure', 'members' => ['ComplianceStatus' => ['shape' => 'PolicyComplianceStatusType'], 'ViolatorCount' => ['shape' => 'ResourceCount'], 'EvaluationLimitExceeded' => ['shape' => 'Boolean']]], 'EvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'GetAdminAccountRequest' => ['type' => 'structure', 'members' => []], 'GetAdminAccountResponse' => ['type' => 'structure', 'members' => ['AdminAccount' => ['shape' => 'AWSAccountId'], 'RoleStatus' => ['shape' => 'AccountRoleStatus']]], 'GetComplianceDetailRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'MemberAccount'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId']]], 'GetComplianceDetailResponse' => ['type' => 'structure', 'members' => ['PolicyComplianceDetail' => ['shape' => 'PolicyComplianceDetail']]], 'GetNotificationChannelRequest' => ['type' => 'structure', 'members' => []], 'GetNotificationChannelResponse' => ['type' => 'structure', 'members' => ['SnsTopicArn' => ['shape' => 'ResourceArn'], 'SnsRoleName' => ['shape' => 'ResourceArn']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy'], 'PolicyArn' => ['shape' => 'ResourceArn']]], 'GetProtectionStatusRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccountId' => ['shape' => 'AWSAccountId'], 'StartTime' => ['shape' => 'TimeStamp'], 'EndTime' => ['shape' => 'TimeStamp'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'GetProtectionStatusResponse' => ['type' => 'structure', 'members' => ['AdminAccountId' => ['shape' => 'AWSAccountId'], 'ServiceType' => ['shape' => 'SecurityServiceType'], 'Data' => ['shape' => 'ProtectionData'], 'NextToken' => ['shape' => 'PaginationToken']]], 'InternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidTypeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IssueInfoMap' => ['type' => 'map', 'key' => ['shape' => 'DependentServiceName'], 'value' => ['shape' => 'DetailedInfo']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListComplianceStatusRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListComplianceStatusResponse' => ['type' => 'structure', 'members' => ['PolicyComplianceStatusList' => ['shape' => 'PolicyComplianceStatusList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMemberAccountsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListMemberAccountsResponse' => ['type' => 'structure', 'members' => ['MemberAccounts' => ['shape' => 'MemberAccounts'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['PolicyList' => ['shape' => 'PolicySummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'ManagedServiceData' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'MemberAccounts' => ['type' => 'list', 'member' => ['shape' => 'AWSAccountId']], 'PaginationMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PaginationToken' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Policy' => ['type' => 'structure', 'required' => ['PolicyName', 'SecurityServicePolicyData', 'ResourceType', 'ExcludeResourceTags', 'RemediationEnabled'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'PolicyUpdateToken' => ['shape' => 'PolicyUpdateToken'], 'SecurityServicePolicyData' => ['shape' => 'SecurityServicePolicyData'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceTypeList' => ['shape' => 'ResourceTypeList'], 'ResourceTags' => ['shape' => 'ResourceTags'], 'ExcludeResourceTags' => ['shape' => 'Boolean'], 'RemediationEnabled' => ['shape' => 'Boolean'], 'IncludeMap' => ['shape' => 'CustomerPolicyScopeMap'], 'ExcludeMap' => ['shape' => 'CustomerPolicyScopeMap']]], 'PolicyComplianceDetail' => ['type' => 'structure', 'members' => ['PolicyOwner' => ['shape' => 'AWSAccountId'], 'PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'Violators' => ['shape' => 'ComplianceViolators'], 'EvaluationLimitExceeded' => ['shape' => 'Boolean'], 'ExpiredAt' => ['shape' => 'TimeStamp'], 'IssueInfoMap' => ['shape' => 'IssueInfoMap']]], 'PolicyComplianceStatus' => ['type' => 'structure', 'members' => ['PolicyOwner' => ['shape' => 'AWSAccountId'], 'PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'EvaluationResults' => ['shape' => 'EvaluationResults'], 'LastUpdated' => ['shape' => 'TimeStamp'], 'IssueInfoMap' => ['shape' => 'IssueInfoMap']]], 'PolicyComplianceStatusList' => ['type' => 'list', 'member' => ['shape' => 'PolicyComplianceStatus']], 'PolicyComplianceStatusType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'PolicyId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[a-z0-9A-Z-]{36}$'], 'PolicySummary' => ['type' => 'structure', 'members' => ['PolicyArn' => ['shape' => 'ResourceArn'], 'PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'ResourceType' => ['shape' => 'ResourceType'], 'SecurityServiceType' => ['shape' => 'SecurityServiceType'], 'RemediationEnabled' => ['shape' => 'Boolean']]], 'PolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'PolicySummary']], 'PolicyUpdateToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ProtectionData' => ['type' => 'string'], 'PutNotificationChannelRequest' => ['type' => 'structure', 'required' => ['SnsTopicArn', 'SnsRoleName'], 'members' => ['SnsTopicArn' => ['shape' => 'ResourceArn'], 'SnsRoleName' => ['shape' => 'ResourceArn']]], 'PutPolicyRequest' => ['type' => 'structure', 'required' => ['Policy'], 'members' => ['Policy' => ['shape' => 'Policy'], 'TagList' => ['shape' => 'TagList']]], 'PutPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy'], 'PolicyArn' => ['shape' => 'ResourceArn']]], 'ResourceArn' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceCount' => ['type' => 'long', 'min' => 0], 'ResourceId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceTag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ResourceTagKey'], 'Value' => ['shape' => 'ResourceTagValue']]], 'ResourceTagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTags' => ['type' => 'list', 'member' => ['shape' => 'ResourceTag'], 'max' => 8, 'min' => 0], 'ResourceType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'SecurityServicePolicyData' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'SecurityServiceType'], 'ManagedServiceData' => ['shape' => 'ManagedServiceData']]], 'SecurityServiceType' => ['type' => 'string', 'enum' => ['WAF', 'SHIELD_ADVANCED', 'SECURITY_GROUPS_COMMON', 'SECURITY_GROUPS_CONTENT_AUDIT', 'SECURITY_GROUPS_USAGE_AUDIT']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagList'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TimeStamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'ViolationReason' => ['type' => 'string', 'enum' => ['WEB_ACL_MISSING_RULE_GROUP', 'RESOURCE_MISSING_WEB_ACL', 'RESOURCE_INCORRECT_WEB_ACL', 'RESOURCE_MISSING_SHIELD_PROTECTION', 'RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION', 'RESOURCE_MISSING_SECURITY_GROUP', 'RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP', 'SECURITY_GROUP_UNUSED', 'SECURITY_GROUP_REDUNDANT']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-01-01', 'endpointPrefix' => 'fms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'FMS', 'serviceFullName' => 'Firewall Management Service', 'serviceId' => 'FMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSFMS_20180101', 'uid' => 'fms-2018-01-01'], 'operations' => ['AssociateAdminAccount' => ['name' => 'AssociateAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateAdminAccountRequest'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'DeleteAppsList' => ['name' => 'DeleteAppsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppsListRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DeleteNotificationChannel' => ['name' => 'DeleteNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotificationChannelRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DeleteProtocolsList' => ['name' => 'DeleteProtocolsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProtocolsListRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'DisassociateAdminAccount' => ['name' => 'DisassociateAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateAdminAccountRequest'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetAdminAccount' => ['name' => 'GetAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAdminAccountRequest'], 'output' => ['shape' => 'GetAdminAccountResponse'], 'errors' => [['shape' => 'InvalidOperationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetAppsList' => ['name' => 'GetAppsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppsListRequest'], 'output' => ['shape' => 'GetAppsListResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'GetComplianceDetail' => ['name' => 'GetComplianceDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceDetailRequest'], 'output' => ['shape' => 'GetComplianceDetailResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidOperationException']]], 'GetNotificationChannel' => ['name' => 'GetNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNotificationChannelRequest'], 'output' => ['shape' => 'GetNotificationChannelResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidTypeException']]], 'GetProtectionStatus' => ['name' => 'GetProtectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetProtectionStatusRequest'], 'output' => ['shape' => 'GetProtectionStatusResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'GetProtocolsList' => ['name' => 'GetProtocolsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetProtocolsListRequest'], 'output' => ['shape' => 'GetProtocolsListResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'GetViolationDetails' => ['name' => 'GetViolationDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetViolationDetailsRequest'], 'output' => ['shape' => 'GetViolationDetailsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalErrorException']]], 'ListAppsLists' => ['name' => 'ListAppsLists', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAppsListsRequest'], 'output' => ['shape' => 'ListAppsListsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'ListComplianceStatus' => ['name' => 'ListComplianceStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceStatusRequest'], 'output' => ['shape' => 'ListComplianceStatusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ListMemberAccounts' => ['name' => 'ListMemberAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMemberAccountsRequest'], 'output' => ['shape' => 'ListMemberAccountsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalErrorException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'ListProtocolsLists' => ['name' => 'ListProtocolsLists', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProtocolsListsRequest'], 'output' => ['shape' => 'ListProtocolsListsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException']]], 'PutAppsList' => ['name' => 'PutAppsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppsListRequest'], 'output' => ['shape' => 'PutAppsListResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'PutNotificationChannel' => ['name' => 'PutNotificationChannel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutNotificationChannelRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException']]], 'PutPolicy' => ['name' => 'PutPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPolicyRequest'], 'output' => ['shape' => 'PutPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidTypeException']]], 'PutProtocolsList' => ['name' => 'PutProtocolsList', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutProtocolsListRequest'], 'output' => ['shape' => 'PutProtocolsListResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalErrorException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InternalErrorException'], ['shape' => 'InvalidInputException']]]], 'shapes' => ['AWSAccountId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[0-9]+$'], 'AccountRoleStatus' => ['type' => 'string', 'enum' => ['READY', 'CREATING', 'PENDING_DELETION', 'DELETING', 'DELETED']], 'App' => ['type' => 'structure', 'required' => ['AppName', 'Protocol', 'Port'], 'members' => ['AppName' => ['shape' => 'ResourceName'], 'Protocol' => ['shape' => 'Protocol'], 'Port' => ['shape' => 'IPPortNumber']]], 'AppsList' => ['type' => 'list', 'member' => ['shape' => 'App']], 'AppsListData' => ['type' => 'structure', 'required' => ['ListName', 'AppsList'], 'members' => ['ListId' => ['shape' => 'ListId'], 'ListName' => ['shape' => 'ResourceName'], 'ListUpdateToken' => ['shape' => 'UpdateToken'], 'CreateTime' => ['shape' => 'TimeStamp'], 'LastUpdateTime' => ['shape' => 'TimeStamp'], 'AppsList' => ['shape' => 'AppsList'], 'PreviousAppsList' => ['shape' => 'PreviousAppsList']]], 'AppsListDataSummary' => ['type' => 'structure', 'members' => ['ListArn' => ['shape' => 'ResourceArn'], 'ListId' => ['shape' => 'ListId'], 'ListName' => ['shape' => 'ResourceName'], 'AppsList' => ['shape' => 'AppsList']]], 'AppsListsData' => ['type' => 'list', 'member' => ['shape' => 'AppsListDataSummary']], 'AssociateAdminAccountRequest' => ['type' => 'structure', 'required' => ['AdminAccount'], 'members' => ['AdminAccount' => ['shape' => 'AWSAccountId']]], 'AwsEc2InstanceViolation' => ['type' => 'structure', 'members' => ['ViolationTarget' => ['shape' => 'ViolationTarget'], 'AwsEc2NetworkInterfaceViolations' => ['shape' => 'AwsEc2NetworkInterfaceViolations']]], 'AwsEc2NetworkInterfaceViolation' => ['type' => 'structure', 'members' => ['ViolationTarget' => ['shape' => 'ViolationTarget'], 'ViolatingSecurityGroups' => ['shape' => 'ResourceIdList']]], 'AwsEc2NetworkInterfaceViolations' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2NetworkInterfaceViolation']], 'AwsVPCSecurityGroupViolation' => ['type' => 'structure', 'members' => ['ViolationTarget' => ['shape' => 'ViolationTarget'], 'ViolationTargetDescription' => ['shape' => 'LengthBoundedString'], 'PartialMatches' => ['shape' => 'PartialMatches'], 'PossibleSecurityGroupRemediationActions' => ['shape' => 'SecurityGroupRemediationActions']]], 'Boolean' => ['type' => 'boolean'], 'CIDR' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[a-f0-9:./]+'], 'ComplianceViolator' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'ViolationReason' => ['shape' => 'ViolationReason'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ComplianceViolators' => ['type' => 'list', 'member' => ['shape' => 'ComplianceViolator']], 'CustomerPolicyScopeId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'CustomerPolicyScopeIdList' => ['type' => 'list', 'member' => ['shape' => 'CustomerPolicyScopeId']], 'CustomerPolicyScopeIdType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORG_UNIT']], 'CustomerPolicyScopeMap' => ['type' => 'map', 'key' => ['shape' => 'CustomerPolicyScopeIdType'], 'value' => ['shape' => 'CustomerPolicyScopeIdList']], 'DeleteAppsListRequest' => ['type' => 'structure', 'required' => ['ListId'], 'members' => ['ListId' => ['shape' => 'ListId']]], 'DeleteNotificationChannelRequest' => ['type' => 'structure', 'members' => []], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'DeleteAllPolicyResources' => ['shape' => 'Boolean']]], 'DeleteProtocolsListRequest' => ['type' => 'structure', 'required' => ['ListId'], 'members' => ['ListId' => ['shape' => 'ListId']]], 'DependentServiceName' => ['type' => 'string', 'enum' => ['AWSCONFIG', 'AWSWAF', 'AWSSHIELD_ADVANCED', 'AWSVPC']], 'DetailedInfo' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'DisassociateAdminAccountRequest' => ['type' => 'structure', 'members' => []], 'ErrorMessage' => ['type' => 'string'], 'EvaluationResult' => ['type' => 'structure', 'members' => ['ComplianceStatus' => ['shape' => 'PolicyComplianceStatusType'], 'ViolatorCount' => ['shape' => 'ResourceCount'], 'EvaluationLimitExceeded' => ['shape' => 'Boolean']]], 'EvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'GetAdminAccountRequest' => ['type' => 'structure', 'members' => []], 'GetAdminAccountResponse' => ['type' => 'structure', 'members' => ['AdminAccount' => ['shape' => 'AWSAccountId'], 'RoleStatus' => ['shape' => 'AccountRoleStatus']]], 'GetAppsListRequest' => ['type' => 'structure', 'required' => ['ListId'], 'members' => ['ListId' => ['shape' => 'ListId'], 'DefaultList' => ['shape' => 'Boolean']]], 'GetAppsListResponse' => ['type' => 'structure', 'members' => ['AppsList' => ['shape' => 'AppsListData'], 'AppsListArn' => ['shape' => 'ResourceArn']]], 'GetComplianceDetailRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'MemberAccount'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId']]], 'GetComplianceDetailResponse' => ['type' => 'structure', 'members' => ['PolicyComplianceDetail' => ['shape' => 'PolicyComplianceDetail']]], 'GetNotificationChannelRequest' => ['type' => 'structure', 'members' => []], 'GetNotificationChannelResponse' => ['type' => 'structure', 'members' => ['SnsTopicArn' => ['shape' => 'ResourceArn'], 'SnsRoleName' => ['shape' => 'ResourceArn']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy'], 'PolicyArn' => ['shape' => 'ResourceArn']]], 'GetProtectionStatusRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccountId' => ['shape' => 'AWSAccountId'], 'StartTime' => ['shape' => 'TimeStamp'], 'EndTime' => ['shape' => 'TimeStamp'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'GetProtectionStatusResponse' => ['type' => 'structure', 'members' => ['AdminAccountId' => ['shape' => 'AWSAccountId'], 'ServiceType' => ['shape' => 'SecurityServiceType'], 'Data' => ['shape' => 'ProtectionData'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetProtocolsListRequest' => ['type' => 'structure', 'required' => ['ListId'], 'members' => ['ListId' => ['shape' => 'ListId'], 'DefaultList' => ['shape' => 'Boolean']]], 'GetProtocolsListResponse' => ['type' => 'structure', 'members' => ['ProtocolsList' => ['shape' => 'ProtocolsListData'], 'ProtocolsListArn' => ['shape' => 'ResourceArn']]], 'GetViolationDetailsRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'MemberAccount', 'ResourceId', 'ResourceType'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType']]], 'GetViolationDetailsResponse' => ['type' => 'structure', 'members' => ['ViolationDetail' => ['shape' => 'ViolationDetail']]], 'IPPortNumber' => ['type' => 'long', 'max' => 65535, 'min' => 0], 'InternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidTypeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IssueInfoMap' => ['type' => 'map', 'key' => ['shape' => 'DependentServiceName'], 'value' => ['shape' => 'DetailedInfo']], 'LengthBoundedString' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListAppsListsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['DefaultLists' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListAppsListsResponse' => ['type' => 'structure', 'members' => ['AppsLists' => ['shape' => 'AppsListsData'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListComplianceStatusRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListComplianceStatusResponse' => ['type' => 'structure', 'members' => ['PolicyComplianceStatusList' => ['shape' => 'PolicyComplianceStatusList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[a-z0-9A-Z-]{36}$'], 'ListMemberAccountsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListMemberAccountsResponse' => ['type' => 'structure', 'members' => ['MemberAccounts' => ['shape' => 'MemberAccounts'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['PolicyList' => ['shape' => 'PolicySummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProtocolsListsRequest' => ['type' => 'structure', 'required' => ['MaxResults'], 'members' => ['DefaultLists' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PaginationMaxResults']]], 'ListProtocolsListsResponse' => ['type' => 'structure', 'members' => ['ProtocolsLists' => ['shape' => 'ProtocolsListsData'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'ManagedServiceData' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '.*'], 'MemberAccounts' => ['type' => 'list', 'member' => ['shape' => 'AWSAccountId']], 'PaginationMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PaginationToken' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'PartialMatch' => ['type' => 'structure', 'members' => ['Reference' => ['shape' => 'ReferenceRule'], 'TargetViolationReasons' => ['shape' => 'TargetViolationReasons']]], 'PartialMatches' => ['type' => 'list', 'member' => ['shape' => 'PartialMatch']], 'Policy' => ['type' => 'structure', 'required' => ['PolicyName', 'SecurityServicePolicyData', 'ResourceType', 'ExcludeResourceTags', 'RemediationEnabled'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'PolicyUpdateToken' => ['shape' => 'PolicyUpdateToken'], 'SecurityServicePolicyData' => ['shape' => 'SecurityServicePolicyData'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceTypeList' => ['shape' => 'ResourceTypeList'], 'ResourceTags' => ['shape' => 'ResourceTags'], 'ExcludeResourceTags' => ['shape' => 'Boolean'], 'RemediationEnabled' => ['shape' => 'Boolean'], 'IncludeMap' => ['shape' => 'CustomerPolicyScopeMap'], 'ExcludeMap' => ['shape' => 'CustomerPolicyScopeMap']]], 'PolicyComplianceDetail' => ['type' => 'structure', 'members' => ['PolicyOwner' => ['shape' => 'AWSAccountId'], 'PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'Violators' => ['shape' => 'ComplianceViolators'], 'EvaluationLimitExceeded' => ['shape' => 'Boolean'], 'ExpiredAt' => ['shape' => 'TimeStamp'], 'IssueInfoMap' => ['shape' => 'IssueInfoMap']]], 'PolicyComplianceStatus' => ['type' => 'structure', 'members' => ['PolicyOwner' => ['shape' => 'AWSAccountId'], 'PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'EvaluationResults' => ['shape' => 'EvaluationResults'], 'LastUpdated' => ['shape' => 'TimeStamp'], 'IssueInfoMap' => ['shape' => 'IssueInfoMap']]], 'PolicyComplianceStatusList' => ['type' => 'list', 'member' => ['shape' => 'PolicyComplianceStatus']], 'PolicyComplianceStatusType' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'PolicyId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[a-z0-9A-Z-]{36}$'], 'PolicySummary' => ['type' => 'structure', 'members' => ['PolicyArn' => ['shape' => 'ResourceArn'], 'PolicyId' => ['shape' => 'PolicyId'], 'PolicyName' => ['shape' => 'ResourceName'], 'ResourceType' => ['shape' => 'ResourceType'], 'SecurityServiceType' => ['shape' => 'SecurityServiceType'], 'RemediationEnabled' => ['shape' => 'Boolean']]], 'PolicySummaryList' => ['type' => 'list', 'member' => ['shape' => 'PolicySummary']], 'PolicyUpdateToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'PreviousAppsList' => ['type' => 'map', 'key' => ['shape' => 'PreviousListVersion'], 'value' => ['shape' => 'AppsList']], 'PreviousListVersion' => ['type' => 'string', 'max' => 2, 'min' => 1, 'pattern' => '^\\d{1,2}$'], 'PreviousProtocolsList' => ['type' => 'map', 'key' => ['shape' => 'PreviousListVersion'], 'value' => ['shape' => 'ProtocolsList']], 'ProtectionData' => ['type' => 'string'], 'Protocol' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'Protocol']], 'ProtocolsListData' => ['type' => 'structure', 'required' => ['ListName', 'ProtocolsList'], 'members' => ['ListId' => ['shape' => 'ListId'], 'ListName' => ['shape' => 'ResourceName'], 'ListUpdateToken' => ['shape' => 'UpdateToken'], 'CreateTime' => ['shape' => 'TimeStamp'], 'LastUpdateTime' => ['shape' => 'TimeStamp'], 'ProtocolsList' => ['shape' => 'ProtocolsList'], 'PreviousProtocolsList' => ['shape' => 'PreviousProtocolsList']]], 'ProtocolsListDataSummary' => ['type' => 'structure', 'members' => ['ListArn' => ['shape' => 'ResourceArn'], 'ListId' => ['shape' => 'ListId'], 'ListName' => ['shape' => 'ResourceName'], 'ProtocolsList' => ['shape' => 'ProtocolsList']]], 'ProtocolsListsData' => ['type' => 'list', 'member' => ['shape' => 'ProtocolsListDataSummary']], 'PutAppsListRequest' => ['type' => 'structure', 'required' => ['AppsList'], 'members' => ['AppsList' => ['shape' => 'AppsListData'], 'TagList' => ['shape' => 'TagList']]], 'PutAppsListResponse' => ['type' => 'structure', 'members' => ['AppsList' => ['shape' => 'AppsListData'], 'AppsListArn' => ['shape' => 'ResourceArn']]], 'PutNotificationChannelRequest' => ['type' => 'structure', 'required' => ['SnsTopicArn', 'SnsRoleName'], 'members' => ['SnsTopicArn' => ['shape' => 'ResourceArn'], 'SnsRoleName' => ['shape' => 'ResourceArn']]], 'PutPolicyRequest' => ['type' => 'structure', 'required' => ['Policy'], 'members' => ['Policy' => ['shape' => 'Policy'], 'TagList' => ['shape' => 'TagList']]], 'PutPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy'], 'PolicyArn' => ['shape' => 'ResourceArn']]], 'PutProtocolsListRequest' => ['type' => 'structure', 'required' => ['ProtocolsList'], 'members' => ['ProtocolsList' => ['shape' => 'ProtocolsListData'], 'TagList' => ['shape' => 'TagList']]], 'PutProtocolsListResponse' => ['type' => 'structure', 'members' => ['ProtocolsList' => ['shape' => 'ProtocolsListData'], 'ProtocolsListArn' => ['shape' => 'ResourceArn']]], 'ReferenceRule' => ['type' => 'string'], 'RemediationActionDescription' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*'], 'RemediationActionType' => ['type' => 'string', 'enum' => ['REMOVE', 'MODIFY']], 'ResourceArn' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceCount' => ['type' => 'long', 'min' => 0], 'ResourceId' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId']], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceTag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ResourceTagKey'], 'Value' => ['shape' => 'ResourceTagValue']]], 'ResourceTagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTags' => ['type' => 'list', 'member' => ['shape' => 'ResourceTag'], 'max' => 8, 'min' => 0], 'ResourceType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceType']], 'ResourceViolation' => ['type' => 'structure', 'members' => ['AwsVPCSecurityGroupViolation' => ['shape' => 'AwsVPCSecurityGroupViolation'], 'AwsEc2NetworkInterfaceViolation' => ['shape' => 'AwsEc2NetworkInterfaceViolation'], 'AwsEc2InstanceViolation' => ['shape' => 'AwsEc2InstanceViolation']]], 'ResourceViolations' => ['type' => 'list', 'member' => ['shape' => 'ResourceViolation']], 'SecurityGroupRemediationAction' => ['type' => 'structure', 'members' => ['RemediationActionType' => ['shape' => 'RemediationActionType'], 'Description' => ['shape' => 'RemediationActionDescription'], 'RemediationResult' => ['shape' => 'SecurityGroupRuleDescription'], 'IsDefaultAction' => ['shape' => 'Boolean']]], 'SecurityGroupRemediationActions' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupRemediationAction']], 'SecurityGroupRuleDescription' => ['type' => 'structure', 'members' => ['IPV4Range' => ['shape' => 'CIDR'], 'IPV6Range' => ['shape' => 'CIDR'], 'PrefixListId' => ['shape' => 'ResourceId'], 'Protocol' => ['shape' => 'LengthBoundedString'], 'FromPort' => ['shape' => 'IPPortNumber'], 'ToPort' => ['shape' => 'IPPortNumber']]], 'SecurityServicePolicyData' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'SecurityServiceType'], 'ManagedServiceData' => ['shape' => 'ManagedServiceData']]], 'SecurityServiceType' => ['type' => 'string', 'enum' => ['WAF', 'WAFV2', 'SHIELD_ADVANCED', 'SECURITY_GROUPS_COMMON', 'SECURITY_GROUPS_CONTENT_AUDIT', 'SECURITY_GROUPS_USAGE_AUDIT']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagList'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TargetViolationReason' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '\\w+'], 'TargetViolationReasons' => ['type' => 'list', 'member' => ['shape' => 'TargetViolationReason']], 'TimeStamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'ViolationDetail' => ['type' => 'structure', 'required' => ['PolicyId', 'MemberAccount', 'ResourceId', 'ResourceType', 'ResourceViolations'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'MemberAccount' => ['shape' => 'AWSAccountId'], 'ResourceId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceViolations' => ['shape' => 'ResourceViolations'], 'ResourceTags' => ['shape' => 'TagList'], 'ResourceDescription' => ['shape' => 'LengthBoundedString']]], 'ViolationReason' => ['type' => 'string', 'enum' => ['WEB_ACL_MISSING_RULE_GROUP', 'RESOURCE_MISSING_WEB_ACL', 'RESOURCE_INCORRECT_WEB_ACL', 'RESOURCE_MISSING_SHIELD_PROTECTION', 'RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION', 'RESOURCE_MISSING_SECURITY_GROUP', 'RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP', 'SECURITY_GROUP_UNUSED', 'SECURITY_GROUP_REDUNDANT']], 'ViolationTarget' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*']]]; diff --git a/vendor/Aws3/Aws/data/forecast/2018-06-26/api-2.json.php b/vendor/Aws3/Aws/data/forecast/2018-06-26/api-2.json.php index acf47383..5629c927 100644 --- a/vendor/Aws3/Aws/data/forecast/2018-06-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/forecast/2018-06-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-06-26', 'endpointPrefix' => 'forecast', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Forecast Service', 'serviceId' => 'forecast', 'signatureVersion' => 'v4', 'signingName' => 'forecast', 'targetPrefix' => 'AmazonForecast', 'uid' => 'forecast-2018-06-26'], 'operations' => ['CreateDataset' => ['name' => 'CreateDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetRequest'], 'output' => ['shape' => 'CreateDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetGroup' => ['name' => 'CreateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetGroupRequest'], 'output' => ['shape' => 'CreateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetImportJob' => ['name' => 'CreateDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetImportJobRequest'], 'output' => ['shape' => 'CreateDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateForecast' => ['name' => 'CreateForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateForecastRequest'], 'output' => ['shape' => 'CreateForecastResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateForecastExportJob' => ['name' => 'CreateForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateForecastExportJobRequest'], 'output' => ['shape' => 'CreateForecastExportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreatePredictor' => ['name' => 'CreatePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePredictorRequest'], 'output' => ['shape' => 'CreatePredictorResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'DeleteDataset' => ['name' => 'DeleteDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetGroup' => ['name' => 'DeleteDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetGroupRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetImportJob' => ['name' => 'DeleteDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetImportJobRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteForecast' => ['name' => 'DeleteForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteForecastRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteForecastExportJob' => ['name' => 'DeleteForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteForecastExportJobRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeletePredictor' => ['name' => 'DeletePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePredictorRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DescribeDataset' => ['name' => 'DescribeDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetRequest'], 'output' => ['shape' => 'DescribeDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetGroup' => ['name' => 'DescribeDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetGroupRequest'], 'output' => ['shape' => 'DescribeDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetImportJob' => ['name' => 'DescribeDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetImportJobRequest'], 'output' => ['shape' => 'DescribeDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeForecast' => ['name' => 'DescribeForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeForecastRequest'], 'output' => ['shape' => 'DescribeForecastResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeForecastExportJob' => ['name' => 'DescribeForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeForecastExportJobRequest'], 'output' => ['shape' => 'DescribeForecastExportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribePredictor' => ['name' => 'DescribePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePredictorRequest'], 'output' => ['shape' => 'DescribePredictorResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetAccuracyMetrics' => ['name' => 'GetAccuracyMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccuracyMetricsRequest'], 'output' => ['shape' => 'GetAccuracyMetricsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'ListDatasetGroups' => ['name' => 'ListDatasetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetGroupsRequest'], 'output' => ['shape' => 'ListDatasetGroupsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetImportJobs' => ['name' => 'ListDatasetImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetImportJobsRequest'], 'output' => ['shape' => 'ListDatasetImportJobsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListDatasets' => ['name' => 'ListDatasets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetsRequest'], 'output' => ['shape' => 'ListDatasetsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListForecastExportJobs' => ['name' => 'ListForecastExportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListForecastExportJobsRequest'], 'output' => ['shape' => 'ListForecastExportJobsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListForecasts' => ['name' => 'ListForecasts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListForecastsRequest'], 'output' => ['shape' => 'ListForecastsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListPredictors' => ['name' => 'ListPredictors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPredictorsRequest'], 'output' => ['shape' => 'ListPredictorsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'UpdateDatasetGroup' => ['name' => 'UpdateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDatasetGroupRequest'], 'output' => ['shape' => 'UpdateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\:]+$'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn']], 'AttributeType' => ['type' => 'string', 'enum' => ['string', 'integer', 'float', 'timestamp']], 'Boolean' => ['type' => 'boolean'], 'CategoricalParameterRange' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'Name'], 'Values' => ['shape' => 'Values']]], 'CategoricalParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalParameterRange'], 'max' => 20, 'min' => 1], 'ContinuousParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MaxValue', 'MinValue'], 'members' => ['Name' => ['shape' => 'Name'], 'MaxValue' => ['shape' => 'Double'], 'MinValue' => ['shape' => 'Double'], 'ScalingType' => ['shape' => 'ScalingType']]], 'ContinuousParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousParameterRange'], 'max' => 20, 'min' => 1], 'CreateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupName', 'Domain'], 'members' => ['DatasetGroupName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetArns' => ['shape' => 'ArnList']]], 'CreateDatasetGroupResponse' => ['type' => 'structure', 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'CreateDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobName', 'DatasetArn', 'DataSource'], 'members' => ['DatasetImportJobName' => ['shape' => 'Name'], 'DatasetArn' => ['shape' => 'Arn'], 'DataSource' => ['shape' => 'DataSource'], 'TimestampFormat' => ['shape' => 'TimestampFormat']]], 'CreateDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'CreateDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetName', 'Domain', 'DatasetType', 'Schema'], 'members' => ['DatasetName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetType' => ['shape' => 'DatasetType'], 'DataFrequency' => ['shape' => 'Frequency'], 'Schema' => ['shape' => 'Schema'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'CreateDatasetResponse' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'CreateForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobName', 'ForecastArn', 'Destination'], 'members' => ['ForecastExportJobName' => ['shape' => 'Name'], 'ForecastArn' => ['shape' => 'Arn'], 'Destination' => ['shape' => 'DataDestination']]], 'CreateForecastExportJobResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'CreateForecastRequest' => ['type' => 'structure', 'required' => ['ForecastName', 'PredictorArn'], 'members' => ['ForecastName' => ['shape' => 'Name'], 'PredictorArn' => ['shape' => 'Arn'], 'ForecastTypes' => ['shape' => 'ForecastTypes']]], 'CreateForecastResponse' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'CreatePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorName', 'ForecastHorizon', 'InputDataConfig', 'FeaturizationConfig'], 'members' => ['PredictorName' => ['shape' => 'Name'], 'AlgorithmArn' => ['shape' => 'Arn'], 'ForecastHorizon' => ['shape' => 'Integer'], 'PerformAutoML' => ['shape' => 'Boolean'], 'PerformHPO' => ['shape' => 'Boolean'], 'TrainingParameters' => ['shape' => 'TrainingParameters'], 'EvaluationParameters' => ['shape' => 'EvaluationParameters'], 'HPOConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'FeaturizationConfig' => ['shape' => 'FeaturizationConfig'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'CreatePredictorResponse' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DataDestination' => ['type' => 'structure', 'required' => ['S3Config'], 'members' => ['S3Config' => ['shape' => 'S3Config']]], 'DataSource' => ['type' => 'structure', 'required' => ['S3Config'], 'members' => ['S3Config' => ['shape' => 'S3Config']]], 'DatasetGroupSummary' => ['type' => 'structure', 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetGroupName' => ['shape' => 'Name'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetGroups' => ['type' => 'list', 'member' => ['shape' => 'DatasetGroupSummary']], 'DatasetImportJobSummary' => ['type' => 'structure', 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn'], 'DatasetImportJobName' => ['shape' => 'Name'], 'DataSource' => ['shape' => 'DataSource'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetImportJobs' => ['type' => 'list', 'member' => ['shape' => 'DatasetImportJobSummary']], 'DatasetSummary' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn'], 'DatasetName' => ['shape' => 'Name'], 'DatasetType' => ['shape' => 'DatasetType'], 'Domain' => ['shape' => 'Domain'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetType' => ['type' => 'string', 'enum' => ['TARGET_TIME_SERIES', 'RELATED_TIME_SERIES', 'ITEM_METADATA']], 'Datasets' => ['type' => 'list', 'member' => ['shape' => 'DatasetSummary']], 'DeleteDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'DeleteDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobArn'], 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'DeleteDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetArn'], 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'DeleteForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobArn'], 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'DeleteForecastRequest' => ['type' => 'structure', 'required' => ['ForecastArn'], 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'DeletePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupResponse' => ['type' => 'structure', 'members' => ['DatasetGroupName' => ['shape' => 'Name'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetArns' => ['shape' => 'ArnList'], 'Domain' => ['shape' => 'Domain'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobArn'], 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'DescribeDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobName' => ['shape' => 'Name'], 'DatasetImportJobArn' => ['shape' => 'Arn'], 'DatasetArn' => ['shape' => 'Arn'], 'TimestampFormat' => ['shape' => 'TimestampFormat'], 'DataSource' => ['shape' => 'DataSource'], 'FieldStatistics' => ['shape' => 'FieldStatistics'], 'DataSize' => ['shape' => 'Double'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'Message'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetArn'], 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'DescribeDatasetResponse' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn'], 'DatasetName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetType' => ['shape' => 'DatasetType'], 'DataFrequency' => ['shape' => 'Frequency'], 'Schema' => ['shape' => 'Schema'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobArn'], 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'DescribeForecastExportJobResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn'], 'ForecastExportJobName' => ['shape' => 'Name'], 'ForecastArn' => ['shape' => 'Arn'], 'Destination' => ['shape' => 'DataDestination'], 'Message' => ['shape' => 'Message'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeForecastRequest' => ['type' => 'structure', 'required' => ['ForecastArn'], 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'DescribeForecastResponse' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn'], 'ForecastName' => ['shape' => 'Name'], 'ForecastTypes' => ['shape' => 'ForecastTypes'], 'PredictorArn' => ['shape' => 'Arn'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'String'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DescribePredictorResponse' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Name'], 'PredictorName' => ['shape' => 'Name'], 'AlgorithmArn' => ['shape' => 'Arn'], 'ForecastHorizon' => ['shape' => 'Integer'], 'PerformAutoML' => ['shape' => 'Boolean'], 'PerformHPO' => ['shape' => 'Boolean'], 'TrainingParameters' => ['shape' => 'TrainingParameters'], 'EvaluationParameters' => ['shape' => 'EvaluationParameters'], 'HPOConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'FeaturizationConfig' => ['shape' => 'FeaturizationConfig'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'PredictorExecutionDetails' => ['shape' => 'PredictorExecutionDetails'], 'DatasetImportJobArns' => ['shape' => 'ArnList'], 'AutoMLAlgorithmArns' => ['shape' => 'ArnList'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'Message'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'Domain' => ['type' => 'string', 'enum' => ['RETAIL', 'CUSTOM', 'INVENTORY_PLANNING', 'EC2_CAPACITY', 'WORK_FORCE', 'WEB_TRAFFIC', 'METRICS']], 'Double' => ['type' => 'double'], 'EncryptionConfig' => ['type' => 'structure', 'required' => ['RoleArn', 'KMSKeyArn'], 'members' => ['RoleArn' => ['shape' => 'Arn'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn']]], 'ErrorMessage' => ['type' => 'string'], 'EvaluationParameters' => ['type' => 'structure', 'members' => ['NumberOfBacktestWindows' => ['shape' => 'Integer'], 'BackTestWindowOffset' => ['shape' => 'Integer']]], 'EvaluationResult' => ['type' => 'structure', 'members' => ['AlgorithmArn' => ['shape' => 'Arn'], 'TestWindows' => ['shape' => 'TestWindows']]], 'EvaluationType' => ['type' => 'string', 'enum' => ['SUMMARY', 'COMPUTED']], 'Featurization' => ['type' => 'structure', 'required' => ['AttributeName'], 'members' => ['AttributeName' => ['shape' => 'Name'], 'FeaturizationPipeline' => ['shape' => 'FeaturizationPipeline']]], 'FeaturizationConfig' => ['type' => 'structure', 'required' => ['ForecastFrequency'], 'members' => ['ForecastFrequency' => ['shape' => 'Frequency'], 'ForecastDimensions' => ['shape' => 'ForecastDimensions'], 'Featurizations' => ['shape' => 'Featurizations']]], 'FeaturizationMethod' => ['type' => 'structure', 'required' => ['FeaturizationMethodName'], 'members' => ['FeaturizationMethodName' => ['shape' => 'FeaturizationMethodName'], 'FeaturizationMethodParameters' => ['shape' => 'FeaturizationMethodParameters']]], 'FeaturizationMethodName' => ['type' => 'string', 'enum' => ['filling']], 'FeaturizationMethodParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 20, 'min' => 1], 'FeaturizationPipeline' => ['type' => 'list', 'member' => ['shape' => 'FeaturizationMethod'], 'max' => 1, 'min' => 1], 'Featurizations' => ['type' => 'list', 'member' => ['shape' => 'Featurization'], 'max' => 1, 'min' => 1], 'FieldStatistics' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Statistics']], 'Filter' => ['type' => 'structure', 'required' => ['Key', 'Value', 'Condition'], 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'Arn'], 'Condition' => ['shape' => 'FilterConditionString']]], 'FilterConditionString' => ['type' => 'string', 'enum' => ['IS', 'IS_NOT']], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'ForecastDimensions' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 5, 'min' => 1], 'ForecastExportJobSummary' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn'], 'ForecastExportJobName' => ['shape' => 'Name'], 'Destination' => ['shape' => 'DataDestination'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'ForecastExportJobs' => ['type' => 'list', 'member' => ['shape' => 'ForecastExportJobSummary']], 'ForecastSummary' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn'], 'ForecastName' => ['shape' => 'Name'], 'PredictorArn' => ['shape' => 'String'], 'DatasetGroupArn' => ['shape' => 'String'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'ForecastType' => ['type' => 'string', 'pattern' => '(^0?\\.\\d\\d?$|^mean$)'], 'ForecastTypes' => ['type' => 'list', 'member' => ['shape' => 'ForecastType'], 'max' => 20, 'min' => 1], 'Forecasts' => ['type' => 'list', 'member' => ['shape' => 'ForecastSummary']], 'Frequency' => ['type' => 'string', 'pattern' => '^Y|M|W|D|H|30min|15min|10min|5min|1min$'], 'GetAccuracyMetricsRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'GetAccuracyMetricsResponse' => ['type' => 'structure', 'members' => ['PredictorEvaluationResults' => ['shape' => 'PredictorEvaluationResults']]], 'HyperParameterTuningJobConfig' => ['type' => 'structure', 'members' => ['ParameterRanges' => ['shape' => 'ParameterRanges']]], 'InputDataConfig' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'SupplementaryFeatures' => ['shape' => 'SupplementaryFeatures']]], 'Integer' => ['type' => 'integer'], 'IntegerParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MaxValue', 'MinValue'], 'members' => ['Name' => ['shape' => 'Name'], 'MaxValue' => ['shape' => 'Integer'], 'MinValue' => ['shape' => 'Integer'], 'ScalingType' => ['shape' => 'ScalingType']]], 'IntegerParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameterRange'], 'max' => 20, 'min' => 1], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KMSKeyArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws:kms:.*:key/.*'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListDatasetGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDatasetGroupsResponse' => ['type' => 'structure', 'members' => ['DatasetGroups' => ['shape' => 'DatasetGroups'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDatasetImportJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListDatasetImportJobsResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobs' => ['shape' => 'DatasetImportJobs'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDatasetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDatasetsResponse' => ['type' => 'structure', 'members' => ['Datasets' => ['shape' => 'Datasets'], 'NextToken' => ['shape' => 'NextToken']]], 'ListForecastExportJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListForecastExportJobsResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobs' => ['shape' => 'ForecastExportJobs'], 'NextToken' => ['shape' => 'NextToken']]], 'ListForecastsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListForecastsResponse' => ['type' => 'structure', 'members' => ['Forecasts' => ['shape' => 'Forecasts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPredictorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListPredictorsResponse' => ['type' => 'structure', 'members' => ['Predictors' => ['shape' => 'Predictors'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Message' => ['type' => 'string'], 'Metrics' => ['type' => 'structure', 'members' => ['RMSE' => ['shape' => 'Double'], 'WeightedQuantileLosses' => ['shape' => 'WeightedQuantileLosses']]], 'Name' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*'], 'NextToken' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ParameterKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\\\]+$'], 'ParameterRanges' => ['type' => 'structure', 'members' => ['CategoricalParameterRanges' => ['shape' => 'CategoricalParameterRanges'], 'ContinuousParameterRanges' => ['shape' => 'ContinuousParameterRanges'], 'IntegerParameterRanges' => ['shape' => 'IntegerParameterRanges']]], 'ParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\"\\\\\\s]+$'], 'PredictorEvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'PredictorExecution' => ['type' => 'structure', 'members' => ['AlgorithmArn' => ['shape' => 'Arn'], 'TestWindows' => ['shape' => 'TestWindowDetails']]], 'PredictorExecutionDetails' => ['type' => 'structure', 'members' => ['PredictorExecutions' => ['shape' => 'PredictorExecutions']]], 'PredictorExecutions' => ['type' => 'list', 'member' => ['shape' => 'PredictorExecution'], 'max' => 5, 'min' => 1], 'PredictorSummary' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Arn'], 'PredictorName' => ['shape' => 'Name'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'Predictors' => ['type' => 'list', 'member' => ['shape' => 'PredictorSummary']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'S3Config' => ['type' => 'structure', 'required' => ['Path', 'RoleArn'], 'members' => ['Path' => ['shape' => 'S3Path'], 'RoleArn' => ['shape' => 'Arn'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn']]], 'S3Path' => ['type' => 'string', 'pattern' => '^s3://[a-z0-9].+$'], 'ScalingType' => ['type' => 'string', 'enum' => ['Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic']], 'Schema' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'SchemaAttributes']]], 'SchemaAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'Name'], 'AttributeType' => ['shape' => 'AttributeType']]], 'SchemaAttributes' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttribute']], 'Statistics' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer'], 'CountDistinct' => ['shape' => 'Integer'], 'CountNull' => ['shape' => 'Integer'], 'CountNan' => ['shape' => 'Integer'], 'Min' => ['shape' => 'String'], 'Max' => ['shape' => 'String'], 'Avg' => ['shape' => 'Double'], 'Stddev' => ['shape' => 'Double']]], 'Status' => ['type' => 'string', 'max' => 256], 'String' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\_]+$'], 'SupplementaryFeature' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'Name'], 'Value' => ['shape' => 'Value']]], 'SupplementaryFeatures' => ['type' => 'list', 'member' => ['shape' => 'SupplementaryFeature'], 'max' => 1, 'min' => 1], 'TestWindowDetails' => ['type' => 'list', 'member' => ['shape' => 'TestWindowSummary']], 'TestWindowSummary' => ['type' => 'structure', 'members' => ['TestWindowStart' => ['shape' => 'Timestamp'], 'TestWindowEnd' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage']]], 'TestWindows' => ['type' => 'list', 'member' => ['shape' => 'WindowSummary']], 'Timestamp' => ['type' => 'timestamp'], 'TimestampFormat' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\:\\.\\,\\\'\\s]+$'], 'TrainingParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100, 'min' => 0], 'UpdateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn', 'DatasetArns'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetArns' => ['shape' => 'ArnList']]], 'UpdateDatasetGroupResponse' => ['type' => 'structure', 'members' => []], 'Value' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\_\\-]+$'], 'Values' => ['type' => 'list', 'member' => ['shape' => 'Value'], 'max' => 20, 'min' => 1], 'WeightedQuantileLoss' => ['type' => 'structure', 'members' => ['Quantile' => ['shape' => 'Double'], 'LossValue' => ['shape' => 'Double']]], 'WeightedQuantileLosses' => ['type' => 'list', 'member' => ['shape' => 'WeightedQuantileLoss']], 'WindowSummary' => ['type' => 'structure', 'members' => ['TestWindowStart' => ['shape' => 'Timestamp'], 'TestWindowEnd' => ['shape' => 'Timestamp'], 'ItemCount' => ['shape' => 'Integer'], 'EvaluationType' => ['shape' => 'EvaluationType'], 'Metrics' => ['shape' => 'Metrics']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-06-26', 'endpointPrefix' => 'forecast', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Forecast Service', 'serviceId' => 'forecast', 'signatureVersion' => 'v4', 'signingName' => 'forecast', 'targetPrefix' => 'AmazonForecast', 'uid' => 'forecast-2018-06-26'], 'operations' => ['CreateDataset' => ['name' => 'CreateDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetRequest'], 'output' => ['shape' => 'CreateDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetGroup' => ['name' => 'CreateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetGroupRequest'], 'output' => ['shape' => 'CreateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetImportJob' => ['name' => 'CreateDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetImportJobRequest'], 'output' => ['shape' => 'CreateDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateForecast' => ['name' => 'CreateForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateForecastRequest'], 'output' => ['shape' => 'CreateForecastResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreateForecastExportJob' => ['name' => 'CreateForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateForecastExportJobRequest'], 'output' => ['shape' => 'CreateForecastExportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'CreatePredictor' => ['name' => 'CreatePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePredictorRequest'], 'output' => ['shape' => 'CreatePredictorResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException']]], 'DeleteDataset' => ['name' => 'DeleteDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetGroup' => ['name' => 'DeleteDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetGroupRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetImportJob' => ['name' => 'DeleteDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetImportJobRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteForecast' => ['name' => 'DeleteForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteForecastRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteForecastExportJob' => ['name' => 'DeleteForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteForecastExportJobRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeletePredictor' => ['name' => 'DeletePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePredictorRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DescribeDataset' => ['name' => 'DescribeDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetRequest'], 'output' => ['shape' => 'DescribeDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetGroup' => ['name' => 'DescribeDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetGroupRequest'], 'output' => ['shape' => 'DescribeDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetImportJob' => ['name' => 'DescribeDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetImportJobRequest'], 'output' => ['shape' => 'DescribeDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeForecast' => ['name' => 'DescribeForecast', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeForecastRequest'], 'output' => ['shape' => 'DescribeForecastResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeForecastExportJob' => ['name' => 'DescribeForecastExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeForecastExportJobRequest'], 'output' => ['shape' => 'DescribeForecastExportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribePredictor' => ['name' => 'DescribePredictor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePredictorRequest'], 'output' => ['shape' => 'DescribePredictorResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetAccuracyMetrics' => ['name' => 'GetAccuracyMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccuracyMetricsRequest'], 'output' => ['shape' => 'GetAccuracyMetricsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'ListDatasetGroups' => ['name' => 'ListDatasetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetGroupsRequest'], 'output' => ['shape' => 'ListDatasetGroupsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetImportJobs' => ['name' => 'ListDatasetImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetImportJobsRequest'], 'output' => ['shape' => 'ListDatasetImportJobsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListDatasets' => ['name' => 'ListDatasets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetsRequest'], 'output' => ['shape' => 'ListDatasetsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListForecastExportJobs' => ['name' => 'ListForecastExportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListForecastExportJobsRequest'], 'output' => ['shape' => 'ListForecastExportJobsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListForecasts' => ['name' => 'ListForecasts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListForecastsRequest'], 'output' => ['shape' => 'ListForecastsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListPredictors' => ['name' => 'ListPredictors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPredictorsRequest'], 'output' => ['shape' => 'ListPredictorsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidInputException']], 'idempotent' => \true], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInputException']]], 'UpdateDatasetGroup' => ['name' => 'UpdateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDatasetGroupRequest'], 'output' => ['shape' => 'UpdateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\:]+$'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn']], 'AttributeType' => ['type' => 'string', 'enum' => ['string', 'integer', 'float', 'timestamp']], 'Boolean' => ['type' => 'boolean'], 'CategoricalParameterRange' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'Name'], 'Values' => ['shape' => 'Values']]], 'CategoricalParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalParameterRange'], 'max' => 20, 'min' => 1], 'ContinuousParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MaxValue', 'MinValue'], 'members' => ['Name' => ['shape' => 'Name'], 'MaxValue' => ['shape' => 'Double'], 'MinValue' => ['shape' => 'Double'], 'ScalingType' => ['shape' => 'ScalingType']]], 'ContinuousParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousParameterRange'], 'max' => 20, 'min' => 1], 'CreateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupName', 'Domain'], 'members' => ['DatasetGroupName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetArns' => ['shape' => 'ArnList'], 'Tags' => ['shape' => 'Tags']]], 'CreateDatasetGroupResponse' => ['type' => 'structure', 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'CreateDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobName', 'DatasetArn', 'DataSource'], 'members' => ['DatasetImportJobName' => ['shape' => 'Name'], 'DatasetArn' => ['shape' => 'Arn'], 'DataSource' => ['shape' => 'DataSource'], 'TimestampFormat' => ['shape' => 'TimestampFormat'], 'Tags' => ['shape' => 'Tags']]], 'CreateDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'CreateDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetName', 'Domain', 'DatasetType', 'Schema'], 'members' => ['DatasetName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetType' => ['shape' => 'DatasetType'], 'DataFrequency' => ['shape' => 'Frequency'], 'Schema' => ['shape' => 'Schema'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'Tags' => ['shape' => 'Tags']]], 'CreateDatasetResponse' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'CreateForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobName', 'ForecastArn', 'Destination'], 'members' => ['ForecastExportJobName' => ['shape' => 'Name'], 'ForecastArn' => ['shape' => 'Arn'], 'Destination' => ['shape' => 'DataDestination'], 'Tags' => ['shape' => 'Tags']]], 'CreateForecastExportJobResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'CreateForecastRequest' => ['type' => 'structure', 'required' => ['ForecastName', 'PredictorArn'], 'members' => ['ForecastName' => ['shape' => 'Name'], 'PredictorArn' => ['shape' => 'Arn'], 'ForecastTypes' => ['shape' => 'ForecastTypes'], 'Tags' => ['shape' => 'Tags']]], 'CreateForecastResponse' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'CreatePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorName', 'ForecastHorizon', 'InputDataConfig', 'FeaturizationConfig'], 'members' => ['PredictorName' => ['shape' => 'Name'], 'AlgorithmArn' => ['shape' => 'Arn'], 'ForecastHorizon' => ['shape' => 'Integer'], 'PerformAutoML' => ['shape' => 'Boolean'], 'PerformHPO' => ['shape' => 'Boolean'], 'TrainingParameters' => ['shape' => 'TrainingParameters'], 'EvaluationParameters' => ['shape' => 'EvaluationParameters'], 'HPOConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'FeaturizationConfig' => ['shape' => 'FeaturizationConfig'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'Tags' => ['shape' => 'Tags']]], 'CreatePredictorResponse' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DataDestination' => ['type' => 'structure', 'required' => ['S3Config'], 'members' => ['S3Config' => ['shape' => 'S3Config']]], 'DataSource' => ['type' => 'structure', 'required' => ['S3Config'], 'members' => ['S3Config' => ['shape' => 'S3Config']]], 'DatasetGroupSummary' => ['type' => 'structure', 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetGroupName' => ['shape' => 'Name'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetGroups' => ['type' => 'list', 'member' => ['shape' => 'DatasetGroupSummary']], 'DatasetImportJobSummary' => ['type' => 'structure', 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn'], 'DatasetImportJobName' => ['shape' => 'Name'], 'DataSource' => ['shape' => 'DataSource'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetImportJobs' => ['type' => 'list', 'member' => ['shape' => 'DatasetImportJobSummary']], 'DatasetSummary' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn'], 'DatasetName' => ['shape' => 'Name'], 'DatasetType' => ['shape' => 'DatasetType'], 'Domain' => ['shape' => 'Domain'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DatasetType' => ['type' => 'string', 'enum' => ['TARGET_TIME_SERIES', 'RELATED_TIME_SERIES', 'ITEM_METADATA']], 'Datasets' => ['type' => 'list', 'member' => ['shape' => 'DatasetSummary']], 'DeleteDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'DeleteDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobArn'], 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'DeleteDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetArn'], 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'DeleteForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobArn'], 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'DeleteForecastRequest' => ['type' => 'structure', 'required' => ['ForecastArn'], 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'DeletePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupResponse' => ['type' => 'structure', 'members' => ['DatasetGroupName' => ['shape' => 'Name'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetArns' => ['shape' => 'ArnList'], 'Domain' => ['shape' => 'Domain'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['DatasetImportJobArn'], 'members' => ['DatasetImportJobArn' => ['shape' => 'Arn']]], 'DescribeDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobName' => ['shape' => 'Name'], 'DatasetImportJobArn' => ['shape' => 'Arn'], 'DatasetArn' => ['shape' => 'Arn'], 'TimestampFormat' => ['shape' => 'TimestampFormat'], 'DataSource' => ['shape' => 'DataSource'], 'FieldStatistics' => ['shape' => 'FieldStatistics'], 'DataSize' => ['shape' => 'Double'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'Message'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeDatasetRequest' => ['type' => 'structure', 'required' => ['DatasetArn'], 'members' => ['DatasetArn' => ['shape' => 'Arn']]], 'DescribeDatasetResponse' => ['type' => 'structure', 'members' => ['DatasetArn' => ['shape' => 'Arn'], 'DatasetName' => ['shape' => 'Name'], 'Domain' => ['shape' => 'Domain'], 'DatasetType' => ['shape' => 'DatasetType'], 'DataFrequency' => ['shape' => 'Frequency'], 'Schema' => ['shape' => 'Schema'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeForecastExportJobRequest' => ['type' => 'structure', 'required' => ['ForecastExportJobArn'], 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn']]], 'DescribeForecastExportJobResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn'], 'ForecastExportJobName' => ['shape' => 'Name'], 'ForecastArn' => ['shape' => 'Arn'], 'Destination' => ['shape' => 'DataDestination'], 'Message' => ['shape' => 'Message'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribeForecastRequest' => ['type' => 'structure', 'required' => ['ForecastArn'], 'members' => ['ForecastArn' => ['shape' => 'Arn']]], 'DescribeForecastResponse' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn'], 'ForecastName' => ['shape' => 'Name'], 'ForecastTypes' => ['shape' => 'ForecastTypes'], 'PredictorArn' => ['shape' => 'Arn'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'String'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'DescribePredictorRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'DescribePredictorResponse' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Name'], 'PredictorName' => ['shape' => 'Name'], 'AlgorithmArn' => ['shape' => 'Arn'], 'ForecastHorizon' => ['shape' => 'Integer'], 'PerformAutoML' => ['shape' => 'Boolean'], 'PerformHPO' => ['shape' => 'Boolean'], 'TrainingParameters' => ['shape' => 'TrainingParameters'], 'EvaluationParameters' => ['shape' => 'EvaluationParameters'], 'HPOConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'FeaturizationConfig' => ['shape' => 'FeaturizationConfig'], 'EncryptionConfig' => ['shape' => 'EncryptionConfig'], 'PredictorExecutionDetails' => ['shape' => 'PredictorExecutionDetails'], 'DatasetImportJobArns' => ['shape' => 'ArnList'], 'AutoMLAlgorithmArns' => ['shape' => 'ArnList'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'Message'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'Domain' => ['type' => 'string', 'enum' => ['RETAIL', 'CUSTOM', 'INVENTORY_PLANNING', 'EC2_CAPACITY', 'WORK_FORCE', 'WEB_TRAFFIC', 'METRICS']], 'Double' => ['type' => 'double'], 'EncryptionConfig' => ['type' => 'structure', 'required' => ['RoleArn', 'KMSKeyArn'], 'members' => ['RoleArn' => ['shape' => 'Arn'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn']]], 'ErrorMessage' => ['type' => 'string'], 'EvaluationParameters' => ['type' => 'structure', 'members' => ['NumberOfBacktestWindows' => ['shape' => 'Integer'], 'BackTestWindowOffset' => ['shape' => 'Integer']]], 'EvaluationResult' => ['type' => 'structure', 'members' => ['AlgorithmArn' => ['shape' => 'Arn'], 'TestWindows' => ['shape' => 'TestWindows']]], 'EvaluationType' => ['type' => 'string', 'enum' => ['SUMMARY', 'COMPUTED']], 'Featurization' => ['type' => 'structure', 'required' => ['AttributeName'], 'members' => ['AttributeName' => ['shape' => 'Name'], 'FeaturizationPipeline' => ['shape' => 'FeaturizationPipeline']]], 'FeaturizationConfig' => ['type' => 'structure', 'required' => ['ForecastFrequency'], 'members' => ['ForecastFrequency' => ['shape' => 'Frequency'], 'ForecastDimensions' => ['shape' => 'ForecastDimensions'], 'Featurizations' => ['shape' => 'Featurizations']]], 'FeaturizationMethod' => ['type' => 'structure', 'required' => ['FeaturizationMethodName'], 'members' => ['FeaturizationMethodName' => ['shape' => 'FeaturizationMethodName'], 'FeaturizationMethodParameters' => ['shape' => 'FeaturizationMethodParameters']]], 'FeaturizationMethodName' => ['type' => 'string', 'enum' => ['filling']], 'FeaturizationMethodParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 20, 'min' => 1], 'FeaturizationPipeline' => ['type' => 'list', 'member' => ['shape' => 'FeaturizationMethod'], 'max' => 1, 'min' => 1], 'Featurizations' => ['type' => 'list', 'member' => ['shape' => 'Featurization'], 'max' => 50, 'min' => 1], 'FieldStatistics' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Statistics']], 'Filter' => ['type' => 'structure', 'required' => ['Key', 'Value', 'Condition'], 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'Arn'], 'Condition' => ['shape' => 'FilterConditionString']]], 'FilterConditionString' => ['type' => 'string', 'enum' => ['IS', 'IS_NOT']], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'ForecastDimensions' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 5, 'min' => 1], 'ForecastExportJobSummary' => ['type' => 'structure', 'members' => ['ForecastExportJobArn' => ['shape' => 'Arn'], 'ForecastExportJobName' => ['shape' => 'Name'], 'Destination' => ['shape' => 'DataDestination'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'ForecastExportJobs' => ['type' => 'list', 'member' => ['shape' => 'ForecastExportJobSummary']], 'ForecastSummary' => ['type' => 'structure', 'members' => ['ForecastArn' => ['shape' => 'Arn'], 'ForecastName' => ['shape' => 'Name'], 'PredictorArn' => ['shape' => 'String'], 'DatasetGroupArn' => ['shape' => 'String'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'ForecastType' => ['type' => 'string', 'pattern' => '(^0?\\.\\d\\d?$|^mean$)'], 'ForecastTypes' => ['type' => 'list', 'member' => ['shape' => 'ForecastType'], 'max' => 20, 'min' => 1], 'Forecasts' => ['type' => 'list', 'member' => ['shape' => 'ForecastSummary']], 'Frequency' => ['type' => 'string', 'pattern' => '^Y|M|W|D|H|30min|15min|10min|5min|1min$'], 'GetAccuracyMetricsRequest' => ['type' => 'structure', 'required' => ['PredictorArn'], 'members' => ['PredictorArn' => ['shape' => 'Arn']]], 'GetAccuracyMetricsResponse' => ['type' => 'structure', 'members' => ['PredictorEvaluationResults' => ['shape' => 'PredictorEvaluationResults']]], 'HyperParameterTuningJobConfig' => ['type' => 'structure', 'members' => ['ParameterRanges' => ['shape' => 'ParameterRanges']]], 'InputDataConfig' => ['type' => 'structure', 'required' => ['DatasetGroupArn'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'SupplementaryFeatures' => ['shape' => 'SupplementaryFeatures']]], 'Integer' => ['type' => 'integer'], 'IntegerParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MaxValue', 'MinValue'], 'members' => ['Name' => ['shape' => 'Name'], 'MaxValue' => ['shape' => 'Integer'], 'MinValue' => ['shape' => 'Integer'], 'ScalingType' => ['shape' => 'ScalingType']]], 'IntegerParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameterRange'], 'max' => 20, 'min' => 1], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KMSKeyArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws:kms:.*:key/.*'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListDatasetGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDatasetGroupsResponse' => ['type' => 'structure', 'members' => ['DatasetGroups' => ['shape' => 'DatasetGroups'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDatasetImportJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListDatasetImportJobsResponse' => ['type' => 'structure', 'members' => ['DatasetImportJobs' => ['shape' => 'DatasetImportJobs'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDatasetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDatasetsResponse' => ['type' => 'structure', 'members' => ['Datasets' => ['shape' => 'Datasets'], 'NextToken' => ['shape' => 'NextToken']]], 'ListForecastExportJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListForecastExportJobsResponse' => ['type' => 'structure', 'members' => ['ForecastExportJobs' => ['shape' => 'ForecastExportJobs'], 'NextToken' => ['shape' => 'NextToken']]], 'ListForecastsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListForecastsResponse' => ['type' => 'structure', 'members' => ['Forecasts' => ['shape' => 'Forecasts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPredictorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'Filters']]], 'ListPredictorsResponse' => ['type' => 'structure', 'members' => ['Predictors' => ['shape' => 'Predictors'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Message' => ['type' => 'string'], 'Metrics' => ['type' => 'structure', 'members' => ['RMSE' => ['shape' => 'Double'], 'WeightedQuantileLosses' => ['shape' => 'WeightedQuantileLosses']]], 'Name' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*'], 'NextToken' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'ParameterKey' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\\\]+$'], 'ParameterRanges' => ['type' => 'structure', 'members' => ['CategoricalParameterRanges' => ['shape' => 'CategoricalParameterRanges'], 'ContinuousParameterRanges' => ['shape' => 'ContinuousParameterRanges'], 'IntegerParameterRanges' => ['shape' => 'IntegerParameterRanges']]], 'ParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\"\\\\\\s]+$'], 'PredictorEvaluationResults' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'PredictorExecution' => ['type' => 'structure', 'members' => ['AlgorithmArn' => ['shape' => 'Arn'], 'TestWindows' => ['shape' => 'TestWindowDetails']]], 'PredictorExecutionDetails' => ['type' => 'structure', 'members' => ['PredictorExecutions' => ['shape' => 'PredictorExecutions']]], 'PredictorExecutions' => ['type' => 'list', 'member' => ['shape' => 'PredictorExecution'], 'max' => 5, 'min' => 1], 'PredictorSummary' => ['type' => 'structure', 'members' => ['PredictorArn' => ['shape' => 'Arn'], 'PredictorName' => ['shape' => 'Name'], 'DatasetGroupArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModificationTime' => ['shape' => 'Timestamp']]], 'Predictors' => ['type' => 'list', 'member' => ['shape' => 'PredictorSummary']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'S3Config' => ['type' => 'structure', 'required' => ['Path', 'RoleArn'], 'members' => ['Path' => ['shape' => 'S3Path'], 'RoleArn' => ['shape' => 'Arn'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn']]], 'S3Path' => ['type' => 'string', 'pattern' => '^s3://[a-z0-9].+$'], 'ScalingType' => ['type' => 'string', 'enum' => ['Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic']], 'Schema' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'SchemaAttributes']]], 'SchemaAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'Name'], 'AttributeType' => ['shape' => 'AttributeType']]], 'SchemaAttributes' => ['type' => 'list', 'member' => ['shape' => 'SchemaAttribute'], 'max' => 100, 'min' => 1], 'Statistics' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'Integer'], 'CountDistinct' => ['shape' => 'Integer'], 'CountNull' => ['shape' => 'Integer'], 'CountNan' => ['shape' => 'Integer'], 'Min' => ['shape' => 'String'], 'Max' => ['shape' => 'String'], 'Avg' => ['shape' => 'Double'], 'Stddev' => ['shape' => 'Double']]], 'Status' => ['type' => 'string', 'max' => 256], 'String' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\_]+$'], 'SupplementaryFeature' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'Name'], 'Value' => ['shape' => 'Value']]], 'SupplementaryFeatures' => ['type' => 'list', 'member' => ['shape' => 'SupplementaryFeature'], 'max' => 1, 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], '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' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TestWindowDetails' => ['type' => 'list', 'member' => ['shape' => 'TestWindowSummary']], 'TestWindowSummary' => ['type' => 'structure', 'members' => ['TestWindowStart' => ['shape' => 'Timestamp'], 'TestWindowEnd' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'Status'], 'Message' => ['shape' => 'ErrorMessage']]], 'TestWindows' => ['type' => 'list', 'member' => ['shape' => 'WindowSummary']], 'Timestamp' => ['type' => 'timestamp'], 'TimestampFormat' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\-\\:\\.\\,\\\'\\s]+$'], 'TrainingParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['DatasetGroupArn', 'DatasetArns'], 'members' => ['DatasetGroupArn' => ['shape' => 'Arn'], 'DatasetArns' => ['shape' => 'ArnList']]], 'UpdateDatasetGroupResponse' => ['type' => 'structure', 'members' => []], 'Value' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9\\_\\-]+$'], 'Values' => ['type' => 'list', 'member' => ['shape' => 'Value'], 'max' => 20, 'min' => 1], 'WeightedQuantileLoss' => ['type' => 'structure', 'members' => ['Quantile' => ['shape' => 'Double'], 'LossValue' => ['shape' => 'Double']]], 'WeightedQuantileLosses' => ['type' => 'list', 'member' => ['shape' => 'WeightedQuantileLoss']], 'WindowSummary' => ['type' => 'structure', 'members' => ['TestWindowStart' => ['shape' => 'Timestamp'], 'TestWindowEnd' => ['shape' => 'Timestamp'], 'ItemCount' => ['shape' => 'Integer'], 'EvaluationType' => ['shape' => 'EvaluationType'], 'Metrics' => ['shape' => 'Metrics']]]]]; diff --git a/vendor/Aws3/Aws/data/frauddetector/2019-11-15/api-2.json.php b/vendor/Aws3/Aws/data/frauddetector/2019-11-15/api-2.json.php index 67c0e19c..ac1d5d91 100644 --- a/vendor/Aws3/Aws/data/frauddetector/2019-11-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/frauddetector/2019-11-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-11-15', 'endpointPrefix' => 'frauddetector', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Fraud Detector', 'serviceId' => 'FraudDetector', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSHawksNestServiceFacade', 'uid' => 'frauddetector-2019-11-15'], 'operations' => ['BatchCreateVariable' => ['name' => 'BatchCreateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCreateVariableRequest'], 'output' => ['shape' => 'BatchCreateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'BatchGetVariable' => ['name' => 'BatchGetVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetVariableRequest'], 'output' => ['shape' => 'BatchGetVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateDetectorVersion' => ['name' => 'CreateDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDetectorVersionRequest'], 'output' => ['shape' => 'CreateDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateModelVersion' => ['name' => 'CreateModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelVersionRequest'], 'output' => ['shape' => 'CreateModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateVariable' => ['name' => 'CreateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVariableRequest'], 'output' => ['shape' => 'CreateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteDetectorVersion' => ['name' => 'DeleteDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDetectorVersionRequest'], 'output' => ['shape' => 'DeleteDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteEvent' => ['name' => 'DeleteEvent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventRequest'], 'output' => ['shape' => 'DeleteEventResult'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeDetector' => ['name' => 'DescribeDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDetectorRequest'], 'output' => ['shape' => 'DescribeDetectorResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeModelVersions' => ['name' => 'DescribeModelVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelVersionsRequest'], 'output' => ['shape' => 'DescribeModelVersionsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetDetectorVersion' => ['name' => 'GetDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDetectorVersionRequest'], 'output' => ['shape' => 'GetDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetDetectors' => ['name' => 'GetDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDetectorsRequest'], 'output' => ['shape' => 'GetDetectorsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetExternalModels' => ['name' => 'GetExternalModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetExternalModelsRequest'], 'output' => ['shape' => 'GetExternalModelsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetModelVersion' => ['name' => 'GetModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetModelVersionRequest'], 'output' => ['shape' => 'GetModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'GetModelsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetOutcomes' => ['name' => 'GetOutcomes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOutcomesRequest'], 'output' => ['shape' => 'GetOutcomesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetPrediction' => ['name' => 'GetPrediction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPredictionRequest'], 'output' => ['shape' => 'GetPredictionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetRules' => ['name' => 'GetRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRulesRequest'], 'output' => ['shape' => 'GetRulesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'GetVariables' => ['name' => 'GetVariables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVariablesRequest'], 'output' => ['shape' => 'GetVariablesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'PutDetector' => ['name' => 'PutDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDetectorRequest'], 'output' => ['shape' => 'PutDetectorResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'PutExternalModel' => ['name' => 'PutExternalModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutExternalModelRequest'], 'output' => ['shape' => 'PutExternalModelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'PutModel' => ['name' => 'PutModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutModelRequest'], 'output' => ['shape' => 'PutModelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'PutOutcome' => ['name' => 'PutOutcome', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOutcomeRequest'], 'output' => ['shape' => 'PutOutcomeResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateDetectorVersion' => ['name' => 'UpdateDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionRequest'], 'output' => ['shape' => 'UpdateDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateDetectorVersionMetadata' => ['name' => 'UpdateDetectorVersionMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionMetadataRequest'], 'output' => ['shape' => 'UpdateDetectorVersionMetadataResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateDetectorVersionStatus' => ['name' => 'UpdateDetectorVersionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionStatusRequest'], 'output' => ['shape' => 'UpdateDetectorVersionStatusResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateModelVersion' => ['name' => 'UpdateModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateModelVersionRequest'], 'output' => ['shape' => 'UpdateModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateRuleMetadata' => ['name' => 'UpdateRuleMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleMetadataRequest'], 'output' => ['shape' => 'UpdateRuleMetadataResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateRuleVersion' => ['name' => 'UpdateRuleVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleVersionRequest'], 'output' => ['shape' => 'UpdateRuleVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'UpdateVariable' => ['name' => 'UpdateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVariableRequest'], 'output' => ['shape' => 'UpdateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['BatchCreateVariableError' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'code' => ['shape' => 'integer'], 'message' => ['shape' => 'string']]], 'BatchCreateVariableErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchCreateVariableError']], 'BatchCreateVariableRequest' => ['type' => 'structure', 'required' => ['variableEntries'], 'members' => ['variableEntries' => ['shape' => 'VariableEntryList']]], 'BatchCreateVariableResult' => ['type' => 'structure', 'members' => ['errors' => ['shape' => 'BatchCreateVariableErrorList']]], 'BatchGetVariableError' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'code' => ['shape' => 'integer'], 'message' => ['shape' => 'string']]], 'BatchGetVariableErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchGetVariableError']], 'BatchGetVariableRequest' => ['type' => 'structure', 'required' => ['names'], 'members' => ['names' => ['shape' => 'NameList']]], 'BatchGetVariableResult' => ['type' => 'structure', 'members' => ['variables' => ['shape' => 'VariableList'], 'errors' => ['shape' => 'BatchGetVariableErrorList']]], 'CreateDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'rules'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'rules' => ['shape' => 'RuleList'], 'modelVersions' => ['shape' => 'ListOfModelVersions']]], 'CreateDetectorVersionResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'DetectorVersionStatus']]], 'CreateModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType'], 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description']]], 'CreateModelVersionResult' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'string']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['ruleId', 'detectorId', 'expression', 'language', 'outcomes'], 'members' => ['ruleId' => ['shape' => 'identifier'], 'detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings']]], 'CreateRuleResult' => ['type' => 'structure', 'members' => ['rule' => ['shape' => 'Rule']]], 'CreateVariableRequest' => ['type' => 'structure', 'required' => ['name', 'dataType', 'dataSource', 'defaultValue'], 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'DataType'], 'dataSource' => ['shape' => 'DataSource'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string']]], 'CreateVariableResult' => ['type' => 'structure', 'members' => []], 'CsvIndexToVariableMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'DataSource' => ['type' => 'string', 'enum' => ['EVENT', 'MODEL_SCORE', 'EXTERNAL_MODEL_SCORE']], 'DataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'FLOAT', 'BOOLEAN']], 'DeleteDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString']]], 'DeleteDetectorVersionResult' => ['type' => 'structure', 'members' => []], 'DeleteEventRequest' => ['type' => 'structure', 'required' => ['eventId'], 'members' => ['eventId' => ['shape' => 'string']]], 'DeleteEventResult' => ['type' => 'structure', 'members' => []], 'DescribeDetectorRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'DetectorVersionMaxResults']]], 'DescribeDetectorResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionSummaries' => ['shape' => 'DetectorVersionSummaryList'], 'nextToken' => ['shape' => 'string']]], 'DescribeModelVersionsRequest' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'identifier'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeModelVersionsResult' => ['type' => 'structure', 'members' => ['modelVersionDetails' => ['shape' => 'ModelVersionDetailList'], 'nextToken' => ['shape' => 'string']]], 'Detector' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'DetectorList' => ['type' => 'list', 'member' => ['shape' => 'Detector']], 'DetectorVersionMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 2500, 'min' => 1000], 'DetectorVersionStatus' => ['type' => 'string', 'enum' => ['DRAFT', 'ACTIVE', 'INACTIVE']], 'DetectorVersionSummary' => ['type' => 'structure', 'members' => ['detectorVersionId' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'DetectorVersionStatus'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time']]], 'DetectorVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DetectorVersionSummary']], 'DetectorsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'EventAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'attributeKey'], 'value' => ['shape' => 'attributeValue']], 'ExternalModel' => ['type' => 'structure', 'members' => ['modelEndpoint' => ['shape' => 'string'], 'modelSource' => ['shape' => 'ModelSource'], 'role' => ['shape' => 'Role'], 'inputConfiguration' => ['shape' => 'ModelInputConfiguration'], 'outputConfiguration' => ['shape' => 'ModelOutputConfiguration'], 'modelEndpointStatus' => ['shape' => 'ModelEndpointStatus'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'ExternalModelEndpointDataBlobMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'ModelEndpointDataBlob'], 'sensitive' => \true], 'ExternalModelList' => ['type' => 'list', 'member' => ['shape' => 'ExternalModel']], 'ExternalModelsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'GetDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString']]], 'GetDetectorVersionResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'description' => ['shape' => 'description'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'modelVersions' => ['shape' => 'ListOfModelVersions'], 'rules' => ['shape' => 'RuleList'], 'status' => ['shape' => 'DetectorVersionStatus'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'GetDetectorsRequest' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'DetectorsMaxResults']]], 'GetDetectorsResult' => ['type' => 'structure', 'members' => ['detectors' => ['shape' => 'DetectorList'], 'nextToken' => ['shape' => 'string']]], 'GetExternalModelsRequest' => ['type' => 'structure', 'members' => ['modelEndpoint' => ['shape' => 'string'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'ExternalModelsMaxResults']]], 'GetExternalModelsResult' => ['type' => 'structure', 'members' => ['externalModels' => ['shape' => 'ExternalModelList'], 'nextToken' => ['shape' => 'string']]], 'GetModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber'], 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString']]], 'GetModelVersionResult' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'description' => ['shape' => 'description'], 'status' => ['shape' => 'string']]], 'GetModelsRequest' => ['type' => 'structure', 'members' => ['modelType' => ['shape' => 'ModelTypeEnum'], 'modelId' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetModelsResult' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'string'], 'models' => ['shape' => 'ModelList']]], 'GetOutcomesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'OutcomesMaxResults']]], 'GetOutcomesResult' => ['type' => 'structure', 'members' => ['outcomes' => ['shape' => 'OutcomeList'], 'nextToken' => ['shape' => 'string']]], 'GetPredictionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'eventId'], 'members' => ['detectorId' => ['shape' => 'string'], 'detectorVersionId' => ['shape' => 'string'], 'eventId' => ['shape' => 'string'], 'eventAttributes' => ['shape' => 'EventAttributeMap'], 'externalModelEndpointDataBlobs' => ['shape' => 'ExternalModelEndpointDataBlobMap']]], 'GetPredictionResult' => ['type' => 'structure', 'members' => ['outcomes' => ['shape' => 'ListOfStrings'], 'modelScores' => ['shape' => 'ListOfModelScores']]], 'GetRulesRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['ruleId' => ['shape' => 'identifier'], 'detectorId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'nonEmptyString'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'RulesMaxResults']]], 'GetRulesResult' => ['type' => 'structure', 'members' => ['ruleDetails' => ['shape' => 'RuleDetailList'], 'nextToken' => ['shape' => 'string']]], 'GetVariablesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'VariablesMaxResults']]], 'GetVariablesResult' => ['type' => 'structure', 'members' => ['variables' => ['shape' => 'VariableList'], 'nextToken' => ['shape' => 'string']]], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'IsOpaque' => ['type' => 'boolean'], 'JsonKeyToVariableMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'LabelMapper' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'ListOfStrings']], 'LabelSchema' => ['type' => 'structure', 'required' => ['labelKey', 'labelMapper'], 'members' => ['labelKey' => ['shape' => 'string'], 'labelMapper' => ['shape' => 'LabelMapper']]], 'Language' => ['type' => 'string', 'enum' => ['DETECTORPL']], 'ListOfModelScores' => ['type' => 'list', 'member' => ['shape' => 'ModelScores']], 'ListOfModelVersions' => ['type' => 'list', 'member' => ['shape' => 'ModelVersion']], 'ListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'string']], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'MetricsMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'Model' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description'], 'trainingDataSource' => ['shape' => 'TrainingDataSource'], 'modelVariables' => ['shape' => 'ModelVariablesList'], 'labelSchema' => ['shape' => 'LabelSchema'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'ModelEndpointDataBlob' => ['type' => 'structure', 'members' => ['byteBuffer' => ['shape' => 'blob'], 'contentType' => ['shape' => 'contentType']]], 'ModelEndpointStatus' => ['type' => 'string', 'enum' => ['ASSOCIATED', 'DISSOCIATED']], 'ModelInputConfiguration' => ['type' => 'structure', 'required' => ['isOpaque'], 'members' => ['format' => ['shape' => 'ModelInputDataFormat'], 'isOpaque' => ['shape' => 'IsOpaque'], 'jsonInputTemplate' => ['shape' => 'string'], 'csvInputTemplate' => ['shape' => 'string']]], 'ModelInputDataFormat' => ['type' => 'string', 'enum' => ['TEXT_CSV', 'APPLICATION_JSON']], 'ModelList' => ['type' => 'list', 'member' => ['shape' => 'Model']], 'ModelOutputConfiguration' => ['type' => 'structure', 'required' => ['format'], 'members' => ['format' => ['shape' => 'ModelOutputDataFormat'], 'jsonKeyToVariableMap' => ['shape' => 'JsonKeyToVariableMap'], 'csvIndexToVariableMap' => ['shape' => 'CsvIndexToVariableMap']]], 'ModelOutputDataFormat' => ['type' => 'string', 'enum' => ['TEXT_CSV', 'APPLICATION_JSONLINES']], 'ModelPredictionMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'float']], 'ModelScores' => ['type' => 'structure', 'members' => ['modelVersion' => ['shape' => 'ModelVersion'], 'scores' => ['shape' => 'ModelPredictionMap']]], 'ModelSource' => ['type' => 'string', 'enum' => ['SAGEMAKER']], 'ModelTypeEnum' => ['type' => 'string', 'enum' => ['ONLINE_FRAUD_INSIGHTS']], 'ModelVariable' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'string'], 'index' => ['shape' => 'ModelVariableIndex']]], 'ModelVariableIndex' => ['type' => 'integer'], 'ModelVariablesList' => ['type' => 'list', 'member' => ['shape' => 'ModelVariable']], 'ModelVersion' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber'], 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString']]], 'ModelVersionDetail' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'description' => ['shape' => 'description'], 'status' => ['shape' => 'string'], 'trainingDataSource' => ['shape' => 'TrainingDataSource'], 'modelVariables' => ['shape' => 'ModelVariablesList'], 'labelSchema' => ['shape' => 'LabelSchema'], 'validationMetrics' => ['shape' => 'MetricsMap'], 'trainingMetrics' => ['shape' => 'MetricsMap'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'ModelVersionDetailList' => ['type' => 'list', 'member' => ['shape' => 'ModelVersionDetail']], 'ModelVersionStatus' => ['type' => 'string', 'enum' => ['TRAINING_IN_PROGRESS', 'TRAINING_COMPLETE', 'ACTIVATE_REQUESTED', 'ACTIVATE_IN_PROGRESS', 'ACTIVE', 'INACTIVATE_IN_PROGRESS', 'INACTIVE', 'ERROR']], 'NameList' => ['type' => 'list', 'member' => ['shape' => 'string'], 'max' => 100, 'min' => 1], 'NonEmptyListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'string'], 'min' => 1], 'Outcome' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'OutcomeList' => ['type' => 'list', 'member' => ['shape' => 'Outcome']], 'OutcomesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'PutDetectorRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description']]], 'PutDetectorResult' => ['type' => 'structure', 'members' => []], 'PutExternalModelRequest' => ['type' => 'structure', 'required' => ['modelEndpoint', 'modelSource', 'role', 'inputConfiguration', 'outputConfiguration', 'modelEndpointStatus'], 'members' => ['modelEndpoint' => ['shape' => 'string'], 'modelSource' => ['shape' => 'ModelSource'], 'role' => ['shape' => 'Role'], 'inputConfiguration' => ['shape' => 'ModelInputConfiguration'], 'outputConfiguration' => ['shape' => 'ModelOutputConfiguration'], 'modelEndpointStatus' => ['shape' => 'ModelEndpointStatus']]], 'PutExternalModelResult' => ['type' => 'structure', 'members' => []], 'PutModelRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'trainingDataSource', 'modelVariables', 'labelSchema'], 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description'], 'trainingDataSource' => ['shape' => 'TrainingDataSource'], 'modelVariables' => ['shape' => 'ModelVariablesList'], 'labelSchema' => ['shape' => 'LabelSchema']]], 'PutModelResult' => ['type' => 'structure', 'members' => []], 'PutOutcomeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description']]], 'PutOutcomeResult' => ['type' => 'structure', 'members' => []], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'Role' => ['type' => 'structure', 'required' => ['arn', 'name'], 'members' => ['arn' => ['shape' => 'string'], 'name' => ['shape' => 'string']]], 'Rule' => ['type' => 'structure', 'required' => ['detectorId', 'ruleId', 'ruleVersion'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'ruleId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'nonEmptyString']]], 'RuleDetail' => ['type' => 'structure', 'members' => ['ruleId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'detectorId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'nonEmptyString'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'RuleDetailList' => ['type' => 'list', 'member' => ['shape' => 'RuleDetail']], 'RuleList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RulesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'TrainingDataSource' => ['type' => 'structure', 'required' => ['dataLocation', 'dataAccessRoleArn'], 'members' => ['dataLocation' => ['shape' => 's3BucketLocation'], 'dataAccessRoleArn' => ['shape' => 'iamRoleArn']]], 'UpdateDetectorVersionMetadataRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'description'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'description' => ['shape' => 'description']]], 'UpdateDetectorVersionMetadataResult' => ['type' => 'structure', 'members' => []], 'UpdateDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'externalModelEndpoints', 'rules'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'rules' => ['shape' => 'RuleList'], 'description' => ['shape' => 'description'], 'modelVersions' => ['shape' => 'ListOfModelVersions']]], 'UpdateDetectorVersionResult' => ['type' => 'structure', 'members' => []], 'UpdateDetectorVersionStatusRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'status'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'DetectorVersionStatus']]], 'UpdateDetectorVersionStatusResult' => ['type' => 'structure', 'members' => []], 'UpdateModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber', 'description', 'status'], 'members' => ['modelId' => ['shape' => 'identifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'description' => ['shape' => 'description'], 'status' => ['shape' => 'ModelVersionStatus']]], 'UpdateModelVersionResult' => ['type' => 'structure', 'members' => []], 'UpdateRuleMetadataRequest' => ['type' => 'structure', 'required' => ['rule', 'description'], 'members' => ['rule' => ['shape' => 'Rule'], 'description' => ['shape' => 'description']]], 'UpdateRuleMetadataResult' => ['type' => 'structure', 'members' => []], 'UpdateRuleVersionRequest' => ['type' => 'structure', 'required' => ['rule', 'expression', 'language', 'outcomes'], 'members' => ['rule' => ['shape' => 'Rule'], 'description' => ['shape' => 'description'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings']]], 'UpdateRuleVersionResult' => ['type' => 'structure', 'members' => ['rule' => ['shape' => 'Rule']]], 'UpdateVariableRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'string'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string']]], 'UpdateVariableResult' => ['type' => 'structure', 'members' => []], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'Variable' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'DataType'], 'dataSource' => ['shape' => 'DataSource'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time']]], 'VariableEntry' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'string'], 'dataSource' => ['shape' => 'string'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string']]], 'VariableEntryList' => ['type' => 'list', 'member' => ['shape' => 'VariableEntry'], 'max' => 25, 'min' => 1], 'VariableList' => ['type' => 'list', 'member' => ['shape' => 'Variable']], 'VariablesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'attributeKey' => ['type' => 'string', 'max' => 64, 'min' => 1], 'attributeValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'sensitive' => \true], 'blob' => ['type' => 'blob'], 'contentType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'description' => ['type' => 'string', 'max' => 128, 'min' => 1], 'float' => ['type' => 'float'], 'iamRoleArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn\\:aws\\:iam\\:\\:[0-9]{12}\\:role\\/[^\\s]{2,64}$'], 'identifier' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[0-9a-z_-]+$'], 'integer' => ['type' => 'integer'], 'nonEmptyString' => ['type' => 'string', 'min' => 1], 'ruleExpression' => ['type' => 'string', 'max' => 4096, 'min' => 1], 's3BucketLocation' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '^s3:\\/\\/[^\\s]+$'], 'string' => ['type' => 'string'], 'time' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-11-15', 'endpointPrefix' => 'frauddetector', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Fraud Detector', 'serviceId' => 'FraudDetector', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSHawksNestServiceFacade', 'uid' => 'frauddetector-2019-11-15'], 'operations' => ['BatchCreateVariable' => ['name' => 'BatchCreateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCreateVariableRequest'], 'output' => ['shape' => 'BatchCreateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'BatchGetVariable' => ['name' => 'BatchGetVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetVariableRequest'], 'output' => ['shape' => 'BatchGetVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'CreateDetectorVersion' => ['name' => 'CreateDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDetectorVersionRequest'], 'output' => ['shape' => 'CreateDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelRequest'], 'output' => ['shape' => 'CreateModelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'CreateModelVersion' => ['name' => 'CreateModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelVersionRequest'], 'output' => ['shape' => 'CreateModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'CreateVariable' => ['name' => 'CreateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVariableRequest'], 'output' => ['shape' => 'CreateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'DeleteDetector' => ['name' => 'DeleteDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDetectorRequest'], 'output' => ['shape' => 'DeleteDetectorResult'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'DeleteDetectorVersion' => ['name' => 'DeleteDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDetectorVersionRequest'], 'output' => ['shape' => 'DeleteDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'AccessDeniedException']]], 'DeleteEvent' => ['name' => 'DeleteEvent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventRequest'], 'output' => ['shape' => 'DeleteEventResult'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'output' => ['shape' => 'DeleteRuleResult'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'DescribeDetector' => ['name' => 'DescribeDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDetectorRequest'], 'output' => ['shape' => 'DescribeDetectorResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'DescribeModelVersions' => ['name' => 'DescribeModelVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelVersionsRequest'], 'output' => ['shape' => 'DescribeModelVersionsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetDetectorVersion' => ['name' => 'GetDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDetectorVersionRequest'], 'output' => ['shape' => 'GetDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetDetectors' => ['name' => 'GetDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDetectorsRequest'], 'output' => ['shape' => 'GetDetectorsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetEntityTypes' => ['name' => 'GetEntityTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEntityTypesRequest'], 'output' => ['shape' => 'GetEntityTypesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetEventPrediction' => ['name' => 'GetEventPrediction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEventPredictionRequest'], 'output' => ['shape' => 'GetEventPredictionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetEventTypes' => ['name' => 'GetEventTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEventTypesRequest'], 'output' => ['shape' => 'GetEventTypesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetExternalModels' => ['name' => 'GetExternalModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetExternalModelsRequest'], 'output' => ['shape' => 'GetExternalModelsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetKMSEncryptionKey' => ['name' => 'GetKMSEncryptionKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetKMSEncryptionKeyResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetLabels' => ['name' => 'GetLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLabelsRequest'], 'output' => ['shape' => 'GetLabelsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetModelVersion' => ['name' => 'GetModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetModelVersionRequest'], 'output' => ['shape' => 'GetModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetModels' => ['name' => 'GetModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetModelsRequest'], 'output' => ['shape' => 'GetModelsResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'GetOutcomes' => ['name' => 'GetOutcomes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOutcomesRequest'], 'output' => ['shape' => 'GetOutcomesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetRules' => ['name' => 'GetRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRulesRequest'], 'output' => ['shape' => 'GetRulesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'GetVariables' => ['name' => 'GetVariables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVariablesRequest'], 'output' => ['shape' => 'GetVariablesResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'PutDetector' => ['name' => 'PutDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDetectorRequest'], 'output' => ['shape' => 'PutDetectorResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'PutEntityType' => ['name' => 'PutEntityType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEntityTypeRequest'], 'output' => ['shape' => 'PutEntityTypeResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'PutEventType' => ['name' => 'PutEventType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutEventTypeRequest'], 'output' => ['shape' => 'PutEventTypeResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'PutExternalModel' => ['name' => 'PutExternalModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutExternalModelRequest'], 'output' => ['shape' => 'PutExternalModelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'PutKMSEncryptionKey' => ['name' => 'PutKMSEncryptionKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutKMSEncryptionKeyRequest'], 'output' => ['shape' => 'PutKMSEncryptionKeyResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'PutLabel' => ['name' => 'PutLabel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLabelRequest'], 'output' => ['shape' => 'PutLabelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'PutOutcome' => ['name' => 'PutOutcome', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutOutcomeRequest'], 'output' => ['shape' => 'PutOutcomeResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UpdateDetectorVersion' => ['name' => 'UpdateDetectorVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionRequest'], 'output' => ['shape' => 'UpdateDetectorVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'UpdateDetectorVersionMetadata' => ['name' => 'UpdateDetectorVersionMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionMetadataRequest'], 'output' => ['shape' => 'UpdateDetectorVersionMetadataResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'UpdateDetectorVersionStatus' => ['name' => 'UpdateDetectorVersionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDetectorVersionStatusRequest'], 'output' => ['shape' => 'UpdateDetectorVersionStatusResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'UpdateModel' => ['name' => 'UpdateModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateModelRequest'], 'output' => ['shape' => 'UpdateModelResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'UpdateModelVersion' => ['name' => 'UpdateModelVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateModelVersionRequest'], 'output' => ['shape' => 'UpdateModelVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UpdateModelVersionStatus' => ['name' => 'UpdateModelVersionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateModelVersionStatusRequest'], 'output' => ['shape' => 'UpdateModelVersionStatusResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'AccessDeniedException']]], 'UpdateRuleMetadata' => ['name' => 'UpdateRuleMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleMetadataRequest'], 'output' => ['shape' => 'UpdateRuleMetadataResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'UpdateRuleVersion' => ['name' => 'UpdateRuleVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleVersionRequest'], 'output' => ['shape' => 'UpdateRuleVersionResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]], 'UpdateVariable' => ['name' => 'UpdateVariable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVariableRequest'], 'output' => ['shape' => 'UpdateVariableResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'BatchCreateVariableError' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'code' => ['shape' => 'integer'], 'message' => ['shape' => 'string']]], 'BatchCreateVariableErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchCreateVariableError']], 'BatchCreateVariableRequest' => ['type' => 'structure', 'required' => ['variableEntries'], 'members' => ['variableEntries' => ['shape' => 'VariableEntryList'], 'tags' => ['shape' => 'tagList']]], 'BatchCreateVariableResult' => ['type' => 'structure', 'members' => ['errors' => ['shape' => 'BatchCreateVariableErrorList']]], 'BatchGetVariableError' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'code' => ['shape' => 'integer'], 'message' => ['shape' => 'string']]], 'BatchGetVariableErrorList' => ['type' => 'list', 'member' => ['shape' => 'BatchGetVariableError']], 'BatchGetVariableRequest' => ['type' => 'structure', 'required' => ['names'], 'members' => ['names' => ['shape' => 'NameList']]], 'BatchGetVariableResult' => ['type' => 'structure', 'members' => ['variables' => ['shape' => 'VariableList'], 'errors' => ['shape' => 'BatchGetVariableErrorList']]], 'ConflictException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'CreateDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'rules'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'rules' => ['shape' => 'RuleList'], 'modelVersions' => ['shape' => 'ListOfModelVersions'], 'ruleExecutionMode' => ['shape' => 'RuleExecutionMode'], 'tags' => ['shape' => 'tagList']]], 'CreateDetectorVersionResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'DetectorVersionStatus']]], 'CreateModelRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'eventTypeName'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description'], 'eventTypeName' => ['shape' => 'string'], 'tags' => ['shape' => 'tagList']]], 'CreateModelResult' => ['type' => 'structure', 'members' => []], 'CreateModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'trainingDataSource', 'trainingDataSchema'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'trainingDataSource' => ['shape' => 'TrainingDataSourceEnum'], 'trainingDataSchema' => ['shape' => 'TrainingDataSchema'], 'externalEventsDetail' => ['shape' => 'ExternalEventsDetail'], 'tags' => ['shape' => 'tagList']]], 'CreateModelVersionResult' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'string']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['ruleId', 'detectorId', 'expression', 'language', 'outcomes'], 'members' => ['ruleId' => ['shape' => 'identifier'], 'detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings'], 'tags' => ['shape' => 'tagList']]], 'CreateRuleResult' => ['type' => 'structure', 'members' => ['rule' => ['shape' => 'Rule']]], 'CreateVariableRequest' => ['type' => 'structure', 'required' => ['name', 'dataType', 'dataSource', 'defaultValue'], 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'DataType'], 'dataSource' => ['shape' => 'DataSource'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string'], 'tags' => ['shape' => 'tagList']]], 'CreateVariableResult' => ['type' => 'structure', 'members' => []], 'CsvIndexToVariableMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'DataSource' => ['type' => 'string', 'enum' => ['EVENT', 'MODEL_SCORE', 'EXTERNAL_MODEL_SCORE']], 'DataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'FLOAT', 'BOOLEAN']], 'DataValidationMetrics' => ['type' => 'structure', 'members' => ['fileLevelMessages' => ['shape' => 'fileValidationMessageList'], 'fieldLevelMessages' => ['shape' => 'fieldValidationMessageList']]], 'DeleteDetectorRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['detectorId' => ['shape' => 'identifier']]], 'DeleteDetectorResult' => ['type' => 'structure', 'members' => []], 'DeleteDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString']]], 'DeleteDetectorVersionResult' => ['type' => 'structure', 'members' => []], 'DeleteEventRequest' => ['type' => 'structure', 'required' => ['eventId', 'eventTypeName'], 'members' => ['eventId' => ['shape' => 'string'], 'eventTypeName' => ['shape' => 'string']]], 'DeleteEventResult' => ['type' => 'structure', 'members' => []], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['rule'], 'members' => ['rule' => ['shape' => 'Rule']]], 'DeleteRuleResult' => ['type' => 'structure', 'members' => []], 'DescribeDetectorRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'DetectorVersionMaxResults']]], 'DescribeDetectorResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionSummaries' => ['shape' => 'DetectorVersionSummaryList'], 'nextToken' => ['shape' => 'string'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'DescribeModelVersionsRequest' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelVersionNumber' => ['shape' => 'floatVersionString'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'modelsMaxPageSize']]], 'DescribeModelVersionsResult' => ['type' => 'structure', 'members' => ['modelVersionDetails' => ['shape' => 'modelVersionDetailList'], 'nextToken' => ['shape' => 'string']]], 'Detector' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'eventTypeName' => ['shape' => 'identifier'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'DetectorList' => ['type' => 'list', 'member' => ['shape' => 'Detector']], 'DetectorVersionMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 2500, 'min' => 1000], 'DetectorVersionStatus' => ['type' => 'string', 'enum' => ['DRAFT', 'ACTIVE', 'INACTIVE']], 'DetectorVersionSummary' => ['type' => 'structure', 'members' => ['detectorVersionId' => ['shape' => 'nonEmptyString'], 'status' => ['shape' => 'DetectorVersionStatus'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time']]], 'DetectorVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DetectorVersionSummary']], 'DetectorsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'Entity' => ['type' => 'structure', 'required' => ['entityType', 'entityId'], 'members' => ['entityType' => ['shape' => 'string'], 'entityId' => ['shape' => 'identifier']]], 'EntityType' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'EventType' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'description' => ['shape' => 'description'], 'eventVariables' => ['shape' => 'ListOfStrings'], 'labels' => ['shape' => 'ListOfStrings'], 'entityTypes' => ['shape' => 'NonEmptyListOfStrings'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'EventVariableMap' => ['type' => 'map', 'key' => ['shape' => 'variableName'], 'value' => ['shape' => 'variableValue'], 'min' => 1], 'ExternalEventsDetail' => ['type' => 'structure', 'required' => ['dataLocation', 'dataAccessRoleArn'], 'members' => ['dataLocation' => ['shape' => 's3BucketLocation'], 'dataAccessRoleArn' => ['shape' => 'iamRoleArn']]], 'ExternalModel' => ['type' => 'structure', 'members' => ['modelEndpoint' => ['shape' => 'string'], 'modelSource' => ['shape' => 'ModelSource'], 'invokeModelEndpointRoleArn' => ['shape' => 'string'], 'inputConfiguration' => ['shape' => 'ModelInputConfiguration'], 'outputConfiguration' => ['shape' => 'ModelOutputConfiguration'], 'modelEndpointStatus' => ['shape' => 'ModelEndpointStatus'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'ExternalModelEndpointDataBlobMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'ModelEndpointDataBlob'], 'sensitive' => \true], 'ExternalModelList' => ['type' => 'list', 'member' => ['shape' => 'ExternalModel']], 'ExternalModelsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'FieldValidationMessage' => ['type' => 'structure', 'members' => ['fieldName' => ['shape' => 'string'], 'identifier' => ['shape' => 'string'], 'title' => ['shape' => 'string'], 'content' => ['shape' => 'string'], 'type' => ['shape' => 'string']]], 'FileValidationMessage' => ['type' => 'structure', 'members' => ['title' => ['shape' => 'string'], 'content' => ['shape' => 'string'], 'type' => ['shape' => 'string']]], 'GetDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString']]], 'GetDetectorVersionResult' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString'], 'description' => ['shape' => 'description'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'modelVersions' => ['shape' => 'ListOfModelVersions'], 'rules' => ['shape' => 'RuleList'], 'status' => ['shape' => 'DetectorVersionStatus'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'ruleExecutionMode' => ['shape' => 'RuleExecutionMode'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'GetDetectorsRequest' => ['type' => 'structure', 'members' => ['detectorId' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'DetectorsMaxResults']]], 'GetDetectorsResult' => ['type' => 'structure', 'members' => ['detectors' => ['shape' => 'DetectorList'], 'nextToken' => ['shape' => 'string']]], 'GetEntityTypesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'entityTypesMaxResults']]], 'GetEntityTypesResult' => ['type' => 'structure', 'members' => ['entityTypes' => ['shape' => 'entityTypeList'], 'nextToken' => ['shape' => 'string']]], 'GetEventPredictionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'eventId', 'eventTypeName', 'entities', 'eventTimestamp', 'eventVariables'], 'members' => ['detectorId' => ['shape' => 'string'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString'], 'eventId' => ['shape' => 'string'], 'eventTypeName' => ['shape' => 'string'], 'entities' => ['shape' => 'listOfEntities'], 'eventTimestamp' => ['shape' => 'string'], 'eventVariables' => ['shape' => 'EventVariableMap'], 'externalModelEndpointDataBlobs' => ['shape' => 'ExternalModelEndpointDataBlobMap']]], 'GetEventPredictionResult' => ['type' => 'structure', 'members' => ['modelScores' => ['shape' => 'ListOfModelScores'], 'ruleResults' => ['shape' => 'ListOfRuleResults']]], 'GetEventTypesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'eventTypesMaxResults']]], 'GetEventTypesResult' => ['type' => 'structure', 'members' => ['eventTypes' => ['shape' => 'eventTypeList'], 'nextToken' => ['shape' => 'string']]], 'GetExternalModelsRequest' => ['type' => 'structure', 'members' => ['modelEndpoint' => ['shape' => 'string'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'ExternalModelsMaxResults']]], 'GetExternalModelsResult' => ['type' => 'structure', 'members' => ['externalModels' => ['shape' => 'ExternalModelList'], 'nextToken' => ['shape' => 'string']]], 'GetKMSEncryptionKeyResult' => ['type' => 'structure', 'members' => ['kmsKey' => ['shape' => 'KMSKey']]], 'GetLabelsRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'labelsMaxResults']]], 'GetLabelsResult' => ['type' => 'structure', 'members' => ['labels' => ['shape' => 'labelList'], 'nextToken' => ['shape' => 'string']]], 'GetModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'floatVersionString']]], 'GetModelVersionResult' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'floatVersionString'], 'trainingDataSource' => ['shape' => 'TrainingDataSourceEnum'], 'trainingDataSchema' => ['shape' => 'TrainingDataSchema'], 'externalEventsDetail' => ['shape' => 'ExternalEventsDetail'], 'status' => ['shape' => 'string'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'GetModelsRequest' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'modelsMaxPageSize']]], 'GetModelsResult' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'string'], 'models' => ['shape' => 'modelList']]], 'GetOutcomesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'OutcomesMaxResults']]], 'GetOutcomesResult' => ['type' => 'structure', 'members' => ['outcomes' => ['shape' => 'OutcomeList'], 'nextToken' => ['shape' => 'string']]], 'GetRulesRequest' => ['type' => 'structure', 'required' => ['detectorId'], 'members' => ['ruleId' => ['shape' => 'identifier'], 'detectorId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'wholeNumberVersionString'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'RulesMaxResults']]], 'GetRulesResult' => ['type' => 'structure', 'members' => ['ruleDetails' => ['shape' => 'RuleDetailList'], 'nextToken' => ['shape' => 'string']]], 'GetVariablesRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'VariablesMaxResults']]], 'GetVariablesResult' => ['type' => 'structure', 'members' => ['variables' => ['shape' => 'VariableList'], 'nextToken' => ['shape' => 'string']]], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'JsonKeyToVariableMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'KMSKey' => ['type' => 'structure', 'members' => ['kmsEncryptionKeyArn' => ['shape' => 'KmsEncryptionKeyArn']]], 'KmsEncryptionKeyArn' => ['type' => 'string', 'max' => 80, 'min' => 7, 'pattern' => '^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key:[a-zA-Z0-9-_]+|[a-zA-Z0-9-_]\\S+'], 'Label' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'LabelSchema' => ['type' => 'structure', 'required' => ['labelMapper'], 'members' => ['labelMapper' => ['shape' => 'labelMapper']]], 'Language' => ['type' => 'string', 'enum' => ['DETECTORPL']], 'ListOfModelScores' => ['type' => 'list', 'member' => ['shape' => 'ModelScores']], 'ListOfModelVersions' => ['type' => 'list', 'member' => ['shape' => 'ModelVersion']], 'ListOfRuleResults' => ['type' => 'list', 'member' => ['shape' => 'RuleResult']], 'ListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'string']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceARN'], 'members' => ['resourceARN' => ['shape' => 'fraudDetectorArn'], 'nextToken' => ['shape' => 'string'], 'maxResults' => ['shape' => 'TagsMaxResults']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'tagList'], 'nextToken' => ['shape' => 'string']]], 'MetricDataPoint' => ['type' => 'structure', 'members' => ['fpr' => ['shape' => 'float'], 'precision' => ['shape' => 'float'], 'tpr' => ['shape' => 'float'], 'threshold' => ['shape' => 'float']]], 'Model' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description'], 'eventTypeName' => ['shape' => 'string'], 'createdTime' => ['shape' => 'time'], 'lastUpdatedTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'ModelEndpointDataBlob' => ['type' => 'structure', 'members' => ['byteBuffer' => ['shape' => 'blob'], 'contentType' => ['shape' => 'contentType']]], 'ModelEndpointStatus' => ['type' => 'string', 'enum' => ['ASSOCIATED', 'DISSOCIATED']], 'ModelInputConfiguration' => ['type' => 'structure', 'required' => ['useEventVariables'], 'members' => ['eventTypeName' => ['shape' => 'identifier'], 'format' => ['shape' => 'ModelInputDataFormat'], 'useEventVariables' => ['shape' => 'UseEventVariables'], 'jsonInputTemplate' => ['shape' => 'string'], 'csvInputTemplate' => ['shape' => 'string']]], 'ModelInputDataFormat' => ['type' => 'string', 'enum' => ['TEXT_CSV', 'APPLICATION_JSON']], 'ModelOutputConfiguration' => ['type' => 'structure', 'required' => ['format'], 'members' => ['format' => ['shape' => 'ModelOutputDataFormat'], 'jsonKeyToVariableMap' => ['shape' => 'JsonKeyToVariableMap'], 'csvIndexToVariableMap' => ['shape' => 'CsvIndexToVariableMap']]], 'ModelOutputDataFormat' => ['type' => 'string', 'enum' => ['TEXT_CSV', 'APPLICATION_JSONLINES']], 'ModelPredictionMap' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'float']], 'ModelScores' => ['type' => 'structure', 'members' => ['modelVersion' => ['shape' => 'ModelVersion'], 'scores' => ['shape' => 'ModelPredictionMap']]], 'ModelSource' => ['type' => 'string', 'enum' => ['SAGEMAKER']], 'ModelTypeEnum' => ['type' => 'string', 'enum' => ['ONLINE_FRAUD_INSIGHTS']], 'ModelVersion' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'nonEmptyString'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'ModelVersionDetail' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'floatVersionString'], 'status' => ['shape' => 'string'], 'trainingDataSource' => ['shape' => 'TrainingDataSourceEnum'], 'trainingDataSchema' => ['shape' => 'TrainingDataSchema'], 'externalEventsDetail' => ['shape' => 'ExternalEventsDetail'], 'trainingResult' => ['shape' => 'TrainingResult'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'ModelVersionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'NameList' => ['type' => 'list', 'member' => ['shape' => 'string'], 'max' => 100, 'min' => 1], 'NonEmptyListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'string'], 'min' => 1], 'Outcome' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'OutcomeList' => ['type' => 'list', 'member' => ['shape' => 'Outcome']], 'OutcomesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'PutDetectorRequest' => ['type' => 'structure', 'required' => ['detectorId', 'eventTypeName'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'eventTypeName' => ['shape' => 'identifier'], 'tags' => ['shape' => 'tagList']]], 'PutDetectorResult' => ['type' => 'structure', 'members' => []], 'PutEntityTypeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'tags' => ['shape' => 'tagList']]], 'PutEntityTypeResult' => ['type' => 'structure', 'members' => []], 'PutEventTypeRequest' => ['type' => 'structure', 'required' => ['name', 'eventVariables', 'entityTypes'], 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'eventVariables' => ['shape' => 'NonEmptyListOfStrings'], 'labels' => ['shape' => 'ListOfStrings'], 'entityTypes' => ['shape' => 'NonEmptyListOfStrings'], 'tags' => ['shape' => 'tagList']]], 'PutEventTypeResult' => ['type' => 'structure', 'members' => []], 'PutExternalModelRequest' => ['type' => 'structure', 'required' => ['modelEndpoint', 'modelSource', 'invokeModelEndpointRoleArn', 'inputConfiguration', 'outputConfiguration', 'modelEndpointStatus'], 'members' => ['modelEndpoint' => ['shape' => 'sageMakerEndpointIdentifier'], 'modelSource' => ['shape' => 'ModelSource'], 'invokeModelEndpointRoleArn' => ['shape' => 'string'], 'inputConfiguration' => ['shape' => 'ModelInputConfiguration'], 'outputConfiguration' => ['shape' => 'ModelOutputConfiguration'], 'modelEndpointStatus' => ['shape' => 'ModelEndpointStatus'], 'tags' => ['shape' => 'tagList']]], 'PutExternalModelResult' => ['type' => 'structure', 'members' => []], 'PutKMSEncryptionKeyRequest' => ['type' => 'structure', 'required' => ['kmsEncryptionKeyArn'], 'members' => ['kmsEncryptionKeyArn' => ['shape' => 'KmsEncryptionKeyArn']]], 'PutKMSEncryptionKeyResult' => ['type' => 'structure', 'members' => []], 'PutLabelRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'tags' => ['shape' => 'tagList']]], 'PutLabelResult' => ['type' => 'structure', 'members' => []], 'PutOutcomeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'tags' => ['shape' => 'tagList']]], 'PutOutcomeResult' => ['type' => 'structure', 'members' => []], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'Rule' => ['type' => 'structure', 'required' => ['detectorId', 'ruleId', 'ruleVersion'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'ruleId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'wholeNumberVersionString']]], 'RuleDetail' => ['type' => 'structure', 'members' => ['ruleId' => ['shape' => 'identifier'], 'description' => ['shape' => 'description'], 'detectorId' => ['shape' => 'identifier'], 'ruleVersion' => ['shape' => 'wholeNumberVersionString'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'RuleDetailList' => ['type' => 'list', 'member' => ['shape' => 'RuleDetail']], 'RuleExecutionMode' => ['type' => 'string', 'enum' => ['ALL_MATCHED', 'FIRST_MATCHED']], 'RuleList' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'RuleResult' => ['type' => 'structure', 'members' => ['ruleId' => ['shape' => 'string'], 'outcomes' => ['shape' => 'ListOfStrings']]], 'RulesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'Tag' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'tagKey'], 'value' => ['shape' => 'tagValue']]], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceARN', 'tags'], 'members' => ['resourceARN' => ['shape' => 'fraudDetectorArn'], 'tags' => ['shape' => 'tagList']]], 'TagResourceResult' => ['type' => 'structure', 'members' => []], 'TagsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 50], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'TrainingDataSchema' => ['type' => 'structure', 'required' => ['modelVariables', 'labelSchema'], 'members' => ['modelVariables' => ['shape' => 'ListOfStrings'], 'labelSchema' => ['shape' => 'LabelSchema']]], 'TrainingDataSourceEnum' => ['type' => 'string', 'enum' => ['EXTERNAL_EVENTS']], 'TrainingMetrics' => ['type' => 'structure', 'members' => ['auc' => ['shape' => 'float'], 'metricDataPoints' => ['shape' => 'metricDataPointsList']]], 'TrainingResult' => ['type' => 'structure', 'members' => ['dataValidationMetrics' => ['shape' => 'DataValidationMetrics'], 'trainingMetrics' => ['shape' => 'TrainingMetrics']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceARN', 'tagKeys'], 'members' => ['resourceARN' => ['shape' => 'fraudDetectorArn'], 'tagKeys' => ['shape' => 'tagKeyList']]], 'UntagResourceResult' => ['type' => 'structure', 'members' => []], 'UpdateDetectorVersionMetadataRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'description'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString'], 'description' => ['shape' => 'description']]], 'UpdateDetectorVersionMetadataResult' => ['type' => 'structure', 'members' => []], 'UpdateDetectorVersionRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'externalModelEndpoints', 'rules'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString'], 'externalModelEndpoints' => ['shape' => 'ListOfStrings'], 'rules' => ['shape' => 'RuleList'], 'description' => ['shape' => 'description'], 'modelVersions' => ['shape' => 'ListOfModelVersions'], 'ruleExecutionMode' => ['shape' => 'RuleExecutionMode']]], 'UpdateDetectorVersionResult' => ['type' => 'structure', 'members' => []], 'UpdateDetectorVersionStatusRequest' => ['type' => 'structure', 'required' => ['detectorId', 'detectorVersionId', 'status'], 'members' => ['detectorId' => ['shape' => 'identifier'], 'detectorVersionId' => ['shape' => 'wholeNumberVersionString'], 'status' => ['shape' => 'DetectorVersionStatus']]], 'UpdateDetectorVersionStatusResult' => ['type' => 'structure', 'members' => []], 'UpdateModelRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'description' => ['shape' => 'description']]], 'UpdateModelResult' => ['type' => 'structure', 'members' => []], 'UpdateModelVersionRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'majorVersionNumber'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'majorVersionNumber' => ['shape' => 'wholeNumberVersionString'], 'externalEventsDetail' => ['shape' => 'ExternalEventsDetail'], 'tags' => ['shape' => 'tagList']]], 'UpdateModelVersionResult' => ['type' => 'structure', 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'floatVersionString'], 'status' => ['shape' => 'string']]], 'UpdateModelVersionStatusRequest' => ['type' => 'structure', 'required' => ['modelId', 'modelType', 'modelVersionNumber', 'status'], 'members' => ['modelId' => ['shape' => 'modelIdentifier'], 'modelType' => ['shape' => 'ModelTypeEnum'], 'modelVersionNumber' => ['shape' => 'floatVersionString'], 'status' => ['shape' => 'ModelVersionStatus']]], 'UpdateModelVersionStatusResult' => ['type' => 'structure', 'members' => []], 'UpdateRuleMetadataRequest' => ['type' => 'structure', 'required' => ['rule', 'description'], 'members' => ['rule' => ['shape' => 'Rule'], 'description' => ['shape' => 'description']]], 'UpdateRuleMetadataResult' => ['type' => 'structure', 'members' => []], 'UpdateRuleVersionRequest' => ['type' => 'structure', 'required' => ['rule', 'expression', 'language', 'outcomes'], 'members' => ['rule' => ['shape' => 'Rule'], 'description' => ['shape' => 'description'], 'expression' => ['shape' => 'ruleExpression'], 'language' => ['shape' => 'Language'], 'outcomes' => ['shape' => 'NonEmptyListOfStrings'], 'tags' => ['shape' => 'tagList']]], 'UpdateRuleVersionResult' => ['type' => 'structure', 'members' => ['rule' => ['shape' => 'Rule']]], 'UpdateVariableRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'string'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string']]], 'UpdateVariableResult' => ['type' => 'structure', 'members' => []], 'UseEventVariables' => ['type' => 'boolean'], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'Variable' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'DataType'], 'dataSource' => ['shape' => 'DataSource'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string'], 'lastUpdatedTime' => ['shape' => 'time'], 'createdTime' => ['shape' => 'time'], 'arn' => ['shape' => 'fraudDetectorArn']]], 'VariableEntry' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'dataType' => ['shape' => 'string'], 'dataSource' => ['shape' => 'string'], 'defaultValue' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'variableType' => ['shape' => 'string']]], 'VariableEntryList' => ['type' => 'list', 'member' => ['shape' => 'VariableEntry'], 'max' => 25, 'min' => 1], 'VariableList' => ['type' => 'list', 'member' => ['shape' => 'Variable']], 'VariablesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 50], 'blob' => ['type' => 'blob'], 'contentType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'description' => ['type' => 'string', 'max' => 128, 'min' => 1], 'entityTypeList' => ['type' => 'list', 'member' => ['shape' => 'EntityType']], 'entityTypesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'eventTypeList' => ['type' => 'list', 'member' => ['shape' => 'EventType']], 'eventTypesMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 5], 'fieldValidationMessageList' => ['type' => 'list', 'member' => ['shape' => 'FieldValidationMessage']], 'fileValidationMessageList' => ['type' => 'list', 'member' => ['shape' => 'FileValidationMessage']], 'float' => ['type' => 'float'], 'floatVersionString' => ['type' => 'string', 'max' => 7, 'min' => 3, 'pattern' => '^[1-9][0-9]{0,3}\\.[0-9]{1,2}$'], 'fraudDetectorArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn\\:aws[a-z-]{0,15}\\:frauddetector\\:[a-z0-9-]{3,20}\\:[0-9]{12}\\:[^\\s]{2,128}$'], 'iamRoleArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn\\:aws[a-z-]{0,15}\\:iam\\:\\:[0-9]{12}\\:role\\/[^\\s]{2,64}$'], 'identifier' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[0-9a-z_-]+$'], 'integer' => ['type' => 'integer'], 'labelList' => ['type' => 'list', 'member' => ['shape' => 'Label']], 'labelMapper' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'ListOfStrings']], 'labelsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 10], 'listOfEntities' => ['type' => 'list', 'member' => ['shape' => 'Entity']], 'metricDataPointsList' => ['type' => 'list', 'member' => ['shape' => 'MetricDataPoint']], 'modelIdentifier' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[0-9a-z_]+$'], 'modelList' => ['type' => 'list', 'member' => ['shape' => 'Model']], 'modelVersionDetailList' => ['type' => 'list', 'member' => ['shape' => 'ModelVersionDetail']], 'modelsMaxPageSize' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'nonEmptyString' => ['type' => 'string', 'min' => 1], 'ruleExpression' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'sensitive' => \true], 's3BucketLocation' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '^s3:\\/\\/(.+)$'], 'sageMakerEndpointIdentifier' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[0-9A-Za-z_-]+$'], 'string' => ['type' => 'string'], 'tagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'tagKeyList' => ['type' => 'list', 'member' => ['shape' => 'tagKey'], 'max' => 50, 'min' => 0], 'tagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'tagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'time' => ['type' => 'string'], 'variableName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'variableValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'sensitive' => \true], 'wholeNumberVersionString' => ['type' => 'string', 'max' => 5, 'min' => 1, 'pattern' => '^([1-9][0-9]*)$']]]; diff --git a/vendor/Aws3/Aws/data/frauddetector/2019-11-15/paginators-1.json.php b/vendor/Aws3/Aws/data/frauddetector/2019-11-15/paginators-1.json.php index 158223e8..073d9f31 100644 --- a/vendor/Aws3/Aws/data/frauddetector/2019-11-15/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/frauddetector/2019-11-15/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeModelVersions' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetDetectors' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetExternalModels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetModels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetOutcomes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetRules' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetVariables' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults']]]; +return ['pagination' => ['DescribeModelVersions' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetDetectors' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetEntityTypes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetEventTypes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetExternalModels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetLabels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetModels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetOutcomes' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetRules' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'GetVariables' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults'], 'ListTagsForResource' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults']]]; diff --git a/vendor/Aws3/Aws/data/fsx/2018-03-01/api-2.json.php b/vendor/Aws3/Aws/data/fsx/2018-03-01/api-2.json.php index d813dbf0..c6e388a6 100644 --- a/vendor/Aws3/Aws/data/fsx/2018-03-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/fsx/2018-03-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-03-01', 'endpointPrefix' => 'fsx', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon FSx', 'serviceId' => 'FSx', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSSimbaAPIService_v20180301', 'uid' => 'fsx-2018-03-01'], 'operations' => ['CancelDataRepositoryTask' => ['name' => 'CancelDataRepositoryTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelDataRepositoryTaskRequest'], 'output' => ['shape' => 'CancelDataRepositoryTaskResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'DataRepositoryTaskNotFound'], ['shape' => 'DataRepositoryTaskEnded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'CreateBackup' => ['name' => 'CreateBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBackupRequest'], 'output' => ['shape' => 'CreateBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'FileSystemNotFound'], ['shape' => 'BackupInProgress'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'CreateDataRepositoryTask' => ['name' => 'CreateDataRepositoryTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDataRepositoryTaskRequest'], 'output' => ['shape' => 'CreateDataRepositoryTaskResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'DataRepositoryTaskExecuting']], 'idempotent' => \true], 'CreateFileSystem' => ['name' => 'CreateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFileSystemRequest'], 'output' => ['shape' => 'CreateFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'ActiveDirectoryError'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InvalidImportPath'], ['shape' => 'InvalidExportPath'], ['shape' => 'InvalidNetworkSettings'], ['shape' => 'InvalidPerUnitStorageThroughput'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'MissingFileSystemConfiguration']]], 'CreateFileSystemFromBackup' => ['name' => 'CreateFileSystemFromBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFileSystemFromBackupRequest'], 'output' => ['shape' => 'CreateFileSystemFromBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'ActiveDirectoryError'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InvalidNetworkSettings'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'BackupNotFound'], ['shape' => 'InternalServerError'], ['shape' => 'MissingFileSystemConfiguration']]], 'DeleteBackup' => ['name' => 'DeleteBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBackupRequest'], 'output' => ['shape' => 'DeleteBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'BackupInProgress'], ['shape' => 'BackupNotFound'], ['shape' => 'BackupRestoring'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'DeleteFileSystem' => ['name' => 'DeleteFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileSystemRequest'], 'output' => ['shape' => 'DeleteFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'DescribeBackups' => ['name' => 'DescribeBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBackupsRequest'], 'output' => ['shape' => 'DescribeBackupsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'BackupNotFound'], ['shape' => 'InternalServerError']]], 'DescribeDataRepositoryTasks' => ['name' => 'DescribeDataRepositoryTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDataRepositoryTasksRequest'], 'output' => ['shape' => 'DescribeDataRepositoryTasksResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'DataRepositoryTaskNotFound'], ['shape' => 'InternalServerError']]], 'DescribeFileSystems' => ['name' => 'DescribeFileSystems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFileSystemsRequest'], 'output' => ['shape' => 'DescribeFileSystemsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']], 'idempotent' => \true], 'UpdateFileSystem' => ['name' => 'UpdateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFileSystemRequest'], 'output' => ['shape' => 'UpdateFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'MissingFileSystemConfiguration']]]], 'shapes' => ['AWSAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^\\d{12}$'], 'ActiveDirectoryBackupAttributes' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'ActiveDirectoryId' => ['shape' => 'DirectoryId']]], 'ActiveDirectoryError' => ['type' => 'structure', 'required' => ['ActiveDirectoryId'], 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'Type' => ['shape' => 'ActiveDirectoryErrorType'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ActiveDirectoryErrorType' => ['type' => 'string', 'enum' => ['DOMAIN_NOT_FOUND', 'INCOMPATIBLE_DOMAIN_MODE', 'WRONG_VPC', 'INVALID_DOMAIN_STAGE']], 'ActiveDirectoryFullyQualifiedName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^.{1,255}$'], 'ArchivePath' => ['type' => 'string', 'max' => 900, 'min' => 3, 'pattern' => '^.{3,900}$'], 'AutomaticBackupRetentionDays' => ['type' => 'integer', 'max' => 35, 'min' => 0], 'Backup' => ['type' => 'structure', 'required' => ['BackupId', 'Lifecycle', 'Type', 'CreationTime', 'FileSystem'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'Lifecycle' => ['shape' => 'BackupLifecycle'], 'FailureDetails' => ['shape' => 'BackupFailureDetails'], 'Type' => ['shape' => 'BackupType'], 'ProgressPercent' => ['shape' => 'ProgressPercent'], 'CreationTime' => ['shape' => 'CreationTime'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'FileSystem' => ['shape' => 'FileSystem'], 'DirectoryInformation' => ['shape' => 'ActiveDirectoryBackupAttributes']]], 'BackupFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'BackupId' => ['type' => 'string', 'max' => 128, 'min' => 12, 'pattern' => '^(backup-[0-9a-f]{8,})$'], 'BackupIds' => ['type' => 'list', 'member' => ['shape' => 'BackupId'], 'max' => 50], 'BackupInProgress' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'BackupLifecycle' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'DELETED', 'FAILED']], 'BackupNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'BackupRestoring' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'FileSystemId' => ['shape' => 'FileSystemId']], 'exception' => \true], 'BackupType' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'USER_INITIATED']], 'Backups' => ['type' => 'list', 'member' => ['shape' => 'Backup'], 'max' => 50], 'BadRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CancelDataRepositoryTaskRequest' => ['type' => 'structure', 'required' => ['TaskId'], 'members' => ['TaskId' => ['shape' => 'TaskId']]], 'CancelDataRepositoryTaskResponse' => ['type' => 'structure', 'members' => ['Lifecycle' => ['shape' => 'DataRepositoryTaskLifecycle'], 'TaskId' => ['shape' => 'TaskId']]], 'ClientRequestToken' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '[A-za-z0-9_.-]{0,63}$'], 'CompletionReport' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Flag'], 'Path' => ['shape' => 'ArchivePath'], 'Format' => ['shape' => 'ReportFormat'], 'Scope' => ['shape' => 'ReportScope']]], 'CreateBackupRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateBackupResponse' => ['type' => 'structure', 'members' => ['Backup' => ['shape' => 'Backup']]], 'CreateDataRepositoryTaskRequest' => ['type' => 'structure', 'required' => ['Type', 'FileSystemId', 'Report'], 'members' => ['Type' => ['shape' => 'DataRepositoryTaskType'], 'Paths' => ['shape' => 'DataRepositoryTaskPaths'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'Report' => ['shape' => 'CompletionReport'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateDataRepositoryTaskResponse' => ['type' => 'structure', 'members' => ['DataRepositoryTask' => ['shape' => 'DataRepositoryTask']]], 'CreateFileSystemFromBackupRequest' => ['type' => 'structure', 'required' => ['BackupId', 'SubnetIds'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Tags' => ['shape' => 'Tags'], 'WindowsConfiguration' => ['shape' => 'CreateFileSystemWindowsConfiguration']]], 'CreateFileSystemFromBackupResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'CreateFileSystemLustreConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'ImportPath' => ['shape' => 'ArchivePath'], 'ExportPath' => ['shape' => 'ArchivePath'], 'ImportedFileChunkSize' => ['shape' => 'Megabytes'], 'DeploymentType' => ['shape' => 'LustreDeploymentType'], 'PerUnitStorageThroughput' => ['shape' => 'PerUnitStorageThroughput']]], 'CreateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemType', 'StorageCapacity', 'SubnetIds'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'FileSystemType' => ['shape' => 'FileSystemType'], 'StorageCapacity' => ['shape' => 'StorageCapacity'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Tags' => ['shape' => 'Tags'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'WindowsConfiguration' => ['shape' => 'CreateFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'CreateFileSystemLustreConfiguration']]], 'CreateFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'CreateFileSystemWindowsConfiguration' => ['type' => 'structure', 'required' => ['ThroughputCapacity'], 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryConfiguration'], 'DeploymentType' => ['shape' => 'WindowsDeploymentType'], 'PreferredSubnetId' => ['shape' => 'SubnetId'], 'ThroughputCapacity' => ['shape' => 'MegabytesPerSecond'], 'WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag']]], 'CreationTime' => ['type' => 'timestamp'], 'DNSName' => ['type' => 'string', 'max' => 275, 'min' => 16, 'pattern' => '^(fsi?-[0-9a-f]{8,}\\..{4,253})$'], 'DailyTime' => ['type' => 'string', 'max' => 5, 'min' => 5, 'pattern' => '^([01]\\d|2[0-3]):?([0-5]\\d)$'], 'DataRepositoryConfiguration' => ['type' => 'structure', 'members' => ['ImportPath' => ['shape' => 'ArchivePath'], 'ExportPath' => ['shape' => 'ArchivePath'], 'ImportedFileChunkSize' => ['shape' => 'Megabytes']]], 'DataRepositoryTask' => ['type' => 'structure', 'required' => ['TaskId', 'Lifecycle', 'Type', 'CreationTime', 'FileSystemId'], 'members' => ['TaskId' => ['shape' => 'TaskId'], 'Lifecycle' => ['shape' => 'DataRepositoryTaskLifecycle'], 'Type' => ['shape' => 'DataRepositoryTaskType'], 'CreationTime' => ['shape' => 'CreationTime'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'Paths' => ['shape' => 'DataRepositoryTaskPaths'], 'FailureDetails' => ['shape' => 'DataRepositoryTaskFailureDetails'], 'Status' => ['shape' => 'DataRepositoryTaskStatus'], 'Report' => ['shape' => 'CompletionReport']]], 'DataRepositoryTaskEnded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskExecuting' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'DataRepositoryTaskFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DataRepositoryTaskFilterName'], 'Values' => ['shape' => 'DataRepositoryTaskFilterValues']]], 'DataRepositoryTaskFilterName' => ['type' => 'string', 'enum' => ['file-system-id', 'task-lifecycle']], 'DataRepositoryTaskFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9a-zA-Z\\*\\.\\\\/\\?\\-\\_]*$'], 'DataRepositoryTaskFilterValues' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskFilterValue'], 'max' => 20], 'DataRepositoryTaskFilters' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskFilter'], 'max' => 3], 'DataRepositoryTaskLifecycle' => ['type' => 'string', 'enum' => ['PENDING', 'EXECUTING', 'FAILED', 'SUCCEEDED', 'CANCELED', 'CANCELING']], 'DataRepositoryTaskNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskPath' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '^.{0,4096}$'], 'DataRepositoryTaskPaths' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskPath'], 'max' => 100], 'DataRepositoryTaskStatus' => ['type' => 'structure', 'members' => ['TotalCount' => ['shape' => 'TotalCount'], 'SucceededCount' => ['shape' => 'SucceededCount'], 'FailedCount' => ['shape' => 'FailedCount'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime']]], 'DataRepositoryTaskType' => ['type' => 'string', 'enum' => ['EXPORT_TO_REPOSITORY']], 'DataRepositoryTasks' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTask'], 'max' => 50], 'DeleteBackupRequest' => ['type' => 'structure', 'required' => ['BackupId'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DeleteBackupResponse' => ['type' => 'structure', 'members' => ['BackupId' => ['shape' => 'BackupId'], 'Lifecycle' => ['shape' => 'BackupLifecycle']]], 'DeleteFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'WindowsConfiguration' => ['shape' => 'DeleteFileSystemWindowsConfiguration']]], 'DeleteFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'Lifecycle' => ['shape' => 'FileSystemLifecycle'], 'WindowsResponse' => ['shape' => 'DeleteFileSystemWindowsResponse']]], 'DeleteFileSystemWindowsConfiguration' => ['type' => 'structure', 'members' => ['SkipFinalBackup' => ['shape' => 'Flag'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DeleteFileSystemWindowsResponse' => ['type' => 'structure', 'members' => ['FinalBackupId' => ['shape' => 'BackupId'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DescribeBackupsRequest' => ['type' => 'structure', 'members' => ['BackupIds' => ['shape' => 'BackupIds'], 'Filters' => ['shape' => 'Filters'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeBackupsResponse' => ['type' => 'structure', 'members' => ['Backups' => ['shape' => 'Backups'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDataRepositoryTasksRequest' => ['type' => 'structure', 'members' => ['TaskIds' => ['shape' => 'TaskIds'], 'Filters' => ['shape' => 'DataRepositoryTaskFilters'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDataRepositoryTasksResponse' => ['type' => 'structure', 'members' => ['DataRepositoryTasks' => ['shape' => 'DataRepositoryTasks'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeFileSystemsRequest' => ['type' => 'structure', 'members' => ['FileSystemIds' => ['shape' => 'FileSystemIds'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeFileSystemsResponse' => ['type' => 'structure', 'members' => ['FileSystems' => ['shape' => 'FileSystems'], 'NextToken' => ['shape' => 'NextToken']]], 'DirectoryId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^d-[0-9a-f]{10}$'], 'DirectoryPassword' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.{1,256}$', 'sensitive' => \true], 'DirectoryUserName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.{1,256}$'], 'DnsIps' => ['type' => 'list', 'member' => ['shape' => 'IpAddress'], 'max' => 2, 'min' => 1], 'EndTime' => ['type' => 'timestamp'], 'ErrorMessage' => ['type' => 'string', 'max' => 256, 'min' => 1], 'FailedCount' => ['type' => 'long'], 'FileSystem' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'AWSAccountId'], 'CreationTime' => ['shape' => 'CreationTime'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'FileSystemType' => ['shape' => 'FileSystemType'], 'Lifecycle' => ['shape' => 'FileSystemLifecycle'], 'FailureDetails' => ['shape' => 'FileSystemFailureDetails'], 'StorageCapacity' => ['shape' => 'StorageCapacity'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'NetworkInterfaceIds' => ['shape' => 'NetworkInterfaceIds'], 'DNSName' => ['shape' => 'DNSName'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'WindowsConfiguration' => ['shape' => 'WindowsFileSystemConfiguration'], 'LustreConfiguration' => ['shape' => 'LustreFileSystemConfiguration']]], 'FileSystemAdministratorsGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.{1,256}$'], 'FileSystemFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'FileSystemId' => ['type' => 'string', 'max' => 21, 'min' => 11, 'pattern' => '^(fs-[0-9a-f]{8,})$'], 'FileSystemIds' => ['type' => 'list', 'member' => ['shape' => 'FileSystemId'], 'max' => 50], 'FileSystemLifecycle' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'FAILED', 'DELETING', 'MISCONFIGURED', 'UPDATING']], 'FileSystemMaintenanceOperation' => ['type' => 'string', 'enum' => ['PATCHING', 'BACKING_UP']], 'FileSystemMaintenanceOperations' => ['type' => 'list', 'member' => ['shape' => 'FileSystemMaintenanceOperation'], 'max' => 20], 'FileSystemNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'FileSystemType' => ['type' => 'string', 'enum' => ['WINDOWS', 'LUSTRE']], 'FileSystems' => ['type' => 'list', 'member' => ['shape' => 'FileSystem'], 'max' => 50], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterName'], 'Values' => ['shape' => 'FilterValues']]], 'FilterName' => ['type' => 'string', 'enum' => ['file-system-id', 'backup-type']], 'FilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9a-zA-Z\\*\\.\\\\/\\?\\-\\_]*$'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 20], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 10], 'Flag' => ['type' => 'boolean'], 'IncompatibleParameterError' => ['type' => 'structure', 'required' => ['Parameter'], 'members' => ['Parameter' => ['shape' => 'Parameter'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidExportPath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidImportPath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNetworkSettings' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'InvalidSubnetId' => ['shape' => 'SubnetId'], 'InvalidSecurityGroupId' => ['shape' => 'SecurityGroupId']], 'exception' => \true], 'InvalidPerUnitStorageThroughput' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'max' => 15, 'min' => 7, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|arn:aws[a-z-]{0,7}:kms:[a-z]{2}-[a-z-]{4,}-\\d+:\\d{12}:(key|alias)\\/([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|[a-zA-Z0-9:\\/_-]+)|alias\\/[a-zA-Z0-9:\\/_-]+$'], 'LastUpdatedTime' => ['type' => 'timestamp'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'NextToken']]], 'LustreDeploymentType' => ['type' => 'string', 'enum' => ['SCRATCH_1', 'SCRATCH_2', 'PERSISTENT_1']], 'LustreFileSystemConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DataRepositoryConfiguration' => ['shape' => 'DataRepositoryConfiguration'], 'DeploymentType' => ['shape' => 'LustreDeploymentType'], 'PerUnitStorageThroughput' => ['shape' => 'PerUnitStorageThroughput'], 'MountName' => ['shape' => 'LustreFileSystemMountName']]], 'LustreFileSystemMountName' => ['type' => 'string', 'max' => 8, 'min' => 1, 'pattern' => '^([A-Za-z0-9_-]{1,8})$'], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'Megabytes' => ['type' => 'integer', 'max' => 512000, 'min' => 1], 'MegabytesPerSecond' => ['type' => 'integer', 'max' => 2048, 'min' => 8], 'MissingFileSystemConfiguration' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NetworkInterfaceId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '^(eni-[0-9a-f]{8,})$'], 'NetworkInterfaceIds' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId'], 'max' => 50], 'NextToken' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$'], 'NotServiceResourceError' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OrganizationalUnitDistinguishedName' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '^.{1,2000}$'], 'Parameter' => ['type' => 'string', 'min' => 1], 'PerUnitStorageThroughput' => ['type' => 'integer', 'max' => 200, 'min' => 50], 'ProgressPercent' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ReportFormat' => ['type' => 'string', 'enum' => ['REPORT_CSV_20191124']], 'ReportScope' => ['type' => 'string', 'enum' => ['FAILED_FILES_ONLY']], 'ResourceARN' => ['type' => 'string', 'max' => 512, 'min' => 8, 'pattern' => '^arn:aws[a-z-]{0,7}:[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,127}$'], 'ResourceDoesNotSupportTagging' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFound' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SecurityGroupId' => ['type' => 'string', 'max' => 20, 'min' => 11, 'pattern' => '^(sg-[0-9a-f]{8,})$'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 50], 'SelfManagedActiveDirectoryAttributes' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'OrganizationalUnitDistinguishedName' => ['shape' => 'OrganizationalUnitDistinguishedName'], 'FileSystemAdministratorsGroup' => ['shape' => 'FileSystemAdministratorsGroupName'], 'UserName' => ['shape' => 'DirectoryUserName'], 'DnsIps' => ['shape' => 'DnsIps']]], 'SelfManagedActiveDirectoryConfiguration' => ['type' => 'structure', 'required' => ['DomainName', 'UserName', 'Password', 'DnsIps'], 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'OrganizationalUnitDistinguishedName' => ['shape' => 'OrganizationalUnitDistinguishedName'], 'FileSystemAdministratorsGroup' => ['shape' => 'FileSystemAdministratorsGroupName'], 'UserName' => ['shape' => 'DirectoryUserName'], 'Password' => ['shape' => 'DirectoryPassword'], 'DnsIps' => ['shape' => 'DnsIps']]], 'SelfManagedActiveDirectoryConfigurationUpdates' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'DirectoryUserName'], 'Password' => ['shape' => 'DirectoryPassword'], 'DnsIps' => ['shape' => 'DnsIps']]], 'ServiceLimit' => ['type' => 'string', 'enum' => ['FILE_SYSTEM_COUNT', 'TOTAL_THROUGHPUT_CAPACITY', 'TOTAL_STORAGE', 'TOTAL_USER_INITIATED_BACKUPS']], 'ServiceLimitExceeded' => ['type' => 'structure', 'required' => ['Limit'], 'members' => ['Limit' => ['shape' => 'ServiceLimit'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'StartTime' => ['type' => 'timestamp'], 'StorageCapacity' => ['type' => 'integer', 'min' => 0], 'SubnetId' => ['type' => 'string', 'max' => 24, 'min' => 15, 'pattern' => '^(subnet-[0-9a-f]{8,})$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 50], 'SucceededCount' => ['type' => 'long'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TaskId' => ['type' => 'string', 'max' => 128, 'min' => 12, 'pattern' => '^(task-[0-9a-f]{17,})$'], 'TaskIds' => ['type' => 'list', 'member' => ['shape' => 'TaskId'], 'max' => 50], 'TotalCount' => ['type' => 'long'], 'UnsupportedOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateFileSystemLustreConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime']]], 'UpdateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'WindowsConfiguration' => ['shape' => 'UpdateFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'UpdateFileSystemLustreConfiguration']]], 'UpdateFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'UpdateFileSystemWindowsConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryConfigurationUpdates']]], 'VpcId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '^(vpc-[0-9a-f]{8,})$'], 'WeeklyTime' => ['type' => 'string', 'max' => 7, 'min' => 7, 'pattern' => '^[1-7]:([01]\\d|2[0-3]):?([0-5]\\d)$'], 'WindowsDeploymentType' => ['type' => 'string', 'enum' => ['MULTI_AZ_1', 'SINGLE_AZ_1']], 'WindowsFileSystemConfiguration' => ['type' => 'structure', 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryAttributes'], 'DeploymentType' => ['shape' => 'WindowsDeploymentType'], 'RemoteAdministrationEndpoint' => ['shape' => 'DNSName'], 'PreferredSubnetId' => ['shape' => 'SubnetId'], 'PreferredFileServerIp' => ['shape' => 'IpAddress'], 'ThroughputCapacity' => ['shape' => 'MegabytesPerSecond'], 'MaintenanceOperationsInProgress' => ['shape' => 'FileSystemMaintenanceOperations'], 'WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-03-01', 'endpointPrefix' => 'fsx', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon FSx', 'serviceId' => 'FSx', 'signatureVersion' => 'v4', 'signingName' => 'fsx', 'targetPrefix' => 'AWSSimbaAPIService_v20180301', 'uid' => 'fsx-2018-03-01'], 'operations' => ['CancelDataRepositoryTask' => ['name' => 'CancelDataRepositoryTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelDataRepositoryTaskRequest'], 'output' => ['shape' => 'CancelDataRepositoryTaskResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'DataRepositoryTaskNotFound'], ['shape' => 'DataRepositoryTaskEnded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'CreateBackup' => ['name' => 'CreateBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBackupRequest'], 'output' => ['shape' => 'CreateBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'FileSystemNotFound'], ['shape' => 'BackupInProgress'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'CreateDataRepositoryTask' => ['name' => 'CreateDataRepositoryTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDataRepositoryTaskRequest'], 'output' => ['shape' => 'CreateDataRepositoryTaskResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'FileSystemNotFound'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'DataRepositoryTaskExecuting']], 'idempotent' => \true], 'CreateFileSystem' => ['name' => 'CreateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFileSystemRequest'], 'output' => ['shape' => 'CreateFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'ActiveDirectoryError'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InvalidImportPath'], ['shape' => 'InvalidExportPath'], ['shape' => 'InvalidNetworkSettings'], ['shape' => 'InvalidPerUnitStorageThroughput'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'MissingFileSystemConfiguration']]], 'CreateFileSystemFromBackup' => ['name' => 'CreateFileSystemFromBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFileSystemFromBackupRequest'], 'output' => ['shape' => 'CreateFileSystemFromBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'ActiveDirectoryError'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InvalidNetworkSettings'], ['shape' => 'InvalidPerUnitStorageThroughput'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'BackupNotFound'], ['shape' => 'InternalServerError'], ['shape' => 'MissingFileSystemConfiguration']]], 'DeleteBackup' => ['name' => 'DeleteBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBackupRequest'], 'output' => ['shape' => 'DeleteBackupResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'BackupInProgress'], ['shape' => 'BackupNotFound'], ['shape' => 'BackupRestoring'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'DeleteFileSystem' => ['name' => 'DeleteFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileSystemRequest'], 'output' => ['shape' => 'DeleteFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'ServiceLimitExceeded'], ['shape' => 'InternalServerError']], 'idempotent' => \true], 'DescribeBackups' => ['name' => 'DescribeBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBackupsRequest'], 'output' => ['shape' => 'DescribeBackupsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'BackupNotFound'], ['shape' => 'InternalServerError']]], 'DescribeDataRepositoryTasks' => ['name' => 'DescribeDataRepositoryTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDataRepositoryTasksRequest'], 'output' => ['shape' => 'DescribeDataRepositoryTasksResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'DataRepositoryTaskNotFound'], ['shape' => 'InternalServerError']]], 'DescribeFileSystems' => ['name' => 'DescribeFileSystems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFileSystemsRequest'], 'output' => ['shape' => 'DescribeFileSystemsResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'FileSystemNotFound'], ['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']], 'idempotent' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'InternalServerError'], ['shape' => 'ResourceNotFound'], ['shape' => 'NotServiceResourceError'], ['shape' => 'ResourceDoesNotSupportTagging']], 'idempotent' => \true], 'UpdateFileSystem' => ['name' => 'UpdateFileSystem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFileSystemRequest'], 'output' => ['shape' => 'UpdateFileSystemResponse'], 'errors' => [['shape' => 'BadRequest'], ['shape' => 'UnsupportedOperation'], ['shape' => 'IncompatibleParameterError'], ['shape' => 'InternalServerError'], ['shape' => 'FileSystemNotFound'], ['shape' => 'MissingFileSystemConfiguration'], ['shape' => 'ServiceLimitExceeded']]]], 'shapes' => ['AWSAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^\\d{12}$'], 'ActiveDirectoryBackupAttributes' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'ActiveDirectoryId' => ['shape' => 'DirectoryId']]], 'ActiveDirectoryError' => ['type' => 'structure', 'required' => ['ActiveDirectoryId'], 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'Type' => ['shape' => 'ActiveDirectoryErrorType'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ActiveDirectoryErrorType' => ['type' => 'string', 'enum' => ['DOMAIN_NOT_FOUND', 'INCOMPATIBLE_DOMAIN_MODE', 'WRONG_VPC', 'INVALID_DOMAIN_STAGE']], 'ActiveDirectoryFullyQualifiedName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$'], 'AdministrativeAction' => ['type' => 'structure', 'members' => ['AdministrativeActionType' => ['shape' => 'AdministrativeActionType'], 'ProgressPercent' => ['shape' => 'ProgressPercent'], 'RequestTime' => ['shape' => 'RequestTime'], 'Status' => ['shape' => 'Status'], 'TargetFileSystemValues' => ['shape' => 'FileSystem'], 'FailureDetails' => ['shape' => 'AdministrativeActionFailureDetails']]], 'AdministrativeActionFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'AdministrativeActionType' => ['type' => 'string', 'enum' => ['FILE_SYSTEM_UPDATE', 'STORAGE_OPTIMIZATION']], 'AdministrativeActions' => ['type' => 'list', 'member' => ['shape' => 'AdministrativeAction'], 'max' => 50], 'ArchivePath' => ['type' => 'string', 'max' => 900, 'min' => 3, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$'], 'AutoImportPolicyType' => ['type' => 'string', 'enum' => ['NONE', 'NEW', 'NEW_CHANGED']], 'AutomaticBackupRetentionDays' => ['type' => 'integer', 'max' => 90, 'min' => 0], 'Backup' => ['type' => 'structure', 'required' => ['BackupId', 'Lifecycle', 'Type', 'CreationTime', 'FileSystem'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'Lifecycle' => ['shape' => 'BackupLifecycle'], 'FailureDetails' => ['shape' => 'BackupFailureDetails'], 'Type' => ['shape' => 'BackupType'], 'ProgressPercent' => ['shape' => 'ProgressPercent'], 'CreationTime' => ['shape' => 'CreationTime'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'FileSystem' => ['shape' => 'FileSystem'], 'DirectoryInformation' => ['shape' => 'ActiveDirectoryBackupAttributes']]], 'BackupFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'BackupId' => ['type' => 'string', 'max' => 128, 'min' => 12, 'pattern' => '^(backup-[0-9a-f]{8,})$'], 'BackupIds' => ['type' => 'list', 'member' => ['shape' => 'BackupId'], 'max' => 50], 'BackupInProgress' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'BackupLifecycle' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'TRANSFERRING', 'DELETED', 'FAILED']], 'BackupNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'BackupRestoring' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'FileSystemId' => ['shape' => 'FileSystemId']], 'exception' => \true], 'BackupType' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'USER_INITIATED']], 'Backups' => ['type' => 'list', 'member' => ['shape' => 'Backup'], 'max' => 50], 'BadRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CancelDataRepositoryTaskRequest' => ['type' => 'structure', 'required' => ['TaskId'], 'members' => ['TaskId' => ['shape' => 'TaskId']]], 'CancelDataRepositoryTaskResponse' => ['type' => 'structure', 'members' => ['Lifecycle' => ['shape' => 'DataRepositoryTaskLifecycle'], 'TaskId' => ['shape' => 'TaskId']]], 'ClientRequestToken' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '[A-za-z0-9_.-]{0,63}$'], 'CompletionReport' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Enabled' => ['shape' => 'Flag'], 'Path' => ['shape' => 'ArchivePath'], 'Format' => ['shape' => 'ReportFormat'], 'Scope' => ['shape' => 'ReportScope']]], 'CreateBackupRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateBackupResponse' => ['type' => 'structure', 'members' => ['Backup' => ['shape' => 'Backup']]], 'CreateDataRepositoryTaskRequest' => ['type' => 'structure', 'required' => ['Type', 'FileSystemId', 'Report'], 'members' => ['Type' => ['shape' => 'DataRepositoryTaskType'], 'Paths' => ['shape' => 'DataRepositoryTaskPaths'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'Report' => ['shape' => 'CompletionReport'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateDataRepositoryTaskResponse' => ['type' => 'structure', 'members' => ['DataRepositoryTask' => ['shape' => 'DataRepositoryTask']]], 'CreateFileSystemFromBackupRequest' => ['type' => 'structure', 'required' => ['BackupId', 'SubnetIds'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Tags' => ['shape' => 'Tags'], 'WindowsConfiguration' => ['shape' => 'CreateFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'CreateFileSystemLustreConfiguration'], 'StorageType' => ['shape' => 'StorageType']]], 'CreateFileSystemFromBackupResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'CreateFileSystemLustreConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'ImportPath' => ['shape' => 'ArchivePath'], 'ExportPath' => ['shape' => 'ArchivePath'], 'ImportedFileChunkSize' => ['shape' => 'Megabytes'], 'DeploymentType' => ['shape' => 'LustreDeploymentType'], 'AutoImportPolicy' => ['shape' => 'AutoImportPolicyType'], 'PerUnitStorageThroughput' => ['shape' => 'PerUnitStorageThroughput'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag'], 'DriveCacheType' => ['shape' => 'DriveCacheType']]], 'CreateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemType', 'StorageCapacity', 'SubnetIds'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'FileSystemType' => ['shape' => 'FileSystemType'], 'StorageCapacity' => ['shape' => 'StorageCapacity'], 'StorageType' => ['shape' => 'StorageType'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'Tags' => ['shape' => 'Tags'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'WindowsConfiguration' => ['shape' => 'CreateFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'CreateFileSystemLustreConfiguration']]], 'CreateFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'CreateFileSystemWindowsConfiguration' => ['type' => 'structure', 'required' => ['ThroughputCapacity'], 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryConfiguration'], 'DeploymentType' => ['shape' => 'WindowsDeploymentType'], 'PreferredSubnetId' => ['shape' => 'SubnetId'], 'ThroughputCapacity' => ['shape' => 'MegabytesPerSecond'], 'WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag']]], 'CreationTime' => ['type' => 'timestamp'], 'DNSName' => ['type' => 'string', 'max' => 275, 'min' => 16, 'pattern' => '^(fsi?-[0-9a-f]{8,}\\..{4,253})$'], 'DailyTime' => ['type' => 'string', 'max' => 5, 'min' => 5, 'pattern' => '^([01]\\d|2[0-3]):?([0-5]\\d)$'], 'DataRepositoryConfiguration' => ['type' => 'structure', 'members' => ['Lifecycle' => ['shape' => 'DataRepositoryLifecycle'], 'ImportPath' => ['shape' => 'ArchivePath'], 'ExportPath' => ['shape' => 'ArchivePath'], 'ImportedFileChunkSize' => ['shape' => 'Megabytes'], 'AutoImportPolicy' => ['shape' => 'AutoImportPolicyType'], 'FailureDetails' => ['shape' => 'DataRepositoryFailureDetails']]], 'DataRepositoryFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'DataRepositoryLifecycle' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'MISCONFIGURED', 'UPDATING', 'DELETING']], 'DataRepositoryTask' => ['type' => 'structure', 'required' => ['TaskId', 'Lifecycle', 'Type', 'CreationTime', 'FileSystemId'], 'members' => ['TaskId' => ['shape' => 'TaskId'], 'Lifecycle' => ['shape' => 'DataRepositoryTaskLifecycle'], 'Type' => ['shape' => 'DataRepositoryTaskType'], 'CreationTime' => ['shape' => 'CreationTime'], 'StartTime' => ['shape' => 'StartTime'], 'EndTime' => ['shape' => 'EndTime'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'Paths' => ['shape' => 'DataRepositoryTaskPaths'], 'FailureDetails' => ['shape' => 'DataRepositoryTaskFailureDetails'], 'Status' => ['shape' => 'DataRepositoryTaskStatus'], 'Report' => ['shape' => 'CompletionReport']]], 'DataRepositoryTaskEnded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskExecuting' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'DataRepositoryTaskFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DataRepositoryTaskFilterName'], 'Values' => ['shape' => 'DataRepositoryTaskFilterValues']]], 'DataRepositoryTaskFilterName' => ['type' => 'string', 'enum' => ['file-system-id', 'task-lifecycle']], 'DataRepositoryTaskFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9a-zA-Z\\*\\.\\\\/\\?\\-\\_]*$'], 'DataRepositoryTaskFilterValues' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskFilterValue'], 'max' => 20], 'DataRepositoryTaskFilters' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskFilter'], 'max' => 3], 'DataRepositoryTaskLifecycle' => ['type' => 'string', 'enum' => ['PENDING', 'EXECUTING', 'FAILED', 'SUCCEEDED', 'CANCELED', 'CANCELING']], 'DataRepositoryTaskNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DataRepositoryTaskPath' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{0,4096}$'], 'DataRepositoryTaskPaths' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTaskPath'], 'max' => 100], 'DataRepositoryTaskStatus' => ['type' => 'structure', 'members' => ['TotalCount' => ['shape' => 'TotalCount'], 'SucceededCount' => ['shape' => 'SucceededCount'], 'FailedCount' => ['shape' => 'FailedCount'], 'LastUpdatedTime' => ['shape' => 'LastUpdatedTime']]], 'DataRepositoryTaskType' => ['type' => 'string', 'enum' => ['EXPORT_TO_REPOSITORY']], 'DataRepositoryTasks' => ['type' => 'list', 'member' => ['shape' => 'DataRepositoryTask'], 'max' => 50], 'DeleteBackupRequest' => ['type' => 'structure', 'required' => ['BackupId'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'DeleteBackupResponse' => ['type' => 'structure', 'members' => ['BackupId' => ['shape' => 'BackupId'], 'Lifecycle' => ['shape' => 'BackupLifecycle']]], 'DeleteFileSystemLustreConfiguration' => ['type' => 'structure', 'members' => ['SkipFinalBackup' => ['shape' => 'Flag'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DeleteFileSystemLustreResponse' => ['type' => 'structure', 'members' => ['FinalBackupId' => ['shape' => 'BackupId'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DeleteFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'WindowsConfiguration' => ['shape' => 'DeleteFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'DeleteFileSystemLustreConfiguration']]], 'DeleteFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'Lifecycle' => ['shape' => 'FileSystemLifecycle'], 'WindowsResponse' => ['shape' => 'DeleteFileSystemWindowsResponse'], 'LustreResponse' => ['shape' => 'DeleteFileSystemLustreResponse']]], 'DeleteFileSystemWindowsConfiguration' => ['type' => 'structure', 'members' => ['SkipFinalBackup' => ['shape' => 'Flag'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DeleteFileSystemWindowsResponse' => ['type' => 'structure', 'members' => ['FinalBackupId' => ['shape' => 'BackupId'], 'FinalBackupTags' => ['shape' => 'Tags']]], 'DescribeBackupsRequest' => ['type' => 'structure', 'members' => ['BackupIds' => ['shape' => 'BackupIds'], 'Filters' => ['shape' => 'Filters'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeBackupsResponse' => ['type' => 'structure', 'members' => ['Backups' => ['shape' => 'Backups'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDataRepositoryTasksRequest' => ['type' => 'structure', 'members' => ['TaskIds' => ['shape' => 'TaskIds'], 'Filters' => ['shape' => 'DataRepositoryTaskFilters'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDataRepositoryTasksResponse' => ['type' => 'structure', 'members' => ['DataRepositoryTasks' => ['shape' => 'DataRepositoryTasks'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeFileSystemsRequest' => ['type' => 'structure', 'members' => ['FileSystemIds' => ['shape' => 'FileSystemIds'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeFileSystemsResponse' => ['type' => 'structure', 'members' => ['FileSystems' => ['shape' => 'FileSystems'], 'NextToken' => ['shape' => 'NextToken']]], 'DirectoryId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^d-[0-9a-f]{10}$'], 'DirectoryPassword' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.{1,256}$', 'sensitive' => \true], 'DirectoryUserName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$'], 'DnsIps' => ['type' => 'list', 'member' => ['shape' => 'IpAddress'], 'max' => 2, 'min' => 1], 'DriveCacheType' => ['type' => 'string', 'enum' => ['NONE', 'READ']], 'EndTime' => ['type' => 'timestamp'], 'ErrorMessage' => ['type' => 'string', 'max' => 256, 'min' => 1], 'FailedCount' => ['type' => 'long'], 'FileSystem' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'AWSAccountId'], 'CreationTime' => ['shape' => 'CreationTime'], 'FileSystemId' => ['shape' => 'FileSystemId'], 'FileSystemType' => ['shape' => 'FileSystemType'], 'Lifecycle' => ['shape' => 'FileSystemLifecycle'], 'FailureDetails' => ['shape' => 'FileSystemFailureDetails'], 'StorageCapacity' => ['shape' => 'StorageCapacity'], 'StorageType' => ['shape' => 'StorageType'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'NetworkInterfaceIds' => ['shape' => 'NetworkInterfaceIds'], 'DNSName' => ['shape' => 'DNSName'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags'], 'WindowsConfiguration' => ['shape' => 'WindowsFileSystemConfiguration'], 'LustreConfiguration' => ['shape' => 'LustreFileSystemConfiguration'], 'AdministrativeActions' => ['shape' => 'AdministrativeActions']]], 'FileSystemAdministratorsGroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$'], 'FileSystemFailureDetails' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']]], 'FileSystemId' => ['type' => 'string', 'max' => 21, 'min' => 11, 'pattern' => '^(fs-[0-9a-f]{8,})$'], 'FileSystemIds' => ['type' => 'list', 'member' => ['shape' => 'FileSystemId'], 'max' => 50], 'FileSystemLifecycle' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'FAILED', 'DELETING', 'MISCONFIGURED', 'UPDATING']], 'FileSystemMaintenanceOperation' => ['type' => 'string', 'enum' => ['PATCHING', 'BACKING_UP']], 'FileSystemMaintenanceOperations' => ['type' => 'list', 'member' => ['shape' => 'FileSystemMaintenanceOperation'], 'max' => 20], 'FileSystemNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'FileSystemType' => ['type' => 'string', 'enum' => ['WINDOWS', 'LUSTRE']], 'FileSystems' => ['type' => 'list', 'member' => ['shape' => 'FileSystem'], 'max' => 50], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterName'], 'Values' => ['shape' => 'FilterValues']]], 'FilterName' => ['type' => 'string', 'enum' => ['file-system-id', 'backup-type', 'file-system-type']], 'FilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9a-zA-Z\\*\\.\\\\/\\?\\-\\_]*$'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 20], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 10], 'Flag' => ['type' => 'boolean'], 'IncompatibleParameterError' => ['type' => 'structure', 'required' => ['Parameter'], 'members' => ['Parameter' => ['shape' => 'Parameter'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidExportPath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidImportPath' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNetworkSettings' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'InvalidSubnetId' => ['shape' => 'SubnetId'], 'InvalidSecurityGroupId' => ['shape' => 'SecurityGroupId']], 'exception' => \true], 'InvalidPerUnitStorageThroughput' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'max' => 15, 'min' => 7, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^.{1,2048}$'], 'LastUpdatedTime' => ['type' => 'timestamp'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'NextToken']]], 'LustreDeploymentType' => ['type' => 'string', 'enum' => ['SCRATCH_1', 'SCRATCH_2', 'PERSISTENT_1']], 'LustreFileSystemConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DataRepositoryConfiguration' => ['shape' => 'DataRepositoryConfiguration'], 'DeploymentType' => ['shape' => 'LustreDeploymentType'], 'PerUnitStorageThroughput' => ['shape' => 'PerUnitStorageThroughput'], 'MountName' => ['shape' => 'LustreFileSystemMountName'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag'], 'DriveCacheType' => ['shape' => 'DriveCacheType']]], 'LustreFileSystemMountName' => ['type' => 'string', 'max' => 8, 'min' => 1, 'pattern' => '^([A-Za-z0-9_-]{1,8})$'], 'MaxResults' => ['type' => 'integer', 'max' => 2147483647, 'min' => 1], 'Megabytes' => ['type' => 'integer', 'max' => 512000, 'min' => 1], 'MegabytesPerSecond' => ['type' => 'integer', 'max' => 2048, 'min' => 8], 'MissingFileSystemConfiguration' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NetworkInterfaceId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '^(eni-[0-9a-f]{8,})$'], 'NetworkInterfaceIds' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterfaceId'], 'max' => 50], 'NextToken' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$'], 'NotServiceResourceError' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OrganizationalUnitDistinguishedName' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,2000}$'], 'Parameter' => ['type' => 'string', 'min' => 1], 'PerUnitStorageThroughput' => ['type' => 'integer', 'max' => 200, 'min' => 12], 'ProgressPercent' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ReportFormat' => ['type' => 'string', 'enum' => ['REPORT_CSV_20191124']], 'ReportScope' => ['type' => 'string', 'enum' => ['FAILED_FILES_ONLY']], 'RequestTime' => ['type' => 'timestamp'], 'ResourceARN' => ['type' => 'string', 'max' => 512, 'min' => 8, 'pattern' => '^arn:(?=[^:]+:fsx:[^:]+:\\d{12}:)((|(?=[a-z0-9-.]{1,63})(?!\\d{1,3}(\\.\\d{1,3}){3})(?![^:]*-{2})(?![^:]*-\\.)(?![^:]*\\.-)[a-z0-9].*(? ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFound' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SecurityGroupId' => ['type' => 'string', 'max' => 20, 'min' => 11, 'pattern' => '^(sg-[0-9a-f]{8,})$'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 50], 'SelfManagedActiveDirectoryAttributes' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'OrganizationalUnitDistinguishedName' => ['shape' => 'OrganizationalUnitDistinguishedName'], 'FileSystemAdministratorsGroup' => ['shape' => 'FileSystemAdministratorsGroupName'], 'UserName' => ['shape' => 'DirectoryUserName'], 'DnsIps' => ['shape' => 'DnsIps']]], 'SelfManagedActiveDirectoryConfiguration' => ['type' => 'structure', 'required' => ['DomainName', 'UserName', 'Password', 'DnsIps'], 'members' => ['DomainName' => ['shape' => 'ActiveDirectoryFullyQualifiedName'], 'OrganizationalUnitDistinguishedName' => ['shape' => 'OrganizationalUnitDistinguishedName'], 'FileSystemAdministratorsGroup' => ['shape' => 'FileSystemAdministratorsGroupName'], 'UserName' => ['shape' => 'DirectoryUserName'], 'Password' => ['shape' => 'DirectoryPassword'], 'DnsIps' => ['shape' => 'DnsIps']]], 'SelfManagedActiveDirectoryConfigurationUpdates' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'DirectoryUserName'], 'Password' => ['shape' => 'DirectoryPassword'], 'DnsIps' => ['shape' => 'DnsIps']]], 'ServiceLimit' => ['type' => 'string', 'enum' => ['FILE_SYSTEM_COUNT', 'TOTAL_THROUGHPUT_CAPACITY', 'TOTAL_STORAGE', 'TOTAL_USER_INITIATED_BACKUPS']], 'ServiceLimitExceeded' => ['type' => 'structure', 'required' => ['Limit'], 'members' => ['Limit' => ['shape' => 'ServiceLimit'], 'Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'StartTime' => ['type' => 'timestamp'], 'Status' => ['type' => 'string', 'enum' => ['FAILED', 'IN_PROGRESS', 'PENDING', 'COMPLETED', 'UPDATED_OPTIMIZING']], 'StorageCapacity' => ['type' => 'integer', 'max' => 2147483647, 'min' => 0], 'StorageType' => ['type' => 'string', 'enum' => ['SSD', 'HDD']], 'SubnetId' => ['type' => 'string', 'max' => 24, 'min' => 15, 'pattern' => '^(subnet-[0-9a-f]{8,})$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 50], 'SucceededCount' => ['type' => 'long'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TaskId' => ['type' => 'string', 'max' => 128, 'min' => 12, 'pattern' => '^(task-[0-9a-f]{17,})$'], 'TaskIds' => ['type' => 'list', 'member' => ['shape' => 'TaskId'], 'max' => 50], 'TotalCount' => ['type' => 'long'], 'UnsupportedOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateFileSystemLustreConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'AutoImportPolicy' => ['shape' => 'AutoImportPolicyType']]], 'UpdateFileSystemRequest' => ['type' => 'structure', 'required' => ['FileSystemId'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'StorageCapacity' => ['shape' => 'StorageCapacity'], 'WindowsConfiguration' => ['shape' => 'UpdateFileSystemWindowsConfiguration'], 'LustreConfiguration' => ['shape' => 'UpdateFileSystemLustreConfiguration']]], 'UpdateFileSystemResponse' => ['type' => 'structure', 'members' => ['FileSystem' => ['shape' => 'FileSystem']]], 'UpdateFileSystemWindowsConfiguration' => ['type' => 'structure', 'members' => ['WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'ThroughputCapacity' => ['shape' => 'MegabytesPerSecond'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryConfigurationUpdates']]], 'VpcId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '^(vpc-[0-9a-f]{8,})$'], 'WeeklyTime' => ['type' => 'string', 'max' => 7, 'min' => 7, 'pattern' => '^[1-7]:([01]\\d|2[0-3]):?([0-5]\\d)$'], 'WindowsDeploymentType' => ['type' => 'string', 'enum' => ['MULTI_AZ_1', 'SINGLE_AZ_1', 'SINGLE_AZ_2']], 'WindowsFileSystemConfiguration' => ['type' => 'structure', 'members' => ['ActiveDirectoryId' => ['shape' => 'DirectoryId'], 'SelfManagedActiveDirectoryConfiguration' => ['shape' => 'SelfManagedActiveDirectoryAttributes'], 'DeploymentType' => ['shape' => 'WindowsDeploymentType'], 'RemoteAdministrationEndpoint' => ['shape' => 'DNSName'], 'PreferredSubnetId' => ['shape' => 'SubnetId'], 'PreferredFileServerIp' => ['shape' => 'IpAddress'], 'ThroughputCapacity' => ['shape' => 'MegabytesPerSecond'], 'MaintenanceOperationsInProgress' => ['shape' => 'FileSystemMaintenanceOperations'], 'WeeklyMaintenanceStartTime' => ['shape' => 'WeeklyTime'], 'DailyAutomaticBackupStartTime' => ['shape' => 'DailyTime'], 'AutomaticBackupRetentionDays' => ['shape' => 'AutomaticBackupRetentionDays'], 'CopyTagsToBackups' => ['shape' => 'Flag']]]]]; diff --git a/vendor/Aws3/Aws/data/gamelift/2015-10-01/api-2.json.php b/vendor/Aws3/Aws/data/gamelift/2015-10-01/api-2.json.php index 188dc29b..4384d945 100644 --- a/vendor/Aws3/Aws/data/gamelift/2015-10-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/gamelift/2015-10-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-10-01', 'endpointPrefix' => 'gamelift', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon GameLift', 'serviceId' => 'GameLift', 'signatureVersion' => 'v4', 'targetPrefix' => 'GameLift', 'uid' => 'gamelift-2015-10-01'], 'operations' => ['AcceptMatch' => ['name' => 'AcceptMatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptMatchInput'], 'output' => ['shape' => 'AcceptMatchOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasInput'], 'output' => ['shape' => 'CreateAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException'], ['shape' => 'TaggingFailedException']]], 'CreateBuild' => ['name' => 'CreateBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBuildInput'], 'output' => ['shape' => 'CreateBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFleetInput'], 'output' => ['shape' => 'CreateFleetOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TaggingFailedException']]], 'CreateGameSession' => ['name' => 'CreateGameSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGameSessionInput'], 'output' => ['shape' => 'CreateGameSessionOutput'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'FleetCapacityExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateGameSessionQueue' => ['name' => 'CreateGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGameSessionQueueInput'], 'output' => ['shape' => 'CreateGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'TaggingFailedException']]], 'CreateMatchmakingConfiguration' => ['name' => 'CreateMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMatchmakingConfigurationInput'], 'output' => ['shape' => 'CreateMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'CreateMatchmakingRuleSet' => ['name' => 'CreateMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMatchmakingRuleSetInput'], 'output' => ['shape' => 'CreateMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'CreatePlayerSession' => ['name' => 'CreatePlayerSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlayerSessionInput'], 'output' => ['shape' => 'CreatePlayerSessionOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'GameSessionFullException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException']]], 'CreatePlayerSessions' => ['name' => 'CreatePlayerSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlayerSessionsInput'], 'output' => ['shape' => 'CreatePlayerSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'GameSessionFullException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException']]], 'CreateScript' => ['name' => 'CreateScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateScriptInput'], 'output' => ['shape' => 'CreateScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'CreateVpcPeeringAuthorization' => ['name' => 'CreateVpcPeeringAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringAuthorizationInput'], 'output' => ['shape' => 'CreateVpcPeeringAuthorizationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'CreateVpcPeeringConnection' => ['name' => 'CreateVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringConnectionInput'], 'output' => ['shape' => 'CreateVpcPeeringConnectionOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasInput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'DeleteBuild' => ['name' => 'DeleteBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBuildInput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InvalidRequestException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFleetInput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException']]], 'DeleteGameSessionQueue' => ['name' => 'DeleteGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGameSessionQueueInput'], 'output' => ['shape' => 'DeleteGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TaggingFailedException']]], 'DeleteMatchmakingConfiguration' => ['name' => 'DeleteMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMatchmakingConfigurationInput'], 'output' => ['shape' => 'DeleteMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'DeleteMatchmakingRuleSet' => ['name' => 'DeleteMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMatchmakingRuleSetInput'], 'output' => ['shape' => 'DeleteMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'NotFoundException'], ['shape' => 'TaggingFailedException']]], 'DeleteScalingPolicy' => ['name' => 'DeleteScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScalingPolicyInput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'DeleteScript' => ['name' => 'DeleteScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScriptInput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'DeleteVpcPeeringAuthorization' => ['name' => 'DeleteVpcPeeringAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringAuthorizationInput'], 'output' => ['shape' => 'DeleteVpcPeeringAuthorizationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DeleteVpcPeeringConnection' => ['name' => 'DeleteVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringConnectionInput'], 'output' => ['shape' => 'DeleteVpcPeeringConnectionOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeAlias' => ['name' => 'DescribeAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAliasInput'], 'output' => ['shape' => 'DescribeAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeBuild' => ['name' => 'DescribeBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBuildInput'], 'output' => ['shape' => 'DescribeBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeEC2InstanceLimits' => ['name' => 'DescribeEC2InstanceLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEC2InstanceLimitsInput'], 'output' => ['shape' => 'DescribeEC2InstanceLimitsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetAttributes' => ['name' => 'DescribeFleetAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetAttributesInput'], 'output' => ['shape' => 'DescribeFleetAttributesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetCapacity' => ['name' => 'DescribeFleetCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetCapacityInput'], 'output' => ['shape' => 'DescribeFleetCapacityOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetEvents' => ['name' => 'DescribeFleetEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetEventsInput'], 'output' => ['shape' => 'DescribeFleetEventsOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException']]], 'DescribeFleetPortSettings' => ['name' => 'DescribeFleetPortSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetPortSettingsInput'], 'output' => ['shape' => 'DescribeFleetPortSettingsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetUtilization' => ['name' => 'DescribeFleetUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetUtilizationInput'], 'output' => ['shape' => 'DescribeFleetUtilizationOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameSessionDetails' => ['name' => 'DescribeGameSessionDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionDetailsInput'], 'output' => ['shape' => 'DescribeGameSessionDetailsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'DescribeGameSessionPlacement' => ['name' => 'DescribeGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionPlacementInput'], 'output' => ['shape' => 'DescribeGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameSessionQueues' => ['name' => 'DescribeGameSessionQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionQueuesInput'], 'output' => ['shape' => 'DescribeGameSessionQueuesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameSessions' => ['name' => 'DescribeGameSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionsInput'], 'output' => ['shape' => 'DescribeGameSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'DescribeInstances' => ['name' => 'DescribeInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesInput'], 'output' => ['shape' => 'DescribeInstancesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeMatchmaking' => ['name' => 'DescribeMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingInput'], 'output' => ['shape' => 'DescribeMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'DescribeMatchmakingConfigurations' => ['name' => 'DescribeMatchmakingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingConfigurationsInput'], 'output' => ['shape' => 'DescribeMatchmakingConfigurationsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'DescribeMatchmakingRuleSets' => ['name' => 'DescribeMatchmakingRuleSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingRuleSetsInput'], 'output' => ['shape' => 'DescribeMatchmakingRuleSetsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'UnsupportedRegionException']]], 'DescribePlayerSessions' => ['name' => 'DescribePlayerSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlayerSessionsInput'], 'output' => ['shape' => 'DescribePlayerSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeRuntimeConfiguration' => ['name' => 'DescribeRuntimeConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuntimeConfigurationInput'], 'output' => ['shape' => 'DescribeRuntimeConfigurationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException']]], 'DescribeScalingPolicies' => ['name' => 'DescribeScalingPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingPoliciesInput'], 'output' => ['shape' => 'DescribeScalingPoliciesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'DescribeScript' => ['name' => 'DescribeScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScriptInput'], 'output' => ['shape' => 'DescribeScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException']]], 'DescribeVpcPeeringAuthorizations' => ['name' => 'DescribeVpcPeeringAuthorizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringAuthorizationsInput'], 'output' => ['shape' => 'DescribeVpcPeeringAuthorizationsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'DescribeVpcPeeringConnections' => ['name' => 'DescribeVpcPeeringConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringConnectionsInput'], 'output' => ['shape' => 'DescribeVpcPeeringConnectionsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'GetGameSessionLogUrl' => ['name' => 'GetGameSessionLogUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGameSessionLogUrlInput'], 'output' => ['shape' => 'GetGameSessionLogUrlOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException']]], 'GetInstanceAccess' => ['name' => 'GetInstanceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceAccessInput'], 'output' => ['shape' => 'GetInstanceAccessOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesInput'], 'output' => ['shape' => 'ListAliasesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListBuilds' => ['name' => 'ListBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsInput'], 'output' => ['shape' => 'ListBuildsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFleetsInput'], 'output' => ['shape' => 'ListFleetsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'ListScripts' => ['name' => 'ListScripts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListScriptsInput'], 'output' => ['shape' => 'ListScriptsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyInput'], 'output' => ['shape' => 'PutScalingPolicyOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'RequestUploadCredentials' => ['name' => 'RequestUploadCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestUploadCredentialsInput'], 'output' => ['shape' => 'RequestUploadCredentialsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ResolveAlias' => ['name' => 'ResolveAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResolveAliasInput'], 'output' => ['shape' => 'ResolveAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InternalServiceException']]], 'SearchGameSessions' => ['name' => 'SearchGameSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchGameSessionsInput'], 'output' => ['shape' => 'SearchGameSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'StartFleetActions' => ['name' => 'StartFleetActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFleetActionsInput'], 'output' => ['shape' => 'StartFleetActionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'StartGameSessionPlacement' => ['name' => 'StartGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartGameSessionPlacementInput'], 'output' => ['shape' => 'StartGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'StartMatchBackfill' => ['name' => 'StartMatchBackfill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMatchBackfillInput'], 'output' => ['shape' => 'StartMatchBackfillOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'StartMatchmaking' => ['name' => 'StartMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMatchmakingInput'], 'output' => ['shape' => 'StartMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'StopFleetActions' => ['name' => 'StopFleetActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopFleetActionsInput'], 'output' => ['shape' => 'StopFleetActionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'StopGameSessionPlacement' => ['name' => 'StopGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopGameSessionPlacementInput'], 'output' => ['shape' => 'StopGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'StopMatchmaking' => ['name' => 'StopMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopMatchmakingInput'], 'output' => ['shape' => 'StopMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAliasInput'], 'output' => ['shape' => 'UpdateAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateBuild' => ['name' => 'UpdateBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBuildInput'], 'output' => ['shape' => 'UpdateBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateFleetAttributes' => ['name' => 'UpdateFleetAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetAttributesInput'], 'output' => ['shape' => 'UpdateFleetAttributesOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateFleetCapacity' => ['name' => 'UpdateFleetCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetCapacityInput'], 'output' => ['shape' => 'UpdateFleetCapacityOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateFleetPortSettings' => ['name' => 'UpdateFleetPortSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetPortSettingsInput'], 'output' => ['shape' => 'UpdateFleetPortSettingsOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateGameSession' => ['name' => 'UpdateGameSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameSessionInput'], 'output' => ['shape' => 'UpdateGameSessionOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'InvalidRequestException']]], 'UpdateGameSessionQueue' => ['name' => 'UpdateGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameSessionQueueInput'], 'output' => ['shape' => 'UpdateGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'UpdateMatchmakingConfiguration' => ['name' => 'UpdateMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMatchmakingConfigurationInput'], 'output' => ['shape' => 'UpdateMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'UpdateRuntimeConfiguration' => ['name' => 'UpdateRuntimeConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuntimeConfigurationInput'], 'output' => ['shape' => 'UpdateRuntimeConfigurationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidFleetStatusException']]], 'UpdateScript' => ['name' => 'UpdateScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateScriptInput'], 'output' => ['shape' => 'UpdateScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ValidateMatchmakingRuleSet' => ['name' => 'ValidateMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateMatchmakingRuleSetInput'], 'output' => ['shape' => 'ValidateMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AcceptMatchInput' => ['type' => 'structure', 'required' => ['TicketId', 'PlayerIds', 'AcceptanceType'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'PlayerIds' => ['shape' => 'StringList'], 'AcceptanceType' => ['shape' => 'AcceptanceType']]], 'AcceptMatchOutput' => ['type' => 'structure', 'members' => []], 'AcceptanceType' => ['type' => 'string', 'enum' => ['ACCEPT', 'REJECT']], 'Alias' => ['type' => 'structure', 'members' => ['AliasId' => ['shape' => 'AliasId'], 'Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'AliasArn' => ['shape' => 'ArnStringModel'], 'Description' => ['shape' => 'FreeText'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'AliasId' => ['type' => 'string', 'pattern' => '^alias-\\S+|^arn:.*:alias\\/alias-\\S+'], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'Alias']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ArnStringModel' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9:/-]+'], 'AttributeValue' => ['type' => 'structure', 'members' => ['S' => ['shape' => 'NonZeroAndMaxString'], 'N' => ['shape' => 'DoubleObject'], 'SL' => ['shape' => 'StringList'], 'SDM' => ['shape' => 'StringDoubleMap']]], 'AwsCredentials' => ['type' => 'structure', 'members' => ['AccessKeyId' => ['shape' => 'NonEmptyString'], 'SecretAccessKey' => ['shape' => 'NonEmptyString'], 'SessionToken' => ['shape' => 'NonEmptyString']], 'sensitive' => \true], 'BackfillMode' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'MANUAL']], 'BooleanModel' => ['type' => 'boolean'], 'Build' => ['type' => 'structure', 'members' => ['BuildId' => ['shape' => 'BuildId'], 'BuildArn' => ['shape' => 'BuildArn'], 'Name' => ['shape' => 'FreeText'], 'Version' => ['shape' => 'FreeText'], 'Status' => ['shape' => 'BuildStatus'], 'SizeOnDisk' => ['shape' => 'PositiveLong'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'CreationTime' => ['shape' => 'Timestamp']]], 'BuildArn' => ['type' => 'string', 'pattern' => '^arn:.*:build\\/build-\\S+'], 'BuildId' => ['type' => 'string', 'pattern' => '^build-\\S+|^arn:.*:build\\/build-\\S+'], 'BuildList' => ['type' => 'list', 'member' => ['shape' => 'Build']], 'BuildStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'READY', 'FAILED']], 'CertificateConfiguration' => ['type' => 'structure', 'required' => ['CertificateType'], 'members' => ['CertificateType' => ['shape' => 'CertificateType']]], 'CertificateType' => ['type' => 'string', 'enum' => ['DISABLED', 'GENERATED']], 'ComparisonOperatorType' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'CreateAliasInput' => ['type' => 'structure', 'required' => ['Name', 'RoutingStrategy'], 'members' => ['Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy'], 'Tags' => ['shape' => 'TagList']]], 'CreateAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'CreateBuildInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Tags' => ['shape' => 'TagList']]], 'CreateBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build'], 'UploadCredentials' => ['shape' => 'AwsCredentials'], 'StorageLocation' => ['shape' => 'S3Location']]], 'CreateFleetInput' => ['type' => 'structure', 'required' => ['Name', 'EC2InstanceType'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'BuildId' => ['shape' => 'BuildId'], 'ScriptId' => ['shape' => 'ScriptId'], 'ServerLaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'ServerLaunchParameters' => ['shape' => 'NonZeroAndMaxString'], 'LogPaths' => ['shape' => 'StringList'], 'EC2InstanceType' => ['shape' => 'EC2InstanceType'], 'EC2InboundPermissions' => ['shape' => 'IpPermissionsList'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'FleetType' => ['shape' => 'FleetType'], 'InstanceRoleArn' => ['shape' => 'NonEmptyString'], 'CertificateConfiguration' => ['shape' => 'CertificateConfiguration'], 'Tags' => ['shape' => 'TagList']]], 'CreateFleetOutput' => ['type' => 'structure', 'members' => ['FleetAttributes' => ['shape' => 'FleetAttributes']]], 'CreateGameSessionInput' => ['type' => 'structure', 'required' => ['MaximumPlayerSessionCount'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'AliasId' => ['shape' => 'AliasId'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'CreatorId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'IdStringModel'], 'IdempotencyToken' => ['shape' => 'IdStringModel'], 'GameSessionData' => ['shape' => 'GameSessionData']]], 'CreateGameSessionOutput' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession']]], 'CreateGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueName'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList'], 'Tags' => ['shape' => 'TagList']]], 'CreateGameSessionQueueOutput' => ['type' => 'structure', 'members' => ['GameSessionQueue' => ['shape' => 'GameSessionQueue']]], 'CreateMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name', 'GameSessionQueueArns', 'RequestTimeoutSeconds', 'AcceptanceRequired', 'RuleSetName'], 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode'], 'Tags' => ['shape' => 'TagList']]], 'CreateMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'MatchmakingConfiguration']]], 'CreateMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['Name', 'RuleSetBody'], 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetBody' => ['shape' => 'RuleSetBody'], 'Tags' => ['shape' => 'TagList']]], 'CreateMatchmakingRuleSetOutput' => ['type' => 'structure', 'required' => ['RuleSet'], 'members' => ['RuleSet' => ['shape' => 'MatchmakingRuleSet']]], 'CreatePlayerSessionInput' => ['type' => 'structure', 'required' => ['GameSessionId', 'PlayerId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerData' => ['shape' => 'PlayerData']]], 'CreatePlayerSessionOutput' => ['type' => 'structure', 'members' => ['PlayerSession' => ['shape' => 'PlayerSession']]], 'CreatePlayerSessionsInput' => ['type' => 'structure', 'required' => ['GameSessionId', 'PlayerIds'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerIds' => ['shape' => 'PlayerIdList'], 'PlayerDataMap' => ['shape' => 'PlayerDataMap']]], 'CreatePlayerSessionsOutput' => ['type' => 'structure', 'members' => ['PlayerSessions' => ['shape' => 'PlayerSessionList']]], 'CreateScriptInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'ZipFile' => ['shape' => 'ZipBlob'], 'Tags' => ['shape' => 'TagList']]], 'CreateScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'CreateVpcPeeringAuthorizationInput' => ['type' => 'structure', 'required' => ['GameLiftAwsAccountId', 'PeerVpcId'], 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'CreateVpcPeeringAuthorizationOutput' => ['type' => 'structure', 'members' => ['VpcPeeringAuthorization' => ['shape' => 'VpcPeeringAuthorization']]], 'CreateVpcPeeringConnectionInput' => ['type' => 'structure', 'required' => ['FleetId', 'PeerVpcAwsAccountId', 'PeerVpcId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'CreateVpcPeeringConnectionOutput' => ['type' => 'structure', 'members' => []], 'CustomEventData' => ['type' => 'string', 'max' => 256, 'min' => 0], 'DeleteAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasId']]], 'DeleteBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildId']]], 'DeleteFleetInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'DeleteGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueName']]], 'DeleteGameSessionQueueOutput' => ['type' => 'structure', 'members' => []], 'DeleteMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingConfigurationName']]], 'DeleteMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => []], 'DeleteMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingRuleSetName']]], 'DeleteMatchmakingRuleSetOutput' => ['type' => 'structure', 'members' => []], 'DeleteScalingPolicyInput' => ['type' => 'structure', 'required' => ['Name', 'FleetId'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId']]], 'DeleteScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptId']]], 'DeleteVpcPeeringAuthorizationInput' => ['type' => 'structure', 'required' => ['GameLiftAwsAccountId', 'PeerVpcId'], 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'DeleteVpcPeeringAuthorizationOutput' => ['type' => 'structure', 'members' => []], 'DeleteVpcPeeringConnectionInput' => ['type' => 'structure', 'required' => ['FleetId', 'VpcPeeringConnectionId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'VpcPeeringConnectionId' => ['shape' => 'NonZeroAndMaxString']]], 'DeleteVpcPeeringConnectionOutput' => ['type' => 'structure', 'members' => []], 'DescribeAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasId']]], 'DescribeAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'DescribeBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildId']]], 'DescribeBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build']]], 'DescribeEC2InstanceLimitsInput' => ['type' => 'structure', 'members' => ['EC2InstanceType' => ['shape' => 'EC2InstanceType']]], 'DescribeEC2InstanceLimitsOutput' => ['type' => 'structure', 'members' => ['EC2InstanceLimits' => ['shape' => 'EC2InstanceLimitList']]], 'DescribeFleetAttributesInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetAttributesOutput' => ['type' => 'structure', 'members' => ['FleetAttributes' => ['shape' => 'FleetAttributesList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetCapacityInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetCapacityOutput' => ['type' => 'structure', 'members' => ['FleetCapacity' => ['shape' => 'FleetCapacityList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetEventsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetEventsOutput' => ['type' => 'structure', 'members' => ['Events' => ['shape' => 'EventList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetPortSettingsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'DescribeFleetPortSettingsOutput' => ['type' => 'structure', 'members' => ['InboundPermissions' => ['shape' => 'IpPermissionsList']]], 'DescribeFleetUtilizationInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetUtilizationOutput' => ['type' => 'structure', 'members' => ['FleetUtilization' => ['shape' => 'FleetUtilizationList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionDetailsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'GameSessionId' => ['shape' => 'ArnStringModel'], 'AliasId' => ['shape' => 'AliasId'], 'StatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionDetailsOutput' => ['type' => 'structure', 'members' => ['GameSessionDetails' => ['shape' => 'GameSessionDetailList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel']]], 'DescribeGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'DescribeGameSessionQueuesInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'GameSessionQueueNameList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionQueuesOutput' => ['type' => 'structure', 'members' => ['GameSessionQueues' => ['shape' => 'GameSessionQueueList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'GameSessionId' => ['shape' => 'ArnStringModel'], 'AliasId' => ['shape' => 'AliasId'], 'StatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionsOutput' => ['type' => 'structure', 'members' => ['GameSessions' => ['shape' => 'GameSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeInstancesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeInstancesOutput' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingConfigurationsInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'MatchmakingConfigurationNameList'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingConfigurationsOutput' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => 'MatchmakingConfigurationList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingInput' => ['type' => 'structure', 'required' => ['TicketIds'], 'members' => ['TicketIds' => ['shape' => 'MatchmakingIdList']]], 'DescribeMatchmakingOutput' => ['type' => 'structure', 'members' => ['TicketList' => ['shape' => 'MatchmakingTicketList']]], 'DescribeMatchmakingRuleSetsInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'MatchmakingRuleSetNameList'], 'Limit' => ['shape' => 'RuleSetLimit'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingRuleSetsOutput' => ['type' => 'structure', 'required' => ['RuleSets'], 'members' => ['RuleSets' => ['shape' => 'MatchmakingRuleSetList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribePlayerSessionsInput' => ['type' => 'structure', 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId'], 'PlayerSessionStatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribePlayerSessionsOutput' => ['type' => 'structure', 'members' => ['PlayerSessions' => ['shape' => 'PlayerSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeRuntimeConfigurationInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'DescribeRuntimeConfigurationOutput' => ['type' => 'structure', 'members' => ['RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'DescribeScalingPoliciesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'StatusFilter' => ['shape' => 'ScalingStatusType'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeScalingPoliciesOutput' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicyList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptId']]], 'DescribeScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'DescribeVpcPeeringAuthorizationsInput' => ['type' => 'structure', 'members' => []], 'DescribeVpcPeeringAuthorizationsOutput' => ['type' => 'structure', 'members' => ['VpcPeeringAuthorizations' => ['shape' => 'VpcPeeringAuthorizationList']]], 'DescribeVpcPeeringConnectionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'DescribeVpcPeeringConnectionsOutput' => ['type' => 'structure', 'members' => ['VpcPeeringConnections' => ['shape' => 'VpcPeeringConnectionList']]], 'DesiredPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerData' => ['shape' => 'PlayerData']]], 'DesiredPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'DesiredPlayerSession']], 'DnsName' => ['type' => 'string'], 'Double' => ['type' => 'double'], 'DoubleObject' => ['type' => 'double'], 'EC2InstanceCounts' => ['type' => 'structure', 'members' => ['DESIRED' => ['shape' => 'WholeNumber'], 'MINIMUM' => ['shape' => 'WholeNumber'], 'MAXIMUM' => ['shape' => 'WholeNumber'], 'PENDING' => ['shape' => 'WholeNumber'], 'ACTIVE' => ['shape' => 'WholeNumber'], 'IDLE' => ['shape' => 'WholeNumber'], 'TERMINATING' => ['shape' => 'WholeNumber']]], 'EC2InstanceLimit' => ['type' => 'structure', 'members' => ['EC2InstanceType' => ['shape' => 'EC2InstanceType'], 'CurrentInstances' => ['shape' => 'WholeNumber'], 'InstanceLimit' => ['shape' => 'WholeNumber']]], 'EC2InstanceLimitList' => ['type' => 'list', 'member' => ['shape' => 'EC2InstanceLimit']], 'EC2InstanceType' => ['type' => 'string', 'enum' => ['t2.micro', 't2.small', 't2.medium', 't2.large', 'c3.large', 'c3.xlarge', 'c3.2xlarge', 'c3.4xlarge', 'c3.8xlarge', 'c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge', 'c4.8xlarge', 'c5.large', 'c5.xlarge', 'c5.2xlarge', 'c5.4xlarge', 'c5.9xlarge', 'c5.12xlarge', 'c5.18xlarge', 'c5.24xlarge', 'r3.large', 'r3.xlarge', 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', 'r4.large', 'r4.xlarge', 'r4.2xlarge', 'r4.4xlarge', 'r4.8xlarge', 'r4.16xlarge', 'r5.large', 'r5.xlarge', 'r5.2xlarge', 'r5.4xlarge', 'r5.8xlarge', 'r5.12xlarge', 'r5.16xlarge', 'r5.24xlarge', 'm3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge', 'm4.large', 'm4.xlarge', 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', 'm5.large', 'm5.xlarge', 'm5.2xlarge', 'm5.4xlarge', 'm5.8xlarge', 'm5.12xlarge', 'm5.16xlarge', 'm5.24xlarge']], 'Event' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'NonZeroAndMaxString'], 'ResourceId' => ['shape' => 'NonZeroAndMaxString'], 'EventCode' => ['shape' => 'EventCode'], 'Message' => ['shape' => 'NonEmptyString'], 'EventTime' => ['shape' => 'Timestamp'], 'PreSignedLogUrl' => ['shape' => 'NonZeroAndMaxString']]], 'EventCode' => ['type' => 'string', 'enum' => ['GENERIC_EVENT', 'FLEET_CREATED', 'FLEET_DELETED', 'FLEET_SCALING_EVENT', 'FLEET_STATE_DOWNLOADING', 'FLEET_STATE_VALIDATING', 'FLEET_STATE_BUILDING', 'FLEET_STATE_ACTIVATING', 'FLEET_STATE_ACTIVE', 'FLEET_STATE_ERROR', 'FLEET_INITIALIZATION_FAILED', 'FLEET_BINARY_DOWNLOAD_FAILED', 'FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND', 'FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE', 'FLEET_VALIDATION_TIMED_OUT', 'FLEET_ACTIVATION_FAILED', 'FLEET_ACTIVATION_FAILED_NO_INSTANCES', 'FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED', 'SERVER_PROCESS_INVALID_PATH', 'SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT', 'SERVER_PROCESS_PROCESS_READY_TIMEOUT', 'SERVER_PROCESS_CRASHED', 'SERVER_PROCESS_TERMINATED_UNHEALTHY', 'SERVER_PROCESS_FORCE_TERMINATED', 'SERVER_PROCESS_PROCESS_EXIT_TIMEOUT', 'GAME_SESSION_ACTIVATION_TIMEOUT', 'FLEET_CREATION_EXTRACTING_BUILD', 'FLEET_CREATION_RUNNING_INSTALLER', 'FLEET_CREATION_VALIDATING_RUNTIME_CONFIG', 'FLEET_VPC_PEERING_SUCCEEDED', 'FLEET_VPC_PEERING_FAILED', 'FLEET_VPC_PEERING_DELETED', 'INSTANCE_INTERRUPTED']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'FleetAction' => ['type' => 'string', 'enum' => ['AUTO_SCALING']], 'FleetActionList' => ['type' => 'list', 'member' => ['shape' => 'FleetAction'], 'max' => 1, 'min' => 1], 'FleetAttributes' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'ArnStringModel'], 'FleetType' => ['shape' => 'FleetType'], 'InstanceType' => ['shape' => 'EC2InstanceType'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'FleetStatus'], 'BuildId' => ['shape' => 'BuildId'], 'BuildArn' => ['shape' => 'BuildArn'], 'ScriptId' => ['shape' => 'ScriptId'], 'ScriptArn' => ['shape' => 'ScriptArn'], 'ServerLaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'ServerLaunchParameters' => ['shape' => 'NonZeroAndMaxString'], 'LogPaths' => ['shape' => 'StringList'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList'], 'StoppedActions' => ['shape' => 'FleetActionList'], 'InstanceRoleArn' => ['shape' => 'NonEmptyString'], 'CertificateConfiguration' => ['shape' => 'CertificateConfiguration']]], 'FleetAttributesList' => ['type' => 'list', 'member' => ['shape' => 'FleetAttributes']], 'FleetCapacity' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceType' => ['shape' => 'EC2InstanceType'], 'InstanceCounts' => ['shape' => 'EC2InstanceCounts']]], 'FleetCapacityExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'FleetCapacityList' => ['type' => 'list', 'member' => ['shape' => 'FleetCapacity']], 'FleetId' => ['type' => 'string', 'pattern' => '^fleet-\\S+|^arn:.*:fleet\\/fleet-\\S+'], 'FleetIdList' => ['type' => 'list', 'member' => ['shape' => 'FleetId'], 'min' => 1], 'FleetStatus' => ['type' => 'string', 'enum' => ['NEW', 'DOWNLOADING', 'VALIDATING', 'BUILDING', 'ACTIVATING', 'ACTIVE', 'DELETING', 'ERROR', 'TERMINATED']], 'FleetType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'SPOT']], 'FleetUtilization' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'ActiveServerProcessCount' => ['shape' => 'WholeNumber'], 'ActiveGameSessionCount' => ['shape' => 'WholeNumber'], 'CurrentPlayerSessionCount' => ['shape' => 'WholeNumber'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber']]], 'FleetUtilizationList' => ['type' => 'list', 'member' => ['shape' => 'FleetUtilization']], 'Float' => ['type' => 'float'], 'FreeText' => ['type' => 'string'], 'GameProperty' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'GamePropertyKey'], 'Value' => ['shape' => 'GamePropertyValue']]], 'GamePropertyKey' => ['type' => 'string', 'max' => 32], 'GamePropertyList' => ['type' => 'list', 'member' => ['shape' => 'GameProperty'], 'max' => 16], 'GamePropertyValue' => ['type' => 'string', 'max' => 96], 'GameSession' => ['type' => 'structure', 'members' => ['GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'ArnStringModel'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'CurrentPlayerSessionCount' => ['shape' => 'WholeNumber'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Status' => ['shape' => 'GameSessionStatus'], 'StatusReason' => ['shape' => 'GameSessionStatusReason'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlayerSessionCreationPolicy' => ['shape' => 'PlayerSessionCreationPolicy'], 'CreatorId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'MatchmakerData' => ['shape' => 'MatchmakerData']]], 'GameSessionActivationTimeoutSeconds' => ['type' => 'integer', 'max' => 600, 'min' => 1], 'GameSessionConnectionInfo' => ['type' => 'structure', 'members' => ['GameSessionArn' => ['shape' => 'ArnStringModel'], 'IpAddress' => ['shape' => 'StringModel'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PositiveInteger'], 'MatchedPlayerSessions' => ['shape' => 'MatchedPlayerSessionList']]], 'GameSessionData' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'GameSessionDetail' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession'], 'ProtectionPolicy' => ['shape' => 'ProtectionPolicy']]], 'GameSessionDetailList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionDetail']], 'GameSessionFullException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'GameSessionList' => ['type' => 'list', 'member' => ['shape' => 'GameSession']], 'GameSessionPlacement' => ['type' => 'structure', 'members' => ['PlacementId' => ['shape' => 'IdStringModel'], 'GameSessionQueueName' => ['shape' => 'GameSessionQueueName'], 'Status' => ['shape' => 'GameSessionPlacementState'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'GameSessionName' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionArn' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionRegion' => ['shape' => 'NonZeroAndMaxString'], 'PlayerLatencies' => ['shape' => 'PlayerLatencyList'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlacedPlayerSessions' => ['shape' => 'PlacedPlayerSessionList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'MatchmakerData' => ['shape' => 'MatchmakerData']]], 'GameSessionPlacementState' => ['type' => 'string', 'enum' => ['PENDING', 'FULFILLED', 'CANCELLED', 'TIMED_OUT', 'FAILED']], 'GameSessionQueue' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'GameSessionQueueName'], 'GameSessionQueueArn' => ['shape' => 'ArnStringModel'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList']]], 'GameSessionQueueDestination' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'ArnStringModel']]], 'GameSessionQueueDestinationList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueueDestination']], 'GameSessionQueueList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueue']], 'GameSessionQueueName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+|^arn:.*:gamesessionqueue\\/[a-zA-Z0-9-]+'], 'GameSessionQueueNameList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueueName']], 'GameSessionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ACTIVATING', 'TERMINATED', 'TERMINATING', 'ERROR']], 'GameSessionStatusReason' => ['type' => 'string', 'enum' => ['INTERRUPTED']], 'GetGameSessionLogUrlInput' => ['type' => 'structure', 'required' => ['GameSessionId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel']]], 'GetGameSessionLogUrlOutput' => ['type' => 'structure', 'members' => ['PreSignedUrl' => ['shape' => 'NonZeroAndMaxString']]], 'GetInstanceAccessInput' => ['type' => 'structure', 'required' => ['FleetId', 'InstanceId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId']]], 'GetInstanceAccessOutput' => ['type' => 'structure', 'members' => ['InstanceAccess' => ['shape' => 'InstanceAccess']]], 'IdStringModel' => ['type' => 'string', 'max' => 48, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'Instance' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Type' => ['shape' => 'EC2InstanceType'], 'Status' => ['shape' => 'InstanceStatus'], 'CreationTime' => ['shape' => 'Timestamp']]], 'InstanceAccess' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId'], 'IpAddress' => ['shape' => 'IpAddress'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Credentials' => ['shape' => 'InstanceCredentials']]], 'InstanceCredentials' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'NonEmptyString'], 'Secret' => ['shape' => 'NonEmptyString']], 'sensitive' => \true], 'InstanceId' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9\\.-]+'], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'TERMINATING']], 'Integer' => ['type' => 'integer'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true, 'fault' => \true], 'InvalidFleetStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'InvalidGameSessionStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpPermission' => ['type' => 'structure', 'required' => ['FromPort', 'ToPort', 'IpRange', 'Protocol'], 'members' => ['FromPort' => ['shape' => 'PortNumber'], 'ToPort' => ['shape' => 'PortNumber'], 'IpRange' => ['shape' => 'NonBlankString'], 'Protocol' => ['shape' => 'IpProtocol']]], 'IpPermissionsList' => ['type' => 'list', 'member' => ['shape' => 'IpPermission'], 'max' => 50], 'IpProtocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'LatencyMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'PositiveInteger']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'ListAliasesInput' => ['type' => 'structure', 'members' => ['RoutingStrategyType' => ['shape' => 'RoutingStrategyType'], 'Name' => ['shape' => 'NonEmptyString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListAliasesOutput' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'AliasList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListBuildsInput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BuildStatus'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListBuildsOutput' => ['type' => 'structure', 'members' => ['Builds' => ['shape' => 'BuildList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListFleetsInput' => ['type' => 'structure', 'members' => ['BuildId' => ['shape' => 'BuildId'], 'ScriptId' => ['shape' => 'ScriptId'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListFleetsOutput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListScriptsInput' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListScriptsOutput' => ['type' => 'structure', 'members' => ['Scripts' => ['shape' => 'ScriptList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MatchedPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId']]], 'MatchedPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'MatchedPlayerSession']], 'MatchmakerData' => ['type' => 'string', 'max' => 390000, 'min' => 1], 'MatchmakingAcceptanceTimeoutInteger' => ['type' => 'integer', 'max' => 600, 'min' => 1], 'MatchmakingConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationArn' => ['shape' => 'MatchmakingConfigurationArn'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetArn' => ['shape' => 'MatchmakingRuleSetArn'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'CreationTime' => ['shape' => 'Timestamp'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode']]], 'MatchmakingConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:.*:matchmakingconfiguration\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingConfiguration']], 'MatchmakingConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]*|^arn:.*:matchmakingconfiguration\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingConfigurationNameList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingConfigurationName']], 'MatchmakingConfigurationStatus' => ['type' => 'string', 'enum' => ['CANCELLED', 'COMPLETED', 'FAILED', 'PLACING', 'QUEUED', 'REQUIRES_ACCEPTANCE', 'SEARCHING', 'TIMED_OUT']], 'MatchmakingIdList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingIdStringModel']], 'MatchmakingIdStringModel' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9-\\.]*'], 'MatchmakingRequestTimeoutInteger' => ['type' => 'integer', 'max' => 43200, 'min' => 1], 'MatchmakingRuleSet' => ['type' => 'structure', 'required' => ['RuleSetBody'], 'members' => ['RuleSetName' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetArn' => ['shape' => 'MatchmakingRuleSetArn'], 'RuleSetBody' => ['shape' => 'RuleSetBody'], 'CreationTime' => ['shape' => 'Timestamp']]], 'MatchmakingRuleSetArn' => ['type' => 'string', 'pattern' => '^arn:.*:matchmakingruleset\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingRuleSetList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingRuleSet']], 'MatchmakingRuleSetName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]*|^arn:.*:matchmakingruleset\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingRuleSetNameList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingRuleSetName'], 'max' => 10, 'min' => 1], 'MatchmakingTicket' => ['type' => 'structure', 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationArn' => ['shape' => 'MatchmakingConfigurationArn'], 'Status' => ['shape' => 'MatchmakingConfigurationStatus'], 'StatusReason' => ['shape' => 'StringModel'], 'StatusMessage' => ['shape' => 'StringModel'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Players' => ['shape' => 'PlayerList'], 'GameSessionConnectionInfo' => ['shape' => 'GameSessionConnectionInfo'], 'EstimatedWaitTime' => ['shape' => 'WholeNumber']]], 'MatchmakingTicketList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingTicket']], 'MaxConcurrentGameSessionActivations' => ['type' => 'integer', 'max' => 2147483647, 'min' => 1], 'MetricGroup' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricGroupList' => ['type' => 'list', 'member' => ['shape' => 'MetricGroup'], 'max' => 1], 'MetricName' => ['type' => 'string', 'enum' => ['ActivatingGameSessions', 'ActiveGameSessions', 'ActiveInstances', 'AvailableGameSessions', 'AvailablePlayerSessions', 'CurrentPlayerSessions', 'IdleInstances', 'PercentAvailableGameSessions', 'PercentIdleInstances', 'QueueDepth', 'WaitTime']], 'NonBlankAndLengthConstraintString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*\\S.*'], 'NonBlankString' => ['type' => 'string', 'pattern' => '[^\\s]+'], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'NonZeroAndMaxString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'OperatingSystem' => ['type' => 'string', 'enum' => ['WINDOWS_2012', 'AMAZON_LINUX', 'AMAZON_LINUX_2']], 'PlacedPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId']]], 'PlacedPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'PlacedPlayerSession']], 'Player' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerAttributes' => ['shape' => 'PlayerAttributeMap'], 'Team' => ['shape' => 'NonZeroAndMaxString'], 'LatencyInMs' => ['shape' => 'LatencyMap']]], 'PlayerAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'AttributeValue']], 'PlayerData' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'PlayerDataMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'PlayerData']], 'PlayerIdList' => ['type' => 'list', 'member' => ['shape' => 'NonZeroAndMaxString'], 'max' => 25, 'min' => 1], 'PlayerLatency' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'RegionIdentifier' => ['shape' => 'NonZeroAndMaxString'], 'LatencyInMilliseconds' => ['shape' => 'Float']]], 'PlayerLatencyList' => ['type' => 'list', 'member' => ['shape' => 'PlayerLatency']], 'PlayerLatencyPolicy' => ['type' => 'structure', 'members' => ['MaximumIndividualPlayerLatencyMilliseconds' => ['shape' => 'WholeNumber'], 'PolicyDurationSeconds' => ['shape' => 'WholeNumber']]], 'PlayerLatencyPolicyList' => ['type' => 'list', 'member' => ['shape' => 'PlayerLatencyPolicy']], 'PlayerList' => ['type' => 'list', 'member' => ['shape' => 'Player']], 'PlayerSession' => ['type' => 'structure', 'members' => ['PlayerSessionId' => ['shape' => 'PlayerSessionId'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'ArnStringModel'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'PlayerSessionStatus'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlayerData' => ['shape' => 'PlayerData']]], 'PlayerSessionCreationPolicy' => ['type' => 'string', 'enum' => ['ACCEPT_ALL', 'DENY_ALL']], 'PlayerSessionId' => ['type' => 'string', 'pattern' => '^psess-\\S+'], 'PlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'PlayerSession']], 'PlayerSessionStatus' => ['type' => 'string', 'enum' => ['RESERVED', 'ACTIVE', 'COMPLETED', 'TIMEDOUT']], 'PolicyType' => ['type' => 'string', 'enum' => ['RuleBased', 'TargetBased']], 'PortNumber' => ['type' => 'integer', 'max' => 60000, 'min' => 1], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PositiveLong' => ['type' => 'long', 'min' => 1], 'ProtectionPolicy' => ['type' => 'string', 'enum' => ['NoProtection', 'FullProtection']], 'PutScalingPolicyInput' => ['type' => 'structure', 'required' => ['Name', 'FleetId', 'MetricName'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'ScalingAdjustmentType' => ['shape' => 'ScalingAdjustmentType'], 'Threshold' => ['shape' => 'Double'], 'ComparisonOperator' => ['shape' => 'ComparisonOperatorType'], 'EvaluationPeriods' => ['shape' => 'PositiveInteger'], 'MetricName' => ['shape' => 'MetricName'], 'PolicyType' => ['shape' => 'PolicyType'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration']]], 'PutScalingPolicyOutput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString']]], 'QueueArnsList' => ['type' => 'list', 'member' => ['shape' => 'ArnStringModel']], 'RequestUploadCredentialsInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildId']]], 'RequestUploadCredentialsOutput' => ['type' => 'structure', 'members' => ['UploadCredentials' => ['shape' => 'AwsCredentials'], 'StorageLocation' => ['shape' => 'S3Location']]], 'ResolveAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasId']]], 'ResolveAliasOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'ArnStringModel']]], 'ResourceCreationLimitPolicy' => ['type' => 'structure', 'members' => ['NewGameSessionsPerCreator' => ['shape' => 'WholeNumber'], 'PolicyPeriodInMinutes' => ['shape' => 'WholeNumber']]], 'RoutingStrategy' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RoutingStrategyType'], 'FleetId' => ['shape' => 'FleetId'], 'Message' => ['shape' => 'FreeText']]], 'RoutingStrategyType' => ['type' => 'string', 'enum' => ['SIMPLE', 'TERMINAL']], 'RuleSetBody' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'RuleSetLimit' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'RuntimeConfiguration' => ['type' => 'structure', 'members' => ['ServerProcesses' => ['shape' => 'ServerProcessList'], 'MaxConcurrentGameSessionActivations' => ['shape' => 'MaxConcurrentGameSessionActivations'], 'GameSessionActivationTimeoutSeconds' => ['shape' => 'GameSessionActivationTimeoutSeconds']]], 'S3Location' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'NonEmptyString'], 'Key' => ['shape' => 'NonEmptyString'], 'RoleArn' => ['shape' => 'NonEmptyString'], 'ObjectVersion' => ['shape' => 'NonEmptyString']]], 'ScalingAdjustmentType' => ['type' => 'string', 'enum' => ['ChangeInCapacity', 'ExactCapacity', 'PercentChangeInCapacity']], 'ScalingPolicy' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Status' => ['shape' => 'ScalingStatusType'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'ScalingAdjustmentType' => ['shape' => 'ScalingAdjustmentType'], 'ComparisonOperator' => ['shape' => 'ComparisonOperatorType'], 'Threshold' => ['shape' => 'Double'], 'EvaluationPeriods' => ['shape' => 'PositiveInteger'], 'MetricName' => ['shape' => 'MetricName'], 'PolicyType' => ['shape' => 'PolicyType'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration']]], 'ScalingPolicyList' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingStatusType' => ['type' => 'string', 'enum' => ['ACTIVE', 'UPDATE_REQUESTED', 'UPDATING', 'DELETE_REQUESTED', 'DELETING', 'DELETED', 'ERROR']], 'Script' => ['type' => 'structure', 'members' => ['ScriptId' => ['shape' => 'ScriptId'], 'ScriptArn' => ['shape' => 'ScriptArn'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'SizeOnDisk' => ['shape' => 'PositiveLong'], 'CreationTime' => ['shape' => 'Timestamp'], 'StorageLocation' => ['shape' => 'S3Location']]], 'ScriptArn' => ['type' => 'string', 'pattern' => '^arn:.*:script\\/script-\\S+'], 'ScriptId' => ['type' => 'string', 'pattern' => '^script-\\S+|^arn:.*:script\\/script-\\S+'], 'ScriptList' => ['type' => 'list', 'member' => ['shape' => 'Script']], 'SearchGameSessionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'AliasId' => ['shape' => 'AliasId'], 'FilterExpression' => ['shape' => 'NonZeroAndMaxString'], 'SortExpression' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'SearchGameSessionsOutput' => ['type' => 'structure', 'members' => ['GameSessions' => ['shape' => 'GameSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ServerProcess' => ['type' => 'structure', 'required' => ['LaunchPath', 'ConcurrentExecutions'], 'members' => ['LaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'Parameters' => ['shape' => 'NonZeroAndMaxString'], 'ConcurrentExecutions' => ['shape' => 'PositiveInteger']]], 'ServerProcessList' => ['type' => 'list', 'member' => ['shape' => 'ServerProcess'], 'max' => 50, 'min' => 1], 'SnsArnStringModel' => ['type' => 'string', 'max' => 300, 'min' => 0, 'pattern' => '[a-zA-Z0-9:_/-]*'], 'StartFleetActionsInput' => ['type' => 'structure', 'required' => ['FleetId', 'Actions'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'Actions' => ['shape' => 'FleetActionList']]], 'StartFleetActionsOutput' => ['type' => 'structure', 'members' => []], 'StartGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId', 'GameSessionQueueName', 'MaximumPlayerSessionCount'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel'], 'GameSessionQueueName' => ['shape' => 'GameSessionQueueName'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'GameSessionName' => ['shape' => 'NonZeroAndMaxString'], 'PlayerLatencies' => ['shape' => 'PlayerLatencyList'], 'DesiredPlayerSessions' => ['shape' => 'DesiredPlayerSessionList'], 'GameSessionData' => ['shape' => 'GameSessionData']]], 'StartGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'StartMatchBackfillInput' => ['type' => 'structure', 'required' => ['ConfigurationName', 'GameSessionArn', 'Players'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingConfigurationName'], 'GameSessionArn' => ['shape' => 'ArnStringModel'], 'Players' => ['shape' => 'PlayerList']]], 'StartMatchBackfillOutput' => ['type' => 'structure', 'members' => ['MatchmakingTicket' => ['shape' => 'MatchmakingTicket']]], 'StartMatchmakingInput' => ['type' => 'structure', 'required' => ['ConfigurationName', 'Players'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingConfigurationName'], 'Players' => ['shape' => 'PlayerList']]], 'StartMatchmakingOutput' => ['type' => 'structure', 'members' => ['MatchmakingTicket' => ['shape' => 'MatchmakingTicket']]], 'StopFleetActionsInput' => ['type' => 'structure', 'required' => ['FleetId', 'Actions'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'Actions' => ['shape' => 'FleetActionList']]], 'StopFleetActionsOutput' => ['type' => 'structure', 'members' => []], 'StopGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel']]], 'StopGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'StopMatchmakingInput' => ['type' => 'structure', 'required' => ['TicketId'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel']]], 'StopMatchmakingOutput' => ['type' => 'structure', 'members' => []], 'StringDoubleMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'DoubleObject']], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonZeroAndMaxString']], 'StringModel' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TaggingFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'TargetConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['TargetValue' => ['shape' => 'Double']]], 'TerminalRoutingStrategyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'UnsupportedRegionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasId'], 'Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy']]], 'UpdateAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'UpdateBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildId'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString']]], 'UpdateBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build']]], 'UpdateFleetAttributesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList']]], 'UpdateFleetAttributesOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateFleetCapacityInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'DesiredInstances' => ['shape' => 'WholeNumber'], 'MinSize' => ['shape' => 'WholeNumber'], 'MaxSize' => ['shape' => 'WholeNumber']]], 'UpdateFleetCapacityOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateFleetPortSettingsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InboundPermissionAuthorizations' => ['shape' => 'IpPermissionsList'], 'InboundPermissionRevocations' => ['shape' => 'IpPermissionsList']]], 'UpdateFleetPortSettingsOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateGameSessionInput' => ['type' => 'structure', 'required' => ['GameSessionId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionCreationPolicy' => ['shape' => 'PlayerSessionCreationPolicy'], 'ProtectionPolicy' => ['shape' => 'ProtectionPolicy']]], 'UpdateGameSessionOutput' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession']]], 'UpdateGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueName'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList']]], 'UpdateGameSessionQueueOutput' => ['type' => 'structure', 'members' => ['GameSessionQueue' => ['shape' => 'GameSessionQueue']]], 'UpdateMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingConfigurationName'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode']]], 'UpdateMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'MatchmakingConfiguration']]], 'UpdateRuntimeConfigurationInput' => ['type' => 'structure', 'required' => ['FleetId', 'RuntimeConfiguration'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'UpdateRuntimeConfigurationOutput' => ['type' => 'structure', 'members' => ['RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'UpdateScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptId'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'ZipFile' => ['shape' => 'ZipBlob']]], 'UpdateScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'ValidateMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['RuleSetBody'], 'members' => ['RuleSetBody' => ['shape' => 'RuleSetBody']]], 'ValidateMatchmakingRuleSetOutput' => ['type' => 'structure', 'members' => ['Valid' => ['shape' => 'BooleanModel']]], 'VpcPeeringAuthorization' => ['type' => 'structure', 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp']]], 'VpcPeeringAuthorizationList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringAuthorization']], 'VpcPeeringConnection' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'ArnStringModel'], 'IpV4CidrBlock' => ['shape' => 'NonZeroAndMaxString'], 'VpcPeeringConnectionId' => ['shape' => 'NonZeroAndMaxString'], 'Status' => ['shape' => 'VpcPeeringConnectionStatus'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'GameLiftVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'VpcPeeringConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnection']], 'VpcPeeringConnectionStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'NonZeroAndMaxString'], 'Message' => ['shape' => 'NonZeroAndMaxString']]], 'WholeNumber' => ['type' => 'integer', 'min' => 0], 'ZipBlob' => ['type' => 'blob', 'max' => 5000000]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-10-01', 'endpointPrefix' => 'gamelift', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon GameLift', 'serviceId' => 'GameLift', 'signatureVersion' => 'v4', 'targetPrefix' => 'GameLift', 'uid' => 'gamelift-2015-10-01'], 'operations' => ['AcceptMatch' => ['name' => 'AcceptMatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptMatchInput'], 'output' => ['shape' => 'AcceptMatchOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'ClaimGameServer' => ['name' => 'ClaimGameServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ClaimGameServerInput'], 'output' => ['shape' => 'ClaimGameServerOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'OutOfCapacityException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasInput'], 'output' => ['shape' => 'CreateAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException'], ['shape' => 'TaggingFailedException']]], 'CreateBuild' => ['name' => 'CreateBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBuildInput'], 'output' => ['shape' => 'CreateBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFleetInput'], 'output' => ['shape' => 'CreateFleetOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TaggingFailedException']]], 'CreateGameServerGroup' => ['name' => 'CreateGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGameServerGroupInput'], 'output' => ['shape' => 'CreateGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException']]], 'CreateGameSession' => ['name' => 'CreateGameSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGameSessionInput'], 'output' => ['shape' => 'CreateGameSessionOutput'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'FleetCapacityExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateGameSessionQueue' => ['name' => 'CreateGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGameSessionQueueInput'], 'output' => ['shape' => 'CreateGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'LimitExceededException'], ['shape' => 'TaggingFailedException']]], 'CreateMatchmakingConfiguration' => ['name' => 'CreateMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMatchmakingConfigurationInput'], 'output' => ['shape' => 'CreateMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'CreateMatchmakingRuleSet' => ['name' => 'CreateMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMatchmakingRuleSetInput'], 'output' => ['shape' => 'CreateMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'CreatePlayerSession' => ['name' => 'CreatePlayerSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlayerSessionInput'], 'output' => ['shape' => 'CreatePlayerSessionOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'GameSessionFullException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException']]], 'CreatePlayerSessions' => ['name' => 'CreatePlayerSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePlayerSessionsInput'], 'output' => ['shape' => 'CreatePlayerSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'GameSessionFullException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException']]], 'CreateScript' => ['name' => 'CreateScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateScriptInput'], 'output' => ['shape' => 'CreateScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'CreateVpcPeeringAuthorization' => ['name' => 'CreateVpcPeeringAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringAuthorizationInput'], 'output' => ['shape' => 'CreateVpcPeeringAuthorizationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'CreateVpcPeeringConnection' => ['name' => 'CreateVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVpcPeeringConnectionInput'], 'output' => ['shape' => 'CreateVpcPeeringConnectionOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasInput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'DeleteBuild' => ['name' => 'DeleteBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBuildInput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InvalidRequestException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFleetInput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException']]], 'DeleteGameServerGroup' => ['name' => 'DeleteGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGameServerGroupInput'], 'output' => ['shape' => 'DeleteGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'DeleteGameSessionQueue' => ['name' => 'DeleteGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGameSessionQueueInput'], 'output' => ['shape' => 'DeleteGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TaggingFailedException']]], 'DeleteMatchmakingConfiguration' => ['name' => 'DeleteMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMatchmakingConfigurationInput'], 'output' => ['shape' => 'DeleteMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'TaggingFailedException']]], 'DeleteMatchmakingRuleSet' => ['name' => 'DeleteMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMatchmakingRuleSetInput'], 'output' => ['shape' => 'DeleteMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'NotFoundException'], ['shape' => 'TaggingFailedException']]], 'DeleteScalingPolicy' => ['name' => 'DeleteScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScalingPolicyInput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'DeleteScript' => ['name' => 'DeleteScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScriptInput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'DeleteVpcPeeringAuthorization' => ['name' => 'DeleteVpcPeeringAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringAuthorizationInput'], 'output' => ['shape' => 'DeleteVpcPeeringAuthorizationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DeleteVpcPeeringConnection' => ['name' => 'DeleteVpcPeeringConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVpcPeeringConnectionInput'], 'output' => ['shape' => 'DeleteVpcPeeringConnectionOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DeregisterGameServer' => ['name' => 'DeregisterGameServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterGameServerInput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'DescribeAlias' => ['name' => 'DescribeAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAliasInput'], 'output' => ['shape' => 'DescribeAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeBuild' => ['name' => 'DescribeBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBuildInput'], 'output' => ['shape' => 'DescribeBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeEC2InstanceLimits' => ['name' => 'DescribeEC2InstanceLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEC2InstanceLimitsInput'], 'output' => ['shape' => 'DescribeEC2InstanceLimitsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetAttributes' => ['name' => 'DescribeFleetAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetAttributesInput'], 'output' => ['shape' => 'DescribeFleetAttributesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetCapacity' => ['name' => 'DescribeFleetCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetCapacityInput'], 'output' => ['shape' => 'DescribeFleetCapacityOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetEvents' => ['name' => 'DescribeFleetEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetEventsInput'], 'output' => ['shape' => 'DescribeFleetEventsOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException']]], 'DescribeFleetPortSettings' => ['name' => 'DescribeFleetPortSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetPortSettingsInput'], 'output' => ['shape' => 'DescribeFleetPortSettingsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeFleetUtilization' => ['name' => 'DescribeFleetUtilization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFleetUtilizationInput'], 'output' => ['shape' => 'DescribeFleetUtilizationOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameServer' => ['name' => 'DescribeGameServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameServerInput'], 'output' => ['shape' => 'DescribeGameServerOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'DescribeGameServerGroup' => ['name' => 'DescribeGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameServerGroupInput'], 'output' => ['shape' => 'DescribeGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'DescribeGameSessionDetails' => ['name' => 'DescribeGameSessionDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionDetailsInput'], 'output' => ['shape' => 'DescribeGameSessionDetailsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'DescribeGameSessionPlacement' => ['name' => 'DescribeGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionPlacementInput'], 'output' => ['shape' => 'DescribeGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameSessionQueues' => ['name' => 'DescribeGameSessionQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionQueuesInput'], 'output' => ['shape' => 'DescribeGameSessionQueuesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeGameSessions' => ['name' => 'DescribeGameSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGameSessionsInput'], 'output' => ['shape' => 'DescribeGameSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'DescribeInstances' => ['name' => 'DescribeInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancesInput'], 'output' => ['shape' => 'DescribeInstancesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'DescribeMatchmaking' => ['name' => 'DescribeMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingInput'], 'output' => ['shape' => 'DescribeMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'DescribeMatchmakingConfigurations' => ['name' => 'DescribeMatchmakingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingConfigurationsInput'], 'output' => ['shape' => 'DescribeMatchmakingConfigurationsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'DescribeMatchmakingRuleSets' => ['name' => 'DescribeMatchmakingRuleSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMatchmakingRuleSetsInput'], 'output' => ['shape' => 'DescribeMatchmakingRuleSetsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'UnsupportedRegionException']]], 'DescribePlayerSessions' => ['name' => 'DescribePlayerSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePlayerSessionsInput'], 'output' => ['shape' => 'DescribePlayerSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'DescribeRuntimeConfiguration' => ['name' => 'DescribeRuntimeConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRuntimeConfigurationInput'], 'output' => ['shape' => 'DescribeRuntimeConfigurationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException']]], 'DescribeScalingPolicies' => ['name' => 'DescribeScalingPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScalingPoliciesInput'], 'output' => ['shape' => 'DescribeScalingPoliciesOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'DescribeScript' => ['name' => 'DescribeScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScriptInput'], 'output' => ['shape' => 'DescribeScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException']]], 'DescribeVpcPeeringAuthorizations' => ['name' => 'DescribeVpcPeeringAuthorizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringAuthorizationsInput'], 'output' => ['shape' => 'DescribeVpcPeeringAuthorizationsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'DescribeVpcPeeringConnections' => ['name' => 'DescribeVpcPeeringConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVpcPeeringConnectionsInput'], 'output' => ['shape' => 'DescribeVpcPeeringConnectionsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'GetGameSessionLogUrl' => ['name' => 'GetGameSessionLogUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGameSessionLogUrlInput'], 'output' => ['shape' => 'GetGameSessionLogUrlOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException']]], 'GetInstanceAccess' => ['name' => 'GetInstanceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceAccessInput'], 'output' => ['shape' => 'GetInstanceAccessOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesInput'], 'output' => ['shape' => 'ListAliasesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListBuilds' => ['name' => 'ListBuilds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBuildsInput'], 'output' => ['shape' => 'ListBuildsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFleetsInput'], 'output' => ['shape' => 'ListFleetsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'ListGameServerGroups' => ['name' => 'ListGameServerGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGameServerGroupsInput'], 'output' => ['shape' => 'ListGameServerGroupsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'ListGameServers' => ['name' => 'ListGameServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGameServersInput'], 'output' => ['shape' => 'ListGameServersOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'ListScripts' => ['name' => 'ListScripts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListScriptsInput'], 'output' => ['shape' => 'ListScriptsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'PutScalingPolicy' => ['name' => 'PutScalingPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutScalingPolicyInput'], 'output' => ['shape' => 'PutScalingPolicyOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'RegisterGameServer' => ['name' => 'RegisterGameServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterGameServerInput'], 'output' => ['shape' => 'RegisterGameServerOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ConflictException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException'], ['shape' => 'LimitExceededException']]], 'RequestUploadCredentials' => ['name' => 'RequestUploadCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RequestUploadCredentialsInput'], 'output' => ['shape' => 'RequestUploadCredentialsOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ResolveAlias' => ['name' => 'ResolveAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResolveAliasInput'], 'output' => ['shape' => 'ResolveAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TerminalRoutingStrategyException'], ['shape' => 'InternalServiceException']]], 'ResumeGameServerGroup' => ['name' => 'ResumeGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResumeGameServerGroupInput'], 'output' => ['shape' => 'ResumeGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'SearchGameSessions' => ['name' => 'SearchGameSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchGameSessionsInput'], 'output' => ['shape' => 'SearchGameSessionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'TerminalRoutingStrategyException']]], 'StartFleetActions' => ['name' => 'StartFleetActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFleetActionsInput'], 'output' => ['shape' => 'StartFleetActionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'StartGameSessionPlacement' => ['name' => 'StartGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartGameSessionPlacementInput'], 'output' => ['shape' => 'StartGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'StartMatchBackfill' => ['name' => 'StartMatchBackfill', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMatchBackfillInput'], 'output' => ['shape' => 'StartMatchBackfillOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'StartMatchmaking' => ['name' => 'StartMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMatchmakingInput'], 'output' => ['shape' => 'StartMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'StopFleetActions' => ['name' => 'StopFleetActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopFleetActionsInput'], 'output' => ['shape' => 'StopFleetActionsOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException']]], 'StopGameSessionPlacement' => ['name' => 'StopGameSessionPlacement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopGameSessionPlacementInput'], 'output' => ['shape' => 'StopGameSessionPlacementOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'StopMatchmaking' => ['name' => 'StopMatchmaking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopMatchmakingInput'], 'output' => ['shape' => 'StopMatchmakingOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'SuspendGameServerGroup' => ['name' => 'SuspendGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SuspendGameServerGroupInput'], 'output' => ['shape' => 'SuspendGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TaggingFailedException'], ['shape' => 'InternalServiceException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAliasInput'], 'output' => ['shape' => 'UpdateAliasOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateBuild' => ['name' => 'UpdateBuild', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBuildInput'], 'output' => ['shape' => 'UpdateBuildOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateFleetAttributes' => ['name' => 'UpdateFleetAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetAttributesInput'], 'output' => ['shape' => 'UpdateFleetAttributesOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateFleetCapacity' => ['name' => 'UpdateFleetCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetCapacityInput'], 'output' => ['shape' => 'UpdateFleetCapacityOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateFleetPortSettings' => ['name' => 'UpdateFleetPortSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateFleetPortSettingsInput'], 'output' => ['shape' => 'UpdateFleetPortSettingsOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidFleetStatusException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException']]], 'UpdateGameServer' => ['name' => 'UpdateGameServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameServerInput'], 'output' => ['shape' => 'UpdateGameServerOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'UpdateGameServerGroup' => ['name' => 'UpdateGameServerGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameServerGroupInput'], 'output' => ['shape' => 'UpdateGameServerGroupOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServiceException']]], 'UpdateGameSession' => ['name' => 'UpdateGameSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameSessionInput'], 'output' => ['shape' => 'UpdateGameSessionOutput'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InvalidGameSessionStatusException'], ['shape' => 'InvalidRequestException']]], 'UpdateGameSessionQueue' => ['name' => 'UpdateGameSessionQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGameSessionQueueInput'], 'output' => ['shape' => 'UpdateGameSessionQueueOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthorizedException']]], 'UpdateMatchmakingConfiguration' => ['name' => 'UpdateMatchmakingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMatchmakingConfigurationInput'], 'output' => ['shape' => 'UpdateMatchmakingConfigurationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException']]], 'UpdateRuntimeConfiguration' => ['name' => 'UpdateRuntimeConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuntimeConfigurationInput'], 'output' => ['shape' => 'UpdateRuntimeConfigurationOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidFleetStatusException']]], 'UpdateScript' => ['name' => 'UpdateScript', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateScriptInput'], 'output' => ['shape' => 'UpdateScriptOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'ValidateMatchmakingRuleSet' => ['name' => 'ValidateMatchmakingRuleSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateMatchmakingRuleSetInput'], 'output' => ['shape' => 'ValidateMatchmakingRuleSetOutput'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'UnsupportedRegionException'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AcceptMatchInput' => ['type' => 'structure', 'required' => ['TicketId', 'PlayerIds', 'AcceptanceType'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'PlayerIds' => ['shape' => 'StringList'], 'AcceptanceType' => ['shape' => 'AcceptanceType']]], 'AcceptMatchOutput' => ['type' => 'structure', 'members' => []], 'AcceptanceType' => ['type' => 'string', 'enum' => ['ACCEPT', 'REJECT']], 'Alias' => ['type' => 'structure', 'members' => ['AliasId' => ['shape' => 'AliasId'], 'Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'AliasArn' => ['shape' => 'AliasArn'], 'Description' => ['shape' => 'FreeText'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'AliasArn' => ['type' => 'string', 'pattern' => '^arn:.*:alias\\/alias-\\S+'], 'AliasId' => ['type' => 'string', 'pattern' => '^alias-\\S+'], 'AliasIdOrArn' => ['type' => 'string', 'pattern' => '^alias-\\S+|^arn:.*:alias\\/alias-\\S+'], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'Alias']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'ArnStringModel' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9:/-]+'], 'AttributeValue' => ['type' => 'structure', 'members' => ['S' => ['shape' => 'NonZeroAndMaxString'], 'N' => ['shape' => 'DoubleObject'], 'SL' => ['shape' => 'StringList'], 'SDM' => ['shape' => 'StringDoubleMap']]], 'AutoScalingGroupArn' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'AwsCredentials' => ['type' => 'structure', 'members' => ['AccessKeyId' => ['shape' => 'NonEmptyString'], 'SecretAccessKey' => ['shape' => 'NonEmptyString'], 'SessionToken' => ['shape' => 'NonEmptyString']], 'sensitive' => \true], 'BackfillMode' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'MANUAL']], 'BalancingStrategy' => ['type' => 'string', 'enum' => ['SPOT_ONLY', 'SPOT_PREFERRED']], 'BooleanModel' => ['type' => 'boolean'], 'Build' => ['type' => 'structure', 'members' => ['BuildId' => ['shape' => 'BuildId'], 'BuildArn' => ['shape' => 'BuildArn'], 'Name' => ['shape' => 'FreeText'], 'Version' => ['shape' => 'FreeText'], 'Status' => ['shape' => 'BuildStatus'], 'SizeOnDisk' => ['shape' => 'PositiveLong'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'CreationTime' => ['shape' => 'Timestamp']]], 'BuildArn' => ['type' => 'string', 'pattern' => '^arn:.*:build\\/build-\\S+'], 'BuildId' => ['type' => 'string', 'pattern' => '^build-\\S+'], 'BuildIdOrArn' => ['type' => 'string', 'pattern' => '^build-\\S+|^arn:.*:build\\/build-\\S+'], 'BuildList' => ['type' => 'list', 'member' => ['shape' => 'Build']], 'BuildStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'READY', 'FAILED']], 'CertificateConfiguration' => ['type' => 'structure', 'required' => ['CertificateType'], 'members' => ['CertificateType' => ['shape' => 'CertificateType']]], 'CertificateType' => ['type' => 'string', 'enum' => ['DISABLED', 'GENERATED']], 'ClaimGameServerInput' => ['type' => 'structure', 'required' => ['GameServerGroupName'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'GameServerId' => ['shape' => 'GameServerId'], 'GameServerData' => ['shape' => 'GameServerData']]], 'ClaimGameServerOutput' => ['type' => 'structure', 'members' => ['GameServer' => ['shape' => 'GameServer']]], 'ComparisonOperatorType' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'CreateAliasInput' => ['type' => 'structure', 'required' => ['Name', 'RoutingStrategy'], 'members' => ['Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy'], 'Tags' => ['shape' => 'TagList']]], 'CreateAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'CreateBuildInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Tags' => ['shape' => 'TagList']]], 'CreateBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build'], 'UploadCredentials' => ['shape' => 'AwsCredentials'], 'StorageLocation' => ['shape' => 'S3Location']]], 'CreateFleetInput' => ['type' => 'structure', 'required' => ['Name', 'EC2InstanceType'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'BuildId' => ['shape' => 'BuildIdOrArn'], 'ScriptId' => ['shape' => 'ScriptIdOrArn'], 'ServerLaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'ServerLaunchParameters' => ['shape' => 'NonZeroAndMaxString'], 'LogPaths' => ['shape' => 'StringList'], 'EC2InstanceType' => ['shape' => 'EC2InstanceType'], 'EC2InboundPermissions' => ['shape' => 'IpPermissionsList'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'FleetType' => ['shape' => 'FleetType'], 'InstanceRoleArn' => ['shape' => 'NonEmptyString'], 'CertificateConfiguration' => ['shape' => 'CertificateConfiguration'], 'Tags' => ['shape' => 'TagList']]], 'CreateFleetOutput' => ['type' => 'structure', 'members' => ['FleetAttributes' => ['shape' => 'FleetAttributes']]], 'CreateGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'RoleArn', 'MinSize', 'MaxSize', 'LaunchTemplate', 'InstanceDefinitions'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupName'], 'RoleArn' => ['shape' => 'IamRoleArn'], 'MinSize' => ['shape' => 'WholeNumber'], 'MaxSize' => ['shape' => 'PositiveInteger'], 'LaunchTemplate' => ['shape' => 'LaunchTemplateSpecification'], 'InstanceDefinitions' => ['shape' => 'InstanceDefinitions'], 'AutoScalingPolicy' => ['shape' => 'GameServerGroupAutoScalingPolicy'], 'BalancingStrategy' => ['shape' => 'BalancingStrategy'], 'GameServerProtectionPolicy' => ['shape' => 'GameServerProtectionPolicy'], 'VpcSubnets' => ['shape' => 'VpcSubnets'], 'Tags' => ['shape' => 'TagList']]], 'CreateGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'CreateGameSessionInput' => ['type' => 'structure', 'required' => ['MaximumPlayerSessionCount'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'AliasId' => ['shape' => 'AliasIdOrArn'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'CreatorId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'IdStringModel'], 'IdempotencyToken' => ['shape' => 'IdStringModel'], 'GameSessionData' => ['shape' => 'GameSessionData']]], 'CreateGameSessionOutput' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession']]], 'CreateGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueName'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList'], 'Tags' => ['shape' => 'TagList']]], 'CreateGameSessionQueueOutput' => ['type' => 'structure', 'members' => ['GameSessionQueue' => ['shape' => 'GameSessionQueue']]], 'CreateMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name', 'GameSessionQueueArns', 'RequestTimeoutSeconds', 'AcceptanceRequired', 'RuleSetName'], 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode'], 'Tags' => ['shape' => 'TagList']]], 'CreateMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'MatchmakingConfiguration']]], 'CreateMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['Name', 'RuleSetBody'], 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetBody' => ['shape' => 'RuleSetBody'], 'Tags' => ['shape' => 'TagList']]], 'CreateMatchmakingRuleSetOutput' => ['type' => 'structure', 'required' => ['RuleSet'], 'members' => ['RuleSet' => ['shape' => 'MatchmakingRuleSet']]], 'CreatePlayerSessionInput' => ['type' => 'structure', 'required' => ['GameSessionId', 'PlayerId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerData' => ['shape' => 'PlayerData']]], 'CreatePlayerSessionOutput' => ['type' => 'structure', 'members' => ['PlayerSession' => ['shape' => 'PlayerSession']]], 'CreatePlayerSessionsInput' => ['type' => 'structure', 'required' => ['GameSessionId', 'PlayerIds'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerIds' => ['shape' => 'PlayerIdList'], 'PlayerDataMap' => ['shape' => 'PlayerDataMap']]], 'CreatePlayerSessionsOutput' => ['type' => 'structure', 'members' => ['PlayerSessions' => ['shape' => 'PlayerSessionList']]], 'CreateScriptInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'ZipFile' => ['shape' => 'ZipBlob'], 'Tags' => ['shape' => 'TagList']]], 'CreateScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'CreateVpcPeeringAuthorizationInput' => ['type' => 'structure', 'required' => ['GameLiftAwsAccountId', 'PeerVpcId'], 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'CreateVpcPeeringAuthorizationOutput' => ['type' => 'structure', 'members' => ['VpcPeeringAuthorization' => ['shape' => 'VpcPeeringAuthorization']]], 'CreateVpcPeeringConnectionInput' => ['type' => 'structure', 'required' => ['FleetId', 'PeerVpcAwsAccountId', 'PeerVpcId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'CreateVpcPeeringConnectionOutput' => ['type' => 'structure', 'members' => []], 'CustomEventData' => ['type' => 'string', 'max' => 256, 'min' => 0], 'DeleteAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasIdOrArn']]], 'DeleteBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildIdOrArn']]], 'DeleteFleetInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn']]], 'DeleteGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'DeleteOption' => ['shape' => 'GameServerGroupDeleteOption']]], 'DeleteGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'DeleteGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueNameOrArn']]], 'DeleteGameSessionQueueOutput' => ['type' => 'structure', 'members' => []], 'DeleteMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingConfigurationName']]], 'DeleteMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => []], 'DeleteMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingRuleSetName']]], 'DeleteMatchmakingRuleSetOutput' => ['type' => 'structure', 'members' => []], 'DeleteScalingPolicyInput' => ['type' => 'structure', 'required' => ['Name', 'FleetId'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetIdOrArn']]], 'DeleteScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptIdOrArn']]], 'DeleteVpcPeeringAuthorizationInput' => ['type' => 'structure', 'required' => ['GameLiftAwsAccountId', 'PeerVpcId'], 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'DeleteVpcPeeringAuthorizationOutput' => ['type' => 'structure', 'members' => []], 'DeleteVpcPeeringConnectionInput' => ['type' => 'structure', 'required' => ['FleetId', 'VpcPeeringConnectionId'], 'members' => ['FleetId' => ['shape' => 'FleetId'], 'VpcPeeringConnectionId' => ['shape' => 'NonZeroAndMaxString']]], 'DeleteVpcPeeringConnectionOutput' => ['type' => 'structure', 'members' => []], 'DeregisterGameServerInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'GameServerId'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'GameServerId' => ['shape' => 'GameServerId']]], 'DescribeAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasIdOrArn']]], 'DescribeAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'DescribeBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildIdOrArn']]], 'DescribeBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build']]], 'DescribeEC2InstanceLimitsInput' => ['type' => 'structure', 'members' => ['EC2InstanceType' => ['shape' => 'EC2InstanceType']]], 'DescribeEC2InstanceLimitsOutput' => ['type' => 'structure', 'members' => ['EC2InstanceLimits' => ['shape' => 'EC2InstanceLimitList']]], 'DescribeFleetAttributesInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdOrArnList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetAttributesOutput' => ['type' => 'structure', 'members' => ['FleetAttributes' => ['shape' => 'FleetAttributesList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetCapacityInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdOrArnList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetCapacityOutput' => ['type' => 'structure', 'members' => ['FleetCapacity' => ['shape' => 'FleetCapacityList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetEventsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetEventsOutput' => ['type' => 'structure', 'members' => ['Events' => ['shape' => 'EventList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetPortSettingsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn']]], 'DescribeFleetPortSettingsOutput' => ['type' => 'structure', 'members' => ['InboundPermissions' => ['shape' => 'IpPermissionsList']]], 'DescribeFleetUtilizationInput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdOrArnList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeFleetUtilizationOutput' => ['type' => 'structure', 'members' => ['FleetUtilization' => ['shape' => 'FleetUtilizationList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn']]], 'DescribeGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'DescribeGameServerInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'GameServerId'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'GameServerId' => ['shape' => 'GameServerId']]], 'DescribeGameServerOutput' => ['type' => 'structure', 'members' => ['GameServer' => ['shape' => 'GameServer']]], 'DescribeGameSessionDetailsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'GameSessionId' => ['shape' => 'ArnStringModel'], 'AliasId' => ['shape' => 'AliasIdOrArn'], 'StatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionDetailsOutput' => ['type' => 'structure', 'members' => ['GameSessionDetails' => ['shape' => 'GameSessionDetailList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel']]], 'DescribeGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'DescribeGameSessionQueuesInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'GameSessionQueueNameOrArnList'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionQueuesOutput' => ['type' => 'structure', 'members' => ['GameSessionQueues' => ['shape' => 'GameSessionQueueList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'GameSessionId' => ['shape' => 'ArnStringModel'], 'AliasId' => ['shape' => 'AliasIdOrArn'], 'StatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeGameSessionsOutput' => ['type' => 'structure', 'members' => ['GameSessions' => ['shape' => 'GameSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeInstancesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'InstanceId' => ['shape' => 'InstanceId'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeInstancesOutput' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingConfigurationsInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'MatchmakingConfigurationNameList'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingConfigurationsOutput' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => 'MatchmakingConfigurationList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingInput' => ['type' => 'structure', 'required' => ['TicketIds'], 'members' => ['TicketIds' => ['shape' => 'MatchmakingIdList']]], 'DescribeMatchmakingOutput' => ['type' => 'structure', 'members' => ['TicketList' => ['shape' => 'MatchmakingTicketList']]], 'DescribeMatchmakingRuleSetsInput' => ['type' => 'structure', 'members' => ['Names' => ['shape' => 'MatchmakingRuleSetNameList'], 'Limit' => ['shape' => 'RuleSetLimit'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeMatchmakingRuleSetsOutput' => ['type' => 'structure', 'required' => ['RuleSets'], 'members' => ['RuleSets' => ['shape' => 'MatchmakingRuleSetList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribePlayerSessionsInput' => ['type' => 'structure', 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId'], 'PlayerSessionStatusFilter' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribePlayerSessionsOutput' => ['type' => 'structure', 'members' => ['PlayerSessions' => ['shape' => 'PlayerSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeRuntimeConfigurationInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn']]], 'DescribeRuntimeConfigurationOutput' => ['type' => 'structure', 'members' => ['RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'DescribeScalingPoliciesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'StatusFilter' => ['shape' => 'ScalingStatusType'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeScalingPoliciesOutput' => ['type' => 'structure', 'members' => ['ScalingPolicies' => ['shape' => 'ScalingPolicyList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'DescribeScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptIdOrArn']]], 'DescribeScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'DescribeVpcPeeringAuthorizationsInput' => ['type' => 'structure', 'members' => []], 'DescribeVpcPeeringAuthorizationsOutput' => ['type' => 'structure', 'members' => ['VpcPeeringAuthorizations' => ['shape' => 'VpcPeeringAuthorizationList']]], 'DescribeVpcPeeringConnectionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'DescribeVpcPeeringConnectionsOutput' => ['type' => 'structure', 'members' => ['VpcPeeringConnections' => ['shape' => 'VpcPeeringConnectionList']]], 'DesiredPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerData' => ['shape' => 'PlayerData']]], 'DesiredPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'DesiredPlayerSession']], 'DnsName' => ['type' => 'string'], 'Double' => ['type' => 'double'], 'DoubleObject' => ['type' => 'double'], 'EC2InstanceCounts' => ['type' => 'structure', 'members' => ['DESIRED' => ['shape' => 'WholeNumber'], 'MINIMUM' => ['shape' => 'WholeNumber'], 'MAXIMUM' => ['shape' => 'WholeNumber'], 'PENDING' => ['shape' => 'WholeNumber'], 'ACTIVE' => ['shape' => 'WholeNumber'], 'IDLE' => ['shape' => 'WholeNumber'], 'TERMINATING' => ['shape' => 'WholeNumber']]], 'EC2InstanceLimit' => ['type' => 'structure', 'members' => ['EC2InstanceType' => ['shape' => 'EC2InstanceType'], 'CurrentInstances' => ['shape' => 'WholeNumber'], 'InstanceLimit' => ['shape' => 'WholeNumber']]], 'EC2InstanceLimitList' => ['type' => 'list', 'member' => ['shape' => 'EC2InstanceLimit']], 'EC2InstanceType' => ['type' => 'string', 'enum' => ['t2.micro', 't2.small', 't2.medium', 't2.large', 'c3.large', 'c3.xlarge', 'c3.2xlarge', 'c3.4xlarge', 'c3.8xlarge', 'c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge', 'c4.8xlarge', 'c5.large', 'c5.xlarge', 'c5.2xlarge', 'c5.4xlarge', 'c5.9xlarge', 'c5.12xlarge', 'c5.18xlarge', 'c5.24xlarge', 'r3.large', 'r3.xlarge', 'r3.2xlarge', 'r3.4xlarge', 'r3.8xlarge', 'r4.large', 'r4.xlarge', 'r4.2xlarge', 'r4.4xlarge', 'r4.8xlarge', 'r4.16xlarge', 'r5.large', 'r5.xlarge', 'r5.2xlarge', 'r5.4xlarge', 'r5.8xlarge', 'r5.12xlarge', 'r5.16xlarge', 'r5.24xlarge', 'm3.medium', 'm3.large', 'm3.xlarge', 'm3.2xlarge', 'm4.large', 'm4.xlarge', 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', 'm5.large', 'm5.xlarge', 'm5.2xlarge', 'm5.4xlarge', 'm5.8xlarge', 'm5.12xlarge', 'm5.16xlarge', 'm5.24xlarge']], 'Event' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'NonZeroAndMaxString'], 'ResourceId' => ['shape' => 'NonZeroAndMaxString'], 'EventCode' => ['shape' => 'EventCode'], 'Message' => ['shape' => 'NonEmptyString'], 'EventTime' => ['shape' => 'Timestamp'], 'PreSignedLogUrl' => ['shape' => 'NonZeroAndMaxString']]], 'EventCode' => ['type' => 'string', 'enum' => ['GENERIC_EVENT', 'FLEET_CREATED', 'FLEET_DELETED', 'FLEET_SCALING_EVENT', 'FLEET_STATE_DOWNLOADING', 'FLEET_STATE_VALIDATING', 'FLEET_STATE_BUILDING', 'FLEET_STATE_ACTIVATING', 'FLEET_STATE_ACTIVE', 'FLEET_STATE_ERROR', 'FLEET_INITIALIZATION_FAILED', 'FLEET_BINARY_DOWNLOAD_FAILED', 'FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND', 'FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE', 'FLEET_VALIDATION_TIMED_OUT', 'FLEET_ACTIVATION_FAILED', 'FLEET_ACTIVATION_FAILED_NO_INSTANCES', 'FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED', 'SERVER_PROCESS_INVALID_PATH', 'SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT', 'SERVER_PROCESS_PROCESS_READY_TIMEOUT', 'SERVER_PROCESS_CRASHED', 'SERVER_PROCESS_TERMINATED_UNHEALTHY', 'SERVER_PROCESS_FORCE_TERMINATED', 'SERVER_PROCESS_PROCESS_EXIT_TIMEOUT', 'GAME_SESSION_ACTIVATION_TIMEOUT', 'FLEET_CREATION_EXTRACTING_BUILD', 'FLEET_CREATION_RUNNING_INSTALLER', 'FLEET_CREATION_VALIDATING_RUNTIME_CONFIG', 'FLEET_VPC_PEERING_SUCCEEDED', 'FLEET_VPC_PEERING_FAILED', 'FLEET_VPC_PEERING_DELETED', 'INSTANCE_INTERRUPTED']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'FleetAction' => ['type' => 'string', 'enum' => ['AUTO_SCALING']], 'FleetActionList' => ['type' => 'list', 'member' => ['shape' => 'FleetAction'], 'max' => 1, 'min' => 1], 'FleetArn' => ['type' => 'string', 'pattern' => '^arn:.*:fleet\\/fleet-\\S+'], 'FleetAttributes' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'FleetArn'], 'FleetType' => ['shape' => 'FleetType'], 'InstanceType' => ['shape' => 'EC2InstanceType'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'FleetStatus'], 'BuildId' => ['shape' => 'BuildId'], 'BuildArn' => ['shape' => 'BuildArn'], 'ScriptId' => ['shape' => 'ScriptId'], 'ScriptArn' => ['shape' => 'ScriptArn'], 'ServerLaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'ServerLaunchParameters' => ['shape' => 'NonZeroAndMaxString'], 'LogPaths' => ['shape' => 'StringList'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList'], 'StoppedActions' => ['shape' => 'FleetActionList'], 'InstanceRoleArn' => ['shape' => 'NonEmptyString'], 'CertificateConfiguration' => ['shape' => 'CertificateConfiguration']]], 'FleetAttributesList' => ['type' => 'list', 'member' => ['shape' => 'FleetAttributes']], 'FleetCapacity' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceType' => ['shape' => 'EC2InstanceType'], 'InstanceCounts' => ['shape' => 'EC2InstanceCounts']]], 'FleetCapacityExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'FleetCapacityList' => ['type' => 'list', 'member' => ['shape' => 'FleetCapacity']], 'FleetId' => ['type' => 'string', 'pattern' => '^fleet-\\S+'], 'FleetIdList' => ['type' => 'list', 'member' => ['shape' => 'FleetId'], 'min' => 1], 'FleetIdOrArn' => ['type' => 'string', 'pattern' => '^fleet-\\S+|^arn:.*:fleet\\/fleet-\\S+'], 'FleetIdOrArnList' => ['type' => 'list', 'member' => ['shape' => 'FleetIdOrArn'], 'min' => 1], 'FleetStatus' => ['type' => 'string', 'enum' => ['NEW', 'DOWNLOADING', 'VALIDATING', 'BUILDING', 'ACTIVATING', 'ACTIVE', 'DELETING', 'ERROR', 'TERMINATED']], 'FleetType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'SPOT']], 'FleetUtilization' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'ActiveServerProcessCount' => ['shape' => 'WholeNumber'], 'ActiveGameSessionCount' => ['shape' => 'WholeNumber'], 'CurrentPlayerSessionCount' => ['shape' => 'WholeNumber'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber']]], 'FleetUtilizationList' => ['type' => 'list', 'member' => ['shape' => 'FleetUtilization']], 'Float' => ['type' => 'float'], 'FreeText' => ['type' => 'string'], 'GameProperty' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'GamePropertyKey'], 'Value' => ['shape' => 'GamePropertyValue']]], 'GamePropertyKey' => ['type' => 'string', 'max' => 32], 'GamePropertyList' => ['type' => 'list', 'member' => ['shape' => 'GameProperty'], 'max' => 16], 'GamePropertyValue' => ['type' => 'string', 'max' => 96], 'GameServer' => ['type' => 'structure', 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupName'], 'GameServerGroupArn' => ['shape' => 'GameServerGroupArn'], 'GameServerId' => ['shape' => 'GameServerId'], 'InstanceId' => ['shape' => 'GameServerInstanceId'], 'ConnectionInfo' => ['shape' => 'GameServerConnectionInfo'], 'GameServerData' => ['shape' => 'GameServerData'], 'CustomSortKey' => ['shape' => 'GameServerSortKey'], 'ClaimStatus' => ['shape' => 'GameServerClaimStatus'], 'UtilizationStatus' => ['shape' => 'GameServerUtilizationStatus'], 'RegistrationTime' => ['shape' => 'Timestamp'], 'LastClaimTime' => ['shape' => 'Timestamp'], 'LastHealthCheckTime' => ['shape' => 'Timestamp']]], 'GameServerClaimStatus' => ['type' => 'string', 'enum' => ['CLAIMED']], 'GameServerConnectionInfo' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*\\S.*'], 'GameServerData' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*\\S.*'], 'GameServerGroup' => ['type' => 'structure', 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupName'], 'GameServerGroupArn' => ['shape' => 'GameServerGroupArn'], 'RoleArn' => ['shape' => 'IamRoleArn'], 'InstanceDefinitions' => ['shape' => 'InstanceDefinitions'], 'BalancingStrategy' => ['shape' => 'BalancingStrategy'], 'GameServerProtectionPolicy' => ['shape' => 'GameServerProtectionPolicy'], 'AutoScalingGroupArn' => ['shape' => 'AutoScalingGroupArn'], 'Status' => ['shape' => 'GameServerGroupStatus'], 'StatusReason' => ['shape' => 'NonZeroAndMaxString'], 'SuspendedActions' => ['shape' => 'GameServerGroupActions'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'GameServerGroupAction' => ['type' => 'string', 'enum' => ['REPLACE_INSTANCE_TYPES']], 'GameServerGroupActions' => ['type' => 'list', 'member' => ['shape' => 'GameServerGroupAction'], 'max' => 1, 'min' => 1], 'GameServerGroupArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn:.*:gameservergroup\\/[a-zA-Z0-9-\\.]*'], 'GameServerGroupAutoScalingPolicy' => ['type' => 'structure', 'required' => ['TargetTrackingConfiguration'], 'members' => ['EstimatedInstanceWarmup' => ['shape' => 'PositiveInteger'], 'TargetTrackingConfiguration' => ['shape' => 'TargetTrackingConfiguration']]], 'GameServerGroupDeleteOption' => ['type' => 'string', 'enum' => ['SAFE_DELETE', 'FORCE_DELETE', 'RETAIN']], 'GameServerGroupInstanceType' => ['type' => 'string', 'enum' => ['c4.large', 'c4.xlarge', 'c4.2xlarge', 'c4.4xlarge', 'c4.8xlarge', 'c5.large', 'c5.xlarge', 'c5.2xlarge', 'c5.4xlarge', 'c5.9xlarge', 'c5.12xlarge', 'c5.18xlarge', 'c5.24xlarge', 'r4.large', 'r4.xlarge', 'r4.2xlarge', 'r4.4xlarge', 'r4.8xlarge', 'r4.16xlarge', 'r5.large', 'r5.xlarge', 'r5.2xlarge', 'r5.4xlarge', 'r5.8xlarge', 'r5.12xlarge', 'r5.16xlarge', 'r5.24xlarge', 'm4.large', 'm4.xlarge', 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', 'm5.large', 'm5.xlarge', 'm5.2xlarge', 'm5.4xlarge', 'm5.8xlarge', 'm5.12xlarge', 'm5.16xlarge', 'm5.24xlarge']], 'GameServerGroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]+'], 'GameServerGroupNameOrArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]+|^arn:.*:gameservergroup\\/[a-zA-Z0-9-\\.]+'], 'GameServerGroupStatus' => ['type' => 'string', 'enum' => ['NEW', 'ACTIVATING', 'ACTIVE', 'DELETE_SCHEDULED', 'DELETING', 'DELETED', 'ERROR']], 'GameServerGroups' => ['type' => 'list', 'member' => ['shape' => 'GameServerGroup']], 'GameServerHealthCheck' => ['type' => 'string', 'enum' => ['HEALTHY']], 'GameServerId' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9-\\.]+'], 'GameServerInstanceId' => ['type' => 'string', 'max' => 19, 'min' => 19, 'pattern' => '^i-[0-9a-zA-Z]{17}$'], 'GameServerProtectionPolicy' => ['type' => 'string', 'enum' => ['NO_PROTECTION', 'FULL_PROTECTION']], 'GameServerSortKey' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]+'], 'GameServerUtilizationStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UTILIZED']], 'GameServers' => ['type' => 'list', 'member' => ['shape' => 'GameServer']], 'GameSession' => ['type' => 'structure', 'members' => ['GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'FleetArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'CurrentPlayerSessionCount' => ['shape' => 'WholeNumber'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Status' => ['shape' => 'GameSessionStatus'], 'StatusReason' => ['shape' => 'GameSessionStatusReason'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlayerSessionCreationPolicy' => ['shape' => 'PlayerSessionCreationPolicy'], 'CreatorId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'MatchmakerData' => ['shape' => 'MatchmakerData']]], 'GameSessionActivationTimeoutSeconds' => ['type' => 'integer', 'max' => 600, 'min' => 1], 'GameSessionConnectionInfo' => ['type' => 'structure', 'members' => ['GameSessionArn' => ['shape' => 'ArnStringModel'], 'IpAddress' => ['shape' => 'StringModel'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PositiveInteger'], 'MatchedPlayerSessions' => ['shape' => 'MatchedPlayerSessionList']]], 'GameSessionData' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'GameSessionDetail' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession'], 'ProtectionPolicy' => ['shape' => 'ProtectionPolicy']]], 'GameSessionDetailList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionDetail']], 'GameSessionFullException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'GameSessionList' => ['type' => 'list', 'member' => ['shape' => 'GameSession']], 'GameSessionPlacement' => ['type' => 'structure', 'members' => ['PlacementId' => ['shape' => 'IdStringModel'], 'GameSessionQueueName' => ['shape' => 'GameSessionQueueName'], 'Status' => ['shape' => 'GameSessionPlacementState'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'GameSessionName' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionArn' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionRegion' => ['shape' => 'NonZeroAndMaxString'], 'PlayerLatencies' => ['shape' => 'PlayerLatencyList'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlacedPlayerSessions' => ['shape' => 'PlacedPlayerSessionList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'MatchmakerData' => ['shape' => 'MatchmakerData']]], 'GameSessionPlacementState' => ['type' => 'string', 'enum' => ['PENDING', 'FULFILLED', 'CANCELLED', 'TIMED_OUT', 'FAILED']], 'GameSessionQueue' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'GameSessionQueueName'], 'GameSessionQueueArn' => ['shape' => 'GameSessionQueueArn'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList']]], 'GameSessionQueueArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn:.*:gamesessionqueue\\/[a-zA-Z0-9-]+'], 'GameSessionQueueDestination' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'ArnStringModel']]], 'GameSessionQueueDestinationList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueueDestination']], 'GameSessionQueueList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueue']], 'GameSessionQueueName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'GameSessionQueueNameOrArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+|^arn:.*:gamesessionqueue\\/[a-zA-Z0-9-]+'], 'GameSessionQueueNameOrArnList' => ['type' => 'list', 'member' => ['shape' => 'GameSessionQueueNameOrArn']], 'GameSessionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ACTIVATING', 'TERMINATED', 'TERMINATING', 'ERROR']], 'GameSessionStatusReason' => ['type' => 'string', 'enum' => ['INTERRUPTED']], 'GetGameSessionLogUrlInput' => ['type' => 'structure', 'required' => ['GameSessionId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel']]], 'GetGameSessionLogUrlOutput' => ['type' => 'structure', 'members' => ['PreSignedUrl' => ['shape' => 'NonZeroAndMaxString']]], 'GetInstanceAccessInput' => ['type' => 'structure', 'required' => ['FleetId', 'InstanceId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'InstanceId' => ['shape' => 'InstanceId']]], 'GetInstanceAccessOutput' => ['type' => 'structure', 'members' => ['InstanceAccess' => ['shape' => 'InstanceAccess']]], 'IamRoleArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^arn:.*:role\\/[\\w+=,.@-]+'], 'IdStringModel' => ['type' => 'string', 'max' => 48, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'Instance' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Type' => ['shape' => 'EC2InstanceType'], 'Status' => ['shape' => 'InstanceStatus'], 'CreationTime' => ['shape' => 'Timestamp']]], 'InstanceAccess' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'InstanceId' => ['shape' => 'InstanceId'], 'IpAddress' => ['shape' => 'IpAddress'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'Credentials' => ['shape' => 'InstanceCredentials']]], 'InstanceCredentials' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'NonEmptyString'], 'Secret' => ['shape' => 'NonEmptyString']], 'sensitive' => \true], 'InstanceDefinition' => ['type' => 'structure', 'required' => ['InstanceType'], 'members' => ['InstanceType' => ['shape' => 'GameServerGroupInstanceType'], 'WeightedCapacity' => ['shape' => 'WeightedCapacity']]], 'InstanceDefinitions' => ['type' => 'list', 'member' => ['shape' => 'InstanceDefinition'], 'max' => 20, 'min' => 2], 'InstanceId' => ['type' => 'string', 'pattern' => '[a-zA-Z0-9\\.-]+'], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'TERMINATING']], 'Integer' => ['type' => 'integer'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true, 'fault' => \true], 'InvalidFleetStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'InvalidGameSessionStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpPermission' => ['type' => 'structure', 'required' => ['FromPort', 'ToPort', 'IpRange', 'Protocol'], 'members' => ['FromPort' => ['shape' => 'PortNumber'], 'ToPort' => ['shape' => 'PortNumber'], 'IpRange' => ['shape' => 'NonBlankString'], 'Protocol' => ['shape' => 'IpProtocol']]], 'IpPermissionsList' => ['type' => 'list', 'member' => ['shape' => 'IpPermission'], 'max' => 50], 'IpProtocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'LatencyMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'PositiveInteger']], 'LaunchTemplateId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]+'], 'LaunchTemplateName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\(\\)\\.\\-/_]+'], 'LaunchTemplateSpecification' => ['type' => 'structure', 'members' => ['LaunchTemplateId' => ['shape' => 'LaunchTemplateId'], 'LaunchTemplateName' => ['shape' => 'LaunchTemplateName'], 'Version' => ['shape' => 'LaunchTemplateVersion']]], 'LaunchTemplateVersion' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]+'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'ListAliasesInput' => ['type' => 'structure', 'members' => ['RoutingStrategyType' => ['shape' => 'RoutingStrategyType'], 'Name' => ['shape' => 'NonEmptyString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListAliasesOutput' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'AliasList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListBuildsInput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BuildStatus'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListBuildsOutput' => ['type' => 'structure', 'members' => ['Builds' => ['shape' => 'BuildList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListFleetsInput' => ['type' => 'structure', 'members' => ['BuildId' => ['shape' => 'BuildIdOrArn'], 'ScriptId' => ['shape' => 'ScriptIdOrArn'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListFleetsOutput' => ['type' => 'structure', 'members' => ['FleetIds' => ['shape' => 'FleetIdList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListGameServerGroupsInput' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListGameServerGroupsOutput' => ['type' => 'structure', 'members' => ['GameServerGroups' => ['shape' => 'GameServerGroups'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListGameServersInput' => ['type' => 'structure', 'required' => ['GameServerGroupName'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'SortOrder' => ['shape' => 'SortOrder'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListGameServersOutput' => ['type' => 'structure', 'members' => ['GameServers' => ['shape' => 'GameServers'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ListScriptsInput' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListScriptsOutput' => ['type' => 'structure', 'members' => ['Scripts' => ['shape' => 'ScriptList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MatchedPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId']]], 'MatchedPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'MatchedPlayerSession']], 'MatchmakerData' => ['type' => 'string', 'max' => 390000, 'min' => 1], 'MatchmakingAcceptanceTimeoutInteger' => ['type' => 'integer', 'max' => 600, 'min' => 1], 'MatchmakingConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationArn' => ['shape' => 'MatchmakingConfigurationArn'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetArn' => ['shape' => 'MatchmakingRuleSetArn'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'CreationTime' => ['shape' => 'Timestamp'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode']]], 'MatchmakingConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:.*:matchmakingconfiguration\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingConfiguration']], 'MatchmakingConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]*|^arn:.*:matchmakingconfiguration\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingConfigurationNameList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingConfigurationName']], 'MatchmakingConfigurationStatus' => ['type' => 'string', 'enum' => ['CANCELLED', 'COMPLETED', 'FAILED', 'PLACING', 'QUEUED', 'REQUIRES_ACCEPTANCE', 'SEARCHING', 'TIMED_OUT']], 'MatchmakingIdList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingIdStringModel']], 'MatchmakingIdStringModel' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9-\\.]*'], 'MatchmakingRequestTimeoutInteger' => ['type' => 'integer', 'max' => 43200, 'min' => 1], 'MatchmakingRuleSet' => ['type' => 'structure', 'required' => ['RuleSetBody'], 'members' => ['RuleSetName' => ['shape' => 'MatchmakingIdStringModel'], 'RuleSetArn' => ['shape' => 'MatchmakingRuleSetArn'], 'RuleSetBody' => ['shape' => 'RuleSetBody'], 'CreationTime' => ['shape' => 'Timestamp']]], 'MatchmakingRuleSetArn' => ['type' => 'string', 'pattern' => '^arn:.*:matchmakingruleset\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingRuleSetList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingRuleSet']], 'MatchmakingRuleSetName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9-\\.]*|^arn:.*:matchmakingruleset\\/[a-zA-Z0-9-\\.]*'], 'MatchmakingRuleSetNameList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingRuleSetName'], 'max' => 10, 'min' => 1], 'MatchmakingTicket' => ['type' => 'structure', 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationArn' => ['shape' => 'MatchmakingConfigurationArn'], 'Status' => ['shape' => 'MatchmakingConfigurationStatus'], 'StatusReason' => ['shape' => 'StringModel'], 'StatusMessage' => ['shape' => 'StringModel'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Players' => ['shape' => 'PlayerList'], 'GameSessionConnectionInfo' => ['shape' => 'GameSessionConnectionInfo'], 'EstimatedWaitTime' => ['shape' => 'WholeNumber']]], 'MatchmakingTicketList' => ['type' => 'list', 'member' => ['shape' => 'MatchmakingTicket']], 'MaxConcurrentGameSessionActivations' => ['type' => 'integer', 'max' => 2147483647, 'min' => 1], 'MetricGroup' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricGroupList' => ['type' => 'list', 'member' => ['shape' => 'MetricGroup'], 'max' => 1], 'MetricName' => ['type' => 'string', 'enum' => ['ActivatingGameSessions', 'ActiveGameSessions', 'ActiveInstances', 'AvailableGameSessions', 'AvailablePlayerSessions', 'CurrentPlayerSessions', 'IdleInstances', 'PercentAvailableGameSessions', 'PercentIdleInstances', 'QueueDepth', 'WaitTime']], 'NonBlankAndLengthConstraintString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*\\S.*'], 'NonBlankString' => ['type' => 'string', 'pattern' => '[^\\s]+'], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'NonNegativeDouble' => ['type' => 'double', 'min' => 0], 'NonZeroAndMaxString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'OperatingSystem' => ['type' => 'string', 'enum' => ['WINDOWS_2012', 'AMAZON_LINUX', 'AMAZON_LINUX_2']], 'OutOfCapacityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'PlacedPlayerSession' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionId' => ['shape' => 'PlayerSessionId']]], 'PlacedPlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'PlacedPlayerSession']], 'Player' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'PlayerAttributes' => ['shape' => 'PlayerAttributeMap'], 'Team' => ['shape' => 'NonZeroAndMaxString'], 'LatencyInMs' => ['shape' => 'LatencyMap']]], 'PlayerAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'AttributeValue']], 'PlayerData' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'PlayerDataMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'PlayerData']], 'PlayerIdList' => ['type' => 'list', 'member' => ['shape' => 'NonZeroAndMaxString'], 'max' => 25, 'min' => 1], 'PlayerLatency' => ['type' => 'structure', 'members' => ['PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'RegionIdentifier' => ['shape' => 'NonZeroAndMaxString'], 'LatencyInMilliseconds' => ['shape' => 'Float']]], 'PlayerLatencyList' => ['type' => 'list', 'member' => ['shape' => 'PlayerLatency']], 'PlayerLatencyPolicy' => ['type' => 'structure', 'members' => ['MaximumIndividualPlayerLatencyMilliseconds' => ['shape' => 'WholeNumber'], 'PolicyDurationSeconds' => ['shape' => 'WholeNumber']]], 'PlayerLatencyPolicyList' => ['type' => 'list', 'member' => ['shape' => 'PlayerLatencyPolicy']], 'PlayerList' => ['type' => 'list', 'member' => ['shape' => 'Player']], 'PlayerSession' => ['type' => 'structure', 'members' => ['PlayerSessionId' => ['shape' => 'PlayerSessionId'], 'PlayerId' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionId' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'FleetArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TerminationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'PlayerSessionStatus'], 'IpAddress' => ['shape' => 'IpAddress'], 'DnsName' => ['shape' => 'DnsName'], 'Port' => ['shape' => 'PortNumber'], 'PlayerData' => ['shape' => 'PlayerData']]], 'PlayerSessionCreationPolicy' => ['type' => 'string', 'enum' => ['ACCEPT_ALL', 'DENY_ALL']], 'PlayerSessionId' => ['type' => 'string', 'pattern' => '^psess-\\S+'], 'PlayerSessionList' => ['type' => 'list', 'member' => ['shape' => 'PlayerSession']], 'PlayerSessionStatus' => ['type' => 'string', 'enum' => ['RESERVED', 'ACTIVE', 'COMPLETED', 'TIMEDOUT']], 'PolicyType' => ['type' => 'string', 'enum' => ['RuleBased', 'TargetBased']], 'PortNumber' => ['type' => 'integer', 'max' => 60000, 'min' => 1], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PositiveLong' => ['type' => 'long', 'min' => 1], 'ProtectionPolicy' => ['type' => 'string', 'enum' => ['NoProtection', 'FullProtection']], 'PutScalingPolicyInput' => ['type' => 'structure', 'required' => ['Name', 'FleetId', 'MetricName'], 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString'], 'FleetId' => ['shape' => 'FleetIdOrArn'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'ScalingAdjustmentType' => ['shape' => 'ScalingAdjustmentType'], 'Threshold' => ['shape' => 'Double'], 'ComparisonOperator' => ['shape' => 'ComparisonOperatorType'], 'EvaluationPeriods' => ['shape' => 'PositiveInteger'], 'MetricName' => ['shape' => 'MetricName'], 'PolicyType' => ['shape' => 'PolicyType'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration']]], 'PutScalingPolicyOutput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonZeroAndMaxString']]], 'QueueArnsList' => ['type' => 'list', 'member' => ['shape' => 'ArnStringModel']], 'RegisterGameServerInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'GameServerId', 'InstanceId'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'GameServerId' => ['shape' => 'GameServerId'], 'InstanceId' => ['shape' => 'GameServerInstanceId'], 'ConnectionInfo' => ['shape' => 'GameServerConnectionInfo'], 'GameServerData' => ['shape' => 'GameServerData'], 'CustomSortKey' => ['shape' => 'GameServerSortKey'], 'Tags' => ['shape' => 'TagList']]], 'RegisterGameServerOutput' => ['type' => 'structure', 'members' => ['GameServer' => ['shape' => 'GameServer']]], 'RequestUploadCredentialsInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildIdOrArn']]], 'RequestUploadCredentialsOutput' => ['type' => 'structure', 'members' => ['UploadCredentials' => ['shape' => 'AwsCredentials'], 'StorageLocation' => ['shape' => 'S3Location']]], 'ResolveAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasIdOrArn']]], 'ResolveAliasOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'FleetArn']]], 'ResourceCreationLimitPolicy' => ['type' => 'structure', 'members' => ['NewGameSessionsPerCreator' => ['shape' => 'WholeNumber'], 'PolicyPeriodInMinutes' => ['shape' => 'WholeNumber']]], 'ResumeGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'ResumeActions'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'ResumeActions' => ['shape' => 'GameServerGroupActions']]], 'ResumeGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'RoutingStrategy' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'RoutingStrategyType'], 'FleetId' => ['shape' => 'FleetId'], 'Message' => ['shape' => 'FreeText']]], 'RoutingStrategyType' => ['type' => 'string', 'enum' => ['SIMPLE', 'TERMINAL']], 'RuleSetBody' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'RuleSetLimit' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'RuntimeConfiguration' => ['type' => 'structure', 'members' => ['ServerProcesses' => ['shape' => 'ServerProcessList'], 'MaxConcurrentGameSessionActivations' => ['shape' => 'MaxConcurrentGameSessionActivations'], 'GameSessionActivationTimeoutSeconds' => ['shape' => 'GameSessionActivationTimeoutSeconds']]], 'S3Location' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'NonEmptyString'], 'Key' => ['shape' => 'NonEmptyString'], 'RoleArn' => ['shape' => 'NonEmptyString'], 'ObjectVersion' => ['shape' => 'NonEmptyString']]], 'ScalingAdjustmentType' => ['type' => 'string', 'enum' => ['ChangeInCapacity', 'ExactCapacity', 'PercentChangeInCapacity']], 'ScalingPolicy' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Status' => ['shape' => 'ScalingStatusType'], 'ScalingAdjustment' => ['shape' => 'Integer'], 'ScalingAdjustmentType' => ['shape' => 'ScalingAdjustmentType'], 'ComparisonOperator' => ['shape' => 'ComparisonOperatorType'], 'Threshold' => ['shape' => 'Double'], 'EvaluationPeriods' => ['shape' => 'PositiveInteger'], 'MetricName' => ['shape' => 'MetricName'], 'PolicyType' => ['shape' => 'PolicyType'], 'TargetConfiguration' => ['shape' => 'TargetConfiguration']]], 'ScalingPolicyList' => ['type' => 'list', 'member' => ['shape' => 'ScalingPolicy']], 'ScalingStatusType' => ['type' => 'string', 'enum' => ['ACTIVE', 'UPDATE_REQUESTED', 'UPDATING', 'DELETE_REQUESTED', 'DELETING', 'DELETED', 'ERROR']], 'Script' => ['type' => 'structure', 'members' => ['ScriptId' => ['shape' => 'ScriptId'], 'ScriptArn' => ['shape' => 'ScriptArn'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'SizeOnDisk' => ['shape' => 'PositiveLong'], 'CreationTime' => ['shape' => 'Timestamp'], 'StorageLocation' => ['shape' => 'S3Location']]], 'ScriptArn' => ['type' => 'string', 'pattern' => '^arn:.*:script\\/script-\\S+'], 'ScriptId' => ['type' => 'string', 'pattern' => '^script-\\S+'], 'ScriptIdOrArn' => ['type' => 'string', 'pattern' => '^script-\\S+|^arn:.*:script\\/script-\\S+'], 'ScriptList' => ['type' => 'list', 'member' => ['shape' => 'Script']], 'SearchGameSessionsInput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'AliasId' => ['shape' => 'AliasIdOrArn'], 'FilterExpression' => ['shape' => 'NonZeroAndMaxString'], 'SortExpression' => ['shape' => 'NonZeroAndMaxString'], 'Limit' => ['shape' => 'PositiveInteger'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'SearchGameSessionsOutput' => ['type' => 'structure', 'members' => ['GameSessions' => ['shape' => 'GameSessionList'], 'NextToken' => ['shape' => 'NonZeroAndMaxString']]], 'ServerProcess' => ['type' => 'structure', 'required' => ['LaunchPath', 'ConcurrentExecutions'], 'members' => ['LaunchPath' => ['shape' => 'NonZeroAndMaxString'], 'Parameters' => ['shape' => 'NonZeroAndMaxString'], 'ConcurrentExecutions' => ['shape' => 'PositiveInteger']]], 'ServerProcessList' => ['type' => 'list', 'member' => ['shape' => 'ServerProcess'], 'max' => 50, 'min' => 1], 'SnsArnStringModel' => ['type' => 'string', 'max' => 300, 'min' => 0, 'pattern' => '[a-zA-Z0-9:_/-]*'], 'SortOrder' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'StartFleetActionsInput' => ['type' => 'structure', 'required' => ['FleetId', 'Actions'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'Actions' => ['shape' => 'FleetActionList']]], 'StartFleetActionsOutput' => ['type' => 'structure', 'members' => []], 'StartGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId', 'GameSessionQueueName', 'MaximumPlayerSessionCount'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel'], 'GameSessionQueueName' => ['shape' => 'GameSessionQueueNameOrArn'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'GameSessionName' => ['shape' => 'NonZeroAndMaxString'], 'PlayerLatencies' => ['shape' => 'PlayerLatencyList'], 'DesiredPlayerSessions' => ['shape' => 'DesiredPlayerSessionList'], 'GameSessionData' => ['shape' => 'GameSessionData']]], 'StartGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'StartMatchBackfillInput' => ['type' => 'structure', 'required' => ['ConfigurationName', 'GameSessionArn', 'Players'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingConfigurationName'], 'GameSessionArn' => ['shape' => 'ArnStringModel'], 'Players' => ['shape' => 'PlayerList']]], 'StartMatchBackfillOutput' => ['type' => 'structure', 'members' => ['MatchmakingTicket' => ['shape' => 'MatchmakingTicket']]], 'StartMatchmakingInput' => ['type' => 'structure', 'required' => ['ConfigurationName', 'Players'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel'], 'ConfigurationName' => ['shape' => 'MatchmakingConfigurationName'], 'Players' => ['shape' => 'PlayerList']]], 'StartMatchmakingOutput' => ['type' => 'structure', 'members' => ['MatchmakingTicket' => ['shape' => 'MatchmakingTicket']]], 'StopFleetActionsInput' => ['type' => 'structure', 'required' => ['FleetId', 'Actions'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'Actions' => ['shape' => 'FleetActionList']]], 'StopFleetActionsOutput' => ['type' => 'structure', 'members' => []], 'StopGameSessionPlacementInput' => ['type' => 'structure', 'required' => ['PlacementId'], 'members' => ['PlacementId' => ['shape' => 'IdStringModel']]], 'StopGameSessionPlacementOutput' => ['type' => 'structure', 'members' => ['GameSessionPlacement' => ['shape' => 'GameSessionPlacement']]], 'StopMatchmakingInput' => ['type' => 'structure', 'required' => ['TicketId'], 'members' => ['TicketId' => ['shape' => 'MatchmakingIdStringModel']]], 'StopMatchmakingOutput' => ['type' => 'structure', 'members' => []], 'StringDoubleMap' => ['type' => 'map', 'key' => ['shape' => 'NonZeroAndMaxString'], 'value' => ['shape' => 'DoubleObject']], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonZeroAndMaxString']], 'StringModel' => ['type' => 'string'], 'SuspendGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'SuspendActions'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'SuspendActions' => ['shape' => 'GameServerGroupActions']]], 'SuspendGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TaggingFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'TargetConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['TargetValue' => ['shape' => 'Double']]], 'TargetTrackingConfiguration' => ['type' => 'structure', 'required' => ['TargetValue'], 'members' => ['TargetValue' => ['shape' => 'NonNegativeDouble']]], 'TerminalRoutingStrategyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'UnsupportedRegionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAliasInput' => ['type' => 'structure', 'required' => ['AliasId'], 'members' => ['AliasId' => ['shape' => 'AliasIdOrArn'], 'Name' => ['shape' => 'NonBlankAndLengthConstraintString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'RoutingStrategy' => ['shape' => 'RoutingStrategy']]], 'UpdateAliasOutput' => ['type' => 'structure', 'members' => ['Alias' => ['shape' => 'Alias']]], 'UpdateBuildInput' => ['type' => 'structure', 'required' => ['BuildId'], 'members' => ['BuildId' => ['shape' => 'BuildIdOrArn'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString']]], 'UpdateBuildOutput' => ['type' => 'structure', 'members' => ['Build' => ['shape' => 'Build']]], 'UpdateFleetAttributesInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'NewGameSessionProtectionPolicy' => ['shape' => 'ProtectionPolicy'], 'ResourceCreationLimitPolicy' => ['shape' => 'ResourceCreationLimitPolicy'], 'MetricGroups' => ['shape' => 'MetricGroupList']]], 'UpdateFleetAttributesOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateFleetCapacityInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'DesiredInstances' => ['shape' => 'WholeNumber'], 'MinSize' => ['shape' => 'WholeNumber'], 'MaxSize' => ['shape' => 'WholeNumber']]], 'UpdateFleetCapacityOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateFleetPortSettingsInput' => ['type' => 'structure', 'required' => ['FleetId'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'InboundPermissionAuthorizations' => ['shape' => 'IpPermissionsList'], 'InboundPermissionRevocations' => ['shape' => 'IpPermissionsList']]], 'UpdateFleetPortSettingsOutput' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId']]], 'UpdateGameServerGroupInput' => ['type' => 'structure', 'required' => ['GameServerGroupName'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'RoleArn' => ['shape' => 'IamRoleArn'], 'InstanceDefinitions' => ['shape' => 'InstanceDefinitions'], 'GameServerProtectionPolicy' => ['shape' => 'GameServerProtectionPolicy'], 'BalancingStrategy' => ['shape' => 'BalancingStrategy']]], 'UpdateGameServerGroupOutput' => ['type' => 'structure', 'members' => ['GameServerGroup' => ['shape' => 'GameServerGroup']]], 'UpdateGameServerInput' => ['type' => 'structure', 'required' => ['GameServerGroupName', 'GameServerId'], 'members' => ['GameServerGroupName' => ['shape' => 'GameServerGroupNameOrArn'], 'GameServerId' => ['shape' => 'GameServerId'], 'GameServerData' => ['shape' => 'GameServerData'], 'CustomSortKey' => ['shape' => 'GameServerSortKey'], 'UtilizationStatus' => ['shape' => 'GameServerUtilizationStatus'], 'HealthCheck' => ['shape' => 'GameServerHealthCheck']]], 'UpdateGameServerOutput' => ['type' => 'structure', 'members' => ['GameServer' => ['shape' => 'GameServer']]], 'UpdateGameSessionInput' => ['type' => 'structure', 'required' => ['GameSessionId'], 'members' => ['GameSessionId' => ['shape' => 'ArnStringModel'], 'MaximumPlayerSessionCount' => ['shape' => 'WholeNumber'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'PlayerSessionCreationPolicy' => ['shape' => 'PlayerSessionCreationPolicy'], 'ProtectionPolicy' => ['shape' => 'ProtectionPolicy']]], 'UpdateGameSessionOutput' => ['type' => 'structure', 'members' => ['GameSession' => ['shape' => 'GameSession']]], 'UpdateGameSessionQueueInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GameSessionQueueNameOrArn'], 'TimeoutInSeconds' => ['shape' => 'WholeNumber'], 'PlayerLatencyPolicies' => ['shape' => 'PlayerLatencyPolicyList'], 'Destinations' => ['shape' => 'GameSessionQueueDestinationList']]], 'UpdateGameSessionQueueOutput' => ['type' => 'structure', 'members' => ['GameSessionQueue' => ['shape' => 'GameSessionQueue']]], 'UpdateMatchmakingConfigurationInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'MatchmakingConfigurationName'], 'Description' => ['shape' => 'NonZeroAndMaxString'], 'GameSessionQueueArns' => ['shape' => 'QueueArnsList'], 'RequestTimeoutSeconds' => ['shape' => 'MatchmakingRequestTimeoutInteger'], 'AcceptanceTimeoutSeconds' => ['shape' => 'MatchmakingAcceptanceTimeoutInteger'], 'AcceptanceRequired' => ['shape' => 'BooleanModel'], 'RuleSetName' => ['shape' => 'MatchmakingRuleSetName'], 'NotificationTarget' => ['shape' => 'SnsArnStringModel'], 'AdditionalPlayerCount' => ['shape' => 'WholeNumber'], 'CustomEventData' => ['shape' => 'CustomEventData'], 'GameProperties' => ['shape' => 'GamePropertyList'], 'GameSessionData' => ['shape' => 'GameSessionData'], 'BackfillMode' => ['shape' => 'BackfillMode']]], 'UpdateMatchmakingConfigurationOutput' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'MatchmakingConfiguration']]], 'UpdateRuntimeConfigurationInput' => ['type' => 'structure', 'required' => ['FleetId', 'RuntimeConfiguration'], 'members' => ['FleetId' => ['shape' => 'FleetIdOrArn'], 'RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'UpdateRuntimeConfigurationOutput' => ['type' => 'structure', 'members' => ['RuntimeConfiguration' => ['shape' => 'RuntimeConfiguration']]], 'UpdateScriptInput' => ['type' => 'structure', 'required' => ['ScriptId'], 'members' => ['ScriptId' => ['shape' => 'ScriptIdOrArn'], 'Name' => ['shape' => 'NonZeroAndMaxString'], 'Version' => ['shape' => 'NonZeroAndMaxString'], 'StorageLocation' => ['shape' => 'S3Location'], 'ZipFile' => ['shape' => 'ZipBlob']]], 'UpdateScriptOutput' => ['type' => 'structure', 'members' => ['Script' => ['shape' => 'Script']]], 'ValidateMatchmakingRuleSetInput' => ['type' => 'structure', 'required' => ['RuleSetBody'], 'members' => ['RuleSetBody' => ['shape' => 'RuleSetBody']]], 'ValidateMatchmakingRuleSetOutput' => ['type' => 'structure', 'members' => ['Valid' => ['shape' => 'BooleanModel']]], 'VpcPeeringAuthorization' => ['type' => 'structure', 'members' => ['GameLiftAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcAwsAccountId' => ['shape' => 'NonZeroAndMaxString'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'CreationTime' => ['shape' => 'Timestamp'], 'ExpirationTime' => ['shape' => 'Timestamp']]], 'VpcPeeringAuthorizationList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringAuthorization']], 'VpcPeeringConnection' => ['type' => 'structure', 'members' => ['FleetId' => ['shape' => 'FleetId'], 'FleetArn' => ['shape' => 'FleetArn'], 'IpV4CidrBlock' => ['shape' => 'NonZeroAndMaxString'], 'VpcPeeringConnectionId' => ['shape' => 'NonZeroAndMaxString'], 'Status' => ['shape' => 'VpcPeeringConnectionStatus'], 'PeerVpcId' => ['shape' => 'NonZeroAndMaxString'], 'GameLiftVpcId' => ['shape' => 'NonZeroAndMaxString']]], 'VpcPeeringConnectionList' => ['type' => 'list', 'member' => ['shape' => 'VpcPeeringConnection']], 'VpcPeeringConnectionStatus' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'NonZeroAndMaxString'], 'Message' => ['shape' => 'NonZeroAndMaxString']]], 'VpcSubnet' => ['type' => 'string', 'max' => 15, 'min' => 15, 'pattern' => '^subnet-[0-9a-z]{8}$'], 'VpcSubnets' => ['type' => 'list', 'member' => ['shape' => 'VpcSubnet'], 'max' => 20, 'min' => 1], 'WeightedCapacity' => ['type' => 'string', 'max' => 3, 'min' => 1, 'pattern' => '^[\\u0031-\\u0039][\\u0030-\\u0039]{0,2}$'], 'WholeNumber' => ['type' => 'integer', 'min' => 0], 'ZipBlob' => ['type' => 'blob', 'max' => 5000000]]]; diff --git a/vendor/Aws3/Aws/data/globalaccelerator/2018-08-08/api-2.json.php b/vendor/Aws3/Aws/data/globalaccelerator/2018-08-08/api-2.json.php index 30b3fe9d..f128b015 100644 --- a/vendor/Aws3/Aws/data/globalaccelerator/2018-08-08/api-2.json.php +++ b/vendor/Aws3/Aws/data/globalaccelerator/2018-08-08/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-08-08', 'endpointPrefix' => 'globalaccelerator', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Global Accelerator', 'serviceId' => 'Global Accelerator', 'signatureVersion' => 'v4', 'signingName' => 'globalaccelerator', 'targetPrefix' => 'GlobalAccelerator_V20180706', 'uid' => 'globalaccelerator-2018-08-08'], 'operations' => ['AdvertiseByoipCidr' => ['name' => 'AdvertiseByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdvertiseByoipCidrRequest'], 'output' => ['shape' => 'AdvertiseByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]], 'CreateAccelerator' => ['name' => 'CreateAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAcceleratorRequest'], 'output' => ['shape' => 'CreateAcceleratorResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'CreateEndpointGroup' => ['name' => 'CreateEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointGroupRequest'], 'output' => ['shape' => 'CreateEndpointGroupResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'EndpointGroupAlreadyExistsException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException']]], 'CreateListener' => ['name' => 'CreateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateListenerRequest'], 'output' => ['shape' => 'CreateListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InvalidPortRangeException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException']]], 'DeleteAccelerator' => ['name' => 'DeleteAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAcceleratorRequest'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'AcceleratorNotDisabledException'], ['shape' => 'AssociatedListenerFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DeleteEndpointGroup' => ['name' => 'DeleteEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointGroupRequest'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteListener' => ['name' => 'DeleteListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteListenerRequest'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'AssociatedEndpointGroupFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DeprovisionByoipCidr' => ['name' => 'DeprovisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeprovisionByoipCidrRequest'], 'output' => ['shape' => 'DeprovisionByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]], 'DescribeAccelerator' => ['name' => 'DescribeAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAcceleratorRequest'], 'output' => ['shape' => 'DescribeAcceleratorResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DescribeAcceleratorAttributes' => ['name' => 'DescribeAcceleratorAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAcceleratorAttributesRequest'], 'output' => ['shape' => 'DescribeAcceleratorAttributesResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DescribeEndpointGroup' => ['name' => 'DescribeEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointGroupRequest'], 'output' => ['shape' => 'DescribeEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DescribeListener' => ['name' => 'DescribeListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenerRequest'], 'output' => ['shape' => 'DescribeListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'ListAccelerators' => ['name' => 'ListAccelerators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAcceleratorsRequest'], 'output' => ['shape' => 'ListAcceleratorsResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceErrorException']]], 'ListByoipCidrs' => ['name' => 'ListByoipCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByoipCidrsRequest'], 'output' => ['shape' => 'ListByoipCidrsResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidNextTokenException']]], 'ListEndpointGroups' => ['name' => 'ListEndpointGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointGroupsRequest'], 'output' => ['shape' => 'ListEndpointGroupsResponse'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InternalServiceErrorException']]], 'ListListeners' => ['name' => 'ListListeners', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListListenersRequest'], 'output' => ['shape' => 'ListListenersResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'ProvisionByoipCidr' => ['name' => 'ProvisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionByoipCidrRequest'], 'output' => ['shape' => 'ProvisionByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'IncorrectCidrStateException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UpdateAccelerator' => ['name' => 'UpdateAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAcceleratorRequest'], 'output' => ['shape' => 'UpdateAcceleratorResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UpdateAcceleratorAttributes' => ['name' => 'UpdateAcceleratorAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAcceleratorAttributesRequest'], 'output' => ['shape' => 'UpdateAcceleratorAttributesResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException']]], 'UpdateEndpointGroup' => ['name' => 'UpdateEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointGroupRequest'], 'output' => ['shape' => 'UpdateEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException']]], 'UpdateListener' => ['name' => 'UpdateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateListenerRequest'], 'output' => ['shape' => 'UpdateListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidPortRangeException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException']]], 'WithdrawByoipCidr' => ['name' => 'WithdrawByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'WithdrawByoipCidrRequest'], 'output' => ['shape' => 'WithdrawByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]]], 'shapes' => ['Accelerator' => ['type' => 'structure', 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'Enabled' => ['shape' => 'GenericBoolean'], 'IpSets' => ['shape' => 'IpSets'], 'DnsName' => ['shape' => 'GenericString'], 'Status' => ['shape' => 'AcceleratorStatus'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'AcceleratorAttributes' => ['type' => 'structure', 'members' => ['FlowLogsEnabled' => ['shape' => 'GenericBoolean'], 'FlowLogsS3Bucket' => ['shape' => 'GenericString'], 'FlowLogsS3Prefix' => ['shape' => 'GenericString']]], 'AcceleratorNotDisabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AcceleratorNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AcceleratorStatus' => ['type' => 'string', 'enum' => ['DEPLOYED', 'IN_PROGRESS']], 'Accelerators' => ['type' => 'list', 'member' => ['shape' => 'Accelerator']], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AdvertiseByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'AdvertiseByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'AssociatedEndpointGroupFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AssociatedListenerFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ByoipCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'GenericString'], 'State' => ['shape' => 'ByoipCidrState']]], 'ByoipCidrNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ByoipCidrState' => ['type' => 'string', 'enum' => ['PENDING_PROVISIONING', 'READY', 'PENDING_ADVERTISING', 'ADVERTISING', 'PENDING_WITHDRAWING', 'PENDING_DEPROVISIONING', 'DEPROVISIONED', 'FAILED_PROVISION', 'FAILED_ADVERTISING', 'FAILED_WITHDRAW', 'FAILED_DEPROVISION']], 'ByoipCidrs' => ['type' => 'list', 'member' => ['shape' => 'ByoipCidr']], 'CidrAuthorizationContext' => ['type' => 'structure', 'required' => ['Message', 'Signature'], 'members' => ['Message' => ['shape' => 'GenericString'], 'Signature' => ['shape' => 'GenericString']]], 'ClientAffinity' => ['type' => 'string', 'enum' => ['NONE', 'SOURCE_IP']], 'CreateAcceleratorRequest' => ['type' => 'structure', 'required' => ['Name', 'IdempotencyToken'], 'members' => ['Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'IpAddresses' => ['shape' => 'IpAddresses'], 'Enabled' => ['shape' => 'GenericBoolean'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'CreateEndpointGroupRequest' => ['type' => 'structure', 'required' => ['ListenerArn', 'EndpointGroupRegion', 'IdempotencyToken'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'EndpointGroupRegion' => ['shape' => 'GenericString'], 'EndpointConfigurations' => ['shape' => 'EndpointConfigurations'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'CreateListenerRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn', 'PortRanges', 'Protocol', 'IdempotencyToken'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'DeleteAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DeleteEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString']]], 'DeleteListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString']]], 'DeprovisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'DeprovisionByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'DescribeAcceleratorAttributesRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DescribeAcceleratorAttributesResponse' => ['type' => 'structure', 'members' => ['AcceleratorAttributes' => ['shape' => 'AcceleratorAttributes']]], 'DescribeAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DescribeAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'DescribeEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString']]], 'DescribeEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'DescribeListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString']]], 'DescribeListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'EndpointConfiguration' => ['type' => 'structure', 'members' => ['EndpointId' => ['shape' => 'GenericString'], 'Weight' => ['shape' => 'EndpointWeight'], 'ClientIPPreservationEnabled' => ['shape' => 'GenericBoolean']]], 'EndpointConfigurations' => ['type' => 'list', 'member' => ['shape' => 'EndpointConfiguration'], 'max' => 10, 'min' => 0], 'EndpointDescription' => ['type' => 'structure', 'members' => ['EndpointId' => ['shape' => 'GenericString'], 'Weight' => ['shape' => 'EndpointWeight'], 'HealthState' => ['shape' => 'HealthState'], 'HealthReason' => ['shape' => 'GenericString'], 'ClientIPPreservationEnabled' => ['shape' => 'GenericBoolean']]], 'EndpointDescriptions' => ['type' => 'list', 'member' => ['shape' => 'EndpointDescription']], 'EndpointGroup' => ['type' => 'structure', 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString'], 'EndpointGroupRegion' => ['shape' => 'GenericString'], 'EndpointDescriptions' => ['shape' => 'EndpointDescriptions'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount']]], 'EndpointGroupAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'EndpointGroupNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'EndpointGroups' => ['type' => 'list', 'member' => ['shape' => 'EndpointGroup']], 'EndpointWeight' => ['type' => 'integer', 'max' => 255, 'min' => 0], 'ErrorMessage' => ['type' => 'string'], 'GenericBoolean' => ['type' => 'boolean'], 'GenericString' => ['type' => 'string', 'max' => 255], 'HealthCheckIntervalSeconds' => ['type' => 'integer', 'max' => 30, 'min' => 10], 'HealthCheckPort' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'HealthCheckProtocol' => ['type' => 'string', 'enum' => ['TCP', 'HTTP', 'HTTPS']], 'HealthState' => ['type' => 'string', 'enum' => ['INITIAL', 'HEALTHY', 'UNHEALTHY']], 'IdempotencyToken' => ['type' => 'string', 'max' => 255], 'IncorrectCidrStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServiceErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidPortRangeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpAddressType' => ['type' => 'string', 'enum' => ['IPV4']], 'IpAddresses' => ['type' => 'list', 'member' => ['shape' => 'IpAddress'], 'max' => 2, 'min' => 0], 'IpSet' => ['type' => 'structure', 'members' => ['IpFamily' => ['shape' => 'GenericString'], 'IpAddresses' => ['shape' => 'IpAddresses']]], 'IpSets' => ['type' => 'list', 'member' => ['shape' => 'IpSet']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListAcceleratorsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListAcceleratorsResponse' => ['type' => 'structure', 'members' => ['Accelerators' => ['shape' => 'Accelerators'], 'NextToken' => ['shape' => 'GenericString']]], 'ListByoipCidrsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListByoipCidrsResponse' => ['type' => 'structure', 'members' => ['ByoipCidrs' => ['shape' => 'ByoipCidrs'], 'NextToken' => ['shape' => 'GenericString']]], 'ListEndpointGroupsRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListEndpointGroupsResponse' => ['type' => 'structure', 'members' => ['EndpointGroups' => ['shape' => 'EndpointGroups'], 'NextToken' => ['shape' => 'GenericString']]], 'ListListenersRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListListenersResponse' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners'], 'NextToken' => ['shape' => 'GenericString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'Listener' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity']]], 'ListenerNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PortNumber' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PortRange' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'PortNumber'], 'ToPort' => ['shape' => 'PortNumber']]], 'PortRanges' => ['type' => 'list', 'member' => ['shape' => 'PortRange'], 'max' => 10, 'min' => 1], 'Protocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'ProvisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr', 'CidrAuthorizationContext'], 'members' => ['Cidr' => ['shape' => 'GenericString'], 'CidrAuthorizationContext' => ['shape' => 'CidrAuthorizationContext']]], 'ProvisionByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'ResourceArn' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThresholdCount' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TrafficDialPercentage' => ['type' => 'float', 'max' => 100, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAcceleratorAttributesRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'FlowLogsEnabled' => ['shape' => 'GenericBoolean'], 'FlowLogsS3Bucket' => ['shape' => 'GenericString'], 'FlowLogsS3Prefix' => ['shape' => 'GenericString']]], 'UpdateAcceleratorAttributesResponse' => ['type' => 'structure', 'members' => ['AcceleratorAttributes' => ['shape' => 'AcceleratorAttributes']]], 'UpdateAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'Enabled' => ['shape' => 'GenericBoolean']]], 'UpdateAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'UpdateEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString'], 'EndpointConfigurations' => ['shape' => 'EndpointConfigurations'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount']]], 'UpdateEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'UpdateListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity']]], 'UpdateListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'WithdrawByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'WithdrawByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-08-08', 'endpointPrefix' => 'globalaccelerator', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Global Accelerator', 'serviceId' => 'Global Accelerator', 'signatureVersion' => 'v4', 'signingName' => 'globalaccelerator', 'targetPrefix' => 'GlobalAccelerator_V20180706', 'uid' => 'globalaccelerator-2018-08-08'], 'operations' => ['AdvertiseByoipCidr' => ['name' => 'AdvertiseByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AdvertiseByoipCidrRequest'], 'output' => ['shape' => 'AdvertiseByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]], 'CreateAccelerator' => ['name' => 'CreateAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAcceleratorRequest'], 'output' => ['shape' => 'CreateAcceleratorResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException']]], 'CreateEndpointGroup' => ['name' => 'CreateEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointGroupRequest'], 'output' => ['shape' => 'CreateEndpointGroupResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'EndpointGroupAlreadyExistsException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException']]], 'CreateListener' => ['name' => 'CreateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateListenerRequest'], 'output' => ['shape' => 'CreateListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InvalidPortRangeException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException']]], 'DeleteAccelerator' => ['name' => 'DeleteAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAcceleratorRequest'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'AcceleratorNotDisabledException'], ['shape' => 'AssociatedListenerFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DeleteEndpointGroup' => ['name' => 'DeleteEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointGroupRequest'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteListener' => ['name' => 'DeleteListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteListenerRequest'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'AssociatedEndpointGroupFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DeprovisionByoipCidr' => ['name' => 'DeprovisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeprovisionByoipCidrRequest'], 'output' => ['shape' => 'DeprovisionByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]], 'DescribeAccelerator' => ['name' => 'DescribeAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAcceleratorRequest'], 'output' => ['shape' => 'DescribeAcceleratorResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DescribeAcceleratorAttributes' => ['name' => 'DescribeAcceleratorAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAcceleratorAttributesRequest'], 'output' => ['shape' => 'DescribeAcceleratorAttributesResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'DescribeEndpointGroup' => ['name' => 'DescribeEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointGroupRequest'], 'output' => ['shape' => 'DescribeEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'DescribeListener' => ['name' => 'DescribeListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeListenerRequest'], 'output' => ['shape' => 'DescribeListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException']]], 'ListAccelerators' => ['name' => 'ListAccelerators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAcceleratorsRequest'], 'output' => ['shape' => 'ListAcceleratorsResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceErrorException']]], 'ListByoipCidrs' => ['name' => 'ListByoipCidrs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByoipCidrsRequest'], 'output' => ['shape' => 'ListByoipCidrsResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidNextTokenException']]], 'ListEndpointGroups' => ['name' => 'ListEndpointGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointGroupsRequest'], 'output' => ['shape' => 'ListEndpointGroupsResponse'], 'errors' => [['shape' => 'ListenerNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'InternalServiceErrorException']]], 'ListListeners' => ['name' => 'ListListeners', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListListenersRequest'], 'output' => ['shape' => 'ListListenersResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'ProvisionByoipCidr' => ['name' => 'ProvisionByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionByoipCidrRequest'], 'output' => ['shape' => 'ProvisionByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'IncorrectCidrStateException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UpdateAccelerator' => ['name' => 'UpdateAccelerator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAcceleratorRequest'], 'output' => ['shape' => 'UpdateAcceleratorResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException']]], 'UpdateAcceleratorAttributes' => ['name' => 'UpdateAcceleratorAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAcceleratorAttributesRequest'], 'output' => ['shape' => 'UpdateAcceleratorAttributesResponse'], 'errors' => [['shape' => 'AcceleratorNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException']]], 'UpdateEndpointGroup' => ['name' => 'UpdateEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointGroupRequest'], 'output' => ['shape' => 'UpdateEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'EndpointGroupNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException']]], 'UpdateListener' => ['name' => 'UpdateListener', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateListenerRequest'], 'output' => ['shape' => 'UpdateListenerResponse'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'InvalidPortRangeException'], ['shape' => 'ListenerNotFoundException'], ['shape' => 'InternalServiceErrorException'], ['shape' => 'LimitExceededException']]], 'WithdrawByoipCidr' => ['name' => 'WithdrawByoipCidr', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'WithdrawByoipCidrRequest'], 'output' => ['shape' => 'WithdrawByoipCidrResponse'], 'errors' => [['shape' => 'InternalServiceErrorException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ByoipCidrNotFoundException'], ['shape' => 'IncorrectCidrStateException']]]], 'shapes' => ['Accelerator' => ['type' => 'structure', 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'Enabled' => ['shape' => 'GenericBoolean'], 'IpSets' => ['shape' => 'IpSets'], 'DnsName' => ['shape' => 'GenericString'], 'Status' => ['shape' => 'AcceleratorStatus'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'AcceleratorAttributes' => ['type' => 'structure', 'members' => ['FlowLogsEnabled' => ['shape' => 'GenericBoolean'], 'FlowLogsS3Bucket' => ['shape' => 'GenericString'], 'FlowLogsS3Prefix' => ['shape' => 'GenericString']]], 'AcceleratorNotDisabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AcceleratorNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AcceleratorStatus' => ['type' => 'string', 'enum' => ['DEPLOYED', 'IN_PROGRESS']], 'Accelerators' => ['type' => 'list', 'member' => ['shape' => 'Accelerator']], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AdvertiseByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'AdvertiseByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'AssociatedEndpointGroupFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AssociatedListenerFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ByoipCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'GenericString'], 'State' => ['shape' => 'ByoipCidrState'], 'Events' => ['shape' => 'ByoipCidrEvents']]], 'ByoipCidrEvent' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'GenericString'], 'Timestamp' => ['shape' => 'Timestamp']]], 'ByoipCidrEvents' => ['type' => 'list', 'member' => ['shape' => 'ByoipCidrEvent']], 'ByoipCidrNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ByoipCidrState' => ['type' => 'string', 'enum' => ['PENDING_PROVISIONING', 'READY', 'PENDING_ADVERTISING', 'ADVERTISING', 'PENDING_WITHDRAWING', 'PENDING_DEPROVISIONING', 'DEPROVISIONED', 'FAILED_PROVISION', 'FAILED_ADVERTISING', 'FAILED_WITHDRAW', 'FAILED_DEPROVISION']], 'ByoipCidrs' => ['type' => 'list', 'member' => ['shape' => 'ByoipCidr']], 'CidrAuthorizationContext' => ['type' => 'structure', 'required' => ['Message', 'Signature'], 'members' => ['Message' => ['shape' => 'GenericString'], 'Signature' => ['shape' => 'GenericString']]], 'ClientAffinity' => ['type' => 'string', 'enum' => ['NONE', 'SOURCE_IP']], 'CreateAcceleratorRequest' => ['type' => 'structure', 'required' => ['Name', 'IdempotencyToken'], 'members' => ['Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'IpAddresses' => ['shape' => 'IpAddresses'], 'Enabled' => ['shape' => 'GenericBoolean'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'CreateEndpointGroupRequest' => ['type' => 'structure', 'required' => ['ListenerArn', 'EndpointGroupRegion', 'IdempotencyToken'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'EndpointGroupRegion' => ['shape' => 'GenericString'], 'EndpointConfigurations' => ['shape' => 'EndpointConfigurations'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'CreateListenerRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn', 'PortRanges', 'Protocol', 'IdempotencyToken'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'DeleteAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DeleteEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString']]], 'DeleteListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString']]], 'DeprovisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'DeprovisionByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'DescribeAcceleratorAttributesRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DescribeAcceleratorAttributesResponse' => ['type' => 'structure', 'members' => ['AcceleratorAttributes' => ['shape' => 'AcceleratorAttributes']]], 'DescribeAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString']]], 'DescribeAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'DescribeEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString']]], 'DescribeEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'DescribeListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString']]], 'DescribeListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'EndpointConfiguration' => ['type' => 'structure', 'members' => ['EndpointId' => ['shape' => 'GenericString'], 'Weight' => ['shape' => 'EndpointWeight'], 'ClientIPPreservationEnabled' => ['shape' => 'GenericBoolean']]], 'EndpointConfigurations' => ['type' => 'list', 'member' => ['shape' => 'EndpointConfiguration'], 'max' => 10, 'min' => 0], 'EndpointDescription' => ['type' => 'structure', 'members' => ['EndpointId' => ['shape' => 'GenericString'], 'Weight' => ['shape' => 'EndpointWeight'], 'HealthState' => ['shape' => 'HealthState'], 'HealthReason' => ['shape' => 'GenericString'], 'ClientIPPreservationEnabled' => ['shape' => 'GenericBoolean']]], 'EndpointDescriptions' => ['type' => 'list', 'member' => ['shape' => 'EndpointDescription']], 'EndpointGroup' => ['type' => 'structure', 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString'], 'EndpointGroupRegion' => ['shape' => 'GenericString'], 'EndpointDescriptions' => ['shape' => 'EndpointDescriptions'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount']]], 'EndpointGroupAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'EndpointGroupNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'EndpointGroups' => ['type' => 'list', 'member' => ['shape' => 'EndpointGroup']], 'EndpointWeight' => ['type' => 'integer', 'max' => 255, 'min' => 0], 'ErrorMessage' => ['type' => 'string'], 'GenericBoolean' => ['type' => 'boolean'], 'GenericString' => ['type' => 'string', 'max' => 255], 'HealthCheckIntervalSeconds' => ['type' => 'integer', 'max' => 30, 'min' => 10], 'HealthCheckPort' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'HealthCheckProtocol' => ['type' => 'string', 'enum' => ['TCP', 'HTTP', 'HTTPS']], 'HealthState' => ['type' => 'string', 'enum' => ['INITIAL', 'HEALTHY', 'UNHEALTHY']], 'IdempotencyToken' => ['type' => 'string', 'max' => 255], 'IncorrectCidrStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InternalServiceErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidPortRangeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpAddressType' => ['type' => 'string', 'enum' => ['IPV4']], 'IpAddresses' => ['type' => 'list', 'member' => ['shape' => 'IpAddress'], 'max' => 2, 'min' => 0], 'IpSet' => ['type' => 'structure', 'members' => ['IpFamily' => ['shape' => 'GenericString'], 'IpAddresses' => ['shape' => 'IpAddresses']]], 'IpSets' => ['type' => 'list', 'member' => ['shape' => 'IpSet']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListAcceleratorsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListAcceleratorsResponse' => ['type' => 'structure', 'members' => ['Accelerators' => ['shape' => 'Accelerators'], 'NextToken' => ['shape' => 'GenericString']]], 'ListByoipCidrsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListByoipCidrsResponse' => ['type' => 'structure', 'members' => ['ByoipCidrs' => ['shape' => 'ByoipCidrs'], 'NextToken' => ['shape' => 'GenericString']]], 'ListEndpointGroupsRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListEndpointGroupsResponse' => ['type' => 'structure', 'members' => ['EndpointGroups' => ['shape' => 'EndpointGroups'], 'NextToken' => ['shape' => 'GenericString']]], 'ListListenersRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'GenericString']]], 'ListListenersResponse' => ['type' => 'structure', 'members' => ['Listeners' => ['shape' => 'Listeners'], 'NextToken' => ['shape' => 'GenericString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'Listener' => ['type' => 'structure', 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity']]], 'ListenerNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Listeners' => ['type' => 'list', 'member' => ['shape' => 'Listener']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PortNumber' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PortRange' => ['type' => 'structure', 'members' => ['FromPort' => ['shape' => 'PortNumber'], 'ToPort' => ['shape' => 'PortNumber']]], 'PortRanges' => ['type' => 'list', 'member' => ['shape' => 'PortRange'], 'max' => 10, 'min' => 1], 'Protocol' => ['type' => 'string', 'enum' => ['TCP', 'UDP']], 'ProvisionByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr', 'CidrAuthorizationContext'], 'members' => ['Cidr' => ['shape' => 'GenericString'], 'CidrAuthorizationContext' => ['shape' => 'CidrAuthorizationContext']]], 'ProvisionByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]], 'ResourceArn' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThresholdCount' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TrafficDialPercentage' => ['type' => 'float', 'max' => 100, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAcceleratorAttributesRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'FlowLogsEnabled' => ['shape' => 'GenericBoolean'], 'FlowLogsS3Bucket' => ['shape' => 'GenericString'], 'FlowLogsS3Prefix' => ['shape' => 'GenericString']]], 'UpdateAcceleratorAttributesResponse' => ['type' => 'structure', 'members' => ['AcceleratorAttributes' => ['shape' => 'AcceleratorAttributes']]], 'UpdateAcceleratorRequest' => ['type' => 'structure', 'required' => ['AcceleratorArn'], 'members' => ['AcceleratorArn' => ['shape' => 'GenericString'], 'Name' => ['shape' => 'GenericString'], 'IpAddressType' => ['shape' => 'IpAddressType'], 'Enabled' => ['shape' => 'GenericBoolean']]], 'UpdateAcceleratorResponse' => ['type' => 'structure', 'members' => ['Accelerator' => ['shape' => 'Accelerator']]], 'UpdateEndpointGroupRequest' => ['type' => 'structure', 'required' => ['EndpointGroupArn'], 'members' => ['EndpointGroupArn' => ['shape' => 'GenericString'], 'EndpointConfigurations' => ['shape' => 'EndpointConfigurations'], 'TrafficDialPercentage' => ['shape' => 'TrafficDialPercentage'], 'HealthCheckPort' => ['shape' => 'HealthCheckPort'], 'HealthCheckProtocol' => ['shape' => 'HealthCheckProtocol'], 'HealthCheckPath' => ['shape' => 'GenericString'], 'HealthCheckIntervalSeconds' => ['shape' => 'HealthCheckIntervalSeconds'], 'ThresholdCount' => ['shape' => 'ThresholdCount']]], 'UpdateEndpointGroupResponse' => ['type' => 'structure', 'members' => ['EndpointGroup' => ['shape' => 'EndpointGroup']]], 'UpdateListenerRequest' => ['type' => 'structure', 'required' => ['ListenerArn'], 'members' => ['ListenerArn' => ['shape' => 'GenericString'], 'PortRanges' => ['shape' => 'PortRanges'], 'Protocol' => ['shape' => 'Protocol'], 'ClientAffinity' => ['shape' => 'ClientAffinity']]], 'UpdateListenerResponse' => ['type' => 'structure', 'members' => ['Listener' => ['shape' => 'Listener']]], 'WithdrawByoipCidrRequest' => ['type' => 'structure', 'required' => ['Cidr'], 'members' => ['Cidr' => ['shape' => 'GenericString']]], 'WithdrawByoipCidrResponse' => ['type' => 'structure', 'members' => ['ByoipCidr' => ['shape' => 'ByoipCidr']]]]]; diff --git a/vendor/Aws3/Aws/data/glue/2017-03-31/api-2.json.php b/vendor/Aws3/Aws/data/glue/2017-03-31/api-2.json.php index 67d9c513..d3e9c8fd 100644 --- a/vendor/Aws3/Aws/data/glue/2017-03-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/glue/2017-03-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-03-31', 'endpointPrefix' => 'glue', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Glue', 'serviceId' => 'Glue', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSGlue', 'uid' => 'glue-2017-03-31'], 'operations' => ['BatchCreatePartition' => ['name' => 'BatchCreatePartition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCreatePartitionRequest'], 'output' => ['shape' => 'BatchCreatePartitionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'BatchDeleteConnection' => ['name' => 'BatchDeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteConnectionRequest'], 'output' => ['shape' => 'BatchDeleteConnectionResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeletePartition' => ['name' => 'BatchDeletePartition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeletePartitionRequest'], 'output' => ['shape' => 'BatchDeletePartitionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeleteTable' => ['name' => 'BatchDeleteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteTableRequest'], 'output' => ['shape' => 'BatchDeleteTableResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeleteTableVersion' => ['name' => 'BatchDeleteTableVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteTableVersionRequest'], 'output' => ['shape' => 'BatchDeleteTableVersionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchGetCrawlers' => ['name' => 'BatchGetCrawlers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetCrawlersRequest'], 'output' => ['shape' => 'BatchGetCrawlersResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'BatchGetTriggers' => ['name' => 'BatchGetTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetTriggersRequest'], 'output' => ['shape' => 'BatchGetTriggersResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException']]], 'BatchGetWorkflows' => ['name' => 'BatchGetWorkflows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetWorkflowsRequest'], 'output' => ['shape' => 'BatchGetWorkflowsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException']]], 'BatchStopJobRun' => ['name' => 'BatchStopJobRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchStopJobRunRequest'], 'output' => ['shape' => 'BatchStopJobRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'CancelMLTaskRun' => ['name' => 'CancelMLTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelMLTaskRunRequest'], 'output' => ['shape' => 'CancelMLTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], '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']]], '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']]], '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']]], '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']]], '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']]], 'CreateTrigger' => ['name' => 'CreateTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTriggerRequest'], 'output' => ['shape' => 'CreateTriggerResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'CreateUserDefinedFunction' => ['name' => 'CreateUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserDefinedFunctionRequest'], 'output' => ['shape' => 'CreateUserDefinedFunctionResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'GlueEncryptionException']]], 'CreateWorkflow' => ['name' => 'CreateWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkflowRequest'], 'output' => ['shape' => 'CreateWorkflowResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteClassifier' => ['name' => 'DeleteClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClassifierRequest'], 'output' => ['shape' => 'DeleteClassifierResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'DeleteDatabase' => ['name' => 'DeleteDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatabaseRequest'], 'output' => ['shape' => 'DeleteDatabaseResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'output' => ['shape' => 'DeleteResourcePolicyResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConditionCheckFailureException']]], 'DeleteSecurityConfiguration' => ['name' => 'DeleteSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityConfigurationRequest'], 'output' => ['shape' => 'DeleteSecurityConfigurationResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTable' => ['name' => 'DeleteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTableRequest'], 'output' => ['shape' => 'DeleteTableResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTableVersion' => ['name' => 'DeleteTableVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTableVersionRequest'], 'output' => ['shape' => 'DeleteTableVersionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTrigger' => ['name' => 'DeleteTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTriggerRequest'], 'output' => ['shape' => 'DeleteTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteUserDefinedFunction' => ['name' => 'DeleteUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserDefinedFunctionRequest'], 'output' => ['shape' => 'DeleteUserDefinedFunctionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteWorkflow' => ['name' => 'DeleteWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkflowRequest'], 'output' => ['shape' => 'DeleteWorkflowResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], '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']]], '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']]], 'GetDataCatalogEncryptionSettings' => ['name' => 'GetDataCatalogEncryptionSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDataCatalogEncryptionSettingsRequest'], 'output' => ['shape' => 'GetDataCatalogEncryptionSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'GetDatabase' => ['name' => 'GetDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDatabaseRequest'], 'output' => ['shape' => 'GetDatabaseResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], 'GetPartitions' => ['name' => 'GetPartitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPartitionsRequest'], 'output' => ['shape' => 'GetPartitionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'GlueEncryptionException']]], 'GetPlan' => ['name' => 'GetPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPlanRequest'], 'output' => ['shape' => 'GetPlanResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcePolicyRequest'], 'output' => ['shape' => 'GetResourcePolicyResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException']]], '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']]], 'GetTable' => ['name' => 'GetTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTableRequest'], 'output' => ['shape' => 'GetTableResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], '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']]], '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']]], 'ListCrawlers' => ['name' => 'ListCrawlers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCrawlersRequest'], 'output' => ['shape' => 'ListCrawlersResponse'], 'errors' => [['shape' => 'OperationTimeoutException']]], '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']]], 'ListTriggers' => ['name' => 'ListTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTriggersRequest'], 'output' => ['shape' => 'ListTriggersResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'ListWorkflows' => ['name' => 'ListWorkflows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkflowsRequest'], 'output' => ['shape' => 'ListWorkflowsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'PutDataCatalogEncryptionSettings' => ['name' => 'PutDataCatalogEncryptionSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDataCatalogEncryptionSettingsRequest'], 'output' => ['shape' => 'PutDataCatalogEncryptionSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConditionCheckFailureException']]], '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']]], 'ResetJobBookmark' => ['name' => 'ResetJobBookmark', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetJobBookmarkRequest'], 'output' => ['shape' => 'ResetJobBookmarkResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'SearchTables' => ['name' => 'SearchTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTablesRequest'], 'output' => ['shape' => 'SearchTablesResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'StartExportLabelsTaskRun' => ['name' => 'StartExportLabelsTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartExportLabelsTaskRunRequest'], 'output' => ['shape' => 'StartExportLabelsTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'StartImportLabelsTaskRun' => ['name' => 'StartImportLabelsTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartImportLabelsTaskRunRequest'], 'output' => ['shape' => 'StartImportLabelsTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'InternalServiceException']]], 'StartJobRun' => ['name' => 'StartJobRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartJobRunRequest'], 'output' => ['shape' => 'StartJobRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartMLEvaluationTaskRun' => ['name' => 'StartMLEvaluationTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMLEvaluationTaskRunRequest'], 'output' => ['shape' => 'StartMLEvaluationTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'ConcurrentRunsExceededException'], ['shape' => 'MLTransformNotReadyException']]], 'StartMLLabelingSetGenerationTaskRun' => ['name' => 'StartMLLabelingSetGenerationTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMLLabelingSetGenerationTaskRunRequest'], 'output' => ['shape' => 'StartMLLabelingSetGenerationTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartTrigger' => ['name' => 'StartTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTriggerRequest'], 'output' => ['shape' => 'StartTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartWorkflowRun' => ['name' => 'StartWorkflowRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartWorkflowRunRequest'], 'output' => ['shape' => 'StartWorkflowRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StopCrawler' => ['name' => 'StopCrawler', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCrawlerRequest'], 'output' => ['shape' => 'StopCrawlerResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'CrawlerNotRunningException'], ['shape' => 'CrawlerStoppingException'], ['shape' => 'OperationTimeoutException']]], 'StopCrawlerSchedule' => ['name' => 'StopCrawlerSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCrawlerScheduleRequest'], 'output' => ['shape' => 'StopCrawlerScheduleResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'SchedulerNotRunningException'], ['shape' => 'SchedulerTransitioningException'], ['shape' => 'OperationTimeoutException']]], 'StopTrigger' => ['name' => 'StopTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTriggerRequest'], 'output' => ['shape' => 'StopTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], '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']]], 'UpdateClassifier' => ['name' => 'UpdateClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateClassifierRequest'], 'output' => ['shape' => 'UpdateClassifierResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'VersionMismatchException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'UpdateDatabase' => ['name' => 'UpdateDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDatabaseRequest'], 'output' => ['shape' => 'UpdateDatabaseResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], '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']]], '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']]], 'UpdateTrigger' => ['name' => 'UpdateTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTriggerRequest'], 'output' => ['shape' => 'UpdateTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateUserDefinedFunction' => ['name' => 'UpdateUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserDefinedFunctionRequest'], 'output' => ['shape' => 'UpdateUserDefinedFunctionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'UpdateWorkflow' => ['name' => 'UpdateWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkflowRequest'], 'output' => ['shape' => 'UpdateWorkflowResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], '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']], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'AttemptCount' => ['type' => 'integer'], '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']]], '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']]], 'BatchGetCrawlersRequest' => ['type' => 'structure', 'required' => ['CrawlerNames'], 'members' => ['CrawlerNames' => ['shape' => 'CrawlerNameList']]], 'BatchGetCrawlersResponse' => ['type' => 'structure', 'members' => ['Crawlers' => ['shape' => 'CrawlerList'], 'CrawlersNotFound' => ['shape' => 'CrawlerNameList']]], 'BatchGetDevEndpointsRequest' => ['type' => 'structure', 'required' => ['DevEndpointNames'], 'members' => ['DevEndpointNames' => ['shape' => 'DevEndpointNames']]], 'BatchGetDevEndpointsResponse' => ['type' => 'structure', 'members' => ['DevEndpoints' => ['shape' => 'DevEndpointList'], 'DevEndpointsNotFound' => ['shape' => 'DevEndpointNames']]], 'BatchGetJobsRequest' => ['type' => 'structure', 'required' => ['JobNames'], 'members' => ['JobNames' => ['shape' => 'JobNameList']]], 'BatchGetJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'JobList'], 'JobsNotFound' => ['shape' => 'JobNameList']]], 'BatchGetPartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionsToGet'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionsToGet' => ['shape' => 'BatchGetPartitionValueList']]], 'BatchGetPartitionResponse' => ['type' => 'structure', 'members' => ['Partitions' => ['shape' => 'PartitionList'], 'UnprocessedKeys' => ['shape' => 'BatchGetPartitionValueList']]], 'BatchGetPartitionValueList' => ['type' => 'list', 'member' => ['shape' => 'PartitionValueList'], 'max' => 1000, 'min' => 0], 'BatchGetTriggersRequest' => ['type' => 'structure', 'required' => ['TriggerNames'], 'members' => ['TriggerNames' => ['shape' => 'TriggerNameList']]], 'BatchGetTriggersResponse' => ['type' => 'structure', 'members' => ['Triggers' => ['shape' => 'TriggerList'], 'TriggersNotFound' => ['shape' => 'TriggerNameList']]], 'BatchGetWorkflowsRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'WorkflowNames'], 'IncludeGraph' => ['shape' => 'NullableBoolean']]], 'BatchGetWorkflowsResponse' => ['type' => 'structure', 'members' => ['Workflows' => ['shape' => 'Workflows'], 'MissingWorkflows' => ['shape' => 'WorkflowNames']]], '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']], 'Boolean' => ['type' => 'boolean'], 'BooleanNullable' => ['type' => 'boolean'], 'BooleanValue' => ['type' => 'boolean'], 'BoundedPartitionValueList' => ['type' => 'list', 'member' => ['shape' => 'ValueString'], 'max' => 100, 'min' => 0], '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']]], 'CatalogEncryptionMode' => ['type' => 'string', 'enum' => ['DISABLED', 'SSE-KMS']], 'CatalogEntries' => ['type' => 'list', 'member' => ['shape' => 'CatalogEntry']], 'CatalogEntry' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString']]], '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']]], 'CatalogTablesList' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'min' => 1], 'CatalogTarget' => ['type' => 'structure', 'required' => ['DatabaseName', 'Tables'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'Tables' => ['shape' => 'CatalogTablesList']]], 'CatalogTargetList' => ['type' => 'list', 'member' => ['shape' => 'CatalogTarget']], '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'], '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']]], 'ColumnList' => ['type' => 'list', 'member' => ['shape' => 'Column']], 'ColumnNameString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], '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]*'], 'Comparator' => ['type' => 'string', 'enum' => ['EQUALS', 'GREATER_THAN', 'LESS_THAN', 'GREATER_THAN_EQUALS', 'LESS_THAN_EQUALS']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ConcurrentRunsExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'Condition' => ['type' => 'structure', 'members' => ['LogicalOperator' => ['shape' => 'LogicalOperator'], 'JobName' => ['shape' => 'NameString'], 'State' => ['shape' => 'JobRunState'], 'CrawlerName' => ['shape' => 'NameString'], 'CrawlState' => ['shape' => 'CrawlState']]], 'ConditionCheckFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ConditionList' => ['type' => 'list', 'member' => ['shape' => 'Condition']], 'ConfusionMatrix' => ['type' => 'structure', 'members' => ['NumTruePositives' => ['shape' => 'RecordsCount'], 'NumFalsePositives' => ['shape' => 'RecordsCount'], 'NumTrueNegatives' => ['shape' => 'RecordsCount'], 'NumFalseNegatives' => ['shape' => 'RecordsCount']]], 'Connection' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'ConnectionType' => ['shape' => 'ConnectionType'], 'MatchCriteria' => ['shape' => 'MatchCriteria'], 'ConnectionProperties' => ['shape' => 'ConnectionProperties'], 'PhysicalConnectionRequirements' => ['shape' => 'PhysicalConnectionRequirements'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedBy' => ['shape' => 'NameString']]], 'ConnectionInput' => ['type' => 'structure', 'required' => ['Name', 'ConnectionType', 'ConnectionProperties'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'ConnectionType' => ['shape' => 'ConnectionType'], 'MatchCriteria' => ['shape' => 'MatchCriteria'], 'ConnectionProperties' => ['shape' => 'ConnectionProperties'], 'PhysicalConnectionRequirements' => ['shape' => 'PhysicalConnectionRequirements']]], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string'], 'ConnectionPasswordEncryption' => ['type' => 'structure', 'required' => ['ReturnConnectionPasswordEncrypted'], 'members' => ['ReturnConnectionPasswordEncrypted' => ['shape' => 'Boolean'], 'AwsKmsKeyId' => ['shape' => 'NameString']]], 'ConnectionProperties' => ['type' => 'map', 'key' => ['shape' => 'ConnectionPropertyKey'], 'value' => ['shape' => 'ValueString'], 'max' => 100, 'min' => 0], 'ConnectionPropertyKey' => ['type' => 'string', 'enum' => ['HOST', 'PORT', 'USERNAME', 'PASSWORD', 'ENCRYPTED_PASSWORD', 'JDBC_DRIVER_JAR_URI', 'JDBC_DRIVER_CLASS_NAME', 'JDBC_ENGINE', 'JDBC_ENGINE_VERSION', 'CONFIG_FILES', 'INSTANCE_ID', 'JDBC_CONNECTION_URL', 'JDBC_ENFORCE_SSL', 'CUSTOM_JDBC_CERT', 'SKIP_CUSTOM_JDBC_CERT_VALIDATION', 'CUSTOM_JDBC_CERT_STRING']], 'ConnectionType' => ['type' => 'string', 'enum' => ['JDBC', 'SFTP']], 'ConnectionsList' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'OrchestrationStringList']]], 'Crawl' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CrawlState'], 'StartedOn' => ['shape' => 'TimestampValue'], 'CompletedOn' => ['shape' => 'TimestampValue'], 'ErrorMessage' => ['shape' => 'DescriptionString'], 'LogGroup' => ['shape' => 'LogGroup'], 'LogStream' => ['shape' => 'LogStream']]], 'CrawlList' => ['type' => 'list', 'member' => ['shape' => 'Crawl']], 'CrawlState' => ['type' => 'string', 'enum' => ['RUNNING', 'SUCCEEDED', 'CANCELLED', 'FAILED']], 'Crawler' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Role' => ['shape' => 'Role'], 'Targets' => ['shape' => 'CrawlerTargets'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'Description' => ['shape' => 'DescriptionString'], 'Classifiers' => ['shape' => 'ClassifierNameList'], 'SchemaChangePolicy' => ['shape' => 'SchemaChangePolicy'], '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']]], 'CrawlerConfiguration' => ['type' => 'string'], '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'], 'DynamoDBTargets' => ['shape' => 'DynamoDBTargetList'], 'CatalogTargets' => ['shape' => 'CatalogTargetList']]], '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']]], 'CreateConnectionResponse' => ['type' => 'structure', 'members' => []], 'CreateCrawlerRequest' => ['type' => 'structure', 'required' => ['Name', 'Role', 'Targets'], 'members' => ['Name' => ['shape' => 'NameString'], 'Role' => ['shape' => 'Role'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'Description' => ['shape' => 'DescriptionString'], 'Targets' => ['shape' => 'CrawlerTargets'], 'Schedule' => ['shape' => 'CronExpression'], 'Classifiers' => ['shape' => 'ClassifierNameList'], 'TablePrefix' => ['shape' => 'TablePrefix'], 'SchemaChangePolicy' => ['shape' => 'SchemaChangePolicy'], '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']]], 'CreateDatabaseRequest' => ['type' => 'structure', 'required' => ['DatabaseInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseInput' => ['shape' => 'DatabaseInput']]], 'CreateDatabaseResponse' => ['type' => 'structure', 'members' => []], 'CreateDevEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName', 'RoleArn'], 'members' => ['EndpointName' => ['shape' => 'GenericString'], 'RoleArn' => ['shape' => 'RoleArn'], 'SecurityGroupIds' => ['shape' => 'StringList'], 'SubnetId' => ['shape' => 'GenericString'], 'PublicKey' => ['shape' => 'GenericString'], 'PublicKeys' => ['shape' => 'PublicKeysList'], 'NumberOfNodes' => ['shape' => 'IntegerValue'], 'WorkerType' => ['shape' => 'WorkerType'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'ExtraPythonLibsS3Path' => ['shape' => 'GenericString'], 'ExtraJarsS3Path' => ['shape' => 'GenericString'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'Tags' => ['shape' => 'TagsMap'], 'Arguments' => ['shape' => 'MapValue']]], 'CreateDevEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointName' => ['shape' => 'GenericString'], 'Status' => ['shape' => 'GenericString'], 'SecurityGroupIds' => ['shape' => 'StringList'], 'SubnetId' => ['shape' => 'GenericString'], 'RoleArn' => ['shape' => 'RoleArn'], 'YarnEndpointAddress' => ['shape' => 'GenericString'], 'ZeppelinRemoteSparkInterpreterPort' => ['shape' => 'IntegerValue'], 'NumberOfNodes' => ['shape' => 'IntegerValue'], 'WorkerType' => ['shape' => 'WorkerType'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'AvailabilityZone' => ['shape' => 'GenericString'], 'VpcId' => ['shape' => 'GenericString'], 'ExtraPythonLibsS3Path' => ['shape' => 'GenericString'], 'ExtraJarsS3Path' => ['shape' => 'GenericString'], 'FailureReason' => ['shape' => 'GenericString'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'CreatedTimestamp' => ['shape' => 'TimestampValue'], 'Arguments' => ['shape' => 'MapValue']]], 'CreateGrokClassifierRequest' => ['type' => 'structure', 'required' => ['Classification', 'Name', 'GrokPattern'], 'members' => ['Classification' => ['shape' => 'Classification'], 'Name' => ['shape' => 'NameString'], 'GrokPattern' => ['shape' => 'GrokPattern'], 'CustomPatterns' => ['shape' => 'CustomPatterns']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['Name', 'Role', 'Command'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'Tags' => ['shape' => 'TagsMap'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'WorkerType' => ['shape' => 'WorkerType']]], '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']]], 'CreateMLTransformResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString']]], 'CreatePartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionInput' => ['shape' => 'PartitionInput']]], 'CreatePartitionResponse' => ['type' => 'structure', 'members' => []], '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']]], 'CreateTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableInput' => ['shape' => 'TableInput']]], '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']]], 'CreateTriggerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'CreateUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionInput' => ['shape' => 'UserDefinedFunctionInput']]], 'CreateUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'CreateWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'GenericString'], 'DefaultRunProperties' => ['shape' => 'WorkflowRunProperties'], 'Tags' => ['shape' => 'TagsMap']]], 'CreateWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'CreateXMLClassifierRequest' => ['type' => 'structure', 'required' => ['Classification', 'Name'], 'members' => ['Classification' => ['shape' => 'Classification'], 'Name' => ['shape' => 'NameString'], 'RowTag' => ['shape' => 'RowTag']]], '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']]], '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]'], 'CustomPatterns' => ['type' => 'string', 'max' => 16000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'DagEdges' => ['type' => 'list', 'member' => ['shape' => 'CodeGenEdge']], 'DagNodes' => ['type' => 'list', 'member' => ['shape' => 'CodeGenNode']], 'DataCatalogEncryptionSettings' => ['type' => 'structure', 'members' => ['EncryptionAtRest' => ['shape' => 'EncryptionAtRest'], 'ConnectionPasswordEncryption' => ['shape' => 'ConnectionPasswordEncryption']]], 'DataLakePrincipal' => ['type' => 'structure', 'members' => ['DataLakePrincipalIdentifier' => ['shape' => 'DataLakePrincipalString']]], 'DataLakePrincipalString' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Database' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LocationUri' => ['shape' => 'URI'], 'Parameters' => ['shape' => 'ParametersMap'], 'CreateTime' => ['shape' => 'Timestamp'], 'CreateTableDefaultPermissions' => ['shape' => 'PrincipalPermissionsList']]], 'DatabaseInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LocationUri' => ['shape' => 'URI'], 'Parameters' => ['shape' => 'ParametersMap'], 'CreateTableDefaultPermissions' => ['shape' => 'PrincipalPermissionsList']]], 'DatabaseList' => ['type' => 'list', 'member' => ['shape' => 'Database']], 'DatabaseName' => ['type' => 'string'], 'DeleteBehavior' => ['type' => 'string', 'enum' => ['LOG', 'DELETE_FROM_DATABASE', 'DEPRECATE_IN_DATABASE']], 'DeleteClassifierRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteClassifierResponse' => ['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' => []], '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']]], 'DeletePartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionValues'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionValues' => ['shape' => 'ValueStringList']]], 'DeletePartitionResponse' => ['type' => 'structure', 'members' => []], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'members' => ['PolicyHashCondition' => ['shape' => 'HashString']]], 'DeleteResourcePolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteSecurityConfigurationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteSecurityConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString']]], 'DeleteTableResponse' => ['type' => 'structure', 'members' => []], 'DeleteTableVersionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'VersionId'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'VersionId' => ['shape' => 'VersionString']]], 'DeleteTableVersionResponse' => ['type' => 'structure', 'members' => []], 'DeleteTriggerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteTriggerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionName'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionName' => ['shape' => 'NameString']]], 'DeleteUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'DeleteWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], '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], 'DynamoDBTarget' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'Path']]], 'DynamoDBTargetList' => ['type' => 'list', 'member' => ['shape' => 'DynamoDBTarget']], 'Edge' => ['type' => 'structure', 'members' => ['SourceId' => ['shape' => 'NameString'], 'DestinationId' => ['shape' => 'NameString']]], 'EdgeList' => ['type' => 'list', 'member' => ['shape' => 'Edge']], 'EncryptionAtRest' => ['type' => 'structure', 'required' => ['CatalogEncryptionMode'], 'members' => ['CatalogEncryptionMode' => ['shape' => 'CatalogEncryptionMode'], 'SseAwsKmsKeyId' => ['shape' => 'NameString']]], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['S3Encryption' => ['shape' => 'S3EncryptionList'], 'CloudWatchEncryption' => ['shape' => 'CloudWatchEncryption'], 'JobBookmarksEncryption' => ['shape' => 'JobBookmarksEncryption']]], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ErrorByName' => ['type' => 'map', 'key' => ['shape' => 'NameString'], 'value' => ['shape' => 'ErrorDetail']], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NameString'], 'ErrorMessage' => ['shape' => 'DescriptionString']]], 'ErrorString' => ['type' => 'string'], 'EvaluationMetrics' => ['type' => 'structure', 'required' => ['TransformType'], 'members' => ['TransformType' => ['shape' => 'TransformType'], 'FindMatchesMetrics' => ['shape' => 'FindMatchesMetrics']]], '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']]], 'FieldType' => ['type' => 'string'], 'FilterString' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'FindMatchesMetrics' => ['type' => 'structure', 'members' => ['AreaUnderPRCurve' => ['shape' => 'GenericBoundedDouble'], 'Precision' => ['shape' => 'GenericBoundedDouble'], 'Recall' => ['shape' => 'GenericBoundedDouble'], 'F1' => ['shape' => 'GenericBoundedDouble'], 'ConfusionMatrix' => ['shape' => 'ConfusionMatrix']]], '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]*'], 'GenericBoundedDouble' => ['type' => 'double', 'box' => \true, 'max' => 1, 'min' => 0], 'GenericMap' => ['type' => 'map', 'key' => ['shape' => 'GenericString'], 'value' => ['shape' => 'GenericString']], 'GenericString' => ['type' => 'string'], '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']]], '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']]], 'GetDataCatalogEncryptionSettingsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'GetDataCatalogEncryptionSettingsResponse' => ['type' => 'structure', 'members' => ['DataCatalogEncryptionSettings' => ['shape' => 'DataCatalogEncryptionSettings']]], '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' => 'PageSize']]], 'GetDatabasesResponse' => ['type' => 'structure', 'required' => ['DatabaseList'], 'members' => ['DatabaseList' => ['shape' => 'DatabaseList'], 'NextToken' => ['shape' => 'Token']]], 'GetDataflowGraphRequest' => ['type' => 'structure', 'members' => ['PythonScript' => ['shape' => 'PythonScript']]], 'GetDataflowGraphResponse' => ['type' => 'structure', 'members' => ['DagNodes' => ['shape' => 'DagNodes'], 'DagEdges' => ['shape' => 'DagEdges']]], 'GetDevEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'GenericString']]], 'GetDevEndpointResponse' => ['type' => 'structure', 'members' => ['DevEndpoint' => ['shape' => 'DevEndpoint']]], 'GetDevEndpointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'GenericString']]], 'GetDevEndpointsResponse' => ['type' => 'structure', 'members' => ['DevEndpoints' => ['shape' => 'DevEndpointList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetJobBookmarkRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'JobName'], 'RunId' => ['shape' => 'RunId']]], 'GetJobBookmarkResponse' => ['type' => 'structure', 'members' => ['JobBookmarkEntry' => ['shape' => 'JobBookmarkEntry']]], 'GetJobRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'NameString']]], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job']]], 'GetJobRunRequest' => ['type' => 'structure', 'required' => ['JobName', 'RunId'], 'members' => ['JobName' => ['shape' => 'NameString'], 'RunId' => ['shape' => 'IdString'], 'PredecessorsIncluded' => ['shape' => 'BooleanValue']]], 'GetJobRunResponse' => ['type' => 'structure', 'members' => ['JobRun' => ['shape' => 'JobRun']]], 'GetJobRunsRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'NameString'], 'NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetJobRunsResponse' => ['type' => 'structure', 'members' => ['JobRuns' => ['shape' => 'JobRunList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'JobList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetMLTaskRunRequest' => ['type' => 'structure', 'required' => ['TransformId', 'TaskRunId'], 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString']]], 'GetMLTaskRunResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString'], 'Status' => ['shape' => 'TaskStatusType'], 'LogGroupName' => ['shape' => 'GenericString'], 'Properties' => ['shape' => 'TaskRunProperties'], 'ErrorString' => ['shape' => 'GenericString'], 'StartedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'CompletedOn' => ['shape' => 'Timestamp'], 'ExecutionTime' => ['shape' => 'ExecutionTime']]], 'GetMLTaskRunsRequest' => ['type' => 'structure', 'required' => ['TransformId'], 'members' => ['TransformId' => ['shape' => 'HashString'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize'], 'Filter' => ['shape' => 'TaskRunFilterCriteria'], 'Sort' => ['shape' => 'TaskRunSortCriteria']]], 'GetMLTaskRunsResponse' => ['type' => 'structure', 'members' => ['TaskRuns' => ['shape' => 'TaskRunList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetMLTransformRequest' => ['type' => 'structure', 'required' => ['TransformId'], 'members' => ['TransformId' => ['shape' => 'HashString']]], 'GetMLTransformResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Status' => ['shape' => 'TransformStatusType'], 'CreatedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'InputRecordTables' => ['shape' => 'GlueTables'], 'Parameters' => ['shape' => 'TransformParameters'], 'EvaluationMetrics' => ['shape' => 'EvaluationMetrics'], 'LabelCount' => ['shape' => 'LabelCount'], 'Schema' => ['shape' => 'TransformSchema'], 'Role' => ['shape' => 'RoleString'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'Timeout' => ['shape' => 'Timeout'], 'MaxRetries' => ['shape' => 'NullableInteger']]], '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']]], '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']]], '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']]], 'GetPlanResponse' => ['type' => 'structure', 'members' => ['PythonScript' => ['shape' => 'PythonScript'], 'ScalaCode' => ['shape' => 'ScalaCode']]], 'GetResourcePolicyRequest' => ['type' => 'structure', 'members' => []], 'GetResourcePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyInJson' => ['shape' => 'PolicyJsonString'], 'PolicyHash' => ['shape' => 'HashString'], 'CreateTime' => ['shape' => 'Timestamp'], 'UpdateTime' => ['shape' => 'Timestamp']]], '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']]], 'GetTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString']]], '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' => 'PageSize']]], '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' => 'PageSize']]], 'GetTablesResponse' => ['type' => 'structure', 'members' => ['TableList' => ['shape' => 'TableList'], 'NextToken' => ['shape' => 'Token']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'GlueResourceArn']]], 'GetTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagsMap']]], 'GetTriggerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'GetTriggerResponse' => ['type' => 'structure', 'members' => ['Trigger' => ['shape' => 'Trigger']]], 'GetTriggersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'DependentJobName' => ['shape' => 'NameString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetTriggersResponse' => ['type' => 'structure', 'members' => ['Triggers' => ['shape' => 'TriggerList'], 'NextToken' => ['shape' => 'GenericString']]], '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' => ['DatabaseName', 'Pattern'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Pattern' => ['shape' => 'NameString'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], '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], 'GlueResourceArn' => ['type' => 'string', 'max' => 10240, 'min' => 1, 'pattern' => 'arn:aws:glue:.*'], 'GlueTable' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'CatalogId' => ['shape' => 'NameString'], 'ConnectionName' => ['shape' => 'NameString']]], 'GlueTables' => ['type' => 'list', 'member' => ['shape' => 'GlueTable'], 'max' => 10, 'min' => 0], 'GlueVersionString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^\\w+\\.\\w+$'], '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]*'], '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], 'ImportCatalogToGlueRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'ImportCatalogToGlueResponse' => ['type' => 'structure', 'members' => []], 'ImportLabelsTaskRunProperties' => ['type' => 'structure', 'members' => ['InputS3Path' => ['shape' => 'UriString'], 'Replace' => ['shape' => 'ReplaceBoolean']]], 'Integer' => ['type' => 'integer'], 'IntegerFlag' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'IntegerValue' => ['type' => 'integer'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'JdbcTarget' => ['type' => 'structure', 'members' => ['ConnectionName' => ['shape' => 'ConnectionName'], 'Path' => ['shape' => 'Path'], 'Exclusions' => ['shape' => 'PathList']]], 'JdbcTargetList' => ['type' => 'list', 'member' => ['shape' => 'JdbcTarget']], 'Job' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'CreatedOn' => ['shape' => 'TimestampValue'], 'LastModifiedOn' => ['shape' => 'TimestampValue'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], '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']]], 'JobList' => ['type' => 'list', 'member' => ['shape' => 'Job']], 'JobName' => ['type' => 'string'], 'JobNameList' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'JobNodeDetails' => ['type' => 'structure', 'members' => ['JobRuns' => ['shape' => 'JobRunList']]], 'JobRun' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'IdString'], 'Attempt' => ['shape' => 'AttemptCount'], 'PreviousRunId' => ['shape' => 'IdString'], 'TriggerName' => ['shape' => 'NameString'], 'JobName' => ['shape' => 'NameString'], 'StartedOn' => ['shape' => 'TimestampValue'], 'LastModifiedOn' => ['shape' => 'TimestampValue'], 'CompletedOn' => ['shape' => 'TimestampValue'], 'JobRunState' => ['shape' => 'JobRunState'], 'Arguments' => ['shape' => 'GenericMap'], 'ErrorMessage' => ['shape' => 'ErrorString'], 'PredecessorRuns' => ['shape' => 'PredecessorList'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'ExecutionTime' => ['shape' => 'ExecutionTime'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'LogGroupName' => ['shape' => 'GenericString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], 'JobRunList' => ['type' => 'list', 'member' => ['shape' => 'JobRun']], 'JobRunState' => ['type' => 'string', 'enum' => ['STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT']], 'JobUpdate' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], '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'], 'KeyString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'KmsKeyArn' => ['type' => 'string', 'pattern' => 'arn:aws:kms:.*'], 'LabelCount' => ['type' => 'integer'], 'LabelingSetGenerationTaskRunProperties' => ['type' => 'structure', 'members' => ['OutputS3Path' => ['shape' => 'UriString']]], 'Language' => ['type' => 'string', 'enum' => ['PYTHON', 'SCALA']], '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']], 'ListCrawlersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token'], 'Tags' => ['shape' => 'TagsMap']]], 'ListCrawlersResponse' => ['type' => 'structure', 'members' => ['CrawlerNames' => ['shape' => 'CrawlerNameList'], 'NextToken' => ['shape' => 'Token']]], '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']]], 'ListTriggersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'DependentJobName' => ['shape' => 'NameString'], 'MaxResults' => ['shape' => 'PageSize'], 'Tags' => ['shape' => 'TagsMap']]], 'ListTriggersResponse' => ['type' => 'structure', 'members' => ['TriggerNames' => ['shape' => 'TriggerNameList'], 'NextToken' => ['shape' => 'GenericString']]], 'ListWorkflowsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListWorkflowsResponse' => ['type' => 'structure', 'members' => ['Workflows' => ['shape' => 'WorkflowNames'], 'NextToken' => ['shape' => 'GenericString']]], 'Location' => ['type' => 'structure', 'members' => ['Jdbc' => ['shape' => 'CodeGenNodeArgs'], 'S3' => ['shape' => 'CodeGenNodeArgs'], 'DynamoDB' => ['shape' => 'CodeGenNodeArgs']]], 'LocationMap' => ['type' => 'map', 'key' => ['shape' => 'ColumnValuesString'], 'value' => ['shape' => 'ColumnValuesString']], 'LocationString' => ['type' => 'string', 'max' => 2056, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], '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']], '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']]], 'MLTransformNotReadyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'MapValue' => ['type' => 'map', 'key' => ['shape' => 'GenericString'], 'value' => ['shape' => 'GenericString'], 'max' => 100, 'min' => 0], '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']], 'MatchCriteria' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'max' => 10, 'min' => 0], 'MaxConcurrentRuns' => ['type' => 'integer'], 'MaxRetries' => ['type' => 'integer'], 'MessagePrefix' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'MessageString' => ['type' => 'string'], 'MillisecondsCount' => ['type' => 'long'], 'NameString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'NameStringList' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'NoScheduleException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'Node' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NodeType'], 'Name' => ['shape' => 'NameString'], 'UniqueId' => ['shape' => 'NameString'], 'TriggerDetails' => ['shape' => 'TriggerNodeDetails'], 'JobDetails' => ['shape' => 'JobNodeDetails'], 'CrawlerDetails' => ['shape' => 'CrawlerNodeDetails']]], 'NodeList' => ['type' => 'list', 'member' => ['shape' => 'Node']], 'NodeType' => ['type' => 'string', 'enum' => ['CRAWLER', 'JOB', 'TRIGGER']], 'NonNegativeDouble' => ['type' => 'double', 'min' => 0], 'NonNegativeInteger' => ['type' => 'integer', 'min' => 0], 'NotificationProperty' => ['type' => 'structure', 'members' => ['NotifyDelayAfter' => ['shape' => 'NotifyDelayAfter']]], 'NotifyDelayAfter' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'NullableBoolean' => ['type' => 'boolean', 'box' => \true], 'NullableDouble' => ['type' => 'double', 'box' => \true], 'NullableInteger' => ['type' => 'integer', 'box' => \true], 'OperationTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'OrchestrationStringList' => ['type' => 'list', 'member' => ['shape' => 'GenericString']], 'Order' => ['type' => 'structure', 'required' => ['Column', 'SortOrder'], 'members' => ['Column' => ['shape' => 'NameString'], 'SortOrder' => ['shape' => 'IntegerFlag']]], 'OrderList' => ['type' => 'list', 'member' => ['shape' => 'Order']], 'PageSize' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'PaginationToken' => ['type' => 'string'], 'ParametersMap' => ['type' => 'map', 'key' => ['shape' => 'KeyString'], 'value' => ['shape' => 'ParametersMapValue']], 'ParametersMapValue' => ['type' => 'string', 'max' => 512000], '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']]], 'PartitionError' => ['type' => 'structure', 'members' => ['PartitionValues' => ['shape' => 'ValueStringList'], 'ErrorDetail' => ['shape' => 'ErrorDetail']]], 'PartitionErrors' => ['type' => 'list', 'member' => ['shape' => 'PartitionError']], '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']], 'PhysicalConnectionRequirements' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'NameString'], 'SecurityGroupIdList' => ['shape' => 'SecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'NameString']]], 'PolicyJsonString' => ['type' => 'string', 'max' => 10240, 'min' => 2], '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']], 'PropertyPredicate' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ValueString'], 'Value' => ['shape' => 'ValueString'], 'Comparator' => ['shape' => 'Comparator']]], 'PublicKeysList' => ['type' => 'list', 'member' => ['shape' => 'GenericString'], 'max' => 5], 'PutDataCatalogEncryptionSettingsRequest' => ['type' => 'structure', 'required' => ['DataCatalogEncryptionSettings'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DataCatalogEncryptionSettings' => ['shape' => 'DataCatalogEncryptionSettings']]], 'PutDataCatalogEncryptionSettingsResponse' => ['type' => 'structure', 'members' => []], 'PutResourcePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInJson'], 'members' => ['PolicyInJson' => ['shape' => 'PolicyJsonString'], 'PolicyHashCondition' => ['shape' => 'HashString'], 'PolicyExistsCondition' => ['shape' => 'ExistCondition']]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyHash' => ['shape' => 'HashString']]], '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]$'], 'RecordsCount' => ['type' => 'long', 'box' => \true], 'ReplaceBoolean' => ['type' => 'boolean'], 'ResetJobBookmarkRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'JobName'], 'RunId' => ['shape' => 'RunId']]], 'ResetJobBookmarkResponse' => ['type' => 'structure', 'members' => ['JobBookmarkEntry' => ['shape' => 'JobBookmarkEntry']]], 'ResourceNumberLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], '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], 'Role' => ['type' => 'string'], 'RoleArn' => ['type' => 'string', 'pattern' => 'arn:aws:iam::\\d{12}:role/.*'], 'RoleString' => ['type' => 'string'], 'RowTag' => ['type' => 'string'], 'RunId' => ['type' => 'string'], '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']], 'S3Target' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'Path'], 'Exclusions' => ['shape' => 'PathList']]], 'S3TargetList' => ['type' => 'list', 'member' => ['shape' => 'S3Target']], 'ScalaCode' => ['type' => 'string'], 'Schedule' => ['type' => 'structure', 'members' => ['ScheduleExpression' => ['shape' => 'CronExpression'], 'State' => ['shape' => 'ScheduleState']]], 'ScheduleState' => ['type' => 'string', 'enum' => ['SCHEDULED', 'NOT_SCHEDULED', 'TRANSITIONING']], 'SchedulerNotRunningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchedulerRunningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchedulerTransitioningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchemaChangePolicy' => ['type' => 'structure', 'members' => ['UpdateBehavior' => ['shape' => 'UpdateBehavior'], 'DeleteBehavior' => ['shape' => 'DeleteBehavior']]], 'SchemaColumn' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ColumnNameString'], 'DataType' => ['shape' => 'ColumnTypeString']]], 'SchemaPathString' => ['type' => 'string'], 'ScriptLocationString' => ['type' => 'string'], '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']]], 'SearchTablesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'TableList' => ['shape' => 'TableList']]], 'SecurityConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'CreatedTimeStamp' => ['shape' => 'TimestampValue'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'SecurityConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SecurityConfiguration']], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'max' => 50, 'min' => 0], 'Segment' => ['type' => 'structure', 'required' => ['SegmentNumber', 'TotalSegments'], 'members' => ['SegmentNumber' => ['shape' => 'NonNegativeInteger'], 'TotalSegments' => ['shape' => 'TotalSegmentsInteger']]], 'SerDeInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'SerializationLibrary' => ['shape' => 'NameString'], 'Parameters' => ['shape' => 'ParametersMap']]], 'SkewedInfo' => ['type' => 'structure', 'members' => ['SkewedColumnNames' => ['shape' => 'NameStringList'], 'SkewedColumnValues' => ['shape' => 'ColumnValueStringList'], 'SkewedColumnValueLocationMaps' => ['shape' => 'LocationMap']]], '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']], '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' => []], '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']]], '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']]], 'StartWorkflowRunResponse' => ['type' => 'structure', 'members' => ['RunId' => ['shape' => 'IdString']]], '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' => []], 'StopTriggerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'StopTriggerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'StorageDescriptor' => ['type' => 'structure', 'members' => ['Columns' => ['shape' => 'ColumnList'], 'Location' => ['shape' => 'LocationString'], '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']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'GenericString']], 'Table' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'DatabaseName' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Owner' => ['shape' => 'NameString'], 'CreateTime' => ['shape' => 'Timestamp'], 'UpdateTime' => ['shape' => 'Timestamp'], 'LastAccessTime' => ['shape' => 'Timestamp'], 'LastAnalyzedTime' => ['shape' => 'Timestamp'], 'Retention' => ['shape' => 'NonNegativeInteger'], 'StorageDescriptor' => ['shape' => 'StorageDescriptor'], 'PartitionKeys' => ['shape' => 'ColumnList'], 'ViewOriginalText' => ['shape' => 'ViewTextString'], 'ViewExpandedText' => ['shape' => 'ViewTextString'], 'TableType' => ['shape' => 'TableTypeString'], 'Parameters' => ['shape' => 'ParametersMap'], 'CreatedBy' => ['shape' => 'NameString'], 'IsRegisteredWithLakeFormation' => ['shape' => 'Boolean']]], 'TableError' => ['type' => 'structure', 'members' => ['TableName' => ['shape' => 'NameString'], 'ErrorDetail' => ['shape' => 'ErrorDetail']]], 'TableErrors' => ['type' => 'list', 'member' => ['shape' => 'TableError']], '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']]], 'TableList' => ['type' => 'list', 'member' => ['shape' => 'Table']], 'TableName' => ['type' => 'string'], 'TablePrefix' => ['type' => 'string', 'max' => 128, 'min' => 0], 'TableTypeString' => ['type' => 'string', 'max' => 255], 'TableVersion' => ['type' => 'structure', 'members' => ['Table' => ['shape' => 'Table'], 'VersionId' => ['shape' => 'VersionString']]], 'TableVersionError' => ['type' => 'structure', 'members' => ['TableName' => ['shape' => 'NameString'], 'VersionId' => ['shape' => 'VersionString'], 'ErrorDetail' => ['shape' => 'ErrorDetail']]], 'TableVersionErrors' => ['type' => 'list', 'member' => ['shape' => 'TableVersionError']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeysList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagsToAdd'], 'members' => ['ResourceArn' => ['shape' => 'GlueResourceArn'], 'TagsToAdd' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TaskRun' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString'], 'Status' => ['shape' => 'TaskStatusType'], 'LogGroupName' => ['shape' => 'GenericString'], 'Properties' => ['shape' => 'TaskRunProperties'], 'ErrorString' => ['shape' => 'GenericString'], 'StartedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'CompletedOn' => ['shape' => 'Timestamp'], 'ExecutionTime' => ['shape' => 'ExecutionTime']]], 'TaskRunFilterCriteria' => ['type' => 'structure', 'members' => ['TaskRunType' => ['shape' => 'TaskType'], 'Status' => ['shape' => 'TaskStatusType'], 'StartedBefore' => ['shape' => 'Timestamp'], 'StartedAfter' => ['shape' => 'Timestamp']]], 'TaskRunList' => ['type' => 'list', 'member' => ['shape' => 'TaskRun']], 'TaskRunProperties' => ['type' => 'structure', 'members' => ['TaskType' => ['shape' => 'TaskType'], 'ImportLabelsTaskRunProperties' => ['shape' => 'ImportLabelsTaskRunProperties'], 'ExportLabelsTaskRunProperties' => ['shape' => 'ExportLabelsTaskRunProperties'], 'LabelingSetGenerationTaskRunProperties' => ['shape' => 'LabelingSetGenerationTaskRunProperties'], 'FindMatchesTaskRunProperties' => ['shape' => 'FindMatchesTaskRunProperties']]], 'TaskRunSortColumnType' => ['type' => 'string', 'enum' => ['TASK_RUN_TYPE', 'STATUS', 'STARTED']], 'TaskRunSortCriteria' => ['type' => 'structure', 'required' => ['Column', 'SortDirection'], 'members' => ['Column' => ['shape' => 'TaskRunSortColumnType'], 'SortDirection' => ['shape' => 'SortDirectionType']]], 'TaskStatusType' => ['type' => 'string', 'enum' => ['STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT']], 'TaskType' => ['type' => 'string', 'enum' => ['EVALUATION', 'LABELING_SET_GENERATION', 'IMPORT_LABELS', 'EXPORT_LABELS', 'FIND_MATCHES']], 'Timeout' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TimestampValue' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TotalSegmentsInteger' => ['type' => 'integer', 'max' => 10, 'min' => 1], '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']]], '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']], 'TriggerUpdate' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Schedule' => ['shape' => 'GenericString'], 'Actions' => ['shape' => 'ActionList'], 'Predicate' => ['shape' => 'Predicate']]], 'URI' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], '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']], 'UpdateClassifierRequest' => ['type' => 'structure', 'members' => ['GrokClassifier' => ['shape' => 'UpdateGrokClassifierRequest'], 'XMLClassifier' => ['shape' => 'UpdateXMLClassifierRequest'], 'JsonClassifier' => ['shape' => 'UpdateJsonClassifierRequest'], 'CsvClassifier' => ['shape' => 'UpdateCsvClassifierRequest']]], 'UpdateClassifierResponse' => ['type' => 'structure', 'members' => []], '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'], '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']]], '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']]], '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' => []], 'UpdateTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableInput' => ['shape' => 'TableInput'], 'SkipArchive' => ['shape' => 'BooleanNullable']]], 'UpdateTableResponse' => ['type' => 'structure', 'members' => []], 'UpdateTriggerRequest' => ['type' => 'structure', 'required' => ['Name', 'TriggerUpdate'], 'members' => ['Name' => ['shape' => 'NameString'], 'TriggerUpdate' => ['shape' => 'TriggerUpdate']]], 'UpdateTriggerResponse' => ['type' => 'structure', 'members' => ['Trigger' => ['shape' => 'Trigger']]], 'UpdateUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionName', 'FunctionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionName' => ['shape' => 'NameString'], 'FunctionInput' => ['shape' => 'UserDefinedFunctionInput']]], 'UpdateUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'UpdateWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'GenericString'], 'DefaultRunProperties' => ['shape' => 'WorkflowRunProperties']]], 'UpdateWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'UpdateXMLClassifierRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Classification' => ['shape' => 'Classification'], 'RowTag' => ['shape' => 'RowTag']]], 'UriString' => ['type' => 'string'], 'UserDefinedFunction' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NameString'], 'ClassName' => ['shape' => 'NameString'], 'OwnerName' => ['shape' => 'NameString'], 'OwnerType' => ['shape' => 'PrincipalType'], 'CreateTime' => ['shape' => 'Timestamp'], 'ResourceUris' => ['shape' => 'ResourceUriList']]], 'UserDefinedFunctionInput' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NameString'], 'ClassName' => ['shape' => 'NameString'], 'OwnerName' => ['shape' => 'NameString'], 'OwnerType' => ['shape' => 'PrincipalType'], 'ResourceUris' => ['shape' => 'ResourceUriList']]], 'UserDefinedFunctionList' => ['type' => 'list', 'member' => ['shape' => 'UserDefinedFunction']], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ValueString' => ['type' => 'string', 'max' => 1024], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'ValueString']], 'VersionId' => ['type' => 'long'], '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]*'], 'ViewTextString' => ['type' => 'string', 'max' => 409600], 'WorkerType' => ['type' => 'string', 'enum' => ['Standard', 'G.1X', 'G.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']]], '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'], 'WorkflowRunProperties' => ['shape' => 'WorkflowRunProperties'], 'StartedOn' => ['shape' => 'TimestampValue'], 'CompletedOn' => ['shape' => 'TimestampValue'], 'Status' => ['shape' => 'WorkflowRunStatus'], 'Statistics' => ['shape' => 'WorkflowRunStatistics'], 'Graph' => ['shape' => 'WorkflowGraph']]], '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']]], 'WorkflowRunStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'COMPLETED']], 'WorkflowRuns' => ['type' => 'list', 'member' => ['shape' => 'WorkflowRun'], 'max' => 1000, 'min' => 1], 'Workflows' => ['type' => 'list', 'member' => ['shape' => 'Workflow'], 'max' => 25, 'min' => 1], 'XMLClassifier' => ['type' => 'structure', 'required' => ['Name', 'Classification'], 'members' => ['Name' => ['shape' => 'NameString'], 'Classification' => ['shape' => 'Classification'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdated' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'VersionId'], 'RowTag' => ['shape' => 'RowTag']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-03-31', 'endpointPrefix' => 'glue', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Glue', 'serviceId' => 'Glue', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSGlue', 'uid' => 'glue-2017-03-31'], 'operations' => ['BatchCreatePartition' => ['name' => 'BatchCreatePartition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchCreatePartitionRequest'], 'output' => ['shape' => 'BatchCreatePartitionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'BatchDeleteConnection' => ['name' => 'BatchDeleteConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteConnectionRequest'], 'output' => ['shape' => 'BatchDeleteConnectionResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeletePartition' => ['name' => 'BatchDeletePartition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeletePartitionRequest'], 'output' => ['shape' => 'BatchDeletePartitionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeleteTable' => ['name' => 'BatchDeleteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteTableRequest'], 'output' => ['shape' => 'BatchDeleteTableResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchDeleteTableVersion' => ['name' => 'BatchDeleteTableVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteTableVersionRequest'], 'output' => ['shape' => 'BatchDeleteTableVersionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'BatchGetCrawlers' => ['name' => 'BatchGetCrawlers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetCrawlersRequest'], 'output' => ['shape' => 'BatchGetCrawlersResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'BatchGetTriggers' => ['name' => 'BatchGetTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetTriggersRequest'], 'output' => ['shape' => 'BatchGetTriggersResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException']]], 'BatchGetWorkflows' => ['name' => 'BatchGetWorkflows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGetWorkflowsRequest'], 'output' => ['shape' => 'BatchGetWorkflowsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException']]], 'BatchStopJobRun' => ['name' => 'BatchStopJobRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchStopJobRunRequest'], 'output' => ['shape' => 'BatchStopJobRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'CancelMLTaskRun' => ['name' => 'CancelMLTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelMLTaskRunRequest'], 'output' => ['shape' => 'CancelMLTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], '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']]], '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']]], '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']]], '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']]], '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']]], 'CreateTrigger' => ['name' => 'CreateTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTriggerRequest'], 'output' => ['shape' => 'CreateTriggerResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentModificationException']]], 'CreateUserDefinedFunction' => ['name' => 'CreateUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserDefinedFunctionRequest'], 'output' => ['shape' => 'CreateUserDefinedFunctionResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'GlueEncryptionException']]], 'CreateWorkflow' => ['name' => 'CreateWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkflowRequest'], 'output' => ['shape' => 'CreateWorkflowResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentModificationException']]], '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']]], 'DeleteDatabase' => ['name' => 'DeleteDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatabaseRequest'], 'output' => ['shape' => 'DeleteDatabaseResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'output' => ['shape' => 'DeleteResourcePolicyResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConditionCheckFailureException']]], 'DeleteSecurityConfiguration' => ['name' => 'DeleteSecurityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecurityConfigurationRequest'], 'output' => ['shape' => 'DeleteSecurityConfigurationResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTable' => ['name' => 'DeleteTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTableRequest'], 'output' => ['shape' => 'DeleteTableResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTableVersion' => ['name' => 'DeleteTableVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTableVersionRequest'], 'output' => ['shape' => 'DeleteTableVersionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteTrigger' => ['name' => 'DeleteTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTriggerRequest'], 'output' => ['shape' => 'DeleteTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteUserDefinedFunction' => ['name' => 'DeleteUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserDefinedFunctionRequest'], 'output' => ['shape' => 'DeleteUserDefinedFunctionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'DeleteWorkflow' => ['name' => 'DeleteWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkflowRequest'], 'output' => ['shape' => 'DeleteWorkflowResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], 'GetCatalogImportStatus' => ['name' => 'GetCatalogImportStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCatalogImportStatusRequest'], 'output' => ['shape' => 'GetCatalogImportStatusResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'GetClassifier' => ['name' => 'GetClassifier', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetClassifierRequest'], 'output' => ['shape' => 'GetClassifierResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException']]], 'GetClassifiers' => ['name' => 'GetClassifiers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetClassifiersRequest'], 'output' => ['shape' => 'GetClassifiersResponse'], 'errors' => [['shape' => 'OperationTimeoutException']]], 'GetColumnStatisticsForPartition' => ['name' => 'GetColumnStatisticsForPartition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetColumnStatisticsForPartitionRequest'], 'output' => ['shape' => 'GetColumnStatisticsForPartitionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'GetColumnStatisticsForTable' => ['name' => 'GetColumnStatisticsForTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetColumnStatisticsForTableRequest'], 'output' => ['shape' => 'GetColumnStatisticsForTableResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'GetConnection' => ['name' => 'GetConnection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionRequest'], 'output' => ['shape' => 'GetConnectionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'GlueEncryptionException']]], 'GetConnections' => ['name' => 'GetConnections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionsRequest'], 'output' => ['shape' => 'GetConnectionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'GlueEncryptionException']]], 'GetCrawler' => ['name' => 'GetCrawler', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCrawlerRequest'], 'output' => ['shape' => 'GetCrawlerResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException']]], 'GetCrawlerMetrics' => ['name' => 'GetCrawlerMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCrawlerMetricsRequest'], 'output' => ['shape' => 'GetCrawlerMetricsResponse'], 'errors' => [['shape' => 'OperationTimeoutException']]], 'GetCrawlers' => ['name' => 'GetCrawlers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCrawlersRequest'], 'output' => ['shape' => 'GetCrawlersResponse'], 'errors' => [['shape' => 'OperationTimeoutException']]], 'GetDataCatalogEncryptionSettings' => ['name' => 'GetDataCatalogEncryptionSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDataCatalogEncryptionSettingsRequest'], 'output' => ['shape' => 'GetDataCatalogEncryptionSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'GetDatabase' => ['name' => 'GetDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDatabaseRequest'], 'output' => ['shape' => 'GetDatabaseResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], 'GetPartitions' => ['name' => 'GetPartitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPartitionsRequest'], 'output' => ['shape' => 'GetPartitionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'GlueEncryptionException']]], 'GetPlan' => ['name' => 'GetPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPlanRequest'], 'output' => ['shape' => 'GetPlanResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], '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']]], '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']]], 'GetTable' => ['name' => 'GetTable', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTableRequest'], 'output' => ['shape' => 'GetTableResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], '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']]], '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']]], 'ListCrawlers' => ['name' => 'ListCrawlers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCrawlersRequest'], 'output' => ['shape' => 'ListCrawlersResponse'], 'errors' => [['shape' => 'OperationTimeoutException']]], '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']]], 'ListTriggers' => ['name' => 'ListTriggers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTriggersRequest'], 'output' => ['shape' => 'ListTriggersResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'ListWorkflows' => ['name' => 'ListWorkflows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkflowsRequest'], 'output' => ['shape' => 'ListWorkflowsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'PutDataCatalogEncryptionSettings' => ['name' => 'PutDataCatalogEncryptionSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDataCatalogEncryptionSettingsRequest'], 'output' => ['shape' => 'PutDataCatalogEncryptionSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConditionCheckFailureException']]], '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']]], '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']]], 'SearchTables' => ['name' => 'SearchTables', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchTablesRequest'], 'output' => ['shape' => 'SearchTablesResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], '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']]], 'StartExportLabelsTaskRun' => ['name' => 'StartExportLabelsTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartExportLabelsTaskRunRequest'], 'output' => ['shape' => 'StartExportLabelsTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'StartImportLabelsTaskRun' => ['name' => 'StartImportLabelsTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartImportLabelsTaskRunRequest'], 'output' => ['shape' => 'StartImportLabelsTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'InternalServiceException']]], 'StartJobRun' => ['name' => 'StartJobRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartJobRunRequest'], 'output' => ['shape' => 'StartJobRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartMLEvaluationTaskRun' => ['name' => 'StartMLEvaluationTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMLEvaluationTaskRunRequest'], 'output' => ['shape' => 'StartMLEvaluationTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'ConcurrentRunsExceededException'], ['shape' => 'MLTransformNotReadyException']]], 'StartMLLabelingSetGenerationTaskRun' => ['name' => 'StartMLLabelingSetGenerationTaskRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMLLabelingSetGenerationTaskRunRequest'], 'output' => ['shape' => 'StartMLLabelingSetGenerationTaskRunResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartTrigger' => ['name' => 'StartTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTriggerRequest'], 'output' => ['shape' => 'StartTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StartWorkflowRun' => ['name' => 'StartWorkflowRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartWorkflowRunRequest'], 'output' => ['shape' => 'StartWorkflowRunResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ResourceNumberLimitExceededException'], ['shape' => 'ConcurrentRunsExceededException']]], 'StopCrawler' => ['name' => 'StopCrawler', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCrawlerRequest'], 'output' => ['shape' => 'StopCrawlerResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'CrawlerNotRunningException'], ['shape' => 'CrawlerStoppingException'], ['shape' => 'OperationTimeoutException']]], 'StopCrawlerSchedule' => ['name' => 'StopCrawlerSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCrawlerScheduleRequest'], 'output' => ['shape' => 'StopCrawlerScheduleResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'SchedulerNotRunningException'], ['shape' => 'SchedulerTransitioningException'], ['shape' => 'OperationTimeoutException']]], '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']]], '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']]], 'UpdateDatabase' => ['name' => 'UpdateDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDatabaseRequest'], 'output' => ['shape' => 'UpdateDatabaseResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], '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']]], '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']]], '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']]], 'UpdateTrigger' => ['name' => 'UpdateTrigger', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTriggerRequest'], 'output' => ['shape' => 'UpdateTriggerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]], 'UpdateUserDefinedFunction' => ['name' => 'UpdateUserDefinedFunction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserDefinedFunctionRequest'], 'output' => ['shape' => 'UpdateUserDefinedFunctionResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'GlueEncryptionException']]], 'UpdateWorkflow' => ['name' => 'UpdateWorkflow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkflowRequest'], 'output' => ['shape' => 'UpdateWorkflowResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'ConcurrentModificationException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], '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']], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'AttemptCount' => ['type' => 'integer'], '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']]], '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']]], 'BatchGetCrawlersRequest' => ['type' => 'structure', 'required' => ['CrawlerNames'], 'members' => ['CrawlerNames' => ['shape' => 'CrawlerNameList']]], 'BatchGetCrawlersResponse' => ['type' => 'structure', 'members' => ['Crawlers' => ['shape' => 'CrawlerList'], 'CrawlersNotFound' => ['shape' => 'CrawlerNameList']]], 'BatchGetDevEndpointsRequest' => ['type' => 'structure', 'required' => ['DevEndpointNames'], 'members' => ['DevEndpointNames' => ['shape' => 'DevEndpointNames']]], 'BatchGetDevEndpointsResponse' => ['type' => 'structure', 'members' => ['DevEndpoints' => ['shape' => 'DevEndpointList'], 'DevEndpointsNotFound' => ['shape' => 'DevEndpointNames']]], 'BatchGetJobsRequest' => ['type' => 'structure', 'required' => ['JobNames'], 'members' => ['JobNames' => ['shape' => 'JobNameList']]], 'BatchGetJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'JobList'], 'JobsNotFound' => ['shape' => 'JobNameList']]], 'BatchGetPartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionsToGet'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionsToGet' => ['shape' => 'BatchGetPartitionValueList']]], 'BatchGetPartitionResponse' => ['type' => 'structure', 'members' => ['Partitions' => ['shape' => 'PartitionList'], 'UnprocessedKeys' => ['shape' => 'BatchGetPartitionValueList']]], 'BatchGetPartitionValueList' => ['type' => 'list', 'member' => ['shape' => 'PartitionValueList'], 'max' => 1000, 'min' => 0], 'BatchGetTriggersRequest' => ['type' => 'structure', 'required' => ['TriggerNames'], 'members' => ['TriggerNames' => ['shape' => 'TriggerNameList']]], 'BatchGetTriggersResponse' => ['type' => 'structure', 'members' => ['Triggers' => ['shape' => 'TriggerList'], 'TriggersNotFound' => ['shape' => 'TriggerNameList']]], 'BatchGetWorkflowsRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'WorkflowNames'], 'IncludeGraph' => ['shape' => 'NullableBoolean']]], 'BatchGetWorkflowsResponse' => ['type' => 'structure', 'members' => ['Workflows' => ['shape' => 'Workflows'], 'MissingWorkflows' => ['shape' => 'WorkflowNames']]], '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']], 'BinaryColumnStatisticsData' => ['type' => 'structure', 'required' => ['MaximumLength', 'AverageLength', 'NumberOfNulls'], 'members' => ['MaximumLength' => ['shape' => 'NonNegativeLong'], 'AverageLength' => ['shape' => 'NonNegativeDouble'], 'NumberOfNulls' => ['shape' => 'NonNegativeLong']]], 'Blob' => ['type' => 'blob'], '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], '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']]], 'CatalogEncryptionMode' => ['type' => 'string', 'enum' => ['DISABLED', 'SSE-KMS']], 'CatalogEntries' => ['type' => 'list', 'member' => ['shape' => 'CatalogEntry']], 'CatalogEntry' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString']]], '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']]], 'CatalogTablesList' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'min' => 1], 'CatalogTarget' => ['type' => 'structure', 'required' => ['DatabaseName', 'Tables'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'Tables' => ['shape' => 'CatalogTablesList']]], 'CatalogTargetList' => ['type' => 'list', 'member' => ['shape' => 'CatalogTarget']], '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'], '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']], 'ColumnList' => ['type' => 'list', 'member' => ['shape' => 'Column']], 'ColumnNameString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'ColumnStatistics' => ['type' => 'structure', 'required' => ['ColumnName', 'ColumnType', 'AnalyzedTime', 'StatisticsData'], 'members' => ['ColumnName' => ['shape' => 'NameString'], 'ColumnType' => ['shape' => 'TypeString'], 'AnalyzedTime' => ['shape' => 'Timestamp'], 'StatisticsData' => ['shape' => 'ColumnStatisticsData']]], 'ColumnStatisticsData' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'ColumnStatisticsType'], 'BooleanColumnStatisticsData' => ['shape' => 'BooleanColumnStatisticsData'], 'DateColumnStatisticsData' => ['shape' => 'DateColumnStatisticsData'], 'DecimalColumnStatisticsData' => ['shape' => 'DecimalColumnStatisticsData'], 'DoubleColumnStatisticsData' => ['shape' => 'DoubleColumnStatisticsData'], 'LongColumnStatisticsData' => ['shape' => 'LongColumnStatisticsData'], 'StringColumnStatisticsData' => ['shape' => 'StringColumnStatisticsData'], 'BinaryColumnStatisticsData' => ['shape' => 'BinaryColumnStatisticsData']]], 'ColumnStatisticsError' => ['type' => 'structure', 'members' => ['ColumnStatistics' => ['shape' => 'ColumnStatistics'], 'Error' => ['shape' => 'ErrorDetail']]], 'ColumnStatisticsErrors' => ['type' => 'list', 'member' => ['shape' => 'ColumnStatisticsError']], 'ColumnStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'ColumnStatistics']], 'ColumnStatisticsType' => ['type' => 'string', 'enum' => ['BOOLEAN', 'DATE', 'DECIMAL', 'DOUBLE', 'LONG', 'STRING', 'BINARY']], 'ColumnTypeString' => ['type' => 'string', 'max' => 131072, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'ColumnValueStringList' => ['type' => 'list', 'member' => ['shape' => 'ColumnValuesString']], 'ColumnValuesString' => ['type' => 'string'], 'CommentString' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'Comparator' => ['type' => 'string', 'enum' => ['EQUALS', 'GREATER_THAN', 'LESS_THAN', 'GREATER_THAN_EQUALS', 'LESS_THAN_EQUALS']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ConcurrentRunsExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'Condition' => ['type' => 'structure', 'members' => ['LogicalOperator' => ['shape' => 'LogicalOperator'], 'JobName' => ['shape' => 'NameString'], 'State' => ['shape' => 'JobRunState'], 'CrawlerName' => ['shape' => 'NameString'], 'CrawlState' => ['shape' => 'CrawlState']]], 'ConditionCheckFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ConditionList' => ['type' => 'list', 'member' => ['shape' => 'Condition']], 'ConfusionMatrix' => ['type' => 'structure', 'members' => ['NumTruePositives' => ['shape' => 'RecordsCount'], 'NumFalsePositives' => ['shape' => 'RecordsCount'], 'NumTrueNegatives' => ['shape' => 'RecordsCount'], 'NumFalseNegatives' => ['shape' => 'RecordsCount']]], 'Connection' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'ConnectionType' => ['shape' => 'ConnectionType'], 'MatchCriteria' => ['shape' => 'MatchCriteria'], 'ConnectionProperties' => ['shape' => 'ConnectionProperties'], 'PhysicalConnectionRequirements' => ['shape' => 'PhysicalConnectionRequirements'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedBy' => ['shape' => 'NameString']]], 'ConnectionInput' => ['type' => 'structure', 'required' => ['Name', 'ConnectionType', 'ConnectionProperties'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'ConnectionType' => ['shape' => 'ConnectionType'], 'MatchCriteria' => ['shape' => 'MatchCriteria'], 'ConnectionProperties' => ['shape' => 'ConnectionProperties'], 'PhysicalConnectionRequirements' => ['shape' => 'PhysicalConnectionRequirements']]], 'ConnectionList' => ['type' => 'list', 'member' => ['shape' => 'Connection']], 'ConnectionName' => ['type' => 'string'], 'ConnectionPasswordEncryption' => ['type' => 'structure', 'required' => ['ReturnConnectionPasswordEncrypted'], 'members' => ['ReturnConnectionPasswordEncrypted' => ['shape' => 'Boolean'], 'AwsKmsKeyId' => ['shape' => 'NameString']]], 'ConnectionProperties' => ['type' => 'map', 'key' => ['shape' => 'ConnectionPropertyKey'], 'value' => ['shape' => 'ValueString'], 'max' => 100, 'min' => 0], 'ConnectionPropertyKey' => ['type' => 'string', 'enum' => ['HOST', 'PORT', 'USERNAME', 'PASSWORD', 'ENCRYPTED_PASSWORD', 'JDBC_DRIVER_JAR_URI', 'JDBC_DRIVER_CLASS_NAME', 'JDBC_ENGINE', 'JDBC_ENGINE_VERSION', 'CONFIG_FILES', 'INSTANCE_ID', 'JDBC_CONNECTION_URL', 'JDBC_ENFORCE_SSL', 'CUSTOM_JDBC_CERT', 'SKIP_CUSTOM_JDBC_CERT_VALIDATION', 'CUSTOM_JDBC_CERT_STRING', 'CONNECTION_URL', 'KAFKA_BOOTSTRAP_SERVERS', 'KAFKA_SSL_ENABLED', 'KAFKA_CUSTOM_CERT', 'KAFKA_SKIP_CUSTOM_CERT_VALIDATION']], 'ConnectionType' => ['type' => 'string', 'enum' => ['JDBC', 'SFTP', 'MONGODB', 'KAFKA', 'NETWORK']], 'ConnectionsList' => ['type' => 'structure', 'members' => ['Connections' => ['shape' => 'OrchestrationStringList']]], 'Crawl' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CrawlState'], 'StartedOn' => ['shape' => 'TimestampValue'], 'CompletedOn' => ['shape' => 'TimestampValue'], 'ErrorMessage' => ['shape' => 'DescriptionString'], 'LogGroup' => ['shape' => 'LogGroup'], 'LogStream' => ['shape' => 'LogStream']]], 'CrawlList' => ['type' => 'list', 'member' => ['shape' => 'Crawl']], 'CrawlState' => ['type' => 'string', 'enum' => ['RUNNING', 'CANCELLING', 'CANCELLED', 'SUCCEEDED', 'FAILED']], 'Crawler' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Role' => ['shape' => 'Role'], 'Targets' => ['shape' => 'CrawlerTargets'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'Description' => ['shape' => 'DescriptionString'], 'Classifiers' => ['shape' => 'ClassifierNameList'], 'SchemaChangePolicy' => ['shape' => 'SchemaChangePolicy'], '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']]], 'CrawlerConfiguration' => ['type' => 'string'], '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'], 'DynamoDBTargets' => ['shape' => 'DynamoDBTargetList'], 'CatalogTargets' => ['shape' => 'CatalogTargetList']]], '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']]], 'CreateConnectionResponse' => ['type' => 'structure', 'members' => []], 'CreateCrawlerRequest' => ['type' => 'structure', 'required' => ['Name', 'Role', 'Targets'], 'members' => ['Name' => ['shape' => 'NameString'], 'Role' => ['shape' => 'Role'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'Description' => ['shape' => 'DescriptionString'], 'Targets' => ['shape' => 'CrawlerTargets'], 'Schedule' => ['shape' => 'CronExpression'], 'Classifiers' => ['shape' => 'ClassifierNameList'], 'TablePrefix' => ['shape' => 'TablePrefix'], 'SchemaChangePolicy' => ['shape' => 'SchemaChangePolicy'], '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']]], 'CreateDatabaseRequest' => ['type' => 'structure', 'required' => ['DatabaseInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseInput' => ['shape' => 'DatabaseInput']]], 'CreateDatabaseResponse' => ['type' => 'structure', 'members' => []], 'CreateDevEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName', 'RoleArn'], 'members' => ['EndpointName' => ['shape' => 'GenericString'], 'RoleArn' => ['shape' => 'RoleArn'], 'SecurityGroupIds' => ['shape' => 'StringList'], 'SubnetId' => ['shape' => 'GenericString'], 'PublicKey' => ['shape' => 'GenericString'], 'PublicKeys' => ['shape' => 'PublicKeysList'], 'NumberOfNodes' => ['shape' => 'IntegerValue'], 'WorkerType' => ['shape' => 'WorkerType'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'ExtraPythonLibsS3Path' => ['shape' => 'GenericString'], 'ExtraJarsS3Path' => ['shape' => 'GenericString'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'Tags' => ['shape' => 'TagsMap'], 'Arguments' => ['shape' => 'MapValue']]], 'CreateDevEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointName' => ['shape' => 'GenericString'], 'Status' => ['shape' => 'GenericString'], 'SecurityGroupIds' => ['shape' => 'StringList'], 'SubnetId' => ['shape' => 'GenericString'], 'RoleArn' => ['shape' => 'RoleArn'], 'YarnEndpointAddress' => ['shape' => 'GenericString'], 'ZeppelinRemoteSparkInterpreterPort' => ['shape' => 'IntegerValue'], 'NumberOfNodes' => ['shape' => 'IntegerValue'], 'WorkerType' => ['shape' => 'WorkerType'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'AvailabilityZone' => ['shape' => 'GenericString'], 'VpcId' => ['shape' => 'GenericString'], 'ExtraPythonLibsS3Path' => ['shape' => 'GenericString'], 'ExtraJarsS3Path' => ['shape' => 'GenericString'], 'FailureReason' => ['shape' => 'GenericString'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'CreatedTimestamp' => ['shape' => 'TimestampValue'], 'Arguments' => ['shape' => 'MapValue']]], 'CreateGrokClassifierRequest' => ['type' => 'structure', 'required' => ['Classification', 'Name', 'GrokPattern'], 'members' => ['Classification' => ['shape' => 'Classification'], 'Name' => ['shape' => 'NameString'], 'GrokPattern' => ['shape' => 'GrokPattern'], 'CustomPatterns' => ['shape' => 'CustomPatterns']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['Name', 'Role', 'Command'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'Tags' => ['shape' => 'TagsMap'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'WorkerType' => ['shape' => 'WorkerType']]], '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']]], 'CreateMLTransformResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString']]], 'CreatePartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionInput' => ['shape' => 'PartitionInput']]], 'CreatePartitionResponse' => ['type' => 'structure', 'members' => []], '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']]], 'CreateTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableInput' => ['shape' => 'TableInput']]], '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']]], 'CreateTriggerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'CreateUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionInput' => ['shape' => 'UserDefinedFunctionInput']]], 'CreateUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'CreateWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'GenericString'], 'DefaultRunProperties' => ['shape' => 'WorkflowRunProperties'], 'Tags' => ['shape' => 'TagsMap'], 'MaxConcurrentRuns' => ['shape' => 'NullableInteger']]], 'CreateWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'CreateXMLClassifierRequest' => ['type' => 'structure', 'required' => ['Classification', 'Name'], 'members' => ['Classification' => ['shape' => 'Classification'], 'Name' => ['shape' => 'NameString'], 'RowTag' => ['shape' => 'RowTag']]], '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']]], '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]'], 'CustomPatterns' => ['type' => 'string', 'max' => 16000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'DagEdges' => ['type' => 'list', 'member' => ['shape' => 'CodeGenEdge']], 'DagNodes' => ['type' => 'list', 'member' => ['shape' => 'CodeGenNode']], 'DataCatalogEncryptionSettings' => ['type' => 'structure', 'members' => ['EncryptionAtRest' => ['shape' => 'EncryptionAtRest'], 'ConnectionPasswordEncryption' => ['shape' => 'ConnectionPasswordEncryption']]], 'DataLakePrincipal' => ['type' => 'structure', 'members' => ['DataLakePrincipalIdentifier' => ['shape' => 'DataLakePrincipalString']]], 'DataLakePrincipalString' => ['type' => 'string', 'max' => 255, 'min' => 1], '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']]], 'DatabaseIdentifier' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['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']]], 'DatabaseList' => ['type' => 'list', 'member' => ['shape' => 'Database']], 'DatabaseName' => ['type' => 'string'], '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']], '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' => []], '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']]], 'DeletePartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionValues'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionValues' => ['shape' => 'ValueStringList']]], 'DeletePartitionResponse' => ['type' => 'structure', 'members' => []], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'members' => ['PolicyHashCondition' => ['shape' => 'HashString'], 'ResourceArn' => ['shape' => 'GlueResourceArn']]], 'DeleteResourcePolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteSecurityConfigurationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteSecurityConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString']]], 'DeleteTableResponse' => ['type' => 'structure', 'members' => []], 'DeleteTableVersionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'VersionId'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'VersionId' => ['shape' => 'VersionString']]], 'DeleteTableVersionResponse' => ['type' => 'structure', 'members' => []], 'DeleteTriggerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteTriggerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionName'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionName' => ['shape' => 'NameString']]], 'DeleteUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'DeleteWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeleteWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], '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], 'Double' => ['type' => 'double'], 'DoubleColumnStatisticsData' => ['type' => 'structure', 'required' => ['NumberOfNulls', 'NumberOfDistinctValues'], 'members' => ['MinimumValue' => ['shape' => 'Double'], 'MaximumValue' => ['shape' => 'Double'], 'NumberOfNulls' => ['shape' => 'NonNegativeLong'], 'NumberOfDistinctValues' => ['shape' => 'NonNegativeLong']]], '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']], 'EnableHybridValues' => ['type' => 'string', 'enum' => ['TRUE', 'FALSE']], 'EncryptionAtRest' => ['type' => 'structure', 'required' => ['CatalogEncryptionMode'], 'members' => ['CatalogEncryptionMode' => ['shape' => 'CatalogEncryptionMode'], 'SseAwsKmsKeyId' => ['shape' => 'NameString']]], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['S3Encryption' => ['shape' => 'S3EncryptionList'], 'CloudWatchEncryption' => ['shape' => 'CloudWatchEncryption'], 'JobBookmarksEncryption' => ['shape' => 'JobBookmarksEncryption']]], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ErrorByName' => ['type' => 'map', 'key' => ['shape' => 'NameString'], 'value' => ['shape' => 'ErrorDetail']], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NameString'], 'ErrorMessage' => ['shape' => 'DescriptionString']]], 'ErrorString' => ['type' => 'string'], 'EvaluationMetrics' => ['type' => 'structure', 'required' => ['TransformType'], 'members' => ['TransformType' => ['shape' => 'TransformType'], 'FindMatchesMetrics' => ['shape' => 'FindMatchesMetrics']]], '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']]], 'FieldType' => ['type' => 'string'], 'FilterString' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'FindMatchesMetrics' => ['type' => 'structure', 'members' => ['AreaUnderPRCurve' => ['shape' => 'GenericBoundedDouble'], 'Precision' => ['shape' => 'GenericBoundedDouble'], 'Recall' => ['shape' => 'GenericBoundedDouble'], 'F1' => ['shape' => 'GenericBoundedDouble'], 'ConfusionMatrix' => ['shape' => 'ConfusionMatrix']]], '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]*'], 'GenericBoundedDouble' => ['type' => 'double', 'box' => \true, 'max' => 1, 'min' => 0], 'GenericMap' => ['type' => 'map', 'key' => ['shape' => 'GenericString'], 'value' => ['shape' => 'GenericString']], 'GenericString' => ['type' => 'string'], 'GetCatalogImportStatusRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'GetCatalogImportStatusResponse' => ['type' => 'structure', 'members' => ['ImportStatus' => ['shape' => 'CatalogImportStatus']]], 'GetClassifierRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'GetClassifierResponse' => ['type' => 'structure', 'members' => ['Classifier' => ['shape' => 'Classifier']]], 'GetClassifiersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token']]], 'GetClassifiersResponse' => ['type' => 'structure', 'members' => ['Classifiers' => ['shape' => 'ClassifierList'], 'NextToken' => ['shape' => 'Token']]], 'GetColumnNamesList' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'max' => 100, 'min' => 0], 'GetColumnStatisticsForPartitionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'PartitionValues', 'ColumnNames'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'PartitionValues' => ['shape' => 'ValueStringList'], 'ColumnNames' => ['shape' => 'GetColumnNamesList']]], 'GetColumnStatisticsForPartitionResponse' => ['type' => 'structure', 'members' => ['ColumnStatisticsList' => ['shape' => 'ColumnStatisticsList'], 'Errors' => ['shape' => 'ColumnErrors']]], 'GetColumnStatisticsForTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName', 'ColumnNames'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'ColumnNames' => ['shape' => 'GetColumnNamesList']]], 'GetColumnStatisticsForTableResponse' => ['type' => 'structure', 'members' => ['ColumnStatisticsList' => ['shape' => 'ColumnStatisticsList'], 'Errors' => ['shape' => 'ColumnErrors']]], 'GetConnectionRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Name' => ['shape' => 'NameString'], 'HidePassword' => ['shape' => 'Boolean']]], 'GetConnectionResponse' => ['type' => 'structure', 'members' => ['Connection' => ['shape' => 'Connection']]], 'GetConnectionsFilter' => ['type' => 'structure', 'members' => ['MatchCriteria' => ['shape' => 'MatchCriteria'], 'ConnectionType' => ['shape' => 'ConnectionType']]], 'GetConnectionsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Filter' => ['shape' => 'GetConnectionsFilter'], 'HidePassword' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetConnectionsResponse' => ['type' => 'structure', 'members' => ['ConnectionList' => ['shape' => 'ConnectionList'], 'NextToken' => ['shape' => 'Token']]], 'GetCrawlerMetricsRequest' => ['type' => 'structure', 'members' => ['CrawlerNameList' => ['shape' => 'CrawlerNameList'], 'MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token']]], 'GetCrawlerMetricsResponse' => ['type' => 'structure', 'members' => ['CrawlerMetricsList' => ['shape' => 'CrawlerMetricsList'], 'NextToken' => ['shape' => 'Token']]], 'GetCrawlerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'GetCrawlerResponse' => ['type' => 'structure', 'members' => ['Crawler' => ['shape' => 'Crawler']]], 'GetCrawlersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token']]], 'GetCrawlersResponse' => ['type' => 'structure', 'members' => ['Crawlers' => ['shape' => 'CrawlerList'], 'NextToken' => ['shape' => 'Token']]], 'GetDataCatalogEncryptionSettingsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'GetDataCatalogEncryptionSettingsResponse' => ['type' => 'structure', 'members' => ['DataCatalogEncryptionSettings' => ['shape' => 'DataCatalogEncryptionSettings']]], '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' => 'PageSize'], 'ResourceShareType' => ['shape' => 'ResourceShareType']]], 'GetDatabasesResponse' => ['type' => 'structure', 'required' => ['DatabaseList'], 'members' => ['DatabaseList' => ['shape' => 'DatabaseList'], 'NextToken' => ['shape' => 'Token']]], 'GetDataflowGraphRequest' => ['type' => 'structure', 'members' => ['PythonScript' => ['shape' => 'PythonScript']]], 'GetDataflowGraphResponse' => ['type' => 'structure', 'members' => ['DagNodes' => ['shape' => 'DagNodes'], 'DagEdges' => ['shape' => 'DagEdges']]], 'GetDevEndpointRequest' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'GenericString']]], 'GetDevEndpointResponse' => ['type' => 'structure', 'members' => ['DevEndpoint' => ['shape' => 'DevEndpoint']]], 'GetDevEndpointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'GenericString']]], 'GetDevEndpointsResponse' => ['type' => 'structure', 'members' => ['DevEndpoints' => ['shape' => 'DevEndpointList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetJobBookmarkRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'JobName'], 'RunId' => ['shape' => 'RunId']]], 'GetJobBookmarkResponse' => ['type' => 'structure', 'members' => ['JobBookmarkEntry' => ['shape' => 'JobBookmarkEntry']]], 'GetJobRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'NameString']]], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job']]], 'GetJobRunRequest' => ['type' => 'structure', 'required' => ['JobName', 'RunId'], 'members' => ['JobName' => ['shape' => 'NameString'], 'RunId' => ['shape' => 'IdString'], 'PredecessorsIncluded' => ['shape' => 'BooleanValue']]], 'GetJobRunResponse' => ['type' => 'structure', 'members' => ['JobRun' => ['shape' => 'JobRun']]], 'GetJobRunsRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'NameString'], 'NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetJobRunsResponse' => ['type' => 'structure', 'members' => ['JobRuns' => ['shape' => 'JobRunList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => 'JobList'], 'NextToken' => ['shape' => 'GenericString']]], 'GetMLTaskRunRequest' => ['type' => 'structure', 'required' => ['TransformId', 'TaskRunId'], 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString']]], 'GetMLTaskRunResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString'], 'Status' => ['shape' => 'TaskStatusType'], 'LogGroupName' => ['shape' => 'GenericString'], 'Properties' => ['shape' => 'TaskRunProperties'], 'ErrorString' => ['shape' => 'GenericString'], 'StartedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'CompletedOn' => ['shape' => 'Timestamp'], 'ExecutionTime' => ['shape' => 'ExecutionTime']]], 'GetMLTaskRunsRequest' => ['type' => 'structure', 'required' => ['TransformId'], 'members' => ['TransformId' => ['shape' => 'HashString'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize'], 'Filter' => ['shape' => 'TaskRunFilterCriteria'], 'Sort' => ['shape' => 'TaskRunSortCriteria']]], 'GetMLTaskRunsResponse' => ['type' => 'structure', 'members' => ['TaskRuns' => ['shape' => 'TaskRunList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetMLTransformRequest' => ['type' => 'structure', 'required' => ['TransformId'], 'members' => ['TransformId' => ['shape' => 'HashString']]], 'GetMLTransformResponse' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Status' => ['shape' => 'TransformStatusType'], 'CreatedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'InputRecordTables' => ['shape' => 'GlueTables'], 'Parameters' => ['shape' => 'TransformParameters'], 'EvaluationMetrics' => ['shape' => 'EvaluationMetrics'], 'LabelCount' => ['shape' => 'LabelCount'], 'Schema' => ['shape' => 'TransformSchema'], 'Role' => ['shape' => 'RoleString'], 'GlueVersion' => ['shape' => 'GlueVersionString'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'Timeout' => ['shape' => 'Timeout'], 'MaxRetries' => ['shape' => 'NullableInteger']]], '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']]], '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']]], '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']]], 'GetPlanResponse' => ['type' => 'structure', 'members' => ['PythonScript' => ['shape' => 'PythonScript'], 'ScalaCode' => ['shape' => 'ScalaCode']]], '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']]], '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']]], 'GetTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString']]], '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' => 'PageSize']]], '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' => 'PageSize']]], 'GetTablesResponse' => ['type' => 'structure', 'members' => ['TableList' => ['shape' => 'TableList'], 'NextToken' => ['shape' => 'Token']]], 'GetTagsRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'GlueResourceArn']]], 'GetTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagsMap']]], 'GetTriggerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'GetTriggerResponse' => ['type' => 'structure', 'members' => ['Trigger' => ['shape' => 'Trigger']]], 'GetTriggersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'DependentJobName' => ['shape' => 'NameString'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetTriggersResponse' => ['type' => 'structure', 'members' => ['Triggers' => ['shape' => 'TriggerList'], 'NextToken' => ['shape' => 'GenericString']]], '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' => 'PageSize']]], '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']]], 'GlueResourceArn' => ['type' => 'string', 'max' => 10240, 'min' => 1, 'pattern' => 'arn:aws:glue:.*'], 'GlueTable' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableName'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'TableName' => ['shape' => 'NameString'], 'CatalogId' => ['shape' => 'NameString'], 'ConnectionName' => ['shape' => 'NameString']]], 'GlueTables' => ['type' => 'list', 'member' => ['shape' => 'GlueTable'], 'max' => 10, 'min' => 0], 'GlueVersionString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^\\w+\\.\\w+$'], '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]*'], '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], 'IllegalWorkflowStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ImportCatalogToGlueRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'ImportCatalogToGlueResponse' => ['type' => 'structure', 'members' => []], 'ImportLabelsTaskRunProperties' => ['type' => 'structure', 'members' => ['InputS3Path' => ['shape' => 'UriString'], 'Replace' => ['shape' => 'ReplaceBoolean']]], 'Integer' => ['type' => 'integer'], 'IntegerFlag' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'IntegerValue' => ['type' => 'integer'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'JdbcTarget' => ['type' => 'structure', 'members' => ['ConnectionName' => ['shape' => 'ConnectionName'], 'Path' => ['shape' => 'Path'], 'Exclusions' => ['shape' => 'PathList']]], 'JdbcTargetList' => ['type' => 'list', 'member' => ['shape' => 'JdbcTarget']], 'Job' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'CreatedOn' => ['shape' => 'TimestampValue'], 'LastModifiedOn' => ['shape' => 'TimestampValue'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], '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']]], 'JobList' => ['type' => 'list', 'member' => ['shape' => 'Job']], 'JobName' => ['type' => 'string'], 'JobNameList' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'JobNodeDetails' => ['type' => 'structure', 'members' => ['JobRuns' => ['shape' => 'JobRunList']]], 'JobRun' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'IdString'], 'Attempt' => ['shape' => 'AttemptCount'], 'PreviousRunId' => ['shape' => 'IdString'], 'TriggerName' => ['shape' => 'NameString'], 'JobName' => ['shape' => 'NameString'], 'StartedOn' => ['shape' => 'TimestampValue'], 'LastModifiedOn' => ['shape' => 'TimestampValue'], 'CompletedOn' => ['shape' => 'TimestampValue'], 'JobRunState' => ['shape' => 'JobRunState'], 'Arguments' => ['shape' => 'GenericMap'], 'ErrorMessage' => ['shape' => 'ErrorString'], 'PredecessorRuns' => ['shape' => 'PredecessorList'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'ExecutionTime' => ['shape' => 'ExecutionTime'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'LogGroupName' => ['shape' => 'GenericString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], 'JobRunList' => ['type' => 'list', 'member' => ['shape' => 'JobRun']], 'JobRunState' => ['type' => 'string', 'enum' => ['STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT']], 'JobUpdate' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'DescriptionString'], 'LogUri' => ['shape' => 'UriString'], 'Role' => ['shape' => 'RoleString'], 'ExecutionProperty' => ['shape' => 'ExecutionProperty'], 'Command' => ['shape' => 'JobCommand'], 'DefaultArguments' => ['shape' => 'GenericMap'], 'NonOverridableArguments' => ['shape' => 'GenericMap'], 'Connections' => ['shape' => 'ConnectionsList'], 'MaxRetries' => ['shape' => 'MaxRetries'], 'AllocatedCapacity' => ['shape' => 'IntegerValue', 'deprecated' => \true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.'], 'Timeout' => ['shape' => 'Timeout'], 'MaxCapacity' => ['shape' => 'NullableDouble'], 'WorkerType' => ['shape' => 'WorkerType'], 'NumberOfWorkers' => ['shape' => 'NullableInteger'], 'SecurityConfiguration' => ['shape' => 'NameString'], 'NotificationProperty' => ['shape' => 'NotificationProperty'], 'GlueVersion' => ['shape' => 'GlueVersionString']]], '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'], 'KeyString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'KmsKeyArn' => ['type' => 'string', 'pattern' => 'arn:aws:kms:.*'], 'LabelCount' => ['type' => 'integer'], 'LabelingSetGenerationTaskRunProperties' => ['type' => 'structure', 'members' => ['OutputS3Path' => ['shape' => 'UriString']]], 'Language' => ['type' => 'string', 'enum' => ['PYTHON', 'SCALA']], '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']], 'ListCrawlersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token'], 'Tags' => ['shape' => 'TagsMap']]], 'ListCrawlersResponse' => ['type' => 'structure', 'members' => ['CrawlerNames' => ['shape' => 'CrawlerNameList'], 'NextToken' => ['shape' => 'Token']]], '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']]], 'ListTriggersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'DependentJobName' => ['shape' => 'NameString'], 'MaxResults' => ['shape' => 'PageSize'], 'Tags' => ['shape' => 'TagsMap']]], 'ListTriggersResponse' => ['type' => 'structure', 'members' => ['TriggerNames' => ['shape' => 'TriggerNameList'], 'NextToken' => ['shape' => 'GenericString']]], 'ListWorkflowsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GenericString'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListWorkflowsResponse' => ['type' => 'structure', 'members' => ['Workflows' => ['shape' => 'WorkflowNames'], 'NextToken' => ['shape' => 'GenericString']]], 'Location' => ['type' => 'structure', 'members' => ['Jdbc' => ['shape' => 'CodeGenNodeArgs'], 'S3' => ['shape' => 'CodeGenNodeArgs'], 'DynamoDB' => ['shape' => 'CodeGenNodeArgs']]], 'LocationMap' => ['type' => 'map', 'key' => ['shape' => 'ColumnValuesString'], 'value' => ['shape' => 'ColumnValuesString']], 'LocationString' => ['type' => 'string', 'max' => 2056, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], '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']]], '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']]], 'MLTransformNotReadyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'MapValue' => ['type' => 'map', 'key' => ['shape' => 'GenericString'], 'value' => ['shape' => 'GenericString'], 'max' => 100, 'min' => 0], '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']], 'MatchCriteria' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'max' => 10, 'min' => 0], 'MaxConcurrentRuns' => ['type' => 'integer'], 'MaxRetries' => ['type' => 'integer'], 'MessagePrefix' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'MessageString' => ['type' => 'string'], 'MillisecondsCount' => ['type' => 'long'], 'NameString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'NameStringList' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'NoScheduleException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'Node' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NodeType'], 'Name' => ['shape' => 'NameString'], 'UniqueId' => ['shape' => 'NameString'], 'TriggerDetails' => ['shape' => 'TriggerNodeDetails'], 'JobDetails' => ['shape' => 'JobNodeDetails'], 'CrawlerDetails' => ['shape' => 'CrawlerNodeDetails']]], 'NodeIdList' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'NodeList' => ['type' => 'list', 'member' => ['shape' => 'Node']], 'NodeType' => ['type' => 'string', 'enum' => ['CRAWLER', 'JOB', 'TRIGGER']], 'NonNegativeDouble' => ['type' => 'double', '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], 'NullableBoolean' => ['type' => 'boolean', 'box' => \true], 'NullableDouble' => ['type' => 'double', 'box' => \true], 'NullableInteger' => ['type' => 'integer', 'box' => \true], 'OperationTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'OrchestrationStringList' => ['type' => 'list', 'member' => ['shape' => 'GenericString']], 'Order' => ['type' => 'structure', 'required' => ['Column', 'SortOrder'], 'members' => ['Column' => ['shape' => 'NameString'], 'SortOrder' => ['shape' => 'IntegerFlag']]], 'OrderList' => ['type' => 'list', 'member' => ['shape' => 'Order']], 'PageSize' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'PaginationToken' => ['type' => 'string'], 'ParametersMap' => ['type' => 'map', 'key' => ['shape' => 'KeyString'], 'value' => ['shape' => 'ParametersMapValue']], 'ParametersMapValue' => ['type' => 'string', 'max' => 512000], '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']], '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']], 'PhysicalConnectionRequirements' => ['type' => 'structure', 'members' => ['SubnetId' => ['shape' => 'NameString'], 'SecurityGroupIdList' => ['shape' => 'SecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'NameString']]], 'PolicyJsonString' => ['type' => 'string', 'max' => 10240, 'min' => 2], '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']], 'PropertyPredicate' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ValueString'], 'Value' => ['shape' => 'ValueString'], 'Comparator' => ['shape' => 'Comparator']]], 'PublicKeysList' => ['type' => 'list', 'member' => ['shape' => 'GenericString'], 'max' => 5], 'PutDataCatalogEncryptionSettingsRequest' => ['type' => 'structure', 'required' => ['DataCatalogEncryptionSettings'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DataCatalogEncryptionSettings' => ['shape' => 'DataCatalogEncryptionSettings']]], 'PutDataCatalogEncryptionSettingsResponse' => ['type' => 'structure', 'members' => []], 'PutResourcePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInJson'], 'members' => ['PolicyInJson' => ['shape' => 'PolicyJsonString'], 'ResourceArn' => ['shape' => 'GlueResourceArn'], 'PolicyHashCondition' => ['shape' => 'HashString'], 'PolicyExistsCondition' => ['shape' => 'ExistCondition'], 'EnableHybrid' => ['shape' => 'EnableHybridValues']]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyHash' => ['shape' => 'HashString']]], '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]$'], 'RecordsCount' => ['type' => 'long', 'box' => \true], 'ReplaceBoolean' => ['type' => 'boolean'], 'ResetJobBookmarkRequest' => ['type' => 'structure', 'required' => ['JobName'], 'members' => ['JobName' => ['shape' => 'JobName'], 'RunId' => ['shape' => 'RunId']]], 'ResetJobBookmarkResponse' => ['type' => 'structure', 'members' => ['JobBookmarkEntry' => ['shape' => 'JobBookmarkEntry']]], 'ResourceNumberLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ResourceShareType' => ['type' => 'string', 'enum' => ['FOREIGN', 'ALL']], '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'], 'RunId' => ['type' => 'string'], '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']], 'S3Target' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'Path'], 'Exclusions' => ['shape' => 'PathList'], 'ConnectionName' => ['shape' => 'ConnectionName']]], 'S3TargetList' => ['type' => 'list', 'member' => ['shape' => 'S3Target']], 'ScalaCode' => ['type' => 'string'], 'Schedule' => ['type' => 'structure', 'members' => ['ScheduleExpression' => ['shape' => 'CronExpression'], 'State' => ['shape' => 'ScheduleState']]], 'ScheduleState' => ['type' => 'string', 'enum' => ['SCHEDULED', 'NOT_SCHEDULED', 'TRANSITIONING']], 'SchedulerNotRunningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchedulerRunningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchedulerTransitioningException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'SchemaChangePolicy' => ['type' => 'structure', 'members' => ['UpdateBehavior' => ['shape' => 'UpdateBehavior'], 'DeleteBehavior' => ['shape' => 'DeleteBehavior']]], 'SchemaColumn' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ColumnNameString'], 'DataType' => ['shape' => 'ColumnTypeString']]], 'SchemaPathString' => ['type' => 'string'], 'ScriptLocationString' => ['type' => 'string'], 'SearchPropertyPredicates' => ['type' => 'list', 'member' => ['shape' => 'PropertyPredicate']], 'SearchTablesRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'NextToken' => ['shape' => 'Token'], 'Filters' => ['shape' => 'SearchPropertyPredicates'], 'SearchText' => ['shape' => 'ValueString'], 'SortCriteria' => ['shape' => 'SortCriteria'], 'MaxResults' => ['shape' => 'PageSize'], 'ResourceShareType' => ['shape' => 'ResourceShareType']]], 'SearchTablesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'TableList' => ['shape' => 'TableList']]], 'SecurityConfiguration' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'CreatedTimeStamp' => ['shape' => 'TimestampValue'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration']]], 'SecurityConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SecurityConfiguration']], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'NameString'], 'max' => 50, 'min' => 0], 'Segment' => ['type' => 'structure', 'required' => ['SegmentNumber', 'TotalSegments'], 'members' => ['SegmentNumber' => ['shape' => 'NonNegativeInteger'], 'TotalSegments' => ['shape' => 'TotalSegmentsInteger']]], 'SerDeInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'SerializationLibrary' => ['shape' => 'NameString'], 'Parameters' => ['shape' => 'ParametersMap']]], 'SkewedInfo' => ['type' => 'structure', 'members' => ['SkewedColumnNames' => ['shape' => 'NameStringList'], 'SkewedColumnValues' => ['shape' => 'ColumnValueStringList'], 'SkewedColumnValueLocationMaps' => ['shape' => 'LocationMap']]], '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']], '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' => []], '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']]], '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']]], 'StartWorkflowRunResponse' => ['type' => 'structure', 'members' => ['RunId' => ['shape' => 'IdString']]], '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' => []], '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'], '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']]], 'StringColumnStatisticsData' => ['type' => 'structure', 'required' => ['MaximumLength', 'AverageLength', 'NumberOfNulls', 'NumberOfDistinctValues'], 'members' => ['MaximumLength' => ['shape' => 'NonNegativeLong'], 'AverageLength' => ['shape' => 'NonNegativeDouble'], 'NumberOfNulls' => ['shape' => 'NonNegativeLong'], 'NumberOfDistinctValues' => ['shape' => 'NonNegativeLong']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'GenericString']], 'Table' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'DatabaseName' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Owner' => ['shape' => 'NameString'], 'CreateTime' => ['shape' => 'Timestamp'], 'UpdateTime' => ['shape' => 'Timestamp'], 'LastAccessTime' => ['shape' => 'Timestamp'], 'LastAnalyzedTime' => ['shape' => 'Timestamp'], 'Retention' => ['shape' => 'NonNegativeInteger'], 'StorageDescriptor' => ['shape' => 'StorageDescriptor'], 'PartitionKeys' => ['shape' => 'ColumnList'], 'ViewOriginalText' => ['shape' => 'ViewTextString'], 'ViewExpandedText' => ['shape' => 'ViewTextString'], 'TableType' => ['shape' => 'TableTypeString'], 'Parameters' => ['shape' => 'ParametersMap'], 'CreatedBy' => ['shape' => 'NameString'], 'IsRegisteredWithLakeFormation' => ['shape' => 'Boolean'], 'TargetTable' => ['shape' => 'TableIdentifier'], 'CatalogId' => ['shape' => 'CatalogIdString']]], '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']]], 'TableInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Owner' => ['shape' => 'NameString'], 'LastAccessTime' => ['shape' => 'Timestamp'], 'LastAnalyzedTime' => ['shape' => 'Timestamp'], 'Retention' => ['shape' => 'NonNegativeInteger'], 'StorageDescriptor' => ['shape' => 'StorageDescriptor'], 'PartitionKeys' => ['shape' => 'ColumnList'], 'ViewOriginalText' => ['shape' => 'ViewTextString'], 'ViewExpandedText' => ['shape' => 'ViewTextString'], 'TableType' => ['shape' => 'TableTypeString'], 'Parameters' => ['shape' => 'ParametersMap'], 'TargetTable' => ['shape' => 'TableIdentifier']]], 'TableList' => ['type' => 'list', 'member' => ['shape' => 'Table']], 'TableName' => ['type' => 'string'], 'TablePrefix' => ['type' => 'string', 'max' => 128, 'min' => 0], 'TableTypeString' => ['type' => 'string', 'max' => 255], 'TableVersion' => ['type' => 'structure', 'members' => ['Table' => ['shape' => 'Table'], 'VersionId' => ['shape' => 'VersionString']]], 'TableVersionError' => ['type' => 'structure', 'members' => ['TableName' => ['shape' => 'NameString'], 'VersionId' => ['shape' => 'VersionString'], 'ErrorDetail' => ['shape' => 'ErrorDetail']]], 'TableVersionErrors' => ['type' => 'list', 'member' => ['shape' => 'TableVersionError']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeysList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagsToAdd'], 'members' => ['ResourceArn' => ['shape' => 'GlueResourceArn'], 'TagsToAdd' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TaskRun' => ['type' => 'structure', 'members' => ['TransformId' => ['shape' => 'HashString'], 'TaskRunId' => ['shape' => 'HashString'], 'Status' => ['shape' => 'TaskStatusType'], 'LogGroupName' => ['shape' => 'GenericString'], 'Properties' => ['shape' => 'TaskRunProperties'], 'ErrorString' => ['shape' => 'GenericString'], 'StartedOn' => ['shape' => 'Timestamp'], 'LastModifiedOn' => ['shape' => 'Timestamp'], 'CompletedOn' => ['shape' => 'Timestamp'], 'ExecutionTime' => ['shape' => 'ExecutionTime']]], 'TaskRunFilterCriteria' => ['type' => 'structure', 'members' => ['TaskRunType' => ['shape' => 'TaskType'], 'Status' => ['shape' => 'TaskStatusType'], 'StartedBefore' => ['shape' => 'Timestamp'], 'StartedAfter' => ['shape' => 'Timestamp']]], 'TaskRunList' => ['type' => 'list', 'member' => ['shape' => 'TaskRun']], 'TaskRunProperties' => ['type' => 'structure', 'members' => ['TaskType' => ['shape' => 'TaskType'], 'ImportLabelsTaskRunProperties' => ['shape' => 'ImportLabelsTaskRunProperties'], 'ExportLabelsTaskRunProperties' => ['shape' => 'ExportLabelsTaskRunProperties'], 'LabelingSetGenerationTaskRunProperties' => ['shape' => 'LabelingSetGenerationTaskRunProperties'], 'FindMatchesTaskRunProperties' => ['shape' => 'FindMatchesTaskRunProperties']]], 'TaskRunSortColumnType' => ['type' => 'string', 'enum' => ['TASK_RUN_TYPE', 'STATUS', 'STARTED']], 'TaskRunSortCriteria' => ['type' => 'structure', 'required' => ['Column', 'SortDirection'], 'members' => ['Column' => ['shape' => 'TaskRunSortColumnType'], 'SortDirection' => ['shape' => 'SortDirectionType']]], 'TaskStatusType' => ['type' => 'string', 'enum' => ['STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT']], 'TaskType' => ['type' => 'string', 'enum' => ['EVALUATION', 'LABELING_SET_GENERATION', 'IMPORT_LABELS', 'EXPORT_LABELS', 'FIND_MATCHES']], 'Timeout' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TimestampValue' => ['type' => 'timestamp'], 'Token' => ['type' => 'string'], 'TotalSegmentsInteger' => ['type' => 'integer', 'max' => 10, 'min' => 1], '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']]], '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']], 'TriggerUpdate' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Schedule' => ['shape' => 'GenericString'], 'Actions' => ['shape' => 'ActionList'], 'Predicate' => ['shape' => 'Predicate']]], '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]*'], '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']], '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'], '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']]], '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']]], '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' => []], 'UpdateTableRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'TableInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'TableInput' => ['shape' => 'TableInput'], 'SkipArchive' => ['shape' => 'BooleanNullable']]], 'UpdateTableResponse' => ['type' => 'structure', 'members' => []], 'UpdateTriggerRequest' => ['type' => 'structure', 'required' => ['Name', 'TriggerUpdate'], 'members' => ['Name' => ['shape' => 'NameString'], 'TriggerUpdate' => ['shape' => 'TriggerUpdate']]], 'UpdateTriggerResponse' => ['type' => 'structure', 'members' => ['Trigger' => ['shape' => 'Trigger']]], 'UpdateUserDefinedFunctionRequest' => ['type' => 'structure', 'required' => ['DatabaseName', 'FunctionName', 'FunctionInput'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'FunctionName' => ['shape' => 'NameString'], 'FunctionInput' => ['shape' => 'UserDefinedFunctionInput']]], 'UpdateUserDefinedFunctionResponse' => ['type' => 'structure', 'members' => []], 'UpdateWorkflowRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'GenericString'], 'DefaultRunProperties' => ['shape' => 'WorkflowRunProperties'], 'MaxConcurrentRuns' => ['shape' => 'NullableInteger']]], 'UpdateWorkflowResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NameString']]], 'UpdateXMLClassifierRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString'], 'Classification' => ['shape' => 'Classification'], 'RowTag' => ['shape' => 'RowTag']]], 'UriString' => ['type' => 'string'], 'UserDefinedFunction' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NameString'], 'DatabaseName' => ['shape' => 'NameString'], 'ClassName' => ['shape' => 'NameString'], 'OwnerName' => ['shape' => 'NameString'], 'OwnerType' => ['shape' => 'PrincipalType'], 'CreateTime' => ['shape' => 'Timestamp'], 'ResourceUris' => ['shape' => 'ResourceUriList'], 'CatalogId' => ['shape' => 'CatalogIdString']]], 'UserDefinedFunctionInput' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NameString'], 'ClassName' => ['shape' => 'NameString'], 'OwnerName' => ['shape' => 'NameString'], 'OwnerType' => ['shape' => 'PrincipalType'], 'ResourceUris' => ['shape' => 'ResourceUriList']]], 'UserDefinedFunctionList' => ['type' => 'list', 'member' => ['shape' => 'UserDefinedFunction']], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ValueString' => ['type' => 'string', 'max' => 1024], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'ValueString']], 'VersionId' => ['type' => 'long'], '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]*'], 'ViewTextString' => ['type' => 'string', 'max' => 409600], 'WorkerType' => ['type' => 'string', 'enum' => ['Standard', 'G.1X', 'G.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']]], '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']]], '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']]], 'WorkflowRunStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'COMPLETED', 'STOPPING', 'STOPPED', 'ERROR']], 'WorkflowRuns' => ['type' => 'list', 'member' => ['shape' => 'WorkflowRun'], 'max' => 1000, 'min' => 1], 'Workflows' => ['type' => 'list', 'member' => ['shape' => 'Workflow'], 'max' => 25, 'min' => 1], 'XMLClassifier' => ['type' => 'structure', 'required' => ['Name', 'Classification'], 'members' => ['Name' => ['shape' => 'NameString'], 'Classification' => ['shape' => 'Classification'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastUpdated' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'VersionId'], 'RowTag' => ['shape' => 'RowTag']]]]]; diff --git a/vendor/Aws3/Aws/data/groundstation/2019-05-23/api-2.json.php b/vendor/Aws3/Aws/data/groundstation/2019-05-23/api-2.json.php index 20823aa7..a5f0adbb 100644 --- a/vendor/Aws3/Aws/data/groundstation/2019-05-23/api-2.json.php +++ b/vendor/Aws3/Aws/data/groundstation/2019-05-23/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-05-23', 'endpointPrefix' => 'groundstation', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Ground Station', 'serviceId' => 'GroundStation', 'signatureVersion' => 'v4', 'signingName' => 'groundstation', 'uid' => 'groundstation-2019-05-23'], 'operations' => ['CancelContact' => ['name' => 'CancelContact', 'http' => ['method' => 'DELETE', 'requestUri' => '/contact/{contactId}', 'responseCode' => 200], 'input' => ['shape' => 'CancelContactRequest'], 'output' => ['shape' => 'ContactIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'CreateConfig' => ['name' => 'CreateConfig', 'http' => ['method' => 'POST', 'requestUri' => '/config', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'CreateDataflowEndpointGroup' => ['name' => 'CreateDataflowEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/dataflowEndpointGroup', 'responseCode' => 200], 'input' => ['shape' => 'CreateDataflowEndpointGroupRequest'], 'output' => ['shape' => 'DataflowEndpointGroupIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'CreateMissionProfile' => ['name' => 'CreateMissionProfile', 'http' => ['method' => 'POST', 'requestUri' => '/missionprofile', 'responseCode' => 200], 'input' => ['shape' => 'CreateMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteConfig' => ['name' => 'DeleteConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DeleteDataflowEndpointGroup' => ['name' => 'DeleteDataflowEndpointGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/dataflowEndpointGroup/{dataflowEndpointGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteDataflowEndpointGroupRequest'], 'output' => ['shape' => 'DataflowEndpointGroupIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DeleteMissionProfile' => ['name' => 'DeleteMissionProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeContact' => ['name' => 'DescribeContact', 'http' => ['method' => 'GET', 'requestUri' => '/contact/{contactId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeContactRequest'], 'output' => ['shape' => 'DescribeContactResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetConfig' => ['name' => 'GetConfig', 'http' => ['method' => 'GET', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigRequest'], 'output' => ['shape' => 'GetConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetDataflowEndpointGroup' => ['name' => 'GetDataflowEndpointGroup', 'http' => ['method' => 'GET', 'requestUri' => '/dataflowEndpointGroup/{dataflowEndpointGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDataflowEndpointGroupRequest'], 'output' => ['shape' => 'GetDataflowEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetMinuteUsage' => ['name' => 'GetMinuteUsage', 'http' => ['method' => 'POST', 'requestUri' => '/minute-usage', 'responseCode' => 200], 'input' => ['shape' => 'GetMinuteUsageRequest'], 'output' => ['shape' => 'GetMinuteUsageResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetMissionProfile' => ['name' => 'GetMissionProfile', 'http' => ['method' => 'GET', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'GetMissionProfileRequest'], 'output' => ['shape' => 'GetMissionProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetSatellite' => ['name' => 'GetSatellite', 'http' => ['method' => 'GET', 'requestUri' => '/satellite/{satelliteId}', 'responseCode' => 200], 'input' => ['shape' => 'GetSatelliteRequest'], 'output' => ['shape' => 'GetSatelliteResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListConfigs' => ['name' => 'ListConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/config', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigsRequest'], 'output' => ['shape' => 'ListConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListContacts' => ['name' => 'ListContacts', 'http' => ['method' => 'POST', 'requestUri' => '/contacts', 'responseCode' => 200], 'input' => ['shape' => 'ListContactsRequest'], 'output' => ['shape' => 'ListContactsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListDataflowEndpointGroups' => ['name' => 'ListDataflowEndpointGroups', 'http' => ['method' => 'GET', 'requestUri' => '/dataflowEndpointGroup', 'responseCode' => 200], 'input' => ['shape' => 'ListDataflowEndpointGroupsRequest'], 'output' => ['shape' => 'ListDataflowEndpointGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListGroundStations' => ['name' => 'ListGroundStations', 'http' => ['method' => 'GET', 'requestUri' => '/groundstation', 'responseCode' => 200], 'input' => ['shape' => 'ListGroundStationsRequest'], 'output' => ['shape' => 'ListGroundStationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListMissionProfiles' => ['name' => 'ListMissionProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/missionprofile', 'responseCode' => 200], 'input' => ['shape' => 'ListMissionProfilesRequest'], 'output' => ['shape' => 'ListMissionProfilesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListSatellites' => ['name' => 'ListSatellites', 'http' => ['method' => 'GET', 'requestUri' => '/satellite', 'responseCode' => 200], 'input' => ['shape' => 'ListSatellitesRequest'], 'output' => ['shape' => 'ListSatellitesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ReserveContact' => ['name' => 'ReserveContact', 'http' => ['method' => 'POST', 'requestUri' => '/contact', 'responseCode' => 200], 'input' => ['shape' => 'ReserveContactRequest'], 'output' => ['shape' => 'ContactIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'UpdateConfig' => ['name' => 'UpdateConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'UpdateMissionProfile' => ['name' => 'UpdateMissionProfile', 'http' => ['method' => 'PUT', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['AngleUnits' => ['type' => 'string', 'enum' => ['DEGREE_ANGLE', 'RADIAN']], 'AntennaDownlinkConfig' => ['type' => 'structure', 'required' => ['spectrumConfig'], 'members' => ['spectrumConfig' => ['shape' => 'SpectrumConfig']]], 'AntennaDownlinkDemodDecodeConfig' => ['type' => 'structure', 'required' => ['decodeConfig', 'demodulationConfig', 'spectrumConfig'], 'members' => ['decodeConfig' => ['shape' => 'DecodeConfig'], 'demodulationConfig' => ['shape' => 'DemodulationConfig'], 'spectrumConfig' => ['shape' => 'SpectrumConfig']]], 'AntennaUplinkConfig' => ['type' => 'structure', 'required' => ['spectrumConfig', 'targetEirp'], 'members' => ['spectrumConfig' => ['shape' => 'UplinkSpectrumConfig'], 'targetEirp' => ['shape' => 'Eirp']]], 'BandwidthUnits' => ['type' => 'string', 'enum' => ['GHz', 'MHz', 'kHz']], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'CancelContactRequest' => ['type' => 'structure', 'required' => ['contactId'], 'members' => ['contactId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'contactId']]], 'ConfigArn' => ['type' => 'string'], 'ConfigCapabilityType' => ['type' => 'string', 'enum' => ['antenna-downlink', 'antenna-downlink-demod-decode', 'antenna-uplink', 'dataflow-endpoint', 'tracking', 'uplink-echo']], 'ConfigIdResponse' => ['type' => 'structure', 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType']]], 'ConfigList' => ['type' => 'list', 'member' => ['shape' => 'ConfigListItem']], 'ConfigListItem' => ['type' => 'structure', 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'name' => ['shape' => 'String']]], 'ConfigTypeData' => ['type' => 'structure', 'members' => ['antennaDownlinkConfig' => ['shape' => 'AntennaDownlinkConfig'], 'antennaDownlinkDemodDecodeConfig' => ['shape' => 'AntennaDownlinkDemodDecodeConfig'], 'antennaUplinkConfig' => ['shape' => 'AntennaUplinkConfig'], 'dataflowEndpointConfig' => ['shape' => 'DataflowEndpointConfig'], 'trackingConfig' => ['shape' => 'TrackingConfig'], 'uplinkEchoConfig' => ['shape' => 'UplinkEchoConfig']]], 'ContactData' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String'], 'contactStatus' => ['shape' => 'ContactStatus'], 'endTime' => ['shape' => 'Timestamp'], 'errorMessage' => ['shape' => 'String'], 'groundStation' => ['shape' => 'String'], 'maximumElevation' => ['shape' => 'Elevation'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'postPassEndTime' => ['shape' => 'Timestamp'], 'prePassStartTime' => ['shape' => 'Timestamp'], 'region' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'ContactIdResponse' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String']]], 'ContactList' => ['type' => 'list', 'member' => ['shape' => 'ContactData']], 'ContactStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'AWS_CANCELLED', 'CANCELLED', 'CANCELLING', 'COMPLETED', 'FAILED', 'FAILED_TO_SCHEDULE', 'PASS', 'POSTPASS', 'PREPASS', 'SCHEDULED', 'SCHEDULING']], 'CreateConfigRequest' => ['type' => 'structure', 'required' => ['configData', 'name'], 'members' => ['configData' => ['shape' => 'ConfigTypeData'], 'name' => ['shape' => 'SafeName'], 'tags' => ['shape' => 'TagsMap']]], 'CreateDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['endpointDetails'], 'members' => ['endpointDetails' => ['shape' => 'EndpointDetailsList'], 'tags' => ['shape' => 'TagsMap']]], 'CreateMissionProfileRequest' => ['type' => 'structure', 'required' => ['dataflowEdges', 'minimumViableContactDurationSeconds', 'name', 'trackingConfigArn'], 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'name' => ['shape' => 'SafeName'], 'tags' => ['shape' => 'TagsMap'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'Criticality' => ['type' => 'string', 'enum' => ['PREFERRED', 'REMOVED', 'REQUIRED']], 'DataflowEdge' => ['type' => 'list', 'member' => ['shape' => 'ConfigArn'], 'max' => 2, 'min' => 2], 'DataflowEdgeList' => ['type' => 'list', 'member' => ['shape' => 'DataflowEdge']], 'DataflowEndpoint' => ['type' => 'structure', 'members' => ['address' => ['shape' => 'SocketAddress'], 'name' => ['shape' => 'SafeName'], 'status' => ['shape' => 'EndpointStatus']]], 'DataflowEndpointConfig' => ['type' => 'structure', 'required' => ['dataflowEndpointName'], 'members' => ['dataflowEndpointName' => ['shape' => 'String'], 'dataflowEndpointRegion' => ['shape' => 'String']]], 'DataflowEndpointGroupArn' => ['type' => 'string'], 'DataflowEndpointGroupIdResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String']]], 'DataflowEndpointGroupList' => ['type' => 'list', 'member' => ['shape' => 'DataflowEndpointListItem']], 'DataflowEndpointListItem' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupArn' => ['shape' => 'DataflowEndpointGroupArn'], 'dataflowEndpointGroupId' => ['shape' => 'String']]], 'DecodeConfig' => ['type' => 'structure', 'required' => ['unvalidatedJSON'], 'members' => ['unvalidatedJSON' => ['shape' => 'JsonString']]], 'DeleteConfigRequest' => ['type' => 'structure', 'required' => ['configId', 'configType'], 'members' => ['configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType']]], 'DeleteDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['dataflowEndpointGroupId'], 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'dataflowEndpointGroupId']]], 'DeleteMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId']]], 'DemodulationConfig' => ['type' => 'structure', 'required' => ['unvalidatedJSON'], 'members' => ['unvalidatedJSON' => ['shape' => 'JsonString']]], 'DependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 531], 'exception' => \true, 'fault' => \true], 'DescribeContactRequest' => ['type' => 'structure', 'required' => ['contactId'], 'members' => ['contactId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'contactId']]], 'DescribeContactResponse' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String'], 'contactStatus' => ['shape' => 'ContactStatus'], 'endTime' => ['shape' => 'Timestamp'], 'errorMessage' => ['shape' => 'String'], 'groundStation' => ['shape' => 'String'], 'maximumElevation' => ['shape' => 'Elevation'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'postPassEndTime' => ['shape' => 'Timestamp'], 'prePassStartTime' => ['shape' => 'Timestamp'], 'region' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'Double' => ['type' => 'double', 'box' => \true], 'DurationInSeconds' => ['type' => 'integer', 'max' => 21600, 'min' => 1], 'Eirp' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'EirpUnits'], 'value' => ['shape' => 'Double']]], 'EirpUnits' => ['type' => 'string', 'enum' => ['dBW']], 'Elevation' => ['type' => 'structure', 'required' => ['unit', 'value'], 'members' => ['unit' => ['shape' => 'AngleUnits'], 'value' => ['shape' => 'Double']]], 'EndpointDetails' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'DataflowEndpoint'], 'securityDetails' => ['shape' => 'SecurityDetails']]], 'EndpointDetailsList' => ['type' => 'list', 'member' => ['shape' => 'EndpointDetails']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['created', 'creating', 'deleted', 'deleting', 'failed']], 'Frequency' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'FrequencyUnits'], 'value' => ['shape' => 'Double']]], 'FrequencyBandwidth' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'BandwidthUnits'], 'value' => ['shape' => 'Double']]], 'FrequencyUnits' => ['type' => 'string', 'enum' => ['GHz', 'MHz', 'kHz']], 'GetConfigRequest' => ['type' => 'structure', 'required' => ['configId', 'configType'], 'members' => ['configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType']]], 'GetConfigResponse' => ['type' => 'structure', 'required' => ['configArn', 'configData', 'configId', 'name'], 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configData' => ['shape' => 'ConfigTypeData'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'name' => ['shape' => 'String'], 'tags' => ['shape' => 'TagsMap']]], 'GetDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['dataflowEndpointGroupId'], 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'dataflowEndpointGroupId']]], 'GetDataflowEndpointGroupResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupArn' => ['shape' => 'DataflowEndpointGroupArn'], 'dataflowEndpointGroupId' => ['shape' => 'String'], 'endpointsDetails' => ['shape' => 'EndpointDetailsList'], 'tags' => ['shape' => 'TagsMap']]], 'GetMinuteUsageRequest' => ['type' => 'structure', 'required' => ['month', 'year'], 'members' => ['month' => ['shape' => 'Integer'], 'year' => ['shape' => 'Integer']]], 'GetMinuteUsageResponse' => ['type' => 'structure', 'members' => ['estimatedMinutesRemaining' => ['shape' => 'Integer'], 'isReservedMinutesCustomer' => ['shape' => 'Boolean'], 'totalReservedMinuteAllocation' => ['shape' => 'Integer'], 'totalScheduledMinutes' => ['shape' => 'Integer'], 'upcomingMinutesScheduled' => ['shape' => 'Integer']]], 'GetMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId']]], 'GetMissionProfileResponse' => ['type' => 'structure', 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'missionProfileId' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'region' => ['shape' => 'String'], 'tags' => ['shape' => 'TagsMap'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'GetSatelliteRequest' => ['type' => 'structure', 'required' => ['satelliteId'], 'members' => ['satelliteId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'satelliteId']]], 'GetSatelliteResponse' => ['type' => 'structure', 'members' => ['groundStations' => ['shape' => 'GroundStationIdList'], 'noradSatelliteID' => ['shape' => 'noradSatelliteID'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'satelliteId' => ['shape' => 'Uuid']]], 'GroundStationData' => ['type' => 'structure', 'members' => ['groundStationId' => ['shape' => 'String'], 'groundStationName' => ['shape' => 'String'], 'region' => ['shape' => 'String']]], 'GroundStationIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'GroundStationList' => ['type' => 'list', 'member' => ['shape' => 'GroundStationData']], 'Integer' => ['type' => 'integer', 'box' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 431, 'senderFault' => \true], 'exception' => \true], 'JsonString' => ['type' => 'string', 'max' => 8192, 'min' => 2, 'pattern' => '^[{}\\[\\]:.,"0-9A-z\\-_\\s]{2,8192}$'], 'ListConfigsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigsResponse' => ['type' => 'structure', 'members' => ['configList' => ['shape' => 'ConfigList'], 'nextToken' => ['shape' => 'String']]], 'ListContactsRequest' => ['type' => 'structure', 'required' => ['endTime', 'startTime', 'statusList'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'groundStation' => ['shape' => 'String'], 'maxResults' => ['shape' => 'Integer'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'nextToken' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'statusList' => ['shape' => 'StatusList']]], 'ListContactsResponse' => ['type' => 'structure', 'members' => ['contactList' => ['shape' => 'ContactList'], 'nextToken' => ['shape' => 'String']]], 'ListDataflowEndpointGroupsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListDataflowEndpointGroupsResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupList' => ['shape' => 'DataflowEndpointGroupList'], 'nextToken' => ['shape' => 'String']]], 'ListGroundStationsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'satelliteId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'satelliteId']]], 'ListGroundStationsResponse' => ['type' => 'structure', 'members' => ['groundStationList' => ['shape' => 'GroundStationList'], 'nextToken' => ['shape' => 'String']]], 'ListMissionProfilesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMissionProfilesResponse' => ['type' => 'structure', 'members' => ['missionProfileList' => ['shape' => 'MissionProfileList'], 'nextToken' => ['shape' => 'String']]], 'ListSatellitesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListSatellitesResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'satellites' => ['shape' => 'SatelliteList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap']]], 'MissionProfileArn' => ['type' => 'string'], 'MissionProfileIdResponse' => ['type' => 'structure', 'members' => ['missionProfileId' => ['shape' => 'String']]], 'MissionProfileList' => ['type' => 'list', 'member' => ['shape' => 'MissionProfileListItem']], 'MissionProfileListItem' => ['type' => 'structure', 'members' => ['missionProfileArn' => ['shape' => 'MissionProfileArn'], 'missionProfileId' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'region' => ['shape' => 'String']]], 'Polarization' => ['type' => 'string', 'enum' => ['LEFT_HAND', 'NONE', 'RIGHT_HAND']], 'ReserveContactRequest' => ['type' => 'structure', 'required' => ['endTime', 'groundStation', 'missionProfileArn', 'satelliteArn', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'groundStation' => ['shape' => 'String'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 434, 'senderFault' => \true], 'exception' => \true], 'RoleArn' => ['type' => 'string'], 'SafeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[ a-zA-Z0-9_:-]{1,256}$'], 'SatelliteList' => ['type' => 'list', 'member' => ['shape' => 'SatelliteListItem']], 'SatelliteListItem' => ['type' => 'structure', 'members' => ['groundStations' => ['shape' => 'GroundStationIdList'], 'noradSatelliteID' => ['shape' => 'noradSatelliteID'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'satelliteId' => ['shape' => 'Uuid']]], 'SecurityDetails' => ['type' => 'structure', 'required' => ['roleArn', 'securityGroupIds', 'subnetIds'], 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'securityGroupIds' => ['shape' => 'SecurityGroupIdList'], 'subnetIds' => ['shape' => 'SubnetList']]], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SocketAddress' => ['type' => 'structure', 'required' => ['name', 'port'], 'members' => ['name' => ['shape' => 'String'], 'port' => ['shape' => 'Integer']]], 'SpectrumConfig' => ['type' => 'structure', 'required' => ['bandwidth', 'centerFrequency'], 'members' => ['bandwidth' => ['shape' => 'FrequencyBandwidth'], 'centerFrequency' => ['shape' => 'Frequency'], 'polarization' => ['shape' => 'Polarization']]], 'StatusList' => ['type' => 'list', 'member' => ['shape' => 'ContactStatus']], 'String' => ['type' => 'string'], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'Timestamp' => ['type' => 'timestamp'], 'TrackingConfig' => ['type' => 'structure', 'required' => ['autotrack'], 'members' => ['autotrack' => ['shape' => 'Criticality']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateConfigRequest' => ['type' => 'structure', 'required' => ['configData', 'configId', 'configType', 'name'], 'members' => ['configData' => ['shape' => 'ConfigTypeData'], 'configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType'], 'name' => ['shape' => 'SafeName']]], 'UpdateMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId'], 'name' => ['shape' => 'SafeName'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'UplinkEchoConfig' => ['type' => 'structure', 'required' => ['antennaUplinkConfigArn', 'enabled'], 'members' => ['antennaUplinkConfigArn' => ['shape' => 'ConfigArn'], 'enabled' => ['shape' => 'Boolean']]], 'UplinkSpectrumConfig' => ['type' => 'structure', 'required' => ['centerFrequency'], 'members' => ['centerFrequency' => ['shape' => 'Frequency'], 'polarization' => ['shape' => 'Polarization']]], 'Uuid' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}'], 'noradSatelliteID' => ['type' => 'integer', 'max' => 99999, 'min' => 1], 'satelliteArn' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-05-23', 'endpointPrefix' => 'groundstation', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Ground Station', 'serviceId' => 'GroundStation', 'signatureVersion' => 'v4', 'signingName' => 'groundstation', 'uid' => 'groundstation-2019-05-23'], 'operations' => ['CancelContact' => ['name' => 'CancelContact', 'http' => ['method' => 'DELETE', 'requestUri' => '/contact/{contactId}', 'responseCode' => 200], 'input' => ['shape' => 'CancelContactRequest'], 'output' => ['shape' => 'ContactIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'CreateConfig' => ['name' => 'CreateConfig', 'http' => ['method' => 'POST', 'requestUri' => '/config', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'CreateDataflowEndpointGroup' => ['name' => 'CreateDataflowEndpointGroup', 'http' => ['method' => 'POST', 'requestUri' => '/dataflowEndpointGroup', 'responseCode' => 200], 'input' => ['shape' => 'CreateDataflowEndpointGroupRequest'], 'output' => ['shape' => 'DataflowEndpointGroupIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'CreateMissionProfile' => ['name' => 'CreateMissionProfile', 'http' => ['method' => 'POST', 'requestUri' => '/missionprofile', 'responseCode' => 200], 'input' => ['shape' => 'CreateMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteConfig' => ['name' => 'DeleteConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DeleteDataflowEndpointGroup' => ['name' => 'DeleteDataflowEndpointGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/dataflowEndpointGroup/{dataflowEndpointGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteDataflowEndpointGroupRequest'], 'output' => ['shape' => 'DataflowEndpointGroupIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DeleteMissionProfile' => ['name' => 'DeleteMissionProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeContact' => ['name' => 'DescribeContact', 'http' => ['method' => 'GET', 'requestUri' => '/contact/{contactId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeContactRequest'], 'output' => ['shape' => 'DescribeContactResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetConfig' => ['name' => 'GetConfig', 'http' => ['method' => 'GET', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'GetConfigRequest'], 'output' => ['shape' => 'GetConfigResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetDataflowEndpointGroup' => ['name' => 'GetDataflowEndpointGroup', 'http' => ['method' => 'GET', 'requestUri' => '/dataflowEndpointGroup/{dataflowEndpointGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDataflowEndpointGroupRequest'], 'output' => ['shape' => 'GetDataflowEndpointGroupResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetMinuteUsage' => ['name' => 'GetMinuteUsage', 'http' => ['method' => 'POST', 'requestUri' => '/minute-usage', 'responseCode' => 200], 'input' => ['shape' => 'GetMinuteUsageRequest'], 'output' => ['shape' => 'GetMinuteUsageResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetMissionProfile' => ['name' => 'GetMissionProfile', 'http' => ['method' => 'GET', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'GetMissionProfileRequest'], 'output' => ['shape' => 'GetMissionProfileResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'GetSatellite' => ['name' => 'GetSatellite', 'http' => ['method' => 'GET', 'requestUri' => '/satellite/{satelliteId}', 'responseCode' => 200], 'input' => ['shape' => 'GetSatelliteRequest'], 'output' => ['shape' => 'GetSatelliteResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListConfigs' => ['name' => 'ListConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/config', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigsRequest'], 'output' => ['shape' => 'ListConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListContacts' => ['name' => 'ListContacts', 'http' => ['method' => 'POST', 'requestUri' => '/contacts', 'responseCode' => 200], 'input' => ['shape' => 'ListContactsRequest'], 'output' => ['shape' => 'ListContactsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListDataflowEndpointGroups' => ['name' => 'ListDataflowEndpointGroups', 'http' => ['method' => 'GET', 'requestUri' => '/dataflowEndpointGroup', 'responseCode' => 200], 'input' => ['shape' => 'ListDataflowEndpointGroupsRequest'], 'output' => ['shape' => 'ListDataflowEndpointGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListGroundStations' => ['name' => 'ListGroundStations', 'http' => ['method' => 'GET', 'requestUri' => '/groundstation', 'responseCode' => 200], 'input' => ['shape' => 'ListGroundStationsRequest'], 'output' => ['shape' => 'ListGroundStationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListMissionProfiles' => ['name' => 'ListMissionProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/missionprofile', 'responseCode' => 200], 'input' => ['shape' => 'ListMissionProfilesRequest'], 'output' => ['shape' => 'ListMissionProfilesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListSatellites' => ['name' => 'ListSatellites', 'http' => ['method' => 'GET', 'requestUri' => '/satellite', 'responseCode' => 200], 'input' => ['shape' => 'ListSatellitesRequest'], 'output' => ['shape' => 'ListSatellitesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'ReserveContact' => ['name' => 'ReserveContact', 'http' => ['method' => 'POST', 'requestUri' => '/contact', 'responseCode' => 200], 'input' => ['shape' => 'ReserveContactRequest'], 'output' => ['shape' => 'ContactIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'UpdateConfig' => ['name' => 'UpdateConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/config/{configType}/{configId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigRequest'], 'output' => ['shape' => 'ConfigIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'UpdateMissionProfile' => ['name' => 'UpdateMissionProfile', 'http' => ['method' => 'PUT', 'requestUri' => '/missionprofile/{missionProfileId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMissionProfileRequest'], 'output' => ['shape' => 'MissionProfileIdResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'DependencyException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['AngleUnits' => ['type' => 'string', 'enum' => ['DEGREE_ANGLE', 'RADIAN']], 'AntennaDemodDecodeDetails' => ['type' => 'structure', 'members' => ['outputNode' => ['shape' => 'String']]], 'AntennaDownlinkConfig' => ['type' => 'structure', 'required' => ['spectrumConfig'], 'members' => ['spectrumConfig' => ['shape' => 'SpectrumConfig']]], 'AntennaDownlinkDemodDecodeConfig' => ['type' => 'structure', 'required' => ['decodeConfig', 'demodulationConfig', 'spectrumConfig'], 'members' => ['decodeConfig' => ['shape' => 'DecodeConfig'], 'demodulationConfig' => ['shape' => 'DemodulationConfig'], 'spectrumConfig' => ['shape' => 'SpectrumConfig']]], 'AntennaUplinkConfig' => ['type' => 'structure', 'required' => ['spectrumConfig', 'targetEirp'], 'members' => ['spectrumConfig' => ['shape' => 'UplinkSpectrumConfig'], 'targetEirp' => ['shape' => 'Eirp'], 'transmitDisabled' => ['shape' => 'Boolean']]], 'BandwidthUnits' => ['type' => 'string', 'enum' => ['GHz', 'MHz', 'kHz']], 'Boolean' => ['type' => 'boolean', 'box' => \true], 'CancelContactRequest' => ['type' => 'structure', 'required' => ['contactId'], 'members' => ['contactId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'contactId']]], 'ConfigArn' => ['type' => 'string'], 'ConfigCapabilityType' => ['type' => 'string', 'enum' => ['antenna-downlink', 'antenna-downlink-demod-decode', 'antenna-uplink', 'dataflow-endpoint', 'tracking', 'uplink-echo']], 'ConfigDetails' => ['type' => 'structure', 'members' => ['antennaDemodDecodeDetails' => ['shape' => 'AntennaDemodDecodeDetails'], 'endpointDetails' => ['shape' => 'EndpointDetails']]], 'ConfigIdResponse' => ['type' => 'structure', 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType']]], 'ConfigList' => ['type' => 'list', 'member' => ['shape' => 'ConfigListItem']], 'ConfigListItem' => ['type' => 'structure', 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'name' => ['shape' => 'String']]], 'ConfigTypeData' => ['type' => 'structure', 'members' => ['antennaDownlinkConfig' => ['shape' => 'AntennaDownlinkConfig'], 'antennaDownlinkDemodDecodeConfig' => ['shape' => 'AntennaDownlinkDemodDecodeConfig'], 'antennaUplinkConfig' => ['shape' => 'AntennaUplinkConfig'], 'dataflowEndpointConfig' => ['shape' => 'DataflowEndpointConfig'], 'trackingConfig' => ['shape' => 'TrackingConfig'], 'uplinkEchoConfig' => ['shape' => 'UplinkEchoConfig']]], 'ContactData' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String'], 'contactStatus' => ['shape' => 'ContactStatus'], 'endTime' => ['shape' => 'Timestamp'], 'errorMessage' => ['shape' => 'String'], 'groundStation' => ['shape' => 'String'], 'maximumElevation' => ['shape' => 'Elevation'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'postPassEndTime' => ['shape' => 'Timestamp'], 'prePassStartTime' => ['shape' => 'Timestamp'], 'region' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'ContactIdResponse' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String']]], 'ContactList' => ['type' => 'list', 'member' => ['shape' => 'ContactData']], 'ContactStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'AWS_CANCELLED', 'CANCELLED', 'CANCELLING', 'COMPLETED', 'FAILED', 'FAILED_TO_SCHEDULE', 'PASS', 'POSTPASS', 'PREPASS', 'SCHEDULED', 'SCHEDULING']], 'CreateConfigRequest' => ['type' => 'structure', 'required' => ['configData', 'name'], 'members' => ['configData' => ['shape' => 'ConfigTypeData'], 'name' => ['shape' => 'SafeName'], 'tags' => ['shape' => 'TagsMap']]], 'CreateDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['endpointDetails'], 'members' => ['endpointDetails' => ['shape' => 'EndpointDetailsList'], 'tags' => ['shape' => 'TagsMap']]], 'CreateMissionProfileRequest' => ['type' => 'structure', 'required' => ['dataflowEdges', 'minimumViableContactDurationSeconds', 'name', 'trackingConfigArn'], 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'name' => ['shape' => 'SafeName'], 'tags' => ['shape' => 'TagsMap'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'Criticality' => ['type' => 'string', 'enum' => ['PREFERRED', 'REMOVED', 'REQUIRED']], 'DataflowDetail' => ['type' => 'structure', 'members' => ['destination' => ['shape' => 'Destination'], 'source' => ['shape' => 'Source']]], 'DataflowEdge' => ['type' => 'list', 'member' => ['shape' => 'ConfigArn'], 'max' => 2, 'min' => 2], 'DataflowEdgeList' => ['type' => 'list', 'member' => ['shape' => 'DataflowEdge']], 'DataflowEndpoint' => ['type' => 'structure', 'members' => ['address' => ['shape' => 'SocketAddress'], 'mtu' => ['shape' => 'DataflowEndpointmtuInteger'], 'name' => ['shape' => 'SafeName'], 'status' => ['shape' => 'EndpointStatus']]], 'DataflowEndpointConfig' => ['type' => 'structure', 'required' => ['dataflowEndpointName'], 'members' => ['dataflowEndpointName' => ['shape' => 'String'], 'dataflowEndpointRegion' => ['shape' => 'String']]], 'DataflowEndpointGroupArn' => ['type' => 'string'], 'DataflowEndpointGroupIdResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String']]], 'DataflowEndpointGroupList' => ['type' => 'list', 'member' => ['shape' => 'DataflowEndpointListItem']], 'DataflowEndpointListItem' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupArn' => ['shape' => 'DataflowEndpointGroupArn'], 'dataflowEndpointGroupId' => ['shape' => 'String']]], 'DataflowEndpointmtuInteger' => ['type' => 'integer', 'box' => \true, 'max' => 1500, 'min' => 1400], 'DataflowList' => ['type' => 'list', 'member' => ['shape' => 'DataflowDetail']], 'DecodeConfig' => ['type' => 'structure', 'required' => ['unvalidatedJSON'], 'members' => ['unvalidatedJSON' => ['shape' => 'JsonString']]], 'DeleteConfigRequest' => ['type' => 'structure', 'required' => ['configId', 'configType'], 'members' => ['configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType']]], 'DeleteDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['dataflowEndpointGroupId'], 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'dataflowEndpointGroupId']]], 'DeleteMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId']]], 'DemodulationConfig' => ['type' => 'structure', 'required' => ['unvalidatedJSON'], 'members' => ['unvalidatedJSON' => ['shape' => 'JsonString']]], 'DependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 531], 'exception' => \true, 'fault' => \true], 'DescribeContactRequest' => ['type' => 'structure', 'required' => ['contactId'], 'members' => ['contactId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'contactId']]], 'DescribeContactResponse' => ['type' => 'structure', 'members' => ['contactId' => ['shape' => 'String'], 'contactStatus' => ['shape' => 'ContactStatus'], 'dataflowList' => ['shape' => 'DataflowList'], 'endTime' => ['shape' => 'Timestamp'], 'errorMessage' => ['shape' => 'String'], 'groundStation' => ['shape' => 'String'], 'maximumElevation' => ['shape' => 'Elevation'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'postPassEndTime' => ['shape' => 'Timestamp'], 'prePassStartTime' => ['shape' => 'Timestamp'], 'region' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'Destination' => ['type' => 'structure', 'members' => ['configDetails' => ['shape' => 'ConfigDetails'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'dataflowDestinationRegion' => ['shape' => 'String']]], 'Double' => ['type' => 'double', 'box' => \true], 'DurationInSeconds' => ['type' => 'integer', 'box' => \true, 'max' => 21600, 'min' => 1], 'Eirp' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'EirpUnits'], 'value' => ['shape' => 'Double']]], 'EirpUnits' => ['type' => 'string', 'enum' => ['dBW']], 'Elevation' => ['type' => 'structure', 'required' => ['unit', 'value'], 'members' => ['unit' => ['shape' => 'AngleUnits'], 'value' => ['shape' => 'Double']]], 'EndpointDetails' => ['type' => 'structure', 'members' => ['endpoint' => ['shape' => 'DataflowEndpoint'], 'securityDetails' => ['shape' => 'SecurityDetails']]], 'EndpointDetailsList' => ['type' => 'list', 'member' => ['shape' => 'EndpointDetails']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['created', 'creating', 'deleted', 'deleting', 'failed']], 'Frequency' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'FrequencyUnits'], 'value' => ['shape' => 'Double']]], 'FrequencyBandwidth' => ['type' => 'structure', 'required' => ['units', 'value'], 'members' => ['units' => ['shape' => 'BandwidthUnits'], 'value' => ['shape' => 'Double']]], 'FrequencyUnits' => ['type' => 'string', 'enum' => ['GHz', 'MHz', 'kHz']], 'GetConfigRequest' => ['type' => 'structure', 'required' => ['configId', 'configType'], 'members' => ['configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType']]], 'GetConfigResponse' => ['type' => 'structure', 'required' => ['configArn', 'configData', 'configId', 'name'], 'members' => ['configArn' => ['shape' => 'ConfigArn'], 'configData' => ['shape' => 'ConfigTypeData'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'name' => ['shape' => 'String'], 'tags' => ['shape' => 'TagsMap']]], 'GetDataflowEndpointGroupRequest' => ['type' => 'structure', 'required' => ['dataflowEndpointGroupId'], 'members' => ['dataflowEndpointGroupId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'dataflowEndpointGroupId']]], 'GetDataflowEndpointGroupResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupArn' => ['shape' => 'DataflowEndpointGroupArn'], 'dataflowEndpointGroupId' => ['shape' => 'String'], 'endpointsDetails' => ['shape' => 'EndpointDetailsList'], 'tags' => ['shape' => 'TagsMap']]], 'GetMinuteUsageRequest' => ['type' => 'structure', 'required' => ['month', 'year'], 'members' => ['month' => ['shape' => 'Integer'], 'year' => ['shape' => 'Integer']]], 'GetMinuteUsageResponse' => ['type' => 'structure', 'members' => ['estimatedMinutesRemaining' => ['shape' => 'Integer'], 'isReservedMinutesCustomer' => ['shape' => 'Boolean'], 'totalReservedMinuteAllocation' => ['shape' => 'Integer'], 'totalScheduledMinutes' => ['shape' => 'Integer'], 'upcomingMinutesScheduled' => ['shape' => 'Integer']]], 'GetMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId']]], 'GetMissionProfileResponse' => ['type' => 'structure', 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'missionProfileId' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'region' => ['shape' => 'String'], 'tags' => ['shape' => 'TagsMap'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'GetSatelliteRequest' => ['type' => 'structure', 'required' => ['satelliteId'], 'members' => ['satelliteId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'satelliteId']]], 'GetSatelliteResponse' => ['type' => 'structure', 'members' => ['groundStations' => ['shape' => 'GroundStationIdList'], 'noradSatelliteID' => ['shape' => 'noradSatelliteID'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'satelliteId' => ['shape' => 'Uuid']]], 'GroundStationData' => ['type' => 'structure', 'members' => ['groundStationId' => ['shape' => 'String'], 'groundStationName' => ['shape' => 'String'], 'region' => ['shape' => 'String']]], 'GroundStationIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'GroundStationList' => ['type' => 'list', 'member' => ['shape' => 'GroundStationData']], 'Integer' => ['type' => 'integer', 'box' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 431, 'senderFault' => \true], 'exception' => \true], 'JsonString' => ['type' => 'string', 'max' => 8192, 'min' => 2, 'pattern' => '^[{}\\[\\]:.,"0-9A-z\\-_\\s]{2,8192}$'], 'ListConfigsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigsResponse' => ['type' => 'structure', 'members' => ['configList' => ['shape' => 'ConfigList'], 'nextToken' => ['shape' => 'String']]], 'ListContactsRequest' => ['type' => 'structure', 'required' => ['endTime', 'startTime', 'statusList'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'groundStation' => ['shape' => 'String'], 'maxResults' => ['shape' => 'Integer'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'nextToken' => ['shape' => 'String'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'statusList' => ['shape' => 'StatusList']]], 'ListContactsResponse' => ['type' => 'structure', 'members' => ['contactList' => ['shape' => 'ContactList'], 'nextToken' => ['shape' => 'String']]], 'ListDataflowEndpointGroupsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListDataflowEndpointGroupsResponse' => ['type' => 'structure', 'members' => ['dataflowEndpointGroupList' => ['shape' => 'DataflowEndpointGroupList'], 'nextToken' => ['shape' => 'String']]], 'ListGroundStationsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'satelliteId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'satelliteId']]], 'ListGroundStationsResponse' => ['type' => 'structure', 'members' => ['groundStationList' => ['shape' => 'GroundStationList'], 'nextToken' => ['shape' => 'String']]], 'ListMissionProfilesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMissionProfilesResponse' => ['type' => 'structure', 'members' => ['missionProfileList' => ['shape' => 'MissionProfileList'], 'nextToken' => ['shape' => 'String']]], 'ListSatellitesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListSatellitesResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'satellites' => ['shape' => 'SatelliteList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagsMap']]], 'MissionProfileArn' => ['type' => 'string'], 'MissionProfileIdResponse' => ['type' => 'structure', 'members' => ['missionProfileId' => ['shape' => 'String']]], 'MissionProfileList' => ['type' => 'list', 'member' => ['shape' => 'MissionProfileListItem']], 'MissionProfileListItem' => ['type' => 'structure', 'members' => ['missionProfileArn' => ['shape' => 'MissionProfileArn'], 'missionProfileId' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'region' => ['shape' => 'String']]], 'Polarization' => ['type' => 'string', 'enum' => ['LEFT_HAND', 'NONE', 'RIGHT_HAND']], 'ReserveContactRequest' => ['type' => 'structure', 'required' => ['endTime', 'groundStation', 'missionProfileArn', 'satelliteArn', 'startTime'], 'members' => ['endTime' => ['shape' => 'Timestamp'], 'groundStation' => ['shape' => 'String'], 'missionProfileArn' => ['shape' => 'MissionProfileArn'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'startTime' => ['shape' => 'Timestamp'], 'tags' => ['shape' => 'TagsMap']]], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String'], 'parameterName' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 434, 'senderFault' => \true], 'exception' => \true], 'RoleArn' => ['type' => 'string'], 'SafeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[ a-zA-Z0-9_:-]{1,256}$'], 'SatelliteList' => ['type' => 'list', 'member' => ['shape' => 'SatelliteListItem']], 'SatelliteListItem' => ['type' => 'structure', 'members' => ['groundStations' => ['shape' => 'GroundStationIdList'], 'noradSatelliteID' => ['shape' => 'noradSatelliteID'], 'satelliteArn' => ['shape' => 'satelliteArn'], 'satelliteId' => ['shape' => 'Uuid']]], 'SecurityDetails' => ['type' => 'structure', 'required' => ['roleArn', 'securityGroupIds', 'subnetIds'], 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'securityGroupIds' => ['shape' => 'SecurityGroupIdList'], 'subnetIds' => ['shape' => 'SubnetList']]], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SocketAddress' => ['type' => 'structure', 'required' => ['name', 'port'], 'members' => ['name' => ['shape' => 'String'], 'port' => ['shape' => 'Integer']]], 'Source' => ['type' => 'structure', 'members' => ['configDetails' => ['shape' => 'ConfigDetails'], 'configId' => ['shape' => 'String'], 'configType' => ['shape' => 'ConfigCapabilityType'], 'dataflowSourceRegion' => ['shape' => 'String']]], 'SpectrumConfig' => ['type' => 'structure', 'required' => ['bandwidth', 'centerFrequency'], 'members' => ['bandwidth' => ['shape' => 'FrequencyBandwidth'], 'centerFrequency' => ['shape' => 'Frequency'], 'polarization' => ['shape' => 'Polarization']]], 'StatusList' => ['type' => 'list', 'member' => ['shape' => 'ContactStatus']], 'String' => ['type' => 'string'], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'String']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagsMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagsMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'Timestamp' => ['type' => 'timestamp'], 'TrackingConfig' => ['type' => 'structure', 'required' => ['autotrack'], 'members' => ['autotrack' => ['shape' => 'Criticality']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateConfigRequest' => ['type' => 'structure', 'required' => ['configData', 'configId', 'configType', 'name'], 'members' => ['configData' => ['shape' => 'ConfigTypeData'], 'configId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'configId'], 'configType' => ['shape' => 'ConfigCapabilityType', 'location' => 'uri', 'locationName' => 'configType'], 'name' => ['shape' => 'SafeName']]], 'UpdateMissionProfileRequest' => ['type' => 'structure', 'required' => ['missionProfileId'], 'members' => ['contactPostPassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'contactPrePassDurationSeconds' => ['shape' => 'DurationInSeconds'], 'dataflowEdges' => ['shape' => 'DataflowEdgeList'], 'minimumViableContactDurationSeconds' => ['shape' => 'DurationInSeconds'], 'missionProfileId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'missionProfileId'], 'name' => ['shape' => 'SafeName'], 'trackingConfigArn' => ['shape' => 'ConfigArn']]], 'UplinkEchoConfig' => ['type' => 'structure', 'required' => ['antennaUplinkConfigArn', 'enabled'], 'members' => ['antennaUplinkConfigArn' => ['shape' => 'ConfigArn'], 'enabled' => ['shape' => 'Boolean']]], 'UplinkSpectrumConfig' => ['type' => 'structure', 'required' => ['centerFrequency'], 'members' => ['centerFrequency' => ['shape' => 'Frequency'], 'polarization' => ['shape' => 'Polarization']]], 'Uuid' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}'], 'noradSatelliteID' => ['type' => 'integer', 'max' => 99999, 'min' => 1], 'satelliteArn' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/guardduty/2017-11-28/api-2.json.php b/vendor/Aws3/Aws/data/guardduty/2017-11-28/api-2.json.php index 40c34d30..113958c2 100644 --- a/vendor/Aws3/Aws/data/guardduty/2017-11-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/guardduty/2017-11-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-11-28', 'endpointPrefix' => 'guardduty', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon GuardDuty', 'serviceId' => 'GuardDuty', 'signatureVersion' => 'v4', 'signingName' => 'guardduty', 'uid' => 'guardduty-2017-11-28'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/master', 'responseCode' => 200], 'input' => ['shape' => 'AcceptInvitationRequest'], 'output' => ['shape' => 'AcceptInvitationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ArchiveFindings' => ['name' => 'ArchiveFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/archive', 'responseCode' => 200], 'input' => ['shape' => 'ArchiveFindingsRequest'], 'output' => ['shape' => 'ArchiveFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateDetector' => ['name' => 'CreateDetector', 'http' => ['method' => 'POST', 'requestUri' => '/detector', 'responseCode' => 200], 'input' => ['shape' => 'CreateDetectorRequest'], 'output' => ['shape' => 'CreateDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateFilter' => ['name' => 'CreateFilter', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/filter', 'responseCode' => 200], 'input' => ['shape' => 'CreateFilterRequest'], 'output' => ['shape' => 'CreateFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/ipset', 'responseCode' => 200], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member', 'responseCode' => 200], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreatePublishingDestination' => ['name' => 'CreatePublishingDestination', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/publishingDestination', 'responseCode' => 200], 'input' => ['shape' => 'CreatePublishingDestinationRequest'], 'output' => ['shape' => 'CreatePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateSampleFindings' => ['name' => 'CreateSampleFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/create', 'responseCode' => 200], 'input' => ['shape' => 'CreateSampleFindingsRequest'], 'output' => ['shape' => 'CreateSampleFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateThreatIntelSet' => ['name' => 'CreateThreatIntelSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/threatintelset', 'responseCode' => 200], 'input' => ['shape' => 'CreateThreatIntelSetRequest'], 'output' => ['shape' => 'CreateThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeclineInvitations' => ['name' => 'DeclineInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/decline', 'responseCode' => 200], 'input' => ['shape' => 'DeclineInvitationsRequest'], 'output' => ['shape' => 'DeclineInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteDetector' => ['name' => 'DeleteDetector', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteDetectorRequest'], 'output' => ['shape' => 'DeleteDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteFilter' => ['name' => 'DeleteFilter', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteFilterRequest'], 'output' => ['shape' => 'DeleteFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteInvitations' => ['name' => 'DeleteInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/delete', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInvitationsRequest'], 'output' => ['shape' => 'DeleteInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/delete', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeletePublishingDestination' => ['name' => 'DeletePublishingDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'DeletePublishingDestinationRequest'], 'output' => ['shape' => 'DeletePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteThreatIntelSet' => ['name' => 'DeleteThreatIntelSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteThreatIntelSetRequest'], 'output' => ['shape' => 'DeleteThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DescribePublishingDestination' => ['name' => 'DescribePublishingDestination', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePublishingDestinationRequest'], 'output' => ['shape' => 'DescribePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DisassociateFromMasterAccount' => ['name' => 'DisassociateFromMasterAccount', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/master/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateFromMasterAccountRequest'], 'output' => ['shape' => 'DisassociateFromMasterAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DisassociateMembers' => ['name' => 'DisassociateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateMembersRequest'], 'output' => ['shape' => 'DisassociateMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetDetector' => ['name' => 'GetDetector', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDetectorRequest'], 'output' => ['shape' => 'GetDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFilter' => ['name' => 'GetFilter', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'GetFilterRequest'], 'output' => ['shape' => 'GetFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFindings' => ['name' => 'GetFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/get', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsRequest'], 'output' => ['shape' => 'GetFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFindingsStatistics' => ['name' => 'GetFindingsStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsStatisticsRequest'], 'output' => ['shape' => 'GetFindingsStatisticsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetInvitationsCount' => ['name' => 'GetInvitationsCount', 'http' => ['method' => 'GET', 'requestUri' => '/invitation/count', 'responseCode' => 200], 'input' => ['shape' => 'GetInvitationsCountRequest'], 'output' => ['shape' => 'GetInvitationsCountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetMasterAccount' => ['name' => 'GetMasterAccount', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/master', 'responseCode' => 200], 'input' => ['shape' => 'GetMasterAccountRequest'], 'output' => ['shape' => 'GetMasterAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/get', 'responseCode' => 200], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetThreatIntelSet' => ['name' => 'GetThreatIntelSet', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetThreatIntelSetRequest'], 'output' => ['shape' => 'GetThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'InviteMembers' => ['name' => 'InviteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/invite', 'responseCode' => 200], 'input' => ['shape' => 'InviteMembersRequest'], 'output' => ['shape' => 'InviteMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListDetectors' => ['name' => 'ListDetectors', 'http' => ['method' => 'GET', 'requestUri' => '/detector', 'responseCode' => 200], 'input' => ['shape' => 'ListDetectorsRequest'], 'output' => ['shape' => 'ListDetectorsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFilters' => ['name' => 'ListFilters', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/filter', 'responseCode' => 200], 'input' => ['shape' => 'ListFiltersRequest'], 'output' => ['shape' => 'ListFiltersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFindings' => ['name' => 'ListFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsRequest'], 'output' => ['shape' => 'ListFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/ipset', 'responseCode' => 200], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitation', 'responseCode' => 200], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/member', 'responseCode' => 200], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListPublishingDestinations' => ['name' => 'ListPublishingDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/publishingDestination', 'responseCode' => 200], 'input' => ['shape' => 'ListPublishingDestinationsRequest'], 'output' => ['shape' => 'ListPublishingDestinationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListThreatIntelSets' => ['name' => 'ListThreatIntelSets', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/threatintelset', 'responseCode' => 200], 'input' => ['shape' => 'ListThreatIntelSetsRequest'], 'output' => ['shape' => 'ListThreatIntelSetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'StartMonitoringMembers' => ['name' => 'StartMonitoringMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/start', 'responseCode' => 200], 'input' => ['shape' => 'StartMonitoringMembersRequest'], 'output' => ['shape' => 'StartMonitoringMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'StopMonitoringMembers' => ['name' => 'StopMonitoringMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopMonitoringMembersRequest'], 'output' => ['shape' => 'StopMonitoringMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UnarchiveFindings' => ['name' => 'UnarchiveFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/unarchive', 'responseCode' => 200], 'input' => ['shape' => 'UnarchiveFindingsRequest'], 'output' => ['shape' => 'UnarchiveFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateDetector' => ['name' => 'UpdateDetector', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDetectorRequest'], 'output' => ['shape' => 'UpdateDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFilter' => ['name' => 'UpdateFilter', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFilterRequest'], 'output' => ['shape' => 'UpdateFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFindingsFeedback' => ['name' => 'UpdateFindingsFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/feedback', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFindingsFeedbackRequest'], 'output' => ['shape' => 'UpdateFindingsFeedbackResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdatePublishingDestination' => ['name' => 'UpdatePublishingDestination', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePublishingDestinationRequest'], 'output' => ['shape' => 'UpdatePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateThreatIntelSet' => ['name' => 'UpdateThreatIntelSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateThreatIntelSetRequest'], 'output' => ['shape' => 'UpdateThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'MasterId', 'InvitationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MasterId' => ['shape' => 'String', 'locationName' => 'masterId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId']]], 'AcceptInvitationResponse' => ['type' => 'structure', 'members' => []], 'AccessKeyDetails' => ['type' => 'structure', 'members' => ['AccessKeyId' => ['shape' => 'String', 'locationName' => 'accessKeyId'], 'PrincipalId' => ['shape' => 'String', 'locationName' => 'principalId'], 'UserName' => ['shape' => 'String', 'locationName' => 'userName'], 'UserType' => ['shape' => 'String', 'locationName' => 'userType']]], 'AccountDetail' => ['type' => 'structure', 'required' => ['AccountId', 'Email'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'Email' => ['shape' => 'Email', 'locationName' => 'email']]], 'AccountDetails' => ['type' => 'list', 'member' => ['shape' => 'AccountDetail'], 'max' => 50, 'min' => 1], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 50, 'min' => 1], 'Action' => ['type' => 'structure', 'members' => ['ActionType' => ['shape' => 'String', 'locationName' => 'actionType'], 'AwsApiCallAction' => ['shape' => 'AwsApiCallAction', 'locationName' => 'awsApiCallAction'], 'DnsRequestAction' => ['shape' => 'DnsRequestAction', 'locationName' => 'dnsRequestAction'], 'NetworkConnectionAction' => ['shape' => 'NetworkConnectionAction', 'locationName' => 'networkConnectionAction'], 'PortProbeAction' => ['shape' => 'PortProbeAction', 'locationName' => 'portProbeAction']]], 'ArchiveFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds']]], 'ArchiveFindingsResponse' => ['type' => 'structure', 'members' => []], 'AwsApiCallAction' => ['type' => 'structure', 'members' => ['Api' => ['shape' => 'String', 'locationName' => 'api'], 'CallerType' => ['shape' => 'String', 'locationName' => 'callerType'], 'DomainDetails' => ['shape' => 'DomainDetails', 'locationName' => 'domainDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Type' => ['shape' => 'String', 'locationName' => '__type']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'City' => ['type' => 'structure', 'members' => ['CityName' => ['shape' => 'String', 'locationName' => 'cityName']]], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 0], 'Condition' => ['type' => 'structure', 'members' => ['Eq' => ['shape' => 'Eq', 'deprecated' => \true, 'locationName' => 'eq'], 'Neq' => ['shape' => 'Neq', 'deprecated' => \true, 'locationName' => 'neq'], 'Gt' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'gt'], 'Gte' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'gte'], 'Lt' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'lt'], 'Lte' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'lte'], 'Equals' => ['shape' => 'Equals', 'locationName' => 'equals'], 'NotEquals' => ['shape' => 'NotEquals', 'locationName' => 'notEquals'], 'GreaterThan' => ['shape' => 'Long', 'locationName' => 'greaterThan'], 'GreaterThanOrEqual' => ['shape' => 'Long', 'locationName' => 'greaterThanOrEqual'], 'LessThan' => ['shape' => 'Long', 'locationName' => 'lessThan'], 'LessThanOrEqual' => ['shape' => 'Long', 'locationName' => 'lessThanOrEqual']]], 'CountBySeverity' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Integer']], 'Country' => ['type' => 'structure', 'members' => ['CountryCode' => ['shape' => 'String', 'locationName' => 'countryCode'], 'CountryName' => ['shape' => 'String', 'locationName' => 'countryName']]], 'CreateDetectorRequest' => ['type' => 'structure', 'required' => ['Enable'], 'members' => ['Enable' => ['shape' => 'Boolean', 'locationName' => 'enable'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateDetectorResponse' => ['type' => 'structure', 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId']]], 'CreateFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'FindingCriteria'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'FilterName', 'locationName' => 'name'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateFilterResponse' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'Format', 'Location', 'Activate'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'IpSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateIPSetResponse' => ['type' => 'structure', 'required' => ['IpSetId'], 'members' => ['IpSetId' => ['shape' => 'String', 'locationName' => 'ipSetId']]], 'CreateMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountDetails'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountDetails' => ['shape' => 'AccountDetails', 'locationName' => 'accountDetails']]], 'CreateMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'CreatePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationType', 'DestinationProperties'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken']]], 'CreatePublishingDestinationResponse' => ['type' => 'structure', 'required' => ['DestinationId'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId']]], 'CreateSampleFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingTypes' => ['shape' => 'FindingTypes', 'locationName' => 'findingTypes']]], 'CreateSampleFindingsResponse' => ['type' => 'structure', 'members' => []], 'CreateThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'Format', 'Location', 'Activate'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'ThreatIntelSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateThreatIntelSetResponse' => ['type' => 'structure', 'required' => ['ThreatIntelSetId'], 'members' => ['ThreatIntelSetId' => ['shape' => 'String', 'locationName' => 'threatIntelSetId']]], 'Criterion' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Condition']], 'DeclineInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeclineInvitationsResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DeleteDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'DeleteDetectorResponse' => ['type' => 'structure', 'members' => []], 'DeleteFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName']]], 'DeleteFilterResponse' => ['type' => 'structure', 'members' => []], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeleteInvitationsResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DeleteMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeleteMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DeletePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId']]], 'DeletePublishingDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId']]], 'DeleteThreatIntelSetResponse' => ['type' => 'structure', 'members' => []], 'DescribePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId']]], 'DescribePublishingDestinationResponse' => ['type' => 'structure', 'required' => ['DestinationId', 'DestinationType', 'Status', 'PublishingFailureStartTimestamp', 'DestinationProperties'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'Status' => ['shape' => 'PublishingStatus', 'locationName' => 'status'], 'PublishingFailureStartTimestamp' => ['shape' => 'Long', 'locationName' => 'publishingFailureStartTimestamp'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties']]], 'Destination' => ['type' => 'structure', 'required' => ['DestinationId', 'DestinationType', 'Status'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'Status' => ['shape' => 'PublishingStatus', 'locationName' => 'status']]], 'DestinationProperties' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'String', 'locationName' => 'destinationArn'], 'KmsKeyArn' => ['shape' => 'String', 'locationName' => 'kmsKeyArn']]], 'DestinationType' => ['type' => 'string', 'enum' => ['S3'], 'max' => 300, 'min' => 1], 'Destinations' => ['type' => 'list', 'member' => ['shape' => 'Destination']], 'DetectorId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'DetectorIds' => ['type' => 'list', 'member' => ['shape' => 'DetectorId'], 'max' => 50, 'min' => 0], 'DetectorStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED'], 'max' => 300, 'min' => 1], 'DisassociateFromMasterAccountRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'DisassociateFromMasterAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DisassociateMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DnsRequestAction' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String', 'locationName' => 'domain']]], 'DomainDetails' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String', 'locationName' => 'domain']]], 'Double' => ['type' => 'double'], 'Email' => ['type' => 'string', 'max' => 64, 'min' => 1], 'Eq' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Equals' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Evidence' => ['type' => 'structure', 'members' => ['ThreatIntelligenceDetails' => ['shape' => 'ThreatIntelligenceDetails', 'locationName' => 'threatIntelligenceDetails']]], 'Feedback' => ['type' => 'string', 'enum' => ['USEFUL', 'NOT_USEFUL']], 'FilterAction' => ['type' => 'string', 'enum' => ['NOOP', 'ARCHIVE'], 'max' => 300, 'min' => 1], 'FilterDescription' => ['type' => 'string', 'max' => 512, 'min' => 0], 'FilterName' => ['type' => 'string', 'max' => 64, 'min' => 3], 'FilterNames' => ['type' => 'list', 'member' => ['shape' => 'FilterName'], 'max' => 50, 'min' => 0], 'FilterRank' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Finding' => ['type' => 'structure', 'required' => ['AccountId', 'Arn', 'CreatedAt', 'Id', 'Region', 'Resource', 'SchemaVersion', 'Severity', 'Type', 'UpdatedAt'], 'members' => ['AccountId' => ['shape' => 'String', 'locationName' => 'accountId'], 'Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Confidence' => ['shape' => 'Double', 'locationName' => 'confidence'], 'CreatedAt' => ['shape' => 'String', 'locationName' => 'createdAt'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Id' => ['shape' => 'String', 'locationName' => 'id'], 'Partition' => ['shape' => 'String', 'locationName' => 'partition'], 'Region' => ['shape' => 'String', 'locationName' => 'region'], 'Resource' => ['shape' => 'Resource', 'locationName' => 'resource'], 'SchemaVersion' => ['shape' => 'String', 'locationName' => 'schemaVersion'], 'Service' => ['shape' => 'Service', 'locationName' => 'service'], 'Severity' => ['shape' => 'Double', 'locationName' => 'severity'], 'Title' => ['shape' => 'String', 'locationName' => 'title'], 'Type' => ['shape' => 'FindingType', 'locationName' => 'type'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt']]], 'FindingCriteria' => ['type' => 'structure', 'members' => ['Criterion' => ['shape' => 'Criterion', 'locationName' => 'criterion']]], 'FindingId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'FindingIds' => ['type' => 'list', 'member' => ['shape' => 'FindingId'], 'max' => 50, 'min' => 0], 'FindingPublishingFrequency' => ['type' => 'string', 'enum' => ['FIFTEEN_MINUTES', 'ONE_HOUR', 'SIX_HOURS']], 'FindingStatisticType' => ['type' => 'string', 'enum' => ['COUNT_BY_SEVERITY']], 'FindingStatisticTypes' => ['type' => 'list', 'member' => ['shape' => 'FindingStatisticType'], 'max' => 10, 'min' => 0], 'FindingStatistics' => ['type' => 'structure', 'members' => ['CountBySeverity' => ['shape' => 'CountBySeverity', 'locationName' => 'countBySeverity']]], 'FindingType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'FindingTypes' => ['type' => 'list', 'member' => ['shape' => 'FindingType'], 'max' => 50, 'min' => 0], 'Findings' => ['type' => 'list', 'member' => ['shape' => 'Finding'], 'max' => 50, 'min' => 0], 'GeoLocation' => ['type' => 'structure', 'members' => ['Lat' => ['shape' => 'Double', 'locationName' => 'lat'], 'Lon' => ['shape' => 'Double', 'locationName' => 'lon']]], 'GetDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'GetDetectorResponse' => ['type' => 'structure', 'required' => ['ServiceRole', 'Status'], 'members' => ['CreatedAt' => ['shape' => 'String', 'locationName' => 'createdAt'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'ServiceRole' => ['shape' => 'String', 'locationName' => 'serviceRole'], 'Status' => ['shape' => 'DetectorStatus', 'locationName' => 'status'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName']]], 'GetFilterResponse' => ['type' => 'structure', 'required' => ['Name', 'Action', 'FindingCriteria'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'SortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria']]], 'GetFindingsResponse' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'Findings', 'locationName' => 'findings']]], 'GetFindingsStatisticsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingStatisticTypes'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingStatisticTypes' => ['shape' => 'FindingStatisticTypes', 'locationName' => 'findingStatisticTypes'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria']]], 'GetFindingsStatisticsResponse' => ['type' => 'structure', 'required' => ['FindingStatistics'], 'members' => ['FindingStatistics' => ['shape' => 'FindingStatistics', 'locationName' => 'findingStatistics']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId']]], 'GetIPSetResponse' => ['type' => 'structure', 'required' => ['Name', 'Format', 'Location', 'Status'], 'members' => ['Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'IpSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Status' => ['shape' => 'IpSetStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetInvitationsCountRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationsCountResponse' => ['type' => 'structure', 'members' => ['InvitationsCount' => ['shape' => 'Integer', 'locationName' => 'invitationsCount']]], 'GetMasterAccountRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'GetMasterAccountResponse' => ['type' => 'structure', 'required' => ['Master'], 'members' => ['Master' => ['shape' => 'Master', 'locationName' => 'master']]], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'GetMembersResponse' => ['type' => 'structure', 'required' => ['Members', 'UnprocessedAccounts'], 'members' => ['Members' => ['shape' => 'Members', 'locationName' => 'members'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'GetThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId']]], 'GetThreatIntelSetResponse' => ['type' => 'structure', 'required' => ['Name', 'Format', 'Location', 'Status'], 'members' => ['Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'ThreatIntelSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Status' => ['shape' => 'ThreatIntelSetStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GuardDutyArn' => ['type' => 'string', 'pattern' => '^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$'], 'IamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Id' => ['shape' => 'String', 'locationName' => 'id']]], 'InstanceDetails' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'ImageDescription' => ['shape' => 'String', 'locationName' => 'imageDescription'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceState' => ['shape' => 'String', 'locationName' => 'instanceState'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'LaunchTime' => ['shape' => 'String', 'locationName' => 'launchTime'], 'NetworkInterfaces' => ['shape' => 'NetworkInterfaces', 'locationName' => 'networkInterfaces'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'ProductCodes' => ['shape' => 'ProductCodes', 'locationName' => 'productCodes'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'Integer' => ['type' => 'integer'], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Type' => ['shape' => 'String', 'locationName' => '__type']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt']]], 'Invitations' => ['type' => 'list', 'member' => ['shape' => 'Invitation'], 'max' => 50, 'min' => 0], 'InviteMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds'], 'DisableEmailNotification' => ['shape' => 'Boolean', 'locationName' => 'disableEmailNotification'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'InviteMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'IpSetFormat' => ['type' => 'string', 'enum' => ['TXT', 'STIX', 'OTX_CSV', 'ALIEN_VAULT', 'PROOF_POINT', 'FIRE_EYE'], 'max' => 300, 'min' => 1], 'IpSetIds' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 50, 'min' => 0], 'IpSetStatus' => ['type' => 'string', 'enum' => ['INACTIVE', 'ACTIVATING', 'ACTIVE', 'DEACTIVATING', 'ERROR', 'DELETE_PENDING', 'DELETED'], 'max' => 300, 'min' => 1], 'Ipv6Addresses' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListDetectorsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListDetectorsResponse' => ['type' => 'structure', 'required' => ['DetectorIds'], 'members' => ['DetectorIds' => ['shape' => 'DetectorIds', 'locationName' => 'detectorIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFiltersRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFiltersResponse' => ['type' => 'structure', 'required' => ['FilterNames'], 'members' => ['FilterNames' => ['shape' => 'FilterNames', 'locationName' => 'filterNames'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'SortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria'], 'MaxResults' => ['shape' => 'MaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFindingsResponse' => ['type' => 'structure', 'required' => ['FindingIds'], 'members' => ['FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListIPSetsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListIPSetsResponse' => ['type' => 'structure', 'required' => ['IpSetIds'], 'members' => ['IpSetIds' => ['shape' => 'IpSetIds', 'locationName' => 'ipSetIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'Invitations', 'locationName' => 'invitations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'OnlyAssociated' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'onlyAssociated']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'Members', 'locationName' => 'members'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListPublishingDestinationsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListPublishingDestinationsResponse' => ['type' => 'structure', 'required' => ['Destinations'], 'members' => ['Destinations' => ['shape' => 'Destinations', 'locationName' => 'destinations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'ListThreatIntelSetsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListThreatIntelSetsResponse' => ['type' => 'structure', 'required' => ['ThreatIntelSetIds'], 'members' => ['ThreatIntelSetIds' => ['shape' => 'ThreatIntelSetIds', 'locationName' => 'threatIntelSetIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'LocalIpDetails' => ['type' => 'structure', 'members' => ['IpAddressV4' => ['shape' => 'String', 'locationName' => 'ipAddressV4']]], 'LocalPortDetails' => ['type' => 'structure', 'members' => ['Port' => ['shape' => 'Integer', 'locationName' => 'port'], 'PortName' => ['shape' => 'String', 'locationName' => 'portName']]], 'Location' => ['type' => 'string', 'max' => 300, 'min' => 1], 'Long' => ['type' => 'long'], 'Master' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'Member' => ['type' => 'structure', 'required' => ['AccountId', 'MasterId', 'Email', 'RelationshipStatus', 'UpdatedAt'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId'], 'MasterId' => ['shape' => 'String', 'locationName' => 'masterId'], 'Email' => ['shape' => 'Email', 'locationName' => 'email'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt']]], 'Members' => ['type' => 'list', 'member' => ['shape' => 'Member'], 'max' => 50, 'min' => 0], 'Name' => ['type' => 'string', 'max' => 300, 'min' => 1], 'Neq' => ['type' => 'list', 'member' => ['shape' => 'String']], 'NetworkConnectionAction' => ['type' => 'structure', 'members' => ['Blocked' => ['shape' => 'Boolean', 'locationName' => 'blocked'], 'ConnectionDirection' => ['shape' => 'String', 'locationName' => 'connectionDirection'], 'LocalPortDetails' => ['shape' => 'LocalPortDetails', 'locationName' => 'localPortDetails'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'LocalIpDetails' => ['shape' => 'LocalIpDetails', 'locationName' => 'localIpDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails'], 'RemotePortDetails' => ['shape' => 'RemotePortDetails', 'locationName' => 'remotePortDetails']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Ipv6Addresses' => ['shape' => 'Ipv6Addresses', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddresses', 'locationName' => 'privateIpAddresses'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'SecurityGroups' => ['shape' => 'SecurityGroups', 'locationName' => 'securityGroups'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'NetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'NotEquals' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OrderBy' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'Organization' => ['type' => 'structure', 'members' => ['Asn' => ['shape' => 'String', 'locationName' => 'asn'], 'AsnOrg' => ['shape' => 'String', 'locationName' => 'asnOrg'], 'Isp' => ['shape' => 'String', 'locationName' => 'isp'], 'Org' => ['shape' => 'String', 'locationName' => 'org']]], 'PortProbeAction' => ['type' => 'structure', 'members' => ['Blocked' => ['shape' => 'Boolean', 'locationName' => 'blocked'], 'PortProbeDetails' => ['shape' => 'PortProbeDetails', 'locationName' => 'portProbeDetails']]], 'PortProbeDetail' => ['type' => 'structure', 'members' => ['LocalPortDetails' => ['shape' => 'LocalPortDetails', 'locationName' => 'localPortDetails'], 'LocalIpDetails' => ['shape' => 'LocalIpDetails', 'locationName' => 'localIpDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails']]], 'PortProbeDetails' => ['type' => 'list', 'member' => ['shape' => 'PortProbeDetail']], 'PrivateIpAddressDetails' => ['type' => 'structure', 'members' => ['PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'PrivateIpAddresses' => ['type' => 'list', 'member' => ['shape' => 'PrivateIpAddressDetails']], 'ProductCode' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'ProductType' => ['shape' => 'String', 'locationName' => 'productType']]], 'ProductCodes' => ['type' => 'list', 'member' => ['shape' => 'ProductCode']], 'PublishingStatus' => ['type' => 'string', 'enum' => ['PENDING_VERIFICATION', 'PUBLISHING', 'UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY', 'STOPPED'], 'max' => 300, 'min' => 1], 'RemoteIpDetails' => ['type' => 'structure', 'members' => ['City' => ['shape' => 'City', 'locationName' => 'city'], 'Country' => ['shape' => 'Country', 'locationName' => 'country'], 'GeoLocation' => ['shape' => 'GeoLocation', 'locationName' => 'geoLocation'], 'IpAddressV4' => ['shape' => 'String', 'locationName' => 'ipAddressV4'], 'Organization' => ['shape' => 'Organization', 'locationName' => 'organization']]], 'RemotePortDetails' => ['type' => 'structure', 'members' => ['Port' => ['shape' => 'Integer', 'locationName' => 'port'], 'PortName' => ['shape' => 'String', 'locationName' => 'portName']]], 'Resource' => ['type' => 'structure', 'members' => ['AccessKeyDetails' => ['shape' => 'AccessKeyDetails', 'locationName' => 'accessKeyDetails'], 'InstanceDetails' => ['shape' => 'InstanceDetails', 'locationName' => 'instanceDetails'], 'ResourceType' => ['shape' => 'String', 'locationName' => 'resourceType']]], 'SecurityGroup' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup']], 'Service' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action', 'locationName' => 'action'], 'Evidence' => ['shape' => 'Evidence', 'locationName' => 'evidence'], 'Archived' => ['shape' => 'Boolean', 'locationName' => 'archived'], 'Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId'], 'EventFirstSeen' => ['shape' => 'String', 'locationName' => 'eventFirstSeen'], 'EventLastSeen' => ['shape' => 'String', 'locationName' => 'eventLastSeen'], 'ResourceRole' => ['shape' => 'String', 'locationName' => 'resourceRole'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'UserFeedback' => ['shape' => 'String', 'locationName' => 'userFeedback']]], 'SortCriteria' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String', 'locationName' => 'attributeName'], 'OrderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'StartMonitoringMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'StartMonitoringMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'StopMonitoringMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'StopMonitoringMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'String' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThreatIntelSetFormat' => ['type' => 'string', 'enum' => ['TXT', 'STIX', 'OTX_CSV', 'ALIEN_VAULT', 'PROOF_POINT', 'FIRE_EYE'], 'max' => 300, 'min' => 1], 'ThreatIntelSetIds' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 50, 'min' => 0], 'ThreatIntelSetStatus' => ['type' => 'string', 'enum' => ['INACTIVE', 'ACTIVATING', 'ACTIVE', 'DEACTIVATING', 'ERROR', 'DELETE_PENDING', 'DELETED'], 'max' => 300, 'min' => 1], 'ThreatIntelligenceDetail' => ['type' => 'structure', 'members' => ['ThreatListName' => ['shape' => 'String', 'locationName' => 'threatListName'], 'ThreatNames' => ['shape' => 'ThreatNames', 'locationName' => 'threatNames']]], 'ThreatIntelligenceDetails' => ['type' => 'list', 'member' => ['shape' => 'ThreatIntelligenceDetail']], 'ThreatNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'UnarchiveFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds']]], 'UnarchiveFindingsResponse' => ['type' => 'structure', 'members' => []], 'UnprocessedAccount' => ['type' => 'structure', 'required' => ['AccountId', 'Result'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'Result' => ['shape' => 'String', 'locationName' => 'result']]], 'UnprocessedAccounts' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedAccount'], 'max' => 50, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Enable' => ['shape' => 'Boolean', 'locationName' => 'enable'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency']]], 'UpdateDetectorResponse' => ['type' => 'structure', 'members' => []], 'UpdateFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria']]], 'UpdateFilterResponse' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name']]], 'UpdateFindingsFeedbackRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds', 'Feedback'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'Feedback' => ['shape' => 'Feedback', 'locationName' => 'feedback'], 'Comments' => ['shape' => 'String', 'locationName' => 'comments']]], 'UpdateFindingsFeedbackResponse' => ['type' => 'structure', 'members' => []], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => []], 'UpdatePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties']]], 'UpdatePublishingDestinationResponse' => ['type' => 'structure', 'members' => []], 'UpdateThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate']]], 'UpdateThreatIntelSetResponse' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-11-28', 'endpointPrefix' => 'guardduty', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon GuardDuty', 'serviceId' => 'GuardDuty', 'signatureVersion' => 'v4', 'signingName' => 'guardduty', 'uid' => 'guardduty-2017-11-28'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/master', 'responseCode' => 200], 'input' => ['shape' => 'AcceptInvitationRequest'], 'output' => ['shape' => 'AcceptInvitationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ArchiveFindings' => ['name' => 'ArchiveFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/archive', 'responseCode' => 200], 'input' => ['shape' => 'ArchiveFindingsRequest'], 'output' => ['shape' => 'ArchiveFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateDetector' => ['name' => 'CreateDetector', 'http' => ['method' => 'POST', 'requestUri' => '/detector', 'responseCode' => 200], 'input' => ['shape' => 'CreateDetectorRequest'], 'output' => ['shape' => 'CreateDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateFilter' => ['name' => 'CreateFilter', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/filter', 'responseCode' => 200], 'input' => ['shape' => 'CreateFilterRequest'], 'output' => ['shape' => 'CreateFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/ipset', 'responseCode' => 200], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member', 'responseCode' => 200], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreatePublishingDestination' => ['name' => 'CreatePublishingDestination', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/publishingDestination', 'responseCode' => 200], 'input' => ['shape' => 'CreatePublishingDestinationRequest'], 'output' => ['shape' => 'CreatePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateSampleFindings' => ['name' => 'CreateSampleFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/create', 'responseCode' => 200], 'input' => ['shape' => 'CreateSampleFindingsRequest'], 'output' => ['shape' => 'CreateSampleFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'CreateThreatIntelSet' => ['name' => 'CreateThreatIntelSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/threatintelset', 'responseCode' => 200], 'input' => ['shape' => 'CreateThreatIntelSetRequest'], 'output' => ['shape' => 'CreateThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeclineInvitations' => ['name' => 'DeclineInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/decline', 'responseCode' => 200], 'input' => ['shape' => 'DeclineInvitationsRequest'], 'output' => ['shape' => 'DeclineInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteDetector' => ['name' => 'DeleteDetector', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteDetectorRequest'], 'output' => ['shape' => 'DeleteDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteFilter' => ['name' => 'DeleteFilter', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteFilterRequest'], 'output' => ['shape' => 'DeleteFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteInvitations' => ['name' => 'DeleteInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitation/delete', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInvitationsRequest'], 'output' => ['shape' => 'DeleteInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/delete', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeletePublishingDestination' => ['name' => 'DeletePublishingDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'DeletePublishingDestinationRequest'], 'output' => ['shape' => 'DeletePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DeleteThreatIntelSet' => ['name' => 'DeleteThreatIntelSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteThreatIntelSetRequest'], 'output' => ['shape' => 'DeleteThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DescribeOrganizationConfiguration' => ['name' => 'DescribeOrganizationConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/admin', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOrganizationConfigurationRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DescribePublishingDestination' => ['name' => 'DescribePublishingDestination', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePublishingDestinationRequest'], 'output' => ['shape' => 'DescribePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DisableOrganizationAdminAccount' => ['name' => 'DisableOrganizationAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/admin/disable', 'responseCode' => 200], 'input' => ['shape' => 'DisableOrganizationAdminAccountRequest'], 'output' => ['shape' => 'DisableOrganizationAdminAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DisassociateFromMasterAccount' => ['name' => 'DisassociateFromMasterAccount', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/master/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateFromMasterAccountRequest'], 'output' => ['shape' => 'DisassociateFromMasterAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'DisassociateMembers' => ['name' => 'DisassociateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateMembersRequest'], 'output' => ['shape' => 'DisassociateMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'EnableOrganizationAdminAccount' => ['name' => 'EnableOrganizationAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/admin/enable', 'responseCode' => 200], 'input' => ['shape' => 'EnableOrganizationAdminAccountRequest'], 'output' => ['shape' => 'EnableOrganizationAdminAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetDetector' => ['name' => 'GetDetector', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'GetDetectorRequest'], 'output' => ['shape' => 'GetDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFilter' => ['name' => 'GetFilter', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'GetFilterRequest'], 'output' => ['shape' => 'GetFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFindings' => ['name' => 'GetFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/get', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsRequest'], 'output' => ['shape' => 'GetFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetFindingsStatistics' => ['name' => 'GetFindingsStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsStatisticsRequest'], 'output' => ['shape' => 'GetFindingsStatisticsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetInvitationsCount' => ['name' => 'GetInvitationsCount', 'http' => ['method' => 'GET', 'requestUri' => '/invitation/count', 'responseCode' => 200], 'input' => ['shape' => 'GetInvitationsCountRequest'], 'output' => ['shape' => 'GetInvitationsCountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetMasterAccount' => ['name' => 'GetMasterAccount', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/master', 'responseCode' => 200], 'input' => ['shape' => 'GetMasterAccountRequest'], 'output' => ['shape' => 'GetMasterAccountResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetMemberDetectors' => ['name' => 'GetMemberDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/detector/get', 'responseCode' => 200], 'input' => ['shape' => 'GetMemberDetectorsRequest'], 'output' => ['shape' => 'GetMemberDetectorsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/get', 'responseCode' => 200], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetThreatIntelSet' => ['name' => 'GetThreatIntelSet', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'GetThreatIntelSetRequest'], 'output' => ['shape' => 'GetThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'GetUsageStatistics' => ['name' => 'GetUsageStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/usage/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetUsageStatisticsRequest'], 'output' => ['shape' => 'GetUsageStatisticsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'InviteMembers' => ['name' => 'InviteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/invite', 'responseCode' => 200], 'input' => ['shape' => 'InviteMembersRequest'], 'output' => ['shape' => 'InviteMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListDetectors' => ['name' => 'ListDetectors', 'http' => ['method' => 'GET', 'requestUri' => '/detector', 'responseCode' => 200], 'input' => ['shape' => 'ListDetectorsRequest'], 'output' => ['shape' => 'ListDetectorsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFilters' => ['name' => 'ListFilters', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/filter', 'responseCode' => 200], 'input' => ['shape' => 'ListFiltersRequest'], 'output' => ['shape' => 'ListFiltersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFindings' => ['name' => 'ListFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsRequest'], 'output' => ['shape' => 'ListFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/ipset', 'responseCode' => 200], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitation', 'responseCode' => 200], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/member', 'responseCode' => 200], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListOrganizationAdminAccounts' => ['name' => 'ListOrganizationAdminAccounts', 'http' => ['method' => 'GET', 'requestUri' => '/admin', 'responseCode' => 200], 'input' => ['shape' => 'ListOrganizationAdminAccountsRequest'], 'output' => ['shape' => 'ListOrganizationAdminAccountsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListPublishingDestinations' => ['name' => 'ListPublishingDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/publishingDestination', 'responseCode' => 200], 'input' => ['shape' => 'ListPublishingDestinationsRequest'], 'output' => ['shape' => 'ListPublishingDestinationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListThreatIntelSets' => ['name' => 'ListThreatIntelSets', 'http' => ['method' => 'GET', 'requestUri' => '/detector/{detectorId}/threatintelset', 'responseCode' => 200], 'input' => ['shape' => 'ListThreatIntelSetsRequest'], 'output' => ['shape' => 'ListThreatIntelSetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'StartMonitoringMembers' => ['name' => 'StartMonitoringMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/start', 'responseCode' => 200], 'input' => ['shape' => 'StartMonitoringMembersRequest'], 'output' => ['shape' => 'StartMonitoringMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'StopMonitoringMembers' => ['name' => 'StopMonitoringMembers', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopMonitoringMembersRequest'], 'output' => ['shape' => 'StopMonitoringMembersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UnarchiveFindings' => ['name' => 'UnarchiveFindings', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/unarchive', 'responseCode' => 200], 'input' => ['shape' => 'UnarchiveFindingsRequest'], 'output' => ['shape' => 'UnarchiveFindingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateDetector' => ['name' => 'UpdateDetector', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDetectorRequest'], 'output' => ['shape' => 'UpdateDetectorResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFilter' => ['name' => 'UpdateFilter', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/filter/{filterName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFilterRequest'], 'output' => ['shape' => 'UpdateFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFindingsFeedback' => ['name' => 'UpdateFindingsFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/findings/feedback', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFindingsFeedbackRequest'], 'output' => ['shape' => 'UpdateFindingsFeedbackResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/ipset/{ipSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateMemberDetectors' => ['name' => 'UpdateMemberDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/member/detector/update', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMemberDetectorsRequest'], 'output' => ['shape' => 'UpdateMemberDetectorsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateOrganizationConfiguration' => ['name' => 'UpdateOrganizationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/admin', 'responseCode' => 200], 'input' => ['shape' => 'UpdateOrganizationConfigurationRequest'], 'output' => ['shape' => 'UpdateOrganizationConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdatePublishingDestination' => ['name' => 'UpdatePublishingDestination', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/publishingDestination/{destinationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePublishingDestinationRequest'], 'output' => ['shape' => 'UpdatePublishingDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateThreatIntelSet' => ['name' => 'UpdateThreatIntelSet', 'http' => ['method' => 'POST', 'requestUri' => '/detector/{detectorId}/threatintelset/{threatIntelSetId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateThreatIntelSetRequest'], 'output' => ['shape' => 'UpdateThreatIntelSetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'MasterId', 'InvitationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MasterId' => ['shape' => 'String', 'locationName' => 'masterId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId']]], 'AcceptInvitationResponse' => ['type' => 'structure', 'members' => []], 'AccessControlList' => ['type' => 'structure', 'members' => ['AllowsPublicReadAccess' => ['shape' => 'Boolean', 'locationName' => 'allowsPublicReadAccess'], 'AllowsPublicWriteAccess' => ['shape' => 'Boolean', 'locationName' => 'allowsPublicWriteAccess']]], 'AccessKeyDetails' => ['type' => 'structure', 'members' => ['AccessKeyId' => ['shape' => 'String', 'locationName' => 'accessKeyId'], 'PrincipalId' => ['shape' => 'String', 'locationName' => 'principalId'], 'UserName' => ['shape' => 'String', 'locationName' => 'userName'], 'UserType' => ['shape' => 'String', 'locationName' => 'userType']]], 'AccountDetail' => ['type' => 'structure', 'required' => ['AccountId', 'Email'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'Email' => ['shape' => 'Email', 'locationName' => 'email']]], 'AccountDetails' => ['type' => 'list', 'member' => ['shape' => 'AccountDetail'], 'max' => 50, 'min' => 1], 'AccountId' => ['type' => 'string', 'max' => 12, 'min' => 12], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 50, 'min' => 1], 'AccountLevelPermissions' => ['type' => 'structure', 'members' => ['BlockPublicAccess' => ['shape' => 'BlockPublicAccess', 'locationName' => 'blockPublicAccess']]], 'Action' => ['type' => 'structure', 'members' => ['ActionType' => ['shape' => 'String', 'locationName' => 'actionType'], 'AwsApiCallAction' => ['shape' => 'AwsApiCallAction', 'locationName' => 'awsApiCallAction'], 'DnsRequestAction' => ['shape' => 'DnsRequestAction', 'locationName' => 'dnsRequestAction'], 'NetworkConnectionAction' => ['shape' => 'NetworkConnectionAction', 'locationName' => 'networkConnectionAction'], 'PortProbeAction' => ['shape' => 'PortProbeAction', 'locationName' => 'portProbeAction']]], 'AdminAccount' => ['type' => 'structure', 'members' => ['AdminAccountId' => ['shape' => 'String', 'locationName' => 'adminAccountId'], 'AdminStatus' => ['shape' => 'AdminStatus', 'locationName' => 'adminStatus']]], 'AdminAccounts' => ['type' => 'list', 'member' => ['shape' => 'AdminAccount'], 'max' => 1, 'min' => 0], 'AdminStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLE_IN_PROGRESS'], 'max' => 300, 'min' => 1], 'ArchiveFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds']]], 'ArchiveFindingsResponse' => ['type' => 'structure', 'members' => []], 'AwsApiCallAction' => ['type' => 'structure', 'members' => ['Api' => ['shape' => 'String', 'locationName' => 'api'], 'CallerType' => ['shape' => 'String', 'locationName' => 'callerType'], 'DomainDetails' => ['shape' => 'DomainDetails', 'locationName' => 'domainDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Type' => ['shape' => 'String', 'locationName' => '__type']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BlockPublicAccess' => ['type' => 'structure', 'members' => ['IgnorePublicAcls' => ['shape' => 'Boolean', 'locationName' => 'ignorePublicAcls'], 'RestrictPublicBuckets' => ['shape' => 'Boolean', 'locationName' => 'restrictPublicBuckets'], 'BlockPublicAcls' => ['shape' => 'Boolean', 'locationName' => 'blockPublicAcls'], 'BlockPublicPolicy' => ['shape' => 'Boolean', 'locationName' => 'blockPublicPolicy']]], 'Boolean' => ['type' => 'boolean'], 'BucketLevelPermissions' => ['type' => 'structure', 'members' => ['AccessControlList' => ['shape' => 'AccessControlList', 'locationName' => 'accessControlList'], 'BucketPolicy' => ['shape' => 'BucketPolicy', 'locationName' => 'bucketPolicy'], 'BlockPublicAccess' => ['shape' => 'BlockPublicAccess', 'locationName' => 'blockPublicAccess']]], 'BucketPolicy' => ['type' => 'structure', 'members' => ['AllowsPublicReadAccess' => ['shape' => 'Boolean', 'locationName' => 'allowsPublicReadAccess'], 'AllowsPublicWriteAccess' => ['shape' => 'Boolean', 'locationName' => 'allowsPublicWriteAccess']]], 'City' => ['type' => 'structure', 'members' => ['CityName' => ['shape' => 'String', 'locationName' => 'cityName']]], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 0], 'CloudTrailConfigurationResult' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DataSourceStatus', 'locationName' => 'status']]], 'Condition' => ['type' => 'structure', 'members' => ['Eq' => ['shape' => 'Eq', 'deprecated' => \true, 'locationName' => 'eq'], 'Neq' => ['shape' => 'Neq', 'deprecated' => \true, 'locationName' => 'neq'], 'Gt' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'gt'], 'Gte' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'gte'], 'Lt' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'lt'], 'Lte' => ['shape' => 'Integer', 'deprecated' => \true, 'locationName' => 'lte'], 'Equals' => ['shape' => 'Equals', 'locationName' => 'equals'], 'NotEquals' => ['shape' => 'NotEquals', 'locationName' => 'notEquals'], 'GreaterThan' => ['shape' => 'Long', 'locationName' => 'greaterThan'], 'GreaterThanOrEqual' => ['shape' => 'Long', 'locationName' => 'greaterThanOrEqual'], 'LessThan' => ['shape' => 'Long', 'locationName' => 'lessThan'], 'LessThanOrEqual' => ['shape' => 'Long', 'locationName' => 'lessThanOrEqual']]], 'CountBySeverity' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Integer']], 'Country' => ['type' => 'structure', 'members' => ['CountryCode' => ['shape' => 'String', 'locationName' => 'countryCode'], 'CountryName' => ['shape' => 'String', 'locationName' => 'countryName']]], 'CreateDetectorRequest' => ['type' => 'structure', 'required' => ['Enable'], 'members' => ['Enable' => ['shape' => 'Boolean', 'locationName' => 'enable'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'DataSources' => ['shape' => 'DataSourceConfigurations', 'locationName' => 'dataSources'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateDetectorResponse' => ['type' => 'structure', 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId']]], 'CreateFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'FindingCriteria'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'FilterName', 'locationName' => 'name'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateFilterResponse' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'Format', 'Location', 'Activate'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'IpSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateIPSetResponse' => ['type' => 'structure', 'required' => ['IpSetId'], 'members' => ['IpSetId' => ['shape' => 'String', 'locationName' => 'ipSetId']]], 'CreateMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountDetails'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountDetails' => ['shape' => 'AccountDetails', 'locationName' => 'accountDetails']]], 'CreateMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'CreatePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationType', 'DestinationProperties'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken']]], 'CreatePublishingDestinationResponse' => ['type' => 'structure', 'required' => ['DestinationId'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId']]], 'CreateSampleFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingTypes' => ['shape' => 'FindingTypes', 'locationName' => 'findingTypes']]], 'CreateSampleFindingsResponse' => ['type' => 'structure', 'members' => []], 'CreateThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'Name', 'Format', 'Location', 'Activate'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'ThreatIntelSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'locationName' => 'clientToken'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateThreatIntelSetResponse' => ['type' => 'structure', 'required' => ['ThreatIntelSetId'], 'members' => ['ThreatIntelSetId' => ['shape' => 'String', 'locationName' => 'threatIntelSetId']]], 'Criterion' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'Condition']], 'DNSLogsConfigurationResult' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DataSourceStatus', 'locationName' => 'status']]], 'DataSource' => ['type' => 'string', 'enum' => ['FLOW_LOGS', 'CLOUD_TRAIL', 'DNS_LOGS', 'S3_LOGS']], 'DataSourceConfigurations' => ['type' => 'structure', 'members' => ['S3Logs' => ['shape' => 'S3LogsConfiguration', 'locationName' => 's3Logs']]], 'DataSourceConfigurationsResult' => ['type' => 'structure', 'required' => ['CloudTrail', 'DNSLogs', 'FlowLogs', 'S3Logs'], 'members' => ['CloudTrail' => ['shape' => 'CloudTrailConfigurationResult', 'locationName' => 'cloudTrail'], 'DNSLogs' => ['shape' => 'DNSLogsConfigurationResult', 'locationName' => 'dnsLogs'], 'FlowLogs' => ['shape' => 'FlowLogsConfigurationResult', 'locationName' => 'flowLogs'], 'S3Logs' => ['shape' => 'S3LogsConfigurationResult', 'locationName' => 's3Logs']]], 'DataSourceList' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DataSourceStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED'], 'max' => 300, 'min' => 1], 'DeclineInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeclineInvitationsResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DefaultServerSideEncryption' => ['type' => 'structure', 'members' => ['EncryptionType' => ['shape' => 'String', 'locationName' => 'encryptionType'], 'KmsMasterKeyArn' => ['shape' => 'String', 'locationName' => 'kmsMasterKeyArn']]], 'DeleteDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'DeleteDetectorResponse' => ['type' => 'structure', 'members' => []], 'DeleteFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName']]], 'DeleteFilterResponse' => ['type' => 'structure', 'members' => []], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeleteInvitationsResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DeleteMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DeleteMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DeletePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId']]], 'DeletePublishingDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId']]], 'DeleteThreatIntelSetResponse' => ['type' => 'structure', 'members' => []], 'DescribeOrganizationConfigurationRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'DescribeOrganizationConfigurationResponse' => ['type' => 'structure', 'required' => ['AutoEnable', 'MemberAccountLimitReached'], 'members' => ['AutoEnable' => ['shape' => 'Boolean', 'locationName' => 'autoEnable'], 'MemberAccountLimitReached' => ['shape' => 'Boolean', 'locationName' => 'memberAccountLimitReached'], 'DataSources' => ['shape' => 'OrganizationDataSourceConfigurationsResult', 'locationName' => 'dataSources']]], 'DescribePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId']]], 'DescribePublishingDestinationResponse' => ['type' => 'structure', 'required' => ['DestinationId', 'DestinationType', 'Status', 'PublishingFailureStartTimestamp', 'DestinationProperties'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'Status' => ['shape' => 'PublishingStatus', 'locationName' => 'status'], 'PublishingFailureStartTimestamp' => ['shape' => 'Long', 'locationName' => 'publishingFailureStartTimestamp'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties']]], 'Destination' => ['type' => 'structure', 'required' => ['DestinationId', 'DestinationType', 'Status'], 'members' => ['DestinationId' => ['shape' => 'String', 'locationName' => 'destinationId'], 'DestinationType' => ['shape' => 'DestinationType', 'locationName' => 'destinationType'], 'Status' => ['shape' => 'PublishingStatus', 'locationName' => 'status']]], 'DestinationProperties' => ['type' => 'structure', 'members' => ['DestinationArn' => ['shape' => 'String', 'locationName' => 'destinationArn'], 'KmsKeyArn' => ['shape' => 'String', 'locationName' => 'kmsKeyArn']]], 'DestinationType' => ['type' => 'string', 'enum' => ['S3'], 'max' => 300, 'min' => 1], 'Destinations' => ['type' => 'list', 'member' => ['shape' => 'Destination']], 'DetectorId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'DetectorIds' => ['type' => 'list', 'member' => ['shape' => 'DetectorId'], 'max' => 50, 'min' => 0], 'DetectorStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED'], 'max' => 300, 'min' => 1], 'DisableOrganizationAdminAccountRequest' => ['type' => 'structure', 'required' => ['AdminAccountId'], 'members' => ['AdminAccountId' => ['shape' => 'String', 'locationName' => 'adminAccountId']]], 'DisableOrganizationAdminAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'DisassociateFromMasterAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'DisassociateMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'DnsRequestAction' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String', 'locationName' => 'domain']]], 'DomainDetails' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String', 'locationName' => 'domain']]], 'Double' => ['type' => 'double'], 'Email' => ['type' => 'string', 'max' => 64, 'min' => 1], 'EnableOrganizationAdminAccountRequest' => ['type' => 'structure', 'required' => ['AdminAccountId'], 'members' => ['AdminAccountId' => ['shape' => 'String', 'locationName' => 'adminAccountId']]], 'EnableOrganizationAdminAccountResponse' => ['type' => 'structure', 'members' => []], 'Eq' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Equals' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Evidence' => ['type' => 'structure', 'members' => ['ThreatIntelligenceDetails' => ['shape' => 'ThreatIntelligenceDetails', 'locationName' => 'threatIntelligenceDetails']]], 'Feedback' => ['type' => 'string', 'enum' => ['USEFUL', 'NOT_USEFUL']], 'FilterAction' => ['type' => 'string', 'enum' => ['NOOP', 'ARCHIVE'], 'max' => 300, 'min' => 1], 'FilterDescription' => ['type' => 'string', 'max' => 512, 'min' => 0], 'FilterName' => ['type' => 'string', 'max' => 64, 'min' => 3], 'FilterNames' => ['type' => 'list', 'member' => ['shape' => 'FilterName'], 'max' => 50, 'min' => 0], 'FilterRank' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Finding' => ['type' => 'structure', 'required' => ['AccountId', 'Arn', 'CreatedAt', 'Id', 'Region', 'Resource', 'SchemaVersion', 'Severity', 'Type', 'UpdatedAt'], 'members' => ['AccountId' => ['shape' => 'String', 'locationName' => 'accountId'], 'Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Confidence' => ['shape' => 'Double', 'locationName' => 'confidence'], 'CreatedAt' => ['shape' => 'String', 'locationName' => 'createdAt'], 'Description' => ['shape' => 'String', 'locationName' => 'description'], 'Id' => ['shape' => 'String', 'locationName' => 'id'], 'Partition' => ['shape' => 'String', 'locationName' => 'partition'], 'Region' => ['shape' => 'String', 'locationName' => 'region'], 'Resource' => ['shape' => 'Resource', 'locationName' => 'resource'], 'SchemaVersion' => ['shape' => 'String', 'locationName' => 'schemaVersion'], 'Service' => ['shape' => 'Service', 'locationName' => 'service'], 'Severity' => ['shape' => 'Double', 'locationName' => 'severity'], 'Title' => ['shape' => 'String', 'locationName' => 'title'], 'Type' => ['shape' => 'FindingType', 'locationName' => 'type'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt']]], 'FindingCriteria' => ['type' => 'structure', 'members' => ['Criterion' => ['shape' => 'Criterion', 'locationName' => 'criterion']]], 'FindingId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'FindingIds' => ['type' => 'list', 'member' => ['shape' => 'FindingId'], 'max' => 50, 'min' => 0], 'FindingPublishingFrequency' => ['type' => 'string', 'enum' => ['FIFTEEN_MINUTES', 'ONE_HOUR', 'SIX_HOURS']], 'FindingStatisticType' => ['type' => 'string', 'enum' => ['COUNT_BY_SEVERITY']], 'FindingStatisticTypes' => ['type' => 'list', 'member' => ['shape' => 'FindingStatisticType'], 'max' => 10, 'min' => 0], 'FindingStatistics' => ['type' => 'structure', 'members' => ['CountBySeverity' => ['shape' => 'CountBySeverity', 'locationName' => 'countBySeverity']]], 'FindingType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'FindingTypes' => ['type' => 'list', 'member' => ['shape' => 'FindingType'], 'max' => 50, 'min' => 0], 'Findings' => ['type' => 'list', 'member' => ['shape' => 'Finding'], 'max' => 50, 'min' => 0], 'FlowLogsConfigurationResult' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DataSourceStatus', 'locationName' => 'status']]], 'GeoLocation' => ['type' => 'structure', 'members' => ['Lat' => ['shape' => 'Double', 'locationName' => 'lat'], 'Lon' => ['shape' => 'Double', 'locationName' => 'lon']]], 'GetDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'GetDetectorResponse' => ['type' => 'structure', 'required' => ['ServiceRole', 'Status'], 'members' => ['CreatedAt' => ['shape' => 'String', 'locationName' => 'createdAt'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'ServiceRole' => ['shape' => 'String', 'locationName' => 'serviceRole'], 'Status' => ['shape' => 'DetectorStatus', 'locationName' => 'status'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt'], 'DataSources' => ['shape' => 'DataSourceConfigurationsResult', 'locationName' => 'dataSources'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName']]], 'GetFilterResponse' => ['type' => 'structure', 'required' => ['Name', 'Action', 'FindingCriteria'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'SortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria']]], 'GetFindingsResponse' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'Findings', 'locationName' => 'findings']]], 'GetFindingsStatisticsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingStatisticTypes'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingStatisticTypes' => ['shape' => 'FindingStatisticTypes', 'locationName' => 'findingStatisticTypes'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria']]], 'GetFindingsStatisticsResponse' => ['type' => 'structure', 'required' => ['FindingStatistics'], 'members' => ['FindingStatistics' => ['shape' => 'FindingStatistics', 'locationName' => 'findingStatistics']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId']]], 'GetIPSetResponse' => ['type' => 'structure', 'required' => ['Name', 'Format', 'Location', 'Status'], 'members' => ['Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'IpSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Status' => ['shape' => 'IpSetStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetInvitationsCountRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationsCountResponse' => ['type' => 'structure', 'members' => ['InvitationsCount' => ['shape' => 'Integer', 'locationName' => 'invitationsCount']]], 'GetMasterAccountRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId']]], 'GetMasterAccountResponse' => ['type' => 'structure', 'required' => ['Master'], 'members' => ['Master' => ['shape' => 'Master', 'locationName' => 'master']]], 'GetMemberDetectorsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'GetMemberDetectorsResponse' => ['type' => 'structure', 'required' => ['MemberDataSourceConfigurations', 'UnprocessedAccounts'], 'members' => ['MemberDataSourceConfigurations' => ['shape' => 'MemberDataSourceConfigurations', 'locationName' => 'members'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'GetMembersResponse' => ['type' => 'structure', 'required' => ['Members', 'UnprocessedAccounts'], 'members' => ['Members' => ['shape' => 'Members', 'locationName' => 'members'], 'UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'GetThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId']]], 'GetThreatIntelSetResponse' => ['type' => 'structure', 'required' => ['Name', 'Format', 'Location', 'Status'], 'members' => ['Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Format' => ['shape' => 'ThreatIntelSetFormat', 'locationName' => 'format'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Status' => ['shape' => 'ThreatIntelSetStatus', 'locationName' => 'status'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetUsageStatisticsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'UsageStatisticType', 'UsageCriteria'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'UsageStatisticType' => ['shape' => 'UsageStatisticType', 'locationName' => 'usageStatisticsType'], 'UsageCriteria' => ['shape' => 'UsageCriteria', 'locationName' => 'usageCriteria'], 'Unit' => ['shape' => 'String', 'locationName' => 'unit'], 'MaxResults' => ['shape' => 'MaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GetUsageStatisticsResponse' => ['type' => 'structure', 'members' => ['UsageStatistics' => ['shape' => 'UsageStatistics', 'locationName' => 'usageStatistics'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'GuardDutyArn' => ['type' => 'string', 'pattern' => '^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$'], 'IamInstanceProfile' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Id' => ['shape' => 'String', 'locationName' => 'id']]], 'InstanceDetails' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => 'String', 'locationName' => 'availabilityZone'], 'IamInstanceProfile' => ['shape' => 'IamInstanceProfile', 'locationName' => 'iamInstanceProfile'], 'ImageDescription' => ['shape' => 'String', 'locationName' => 'imageDescription'], 'ImageId' => ['shape' => 'String', 'locationName' => 'imageId'], 'InstanceId' => ['shape' => 'String', 'locationName' => 'instanceId'], 'InstanceState' => ['shape' => 'String', 'locationName' => 'instanceState'], 'InstanceType' => ['shape' => 'String', 'locationName' => 'instanceType'], 'OutpostArn' => ['shape' => 'String', 'locationName' => 'outpostArn'], 'LaunchTime' => ['shape' => 'String', 'locationName' => 'launchTime'], 'NetworkInterfaces' => ['shape' => 'NetworkInterfaces', 'locationName' => 'networkInterfaces'], 'Platform' => ['shape' => 'String', 'locationName' => 'platform'], 'ProductCodes' => ['shape' => 'ProductCodes', 'locationName' => 'productCodes'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'Integer' => ['type' => 'integer'], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String', 'locationName' => 'message'], 'Type' => ['shape' => 'String', 'locationName' => '__type']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt']]], 'Invitations' => ['type' => 'list', 'member' => ['shape' => 'Invitation'], 'max' => 50, 'min' => 0], 'InviteMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds'], 'DisableEmailNotification' => ['shape' => 'Boolean', 'locationName' => 'disableEmailNotification'], 'Message' => ['shape' => 'String', 'locationName' => 'message']]], 'InviteMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'IpSetFormat' => ['type' => 'string', 'enum' => ['TXT', 'STIX', 'OTX_CSV', 'ALIEN_VAULT', 'PROOF_POINT', 'FIRE_EYE'], 'max' => 300, 'min' => 1], 'IpSetIds' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 50, 'min' => 0], 'IpSetStatus' => ['type' => 'string', 'enum' => ['INACTIVE', 'ACTIVATING', 'ACTIVE', 'DEACTIVATING', 'ERROR', 'DELETE_PENDING', 'DELETED'], 'max' => 300, 'min' => 1], 'Ipv6Addresses' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListDetectorsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListDetectorsResponse' => ['type' => 'structure', 'required' => ['DetectorIds'], 'members' => ['DetectorIds' => ['shape' => 'DetectorIds', 'locationName' => 'detectorIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFiltersRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFiltersResponse' => ['type' => 'structure', 'required' => ['FilterNames'], 'members' => ['FilterNames' => ['shape' => 'FilterNames', 'locationName' => 'filterNames'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'SortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria'], 'MaxResults' => ['shape' => 'MaxResults', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListFindingsResponse' => ['type' => 'structure', 'required' => ['FindingIds'], 'members' => ['FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListIPSetsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListIPSetsResponse' => ['type' => 'structure', 'required' => ['IpSetIds'], 'members' => ['IpSetIds' => ['shape' => 'IpSetIds', 'locationName' => 'ipSetIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'Invitations', 'locationName' => 'invitations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'OnlyAssociated' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'onlyAssociated']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'Members', 'locationName' => 'members'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListOrganizationAdminAccountsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListOrganizationAdminAccountsResponse' => ['type' => 'structure', 'members' => ['AdminAccounts' => ['shape' => 'AdminAccounts', 'locationName' => 'adminAccounts'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListPublishingDestinationsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListPublishingDestinationsResponse' => ['type' => 'structure', 'required' => ['Destinations'], 'members' => ['Destinations' => ['shape' => 'Destinations', 'locationName' => 'destinations'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'ListThreatIntelSetsRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListThreatIntelSetsResponse' => ['type' => 'structure', 'required' => ['ThreatIntelSetIds'], 'members' => ['ThreatIntelSetIds' => ['shape' => 'ThreatIntelSetIds', 'locationName' => 'threatIntelSetIds'], 'NextToken' => ['shape' => 'String', 'locationName' => 'nextToken']]], 'LocalIpDetails' => ['type' => 'structure', 'members' => ['IpAddressV4' => ['shape' => 'String', 'locationName' => 'ipAddressV4']]], 'LocalPortDetails' => ['type' => 'structure', 'members' => ['Port' => ['shape' => 'Integer', 'locationName' => 'port'], 'PortName' => ['shape' => 'String', 'locationName' => 'portName']]], 'Location' => ['type' => 'string', 'max' => 300, 'min' => 1], 'Long' => ['type' => 'long'], 'Master' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'InvitationId' => ['shape' => 'String', 'locationName' => 'invitationId'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'Member' => ['type' => 'structure', 'required' => ['AccountId', 'MasterId', 'Email', 'RelationshipStatus', 'UpdatedAt'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId'], 'MasterId' => ['shape' => 'String', 'locationName' => 'masterId'], 'Email' => ['shape' => 'Email', 'locationName' => 'email'], 'RelationshipStatus' => ['shape' => 'String', 'locationName' => 'relationshipStatus'], 'InvitedAt' => ['shape' => 'String', 'locationName' => 'invitedAt'], 'UpdatedAt' => ['shape' => 'String', 'locationName' => 'updatedAt']]], 'MemberDataSourceConfiguration' => ['type' => 'structure', 'required' => ['AccountId', 'DataSources'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'DataSources' => ['shape' => 'DataSourceConfigurationsResult', 'locationName' => 'dataSources']]], 'MemberDataSourceConfigurations' => ['type' => 'list', 'member' => ['shape' => 'MemberDataSourceConfiguration'], 'max' => 50, 'min' => 1], 'Members' => ['type' => 'list', 'member' => ['shape' => 'Member'], 'max' => 50, 'min' => 0], 'Name' => ['type' => 'string', 'max' => 300, 'min' => 1], 'Neq' => ['type' => 'list', 'member' => ['shape' => 'String']], 'NetworkConnectionAction' => ['type' => 'structure', 'members' => ['Blocked' => ['shape' => 'Boolean', 'locationName' => 'blocked'], 'ConnectionDirection' => ['shape' => 'String', 'locationName' => 'connectionDirection'], 'LocalPortDetails' => ['shape' => 'LocalPortDetails', 'locationName' => 'localPortDetails'], 'Protocol' => ['shape' => 'String', 'locationName' => 'protocol'], 'LocalIpDetails' => ['shape' => 'LocalIpDetails', 'locationName' => 'localIpDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails'], 'RemotePortDetails' => ['shape' => 'RemotePortDetails', 'locationName' => 'remotePortDetails']]], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Ipv6Addresses' => ['shape' => 'Ipv6Addresses', 'locationName' => 'ipv6Addresses'], 'NetworkInterfaceId' => ['shape' => 'String', 'locationName' => 'networkInterfaceId'], 'PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress'], 'PrivateIpAddresses' => ['shape' => 'PrivateIpAddresses', 'locationName' => 'privateIpAddresses'], 'PublicDnsName' => ['shape' => 'String', 'locationName' => 'publicDnsName'], 'PublicIp' => ['shape' => 'String', 'locationName' => 'publicIp'], 'SecurityGroups' => ['shape' => 'SecurityGroups', 'locationName' => 'securityGroups'], 'SubnetId' => ['shape' => 'String', 'locationName' => 'subnetId'], 'VpcId' => ['shape' => 'String', 'locationName' => 'vpcId']]], 'NetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'NotEquals' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OrderBy' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'Organization' => ['type' => 'structure', 'members' => ['Asn' => ['shape' => 'String', 'locationName' => 'asn'], 'AsnOrg' => ['shape' => 'String', 'locationName' => 'asnOrg'], 'Isp' => ['shape' => 'String', 'locationName' => 'isp'], 'Org' => ['shape' => 'String', 'locationName' => 'org']]], 'OrganizationDataSourceConfigurations' => ['type' => 'structure', 'members' => ['S3Logs' => ['shape' => 'OrganizationS3LogsConfiguration', 'locationName' => 's3Logs']]], 'OrganizationDataSourceConfigurationsResult' => ['type' => 'structure', 'required' => ['S3Logs'], 'members' => ['S3Logs' => ['shape' => 'OrganizationS3LogsConfigurationResult', 'locationName' => 's3Logs']]], 'OrganizationS3LogsConfiguration' => ['type' => 'structure', 'required' => ['AutoEnable'], 'members' => ['AutoEnable' => ['shape' => 'Boolean', 'locationName' => 'autoEnable']]], 'OrganizationS3LogsConfigurationResult' => ['type' => 'structure', 'required' => ['AutoEnable'], 'members' => ['AutoEnable' => ['shape' => 'Boolean', 'locationName' => 'autoEnable']]], 'Owner' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String', 'locationName' => 'id']]], 'PermissionConfiguration' => ['type' => 'structure', 'members' => ['BucketLevelPermissions' => ['shape' => 'BucketLevelPermissions', 'locationName' => 'bucketLevelPermissions'], 'AccountLevelPermissions' => ['shape' => 'AccountLevelPermissions', 'locationName' => 'accountLevelPermissions']]], 'PortProbeAction' => ['type' => 'structure', 'members' => ['Blocked' => ['shape' => 'Boolean', 'locationName' => 'blocked'], 'PortProbeDetails' => ['shape' => 'PortProbeDetails', 'locationName' => 'portProbeDetails']]], 'PortProbeDetail' => ['type' => 'structure', 'members' => ['LocalPortDetails' => ['shape' => 'LocalPortDetails', 'locationName' => 'localPortDetails'], 'LocalIpDetails' => ['shape' => 'LocalIpDetails', 'locationName' => 'localIpDetails'], 'RemoteIpDetails' => ['shape' => 'RemoteIpDetails', 'locationName' => 'remoteIpDetails']]], 'PortProbeDetails' => ['type' => 'list', 'member' => ['shape' => 'PortProbeDetail']], 'PrivateIpAddressDetails' => ['type' => 'structure', 'members' => ['PrivateDnsName' => ['shape' => 'String', 'locationName' => 'privateDnsName'], 'PrivateIpAddress' => ['shape' => 'String', 'locationName' => 'privateIpAddress']]], 'PrivateIpAddresses' => ['type' => 'list', 'member' => ['shape' => 'PrivateIpAddressDetails']], 'ProductCode' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'String', 'locationName' => 'code'], 'ProductType' => ['shape' => 'String', 'locationName' => 'productType']]], 'ProductCodes' => ['type' => 'list', 'member' => ['shape' => 'ProductCode']], 'PublicAccess' => ['type' => 'structure', 'members' => ['PermissionConfiguration' => ['shape' => 'PermissionConfiguration', 'locationName' => 'permissionConfiguration'], 'EffectivePermission' => ['shape' => 'String', 'locationName' => 'effectivePermission']]], 'PublishingStatus' => ['type' => 'string', 'enum' => ['PENDING_VERIFICATION', 'PUBLISHING', 'UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY', 'STOPPED'], 'max' => 300, 'min' => 1], 'RemoteIpDetails' => ['type' => 'structure', 'members' => ['City' => ['shape' => 'City', 'locationName' => 'city'], 'Country' => ['shape' => 'Country', 'locationName' => 'country'], 'GeoLocation' => ['shape' => 'GeoLocation', 'locationName' => 'geoLocation'], 'IpAddressV4' => ['shape' => 'String', 'locationName' => 'ipAddressV4'], 'Organization' => ['shape' => 'Organization', 'locationName' => 'organization']]], 'RemotePortDetails' => ['type' => 'structure', 'members' => ['Port' => ['shape' => 'Integer', 'locationName' => 'port'], 'PortName' => ['shape' => 'String', 'locationName' => 'portName']]], 'Resource' => ['type' => 'structure', 'members' => ['AccessKeyDetails' => ['shape' => 'AccessKeyDetails', 'locationName' => 'accessKeyDetails'], 'S3BucketDetails' => ['shape' => 'S3BucketDetails', 'locationName' => 's3BucketDetails'], 'InstanceDetails' => ['shape' => 'InstanceDetails', 'locationName' => 'instanceDetails'], 'ResourceType' => ['shape' => 'String', 'locationName' => 'resourceType']]], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'S3BucketDetail' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String', 'locationName' => 'arn'], 'Name' => ['shape' => 'String', 'locationName' => 'name'], 'Type' => ['shape' => 'String', 'locationName' => 'type'], 'CreatedAt' => ['shape' => 'Timestamp', 'locationName' => 'createdAt'], 'Owner' => ['shape' => 'Owner', 'locationName' => 'owner'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'DefaultServerSideEncryption' => ['shape' => 'DefaultServerSideEncryption', 'locationName' => 'defaultServerSideEncryption'], 'PublicAccess' => ['shape' => 'PublicAccess', 'locationName' => 'publicAccess']]], 'S3BucketDetails' => ['type' => 'list', 'member' => ['shape' => 'S3BucketDetail']], 'S3LogsConfiguration' => ['type' => 'structure', 'required' => ['Enable'], 'members' => ['Enable' => ['shape' => 'Boolean', 'locationName' => 'enable']]], 'S3LogsConfigurationResult' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DataSourceStatus', 'locationName' => 'status']]], 'SecurityGroup' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'String', 'locationName' => 'groupId'], 'GroupName' => ['shape' => 'String', 'locationName' => 'groupName']]], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroup']], 'Service' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action', 'locationName' => 'action'], 'Evidence' => ['shape' => 'Evidence', 'locationName' => 'evidence'], 'Archived' => ['shape' => 'Boolean', 'locationName' => 'archived'], 'Count' => ['shape' => 'Integer', 'locationName' => 'count'], 'DetectorId' => ['shape' => 'DetectorId', 'locationName' => 'detectorId'], 'EventFirstSeen' => ['shape' => 'String', 'locationName' => 'eventFirstSeen'], 'EventLastSeen' => ['shape' => 'String', 'locationName' => 'eventLastSeen'], 'ResourceRole' => ['shape' => 'String', 'locationName' => 'resourceRole'], 'ServiceName' => ['shape' => 'String', 'locationName' => 'serviceName'], 'UserFeedback' => ['shape' => 'String', 'locationName' => 'userFeedback']]], 'SortCriteria' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String', 'locationName' => 'attributeName'], 'OrderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'StartMonitoringMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'StartMonitoringMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'StopMonitoringMembersRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds']]], 'StopMonitoringMembersResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'String' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String', 'locationName' => 'key'], 'Value' => ['shape' => 'String', 'locationName' => 'value']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThreatIntelSetFormat' => ['type' => 'string', 'enum' => ['TXT', 'STIX', 'OTX_CSV', 'ALIEN_VAULT', 'PROOF_POINT', 'FIRE_EYE'], 'max' => 300, 'min' => 1], 'ThreatIntelSetIds' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 50, 'min' => 0], 'ThreatIntelSetStatus' => ['type' => 'string', 'enum' => ['INACTIVE', 'ACTIVATING', 'ACTIVE', 'DEACTIVATING', 'ERROR', 'DELETE_PENDING', 'DELETED'], 'max' => 300, 'min' => 1], 'ThreatIntelligenceDetail' => ['type' => 'structure', 'members' => ['ThreatListName' => ['shape' => 'String', 'locationName' => 'threatListName'], 'ThreatNames' => ['shape' => 'ThreatNames', 'locationName' => 'threatNames']]], 'ThreatIntelligenceDetails' => ['type' => 'list', 'member' => ['shape' => 'ThreatIntelligenceDetail']], 'ThreatNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Timestamp' => ['type' => 'timestamp'], 'Total' => ['type' => 'structure', 'members' => ['Amount' => ['shape' => 'String', 'locationName' => 'amount'], 'Unit' => ['shape' => 'String', 'locationName' => 'unit']]], 'UnarchiveFindingsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds']]], 'UnarchiveFindingsResponse' => ['type' => 'structure', 'members' => []], 'UnprocessedAccount' => ['type' => 'structure', 'required' => ['AccountId', 'Result'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'Result' => ['shape' => 'String', 'locationName' => 'result']]], 'UnprocessedAccounts' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedAccount'], 'max' => 50, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'GuardDutyArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDetectorRequest' => ['type' => 'structure', 'required' => ['DetectorId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'Enable' => ['shape' => 'Boolean', 'locationName' => 'enable'], 'FindingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'DataSources' => ['shape' => 'DataSourceConfigurations', 'locationName' => 'dataSources']]], 'UpdateDetectorResponse' => ['type' => 'structure', 'members' => []], 'UpdateFilterRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FilterName'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FilterName' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'filterName'], 'Description' => ['shape' => 'FilterDescription', 'locationName' => 'description'], 'Action' => ['shape' => 'FilterAction', 'locationName' => 'action'], 'Rank' => ['shape' => 'FilterRank', 'locationName' => 'rank'], 'FindingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria']]], 'UpdateFilterResponse' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FilterName', 'locationName' => 'name']]], 'UpdateFindingsFeedbackRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'FindingIds', 'Feedback'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'FindingIds' => ['shape' => 'FindingIds', 'locationName' => 'findingIds'], 'Feedback' => ['shape' => 'Feedback', 'locationName' => 'feedback'], 'Comments' => ['shape' => 'String', 'locationName' => 'comments']]], 'UpdateFindingsFeedbackResponse' => ['type' => 'structure', 'members' => []], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'IpSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'IpSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'ipSetId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => []], 'UpdateMemberDetectorsRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AccountIds'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds'], 'DataSources' => ['shape' => 'DataSourceConfigurations', 'locationName' => 'dataSources']]], 'UpdateMemberDetectorsResponse' => ['type' => 'structure', 'required' => ['UnprocessedAccounts'], 'members' => ['UnprocessedAccounts' => ['shape' => 'UnprocessedAccounts', 'locationName' => 'unprocessedAccounts']]], 'UpdateOrganizationConfigurationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'AutoEnable'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'AutoEnable' => ['shape' => 'Boolean', 'locationName' => 'autoEnable'], 'DataSources' => ['shape' => 'OrganizationDataSourceConfigurations', 'locationName' => 'dataSources']]], 'UpdateOrganizationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdatePublishingDestinationRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'DestinationId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'DestinationId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'destinationId'], 'DestinationProperties' => ['shape' => 'DestinationProperties', 'locationName' => 'destinationProperties']]], 'UpdatePublishingDestinationResponse' => ['type' => 'structure', 'members' => []], 'UpdateThreatIntelSetRequest' => ['type' => 'structure', 'required' => ['DetectorId', 'ThreatIntelSetId'], 'members' => ['DetectorId' => ['shape' => 'DetectorId', 'location' => 'uri', 'locationName' => 'detectorId'], 'ThreatIntelSetId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'threatIntelSetId'], 'Name' => ['shape' => 'Name', 'locationName' => 'name'], 'Location' => ['shape' => 'Location', 'locationName' => 'location'], 'Activate' => ['shape' => 'Boolean', 'locationName' => 'activate']]], 'UpdateThreatIntelSetResponse' => ['type' => 'structure', 'members' => []], 'UsageAccountResult' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId', 'locationName' => 'accountId'], 'Total' => ['shape' => 'Total', 'locationName' => 'total']]], 'UsageAccountResultList' => ['type' => 'list', 'member' => ['shape' => 'UsageAccountResult']], 'UsageCriteria' => ['type' => 'structure', 'required' => ['DataSources'], 'members' => ['AccountIds' => ['shape' => 'AccountIds', 'locationName' => 'accountIds'], 'DataSources' => ['shape' => 'DataSourceList', 'locationName' => 'dataSources'], 'Resources' => ['shape' => 'ResourceList', 'locationName' => 'resources']]], 'UsageDataSourceResult' => ['type' => 'structure', 'members' => ['DataSource' => ['shape' => 'DataSource', 'locationName' => 'dataSource'], 'Total' => ['shape' => 'Total', 'locationName' => 'total']]], 'UsageDataSourceResultList' => ['type' => 'list', 'member' => ['shape' => 'UsageDataSourceResult']], 'UsageResourceResult' => ['type' => 'structure', 'members' => ['Resource' => ['shape' => 'String', 'locationName' => 'resource'], 'Total' => ['shape' => 'Total', 'locationName' => 'total']]], 'UsageResourceResultList' => ['type' => 'list', 'member' => ['shape' => 'UsageResourceResult']], 'UsageStatisticType' => ['type' => 'string', 'enum' => ['SUM_BY_ACCOUNT', 'SUM_BY_DATA_SOURCE', 'SUM_BY_RESOURCE', 'TOP_RESOURCES']], 'UsageStatistics' => ['type' => 'structure', 'members' => ['SumByAccount' => ['shape' => 'UsageAccountResultList', 'locationName' => 'sumByAccount'], 'SumByDataSource' => ['shape' => 'UsageDataSourceResultList', 'locationName' => 'sumByDataSource'], 'SumByResource' => ['shape' => 'UsageResourceResultList', 'locationName' => 'sumByResource'], 'TopResources' => ['shape' => 'UsageResourceResultList', 'locationName' => 'topResources']]]]]; diff --git a/vendor/Aws3/Aws/data/guardduty/2017-11-28/paginators-1.json.php b/vendor/Aws3/Aws/data/guardduty/2017-11-28/paginators-1.json.php index 540fea5f..18b00c02 100644 --- a/vendor/Aws3/Aws/data/guardduty/2017-11-28/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/guardduty/2017-11-28/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListDetectors' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'DetectorIds'], 'ListFilters' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FilterNames'], 'ListFindings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FindingIds'], 'ListIPSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'IpSetIds'], 'ListInvitations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Invitations'], 'ListMembers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Members'], 'ListPublishingDestinations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListThreatIntelSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ThreatIntelSetIds']]]; +return ['pagination' => ['GetUsageStatistics' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDetectors' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'DetectorIds'], 'ListFilters' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FilterNames'], 'ListFindings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FindingIds'], 'ListIPSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'IpSetIds'], 'ListInvitations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Invitations'], 'ListMembers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Members'], 'ListOrganizationAdminAccounts' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AdminAccounts'], 'ListPublishingDestinations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListThreatIntelSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ThreatIntelSetIds']]]; diff --git a/vendor/Aws3/Aws/data/health/2016-08-04/api-2.json.php b/vendor/Aws3/Aws/data/health/2016-08-04/api-2.json.php index 930b61a9..f006d945 100644 --- a/vendor/Aws3/Aws/data/health/2016-08-04/api-2.json.php +++ b/vendor/Aws3/Aws/data/health/2016-08-04/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-08-04', 'endpointPrefix' => 'health', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWSHealth', 'serviceFullName' => 'AWS Health APIs and Notifications', 'serviceId' => 'Health', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSHealth_20160804', 'uid' => 'health-2016-08-04'], 'operations' => ['DescribeAffectedAccountsForOrganization' => ['name' => 'DescribeAffectedAccountsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedAccountsForOrganizationRequest'], 'output' => ['shape' => 'DescribeAffectedAccountsForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken']], 'idempotent' => \true], 'DescribeAffectedEntities' => ['name' => 'DescribeAffectedEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedEntitiesRequest'], 'output' => ['shape' => 'DescribeAffectedEntitiesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeAffectedEntitiesForOrganization' => ['name' => 'DescribeAffectedEntitiesForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedEntitiesForOrganizationRequest'], 'output' => ['shape' => 'DescribeAffectedEntitiesForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEntityAggregates' => ['name' => 'DescribeEntityAggregates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntityAggregatesRequest'], 'output' => ['shape' => 'DescribeEntityAggregatesResponse'], 'idempotent' => \true], 'DescribeEventAggregates' => ['name' => 'DescribeEventAggregates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventAggregatesRequest'], 'output' => ['shape' => 'DescribeEventAggregatesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken']], 'idempotent' => \true], 'DescribeEventDetails' => ['name' => 'DescribeEventDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventDetailsRequest'], 'output' => ['shape' => 'DescribeEventDetailsResponse'], 'errors' => [['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventDetailsForOrganization' => ['name' => 'DescribeEventDetailsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventDetailsForOrganizationRequest'], 'output' => ['shape' => 'DescribeEventDetailsForOrganizationResponse'], 'errors' => [['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventTypes' => ['name' => 'DescribeEventTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventTypesRequest'], 'output' => ['shape' => 'DescribeEventTypesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsRequest'], 'output' => ['shape' => 'DescribeEventsResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventsForOrganization' => ['name' => 'DescribeEventsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsForOrganizationRequest'], 'output' => ['shape' => 'DescribeEventsForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeHealthServiceStatusForOrganization' => ['name' => 'DescribeHealthServiceStatusForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeHealthServiceStatusForOrganizationResponse'], 'idempotent' => \true], 'DisableHealthServiceAccessForOrganization' => ['name' => 'DisableHealthServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'ConcurrentModificationException']], 'idempotent' => \true], 'EnableHealthServiceAccessForOrganization' => ['name' => 'EnableHealthServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'ConcurrentModificationException']], 'idempotent' => \true]], 'shapes' => ['AffectedEntity' => ['type' => 'structure', 'members' => ['entityArn' => ['shape' => 'entityArn'], 'eventArn' => ['shape' => 'eventArn'], 'entityValue' => ['shape' => 'entityValue'], 'entityUrl' => ['shape' => 'entityUrl'], 'awsAccountId' => ['shape' => 'accountId'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'entityStatusCode'], 'tags' => ['shape' => 'tagSet']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'DateTimeRange' => ['type' => 'structure', 'members' => ['from' => ['shape' => 'timestamp'], 'to' => ['shape' => 'timestamp']]], 'DescribeAffectedAccountsForOrganizationRequest' => ['type' => 'structure', 'required' => ['eventArn'], 'members' => ['eventArn' => ['shape' => 'eventArn'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedAccountsForOrganizationResponse' => ['type' => 'structure', 'members' => ['affectedAccounts' => ['shape' => 'affectedAccountsList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeAffectedEntitiesForOrganizationFailedSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationAffectedEntitiesErrorItem']], 'DescribeAffectedEntitiesForOrganizationRequest' => ['type' => 'structure', 'required' => ['organizationEntityFilters'], 'members' => ['organizationEntityFilters' => ['shape' => 'OrganizationEntityFiltersList'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedEntitiesForOrganizationResponse' => ['type' => 'structure', 'members' => ['entities' => ['shape' => 'EntityList'], 'failedSet' => ['shape' => 'DescribeAffectedEntitiesForOrganizationFailedSet'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeAffectedEntitiesRequest' => ['type' => 'structure', 'required' => ['filter'], 'members' => ['filter' => ['shape' => 'EntityFilter'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedEntitiesResponse' => ['type' => 'structure', 'members' => ['entities' => ['shape' => 'EntityList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEntityAggregatesRequest' => ['type' => 'structure', 'members' => ['eventArns' => ['shape' => 'EventArnsList']]], 'DescribeEntityAggregatesResponse' => ['type' => 'structure', 'members' => ['entityAggregates' => ['shape' => 'EntityAggregateList']]], 'DescribeEventAggregatesRequest' => ['type' => 'structure', 'required' => ['aggregateField'], 'members' => ['filter' => ['shape' => 'EventFilter'], 'aggregateField' => ['shape' => 'eventAggregateField'], 'maxResults' => ['shape' => 'maxResults'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventAggregatesResponse' => ['type' => 'structure', 'members' => ['eventAggregates' => ['shape' => 'EventAggregateList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventDetailsFailedSet' => ['type' => 'list', 'member' => ['shape' => 'EventDetailsErrorItem']], 'DescribeEventDetailsForOrganizationFailedSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEventDetailsErrorItem']], 'DescribeEventDetailsForOrganizationRequest' => ['type' => 'structure', 'required' => ['organizationEventDetailFilters'], 'members' => ['organizationEventDetailFilters' => ['shape' => 'OrganizationEventDetailFiltersList'], 'locale' => ['shape' => 'locale']]], 'DescribeEventDetailsForOrganizationResponse' => ['type' => 'structure', 'members' => ['successfulSet' => ['shape' => 'DescribeEventDetailsForOrganizationSuccessfulSet'], 'failedSet' => ['shape' => 'DescribeEventDetailsForOrganizationFailedSet']]], 'DescribeEventDetailsForOrganizationSuccessfulSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEventDetails']], 'DescribeEventDetailsRequest' => ['type' => 'structure', 'required' => ['eventArns'], 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'locale' => ['shape' => 'locale']]], 'DescribeEventDetailsResponse' => ['type' => 'structure', 'members' => ['successfulSet' => ['shape' => 'DescribeEventDetailsSuccessfulSet'], 'failedSet' => ['shape' => 'DescribeEventDetailsFailedSet']]], 'DescribeEventDetailsSuccessfulSet' => ['type' => 'list', 'member' => ['shape' => 'EventDetails']], 'DescribeEventTypesRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'EventTypeFilter'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeEventTypesResponse' => ['type' => 'structure', 'members' => ['eventTypes' => ['shape' => 'EventTypeList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventsForOrganizationRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'OrganizationEventFilter'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults'], 'locale' => ['shape' => 'locale']]], 'DescribeEventsForOrganizationResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'OrganizationEventList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventsRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'EventFilter'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults'], 'locale' => ['shape' => 'locale']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'EventList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeHealthServiceStatusForOrganizationResponse' => ['type' => 'structure', 'members' => ['healthServiceAccessStatusForOrganization' => ['shape' => 'healthServiceAccessStatusForOrganization']]], 'EntityAggregate' => ['type' => 'structure', 'members' => ['eventArn' => ['shape' => 'eventArn'], 'count' => ['shape' => 'count']]], 'EntityAggregateList' => ['type' => 'list', 'member' => ['shape' => 'EntityAggregate']], 'EntityFilter' => ['type' => 'structure', 'required' => ['eventArns'], 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'lastUpdatedTimes' => ['shape' => 'dateTimeRangeList'], 'tags' => ['shape' => 'tagFilter'], 'statusCodes' => ['shape' => 'entityStatusCodeList']]], 'EntityList' => ['type' => 'list', 'member' => ['shape' => 'AffectedEntity']], 'Event' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'eventArn'], 'service' => ['shape' => 'service'], 'eventTypeCode' => ['shape' => 'eventTypeCode'], 'eventTypeCategory' => ['shape' => 'eventTypeCategory'], 'region' => ['shape' => 'region'], 'availabilityZone' => ['shape' => 'availabilityZone'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'eventStatusCode']]], 'EventAccountFilter' => ['type' => 'structure', 'required' => ['eventArn', 'awsAccountId'], 'members' => ['eventArn' => ['shape' => 'eventArn'], 'awsAccountId' => ['shape' => 'accountId']]], 'EventAggregate' => ['type' => 'structure', 'members' => ['aggregateValue' => ['shape' => 'aggregateValue'], 'count' => ['shape' => 'count']]], 'EventAggregateList' => ['type' => 'list', 'member' => ['shape' => 'EventAggregate']], 'EventArnsList' => ['type' => 'list', 'member' => ['shape' => 'eventArn'], 'max' => 50, 'min' => 1], 'EventDescription' => ['type' => 'structure', 'members' => ['latestDescription' => ['shape' => 'eventDescription']]], 'EventDetails' => ['type' => 'structure', 'members' => ['event' => ['shape' => 'Event'], 'eventDescription' => ['shape' => 'EventDescription'], 'eventMetadata' => ['shape' => 'eventMetadata']]], 'EventDetailsErrorItem' => ['type' => 'structure', 'members' => ['eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'EventFilter' => ['type' => 'structure', 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'eventTypeCodes' => ['shape' => 'eventTypeList'], 'services' => ['shape' => 'serviceList'], 'regions' => ['shape' => 'regionList'], 'availabilityZones' => ['shape' => 'availabilityZones'], 'startTimes' => ['shape' => 'dateTimeRangeList'], 'endTimes' => ['shape' => 'dateTimeRangeList'], 'lastUpdatedTimes' => ['shape' => 'dateTimeRangeList'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'eventTypeCategories' => ['shape' => 'eventTypeCategoryList'], 'tags' => ['shape' => 'tagFilter'], 'eventStatusCodes' => ['shape' => 'eventStatusCodeList']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'EventType' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'service'], 'code' => ['shape' => 'eventTypeCode'], 'category' => ['shape' => 'eventTypeCategory']]], 'EventTypeCategoryList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCategory'], 'max' => 10, 'min' => 1], 'EventTypeCodeList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCode'], 'max' => 10, 'min' => 1], 'EventTypeFilter' => ['type' => 'structure', 'members' => ['eventTypeCodes' => ['shape' => 'EventTypeCodeList'], 'services' => ['shape' => 'serviceList'], 'eventTypeCategories' => ['shape' => 'EventTypeCategoryList']]], 'EventTypeList' => ['type' => 'list', 'member' => ['shape' => 'EventType']], 'InvalidPaginationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'OrganizationAffectedEntitiesErrorItem' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'OrganizationEntityFiltersList' => ['type' => 'list', 'member' => ['shape' => 'EventAccountFilter'], 'max' => 10, 'min' => 1], 'OrganizationEvent' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'eventArn'], 'service' => ['shape' => 'service'], 'eventTypeCode' => ['shape' => 'eventTypeCode'], 'eventTypeCategory' => ['shape' => 'eventTypeCategory'], 'region' => ['shape' => 'region'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'eventStatusCode']]], 'OrganizationEventDetailFiltersList' => ['type' => 'list', 'member' => ['shape' => 'EventAccountFilter'], 'max' => 10, 'min' => 1], 'OrganizationEventDetails' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'event' => ['shape' => 'Event'], 'eventDescription' => ['shape' => 'EventDescription'], 'eventMetadata' => ['shape' => 'eventMetadata']]], 'OrganizationEventDetailsErrorItem' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'OrganizationEventFilter' => ['type' => 'structure', 'members' => ['eventTypeCodes' => ['shape' => 'eventTypeList'], 'awsAccountIds' => ['shape' => 'awsAccountIdsList'], 'services' => ['shape' => 'serviceList'], 'regions' => ['shape' => 'regionList'], 'startTime' => ['shape' => 'DateTimeRange'], 'endTime' => ['shape' => 'DateTimeRange'], 'lastUpdatedTime' => ['shape' => 'DateTimeRange'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'eventTypeCategories' => ['shape' => 'eventTypeCategoryList'], 'eventStatusCodes' => ['shape' => 'eventStatusCodeList']]], 'OrganizationEventList' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEvent']], 'UnsupportedLocale' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'accountId' => ['type' => 'string', 'max' => 12, 'pattern' => '^\\S+$'], 'affectedAccountsList' => ['type' => 'list', 'member' => ['shape' => 'accountId']], 'aggregateValue' => ['type' => 'string'], 'availabilityZone' => ['type' => 'string', 'max' => 18, 'min' => 6, 'pattern' => '[a-z]{2}\\-[0-9a-z\\-]{4,16}'], 'availabilityZones' => ['type' => 'list', 'member' => ['shape' => 'availabilityZone']], 'awsAccountIdsList' => ['type' => 'list', 'member' => ['shape' => 'accountId'], 'max' => 50, 'min' => 1], 'count' => ['type' => 'integer'], 'dateTimeRangeList' => ['type' => 'list', 'member' => ['shape' => 'DateTimeRange'], 'max' => 10, 'min' => 1], 'entityArn' => ['type' => 'string', 'max' => 1600, 'pattern' => '.{0,1600}'], 'entityArnList' => ['type' => 'list', 'member' => ['shape' => 'entityArn'], 'max' => 100, 'min' => 1], 'entityStatusCode' => ['type' => 'string', 'enum' => ['IMPAIRED', 'UNIMPAIRED', 'UNKNOWN']], 'entityStatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'entityStatusCode'], 'max' => 3, 'min' => 1], 'entityUrl' => ['type' => 'string'], 'entityValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.{0,256}'], 'entityValueList' => ['type' => 'list', 'member' => ['shape' => 'entityValue'], 'max' => 100, 'min' => 1], 'eventAggregateField' => ['type' => 'string', 'enum' => ['eventTypeCategory']], 'eventArn' => ['type' => 'string', 'max' => 1600, 'pattern' => 'arn:aws(-[a-z]+(-[a-z]+)?)?:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}'], 'eventArnList' => ['type' => 'list', 'member' => ['shape' => 'eventArn'], 'max' => 10, 'min' => 1], 'eventDescription' => ['type' => 'string'], 'eventMetadata' => ['type' => 'map', 'key' => ['shape' => 'metadataKey'], 'value' => ['shape' => 'metadataValue']], 'eventStatusCode' => ['type' => 'string', 'enum' => ['open', 'closed', 'upcoming']], 'eventStatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'eventStatusCode'], 'max' => 6, 'min' => 1], 'eventType' => ['type' => 'string', 'max' => 100, 'min' => 3, 'pattern' => '[^:/]{3,100}'], 'eventTypeCategory' => ['type' => 'string', 'enum' => ['issue', 'accountNotification', 'scheduledChange', 'investigation'], 'max' => 255, 'min' => 3], 'eventTypeCategoryList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCategory'], 'max' => 10, 'min' => 1], 'eventTypeCode' => ['type' => 'string', 'max' => 100, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\_\\-]{3,100}'], 'eventTypeList' => ['type' => 'list', 'member' => ['shape' => 'eventType'], 'max' => 10, 'min' => 1], 'healthServiceAccessStatusForOrganization' => ['type' => 'string'], 'locale' => ['type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '.{2,256}'], 'maxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'metadataKey' => ['type' => 'string'], 'metadataValue' => ['type' => 'string', 'max' => 10240], 'nextToken' => ['type' => 'string', 'max' => 10000, 'min' => 4, 'pattern' => '[a-zA-Z0-9=/+_.-]{4,10000}'], 'region' => ['type' => 'string', 'max' => 25, 'min' => 2, 'pattern' => '[^:/]{2,25}'], 'regionList' => ['type' => 'list', 'member' => ['shape' => 'region'], 'max' => 10, 'min' => 1], 'service' => ['type' => 'string', 'max' => 30, 'min' => 2, 'pattern' => '[^:/]{2,30}'], 'serviceList' => ['type' => 'list', 'member' => ['shape' => 'service'], 'max' => 10, 'min' => 1], 'string' => ['type' => 'string'], 'tagFilter' => ['type' => 'list', 'member' => ['shape' => 'tagSet'], 'max' => 50], 'tagKey' => ['type' => 'string', 'max' => 127, 'pattern' => '.{0,127}'], 'tagSet' => ['type' => 'map', 'key' => ['shape' => 'tagKey'], 'value' => ['shape' => 'tagValue'], 'max' => 50], 'tagValue' => ['type' => 'string', 'max' => 255, 'pattern' => '.{0,255}'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-08-04', 'endpointPrefix' => 'health', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWSHealth', 'serviceFullName' => 'AWS Health APIs and Notifications', 'serviceId' => 'Health', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSHealth_20160804', 'uid' => 'health-2016-08-04'], 'operations' => ['DescribeAffectedAccountsForOrganization' => ['name' => 'DescribeAffectedAccountsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedAccountsForOrganizationRequest'], 'output' => ['shape' => 'DescribeAffectedAccountsForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken']], 'idempotent' => \true], 'DescribeAffectedEntities' => ['name' => 'DescribeAffectedEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedEntitiesRequest'], 'output' => ['shape' => 'DescribeAffectedEntitiesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeAffectedEntitiesForOrganization' => ['name' => 'DescribeAffectedEntitiesForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAffectedEntitiesForOrganizationRequest'], 'output' => ['shape' => 'DescribeAffectedEntitiesForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEntityAggregates' => ['name' => 'DescribeEntityAggregates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEntityAggregatesRequest'], 'output' => ['shape' => 'DescribeEntityAggregatesResponse'], 'idempotent' => \true], 'DescribeEventAggregates' => ['name' => 'DescribeEventAggregates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventAggregatesRequest'], 'output' => ['shape' => 'DescribeEventAggregatesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken']], 'idempotent' => \true], 'DescribeEventDetails' => ['name' => 'DescribeEventDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventDetailsRequest'], 'output' => ['shape' => 'DescribeEventDetailsResponse'], 'errors' => [['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventDetailsForOrganization' => ['name' => 'DescribeEventDetailsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventDetailsForOrganizationRequest'], 'output' => ['shape' => 'DescribeEventDetailsForOrganizationResponse'], 'errors' => [['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventTypes' => ['name' => 'DescribeEventTypes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventTypesRequest'], 'output' => ['shape' => 'DescribeEventTypesResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsRequest'], 'output' => ['shape' => 'DescribeEventsResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeEventsForOrganization' => ['name' => 'DescribeEventsForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsForOrganizationRequest'], 'output' => ['shape' => 'DescribeEventsForOrganizationResponse'], 'errors' => [['shape' => 'InvalidPaginationToken'], ['shape' => 'UnsupportedLocale']], 'idempotent' => \true], 'DescribeHealthServiceStatusForOrganization' => ['name' => 'DescribeHealthServiceStatusForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeHealthServiceStatusForOrganizationResponse'], 'idempotent' => \true], 'DisableHealthServiceAccessForOrganization' => ['name' => 'DisableHealthServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'ConcurrentModificationException']], 'idempotent' => \true], 'EnableHealthServiceAccessForOrganization' => ['name' => 'EnableHealthServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'ConcurrentModificationException']], 'idempotent' => \true]], 'shapes' => ['AffectedEntity' => ['type' => 'structure', 'members' => ['entityArn' => ['shape' => 'entityArn'], 'eventArn' => ['shape' => 'eventArn'], 'entityValue' => ['shape' => 'entityValue'], 'entityUrl' => ['shape' => 'entityUrl'], 'awsAccountId' => ['shape' => 'accountId'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'entityStatusCode'], 'tags' => ['shape' => 'tagSet']]], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'DateTimeRange' => ['type' => 'structure', 'members' => ['from' => ['shape' => 'timestamp'], 'to' => ['shape' => 'timestamp']]], 'DescribeAffectedAccountsForOrganizationRequest' => ['type' => 'structure', 'required' => ['eventArn'], 'members' => ['eventArn' => ['shape' => 'eventArn'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedAccountsForOrganizationResponse' => ['type' => 'structure', 'members' => ['affectedAccounts' => ['shape' => 'affectedAccountsList'], 'eventScopeCode' => ['shape' => 'eventScopeCode'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeAffectedEntitiesForOrganizationFailedSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationAffectedEntitiesErrorItem']], 'DescribeAffectedEntitiesForOrganizationRequest' => ['type' => 'structure', 'required' => ['organizationEntityFilters'], 'members' => ['organizationEntityFilters' => ['shape' => 'OrganizationEntityFiltersList'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedEntitiesForOrganizationResponse' => ['type' => 'structure', 'members' => ['entities' => ['shape' => 'EntityList'], 'failedSet' => ['shape' => 'DescribeAffectedEntitiesForOrganizationFailedSet'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeAffectedEntitiesRequest' => ['type' => 'structure', 'required' => ['filter'], 'members' => ['filter' => ['shape' => 'EntityFilter'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeAffectedEntitiesResponse' => ['type' => 'structure', 'members' => ['entities' => ['shape' => 'EntityList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEntityAggregatesRequest' => ['type' => 'structure', 'members' => ['eventArns' => ['shape' => 'EventArnsList']]], 'DescribeEntityAggregatesResponse' => ['type' => 'structure', 'members' => ['entityAggregates' => ['shape' => 'EntityAggregateList']]], 'DescribeEventAggregatesRequest' => ['type' => 'structure', 'required' => ['aggregateField'], 'members' => ['filter' => ['shape' => 'EventFilter'], 'aggregateField' => ['shape' => 'eventAggregateField'], 'maxResults' => ['shape' => 'maxResults'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventAggregatesResponse' => ['type' => 'structure', 'members' => ['eventAggregates' => ['shape' => 'EventAggregateList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventDetailsFailedSet' => ['type' => 'list', 'member' => ['shape' => 'EventDetailsErrorItem']], 'DescribeEventDetailsForOrganizationFailedSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEventDetailsErrorItem']], 'DescribeEventDetailsForOrganizationRequest' => ['type' => 'structure', 'required' => ['organizationEventDetailFilters'], 'members' => ['organizationEventDetailFilters' => ['shape' => 'OrganizationEventDetailFiltersList'], 'locale' => ['shape' => 'locale']]], 'DescribeEventDetailsForOrganizationResponse' => ['type' => 'structure', 'members' => ['successfulSet' => ['shape' => 'DescribeEventDetailsForOrganizationSuccessfulSet'], 'failedSet' => ['shape' => 'DescribeEventDetailsForOrganizationFailedSet']]], 'DescribeEventDetailsForOrganizationSuccessfulSet' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEventDetails']], 'DescribeEventDetailsRequest' => ['type' => 'structure', 'required' => ['eventArns'], 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'locale' => ['shape' => 'locale']]], 'DescribeEventDetailsResponse' => ['type' => 'structure', 'members' => ['successfulSet' => ['shape' => 'DescribeEventDetailsSuccessfulSet'], 'failedSet' => ['shape' => 'DescribeEventDetailsFailedSet']]], 'DescribeEventDetailsSuccessfulSet' => ['type' => 'list', 'member' => ['shape' => 'EventDetails']], 'DescribeEventTypesRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'EventTypeFilter'], 'locale' => ['shape' => 'locale'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults']]], 'DescribeEventTypesResponse' => ['type' => 'structure', 'members' => ['eventTypes' => ['shape' => 'EventTypeList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventsForOrganizationRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'OrganizationEventFilter'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults'], 'locale' => ['shape' => 'locale']]], 'DescribeEventsForOrganizationResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'OrganizationEventList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeEventsRequest' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'EventFilter'], 'nextToken' => ['shape' => 'nextToken'], 'maxResults' => ['shape' => 'maxResults'], 'locale' => ['shape' => 'locale']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'EventList'], 'nextToken' => ['shape' => 'nextToken']]], 'DescribeHealthServiceStatusForOrganizationResponse' => ['type' => 'structure', 'members' => ['healthServiceAccessStatusForOrganization' => ['shape' => 'healthServiceAccessStatusForOrganization']]], 'EntityAggregate' => ['type' => 'structure', 'members' => ['eventArn' => ['shape' => 'eventArn'], 'count' => ['shape' => 'count']]], 'EntityAggregateList' => ['type' => 'list', 'member' => ['shape' => 'EntityAggregate']], 'EntityFilter' => ['type' => 'structure', 'required' => ['eventArns'], 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'lastUpdatedTimes' => ['shape' => 'dateTimeRangeList'], 'tags' => ['shape' => 'tagFilter'], 'statusCodes' => ['shape' => 'entityStatusCodeList']]], 'EntityList' => ['type' => 'list', 'member' => ['shape' => 'AffectedEntity']], 'Event' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'eventArn'], 'service' => ['shape' => 'service'], 'eventTypeCode' => ['shape' => 'eventTypeCode'], 'eventTypeCategory' => ['shape' => 'eventTypeCategory'], 'region' => ['shape' => 'region'], 'availabilityZone' => ['shape' => 'availabilityZone'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'eventStatusCode'], 'eventScopeCode' => ['shape' => 'eventScopeCode']]], 'EventAccountFilter' => ['type' => 'structure', 'required' => ['eventArn'], 'members' => ['eventArn' => ['shape' => 'eventArn'], 'awsAccountId' => ['shape' => 'accountId']]], 'EventAggregate' => ['type' => 'structure', 'members' => ['aggregateValue' => ['shape' => 'aggregateValue'], 'count' => ['shape' => 'count']]], 'EventAggregateList' => ['type' => 'list', 'member' => ['shape' => 'EventAggregate']], 'EventArnsList' => ['type' => 'list', 'member' => ['shape' => 'eventArn'], 'max' => 50, 'min' => 1], 'EventDescription' => ['type' => 'structure', 'members' => ['latestDescription' => ['shape' => 'eventDescription']]], 'EventDetails' => ['type' => 'structure', 'members' => ['event' => ['shape' => 'Event'], 'eventDescription' => ['shape' => 'EventDescription'], 'eventMetadata' => ['shape' => 'eventMetadata']]], 'EventDetailsErrorItem' => ['type' => 'structure', 'members' => ['eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'EventFilter' => ['type' => 'structure', 'members' => ['eventArns' => ['shape' => 'eventArnList'], 'eventTypeCodes' => ['shape' => 'eventTypeList'], 'services' => ['shape' => 'serviceList'], 'regions' => ['shape' => 'regionList'], 'availabilityZones' => ['shape' => 'availabilityZones'], 'startTimes' => ['shape' => 'dateTimeRangeList'], 'endTimes' => ['shape' => 'dateTimeRangeList'], 'lastUpdatedTimes' => ['shape' => 'dateTimeRangeList'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'eventTypeCategories' => ['shape' => 'eventTypeCategoryList'], 'tags' => ['shape' => 'tagFilter'], 'eventStatusCodes' => ['shape' => 'eventStatusCodeList']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'EventType' => ['type' => 'structure', 'members' => ['service' => ['shape' => 'service'], 'code' => ['shape' => 'eventTypeCode'], 'category' => ['shape' => 'eventTypeCategory']]], 'EventTypeCategoryList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCategory'], 'max' => 10, 'min' => 1], 'EventTypeCodeList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCode'], 'max' => 10, 'min' => 1], 'EventTypeFilter' => ['type' => 'structure', 'members' => ['eventTypeCodes' => ['shape' => 'EventTypeCodeList'], 'services' => ['shape' => 'serviceList'], 'eventTypeCategories' => ['shape' => 'EventTypeCategoryList']]], 'EventTypeList' => ['type' => 'list', 'member' => ['shape' => 'EventType']], 'InvalidPaginationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'OrganizationAffectedEntitiesErrorItem' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'OrganizationEntityFiltersList' => ['type' => 'list', 'member' => ['shape' => 'EventAccountFilter'], 'max' => 10, 'min' => 1], 'OrganizationEvent' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'eventArn'], 'service' => ['shape' => 'service'], 'eventTypeCode' => ['shape' => 'eventTypeCode'], 'eventTypeCategory' => ['shape' => 'eventTypeCategory'], 'eventScopeCode' => ['shape' => 'eventScopeCode'], 'region' => ['shape' => 'region'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'lastUpdatedTime' => ['shape' => 'timestamp'], 'statusCode' => ['shape' => 'eventStatusCode']]], 'OrganizationEventDetailFiltersList' => ['type' => 'list', 'member' => ['shape' => 'EventAccountFilter'], 'max' => 10, 'min' => 1], 'OrganizationEventDetails' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'event' => ['shape' => 'Event'], 'eventDescription' => ['shape' => 'EventDescription'], 'eventMetadata' => ['shape' => 'eventMetadata']]], 'OrganizationEventDetailsErrorItem' => ['type' => 'structure', 'members' => ['awsAccountId' => ['shape' => 'accountId'], 'eventArn' => ['shape' => 'eventArn'], 'errorName' => ['shape' => 'string'], 'errorMessage' => ['shape' => 'string']]], 'OrganizationEventFilter' => ['type' => 'structure', 'members' => ['eventTypeCodes' => ['shape' => 'eventTypeList'], 'awsAccountIds' => ['shape' => 'awsAccountIdsList'], 'services' => ['shape' => 'serviceList'], 'regions' => ['shape' => 'regionList'], 'startTime' => ['shape' => 'DateTimeRange'], 'endTime' => ['shape' => 'DateTimeRange'], 'lastUpdatedTime' => ['shape' => 'DateTimeRange'], 'entityArns' => ['shape' => 'entityArnList'], 'entityValues' => ['shape' => 'entityValueList'], 'eventTypeCategories' => ['shape' => 'eventTypeCategoryList'], 'eventStatusCodes' => ['shape' => 'eventStatusCodeList']]], 'OrganizationEventList' => ['type' => 'list', 'member' => ['shape' => 'OrganizationEvent']], 'UnsupportedLocale' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string']], 'exception' => \true], 'accountId' => ['type' => 'string', 'max' => 12, 'pattern' => '^\\S+$'], 'affectedAccountsList' => ['type' => 'list', 'member' => ['shape' => 'accountId']], 'aggregateValue' => ['type' => 'string'], 'availabilityZone' => ['type' => 'string', 'max' => 18, 'min' => 6, 'pattern' => '[a-z]{2}\\-[0-9a-z\\-]{4,16}'], 'availabilityZones' => ['type' => 'list', 'member' => ['shape' => 'availabilityZone']], 'awsAccountIdsList' => ['type' => 'list', 'member' => ['shape' => 'accountId'], 'max' => 50, 'min' => 1], 'count' => ['type' => 'integer'], 'dateTimeRangeList' => ['type' => 'list', 'member' => ['shape' => 'DateTimeRange'], 'max' => 10, 'min' => 1], 'entityArn' => ['type' => 'string', 'max' => 1600, 'pattern' => '.{0,1600}'], 'entityArnList' => ['type' => 'list', 'member' => ['shape' => 'entityArn'], 'max' => 100, 'min' => 1], 'entityStatusCode' => ['type' => 'string', 'enum' => ['IMPAIRED', 'UNIMPAIRED', 'UNKNOWN']], 'entityStatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'entityStatusCode'], 'max' => 3, 'min' => 1], 'entityUrl' => ['type' => 'string'], 'entityValue' => ['type' => 'string', 'max' => 1224, 'pattern' => '.{0,1224}'], 'entityValueList' => ['type' => 'list', 'member' => ['shape' => 'entityValue'], 'max' => 100, 'min' => 1], 'eventAggregateField' => ['type' => 'string', 'enum' => ['eventTypeCategory']], 'eventArn' => ['type' => 'string', 'max' => 1600, 'pattern' => 'arn:aws(-[a-z]+(-[a-z]+)?)?:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}'], 'eventArnList' => ['type' => 'list', 'member' => ['shape' => 'eventArn'], 'max' => 10, 'min' => 1], 'eventDescription' => ['type' => 'string'], 'eventMetadata' => ['type' => 'map', 'key' => ['shape' => 'metadataKey'], 'value' => ['shape' => 'metadataValue']], 'eventScopeCode' => ['type' => 'string', 'enum' => ['PUBLIC', 'ACCOUNT_SPECIFIC', 'NONE']], 'eventStatusCode' => ['type' => 'string', 'enum' => ['open', 'closed', 'upcoming']], 'eventStatusCodeList' => ['type' => 'list', 'member' => ['shape' => 'eventStatusCode'], 'max' => 6, 'min' => 1], 'eventType' => ['type' => 'string', 'max' => 100, 'min' => 3, 'pattern' => '[^:/]{3,100}'], 'eventTypeCategory' => ['type' => 'string', 'enum' => ['issue', 'accountNotification', 'scheduledChange', 'investigation'], 'max' => 255, 'min' => 3], 'eventTypeCategoryList' => ['type' => 'list', 'member' => ['shape' => 'eventTypeCategory'], 'max' => 10, 'min' => 1], 'eventTypeCode' => ['type' => 'string', 'max' => 100, 'min' => 3, 'pattern' => '[a-zA-Z0-9\\_\\-]{3,100}'], 'eventTypeList' => ['type' => 'list', 'member' => ['shape' => 'eventType'], 'max' => 10, 'min' => 1], 'healthServiceAccessStatusForOrganization' => ['type' => 'string'], 'locale' => ['type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '.{2,256}'], 'maxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'metadataKey' => ['type' => 'string', 'max' => 32766], 'metadataValue' => ['type' => 'string', 'max' => 32766], 'nextToken' => ['type' => 'string', 'max' => 10000, 'min' => 4, 'pattern' => '[a-zA-Z0-9=/+_.-]{4,10000}'], 'region' => ['type' => 'string', 'max' => 25, 'min' => 2, 'pattern' => '[^:/]{2,25}'], 'regionList' => ['type' => 'list', 'member' => ['shape' => 'region'], 'max' => 10, 'min' => 1], 'service' => ['type' => 'string', 'max' => 30, 'min' => 2, 'pattern' => '[^:/]{2,30}'], 'serviceList' => ['type' => 'list', 'member' => ['shape' => 'service'], 'max' => 10, 'min' => 1], 'string' => ['type' => 'string'], 'tagFilter' => ['type' => 'list', 'member' => ['shape' => 'tagSet'], 'max' => 50], 'tagKey' => ['type' => 'string', 'max' => 127, 'pattern' => '.{0,127}'], 'tagSet' => ['type' => 'map', 'key' => ['shape' => 'tagKey'], 'value' => ['shape' => 'tagValue'], 'max' => 50], 'tagValue' => ['type' => 'string', 'max' => 255, 'pattern' => '.{0,255}'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/health/2016-08-04/paginators-1.json.php b/vendor/Aws3/Aws/data/health/2016-08-04/paginators-1.json.php index a9de79ee..f70eacae 100644 --- a/vendor/Aws3/Aws/data/health/2016-08-04/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/health/2016-08-04/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeAffectedAccountsForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'affectedAccounts'], 'DescribeAffectedEntities' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'entities'], 'DescribeAffectedEntitiesForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'non_aggregate_keys' => ['failedSet'], 'output_token' => 'nextToken', 'result_key' => 'entities'], 'DescribeEntityAggregates' => ['result_key' => 'entityAggregates'], 'DescribeEventAggregates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'eventAggregates'], 'DescribeEventTypes' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'eventTypes'], 'DescribeEvents' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'events'], 'DescribeEventsForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'events']]]; +return ['pagination' => ['DescribeAffectedAccountsForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'non_aggregate_keys' => ['eventScopeCode'], 'output_token' => 'nextToken', 'result_key' => 'affectedAccounts'], 'DescribeAffectedEntities' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'entities'], 'DescribeAffectedEntitiesForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'non_aggregate_keys' => ['failedSet'], 'output_token' => 'nextToken', 'result_key' => 'entities'], 'DescribeEntityAggregates' => ['result_key' => 'entityAggregates'], 'DescribeEventAggregates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'eventAggregates'], 'DescribeEventTypes' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'eventTypes'], 'DescribeEvents' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'events'], 'DescribeEventsForOrganization' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'events']]]; diff --git a/vendor/Aws3/Aws/data/honeycode/2020-03-01/api-2.json.php b/vendor/Aws3/Aws/data/honeycode/2020-03-01/api-2.json.php new file mode 100644 index 00000000..c98286a5 --- /dev/null +++ b/vendor/Aws3/Aws/data/honeycode/2020-03-01/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2020-03-01', 'endpointPrefix' => 'honeycode', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Honeycode', 'serviceFullName' => 'Amazon Honeycode', 'serviceId' => 'Honeycode', 'signatureVersion' => 'v4', 'signingName' => 'honeycode', 'uid' => 'honeycode-2020-03-01'], 'operations' => ['GetScreenData' => ['name' => 'GetScreenData', 'http' => ['method' => 'POST', 'requestUri' => '/screendata'], 'input' => ['shape' => 'GetScreenDataRequest'], 'output' => ['shape' => 'GetScreenDataResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'RequestTimeoutException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ThrottlingException'], ['shape' => 'ValidationException']]], 'InvokeScreenAutomation' => ['name' => 'InvokeScreenAutomation', 'http' => ['method' => 'POST', 'requestUri' => '/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}'], 'input' => ['shape' => 'InvokeScreenAutomationRequest'], 'output' => ['shape' => 'InvokeScreenAutomationResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AutomationExecutionException'], ['shape' => 'AutomationExecutionTimeoutException'], ['shape' => 'RequestTimeoutException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AutomationExecutionException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AutomationExecutionTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 504], 'exception' => \true], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 32], 'ColumnMetadata' => ['type' => 'structure', 'required' => ['name', 'format'], 'members' => ['name' => ['shape' => 'Name'], 'format' => ['shape' => 'Format']]], 'DataItem' => ['type' => 'structure', 'members' => ['overrideFormat' => ['shape' => 'Format'], 'rawValue' => ['shape' => 'RawValue'], 'formattedValue' => ['shape' => 'FormattedValue']], 'sensitive' => \true], 'DataItems' => ['type' => 'list', 'member' => ['shape' => 'DataItem']], 'ErrorMessage' => ['type' => 'string'], 'Format' => ['type' => 'string', 'enum' => ['AUTO', 'NUMBER', 'CURRENCY', 'DATE', 'TIME', 'DATE_TIME', 'PERCENTAGE', 'TEXT', 'ACCOUNTING', 'CONTACT', 'ROWLINK']], 'FormattedValue' => ['type' => 'string'], 'GetScreenDataRequest' => ['type' => 'structure', 'required' => ['workbookId', 'appId', 'screenId'], 'members' => ['workbookId' => ['shape' => 'ResourceId'], 'appId' => ['shape' => 'ResourceId'], 'screenId' => ['shape' => 'ResourceId'], 'variables' => ['shape' => 'VariableValueMap'], 'maxResults' => ['shape' => 'MaxResults'], 'nextToken' => ['shape' => 'PaginationToken']]], 'GetScreenDataResult' => ['type' => 'structure', 'required' => ['results', 'workbookCursor'], 'members' => ['results' => ['shape' => 'ResultSetMap'], 'workbookCursor' => ['shape' => 'WorkbookCursor'], 'nextToken' => ['shape' => 'PaginationToken']]], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvokeScreenAutomationRequest' => ['type' => 'structure', 'required' => ['workbookId', 'appId', 'screenId', 'screenAutomationId'], 'members' => ['workbookId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'workbookId'], 'appId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'appId'], 'screenId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'screenId'], 'screenAutomationId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'automationId'], 'variables' => ['shape' => 'VariableValueMap'], 'rowId' => ['shape' => 'RowId'], 'clientRequestToken' => ['shape' => 'ClientRequestToken']]], 'InvokeScreenAutomationResult' => ['type' => 'structure', 'required' => ['workbookCursor'], 'members' => ['workbookCursor' => ['shape' => 'WorkbookCursor']]], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'Name' => ['type' => 'string', 'sensitive' => \true], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'RawValue' => ['type' => 'string'], 'RequestTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 504], 'exception' => \true], 'ResourceId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResultHeader' => ['type' => 'list', 'member' => ['shape' => 'ColumnMetadata']], 'ResultRow' => ['type' => 'structure', 'required' => ['dataItems'], 'members' => ['rowId' => ['shape' => 'RowId'], 'dataItems' => ['shape' => 'DataItems']]], 'ResultRows' => ['type' => 'list', 'member' => ['shape' => 'ResultRow']], 'ResultSet' => ['type' => 'structure', 'required' => ['headers', 'rows'], 'members' => ['headers' => ['shape' => 'ResultHeader'], 'rows' => ['shape' => 'ResultRows']]], 'ResultSetMap' => ['type' => 'map', 'key' => ['shape' => 'Name'], 'value' => ['shape' => 'ResultSet']], 'RowId' => ['type' => 'string', 'pattern' => 'row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'VariableName' => ['type' => 'string', 'sensitive' => \true], 'VariableValue' => ['type' => 'structure', 'required' => ['rawValue'], 'members' => ['rawValue' => ['shape' => 'RawValue']], 'sensitive' => \true], 'VariableValueMap' => ['type' => 'map', 'key' => ['shape' => 'VariableName'], 'value' => ['shape' => 'VariableValue'], 'sensitive' => \true], 'WorkbookCursor' => ['type' => 'long']]]; diff --git a/vendor/Aws3/Aws/data/honeycode/2020-03-01/paginators-1.json.php b/vendor/Aws3/Aws/data/honeycode/2020-03-01/paginators-1.json.php new file mode 100644 index 00000000..357f923d --- /dev/null +++ b/vendor/Aws3/Aws/data/honeycode/2020-03-01/paginators-1.json.php @@ -0,0 +1,4 @@ + []]; diff --git a/vendor/Aws3/Aws/data/iam/2010-05-08/api-2.json.php b/vendor/Aws3/Aws/data/iam/2010-05-08/api-2.json.php index df7ea071..1613c945 100644 --- a/vendor/Aws3/Aws/data/iam/2010-05-08/api-2.json.php +++ b/vendor/Aws3/Aws/data/iam/2010-05-08/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2010-05-08', 'endpointPrefix' => 'iam', 'globalEndpoint' => 'iam.amazonaws.com', 'protocol' => 'query', 'serviceAbbreviation' => 'IAM', 'serviceFullName' => 'AWS Identity and Access Management', 'serviceId' => 'IAM', 'signatureVersion' => 'v4', 'uid' => 'iam-2010-05-08', 'xmlNamespace' => 'https://iam.amazonaws.com/doc/2010-05-08/'], 'operations' => ['AddClientIDToOpenIDConnectProvider' => ['name' => 'AddClientIDToOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddClientIDToOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'AddRoleToInstanceProfile' => ['name' => 'AddRoleToInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'AddUserToGroup' => ['name' => 'AddUserToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddUserToGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'AttachGroupPolicy' => ['name' => 'AttachGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'AttachRolePolicy' => ['name' => 'AttachRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'AttachUserPolicy' => ['name' => 'AttachUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'ChangePassword' => ['name' => 'ChangePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangePasswordRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidUserTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'ServiceFailureException']]], 'CreateAccessKey' => ['name' => 'CreateAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccessKeyRequest'], 'output' => ['shape' => 'CreateAccessKeyResponse', 'resultWrapper' => 'CreateAccessKeyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateAccountAlias' => ['name' => 'CreateAccountAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccountAliasRequest'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse', 'resultWrapper' => 'CreateGroupResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'CreateInstanceProfile' => ['name' => 'CreateInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceProfileRequest'], 'output' => ['shape' => 'CreateInstanceProfileResponse', 'resultWrapper' => 'CreateInstanceProfileResult'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateLoginProfile' => ['name' => 'CreateLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoginProfileRequest'], 'output' => ['shape' => 'CreateLoginProfileResponse', 'resultWrapper' => 'CreateLoginProfileResult'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateOpenIDConnectProvider' => ['name' => 'CreateOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOpenIDConnectProviderRequest'], 'output' => ['shape' => 'CreateOpenIDConnectProviderResponse', 'resultWrapper' => 'CreateOpenIDConnectProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse', 'resultWrapper' => 'CreatePolicyResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ServiceFailureException']]], 'CreatePolicyVersion' => ['name' => 'CreatePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyVersionRequest'], 'output' => ['shape' => 'CreatePolicyVersionResponse', 'resultWrapper' => 'CreatePolicyVersionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateRole' => ['name' => 'CreateRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRoleRequest'], 'output' => ['shape' => 'CreateRoleResponse', 'resultWrapper' => 'CreateRoleResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'CreateSAMLProvider' => ['name' => 'CreateSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSAMLProviderRequest'], 'output' => ['shape' => 'CreateSAMLProviderResponse', 'resultWrapper' => 'CreateSAMLProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateServiceLinkedRole' => ['name' => 'CreateServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceLinkedRoleRequest'], 'output' => ['shape' => 'CreateServiceLinkedRoleResponse', 'resultWrapper' => 'CreateServiceLinkedRoleResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'CreateServiceSpecificCredential' => ['name' => 'CreateServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceSpecificCredentialRequest'], 'output' => ['shape' => 'CreateServiceSpecificCredentialResponse', 'resultWrapper' => 'CreateServiceSpecificCredentialResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceNotSupportedException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse', 'resultWrapper' => 'CreateUserResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'CreateVirtualMFADevice' => ['name' => 'CreateVirtualMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVirtualMFADeviceRequest'], 'output' => ['shape' => 'CreateVirtualMFADeviceResponse', 'resultWrapper' => 'CreateVirtualMFADeviceResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'ServiceFailureException']]], 'DeactivateMFADevice' => ['name' => 'DeactivateMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateMFADeviceRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccessKey' => ['name' => 'DeleteAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccessKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccountAlias' => ['name' => 'DeleteAccountAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccountAliasRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccountPasswordPolicy' => ['name' => 'DeleteAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteGroupPolicy' => ['name' => 'DeleteGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteInstanceProfile' => ['name' => 'DeleteInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteLoginProfile' => ['name' => 'DeleteLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoginProfileRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteOpenIDConnectProvider' => ['name' => 'DeleteOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ServiceFailureException']]], 'DeletePolicyVersion' => ['name' => 'DeletePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyVersionRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ServiceFailureException']]], 'DeleteRole' => ['name' => 'DeleteRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'DeleteRolePermissionsBoundary' => ['name' => 'DeleteRolePermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRolePermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteRolePolicy' => ['name' => 'DeleteRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteSAMLProvider' => ['name' => 'DeleteSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSAMLProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteSSHPublicKey' => ['name' => 'DeleteSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSSHPublicKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'DeleteServerCertificate' => ['name' => 'DeleteServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteServiceLinkedRole' => ['name' => 'DeleteServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceLinkedRoleRequest'], 'output' => ['shape' => 'DeleteServiceLinkedRoleResponse', 'resultWrapper' => 'DeleteServiceLinkedRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteServiceSpecificCredential' => ['name' => 'DeleteServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceSpecificCredentialRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'DeleteSigningCertificate' => ['name' => 'DeleteSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSigningCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'DeleteUserPermissionsBoundary' => ['name' => 'DeleteUserPermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteUserPolicy' => ['name' => 'DeleteUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteVirtualMFADevice' => ['name' => 'DeleteVirtualMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVirtualMFADeviceRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DetachGroupPolicy' => ['name' => 'DetachGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'DetachRolePolicy' => ['name' => 'DetachRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DetachUserPolicy' => ['name' => 'DetachUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'EnableMFADevice' => ['name' => 'EnableMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableMFADeviceRequest'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'InvalidAuthenticationCodeException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GenerateCredentialReport' => ['name' => 'GenerateCredentialReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GenerateCredentialReportResponse', 'resultWrapper' => 'GenerateCredentialReportResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'GenerateOrganizationsAccessReport' => ['name' => 'GenerateOrganizationsAccessReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateOrganizationsAccessReportRequest'], 'output' => ['shape' => 'GenerateOrganizationsAccessReportResponse', 'resultWrapper' => 'GenerateOrganizationsAccessReportResult'], 'errors' => [['shape' => 'ReportGenerationLimitExceededException']]], 'GenerateServiceLastAccessedDetails' => ['name' => 'GenerateServiceLastAccessedDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateServiceLastAccessedDetailsRequest'], 'output' => ['shape' => 'GenerateServiceLastAccessedDetailsResponse', 'resultWrapper' => 'GenerateServiceLastAccessedDetailsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetAccessKeyLastUsed' => ['name' => 'GetAccessKeyLastUsed', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessKeyLastUsedRequest'], 'output' => ['shape' => 'GetAccessKeyLastUsedResponse', 'resultWrapper' => 'GetAccessKeyLastUsedResult']], 'GetAccountAuthorizationDetails' => ['name' => 'GetAccountAuthorizationDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccountAuthorizationDetailsRequest'], 'output' => ['shape' => 'GetAccountAuthorizationDetailsResponse', 'resultWrapper' => 'GetAccountAuthorizationDetailsResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'GetAccountPasswordPolicy' => ['name' => 'GetAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetAccountPasswordPolicyResponse', 'resultWrapper' => 'GetAccountPasswordPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetAccountSummary' => ['name' => 'GetAccountSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetAccountSummaryResponse', 'resultWrapper' => 'GetAccountSummaryResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'GetContextKeysForCustomPolicy' => ['name' => 'GetContextKeysForCustomPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContextKeysForCustomPolicyRequest'], 'output' => ['shape' => 'GetContextKeysForPolicyResponse', 'resultWrapper' => 'GetContextKeysForCustomPolicyResult'], 'errors' => [['shape' => 'InvalidInputException']]], 'GetContextKeysForPrincipalPolicy' => ['name' => 'GetContextKeysForPrincipalPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContextKeysForPrincipalPolicyRequest'], 'output' => ['shape' => 'GetContextKeysForPolicyResponse', 'resultWrapper' => 'GetContextKeysForPrincipalPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetCredentialReport' => ['name' => 'GetCredentialReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetCredentialReportResponse', 'resultWrapper' => 'GetCredentialReportResult'], 'errors' => [['shape' => 'CredentialReportNotPresentException'], ['shape' => 'CredentialReportExpiredException'], ['shape' => 'CredentialReportNotReadyException'], ['shape' => 'ServiceFailureException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResponse', 'resultWrapper' => 'GetGroupResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetGroupPolicy' => ['name' => 'GetGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupPolicyRequest'], 'output' => ['shape' => 'GetGroupPolicyResponse', 'resultWrapper' => 'GetGroupPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetInstanceProfile' => ['name' => 'GetInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceProfileRequest'], 'output' => ['shape' => 'GetInstanceProfileResponse', 'resultWrapper' => 'GetInstanceProfileResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetLoginProfile' => ['name' => 'GetLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoginProfileRequest'], 'output' => ['shape' => 'GetLoginProfileResponse', 'resultWrapper' => 'GetLoginProfileResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetOpenIDConnectProvider' => ['name' => 'GetOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpenIDConnectProviderRequest'], 'output' => ['shape' => 'GetOpenIDConnectProviderResponse', 'resultWrapper' => 'GetOpenIDConnectProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetOrganizationsAccessReport' => ['name' => 'GetOrganizationsAccessReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationsAccessReportRequest'], 'output' => ['shape' => 'GetOrganizationsAccessReportResponse', 'resultWrapper' => 'GetOrganizationsAccessReportResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse', 'resultWrapper' => 'GetPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetPolicyVersion' => ['name' => 'GetPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyVersionRequest'], 'output' => ['shape' => 'GetPolicyVersionResponse', 'resultWrapper' => 'GetPolicyVersionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetRole' => ['name' => 'GetRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoleRequest'], 'output' => ['shape' => 'GetRoleResponse', 'resultWrapper' => 'GetRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetRolePolicy' => ['name' => 'GetRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRolePolicyRequest'], 'output' => ['shape' => 'GetRolePolicyResponse', 'resultWrapper' => 'GetRolePolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetSAMLProvider' => ['name' => 'GetSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSAMLProviderRequest'], 'output' => ['shape' => 'GetSAMLProviderResponse', 'resultWrapper' => 'GetSAMLProviderResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetSSHPublicKey' => ['name' => 'GetSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSSHPublicKeyRequest'], 'output' => ['shape' => 'GetSSHPublicKeyResponse', 'resultWrapper' => 'GetSSHPublicKeyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnrecognizedPublicKeyEncodingException']]], 'GetServerCertificate' => ['name' => 'GetServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServerCertificateRequest'], 'output' => ['shape' => 'GetServerCertificateResponse', 'resultWrapper' => 'GetServerCertificateResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetServiceLastAccessedDetails' => ['name' => 'GetServiceLastAccessedDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLastAccessedDetailsRequest'], 'output' => ['shape' => 'GetServiceLastAccessedDetailsResponse', 'resultWrapper' => 'GetServiceLastAccessedDetailsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetServiceLastAccessedDetailsWithEntities' => ['name' => 'GetServiceLastAccessedDetailsWithEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLastAccessedDetailsWithEntitiesRequest'], 'output' => ['shape' => 'GetServiceLastAccessedDetailsWithEntitiesResponse', 'resultWrapper' => 'GetServiceLastAccessedDetailsWithEntitiesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetServiceLinkedRoleDeletionStatus' => ['name' => 'GetServiceLinkedRoleDeletionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLinkedRoleDeletionStatusRequest'], 'output' => ['shape' => 'GetServiceLinkedRoleDeletionStatusResponse', 'resultWrapper' => 'GetServiceLinkedRoleDeletionStatusResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse', 'resultWrapper' => 'GetUserResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetUserPolicy' => ['name' => 'GetUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserPolicyRequest'], 'output' => ['shape' => 'GetUserPolicyResponse', 'resultWrapper' => 'GetUserPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListAccessKeys' => ['name' => 'ListAccessKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccessKeysRequest'], 'output' => ['shape' => 'ListAccessKeysResponse', 'resultWrapper' => 'ListAccessKeysResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListAccountAliases' => ['name' => 'ListAccountAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountAliasesRequest'], 'output' => ['shape' => 'ListAccountAliasesResponse', 'resultWrapper' => 'ListAccountAliasesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListAttachedGroupPolicies' => ['name' => 'ListAttachedGroupPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedGroupPoliciesRequest'], 'output' => ['shape' => 'ListAttachedGroupPoliciesResponse', 'resultWrapper' => 'ListAttachedGroupPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListAttachedRolePolicies' => ['name' => 'ListAttachedRolePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedRolePoliciesRequest'], 'output' => ['shape' => 'ListAttachedRolePoliciesResponse', 'resultWrapper' => 'ListAttachedRolePoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListAttachedUserPolicies' => ['name' => 'ListAttachedUserPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedUserPoliciesRequest'], 'output' => ['shape' => 'ListAttachedUserPoliciesResponse', 'resultWrapper' => 'ListAttachedUserPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListEntitiesForPolicy' => ['name' => 'ListEntitiesForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesForPolicyRequest'], 'output' => ['shape' => 'ListEntitiesForPolicyResponse', 'resultWrapper' => 'ListEntitiesForPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListGroupPolicies' => ['name' => 'ListGroupPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupPoliciesRequest'], 'output' => ['shape' => 'ListGroupPoliciesResponse', 'resultWrapper' => 'ListGroupPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse', 'resultWrapper' => 'ListGroupsResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListGroupsForUser' => ['name' => 'ListGroupsForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsForUserRequest'], 'output' => ['shape' => 'ListGroupsForUserResponse', 'resultWrapper' => 'ListGroupsForUserResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListInstanceProfiles' => ['name' => 'ListInstanceProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceProfilesRequest'], 'output' => ['shape' => 'ListInstanceProfilesResponse', 'resultWrapper' => 'ListInstanceProfilesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListInstanceProfilesForRole' => ['name' => 'ListInstanceProfilesForRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceProfilesForRoleRequest'], 'output' => ['shape' => 'ListInstanceProfilesForRoleResponse', 'resultWrapper' => 'ListInstanceProfilesForRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListMFADevices' => ['name' => 'ListMFADevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMFADevicesRequest'], 'output' => ['shape' => 'ListMFADevicesResponse', 'resultWrapper' => 'ListMFADevicesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListOpenIDConnectProviders' => ['name' => 'ListOpenIDConnectProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOpenIDConnectProvidersRequest'], 'output' => ['shape' => 'ListOpenIDConnectProvidersResponse', 'resultWrapper' => 'ListOpenIDConnectProvidersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse', 'resultWrapper' => 'ListPoliciesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListPoliciesGrantingServiceAccess' => ['name' => 'ListPoliciesGrantingServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesGrantingServiceAccessRequest'], 'output' => ['shape' => 'ListPoliciesGrantingServiceAccessResponse', 'resultWrapper' => 'ListPoliciesGrantingServiceAccessResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'ListPolicyVersions' => ['name' => 'ListPolicyVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPolicyVersionsRequest'], 'output' => ['shape' => 'ListPolicyVersionsResponse', 'resultWrapper' => 'ListPolicyVersionsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListRolePolicies' => ['name' => 'ListRolePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRolePoliciesRequest'], 'output' => ['shape' => 'ListRolePoliciesResponse', 'resultWrapper' => 'ListRolePoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListRoleTags' => ['name' => 'ListRoleTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRoleTagsRequest'], 'output' => ['shape' => 'ListRoleTagsResponse', 'resultWrapper' => 'ListRoleTagsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListRoles' => ['name' => 'ListRoles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRolesRequest'], 'output' => ['shape' => 'ListRolesResponse', 'resultWrapper' => 'ListRolesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListSAMLProviders' => ['name' => 'ListSAMLProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSAMLProvidersRequest'], 'output' => ['shape' => 'ListSAMLProvidersResponse', 'resultWrapper' => 'ListSAMLProvidersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListSSHPublicKeys' => ['name' => 'ListSSHPublicKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSSHPublicKeysRequest'], 'output' => ['shape' => 'ListSSHPublicKeysResponse', 'resultWrapper' => 'ListSSHPublicKeysResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'ListServerCertificates' => ['name' => 'ListServerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServerCertificatesRequest'], 'output' => ['shape' => 'ListServerCertificatesResponse', 'resultWrapper' => 'ListServerCertificatesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListServiceSpecificCredentials' => ['name' => 'ListServiceSpecificCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceSpecificCredentialsRequest'], 'output' => ['shape' => 'ListServiceSpecificCredentialsResponse', 'resultWrapper' => 'ListServiceSpecificCredentialsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceNotSupportedException']]], 'ListSigningCertificates' => ['name' => 'ListSigningCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSigningCertificatesRequest'], 'output' => ['shape' => 'ListSigningCertificatesResponse', 'resultWrapper' => 'ListSigningCertificatesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUserPolicies' => ['name' => 'ListUserPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoliciesRequest'], 'output' => ['shape' => 'ListUserPoliciesResponse', 'resultWrapper' => 'ListUserPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUserTags' => ['name' => 'ListUserTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserTagsRequest'], 'output' => ['shape' => 'ListUserTagsResponse', 'resultWrapper' => 'ListUserTagsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse', 'resultWrapper' => 'ListUsersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListVirtualMFADevices' => ['name' => 'ListVirtualMFADevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVirtualMFADevicesRequest'], 'output' => ['shape' => 'ListVirtualMFADevicesResponse', 'resultWrapper' => 'ListVirtualMFADevicesResult']], 'PutGroupPolicy' => ['name' => 'PutGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutGroupPolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'PutRolePermissionsBoundary' => ['name' => 'PutRolePermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRolePermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'PutRolePolicy' => ['name' => 'PutRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRolePolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'PutUserPermissionsBoundary' => ['name' => 'PutUserPermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutUserPermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'PutUserPolicy' => ['name' => 'PutUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutUserPolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveClientIDFromOpenIDConnectProvider' => ['name' => 'RemoveClientIDFromOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveClientIDFromOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveRoleFromInstanceProfile' => ['name' => 'RemoveRoleFromInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveUserFromGroup' => ['name' => 'RemoveUserFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveUserFromGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'ResetServiceSpecificCredential' => ['name' => 'ResetServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetServiceSpecificCredentialRequest'], 'output' => ['shape' => 'ResetServiceSpecificCredentialResponse', 'resultWrapper' => 'ResetServiceSpecificCredentialResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'ResyncMFADevice' => ['name' => 'ResyncMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResyncMFADeviceRequest'], 'errors' => [['shape' => 'InvalidAuthenticationCodeException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'SetDefaultPolicyVersion' => ['name' => 'SetDefaultPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetDefaultPolicyVersionRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'SetSecurityTokenServicePreferences' => ['name' => 'SetSecurityTokenServicePreferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSecurityTokenServicePreferencesRequest'], 'errors' => [['shape' => 'ServiceFailureException']]], 'SimulateCustomPolicy' => ['name' => 'SimulateCustomPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SimulateCustomPolicyRequest'], 'output' => ['shape' => 'SimulatePolicyResponse', 'resultWrapper' => 'SimulateCustomPolicyResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'PolicyEvaluationException']]], 'SimulatePrincipalPolicy' => ['name' => 'SimulatePrincipalPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SimulatePrincipalPolicyRequest'], 'output' => ['shape' => 'SimulatePolicyResponse', 'resultWrapper' => 'SimulatePrincipalPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyEvaluationException']]], 'TagRole' => ['name' => 'TagRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'TagUser' => ['name' => 'TagUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UntagRole' => ['name' => 'UntagRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UntagUser' => ['name' => 'UntagUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccessKey' => ['name' => 'UpdateAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAccessKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccountPasswordPolicy' => ['name' => 'UpdateAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAccountPasswordPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateAssumeRolePolicy' => ['name' => 'UpdateAssumeRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssumeRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateLoginProfile' => ['name' => 'UpdateLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLoginProfileRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateOpenIDConnectProviderThumbprint' => ['name' => 'UpdateOpenIDConnectProviderThumbprint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOpenIDConnectProviderThumbprintRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateRole' => ['name' => 'UpdateRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoleRequest'], 'output' => ['shape' => 'UpdateRoleResponse', 'resultWrapper' => 'UpdateRoleResult'], 'errors' => [['shape' => 'UnmodifiableEntityException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoleDescription' => ['name' => 'UpdateRoleDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoleDescriptionRequest'], 'output' => ['shape' => 'UpdateRoleDescriptionResponse', 'resultWrapper' => 'UpdateRoleDescriptionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateSAMLProvider' => ['name' => 'UpdateSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSAMLProviderRequest'], 'output' => ['shape' => 'UpdateSAMLProviderResponse', 'resultWrapper' => 'UpdateSAMLProviderResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateSSHPublicKey' => ['name' => 'UpdateSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSSHPublicKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'UpdateServerCertificate' => ['name' => 'UpdateServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateServiceSpecificCredential' => ['name' => 'UpdateServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceSpecificCredentialRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'UpdateSigningCertificate' => ['name' => 'UpdateSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSigningCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UploadSSHPublicKey' => ['name' => 'UploadSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadSSHPublicKeyRequest'], 'output' => ['shape' => 'UploadSSHPublicKeyResponse', 'resultWrapper' => 'UploadSSHPublicKeyResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidPublicKeyException'], ['shape' => 'DuplicateSSHPublicKeyException'], ['shape' => 'UnrecognizedPublicKeyEncodingException']]], 'UploadServerCertificate' => ['name' => 'UploadServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadServerCertificateRequest'], 'output' => ['shape' => 'UploadServerCertificateResponse', 'resultWrapper' => 'UploadServerCertificateResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'KeyPairMismatchException'], ['shape' => 'ServiceFailureException']]], 'UploadSigningCertificate' => ['name' => 'UploadSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadSigningCertificateRequest'], 'output' => ['shape' => 'UploadSigningCertificateResponse', 'resultWrapper' => 'UploadSigningCertificateResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'InvalidCertificateException'], ['shape' => 'DuplicateCertificateException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]]], 'shapes' => ['AccessDetail' => ['type' => 'structure', 'required' => ['ServiceName', 'ServiceNamespace'], 'members' => ['ServiceName' => ['shape' => 'serviceNameType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'Region' => ['shape' => 'stringType'], 'EntityPath' => ['shape' => 'organizationsEntityPathType'], 'LastAuthenticatedTime' => ['shape' => 'dateType'], 'TotalAuthenticatedEntities' => ['shape' => 'integerType']]], 'AccessDetails' => ['type' => 'list', 'member' => ['shape' => 'AccessDetail']], 'AccessKey' => ['type' => 'structure', 'required' => ['UserName', 'AccessKeyId', 'Status', 'SecretAccessKey'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType'], 'SecretAccessKey' => ['shape' => 'accessKeySecretType'], 'CreateDate' => ['shape' => 'dateType']]], 'AccessKeyLastUsed' => ['type' => 'structure', 'required' => ['LastUsedDate', 'ServiceName', 'Region'], 'members' => ['LastUsedDate' => ['shape' => 'dateType'], 'ServiceName' => ['shape' => 'stringType'], 'Region' => ['shape' => 'stringType']]], 'AccessKeyMetadata' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType'], 'CreateDate' => ['shape' => 'dateType']]], 'ActionNameListType' => ['type' => 'list', 'member' => ['shape' => 'ActionNameType']], 'ActionNameType' => ['type' => 'string', 'max' => 128, 'min' => 3], 'AddClientIDToOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ClientID'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ClientID' => ['shape' => 'clientIDType']]], 'AddRoleToInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName', 'RoleName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'RoleName' => ['shape' => 'roleNameType']]], 'AddUserToGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'UserName' => ['shape' => 'existingUserNameType']]], 'ArnListType' => ['type' => 'list', 'member' => ['shape' => 'arnType']], 'AttachGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyArn'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyArn'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyArn'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachedPermissionsBoundary' => ['type' => 'structure', 'members' => ['PermissionsBoundaryType' => ['shape' => 'PermissionsBoundaryAttachmentType'], 'PermissionsBoundaryArn' => ['shape' => 'arnType']]], 'AttachedPolicy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'BootstrapDatum' => ['type' => 'blob', 'sensitive' => \true], 'ChangePasswordRequest' => ['type' => 'structure', 'required' => ['OldPassword', 'NewPassword'], 'members' => ['OldPassword' => ['shape' => 'passwordType'], 'NewPassword' => ['shape' => 'passwordType']]], 'ColumnNumber' => ['type' => 'integer'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ConcurrentModificationMessage']], 'error' => ['code' => 'ConcurrentModification', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'ConcurrentModificationMessage' => ['type' => 'string'], 'ContextEntry' => ['type' => 'structure', 'members' => ['ContextKeyName' => ['shape' => 'ContextKeyNameType'], 'ContextKeyValues' => ['shape' => 'ContextKeyValueListType'], 'ContextKeyType' => ['shape' => 'ContextKeyTypeEnum']]], 'ContextEntryListType' => ['type' => 'list', 'member' => ['shape' => 'ContextEntry']], 'ContextKeyNameType' => ['type' => 'string', 'max' => 256, 'min' => 5], 'ContextKeyNamesResultListType' => ['type' => 'list', 'member' => ['shape' => 'ContextKeyNameType']], 'ContextKeyTypeEnum' => ['type' => 'string', 'enum' => ['string', 'stringList', 'numeric', 'numericList', 'boolean', 'booleanList', 'ip', 'ipList', 'binary', 'binaryList', 'date', 'dateList']], 'ContextKeyValueListType' => ['type' => 'list', 'member' => ['shape' => 'ContextKeyValueType']], 'ContextKeyValueType' => ['type' => 'string'], 'CreateAccessKeyRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'CreateAccessKeyResponse' => ['type' => 'structure', 'required' => ['AccessKey'], 'members' => ['AccessKey' => ['shape' => 'AccessKey']]], 'CreateAccountAliasRequest' => ['type' => 'structure', 'required' => ['AccountAlias'], 'members' => ['AccountAlias' => ['shape' => 'accountAliasType']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType']]], 'CreateGroupResponse' => ['type' => 'structure', 'required' => ['Group'], 'members' => ['Group' => ['shape' => 'Group']]], 'CreateInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'Path' => ['shape' => 'pathType']]], 'CreateInstanceProfileResponse' => ['type' => 'structure', 'required' => ['InstanceProfile'], 'members' => ['InstanceProfile' => ['shape' => 'InstanceProfile']]], 'CreateLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName', 'Password'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Password' => ['shape' => 'passwordType'], 'PasswordResetRequired' => ['shape' => 'booleanType']]], 'CreateLoginProfileResponse' => ['type' => 'structure', 'required' => ['LoginProfile'], 'members' => ['LoginProfile' => ['shape' => 'LoginProfile']]], 'CreateOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['Url', 'ThumbprintList'], 'members' => ['Url' => ['shape' => 'OpenIDConnectProviderUrlType'], 'ClientIDList' => ['shape' => 'clientIDListType'], 'ThumbprintList' => ['shape' => 'thumbprintListType']]], 'CreateOpenIDConnectProviderResponse' => ['type' => 'structure', 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'PolicyDocument'], 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'Path' => ['shape' => 'policyPathType'], 'PolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'policyDescriptionType']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'CreatePolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'PolicyDocument'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'PolicyDocument' => ['shape' => 'policyDocumentType'], 'SetAsDefault' => ['shape' => 'booleanType']]], 'CreatePolicyVersionResponse' => ['type' => 'structure', 'members' => ['PolicyVersion' => ['shape' => 'PolicyVersion']]], 'CreateRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'AssumeRolePolicyDocument'], 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType'], 'PermissionsBoundary' => ['shape' => 'arnType'], 'Tags' => ['shape' => 'tagListType']]], 'CreateRoleResponse' => ['type' => 'structure', 'required' => ['Role'], 'members' => ['Role' => ['shape' => 'Role']]], 'CreateSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLMetadataDocument', 'Name'], 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'Name' => ['shape' => 'SAMLProviderNameType']]], 'CreateSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'CreateServiceLinkedRoleRequest' => ['type' => 'structure', 'required' => ['AWSServiceName'], 'members' => ['AWSServiceName' => ['shape' => 'groupNameType'], 'Description' => ['shape' => 'roleDescriptionType'], 'CustomSuffix' => ['shape' => 'customSuffixType']]], 'CreateServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => ['Role' => ['shape' => 'Role']]], 'CreateServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['UserName', 'ServiceName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceName' => ['shape' => 'serviceName']]], 'CreateServiceSpecificCredentialResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredential' => ['shape' => 'ServiceSpecificCredential']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'PermissionsBoundary' => ['shape' => 'arnType'], 'Tags' => ['shape' => 'tagListType']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'CreateVirtualMFADeviceRequest' => ['type' => 'structure', 'required' => ['VirtualMFADeviceName'], 'members' => ['Path' => ['shape' => 'pathType'], 'VirtualMFADeviceName' => ['shape' => 'virtualMFADeviceName']]], 'CreateVirtualMFADeviceResponse' => ['type' => 'structure', 'required' => ['VirtualMFADevice'], 'members' => ['VirtualMFADevice' => ['shape' => 'VirtualMFADevice']]], 'CredentialReportExpiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportExpiredExceptionMessage']], 'error' => ['code' => 'ReportExpired', 'httpStatusCode' => 410, 'senderFault' => \true], 'exception' => \true], 'CredentialReportNotPresentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportNotPresentExceptionMessage']], 'error' => ['code' => 'ReportNotPresent', 'httpStatusCode' => 410, 'senderFault' => \true], 'exception' => \true], 'CredentialReportNotReadyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportNotReadyExceptionMessage']], 'error' => ['code' => 'ReportInProgress', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DeactivateMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType']]], 'DeleteAccessKeyRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'DeleteAccountAliasRequest' => ['type' => 'structure', 'required' => ['AccountAlias'], 'members' => ['AccountAlias' => ['shape' => 'accountAliasType']]], 'DeleteConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'deleteConflictMessage']], 'error' => ['code' => 'DeleteConflict', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'DeleteGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType']]], 'DeleteInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType']]], 'DeleteLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'DeleteOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType']]], 'DeletePolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'DeleteRolePermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLProviderArn'], 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'DeleteSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType']]], 'DeleteServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'DeleteServiceLinkedRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteServiceLinkedRoleResponse' => ['type' => 'structure', 'required' => ['DeletionTaskId'], 'members' => ['DeletionTaskId' => ['shape' => 'DeletionTaskIdType']]], 'DeleteServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId']]], 'DeleteSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateId'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateId' => ['shape' => 'certificateIdType']]], 'DeleteUserPermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'DeleteUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'DeleteVirtualMFADeviceRequest' => ['type' => 'structure', 'required' => ['SerialNumber'], 'members' => ['SerialNumber' => ['shape' => 'serialNumberType']]], 'DeletionTaskFailureReasonType' => ['type' => 'structure', 'members' => ['Reason' => ['shape' => 'ReasonType'], 'RoleUsageList' => ['shape' => 'RoleUsageListType']]], 'DeletionTaskIdType' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'DeletionTaskStatusType' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'IN_PROGRESS', 'FAILED', 'NOT_STARTED']], 'DetachGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyArn'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DetachRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyArn'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DetachUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyArn'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DuplicateCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'duplicateCertificateMessage']], 'error' => ['code' => 'DuplicateCertificate', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'DuplicateSSHPublicKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'duplicateSSHPublicKeyMessage']], 'error' => ['code' => 'DuplicateSSHPublicKey', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EnableMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'AuthenticationCode1', 'AuthenticationCode2'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'AuthenticationCode1' => ['shape' => 'authenticationCodeType'], 'AuthenticationCode2' => ['shape' => 'authenticationCodeType']]], 'EntityAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'entityAlreadyExistsMessage']], 'error' => ['code' => 'EntityAlreadyExists', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'EntityDetails' => ['type' => 'structure', 'required' => ['EntityInfo'], 'members' => ['EntityInfo' => ['shape' => 'EntityInfo'], 'LastAuthenticated' => ['shape' => 'dateType']]], 'EntityInfo' => ['type' => 'structure', 'required' => ['Arn', 'Name', 'Type', 'Id'], 'members' => ['Arn' => ['shape' => 'arnType'], 'Name' => ['shape' => 'userNameType'], 'Type' => ['shape' => 'policyOwnerEntityType'], 'Id' => ['shape' => 'idType'], 'Path' => ['shape' => 'pathType']]], 'EntityTemporarilyUnmodifiableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'entityTemporarilyUnmodifiableMessage']], 'error' => ['code' => 'EntityTemporarilyUnmodifiable', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'EntityType' => ['type' => 'string', 'enum' => ['User', 'Role', 'Group', 'LocalManagedPolicy', 'AWSManagedPolicy']], 'ErrorDetails' => ['type' => 'structure', 'required' => ['Message', 'Code'], 'members' => ['Message' => ['shape' => 'stringType'], 'Code' => ['shape' => 'stringType']]], 'EvalDecisionDetailsType' => ['type' => 'map', 'key' => ['shape' => 'EvalDecisionSourceType'], 'value' => ['shape' => 'PolicyEvaluationDecisionType']], 'EvalDecisionSourceType' => ['type' => 'string', 'max' => 256, 'min' => 3], 'EvaluationResult' => ['type' => 'structure', 'required' => ['EvalActionName', 'EvalDecision'], 'members' => ['EvalActionName' => ['shape' => 'ActionNameType'], 'EvalResourceName' => ['shape' => 'ResourceNameType'], 'EvalDecision' => ['shape' => 'PolicyEvaluationDecisionType'], 'MatchedStatements' => ['shape' => 'StatementListType'], 'MissingContextValues' => ['shape' => 'ContextKeyNamesResultListType'], 'OrganizationsDecisionDetail' => ['shape' => 'OrganizationsDecisionDetail'], 'PermissionsBoundaryDecisionDetail' => ['shape' => 'PermissionsBoundaryDecisionDetail'], 'EvalDecisionDetails' => ['shape' => 'EvalDecisionDetailsType'], 'ResourceSpecificResults' => ['shape' => 'ResourceSpecificResultListType']]], 'EvaluationResultsListType' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'GenerateCredentialReportResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'ReportStateType'], 'Description' => ['shape' => 'ReportStateDescriptionType']]], 'GenerateOrganizationsAccessReportRequest' => ['type' => 'structure', 'required' => ['EntityPath'], 'members' => ['EntityPath' => ['shape' => 'organizationsEntityPathType'], 'OrganizationsPolicyId' => ['shape' => 'organizationsPolicyIdType']]], 'GenerateOrganizationsAccessReportResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'jobIDType']]], 'GenerateServiceLastAccessedDetailsRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'arnType']]], 'GenerateServiceLastAccessedDetailsResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'jobIDType']]], 'GetAccessKeyLastUsedRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'GetAccessKeyLastUsedResponse' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyLastUsed' => ['shape' => 'AccessKeyLastUsed']]], 'GetAccountAuthorizationDetailsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'entityListType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetAccountAuthorizationDetailsResponse' => ['type' => 'structure', 'members' => ['UserDetailList' => ['shape' => 'userDetailListType'], 'GroupDetailList' => ['shape' => 'groupDetailListType'], 'RoleDetailList' => ['shape' => 'roleDetailListType'], 'Policies' => ['shape' => 'ManagedPolicyDetailListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'GetAccountPasswordPolicyResponse' => ['type' => 'structure', 'required' => ['PasswordPolicy'], 'members' => ['PasswordPolicy' => ['shape' => 'PasswordPolicy']]], 'GetAccountSummaryResponse' => ['type' => 'structure', 'members' => ['SummaryMap' => ['shape' => 'summaryMapType']]], 'GetContextKeysForCustomPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInputList'], 'members' => ['PolicyInputList' => ['shape' => 'SimulationPolicyListType']]], 'GetContextKeysForPolicyResponse' => ['type' => 'structure', 'members' => ['ContextKeyNames' => ['shape' => 'ContextKeyNamesResultListType']]], 'GetContextKeysForPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['PolicySourceArn'], 'members' => ['PolicySourceArn' => ['shape' => 'arnType'], 'PolicyInputList' => ['shape' => 'SimulationPolicyListType']]], 'GetCredentialReportResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'ReportContentType'], 'ReportFormat' => ['shape' => 'ReportFormatType'], 'GeneratedTime' => ['shape' => 'dateType']]], 'GetGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetGroupPolicyResponse' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName', 'PolicyDocument'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'GetGroupResponse' => ['type' => 'structure', 'required' => ['Group', 'Users'], 'members' => ['Group' => ['shape' => 'Group'], 'Users' => ['shape' => 'userListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'GetInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType']]], 'GetInstanceProfileResponse' => ['type' => 'structure', 'required' => ['InstanceProfile'], 'members' => ['InstanceProfile' => ['shape' => 'InstanceProfile']]], 'GetLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'GetLoginProfileResponse' => ['type' => 'structure', 'required' => ['LoginProfile'], 'members' => ['LoginProfile' => ['shape' => 'LoginProfile']]], 'GetOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'GetOpenIDConnectProviderResponse' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'OpenIDConnectProviderUrlType'], 'ClientIDList' => ['shape' => 'clientIDListType'], 'ThumbprintList' => ['shape' => 'thumbprintListType'], 'CreateDate' => ['shape' => 'dateType']]], 'GetOrganizationsAccessReportRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType'], 'SortKey' => ['shape' => 'sortKeyType']]], 'GetOrganizationsAccessReportResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobCreationDate' => ['shape' => 'dateType'], 'JobCompletionDate' => ['shape' => 'dateType'], 'NumberOfServicesAccessible' => ['shape' => 'integerType'], 'NumberOfServicesNotAccessed' => ['shape' => 'integerType'], 'AccessDetails' => ['shape' => 'AccessDetails'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'markerType'], 'ErrorDetails' => ['shape' => 'ErrorDetails']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'GetPolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'GetPolicyVersionResponse' => ['type' => 'structure', 'members' => ['PolicyVersion' => ['shape' => 'PolicyVersion']]], 'GetRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetRolePolicyResponse' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'GetRoleResponse' => ['type' => 'structure', 'required' => ['Role'], 'members' => ['Role' => ['shape' => 'Role']]], 'GetSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLProviderArn'], 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'GetSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'CreateDate' => ['shape' => 'dateType'], 'ValidUntil' => ['shape' => 'dateType']]], 'GetSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Encoding'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Encoding' => ['shape' => 'encodingType']]], 'GetSSHPublicKeyResponse' => ['type' => 'structure', 'members' => ['SSHPublicKey' => ['shape' => 'SSHPublicKey']]], 'GetServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'GetServerCertificateResponse' => ['type' => 'structure', 'required' => ['ServerCertificate'], 'members' => ['ServerCertificate' => ['shape' => 'ServerCertificate']]], 'GetServiceLastAccessedDetailsRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetServiceLastAccessedDetailsResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate', 'ServicesLastAccessed', 'JobCompletionDate'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobCreationDate' => ['shape' => 'dateType'], 'ServicesLastAccessed' => ['shape' => 'ServicesLastAccessed'], 'JobCompletionDate' => ['shape' => 'dateType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType'], 'Error' => ['shape' => 'ErrorDetails']]], 'GetServiceLastAccessedDetailsWithEntitiesRequest' => ['type' => 'structure', 'required' => ['JobId', 'ServiceNamespace'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetServiceLastAccessedDetailsWithEntitiesResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate', 'JobCompletionDate', 'EntityDetailsList'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobCreationDate' => ['shape' => 'dateType'], 'JobCompletionDate' => ['shape' => 'dateType'], 'EntityDetailsList' => ['shape' => 'entityDetailsListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType'], 'Error' => ['shape' => 'ErrorDetails']]], 'GetServiceLinkedRoleDeletionStatusRequest' => ['type' => 'structure', 'required' => ['DeletionTaskId'], 'members' => ['DeletionTaskId' => ['shape' => 'DeletionTaskIdType']]], 'GetServiceLinkedRoleDeletionStatusResponse' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DeletionTaskStatusType'], 'Reason' => ['shape' => 'DeletionTaskFailureReasonType']]], 'GetUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetUserPolicyResponse' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName', 'PolicyDocument'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetUserRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'GetUserResponse' => ['type' => 'structure', 'required' => ['User'], 'members' => ['User' => ['shape' => 'User']]], 'Group' => ['type' => 'structure', 'required' => ['Path', 'GroupName', 'GroupId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType']]], 'GroupDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'GroupPolicyList' => ['shape' => 'policyDetailListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType']]], 'InstanceProfile' => ['type' => 'structure', 'required' => ['Path', 'InstanceProfileName', 'InstanceProfileId', 'Arn', 'CreateDate', 'Roles'], 'members' => ['Path' => ['shape' => 'pathType'], 'InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'InstanceProfileId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'Roles' => ['shape' => 'roleListType']]], 'InvalidAuthenticationCodeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidAuthenticationCodeMessage']], 'error' => ['code' => 'InvalidAuthenticationCode', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InvalidCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidCertificateMessage']], 'error' => ['code' => 'InvalidCertificate', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidInputMessage']], 'error' => ['code' => 'InvalidInput', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidPublicKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidPublicKeyMessage']], 'error' => ['code' => 'InvalidPublicKey', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidUserTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidUserTypeMessage']], 'error' => ['code' => 'InvalidUserType', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyPairMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'keyPairMismatchMessage']], 'error' => ['code' => 'KeyPairMismatch', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'limitExceededMessage']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'LineNumber' => ['type' => 'integer'], 'ListAccessKeysRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAccessKeysResponse' => ['type' => 'structure', 'required' => ['AccessKeyMetadata'], 'members' => ['AccessKeyMetadata' => ['shape' => 'accessKeyMetadataListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAccountAliasesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAccountAliasesResponse' => ['type' => 'structure', 'required' => ['AccountAliases'], 'members' => ['AccountAliases' => ['shape' => 'accountAliasListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedGroupPoliciesRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedGroupPoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedRolePoliciesRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedRolePoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedUserPoliciesRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedUserPoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListEntitiesForPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'EntityFilter' => ['shape' => 'EntityType'], 'PathPrefix' => ['shape' => 'pathType'], 'PolicyUsageFilter' => ['shape' => 'PolicyUsageType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListEntitiesForPolicyResponse' => ['type' => 'structure', 'members' => ['PolicyGroups' => ['shape' => 'PolicyGroupListType'], 'PolicyUsers' => ['shape' => 'PolicyUserListType'], 'PolicyRoles' => ['shape' => 'PolicyRoleListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupPoliciesRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupPoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupsForUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupsForUserResponse' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'groupListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupsRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupsResponse' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'groupListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListInstanceProfilesForRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListInstanceProfilesForRoleResponse' => ['type' => 'structure', 'required' => ['InstanceProfiles'], 'members' => ['InstanceProfiles' => ['shape' => 'instanceProfileListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListInstanceProfilesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListInstanceProfilesResponse' => ['type' => 'structure', 'required' => ['InstanceProfiles'], 'members' => ['InstanceProfiles' => ['shape' => 'instanceProfileListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListMFADevicesRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListMFADevicesResponse' => ['type' => 'structure', 'required' => ['MFADevices'], 'members' => ['MFADevices' => ['shape' => 'mfaDeviceListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListOpenIDConnectProvidersRequest' => ['type' => 'structure', 'members' => []], 'ListOpenIDConnectProvidersResponse' => ['type' => 'structure', 'members' => ['OpenIDConnectProviderList' => ['shape' => 'OpenIDConnectProviderListType']]], 'ListPoliciesGrantingServiceAccessEntry' => ['type' => 'structure', 'members' => ['ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'Policies' => ['shape' => 'policyGrantingServiceAccessListType']]], 'ListPoliciesGrantingServiceAccessRequest' => ['type' => 'structure', 'required' => ['Arn', 'ServiceNamespaces'], 'members' => ['Marker' => ['shape' => 'markerType'], 'Arn' => ['shape' => 'arnType'], 'ServiceNamespaces' => ['shape' => 'serviceNamespaceListType']]], 'ListPoliciesGrantingServiceAccessResponse' => ['type' => 'structure', 'required' => ['PoliciesGrantingServiceAccess'], 'members' => ['PoliciesGrantingServiceAccess' => ['shape' => 'listPolicyGrantingServiceAccessResponseListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['Scope' => ['shape' => 'policyScopeType'], 'OnlyAttached' => ['shape' => 'booleanType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'PolicyUsageFilter' => ['shape' => 'PolicyUsageType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'policyListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListPolicyVersionsResponse' => ['type' => 'structure', 'members' => ['Versions' => ['shape' => 'policyDocumentVersionListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRolePoliciesRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRolePoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRoleTagsRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRoleTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'tagListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRolesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRolesResponse' => ['type' => 'structure', 'required' => ['Roles'], 'members' => ['Roles' => ['shape' => 'roleListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListSAMLProvidersRequest' => ['type' => 'structure', 'members' => []], 'ListSAMLProvidersResponse' => ['type' => 'structure', 'members' => ['SAMLProviderList' => ['shape' => 'SAMLProviderListType']]], 'ListSSHPublicKeysRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListSSHPublicKeysResponse' => ['type' => 'structure', 'members' => ['SSHPublicKeys' => ['shape' => 'SSHPublicKeyListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListServerCertificatesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListServerCertificatesResponse' => ['type' => 'structure', 'required' => ['ServerCertificateMetadataList'], 'members' => ['ServerCertificateMetadataList' => ['shape' => 'serverCertificateMetadataListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListServiceSpecificCredentialsRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceName' => ['shape' => 'serviceName']]], 'ListServiceSpecificCredentialsResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredentials' => ['shape' => 'ServiceSpecificCredentialsListType']]], 'ListSigningCertificatesRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListSigningCertificatesResponse' => ['type' => 'structure', 'required' => ['Certificates'], 'members' => ['Certificates' => ['shape' => 'certificateListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUserPoliciesRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUserPoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUserTagsRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUserTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'tagListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUsersRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUsersResponse' => ['type' => 'structure', 'required' => ['Users'], 'members' => ['Users' => ['shape' => 'userListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListVirtualMFADevicesRequest' => ['type' => 'structure', 'members' => ['AssignmentStatus' => ['shape' => 'assignmentStatusType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListVirtualMFADevicesResponse' => ['type' => 'structure', 'required' => ['VirtualMFADevices'], 'members' => ['VirtualMFADevices' => ['shape' => 'virtualMFADeviceListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'LoginProfile' => ['type' => 'structure', 'required' => ['UserName', 'CreateDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'CreateDate' => ['shape' => 'dateType'], 'PasswordResetRequired' => ['shape' => 'booleanType']]], 'MFADevice' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'EnableDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'EnableDate' => ['shape' => 'dateType']]], 'MalformedCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedCertificateMessage']], 'error' => ['code' => 'MalformedCertificate', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedPolicyDocumentMessage']], 'error' => ['code' => 'MalformedPolicyDocument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ManagedPolicyDetail' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'Path' => ['shape' => 'policyPathType'], 'DefaultVersionId' => ['shape' => 'policyVersionIdType'], 'AttachmentCount' => ['shape' => 'attachmentCountType'], 'PermissionsBoundaryUsageCount' => ['shape' => 'attachmentCountType'], 'IsAttachable' => ['shape' => 'booleanType'], 'Description' => ['shape' => 'policyDescriptionType'], 'CreateDate' => ['shape' => 'dateType'], 'UpdateDate' => ['shape' => 'dateType'], 'PolicyVersionList' => ['shape' => 'policyDocumentVersionListType']]], 'ManagedPolicyDetailListType' => ['type' => 'list', 'member' => ['shape' => 'ManagedPolicyDetail']], 'NoSuchEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'noSuchEntityMessage']], 'error' => ['code' => 'NoSuchEntity', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OpenIDConnectProviderListEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'arnType']]], 'OpenIDConnectProviderListType' => ['type' => 'list', 'member' => ['shape' => 'OpenIDConnectProviderListEntry']], 'OpenIDConnectProviderUrlType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'OrganizationsDecisionDetail' => ['type' => 'structure', 'members' => ['AllowedByOrganizations' => ['shape' => 'booleanType']]], 'PasswordPolicy' => ['type' => 'structure', 'members' => ['MinimumPasswordLength' => ['shape' => 'minimumPasswordLengthType'], 'RequireSymbols' => ['shape' => 'booleanType'], 'RequireNumbers' => ['shape' => 'booleanType'], 'RequireUppercaseCharacters' => ['shape' => 'booleanType'], 'RequireLowercaseCharacters' => ['shape' => 'booleanType'], 'AllowUsersToChangePassword' => ['shape' => 'booleanType'], 'ExpirePasswords' => ['shape' => 'booleanType'], 'MaxPasswordAge' => ['shape' => 'maxPasswordAgeType'], 'PasswordReusePrevention' => ['shape' => 'passwordReusePreventionType'], 'HardExpiry' => ['shape' => 'booleanObjectType']]], 'PasswordPolicyViolationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'passwordPolicyViolationMessage']], 'error' => ['code' => 'PasswordPolicyViolation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PermissionsBoundaryAttachmentType' => ['type' => 'string', 'enum' => ['PermissionsBoundaryPolicy']], 'PermissionsBoundaryDecisionDetail' => ['type' => 'structure', 'members' => ['AllowedByPermissionsBoundary' => ['shape' => 'booleanType']]], 'Policy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'Path' => ['shape' => 'policyPathType'], 'DefaultVersionId' => ['shape' => 'policyVersionIdType'], 'AttachmentCount' => ['shape' => 'attachmentCountType'], 'PermissionsBoundaryUsageCount' => ['shape' => 'attachmentCountType'], 'IsAttachable' => ['shape' => 'booleanType'], 'Description' => ['shape' => 'policyDescriptionType'], 'CreateDate' => ['shape' => 'dateType'], 'UpdateDate' => ['shape' => 'dateType']]], 'PolicyDetail' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PolicyEvaluationDecisionType' => ['type' => 'string', 'enum' => ['allowed', 'explicitDeny', 'implicitDeny']], 'PolicyEvaluationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'policyEvaluationErrorMessage']], 'error' => ['code' => 'PolicyEvaluation', 'httpStatusCode' => 500], 'exception' => \true], 'PolicyGrantingServiceAccess' => ['type' => 'structure', 'required' => ['PolicyName', 'PolicyType'], 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyType' => ['shape' => 'policyType'], 'PolicyArn' => ['shape' => 'arnType'], 'EntityType' => ['shape' => 'policyOwnerEntityType'], 'EntityName' => ['shape' => 'entityNameType']]], 'PolicyGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType']]], 'PolicyGroupListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyGroup']], 'PolicyIdentifierType' => ['type' => 'string'], 'PolicyNotAttachableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'policyNotAttachableMessage']], 'error' => ['code' => 'PolicyNotAttachable', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PolicyRole' => ['type' => 'structure', 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType']]], 'PolicyRoleListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyRole']], 'PolicySourceType' => ['type' => 'string', 'enum' => ['user', 'group', 'role', 'aws-managed', 'user-managed', 'resource', 'none']], 'PolicyUsageType' => ['type' => 'string', 'enum' => ['PermissionsPolicy', 'PermissionsBoundary']], 'PolicyUser' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType']]], 'PolicyUserListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyUser']], 'PolicyVersion' => ['type' => 'structure', 'members' => ['Document' => ['shape' => 'policyDocumentType'], 'VersionId' => ['shape' => 'policyVersionIdType'], 'IsDefaultVersion' => ['shape' => 'booleanType'], 'CreateDate' => ['shape' => 'dateType']]], 'Position' => ['type' => 'structure', 'members' => ['Line' => ['shape' => 'LineNumber'], 'Column' => ['shape' => 'ColumnNumber']]], 'PutGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName', 'PolicyDocument'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PutRolePermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PermissionsBoundary'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PermissionsBoundary' => ['shape' => 'arnType']]], 'PutRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PutUserPermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['UserName', 'PermissionsBoundary'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PermissionsBoundary' => ['shape' => 'arnType']]], 'PutUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName', 'PolicyDocument'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'ReasonType' => ['type' => 'string', 'max' => 1000], 'RegionNameType' => ['type' => 'string', 'max' => 100, 'min' => 1], 'RemoveClientIDFromOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ClientID'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ClientID' => ['shape' => 'clientIDType']]], 'RemoveRoleFromInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName', 'RoleName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'RoleName' => ['shape' => 'roleNameType']]], 'RemoveUserFromGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'UserName' => ['shape' => 'existingUserNameType']]], 'ReportContentType' => ['type' => 'blob'], 'ReportFormatType' => ['type' => 'string', 'enum' => ['text/csv']], 'ReportGenerationLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'reportGenerationLimitExceededMessage']], 'error' => ['code' => 'ReportGenerationLimitExceeded', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'ReportStateDescriptionType' => ['type' => 'string'], 'ReportStateType' => ['type' => 'string', 'enum' => ['STARTED', 'INPROGRESS', 'COMPLETE']], 'ResetServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId']]], 'ResetServiceSpecificCredentialResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredential' => ['shape' => 'ServiceSpecificCredential']]], 'ResourceHandlingOptionType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceNameListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceNameType']], 'ResourceNameType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceSpecificResult' => ['type' => 'structure', 'required' => ['EvalResourceName', 'EvalResourceDecision'], 'members' => ['EvalResourceName' => ['shape' => 'ResourceNameType'], 'EvalResourceDecision' => ['shape' => 'PolicyEvaluationDecisionType'], 'MatchedStatements' => ['shape' => 'StatementListType'], 'MissingContextValues' => ['shape' => 'ContextKeyNamesResultListType'], 'EvalDecisionDetails' => ['shape' => 'EvalDecisionDetailsType'], 'PermissionsBoundaryDecisionDetail' => ['shape' => 'PermissionsBoundaryDecisionDetail']]], 'ResourceSpecificResultListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceSpecificResult']], 'ResyncMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'AuthenticationCode1', 'AuthenticationCode2'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'AuthenticationCode1' => ['shape' => 'authenticationCodeType'], 'AuthenticationCode2' => ['shape' => 'authenticationCodeType']]], 'Role' => ['type' => 'structure', 'required' => ['Path', 'RoleName', 'RoleId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType'], 'RoleLastUsed' => ['shape' => 'RoleLastUsed']]], 'RoleDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'InstanceProfileList' => ['shape' => 'instanceProfileListType'], 'RolePolicyList' => ['shape' => 'policyDetailListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType'], 'RoleLastUsed' => ['shape' => 'RoleLastUsed']]], 'RoleLastUsed' => ['type' => 'structure', 'members' => ['LastUsedDate' => ['shape' => 'dateType'], 'Region' => ['shape' => 'stringType']]], 'RoleUsageListType' => ['type' => 'list', 'member' => ['shape' => 'RoleUsageType']], 'RoleUsageType' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'RegionNameType'], 'Resources' => ['shape' => 'ArnListType']]], 'SAMLMetadataDocumentType' => ['type' => 'string', 'max' => 10000000, 'min' => 1000], 'SAMLProviderListEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'arnType'], 'ValidUntil' => ['shape' => 'dateType'], 'CreateDate' => ['shape' => 'dateType']]], 'SAMLProviderListType' => ['type' => 'list', 'member' => ['shape' => 'SAMLProviderListEntry']], 'SAMLProviderNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w._-]+'], 'SSHPublicKey' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Fingerprint', 'SSHPublicKeyBody', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Fingerprint' => ['shape' => 'publicKeyFingerprintType'], 'SSHPublicKeyBody' => ['shape' => 'publicKeyMaterialType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'SSHPublicKeyListType' => ['type' => 'list', 'member' => ['shape' => 'SSHPublicKeyMetadata']], 'SSHPublicKeyMetadata' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Status', 'UploadDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'ServerCertificate' => ['type' => 'structure', 'required' => ['ServerCertificateMetadata', 'CertificateBody'], 'members' => ['ServerCertificateMetadata' => ['shape' => 'ServerCertificateMetadata'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'CertificateChain' => ['shape' => 'certificateChainType']]], 'ServerCertificateMetadata' => ['type' => 'structure', 'required' => ['Path', 'ServerCertificateName', 'ServerCertificateId', 'Arn'], 'members' => ['Path' => ['shape' => 'pathType'], 'ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'ServerCertificateId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'UploadDate' => ['shape' => 'dateType'], 'Expiration' => ['shape' => 'dateType']]], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'serviceFailureExceptionMessage']], 'error' => ['code' => 'ServiceFailure', 'httpStatusCode' => 500], 'exception' => \true], 'ServiceLastAccessed' => ['type' => 'structure', 'required' => ['ServiceName', 'ServiceNamespace'], 'members' => ['ServiceName' => ['shape' => 'serviceNameType'], 'LastAuthenticated' => ['shape' => 'dateType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'LastAuthenticatedEntity' => ['shape' => 'arnType'], 'TotalAuthenticatedEntities' => ['shape' => 'integerType']]], 'ServiceNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'serviceNotSupportedMessage']], 'error' => ['code' => 'NotSupportedService', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ServiceSpecificCredential' => ['type' => 'structure', 'required' => ['CreateDate', 'ServiceName', 'ServiceUserName', 'ServicePassword', 'ServiceSpecificCredentialId', 'UserName', 'Status'], 'members' => ['CreateDate' => ['shape' => 'dateType'], 'ServiceName' => ['shape' => 'serviceName'], 'ServiceUserName' => ['shape' => 'serviceUserName'], 'ServicePassword' => ['shape' => 'servicePassword'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'UserName' => ['shape' => 'userNameType'], 'Status' => ['shape' => 'statusType']]], 'ServiceSpecificCredentialMetadata' => ['type' => 'structure', 'required' => ['UserName', 'Status', 'ServiceUserName', 'CreateDate', 'ServiceSpecificCredentialId', 'ServiceName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Status' => ['shape' => 'statusType'], 'ServiceUserName' => ['shape' => 'serviceUserName'], 'CreateDate' => ['shape' => 'dateType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'ServiceName' => ['shape' => 'serviceName']]], 'ServiceSpecificCredentialsListType' => ['type' => 'list', 'member' => ['shape' => 'ServiceSpecificCredentialMetadata']], 'ServicesLastAccessed' => ['type' => 'list', 'member' => ['shape' => 'ServiceLastAccessed']], 'SetDefaultPolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'SetSecurityTokenServicePreferencesRequest' => ['type' => 'structure', 'required' => ['GlobalEndpointTokenVersion'], 'members' => ['GlobalEndpointTokenVersion' => ['shape' => 'globalEndpointTokenVersion']]], 'SigningCertificate' => ['type' => 'structure', 'required' => ['UserName', 'CertificateId', 'CertificateBody', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'CertificateId' => ['shape' => 'certificateIdType'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'SimulateCustomPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInputList', 'ActionNames'], 'members' => ['PolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'PermissionsBoundaryPolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'ActionNames' => ['shape' => 'ActionNameListType'], 'ResourceArns' => ['shape' => 'ResourceNameListType'], 'ResourcePolicy' => ['shape' => 'policyDocumentType'], 'ResourceOwner' => ['shape' => 'ResourceNameType'], 'CallerArn' => ['shape' => 'ResourceNameType'], 'ContextEntries' => ['shape' => 'ContextEntryListType'], 'ResourceHandlingOption' => ['shape' => 'ResourceHandlingOptionType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'SimulatePolicyResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResultsListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'SimulatePrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['PolicySourceArn', 'ActionNames'], 'members' => ['PolicySourceArn' => ['shape' => 'arnType'], 'PolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'PermissionsBoundaryPolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'ActionNames' => ['shape' => 'ActionNameListType'], 'ResourceArns' => ['shape' => 'ResourceNameListType'], 'ResourcePolicy' => ['shape' => 'policyDocumentType'], 'ResourceOwner' => ['shape' => 'ResourceNameType'], 'CallerArn' => ['shape' => 'ResourceNameType'], 'ContextEntries' => ['shape' => 'ContextEntryListType'], 'ResourceHandlingOption' => ['shape' => 'ResourceHandlingOptionType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'SimulationPolicyListType' => ['type' => 'list', 'member' => ['shape' => 'policyDocumentType']], 'Statement' => ['type' => 'structure', 'members' => ['SourcePolicyId' => ['shape' => 'PolicyIdentifierType'], 'SourcePolicyType' => ['shape' => 'PolicySourceType'], 'StartPosition' => ['shape' => 'Position'], 'EndPosition' => ['shape' => 'Position']]], 'StatementListType' => ['type' => 'list', 'member' => ['shape' => 'Statement']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'tagKeyType'], 'Value' => ['shape' => 'tagValueType']]], 'TagRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'Tags'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Tags' => ['shape' => 'tagListType']]], 'TagUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'Tags'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Tags' => ['shape' => 'tagListType']]], 'UnmodifiableEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'unmodifiableEntityMessage']], 'error' => ['code' => 'UnmodifiableEntity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnrecognizedPublicKeyEncodingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'unrecognizedPublicKeyEncodingMessage']], 'error' => ['code' => 'UnrecognizedPublicKeyEncoding', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UntagRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'TagKeys'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'TagKeys' => ['shape' => 'tagKeyListType']]], 'UntagUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'TagKeys'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'TagKeys' => ['shape' => 'tagKeyListType']]], 'UpdateAccessKeyRequest' => ['type' => 'structure', 'required' => ['AccessKeyId', 'Status'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateAccountPasswordPolicyRequest' => ['type' => 'structure', 'members' => ['MinimumPasswordLength' => ['shape' => 'minimumPasswordLengthType'], 'RequireSymbols' => ['shape' => 'booleanType'], 'RequireNumbers' => ['shape' => 'booleanType'], 'RequireUppercaseCharacters' => ['shape' => 'booleanType'], 'RequireLowercaseCharacters' => ['shape' => 'booleanType'], 'AllowUsersToChangePassword' => ['shape' => 'booleanType'], 'MaxPasswordAge' => ['shape' => 'maxPasswordAgeType'], 'PasswordReusePrevention' => ['shape' => 'passwordReusePreventionType'], 'HardExpiry' => ['shape' => 'booleanObjectType']]], 'UpdateAssumeRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewGroupName' => ['shape' => 'groupNameType']]], 'UpdateLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Password' => ['shape' => 'passwordType'], 'PasswordResetRequired' => ['shape' => 'booleanObjectType']]], 'UpdateOpenIDConnectProviderThumbprintRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ThumbprintList'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ThumbprintList' => ['shape' => 'thumbprintListType']]], 'UpdateRoleDescriptionRequest' => ['type' => 'structure', 'required' => ['RoleName', 'Description'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Description' => ['shape' => 'roleDescriptionType']]], 'UpdateRoleDescriptionResponse' => ['type' => 'structure', 'members' => ['Role' => ['shape' => 'Role']]], 'UpdateRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType']]], 'UpdateRoleResponse' => ['type' => 'structure', 'members' => []], 'UpdateSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLMetadataDocument', 'SAMLProviderArn'], 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'SAMLProviderArn' => ['shape' => 'arnType']]], 'UpdateSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'UpdateSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'UpdateServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'Status' => ['shape' => 'statusType']]], 'UpdateSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateId', 'Status'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateId' => ['shape' => 'certificateIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewUserName' => ['shape' => 'userNameType']]], 'UploadSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyBody'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyBody' => ['shape' => 'publicKeyMaterialType']]], 'UploadSSHPublicKeyResponse' => ['type' => 'structure', 'members' => ['SSHPublicKey' => ['shape' => 'SSHPublicKey']]], 'UploadServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName', 'CertificateBody', 'PrivateKey'], 'members' => ['Path' => ['shape' => 'pathType'], 'ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'PrivateKey' => ['shape' => 'privateKeyType'], 'CertificateChain' => ['shape' => 'certificateChainType']]], 'UploadServerCertificateResponse' => ['type' => 'structure', 'members' => ['ServerCertificateMetadata' => ['shape' => 'ServerCertificateMetadata']]], 'UploadSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateBody'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateBody' => ['shape' => 'certificateBodyType']]], 'UploadSigningCertificateResponse' => ['type' => 'structure', 'required' => ['Certificate'], 'members' => ['Certificate' => ['shape' => 'SigningCertificate']]], 'User' => ['type' => 'structure', 'required' => ['Path', 'UserName', 'UserId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'PasswordLastUsed' => ['shape' => 'dateType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType']]], 'UserDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'UserPolicyList' => ['shape' => 'policyDetailListType'], 'GroupList' => ['shape' => 'groupNameListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType']]], 'VirtualMFADevice' => ['type' => 'structure', 'required' => ['SerialNumber'], 'members' => ['SerialNumber' => ['shape' => 'serialNumberType'], 'Base32StringSeed' => ['shape' => 'BootstrapDatum'], 'QRCodePNG' => ['shape' => 'BootstrapDatum'], 'User' => ['shape' => 'User'], 'EnableDate' => ['shape' => 'dateType']]], 'accessKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]+'], 'accessKeyMetadataListType' => ['type' => 'list', 'member' => ['shape' => 'AccessKeyMetadata']], 'accessKeySecretType' => ['type' => 'string', 'sensitive' => \true], 'accountAliasListType' => ['type' => 'list', 'member' => ['shape' => 'accountAliasType']], 'accountAliasType' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$'], 'arnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'assignmentStatusType' => ['type' => 'string', 'enum' => ['Assigned', 'Unassigned', 'Any']], 'attachedPoliciesListType' => ['type' => 'list', 'member' => ['shape' => 'AttachedPolicy']], 'attachmentCountType' => ['type' => 'integer'], 'authenticationCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[\\d]+'], 'booleanObjectType' => ['type' => 'boolean', 'box' => \true], 'booleanType' => ['type' => 'boolean'], 'certificateBodyType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'certificateChainType' => ['type' => 'string', 'max' => 2097152, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'certificateIdType' => ['type' => 'string', 'max' => 128, 'min' => 24, 'pattern' => '[\\w]+'], 'certificateListType' => ['type' => 'list', 'member' => ['shape' => 'SigningCertificate']], 'clientIDListType' => ['type' => 'list', 'member' => ['shape' => 'clientIDType']], 'clientIDType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'credentialReportExpiredExceptionMessage' => ['type' => 'string'], 'credentialReportNotPresentExceptionMessage' => ['type' => 'string'], 'credentialReportNotReadyExceptionMessage' => ['type' => 'string'], 'customSuffixType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'dateType' => ['type' => 'timestamp'], 'deleteConflictMessage' => ['type' => 'string'], 'duplicateCertificateMessage' => ['type' => 'string'], 'duplicateSSHPublicKeyMessage' => ['type' => 'string'], 'encodingType' => ['type' => 'string', 'enum' => ['SSH', 'PEM']], 'entityAlreadyExistsMessage' => ['type' => 'string'], 'entityDetailsListType' => ['type' => 'list', 'member' => ['shape' => 'EntityDetails']], 'entityListType' => ['type' => 'list', 'member' => ['shape' => 'EntityType']], 'entityNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'entityTemporarilyUnmodifiableMessage' => ['type' => 'string'], 'existingUserNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'globalEndpointTokenVersion' => ['type' => 'string', 'enum' => ['v1Token', 'v2Token']], 'groupDetailListType' => ['type' => 'list', 'member' => ['shape' => 'GroupDetail']], 'groupListType' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'groupNameListType' => ['type' => 'list', 'member' => ['shape' => 'groupNameType']], 'groupNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'idType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]+'], 'instanceProfileListType' => ['type' => 'list', 'member' => ['shape' => 'InstanceProfile']], 'instanceProfileNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'integerType' => ['type' => 'integer'], 'invalidAuthenticationCodeMessage' => ['type' => 'string'], 'invalidCertificateMessage' => ['type' => 'string'], 'invalidInputMessage' => ['type' => 'string'], 'invalidPublicKeyMessage' => ['type' => 'string'], 'invalidUserTypeMessage' => ['type' => 'string'], 'jobIDType' => ['type' => 'string', 'max' => 36, 'min' => 36], 'jobStatusType' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED']], 'keyPairMismatchMessage' => ['type' => 'string'], 'limitExceededMessage' => ['type' => 'string'], 'listPolicyGrantingServiceAccessResponseListType' => ['type' => 'list', 'member' => ['shape' => 'ListPoliciesGrantingServiceAccessEntry']], 'malformedCertificateMessage' => ['type' => 'string'], 'malformedPolicyDocumentMessage' => ['type' => 'string'], 'markerType' => ['type' => 'string', 'max' => 320, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'maxItemsType' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'maxPasswordAgeType' => ['type' => 'integer', 'box' => \true, 'max' => 1095, 'min' => 1], 'mfaDeviceListType' => ['type' => 'list', 'member' => ['shape' => 'MFADevice']], 'minimumPasswordLengthType' => ['type' => 'integer', 'max' => 128, 'min' => 6], 'noSuchEntityMessage' => ['type' => 'string'], 'organizationsEntityPathType' => ['type' => 'string', 'max' => 427, 'min' => 19, 'pattern' => '^o-[0-9a-z]{10,32}\\/r-[0-9a-z]{4,32}[0-9a-z-\\/]*'], 'organizationsPolicyIdType' => ['type' => 'string', 'pattern' => '^p-[0-9a-zA-Z_]{8,128}$'], 'passwordPolicyViolationMessage' => ['type' => 'string'], 'passwordReusePreventionType' => ['type' => 'integer', 'box' => \true, 'max' => 24, 'min' => 1], 'passwordType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+', 'sensitive' => \true], 'pathPrefixType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '\\u002F[\\u0021-\\u007F]*'], 'pathType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)'], 'policyDescriptionType' => ['type' => 'string', 'max' => 1000], 'policyDetailListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyDetail']], 'policyDocumentType' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'policyDocumentVersionListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyVersion']], 'policyEvaluationErrorMessage' => ['type' => 'string'], 'policyGrantingServiceAccessListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyGrantingServiceAccess']], 'policyListType' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'policyNameListType' => ['type' => 'list', 'member' => ['shape' => 'policyNameType']], 'policyNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'policyNotAttachableMessage' => ['type' => 'string'], 'policyOwnerEntityType' => ['type' => 'string', 'enum' => ['USER', 'ROLE', 'GROUP']], 'policyPathType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '((/[A-Za-z0-9\\.,\\+@=_-]+)*)/'], 'policyScopeType' => ['type' => 'string', 'enum' => ['All', 'AWS', 'Local']], 'policyType' => ['type' => 'string', 'enum' => ['INLINE', 'MANAGED']], 'policyVersionIdType' => ['type' => 'string', 'pattern' => 'v[1-9][0-9]*(\\.[A-Za-z0-9-]*)?'], 'privateKeyType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+', 'sensitive' => \true], 'publicKeyFingerprintType' => ['type' => 'string', 'max' => 48, 'min' => 48, 'pattern' => '[:\\w]+'], 'publicKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '[\\w]+'], 'publicKeyMaterialType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'reportGenerationLimitExceededMessage' => ['type' => 'string'], 'responseMarkerType' => ['type' => 'string'], 'roleDescriptionType' => ['type' => 'string', 'max' => 1000, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'roleDetailListType' => ['type' => 'list', 'member' => ['shape' => 'RoleDetail']], 'roleListType' => ['type' => 'list', 'member' => ['shape' => 'Role']], 'roleMaxSessionDurationType' => ['type' => 'integer', 'max' => 43200, 'min' => 3600], 'roleNameType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'serialNumberType' => ['type' => 'string', 'max' => 256, 'min' => 9, 'pattern' => '[\\w+=/:,.@-]+'], 'serverCertificateMetadataListType' => ['type' => 'list', 'member' => ['shape' => 'ServerCertificateMetadata']], 'serverCertificateNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'serviceFailureExceptionMessage' => ['type' => 'string'], 'serviceName' => ['type' => 'string'], 'serviceNameType' => ['type' => 'string'], 'serviceNamespaceListType' => ['type' => 'list', 'member' => ['shape' => 'serviceNamespaceType'], 'max' => 200, 'min' => 1], 'serviceNamespaceType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w-]*'], 'serviceNotSupportedMessage' => ['type' => 'string'], 'servicePassword' => ['type' => 'string', 'sensitive' => \true], 'serviceSpecificCredentialId' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '[\\w]+'], 'serviceUserName' => ['type' => 'string', 'max' => 200, 'min' => 17, 'pattern' => '[\\w+=,.@-]+'], 'sortKeyType' => ['type' => 'string', 'enum' => ['SERVICE_NAMESPACE_ASCENDING', 'SERVICE_NAMESPACE_DESCENDING', 'LAST_AUTHENTICATED_TIME_ASCENDING', 'LAST_AUTHENTICATED_TIME_DESCENDING']], 'statusType' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'stringType' => ['type' => 'string'], 'summaryKeyType' => ['type' => 'string', 'enum' => ['Users', 'UsersQuota', 'Groups', 'GroupsQuota', 'ServerCertificates', 'ServerCertificatesQuota', 'UserPolicySizeQuota', 'GroupPolicySizeQuota', 'GroupsPerUserQuota', 'SigningCertificatesPerUserQuota', 'AccessKeysPerUserQuota', 'MFADevices', 'MFADevicesInUse', 'AccountMFAEnabled', 'AccountAccessKeysPresent', 'AccountSigningCertificatesPresent', 'AttachedPoliciesPerGroupQuota', 'AttachedPoliciesPerRoleQuota', 'AttachedPoliciesPerUserQuota', 'Policies', 'PoliciesQuota', 'PolicySizeQuota', 'PolicyVersionsInUse', 'PolicyVersionsInUseQuota', 'VersionsPerPolicyQuota', 'GlobalEndpointTokenVersion']], 'summaryMapType' => ['type' => 'map', 'key' => ['shape' => 'summaryKeyType'], 'value' => ['shape' => 'summaryValueType']], 'summaryValueType' => ['type' => 'integer'], 'tagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'tagKeyType'], 'max' => 50], 'tagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+'], 'tagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'tagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'thumbprintListType' => ['type' => 'list', 'member' => ['shape' => 'thumbprintType']], 'thumbprintType' => ['type' => 'string', 'max' => 40, 'min' => 40], 'unmodifiableEntityMessage' => ['type' => 'string'], 'unrecognizedPublicKeyEncodingMessage' => ['type' => 'string'], 'userDetailListType' => ['type' => 'list', 'member' => ['shape' => 'UserDetail']], 'userListType' => ['type' => 'list', 'member' => ['shape' => 'User']], 'userNameType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'virtualMFADeviceListType' => ['type' => 'list', 'member' => ['shape' => 'VirtualMFADevice']], 'virtualMFADeviceName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\w+=,.@-]+']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2010-05-08', 'endpointPrefix' => 'iam', 'globalEndpoint' => 'iam.amazonaws.com', 'protocol' => 'query', 'serviceAbbreviation' => 'IAM', 'serviceFullName' => 'AWS Identity and Access Management', 'serviceId' => 'IAM', 'signatureVersion' => 'v4', 'uid' => 'iam-2010-05-08', 'xmlNamespace' => 'https://iam.amazonaws.com/doc/2010-05-08/'], 'operations' => ['AddClientIDToOpenIDConnectProvider' => ['name' => 'AddClientIDToOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddClientIDToOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'AddRoleToInstanceProfile' => ['name' => 'AddRoleToInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'AddUserToGroup' => ['name' => 'AddUserToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddUserToGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'AttachGroupPolicy' => ['name' => 'AttachGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'AttachRolePolicy' => ['name' => 'AttachRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'AttachUserPolicy' => ['name' => 'AttachUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'ChangePassword' => ['name' => 'ChangePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangePasswordRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidUserTypeException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'ServiceFailureException']]], 'CreateAccessKey' => ['name' => 'CreateAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccessKeyRequest'], 'output' => ['shape' => 'CreateAccessKeyResponse', 'resultWrapper' => 'CreateAccessKeyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateAccountAlias' => ['name' => 'CreateAccountAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccountAliasRequest'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse', 'resultWrapper' => 'CreateGroupResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'CreateInstanceProfile' => ['name' => 'CreateInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceProfileRequest'], 'output' => ['shape' => 'CreateInstanceProfileResponse', 'resultWrapper' => 'CreateInstanceProfileResult'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateLoginProfile' => ['name' => 'CreateLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoginProfileRequest'], 'output' => ['shape' => 'CreateLoginProfileResponse', 'resultWrapper' => 'CreateLoginProfileResult'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateOpenIDConnectProvider' => ['name' => 'CreateOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOpenIDConnectProviderRequest'], 'output' => ['shape' => 'CreateOpenIDConnectProviderResponse', 'resultWrapper' => 'CreateOpenIDConnectProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse', 'resultWrapper' => 'CreatePolicyResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ServiceFailureException']]], 'CreatePolicyVersion' => ['name' => 'CreatePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyVersionRequest'], 'output' => ['shape' => 'CreatePolicyVersionResponse', 'resultWrapper' => 'CreatePolicyVersionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateRole' => ['name' => 'CreateRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRoleRequest'], 'output' => ['shape' => 'CreateRoleResponse', 'resultWrapper' => 'CreateRoleResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'CreateSAMLProvider' => ['name' => 'CreateSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSAMLProviderRequest'], 'output' => ['shape' => 'CreateSAMLProviderResponse', 'resultWrapper' => 'CreateSAMLProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'CreateServiceLinkedRole' => ['name' => 'CreateServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceLinkedRoleRequest'], 'output' => ['shape' => 'CreateServiceLinkedRoleResponse', 'resultWrapper' => 'CreateServiceLinkedRoleResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'CreateServiceSpecificCredential' => ['name' => 'CreateServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceSpecificCredentialRequest'], 'output' => ['shape' => 'CreateServiceSpecificCredentialResponse', 'resultWrapper' => 'CreateServiceSpecificCredentialResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceNotSupportedException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse', 'resultWrapper' => 'CreateUserResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'CreateVirtualMFADevice' => ['name' => 'CreateVirtualMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVirtualMFADeviceRequest'], 'output' => ['shape' => 'CreateVirtualMFADeviceResponse', 'resultWrapper' => 'CreateVirtualMFADeviceResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'ServiceFailureException']]], 'DeactivateMFADevice' => ['name' => 'DeactivateMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeactivateMFADeviceRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccessKey' => ['name' => 'DeleteAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccessKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccountAlias' => ['name' => 'DeleteAccountAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccountAliasRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteAccountPasswordPolicy' => ['name' => 'DeleteAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteGroupPolicy' => ['name' => 'DeleteGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteInstanceProfile' => ['name' => 'DeleteInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteLoginProfile' => ['name' => 'DeleteLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoginProfileRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteOpenIDConnectProvider' => ['name' => 'DeleteOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ServiceFailureException']]], 'DeletePolicyVersion' => ['name' => 'DeletePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyVersionRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ServiceFailureException']]], 'DeleteRole' => ['name' => 'DeleteRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'DeleteRolePermissionsBoundary' => ['name' => 'DeleteRolePermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRolePermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteRolePolicy' => ['name' => 'DeleteRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteSAMLProvider' => ['name' => 'DeleteSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSAMLProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteSSHPublicKey' => ['name' => 'DeleteSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSSHPublicKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'DeleteServerCertificate' => ['name' => 'DeleteServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteServiceLinkedRole' => ['name' => 'DeleteServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceLinkedRoleRequest'], 'output' => ['shape' => 'DeleteServiceLinkedRoleResponse', 'resultWrapper' => 'DeleteServiceLinkedRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteServiceSpecificCredential' => ['name' => 'DeleteServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceSpecificCredentialRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'DeleteSigningCertificate' => ['name' => 'DeleteSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSigningCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'DeleteUserPermissionsBoundary' => ['name' => 'DeleteUserPermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'DeleteUserPolicy' => ['name' => 'DeleteUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DeleteVirtualMFADevice' => ['name' => 'DeleteVirtualMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVirtualMFADeviceRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'DeleteConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'DetachGroupPolicy' => ['name' => 'DetachGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachGroupPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'DetachRolePolicy' => ['name' => 'DetachRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'DetachUserPolicy' => ['name' => 'DetachUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachUserPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'EnableMFADevice' => ['name' => 'EnableMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableMFADeviceRequest'], 'errors' => [['shape' => 'EntityAlreadyExistsException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'InvalidAuthenticationCodeException'], ['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GenerateCredentialReport' => ['name' => 'GenerateCredentialReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GenerateCredentialReportResponse', 'resultWrapper' => 'GenerateCredentialReportResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'GenerateOrganizationsAccessReport' => ['name' => 'GenerateOrganizationsAccessReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateOrganizationsAccessReportRequest'], 'output' => ['shape' => 'GenerateOrganizationsAccessReportResponse', 'resultWrapper' => 'GenerateOrganizationsAccessReportResult'], 'errors' => [['shape' => 'ReportGenerationLimitExceededException']]], 'GenerateServiceLastAccessedDetails' => ['name' => 'GenerateServiceLastAccessedDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateServiceLastAccessedDetailsRequest'], 'output' => ['shape' => 'GenerateServiceLastAccessedDetailsResponse', 'resultWrapper' => 'GenerateServiceLastAccessedDetailsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetAccessKeyLastUsed' => ['name' => 'GetAccessKeyLastUsed', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessKeyLastUsedRequest'], 'output' => ['shape' => 'GetAccessKeyLastUsedResponse', 'resultWrapper' => 'GetAccessKeyLastUsedResult']], 'GetAccountAuthorizationDetails' => ['name' => 'GetAccountAuthorizationDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccountAuthorizationDetailsRequest'], 'output' => ['shape' => 'GetAccountAuthorizationDetailsResponse', 'resultWrapper' => 'GetAccountAuthorizationDetailsResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'GetAccountPasswordPolicy' => ['name' => 'GetAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetAccountPasswordPolicyResponse', 'resultWrapper' => 'GetAccountPasswordPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetAccountSummary' => ['name' => 'GetAccountSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetAccountSummaryResponse', 'resultWrapper' => 'GetAccountSummaryResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'GetContextKeysForCustomPolicy' => ['name' => 'GetContextKeysForCustomPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContextKeysForCustomPolicyRequest'], 'output' => ['shape' => 'GetContextKeysForPolicyResponse', 'resultWrapper' => 'GetContextKeysForCustomPolicyResult'], 'errors' => [['shape' => 'InvalidInputException']]], 'GetContextKeysForPrincipalPolicy' => ['name' => 'GetContextKeysForPrincipalPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContextKeysForPrincipalPolicyRequest'], 'output' => ['shape' => 'GetContextKeysForPolicyResponse', 'resultWrapper' => 'GetContextKeysForPrincipalPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetCredentialReport' => ['name' => 'GetCredentialReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'GetCredentialReportResponse', 'resultWrapper' => 'GetCredentialReportResult'], 'errors' => [['shape' => 'CredentialReportNotPresentException'], ['shape' => 'CredentialReportExpiredException'], ['shape' => 'CredentialReportNotReadyException'], ['shape' => 'ServiceFailureException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResponse', 'resultWrapper' => 'GetGroupResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetGroupPolicy' => ['name' => 'GetGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGroupPolicyRequest'], 'output' => ['shape' => 'GetGroupPolicyResponse', 'resultWrapper' => 'GetGroupPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetInstanceProfile' => ['name' => 'GetInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceProfileRequest'], 'output' => ['shape' => 'GetInstanceProfileResponse', 'resultWrapper' => 'GetInstanceProfileResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetLoginProfile' => ['name' => 'GetLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoginProfileRequest'], 'output' => ['shape' => 'GetLoginProfileResponse', 'resultWrapper' => 'GetLoginProfileResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetOpenIDConnectProvider' => ['name' => 'GetOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpenIDConnectProviderRequest'], 'output' => ['shape' => 'GetOpenIDConnectProviderResponse', 'resultWrapper' => 'GetOpenIDConnectProviderResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetOrganizationsAccessReport' => ['name' => 'GetOrganizationsAccessReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOrganizationsAccessReportRequest'], 'output' => ['shape' => 'GetOrganizationsAccessReportResponse', 'resultWrapper' => 'GetOrganizationsAccessReportResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse', 'resultWrapper' => 'GetPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetPolicyVersion' => ['name' => 'GetPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPolicyVersionRequest'], 'output' => ['shape' => 'GetPolicyVersionResponse', 'resultWrapper' => 'GetPolicyVersionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetRole' => ['name' => 'GetRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRoleRequest'], 'output' => ['shape' => 'GetRoleResponse', 'resultWrapper' => 'GetRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetRolePolicy' => ['name' => 'GetRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRolePolicyRequest'], 'output' => ['shape' => 'GetRolePolicyResponse', 'resultWrapper' => 'GetRolePolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetSAMLProvider' => ['name' => 'GetSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSAMLProviderRequest'], 'output' => ['shape' => 'GetSAMLProviderResponse', 'resultWrapper' => 'GetSAMLProviderResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetSSHPublicKey' => ['name' => 'GetSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSSHPublicKeyRequest'], 'output' => ['shape' => 'GetSSHPublicKeyResponse', 'resultWrapper' => 'GetSSHPublicKeyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnrecognizedPublicKeyEncodingException']]], 'GetServerCertificate' => ['name' => 'GetServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServerCertificateRequest'], 'output' => ['shape' => 'GetServerCertificateResponse', 'resultWrapper' => 'GetServerCertificateResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetServiceLastAccessedDetails' => ['name' => 'GetServiceLastAccessedDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLastAccessedDetailsRequest'], 'output' => ['shape' => 'GetServiceLastAccessedDetailsResponse', 'resultWrapper' => 'GetServiceLastAccessedDetailsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetServiceLastAccessedDetailsWithEntities' => ['name' => 'GetServiceLastAccessedDetailsWithEntities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLastAccessedDetailsWithEntitiesRequest'], 'output' => ['shape' => 'GetServiceLastAccessedDetailsWithEntitiesResponse', 'resultWrapper' => 'GetServiceLastAccessedDetailsWithEntitiesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'GetServiceLinkedRoleDeletionStatus' => ['name' => 'GetServiceLinkedRoleDeletionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceLinkedRoleDeletionStatusRequest'], 'output' => ['shape' => 'GetServiceLinkedRoleDeletionStatusResponse', 'resultWrapper' => 'GetServiceLinkedRoleDeletionStatusResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'GetUser' => ['name' => 'GetUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserRequest'], 'output' => ['shape' => 'GetUserResponse', 'resultWrapper' => 'GetUserResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'GetUserPolicy' => ['name' => 'GetUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetUserPolicyRequest'], 'output' => ['shape' => 'GetUserPolicyResponse', 'resultWrapper' => 'GetUserPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListAccessKeys' => ['name' => 'ListAccessKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccessKeysRequest'], 'output' => ['shape' => 'ListAccessKeysResponse', 'resultWrapper' => 'ListAccessKeysResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListAccountAliases' => ['name' => 'ListAccountAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountAliasesRequest'], 'output' => ['shape' => 'ListAccountAliasesResponse', 'resultWrapper' => 'ListAccountAliasesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListAttachedGroupPolicies' => ['name' => 'ListAttachedGroupPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedGroupPoliciesRequest'], 'output' => ['shape' => 'ListAttachedGroupPoliciesResponse', 'resultWrapper' => 'ListAttachedGroupPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListAttachedRolePolicies' => ['name' => 'ListAttachedRolePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedRolePoliciesRequest'], 'output' => ['shape' => 'ListAttachedRolePoliciesResponse', 'resultWrapper' => 'ListAttachedRolePoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListAttachedUserPolicies' => ['name' => 'ListAttachedUserPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttachedUserPoliciesRequest'], 'output' => ['shape' => 'ListAttachedUserPoliciesResponse', 'resultWrapper' => 'ListAttachedUserPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListEntitiesForPolicy' => ['name' => 'ListEntitiesForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEntitiesForPolicyRequest'], 'output' => ['shape' => 'ListEntitiesForPolicyResponse', 'resultWrapper' => 'ListEntitiesForPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListGroupPolicies' => ['name' => 'ListGroupPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupPoliciesRequest'], 'output' => ['shape' => 'ListGroupPoliciesResponse', 'resultWrapper' => 'ListGroupPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse', 'resultWrapper' => 'ListGroupsResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListGroupsForUser' => ['name' => 'ListGroupsForUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsForUserRequest'], 'output' => ['shape' => 'ListGroupsForUserResponse', 'resultWrapper' => 'ListGroupsForUserResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListInstanceProfiles' => ['name' => 'ListInstanceProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceProfilesRequest'], 'output' => ['shape' => 'ListInstanceProfilesResponse', 'resultWrapper' => 'ListInstanceProfilesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListInstanceProfilesForRole' => ['name' => 'ListInstanceProfilesForRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstanceProfilesForRoleRequest'], 'output' => ['shape' => 'ListInstanceProfilesForRoleResponse', 'resultWrapper' => 'ListInstanceProfilesForRoleResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListMFADevices' => ['name' => 'ListMFADevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMFADevicesRequest'], 'output' => ['shape' => 'ListMFADevicesResponse', 'resultWrapper' => 'ListMFADevicesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListOpenIDConnectProviders' => ['name' => 'ListOpenIDConnectProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOpenIDConnectProvidersRequest'], 'output' => ['shape' => 'ListOpenIDConnectProvidersResponse', 'resultWrapper' => 'ListOpenIDConnectProvidersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse', 'resultWrapper' => 'ListPoliciesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListPoliciesGrantingServiceAccess' => ['name' => 'ListPoliciesGrantingServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesGrantingServiceAccessRequest'], 'output' => ['shape' => 'ListPoliciesGrantingServiceAccessResponse', 'resultWrapper' => 'ListPoliciesGrantingServiceAccessResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException']]], 'ListPolicyVersions' => ['name' => 'ListPolicyVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPolicyVersionsRequest'], 'output' => ['shape' => 'ListPolicyVersionsResponse', 'resultWrapper' => 'ListPolicyVersionsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceFailureException']]], 'ListRolePolicies' => ['name' => 'ListRolePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRolePoliciesRequest'], 'output' => ['shape' => 'ListRolePoliciesResponse', 'resultWrapper' => 'ListRolePoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListRoleTags' => ['name' => 'ListRoleTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRoleTagsRequest'], 'output' => ['shape' => 'ListRoleTagsResponse', 'resultWrapper' => 'ListRoleTagsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListRoles' => ['name' => 'ListRoles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRolesRequest'], 'output' => ['shape' => 'ListRolesResponse', 'resultWrapper' => 'ListRolesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListSAMLProviders' => ['name' => 'ListSAMLProviders', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSAMLProvidersRequest'], 'output' => ['shape' => 'ListSAMLProvidersResponse', 'resultWrapper' => 'ListSAMLProvidersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListSSHPublicKeys' => ['name' => 'ListSSHPublicKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSSHPublicKeysRequest'], 'output' => ['shape' => 'ListSSHPublicKeysResponse', 'resultWrapper' => 'ListSSHPublicKeysResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'ListServerCertificates' => ['name' => 'ListServerCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServerCertificatesRequest'], 'output' => ['shape' => 'ListServerCertificatesResponse', 'resultWrapper' => 'ListServerCertificatesResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListServiceSpecificCredentials' => ['name' => 'ListServiceSpecificCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceSpecificCredentialsRequest'], 'output' => ['shape' => 'ListServiceSpecificCredentialsResponse', 'resultWrapper' => 'ListServiceSpecificCredentialsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceNotSupportedException']]], 'ListSigningCertificates' => ['name' => 'ListSigningCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSigningCertificatesRequest'], 'output' => ['shape' => 'ListSigningCertificatesResponse', 'resultWrapper' => 'ListSigningCertificatesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUserPolicies' => ['name' => 'ListUserPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserPoliciesRequest'], 'output' => ['shape' => 'ListUserPoliciesResponse', 'resultWrapper' => 'ListUserPoliciesResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUserTags' => ['name' => 'ListUserTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserTagsRequest'], 'output' => ['shape' => 'ListUserTagsResponse', 'resultWrapper' => 'ListUserTagsResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse', 'resultWrapper' => 'ListUsersResult'], 'errors' => [['shape' => 'ServiceFailureException']]], 'ListVirtualMFADevices' => ['name' => 'ListVirtualMFADevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVirtualMFADevicesRequest'], 'output' => ['shape' => 'ListVirtualMFADevicesResponse', 'resultWrapper' => 'ListVirtualMFADevicesResult']], 'PutGroupPolicy' => ['name' => 'PutGroupPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutGroupPolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'PutRolePermissionsBoundary' => ['name' => 'PutRolePermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRolePermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'PutRolePolicy' => ['name' => 'PutRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRolePolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'PutUserPermissionsBoundary' => ['name' => 'PutUserPermissionsBoundary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutUserPermissionsBoundaryRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachableException'], ['shape' => 'ServiceFailureException']]], 'PutUserPolicy' => ['name' => 'PutUserPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutUserPolicyRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveClientIDFromOpenIDConnectProvider' => ['name' => 'RemoveClientIDFromOpenIDConnectProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveClientIDFromOpenIDConnectProviderRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveRoleFromInstanceProfile' => ['name' => 'RemoveRoleFromInstanceProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromInstanceProfileRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'RemoveUserFromGroup' => ['name' => 'RemoveUserFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveUserFromGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'ResetServiceSpecificCredential' => ['name' => 'ResetServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetServiceSpecificCredentialRequest'], 'output' => ['shape' => 'ResetServiceSpecificCredentialResponse', 'resultWrapper' => 'ResetServiceSpecificCredentialResult'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'ResyncMFADevice' => ['name' => 'ResyncMFADevice', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResyncMFADeviceRequest'], 'errors' => [['shape' => 'InvalidAuthenticationCodeException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'SetDefaultPolicyVersion' => ['name' => 'SetDefaultPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetDefaultPolicyVersionRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'SetSecurityTokenServicePreferences' => ['name' => 'SetSecurityTokenServicePreferences', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSecurityTokenServicePreferencesRequest'], 'errors' => [['shape' => 'ServiceFailureException']]], 'SimulateCustomPolicy' => ['name' => 'SimulateCustomPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SimulateCustomPolicyRequest'], 'output' => ['shape' => 'SimulatePolicyResponse', 'resultWrapper' => 'SimulateCustomPolicyResult'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'PolicyEvaluationException']]], 'SimulatePrincipalPolicy' => ['name' => 'SimulatePrincipalPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SimulatePrincipalPolicyRequest'], 'output' => ['shape' => 'SimulatePolicyResponse', 'resultWrapper' => 'SimulatePrincipalPolicyResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyEvaluationException']]], 'TagRole' => ['name' => 'TagRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'TagUser' => ['name' => 'TagUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UntagRole' => ['name' => 'UntagRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagRoleRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UntagUser' => ['name' => 'UntagUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccessKey' => ['name' => 'UpdateAccessKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAccessKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateAccountPasswordPolicy' => ['name' => 'UpdateAccountPasswordPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAccountPasswordPolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateAssumeRolePolicy' => ['name' => 'UpdateAssumeRolePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssumeRolePolicyRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGroupRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateLoginProfile' => ['name' => 'UpdateLoginProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLoginProfileRequest'], 'errors' => [['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'PasswordPolicyViolationException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateOpenIDConnectProviderThumbprint' => ['name' => 'UpdateOpenIDConnectProviderThumbprint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOpenIDConnectProviderThumbprintRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateRole' => ['name' => 'UpdateRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoleRequest'], 'output' => ['shape' => 'UpdateRoleResponse', 'resultWrapper' => 'UpdateRoleResult'], 'errors' => [['shape' => 'UnmodifiableEntityException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateRoleDescription' => ['name' => 'UpdateRoleDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRoleDescriptionRequest'], 'output' => ['shape' => 'UpdateRoleDescriptionResponse', 'resultWrapper' => 'UpdateRoleDescriptionResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'UnmodifiableEntityException'], ['shape' => 'ServiceFailureException']]], 'UpdateSAMLProvider' => ['name' => 'UpdateSAMLProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSAMLProviderRequest'], 'output' => ['shape' => 'UpdateSAMLProviderResponse', 'resultWrapper' => 'UpdateSAMLProviderResult'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateSSHPublicKey' => ['name' => 'UpdateSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSSHPublicKeyRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'UpdateServerCertificate' => ['name' => 'UpdateServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateServiceSpecificCredential' => ['name' => 'UpdateServiceSpecificCredential', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceSpecificCredentialRequest'], 'errors' => [['shape' => 'NoSuchEntityException']]], 'UpdateSigningCertificate' => ['name' => 'UpdateSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSigningCertificateRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserRequest'], 'errors' => [['shape' => 'NoSuchEntityException'], ['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'EntityTemporarilyUnmodifiableException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceFailureException']]], 'UploadSSHPublicKey' => ['name' => 'UploadSSHPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadSSHPublicKeyRequest'], 'output' => ['shape' => 'UploadSSHPublicKeyResponse', 'resultWrapper' => 'UploadSSHPublicKeyResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'InvalidPublicKeyException'], ['shape' => 'DuplicateSSHPublicKeyException'], ['shape' => 'UnrecognizedPublicKeyEncodingException']]], 'UploadServerCertificate' => ['name' => 'UploadServerCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadServerCertificateRequest'], 'output' => ['shape' => 'UploadServerCertificateResponse', 'resultWrapper' => 'UploadServerCertificateResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'KeyPairMismatchException'], ['shape' => 'ServiceFailureException']]], 'UploadSigningCertificate' => ['name' => 'UploadSigningCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UploadSigningCertificateRequest'], 'output' => ['shape' => 'UploadSigningCertificateResponse', 'resultWrapper' => 'UploadSigningCertificateResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'EntityAlreadyExistsException'], ['shape' => 'MalformedCertificateException'], ['shape' => 'InvalidCertificateException'], ['shape' => 'DuplicateCertificateException'], ['shape' => 'NoSuchEntityException'], ['shape' => 'ServiceFailureException']]]], 'shapes' => ['AccessAdvisorUsageGranularityType' => ['type' => 'string', 'enum' => ['SERVICE_LEVEL', 'ACTION_LEVEL']], 'AccessDetail' => ['type' => 'structure', 'required' => ['ServiceName', 'ServiceNamespace'], 'members' => ['ServiceName' => ['shape' => 'serviceNameType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'Region' => ['shape' => 'stringType'], 'EntityPath' => ['shape' => 'organizationsEntityPathType'], 'LastAuthenticatedTime' => ['shape' => 'dateType'], 'TotalAuthenticatedEntities' => ['shape' => 'integerType']]], 'AccessDetails' => ['type' => 'list', 'member' => ['shape' => 'AccessDetail']], 'AccessKey' => ['type' => 'structure', 'required' => ['UserName', 'AccessKeyId', 'Status', 'SecretAccessKey'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType'], 'SecretAccessKey' => ['shape' => 'accessKeySecretType'], 'CreateDate' => ['shape' => 'dateType']]], 'AccessKeyLastUsed' => ['type' => 'structure', 'required' => ['LastUsedDate', 'ServiceName', 'Region'], 'members' => ['LastUsedDate' => ['shape' => 'dateType'], 'ServiceName' => ['shape' => 'stringType'], 'Region' => ['shape' => 'stringType']]], 'AccessKeyMetadata' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType'], 'CreateDate' => ['shape' => 'dateType']]], 'ActionNameListType' => ['type' => 'list', 'member' => ['shape' => 'ActionNameType']], 'ActionNameType' => ['type' => 'string', 'max' => 128, 'min' => 3], 'AddClientIDToOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ClientID'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ClientID' => ['shape' => 'clientIDType']]], 'AddRoleToInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName', 'RoleName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'RoleName' => ['shape' => 'roleNameType']]], 'AddUserToGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'UserName' => ['shape' => 'existingUserNameType']]], 'ArnListType' => ['type' => 'list', 'member' => ['shape' => 'arnType']], 'AttachGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyArn'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyArn'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyArn'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'AttachedPermissionsBoundary' => ['type' => 'structure', 'members' => ['PermissionsBoundaryType' => ['shape' => 'PermissionsBoundaryAttachmentType'], 'PermissionsBoundaryArn' => ['shape' => 'arnType']]], 'AttachedPolicy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'BootstrapDatum' => ['type' => 'blob', 'sensitive' => \true], 'ChangePasswordRequest' => ['type' => 'structure', 'required' => ['OldPassword', 'NewPassword'], 'members' => ['OldPassword' => ['shape' => 'passwordType'], 'NewPassword' => ['shape' => 'passwordType']]], 'ColumnNumber' => ['type' => 'integer'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ConcurrentModificationMessage']], 'error' => ['code' => 'ConcurrentModification', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'ConcurrentModificationMessage' => ['type' => 'string'], 'ContextEntry' => ['type' => 'structure', 'members' => ['ContextKeyName' => ['shape' => 'ContextKeyNameType'], 'ContextKeyValues' => ['shape' => 'ContextKeyValueListType'], 'ContextKeyType' => ['shape' => 'ContextKeyTypeEnum']]], 'ContextEntryListType' => ['type' => 'list', 'member' => ['shape' => 'ContextEntry']], 'ContextKeyNameType' => ['type' => 'string', 'max' => 256, 'min' => 5], 'ContextKeyNamesResultListType' => ['type' => 'list', 'member' => ['shape' => 'ContextKeyNameType']], 'ContextKeyTypeEnum' => ['type' => 'string', 'enum' => ['string', 'stringList', 'numeric', 'numericList', 'boolean', 'booleanList', 'ip', 'ipList', 'binary', 'binaryList', 'date', 'dateList']], 'ContextKeyValueListType' => ['type' => 'list', 'member' => ['shape' => 'ContextKeyValueType']], 'ContextKeyValueType' => ['type' => 'string'], 'CreateAccessKeyRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'CreateAccessKeyResponse' => ['type' => 'structure', 'required' => ['AccessKey'], 'members' => ['AccessKey' => ['shape' => 'AccessKey']]], 'CreateAccountAliasRequest' => ['type' => 'structure', 'required' => ['AccountAlias'], 'members' => ['AccountAlias' => ['shape' => 'accountAliasType']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType']]], 'CreateGroupResponse' => ['type' => 'structure', 'required' => ['Group'], 'members' => ['Group' => ['shape' => 'Group']]], 'CreateInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'Path' => ['shape' => 'pathType']]], 'CreateInstanceProfileResponse' => ['type' => 'structure', 'required' => ['InstanceProfile'], 'members' => ['InstanceProfile' => ['shape' => 'InstanceProfile']]], 'CreateLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName', 'Password'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Password' => ['shape' => 'passwordType'], 'PasswordResetRequired' => ['shape' => 'booleanType']]], 'CreateLoginProfileResponse' => ['type' => 'structure', 'required' => ['LoginProfile'], 'members' => ['LoginProfile' => ['shape' => 'LoginProfile']]], 'CreateOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['Url', 'ThumbprintList'], 'members' => ['Url' => ['shape' => 'OpenIDConnectProviderUrlType'], 'ClientIDList' => ['shape' => 'clientIDListType'], 'ThumbprintList' => ['shape' => 'thumbprintListType']]], 'CreateOpenIDConnectProviderResponse' => ['type' => 'structure', 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyName', 'PolicyDocument'], 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'Path' => ['shape' => 'policyPathType'], 'PolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'policyDescriptionType']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'CreatePolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'PolicyDocument'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'PolicyDocument' => ['shape' => 'policyDocumentType'], 'SetAsDefault' => ['shape' => 'booleanType']]], 'CreatePolicyVersionResponse' => ['type' => 'structure', 'members' => ['PolicyVersion' => ['shape' => 'PolicyVersion']]], 'CreateRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'AssumeRolePolicyDocument'], 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType'], 'PermissionsBoundary' => ['shape' => 'arnType'], 'Tags' => ['shape' => 'tagListType']]], 'CreateRoleResponse' => ['type' => 'structure', 'required' => ['Role'], 'members' => ['Role' => ['shape' => 'Role']]], 'CreateSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLMetadataDocument', 'Name'], 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'Name' => ['shape' => 'SAMLProviderNameType']]], 'CreateSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'CreateServiceLinkedRoleRequest' => ['type' => 'structure', 'required' => ['AWSServiceName'], 'members' => ['AWSServiceName' => ['shape' => 'groupNameType'], 'Description' => ['shape' => 'roleDescriptionType'], 'CustomSuffix' => ['shape' => 'customSuffixType']]], 'CreateServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => ['Role' => ['shape' => 'Role']]], 'CreateServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['UserName', 'ServiceName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceName' => ['shape' => 'serviceName']]], 'CreateServiceSpecificCredentialResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredential' => ['shape' => 'ServiceSpecificCredential']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'PermissionsBoundary' => ['shape' => 'arnType'], 'Tags' => ['shape' => 'tagListType']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User']]], 'CreateVirtualMFADeviceRequest' => ['type' => 'structure', 'required' => ['VirtualMFADeviceName'], 'members' => ['Path' => ['shape' => 'pathType'], 'VirtualMFADeviceName' => ['shape' => 'virtualMFADeviceName']]], 'CreateVirtualMFADeviceResponse' => ['type' => 'structure', 'required' => ['VirtualMFADevice'], 'members' => ['VirtualMFADevice' => ['shape' => 'VirtualMFADevice']]], 'CredentialReportExpiredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportExpiredExceptionMessage']], 'error' => ['code' => 'ReportExpired', 'httpStatusCode' => 410, 'senderFault' => \true], 'exception' => \true], 'CredentialReportNotPresentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportNotPresentExceptionMessage']], 'error' => ['code' => 'ReportNotPresent', 'httpStatusCode' => 410, 'senderFault' => \true], 'exception' => \true], 'CredentialReportNotReadyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'credentialReportNotReadyExceptionMessage']], 'error' => ['code' => 'ReportInProgress', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DeactivateMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType']]], 'DeleteAccessKeyRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'DeleteAccountAliasRequest' => ['type' => 'structure', 'required' => ['AccountAlias'], 'members' => ['AccountAlias' => ['shape' => 'accountAliasType']]], 'DeleteConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'deleteConflictMessage']], 'error' => ['code' => 'DeleteConflict', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'DeleteGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType']]], 'DeleteInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType']]], 'DeleteLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'DeleteOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType']]], 'DeletePolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'DeleteRolePermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLProviderArn'], 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'DeleteSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType']]], 'DeleteServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'DeleteServiceLinkedRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'DeleteServiceLinkedRoleResponse' => ['type' => 'structure', 'required' => ['DeletionTaskId'], 'members' => ['DeletionTaskId' => ['shape' => 'DeletionTaskIdType']]], 'DeleteServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId']]], 'DeleteSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateId'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateId' => ['shape' => 'certificateIdType']]], 'DeleteUserPermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'DeleteUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'DeleteVirtualMFADeviceRequest' => ['type' => 'structure', 'required' => ['SerialNumber'], 'members' => ['SerialNumber' => ['shape' => 'serialNumberType']]], 'DeletionTaskFailureReasonType' => ['type' => 'structure', 'members' => ['Reason' => ['shape' => 'ReasonType'], 'RoleUsageList' => ['shape' => 'RoleUsageListType']]], 'DeletionTaskIdType' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'DeletionTaskStatusType' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'IN_PROGRESS', 'FAILED', 'NOT_STARTED']], 'DetachGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyArn'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DetachRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyArn'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DetachUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyArn'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PolicyArn' => ['shape' => 'arnType']]], 'DuplicateCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'duplicateCertificateMessage']], 'error' => ['code' => 'DuplicateCertificate', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'DuplicateSSHPublicKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'duplicateSSHPublicKeyMessage']], 'error' => ['code' => 'DuplicateSSHPublicKey', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EnableMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'AuthenticationCode1', 'AuthenticationCode2'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'AuthenticationCode1' => ['shape' => 'authenticationCodeType'], 'AuthenticationCode2' => ['shape' => 'authenticationCodeType']]], 'EntityAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'entityAlreadyExistsMessage']], 'error' => ['code' => 'EntityAlreadyExists', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'EntityDetails' => ['type' => 'structure', 'required' => ['EntityInfo'], 'members' => ['EntityInfo' => ['shape' => 'EntityInfo'], 'LastAuthenticated' => ['shape' => 'dateType']]], 'EntityInfo' => ['type' => 'structure', 'required' => ['Arn', 'Name', 'Type', 'Id'], 'members' => ['Arn' => ['shape' => 'arnType'], 'Name' => ['shape' => 'userNameType'], 'Type' => ['shape' => 'policyOwnerEntityType'], 'Id' => ['shape' => 'idType'], 'Path' => ['shape' => 'pathType']]], 'EntityTemporarilyUnmodifiableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'entityTemporarilyUnmodifiableMessage']], 'error' => ['code' => 'EntityTemporarilyUnmodifiable', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'EntityType' => ['type' => 'string', 'enum' => ['User', 'Role', 'Group', 'LocalManagedPolicy', 'AWSManagedPolicy']], 'ErrorDetails' => ['type' => 'structure', 'required' => ['Message', 'Code'], 'members' => ['Message' => ['shape' => 'stringType'], 'Code' => ['shape' => 'stringType']]], 'EvalDecisionDetailsType' => ['type' => 'map', 'key' => ['shape' => 'EvalDecisionSourceType'], 'value' => ['shape' => 'PolicyEvaluationDecisionType']], 'EvalDecisionSourceType' => ['type' => 'string', 'max' => 256, 'min' => 3], 'EvaluationResult' => ['type' => 'structure', 'required' => ['EvalActionName', 'EvalDecision'], 'members' => ['EvalActionName' => ['shape' => 'ActionNameType'], 'EvalResourceName' => ['shape' => 'ResourceNameType'], 'EvalDecision' => ['shape' => 'PolicyEvaluationDecisionType'], 'MatchedStatements' => ['shape' => 'StatementListType'], 'MissingContextValues' => ['shape' => 'ContextKeyNamesResultListType'], 'OrganizationsDecisionDetail' => ['shape' => 'OrganizationsDecisionDetail'], 'PermissionsBoundaryDecisionDetail' => ['shape' => 'PermissionsBoundaryDecisionDetail'], 'EvalDecisionDetails' => ['shape' => 'EvalDecisionDetailsType'], 'ResourceSpecificResults' => ['shape' => 'ResourceSpecificResultListType']]], 'EvaluationResultsListType' => ['type' => 'list', 'member' => ['shape' => 'EvaluationResult']], 'GenerateCredentialReportResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'ReportStateType'], 'Description' => ['shape' => 'ReportStateDescriptionType']]], 'GenerateOrganizationsAccessReportRequest' => ['type' => 'structure', 'required' => ['EntityPath'], 'members' => ['EntityPath' => ['shape' => 'organizationsEntityPathType'], 'OrganizationsPolicyId' => ['shape' => 'organizationsPolicyIdType']]], 'GenerateOrganizationsAccessReportResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'jobIDType']]], 'GenerateServiceLastAccessedDetailsRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'arnType'], 'Granularity' => ['shape' => 'AccessAdvisorUsageGranularityType']]], 'GenerateServiceLastAccessedDetailsResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'jobIDType']]], 'GetAccessKeyLastUsedRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'GetAccessKeyLastUsedResponse' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyLastUsed' => ['shape' => 'AccessKeyLastUsed']]], 'GetAccountAuthorizationDetailsRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'entityListType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetAccountAuthorizationDetailsResponse' => ['type' => 'structure', 'members' => ['UserDetailList' => ['shape' => 'userDetailListType'], 'GroupDetailList' => ['shape' => 'groupDetailListType'], 'RoleDetailList' => ['shape' => 'roleDetailListType'], 'Policies' => ['shape' => 'ManagedPolicyDetailListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'GetAccountPasswordPolicyResponse' => ['type' => 'structure', 'required' => ['PasswordPolicy'], 'members' => ['PasswordPolicy' => ['shape' => 'PasswordPolicy']]], 'GetAccountSummaryResponse' => ['type' => 'structure', 'members' => ['SummaryMap' => ['shape' => 'summaryMapType']]], 'GetContextKeysForCustomPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInputList'], 'members' => ['PolicyInputList' => ['shape' => 'SimulationPolicyListType']]], 'GetContextKeysForPolicyResponse' => ['type' => 'structure', 'members' => ['ContextKeyNames' => ['shape' => 'ContextKeyNamesResultListType']]], 'GetContextKeysForPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['PolicySourceArn'], 'members' => ['PolicySourceArn' => ['shape' => 'arnType'], 'PolicyInputList' => ['shape' => 'SimulationPolicyListType']]], 'GetCredentialReportResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'ReportContentType'], 'ReportFormat' => ['shape' => 'ReportFormatType'], 'GeneratedTime' => ['shape' => 'dateType']]], 'GetGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetGroupPolicyResponse' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName', 'PolicyDocument'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'GetGroupResponse' => ['type' => 'structure', 'required' => ['Group', 'Users'], 'members' => ['Group' => ['shape' => 'Group'], 'Users' => ['shape' => 'userListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'GetInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType']]], 'GetInstanceProfileResponse' => ['type' => 'structure', 'required' => ['InstanceProfile'], 'members' => ['InstanceProfile' => ['shape' => 'InstanceProfile']]], 'GetLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType']]], 'GetLoginProfileResponse' => ['type' => 'structure', 'required' => ['LoginProfile'], 'members' => ['LoginProfile' => ['shape' => 'LoginProfile']]], 'GetOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType']]], 'GetOpenIDConnectProviderResponse' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'OpenIDConnectProviderUrlType'], 'ClientIDList' => ['shape' => 'clientIDListType'], 'ThumbprintList' => ['shape' => 'thumbprintListType'], 'CreateDate' => ['shape' => 'dateType']]], 'GetOrganizationsAccessReportRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType'], 'SortKey' => ['shape' => 'sortKeyType']]], 'GetOrganizationsAccessReportResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobCreationDate' => ['shape' => 'dateType'], 'JobCompletionDate' => ['shape' => 'dateType'], 'NumberOfServicesAccessible' => ['shape' => 'integerType'], 'NumberOfServicesNotAccessed' => ['shape' => 'integerType'], 'AccessDetails' => ['shape' => 'AccessDetails'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'markerType'], 'ErrorDetails' => ['shape' => 'ErrorDetails']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'GetPolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'GetPolicyVersionResponse' => ['type' => 'structure', 'members' => ['PolicyVersion' => ['shape' => 'PolicyVersion']]], 'GetRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetRolePolicyResponse' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType']]], 'GetRoleResponse' => ['type' => 'structure', 'required' => ['Role'], 'members' => ['Role' => ['shape' => 'Role']]], 'GetSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLProviderArn'], 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'GetSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'CreateDate' => ['shape' => 'dateType'], 'ValidUntil' => ['shape' => 'dateType']]], 'GetSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Encoding'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Encoding' => ['shape' => 'encodingType']]], 'GetSSHPublicKeyResponse' => ['type' => 'structure', 'members' => ['SSHPublicKey' => ['shape' => 'SSHPublicKey']]], 'GetServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'GetServerCertificateResponse' => ['type' => 'structure', 'required' => ['ServerCertificate'], 'members' => ['ServerCertificate' => ['shape' => 'ServerCertificate']]], 'GetServiceLastAccessedDetailsRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetServiceLastAccessedDetailsResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate', 'ServicesLastAccessed', 'JobCompletionDate'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobType' => ['shape' => 'AccessAdvisorUsageGranularityType'], 'JobCreationDate' => ['shape' => 'dateType'], 'ServicesLastAccessed' => ['shape' => 'ServicesLastAccessed'], 'JobCompletionDate' => ['shape' => 'dateType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType'], 'Error' => ['shape' => 'ErrorDetails']]], 'GetServiceLastAccessedDetailsWithEntitiesRequest' => ['type' => 'structure', 'required' => ['JobId', 'ServiceNamespace'], 'members' => ['JobId' => ['shape' => 'jobIDType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'GetServiceLastAccessedDetailsWithEntitiesResponse' => ['type' => 'structure', 'required' => ['JobStatus', 'JobCreationDate', 'JobCompletionDate', 'EntityDetailsList'], 'members' => ['JobStatus' => ['shape' => 'jobStatusType'], 'JobCreationDate' => ['shape' => 'dateType'], 'JobCompletionDate' => ['shape' => 'dateType'], 'EntityDetailsList' => ['shape' => 'entityDetailsListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType'], 'Error' => ['shape' => 'ErrorDetails']]], 'GetServiceLinkedRoleDeletionStatusRequest' => ['type' => 'structure', 'required' => ['DeletionTaskId'], 'members' => ['DeletionTaskId' => ['shape' => 'DeletionTaskIdType']]], 'GetServiceLinkedRoleDeletionStatusResponse' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'DeletionTaskStatusType'], 'Reason' => ['shape' => 'DeletionTaskFailureReasonType']]], 'GetUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType']]], 'GetUserPolicyResponse' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName', 'PolicyDocument'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'GetUserRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType']]], 'GetUserResponse' => ['type' => 'structure', 'required' => ['User'], 'members' => ['User' => ['shape' => 'User']]], 'Group' => ['type' => 'structure', 'required' => ['Path', 'GroupName', 'GroupId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType']]], 'GroupDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'GroupPolicyList' => ['shape' => 'policyDetailListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType']]], 'InstanceProfile' => ['type' => 'structure', 'required' => ['Path', 'InstanceProfileName', 'InstanceProfileId', 'Arn', 'CreateDate', 'Roles'], 'members' => ['Path' => ['shape' => 'pathType'], 'InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'InstanceProfileId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'Roles' => ['shape' => 'roleListType']]], 'InvalidAuthenticationCodeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidAuthenticationCodeMessage']], 'error' => ['code' => 'InvalidAuthenticationCode', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InvalidCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidCertificateMessage']], 'error' => ['code' => 'InvalidCertificate', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidInputMessage']], 'error' => ['code' => 'InvalidInput', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidPublicKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidPublicKeyMessage']], 'error' => ['code' => 'InvalidPublicKey', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidUserTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidUserTypeMessage']], 'error' => ['code' => 'InvalidUserType', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyPairMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'keyPairMismatchMessage']], 'error' => ['code' => 'KeyPairMismatch', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'limitExceededMessage']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'LineNumber' => ['type' => 'integer'], 'ListAccessKeysRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAccessKeysResponse' => ['type' => 'structure', 'required' => ['AccessKeyMetadata'], 'members' => ['AccessKeyMetadata' => ['shape' => 'accessKeyMetadataListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAccountAliasesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAccountAliasesResponse' => ['type' => 'structure', 'required' => ['AccountAliases'], 'members' => ['AccountAliases' => ['shape' => 'accountAliasListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedGroupPoliciesRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedGroupPoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedRolePoliciesRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedRolePoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListAttachedUserPoliciesRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListAttachedUserPoliciesResponse' => ['type' => 'structure', 'members' => ['AttachedPolicies' => ['shape' => 'attachedPoliciesListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListEntitiesForPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'EntityFilter' => ['shape' => 'EntityType'], 'PathPrefix' => ['shape' => 'pathType'], 'PolicyUsageFilter' => ['shape' => 'PolicyUsageType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListEntitiesForPolicyResponse' => ['type' => 'structure', 'members' => ['PolicyGroups' => ['shape' => 'PolicyGroupListType'], 'PolicyUsers' => ['shape' => 'PolicyUserListType'], 'PolicyRoles' => ['shape' => 'PolicyRoleListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupPoliciesRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupPoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupsForUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupsForUserResponse' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'groupListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListGroupsRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListGroupsResponse' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'groupListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListInstanceProfilesForRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListInstanceProfilesForRoleResponse' => ['type' => 'structure', 'required' => ['InstanceProfiles'], 'members' => ['InstanceProfiles' => ['shape' => 'instanceProfileListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListInstanceProfilesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListInstanceProfilesResponse' => ['type' => 'structure', 'required' => ['InstanceProfiles'], 'members' => ['InstanceProfiles' => ['shape' => 'instanceProfileListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListMFADevicesRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListMFADevicesResponse' => ['type' => 'structure', 'required' => ['MFADevices'], 'members' => ['MFADevices' => ['shape' => 'mfaDeviceListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListOpenIDConnectProvidersRequest' => ['type' => 'structure', 'members' => []], 'ListOpenIDConnectProvidersResponse' => ['type' => 'structure', 'members' => ['OpenIDConnectProviderList' => ['shape' => 'OpenIDConnectProviderListType']]], 'ListPoliciesGrantingServiceAccessEntry' => ['type' => 'structure', 'members' => ['ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'Policies' => ['shape' => 'policyGrantingServiceAccessListType']]], 'ListPoliciesGrantingServiceAccessRequest' => ['type' => 'structure', 'required' => ['Arn', 'ServiceNamespaces'], 'members' => ['Marker' => ['shape' => 'markerType'], 'Arn' => ['shape' => 'arnType'], 'ServiceNamespaces' => ['shape' => 'serviceNamespaceListType']]], 'ListPoliciesGrantingServiceAccessResponse' => ['type' => 'structure', 'required' => ['PoliciesGrantingServiceAccess'], 'members' => ['PoliciesGrantingServiceAccess' => ['shape' => 'listPolicyGrantingServiceAccessResponseListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['Scope' => ['shape' => 'policyScopeType'], 'OnlyAttached' => ['shape' => 'booleanType'], 'PathPrefix' => ['shape' => 'policyPathType'], 'PolicyUsageFilter' => ['shape' => 'PolicyUsageType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'policyListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['PolicyArn'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListPolicyVersionsResponse' => ['type' => 'structure', 'members' => ['Versions' => ['shape' => 'policyDocumentVersionListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRolePoliciesRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRolePoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRoleTagsRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRoleTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'tagListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListRolesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListRolesResponse' => ['type' => 'structure', 'required' => ['Roles'], 'members' => ['Roles' => ['shape' => 'roleListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListSAMLProvidersRequest' => ['type' => 'structure', 'members' => []], 'ListSAMLProvidersResponse' => ['type' => 'structure', 'members' => ['SAMLProviderList' => ['shape' => 'SAMLProviderListType']]], 'ListSSHPublicKeysRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListSSHPublicKeysResponse' => ['type' => 'structure', 'members' => ['SSHPublicKeys' => ['shape' => 'SSHPublicKeyListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListServerCertificatesRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListServerCertificatesResponse' => ['type' => 'structure', 'required' => ['ServerCertificateMetadataList'], 'members' => ['ServerCertificateMetadataList' => ['shape' => 'serverCertificateMetadataListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListServiceSpecificCredentialsRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceName' => ['shape' => 'serviceName']]], 'ListServiceSpecificCredentialsResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredentials' => ['shape' => 'ServiceSpecificCredentialsListType']]], 'ListSigningCertificatesRequest' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListSigningCertificatesResponse' => ['type' => 'structure', 'required' => ['Certificates'], 'members' => ['Certificates' => ['shape' => 'certificateListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUserPoliciesRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUserPoliciesResponse' => ['type' => 'structure', 'required' => ['PolicyNames'], 'members' => ['PolicyNames' => ['shape' => 'policyNameListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUserTagsRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUserTagsResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'tagListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListUsersRequest' => ['type' => 'structure', 'members' => ['PathPrefix' => ['shape' => 'pathPrefixType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListUsersResponse' => ['type' => 'structure', 'required' => ['Users'], 'members' => ['Users' => ['shape' => 'userListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'ListVirtualMFADevicesRequest' => ['type' => 'structure', 'members' => ['AssignmentStatus' => ['shape' => 'assignmentStatusType'], 'Marker' => ['shape' => 'markerType'], 'MaxItems' => ['shape' => 'maxItemsType']]], 'ListVirtualMFADevicesResponse' => ['type' => 'structure', 'required' => ['VirtualMFADevices'], 'members' => ['VirtualMFADevices' => ['shape' => 'virtualMFADeviceListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'LoginProfile' => ['type' => 'structure', 'required' => ['UserName', 'CreateDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'CreateDate' => ['shape' => 'dateType'], 'PasswordResetRequired' => ['shape' => 'booleanType']]], 'MFADevice' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'EnableDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'EnableDate' => ['shape' => 'dateType']]], 'MalformedCertificateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedCertificateMessage']], 'error' => ['code' => 'MalformedCertificate', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedPolicyDocumentMessage']], 'error' => ['code' => 'MalformedPolicyDocument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ManagedPolicyDetail' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'Path' => ['shape' => 'policyPathType'], 'DefaultVersionId' => ['shape' => 'policyVersionIdType'], 'AttachmentCount' => ['shape' => 'attachmentCountType'], 'PermissionsBoundaryUsageCount' => ['shape' => 'attachmentCountType'], 'IsAttachable' => ['shape' => 'booleanType'], 'Description' => ['shape' => 'policyDescriptionType'], 'CreateDate' => ['shape' => 'dateType'], 'UpdateDate' => ['shape' => 'dateType'], 'PolicyVersionList' => ['shape' => 'policyDocumentVersionListType']]], 'ManagedPolicyDetailListType' => ['type' => 'list', 'member' => ['shape' => 'ManagedPolicyDetail']], 'NoSuchEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'noSuchEntityMessage']], 'error' => ['code' => 'NoSuchEntity', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OpenIDConnectProviderListEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'arnType']]], 'OpenIDConnectProviderListType' => ['type' => 'list', 'member' => ['shape' => 'OpenIDConnectProviderListEntry']], 'OpenIDConnectProviderUrlType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'OrganizationsDecisionDetail' => ['type' => 'structure', 'members' => ['AllowedByOrganizations' => ['shape' => 'booleanType']]], 'PasswordPolicy' => ['type' => 'structure', 'members' => ['MinimumPasswordLength' => ['shape' => 'minimumPasswordLengthType'], 'RequireSymbols' => ['shape' => 'booleanType'], 'RequireNumbers' => ['shape' => 'booleanType'], 'RequireUppercaseCharacters' => ['shape' => 'booleanType'], 'RequireLowercaseCharacters' => ['shape' => 'booleanType'], 'AllowUsersToChangePassword' => ['shape' => 'booleanType'], 'ExpirePasswords' => ['shape' => 'booleanType'], 'MaxPasswordAge' => ['shape' => 'maxPasswordAgeType'], 'PasswordReusePrevention' => ['shape' => 'passwordReusePreventionType'], 'HardExpiry' => ['shape' => 'booleanObjectType']]], 'PasswordPolicyViolationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'passwordPolicyViolationMessage']], 'error' => ['code' => 'PasswordPolicyViolation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PermissionsBoundaryAttachmentType' => ['type' => 'string', 'enum' => ['PermissionsBoundaryPolicy']], 'PermissionsBoundaryDecisionDetail' => ['type' => 'structure', 'members' => ['AllowedByPermissionsBoundary' => ['shape' => 'booleanType']]], 'Policy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'Path' => ['shape' => 'policyPathType'], 'DefaultVersionId' => ['shape' => 'policyVersionIdType'], 'AttachmentCount' => ['shape' => 'attachmentCountType'], 'PermissionsBoundaryUsageCount' => ['shape' => 'attachmentCountType'], 'IsAttachable' => ['shape' => 'booleanType'], 'Description' => ['shape' => 'policyDescriptionType'], 'CreateDate' => ['shape' => 'dateType'], 'UpdateDate' => ['shape' => 'dateType']]], 'PolicyDetail' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PolicyEvaluationDecisionType' => ['type' => 'string', 'enum' => ['allowed', 'explicitDeny', 'implicitDeny']], 'PolicyEvaluationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'policyEvaluationErrorMessage']], 'error' => ['code' => 'PolicyEvaluation', 'httpStatusCode' => 500], 'exception' => \true], 'PolicyGrantingServiceAccess' => ['type' => 'structure', 'required' => ['PolicyName', 'PolicyType'], 'members' => ['PolicyName' => ['shape' => 'policyNameType'], 'PolicyType' => ['shape' => 'policyType'], 'PolicyArn' => ['shape' => 'arnType'], 'EntityType' => ['shape' => 'policyOwnerEntityType'], 'EntityName' => ['shape' => 'entityNameType']]], 'PolicyGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'GroupId' => ['shape' => 'idType']]], 'PolicyGroupListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyGroup']], 'PolicyIdentifierType' => ['type' => 'string'], 'PolicyNotAttachableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'policyNotAttachableMessage']], 'error' => ['code' => 'PolicyNotAttachable', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PolicyRole' => ['type' => 'structure', 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType']]], 'PolicyRoleListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyRole']], 'PolicySourceType' => ['type' => 'string', 'enum' => ['user', 'group', 'role', 'aws-managed', 'user-managed', 'resource', 'none']], 'PolicyUsageType' => ['type' => 'string', 'enum' => ['PermissionsPolicy', 'PermissionsBoundary']], 'PolicyUser' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType']]], 'PolicyUserListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyUser']], 'PolicyVersion' => ['type' => 'structure', 'members' => ['Document' => ['shape' => 'policyDocumentType'], 'VersionId' => ['shape' => 'policyVersionIdType'], 'IsDefaultVersion' => ['shape' => 'booleanType'], 'CreateDate' => ['shape' => 'dateType']]], 'Position' => ['type' => 'structure', 'members' => ['Line' => ['shape' => 'LineNumber'], 'Column' => ['shape' => 'ColumnNumber']]], 'PutGroupPolicyRequest' => ['type' => 'structure', 'required' => ['GroupName', 'PolicyName', 'PolicyDocument'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PutRolePermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PermissionsBoundary'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PermissionsBoundary' => ['shape' => 'arnType']]], 'PutRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'PutUserPermissionsBoundaryRequest' => ['type' => 'structure', 'required' => ['UserName', 'PermissionsBoundary'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'PermissionsBoundary' => ['shape' => 'arnType']]], 'PutUserPolicyRequest' => ['type' => 'structure', 'required' => ['UserName', 'PolicyName', 'PolicyDocument'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'PolicyName' => ['shape' => 'policyNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'ReasonType' => ['type' => 'string', 'max' => 1000], 'RegionNameType' => ['type' => 'string', 'max' => 100, 'min' => 1], 'RemoveClientIDFromOpenIDConnectProviderRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ClientID'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ClientID' => ['shape' => 'clientIDType']]], 'RemoveRoleFromInstanceProfileRequest' => ['type' => 'structure', 'required' => ['InstanceProfileName', 'RoleName'], 'members' => ['InstanceProfileName' => ['shape' => 'instanceProfileNameType'], 'RoleName' => ['shape' => 'roleNameType']]], 'RemoveUserFromGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'UserName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'UserName' => ['shape' => 'existingUserNameType']]], 'ReportContentType' => ['type' => 'blob'], 'ReportFormatType' => ['type' => 'string', 'enum' => ['text/csv']], 'ReportGenerationLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'reportGenerationLimitExceededMessage']], 'error' => ['code' => 'ReportGenerationLimitExceeded', 'httpStatusCode' => 409, 'senderFault' => \true], 'exception' => \true], 'ReportStateDescriptionType' => ['type' => 'string'], 'ReportStateType' => ['type' => 'string', 'enum' => ['STARTED', 'INPROGRESS', 'COMPLETE']], 'ResetServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId']]], 'ResetServiceSpecificCredentialResponse' => ['type' => 'structure', 'members' => ['ServiceSpecificCredential' => ['shape' => 'ServiceSpecificCredential']]], 'ResourceHandlingOptionType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceNameListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceNameType']], 'ResourceNameType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceSpecificResult' => ['type' => 'structure', 'required' => ['EvalResourceName', 'EvalResourceDecision'], 'members' => ['EvalResourceName' => ['shape' => 'ResourceNameType'], 'EvalResourceDecision' => ['shape' => 'PolicyEvaluationDecisionType'], 'MatchedStatements' => ['shape' => 'StatementListType'], 'MissingContextValues' => ['shape' => 'ContextKeyNamesResultListType'], 'EvalDecisionDetails' => ['shape' => 'EvalDecisionDetailsType'], 'PermissionsBoundaryDecisionDetail' => ['shape' => 'PermissionsBoundaryDecisionDetail']]], 'ResourceSpecificResultListType' => ['type' => 'list', 'member' => ['shape' => 'ResourceSpecificResult']], 'ResyncMFADeviceRequest' => ['type' => 'structure', 'required' => ['UserName', 'SerialNumber', 'AuthenticationCode1', 'AuthenticationCode2'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'AuthenticationCode1' => ['shape' => 'authenticationCodeType'], 'AuthenticationCode2' => ['shape' => 'authenticationCodeType']]], 'Role' => ['type' => 'structure', 'required' => ['Path', 'RoleName', 'RoleId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType'], 'RoleLastUsed' => ['shape' => 'RoleLastUsed']]], 'RoleDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'RoleName' => ['shape' => 'roleNameType'], 'RoleId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'AssumeRolePolicyDocument' => ['shape' => 'policyDocumentType'], 'InstanceProfileList' => ['shape' => 'instanceProfileListType'], 'RolePolicyList' => ['shape' => 'policyDetailListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType'], 'RoleLastUsed' => ['shape' => 'RoleLastUsed']]], 'RoleLastUsed' => ['type' => 'structure', 'members' => ['LastUsedDate' => ['shape' => 'dateType'], 'Region' => ['shape' => 'stringType']]], 'RoleUsageListType' => ['type' => 'list', 'member' => ['shape' => 'RoleUsageType']], 'RoleUsageType' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'RegionNameType'], 'Resources' => ['shape' => 'ArnListType']]], 'SAMLMetadataDocumentType' => ['type' => 'string', 'max' => 10000000, 'min' => 1000], 'SAMLProviderListEntry' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'arnType'], 'ValidUntil' => ['shape' => 'dateType'], 'CreateDate' => ['shape' => 'dateType']]], 'SAMLProviderListType' => ['type' => 'list', 'member' => ['shape' => 'SAMLProviderListEntry']], 'SAMLProviderNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w._-]+'], 'SSHPublicKey' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Fingerprint', 'SSHPublicKeyBody', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Fingerprint' => ['shape' => 'publicKeyFingerprintType'], 'SSHPublicKeyBody' => ['shape' => 'publicKeyMaterialType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'SSHPublicKeyListType' => ['type' => 'list', 'member' => ['shape' => 'SSHPublicKeyMetadata']], 'SSHPublicKeyMetadata' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Status', 'UploadDate'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'ServerCertificate' => ['type' => 'structure', 'required' => ['ServerCertificateMetadata', 'CertificateBody'], 'members' => ['ServerCertificateMetadata' => ['shape' => 'ServerCertificateMetadata'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'CertificateChain' => ['shape' => 'certificateChainType']]], 'ServerCertificateMetadata' => ['type' => 'structure', 'required' => ['Path', 'ServerCertificateName', 'ServerCertificateId', 'Arn'], 'members' => ['Path' => ['shape' => 'pathType'], 'ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'ServerCertificateId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'UploadDate' => ['shape' => 'dateType'], 'Expiration' => ['shape' => 'dateType']]], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'serviceFailureExceptionMessage']], 'error' => ['code' => 'ServiceFailure', 'httpStatusCode' => 500], 'exception' => \true], 'ServiceLastAccessed' => ['type' => 'structure', 'required' => ['ServiceName', 'ServiceNamespace'], 'members' => ['ServiceName' => ['shape' => 'serviceNameType'], 'LastAuthenticated' => ['shape' => 'dateType'], 'ServiceNamespace' => ['shape' => 'serviceNamespaceType'], 'LastAuthenticatedEntity' => ['shape' => 'arnType'], 'LastAuthenticatedRegion' => ['shape' => 'stringType'], 'TotalAuthenticatedEntities' => ['shape' => 'integerType'], 'TrackedActionsLastAccessed' => ['shape' => 'TrackedActionsLastAccessed']]], 'ServiceNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'serviceNotSupportedMessage']], 'error' => ['code' => 'NotSupportedService', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ServiceSpecificCredential' => ['type' => 'structure', 'required' => ['CreateDate', 'ServiceName', 'ServiceUserName', 'ServicePassword', 'ServiceSpecificCredentialId', 'UserName', 'Status'], 'members' => ['CreateDate' => ['shape' => 'dateType'], 'ServiceName' => ['shape' => 'serviceName'], 'ServiceUserName' => ['shape' => 'serviceUserName'], 'ServicePassword' => ['shape' => 'servicePassword'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'UserName' => ['shape' => 'userNameType'], 'Status' => ['shape' => 'statusType']]], 'ServiceSpecificCredentialMetadata' => ['type' => 'structure', 'required' => ['UserName', 'Status', 'ServiceUserName', 'CreateDate', 'ServiceSpecificCredentialId', 'ServiceName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Status' => ['shape' => 'statusType'], 'ServiceUserName' => ['shape' => 'serviceUserName'], 'CreateDate' => ['shape' => 'dateType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'ServiceName' => ['shape' => 'serviceName']]], 'ServiceSpecificCredentialsListType' => ['type' => 'list', 'member' => ['shape' => 'ServiceSpecificCredentialMetadata']], 'ServicesLastAccessed' => ['type' => 'list', 'member' => ['shape' => 'ServiceLastAccessed']], 'SetDefaultPolicyVersionRequest' => ['type' => 'structure', 'required' => ['PolicyArn', 'VersionId'], 'members' => ['PolicyArn' => ['shape' => 'arnType'], 'VersionId' => ['shape' => 'policyVersionIdType']]], 'SetSecurityTokenServicePreferencesRequest' => ['type' => 'structure', 'required' => ['GlobalEndpointTokenVersion'], 'members' => ['GlobalEndpointTokenVersion' => ['shape' => 'globalEndpointTokenVersion']]], 'SigningCertificate' => ['type' => 'structure', 'required' => ['UserName', 'CertificateId', 'CertificateBody', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'CertificateId' => ['shape' => 'certificateIdType'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'Status' => ['shape' => 'statusType'], 'UploadDate' => ['shape' => 'dateType']]], 'SimulateCustomPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyInputList', 'ActionNames'], 'members' => ['PolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'PermissionsBoundaryPolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'ActionNames' => ['shape' => 'ActionNameListType'], 'ResourceArns' => ['shape' => 'ResourceNameListType'], 'ResourcePolicy' => ['shape' => 'policyDocumentType'], 'ResourceOwner' => ['shape' => 'ResourceNameType'], 'CallerArn' => ['shape' => 'ResourceNameType'], 'ContextEntries' => ['shape' => 'ContextEntryListType'], 'ResourceHandlingOption' => ['shape' => 'ResourceHandlingOptionType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'SimulatePolicyResponse' => ['type' => 'structure', 'members' => ['EvaluationResults' => ['shape' => 'EvaluationResultsListType'], 'IsTruncated' => ['shape' => 'booleanType'], 'Marker' => ['shape' => 'responseMarkerType']]], 'SimulatePrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['PolicySourceArn', 'ActionNames'], 'members' => ['PolicySourceArn' => ['shape' => 'arnType'], 'PolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'PermissionsBoundaryPolicyInputList' => ['shape' => 'SimulationPolicyListType'], 'ActionNames' => ['shape' => 'ActionNameListType'], 'ResourceArns' => ['shape' => 'ResourceNameListType'], 'ResourcePolicy' => ['shape' => 'policyDocumentType'], 'ResourceOwner' => ['shape' => 'ResourceNameType'], 'CallerArn' => ['shape' => 'ResourceNameType'], 'ContextEntries' => ['shape' => 'ContextEntryListType'], 'ResourceHandlingOption' => ['shape' => 'ResourceHandlingOptionType'], 'MaxItems' => ['shape' => 'maxItemsType'], 'Marker' => ['shape' => 'markerType']]], 'SimulationPolicyListType' => ['type' => 'list', 'member' => ['shape' => 'policyDocumentType']], 'Statement' => ['type' => 'structure', 'members' => ['SourcePolicyId' => ['shape' => 'PolicyIdentifierType'], 'SourcePolicyType' => ['shape' => 'PolicySourceType'], 'StartPosition' => ['shape' => 'Position'], 'EndPosition' => ['shape' => 'Position']]], 'StatementListType' => ['type' => 'list', 'member' => ['shape' => 'Statement']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'tagKeyType'], 'Value' => ['shape' => 'tagValueType']]], 'TagRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'Tags'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Tags' => ['shape' => 'tagListType']]], 'TagUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'Tags'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'Tags' => ['shape' => 'tagListType']]], 'TrackedActionLastAccessed' => ['type' => 'structure', 'members' => ['ActionName' => ['shape' => 'stringType'], 'LastAccessedEntity' => ['shape' => 'arnType'], 'LastAccessedTime' => ['shape' => 'dateType'], 'LastAccessedRegion' => ['shape' => 'stringType']]], 'TrackedActionsLastAccessed' => ['type' => 'list', 'member' => ['shape' => 'TrackedActionLastAccessed']], 'UnmodifiableEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'unmodifiableEntityMessage']], 'error' => ['code' => 'UnmodifiableEntity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnrecognizedPublicKeyEncodingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'unrecognizedPublicKeyEncodingMessage']], 'error' => ['code' => 'UnrecognizedPublicKeyEncoding', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UntagRoleRequest' => ['type' => 'structure', 'required' => ['RoleName', 'TagKeys'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'TagKeys' => ['shape' => 'tagKeyListType']]], 'UntagUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'TagKeys'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'TagKeys' => ['shape' => 'tagKeyListType']]], 'UpdateAccessKeyRequest' => ['type' => 'structure', 'required' => ['AccessKeyId', 'Status'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'AccessKeyId' => ['shape' => 'accessKeyIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateAccountPasswordPolicyRequest' => ['type' => 'structure', 'members' => ['MinimumPasswordLength' => ['shape' => 'minimumPasswordLengthType'], 'RequireSymbols' => ['shape' => 'booleanType'], 'RequireNumbers' => ['shape' => 'booleanType'], 'RequireUppercaseCharacters' => ['shape' => 'booleanType'], 'RequireLowercaseCharacters' => ['shape' => 'booleanType'], 'AllowUsersToChangePassword' => ['shape' => 'booleanType'], 'MaxPasswordAge' => ['shape' => 'maxPasswordAgeType'], 'PasswordReusePrevention' => ['shape' => 'passwordReusePreventionType'], 'HardExpiry' => ['shape' => 'booleanObjectType']]], 'UpdateAssumeRolePolicyRequest' => ['type' => 'structure', 'required' => ['RoleName', 'PolicyDocument'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'PolicyDocument' => ['shape' => 'policyDocumentType']]], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'groupNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewGroupName' => ['shape' => 'groupNameType']]], 'UpdateLoginProfileRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'Password' => ['shape' => 'passwordType'], 'PasswordResetRequired' => ['shape' => 'booleanObjectType']]], 'UpdateOpenIDConnectProviderThumbprintRequest' => ['type' => 'structure', 'required' => ['OpenIDConnectProviderArn', 'ThumbprintList'], 'members' => ['OpenIDConnectProviderArn' => ['shape' => 'arnType'], 'ThumbprintList' => ['shape' => 'thumbprintListType']]], 'UpdateRoleDescriptionRequest' => ['type' => 'structure', 'required' => ['RoleName', 'Description'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Description' => ['shape' => 'roleDescriptionType']]], 'UpdateRoleDescriptionResponse' => ['type' => 'structure', 'members' => ['Role' => ['shape' => 'Role']]], 'UpdateRoleRequest' => ['type' => 'structure', 'required' => ['RoleName'], 'members' => ['RoleName' => ['shape' => 'roleNameType'], 'Description' => ['shape' => 'roleDescriptionType'], 'MaxSessionDuration' => ['shape' => 'roleMaxSessionDurationType']]], 'UpdateRoleResponse' => ['type' => 'structure', 'members' => []], 'UpdateSAMLProviderRequest' => ['type' => 'structure', 'required' => ['SAMLMetadataDocument', 'SAMLProviderArn'], 'members' => ['SAMLMetadataDocument' => ['shape' => 'SAMLMetadataDocumentType'], 'SAMLProviderArn' => ['shape' => 'arnType']]], 'UpdateSAMLProviderResponse' => ['type' => 'structure', 'members' => ['SAMLProviderArn' => ['shape' => 'arnType']]], 'UpdateSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyId', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyId' => ['shape' => 'publicKeyIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName'], 'members' => ['ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewServerCertificateName' => ['shape' => 'serverCertificateNameType']]], 'UpdateServiceSpecificCredentialRequest' => ['type' => 'structure', 'required' => ['ServiceSpecificCredentialId', 'Status'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'ServiceSpecificCredentialId' => ['shape' => 'serviceSpecificCredentialId'], 'Status' => ['shape' => 'statusType']]], 'UpdateSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateId', 'Status'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateId' => ['shape' => 'certificateIdType'], 'Status' => ['shape' => 'statusType']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['UserName'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'NewPath' => ['shape' => 'pathType'], 'NewUserName' => ['shape' => 'userNameType']]], 'UploadSSHPublicKeyRequest' => ['type' => 'structure', 'required' => ['UserName', 'SSHPublicKeyBody'], 'members' => ['UserName' => ['shape' => 'userNameType'], 'SSHPublicKeyBody' => ['shape' => 'publicKeyMaterialType']]], 'UploadSSHPublicKeyResponse' => ['type' => 'structure', 'members' => ['SSHPublicKey' => ['shape' => 'SSHPublicKey']]], 'UploadServerCertificateRequest' => ['type' => 'structure', 'required' => ['ServerCertificateName', 'CertificateBody', 'PrivateKey'], 'members' => ['Path' => ['shape' => 'pathType'], 'ServerCertificateName' => ['shape' => 'serverCertificateNameType'], 'CertificateBody' => ['shape' => 'certificateBodyType'], 'PrivateKey' => ['shape' => 'privateKeyType'], 'CertificateChain' => ['shape' => 'certificateChainType']]], 'UploadServerCertificateResponse' => ['type' => 'structure', 'members' => ['ServerCertificateMetadata' => ['shape' => 'ServerCertificateMetadata']]], 'UploadSigningCertificateRequest' => ['type' => 'structure', 'required' => ['CertificateBody'], 'members' => ['UserName' => ['shape' => 'existingUserNameType'], 'CertificateBody' => ['shape' => 'certificateBodyType']]], 'UploadSigningCertificateResponse' => ['type' => 'structure', 'required' => ['Certificate'], 'members' => ['Certificate' => ['shape' => 'SigningCertificate']]], 'User' => ['type' => 'structure', 'required' => ['Path', 'UserName', 'UserId', 'Arn', 'CreateDate'], 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'PasswordLastUsed' => ['shape' => 'dateType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType']]], 'UserDetail' => ['type' => 'structure', 'members' => ['Path' => ['shape' => 'pathType'], 'UserName' => ['shape' => 'userNameType'], 'UserId' => ['shape' => 'idType'], 'Arn' => ['shape' => 'arnType'], 'CreateDate' => ['shape' => 'dateType'], 'UserPolicyList' => ['shape' => 'policyDetailListType'], 'GroupList' => ['shape' => 'groupNameListType'], 'AttachedManagedPolicies' => ['shape' => 'attachedPoliciesListType'], 'PermissionsBoundary' => ['shape' => 'AttachedPermissionsBoundary'], 'Tags' => ['shape' => 'tagListType']]], 'VirtualMFADevice' => ['type' => 'structure', 'required' => ['SerialNumber'], 'members' => ['SerialNumber' => ['shape' => 'serialNumberType'], 'Base32StringSeed' => ['shape' => 'BootstrapDatum'], 'QRCodePNG' => ['shape' => 'BootstrapDatum'], 'User' => ['shape' => 'User'], 'EnableDate' => ['shape' => 'dateType']]], 'accessKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]+'], 'accessKeyMetadataListType' => ['type' => 'list', 'member' => ['shape' => 'AccessKeyMetadata']], 'accessKeySecretType' => ['type' => 'string', 'sensitive' => \true], 'accountAliasListType' => ['type' => 'list', 'member' => ['shape' => 'accountAliasType']], 'accountAliasType' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$'], 'arnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'assignmentStatusType' => ['type' => 'string', 'enum' => ['Assigned', 'Unassigned', 'Any']], 'attachedPoliciesListType' => ['type' => 'list', 'member' => ['shape' => 'AttachedPolicy']], 'attachmentCountType' => ['type' => 'integer'], 'authenticationCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[\\d]+'], 'booleanObjectType' => ['type' => 'boolean', 'box' => \true], 'booleanType' => ['type' => 'boolean'], 'certificateBodyType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'certificateChainType' => ['type' => 'string', 'max' => 2097152, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'certificateIdType' => ['type' => 'string', 'max' => 128, 'min' => 24, 'pattern' => '[\\w]+'], 'certificateListType' => ['type' => 'list', 'member' => ['shape' => 'SigningCertificate']], 'clientIDListType' => ['type' => 'list', 'member' => ['shape' => 'clientIDType']], 'clientIDType' => ['type' => 'string', 'max' => 255, 'min' => 1], 'credentialReportExpiredExceptionMessage' => ['type' => 'string'], 'credentialReportNotPresentExceptionMessage' => ['type' => 'string'], 'credentialReportNotReadyExceptionMessage' => ['type' => 'string'], 'customSuffixType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'dateType' => ['type' => 'timestamp'], 'deleteConflictMessage' => ['type' => 'string'], 'duplicateCertificateMessage' => ['type' => 'string'], 'duplicateSSHPublicKeyMessage' => ['type' => 'string'], 'encodingType' => ['type' => 'string', 'enum' => ['SSH', 'PEM']], 'entityAlreadyExistsMessage' => ['type' => 'string'], 'entityDetailsListType' => ['type' => 'list', 'member' => ['shape' => 'EntityDetails']], 'entityListType' => ['type' => 'list', 'member' => ['shape' => 'EntityType']], 'entityNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'entityTemporarilyUnmodifiableMessage' => ['type' => 'string'], 'existingUserNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'globalEndpointTokenVersion' => ['type' => 'string', 'enum' => ['v1Token', 'v2Token']], 'groupDetailListType' => ['type' => 'list', 'member' => ['shape' => 'GroupDetail']], 'groupListType' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'groupNameListType' => ['type' => 'list', 'member' => ['shape' => 'groupNameType']], 'groupNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'idType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]+'], 'instanceProfileListType' => ['type' => 'list', 'member' => ['shape' => 'InstanceProfile']], 'instanceProfileNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'integerType' => ['type' => 'integer'], 'invalidAuthenticationCodeMessage' => ['type' => 'string'], 'invalidCertificateMessage' => ['type' => 'string'], 'invalidInputMessage' => ['type' => 'string'], 'invalidPublicKeyMessage' => ['type' => 'string'], 'invalidUserTypeMessage' => ['type' => 'string'], 'jobIDType' => ['type' => 'string', 'max' => 36, 'min' => 36], 'jobStatusType' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED']], 'keyPairMismatchMessage' => ['type' => 'string'], 'limitExceededMessage' => ['type' => 'string'], 'listPolicyGrantingServiceAccessResponseListType' => ['type' => 'list', 'member' => ['shape' => 'ListPoliciesGrantingServiceAccessEntry']], 'malformedCertificateMessage' => ['type' => 'string'], 'malformedPolicyDocumentMessage' => ['type' => 'string'], 'markerType' => ['type' => 'string', 'max' => 320, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'maxItemsType' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'maxPasswordAgeType' => ['type' => 'integer', 'box' => \true, 'max' => 1095, 'min' => 1], 'mfaDeviceListType' => ['type' => 'list', 'member' => ['shape' => 'MFADevice']], 'minimumPasswordLengthType' => ['type' => 'integer', 'max' => 128, 'min' => 6], 'noSuchEntityMessage' => ['type' => 'string'], 'organizationsEntityPathType' => ['type' => 'string', 'max' => 427, 'min' => 19, 'pattern' => '^o-[0-9a-z]{10,32}\\/r-[0-9a-z]{4,32}[0-9a-z-\\/]*'], 'organizationsPolicyIdType' => ['type' => 'string', 'pattern' => '^p-[0-9a-zA-Z_]{8,128}$'], 'passwordPolicyViolationMessage' => ['type' => 'string'], 'passwordReusePreventionType' => ['type' => 'integer', 'box' => \true, 'max' => 24, 'min' => 1], 'passwordType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+', 'sensitive' => \true], 'pathPrefixType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '\\u002F[\\u0021-\\u007F]*'], 'pathType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)'], 'policyDescriptionType' => ['type' => 'string', 'max' => 1000], 'policyDetailListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyDetail']], 'policyDocumentType' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'policyDocumentVersionListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyVersion']], 'policyEvaluationErrorMessage' => ['type' => 'string'], 'policyGrantingServiceAccessListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyGrantingServiceAccess']], 'policyListType' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'policyNameListType' => ['type' => 'list', 'member' => ['shape' => 'policyNameType']], 'policyNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'policyNotAttachableMessage' => ['type' => 'string'], 'policyOwnerEntityType' => ['type' => 'string', 'enum' => ['USER', 'ROLE', 'GROUP']], 'policyPathType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '((/[A-Za-z0-9\\.,\\+@=_-]+)*)/'], 'policyScopeType' => ['type' => 'string', 'enum' => ['All', 'AWS', 'Local']], 'policyType' => ['type' => 'string', 'enum' => ['INLINE', 'MANAGED']], 'policyVersionIdType' => ['type' => 'string', 'pattern' => 'v[1-9][0-9]*(\\.[A-Za-z0-9-]*)?'], 'privateKeyType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+', 'sensitive' => \true], 'publicKeyFingerprintType' => ['type' => 'string', 'max' => 48, 'min' => 48, 'pattern' => '[:\\w]+'], 'publicKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '[\\w]+'], 'publicKeyMaterialType' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'reportGenerationLimitExceededMessage' => ['type' => 'string'], 'responseMarkerType' => ['type' => 'string'], 'roleDescriptionType' => ['type' => 'string', 'max' => 1000, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'roleDetailListType' => ['type' => 'list', 'member' => ['shape' => 'RoleDetail']], 'roleListType' => ['type' => 'list', 'member' => ['shape' => 'Role']], 'roleMaxSessionDurationType' => ['type' => 'integer', 'max' => 43200, 'min' => 3600], 'roleNameType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'serialNumberType' => ['type' => 'string', 'max' => 256, 'min' => 9, 'pattern' => '[\\w+=/:,.@-]+'], 'serverCertificateMetadataListType' => ['type' => 'list', 'member' => ['shape' => 'ServerCertificateMetadata']], 'serverCertificateNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'serviceFailureExceptionMessage' => ['type' => 'string'], 'serviceName' => ['type' => 'string'], 'serviceNameType' => ['type' => 'string'], 'serviceNamespaceListType' => ['type' => 'list', 'member' => ['shape' => 'serviceNamespaceType'], 'max' => 200, 'min' => 1], 'serviceNamespaceType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w-]*'], 'serviceNotSupportedMessage' => ['type' => 'string'], 'servicePassword' => ['type' => 'string', 'sensitive' => \true], 'serviceSpecificCredentialId' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '[\\w]+'], 'serviceUserName' => ['type' => 'string', 'max' => 200, 'min' => 17, 'pattern' => '[\\w+=,.@-]+'], 'sortKeyType' => ['type' => 'string', 'enum' => ['SERVICE_NAMESPACE_ASCENDING', 'SERVICE_NAMESPACE_DESCENDING', 'LAST_AUTHENTICATED_TIME_ASCENDING', 'LAST_AUTHENTICATED_TIME_DESCENDING']], 'statusType' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'stringType' => ['type' => 'string'], 'summaryKeyType' => ['type' => 'string', 'enum' => ['Users', 'UsersQuota', 'Groups', 'GroupsQuota', 'ServerCertificates', 'ServerCertificatesQuota', 'UserPolicySizeQuota', 'GroupPolicySizeQuota', 'GroupsPerUserQuota', 'SigningCertificatesPerUserQuota', 'AccessKeysPerUserQuota', 'MFADevices', 'MFADevicesInUse', 'AccountMFAEnabled', 'AccountAccessKeysPresent', 'AccountSigningCertificatesPresent', 'AttachedPoliciesPerGroupQuota', 'AttachedPoliciesPerRoleQuota', 'AttachedPoliciesPerUserQuota', 'Policies', 'PoliciesQuota', 'PolicySizeQuota', 'PolicyVersionsInUse', 'PolicyVersionsInUseQuota', 'VersionsPerPolicyQuota', 'GlobalEndpointTokenVersion']], 'summaryMapType' => ['type' => 'map', 'key' => ['shape' => 'summaryKeyType'], 'value' => ['shape' => 'summaryValueType']], 'summaryValueType' => ['type' => 'integer'], 'tagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'tagKeyType'], 'max' => 50], 'tagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+'], 'tagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'tagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'thumbprintListType' => ['type' => 'list', 'member' => ['shape' => 'thumbprintType']], 'thumbprintType' => ['type' => 'string', 'max' => 40, 'min' => 40], 'unmodifiableEntityMessage' => ['type' => 'string'], 'unrecognizedPublicKeyEncodingMessage' => ['type' => 'string'], 'userDetailListType' => ['type' => 'list', 'member' => ['shape' => 'UserDetail']], 'userListType' => ['type' => 'list', 'member' => ['shape' => 'User']], 'userNameType' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'virtualMFADeviceListType' => ['type' => 'list', 'member' => ['shape' => 'VirtualMFADevice']], 'virtualMFADeviceName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\w+=,.@-]+']]]; diff --git a/vendor/Aws3/Aws/data/identitystore/2020-06-15/api-2.json.php b/vendor/Aws3/Aws/data/identitystore/2020-06-15/api-2.json.php new file mode 100644 index 00000000..6b3e3cca --- /dev/null +++ b/vendor/Aws3/Aws/data/identitystore/2020-06-15/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2020-06-15', 'endpointPrefix' => 'identitystore', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'IdentityStore', 'serviceFullName' => 'AWS SSO Identity Store', 'serviceId' => 'identitystore', 'signatureVersion' => 'v4', 'signingName' => 'identitystore', 'targetPrefix' => 'AWSIdentityStore', 'uid' => 'identitystore-2020-06-15'], 'operations' => ['DescribeGroup' => ['name' => 'DescribeGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGroupRequest'], 'output' => ['shape' => 'DescribeGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'RequestId' => ['shape' => 'RequestId']], 'exception' => \true], 'AttributePath' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}  ]+'], 'DescribeGroupRequest' => ['type' => 'structure', 'required' => ['IdentityStoreId', 'GroupId'], 'members' => ['IdentityStoreId' => ['shape' => 'IdentityStoreId'], 'GroupId' => ['shape' => 'ResourceId']]], 'DescribeGroupResponse' => ['type' => 'structure', 'required' => ['GroupId', 'DisplayName'], 'members' => ['GroupId' => ['shape' => 'ResourceId'], 'DisplayName' => ['shape' => 'GroupDisplayName']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['IdentityStoreId', 'UserId'], 'members' => ['IdentityStoreId' => ['shape' => 'IdentityStoreId'], 'UserId' => ['shape' => 'ResourceId']]], 'DescribeUserResponse' => ['type' => 'structure', 'required' => ['UserName', 'UserId'], 'members' => ['UserName' => ['shape' => 'UserName'], 'UserId' => ['shape' => 'ResourceId']]], 'Filter' => ['type' => 'structure', 'required' => ['AttributePath', 'AttributeValue'], 'members' => ['AttributePath' => ['shape' => 'AttributePath'], 'AttributeValue' => ['shape' => 'SensitiveStringType']]], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter']], 'Group' => ['type' => 'structure', 'required' => ['GroupId', 'DisplayName'], 'members' => ['GroupId' => ['shape' => 'ResourceId'], 'DisplayName' => ['shape' => 'GroupDisplayName']]], 'GroupDisplayName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+'], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'IdentityStoreId' => ['type' => 'string', 'max' => 12, 'min' => 1, 'pattern' => '^d-[0-9a-f]{10}$'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'RequestId' => ['shape' => 'RequestId']], 'exception' => \true, 'fault' => \true], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['IdentityStoreId'], 'members' => ['IdentityStoreId' => ['shape' => 'IdentityStoreId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'Filters']]], 'ListGroupsResponse' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'Groups'], 'NextToken' => ['shape' => 'NextToken']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['IdentityStoreId'], 'members' => ['IdentityStoreId' => ['shape' => 'IdentityStoreId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'Filters']]], 'ListUsersResponse' => ['type' => 'structure', 'required' => ['Users'], 'members' => ['Users' => ['shape' => 'Users'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'Message' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 65535, 'min' => 1, 'pattern' => '^[-a-zA-Z0-9+=/:]*'], 'RequestId' => ['type' => 'string', 'pattern' => '[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}'], 'ResourceId' => ['type' => 'string', 'max' => 47, 'min' => 1, 'pattern' => '^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'ResourceId' => ['shape' => 'ResourceId'], 'Message' => ['shape' => 'Message'], 'RequestId' => ['shape' => 'RequestId']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['GROUP', 'USER', 'IDENTITY_STORE']], 'SensitiveStringType' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+', 'sensitive' => \true], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'RequestId' => ['shape' => 'RequestId']], 'exception' => \true], 'User' => ['type' => 'structure', 'required' => ['UserName', 'UserId'], 'members' => ['UserName' => ['shape' => 'UserName'], 'UserId' => ['shape' => 'ResourceId']]], 'UserName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', 'sensitive' => \true], 'Users' => ['type' => 'list', 'member' => ['shape' => 'User']], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'RequestId' => ['shape' => 'RequestId']], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/identitystore/2020-06-15/paginators-1.json.php b/vendor/Aws3/Aws/data/identitystore/2020-06-15/paginators-1.json.php new file mode 100644 index 00000000..7733eb6a --- /dev/null +++ b/vendor/Aws3/Aws/data/identitystore/2020-06-15/paginators-1.json.php @@ -0,0 +1,4 @@ + ['ListGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListUsers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/imagebuilder/2019-12-02/api-2.json.php b/vendor/Aws3/Aws/data/imagebuilder/2019-12-02/api-2.json.php index 3faaaef7..d920a601 100644 --- a/vendor/Aws3/Aws/data/imagebuilder/2019-12-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/imagebuilder/2019-12-02/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-12-02', 'endpointPrefix' => 'imagebuilder', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'imagebuilder', 'serviceFullName' => 'EC2 Image Builder', 'serviceId' => 'imagebuilder', 'signatureVersion' => 'v4', 'signingName' => 'imagebuilder', 'uid' => 'imagebuilder-2019-12-02'], 'operations' => ['CancelImageCreation' => ['name' => 'CancelImageCreation', 'http' => ['method' => 'PUT', 'requestUri' => '/CancelImageCreation'], 'input' => ['shape' => 'CancelImageCreationRequest'], 'output' => ['shape' => 'CancelImageCreationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateComponent' => ['name' => 'CreateComponent', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateComponent'], 'input' => ['shape' => 'CreateComponentRequest'], 'output' => ['shape' => 'CreateComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateDistributionConfiguration' => ['name' => 'CreateDistributionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateDistributionConfiguration'], 'input' => ['shape' => 'CreateDistributionConfigurationRequest'], 'output' => ['shape' => 'CreateDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidParameterCombinationException']]], 'CreateImage' => ['name' => 'CreateImage', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImage'], 'input' => ['shape' => 'CreateImageRequest'], 'output' => ['shape' => 'CreateImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateImagePipeline' => ['name' => 'CreateImagePipeline', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImagePipeline'], 'input' => ['shape' => 'CreateImagePipelineRequest'], 'output' => ['shape' => 'CreateImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateImageRecipe' => ['name' => 'CreateImageRecipe', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImageRecipe'], 'input' => ['shape' => 'CreateImageRecipeRequest'], 'output' => ['shape' => 'CreateImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateInfrastructureConfiguration' => ['name' => 'CreateInfrastructureConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateInfrastructureConfiguration'], 'input' => ['shape' => 'CreateInfrastructureConfigurationRequest'], 'output' => ['shape' => 'CreateInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException']]], 'DeleteComponent' => ['name' => 'DeleteComponent', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteComponent'], 'input' => ['shape' => 'DeleteComponentRequest'], 'output' => ['shape' => 'DeleteComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteDistributionConfiguration' => ['name' => 'DeleteDistributionConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteDistributionConfiguration'], 'input' => ['shape' => 'DeleteDistributionConfigurationRequest'], 'output' => ['shape' => 'DeleteDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImage' => ['name' => 'DeleteImage', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImage'], 'input' => ['shape' => 'DeleteImageRequest'], 'output' => ['shape' => 'DeleteImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImagePipeline' => ['name' => 'DeleteImagePipeline', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImagePipeline'], 'input' => ['shape' => 'DeleteImagePipelineRequest'], 'output' => ['shape' => 'DeleteImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImageRecipe' => ['name' => 'DeleteImageRecipe', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImageRecipe'], 'input' => ['shape' => 'DeleteImageRecipeRequest'], 'output' => ['shape' => 'DeleteImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteInfrastructureConfiguration' => ['name' => 'DeleteInfrastructureConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteInfrastructureConfiguration'], 'input' => ['shape' => 'DeleteInfrastructureConfigurationRequest'], 'output' => ['shape' => 'DeleteInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'GetComponent' => ['name' => 'GetComponent', 'http' => ['method' => 'GET', 'requestUri' => '/GetComponent'], 'input' => ['shape' => 'GetComponentRequest'], 'output' => ['shape' => 'GetComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetComponentPolicy' => ['name' => 'GetComponentPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetComponentPolicy'], 'input' => ['shape' => 'GetComponentPolicyRequest'], 'output' => ['shape' => 'GetComponentPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetDistributionConfiguration' => ['name' => 'GetDistributionConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/GetDistributionConfiguration'], 'input' => ['shape' => 'GetDistributionConfigurationRequest'], 'output' => ['shape' => 'GetDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImage' => ['name' => 'GetImage', 'http' => ['method' => 'GET', 'requestUri' => '/GetImage'], 'input' => ['shape' => 'GetImageRequest'], 'output' => ['shape' => 'GetImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImagePipeline' => ['name' => 'GetImagePipeline', 'http' => ['method' => 'GET', 'requestUri' => '/GetImagePipeline'], 'input' => ['shape' => 'GetImagePipelineRequest'], 'output' => ['shape' => 'GetImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImagePolicy' => ['name' => 'GetImagePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetImagePolicy'], 'input' => ['shape' => 'GetImagePolicyRequest'], 'output' => ['shape' => 'GetImagePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImageRecipe' => ['name' => 'GetImageRecipe', 'http' => ['method' => 'GET', 'requestUri' => '/GetImageRecipe'], 'input' => ['shape' => 'GetImageRecipeRequest'], 'output' => ['shape' => 'GetImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImageRecipePolicy' => ['name' => 'GetImageRecipePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetImageRecipePolicy'], 'input' => ['shape' => 'GetImageRecipePolicyRequest'], 'output' => ['shape' => 'GetImageRecipePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetInfrastructureConfiguration' => ['name' => 'GetInfrastructureConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/GetInfrastructureConfiguration'], 'input' => ['shape' => 'GetInfrastructureConfigurationRequest'], 'output' => ['shape' => 'GetInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ImportComponent' => ['name' => 'ImportComponent', 'http' => ['method' => 'PUT', 'requestUri' => '/ImportComponent'], 'input' => ['shape' => 'ImportComponentRequest'], 'output' => ['shape' => 'ImportComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException']]], 'ListComponentBuildVersions' => ['name' => 'ListComponentBuildVersions', 'http' => ['method' => 'POST', 'requestUri' => '/ListComponentBuildVersions'], 'input' => ['shape' => 'ListComponentBuildVersionsRequest'], 'output' => ['shape' => 'ListComponentBuildVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListComponents' => ['name' => 'ListComponents', 'http' => ['method' => 'POST', 'requestUri' => '/ListComponents'], 'input' => ['shape' => 'ListComponentsRequest'], 'output' => ['shape' => 'ListComponentsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListDistributionConfigurations' => ['name' => 'ListDistributionConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/ListDistributionConfigurations'], 'input' => ['shape' => 'ListDistributionConfigurationsRequest'], 'output' => ['shape' => 'ListDistributionConfigurationsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImageBuildVersions' => ['name' => 'ListImageBuildVersions', 'http' => ['method' => 'POST', 'requestUri' => '/ListImageBuildVersions'], 'input' => ['shape' => 'ListImageBuildVersionsRequest'], 'output' => ['shape' => 'ListImageBuildVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImagePipelineImages' => ['name' => 'ListImagePipelineImages', 'http' => ['method' => 'POST', 'requestUri' => '/ListImagePipelineImages'], 'input' => ['shape' => 'ListImagePipelineImagesRequest'], 'output' => ['shape' => 'ListImagePipelineImagesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImagePipelines' => ['name' => 'ListImagePipelines', 'http' => ['method' => 'POST', 'requestUri' => '/ListImagePipelines'], 'input' => ['shape' => 'ListImagePipelinesRequest'], 'output' => ['shape' => 'ListImagePipelinesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImageRecipes' => ['name' => 'ListImageRecipes', 'http' => ['method' => 'POST', 'requestUri' => '/ListImageRecipes'], 'input' => ['shape' => 'ListImageRecipesRequest'], 'output' => ['shape' => 'ListImageRecipesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImages' => ['name' => 'ListImages', 'http' => ['method' => 'POST', 'requestUri' => '/ListImages'], 'input' => ['shape' => 'ListImagesRequest'], 'output' => ['shape' => 'ListImagesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListInfrastructureConfigurations' => ['name' => 'ListInfrastructureConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/ListInfrastructureConfigurations'], 'input' => ['shape' => 'ListInfrastructureConfigurationsRequest'], 'output' => ['shape' => 'ListInfrastructureConfigurationsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'PutComponentPolicy' => ['name' => 'PutComponentPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutComponentPolicy'], 'input' => ['shape' => 'PutComponentPolicyRequest'], 'output' => ['shape' => 'PutComponentPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'PutImagePolicy' => ['name' => 'PutImagePolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutImagePolicy'], 'input' => ['shape' => 'PutImagePolicyRequest'], 'output' => ['shape' => 'PutImagePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'PutImageRecipePolicy' => ['name' => 'PutImageRecipePolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutImageRecipePolicy'], 'input' => ['shape' => 'PutImageRecipePolicyRequest'], 'output' => ['shape' => 'PutImageRecipePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'StartImagePipelineExecution' => ['name' => 'StartImagePipelineExecution', 'http' => ['method' => 'PUT', 'requestUri' => '/StartImagePipelineExecution'], 'input' => ['shape' => 'StartImagePipelineExecutionRequest'], 'output' => ['shape' => 'StartImagePipelineExecutionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateDistributionConfiguration' => ['name' => 'UpdateDistributionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateDistributionConfiguration'], 'input' => ['shape' => 'UpdateDistributionConfigurationRequest'], 'output' => ['shape' => 'UpdateDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException']]], 'UpdateImagePipeline' => ['name' => 'UpdateImagePipeline', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateImagePipeline'], 'input' => ['shape' => 'UpdateImagePipelineRequest'], 'output' => ['shape' => 'UpdateImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'UpdateInfrastructureConfiguration' => ['name' => 'UpdateInfrastructureConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateInfrastructureConfiguration'], 'input' => ['shape' => 'UpdateInfrastructureConfigurationRequest'], 'output' => ['shape' => 'UpdateInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]]], 'shapes' => ['AccountList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Ami' => ['type' => 'structure', 'members' => ['region' => ['shape' => 'NonEmptyString'], 'image' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'ImageState']]], 'AmiDistributionConfiguration' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AmiNameString'], 'description' => ['shape' => 'NonEmptyString'], 'amiTags' => ['shape' => 'TagMap'], 'launchPermission' => ['shape' => 'LaunchPermissionConfiguration']]], 'AmiList' => ['type' => 'list', 'member' => ['shape' => 'Ami']], 'AmiNameString' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}]+[-_A-Za-z0-9}]$'], 'Arn' => ['type' => 'string'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn']], 'CallRateLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'CancelImageCreationRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn', 'clientToken'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CancelImageCreationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'ClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ClientToken' => ['type' => 'string', 'max' => 36, 'min' => 1], 'Component' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ComponentType'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'data' => ['shape' => 'ComponentData'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'encrypted' => ['shape' => 'NullableBoolean'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ComponentBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$'], 'ComponentConfiguration' => ['type' => 'structure', 'required' => ['componentArn'], 'members' => ['componentArn' => ['shape' => 'ComponentVersionArnOrBuildVersionArn']]], 'ComponentConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ComponentConfiguration'], 'min' => 1], 'ComponentData' => ['type' => 'string'], 'ComponentFormat' => ['type' => 'string', 'enum' => ['SHELL']], 'ComponentSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'type' => ['shape' => 'ComponentType'], 'owner' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ComponentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ComponentSummary']], 'ComponentType' => ['type' => 'string', 'enum' => ['BUILD', 'TEST']], 'ComponentVersion' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'type' => ['shape' => 'ComponentType'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime']]], 'ComponentVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ComponentVersionArnOrBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$'], 'ComponentVersionList' => ['type' => 'list', 'member' => ['shape' => 'ComponentVersion']], 'CreateComponentRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'platform', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'data' => ['shape' => 'InlineComponentData'], 'uri' => ['shape' => 'Uri'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'CreateDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['name', 'distributions', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'CreateImagePipelineRequest' => ['type' => 'structure', 'required' => ['name', 'imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'CreateImageRecipeRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'components', 'parentImage', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'components' => ['shape' => 'ComponentConfigurationList'], 'parentImage' => ['shape' => 'NonEmptyString'], 'blockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappings'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'CreateImageRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'CreateInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['name', 'instanceProfileName', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'SnsTopicArn'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'DateTime' => ['type' => 'string'], 'DeleteComponentRequest' => ['type' => 'structure', 'required' => ['componentBuildVersionArn'], 'members' => ['componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentBuildVersionArn']]], 'DeleteComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'DeleteDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn', 'location' => 'querystring', 'locationName' => 'distributionConfigurationArn']]], 'DeleteDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'DeleteImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn', 'location' => 'querystring', 'locationName' => 'imagePipelineArn']]], 'DeleteImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'DeleteImageRecipeRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'DeleteImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'DeleteImageRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageBuildVersionArn']]], 'DeleteImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'DeleteInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn', 'location' => 'querystring', 'locationName' => 'infrastructureConfigurationArn']]], 'DeleteInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'Distribution' => ['type' => 'structure', 'required' => ['region'], 'members' => ['region' => ['shape' => 'NonEmptyString'], 'amiDistributionConfiguration' => ['shape' => 'AmiDistributionConfiguration'], 'licenseConfigurationArns' => ['shape' => 'ArnList']]], 'DistributionConfiguration' => ['type' => 'structure', 'required' => ['timeoutMinutes'], 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'timeoutMinutes' => ['shape' => 'DistributionTimeoutMinutes'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'DistributionConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):distribution-configuration/[a-z0-9-_]+$'], 'DistributionConfigurationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'DistributionConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DistributionConfigurationSummary']], 'DistributionList' => ['type' => 'list', 'member' => ['shape' => 'Distribution']], 'DistributionTimeoutMinutes' => ['type' => 'integer', 'max' => 720, 'min' => 30], 'EbsInstanceBlockDeviceSpecification' => ['type' => 'structure', 'members' => ['encrypted' => ['shape' => 'NullableBoolean'], 'deleteOnTermination' => ['shape' => 'NullableBoolean'], 'iops' => ['shape' => 'EbsIopsInteger'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'snapshotId' => ['shape' => 'NonEmptyString'], 'volumeSize' => ['shape' => 'EbsVolumeSizeInteger'], 'volumeType' => ['shape' => 'EbsVolumeType']]], 'EbsIopsInteger' => ['type' => 'integer', 'max' => 10000, 'min' => 100], 'EbsVolumeSizeInteger' => ['type' => 'integer', 'max' => 16000, 'min' => 1], 'EbsVolumeType' => ['type' => 'string', 'enum' => ['standard', 'io1', 'gp2', 'sc1', 'st1']], 'EmptyString' => ['type' => 'string', 'max' => 0, 'min' => 0], 'ErrorMessage' => ['type' => 'string'], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FilterName'], 'values' => ['shape' => 'FilterValues']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 10, 'min' => 1], 'FilterName' => ['type' => 'string', 'pattern' => '^[a-zA-Z]{1,1024}$'], 'FilterValue' => ['type' => 'string', 'pattern' => '^[0-9a-zA-Z./_ :-]{1,1024}$'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 10, 'min' => 1], 'ForbiddenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GetComponentPolicyRequest' => ['type' => 'structure', 'required' => ['componentArn'], 'members' => ['componentArn' => ['shape' => 'ComponentBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentArn']]], 'GetComponentPolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetComponentRequest' => ['type' => 'structure', 'required' => ['componentBuildVersionArn'], 'members' => ['componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentBuildVersionArn']]], 'GetComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'component' => ['shape' => 'Component']]], 'GetDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn', 'location' => 'querystring', 'locationName' => 'distributionConfigurationArn']]], 'GetDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfiguration' => ['shape' => 'DistributionConfiguration']]], 'GetImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn', 'location' => 'querystring', 'locationName' => 'imagePipelineArn']]], 'GetImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipeline' => ['shape' => 'ImagePipeline']]], 'GetImagePolicyRequest' => ['type' => 'structure', 'required' => ['imageArn'], 'members' => ['imageArn' => ['shape' => 'ImageBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageArn']]], 'GetImagePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetImageRecipePolicyRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'GetImageRecipePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetImageRecipeRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'GetImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipe' => ['shape' => 'ImageRecipe']]], 'GetImageRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageBuildVersionArn']]], 'GetImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'image' => ['shape' => 'Image']]], 'GetInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn', 'location' => 'querystring', 'locationName' => 'infrastructureConfigurationArn']]], 'GetInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfiguration' => ['shape' => 'InfrastructureConfiguration']]], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Image' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'state' => ['shape' => 'ImageState'], 'imageRecipe' => ['shape' => 'ImageRecipe'], 'sourcePipelineName' => ['shape' => 'ResourceName'], 'sourcePipelineArn' => ['shape' => 'Arn'], 'infrastructureConfiguration' => ['shape' => 'InfrastructureConfiguration'], 'distributionConfiguration' => ['shape' => 'DistributionConfiguration'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'dateCreated' => ['shape' => 'DateTime'], 'outputResources' => ['shape' => 'OutputResources'], 'tags' => ['shape' => 'TagMap']]], 'ImageBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$'], 'ImageBuilderArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):(?:image-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline)/[a-z0-9-_]+(?:/(?:(?:x|\\d+)\\.(?:x|\\d+)\\.(?:x|\\d+))(?:/\\d+)?)?$'], 'ImagePipeline' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'imageRecipeArn' => ['shape' => 'Arn'], 'infrastructureConfigurationArn' => ['shape' => 'Arn'], 'distributionConfigurationArn' => ['shape' => 'Arn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'dateLastRun' => ['shape' => 'DateTime'], 'dateNextRun' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ImagePipelineArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-pipeline/[a-z0-9-_]+$'], 'ImagePipelineList' => ['type' => 'list', 'member' => ['shape' => 'ImagePipeline']], 'ImageRecipe' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'version' => ['shape' => 'VersionNumber'], 'components' => ['shape' => 'ComponentConfigurationList'], 'parentImage' => ['shape' => 'NonEmptyString'], 'blockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappings'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ImageRecipeArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-recipe/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ImageRecipeSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'parentImage' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ImageRecipeSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ImageRecipeSummary']], 'ImageState' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ImageStatus'], 'reason' => ['shape' => 'NonEmptyString']]], 'ImageStatus' => ['type' => 'string', 'enum' => ['PENDING', 'CREATING', 'BUILDING', 'TESTING', 'DISTRIBUTING', 'INTEGRATING', 'AVAILABLE', 'CANCELLED', 'FAILED', 'DEPRECATED', 'DELETED']], 'ImageSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'state' => ['shape' => 'ImageState'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'outputResources' => ['shape' => 'OutputResources'], 'tags' => ['shape' => 'TagMap']]], 'ImageSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ImageSummary']], 'ImageTestsConfiguration' => ['type' => 'structure', 'members' => ['imageTestsEnabled' => ['shape' => 'NullableBoolean'], 'timeoutMinutes' => ['shape' => 'ImageTestsTimeoutMinutes']]], 'ImageTestsTimeoutMinutes' => ['type' => 'integer', 'max' => 1440, 'min' => 60], 'ImageVersion' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime']]], 'ImageVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ImageVersionList' => ['type' => 'list', 'member' => ['shape' => 'ImageVersion']], 'ImportComponentRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'type', 'format', 'platform', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ComponentType'], 'format' => ['shape' => 'ComponentFormat'], 'platform' => ['shape' => 'Platform'], 'data' => ['shape' => 'NonEmptyString'], 'uri' => ['shape' => 'Uri'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'ImportComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'InfrastructureConfiguration' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'InfrastructureConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):infrastructure-configuration/[a-z0-9-_]+$'], 'InfrastructureConfigurationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'InfrastructureConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InfrastructureConfigurationSummary']], 'InlineComponentData' => ['type' => 'string', 'max' => 16000, 'min' => 1], 'InstanceBlockDeviceMapping' => ['type' => 'structure', 'members' => ['deviceName' => ['shape' => 'NonEmptyString'], 'ebs' => ['shape' => 'EbsInstanceBlockDeviceSpecification'], 'virtualName' => ['shape' => 'NonEmptyString'], 'noDevice' => ['shape' => 'EmptyString']]], 'InstanceBlockDeviceMappings' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMapping']], 'InstanceType' => ['type' => 'string'], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidVersionNumberException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LaunchPermissionConfiguration' => ['type' => 'structure', 'members' => ['userIds' => ['shape' => 'AccountList'], 'userGroups' => ['shape' => 'StringList']]], 'ListComponentBuildVersionsRequest' => ['type' => 'structure', 'required' => ['componentVersionArn'], 'members' => ['componentVersionArn' => ['shape' => 'ComponentVersionArn'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentBuildVersionsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentSummaryList' => ['shape' => 'ComponentSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentsRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentVersionList' => ['shape' => 'ComponentVersionList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListDistributionConfigurationsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListDistributionConfigurationsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfigurationSummaryList' => ['shape' => 'DistributionConfigurationSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageBuildVersionsRequest' => ['type' => 'structure', 'required' => ['imageVersionArn'], 'members' => ['imageVersionArn' => ['shape' => 'ImageVersionArn'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageBuildVersionsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageSummaryList' => ['shape' => 'ImageSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelineImagesRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelineImagesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageSummaryList' => ['shape' => 'ImageSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelinesRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelinesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipelineList' => ['shape' => 'ImagePipelineList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageRecipesRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageRecipesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeSummaryList' => ['shape' => 'ImageRecipeSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagesRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageVersionList' => ['shape' => 'ImageVersionList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListInfrastructureConfigurationsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListInfrastructureConfigurationsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfigurationSummaryList' => ['shape' => 'InfrastructureConfigurationSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'Logging' => ['type' => 'structure', 'members' => ['s3Logs' => ['shape' => 'S3Logs']]], 'NonEmptyString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NullableBoolean' => ['type' => 'boolean'], 'OutputResources' => ['type' => 'structure', 'members' => ['amis' => ['shape' => 'AmiList']]], 'Ownership' => ['type' => 'string', 'enum' => ['Self', 'Shared', 'Amazon']], 'PipelineExecutionStartCondition' => ['type' => 'string', 'enum' => ['EXPRESSION_MATCH_ONLY', 'EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE']], 'PipelineStatus' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Platform' => ['type' => 'string', 'enum' => ['Windows', 'Linux']], 'PutComponentPolicyRequest' => ['type' => 'structure', 'required' => ['componentArn', 'policy'], 'members' => ['componentArn' => ['shape' => 'ComponentBuildVersionArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutComponentPolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentArn' => ['shape' => 'ComponentBuildVersionArn']]], 'PutImagePolicyRequest' => ['type' => 'structure', 'required' => ['imageArn', 'policy'], 'members' => ['imageArn' => ['shape' => 'ImageBuildVersionArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutImagePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageArn' => ['shape' => 'ImageBuildVersionArn']]], 'PutImageRecipePolicyRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn', 'policy'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutImageRecipePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceDependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceName' => ['type' => 'string', 'pattern' => '^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePolicyDocument' => ['type' => 'string', 'max' => 30000, 'min' => 1], 'RestrictedInteger' => ['type' => 'integer', 'max' => 25, 'min' => 1], 'S3Logs' => ['type' => 'structure', 'members' => ['s3BucketName' => ['shape' => 'NonEmptyString'], 's3KeyPrefix' => ['shape' => 'NonEmptyString']]], 'Schedule' => ['type' => 'structure', 'members' => ['scheduleExpression' => ['shape' => 'NonEmptyString'], 'pipelineExecutionStartCondition' => ['shape' => 'PipelineExecutionStartCondition']]], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ServiceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'SnsTopicArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:sns:[^:]+:\\d{12}:[a-zA-Z0-9-_]{1,256}$'], 'StartImagePipelineExecutionRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn', 'clientToken'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'StartImagePipelineExecutionResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn', 'distributions', 'clientToken'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'UpdateImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn', 'imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'description' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'UpdateInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn', 'instanceProfileName', 'clientToken'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'SnsTopicArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'Uri' => ['type' => 'string'], 'VersionNumber' => ['type' => 'string', 'pattern' => '^[0-9]+\\.[0-9]+\\.[0-9]+$']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-12-02', 'endpointPrefix' => 'imagebuilder', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'imagebuilder', 'serviceFullName' => 'EC2 Image Builder', 'serviceId' => 'imagebuilder', 'signatureVersion' => 'v4', 'signingName' => 'imagebuilder', 'uid' => 'imagebuilder-2019-12-02'], 'operations' => ['CancelImageCreation' => ['name' => 'CancelImageCreation', 'http' => ['method' => 'PUT', 'requestUri' => '/CancelImageCreation'], 'input' => ['shape' => 'CancelImageCreationRequest'], 'output' => ['shape' => 'CancelImageCreationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateComponent' => ['name' => 'CreateComponent', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateComponent'], 'input' => ['shape' => 'CreateComponentRequest'], 'output' => ['shape' => 'CreateComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateDistributionConfiguration' => ['name' => 'CreateDistributionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateDistributionConfiguration'], 'input' => ['shape' => 'CreateDistributionConfigurationRequest'], 'output' => ['shape' => 'CreateDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateImage' => ['name' => 'CreateImage', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImage'], 'input' => ['shape' => 'CreateImageRequest'], 'output' => ['shape' => 'CreateImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateImagePipeline' => ['name' => 'CreateImagePipeline', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImagePipeline'], 'input' => ['shape' => 'CreateImagePipelineRequest'], 'output' => ['shape' => 'CreateImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateImageRecipe' => ['name' => 'CreateImageRecipe', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateImageRecipe'], 'input' => ['shape' => 'CreateImageRecipeRequest'], 'output' => ['shape' => 'CreateImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceQuotaExceededException']]], 'CreateInfrastructureConfiguration' => ['name' => 'CreateInfrastructureConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/CreateInfrastructureConfiguration'], 'input' => ['shape' => 'CreateInfrastructureConfigurationRequest'], 'output' => ['shape' => 'CreateInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceQuotaExceededException']]], 'DeleteComponent' => ['name' => 'DeleteComponent', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteComponent'], 'input' => ['shape' => 'DeleteComponentRequest'], 'output' => ['shape' => 'DeleteComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteDistributionConfiguration' => ['name' => 'DeleteDistributionConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteDistributionConfiguration'], 'input' => ['shape' => 'DeleteDistributionConfigurationRequest'], 'output' => ['shape' => 'DeleteDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImage' => ['name' => 'DeleteImage', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImage'], 'input' => ['shape' => 'DeleteImageRequest'], 'output' => ['shape' => 'DeleteImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImagePipeline' => ['name' => 'DeleteImagePipeline', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImagePipeline'], 'input' => ['shape' => 'DeleteImagePipelineRequest'], 'output' => ['shape' => 'DeleteImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteImageRecipe' => ['name' => 'DeleteImageRecipe', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteImageRecipe'], 'input' => ['shape' => 'DeleteImageRecipeRequest'], 'output' => ['shape' => 'DeleteImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'DeleteInfrastructureConfiguration' => ['name' => 'DeleteInfrastructureConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/DeleteInfrastructureConfiguration'], 'input' => ['shape' => 'DeleteInfrastructureConfigurationRequest'], 'output' => ['shape' => 'DeleteInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceDependencyException']]], 'GetComponent' => ['name' => 'GetComponent', 'http' => ['method' => 'GET', 'requestUri' => '/GetComponent'], 'input' => ['shape' => 'GetComponentRequest'], 'output' => ['shape' => 'GetComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetComponentPolicy' => ['name' => 'GetComponentPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetComponentPolicy'], 'input' => ['shape' => 'GetComponentPolicyRequest'], 'output' => ['shape' => 'GetComponentPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetDistributionConfiguration' => ['name' => 'GetDistributionConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/GetDistributionConfiguration'], 'input' => ['shape' => 'GetDistributionConfigurationRequest'], 'output' => ['shape' => 'GetDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImage' => ['name' => 'GetImage', 'http' => ['method' => 'GET', 'requestUri' => '/GetImage'], 'input' => ['shape' => 'GetImageRequest'], 'output' => ['shape' => 'GetImageResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImagePipeline' => ['name' => 'GetImagePipeline', 'http' => ['method' => 'GET', 'requestUri' => '/GetImagePipeline'], 'input' => ['shape' => 'GetImagePipelineRequest'], 'output' => ['shape' => 'GetImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImagePolicy' => ['name' => 'GetImagePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetImagePolicy'], 'input' => ['shape' => 'GetImagePolicyRequest'], 'output' => ['shape' => 'GetImagePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImageRecipe' => ['name' => 'GetImageRecipe', 'http' => ['method' => 'GET', 'requestUri' => '/GetImageRecipe'], 'input' => ['shape' => 'GetImageRecipeRequest'], 'output' => ['shape' => 'GetImageRecipeResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetImageRecipePolicy' => ['name' => 'GetImageRecipePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/GetImageRecipePolicy'], 'input' => ['shape' => 'GetImageRecipePolicyRequest'], 'output' => ['shape' => 'GetImageRecipePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'GetInfrastructureConfiguration' => ['name' => 'GetInfrastructureConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/GetInfrastructureConfiguration'], 'input' => ['shape' => 'GetInfrastructureConfigurationRequest'], 'output' => ['shape' => 'GetInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ImportComponent' => ['name' => 'ImportComponent', 'http' => ['method' => 'PUT', 'requestUri' => '/ImportComponent'], 'input' => ['shape' => 'ImportComponentRequest'], 'output' => ['shape' => 'ImportComponentResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'InvalidVersionNumberException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException']]], 'ListComponentBuildVersions' => ['name' => 'ListComponentBuildVersions', 'http' => ['method' => 'POST', 'requestUri' => '/ListComponentBuildVersions'], 'input' => ['shape' => 'ListComponentBuildVersionsRequest'], 'output' => ['shape' => 'ListComponentBuildVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListComponents' => ['name' => 'ListComponents', 'http' => ['method' => 'POST', 'requestUri' => '/ListComponents'], 'input' => ['shape' => 'ListComponentsRequest'], 'output' => ['shape' => 'ListComponentsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListDistributionConfigurations' => ['name' => 'ListDistributionConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/ListDistributionConfigurations'], 'input' => ['shape' => 'ListDistributionConfigurationsRequest'], 'output' => ['shape' => 'ListDistributionConfigurationsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImageBuildVersions' => ['name' => 'ListImageBuildVersions', 'http' => ['method' => 'POST', 'requestUri' => '/ListImageBuildVersions'], 'input' => ['shape' => 'ListImageBuildVersionsRequest'], 'output' => ['shape' => 'ListImageBuildVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImagePipelineImages' => ['name' => 'ListImagePipelineImages', 'http' => ['method' => 'POST', 'requestUri' => '/ListImagePipelineImages'], 'input' => ['shape' => 'ListImagePipelineImagesRequest'], 'output' => ['shape' => 'ListImagePipelineImagesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImagePipelines' => ['name' => 'ListImagePipelines', 'http' => ['method' => 'POST', 'requestUri' => '/ListImagePipelines'], 'input' => ['shape' => 'ListImagePipelinesRequest'], 'output' => ['shape' => 'ListImagePipelinesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImageRecipes' => ['name' => 'ListImageRecipes', 'http' => ['method' => 'POST', 'requestUri' => '/ListImageRecipes'], 'input' => ['shape' => 'ListImageRecipesRequest'], 'output' => ['shape' => 'ListImageRecipesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListImages' => ['name' => 'ListImages', 'http' => ['method' => 'POST', 'requestUri' => '/ListImages'], 'input' => ['shape' => 'ListImagesRequest'], 'output' => ['shape' => 'ListImagesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListInfrastructureConfigurations' => ['name' => 'ListInfrastructureConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/ListInfrastructureConfigurations'], 'input' => ['shape' => 'ListInfrastructureConfigurationsRequest'], 'output' => ['shape' => 'ListInfrastructureConfigurationsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'PutComponentPolicy' => ['name' => 'PutComponentPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutComponentPolicy'], 'input' => ['shape' => 'PutComponentPolicyRequest'], 'output' => ['shape' => 'PutComponentPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'PutImagePolicy' => ['name' => 'PutImagePolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutImagePolicy'], 'input' => ['shape' => 'PutImagePolicyRequest'], 'output' => ['shape' => 'PutImagePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'PutImageRecipePolicy' => ['name' => 'PutImageRecipePolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/PutImageRecipePolicy'], 'input' => ['shape' => 'PutImageRecipePolicyRequest'], 'output' => ['shape' => 'PutImageRecipePolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException']]], 'StartImagePipelineExecution' => ['name' => 'StartImagePipelineExecution', 'http' => ['method' => 'PUT', 'requestUri' => '/StartImagePipelineExecution'], 'input' => ['shape' => 'StartImagePipelineExecutionRequest'], 'output' => ['shape' => 'StartImagePipelineExecutionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateDistributionConfiguration' => ['name' => 'UpdateDistributionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateDistributionConfiguration'], 'input' => ['shape' => 'UpdateDistributionConfigurationRequest'], 'output' => ['shape' => 'UpdateDistributionConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterCombinationException']]], 'UpdateImagePipeline' => ['name' => 'UpdateImagePipeline', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateImagePipeline'], 'input' => ['shape' => 'UpdateImagePipelineRequest'], 'output' => ['shape' => 'UpdateImagePipelineResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]], 'UpdateInfrastructureConfiguration' => ['name' => 'UpdateInfrastructureConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/UpdateInfrastructureConfiguration'], 'input' => ['shape' => 'UpdateInfrastructureConfigurationRequest'], 'output' => ['shape' => 'UpdateInfrastructureConfigurationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ClientException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ForbiddenException'], ['shape' => 'CallRateLimitExceededException'], ['shape' => 'ResourceInUseException']]]], 'shapes' => ['AccountList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Ami' => ['type' => 'structure', 'members' => ['region' => ['shape' => 'NonEmptyString'], 'image' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'ImageState']]], 'AmiDistributionConfiguration' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AmiNameString'], 'description' => ['shape' => 'NonEmptyString'], 'amiTags' => ['shape' => 'TagMap'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'launchPermission' => ['shape' => 'LaunchPermissionConfiguration']]], 'AmiList' => ['type' => 'list', 'member' => ['shape' => 'Ami']], 'AmiNameString' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[-_A-Za-z0-9{][-_A-Za-z0-9\\s:{}\\.]+[-_A-Za-z0-9}]$'], 'Arn' => ['type' => 'string'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn']], 'CallRateLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'CancelImageCreationRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn', 'clientToken'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CancelImageCreationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'ClientException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ClientToken' => ['type' => 'string', 'max' => 36, 'min' => 1], 'Component' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ComponentType'], 'platform' => ['shape' => 'Platform'], 'supportedOsVersions' => ['shape' => 'OsVersionList'], 'owner' => ['shape' => 'NonEmptyString'], 'data' => ['shape' => 'ComponentData'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'encrypted' => ['shape' => 'NullableBoolean'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ComponentBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$'], 'ComponentConfiguration' => ['type' => 'structure', 'required' => ['componentArn'], 'members' => ['componentArn' => ['shape' => 'ComponentVersionArnOrBuildVersionArn']]], 'ComponentConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'ComponentConfiguration'], 'min' => 1], 'ComponentData' => ['type' => 'string'], 'ComponentFormat' => ['type' => 'string', 'enum' => ['SHELL']], 'ComponentSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'supportedOsVersions' => ['shape' => 'OsVersionList'], 'type' => ['shape' => 'ComponentType'], 'owner' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ComponentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ComponentSummary']], 'ComponentType' => ['type' => 'string', 'enum' => ['BUILD', 'TEST']], 'ComponentVersion' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'supportedOsVersions' => ['shape' => 'OsVersionList'], 'type' => ['shape' => 'ComponentType'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime']]], 'ComponentVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ComponentVersionArnOrBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):component/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$'], 'ComponentVersionList' => ['type' => 'list', 'member' => ['shape' => 'ComponentVersion']], 'CreateComponentRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'platform', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'supportedOsVersions' => ['shape' => 'OsVersionList'], 'data' => ['shape' => 'InlineComponentData'], 'uri' => ['shape' => 'Uri'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'CreateDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['name', 'distributions', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'CreateImagePipelineRequest' => ['type' => 'structure', 'required' => ['name', 'imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'enhancedImageMetadataEnabled' => ['shape' => 'NullableBoolean'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'CreateImageRecipeRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'components', 'parentImage', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'components' => ['shape' => 'ComponentConfigurationList'], 'parentImage' => ['shape' => 'NonEmptyString'], 'blockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappings'], 'tags' => ['shape' => 'TagMap'], 'workingDirectory' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'CreateImageRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'enhancedImageMetadataEnabled' => ['shape' => 'NullableBoolean'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'CreateInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['name', 'instanceProfileName', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'SnsTopicArn'], 'resourceTags' => ['shape' => 'ResourceTagMap'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'CreateInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'DateTime' => ['type' => 'string'], 'DeleteComponentRequest' => ['type' => 'structure', 'required' => ['componentBuildVersionArn'], 'members' => ['componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentBuildVersionArn']]], 'DeleteComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'DeleteDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn', 'location' => 'querystring', 'locationName' => 'distributionConfigurationArn']]], 'DeleteDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'DeleteImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn', 'location' => 'querystring', 'locationName' => 'imagePipelineArn']]], 'DeleteImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'DeleteImageRecipeRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'DeleteImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'DeleteImageRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageBuildVersionArn']]], 'DeleteImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'DeleteInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn', 'location' => 'querystring', 'locationName' => 'infrastructureConfigurationArn']]], 'DeleteInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'Distribution' => ['type' => 'structure', 'required' => ['region'], 'members' => ['region' => ['shape' => 'NonEmptyString'], 'amiDistributionConfiguration' => ['shape' => 'AmiDistributionConfiguration'], 'licenseConfigurationArns' => ['shape' => 'ArnList']]], 'DistributionConfiguration' => ['type' => 'structure', 'required' => ['timeoutMinutes'], 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'timeoutMinutes' => ['shape' => 'DistributionTimeoutMinutes'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'DistributionConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):distribution-configuration/[a-z0-9-_]+$'], 'DistributionConfigurationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'DistributionConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DistributionConfigurationSummary']], 'DistributionList' => ['type' => 'list', 'member' => ['shape' => 'Distribution']], 'DistributionTimeoutMinutes' => ['type' => 'integer', 'max' => 720, 'min' => 30], 'EbsInstanceBlockDeviceSpecification' => ['type' => 'structure', 'members' => ['encrypted' => ['shape' => 'NullableBoolean'], 'deleteOnTermination' => ['shape' => 'NullableBoolean'], 'iops' => ['shape' => 'EbsIopsInteger'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'snapshotId' => ['shape' => 'NonEmptyString'], 'volumeSize' => ['shape' => 'EbsVolumeSizeInteger'], 'volumeType' => ['shape' => 'EbsVolumeType']]], 'EbsIopsInteger' => ['type' => 'integer', 'max' => 10000, 'min' => 100], 'EbsVolumeSizeInteger' => ['type' => 'integer', 'max' => 16000, 'min' => 1], 'EbsVolumeType' => ['type' => 'string', 'enum' => ['standard', 'io1', 'gp2', 'sc1', 'st1']], 'EmptyString' => ['type' => 'string', 'max' => 0, 'min' => 0], 'ErrorMessage' => ['type' => 'string'], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FilterName'], 'values' => ['shape' => 'FilterValues']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 10, 'min' => 1], 'FilterName' => ['type' => 'string', 'pattern' => '^[a-zA-Z]{1,1024}$'], 'FilterValue' => ['type' => 'string', 'pattern' => '^[0-9a-zA-Z./_ :-]{1,1024}$'], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue'], 'max' => 10, 'min' => 1], 'ForbiddenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GetComponentPolicyRequest' => ['type' => 'structure', 'required' => ['componentArn'], 'members' => ['componentArn' => ['shape' => 'ComponentBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentArn']]], 'GetComponentPolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetComponentRequest' => ['type' => 'structure', 'required' => ['componentBuildVersionArn'], 'members' => ['componentBuildVersionArn' => ['shape' => 'ComponentVersionArnOrBuildVersionArn', 'location' => 'querystring', 'locationName' => 'componentBuildVersionArn']]], 'GetComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'component' => ['shape' => 'Component']]], 'GetDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn', 'location' => 'querystring', 'locationName' => 'distributionConfigurationArn']]], 'GetDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfiguration' => ['shape' => 'DistributionConfiguration']]], 'GetImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn', 'location' => 'querystring', 'locationName' => 'imagePipelineArn']]], 'GetImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipeline' => ['shape' => 'ImagePipeline']]], 'GetImagePolicyRequest' => ['type' => 'structure', 'required' => ['imageArn'], 'members' => ['imageArn' => ['shape' => 'ImageBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageArn']]], 'GetImagePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetImageRecipePolicyRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'GetImageRecipePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'GetImageRecipeRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn', 'location' => 'querystring', 'locationName' => 'imageRecipeArn']]], 'GetImageRecipeResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipe' => ['shape' => 'ImageRecipe']]], 'GetImageRequest' => ['type' => 'structure', 'required' => ['imageBuildVersionArn'], 'members' => ['imageBuildVersionArn' => ['shape' => 'ImageVersionArnOrBuildVersionArn', 'location' => 'querystring', 'locationName' => 'imageBuildVersionArn']]], 'GetImageResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'image' => ['shape' => 'Image']]], 'GetInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn', 'location' => 'querystring', 'locationName' => 'infrastructureConfigurationArn']]], 'GetInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfiguration' => ['shape' => 'InfrastructureConfiguration']]], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Image' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'enhancedImageMetadataEnabled' => ['shape' => 'NullableBoolean'], 'osVersion' => ['shape' => 'OsVersion'], 'state' => ['shape' => 'ImageState'], 'imageRecipe' => ['shape' => 'ImageRecipe'], 'sourcePipelineName' => ['shape' => 'ResourceName'], 'sourcePipelineArn' => ['shape' => 'Arn'], 'infrastructureConfiguration' => ['shape' => 'InfrastructureConfiguration'], 'distributionConfiguration' => ['shape' => 'DistributionConfiguration'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'dateCreated' => ['shape' => 'DateTime'], 'outputResources' => ['shape' => 'OutputResources'], 'tags' => ['shape' => 'TagMap']]], 'ImageBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+/\\d+$'], 'ImageBuilderArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):(?:image-recipe|infrastructure-configuration|distribution-configuration|component|image|image-pipeline)/[a-z0-9-_]+(?:/(?:(?:x|\\d+)\\.(?:x|\\d+)\\.(?:x|\\d+))(?:/\\d+)?)?$'], 'ImagePipeline' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'enhancedImageMetadataEnabled' => ['shape' => 'NullableBoolean'], 'imageRecipeArn' => ['shape' => 'Arn'], 'infrastructureConfigurationArn' => ['shape' => 'Arn'], 'distributionConfigurationArn' => ['shape' => 'Arn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'dateLastRun' => ['shape' => 'DateTime'], 'dateNextRun' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ImagePipelineArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-pipeline/[a-z0-9-_]+$'], 'ImagePipelineList' => ['type' => 'list', 'member' => ['shape' => 'ImagePipeline']], 'ImageRecipe' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'version' => ['shape' => 'VersionNumber'], 'components' => ['shape' => 'ComponentConfigurationList'], 'parentImage' => ['shape' => 'NonEmptyString'], 'blockDeviceMappings' => ['shape' => 'InstanceBlockDeviceMappings'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap'], 'workingDirectory' => ['shape' => 'NonEmptyString']]], 'ImageRecipeArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image-recipe/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ImageRecipeSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'platform' => ['shape' => 'Platform'], 'owner' => ['shape' => 'NonEmptyString'], 'parentImage' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'tags' => ['shape' => 'TagMap']]], 'ImageRecipeSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ImageRecipeSummary']], 'ImageState' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'ImageStatus'], 'reason' => ['shape' => 'NonEmptyString']]], 'ImageStatus' => ['type' => 'string', 'enum' => ['PENDING', 'CREATING', 'BUILDING', 'TESTING', 'DISTRIBUTING', 'INTEGRATING', 'AVAILABLE', 'CANCELLED', 'FAILED', 'DEPRECATED', 'DELETED']], 'ImageSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'osVersion' => ['shape' => 'OsVersion'], 'state' => ['shape' => 'ImageState'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'outputResources' => ['shape' => 'OutputResources'], 'tags' => ['shape' => 'TagMap']]], 'ImageSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ImageSummary']], 'ImageTestsConfiguration' => ['type' => 'structure', 'members' => ['imageTestsEnabled' => ['shape' => 'NullableBoolean'], 'timeoutMinutes' => ['shape' => 'ImageTestsTimeoutMinutes']]], 'ImageTestsTimeoutMinutes' => ['type' => 'integer', 'max' => 1440, 'min' => 60], 'ImageVersion' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'version' => ['shape' => 'VersionNumber'], 'platform' => ['shape' => 'Platform'], 'osVersion' => ['shape' => 'OsVersion'], 'owner' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime']]], 'ImageVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/\\d+\\.\\d+\\.\\d+$'], 'ImageVersionArnOrBuildVersionArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):image/[a-z0-9-_]+/(?:(?:(\\d+|x)\\.(\\d+|x)\\.(\\d+|x))|(?:\\d+\\.\\d+\\.\\d+/\\d+))$'], 'ImageVersionList' => ['type' => 'list', 'member' => ['shape' => 'ImageVersion']], 'ImportComponentRequest' => ['type' => 'structure', 'required' => ['name', 'semanticVersion', 'type', 'format', 'platform', 'clientToken'], 'members' => ['name' => ['shape' => 'ResourceName'], 'semanticVersion' => ['shape' => 'VersionNumber'], 'description' => ['shape' => 'NonEmptyString'], 'changeDescription' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'ComponentType'], 'format' => ['shape' => 'ComponentFormat'], 'platform' => ['shape' => 'Platform'], 'data' => ['shape' => 'NonEmptyString'], 'uri' => ['shape' => 'Uri'], 'kmsKeyId' => ['shape' => 'NonEmptyString'], 'tags' => ['shape' => 'TagMap'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'ImportComponentResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'componentBuildVersionArn' => ['shape' => 'ComponentBuildVersionArn']]], 'InfrastructureConfiguration' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'resourceTags' => ['shape' => 'ResourceTagMap'], 'tags' => ['shape' => 'TagMap']]], 'InfrastructureConfigurationArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:imagebuilder:[^:]+:(?:\\d{12}|aws):infrastructure-configuration/[a-z0-9-_]+$'], 'InfrastructureConfigurationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ImageBuilderArn'], 'name' => ['shape' => 'ResourceName'], 'description' => ['shape' => 'NonEmptyString'], 'dateCreated' => ['shape' => 'DateTime'], 'dateUpdated' => ['shape' => 'DateTime'], 'resourceTags' => ['shape' => 'ResourceTagMap'], 'tags' => ['shape' => 'TagMap']]], 'InfrastructureConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InfrastructureConfigurationSummary']], 'InlineComponentData' => ['type' => 'string', 'max' => 16000, 'min' => 1], 'InstanceBlockDeviceMapping' => ['type' => 'structure', 'members' => ['deviceName' => ['shape' => 'NonEmptyString'], 'ebs' => ['shape' => 'EbsInstanceBlockDeviceSpecification'], 'virtualName' => ['shape' => 'NonEmptyString'], 'noDevice' => ['shape' => 'EmptyString']]], 'InstanceBlockDeviceMappings' => ['type' => 'list', 'member' => ['shape' => 'InstanceBlockDeviceMapping']], 'InstanceType' => ['type' => 'string'], 'InstanceTypeList' => ['type' => 'list', 'member' => ['shape' => 'InstanceType']], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidVersionNumberException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LaunchPermissionConfiguration' => ['type' => 'structure', 'members' => ['userIds' => ['shape' => 'AccountList'], 'userGroups' => ['shape' => 'StringList']]], 'ListComponentBuildVersionsRequest' => ['type' => 'structure', 'required' => ['componentVersionArn'], 'members' => ['componentVersionArn' => ['shape' => 'ComponentVersionArn'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentBuildVersionsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentSummaryList' => ['shape' => 'ComponentSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentsRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListComponentsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentVersionList' => ['shape' => 'ComponentVersionList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListDistributionConfigurationsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListDistributionConfigurationsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'distributionConfigurationSummaryList' => ['shape' => 'DistributionConfigurationSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageBuildVersionsRequest' => ['type' => 'structure', 'required' => ['imageVersionArn'], 'members' => ['imageVersionArn' => ['shape' => 'ImageVersionArn'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageBuildVersionsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageSummaryList' => ['shape' => 'ImageSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelineImagesRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelineImagesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageSummaryList' => ['shape' => 'ImageSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelinesRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagePipelinesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imagePipelineList' => ['shape' => 'ImagePipelineList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageRecipesRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImageRecipesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeSummaryList' => ['shape' => 'ImageRecipeSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagesRequest' => ['type' => 'structure', 'members' => ['owner' => ['shape' => 'Ownership'], 'filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListImagesResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageVersionList' => ['shape' => 'ImageVersionList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListInfrastructureConfigurationsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'FilterList'], 'maxResults' => ['shape' => 'RestrictedInteger', 'box' => \true], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListInfrastructureConfigurationsResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'infrastructureConfigurationSummaryList' => ['shape' => 'InfrastructureConfigurationSummaryList'], 'nextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'Logging' => ['type' => 'structure', 'members' => ['s3Logs' => ['shape' => 'S3Logs']]], 'NonEmptyString' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NullableBoolean' => ['type' => 'boolean'], 'OsVersion' => ['type' => 'string', 'min' => 1], 'OsVersionList' => ['type' => 'list', 'member' => ['shape' => 'OsVersion'], 'max' => 25, 'min' => 1], 'OutputResources' => ['type' => 'structure', 'members' => ['amis' => ['shape' => 'AmiList']]], 'Ownership' => ['type' => 'string', 'enum' => ['Self', 'Shared', 'Amazon']], 'PipelineExecutionStartCondition' => ['type' => 'string', 'enum' => ['EXPRESSION_MATCH_ONLY', 'EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE']], 'PipelineStatus' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Platform' => ['type' => 'string', 'enum' => ['Windows', 'Linux']], 'PutComponentPolicyRequest' => ['type' => 'structure', 'required' => ['componentArn', 'policy'], 'members' => ['componentArn' => ['shape' => 'ComponentBuildVersionArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutComponentPolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'componentArn' => ['shape' => 'ComponentBuildVersionArn']]], 'PutImagePolicyRequest' => ['type' => 'structure', 'required' => ['imageArn', 'policy'], 'members' => ['imageArn' => ['shape' => 'ImageBuildVersionArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutImagePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageArn' => ['shape' => 'ImageBuildVersionArn']]], 'PutImageRecipePolicyRequest' => ['type' => 'structure', 'required' => ['imageRecipeArn', 'policy'], 'members' => ['imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'policy' => ['shape' => 'ResourcePolicyDocument']]], 'PutImageRecipePolicyResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceDependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceName' => ['type' => 'string', 'pattern' => '^[-_A-Za-z-0-9][-_A-Za-z0-9 ]{1,126}[-_A-Za-z-0-9]$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePolicyDocument' => ['type' => 'string', 'max' => 30000, 'min' => 1], 'ResourceTagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 30, 'min' => 1], 'RestrictedInteger' => ['type' => 'integer', 'max' => 25, 'min' => 1], 'S3Logs' => ['type' => 'structure', 'members' => ['s3BucketName' => ['shape' => 'NonEmptyString'], 's3KeyPrefix' => ['shape' => 'NonEmptyString']]], 'Schedule' => ['type' => 'structure', 'members' => ['scheduleExpression' => ['shape' => 'NonEmptyString'], 'pipelineExecutionStartCondition' => ['shape' => 'PipelineExecutionStartCondition']]], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ServiceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'SnsTopicArn' => ['type' => 'string', 'pattern' => '^arn:aws[^:]*:sns:[^:]+:\\d{12}:[a-zA-Z0-9-_]{1,256}$'], 'StartImagePipelineExecutionRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn', 'clientToken'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'StartImagePipelineExecutionResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imageBuildVersionArn' => ['shape' => 'ImageBuildVersionArn']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ImageBuilderArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDistributionConfigurationRequest' => ['type' => 'structure', 'required' => ['distributionConfigurationArn', 'distributions', 'clientToken'], 'members' => ['distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'description' => ['shape' => 'NonEmptyString'], 'distributions' => ['shape' => 'DistributionList'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateDistributionConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn']]], 'UpdateImagePipelineRequest' => ['type' => 'structure', 'required' => ['imagePipelineArn', 'imageRecipeArn', 'infrastructureConfigurationArn', 'clientToken'], 'members' => ['imagePipelineArn' => ['shape' => 'ImagePipelineArn'], 'description' => ['shape' => 'NonEmptyString'], 'imageRecipeArn' => ['shape' => 'ImageRecipeArn'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'distributionConfigurationArn' => ['shape' => 'DistributionConfigurationArn'], 'imageTestsConfiguration' => ['shape' => 'ImageTestsConfiguration'], 'enhancedImageMetadataEnabled' => ['shape' => 'NullableBoolean'], 'schedule' => ['shape' => 'Schedule'], 'status' => ['shape' => 'PipelineStatus'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateImagePipelineResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'imagePipelineArn' => ['shape' => 'ImagePipelineArn']]], 'UpdateInfrastructureConfigurationRequest' => ['type' => 'structure', 'required' => ['infrastructureConfigurationArn', 'instanceProfileName', 'clientToken'], 'members' => ['infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn'], 'description' => ['shape' => 'NonEmptyString'], 'instanceTypes' => ['shape' => 'InstanceTypeList'], 'instanceProfileName' => ['shape' => 'NonEmptyString'], 'securityGroupIds' => ['shape' => 'SecurityGroupIds'], 'subnetId' => ['shape' => 'NonEmptyString'], 'logging' => ['shape' => 'Logging'], 'keyPair' => ['shape' => 'NonEmptyString'], 'terminateInstanceOnFailure' => ['shape' => 'NullableBoolean'], 'snsTopicArn' => ['shape' => 'SnsTopicArn'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'resourceTags' => ['shape' => 'ResourceTagMap']]], 'UpdateInfrastructureConfigurationResponse' => ['type' => 'structure', 'members' => ['requestId' => ['shape' => 'NonEmptyString'], 'clientToken' => ['shape' => 'ClientToken'], 'infrastructureConfigurationArn' => ['shape' => 'InfrastructureConfigurationArn']]], 'Uri' => ['type' => 'string'], 'VersionNumber' => ['type' => 'string', 'pattern' => '^[0-9]+\\.[0-9]+\\.[0-9]+$']]]; diff --git a/vendor/Aws3/Aws/data/iot/2015-05-28/api-2.json.php b/vendor/Aws3/Aws/data/iot/2015-05-28/api-2.json.php index 54d69930..3fbd679b 100644 --- a/vendor/Aws3/Aws/data/iot/2015-05-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/iot/2015-05-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-05-28', 'endpointPrefix' => 'iot', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT', 'serviceId' => 'IoT', 'signatureVersion' => 'v4', 'signingName' => 'execute-api', 'uid' => 'iot-2015-05-28'], 'operations' => ['AcceptCertificateTransfer' => ['name' => 'AcceptCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/accept-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'AcceptCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'AddThingToBillingGroup' => ['name' => 'AddThingToBillingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/billing-groups/addThingToBillingGroup'], 'input' => ['shape' => 'AddThingToBillingGroupRequest'], 'output' => ['shape' => 'AddThingToBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'AddThingToThingGroup' => ['name' => 'AddThingToThingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/addThingToThingGroup'], 'input' => ['shape' => 'AddThingToThingGroupRequest'], 'output' => ['shape' => 'AddThingToThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateTargetsWithJob' => ['name' => 'AssociateTargetsWithJob', 'http' => ['method' => 'POST', 'requestUri' => '/jobs/{jobId}/targets'], 'input' => ['shape' => 'AssociateTargetsWithJobRequest'], 'output' => ['shape' => 'AssociateTargetsWithJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'AttachPolicy' => ['name' => 'AttachPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/target-policies/{policyName}'], 'input' => ['shape' => 'AttachPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'AttachPrincipalPolicy' => ['name' => 'AttachPrincipalPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/principal-policies/{policyName}'], 'input' => ['shape' => 'AttachPrincipalPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']], 'deprecated' => \true], 'AttachSecurityProfile' => ['name' => 'AttachSecurityProfile', 'http' => ['method' => 'PUT', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'AttachSecurityProfileRequest'], 'output' => ['shape' => 'AttachSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'AttachThingPrincipal' => ['name' => 'AttachThingPrincipal', 'http' => ['method' => 'PUT', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'AttachThingPrincipalRequest'], 'output' => ['shape' => 'AttachThingPrincipalResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CancelAuditMitigationActionsTask' => ['name' => 'CancelAuditMitigationActionsTask', 'http' => ['method' => 'PUT', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}/cancel'], 'input' => ['shape' => 'CancelAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'CancelAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CancelAuditTask' => ['name' => 'CancelAuditTask', 'http' => ['method' => 'PUT', 'requestUri' => '/audit/tasks/{taskId}/cancel'], 'input' => ['shape' => 'CancelAuditTaskRequest'], 'output' => ['shape' => 'CancelAuditTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CancelCertificateTransfer' => ['name' => 'CancelCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/cancel-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'CancelCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'PUT', 'requestUri' => '/jobs/{jobId}/cancel'], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'CancelJobExecution' => ['name' => 'CancelJobExecution', 'http' => ['method' => 'PUT', 'requestUri' => '/things/{thingName}/jobs/{jobId}/cancel'], 'input' => ['shape' => 'CancelJobExecutionRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'VersionConflictException']]], 'ClearDefaultAuthorizer' => ['name' => 'ClearDefaultAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'ClearDefaultAuthorizerRequest'], 'output' => ['shape' => 'ClearDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ConfirmTopicRuleDestination' => ['name' => 'ConfirmTopicRuleDestination', 'http' => ['method' => 'GET', 'requestUri' => '/confirmdestination/{confirmationToken+}'], 'input' => ['shape' => 'ConfirmTopicRuleDestinationRequest'], 'output' => ['shape' => 'ConfirmTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'CreateAuthorizerResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateBillingGroup' => ['name' => 'CreateBillingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'CreateBillingGroupRequest'], 'output' => ['shape' => 'CreateBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateCertificateFromCsr' => ['name' => 'CreateCertificateFromCsr', 'http' => ['method' => 'POST', 'requestUri' => '/certificates'], 'input' => ['shape' => 'CreateCertificateFromCsrRequest'], 'output' => ['shape' => 'CreateCertificateFromCsrResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateDomainConfiguration' => ['name' => 'CreateDomainConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'CreateDomainConfigurationRequest'], 'output' => ['shape' => 'CreateDomainConfigurationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'CertificateValidationException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException']]], 'CreateDynamicThingGroup' => ['name' => 'CreateDynamicThingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'CreateDynamicThingGroupRequest'], 'output' => ['shape' => 'CreateDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidQueryException'], ['shape' => 'LimitExceededException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'PUT', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'CreateKeysAndCertificate' => ['name' => 'CreateKeysAndCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/keys-and-certificate'], 'input' => ['shape' => 'CreateKeysAndCertificateRequest'], 'output' => ['shape' => 'CreateKeysAndCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateMitigationAction' => ['name' => 'CreateMitigationAction', 'http' => ['method' => 'POST', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'CreateMitigationActionRequest'], 'output' => ['shape' => 'CreateMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateOTAUpdate' => ['name' => 'CreateOTAUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'CreateOTAUpdateRequest'], 'output' => ['shape' => 'CreateOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'MalformedPolicyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreatePolicyVersion' => ['name' => 'CreatePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/policies/{policyName}/version'], 'input' => ['shape' => 'CreatePolicyVersionRequest'], 'output' => ['shape' => 'CreatePolicyVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyException'], ['shape' => 'VersionsLimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateProvisioningClaim' => ['name' => 'CreateProvisioningClaim', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates/{templateName}/provisioning-claim'], 'input' => ['shape' => 'CreateProvisioningClaimRequest'], 'output' => ['shape' => 'CreateProvisioningClaimResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateProvisioningTemplate' => ['name' => 'CreateProvisioningTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates'], 'input' => ['shape' => 'CreateProvisioningTemplateRequest'], 'output' => ['shape' => 'CreateProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateProvisioningTemplateVersion' => ['name' => 'CreateProvisioningTemplateVersion', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates/{templateName}/versions'], 'input' => ['shape' => 'CreateProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'CreateProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'VersionsLimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateRoleAlias' => ['name' => 'CreateRoleAlias', 'http' => ['method' => 'POST', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'CreateRoleAliasRequest'], 'output' => ['shape' => 'CreateRoleAliasResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateScheduledAudit' => ['name' => 'CreateScheduledAudit', 'http' => ['method' => 'POST', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'CreateScheduledAuditRequest'], 'output' => ['shape' => 'CreateScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'CreateSecurityProfile' => ['name' => 'CreateSecurityProfile', 'http' => ['method' => 'POST', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'CreateSecurityProfileRequest'], 'output' => ['shape' => 'CreateSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateStream' => ['name' => 'CreateStream', 'http' => ['method' => 'POST', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'CreateStreamRequest'], 'output' => ['shape' => 'CreateStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateThing' => ['name' => 'CreateThing', 'http' => ['method' => 'POST', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'CreateThingRequest'], 'output' => ['shape' => 'CreateThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException']]], 'CreateThingGroup' => ['name' => 'CreateThingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'CreateThingGroupRequest'], 'output' => ['shape' => 'CreateThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateThingType' => ['name' => 'CreateThingType', 'http' => ['method' => 'POST', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'CreateThingTypeRequest'], 'output' => ['shape' => 'CreateThingTypeResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateTopicRule' => ['name' => 'CreateTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'CreateTopicRuleRequest'], 'errors' => [['shape' => 'SqlParseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateTopicRuleDestination' => ['name' => 'CreateTopicRuleDestination', 'http' => ['method' => 'POST', 'requestUri' => '/destinations'], 'input' => ['shape' => 'CreateTopicRuleDestinationRequest'], 'output' => ['shape' => 'CreateTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteAccountAuditConfiguration' => ['name' => 'DeleteAccountAuditConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'DeleteAccountAuditConfigurationRequest'], 'output' => ['shape' => 'DeleteAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'output' => ['shape' => 'DeleteAuthorizerResponse'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteBillingGroup' => ['name' => 'DeleteBillingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'DeleteBillingGroupRequest'], 'output' => ['shape' => 'DeleteBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteCACertificate' => ['name' => 'DeleteCACertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'DeleteCACertificateRequest'], 'output' => ['shape' => 'DeleteCACertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'CertificateStateException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'DeleteCertificateRequest'], 'errors' => [['shape' => 'CertificateStateException'], ['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteDomainConfiguration' => ['name' => 'DeleteDomainConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'DeleteDomainConfigurationRequest'], 'output' => ['shape' => 'DeleteDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException']]], 'DeleteDynamicThingGroup' => ['name' => 'DeleteDynamicThingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DeleteDynamicThingGroupRequest'], 'output' => ['shape' => 'DeleteDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteJob' => ['name' => 'DeleteJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'DeleteJobRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteJobExecution' => ['name' => 'DeleteJobExecution', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}'], 'input' => ['shape' => 'DeleteJobExecutionRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteMitigationAction' => ['name' => 'DeleteMitigationAction', 'http' => ['method' => 'DELETE', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'DeleteMitigationActionRequest'], 'output' => ['shape' => 'DeleteMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteOTAUpdate' => ['name' => 'DeleteOTAUpdate', 'http' => ['method' => 'DELETE', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'DeleteOTAUpdateRequest'], 'output' => ['shape' => 'DeleteOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'VersionConflictException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeletePolicyVersion' => ['name' => 'DeletePolicyVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'DeletePolicyVersionRequest'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteProvisioningTemplate' => ['name' => 'DeleteProvisioningTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'DeleteProvisioningTemplateRequest'], 'output' => ['shape' => 'DeleteProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'DeleteProvisioningTemplateVersion' => ['name' => 'DeleteProvisioningTemplateVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/provisioning-templates/{templateName}/versions/{versionId}'], 'input' => ['shape' => 'DeleteProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'DeleteProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'DeleteConflictException']]], 'DeleteRegistrationCode' => ['name' => 'DeleteRegistrationCode', 'http' => ['method' => 'DELETE', 'requestUri' => '/registrationcode'], 'input' => ['shape' => 'DeleteRegistrationCodeRequest'], 'output' => ['shape' => 'DeleteRegistrationCodeResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteRoleAlias' => ['name' => 'DeleteRoleAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'DeleteRoleAliasRequest'], 'output' => ['shape' => 'DeleteRoleAliasResponse'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteScheduledAudit' => ['name' => 'DeleteScheduledAudit', 'http' => ['method' => 'DELETE', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'DeleteScheduledAuditRequest'], 'output' => ['shape' => 'DeleteScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteSecurityProfile' => ['name' => 'DeleteSecurityProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'DeleteSecurityProfileRequest'], 'output' => ['shape' => 'DeleteSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'VersionConflictException']]], 'DeleteStream' => ['name' => 'DeleteStream', 'http' => ['method' => 'DELETE', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'DeleteStreamRequest'], 'output' => ['shape' => 'DeleteStreamResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteThing' => ['name' => 'DeleteThing', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'DeleteThingRequest'], 'output' => ['shape' => 'DeleteThingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'VersionConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteThingGroup' => ['name' => 'DeleteThingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DeleteThingGroupRequest'], 'output' => ['shape' => 'DeleteThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteThingType' => ['name' => 'DeleteThingType', 'http' => ['method' => 'DELETE', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'DeleteThingTypeRequest'], 'output' => ['shape' => 'DeleteThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteTopicRule' => ['name' => 'DeleteTopicRule', 'http' => ['method' => 'DELETE', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'DeleteTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteTopicRuleDestination' => ['name' => 'DeleteTopicRuleDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/destinations/{arn+}'], 'input' => ['shape' => 'DeleteTopicRuleDestinationRequest'], 'output' => ['shape' => 'DeleteTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteV2LoggingLevel' => ['name' => 'DeleteV2LoggingLevel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'DeleteV2LoggingLevelRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'DeprecateThingType' => ['name' => 'DeprecateThingType', 'http' => ['method' => 'POST', 'requestUri' => '/thing-types/{thingTypeName}/deprecate'], 'input' => ['shape' => 'DeprecateThingTypeRequest'], 'output' => ['shape' => 'DeprecateThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeAccountAuditConfiguration' => ['name' => 'DescribeAccountAuditConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'DescribeAccountAuditConfigurationRequest'], 'output' => ['shape' => 'DescribeAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditFinding' => ['name' => 'DescribeAuditFinding', 'http' => ['method' => 'GET', 'requestUri' => '/audit/findings/{findingId}'], 'input' => ['shape' => 'DescribeAuditFindingRequest'], 'output' => ['shape' => 'DescribeAuditFindingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditMitigationActionsTask' => ['name' => 'DescribeAuditMitigationActionsTask', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}'], 'input' => ['shape' => 'DescribeAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'DescribeAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditTask' => ['name' => 'DescribeAuditTask', 'http' => ['method' => 'GET', 'requestUri' => '/audit/tasks/{taskId}'], 'input' => ['shape' => 'DescribeAuditTaskRequest'], 'output' => ['shape' => 'DescribeAuditTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuthorizer' => ['name' => 'DescribeAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'DescribeAuthorizerRequest'], 'output' => ['shape' => 'DescribeAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeBillingGroup' => ['name' => 'DescribeBillingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'DescribeBillingGroupRequest'], 'output' => ['shape' => 'DescribeBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeCACertificate' => ['name' => 'DescribeCACertificate', 'http' => ['method' => 'GET', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'DescribeCACertificateRequest'], 'output' => ['shape' => 'DescribeCACertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeCertificate' => ['name' => 'DescribeCertificate', 'http' => ['method' => 'GET', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'DescribeCertificateRequest'], 'output' => ['shape' => 'DescribeCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDefaultAuthorizer' => ['name' => 'DescribeDefaultAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'DescribeDefaultAuthorizerRequest'], 'output' => ['shape' => 'DescribeDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeDomainConfiguration' => ['name' => 'DescribeDomainConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'DescribeDomainConfigurationRequest'], 'output' => ['shape' => 'DescribeDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'GET', 'requestUri' => '/endpoint'], 'input' => ['shape' => 'DescribeEndpointRequest'], 'output' => ['shape' => 'DescribeEndpointResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException']]], 'DescribeEventConfigurations' => ['name' => 'DescribeEventConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/event-configurations'], 'input' => ['shape' => 'DescribeEventConfigurationsRequest'], 'output' => ['shape' => 'DescribeEventConfigurationsResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']]], 'DescribeIndex' => ['name' => 'DescribeIndex', 'http' => ['method' => 'GET', 'requestUri' => '/indices/{indexName}'], 'input' => ['shape' => 'DescribeIndexRequest'], 'output' => ['shape' => 'DescribeIndexResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeJobExecution' => ['name' => 'DescribeJobExecution', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/jobs/{jobId}'], 'input' => ['shape' => 'DescribeJobExecutionRequest'], 'output' => ['shape' => 'DescribeJobExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeMitigationAction' => ['name' => 'DescribeMitigationAction', 'http' => ['method' => 'GET', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'DescribeMitigationActionRequest'], 'output' => ['shape' => 'DescribeMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeProvisioningTemplate' => ['name' => 'DescribeProvisioningTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'DescribeProvisioningTemplateRequest'], 'output' => ['shape' => 'DescribeProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'DescribeProvisioningTemplateVersion' => ['name' => 'DescribeProvisioningTemplateVersion', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}/versions/{versionId}'], 'input' => ['shape' => 'DescribeProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'DescribeProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeRoleAlias' => ['name' => 'DescribeRoleAlias', 'http' => ['method' => 'GET', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'DescribeRoleAliasRequest'], 'output' => ['shape' => 'DescribeRoleAliasResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeScheduledAudit' => ['name' => 'DescribeScheduledAudit', 'http' => ['method' => 'GET', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'DescribeScheduledAuditRequest'], 'output' => ['shape' => 'DescribeScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeSecurityProfile' => ['name' => 'DescribeSecurityProfile', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'DescribeSecurityProfileRequest'], 'output' => ['shape' => 'DescribeSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeStream' => ['name' => 'DescribeStream', 'http' => ['method' => 'GET', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'DescribeStreamRequest'], 'output' => ['shape' => 'DescribeStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeThing' => ['name' => 'DescribeThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'DescribeThingRequest'], 'output' => ['shape' => 'DescribeThingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeThingGroup' => ['name' => 'DescribeThingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DescribeThingGroupRequest'], 'output' => ['shape' => 'DescribeThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeThingRegistrationTask' => ['name' => 'DescribeThingRegistrationTask', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks/{taskId}'], 'input' => ['shape' => 'DescribeThingRegistrationTaskRequest'], 'output' => ['shape' => 'DescribeThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeThingType' => ['name' => 'DescribeThingType', 'http' => ['method' => 'GET', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'DescribeThingTypeRequest'], 'output' => ['shape' => 'DescribeThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DetachPolicy' => ['name' => 'DetachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/target-policies/{policyName}'], 'input' => ['shape' => 'DetachPolicyRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'DetachPrincipalPolicy' => ['name' => 'DetachPrincipalPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/principal-policies/{policyName}'], 'input' => ['shape' => 'DetachPrincipalPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'DetachSecurityProfile' => ['name' => 'DetachSecurityProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'DetachSecurityProfileRequest'], 'output' => ['shape' => 'DetachSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DetachThingPrincipal' => ['name' => 'DetachThingPrincipal', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'DetachThingPrincipalRequest'], 'output' => ['shape' => 'DetachThingPrincipalResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DisableTopicRule' => ['name' => 'DisableTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}/disable'], 'input' => ['shape' => 'DisableTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'EnableTopicRule' => ['name' => 'EnableTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}/enable'], 'input' => ['shape' => 'EnableTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'GetCardinality' => ['name' => 'GetCardinality', 'http' => ['method' => 'POST', 'requestUri' => '/indices/cardinality'], 'input' => ['shape' => 'GetCardinalityRequest'], 'output' => ['shape' => 'GetCardinalityResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetEffectivePolicies' => ['name' => 'GetEffectivePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/effective-policies'], 'input' => ['shape' => 'GetEffectivePoliciesRequest'], 'output' => ['shape' => 'GetEffectivePoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'GetIndexingConfiguration' => ['name' => 'GetIndexingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/indexing/config'], 'input' => ['shape' => 'GetIndexingConfigurationRequest'], 'output' => ['shape' => 'GetIndexingConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetJobDocument' => ['name' => 'GetJobDocument', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}/job-document'], 'input' => ['shape' => 'GetJobDocumentRequest'], 'output' => ['shape' => 'GetJobDocumentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'GetLoggingOptions' => ['name' => 'GetLoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/loggingOptions'], 'input' => ['shape' => 'GetLoggingOptionsRequest'], 'output' => ['shape' => 'GetLoggingOptionsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'GetOTAUpdate' => ['name' => 'GetOTAUpdate', 'http' => ['method' => 'GET', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'GetOTAUpdateRequest'], 'output' => ['shape' => 'GetOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetPercentiles' => ['name' => 'GetPercentiles', 'http' => ['method' => 'POST', 'requestUri' => '/indices/percentiles'], 'input' => ['shape' => 'GetPercentilesRequest'], 'output' => ['shape' => 'GetPercentilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetPolicyVersion' => ['name' => 'GetPolicyVersion', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'GetPolicyVersionRequest'], 'output' => ['shape' => 'GetPolicyVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetRegistrationCode' => ['name' => 'GetRegistrationCode', 'http' => ['method' => 'GET', 'requestUri' => '/registrationcode'], 'input' => ['shape' => 'GetRegistrationCodeRequest'], 'output' => ['shape' => 'GetRegistrationCodeResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException']]], 'GetStatistics' => ['name' => 'GetStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/indices/statistics'], 'input' => ['shape' => 'GetStatisticsRequest'], 'output' => ['shape' => 'GetStatisticsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetTopicRule' => ['name' => 'GetTopicRule', 'http' => ['method' => 'GET', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'GetTopicRuleRequest'], 'output' => ['shape' => 'GetTopicRuleResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'GetTopicRuleDestination' => ['name' => 'GetTopicRuleDestination', 'http' => ['method' => 'GET', 'requestUri' => '/destinations/{arn+}'], 'input' => ['shape' => 'GetTopicRuleDestinationRequest'], 'output' => ['shape' => 'GetTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'GetV2LoggingOptions' => ['name' => 'GetV2LoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v2LoggingOptions'], 'input' => ['shape' => 'GetV2LoggingOptionsRequest'], 'output' => ['shape' => 'GetV2LoggingOptionsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'ServiceUnavailableException']]], 'ListActiveViolations' => ['name' => 'ListActiveViolations', 'http' => ['method' => 'GET', 'requestUri' => '/active-violations'], 'input' => ['shape' => 'ListActiveViolationsRequest'], 'output' => ['shape' => 'ListActiveViolationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAttachedPolicies' => ['name' => 'ListAttachedPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/attached-policies/{target}'], 'input' => ['shape' => 'ListAttachedPoliciesRequest'], 'output' => ['shape' => 'ListAttachedPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'ListAuditFindings' => ['name' => 'ListAuditFindings', 'http' => ['method' => 'POST', 'requestUri' => '/audit/findings'], 'input' => ['shape' => 'ListAuditFindingsRequest'], 'output' => ['shape' => 'ListAuditFindingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditMitigationActionsExecutions' => ['name' => 'ListAuditMitigationActionsExecutions', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/executions'], 'input' => ['shape' => 'ListAuditMitigationActionsExecutionsRequest'], 'output' => ['shape' => 'ListAuditMitigationActionsExecutionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditMitigationActionsTasks' => ['name' => 'ListAuditMitigationActionsTasks', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/tasks'], 'input' => ['shape' => 'ListAuditMitigationActionsTasksRequest'], 'output' => ['shape' => 'ListAuditMitigationActionsTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditTasks' => ['name' => 'ListAuditTasks', 'http' => ['method' => 'GET', 'requestUri' => '/audit/tasks'], 'input' => ['shape' => 'ListAuditTasksRequest'], 'output' => ['shape' => 'ListAuditTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuthorizers' => ['name' => 'ListAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/authorizers/'], 'input' => ['shape' => 'ListAuthorizersRequest'], 'output' => ['shape' => 'ListAuthorizersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListBillingGroups' => ['name' => 'ListBillingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups'], 'input' => ['shape' => 'ListBillingGroupsRequest'], 'output' => ['shape' => 'ListBillingGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListCACertificates' => ['name' => 'ListCACertificates', 'http' => ['method' => 'GET', 'requestUri' => '/cacertificates'], 'input' => ['shape' => 'ListCACertificatesRequest'], 'output' => ['shape' => 'ListCACertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListCertificates' => ['name' => 'ListCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/certificates'], 'input' => ['shape' => 'ListCertificatesRequest'], 'output' => ['shape' => 'ListCertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListCertificatesByCA' => ['name' => 'ListCertificatesByCA', 'http' => ['method' => 'GET', 'requestUri' => '/certificates-by-ca/{caCertificateId}'], 'input' => ['shape' => 'ListCertificatesByCARequest'], 'output' => ['shape' => 'ListCertificatesByCAResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListDomainConfigurations' => ['name' => 'ListDomainConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/domainConfigurations'], 'input' => ['shape' => 'ListDomainConfigurationsRequest'], 'output' => ['shape' => 'ListDomainConfigurationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListIndices' => ['name' => 'ListIndices', 'http' => ['method' => 'GET', 'requestUri' => '/indices'], 'input' => ['shape' => 'ListIndicesRequest'], 'output' => ['shape' => 'ListIndicesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListJobExecutionsForJob' => ['name' => 'ListJobExecutionsForJob', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}/things'], 'input' => ['shape' => 'ListJobExecutionsForJobRequest'], 'output' => ['shape' => 'ListJobExecutionsForJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListJobExecutionsForThing' => ['name' => 'ListJobExecutionsForThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/jobs'], 'input' => ['shape' => 'ListJobExecutionsForThingRequest'], 'output' => ['shape' => 'ListJobExecutionsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/jobs'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListMitigationActions' => ['name' => 'ListMitigationActions', 'http' => ['method' => 'GET', 'requestUri' => '/mitigationactions/actions'], 'input' => ['shape' => 'ListMitigationActionsRequest'], 'output' => ['shape' => 'ListMitigationActionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListOTAUpdates' => ['name' => 'ListOTAUpdates', 'http' => ['method' => 'GET', 'requestUri' => '/otaUpdates'], 'input' => ['shape' => 'ListOTAUpdatesRequest'], 'output' => ['shape' => 'ListOTAUpdatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListOutgoingCertificates' => ['name' => 'ListOutgoingCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/certificates-out-going'], 'input' => ['shape' => 'ListOutgoingCertificatesRequest'], 'output' => ['shape' => 'ListOutgoingCertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/policies'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPolicyPrincipals' => ['name' => 'ListPolicyPrincipals', 'http' => ['method' => 'GET', 'requestUri' => '/policy-principals'], 'input' => ['shape' => 'ListPolicyPrincipalsRequest'], 'output' => ['shape' => 'ListPolicyPrincipalsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'ListPolicyVersions' => ['name' => 'ListPolicyVersions', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}/version'], 'input' => ['shape' => 'ListPolicyVersionsRequest'], 'output' => ['shape' => 'ListPolicyVersionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPrincipalPolicies' => ['name' => 'ListPrincipalPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/principal-policies'], 'input' => ['shape' => 'ListPrincipalPoliciesRequest'], 'output' => ['shape' => 'ListPrincipalPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'ListPrincipalThings' => ['name' => 'ListPrincipalThings', 'http' => ['method' => 'GET', 'requestUri' => '/principals/things'], 'input' => ['shape' => 'ListPrincipalThingsRequest'], 'output' => ['shape' => 'ListPrincipalThingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListProvisioningTemplateVersions' => ['name' => 'ListProvisioningTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}/versions'], 'input' => ['shape' => 'ListProvisioningTemplateVersionsRequest'], 'output' => ['shape' => 'ListProvisioningTemplateVersionsResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException']]], 'ListProvisioningTemplates' => ['name' => 'ListProvisioningTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates'], 'input' => ['shape' => 'ListProvisioningTemplatesRequest'], 'output' => ['shape' => 'ListProvisioningTemplatesResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'ListRoleAliases' => ['name' => 'ListRoleAliases', 'http' => ['method' => 'GET', 'requestUri' => '/role-aliases'], 'input' => ['shape' => 'ListRoleAliasesRequest'], 'output' => ['shape' => 'ListRoleAliasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListScheduledAudits' => ['name' => 'ListScheduledAudits', 'http' => ['method' => 'GET', 'requestUri' => '/audit/scheduledaudits'], 'input' => ['shape' => 'ListScheduledAuditsRequest'], 'output' => ['shape' => 'ListScheduledAuditsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListSecurityProfiles' => ['name' => 'ListSecurityProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles'], 'input' => ['shape' => 'ListSecurityProfilesRequest'], 'output' => ['shape' => 'ListSecurityProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListSecurityProfilesForTarget' => ['name' => 'ListSecurityProfilesForTarget', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles-for-target'], 'input' => ['shape' => 'ListSecurityProfilesForTargetRequest'], 'output' => ['shape' => 'ListSecurityProfilesForTargetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListStreams' => ['name' => 'ListStreams', 'http' => ['method' => 'GET', 'requestUri' => '/streams'], 'input' => ['shape' => 'ListStreamsRequest'], 'output' => ['shape' => 'ListStreamsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListTargetsForPolicy' => ['name' => 'ListTargetsForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policy-targets/{policyName}'], 'input' => ['shape' => 'ListTargetsForPolicyRequest'], 'output' => ['shape' => 'ListTargetsForPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'ListTargetsForSecurityProfile' => ['name' => 'ListTargetsForSecurityProfile', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'ListTargetsForSecurityProfileRequest'], 'output' => ['shape' => 'ListTargetsForSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListThingGroups' => ['name' => 'ListThingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups'], 'input' => ['shape' => 'ListThingGroupsRequest'], 'output' => ['shape' => 'ListThingGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingGroupsForThing' => ['name' => 'ListThingGroupsForThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/thing-groups'], 'input' => ['shape' => 'ListThingGroupsForThingRequest'], 'output' => ['shape' => 'ListThingGroupsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingPrincipals' => ['name' => 'ListThingPrincipals', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'ListThingPrincipalsRequest'], 'output' => ['shape' => 'ListThingPrincipalsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingRegistrationTaskReports' => ['name' => 'ListThingRegistrationTaskReports', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks/{taskId}/reports'], 'input' => ['shape' => 'ListThingRegistrationTaskReportsRequest'], 'output' => ['shape' => 'ListThingRegistrationTaskReportsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListThingRegistrationTasks' => ['name' => 'ListThingRegistrationTasks', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks'], 'input' => ['shape' => 'ListThingRegistrationTasksRequest'], 'output' => ['shape' => 'ListThingRegistrationTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListThingTypes' => ['name' => 'ListThingTypes', 'http' => ['method' => 'GET', 'requestUri' => '/thing-types'], 'input' => ['shape' => 'ListThingTypesRequest'], 'output' => ['shape' => 'ListThingTypesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListThings' => ['name' => 'ListThings', 'http' => ['method' => 'GET', 'requestUri' => '/things'], 'input' => ['shape' => 'ListThingsRequest'], 'output' => ['shape' => 'ListThingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListThingsInBillingGroup' => ['name' => 'ListThingsInBillingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups/{billingGroupName}/things'], 'input' => ['shape' => 'ListThingsInBillingGroupRequest'], 'output' => ['shape' => 'ListThingsInBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListThingsInThingGroup' => ['name' => 'ListThingsInThingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups/{thingGroupName}/things'], 'input' => ['shape' => 'ListThingsInThingGroupRequest'], 'output' => ['shape' => 'ListThingsInThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListTopicRuleDestinations' => ['name' => 'ListTopicRuleDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/destinations'], 'input' => ['shape' => 'ListTopicRuleDestinationsRequest'], 'output' => ['shape' => 'ListTopicRuleDestinationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'ListTopicRules' => ['name' => 'ListTopicRules', 'http' => ['method' => 'GET', 'requestUri' => '/rules'], 'input' => ['shape' => 'ListTopicRulesRequest'], 'output' => ['shape' => 'ListTopicRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'ListV2LoggingLevels' => ['name' => 'ListV2LoggingLevels', 'http' => ['method' => 'GET', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'ListV2LoggingLevelsRequest'], 'output' => ['shape' => 'ListV2LoggingLevelsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'ListViolationEvents' => ['name' => 'ListViolationEvents', 'http' => ['method' => 'GET', 'requestUri' => '/violation-events'], 'input' => ['shape' => 'ListViolationEventsRequest'], 'output' => ['shape' => 'ListViolationEventsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'RegisterCACertificate' => ['name' => 'RegisterCACertificate', 'http' => ['method' => 'POST', 'requestUri' => '/cacertificate'], 'input' => ['shape' => 'RegisterCACertificateRequest'], 'output' => ['shape' => 'RegisterCACertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'RegistrationCodeValidationException'], ['shape' => 'InvalidRequestException'], ['shape' => 'CertificateValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RegisterCertificate' => ['name' => 'RegisterCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/certificate/register'], 'input' => ['shape' => 'RegisterCertificateRequest'], 'output' => ['shape' => 'RegisterCertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'CertificateValidationException'], ['shape' => 'CertificateStateException'], ['shape' => 'CertificateConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RegisterThing' => ['name' => 'RegisterThing', 'http' => ['method' => 'POST', 'requestUri' => '/things'], 'input' => ['shape' => 'RegisterThingRequest'], 'output' => ['shape' => 'RegisterThingResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingResourceUpdateException'], ['shape' => 'ResourceRegistrationFailureException']]], 'RejectCertificateTransfer' => ['name' => 'RejectCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/reject-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'RejectCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RemoveThingFromBillingGroup' => ['name' => 'RemoveThingFromBillingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/billing-groups/removeThingFromBillingGroup'], 'input' => ['shape' => 'RemoveThingFromBillingGroupRequest'], 'output' => ['shape' => 'RemoveThingFromBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'RemoveThingFromThingGroup' => ['name' => 'RemoveThingFromThingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/removeThingFromThingGroup'], 'input' => ['shape' => 'RemoveThingFromThingGroupRequest'], 'output' => ['shape' => 'RemoveThingFromThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ReplaceTopicRule' => ['name' => 'ReplaceTopicRule', 'http' => ['method' => 'PATCH', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'ReplaceTopicRuleRequest'], 'errors' => [['shape' => 'SqlParseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'SearchIndex' => ['name' => 'SearchIndex', 'http' => ['method' => 'POST', 'requestUri' => '/indices/search'], 'input' => ['shape' => 'SearchIndexRequest'], 'output' => ['shape' => 'SearchIndexResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'IndexNotReadyException']]], 'SetDefaultAuthorizer' => ['name' => 'SetDefaultAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'SetDefaultAuthorizerRequest'], 'output' => ['shape' => 'SetDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException']]], 'SetDefaultPolicyVersion' => ['name' => 'SetDefaultPolicyVersion', 'http' => ['method' => 'PATCH', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'SetDefaultPolicyVersionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'SetLoggingOptions' => ['name' => 'SetLoggingOptions', 'http' => ['method' => 'POST', 'requestUri' => '/loggingOptions'], 'input' => ['shape' => 'SetLoggingOptionsRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'SetV2LoggingLevel' => ['name' => 'SetV2LoggingLevel', 'http' => ['method' => 'POST', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'SetV2LoggingLevelRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'SetV2LoggingOptions' => ['name' => 'SetV2LoggingOptions', 'http' => ['method' => 'POST', 'requestUri' => '/v2LoggingOptions'], 'input' => ['shape' => 'SetV2LoggingOptionsRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'StartAuditMitigationActionsTask' => ['name' => 'StartAuditMitigationActionsTask', 'http' => ['method' => 'POST', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}'], 'input' => ['shape' => 'StartAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'StartAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TaskAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'StartOnDemandAuditTask' => ['name' => 'StartOnDemandAuditTask', 'http' => ['method' => 'POST', 'requestUri' => '/audit/tasks'], 'input' => ['shape' => 'StartOnDemandAuditTaskRequest'], 'output' => ['shape' => 'StartOnDemandAuditTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'StartThingRegistrationTask' => ['name' => 'StartThingRegistrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/thing-registration-tasks'], 'input' => ['shape' => 'StartThingRegistrationTaskRequest'], 'output' => ['shape' => 'StartThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'StopThingRegistrationTask' => ['name' => 'StopThingRegistrationTask', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-registration-tasks/{taskId}/cancel'], 'input' => ['shape' => 'StopThingRegistrationTaskRequest'], 'output' => ['shape' => 'StopThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'TestAuthorization' => ['name' => 'TestAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/test-authorization'], 'input' => ['shape' => 'TestAuthorizationRequest'], 'output' => ['shape' => 'TestAuthorizationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'TestInvokeAuthorizer' => ['name' => 'TestInvokeAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/authorizer/{authorizerName}/test'], 'input' => ['shape' => 'TestInvokeAuthorizerRequest'], 'output' => ['shape' => 'TestInvokeAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidResponseException']]], 'TransferCertificate' => ['name' => 'TransferCertificate', 'http' => ['method' => 'PATCH', 'requestUri' => '/transfer-certificate/{certificateId}'], 'input' => ['shape' => 'TransferCertificateRequest'], 'output' => ['shape' => 'TransferCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateStateException'], ['shape' => 'TransferConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untag'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateAccountAuditConfiguration' => ['name' => 'UpdateAccountAuditConfiguration', 'http' => ['method' => 'PATCH', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'UpdateAccountAuditConfigurationRequest'], 'output' => ['shape' => 'UpdateAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PUT', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'UpdateAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateBillingGroup' => ['name' => 'UpdateBillingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'UpdateBillingGroupRequest'], 'output' => ['shape' => 'UpdateBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateCACertificate' => ['name' => 'UpdateCACertificate', 'http' => ['method' => 'PUT', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'UpdateCACertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateCertificate' => ['name' => 'UpdateCertificate', 'http' => ['method' => 'PUT', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'UpdateCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateStateException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateDomainConfiguration' => ['name' => 'UpdateDomainConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'UpdateDomainConfigurationRequest'], 'output' => ['shape' => 'UpdateDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateValidationException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateDynamicThingGroup' => ['name' => 'UpdateDynamicThingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'UpdateDynamicThingGroupRequest'], 'output' => ['shape' => 'UpdateDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException']]], 'UpdateEventConfigurations' => ['name' => 'UpdateEventConfigurations', 'http' => ['method' => 'PATCH', 'requestUri' => '/event-configurations'], 'input' => ['shape' => 'UpdateEventConfigurationsRequest'], 'output' => ['shape' => 'UpdateEventConfigurationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']]], 'UpdateIndexingConfiguration' => ['name' => 'UpdateIndexingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/indexing/config'], 'input' => ['shape' => 'UpdateIndexingConfigurationRequest'], 'output' => ['shape' => 'UpdateIndexingConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateJob' => ['name' => 'UpdateJob', 'http' => ['method' => 'PATCH', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'UpdateJobRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateMitigationAction' => ['name' => 'UpdateMitigationAction', 'http' => ['method' => 'PATCH', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'UpdateMitigationActionRequest'], 'output' => ['shape' => 'UpdateMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateProvisioningTemplate' => ['name' => 'UpdateProvisioningTemplate', 'http' => ['method' => 'PATCH', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'UpdateProvisioningTemplateRequest'], 'output' => ['shape' => 'UpdateProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'UpdateRoleAlias' => ['name' => 'UpdateRoleAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'UpdateRoleAliasRequest'], 'output' => ['shape' => 'UpdateRoleAliasResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateScheduledAudit' => ['name' => 'UpdateScheduledAudit', 'http' => ['method' => 'PATCH', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'UpdateScheduledAuditRequest'], 'output' => ['shape' => 'UpdateScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateSecurityProfile' => ['name' => 'UpdateSecurityProfile', 'http' => ['method' => 'PATCH', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'UpdateSecurityProfileRequest'], 'output' => ['shape' => 'UpdateSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateStream' => ['name' => 'UpdateStream', 'http' => ['method' => 'PUT', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'UpdateStreamRequest'], 'output' => ['shape' => 'UpdateStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateThing' => ['name' => 'UpdateThing', 'http' => ['method' => 'PATCH', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'UpdateThingRequest'], 'output' => ['shape' => 'UpdateThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateThingGroup' => ['name' => 'UpdateThingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'UpdateThingGroupRequest'], 'output' => ['shape' => 'UpdateThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateThingGroupsForThing' => ['name' => 'UpdateThingGroupsForThing', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/updateThingGroupsForThing'], 'input' => ['shape' => 'UpdateThingGroupsForThingRequest'], 'output' => ['shape' => 'UpdateThingGroupsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateTopicRuleDestination' => ['name' => 'UpdateTopicRuleDestination', 'http' => ['method' => 'PATCH', 'requestUri' => '/destinations'], 'input' => ['shape' => 'UpdateTopicRuleDestinationRequest'], 'output' => ['shape' => 'UpdateTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'ValidateSecurityProfileBehaviors' => ['name' => 'ValidateSecurityProfileBehaviors', 'http' => ['method' => 'POST', 'requestUri' => '/security-profile-behaviors/validate'], 'input' => ['shape' => 'ValidateSecurityProfileBehaviorsRequest'], 'output' => ['shape' => 'ValidateSecurityProfileBehaviorsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]]], 'shapes' => ['AbortAction' => ['type' => 'string', 'enum' => ['CANCEL']], 'AbortConfig' => ['type' => 'structure', 'required' => ['criteriaList'], 'members' => ['criteriaList' => ['shape' => 'AbortCriteriaList']]], 'AbortCriteria' => ['type' => 'structure', 'required' => ['failureType', 'action', 'thresholdPercentage', 'minNumberOfExecutedThings'], 'members' => ['failureType' => ['shape' => 'JobExecutionFailureType'], 'action' => ['shape' => 'AbortAction'], 'thresholdPercentage' => ['shape' => 'AbortThresholdPercentage'], 'minNumberOfExecutedThings' => ['shape' => 'MinimumNumberOfExecutedThings']]], 'AbortCriteriaList' => ['type' => 'list', 'member' => ['shape' => 'AbortCriteria'], 'min' => 1], 'AbortThresholdPercentage' => ['type' => 'double', 'max' => 100], 'AcceptCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'AcmCertificateArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws:acm:[a-z]{2}-(gov-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/?[a-zA-Z0-9/-]+'], 'Action' => ['type' => 'structure', 'members' => ['dynamoDB' => ['shape' => 'DynamoDBAction'], 'dynamoDBv2' => ['shape' => 'DynamoDBv2Action'], 'lambda' => ['shape' => 'LambdaAction'], 'sns' => ['shape' => 'SnsAction'], 'sqs' => ['shape' => 'SqsAction'], 'kinesis' => ['shape' => 'KinesisAction'], 'republish' => ['shape' => 'RepublishAction'], 's3' => ['shape' => 'S3Action'], 'firehose' => ['shape' => 'FirehoseAction'], 'cloudwatchMetric' => ['shape' => 'CloudwatchMetricAction'], 'cloudwatchAlarm' => ['shape' => 'CloudwatchAlarmAction'], 'cloudwatchLogs' => ['shape' => 'CloudwatchLogsAction'], 'elasticsearch' => ['shape' => 'ElasticsearchAction'], 'salesforce' => ['shape' => 'SalesforceAction'], 'iotAnalytics' => ['shape' => 'IotAnalyticsAction'], 'iotEvents' => ['shape' => 'IotEventsAction'], 'iotSiteWise' => ['shape' => 'IotSiteWiseAction'], 'stepFunctions' => ['shape' => 'StepFunctionsAction'], 'http' => ['shape' => 'HttpAction']]], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'Action'], 'max' => 10, 'min' => 0], 'ActionType' => ['type' => 'string', 'enum' => ['PUBLISH', 'SUBSCRIBE', 'RECEIVE', 'CONNECT']], 'ActiveViolation' => ['type' => 'structure', 'members' => ['violationId' => ['shape' => 'ViolationId'], 'thingName' => ['shape' => 'DeviceDefenderThingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName'], 'behavior' => ['shape' => 'Behavior'], 'lastViolationValue' => ['shape' => 'MetricValue'], 'lastViolationTime' => ['shape' => 'Timestamp'], 'violationStartTime' => ['shape' => 'Timestamp']]], 'ActiveViolations' => ['type' => 'list', 'member' => ['shape' => 'ActiveViolation']], 'AddThingToBillingGroupRequest' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'AddThingToBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'AddThingToThingGroupRequest' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'AddThingToThingGroupResponse' => ['type' => 'structure', 'members' => []], 'AddThingsToThingGroupParams' => ['type' => 'structure', 'required' => ['thingGroupNames'], 'members' => ['thingGroupNames' => ['shape' => 'ThingGroupNames'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'AdditionalMetricsToRetainList' => ['type' => 'list', 'member' => ['shape' => 'BehaviorMetric']], 'AdditionalParameterMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'Value']], 'AggregationField' => ['type' => 'string', 'min' => 1], 'AlarmName' => ['type' => 'string'], 'AlertTarget' => ['type' => 'structure', 'required' => ['alertTargetArn', 'roleArn'], 'members' => ['alertTargetArn' => ['shape' => 'AlertTargetArn'], 'roleArn' => ['shape' => 'RoleArn']]], 'AlertTargetArn' => ['type' => 'string'], 'AlertTargetType' => ['type' => 'string', 'enum' => ['SNS']], 'AlertTargets' => ['type' => 'map', 'key' => ['shape' => 'AlertTargetType'], 'value' => ['shape' => 'AlertTarget']], 'AllowAuthorizerOverride' => ['type' => 'boolean'], 'AllowAutoRegistration' => ['type' => 'boolean'], 'Allowed' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'ApproximateSecondsBeforeTimedOut' => ['type' => 'long'], 'AscendingOrder' => ['type' => 'boolean'], 'AssetId' => ['type' => 'string'], 'AssetPropertyAlias' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AssetPropertyBooleanValue' => ['type' => 'string'], 'AssetPropertyDoubleValue' => ['type' => 'string'], 'AssetPropertyEntryId' => ['type' => 'string'], 'AssetPropertyId' => ['type' => 'string'], 'AssetPropertyIntegerValue' => ['type' => 'string'], 'AssetPropertyOffsetInNanos' => ['type' => 'string'], 'AssetPropertyQuality' => ['type' => 'string'], 'AssetPropertyStringValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AssetPropertyTimeInSeconds' => ['type' => 'string'], 'AssetPropertyTimestamp' => ['type' => 'structure', 'required' => ['timeInSeconds'], 'members' => ['timeInSeconds' => ['shape' => 'AssetPropertyTimeInSeconds'], 'offsetInNanos' => ['shape' => 'AssetPropertyOffsetInNanos']]], 'AssetPropertyValue' => ['type' => 'structure', 'required' => ['value', 'timestamp'], 'members' => ['value' => ['shape' => 'AssetPropertyVariant'], 'timestamp' => ['shape' => 'AssetPropertyTimestamp'], 'quality' => ['shape' => 'AssetPropertyQuality']]], 'AssetPropertyValueList' => ['type' => 'list', 'member' => ['shape' => 'AssetPropertyValue'], 'min' => 1], 'AssetPropertyVariant' => ['type' => 'structure', 'members' => ['stringValue' => ['shape' => 'AssetPropertyStringValue'], 'integerValue' => ['shape' => 'AssetPropertyIntegerValue'], 'doubleValue' => ['shape' => 'AssetPropertyDoubleValue'], 'booleanValue' => ['shape' => 'AssetPropertyBooleanValue']]], 'AssociateTargetsWithJobRequest' => ['type' => 'structure', 'required' => ['targets', 'jobId'], 'members' => ['targets' => ['shape' => 'JobTargets'], 'jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'comment' => ['shape' => 'Comment']]], 'AssociateTargetsWithJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'AttachPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'target'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'target' => ['shape' => 'PolicyTarget']]], 'AttachPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'principal'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal']]], 'AttachSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName', 'securityProfileTargetArn'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'AttachSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'AttachThingPrincipalRequest' => ['type' => 'structure', 'required' => ['thingName', 'principal'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'AttachThingPrincipalResponse' => ['type' => 'structure', 'members' => []], 'AttributeKey' => ['type' => 'string'], 'AttributeName' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9_.,@/:#-]+'], 'AttributePayload' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes'], 'merge' => ['shape' => 'Flag']]], 'AttributeValue' => ['type' => 'string', 'max' => 800, 'pattern' => '[a-zA-Z0-9_.,@/:#-]*'], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'AttributesMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'Value']], 'AuditCheckConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Enabled']]], 'AuditCheckConfigurations' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'AuditCheckConfiguration']], 'AuditCheckDetails' => ['type' => 'structure', 'members' => ['checkRunStatus' => ['shape' => 'AuditCheckRunStatus'], 'checkCompliant' => ['shape' => 'CheckCompliant'], 'totalResourcesCount' => ['shape' => 'TotalResourcesCount'], 'nonCompliantResourcesCount' => ['shape' => 'NonCompliantResourcesCount'], 'errorCode' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'AuditCheckName' => ['type' => 'string'], 'AuditCheckRunStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'WAITING_FOR_DATA_COLLECTION', 'CANCELED', 'COMPLETED_COMPLIANT', 'COMPLETED_NON_COMPLIANT', 'FAILED']], 'AuditCheckToActionsMapping' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'MitigationActionNameList']], 'AuditCheckToReasonCodeFilter' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'ReasonForNonComplianceCodes']], 'AuditDetails' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'AuditCheckDetails']], 'AuditFinding' => ['type' => 'structure', 'members' => ['findingId' => ['shape' => 'FindingId'], 'taskId' => ['shape' => 'AuditTaskId'], 'checkName' => ['shape' => 'AuditCheckName'], 'taskStartTime' => ['shape' => 'Timestamp'], 'findingTime' => ['shape' => 'Timestamp'], 'severity' => ['shape' => 'AuditFindingSeverity'], 'nonCompliantResource' => ['shape' => 'NonCompliantResource'], 'relatedResources' => ['shape' => 'RelatedResources'], 'reasonForNonCompliance' => ['shape' => 'ReasonForNonCompliance'], 'reasonForNonComplianceCode' => ['shape' => 'ReasonForNonComplianceCode']]], 'AuditFindingSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW']], 'AuditFindings' => ['type' => 'list', 'member' => ['shape' => 'AuditFinding']], 'AuditFrequency' => ['type' => 'string', 'enum' => ['DAILY', 'WEEKLY', 'BIWEEKLY', 'MONTHLY']], 'AuditMitigationActionExecutionMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId'], 'findingId' => ['shape' => 'FindingId'], 'actionName' => ['shape' => 'MitigationActionName'], 'actionId' => ['shape' => 'MitigationActionId'], 'status' => ['shape' => 'AuditMitigationActionsExecutionStatus'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'errorCode' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'AuditMitigationActionExecutionMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditMitigationActionExecutionMetadata']], 'AuditMitigationActionsExecutionStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED', 'SKIPPED', 'PENDING']], 'AuditMitigationActionsTaskId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'AuditMitigationActionsTaskMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId'], 'startTime' => ['shape' => 'Timestamp'], 'taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus']]], 'AuditMitigationActionsTaskMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditMitigationActionsTaskMetadata']], 'AuditMitigationActionsTaskStatistics' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'TaskStatisticsForAuditCheck']], 'AuditMitigationActionsTaskStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED']], 'AuditMitigationActionsTaskTarget' => ['type' => 'structure', 'members' => ['auditTaskId' => ['shape' => 'AuditTaskId'], 'findingIds' => ['shape' => 'FindingIds'], 'auditCheckToReasonCodeFilter' => ['shape' => 'AuditCheckToReasonCodeFilter']]], 'AuditNotificationTarget' => ['type' => 'structure', 'members' => ['targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn'], 'enabled' => ['shape' => 'Enabled']]], 'AuditNotificationTargetConfigurations' => ['type' => 'map', 'key' => ['shape' => 'AuditNotificationType'], 'value' => ['shape' => 'AuditNotificationTarget']], 'AuditNotificationType' => ['type' => 'string', 'enum' => ['SNS']], 'AuditTaskId' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'AuditTaskMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId'], 'taskStatus' => ['shape' => 'AuditTaskStatus'], 'taskType' => ['shape' => 'AuditTaskType']]], 'AuditTaskMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditTaskMetadata']], 'AuditTaskStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED']], 'AuditTaskType' => ['type' => 'string', 'enum' => ['ON_DEMAND_AUDIT_TASK', 'SCHEDULED_AUDIT_TASK']], 'AuthDecision' => ['type' => 'string', 'enum' => ['ALLOWED', 'EXPLICIT_DENY', 'IMPLICIT_DENY']], 'AuthInfo' => ['type' => 'structure', 'members' => ['actionType' => ['shape' => 'ActionType'], 'resources' => ['shape' => 'Resources']]], 'AuthInfos' => ['type' => 'list', 'member' => ['shape' => 'AuthInfo'], 'max' => 10, 'min' => 1], 'AuthResult' => ['type' => 'structure', 'members' => ['authInfo' => ['shape' => 'AuthInfo'], 'allowed' => ['shape' => 'Allowed'], 'denied' => ['shape' => 'Denied'], 'authDecision' => ['shape' => 'AuthDecision'], 'missingContextValues' => ['shape' => 'MissingContextValues']]], 'AuthResults' => ['type' => 'list', 'member' => ['shape' => 'AuthResult']], 'AuthorizerArn' => ['type' => 'string'], 'AuthorizerConfig' => ['type' => 'structure', 'members' => ['defaultAuthorizerName' => ['shape' => 'AuthorizerName'], 'allowAuthorizerOverride' => ['shape' => 'AllowAuthorizerOverride', 'box' => \true]]], 'AuthorizerDescription' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'signingDisabled' => ['shape' => 'BooleanKey']]], 'AuthorizerFunctionArn' => ['type' => 'string'], 'AuthorizerName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w=,@-]+'], 'AuthorizerStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'AuthorizerSummary' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'Authorizers' => ['type' => 'list', 'member' => ['shape' => 'AuthorizerSummary']], 'AutoRegistrationStatus' => ['type' => 'string', 'enum' => ['ENABLE', 'DISABLE']], 'Average' => ['type' => 'double'], 'AwsAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]+'], 'AwsArn' => ['type' => 'string'], 'AwsIotJobArn' => ['type' => 'string'], 'AwsIotJobId' => ['type' => 'string'], 'AwsIotSqlVersion' => ['type' => 'string'], 'AwsJobExecutionsRolloutConfig' => ['type' => 'structure', 'members' => ['maximumPerMinute' => ['shape' => 'MaximumPerMinute']]], 'AwsJobPresignedUrlConfig' => ['type' => 'structure', 'members' => ['expiresInSec' => ['shape' => 'ExpiresInSeconds']]], 'Behavior' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BehaviorName'], 'metric' => ['shape' => 'BehaviorMetric'], 'criteria' => ['shape' => 'BehaviorCriteria']]], 'BehaviorCriteria' => ['type' => 'structure', 'members' => ['comparisonOperator' => ['shape' => 'ComparisonOperator'], 'value' => ['shape' => 'MetricValue'], 'durationSeconds' => ['shape' => 'DurationSeconds'], 'consecutiveDatapointsToAlarm' => ['shape' => 'ConsecutiveDatapointsToAlarm'], 'consecutiveDatapointsToClear' => ['shape' => 'ConsecutiveDatapointsToClear'], 'statisticalThreshold' => ['shape' => 'StatisticalThreshold']]], 'BehaviorMetric' => ['type' => 'string'], 'BehaviorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'Behaviors' => ['type' => 'list', 'member' => ['shape' => 'Behavior'], 'max' => 100], 'BillingGroupArn' => ['type' => 'string'], 'BillingGroupDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'BillingGroupId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'BillingGroupMetadata' => ['type' => 'structure', 'members' => ['creationDate' => ['shape' => 'CreationDate']]], 'BillingGroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'BillingGroupNameAndArnList' => ['type' => 'list', 'member' => ['shape' => 'GroupNameAndArn']], 'BillingGroupProperties' => ['type' => 'structure', 'members' => ['billingGroupDescription' => ['shape' => 'BillingGroupDescription']]], 'Boolean' => ['type' => 'boolean'], 'BooleanKey' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string'], 'CACertificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CACertificateStatus'], 'creationDate' => ['shape' => 'DateType']]], 'CACertificateDescription' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CACertificateStatus'], 'certificatePem' => ['shape' => 'CertificatePem'], 'ownedBy' => ['shape' => 'AwsAccountId'], 'creationDate' => ['shape' => 'DateType'], 'autoRegistrationStatus' => ['shape' => 'AutoRegistrationStatus'], 'lastModifiedDate' => ['shape' => 'DateType'], 'customerVersion' => ['shape' => 'CustomerVersion'], 'generationId' => ['shape' => 'GenerationId'], 'validity' => ['shape' => 'CertificateValidity']]], 'CACertificateStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'CACertificateUpdateAction' => ['type' => 'string', 'enum' => ['DEACTIVATE']], 'CACertificates' => ['type' => 'list', 'member' => ['shape' => 'CACertificate']], 'CancelAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'CancelAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => []], 'CancelAuditTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'CancelAuditTaskResponse' => ['type' => 'structure', 'members' => []], 'CancelCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId']]], 'CancelJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force'], 'expectedVersion' => ['shape' => 'ExpectedVersion'], 'statusDetails' => ['shape' => 'DetailsMap']]], 'CancelJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'reasonCode' => ['shape' => 'ReasonCode'], 'comment' => ['shape' => 'Comment'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'CancelJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'CanceledChecksCount' => ['type' => 'integer'], 'CanceledFindingsCount' => ['type' => 'long'], 'CanceledThings' => ['type' => 'integer'], 'CannedAccessControlList' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'aws-exec-read', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control', 'log-delivery-write']], 'Certificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CertificateStatus'], 'creationDate' => ['shape' => 'DateType']]], 'CertificateArn' => ['type' => 'string'], 'CertificateConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CertificateDescription' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'caCertificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CertificateStatus'], 'certificatePem' => ['shape' => 'CertificatePem'], 'ownedBy' => ['shape' => 'AwsAccountId'], 'previousOwnedBy' => ['shape' => 'AwsAccountId'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'customerVersion' => ['shape' => 'CustomerVersion'], 'transferData' => ['shape' => 'TransferData'], 'generationId' => ['shape' => 'GenerationId'], 'validity' => ['shape' => 'CertificateValidity']]], 'CertificateId' => ['type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '(0x)?[a-fA-F0-9]+'], 'CertificateName' => ['type' => 'string'], 'CertificatePathOnDevice' => ['type' => 'string'], 'CertificatePem' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'CertificateSigningRequest' => ['type' => 'string', 'min' => 1], 'CertificateStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 406], 'exception' => \true], 'CertificateStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE', 'REVOKED', 'PENDING_TRANSFER', 'REGISTER_INACTIVE', 'PENDING_ACTIVATION']], 'CertificateValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CertificateValidity' => ['type' => 'structure', 'members' => ['notBefore' => ['shape' => 'DateType'], 'notAfter' => ['shape' => 'DateType']]], 'Certificates' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'ChannelName' => ['type' => 'string'], 'CheckCompliant' => ['type' => 'boolean'], 'Cidr' => ['type' => 'string', 'max' => 43, 'min' => 2, 'pattern' => '[a-fA-F0-9:\\.\\/]+'], 'Cidrs' => ['type' => 'list', 'member' => ['shape' => 'Cidr']], 'ClearDefaultAuthorizerRequest' => ['type' => 'structure', 'members' => []], 'ClearDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => []], 'ClientId' => ['type' => 'string'], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'CloudwatchAlarmAction' => ['type' => 'structure', 'required' => ['roleArn', 'alarmName', 'stateReason', 'stateValue'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'alarmName' => ['shape' => 'AlarmName'], 'stateReason' => ['shape' => 'StateReason'], 'stateValue' => ['shape' => 'StateValue']]], 'CloudwatchLogsAction' => ['type' => 'structure', 'required' => ['roleArn', 'logGroupName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'CloudwatchMetricAction' => ['type' => 'structure', 'required' => ['roleArn', 'metricNamespace', 'metricName', 'metricValue', 'metricUnit'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'metricNamespace' => ['shape' => 'String'], 'metricName' => ['shape' => 'String'], 'metricValue' => ['shape' => 'String'], 'metricUnit' => ['shape' => 'String'], 'metricTimestamp' => ['shape' => 'String']]], 'Code' => ['type' => 'string'], 'CodeSigning' => ['type' => 'structure', 'members' => ['awsSignerJobId' => ['shape' => 'SigningJobId'], 'startSigningJobParameter' => ['shape' => 'StartSigningJobParameter'], 'customCodeSigning' => ['shape' => 'CustomCodeSigning']]], 'CodeSigningCertificateChain' => ['type' => 'structure', 'members' => ['certificateName' => ['shape' => 'CertificateName'], 'inlineDocument' => ['shape' => 'InlineDocument']]], 'CodeSigningSignature' => ['type' => 'structure', 'members' => ['inlineDocument' => ['shape' => 'Signature']]], 'CognitoIdentityPoolId' => ['type' => 'string'], 'Comment' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['less-than', 'less-than-equals', 'greater-than', 'greater-than-equals', 'in-cidr-set', 'not-in-cidr-set', 'in-port-set', 'not-in-port-set']], 'CompliantChecksCount' => ['type' => 'integer'], 'Configuration' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Enabled']]], 'ConfirmTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['confirmationToken'], 'members' => ['confirmationToken' => ['shape' => 'ConfirmationToken', 'location' => 'uri', 'locationName' => 'confirmationToken']]], 'ConfirmTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'ConfirmationToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ConflictingResourceUpdateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectivityTimestamp' => ['type' => 'long'], 'ConsecutiveDatapointsToAlarm' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'ConsecutiveDatapointsToClear' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Count' => ['type' => 'integer'], 'CreateAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName', 'authorizerFunctionArn'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus'], 'signingDisabled' => ['shape' => 'BooleanKey']]], 'CreateAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'CreateBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateBillingGroupResponse' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'billingGroupId' => ['shape' => 'BillingGroupId']]], 'CreateCertificateFromCsrRequest' => ['type' => 'structure', 'required' => ['certificateSigningRequest'], 'members' => ['certificateSigningRequest' => ['shape' => 'CertificateSigningRequest'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'CreateCertificateFromCsrResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem']]], 'CreateDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName'], 'domainName' => ['shape' => 'DomainName'], 'serverCertificateArns' => ['shape' => 'ServerCertificateArns'], 'validationCertificateArn' => ['shape' => 'AcmCertificateArn'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'serviceType' => ['shape' => 'ServiceType']]], 'CreateDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn']]], 'CreateDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'queryString'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion'], 'tags' => ['shape' => 'TagList']]], 'CreateDynamicThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['jobId', 'targets'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'targets' => ['shape' => 'JobTargets'], 'documentSource' => ['shape' => 'JobDocumentSource'], 'document' => ['shape' => 'JobDocument'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'targetSelection' => ['shape' => 'TargetSelection'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'timeoutConfig' => ['shape' => 'TimeoutConfig'], 'tags' => ['shape' => 'TagList']]], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'CreateKeysAndCertificateRequest' => ['type' => 'structure', 'members' => ['setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'CreateKeysAndCertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem'], 'keyPair' => ['shape' => 'KeyPair']]], 'CreateMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName', 'roleArn', 'actionParams'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams'], 'tags' => ['shape' => 'TagList']]], 'CreateMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId']]], 'CreateOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId', 'targets', 'files', 'roleArn'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId'], 'description' => ['shape' => 'OTAUpdateDescription'], 'targets' => ['shape' => 'Targets'], 'protocols' => ['shape' => 'Protocols'], 'targetSelection' => ['shape' => 'TargetSelection'], 'awsJobExecutionsRolloutConfig' => ['shape' => 'AwsJobExecutionsRolloutConfig'], 'awsJobPresignedUrlConfig' => ['shape' => 'AwsJobPresignedUrlConfig'], 'files' => ['shape' => 'OTAUpdateFiles'], 'roleArn' => ['shape' => 'RoleArn'], 'additionalParameters' => ['shape' => 'AdditionalParameterMap'], 'tags' => ['shape' => 'TagList']]], 'CreateOTAUpdateResponse' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'awsIotJobId' => ['shape' => 'AwsIotJobId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'awsIotJobArn' => ['shape' => 'AwsIotJobArn'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyDocument'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId']]], 'CreatePolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyDocument'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'setAsDefault' => ['shape' => 'SetAsDefault', 'location' => 'querystring', 'locationName' => 'setAsDefault']]], 'CreatePolicyVersionResponse' => ['type' => 'structure', 'members' => ['policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'CreateProvisioningClaimRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'CreateProvisioningClaimResponse' => ['type' => 'structure', 'members' => ['certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem'], 'keyPair' => ['shape' => 'KeyPair'], 'expiration' => ['shape' => 'DateType']]], 'CreateProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName', 'templateBody', 'provisioningRoleArn'], 'members' => ['templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'templateBody' => ['shape' => 'TemplateBody'], 'enabled' => ['shape' => 'Enabled'], 'provisioningRoleArn' => ['shape' => 'RoleArn'], 'tags' => ['shape' => 'TagList']]], 'CreateProvisioningTemplateResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'defaultVersionId' => ['shape' => 'TemplateVersionId']]], 'CreateProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'templateBody'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'templateBody' => ['shape' => 'TemplateBody'], 'setAsDefault' => ['shape' => 'SetAsDefault', 'location' => 'querystring', 'locationName' => 'setAsDefault']]], 'CreateProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'versionId' => ['shape' => 'TemplateVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'CreateRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias', 'roleArn'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias'], 'roleArn' => ['shape' => 'RoleArn'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds']]], 'CreateRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'CreateScheduledAuditRequest' => ['type' => 'structure', 'required' => ['frequency', 'targetCheckNames', 'scheduledAuditName'], 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName'], 'tags' => ['shape' => 'TagList']]], 'CreateScheduledAuditResponse' => ['type' => 'structure', 'members' => ['scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'CreateSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList'], 'tags' => ['shape' => 'TagList']]], 'CreateSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn']]], 'CreateStreamRequest' => ['type' => 'structure', 'required' => ['streamId', 'files', 'roleArn'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'roleArn' => ['shape' => 'RoleArn'], 'tags' => ['shape' => 'TagList']]], 'CreateStreamResponse' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'description' => ['shape' => 'StreamDescription'], 'streamVersion' => ['shape' => 'StreamVersion']]], 'CreateThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'parentGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingGroupId' => ['shape' => 'ThingGroupId']]], 'CreateThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributePayload' => ['shape' => 'AttributePayload'], 'billingGroupName' => ['shape' => 'BillingGroupName']]], 'CreateThingResponse' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn'], 'thingId' => ['shape' => 'ThingId']]], 'CreateThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateThingTypeResponse' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeId' => ['shape' => 'ThingTypeId']]], 'CreateTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['destinationConfiguration'], 'members' => ['destinationConfiguration' => ['shape' => 'TopicRuleDestinationConfiguration']]], 'CreateTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => ['topicRuleDestination' => ['shape' => 'TopicRuleDestination']]], 'CreateTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName', 'topicRulePayload'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName'], 'topicRulePayload' => ['shape' => 'TopicRulePayload'], 'tags' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-tagging']], 'payload' => 'topicRulePayload'], 'CreatedAtDate' => ['type' => 'timestamp'], 'CreationDate' => ['type' => 'timestamp'], 'CredentialDurationSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 900], 'CustomCodeSigning' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'CodeSigningSignature'], 'certificateChain' => ['shape' => 'CodeSigningCertificateChain'], 'hashAlgorithm' => ['shape' => 'HashAlgorithm'], 'signatureAlgorithm' => ['shape' => 'SignatureAlgorithm']]], 'CustomerVersion' => ['type' => 'integer', 'min' => 1], 'DateType' => ['type' => 'timestamp'], 'DayOfMonth' => ['type' => 'string', 'pattern' => '^([1-9]|[12][0-9]|3[01])$|^LAST$'], 'DayOfWeek' => ['type' => 'string', 'enum' => ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT']], 'DeleteAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => ['deleteScheduledAudits' => ['shape' => 'DeleteScheduledAudits', 'location' => 'querystring', 'locationName' => 'deleteScheduledAudits']]], 'DeleteAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAdditionalMetricsToRetain' => ['type' => 'boolean'], 'DeleteAlertTargets' => ['type' => 'boolean'], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName']]], 'DeleteAuthorizerResponse' => ['type' => 'structure', 'members' => []], 'DeleteBehaviors' => ['type' => 'boolean'], 'DeleteBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId']]], 'DeleteCACertificateResponse' => ['type' => 'structure', 'members' => []], 'DeleteCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'forceDelete' => ['shape' => 'ForceDelete', 'location' => 'querystring', 'locationName' => 'forceDelete']]], 'DeleteConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DeleteDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName']]], 'DeleteDomainConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteDynamicThingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName', 'executionNumber'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'executionNumber' => ['shape' => 'ExecutionNumber', 'location' => 'uri', 'locationName' => 'executionNumber'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'DeleteJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'DeleteMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName']]], 'DeleteMitigationActionResponse' => ['type' => 'structure', 'members' => []], 'DeleteOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId'], 'deleteStream' => ['shape' => 'DeleteStream', 'location' => 'querystring', 'locationName' => 'deleteStream'], 'forceDeleteAWSJob' => ['shape' => 'ForceDeleteAWSJob', 'location' => 'querystring', 'locationName' => 'forceDeleteAWSJob']]], 'DeleteOTAUpdateResponse' => ['type' => 'structure', 'members' => []], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'DeletePolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'DeleteProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'DeleteProvisioningTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeleteProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'versionId'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'versionId' => ['shape' => 'TemplateVersionId', 'location' => 'uri', 'locationName' => 'versionId']]], 'DeleteProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => []], 'DeleteRegistrationCodeRequest' => ['type' => 'structure', 'members' => []], 'DeleteRegistrationCodeResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias']]], 'DeleteRoleAliasResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'DeleteScheduledAuditResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledAudits' => ['type' => 'boolean'], 'DeleteSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteStream' => ['type' => 'boolean'], 'DeleteStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId']]], 'DeleteStreamResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteThingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteThingResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName']]], 'DeleteThingTypeResponse' => ['type' => 'structure', 'members' => []], 'DeleteTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'AwsArn', 'location' => 'uri', 'locationName' => 'arn']]], 'DeleteTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'DeleteV2LoggingLevelRequest' => ['type' => 'structure', 'required' => ['targetType', 'targetName'], 'members' => ['targetType' => ['shape' => 'LogTargetType', 'location' => 'querystring', 'locationName' => 'targetType'], 'targetName' => ['shape' => 'LogTargetName', 'location' => 'querystring', 'locationName' => 'targetName']]], 'DeliveryStreamName' => ['type' => 'string'], 'Denied' => ['type' => 'structure', 'members' => ['implicitDeny' => ['shape' => 'ImplicitDeny'], 'explicitDeny' => ['shape' => 'ExplicitDeny']]], 'DeprecateThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName'], 'undoDeprecate' => ['shape' => 'UndoDeprecate']]], 'DeprecateThingTypeResponse' => ['type' => 'structure', 'members' => []], 'DeprecationDate' => ['type' => 'timestamp'], 'DescribeAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'auditNotificationTargetConfigurations' => ['shape' => 'AuditNotificationTargetConfigurations'], 'auditCheckConfigurations' => ['shape' => 'AuditCheckConfigurations']]], 'DescribeAuditFindingRequest' => ['type' => 'structure', 'required' => ['findingId'], 'members' => ['findingId' => ['shape' => 'FindingId', 'location' => 'uri', 'locationName' => 'findingId']]], 'DescribeAuditFindingResponse' => ['type' => 'structure', 'members' => ['finding' => ['shape' => 'AuditFinding']]], 'DescribeAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => ['taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'taskStatistics' => ['shape' => 'AuditMitigationActionsTaskStatistics'], 'target' => ['shape' => 'AuditMitigationActionsTaskTarget'], 'auditCheckToActionsMapping' => ['shape' => 'AuditCheckToActionsMapping'], 'actionsDefinition' => ['shape' => 'MitigationActionList']]], 'DescribeAuditTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeAuditTaskResponse' => ['type' => 'structure', 'members' => ['taskStatus' => ['shape' => 'AuditTaskStatus'], 'taskType' => ['shape' => 'AuditTaskType'], 'taskStartTime' => ['shape' => 'Timestamp'], 'taskStatistics' => ['shape' => 'TaskStatistics'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'auditDetails' => ['shape' => 'AuditDetails']]], 'DescribeAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName']]], 'DescribeAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerDescription' => ['shape' => 'AuthorizerDescription']]], 'DescribeBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName']]], 'DescribeBillingGroupResponse' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupId' => ['shape' => 'BillingGroupId'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'version' => ['shape' => 'Version'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'billingGroupMetadata' => ['shape' => 'BillingGroupMetadata']]], 'DescribeCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId']]], 'DescribeCACertificateResponse' => ['type' => 'structure', 'members' => ['certificateDescription' => ['shape' => 'CACertificateDescription'], 'registrationConfig' => ['shape' => 'RegistrationConfig']]], 'DescribeCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId']]], 'DescribeCertificateResponse' => ['type' => 'structure', 'members' => ['certificateDescription' => ['shape' => 'CertificateDescription']]], 'DescribeDefaultAuthorizerRequest' => ['type' => 'structure', 'members' => []], 'DescribeDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerDescription' => ['shape' => 'AuthorizerDescription']]], 'DescribeDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName']]], 'DescribeDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn'], 'domainName' => ['shape' => 'DomainName'], 'serverCertificates' => ['shape' => 'ServerCertificates'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'domainConfigurationStatus' => ['shape' => 'DomainConfigurationStatus'], 'serviceType' => ['shape' => 'ServiceType'], 'domainType' => ['shape' => 'DomainType']]], 'DescribeEndpointRequest' => ['type' => 'structure', 'members' => ['endpointType' => ['shape' => 'EndpointType', 'location' => 'querystring', 'locationName' => 'endpointType']]], 'DescribeEndpointResponse' => ['type' => 'structure', 'members' => ['endpointAddress' => ['shape' => 'EndpointAddress']]], 'DescribeEventConfigurationsRequest' => ['type' => 'structure', 'members' => []], 'DescribeEventConfigurationsResponse' => ['type' => 'structure', 'members' => ['eventConfigurations' => ['shape' => 'EventConfigurations'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate']]], 'DescribeIndexRequest' => ['type' => 'structure', 'required' => ['indexName'], 'members' => ['indexName' => ['shape' => 'IndexName', 'location' => 'uri', 'locationName' => 'indexName']]], 'DescribeIndexResponse' => ['type' => 'structure', 'members' => ['indexName' => ['shape' => 'IndexName'], 'indexStatus' => ['shape' => 'IndexStatus'], 'schema' => ['shape' => 'IndexSchema']]], 'DescribeJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'executionNumber' => ['shape' => 'ExecutionNumber', 'location' => 'querystring', 'locationName' => 'executionNumber']]], 'DescribeJobExecutionResponse' => ['type' => 'structure', 'members' => ['execution' => ['shape' => 'JobExecution']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId']]], 'DescribeJobResponse' => ['type' => 'structure', 'members' => ['documentSource' => ['shape' => 'JobDocumentSource'], 'job' => ['shape' => 'Job']]], 'DescribeMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName']]], 'DescribeMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionName' => ['shape' => 'MitigationActionName'], 'actionType' => ['shape' => 'MitigationActionType'], 'actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'DescribeProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'DescribeProvisioningTemplateResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'defaultVersionId' => ['shape' => 'TemplateVersionId'], 'templateBody' => ['shape' => 'TemplateBody'], 'enabled' => ['shape' => 'Enabled'], 'provisioningRoleArn' => ['shape' => 'RoleArn']]], 'DescribeProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'versionId'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'versionId' => ['shape' => 'TemplateVersionId', 'location' => 'uri', 'locationName' => 'versionId']]], 'DescribeProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'TemplateVersionId'], 'creationDate' => ['shape' => 'DateType'], 'templateBody' => ['shape' => 'TemplateBody'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'DescribeRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias']]], 'DescribeRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAliasDescription' => ['shape' => 'RoleAliasDescription']]], 'DescribeScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'DescribeScheduledAuditResponse' => ['type' => 'structure', 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'DescribeSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName']]], 'DescribeSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList'], 'version' => ['shape' => 'Version'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'DescribeStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId']]], 'DescribeStreamResponse' => ['type' => 'structure', 'members' => ['streamInfo' => ['shape' => 'StreamInfo']]], 'DescribeThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName']]], 'DescribeThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'version' => ['shape' => 'Version'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'thingGroupMetadata' => ['shape' => 'ThingGroupMetadata'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion'], 'status' => ['shape' => 'DynamicGroupStatus']]], 'DescribeThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'TaskId'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'templateBody' => ['shape' => 'TemplateBody'], 'inputFileBucket' => ['shape' => 'RegistryS3BucketName'], 'inputFileKey' => ['shape' => 'RegistryS3KeyName'], 'roleArn' => ['shape' => 'RoleArn'], 'status' => ['shape' => 'Status'], 'message' => ['shape' => 'ErrorMessage'], 'successCount' => ['shape' => 'Count'], 'failureCount' => ['shape' => 'Count'], 'percentageProgress' => ['shape' => 'Percentage']]], 'DescribeThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'DescribeThingResponse' => ['type' => 'structure', 'members' => ['defaultClientId' => ['shape' => 'ClientId'], 'thingName' => ['shape' => 'ThingName'], 'thingId' => ['shape' => 'ThingId'], 'thingArn' => ['shape' => 'ThingArn'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributes' => ['shape' => 'Attributes'], 'version' => ['shape' => 'Version'], 'billingGroupName' => ['shape' => 'BillingGroupName']]], 'DescribeThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName']]], 'DescribeThingTypeResponse' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeId' => ['shape' => 'ThingTypeId'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'thingTypeMetadata' => ['shape' => 'ThingTypeMetadata']]], 'Description' => ['type' => 'string'], 'Destination' => ['type' => 'structure', 'members' => ['s3Destination' => ['shape' => 'S3Destination']]], 'DetachPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'target'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'target' => ['shape' => 'PolicyTarget']]], 'DetachPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'principal'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal']]], 'DetachSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName', 'securityProfileTargetArn'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'DetachSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'DetachThingPrincipalRequest' => ['type' => 'structure', 'required' => ['thingName', 'principal'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'DetachThingPrincipalResponse' => ['type' => 'structure', 'members' => []], 'DetailsKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'DetailsMap' => ['type' => 'map', 'key' => ['shape' => 'DetailsKey'], 'value' => ['shape' => 'DetailsValue']], 'DetailsValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^\\p{C}]*+'], 'DeviceCertificateUpdateAction' => ['type' => 'string', 'enum' => ['DEACTIVATE']], 'DeviceDefenderThingName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DisableAllLogs' => ['type' => 'boolean'], 'DisableTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'DomainConfigurationArn' => ['type' => 'string'], 'DomainConfigurationName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w.-]+'], 'DomainConfigurationStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DomainConfigurationSummary' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn'], 'serviceType' => ['shape' => 'ServiceType']]], 'DomainConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DomainConfigurationSummary']], 'DomainName' => ['type' => 'string', 'max' => 253, 'min' => 1], 'DomainType' => ['type' => 'string', 'enum' => ['ENDPOINT', 'AWS_MANAGED', 'CUSTOMER_MANAGED']], 'DurationSeconds' => ['type' => 'integer'], 'DynamicGroupStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'BUILDING', 'REBUILDING']], 'DynamoDBAction' => ['type' => 'structure', 'required' => ['tableName', 'roleArn', 'hashKeyField', 'hashKeyValue'], 'members' => ['tableName' => ['shape' => 'TableName'], 'roleArn' => ['shape' => 'AwsArn'], 'operation' => ['shape' => 'DynamoOperation'], 'hashKeyField' => ['shape' => 'HashKeyField'], 'hashKeyValue' => ['shape' => 'HashKeyValue'], 'hashKeyType' => ['shape' => 'DynamoKeyType'], 'rangeKeyField' => ['shape' => 'RangeKeyField'], 'rangeKeyValue' => ['shape' => 'RangeKeyValue'], 'rangeKeyType' => ['shape' => 'DynamoKeyType'], 'payloadField' => ['shape' => 'PayloadField']]], 'DynamoDBv2Action' => ['type' => 'structure', 'required' => ['roleArn', 'putItem'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'putItem' => ['shape' => 'PutItemInput']]], 'DynamoKeyType' => ['type' => 'string', 'enum' => ['STRING', 'NUMBER']], 'DynamoOperation' => ['type' => 'string'], 'EffectivePolicies' => ['type' => 'list', 'member' => ['shape' => 'EffectivePolicy']], 'EffectivePolicy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'ElasticsearchAction' => ['type' => 'structure', 'required' => ['roleArn', 'endpoint', 'index', 'type', 'id'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'endpoint' => ['shape' => 'ElasticsearchEndpoint'], 'index' => ['shape' => 'ElasticsearchIndex'], 'type' => ['shape' => 'ElasticsearchType'], 'id' => ['shape' => 'ElasticsearchId']]], 'ElasticsearchEndpoint' => ['type' => 'string', 'pattern' => 'https?://.*'], 'ElasticsearchId' => ['type' => 'string'], 'ElasticsearchIndex' => ['type' => 'string'], 'ElasticsearchType' => ['type' => 'string'], 'EnableIoTLoggingParams' => ['type' => 'structure', 'required' => ['roleArnForLogging', 'logLevel'], 'members' => ['roleArnForLogging' => ['shape' => 'RoleArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'EnableTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'Enabled' => ['type' => 'boolean'], 'EndpointAddress' => ['type' => 'string'], 'EndpointType' => ['type' => 'string', 'max' => 128], 'ErrorCode' => ['type' => 'string'], 'ErrorInfo' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'Code'], 'message' => ['shape' => 'OTAUpdateErrorMessage']]], 'ErrorMessage' => ['type' => 'string', 'max' => 2048], 'EvaluationStatistic' => ['type' => 'string', 'pattern' => '(p0|p0\\.1|p0\\.01|p1|p10|p50|p90|p99|p99\\.9|p99\\.99|p100)'], 'EventConfigurations' => ['type' => 'map', 'key' => ['shape' => 'EventType'], 'value' => ['shape' => 'Configuration']], 'EventType' => ['type' => 'string', 'enum' => ['THING', 'THING_GROUP', 'THING_TYPE', 'THING_GROUP_MEMBERSHIP', 'THING_GROUP_HIERARCHY', 'THING_TYPE_ASSOCIATION', 'JOB', 'JOB_EXECUTION', 'POLICY', 'CERTIFICATE', 'CA_CERTIFICATE']], 'ExecutionNamePrefix' => ['type' => 'string'], 'ExecutionNumber' => ['type' => 'long'], 'ExpectedVersion' => ['type' => 'long'], 'ExpiresInSec' => ['type' => 'long', 'max' => 3600, 'min' => 60], 'ExpiresInSeconds' => ['type' => 'long'], 'ExplicitDeny' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'ExponentialRolloutRate' => ['type' => 'structure', 'required' => ['baseRatePerMinute', 'incrementFactor', 'rateIncreaseCriteria'], 'members' => ['baseRatePerMinute' => ['shape' => 'RolloutRatePerMinute'], 'incrementFactor' => ['shape' => 'IncrementFactor'], 'rateIncreaseCriteria' => ['shape' => 'RateIncreaseCriteria']]], 'FailedChecksCount' => ['type' => 'integer'], 'FailedFindingsCount' => ['type' => 'long'], 'FailedThings' => ['type' => 'integer'], 'Field' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FieldName'], 'type' => ['shape' => 'FieldType']]], 'FieldName' => ['type' => 'string'], 'FieldType' => ['type' => 'string', 'enum' => ['Number', 'String', 'Boolean']], 'Fields' => ['type' => 'list', 'member' => ['shape' => 'Field']], 'FileId' => ['type' => 'integer', 'max' => 255, 'min' => 0], 'FileLocation' => ['type' => 'structure', 'members' => ['stream' => ['shape' => 'Stream'], 's3Location' => ['shape' => 'S3Location']]], 'FileName' => ['type' => 'string'], 'FindingId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'FindingIds' => ['type' => 'list', 'member' => ['shape' => 'FindingId'], 'max' => 25, 'min' => 1], 'FirehoseAction' => ['type' => 'structure', 'required' => ['roleArn', 'deliveryStreamName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'deliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'separator' => ['shape' => 'FirehoseSeparator']]], 'FirehoseSeparator' => ['type' => 'string', 'pattern' => '([\\n\\t])|(\\r\\n)|(,)'], 'Flag' => ['type' => 'boolean'], 'ForceDelete' => ['type' => 'boolean'], 'ForceDeleteAWSJob' => ['type' => 'boolean'], 'ForceFlag' => ['type' => 'boolean'], 'Forced' => ['type' => 'boolean'], 'FunctionArn' => ['type' => 'string'], 'GenerationId' => ['type' => 'string'], 'GetCardinalityRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'GetCardinalityResponse' => ['type' => 'structure', 'members' => ['cardinality' => ['shape' => 'Count']]], 'GetEffectivePoliciesRequest' => ['type' => 'structure', 'members' => ['principal' => ['shape' => 'Principal'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'querystring', 'locationName' => 'thingName']]], 'GetEffectivePoliciesResponse' => ['type' => 'structure', 'members' => ['effectivePolicies' => ['shape' => 'EffectivePolicies']]], 'GetIndexingConfigurationRequest' => ['type' => 'structure', 'members' => []], 'GetIndexingConfigurationResponse' => ['type' => 'structure', 'members' => ['thingIndexingConfiguration' => ['shape' => 'ThingIndexingConfiguration'], 'thingGroupIndexingConfiguration' => ['shape' => 'ThingGroupIndexingConfiguration']]], 'GetJobDocumentRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId']]], 'GetJobDocumentResponse' => ['type' => 'structure', 'members' => ['document' => ['shape' => 'JobDocument']]], 'GetLoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetLoggingOptionsResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'GetOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId']]], 'GetOTAUpdateResponse' => ['type' => 'structure', 'members' => ['otaUpdateInfo' => ['shape' => 'OTAUpdateInfo']]], 'GetPercentilesRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion'], 'percents' => ['shape' => 'PercentList']]], 'GetPercentilesResponse' => ['type' => 'structure', 'members' => ['percentiles' => ['shape' => 'Percentiles']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'defaultVersionId' => ['shape' => 'PolicyVersionId'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'generationId' => ['shape' => 'GenerationId']]], 'GetPolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'GetPolicyVersionResponse' => ['type' => 'structure', 'members' => ['policyArn' => ['shape' => 'PolicyArn'], 'policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'generationId' => ['shape' => 'GenerationId']]], 'GetRegistrationCodeRequest' => ['type' => 'structure', 'members' => []], 'GetRegistrationCodeResponse' => ['type' => 'structure', 'members' => ['registrationCode' => ['shape' => 'RegistrationCode']]], 'GetStatisticsRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'GetStatisticsResponse' => ['type' => 'structure', 'members' => ['statistics' => ['shape' => 'Statistics']]], 'GetTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'AwsArn', 'location' => 'uri', 'locationName' => 'arn']]], 'GetTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => ['topicRuleDestination' => ['shape' => 'TopicRuleDestination']]], 'GetTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'GetTopicRuleResponse' => ['type' => 'structure', 'members' => ['ruleArn' => ['shape' => 'RuleArn'], 'rule' => ['shape' => 'TopicRule']]], 'GetV2LoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetV2LoggingOptionsResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'defaultLogLevel' => ['shape' => 'LogLevel'], 'disableAllLogs' => ['shape' => 'DisableAllLogs']]], 'GroupNameAndArn' => ['type' => 'structure', 'members' => ['groupName' => ['shape' => 'ThingGroupName'], 'groupArn' => ['shape' => 'ThingGroupArn']]], 'HashAlgorithm' => ['type' => 'string'], 'HashKeyField' => ['type' => 'string'], 'HashKeyValue' => ['type' => 'string'], 'HeaderKey' => ['type' => 'string', 'max' => 256, 'min' => 1], 'HeaderList' => ['type' => 'list', 'member' => ['shape' => 'HttpActionHeader'], 'max' => 100, 'min' => 0], 'HeaderValue' => ['type' => 'string'], 'HttpAction' => ['type' => 'structure', 'required' => ['url'], 'members' => ['url' => ['shape' => 'Url'], 'confirmationUrl' => ['shape' => 'Url'], 'headers' => ['shape' => 'HeaderList'], 'auth' => ['shape' => 'HttpAuthorization']]], 'HttpActionHeader' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'HeaderKey'], 'value' => ['shape' => 'HeaderValue']]], 'HttpAuthorization' => ['type' => 'structure', 'members' => ['sigv4' => ['shape' => 'SigV4Authorization']]], 'HttpContext' => ['type' => 'structure', 'members' => ['headers' => ['shape' => 'HttpHeaders'], 'queryString' => ['shape' => 'HttpQueryString']]], 'HttpHeaderName' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'HttpHeaderValue' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'HttpHeaders' => ['type' => 'map', 'key' => ['shape' => 'HttpHeaderName'], 'value' => ['shape' => 'HttpHeaderValue']], 'HttpQueryString' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'HttpUrlDestinationConfiguration' => ['type' => 'structure', 'required' => ['confirmationUrl'], 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'HttpUrlDestinationProperties' => ['type' => 'structure', 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'HttpUrlDestinationSummary' => ['type' => 'structure', 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'ImplicitDeny' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'InProgressChecksCount' => ['type' => 'integer'], 'InProgressThings' => ['type' => 'integer'], 'InProgressTimeoutInMinutes' => ['type' => 'long'], 'IncrementFactor' => ['type' => 'double', 'max' => 5, 'min' => 1], 'IndexName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'IndexNamesList' => ['type' => 'list', 'member' => ['shape' => 'IndexName']], 'IndexNotReadyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IndexSchema' => ['type' => 'string'], 'IndexStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'BUILDING', 'REBUILDING']], 'InlineDocument' => ['type' => 'string'], 'InputName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'InternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidAggregationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidQueryException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResponseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'IotAnalyticsAction' => ['type' => 'structure', 'members' => ['channelArn' => ['shape' => 'AwsArn'], 'channelName' => ['shape' => 'ChannelName'], 'roleArn' => ['shape' => 'AwsArn']]], 'IotEventsAction' => ['type' => 'structure', 'required' => ['inputName', 'roleArn'], 'members' => ['inputName' => ['shape' => 'InputName'], 'messageId' => ['shape' => 'MessageId'], 'roleArn' => ['shape' => 'AwsArn']]], 'IotSiteWiseAction' => ['type' => 'structure', 'required' => ['putAssetPropertyValueEntries', 'roleArn'], 'members' => ['putAssetPropertyValueEntries' => ['shape' => 'PutAssetPropertyValueEntryList'], 'roleArn' => ['shape' => 'AwsArn']]], 'IsAuthenticated' => ['type' => 'boolean'], 'IsDefaultVersion' => ['type' => 'boolean'], 'IsDisabled' => ['type' => 'boolean'], 'Job' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'targetSelection' => ['shape' => 'TargetSelection'], 'status' => ['shape' => 'JobStatus'], 'forceCanceled' => ['shape' => 'Forced'], 'reasonCode' => ['shape' => 'ReasonCode'], 'comment' => ['shape' => 'Comment'], 'targets' => ['shape' => 'JobTargets'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'completedAt' => ['shape' => 'DateType'], 'jobProcessDetails' => ['shape' => 'JobProcessDetails'], 'timeoutConfig' => ['shape' => 'TimeoutConfig']]], 'JobArn' => ['type' => 'string'], 'JobDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'JobDocument' => ['type' => 'string', 'max' => 32768], 'JobDocumentSource' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'JobExecution' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 'status' => ['shape' => 'JobExecutionStatus'], 'forceCanceled' => ['shape' => 'Forced'], 'statusDetails' => ['shape' => 'JobExecutionStatusDetails'], 'thingArn' => ['shape' => 'ThingArn'], 'queuedAt' => ['shape' => 'DateType'], 'startedAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'executionNumber' => ['shape' => 'ExecutionNumber'], 'versionNumber' => ['shape' => 'VersionNumber'], 'approximateSecondsBeforeTimedOut' => ['shape' => 'ApproximateSecondsBeforeTimedOut']]], 'JobExecutionFailureType' => ['type' => 'string', 'enum' => ['FAILED', 'REJECTED', 'TIMED_OUT', 'ALL']], 'JobExecutionStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED', 'TIMED_OUT', 'REJECTED', 'REMOVED', 'CANCELED']], 'JobExecutionStatusDetails' => ['type' => 'structure', 'members' => ['detailsMap' => ['shape' => 'DetailsMap']]], 'JobExecutionSummary' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'JobExecutionStatus'], 'queuedAt' => ['shape' => 'DateType'], 'startedAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'executionNumber' => ['shape' => 'ExecutionNumber']]], 'JobExecutionSummaryForJob' => ['type' => 'structure', 'members' => ['thingArn' => ['shape' => 'ThingArn'], 'jobExecutionSummary' => ['shape' => 'JobExecutionSummary']]], 'JobExecutionSummaryForJobList' => ['type' => 'list', 'member' => ['shape' => 'JobExecutionSummaryForJob']], 'JobExecutionSummaryForThing' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 'jobExecutionSummary' => ['shape' => 'JobExecutionSummary']]], 'JobExecutionSummaryForThingList' => ['type' => 'list', 'member' => ['shape' => 'JobExecutionSummaryForThing']], 'JobExecutionsRolloutConfig' => ['type' => 'structure', 'members' => ['maximumPerMinute' => ['shape' => 'MaxJobExecutionsPerMin'], 'exponentialRate' => ['shape' => 'ExponentialRolloutRate']]], 'JobId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'JobProcessDetails' => ['type' => 'structure', 'members' => ['processingTargets' => ['shape' => 'ProcessingTargetNameList'], 'numberOfCanceledThings' => ['shape' => 'CanceledThings'], 'numberOfSucceededThings' => ['shape' => 'SucceededThings'], 'numberOfFailedThings' => ['shape' => 'FailedThings'], 'numberOfRejectedThings' => ['shape' => 'RejectedThings'], 'numberOfQueuedThings' => ['shape' => 'QueuedThings'], 'numberOfInProgressThings' => ['shape' => 'InProgressThings'], 'numberOfRemovedThings' => ['shape' => 'RemovedThings'], 'numberOfTimedOutThings' => ['shape' => 'TimedOutThings']]], 'JobStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'CANCELED', 'COMPLETED', 'DELETION_IN_PROGRESS']], 'JobSummary' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'targetSelection' => ['shape' => 'TargetSelection'], 'status' => ['shape' => 'JobStatus'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'completedAt' => ['shape' => 'DateType']]], 'JobSummaryList' => ['type' => 'list', 'member' => ['shape' => 'JobSummary']], 'JobTargets' => ['type' => 'list', 'member' => ['shape' => 'TargetArn'], 'min' => 1], 'JsonDocument' => ['type' => 'string'], 'Key' => ['type' => 'string'], 'KeyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'KeyPair' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'PrivateKey' => ['shape' => 'PrivateKey']]], 'KeyValue' => ['type' => 'string', 'max' => 5120], 'KinesisAction' => ['type' => 'structure', 'required' => ['roleArn', 'streamName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'streamName' => ['shape' => 'StreamName'], 'partitionKey' => ['shape' => 'PartitionKey']]], 'LambdaAction' => ['type' => 'structure', 'required' => ['functionArn'], 'members' => ['functionArn' => ['shape' => 'FunctionArn']]], 'LaserMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'LastModifiedDate' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'ListActiveViolationsRequest' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'DeviceDefenderThingName', 'location' => 'querystring', 'locationName' => 'thingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'querystring', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListActiveViolationsResponse' => ['type' => 'structure', 'members' => ['activeViolations' => ['shape' => 'ActiveViolations'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAttachedPoliciesRequest' => ['type' => 'structure', 'required' => ['target'], 'members' => ['target' => ['shape' => 'PolicyTarget', 'location' => 'uri', 'locationName' => 'target'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize']]], 'ListAttachedPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListAuditFindingsRequest' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId'], 'checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'maxResults' => ['shape' => 'MaxResults'], 'nextToken' => ['shape' => 'NextToken'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp']]], 'ListAuditFindingsResponse' => ['type' => 'structure', 'members' => ['findings' => ['shape' => 'AuditFindings'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditMitigationActionsExecutionsRequest' => ['type' => 'structure', 'required' => ['taskId', 'findingId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'querystring', 'locationName' => 'taskId'], 'actionStatus' => ['shape' => 'AuditMitigationActionsExecutionStatus', 'location' => 'querystring', 'locationName' => 'actionStatus'], 'findingId' => ['shape' => 'FindingId', 'location' => 'querystring', 'locationName' => 'findingId'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListAuditMitigationActionsExecutionsResponse' => ['type' => 'structure', 'members' => ['actionsExecutions' => ['shape' => 'AuditMitigationActionExecutionMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditMitigationActionsTasksRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['auditTaskId' => ['shape' => 'AuditTaskId', 'location' => 'querystring', 'locationName' => 'auditTaskId'], 'findingId' => ['shape' => 'FindingId', 'location' => 'querystring', 'locationName' => 'findingId'], 'taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus', 'location' => 'querystring', 'locationName' => 'taskStatus'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime']]], 'ListAuditMitigationActionsTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'AuditMitigationActionsTaskMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditTasksRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'taskType' => ['shape' => 'AuditTaskType', 'location' => 'querystring', 'locationName' => 'taskType'], 'taskStatus' => ['shape' => 'AuditTaskStatus', 'location' => 'querystring', 'locationName' => 'taskStatus'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAuditTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'AuditTaskMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuthorizersRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder'], 'status' => ['shape' => 'AuthorizerStatus', 'location' => 'querystring', 'locationName' => 'status']]], 'ListAuthorizersResponse' => ['type' => 'structure', 'members' => ['authorizers' => ['shape' => 'Authorizers'], 'nextMarker' => ['shape' => 'Marker']]], 'ListBillingGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'namePrefixFilter' => ['shape' => 'BillingGroupName', 'location' => 'querystring', 'locationName' => 'namePrefixFilter']]], 'ListBillingGroupsResponse' => ['type' => 'structure', 'members' => ['billingGroups' => ['shape' => 'BillingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListCACertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCACertificatesResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'CACertificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListCertificatesByCARequest' => ['type' => 'structure', 'required' => ['caCertificateId'], 'members' => ['caCertificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCertificatesByCAResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'Certificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListCertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCertificatesResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'Certificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListDomainConfigurationsRequest' => ['type' => 'structure', 'members' => ['marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'serviceType' => ['shape' => 'ServiceType', 'location' => 'querystring', 'locationName' => 'serviceType']]], 'ListDomainConfigurationsResponse' => ['type' => 'structure', 'members' => ['domainConfigurations' => ['shape' => 'DomainConfigurations'], 'nextMarker' => ['shape' => 'Marker']]], 'ListIndicesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'QueryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListIndicesResponse' => ['type' => 'structure', 'members' => ['indexNames' => ['shape' => 'IndexNamesList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobExecutionsForJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'status' => ['shape' => 'JobExecutionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListJobExecutionsForJobResponse' => ['type' => 'structure', 'members' => ['executionSummaries' => ['shape' => 'JobExecutionSummaryForJobList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobExecutionsForThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'status' => ['shape' => 'JobExecutionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListJobExecutionsForThingResponse' => ['type' => 'structure', 'members' => ['executionSummaries' => ['shape' => 'JobExecutionSummaryForThingList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'JobStatus', 'location' => 'querystring', 'locationName' => 'status'], 'targetSelection' => ['shape' => 'TargetSelection', 'location' => 'querystring', 'locationName' => 'targetSelection'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'thingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId', 'location' => 'querystring', 'locationName' => 'thingGroupId']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['jobs' => ['shape' => 'JobSummaryList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListMitigationActionsRequest' => ['type' => 'structure', 'members' => ['actionType' => ['shape' => 'MitigationActionType', 'location' => 'querystring', 'locationName' => 'actionType'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMitigationActionsResponse' => ['type' => 'structure', 'members' => ['actionIdentifiers' => ['shape' => 'MitigationActionIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOTAUpdatesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus', 'location' => 'querystring', 'locationName' => 'otaUpdateStatus']]], 'ListOTAUpdatesResponse' => ['type' => 'structure', 'members' => ['otaUpdates' => ['shape' => 'OTAUpdatesSummary'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOutgoingCertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListOutgoingCertificatesResponse' => ['type' => 'structure', 'members' => ['outgoingCertificates' => ['shape' => 'OutgoingCertificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPolicyPrincipalsRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'header', 'locationName' => 'x-amzn-iot-policy'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPolicyPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'Principals'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'ListPolicyVersionsResponse' => ['type' => 'structure', 'members' => ['policyVersions' => ['shape' => 'PolicyVersions']]], 'ListPrincipalPoliciesRequest' => ['type' => 'structure', 'required' => ['principal'], 'members' => ['principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPrincipalPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPrincipalThingsRequest' => ['type' => 'structure', 'required' => ['principal'], 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'ListPrincipalThingsResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProvisioningTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProvisioningTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['versions' => ['shape' => 'ProvisioningTemplateVersionListing'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProvisioningTemplatesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProvisioningTemplatesResponse' => ['type' => 'structure', 'members' => ['templates' => ['shape' => 'ProvisioningTemplateListing'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRoleAliasesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListRoleAliasesResponse' => ['type' => 'structure', 'members' => ['roleAliases' => ['shape' => 'RoleAliases'], 'nextMarker' => ['shape' => 'Marker']]], 'ListScheduledAuditsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListScheduledAuditsResponse' => ['type' => 'structure', 'members' => ['scheduledAudits' => ['shape' => 'ScheduledAuditMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesForTargetRequest' => ['type' => 'structure', 'required' => ['securityProfileTargetArn'], 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'ListSecurityProfilesForTargetResponse' => ['type' => 'structure', 'members' => ['securityProfileTargetMappings' => ['shape' => 'SecurityProfileTargetMappings'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListSecurityProfilesResponse' => ['type' => 'structure', 'members' => ['securityProfileIdentifiers' => ['shape' => 'SecurityProfileIdentifiers'], 'nextToken' => ['shape' => 'NextToken']]], 'ListStreamsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListStreamsResponse' => ['type' => 'structure', 'members' => ['streams' => ['shape' => 'StreamsSummary'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTargetsForPolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize']]], 'ListTargetsForPolicyResponse' => ['type' => 'structure', 'members' => ['targets' => ['shape' => 'PolicyTargets'], 'nextMarker' => ['shape' => 'Marker']]], 'ListTargetsForSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTargetsForSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileTargets' => ['shape' => 'SecurityProfileTargets'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingGroupsForThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingGroupsForThingResponse' => ['type' => 'structure', 'members' => ['thingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'parentGroup' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'parentGroup'], 'namePrefixFilter' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'namePrefixFilter'], 'recursive' => ['shape' => 'RecursiveWithoutDefault', 'location' => 'querystring', 'locationName' => 'recursive']]], 'ListThingGroupsResponse' => ['type' => 'structure', 'members' => ['thingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingPrincipalsRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'ListThingPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'Principals']]], 'ListThingRegistrationTaskReportsRequest' => ['type' => 'structure', 'required' => ['taskId', 'reportType'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId'], 'reportType' => ['shape' => 'ReportType', 'location' => 'querystring', 'locationName' => 'reportType'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingRegistrationTaskReportsResponse' => ['type' => 'structure', 'members' => ['resourceLinks' => ['shape' => 'S3FileUrlList'], 'reportType' => ['shape' => 'ReportType'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingRegistrationTasksRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'status' => ['shape' => 'Status', 'location' => 'querystring', 'locationName' => 'status']]], 'ListThingRegistrationTasksResponse' => ['type' => 'structure', 'members' => ['taskIds' => ['shape' => 'TaskIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingTypesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'querystring', 'locationName' => 'thingTypeName']]], 'ListThingTypesResponse' => ['type' => 'structure', 'members' => ['thingTypes' => ['shape' => 'ThingTypeList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsInBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingsInBillingGroupResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsInThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingsInThingGroupResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'attributeName' => ['shape' => 'AttributeName', 'location' => 'querystring', 'locationName' => 'attributeName'], 'attributeValue' => ['shape' => 'AttributeValue', 'location' => 'querystring', 'locationName' => 'attributeValue'], 'thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'querystring', 'locationName' => 'thingTypeName']]], 'ListThingsResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingAttributeList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTopicRuleDestinationsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'TopicRuleDestinationMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListTopicRuleDestinationsResponse' => ['type' => 'structure', 'members' => ['destinationSummaries' => ['shape' => 'TopicRuleDestinationSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTopicRulesRequest' => ['type' => 'structure', 'members' => ['topic' => ['shape' => 'Topic', 'location' => 'querystring', 'locationName' => 'topic'], 'maxResults' => ['shape' => 'TopicRuleMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'ruleDisabled' => ['shape' => 'IsDisabled', 'location' => 'querystring', 'locationName' => 'ruleDisabled']]], 'ListTopicRulesResponse' => ['type' => 'structure', 'members' => ['rules' => ['shape' => 'TopicRuleList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListV2LoggingLevelsRequest' => ['type' => 'structure', 'members' => ['targetType' => ['shape' => 'LogTargetType', 'location' => 'querystring', 'locationName' => 'targetType'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'SkyfallMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListV2LoggingLevelsResponse' => ['type' => 'structure', 'members' => ['logTargetConfigurations' => ['shape' => 'LogTargetConfigurations'], 'nextToken' => ['shape' => 'NextToken']]], 'ListViolationEventsRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'thingName' => ['shape' => 'DeviceDefenderThingName', 'location' => 'querystring', 'locationName' => 'thingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'querystring', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListViolationEventsResponse' => ['type' => 'structure', 'members' => ['violationEvents' => ['shape' => 'ViolationEvents'], 'nextToken' => ['shape' => 'NextToken']]], 'LogGroupName' => ['type' => 'string'], 'LogLevel' => ['type' => 'string', 'enum' => ['DEBUG', 'INFO', 'ERROR', 'WARN', 'DISABLED']], 'LogTarget' => ['type' => 'structure', 'required' => ['targetType'], 'members' => ['targetType' => ['shape' => 'LogTargetType'], 'targetName' => ['shape' => 'LogTargetName']]], 'LogTargetConfiguration' => ['type' => 'structure', 'members' => ['logTarget' => ['shape' => 'LogTarget'], 'logLevel' => ['shape' => 'LogLevel']]], 'LogTargetConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LogTargetConfiguration']], 'LogTargetName' => ['type' => 'string'], 'LogTargetType' => ['type' => 'string', 'enum' => ['DEFAULT', 'THING_GROUP']], 'LoggingOptionsPayload' => ['type' => 'structure', 'required' => ['roleArn'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'MalformedPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Marker' => ['type' => 'string', 'pattern' => '[A-Za-z0-9+/]+={0,2}'], 'MaxJobExecutionsPerMin' => ['type' => 'integer', 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'Maximum' => ['type' => 'double'], 'MaximumPerMinute' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string', 'max' => 128], 'MessageFormat' => ['type' => 'string', 'enum' => ['RAW', 'JSON']], 'MessageId' => ['type' => 'string', 'max' => 128], 'MetricValue' => ['type' => 'structure', 'members' => ['count' => ['shape' => 'UnsignedLong'], 'cidrs' => ['shape' => 'Cidrs'], 'ports' => ['shape' => 'Ports']]], 'Minimum' => ['type' => 'double'], 'MinimumNumberOfExecutedThings' => ['type' => 'integer', 'min' => 1], 'MissingContextValue' => ['type' => 'string'], 'MissingContextValues' => ['type' => 'list', 'member' => ['shape' => 'MissingContextValue']], 'MitigationAction' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MitigationActionName'], 'id' => ['shape' => 'MitigationActionId'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams']]], 'MitigationActionArn' => ['type' => 'string'], 'MitigationActionId' => ['type' => 'string'], 'MitigationActionIdentifier' => ['type' => 'structure', 'members' => ['actionName' => ['shape' => 'MitigationActionName'], 'actionArn' => ['shape' => 'MitigationActionArn'], 'creationDate' => ['shape' => 'Timestamp']]], 'MitigationActionIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'MitigationActionIdentifier']], 'MitigationActionList' => ['type' => 'list', 'member' => ['shape' => 'MitigationAction']], 'MitigationActionName' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9_-]+'], 'MitigationActionNameList' => ['type' => 'list', 'member' => ['shape' => 'MitigationActionName'], 'max' => 5, 'min' => 1], 'MitigationActionParams' => ['type' => 'structure', 'members' => ['updateDeviceCertificateParams' => ['shape' => 'UpdateDeviceCertificateParams'], 'updateCACertificateParams' => ['shape' => 'UpdateCACertificateParams'], 'addThingsToThingGroupParams' => ['shape' => 'AddThingsToThingGroupParams'], 'replaceDefaultPolicyVersionParams' => ['shape' => 'ReplaceDefaultPolicyVersionParams'], 'enableIoTLoggingParams' => ['shape' => 'EnableIoTLoggingParams'], 'publishFindingToSnsParams' => ['shape' => 'PublishFindingToSnsParams']]], 'MitigationActionType' => ['type' => 'string', 'enum' => ['UPDATE_DEVICE_CERTIFICATE', 'UPDATE_CA_CERTIFICATE', 'ADD_THINGS_TO_THING_GROUP', 'REPLACE_DEFAULT_POLICY_VERSION', 'ENABLE_IOT_LOGGING', 'PUBLISH_FINDING_TO_SNS']], 'MqttClientId' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'MqttContext' => ['type' => 'structure', 'members' => ['username' => ['shape' => 'MqttUsername'], 'password' => ['shape' => 'MqttPassword'], 'clientId' => ['shape' => 'MqttClientId']]], 'MqttPassword' => ['type' => 'blob', 'max' => 65535, 'min' => 1], 'MqttUsername' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'NextToken' => ['type' => 'string'], 'NonCompliantChecksCount' => ['type' => 'integer'], 'NonCompliantResource' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'additionalInfo' => ['shape' => 'StringMap']]], 'NonCompliantResourcesCount' => ['type' => 'long'], 'NotConfiguredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NumberOfThings' => ['type' => 'integer', 'min' => 1], 'OTAUpdateArn' => ['type' => 'string'], 'OTAUpdateDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'OTAUpdateErrorMessage' => ['type' => 'string'], 'OTAUpdateFile' => ['type' => 'structure', 'members' => ['fileName' => ['shape' => 'FileName'], 'fileVersion' => ['shape' => 'OTAUpdateFileVersion'], 'fileLocation' => ['shape' => 'FileLocation'], 'codeSigning' => ['shape' => 'CodeSigning'], 'attributes' => ['shape' => 'AttributesMap']]], 'OTAUpdateFileVersion' => ['type' => 'string'], 'OTAUpdateFiles' => ['type' => 'list', 'member' => ['shape' => 'OTAUpdateFile'], 'max' => 50, 'min' => 1], 'OTAUpdateId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'OTAUpdateInfo' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'description' => ['shape' => 'OTAUpdateDescription'], 'targets' => ['shape' => 'Targets'], 'protocols' => ['shape' => 'Protocols'], 'awsJobExecutionsRolloutConfig' => ['shape' => 'AwsJobExecutionsRolloutConfig'], 'awsJobPresignedUrlConfig' => ['shape' => 'AwsJobPresignedUrlConfig'], 'targetSelection' => ['shape' => 'TargetSelection'], 'otaUpdateFiles' => ['shape' => 'OTAUpdateFiles'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus'], 'awsIotJobId' => ['shape' => 'AwsIotJobId'], 'awsIotJobArn' => ['shape' => 'AwsIotJobArn'], 'errorInfo' => ['shape' => 'ErrorInfo'], 'additionalParameters' => ['shape' => 'AdditionalParameterMap']]], 'OTAUpdateStatus' => ['type' => 'string', 'enum' => ['CREATE_PENDING', 'CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED']], 'OTAUpdateSummary' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'creationDate' => ['shape' => 'DateType']]], 'OTAUpdatesSummary' => ['type' => 'list', 'member' => ['shape' => 'OTAUpdateSummary']], 'OptionalVersion' => ['type' => 'long'], 'OutgoingCertificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'transferredTo' => ['shape' => 'AwsAccountId'], 'transferDate' => ['shape' => 'DateType'], 'transferMessage' => ['shape' => 'Message'], 'creationDate' => ['shape' => 'DateType']]], 'OutgoingCertificates' => ['type' => 'list', 'member' => ['shape' => 'OutgoingCertificate']], 'OverrideDynamicGroups' => ['type' => 'boolean'], 'PageSize' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'Parameter' => ['type' => 'string'], 'Parameters' => ['type' => 'map', 'key' => ['shape' => 'Parameter'], 'value' => ['shape' => 'Value']], 'PartitionKey' => ['type' => 'string'], 'PayloadField' => ['type' => 'string'], 'Percent' => ['type' => 'double', 'max' => 100, 'min' => 0], 'PercentList' => ['type' => 'list', 'member' => ['shape' => 'Percent']], 'PercentPair' => ['type' => 'structure', 'members' => ['percent' => ['shape' => 'Percent'], 'value' => ['shape' => 'PercentValue']]], 'PercentValue' => ['type' => 'double'], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Percentiles' => ['type' => 'list', 'member' => ['shape' => 'PercentPair']], 'Platform' => ['type' => 'string'], 'Policies' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'Policy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn']]], 'PolicyArn' => ['type' => 'string'], 'PolicyDocument' => ['type' => 'string'], 'PolicyDocuments' => ['type' => 'list', 'member' => ['shape' => 'PolicyDocument']], 'PolicyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'PolicyNames' => ['type' => 'list', 'member' => ['shape' => 'PolicyName']], 'PolicyTarget' => ['type' => 'string'], 'PolicyTargets' => ['type' => 'list', 'member' => ['shape' => 'PolicyTarget']], 'PolicyTemplateName' => ['type' => 'string', 'enum' => ['BLANK_POLICY']], 'PolicyVersion' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'createDate' => ['shape' => 'DateType']]], 'PolicyVersionId' => ['type' => 'string', 'pattern' => '[0-9]+'], 'PolicyVersionIdentifier' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId']]], 'PolicyVersions' => ['type' => 'list', 'member' => ['shape' => 'PolicyVersion']], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'Ports' => ['type' => 'list', 'member' => ['shape' => 'Port']], 'Prefix' => ['type' => 'string'], 'PresignedUrlConfig' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'expiresInSec' => ['shape' => 'ExpiresInSec']]], 'Principal' => ['type' => 'string'], 'PrincipalArn' => ['type' => 'string'], 'PrincipalId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9]+'], 'Principals' => ['type' => 'list', 'member' => ['shape' => 'PrincipalArn']], 'PrivateKey' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'ProcessingTargetName' => ['type' => 'string'], 'ProcessingTargetNameList' => ['type' => 'list', 'member' => ['shape' => 'ProcessingTargetName']], 'Protocol' => ['type' => 'string', 'enum' => ['MQTT', 'HTTP']], 'Protocols' => ['type' => 'list', 'member' => ['shape' => 'Protocol'], 'max' => 2, 'min' => 1], 'ProvisioningTemplateListing' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningTemplateSummary']], 'ProvisioningTemplateSummary' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'enabled' => ['shape' => 'Enabled']]], 'ProvisioningTemplateVersionListing' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningTemplateVersionSummary']], 'ProvisioningTemplateVersionSummary' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'TemplateVersionId'], 'creationDate' => ['shape' => 'DateType'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'PublicKey' => ['type' => 'string', 'min' => 1], 'PublicKeyMap' => ['type' => 'map', 'key' => ['shape' => 'KeyName'], 'value' => ['shape' => 'KeyValue']], 'PublishFindingToSnsParams' => ['type' => 'structure', 'required' => ['topicArn'], 'members' => ['topicArn' => ['shape' => 'SnsTopicArn']]], 'PutAssetPropertyValueEntry' => ['type' => 'structure', 'required' => ['propertyValues'], 'members' => ['entryId' => ['shape' => 'AssetPropertyEntryId'], 'assetId' => ['shape' => 'AssetId'], 'propertyId' => ['shape' => 'AssetPropertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias'], 'propertyValues' => ['shape' => 'AssetPropertyValueList']]], 'PutAssetPropertyValueEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutAssetPropertyValueEntry'], 'min' => 1], 'PutItemInput' => ['type' => 'structure', 'required' => ['tableName'], 'members' => ['tableName' => ['shape' => 'TableName']]], 'Qos' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'QueryMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'QueryString' => ['type' => 'string', 'min' => 1], 'QueryVersion' => ['type' => 'string'], 'QueueUrl' => ['type' => 'string'], 'QueuedThings' => ['type' => 'integer'], 'RangeKeyField' => ['type' => 'string'], 'RangeKeyValue' => ['type' => 'string'], 'RateIncreaseCriteria' => ['type' => 'structure', 'members' => ['numberOfNotifiedThings' => ['shape' => 'NumberOfThings'], 'numberOfSucceededThings' => ['shape' => 'NumberOfThings']]], 'ReasonCode' => ['type' => 'string', 'max' => 128, 'pattern' => '[\\p{Upper}\\p{Digit}_]+'], 'ReasonForNonCompliance' => ['type' => 'string'], 'ReasonForNonComplianceCode' => ['type' => 'string'], 'ReasonForNonComplianceCodes' => ['type' => 'list', 'member' => ['shape' => 'ReasonForNonComplianceCode'], 'max' => 25, 'min' => 1], 'Recursive' => ['type' => 'boolean'], 'RecursiveWithoutDefault' => ['type' => 'boolean'], 'RegisterCACertificateRequest' => ['type' => 'structure', 'required' => ['caCertificate', 'verificationCertificate'], 'members' => ['caCertificate' => ['shape' => 'CertificatePem'], 'verificationCertificate' => ['shape' => 'CertificatePem'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive'], 'allowAutoRegistration' => ['shape' => 'AllowAutoRegistration', 'location' => 'querystring', 'locationName' => 'allowAutoRegistration'], 'registrationConfig' => ['shape' => 'RegistrationConfig']]], 'RegisterCACertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId']]], 'RegisterCertificateRequest' => ['type' => 'structure', 'required' => ['certificatePem'], 'members' => ['certificatePem' => ['shape' => 'CertificatePem'], 'caCertificatePem' => ['shape' => 'CertificatePem'], 'setAsActive' => ['shape' => 'SetAsActiveFlag', 'deprecated' => \true, 'location' => 'querystring', 'locationName' => 'setAsActive'], 'status' => ['shape' => 'CertificateStatus']]], 'RegisterCertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId']]], 'RegisterThingRequest' => ['type' => 'structure', 'required' => ['templateBody'], 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'parameters' => ['shape' => 'Parameters']]], 'RegisterThingResponse' => ['type' => 'structure', 'members' => ['certificatePem' => ['shape' => 'CertificatePem'], 'resourceArns' => ['shape' => 'ResourceArns']]], 'RegistrationCode' => ['type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '(0x)?[a-fA-F0-9]+'], 'RegistrationCodeValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RegistrationConfig' => ['type' => 'structure', 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'roleArn' => ['shape' => 'RoleArn']]], 'RegistryMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'RegistryS3BucketName' => ['type' => 'string', 'max' => 256, 'min' => 3, 'pattern' => '[a-zA-Z0-9._-]+'], 'RegistryS3KeyName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[a-zA-Z0-9!_.*\'()-\\/]+'], 'RejectCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'rejectReason' => ['shape' => 'Message']]], 'RejectedThings' => ['type' => 'integer'], 'RelatedResource' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'additionalInfo' => ['shape' => 'StringMap']]], 'RelatedResources' => ['type' => 'list', 'member' => ['shape' => 'RelatedResource']], 'RemoveAuthorizerConfig' => ['type' => 'boolean'], 'RemoveAutoRegistration' => ['type' => 'boolean'], 'RemoveThingFromBillingGroupRequest' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'RemoveThingFromBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'RemoveThingFromThingGroupRequest' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'RemoveThingFromThingGroupResponse' => ['type' => 'structure', 'members' => []], 'RemoveThingType' => ['type' => 'boolean'], 'RemovedThings' => ['type' => 'integer'], 'ReplaceDefaultPolicyVersionParams' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'PolicyTemplateName']]], 'ReplaceTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName', 'topicRulePayload'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName'], 'topicRulePayload' => ['shape' => 'TopicRulePayload']], 'payload' => 'topicRulePayload'], 'ReportType' => ['type' => 'string', 'enum' => ['ERRORS', 'RESULTS']], 'RepublishAction' => ['type' => 'structure', 'required' => ['roleArn', 'topic'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'topic' => ['shape' => 'TopicPattern'], 'qos' => ['shape' => 'Qos']]], 'ReservedDomainConfigurationName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w.:-]+'], 'Resource' => ['type' => 'string'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'resourceId' => ['shape' => 'resourceId'], 'resourceArn' => ['shape' => 'resourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceArns' => ['type' => 'map', 'key' => ['shape' => 'ResourceLogicalId'], 'value' => ['shape' => 'ResourceArn']], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['deviceCertificateId' => ['shape' => 'CertificateId'], 'caCertificateId' => ['shape' => 'CertificateId'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'clientId' => ['shape' => 'ClientId'], 'policyVersionIdentifier' => ['shape' => 'PolicyVersionIdentifier'], 'account' => ['shape' => 'AwsAccountId'], 'iamRoleArn' => ['shape' => 'RoleArn'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'ResourceLogicalId' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceRegistrationFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['DEVICE_CERTIFICATE', 'CA_CERTIFICATE', 'IOT_POLICY', 'COGNITO_IDENTITY_POOL', 'CLIENT_ID', 'ACCOUNT_SETTINGS', 'ROLE_ALIAS', 'IAM_ROLE']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'RoleAlias' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w=,@-]+'], 'RoleAliasArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'RoleAliasDescription' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn'], 'roleArn' => ['shape' => 'RoleArn'], 'owner' => ['shape' => 'AwsAccountId'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType']]], 'RoleAliases' => ['type' => 'list', 'member' => ['shape' => 'RoleAlias']], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'RolloutRatePerMinute' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RuleArn' => ['type' => 'string'], 'RuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_]+$'], 'S3Action' => ['type' => 'structure', 'required' => ['roleArn', 'bucketName', 'key'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'bucketName' => ['shape' => 'BucketName'], 'key' => ['shape' => 'Key'], 'cannedAcl' => ['shape' => 'CannedAccessControlList']]], 'S3Bucket' => ['type' => 'string', 'min' => 1], 'S3Destination' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'prefix' => ['shape' => 'Prefix']]], 'S3FileUrl' => ['type' => 'string', 'max' => 65535], 'S3FileUrlList' => ['type' => 'list', 'member' => ['shape' => 'S3FileUrl']], 'S3Key' => ['type' => 'string', 'min' => 1], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'version' => ['shape' => 'S3Version']]], 'S3Version' => ['type' => 'string'], 'SQL' => ['type' => 'string'], 'SalesforceAction' => ['type' => 'structure', 'required' => ['token', 'url'], 'members' => ['token' => ['shape' => 'SalesforceToken'], 'url' => ['shape' => 'SalesforceEndpoint']]], 'SalesforceEndpoint' => ['type' => 'string', 'max' => 2000, 'pattern' => 'https://ingestion-[a-zA-Z0-9]{1,12}\\.[a-zA-Z0-9]+\\.((sfdc-matrix\\.net)|(sfdcnow\\.com))/streams/\\w{1,20}/\\w{1,20}/event'], 'SalesforceToken' => ['type' => 'string', 'min' => 40], 'ScheduledAuditArn' => ['type' => 'string'], 'ScheduledAuditMetadata' => ['type' => 'structure', 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'scheduledAuditArn' => ['shape' => 'ScheduledAuditArn'], 'frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek']]], 'ScheduledAuditMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAuditMetadata']], 'ScheduledAuditName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'SearchIndexRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'QueryMaxResults'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'SearchIndexResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'things' => ['shape' => 'ThingDocumentList'], 'thingGroups' => ['shape' => 'ThingGroupDocumentList']]], 'SearchableAttributes' => ['type' => 'list', 'member' => ['shape' => 'AttributeName']], 'Seconds' => ['type' => 'integer'], 'SecurityProfileArn' => ['type' => 'string'], 'SecurityProfileDescription' => ['type' => 'string', 'max' => 1000, 'pattern' => '[\\p{Graph}\\x20]*'], 'SecurityProfileIdentifier' => ['type' => 'structure', 'required' => ['name', 'arn'], 'members' => ['name' => ['shape' => 'SecurityProfileName'], 'arn' => ['shape' => 'SecurityProfileArn']]], 'SecurityProfileIdentifiers' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileIdentifier']], 'SecurityProfileName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'SecurityProfileTarget' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'SecurityProfileTargetArn']]], 'SecurityProfileTargetArn' => ['type' => 'string'], 'SecurityProfileTargetMapping' => ['type' => 'structure', 'members' => ['securityProfileIdentifier' => ['shape' => 'SecurityProfileIdentifier'], 'target' => ['shape' => 'SecurityProfileTarget']]], 'SecurityProfileTargetMappings' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileTargetMapping']], 'SecurityProfileTargets' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileTarget']], 'ServerCertificateArns' => ['type' => 'list', 'member' => ['shape' => 'AcmCertificateArn'], 'max' => 1, 'min' => 0], 'ServerCertificateStatus' => ['type' => 'string', 'enum' => ['INVALID', 'VALID']], 'ServerCertificateStatusDetail' => ['type' => 'string'], 'ServerCertificateSummary' => ['type' => 'structure', 'members' => ['serverCertificateArn' => ['shape' => 'AcmCertificateArn'], 'serverCertificateStatus' => ['shape' => 'ServerCertificateStatus'], 'serverCertificateStatusDetail' => ['shape' => 'ServerCertificateStatusDetail']]], 'ServerCertificates' => ['type' => 'list', 'member' => ['shape' => 'ServerCertificateSummary']], 'ServerName' => ['type' => 'string', 'max' => 253, 'min' => 1], 'ServiceName' => ['type' => 'string'], 'ServiceType' => ['type' => 'string', 'enum' => ['DATA', 'CREDENTIAL_PROVIDER', 'JOBS']], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SetAsActive' => ['type' => 'boolean'], 'SetAsActiveFlag' => ['type' => 'boolean'], 'SetAsDefault' => ['type' => 'boolean'], 'SetDefaultAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName']]], 'SetDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'SetDefaultPolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'SetLoggingOptionsRequest' => ['type' => 'structure', 'required' => ['loggingOptionsPayload'], 'members' => ['loggingOptionsPayload' => ['shape' => 'LoggingOptionsPayload']], 'payload' => 'loggingOptionsPayload'], 'SetV2LoggingLevelRequest' => ['type' => 'structure', 'required' => ['logTarget', 'logLevel'], 'members' => ['logTarget' => ['shape' => 'LogTarget'], 'logLevel' => ['shape' => 'LogLevel']]], 'SetV2LoggingOptionsRequest' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'defaultLogLevel' => ['shape' => 'LogLevel'], 'disableAllLogs' => ['shape' => 'DisableAllLogs']]], 'SigV4Authorization' => ['type' => 'structure', 'required' => ['signingRegion', 'serviceName', 'roleArn'], 'members' => ['signingRegion' => ['shape' => 'SigningRegion'], 'serviceName' => ['shape' => 'ServiceName'], 'roleArn' => ['shape' => 'AwsArn']]], 'Signature' => ['type' => 'blob'], 'SignatureAlgorithm' => ['type' => 'string'], 'SigningJobId' => ['type' => 'string'], 'SigningProfileName' => ['type' => 'string'], 'SigningProfileParameter' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'platform' => ['shape' => 'Platform'], 'certificatePathOnDevice' => ['shape' => 'CertificatePathOnDevice']]], 'SigningRegion' => ['type' => 'string'], 'SkippedFindingsCount' => ['type' => 'long'], 'SkyfallMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'SnsAction' => ['type' => 'structure', 'required' => ['targetArn', 'roleArn'], 'members' => ['targetArn' => ['shape' => 'AwsArn'], 'roleArn' => ['shape' => 'AwsArn'], 'messageFormat' => ['shape' => 'MessageFormat']]], 'SnsTopicArn' => ['type' => 'string', 'max' => 350], 'SqlParseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SqsAction' => ['type' => 'structure', 'required' => ['roleArn', 'queueUrl'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'queueUrl' => ['shape' => 'QueueUrl'], 'useBase64' => ['shape' => 'UseBase64']]], 'StartAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId', 'target', 'auditCheckToActionsMapping', 'clientRequestToken'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId'], 'target' => ['shape' => 'AuditMitigationActionsTaskTarget'], 'auditCheckToActionsMapping' => ['shape' => 'AuditCheckToActionsMapping'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'StartAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId']]], 'StartOnDemandAuditTaskRequest' => ['type' => 'structure', 'required' => ['targetCheckNames'], 'members' => ['targetCheckNames' => ['shape' => 'TargetAuditCheckNames']]], 'StartOnDemandAuditTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId']]], 'StartSigningJobParameter' => ['type' => 'structure', 'members' => ['signingProfileParameter' => ['shape' => 'SigningProfileParameter'], 'signingProfileName' => ['shape' => 'SigningProfileName'], 'destination' => ['shape' => 'Destination']]], 'StartThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['templateBody', 'inputFileBucket', 'inputFileKey', 'roleArn'], 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'inputFileBucket' => ['shape' => 'RegistryS3BucketName'], 'inputFileKey' => ['shape' => 'RegistryS3KeyName'], 'roleArn' => ['shape' => 'RoleArn']]], 'StartThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'TaskId']]], 'StateMachineName' => ['type' => 'string'], 'StateReason' => ['type' => 'string'], 'StateValue' => ['type' => 'string'], 'StatisticalThreshold' => ['type' => 'structure', 'members' => ['statistic' => ['shape' => 'EvaluationStatistic']]], 'Statistics' => ['type' => 'structure', 'members' => ['count' => ['shape' => 'Count'], 'average' => ['shape' => 'Average', 'box' => \true], 'sum' => ['shape' => 'Sum', 'box' => \true], 'minimum' => ['shape' => 'Minimum', 'box' => \true], 'maximum' => ['shape' => 'Maximum', 'box' => \true], 'sumOfSquares' => ['shape' => 'SumOfSquares', 'box' => \true], 'variance' => ['shape' => 'Variance', 'box' => \true], 'stdDeviation' => ['shape' => 'StdDeviation', 'box' => \true]]], 'Status' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Cancelled', 'Cancelling']], 'StdDeviation' => ['type' => 'double'], 'StepFunctionsAction' => ['type' => 'structure', 'required' => ['stateMachineName', 'roleArn'], 'members' => ['executionNamePrefix' => ['shape' => 'ExecutionNamePrefix'], 'stateMachineName' => ['shape' => 'StateMachineName'], 'roleArn' => ['shape' => 'AwsArn']]], 'StopThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'StopThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => []], 'Stream' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'fileId' => ['shape' => 'FileId']]], 'StreamArn' => ['type' => 'string'], 'StreamDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'StreamFile' => ['type' => 'structure', 'members' => ['fileId' => ['shape' => 'FileId'], 's3Location' => ['shape' => 'S3Location']]], 'StreamFiles' => ['type' => 'list', 'member' => ['shape' => 'StreamFile'], 'max' => 50, 'min' => 1], 'StreamId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'StreamInfo' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'streamVersion' => ['shape' => 'StreamVersion'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'roleArn' => ['shape' => 'RoleArn']]], 'StreamName' => ['type' => 'string'], 'StreamSummary' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'streamVersion' => ['shape' => 'StreamVersion'], 'description' => ['shape' => 'StreamDescription']]], 'StreamVersion' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'StreamsSummary' => ['type' => 'list', 'member' => ['shape' => 'StreamSummary']], 'String' => ['type' => 'string'], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SucceededFindingsCount' => ['type' => 'long'], 'SucceededThings' => ['type' => 'integer'], 'Sum' => ['type' => 'double'], 'SumOfSquares' => ['type' => 'double'], 'TableName' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'Target' => ['type' => 'string'], 'TargetArn' => ['type' => 'string'], 'TargetAuditCheckNames' => ['type' => 'list', 'member' => ['shape' => 'AuditCheckName']], 'TargetSelection' => ['type' => 'string', 'enum' => ['CONTINUOUS', 'SNAPSHOT']], 'Targets' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'min' => 1], 'TaskAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TaskId' => ['type' => 'string', 'max' => 40], 'TaskIdList' => ['type' => 'list', 'member' => ['shape' => 'TaskId']], 'TaskStatistics' => ['type' => 'structure', 'members' => ['totalChecks' => ['shape' => 'TotalChecksCount'], 'inProgressChecks' => ['shape' => 'InProgressChecksCount'], 'waitingForDataCollectionChecks' => ['shape' => 'WaitingForDataCollectionChecksCount'], 'compliantChecks' => ['shape' => 'CompliantChecksCount'], 'nonCompliantChecks' => ['shape' => 'NonCompliantChecksCount'], 'failedChecks' => ['shape' => 'FailedChecksCount'], 'canceledChecks' => ['shape' => 'CanceledChecksCount']]], 'TaskStatisticsForAuditCheck' => ['type' => 'structure', 'members' => ['totalFindingsCount' => ['shape' => 'TotalFindingsCount'], 'failedFindingsCount' => ['shape' => 'FailedFindingsCount'], 'succeededFindingsCount' => ['shape' => 'SucceededFindingsCount'], 'skippedFindingsCount' => ['shape' => 'SkippedFindingsCount'], 'canceledFindingsCount' => ['shape' => 'CanceledFindingsCount']]], 'TemplateArn' => ['type' => 'string'], 'TemplateBody' => ['type' => 'string'], 'TemplateDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[^\\p{C}]*'], 'TemplateName' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9A-Za-z_-]+$'], 'TemplateVersionId' => ['type' => 'integer'], 'TestAuthorizationRequest' => ['type' => 'structure', 'required' => ['authInfos'], 'members' => ['principal' => ['shape' => 'Principal'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'authInfos' => ['shape' => 'AuthInfos'], 'clientId' => ['shape' => 'ClientId', 'location' => 'querystring', 'locationName' => 'clientId'], 'policyNamesToAdd' => ['shape' => 'PolicyNames'], 'policyNamesToSkip' => ['shape' => 'PolicyNames']]], 'TestAuthorizationResponse' => ['type' => 'structure', 'members' => ['authResults' => ['shape' => 'AuthResults']]], 'TestInvokeAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'token' => ['shape' => 'Token'], 'tokenSignature' => ['shape' => 'TokenSignature'], 'httpContext' => ['shape' => 'HttpContext'], 'mqttContext' => ['shape' => 'MqttContext'], 'tlsContext' => ['shape' => 'TlsContext']]], 'TestInvokeAuthorizerResponse' => ['type' => 'structure', 'members' => ['isAuthenticated' => ['shape' => 'IsAuthenticated'], 'principalId' => ['shape' => 'PrincipalId'], 'policyDocuments' => ['shape' => 'PolicyDocuments'], 'refreshAfterInSeconds' => ['shape' => 'Seconds'], 'disconnectAfterInSeconds' => ['shape' => 'Seconds']]], 'ThingArn' => ['type' => 'string'], 'ThingAttribute' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'thingArn' => ['shape' => 'ThingArn'], 'attributes' => ['shape' => 'Attributes'], 'version' => ['shape' => 'Version']]], 'ThingAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ThingAttribute']], 'ThingConnectivity' => ['type' => 'structure', 'members' => ['connected' => ['shape' => 'Boolean'], 'timestamp' => ['shape' => 'ConnectivityTimestamp']]], 'ThingConnectivityIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'STATUS']], 'ThingDocument' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingId' => ['shape' => 'ThingId'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'thingGroupNames' => ['shape' => 'ThingGroupNameList'], 'attributes' => ['shape' => 'Attributes'], 'shadow' => ['shape' => 'JsonDocument'], 'connectivity' => ['shape' => 'ThingConnectivity']]], 'ThingDocumentList' => ['type' => 'list', 'member' => ['shape' => 'ThingDocument']], 'ThingGroupArn' => ['type' => 'string'], 'ThingGroupDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'ThingGroupDocument' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'thingGroupDescription' => ['shape' => 'ThingGroupDescription'], 'attributes' => ['shape' => 'Attributes'], 'parentGroupNames' => ['shape' => 'ThingGroupNameList']]], 'ThingGroupDocumentList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupDocument']], 'ThingGroupId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'ThingGroupIndexingConfiguration' => ['type' => 'structure', 'required' => ['thingGroupIndexingMode'], 'members' => ['thingGroupIndexingMode' => ['shape' => 'ThingGroupIndexingMode'], 'managedFields' => ['shape' => 'Fields'], 'customFields' => ['shape' => 'Fields']]], 'ThingGroupIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'ON']], 'ThingGroupList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName']], 'ThingGroupMetadata' => ['type' => 'structure', 'members' => ['parentGroupName' => ['shape' => 'ThingGroupName'], 'rootToParentThingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'creationDate' => ['shape' => 'CreationDate']]], 'ThingGroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingGroupNameAndArnList' => ['type' => 'list', 'member' => ['shape' => 'GroupNameAndArn']], 'ThingGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName']], 'ThingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName'], 'max' => 10, 'min' => 1], 'ThingGroupProperties' => ['type' => 'structure', 'members' => ['thingGroupDescription' => ['shape' => 'ThingGroupDescription'], 'attributePayload' => ['shape' => 'AttributePayload']]], 'ThingId' => ['type' => 'string'], 'ThingIndexingConfiguration' => ['type' => 'structure', 'required' => ['thingIndexingMode'], 'members' => ['thingIndexingMode' => ['shape' => 'ThingIndexingMode'], 'thingConnectivityIndexingMode' => ['shape' => 'ThingConnectivityIndexingMode'], 'managedFields' => ['shape' => 'Fields'], 'customFields' => ['shape' => 'Fields']]], 'ThingIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'REGISTRY', 'REGISTRY_AND_SHADOW']], 'ThingName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingNameList' => ['type' => 'list', 'member' => ['shape' => 'ThingName']], 'ThingTypeArn' => ['type' => 'string'], 'ThingTypeDefinition' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'thingTypeMetadata' => ['shape' => 'ThingTypeMetadata']]], 'ThingTypeDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'ThingTypeId' => ['type' => 'string'], 'ThingTypeList' => ['type' => 'list', 'member' => ['shape' => 'ThingTypeDefinition']], 'ThingTypeMetadata' => ['type' => 'structure', 'members' => ['deprecated' => ['shape' => 'Boolean'], 'deprecationDate' => ['shape' => 'DeprecationDate'], 'creationDate' => ['shape' => 'CreationDate']]], 'ThingTypeName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingTypeProperties' => ['type' => 'structure', 'members' => ['thingTypeDescription' => ['shape' => 'ThingTypeDescription'], 'searchableAttributes' => ['shape' => 'SearchableAttributes']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TimedOutThings' => ['type' => 'integer'], 'TimeoutConfig' => ['type' => 'structure', 'members' => ['inProgressTimeoutInMinutes' => ['shape' => 'InProgressTimeoutInMinutes']]], 'Timestamp' => ['type' => 'timestamp'], 'TlsContext' => ['type' => 'structure', 'members' => ['serverName' => ['shape' => 'ServerName']]], 'Token' => ['type' => 'string', 'max' => 6144, 'min' => 1], 'TokenKeyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'TokenSignature' => ['type' => 'string', 'max' => 2560, 'min' => 1, 'pattern' => '[A-Za-z0-9+/]+={0,2}'], 'Topic' => ['type' => 'string'], 'TopicPattern' => ['type' => 'string'], 'TopicRule' => ['type' => 'structure', 'members' => ['ruleName' => ['shape' => 'RuleName'], 'sql' => ['shape' => 'SQL'], 'description' => ['shape' => 'Description'], 'createdAt' => ['shape' => 'CreatedAtDate'], 'actions' => ['shape' => 'ActionList'], 'ruleDisabled' => ['shape' => 'IsDisabled'], 'awsIotSqlVersion' => ['shape' => 'AwsIotSqlVersion'], 'errorAction' => ['shape' => 'Action']]], 'TopicRuleDestination' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus'], 'statusReason' => ['shape' => 'String'], 'httpUrlProperties' => ['shape' => 'HttpUrlDestinationProperties']]], 'TopicRuleDestinationConfiguration' => ['type' => 'structure', 'members' => ['httpUrlConfiguration' => ['shape' => 'HttpUrlDestinationConfiguration']]], 'TopicRuleDestinationMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'TopicRuleDestinationStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'IN_PROGRESS', 'DISABLED', 'ERROR']], 'TopicRuleDestinationSummaries' => ['type' => 'list', 'member' => ['shape' => 'TopicRuleDestinationSummary']], 'TopicRuleDestinationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus'], 'statusReason' => ['shape' => 'String'], 'httpUrlSummary' => ['shape' => 'HttpUrlDestinationSummary']]], 'TopicRuleList' => ['type' => 'list', 'member' => ['shape' => 'TopicRuleListItem']], 'TopicRuleListItem' => ['type' => 'structure', 'members' => ['ruleArn' => ['shape' => 'RuleArn'], 'ruleName' => ['shape' => 'RuleName'], 'topicPattern' => ['shape' => 'TopicPattern'], 'createdAt' => ['shape' => 'CreatedAtDate'], 'ruleDisabled' => ['shape' => 'IsDisabled']]], 'TopicRuleMaxResults' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'TopicRulePayload' => ['type' => 'structure', 'required' => ['sql', 'actions'], 'members' => ['sql' => ['shape' => 'SQL'], 'description' => ['shape' => 'Description'], 'actions' => ['shape' => 'ActionList'], 'ruleDisabled' => ['shape' => 'IsDisabled'], 'awsIotSqlVersion' => ['shape' => 'AwsIotSqlVersion'], 'errorAction' => ['shape' => 'Action']]], 'TotalChecksCount' => ['type' => 'integer'], 'TotalFindingsCount' => ['type' => 'long'], 'TotalResourcesCount' => ['type' => 'long'], 'TransferAlreadyCompletedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'TransferCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId', 'targetAwsAccount'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'targetAwsAccount' => ['shape' => 'AwsAccountId', 'location' => 'querystring', 'locationName' => 'targetAwsAccount'], 'transferMessage' => ['shape' => 'Message']]], 'TransferCertificateResponse' => ['type' => 'structure', 'members' => ['transferredCertificateArn' => ['shape' => 'CertificateArn']]], 'TransferConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TransferData' => ['type' => 'structure', 'members' => ['transferMessage' => ['shape' => 'Message'], 'rejectReason' => ['shape' => 'Message'], 'transferDate' => ['shape' => 'DateType'], 'acceptDate' => ['shape' => 'DateType'], 'rejectDate' => ['shape' => 'DateType']]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UndoDeprecate' => ['type' => 'boolean'], 'UnsignedLong' => ['type' => 'long', 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'auditNotificationTargetConfigurations' => ['shape' => 'AuditNotificationTargetConfigurations'], 'auditCheckConfigurations' => ['shape' => 'AuditCheckConfigurations']]], 'UpdateAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus']]], 'UpdateAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'UpdateBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName', 'billingGroupProperties'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion']]], 'UpdateBillingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateCACertificateParams' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'CACertificateUpdateAction']]], 'UpdateCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId'], 'newStatus' => ['shape' => 'CACertificateStatus', 'location' => 'querystring', 'locationName' => 'newStatus'], 'newAutoRegistrationStatus' => ['shape' => 'AutoRegistrationStatus', 'location' => 'querystring', 'locationName' => 'newAutoRegistrationStatus'], 'registrationConfig' => ['shape' => 'RegistrationConfig'], 'removeAutoRegistration' => ['shape' => 'RemoveAutoRegistration']]], 'UpdateCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId', 'newStatus'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'newStatus' => ['shape' => 'CertificateStatus', 'location' => 'querystring', 'locationName' => 'newStatus']]], 'UpdateDeviceCertificateParams' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'DeviceCertificateUpdateAction']]], 'UpdateDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'domainConfigurationStatus' => ['shape' => 'DomainConfigurationStatus'], 'removeAuthorizerConfig' => ['shape' => 'RemoveAuthorizerConfig']]], 'UpdateDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn']]], 'UpdateDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'thingGroupProperties'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'UpdateDynamicThingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateEventConfigurationsRequest' => ['type' => 'structure', 'members' => ['eventConfigurations' => ['shape' => 'EventConfigurations']]], 'UpdateEventConfigurationsResponse' => ['type' => 'structure', 'members' => []], 'UpdateIndexingConfigurationRequest' => ['type' => 'structure', 'members' => ['thingIndexingConfiguration' => ['shape' => 'ThingIndexingConfiguration'], 'thingGroupIndexingConfiguration' => ['shape' => 'ThingGroupIndexingConfiguration']]], 'UpdateIndexingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'timeoutConfig' => ['shape' => 'TimeoutConfig']]], 'UpdateMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams']]], 'UpdateMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId']]], 'UpdateProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'description' => ['shape' => 'TemplateDescription'], 'enabled' => ['shape' => 'Enabled'], 'defaultVersionId' => ['shape' => 'TemplateVersionId'], 'provisioningRoleArn' => ['shape' => 'RoleArn']]], 'UpdateProvisioningTemplateResponse' => ['type' => 'structure', 'members' => []], 'UpdateRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias'], 'roleArn' => ['shape' => 'RoleArn'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds']]], 'UpdateRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'UpdateScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'UpdateScheduledAuditResponse' => ['type' => 'structure', 'members' => ['scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'UpdateSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList'], 'deleteBehaviors' => ['shape' => 'DeleteBehaviors'], 'deleteAlertTargets' => ['shape' => 'DeleteAlertTargets'], 'deleteAdditionalMetricsToRetain' => ['shape' => 'DeleteAdditionalMetricsToRetain'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'UpdateSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList'], 'version' => ['shape' => 'Version'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'UpdateStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'roleArn' => ['shape' => 'RoleArn']]], 'UpdateStreamResponse' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'description' => ['shape' => 'StreamDescription'], 'streamVersion' => ['shape' => 'StreamVersion']]], 'UpdateThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'thingGroupProperties'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion']]], 'UpdateThingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateThingGroupsForThingRequest' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingGroupsToAdd' => ['shape' => 'ThingGroupList'], 'thingGroupsToRemove' => ['shape' => 'ThingGroupList'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'UpdateThingGroupsForThingResponse' => ['type' => 'structure', 'members' => []], 'UpdateThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributePayload' => ['shape' => 'AttributePayload'], 'expectedVersion' => ['shape' => 'OptionalVersion'], 'removeThingType' => ['shape' => 'RemoveThingType']]], 'UpdateThingResponse' => ['type' => 'structure', 'members' => []], 'UpdateTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn', 'status'], 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus']]], 'UpdateTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string', 'max' => 2000], 'UseBase64' => ['type' => 'boolean'], 'Valid' => ['type' => 'boolean'], 'ValidateSecurityProfileBehaviorsRequest' => ['type' => 'structure', 'required' => ['behaviors'], 'members' => ['behaviors' => ['shape' => 'Behaviors']]], 'ValidateSecurityProfileBehaviorsResponse' => ['type' => 'structure', 'members' => ['valid' => ['shape' => 'Valid'], 'validationErrors' => ['shape' => 'ValidationErrors']]], 'ValidationError' => ['type' => 'structure', 'members' => ['errorMessage' => ['shape' => 'ErrorMessage']]], 'ValidationErrors' => ['type' => 'list', 'member' => ['shape' => 'ValidationError']], 'Value' => ['type' => 'string'], 'Variance' => ['type' => 'double'], 'Version' => ['type' => 'long'], 'VersionConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'VersionNumber' => ['type' => 'long'], 'VersionsLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ViolationEvent' => ['type' => 'structure', 'members' => ['violationId' => ['shape' => 'ViolationId'], 'thingName' => ['shape' => 'DeviceDefenderThingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName'], 'behavior' => ['shape' => 'Behavior'], 'metricValue' => ['shape' => 'MetricValue'], 'violationEventType' => ['shape' => 'ViolationEventType'], 'violationEventTime' => ['shape' => 'Timestamp']]], 'ViolationEventType' => ['type' => 'string', 'enum' => ['in-alarm', 'alarm-cleared', 'alarm-invalidated']], 'ViolationEvents' => ['type' => 'list', 'member' => ['shape' => 'ViolationEvent']], 'ViolationId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'WaitingForDataCollectionChecksCount' => ['type' => 'integer'], 'errorMessage' => ['type' => 'string'], 'resourceArn' => ['type' => 'string'], 'resourceId' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-05-28', 'endpointPrefix' => 'iot', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT', 'serviceId' => 'IoT', 'signatureVersion' => 'v4', 'signingName' => 'execute-api', 'uid' => 'iot-2015-05-28'], 'operations' => ['AcceptCertificateTransfer' => ['name' => 'AcceptCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/accept-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'AcceptCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'AddThingToBillingGroup' => ['name' => 'AddThingToBillingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/billing-groups/addThingToBillingGroup'], 'input' => ['shape' => 'AddThingToBillingGroupRequest'], 'output' => ['shape' => 'AddThingToBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'AddThingToThingGroup' => ['name' => 'AddThingToThingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/addThingToThingGroup'], 'input' => ['shape' => 'AddThingToThingGroupRequest'], 'output' => ['shape' => 'AddThingToThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateTargetsWithJob' => ['name' => 'AssociateTargetsWithJob', 'http' => ['method' => 'POST', 'requestUri' => '/jobs/{jobId}/targets'], 'input' => ['shape' => 'AssociateTargetsWithJobRequest'], 'output' => ['shape' => 'AssociateTargetsWithJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'AttachPolicy' => ['name' => 'AttachPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/target-policies/{policyName}'], 'input' => ['shape' => 'AttachPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'AttachPrincipalPolicy' => ['name' => 'AttachPrincipalPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/principal-policies/{policyName}'], 'input' => ['shape' => 'AttachPrincipalPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']], 'deprecated' => \true], 'AttachSecurityProfile' => ['name' => 'AttachSecurityProfile', 'http' => ['method' => 'PUT', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'AttachSecurityProfileRequest'], 'output' => ['shape' => 'AttachSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'AttachThingPrincipal' => ['name' => 'AttachThingPrincipal', 'http' => ['method' => 'PUT', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'AttachThingPrincipalRequest'], 'output' => ['shape' => 'AttachThingPrincipalResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CancelAuditMitigationActionsTask' => ['name' => 'CancelAuditMitigationActionsTask', 'http' => ['method' => 'PUT', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}/cancel'], 'input' => ['shape' => 'CancelAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'CancelAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CancelAuditTask' => ['name' => 'CancelAuditTask', 'http' => ['method' => 'PUT', 'requestUri' => '/audit/tasks/{taskId}/cancel'], 'input' => ['shape' => 'CancelAuditTaskRequest'], 'output' => ['shape' => 'CancelAuditTaskResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CancelCertificateTransfer' => ['name' => 'CancelCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/cancel-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'CancelCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'PUT', 'requestUri' => '/jobs/{jobId}/cancel'], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'CancelJobExecution' => ['name' => 'CancelJobExecution', 'http' => ['method' => 'PUT', 'requestUri' => '/things/{thingName}/jobs/{jobId}/cancel'], 'input' => ['shape' => 'CancelJobExecutionRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'VersionConflictException']]], 'ClearDefaultAuthorizer' => ['name' => 'ClearDefaultAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'ClearDefaultAuthorizerRequest'], 'output' => ['shape' => 'ClearDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ConfirmTopicRuleDestination' => ['name' => 'ConfirmTopicRuleDestination', 'http' => ['method' => 'GET', 'requestUri' => '/confirmdestination/{confirmationToken+}'], 'input' => ['shape' => 'ConfirmTopicRuleDestinationRequest'], 'output' => ['shape' => 'ConfirmTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateAuditSuppression' => ['name' => 'CreateAuditSuppression', 'http' => ['method' => 'POST', 'requestUri' => '/audit/suppressions/create'], 'input' => ['shape' => 'CreateAuditSuppressionRequest'], 'output' => ['shape' => 'CreateAuditSuppressionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'CreateAuthorizer' => ['name' => 'CreateAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'CreateAuthorizerRequest'], 'output' => ['shape' => 'CreateAuthorizerResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateBillingGroup' => ['name' => 'CreateBillingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'CreateBillingGroupRequest'], 'output' => ['shape' => 'CreateBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateCertificateFromCsr' => ['name' => 'CreateCertificateFromCsr', 'http' => ['method' => 'POST', 'requestUri' => '/certificates'], 'input' => ['shape' => 'CreateCertificateFromCsrRequest'], 'output' => ['shape' => 'CreateCertificateFromCsrResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateDimension' => ['name' => 'CreateDimension', 'http' => ['method' => 'POST', 'requestUri' => '/dimensions/{name}'], 'input' => ['shape' => 'CreateDimensionRequest'], 'output' => ['shape' => 'CreateDimensionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException']]], 'CreateDomainConfiguration' => ['name' => 'CreateDomainConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'CreateDomainConfigurationRequest'], 'output' => ['shape' => 'CreateDomainConfigurationResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'CertificateValidationException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException']]], 'CreateDynamicThingGroup' => ['name' => 'CreateDynamicThingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'CreateDynamicThingGroupRequest'], 'output' => ['shape' => 'CreateDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidQueryException'], ['shape' => 'LimitExceededException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'PUT', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'CreateKeysAndCertificate' => ['name' => 'CreateKeysAndCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/keys-and-certificate'], 'input' => ['shape' => 'CreateKeysAndCertificateRequest'], 'output' => ['shape' => 'CreateKeysAndCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateMitigationAction' => ['name' => 'CreateMitigationAction', 'http' => ['method' => 'POST', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'CreateMitigationActionRequest'], 'output' => ['shape' => 'CreateMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateOTAUpdate' => ['name' => 'CreateOTAUpdate', 'http' => ['method' => 'POST', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'CreateOTAUpdateRequest'], 'output' => ['shape' => 'CreateOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'MalformedPolicyException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreatePolicyVersion' => ['name' => 'CreatePolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/policies/{policyName}/version'], 'input' => ['shape' => 'CreatePolicyVersionRequest'], 'output' => ['shape' => 'CreatePolicyVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyException'], ['shape' => 'VersionsLimitExceededException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateProvisioningClaim' => ['name' => 'CreateProvisioningClaim', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates/{templateName}/provisioning-claim'], 'input' => ['shape' => 'CreateProvisioningClaimRequest'], 'output' => ['shape' => 'CreateProvisioningClaimResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateProvisioningTemplate' => ['name' => 'CreateProvisioningTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates'], 'input' => ['shape' => 'CreateProvisioningTemplateRequest'], 'output' => ['shape' => 'CreateProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateProvisioningTemplateVersion' => ['name' => 'CreateProvisioningTemplateVersion', 'http' => ['method' => 'POST', 'requestUri' => '/provisioning-templates/{templateName}/versions'], 'input' => ['shape' => 'CreateProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'CreateProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'VersionsLimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateRoleAlias' => ['name' => 'CreateRoleAlias', 'http' => ['method' => 'POST', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'CreateRoleAliasRequest'], 'output' => ['shape' => 'CreateRoleAliasResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateScheduledAudit' => ['name' => 'CreateScheduledAudit', 'http' => ['method' => 'POST', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'CreateScheduledAuditRequest'], 'output' => ['shape' => 'CreateScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'CreateSecurityProfile' => ['name' => 'CreateSecurityProfile', 'http' => ['method' => 'POST', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'CreateSecurityProfileRequest'], 'output' => ['shape' => 'CreateSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateStream' => ['name' => 'CreateStream', 'http' => ['method' => 'POST', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'CreateStreamRequest'], 'output' => ['shape' => 'CreateStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'CreateThing' => ['name' => 'CreateThing', 'http' => ['method' => 'POST', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'CreateThingRequest'], 'output' => ['shape' => 'CreateThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException']]], 'CreateThingGroup' => ['name' => 'CreateThingGroup', 'http' => ['method' => 'POST', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'CreateThingGroupRequest'], 'output' => ['shape' => 'CreateThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateThingType' => ['name' => 'CreateThingType', 'http' => ['method' => 'POST', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'CreateThingTypeRequest'], 'output' => ['shape' => 'CreateThingTypeResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateTopicRule' => ['name' => 'CreateTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'CreateTopicRuleRequest'], 'errors' => [['shape' => 'SqlParseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictingResourceUpdateException']]], 'CreateTopicRuleDestination' => ['name' => 'CreateTopicRuleDestination', 'http' => ['method' => 'POST', 'requestUri' => '/destinations'], 'input' => ['shape' => 'CreateTopicRuleDestinationRequest'], 'output' => ['shape' => 'CreateTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteAccountAuditConfiguration' => ['name' => 'DeleteAccountAuditConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'DeleteAccountAuditConfigurationRequest'], 'output' => ['shape' => 'DeleteAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteAuditSuppression' => ['name' => 'DeleteAuditSuppression', 'http' => ['method' => 'POST', 'requestUri' => '/audit/suppressions/delete'], 'input' => ['shape' => 'DeleteAuditSuppressionRequest'], 'output' => ['shape' => 'DeleteAuditSuppressionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteAuthorizer' => ['name' => 'DeleteAuthorizer', 'http' => ['method' => 'DELETE', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'DeleteAuthorizerRequest'], 'output' => ['shape' => 'DeleteAuthorizerResponse'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteBillingGroup' => ['name' => 'DeleteBillingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'DeleteBillingGroupRequest'], 'output' => ['shape' => 'DeleteBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteCACertificate' => ['name' => 'DeleteCACertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'DeleteCACertificateRequest'], 'output' => ['shape' => 'DeleteCACertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'CertificateStateException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'DeleteCertificateRequest'], 'errors' => [['shape' => 'CertificateStateException'], ['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteDimension' => ['name' => 'DeleteDimension', 'http' => ['method' => 'DELETE', 'requestUri' => '/dimensions/{name}'], 'input' => ['shape' => 'DeleteDimensionRequest'], 'output' => ['shape' => 'DeleteDimensionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException']]], 'DeleteDomainConfiguration' => ['name' => 'DeleteDomainConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'DeleteDomainConfigurationRequest'], 'output' => ['shape' => 'DeleteDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException']]], 'DeleteDynamicThingGroup' => ['name' => 'DeleteDynamicThingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DeleteDynamicThingGroupRequest'], 'output' => ['shape' => 'DeleteDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteJob' => ['name' => 'DeleteJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'DeleteJobRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteJobExecution' => ['name' => 'DeleteJobExecution', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/jobs/{jobId}/executionNumber/{executionNumber}'], 'input' => ['shape' => 'DeleteJobExecutionRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteMitigationAction' => ['name' => 'DeleteMitigationAction', 'http' => ['method' => 'DELETE', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'DeleteMitigationActionRequest'], 'output' => ['shape' => 'DeleteMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteOTAUpdate' => ['name' => 'DeleteOTAUpdate', 'http' => ['method' => 'DELETE', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'DeleteOTAUpdateRequest'], 'output' => ['shape' => 'DeleteOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'VersionConflictException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeletePolicyVersion' => ['name' => 'DeletePolicyVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'DeletePolicyVersionRequest'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteProvisioningTemplate' => ['name' => 'DeleteProvisioningTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'DeleteProvisioningTemplateRequest'], 'output' => ['shape' => 'DeleteProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DeleteConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'DeleteProvisioningTemplateVersion' => ['name' => 'DeleteProvisioningTemplateVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/provisioning-templates/{templateName}/versions/{versionId}'], 'input' => ['shape' => 'DeleteProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'DeleteProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'DeleteConflictException']]], 'DeleteRegistrationCode' => ['name' => 'DeleteRegistrationCode', 'http' => ['method' => 'DELETE', 'requestUri' => '/registrationcode'], 'input' => ['shape' => 'DeleteRegistrationCodeRequest'], 'output' => ['shape' => 'DeleteRegistrationCodeResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteRoleAlias' => ['name' => 'DeleteRoleAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'DeleteRoleAliasRequest'], 'output' => ['shape' => 'DeleteRoleAliasResponse'], 'errors' => [['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteScheduledAudit' => ['name' => 'DeleteScheduledAudit', 'http' => ['method' => 'DELETE', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'DeleteScheduledAuditRequest'], 'output' => ['shape' => 'DeleteScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteSecurityProfile' => ['name' => 'DeleteSecurityProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'DeleteSecurityProfileRequest'], 'output' => ['shape' => 'DeleteSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'VersionConflictException']]], 'DeleteStream' => ['name' => 'DeleteStream', 'http' => ['method' => 'DELETE', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'DeleteStreamRequest'], 'output' => ['shape' => 'DeleteStreamResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DeleteConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteThing' => ['name' => 'DeleteThing', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'DeleteThingRequest'], 'output' => ['shape' => 'DeleteThingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'VersionConflictException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteThingGroup' => ['name' => 'DeleteThingGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DeleteThingGroupRequest'], 'output' => ['shape' => 'DeleteThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DeleteThingType' => ['name' => 'DeleteThingType', 'http' => ['method' => 'DELETE', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'DeleteThingTypeRequest'], 'output' => ['shape' => 'DeleteThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DeleteTopicRule' => ['name' => 'DeleteTopicRule', 'http' => ['method' => 'DELETE', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'DeleteTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteTopicRuleDestination' => ['name' => 'DeleteTopicRuleDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/destinations/{arn+}'], 'input' => ['shape' => 'DeleteTopicRuleDestinationRequest'], 'output' => ['shape' => 'DeleteTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'DeleteV2LoggingLevel' => ['name' => 'DeleteV2LoggingLevel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'DeleteV2LoggingLevelRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'DeprecateThingType' => ['name' => 'DeprecateThingType', 'http' => ['method' => 'POST', 'requestUri' => '/thing-types/{thingTypeName}/deprecate'], 'input' => ['shape' => 'DeprecateThingTypeRequest'], 'output' => ['shape' => 'DeprecateThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeAccountAuditConfiguration' => ['name' => 'DescribeAccountAuditConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'DescribeAccountAuditConfigurationRequest'], 'output' => ['shape' => 'DescribeAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditFinding' => ['name' => 'DescribeAuditFinding', 'http' => ['method' => 'GET', 'requestUri' => '/audit/findings/{findingId}'], 'input' => ['shape' => 'DescribeAuditFindingRequest'], 'output' => ['shape' => 'DescribeAuditFindingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditMitigationActionsTask' => ['name' => 'DescribeAuditMitigationActionsTask', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}'], 'input' => ['shape' => 'DescribeAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'DescribeAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditSuppression' => ['name' => 'DescribeAuditSuppression', 'http' => ['method' => 'POST', 'requestUri' => '/audit/suppressions/describe'], 'input' => ['shape' => 'DescribeAuditSuppressionRequest'], 'output' => ['shape' => 'DescribeAuditSuppressionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuditTask' => ['name' => 'DescribeAuditTask', 'http' => ['method' => 'GET', 'requestUri' => '/audit/tasks/{taskId}'], 'input' => ['shape' => 'DescribeAuditTaskRequest'], 'output' => ['shape' => 'DescribeAuditTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeAuthorizer' => ['name' => 'DescribeAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'DescribeAuthorizerRequest'], 'output' => ['shape' => 'DescribeAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeBillingGroup' => ['name' => 'DescribeBillingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'DescribeBillingGroupRequest'], 'output' => ['shape' => 'DescribeBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeCACertificate' => ['name' => 'DescribeCACertificate', 'http' => ['method' => 'GET', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'DescribeCACertificateRequest'], 'output' => ['shape' => 'DescribeCACertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeCertificate' => ['name' => 'DescribeCertificate', 'http' => ['method' => 'GET', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'DescribeCertificateRequest'], 'output' => ['shape' => 'DescribeCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDefaultAuthorizer' => ['name' => 'DescribeDefaultAuthorizer', 'http' => ['method' => 'GET', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'DescribeDefaultAuthorizerRequest'], 'output' => ['shape' => 'DescribeDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeDimension' => ['name' => 'DescribeDimension', 'http' => ['method' => 'GET', 'requestUri' => '/dimensions/{name}'], 'input' => ['shape' => 'DescribeDimensionRequest'], 'output' => ['shape' => 'DescribeDimensionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'DescribeDomainConfiguration' => ['name' => 'DescribeDomainConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'DescribeDomainConfigurationRequest'], 'output' => ['shape' => 'DescribeDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'GET', 'requestUri' => '/endpoint'], 'input' => ['shape' => 'DescribeEndpointRequest'], 'output' => ['shape' => 'DescribeEndpointResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException']]], 'DescribeEventConfigurations' => ['name' => 'DescribeEventConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/event-configurations'], 'input' => ['shape' => 'DescribeEventConfigurationsRequest'], 'output' => ['shape' => 'DescribeEventConfigurationsResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']]], 'DescribeIndex' => ['name' => 'DescribeIndex', 'http' => ['method' => 'GET', 'requestUri' => '/indices/{indexName}'], 'input' => ['shape' => 'DescribeIndexRequest'], 'output' => ['shape' => 'DescribeIndexResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeJobExecution' => ['name' => 'DescribeJobExecution', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/jobs/{jobId}'], 'input' => ['shape' => 'DescribeJobExecutionRequest'], 'output' => ['shape' => 'DescribeJobExecutionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeMitigationAction' => ['name' => 'DescribeMitigationAction', 'http' => ['method' => 'GET', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'DescribeMitigationActionRequest'], 'output' => ['shape' => 'DescribeMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeProvisioningTemplate' => ['name' => 'DescribeProvisioningTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'DescribeProvisioningTemplateRequest'], 'output' => ['shape' => 'DescribeProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'DescribeProvisioningTemplateVersion' => ['name' => 'DescribeProvisioningTemplateVersion', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}/versions/{versionId}'], 'input' => ['shape' => 'DescribeProvisioningTemplateVersionRequest'], 'output' => ['shape' => 'DescribeProvisioningTemplateVersionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException']]], 'DescribeRoleAlias' => ['name' => 'DescribeRoleAlias', 'http' => ['method' => 'GET', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'DescribeRoleAliasRequest'], 'output' => ['shape' => 'DescribeRoleAliasResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeScheduledAudit' => ['name' => 'DescribeScheduledAudit', 'http' => ['method' => 'GET', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'DescribeScheduledAuditRequest'], 'output' => ['shape' => 'DescribeScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeSecurityProfile' => ['name' => 'DescribeSecurityProfile', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'DescribeSecurityProfileRequest'], 'output' => ['shape' => 'DescribeSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DescribeStream' => ['name' => 'DescribeStream', 'http' => ['method' => 'GET', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'DescribeStreamRequest'], 'output' => ['shape' => 'DescribeStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeThing' => ['name' => 'DescribeThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'DescribeThingRequest'], 'output' => ['shape' => 'DescribeThingResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DescribeThingGroup' => ['name' => 'DescribeThingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'DescribeThingGroupRequest'], 'output' => ['shape' => 'DescribeThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeThingRegistrationTask' => ['name' => 'DescribeThingRegistrationTask', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks/{taskId}'], 'input' => ['shape' => 'DescribeThingRegistrationTaskRequest'], 'output' => ['shape' => 'DescribeThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeThingType' => ['name' => 'DescribeThingType', 'http' => ['method' => 'GET', 'requestUri' => '/thing-types/{thingTypeName}'], 'input' => ['shape' => 'DescribeThingTypeRequest'], 'output' => ['shape' => 'DescribeThingTypeResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DetachPolicy' => ['name' => 'DetachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/target-policies/{policyName}'], 'input' => ['shape' => 'DetachPolicyRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'DetachPrincipalPolicy' => ['name' => 'DetachPrincipalPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/principal-policies/{policyName}'], 'input' => ['shape' => 'DetachPrincipalPolicyRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'DetachSecurityProfile' => ['name' => 'DetachSecurityProfile', 'http' => ['method' => 'DELETE', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'DetachSecurityProfileRequest'], 'output' => ['shape' => 'DetachSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'DetachThingPrincipal' => ['name' => 'DetachThingPrincipal', 'http' => ['method' => 'DELETE', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'DetachThingPrincipalRequest'], 'output' => ['shape' => 'DetachThingPrincipalResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'DisableTopicRule' => ['name' => 'DisableTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}/disable'], 'input' => ['shape' => 'DisableTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'EnableTopicRule' => ['name' => 'EnableTopicRule', 'http' => ['method' => 'POST', 'requestUri' => '/rules/{ruleName}/enable'], 'input' => ['shape' => 'EnableTopicRuleRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'GetCardinality' => ['name' => 'GetCardinality', 'http' => ['method' => 'POST', 'requestUri' => '/indices/cardinality'], 'input' => ['shape' => 'GetCardinalityRequest'], 'output' => ['shape' => 'GetCardinalityResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetEffectivePolicies' => ['name' => 'GetEffectivePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/effective-policies'], 'input' => ['shape' => 'GetEffectivePoliciesRequest'], 'output' => ['shape' => 'GetEffectivePoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'GetIndexingConfiguration' => ['name' => 'GetIndexingConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/indexing/config'], 'input' => ['shape' => 'GetIndexingConfigurationRequest'], 'output' => ['shape' => 'GetIndexingConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetJobDocument' => ['name' => 'GetJobDocument', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}/job-document'], 'input' => ['shape' => 'GetJobDocumentRequest'], 'output' => ['shape' => 'GetJobDocumentResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'GetLoggingOptions' => ['name' => 'GetLoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/loggingOptions'], 'input' => ['shape' => 'GetLoggingOptionsRequest'], 'output' => ['shape' => 'GetLoggingOptionsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'GetOTAUpdate' => ['name' => 'GetOTAUpdate', 'http' => ['method' => 'GET', 'requestUri' => '/otaUpdates/{otaUpdateId}'], 'input' => ['shape' => 'GetOTAUpdateRequest'], 'output' => ['shape' => 'GetOTAUpdateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'GetPercentiles' => ['name' => 'GetPercentiles', 'http' => ['method' => 'POST', 'requestUri' => '/indices/percentiles'], 'input' => ['shape' => 'GetPercentilesRequest'], 'output' => ['shape' => 'GetPercentilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}'], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetPolicyVersion' => ['name' => 'GetPolicyVersion', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'GetPolicyVersionRequest'], 'output' => ['shape' => 'GetPolicyVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'GetRegistrationCode' => ['name' => 'GetRegistrationCode', 'http' => ['method' => 'GET', 'requestUri' => '/registrationcode'], 'input' => ['shape' => 'GetRegistrationCodeRequest'], 'output' => ['shape' => 'GetRegistrationCodeResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException']]], 'GetStatistics' => ['name' => 'GetStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/indices/statistics'], 'input' => ['shape' => 'GetStatisticsRequest'], 'output' => ['shape' => 'GetStatisticsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'InvalidAggregationException'], ['shape' => 'IndexNotReadyException']]], 'GetTopicRule' => ['name' => 'GetTopicRule', 'http' => ['method' => 'GET', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'GetTopicRuleRequest'], 'output' => ['shape' => 'GetTopicRuleResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'GetTopicRuleDestination' => ['name' => 'GetTopicRuleDestination', 'http' => ['method' => 'GET', 'requestUri' => '/destinations/{arn+}'], 'input' => ['shape' => 'GetTopicRuleDestinationRequest'], 'output' => ['shape' => 'GetTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'GetV2LoggingOptions' => ['name' => 'GetV2LoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v2LoggingOptions'], 'input' => ['shape' => 'GetV2LoggingOptionsRequest'], 'output' => ['shape' => 'GetV2LoggingOptionsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'ServiceUnavailableException']]], 'ListActiveViolations' => ['name' => 'ListActiveViolations', 'http' => ['method' => 'GET', 'requestUri' => '/active-violations'], 'input' => ['shape' => 'ListActiveViolationsRequest'], 'output' => ['shape' => 'ListActiveViolationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAttachedPolicies' => ['name' => 'ListAttachedPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/attached-policies/{target}'], 'input' => ['shape' => 'ListAttachedPoliciesRequest'], 'output' => ['shape' => 'ListAttachedPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'ListAuditFindings' => ['name' => 'ListAuditFindings', 'http' => ['method' => 'POST', 'requestUri' => '/audit/findings'], 'input' => ['shape' => 'ListAuditFindingsRequest'], 'output' => ['shape' => 'ListAuditFindingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditMitigationActionsExecutions' => ['name' => 'ListAuditMitigationActionsExecutions', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/executions'], 'input' => ['shape' => 'ListAuditMitigationActionsExecutionsRequest'], 'output' => ['shape' => 'ListAuditMitigationActionsExecutionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditMitigationActionsTasks' => ['name' => 'ListAuditMitigationActionsTasks', 'http' => ['method' => 'GET', 'requestUri' => '/audit/mitigationactions/tasks'], 'input' => ['shape' => 'ListAuditMitigationActionsTasksRequest'], 'output' => ['shape' => 'ListAuditMitigationActionsTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditSuppressions' => ['name' => 'ListAuditSuppressions', 'http' => ['method' => 'POST', 'requestUri' => '/audit/suppressions/list'], 'input' => ['shape' => 'ListAuditSuppressionsRequest'], 'output' => ['shape' => 'ListAuditSuppressionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuditTasks' => ['name' => 'ListAuditTasks', 'http' => ['method' => 'GET', 'requestUri' => '/audit/tasks'], 'input' => ['shape' => 'ListAuditTasksRequest'], 'output' => ['shape' => 'ListAuditTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListAuthorizers' => ['name' => 'ListAuthorizers', 'http' => ['method' => 'GET', 'requestUri' => '/authorizers/'], 'input' => ['shape' => 'ListAuthorizersRequest'], 'output' => ['shape' => 'ListAuthorizersResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListBillingGroups' => ['name' => 'ListBillingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups'], 'input' => ['shape' => 'ListBillingGroupsRequest'], 'output' => ['shape' => 'ListBillingGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListCACertificates' => ['name' => 'ListCACertificates', 'http' => ['method' => 'GET', 'requestUri' => '/cacertificates'], 'input' => ['shape' => 'ListCACertificatesRequest'], 'output' => ['shape' => 'ListCACertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListCertificates' => ['name' => 'ListCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/certificates'], 'input' => ['shape' => 'ListCertificatesRequest'], 'output' => ['shape' => 'ListCertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListCertificatesByCA' => ['name' => 'ListCertificatesByCA', 'http' => ['method' => 'GET', 'requestUri' => '/certificates-by-ca/{caCertificateId}'], 'input' => ['shape' => 'ListCertificatesByCARequest'], 'output' => ['shape' => 'ListCertificatesByCAResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListDimensions' => ['name' => 'ListDimensions', 'http' => ['method' => 'GET', 'requestUri' => '/dimensions'], 'input' => ['shape' => 'ListDimensionsRequest'], 'output' => ['shape' => 'ListDimensionsResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException']]], 'ListDomainConfigurations' => ['name' => 'ListDomainConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/domainConfigurations'], 'input' => ['shape' => 'ListDomainConfigurationsRequest'], 'output' => ['shape' => 'ListDomainConfigurationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListIndices' => ['name' => 'ListIndices', 'http' => ['method' => 'GET', 'requestUri' => '/indices'], 'input' => ['shape' => 'ListIndicesRequest'], 'output' => ['shape' => 'ListIndicesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListJobExecutionsForJob' => ['name' => 'ListJobExecutionsForJob', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}/things'], 'input' => ['shape' => 'ListJobExecutionsForJobRequest'], 'output' => ['shape' => 'ListJobExecutionsForJobResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListJobExecutionsForThing' => ['name' => 'ListJobExecutionsForThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/jobs'], 'input' => ['shape' => 'ListJobExecutionsForThingRequest'], 'output' => ['shape' => 'ListJobExecutionsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/jobs'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'ListMitigationActions' => ['name' => 'ListMitigationActions', 'http' => ['method' => 'GET', 'requestUri' => '/mitigationactions/actions'], 'input' => ['shape' => 'ListMitigationActionsRequest'], 'output' => ['shape' => 'ListMitigationActionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListOTAUpdates' => ['name' => 'ListOTAUpdates', 'http' => ['method' => 'GET', 'requestUri' => '/otaUpdates'], 'input' => ['shape' => 'ListOTAUpdatesRequest'], 'output' => ['shape' => 'ListOTAUpdatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListOutgoingCertificates' => ['name' => 'ListOutgoingCertificates', 'http' => ['method' => 'GET', 'requestUri' => '/certificates-out-going'], 'input' => ['shape' => 'ListOutgoingCertificatesRequest'], 'output' => ['shape' => 'ListOutgoingCertificatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/policies'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPolicyPrincipals' => ['name' => 'ListPolicyPrincipals', 'http' => ['method' => 'GET', 'requestUri' => '/policy-principals'], 'input' => ['shape' => 'ListPolicyPrincipalsRequest'], 'output' => ['shape' => 'ListPolicyPrincipalsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'ListPolicyVersions' => ['name' => 'ListPolicyVersions', 'http' => ['method' => 'GET', 'requestUri' => '/policies/{policyName}/version'], 'input' => ['shape' => 'ListPolicyVersionsRequest'], 'output' => ['shape' => 'ListPolicyVersionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListPrincipalPolicies' => ['name' => 'ListPrincipalPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/principal-policies'], 'input' => ['shape' => 'ListPrincipalPoliciesRequest'], 'output' => ['shape' => 'ListPrincipalPoliciesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']], 'deprecated' => \true], 'ListPrincipalThings' => ['name' => 'ListPrincipalThings', 'http' => ['method' => 'GET', 'requestUri' => '/principals/things'], 'input' => ['shape' => 'ListPrincipalThingsRequest'], 'output' => ['shape' => 'ListPrincipalThingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListProvisioningTemplateVersions' => ['name' => 'ListProvisioningTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates/{templateName}/versions'], 'input' => ['shape' => 'ListProvisioningTemplateVersionsRequest'], 'output' => ['shape' => 'ListProvisioningTemplateVersionsResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException']]], 'ListProvisioningTemplates' => ['name' => 'ListProvisioningTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/provisioning-templates'], 'input' => ['shape' => 'ListProvisioningTemplatesRequest'], 'output' => ['shape' => 'ListProvisioningTemplatesResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException']]], 'ListRoleAliases' => ['name' => 'ListRoleAliases', 'http' => ['method' => 'GET', 'requestUri' => '/role-aliases'], 'input' => ['shape' => 'ListRoleAliasesRequest'], 'output' => ['shape' => 'ListRoleAliasesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListScheduledAudits' => ['name' => 'ListScheduledAudits', 'http' => ['method' => 'GET', 'requestUri' => '/audit/scheduledaudits'], 'input' => ['shape' => 'ListScheduledAuditsRequest'], 'output' => ['shape' => 'ListScheduledAuditsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListSecurityProfiles' => ['name' => 'ListSecurityProfiles', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles'], 'input' => ['shape' => 'ListSecurityProfilesRequest'], 'output' => ['shape' => 'ListSecurityProfilesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListSecurityProfilesForTarget' => ['name' => 'ListSecurityProfilesForTarget', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles-for-target'], 'input' => ['shape' => 'ListSecurityProfilesForTargetRequest'], 'output' => ['shape' => 'ListSecurityProfilesForTargetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListStreams' => ['name' => 'ListStreams', 'http' => ['method' => 'GET', 'requestUri' => '/streams'], 'input' => ['shape' => 'ListStreamsRequest'], 'output' => ['shape' => 'ListStreamsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListTargetsForPolicy' => ['name' => 'ListTargetsForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/policy-targets/{policyName}'], 'input' => ['shape' => 'ListTargetsForPolicyRequest'], 'output' => ['shape' => 'ListTargetsForPolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'ListTargetsForSecurityProfile' => ['name' => 'ListTargetsForSecurityProfile', 'http' => ['method' => 'GET', 'requestUri' => '/security-profiles/{securityProfileName}/targets'], 'input' => ['shape' => 'ListTargetsForSecurityProfileRequest'], 'output' => ['shape' => 'ListTargetsForSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListThingGroups' => ['name' => 'ListThingGroups', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups'], 'input' => ['shape' => 'ListThingGroupsRequest'], 'output' => ['shape' => 'ListThingGroupsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingGroupsForThing' => ['name' => 'ListThingGroupsForThing', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/thing-groups'], 'input' => ['shape' => 'ListThingGroupsForThingRequest'], 'output' => ['shape' => 'ListThingGroupsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingPrincipals' => ['name' => 'ListThingPrincipals', 'http' => ['method' => 'GET', 'requestUri' => '/things/{thingName}/principals'], 'input' => ['shape' => 'ListThingPrincipalsRequest'], 'output' => ['shape' => 'ListThingPrincipalsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListThingRegistrationTaskReports' => ['name' => 'ListThingRegistrationTaskReports', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks/{taskId}/reports'], 'input' => ['shape' => 'ListThingRegistrationTaskReportsRequest'], 'output' => ['shape' => 'ListThingRegistrationTaskReportsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListThingRegistrationTasks' => ['name' => 'ListThingRegistrationTasks', 'http' => ['method' => 'GET', 'requestUri' => '/thing-registration-tasks'], 'input' => ['shape' => 'ListThingRegistrationTasksRequest'], 'output' => ['shape' => 'ListThingRegistrationTasksResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'ListThingTypes' => ['name' => 'ListThingTypes', 'http' => ['method' => 'GET', 'requestUri' => '/thing-types'], 'input' => ['shape' => 'ListThingTypesRequest'], 'output' => ['shape' => 'ListThingTypesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListThings' => ['name' => 'ListThings', 'http' => ['method' => 'GET', 'requestUri' => '/things'], 'input' => ['shape' => 'ListThingsRequest'], 'output' => ['shape' => 'ListThingsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'ListThingsInBillingGroup' => ['name' => 'ListThingsInBillingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/billing-groups/{billingGroupName}/things'], 'input' => ['shape' => 'ListThingsInBillingGroupRequest'], 'output' => ['shape' => 'ListThingsInBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListThingsInThingGroup' => ['name' => 'ListThingsInThingGroup', 'http' => ['method' => 'GET', 'requestUri' => '/thing-groups/{thingGroupName}/things'], 'input' => ['shape' => 'ListThingsInThingGroupRequest'], 'output' => ['shape' => 'ListThingsInThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ListTopicRuleDestinations' => ['name' => 'ListTopicRuleDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/destinations'], 'input' => ['shape' => 'ListTopicRuleDestinationsRequest'], 'output' => ['shape' => 'ListTopicRuleDestinationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException']]], 'ListTopicRules' => ['name' => 'ListTopicRules', 'http' => ['method' => 'GET', 'requestUri' => '/rules'], 'input' => ['shape' => 'ListTopicRulesRequest'], 'output' => ['shape' => 'ListTopicRulesResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'ListV2LoggingLevels' => ['name' => 'ListV2LoggingLevels', 'http' => ['method' => 'GET', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'ListV2LoggingLevelsRequest'], 'output' => ['shape' => 'ListV2LoggingLevelsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'ListViolationEvents' => ['name' => 'ListViolationEvents', 'http' => ['method' => 'GET', 'requestUri' => '/violation-events'], 'input' => ['shape' => 'ListViolationEventsRequest'], 'output' => ['shape' => 'ListViolationEventsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'RegisterCACertificate' => ['name' => 'RegisterCACertificate', 'http' => ['method' => 'POST', 'requestUri' => '/cacertificate'], 'input' => ['shape' => 'RegisterCACertificateRequest'], 'output' => ['shape' => 'RegisterCACertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'RegistrationCodeValidationException'], ['shape' => 'InvalidRequestException'], ['shape' => 'CertificateValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RegisterCertificate' => ['name' => 'RegisterCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/certificate/register'], 'input' => ['shape' => 'RegisterCertificateRequest'], 'output' => ['shape' => 'RegisterCertificateResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'CertificateValidationException'], ['shape' => 'CertificateStateException'], ['shape' => 'CertificateConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RegisterCertificateWithoutCA' => ['name' => 'RegisterCertificateWithoutCA', 'http' => ['method' => 'POST', 'requestUri' => '/certificate/register-no-ca'], 'input' => ['shape' => 'RegisterCertificateWithoutCARequest'], 'output' => ['shape' => 'RegisterCertificateWithoutCAResponse'], 'errors' => [['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InvalidRequestException'], ['shape' => 'CertificateStateException'], ['shape' => 'CertificateValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RegisterThing' => ['name' => 'RegisterThing', 'http' => ['method' => 'POST', 'requestUri' => '/things'], 'input' => ['shape' => 'RegisterThingRequest'], 'output' => ['shape' => 'RegisterThingResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingResourceUpdateException'], ['shape' => 'ResourceRegistrationFailureException']]], 'RejectCertificateTransfer' => ['name' => 'RejectCertificateTransfer', 'http' => ['method' => 'PATCH', 'requestUri' => '/reject-certificate-transfer/{certificateId}'], 'input' => ['shape' => 'RejectCertificateTransferRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TransferAlreadyCompletedException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'RemoveThingFromBillingGroup' => ['name' => 'RemoveThingFromBillingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/billing-groups/removeThingFromBillingGroup'], 'input' => ['shape' => 'RemoveThingFromBillingGroupRequest'], 'output' => ['shape' => 'RemoveThingFromBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'RemoveThingFromThingGroup' => ['name' => 'RemoveThingFromThingGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/removeThingFromThingGroup'], 'input' => ['shape' => 'RemoveThingFromThingGroupRequest'], 'output' => ['shape' => 'RemoveThingFromThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'ReplaceTopicRule' => ['name' => 'ReplaceTopicRule', 'http' => ['method' => 'PATCH', 'requestUri' => '/rules/{ruleName}'], 'input' => ['shape' => 'ReplaceTopicRuleRequest'], 'errors' => [['shape' => 'SqlParseException'], ['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'SearchIndex' => ['name' => 'SearchIndex', 'http' => ['method' => 'POST', 'requestUri' => '/indices/search'], 'input' => ['shape' => 'SearchIndexRequest'], 'output' => ['shape' => 'SearchIndexResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException'], ['shape' => 'IndexNotReadyException']]], 'SetDefaultAuthorizer' => ['name' => 'SetDefaultAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/default-authorizer'], 'input' => ['shape' => 'SetDefaultAuthorizerRequest'], 'output' => ['shape' => 'SetDefaultAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceAlreadyExistsException']]], 'SetDefaultPolicyVersion' => ['name' => 'SetDefaultPolicyVersion', 'http' => ['method' => 'PATCH', 'requestUri' => '/policies/{policyName}/version/{policyVersionId}'], 'input' => ['shape' => 'SetDefaultPolicyVersionRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'SetLoggingOptions' => ['name' => 'SetLoggingOptions', 'http' => ['method' => 'POST', 'requestUri' => '/loggingOptions'], 'input' => ['shape' => 'SetLoggingOptionsRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'SetV2LoggingLevel' => ['name' => 'SetV2LoggingLevel', 'http' => ['method' => 'POST', 'requestUri' => '/v2LoggingLevel'], 'input' => ['shape' => 'SetV2LoggingLevelRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'NotConfiguredException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'SetV2LoggingOptions' => ['name' => 'SetV2LoggingOptions', 'http' => ['method' => 'POST', 'requestUri' => '/v2LoggingOptions'], 'input' => ['shape' => 'SetV2LoggingOptionsRequest'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException']]], 'StartAuditMitigationActionsTask' => ['name' => 'StartAuditMitigationActionsTask', 'http' => ['method' => 'POST', 'requestUri' => '/audit/mitigationactions/tasks/{taskId}'], 'input' => ['shape' => 'StartAuditMitigationActionsTaskRequest'], 'output' => ['shape' => 'StartAuditMitigationActionsTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'TaskAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'StartOnDemandAuditTask' => ['name' => 'StartOnDemandAuditTask', 'http' => ['method' => 'POST', 'requestUri' => '/audit/tasks'], 'input' => ['shape' => 'StartOnDemandAuditTaskRequest'], 'output' => ['shape' => 'StartOnDemandAuditTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'StartThingRegistrationTask' => ['name' => 'StartThingRegistrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/thing-registration-tasks'], 'input' => ['shape' => 'StartThingRegistrationTaskRequest'], 'output' => ['shape' => 'StartThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException']]], 'StopThingRegistrationTask' => ['name' => 'StopThingRegistrationTask', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-registration-tasks/{taskId}/cancel'], 'input' => ['shape' => 'StopThingRegistrationTaskRequest'], 'output' => ['shape' => 'StopThingRegistrationTaskResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'TestAuthorization' => ['name' => 'TestAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/test-authorization'], 'input' => ['shape' => 'TestAuthorizationRequest'], 'output' => ['shape' => 'TestAuthorizationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'TestInvokeAuthorizer' => ['name' => 'TestInvokeAuthorizer', 'http' => ['method' => 'POST', 'requestUri' => '/authorizer/{authorizerName}/test'], 'input' => ['shape' => 'TestInvokeAuthorizerRequest'], 'output' => ['shape' => 'TestInvokeAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'InvalidResponseException']]], 'TransferCertificate' => ['name' => 'TransferCertificate', 'http' => ['method' => 'PATCH', 'requestUri' => '/transfer-certificate/{certificateId}'], 'input' => ['shape' => 'TransferCertificateRequest'], 'output' => ['shape' => 'TransferCertificateResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateStateException'], ['shape' => 'TransferConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untag'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateAccountAuditConfiguration' => ['name' => 'UpdateAccountAuditConfiguration', 'http' => ['method' => 'PATCH', 'requestUri' => '/audit/configuration'], 'input' => ['shape' => 'UpdateAccountAuditConfigurationRequest'], 'output' => ['shape' => 'UpdateAccountAuditConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateAuditSuppression' => ['name' => 'UpdateAuditSuppression', 'http' => ['method' => 'PATCH', 'requestUri' => '/audit/suppressions/update'], 'input' => ['shape' => 'UpdateAuditSuppressionRequest'], 'output' => ['shape' => 'UpdateAuditSuppressionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateAuthorizer' => ['name' => 'UpdateAuthorizer', 'http' => ['method' => 'PUT', 'requestUri' => '/authorizer/{authorizerName}'], 'input' => ['shape' => 'UpdateAuthorizerRequest'], 'output' => ['shape' => 'UpdateAuthorizerResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateBillingGroup' => ['name' => 'UpdateBillingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/billing-groups/{billingGroupName}'], 'input' => ['shape' => 'UpdateBillingGroupRequest'], 'output' => ['shape' => 'UpdateBillingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateCACertificate' => ['name' => 'UpdateCACertificate', 'http' => ['method' => 'PUT', 'requestUri' => '/cacertificate/{caCertificateId}'], 'input' => ['shape' => 'UpdateCACertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateCertificate' => ['name' => 'UpdateCertificate', 'http' => ['method' => 'PUT', 'requestUri' => '/certificates/{certificateId}'], 'input' => ['shape' => 'UpdateCertificateRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateStateException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateDimension' => ['name' => 'UpdateDimension', 'http' => ['method' => 'PATCH', 'requestUri' => '/dimensions/{name}'], 'input' => ['shape' => 'UpdateDimensionRequest'], 'output' => ['shape' => 'UpdateDimensionResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateDomainConfiguration' => ['name' => 'UpdateDomainConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/domainConfigurations/{domainConfigurationName}'], 'input' => ['shape' => 'UpdateDomainConfigurationRequest'], 'output' => ['shape' => 'UpdateDomainConfigurationResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'CertificateValidationException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateDynamicThingGroup' => ['name' => 'UpdateDynamicThingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/dynamic-thing-groups/{thingGroupName}'], 'input' => ['shape' => 'UpdateDynamicThingGroupRequest'], 'output' => ['shape' => 'UpdateDynamicThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidQueryException']]], 'UpdateEventConfigurations' => ['name' => 'UpdateEventConfigurations', 'http' => ['method' => 'PATCH', 'requestUri' => '/event-configurations'], 'input' => ['shape' => 'UpdateEventConfigurationsRequest'], 'output' => ['shape' => 'UpdateEventConfigurationsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']]], 'UpdateIndexingConfiguration' => ['name' => 'UpdateIndexingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/indexing/config'], 'input' => ['shape' => 'UpdateIndexingConfigurationRequest'], 'output' => ['shape' => 'UpdateIndexingConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateJob' => ['name' => 'UpdateJob', 'http' => ['method' => 'PATCH', 'requestUri' => '/jobs/{jobId}'], 'input' => ['shape' => 'UpdateJobRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateMitigationAction' => ['name' => 'UpdateMitigationAction', 'http' => ['method' => 'PATCH', 'requestUri' => '/mitigationactions/actions/{actionName}'], 'input' => ['shape' => 'UpdateMitigationActionRequest'], 'output' => ['shape' => 'UpdateMitigationActionResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateProvisioningTemplate' => ['name' => 'UpdateProvisioningTemplate', 'http' => ['method' => 'PATCH', 'requestUri' => '/provisioning-templates/{templateName}'], 'input' => ['shape' => 'UpdateProvisioningTemplateRequest'], 'output' => ['shape' => 'UpdateProvisioningTemplateResponse'], 'errors' => [['shape' => 'InternalFailureException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'UpdateRoleAlias' => ['name' => 'UpdateRoleAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/role-aliases/{roleAlias}'], 'input' => ['shape' => 'UpdateRoleAliasRequest'], 'output' => ['shape' => 'UpdateRoleAliasResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateScheduledAudit' => ['name' => 'UpdateScheduledAudit', 'http' => ['method' => 'PATCH', 'requestUri' => '/audit/scheduledaudits/{scheduledAuditName}'], 'input' => ['shape' => 'UpdateScheduledAuditRequest'], 'output' => ['shape' => 'UpdateScheduledAuditResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateSecurityProfile' => ['name' => 'UpdateSecurityProfile', 'http' => ['method' => 'PATCH', 'requestUri' => '/security-profiles/{securityProfileName}'], 'input' => ['shape' => 'UpdateSecurityProfileRequest'], 'output' => ['shape' => 'UpdateSecurityProfileResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateStream' => ['name' => 'UpdateStream', 'http' => ['method' => 'PUT', 'requestUri' => '/streams/{streamId}'], 'input' => ['shape' => 'UpdateStreamRequest'], 'output' => ['shape' => 'UpdateStreamResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException']]], 'UpdateThing' => ['name' => 'UpdateThing', 'http' => ['method' => 'PATCH', 'requestUri' => '/things/{thingName}'], 'input' => ['shape' => 'UpdateThingRequest'], 'output' => ['shape' => 'UpdateThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateThingGroup' => ['name' => 'UpdateThingGroup', 'http' => ['method' => 'PATCH', 'requestUri' => '/thing-groups/{thingGroupName}'], 'input' => ['shape' => 'UpdateThingGroupRequest'], 'output' => ['shape' => 'UpdateThingGroupResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'VersionConflictException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateThingGroupsForThing' => ['name' => 'UpdateThingGroupsForThing', 'http' => ['method' => 'PUT', 'requestUri' => '/thing-groups/updateThingGroupsForThing'], 'input' => ['shape' => 'UpdateThingGroupsForThingRequest'], 'output' => ['shape' => 'UpdateThingGroupsForThingResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateTopicRuleDestination' => ['name' => 'UpdateTopicRuleDestination', 'http' => ['method' => 'PATCH', 'requestUri' => '/destinations'], 'input' => ['shape' => 'UpdateTopicRuleDestinationRequest'], 'output' => ['shape' => 'UpdateTopicRuleDestinationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ConflictingResourceUpdateException']]], 'ValidateSecurityProfileBehaviors' => ['name' => 'ValidateSecurityProfileBehaviors', 'http' => ['method' => 'POST', 'requestUri' => '/security-profile-behaviors/validate'], 'input' => ['shape' => 'ValidateSecurityProfileBehaviorsRequest'], 'output' => ['shape' => 'ValidateSecurityProfileBehaviorsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]]], 'shapes' => ['AbortAction' => ['type' => 'string', 'enum' => ['CANCEL']], 'AbortConfig' => ['type' => 'structure', 'required' => ['criteriaList'], 'members' => ['criteriaList' => ['shape' => 'AbortCriteriaList']]], 'AbortCriteria' => ['type' => 'structure', 'required' => ['failureType', 'action', 'thresholdPercentage', 'minNumberOfExecutedThings'], 'members' => ['failureType' => ['shape' => 'JobExecutionFailureType'], 'action' => ['shape' => 'AbortAction'], 'thresholdPercentage' => ['shape' => 'AbortThresholdPercentage'], 'minNumberOfExecutedThings' => ['shape' => 'MinimumNumberOfExecutedThings']]], 'AbortCriteriaList' => ['type' => 'list', 'member' => ['shape' => 'AbortCriteria'], 'min' => 1], 'AbortThresholdPercentage' => ['type' => 'double', 'max' => 100], 'AcceptCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'AcmCertificateArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws:acm:[a-z]{2}-(gov-)?[a-z]{4,9}-\\d{1}:\\d{12}:certificate/?[a-zA-Z0-9/-]+'], 'Action' => ['type' => 'structure', 'members' => ['dynamoDB' => ['shape' => 'DynamoDBAction'], 'dynamoDBv2' => ['shape' => 'DynamoDBv2Action'], 'lambda' => ['shape' => 'LambdaAction'], 'sns' => ['shape' => 'SnsAction'], 'sqs' => ['shape' => 'SqsAction'], 'kinesis' => ['shape' => 'KinesisAction'], 'republish' => ['shape' => 'RepublishAction'], 's3' => ['shape' => 'S3Action'], 'firehose' => ['shape' => 'FirehoseAction'], 'cloudwatchMetric' => ['shape' => 'CloudwatchMetricAction'], 'cloudwatchAlarm' => ['shape' => 'CloudwatchAlarmAction'], 'cloudwatchLogs' => ['shape' => 'CloudwatchLogsAction'], 'elasticsearch' => ['shape' => 'ElasticsearchAction'], 'salesforce' => ['shape' => 'SalesforceAction'], 'iotAnalytics' => ['shape' => 'IotAnalyticsAction'], 'iotEvents' => ['shape' => 'IotEventsAction'], 'iotSiteWise' => ['shape' => 'IotSiteWiseAction'], 'stepFunctions' => ['shape' => 'StepFunctionsAction'], 'http' => ['shape' => 'HttpAction']]], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'Action'], 'max' => 10, 'min' => 0], 'ActionType' => ['type' => 'string', 'enum' => ['PUBLISH', 'SUBSCRIBE', 'RECEIVE', 'CONNECT']], 'ActiveViolation' => ['type' => 'structure', 'members' => ['violationId' => ['shape' => 'ViolationId'], 'thingName' => ['shape' => 'DeviceDefenderThingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName'], 'behavior' => ['shape' => 'Behavior'], 'lastViolationValue' => ['shape' => 'MetricValue'], 'lastViolationTime' => ['shape' => 'Timestamp'], 'violationStartTime' => ['shape' => 'Timestamp']]], 'ActiveViolations' => ['type' => 'list', 'member' => ['shape' => 'ActiveViolation']], 'AddThingToBillingGroupRequest' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'AddThingToBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'AddThingToThingGroupRequest' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'AddThingToThingGroupResponse' => ['type' => 'structure', 'members' => []], 'AddThingsToThingGroupParams' => ['type' => 'structure', 'required' => ['thingGroupNames'], 'members' => ['thingGroupNames' => ['shape' => 'ThingGroupNames'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'AdditionalMetricsToRetainList' => ['type' => 'list', 'member' => ['shape' => 'BehaviorMetric']], 'AdditionalMetricsToRetainV2List' => ['type' => 'list', 'member' => ['shape' => 'MetricToRetain']], 'AdditionalParameterMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'Value']], 'AggregationField' => ['type' => 'string', 'min' => 1], 'AlarmName' => ['type' => 'string'], 'AlertTarget' => ['type' => 'structure', 'required' => ['alertTargetArn', 'roleArn'], 'members' => ['alertTargetArn' => ['shape' => 'AlertTargetArn'], 'roleArn' => ['shape' => 'RoleArn']]], 'AlertTargetArn' => ['type' => 'string'], 'AlertTargetType' => ['type' => 'string', 'enum' => ['SNS']], 'AlertTargets' => ['type' => 'map', 'key' => ['shape' => 'AlertTargetType'], 'value' => ['shape' => 'AlertTarget']], 'AllowAuthorizerOverride' => ['type' => 'boolean'], 'AllowAutoRegistration' => ['type' => 'boolean'], 'Allowed' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'ApproximateSecondsBeforeTimedOut' => ['type' => 'long'], 'AscendingOrder' => ['type' => 'boolean'], 'AssetId' => ['type' => 'string'], 'AssetPropertyAlias' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AssetPropertyBooleanValue' => ['type' => 'string'], 'AssetPropertyDoubleValue' => ['type' => 'string'], 'AssetPropertyEntryId' => ['type' => 'string'], 'AssetPropertyId' => ['type' => 'string'], 'AssetPropertyIntegerValue' => ['type' => 'string'], 'AssetPropertyOffsetInNanos' => ['type' => 'string'], 'AssetPropertyQuality' => ['type' => 'string'], 'AssetPropertyStringValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AssetPropertyTimeInSeconds' => ['type' => 'string'], 'AssetPropertyTimestamp' => ['type' => 'structure', 'required' => ['timeInSeconds'], 'members' => ['timeInSeconds' => ['shape' => 'AssetPropertyTimeInSeconds'], 'offsetInNanos' => ['shape' => 'AssetPropertyOffsetInNanos']]], 'AssetPropertyValue' => ['type' => 'structure', 'required' => ['value', 'timestamp'], 'members' => ['value' => ['shape' => 'AssetPropertyVariant'], 'timestamp' => ['shape' => 'AssetPropertyTimestamp'], 'quality' => ['shape' => 'AssetPropertyQuality']]], 'AssetPropertyValueList' => ['type' => 'list', 'member' => ['shape' => 'AssetPropertyValue'], 'min' => 1], 'AssetPropertyVariant' => ['type' => 'structure', 'members' => ['stringValue' => ['shape' => 'AssetPropertyStringValue'], 'integerValue' => ['shape' => 'AssetPropertyIntegerValue'], 'doubleValue' => ['shape' => 'AssetPropertyDoubleValue'], 'booleanValue' => ['shape' => 'AssetPropertyBooleanValue']]], 'AssociateTargetsWithJobRequest' => ['type' => 'structure', 'required' => ['targets', 'jobId'], 'members' => ['targets' => ['shape' => 'JobTargets'], 'jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'comment' => ['shape' => 'Comment']]], 'AssociateTargetsWithJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'AttachPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'target'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'target' => ['shape' => 'PolicyTarget']]], 'AttachPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'principal'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal']]], 'AttachSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName', 'securityProfileTargetArn'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'AttachSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'AttachThingPrincipalRequest' => ['type' => 'structure', 'required' => ['thingName', 'principal'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'AttachThingPrincipalResponse' => ['type' => 'structure', 'members' => []], 'AttributeKey' => ['type' => 'string'], 'AttributeName' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9_.,@/:#-]+'], 'AttributePayload' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'Attributes'], 'merge' => ['shape' => 'Flag']]], 'AttributeValue' => ['type' => 'string', 'max' => 800, 'pattern' => '[a-zA-Z0-9_.,@/:#-]*'], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'AttributesMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'Value']], 'AuditCheckConfiguration' => ['type' => 'structure', 'members' => ['enabled' => ['shape' => 'Enabled']]], 'AuditCheckConfigurations' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'AuditCheckConfiguration']], 'AuditCheckDetails' => ['type' => 'structure', 'members' => ['checkRunStatus' => ['shape' => 'AuditCheckRunStatus'], 'checkCompliant' => ['shape' => 'CheckCompliant'], 'totalResourcesCount' => ['shape' => 'TotalResourcesCount'], 'nonCompliantResourcesCount' => ['shape' => 'NonCompliantResourcesCount'], 'suppressedNonCompliantResourcesCount' => ['shape' => 'SuppressedNonCompliantResourcesCount'], 'errorCode' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'AuditCheckName' => ['type' => 'string'], 'AuditCheckRunStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'WAITING_FOR_DATA_COLLECTION', 'CANCELED', 'COMPLETED_COMPLIANT', 'COMPLETED_NON_COMPLIANT', 'FAILED']], 'AuditCheckToActionsMapping' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'MitigationActionNameList']], 'AuditCheckToReasonCodeFilter' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'ReasonForNonComplianceCodes']], 'AuditDescription' => ['type' => 'string', 'max' => 1000, 'pattern' => '[\\p{Graph}\\x20]*'], 'AuditDetails' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'AuditCheckDetails']], 'AuditFinding' => ['type' => 'structure', 'members' => ['findingId' => ['shape' => 'FindingId'], 'taskId' => ['shape' => 'AuditTaskId'], 'checkName' => ['shape' => 'AuditCheckName'], 'taskStartTime' => ['shape' => 'Timestamp'], 'findingTime' => ['shape' => 'Timestamp'], 'severity' => ['shape' => 'AuditFindingSeverity'], 'nonCompliantResource' => ['shape' => 'NonCompliantResource'], 'relatedResources' => ['shape' => 'RelatedResources'], 'reasonForNonCompliance' => ['shape' => 'ReasonForNonCompliance'], 'reasonForNonComplianceCode' => ['shape' => 'ReasonForNonComplianceCode'], 'isSuppressed' => ['shape' => 'IsSuppressed']]], 'AuditFindingSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW']], 'AuditFindings' => ['type' => 'list', 'member' => ['shape' => 'AuditFinding']], 'AuditFrequency' => ['type' => 'string', 'enum' => ['DAILY', 'WEEKLY', 'BIWEEKLY', 'MONTHLY']], 'AuditMitigationActionExecutionMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId'], 'findingId' => ['shape' => 'FindingId'], 'actionName' => ['shape' => 'MitigationActionName'], 'actionId' => ['shape' => 'MitigationActionId'], 'status' => ['shape' => 'AuditMitigationActionsExecutionStatus'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'errorCode' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'AuditMitigationActionExecutionMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditMitigationActionExecutionMetadata']], 'AuditMitigationActionsExecutionStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED', 'SKIPPED', 'PENDING']], 'AuditMitigationActionsTaskId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'AuditMitigationActionsTaskMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId'], 'startTime' => ['shape' => 'Timestamp'], 'taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus']]], 'AuditMitigationActionsTaskMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditMitigationActionsTaskMetadata']], 'AuditMitigationActionsTaskStatistics' => ['type' => 'map', 'key' => ['shape' => 'AuditCheckName'], 'value' => ['shape' => 'TaskStatisticsForAuditCheck']], 'AuditMitigationActionsTaskStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED']], 'AuditMitigationActionsTaskTarget' => ['type' => 'structure', 'members' => ['auditTaskId' => ['shape' => 'AuditTaskId'], 'findingIds' => ['shape' => 'FindingIds'], 'auditCheckToReasonCodeFilter' => ['shape' => 'AuditCheckToReasonCodeFilter']]], 'AuditNotificationTarget' => ['type' => 'structure', 'members' => ['targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn'], 'enabled' => ['shape' => 'Enabled']]], 'AuditNotificationTargetConfigurations' => ['type' => 'map', 'key' => ['shape' => 'AuditNotificationType'], 'value' => ['shape' => 'AuditNotificationTarget']], 'AuditNotificationType' => ['type' => 'string', 'enum' => ['SNS']], 'AuditSuppression' => ['type' => 'structure', 'required' => ['checkName', 'resourceIdentifier'], 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'expirationDate' => ['shape' => 'Timestamp'], 'suppressIndefinitely' => ['shape' => 'SuppressIndefinitely'], 'description' => ['shape' => 'AuditDescription']]], 'AuditSuppressionList' => ['type' => 'list', 'member' => ['shape' => 'AuditSuppression']], 'AuditTaskId' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'AuditTaskMetadata' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId'], 'taskStatus' => ['shape' => 'AuditTaskStatus'], 'taskType' => ['shape' => 'AuditTaskType']]], 'AuditTaskMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AuditTaskMetadata']], 'AuditTaskStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'FAILED', 'CANCELED']], 'AuditTaskType' => ['type' => 'string', 'enum' => ['ON_DEMAND_AUDIT_TASK', 'SCHEDULED_AUDIT_TASK']], 'AuthDecision' => ['type' => 'string', 'enum' => ['ALLOWED', 'EXPLICIT_DENY', 'IMPLICIT_DENY']], 'AuthInfo' => ['type' => 'structure', 'required' => ['resources'], 'members' => ['actionType' => ['shape' => 'ActionType'], 'resources' => ['shape' => 'Resources']]], 'AuthInfos' => ['type' => 'list', 'member' => ['shape' => 'AuthInfo'], 'max' => 10, 'min' => 1], 'AuthResult' => ['type' => 'structure', 'members' => ['authInfo' => ['shape' => 'AuthInfo'], 'allowed' => ['shape' => 'Allowed'], 'denied' => ['shape' => 'Denied'], 'authDecision' => ['shape' => 'AuthDecision'], 'missingContextValues' => ['shape' => 'MissingContextValues']]], 'AuthResults' => ['type' => 'list', 'member' => ['shape' => 'AuthResult']], 'AuthorizerArn' => ['type' => 'string'], 'AuthorizerConfig' => ['type' => 'structure', 'members' => ['defaultAuthorizerName' => ['shape' => 'AuthorizerName'], 'allowAuthorizerOverride' => ['shape' => 'AllowAuthorizerOverride', 'box' => \true]]], 'AuthorizerDescription' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'signingDisabled' => ['shape' => 'BooleanKey']]], 'AuthorizerFunctionArn' => ['type' => 'string'], 'AuthorizerName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w=,@-]+'], 'AuthorizerStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'AuthorizerSummary' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'Authorizers' => ['type' => 'list', 'member' => ['shape' => 'AuthorizerSummary']], 'AutoRegistrationStatus' => ['type' => 'string', 'enum' => ['ENABLE', 'DISABLE']], 'Average' => ['type' => 'double'], 'AwsAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '[0-9]+'], 'AwsArn' => ['type' => 'string'], 'AwsIotJobArn' => ['type' => 'string'], 'AwsIotJobId' => ['type' => 'string'], 'AwsIotSqlVersion' => ['type' => 'string'], 'AwsJobAbortConfig' => ['type' => 'structure', 'required' => ['abortCriteriaList'], 'members' => ['abortCriteriaList' => ['shape' => 'AwsJobAbortCriteriaList']]], 'AwsJobAbortCriteria' => ['type' => 'structure', 'required' => ['failureType', 'action', 'thresholdPercentage', 'minNumberOfExecutedThings'], 'members' => ['failureType' => ['shape' => 'AwsJobAbortCriteriaFailureType'], 'action' => ['shape' => 'AwsJobAbortCriteriaAbortAction'], 'thresholdPercentage' => ['shape' => 'AwsJobAbortCriteriaAbortThresholdPercentage'], 'minNumberOfExecutedThings' => ['shape' => 'AwsJobAbortCriteriaMinimumNumberOfExecutedThings']]], 'AwsJobAbortCriteriaAbortAction' => ['type' => 'string', 'enum' => ['CANCEL']], 'AwsJobAbortCriteriaAbortThresholdPercentage' => ['type' => 'double', 'max' => 100], 'AwsJobAbortCriteriaFailureType' => ['type' => 'string', 'enum' => ['FAILED', 'REJECTED', 'TIMED_OUT', 'ALL']], 'AwsJobAbortCriteriaList' => ['type' => 'list', 'member' => ['shape' => 'AwsJobAbortCriteria'], 'min' => 1], 'AwsJobAbortCriteriaMinimumNumberOfExecutedThings' => ['type' => 'integer', 'min' => 1], 'AwsJobExecutionsRolloutConfig' => ['type' => 'structure', 'members' => ['maximumPerMinute' => ['shape' => 'MaximumPerMinute'], 'exponentialRate' => ['shape' => 'AwsJobExponentialRolloutRate']]], 'AwsJobExponentialRolloutRate' => ['type' => 'structure', 'required' => ['baseRatePerMinute', 'incrementFactor', 'rateIncreaseCriteria'], 'members' => ['baseRatePerMinute' => ['shape' => 'AwsJobRolloutRatePerMinute'], 'incrementFactor' => ['shape' => 'AwsJobRolloutIncrementFactor'], 'rateIncreaseCriteria' => ['shape' => 'AwsJobRateIncreaseCriteria']]], 'AwsJobPresignedUrlConfig' => ['type' => 'structure', 'members' => ['expiresInSec' => ['shape' => 'ExpiresInSeconds']]], 'AwsJobRateIncreaseCriteria' => ['type' => 'structure', 'members' => ['numberOfNotifiedThings' => ['shape' => 'AwsJobRateIncreaseCriteriaNumberOfThings'], 'numberOfSucceededThings' => ['shape' => 'AwsJobRateIncreaseCriteriaNumberOfThings']]], 'AwsJobRateIncreaseCriteriaNumberOfThings' => ['type' => 'integer', 'min' => 1], 'AwsJobRolloutIncrementFactor' => ['type' => 'double'], 'AwsJobRolloutRatePerMinute' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'AwsJobTimeoutConfig' => ['type' => 'structure', 'members' => ['inProgressTimeoutInMinutes' => ['shape' => 'AwsJobTimeoutInProgressTimeoutInMinutes']]], 'AwsJobTimeoutInProgressTimeoutInMinutes' => ['type' => 'long'], 'Behavior' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BehaviorName'], 'metric' => ['shape' => 'BehaviorMetric'], 'metricDimension' => ['shape' => 'MetricDimension'], 'criteria' => ['shape' => 'BehaviorCriteria']]], 'BehaviorCriteria' => ['type' => 'structure', 'members' => ['comparisonOperator' => ['shape' => 'ComparisonOperator'], 'value' => ['shape' => 'MetricValue'], 'durationSeconds' => ['shape' => 'DurationSeconds'], 'consecutiveDatapointsToAlarm' => ['shape' => 'ConsecutiveDatapointsToAlarm'], 'consecutiveDatapointsToClear' => ['shape' => 'ConsecutiveDatapointsToClear'], 'statisticalThreshold' => ['shape' => 'StatisticalThreshold']]], 'BehaviorMetric' => ['type' => 'string'], 'BehaviorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'Behaviors' => ['type' => 'list', 'member' => ['shape' => 'Behavior'], 'max' => 100], 'BillingGroupArn' => ['type' => 'string'], 'BillingGroupDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'BillingGroupId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'BillingGroupMetadata' => ['type' => 'structure', 'members' => ['creationDate' => ['shape' => 'CreationDate']]], 'BillingGroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'BillingGroupNameAndArnList' => ['type' => 'list', 'member' => ['shape' => 'GroupNameAndArn']], 'BillingGroupProperties' => ['type' => 'structure', 'members' => ['billingGroupDescription' => ['shape' => 'BillingGroupDescription']]], 'Boolean' => ['type' => 'boolean'], 'BooleanKey' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string'], 'CACertificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CACertificateStatus'], 'creationDate' => ['shape' => 'DateType']]], 'CACertificateDescription' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CACertificateStatus'], 'certificatePem' => ['shape' => 'CertificatePem'], 'ownedBy' => ['shape' => 'AwsAccountId'], 'creationDate' => ['shape' => 'DateType'], 'autoRegistrationStatus' => ['shape' => 'AutoRegistrationStatus'], 'lastModifiedDate' => ['shape' => 'DateType'], 'customerVersion' => ['shape' => 'CustomerVersion'], 'generationId' => ['shape' => 'GenerationId'], 'validity' => ['shape' => 'CertificateValidity']]], 'CACertificateStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'CACertificateUpdateAction' => ['type' => 'string', 'enum' => ['DEACTIVATE']], 'CACertificates' => ['type' => 'list', 'member' => ['shape' => 'CACertificate']], 'CancelAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'CancelAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => []], 'CancelAuditTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'CancelAuditTaskResponse' => ['type' => 'structure', 'members' => []], 'CancelCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId']]], 'CancelJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force'], 'expectedVersion' => ['shape' => 'ExpectedVersion'], 'statusDetails' => ['shape' => 'DetailsMap']]], 'CancelJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'reasonCode' => ['shape' => 'ReasonCode'], 'comment' => ['shape' => 'Comment'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'CancelJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'CanceledChecksCount' => ['type' => 'integer'], 'CanceledFindingsCount' => ['type' => 'long'], 'CanceledThings' => ['type' => 'integer'], 'CannedAccessControlList' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'aws-exec-read', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control', 'log-delivery-write']], 'Certificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CertificateStatus'], 'certificateMode' => ['shape' => 'CertificateMode'], 'creationDate' => ['shape' => 'DateType']]], 'CertificateArn' => ['type' => 'string'], 'CertificateConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CertificateDescription' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'caCertificateId' => ['shape' => 'CertificateId'], 'status' => ['shape' => 'CertificateStatus'], 'certificatePem' => ['shape' => 'CertificatePem'], 'ownedBy' => ['shape' => 'AwsAccountId'], 'previousOwnedBy' => ['shape' => 'AwsAccountId'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'customerVersion' => ['shape' => 'CustomerVersion'], 'transferData' => ['shape' => 'TransferData'], 'generationId' => ['shape' => 'GenerationId'], 'validity' => ['shape' => 'CertificateValidity'], 'certificateMode' => ['shape' => 'CertificateMode']]], 'CertificateId' => ['type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '(0x)?[a-fA-F0-9]+'], 'CertificateMode' => ['type' => 'string', 'enum' => ['DEFAULT', 'SNI_ONLY']], 'CertificateName' => ['type' => 'string'], 'CertificatePathOnDevice' => ['type' => 'string'], 'CertificatePem' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'CertificateSigningRequest' => ['type' => 'string', 'min' => 1], 'CertificateStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 406], 'exception' => \true], 'CertificateStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE', 'REVOKED', 'PENDING_TRANSFER', 'REGISTER_INACTIVE', 'PENDING_ACTIVATION']], 'CertificateValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CertificateValidity' => ['type' => 'structure', 'members' => ['notBefore' => ['shape' => 'DateType'], 'notAfter' => ['shape' => 'DateType']]], 'Certificates' => ['type' => 'list', 'member' => ['shape' => 'Certificate']], 'ChannelName' => ['type' => 'string'], 'CheckCompliant' => ['type' => 'boolean'], 'Cidr' => ['type' => 'string', 'max' => 43, 'min' => 2, 'pattern' => '[a-fA-F0-9:\\.\\/]+'], 'Cidrs' => ['type' => 'list', 'member' => ['shape' => 'Cidr']], 'ClearDefaultAuthorizerRequest' => ['type' => 'structure', 'members' => []], 'ClearDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => []], 'ClientId' => ['type' => 'string'], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'CloudwatchAlarmAction' => ['type' => 'structure', 'required' => ['roleArn', 'alarmName', 'stateReason', 'stateValue'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'alarmName' => ['shape' => 'AlarmName'], 'stateReason' => ['shape' => 'StateReason'], 'stateValue' => ['shape' => 'StateValue']]], 'CloudwatchLogsAction' => ['type' => 'structure', 'required' => ['roleArn', 'logGroupName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'CloudwatchMetricAction' => ['type' => 'structure', 'required' => ['roleArn', 'metricNamespace', 'metricName', 'metricValue', 'metricUnit'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'metricNamespace' => ['shape' => 'String'], 'metricName' => ['shape' => 'String'], 'metricValue' => ['shape' => 'String'], 'metricUnit' => ['shape' => 'String'], 'metricTimestamp' => ['shape' => 'String']]], 'Code' => ['type' => 'string'], 'CodeSigning' => ['type' => 'structure', 'members' => ['awsSignerJobId' => ['shape' => 'SigningJobId'], 'startSigningJobParameter' => ['shape' => 'StartSigningJobParameter'], 'customCodeSigning' => ['shape' => 'CustomCodeSigning']]], 'CodeSigningCertificateChain' => ['type' => 'structure', 'members' => ['certificateName' => ['shape' => 'CertificateName'], 'inlineDocument' => ['shape' => 'InlineDocument']]], 'CodeSigningSignature' => ['type' => 'structure', 'members' => ['inlineDocument' => ['shape' => 'Signature']]], 'CognitoIdentityPoolId' => ['type' => 'string'], 'Comment' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['less-than', 'less-than-equals', 'greater-than', 'greater-than-equals', 'in-cidr-set', 'not-in-cidr-set', 'in-port-set', 'not-in-port-set']], 'CompliantChecksCount' => ['type' => 'integer'], 'Configuration' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Enabled']]], 'ConfirmTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['confirmationToken'], 'members' => ['confirmationToken' => ['shape' => 'ConfirmationToken', 'location' => 'uri', 'locationName' => 'confirmationToken']]], 'ConfirmTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'ConfirmationToken' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ConflictingResourceUpdateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ConnectivityTimestamp' => ['type' => 'long'], 'ConsecutiveDatapointsToAlarm' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'ConsecutiveDatapointsToClear' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Count' => ['type' => 'integer'], 'CreateAuditSuppressionRequest' => ['type' => 'structure', 'required' => ['checkName', 'resourceIdentifier', 'clientRequestToken'], 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'expirationDate' => ['shape' => 'Timestamp'], 'suppressIndefinitely' => ['shape' => 'SuppressIndefinitely'], 'description' => ['shape' => 'AuditDescription'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateAuditSuppressionResponse' => ['type' => 'structure', 'members' => []], 'CreateAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName', 'authorizerFunctionArn'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus'], 'tags' => ['shape' => 'TagList'], 'signingDisabled' => ['shape' => 'BooleanKey']]], 'CreateAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'CreateBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateBillingGroupResponse' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'billingGroupId' => ['shape' => 'BillingGroupId']]], 'CreateCertificateFromCsrRequest' => ['type' => 'structure', 'required' => ['certificateSigningRequest'], 'members' => ['certificateSigningRequest' => ['shape' => 'CertificateSigningRequest'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'CreateCertificateFromCsrResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem']]], 'CreateDimensionRequest' => ['type' => 'structure', 'required' => ['name', 'type', 'stringValues', 'clientRequestToken'], 'members' => ['name' => ['shape' => 'DimensionName', 'location' => 'uri', 'locationName' => 'name'], 'type' => ['shape' => 'DimensionType'], 'stringValues' => ['shape' => 'DimensionStringValues'], 'tags' => ['shape' => 'TagList'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'CreateDimensionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'DimensionName'], 'arn' => ['shape' => 'DimensionArn']]], 'CreateDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName'], 'domainName' => ['shape' => 'DomainName'], 'serverCertificateArns' => ['shape' => 'ServerCertificateArns'], 'validationCertificateArn' => ['shape' => 'AcmCertificateArn'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'serviceType' => ['shape' => 'ServiceType'], 'tags' => ['shape' => 'TagList']]], 'CreateDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn']]], 'CreateDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'queryString'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion'], 'tags' => ['shape' => 'TagList']]], 'CreateDynamicThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['jobId', 'targets'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'targets' => ['shape' => 'JobTargets'], 'documentSource' => ['shape' => 'JobDocumentSource'], 'document' => ['shape' => 'JobDocument'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'targetSelection' => ['shape' => 'TargetSelection'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'timeoutConfig' => ['shape' => 'TimeoutConfig'], 'tags' => ['shape' => 'TagList']]], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'description' => ['shape' => 'JobDescription']]], 'CreateKeysAndCertificateRequest' => ['type' => 'structure', 'members' => ['setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive']]], 'CreateKeysAndCertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem'], 'keyPair' => ['shape' => 'KeyPair']]], 'CreateMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName', 'roleArn', 'actionParams'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams'], 'tags' => ['shape' => 'TagList']]], 'CreateMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId']]], 'CreateOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId', 'targets', 'files', 'roleArn'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId'], 'description' => ['shape' => 'OTAUpdateDescription'], 'targets' => ['shape' => 'Targets'], 'protocols' => ['shape' => 'Protocols'], 'targetSelection' => ['shape' => 'TargetSelection'], 'awsJobExecutionsRolloutConfig' => ['shape' => 'AwsJobExecutionsRolloutConfig'], 'awsJobPresignedUrlConfig' => ['shape' => 'AwsJobPresignedUrlConfig'], 'awsJobAbortConfig' => ['shape' => 'AwsJobAbortConfig'], 'awsJobTimeoutConfig' => ['shape' => 'AwsJobTimeoutConfig'], 'files' => ['shape' => 'OTAUpdateFiles'], 'roleArn' => ['shape' => 'RoleArn'], 'additionalParameters' => ['shape' => 'AdditionalParameterMap'], 'tags' => ['shape' => 'TagList']]], 'CreateOTAUpdateResponse' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'awsIotJobId' => ['shape' => 'AwsIotJobId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'awsIotJobArn' => ['shape' => 'AwsIotJobArn'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyDocument'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'tags' => ['shape' => 'TagList']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId']]], 'CreatePolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyDocument'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'setAsDefault' => ['shape' => 'SetAsDefault', 'location' => 'querystring', 'locationName' => 'setAsDefault']]], 'CreatePolicyVersionResponse' => ['type' => 'structure', 'members' => ['policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'CreateProvisioningClaimRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'CreateProvisioningClaimResponse' => ['type' => 'structure', 'members' => ['certificateId' => ['shape' => 'CertificateId'], 'certificatePem' => ['shape' => 'CertificatePem'], 'keyPair' => ['shape' => 'KeyPair'], 'expiration' => ['shape' => 'DateType']]], 'CreateProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName', 'templateBody', 'provisioningRoleArn'], 'members' => ['templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'templateBody' => ['shape' => 'TemplateBody'], 'enabled' => ['shape' => 'Enabled'], 'provisioningRoleArn' => ['shape' => 'RoleArn'], 'preProvisioningHook' => ['shape' => 'ProvisioningHook'], 'tags' => ['shape' => 'TagList']]], 'CreateProvisioningTemplateResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'defaultVersionId' => ['shape' => 'TemplateVersionId']]], 'CreateProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'templateBody'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'templateBody' => ['shape' => 'TemplateBody'], 'setAsDefault' => ['shape' => 'SetAsDefault', 'location' => 'querystring', 'locationName' => 'setAsDefault']]], 'CreateProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'versionId' => ['shape' => 'TemplateVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'CreateRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias', 'roleArn'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias'], 'roleArn' => ['shape' => 'RoleArn'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds'], 'tags' => ['shape' => 'TagList']]], 'CreateRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'CreateScheduledAuditRequest' => ['type' => 'structure', 'required' => ['frequency', 'targetCheckNames', 'scheduledAuditName'], 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName'], 'tags' => ['shape' => 'TagList']]], 'CreateScheduledAuditResponse' => ['type' => 'structure', 'members' => ['scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'CreateSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList', 'deprecated' => \true, 'deprecatedMessage' => 'Use additionalMetricsToRetainV2.'], 'additionalMetricsToRetainV2' => ['shape' => 'AdditionalMetricsToRetainV2List'], 'tags' => ['shape' => 'TagList']]], 'CreateSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn']]], 'CreateStreamRequest' => ['type' => 'structure', 'required' => ['streamId', 'files', 'roleArn'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'roleArn' => ['shape' => 'RoleArn'], 'tags' => ['shape' => 'TagList']]], 'CreateStreamResponse' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'description' => ['shape' => 'StreamDescription'], 'streamVersion' => ['shape' => 'StreamVersion']]], 'CreateThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'parentGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingGroupId' => ['shape' => 'ThingGroupId']]], 'CreateThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributePayload' => ['shape' => 'AttributePayload'], 'billingGroupName' => ['shape' => 'BillingGroupName']]], 'CreateThingResponse' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn'], 'thingId' => ['shape' => 'ThingId']]], 'CreateThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'tags' => ['shape' => 'TagList']]], 'CreateThingTypeResponse' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeId' => ['shape' => 'ThingTypeId']]], 'CreateTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['destinationConfiguration'], 'members' => ['destinationConfiguration' => ['shape' => 'TopicRuleDestinationConfiguration']]], 'CreateTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => ['topicRuleDestination' => ['shape' => 'TopicRuleDestination']]], 'CreateTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName', 'topicRulePayload'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName'], 'topicRulePayload' => ['shape' => 'TopicRulePayload'], 'tags' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-tagging']], 'payload' => 'topicRulePayload'], 'CreatedAtDate' => ['type' => 'timestamp'], 'CreationDate' => ['type' => 'timestamp'], 'CredentialDurationSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 900], 'CustomCodeSigning' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'CodeSigningSignature'], 'certificateChain' => ['shape' => 'CodeSigningCertificateChain'], 'hashAlgorithm' => ['shape' => 'HashAlgorithm'], 'signatureAlgorithm' => ['shape' => 'SignatureAlgorithm']]], 'CustomerVersion' => ['type' => 'integer', 'min' => 1], 'DateType' => ['type' => 'timestamp'], 'DayOfMonth' => ['type' => 'string', 'pattern' => '^([1-9]|[12][0-9]|3[01])$|^LAST$'], 'DayOfWeek' => ['type' => 'string', 'enum' => ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT']], 'DeleteAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => ['deleteScheduledAudits' => ['shape' => 'DeleteScheduledAudits', 'location' => 'querystring', 'locationName' => 'deleteScheduledAudits']]], 'DeleteAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAdditionalMetricsToRetain' => ['type' => 'boolean'], 'DeleteAlertTargets' => ['type' => 'boolean'], 'DeleteAuditSuppressionRequest' => ['type' => 'structure', 'required' => ['checkName', 'resourceIdentifier'], 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier']]], 'DeleteAuditSuppressionResponse' => ['type' => 'structure', 'members' => []], 'DeleteAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName']]], 'DeleteAuthorizerResponse' => ['type' => 'structure', 'members' => []], 'DeleteBehaviors' => ['type' => 'boolean'], 'DeleteBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId']]], 'DeleteCACertificateResponse' => ['type' => 'structure', 'members' => []], 'DeleteCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'forceDelete' => ['shape' => 'ForceDelete', 'location' => 'querystring', 'locationName' => 'forceDelete']]], 'DeleteConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'DeleteDimensionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'DimensionName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteDimensionResponse' => ['type' => 'structure', 'members' => []], 'DeleteDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'DomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName']]], 'DeleteDomainConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteDynamicThingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName', 'executionNumber'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'executionNumber' => ['shape' => 'ExecutionNumber', 'location' => 'uri', 'locationName' => 'executionNumber'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'DeleteJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'force' => ['shape' => 'ForceFlag', 'location' => 'querystring', 'locationName' => 'force']]], 'DeleteMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName']]], 'DeleteMitigationActionResponse' => ['type' => 'structure', 'members' => []], 'DeleteOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId'], 'deleteStream' => ['shape' => 'DeleteStream', 'location' => 'querystring', 'locationName' => 'deleteStream'], 'forceDeleteAWSJob' => ['shape' => 'ForceDeleteAWSJob', 'location' => 'querystring', 'locationName' => 'forceDeleteAWSJob']]], 'DeleteOTAUpdateResponse' => ['type' => 'structure', 'members' => []], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'DeletePolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'DeleteProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'DeleteProvisioningTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeleteProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'versionId'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'versionId' => ['shape' => 'TemplateVersionId', 'location' => 'uri', 'locationName' => 'versionId']]], 'DeleteProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => []], 'DeleteRegistrationCodeRequest' => ['type' => 'structure', 'members' => []], 'DeleteRegistrationCodeResponse' => ['type' => 'structure', 'members' => []], 'DeleteRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias']]], 'DeleteRoleAliasResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'DeleteScheduledAuditResponse' => ['type' => 'structure', 'members' => []], 'DeleteScheduledAudits' => ['type' => 'boolean'], 'DeleteSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'DeleteStream' => ['type' => 'boolean'], 'DeleteStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId']]], 'DeleteStreamResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteThingGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'DeleteThingResponse' => ['type' => 'structure', 'members' => []], 'DeleteThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName']]], 'DeleteThingTypeResponse' => ['type' => 'structure', 'members' => []], 'DeleteTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'AwsArn', 'location' => 'uri', 'locationName' => 'arn']]], 'DeleteTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'DeleteV2LoggingLevelRequest' => ['type' => 'structure', 'required' => ['targetType', 'targetName'], 'members' => ['targetType' => ['shape' => 'LogTargetType', 'location' => 'querystring', 'locationName' => 'targetType'], 'targetName' => ['shape' => 'LogTargetName', 'location' => 'querystring', 'locationName' => 'targetName']]], 'DeliveryStreamName' => ['type' => 'string'], 'Denied' => ['type' => 'structure', 'members' => ['implicitDeny' => ['shape' => 'ImplicitDeny'], 'explicitDeny' => ['shape' => 'ExplicitDeny']]], 'DeprecateThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName'], 'undoDeprecate' => ['shape' => 'UndoDeprecate']]], 'DeprecateThingTypeResponse' => ['type' => 'structure', 'members' => []], 'DeprecationDate' => ['type' => 'timestamp'], 'DescribeAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'auditNotificationTargetConfigurations' => ['shape' => 'AuditNotificationTargetConfigurations'], 'auditCheckConfigurations' => ['shape' => 'AuditCheckConfigurations']]], 'DescribeAuditFindingRequest' => ['type' => 'structure', 'required' => ['findingId'], 'members' => ['findingId' => ['shape' => 'FindingId', 'location' => 'uri', 'locationName' => 'findingId']]], 'DescribeAuditFindingResponse' => ['type' => 'structure', 'members' => ['finding' => ['shape' => 'AuditFinding']]], 'DescribeAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => ['taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'taskStatistics' => ['shape' => 'AuditMitigationActionsTaskStatistics'], 'target' => ['shape' => 'AuditMitigationActionsTaskTarget'], 'auditCheckToActionsMapping' => ['shape' => 'AuditCheckToActionsMapping'], 'actionsDefinition' => ['shape' => 'MitigationActionList']]], 'DescribeAuditSuppressionRequest' => ['type' => 'structure', 'required' => ['checkName', 'resourceIdentifier'], 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier']]], 'DescribeAuditSuppressionResponse' => ['type' => 'structure', 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'expirationDate' => ['shape' => 'Timestamp'], 'suppressIndefinitely' => ['shape' => 'SuppressIndefinitely'], 'description' => ['shape' => 'AuditDescription']]], 'DescribeAuditTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'AuditTaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeAuditTaskResponse' => ['type' => 'structure', 'members' => ['taskStatus' => ['shape' => 'AuditTaskStatus'], 'taskType' => ['shape' => 'AuditTaskType'], 'taskStartTime' => ['shape' => 'Timestamp'], 'taskStatistics' => ['shape' => 'TaskStatistics'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'auditDetails' => ['shape' => 'AuditDetails']]], 'DescribeAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName']]], 'DescribeAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerDescription' => ['shape' => 'AuthorizerDescription']]], 'DescribeBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName']]], 'DescribeBillingGroupResponse' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupId' => ['shape' => 'BillingGroupId'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'version' => ['shape' => 'Version'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'billingGroupMetadata' => ['shape' => 'BillingGroupMetadata']]], 'DescribeCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId']]], 'DescribeCACertificateResponse' => ['type' => 'structure', 'members' => ['certificateDescription' => ['shape' => 'CACertificateDescription'], 'registrationConfig' => ['shape' => 'RegistrationConfig']]], 'DescribeCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId']]], 'DescribeCertificateResponse' => ['type' => 'structure', 'members' => ['certificateDescription' => ['shape' => 'CertificateDescription']]], 'DescribeDefaultAuthorizerRequest' => ['type' => 'structure', 'members' => []], 'DescribeDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerDescription' => ['shape' => 'AuthorizerDescription']]], 'DescribeDimensionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'DimensionName', 'location' => 'uri', 'locationName' => 'name']]], 'DescribeDimensionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'DimensionName'], 'arn' => ['shape' => 'DimensionArn'], 'type' => ['shape' => 'DimensionType'], 'stringValues' => ['shape' => 'DimensionStringValues'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'DescribeDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName']]], 'DescribeDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn'], 'domainName' => ['shape' => 'DomainName'], 'serverCertificates' => ['shape' => 'ServerCertificates'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'domainConfigurationStatus' => ['shape' => 'DomainConfigurationStatus'], 'serviceType' => ['shape' => 'ServiceType'], 'domainType' => ['shape' => 'DomainType']]], 'DescribeEndpointRequest' => ['type' => 'structure', 'members' => ['endpointType' => ['shape' => 'EndpointType', 'location' => 'querystring', 'locationName' => 'endpointType']]], 'DescribeEndpointResponse' => ['type' => 'structure', 'members' => ['endpointAddress' => ['shape' => 'EndpointAddress']]], 'DescribeEventConfigurationsRequest' => ['type' => 'structure', 'members' => []], 'DescribeEventConfigurationsResponse' => ['type' => 'structure', 'members' => ['eventConfigurations' => ['shape' => 'EventConfigurations'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate']]], 'DescribeIndexRequest' => ['type' => 'structure', 'required' => ['indexName'], 'members' => ['indexName' => ['shape' => 'IndexName', 'location' => 'uri', 'locationName' => 'indexName']]], 'DescribeIndexResponse' => ['type' => 'structure', 'members' => ['indexName' => ['shape' => 'IndexName'], 'indexStatus' => ['shape' => 'IndexStatus'], 'schema' => ['shape' => 'IndexSchema']]], 'DescribeJobExecutionRequest' => ['type' => 'structure', 'required' => ['jobId', 'thingName'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'executionNumber' => ['shape' => 'ExecutionNumber', 'location' => 'querystring', 'locationName' => 'executionNumber']]], 'DescribeJobExecutionResponse' => ['type' => 'structure', 'members' => ['execution' => ['shape' => 'JobExecution']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId']]], 'DescribeJobResponse' => ['type' => 'structure', 'members' => ['documentSource' => ['shape' => 'JobDocumentSource'], 'job' => ['shape' => 'Job']]], 'DescribeMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName']]], 'DescribeMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionName' => ['shape' => 'MitigationActionName'], 'actionType' => ['shape' => 'MitigationActionType'], 'actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'DescribeProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName']]], 'DescribeProvisioningTemplateResponse' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'defaultVersionId' => ['shape' => 'TemplateVersionId'], 'templateBody' => ['shape' => 'TemplateBody'], 'enabled' => ['shape' => 'Enabled'], 'provisioningRoleArn' => ['shape' => 'RoleArn'], 'preProvisioningHook' => ['shape' => 'ProvisioningHook']]], 'DescribeProvisioningTemplateVersionRequest' => ['type' => 'structure', 'required' => ['templateName', 'versionId'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'versionId' => ['shape' => 'TemplateVersionId', 'location' => 'uri', 'locationName' => 'versionId']]], 'DescribeProvisioningTemplateVersionResponse' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'TemplateVersionId'], 'creationDate' => ['shape' => 'DateType'], 'templateBody' => ['shape' => 'TemplateBody'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'DescribeRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias']]], 'DescribeRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAliasDescription' => ['shape' => 'RoleAliasDescription']]], 'DescribeScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'DescribeScheduledAuditResponse' => ['type' => 'structure', 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'DescribeSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName']]], 'DescribeSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList', 'deprecated' => \true, 'deprecatedMessage' => 'Use additionalMetricsToRetainV2.'], 'additionalMetricsToRetainV2' => ['shape' => 'AdditionalMetricsToRetainV2List'], 'version' => ['shape' => 'Version'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'DescribeStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId']]], 'DescribeStreamResponse' => ['type' => 'structure', 'members' => ['streamInfo' => ['shape' => 'StreamInfo']]], 'DescribeThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName']]], 'DescribeThingGroupResponse' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'version' => ['shape' => 'Version'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'thingGroupMetadata' => ['shape' => 'ThingGroupMetadata'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion'], 'status' => ['shape' => 'DynamicGroupStatus']]], 'DescribeThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'DescribeThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'TaskId'], 'creationDate' => ['shape' => 'CreationDate'], 'lastModifiedDate' => ['shape' => 'LastModifiedDate'], 'templateBody' => ['shape' => 'TemplateBody'], 'inputFileBucket' => ['shape' => 'RegistryS3BucketName'], 'inputFileKey' => ['shape' => 'RegistryS3KeyName'], 'roleArn' => ['shape' => 'RoleArn'], 'status' => ['shape' => 'Status'], 'message' => ['shape' => 'ErrorMessage'], 'successCount' => ['shape' => 'Count'], 'failureCount' => ['shape' => 'Count'], 'percentageProgress' => ['shape' => 'Percentage']]], 'DescribeThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'DescribeThingResponse' => ['type' => 'structure', 'members' => ['defaultClientId' => ['shape' => 'ClientId'], 'thingName' => ['shape' => 'ThingName'], 'thingId' => ['shape' => 'ThingId'], 'thingArn' => ['shape' => 'ThingArn'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributes' => ['shape' => 'Attributes'], 'version' => ['shape' => 'Version'], 'billingGroupName' => ['shape' => 'BillingGroupName']]], 'DescribeThingTypeRequest' => ['type' => 'structure', 'required' => ['thingTypeName'], 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'uri', 'locationName' => 'thingTypeName']]], 'DescribeThingTypeResponse' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeId' => ['shape' => 'ThingTypeId'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'thingTypeMetadata' => ['shape' => 'ThingTypeMetadata']]], 'Description' => ['type' => 'string'], 'Destination' => ['type' => 'structure', 'members' => ['s3Destination' => ['shape' => 'S3Destination']]], 'DetachPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'target'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'target' => ['shape' => 'PolicyTarget']]], 'DetachPrincipalPolicyRequest' => ['type' => 'structure', 'required' => ['policyName', 'principal'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal']]], 'DetachSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName', 'securityProfileTargetArn'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'DetachSecurityProfileResponse' => ['type' => 'structure', 'members' => []], 'DetachThingPrincipalRequest' => ['type' => 'structure', 'required' => ['thingName', 'principal'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'DetachThingPrincipalResponse' => ['type' => 'structure', 'members' => []], 'DetailsKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'DetailsMap' => ['type' => 'map', 'key' => ['shape' => 'DetailsKey'], 'value' => ['shape' => 'DetailsValue']], 'DetailsValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^\\p{C}]*+'], 'DeviceCertificateUpdateAction' => ['type' => 'string', 'enum' => ['DEACTIVATE']], 'DeviceDefenderThingName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DimensionArn' => ['type' => 'string'], 'DimensionName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'DimensionNames' => ['type' => 'list', 'member' => ['shape' => 'DimensionName']], 'DimensionStringValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DimensionStringValues' => ['type' => 'list', 'member' => ['shape' => 'DimensionStringValue'], 'max' => 100, 'min' => 1], 'DimensionType' => ['type' => 'string', 'enum' => ['TOPIC_FILTER']], 'DimensionValueOperator' => ['type' => 'string', 'enum' => ['IN', 'NOT_IN']], 'DisableAllLogs' => ['type' => 'boolean'], 'DisableTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'DomainConfigurationArn' => ['type' => 'string'], 'DomainConfigurationName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w.-]+'], 'DomainConfigurationStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DomainConfigurationSummary' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn'], 'serviceType' => ['shape' => 'ServiceType']]], 'DomainConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DomainConfigurationSummary']], 'DomainName' => ['type' => 'string', 'max' => 253, 'min' => 1], 'DomainType' => ['type' => 'string', 'enum' => ['ENDPOINT', 'AWS_MANAGED', 'CUSTOMER_MANAGED']], 'DurationSeconds' => ['type' => 'integer'], 'DynamicGroupStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'BUILDING', 'REBUILDING']], 'DynamoDBAction' => ['type' => 'structure', 'required' => ['tableName', 'roleArn', 'hashKeyField', 'hashKeyValue'], 'members' => ['tableName' => ['shape' => 'TableName'], 'roleArn' => ['shape' => 'AwsArn'], 'operation' => ['shape' => 'DynamoOperation'], 'hashKeyField' => ['shape' => 'HashKeyField'], 'hashKeyValue' => ['shape' => 'HashKeyValue'], 'hashKeyType' => ['shape' => 'DynamoKeyType'], 'rangeKeyField' => ['shape' => 'RangeKeyField'], 'rangeKeyValue' => ['shape' => 'RangeKeyValue'], 'rangeKeyType' => ['shape' => 'DynamoKeyType'], 'payloadField' => ['shape' => 'PayloadField']]], 'DynamoDBv2Action' => ['type' => 'structure', 'required' => ['roleArn', 'putItem'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'putItem' => ['shape' => 'PutItemInput']]], 'DynamoKeyType' => ['type' => 'string', 'enum' => ['STRING', 'NUMBER']], 'DynamoOperation' => ['type' => 'string'], 'EffectivePolicies' => ['type' => 'list', 'member' => ['shape' => 'EffectivePolicy']], 'EffectivePolicy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'ElasticsearchAction' => ['type' => 'structure', 'required' => ['roleArn', 'endpoint', 'index', 'type', 'id'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'endpoint' => ['shape' => 'ElasticsearchEndpoint'], 'index' => ['shape' => 'ElasticsearchIndex'], 'type' => ['shape' => 'ElasticsearchType'], 'id' => ['shape' => 'ElasticsearchId']]], 'ElasticsearchEndpoint' => ['type' => 'string', 'pattern' => 'https?://.*'], 'ElasticsearchId' => ['type' => 'string'], 'ElasticsearchIndex' => ['type' => 'string'], 'ElasticsearchType' => ['type' => 'string'], 'EnableIoTLoggingParams' => ['type' => 'structure', 'required' => ['roleArnForLogging', 'logLevel'], 'members' => ['roleArnForLogging' => ['shape' => 'RoleArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'EnableTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'Enabled' => ['type' => 'boolean'], 'EndpointAddress' => ['type' => 'string'], 'EndpointType' => ['type' => 'string', 'max' => 128], 'ErrorCode' => ['type' => 'string'], 'ErrorInfo' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'Code'], 'message' => ['shape' => 'OTAUpdateErrorMessage']]], 'ErrorMessage' => ['type' => 'string', 'max' => 2048], 'EvaluationStatistic' => ['type' => 'string', 'pattern' => '(p0|p0\\.1|p0\\.01|p1|p10|p50|p90|p99|p99\\.9|p99\\.99|p100)'], 'EventConfigurations' => ['type' => 'map', 'key' => ['shape' => 'EventType'], 'value' => ['shape' => 'Configuration']], 'EventType' => ['type' => 'string', 'enum' => ['THING', 'THING_GROUP', 'THING_TYPE', 'THING_GROUP_MEMBERSHIP', 'THING_GROUP_HIERARCHY', 'THING_TYPE_ASSOCIATION', 'JOB', 'JOB_EXECUTION', 'POLICY', 'CERTIFICATE', 'CA_CERTIFICATE']], 'ExecutionNamePrefix' => ['type' => 'string'], 'ExecutionNumber' => ['type' => 'long'], 'ExpectedVersion' => ['type' => 'long'], 'ExpiresInSec' => ['type' => 'long', 'max' => 3600, 'min' => 60], 'ExpiresInSeconds' => ['type' => 'long'], 'ExplicitDeny' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'ExponentialRolloutRate' => ['type' => 'structure', 'required' => ['baseRatePerMinute', 'incrementFactor', 'rateIncreaseCriteria'], 'members' => ['baseRatePerMinute' => ['shape' => 'RolloutRatePerMinute'], 'incrementFactor' => ['shape' => 'IncrementFactor'], 'rateIncreaseCriteria' => ['shape' => 'RateIncreaseCriteria']]], 'FailedChecksCount' => ['type' => 'integer'], 'FailedFindingsCount' => ['type' => 'long'], 'FailedThings' => ['type' => 'integer'], 'Field' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'FieldName'], 'type' => ['shape' => 'FieldType']]], 'FieldName' => ['type' => 'string'], 'FieldType' => ['type' => 'string', 'enum' => ['Number', 'String', 'Boolean']], 'Fields' => ['type' => 'list', 'member' => ['shape' => 'Field']], 'FileId' => ['type' => 'integer', 'max' => 255, 'min' => 0], 'FileLocation' => ['type' => 'structure', 'members' => ['stream' => ['shape' => 'Stream'], 's3Location' => ['shape' => 'S3Location']]], 'FileName' => ['type' => 'string'], 'FindingId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'FindingIds' => ['type' => 'list', 'member' => ['shape' => 'FindingId'], 'max' => 25, 'min' => 1], 'FirehoseAction' => ['type' => 'structure', 'required' => ['roleArn', 'deliveryStreamName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'deliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'separator' => ['shape' => 'FirehoseSeparator']]], 'FirehoseSeparator' => ['type' => 'string', 'pattern' => '([\\n\\t])|(\\r\\n)|(,)'], 'Flag' => ['type' => 'boolean'], 'ForceDelete' => ['type' => 'boolean'], 'ForceDeleteAWSJob' => ['type' => 'boolean'], 'ForceFlag' => ['type' => 'boolean'], 'Forced' => ['type' => 'boolean'], 'FunctionArn' => ['type' => 'string'], 'GenerationId' => ['type' => 'string'], 'GetCardinalityRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'GetCardinalityResponse' => ['type' => 'structure', 'members' => ['cardinality' => ['shape' => 'Count']]], 'GetEffectivePoliciesRequest' => ['type' => 'structure', 'members' => ['principal' => ['shape' => 'Principal'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'thingName' => ['shape' => 'ThingName', 'location' => 'querystring', 'locationName' => 'thingName']]], 'GetEffectivePoliciesResponse' => ['type' => 'structure', 'members' => ['effectivePolicies' => ['shape' => 'EffectivePolicies']]], 'GetIndexingConfigurationRequest' => ['type' => 'structure', 'members' => []], 'GetIndexingConfigurationResponse' => ['type' => 'structure', 'members' => ['thingIndexingConfiguration' => ['shape' => 'ThingIndexingConfiguration'], 'thingGroupIndexingConfiguration' => ['shape' => 'ThingGroupIndexingConfiguration']]], 'GetJobDocumentRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId']]], 'GetJobDocumentResponse' => ['type' => 'structure', 'members' => ['document' => ['shape' => 'JobDocument']]], 'GetLoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetLoggingOptionsResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'GetOTAUpdateRequest' => ['type' => 'structure', 'required' => ['otaUpdateId'], 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId', 'location' => 'uri', 'locationName' => 'otaUpdateId']]], 'GetOTAUpdateResponse' => ['type' => 'structure', 'members' => ['otaUpdateInfo' => ['shape' => 'OTAUpdateInfo']]], 'GetPercentilesRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion'], 'percents' => ['shape' => 'PercentList']]], 'GetPercentilesResponse' => ['type' => 'structure', 'members' => ['percentiles' => ['shape' => 'Percentiles']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'defaultVersionId' => ['shape' => 'PolicyVersionId'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'generationId' => ['shape' => 'GenerationId']]], 'GetPolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'GetPolicyVersionResponse' => ['type' => 'structure', 'members' => ['policyArn' => ['shape' => 'PolicyArn'], 'policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'policyVersionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'generationId' => ['shape' => 'GenerationId']]], 'GetRegistrationCodeRequest' => ['type' => 'structure', 'members' => []], 'GetRegistrationCodeResponse' => ['type' => 'structure', 'members' => ['registrationCode' => ['shape' => 'RegistrationCode']]], 'GetStatisticsRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'aggregationField' => ['shape' => 'AggregationField'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'GetStatisticsResponse' => ['type' => 'structure', 'members' => ['statistics' => ['shape' => 'Statistics']]], 'GetTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'AwsArn', 'location' => 'uri', 'locationName' => 'arn']]], 'GetTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => ['topicRuleDestination' => ['shape' => 'TopicRuleDestination']]], 'GetTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName']]], 'GetTopicRuleResponse' => ['type' => 'structure', 'members' => ['ruleArn' => ['shape' => 'RuleArn'], 'rule' => ['shape' => 'TopicRule']]], 'GetV2LoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetV2LoggingOptionsResponse' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'defaultLogLevel' => ['shape' => 'LogLevel'], 'disableAllLogs' => ['shape' => 'DisableAllLogs']]], 'GroupNameAndArn' => ['type' => 'structure', 'members' => ['groupName' => ['shape' => 'ThingGroupName'], 'groupArn' => ['shape' => 'ThingGroupArn']]], 'HashAlgorithm' => ['type' => 'string'], 'HashKeyField' => ['type' => 'string'], 'HashKeyValue' => ['type' => 'string'], 'HeaderKey' => ['type' => 'string', 'max' => 256, 'min' => 1], 'HeaderList' => ['type' => 'list', 'member' => ['shape' => 'HttpActionHeader'], 'max' => 100, 'min' => 0], 'HeaderValue' => ['type' => 'string'], 'HttpAction' => ['type' => 'structure', 'required' => ['url'], 'members' => ['url' => ['shape' => 'Url'], 'confirmationUrl' => ['shape' => 'Url'], 'headers' => ['shape' => 'HeaderList'], 'auth' => ['shape' => 'HttpAuthorization']]], 'HttpActionHeader' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'HeaderKey'], 'value' => ['shape' => 'HeaderValue']]], 'HttpAuthorization' => ['type' => 'structure', 'members' => ['sigv4' => ['shape' => 'SigV4Authorization']]], 'HttpContext' => ['type' => 'structure', 'members' => ['headers' => ['shape' => 'HttpHeaders'], 'queryString' => ['shape' => 'HttpQueryString']]], 'HttpHeaderName' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'HttpHeaderValue' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'HttpHeaders' => ['type' => 'map', 'key' => ['shape' => 'HttpHeaderName'], 'value' => ['shape' => 'HttpHeaderValue']], 'HttpQueryString' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'HttpUrlDestinationConfiguration' => ['type' => 'structure', 'required' => ['confirmationUrl'], 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'HttpUrlDestinationProperties' => ['type' => 'structure', 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'HttpUrlDestinationSummary' => ['type' => 'structure', 'members' => ['confirmationUrl' => ['shape' => 'Url']]], 'ImplicitDeny' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies']]], 'InProgressChecksCount' => ['type' => 'integer'], 'InProgressThings' => ['type' => 'integer'], 'InProgressTimeoutInMinutes' => ['type' => 'long'], 'IncrementFactor' => ['type' => 'double', 'max' => 5, 'min' => 1], 'IndexName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'IndexNamesList' => ['type' => 'list', 'member' => ['shape' => 'IndexName']], 'IndexNotReadyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IndexSchema' => ['type' => 'string'], 'IndexStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'BUILDING', 'REBUILDING']], 'InlineDocument' => ['type' => 'string'], 'InputName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'InternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidAggregationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidQueryException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResponseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'IotAnalyticsAction' => ['type' => 'structure', 'members' => ['channelArn' => ['shape' => 'AwsArn'], 'channelName' => ['shape' => 'ChannelName'], 'roleArn' => ['shape' => 'AwsArn']]], 'IotEventsAction' => ['type' => 'structure', 'required' => ['inputName', 'roleArn'], 'members' => ['inputName' => ['shape' => 'InputName'], 'messageId' => ['shape' => 'MessageId'], 'roleArn' => ['shape' => 'AwsArn']]], 'IotSiteWiseAction' => ['type' => 'structure', 'required' => ['putAssetPropertyValueEntries', 'roleArn'], 'members' => ['putAssetPropertyValueEntries' => ['shape' => 'PutAssetPropertyValueEntryList'], 'roleArn' => ['shape' => 'AwsArn']]], 'IsAuthenticated' => ['type' => 'boolean'], 'IsDefaultVersion' => ['type' => 'boolean'], 'IsDisabled' => ['type' => 'boolean'], 'IsSuppressed' => ['type' => 'boolean'], 'Job' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'targetSelection' => ['shape' => 'TargetSelection'], 'status' => ['shape' => 'JobStatus'], 'forceCanceled' => ['shape' => 'Forced'], 'reasonCode' => ['shape' => 'ReasonCode'], 'comment' => ['shape' => 'Comment'], 'targets' => ['shape' => 'JobTargets'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'completedAt' => ['shape' => 'DateType'], 'jobProcessDetails' => ['shape' => 'JobProcessDetails'], 'timeoutConfig' => ['shape' => 'TimeoutConfig']]], 'JobArn' => ['type' => 'string'], 'JobDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'JobDocument' => ['type' => 'string', 'max' => 32768], 'JobDocumentSource' => ['type' => 'string', 'max' => 1350, 'min' => 1], 'JobExecution' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 'status' => ['shape' => 'JobExecutionStatus'], 'forceCanceled' => ['shape' => 'Forced'], 'statusDetails' => ['shape' => 'JobExecutionStatusDetails'], 'thingArn' => ['shape' => 'ThingArn'], 'queuedAt' => ['shape' => 'DateType'], 'startedAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'executionNumber' => ['shape' => 'ExecutionNumber'], 'versionNumber' => ['shape' => 'VersionNumber'], 'approximateSecondsBeforeTimedOut' => ['shape' => 'ApproximateSecondsBeforeTimedOut']]], 'JobExecutionFailureType' => ['type' => 'string', 'enum' => ['FAILED', 'REJECTED', 'TIMED_OUT', 'ALL']], 'JobExecutionStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED', 'TIMED_OUT', 'REJECTED', 'REMOVED', 'CANCELED']], 'JobExecutionStatusDetails' => ['type' => 'structure', 'members' => ['detailsMap' => ['shape' => 'DetailsMap']]], 'JobExecutionSummary' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'JobExecutionStatus'], 'queuedAt' => ['shape' => 'DateType'], 'startedAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'executionNumber' => ['shape' => 'ExecutionNumber']]], 'JobExecutionSummaryForJob' => ['type' => 'structure', 'members' => ['thingArn' => ['shape' => 'ThingArn'], 'jobExecutionSummary' => ['shape' => 'JobExecutionSummary']]], 'JobExecutionSummaryForJobList' => ['type' => 'list', 'member' => ['shape' => 'JobExecutionSummaryForJob']], 'JobExecutionSummaryForThing' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => 'JobId'], 'jobExecutionSummary' => ['shape' => 'JobExecutionSummary']]], 'JobExecutionSummaryForThingList' => ['type' => 'list', 'member' => ['shape' => 'JobExecutionSummaryForThing']], 'JobExecutionsRolloutConfig' => ['type' => 'structure', 'members' => ['maximumPerMinute' => ['shape' => 'MaxJobExecutionsPerMin'], 'exponentialRate' => ['shape' => 'ExponentialRolloutRate']]], 'JobId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'JobProcessDetails' => ['type' => 'structure', 'members' => ['processingTargets' => ['shape' => 'ProcessingTargetNameList'], 'numberOfCanceledThings' => ['shape' => 'CanceledThings'], 'numberOfSucceededThings' => ['shape' => 'SucceededThings'], 'numberOfFailedThings' => ['shape' => 'FailedThings'], 'numberOfRejectedThings' => ['shape' => 'RejectedThings'], 'numberOfQueuedThings' => ['shape' => 'QueuedThings'], 'numberOfInProgressThings' => ['shape' => 'InProgressThings'], 'numberOfRemovedThings' => ['shape' => 'RemovedThings'], 'numberOfTimedOutThings' => ['shape' => 'TimedOutThings']]], 'JobStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'CANCELED', 'COMPLETED', 'DELETION_IN_PROGRESS']], 'JobSummary' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => 'JobArn'], 'jobId' => ['shape' => 'JobId'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'targetSelection' => ['shape' => 'TargetSelection'], 'status' => ['shape' => 'JobStatus'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'completedAt' => ['shape' => 'DateType']]], 'JobSummaryList' => ['type' => 'list', 'member' => ['shape' => 'JobSummary']], 'JobTargets' => ['type' => 'list', 'member' => ['shape' => 'TargetArn'], 'min' => 1], 'JsonDocument' => ['type' => 'string'], 'Key' => ['type' => 'string'], 'KeyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'KeyPair' => ['type' => 'structure', 'members' => ['PublicKey' => ['shape' => 'PublicKey'], 'PrivateKey' => ['shape' => 'PrivateKey']]], 'KeyValue' => ['type' => 'string', 'max' => 5120], 'KinesisAction' => ['type' => 'structure', 'required' => ['roleArn', 'streamName'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'streamName' => ['shape' => 'StreamName'], 'partitionKey' => ['shape' => 'PartitionKey']]], 'LambdaAction' => ['type' => 'structure', 'required' => ['functionArn'], 'members' => ['functionArn' => ['shape' => 'FunctionArn']]], 'LaserMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'LastModifiedDate' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'ListActiveViolationsRequest' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'DeviceDefenderThingName', 'location' => 'querystring', 'locationName' => 'thingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'querystring', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListActiveViolationsResponse' => ['type' => 'structure', 'members' => ['activeViolations' => ['shape' => 'ActiveViolations'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAttachedPoliciesRequest' => ['type' => 'structure', 'required' => ['target'], 'members' => ['target' => ['shape' => 'PolicyTarget', 'location' => 'uri', 'locationName' => 'target'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize']]], 'ListAttachedPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListAuditFindingsRequest' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId'], 'checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'maxResults' => ['shape' => 'MaxResults'], 'nextToken' => ['shape' => 'NextToken'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'listSuppressedFindings' => ['shape' => 'ListSuppressedFindings']]], 'ListAuditFindingsResponse' => ['type' => 'structure', 'members' => ['findings' => ['shape' => 'AuditFindings'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditMitigationActionsExecutionsRequest' => ['type' => 'structure', 'required' => ['taskId', 'findingId'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'querystring', 'locationName' => 'taskId'], 'actionStatus' => ['shape' => 'AuditMitigationActionsExecutionStatus', 'location' => 'querystring', 'locationName' => 'actionStatus'], 'findingId' => ['shape' => 'FindingId', 'location' => 'querystring', 'locationName' => 'findingId'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListAuditMitigationActionsExecutionsResponse' => ['type' => 'structure', 'members' => ['actionsExecutions' => ['shape' => 'AuditMitigationActionExecutionMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditMitigationActionsTasksRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['auditTaskId' => ['shape' => 'AuditTaskId', 'location' => 'querystring', 'locationName' => 'auditTaskId'], 'findingId' => ['shape' => 'FindingId', 'location' => 'querystring', 'locationName' => 'findingId'], 'taskStatus' => ['shape' => 'AuditMitigationActionsTaskStatus', 'location' => 'querystring', 'locationName' => 'taskStatus'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime']]], 'ListAuditMitigationActionsTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'AuditMitigationActionsTaskMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditSuppressionsRequest' => ['type' => 'structure', 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'ascendingOrder' => ['shape' => 'AscendingOrder'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListAuditSuppressionsResponse' => ['type' => 'structure', 'members' => ['suppressions' => ['shape' => 'AuditSuppressionList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuditTasksRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'taskType' => ['shape' => 'AuditTaskType', 'location' => 'querystring', 'locationName' => 'taskType'], 'taskStatus' => ['shape' => 'AuditTaskStatus', 'location' => 'querystring', 'locationName' => 'taskStatus'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAuditTasksResponse' => ['type' => 'structure', 'members' => ['tasks' => ['shape' => 'AuditTaskMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAuthorizersRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder'], 'status' => ['shape' => 'AuthorizerStatus', 'location' => 'querystring', 'locationName' => 'status']]], 'ListAuthorizersResponse' => ['type' => 'structure', 'members' => ['authorizers' => ['shape' => 'Authorizers'], 'nextMarker' => ['shape' => 'Marker']]], 'ListBillingGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'namePrefixFilter' => ['shape' => 'BillingGroupName', 'location' => 'querystring', 'locationName' => 'namePrefixFilter']]], 'ListBillingGroupsResponse' => ['type' => 'structure', 'members' => ['billingGroups' => ['shape' => 'BillingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListCACertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCACertificatesResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'CACertificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListCertificatesByCARequest' => ['type' => 'structure', 'required' => ['caCertificateId'], 'members' => ['caCertificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCertificatesByCAResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'Certificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListCertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListCertificatesResponse' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'Certificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListDimensionsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDimensionsResponse' => ['type' => 'structure', 'members' => ['dimensionNames' => ['shape' => 'DimensionNames'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDomainConfigurationsRequest' => ['type' => 'structure', 'members' => ['marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'serviceType' => ['shape' => 'ServiceType', 'location' => 'querystring', 'locationName' => 'serviceType']]], 'ListDomainConfigurationsResponse' => ['type' => 'structure', 'members' => ['domainConfigurations' => ['shape' => 'DomainConfigurations'], 'nextMarker' => ['shape' => 'Marker']]], 'ListIndicesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'QueryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListIndicesResponse' => ['type' => 'structure', 'members' => ['indexNames' => ['shape' => 'IndexNamesList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobExecutionsForJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'status' => ['shape' => 'JobExecutionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListJobExecutionsForJobResponse' => ['type' => 'structure', 'members' => ['executionSummaries' => ['shape' => 'JobExecutionSummaryForJobList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobExecutionsForThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'status' => ['shape' => 'JobExecutionStatus', 'location' => 'querystring', 'locationName' => 'status'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListJobExecutionsForThingResponse' => ['type' => 'structure', 'members' => ['executionSummaries' => ['shape' => 'JobExecutionSummaryForThingList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'JobStatus', 'location' => 'querystring', 'locationName' => 'status'], 'targetSelection' => ['shape' => 'TargetSelection', 'location' => 'querystring', 'locationName' => 'targetSelection'], 'maxResults' => ['shape' => 'LaserMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'thingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId', 'location' => 'querystring', 'locationName' => 'thingGroupId']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['jobs' => ['shape' => 'JobSummaryList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListMitigationActionsRequest' => ['type' => 'structure', 'members' => ['actionType' => ['shape' => 'MitigationActionType', 'location' => 'querystring', 'locationName' => 'actionType'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMitigationActionsResponse' => ['type' => 'structure', 'members' => ['actionIdentifiers' => ['shape' => 'MitigationActionIdentifierList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOTAUpdatesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus', 'location' => 'querystring', 'locationName' => 'otaUpdateStatus']]], 'ListOTAUpdatesResponse' => ['type' => 'structure', 'members' => ['otaUpdates' => ['shape' => 'OTAUpdatesSummary'], 'nextToken' => ['shape' => 'NextToken']]], 'ListOutgoingCertificatesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListOutgoingCertificatesResponse' => ['type' => 'structure', 'members' => ['outgoingCertificates' => ['shape' => 'OutgoingCertificates'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPoliciesRequest' => ['type' => 'structure', 'members' => ['marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPolicyPrincipalsRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'header', 'locationName' => 'x-amzn-iot-policy'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPolicyPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'Principals'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName']]], 'ListPolicyVersionsResponse' => ['type' => 'structure', 'members' => ['policyVersions' => ['shape' => 'PolicyVersions']]], 'ListPrincipalPoliciesRequest' => ['type' => 'structure', 'required' => ['principal'], 'members' => ['principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-iot-principal'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListPrincipalPoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'Policies'], 'nextMarker' => ['shape' => 'Marker']]], 'ListPrincipalThingsRequest' => ['type' => 'structure', 'required' => ['principal'], 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'principal' => ['shape' => 'Principal', 'location' => 'header', 'locationName' => 'x-amzn-principal']]], 'ListPrincipalThingsResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProvisioningTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProvisioningTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['versions' => ['shape' => 'ProvisioningTemplateVersionListing'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProvisioningTemplatesRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProvisioningTemplatesResponse' => ['type' => 'structure', 'members' => ['templates' => ['shape' => 'ProvisioningTemplateListing'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRoleAliasesRequest' => ['type' => 'structure', 'members' => ['pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListRoleAliasesResponse' => ['type' => 'structure', 'members' => ['roleAliases' => ['shape' => 'RoleAliases'], 'nextMarker' => ['shape' => 'Marker']]], 'ListScheduledAuditsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListScheduledAuditsResponse' => ['type' => 'structure', 'members' => ['scheduledAudits' => ['shape' => 'ScheduledAuditMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesForTargetRequest' => ['type' => 'structure', 'required' => ['securityProfileTargetArn'], 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'securityProfileTargetArn' => ['shape' => 'SecurityProfileTargetArn', 'location' => 'querystring', 'locationName' => 'securityProfileTargetArn']]], 'ListSecurityProfilesForTargetResponse' => ['type' => 'structure', 'members' => ['securityProfileTargetMappings' => ['shape' => 'SecurityProfileTargetMappings'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSecurityProfilesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'dimensionName' => ['shape' => 'DimensionName', 'location' => 'querystring', 'locationName' => 'dimensionName']]], 'ListSecurityProfilesResponse' => ['type' => 'structure', 'members' => ['securityProfileIdentifiers' => ['shape' => 'SecurityProfileIdentifiers'], 'nextToken' => ['shape' => 'NextToken']]], 'ListStreamsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'ascendingOrder' => ['shape' => 'AscendingOrder', 'location' => 'querystring', 'locationName' => 'isAscendingOrder']]], 'ListStreamsResponse' => ['type' => 'structure', 'members' => ['streams' => ['shape' => 'StreamsSummary'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSuppressedFindings' => ['type' => 'boolean'], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTargetsForPolicyRequest' => ['type' => 'structure', 'required' => ['policyName'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'pageSize' => ['shape' => 'PageSize', 'location' => 'querystring', 'locationName' => 'pageSize']]], 'ListTargetsForPolicyResponse' => ['type' => 'structure', 'members' => ['targets' => ['shape' => 'PolicyTargets'], 'nextMarker' => ['shape' => 'Marker']]], 'ListTargetsForSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListTargetsForSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileTargets' => ['shape' => 'SecurityProfileTargets'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingGroupsForThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingGroupsForThingResponse' => ['type' => 'structure', 'members' => ['thingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'parentGroup' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'parentGroup'], 'namePrefixFilter' => ['shape' => 'ThingGroupName', 'location' => 'querystring', 'locationName' => 'namePrefixFilter'], 'recursive' => ['shape' => 'RecursiveWithoutDefault', 'location' => 'querystring', 'locationName' => 'recursive']]], 'ListThingGroupsResponse' => ['type' => 'structure', 'members' => ['thingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingPrincipalsRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName']]], 'ListThingPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'Principals']]], 'ListThingRegistrationTaskReportsRequest' => ['type' => 'structure', 'required' => ['taskId', 'reportType'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId'], 'reportType' => ['shape' => 'ReportType', 'location' => 'querystring', 'locationName' => 'reportType'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingRegistrationTaskReportsResponse' => ['type' => 'structure', 'members' => ['resourceLinks' => ['shape' => 'S3FileUrlList'], 'reportType' => ['shape' => 'ReportType'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingRegistrationTasksRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'status' => ['shape' => 'Status', 'location' => 'querystring', 'locationName' => 'status']]], 'ListThingRegistrationTasksResponse' => ['type' => 'structure', 'members' => ['taskIds' => ['shape' => 'TaskIdList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingTypesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'querystring', 'locationName' => 'thingTypeName']]], 'ListThingTypesResponse' => ['type' => 'structure', 'members' => ['thingTypes' => ['shape' => 'ThingTypeList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsInBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingsInBillingGroupResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsInThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'recursive' => ['shape' => 'Recursive', 'location' => 'querystring', 'locationName' => 'recursive'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListThingsInThingGroupResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingNameList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListThingsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'RegistryMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'attributeName' => ['shape' => 'AttributeName', 'location' => 'querystring', 'locationName' => 'attributeName'], 'attributeValue' => ['shape' => 'AttributeValue', 'location' => 'querystring', 'locationName' => 'attributeValue'], 'thingTypeName' => ['shape' => 'ThingTypeName', 'location' => 'querystring', 'locationName' => 'thingTypeName']]], 'ListThingsResponse' => ['type' => 'structure', 'members' => ['things' => ['shape' => 'ThingAttributeList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTopicRuleDestinationsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'TopicRuleDestinationMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListTopicRuleDestinationsResponse' => ['type' => 'structure', 'members' => ['destinationSummaries' => ['shape' => 'TopicRuleDestinationSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTopicRulesRequest' => ['type' => 'structure', 'members' => ['topic' => ['shape' => 'Topic', 'location' => 'querystring', 'locationName' => 'topic'], 'maxResults' => ['shape' => 'TopicRuleMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'ruleDisabled' => ['shape' => 'IsDisabled', 'location' => 'querystring', 'locationName' => 'ruleDisabled']]], 'ListTopicRulesResponse' => ['type' => 'structure', 'members' => ['rules' => ['shape' => 'TopicRuleList'], 'nextToken' => ['shape' => 'NextToken']]], 'ListV2LoggingLevelsRequest' => ['type' => 'structure', 'members' => ['targetType' => ['shape' => 'LogTargetType', 'location' => 'querystring', 'locationName' => 'targetType'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'SkyfallMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListV2LoggingLevelsResponse' => ['type' => 'structure', 'members' => ['logTargetConfigurations' => ['shape' => 'LogTargetConfigurations'], 'nextToken' => ['shape' => 'NextToken']]], 'ListViolationEventsRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime'], 'members' => ['startTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startTime'], 'endTime' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endTime'], 'thingName' => ['shape' => 'DeviceDefenderThingName', 'location' => 'querystring', 'locationName' => 'thingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'querystring', 'locationName' => 'securityProfileName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListViolationEventsResponse' => ['type' => 'structure', 'members' => ['violationEvents' => ['shape' => 'ViolationEvents'], 'nextToken' => ['shape' => 'NextToken']]], 'LogGroupName' => ['type' => 'string'], 'LogLevel' => ['type' => 'string', 'enum' => ['DEBUG', 'INFO', 'ERROR', 'WARN', 'DISABLED']], 'LogTarget' => ['type' => 'structure', 'required' => ['targetType'], 'members' => ['targetType' => ['shape' => 'LogTargetType'], 'targetName' => ['shape' => 'LogTargetName']]], 'LogTargetConfiguration' => ['type' => 'structure', 'members' => ['logTarget' => ['shape' => 'LogTarget'], 'logLevel' => ['shape' => 'LogLevel']]], 'LogTargetConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LogTargetConfiguration']], 'LogTargetName' => ['type' => 'string'], 'LogTargetType' => ['type' => 'string', 'enum' => ['DEFAULT', 'THING_GROUP']], 'LoggingOptionsPayload' => ['type' => 'structure', 'required' => ['roleArn'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'logLevel' => ['shape' => 'LogLevel']]], 'MalformedPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Marker' => ['type' => 'string', 'pattern' => '[A-Za-z0-9+/]+={0,2}'], 'MaxJobExecutionsPerMin' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'Maximum' => ['type' => 'double'], 'MaximumPerMinute' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string', 'max' => 128], 'MessageFormat' => ['type' => 'string', 'enum' => ['RAW', 'JSON']], 'MessageId' => ['type' => 'string', 'max' => 128], 'MetricDimension' => ['type' => 'structure', 'required' => ['dimensionName'], 'members' => ['dimensionName' => ['shape' => 'DimensionName'], 'operator' => ['shape' => 'DimensionValueOperator']]], 'MetricToRetain' => ['type' => 'structure', 'required' => ['metric'], 'members' => ['metric' => ['shape' => 'BehaviorMetric'], 'metricDimension' => ['shape' => 'MetricDimension']]], 'MetricValue' => ['type' => 'structure', 'members' => ['count' => ['shape' => 'UnsignedLong'], 'cidrs' => ['shape' => 'Cidrs'], 'ports' => ['shape' => 'Ports']]], 'Minimum' => ['type' => 'double'], 'MinimumNumberOfExecutedThings' => ['type' => 'integer', 'min' => 1], 'MissingContextValue' => ['type' => 'string'], 'MissingContextValues' => ['type' => 'list', 'member' => ['shape' => 'MissingContextValue']], 'MitigationAction' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'MitigationActionName'], 'id' => ['shape' => 'MitigationActionId'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams']]], 'MitigationActionArn' => ['type' => 'string'], 'MitigationActionId' => ['type' => 'string'], 'MitigationActionIdentifier' => ['type' => 'structure', 'members' => ['actionName' => ['shape' => 'MitigationActionName'], 'actionArn' => ['shape' => 'MitigationActionArn'], 'creationDate' => ['shape' => 'Timestamp']]], 'MitigationActionIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'MitigationActionIdentifier']], 'MitigationActionList' => ['type' => 'list', 'member' => ['shape' => 'MitigationAction']], 'MitigationActionName' => ['type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9_-]+'], 'MitigationActionNameList' => ['type' => 'list', 'member' => ['shape' => 'MitigationActionName'], 'max' => 5, 'min' => 1], 'MitigationActionParams' => ['type' => 'structure', 'members' => ['updateDeviceCertificateParams' => ['shape' => 'UpdateDeviceCertificateParams'], 'updateCACertificateParams' => ['shape' => 'UpdateCACertificateParams'], 'addThingsToThingGroupParams' => ['shape' => 'AddThingsToThingGroupParams'], 'replaceDefaultPolicyVersionParams' => ['shape' => 'ReplaceDefaultPolicyVersionParams'], 'enableIoTLoggingParams' => ['shape' => 'EnableIoTLoggingParams'], 'publishFindingToSnsParams' => ['shape' => 'PublishFindingToSnsParams']]], 'MitigationActionType' => ['type' => 'string', 'enum' => ['UPDATE_DEVICE_CERTIFICATE', 'UPDATE_CA_CERTIFICATE', 'ADD_THINGS_TO_THING_GROUP', 'REPLACE_DEFAULT_POLICY_VERSION', 'ENABLE_IOT_LOGGING', 'PUBLISH_FINDING_TO_SNS']], 'MqttClientId' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'MqttContext' => ['type' => 'structure', 'members' => ['username' => ['shape' => 'MqttUsername'], 'password' => ['shape' => 'MqttPassword'], 'clientId' => ['shape' => 'MqttClientId']]], 'MqttPassword' => ['type' => 'blob', 'max' => 65535, 'min' => 1], 'MqttUsername' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'NextToken' => ['type' => 'string'], 'NonCompliantChecksCount' => ['type' => 'integer'], 'NonCompliantResource' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'additionalInfo' => ['shape' => 'StringMap']]], 'NonCompliantResourcesCount' => ['type' => 'long'], 'NotConfiguredException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NumberOfThings' => ['type' => 'integer', 'min' => 1], 'OTAUpdateArn' => ['type' => 'string'], 'OTAUpdateDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'OTAUpdateErrorMessage' => ['type' => 'string'], 'OTAUpdateFile' => ['type' => 'structure', 'members' => ['fileName' => ['shape' => 'FileName'], 'fileVersion' => ['shape' => 'OTAUpdateFileVersion'], 'fileLocation' => ['shape' => 'FileLocation'], 'codeSigning' => ['shape' => 'CodeSigning'], 'attributes' => ['shape' => 'AttributesMap']]], 'OTAUpdateFileVersion' => ['type' => 'string'], 'OTAUpdateFiles' => ['type' => 'list', 'member' => ['shape' => 'OTAUpdateFile'], 'max' => 50, 'min' => 1], 'OTAUpdateId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'OTAUpdateInfo' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'description' => ['shape' => 'OTAUpdateDescription'], 'targets' => ['shape' => 'Targets'], 'protocols' => ['shape' => 'Protocols'], 'awsJobExecutionsRolloutConfig' => ['shape' => 'AwsJobExecutionsRolloutConfig'], 'awsJobPresignedUrlConfig' => ['shape' => 'AwsJobPresignedUrlConfig'], 'targetSelection' => ['shape' => 'TargetSelection'], 'otaUpdateFiles' => ['shape' => 'OTAUpdateFiles'], 'otaUpdateStatus' => ['shape' => 'OTAUpdateStatus'], 'awsIotJobId' => ['shape' => 'AwsIotJobId'], 'awsIotJobArn' => ['shape' => 'AwsIotJobArn'], 'errorInfo' => ['shape' => 'ErrorInfo'], 'additionalParameters' => ['shape' => 'AdditionalParameterMap']]], 'OTAUpdateStatus' => ['type' => 'string', 'enum' => ['CREATE_PENDING', 'CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED']], 'OTAUpdateSummary' => ['type' => 'structure', 'members' => ['otaUpdateId' => ['shape' => 'OTAUpdateId'], 'otaUpdateArn' => ['shape' => 'OTAUpdateArn'], 'creationDate' => ['shape' => 'DateType']]], 'OTAUpdatesSummary' => ['type' => 'list', 'member' => ['shape' => 'OTAUpdateSummary']], 'OptionalVersion' => ['type' => 'long'], 'OutgoingCertificate' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId'], 'transferredTo' => ['shape' => 'AwsAccountId'], 'transferDate' => ['shape' => 'DateType'], 'transferMessage' => ['shape' => 'Message'], 'creationDate' => ['shape' => 'DateType']]], 'OutgoingCertificates' => ['type' => 'list', 'member' => ['shape' => 'OutgoingCertificate']], 'OverrideDynamicGroups' => ['type' => 'boolean'], 'PageSize' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'Parameter' => ['type' => 'string'], 'Parameters' => ['type' => 'map', 'key' => ['shape' => 'Parameter'], 'value' => ['shape' => 'Value']], 'PartitionKey' => ['type' => 'string'], 'PayloadField' => ['type' => 'string'], 'PayloadVersion' => ['type' => 'string', 'max' => 32, 'min' => 10, 'pattern' => '^[0-9-]+$'], 'Percent' => ['type' => 'double', 'max' => 100, 'min' => 0], 'PercentList' => ['type' => 'list', 'member' => ['shape' => 'Percent']], 'PercentPair' => ['type' => 'structure', 'members' => ['percent' => ['shape' => 'Percent'], 'value' => ['shape' => 'PercentValue']]], 'PercentValue' => ['type' => 'double'], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Percentiles' => ['type' => 'list', 'member' => ['shape' => 'PercentPair']], 'Platform' => ['type' => 'string'], 'Policies' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'Policy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyArn' => ['shape' => 'PolicyArn']]], 'PolicyArn' => ['type' => 'string'], 'PolicyDocument' => ['type' => 'string'], 'PolicyDocuments' => ['type' => 'list', 'member' => ['shape' => 'PolicyDocument']], 'PolicyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]+'], 'PolicyNames' => ['type' => 'list', 'member' => ['shape' => 'PolicyName']], 'PolicyTarget' => ['type' => 'string'], 'PolicyTargets' => ['type' => 'list', 'member' => ['shape' => 'PolicyTarget']], 'PolicyTemplateName' => ['type' => 'string', 'enum' => ['BLANK_POLICY']], 'PolicyVersion' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'PolicyVersionId'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion'], 'createDate' => ['shape' => 'DateType']]], 'PolicyVersionId' => ['type' => 'string', 'pattern' => '[0-9]+'], 'PolicyVersionIdentifier' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId']]], 'PolicyVersions' => ['type' => 'list', 'member' => ['shape' => 'PolicyVersion']], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'Ports' => ['type' => 'list', 'member' => ['shape' => 'Port']], 'Prefix' => ['type' => 'string'], 'PresignedUrlConfig' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'expiresInSec' => ['shape' => 'ExpiresInSec']]], 'Principal' => ['type' => 'string'], 'PrincipalArn' => ['type' => 'string'], 'PrincipalId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9]+'], 'Principals' => ['type' => 'list', 'member' => ['shape' => 'PrincipalArn']], 'PrivateKey' => ['type' => 'string', 'min' => 1, 'sensitive' => \true], 'ProcessingTargetName' => ['type' => 'string'], 'ProcessingTargetNameList' => ['type' => 'list', 'member' => ['shape' => 'ProcessingTargetName']], 'Protocol' => ['type' => 'string', 'enum' => ['MQTT', 'HTTP']], 'Protocols' => ['type' => 'list', 'member' => ['shape' => 'Protocol'], 'max' => 2, 'min' => 1], 'ProvisioningHook' => ['type' => 'structure', 'required' => ['targetArn'], 'members' => ['payloadVersion' => ['shape' => 'PayloadVersion'], 'targetArn' => ['shape' => 'TargetArn']]], 'ProvisioningTemplateListing' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningTemplateSummary']], 'ProvisioningTemplateSummary' => ['type' => 'structure', 'members' => ['templateArn' => ['shape' => 'TemplateArn'], 'templateName' => ['shape' => 'TemplateName'], 'description' => ['shape' => 'TemplateDescription'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType'], 'enabled' => ['shape' => 'Enabled']]], 'ProvisioningTemplateVersionListing' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningTemplateVersionSummary']], 'ProvisioningTemplateVersionSummary' => ['type' => 'structure', 'members' => ['versionId' => ['shape' => 'TemplateVersionId'], 'creationDate' => ['shape' => 'DateType'], 'isDefaultVersion' => ['shape' => 'IsDefaultVersion']]], 'PublicKey' => ['type' => 'string', 'min' => 1], 'PublicKeyMap' => ['type' => 'map', 'key' => ['shape' => 'KeyName'], 'value' => ['shape' => 'KeyValue']], 'PublishFindingToSnsParams' => ['type' => 'structure', 'required' => ['topicArn'], 'members' => ['topicArn' => ['shape' => 'SnsTopicArn']]], 'PutAssetPropertyValueEntry' => ['type' => 'structure', 'required' => ['propertyValues'], 'members' => ['entryId' => ['shape' => 'AssetPropertyEntryId'], 'assetId' => ['shape' => 'AssetId'], 'propertyId' => ['shape' => 'AssetPropertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias'], 'propertyValues' => ['shape' => 'AssetPropertyValueList']]], 'PutAssetPropertyValueEntryList' => ['type' => 'list', 'member' => ['shape' => 'PutAssetPropertyValueEntry'], 'min' => 1], 'PutItemInput' => ['type' => 'structure', 'required' => ['tableName'], 'members' => ['tableName' => ['shape' => 'TableName']]], 'Qos' => ['type' => 'integer', 'max' => 1, 'min' => 0], 'QueryMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'QueryString' => ['type' => 'string', 'min' => 1], 'QueryVersion' => ['type' => 'string'], 'QueueUrl' => ['type' => 'string'], 'QueuedThings' => ['type' => 'integer'], 'RangeKeyField' => ['type' => 'string'], 'RangeKeyValue' => ['type' => 'string'], 'RateIncreaseCriteria' => ['type' => 'structure', 'members' => ['numberOfNotifiedThings' => ['shape' => 'NumberOfThings'], 'numberOfSucceededThings' => ['shape' => 'NumberOfThings']]], 'ReasonCode' => ['type' => 'string', 'max' => 128, 'pattern' => '[\\p{Upper}\\p{Digit}_]+'], 'ReasonForNonCompliance' => ['type' => 'string'], 'ReasonForNonComplianceCode' => ['type' => 'string'], 'ReasonForNonComplianceCodes' => ['type' => 'list', 'member' => ['shape' => 'ReasonForNonComplianceCode'], 'max' => 25, 'min' => 1], 'Recursive' => ['type' => 'boolean'], 'RecursiveWithoutDefault' => ['type' => 'boolean'], 'RegisterCACertificateRequest' => ['type' => 'structure', 'required' => ['caCertificate', 'verificationCertificate'], 'members' => ['caCertificate' => ['shape' => 'CertificatePem'], 'verificationCertificate' => ['shape' => 'CertificatePem'], 'setAsActive' => ['shape' => 'SetAsActive', 'location' => 'querystring', 'locationName' => 'setAsActive'], 'allowAutoRegistration' => ['shape' => 'AllowAutoRegistration', 'location' => 'querystring', 'locationName' => 'allowAutoRegistration'], 'registrationConfig' => ['shape' => 'RegistrationConfig'], 'tags' => ['shape' => 'TagList']]], 'RegisterCACertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId']]], 'RegisterCertificateRequest' => ['type' => 'structure', 'required' => ['certificatePem'], 'members' => ['certificatePem' => ['shape' => 'CertificatePem'], 'caCertificatePem' => ['shape' => 'CertificatePem'], 'setAsActive' => ['shape' => 'SetAsActiveFlag', 'deprecated' => \true, 'location' => 'querystring', 'locationName' => 'setAsActive'], 'status' => ['shape' => 'CertificateStatus']]], 'RegisterCertificateResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId']]], 'RegisterCertificateWithoutCARequest' => ['type' => 'structure', 'required' => ['certificatePem'], 'members' => ['certificatePem' => ['shape' => 'CertificatePem'], 'status' => ['shape' => 'CertificateStatus']]], 'RegisterCertificateWithoutCAResponse' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'certificateId' => ['shape' => 'CertificateId']]], 'RegisterThingRequest' => ['type' => 'structure', 'required' => ['templateBody'], 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'parameters' => ['shape' => 'Parameters']]], 'RegisterThingResponse' => ['type' => 'structure', 'members' => ['certificatePem' => ['shape' => 'CertificatePem'], 'resourceArns' => ['shape' => 'ResourceArns']]], 'RegistrationCode' => ['type' => 'string', 'max' => 64, 'min' => 64, 'pattern' => '(0x)?[a-fA-F0-9]+'], 'RegistrationCodeValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RegistrationConfig' => ['type' => 'structure', 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'roleArn' => ['shape' => 'RoleArn']]], 'RegistryMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'RegistryS3BucketName' => ['type' => 'string', 'max' => 256, 'min' => 3, 'pattern' => '[a-zA-Z0-9._-]+'], 'RegistryS3KeyName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[a-zA-Z0-9!_.*\'()-\\/]+'], 'RejectCertificateTransferRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'rejectReason' => ['shape' => 'Message']]], 'RejectedThings' => ['type' => 'integer'], 'RelatedResource' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ResourceType'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'additionalInfo' => ['shape' => 'StringMap']]], 'RelatedResources' => ['type' => 'list', 'member' => ['shape' => 'RelatedResource']], 'RemoveAuthorizerConfig' => ['type' => 'boolean'], 'RemoveAutoRegistration' => ['type' => 'boolean'], 'RemoveHook' => ['type' => 'boolean'], 'RemoveThingFromBillingGroupRequest' => ['type' => 'structure', 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName'], 'billingGroupArn' => ['shape' => 'BillingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'RemoveThingFromBillingGroupResponse' => ['type' => 'structure', 'members' => []], 'RemoveThingFromThingGroupRequest' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupArn' => ['shape' => 'ThingGroupArn'], 'thingName' => ['shape' => 'ThingName'], 'thingArn' => ['shape' => 'ThingArn']]], 'RemoveThingFromThingGroupResponse' => ['type' => 'structure', 'members' => []], 'RemoveThingType' => ['type' => 'boolean'], 'RemovedThings' => ['type' => 'integer'], 'ReplaceDefaultPolicyVersionParams' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'PolicyTemplateName']]], 'ReplaceTopicRuleRequest' => ['type' => 'structure', 'required' => ['ruleName', 'topicRulePayload'], 'members' => ['ruleName' => ['shape' => 'RuleName', 'location' => 'uri', 'locationName' => 'ruleName'], 'topicRulePayload' => ['shape' => 'TopicRulePayload']], 'payload' => 'topicRulePayload'], 'ReportType' => ['type' => 'string', 'enum' => ['ERRORS', 'RESULTS']], 'RepublishAction' => ['type' => 'structure', 'required' => ['roleArn', 'topic'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'topic' => ['shape' => 'TopicPattern'], 'qos' => ['shape' => 'Qos']]], 'ReservedDomainConfigurationName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w.:-]+'], 'Resource' => ['type' => 'string'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'resourceId' => ['shape' => 'resourceId'], 'resourceArn' => ['shape' => 'resourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceArns' => ['type' => 'map', 'key' => ['shape' => 'ResourceLogicalId'], 'value' => ['shape' => 'ResourceArn']], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['deviceCertificateId' => ['shape' => 'CertificateId'], 'caCertificateId' => ['shape' => 'CertificateId'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'clientId' => ['shape' => 'ClientId'], 'policyVersionIdentifier' => ['shape' => 'PolicyVersionIdentifier'], 'account' => ['shape' => 'AwsAccountId'], 'iamRoleArn' => ['shape' => 'RoleArn'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'ResourceLogicalId' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceRegistrationFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['DEVICE_CERTIFICATE', 'CA_CERTIFICATE', 'IOT_POLICY', 'COGNITO_IDENTITY_POOL', 'CLIENT_ID', 'ACCOUNT_SETTINGS', 'ROLE_ALIAS', 'IAM_ROLE']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'RoleAlias' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w=,@-]+'], 'RoleAliasArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'RoleAliasDescription' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn'], 'roleArn' => ['shape' => 'RoleArn'], 'owner' => ['shape' => 'AwsAccountId'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds'], 'creationDate' => ['shape' => 'DateType'], 'lastModifiedDate' => ['shape' => 'DateType']]], 'RoleAliases' => ['type' => 'list', 'member' => ['shape' => 'RoleAlias']], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'RolloutRatePerMinute' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RuleArn' => ['type' => 'string'], 'RuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_]+$'], 'S3Action' => ['type' => 'structure', 'required' => ['roleArn', 'bucketName', 'key'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'bucketName' => ['shape' => 'BucketName'], 'key' => ['shape' => 'Key'], 'cannedAcl' => ['shape' => 'CannedAccessControlList']]], 'S3Bucket' => ['type' => 'string', 'min' => 1], 'S3Destination' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'prefix' => ['shape' => 'Prefix']]], 'S3FileUrl' => ['type' => 'string', 'max' => 65535], 'S3FileUrlList' => ['type' => 'list', 'member' => ['shape' => 'S3FileUrl']], 'S3Key' => ['type' => 'string', 'min' => 1], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'version' => ['shape' => 'S3Version']]], 'S3Version' => ['type' => 'string'], 'SQL' => ['type' => 'string'], 'SalesforceAction' => ['type' => 'structure', 'required' => ['token', 'url'], 'members' => ['token' => ['shape' => 'SalesforceToken'], 'url' => ['shape' => 'SalesforceEndpoint']]], 'SalesforceEndpoint' => ['type' => 'string', 'max' => 2000, 'pattern' => 'https://ingestion-[a-zA-Z0-9]{1,12}\\.[a-zA-Z0-9]+\\.((sfdc-matrix\\.net)|(sfdcnow\\.com))/streams/\\w{1,20}/\\w{1,20}/event'], 'SalesforceToken' => ['type' => 'string', 'min' => 40], 'ScheduledAuditArn' => ['type' => 'string'], 'ScheduledAuditMetadata' => ['type' => 'structure', 'members' => ['scheduledAuditName' => ['shape' => 'ScheduledAuditName'], 'scheduledAuditArn' => ['shape' => 'ScheduledAuditArn'], 'frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek']]], 'ScheduledAuditMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAuditMetadata']], 'ScheduledAuditName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'SearchIndexRequest' => ['type' => 'structure', 'required' => ['queryString'], 'members' => ['indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'QueryMaxResults'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'SearchIndexResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'things' => ['shape' => 'ThingDocumentList'], 'thingGroups' => ['shape' => 'ThingGroupDocumentList']]], 'SearchableAttributes' => ['type' => 'list', 'member' => ['shape' => 'AttributeName']], 'Seconds' => ['type' => 'integer'], 'SecurityProfileArn' => ['type' => 'string'], 'SecurityProfileDescription' => ['type' => 'string', 'max' => 1000, 'pattern' => '[\\p{Graph}\\x20]*'], 'SecurityProfileIdentifier' => ['type' => 'structure', 'required' => ['name', 'arn'], 'members' => ['name' => ['shape' => 'SecurityProfileName'], 'arn' => ['shape' => 'SecurityProfileArn']]], 'SecurityProfileIdentifiers' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileIdentifier']], 'SecurityProfileName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'SecurityProfileTarget' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'SecurityProfileTargetArn']]], 'SecurityProfileTargetArn' => ['type' => 'string'], 'SecurityProfileTargetMapping' => ['type' => 'structure', 'members' => ['securityProfileIdentifier' => ['shape' => 'SecurityProfileIdentifier'], 'target' => ['shape' => 'SecurityProfileTarget']]], 'SecurityProfileTargetMappings' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileTargetMapping']], 'SecurityProfileTargets' => ['type' => 'list', 'member' => ['shape' => 'SecurityProfileTarget']], 'ServerCertificateArns' => ['type' => 'list', 'member' => ['shape' => 'AcmCertificateArn'], 'max' => 1, 'min' => 0], 'ServerCertificateStatus' => ['type' => 'string', 'enum' => ['INVALID', 'VALID']], 'ServerCertificateStatusDetail' => ['type' => 'string'], 'ServerCertificateSummary' => ['type' => 'structure', 'members' => ['serverCertificateArn' => ['shape' => 'AcmCertificateArn'], 'serverCertificateStatus' => ['shape' => 'ServerCertificateStatus'], 'serverCertificateStatusDetail' => ['shape' => 'ServerCertificateStatusDetail']]], 'ServerCertificates' => ['type' => 'list', 'member' => ['shape' => 'ServerCertificateSummary']], 'ServerName' => ['type' => 'string', 'max' => 253, 'min' => 1], 'ServiceName' => ['type' => 'string'], 'ServiceType' => ['type' => 'string', 'enum' => ['DATA', 'CREDENTIAL_PROVIDER', 'JOBS']], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SetAsActive' => ['type' => 'boolean'], 'SetAsActiveFlag' => ['type' => 'boolean'], 'SetAsDefault' => ['type' => 'boolean'], 'SetDefaultAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName']]], 'SetDefaultAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'SetDefaultPolicyVersionRequest' => ['type' => 'structure', 'required' => ['policyName', 'policyVersionId'], 'members' => ['policyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'policyName'], 'policyVersionId' => ['shape' => 'PolicyVersionId', 'location' => 'uri', 'locationName' => 'policyVersionId']]], 'SetLoggingOptionsRequest' => ['type' => 'structure', 'required' => ['loggingOptionsPayload'], 'members' => ['loggingOptionsPayload' => ['shape' => 'LoggingOptionsPayload']], 'payload' => 'loggingOptionsPayload'], 'SetV2LoggingLevelRequest' => ['type' => 'structure', 'required' => ['logTarget', 'logLevel'], 'members' => ['logTarget' => ['shape' => 'LogTarget'], 'logLevel' => ['shape' => 'LogLevel']]], 'SetV2LoggingOptionsRequest' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'defaultLogLevel' => ['shape' => 'LogLevel'], 'disableAllLogs' => ['shape' => 'DisableAllLogs']]], 'SigV4Authorization' => ['type' => 'structure', 'required' => ['signingRegion', 'serviceName', 'roleArn'], 'members' => ['signingRegion' => ['shape' => 'SigningRegion'], 'serviceName' => ['shape' => 'ServiceName'], 'roleArn' => ['shape' => 'AwsArn']]], 'Signature' => ['type' => 'blob'], 'SignatureAlgorithm' => ['type' => 'string'], 'SigningJobId' => ['type' => 'string'], 'SigningProfileName' => ['type' => 'string'], 'SigningProfileParameter' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'CertificateArn'], 'platform' => ['shape' => 'Platform'], 'certificatePathOnDevice' => ['shape' => 'CertificatePathOnDevice']]], 'SigningRegion' => ['type' => 'string'], 'SkippedFindingsCount' => ['type' => 'long'], 'SkyfallMaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'SnsAction' => ['type' => 'structure', 'required' => ['targetArn', 'roleArn'], 'members' => ['targetArn' => ['shape' => 'AwsArn'], 'roleArn' => ['shape' => 'AwsArn'], 'messageFormat' => ['shape' => 'MessageFormat']]], 'SnsTopicArn' => ['type' => 'string', 'max' => 350], 'SqlParseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SqsAction' => ['type' => 'structure', 'required' => ['roleArn', 'queueUrl'], 'members' => ['roleArn' => ['shape' => 'AwsArn'], 'queueUrl' => ['shape' => 'QueueUrl'], 'useBase64' => ['shape' => 'UseBase64']]], 'StartAuditMitigationActionsTaskRequest' => ['type' => 'structure', 'required' => ['taskId', 'target', 'auditCheckToActionsMapping', 'clientRequestToken'], 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId', 'location' => 'uri', 'locationName' => 'taskId'], 'target' => ['shape' => 'AuditMitigationActionsTaskTarget'], 'auditCheckToActionsMapping' => ['shape' => 'AuditCheckToActionsMapping'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true]]], 'StartAuditMitigationActionsTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditMitigationActionsTaskId']]], 'StartOnDemandAuditTaskRequest' => ['type' => 'structure', 'required' => ['targetCheckNames'], 'members' => ['targetCheckNames' => ['shape' => 'TargetAuditCheckNames']]], 'StartOnDemandAuditTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'AuditTaskId']]], 'StartSigningJobParameter' => ['type' => 'structure', 'members' => ['signingProfileParameter' => ['shape' => 'SigningProfileParameter'], 'signingProfileName' => ['shape' => 'SigningProfileName'], 'destination' => ['shape' => 'Destination']]], 'StartThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['templateBody', 'inputFileBucket', 'inputFileKey', 'roleArn'], 'members' => ['templateBody' => ['shape' => 'TemplateBody'], 'inputFileBucket' => ['shape' => 'RegistryS3BucketName'], 'inputFileKey' => ['shape' => 'RegistryS3KeyName'], 'roleArn' => ['shape' => 'RoleArn']]], 'StartThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'TaskId']]], 'StateMachineName' => ['type' => 'string'], 'StateReason' => ['type' => 'string'], 'StateValue' => ['type' => 'string'], 'StatisticalThreshold' => ['type' => 'structure', 'members' => ['statistic' => ['shape' => 'EvaluationStatistic']]], 'Statistics' => ['type' => 'structure', 'members' => ['count' => ['shape' => 'Count'], 'average' => ['shape' => 'Average', 'box' => \true], 'sum' => ['shape' => 'Sum', 'box' => \true], 'minimum' => ['shape' => 'Minimum', 'box' => \true], 'maximum' => ['shape' => 'Maximum', 'box' => \true], 'sumOfSquares' => ['shape' => 'SumOfSquares', 'box' => \true], 'variance' => ['shape' => 'Variance', 'box' => \true], 'stdDeviation' => ['shape' => 'StdDeviation', 'box' => \true]]], 'Status' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Cancelled', 'Cancelling']], 'StdDeviation' => ['type' => 'double'], 'StepFunctionsAction' => ['type' => 'structure', 'required' => ['stateMachineName', 'roleArn'], 'members' => ['executionNamePrefix' => ['shape' => 'ExecutionNamePrefix'], 'stateMachineName' => ['shape' => 'StateMachineName'], 'roleArn' => ['shape' => 'AwsArn']]], 'StopThingRegistrationTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskId']]], 'StopThingRegistrationTaskResponse' => ['type' => 'structure', 'members' => []], 'Stream' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'fileId' => ['shape' => 'FileId']]], 'StreamArn' => ['type' => 'string'], 'StreamDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[^\\p{C}]+'], 'StreamFile' => ['type' => 'structure', 'members' => ['fileId' => ['shape' => 'FileId'], 's3Location' => ['shape' => 'S3Location']]], 'StreamFiles' => ['type' => 'list', 'member' => ['shape' => 'StreamFile'], 'max' => 50, 'min' => 1], 'StreamId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'StreamInfo' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'streamVersion' => ['shape' => 'StreamVersion'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'createdAt' => ['shape' => 'DateType'], 'lastUpdatedAt' => ['shape' => 'DateType'], 'roleArn' => ['shape' => 'RoleArn']]], 'StreamName' => ['type' => 'string'], 'StreamSummary' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'streamVersion' => ['shape' => 'StreamVersion'], 'description' => ['shape' => 'StreamDescription']]], 'StreamVersion' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'StreamsSummary' => ['type' => 'list', 'member' => ['shape' => 'StreamSummary']], 'String' => ['type' => 'string'], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'SucceededFindingsCount' => ['type' => 'long'], 'SucceededThings' => ['type' => 'integer'], 'Sum' => ['type' => 'double'], 'SumOfSquares' => ['type' => 'double'], 'SuppressIndefinitely' => ['type' => 'boolean'], 'SuppressedNonCompliantResourcesCount' => ['type' => 'long'], 'TableName' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Target' => ['type' => 'string'], 'TargetArn' => ['type' => 'string', 'max' => 2048], 'TargetAuditCheckNames' => ['type' => 'list', 'member' => ['shape' => 'AuditCheckName']], 'TargetSelection' => ['type' => 'string', 'enum' => ['CONTINUOUS', 'SNAPSHOT']], 'Targets' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'min' => 1], 'TaskAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TaskId' => ['type' => 'string', 'max' => 40], 'TaskIdList' => ['type' => 'list', 'member' => ['shape' => 'TaskId']], 'TaskStatistics' => ['type' => 'structure', 'members' => ['totalChecks' => ['shape' => 'TotalChecksCount'], 'inProgressChecks' => ['shape' => 'InProgressChecksCount'], 'waitingForDataCollectionChecks' => ['shape' => 'WaitingForDataCollectionChecksCount'], 'compliantChecks' => ['shape' => 'CompliantChecksCount'], 'nonCompliantChecks' => ['shape' => 'NonCompliantChecksCount'], 'failedChecks' => ['shape' => 'FailedChecksCount'], 'canceledChecks' => ['shape' => 'CanceledChecksCount']]], 'TaskStatisticsForAuditCheck' => ['type' => 'structure', 'members' => ['totalFindingsCount' => ['shape' => 'TotalFindingsCount'], 'failedFindingsCount' => ['shape' => 'FailedFindingsCount'], 'succeededFindingsCount' => ['shape' => 'SucceededFindingsCount'], 'skippedFindingsCount' => ['shape' => 'SkippedFindingsCount'], 'canceledFindingsCount' => ['shape' => 'CanceledFindingsCount']]], 'TemplateArn' => ['type' => 'string'], 'TemplateBody' => ['type' => 'string'], 'TemplateDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '[^\\p{C}]*'], 'TemplateName' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9A-Za-z_-]+$'], 'TemplateVersionId' => ['type' => 'integer'], 'TestAuthorizationRequest' => ['type' => 'structure', 'required' => ['authInfos'], 'members' => ['principal' => ['shape' => 'Principal'], 'cognitoIdentityPoolId' => ['shape' => 'CognitoIdentityPoolId'], 'authInfos' => ['shape' => 'AuthInfos'], 'clientId' => ['shape' => 'ClientId', 'location' => 'querystring', 'locationName' => 'clientId'], 'policyNamesToAdd' => ['shape' => 'PolicyNames'], 'policyNamesToSkip' => ['shape' => 'PolicyNames']]], 'TestAuthorizationResponse' => ['type' => 'structure', 'members' => ['authResults' => ['shape' => 'AuthResults']]], 'TestInvokeAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'token' => ['shape' => 'Token'], 'tokenSignature' => ['shape' => 'TokenSignature'], 'httpContext' => ['shape' => 'HttpContext'], 'mqttContext' => ['shape' => 'MqttContext'], 'tlsContext' => ['shape' => 'TlsContext']]], 'TestInvokeAuthorizerResponse' => ['type' => 'structure', 'members' => ['isAuthenticated' => ['shape' => 'IsAuthenticated'], 'principalId' => ['shape' => 'PrincipalId'], 'policyDocuments' => ['shape' => 'PolicyDocuments'], 'refreshAfterInSeconds' => ['shape' => 'Seconds'], 'disconnectAfterInSeconds' => ['shape' => 'Seconds']]], 'ThingArn' => ['type' => 'string'], 'ThingAttribute' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'thingArn' => ['shape' => 'ThingArn'], 'attributes' => ['shape' => 'Attributes'], 'version' => ['shape' => 'Version']]], 'ThingAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ThingAttribute']], 'ThingConnectivity' => ['type' => 'structure', 'members' => ['connected' => ['shape' => 'Boolean'], 'timestamp' => ['shape' => 'ConnectivityTimestamp']]], 'ThingConnectivityIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'STATUS']], 'ThingDocument' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingId' => ['shape' => 'ThingId'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'thingGroupNames' => ['shape' => 'ThingGroupNameList'], 'attributes' => ['shape' => 'Attributes'], 'shadow' => ['shape' => 'JsonDocument'], 'connectivity' => ['shape' => 'ThingConnectivity']]], 'ThingDocumentList' => ['type' => 'list', 'member' => ['shape' => 'ThingDocument']], 'ThingGroupArn' => ['type' => 'string'], 'ThingGroupDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'ThingGroupDocument' => ['type' => 'structure', 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName'], 'thingGroupId' => ['shape' => 'ThingGroupId'], 'thingGroupDescription' => ['shape' => 'ThingGroupDescription'], 'attributes' => ['shape' => 'Attributes'], 'parentGroupNames' => ['shape' => 'ThingGroupNameList']]], 'ThingGroupDocumentList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupDocument']], 'ThingGroupId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'ThingGroupIndexingConfiguration' => ['type' => 'structure', 'required' => ['thingGroupIndexingMode'], 'members' => ['thingGroupIndexingMode' => ['shape' => 'ThingGroupIndexingMode'], 'managedFields' => ['shape' => 'Fields'], 'customFields' => ['shape' => 'Fields']]], 'ThingGroupIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'ON']], 'ThingGroupList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName']], 'ThingGroupMetadata' => ['type' => 'structure', 'members' => ['parentGroupName' => ['shape' => 'ThingGroupName'], 'rootToParentThingGroups' => ['shape' => 'ThingGroupNameAndArnList'], 'creationDate' => ['shape' => 'CreationDate']]], 'ThingGroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingGroupNameAndArnList' => ['type' => 'list', 'member' => ['shape' => 'GroupNameAndArn']], 'ThingGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName']], 'ThingGroupNames' => ['type' => 'list', 'member' => ['shape' => 'ThingGroupName'], 'max' => 10, 'min' => 1], 'ThingGroupProperties' => ['type' => 'structure', 'members' => ['thingGroupDescription' => ['shape' => 'ThingGroupDescription'], 'attributePayload' => ['shape' => 'AttributePayload']]], 'ThingId' => ['type' => 'string'], 'ThingIndexingConfiguration' => ['type' => 'structure', 'required' => ['thingIndexingMode'], 'members' => ['thingIndexingMode' => ['shape' => 'ThingIndexingMode'], 'thingConnectivityIndexingMode' => ['shape' => 'ThingConnectivityIndexingMode'], 'managedFields' => ['shape' => 'Fields'], 'customFields' => ['shape' => 'Fields']]], 'ThingIndexingMode' => ['type' => 'string', 'enum' => ['OFF', 'REGISTRY', 'REGISTRY_AND_SHADOW']], 'ThingName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingNameList' => ['type' => 'list', 'member' => ['shape' => 'ThingName']], 'ThingTypeArn' => ['type' => 'string'], 'ThingTypeDefinition' => ['type' => 'structure', 'members' => ['thingTypeName' => ['shape' => 'ThingTypeName'], 'thingTypeArn' => ['shape' => 'ThingTypeArn'], 'thingTypeProperties' => ['shape' => 'ThingTypeProperties'], 'thingTypeMetadata' => ['shape' => 'ThingTypeMetadata']]], 'ThingTypeDescription' => ['type' => 'string', 'max' => 2028, 'pattern' => '[\\p{Graph}\\x20]*'], 'ThingTypeId' => ['type' => 'string'], 'ThingTypeList' => ['type' => 'list', 'member' => ['shape' => 'ThingTypeDefinition']], 'ThingTypeMetadata' => ['type' => 'structure', 'members' => ['deprecated' => ['shape' => 'Boolean'], 'deprecationDate' => ['shape' => 'DeprecationDate'], 'creationDate' => ['shape' => 'CreationDate']]], 'ThingTypeName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9:_-]+'], 'ThingTypeProperties' => ['type' => 'structure', 'members' => ['thingTypeDescription' => ['shape' => 'ThingTypeDescription'], 'searchableAttributes' => ['shape' => 'SearchableAttributes']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TimedOutThings' => ['type' => 'integer'], 'TimeoutConfig' => ['type' => 'structure', 'members' => ['inProgressTimeoutInMinutes' => ['shape' => 'InProgressTimeoutInMinutes']]], 'Timestamp' => ['type' => 'timestamp'], 'TlsContext' => ['type' => 'structure', 'members' => ['serverName' => ['shape' => 'ServerName']]], 'Token' => ['type' => 'string', 'max' => 6144, 'min' => 1], 'TokenKeyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'TokenSignature' => ['type' => 'string', 'max' => 2560, 'min' => 1, 'pattern' => '[A-Za-z0-9+/]+={0,2}'], 'Topic' => ['type' => 'string'], 'TopicPattern' => ['type' => 'string'], 'TopicRule' => ['type' => 'structure', 'members' => ['ruleName' => ['shape' => 'RuleName'], 'sql' => ['shape' => 'SQL'], 'description' => ['shape' => 'Description'], 'createdAt' => ['shape' => 'CreatedAtDate'], 'actions' => ['shape' => 'ActionList'], 'ruleDisabled' => ['shape' => 'IsDisabled'], 'awsIotSqlVersion' => ['shape' => 'AwsIotSqlVersion'], 'errorAction' => ['shape' => 'Action']]], 'TopicRuleDestination' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus'], 'statusReason' => ['shape' => 'String'], 'httpUrlProperties' => ['shape' => 'HttpUrlDestinationProperties']]], 'TopicRuleDestinationConfiguration' => ['type' => 'structure', 'members' => ['httpUrlConfiguration' => ['shape' => 'HttpUrlDestinationConfiguration']]], 'TopicRuleDestinationMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'TopicRuleDestinationStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'IN_PROGRESS', 'DISABLED', 'ERROR']], 'TopicRuleDestinationSummaries' => ['type' => 'list', 'member' => ['shape' => 'TopicRuleDestinationSummary']], 'TopicRuleDestinationSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus'], 'statusReason' => ['shape' => 'String'], 'httpUrlSummary' => ['shape' => 'HttpUrlDestinationSummary']]], 'TopicRuleList' => ['type' => 'list', 'member' => ['shape' => 'TopicRuleListItem']], 'TopicRuleListItem' => ['type' => 'structure', 'members' => ['ruleArn' => ['shape' => 'RuleArn'], 'ruleName' => ['shape' => 'RuleName'], 'topicPattern' => ['shape' => 'TopicPattern'], 'createdAt' => ['shape' => 'CreatedAtDate'], 'ruleDisabled' => ['shape' => 'IsDisabled']]], 'TopicRuleMaxResults' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'TopicRulePayload' => ['type' => 'structure', 'required' => ['sql', 'actions'], 'members' => ['sql' => ['shape' => 'SQL'], 'description' => ['shape' => 'Description'], 'actions' => ['shape' => 'ActionList'], 'ruleDisabled' => ['shape' => 'IsDisabled'], 'awsIotSqlVersion' => ['shape' => 'AwsIotSqlVersion'], 'errorAction' => ['shape' => 'Action']]], 'TotalChecksCount' => ['type' => 'integer'], 'TotalFindingsCount' => ['type' => 'long'], 'TotalResourcesCount' => ['type' => 'long'], 'TransferAlreadyCompletedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'TransferCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId', 'targetAwsAccount'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'targetAwsAccount' => ['shape' => 'AwsAccountId', 'location' => 'querystring', 'locationName' => 'targetAwsAccount'], 'transferMessage' => ['shape' => 'Message']]], 'TransferCertificateResponse' => ['type' => 'structure', 'members' => ['transferredCertificateArn' => ['shape' => 'CertificateArn']]], 'TransferConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TransferData' => ['type' => 'structure', 'members' => ['transferMessage' => ['shape' => 'Message'], 'rejectReason' => ['shape' => 'Message'], 'transferDate' => ['shape' => 'DateType'], 'acceptDate' => ['shape' => 'DateType'], 'rejectDate' => ['shape' => 'DateType']]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UndoDeprecate' => ['type' => 'boolean'], 'UnsignedLong' => ['type' => 'long', 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAccountAuditConfigurationRequest' => ['type' => 'structure', 'members' => ['roleArn' => ['shape' => 'RoleArn'], 'auditNotificationTargetConfigurations' => ['shape' => 'AuditNotificationTargetConfigurations'], 'auditCheckConfigurations' => ['shape' => 'AuditCheckConfigurations']]], 'UpdateAccountAuditConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuditSuppressionRequest' => ['type' => 'structure', 'required' => ['checkName', 'resourceIdentifier'], 'members' => ['checkName' => ['shape' => 'AuditCheckName'], 'resourceIdentifier' => ['shape' => 'ResourceIdentifier'], 'expirationDate' => ['shape' => 'Timestamp'], 'suppressIndefinitely' => ['shape' => 'SuppressIndefinitely'], 'description' => ['shape' => 'AuditDescription']]], 'UpdateAuditSuppressionResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuthorizerRequest' => ['type' => 'structure', 'required' => ['authorizerName'], 'members' => ['authorizerName' => ['shape' => 'AuthorizerName', 'location' => 'uri', 'locationName' => 'authorizerName'], 'authorizerFunctionArn' => ['shape' => 'AuthorizerFunctionArn'], 'tokenKeyName' => ['shape' => 'TokenKeyName'], 'tokenSigningPublicKeys' => ['shape' => 'PublicKeyMap'], 'status' => ['shape' => 'AuthorizerStatus']]], 'UpdateAuthorizerResponse' => ['type' => 'structure', 'members' => ['authorizerName' => ['shape' => 'AuthorizerName'], 'authorizerArn' => ['shape' => 'AuthorizerArn']]], 'UpdateBillingGroupRequest' => ['type' => 'structure', 'required' => ['billingGroupName', 'billingGroupProperties'], 'members' => ['billingGroupName' => ['shape' => 'BillingGroupName', 'location' => 'uri', 'locationName' => 'billingGroupName'], 'billingGroupProperties' => ['shape' => 'BillingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion']]], 'UpdateBillingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateCACertificateParams' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'CACertificateUpdateAction']]], 'UpdateCACertificateRequest' => ['type' => 'structure', 'required' => ['certificateId'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'caCertificateId'], 'newStatus' => ['shape' => 'CACertificateStatus', 'location' => 'querystring', 'locationName' => 'newStatus'], 'newAutoRegistrationStatus' => ['shape' => 'AutoRegistrationStatus', 'location' => 'querystring', 'locationName' => 'newAutoRegistrationStatus'], 'registrationConfig' => ['shape' => 'RegistrationConfig'], 'removeAutoRegistration' => ['shape' => 'RemoveAutoRegistration']]], 'UpdateCertificateRequest' => ['type' => 'structure', 'required' => ['certificateId', 'newStatus'], 'members' => ['certificateId' => ['shape' => 'CertificateId', 'location' => 'uri', 'locationName' => 'certificateId'], 'newStatus' => ['shape' => 'CertificateStatus', 'location' => 'querystring', 'locationName' => 'newStatus']]], 'UpdateDeviceCertificateParams' => ['type' => 'structure', 'required' => ['action'], 'members' => ['action' => ['shape' => 'DeviceCertificateUpdateAction']]], 'UpdateDimensionRequest' => ['type' => 'structure', 'required' => ['name', 'stringValues'], 'members' => ['name' => ['shape' => 'DimensionName', 'location' => 'uri', 'locationName' => 'name'], 'stringValues' => ['shape' => 'DimensionStringValues']]], 'UpdateDimensionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'DimensionName'], 'arn' => ['shape' => 'DimensionArn'], 'type' => ['shape' => 'DimensionType'], 'stringValues' => ['shape' => 'DimensionStringValues'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'UpdateDomainConfigurationRequest' => ['type' => 'structure', 'required' => ['domainConfigurationName'], 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName', 'location' => 'uri', 'locationName' => 'domainConfigurationName'], 'authorizerConfig' => ['shape' => 'AuthorizerConfig'], 'domainConfigurationStatus' => ['shape' => 'DomainConfigurationStatus'], 'removeAuthorizerConfig' => ['shape' => 'RemoveAuthorizerConfig']]], 'UpdateDomainConfigurationResponse' => ['type' => 'structure', 'members' => ['domainConfigurationName' => ['shape' => 'ReservedDomainConfigurationName'], 'domainConfigurationArn' => ['shape' => 'DomainConfigurationArn']]], 'UpdateDynamicThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'thingGroupProperties'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion'], 'indexName' => ['shape' => 'IndexName'], 'queryString' => ['shape' => 'QueryString'], 'queryVersion' => ['shape' => 'QueryVersion']]], 'UpdateDynamicThingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateEventConfigurationsRequest' => ['type' => 'structure', 'members' => ['eventConfigurations' => ['shape' => 'EventConfigurations']]], 'UpdateEventConfigurationsResponse' => ['type' => 'structure', 'members' => []], 'UpdateIndexingConfigurationRequest' => ['type' => 'structure', 'members' => ['thingIndexingConfiguration' => ['shape' => 'ThingIndexingConfiguration'], 'thingGroupIndexingConfiguration' => ['shape' => 'ThingGroupIndexingConfiguration']]], 'UpdateIndexingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateJobRequest' => ['type' => 'structure', 'required' => ['jobId'], 'members' => ['jobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId'], 'description' => ['shape' => 'JobDescription'], 'presignedUrlConfig' => ['shape' => 'PresignedUrlConfig'], 'jobExecutionsRolloutConfig' => ['shape' => 'JobExecutionsRolloutConfig'], 'abortConfig' => ['shape' => 'AbortConfig'], 'timeoutConfig' => ['shape' => 'TimeoutConfig']]], 'UpdateMitigationActionRequest' => ['type' => 'structure', 'required' => ['actionName'], 'members' => ['actionName' => ['shape' => 'MitigationActionName', 'location' => 'uri', 'locationName' => 'actionName'], 'roleArn' => ['shape' => 'RoleArn'], 'actionParams' => ['shape' => 'MitigationActionParams']]], 'UpdateMitigationActionResponse' => ['type' => 'structure', 'members' => ['actionArn' => ['shape' => 'MitigationActionArn'], 'actionId' => ['shape' => 'MitigationActionId']]], 'UpdateProvisioningTemplateRequest' => ['type' => 'structure', 'required' => ['templateName'], 'members' => ['templateName' => ['shape' => 'TemplateName', 'location' => 'uri', 'locationName' => 'templateName'], 'description' => ['shape' => 'TemplateDescription'], 'enabled' => ['shape' => 'Enabled'], 'defaultVersionId' => ['shape' => 'TemplateVersionId'], 'provisioningRoleArn' => ['shape' => 'RoleArn'], 'preProvisioningHook' => ['shape' => 'ProvisioningHook'], 'removePreProvisioningHook' => ['shape' => 'RemoveHook']]], 'UpdateProvisioningTemplateResponse' => ['type' => 'structure', 'members' => []], 'UpdateRoleAliasRequest' => ['type' => 'structure', 'required' => ['roleAlias'], 'members' => ['roleAlias' => ['shape' => 'RoleAlias', 'location' => 'uri', 'locationName' => 'roleAlias'], 'roleArn' => ['shape' => 'RoleArn'], 'credentialDurationSeconds' => ['shape' => 'CredentialDurationSeconds']]], 'UpdateRoleAliasResponse' => ['type' => 'structure', 'members' => ['roleAlias' => ['shape' => 'RoleAlias'], 'roleAliasArn' => ['shape' => 'RoleAliasArn']]], 'UpdateScheduledAuditRequest' => ['type' => 'structure', 'required' => ['scheduledAuditName'], 'members' => ['frequency' => ['shape' => 'AuditFrequency'], 'dayOfMonth' => ['shape' => 'DayOfMonth'], 'dayOfWeek' => ['shape' => 'DayOfWeek'], 'targetCheckNames' => ['shape' => 'TargetAuditCheckNames'], 'scheduledAuditName' => ['shape' => 'ScheduledAuditName', 'location' => 'uri', 'locationName' => 'scheduledAuditName']]], 'UpdateScheduledAuditResponse' => ['type' => 'structure', 'members' => ['scheduledAuditArn' => ['shape' => 'ScheduledAuditArn']]], 'UpdateSecurityProfileRequest' => ['type' => 'structure', 'required' => ['securityProfileName'], 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName', 'location' => 'uri', 'locationName' => 'securityProfileName'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList', 'deprecated' => \true, 'deprecatedMessage' => 'Use additionalMetricsToRetainV2.'], 'additionalMetricsToRetainV2' => ['shape' => 'AdditionalMetricsToRetainV2List'], 'deleteBehaviors' => ['shape' => 'DeleteBehaviors'], 'deleteAlertTargets' => ['shape' => 'DeleteAlertTargets'], 'deleteAdditionalMetricsToRetain' => ['shape' => 'DeleteAdditionalMetricsToRetain'], 'expectedVersion' => ['shape' => 'OptionalVersion', 'location' => 'querystring', 'locationName' => 'expectedVersion']]], 'UpdateSecurityProfileResponse' => ['type' => 'structure', 'members' => ['securityProfileName' => ['shape' => 'SecurityProfileName'], 'securityProfileArn' => ['shape' => 'SecurityProfileArn'], 'securityProfileDescription' => ['shape' => 'SecurityProfileDescription'], 'behaviors' => ['shape' => 'Behaviors'], 'alertTargets' => ['shape' => 'AlertTargets'], 'additionalMetricsToRetain' => ['shape' => 'AdditionalMetricsToRetainList', 'deprecated' => \true, 'deprecatedMessage' => 'Use additionalMetricsToRetainV2.'], 'additionalMetricsToRetainV2' => ['shape' => 'AdditionalMetricsToRetainV2List'], 'version' => ['shape' => 'Version'], 'creationDate' => ['shape' => 'Timestamp'], 'lastModifiedDate' => ['shape' => 'Timestamp']]], 'UpdateStreamRequest' => ['type' => 'structure', 'required' => ['streamId'], 'members' => ['streamId' => ['shape' => 'StreamId', 'location' => 'uri', 'locationName' => 'streamId'], 'description' => ['shape' => 'StreamDescription'], 'files' => ['shape' => 'StreamFiles'], 'roleArn' => ['shape' => 'RoleArn']]], 'UpdateStreamResponse' => ['type' => 'structure', 'members' => ['streamId' => ['shape' => 'StreamId'], 'streamArn' => ['shape' => 'StreamArn'], 'description' => ['shape' => 'StreamDescription'], 'streamVersion' => ['shape' => 'StreamVersion']]], 'UpdateThingGroupRequest' => ['type' => 'structure', 'required' => ['thingGroupName', 'thingGroupProperties'], 'members' => ['thingGroupName' => ['shape' => 'ThingGroupName', 'location' => 'uri', 'locationName' => 'thingGroupName'], 'thingGroupProperties' => ['shape' => 'ThingGroupProperties'], 'expectedVersion' => ['shape' => 'OptionalVersion']]], 'UpdateThingGroupResponse' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'Version']]], 'UpdateThingGroupsForThingRequest' => ['type' => 'structure', 'members' => ['thingName' => ['shape' => 'ThingName'], 'thingGroupsToAdd' => ['shape' => 'ThingGroupList'], 'thingGroupsToRemove' => ['shape' => 'ThingGroupList'], 'overrideDynamicGroups' => ['shape' => 'OverrideDynamicGroups']]], 'UpdateThingGroupsForThingResponse' => ['type' => 'structure', 'members' => []], 'UpdateThingRequest' => ['type' => 'structure', 'required' => ['thingName'], 'members' => ['thingName' => ['shape' => 'ThingName', 'location' => 'uri', 'locationName' => 'thingName'], 'thingTypeName' => ['shape' => 'ThingTypeName'], 'attributePayload' => ['shape' => 'AttributePayload'], 'expectedVersion' => ['shape' => 'OptionalVersion'], 'removeThingType' => ['shape' => 'RemoveThingType']]], 'UpdateThingResponse' => ['type' => 'structure', 'members' => []], 'UpdateTopicRuleDestinationRequest' => ['type' => 'structure', 'required' => ['arn', 'status'], 'members' => ['arn' => ['shape' => 'AwsArn'], 'status' => ['shape' => 'TopicRuleDestinationStatus']]], 'UpdateTopicRuleDestinationResponse' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string', 'max' => 2000], 'UseBase64' => ['type' => 'boolean'], 'Valid' => ['type' => 'boolean'], 'ValidateSecurityProfileBehaviorsRequest' => ['type' => 'structure', 'required' => ['behaviors'], 'members' => ['behaviors' => ['shape' => 'Behaviors']]], 'ValidateSecurityProfileBehaviorsResponse' => ['type' => 'structure', 'members' => ['valid' => ['shape' => 'Valid'], 'validationErrors' => ['shape' => 'ValidationErrors']]], 'ValidationError' => ['type' => 'structure', 'members' => ['errorMessage' => ['shape' => 'ErrorMessage']]], 'ValidationErrors' => ['type' => 'list', 'member' => ['shape' => 'ValidationError']], 'Value' => ['type' => 'string'], 'Variance' => ['type' => 'double'], 'Version' => ['type' => 'long'], 'VersionConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'VersionNumber' => ['type' => 'long'], 'VersionsLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ViolationEvent' => ['type' => 'structure', 'members' => ['violationId' => ['shape' => 'ViolationId'], 'thingName' => ['shape' => 'DeviceDefenderThingName'], 'securityProfileName' => ['shape' => 'SecurityProfileName'], 'behavior' => ['shape' => 'Behavior'], 'metricValue' => ['shape' => 'MetricValue'], 'violationEventType' => ['shape' => 'ViolationEventType'], 'violationEventTime' => ['shape' => 'Timestamp']]], 'ViolationEventType' => ['type' => 'string', 'enum' => ['in-alarm', 'alarm-cleared', 'alarm-invalidated']], 'ViolationEvents' => ['type' => 'list', 'member' => ['shape' => 'ViolationEvent']], 'ViolationId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\-]+'], 'WaitingForDataCollectionChecksCount' => ['type' => 'integer'], 'errorMessage' => ['type' => 'string'], 'resourceArn' => ['type' => 'string'], 'resourceId' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/iot/2015-05-28/paginators-1.json.php b/vendor/Aws3/Aws/data/iot/2015-05-28/paginators-1.json.php index c626a1dc..f2f4170b 100644 --- a/vendor/Aws3/Aws/data/iot/2015-05-28/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/iot/2015-05-28/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['ListActiveViolations' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'activeViolations'], 'ListAttachedPolicies' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'policies'], 'ListAuditFindings' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'findings'], 'ListAuditMitigationActionsExecutions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'actionsExecutions'], 'ListAuditMitigationActionsTasks' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'tasks'], 'ListAuditSuppressions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'suppressions'], 'ListAuditTasks' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'tasks'], 'ListAuthorizers' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'authorizers'], 'ListBillingGroups' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'billingGroups'], 'ListCACertificates' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'certificates'], 'ListCertificates' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'certificates'], 'ListCertificatesByCA' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'certificates'], 'ListDimensions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'dimensionNames'], 'ListDomainConfigurations' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'domainConfigurations'], 'ListIndices' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'indexNames'], 'ListJobExecutionsForJob' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'executionSummaries'], 'ListJobExecutionsForThing' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'executionSummaries'], 'ListJobs' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'jobs'], 'ListMitigationActions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'actionIdentifiers'], 'ListOTAUpdates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'otaUpdates'], 'ListOutgoingCertificates' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'outgoingCertificates'], 'ListPolicies' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'policies'], 'ListPolicyPrincipals' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'principals'], 'ListPrincipalPolicies' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'policies'], 'ListPrincipalThings' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'things'], 'ListProvisioningTemplateVersions' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'versions'], 'ListProvisioningTemplates' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'templates'], 'ListRoleAliases' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'roleAliases'], 'ListScheduledAudits' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'scheduledAudits'], 'ListSecurityProfiles' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'securityProfileIdentifiers'], 'ListSecurityProfilesForTarget' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'securityProfileTargetMappings'], 'ListStreams' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'streams'], 'ListTagsForResource' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'result_key' => 'tags'], 'ListTargetsForPolicy' => ['input_token' => 'marker', 'limit_key' => 'pageSize', 'output_token' => 'nextMarker', 'result_key' => 'targets'], 'ListTargetsForSecurityProfile' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'securityProfileTargets'], 'ListThingGroups' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'thingGroups'], 'ListThingGroupsForThing' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'thingGroups'], 'ListThingRegistrationTaskReports' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'non_aggregate_keys' => ['reportType'], 'output_token' => 'nextToken', 'result_key' => 'resourceLinks'], 'ListThingRegistrationTasks' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'taskIds'], 'ListThingTypes' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'thingTypes'], 'ListThings' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'things'], 'ListThingsInBillingGroup' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'things'], 'ListThingsInThingGroup' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'things'], 'ListTopicRuleDestinations' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'destinationSummaries'], 'ListTopicRules' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'rules'], 'ListV2LoggingLevels' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'logTargetConfigurations'], 'ListViolationEvents' => ['input_token' => 'nextToken', 'limit_key' => 'maxResults', 'output_token' => 'nextToken', 'result_key' => 'violationEvents']]]; diff --git a/vendor/Aws3/Aws/data/iotevents/2018-07-27/api-2.json.php b/vendor/Aws3/Aws/data/iotevents/2018-07-27/api-2.json.php index 08585464..30bdd894 100644 --- a/vendor/Aws3/Aws/data/iotevents/2018-07-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/iotevents/2018-07-27/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-07-27', 'endpointPrefix' => 'iotevents', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT Events', 'serviceId' => 'IoT Events', 'signatureVersion' => 'v4', 'signingName' => 'iotevents', 'uid' => 'iotevents-2018-07-27'], 'operations' => ['CreateDetectorModel' => ['name' => 'CreateDetectorModel', 'http' => ['method' => 'POST', 'requestUri' => '/detector-models'], 'input' => ['shape' => 'CreateDetectorModelRequest'], 'output' => ['shape' => 'CreateDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'CreateInput' => ['name' => 'CreateInput', 'http' => ['method' => 'POST', 'requestUri' => '/inputs', 'responseCode' => 201], 'input' => ['shape' => 'CreateInputRequest'], 'output' => ['shape' => 'CreateInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceAlreadyExistsException']]], 'DeleteDetectorModel' => ['name' => 'DeleteDetectorModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector-models/{detectorModelName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDetectorModelRequest'], 'output' => ['shape' => 'DeleteDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteInput' => ['name' => 'DeleteInput', 'http' => ['method' => 'DELETE', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'DeleteInputRequest'], 'output' => ['shape' => 'DeleteInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceInUseException']]], 'DescribeDetectorModel' => ['name' => 'DescribeDetectorModel', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models/{detectorModelName}'], 'input' => ['shape' => 'DescribeDetectorModelRequest'], 'output' => ['shape' => 'DescribeDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeInput' => ['name' => 'DescribeInput', 'http' => ['method' => 'GET', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'DescribeInputRequest'], 'output' => ['shape' => 'DescribeInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLoggingOptions' => ['name' => 'DescribeLoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/logging'], 'input' => ['shape' => 'DescribeLoggingOptionsRequest'], 'output' => ['shape' => 'DescribeLoggingOptionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedOperationException']]], 'ListDetectorModelVersions' => ['name' => 'ListDetectorModelVersions', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models/{detectorModelName}/versions'], 'input' => ['shape' => 'ListDetectorModelVersionsRequest'], 'output' => ['shape' => 'ListDetectorModelVersionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListDetectorModels' => ['name' => 'ListDetectorModels', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models'], 'input' => ['shape' => 'ListDetectorModelsRequest'], 'output' => ['shape' => 'ListDetectorModelsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListInputs' => ['name' => 'ListInputs', 'http' => ['method' => 'GET', 'requestUri' => '/inputs'], 'input' => ['shape' => 'ListInputsRequest'], 'output' => ['shape' => 'ListInputsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'PutLoggingOptions' => ['name' => 'PutLoggingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/logging'], 'input' => ['shape' => 'PutLoggingOptionsRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'ResourceInUseException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateDetectorModel' => ['name' => 'UpdateDetectorModel', 'http' => ['method' => 'POST', 'requestUri' => '/detector-models/{detectorModelName}'], 'input' => ['shape' => 'UpdateDetectorModelRequest'], 'output' => ['shape' => 'UpdateDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateInput' => ['name' => 'UpdateInput', 'http' => ['method' => 'PUT', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'UpdateInputRequest'], 'output' => ['shape' => 'UpdateInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceInUseException']]]], 'shapes' => ['Action' => ['type' => 'structure', 'members' => ['setVariable' => ['shape' => 'SetVariableAction'], 'sns' => ['shape' => 'SNSTopicPublishAction'], 'iotTopicPublish' => ['shape' => 'IotTopicPublishAction'], 'setTimer' => ['shape' => 'SetTimerAction'], 'clearTimer' => ['shape' => 'ClearTimerAction'], 'resetTimer' => ['shape' => 'ResetTimerAction'], 'lambda' => ['shape' => 'LambdaAction'], 'iotEvents' => ['shape' => 'IotEventsAction'], 'sqs' => ['shape' => 'SqsAction'], 'firehose' => ['shape' => 'FirehoseAction']]], 'Actions' => ['type' => 'list', 'member' => ['shape' => 'Action']], 'AmazonResourceName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'Attribute' => ['type' => 'structure', 'required' => ['jsonPath'], 'members' => ['jsonPath' => ['shape' => 'AttributeJsonPath']]], 'AttributeJsonPath' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^((`[\\w\\- ]+`)|([\\w\\-]+))(\\.((`[\\w- ]+`)|([\\w\\-]+)))*$'], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute'], 'max' => 200, 'min' => 1], 'ClearTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName']]], 'Condition' => ['type' => 'string', 'max' => 512], 'CreateDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName', 'detectorModelDefinition', 'roleArn'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'key' => ['shape' => 'AttributeJsonPath'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'tags' => ['shape' => 'Tags'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'CreateDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'CreateInputRequest' => ['type' => 'structure', 'required' => ['inputName', 'inputDefinition'], 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputDefinition' => ['shape' => 'InputDefinition'], 'tags' => ['shape' => 'Tags']]], 'CreateInputResponse' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration']]], 'DeleteDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName']]], 'DeleteDetectorModelResponse' => ['type' => 'structure', 'members' => []], 'DeleteInputRequest' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName']]], 'DeleteInputResponse' => ['type' => 'structure', 'members' => []], 'DeliveryStreamName' => ['type' => 'string'], 'DescribeDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion', 'location' => 'querystring', 'locationName' => 'version']]], 'DescribeDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModel' => ['shape' => 'DetectorModel']]], 'DescribeInputRequest' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName']]], 'DescribeInputResponse' => ['type' => 'structure', 'members' => ['input' => ['shape' => 'Input']]], 'DescribeLoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'DescribeLoggingOptionsResponse' => ['type' => 'structure', 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'DetectorDebugOption' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'keyValue' => ['shape' => 'KeyValue']]], 'DetectorDebugOptions' => ['type' => 'list', 'member' => ['shape' => 'DetectorDebugOption'], 'min' => 1], 'DetectorModel' => ['type' => 'structure', 'members' => ['detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'DetectorModelArn' => ['type' => 'string'], 'DetectorModelConfiguration' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'detectorModelArn' => ['shape' => 'DetectorModelArn'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'DetectorModelVersionStatus'], 'key' => ['shape' => 'AttributeJsonPath'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'DetectorModelDefinition' => ['type' => 'structure', 'required' => ['states', 'initialStateName'], 'members' => ['states' => ['shape' => 'States'], 'initialStateName' => ['shape' => 'StateName']]], 'DetectorModelDescription' => ['type' => 'string', 'max' => 128], 'DetectorModelName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$'], 'DetectorModelSummaries' => ['type' => 'list', 'member' => ['shape' => 'DetectorModelSummary']], 'DetectorModelSummary' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'creationTime' => ['shape' => 'Timestamp']]], 'DetectorModelVersion' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DetectorModelVersionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ACTIVATING', 'INACTIVE', 'DEPRECATED', 'DRAFT', 'PAUSED', 'FAILED']], 'DetectorModelVersionSummaries' => ['type' => 'list', 'member' => ['shape' => 'DetectorModelVersionSummary']], 'DetectorModelVersionSummary' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion'], 'detectorModelArn' => ['shape' => 'DetectorModelArn'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'DetectorModelVersionStatus'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'EvaluationMethod' => ['type' => 'string', 'enum' => ['BATCH', 'SERIAL']], 'Event' => ['type' => 'structure', 'required' => ['eventName'], 'members' => ['eventName' => ['shape' => 'EventName'], 'condition' => ['shape' => 'Condition'], 'actions' => ['shape' => 'Actions']]], 'EventName' => ['type' => 'string', 'max' => 128], 'Events' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'FirehoseAction' => ['type' => 'structure', 'required' => ['deliveryStreamName'], 'members' => ['deliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'separator' => ['shape' => 'FirehoseSeparator']]], 'FirehoseSeparator' => ['type' => 'string', 'pattern' => '([\\n\\t])|(\\r\\n)|(,)'], 'Input' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration'], 'inputDefinition' => ['shape' => 'InputDefinition']]], 'InputArn' => ['type' => 'string'], 'InputConfiguration' => ['type' => 'structure', 'required' => ['inputName', 'inputArn', 'creationTime', 'lastUpdateTime', 'status'], 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputArn' => ['shape' => 'InputArn'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'InputStatus']]], 'InputDefinition' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['attributes' => ['shape' => 'Attributes']]], 'InputDescription' => ['type' => 'string', 'max' => 128], 'InputName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'InputStatus' => ['type' => 'string', 'enum' => ['CREATING', 'UPDATING', 'ACTIVE', 'DELETING']], 'InputSummaries' => ['type' => 'list', 'member' => ['shape' => 'InputSummary']], 'InputSummary' => ['type' => 'structure', 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputArn' => ['shape' => 'InputArn'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'InputStatus']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IotEventsAction' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName']]], 'IotTopicPublishAction' => ['type' => 'structure', 'required' => ['mqttTopic'], 'members' => ['mqttTopic' => ['shape' => 'MQTTTopic']]], 'KeyValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\-_:]+$'], 'LambdaAction' => ['type' => 'structure', 'required' => ['functionArn'], 'members' => ['functionArn' => ['shape' => 'AmazonResourceName']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'ListDetectorModelVersionsRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDetectorModelVersionsResponse' => ['type' => 'structure', 'members' => ['detectorModelVersionSummaries' => ['shape' => 'DetectorModelVersionSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDetectorModelsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDetectorModelsResponse' => ['type' => 'structure', 'members' => ['detectorModelSummaries' => ['shape' => 'DetectorModelSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListInputsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListInputsResponse' => ['type' => 'structure', 'members' => ['inputSummaries' => ['shape' => 'InputSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'LoggingEnabled' => ['type' => 'boolean'], 'LoggingLevel' => ['type' => 'string', 'enum' => ['ERROR', 'INFO', 'DEBUG']], 'LoggingOptions' => ['type' => 'structure', 'required' => ['roleArn', 'level', 'enabled'], 'members' => ['roleArn' => ['shape' => 'AmazonResourceName'], 'level' => ['shape' => 'LoggingLevel'], 'enabled' => ['shape' => 'LoggingEnabled'], 'detectorDebugOptions' => ['shape' => 'DetectorDebugOptions']]], 'MQTTTopic' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'NextToken' => ['type' => 'string'], 'OnEnterLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events']]], 'OnExitLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events']]], 'OnInputLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events'], 'transitionEvents' => ['shape' => 'TransitionEvents']]], 'PutLoggingOptionsRequest' => ['type' => 'structure', 'required' => ['loggingOptions'], 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'QueueUrl' => ['type' => 'string'], 'ResetTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'resourceId' => ['shape' => 'resourceId'], 'resourceArn' => ['shape' => 'resourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SNSTopicPublishAction' => ['type' => 'structure', 'required' => ['targetArn'], 'members' => ['targetArn' => ['shape' => 'AmazonResourceName']]], 'Seconds' => ['type' => 'integer', 'max' => 31622400, 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SetTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName'], 'seconds' => ['shape' => 'Seconds', 'deprecated' => \true, 'deprecatedMessage' => 'seconds is deprecated. You can use durationExpression for SetTimerAction. The value of seconds can be used as a string expression for durationExpression.'], 'durationExpression' => ['shape' => 'VariableValue']]], 'SetVariableAction' => ['type' => 'structure', 'required' => ['variableName', 'value'], 'members' => ['variableName' => ['shape' => 'VariableName'], 'value' => ['shape' => 'VariableValue']]], 'SqsAction' => ['type' => 'structure', 'required' => ['queueUrl'], 'members' => ['queueUrl' => ['shape' => 'QueueUrl'], 'useBase64' => ['shape' => 'UseBase64']]], 'State' => ['type' => 'structure', 'required' => ['stateName'], 'members' => ['stateName' => ['shape' => 'StateName'], 'onInput' => ['shape' => 'OnInputLifecycle'], 'onEnter' => ['shape' => 'OnEnterLifecycle'], 'onExit' => ['shape' => 'OnExitLifecycle']]], 'StateName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'States' => ['type' => 'list', 'member' => ['shape' => 'State'], 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimerName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TransitionEvent' => ['type' => 'structure', 'required' => ['eventName', 'condition', 'nextState'], 'members' => ['eventName' => ['shape' => 'EventName'], 'condition' => ['shape' => 'Condition'], 'actions' => ['shape' => 'Actions'], 'nextState' => ['shape' => 'StateName']]], 'TransitionEvents' => ['type' => 'list', 'member' => ['shape' => 'TransitionEvent']], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 501], 'exception' => \true, 'fault' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName', 'detectorModelDefinition', 'roleArn'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'UpdateDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'UpdateInputRequest' => ['type' => 'structure', 'required' => ['inputName', 'inputDefinition'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputDefinition' => ['shape' => 'InputDefinition']]], 'UpdateInputResponse' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration']]], 'UseBase64' => ['type' => 'boolean'], 'VariableName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'VariableValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'errorMessage' => ['type' => 'string'], 'resourceArn' => ['type' => 'string'], 'resourceId' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-07-27', 'endpointPrefix' => 'iotevents', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT Events', 'serviceId' => 'IoT Events', 'signatureVersion' => 'v4', 'signingName' => 'iotevents', 'uid' => 'iotevents-2018-07-27'], 'operations' => ['CreateDetectorModel' => ['name' => 'CreateDetectorModel', 'http' => ['method' => 'POST', 'requestUri' => '/detector-models'], 'input' => ['shape' => 'CreateDetectorModelRequest'], 'output' => ['shape' => 'CreateDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'CreateInput' => ['name' => 'CreateInput', 'http' => ['method' => 'POST', 'requestUri' => '/inputs', 'responseCode' => 201], 'input' => ['shape' => 'CreateInputRequest'], 'output' => ['shape' => 'CreateInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceAlreadyExistsException']]], 'DeleteDetectorModel' => ['name' => 'DeleteDetectorModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/detector-models/{detectorModelName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDetectorModelRequest'], 'output' => ['shape' => 'DeleteDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteInput' => ['name' => 'DeleteInput', 'http' => ['method' => 'DELETE', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'DeleteInputRequest'], 'output' => ['shape' => 'DeleteInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceInUseException']]], 'DescribeDetectorModel' => ['name' => 'DescribeDetectorModel', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models/{detectorModelName}'], 'input' => ['shape' => 'DescribeDetectorModelRequest'], 'output' => ['shape' => 'DescribeDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeInput' => ['name' => 'DescribeInput', 'http' => ['method' => 'GET', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'DescribeInputRequest'], 'output' => ['shape' => 'DescribeInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLoggingOptions' => ['name' => 'DescribeLoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/logging'], 'input' => ['shape' => 'DescribeLoggingOptionsRequest'], 'output' => ['shape' => 'DescribeLoggingOptionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedOperationException']]], 'ListDetectorModelVersions' => ['name' => 'ListDetectorModelVersions', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models/{detectorModelName}/versions'], 'input' => ['shape' => 'ListDetectorModelVersionsRequest'], 'output' => ['shape' => 'ListDetectorModelVersionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListDetectorModels' => ['name' => 'ListDetectorModels', 'http' => ['method' => 'GET', 'requestUri' => '/detector-models'], 'input' => ['shape' => 'ListDetectorModelsRequest'], 'output' => ['shape' => 'ListDetectorModelsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListInputs' => ['name' => 'ListInputs', 'http' => ['method' => 'GET', 'requestUri' => '/inputs'], 'input' => ['shape' => 'ListInputsRequest'], 'output' => ['shape' => 'ListInputsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'PutLoggingOptions' => ['name' => 'PutLoggingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/logging'], 'input' => ['shape' => 'PutLoggingOptionsRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'ResourceInUseException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateDetectorModel' => ['name' => 'UpdateDetectorModel', 'http' => ['method' => 'POST', 'requestUri' => '/detector-models/{detectorModelName}'], 'input' => ['shape' => 'UpdateDetectorModelRequest'], 'output' => ['shape' => 'UpdateDetectorModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateInput' => ['name' => 'UpdateInput', 'http' => ['method' => 'PUT', 'requestUri' => '/inputs/{inputName}'], 'input' => ['shape' => 'UpdateInputRequest'], 'output' => ['shape' => 'UpdateInputResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceInUseException']]]], 'shapes' => ['Action' => ['type' => 'structure', 'members' => ['setVariable' => ['shape' => 'SetVariableAction'], 'sns' => ['shape' => 'SNSTopicPublishAction'], 'iotTopicPublish' => ['shape' => 'IotTopicPublishAction'], 'setTimer' => ['shape' => 'SetTimerAction'], 'clearTimer' => ['shape' => 'ClearTimerAction'], 'resetTimer' => ['shape' => 'ResetTimerAction'], 'lambda' => ['shape' => 'LambdaAction'], 'iotEvents' => ['shape' => 'IotEventsAction'], 'sqs' => ['shape' => 'SqsAction'], 'firehose' => ['shape' => 'FirehoseAction'], 'dynamoDB' => ['shape' => 'DynamoDBAction'], 'dynamoDBv2' => ['shape' => 'DynamoDBv2Action'], 'iotSiteWise' => ['shape' => 'IotSiteWiseAction']]], 'Actions' => ['type' => 'list', 'member' => ['shape' => 'Action']], 'AmazonResourceName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'AssetId' => ['type' => 'string'], 'AssetPropertyAlias' => ['type' => 'string'], 'AssetPropertyBooleanValue' => ['type' => 'string'], 'AssetPropertyDoubleValue' => ['type' => 'string'], 'AssetPropertyEntryId' => ['type' => 'string'], 'AssetPropertyId' => ['type' => 'string'], 'AssetPropertyIntegerValue' => ['type' => 'string'], 'AssetPropertyOffsetInNanos' => ['type' => 'string'], 'AssetPropertyQuality' => ['type' => 'string'], 'AssetPropertyStringValue' => ['type' => 'string'], 'AssetPropertyTimeInSeconds' => ['type' => 'string'], 'AssetPropertyTimestamp' => ['type' => 'structure', 'required' => ['timeInSeconds'], 'members' => ['timeInSeconds' => ['shape' => 'AssetPropertyTimeInSeconds'], 'offsetInNanos' => ['shape' => 'AssetPropertyOffsetInNanos']]], 'AssetPropertyValue' => ['type' => 'structure', 'required' => ['value'], 'members' => ['value' => ['shape' => 'AssetPropertyVariant'], 'timestamp' => ['shape' => 'AssetPropertyTimestamp'], 'quality' => ['shape' => 'AssetPropertyQuality']]], 'AssetPropertyVariant' => ['type' => 'structure', 'members' => ['stringValue' => ['shape' => 'AssetPropertyStringValue'], 'integerValue' => ['shape' => 'AssetPropertyIntegerValue'], 'doubleValue' => ['shape' => 'AssetPropertyDoubleValue'], 'booleanValue' => ['shape' => 'AssetPropertyBooleanValue']]], 'Attribute' => ['type' => 'structure', 'required' => ['jsonPath'], 'members' => ['jsonPath' => ['shape' => 'AttributeJsonPath']]], 'AttributeJsonPath' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^((`[\\w\\- ]+`)|([\\w\\-]+))(\\.((`[\\w- ]+`)|([\\w\\-]+)))*$'], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute'], 'max' => 200, 'min' => 1], 'ClearTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName']]], 'Condition' => ['type' => 'string', 'max' => 512], 'ContentExpression' => ['type' => 'string', 'min' => 1], 'CreateDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName', 'detectorModelDefinition', 'roleArn'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'key' => ['shape' => 'AttributeJsonPath'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'tags' => ['shape' => 'Tags'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'CreateDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'CreateInputRequest' => ['type' => 'structure', 'required' => ['inputName', 'inputDefinition'], 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputDefinition' => ['shape' => 'InputDefinition'], 'tags' => ['shape' => 'Tags']]], 'CreateInputResponse' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration']]], 'DeleteDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName']]], 'DeleteDetectorModelResponse' => ['type' => 'structure', 'members' => []], 'DeleteInputRequest' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName']]], 'DeleteInputResponse' => ['type' => 'structure', 'members' => []], 'DeliveryStreamName' => ['type' => 'string'], 'DescribeDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion', 'location' => 'querystring', 'locationName' => 'version']]], 'DescribeDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModel' => ['shape' => 'DetectorModel']]], 'DescribeInputRequest' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName']]], 'DescribeInputResponse' => ['type' => 'structure', 'members' => ['input' => ['shape' => 'Input']]], 'DescribeLoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'DescribeLoggingOptionsResponse' => ['type' => 'structure', 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'DetectorDebugOption' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'keyValue' => ['shape' => 'KeyValue']]], 'DetectorDebugOptions' => ['type' => 'list', 'member' => ['shape' => 'DetectorDebugOption'], 'min' => 1], 'DetectorModel' => ['type' => 'structure', 'members' => ['detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'DetectorModelArn' => ['type' => 'string'], 'DetectorModelConfiguration' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'detectorModelArn' => ['shape' => 'DetectorModelArn'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'DetectorModelVersionStatus'], 'key' => ['shape' => 'AttributeJsonPath'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'DetectorModelDefinition' => ['type' => 'structure', 'required' => ['states', 'initialStateName'], 'members' => ['states' => ['shape' => 'States'], 'initialStateName' => ['shape' => 'StateName']]], 'DetectorModelDescription' => ['type' => 'string', 'max' => 128], 'DetectorModelName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$'], 'DetectorModelSummaries' => ['type' => 'list', 'member' => ['shape' => 'DetectorModelSummary']], 'DetectorModelSummary' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'creationTime' => ['shape' => 'Timestamp']]], 'DetectorModelVersion' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DetectorModelVersionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'ACTIVATING', 'INACTIVE', 'DEPRECATED', 'DRAFT', 'PAUSED', 'FAILED']], 'DetectorModelVersionSummaries' => ['type' => 'list', 'member' => ['shape' => 'DetectorModelVersionSummary']], 'DetectorModelVersionSummary' => ['type' => 'structure', 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName'], 'detectorModelVersion' => ['shape' => 'DetectorModelVersion'], 'detectorModelArn' => ['shape' => 'DetectorModelArn'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'DetectorModelVersionStatus'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'DynamoDBAction' => ['type' => 'structure', 'required' => ['hashKeyField', 'hashKeyValue', 'tableName'], 'members' => ['hashKeyType' => ['shape' => 'DynamoKeyType'], 'hashKeyField' => ['shape' => 'DynamoKeyField'], 'hashKeyValue' => ['shape' => 'DynamoKeyValue'], 'rangeKeyType' => ['shape' => 'DynamoKeyType'], 'rangeKeyField' => ['shape' => 'DynamoKeyField'], 'rangeKeyValue' => ['shape' => 'DynamoKeyValue'], 'operation' => ['shape' => 'DynamoOperation'], 'payloadField' => ['shape' => 'DynamoKeyField'], 'tableName' => ['shape' => 'DynamoTableName'], 'payload' => ['shape' => 'Payload']]], 'DynamoDBv2Action' => ['type' => 'structure', 'required' => ['tableName'], 'members' => ['tableName' => ['shape' => 'DynamoTableName'], 'payload' => ['shape' => 'Payload']]], 'DynamoKeyField' => ['type' => 'string'], 'DynamoKeyType' => ['type' => 'string'], 'DynamoKeyValue' => ['type' => 'string'], 'DynamoOperation' => ['type' => 'string'], 'DynamoTableName' => ['type' => 'string'], 'EvaluationMethod' => ['type' => 'string', 'enum' => ['BATCH', 'SERIAL']], 'Event' => ['type' => 'structure', 'required' => ['eventName'], 'members' => ['eventName' => ['shape' => 'EventName'], 'condition' => ['shape' => 'Condition'], 'actions' => ['shape' => 'Actions']]], 'EventName' => ['type' => 'string', 'max' => 128], 'Events' => ['type' => 'list', 'member' => ['shape' => 'Event']], 'FirehoseAction' => ['type' => 'structure', 'required' => ['deliveryStreamName'], 'members' => ['deliveryStreamName' => ['shape' => 'DeliveryStreamName'], 'separator' => ['shape' => 'FirehoseSeparator'], 'payload' => ['shape' => 'Payload']]], 'FirehoseSeparator' => ['type' => 'string', 'pattern' => '([\\n\\t])|(\\r\\n)|(,)'], 'Input' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration'], 'inputDefinition' => ['shape' => 'InputDefinition']]], 'InputArn' => ['type' => 'string'], 'InputConfiguration' => ['type' => 'structure', 'required' => ['inputName', 'inputArn', 'creationTime', 'lastUpdateTime', 'status'], 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputArn' => ['shape' => 'InputArn'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'InputStatus']]], 'InputDefinition' => ['type' => 'structure', 'required' => ['attributes'], 'members' => ['attributes' => ['shape' => 'Attributes']]], 'InputDescription' => ['type' => 'string', 'max' => 128], 'InputName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'InputStatus' => ['type' => 'string', 'enum' => ['CREATING', 'UPDATING', 'ACTIVE', 'DELETING']], 'InputSummaries' => ['type' => 'list', 'member' => ['shape' => 'InputSummary']], 'InputSummary' => ['type' => 'structure', 'members' => ['inputName' => ['shape' => 'InputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputArn' => ['shape' => 'InputArn'], 'creationTime' => ['shape' => 'Timestamp'], 'lastUpdateTime' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'InputStatus']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IotEventsAction' => ['type' => 'structure', 'required' => ['inputName'], 'members' => ['inputName' => ['shape' => 'InputName'], 'payload' => ['shape' => 'Payload']]], 'IotSiteWiseAction' => ['type' => 'structure', 'required' => ['propertyValue'], 'members' => ['entryId' => ['shape' => 'AssetPropertyEntryId'], 'assetId' => ['shape' => 'AssetId'], 'propertyId' => ['shape' => 'AssetPropertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias'], 'propertyValue' => ['shape' => 'AssetPropertyValue']]], 'IotTopicPublishAction' => ['type' => 'structure', 'required' => ['mqttTopic'], 'members' => ['mqttTopic' => ['shape' => 'MQTTTopic'], 'payload' => ['shape' => 'Payload']]], 'KeyValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\-_:]+$'], 'LambdaAction' => ['type' => 'structure', 'required' => ['functionArn'], 'members' => ['functionArn' => ['shape' => 'AmazonResourceName'], 'payload' => ['shape' => 'Payload']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'ListDetectorModelVersionsRequest' => ['type' => 'structure', 'required' => ['detectorModelName'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDetectorModelVersionsResponse' => ['type' => 'structure', 'members' => ['detectorModelVersionSummaries' => ['shape' => 'DetectorModelVersionSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDetectorModelsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDetectorModelsResponse' => ['type' => 'structure', 'members' => ['detectorModelSummaries' => ['shape' => 'DetectorModelSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListInputsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListInputsResponse' => ['type' => 'structure', 'members' => ['inputSummaries' => ['shape' => 'InputSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'LoggingEnabled' => ['type' => 'boolean'], 'LoggingLevel' => ['type' => 'string', 'enum' => ['ERROR', 'INFO', 'DEBUG']], 'LoggingOptions' => ['type' => 'structure', 'required' => ['roleArn', 'level', 'enabled'], 'members' => ['roleArn' => ['shape' => 'AmazonResourceName'], 'level' => ['shape' => 'LoggingLevel'], 'enabled' => ['shape' => 'LoggingEnabled'], 'detectorDebugOptions' => ['shape' => 'DetectorDebugOptions']]], 'MQTTTopic' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'NextToken' => ['type' => 'string'], 'OnEnterLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events']]], 'OnExitLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events']]], 'OnInputLifecycle' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'Events'], 'transitionEvents' => ['shape' => 'TransitionEvents']]], 'Payload' => ['type' => 'structure', 'required' => ['contentExpression', 'type'], 'members' => ['contentExpression' => ['shape' => 'ContentExpression'], 'type' => ['shape' => 'PayloadType']]], 'PayloadType' => ['type' => 'string', 'enum' => ['STRING', 'JSON']], 'PutLoggingOptionsRequest' => ['type' => 'structure', 'required' => ['loggingOptions'], 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'QueueUrl' => ['type' => 'string'], 'ResetTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'resourceId' => ['shape' => 'resourceId'], 'resourceArn' => ['shape' => 'resourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SNSTopicPublishAction' => ['type' => 'structure', 'required' => ['targetArn'], 'members' => ['targetArn' => ['shape' => 'AmazonResourceName'], 'payload' => ['shape' => 'Payload']]], 'Seconds' => ['type' => 'integer', 'max' => 31622400, 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'SetTimerAction' => ['type' => 'structure', 'required' => ['timerName'], 'members' => ['timerName' => ['shape' => 'TimerName'], 'seconds' => ['shape' => 'Seconds', 'deprecated' => \true, 'deprecatedMessage' => 'seconds is deprecated. You can use durationExpression for SetTimerAction. The value of seconds can be used as a string expression for durationExpression.'], 'durationExpression' => ['shape' => 'VariableValue']]], 'SetVariableAction' => ['type' => 'structure', 'required' => ['variableName', 'value'], 'members' => ['variableName' => ['shape' => 'VariableName'], 'value' => ['shape' => 'VariableValue']]], 'SqsAction' => ['type' => 'structure', 'required' => ['queueUrl'], 'members' => ['queueUrl' => ['shape' => 'QueueUrl'], 'useBase64' => ['shape' => 'UseBase64'], 'payload' => ['shape' => 'Payload']]], 'State' => ['type' => 'structure', 'required' => ['stateName'], 'members' => ['stateName' => ['shape' => 'StateName'], 'onInput' => ['shape' => 'OnInputLifecycle'], 'onEnter' => ['shape' => 'OnEnterLifecycle'], 'onExit' => ['shape' => 'OnExitLifecycle']]], 'StateName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'States' => ['type' => 'list', 'member' => ['shape' => 'State'], 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimerName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TransitionEvent' => ['type' => 'structure', 'required' => ['eventName', 'condition', 'nextState'], 'members' => ['eventName' => ['shape' => 'EventName'], 'condition' => ['shape' => 'Condition'], 'actions' => ['shape' => 'Actions'], 'nextState' => ['shape' => 'StateName']]], 'TransitionEvents' => ['type' => 'list', 'member' => ['shape' => 'TransitionEvent']], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 501], 'exception' => \true, 'fault' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeys', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDetectorModelRequest' => ['type' => 'structure', 'required' => ['detectorModelName', 'detectorModelDefinition', 'roleArn'], 'members' => ['detectorModelName' => ['shape' => 'DetectorModelName', 'location' => 'uri', 'locationName' => 'detectorModelName'], 'detectorModelDefinition' => ['shape' => 'DetectorModelDefinition'], 'detectorModelDescription' => ['shape' => 'DetectorModelDescription'], 'roleArn' => ['shape' => 'AmazonResourceName'], 'evaluationMethod' => ['shape' => 'EvaluationMethod']]], 'UpdateDetectorModelResponse' => ['type' => 'structure', 'members' => ['detectorModelConfiguration' => ['shape' => 'DetectorModelConfiguration']]], 'UpdateInputRequest' => ['type' => 'structure', 'required' => ['inputName', 'inputDefinition'], 'members' => ['inputName' => ['shape' => 'InputName', 'location' => 'uri', 'locationName' => 'inputName'], 'inputDescription' => ['shape' => 'InputDescription'], 'inputDefinition' => ['shape' => 'InputDefinition']]], 'UpdateInputResponse' => ['type' => 'structure', 'members' => ['inputConfiguration' => ['shape' => 'InputConfiguration']]], 'UseBase64' => ['type' => 'boolean'], 'VariableName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'VariableValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'errorMessage' => ['type' => 'string'], 'resourceArn' => ['type' => 'string'], 'resourceId' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/api-2.json.php b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/api-2.json.php new file mode 100644 index 00000000..bb5b8582 --- /dev/null +++ b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2019-12-02', 'endpointPrefix' => 'iotsitewise', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS IoT SiteWise', 'serviceId' => 'IoTSiteWise', 'signatureVersion' => 'v4', 'signingName' => 'iotsitewise', 'uid' => 'iotsitewise-2019-12-02'], 'operations' => ['AssociateAssets' => ['name' => 'AssociateAssets', 'http' => ['method' => 'POST', 'requestUri' => '/assets/{assetId}/associate'], 'input' => ['shape' => 'AssociateAssetsRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'BatchAssociateProjectAssets' => ['name' => 'BatchAssociateProjectAssets', 'http' => ['method' => 'POST', 'requestUri' => '/projects/{projectId}/assets/associate', 'responseCode' => 200], 'input' => ['shape' => 'BatchAssociateProjectAssetsRequest'], 'output' => ['shape' => 'BatchAssociateProjectAssetsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'BatchDisassociateProjectAssets' => ['name' => 'BatchDisassociateProjectAssets', 'http' => ['method' => 'POST', 'requestUri' => '/projects/{projectId}/assets/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'BatchDisassociateProjectAssetsRequest'], 'output' => ['shape' => 'BatchDisassociateProjectAssetsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'BatchPutAssetPropertyValue' => ['name' => 'BatchPutAssetPropertyValue', 'http' => ['method' => 'POST', 'requestUri' => '/properties'], 'input' => ['shape' => 'BatchPutAssetPropertyValueRequest'], 'output' => ['shape' => 'BatchPutAssetPropertyValueResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'data.']], 'CreateAccessPolicy' => ['name' => 'CreateAccessPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/access-policies', 'responseCode' => 201], 'input' => ['shape' => 'CreateAccessPolicyRequest'], 'output' => ['shape' => 'CreateAccessPolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'CreateAsset' => ['name' => 'CreateAsset', 'http' => ['method' => 'POST', 'requestUri' => '/assets', 'responseCode' => 202], 'input' => ['shape' => 'CreateAssetRequest'], 'output' => ['shape' => 'CreateAssetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'CreateAssetModel' => ['name' => 'CreateAssetModel', 'http' => ['method' => 'POST', 'requestUri' => '/asset-models', 'responseCode' => 202], 'input' => ['shape' => 'CreateAssetModelRequest'], 'output' => ['shape' => 'CreateAssetModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'CreateDashboard' => ['name' => 'CreateDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/dashboards', 'responseCode' => 201], 'input' => ['shape' => 'CreateDashboardRequest'], 'output' => ['shape' => 'CreateDashboardResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'CreateGateway' => ['name' => 'CreateGateway', 'http' => ['method' => 'POST', 'requestUri' => '/20200301/gateways', 'responseCode' => 201], 'input' => ['shape' => 'CreateGatewayRequest'], 'output' => ['shape' => 'CreateGatewayResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'CreatePortal' => ['name' => 'CreatePortal', 'http' => ['method' => 'POST', 'requestUri' => '/portals', 'responseCode' => 202], 'input' => ['shape' => 'CreatePortalRequest'], 'output' => ['shape' => 'CreatePortalResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'CreateProject' => ['name' => 'CreateProject', 'http' => ['method' => 'POST', 'requestUri' => '/projects', 'responseCode' => 201], 'input' => ['shape' => 'CreateProjectRequest'], 'output' => ['shape' => 'CreateProjectResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DeleteAccessPolicy' => ['name' => 'DeleteAccessPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/access-policies/{accessPolicyId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAccessPolicyRequest'], 'output' => ['shape' => 'DeleteAccessPolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DeleteAsset' => ['name' => 'DeleteAsset', 'http' => ['method' => 'DELETE', 'requestUri' => '/assets/{assetId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAssetRequest'], 'output' => ['shape' => 'DeleteAssetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DeleteAssetModel' => ['name' => 'DeleteAssetModel', 'http' => ['method' => 'DELETE', 'requestUri' => '/asset-models/{assetModelId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAssetModelRequest'], 'output' => ['shape' => 'DeleteAssetModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DeleteDashboard' => ['name' => 'DeleteDashboard', 'http' => ['method' => 'DELETE', 'requestUri' => '/dashboards/{dashboardId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDashboardRequest'], 'output' => ['shape' => 'DeleteDashboardResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DeleteGateway' => ['name' => 'DeleteGateway', 'http' => ['method' => 'DELETE', 'requestUri' => '/20200301/gateways/{gatewayId}'], 'input' => ['shape' => 'DeleteGatewayRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'DeletePortal' => ['name' => 'DeletePortal', 'http' => ['method' => 'DELETE', 'requestUri' => '/portals/{portalId}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePortalRequest'], 'output' => ['shape' => 'DeletePortalResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DeleteProject' => ['name' => 'DeleteProject', 'http' => ['method' => 'DELETE', 'requestUri' => '/projects/{projectId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProjectRequest'], 'output' => ['shape' => 'DeleteProjectResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DescribeAccessPolicy' => ['name' => 'DescribeAccessPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/access-policies/{accessPolicyId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeAccessPolicyRequest'], 'output' => ['shape' => 'DescribeAccessPolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DescribeAsset' => ['name' => 'DescribeAsset', 'http' => ['method' => 'GET', 'requestUri' => '/assets/{assetId}'], 'input' => ['shape' => 'DescribeAssetRequest'], 'output' => ['shape' => 'DescribeAssetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DescribeAssetModel' => ['name' => 'DescribeAssetModel', 'http' => ['method' => 'GET', 'requestUri' => '/asset-models/{assetModelId}'], 'input' => ['shape' => 'DescribeAssetModelRequest'], 'output' => ['shape' => 'DescribeAssetModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DescribeAssetProperty' => ['name' => 'DescribeAssetProperty', 'http' => ['method' => 'GET', 'requestUri' => '/assets/{assetId}/properties/{propertyId}'], 'input' => ['shape' => 'DescribeAssetPropertyRequest'], 'output' => ['shape' => 'DescribeAssetPropertyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DescribeDashboard' => ['name' => 'DescribeDashboard', 'http' => ['method' => 'GET', 'requestUri' => '/dashboards/{dashboardId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeDashboardRequest'], 'output' => ['shape' => 'DescribeDashboardResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DescribeGateway' => ['name' => 'DescribeGateway', 'http' => ['method' => 'GET', 'requestUri' => '/20200301/gateways/{gatewayId}'], 'input' => ['shape' => 'DescribeGatewayRequest'], 'output' => ['shape' => 'DescribeGatewayResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'DescribeGatewayCapabilityConfiguration' => ['name' => 'DescribeGatewayCapabilityConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}'], 'input' => ['shape' => 'DescribeGatewayCapabilityConfigurationRequest'], 'output' => ['shape' => 'DescribeGatewayCapabilityConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'DescribeLoggingOptions' => ['name' => 'DescribeLoggingOptions', 'http' => ['method' => 'GET', 'requestUri' => '/logging'], 'input' => ['shape' => 'DescribeLoggingOptionsRequest'], 'output' => ['shape' => 'DescribeLoggingOptionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException']], 'endpoint' => ['hostPrefix' => 'model.']], 'DescribePortal' => ['name' => 'DescribePortal', 'http' => ['method' => 'GET', 'requestUri' => '/portals/{portalId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePortalRequest'], 'output' => ['shape' => 'DescribePortalResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DescribeProject' => ['name' => 'DescribeProject', 'http' => ['method' => 'GET', 'requestUri' => '/projects/{projectId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeProjectRequest'], 'output' => ['shape' => 'DescribeProjectResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'DisassociateAssets' => ['name' => 'DisassociateAssets', 'http' => ['method' => 'POST', 'requestUri' => '/assets/{assetId}/disassociate'], 'input' => ['shape' => 'DisassociateAssetsRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'GetAssetPropertyAggregates' => ['name' => 'GetAssetPropertyAggregates', 'http' => ['method' => 'GET', 'requestUri' => '/properties/aggregates'], 'input' => ['shape' => 'GetAssetPropertyAggregatesRequest'], 'output' => ['shape' => 'GetAssetPropertyAggregatesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']], 'endpoint' => ['hostPrefix' => 'data.']], 'GetAssetPropertyValue' => ['name' => 'GetAssetPropertyValue', 'http' => ['method' => 'GET', 'requestUri' => '/properties/latest'], 'input' => ['shape' => 'GetAssetPropertyValueRequest'], 'output' => ['shape' => 'GetAssetPropertyValueResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']], 'endpoint' => ['hostPrefix' => 'data.']], 'GetAssetPropertyValueHistory' => ['name' => 'GetAssetPropertyValueHistory', 'http' => ['method' => 'GET', 'requestUri' => '/properties/history'], 'input' => ['shape' => 'GetAssetPropertyValueHistoryRequest'], 'output' => ['shape' => 'GetAssetPropertyValueHistoryResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceUnavailableException']], 'endpoint' => ['hostPrefix' => 'data.']], 'ListAccessPolicies' => ['name' => 'ListAccessPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/access-policies', 'responseCode' => 200], 'input' => ['shape' => 'ListAccessPoliciesRequest'], 'output' => ['shape' => 'ListAccessPoliciesResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'ListAssetModels' => ['name' => 'ListAssetModels', 'http' => ['method' => 'GET', 'requestUri' => '/asset-models'], 'input' => ['shape' => 'ListAssetModelsRequest'], 'output' => ['shape' => 'ListAssetModelsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'ListAssets' => ['name' => 'ListAssets', 'http' => ['method' => 'GET', 'requestUri' => '/assets'], 'input' => ['shape' => 'ListAssetsRequest'], 'output' => ['shape' => 'ListAssetsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'ListAssociatedAssets' => ['name' => 'ListAssociatedAssets', 'http' => ['method' => 'GET', 'requestUri' => '/assets/{assetId}/hierarchies'], 'input' => ['shape' => 'ListAssociatedAssetsRequest'], 'output' => ['shape' => 'ListAssociatedAssetsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'model.']], 'ListDashboards' => ['name' => 'ListDashboards', 'http' => ['method' => 'GET', 'requestUri' => '/dashboards', 'responseCode' => 200], 'input' => ['shape' => 'ListDashboardsRequest'], 'output' => ['shape' => 'ListDashboardsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'ListGateways' => ['name' => 'ListGateways', 'http' => ['method' => 'GET', 'requestUri' => '/20200301/gateways'], 'input' => ['shape' => 'ListGatewaysRequest'], 'output' => ['shape' => 'ListGatewaysResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'ListPortals' => ['name' => 'ListPortals', 'http' => ['method' => 'GET', 'requestUri' => '/portals', 'responseCode' => 200], 'input' => ['shape' => 'ListPortalsRequest'], 'output' => ['shape' => 'ListPortalsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'ListProjectAssets' => ['name' => 'ListProjectAssets', 'http' => ['method' => 'GET', 'requestUri' => '/projects/{projectId}/assets', 'responseCode' => 200], 'input' => ['shape' => 'ListProjectAssetsRequest'], 'output' => ['shape' => 'ListProjectAssetsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'ListProjects' => ['name' => 'ListProjects', 'http' => ['method' => 'GET', 'requestUri' => '/projects', 'responseCode' => 200], 'input' => ['shape' => 'ListProjectsRequest'], 'output' => ['shape' => 'ListProjectsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'PutLoggingOptions' => ['name' => 'PutLoggingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/logging'], 'input' => ['shape' => 'PutLoggingOptionsRequest'], 'output' => ['shape' => 'PutLoggingOptionsResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictingOperationException'], ['shape' => 'ResourceNotFoundException']], 'endpoint' => ['hostPrefix' => 'model.']], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateAccessPolicy' => ['name' => 'UpdateAccessPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/access-policies/{accessPolicyId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAccessPolicyRequest'], 'output' => ['shape' => 'UpdateAccessPolicyResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'UpdateAsset' => ['name' => 'UpdateAsset', 'http' => ['method' => 'PUT', 'requestUri' => '/assets/{assetId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateAssetRequest'], 'output' => ['shape' => 'UpdateAssetResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'UpdateAssetModel' => ['name' => 'UpdateAssetModel', 'http' => ['method' => 'PUT', 'requestUri' => '/asset-models/{assetModelId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateAssetModelRequest'], 'output' => ['shape' => 'UpdateAssetModelResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'UpdateAssetProperty' => ['name' => 'UpdateAssetProperty', 'http' => ['method' => 'PUT', 'requestUri' => '/assets/{assetId}/properties/{propertyId}'], 'input' => ['shape' => 'UpdateAssetPropertyRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'model.']], 'UpdateDashboard' => ['name' => 'UpdateDashboard', 'http' => ['method' => 'PUT', 'requestUri' => '/dashboards/{dashboardId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDashboardRequest'], 'output' => ['shape' => 'UpdateDashboardResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'UpdateGateway' => ['name' => 'UpdateGateway', 'http' => ['method' => 'PUT', 'requestUri' => '/20200301/gateways/{gatewayId}'], 'input' => ['shape' => 'UpdateGatewayRequest'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictingOperationException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'UpdateGatewayCapabilityConfiguration' => ['name' => 'UpdateGatewayCapabilityConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/20200301/gateways/{gatewayId}/capability', 'responseCode' => 201], 'input' => ['shape' => 'UpdateGatewayCapabilityConfigurationRequest'], 'output' => ['shape' => 'UpdateGatewayCapabilityConfigurationResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictingOperationException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']], 'endpoint' => ['hostPrefix' => 'edge.']], 'UpdatePortal' => ['name' => 'UpdatePortal', 'http' => ['method' => 'PUT', 'requestUri' => '/portals/{portalId}', 'responseCode' => 202], 'input' => ['shape' => 'UpdatePortalRequest'], 'output' => ['shape' => 'UpdatePortalResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictingOperationException']], 'endpoint' => ['hostPrefix' => 'monitor.']], 'UpdateProject' => ['name' => 'UpdateProject', 'http' => ['method' => 'PUT', 'requestUri' => '/projects/{projectId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateProjectRequest'], 'output' => ['shape' => 'UpdateProjectResponse'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException'], ['shape' => 'ThrottlingException']], 'endpoint' => ['hostPrefix' => 'monitor.']]], 'shapes' => ['ARN' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '.*'], 'AccessPolicySummaries' => ['type' => 'list', 'member' => ['shape' => 'AccessPolicySummary']], 'AccessPolicySummary' => ['type' => 'structure', 'required' => ['id', 'identity', 'resource', 'permission'], 'members' => ['id' => ['shape' => 'ID'], 'identity' => ['shape' => 'Identity'], 'resource' => ['shape' => 'Resource'], 'permission' => ['shape' => 'Permission'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp']]], 'AggregateType' => ['type' => 'string', 'enum' => ['AVERAGE', 'COUNT', 'MAXIMUM', 'MINIMUM', 'SUM', 'STANDARD_DEVIATION']], 'AggregateTypes' => ['type' => 'list', 'member' => ['shape' => 'AggregateType'], 'min' => 1], 'AggregatedDoubleValue' => ['type' => 'double'], 'AggregatedValue' => ['type' => 'structure', 'required' => ['timestamp', 'value'], 'members' => ['timestamp' => ['shape' => 'Timestamp'], 'quality' => ['shape' => 'Quality'], 'value' => ['shape' => 'Aggregates']]], 'AggregatedValues' => ['type' => 'list', 'member' => ['shape' => 'AggregatedValue']], 'Aggregates' => ['type' => 'structure', 'members' => ['average' => ['shape' => 'AggregatedDoubleValue'], 'count' => ['shape' => 'AggregatedDoubleValue'], 'maximum' => ['shape' => 'AggregatedDoubleValue'], 'minimum' => ['shape' => 'AggregatedDoubleValue'], 'sum' => ['shape' => 'AggregatedDoubleValue'], 'standardDeviation' => ['shape' => 'AggregatedDoubleValue']]], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'AssetErrorCode' => ['type' => 'string', 'enum' => ['INTERNAL_FAILURE']], 'AssetErrorDetails' => ['type' => 'structure', 'required' => ['assetId', 'code', 'message'], 'members' => ['assetId' => ['shape' => 'ID'], 'code' => ['shape' => 'AssetErrorCode'], 'message' => ['shape' => 'AssetErrorMessage']]], 'AssetErrorMessage' => ['type' => 'string'], 'AssetHierarchies' => ['type' => 'list', 'member' => ['shape' => 'AssetHierarchy']], 'AssetHierarchy' => ['type' => 'structure', 'required' => ['name'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name']]], 'AssetIDs' => ['type' => 'list', 'member' => ['shape' => 'ID']], 'AssetModelHierarchies' => ['type' => 'list', 'member' => ['shape' => 'AssetModelHierarchy']], 'AssetModelHierarchy' => ['type' => 'structure', 'required' => ['name', 'childAssetModelId'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'childAssetModelId' => ['shape' => 'ID']]], 'AssetModelHierarchyDefinition' => ['type' => 'structure', 'required' => ['name', 'childAssetModelId'], 'members' => ['name' => ['shape' => 'Name'], 'childAssetModelId' => ['shape' => 'ID']]], 'AssetModelHierarchyDefinitions' => ['type' => 'list', 'member' => ['shape' => 'AssetModelHierarchyDefinition']], 'AssetModelProperties' => ['type' => 'list', 'member' => ['shape' => 'AssetModelProperty']], 'AssetModelProperty' => ['type' => 'structure', 'required' => ['name', 'dataType', 'type'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'dataType' => ['shape' => 'PropertyDataType'], 'unit' => ['shape' => 'PropertyUnit'], 'type' => ['shape' => 'PropertyType']]], 'AssetModelPropertyDefinition' => ['type' => 'structure', 'required' => ['name', 'dataType', 'type'], 'members' => ['name' => ['shape' => 'Name'], 'dataType' => ['shape' => 'PropertyDataType'], 'unit' => ['shape' => 'PropertyUnit'], 'type' => ['shape' => 'PropertyType']]], 'AssetModelPropertyDefinitions' => ['type' => 'list', 'member' => ['shape' => 'AssetModelPropertyDefinition']], 'AssetModelState' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'PROPAGATING', 'DELETING', 'FAILED']], 'AssetModelStatus' => ['type' => 'structure', 'required' => ['state'], 'members' => ['state' => ['shape' => 'AssetModelState'], 'error' => ['shape' => 'ErrorDetails']]], 'AssetModelSummaries' => ['type' => 'list', 'member' => ['shape' => 'AssetModelSummary']], 'AssetModelSummary' => ['type' => 'structure', 'required' => ['id', 'arn', 'name', 'description', 'creationDate', 'lastUpdateDate', 'status'], 'members' => ['id' => ['shape' => 'ID'], 'arn' => ['shape' => 'ARN'], 'name' => ['shape' => 'Name'], 'description' => ['shape' => 'Description'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'AssetModelStatus']]], 'AssetProperties' => ['type' => 'list', 'member' => ['shape' => 'AssetProperty']], 'AssetProperty' => ['type' => 'structure', 'required' => ['id', 'name', 'dataType'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'alias' => ['shape' => 'PropertyAlias'], 'notification' => ['shape' => 'PropertyNotification'], 'dataType' => ['shape' => 'PropertyDataType'], 'unit' => ['shape' => 'PropertyUnit']]], 'AssetPropertyAlias' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'AssetPropertyValue' => ['type' => 'structure', 'required' => ['value', 'timestamp'], 'members' => ['value' => ['shape' => 'Variant'], 'timestamp' => ['shape' => 'TimeInNanos'], 'quality' => ['shape' => 'Quality']]], 'AssetPropertyValueHistory' => ['type' => 'list', 'member' => ['shape' => 'AssetPropertyValue']], 'AssetPropertyValues' => ['type' => 'list', 'member' => ['shape' => 'AssetPropertyValue']], 'AssetState' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING', 'FAILED']], 'AssetStatus' => ['type' => 'structure', 'required' => ['state'], 'members' => ['state' => ['shape' => 'AssetState'], 'error' => ['shape' => 'ErrorDetails']]], 'AssetSummaries' => ['type' => 'list', 'member' => ['shape' => 'AssetSummary']], 'AssetSummary' => ['type' => 'structure', 'required' => ['id', 'arn', 'name', 'assetModelId', 'creationDate', 'lastUpdateDate', 'status', 'hierarchies'], 'members' => ['id' => ['shape' => 'ID'], 'arn' => ['shape' => 'ARN'], 'name' => ['shape' => 'Name'], 'assetModelId' => ['shape' => 'ID'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'AssetStatus'], 'hierarchies' => ['shape' => 'AssetHierarchies']]], 'AssociateAssetsRequest' => ['type' => 'structure', 'required' => ['assetId', 'hierarchyId', 'childAssetId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'hierarchyId' => ['shape' => 'ID'], 'childAssetId' => ['shape' => 'ID'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'AssociatedAssetsSummaries' => ['type' => 'list', 'member' => ['shape' => 'AssociatedAssetsSummary']], 'AssociatedAssetsSummary' => ['type' => 'structure', 'required' => ['id', 'arn', 'name', 'assetModelId', 'creationDate', 'lastUpdateDate', 'status', 'hierarchies'], 'members' => ['id' => ['shape' => 'ID'], 'arn' => ['shape' => 'ARN'], 'name' => ['shape' => 'Name'], 'assetModelId' => ['shape' => 'ID'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp'], 'status' => ['shape' => 'AssetStatus'], 'hierarchies' => ['shape' => 'AssetHierarchies']]], 'Attribute' => ['type' => 'structure', 'members' => ['defaultValue' => ['shape' => 'DefaultValue']]], 'BatchAssociateProjectAssetsErrors' => ['type' => 'list', 'member' => ['shape' => 'AssetErrorDetails']], 'BatchAssociateProjectAssetsRequest' => ['type' => 'structure', 'required' => ['projectId', 'assetIds'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId'], 'assetIds' => ['shape' => 'IDs'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'BatchAssociateProjectAssetsResponse' => ['type' => 'structure', 'members' => ['errors' => ['shape' => 'BatchAssociateProjectAssetsErrors']]], 'BatchDisassociateProjectAssetsErrors' => ['type' => 'list', 'member' => ['shape' => 'AssetErrorDetails']], 'BatchDisassociateProjectAssetsRequest' => ['type' => 'structure', 'required' => ['projectId', 'assetIds'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId'], 'assetIds' => ['shape' => 'IDs'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'BatchDisassociateProjectAssetsResponse' => ['type' => 'structure', 'members' => ['errors' => ['shape' => 'BatchDisassociateProjectAssetsErrors']]], 'BatchPutAssetPropertyError' => ['type' => 'structure', 'required' => ['errorCode', 'errorMessage', 'timestamps'], 'members' => ['errorCode' => ['shape' => 'BatchPutAssetPropertyValueErrorCode'], 'errorMessage' => ['shape' => 'ErrorMessage'], 'timestamps' => ['shape' => 'Timestamps']]], 'BatchPutAssetPropertyErrorEntries' => ['type' => 'list', 'member' => ['shape' => 'BatchPutAssetPropertyErrorEntry']], 'BatchPutAssetPropertyErrorEntry' => ['type' => 'structure', 'required' => ['entryId', 'errors'], 'members' => ['entryId' => ['shape' => 'EntryId'], 'errors' => ['shape' => 'BatchPutAssetPropertyErrors']]], 'BatchPutAssetPropertyErrors' => ['type' => 'list', 'member' => ['shape' => 'BatchPutAssetPropertyError']], 'BatchPutAssetPropertyValueErrorCode' => ['type' => 'string', 'enum' => ['ResourceNotFoundException', 'InvalidRequestException', 'InternalFailureException', 'ServiceUnavailableException', 'ThrottlingException', 'LimitExceededException', 'ConflictingOperationException', 'TimestampOutOfRangeException', 'AccessDeniedException']], 'BatchPutAssetPropertyValueRequest' => ['type' => 'structure', 'required' => ['entries'], 'members' => ['entries' => ['shape' => 'PutAssetPropertyValueEntries']]], 'BatchPutAssetPropertyValueResponse' => ['type' => 'structure', 'required' => ['errorEntries'], 'members' => ['errorEntries' => ['shape' => 'BatchPutAssetPropertyErrorEntries']]], 'CapabilityConfiguration' => ['type' => 'string', 'max' => 204800, 'min' => 1], 'CapabilityNamespace' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$'], 'CapabilitySyncStatus' => ['type' => 'string', 'enum' => ['IN_SYNC', 'OUT_OF_SYNC', 'SYNC_FAILED']], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 36, 'pattern' => '\\S{36,64}'], 'ConflictingOperationException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceArn'], 'members' => ['message' => ['shape' => 'ErrorMessage'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceArn' => ['shape' => 'ResourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateAccessPolicyRequest' => ['type' => 'structure', 'required' => ['accessPolicyIdentity', 'accessPolicyResource', 'accessPolicyPermission'], 'members' => ['accessPolicyIdentity' => ['shape' => 'Identity'], 'accessPolicyResource' => ['shape' => 'Resource'], 'accessPolicyPermission' => ['shape' => 'Permission'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateAccessPolicyResponse' => ['type' => 'structure', 'required' => ['accessPolicyId', 'accessPolicyArn'], 'members' => ['accessPolicyId' => ['shape' => 'ID'], 'accessPolicyArn' => ['shape' => 'ARN']]], 'CreateAssetModelRequest' => ['type' => 'structure', 'required' => ['assetModelName'], 'members' => ['assetModelName' => ['shape' => 'Name'], 'assetModelDescription' => ['shape' => 'Description'], 'assetModelProperties' => ['shape' => 'AssetModelPropertyDefinitions'], 'assetModelHierarchies' => ['shape' => 'AssetModelHierarchyDefinitions'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateAssetModelResponse' => ['type' => 'structure', 'required' => ['assetModelId', 'assetModelArn', 'assetModelStatus'], 'members' => ['assetModelId' => ['shape' => 'ID'], 'assetModelArn' => ['shape' => 'ARN'], 'assetModelStatus' => ['shape' => 'AssetModelStatus']]], 'CreateAssetRequest' => ['type' => 'structure', 'required' => ['assetName', 'assetModelId'], 'members' => ['assetName' => ['shape' => 'Name'], 'assetModelId' => ['shape' => 'ID'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateAssetResponse' => ['type' => 'structure', 'required' => ['assetId', 'assetArn', 'assetStatus'], 'members' => ['assetId' => ['shape' => 'ID'], 'assetArn' => ['shape' => 'ARN'], 'assetStatus' => ['shape' => 'AssetStatus']]], 'CreateDashboardRequest' => ['type' => 'structure', 'required' => ['projectId', 'dashboardName', 'dashboardDefinition'], 'members' => ['projectId' => ['shape' => 'ID'], 'dashboardName' => ['shape' => 'Name'], 'dashboardDescription' => ['shape' => 'Description'], 'dashboardDefinition' => ['shape' => 'DashboardDefinition'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateDashboardResponse' => ['type' => 'structure', 'required' => ['dashboardId', 'dashboardArn'], 'members' => ['dashboardId' => ['shape' => 'ID'], 'dashboardArn' => ['shape' => 'ARN']]], 'CreateGatewayRequest' => ['type' => 'structure', 'required' => ['gatewayName', 'gatewayPlatform'], 'members' => ['gatewayName' => ['shape' => 'Name'], 'gatewayPlatform' => ['shape' => 'GatewayPlatform'], 'tags' => ['shape' => 'TagMap']]], 'CreateGatewayResponse' => ['type' => 'structure', 'required' => ['gatewayId', 'gatewayArn'], 'members' => ['gatewayId' => ['shape' => 'ID'], 'gatewayArn' => ['shape' => 'ARN']]], 'CreatePortalRequest' => ['type' => 'structure', 'required' => ['portalName', 'portalContactEmail', 'roleArn'], 'members' => ['portalName' => ['shape' => 'Name'], 'portalDescription' => ['shape' => 'Description'], 'portalContactEmail' => ['shape' => 'Email'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'portalLogoImageFile' => ['shape' => 'ImageFile'], 'roleArn' => ['shape' => 'ARN'], 'tags' => ['shape' => 'TagMap']]], 'CreatePortalResponse' => ['type' => 'structure', 'required' => ['portalId', 'portalArn', 'portalStartUrl', 'portalStatus', 'ssoApplicationId'], 'members' => ['portalId' => ['shape' => 'ID'], 'portalArn' => ['shape' => 'ARN'], 'portalStartUrl' => ['shape' => 'Url'], 'portalStatus' => ['shape' => 'PortalStatus'], 'ssoApplicationId' => ['shape' => 'SSOApplicationId']]], 'CreateProjectRequest' => ['type' => 'structure', 'required' => ['portalId', 'projectName'], 'members' => ['portalId' => ['shape' => 'ID'], 'projectName' => ['shape' => 'Name'], 'projectDescription' => ['shape' => 'Description'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateProjectResponse' => ['type' => 'structure', 'required' => ['projectId', 'projectArn'], 'members' => ['projectId' => ['shape' => 'ID'], 'projectArn' => ['shape' => 'ARN']]], 'DashboardDefinition' => ['type' => 'string', 'max' => 204800, 'min' => 0, 'pattern' => '.+'], 'DashboardSummaries' => ['type' => 'list', 'member' => ['shape' => 'DashboardSummary']], 'DashboardSummary' => ['type' => 'structure', 'required' => ['id', 'name'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'description' => ['shape' => 'Description'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp']]], 'DefaultValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'DeleteAccessPolicyRequest' => ['type' => 'structure', 'required' => ['accessPolicyId'], 'members' => ['accessPolicyId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'accessPolicyId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteAccessPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteAssetModelRequest' => ['type' => 'structure', 'required' => ['assetModelId'], 'members' => ['assetModelId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetModelId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteAssetModelResponse' => ['type' => 'structure', 'required' => ['assetModelStatus'], 'members' => ['assetModelStatus' => ['shape' => 'AssetModelStatus']]], 'DeleteAssetRequest' => ['type' => 'structure', 'required' => ['assetId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteAssetResponse' => ['type' => 'structure', 'required' => ['assetStatus'], 'members' => ['assetStatus' => ['shape' => 'AssetStatus']]], 'DeleteDashboardRequest' => ['type' => 'structure', 'required' => ['dashboardId'], 'members' => ['dashboardId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'dashboardId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteDashboardResponse' => ['type' => 'structure', 'members' => []], 'DeleteGatewayRequest' => ['type' => 'structure', 'required' => ['gatewayId'], 'members' => ['gatewayId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'gatewayId']]], 'DeletePortalRequest' => ['type' => 'structure', 'required' => ['portalId'], 'members' => ['portalId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'portalId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeletePortalResponse' => ['type' => 'structure', 'required' => ['portalStatus'], 'members' => ['portalStatus' => ['shape' => 'PortalStatus']]], 'DeleteProjectRequest' => ['type' => 'structure', 'required' => ['projectId'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true, 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteProjectResponse' => ['type' => 'structure', 'members' => []], 'DescribeAccessPolicyRequest' => ['type' => 'structure', 'required' => ['accessPolicyId'], 'members' => ['accessPolicyId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'accessPolicyId']]], 'DescribeAccessPolicyResponse' => ['type' => 'structure', 'required' => ['accessPolicyId', 'accessPolicyArn', 'accessPolicyIdentity', 'accessPolicyResource', 'accessPolicyPermission', 'accessPolicyCreationDate', 'accessPolicyLastUpdateDate'], 'members' => ['accessPolicyId' => ['shape' => 'ID'], 'accessPolicyArn' => ['shape' => 'ARN'], 'accessPolicyIdentity' => ['shape' => 'Identity'], 'accessPolicyResource' => ['shape' => 'Resource'], 'accessPolicyPermission' => ['shape' => 'Permission'], 'accessPolicyCreationDate' => ['shape' => 'Timestamp'], 'accessPolicyLastUpdateDate' => ['shape' => 'Timestamp']]], 'DescribeAssetModelRequest' => ['type' => 'structure', 'required' => ['assetModelId'], 'members' => ['assetModelId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetModelId']]], 'DescribeAssetModelResponse' => ['type' => 'structure', 'required' => ['assetModelId', 'assetModelArn', 'assetModelName', 'assetModelDescription', 'assetModelProperties', 'assetModelHierarchies', 'assetModelCreationDate', 'assetModelLastUpdateDate', 'assetModelStatus'], 'members' => ['assetModelId' => ['shape' => 'ID'], 'assetModelArn' => ['shape' => 'ARN'], 'assetModelName' => ['shape' => 'Name'], 'assetModelDescription' => ['shape' => 'Description'], 'assetModelProperties' => ['shape' => 'AssetModelProperties'], 'assetModelHierarchies' => ['shape' => 'AssetModelHierarchies'], 'assetModelCreationDate' => ['shape' => 'Timestamp'], 'assetModelLastUpdateDate' => ['shape' => 'Timestamp'], 'assetModelStatus' => ['shape' => 'AssetModelStatus']]], 'DescribeAssetPropertyRequest' => ['type' => 'structure', 'required' => ['assetId', 'propertyId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'propertyId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'propertyId']]], 'DescribeAssetPropertyResponse' => ['type' => 'structure', 'required' => ['assetId', 'assetName', 'assetModelId', 'assetProperty'], 'members' => ['assetId' => ['shape' => 'ID'], 'assetName' => ['shape' => 'Name'], 'assetModelId' => ['shape' => 'ID'], 'assetProperty' => ['shape' => 'Property']]], 'DescribeAssetRequest' => ['type' => 'structure', 'required' => ['assetId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId']]], 'DescribeAssetResponse' => ['type' => 'structure', 'required' => ['assetId', 'assetArn', 'assetName', 'assetModelId', 'assetProperties', 'assetHierarchies', 'assetCreationDate', 'assetLastUpdateDate', 'assetStatus'], 'members' => ['assetId' => ['shape' => 'ID'], 'assetArn' => ['shape' => 'ARN'], 'assetName' => ['shape' => 'Name'], 'assetModelId' => ['shape' => 'ID'], 'assetProperties' => ['shape' => 'AssetProperties'], 'assetHierarchies' => ['shape' => 'AssetHierarchies'], 'assetCreationDate' => ['shape' => 'Timestamp'], 'assetLastUpdateDate' => ['shape' => 'Timestamp'], 'assetStatus' => ['shape' => 'AssetStatus']]], 'DescribeDashboardRequest' => ['type' => 'structure', 'required' => ['dashboardId'], 'members' => ['dashboardId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'dashboardId']]], 'DescribeDashboardResponse' => ['type' => 'structure', 'required' => ['dashboardId', 'dashboardArn', 'dashboardName', 'projectId', 'dashboardDefinition', 'dashboardCreationDate', 'dashboardLastUpdateDate'], 'members' => ['dashboardId' => ['shape' => 'ID'], 'dashboardArn' => ['shape' => 'ARN'], 'dashboardName' => ['shape' => 'Name'], 'projectId' => ['shape' => 'ID'], 'dashboardDescription' => ['shape' => 'Description'], 'dashboardDefinition' => ['shape' => 'DashboardDefinition'], 'dashboardCreationDate' => ['shape' => 'Timestamp'], 'dashboardLastUpdateDate' => ['shape' => 'Timestamp']]], 'DescribeGatewayCapabilityConfigurationRequest' => ['type' => 'structure', 'required' => ['gatewayId', 'capabilityNamespace'], 'members' => ['gatewayId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'gatewayId'], 'capabilityNamespace' => ['shape' => 'CapabilityNamespace', 'location' => 'uri', 'locationName' => 'capabilityNamespace']]], 'DescribeGatewayCapabilityConfigurationResponse' => ['type' => 'structure', 'required' => ['gatewayId', 'capabilityNamespace', 'capabilityConfiguration', 'capabilitySyncStatus'], 'members' => ['gatewayId' => ['shape' => 'ID'], 'capabilityNamespace' => ['shape' => 'CapabilityNamespace'], 'capabilityConfiguration' => ['shape' => 'CapabilityConfiguration'], 'capabilitySyncStatus' => ['shape' => 'CapabilitySyncStatus']]], 'DescribeGatewayRequest' => ['type' => 'structure', 'required' => ['gatewayId'], 'members' => ['gatewayId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'gatewayId']]], 'DescribeGatewayResponse' => ['type' => 'structure', 'required' => ['gatewayId', 'gatewayName', 'gatewayArn', 'gatewayCapabilitySummaries', 'creationDate', 'lastUpdateDate'], 'members' => ['gatewayId' => ['shape' => 'ID'], 'gatewayName' => ['shape' => 'Name'], 'gatewayArn' => ['shape' => 'ARN'], 'gatewayPlatform' => ['shape' => 'GatewayPlatform'], 'gatewayCapabilitySummaries' => ['shape' => 'GatewayCapabilitySummaries'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp']]], 'DescribeLoggingOptionsRequest' => ['type' => 'structure', 'members' => []], 'DescribeLoggingOptionsResponse' => ['type' => 'structure', 'required' => ['loggingOptions'], 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'DescribePortalRequest' => ['type' => 'structure', 'required' => ['portalId'], 'members' => ['portalId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'portalId']]], 'DescribePortalResponse' => ['type' => 'structure', 'required' => ['portalId', 'portalArn', 'portalName', 'portalClientId', 'portalStartUrl', 'portalContactEmail', 'portalStatus', 'portalCreationDate', 'portalLastUpdateDate'], 'members' => ['portalId' => ['shape' => 'ID'], 'portalArn' => ['shape' => 'ARN'], 'portalName' => ['shape' => 'Name'], 'portalDescription' => ['shape' => 'Description'], 'portalClientId' => ['shape' => 'PortalClientId'], 'portalStartUrl' => ['shape' => 'Url'], 'portalContactEmail' => ['shape' => 'Email'], 'portalStatus' => ['shape' => 'PortalStatus'], 'portalCreationDate' => ['shape' => 'Timestamp'], 'portalLastUpdateDate' => ['shape' => 'Timestamp'], 'portalLogoImageLocation' => ['shape' => 'ImageLocation'], 'roleArn' => ['shape' => 'ARN']]], 'DescribeProjectRequest' => ['type' => 'structure', 'required' => ['projectId'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId']]], 'DescribeProjectResponse' => ['type' => 'structure', 'required' => ['projectId', 'projectArn', 'projectName', 'portalId', 'projectCreationDate', 'projectLastUpdateDate'], 'members' => ['projectId' => ['shape' => 'ID'], 'projectArn' => ['shape' => 'ARN'], 'projectName' => ['shape' => 'Name'], 'portalId' => ['shape' => 'ID'], 'projectDescription' => ['shape' => 'Description'], 'projectCreationDate' => ['shape' => 'Timestamp'], 'projectLastUpdateDate' => ['shape' => 'Timestamp']]], 'Description' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'DisassociateAssetsRequest' => ['type' => 'structure', 'required' => ['assetId', 'hierarchyId', 'childAssetId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'hierarchyId' => ['shape' => 'ID'], 'childAssetId' => ['shape' => 'ID'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'Email' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^@]+@[^@]+'], 'EntryId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$'], 'ErrorCode' => ['type' => 'string', 'enum' => ['VALIDATION_ERROR', 'INTERNAL_FAILURE']], 'ErrorDetails' => ['type' => 'structure', 'required' => ['code', 'message'], 'members' => ['code' => ['shape' => 'ErrorCode'], 'message' => ['shape' => 'ErrorMessage']]], 'ErrorMessage' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string'], 'Expression' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[a-z0-9._+\\-*%/^, ()]+$'], 'ExpressionVariable' => ['type' => 'structure', 'required' => ['name', 'value'], 'members' => ['name' => ['shape' => 'VariableName'], 'value' => ['shape' => 'VariableValue']]], 'ExpressionVariables' => ['type' => 'list', 'member' => ['shape' => 'ExpressionVariable']], 'GatewayCapabilitySummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewayCapabilitySummary']], 'GatewayCapabilitySummary' => ['type' => 'structure', 'required' => ['capabilityNamespace', 'capabilitySyncStatus'], 'members' => ['capabilityNamespace' => ['shape' => 'CapabilityNamespace'], 'capabilitySyncStatus' => ['shape' => 'CapabilitySyncStatus']]], 'GatewayPlatform' => ['type' => 'structure', 'required' => ['greengrass'], 'members' => ['greengrass' => ['shape' => 'Greengrass']]], 'GatewaySummaries' => ['type' => 'list', 'member' => ['shape' => 'GatewaySummary']], 'GatewaySummary' => ['type' => 'structure', 'required' => ['gatewayId', 'gatewayName', 'creationDate', 'lastUpdateDate'], 'members' => ['gatewayId' => ['shape' => 'ID'], 'gatewayName' => ['shape' => 'Name'], 'gatewayCapabilitySummaries' => ['shape' => 'GatewayCapabilitySummaries'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp']]], 'GetAssetPropertyAggregatesRequest' => ['type' => 'structure', 'required' => ['aggregateTypes', 'resolution', 'startDate', 'endDate'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'assetId'], 'propertyId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'propertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias', 'location' => 'querystring', 'locationName' => 'propertyAlias'], 'aggregateTypes' => ['shape' => 'AggregateTypes', 'location' => 'querystring', 'locationName' => 'aggregateTypes'], 'resolution' => ['shape' => 'Resolution', 'location' => 'querystring', 'locationName' => 'resolution'], 'qualities' => ['shape' => 'Qualities', 'location' => 'querystring', 'locationName' => 'qualities'], 'startDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startDate'], 'endDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endDate'], 'timeOrdering' => ['shape' => 'TimeOrdering', 'location' => 'querystring', 'locationName' => 'timeOrdering'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetAssetPropertyAggregatesResponse' => ['type' => 'structure', 'required' => ['aggregatedValues'], 'members' => ['aggregatedValues' => ['shape' => 'AggregatedValues'], 'nextToken' => ['shape' => 'NextToken']]], 'GetAssetPropertyValueHistoryRequest' => ['type' => 'structure', 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'assetId'], 'propertyId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'propertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias', 'location' => 'querystring', 'locationName' => 'propertyAlias'], 'startDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'startDate'], 'endDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'endDate'], 'qualities' => ['shape' => 'Qualities', 'location' => 'querystring', 'locationName' => 'qualities'], 'timeOrdering' => ['shape' => 'TimeOrdering', 'location' => 'querystring', 'locationName' => 'timeOrdering'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetAssetPropertyValueHistoryResponse' => ['type' => 'structure', 'required' => ['assetPropertyValueHistory'], 'members' => ['assetPropertyValueHistory' => ['shape' => 'AssetPropertyValueHistory'], 'nextToken' => ['shape' => 'NextToken']]], 'GetAssetPropertyValueRequest' => ['type' => 'structure', 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'assetId'], 'propertyId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'propertyId'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias', 'location' => 'querystring', 'locationName' => 'propertyAlias']]], 'GetAssetPropertyValueResponse' => ['type' => 'structure', 'members' => ['propertyValue' => ['shape' => 'AssetPropertyValue']]], 'Greengrass' => ['type' => 'structure', 'required' => ['groupArn'], 'members' => ['groupArn' => ['shape' => 'ARN']]], 'GroupIdentity' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'IdentityId']]], 'ID' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'], 'IDs' => ['type' => 'list', 'member' => ['shape' => 'ID'], 'max' => 100, 'min' => 1], 'Identity' => ['type' => 'structure', 'members' => ['user' => ['shape' => 'UserIdentity'], 'group' => ['shape' => 'GroupIdentity']]], 'IdentityId' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '\\S+'], 'IdentityType' => ['type' => 'string', 'enum' => ['USER', 'GROUP']], 'Image' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'ID'], 'file' => ['shape' => 'ImageFile']]], 'ImageFile' => ['type' => 'structure', 'required' => ['data', 'type'], 'members' => ['data' => ['shape' => 'ImageFileData'], 'type' => ['shape' => 'ImageFileType']]], 'ImageFileData' => ['type' => 'blob', 'max' => 1500000, 'min' => 1], 'ImageFileType' => ['type' => 'string', 'enum' => ['PNG']], 'ImageLocation' => ['type' => 'structure', 'required' => ['id', 'url'], 'members' => ['id' => ['shape' => 'ID'], 'url' => ['shape' => 'Url']]], 'InternalFailureException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'Interval' => ['type' => 'string', 'max' => 3, 'min' => 2, 'pattern' => '1w|1d|1h|15m|5m|1m'], 'InvalidRequestException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LimitExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'ListAccessPoliciesRequest' => ['type' => 'structure', 'members' => ['identityType' => ['shape' => 'IdentityType', 'location' => 'querystring', 'locationName' => 'identityType'], 'identityId' => ['shape' => 'IdentityId', 'location' => 'querystring', 'locationName' => 'identityId'], 'resourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'resourceId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'resourceId'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAccessPoliciesResponse' => ['type' => 'structure', 'required' => ['accessPolicySummaries'], 'members' => ['accessPolicySummaries' => ['shape' => 'AccessPolicySummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAssetModelsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAssetModelsResponse' => ['type' => 'structure', 'required' => ['assetModelSummaries'], 'members' => ['assetModelSummaries' => ['shape' => 'AssetModelSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAssetsFilter' => ['type' => 'string', 'enum' => ['ALL', 'TOP_LEVEL']], 'ListAssetsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'assetModelId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'assetModelId'], 'filter' => ['shape' => 'ListAssetsFilter', 'location' => 'querystring', 'locationName' => 'filter']]], 'ListAssetsResponse' => ['type' => 'structure', 'required' => ['assetSummaries'], 'members' => ['assetSummaries' => ['shape' => 'AssetSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListAssociatedAssetsRequest' => ['type' => 'structure', 'required' => ['assetId', 'hierarchyId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'hierarchyId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'hierarchyId'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAssociatedAssetsResponse' => ['type' => 'structure', 'required' => ['assetSummaries'], 'members' => ['assetSummaries' => ['shape' => 'AssociatedAssetsSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDashboardsRequest' => ['type' => 'structure', 'required' => ['projectId'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'projectId'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListDashboardsResponse' => ['type' => 'structure', 'required' => ['dashboardSummaries'], 'members' => ['dashboardSummaries' => ['shape' => 'DashboardSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListGatewaysRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListGatewaysResponse' => ['type' => 'structure', 'required' => ['gatewaySummaries'], 'members' => ['gatewaySummaries' => ['shape' => 'GatewaySummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListPortalsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListPortalsResponse' => ['type' => 'structure', 'members' => ['portalSummaries' => ['shape' => 'PortalSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProjectAssetsRequest' => ['type' => 'structure', 'required' => ['projectId'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListProjectAssetsResponse' => ['type' => 'structure', 'required' => ['assetIds'], 'members' => ['assetIds' => ['shape' => 'AssetIDs'], 'nextToken' => ['shape' => 'NextToken']]], 'ListProjectsRequest' => ['type' => 'structure', 'required' => ['portalId'], 'members' => ['portalId' => ['shape' => 'ID', 'location' => 'querystring', 'locationName' => 'portalId'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListProjectsResponse' => ['type' => 'structure', 'required' => ['projectSummaries'], 'members' => ['projectSummaries' => ['shape' => 'ProjectSummaries'], 'nextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'LoggingLevel' => ['type' => 'string', 'enum' => ['ERROR', 'INFO', 'OFF']], 'LoggingOptions' => ['type' => 'structure', 'required' => ['level'], 'members' => ['level' => ['shape' => 'LoggingLevel']]], 'Macro' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'MaxResults' => ['type' => 'integer', 'max' => 250, 'min' => 1], 'Measurement' => ['type' => 'structure', 'members' => []], 'Metric' => ['type' => 'structure', 'required' => ['expression', 'variables', 'window'], 'members' => ['expression' => ['shape' => 'Expression'], 'variables' => ['shape' => 'ExpressionVariables'], 'window' => ['shape' => 'MetricWindow']]], 'MetricWindow' => ['type' => 'structure', 'members' => ['tumbling' => ['shape' => 'TumblingWindow']]], 'MonitorErrorCode' => ['type' => 'string', 'enum' => ['INTERNAL_FAILURE']], 'MonitorErrorDetails' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'MonitorErrorCode'], 'message' => ['shape' => 'MonitorErrorMessage']]], 'MonitorErrorMessage' => ['type' => 'string'], 'Name' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[A-Za-z0-9+/=]+'], 'OffsetInNanos' => ['type' => 'integer', 'max' => 999999999, 'min' => 0], 'Permission' => ['type' => 'string', 'enum' => ['ADMINISTRATOR', 'VIEWER']], 'PortalClientId' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[!-~]*'], 'PortalResource' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'ID']]], 'PortalState' => ['type' => 'string', 'enum' => ['CREATING', 'UPDATING', 'DELETING', 'ACTIVE', 'FAILED']], 'PortalStatus' => ['type' => 'structure', 'required' => ['state'], 'members' => ['state' => ['shape' => 'PortalState'], 'error' => ['shape' => 'MonitorErrorDetails']]], 'PortalSummaries' => ['type' => 'list', 'member' => ['shape' => 'PortalSummary']], 'PortalSummary' => ['type' => 'structure', 'required' => ['id', 'name', 'startUrl'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'description' => ['shape' => 'Description'], 'startUrl' => ['shape' => 'Url'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp'], 'roleArn' => ['shape' => 'ARN']]], 'ProjectResource' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'ID']]], 'ProjectSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProjectSummary']], 'ProjectSummary' => ['type' => 'structure', 'required' => ['id', 'name'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'description' => ['shape' => 'Description'], 'creationDate' => ['shape' => 'Timestamp'], 'lastUpdateDate' => ['shape' => 'Timestamp']]], 'Property' => ['type' => 'structure', 'required' => ['id', 'name', 'dataType'], 'members' => ['id' => ['shape' => 'ID'], 'name' => ['shape' => 'Name'], 'alias' => ['shape' => 'PropertyAlias'], 'notification' => ['shape' => 'PropertyNotification'], 'dataType' => ['shape' => 'PropertyDataType'], 'unit' => ['shape' => 'PropertyUnit'], 'type' => ['shape' => 'PropertyType']]], 'PropertyAlias' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'PropertyDataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'DOUBLE', 'BOOLEAN']], 'PropertyNotification' => ['type' => 'structure', 'required' => ['topic', 'state'], 'members' => ['topic' => ['shape' => 'PropertyNotificationTopic'], 'state' => ['shape' => 'PropertyNotificationState']]], 'PropertyNotificationState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'PropertyNotificationTopic' => ['type' => 'string'], 'PropertyType' => ['type' => 'structure', 'members' => ['attribute' => ['shape' => 'Attribute'], 'measurement' => ['shape' => 'Measurement'], 'transform' => ['shape' => 'Transform'], 'metric' => ['shape' => 'Metric']]], 'PropertyUnit' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'PropertyValueBooleanValue' => ['type' => 'boolean'], 'PropertyValueDoubleValue' => ['type' => 'double'], 'PropertyValueIntegerValue' => ['type' => 'integer'], 'PropertyValueStringValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^\\u0000-\\u001F\\u007F]+'], 'PutAssetPropertyValueEntries' => ['type' => 'list', 'member' => ['shape' => 'PutAssetPropertyValueEntry']], 'PutAssetPropertyValueEntry' => ['type' => 'structure', 'required' => ['entryId', 'propertyValues'], 'members' => ['entryId' => ['shape' => 'EntryId'], 'assetId' => ['shape' => 'ID'], 'propertyId' => ['shape' => 'ID'], 'propertyAlias' => ['shape' => 'AssetPropertyAlias'], 'propertyValues' => ['shape' => 'AssetPropertyValues']]], 'PutLoggingOptionsRequest' => ['type' => 'structure', 'required' => ['loggingOptions'], 'members' => ['loggingOptions' => ['shape' => 'LoggingOptions']]], 'PutLoggingOptionsResponse' => ['type' => 'structure', 'members' => []], 'Qualities' => ['type' => 'list', 'member' => ['shape' => 'Quality'], 'max' => 1, 'min' => 1], 'Quality' => ['type' => 'string', 'enum' => ['GOOD', 'BAD', 'UNCERTAIN']], 'Resolution' => ['type' => 'string', 'max' => 2, 'min' => 2, 'pattern' => '1m|1h|1d'], 'Resource' => ['type' => 'structure', 'members' => ['portal' => ['shape' => 'PortalResource'], 'project' => ['shape' => 'ProjectResource']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'required' => ['message', 'resourceId', 'resourceArn'], 'members' => ['message' => ['shape' => 'ErrorMessage'], 'resourceId' => ['shape' => 'ResourceId'], 'resourceArn' => ['shape' => 'ResourceArn']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceArn' => ['type' => 'string'], 'ResourceId' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['PORTAL', 'PROJECT']], 'SSOApplicationId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[!-~]*'], 'ServiceUnavailableException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ThrottlingException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimeInNanos' => ['type' => 'structure', 'required' => ['timeInSeconds'], 'members' => ['timeInSeconds' => ['shape' => 'TimeInSeconds'], 'offsetInNanos' => ['shape' => 'OffsetInNanos']]], 'TimeInSeconds' => ['type' => 'long', 'max' => 31556889864403199, 'min' => 1], 'TimeOrdering' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'Timestamp' => ['type' => 'timestamp'], 'Timestamps' => ['type' => 'list', 'member' => ['shape' => 'TimeInNanos']], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'resourceName' => ['shape' => 'AmazonResourceName']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Transform' => ['type' => 'structure', 'required' => ['expression', 'variables'], 'members' => ['expression' => ['shape' => 'Expression'], 'variables' => ['shape' => 'ExpressionVariables']]], 'TumblingWindow' => ['type' => 'structure', 'required' => ['interval'], 'members' => ['interval' => ['shape' => 'Interval']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAccessPolicyRequest' => ['type' => 'structure', 'required' => ['accessPolicyId', 'accessPolicyIdentity', 'accessPolicyResource', 'accessPolicyPermission'], 'members' => ['accessPolicyId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'accessPolicyId'], 'accessPolicyIdentity' => ['shape' => 'Identity'], 'accessPolicyResource' => ['shape' => 'Resource'], 'accessPolicyPermission' => ['shape' => 'Permission'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateAccessPolicyResponse' => ['type' => 'structure', 'members' => []], 'UpdateAssetModelRequest' => ['type' => 'structure', 'required' => ['assetModelId', 'assetModelName'], 'members' => ['assetModelId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetModelId'], 'assetModelName' => ['shape' => 'Name'], 'assetModelDescription' => ['shape' => 'Description'], 'assetModelProperties' => ['shape' => 'AssetModelProperties'], 'assetModelHierarchies' => ['shape' => 'AssetModelHierarchies'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateAssetModelResponse' => ['type' => 'structure', 'required' => ['assetModelStatus'], 'members' => ['assetModelStatus' => ['shape' => 'AssetModelStatus']]], 'UpdateAssetPropertyRequest' => ['type' => 'structure', 'required' => ['assetId', 'propertyId'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'propertyId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'propertyId'], 'propertyAlias' => ['shape' => 'PropertyAlias'], 'propertyNotificationState' => ['shape' => 'PropertyNotificationState'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateAssetRequest' => ['type' => 'structure', 'required' => ['assetId', 'assetName'], 'members' => ['assetId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'assetId'], 'assetName' => ['shape' => 'Name'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateAssetResponse' => ['type' => 'structure', 'required' => ['assetStatus'], 'members' => ['assetStatus' => ['shape' => 'AssetStatus']]], 'UpdateDashboardRequest' => ['type' => 'structure', 'required' => ['dashboardId', 'dashboardName', 'dashboardDefinition'], 'members' => ['dashboardId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'dashboardId'], 'dashboardName' => ['shape' => 'Name'], 'dashboardDescription' => ['shape' => 'Description'], 'dashboardDefinition' => ['shape' => 'DashboardDefinition'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateDashboardResponse' => ['type' => 'structure', 'members' => []], 'UpdateGatewayCapabilityConfigurationRequest' => ['type' => 'structure', 'required' => ['gatewayId', 'capabilityNamespace', 'capabilityConfiguration'], 'members' => ['gatewayId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'gatewayId'], 'capabilityNamespace' => ['shape' => 'CapabilityNamespace'], 'capabilityConfiguration' => ['shape' => 'CapabilityConfiguration']]], 'UpdateGatewayCapabilityConfigurationResponse' => ['type' => 'structure', 'required' => ['capabilityNamespace', 'capabilitySyncStatus'], 'members' => ['capabilityNamespace' => ['shape' => 'CapabilityNamespace'], 'capabilitySyncStatus' => ['shape' => 'CapabilitySyncStatus']]], 'UpdateGatewayRequest' => ['type' => 'structure', 'required' => ['gatewayId', 'gatewayName'], 'members' => ['gatewayId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'gatewayId'], 'gatewayName' => ['shape' => 'Name']]], 'UpdatePortalRequest' => ['type' => 'structure', 'required' => ['portalId', 'portalName', 'portalContactEmail', 'roleArn'], 'members' => ['portalId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'portalId'], 'portalName' => ['shape' => 'Name'], 'portalDescription' => ['shape' => 'Description'], 'portalContactEmail' => ['shape' => 'Email'], 'portalLogoImage' => ['shape' => 'Image'], 'roleArn' => ['shape' => 'ARN'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdatePortalResponse' => ['type' => 'structure', 'required' => ['portalStatus'], 'members' => ['portalStatus' => ['shape' => 'PortalStatus']]], 'UpdateProjectRequest' => ['type' => 'structure', 'required' => ['projectId', 'projectName'], 'members' => ['projectId' => ['shape' => 'ID', 'location' => 'uri', 'locationName' => 'projectId'], 'projectName' => ['shape' => 'Name'], 'projectDescription' => ['shape' => 'Description'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'UpdateProjectResponse' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^(http|https)\\://\\S+'], 'UserIdentity' => ['type' => 'structure', 'required' => ['id'], 'members' => ['id' => ['shape' => 'IdentityId']]], 'VariableName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-z][a-z0-9_]*$'], 'VariableValue' => ['type' => 'structure', 'required' => ['propertyId'], 'members' => ['propertyId' => ['shape' => 'Macro'], 'hierarchyId' => ['shape' => 'Macro']]], 'Variant' => ['type' => 'structure', 'members' => ['stringValue' => ['shape' => 'PropertyValueStringValue'], 'integerValue' => ['shape' => 'PropertyValueIntegerValue'], 'doubleValue' => ['shape' => 'PropertyValueDoubleValue'], 'booleanValue' => ['shape' => 'PropertyValueBooleanValue']]]]]; diff --git a/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/paginators-1.json.php b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/paginators-1.json.php new file mode 100644 index 00000000..1f0d8f05 --- /dev/null +++ b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/paginators-1.json.php @@ -0,0 +1,4 @@ + ['GetAssetPropertyAggregates' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'aggregatedValues'], 'GetAssetPropertyValueHistory' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assetPropertyValueHistory'], 'ListAccessPolicies' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'accessPolicySummaries'], 'ListAssetModels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assetModelSummaries'], 'ListAssets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assetSummaries'], 'ListAssociatedAssets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assetSummaries'], 'ListDashboards' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'dashboardSummaries'], 'ListGateways' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'gatewaySummaries'], 'ListPortals' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'portalSummaries'], 'ListProjectAssets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'assetIds'], 'ListProjects' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'projectSummaries']]]; diff --git a/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/waiters-2.json.php b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/waiters-2.json.php new file mode 100644 index 00000000..d9d0dc4c --- /dev/null +++ b/vendor/Aws3/Aws/data/iotsitewise/2019-12-02/waiters-2.json.php @@ -0,0 +1,4 @@ + 2, 'waiters' => ['AssetModelNotExists' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribeAssetModel', 'acceptors' => [['state' => 'success', 'matcher' => 'error', 'expected' => 'ResourceNotFoundException']]], 'AssetModelActive' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribeAssetModel', 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'assetModelStatus.state', 'expected' => 'ACTIVE'], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'assetModelStatus.state', 'expected' => 'FAILED']]], 'AssetNotExists' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribeAsset', 'acceptors' => [['state' => 'success', 'matcher' => 'error', 'expected' => 'ResourceNotFoundException']]], 'AssetActive' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribeAsset', 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'assetStatus.state', 'expected' => 'ACTIVE'], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'assetStatus.state', 'expected' => 'FAILED']]], 'PortalNotExists' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribePortal', 'acceptors' => [['state' => 'success', 'matcher' => 'error', 'expected' => 'ResourceNotFoundException']]], 'PortalActive' => ['delay' => 3, 'maxAttempts' => 20, 'operation' => 'DescribePortal', 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'portalStatus.state', 'expected' => 'ACTIVE']]]]]; diff --git a/vendor/Aws3/Aws/data/ivs/2020-07-14/api-2.json.php b/vendor/Aws3/Aws/data/ivs/2020-07-14/api-2.json.php new file mode 100644 index 00000000..560ef577 --- /dev/null +++ b/vendor/Aws3/Aws/data/ivs/2020-07-14/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2020-07-14', 'endpointPrefix' => 'ivs', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon IVS', 'serviceFullName' => 'Amazon Interactive Video Service', 'serviceId' => 'ivs', 'signatureVersion' => 'v4', 'signingName' => 'ivs', 'uid' => 'ivs-2020-07-14'], 'operations' => ['BatchGetChannel' => ['name' => 'BatchGetChannel', 'http' => ['method' => 'POST', 'requestUri' => '/BatchGetChannel'], 'input' => ['shape' => 'BatchGetChannelRequest'], 'output' => ['shape' => 'BatchGetChannelResponse']], 'BatchGetStreamKey' => ['name' => 'BatchGetStreamKey', 'http' => ['method' => 'POST', 'requestUri' => '/BatchGetStreamKey'], 'input' => ['shape' => 'BatchGetStreamKeyRequest'], 'output' => ['shape' => 'BatchGetStreamKeyResponse']], 'CreateChannel' => ['name' => 'CreateChannel', 'http' => ['method' => 'POST', 'requestUri' => '/CreateChannel'], 'input' => ['shape' => 'CreateChannelRequest'], 'output' => ['shape' => 'CreateChannelResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'PendingVerification']]], 'CreateStreamKey' => ['name' => 'CreateStreamKey', 'http' => ['method' => 'POST', 'requestUri' => '/CreateStreamKey'], 'input' => ['shape' => 'CreateStreamKeyRequest'], 'output' => ['shape' => 'CreateStreamKeyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'PendingVerification']]], 'DeleteChannel' => ['name' => 'DeleteChannel', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteChannel'], 'input' => ['shape' => 'DeleteChannelRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'PendingVerification']]], 'DeletePlaybackKeyPair' => ['name' => 'DeletePlaybackKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/DeletePlaybackKeyPair'], 'input' => ['shape' => 'DeletePlaybackKeyPairRequest'], 'output' => ['shape' => 'DeletePlaybackKeyPairResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'PendingVerification']]], 'DeleteStreamKey' => ['name' => 'DeleteStreamKey', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteStreamKey'], 'input' => ['shape' => 'DeleteStreamKeyRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'PendingVerification']]], 'GetChannel' => ['name' => 'GetChannel', 'http' => ['method' => 'POST', 'requestUri' => '/GetChannel'], 'input' => ['shape' => 'GetChannelRequest'], 'output' => ['shape' => 'GetChannelResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException']]], 'GetPlaybackKeyPair' => ['name' => 'GetPlaybackKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/GetPlaybackKeyPair'], 'input' => ['shape' => 'GetPlaybackKeyPairRequest'], 'output' => ['shape' => 'GetPlaybackKeyPairResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException']]], 'GetStream' => ['name' => 'GetStream', 'http' => ['method' => 'POST', 'requestUri' => '/GetStream'], 'input' => ['shape' => 'GetStreamRequest'], 'output' => ['shape' => 'GetStreamResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ChannelNotBroadcasting']]], 'GetStreamKey' => ['name' => 'GetStreamKey', 'http' => ['method' => 'POST', 'requestUri' => '/GetStreamKey'], 'input' => ['shape' => 'GetStreamKeyRequest'], 'output' => ['shape' => 'GetStreamKeyResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException']]], 'ImportPlaybackKeyPair' => ['name' => 'ImportPlaybackKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/ImportPlaybackKeyPair'], 'input' => ['shape' => 'ImportPlaybackKeyPairRequest'], 'output' => ['shape' => 'ImportPlaybackKeyPairResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'PendingVerification']]], 'ListChannels' => ['name' => 'ListChannels', 'http' => ['method' => 'POST', 'requestUri' => '/ListChannels'], 'input' => ['shape' => 'ListChannelsRequest'], 'output' => ['shape' => 'ListChannelsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException']]], 'ListPlaybackKeyPairs' => ['name' => 'ListPlaybackKeyPairs', 'http' => ['method' => 'POST', 'requestUri' => '/ListPlaybackKeyPairs'], 'input' => ['shape' => 'ListPlaybackKeyPairsRequest'], 'output' => ['shape' => 'ListPlaybackKeyPairsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException']]], 'ListStreamKeys' => ['name' => 'ListStreamKeys', 'http' => ['method' => 'POST', 'requestUri' => '/ListStreamKeys'], 'input' => ['shape' => 'ListStreamKeysRequest'], 'output' => ['shape' => 'ListStreamKeysResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException']]], 'ListStreams' => ['name' => 'ListStreams', 'http' => ['method' => 'POST', 'requestUri' => '/ListStreams'], 'input' => ['shape' => 'ListStreamsRequest'], 'output' => ['shape' => 'ListStreamsResponse'], 'errors' => [['shape' => 'AccessDeniedException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'PutMetadata' => ['name' => 'PutMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/PutMetadata'], 'input' => ['shape' => 'PutMetadataRequest'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ChannelNotBroadcasting'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException']]], 'StopStream' => ['name' => 'StopStream', 'http' => ['method' => 'POST', 'requestUri' => '/StopStream'], 'input' => ['shape' => 'StopStreamRequest'], 'output' => ['shape' => 'StopStreamResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ChannelNotBroadcasting'], ['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'StreamUnavailable']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateChannel' => ['name' => 'UpdateChannel', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateChannel'], 'input' => ['shape' => 'UpdateChannelRequest'], 'output' => ['shape' => 'UpdateChannelResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'PendingVerification']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'BatchError' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ResourceArn'], 'code' => ['shape' => 'errorCode'], 'message' => ['shape' => 'errorMessage']]], 'BatchErrors' => ['type' => 'list', 'member' => ['shape' => 'BatchError']], 'BatchGetChannelRequest' => ['type' => 'structure', 'required' => ['arns'], 'members' => ['arns' => ['shape' => 'ChannelArnList']]], 'BatchGetChannelResponse' => ['type' => 'structure', 'members' => ['channels' => ['shape' => 'Channels'], 'errors' => ['shape' => 'BatchErrors']]], 'BatchGetStreamKeyRequest' => ['type' => 'structure', 'required' => ['arns'], 'members' => ['arns' => ['shape' => 'StreamKeyArnList']]], 'BatchGetStreamKeyResponse' => ['type' => 'structure', 'members' => ['streamKeys' => ['shape' => 'StreamKeys'], 'errors' => ['shape' => 'BatchErrors']]], 'Boolean' => ['type' => 'boolean'], 'Channel' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ChannelArn'], 'name' => ['shape' => 'ChannelName'], 'latencyMode' => ['shape' => 'ChannelLatencyMode'], 'type' => ['shape' => 'ChannelType'], 'ingestEndpoint' => ['shape' => 'IngestEndpoint'], 'playbackUrl' => ['shape' => 'PlaybackURL'], 'authorized' => ['shape' => 'IsAuthorized'], 'tags' => ['shape' => 'Tags']]], 'ChannelArn' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$'], 'ChannelArnList' => ['type' => 'list', 'member' => ['shape' => 'ChannelArn'], 'max' => 50, 'min' => 1], 'ChannelLatencyMode' => ['type' => 'string', 'enum' => ['NORMAL', 'LOW']], 'ChannelList' => ['type' => 'list', 'member' => ['shape' => 'ChannelSummary']], 'ChannelName' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '^[a-zA-Z0-9-_]*$'], 'ChannelNotBroadcasting' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ChannelSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ChannelArn'], 'name' => ['shape' => 'ChannelName'], 'latencyMode' => ['shape' => 'ChannelLatencyMode'], 'authorized' => ['shape' => 'IsAuthorized'], 'tags' => ['shape' => 'Tags']]], 'ChannelType' => ['type' => 'string', 'enum' => ['BASIC', 'STANDARD']], 'Channels' => ['type' => 'list', 'member' => ['shape' => 'Channel']], 'ConflictException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateChannelRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ChannelName'], 'latencyMode' => ['shape' => 'ChannelLatencyMode'], 'type' => ['shape' => 'ChannelType'], 'authorized' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'Tags']]], 'CreateChannelResponse' => ['type' => 'structure', 'members' => ['channel' => ['shape' => 'Channel'], 'streamKey' => ['shape' => 'StreamKey']]], 'CreateStreamKeyRequest' => ['type' => 'structure', 'required' => ['channelArn'], 'members' => ['channelArn' => ['shape' => 'ChannelArn'], 'tags' => ['shape' => 'Tags']]], 'CreateStreamKeyResponse' => ['type' => 'structure', 'members' => ['streamKey' => ['shape' => 'StreamKey']]], 'DeleteChannelRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'ChannelArn']]], 'DeletePlaybackKeyPairRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'PlaybackKeyPairArn']]], 'DeletePlaybackKeyPairResponse' => ['type' => 'structure', 'members' => []], 'DeleteStreamKeyRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'StreamKeyArn']]], 'GetChannelRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'ChannelArn']]], 'GetChannelResponse' => ['type' => 'structure', 'members' => ['channel' => ['shape' => 'Channel']]], 'GetPlaybackKeyPairRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'PlaybackKeyPairArn']]], 'GetPlaybackKeyPairResponse' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'PlaybackKeyPair']]], 'GetStreamKeyRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'StreamKeyArn']]], 'GetStreamKeyResponse' => ['type' => 'structure', 'members' => ['streamKey' => ['shape' => 'StreamKey']]], 'GetStreamRequest' => ['type' => 'structure', 'required' => ['channelArn'], 'members' => ['channelArn' => ['shape' => 'ChannelArn']]], 'GetStreamResponse' => ['type' => 'structure', 'members' => ['stream' => ['shape' => 'Stream']]], 'ImportPlaybackKeyPairRequest' => ['type' => 'structure', 'required' => ['publicKeyMaterial'], 'members' => ['publicKeyMaterial' => ['shape' => 'PlaybackPublicKeyMaterial'], 'name' => ['shape' => 'PlaybackKeyPairName'], 'tags' => ['shape' => 'Tags']]], 'ImportPlaybackKeyPairResponse' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'PlaybackKeyPair']]], 'IngestEndpoint' => ['type' => 'string'], 'InternalServerException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'IsAuthorized' => ['type' => 'boolean'], 'ListChannelsRequest' => ['type' => 'structure', 'members' => ['filterByName' => ['shape' => 'ChannelName'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxChannelResults']]], 'ListChannelsResponse' => ['type' => 'structure', 'required' => ['channels'], 'members' => ['channels' => ['shape' => 'ChannelList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListPlaybackKeyPairsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxPlaybackKeyPairResults']]], 'ListPlaybackKeyPairsResponse' => ['type' => 'structure', 'required' => ['keyPairs'], 'members' => ['keyPairs' => ['shape' => 'PlaybackKeyPairList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListStreamKeysRequest' => ['type' => 'structure', 'required' => ['channelArn'], 'members' => ['channelArn' => ['shape' => 'ChannelArn'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxStreamKeyResults']]], 'ListStreamKeysResponse' => ['type' => 'structure', 'required' => ['streamKeys'], 'members' => ['streamKeys' => ['shape' => 'StreamKeyList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListStreamsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxStreamResults']]], 'ListStreamsResponse' => ['type' => 'structure', 'required' => ['streams'], 'members' => ['streams' => ['shape' => 'StreamList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxTagResults']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'required' => ['tags'], 'members' => ['tags' => ['shape' => 'Tags'], 'nextToken' => ['shape' => 'String']]], 'MaxChannelResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxPlaybackKeyPairResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxStreamKeyResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxStreamResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxTagResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'PaginationToken' => ['type' => 'string', 'max' => 500, 'min' => 0], 'PendingVerification' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'PlaybackKeyPair' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'PlaybackKeyPairArn'], 'name' => ['shape' => 'PlaybackKeyPairName'], 'fingerprint' => ['shape' => 'PlaybackKeyPairFingerprint'], 'tags' => ['shape' => 'Tags']]], 'PlaybackKeyPairArn' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$'], 'PlaybackKeyPairFingerprint' => ['type' => 'string'], 'PlaybackKeyPairList' => ['type' => 'list', 'member' => ['shape' => 'PlaybackKeyPairSummary']], 'PlaybackKeyPairName' => ['type' => 'string', 'max' => 128, 'min' => 0, 'pattern' => '^[a-zA-Z0-9-_]*$'], 'PlaybackKeyPairSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'PlaybackKeyPairArn'], 'name' => ['shape' => 'PlaybackKeyPairName'], 'tags' => ['shape' => 'Tags']]], 'PlaybackPublicKeyMaterial' => ['type' => 'string'], 'PlaybackURL' => ['type' => 'string'], 'PutMetadataRequest' => ['type' => 'structure', 'required' => ['channelArn', 'metadata'], 'members' => ['channelArn' => ['shape' => 'ChannelArn'], 'metadata' => ['shape' => 'StreamMetadata']]], 'ResourceArn' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'StopStreamRequest' => ['type' => 'structure', 'required' => ['channelArn'], 'members' => ['channelArn' => ['shape' => 'ChannelArn']]], 'StopStreamResponse' => ['type' => 'structure', 'members' => []], 'Stream' => ['type' => 'structure', 'members' => ['channelArn' => ['shape' => 'ChannelArn'], 'playbackUrl' => ['shape' => 'PlaybackURL'], 'startTime' => ['shape' => 'StreamStartTime'], 'state' => ['shape' => 'StreamState'], 'health' => ['shape' => 'StreamHealth'], 'viewerCount' => ['shape' => 'StreamViewerCount']]], 'StreamHealth' => ['type' => 'string', 'enum' => ['HEALTHY', 'STARVING', 'UNKNOWN']], 'StreamKey' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'StreamKeyArn'], 'value' => ['shape' => 'StreamKeyValue'], 'channelArn' => ['shape' => 'ChannelArn'], 'tags' => ['shape' => 'Tags']]], 'StreamKeyArn' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$'], 'StreamKeyArnList' => ['type' => 'list', 'member' => ['shape' => 'StreamKeyArn'], 'max' => 50, 'min' => 1], 'StreamKeyList' => ['type' => 'list', 'member' => ['shape' => 'StreamKeySummary']], 'StreamKeySummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'StreamKeyArn'], 'channelArn' => ['shape' => 'ChannelArn'], 'tags' => ['shape' => 'Tags']]], 'StreamKeyValue' => ['type' => 'string'], 'StreamKeys' => ['type' => 'list', 'member' => ['shape' => 'StreamKey']], 'StreamList' => ['type' => 'list', 'member' => ['shape' => 'StreamSummary']], 'StreamMetadata' => ['type' => 'string'], 'StreamStartTime' => ['type' => 'timestamp'], 'StreamState' => ['type' => 'string', 'enum' => ['LIVE', 'OFFLINE']], 'StreamSummary' => ['type' => 'structure', 'members' => ['channelArn' => ['shape' => 'ChannelArn'], 'state' => ['shape' => 'StreamState'], 'health' => ['shape' => 'StreamHealth'], 'viewerCount' => ['shape' => 'StreamViewerCount'], 'startTime' => ['shape' => 'StreamStartTime']]], 'StreamUnavailable' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'StreamViewerCount' => ['type' => 'long'], 'String' => ['type' => 'string'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'ThrottlingException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 429], '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' => []], 'UpdateChannelRequest' => ['type' => 'structure', 'required' => ['arn'], 'members' => ['arn' => ['shape' => 'ChannelArn'], 'name' => ['shape' => 'ChannelName'], 'latencyMode' => ['shape' => 'ChannelLatencyMode'], 'type' => ['shape' => 'ChannelType'], 'authorized' => ['shape' => 'Boolean']]], 'UpdateChannelResponse' => ['type' => 'structure', 'members' => ['channel' => ['shape' => 'Channel']]], 'ValidationException' => ['type' => 'structure', 'members' => ['exceptionMessage' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'errorCode' => ['type' => 'string'], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/ivs/2020-07-14/paginators-1.json.php b/vendor/Aws3/Aws/data/ivs/2020-07-14/paginators-1.json.php new file mode 100644 index 00000000..3dfa3634 --- /dev/null +++ b/vendor/Aws3/Aws/data/ivs/2020-07-14/paginators-1.json.php @@ -0,0 +1,4 @@ + ['ListChannels' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'channels'], 'ListPlaybackKeyPairs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'keyPairs'], 'ListStreamKeys' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'streamKeys'], 'ListStreams' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'streams'], 'ListTagsForResource' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults']]]; diff --git a/vendor/Aws3/Aws/data/kafka/2018-11-14/api-2.json.php b/vendor/Aws3/Aws/data/kafka/2018-11-14/api-2.json.php index a6326970..543208d0 100644 --- a/vendor/Aws3/Aws/data/kafka/2018-11-14/api-2.json.php +++ b/vendor/Aws3/Aws/data/kafka/2018-11-14/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2018-11-14', 'endpointPrefix' => 'kafka', 'signingName' => 'kafka', 'serviceFullName' => 'Managed Streaming for Kafka', 'serviceAbbreviation' => 'Kafka', 'serviceId' => 'Kafka', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'kafka-2018-11-14', 'signatureVersion' => 'v4'], 'operations' => ['CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/v1/clusters', 'responseCode' => 200], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateConfiguration' => ['name' => 'CreateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigurationRequest'], 'output' => ['shape' => 'CreateConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/clusters/{clusterArn}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeClusterOperation' => ['name' => 'DescribeClusterOperation', 'http' => ['method' => 'GET', 'requestUri' => '/v1/operations/{clusterOperationArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeClusterOperationRequest'], 'output' => ['shape' => 'DescribeClusterOperationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfiguration' => ['name' => 'DescribeConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRequest'], 'output' => ['shape' => 'DescribeConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeConfigurationRevision' => ['name' => 'DescribeConfigurationRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}/revisions/{revision}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRevisionRequest'], 'output' => ['shape' => 'DescribeConfigurationRevisionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetBootstrapBrokers' => ['name' => 'GetBootstrapBrokers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/bootstrap-brokers', 'responseCode' => 200], 'input' => ['shape' => 'GetBootstrapBrokersRequest'], 'output' => ['shape' => 'GetBootstrapBrokersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'ListClusterOperations' => ['name' => 'ListClusterOperations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/operations', 'responseCode' => 200], 'input' => ['shape' => 'ListClusterOperationsRequest'], 'output' => ['shape' => 'ListClusterOperationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters', 'responseCode' => 200], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException']]], 'ListConfigurationRevisions' => ['name' => 'ListConfigurationRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationRevisionsRequest'], 'output' => ['shape' => 'ListConfigurationRevisionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListConfigurations' => ['name' => 'ListConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationsRequest'], 'output' => ['shape' => 'ListConfigurationsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListKafkaVersions' => ['name' => 'ListKafkaVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/kafka-versions', 'responseCode' => 200], 'input' => ['shape' => 'ListKafkaVersionsRequest'], 'output' => ['shape' => 'ListKafkaVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListNodes' => ['name' => 'ListNodes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/nodes', 'responseCode' => 200], 'input' => ['shape' => 'ListNodesRequest'], 'output' => ['shape' => 'ListNodesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateBrokerCount' => ['name' => 'UpdateBrokerCount', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/nodes/count', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerCountRequest'], 'output' => ['shape' => 'UpdateBrokerCountResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateBrokerStorage' => ['name' => 'UpdateBrokerStorage', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/nodes/storage', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerStorageRequest'], 'output' => ['shape' => 'UpdateBrokerStorageResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateClusterConfiguration' => ['name' => 'UpdateClusterConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'UpdateClusterConfigurationRequest'], 'output' => ['shape' => 'UpdateClusterConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateMonitoring' => ['name' => 'UpdateMonitoring', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/monitoring', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMonitoringRequest'], 'output' => ['shape' => 'UpdateMonitoringResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BrokerAZDistribution' => ['type' => 'string', 'enum' => ['DEFAULT']], 'BrokerEBSVolumeInfo' => ['type' => 'structure', 'members' => ['KafkaBrokerNodeId' => ['shape' => '__string', 'locationName' => 'kafkaBrokerNodeId'], 'VolumeSizeGB' => ['shape' => '__integer', 'locationName' => 'volumeSizeGB']], 'required' => ['VolumeSizeGB', 'KafkaBrokerNodeId']], 'BrokerLogs' => ['type' => 'structure', 'members' => ['CloudWatchLogs' => ['shape' => 'CloudWatchLogs', 'locationName' => 'cloudWatchLogs'], 'Firehose' => ['shape' => 'Firehose', 'locationName' => 'firehose'], 'S3' => ['shape' => 'S3', 'locationName' => 's3']]], 'BrokerNodeGroupInfo' => ['type' => 'structure', 'members' => ['BrokerAZDistribution' => ['shape' => 'BrokerAZDistribution', 'locationName' => 'brokerAZDistribution'], 'ClientSubnets' => ['shape' => '__listOf__string', 'locationName' => 'clientSubnets'], 'InstanceType' => ['shape' => '__stringMin5Max32', 'locationName' => 'instanceType'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageInfo' => ['shape' => 'StorageInfo', 'locationName' => 'storageInfo']], 'required' => ['ClientSubnets', 'InstanceType']], 'BrokerNodeInfo' => ['type' => 'structure', 'members' => ['AttachedENIId' => ['shape' => '__string', 'locationName' => 'attachedENIId'], 'BrokerId' => ['shape' => '__double', 'locationName' => 'brokerId'], 'ClientSubnet' => ['shape' => '__string', 'locationName' => 'clientSubnet'], 'ClientVpcIpAddress' => ['shape' => '__string', 'locationName' => 'clientVpcIpAddress'], 'CurrentBrokerSoftwareInfo' => ['shape' => 'BrokerSoftwareInfo', 'locationName' => 'currentBrokerSoftwareInfo'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints']]], 'BrokerSoftwareInfo' => ['type' => 'structure', 'members' => ['ConfigurationArn' => ['shape' => '__string', 'locationName' => 'configurationArn'], 'ConfigurationRevision' => ['shape' => '__long', 'locationName' => 'configurationRevision'], 'KafkaVersion' => ['shape' => '__string', 'locationName' => 'kafkaVersion']]], 'ClientAuthentication' => ['type' => 'structure', 'members' => ['Tls' => ['shape' => 'Tls', 'locationName' => 'tls']]], 'ClientBroker' => ['type' => 'string', 'enum' => ['TLS', 'TLS_PLAINTEXT', 'PLAINTEXT']], 'CloudWatchLogs' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled'], 'LogGroup' => ['shape' => '__string', 'locationName' => 'logGroup']], 'required' => ['Enabled']], 'ClusterInfo' => ['type' => 'structure', 'members' => ['ActiveOperationArn' => ['shape' => '__string', 'locationName' => 'activeOperationArn'], 'BrokerNodeGroupInfo' => ['shape' => 'BrokerNodeGroupInfo', 'locationName' => 'brokerNodeGroupInfo'], 'ClientAuthentication' => ['shape' => 'ClientAuthentication', 'locationName' => 'clientAuthentication'], 'ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterName' => ['shape' => '__string', 'locationName' => 'clusterName'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'CurrentBrokerSoftwareInfo' => ['shape' => 'BrokerSoftwareInfo', 'locationName' => 'currentBrokerSoftwareInfo'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'EncryptionInfo' => ['shape' => 'EncryptionInfo', 'locationName' => 'encryptionInfo'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'NumberOfBrokerNodes' => ['shape' => '__integer', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoring', 'locationName' => 'openMonitoring'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'ZookeeperConnectString' => ['shape' => '__string', 'locationName' => 'zookeeperConnectString']]], 'ClusterOperationInfo' => ['type' => 'structure', 'members' => ['ClientRequestId' => ['shape' => '__string', 'locationName' => 'clientRequestId'], 'ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'EndTime' => ['shape' => '__timestampIso8601', 'locationName' => 'endTime'], 'ErrorInfo' => ['shape' => 'ErrorInfo', 'locationName' => 'errorInfo'], 'OperationArn' => ['shape' => '__string', 'locationName' => 'operationArn'], 'OperationState' => ['shape' => '__string', 'locationName' => 'operationState'], 'OperationType' => ['shape' => '__string', 'locationName' => 'operationType'], 'SourceClusterInfo' => ['shape' => 'MutableClusterInfo', 'locationName' => 'sourceClusterInfo'], 'TargetClusterInfo' => ['shape' => 'MutableClusterInfo', 'locationName' => 'targetClusterInfo']]], 'ClusterState' => ['type' => 'string', 'enum' => ['ACTIVE', 'CREATING', 'UPDATING', 'DELETING', 'FAILED']], 'Configuration' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['Description', 'LatestRevision', 'CreationTime', 'KafkaVersions', 'Arn', 'Name']], 'ConfigurationInfo' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision']], 'required' => ['Revision', 'Arn']], 'ConfigurationRevision' => ['type' => 'structure', 'members' => ['CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision']], 'required' => ['Revision', 'CreationTime']], 'ConflictException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateClusterRequest' => ['type' => 'structure', 'members' => ['BrokerNodeGroupInfo' => ['shape' => 'BrokerNodeGroupInfo', 'locationName' => 'brokerNodeGroupInfo'], 'ClientAuthentication' => ['shape' => 'ClientAuthentication', 'locationName' => 'clientAuthentication'], 'ClusterName' => ['shape' => '__stringMin1Max64', 'locationName' => 'clusterName'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'EncryptionInfo' => ['shape' => 'EncryptionInfo', 'locationName' => 'encryptionInfo'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'KafkaVersion' => ['shape' => '__stringMin1Max128', 'locationName' => 'kafkaVersion'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo'], 'NumberOfBrokerNodes' => ['shape' => '__integerMin1Max15', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoringInfo', 'locationName' => 'openMonitoring'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['BrokerNodeGroupInfo', 'KafkaVersion', 'NumberOfBrokerNodes', 'ClusterName']], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterName' => ['shape' => '__string', 'locationName' => 'clusterName'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state']]], 'CreateConfigurationRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'ServerProperties' => ['shape' => '__blob', 'locationName' => 'serverProperties']], 'required' => ['ServerProperties', 'KafkaVersions', 'Name']], 'CreateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'DeleteClusterRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'currentVersion']], 'required' => ['ClusterArn']], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state']]], 'DescribeClusterOperationRequest' => ['type' => 'structure', 'members' => ['ClusterOperationArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterOperationArn']], 'required' => ['ClusterOperationArn']], 'DescribeClusterOperationResponse' => ['type' => 'structure', 'members' => ['ClusterOperationInfo' => ['shape' => 'ClusterOperationInfo', 'locationName' => 'clusterOperationInfo']]], 'DescribeClusterRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn']], 'required' => ['ClusterArn']], 'DescribeClusterResponse' => ['type' => 'structure', 'members' => ['ClusterInfo' => ['shape' => 'ClusterInfo', 'locationName' => 'clusterInfo']]], 'DescribeConfigurationRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn']], 'required' => ['Arn']], 'DescribeConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'DescribeConfigurationRevisionRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn'], 'Revision' => ['shape' => '__long', 'location' => 'uri', 'locationName' => 'revision']], 'required' => ['Revision', 'Arn']], 'DescribeConfigurationRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision'], 'ServerProperties' => ['shape' => '__blob', 'locationName' => 'serverProperties']]], 'EBSStorageInfo' => ['type' => 'structure', 'members' => ['VolumeSize' => ['shape' => '__integerMin1Max16384', 'locationName' => 'volumeSize']]], 'EncryptionAtRest' => ['type' => 'structure', 'members' => ['DataVolumeKMSKeyId' => ['shape' => '__string', 'locationName' => 'dataVolumeKMSKeyId']], 'required' => ['DataVolumeKMSKeyId']], 'EncryptionInTransit' => ['type' => 'structure', 'members' => ['ClientBroker' => ['shape' => 'ClientBroker', 'locationName' => 'clientBroker'], 'InCluster' => ['shape' => '__boolean', 'locationName' => 'inCluster']]], 'EncryptionInfo' => ['type' => 'structure', 'members' => ['EncryptionAtRest' => ['shape' => 'EncryptionAtRest', 'locationName' => 'encryptionAtRest'], 'EncryptionInTransit' => ['shape' => 'EncryptionInTransit', 'locationName' => 'encryptionInTransit']]], 'EnhancedMonitoring' => ['type' => 'string', 'enum' => ['DEFAULT', 'PER_BROKER', 'PER_TOPIC_PER_BROKER']], 'Error' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'Firehose' => ['type' => 'structure', 'members' => ['DeliveryStream' => ['shape' => '__string', 'locationName' => 'deliveryStream'], 'Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled']], 'required' => ['Enabled']], 'ErrorInfo' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => '__string', 'locationName' => 'errorCode'], 'ErrorString' => ['shape' => '__string', 'locationName' => 'errorString']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GetBootstrapBrokersRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn']], 'required' => ['ClusterArn']], 'GetBootstrapBrokersResponse' => ['type' => 'structure', 'members' => ['BootstrapBrokerString' => ['shape' => '__string', 'locationName' => 'bootstrapBrokerString'], 'BootstrapBrokerStringTls' => ['shape' => '__string', 'locationName' => 'bootstrapBrokerStringTls']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'KafkaVersion' => ['type' => 'structure', 'members' => ['Version' => ['shape' => '__string', 'locationName' => 'version'], 'Status' => ['shape' => 'KafkaVersionStatus', 'locationName' => 'status']]], 'KafkaVersionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DEPRECATED']], 'ListClusterOperationsRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ClusterArn']], 'ListClusterOperationsResponse' => ['type' => 'structure', 'members' => ['ClusterOperationInfoList' => ['shape' => '__listOfClusterOperationInfo', 'locationName' => 'clusterOperationInfoList'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['ClusterNameFilter' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'clusterNameFilter'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['ClusterInfoList' => ['shape' => '__listOfClusterInfo', 'locationName' => 'clusterInfoList'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationRevisionsRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['Arn']], 'ListConfigurationRevisionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigurationsResponse' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListKafkaVersionsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListKafkaVersionsResponse' => ['type' => 'structure', 'members' => ['KafkaVersions' => ['shape' => '__listOfKafkaVersion', 'locationName' => 'kafkaVersions'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListNodesRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ClusterArn']], 'ListNodesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'NodeInfoList' => ['shape' => '__listOfNodeInfo', 'locationName' => 'nodeInfoList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'LoggingInfo' => ['type' => 'structure', 'members' => ['BrokerLogs' => ['shape' => 'BrokerLogs', 'locationName' => 'brokerLogs']], 'required' => ['BrokerLogs']], 'MutableClusterInfo' => ['type' => 'structure', 'members' => ['BrokerEBSVolumeInfo' => ['shape' => '__listOfBrokerEBSVolumeInfo', 'locationName' => 'brokerEBSVolumeInfo'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'NumberOfBrokerNodes' => ['shape' => '__integer', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoring', 'locationName' => 'openMonitoring'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo']]], 'NodeInfo' => ['type' => 'structure', 'members' => ['AddedToClusterTime' => ['shape' => '__string', 'locationName' => 'addedToClusterTime'], 'BrokerNodeInfo' => ['shape' => 'BrokerNodeInfo', 'locationName' => 'brokerNodeInfo'], 'InstanceType' => ['shape' => '__string', 'locationName' => 'instanceType'], 'NodeARN' => ['shape' => '__string', 'locationName' => 'nodeARN'], 'NodeType' => ['shape' => 'NodeType', 'locationName' => 'nodeType'], 'ZookeeperNodeInfo' => ['shape' => 'ZookeeperNodeInfo', 'locationName' => 'zookeeperNodeInfo']]], 'NodeType' => ['type' => 'string', 'enum' => ['BROKER']], 'NotFoundException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'StateInfo' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string', 'locationName' => 'code'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'StorageInfo' => ['type' => 'structure', 'members' => ['EbsStorageInfo' => ['shape' => 'EBSStorageInfo', 'locationName' => 'ebsStorageInfo']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'Tls' => ['type' => 'structure', 'members' => ['CertificateAuthorityArnList' => ['shape' => '__listOf__string', 'locationName' => 'certificateAuthorityArnList']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateBrokerCountRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'TargetNumberOfBrokerNodes' => ['shape' => '__integerMin1Max15', 'locationName' => 'targetNumberOfBrokerNodes']], 'required' => ['ClusterArn', 'CurrentVersion', 'TargetNumberOfBrokerNodes']], 'UpdateBrokerCountResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateBrokerStorageRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'TargetBrokerEBSVolumeInfo' => ['shape' => '__listOfBrokerEBSVolumeInfo', 'locationName' => 'targetBrokerEBSVolumeInfo']], 'required' => ['ClusterArn', 'TargetBrokerEBSVolumeInfo', 'CurrentVersion']], 'UpdateBrokerStorageResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateClusterConfigurationRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion']], 'required' => ['ClusterArn', 'CurrentVersion', 'ConfigurationInfo']], 'UpdateClusterConfigurationResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateMonitoringRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'OpenMonitoring' => ['shape' => 'OpenMonitoringInfo', 'locationName' => 'openMonitoring'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo']], 'required' => ['ClusterArn', 'CurrentVersion']], 'UpdateMonitoringResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'ZookeeperNodeInfo' => ['type' => 'structure', 'members' => ['AttachedENIId' => ['shape' => '__string', 'locationName' => 'attachedENIId'], 'ClientVpcIpAddress' => ['shape' => '__string', 'locationName' => 'clientVpcIpAddress'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints'], 'ZookeeperId' => ['shape' => '__double', 'locationName' => 'zookeeperId'], 'ZookeeperVersion' => ['shape' => '__string', 'locationName' => 'zookeeperVersion']]], 'OpenMonitoring' => ['type' => 'structure', 'members' => ['Prometheus' => ['shape' => 'Prometheus', 'locationName' => 'prometheus']], 'required' => ['Prometheus']], 'OpenMonitoringInfo' => ['type' => 'structure', 'members' => ['Prometheus' => ['shape' => 'PrometheusInfo', 'locationName' => 'prometheus']], 'required' => ['Prometheus']], 'Prometheus' => ['type' => 'structure', 'members' => ['JmxExporter' => ['shape' => 'JmxExporter', 'locationName' => 'jmxExporter'], 'NodeExporter' => ['shape' => 'NodeExporter', 'locationName' => 'nodeExporter']]], 'PrometheusInfo' => ['type' => 'structure', 'members' => ['JmxExporter' => ['shape' => 'JmxExporterInfo', 'locationName' => 'jmxExporter'], 'NodeExporter' => ['shape' => 'NodeExporterInfo', 'locationName' => 'nodeExporter']]], 'S3' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => '__string', 'locationName' => 'bucket'], 'Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled'], 'Prefix' => ['shape' => '__string', 'locationName' => 'prefix']], 'required' => ['Enabled']], 'JmxExporter' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'JmxExporterInfo' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'NodeExporter' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'NodeExporterInfo' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], '__boolean' => ['type' => 'boolean'], '__blob' => ['type' => 'blob'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1Max15' => ['type' => 'integer', 'min' => 1, 'max' => 15], '__integerMin1Max16384' => ['type' => 'integer', 'min' => 1, 'max' => 16384], '__listOfBrokerEBSVolumeInfo' => ['type' => 'list', 'member' => ['shape' => 'BrokerEBSVolumeInfo']], '__listOfClusterInfo' => ['type' => 'list', 'member' => ['shape' => 'ClusterInfo']], '__listOfClusterOperationInfo' => ['type' => 'list', 'member' => ['shape' => 'ClusterOperationInfo']], '__listOfConfiguration' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], '__listOfConfigurationRevision' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRevision']], '__listOfKafkaVersion' => ['type' => 'list', 'member' => ['shape' => 'KafkaVersion']], '__listOfNodeInfo' => ['type' => 'list', 'member' => ['shape' => 'NodeInfo']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin1Max128' => ['type' => 'string', 'min' => 1, 'max' => 128], '__stringMin1Max64' => ['type' => 'string', 'min' => 1, 'max' => 64], '__stringMin5Max32' => ['type' => 'string', 'min' => 5, 'max' => 32], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601']]]; +return ['metadata' => ['apiVersion' => '2018-11-14', 'endpointPrefix' => 'kafka', 'signingName' => 'kafka', 'serviceFullName' => 'Managed Streaming for Kafka', 'serviceAbbreviation' => 'Kafka', 'serviceId' => 'Kafka', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'kafka-2018-11-14', 'signatureVersion' => 'v4'], 'operations' => ['CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/v1/clusters', 'responseCode' => 200], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateConfiguration' => ['name' => 'CreateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigurationRequest'], 'output' => ['shape' => 'CreateConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/clusters/{clusterArn}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteClusterRequest'], 'output' => ['shape' => 'DeleteClusterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeClusterOperation' => ['name' => 'DescribeClusterOperation', 'http' => ['method' => 'GET', 'requestUri' => '/v1/operations/{clusterOperationArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeClusterOperationRequest'], 'output' => ['shape' => 'DescribeClusterOperationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfiguration' => ['name' => 'DescribeConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRequest'], 'output' => ['shape' => 'DescribeConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeConfigurationRevision' => ['name' => 'DescribeConfigurationRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}/revisions/{revision}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRevisionRequest'], 'output' => ['shape' => 'DescribeConfigurationRevisionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetBootstrapBrokers' => ['name' => 'GetBootstrapBrokers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/bootstrap-brokers', 'responseCode' => 200], 'input' => ['shape' => 'GetBootstrapBrokersRequest'], 'output' => ['shape' => 'GetBootstrapBrokersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'GetCompatibleKafkaVersions' => ['name' => 'GetCompatibleKafkaVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/compatible-kafka-versions', 'responseCode' => 200], 'input' => ['shape' => 'GetCompatibleKafkaVersionsRequest'], 'output' => ['shape' => 'GetCompatibleKafkaVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListClusterOperations' => ['name' => 'ListClusterOperations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/operations', 'responseCode' => 200], 'input' => ['shape' => 'ListClusterOperationsRequest'], 'output' => ['shape' => 'ListClusterOperationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters', 'responseCode' => 200], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException']]], 'ListConfigurationRevisions' => ['name' => 'ListConfigurationRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{arn}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationRevisionsRequest'], 'output' => ['shape' => 'ListConfigurationRevisionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListConfigurations' => ['name' => 'ListConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationsRequest'], 'output' => ['shape' => 'ListConfigurationsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListKafkaVersions' => ['name' => 'ListKafkaVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/kafka-versions', 'responseCode' => 200], 'input' => ['shape' => 'ListKafkaVersionsRequest'], 'output' => ['shape' => 'ListKafkaVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListNodes' => ['name' => 'ListNodes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/clusters/{clusterArn}/nodes', 'responseCode' => 200], 'input' => ['shape' => 'ListNodesRequest'], 'output' => ['shape' => 'ListNodesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'RebootBroker' => ['name' => 'RebootBroker', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/reboot-broker', 'responseCode' => 200], 'input' => ['shape' => 'RebootBrokerRequest'], 'output' => ['shape' => 'RebootBrokerResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateBrokerCount' => ['name' => 'UpdateBrokerCount', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/nodes/count', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerCountRequest'], 'output' => ['shape' => 'UpdateBrokerCountResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateBrokerStorage' => ['name' => 'UpdateBrokerStorage', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/nodes/storage', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerStorageRequest'], 'output' => ['shape' => 'UpdateBrokerStorageResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateClusterConfiguration' => ['name' => 'UpdateClusterConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'UpdateClusterConfigurationRequest'], 'output' => ['shape' => 'UpdateClusterConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateClusterKafkaVersion' => ['name' => 'UpdateClusterKafkaVersion', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/version', 'responseCode' => 200], 'input' => ['shape' => 'UpdateClusterKafkaVersionRequest'], 'output' => ['shape' => 'UpdateClusterKafkaVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateMonitoring' => ['name' => 'UpdateMonitoring', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/clusters/{clusterArn}/monitoring', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMonitoringRequest'], 'output' => ['shape' => 'UpdateMonitoringResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BrokerAZDistribution' => ['type' => 'string', 'enum' => ['DEFAULT']], 'BrokerEBSVolumeInfo' => ['type' => 'structure', 'members' => ['KafkaBrokerNodeId' => ['shape' => '__string', 'locationName' => 'kafkaBrokerNodeId'], 'VolumeSizeGB' => ['shape' => '__integer', 'locationName' => 'volumeSizeGB']], 'required' => ['VolumeSizeGB', 'KafkaBrokerNodeId']], 'BrokerLogs' => ['type' => 'structure', 'members' => ['CloudWatchLogs' => ['shape' => 'CloudWatchLogs', 'locationName' => 'cloudWatchLogs'], 'Firehose' => ['shape' => 'Firehose', 'locationName' => 'firehose'], 'S3' => ['shape' => 'S3', 'locationName' => 's3']]], 'BrokerNodeGroupInfo' => ['type' => 'structure', 'members' => ['BrokerAZDistribution' => ['shape' => 'BrokerAZDistribution', 'locationName' => 'brokerAZDistribution'], 'ClientSubnets' => ['shape' => '__listOf__string', 'locationName' => 'clientSubnets'], 'InstanceType' => ['shape' => '__stringMin5Max32', 'locationName' => 'instanceType'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageInfo' => ['shape' => 'StorageInfo', 'locationName' => 'storageInfo']], 'required' => ['ClientSubnets', 'InstanceType']], 'BrokerNodeInfo' => ['type' => 'structure', 'members' => ['AttachedENIId' => ['shape' => '__string', 'locationName' => 'attachedENIId'], 'BrokerId' => ['shape' => '__double', 'locationName' => 'brokerId'], 'ClientSubnet' => ['shape' => '__string', 'locationName' => 'clientSubnet'], 'ClientVpcIpAddress' => ['shape' => '__string', 'locationName' => 'clientVpcIpAddress'], 'CurrentBrokerSoftwareInfo' => ['shape' => 'BrokerSoftwareInfo', 'locationName' => 'currentBrokerSoftwareInfo'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints']]], 'BrokerSoftwareInfo' => ['type' => 'structure', 'members' => ['ConfigurationArn' => ['shape' => '__string', 'locationName' => 'configurationArn'], 'ConfigurationRevision' => ['shape' => '__long', 'locationName' => 'configurationRevision'], 'KafkaVersion' => ['shape' => '__string', 'locationName' => 'kafkaVersion']]], 'ClientAuthentication' => ['type' => 'structure', 'members' => ['Tls' => ['shape' => 'Tls', 'locationName' => 'tls']]], 'ClientBroker' => ['type' => 'string', 'enum' => ['TLS', 'TLS_PLAINTEXT', 'PLAINTEXT']], 'CloudWatchLogs' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled'], 'LogGroup' => ['shape' => '__string', 'locationName' => 'logGroup']], 'required' => ['Enabled']], 'ClusterInfo' => ['type' => 'structure', 'members' => ['ActiveOperationArn' => ['shape' => '__string', 'locationName' => 'activeOperationArn'], 'BrokerNodeGroupInfo' => ['shape' => 'BrokerNodeGroupInfo', 'locationName' => 'brokerNodeGroupInfo'], 'ClientAuthentication' => ['shape' => 'ClientAuthentication', 'locationName' => 'clientAuthentication'], 'ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterName' => ['shape' => '__string', 'locationName' => 'clusterName'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'CurrentBrokerSoftwareInfo' => ['shape' => 'BrokerSoftwareInfo', 'locationName' => 'currentBrokerSoftwareInfo'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'EncryptionInfo' => ['shape' => 'EncryptionInfo', 'locationName' => 'encryptionInfo'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'NumberOfBrokerNodes' => ['shape' => '__integer', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoring', 'locationName' => 'openMonitoring'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'ZookeeperConnectString' => ['shape' => '__string', 'locationName' => 'zookeeperConnectString']]], 'ClusterOperationInfo' => ['type' => 'structure', 'members' => ['ClientRequestId' => ['shape' => '__string', 'locationName' => 'clientRequestId'], 'ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'EndTime' => ['shape' => '__timestampIso8601', 'locationName' => 'endTime'], 'ErrorInfo' => ['shape' => 'ErrorInfo', 'locationName' => 'errorInfo'], 'OperationSteps' => ['shape' => '__listOfClusterOperationStep', 'locationName' => 'operationSteps'], 'OperationArn' => ['shape' => '__string', 'locationName' => 'operationArn'], 'OperationState' => ['shape' => '__string', 'locationName' => 'operationState'], 'OperationType' => ['shape' => '__string', 'locationName' => 'operationType'], 'SourceClusterInfo' => ['shape' => 'MutableClusterInfo', 'locationName' => 'sourceClusterInfo'], 'TargetClusterInfo' => ['shape' => 'MutableClusterInfo', 'locationName' => 'targetClusterInfo']]], 'ClusterOperationStep' => ['type' => 'structure', 'members' => ['StepInfo' => ['shape' => 'ClusterOperationStepInfo', 'locationName' => 'stepInfo'], 'StepName' => ['shape' => '__string', 'locationName' => 'stepName']]], 'ClusterOperationStepInfo' => ['type' => 'structure', 'members' => ['StepStatus' => ['shape' => '__string', 'locationName' => 'stepStatus']]], 'ClusterState' => ['type' => 'string', 'enum' => ['ACTIVE', 'CREATING', 'UPDATING', 'DELETING', 'FAILED']], 'CompatibleKafkaVersion' => ['type' => 'structure', 'members' => ['SourceVersion' => ['shape' => '__string', 'locationName' => 'sourceVersion'], 'TargetVersions' => ['shape' => '__listOf__string', 'locationName' => 'targetVersions']]], 'Configuration' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['Description', 'LatestRevision', 'CreationTime', 'KafkaVersions', 'Arn', 'Name']], 'ConfigurationInfo' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision']], 'required' => ['Revision', 'Arn']], 'ConfigurationRevision' => ['type' => 'structure', 'members' => ['CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision']], 'required' => ['Revision', 'CreationTime']], 'ConflictException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateClusterRequest' => ['type' => 'structure', 'members' => ['BrokerNodeGroupInfo' => ['shape' => 'BrokerNodeGroupInfo', 'locationName' => 'brokerNodeGroupInfo'], 'ClientAuthentication' => ['shape' => 'ClientAuthentication', 'locationName' => 'clientAuthentication'], 'ClusterName' => ['shape' => '__stringMin1Max64', 'locationName' => 'clusterName'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'EncryptionInfo' => ['shape' => 'EncryptionInfo', 'locationName' => 'encryptionInfo'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'KafkaVersion' => ['shape' => '__stringMin1Max128', 'locationName' => 'kafkaVersion'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo'], 'NumberOfBrokerNodes' => ['shape' => '__integerMin1Max15', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoringInfo', 'locationName' => 'openMonitoring'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['BrokerNodeGroupInfo', 'KafkaVersion', 'NumberOfBrokerNodes', 'ClusterName']], 'CreateClusterResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterName' => ['shape' => '__string', 'locationName' => 'clusterName'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state']]], 'CreateConfigurationRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'ServerProperties' => ['shape' => '__blob', 'locationName' => 'serverProperties']], 'required' => ['ServerProperties', 'Name']], 'CreateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'DeleteClusterRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'currentVersion']], 'required' => ['ClusterArn']], 'DeleteClusterResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'State' => ['shape' => 'ClusterState', 'locationName' => 'state']]], 'DescribeClusterOperationRequest' => ['type' => 'structure', 'members' => ['ClusterOperationArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterOperationArn']], 'required' => ['ClusterOperationArn']], 'DescribeClusterOperationResponse' => ['type' => 'structure', 'members' => ['ClusterOperationInfo' => ['shape' => 'ClusterOperationInfo', 'locationName' => 'clusterOperationInfo']]], 'DescribeClusterRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn']], 'required' => ['ClusterArn']], 'DescribeClusterResponse' => ['type' => 'structure', 'members' => ['ClusterInfo' => ['shape' => 'ClusterInfo', 'locationName' => 'clusterInfo']]], 'DescribeConfigurationRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn']], 'required' => ['Arn']], 'DescribeConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'KafkaVersions' => ['shape' => '__listOf__string', 'locationName' => 'kafkaVersions'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'DescribeConfigurationRevisionRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn'], 'Revision' => ['shape' => '__long', 'location' => 'uri', 'locationName' => 'revision']], 'required' => ['Revision', 'Arn']], 'DescribeConfigurationRevisionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreationTime' => ['shape' => '__timestampIso8601', 'locationName' => 'creationTime'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__long', 'locationName' => 'revision'], 'ServerProperties' => ['shape' => '__blob', 'locationName' => 'serverProperties']]], 'EBSStorageInfo' => ['type' => 'structure', 'members' => ['VolumeSize' => ['shape' => '__integerMin1Max16384', 'locationName' => 'volumeSize']]], 'EncryptionAtRest' => ['type' => 'structure', 'members' => ['DataVolumeKMSKeyId' => ['shape' => '__string', 'locationName' => 'dataVolumeKMSKeyId']], 'required' => ['DataVolumeKMSKeyId']], 'EncryptionInTransit' => ['type' => 'structure', 'members' => ['ClientBroker' => ['shape' => 'ClientBroker', 'locationName' => 'clientBroker'], 'InCluster' => ['shape' => '__boolean', 'locationName' => 'inCluster']]], 'EncryptionInfo' => ['type' => 'structure', 'members' => ['EncryptionAtRest' => ['shape' => 'EncryptionAtRest', 'locationName' => 'encryptionAtRest'], 'EncryptionInTransit' => ['shape' => 'EncryptionInTransit', 'locationName' => 'encryptionInTransit']]], 'EnhancedMonitoring' => ['type' => 'string', 'enum' => ['DEFAULT', 'PER_BROKER', 'PER_TOPIC_PER_BROKER']], 'Error' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'Firehose' => ['type' => 'structure', 'members' => ['DeliveryStream' => ['shape' => '__string', 'locationName' => 'deliveryStream'], 'Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled']], 'required' => ['Enabled']], 'ErrorInfo' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => '__string', 'locationName' => 'errorCode'], 'ErrorString' => ['shape' => '__string', 'locationName' => 'errorString']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GetBootstrapBrokersRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn']], 'required' => ['ClusterArn']], 'GetBootstrapBrokersResponse' => ['type' => 'structure', 'members' => ['BootstrapBrokerString' => ['shape' => '__string', 'locationName' => 'bootstrapBrokerString'], 'BootstrapBrokerStringTls' => ['shape' => '__string', 'locationName' => 'bootstrapBrokerStringTls']]], 'GetCompatibleKafkaVersionsRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'clusterArn']]], 'GetCompatibleKafkaVersionsResponse' => ['type' => 'structure', 'members' => ['CompatibleKafkaVersions' => ['shape' => '__listOfCompatibleKafkaVersion', 'locationName' => 'compatibleKafkaVersions']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'KafkaVersion' => ['type' => 'structure', 'members' => ['Version' => ['shape' => '__string', 'locationName' => 'version'], 'Status' => ['shape' => 'KafkaVersionStatus', 'locationName' => 'status']]], 'KafkaVersionStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DEPRECATED']], 'ListClusterOperationsRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ClusterArn']], 'ListClusterOperationsResponse' => ['type' => 'structure', 'members' => ['ClusterOperationInfoList' => ['shape' => '__listOfClusterOperationInfo', 'locationName' => 'clusterOperationInfoList'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['ClusterNameFilter' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'clusterNameFilter'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListClustersResponse' => ['type' => 'structure', 'members' => ['ClusterInfoList' => ['shape' => '__listOfClusterInfo', 'locationName' => 'clusterInfoList'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationRevisionsRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'arn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['Arn']], 'ListConfigurationRevisionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigurationsResponse' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListKafkaVersionsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListKafkaVersionsResponse' => ['type' => 'structure', 'members' => ['KafkaVersions' => ['shape' => '__listOfKafkaVersion', 'locationName' => 'kafkaVersions'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListNodesRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ClusterArn']], 'ListNodesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'NodeInfoList' => ['shape' => '__listOfNodeInfo', 'locationName' => 'nodeInfoList']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'LoggingInfo' => ['type' => 'structure', 'members' => ['BrokerLogs' => ['shape' => 'BrokerLogs', 'locationName' => 'brokerLogs']], 'required' => ['BrokerLogs']], 'MutableClusterInfo' => ['type' => 'structure', 'members' => ['BrokerEBSVolumeInfo' => ['shape' => '__listOfBrokerEBSVolumeInfo', 'locationName' => 'brokerEBSVolumeInfo'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'NumberOfBrokerNodes' => ['shape' => '__integer', 'locationName' => 'numberOfBrokerNodes'], 'OpenMonitoring' => ['shape' => 'OpenMonitoring', 'locationName' => 'openMonitoring'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'KafkaVersion' => ['shape' => '__string', 'locationName' => 'kafkaVersion'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo']]], 'NodeInfo' => ['type' => 'structure', 'members' => ['AddedToClusterTime' => ['shape' => '__string', 'locationName' => 'addedToClusterTime'], 'BrokerNodeInfo' => ['shape' => 'BrokerNodeInfo', 'locationName' => 'brokerNodeInfo'], 'InstanceType' => ['shape' => '__string', 'locationName' => 'instanceType'], 'NodeARN' => ['shape' => '__string', 'locationName' => 'nodeARN'], 'NodeType' => ['shape' => 'NodeType', 'locationName' => 'nodeType'], 'ZookeeperNodeInfo' => ['shape' => 'ZookeeperNodeInfo', 'locationName' => 'zookeeperNodeInfo']]], 'NodeType' => ['type' => 'string', 'enum' => ['BROKER']], 'NotFoundException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'StateInfo' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string', 'locationName' => 'code'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'StorageInfo' => ['type' => 'structure', 'members' => ['EbsStorageInfo' => ['shape' => 'EBSStorageInfo', 'locationName' => 'ebsStorageInfo']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'Tls' => ['type' => 'structure', 'members' => ['CertificateAuthorityArnList' => ['shape' => '__listOf__string', 'locationName' => 'certificateAuthorityArnList']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['InvalidParameter' => ['shape' => '__string', 'locationName' => 'invalidParameter'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateBrokerCountRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'TargetNumberOfBrokerNodes' => ['shape' => '__integerMin1Max15', 'locationName' => 'targetNumberOfBrokerNodes']], 'required' => ['ClusterArn', 'CurrentVersion', 'TargetNumberOfBrokerNodes']], 'UpdateBrokerCountResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateBrokerStorageRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'TargetBrokerEBSVolumeInfo' => ['shape' => '__listOfBrokerEBSVolumeInfo', 'locationName' => 'targetBrokerEBSVolumeInfo']], 'required' => ['ClusterArn', 'TargetBrokerEBSVolumeInfo', 'CurrentVersion']], 'UpdateBrokerStorageResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateClusterConfigurationRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion']], 'required' => ['ClusterArn', 'CurrentVersion', 'ConfigurationInfo']], 'UpdateClusterConfigurationResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateClusterKafkaVersionRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'ConfigurationInfo' => ['shape' => 'ConfigurationInfo', 'locationName' => 'configurationInfo'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'TargetKafkaVersion' => ['shape' => '__string', 'locationName' => 'targetKafkaVersion']], 'required' => ['ClusterArn', 'TargetKafkaVersion', 'CurrentVersion']], 'UpdateClusterKafkaVersionResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'UpdateMonitoringRequest' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn'], 'CurrentVersion' => ['shape' => '__string', 'locationName' => 'currentVersion'], 'EnhancedMonitoring' => ['shape' => 'EnhancedMonitoring', 'locationName' => 'enhancedMonitoring'], 'OpenMonitoring' => ['shape' => 'OpenMonitoringInfo', 'locationName' => 'openMonitoring'], 'LoggingInfo' => ['shape' => 'LoggingInfo', 'locationName' => 'loggingInfo']], 'required' => ['ClusterArn', 'CurrentVersion']], 'UpdateMonitoringResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'ZookeeperNodeInfo' => ['type' => 'structure', 'members' => ['AttachedENIId' => ['shape' => '__string', 'locationName' => 'attachedENIId'], 'ClientVpcIpAddress' => ['shape' => '__string', 'locationName' => 'clientVpcIpAddress'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints'], 'ZookeeperId' => ['shape' => '__double', 'locationName' => 'zookeeperId'], 'ZookeeperVersion' => ['shape' => '__string', 'locationName' => 'zookeeperVersion']]], 'OpenMonitoring' => ['type' => 'structure', 'members' => ['Prometheus' => ['shape' => 'Prometheus', 'locationName' => 'prometheus']], 'required' => ['Prometheus']], 'OpenMonitoringInfo' => ['type' => 'structure', 'members' => ['Prometheus' => ['shape' => 'PrometheusInfo', 'locationName' => 'prometheus']], 'required' => ['Prometheus']], 'Prometheus' => ['type' => 'structure', 'members' => ['JmxExporter' => ['shape' => 'JmxExporter', 'locationName' => 'jmxExporter'], 'NodeExporter' => ['shape' => 'NodeExporter', 'locationName' => 'nodeExporter']]], 'PrometheusInfo' => ['type' => 'structure', 'members' => ['JmxExporter' => ['shape' => 'JmxExporterInfo', 'locationName' => 'jmxExporter'], 'NodeExporter' => ['shape' => 'NodeExporterInfo', 'locationName' => 'nodeExporter']]], 'RebootBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerIds' => ['shape' => '__listOf__string', 'locationName' => 'brokerIds'], 'ClusterArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'clusterArn']], 'required' => ['ClusterArn', 'BrokerIds']], 'RebootBrokerResponse' => ['type' => 'structure', 'members' => ['ClusterArn' => ['shape' => '__string', 'locationName' => 'clusterArn'], 'ClusterOperationArn' => ['shape' => '__string', 'locationName' => 'clusterOperationArn']]], 'S3' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => '__string', 'locationName' => 'bucket'], 'Enabled' => ['shape' => '__boolean', 'locationName' => 'enabled'], 'Prefix' => ['shape' => '__string', 'locationName' => 'prefix']], 'required' => ['Enabled']], 'JmxExporter' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'JmxExporterInfo' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'NodeExporter' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], 'NodeExporterInfo' => ['type' => 'structure', 'members' => ['EnabledInBroker' => ['shape' => '__boolean', 'locationName' => 'enabledInBroker']], 'required' => ['EnabledInBroker']], '__boolean' => ['type' => 'boolean'], '__blob' => ['type' => 'blob'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1Max15' => ['type' => 'integer', 'min' => 1, 'max' => 15], '__integerMin1Max16384' => ['type' => 'integer', 'min' => 1, 'max' => 16384], '__listOfBrokerEBSVolumeInfo' => ['type' => 'list', 'member' => ['shape' => 'BrokerEBSVolumeInfo']], '__listOfClusterInfo' => ['type' => 'list', 'member' => ['shape' => 'ClusterInfo']], '__listOfClusterOperationInfo' => ['type' => 'list', 'member' => ['shape' => 'ClusterOperationInfo']], '__listOfClusterOperationStep' => ['type' => 'list', 'member' => ['shape' => 'ClusterOperationStep']], '__listOfCompatibleKafkaVersion' => ['type' => 'list', 'member' => ['shape' => 'CompatibleKafkaVersion']], '__listOfConfiguration' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], '__listOfConfigurationRevision' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRevision']], '__listOfKafkaVersion' => ['type' => 'list', 'member' => ['shape' => 'KafkaVersion']], '__listOfNodeInfo' => ['type' => 'list', 'member' => ['shape' => 'NodeInfo']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin1Max128' => ['type' => 'string', 'min' => 1, 'max' => 128], '__stringMin1Max64' => ['type' => 'string', 'min' => 1, 'max' => 64], '__stringMin5Max32' => ['type' => 'string', 'min' => 5, 'max' => 32], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601']]]; diff --git a/vendor/Aws3/Aws/data/kendra/2019-02-03/api-2.json.php b/vendor/Aws3/Aws/data/kendra/2019-02-03/api-2.json.php index 7b94571b..a823a288 100644 --- a/vendor/Aws3/Aws/data/kendra/2019-02-03/api-2.json.php +++ b/vendor/Aws3/Aws/data/kendra/2019-02-03/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-02-03', 'endpointPrefix' => 'kendra', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'kendra', 'serviceFullName' => 'AWSKendraFrontendService', 'serviceId' => 'kendra', 'signatureVersion' => 'v4', 'signingName' => 'kendra', 'targetPrefix' => 'AWSKendraFrontendService', 'uid' => 'kendra-2019-02-03'], 'operations' => ['BatchDeleteDocument' => ['name' => 'BatchDeleteDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteDocumentRequest'], 'output' => ['shape' => 'BatchDeleteDocumentResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'BatchPutDocument' => ['name' => 'BatchPutDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchPutDocumentRequest'], 'output' => ['shape' => 'BatchPutDocumentResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'CreateFaq' => ['name' => 'CreateFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFaqRequest'], 'output' => ['shape' => 'CreateFaqResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'CreateIndex' => ['name' => 'CreateIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIndexRequest'], 'output' => ['shape' => 'CreateIndexResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceAlreadyExistException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DeleteFaq' => ['name' => 'DeleteFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFaqRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DeleteIndex' => ['name' => 'DeleteIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIndexRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeDataSource' => ['name' => 'DescribeDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDataSourceRequest'], 'output' => ['shape' => 'DescribeDataSourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeFaq' => ['name' => 'DescribeFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFaqRequest'], 'output' => ['shape' => 'DescribeFaqResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeIndex' => ['name' => 'DescribeIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIndexRequest'], 'output' => ['shape' => 'DescribeIndexResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'ListDataSourceSyncJobs' => ['name' => 'ListDataSourceSyncJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDataSourceSyncJobsRequest'], 'output' => ['shape' => 'ListDataSourceSyncJobsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListFaqs' => ['name' => 'ListFaqs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFaqsRequest'], 'output' => ['shape' => 'ListFaqsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'ListIndices' => ['name' => 'ListIndices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIndicesRequest'], 'output' => ['shape' => 'ListIndicesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'Query' => ['name' => 'Query', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'QueryRequest'], 'output' => ['shape' => 'QueryResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'StartDataSourceSyncJob' => ['name' => 'StartDataSourceSyncJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDataSourceSyncJobRequest'], 'output' => ['shape' => 'StartDataSourceSyncJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'StopDataSourceSyncJob' => ['name' => 'StopDataSourceSyncJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDataSourceSyncJobRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'SubmitFeedback' => ['name' => 'SubmitFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitFeedbackRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UpdateIndex' => ['name' => 'UpdateIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIndexRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AccessControlListConfiguration' => ['type' => 'structure', 'members' => ['KeyPath' => ['shape' => 'S3ObjectKey']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AclConfiguration' => ['type' => 'structure', 'required' => ['AllowedGroupsColumnName'], 'members' => ['AllowedGroupsColumnName' => ['shape' => 'ColumnName']]], 'AdditionalResultAttribute' => ['type' => 'structure', 'required' => ['Key', 'ValueType', 'Value'], 'members' => ['Key' => ['shape' => 'String'], 'ValueType' => ['shape' => 'AdditionalResultAttributeValueType'], 'Value' => ['shape' => 'AdditionalResultAttributeValue']]], 'AdditionalResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'AdditionalResultAttribute']], 'AdditionalResultAttributeValue' => ['type' => 'structure', 'members' => ['TextWithHighlightsValue' => ['shape' => 'TextWithHighlights']]], 'AdditionalResultAttributeValueType' => ['type' => 'string', 'enum' => ['TEXT_WITH_HIGHLIGHTS_VALUE']], 'AttributeFilter' => ['type' => 'structure', 'members' => ['AndAllFilters' => ['shape' => 'AttributeFilterList'], 'OrAllFilters' => ['shape' => 'AttributeFilterList'], 'NotFilter' => ['shape' => 'AttributeFilter'], 'EqualsTo' => ['shape' => 'DocumentAttribute'], 'ContainsAll' => ['shape' => 'DocumentAttribute'], 'ContainsAny' => ['shape' => 'DocumentAttribute'], 'GreaterThan' => ['shape' => 'DocumentAttribute'], 'GreaterThanOrEquals' => ['shape' => 'DocumentAttribute'], 'LessThan' => ['shape' => 'DocumentAttribute'], 'LessThanOrEquals' => ['shape' => 'DocumentAttribute']]], 'AttributeFilterList' => ['type' => 'list', 'member' => ['shape' => 'AttributeFilter'], 'max' => 5, 'min' => 1], 'BatchDeleteDocumentRequest' => ['type' => 'structure', 'required' => ['IndexId', 'DocumentIdList'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'DocumentIdList' => ['shape' => 'DocumentIdList']]], 'BatchDeleteDocumentResponse' => ['type' => 'structure', 'members' => ['FailedDocuments' => ['shape' => 'BatchDeleteDocumentResponseFailedDocuments']]], 'BatchDeleteDocumentResponseFailedDocument' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DocumentId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'BatchDeleteDocumentResponseFailedDocuments' => ['type' => 'list', 'member' => ['shape' => 'BatchDeleteDocumentResponseFailedDocument']], 'BatchPutDocumentRequest' => ['type' => 'structure', 'required' => ['IndexId', 'Documents'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'RoleArn' => ['shape' => 'RoleArn'], 'Documents' => ['shape' => 'DocumentList']]], 'BatchPutDocumentResponse' => ['type' => 'structure', 'members' => ['FailedDocuments' => ['shape' => 'BatchPutDocumentResponseFailedDocuments']]], 'BatchPutDocumentResponseFailedDocument' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DocumentId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'BatchPutDocumentResponseFailedDocuments' => ['type' => 'list', 'member' => ['shape' => 'BatchPutDocumentResponseFailedDocument']], 'Blob' => ['type' => 'blob', 'max' => 153600, 'min' => 1], 'Boolean' => ['type' => 'boolean'], 'ChangeDetectingColumns' => ['type' => 'list', 'member' => ['shape' => 'ColumnName'], 'max' => 5, 'min' => 1], 'ClickFeedback' => ['type' => 'structure', 'required' => ['ResultId', 'ClickTime'], 'members' => ['ResultId' => ['shape' => 'ResultId'], 'ClickTime' => ['shape' => 'Timestamp']]], 'ClickFeedbackList' => ['type' => 'list', 'member' => ['shape' => 'ClickFeedback']], 'ColumnConfiguration' => ['type' => 'structure', 'required' => ['DocumentIdColumnName', 'DocumentDataColumnName', 'ChangeDetectingColumns'], 'members' => ['DocumentIdColumnName' => ['shape' => 'ColumnName'], 'DocumentDataColumnName' => ['shape' => 'ColumnName'], 'DocumentTitleColumnName' => ['shape' => 'ColumnName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList'], 'ChangeDetectingColumns' => ['shape' => 'ChangeDetectingColumns']]], 'ColumnName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConnectionConfiguration' => ['type' => 'structure', 'required' => ['DatabaseHost', 'DatabasePort', 'DatabaseName', 'TableName', 'SecretArn'], 'members' => ['DatabaseHost' => ['shape' => 'DatabaseHost'], 'DatabasePort' => ['shape' => 'DatabasePort'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'TableName' => ['shape' => 'TableName'], 'SecretArn' => ['shape' => 'SecretArn']]], 'ContentType' => ['type' => 'string', 'enum' => ['PDF', 'HTML', 'MS_WORD', 'PLAIN_TEXT', 'PPT']], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'IndexId', 'Type', 'Configuration', 'RoleArn'], 'members' => ['Name' => ['shape' => 'DataSourceName'], 'IndexId' => ['shape' => 'IndexId'], 'Type' => ['shape' => 'DataSourceType'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'Description' => ['shape' => 'Description'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'DataSourceId']]], 'CreateFaqRequest' => ['type' => 'structure', 'required' => ['IndexId', 'Name', 'S3Path', 'RoleArn'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'FaqName'], 'Description' => ['shape' => 'Description'], 'S3Path' => ['shape' => 'S3Path'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CreateFaqResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId']]], 'CreateIndexRequest' => ['type' => 'structure', 'required' => ['Name', 'RoleArn'], 'members' => ['Name' => ['shape' => 'IndexName'], 'RoleArn' => ['shape' => 'RoleArn'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration'], 'Description' => ['shape' => 'Description']]], 'CreateIndexResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'IndexId']]], 'DataSourceConfiguration' => ['type' => 'structure', 'members' => ['S3Configuration' => ['shape' => 'S3DataSourceConfiguration'], 'SharePointConfiguration' => ['shape' => 'SharePointConfiguration'], 'DatabaseConfiguration' => ['shape' => 'DatabaseConfiguration']]], 'DataSourceDateFieldFormat' => ['type' => 'string', 'max' => 40, 'min' => 4], 'DataSourceFieldName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'DataSourceId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'DataSourceInclusionsExclusionsStrings' => ['type' => 'list', 'member' => ['shape' => 'DataSourceInclusionsExclusionsStringsMember'], 'max' => 100, 'min' => 0], 'DataSourceInclusionsExclusionsStringsMember' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'DataSourceName' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'DataSourceStatus' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'FAILED', 'UPDATING', 'ACTIVE']], 'DataSourceSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DataSourceName'], 'Id' => ['shape' => 'DataSourceId'], 'Type' => ['shape' => 'DataSourceType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'DataSourceStatus']]], 'DataSourceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceSummary']], 'DataSourceSyncJob' => ['type' => 'structure', 'members' => ['ExecutionId' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'DataSourceSyncJobStatus'], 'ErrorMessage' => ['shape' => 'ErrorMessage'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'DataSourceErrorCode' => ['shape' => 'String']]], 'DataSourceSyncJobHistoryList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceSyncJob']], 'DataSourceSyncJobStatus' => ['type' => 'string', 'enum' => ['FAILED', 'SUCCEEDED', 'SYNCING', 'INCOMPLETE', 'STOPPING', 'ABORTED']], 'DataSourceToIndexFieldMapping' => ['type' => 'structure', 'required' => ['DataSourceFieldName', 'IndexFieldName'], 'members' => ['DataSourceFieldName' => ['shape' => 'DataSourceFieldName'], 'DateFieldFormat' => ['shape' => 'DataSourceDateFieldFormat'], 'IndexFieldName' => ['shape' => 'IndexFieldName']]], 'DataSourceToIndexFieldMappingList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceToIndexFieldMapping'], 'max' => 100, 'min' => 1], 'DataSourceType' => ['type' => 'string', 'enum' => ['S3', 'SHAREPOINT', 'DATABASE']], 'DataSourceVpcConfiguration' => ['type' => 'structure', 'required' => ['SubnetIds', 'SecurityGroupIds'], 'members' => ['SubnetIds' => ['shape' => 'SubnetIdList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList']]], 'DatabaseConfiguration' => ['type' => 'structure', 'required' => ['DatabaseEngineType', 'ConnectionConfiguration', 'ColumnConfiguration'], 'members' => ['DatabaseEngineType' => ['shape' => 'DatabaseEngineType'], 'ConnectionConfiguration' => ['shape' => 'ConnectionConfiguration'], 'VpcConfiguration' => ['shape' => 'DataSourceVpcConfiguration'], 'ColumnConfiguration' => ['shape' => 'ColumnConfiguration'], 'AclConfiguration' => ['shape' => 'AclConfiguration']]], 'DatabaseEngineType' => ['type' => 'string', 'enum' => ['RDS_AURORA_MYSQL', 'RDS_AURORA_POSTGRESQL', 'RDS_MYSQL', 'RDS_POSTGRESQL']], 'DatabaseHost' => ['type' => 'string', 'max' => 253, 'min' => 1], 'DatabaseName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'DatabasePort' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'DeleteFaqRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId']]], 'DeleteIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId']]], 'DescribeDataSourceRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'DescribeDataSourceResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'DataSourceName'], 'Type' => ['shape' => 'DataSourceType'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'DataSourceStatus'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'DescribeFaqRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId']]], 'DescribeFaqResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'FaqName'], 'Description' => ['shape' => 'Description'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'S3Path' => ['shape' => 'S3Path'], 'Status' => ['shape' => 'FaqStatus'], 'RoleArn' => ['shape' => 'RoleArn'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'DescribeIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId']]], 'DescribeIndexResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'IndexName'], 'Id' => ['shape' => 'IndexId'], 'RoleArn' => ['shape' => 'RoleArn'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration'], 'Status' => ['shape' => 'IndexStatus'], 'Description' => ['shape' => 'Description'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'DocumentMetadataConfigurations' => ['shape' => 'DocumentMetadataConfigurationList'], 'IndexStatistics' => ['shape' => 'IndexStatistics'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'Description' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'Document' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'DocumentId'], 'Title' => ['shape' => 'Title'], 'Blob' => ['shape' => 'Blob'], 'S3Path' => ['shape' => 'S3Path'], 'Attributes' => ['shape' => 'DocumentAttributeList'], 'AccessControlList' => ['shape' => 'PrincipalList'], 'ContentType' => ['shape' => 'ContentType']]], 'DocumentAttribute' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'DocumentAttributeKey'], 'Value' => ['shape' => 'DocumentAttributeValue']]], 'DocumentAttributeKey' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[a-zA-Z0-9_][a-zA-Z0-9_-]*'], 'DocumentAttributeKeyList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttributeKey'], 'max' => 100, 'min' => 1], 'DocumentAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttribute'], 'max' => 100, 'min' => 1], 'DocumentAttributeStringListValue' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 5, 'min' => 1], 'DocumentAttributeStringValue' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'DocumentAttributeValue' => ['type' => 'structure', 'members' => ['StringValue' => ['shape' => 'DocumentAttributeStringValue'], 'StringListValue' => ['shape' => 'DocumentAttributeStringListValue'], 'LongValue' => ['shape' => 'Long'], 'DateValue' => ['shape' => 'Timestamp']]], 'DocumentAttributeValueCountPair' => ['type' => 'structure', 'members' => ['DocumentAttributeValue' => ['shape' => 'DocumentAttributeValue'], 'Count' => ['shape' => 'Integer']]], 'DocumentAttributeValueCountPairList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttributeValueCountPair']], 'DocumentAttributeValueType' => ['type' => 'string', 'enum' => ['STRING_VALUE', 'STRING_LIST_VALUE', 'LONG_VALUE', 'DATE_VALUE']], 'DocumentId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'DocumentIdList' => ['type' => 'list', 'member' => ['shape' => 'DocumentId'], 'max' => 10, 'min' => 1], 'DocumentList' => ['type' => 'list', 'member' => ['shape' => 'Document'], 'max' => 10, 'min' => 1], 'DocumentMetadataBoolean' => ['type' => 'boolean'], 'DocumentMetadataConfiguration' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'DocumentMetadataConfigurationName'], 'Type' => ['shape' => 'DocumentAttributeValueType'], 'Relevance' => ['shape' => 'Relevance'], 'Search' => ['shape' => 'Search']]], 'DocumentMetadataConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DocumentMetadataConfiguration'], 'max' => 500, 'min' => 0], 'DocumentMetadataConfigurationName' => ['type' => 'string', 'max' => 30, 'min' => 1], 'DocumentsMetadataConfiguration' => ['type' => 'structure', 'members' => ['S3Prefix' => ['shape' => 'S3ObjectKey']]], 'Duration' => ['type' => 'string', 'max' => 10, 'min' => 1, 'pattern' => '[0-9]+[s]'], 'ErrorCode' => ['type' => 'string', 'enum' => ['InternalError', 'InvalidRequest']], 'ErrorMessage' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'Facet' => ['type' => 'structure', 'members' => ['DocumentAttributeKey' => ['shape' => 'DocumentAttributeKey']]], 'FacetList' => ['type' => 'list', 'member' => ['shape' => 'Facet']], 'FacetResult' => ['type' => 'structure', 'members' => ['DocumentAttributeKey' => ['shape' => 'DocumentAttributeKey'], 'DocumentAttributeValueCountPairs' => ['shape' => 'DocumentAttributeValueCountPairList']]], 'FacetResultList' => ['type' => 'list', 'member' => ['shape' => 'FacetResult']], 'FaqId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'FaqName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'FaqStatistics' => ['type' => 'structure', 'required' => ['IndexedQuestionAnswersCount'], 'members' => ['IndexedQuestionAnswersCount' => ['shape' => 'IndexedQuestionAnswersCount']]], 'FaqStatus' => ['type' => 'string', 'enum' => ['CREATING', 'UPDATING', 'ACTIVE', 'DELETING', 'FAILED']], 'FaqSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId'], 'Name' => ['shape' => 'FaqName'], 'Status' => ['shape' => 'FaqStatus'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'FaqSummaryItems' => ['type' => 'list', 'member' => ['shape' => 'FaqSummary']], 'Highlight' => ['type' => 'structure', 'required' => ['BeginOffset', 'EndOffset'], 'members' => ['BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'TopAnswer' => ['shape' => 'Boolean']]], 'HighlightList' => ['type' => 'list', 'member' => ['shape' => 'Highlight']], 'Importance' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'IndexConfigurationSummary' => ['type' => 'structure', 'required' => ['CreatedAt', 'UpdatedAt', 'Status'], 'members' => ['Name' => ['shape' => 'IndexName'], 'Id' => ['shape' => 'IndexId'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'IndexStatus']]], 'IndexConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IndexConfigurationSummary']], 'IndexFieldName' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'IndexId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9-]*'], 'IndexName' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'IndexStatistics' => ['type' => 'structure', 'required' => ['FaqStatistics', 'TextDocumentStatistics'], 'members' => ['FaqStatistics' => ['shape' => 'FaqStatistics'], 'TextDocumentStatistics' => ['shape' => 'TextDocumentStatistics']]], 'IndexStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'FAILED', 'SYSTEM_UPDATING']], 'IndexedQuestionAnswersCount' => ['type' => 'integer', 'min' => 0], 'IndexedTextDocumentsCount' => ['type' => 'integer', 'min' => 0], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'sensitive' => \true], 'ListDataSourceSyncJobsRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListDataSourceSyncJobsRequest'], 'StartTimeFilter' => ['shape' => 'TimeRange'], 'StatusFilter' => ['shape' => 'DataSourceSyncJobStatus']]], 'ListDataSourceSyncJobsResponse' => ['type' => 'structure', 'members' => ['History' => ['shape' => 'DataSourceSyncJobHistoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['IndexId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListDataSourcesRequest']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['SummaryItems' => ['shape' => 'DataSourceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFaqsRequest' => ['type' => 'structure', 'required' => ['IndexId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListFaqsRequest']]], 'ListFaqsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'FaqSummaryItems' => ['shape' => 'FaqSummaryItems']]], 'ListIndicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListIndicesRequest']]], 'ListIndicesResponse' => ['type' => 'structure', 'members' => ['IndexConfigurationSummaryItems' => ['shape' => 'IndexConfigurationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'Long' => ['type' => 'long'], 'MaxResultsIntegerForListDataSourceSyncJobsRequest' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'MaxResultsIntegerForListDataSourcesRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResultsIntegerForListFaqsRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResultsIntegerForListIndicesRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 800, 'min' => 1], 'Order' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'Principal' => ['type' => 'structure', 'required' => ['Name', 'Type', 'Access'], 'members' => ['Name' => ['shape' => 'PrincipalName'], 'Type' => ['shape' => 'PrincipalType'], 'Access' => ['shape' => 'ReadAccessType']]], 'PrincipalList' => ['type' => 'list', 'member' => ['shape' => 'Principal'], 'max' => 200, 'min' => 1], 'PrincipalName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'PrincipalType' => ['type' => 'string', 'enum' => ['USER', 'GROUP']], 'QueryId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'QueryRequest' => ['type' => 'structure', 'required' => ['IndexId', 'QueryText'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'QueryText' => ['shape' => 'QueryText'], 'AttributeFilter' => ['shape' => 'AttributeFilter'], 'Facets' => ['shape' => 'FacetList'], 'RequestedDocumentAttributes' => ['shape' => 'DocumentAttributeKeyList'], 'QueryResultTypeFilter' => ['shape' => 'QueryResultType'], 'PageNumber' => ['shape' => 'Integer'], 'PageSize' => ['shape' => 'Integer']]], 'QueryResult' => ['type' => 'structure', 'members' => ['QueryId' => ['shape' => 'QueryId'], 'ResultItems' => ['shape' => 'QueryResultItemList'], 'FacetResults' => ['shape' => 'FacetResultList'], 'TotalNumberOfResults' => ['shape' => 'Integer']]], 'QueryResultItem' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResultId'], 'Type' => ['shape' => 'QueryResultType'], 'AdditionalAttributes' => ['shape' => 'AdditionalResultAttributeList'], 'DocumentId' => ['shape' => 'DocumentId'], 'DocumentTitle' => ['shape' => 'TextWithHighlights'], 'DocumentExcerpt' => ['shape' => 'TextWithHighlights'], 'DocumentURI' => ['shape' => 'Url'], 'DocumentAttributes' => ['shape' => 'DocumentAttributeList']]], 'QueryResultItemList' => ['type' => 'list', 'member' => ['shape' => 'QueryResultItem']], 'QueryResultType' => ['type' => 'string', 'enum' => ['DOCUMENT', 'QUESTION_ANSWER', 'ANSWER']], 'QueryText' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'ReadAccessType' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'Relevance' => ['type' => 'structure', 'members' => ['Freshness' => ['shape' => 'DocumentMetadataBoolean'], 'Importance' => ['shape' => 'Importance'], 'Duration' => ['shape' => 'Duration'], 'RankOrder' => ['shape' => 'Order'], 'ValueImportanceMap' => ['shape' => 'ValueImportanceMap']]], 'RelevanceFeedback' => ['type' => 'structure', 'required' => ['ResultId', 'RelevanceValue'], 'members' => ['ResultId' => ['shape' => 'ResultId'], 'RelevanceValue' => ['shape' => 'RelevanceType']]], 'RelevanceFeedbackList' => ['type' => 'list', 'member' => ['shape' => 'RelevanceFeedback']], 'RelevanceType' => ['type' => 'string', 'enum' => ['RELEVANT', 'NOT_RELEVANT']], 'ResourceAlreadyExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResultId' => ['type' => 'string', 'max' => 73, 'min' => 1], 'RoleArn' => ['type' => 'string', 'max' => 1284, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]'], 'S3DataSourceConfiguration' => ['type' => 'structure', 'required' => ['BucketName'], 'members' => ['BucketName' => ['shape' => 'S3BucketName'], 'InclusionPrefixes' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'DocumentsMetadataConfiguration' => ['shape' => 'DocumentsMetadataConfiguration'], 'AccessControlListConfiguration' => ['shape' => 'AccessControlListConfiguration']]], 'S3ObjectKey' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'S3Path' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'S3BucketName'], 'Key' => ['shape' => 'S3ObjectKey']]], 'ScanSchedule' => ['type' => 'string'], 'Search' => ['type' => 'structure', 'members' => ['Facetable' => ['shape' => 'Boolean'], 'Searchable' => ['shape' => 'Boolean'], 'Displayable' => ['shape' => 'Boolean']]], 'SecretArn' => ['type' => 'string', 'max' => 1284, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupId'], 'max' => 10, 'min' => 1], 'ServerSideEncryptionConfiguration' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SharePointConfiguration' => ['type' => 'structure', 'required' => ['SharePointVersion', 'Urls', 'SecretArn'], 'members' => ['SharePointVersion' => ['shape' => 'SharePointVersion'], 'Urls' => ['shape' => 'SharePointUrlList'], 'SecretArn' => ['shape' => 'SecretArn'], 'CrawlAttachments' => ['shape' => 'Boolean'], 'VpcConfiguration' => ['shape' => 'DataSourceVpcConfiguration'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName']]], 'SharePointUrlList' => ['type' => 'list', 'member' => ['shape' => 'Url'], 'max' => 100, 'min' => 1], 'SharePointVersion' => ['type' => 'string', 'enum' => ['SHAREPOINT_ONLINE']], 'StartDataSourceSyncJobRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'StartDataSourceSyncJobResponse' => ['type' => 'structure', 'members' => ['ExecutionId' => ['shape' => 'String']]], 'StopDataSourceSyncJobRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'String' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SubmitFeedbackRequest' => ['type' => 'structure', 'required' => ['IndexId', 'QueryId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'QueryId' => ['shape' => 'QueryId'], 'ClickFeedbackItems' => ['shape' => 'ClickFeedbackList'], 'RelevanceFeedbackItems' => ['shape' => 'RelevanceFeedbackList']]], 'SubnetId' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\-0-9a-zA-Z]+'], 'SubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 6, 'min' => 1], 'TableName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'TextDocumentStatistics' => ['type' => 'structure', 'required' => ['IndexedTextDocumentsCount'], 'members' => ['IndexedTextDocumentsCount' => ['shape' => 'IndexedTextDocumentsCount']]], 'TextWithHighlights' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'String'], 'Highlights' => ['shape' => 'HighlightList']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'TimeRange' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'Title' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'Name' => ['shape' => 'DataSourceName'], 'IndexId' => ['shape' => 'IndexId'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'Description' => ['shape' => 'Description'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn']]], 'UpdateIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'IndexName'], 'RoleArn' => ['shape' => 'RoleArn'], 'Description' => ['shape' => 'Description'], 'DocumentMetadataConfigurationUpdates' => ['shape' => 'DocumentMetadataConfigurationList']]], 'Url' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^(https?|ftp|file):\\/\\/(.*)'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ValueImportanceMap' => ['type' => 'map', 'key' => ['shape' => 'ValueImportanceMapKey'], 'value' => ['shape' => 'Importance']], 'ValueImportanceMapKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'VpcSecurityGroupId' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-02-03', 'endpointPrefix' => 'kendra', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'kendra', 'serviceFullName' => 'AWSKendraFrontendService', 'serviceId' => 'kendra', 'signatureVersion' => 'v4', 'signingName' => 'kendra', 'targetPrefix' => 'AWSKendraFrontendService', 'uid' => 'kendra-2019-02-03'], 'operations' => ['BatchDeleteDocument' => ['name' => 'BatchDeleteDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteDocumentRequest'], 'output' => ['shape' => 'BatchDeleteDocumentResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'BatchPutDocument' => ['name' => 'BatchPutDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchPutDocumentRequest'], 'output' => ['shape' => 'BatchPutDocumentResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'CreateFaq' => ['name' => 'CreateFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFaqRequest'], 'output' => ['shape' => 'CreateFaqResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'CreateIndex' => ['name' => 'CreateIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIndexRequest'], 'output' => ['shape' => 'CreateIndexResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceAlreadyExistException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'DeleteDataSource' => ['name' => 'DeleteDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDataSourceRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeleteFaq' => ['name' => 'DeleteFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFaqRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DeleteIndex' => ['name' => 'DeleteIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIndexRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeDataSource' => ['name' => 'DescribeDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDataSourceRequest'], 'output' => ['shape' => 'DescribeDataSourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeFaq' => ['name' => 'DescribeFaq', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFaqRequest'], 'output' => ['shape' => 'DescribeFaqResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'DescribeIndex' => ['name' => 'DescribeIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIndexRequest'], 'output' => ['shape' => 'DescribeIndexResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'ListDataSourceSyncJobs' => ['name' => 'ListDataSourceSyncJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDataSourceSyncJobsRequest'], 'output' => ['shape' => 'ListDataSourceSyncJobsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListFaqs' => ['name' => 'ListFaqs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFaqsRequest'], 'output' => ['shape' => 'ListFaqsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'ListIndices' => ['name' => 'ListIndices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIndicesRequest'], 'output' => ['shape' => 'ListIndicesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'Query' => ['name' => 'Query', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'QueryRequest'], 'output' => ['shape' => 'QueryResult'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]], 'StartDataSourceSyncJob' => ['name' => 'StartDataSourceSyncJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDataSourceSyncJobRequest'], 'output' => ['shape' => 'StartDataSourceSyncJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServerException']]], 'StopDataSourceSyncJob' => ['name' => 'StopDataSourceSyncJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDataSourceSyncJobRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'SubmitFeedback' => ['name' => 'SubmitFeedback', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SubmitFeedbackRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerException']]], 'UpdateIndex' => ['name' => 'UpdateIndex', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIndexRequest'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['AccessControlListConfiguration' => ['type' => 'structure', 'members' => ['KeyPath' => ['shape' => 'S3ObjectKey']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'AclConfiguration' => ['type' => 'structure', 'required' => ['AllowedGroupsColumnName'], 'members' => ['AllowedGroupsColumnName' => ['shape' => 'ColumnName']]], 'AdditionalResultAttribute' => ['type' => 'structure', 'required' => ['Key', 'ValueType', 'Value'], 'members' => ['Key' => ['shape' => 'String'], 'ValueType' => ['shape' => 'AdditionalResultAttributeValueType'], 'Value' => ['shape' => 'AdditionalResultAttributeValue']]], 'AdditionalResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'AdditionalResultAttribute']], 'AdditionalResultAttributeValue' => ['type' => 'structure', 'members' => ['TextWithHighlightsValue' => ['shape' => 'TextWithHighlights']]], 'AdditionalResultAttributeValueType' => ['type' => 'string', 'enum' => ['TEXT_WITH_HIGHLIGHTS_VALUE']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'AttributeFilter' => ['type' => 'structure', 'members' => ['AndAllFilters' => ['shape' => 'AttributeFilterList'], 'OrAllFilters' => ['shape' => 'AttributeFilterList'], 'NotFilter' => ['shape' => 'AttributeFilter'], 'EqualsTo' => ['shape' => 'DocumentAttribute'], 'ContainsAll' => ['shape' => 'DocumentAttribute'], 'ContainsAny' => ['shape' => 'DocumentAttribute'], 'GreaterThan' => ['shape' => 'DocumentAttribute'], 'GreaterThanOrEquals' => ['shape' => 'DocumentAttribute'], 'LessThan' => ['shape' => 'DocumentAttribute'], 'LessThanOrEquals' => ['shape' => 'DocumentAttribute']]], 'AttributeFilterList' => ['type' => 'list', 'member' => ['shape' => 'AttributeFilter']], 'BatchDeleteDocumentRequest' => ['type' => 'structure', 'required' => ['IndexId', 'DocumentIdList'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'DocumentIdList' => ['shape' => 'DocumentIdList'], 'DataSourceSyncJobMetricTarget' => ['shape' => 'DataSourceSyncJobMetricTarget']]], 'BatchDeleteDocumentResponse' => ['type' => 'structure', 'members' => ['FailedDocuments' => ['shape' => 'BatchDeleteDocumentResponseFailedDocuments']]], 'BatchDeleteDocumentResponseFailedDocument' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DocumentId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'BatchDeleteDocumentResponseFailedDocuments' => ['type' => 'list', 'member' => ['shape' => 'BatchDeleteDocumentResponseFailedDocument']], 'BatchPutDocumentRequest' => ['type' => 'structure', 'required' => ['IndexId', 'Documents'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'RoleArn' => ['shape' => 'RoleArn'], 'Documents' => ['shape' => 'DocumentList']]], 'BatchPutDocumentResponse' => ['type' => 'structure', 'members' => ['FailedDocuments' => ['shape' => 'BatchPutDocumentResponseFailedDocuments']]], 'BatchPutDocumentResponseFailedDocument' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DocumentId'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'BatchPutDocumentResponseFailedDocuments' => ['type' => 'list', 'member' => ['shape' => 'BatchPutDocumentResponseFailedDocument']], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'CapacityUnitsConfiguration' => ['type' => 'structure', 'required' => ['StorageCapacityUnits', 'QueryCapacityUnits'], 'members' => ['StorageCapacityUnits' => ['shape' => 'StorageCapacityUnit'], 'QueryCapacityUnits' => ['shape' => 'QueryCapacityUnit']]], 'ChangeDetectingColumns' => ['type' => 'list', 'member' => ['shape' => 'ColumnName'], 'max' => 5, 'min' => 1], 'ClickFeedback' => ['type' => 'structure', 'required' => ['ResultId', 'ClickTime'], 'members' => ['ResultId' => ['shape' => 'ResultId'], 'ClickTime' => ['shape' => 'Timestamp']]], 'ClickFeedbackList' => ['type' => 'list', 'member' => ['shape' => 'ClickFeedback']], 'ClientTokenName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ColumnConfiguration' => ['type' => 'structure', 'required' => ['DocumentIdColumnName', 'DocumentDataColumnName', 'ChangeDetectingColumns'], 'members' => ['DocumentIdColumnName' => ['shape' => 'ColumnName'], 'DocumentDataColumnName' => ['shape' => 'ColumnName'], 'DocumentTitleColumnName' => ['shape' => 'ColumnName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList'], 'ChangeDetectingColumns' => ['shape' => 'ChangeDetectingColumns']]], 'ColumnName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConnectionConfiguration' => ['type' => 'structure', 'required' => ['DatabaseHost', 'DatabasePort', 'DatabaseName', 'TableName', 'SecretArn'], 'members' => ['DatabaseHost' => ['shape' => 'DatabaseHost'], 'DatabasePort' => ['shape' => 'DatabasePort'], 'DatabaseName' => ['shape' => 'DatabaseName'], 'TableName' => ['shape' => 'TableName'], 'SecretArn' => ['shape' => 'SecretArn']]], 'ContentType' => ['type' => 'string', 'enum' => ['PDF', 'HTML', 'MS_WORD', 'PLAIN_TEXT', 'PPT']], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['Name', 'IndexId', 'Type', 'Configuration', 'RoleArn'], 'members' => ['Name' => ['shape' => 'DataSourceName'], 'IndexId' => ['shape' => 'IndexId'], 'Type' => ['shape' => 'DataSourceType'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'Description' => ['shape' => 'Description'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'DataSourceId']]], 'CreateFaqRequest' => ['type' => 'structure', 'required' => ['IndexId', 'Name', 'S3Path', 'RoleArn'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'FaqName'], 'Description' => ['shape' => 'Description'], 'S3Path' => ['shape' => 'S3Path'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateFaqResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId']]], 'CreateIndexRequest' => ['type' => 'structure', 'required' => ['Name', 'RoleArn'], 'members' => ['Name' => ['shape' => 'IndexName'], 'Edition' => ['shape' => 'IndexEdition'], 'RoleArn' => ['shape' => 'RoleArn'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration'], 'Description' => ['shape' => 'Description'], 'ClientToken' => ['shape' => 'ClientTokenName', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateIndexResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'IndexId']]], 'DataSourceConfiguration' => ['type' => 'structure', 'members' => ['S3Configuration' => ['shape' => 'S3DataSourceConfiguration'], 'SharePointConfiguration' => ['shape' => 'SharePointConfiguration'], 'DatabaseConfiguration' => ['shape' => 'DatabaseConfiguration'], 'SalesforceConfiguration' => ['shape' => 'SalesforceConfiguration'], 'OneDriveConfiguration' => ['shape' => 'OneDriveConfiguration'], 'ServiceNowConfiguration' => ['shape' => 'ServiceNowConfiguration']]], 'DataSourceDateFieldFormat' => ['type' => 'string', 'max' => 40, 'min' => 4, 'pattern' => '^(?!\\s).*(? ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_.]*$'], 'DataSourceId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'DataSourceInclusionsExclusionsStrings' => ['type' => 'list', 'member' => ['shape' => 'DataSourceInclusionsExclusionsStringsMember'], 'max' => 100, 'min' => 0], 'DataSourceInclusionsExclusionsStringsMember' => ['type' => 'string', 'max' => 150, 'min' => 1], 'DataSourceName' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'DataSourceStatus' => ['type' => 'string', 'enum' => ['CREATING', 'DELETING', 'FAILED', 'UPDATING', 'ACTIVE']], 'DataSourceSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DataSourceName'], 'Id' => ['shape' => 'DataSourceId'], 'Type' => ['shape' => 'DataSourceType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'DataSourceStatus']]], 'DataSourceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceSummary']], 'DataSourceSyncJob' => ['type' => 'structure', 'members' => ['ExecutionId' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'DataSourceSyncJobStatus'], 'ErrorMessage' => ['shape' => 'ErrorMessage'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'DataSourceErrorCode' => ['shape' => 'String'], 'Metrics' => ['shape' => 'DataSourceSyncJobMetrics']]], 'DataSourceSyncJobHistoryList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceSyncJob']], 'DataSourceSyncJobId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'DataSourceSyncJobMetricTarget' => ['type' => 'structure', 'required' => ['DataSourceId', 'DataSourceSyncJobId'], 'members' => ['DataSourceId' => ['shape' => 'DataSourceId'], 'DataSourceSyncJobId' => ['shape' => 'DataSourceSyncJobId']]], 'DataSourceSyncJobMetrics' => ['type' => 'structure', 'members' => ['DocumentsAdded' => ['shape' => 'MetricValue'], 'DocumentsModified' => ['shape' => 'MetricValue'], 'DocumentsDeleted' => ['shape' => 'MetricValue'], 'DocumentsFailed' => ['shape' => 'MetricValue'], 'DocumentsScanned' => ['shape' => 'MetricValue']]], 'DataSourceSyncJobStatus' => ['type' => 'string', 'enum' => ['FAILED', 'SUCCEEDED', 'SYNCING', 'INCOMPLETE', 'STOPPING', 'ABORTED', 'SYNCING_INDEXING']], 'DataSourceToIndexFieldMapping' => ['type' => 'structure', 'required' => ['DataSourceFieldName', 'IndexFieldName'], 'members' => ['DataSourceFieldName' => ['shape' => 'DataSourceFieldName'], 'DateFieldFormat' => ['shape' => 'DataSourceDateFieldFormat'], 'IndexFieldName' => ['shape' => 'IndexFieldName']]], 'DataSourceToIndexFieldMappingList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceToIndexFieldMapping'], 'max' => 100, 'min' => 1], 'DataSourceType' => ['type' => 'string', 'enum' => ['S3', 'SHAREPOINT', 'DATABASE', 'SALESFORCE', 'ONEDRIVE', 'SERVICENOW']], 'DataSourceVpcConfiguration' => ['type' => 'structure', 'required' => ['SubnetIds', 'SecurityGroupIds'], 'members' => ['SubnetIds' => ['shape' => 'SubnetIdList'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIdList']]], 'DatabaseConfiguration' => ['type' => 'structure', 'required' => ['DatabaseEngineType', 'ConnectionConfiguration', 'ColumnConfiguration'], 'members' => ['DatabaseEngineType' => ['shape' => 'DatabaseEngineType'], 'ConnectionConfiguration' => ['shape' => 'ConnectionConfiguration'], 'VpcConfiguration' => ['shape' => 'DataSourceVpcConfiguration'], 'ColumnConfiguration' => ['shape' => 'ColumnConfiguration'], 'AclConfiguration' => ['shape' => 'AclConfiguration'], 'SqlConfiguration' => ['shape' => 'SqlConfiguration']]], 'DatabaseEngineType' => ['type' => 'string', 'enum' => ['RDS_AURORA_MYSQL', 'RDS_AURORA_POSTGRESQL', 'RDS_MYSQL', 'RDS_POSTGRESQL']], 'DatabaseHost' => ['type' => 'string', 'max' => 253, 'min' => 1], 'DatabaseName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'DatabasePort' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'DeleteDataSourceRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'DeleteFaqRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId']]], 'DeleteIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId']]], 'DescribeDataSourceRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'DescribeDataSourceResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'DataSourceName'], 'Type' => ['shape' => 'DataSourceType'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'Description'], 'Status' => ['shape' => 'DataSourceStatus'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'DescribeFaqRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId']]], 'DescribeFaqResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId'], 'IndexId' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'FaqName'], 'Description' => ['shape' => 'Description'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'S3Path' => ['shape' => 'S3Path'], 'Status' => ['shape' => 'FaqStatus'], 'RoleArn' => ['shape' => 'RoleArn'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'DescribeIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId']]], 'DescribeIndexResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'IndexName'], 'Id' => ['shape' => 'IndexId'], 'Edition' => ['shape' => 'IndexEdition'], 'RoleArn' => ['shape' => 'RoleArn'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration'], 'Status' => ['shape' => 'IndexStatus'], 'Description' => ['shape' => 'Description'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'DocumentMetadataConfigurations' => ['shape' => 'DocumentMetadataConfigurationList'], 'IndexStatistics' => ['shape' => 'IndexStatistics'], 'ErrorMessage' => ['shape' => 'ErrorMessage'], 'CapacityUnits' => ['shape' => 'CapacityUnitsConfiguration']]], 'Description' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'Document' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'DocumentId'], 'Title' => ['shape' => 'Title'], 'Blob' => ['shape' => 'Blob'], 'S3Path' => ['shape' => 'S3Path'], 'Attributes' => ['shape' => 'DocumentAttributeList'], 'AccessControlList' => ['shape' => 'PrincipalList'], 'ContentType' => ['shape' => 'ContentType']]], 'DocumentAttribute' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'DocumentAttributeKey'], 'Value' => ['shape' => 'DocumentAttributeValue']]], 'DocumentAttributeKey' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[a-zA-Z0-9_][a-zA-Z0-9_-]*'], 'DocumentAttributeKeyList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttributeKey'], 'max' => 100, 'min' => 1], 'DocumentAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttribute']], 'DocumentAttributeStringListValue' => ['type' => 'list', 'member' => ['shape' => 'String']], 'DocumentAttributeStringValue' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'DocumentAttributeValue' => ['type' => 'structure', 'members' => ['StringValue' => ['shape' => 'DocumentAttributeStringValue'], 'StringListValue' => ['shape' => 'DocumentAttributeStringListValue'], 'LongValue' => ['shape' => 'Long'], 'DateValue' => ['shape' => 'Timestamp']]], 'DocumentAttributeValueCountPair' => ['type' => 'structure', 'members' => ['DocumentAttributeValue' => ['shape' => 'DocumentAttributeValue'], 'Count' => ['shape' => 'Integer']]], 'DocumentAttributeValueCountPairList' => ['type' => 'list', 'member' => ['shape' => 'DocumentAttributeValueCountPair']], 'DocumentAttributeValueType' => ['type' => 'string', 'enum' => ['STRING_VALUE', 'STRING_LIST_VALUE', 'LONG_VALUE', 'DATE_VALUE']], 'DocumentId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'DocumentIdList' => ['type' => 'list', 'member' => ['shape' => 'DocumentId'], 'max' => 10, 'min' => 1], 'DocumentList' => ['type' => 'list', 'member' => ['shape' => 'Document'], 'max' => 10, 'min' => 1], 'DocumentMetadataBoolean' => ['type' => 'boolean'], 'DocumentMetadataConfiguration' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'DocumentMetadataConfigurationName'], 'Type' => ['shape' => 'DocumentAttributeValueType'], 'Relevance' => ['shape' => 'Relevance'], 'Search' => ['shape' => 'Search']]], 'DocumentMetadataConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DocumentMetadataConfiguration'], 'max' => 500, 'min' => 0], 'DocumentMetadataConfigurationName' => ['type' => 'string', 'max' => 30, 'min' => 1], 'DocumentsMetadataConfiguration' => ['type' => 'structure', 'members' => ['S3Prefix' => ['shape' => 'S3ObjectKey']]], 'Duration' => ['type' => 'string', 'max' => 10, 'min' => 1, 'pattern' => '[0-9]+[s]'], 'ErrorCode' => ['type' => 'string', 'enum' => ['InternalError', 'InvalidRequest']], 'ErrorMessage' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'Facet' => ['type' => 'structure', 'members' => ['DocumentAttributeKey' => ['shape' => 'DocumentAttributeKey']]], 'FacetList' => ['type' => 'list', 'member' => ['shape' => 'Facet']], 'FacetResult' => ['type' => 'structure', 'members' => ['DocumentAttributeKey' => ['shape' => 'DocumentAttributeKey'], 'DocumentAttributeValueCountPairs' => ['shape' => 'DocumentAttributeValueCountPairList']]], 'FacetResultList' => ['type' => 'list', 'member' => ['shape' => 'FacetResult']], 'FaqId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'FaqName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'FaqStatistics' => ['type' => 'structure', 'required' => ['IndexedQuestionAnswersCount'], 'members' => ['IndexedQuestionAnswersCount' => ['shape' => 'IndexedQuestionAnswersCount']]], 'FaqStatus' => ['type' => 'string', 'enum' => ['CREATING', 'UPDATING', 'ACTIVE', 'DELETING', 'FAILED']], 'FaqSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'FaqId'], 'Name' => ['shape' => 'FaqName'], 'Status' => ['shape' => 'FaqStatus'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'FaqSummaryItems' => ['type' => 'list', 'member' => ['shape' => 'FaqSummary']], 'Highlight' => ['type' => 'structure', 'required' => ['BeginOffset', 'EndOffset'], 'members' => ['BeginOffset' => ['shape' => 'Integer'], 'EndOffset' => ['shape' => 'Integer'], 'TopAnswer' => ['shape' => 'Boolean']]], 'HighlightList' => ['type' => 'list', 'member' => ['shape' => 'Highlight']], 'Importance' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'IndexConfigurationSummary' => ['type' => 'structure', 'required' => ['CreatedAt', 'UpdatedAt', 'Status'], 'members' => ['Name' => ['shape' => 'IndexName'], 'Id' => ['shape' => 'IndexId'], 'Edition' => ['shape' => 'IndexEdition'], 'CreatedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'IndexStatus']]], 'IndexConfigurationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IndexConfigurationSummary']], 'IndexEdition' => ['type' => 'string', 'enum' => ['DEVELOPER_EDITION', 'ENTERPRISE_EDITION']], 'IndexFieldName' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'IndexId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9-]*'], 'IndexName' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'IndexStatistics' => ['type' => 'structure', 'required' => ['FaqStatistics', 'TextDocumentStatistics'], 'members' => ['FaqStatistics' => ['shape' => 'FaqStatistics'], 'TextDocumentStatistics' => ['shape' => 'TextDocumentStatistics']]], 'IndexStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'FAILED', 'UPDATING', 'SYSTEM_UPDATING']], 'IndexedQuestionAnswersCount' => ['type' => 'integer', 'min' => 0], 'IndexedTextBytes' => ['type' => 'long', 'min' => 0], 'IndexedTextDocumentsCount' => ['type' => 'integer', 'min' => 0], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'sensitive' => \true], 'ListDataSourceSyncJobsRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListDataSourceSyncJobsRequest'], 'StartTimeFilter' => ['shape' => 'TimeRange'], 'StatusFilter' => ['shape' => 'DataSourceSyncJobStatus']]], 'ListDataSourceSyncJobsResponse' => ['type' => 'structure', 'members' => ['History' => ['shape' => 'DataSourceSyncJobHistoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['IndexId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListDataSourcesRequest']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['SummaryItems' => ['shape' => 'DataSourceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFaqsRequest' => ['type' => 'structure', 'required' => ['IndexId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListFaqsRequest']]], 'ListFaqsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'FaqSummaryItems' => ['shape' => 'FaqSummaryItems']]], 'ListIndicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultsIntegerForListIndicesRequest']]], 'ListIndicesResponse' => ['type' => 'structure', 'members' => ['IndexConfigurationSummaryItems' => ['shape' => 'IndexConfigurationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'Long' => ['type' => 'long'], 'MaxResultsIntegerForListDataSourceSyncJobsRequest' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'MaxResultsIntegerForListDataSourcesRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResultsIntegerForListFaqsRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResultsIntegerForListIndicesRequest' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MetricValue' => ['type' => 'string', 'pattern' => '(([1-9][0-9]*)|0)'], 'NextToken' => ['type' => 'string', 'max' => 800, 'min' => 1], 'OneDriveConfiguration' => ['type' => 'structure', 'required' => ['TenantDomain', 'SecretArn', 'OneDriveUsers'], 'members' => ['TenantDomain' => ['shape' => 'TenantDomain'], 'SecretArn' => ['shape' => 'SecretArn'], 'OneDriveUsers' => ['shape' => 'OneDriveUsers'], 'InclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'OneDriveUser' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^(?!\\s).+@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$'], 'OneDriveUserList' => ['type' => 'list', 'member' => ['shape' => 'OneDriveUser'], 'max' => 100, 'min' => 1], 'OneDriveUsers' => ['type' => 'structure', 'members' => ['OneDriveUserList' => ['shape' => 'OneDriveUserList'], 'OneDriveUserS3Path' => ['shape' => 'S3Path']]], 'Order' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'Principal' => ['type' => 'structure', 'required' => ['Name', 'Type', 'Access'], 'members' => ['Name' => ['shape' => 'PrincipalName'], 'Type' => ['shape' => 'PrincipalType'], 'Access' => ['shape' => 'ReadAccessType']]], 'PrincipalList' => ['type' => 'list', 'member' => ['shape' => 'Principal']], 'PrincipalName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'PrincipalType' => ['type' => 'string', 'enum' => ['USER', 'GROUP']], 'QueryCapacityUnit' => ['type' => 'integer', 'min' => 0], 'QueryId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'QueryIdentifiersEnclosingOption' => ['type' => 'string', 'enum' => ['DOUBLE_QUOTES', 'NONE']], 'QueryRequest' => ['type' => 'structure', 'required' => ['IndexId', 'QueryText'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'QueryText' => ['shape' => 'QueryText'], 'AttributeFilter' => ['shape' => 'AttributeFilter'], 'Facets' => ['shape' => 'FacetList'], 'RequestedDocumentAttributes' => ['shape' => 'DocumentAttributeKeyList'], 'QueryResultTypeFilter' => ['shape' => 'QueryResultType'], 'PageNumber' => ['shape' => 'Integer'], 'PageSize' => ['shape' => 'Integer'], 'SortingConfiguration' => ['shape' => 'SortingConfiguration']]], 'QueryResult' => ['type' => 'structure', 'members' => ['QueryId' => ['shape' => 'QueryId'], 'ResultItems' => ['shape' => 'QueryResultItemList'], 'FacetResults' => ['shape' => 'FacetResultList'], 'TotalNumberOfResults' => ['shape' => 'Integer']]], 'QueryResultItem' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResultId'], 'Type' => ['shape' => 'QueryResultType'], 'AdditionalAttributes' => ['shape' => 'AdditionalResultAttributeList'], 'DocumentId' => ['shape' => 'DocumentId'], 'DocumentTitle' => ['shape' => 'TextWithHighlights'], 'DocumentExcerpt' => ['shape' => 'TextWithHighlights'], 'DocumentURI' => ['shape' => 'Url'], 'DocumentAttributes' => ['shape' => 'DocumentAttributeList']]], 'QueryResultItemList' => ['type' => 'list', 'member' => ['shape' => 'QueryResultItem']], 'QueryResultType' => ['type' => 'string', 'enum' => ['DOCUMENT', 'QUESTION_ANSWER', 'ANSWER']], 'QueryText' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '^\\P{C}*$'], 'ReadAccessType' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'Relevance' => ['type' => 'structure', 'members' => ['Freshness' => ['shape' => 'DocumentMetadataBoolean'], 'Importance' => ['shape' => 'Importance'], 'Duration' => ['shape' => 'Duration'], 'RankOrder' => ['shape' => 'Order'], 'ValueImportanceMap' => ['shape' => 'ValueImportanceMap']]], 'RelevanceFeedback' => ['type' => 'structure', 'required' => ['ResultId', 'RelevanceValue'], 'members' => ['ResultId' => ['shape' => 'ResultId'], 'RelevanceValue' => ['shape' => 'RelevanceType']]], 'RelevanceFeedbackList' => ['type' => 'list', 'member' => ['shape' => 'RelevanceFeedback']], 'RelevanceType' => ['type' => 'string', 'enum' => ['RELEVANT', 'NOT_RELEVANT']], 'ResourceAlreadyExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResultId' => ['type' => 'string', 'max' => 73, 'min' => 1], 'RoleArn' => ['type' => 'string', 'max' => 1284, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]'], 'S3DataSourceConfiguration' => ['type' => 'structure', 'required' => ['BucketName'], 'members' => ['BucketName' => ['shape' => 'S3BucketName'], 'InclusionPrefixes' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'DocumentsMetadataConfiguration' => ['shape' => 'DocumentsMetadataConfiguration'], 'AccessControlListConfiguration' => ['shape' => 'AccessControlListConfiguration']]], 'S3ObjectKey' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3Path' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'S3BucketName'], 'Key' => ['shape' => 'S3ObjectKey']]], 'SalesforceChatterFeedConfiguration' => ['type' => 'structure', 'required' => ['DocumentDataFieldName'], 'members' => ['DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList'], 'IncludeFilterTypes' => ['shape' => 'SalesforceChatterFeedIncludeFilterTypes']]], 'SalesforceChatterFeedIncludeFilterType' => ['type' => 'string', 'enum' => ['ACTIVE_USER', 'STANDARD_USER']], 'SalesforceChatterFeedIncludeFilterTypes' => ['type' => 'list', 'member' => ['shape' => 'SalesforceChatterFeedIncludeFilterType'], 'max' => 2, 'min' => 1], 'SalesforceConfiguration' => ['type' => 'structure', 'required' => ['ServerUrl', 'SecretArn'], 'members' => ['ServerUrl' => ['shape' => 'Url'], 'SecretArn' => ['shape' => 'SecretArn'], 'StandardObjectConfigurations' => ['shape' => 'SalesforceStandardObjectConfigurationList'], 'KnowledgeArticleConfiguration' => ['shape' => 'SalesforceKnowledgeArticleConfiguration'], 'ChatterFeedConfiguration' => ['shape' => 'SalesforceChatterFeedConfiguration'], 'CrawlAttachments' => ['shape' => 'Boolean'], 'StandardObjectAttachmentConfiguration' => ['shape' => 'SalesforceStandardObjectAttachmentConfiguration'], 'IncludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExcludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings']]], 'SalesforceCustomKnowledgeArticleTypeConfiguration' => ['type' => 'structure', 'required' => ['Name', 'DocumentDataFieldName'], 'members' => ['Name' => ['shape' => 'SalesforceCustomKnowledgeArticleTypeName'], 'DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'SalesforceCustomKnowledgeArticleTypeConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SalesforceCustomKnowledgeArticleTypeConfiguration'], 'max' => 10, 'min' => 1], 'SalesforceCustomKnowledgeArticleTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'SalesforceKnowledgeArticleConfiguration' => ['type' => 'structure', 'required' => ['IncludedStates'], 'members' => ['IncludedStates' => ['shape' => 'SalesforceKnowledgeArticleStateList'], 'StandardKnowledgeArticleTypeConfiguration' => ['shape' => 'SalesforceStandardKnowledgeArticleTypeConfiguration'], 'CustomKnowledgeArticleTypeConfigurations' => ['shape' => 'SalesforceCustomKnowledgeArticleTypeConfigurationList']]], 'SalesforceKnowledgeArticleState' => ['type' => 'string', 'enum' => ['DRAFT', 'PUBLISHED', 'ARCHIVED']], 'SalesforceKnowledgeArticleStateList' => ['type' => 'list', 'member' => ['shape' => 'SalesforceKnowledgeArticleState'], 'max' => 3, 'min' => 1], 'SalesforceStandardKnowledgeArticleTypeConfiguration' => ['type' => 'structure', 'required' => ['DocumentDataFieldName'], 'members' => ['DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'SalesforceStandardObjectAttachmentConfiguration' => ['type' => 'structure', 'members' => ['DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'SalesforceStandardObjectConfiguration' => ['type' => 'structure', 'required' => ['Name', 'DocumentDataFieldName'], 'members' => ['Name' => ['shape' => 'SalesforceStandardObjectName'], 'DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'SalesforceStandardObjectConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'SalesforceStandardObjectConfiguration'], 'max' => 17, 'min' => 1], 'SalesforceStandardObjectName' => ['type' => 'string', 'enum' => ['ACCOUNT', 'CAMPAIGN', 'CASE', 'CONTACT', 'CONTRACT', 'DOCUMENT', 'GROUP', 'IDEA', 'LEAD', 'OPPORTUNITY', 'PARTNER', 'PRICEBOOK', 'PRODUCT', 'PROFILE', 'SOLUTION', 'TASK', 'USER']], 'ScanSchedule' => ['type' => 'string'], 'Search' => ['type' => 'structure', 'members' => ['Facetable' => ['shape' => 'Boolean'], 'Searchable' => ['shape' => 'Boolean'], 'Displayable' => ['shape' => 'Boolean'], 'Sortable' => ['shape' => 'Boolean']]], 'SecretArn' => ['type' => 'string', 'max' => 1284, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'SecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupId'], 'max' => 10, 'min' => 1], 'ServerSideEncryptionConfiguration' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ServiceNowBuildVersionType' => ['type' => 'string', 'enum' => ['LONDON', 'OTHERS']], 'ServiceNowConfiguration' => ['type' => 'structure', 'required' => ['HostUrl', 'SecretArn', 'ServiceNowBuildVersion'], 'members' => ['HostUrl' => ['shape' => 'ServiceNowHostUrl'], 'SecretArn' => ['shape' => 'SecretArn'], 'ServiceNowBuildVersion' => ['shape' => 'ServiceNowBuildVersionType'], 'KnowledgeArticleConfiguration' => ['shape' => 'ServiceNowKnowledgeArticleConfiguration'], 'ServiceCatalogConfiguration' => ['shape' => 'ServiceNowServiceCatalogConfiguration']]], 'ServiceNowHostUrl' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^(?!(^(https?|ftp|file):\\/\\/))[a-z0-9-]+(\\.service-now\\.com)$'], 'ServiceNowKnowledgeArticleConfiguration' => ['type' => 'structure', 'required' => ['DocumentDataFieldName'], 'members' => ['CrawlAttachments' => ['shape' => 'Boolean'], 'IncludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExcludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'ServiceNowServiceCatalogConfiguration' => ['type' => 'structure', 'required' => ['DocumentDataFieldName'], 'members' => ['CrawlAttachments' => ['shape' => 'Boolean'], 'IncludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExcludeAttachmentFilePatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'DocumentDataFieldName' => ['shape' => 'DataSourceFieldName'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList']]], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'SharePointConfiguration' => ['type' => 'structure', 'required' => ['SharePointVersion', 'Urls', 'SecretArn'], 'members' => ['SharePointVersion' => ['shape' => 'SharePointVersion'], 'Urls' => ['shape' => 'SharePointUrlList'], 'SecretArn' => ['shape' => 'SecretArn'], 'CrawlAttachments' => ['shape' => 'Boolean'], 'UseChangeLog' => ['shape' => 'Boolean'], 'InclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'ExclusionPatterns' => ['shape' => 'DataSourceInclusionsExclusionsStrings'], 'VpcConfiguration' => ['shape' => 'DataSourceVpcConfiguration'], 'FieldMappings' => ['shape' => 'DataSourceToIndexFieldMappingList'], 'DocumentTitleFieldName' => ['shape' => 'DataSourceFieldName']]], 'SharePointUrlList' => ['type' => 'list', 'member' => ['shape' => 'Url'], 'max' => 100, 'min' => 1], 'SharePointVersion' => ['type' => 'string', 'enum' => ['SHAREPOINT_ONLINE']], 'SortOrder' => ['type' => 'string', 'enum' => ['DESC', 'ASC']], 'SortingConfiguration' => ['type' => 'structure', 'required' => ['DocumentAttributeKey', 'SortOrder'], 'members' => ['DocumentAttributeKey' => ['shape' => 'DocumentAttributeKey'], 'SortOrder' => ['shape' => 'SortOrder']]], 'SqlConfiguration' => ['type' => 'structure', 'members' => ['QueryIdentifiersEnclosingOption' => ['shape' => 'QueryIdentifiersEnclosingOption']]], 'StartDataSourceSyncJobRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'StartDataSourceSyncJobResponse' => ['type' => 'structure', 'members' => ['ExecutionId' => ['shape' => 'String']]], 'StopDataSourceSyncJobRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'IndexId' => ['shape' => 'IndexId']]], 'StorageCapacityUnit' => ['type' => 'integer', 'min' => 0], 'String' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SubmitFeedbackRequest' => ['type' => 'structure', 'required' => ['IndexId', 'QueryId'], 'members' => ['IndexId' => ['shape' => 'IndexId'], 'QueryId' => ['shape' => 'QueryId'], 'ClickFeedbackItems' => ['shape' => 'ClickFeedbackList'], 'RelevanceFeedbackItems' => ['shape' => 'RelevanceFeedbackList']]], 'SubnetId' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[\\-0-9a-zA-Z]+'], 'SubnetIdList' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 6, 'min' => 1], 'TableName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9_]*$'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TenantDomain' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\\.)+[a-z]{2,}$'], 'TextDocumentStatistics' => ['type' => 'structure', 'required' => ['IndexedTextDocumentsCount', 'IndexedTextBytes'], 'members' => ['IndexedTextDocumentsCount' => ['shape' => 'IndexedTextDocumentsCount'], 'IndexedTextBytes' => ['shape' => 'IndexedTextBytes']]], 'TextWithHighlights' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'String'], 'Highlights' => ['shape' => 'HighlightList']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'TimeRange' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'Title' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['Id', 'IndexId'], 'members' => ['Id' => ['shape' => 'DataSourceId'], 'Name' => ['shape' => 'DataSourceName'], 'IndexId' => ['shape' => 'IndexId'], 'Configuration' => ['shape' => 'DataSourceConfiguration'], 'Description' => ['shape' => 'Description'], 'Schedule' => ['shape' => 'ScanSchedule'], 'RoleArn' => ['shape' => 'RoleArn']]], 'UpdateIndexRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'IndexId'], 'Name' => ['shape' => 'IndexName'], 'RoleArn' => ['shape' => 'RoleArn'], 'Description' => ['shape' => 'Description'], 'DocumentMetadataConfigurationUpdates' => ['shape' => 'DocumentMetadataConfigurationList'], 'CapacityUnits' => ['shape' => 'CapacityUnitsConfiguration']]], 'Url' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^(https?|ftp|file):\\/\\/([^\\s]*)'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ValueImportanceMap' => ['type' => 'map', 'key' => ['shape' => 'ValueImportanceMapKey'], 'value' => ['shape' => 'Importance']], 'ValueImportanceMapKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'VpcSecurityGroupId' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '[-0-9a-zA-Z]+']]]; diff --git a/vendor/Aws3/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php b/vendor/Aws3/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php index 61c8a080..19238871 100644 --- a/vendor/Aws3/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-09-30', 'endpointPrefix' => 'kinesisvideo', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Kinesis Video Archived Media', 'serviceFullName' => 'Amazon Kinesis Video Streams Archived Media', 'serviceId' => 'Kinesis Video Archived Media', 'signatureVersion' => 'v4', 'uid' => 'kinesis-video-archived-media-2017-09-30'], 'operations' => ['GetDASHStreamingSessionURL' => ['name' => 'GetDASHStreamingSessionURL', 'http' => ['method' => 'POST', 'requestUri' => '/getDASHStreamingSessionURL'], 'input' => ['shape' => 'GetDASHStreamingSessionURLInput'], 'output' => ['shape' => 'GetDASHStreamingSessionURLOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedStreamMediaTypeException'], ['shape' => 'NoDataRetentionException'], ['shape' => 'MissingCodecPrivateDataException'], ['shape' => 'InvalidCodecPrivateDataException']]], 'GetHLSStreamingSessionURL' => ['name' => 'GetHLSStreamingSessionURL', 'http' => ['method' => 'POST', 'requestUri' => '/getHLSStreamingSessionURL'], 'input' => ['shape' => 'GetHLSStreamingSessionURLInput'], 'output' => ['shape' => 'GetHLSStreamingSessionURLOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedStreamMediaTypeException'], ['shape' => 'NoDataRetentionException'], ['shape' => 'MissingCodecPrivateDataException'], ['shape' => 'InvalidCodecPrivateDataException']]], 'GetMediaForFragmentList' => ['name' => 'GetMediaForFragmentList', 'http' => ['method' => 'POST', 'requestUri' => '/getMediaForFragmentList'], 'input' => ['shape' => 'GetMediaForFragmentListInput'], 'output' => ['shape' => 'GetMediaForFragmentListOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'ListFragments' => ['name' => 'ListFragments', 'http' => ['method' => 'POST', 'requestUri' => '/listFragments'], 'input' => ['shape' => 'ListFragmentsInput'], 'output' => ['shape' => 'ListFragmentsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]]], 'shapes' => ['ClientLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ContainerFormat' => ['type' => 'string', 'enum' => ['FRAGMENTED_MP4', 'MPEG_TS']], 'ContentType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\.\\-]+$'], 'DASHDisplayFragmentNumber' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'DASHDisplayFragmentTimestamp' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'DASHFragmentSelector' => ['type' => 'structure', 'members' => ['FragmentSelectorType' => ['shape' => 'DASHFragmentSelectorType'], 'TimestampRange' => ['shape' => 'DASHTimestampRange']]], 'DASHFragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'DASHPlaybackMode' => ['type' => 'string', 'enum' => ['LIVE', 'LIVE_REPLAY', 'ON_DEMAND']], 'DASHStreamingSessionURL' => ['type' => 'string'], 'DASHTimestampRange' => ['type' => 'structure', 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'ErrorMessage' => ['type' => 'string'], 'Expires' => ['type' => 'integer', 'max' => 43200, 'min' => 300], 'Fragment' => ['type' => 'structure', 'members' => ['FragmentNumber' => ['shape' => 'String'], 'FragmentSizeInBytes' => ['shape' => 'Long'], 'ProducerTimestamp' => ['shape' => 'Timestamp'], 'ServerTimestamp' => ['shape' => 'Timestamp'], 'FragmentLengthInMilliseconds' => ['shape' => 'Long']]], 'FragmentList' => ['type' => 'list', 'member' => ['shape' => 'Fragment']], 'FragmentNumberList' => ['type' => 'list', 'member' => ['shape' => 'FragmentNumberString'], 'max' => 1000, 'min' => 1], 'FragmentNumberString' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9]+$'], 'FragmentSelector' => ['type' => 'structure', 'required' => ['FragmentSelectorType', 'TimestampRange'], 'members' => ['FragmentSelectorType' => ['shape' => 'FragmentSelectorType'], 'TimestampRange' => ['shape' => 'TimestampRange']]], 'FragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'GetDASHStreamingSessionURLInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'PlaybackMode' => ['shape' => 'DASHPlaybackMode'], 'DisplayFragmentTimestamp' => ['shape' => 'DASHDisplayFragmentTimestamp'], 'DisplayFragmentNumber' => ['shape' => 'DASHDisplayFragmentNumber'], 'DASHFragmentSelector' => ['shape' => 'DASHFragmentSelector'], 'Expires' => ['shape' => 'Expires'], 'MaxManifestFragmentResults' => ['shape' => 'PageLimit']]], 'GetDASHStreamingSessionURLOutput' => ['type' => 'structure', 'members' => ['DASHStreamingSessionURL' => ['shape' => 'DASHStreamingSessionURL']]], 'GetHLSStreamingSessionURLInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'PlaybackMode' => ['shape' => 'HLSPlaybackMode'], 'HLSFragmentSelector' => ['shape' => 'HLSFragmentSelector'], 'ContainerFormat' => ['shape' => 'ContainerFormat'], 'DiscontinuityMode' => ['shape' => 'HLSDiscontinuityMode'], 'DisplayFragmentTimestamp' => ['shape' => 'HLSDisplayFragmentTimestamp'], 'Expires' => ['shape' => 'Expires'], 'MaxMediaPlaylistFragmentResults' => ['shape' => 'PageLimit']]], 'GetHLSStreamingSessionURLOutput' => ['type' => 'structure', 'members' => ['HLSStreamingSessionURL' => ['shape' => 'HLSStreamingSessionURL']]], 'GetMediaForFragmentListInput' => ['type' => 'structure', 'required' => ['StreamName', 'Fragments'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'Fragments' => ['shape' => 'FragmentNumberList']]], 'GetMediaForFragmentListOutput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Payload' => ['shape' => 'Payload']], 'payload' => 'Payload'], 'HLSDiscontinuityMode' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER', 'ON_DISCONTINUITY']], 'HLSDisplayFragmentTimestamp' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'HLSFragmentSelector' => ['type' => 'structure', 'members' => ['FragmentSelectorType' => ['shape' => 'HLSFragmentSelectorType'], 'TimestampRange' => ['shape' => 'HLSTimestampRange']]], 'HLSFragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'HLSPlaybackMode' => ['type' => 'string', 'enum' => ['LIVE', 'LIVE_REPLAY', 'ON_DEMAND']], 'HLSStreamingSessionURL' => ['type' => 'string'], 'HLSTimestampRange' => ['type' => 'structure', 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidCodecPrivateDataException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListFragmentsInput' => ['type' => 'structure', 'required' => ['StreamName'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'MaxResults' => ['shape' => 'PageLimit'], 'NextToken' => ['shape' => 'String'], 'FragmentSelector' => ['shape' => 'FragmentSelector']]], 'ListFragmentsOutput' => ['type' => 'structure', 'members' => ['Fragments' => ['shape' => 'FragmentList'], 'NextToken' => ['shape' => 'String']]], 'Long' => ['type' => 'long'], 'MissingCodecPrivateDataException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NoDataRetentionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'PageLimit' => ['type' => 'long', 'max' => 1000, 'min' => 1], 'Payload' => ['type' => 'blob', 'streaming' => \true], 'ResourceARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'StreamName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'String' => ['type' => 'string', 'min' => 1], 'Timestamp' => ['type' => 'timestamp'], 'TimestampRange' => ['type' => 'structure', 'required' => ['StartTimestamp', 'EndTimestamp'], 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'UnsupportedStreamMediaTypeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-09-30', 'endpointPrefix' => 'kinesisvideo', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Kinesis Video Archived Media', 'serviceFullName' => 'Amazon Kinesis Video Streams Archived Media', 'serviceId' => 'Kinesis Video Archived Media', 'signatureVersion' => 'v4', 'uid' => 'kinesis-video-archived-media-2017-09-30'], 'operations' => ['GetClip' => ['name' => 'GetClip', 'http' => ['method' => 'POST', 'requestUri' => '/getClip'], 'input' => ['shape' => 'GetClipInput'], 'output' => ['shape' => 'GetClipOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedStreamMediaTypeException'], ['shape' => 'MissingCodecPrivateDataException'], ['shape' => 'InvalidCodecPrivateDataException'], ['shape' => 'InvalidMediaFrameException'], ['shape' => 'NoDataRetentionException']]], 'GetDASHStreamingSessionURL' => ['name' => 'GetDASHStreamingSessionURL', 'http' => ['method' => 'POST', 'requestUri' => '/getDASHStreamingSessionURL'], 'input' => ['shape' => 'GetDASHStreamingSessionURLInput'], 'output' => ['shape' => 'GetDASHStreamingSessionURLOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedStreamMediaTypeException'], ['shape' => 'NoDataRetentionException'], ['shape' => 'MissingCodecPrivateDataException'], ['shape' => 'InvalidCodecPrivateDataException']]], 'GetHLSStreamingSessionURL' => ['name' => 'GetHLSStreamingSessionURL', 'http' => ['method' => 'POST', 'requestUri' => '/getHLSStreamingSessionURL'], 'input' => ['shape' => 'GetHLSStreamingSessionURLInput'], 'output' => ['shape' => 'GetHLSStreamingSessionURLOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'UnsupportedStreamMediaTypeException'], ['shape' => 'NoDataRetentionException'], ['shape' => 'MissingCodecPrivateDataException'], ['shape' => 'InvalidCodecPrivateDataException']]], 'GetMediaForFragmentList' => ['name' => 'GetMediaForFragmentList', 'http' => ['method' => 'POST', 'requestUri' => '/getMediaForFragmentList'], 'input' => ['shape' => 'GetMediaForFragmentListInput'], 'output' => ['shape' => 'GetMediaForFragmentListOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'ListFragments' => ['name' => 'ListFragments', 'http' => ['method' => 'POST', 'requestUri' => '/listFragments'], 'input' => ['shape' => 'ListFragmentsInput'], 'output' => ['shape' => 'ListFragmentsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]]], 'shapes' => ['ClientLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ClipFragmentSelector' => ['type' => 'structure', 'required' => ['FragmentSelectorType', 'TimestampRange'], 'members' => ['FragmentSelectorType' => ['shape' => 'ClipFragmentSelectorType'], 'TimestampRange' => ['shape' => 'ClipTimestampRange']]], 'ClipFragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'ClipTimestampRange' => ['type' => 'structure', 'required' => ['StartTimestamp', 'EndTimestamp'], 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'ContainerFormat' => ['type' => 'string', 'enum' => ['FRAGMENTED_MP4', 'MPEG_TS']], 'ContentType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\.\\-]+$'], 'DASHDisplayFragmentNumber' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'DASHDisplayFragmentTimestamp' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'DASHFragmentSelector' => ['type' => 'structure', 'members' => ['FragmentSelectorType' => ['shape' => 'DASHFragmentSelectorType'], 'TimestampRange' => ['shape' => 'DASHTimestampRange']]], 'DASHFragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'DASHPlaybackMode' => ['type' => 'string', 'enum' => ['LIVE', 'LIVE_REPLAY', 'ON_DEMAND']], 'DASHStreamingSessionURL' => ['type' => 'string'], 'DASHTimestampRange' => ['type' => 'structure', 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'ErrorMessage' => ['type' => 'string'], 'Expires' => ['type' => 'integer', 'max' => 43200, 'min' => 300], 'Fragment' => ['type' => 'structure', 'members' => ['FragmentNumber' => ['shape' => 'FragmentNumberString'], 'FragmentSizeInBytes' => ['shape' => 'Long'], 'ProducerTimestamp' => ['shape' => 'Timestamp'], 'ServerTimestamp' => ['shape' => 'Timestamp'], 'FragmentLengthInMilliseconds' => ['shape' => 'Long']]], 'FragmentList' => ['type' => 'list', 'member' => ['shape' => 'Fragment']], 'FragmentNumberList' => ['type' => 'list', 'member' => ['shape' => 'FragmentNumberString'], 'max' => 1000, 'min' => 1], 'FragmentNumberString' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[0-9]+$'], 'FragmentSelector' => ['type' => 'structure', 'required' => ['FragmentSelectorType', 'TimestampRange'], 'members' => ['FragmentSelectorType' => ['shape' => 'FragmentSelectorType'], 'TimestampRange' => ['shape' => 'TimestampRange']]], 'FragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'GetClipInput' => ['type' => 'structure', 'required' => ['ClipFragmentSelector'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'ClipFragmentSelector' => ['shape' => 'ClipFragmentSelector']]], 'GetClipOutput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Payload' => ['shape' => 'Payload']], 'payload' => 'Payload'], 'GetDASHStreamingSessionURLInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'PlaybackMode' => ['shape' => 'DASHPlaybackMode'], 'DisplayFragmentTimestamp' => ['shape' => 'DASHDisplayFragmentTimestamp'], 'DisplayFragmentNumber' => ['shape' => 'DASHDisplayFragmentNumber'], 'DASHFragmentSelector' => ['shape' => 'DASHFragmentSelector'], 'Expires' => ['shape' => 'Expires'], 'MaxManifestFragmentResults' => ['shape' => 'PageLimit']]], 'GetDASHStreamingSessionURLOutput' => ['type' => 'structure', 'members' => ['DASHStreamingSessionURL' => ['shape' => 'DASHStreamingSessionURL']]], 'GetHLSStreamingSessionURLInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'PlaybackMode' => ['shape' => 'HLSPlaybackMode'], 'HLSFragmentSelector' => ['shape' => 'HLSFragmentSelector'], 'ContainerFormat' => ['shape' => 'ContainerFormat'], 'DiscontinuityMode' => ['shape' => 'HLSDiscontinuityMode'], 'DisplayFragmentTimestamp' => ['shape' => 'HLSDisplayFragmentTimestamp'], 'Expires' => ['shape' => 'Expires'], 'MaxMediaPlaylistFragmentResults' => ['shape' => 'PageLimit']]], 'GetHLSStreamingSessionURLOutput' => ['type' => 'structure', 'members' => ['HLSStreamingSessionURL' => ['shape' => 'HLSStreamingSessionURL']]], 'GetMediaForFragmentListInput' => ['type' => 'structure', 'required' => ['StreamName', 'Fragments'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'Fragments' => ['shape' => 'FragmentNumberList']]], 'GetMediaForFragmentListOutput' => ['type' => 'structure', 'members' => ['ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Payload' => ['shape' => 'Payload']], 'payload' => 'Payload'], 'HLSDiscontinuityMode' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER', 'ON_DISCONTINUITY']], 'HLSDisplayFragmentTimestamp' => ['type' => 'string', 'enum' => ['ALWAYS', 'NEVER']], 'HLSFragmentSelector' => ['type' => 'structure', 'members' => ['FragmentSelectorType' => ['shape' => 'HLSFragmentSelectorType'], 'TimestampRange' => ['shape' => 'HLSTimestampRange']]], 'HLSFragmentSelectorType' => ['type' => 'string', 'enum' => ['PRODUCER_TIMESTAMP', 'SERVER_TIMESTAMP']], 'HLSPlaybackMode' => ['type' => 'string', 'enum' => ['LIVE', 'LIVE_REPLAY', 'ON_DEMAND']], 'HLSStreamingSessionURL' => ['type' => 'string'], 'HLSTimestampRange' => ['type' => 'structure', 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidCodecPrivateDataException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMediaFrameException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListFragmentsInput' => ['type' => 'structure', 'required' => ['StreamName'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'MaxResults' => ['shape' => 'PageLimit'], 'NextToken' => ['shape' => 'NextToken'], 'FragmentSelector' => ['shape' => 'FragmentSelector']]], 'ListFragmentsOutput' => ['type' => 'structure', 'members' => ['Fragments' => ['shape' => 'FragmentList'], 'NextToken' => ['shape' => 'NextToken']]], 'Long' => ['type' => 'long'], 'MissingCodecPrivateDataException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[a-zA-Z0-9+/]+={0,2}'], 'NoDataRetentionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'PageLimit' => ['type' => 'long', 'max' => 1000, 'min' => 1], 'Payload' => ['type' => 'blob', 'streaming' => \true], 'ResourceARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'StreamName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'Timestamp' => ['type' => 'timestamp'], 'TimestampRange' => ['type' => 'structure', 'required' => ['StartTimestamp', 'EndTimestamp'], 'members' => ['StartTimestamp' => ['shape' => 'Timestamp'], 'EndTimestamp' => ['shape' => 'Timestamp']]], 'UnsupportedStreamMediaTypeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/kinesisvideo/2017-09-30/api-2.json.php b/vendor/Aws3/Aws/data/kinesisvideo/2017-09-30/api-2.json.php index 3358bd43..afb2a7ea 100644 --- a/vendor/Aws3/Aws/data/kinesisvideo/2017-09-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/kinesisvideo/2017-09-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-09-30', 'endpointPrefix' => 'kinesisvideo', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Kinesis Video', 'serviceFullName' => 'Amazon Kinesis Video Streams', 'serviceId' => 'Kinesis Video', 'signatureVersion' => 'v4', 'uid' => 'kinesisvideo-2017-09-30'], 'operations' => ['CreateSignalingChannel' => ['name' => 'CreateSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/createSignalingChannel'], 'input' => ['shape' => 'CreateSignalingChannelInput'], 'output' => ['shape' => 'CreateSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'AccountChannelLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'CreateStream' => ['name' => 'CreateStream', 'http' => ['method' => 'POST', 'requestUri' => '/createStream'], 'input' => ['shape' => 'CreateStreamInput'], 'output' => ['shape' => 'CreateStreamOutput'], 'errors' => [['shape' => 'AccountStreamLimitExceededException'], ['shape' => 'DeviceStreamLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidDeviceException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'DeleteSignalingChannel' => ['name' => 'DeleteSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/deleteSignalingChannel'], 'input' => ['shape' => 'DeleteSignalingChannelInput'], 'output' => ['shape' => 'DeleteSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'VersionMismatchException']]], 'DeleteStream' => ['name' => 'DeleteStream', 'http' => ['method' => 'POST', 'requestUri' => '/deleteStream'], 'input' => ['shape' => 'DeleteStreamInput'], 'output' => ['shape' => 'DeleteStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException']]], 'DescribeSignalingChannel' => ['name' => 'DescribeSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/describeSignalingChannel'], 'input' => ['shape' => 'DescribeSignalingChannelInput'], 'output' => ['shape' => 'DescribeSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeStream' => ['name' => 'DescribeStream', 'http' => ['method' => 'POST', 'requestUri' => '/describeStream'], 'input' => ['shape' => 'DescribeStreamInput'], 'output' => ['shape' => 'DescribeStreamOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'GetDataEndpoint' => ['name' => 'GetDataEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/getDataEndpoint'], 'input' => ['shape' => 'GetDataEndpointInput'], 'output' => ['shape' => 'GetDataEndpointOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'GetSignalingChannelEndpoint' => ['name' => 'GetSignalingChannelEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/getSignalingChannelEndpoint'], 'input' => ['shape' => 'GetSignalingChannelEndpointInput'], 'output' => ['shape' => 'GetSignalingChannelEndpointOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException']]], 'ListSignalingChannels' => ['name' => 'ListSignalingChannels', 'http' => ['method' => 'POST', 'requestUri' => '/listSignalingChannels'], 'input' => ['shape' => 'ListSignalingChannelsInput'], 'output' => ['shape' => 'ListSignalingChannelsOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'AccessDeniedException']]], 'ListStreams' => ['name' => 'ListStreams', 'http' => ['method' => 'POST', 'requestUri' => '/listStreams'], 'input' => ['shape' => 'ListStreamsInput'], 'output' => ['shape' => 'ListStreamsOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/ListTagsForResource'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ListTagsForStream' => ['name' => 'ListTagsForStream', 'http' => ['method' => 'POST', 'requestUri' => '/listTagsForStream'], 'input' => ['shape' => 'ListTagsForStreamInput'], 'output' => ['shape' => 'ListTagsForStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/TagResource'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'TagStream' => ['name' => 'TagStream', 'http' => ['method' => 'POST', 'requestUri' => '/tagStream'], 'input' => ['shape' => 'TagStreamInput'], 'output' => ['shape' => 'TagStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/UntagResource'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UntagStream' => ['name' => 'UntagStream', 'http' => ['method' => 'POST', 'requestUri' => '/untagStream'], 'input' => ['shape' => 'UntagStreamInput'], 'output' => ['shape' => 'UntagStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException']]], 'UpdateDataRetention' => ['name' => 'UpdateDataRetention', 'http' => ['method' => 'POST', 'requestUri' => '/updateDataRetention'], 'input' => ['shape' => 'UpdateDataRetentionInput'], 'output' => ['shape' => 'UpdateDataRetentionOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException']]], 'UpdateSignalingChannel' => ['name' => 'UpdateSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/updateSignalingChannel'], 'input' => ['shape' => 'UpdateSignalingChannelInput'], 'output' => ['shape' => 'UpdateSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException'], ['shape' => 'VersionMismatchException']]], 'UpdateStream' => ['name' => 'UpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/updateStream'], 'input' => ['shape' => 'UpdateStreamInput'], 'output' => ['shape' => 'UpdateStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException']]]], 'shapes' => ['APIName' => ['type' => 'string', 'enum' => ['PUT_MEDIA', 'GET_MEDIA', 'LIST_FRAGMENTS', 'GET_MEDIA_FOR_FRAGMENT_LIST', 'GET_HLS_STREAMING_SESSION_URL', 'GET_DASH_STREAMING_SESSION_URL']], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'AccountChannelLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AccountStreamLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ChannelInfo' => ['type' => 'structure', 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelARN' => ['shape' => 'ResourceARN'], 'ChannelType' => ['shape' => 'ChannelType'], 'ChannelStatus' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration'], 'Version' => ['shape' => 'Version']]], 'ChannelInfoList' => ['type' => 'list', 'member' => ['shape' => 'ChannelInfo']], 'ChannelName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'ChannelNameCondition' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'ComparisonValue' => ['shape' => 'ChannelName']]], 'ChannelProtocol' => ['type' => 'string', 'enum' => ['WSS', 'HTTPS']], 'ChannelRole' => ['type' => 'string', 'enum' => ['MASTER', 'VIEWER']], 'ChannelType' => ['type' => 'string', 'enum' => ['SINGLE_MASTER']], 'ClientLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['BEGINS_WITH']], 'CreateSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelName'], 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelType' => ['shape' => 'ChannelType'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration'], 'Tags' => ['shape' => 'TagOnCreateList']]], 'CreateSignalingChannelOutput' => ['type' => 'structure', 'members' => ['ChannelARN' => ['shape' => 'ResourceARN']]], 'CreateStreamInput' => ['type' => 'structure', 'required' => ['StreamName'], 'members' => ['DeviceName' => ['shape' => 'DeviceName'], 'StreamName' => ['shape' => 'StreamName'], 'MediaType' => ['shape' => 'MediaType'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'DataRetentionInHours' => ['shape' => 'DataRetentionInHours'], 'Tags' => ['shape' => 'ResourceTags']]], 'CreateStreamOutput' => ['type' => 'structure', 'members' => ['StreamARN' => ['shape' => 'ResourceARN']]], 'DataEndpoint' => ['type' => 'string'], 'DataRetentionChangeInHours' => ['type' => 'integer', 'min' => 1], 'DataRetentionInHours' => ['type' => 'integer', 'min' => 0], 'DeleteSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelARN'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version']]], 'DeleteSignalingChannelOutput' => ['type' => 'structure', 'members' => []], 'DeleteStreamInput' => ['type' => 'structure', 'required' => ['StreamARN'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version']]], 'DeleteStreamOutput' => ['type' => 'structure', 'members' => []], 'DescribeSignalingChannelInput' => ['type' => 'structure', 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelARN' => ['shape' => 'ResourceARN']]], 'DescribeSignalingChannelOutput' => ['type' => 'structure', 'members' => ['ChannelInfo' => ['shape' => 'ChannelInfo']]], 'DescribeStreamInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN']]], 'DescribeStreamOutput' => ['type' => 'structure', 'members' => ['StreamInfo' => ['shape' => 'StreamInfo']]], 'DeviceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'DeviceStreamLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'GetDataEndpointInput' => ['type' => 'structure', 'required' => ['APIName'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'APIName' => ['shape' => 'APIName']]], 'GetDataEndpointOutput' => ['type' => 'structure', 'members' => ['DataEndpoint' => ['shape' => 'DataEndpoint']]], 'GetSignalingChannelEndpointInput' => ['type' => 'structure', 'required' => ['ChannelARN'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'SingleMasterChannelEndpointConfiguration' => ['shape' => 'SingleMasterChannelEndpointConfiguration']]], 'GetSignalingChannelEndpointOutput' => ['type' => 'structure', 'members' => ['ResourceEndpointList' => ['shape' => 'ResourceEndpointList']]], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidDeviceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResourceFormatException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ListOfProtocols' => ['type' => 'list', 'member' => ['shape' => 'ChannelProtocol'], 'max' => 5, 'min' => 1], 'ListSignalingChannelsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListStreamsInputLimit'], 'NextToken' => ['shape' => 'NextToken'], 'ChannelNameCondition' => ['shape' => 'ChannelNameCondition']]], 'ListSignalingChannelsOutput' => ['type' => 'structure', 'members' => ['ChannelInfoList' => ['shape' => 'ChannelInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStreamsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListStreamsInputLimit'], 'NextToken' => ['shape' => 'NextToken'], 'StreamNameCondition' => ['shape' => 'StreamNameCondition']]], 'ListStreamsInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ListStreamsOutput' => ['type' => 'structure', 'members' => ['StreamInfoList' => ['shape' => 'StreamInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ResourceARN' => ['shape' => 'ResourceARN']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'ResourceTags']]], 'ListTagsForStreamInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName']]], 'ListTagsForStreamOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'ResourceTags']]], 'MediaType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+(,[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+)*'], 'MessageTtlSeconds' => ['type' => 'integer', 'max' => 120, 'min' => 5], 'NextToken' => ['type' => 'string', 'max' => 512, 'min' => 0, 'pattern' => '[a-zA-Z0-9+/=]*'], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'ResourceARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+'], 'ResourceEndpoint' => ['type' => 'string'], 'ResourceEndpointList' => ['type' => 'list', 'member' => ['shape' => 'ResourceEndpointListItem']], 'ResourceEndpointListItem' => ['type' => 'structure', 'members' => ['Protocol' => ['shape' => 'ChannelProtocol'], 'ResourceEndpoint' => ['shape' => 'ResourceEndpoint']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'SingleMasterChannelEndpointConfiguration' => ['type' => 'structure', 'members' => ['Protocols' => ['shape' => 'ListOfProtocols'], 'Role' => ['shape' => 'ChannelRole']]], 'SingleMasterConfiguration' => ['type' => 'structure', 'members' => ['MessageTtlSeconds' => ['shape' => 'MessageTtlSeconds']]], 'Status' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING']], 'StreamInfo' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'DeviceName'], 'StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'MediaType' => ['shape' => 'MediaType'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'Version' => ['shape' => 'Version'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'DataRetentionInHours' => ['shape' => 'DataRetentionInHours']]], 'StreamInfoList' => ['type' => 'list', 'member' => ['shape' => 'StreamInfo']], 'StreamName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'StreamNameCondition' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'ComparisonValue' => ['shape' => 'StreamName']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagOnCreateList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagStreamInput' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName'], 'Tags' => ['shape' => 'ResourceTags']]], 'TagStreamOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'TagsPerResourceExceededLimitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeyList'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UntagStreamInput' => ['type' => 'structure', 'required' => ['TagKeyList'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UntagStreamOutput' => ['type' => 'structure', 'members' => []], 'UpdateDataRetentionInput' => ['type' => 'structure', 'required' => ['CurrentVersion', 'Operation', 'DataRetentionChangeInHours'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'Operation' => ['shape' => 'UpdateDataRetentionOperation'], 'DataRetentionChangeInHours' => ['shape' => 'DataRetentionChangeInHours']]], 'UpdateDataRetentionOperation' => ['type' => 'string', 'enum' => ['INCREASE_DATA_RETENTION', 'DECREASE_DATA_RETENTION']], 'UpdateDataRetentionOutput' => ['type' => 'structure', 'members' => []], 'UpdateSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelARN', 'CurrentVersion'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration']]], 'UpdateSignalingChannelOutput' => ['type' => 'structure', 'members' => []], 'UpdateStreamInput' => ['type' => 'structure', 'required' => ['CurrentVersion'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'DeviceName' => ['shape' => 'DeviceName'], 'MediaType' => ['shape' => 'MediaType']]], 'UpdateStreamOutput' => ['type' => 'structure', 'members' => []], 'Version' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9]+'], 'VersionMismatchException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-09-30', 'endpointPrefix' => 'kinesisvideo', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Kinesis Video', 'serviceFullName' => 'Amazon Kinesis Video Streams', 'serviceId' => 'Kinesis Video', 'signatureVersion' => 'v4', 'uid' => 'kinesisvideo-2017-09-30'], 'operations' => ['CreateSignalingChannel' => ['name' => 'CreateSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/createSignalingChannel'], 'input' => ['shape' => 'CreateSignalingChannelInput'], 'output' => ['shape' => 'CreateSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'AccountChannelLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'CreateStream' => ['name' => 'CreateStream', 'http' => ['method' => 'POST', 'requestUri' => '/createStream'], 'input' => ['shape' => 'CreateStreamInput'], 'output' => ['shape' => 'CreateStreamOutput'], 'errors' => [['shape' => 'AccountStreamLimitExceededException'], ['shape' => 'DeviceStreamLimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidDeviceException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'DeleteSignalingChannel' => ['name' => 'DeleteSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/deleteSignalingChannel'], 'input' => ['shape' => 'DeleteSignalingChannelInput'], 'output' => ['shape' => 'DeleteSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'VersionMismatchException'], ['shape' => 'ResourceInUseException']]], 'DeleteStream' => ['name' => 'DeleteStream', 'http' => ['method' => 'POST', 'requestUri' => '/deleteStream'], 'input' => ['shape' => 'DeleteStreamInput'], 'output' => ['shape' => 'DeleteStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException'], ['shape' => 'ResourceInUseException']]], 'DescribeSignalingChannel' => ['name' => 'DescribeSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/describeSignalingChannel'], 'input' => ['shape' => 'DescribeSignalingChannelInput'], 'output' => ['shape' => 'DescribeSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeStream' => ['name' => 'DescribeStream', 'http' => ['method' => 'POST', 'requestUri' => '/describeStream'], 'input' => ['shape' => 'DescribeStreamInput'], 'output' => ['shape' => 'DescribeStreamOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'GetDataEndpoint' => ['name' => 'GetDataEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/getDataEndpoint'], 'input' => ['shape' => 'GetDataEndpointInput'], 'output' => ['shape' => 'GetDataEndpointOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'NotAuthorizedException']]], 'GetSignalingChannelEndpoint' => ['name' => 'GetSignalingChannelEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/getSignalingChannelEndpoint'], 'input' => ['shape' => 'GetSignalingChannelEndpointInput'], 'output' => ['shape' => 'GetSignalingChannelEndpointOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException']]], 'ListSignalingChannels' => ['name' => 'ListSignalingChannels', 'http' => ['method' => 'POST', 'requestUri' => '/listSignalingChannels'], 'input' => ['shape' => 'ListSignalingChannelsInput'], 'output' => ['shape' => 'ListSignalingChannelsOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'AccessDeniedException']]], 'ListStreams' => ['name' => 'ListStreams', 'http' => ['method' => 'POST', 'requestUri' => '/listStreams'], 'input' => ['shape' => 'ListStreamsInput'], 'output' => ['shape' => 'ListStreamsOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/ListTagsForResource'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ListTagsForStream' => ['name' => 'ListTagsForStream', 'http' => ['method' => 'POST', 'requestUri' => '/listTagsForStream'], 'input' => ['shape' => 'ListTagsForStreamInput'], 'output' => ['shape' => 'ListTagsForStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/TagResource'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'TagStream' => ['name' => 'TagStream', 'http' => ['method' => 'POST', 'requestUri' => '/tagStream'], 'input' => ['shape' => 'TagStreamInput'], 'output' => ['shape' => 'TagStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException'], ['shape' => 'TagsPerResourceExceededLimitException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/UntagResource'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'UntagStream' => ['name' => 'UntagStream', 'http' => ['method' => 'POST', 'requestUri' => '/untagStream'], 'input' => ['shape' => 'UntagStreamInput'], 'output' => ['shape' => 'UntagStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidResourceFormatException']]], 'UpdateDataRetention' => ['name' => 'UpdateDataRetention', 'http' => ['method' => 'POST', 'requestUri' => '/updateDataRetention'], 'input' => ['shape' => 'UpdateDataRetentionInput'], 'output' => ['shape' => 'UpdateDataRetentionOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException']]], 'UpdateSignalingChannel' => ['name' => 'UpdateSignalingChannel', 'http' => ['method' => 'POST', 'requestUri' => '/updateSignalingChannel'], 'input' => ['shape' => 'UpdateSignalingChannelInput'], 'output' => ['shape' => 'UpdateSignalingChannelOutput'], 'errors' => [['shape' => 'InvalidArgumentException'], ['shape' => 'ClientLimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'AccessDeniedException'], ['shape' => 'VersionMismatchException']]], 'UpdateStream' => ['name' => 'UpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/updateStream'], 'input' => ['shape' => 'UpdateStreamInput'], 'output' => ['shape' => 'UpdateStreamOutput'], 'errors' => [['shape' => 'ClientLimitExceededException'], ['shape' => 'InvalidArgumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'NotAuthorizedException'], ['shape' => 'VersionMismatchException']]]], 'shapes' => ['APIName' => ['type' => 'string', 'enum' => ['PUT_MEDIA', 'GET_MEDIA', 'LIST_FRAGMENTS', 'GET_MEDIA_FOR_FRAGMENT_LIST', 'GET_HLS_STREAMING_SESSION_URL', 'GET_DASH_STREAMING_SESSION_URL', 'GET_CLIP']], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'AccountChannelLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AccountStreamLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ChannelInfo' => ['type' => 'structure', 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelARN' => ['shape' => 'ResourceARN'], 'ChannelType' => ['shape' => 'ChannelType'], 'ChannelStatus' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration'], 'Version' => ['shape' => 'Version']]], 'ChannelInfoList' => ['type' => 'list', 'member' => ['shape' => 'ChannelInfo']], 'ChannelName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'ChannelNameCondition' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'ComparisonValue' => ['shape' => 'ChannelName']]], 'ChannelProtocol' => ['type' => 'string', 'enum' => ['WSS', 'HTTPS']], 'ChannelRole' => ['type' => 'string', 'enum' => ['MASTER', 'VIEWER']], 'ChannelType' => ['type' => 'string', 'enum' => ['SINGLE_MASTER']], 'ClientLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['BEGINS_WITH']], 'CreateSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelName'], 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelType' => ['shape' => 'ChannelType'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration'], 'Tags' => ['shape' => 'TagOnCreateList']]], 'CreateSignalingChannelOutput' => ['type' => 'structure', 'members' => ['ChannelARN' => ['shape' => 'ResourceARN']]], 'CreateStreamInput' => ['type' => 'structure', 'required' => ['StreamName'], 'members' => ['DeviceName' => ['shape' => 'DeviceName'], 'StreamName' => ['shape' => 'StreamName'], 'MediaType' => ['shape' => 'MediaType'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'DataRetentionInHours' => ['shape' => 'DataRetentionInHours'], 'Tags' => ['shape' => 'ResourceTags']]], 'CreateStreamOutput' => ['type' => 'structure', 'members' => ['StreamARN' => ['shape' => 'ResourceARN']]], 'DataEndpoint' => ['type' => 'string'], 'DataRetentionChangeInHours' => ['type' => 'integer', 'min' => 1], 'DataRetentionInHours' => ['type' => 'integer', 'min' => 0], 'DeleteSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelARN'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version']]], 'DeleteSignalingChannelOutput' => ['type' => 'structure', 'members' => []], 'DeleteStreamInput' => ['type' => 'structure', 'required' => ['StreamARN'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version']]], 'DeleteStreamOutput' => ['type' => 'structure', 'members' => []], 'DescribeSignalingChannelInput' => ['type' => 'structure', 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'ChannelARN' => ['shape' => 'ResourceARN']]], 'DescribeSignalingChannelOutput' => ['type' => 'structure', 'members' => ['ChannelInfo' => ['shape' => 'ChannelInfo']]], 'DescribeStreamInput' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN']]], 'DescribeStreamOutput' => ['type' => 'structure', 'members' => ['StreamInfo' => ['shape' => 'StreamInfo']]], 'DeviceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'DeviceStreamLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'GetDataEndpointInput' => ['type' => 'structure', 'required' => ['APIName'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'APIName' => ['shape' => 'APIName']]], 'GetDataEndpointOutput' => ['type' => 'structure', 'members' => ['DataEndpoint' => ['shape' => 'DataEndpoint']]], 'GetSignalingChannelEndpointInput' => ['type' => 'structure', 'required' => ['ChannelARN'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'SingleMasterChannelEndpointConfiguration' => ['shape' => 'SingleMasterChannelEndpointConfiguration']]], 'GetSignalingChannelEndpointOutput' => ['type' => 'structure', 'members' => ['ResourceEndpointList' => ['shape' => 'ResourceEndpointList']]], 'InvalidArgumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidDeviceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResourceFormatException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '.+'], 'ListOfProtocols' => ['type' => 'list', 'member' => ['shape' => 'ChannelProtocol'], 'max' => 5, 'min' => 1], 'ListSignalingChannelsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListStreamsInputLimit'], 'NextToken' => ['shape' => 'NextToken'], 'ChannelNameCondition' => ['shape' => 'ChannelNameCondition']]], 'ListSignalingChannelsOutput' => ['type' => 'structure', 'members' => ['ChannelInfoList' => ['shape' => 'ChannelInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListStreamsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListStreamsInputLimit'], 'NextToken' => ['shape' => 'NextToken'], 'StreamNameCondition' => ['shape' => 'StreamNameCondition']]], 'ListStreamsInputLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ListStreamsOutput' => ['type' => 'structure', 'members' => ['StreamInfoList' => ['shape' => 'StreamInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ResourceARN' => ['shape' => 'ResourceARN']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'ResourceTags']]], 'ListTagsForStreamInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName']]], 'ListTagsForStreamOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'ResourceTags']]], 'MediaType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+(,[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+)*'], 'MessageTtlSeconds' => ['type' => 'integer', 'max' => 120, 'min' => 5], 'NextToken' => ['type' => 'string', 'max' => 512, 'min' => 0, 'pattern' => '[a-zA-Z0-9+/=]*'], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'ResourceARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+'], 'ResourceEndpoint' => ['type' => 'string'], 'ResourceEndpointList' => ['type' => 'list', 'member' => ['shape' => 'ResourceEndpointListItem']], 'ResourceEndpointListItem' => ['type' => 'structure', 'members' => ['Protocol' => ['shape' => 'ChannelProtocol'], 'ResourceEndpoint' => ['shape' => 'ResourceEndpoint']]], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceTags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'SingleMasterChannelEndpointConfiguration' => ['type' => 'structure', 'members' => ['Protocols' => ['shape' => 'ListOfProtocols'], 'Role' => ['shape' => 'ChannelRole']]], 'SingleMasterConfiguration' => ['type' => 'structure', 'members' => ['MessageTtlSeconds' => ['shape' => 'MessageTtlSeconds']]], 'Status' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING']], 'StreamInfo' => ['type' => 'structure', 'members' => ['DeviceName' => ['shape' => 'DeviceName'], 'StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'MediaType' => ['shape' => 'MediaType'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'Version' => ['shape' => 'Version'], 'Status' => ['shape' => 'Status'], 'CreationTime' => ['shape' => 'Timestamp'], 'DataRetentionInHours' => ['shape' => 'DataRetentionInHours']]], 'StreamInfoList' => ['type' => 'list', 'member' => ['shape' => 'StreamInfo']], 'StreamName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+'], 'StreamNameCondition' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'ComparisonValue' => ['shape' => 'StreamName']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TagOnCreateList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagStreamInput' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName'], 'Tags' => ['shape' => 'ResourceTags']]], 'TagStreamOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'TagsPerResourceExceededLimitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeyList'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'UntagStreamInput' => ['type' => 'structure', 'required' => ['TagKeyList'], 'members' => ['StreamARN' => ['shape' => 'ResourceARN'], 'StreamName' => ['shape' => 'StreamName'], 'TagKeyList' => ['shape' => 'TagKeyList']]], 'UntagStreamOutput' => ['type' => 'structure', 'members' => []], 'UpdateDataRetentionInput' => ['type' => 'structure', 'required' => ['CurrentVersion', 'Operation', 'DataRetentionChangeInHours'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'Operation' => ['shape' => 'UpdateDataRetentionOperation'], 'DataRetentionChangeInHours' => ['shape' => 'DataRetentionChangeInHours']]], 'UpdateDataRetentionOperation' => ['type' => 'string', 'enum' => ['INCREASE_DATA_RETENTION', 'DECREASE_DATA_RETENTION']], 'UpdateDataRetentionOutput' => ['type' => 'structure', 'members' => []], 'UpdateSignalingChannelInput' => ['type' => 'structure', 'required' => ['ChannelARN', 'CurrentVersion'], 'members' => ['ChannelARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'SingleMasterConfiguration' => ['shape' => 'SingleMasterConfiguration']]], 'UpdateSignalingChannelOutput' => ['type' => 'structure', 'members' => []], 'UpdateStreamInput' => ['type' => 'structure', 'required' => ['CurrentVersion'], 'members' => ['StreamName' => ['shape' => 'StreamName'], 'StreamARN' => ['shape' => 'ResourceARN'], 'CurrentVersion' => ['shape' => 'Version'], 'DeviceName' => ['shape' => 'DeviceName'], 'MediaType' => ['shape' => 'MediaType']]], 'UpdateStreamOutput' => ['type' => 'structure', 'members' => []], 'Version' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9]+'], 'VersionMismatchException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/kms/2014-11-01/api-2.json.php b/vendor/Aws3/Aws/data/kms/2014-11-01/api-2.json.php index 4aba3615..43e441a9 100644 --- a/vendor/Aws3/Aws/data/kms/2014-11-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/kms/2014-11-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-11-01', 'endpointPrefix' => 'kms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'KMS', 'serviceFullName' => 'AWS Key Management Service', 'serviceId' => 'KMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'TrentService', 'uid' => 'kms-2014-11-01'], 'operations' => ['CancelKeyDeletion' => ['name' => 'CancelKeyDeletion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelKeyDeletionRequest'], 'output' => ['shape' => 'CancelKeyDeletionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ConnectCustomKeyStore' => ['name' => 'ConnectCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConnectCustomKeyStoreRequest'], 'output' => ['shape' => 'ConnectCustomKeyStoreResponse'], 'errors' => [['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidAliasNameException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'CreateCustomKeyStore' => ['name' => 'CreateCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomKeyStoreRequest'], 'output' => ['shape' => 'CreateCustomKeyStoreResponse'], 'errors' => [['shape' => 'CloudHsmClusterInUseException'], ['shape' => 'CustomKeyStoreNameInUseException'], ['shape' => 'CloudHsmClusterNotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'IncorrectTrustAnchorException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'CreateGrant' => ['name' => 'CreateGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGrantRequest'], 'output' => ['shape' => 'CreateGrantResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'CreateKey' => ['name' => 'CreateKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyRequest'], 'output' => ['shape' => 'CreateKeyResponse'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'Decrypt' => ['name' => 'Decrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecryptRequest'], 'output' => ['shape' => 'DecryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'IncorrectKeyException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DeleteCustomKeyStore' => ['name' => 'DeleteCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomKeyStoreRequest'], 'output' => ['shape' => 'DeleteCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreHasCMKsException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'DeleteImportedKeyMaterial' => ['name' => 'DeleteImportedKeyMaterial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteImportedKeyMaterialRequest'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DescribeCustomKeyStores' => ['name' => 'DescribeCustomKeyStores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomKeyStoresRequest'], 'output' => ['shape' => 'DescribeCustomKeyStoresResponse'], 'errors' => [['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'DescribeKey' => ['name' => 'DescribeKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyRequest'], 'output' => ['shape' => 'DescribeKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException']]], 'DisableKey' => ['name' => 'DisableKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableKeyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DisableKeyRotation' => ['name' => 'DisableKeyRotation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableKeyRotationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'DisconnectCustomKeyStore' => ['name' => 'DisconnectCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisconnectCustomKeyStoreRequest'], 'output' => ['shape' => 'DisconnectCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'EnableKey' => ['name' => 'EnableKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableKeyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'EnableKeyRotation' => ['name' => 'EnableKeyRotation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableKeyRotationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'Encrypt' => ['name' => 'Encrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EncryptRequest'], 'output' => ['shape' => 'EncryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKey' => ['name' => 'GenerateDataKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyRequest'], 'output' => ['shape' => 'GenerateDataKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKeyPair' => ['name' => 'GenerateDataKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyPairRequest'], 'output' => ['shape' => 'GenerateDataKeyPairResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKeyPairWithoutPlaintext' => ['name' => 'GenerateDataKeyPairWithoutPlaintext', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyPairWithoutPlaintextRequest'], 'output' => ['shape' => 'GenerateDataKeyPairWithoutPlaintextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKeyWithoutPlaintext' => ['name' => 'GenerateDataKeyWithoutPlaintext', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyWithoutPlaintextRequest'], 'output' => ['shape' => 'GenerateDataKeyWithoutPlaintextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateRandom' => ['name' => 'GenerateRandom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateRandomRequest'], 'output' => ['shape' => 'GenerateRandomResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreInvalidStateException']]], 'GetKeyPolicy' => ['name' => 'GetKeyPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPolicyRequest'], 'output' => ['shape' => 'GetKeyPolicyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GetKeyRotationStatus' => ['name' => 'GetKeyRotationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyRotationStatusRequest'], 'output' => ['shape' => 'GetKeyRotationStatusResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'GetParametersForImport' => ['name' => 'GetParametersForImport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersForImportRequest'], 'output' => ['shape' => 'GetParametersForImportResponse'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GetPublicKey' => ['name' => 'GetPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPublicKeyRequest'], 'output' => ['shape' => 'GetPublicKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ImportKeyMaterial' => ['name' => 'ImportKeyMaterial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyMaterialRequest'], 'output' => ['shape' => 'ImportKeyMaterialResponse'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'IncorrectKeyMaterialException'], ['shape' => 'ExpiredImportTokenException'], ['shape' => 'InvalidImportTokenException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidArnException'], ['shape' => 'NotFoundException']]], 'ListGrants' => ['name' => 'ListGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGrantsRequest'], 'output' => ['shape' => 'ListGrantsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ListKeyPolicies' => ['name' => 'ListKeyPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeyPoliciesRequest'], 'output' => ['shape' => 'ListKeyPoliciesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ListKeys' => ['name' => 'ListKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeysRequest'], 'output' => ['shape' => 'ListKeysResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidMarkerException']]], 'ListResourceTags' => ['name' => 'ListResourceTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceTagsRequest'], 'output' => ['shape' => 'ListResourceTagsResponse'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidMarkerException']]], 'ListRetirableGrants' => ['name' => 'ListRetirableGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRetirableGrantsRequest'], 'output' => ['shape' => 'ListGrantsResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'InvalidArnException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException']]], 'PutKeyPolicy' => ['name' => 'PutKeyPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutKeyPolicyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'ReEncrypt' => ['name' => 'ReEncrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReEncryptRequest'], 'output' => ['shape' => 'ReEncryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'IncorrectKeyException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'RetireGrant' => ['name' => 'RetireGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetireGrantRequest'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'InvalidGrantIdException'], ['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'RevokeGrant' => ['name' => 'RevokeGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeGrantRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantIdException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ScheduleKeyDeletion' => ['name' => 'ScheduleKeyDeletion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScheduleKeyDeletionRequest'], 'output' => ['shape' => 'ScheduleKeyDeletionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'Sign' => ['name' => 'Sign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignRequest'], 'output' => ['shape' => 'SignResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'TagException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'UpdateCustomKeyStore' => ['name' => 'UpdateCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCustomKeyStoreRequest'], 'output' => ['shape' => 'UpdateCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreNameInUseException'], ['shape' => 'CloudHsmClusterNotFoundException'], ['shape' => 'CloudHsmClusterNotRelatedException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'UpdateKeyDescription' => ['name' => 'UpdateKeyDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateKeyDescriptionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'Verify' => ['name' => 'Verify', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifyRequest'], 'output' => ['shape' => 'VerifyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'KMSInvalidSignatureException']]]], 'shapes' => ['AWSAccountIdType' => ['type' => 'string'], 'AlgorithmSpec' => ['type' => 'string', 'enum' => ['RSAES_PKCS1_V1_5', 'RSAES_OAEP_SHA_1', 'RSAES_OAEP_SHA_256']], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'AliasListEntry']], 'AliasListEntry' => ['type' => 'structure', 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'AliasArn' => ['shape' => 'ArnType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'AliasNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:/_-]+$'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'BooleanType' => ['type' => 'boolean'], 'CancelKeyDeletionRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'CancelKeyDeletionResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'CiphertextType' => ['type' => 'blob', 'max' => 6144, 'min' => 1], 'CloudHsmClusterIdType' => ['type' => 'string', 'max' => 24, 'min' => 19], 'CloudHsmClusterInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterInvalidConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotActiveException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotRelatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'ConnectCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'ConnectCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'ConnectionErrorCodeType' => ['type' => 'string', 'enum' => ['INVALID_CREDENTIALS', 'CLUSTER_NOT_FOUND', 'NETWORK_ERRORS', 'INTERNAL_ERROR', 'INSUFFICIENT_CLOUDHSM_HSMS', 'USER_LOCKED_OUT', 'USER_NOT_FOUND', 'USER_LOGGED_IN', 'SUBNET_NOT_FOUND']], 'ConnectionStateType' => ['type' => 'string', 'enum' => ['CONNECTED', 'CONNECTING', 'FAILED', 'DISCONNECTED', 'DISCONNECTING']], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['AliasName', 'TargetKeyId'], 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'CreateCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreName', 'CloudHsmClusterId', 'TrustAnchorCertificate', 'KeyStorePassword'], 'members' => ['CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'TrustAnchorCertificate' => ['shape' => 'TrustAnchorCertificateType'], 'KeyStorePassword' => ['shape' => 'KeyStorePasswordType']]], 'CreateCustomKeyStoreResponse' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'CreateGrantRequest' => ['type' => 'structure', 'required' => ['KeyId', 'GranteePrincipal', 'Operations'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GranteePrincipal' => ['shape' => 'PrincipalIdType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType'], 'Operations' => ['shape' => 'GrantOperationList'], 'Constraints' => ['shape' => 'GrantConstraints'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'Name' => ['shape' => 'GrantNameType']]], 'CreateGrantResponse' => ['type' => 'structure', 'members' => ['GrantToken' => ['shape' => 'GrantTokenType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'CreateKeyRequest' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyType'], 'Description' => ['shape' => 'DescriptionType'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'Origin' => ['shape' => 'OriginType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BooleanType'], 'Tags' => ['shape' => 'TagList']]], 'CreateKeyResponse' => ['type' => 'structure', 'members' => ['KeyMetadata' => ['shape' => 'KeyMetadata']]], 'CustomKeyStoreHasCMKsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreIdType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CustomKeyStoreInvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreNameInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreNameType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'CustomKeyStoreNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoresList' => ['type' => 'list', 'member' => ['shape' => 'CustomKeyStoresListEntry']], 'CustomKeyStoresListEntry' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'TrustAnchorCertificate' => ['shape' => 'TrustAnchorCertificateType'], 'ConnectionState' => ['shape' => 'ConnectionStateType'], 'ConnectionErrorCode' => ['shape' => 'ConnectionErrorCodeType'], 'CreationDate' => ['shape' => 'DateType']]], 'CustomerMasterKeySpec' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_3072', 'RSA_4096', 'ECC_NIST_P256', 'ECC_NIST_P384', 'ECC_NIST_P521', 'ECC_SECG_P256K1', 'SYMMETRIC_DEFAULT']], 'DataKeyPairSpec' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_3072', 'RSA_4096', 'ECC_NIST_P256', 'ECC_NIST_P384', 'ECC_NIST_P521', 'ECC_SECG_P256K1']], 'DataKeySpec' => ['type' => 'string', 'enum' => ['AES_256', 'AES_128']], 'DateType' => ['type' => 'timestamp'], 'DecryptRequest' => ['type' => 'structure', 'required' => ['CiphertextBlob'], 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'KeyId' => ['shape' => 'KeyIdType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'DecryptResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['AliasName'], 'members' => ['AliasName' => ['shape' => 'AliasNameType']]], 'DeleteCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'DeleteCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'DeleteImportedKeyMaterialRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DependencyTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'DescribeCustomKeyStoresRequest' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'DescribeCustomKeyStoresResponse' => ['type' => 'structure', 'members' => ['CustomKeyStores' => ['shape' => 'CustomKeyStoresList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'DescribeKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'DescribeKeyResponse' => ['type' => 'structure', 'members' => ['KeyMetadata' => ['shape' => 'KeyMetadata']]], 'DescriptionType' => ['type' => 'string', 'max' => 8192, 'min' => 0], 'DisableKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DisableKeyRotationRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DisabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'DisconnectCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'DisconnectCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'EnableKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'EnableKeyRotationRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'EncryptRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Plaintext'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'EncryptResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'EncryptionAlgorithmSpec' => ['type' => 'string', 'enum' => ['SYMMETRIC_DEFAULT', 'RSAES_OAEP_SHA_1', 'RSAES_OAEP_SHA_256']], 'EncryptionAlgorithmSpecList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionAlgorithmSpec']], 'EncryptionContextKey' => ['type' => 'string'], 'EncryptionContextType' => ['type' => 'map', 'key' => ['shape' => 'EncryptionContextKey'], 'value' => ['shape' => 'EncryptionContextValue']], 'EncryptionContextValue' => ['type' => 'string'], 'ErrorMessageType' => ['type' => 'string'], 'ExpirationModelType' => ['type' => 'string', 'enum' => ['KEY_MATERIAL_EXPIRES', 'KEY_MATERIAL_DOES_NOT_EXPIRE']], 'ExpiredImportTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'GenerateDataKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyId', 'KeyPairSpec'], 'members' => ['EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyPairResponse' => ['type' => 'structure', 'members' => ['PrivateKeyCiphertextBlob' => ['shape' => 'CiphertextType'], 'PrivateKeyPlaintext' => ['shape' => 'PlaintextType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec']]], 'GenerateDataKeyPairWithoutPlaintextRequest' => ['type' => 'structure', 'required' => ['KeyId', 'KeyPairSpec'], 'members' => ['EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyPairWithoutPlaintextResponse' => ['type' => 'structure', 'members' => ['PrivateKeyCiphertextBlob' => ['shape' => 'CiphertextType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec']]], 'GenerateDataKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'KeySpec' => ['shape' => 'DataKeySpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'GenerateDataKeyWithoutPlaintextRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeySpec' => ['shape' => 'DataKeySpec'], 'NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyWithoutPlaintextResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'GenerateRandomRequest' => ['type' => 'structure', 'members' => ['NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'GenerateRandomResponse' => ['type' => 'structure', 'members' => ['Plaintext' => ['shape' => 'PlaintextType']]], 'GetKeyPolicyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'PolicyName'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PolicyName' => ['shape' => 'PolicyNameType']]], 'GetKeyPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyType']]], 'GetKeyRotationStatusRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'GetKeyRotationStatusResponse' => ['type' => 'structure', 'members' => ['KeyRotationEnabled' => ['shape' => 'BooleanType']]], 'GetParametersForImportRequest' => ['type' => 'structure', 'required' => ['KeyId', 'WrappingAlgorithm', 'WrappingKeySpec'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'WrappingAlgorithm' => ['shape' => 'AlgorithmSpec'], 'WrappingKeySpec' => ['shape' => 'WrappingKeySpec']]], 'GetParametersForImportResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'ImportToken' => ['shape' => 'CiphertextType'], 'PublicKey' => ['shape' => 'PlaintextType'], 'ParametersValidTo' => ['shape' => 'DateType']]], 'GetPublicKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GetPublicKeyResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'EncryptionAlgorithms' => ['shape' => 'EncryptionAlgorithmSpecList'], 'SigningAlgorithms' => ['shape' => 'SigningAlgorithmSpecList']]], 'GrantConstraints' => ['type' => 'structure', 'members' => ['EncryptionContextSubset' => ['shape' => 'EncryptionContextType'], 'EncryptionContextEquals' => ['shape' => 'EncryptionContextType']]], 'GrantIdType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'GrantList' => ['type' => 'list', 'member' => ['shape' => 'GrantListEntry']], 'GrantListEntry' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType'], 'Name' => ['shape' => 'GrantNameType'], 'CreationDate' => ['shape' => 'DateType'], 'GranteePrincipal' => ['shape' => 'PrincipalIdType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType'], 'IssuingAccount' => ['shape' => 'PrincipalIdType'], 'Operations' => ['shape' => 'GrantOperationList'], 'Constraints' => ['shape' => 'GrantConstraints']]], 'GrantNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:/_-]+$'], 'GrantOperation' => ['type' => 'string', 'enum' => ['Decrypt', 'Encrypt', 'GenerateDataKey', 'GenerateDataKeyWithoutPlaintext', 'ReEncryptFrom', 'ReEncryptTo', 'Sign', 'Verify', 'GetPublicKey', 'CreateGrant', 'RetireGrant', 'DescribeKey', 'GenerateDataKeyPair', 'GenerateDataKeyPairWithoutPlaintext']], 'GrantOperationList' => ['type' => 'list', 'member' => ['shape' => 'GrantOperation']], 'GrantTokenList' => ['type' => 'list', 'member' => ['shape' => 'GrantTokenType'], 'max' => 10, 'min' => 0], 'GrantTokenType' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'ImportKeyMaterialRequest' => ['type' => 'structure', 'required' => ['KeyId', 'ImportToken', 'EncryptedKeyMaterial'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'ImportToken' => ['shape' => 'CiphertextType'], 'EncryptedKeyMaterial' => ['shape' => 'CiphertextType'], 'ValidTo' => ['shape' => 'DateType'], 'ExpirationModel' => ['shape' => 'ExpirationModelType']]], 'ImportKeyMaterialResponse' => ['type' => 'structure', 'members' => []], 'IncorrectKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'IncorrectKeyMaterialException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'IncorrectTrustAnchorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidAliasNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidCiphertextException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidGrantIdException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidGrantTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidImportTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidKeyUsageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidMarkerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KMSInternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'KMSInvalidSignatureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KMSInvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KeyIdType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'KeyListEntry']], 'KeyListEntry' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'KeyArn' => ['shape' => 'ArnType']]], 'KeyManagerType' => ['type' => 'string', 'enum' => ['AWS', 'CUSTOMER']], 'KeyMetadata' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['AWSAccountId' => ['shape' => 'AWSAccountIdType'], 'KeyId' => ['shape' => 'KeyIdType'], 'Arn' => ['shape' => 'ArnType'], 'CreationDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'Description' => ['shape' => 'DescriptionType'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'KeyState' => ['shape' => 'KeyState'], 'DeletionDate' => ['shape' => 'DateType'], 'ValidTo' => ['shape' => 'DateType'], 'Origin' => ['shape' => 'OriginType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'ExpirationModel' => ['shape' => 'ExpirationModelType'], 'KeyManager' => ['shape' => 'KeyManagerType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'EncryptionAlgorithms' => ['shape' => 'EncryptionAlgorithmSpecList'], 'SigningAlgorithms' => ['shape' => 'SigningAlgorithmSpecList']]], 'KeyState' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled', 'PendingDeletion', 'PendingImport', 'Unavailable']], 'KeyStorePasswordType' => ['type' => 'string', 'max' => 32, 'min' => 7, 'sensitive' => \true], 'KeyUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'KeyUsageType' => ['type' => 'string', 'enum' => ['SIGN_VERIFY', 'ENCRYPT_DECRYPT']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'LimitType' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListAliasesRequest' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'AliasList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListGrantsRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'ListGrantsResponse' => ['type' => 'structure', 'members' => ['Grants' => ['shape' => 'GrantList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListKeyPoliciesRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListKeyPoliciesResponse' => ['type' => 'structure', 'members' => ['PolicyNames' => ['shape' => 'PolicyNameList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListKeysRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListKeysResponse' => ['type' => 'structure', 'members' => ['Keys' => ['shape' => 'KeyList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListResourceTagsRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListResourceTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListRetirableGrantsRequest' => ['type' => 'structure', 'required' => ['RetiringPrincipal'], 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'MarkerType' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]*'], 'MessageType' => ['type' => 'string', 'enum' => ['RAW', 'DIGEST']], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'NumberOfBytesType' => ['type' => 'integer', 'max' => 1024, 'min' => 1], 'OriginType' => ['type' => 'string', 'enum' => ['AWS_KMS', 'EXTERNAL', 'AWS_CLOUDHSM']], 'PendingWindowInDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 1], 'PlaintextType' => ['type' => 'blob', 'max' => 4096, 'min' => 1, 'sensitive' => \true], 'PolicyNameList' => ['type' => 'list', 'member' => ['shape' => 'PolicyNameType']], 'PolicyNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w]+'], 'PolicyType' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'PrincipalIdType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[\\w+=,.@:/-]+$'], 'PublicKeyType' => ['type' => 'blob', 'max' => 8192, 'min' => 1], 'PutKeyPolicyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'PolicyName', 'Policy'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PolicyName' => ['shape' => 'PolicyNameType'], 'Policy' => ['shape' => 'PolicyType'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BooleanType']]], 'ReEncryptRequest' => ['type' => 'structure', 'required' => ['CiphertextBlob', 'DestinationKeyId'], 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'SourceEncryptionContext' => ['shape' => 'EncryptionContextType'], 'SourceKeyId' => ['shape' => 'KeyIdType'], 'DestinationKeyId' => ['shape' => 'KeyIdType'], 'DestinationEncryptionContext' => ['shape' => 'EncryptionContextType'], 'SourceEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'DestinationEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'ReEncryptResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'SourceKeyId' => ['shape' => 'KeyIdType'], 'KeyId' => ['shape' => 'KeyIdType'], 'SourceEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'DestinationEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'RetireGrantRequest' => ['type' => 'structure', 'members' => ['GrantToken' => ['shape' => 'GrantTokenType'], 'KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'RevokeGrantRequest' => ['type' => 'structure', 'required' => ['KeyId', 'GrantId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'ScheduleKeyDeletionRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PendingWindowInDays' => ['shape' => 'PendingWindowInDaysType']]], 'ScheduleKeyDeletionResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'DeletionDate' => ['shape' => 'DateType']]], 'SignRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Message', 'SigningAlgorithm'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Message' => ['shape' => 'PlaintextType'], 'MessageType' => ['shape' => 'MessageType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'SignResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Signature' => ['shape' => 'CiphertextType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'SigningAlgorithmSpec' => ['type' => 'string', 'enum' => ['RSASSA_PSS_SHA_256', 'RSASSA_PSS_SHA_384', 'RSASSA_PSS_SHA_512', 'RSASSA_PKCS1_V1_5_SHA_256', 'RSASSA_PKCS1_V1_5_SHA_384', 'RSASSA_PKCS1_V1_5_SHA_512', 'ECDSA_SHA_256', 'ECDSA_SHA_384', 'ECDSA_SHA_512']], 'SigningAlgorithmSpecList' => ['type' => 'list', 'member' => ['shape' => 'SigningAlgorithmSpec']], 'Tag' => ['type' => 'structure', 'required' => ['TagKey', 'TagValue'], 'members' => ['TagKey' => ['shape' => 'TagKeyType'], 'TagValue' => ['shape' => 'TagValueType']]], 'TagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKeyType']], 'TagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Tags'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Tags' => ['shape' => 'TagList']]], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TrustAnchorCertificateType' => ['type' => 'string', 'max' => 5000, 'min' => 1], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['KeyId', 'TagKeys'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UpdateAliasRequest' => ['type' => 'structure', 'required' => ['AliasName', 'TargetKeyId'], 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'UpdateCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'NewCustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'KeyStorePassword' => ['shape' => 'KeyStorePasswordType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType']]], 'UpdateCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'UpdateKeyDescriptionRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Description'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Description' => ['shape' => 'DescriptionType']]], 'VerifyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Message', 'Signature', 'SigningAlgorithm'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Message' => ['shape' => 'PlaintextType'], 'MessageType' => ['shape' => 'MessageType'], 'Signature' => ['shape' => 'CiphertextType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'VerifyResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'SignatureValid' => ['shape' => 'BooleanType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'WrappingKeySpec' => ['type' => 'string', 'enum' => ['RSA_2048']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-11-01', 'endpointPrefix' => 'kms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'KMS', 'serviceFullName' => 'AWS Key Management Service', 'serviceId' => 'KMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'TrentService', 'uid' => 'kms-2014-11-01'], 'operations' => ['CancelKeyDeletion' => ['name' => 'CancelKeyDeletion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelKeyDeletionRequest'], 'output' => ['shape' => 'CancelKeyDeletionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ConnectCustomKeyStore' => ['name' => 'ConnectCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ConnectCustomKeyStoreRequest'], 'output' => ['shape' => 'ConnectCustomKeyStoreResponse'], 'errors' => [['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidAliasNameException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'CreateCustomKeyStore' => ['name' => 'CreateCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomKeyStoreRequest'], 'output' => ['shape' => 'CreateCustomKeyStoreResponse'], 'errors' => [['shape' => 'CloudHsmClusterInUseException'], ['shape' => 'CustomKeyStoreNameInUseException'], ['shape' => 'CloudHsmClusterNotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'IncorrectTrustAnchorException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'CreateGrant' => ['name' => 'CreateGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGrantRequest'], 'output' => ['shape' => 'CreateGrantResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'CreateKey' => ['name' => 'CreateKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyRequest'], 'output' => ['shape' => 'CreateKeyResponse'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'Decrypt' => ['name' => 'Decrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecryptRequest'], 'output' => ['shape' => 'DecryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'IncorrectKeyException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DeleteCustomKeyStore' => ['name' => 'DeleteCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomKeyStoreRequest'], 'output' => ['shape' => 'DeleteCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreHasCMKsException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'DeleteImportedKeyMaterial' => ['name' => 'DeleteImportedKeyMaterial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteImportedKeyMaterialRequest'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DescribeCustomKeyStores' => ['name' => 'DescribeCustomKeyStores', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomKeyStoresRequest'], 'output' => ['shape' => 'DescribeCustomKeyStoresResponse'], 'errors' => [['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'DescribeKey' => ['name' => 'DescribeKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeKeyRequest'], 'output' => ['shape' => 'DescribeKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException']]], 'DisableKey' => ['name' => 'DisableKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableKeyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'DisableKeyRotation' => ['name' => 'DisableKeyRotation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableKeyRotationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'DisconnectCustomKeyStore' => ['name' => 'DisconnectCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisconnectCustomKeyStoreRequest'], 'output' => ['shape' => 'DisconnectCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'KMSInternalException']]], 'EnableKey' => ['name' => 'EnableKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableKeyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'EnableKeyRotation' => ['name' => 'EnableKeyRotation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableKeyRotationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'Encrypt' => ['name' => 'Encrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EncryptRequest'], 'output' => ['shape' => 'EncryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKey' => ['name' => 'GenerateDataKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyRequest'], 'output' => ['shape' => 'GenerateDataKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateDataKeyPair' => ['name' => 'GenerateDataKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyPairRequest'], 'output' => ['shape' => 'GenerateDataKeyPairResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'GenerateDataKeyPairWithoutPlaintext' => ['name' => 'GenerateDataKeyPairWithoutPlaintext', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyPairWithoutPlaintextRequest'], 'output' => ['shape' => 'GenerateDataKeyPairWithoutPlaintextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'GenerateDataKeyWithoutPlaintext' => ['name' => 'GenerateDataKeyWithoutPlaintext', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateDataKeyWithoutPlaintextRequest'], 'output' => ['shape' => 'GenerateDataKeyWithoutPlaintextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GenerateRandom' => ['name' => 'GenerateRandom', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateRandomRequest'], 'output' => ['shape' => 'GenerateRandomResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreInvalidStateException']]], 'GetKeyPolicy' => ['name' => 'GetKeyPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPolicyRequest'], 'output' => ['shape' => 'GetKeyPolicyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GetKeyRotationStatus' => ['name' => 'GetKeyRotationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyRotationStatusRequest'], 'output' => ['shape' => 'GetKeyRotationStatusResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'UnsupportedOperationException']]], 'GetParametersForImport' => ['name' => 'GetParametersForImport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersForImportRequest'], 'output' => ['shape' => 'GetParametersForImportResponse'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'GetPublicKey' => ['name' => 'GetPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPublicKeyRequest'], 'output' => ['shape' => 'GetPublicKeyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ImportKeyMaterial' => ['name' => 'ImportKeyMaterial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyMaterialRequest'], 'output' => ['shape' => 'ImportKeyMaterialResponse'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'IncorrectKeyMaterialException'], ['shape' => 'ExpiredImportTokenException'], ['shape' => 'InvalidImportTokenException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidArnException'], ['shape' => 'NotFoundException']]], 'ListGrants' => ['name' => 'ListGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGrantsRequest'], 'output' => ['shape' => 'ListGrantsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ListKeyPolicies' => ['name' => 'ListKeyPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeyPoliciesRequest'], 'output' => ['shape' => 'ListKeyPoliciesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ListKeys' => ['name' => 'ListKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListKeysRequest'], 'output' => ['shape' => 'ListKeysResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'InvalidMarkerException']]], 'ListResourceTags' => ['name' => 'ListResourceTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceTagsRequest'], 'output' => ['shape' => 'ListResourceTagsResponse'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidMarkerException']]], 'ListRetirableGrants' => ['name' => 'ListRetirableGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRetirableGrantsRequest'], 'output' => ['shape' => 'ListGrantsResponse'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidMarkerException'], ['shape' => 'InvalidArnException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException']]], 'PutKeyPolicy' => ['name' => 'PutKeyPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutKeyPolicyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'UnsupportedOperationException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'ReEncrypt' => ['name' => 'ReEncrypt', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReEncryptRequest'], 'output' => ['shape' => 'ReEncryptResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'InvalidCiphertextException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'IncorrectKeyException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'RetireGrant' => ['name' => 'RetireGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetireGrantRequest'], 'errors' => [['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'InvalidGrantIdException'], ['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'RevokeGrant' => ['name' => 'RevokeGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeGrantRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidArnException'], ['shape' => 'InvalidGrantIdException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'ScheduleKeyDeletion' => ['name' => 'ScheduleKeyDeletion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScheduleKeyDeletionRequest'], 'output' => ['shape' => 'ScheduleKeyDeletionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'Sign' => ['name' => 'Sign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SignRequest'], 'output' => ['shape' => 'SignResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'KMSInternalException'], ['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'TagException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAliasRequest'], 'errors' => [['shape' => 'DependencyTimeoutException'], ['shape' => 'NotFoundException'], ['shape' => 'KMSInternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'KMSInvalidStateException']]], 'UpdateCustomKeyStore' => ['name' => 'UpdateCustomKeyStore', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCustomKeyStoreRequest'], 'output' => ['shape' => 'UpdateCustomKeyStoreResponse'], 'errors' => [['shape' => 'CustomKeyStoreNotFoundException'], ['shape' => 'CustomKeyStoreNameInUseException'], ['shape' => 'CloudHsmClusterNotFoundException'], ['shape' => 'CloudHsmClusterNotRelatedException'], ['shape' => 'CustomKeyStoreInvalidStateException'], ['shape' => 'KMSInternalException'], ['shape' => 'CloudHsmClusterNotActiveException'], ['shape' => 'CloudHsmClusterInvalidConfigurationException']]], 'UpdateKeyDescription' => ['name' => 'UpdateKeyDescription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateKeyDescriptionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'InvalidArnException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException']]], 'Verify' => ['name' => 'Verify', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'VerifyRequest'], 'output' => ['shape' => 'VerifyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'DisabledException'], ['shape' => 'KeyUnavailableException'], ['shape' => 'DependencyTimeoutException'], ['shape' => 'InvalidKeyUsageException'], ['shape' => 'InvalidGrantTokenException'], ['shape' => 'KMSInternalException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'KMSInvalidSignatureException']]]], 'shapes' => ['AWSAccountIdType' => ['type' => 'string'], 'AlgorithmSpec' => ['type' => 'string', 'enum' => ['RSAES_PKCS1_V1_5', 'RSAES_OAEP_SHA_1', 'RSAES_OAEP_SHA_256']], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'AliasListEntry']], 'AliasListEntry' => ['type' => 'structure', 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'AliasArn' => ['shape' => 'ArnType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'AliasNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:/_-]+$'], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'ArnType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'BooleanType' => ['type' => 'boolean'], 'CancelKeyDeletionRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'CancelKeyDeletionResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'CiphertextType' => ['type' => 'blob', 'max' => 6144, 'min' => 1], 'CloudHsmClusterIdType' => ['type' => 'string', 'max' => 24, 'min' => 19], 'CloudHsmClusterInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterInvalidConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotActiveException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CloudHsmClusterNotRelatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'ConnectCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'ConnectCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'ConnectionErrorCodeType' => ['type' => 'string', 'enum' => ['INVALID_CREDENTIALS', 'CLUSTER_NOT_FOUND', 'NETWORK_ERRORS', 'INTERNAL_ERROR', 'INSUFFICIENT_CLOUDHSM_HSMS', 'USER_LOCKED_OUT', 'USER_NOT_FOUND', 'USER_LOGGED_IN', 'SUBNET_NOT_FOUND']], 'ConnectionStateType' => ['type' => 'string', 'enum' => ['CONNECTED', 'CONNECTING', 'FAILED', 'DISCONNECTED', 'DISCONNECTING']], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['AliasName', 'TargetKeyId'], 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'CreateCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreName', 'CloudHsmClusterId', 'TrustAnchorCertificate', 'KeyStorePassword'], 'members' => ['CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'TrustAnchorCertificate' => ['shape' => 'TrustAnchorCertificateType'], 'KeyStorePassword' => ['shape' => 'KeyStorePasswordType']]], 'CreateCustomKeyStoreResponse' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'CreateGrantRequest' => ['type' => 'structure', 'required' => ['KeyId', 'GranteePrincipal', 'Operations'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GranteePrincipal' => ['shape' => 'PrincipalIdType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType'], 'Operations' => ['shape' => 'GrantOperationList'], 'Constraints' => ['shape' => 'GrantConstraints'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'Name' => ['shape' => 'GrantNameType']]], 'CreateGrantResponse' => ['type' => 'structure', 'members' => ['GrantToken' => ['shape' => 'GrantTokenType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'CreateKeyRequest' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyType'], 'Description' => ['shape' => 'DescriptionType'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'Origin' => ['shape' => 'OriginType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BooleanType'], 'Tags' => ['shape' => 'TagList']]], 'CreateKeyResponse' => ['type' => 'structure', 'members' => ['KeyMetadata' => ['shape' => 'KeyMetadata']]], 'CustomKeyStoreHasCMKsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreIdType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CustomKeyStoreInvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreNameInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoreNameType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'CustomKeyStoreNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'CustomKeyStoresList' => ['type' => 'list', 'member' => ['shape' => 'CustomKeyStoresListEntry']], 'CustomKeyStoresListEntry' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'TrustAnchorCertificate' => ['shape' => 'TrustAnchorCertificateType'], 'ConnectionState' => ['shape' => 'ConnectionStateType'], 'ConnectionErrorCode' => ['shape' => 'ConnectionErrorCodeType'], 'CreationDate' => ['shape' => 'DateType']]], 'CustomerMasterKeySpec' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_3072', 'RSA_4096', 'ECC_NIST_P256', 'ECC_NIST_P384', 'ECC_NIST_P521', 'ECC_SECG_P256K1', 'SYMMETRIC_DEFAULT']], 'DataKeyPairSpec' => ['type' => 'string', 'enum' => ['RSA_2048', 'RSA_3072', 'RSA_4096', 'ECC_NIST_P256', 'ECC_NIST_P384', 'ECC_NIST_P521', 'ECC_SECG_P256K1']], 'DataKeySpec' => ['type' => 'string', 'enum' => ['AES_256', 'AES_128']], 'DateType' => ['type' => 'timestamp'], 'DecryptRequest' => ['type' => 'structure', 'required' => ['CiphertextBlob'], 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'KeyId' => ['shape' => 'KeyIdType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'DecryptResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['AliasName'], 'members' => ['AliasName' => ['shape' => 'AliasNameType']]], 'DeleteCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'DeleteCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'DeleteImportedKeyMaterialRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DependencyTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'DescribeCustomKeyStoresRequest' => ['type' => 'structure', 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'DescribeCustomKeyStoresResponse' => ['type' => 'structure', 'members' => ['CustomKeyStores' => ['shape' => 'CustomKeyStoresList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'DescribeKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'DescribeKeyResponse' => ['type' => 'structure', 'members' => ['KeyMetadata' => ['shape' => 'KeyMetadata']]], 'DescriptionType' => ['type' => 'string', 'max' => 8192, 'min' => 0], 'DisableKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DisableKeyRotationRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'DisabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'DisconnectCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'DisconnectCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'EnableKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'EnableKeyRotationRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'EncryptRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Plaintext'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'EncryptResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'EncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'EncryptionAlgorithmSpec' => ['type' => 'string', 'enum' => ['SYMMETRIC_DEFAULT', 'RSAES_OAEP_SHA_1', 'RSAES_OAEP_SHA_256']], 'EncryptionAlgorithmSpecList' => ['type' => 'list', 'member' => ['shape' => 'EncryptionAlgorithmSpec']], 'EncryptionContextKey' => ['type' => 'string'], 'EncryptionContextType' => ['type' => 'map', 'key' => ['shape' => 'EncryptionContextKey'], 'value' => ['shape' => 'EncryptionContextValue']], 'EncryptionContextValue' => ['type' => 'string'], 'ErrorMessageType' => ['type' => 'string'], 'ExpirationModelType' => ['type' => 'string', 'enum' => ['KEY_MATERIAL_EXPIRES', 'KEY_MATERIAL_DOES_NOT_EXPIRE']], 'ExpiredImportTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'GenerateDataKeyPairRequest' => ['type' => 'structure', 'required' => ['KeyId', 'KeyPairSpec'], 'members' => ['EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyPairResponse' => ['type' => 'structure', 'members' => ['PrivateKeyCiphertextBlob' => ['shape' => 'CiphertextType'], 'PrivateKeyPlaintext' => ['shape' => 'PlaintextType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec']]], 'GenerateDataKeyPairWithoutPlaintextRequest' => ['type' => 'structure', 'required' => ['KeyId', 'KeyPairSpec'], 'members' => ['EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyPairWithoutPlaintextResponse' => ['type' => 'structure', 'members' => ['PrivateKeyCiphertextBlob' => ['shape' => 'CiphertextType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'KeyId' => ['shape' => 'KeyIdType'], 'KeyPairSpec' => ['shape' => 'DataKeyPairSpec']]], 'GenerateDataKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'KeySpec' => ['shape' => 'DataKeySpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'Plaintext' => ['shape' => 'PlaintextType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'GenerateDataKeyWithoutPlaintextRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'EncryptionContext' => ['shape' => 'EncryptionContextType'], 'KeySpec' => ['shape' => 'DataKeySpec'], 'NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GenerateDataKeyWithoutPlaintextResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'GenerateRandomRequest' => ['type' => 'structure', 'members' => ['NumberOfBytes' => ['shape' => 'NumberOfBytesType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType']]], 'GenerateRandomResponse' => ['type' => 'structure', 'members' => ['Plaintext' => ['shape' => 'PlaintextType']]], 'GetKeyPolicyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'PolicyName'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PolicyName' => ['shape' => 'PolicyNameType']]], 'GetKeyPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyType']]], 'GetKeyRotationStatusRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType']]], 'GetKeyRotationStatusResponse' => ['type' => 'structure', 'members' => ['KeyRotationEnabled' => ['shape' => 'BooleanType']]], 'GetParametersForImportRequest' => ['type' => 'structure', 'required' => ['KeyId', 'WrappingAlgorithm', 'WrappingKeySpec'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'WrappingAlgorithm' => ['shape' => 'AlgorithmSpec'], 'WrappingKeySpec' => ['shape' => 'WrappingKeySpec']]], 'GetParametersForImportResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'ImportToken' => ['shape' => 'CiphertextType'], 'PublicKey' => ['shape' => 'PlaintextType'], 'ParametersValidTo' => ['shape' => 'DateType']]], 'GetPublicKeyRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'GetPublicKeyResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PublicKey' => ['shape' => 'PublicKeyType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'EncryptionAlgorithms' => ['shape' => 'EncryptionAlgorithmSpecList'], 'SigningAlgorithms' => ['shape' => 'SigningAlgorithmSpecList']]], 'GrantConstraints' => ['type' => 'structure', 'members' => ['EncryptionContextSubset' => ['shape' => 'EncryptionContextType'], 'EncryptionContextEquals' => ['shape' => 'EncryptionContextType']]], 'GrantIdType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'GrantList' => ['type' => 'list', 'member' => ['shape' => 'GrantListEntry']], 'GrantListEntry' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType'], 'Name' => ['shape' => 'GrantNameType'], 'CreationDate' => ['shape' => 'DateType'], 'GranteePrincipal' => ['shape' => 'PrincipalIdType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType'], 'IssuingAccount' => ['shape' => 'PrincipalIdType'], 'Operations' => ['shape' => 'GrantOperationList'], 'Constraints' => ['shape' => 'GrantConstraints']]], 'GrantNameType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:/_-]+$'], 'GrantOperation' => ['type' => 'string', 'enum' => ['Decrypt', 'Encrypt', 'GenerateDataKey', 'GenerateDataKeyWithoutPlaintext', 'ReEncryptFrom', 'ReEncryptTo', 'Sign', 'Verify', 'GetPublicKey', 'CreateGrant', 'RetireGrant', 'DescribeKey', 'GenerateDataKeyPair', 'GenerateDataKeyPairWithoutPlaintext']], 'GrantOperationList' => ['type' => 'list', 'member' => ['shape' => 'GrantOperation']], 'GrantTokenList' => ['type' => 'list', 'member' => ['shape' => 'GrantTokenType'], 'max' => 10, 'min' => 0], 'GrantTokenType' => ['type' => 'string', 'max' => 8192, 'min' => 1], 'ImportKeyMaterialRequest' => ['type' => 'structure', 'required' => ['KeyId', 'ImportToken', 'EncryptedKeyMaterial'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'ImportToken' => ['shape' => 'CiphertextType'], 'EncryptedKeyMaterial' => ['shape' => 'CiphertextType'], 'ValidTo' => ['shape' => 'DateType'], 'ExpirationModel' => ['shape' => 'ExpirationModelType']]], 'ImportKeyMaterialResponse' => ['type' => 'structure', 'members' => []], 'IncorrectKeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'IncorrectKeyMaterialException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'IncorrectTrustAnchorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidAliasNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidCiphertextException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidGrantIdException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidGrantTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidImportTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidKeyUsageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'InvalidMarkerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KMSInternalException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'KMSInvalidSignatureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KMSInvalidStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'KeyIdType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'KeyListEntry']], 'KeyListEntry' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'KeyArn' => ['shape' => 'ArnType']]], 'KeyManagerType' => ['type' => 'string', 'enum' => ['AWS', 'CUSTOMER']], 'KeyMetadata' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['AWSAccountId' => ['shape' => 'AWSAccountIdType'], 'KeyId' => ['shape' => 'KeyIdType'], 'Arn' => ['shape' => 'ArnType'], 'CreationDate' => ['shape' => 'DateType'], 'Enabled' => ['shape' => 'BooleanType'], 'Description' => ['shape' => 'DescriptionType'], 'KeyUsage' => ['shape' => 'KeyUsageType'], 'KeyState' => ['shape' => 'KeyState'], 'DeletionDate' => ['shape' => 'DateType'], 'ValidTo' => ['shape' => 'DateType'], 'Origin' => ['shape' => 'OriginType'], 'CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType'], 'ExpirationModel' => ['shape' => 'ExpirationModelType'], 'KeyManager' => ['shape' => 'KeyManagerType'], 'CustomerMasterKeySpec' => ['shape' => 'CustomerMasterKeySpec'], 'EncryptionAlgorithms' => ['shape' => 'EncryptionAlgorithmSpecList'], 'SigningAlgorithms' => ['shape' => 'SigningAlgorithmSpecList']]], 'KeyState' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled', 'PendingDeletion', 'PendingImport', 'Unavailable']], 'KeyStorePasswordType' => ['type' => 'string', 'max' => 32, 'min' => 7, 'sensitive' => \true], 'KeyUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true, 'fault' => \true], 'KeyUsageType' => ['type' => 'string', 'enum' => ['SIGN_VERIFY', 'ENCRYPT_DECRYPT']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'LimitType' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'ListAliasesRequest' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'AliasList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListGrantsRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType'], 'KeyId' => ['shape' => 'KeyIdType']]], 'ListGrantsResponse' => ['type' => 'structure', 'members' => ['Grants' => ['shape' => 'GrantList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListKeyPoliciesRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListKeyPoliciesResponse' => ['type' => 'structure', 'members' => ['PolicyNames' => ['shape' => 'PolicyNameList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListKeysRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListKeysResponse' => ['type' => 'structure', 'members' => ['Keys' => ['shape' => 'KeyList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListResourceTagsRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType']]], 'ListResourceTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextMarker' => ['shape' => 'MarkerType'], 'Truncated' => ['shape' => 'BooleanType']]], 'ListRetirableGrantsRequest' => ['type' => 'structure', 'required' => ['RetiringPrincipal'], 'members' => ['Limit' => ['shape' => 'LimitType'], 'Marker' => ['shape' => 'MarkerType'], 'RetiringPrincipal' => ['shape' => 'PrincipalIdType']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'MarkerType' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]*'], 'MessageType' => ['type' => 'string', 'enum' => ['RAW', 'DIGEST']], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'NumberOfBytesType' => ['type' => 'integer', 'max' => 1024, 'min' => 1], 'OriginType' => ['type' => 'string', 'enum' => ['AWS_KMS', 'EXTERNAL', 'AWS_CLOUDHSM']], 'PendingWindowInDaysType' => ['type' => 'integer', 'max' => 365, 'min' => 1], 'PlaintextType' => ['type' => 'blob', 'max' => 4096, 'min' => 1, 'sensitive' => \true], 'PolicyNameList' => ['type' => 'list', 'member' => ['shape' => 'PolicyNameType']], 'PolicyNameType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w]+'], 'PolicyType' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'PrincipalIdType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[\\w+=,.@:/-]+$'], 'PublicKeyType' => ['type' => 'blob', 'max' => 8192, 'min' => 1], 'PutKeyPolicyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'PolicyName', 'Policy'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PolicyName' => ['shape' => 'PolicyNameType'], 'Policy' => ['shape' => 'PolicyType'], 'BypassPolicyLockoutSafetyCheck' => ['shape' => 'BooleanType']]], 'ReEncryptRequest' => ['type' => 'structure', 'required' => ['CiphertextBlob', 'DestinationKeyId'], 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'SourceEncryptionContext' => ['shape' => 'EncryptionContextType'], 'SourceKeyId' => ['shape' => 'KeyIdType'], 'DestinationKeyId' => ['shape' => 'KeyIdType'], 'DestinationEncryptionContext' => ['shape' => 'EncryptionContextType'], 'SourceEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'DestinationEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'ReEncryptResponse' => ['type' => 'structure', 'members' => ['CiphertextBlob' => ['shape' => 'CiphertextType'], 'SourceKeyId' => ['shape' => 'KeyIdType'], 'KeyId' => ['shape' => 'KeyIdType'], 'SourceEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec'], 'DestinationEncryptionAlgorithm' => ['shape' => 'EncryptionAlgorithmSpec']]], 'RetireGrantRequest' => ['type' => 'structure', 'members' => ['GrantToken' => ['shape' => 'GrantTokenType'], 'KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'RevokeGrantRequest' => ['type' => 'structure', 'required' => ['KeyId', 'GrantId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'GrantId' => ['shape' => 'GrantIdType']]], 'ScheduleKeyDeletionRequest' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'PendingWindowInDays' => ['shape' => 'PendingWindowInDaysType']]], 'ScheduleKeyDeletionResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'DeletionDate' => ['shape' => 'DateType']]], 'SignRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Message', 'SigningAlgorithm'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Message' => ['shape' => 'PlaintextType'], 'MessageType' => ['shape' => 'MessageType'], 'GrantTokens' => ['shape' => 'GrantTokenList'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'SignResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Signature' => ['shape' => 'CiphertextType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'SigningAlgorithmSpec' => ['type' => 'string', 'enum' => ['RSASSA_PSS_SHA_256', 'RSASSA_PSS_SHA_384', 'RSASSA_PSS_SHA_512', 'RSASSA_PKCS1_V1_5_SHA_256', 'RSASSA_PKCS1_V1_5_SHA_384', 'RSASSA_PKCS1_V1_5_SHA_512', 'ECDSA_SHA_256', 'ECDSA_SHA_384', 'ECDSA_SHA_512']], 'SigningAlgorithmSpecList' => ['type' => 'list', 'member' => ['shape' => 'SigningAlgorithmSpec']], 'Tag' => ['type' => 'structure', 'required' => ['TagKey', 'TagValue'], 'members' => ['TagKey' => ['shape' => 'TagKeyType'], 'TagValue' => ['shape' => 'TagValueType']]], 'TagException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKeyType']], 'TagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Tags'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Tags' => ['shape' => 'TagList']]], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TrustAnchorCertificateType' => ['type' => 'string', 'max' => 5000, 'min' => 1], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessageType']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['KeyId', 'TagKeys'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UpdateAliasRequest' => ['type' => 'structure', 'required' => ['AliasName', 'TargetKeyId'], 'members' => ['AliasName' => ['shape' => 'AliasNameType'], 'TargetKeyId' => ['shape' => 'KeyIdType']]], 'UpdateCustomKeyStoreRequest' => ['type' => 'structure', 'required' => ['CustomKeyStoreId'], 'members' => ['CustomKeyStoreId' => ['shape' => 'CustomKeyStoreIdType'], 'NewCustomKeyStoreName' => ['shape' => 'CustomKeyStoreNameType'], 'KeyStorePassword' => ['shape' => 'KeyStorePasswordType'], 'CloudHsmClusterId' => ['shape' => 'CloudHsmClusterIdType']]], 'UpdateCustomKeyStoreResponse' => ['type' => 'structure', 'members' => []], 'UpdateKeyDescriptionRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Description'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Description' => ['shape' => 'DescriptionType']]], 'VerifyRequest' => ['type' => 'structure', 'required' => ['KeyId', 'Message', 'Signature', 'SigningAlgorithm'], 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'Message' => ['shape' => 'PlaintextType'], 'MessageType' => ['shape' => 'MessageType'], 'Signature' => ['shape' => 'CiphertextType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec'], 'GrantTokens' => ['shape' => 'GrantTokenList']]], 'VerifyResponse' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'KeyIdType'], 'SignatureValid' => ['shape' => 'BooleanType'], 'SigningAlgorithm' => ['shape' => 'SigningAlgorithmSpec']]], 'WrappingKeySpec' => ['type' => 'string', 'enum' => ['RSA_2048']]]]; diff --git a/vendor/Aws3/Aws/data/lakeformation/2017-03-31/api-2.json.php b/vendor/Aws3/Aws/data/lakeformation/2017-03-31/api-2.json.php index ab351f32..8f4e6189 100644 --- a/vendor/Aws3/Aws/data/lakeformation/2017-03-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/lakeformation/2017-03-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-03-31', 'endpointPrefix' => 'lakeformation', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Lake Formation', 'serviceId' => 'LakeFormation', 'signatureVersion' => 'v4', 'signingName' => 'lakeformation', 'targetPrefix' => 'AWSLakeFormation', 'uid' => 'lakeformation-2017-03-31'], 'operations' => ['BatchGrantPermissions' => ['name' => 'BatchGrantPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGrantPermissionsRequest'], 'output' => ['shape' => 'BatchGrantPermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'BatchRevokePermissions' => ['name' => 'BatchRevokePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchRevokePermissionsRequest'], 'output' => ['shape' => 'BatchRevokePermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'DeregisterResource' => ['name' => 'DeregisterResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterResourceRequest'], 'output' => ['shape' => 'DeregisterResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]], 'DescribeResource' => ['name' => 'DescribeResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceRequest'], 'output' => ['shape' => 'DescribeResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]], 'GetDataLakeSettings' => ['name' => 'GetDataLakeSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDataLakeSettingsRequest'], 'output' => ['shape' => 'GetDataLakeSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException']]], 'GetEffectivePermissionsForPath' => ['name' => 'GetEffectivePermissionsForPath', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEffectivePermissionsForPathRequest'], 'output' => ['shape' => 'GetEffectivePermissionsForPathResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'GrantPermissions' => ['name' => 'GrantPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GrantPermissionsRequest'], 'output' => ['shape' => 'GrantPermissionsResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'PutDataLakeSettings' => ['name' => 'PutDataLakeSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDataLakeSettingsRequest'], 'output' => ['shape' => 'PutDataLakeSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException']]], 'RegisterResource' => ['name' => 'RegisterResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterResourceRequest'], 'output' => ['shape' => 'RegisterResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'AlreadyExistsException']]], 'RevokePermissions' => ['name' => 'RevokePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokePermissionsRequest'], 'output' => ['shape' => 'RevokePermissionsResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException']]], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'UpdateResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]]], 'shapes' => ['AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'BatchGrantPermissionsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Entries' => ['shape' => 'BatchPermissionsRequestEntryList']]], 'BatchGrantPermissionsResponse' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchPermissionsFailureList']]], 'BatchPermissionsFailureEntry' => ['type' => 'structure', 'members' => ['RequestEntry' => ['shape' => 'BatchPermissionsRequestEntry'], 'Error' => ['shape' => 'ErrorDetail']]], 'BatchPermissionsFailureList' => ['type' => 'list', 'member' => ['shape' => 'BatchPermissionsFailureEntry']], 'BatchPermissionsRequestEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Identifier'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'BatchPermissionsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'BatchPermissionsRequestEntry']], 'BatchRevokePermissionsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Entries' => ['shape' => 'BatchPermissionsRequestEntryList']]], 'BatchRevokePermissionsResponse' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchPermissionsFailureList']]], 'CatalogIdString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'CatalogResource' => ['type' => 'structure', 'members' => []], 'ColumnNames' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'ColumnWildcard' => ['type' => 'structure', 'members' => ['ExcludedColumnNames' => ['shape' => 'ColumnNames']]], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT', 'CONTAINS', 'NOT_CONTAINS', 'BEGINS_WITH', 'IN', 'BETWEEN']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'DataLakePrincipal' => ['type' => 'structure', 'members' => ['DataLakePrincipalIdentifier' => ['shape' => 'DataLakePrincipalString']]], 'DataLakePrincipalList' => ['type' => 'list', 'member' => ['shape' => 'DataLakePrincipal'], 'max' => 10, 'min' => 0], 'DataLakePrincipalString' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DataLakeResourceType' => ['type' => 'string', 'enum' => ['CATALOG', 'DATABASE', 'TABLE', 'DATA_LOCATION']], 'DataLakeSettings' => ['type' => 'structure', 'members' => ['DataLakeAdmins' => ['shape' => 'DataLakePrincipalList'], 'CreateDatabaseDefaultPermissions' => ['shape' => 'PrincipalPermissionsList'], 'CreateTableDefaultPermissions' => ['shape' => 'PrincipalPermissionsList']]], 'DataLocationResource' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString']]], 'DatabaseResource' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameString']]], 'DeregisterResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString']]], 'DeregisterResourceResponse' => ['type' => 'structure', 'members' => []], 'DescribeResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString']]], 'DescribeResourceResponse' => ['type' => 'structure', 'members' => ['ResourceInfo' => ['shape' => 'ResourceInfo']]], 'DescriptionString' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NameString'], 'ErrorMessage' => ['shape' => 'DescriptionString']]], 'FieldNameString' => ['type' => 'string', 'enum' => ['RESOURCE_ARN', 'ROLE_ARN', 'LAST_MODIFIED']], 'FilterCondition' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'FieldNameString'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'StringValueList' => ['shape' => 'StringValueList']]], 'FilterConditionList' => ['type' => 'list', 'member' => ['shape' => 'FilterCondition'], 'max' => 20, 'min' => 1], 'GetDataLakeSettingsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'GetDataLakeSettingsResponse' => ['type' => 'structure', 'members' => ['DataLakeSettings' => ['shape' => 'DataLakeSettings']]], 'GetEffectivePermissionsForPathRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'ResourceArn' => ['shape' => 'ResourceArnString'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetEffectivePermissionsForPathResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'PrincipalResourcePermissionsList'], 'NextToken' => ['shape' => 'Token']]], 'GrantPermissionsRequest' => ['type' => 'structure', 'required' => ['Principal', 'Resource', 'Permissions'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'GrantPermissionsResponse' => ['type' => 'structure', 'members' => []], 'IAMRoleArn' => ['type' => 'string', 'pattern' => 'arn:aws:iam::[0-9]*:role/.*'], 'Identifier' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'LastModifiedTimestamp' => ['type' => 'timestamp'], 'ListPermissionsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'ResourceType' => ['shape' => 'DataLakeResourceType'], 'Resource' => ['shape' => 'Resource'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['PrincipalResourcePermissions' => ['shape' => 'PrincipalResourcePermissionsList'], 'NextToken' => ['shape' => 'Token']]], 'ListResourcesRequest' => ['type' => 'structure', 'members' => ['FilterConditionList' => ['shape' => 'FilterConditionList'], 'MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['ResourceInfoList' => ['shape' => 'ResourceInfoList'], 'NextToken' => ['shape' => 'Token']]], 'MessageString' => ['type' => 'string'], 'NameString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'NullableBoolean' => ['type' => 'boolean', 'box' => \true], 'OperationTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'Permission' => ['type' => 'string', 'enum' => ['ALL', 'SELECT', 'ALTER', 'DROP', 'DELETE', 'INSERT', 'CREATE_DATABASE', 'CREATE_TABLE', 'DATA_LOCATION_ACCESS']], 'PermissionList' => ['type' => 'list', 'member' => ['shape' => 'Permission']], 'PrincipalPermissions' => ['type' => 'structure', 'members' => ['Principal' => ['shape' => 'DataLakePrincipal'], 'Permissions' => ['shape' => 'PermissionList']]], 'PrincipalPermissionsList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalPermissions']], 'PrincipalResourcePermissions' => ['type' => 'structure', 'members' => ['Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'PrincipalResourcePermissionsList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalResourcePermissions']], 'PutDataLakeSettingsRequest' => ['type' => 'structure', 'required' => ['DataLakeSettings'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DataLakeSettings' => ['shape' => 'DataLakeSettings']]], 'PutDataLakeSettingsResponse' => ['type' => 'structure', 'members' => []], 'RegisterResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString'], 'UseServiceLinkedRole' => ['shape' => 'NullableBoolean'], 'RoleArn' => ['shape' => 'IAMRoleArn']]], 'RegisterResourceResponse' => ['type' => 'structure', 'members' => []], 'Resource' => ['type' => 'structure', 'members' => ['Catalog' => ['shape' => 'CatalogResource'], 'Database' => ['shape' => 'DatabaseResource'], 'Table' => ['shape' => 'TableResource'], 'TableWithColumns' => ['shape' => 'TableWithColumnsResource'], 'DataLocation' => ['shape' => 'DataLocationResource']]], 'ResourceArnString' => ['type' => 'string'], 'ResourceInfo' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString'], 'RoleArn' => ['shape' => 'IAMRoleArn'], 'LastModified' => ['shape' => 'LastModifiedTimestamp']]], 'ResourceInfoList' => ['type' => 'list', 'member' => ['shape' => 'ResourceInfo']], 'RevokePermissionsRequest' => ['type' => 'structure', 'required' => ['Principal', 'Resource', 'Permissions'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'RevokePermissionsResponse' => ['type' => 'structure', 'members' => []], 'StringValue' => ['type' => 'string'], 'StringValueList' => ['type' => 'list', 'member' => ['shape' => 'StringValue']], 'TableResource' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString']]], 'TableWithColumnsResource' => ['type' => 'structure', 'members' => ['DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString'], 'ColumnNames' => ['shape' => 'ColumnNames'], 'ColumnWildcard' => ['shape' => 'ColumnWildcard']]], 'Token' => ['type' => 'string'], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'ResourceArn'], 'members' => ['RoleArn' => ['shape' => 'IAMRoleArn'], 'ResourceArn' => ['shape' => 'ResourceArnString']]], 'UpdateResourceResponse' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-03-31', 'endpointPrefix' => 'lakeformation', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Lake Formation', 'serviceId' => 'LakeFormation', 'signatureVersion' => 'v4', 'signingName' => 'lakeformation', 'targetPrefix' => 'AWSLakeFormation', 'uid' => 'lakeformation-2017-03-31'], 'operations' => ['BatchGrantPermissions' => ['name' => 'BatchGrantPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchGrantPermissionsRequest'], 'output' => ['shape' => 'BatchGrantPermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'BatchRevokePermissions' => ['name' => 'BatchRevokePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchRevokePermissionsRequest'], 'output' => ['shape' => 'BatchRevokePermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException']]], 'DeregisterResource' => ['name' => 'DeregisterResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterResourceRequest'], 'output' => ['shape' => 'DeregisterResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]], 'DescribeResource' => ['name' => 'DescribeResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceRequest'], 'output' => ['shape' => 'DescribeResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]], 'GetDataLakeSettings' => ['name' => 'GetDataLakeSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDataLakeSettingsRequest'], 'output' => ['shape' => 'GetDataLakeSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException']]], 'GetEffectivePermissionsForPath' => ['name' => 'GetEffectivePermissionsForPath', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetEffectivePermissionsForPathRequest'], 'output' => ['shape' => 'GetEffectivePermissionsForPathResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'GrantPermissions' => ['name' => 'GrantPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GrantPermissionsRequest'], 'output' => ['shape' => 'GrantPermissionsResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'InternalServiceException']]], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException']]], 'PutDataLakeSettings' => ['name' => 'PutDataLakeSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDataLakeSettingsRequest'], 'output' => ['shape' => 'PutDataLakeSettingsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'InvalidInputException']]], 'RegisterResource' => ['name' => 'RegisterResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterResourceRequest'], 'output' => ['shape' => 'RegisterResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'AlreadyExistsException']]], 'RevokePermissions' => ['name' => 'RevokePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokePermissionsRequest'], 'output' => ['shape' => 'RevokePermissionsResponse'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidInputException']]], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'UpdateResourceResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InternalServiceException'], ['shape' => 'OperationTimeoutException'], ['shape' => 'EntityNotFoundException']]]], 'shapes' => ['AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'BatchGrantPermissionsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Entries' => ['shape' => 'BatchPermissionsRequestEntryList']]], 'BatchGrantPermissionsResponse' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchPermissionsFailureList']]], 'BatchPermissionsFailureEntry' => ['type' => 'structure', 'members' => ['RequestEntry' => ['shape' => 'BatchPermissionsRequestEntry'], 'Error' => ['shape' => 'ErrorDetail']]], 'BatchPermissionsFailureList' => ['type' => 'list', 'member' => ['shape' => 'BatchPermissionsFailureEntry']], 'BatchPermissionsRequestEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Identifier'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'BatchPermissionsRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'BatchPermissionsRequestEntry']], 'BatchRevokePermissionsRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Entries' => ['shape' => 'BatchPermissionsRequestEntryList']]], 'BatchRevokePermissionsResponse' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchPermissionsFailureList']]], 'CatalogIdString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'CatalogResource' => ['type' => 'structure', 'members' => []], 'ColumnNames' => ['type' => 'list', 'member' => ['shape' => 'NameString']], 'ColumnWildcard' => ['type' => 'structure', 'members' => ['ExcludedColumnNames' => ['shape' => 'ColumnNames']]], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT', 'CONTAINS', 'NOT_CONTAINS', 'BEGINS_WITH', 'IN', 'BETWEEN']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'DataLakePrincipal' => ['type' => 'structure', 'members' => ['DataLakePrincipalIdentifier' => ['shape' => 'DataLakePrincipalString']]], 'DataLakePrincipalList' => ['type' => 'list', 'member' => ['shape' => 'DataLakePrincipal'], 'max' => 10, 'min' => 0], 'DataLakePrincipalString' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DataLakeResourceType' => ['type' => 'string', 'enum' => ['CATALOG', 'DATABASE', 'TABLE', 'DATA_LOCATION']], 'DataLakeSettings' => ['type' => 'structure', 'members' => ['DataLakeAdmins' => ['shape' => 'DataLakePrincipalList'], 'CreateDatabaseDefaultPermissions' => ['shape' => 'PrincipalPermissionsList'], 'CreateTableDefaultPermissions' => ['shape' => 'PrincipalPermissionsList'], 'TrustedResourceOwners' => ['shape' => 'TrustedResourceOwners']]], 'DataLocationResource' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'ResourceArn' => ['shape' => 'ResourceArnString']]], 'DatabaseResource' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Name' => ['shape' => 'NameString']]], 'DeregisterResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString']]], 'DeregisterResourceResponse' => ['type' => 'structure', 'members' => []], 'DescribeResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString']]], 'DescribeResourceResponse' => ['type' => 'structure', 'members' => ['ResourceInfo' => ['shape' => 'ResourceInfo']]], 'DescriptionString' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*'], 'DetailsMap' => ['type' => 'structure', 'members' => ['ResourceShare' => ['shape' => 'ResourceShareList']]], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NameString'], 'ErrorMessage' => ['shape' => 'DescriptionString']]], 'FieldNameString' => ['type' => 'string', 'enum' => ['RESOURCE_ARN', 'ROLE_ARN', 'LAST_MODIFIED']], 'FilterCondition' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'FieldNameString'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'StringValueList' => ['shape' => 'StringValueList']]], 'FilterConditionList' => ['type' => 'list', 'member' => ['shape' => 'FilterCondition'], 'max' => 20, 'min' => 1], 'GetDataLakeSettingsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString']]], 'GetDataLakeSettingsResponse' => ['type' => 'structure', 'members' => ['DataLakeSettings' => ['shape' => 'DataLakeSettings']]], 'GetEffectivePermissionsForPathRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'ResourceArn' => ['shape' => 'ResourceArnString'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], 'GetEffectivePermissionsForPathResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'PrincipalResourcePermissionsList'], 'NextToken' => ['shape' => 'Token']]], 'GrantPermissionsRequest' => ['type' => 'structure', 'required' => ['Principal', 'Resource', 'Permissions'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'GrantPermissionsResponse' => ['type' => 'structure', 'members' => []], 'IAMRoleArn' => ['type' => 'string', 'pattern' => 'arn:aws:iam::[0-9]*:role/.*'], 'Identifier' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'LastModifiedTimestamp' => ['type' => 'timestamp'], 'ListPermissionsRequest' => ['type' => 'structure', 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'ResourceType' => ['shape' => 'DataLakeResourceType'], 'Resource' => ['shape' => 'Resource'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['PrincipalResourcePermissions' => ['shape' => 'PrincipalResourcePermissionsList'], 'NextToken' => ['shape' => 'Token']]], 'ListResourcesRequest' => ['type' => 'structure', 'members' => ['FilterConditionList' => ['shape' => 'FilterConditionList'], 'MaxResults' => ['shape' => 'PageSize'], 'NextToken' => ['shape' => 'Token']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['ResourceInfoList' => ['shape' => 'ResourceInfoList'], 'NextToken' => ['shape' => 'Token']]], 'MessageString' => ['type' => 'string'], 'NameString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*'], 'NullableBoolean' => ['type' => 'boolean', 'box' => \true], 'OperationTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'MessageString']], 'exception' => \true], 'PageSize' => ['type' => 'integer', 'box' => \true, 'max' => 1000, 'min' => 1], 'Permission' => ['type' => 'string', 'enum' => ['ALL', 'SELECT', 'ALTER', 'DROP', 'DELETE', 'INSERT', 'DESCRIBE', 'CREATE_DATABASE', 'CREATE_TABLE', 'DATA_LOCATION_ACCESS']], 'PermissionList' => ['type' => 'list', 'member' => ['shape' => 'Permission']], 'PrincipalPermissions' => ['type' => 'structure', 'members' => ['Principal' => ['shape' => 'DataLakePrincipal'], 'Permissions' => ['shape' => 'PermissionList']]], 'PrincipalPermissionsList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalPermissions']], 'PrincipalResourcePermissions' => ['type' => 'structure', 'members' => ['Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList'], 'AdditionalDetails' => ['shape' => 'DetailsMap']]], 'PrincipalResourcePermissionsList' => ['type' => 'list', 'member' => ['shape' => 'PrincipalResourcePermissions']], 'PutDataLakeSettingsRequest' => ['type' => 'structure', 'required' => ['DataLakeSettings'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DataLakeSettings' => ['shape' => 'DataLakeSettings']]], 'PutDataLakeSettingsResponse' => ['type' => 'structure', 'members' => []], 'RAMResourceShareArn' => ['type' => 'string'], 'RegisterResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString'], 'UseServiceLinkedRole' => ['shape' => 'NullableBoolean'], 'RoleArn' => ['shape' => 'IAMRoleArn']]], 'RegisterResourceResponse' => ['type' => 'structure', 'members' => []], 'Resource' => ['type' => 'structure', 'members' => ['Catalog' => ['shape' => 'CatalogResource'], 'Database' => ['shape' => 'DatabaseResource'], 'Table' => ['shape' => 'TableResource'], 'TableWithColumns' => ['shape' => 'TableWithColumnsResource'], 'DataLocation' => ['shape' => 'DataLocationResource']]], 'ResourceArnString' => ['type' => 'string'], 'ResourceInfo' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArnString'], 'RoleArn' => ['shape' => 'IAMRoleArn'], 'LastModified' => ['shape' => 'LastModifiedTimestamp']]], 'ResourceInfoList' => ['type' => 'list', 'member' => ['shape' => 'ResourceInfo']], 'ResourceShareList' => ['type' => 'list', 'member' => ['shape' => 'RAMResourceShareArn']], 'RevokePermissionsRequest' => ['type' => 'structure', 'required' => ['Principal', 'Resource', 'Permissions'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'Principal' => ['shape' => 'DataLakePrincipal'], 'Resource' => ['shape' => 'Resource'], 'Permissions' => ['shape' => 'PermissionList'], 'PermissionsWithGrantOption' => ['shape' => 'PermissionList']]], 'RevokePermissionsResponse' => ['type' => 'structure', 'members' => []], 'StringValue' => ['type' => 'string'], 'StringValueList' => ['type' => 'list', 'member' => ['shape' => 'StringValue']], 'TableResource' => ['type' => 'structure', 'required' => ['DatabaseName'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString'], 'TableWildcard' => ['shape' => 'TableWildcard']]], 'TableWildcard' => ['type' => 'structure', 'members' => []], 'TableWithColumnsResource' => ['type' => 'structure', 'required' => ['DatabaseName', 'Name'], 'members' => ['CatalogId' => ['shape' => 'CatalogIdString'], 'DatabaseName' => ['shape' => 'NameString'], 'Name' => ['shape' => 'NameString'], 'ColumnNames' => ['shape' => 'ColumnNames'], 'ColumnWildcard' => ['shape' => 'ColumnWildcard']]], 'Token' => ['type' => 'string'], 'TrustedResourceOwners' => ['type' => 'list', 'member' => ['shape' => 'CatalogIdString']], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'ResourceArn'], 'members' => ['RoleArn' => ['shape' => 'IAMRoleArn'], 'ResourceArn' => ['shape' => 'ResourceArnString']]], 'UpdateResourceResponse' => ['type' => 'structure', 'members' => []]]]; diff --git a/vendor/Aws3/Aws/data/lambda/2015-03-31/api-2.json.php b/vendor/Aws3/Aws/data/lambda/2015-03-31/api-2.json.php index 79e4e9f9..fb887f0c 100644 --- a/vendor/Aws3/Aws/data/lambda/2015-03-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/lambda/2015-03-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-03-31', 'endpointPrefix' => 'lambda', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Lambda', 'serviceId' => 'Lambda', 'signatureVersion' => 'v4', 'uid' => 'lambda-2015-03-31'], 'operations' => ['AddLayerVersionPermission' => ['name' => 'AddLayerVersionPermission', 'http' => ['method' => 'POST', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy', 'responseCode' => 201], 'input' => ['shape' => 'AddLayerVersionPermissionRequest'], 'output' => ['shape' => 'AddLayerVersionPermissionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'PreconditionFailedException']]], 'AddPermission' => ['name' => 'AddPermission', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy', 'responseCode' => 201], 'input' => ['shape' => 'AddPermissionRequest'], 'output' => ['shape' => 'AddPermissionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases', 'responseCode' => 201], 'input' => ['shape' => 'CreateAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'CreateEventSourceMapping' => ['name' => 'CreateEventSourceMapping', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/event-source-mappings/', 'responseCode' => 202], 'input' => ['shape' => 'CreateEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'CreateFunction' => ['name' => 'CreateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions', 'responseCode' => 201], 'input' => ['shape' => 'CreateFunctionRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAliasRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEventSourceMapping' => ['name' => 'DeleteEventSourceMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceInUseException']]], 'DeleteFunction' => ['name' => 'DeleteFunction', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException']]], 'DeleteFunctionConcurrency' => ['name' => 'DeleteFunctionConcurrency', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-10-31/functions/{FunctionName}/concurrency', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionConcurrencyRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException']]], 'DeleteFunctionEventInvokeConfig' => ['name' => 'DeleteFunctionEventInvokeConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionEventInvokeConfigRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'DeleteLayerVersion' => ['name' => 'DeleteLayerVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteLayerVersionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteProvisionedConcurrencyConfig' => ['name' => 'DeleteProvisionedConcurrencyConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProvisionedConcurrencyConfigRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetAccountSettings' => ['name' => 'GetAccountSettings', 'http' => ['method' => 'GET', 'requestUri' => '/2016-08-19/account-settings/', 'responseCode' => 200], 'input' => ['shape' => 'GetAccountSettingsRequest'], 'output' => ['shape' => 'GetAccountSettingsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetAlias' => ['name' => 'GetAlias', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'GetAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetEventSourceMapping' => ['name' => 'GetEventSourceMapping', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 200], 'input' => ['shape' => 'GetEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetFunction' => ['name' => 'GetFunction', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionRequest'], 'output' => ['shape' => 'GetFunctionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetFunctionConcurrency' => ['name' => 'GetFunctionConcurrency', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/concurrency', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionConcurrencyRequest'], 'output' => ['shape' => 'GetFunctionConcurrencyResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetFunctionConfiguration' => ['name' => 'GetFunctionConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionConfigurationRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetFunctionEventInvokeConfig' => ['name' => 'GetFunctionEventInvokeConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetLayerVersion' => ['name' => 'GetLayerVersion', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionRequest'], 'output' => ['shape' => 'GetLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'GetLayerVersionByArn' => ['name' => 'GetLayerVersionByArn', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers?find=LayerVersion', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionByArnRequest'], 'output' => ['shape' => 'GetLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'GetLayerVersionPolicy' => ['name' => 'GetLayerVersionPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionPolicyRequest'], 'output' => ['shape' => 'GetLayerVersionPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetProvisionedConcurrencyConfig' => ['name' => 'GetProvisionedConcurrencyConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 200], 'input' => ['shape' => 'GetProvisionedConcurrencyConfigRequest'], 'output' => ['shape' => 'GetProvisionedConcurrencyConfigResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'ProvisionedConcurrencyConfigNotFoundException']]], 'Invoke' => ['name' => 'Invoke', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/invocations'], 'input' => ['shape' => 'InvocationRequest'], 'output' => ['shape' => 'InvocationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestContentException'], ['shape' => 'RequestTooLargeException'], ['shape' => 'UnsupportedMediaTypeException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'EC2UnexpectedException'], ['shape' => 'SubnetIPAddressLimitReachedException'], ['shape' => 'ENILimitReachedException'], ['shape' => 'EC2ThrottledException'], ['shape' => 'EC2AccessDeniedException'], ['shape' => 'InvalidSubnetIDException'], ['shape' => 'InvalidSecurityGroupIDException'], ['shape' => 'InvalidZipFileException'], ['shape' => 'KMSDisabledException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'KMSAccessDeniedException'], ['shape' => 'KMSNotFoundException'], ['shape' => 'InvalidRuntimeException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceNotReadyException']]], 'InvokeAsync' => ['name' => 'InvokeAsync', 'http' => ['method' => 'POST', 'requestUri' => '/2014-11-13/functions/{FunctionName}/invoke-async/', 'responseCode' => 202], 'input' => ['shape' => 'InvokeAsyncRequest'], 'output' => ['shape' => 'InvokeAsyncResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestContentException'], ['shape' => 'InvalidRuntimeException'], ['shape' => 'ResourceConflictException']], 'deprecated' => \true], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases', 'responseCode' => 200], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListEventSourceMappings' => ['name' => 'ListEventSourceMappings', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/event-source-mappings/', 'responseCode' => 200], 'input' => ['shape' => 'ListEventSourceMappingsRequest'], 'output' => ['shape' => 'ListEventSourceMappingsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListFunctionEventInvokeConfigs' => ['name' => 'ListFunctionEventInvokeConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config/list', 'responseCode' => 200], 'input' => ['shape' => 'ListFunctionEventInvokeConfigsRequest'], 'output' => ['shape' => 'ListFunctionEventInvokeConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'ListFunctions' => ['name' => 'ListFunctions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/', 'responseCode' => 200], 'input' => ['shape' => 'ListFunctionsRequest'], 'output' => ['shape' => 'ListFunctionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'ListLayerVersions' => ['name' => 'ListLayerVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListLayerVersionsRequest'], 'output' => ['shape' => 'ListLayerVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListLayers' => ['name' => 'ListLayers', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers', 'responseCode' => 200], 'input' => ['shape' => 'ListLayersRequest'], 'output' => ['shape' => 'ListLayersResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListProvisionedConcurrencyConfigs' => ['name' => 'ListProvisionedConcurrencyConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL', 'responseCode' => 200], 'input' => ['shape' => 'ListProvisionedConcurrencyConfigsRequest'], 'output' => ['shape' => 'ListProvisionedConcurrencyConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/2017-03-31/tags/{ARN}'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListVersionsByFunction' => ['name' => 'ListVersionsByFunction', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListVersionsByFunctionRequest'], 'output' => ['shape' => 'ListVersionsByFunctionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'PublishLayerVersion' => ['name' => 'PublishLayerVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions', 'responseCode' => 201], 'input' => ['shape' => 'PublishLayerVersionRequest'], 'output' => ['shape' => 'PublishLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'CodeStorageExceededException']]], 'PublishVersion' => ['name' => 'PublishVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/versions', 'responseCode' => 201], 'input' => ['shape' => 'PublishVersionRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'PutFunctionConcurrency' => ['name' => 'PutFunctionConcurrency', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-10-31/functions/{FunctionName}/concurrency', 'responseCode' => 200], 'input' => ['shape' => 'PutFunctionConcurrencyRequest'], 'output' => ['shape' => 'Concurrency'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'PutFunctionEventInvokeConfig' => ['name' => 'PutFunctionEventInvokeConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'PutFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'PutProvisionedConcurrencyConfig' => ['name' => 'PutProvisionedConcurrencyConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 202], 'input' => ['shape' => 'PutProvisionedConcurrencyConfigRequest'], 'output' => ['shape' => 'PutProvisionedConcurrencyConfigResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'RemoveLayerVersionPermission' => ['name' => 'RemoveLayerVersionPermission', 'http' => ['method' => 'DELETE', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}', 'responseCode' => 204], 'input' => ['shape' => 'RemoveLayerVersionPermissionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy/{StatementId}', 'responseCode' => 204], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2017-03-31/tags/{ARN}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-03-31/tags/{ARN}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'UpdateEventSourceMapping' => ['name' => 'UpdateEventSourceMapping', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceInUseException']]], 'UpdateFunctionCode' => ['name' => 'UpdateFunctionCode', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/code', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionCodeRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'UpdateFunctionConfiguration' => ['name' => 'UpdateFunctionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionConfigurationRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException'], ['shape' => 'PreconditionFailedException']]], 'UpdateFunctionEventInvokeConfig' => ['name' => 'UpdateFunctionEventInvokeConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AccountLimit' => ['type' => 'structure', 'members' => ['TotalCodeSize' => ['shape' => 'Long'], 'CodeSizeUnzipped' => ['shape' => 'Long'], 'CodeSizeZipped' => ['shape' => 'Long'], 'ConcurrentExecutions' => ['shape' => 'Integer'], 'UnreservedConcurrentExecutions' => ['shape' => 'UnreservedConcurrentExecutions']]], 'AccountUsage' => ['type' => 'structure', 'members' => ['TotalCodeSize' => ['shape' => 'Long'], 'FunctionCount' => ['shape' => 'Long']]], 'Action' => ['type' => 'string', 'pattern' => '(lambda:[*]|lambda:[a-zA-Z]+|[*])'], 'AddLayerVersionPermissionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber', 'StatementId', 'Action', 'Principal'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber'], 'StatementId' => ['shape' => 'StatementId'], 'Action' => ['shape' => 'LayerPermissionAllowedAction'], 'Principal' => ['shape' => 'LayerPermissionAllowedPrincipal'], 'OrganizationId' => ['shape' => 'OrganizationId'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'AddLayerVersionPermissionResponse' => ['type' => 'structure', 'members' => ['Statement' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'AddPermissionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'StatementId', 'Action', 'Principal'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'StatementId' => ['shape' => 'StatementId'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'SourceArn' => ['shape' => 'Arn'], 'SourceAccount' => ['shape' => 'SourceOwner'], 'EventSourceToken' => ['shape' => 'EventSourceToken'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'RevisionId' => ['shape' => 'String']]], 'AddPermissionResponse' => ['type' => 'structure', 'members' => ['Statement' => ['shape' => 'String']]], 'AdditionalVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[0-9]+'], 'AdditionalVersionWeights' => ['type' => 'map', 'key' => ['shape' => 'AdditionalVersion'], 'value' => ['shape' => 'Weight']], 'Alias' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!^[0-9]+$)([a-zA-Z0-9-_]+)'], 'AliasConfiguration' => ['type' => 'structure', 'members' => ['AliasArn' => ['shape' => 'FunctionArn'], 'Name' => ['shape' => 'Alias'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration'], 'RevisionId' => ['shape' => 'String']]], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'AliasConfiguration']], 'AliasRoutingConfiguration' => ['type' => 'structure', 'members' => ['AdditionalVersionWeights' => ['shape' => 'AdditionalVersionWeights']]], 'Arn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)'], 'BatchSize' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'BisectBatchOnFunctionError' => ['type' => 'boolean'], 'Blob' => ['type' => 'blob', 'sensitive' => \true], 'BlobStream' => ['type' => 'blob', 'streaming' => \true], 'Boolean' => ['type' => 'boolean'], 'CodeStorageExceededException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CompatibleRuntimes' => ['type' => 'list', 'member' => ['shape' => 'Runtime'], 'max' => 5], 'Concurrency' => ['type' => 'structure', 'members' => ['ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name', 'FunctionVersion'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration']]], 'CreateEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['EventSourceArn', 'FunctionName'], 'members' => ['EventSourceArn' => ['shape' => 'Arn'], 'FunctionName' => ['shape' => 'FunctionName'], 'Enabled' => ['shape' => 'Enabled'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor'], 'StartingPosition' => ['shape' => 'EventSourcePosition'], 'StartingPositionTimestamp' => ['shape' => 'Date'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping']]], 'CreateFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Runtime', 'Role', 'Handler', 'Code'], 'members' => ['FunctionName' => ['shape' => 'FunctionName'], 'Runtime' => ['shape' => 'Runtime'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'Code' => ['shape' => 'FunctionCode'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'Publish' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'Environment' => ['shape' => 'Environment'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfig'], 'Tags' => ['shape' => 'Tags'], 'Layers' => ['shape' => 'LayerList']]], 'Date' => ['type' => 'timestamp'], 'DeadLetterConfig' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'ResourceArn']]], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name']]], 'DeleteEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID']]], 'DeleteFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName']]], 'DeleteFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'DeleteFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'DeleteLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'DeleteProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'Description' => ['type' => 'string', 'max' => 256, 'min' => 0], 'DestinationArn' => ['type' => 'string', 'max' => 350, 'min' => 0, 'pattern' => '^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)'], 'DestinationConfig' => ['type' => 'structure', 'members' => ['OnSuccess' => ['shape' => 'OnSuccess'], 'OnFailure' => ['shape' => 'OnFailure']]], 'EC2AccessDeniedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'EC2ThrottledException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'EC2UnexpectedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'EC2ErrorCode' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'ENILimitReachedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'Enabled' => ['type' => 'boolean'], 'Environment' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'EnvironmentVariables']]], 'EnvironmentError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'SensitiveString']]], 'EnvironmentResponse' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'EnvironmentVariables'], 'Error' => ['shape' => 'EnvironmentError']]], 'EnvironmentVariableName' => ['type' => 'string', 'pattern' => '[a-zA-Z]([a-zA-Z0-9_])+', 'sensitive' => \true], 'EnvironmentVariableValue' => ['type' => 'string', 'sensitive' => \true], 'EnvironmentVariables' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentVariableName'], 'value' => ['shape' => 'EnvironmentVariableValue'], 'sensitive' => \true], 'EventSourceMappingConfiguration' => ['type' => 'structure', 'members' => ['UUID' => ['shape' => 'String'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor'], 'EventSourceArn' => ['shape' => 'Arn'], 'FunctionArn' => ['shape' => 'FunctionArn'], 'LastModified' => ['shape' => 'Date'], 'LastProcessingResult' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'StateTransitionReason' => ['shape' => 'String'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping']]], 'EventSourceMappingsList' => ['type' => 'list', 'member' => ['shape' => 'EventSourceMappingConfiguration']], 'EventSourcePosition' => ['type' => 'string', 'enum' => ['TRIM_HORIZON', 'LATEST', 'AT_TIMESTAMP']], 'EventSourceToken' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[a-zA-Z0-9._\\-]+'], 'FunctionArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'FunctionCode' => ['type' => 'structure', 'members' => ['ZipFile' => ['shape' => 'Blob'], 'S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion']]], 'FunctionCodeLocation' => ['type' => 'structure', 'members' => ['RepositoryType' => ['shape' => 'String'], 'Location' => ['shape' => 'String']]], 'FunctionConfiguration' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName'], 'FunctionArn' => ['shape' => 'NameSpacedFunctionArn'], 'Runtime' => ['shape' => 'Runtime'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'CodeSize' => ['shape' => 'Long'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'LastModified' => ['shape' => 'Timestamp'], 'CodeSha256' => ['shape' => 'String'], 'Version' => ['shape' => 'Version'], 'VpcConfig' => ['shape' => 'VpcConfigResponse'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'Environment' => ['shape' => 'EnvironmentResponse'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfigResponse'], 'MasterArn' => ['shape' => 'FunctionArn'], 'RevisionId' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayersReferenceList'], 'State' => ['shape' => 'State'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonCode' => ['shape' => 'StateReasonCode'], 'LastUpdateStatus' => ['shape' => 'LastUpdateStatus'], 'LastUpdateStatusReason' => ['shape' => 'LastUpdateStatusReason'], 'LastUpdateStatusReasonCode' => ['shape' => 'LastUpdateStatusReasonCode']]], 'FunctionEventInvokeConfig' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => 'Date'], 'FunctionArn' => ['shape' => 'FunctionArn'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'FunctionEventInvokeConfigList' => ['type' => 'list', 'member' => ['shape' => 'FunctionEventInvokeConfig']], 'FunctionList' => ['type' => 'list', 'member' => ['shape' => 'FunctionConfiguration']], 'FunctionName' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'FunctionVersion' => ['type' => 'string', 'enum' => ['ALL']], 'GetAccountSettingsRequest' => ['type' => 'structure', 'members' => []], 'GetAccountSettingsResponse' => ['type' => 'structure', 'members' => ['AccountLimit' => ['shape' => 'AccountLimit'], 'AccountUsage' => ['shape' => 'AccountUsage']]], 'GetAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name']]], 'GetEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID']]], 'GetFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName']]], 'GetFunctionConcurrencyResponse' => ['type' => 'structure', 'members' => ['ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'GetFunctionConfigurationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionResponse' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'FunctionConfiguration'], 'Code' => ['shape' => 'FunctionCodeLocation'], 'Tags' => ['shape' => 'Tags'], 'Concurrency' => ['shape' => 'Concurrency']]], 'GetLayerVersionByArnRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'LayerVersionArn', 'location' => 'querystring', 'locationName' => 'Arn']]], 'GetLayerVersionPolicyRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'GetLayerVersionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'GetLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'GetLayerVersionResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LayerVersionContentOutput'], 'LayerArn' => ['shape' => 'LayerArn'], 'LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'LayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'GetProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetProvisionedConcurrencyConfigResponse' => ['type' => 'structure', 'members' => ['RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'Handler' => ['type' => 'string', 'max' => 128, 'pattern' => '[^\\s]+'], 'HttpStatus' => ['type' => 'integer'], 'Integer' => ['type' => 'integer'], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestContentException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRuntimeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidSecurityGroupIDException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidSubnetIDException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidZipFileException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvocationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'InvocationType' => ['shape' => 'InvocationType', 'location' => 'header', 'locationName' => 'X-Amz-Invocation-Type'], 'LogType' => ['shape' => 'LogType', 'location' => 'header', 'locationName' => 'X-Amz-Log-Type'], 'ClientContext' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Client-Context'], 'Payload' => ['shape' => 'Blob'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']], 'payload' => 'Payload'], 'InvocationResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'Integer', 'location' => 'statusCode'], 'FunctionError' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Function-Error'], 'LogResult' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Log-Result'], 'Payload' => ['shape' => 'Blob'], 'ExecutedVersion' => ['shape' => 'Version', 'location' => 'header', 'locationName' => 'X-Amz-Executed-Version']], 'payload' => 'Payload'], 'InvocationType' => ['type' => 'string', 'enum' => ['Event', 'RequestResponse', 'DryRun']], 'InvokeAsyncRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'InvokeArgs'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'InvokeArgs' => ['shape' => 'BlobStream']], 'deprecated' => \true, 'payload' => 'InvokeArgs'], 'InvokeAsyncResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'HttpStatus', 'location' => 'statusCode']], 'deprecated' => \true], 'KMSAccessDeniedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSDisabledException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSInvalidStateException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSKeyArn' => ['type' => 'string', 'pattern' => '(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()'], 'KMSNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'LastUpdateStatus' => ['type' => 'string', 'enum' => ['Successful', 'Failed', 'InProgress']], 'LastUpdateStatusReason' => ['type' => 'string'], 'LastUpdateStatusReasonCode' => ['type' => 'string', 'enum' => ['EniLimitExceeded', 'InsufficientRolePermissions', 'InvalidConfiguration', 'InternalError', 'SubnetOutOfIPAddresses', 'InvalidSubnet', 'InvalidSecurityGroup']], 'Layer' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'LayerVersionArn'], 'CodeSize' => ['shape' => 'Long']]], 'LayerArn' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => 'arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+'], 'LayerList' => ['type' => 'list', 'member' => ['shape' => 'LayerVersionArn']], 'LayerName' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '(arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+'], 'LayerPermissionAllowedAction' => ['type' => 'string', 'pattern' => 'lambda:GetLayerVersion'], 'LayerPermissionAllowedPrincipal' => ['type' => 'string', 'pattern' => '\\d{12}|\\*|arn:(aws[a-zA-Z-]*):iam::\\d{12}:root'], 'LayerVersionArn' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => 'arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+'], 'LayerVersionContentInput' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion'], 'ZipFile' => ['shape' => 'Blob']]], 'LayerVersionContentOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'String'], 'CodeSha256' => ['shape' => 'String'], 'CodeSize' => ['shape' => 'Long']]], 'LayerVersionNumber' => ['type' => 'long'], 'LayerVersionsList' => ['type' => 'list', 'member' => ['shape' => 'LayerVersionsListItem']], 'LayerVersionsListItem' => ['type' => 'structure', 'members' => ['LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Version' => ['shape' => 'LayerVersionNumber'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'LayersList' => ['type' => 'list', 'member' => ['shape' => 'LayersListItem']], 'LayersListItem' => ['type' => 'structure', 'members' => ['LayerName' => ['shape' => 'LayerName'], 'LayerArn' => ['shape' => 'LayerArn'], 'LatestMatchingVersion' => ['shape' => 'LayerVersionsListItem']]], 'LayersReferenceList' => ['type' => 'list', 'member' => ['shape' => 'Layer']], 'LicenseInfo' => ['type' => 'string', 'max' => 512], 'ListAliasesRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'FunctionVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'FunctionVersion'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Aliases' => ['shape' => 'AliasList']]], 'ListEventSourceMappingsRequest' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'EventSourceArn'], 'FunctionName' => ['shape' => 'FunctionName', 'location' => 'querystring', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListEventSourceMappingsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'EventSourceMappings' => ['shape' => 'EventSourceMappingsList']]], 'ListFunctionEventInvokeConfigsRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxFunctionEventInvokeConfigListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFunctionEventInvokeConfigsResponse' => ['type' => 'structure', 'members' => ['FunctionEventInvokeConfigs' => ['shape' => 'FunctionEventInvokeConfigList'], 'NextMarker' => ['shape' => 'String']]], 'ListFunctionsRequest' => ['type' => 'structure', 'members' => ['MasterRegion' => ['shape' => 'MasterRegion', 'location' => 'querystring', 'locationName' => 'MasterRegion'], 'FunctionVersion' => ['shape' => 'FunctionVersion', 'location' => 'querystring', 'locationName' => 'FunctionVersion'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFunctionsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Functions' => ['shape' => 'FunctionList']]], 'ListLayerVersionsRequest' => ['type' => 'structure', 'required' => ['LayerName'], 'members' => ['CompatibleRuntime' => ['shape' => 'Runtime', 'location' => 'querystring', 'locationName' => 'CompatibleRuntime'], 'LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxLayerListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListLayerVersionsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'LayerVersions' => ['shape' => 'LayerVersionsList']]], 'ListLayersRequest' => ['type' => 'structure', 'members' => ['CompatibleRuntime' => ['shape' => 'Runtime', 'location' => 'querystring', 'locationName' => 'CompatibleRuntime'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxLayerListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListLayersResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayersList']]], 'ListProvisionedConcurrencyConfigsRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxProvisionedConcurrencyConfigListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListProvisionedConcurrencyConfigsResponse' => ['type' => 'structure', 'members' => ['ProvisionedConcurrencyConfigs' => ['shape' => 'ProvisionedConcurrencyConfigList'], 'NextMarker' => ['shape' => 'String']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'ListVersionsByFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListVersionsByFunctionResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Versions' => ['shape' => 'FunctionList']]], 'LogType' => ['type' => 'string', 'enum' => ['None', 'Tail']], 'Long' => ['type' => 'long'], 'MasterRegion' => ['type' => 'string', 'pattern' => 'ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}'], 'MaxFunctionEventInvokeConfigListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxLayerListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxListItems' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'MaxProvisionedConcurrencyConfigListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaximumBatchingWindowInSeconds' => ['type' => 'integer', 'max' => 300, 'min' => 0], 'MaximumEventAgeInSeconds' => ['type' => 'integer', 'max' => 21600, 'min' => 60], 'MaximumRecordAgeInSeconds' => ['type' => 'integer', 'max' => 604800, 'min' => 60], 'MaximumRetryAttempts' => ['type' => 'integer', 'max' => 2, 'min' => 0], 'MaximumRetryAttemptsEventSourceMapping' => ['type' => 'integer', 'max' => 10000, 'min' => 0], 'MemorySize' => ['type' => 'integer', 'max' => 3008, 'min' => 128], 'NameSpacedFunctionArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'NamespacedFunctionName' => ['type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'NamespacedStatementId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '([a-zA-Z0-9-_.]+)'], 'NonNegativeInteger' => ['type' => 'integer', 'min' => 0], 'OnFailure' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'DestinationArn']]], 'OnSuccess' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'DestinationArn']]], 'OrganizationId' => ['type' => 'string', 'pattern' => 'o-[a-z0-9]{10,32}'], 'ParallelizationFactor' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PreconditionFailedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'Principal' => ['type' => 'string', 'pattern' => '.*'], 'ProvisionedConcurrencyConfigList' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedConcurrencyConfigListItem']], 'ProvisionedConcurrencyConfigListItem' => ['type' => 'structure', 'members' => ['FunctionArn' => ['shape' => 'FunctionArn'], 'RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'ProvisionedConcurrencyConfigNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ProvisionedConcurrencyStatusEnum' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'READY', 'FAILED']], 'PublishLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'Content'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'Description' => ['shape' => 'Description'], 'Content' => ['shape' => 'LayerVersionContentInput'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'PublishLayerVersionResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LayerVersionContentOutput'], 'LayerArn' => ['shape' => 'LayerArn'], 'LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'LayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'PublishVersionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'CodeSha256' => ['shape' => 'String'], 'Description' => ['shape' => 'Description'], 'RevisionId' => ['shape' => 'String']]], 'PutFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'ReservedConcurrentExecutions'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'PutFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'PutProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier', 'ProvisionedConcurrentExecutions'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'ProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger']]], 'PutProvisionedConcurrencyConfigResponse' => ['type' => 'structure', 'members' => ['RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'Qualifier' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(|[a-zA-Z0-9$_-]+)'], 'RemoveLayerVersionPermissionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber', 'StatementId'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber'], 'StatementId' => ['shape' => 'StatementId', 'location' => 'uri', 'locationName' => 'StatementId'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'StatementId'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'StatementId' => ['shape' => 'NamespacedStatementId', 'location' => 'uri', 'locationName' => 'StatementId'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'RequestTooLargeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'ReservedConcurrentExecutions' => ['type' => 'integer', 'min' => 0], 'ResourceArn' => ['type' => 'string', 'pattern' => '(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()'], 'ResourceConflictException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'Runtime' => ['type' => 'string', 'enum' => ['nodejs', 'nodejs4.3', 'nodejs6.10', 'nodejs8.10', 'nodejs10.x', 'nodejs12.x', 'java8', 'java11', 'python2.7', 'python3.6', 'python3.7', 'python3.8', 'dotnetcore1.0', 'dotnetcore2.0', 'dotnetcore2.1', 'nodejs4.3-edge', 'go1.x', 'ruby2.5', 'ruby2.7', 'provided']], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9A-Za-z\\.\\-_]*(? ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3ObjectVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'ServiceException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'SourceOwner' => ['type' => 'string', 'pattern' => '\\d{12}'], 'State' => ['type' => 'string', 'enum' => ['Pending', 'Active', 'Inactive', 'Failed']], 'StateReason' => ['type' => 'string'], 'StateReasonCode' => ['type' => 'string', 'enum' => ['Idle', 'Creating', 'Restoring', 'EniLimitExceeded', 'InsufficientRolePermissions', 'InvalidConfiguration', 'InternalError', 'SubnetOutOfIPAddresses', 'InvalidSubnet', 'InvalidSecurityGroup']], 'StatementId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '([a-zA-Z0-9-_]+)'], 'String' => ['type' => 'string'], 'SubnetIPAddressLimitReachedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'SubnetId' => ['type' => 'string'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'ThrottleReason' => ['type' => 'string', 'enum' => ['ConcurrentInvocationLimitExceeded', 'FunctionInvocationRateLimitExceeded', 'ReservedFunctionConcurrentInvocationLimitExceeded', 'ReservedFunctionInvocationRateLimitExceeded', 'CallerRateLimitExceeded']], 'Timeout' => ['type' => 'integer', 'min' => 1], 'Timestamp' => ['type' => 'string'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'Type' => ['shape' => 'String'], 'message' => ['shape' => 'String'], 'Reason' => ['shape' => 'ThrottleReason']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TracingConfig' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'TracingMode']]], 'TracingConfigResponse' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'TracingMode']]], 'TracingMode' => ['type' => 'string', 'enum' => ['Active', 'PassThrough']], 'UnreservedConcurrentExecutions' => ['type' => 'integer', 'min' => 0], 'UnsupportedMediaTypeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration'], 'RevisionId' => ['shape' => 'String']]], 'UpdateEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID'], 'FunctionName' => ['shape' => 'FunctionName'], 'Enabled' => ['shape' => 'Enabled'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor']]], 'UpdateFunctionCodeRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'ZipFile' => ['shape' => 'Blob'], 'S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion'], 'Publish' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'RevisionId' => ['shape' => 'String']]], 'UpdateFunctionConfigurationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Environment' => ['shape' => 'Environment'], 'Runtime' => ['shape' => 'Runtime'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfig'], 'RevisionId' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayerList']]], 'UpdateFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'Version' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '(\\$LATEST|[0-9]+)'], 'VpcConfig' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'VpcConfigResponse' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'VpcId' => ['shape' => 'VpcId']]], 'VpcId' => ['type' => 'string'], 'Weight' => ['type' => 'double', 'max' => 1, 'min' => 0]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-03-31', 'endpointPrefix' => 'lambda', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS Lambda', 'serviceId' => 'Lambda', 'signatureVersion' => 'v4', 'uid' => 'lambda-2015-03-31'], 'operations' => ['AddLayerVersionPermission' => ['name' => 'AddLayerVersionPermission', 'http' => ['method' => 'POST', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy', 'responseCode' => 201], 'input' => ['shape' => 'AddLayerVersionPermissionRequest'], 'output' => ['shape' => 'AddLayerVersionPermissionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'PreconditionFailedException']]], 'AddPermission' => ['name' => 'AddPermission', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy', 'responseCode' => 201], 'input' => ['shape' => 'AddPermissionRequest'], 'output' => ['shape' => 'AddPermissionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'PolicyLengthExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases', 'responseCode' => 201], 'input' => ['shape' => 'CreateAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'CreateEventSourceMapping' => ['name' => 'CreateEventSourceMapping', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/event-source-mappings/', 'responseCode' => 202], 'input' => ['shape' => 'CreateEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'CreateFunction' => ['name' => 'CreateFunction', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions', 'responseCode' => 201], 'input' => ['shape' => 'CreateFunctionRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteAliasRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEventSourceMapping' => ['name' => 'DeleteEventSourceMapping', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceInUseException']]], 'DeleteFunction' => ['name' => 'DeleteFunction', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException']]], 'DeleteFunctionConcurrency' => ['name' => 'DeleteFunctionConcurrency', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-10-31/functions/{FunctionName}/concurrency', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionConcurrencyRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException']]], 'DeleteFunctionEventInvokeConfig' => ['name' => 'DeleteFunctionEventInvokeConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 204], 'input' => ['shape' => 'DeleteFunctionEventInvokeConfigRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'DeleteLayerVersion' => ['name' => 'DeleteLayerVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteLayerVersionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteProvisionedConcurrencyConfig' => ['name' => 'DeleteProvisionedConcurrencyConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 204], 'input' => ['shape' => 'DeleteProvisionedConcurrencyConfigRequest'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetAccountSettings' => ['name' => 'GetAccountSettings', 'http' => ['method' => 'GET', 'requestUri' => '/2016-08-19/account-settings/', 'responseCode' => 200], 'input' => ['shape' => 'GetAccountSettingsRequest'], 'output' => ['shape' => 'GetAccountSettingsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetAlias' => ['name' => 'GetAlias', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'GetAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetEventSourceMapping' => ['name' => 'GetEventSourceMapping', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 200], 'input' => ['shape' => 'GetEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetFunction' => ['name' => 'GetFunction', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionRequest'], 'output' => ['shape' => 'GetFunctionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetFunctionConcurrency' => ['name' => 'GetFunctionConcurrency', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/concurrency', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionConcurrencyRequest'], 'output' => ['shape' => 'GetFunctionConcurrencyResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'GetFunctionConfiguration' => ['name' => 'GetFunctionConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionConfigurationRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetFunctionEventInvokeConfig' => ['name' => 'GetFunctionEventInvokeConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'GetFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'GetLayerVersion' => ['name' => 'GetLayerVersion', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionRequest'], 'output' => ['shape' => 'GetLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'GetLayerVersionByArn' => ['name' => 'GetLayerVersionByArn', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers?find=LayerVersion', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionByArnRequest'], 'output' => ['shape' => 'GetLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceNotFoundException']]], 'GetLayerVersionPolicy' => ['name' => 'GetLayerVersionPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetLayerVersionPolicyRequest'], 'output' => ['shape' => 'GetLayerVersionPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetPolicy' => ['name' => 'GetPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetPolicyRequest'], 'output' => ['shape' => 'GetPolicyResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'GetProvisionedConcurrencyConfig' => ['name' => 'GetProvisionedConcurrencyConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 200], 'input' => ['shape' => 'GetProvisionedConcurrencyConfigRequest'], 'output' => ['shape' => 'GetProvisionedConcurrencyConfigResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'ProvisionedConcurrencyConfigNotFoundException']]], 'Invoke' => ['name' => 'Invoke', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/invocations'], 'input' => ['shape' => 'InvocationRequest'], 'output' => ['shape' => 'InvocationResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestContentException'], ['shape' => 'RequestTooLargeException'], ['shape' => 'UnsupportedMediaTypeException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'EC2UnexpectedException'], ['shape' => 'SubnetIPAddressLimitReachedException'], ['shape' => 'ENILimitReachedException'], ['shape' => 'EFSMountConnectivityException'], ['shape' => 'EFSMountFailureException'], ['shape' => 'EFSMountTimeoutException'], ['shape' => 'EFSIOException'], ['shape' => 'EC2ThrottledException'], ['shape' => 'EC2AccessDeniedException'], ['shape' => 'InvalidSubnetIDException'], ['shape' => 'InvalidSecurityGroupIDException'], ['shape' => 'InvalidZipFileException'], ['shape' => 'KMSDisabledException'], ['shape' => 'KMSInvalidStateException'], ['shape' => 'KMSAccessDeniedException'], ['shape' => 'KMSNotFoundException'], ['shape' => 'InvalidRuntimeException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceNotReadyException']]], 'InvokeAsync' => ['name' => 'InvokeAsync', 'http' => ['method' => 'POST', 'requestUri' => '/2014-11-13/functions/{FunctionName}/invoke-async/', 'responseCode' => 202], 'input' => ['shape' => 'InvokeAsyncRequest'], 'output' => ['shape' => 'InvokeAsyncResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestContentException'], ['shape' => 'InvalidRuntimeException'], ['shape' => 'ResourceConflictException']], 'deprecated' => \true], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases', 'responseCode' => 200], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListEventSourceMappings' => ['name' => 'ListEventSourceMappings', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/event-source-mappings/', 'responseCode' => 200], 'input' => ['shape' => 'ListEventSourceMappingsRequest'], 'output' => ['shape' => 'ListEventSourceMappingsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListFunctionEventInvokeConfigs' => ['name' => 'ListFunctionEventInvokeConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config/list', 'responseCode' => 200], 'input' => ['shape' => 'ListFunctionEventInvokeConfigsRequest'], 'output' => ['shape' => 'ListFunctionEventInvokeConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'ListFunctions' => ['name' => 'ListFunctions', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/', 'responseCode' => 200], 'input' => ['shape' => 'ListFunctionsRequest'], 'output' => ['shape' => 'ListFunctionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException']]], 'ListLayerVersions' => ['name' => 'ListLayerVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListLayerVersionsRequest'], 'output' => ['shape' => 'ListLayerVersionsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListLayers' => ['name' => 'ListLayers', 'http' => ['method' => 'GET', 'requestUri' => '/2018-10-31/layers', 'responseCode' => 200], 'input' => ['shape' => 'ListLayersRequest'], 'output' => ['shape' => 'ListLayersResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListProvisionedConcurrencyConfigs' => ['name' => 'ListProvisionedConcurrencyConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL', 'responseCode' => 200], 'input' => ['shape' => 'ListProvisionedConcurrencyConfigsRequest'], 'output' => ['shape' => 'ListProvisionedConcurrencyConfigsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/2017-03-31/tags/{ARN}'], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'ListVersionsByFunction' => ['name' => 'ListVersionsByFunction', 'http' => ['method' => 'GET', 'requestUri' => '/2015-03-31/functions/{FunctionName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListVersionsByFunctionRequest'], 'output' => ['shape' => 'ListVersionsByFunctionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'PublishLayerVersion' => ['name' => 'PublishLayerVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions', 'responseCode' => 201], 'input' => ['shape' => 'PublishLayerVersionRequest'], 'output' => ['shape' => 'PublishLayerVersionResponse'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'CodeStorageExceededException']]], 'PublishVersion' => ['name' => 'PublishVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2015-03-31/functions/{FunctionName}/versions', 'responseCode' => 201], 'input' => ['shape' => 'PublishVersionRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'PutFunctionConcurrency' => ['name' => 'PutFunctionConcurrency', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-10-31/functions/{FunctionName}/concurrency', 'responseCode' => 200], 'input' => ['shape' => 'PutFunctionConcurrencyRequest'], 'output' => ['shape' => 'Concurrency'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'PutFunctionEventInvokeConfig' => ['name' => 'PutFunctionEventInvokeConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'PutFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]], 'PutProvisionedConcurrencyConfig' => ['name' => 'PutProvisionedConcurrencyConfig', 'http' => ['method' => 'PUT', 'requestUri' => '/2019-09-30/functions/{FunctionName}/provisioned-concurrency', 'responseCode' => 202], 'input' => ['shape' => 'PutProvisionedConcurrencyConfigRequest'], 'output' => ['shape' => 'PutProvisionedConcurrencyConfigResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceConflictException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException']]], 'RemoveLayerVersionPermission' => ['name' => 'RemoveLayerVersionPermission', 'http' => ['method' => 'DELETE', 'requestUri' => '/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}', 'responseCode' => 204], 'input' => ['shape' => 'RemoveLayerVersionPermissionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'DELETE', 'requestUri' => '/2015-03-31/functions/{FunctionName}/policy/{StatementId}', 'responseCode' => 204], 'input' => ['shape' => 'RemovePermissionRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2017-03-31/tags/{ARN}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-03-31/tags/{ARN}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException']]], 'UpdateAlias' => ['name' => 'UpdateAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/aliases/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAliasRequest'], 'output' => ['shape' => 'AliasConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'UpdateEventSourceMapping' => ['name' => 'UpdateEventSourceMapping', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/event-source-mappings/{UUID}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEventSourceMappingRequest'], 'output' => ['shape' => 'EventSourceMappingConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException'], ['shape' => 'ResourceInUseException']]], 'UpdateFunctionCode' => ['name' => 'UpdateFunctionCode', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/code', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionCodeRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'CodeStorageExceededException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'ResourceConflictException']]], 'UpdateFunctionConfiguration' => ['name' => 'UpdateFunctionConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/2015-03-31/functions/{FunctionName}/configuration', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionConfigurationRequest'], 'output' => ['shape' => 'FunctionConfiguration'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ResourceConflictException'], ['shape' => 'PreconditionFailedException']]], 'UpdateFunctionEventInvokeConfig' => ['name' => 'UpdateFunctionEventInvokeConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2019-09-25/functions/{FunctionName}/event-invoke-config', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFunctionEventInvokeConfigRequest'], 'output' => ['shape' => 'FunctionEventInvokeConfig'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AccountLimit' => ['type' => 'structure', 'members' => ['TotalCodeSize' => ['shape' => 'Long'], 'CodeSizeUnzipped' => ['shape' => 'Long'], 'CodeSizeZipped' => ['shape' => 'Long'], 'ConcurrentExecutions' => ['shape' => 'Integer'], 'UnreservedConcurrentExecutions' => ['shape' => 'UnreservedConcurrentExecutions']]], 'AccountUsage' => ['type' => 'structure', 'members' => ['TotalCodeSize' => ['shape' => 'Long'], 'FunctionCount' => ['shape' => 'Long']]], 'Action' => ['type' => 'string', 'pattern' => '(lambda:[*]|lambda:[a-zA-Z]+|[*])'], 'AddLayerVersionPermissionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber', 'StatementId', 'Action', 'Principal'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber'], 'StatementId' => ['shape' => 'StatementId'], 'Action' => ['shape' => 'LayerPermissionAllowedAction'], 'Principal' => ['shape' => 'LayerPermissionAllowedPrincipal'], 'OrganizationId' => ['shape' => 'OrganizationId'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'AddLayerVersionPermissionResponse' => ['type' => 'structure', 'members' => ['Statement' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'AddPermissionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'StatementId', 'Action', 'Principal'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'StatementId' => ['shape' => 'StatementId'], 'Action' => ['shape' => 'Action'], 'Principal' => ['shape' => 'Principal'], 'SourceArn' => ['shape' => 'Arn'], 'SourceAccount' => ['shape' => 'SourceOwner'], 'EventSourceToken' => ['shape' => 'EventSourceToken'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'RevisionId' => ['shape' => 'String']]], 'AddPermissionResponse' => ['type' => 'structure', 'members' => ['Statement' => ['shape' => 'String']]], 'AdditionalVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[0-9]+'], 'AdditionalVersionWeights' => ['type' => 'map', 'key' => ['shape' => 'AdditionalVersion'], 'value' => ['shape' => 'Weight']], 'Alias' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!^[0-9]+$)([a-zA-Z0-9-_]+)'], 'AliasConfiguration' => ['type' => 'structure', 'members' => ['AliasArn' => ['shape' => 'FunctionArn'], 'Name' => ['shape' => 'Alias'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration'], 'RevisionId' => ['shape' => 'String']]], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'AliasConfiguration']], 'AliasRoutingConfiguration' => ['type' => 'structure', 'members' => ['AdditionalVersionWeights' => ['shape' => 'AdditionalVersionWeights']]], 'Arn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)'], 'BatchSize' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'BisectBatchOnFunctionError' => ['type' => 'boolean'], 'Blob' => ['type' => 'blob', 'sensitive' => \true], 'BlobStream' => ['type' => 'blob', 'streaming' => \true], 'Boolean' => ['type' => 'boolean'], 'CodeStorageExceededException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CompatibleRuntimes' => ['type' => 'list', 'member' => ['shape' => 'Runtime'], 'max' => 5], 'Concurrency' => ['type' => 'structure', 'members' => ['ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name', 'FunctionVersion'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration']]], 'CreateEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['EventSourceArn', 'FunctionName'], 'members' => ['EventSourceArn' => ['shape' => 'Arn'], 'FunctionName' => ['shape' => 'FunctionName'], 'Enabled' => ['shape' => 'Enabled'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor'], 'StartingPosition' => ['shape' => 'EventSourcePosition'], 'StartingPositionTimestamp' => ['shape' => 'Date'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping'], 'Topics' => ['shape' => 'Topics']]], 'CreateFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Runtime', 'Role', 'Handler', 'Code'], 'members' => ['FunctionName' => ['shape' => 'FunctionName'], 'Runtime' => ['shape' => 'Runtime'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'Code' => ['shape' => 'FunctionCode'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'Publish' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'Environment' => ['shape' => 'Environment'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfig'], 'Tags' => ['shape' => 'Tags'], 'Layers' => ['shape' => 'LayerList'], 'FileSystemConfigs' => ['shape' => 'FileSystemConfigList']]], 'Date' => ['type' => 'timestamp'], 'DeadLetterConfig' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'ResourceArn']]], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name']]], 'DeleteEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID']]], 'DeleteFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName']]], 'DeleteFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'DeleteFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'DeleteLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'DeleteProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'Description' => ['type' => 'string', 'max' => 256, 'min' => 0], 'DestinationArn' => ['type' => 'string', 'max' => 350, 'min' => 0, 'pattern' => '^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)'], 'DestinationConfig' => ['type' => 'structure', 'members' => ['OnSuccess' => ['shape' => 'OnSuccess'], 'OnFailure' => ['shape' => 'OnFailure']]], 'EC2AccessDeniedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'EC2ThrottledException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'EC2UnexpectedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'EC2ErrorCode' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'EFSIOException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 410], 'exception' => \true], 'EFSMountConnectivityException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 408], 'exception' => \true], 'EFSMountFailureException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'EFSMountTimeoutException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 408], 'exception' => \true], 'ENILimitReachedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'Enabled' => ['type' => 'boolean'], 'Environment' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'EnvironmentVariables']]], 'EnvironmentError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'SensitiveString']]], 'EnvironmentResponse' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'EnvironmentVariables'], 'Error' => ['shape' => 'EnvironmentError']]], 'EnvironmentVariableName' => ['type' => 'string', 'pattern' => '[a-zA-Z]([a-zA-Z0-9_])+', 'sensitive' => \true], 'EnvironmentVariableValue' => ['type' => 'string', 'sensitive' => \true], 'EnvironmentVariables' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentVariableName'], 'value' => ['shape' => 'EnvironmentVariableValue'], 'sensitive' => \true], 'EventSourceMappingConfiguration' => ['type' => 'structure', 'members' => ['UUID' => ['shape' => 'String'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor'], 'EventSourceArn' => ['shape' => 'Arn'], 'FunctionArn' => ['shape' => 'FunctionArn'], 'LastModified' => ['shape' => 'Date'], 'LastProcessingResult' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'StateTransitionReason' => ['shape' => 'String'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'Topics' => ['shape' => 'Topics'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping']]], 'EventSourceMappingsList' => ['type' => 'list', 'member' => ['shape' => 'EventSourceMappingConfiguration']], 'EventSourcePosition' => ['type' => 'string', 'enum' => ['TRIM_HORIZON', 'LATEST', 'AT_TIMESTAMP']], 'EventSourceToken' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[a-zA-Z0-9._\\-]+'], 'FileSystemArn' => ['type' => 'string', 'max' => 200, 'pattern' => 'arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}'], 'FileSystemConfig' => ['type' => 'structure', 'required' => ['Arn', 'LocalMountPath'], 'members' => ['Arn' => ['shape' => 'FileSystemArn'], 'LocalMountPath' => ['shape' => 'LocalMountPath']]], 'FileSystemConfigList' => ['type' => 'list', 'member' => ['shape' => 'FileSystemConfig'], 'max' => 1], 'FunctionArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'FunctionCode' => ['type' => 'structure', 'members' => ['ZipFile' => ['shape' => 'Blob'], 'S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion']]], 'FunctionCodeLocation' => ['type' => 'structure', 'members' => ['RepositoryType' => ['shape' => 'String'], 'Location' => ['shape' => 'String']]], 'FunctionConfiguration' => ['type' => 'structure', 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName'], 'FunctionArn' => ['shape' => 'NameSpacedFunctionArn'], 'Runtime' => ['shape' => 'Runtime'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'CodeSize' => ['shape' => 'Long'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'LastModified' => ['shape' => 'Timestamp'], 'CodeSha256' => ['shape' => 'String'], 'Version' => ['shape' => 'Version'], 'VpcConfig' => ['shape' => 'VpcConfigResponse'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'Environment' => ['shape' => 'EnvironmentResponse'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfigResponse'], 'MasterArn' => ['shape' => 'FunctionArn'], 'RevisionId' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayersReferenceList'], 'State' => ['shape' => 'State'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonCode' => ['shape' => 'StateReasonCode'], 'LastUpdateStatus' => ['shape' => 'LastUpdateStatus'], 'LastUpdateStatusReason' => ['shape' => 'LastUpdateStatusReason'], 'LastUpdateStatusReasonCode' => ['shape' => 'LastUpdateStatusReasonCode'], 'FileSystemConfigs' => ['shape' => 'FileSystemConfigList']]], 'FunctionEventInvokeConfig' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => 'Date'], 'FunctionArn' => ['shape' => 'FunctionArn'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'FunctionEventInvokeConfigList' => ['type' => 'list', 'member' => ['shape' => 'FunctionEventInvokeConfig']], 'FunctionList' => ['type' => 'list', 'member' => ['shape' => 'FunctionConfiguration']], 'FunctionName' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'FunctionVersion' => ['type' => 'string', 'enum' => ['ALL']], 'GetAccountSettingsRequest' => ['type' => 'structure', 'members' => []], 'GetAccountSettingsResponse' => ['type' => 'structure', 'members' => ['AccountLimit' => ['shape' => 'AccountLimit'], 'AccountUsage' => ['shape' => 'AccountUsage']]], 'GetAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name']]], 'GetEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID']]], 'GetFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName']]], 'GetFunctionConcurrencyResponse' => ['type' => 'structure', 'members' => ['ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'GetFunctionConfigurationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetFunctionResponse' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'FunctionConfiguration'], 'Code' => ['shape' => 'FunctionCodeLocation'], 'Tags' => ['shape' => 'Tags'], 'Concurrency' => ['shape' => 'Concurrency']]], 'GetLayerVersionByArnRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'LayerVersionArn', 'location' => 'querystring', 'locationName' => 'Arn']]], 'GetLayerVersionPolicyRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'GetLayerVersionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'GetLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'GetLayerVersionResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LayerVersionContentOutput'], 'LayerArn' => ['shape' => 'LayerArn'], 'LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'LayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'GetPolicyRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'String'], 'RevisionId' => ['shape' => 'String']]], 'GetProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']]], 'GetProvisionedConcurrencyConfigResponse' => ['type' => 'structure', 'members' => ['RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'Handler' => ['type' => 'string', 'max' => 128, 'pattern' => '[^\\s]+'], 'HttpStatus' => ['type' => 'integer'], 'Integer' => ['type' => 'integer'], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRequestContentException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidRuntimeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidSecurityGroupIDException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidSubnetIDException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvalidZipFileException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'InvocationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'InvocationType' => ['shape' => 'InvocationType', 'location' => 'header', 'locationName' => 'X-Amz-Invocation-Type'], 'LogType' => ['shape' => 'LogType', 'location' => 'header', 'locationName' => 'X-Amz-Log-Type'], 'ClientContext' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Client-Context'], 'Payload' => ['shape' => 'Blob'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier']], 'payload' => 'Payload'], 'InvocationResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'Integer', 'location' => 'statusCode'], 'FunctionError' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Function-Error'], 'LogResult' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'X-Amz-Log-Result'], 'Payload' => ['shape' => 'Blob'], 'ExecutedVersion' => ['shape' => 'Version', 'location' => 'header', 'locationName' => 'X-Amz-Executed-Version']], 'payload' => 'Payload'], 'InvocationType' => ['type' => 'string', 'enum' => ['Event', 'RequestResponse', 'DryRun']], 'InvokeAsyncRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'InvokeArgs'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'InvokeArgs' => ['shape' => 'BlobStream']], 'deprecated' => \true, 'payload' => 'InvokeArgs'], 'InvokeAsyncResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'HttpStatus', 'location' => 'statusCode']], 'deprecated' => \true], 'KMSAccessDeniedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSDisabledException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSInvalidStateException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'KMSKeyArn' => ['type' => 'string', 'pattern' => '(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()'], 'KMSNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'LastUpdateStatus' => ['type' => 'string', 'enum' => ['Successful', 'Failed', 'InProgress']], 'LastUpdateStatusReason' => ['type' => 'string'], 'LastUpdateStatusReasonCode' => ['type' => 'string', 'enum' => ['EniLimitExceeded', 'InsufficientRolePermissions', 'InvalidConfiguration', 'InternalError', 'SubnetOutOfIPAddresses', 'InvalidSubnet', 'InvalidSecurityGroup']], 'Layer' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'LayerVersionArn'], 'CodeSize' => ['shape' => 'Long']]], 'LayerArn' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => 'arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+'], 'LayerList' => ['type' => 'list', 'member' => ['shape' => 'LayerVersionArn']], 'LayerName' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => '(arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+'], 'LayerPermissionAllowedAction' => ['type' => 'string', 'pattern' => 'lambda:GetLayerVersion'], 'LayerPermissionAllowedPrincipal' => ['type' => 'string', 'pattern' => '\\d{12}|\\*|arn:(aws[a-zA-Z-]*):iam::\\d{12}:root'], 'LayerVersionArn' => ['type' => 'string', 'max' => 140, 'min' => 1, 'pattern' => 'arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+'], 'LayerVersionContentInput' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion'], 'ZipFile' => ['shape' => 'Blob']]], 'LayerVersionContentOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'String'], 'CodeSha256' => ['shape' => 'String'], 'CodeSize' => ['shape' => 'Long']]], 'LayerVersionNumber' => ['type' => 'long'], 'LayerVersionsList' => ['type' => 'list', 'member' => ['shape' => 'LayerVersionsListItem']], 'LayerVersionsListItem' => ['type' => 'structure', 'members' => ['LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Version' => ['shape' => 'LayerVersionNumber'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'LayersList' => ['type' => 'list', 'member' => ['shape' => 'LayersListItem']], 'LayersListItem' => ['type' => 'structure', 'members' => ['LayerName' => ['shape' => 'LayerName'], 'LayerArn' => ['shape' => 'LayerArn'], 'LatestMatchingVersion' => ['shape' => 'LayerVersionsListItem']]], 'LayersReferenceList' => ['type' => 'list', 'member' => ['shape' => 'Layer']], 'LicenseInfo' => ['type' => 'string', 'max' => 512], 'ListAliasesRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'FunctionVersion' => ['shape' => 'Version', 'location' => 'querystring', 'locationName' => 'FunctionVersion'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Aliases' => ['shape' => 'AliasList']]], 'ListEventSourceMappingsRequest' => ['type' => 'structure', 'members' => ['EventSourceArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'EventSourceArn'], 'FunctionName' => ['shape' => 'FunctionName', 'location' => 'querystring', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListEventSourceMappingsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'EventSourceMappings' => ['shape' => 'EventSourceMappingsList']]], 'ListFunctionEventInvokeConfigsRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxFunctionEventInvokeConfigListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFunctionEventInvokeConfigsResponse' => ['type' => 'structure', 'members' => ['FunctionEventInvokeConfigs' => ['shape' => 'FunctionEventInvokeConfigList'], 'NextMarker' => ['shape' => 'String']]], 'ListFunctionsRequest' => ['type' => 'structure', 'members' => ['MasterRegion' => ['shape' => 'MasterRegion', 'location' => 'querystring', 'locationName' => 'MasterRegion'], 'FunctionVersion' => ['shape' => 'FunctionVersion', 'location' => 'querystring', 'locationName' => 'FunctionVersion'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListFunctionsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Functions' => ['shape' => 'FunctionList']]], 'ListLayerVersionsRequest' => ['type' => 'structure', 'required' => ['LayerName'], 'members' => ['CompatibleRuntime' => ['shape' => 'Runtime', 'location' => 'querystring', 'locationName' => 'CompatibleRuntime'], 'LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxLayerListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListLayerVersionsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'LayerVersions' => ['shape' => 'LayerVersionsList']]], 'ListLayersRequest' => ['type' => 'structure', 'members' => ['CompatibleRuntime' => ['shape' => 'Runtime', 'location' => 'querystring', 'locationName' => 'CompatibleRuntime'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxLayerListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListLayersResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayersList']]], 'ListProvisionedConcurrencyConfigsRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxProvisionedConcurrencyConfigListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListProvisionedConcurrencyConfigsResponse' => ['type' => 'structure', 'members' => ['ProvisionedConcurrencyConfigs' => ['shape' => 'ProvisionedConcurrencyConfigList'], 'NextMarker' => ['shape' => 'String']]], 'ListTagsRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN']]], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'ListVersionsByFunctionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'NamespacedFunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Marker' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'Marker'], 'MaxItems' => ['shape' => 'MaxListItems', 'location' => 'querystring', 'locationName' => 'MaxItems']]], 'ListVersionsByFunctionResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'String'], 'Versions' => ['shape' => 'FunctionList']]], 'LocalMountPath' => ['type' => 'string', 'max' => 160, 'pattern' => '^/mnt/[a-zA-Z0-9-_.]+$'], 'LogType' => ['type' => 'string', 'enum' => ['None', 'Tail']], 'Long' => ['type' => 'long'], 'MasterRegion' => ['type' => 'string', 'pattern' => 'ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}'], 'MaxFunctionEventInvokeConfigListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxLayerListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxListItems' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'MaxProvisionedConcurrencyConfigListItems' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaximumBatchingWindowInSeconds' => ['type' => 'integer', 'max' => 300, 'min' => 0], 'MaximumEventAgeInSeconds' => ['type' => 'integer', 'max' => 21600, 'min' => 60], 'MaximumRecordAgeInSeconds' => ['type' => 'integer', 'max' => 604800, 'min' => -1], 'MaximumRetryAttempts' => ['type' => 'integer', 'max' => 2, 'min' => 0], 'MaximumRetryAttemptsEventSourceMapping' => ['type' => 'integer', 'max' => 10000, 'min' => -1], 'MemorySize' => ['type' => 'integer', 'max' => 3008, 'min' => 128], 'NameSpacedFunctionArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'NamespacedFunctionName' => ['type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'NamespacedStatementId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '([a-zA-Z0-9-_.]+)'], 'NonNegativeInteger' => ['type' => 'integer', 'min' => 0], 'OnFailure' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'DestinationArn']]], 'OnSuccess' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'DestinationArn']]], 'OrganizationId' => ['type' => 'string', 'pattern' => 'o-[a-z0-9]{10,32}'], 'ParallelizationFactor' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'PolicyLengthExceededException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PreconditionFailedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'Principal' => ['type' => 'string', 'pattern' => '.*'], 'ProvisionedConcurrencyConfigList' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedConcurrencyConfigListItem']], 'ProvisionedConcurrencyConfigListItem' => ['type' => 'structure', 'members' => ['FunctionArn' => ['shape' => 'FunctionArn'], 'RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'ProvisionedConcurrencyConfigNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ProvisionedConcurrencyStatusEnum' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'READY', 'FAILED']], 'PublishLayerVersionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'Content'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'Description' => ['shape' => 'Description'], 'Content' => ['shape' => 'LayerVersionContentInput'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'PublishLayerVersionResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LayerVersionContentOutput'], 'LayerArn' => ['shape' => 'LayerArn'], 'LayerVersionArn' => ['shape' => 'LayerVersionArn'], 'Description' => ['shape' => 'Description'], 'CreatedDate' => ['shape' => 'Timestamp'], 'Version' => ['shape' => 'LayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'CompatibleRuntimes'], 'LicenseInfo' => ['shape' => 'LicenseInfo']]], 'PublishVersionRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'CodeSha256' => ['shape' => 'String'], 'Description' => ['shape' => 'Description'], 'RevisionId' => ['shape' => 'String']]], 'PutFunctionConcurrencyRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'ReservedConcurrentExecutions'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'ReservedConcurrentExecutions' => ['shape' => 'ReservedConcurrentExecutions']]], 'PutFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'PutProvisionedConcurrencyConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Qualifier', 'ProvisionedConcurrentExecutions'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'ProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger']]], 'PutProvisionedConcurrencyConfigResponse' => ['type' => 'structure', 'members' => ['RequestedProvisionedConcurrentExecutions' => ['shape' => 'PositiveInteger'], 'AvailableProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'AllocatedProvisionedConcurrentExecutions' => ['shape' => 'NonNegativeInteger'], 'Status' => ['shape' => 'ProvisionedConcurrencyStatusEnum'], 'StatusReason' => ['shape' => 'String'], 'LastModified' => ['shape' => 'Timestamp']]], 'Qualifier' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(|[a-zA-Z0-9$_-]+)'], 'RemoveLayerVersionPermissionRequest' => ['type' => 'structure', 'required' => ['LayerName', 'VersionNumber', 'StatementId'], 'members' => ['LayerName' => ['shape' => 'LayerName', 'location' => 'uri', 'locationName' => 'LayerName'], 'VersionNumber' => ['shape' => 'LayerVersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber'], 'StatementId' => ['shape' => 'StatementId', 'location' => 'uri', 'locationName' => 'StatementId'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'StatementId'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'StatementId' => ['shape' => 'NamespacedStatementId', 'location' => 'uri', 'locationName' => 'StatementId'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'RevisionId' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'RevisionId']]], 'RequestTooLargeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 413], 'exception' => \true], 'ReservedConcurrentExecutions' => ['type' => 'integer', 'min' => 0], 'ResourceArn' => ['type' => 'string', 'pattern' => '(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()'], 'ResourceConflictException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'pattern' => 'arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'Runtime' => ['type' => 'string', 'enum' => ['nodejs', 'nodejs4.3', 'nodejs6.10', 'nodejs8.10', 'nodejs10.x', 'nodejs12.x', 'java8', 'java8.al2', 'java11', 'python2.7', 'python3.6', 'python3.7', 'python3.8', 'dotnetcore1.0', 'dotnetcore2.0', 'dotnetcore2.1', 'dotnetcore3.1', 'nodejs4.3-edge', 'go1.x', 'ruby2.5', 'ruby2.7', 'provided', 'provided.al2']], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9A-Za-z\\.\\-_]*(? ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3ObjectVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'ServiceException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'SourceOwner' => ['type' => 'string', 'pattern' => '\\d{12}'], 'State' => ['type' => 'string', 'enum' => ['Pending', 'Active', 'Inactive', 'Failed']], 'StateReason' => ['type' => 'string'], 'StateReasonCode' => ['type' => 'string', 'enum' => ['Idle', 'Creating', 'Restoring', 'EniLimitExceeded', 'InsufficientRolePermissions', 'InvalidConfiguration', 'InternalError', 'SubnetOutOfIPAddresses', 'InvalidSubnet', 'InvalidSecurityGroup']], 'StatementId' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '([a-zA-Z0-9-_]+)'], 'String' => ['type' => 'string'], 'SubnetIPAddressLimitReachedException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'SubnetId' => ['type' => 'string'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'ThrottleReason' => ['type' => 'string', 'enum' => ['ConcurrentInvocationLimitExceeded', 'FunctionInvocationRateLimitExceeded', 'ReservedFunctionConcurrentInvocationLimitExceeded', 'ReservedFunctionInvocationRateLimitExceeded', 'CallerRateLimitExceeded']], 'Timeout' => ['type' => 'integer', 'min' => 1], 'Timestamp' => ['type' => 'string'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'Type' => ['shape' => 'String'], 'message' => ['shape' => 'String'], 'Reason' => ['shape' => 'ThrottleReason']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Topic' => ['type' => 'string', 'max' => 249, 'min' => 1, 'pattern' => '^[^.]([a-zA-Z0-9\\-_.]+)'], 'Topics' => ['type' => 'list', 'member' => ['shape' => 'Topic'], 'max' => 1, 'min' => 1], 'TracingConfig' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'TracingMode']]], 'TracingConfigResponse' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'TracingMode']]], 'TracingMode' => ['type' => 'string', 'enum' => ['Active', 'PassThrough']], 'UnreservedConcurrentExecutions' => ['type' => 'integer', 'min' => 0], 'UnsupportedMediaTypeException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'FunctionArn', 'location' => 'uri', 'locationName' => 'ARN'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UpdateAliasRequest' => ['type' => 'structure', 'required' => ['FunctionName', 'Name'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Name' => ['shape' => 'Alias', 'location' => 'uri', 'locationName' => 'Name'], 'FunctionVersion' => ['shape' => 'Version'], 'Description' => ['shape' => 'Description'], 'RoutingConfig' => ['shape' => 'AliasRoutingConfiguration'], 'RevisionId' => ['shape' => 'String']]], 'UpdateEventSourceMappingRequest' => ['type' => 'structure', 'required' => ['UUID'], 'members' => ['UUID' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'UUID'], 'FunctionName' => ['shape' => 'FunctionName'], 'Enabled' => ['shape' => 'Enabled'], 'BatchSize' => ['shape' => 'BatchSize'], 'MaximumBatchingWindowInSeconds' => ['shape' => 'MaximumBatchingWindowInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig'], 'MaximumRecordAgeInSeconds' => ['shape' => 'MaximumRecordAgeInSeconds'], 'BisectBatchOnFunctionError' => ['shape' => 'BisectBatchOnFunctionError'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttemptsEventSourceMapping'], 'ParallelizationFactor' => ['shape' => 'ParallelizationFactor']]], 'UpdateFunctionCodeRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'ZipFile' => ['shape' => 'Blob'], 'S3Bucket' => ['shape' => 'S3Bucket'], 'S3Key' => ['shape' => 'S3Key'], 'S3ObjectVersion' => ['shape' => 'S3ObjectVersion'], 'Publish' => ['shape' => 'Boolean'], 'DryRun' => ['shape' => 'Boolean'], 'RevisionId' => ['shape' => 'String']]], 'UpdateFunctionConfigurationRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Role' => ['shape' => 'RoleArn'], 'Handler' => ['shape' => 'Handler'], 'Description' => ['shape' => 'Description'], 'Timeout' => ['shape' => 'Timeout'], 'MemorySize' => ['shape' => 'MemorySize'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'Environment' => ['shape' => 'Environment'], 'Runtime' => ['shape' => 'Runtime'], 'DeadLetterConfig' => ['shape' => 'DeadLetterConfig'], 'KMSKeyArn' => ['shape' => 'KMSKeyArn'], 'TracingConfig' => ['shape' => 'TracingConfig'], 'RevisionId' => ['shape' => 'String'], 'Layers' => ['shape' => 'LayerList'], 'FileSystemConfigs' => ['shape' => 'FileSystemConfigList']]], 'UpdateFunctionEventInvokeConfigRequest' => ['type' => 'structure', 'required' => ['FunctionName'], 'members' => ['FunctionName' => ['shape' => 'FunctionName', 'location' => 'uri', 'locationName' => 'FunctionName'], 'Qualifier' => ['shape' => 'Qualifier', 'location' => 'querystring', 'locationName' => 'Qualifier'], 'MaximumRetryAttempts' => ['shape' => 'MaximumRetryAttempts'], 'MaximumEventAgeInSeconds' => ['shape' => 'MaximumEventAgeInSeconds'], 'DestinationConfig' => ['shape' => 'DestinationConfig']]], 'Version' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '(\\$LATEST|[0-9]+)'], 'VpcConfig' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'VpcConfigResponse' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'VpcId' => ['shape' => 'VpcId']]], 'VpcId' => ['type' => 'string'], 'Weight' => ['type' => 'double', 'max' => 1, 'min' => 0]]]; diff --git a/vendor/Aws3/Aws/data/lex-models/2017-04-19/api-2.json.php b/vendor/Aws3/Aws/data/lex-models/2017-04-19/api-2.json.php index 2ecd7922..7d7821b8 100644 --- a/vendor/Aws3/Aws/data/lex-models/2017-04-19/api-2.json.php +++ b/vendor/Aws3/Aws/data/lex-models/2017-04-19/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-04-19', 'endpointPrefix' => 'models.lex', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Lex Model Building Service', 'serviceId' => 'Lex Model Building Service', 'signatureVersion' => 'v4', 'signingName' => 'lex', 'uid' => 'lex-models-2017-04-19'], 'operations' => ['CreateBotVersion' => ['name' => 'CreateBotVersion', 'http' => ['method' => 'POST', 'requestUri' => '/bots/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateBotVersionRequest'], 'output' => ['shape' => 'CreateBotVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'CreateIntentVersion' => ['name' => 'CreateIntentVersion', 'http' => ['method' => 'POST', 'requestUri' => '/intents/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntentVersionRequest'], 'output' => ['shape' => 'CreateIntentVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'CreateSlotTypeVersion' => ['name' => 'CreateSlotTypeVersion', 'http' => ['method' => 'POST', 'requestUri' => '/slottypes/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateSlotTypeVersionRequest'], 'output' => ['shape' => 'CreateSlotTypeVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'DeleteBot' => ['name' => 'DeleteBot', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteBotAlias' => ['name' => 'DeleteBotAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotAliasRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteBotChannelAssociation' => ['name' => 'DeleteBotChannelAssociation', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotChannelAssociationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'DeleteBotVersion' => ['name' => 'DeleteBotVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{name}/versions/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteIntent' => ['name' => 'DeleteIntent', 'http' => ['method' => 'DELETE', 'requestUri' => '/intents/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntentRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteIntentVersion' => ['name' => 'DeleteIntentVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/intents/{name}/versions/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntentVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteSlotType' => ['name' => 'DeleteSlotType', 'http' => ['method' => 'DELETE', 'requestUri' => '/slottypes/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSlotTypeRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteSlotTypeVersion' => ['name' => 'DeleteSlotTypeVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/slottypes/{name}/version/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSlotTypeVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteUtterances' => ['name' => 'DeleteUtterances', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/utterances/{userId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteUtterancesRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBot' => ['name' => 'GetBot', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{name}/versions/{versionoralias}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotRequest'], 'output' => ['shape' => 'GetBotResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotAlias' => ['name' => 'GetBotAlias', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotAliasRequest'], 'output' => ['shape' => 'GetBotAliasResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotAliases' => ['name' => 'GetBotAliases', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotAliasesRequest'], 'output' => ['shape' => 'GetBotAliasesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotChannelAssociation' => ['name' => 'GetBotChannelAssociation', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotChannelAssociationRequest'], 'output' => ['shape' => 'GetBotChannelAssociationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotChannelAssociations' => ['name' => 'GetBotChannelAssociations', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotChannelAssociationsRequest'], 'output' => ['shape' => 'GetBotChannelAssociationsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotVersions' => ['name' => 'GetBotVersions', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotVersionsRequest'], 'output' => ['shape' => 'GetBotVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBots' => ['name' => 'GetBots', 'http' => ['method' => 'GET', 'requestUri' => '/bots/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotsRequest'], 'output' => ['shape' => 'GetBotsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinIntent' => ['name' => 'GetBuiltinIntent', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/intents/{signature}', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinIntentRequest'], 'output' => ['shape' => 'GetBuiltinIntentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinIntents' => ['name' => 'GetBuiltinIntents', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/intents/', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinIntentsRequest'], 'output' => ['shape' => 'GetBuiltinIntentsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinSlotTypes' => ['name' => 'GetBuiltinSlotTypes', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/slottypes/', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinSlotTypesRequest'], 'output' => ['shape' => 'GetBuiltinSlotTypesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetExport' => ['name' => 'GetExport', 'http' => ['method' => 'GET', 'requestUri' => '/exports/', 'responseCode' => 200], 'input' => ['shape' => 'GetExportRequest'], 'output' => ['shape' => 'GetExportResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetImport' => ['name' => 'GetImport', 'http' => ['method' => 'GET', 'requestUri' => '/imports/{importId}', 'responseCode' => 200], 'input' => ['shape' => 'GetImportRequest'], 'output' => ['shape' => 'GetImportResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntent' => ['name' => 'GetIntent', 'http' => ['method' => 'GET', 'requestUri' => '/intents/{name}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentRequest'], 'output' => ['shape' => 'GetIntentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntentVersions' => ['name' => 'GetIntentVersions', 'http' => ['method' => 'GET', 'requestUri' => '/intents/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentVersionsRequest'], 'output' => ['shape' => 'GetIntentVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntents' => ['name' => 'GetIntents', 'http' => ['method' => 'GET', 'requestUri' => '/intents/', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentsRequest'], 'output' => ['shape' => 'GetIntentsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotType' => ['name' => 'GetSlotType', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/{name}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypeRequest'], 'output' => ['shape' => 'GetSlotTypeResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotTypeVersions' => ['name' => 'GetSlotTypeVersions', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypeVersionsRequest'], 'output' => ['shape' => 'GetSlotTypeVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotTypes' => ['name' => 'GetSlotTypes', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypesRequest'], 'output' => ['shape' => 'GetSlotTypesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetUtterancesView' => ['name' => 'GetUtterancesView', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botname}/utterances?view=aggregation', 'responseCode' => 200], 'input' => ['shape' => 'GetUtterancesViewRequest'], 'output' => ['shape' => 'GetUtterancesViewResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'PutBot' => ['name' => 'PutBot', 'http' => ['method' => 'PUT', 'requestUri' => '/bots/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutBotRequest'], 'output' => ['shape' => 'PutBotResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutBotAlias' => ['name' => 'PutBotAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 200], 'input' => ['shape' => 'PutBotAliasRequest'], 'output' => ['shape' => 'PutBotAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutIntent' => ['name' => 'PutIntent', 'http' => ['method' => 'PUT', 'requestUri' => '/intents/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutIntentRequest'], 'output' => ['shape' => 'PutIntentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutSlotType' => ['name' => 'PutSlotType', 'http' => ['method' => 'PUT', 'requestUri' => '/slottypes/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutSlotTypeRequest'], 'output' => ['shape' => 'PutSlotTypeResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'StartImport' => ['name' => 'StartImport', 'http' => ['method' => 'POST', 'requestUri' => '/imports/', 'responseCode' => 201], 'input' => ['shape' => 'StartImportRequest'], 'output' => ['shape' => 'StartImportResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AliasName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'AliasNameOrListAll' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(-|^([A-Za-z]_?)+$)$'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'BotAliasMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse']]], 'BotAliasMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BotAliasMetadata']], 'BotChannelAssociation' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotChannelName'], 'description' => ['shape' => 'Description'], 'botAlias' => ['shape' => 'AliasName'], 'botName' => ['shape' => 'BotName'], 'createdDate' => ['shape' => 'Timestamp'], 'type' => ['shape' => 'ChannelType'], 'botConfiguration' => ['shape' => 'ChannelConfigurationMap'], 'status' => ['shape' => 'ChannelStatus'], 'failureReason' => ['shape' => 'String']]], 'BotChannelAssociationList' => ['type' => 'list', 'member' => ['shape' => 'BotChannelAssociation']], 'BotChannelName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'BotMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'status' => ['shape' => 'Status'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'BotMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BotMetadata']], 'BotName' => ['type' => 'string', 'max' => 50, 'min' => 2, 'pattern' => '^([A-Za-z]_?)+$'], 'BotVersions' => ['type' => 'list', 'member' => ['shape' => 'Version'], 'max' => 5, 'min' => 1], 'BuiltinIntentMetadata' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature'], 'supportedLocales' => ['shape' => 'LocaleList']]], 'BuiltinIntentMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinIntentMetadata']], 'BuiltinIntentSignature' => ['type' => 'string'], 'BuiltinIntentSlot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String']]], 'BuiltinIntentSlotList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinIntentSlot']], 'BuiltinSlotTypeMetadata' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinSlotTypeSignature'], 'supportedLocales' => ['shape' => 'LocaleList']]], 'BuiltinSlotTypeMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinSlotTypeMetadata']], 'BuiltinSlotTypeSignature' => ['type' => 'string'], 'ChannelConfigurationMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'max' => 10, 'min' => 1, 'sensitive' => \true], 'ChannelStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'CREATED', 'FAILED']], 'ChannelType' => ['type' => 'string', 'enum' => ['Facebook', 'Slack', 'Twilio-Sms', 'Kik']], 'CodeHook' => ['type' => 'structure', 'required' => ['uri', 'messageVersion'], 'members' => ['uri' => ['shape' => 'LambdaARN'], 'messageVersion' => ['shape' => 'MessageVersion']]], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentString' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ContentType' => ['type' => 'string', 'enum' => ['PlainText', 'SSML', 'CustomPayload']], 'ConversationLogsRequest' => ['type' => 'structure', 'required' => ['logSettings', 'iamRoleArn'], 'members' => ['logSettings' => ['shape' => 'LogSettingsRequestList'], 'iamRoleArn' => ['shape' => 'IamRoleArn']]], 'ConversationLogsResponse' => ['type' => 'structure', 'members' => ['logSettings' => ['shape' => 'LogSettingsResponseList'], 'iamRoleArn' => ['shape' => 'IamRoleArn']]], 'Count' => ['type' => 'integer'], 'CreateBotVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateBotVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean']]], 'CreateIntentVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateIntentVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String']]], 'CreateSlotTypeVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateSlotTypeVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'CustomOrBuiltinSlotTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^((AMAZON\\.)_?|[A-Za-z]_?)+'], 'DeleteBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName']]], 'DeleteBotChannelAssociationRequest' => ['type' => 'structure', 'required' => ['name', 'botName', 'botAlias'], 'members' => ['name' => ['shape' => 'BotChannelName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'aliasName']]], 'DeleteBotRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteBotVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteIntentRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteIntentVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteSlotTypeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteSlotTypeVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteUtterancesRequest' => ['type' => 'structure', 'required' => ['botName', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId']]], 'Description' => ['type' => 'string', 'max' => 200, 'min' => 0], 'Destination' => ['type' => 'string', 'enum' => ['CLOUDWATCH_LOGS', 'S3']], 'EnumerationValue' => ['type' => 'structure', 'required' => ['value'], 'members' => ['value' => ['shape' => 'Value'], 'synonyms' => ['shape' => 'SynonymList']]], 'EnumerationValues' => ['type' => 'list', 'member' => ['shape' => 'EnumerationValue'], 'max' => 10000, 'min' => 0], 'ExportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'READY', 'FAILED']], 'ExportType' => ['type' => 'string', 'enum' => ['ALEXA_SKILLS_KIT', 'LEX']], 'FollowUpPrompt' => ['type' => 'structure', 'required' => ['prompt', 'rejectionStatement'], 'members' => ['prompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement']]], 'FulfillmentActivity' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'FulfillmentActivityType'], 'codeHook' => ['shape' => 'CodeHook']]], 'FulfillmentActivityType' => ['type' => 'string', 'enum' => ['ReturnIntent', 'CodeHook']], 'GetBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName']]], 'GetBotAliasResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse']]], 'GetBotAliasesRequest' => ['type' => 'structure', 'required' => ['botName'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotAliasesResponse' => ['type' => 'structure', 'members' => ['BotAliases' => ['shape' => 'BotAliasMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotChannelAssociationRequest' => ['type' => 'structure', 'required' => ['name', 'botName', 'botAlias'], 'members' => ['name' => ['shape' => 'BotChannelName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'aliasName']]], 'GetBotChannelAssociationResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotChannelName'], 'description' => ['shape' => 'Description'], 'botAlias' => ['shape' => 'AliasName'], 'botName' => ['shape' => 'BotName'], 'createdDate' => ['shape' => 'Timestamp'], 'type' => ['shape' => 'ChannelType'], 'botConfiguration' => ['shape' => 'ChannelConfigurationMap'], 'status' => ['shape' => 'ChannelStatus'], 'failureReason' => ['shape' => 'String']]], 'GetBotChannelAssociationsRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasNameOrListAll', 'location' => 'uri', 'locationName' => 'aliasName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'BotChannelName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotChannelAssociationsResponse' => ['type' => 'structure', 'members' => ['botChannelAssociations' => ['shape' => 'BotChannelAssociationList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotRequest' => ['type' => 'structure', 'required' => ['name', 'versionOrAlias'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'versionOrAlias' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'versionoralias']]], 'GetBotResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean']]], 'GetBotVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBotVersionsResponse' => ['type' => 'structure', 'members' => ['bots' => ['shape' => 'BotMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'BotName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotsResponse' => ['type' => 'structure', 'members' => ['bots' => ['shape' => 'BotMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBuiltinIntentRequest' => ['type' => 'structure', 'required' => ['signature'], 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature', 'location' => 'uri', 'locationName' => 'signature']]], 'GetBuiltinIntentResponse' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature'], 'supportedLocales' => ['shape' => 'LocaleList'], 'slots' => ['shape' => 'BuiltinIntentSlotList']]], 'GetBuiltinIntentsRequest' => ['type' => 'structure', 'members' => ['locale' => ['shape' => 'Locale', 'location' => 'querystring', 'locationName' => 'locale'], 'signatureContains' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'signatureContains'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBuiltinIntentsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'BuiltinIntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBuiltinSlotTypesRequest' => ['type' => 'structure', 'members' => ['locale' => ['shape' => 'Locale', 'location' => 'querystring', 'locationName' => 'locale'], 'signatureContains' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'signatureContains'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBuiltinSlotTypesResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'BuiltinSlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetExportRequest' => ['type' => 'structure', 'required' => ['name', 'version', 'resourceType', 'exportType'], 'members' => ['name' => ['shape' => 'Name', 'location' => 'querystring', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'querystring', 'locationName' => 'version'], 'resourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'exportType' => ['shape' => 'ExportType', 'location' => 'querystring', 'locationName' => 'exportType']]], 'GetExportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'version' => ['shape' => 'NumericalVersion'], 'resourceType' => ['shape' => 'ResourceType'], 'exportType' => ['shape' => 'ExportType'], 'exportStatus' => ['shape' => 'ExportStatus'], 'failureReason' => ['shape' => 'String'], 'url' => ['shape' => 'String']]], 'GetImportRequest' => ['type' => 'structure', 'required' => ['importId'], 'members' => ['importId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'importId']]], 'GetImportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'importId' => ['shape' => 'String'], 'importStatus' => ['shape' => 'ImportStatus'], 'failureReason' => ['shape' => 'StringList'], 'createdDate' => ['shape' => 'Timestamp']]], 'GetIntentRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'Version', 'location' => 'uri', 'locationName' => 'version']]], 'GetIntentResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String']]], 'GetIntentVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetIntentVersionsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'IntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetIntentsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'IntentName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetIntentsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'IntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetSlotTypeRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'Version', 'location' => 'uri', 'locationName' => 'version']]], 'GetSlotTypeResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'GetSlotTypeVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetSlotTypeVersionsResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'SlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetSlotTypesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'SlotTypeName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetSlotTypesResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'SlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetUtterancesViewRequest' => ['type' => 'structure', 'required' => ['botName', 'botVersions', 'statusType'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botname'], 'botVersions' => ['shape' => 'BotVersions', 'location' => 'querystring', 'locationName' => 'bot_versions'], 'statusType' => ['shape' => 'StatusType', 'location' => 'querystring', 'locationName' => 'status_type']]], 'GetUtterancesViewResponse' => ['type' => 'structure', 'members' => ['botName' => ['shape' => 'BotName'], 'utterances' => ['shape' => 'ListsOfUtterances']]], 'GroupNumber' => ['type' => 'integer', 'box' => \true, 'max' => 5, 'min' => 1], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:[\\w\\-]+:iam::[\\d]{12}:role\\/[\\w+=,\\.@\\-]{1,64}$'], 'ImportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'FAILED']], 'Intent' => ['type' => 'structure', 'required' => ['intentName', 'intentVersion'], 'members' => ['intentName' => ['shape' => 'IntentName'], 'intentVersion' => ['shape' => 'Version']]], 'IntentList' => ['type' => 'list', 'member' => ['shape' => 'Intent']], 'IntentMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'IntentMetadataList' => ['type' => 'list', 'member' => ['shape' => 'IntentMetadata']], 'IntentName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'IntentUtteranceList' => ['type' => 'list', 'member' => ['shape' => 'Utterance'], 'max' => 1500, 'min' => 0], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'KmsKeyArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:[\\w\\-]+:kms:[\\w\\-]+:[\\d]{12}:(?:key\\/[\\w\\-]+|alias\\/[a-zA-Z0-9:\\/_\\-]{1,256})$'], 'LambdaARN' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws:lambda:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListOfUtterance' => ['type' => 'list', 'member' => ['shape' => 'UtteranceData']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList']]], 'ListsOfUtterances' => ['type' => 'list', 'member' => ['shape' => 'UtteranceList']], 'Locale' => ['type' => 'string', 'enum' => ['en-US', 'en-GB', 'de-DE']], 'LocaleList' => ['type' => 'list', 'member' => ['shape' => 'Locale']], 'LogSettingsRequest' => ['type' => 'structure', 'required' => ['logType', 'destination', 'resourceArn'], 'members' => ['logType' => ['shape' => 'LogType'], 'destination' => ['shape' => 'Destination'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'resourceArn' => ['shape' => 'ResourceArn']]], 'LogSettingsRequestList' => ['type' => 'list', 'member' => ['shape' => 'LogSettingsRequest']], 'LogSettingsResponse' => ['type' => 'structure', 'members' => ['logType' => ['shape' => 'LogType'], 'destination' => ['shape' => 'Destination'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'resourceArn' => ['shape' => 'ResourceArn'], 'resourcePrefix' => ['shape' => 'ResourcePrefix']]], 'LogSettingsResponseList' => ['type' => 'list', 'member' => ['shape' => 'LogSettingsResponse']], 'LogType' => ['type' => 'string', 'enum' => ['AUDIO', 'TEXT']], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'MergeStrategy' => ['type' => 'string', 'enum' => ['OVERWRITE_LATEST', 'FAIL_ON_CONFLICT']], 'Message' => ['type' => 'structure', 'required' => ['contentType', 'content'], 'members' => ['contentType' => ['shape' => 'ContentType'], 'content' => ['shape' => 'ContentString'], 'groupNumber' => ['shape' => 'GroupNumber']]], 'MessageList' => ['type' => 'list', 'member' => ['shape' => 'Message'], 'max' => 15, 'min' => 1], 'MessageVersion' => ['type' => 'string', 'max' => 5, 'min' => 1], 'Name' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z_]+'], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NumericalVersion' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9]+'], 'ObfuscationSetting' => ['type' => 'string', 'enum' => ['NONE', 'DEFAULT_OBFUSCATION']], 'PreconditionFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'Priority' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ProcessBehavior' => ['type' => 'string', 'enum' => ['SAVE', 'BUILD']], 'Prompt' => ['type' => 'structure', 'required' => ['messages', 'maxAttempts'], 'members' => ['messages' => ['shape' => 'MessageList'], 'maxAttempts' => ['shape' => 'PromptMaxAttempts'], 'responseCard' => ['shape' => 'ResponseCard']]], 'PromptMaxAttempts' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'PutBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botVersion', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsRequest'], 'tags' => ['shape' => 'TagList']]], 'PutBotAliasResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse'], 'tags' => ['shape' => 'TagList']]], 'PutBotRequest' => ['type' => 'structure', 'required' => ['name', 'locale', 'childDirected'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'processBehavior' => ['shape' => 'ProcessBehavior'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean'], 'createVersion' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'TagList']]], 'PutBotResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'createVersion' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'TagList']]], 'PutIntentRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'checksum' => ['shape' => 'String'], 'createVersion' => ['shape' => 'Boolean']]], 'PutIntentResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'createVersion' => ['shape' => 'Boolean']]], 'PutSlotTypeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'createVersion' => ['shape' => 'Boolean'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'PutSlotTypeResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'createVersion' => ['shape' => 'Boolean'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'ReferenceType' => ['type' => 'string', 'enum' => ['Intent', 'Bot', 'BotAlias', 'BotChannel']], 'RegexPattern' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:[\\w\\-]+:(?:logs:[\\w\\-]+:[\\d]{12}:log-group:[\\.\\-_/#A-Za-z0-9]{1,512}(?::\\*)?|s3:::[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9])$'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['referenceType' => ['shape' => 'ReferenceType'], 'exampleReference' => ['shape' => 'ResourceReference']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourcePrefix' => ['type' => 'string', 'max' => 1024], 'ResourceReference' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version']]], 'ResourceType' => ['type' => 'string', 'enum' => ['BOT', 'INTENT', 'SLOT_TYPE']], 'ResponseCard' => ['type' => 'string', 'max' => 50000, 'min' => 1], 'SessionTTL' => ['type' => 'integer', 'max' => 86400, 'min' => 60], 'Slot' => ['type' => 'structure', 'required' => ['name', 'slotConstraint'], 'members' => ['name' => ['shape' => 'SlotName'], 'description' => ['shape' => 'Description'], 'slotConstraint' => ['shape' => 'SlotConstraint'], 'slotType' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeVersion' => ['shape' => 'Version'], 'valueElicitationPrompt' => ['shape' => 'Prompt'], 'priority' => ['shape' => 'Priority'], 'sampleUtterances' => ['shape' => 'SlotUtteranceList'], 'responseCard' => ['shape' => 'ResponseCard'], 'obfuscationSetting' => ['shape' => 'ObfuscationSetting']]], 'SlotConstraint' => ['type' => 'string', 'enum' => ['Required', 'Optional']], 'SlotList' => ['type' => 'list', 'member' => ['shape' => 'Slot'], 'max' => 100, 'min' => 0], 'SlotName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z](-|_|.)?)+$'], 'SlotTypeConfiguration' => ['type' => 'structure', 'members' => ['regexConfiguration' => ['shape' => 'SlotTypeRegexConfiguration']]], 'SlotTypeConfigurations' => ['type' => 'list', 'member' => ['shape' => 'SlotTypeConfiguration'], 'max' => 10, 'min' => 0], 'SlotTypeMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'SlotTypeMetadataList' => ['type' => 'list', 'member' => ['shape' => 'SlotTypeMetadata']], 'SlotTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'SlotTypeRegexConfiguration' => ['type' => 'structure', 'required' => ['pattern'], 'members' => ['pattern' => ['shape' => 'RegexPattern']]], 'SlotUtteranceList' => ['type' => 'list', 'member' => ['shape' => 'Utterance'], 'max' => 10, 'min' => 0], 'SlotValueSelectionStrategy' => ['type' => 'string', 'enum' => ['ORIGINAL_VALUE', 'TOP_RESOLUTION']], 'StartImportRequest' => ['type' => 'structure', 'required' => ['payload', 'resourceType', 'mergeStrategy'], 'members' => ['payload' => ['shape' => 'Blob'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'tags' => ['shape' => 'TagList']]], 'StartImportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'importId' => ['shape' => 'String'], 'importStatus' => ['shape' => 'ImportStatus'], 'tags' => ['shape' => 'TagList'], 'createdDate' => ['shape' => 'Timestamp']]], 'Statement' => ['type' => 'structure', 'required' => ['messages'], 'members' => ['messages' => ['shape' => 'MessageList'], 'responseCard' => ['shape' => 'ResponseCard']]], 'Status' => ['type' => 'string', 'enum' => ['BUILDING', 'READY', 'READY_BASIC_TESTING', 'FAILED', 'NOT_BUILT']], 'StatusType' => ['type' => 'string', 'enum' => ['Detected', 'Missed']], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SynonymList' => ['type' => 'list', 'member' => ['shape' => 'Value']], 'Tag' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UserId' => ['type' => 'string', 'max' => 100, 'min' => 2], 'Utterance' => ['type' => 'string', 'max' => 200, 'min' => 1], 'UtteranceData' => ['type' => 'structure', 'members' => ['utteranceString' => ['shape' => 'UtteranceString'], 'count' => ['shape' => 'Count'], 'distinctUsers' => ['shape' => 'Count'], 'firstUtteredDate' => ['shape' => 'Timestamp'], 'lastUtteredDate' => ['shape' => 'Timestamp']]], 'UtteranceList' => ['type' => 'structure', 'members' => ['botVersion' => ['shape' => 'Version'], 'utterances' => ['shape' => 'ListOfUtterance']]], 'UtteranceString' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'Value' => ['type' => 'string', 'max' => 140, 'min' => 1], 'Version' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '\\$LATEST|[0-9]+']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-04-19', 'endpointPrefix' => 'models.lex', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Lex Model Building Service', 'serviceId' => 'Lex Model Building Service', 'signatureVersion' => 'v4', 'signingName' => 'lex', 'uid' => 'lex-models-2017-04-19'], 'operations' => ['CreateBotVersion' => ['name' => 'CreateBotVersion', 'http' => ['method' => 'POST', 'requestUri' => '/bots/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateBotVersionRequest'], 'output' => ['shape' => 'CreateBotVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'CreateIntentVersion' => ['name' => 'CreateIntentVersion', 'http' => ['method' => 'POST', 'requestUri' => '/intents/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateIntentVersionRequest'], 'output' => ['shape' => 'CreateIntentVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'CreateSlotTypeVersion' => ['name' => 'CreateSlotTypeVersion', 'http' => ['method' => 'POST', 'requestUri' => '/slottypes/{name}/versions', 'responseCode' => 201], 'input' => ['shape' => 'CreateSlotTypeVersionRequest'], 'output' => ['shape' => 'CreateSlotTypeVersionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'DeleteBot' => ['name' => 'DeleteBot', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteBotAlias' => ['name' => 'DeleteBotAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotAliasRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteBotChannelAssociation' => ['name' => 'DeleteBotChannelAssociation', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotChannelAssociationRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'DeleteBotVersion' => ['name' => 'DeleteBotVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{name}/versions/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBotVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteIntent' => ['name' => 'DeleteIntent', 'http' => ['method' => 'DELETE', 'requestUri' => '/intents/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntentRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteIntentVersion' => ['name' => 'DeleteIntentVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/intents/{name}/versions/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteIntentVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteSlotType' => ['name' => 'DeleteSlotType', 'http' => ['method' => 'DELETE', 'requestUri' => '/slottypes/{name}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSlotTypeRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteSlotTypeVersion' => ['name' => 'DeleteSlotTypeVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/slottypes/{name}/version/{version}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSlotTypeVersionRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'ResourceInUseException']]], 'DeleteUtterances' => ['name' => 'DeleteUtterances', 'http' => ['method' => 'DELETE', 'requestUri' => '/bots/{botName}/utterances/{userId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteUtterancesRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBot' => ['name' => 'GetBot', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{name}/versions/{versionoralias}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotRequest'], 'output' => ['shape' => 'GetBotResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotAlias' => ['name' => 'GetBotAlias', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotAliasRequest'], 'output' => ['shape' => 'GetBotAliasResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotAliases' => ['name' => 'GetBotAliases', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotAliasesRequest'], 'output' => ['shape' => 'GetBotAliasesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotChannelAssociation' => ['name' => 'GetBotChannelAssociation', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetBotChannelAssociationRequest'], 'output' => ['shape' => 'GetBotChannelAssociationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotChannelAssociations' => ['name' => 'GetBotChannelAssociations', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botName}/aliases/{aliasName}/channels/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotChannelAssociationsRequest'], 'output' => ['shape' => 'GetBotChannelAssociationsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBotVersions' => ['name' => 'GetBotVersions', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotVersionsRequest'], 'output' => ['shape' => 'GetBotVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBots' => ['name' => 'GetBots', 'http' => ['method' => 'GET', 'requestUri' => '/bots/', 'responseCode' => 200], 'input' => ['shape' => 'GetBotsRequest'], 'output' => ['shape' => 'GetBotsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinIntent' => ['name' => 'GetBuiltinIntent', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/intents/{signature}', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinIntentRequest'], 'output' => ['shape' => 'GetBuiltinIntentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinIntents' => ['name' => 'GetBuiltinIntents', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/intents/', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinIntentsRequest'], 'output' => ['shape' => 'GetBuiltinIntentsResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetBuiltinSlotTypes' => ['name' => 'GetBuiltinSlotTypes', 'http' => ['method' => 'GET', 'requestUri' => '/builtins/slottypes/', 'responseCode' => 200], 'input' => ['shape' => 'GetBuiltinSlotTypesRequest'], 'output' => ['shape' => 'GetBuiltinSlotTypesResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetExport' => ['name' => 'GetExport', 'http' => ['method' => 'GET', 'requestUri' => '/exports/', 'responseCode' => 200], 'input' => ['shape' => 'GetExportRequest'], 'output' => ['shape' => 'GetExportResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetImport' => ['name' => 'GetImport', 'http' => ['method' => 'GET', 'requestUri' => '/imports/{importId}', 'responseCode' => 200], 'input' => ['shape' => 'GetImportRequest'], 'output' => ['shape' => 'GetImportResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntent' => ['name' => 'GetIntent', 'http' => ['method' => 'GET', 'requestUri' => '/intents/{name}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentRequest'], 'output' => ['shape' => 'GetIntentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntentVersions' => ['name' => 'GetIntentVersions', 'http' => ['method' => 'GET', 'requestUri' => '/intents/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentVersionsRequest'], 'output' => ['shape' => 'GetIntentVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetIntents' => ['name' => 'GetIntents', 'http' => ['method' => 'GET', 'requestUri' => '/intents/', 'responseCode' => 200], 'input' => ['shape' => 'GetIntentsRequest'], 'output' => ['shape' => 'GetIntentsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotType' => ['name' => 'GetSlotType', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/{name}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypeRequest'], 'output' => ['shape' => 'GetSlotTypeResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotTypeVersions' => ['name' => 'GetSlotTypeVersions', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/{name}/versions/', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypeVersionsRequest'], 'output' => ['shape' => 'GetSlotTypeVersionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetSlotTypes' => ['name' => 'GetSlotTypes', 'http' => ['method' => 'GET', 'requestUri' => '/slottypes/', 'responseCode' => 200], 'input' => ['shape' => 'GetSlotTypesRequest'], 'output' => ['shape' => 'GetSlotTypesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetUtterancesView' => ['name' => 'GetUtterancesView', 'http' => ['method' => 'GET', 'requestUri' => '/bots/{botname}/utterances?view=aggregation', 'responseCode' => 200], 'input' => ['shape' => 'GetUtterancesViewRequest'], 'output' => ['shape' => 'GetUtterancesViewResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'PutBot' => ['name' => 'PutBot', 'http' => ['method' => 'PUT', 'requestUri' => '/bots/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutBotRequest'], 'output' => ['shape' => 'PutBotResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutBotAlias' => ['name' => 'PutBotAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/bots/{botName}/aliases/{name}', 'responseCode' => 200], 'input' => ['shape' => 'PutBotAliasRequest'], 'output' => ['shape' => 'PutBotAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutIntent' => ['name' => 'PutIntent', 'http' => ['method' => 'PUT', 'requestUri' => '/intents/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutIntentRequest'], 'output' => ['shape' => 'PutIntentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'PutSlotType' => ['name' => 'PutSlotType', 'http' => ['method' => 'PUT', 'requestUri' => '/slottypes/{name}/versions/$LATEST', 'responseCode' => 200], 'input' => ['shape' => 'PutSlotTypeRequest'], 'output' => ['shape' => 'PutSlotTypeResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException'], ['shape' => 'PreconditionFailedException']]], 'StartImport' => ['name' => 'StartImport', 'http' => ['method' => 'POST', 'requestUri' => '/imports/', 'responseCode' => 201], 'input' => ['shape' => 'StartImportRequest'], 'output' => ['shape' => 'StartImportResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException'], ['shape' => 'LimitExceededException']]]], 'shapes' => ['AliasName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'AliasNameOrListAll' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(-|^([A-Za-z]_?)+$)$'], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Blob' => ['type' => 'blob'], 'Boolean' => ['type' => 'boolean'], 'BotAliasMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse']]], 'BotAliasMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BotAliasMetadata']], 'BotChannelAssociation' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotChannelName'], 'description' => ['shape' => 'Description'], 'botAlias' => ['shape' => 'AliasName'], 'botName' => ['shape' => 'BotName'], 'createdDate' => ['shape' => 'Timestamp'], 'type' => ['shape' => 'ChannelType'], 'botConfiguration' => ['shape' => 'ChannelConfigurationMap'], 'status' => ['shape' => 'ChannelStatus'], 'failureReason' => ['shape' => 'String']]], 'BotChannelAssociationList' => ['type' => 'list', 'member' => ['shape' => 'BotChannelAssociation']], 'BotChannelName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'BotMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'status' => ['shape' => 'Status'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'BotMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BotMetadata']], 'BotName' => ['type' => 'string', 'max' => 50, 'min' => 2, 'pattern' => '^([A-Za-z]_?)+$'], 'BotVersions' => ['type' => 'list', 'member' => ['shape' => 'Version'], 'max' => 5, 'min' => 1], 'BuiltinIntentMetadata' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature'], 'supportedLocales' => ['shape' => 'LocaleList']]], 'BuiltinIntentMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinIntentMetadata']], 'BuiltinIntentSignature' => ['type' => 'string'], 'BuiltinIntentSlot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'String']]], 'BuiltinIntentSlotList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinIntentSlot']], 'BuiltinSlotTypeMetadata' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinSlotTypeSignature'], 'supportedLocales' => ['shape' => 'LocaleList']]], 'BuiltinSlotTypeMetadataList' => ['type' => 'list', 'member' => ['shape' => 'BuiltinSlotTypeMetadata']], 'BuiltinSlotTypeSignature' => ['type' => 'string'], 'ChannelConfigurationMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'max' => 10, 'min' => 1, 'sensitive' => \true], 'ChannelStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'CREATED', 'FAILED']], 'ChannelType' => ['type' => 'string', 'enum' => ['Facebook', 'Slack', 'Twilio-Sms', 'Kik']], 'CodeHook' => ['type' => 'structure', 'required' => ['uri', 'messageVersion'], 'members' => ['uri' => ['shape' => 'LambdaARN'], 'messageVersion' => ['shape' => 'MessageVersion']]], 'ConfidenceThreshold' => ['type' => 'double', 'max' => 1, 'min' => 0], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentString' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ContentType' => ['type' => 'string', 'enum' => ['PlainText', 'SSML', 'CustomPayload']], 'ConversationLogsRequest' => ['type' => 'structure', 'required' => ['logSettings', 'iamRoleArn'], 'members' => ['logSettings' => ['shape' => 'LogSettingsRequestList'], 'iamRoleArn' => ['shape' => 'IamRoleArn']]], 'ConversationLogsResponse' => ['type' => 'structure', 'members' => ['logSettings' => ['shape' => 'LogSettingsResponseList'], 'iamRoleArn' => ['shape' => 'IamRoleArn']]], 'Count' => ['type' => 'integer'], 'CreateBotVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateBotVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'enableModelImprovements' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean']]], 'CreateIntentVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateIntentVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'kendraConfiguration' => ['shape' => 'KendraConfiguration']]], 'CreateSlotTypeVersionRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'checksum' => ['shape' => 'String']]], 'CreateSlotTypeVersionResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'CustomOrBuiltinSlotTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^((AMAZON\\.)_?|[A-Za-z]_?)+'], 'DeleteBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName']]], 'DeleteBotChannelAssociationRequest' => ['type' => 'structure', 'required' => ['name', 'botName', 'botAlias'], 'members' => ['name' => ['shape' => 'BotChannelName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'aliasName']]], 'DeleteBotRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteBotVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteIntentRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteIntentVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteSlotTypeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteSlotTypeVersionRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'uri', 'locationName' => 'version']]], 'DeleteUtterancesRequest' => ['type' => 'structure', 'required' => ['botName', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId']]], 'Description' => ['type' => 'string', 'max' => 200, 'min' => 0], 'Destination' => ['type' => 'string', 'enum' => ['CLOUDWATCH_LOGS', 'S3']], 'EnumerationValue' => ['type' => 'structure', 'required' => ['value'], 'members' => ['value' => ['shape' => 'Value'], 'synonyms' => ['shape' => 'SynonymList']]], 'EnumerationValues' => ['type' => 'list', 'member' => ['shape' => 'EnumerationValue'], 'max' => 10000, 'min' => 0], 'ExportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'READY', 'FAILED']], 'ExportType' => ['type' => 'string', 'enum' => ['ALEXA_SKILLS_KIT', 'LEX']], 'FollowUpPrompt' => ['type' => 'structure', 'required' => ['prompt', 'rejectionStatement'], 'members' => ['prompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement']]], 'FulfillmentActivity' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'FulfillmentActivityType'], 'codeHook' => ['shape' => 'CodeHook']]], 'FulfillmentActivityType' => ['type' => 'string', 'enum' => ['ReturnIntent', 'CodeHook']], 'GetBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName']]], 'GetBotAliasResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse']]], 'GetBotAliasesRequest' => ['type' => 'structure', 'required' => ['botName'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotAliasesResponse' => ['type' => 'structure', 'members' => ['BotAliases' => ['shape' => 'BotAliasMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotChannelAssociationRequest' => ['type' => 'structure', 'required' => ['name', 'botName', 'botAlias'], 'members' => ['name' => ['shape' => 'BotChannelName', 'location' => 'uri', 'locationName' => 'name'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'aliasName']]], 'GetBotChannelAssociationResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotChannelName'], 'description' => ['shape' => 'Description'], 'botAlias' => ['shape' => 'AliasName'], 'botName' => ['shape' => 'BotName'], 'createdDate' => ['shape' => 'Timestamp'], 'type' => ['shape' => 'ChannelType'], 'botConfiguration' => ['shape' => 'ChannelConfigurationMap'], 'status' => ['shape' => 'ChannelStatus'], 'failureReason' => ['shape' => 'String']]], 'GetBotChannelAssociationsRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'AliasNameOrListAll', 'location' => 'uri', 'locationName' => 'aliasName'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'BotChannelName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotChannelAssociationsResponse' => ['type' => 'structure', 'members' => ['botChannelAssociations' => ['shape' => 'BotChannelAssociationList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotRequest' => ['type' => 'structure', 'required' => ['name', 'versionOrAlias'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'versionOrAlias' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'versionoralias']]], 'GetBotResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'enableModelImprovements' => ['shape' => 'Boolean'], 'nluIntentConfidenceThreshold' => ['shape' => 'ConfidenceThreshold'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean']]], 'GetBotVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBotVersionsResponse' => ['type' => 'structure', 'members' => ['bots' => ['shape' => 'BotMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBotsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'BotName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetBotsResponse' => ['type' => 'structure', 'members' => ['bots' => ['shape' => 'BotMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBuiltinIntentRequest' => ['type' => 'structure', 'required' => ['signature'], 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature', 'location' => 'uri', 'locationName' => 'signature']]], 'GetBuiltinIntentResponse' => ['type' => 'structure', 'members' => ['signature' => ['shape' => 'BuiltinIntentSignature'], 'supportedLocales' => ['shape' => 'LocaleList'], 'slots' => ['shape' => 'BuiltinIntentSlotList']]], 'GetBuiltinIntentsRequest' => ['type' => 'structure', 'members' => ['locale' => ['shape' => 'Locale', 'location' => 'querystring', 'locationName' => 'locale'], 'signatureContains' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'signatureContains'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBuiltinIntentsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'BuiltinIntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetBuiltinSlotTypesRequest' => ['type' => 'structure', 'members' => ['locale' => ['shape' => 'Locale', 'location' => 'querystring', 'locationName' => 'locale'], 'signatureContains' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'signatureContains'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetBuiltinSlotTypesResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'BuiltinSlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetExportRequest' => ['type' => 'structure', 'required' => ['name', 'version', 'resourceType', 'exportType'], 'members' => ['name' => ['shape' => 'Name', 'location' => 'querystring', 'locationName' => 'name'], 'version' => ['shape' => 'NumericalVersion', 'location' => 'querystring', 'locationName' => 'version'], 'resourceType' => ['shape' => 'ResourceType', 'location' => 'querystring', 'locationName' => 'resourceType'], 'exportType' => ['shape' => 'ExportType', 'location' => 'querystring', 'locationName' => 'exportType']]], 'GetExportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'version' => ['shape' => 'NumericalVersion'], 'resourceType' => ['shape' => 'ResourceType'], 'exportType' => ['shape' => 'ExportType'], 'exportStatus' => ['shape' => 'ExportStatus'], 'failureReason' => ['shape' => 'String'], 'url' => ['shape' => 'String']]], 'GetImportRequest' => ['type' => 'structure', 'required' => ['importId'], 'members' => ['importId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'importId']]], 'GetImportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'importId' => ['shape' => 'String'], 'importStatus' => ['shape' => 'ImportStatus'], 'failureReason' => ['shape' => 'StringList'], 'createdDate' => ['shape' => 'Timestamp']]], 'GetIntentRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'Version', 'location' => 'uri', 'locationName' => 'version']]], 'GetIntentResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'kendraConfiguration' => ['shape' => 'KendraConfiguration']]], 'GetIntentVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetIntentVersionsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'IntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetIntentsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'IntentName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetIntentsResponse' => ['type' => 'structure', 'members' => ['intents' => ['shape' => 'IntentMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetSlotTypeRequest' => ['type' => 'structure', 'required' => ['name', 'version'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'version' => ['shape' => 'Version', 'location' => 'uri', 'locationName' => 'version']]], 'GetSlotTypeResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'GetSlotTypeVersionsRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'GetSlotTypeVersionsResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'SlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetSlotTypesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nameContains' => ['shape' => 'SlotTypeName', 'location' => 'querystring', 'locationName' => 'nameContains']]], 'GetSlotTypesResponse' => ['type' => 'structure', 'members' => ['slotTypes' => ['shape' => 'SlotTypeMetadataList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetUtterancesViewRequest' => ['type' => 'structure', 'required' => ['botName', 'botVersions', 'statusType'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botname'], 'botVersions' => ['shape' => 'BotVersions', 'location' => 'querystring', 'locationName' => 'bot_versions'], 'statusType' => ['shape' => 'StatusType', 'location' => 'querystring', 'locationName' => 'status_type']]], 'GetUtterancesViewResponse' => ['type' => 'structure', 'members' => ['botName' => ['shape' => 'BotName'], 'utterances' => ['shape' => 'ListsOfUtterances']]], 'GroupNumber' => ['type' => 'integer', 'box' => \true, 'max' => 5, 'min' => 1], 'IamRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:[\\w\\-]+:iam::[\\d]{12}:role/.+$'], 'ImportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETE', 'FAILED']], 'Intent' => ['type' => 'structure', 'required' => ['intentName', 'intentVersion'], 'members' => ['intentName' => ['shape' => 'IntentName'], 'intentVersion' => ['shape' => 'Version']]], 'IntentList' => ['type' => 'list', 'member' => ['shape' => 'Intent']], 'IntentMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'IntentMetadataList' => ['type' => 'list', 'member' => ['shape' => 'IntentMetadata']], 'IntentName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'IntentUtteranceList' => ['type' => 'list', 'member' => ['shape' => 'Utterance'], 'max' => 1500, 'min' => 0], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'KendraConfiguration' => ['type' => 'structure', 'required' => ['kendraIndex', 'role'], 'members' => ['kendraIndex' => ['shape' => 'KendraIndexArn'], 'queryFilterString' => ['shape' => 'QueryFilterString'], 'role' => ['shape' => 'roleArn']]], 'KendraIndexArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'KmsKeyArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:[\\w\\-]+:kms:[\\w\\-]+:[\\d]{12}:(?:key\\/[\\w\\-]+|alias\\/[a-zA-Z0-9:\\/_\\-]{1,256})$'], 'LambdaARN' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws:lambda:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListOfUtterance' => ['type' => 'list', 'member' => ['shape' => 'UtteranceData']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagList']]], 'ListsOfUtterances' => ['type' => 'list', 'member' => ['shape' => 'UtteranceList']], 'Locale' => ['type' => 'string', 'enum' => ['en-US', 'en-GB', 'de-DE']], 'LocaleList' => ['type' => 'list', 'member' => ['shape' => 'Locale']], 'LogSettingsRequest' => ['type' => 'structure', 'required' => ['logType', 'destination', 'resourceArn'], 'members' => ['logType' => ['shape' => 'LogType'], 'destination' => ['shape' => 'Destination'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'resourceArn' => ['shape' => 'ResourceArn']]], 'LogSettingsRequestList' => ['type' => 'list', 'member' => ['shape' => 'LogSettingsRequest']], 'LogSettingsResponse' => ['type' => 'structure', 'members' => ['logType' => ['shape' => 'LogType'], 'destination' => ['shape' => 'Destination'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'resourceArn' => ['shape' => 'ResourceArn'], 'resourcePrefix' => ['shape' => 'ResourcePrefix']]], 'LogSettingsResponseList' => ['type' => 'list', 'member' => ['shape' => 'LogSettingsResponse']], 'LogType' => ['type' => 'string', 'enum' => ['AUDIO', 'TEXT']], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 50, 'min' => 1], 'MergeStrategy' => ['type' => 'string', 'enum' => ['OVERWRITE_LATEST', 'FAIL_ON_CONFLICT']], 'Message' => ['type' => 'structure', 'required' => ['contentType', 'content'], 'members' => ['contentType' => ['shape' => 'ContentType'], 'content' => ['shape' => 'ContentString'], 'groupNumber' => ['shape' => 'GroupNumber']]], 'MessageList' => ['type' => 'list', 'member' => ['shape' => 'Message'], 'max' => 15, 'min' => 1], 'MessageVersion' => ['type' => 'string', 'max' => 5, 'min' => 1], 'Name' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[a-zA-Z_]+'], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NumericalVersion' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9]+'], 'ObfuscationSetting' => ['type' => 'string', 'enum' => ['NONE', 'DEFAULT_OBFUSCATION']], 'PreconditionFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'Priority' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ProcessBehavior' => ['type' => 'string', 'enum' => ['SAVE', 'BUILD']], 'Prompt' => ['type' => 'structure', 'required' => ['messages', 'maxAttempts'], 'members' => ['messages' => ['shape' => 'MessageList'], 'maxAttempts' => ['shape' => 'PromptMaxAttempts'], 'responseCard' => ['shape' => 'ResponseCard']]], 'PromptMaxAttempts' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'PutBotAliasRequest' => ['type' => 'structure', 'required' => ['name', 'botVersion', 'botName'], 'members' => ['name' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsRequest'], 'tags' => ['shape' => 'TagList']]], 'PutBotAliasResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AliasName'], 'description' => ['shape' => 'Description'], 'botVersion' => ['shape' => 'Version'], 'botName' => ['shape' => 'BotName'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'checksum' => ['shape' => 'String'], 'conversationLogs' => ['shape' => 'ConversationLogsResponse'], 'tags' => ['shape' => 'TagList']]], 'PutBotRequest' => ['type' => 'structure', 'required' => ['name', 'locale', 'childDirected'], 'members' => ['name' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'enableModelImprovements' => ['shape' => 'Boolean'], 'nluIntentConfidenceThreshold' => ['shape' => 'ConfidenceThreshold'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'processBehavior' => ['shape' => 'ProcessBehavior'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean'], 'createVersion' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'TagList']]], 'PutBotResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'BotName'], 'description' => ['shape' => 'Description'], 'intents' => ['shape' => 'IntentList'], 'enableModelImprovements' => ['shape' => 'Boolean'], 'nluIntentConfidenceThreshold' => ['shape' => 'ConfidenceThreshold'], 'clarificationPrompt' => ['shape' => 'Prompt'], 'abortStatement' => ['shape' => 'Statement'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'String'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'idleSessionTTLInSeconds' => ['shape' => 'SessionTTL'], 'voiceId' => ['shape' => 'String'], 'checksum' => ['shape' => 'String'], 'version' => ['shape' => 'Version'], 'locale' => ['shape' => 'Locale'], 'childDirected' => ['shape' => 'Boolean'], 'createVersion' => ['shape' => 'Boolean'], 'detectSentiment' => ['shape' => 'Boolean'], 'tags' => ['shape' => 'TagList']]], 'PutIntentRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'IntentName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'checksum' => ['shape' => 'String'], 'createVersion' => ['shape' => 'Boolean'], 'kendraConfiguration' => ['shape' => 'KendraConfiguration']]], 'PutIntentResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'IntentName'], 'description' => ['shape' => 'Description'], 'slots' => ['shape' => 'SlotList'], 'sampleUtterances' => ['shape' => 'IntentUtteranceList'], 'confirmationPrompt' => ['shape' => 'Prompt'], 'rejectionStatement' => ['shape' => 'Statement'], 'followUpPrompt' => ['shape' => 'FollowUpPrompt'], 'conclusionStatement' => ['shape' => 'Statement'], 'dialogCodeHook' => ['shape' => 'CodeHook'], 'fulfillmentActivity' => ['shape' => 'FulfillmentActivity'], 'parentIntentSignature' => ['shape' => 'BuiltinIntentSignature'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'createVersion' => ['shape' => 'Boolean'], 'kendraConfiguration' => ['shape' => 'KendraConfiguration']]], 'PutSlotTypeRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'SlotTypeName', 'location' => 'uri', 'locationName' => 'name'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'createVersion' => ['shape' => 'Boolean'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'PutSlotTypeResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'enumerationValues' => ['shape' => 'EnumerationValues'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version'], 'checksum' => ['shape' => 'String'], 'valueSelectionStrategy' => ['shape' => 'SlotValueSelectionStrategy'], 'createVersion' => ['shape' => 'Boolean'], 'parentSlotTypeSignature' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeConfigurations' => ['shape' => 'SlotTypeConfigurations']]], 'QueryFilterString' => ['type' => 'string', 'min' => 0], 'ReferenceType' => ['type' => 'string', 'enum' => ['Intent', 'Bot', 'BotAlias', 'BotChannel']], 'RegexPattern' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:[\\w\\-]+:(?:logs:[\\w\\-]+:[\\d]{12}:log-group:[\\.\\-_/#A-Za-z0-9]{1,512}(?::\\*)?|s3:::[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9])$'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['referenceType' => ['shape' => 'ReferenceType'], 'exampleReference' => ['shape' => 'ResourceReference']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourcePrefix' => ['type' => 'string', 'max' => 1024], 'ResourceReference' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version']]], 'ResourceType' => ['type' => 'string', 'enum' => ['BOT', 'INTENT', 'SLOT_TYPE']], 'ResponseCard' => ['type' => 'string', 'max' => 50000, 'min' => 1], 'SessionTTL' => ['type' => 'integer', 'max' => 86400, 'min' => 60], 'Slot' => ['type' => 'structure', 'required' => ['name', 'slotConstraint'], 'members' => ['name' => ['shape' => 'SlotName'], 'description' => ['shape' => 'Description'], 'slotConstraint' => ['shape' => 'SlotConstraint'], 'slotType' => ['shape' => 'CustomOrBuiltinSlotTypeName'], 'slotTypeVersion' => ['shape' => 'Version'], 'valueElicitationPrompt' => ['shape' => 'Prompt'], 'priority' => ['shape' => 'Priority'], 'sampleUtterances' => ['shape' => 'SlotUtteranceList'], 'responseCard' => ['shape' => 'ResponseCard'], 'obfuscationSetting' => ['shape' => 'ObfuscationSetting']]], 'SlotConstraint' => ['type' => 'string', 'enum' => ['Required', 'Optional']], 'SlotList' => ['type' => 'list', 'member' => ['shape' => 'Slot'], 'max' => 100, 'min' => 0], 'SlotName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z](-|_|.)?)+$'], 'SlotTypeConfiguration' => ['type' => 'structure', 'members' => ['regexConfiguration' => ['shape' => 'SlotTypeRegexConfiguration']]], 'SlotTypeConfigurations' => ['type' => 'list', 'member' => ['shape' => 'SlotTypeConfiguration'], 'max' => 10, 'min' => 0], 'SlotTypeMetadata' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SlotTypeName'], 'description' => ['shape' => 'Description'], 'lastUpdatedDate' => ['shape' => 'Timestamp'], 'createdDate' => ['shape' => 'Timestamp'], 'version' => ['shape' => 'Version']]], 'SlotTypeMetadataList' => ['type' => 'list', 'member' => ['shape' => 'SlotTypeMetadata']], 'SlotTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^([A-Za-z]_?)+$'], 'SlotTypeRegexConfiguration' => ['type' => 'structure', 'required' => ['pattern'], 'members' => ['pattern' => ['shape' => 'RegexPattern']]], 'SlotUtteranceList' => ['type' => 'list', 'member' => ['shape' => 'Utterance'], 'max' => 10, 'min' => 0], 'SlotValueSelectionStrategy' => ['type' => 'string', 'enum' => ['ORIGINAL_VALUE', 'TOP_RESOLUTION']], 'StartImportRequest' => ['type' => 'structure', 'required' => ['payload', 'resourceType', 'mergeStrategy'], 'members' => ['payload' => ['shape' => 'Blob'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'tags' => ['shape' => 'TagList']]], 'StartImportResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'resourceType' => ['shape' => 'ResourceType'], 'mergeStrategy' => ['shape' => 'MergeStrategy'], 'importId' => ['shape' => 'String'], 'importStatus' => ['shape' => 'ImportStatus'], 'tags' => ['shape' => 'TagList'], 'createdDate' => ['shape' => 'Timestamp']]], 'Statement' => ['type' => 'structure', 'required' => ['messages'], 'members' => ['messages' => ['shape' => 'MessageList'], 'responseCard' => ['shape' => 'ResponseCard']]], 'Status' => ['type' => 'string', 'enum' => ['BUILDING', 'READY', 'READY_BASIC_TESTING', 'FAILED', 'NOT_BUILT']], 'StatusType' => ['type' => 'string', 'enum' => ['Detected', 'Missed']], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SynonymList' => ['type' => 'list', 'member' => ['shape' => 'Value']], 'Tag' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UserId' => ['type' => 'string', 'max' => 100, 'min' => 2], 'Utterance' => ['type' => 'string', 'max' => 200, 'min' => 1], 'UtteranceData' => ['type' => 'structure', 'members' => ['utteranceString' => ['shape' => 'UtteranceString'], 'count' => ['shape' => 'Count'], 'distinctUsers' => ['shape' => 'Count'], 'firstUtteredDate' => ['shape' => 'Timestamp'], 'lastUtteredDate' => ['shape' => 'Timestamp']]], 'UtteranceList' => ['type' => 'structure', 'members' => ['botVersion' => ['shape' => 'Version'], 'utterances' => ['shape' => 'ListOfUtterance']]], 'UtteranceString' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'Value' => ['type' => 'string', 'max' => 140, 'min' => 1], 'Version' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '\\$LATEST|[0-9]+'], 'roleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws:iam::[0-9]{12}:role/.*']]]; diff --git a/vendor/Aws3/Aws/data/lightsail/2016-11-28/api-2.json.php b/vendor/Aws3/Aws/data/lightsail/2016-11-28/api-2.json.php index ea673db2..3965cbe9 100644 --- a/vendor/Aws3/Aws/data/lightsail/2016-11-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/lightsail/2016-11-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'lightsail', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Lightsail', 'serviceId' => 'Lightsail', 'signatureVersion' => 'v4', 'targetPrefix' => 'Lightsail_20161128', 'uid' => 'lightsail-2016-11-28'], 'operations' => ['AllocateStaticIp' => ['name' => 'AllocateStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateStaticIpRequest'], 'output' => ['shape' => 'AllocateStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachDisk' => ['name' => 'AttachDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachDiskRequest'], 'output' => ['shape' => 'AttachDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachInstancesToLoadBalancer' => ['name' => 'AttachInstancesToLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInstancesToLoadBalancerRequest'], 'output' => ['shape' => 'AttachInstancesToLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachLoadBalancerTlsCertificate' => ['name' => 'AttachLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'AttachLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachStaticIp' => ['name' => 'AttachStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachStaticIpRequest'], 'output' => ['shape' => 'AttachStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CloseInstancePublicPorts' => ['name' => 'CloseInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CloseInstancePublicPortsRequest'], 'output' => ['shape' => 'CloseInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotRequest'], 'output' => ['shape' => 'CopySnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateCloudFormationStack' => ['name' => 'CreateCloudFormationStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCloudFormationStackRequest'], 'output' => ['shape' => 'CreateCloudFormationStackResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateContactMethod' => ['name' => 'CreateContactMethod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContactMethodRequest'], 'output' => ['shape' => 'CreateContactMethodResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'CreateDisk' => ['name' => 'CreateDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskRequest'], 'output' => ['shape' => 'CreateDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDiskFromSnapshot' => ['name' => 'CreateDiskFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskFromSnapshotRequest'], 'output' => ['shape' => 'CreateDiskFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDiskSnapshot' => ['name' => 'CreateDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskSnapshotRequest'], 'output' => ['shape' => 'CreateDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDomain' => ['name' => 'CreateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainRequest'], 'output' => ['shape' => 'CreateDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDomainEntry' => ['name' => 'CreateDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainEntryRequest'], 'output' => ['shape' => 'CreateDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstanceSnapshot' => ['name' => 'CreateInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceSnapshotRequest'], 'output' => ['shape' => 'CreateInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstances' => ['name' => 'CreateInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstancesRequest'], 'output' => ['shape' => 'CreateInstancesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstancesFromSnapshot' => ['name' => 'CreateInstancesFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstancesFromSnapshotRequest'], 'output' => ['shape' => 'CreateInstancesFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateKeyPair' => ['name' => 'CreateKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyPairRequest'], 'output' => ['shape' => 'CreateKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateLoadBalancer' => ['name' => 'CreateLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerRequest'], 'output' => ['shape' => 'CreateLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateLoadBalancerTlsCertificate' => ['name' => 'CreateLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'CreateLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabase' => ['name' => 'CreateRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabaseFromSnapshot' => ['name' => 'CreateRelationalDatabaseFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseFromSnapshotRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabaseSnapshot' => ['name' => 'CreateRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteAlarm' => ['name' => 'DeleteAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlarmRequest'], 'output' => ['shape' => 'DeleteAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'DeleteAutoSnapshot' => ['name' => 'DeleteAutoSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAutoSnapshotRequest'], 'output' => ['shape' => 'DeleteAutoSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DeleteContactMethod' => ['name' => 'DeleteContactMethod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContactMethodRequest'], 'output' => ['shape' => 'DeleteContactMethodResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'DeleteDisk' => ['name' => 'DeleteDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDiskRequest'], 'output' => ['shape' => 'DeleteDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDiskSnapshot' => ['name' => 'DeleteDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDiskSnapshotRequest'], 'output' => ['shape' => 'DeleteDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDomain' => ['name' => 'DeleteDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainRequest'], 'output' => ['shape' => 'DeleteDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDomainEntry' => ['name' => 'DeleteDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainEntryRequest'], 'output' => ['shape' => 'DeleteDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteInstance' => ['name' => 'DeleteInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceRequest'], 'output' => ['shape' => 'DeleteInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteInstanceSnapshot' => ['name' => 'DeleteInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceSnapshotRequest'], 'output' => ['shape' => 'DeleteInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteKeyPair' => ['name' => 'DeleteKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKeyPairRequest'], 'output' => ['shape' => 'DeleteKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteKnownHostKeys' => ['name' => 'DeleteKnownHostKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKnownHostKeysRequest'], 'output' => ['shape' => 'DeleteKnownHostKeysResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteLoadBalancer' => ['name' => 'DeleteLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerRequest'], 'output' => ['shape' => 'DeleteLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteLoadBalancerTlsCertificate' => ['name' => 'DeleteLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'DeleteLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteRelationalDatabase' => ['name' => 'DeleteRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRelationalDatabaseRequest'], 'output' => ['shape' => 'DeleteRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteRelationalDatabaseSnapshot' => ['name' => 'DeleteRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'DeleteRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachDisk' => ['name' => 'DetachDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachDiskRequest'], 'output' => ['shape' => 'DetachDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachInstancesFromLoadBalancer' => ['name' => 'DetachInstancesFromLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInstancesFromLoadBalancerRequest'], 'output' => ['shape' => 'DetachInstancesFromLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachStaticIp' => ['name' => 'DetachStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachStaticIpRequest'], 'output' => ['shape' => 'DetachStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DisableAddOn' => ['name' => 'DisableAddOn', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAddOnRequest'], 'output' => ['shape' => 'DisableAddOnResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DownloadDefaultKeyPair' => ['name' => 'DownloadDefaultKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DownloadDefaultKeyPairRequest'], 'output' => ['shape' => 'DownloadDefaultKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'EnableAddOn' => ['name' => 'EnableAddOn', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAddOnRequest'], 'output' => ['shape' => 'EnableAddOnResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'ExportSnapshot' => ['name' => 'ExportSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportSnapshotRequest'], 'output' => ['shape' => 'ExportSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetActiveNames' => ['name' => 'GetActiveNames', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetActiveNamesRequest'], 'output' => ['shape' => 'GetActiveNamesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetAlarms' => ['name' => 'GetAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAlarmsRequest'], 'output' => ['shape' => 'GetAlarmsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'GetAutoSnapshots' => ['name' => 'GetAutoSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutoSnapshotsRequest'], 'output' => ['shape' => 'GetAutoSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetBlueprints' => ['name' => 'GetBlueprints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlueprintsRequest'], 'output' => ['shape' => 'GetBlueprintsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetBundles' => ['name' => 'GetBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBundlesRequest'], 'output' => ['shape' => 'GetBundlesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetCloudFormationStackRecords' => ['name' => 'GetCloudFormationStackRecords', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCloudFormationStackRecordsRequest'], 'output' => ['shape' => 'GetCloudFormationStackRecordsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetContactMethods' => ['name' => 'GetContactMethods', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactMethodsRequest'], 'output' => ['shape' => 'GetContactMethodsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDisk' => ['name' => 'GetDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskRequest'], 'output' => ['shape' => 'GetDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDiskSnapshot' => ['name' => 'GetDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskSnapshotRequest'], 'output' => ['shape' => 'GetDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDiskSnapshots' => ['name' => 'GetDiskSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskSnapshotsRequest'], 'output' => ['shape' => 'GetDiskSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDisks' => ['name' => 'GetDisks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDisksRequest'], 'output' => ['shape' => 'GetDisksResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDomain' => ['name' => 'GetDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainRequest'], 'output' => ['shape' => 'GetDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDomains' => ['name' => 'GetDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainsRequest'], 'output' => ['shape' => 'GetDomainsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetExportSnapshotRecords' => ['name' => 'GetExportSnapshotRecords', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetExportSnapshotRecordsRequest'], 'output' => ['shape' => 'GetExportSnapshotRecordsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstance' => ['name' => 'GetInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceRequest'], 'output' => ['shape' => 'GetInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceAccessDetails' => ['name' => 'GetInstanceAccessDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceAccessDetailsRequest'], 'output' => ['shape' => 'GetInstanceAccessDetailsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceMetricData' => ['name' => 'GetInstanceMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceMetricDataRequest'], 'output' => ['shape' => 'GetInstanceMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstancePortStates' => ['name' => 'GetInstancePortStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancePortStatesRequest'], 'output' => ['shape' => 'GetInstancePortStatesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceSnapshot' => ['name' => 'GetInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceSnapshotRequest'], 'output' => ['shape' => 'GetInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceSnapshots' => ['name' => 'GetInstanceSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceSnapshotsRequest'], 'output' => ['shape' => 'GetInstanceSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceState' => ['name' => 'GetInstanceState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceStateRequest'], 'output' => ['shape' => 'GetInstanceStateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstances' => ['name' => 'GetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancesRequest'], 'output' => ['shape' => 'GetInstancesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetKeyPair' => ['name' => 'GetKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPairRequest'], 'output' => ['shape' => 'GetKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetKeyPairs' => ['name' => 'GetKeyPairs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPairsRequest'], 'output' => ['shape' => 'GetKeyPairsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancer' => ['name' => 'GetLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerRequest'], 'output' => ['shape' => 'GetLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancerMetricData' => ['name' => 'GetLoadBalancerMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerMetricDataRequest'], 'output' => ['shape' => 'GetLoadBalancerMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancerTlsCertificates' => ['name' => 'GetLoadBalancerTlsCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerTlsCertificatesRequest'], 'output' => ['shape' => 'GetLoadBalancerTlsCertificatesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancers' => ['name' => 'GetLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancersRequest'], 'output' => ['shape' => 'GetLoadBalancersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperation' => ['name' => 'GetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationRequest'], 'output' => ['shape' => 'GetOperationResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperations' => ['name' => 'GetOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationsRequest'], 'output' => ['shape' => 'GetOperationsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperationsForResource' => ['name' => 'GetOperationsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationsForResourceRequest'], 'output' => ['shape' => 'GetOperationsForResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRegions' => ['name' => 'GetRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegionsRequest'], 'output' => ['shape' => 'GetRegionsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabase' => ['name' => 'GetRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseRequest'], 'output' => ['shape' => 'GetRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseBlueprints' => ['name' => 'GetRelationalDatabaseBlueprints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseBlueprintsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseBlueprintsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseBundles' => ['name' => 'GetRelationalDatabaseBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseBundlesRequest'], 'output' => ['shape' => 'GetRelationalDatabaseBundlesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseEvents' => ['name' => 'GetRelationalDatabaseEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseEventsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseEventsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseLogEvents' => ['name' => 'GetRelationalDatabaseLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseLogEventsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseLogEventsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseLogStreams' => ['name' => 'GetRelationalDatabaseLogStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseLogStreamsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseLogStreamsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseMasterUserPassword' => ['name' => 'GetRelationalDatabaseMasterUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseMasterUserPasswordRequest'], 'output' => ['shape' => 'GetRelationalDatabaseMasterUserPasswordResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseMetricData' => ['name' => 'GetRelationalDatabaseMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseMetricDataRequest'], 'output' => ['shape' => 'GetRelationalDatabaseMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseParameters' => ['name' => 'GetRelationalDatabaseParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseParametersRequest'], 'output' => ['shape' => 'GetRelationalDatabaseParametersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseSnapshot' => ['name' => 'GetRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'GetRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseSnapshots' => ['name' => 'GetRelationalDatabaseSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseSnapshotsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabases' => ['name' => 'GetRelationalDatabases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabasesRequest'], 'output' => ['shape' => 'GetRelationalDatabasesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetStaticIp' => ['name' => 'GetStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStaticIpRequest'], 'output' => ['shape' => 'GetStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetStaticIps' => ['name' => 'GetStaticIps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStaticIpsRequest'], 'output' => ['shape' => 'GetStaticIpsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'ImportKeyPair' => ['name' => 'ImportKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyPairRequest'], 'output' => ['shape' => 'ImportKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'IsVpcPeered' => ['name' => 'IsVpcPeered', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IsVpcPeeredRequest'], 'output' => ['shape' => 'IsVpcPeeredResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'OpenInstancePublicPorts' => ['name' => 'OpenInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'OpenInstancePublicPortsRequest'], 'output' => ['shape' => 'OpenInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'PeerVpc' => ['name' => 'PeerVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PeerVpcRequest'], 'output' => ['shape' => 'PeerVpcResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'PutAlarm' => ['name' => 'PutAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAlarmRequest'], 'output' => ['shape' => 'PutAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'NotFoundException']]], 'PutInstancePublicPorts' => ['name' => 'PutInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInstancePublicPortsRequest'], 'output' => ['shape' => 'PutInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'RebootInstance' => ['name' => 'RebootInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootInstanceRequest'], 'output' => ['shape' => 'RebootInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'RebootRelationalDatabase' => ['name' => 'RebootRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootRelationalDatabaseRequest'], 'output' => ['shape' => 'RebootRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'ReleaseStaticIp' => ['name' => 'ReleaseStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseStaticIpRequest'], 'output' => ['shape' => 'ReleaseStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'SendContactMethodVerification' => ['name' => 'SendContactMethodVerification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendContactMethodVerificationRequest'], 'output' => ['shape' => 'SendContactMethodVerificationResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'StartInstance' => ['name' => 'StartInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartInstanceRequest'], 'output' => ['shape' => 'StartInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StartRelationalDatabase' => ['name' => 'StartRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartRelationalDatabaseRequest'], 'output' => ['shape' => 'StartRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StopInstance' => ['name' => 'StopInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopInstanceRequest'], 'output' => ['shape' => 'StopInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StopRelationalDatabase' => ['name' => 'StopRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopRelationalDatabaseRequest'], 'output' => ['shape' => 'StopRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'TestAlarm' => ['name' => 'TestAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestAlarmRequest'], 'output' => ['shape' => 'TestAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'UnpeerVpc' => ['name' => 'UnpeerVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnpeerVpcRequest'], 'output' => ['shape' => 'UnpeerVpcResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateDomainEntry' => ['name' => 'UpdateDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainEntryRequest'], 'output' => ['shape' => 'UpdateDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateLoadBalancerAttribute' => ['name' => 'UpdateLoadBalancerAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLoadBalancerAttributeRequest'], 'output' => ['shape' => 'UpdateLoadBalancerAttributeResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateRelationalDatabase' => ['name' => 'UpdateRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRelationalDatabaseRequest'], 'output' => ['shape' => 'UpdateRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateRelationalDatabaseParameters' => ['name' => 'UpdateRelationalDatabaseParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRelationalDatabaseParametersRequest'], 'output' => ['shape' => 'UpdateRelationalDatabaseParametersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'AccessDirection' => ['type' => 'string', 'enum' => ['inbound', 'outbound']], 'AccountSetupInProgressException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'AddOn' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'status' => ['shape' => 'string'], 'snapshotTimeOfDay' => ['shape' => 'TimeOfDay'], 'nextSnapshotTimeOfDay' => ['shape' => 'TimeOfDay']]], 'AddOnList' => ['type' => 'list', 'member' => ['shape' => 'AddOn']], 'AddOnRequest' => ['type' => 'structure', 'required' => ['addOnType'], 'members' => ['addOnType' => ['shape' => 'AddOnType'], 'autoSnapshotAddOnRequest' => ['shape' => 'AutoSnapshotAddOnRequest']]], 'AddOnRequestList' => ['type' => 'list', 'member' => ['shape' => 'AddOnRequest']], 'AddOnType' => ['type' => 'string', 'enum' => ['AutoSnapshot']], 'Alarm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'supportCode' => ['shape' => 'string'], 'monitoredResourceInfo' => ['shape' => 'MonitoredResourceInfo'], 'comparisonOperator' => ['shape' => 'ComparisonOperator'], 'evaluationPeriods' => ['shape' => 'integer'], 'period' => ['shape' => 'MetricPeriod'], 'threshold' => ['shape' => 'double'], 'datapointsToAlarm' => ['shape' => 'integer'], 'treatMissingData' => ['shape' => 'TreatMissingData'], 'statistic' => ['shape' => 'MetricStatistic'], 'metricName' => ['shape' => 'MetricName'], 'state' => ['shape' => 'AlarmState'], 'unit' => ['shape' => 'MetricUnit'], 'contactProtocols' => ['shape' => 'ContactProtocolsList'], 'notificationTriggers' => ['shape' => 'NotificationTriggerList'], 'notificationEnabled' => ['shape' => 'boolean']]], 'AlarmState' => ['type' => 'string', 'enum' => ['OK', 'ALARM', 'INSUFFICIENT_DATA']], 'AlarmsList' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AllocateStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'AllocateStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachDiskRequest' => ['type' => 'structure', 'required' => ['diskName', 'instanceName', 'diskPath'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'diskPath' => ['shape' => 'NonEmptyString']]], 'AttachDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachInstancesToLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instanceNames'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instanceNames' => ['shape' => 'ResourceNameList']]], 'AttachInstancesToLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName']]], 'AttachLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName', 'instanceName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName']]], 'AttachStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachedDisk' => ['type' => 'structure', 'members' => ['path' => ['shape' => 'string'], 'sizeInGb' => ['shape' => 'integer']]], 'AttachedDiskList' => ['type' => 'list', 'member' => ['shape' => 'AttachedDisk']], 'AttachedDiskMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceName'], 'value' => ['shape' => 'DiskMapList']], 'AutoSnapshotAddOnRequest' => ['type' => 'structure', 'members' => ['snapshotTimeOfDay' => ['shape' => 'TimeOfDay']]], 'AutoSnapshotDate' => ['type' => 'string', 'pattern' => '^[0-9]{4}-[0-9]{2}-[0-9]{2}$'], 'AutoSnapshotDetails' => ['type' => 'structure', 'members' => ['date' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'status' => ['shape' => 'AutoSnapshotStatus'], 'fromAttachedDisks' => ['shape' => 'AttachedDiskList']]], 'AutoSnapshotDetailsList' => ['type' => 'list', 'member' => ['shape' => 'AutoSnapshotDetails']], 'AutoSnapshotStatus' => ['type' => 'string', 'enum' => ['Success', 'Failed', 'InProgress', 'NotFound']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['zoneName' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'NonEmptyString']]], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'Base64' => ['type' => 'string'], 'Blueprint' => ['type' => 'structure', 'members' => ['blueprintId' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'ResourceName'], 'group' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'BlueprintType'], 'description' => ['shape' => 'string'], 'isActive' => ['shape' => 'boolean'], 'minPower' => ['shape' => 'integer'], 'version' => ['shape' => 'string'], 'versionCode' => ['shape' => 'string'], 'productUrl' => ['shape' => 'string'], 'licenseUrl' => ['shape' => 'string'], 'platform' => ['shape' => 'InstancePlatform']]], 'BlueprintList' => ['type' => 'list', 'member' => ['shape' => 'Blueprint']], 'BlueprintType' => ['type' => 'string', 'enum' => ['os', 'app']], 'Bundle' => ['type' => 'structure', 'members' => ['price' => ['shape' => 'float'], 'cpuCount' => ['shape' => 'integer'], 'diskSizeInGb' => ['shape' => 'integer'], 'bundleId' => ['shape' => 'NonEmptyString'], 'instanceType' => ['shape' => 'string'], 'isActive' => ['shape' => 'boolean'], 'name' => ['shape' => 'string'], 'power' => ['shape' => 'integer'], 'ramSizeInGb' => ['shape' => 'float'], 'transferPerMonthInGb' => ['shape' => 'integer'], 'supportedPlatforms' => ['shape' => 'InstancePlatformList']]], 'BundleList' => ['type' => 'list', 'member' => ['shape' => 'Bundle']], 'CloseInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfo', 'instanceName'], 'members' => ['portInfo' => ['shape' => 'PortInfo'], 'instanceName' => ['shape' => 'ResourceName']]], 'CloseInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CloudFormationStackRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'state' => ['shape' => 'RecordState'], 'sourceInfo' => ['shape' => 'CloudFormationStackRecordSourceInfoList'], 'destinationInfo' => ['shape' => 'DestinationInfo']]], 'CloudFormationStackRecordList' => ['type' => 'list', 'member' => ['shape' => 'CloudFormationStackRecord']], 'CloudFormationStackRecordSourceInfo' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'CloudFormationStackRecordSourceType'], 'name' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString']]], 'CloudFormationStackRecordSourceInfoList' => ['type' => 'list', 'member' => ['shape' => 'CloudFormationStackRecordSourceInfo']], 'CloudFormationStackRecordSourceType' => ['type' => 'string', 'enum' => ['ExportSnapshotRecord']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ContactMethod' => ['type' => 'structure', 'members' => ['contactEndpoint' => ['shape' => 'NonEmptyString'], 'status' => ['shape' => 'ContactMethodStatus'], 'protocol' => ['shape' => 'ContactProtocol'], 'name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'supportCode' => ['shape' => 'string']]], 'ContactMethodStatus' => ['type' => 'string', 'enum' => ['PendingVerification', 'Valid', 'Invalid']], 'ContactMethodVerificationProtocol' => ['type' => 'string', 'enum' => ['Email']], 'ContactMethodsList' => ['type' => 'list', 'member' => ['shape' => 'ContactMethod']], 'ContactProtocol' => ['type' => 'string', 'enum' => ['Email', 'SMS']], 'ContactProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'ContactProtocol']], 'CopySnapshotRequest' => ['type' => 'structure', 'required' => ['targetSnapshotName', 'sourceRegion'], 'members' => ['sourceSnapshotName' => ['shape' => 'ResourceName'], 'sourceResourceName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean'], 'targetSnapshotName' => ['shape' => 'ResourceName'], 'sourceRegion' => ['shape' => 'RegionName']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateCloudFormationStackRequest' => ['type' => 'structure', 'required' => ['instances'], 'members' => ['instances' => ['shape' => 'InstanceEntryList']]], 'CreateCloudFormationStackResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateContactMethodRequest' => ['type' => 'structure', 'required' => ['protocol', 'contactEndpoint'], 'members' => ['protocol' => ['shape' => 'ContactProtocol'], 'contactEndpoint' => ['shape' => 'StringMax256']]], 'CreateContactMethodResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskFromSnapshotRequest' => ['type' => 'structure', 'required' => ['diskName', 'availabilityZone', 'sizeInGb'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'diskSnapshotName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList'], 'sourceDiskName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean']]], 'CreateDiskFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskRequest' => ['type' => 'structure', 'required' => ['diskName', 'availabilityZone', 'sizeInGb'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList']]], 'CreateDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'diskSnapshotName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateDiskSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'CreateDomainEntryResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CreateDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'tags' => ['shape' => 'TagList']]], 'CreateDomainResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CreateInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName', 'instanceName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateInstancesFromSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceNames', 'availabilityZone', 'bundleId'], 'members' => ['instanceNames' => ['shape' => 'StringList'], 'attachedDiskMapping' => ['shape' => 'AttachedDiskMap'], 'availabilityZone' => ['shape' => 'string'], 'instanceSnapshotName' => ['shape' => 'ResourceName'], 'bundleId' => ['shape' => 'NonEmptyString'], 'userData' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList'], 'sourceInstanceName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean']]], 'CreateInstancesFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateInstancesRequest' => ['type' => 'structure', 'required' => ['instanceNames', 'availabilityZone', 'blueprintId', 'bundleId'], 'members' => ['instanceNames' => ['shape' => 'StringList'], 'availabilityZone' => ['shape' => 'string'], 'customImageName' => ['shape' => 'ResourceName', 'deprecated' => \true], 'blueprintId' => ['shape' => 'NonEmptyString'], 'bundleId' => ['shape' => 'NonEmptyString'], 'userData' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList']]], 'CreateInstancesResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateKeyPairResult' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'KeyPair'], 'publicKeyBase64' => ['shape' => 'Base64'], 'privateKeyBase64' => ['shape' => 'Base64'], 'operation' => ['shape' => 'Operation']]], 'CreateLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instancePort'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instancePort' => ['shape' => 'Port'], 'healthCheckPath' => ['shape' => 'string'], 'certificateName' => ['shape' => 'ResourceName'], 'certificateDomainName' => ['shape' => 'DomainName'], 'certificateAlternativeNames' => ['shape' => 'DomainNameList'], 'tags' => ['shape' => 'TagList']]], 'CreateLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName', 'certificateDomainName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName'], 'certificateDomainName' => ['shape' => 'DomainName'], 'certificateAlternativeNames' => ['shape' => 'DomainNameList'], 'tags' => ['shape' => 'TagList']]], 'CreateLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseFromSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'string'], 'publiclyAccessible' => ['shape' => 'boolean'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName'], 'relationalDatabaseBundleId' => ['shape' => 'string'], 'sourceRelationalDatabaseName' => ['shape' => 'ResourceName'], 'restoreTime' => ['shape' => 'IsoDate'], 'useLatestRestorableTime' => ['shape' => 'boolean'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'relationalDatabaseBlueprintId', 'relationalDatabaseBundleId', 'masterDatabaseName', 'masterUsername'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'string'], 'relationalDatabaseBlueprintId' => ['shape' => 'string'], 'relationalDatabaseBundleId' => ['shape' => 'string'], 'masterDatabaseName' => ['shape' => 'string'], 'masterUsername' => ['shape' => 'string'], 'masterUserPassword' => ['shape' => 'SensitiveString'], 'preferredBackupWindow' => ['shape' => 'string'], 'preferredMaintenanceWindow' => ['shape' => 'string'], 'publiclyAccessible' => ['shape' => 'boolean'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName'], 'members' => ['alarmName' => ['shape' => 'ResourceName']]], 'DeleteAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteAutoSnapshotRequest' => ['type' => 'structure', 'required' => ['resourceName', 'date'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'date' => ['shape' => 'AutoSnapshotDate']]], 'DeleteAutoSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteContactMethodRequest' => ['type' => 'structure', 'required' => ['protocol'], 'members' => ['protocol' => ['shape' => 'ContactProtocol']]], 'DeleteContactMethodResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'forceDeleteAddOns' => ['shape' => 'boolean']]], 'DeleteDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteDiskSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'DeleteDomainEntryResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName']]], 'DeleteDomainResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'forceDeleteAddOns' => ['shape' => 'boolean']]], 'DeleteInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName']]], 'DeleteKeyPairResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteKnownHostKeysRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'DeleteKnownHostKeysResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'DeleteLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName'], 'force' => ['shape' => 'boolean']]], 'DeleteLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'skipFinalSnapshot' => ['shape' => 'boolean'], 'finalRelationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DestinationInfo' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'service' => ['shape' => 'NonEmptyString']]], 'DetachDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName']]], 'DetachDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DetachInstancesFromLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instanceNames'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instanceNames' => ['shape' => 'ResourceNameList']]], 'DetachInstancesFromLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DetachStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'DetachStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DisableAddOnRequest' => ['type' => 'structure', 'required' => ['addOnType', 'resourceName'], 'members' => ['addOnType' => ['shape' => 'AddOnType'], 'resourceName' => ['shape' => 'ResourceName']]], 'DisableAddOnResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'Disk' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnList'], 'sizeInGb' => ['shape' => 'integer'], 'isSystemDisk' => ['shape' => 'boolean'], 'iops' => ['shape' => 'integer'], 'path' => ['shape' => 'string'], 'state' => ['shape' => 'DiskState'], 'attachedTo' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean'], 'attachmentState' => ['shape' => 'string', 'deprecated' => \true], 'gbInUse' => ['shape' => 'integer', 'deprecated' => \true]]], 'DiskInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'path' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'isSystemDisk' => ['shape' => 'boolean']]], 'DiskInfoList' => ['type' => 'list', 'member' => ['shape' => 'DiskInfo']], 'DiskList' => ['type' => 'list', 'member' => ['shape' => 'Disk']], 'DiskMap' => ['type' => 'structure', 'members' => ['originalDiskPath' => ['shape' => 'NonEmptyString'], 'newDiskName' => ['shape' => 'ResourceName']]], 'DiskMapList' => ['type' => 'list', 'member' => ['shape' => 'DiskMap']], 'DiskSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'sizeInGb' => ['shape' => 'integer'], 'state' => ['shape' => 'DiskSnapshotState'], 'progress' => ['shape' => 'string'], 'fromDiskName' => ['shape' => 'ResourceName'], 'fromDiskArn' => ['shape' => 'NonEmptyString'], 'fromInstanceName' => ['shape' => 'ResourceName'], 'fromInstanceArn' => ['shape' => 'NonEmptyString'], 'isFromAutoSnapshot' => ['shape' => 'boolean']]], 'DiskSnapshotInfo' => ['type' => 'structure', 'members' => ['sizeInGb' => ['shape' => 'integer']]], 'DiskSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DiskSnapshot']], 'DiskSnapshotState' => ['type' => 'string', 'enum' => ['pending', 'completed', 'error', 'unknown']], 'DiskState' => ['type' => 'string', 'enum' => ['pending', 'error', 'available', 'in-use', 'unknown']], 'Domain' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'domainEntries' => ['shape' => 'DomainEntryList']]], 'DomainEntry' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'DomainName'], 'target' => ['shape' => 'string'], 'isAlias' => ['shape' => 'boolean'], 'type' => ['shape' => 'DomainEntryType'], 'options' => ['shape' => 'DomainEntryOptions', 'deprecated' => \true]]], 'DomainEntryList' => ['type' => 'list', 'member' => ['shape' => 'DomainEntry']], 'DomainEntryOptions' => ['type' => 'map', 'key' => ['shape' => 'DomainEntryOptionsKeys'], 'value' => ['shape' => 'string']], 'DomainEntryOptionsKeys' => ['type' => 'string'], 'DomainEntryType' => ['type' => 'string'], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'Domain']], 'DomainName' => ['type' => 'string'], 'DomainNameList' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'DownloadDefaultKeyPairRequest' => ['type' => 'structure', 'members' => []], 'DownloadDefaultKeyPairResult' => ['type' => 'structure', 'members' => ['publicKeyBase64' => ['shape' => 'Base64'], 'privateKeyBase64' => ['shape' => 'Base64']]], 'EnableAddOnRequest' => ['type' => 'structure', 'required' => ['resourceName', 'addOnRequest'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'addOnRequest' => ['shape' => 'AddOnRequest']]], 'EnableAddOnResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'ExportSnapshotRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'state' => ['shape' => 'RecordState'], 'sourceInfo' => ['shape' => 'ExportSnapshotRecordSourceInfo'], 'destinationInfo' => ['shape' => 'DestinationInfo']]], 'ExportSnapshotRecordList' => ['type' => 'list', 'member' => ['shape' => 'ExportSnapshotRecord']], 'ExportSnapshotRecordSourceInfo' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ExportSnapshotRecordSourceType'], 'createdAt' => ['shape' => 'IsoDate'], 'name' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString'], 'fromResourceName' => ['shape' => 'NonEmptyString'], 'fromResourceArn' => ['shape' => 'NonEmptyString'], 'instanceSnapshotInfo' => ['shape' => 'InstanceSnapshotInfo'], 'diskSnapshotInfo' => ['shape' => 'DiskSnapshotInfo']]], 'ExportSnapshotRecordSourceType' => ['type' => 'string', 'enum' => ['InstanceSnapshot', 'DiskSnapshot']], 'ExportSnapshotRequest' => ['type' => 'structure', 'required' => ['sourceSnapshotName'], 'members' => ['sourceSnapshotName' => ['shape' => 'ResourceName']]], 'ExportSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'GetActiveNamesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetActiveNamesResult' => ['type' => 'structure', 'members' => ['activeNames' => ['shape' => 'StringList'], 'nextPageToken' => ['shape' => 'string']]], 'GetAlarmsRequest' => ['type' => 'structure', 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string'], 'monitoredResourceName' => ['shape' => 'ResourceName']]], 'GetAlarmsResult' => ['type' => 'structure', 'members' => ['alarms' => ['shape' => 'AlarmsList'], 'nextPageToken' => ['shape' => 'string']]], 'GetAutoSnapshotsRequest' => ['type' => 'structure', 'required' => ['resourceName'], 'members' => ['resourceName' => ['shape' => 'ResourceName']]], 'GetAutoSnapshotsResult' => ['type' => 'structure', 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType'], 'autoSnapshots' => ['shape' => 'AutoSnapshotDetailsList']]], 'GetBlueprintsRequest' => ['type' => 'structure', 'members' => ['includeInactive' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetBlueprintsResult' => ['type' => 'structure', 'members' => ['blueprints' => ['shape' => 'BlueprintList'], 'nextPageToken' => ['shape' => 'string']]], 'GetBundlesRequest' => ['type' => 'structure', 'members' => ['includeInactive' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetBundlesResult' => ['type' => 'structure', 'members' => ['bundles' => ['shape' => 'BundleList'], 'nextPageToken' => ['shape' => 'string']]], 'GetCloudFormationStackRecordsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetCloudFormationStackRecordsResult' => ['type' => 'structure', 'members' => ['cloudFormationStackRecords' => ['shape' => 'CloudFormationStackRecordList'], 'nextPageToken' => ['shape' => 'string']]], 'GetContactMethodsRequest' => ['type' => 'structure', 'members' => ['protocols' => ['shape' => 'ContactProtocolsList']]], 'GetContactMethodsResult' => ['type' => 'structure', 'members' => ['contactMethods' => ['shape' => 'ContactMethodsList']]], 'GetDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName']]], 'GetDiskResult' => ['type' => 'structure', 'members' => ['disk' => ['shape' => 'Disk']]], 'GetDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskSnapshotName' => ['shape' => 'ResourceName']]], 'GetDiskSnapshotResult' => ['type' => 'structure', 'members' => ['diskSnapshot' => ['shape' => 'DiskSnapshot']]], 'GetDiskSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDiskSnapshotsResult' => ['type' => 'structure', 'members' => ['diskSnapshots' => ['shape' => 'DiskSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetDisksRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDisksResult' => ['type' => 'structure', 'members' => ['disks' => ['shape' => 'DiskList'], 'nextPageToken' => ['shape' => 'string']]], 'GetDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName']]], 'GetDomainResult' => ['type' => 'structure', 'members' => ['domain' => ['shape' => 'Domain']]], 'GetDomainsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDomainsResult' => ['type' => 'structure', 'members' => ['domains' => ['shape' => 'DomainList'], 'nextPageToken' => ['shape' => 'string']]], 'GetExportSnapshotRecordsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetExportSnapshotRecordsResult' => ['type' => 'structure', 'members' => ['exportSnapshotRecords' => ['shape' => 'ExportSnapshotRecordList'], 'nextPageToken' => ['shape' => 'string']]], 'GetInstanceAccessDetailsRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'protocol' => ['shape' => 'InstanceAccessProtocol']]], 'GetInstanceAccessDetailsResult' => ['type' => 'structure', 'members' => ['accessDetails' => ['shape' => 'InstanceAccessDetails']]], 'GetInstanceMetricDataRequest' => ['type' => 'structure', 'required' => ['instanceName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'InstanceMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetInstanceMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'InstanceMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetInstancePortStatesRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstancePortStatesResult' => ['type' => 'structure', 'members' => ['portStates' => ['shape' => 'InstancePortStateList']]], 'GetInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstanceResult' => ['type' => 'structure', 'members' => ['instance' => ['shape' => 'Instance']]], 'GetInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName']]], 'GetInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['instanceSnapshot' => ['shape' => 'InstanceSnapshot']]], 'GetInstanceSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetInstanceSnapshotsResult' => ['type' => 'structure', 'members' => ['instanceSnapshots' => ['shape' => 'InstanceSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetInstanceStateRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstanceStateResult' => ['type' => 'structure', 'members' => ['state' => ['shape' => 'InstanceState']]], 'GetInstancesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetInstancesResult' => ['type' => 'structure', 'members' => ['instances' => ['shape' => 'InstanceList'], 'nextPageToken' => ['shape' => 'string']]], 'GetKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName']]], 'GetKeyPairResult' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'KeyPair']]], 'GetKeyPairsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetKeyPairsResult' => ['type' => 'structure', 'members' => ['keyPairs' => ['shape' => 'KeyPairList'], 'nextPageToken' => ['shape' => 'string']]], 'GetLoadBalancerMetricDataRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'LoadBalancerMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetLoadBalancerMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'LoadBalancerMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'GetLoadBalancerResult' => ['type' => 'structure', 'members' => ['loadBalancer' => ['shape' => 'LoadBalancer']]], 'GetLoadBalancerTlsCertificatesRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'GetLoadBalancerTlsCertificatesResult' => ['type' => 'structure', 'members' => ['tlsCertificates' => ['shape' => 'LoadBalancerTlsCertificateList']]], 'GetLoadBalancersRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetLoadBalancersResult' => ['type' => 'structure', 'members' => ['loadBalancers' => ['shape' => 'LoadBalancerList'], 'nextPageToken' => ['shape' => 'string']]], 'GetOperationRequest' => ['type' => 'structure', 'required' => ['operationId'], 'members' => ['operationId' => ['shape' => 'NonEmptyString']]], 'GetOperationResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'GetOperationsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceName'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string']]], 'GetOperationsForResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList'], 'nextPageCount' => ['shape' => 'string', 'deprecated' => \true], 'nextPageToken' => ['shape' => 'string']]], 'GetOperationsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetOperationsResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRegionsRequest' => ['type' => 'structure', 'members' => ['includeAvailabilityZones' => ['shape' => 'boolean'], 'includeRelationalDatabaseAvailabilityZones' => ['shape' => 'boolean']]], 'GetRegionsResult' => ['type' => 'structure', 'members' => ['regions' => ['shape' => 'RegionList']]], 'GetRelationalDatabaseBlueprintsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBlueprintsResult' => ['type' => 'structure', 'members' => ['blueprints' => ['shape' => 'RelationalDatabaseBlueprintList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBundlesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBundlesResult' => ['type' => 'structure', 'members' => ['bundles' => ['shape' => 'RelationalDatabaseBundleList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseEventsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'durationInMinutes' => ['shape' => 'integer'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseEventsResult' => ['type' => 'structure', 'members' => ['relationalDatabaseEvents' => ['shape' => 'RelationalDatabaseEventList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogEventsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'logStreamName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'logStreamName' => ['shape' => 'string'], 'startTime' => ['shape' => 'IsoDate'], 'endTime' => ['shape' => 'IsoDate'], 'startFromHead' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogEventsResult' => ['type' => 'structure', 'members' => ['resourceLogEvents' => ['shape' => 'LogEventList'], 'nextBackwardToken' => ['shape' => 'string'], 'nextForwardToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogStreamsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseLogStreamsResult' => ['type' => 'structure', 'members' => ['logStreams' => ['shape' => 'StringList']]], 'GetRelationalDatabaseMasterUserPasswordRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'passwordVersion' => ['shape' => 'RelationalDatabasePasswordVersion']]], 'GetRelationalDatabaseMasterUserPasswordResult' => ['type' => 'structure', 'members' => ['masterUserPassword' => ['shape' => 'SensitiveString'], 'createdAt' => ['shape' => 'IsoDate']]], 'GetRelationalDatabaseMetricDataRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'RelationalDatabaseMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'IsoDate'], 'endTime' => ['shape' => 'IsoDate'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetRelationalDatabaseMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'RelationalDatabaseMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetRelationalDatabaseParametersRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseParametersResult' => ['type' => 'structure', 'members' => ['parameters' => ['shape' => 'RelationalDatabaseParameterList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['relationalDatabase' => ['shape' => 'RelationalDatabase']]], 'GetRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['relationalDatabaseSnapshot' => ['shape' => 'RelationalDatabaseSnapshot']]], 'GetRelationalDatabaseSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseSnapshotsResult' => ['type' => 'structure', 'members' => ['relationalDatabaseSnapshots' => ['shape' => 'RelationalDatabaseSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabasesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabasesResult' => ['type' => 'structure', 'members' => ['relationalDatabases' => ['shape' => 'RelationalDatabaseList'], 'nextPageToken' => ['shape' => 'string']]], 'GetStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'GetStaticIpResult' => ['type' => 'structure', 'members' => ['staticIp' => ['shape' => 'StaticIp']]], 'GetStaticIpsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetStaticIpsResult' => ['type' => 'structure', 'members' => ['staticIps' => ['shape' => 'StaticIpList'], 'nextPageToken' => ['shape' => 'string']]], 'HostKeyAttributes' => ['type' => 'structure', 'members' => ['algorithm' => ['shape' => 'string'], 'publicKey' => ['shape' => 'string'], 'witnessedAt' => ['shape' => 'IsoDate'], 'fingerprintSHA1' => ['shape' => 'string'], 'fingerprintSHA256' => ['shape' => 'string'], 'notValidBefore' => ['shape' => 'IsoDate'], 'notValidAfter' => ['shape' => 'IsoDate']]], 'HostKeysList' => ['type' => 'list', 'member' => ['shape' => 'HostKeyAttributes']], 'ImportKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName', 'publicKeyBase64'], 'members' => ['keyPairName' => ['shape' => 'ResourceName'], 'publicKeyBase64' => ['shape' => 'Base64']]], 'ImportKeyPairResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'Instance' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'blueprintId' => ['shape' => 'NonEmptyString'], 'blueprintName' => ['shape' => 'NonEmptyString'], 'bundleId' => ['shape' => 'NonEmptyString'], 'addOns' => ['shape' => 'AddOnList'], 'isStaticIp' => ['shape' => 'boolean'], 'privateIpAddress' => ['shape' => 'IpAddress'], 'publicIpAddress' => ['shape' => 'IpAddress'], 'ipv6Address' => ['shape' => 'IpV6Address'], 'hardware' => ['shape' => 'InstanceHardware'], 'networking' => ['shape' => 'InstanceNetworking'], 'state' => ['shape' => 'InstanceState'], 'username' => ['shape' => 'NonEmptyString'], 'sshKeyName' => ['shape' => 'ResourceName']]], 'InstanceAccessDetails' => ['type' => 'structure', 'members' => ['certKey' => ['shape' => 'string'], 'expiresAt' => ['shape' => 'IsoDate'], 'ipAddress' => ['shape' => 'IpAddress'], 'password' => ['shape' => 'string'], 'passwordData' => ['shape' => 'PasswordData'], 'privateKey' => ['shape' => 'string'], 'protocol' => ['shape' => 'InstanceAccessProtocol'], 'instanceName' => ['shape' => 'ResourceName'], 'username' => ['shape' => 'string'], 'hostKeys' => ['shape' => 'HostKeysList']]], 'InstanceAccessProtocol' => ['type' => 'string', 'enum' => ['ssh', 'rdp']], 'InstanceEntry' => ['type' => 'structure', 'required' => ['sourceName', 'instanceType', 'portInfoSource', 'availabilityZone'], 'members' => ['sourceName' => ['shape' => 'ResourceName'], 'instanceType' => ['shape' => 'NonEmptyString'], 'portInfoSource' => ['shape' => 'PortInfoSourceType'], 'userData' => ['shape' => 'string'], 'availabilityZone' => ['shape' => 'string']]], 'InstanceEntryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceEntry']], 'InstanceHardware' => ['type' => 'structure', 'members' => ['cpuCount' => ['shape' => 'integer'], 'disks' => ['shape' => 'DiskList'], 'ramSizeInGb' => ['shape' => 'float']]], 'InstanceHealthReason' => ['type' => 'string', 'enum' => ['Lb.RegistrationInProgress', 'Lb.InitialHealthChecking', 'Lb.InternalError', 'Instance.ResponseCodeMismatch', 'Instance.Timeout', 'Instance.FailedHealthChecks', 'Instance.NotRegistered', 'Instance.NotInUse', 'Instance.DeregistrationInProgress', 'Instance.InvalidState', 'Instance.IpUnusable']], 'InstanceHealthState' => ['type' => 'string', 'enum' => ['initial', 'healthy', 'unhealthy', 'unused', 'draining', 'unavailable']], 'InstanceHealthSummary' => ['type' => 'structure', 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'instanceHealth' => ['shape' => 'InstanceHealthState'], 'instanceHealthReason' => ['shape' => 'InstanceHealthReason']]], 'InstanceHealthSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceHealthSummary']], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceMetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'NetworkIn', 'NetworkOut', 'StatusCheckFailed', 'StatusCheckFailed_Instance', 'StatusCheckFailed_System']], 'InstanceNetworking' => ['type' => 'structure', 'members' => ['monthlyTransfer' => ['shape' => 'MonthlyTransfer'], 'ports' => ['shape' => 'InstancePortInfoList']]], 'InstancePlatform' => ['type' => 'string', 'enum' => ['LINUX_UNIX', 'WINDOWS']], 'InstancePlatformList' => ['type' => 'list', 'member' => ['shape' => 'InstancePlatform']], 'InstancePortInfo' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol'], 'accessFrom' => ['shape' => 'string'], 'accessType' => ['shape' => 'PortAccessType'], 'commonName' => ['shape' => 'string'], 'accessDirection' => ['shape' => 'AccessDirection']]], 'InstancePortInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstancePortInfo']], 'InstancePortState' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol'], 'state' => ['shape' => 'PortState']]], 'InstancePortStateList' => ['type' => 'list', 'member' => ['shape' => 'InstancePortState']], 'InstanceSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'state' => ['shape' => 'InstanceSnapshotState'], 'progress' => ['shape' => 'string'], 'fromAttachedDisks' => ['shape' => 'DiskList'], 'fromInstanceName' => ['shape' => 'ResourceName'], 'fromInstanceArn' => ['shape' => 'NonEmptyString'], 'fromBlueprintId' => ['shape' => 'string'], 'fromBundleId' => ['shape' => 'string'], 'isFromAutoSnapshot' => ['shape' => 'boolean'], 'sizeInGb' => ['shape' => 'integer']]], 'InstanceSnapshotInfo' => ['type' => 'structure', 'members' => ['fromBundleId' => ['shape' => 'NonEmptyString'], 'fromBlueprintId' => ['shape' => 'NonEmptyString'], 'fromDiskInfo' => ['shape' => 'DiskInfoList']]], 'InstanceSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSnapshot']], 'InstanceSnapshotState' => ['type' => 'string', 'enum' => ['pending', 'error', 'available']], 'InstanceState' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'integer'], 'name' => ['shape' => 'string']]], 'InvalidInputException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'pattern' => '([0-9]{1,3}\\.){3}[0-9]{1,3}'], 'IpV6Address' => ['type' => 'string', 'pattern' => '([A-F0-9]{1,4}:){7}[A-F0-9]{1,4}'], 'IsVpcPeeredRequest' => ['type' => 'structure', 'members' => []], 'IsVpcPeeredResult' => ['type' => 'structure', 'members' => ['isPeered' => ['shape' => 'boolean']]], 'IsoDate' => ['type' => 'timestamp'], 'KeyPair' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'fingerprint' => ['shape' => 'Base64']]], 'KeyPairList' => ['type' => 'list', 'member' => ['shape' => 'KeyPair']], 'LoadBalancer' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'dnsName' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'LoadBalancerState'], 'protocol' => ['shape' => 'LoadBalancerProtocol'], 'publicPorts' => ['shape' => 'PortList'], 'healthCheckPath' => ['shape' => 'NonEmptyString'], 'instancePort' => ['shape' => 'integer'], 'instanceHealthSummary' => ['shape' => 'InstanceHealthSummaryList'], 'tlsCertificateSummaries' => ['shape' => 'LoadBalancerTlsCertificateSummaryList'], 'configurationOptions' => ['shape' => 'LoadBalancerConfigurationOptions']]], 'LoadBalancerAttributeName' => ['type' => 'string', 'enum' => ['HealthCheckPath', 'SessionStickinessEnabled', 'SessionStickiness_LB_CookieDurationSeconds']], 'LoadBalancerConfigurationOptions' => ['type' => 'map', 'key' => ['shape' => 'LoadBalancerAttributeName'], 'value' => ['shape' => 'string']], 'LoadBalancerList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LoadBalancerMetricName' => ['type' => 'string', 'enum' => ['ClientTLSNegotiationErrorCount', 'HealthyHostCount', 'UnhealthyHostCount', 'HTTPCode_LB_4XX_Count', 'HTTPCode_LB_5XX_Count', 'HTTPCode_Instance_2XX_Count', 'HTTPCode_Instance_3XX_Count', 'HTTPCode_Instance_4XX_Count', 'HTTPCode_Instance_5XX_Count', 'InstanceResponseTime', 'RejectedConnectionCount', 'RequestCount']], 'LoadBalancerProtocol' => ['type' => 'string', 'enum' => ['HTTP_HTTPS', 'HTTP']], 'LoadBalancerState' => ['type' => 'string', 'enum' => ['active', 'provisioning', 'active_impaired', 'failed', 'unknown']], 'LoadBalancerTlsCertificate' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'loadBalancerName' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean'], 'status' => ['shape' => 'LoadBalancerTlsCertificateStatus'], 'domainName' => ['shape' => 'DomainName'], 'domainValidationRecords' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationRecordList'], 'failureReason' => ['shape' => 'LoadBalancerTlsCertificateFailureReason'], 'issuedAt' => ['shape' => 'IsoDate'], 'issuer' => ['shape' => 'NonEmptyString'], 'keyAlgorithm' => ['shape' => 'NonEmptyString'], 'notAfter' => ['shape' => 'IsoDate'], 'notBefore' => ['shape' => 'IsoDate'], 'renewalSummary' => ['shape' => 'LoadBalancerTlsCertificateRenewalSummary'], 'revocationReason' => ['shape' => 'LoadBalancerTlsCertificateRevocationReason'], 'revokedAt' => ['shape' => 'IsoDate'], 'serial' => ['shape' => 'NonEmptyString'], 'signatureAlgorithm' => ['shape' => 'NonEmptyString'], 'subject' => ['shape' => 'NonEmptyString'], 'subjectAlternativeNames' => ['shape' => 'StringList']]], 'LoadBalancerTlsCertificateDomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'FAILED', 'SUCCESS']], 'LoadBalancerTlsCertificateDomainValidationOption' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'validationStatus' => ['shape' => 'LoadBalancerTlsCertificateDomainStatus']]], 'LoadBalancerTlsCertificateDomainValidationOptionList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationOption']], 'LoadBalancerTlsCertificateDomainValidationRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString'], 'validationStatus' => ['shape' => 'LoadBalancerTlsCertificateDomainStatus'], 'domainName' => ['shape' => 'DomainName']]], 'LoadBalancerTlsCertificateDomainValidationRecordList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationRecord']], 'LoadBalancerTlsCertificateFailureReason' => ['type' => 'string', 'enum' => ['NO_AVAILABLE_CONTACTS', 'ADDITIONAL_VERIFICATION_REQUIRED', 'DOMAIN_NOT_ALLOWED', 'INVALID_PUBLIC_DOMAIN', 'OTHER']], 'LoadBalancerTlsCertificateList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificate']], 'LoadBalancerTlsCertificateRenewalStatus' => ['type' => 'string', 'enum' => ['PENDING_AUTO_RENEWAL', 'PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'LoadBalancerTlsCertificateRenewalSummary' => ['type' => 'structure', 'members' => ['renewalStatus' => ['shape' => 'LoadBalancerTlsCertificateRenewalStatus'], 'domainValidationOptions' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationOptionList']]], 'LoadBalancerTlsCertificateRevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CA_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERCEDED', 'CESSATION_OF_OPERATION', 'CERTIFICATE_HOLD', 'REMOVE_FROM_CRL', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'LoadBalancerTlsCertificateStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ISSUED', 'INACTIVE', 'EXPIRED', 'VALIDATION_TIMED_OUT', 'REVOKED', 'FAILED', 'UNKNOWN']], 'LoadBalancerTlsCertificateSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean']]], 'LoadBalancerTlsCertificateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateSummary']], 'LogEvent' => ['type' => 'structure', 'members' => ['createdAt' => ['shape' => 'IsoDate'], 'message' => ['shape' => 'string']]], 'LogEventList' => ['type' => 'list', 'member' => ['shape' => 'LogEvent']], 'MetricDatapoint' => ['type' => 'structure', 'members' => ['average' => ['shape' => 'double'], 'maximum' => ['shape' => 'double'], 'minimum' => ['shape' => 'double'], 'sampleCount' => ['shape' => 'double'], 'sum' => ['shape' => 'double'], 'timestamp' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit']]], 'MetricDatapointList' => ['type' => 'list', 'member' => ['shape' => 'MetricDatapoint']], 'MetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'NetworkIn', 'NetworkOut', 'StatusCheckFailed', 'StatusCheckFailed_Instance', 'StatusCheckFailed_System', 'ClientTLSNegotiationErrorCount', 'HealthyHostCount', 'UnhealthyHostCount', 'HTTPCode_LB_4XX_Count', 'HTTPCode_LB_5XX_Count', 'HTTPCode_Instance_2XX_Count', 'HTTPCode_Instance_3XX_Count', 'HTTPCode_Instance_4XX_Count', 'HTTPCode_Instance_5XX_Count', 'InstanceResponseTime', 'RejectedConnectionCount', 'RequestCount', 'DatabaseConnections', 'DiskQueueDepth', 'FreeStorageSpace', 'NetworkReceiveThroughput', 'NetworkTransmitThroughput']], 'MetricPeriod' => ['type' => 'integer', 'max' => 86400, 'min' => 60], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Minimum', 'Maximum', 'Sum', 'Average', 'SampleCount']], 'MetricStatisticList' => ['type' => 'list', 'member' => ['shape' => 'MetricStatistic']], 'MetricUnit' => ['type' => 'string', 'enum' => ['Seconds', 'Microseconds', 'Milliseconds', 'Bytes', 'Kilobytes', 'Megabytes', 'Gigabytes', 'Terabytes', 'Bits', 'Kilobits', 'Megabits', 'Gigabits', 'Terabits', 'Percent', 'Count', 'Bytes/Second', 'Kilobytes/Second', 'Megabytes/Second', 'Gigabytes/Second', 'Terabytes/Second', 'Bits/Second', 'Kilobits/Second', 'Megabits/Second', 'Gigabits/Second', 'Terabits/Second', 'Count/Second', 'None']], 'MonitoredResourceInfo' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ResourceArn'], 'name' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType']]], 'MonthlyTransfer' => ['type' => 'structure', 'members' => ['gbPerMonthAllocated' => ['shape' => 'integer']]], 'NetworkProtocol' => ['type' => 'string', 'enum' => ['tcp', 'all', 'udp']], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NotFoundException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'NotificationTriggerList' => ['type' => 'list', 'member' => ['shape' => 'AlarmState']], 'OpenInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfo', 'instanceName'], 'members' => ['portInfo' => ['shape' => 'PortInfo'], 'instanceName' => ['shape' => 'ResourceName']]], 'OpenInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'Operation' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'resourceName' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'isTerminal' => ['shape' => 'boolean'], 'operationDetails' => ['shape' => 'string'], 'operationType' => ['shape' => 'OperationType'], 'status' => ['shape' => 'OperationStatus'], 'statusChangedAt' => ['shape' => 'IsoDate'], 'errorCode' => ['shape' => 'string'], 'errorDetails' => ['shape' => 'string']]], 'OperationFailureException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'OperationList' => ['type' => 'list', 'member' => ['shape' => 'Operation']], 'OperationStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'Started', 'Failed', 'Completed', 'Succeeded']], 'OperationType' => ['type' => 'string', 'enum' => ['DeleteKnownHostKeys', 'DeleteInstance', 'CreateInstance', 'StopInstance', 'StartInstance', 'RebootInstance', 'OpenInstancePublicPorts', 'PutInstancePublicPorts', 'CloseInstancePublicPorts', 'AllocateStaticIp', 'ReleaseStaticIp', 'AttachStaticIp', 'DetachStaticIp', 'UpdateDomainEntry', 'DeleteDomainEntry', 'CreateDomain', 'DeleteDomain', 'CreateInstanceSnapshot', 'DeleteInstanceSnapshot', 'CreateInstancesFromSnapshot', 'CreateLoadBalancer', 'DeleteLoadBalancer', 'AttachInstancesToLoadBalancer', 'DetachInstancesFromLoadBalancer', 'UpdateLoadBalancerAttribute', 'CreateLoadBalancerTlsCertificate', 'DeleteLoadBalancerTlsCertificate', 'AttachLoadBalancerTlsCertificate', 'CreateDisk', 'DeleteDisk', 'AttachDisk', 'DetachDisk', 'CreateDiskSnapshot', 'DeleteDiskSnapshot', 'CreateDiskFromSnapshot', 'CreateRelationalDatabase', 'UpdateRelationalDatabase', 'DeleteRelationalDatabase', 'CreateRelationalDatabaseFromSnapshot', 'CreateRelationalDatabaseSnapshot', 'DeleteRelationalDatabaseSnapshot', 'UpdateRelationalDatabaseParameters', 'StartRelationalDatabase', 'RebootRelationalDatabase', 'StopRelationalDatabase', 'EnableAddOn', 'DisableAddOn', 'PutAlarm', 'GetAlarms', 'DeleteAlarm', 'TestAlarm', 'CreateContactMethod', 'GetContactMethods', 'SendContactMethodVerification', 'DeleteContactMethod']], 'PasswordData' => ['type' => 'structure', 'members' => ['ciphertext' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName']]], 'PeerVpcRequest' => ['type' => 'structure', 'members' => []], 'PeerVpcResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'currentApplyDate' => ['shape' => 'IsoDate']]], 'PendingMaintenanceActionList' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction']], 'PendingModifiedRelationalDatabaseValues' => ['type' => 'structure', 'members' => ['masterUserPassword' => ['shape' => 'string'], 'engineVersion' => ['shape' => 'string'], 'backupRetentionEnabled' => ['shape' => 'boolean']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'PortAccessType' => ['type' => 'string', 'enum' => ['Public', 'Private']], 'PortInfo' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol']]], 'PortInfoList' => ['type' => 'list', 'member' => ['shape' => 'PortInfo']], 'PortInfoSourceType' => ['type' => 'string', 'enum' => ['DEFAULT', 'INSTANCE', 'NONE', 'CLOSED']], 'PortList' => ['type' => 'list', 'member' => ['shape' => 'Port']], 'PortState' => ['type' => 'string', 'enum' => ['open', 'closed']], 'PutAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName', 'metricName', 'monitoredResourceName', 'comparisonOperator', 'threshold', 'evaluationPeriods'], 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'MetricName'], 'monitoredResourceName' => ['shape' => 'ResourceName'], 'comparisonOperator' => ['shape' => 'ComparisonOperator'], 'threshold' => ['shape' => 'double'], 'evaluationPeriods' => ['shape' => 'integer'], 'datapointsToAlarm' => ['shape' => 'integer'], 'treatMissingData' => ['shape' => 'TreatMissingData'], 'contactProtocols' => ['shape' => 'ContactProtocolsList'], 'notificationTriggers' => ['shape' => 'NotificationTriggerList'], 'notificationEnabled' => ['shape' => 'boolean']]], 'PutAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'PutInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfos', 'instanceName'], 'members' => ['portInfos' => ['shape' => 'PortInfoList'], 'instanceName' => ['shape' => 'ResourceName']]], 'PutInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'RebootInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'RebootInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'RebootRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'RebootRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'RecordState' => ['type' => 'string', 'enum' => ['Started', 'Succeeded', 'Failed']], 'Region' => ['type' => 'structure', 'members' => ['continentCode' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'displayName' => ['shape' => 'string'], 'name' => ['shape' => 'RegionName'], 'availabilityZones' => ['shape' => 'AvailabilityZoneList'], 'relationalDatabaseAvailabilityZones' => ['shape' => 'AvailabilityZoneList']]], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'RegionName' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ca-central-1', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2']], 'RelationalDatabase' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'relationalDatabaseBlueprintId' => ['shape' => 'NonEmptyString'], 'relationalDatabaseBundleId' => ['shape' => 'NonEmptyString'], 'masterDatabaseName' => ['shape' => 'string'], 'hardware' => ['shape' => 'RelationalDatabaseHardware'], 'state' => ['shape' => 'NonEmptyString'], 'secondaryAvailabilityZone' => ['shape' => 'string'], 'backupRetentionEnabled' => ['shape' => 'boolean'], 'pendingModifiedValues' => ['shape' => 'PendingModifiedRelationalDatabaseValues'], 'engine' => ['shape' => 'NonEmptyString'], 'engineVersion' => ['shape' => 'NonEmptyString'], 'latestRestorableTime' => ['shape' => 'IsoDate'], 'masterUsername' => ['shape' => 'NonEmptyString'], 'parameterApplyStatus' => ['shape' => 'NonEmptyString'], 'preferredBackupWindow' => ['shape' => 'NonEmptyString'], 'preferredMaintenanceWindow' => ['shape' => 'NonEmptyString'], 'publiclyAccessible' => ['shape' => 'boolean'], 'masterEndpoint' => ['shape' => 'RelationalDatabaseEndpoint'], 'pendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActionList'], 'caCertificateIdentifier' => ['shape' => 'string']]], 'RelationalDatabaseBlueprint' => ['type' => 'structure', 'members' => ['blueprintId' => ['shape' => 'string'], 'engine' => ['shape' => 'RelationalDatabaseEngine'], 'engineVersion' => ['shape' => 'string'], 'engineDescription' => ['shape' => 'string'], 'engineVersionDescription' => ['shape' => 'string'], 'isEngineDefault' => ['shape' => 'boolean']]], 'RelationalDatabaseBlueprintList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseBlueprint']], 'RelationalDatabaseBundle' => ['type' => 'structure', 'members' => ['bundleId' => ['shape' => 'string'], 'name' => ['shape' => 'string'], 'price' => ['shape' => 'float'], 'ramSizeInGb' => ['shape' => 'float'], 'diskSizeInGb' => ['shape' => 'integer'], 'transferPerMonthInGb' => ['shape' => 'integer'], 'cpuCount' => ['shape' => 'integer'], 'isEncrypted' => ['shape' => 'boolean'], 'isActive' => ['shape' => 'boolean']]], 'RelationalDatabaseBundleList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseBundle']], 'RelationalDatabaseEndpoint' => ['type' => 'structure', 'members' => ['port' => ['shape' => 'integer'], 'address' => ['shape' => 'NonEmptyString']]], 'RelationalDatabaseEngine' => ['type' => 'string', 'enum' => ['mysql']], 'RelationalDatabaseEvent' => ['type' => 'structure', 'members' => ['resource' => ['shape' => 'ResourceName'], 'createdAt' => ['shape' => 'IsoDate'], 'message' => ['shape' => 'string'], 'eventCategories' => ['shape' => 'StringList']]], 'RelationalDatabaseEventList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseEvent']], 'RelationalDatabaseHardware' => ['type' => 'structure', 'members' => ['cpuCount' => ['shape' => 'integer'], 'diskSizeInGb' => ['shape' => 'integer'], 'ramSizeInGb' => ['shape' => 'float']]], 'RelationalDatabaseList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabase']], 'RelationalDatabaseMetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'DatabaseConnections', 'DiskQueueDepth', 'FreeStorageSpace', 'NetworkReceiveThroughput', 'NetworkTransmitThroughput']], 'RelationalDatabaseParameter' => ['type' => 'structure', 'members' => ['allowedValues' => ['shape' => 'string'], 'applyMethod' => ['shape' => 'string'], 'applyType' => ['shape' => 'string'], 'dataType' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'isModifiable' => ['shape' => 'boolean'], 'parameterName' => ['shape' => 'string'], 'parameterValue' => ['shape' => 'string']]], 'RelationalDatabaseParameterList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseParameter']], 'RelationalDatabasePasswordVersion' => ['type' => 'string', 'enum' => ['CURRENT', 'PREVIOUS', 'PENDING']], 'RelationalDatabaseSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'engine' => ['shape' => 'NonEmptyString'], 'engineVersion' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'state' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseName' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseArn' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseBundleId' => ['shape' => 'string'], 'fromRelationalDatabaseBlueprintId' => ['shape' => 'string']]], 'RelationalDatabaseSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseSnapshot']], 'ReleaseStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'ReleaseStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'ResourceArn' => ['type' => 'string', 'pattern' => '^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$'], 'ResourceLocation' => ['type' => 'structure', 'members' => ['availabilityZone' => ['shape' => 'string'], 'regionName' => ['shape' => 'RegionName']]], 'ResourceName' => ['type' => 'string', 'pattern' => '\\w[\\w\\-]*\\w'], 'ResourceNameList' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'ResourceType' => ['type' => 'string', 'enum' => ['Instance', 'StaticIp', 'KeyPair', 'InstanceSnapshot', 'Domain', 'PeeredVpc', 'LoadBalancer', 'LoadBalancerTlsCertificate', 'Disk', 'DiskSnapshot', 'RelationalDatabase', 'RelationalDatabaseSnapshot', 'ExportSnapshotRecord', 'CloudFormationStackRecord', 'Alarm', 'ContactMethod']], 'SendContactMethodVerificationRequest' => ['type' => 'structure', 'required' => ['protocol'], 'members' => ['protocol' => ['shape' => 'ContactMethodVerificationProtocol']]], 'SendContactMethodVerificationResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'ServiceException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'StartInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'StartInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StartRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'StartRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StaticIp' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'ipAddress' => ['shape' => 'IpAddress'], 'attachedTo' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean']]], 'StaticIpList' => ['type' => 'list', 'member' => ['shape' => 'StaticIp']], 'StopInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'force' => ['shape' => 'boolean']]], 'StopInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StopRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'StopRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'string']], 'StringMax256' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceName', 'tags'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'TagValue' => ['type' => 'string'], 'TestAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName', 'state'], 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'state' => ['shape' => 'AlarmState']]], 'TestAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'TimeOfDay' => ['type' => 'string', 'pattern' => '^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$'], 'TreatMissingData' => ['type' => 'string', 'enum' => ['breaching', 'notBreaching', 'ignore', 'missing']], 'UnauthenticatedException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'UnpeerVpcRequest' => ['type' => 'structure', 'members' => []], 'UnpeerVpcResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceName', 'tagKeys'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'UpdateDomainEntryResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateLoadBalancerAttributeRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'attributeName', 'attributeValue'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'attributeName' => ['shape' => 'LoadBalancerAttributeName'], 'attributeValue' => ['shape' => 'StringMax256']]], 'UpdateLoadBalancerAttributeResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateRelationalDatabaseParametersRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'parameters'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'parameters' => ['shape' => 'RelationalDatabaseParameterList']]], 'UpdateRelationalDatabaseParametersResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'masterUserPassword' => ['shape' => 'SensitiveString'], 'rotateMasterUserPassword' => ['shape' => 'boolean'], 'preferredBackupWindow' => ['shape' => 'string'], 'preferredMaintenanceWindow' => ['shape' => 'string'], 'enableBackupRetention' => ['shape' => 'boolean'], 'disableBackupRetention' => ['shape' => 'boolean'], 'publiclyAccessible' => ['shape' => 'boolean'], 'applyImmediately' => ['shape' => 'boolean'], 'caCertificateIdentifier' => ['shape' => 'string']]], 'UpdateRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'boolean' => ['type' => 'boolean'], 'double' => ['type' => 'double'], 'float' => ['type' => 'float'], 'integer' => ['type' => 'integer'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'lightsail', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Lightsail', 'serviceId' => 'Lightsail', 'signatureVersion' => 'v4', 'targetPrefix' => 'Lightsail_20161128', 'uid' => 'lightsail-2016-11-28'], 'operations' => ['AllocateStaticIp' => ['name' => 'AllocateStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AllocateStaticIpRequest'], 'output' => ['shape' => 'AllocateStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachCertificateToDistribution' => ['name' => 'AttachCertificateToDistribution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachCertificateToDistributionRequest'], 'output' => ['shape' => 'AttachCertificateToDistributionResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'AttachDisk' => ['name' => 'AttachDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachDiskRequest'], 'output' => ['shape' => 'AttachDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachInstancesToLoadBalancer' => ['name' => 'AttachInstancesToLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachInstancesToLoadBalancerRequest'], 'output' => ['shape' => 'AttachInstancesToLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachLoadBalancerTlsCertificate' => ['name' => 'AttachLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'AttachLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'AttachStaticIp' => ['name' => 'AttachStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachStaticIpRequest'], 'output' => ['shape' => 'AttachStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CloseInstancePublicPorts' => ['name' => 'CloseInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CloseInstancePublicPortsRequest'], 'output' => ['shape' => 'CloseInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CopySnapshot' => ['name' => 'CopySnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopySnapshotRequest'], 'output' => ['shape' => 'CopySnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateCertificate' => ['name' => 'CreateCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCertificateRequest'], 'output' => ['shape' => 'CreateCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'CreateCloudFormationStack' => ['name' => 'CreateCloudFormationStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCloudFormationStackRequest'], 'output' => ['shape' => 'CreateCloudFormationStackResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateContactMethod' => ['name' => 'CreateContactMethod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContactMethodRequest'], 'output' => ['shape' => 'CreateContactMethodResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'CreateDisk' => ['name' => 'CreateDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskRequest'], 'output' => ['shape' => 'CreateDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDiskFromSnapshot' => ['name' => 'CreateDiskFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskFromSnapshotRequest'], 'output' => ['shape' => 'CreateDiskFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDiskSnapshot' => ['name' => 'CreateDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDiskSnapshotRequest'], 'output' => ['shape' => 'CreateDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDistribution' => ['name' => 'CreateDistribution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDistributionRequest'], 'output' => ['shape' => 'CreateDistributionResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'CreateDomain' => ['name' => 'CreateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainRequest'], 'output' => ['shape' => 'CreateDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateDomainEntry' => ['name' => 'CreateDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainEntryRequest'], 'output' => ['shape' => 'CreateDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstanceSnapshot' => ['name' => 'CreateInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstanceSnapshotRequest'], 'output' => ['shape' => 'CreateInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstances' => ['name' => 'CreateInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstancesRequest'], 'output' => ['shape' => 'CreateInstancesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateInstancesFromSnapshot' => ['name' => 'CreateInstancesFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateInstancesFromSnapshotRequest'], 'output' => ['shape' => 'CreateInstancesFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateKeyPair' => ['name' => 'CreateKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateKeyPairRequest'], 'output' => ['shape' => 'CreateKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateLoadBalancer' => ['name' => 'CreateLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerRequest'], 'output' => ['shape' => 'CreateLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateLoadBalancerTlsCertificate' => ['name' => 'CreateLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'CreateLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabase' => ['name' => 'CreateRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabaseFromSnapshot' => ['name' => 'CreateRelationalDatabaseFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseFromSnapshotRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseFromSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'CreateRelationalDatabaseSnapshot' => ['name' => 'CreateRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'CreateRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteAlarm' => ['name' => 'DeleteAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlarmRequest'], 'output' => ['shape' => 'DeleteAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'DeleteAutoSnapshot' => ['name' => 'DeleteAutoSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAutoSnapshotRequest'], 'output' => ['shape' => 'DeleteAutoSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DeleteCertificate' => ['name' => 'DeleteCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCertificateRequest'], 'output' => ['shape' => 'DeleteCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException'], ['shape' => 'UnauthenticatedException']]], 'DeleteContactMethod' => ['name' => 'DeleteContactMethod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContactMethodRequest'], 'output' => ['shape' => 'DeleteContactMethodResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'DeleteDisk' => ['name' => 'DeleteDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDiskRequest'], 'output' => ['shape' => 'DeleteDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDiskSnapshot' => ['name' => 'DeleteDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDiskSnapshotRequest'], 'output' => ['shape' => 'DeleteDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDistribution' => ['name' => 'DeleteDistribution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDistributionRequest'], 'output' => ['shape' => 'DeleteDistributionResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDomain' => ['name' => 'DeleteDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainRequest'], 'output' => ['shape' => 'DeleteDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteDomainEntry' => ['name' => 'DeleteDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainEntryRequest'], 'output' => ['shape' => 'DeleteDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteInstance' => ['name' => 'DeleteInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceRequest'], 'output' => ['shape' => 'DeleteInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteInstanceSnapshot' => ['name' => 'DeleteInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstanceSnapshotRequest'], 'output' => ['shape' => 'DeleteInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteKeyPair' => ['name' => 'DeleteKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKeyPairRequest'], 'output' => ['shape' => 'DeleteKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteKnownHostKeys' => ['name' => 'DeleteKnownHostKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteKnownHostKeysRequest'], 'output' => ['shape' => 'DeleteKnownHostKeysResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteLoadBalancer' => ['name' => 'DeleteLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerRequest'], 'output' => ['shape' => 'DeleteLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteLoadBalancerTlsCertificate' => ['name' => 'DeleteLoadBalancerTlsCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoadBalancerTlsCertificateRequest'], 'output' => ['shape' => 'DeleteLoadBalancerTlsCertificateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteRelationalDatabase' => ['name' => 'DeleteRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRelationalDatabaseRequest'], 'output' => ['shape' => 'DeleteRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DeleteRelationalDatabaseSnapshot' => ['name' => 'DeleteRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'DeleteRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachCertificateFromDistribution' => ['name' => 'DetachCertificateFromDistribution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachCertificateFromDistributionRequest'], 'output' => ['shape' => 'DetachCertificateFromDistributionResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DetachDisk' => ['name' => 'DetachDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachDiskRequest'], 'output' => ['shape' => 'DetachDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachInstancesFromLoadBalancer' => ['name' => 'DetachInstancesFromLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachInstancesFromLoadBalancerRequest'], 'output' => ['shape' => 'DetachInstancesFromLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DetachStaticIp' => ['name' => 'DetachStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachStaticIpRequest'], 'output' => ['shape' => 'DetachStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'DisableAddOn' => ['name' => 'DisableAddOn', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAddOnRequest'], 'output' => ['shape' => 'DisableAddOnResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'DownloadDefaultKeyPair' => ['name' => 'DownloadDefaultKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DownloadDefaultKeyPairRequest'], 'output' => ['shape' => 'DownloadDefaultKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'EnableAddOn' => ['name' => 'EnableAddOn', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAddOnRequest'], 'output' => ['shape' => 'EnableAddOnResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'ExportSnapshot' => ['name' => 'ExportSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportSnapshotRequest'], 'output' => ['shape' => 'ExportSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetActiveNames' => ['name' => 'GetActiveNames', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetActiveNamesRequest'], 'output' => ['shape' => 'GetActiveNamesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetAlarms' => ['name' => 'GetAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAlarmsRequest'], 'output' => ['shape' => 'GetAlarmsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'GetAutoSnapshots' => ['name' => 'GetAutoSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutoSnapshotsRequest'], 'output' => ['shape' => 'GetAutoSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetBlueprints' => ['name' => 'GetBlueprints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBlueprintsRequest'], 'output' => ['shape' => 'GetBlueprintsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetBundles' => ['name' => 'GetBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetBundlesRequest'], 'output' => ['shape' => 'GetBundlesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetCertificates' => ['name' => 'GetCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCertificatesRequest'], 'output' => ['shape' => 'GetCertificatesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetCloudFormationStackRecords' => ['name' => 'GetCloudFormationStackRecords', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCloudFormationStackRecordsRequest'], 'output' => ['shape' => 'GetCloudFormationStackRecordsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetContactMethods' => ['name' => 'GetContactMethods', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactMethodsRequest'], 'output' => ['shape' => 'GetContactMethodsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDisk' => ['name' => 'GetDisk', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskRequest'], 'output' => ['shape' => 'GetDiskResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDiskSnapshot' => ['name' => 'GetDiskSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskSnapshotRequest'], 'output' => ['shape' => 'GetDiskSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDiskSnapshots' => ['name' => 'GetDiskSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDiskSnapshotsRequest'], 'output' => ['shape' => 'GetDiskSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDisks' => ['name' => 'GetDisks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDisksRequest'], 'output' => ['shape' => 'GetDisksResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDistributionBundles' => ['name' => 'GetDistributionBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDistributionBundlesRequest'], 'output' => ['shape' => 'GetDistributionBundlesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDistributionLatestCacheReset' => ['name' => 'GetDistributionLatestCacheReset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDistributionLatestCacheResetRequest'], 'output' => ['shape' => 'GetDistributionLatestCacheResetResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDistributionMetricData' => ['name' => 'GetDistributionMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDistributionMetricDataRequest'], 'output' => ['shape' => 'GetDistributionMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDistributions' => ['name' => 'GetDistributions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDistributionsRequest'], 'output' => ['shape' => 'GetDistributionsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'GetDomain' => ['name' => 'GetDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainRequest'], 'output' => ['shape' => 'GetDomainResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetDomains' => ['name' => 'GetDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainsRequest'], 'output' => ['shape' => 'GetDomainsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetExportSnapshotRecords' => ['name' => 'GetExportSnapshotRecords', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetExportSnapshotRecordsRequest'], 'output' => ['shape' => 'GetExportSnapshotRecordsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstance' => ['name' => 'GetInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceRequest'], 'output' => ['shape' => 'GetInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceAccessDetails' => ['name' => 'GetInstanceAccessDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceAccessDetailsRequest'], 'output' => ['shape' => 'GetInstanceAccessDetailsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceMetricData' => ['name' => 'GetInstanceMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceMetricDataRequest'], 'output' => ['shape' => 'GetInstanceMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstancePortStates' => ['name' => 'GetInstancePortStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancePortStatesRequest'], 'output' => ['shape' => 'GetInstancePortStatesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceSnapshot' => ['name' => 'GetInstanceSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceSnapshotRequest'], 'output' => ['shape' => 'GetInstanceSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceSnapshots' => ['name' => 'GetInstanceSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceSnapshotsRequest'], 'output' => ['shape' => 'GetInstanceSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstanceState' => ['name' => 'GetInstanceState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceStateRequest'], 'output' => ['shape' => 'GetInstanceStateResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetInstances' => ['name' => 'GetInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancesRequest'], 'output' => ['shape' => 'GetInstancesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetKeyPair' => ['name' => 'GetKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPairRequest'], 'output' => ['shape' => 'GetKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetKeyPairs' => ['name' => 'GetKeyPairs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetKeyPairsRequest'], 'output' => ['shape' => 'GetKeyPairsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancer' => ['name' => 'GetLoadBalancer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerRequest'], 'output' => ['shape' => 'GetLoadBalancerResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancerMetricData' => ['name' => 'GetLoadBalancerMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerMetricDataRequest'], 'output' => ['shape' => 'GetLoadBalancerMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancerTlsCertificates' => ['name' => 'GetLoadBalancerTlsCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancerTlsCertificatesRequest'], 'output' => ['shape' => 'GetLoadBalancerTlsCertificatesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetLoadBalancers' => ['name' => 'GetLoadBalancers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoadBalancersRequest'], 'output' => ['shape' => 'GetLoadBalancersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperation' => ['name' => 'GetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationRequest'], 'output' => ['shape' => 'GetOperationResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperations' => ['name' => 'GetOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationsRequest'], 'output' => ['shape' => 'GetOperationsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetOperationsForResource' => ['name' => 'GetOperationsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationsForResourceRequest'], 'output' => ['shape' => 'GetOperationsForResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRegions' => ['name' => 'GetRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegionsRequest'], 'output' => ['shape' => 'GetRegionsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabase' => ['name' => 'GetRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseRequest'], 'output' => ['shape' => 'GetRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseBlueprints' => ['name' => 'GetRelationalDatabaseBlueprints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseBlueprintsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseBlueprintsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseBundles' => ['name' => 'GetRelationalDatabaseBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseBundlesRequest'], 'output' => ['shape' => 'GetRelationalDatabaseBundlesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseEvents' => ['name' => 'GetRelationalDatabaseEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseEventsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseEventsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseLogEvents' => ['name' => 'GetRelationalDatabaseLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseLogEventsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseLogEventsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseLogStreams' => ['name' => 'GetRelationalDatabaseLogStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseLogStreamsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseLogStreamsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseMasterUserPassword' => ['name' => 'GetRelationalDatabaseMasterUserPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseMasterUserPasswordRequest'], 'output' => ['shape' => 'GetRelationalDatabaseMasterUserPasswordResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseMetricData' => ['name' => 'GetRelationalDatabaseMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseMetricDataRequest'], 'output' => ['shape' => 'GetRelationalDatabaseMetricDataResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseParameters' => ['name' => 'GetRelationalDatabaseParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseParametersRequest'], 'output' => ['shape' => 'GetRelationalDatabaseParametersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseSnapshot' => ['name' => 'GetRelationalDatabaseSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseSnapshotRequest'], 'output' => ['shape' => 'GetRelationalDatabaseSnapshotResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabaseSnapshots' => ['name' => 'GetRelationalDatabaseSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabaseSnapshotsRequest'], 'output' => ['shape' => 'GetRelationalDatabaseSnapshotsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetRelationalDatabases' => ['name' => 'GetRelationalDatabases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRelationalDatabasesRequest'], 'output' => ['shape' => 'GetRelationalDatabasesResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetStaticIp' => ['name' => 'GetStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStaticIpRequest'], 'output' => ['shape' => 'GetStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'GetStaticIps' => ['name' => 'GetStaticIps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetStaticIpsRequest'], 'output' => ['shape' => 'GetStaticIpsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'ImportKeyPair' => ['name' => 'ImportKeyPair', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportKeyPairRequest'], 'output' => ['shape' => 'ImportKeyPairResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'IsVpcPeered' => ['name' => 'IsVpcPeered', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IsVpcPeeredRequest'], 'output' => ['shape' => 'IsVpcPeeredResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'OpenInstancePublicPorts' => ['name' => 'OpenInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'OpenInstancePublicPortsRequest'], 'output' => ['shape' => 'OpenInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'PeerVpc' => ['name' => 'PeerVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PeerVpcRequest'], 'output' => ['shape' => 'PeerVpcResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'PutAlarm' => ['name' => 'PutAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAlarmRequest'], 'output' => ['shape' => 'PutAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'NotFoundException']]], 'PutInstancePublicPorts' => ['name' => 'PutInstancePublicPorts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInstancePublicPortsRequest'], 'output' => ['shape' => 'PutInstancePublicPortsResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'RebootInstance' => ['name' => 'RebootInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootInstanceRequest'], 'output' => ['shape' => 'RebootInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'RebootRelationalDatabase' => ['name' => 'RebootRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootRelationalDatabaseRequest'], 'output' => ['shape' => 'RebootRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'ReleaseStaticIp' => ['name' => 'ReleaseStaticIp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReleaseStaticIpRequest'], 'output' => ['shape' => 'ReleaseStaticIpResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'ResetDistributionCache' => ['name' => 'ResetDistributionCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetDistributionCacheRequest'], 'output' => ['shape' => 'ResetDistributionCacheResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'SendContactMethodVerification' => ['name' => 'SendContactMethodVerification', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendContactMethodVerificationRequest'], 'output' => ['shape' => 'SendContactMethodVerificationResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'StartInstance' => ['name' => 'StartInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartInstanceRequest'], 'output' => ['shape' => 'StartInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StartRelationalDatabase' => ['name' => 'StartRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartRelationalDatabaseRequest'], 'output' => ['shape' => 'StartRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StopInstance' => ['name' => 'StopInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopInstanceRequest'], 'output' => ['shape' => 'StopInstanceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'StopRelationalDatabase' => ['name' => 'StopRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopRelationalDatabaseRequest'], 'output' => ['shape' => 'StopRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'TestAlarm' => ['name' => 'TestAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestAlarmRequest'], 'output' => ['shape' => 'TestAlarmResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'OperationFailureException'], ['shape' => 'UnauthenticatedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'NotFoundException']]], 'UnpeerVpc' => ['name' => 'UnpeerVpc', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UnpeerVpcRequest'], 'output' => ['shape' => 'UnpeerVpcResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateDistribution' => ['name' => 'UpdateDistribution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDistributionRequest'], 'output' => ['shape' => 'UpdateDistributionResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'UpdateDistributionBundle' => ['name' => 'UpdateDistributionBundle', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDistributionBundleRequest'], 'output' => ['shape' => 'UpdateDistributionBundleResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'UnauthenticatedException']]], 'UpdateDomainEntry' => ['name' => 'UpdateDomainEntry', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainEntryRequest'], 'output' => ['shape' => 'UpdateDomainEntryResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateLoadBalancerAttribute' => ['name' => 'UpdateLoadBalancerAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateLoadBalancerAttributeRequest'], 'output' => ['shape' => 'UpdateLoadBalancerAttributeResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateRelationalDatabase' => ['name' => 'UpdateRelationalDatabase', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRelationalDatabaseRequest'], 'output' => ['shape' => 'UpdateRelationalDatabaseResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]], 'UpdateRelationalDatabaseParameters' => ['name' => 'UpdateRelationalDatabaseParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRelationalDatabaseParametersRequest'], 'output' => ['shape' => 'UpdateRelationalDatabaseParametersResult'], 'errors' => [['shape' => 'ServiceException'], ['shape' => 'InvalidInputException'], ['shape' => 'NotFoundException'], ['shape' => 'OperationFailureException'], ['shape' => 'AccessDeniedException'], ['shape' => 'AccountSetupInProgressException'], ['shape' => 'UnauthenticatedException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'AccessDirection' => ['type' => 'string', 'enum' => ['inbound', 'outbound']], 'AccountSetupInProgressException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'AddOn' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'status' => ['shape' => 'string'], 'snapshotTimeOfDay' => ['shape' => 'TimeOfDay'], 'nextSnapshotTimeOfDay' => ['shape' => 'TimeOfDay']]], 'AddOnList' => ['type' => 'list', 'member' => ['shape' => 'AddOn']], 'AddOnRequest' => ['type' => 'structure', 'required' => ['addOnType'], 'members' => ['addOnType' => ['shape' => 'AddOnType'], 'autoSnapshotAddOnRequest' => ['shape' => 'AutoSnapshotAddOnRequest']]], 'AddOnRequestList' => ['type' => 'list', 'member' => ['shape' => 'AddOnRequest']], 'AddOnType' => ['type' => 'string', 'enum' => ['AutoSnapshot']], 'Alarm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'supportCode' => ['shape' => 'string'], 'monitoredResourceInfo' => ['shape' => 'MonitoredResourceInfo'], 'comparisonOperator' => ['shape' => 'ComparisonOperator'], 'evaluationPeriods' => ['shape' => 'integer'], 'period' => ['shape' => 'MetricPeriod'], 'threshold' => ['shape' => 'double'], 'datapointsToAlarm' => ['shape' => 'integer'], 'treatMissingData' => ['shape' => 'TreatMissingData'], 'statistic' => ['shape' => 'MetricStatistic'], 'metricName' => ['shape' => 'MetricName'], 'state' => ['shape' => 'AlarmState'], 'unit' => ['shape' => 'MetricUnit'], 'contactProtocols' => ['shape' => 'ContactProtocolsList'], 'notificationTriggers' => ['shape' => 'NotificationTriggerList'], 'notificationEnabled' => ['shape' => 'boolean']]], 'AlarmState' => ['type' => 'string', 'enum' => ['OK', 'ALARM', 'INSUFFICIENT_DATA']], 'AlarmsList' => ['type' => 'list', 'member' => ['shape' => 'Alarm']], 'AllocateStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'AllocateStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachCertificateToDistributionRequest' => ['type' => 'structure', 'required' => ['distributionName', 'certificateName'], 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName']]], 'AttachCertificateToDistributionResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'AttachDiskRequest' => ['type' => 'structure', 'required' => ['diskName', 'instanceName', 'diskPath'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'diskPath' => ['shape' => 'NonEmptyString']]], 'AttachDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachInstancesToLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instanceNames'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instanceNames' => ['shape' => 'ResourceNameList']]], 'AttachInstancesToLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName']]], 'AttachLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName', 'instanceName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName']]], 'AttachStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'AttachedDisk' => ['type' => 'structure', 'members' => ['path' => ['shape' => 'string'], 'sizeInGb' => ['shape' => 'integer']]], 'AttachedDiskList' => ['type' => 'list', 'member' => ['shape' => 'AttachedDisk']], 'AttachedDiskMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceName'], 'value' => ['shape' => 'DiskMapList']], 'AutoSnapshotAddOnRequest' => ['type' => 'structure', 'members' => ['snapshotTimeOfDay' => ['shape' => 'TimeOfDay']]], 'AutoSnapshotDate' => ['type' => 'string', 'pattern' => '^[0-9]{4}-[0-9]{2}-[0-9]{2}$'], 'AutoSnapshotDetails' => ['type' => 'structure', 'members' => ['date' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'status' => ['shape' => 'AutoSnapshotStatus'], 'fromAttachedDisks' => ['shape' => 'AttachedDiskList']]], 'AutoSnapshotDetailsList' => ['type' => 'list', 'member' => ['shape' => 'AutoSnapshotDetails']], 'AutoSnapshotStatus' => ['type' => 'string', 'enum' => ['Success', 'Failed', 'InProgress', 'NotFound']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['zoneName' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'NonEmptyString']]], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'Base64' => ['type' => 'string'], 'BehaviorEnum' => ['type' => 'string', 'enum' => ['dont-cache', 'cache']], 'Blueprint' => ['type' => 'structure', 'members' => ['blueprintId' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'ResourceName'], 'group' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'BlueprintType'], 'description' => ['shape' => 'string'], 'isActive' => ['shape' => 'boolean'], 'minPower' => ['shape' => 'integer'], 'version' => ['shape' => 'string'], 'versionCode' => ['shape' => 'string'], 'productUrl' => ['shape' => 'string'], 'licenseUrl' => ['shape' => 'string'], 'platform' => ['shape' => 'InstancePlatform']]], 'BlueprintList' => ['type' => 'list', 'member' => ['shape' => 'Blueprint']], 'BlueprintType' => ['type' => 'string', 'enum' => ['os', 'app']], 'Bundle' => ['type' => 'structure', 'members' => ['price' => ['shape' => 'float'], 'cpuCount' => ['shape' => 'integer'], 'diskSizeInGb' => ['shape' => 'integer'], 'bundleId' => ['shape' => 'NonEmptyString'], 'instanceType' => ['shape' => 'string'], 'isActive' => ['shape' => 'boolean'], 'name' => ['shape' => 'string'], 'power' => ['shape' => 'integer'], 'ramSizeInGb' => ['shape' => 'float'], 'transferPerMonthInGb' => ['shape' => 'integer'], 'supportedPlatforms' => ['shape' => 'InstancePlatformList']]], 'BundleList' => ['type' => 'list', 'member' => ['shape' => 'Bundle']], 'CacheBehavior' => ['type' => 'structure', 'members' => ['behavior' => ['shape' => 'BehaviorEnum']]], 'CacheBehaviorList' => ['type' => 'list', 'member' => ['shape' => 'CacheBehaviorPerPath']], 'CacheBehaviorPerPath' => ['type' => 'structure', 'members' => ['path' => ['shape' => 'string'], 'behavior' => ['shape' => 'BehaviorEnum']]], 'CacheSettings' => ['type' => 'structure', 'members' => ['defaultTTL' => ['shape' => 'long'], 'minimumTTL' => ['shape' => 'long'], 'maximumTTL' => ['shape' => 'long'], 'allowedHTTPMethods' => ['shape' => 'NonEmptyString'], 'cachedHTTPMethods' => ['shape' => 'NonEmptyString'], 'forwardedCookies' => ['shape' => 'CookieObject'], 'forwardedHeaders' => ['shape' => 'HeaderObject'], 'forwardedQueryStrings' => ['shape' => 'QueryStringObject']]], 'Certificate' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'CertificateName'], 'domainName' => ['shape' => 'DomainName'], 'status' => ['shape' => 'CertificateStatus'], 'serialNumber' => ['shape' => 'SerialNumber'], 'subjectAlternativeNames' => ['shape' => 'SubjectAlternativeNameList'], 'domainValidationRecords' => ['shape' => 'DomainValidationRecordList'], 'requestFailureReason' => ['shape' => 'RequestFailureReason'], 'inUseResourceCount' => ['shape' => 'InUseResourceCount'], 'keyAlgorithm' => ['shape' => 'KeyAlgorithm'], 'createdAt' => ['shape' => 'IsoDate'], 'issuedAt' => ['shape' => 'IsoDate'], 'issuerCA' => ['shape' => 'IssuerCA'], 'notBefore' => ['shape' => 'IsoDate'], 'notAfter' => ['shape' => 'IsoDate'], 'eligibleToRenew' => ['shape' => 'EligibleToRenew'], 'renewalSummary' => ['shape' => 'RenewalSummary'], 'revokedAt' => ['shape' => 'IsoDate'], 'revocationReason' => ['shape' => 'RevocationReason'], 'tags' => ['shape' => 'TagList'], 'supportCode' => ['shape' => 'string']]], 'CertificateName' => ['type' => 'string'], 'CertificateStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ISSUED', 'INACTIVE', 'EXPIRED', 'VALIDATION_TIMED_OUT', 'REVOKED', 'FAILED']], 'CertificateStatusList' => ['type' => 'list', 'member' => ['shape' => 'CertificateStatus']], 'CertificateSummary' => ['type' => 'structure', 'members' => ['certificateArn' => ['shape' => 'NonEmptyString'], 'certificateName' => ['shape' => 'CertificateName'], 'domainName' => ['shape' => 'DomainName'], 'certificateDetail' => ['shape' => 'Certificate'], 'tags' => ['shape' => 'TagList']]], 'CertificateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'CertificateSummary']], 'CloseInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfo', 'instanceName'], 'members' => ['portInfo' => ['shape' => 'PortInfo'], 'instanceName' => ['shape' => 'ResourceName']]], 'CloseInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CloudFormationStackRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'state' => ['shape' => 'RecordState'], 'sourceInfo' => ['shape' => 'CloudFormationStackRecordSourceInfoList'], 'destinationInfo' => ['shape' => 'DestinationInfo']]], 'CloudFormationStackRecordList' => ['type' => 'list', 'member' => ['shape' => 'CloudFormationStackRecord']], 'CloudFormationStackRecordSourceInfo' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'CloudFormationStackRecordSourceType'], 'name' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString']]], 'CloudFormationStackRecordSourceInfoList' => ['type' => 'list', 'member' => ['shape' => 'CloudFormationStackRecordSourceInfo']], 'CloudFormationStackRecordSourceType' => ['type' => 'string', 'enum' => ['ExportSnapshotRecord']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ContactMethod' => ['type' => 'structure', 'members' => ['contactEndpoint' => ['shape' => 'NonEmptyString'], 'status' => ['shape' => 'ContactMethodStatus'], 'protocol' => ['shape' => 'ContactProtocol'], 'name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'supportCode' => ['shape' => 'string']]], 'ContactMethodStatus' => ['type' => 'string', 'enum' => ['PendingVerification', 'Valid', 'Invalid']], 'ContactMethodVerificationProtocol' => ['type' => 'string', 'enum' => ['Email']], 'ContactMethodsList' => ['type' => 'list', 'member' => ['shape' => 'ContactMethod']], 'ContactProtocol' => ['type' => 'string', 'enum' => ['Email', 'SMS']], 'ContactProtocolsList' => ['type' => 'list', 'member' => ['shape' => 'ContactProtocol']], 'CookieObject' => ['type' => 'structure', 'members' => ['option' => ['shape' => 'ForwardValues'], 'cookiesAllowList' => ['shape' => 'StringList']]], 'CopySnapshotRequest' => ['type' => 'structure', 'required' => ['targetSnapshotName', 'sourceRegion'], 'members' => ['sourceSnapshotName' => ['shape' => 'ResourceName'], 'sourceResourceName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean'], 'targetSnapshotName' => ['shape' => 'ResourceName'], 'sourceRegion' => ['shape' => 'RegionName']]], 'CopySnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateCertificateRequest' => ['type' => 'structure', 'required' => ['certificateName', 'domainName'], 'members' => ['certificateName' => ['shape' => 'CertificateName'], 'domainName' => ['shape' => 'DomainName'], 'subjectAlternativeNames' => ['shape' => 'SubjectAlternativeNameList'], 'tags' => ['shape' => 'TagList']]], 'CreateCertificateResult' => ['type' => 'structure', 'members' => ['certificate' => ['shape' => 'CertificateSummary'], 'operations' => ['shape' => 'OperationList']]], 'CreateCloudFormationStackRequest' => ['type' => 'structure', 'required' => ['instances'], 'members' => ['instances' => ['shape' => 'InstanceEntryList']]], 'CreateCloudFormationStackResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateContactMethodRequest' => ['type' => 'structure', 'required' => ['protocol', 'contactEndpoint'], 'members' => ['protocol' => ['shape' => 'ContactProtocol'], 'contactEndpoint' => ['shape' => 'StringMax256']]], 'CreateContactMethodResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskFromSnapshotRequest' => ['type' => 'structure', 'required' => ['diskName', 'availabilityZone', 'sizeInGb'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'diskSnapshotName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList'], 'sourceDiskName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean']]], 'CreateDiskFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskRequest' => ['type' => 'structure', 'required' => ['diskName', 'availabilityZone', 'sizeInGb'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList']]], 'CreateDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'diskSnapshotName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateDiskSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateDistributionRequest' => ['type' => 'structure', 'required' => ['distributionName', 'origin', 'defaultCacheBehavior', 'bundleId'], 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'origin' => ['shape' => 'InputOrigin'], 'defaultCacheBehavior' => ['shape' => 'CacheBehavior'], 'cacheBehaviorSettings' => ['shape' => 'CacheSettings'], 'cacheBehaviors' => ['shape' => 'CacheBehaviorList'], 'bundleId' => ['shape' => 'string'], 'tags' => ['shape' => 'TagList']]], 'CreateDistributionResult' => ['type' => 'structure', 'members' => ['distribution' => ['shape' => 'LightsailDistribution'], 'operation' => ['shape' => 'Operation']]], 'CreateDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'CreateDomainEntryResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CreateDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'tags' => ['shape' => 'TagList']]], 'CreateDomainResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'CreateInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName', 'instanceName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName'], 'instanceName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateInstancesFromSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceNames', 'availabilityZone', 'bundleId'], 'members' => ['instanceNames' => ['shape' => 'StringList'], 'attachedDiskMapping' => ['shape' => 'AttachedDiskMap'], 'availabilityZone' => ['shape' => 'string'], 'instanceSnapshotName' => ['shape' => 'ResourceName'], 'bundleId' => ['shape' => 'NonEmptyString'], 'userData' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList'], 'sourceInstanceName' => ['shape' => 'string'], 'restoreDate' => ['shape' => 'string'], 'useLatestRestorableAutoSnapshot' => ['shape' => 'boolean']]], 'CreateInstancesFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateInstancesRequest' => ['type' => 'structure', 'required' => ['instanceNames', 'availabilityZone', 'blueprintId', 'bundleId'], 'members' => ['instanceNames' => ['shape' => 'StringList'], 'availabilityZone' => ['shape' => 'string'], 'customImageName' => ['shape' => 'ResourceName', 'deprecated' => \true], 'blueprintId' => ['shape' => 'NonEmptyString'], 'bundleId' => ['shape' => 'NonEmptyString'], 'userData' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnRequestList']]], 'CreateInstancesResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateKeyPairResult' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'KeyPair'], 'publicKeyBase64' => ['shape' => 'Base64'], 'privateKeyBase64' => ['shape' => 'Base64'], 'operation' => ['shape' => 'Operation']]], 'CreateLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instancePort'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instancePort' => ['shape' => 'Port'], 'healthCheckPath' => ['shape' => 'string'], 'certificateName' => ['shape' => 'ResourceName'], 'certificateDomainName' => ['shape' => 'DomainName'], 'certificateAlternativeNames' => ['shape' => 'DomainNameList'], 'tags' => ['shape' => 'TagList']]], 'CreateLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName', 'certificateDomainName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName'], 'certificateDomainName' => ['shape' => 'DomainName'], 'certificateAlternativeNames' => ['shape' => 'DomainNameList'], 'tags' => ['shape' => 'TagList']]], 'CreateLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseFromSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'string'], 'publiclyAccessible' => ['shape' => 'boolean'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName'], 'relationalDatabaseBundleId' => ['shape' => 'string'], 'sourceRelationalDatabaseName' => ['shape' => 'ResourceName'], 'restoreTime' => ['shape' => 'IsoDate'], 'useLatestRestorableTime' => ['shape' => 'boolean'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseFromSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'relationalDatabaseBlueprintId', 'relationalDatabaseBundleId', 'masterDatabaseName', 'masterUsername'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'availabilityZone' => ['shape' => 'string'], 'relationalDatabaseBlueprintId' => ['shape' => 'string'], 'relationalDatabaseBundleId' => ['shape' => 'string'], 'masterDatabaseName' => ['shape' => 'string'], 'masterUsername' => ['shape' => 'string'], 'masterUserPassword' => ['shape' => 'SensitiveString'], 'preferredBackupWindow' => ['shape' => 'string'], 'preferredMaintenanceWindow' => ['shape' => 'string'], 'publiclyAccessible' => ['shape' => 'boolean'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'CreateRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName'], 'tags' => ['shape' => 'TagList']]], 'CreateRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName'], 'members' => ['alarmName' => ['shape' => 'ResourceName']]], 'DeleteAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteAutoSnapshotRequest' => ['type' => 'structure', 'required' => ['resourceName', 'date'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'date' => ['shape' => 'AutoSnapshotDate']]], 'DeleteAutoSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteCertificateRequest' => ['type' => 'structure', 'required' => ['certificateName'], 'members' => ['certificateName' => ['shape' => 'CertificateName']]], 'DeleteCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteContactMethodRequest' => ['type' => 'structure', 'required' => ['protocol'], 'members' => ['protocol' => ['shape' => 'ContactProtocol']]], 'DeleteContactMethodResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName'], 'forceDeleteAddOns' => ['shape' => 'boolean']]], 'DeleteDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteDiskSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteDistributionRequest' => ['type' => 'structure', 'members' => ['distributionName' => ['shape' => 'ResourceName']]], 'DeleteDistributionResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'DeleteDomainEntryResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName']]], 'DeleteDomainResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'forceDeleteAddOns' => ['shape' => 'boolean']]], 'DeleteInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName']]], 'DeleteKeyPairResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DeleteKnownHostKeysRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'DeleteKnownHostKeysResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'DeleteLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteLoadBalancerTlsCertificateRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'certificateName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'certificateName' => ['shape' => 'ResourceName'], 'force' => ['shape' => 'boolean']]], 'DeleteLoadBalancerTlsCertificateResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'skipFinalSnapshot' => ['shape' => 'boolean'], 'finalRelationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DeleteRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'DeleteRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DestinationInfo' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'service' => ['shape' => 'NonEmptyString']]], 'DetachCertificateFromDistributionRequest' => ['type' => 'structure', 'required' => ['distributionName'], 'members' => ['distributionName' => ['shape' => 'ResourceName']]], 'DetachCertificateFromDistributionResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'DetachDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName']]], 'DetachDiskResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DetachInstancesFromLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'instanceNames'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'instanceNames' => ['shape' => 'ResourceNameList']]], 'DetachInstancesFromLoadBalancerResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DetachStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'DetachStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'DisableAddOnRequest' => ['type' => 'structure', 'required' => ['addOnType', 'resourceName'], 'members' => ['addOnType' => ['shape' => 'AddOnType'], 'resourceName' => ['shape' => 'ResourceName']]], 'DisableAddOnResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'Disk' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'addOns' => ['shape' => 'AddOnList'], 'sizeInGb' => ['shape' => 'integer'], 'isSystemDisk' => ['shape' => 'boolean'], 'iops' => ['shape' => 'integer'], 'path' => ['shape' => 'string'], 'state' => ['shape' => 'DiskState'], 'attachedTo' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean'], 'attachmentState' => ['shape' => 'string', 'deprecated' => \true], 'gbInUse' => ['shape' => 'integer', 'deprecated' => \true]]], 'DiskInfo' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'path' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'isSystemDisk' => ['shape' => 'boolean']]], 'DiskInfoList' => ['type' => 'list', 'member' => ['shape' => 'DiskInfo']], 'DiskList' => ['type' => 'list', 'member' => ['shape' => 'Disk']], 'DiskMap' => ['type' => 'structure', 'members' => ['originalDiskPath' => ['shape' => 'NonEmptyString'], 'newDiskName' => ['shape' => 'ResourceName']]], 'DiskMapList' => ['type' => 'list', 'member' => ['shape' => 'DiskMap']], 'DiskSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'sizeInGb' => ['shape' => 'integer'], 'state' => ['shape' => 'DiskSnapshotState'], 'progress' => ['shape' => 'string'], 'fromDiskName' => ['shape' => 'ResourceName'], 'fromDiskArn' => ['shape' => 'NonEmptyString'], 'fromInstanceName' => ['shape' => 'ResourceName'], 'fromInstanceArn' => ['shape' => 'NonEmptyString'], 'isFromAutoSnapshot' => ['shape' => 'boolean']]], 'DiskSnapshotInfo' => ['type' => 'structure', 'members' => ['sizeInGb' => ['shape' => 'integer']]], 'DiskSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DiskSnapshot']], 'DiskSnapshotState' => ['type' => 'string', 'enum' => ['pending', 'completed', 'error', 'unknown']], 'DiskState' => ['type' => 'string', 'enum' => ['pending', 'error', 'available', 'in-use', 'unknown']], 'DistributionBundle' => ['type' => 'structure', 'members' => ['bundleId' => ['shape' => 'string'], 'name' => ['shape' => 'string'], 'price' => ['shape' => 'float'], 'transferPerMonthInGb' => ['shape' => 'integer'], 'isActive' => ['shape' => 'boolean']]], 'DistributionBundleList' => ['type' => 'list', 'member' => ['shape' => 'DistributionBundle']], 'DistributionList' => ['type' => 'list', 'member' => ['shape' => 'LightsailDistribution']], 'DistributionMetricName' => ['type' => 'string', 'enum' => ['Requests', 'BytesDownloaded', 'BytesUploaded', 'TotalErrorRate', 'Http4xxErrorRate', 'Http5xxErrorRate']], 'Domain' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'domainEntries' => ['shape' => 'DomainEntryList']]], 'DomainEntry' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'name' => ['shape' => 'DomainName'], 'target' => ['shape' => 'string'], 'isAlias' => ['shape' => 'boolean'], 'type' => ['shape' => 'DomainEntryType'], 'options' => ['shape' => 'DomainEntryOptions', 'deprecated' => \true]]], 'DomainEntryList' => ['type' => 'list', 'member' => ['shape' => 'DomainEntry']], 'DomainEntryOptions' => ['type' => 'map', 'key' => ['shape' => 'DomainEntryOptionsKeys'], 'value' => ['shape' => 'string']], 'DomainEntryOptionsKeys' => ['type' => 'string'], 'DomainEntryType' => ['type' => 'string'], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'Domain']], 'DomainName' => ['type' => 'string'], 'DomainNameList' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'DomainValidationRecord' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'resourceRecord' => ['shape' => 'ResourceRecord']]], 'DomainValidationRecordList' => ['type' => 'list', 'member' => ['shape' => 'DomainValidationRecord']], 'DownloadDefaultKeyPairRequest' => ['type' => 'structure', 'members' => []], 'DownloadDefaultKeyPairResult' => ['type' => 'structure', 'members' => ['publicKeyBase64' => ['shape' => 'Base64'], 'privateKeyBase64' => ['shape' => 'Base64']]], 'EligibleToRenew' => ['type' => 'string'], 'EnableAddOnRequest' => ['type' => 'structure', 'required' => ['resourceName', 'addOnRequest'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'addOnRequest' => ['shape' => 'AddOnRequest']]], 'EnableAddOnResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'ExportSnapshotRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'state' => ['shape' => 'RecordState'], 'sourceInfo' => ['shape' => 'ExportSnapshotRecordSourceInfo'], 'destinationInfo' => ['shape' => 'DestinationInfo']]], 'ExportSnapshotRecordList' => ['type' => 'list', 'member' => ['shape' => 'ExportSnapshotRecord']], 'ExportSnapshotRecordSourceInfo' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'ExportSnapshotRecordSourceType'], 'createdAt' => ['shape' => 'IsoDate'], 'name' => ['shape' => 'NonEmptyString'], 'arn' => ['shape' => 'NonEmptyString'], 'fromResourceName' => ['shape' => 'NonEmptyString'], 'fromResourceArn' => ['shape' => 'NonEmptyString'], 'instanceSnapshotInfo' => ['shape' => 'InstanceSnapshotInfo'], 'diskSnapshotInfo' => ['shape' => 'DiskSnapshotInfo']]], 'ExportSnapshotRecordSourceType' => ['type' => 'string', 'enum' => ['InstanceSnapshot', 'DiskSnapshot']], 'ExportSnapshotRequest' => ['type' => 'structure', 'required' => ['sourceSnapshotName'], 'members' => ['sourceSnapshotName' => ['shape' => 'ResourceName']]], 'ExportSnapshotResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'ForwardValues' => ['type' => 'string', 'enum' => ['none', 'allow-list', 'all']], 'GetActiveNamesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetActiveNamesResult' => ['type' => 'structure', 'members' => ['activeNames' => ['shape' => 'StringList'], 'nextPageToken' => ['shape' => 'string']]], 'GetAlarmsRequest' => ['type' => 'structure', 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string'], 'monitoredResourceName' => ['shape' => 'ResourceName']]], 'GetAlarmsResult' => ['type' => 'structure', 'members' => ['alarms' => ['shape' => 'AlarmsList'], 'nextPageToken' => ['shape' => 'string']]], 'GetAutoSnapshotsRequest' => ['type' => 'structure', 'required' => ['resourceName'], 'members' => ['resourceName' => ['shape' => 'ResourceName']]], 'GetAutoSnapshotsResult' => ['type' => 'structure', 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType'], 'autoSnapshots' => ['shape' => 'AutoSnapshotDetailsList']]], 'GetBlueprintsRequest' => ['type' => 'structure', 'members' => ['includeInactive' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetBlueprintsResult' => ['type' => 'structure', 'members' => ['blueprints' => ['shape' => 'BlueprintList'], 'nextPageToken' => ['shape' => 'string']]], 'GetBundlesRequest' => ['type' => 'structure', 'members' => ['includeInactive' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetBundlesResult' => ['type' => 'structure', 'members' => ['bundles' => ['shape' => 'BundleList'], 'nextPageToken' => ['shape' => 'string']]], 'GetCertificatesRequest' => ['type' => 'structure', 'members' => ['certificateStatuses' => ['shape' => 'CertificateStatusList'], 'includeCertificateDetails' => ['shape' => 'IncludeCertificateDetails'], 'certificateName' => ['shape' => 'CertificateName']]], 'GetCertificatesResult' => ['type' => 'structure', 'members' => ['certificates' => ['shape' => 'CertificateSummaryList']]], 'GetCloudFormationStackRecordsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetCloudFormationStackRecordsResult' => ['type' => 'structure', 'members' => ['cloudFormationStackRecords' => ['shape' => 'CloudFormationStackRecordList'], 'nextPageToken' => ['shape' => 'string']]], 'GetContactMethodsRequest' => ['type' => 'structure', 'members' => ['protocols' => ['shape' => 'ContactProtocolsList']]], 'GetContactMethodsResult' => ['type' => 'structure', 'members' => ['contactMethods' => ['shape' => 'ContactMethodsList']]], 'GetDiskRequest' => ['type' => 'structure', 'required' => ['diskName'], 'members' => ['diskName' => ['shape' => 'ResourceName']]], 'GetDiskResult' => ['type' => 'structure', 'members' => ['disk' => ['shape' => 'Disk']]], 'GetDiskSnapshotRequest' => ['type' => 'structure', 'required' => ['diskSnapshotName'], 'members' => ['diskSnapshotName' => ['shape' => 'ResourceName']]], 'GetDiskSnapshotResult' => ['type' => 'structure', 'members' => ['diskSnapshot' => ['shape' => 'DiskSnapshot']]], 'GetDiskSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDiskSnapshotsResult' => ['type' => 'structure', 'members' => ['diskSnapshots' => ['shape' => 'DiskSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetDisksRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDisksResult' => ['type' => 'structure', 'members' => ['disks' => ['shape' => 'DiskList'], 'nextPageToken' => ['shape' => 'string']]], 'GetDistributionBundlesRequest' => ['type' => 'structure', 'members' => []], 'GetDistributionBundlesResult' => ['type' => 'structure', 'members' => ['bundles' => ['shape' => 'DistributionBundleList']]], 'GetDistributionLatestCacheResetRequest' => ['type' => 'structure', 'members' => ['distributionName' => ['shape' => 'ResourceName']]], 'GetDistributionLatestCacheResetResult' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'string'], 'createTime' => ['shape' => 'IsoDate']]], 'GetDistributionMetricDataRequest' => ['type' => 'structure', 'required' => ['distributionName', 'metricName', 'startTime', 'endTime', 'period', 'unit', 'statistics'], 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'DistributionMetricName'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'period' => ['shape' => 'MetricPeriod'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetDistributionMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'DistributionMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetDistributionsRequest' => ['type' => 'structure', 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string']]], 'GetDistributionsResult' => ['type' => 'structure', 'members' => ['distributions' => ['shape' => 'DistributionList'], 'nextPageToken' => ['shape' => 'string']]], 'GetDomainRequest' => ['type' => 'structure', 'required' => ['domainName'], 'members' => ['domainName' => ['shape' => 'DomainName']]], 'GetDomainResult' => ['type' => 'structure', 'members' => ['domain' => ['shape' => 'Domain']]], 'GetDomainsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetDomainsResult' => ['type' => 'structure', 'members' => ['domains' => ['shape' => 'DomainList'], 'nextPageToken' => ['shape' => 'string']]], 'GetExportSnapshotRecordsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetExportSnapshotRecordsResult' => ['type' => 'structure', 'members' => ['exportSnapshotRecords' => ['shape' => 'ExportSnapshotRecordList'], 'nextPageToken' => ['shape' => 'string']]], 'GetInstanceAccessDetailsRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'protocol' => ['shape' => 'InstanceAccessProtocol']]], 'GetInstanceAccessDetailsResult' => ['type' => 'structure', 'members' => ['accessDetails' => ['shape' => 'InstanceAccessDetails']]], 'GetInstanceMetricDataRequest' => ['type' => 'structure', 'required' => ['instanceName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'InstanceMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetInstanceMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'InstanceMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetInstancePortStatesRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstancePortStatesResult' => ['type' => 'structure', 'members' => ['portStates' => ['shape' => 'InstancePortStateList']]], 'GetInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstanceResult' => ['type' => 'structure', 'members' => ['instance' => ['shape' => 'Instance']]], 'GetInstanceSnapshotRequest' => ['type' => 'structure', 'required' => ['instanceSnapshotName'], 'members' => ['instanceSnapshotName' => ['shape' => 'ResourceName']]], 'GetInstanceSnapshotResult' => ['type' => 'structure', 'members' => ['instanceSnapshot' => ['shape' => 'InstanceSnapshot']]], 'GetInstanceSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetInstanceSnapshotsResult' => ['type' => 'structure', 'members' => ['instanceSnapshots' => ['shape' => 'InstanceSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetInstanceStateRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'GetInstanceStateResult' => ['type' => 'structure', 'members' => ['state' => ['shape' => 'InstanceState']]], 'GetInstancesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetInstancesResult' => ['type' => 'structure', 'members' => ['instances' => ['shape' => 'InstanceList'], 'nextPageToken' => ['shape' => 'string']]], 'GetKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName'], 'members' => ['keyPairName' => ['shape' => 'ResourceName']]], 'GetKeyPairResult' => ['type' => 'structure', 'members' => ['keyPair' => ['shape' => 'KeyPair']]], 'GetKeyPairsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetKeyPairsResult' => ['type' => 'structure', 'members' => ['keyPairs' => ['shape' => 'KeyPairList'], 'nextPageToken' => ['shape' => 'string']]], 'GetLoadBalancerMetricDataRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'LoadBalancerMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'timestamp'], 'endTime' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetLoadBalancerMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'LoadBalancerMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetLoadBalancerRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'GetLoadBalancerResult' => ['type' => 'structure', 'members' => ['loadBalancer' => ['shape' => 'LoadBalancer']]], 'GetLoadBalancerTlsCertificatesRequest' => ['type' => 'structure', 'required' => ['loadBalancerName'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName']]], 'GetLoadBalancerTlsCertificatesResult' => ['type' => 'structure', 'members' => ['tlsCertificates' => ['shape' => 'LoadBalancerTlsCertificateList']]], 'GetLoadBalancersRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetLoadBalancersResult' => ['type' => 'structure', 'members' => ['loadBalancers' => ['shape' => 'LoadBalancerList'], 'nextPageToken' => ['shape' => 'string']]], 'GetOperationRequest' => ['type' => 'structure', 'required' => ['operationId'], 'members' => ['operationId' => ['shape' => 'NonEmptyString']]], 'GetOperationResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'GetOperationsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceName'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string']]], 'GetOperationsForResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList'], 'nextPageCount' => ['shape' => 'string', 'deprecated' => \true], 'nextPageToken' => ['shape' => 'string']]], 'GetOperationsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetOperationsResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRegionsRequest' => ['type' => 'structure', 'members' => ['includeAvailabilityZones' => ['shape' => 'boolean'], 'includeRelationalDatabaseAvailabilityZones' => ['shape' => 'boolean']]], 'GetRegionsResult' => ['type' => 'structure', 'members' => ['regions' => ['shape' => 'RegionList']]], 'GetRelationalDatabaseBlueprintsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBlueprintsResult' => ['type' => 'structure', 'members' => ['blueprints' => ['shape' => 'RelationalDatabaseBlueprintList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBundlesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseBundlesResult' => ['type' => 'structure', 'members' => ['bundles' => ['shape' => 'RelationalDatabaseBundleList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseEventsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'durationInMinutes' => ['shape' => 'integer'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseEventsResult' => ['type' => 'structure', 'members' => ['relationalDatabaseEvents' => ['shape' => 'RelationalDatabaseEventList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogEventsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'logStreamName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'logStreamName' => ['shape' => 'string'], 'startTime' => ['shape' => 'IsoDate'], 'endTime' => ['shape' => 'IsoDate'], 'startFromHead' => ['shape' => 'boolean'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogEventsResult' => ['type' => 'structure', 'members' => ['resourceLogEvents' => ['shape' => 'LogEventList'], 'nextBackwardToken' => ['shape' => 'string'], 'nextForwardToken' => ['shape' => 'string']]], 'GetRelationalDatabaseLogStreamsRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseLogStreamsResult' => ['type' => 'structure', 'members' => ['logStreams' => ['shape' => 'StringList']]], 'GetRelationalDatabaseMasterUserPasswordRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'passwordVersion' => ['shape' => 'RelationalDatabasePasswordVersion']]], 'GetRelationalDatabaseMasterUserPasswordResult' => ['type' => 'structure', 'members' => ['masterUserPassword' => ['shape' => 'SensitiveString'], 'createdAt' => ['shape' => 'IsoDate']]], 'GetRelationalDatabaseMetricDataRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'metricName', 'period', 'startTime', 'endTime', 'unit', 'statistics'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'RelationalDatabaseMetricName'], 'period' => ['shape' => 'MetricPeriod'], 'startTime' => ['shape' => 'IsoDate'], 'endTime' => ['shape' => 'IsoDate'], 'unit' => ['shape' => 'MetricUnit'], 'statistics' => ['shape' => 'MetricStatisticList']]], 'GetRelationalDatabaseMetricDataResult' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'RelationalDatabaseMetricName'], 'metricData' => ['shape' => 'MetricDatapointList']]], 'GetRelationalDatabaseParametersRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseParametersResult' => ['type' => 'structure', 'members' => ['parameters' => ['shape' => 'RelationalDatabaseParameterList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['relationalDatabase' => ['shape' => 'RelationalDatabase']]], 'GetRelationalDatabaseSnapshotRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseSnapshotName'], 'members' => ['relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'GetRelationalDatabaseSnapshotResult' => ['type' => 'structure', 'members' => ['relationalDatabaseSnapshot' => ['shape' => 'RelationalDatabaseSnapshot']]], 'GetRelationalDatabaseSnapshotsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabaseSnapshotsResult' => ['type' => 'structure', 'members' => ['relationalDatabaseSnapshots' => ['shape' => 'RelationalDatabaseSnapshotList'], 'nextPageToken' => ['shape' => 'string']]], 'GetRelationalDatabasesRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetRelationalDatabasesResult' => ['type' => 'structure', 'members' => ['relationalDatabases' => ['shape' => 'RelationalDatabaseList'], 'nextPageToken' => ['shape' => 'string']]], 'GetStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'GetStaticIpResult' => ['type' => 'structure', 'members' => ['staticIp' => ['shape' => 'StaticIp']]], 'GetStaticIpsRequest' => ['type' => 'structure', 'members' => ['pageToken' => ['shape' => 'string']]], 'GetStaticIpsResult' => ['type' => 'structure', 'members' => ['staticIps' => ['shape' => 'StaticIpList'], 'nextPageToken' => ['shape' => 'string']]], 'HeaderEnum' => ['type' => 'string', 'enum' => ['Accept', 'Accept-Charset', 'Accept-Datetime', 'Accept-Encoding', 'Accept-Language', 'Authorization', 'CloudFront-Forwarded-Proto', 'CloudFront-Is-Desktop-Viewer', 'CloudFront-Is-Mobile-Viewer', 'CloudFront-Is-SmartTV-Viewer', 'CloudFront-Is-Tablet-Viewer', 'CloudFront-Viewer-Country', 'Host', 'Origin', 'Referer']], 'HeaderForwardList' => ['type' => 'list', 'member' => ['shape' => 'HeaderEnum']], 'HeaderObject' => ['type' => 'structure', 'members' => ['option' => ['shape' => 'ForwardValues'], 'headersAllowList' => ['shape' => 'HeaderForwardList']]], 'HostKeyAttributes' => ['type' => 'structure', 'members' => ['algorithm' => ['shape' => 'string'], 'publicKey' => ['shape' => 'string'], 'witnessedAt' => ['shape' => 'IsoDate'], 'fingerprintSHA1' => ['shape' => 'string'], 'fingerprintSHA256' => ['shape' => 'string'], 'notValidBefore' => ['shape' => 'IsoDate'], 'notValidAfter' => ['shape' => 'IsoDate']]], 'HostKeysList' => ['type' => 'list', 'member' => ['shape' => 'HostKeyAttributes']], 'ImportKeyPairRequest' => ['type' => 'structure', 'required' => ['keyPairName', 'publicKeyBase64'], 'members' => ['keyPairName' => ['shape' => 'ResourceName'], 'publicKeyBase64' => ['shape' => 'Base64']]], 'ImportKeyPairResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'InUseResourceCount' => ['type' => 'integer'], 'IncludeCertificateDetails' => ['type' => 'boolean'], 'InputOrigin' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'regionName' => ['shape' => 'RegionName'], 'protocolPolicy' => ['shape' => 'OriginProtocolPolicyEnum']]], 'Instance' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'blueprintId' => ['shape' => 'NonEmptyString'], 'blueprintName' => ['shape' => 'NonEmptyString'], 'bundleId' => ['shape' => 'NonEmptyString'], 'addOns' => ['shape' => 'AddOnList'], 'isStaticIp' => ['shape' => 'boolean'], 'privateIpAddress' => ['shape' => 'IpAddress'], 'publicIpAddress' => ['shape' => 'IpAddress'], 'ipv6Address' => ['shape' => 'IpV6Address'], 'hardware' => ['shape' => 'InstanceHardware'], 'networking' => ['shape' => 'InstanceNetworking'], 'state' => ['shape' => 'InstanceState'], 'username' => ['shape' => 'NonEmptyString'], 'sshKeyName' => ['shape' => 'ResourceName']]], 'InstanceAccessDetails' => ['type' => 'structure', 'members' => ['certKey' => ['shape' => 'string'], 'expiresAt' => ['shape' => 'IsoDate'], 'ipAddress' => ['shape' => 'IpAddress'], 'password' => ['shape' => 'string'], 'passwordData' => ['shape' => 'PasswordData'], 'privateKey' => ['shape' => 'string'], 'protocol' => ['shape' => 'InstanceAccessProtocol'], 'instanceName' => ['shape' => 'ResourceName'], 'username' => ['shape' => 'string'], 'hostKeys' => ['shape' => 'HostKeysList']]], 'InstanceAccessProtocol' => ['type' => 'string', 'enum' => ['ssh', 'rdp']], 'InstanceEntry' => ['type' => 'structure', 'required' => ['sourceName', 'instanceType', 'portInfoSource', 'availabilityZone'], 'members' => ['sourceName' => ['shape' => 'ResourceName'], 'instanceType' => ['shape' => 'NonEmptyString'], 'portInfoSource' => ['shape' => 'PortInfoSourceType'], 'userData' => ['shape' => 'string'], 'availabilityZone' => ['shape' => 'string']]], 'InstanceEntryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceEntry']], 'InstanceHardware' => ['type' => 'structure', 'members' => ['cpuCount' => ['shape' => 'integer'], 'disks' => ['shape' => 'DiskList'], 'ramSizeInGb' => ['shape' => 'float']]], 'InstanceHealthReason' => ['type' => 'string', 'enum' => ['Lb.RegistrationInProgress', 'Lb.InitialHealthChecking', 'Lb.InternalError', 'Instance.ResponseCodeMismatch', 'Instance.Timeout', 'Instance.FailedHealthChecks', 'Instance.NotRegistered', 'Instance.NotInUse', 'Instance.DeregistrationInProgress', 'Instance.InvalidState', 'Instance.IpUnusable']], 'InstanceHealthState' => ['type' => 'string', 'enum' => ['initial', 'healthy', 'unhealthy', 'unused', 'draining', 'unavailable']], 'InstanceHealthSummary' => ['type' => 'structure', 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'instanceHealth' => ['shape' => 'InstanceHealthState'], 'instanceHealthReason' => ['shape' => 'InstanceHealthReason']]], 'InstanceHealthSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceHealthSummary']], 'InstanceList' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InstanceMetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'NetworkIn', 'NetworkOut', 'StatusCheckFailed', 'StatusCheckFailed_Instance', 'StatusCheckFailed_System', 'BurstCapacityTime', 'BurstCapacityPercentage']], 'InstanceNetworking' => ['type' => 'structure', 'members' => ['monthlyTransfer' => ['shape' => 'MonthlyTransfer'], 'ports' => ['shape' => 'InstancePortInfoList']]], 'InstancePlatform' => ['type' => 'string', 'enum' => ['LINUX_UNIX', 'WINDOWS']], 'InstancePlatformList' => ['type' => 'list', 'member' => ['shape' => 'InstancePlatform']], 'InstancePortInfo' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol'], 'accessFrom' => ['shape' => 'string'], 'accessType' => ['shape' => 'PortAccessType'], 'commonName' => ['shape' => 'string'], 'accessDirection' => ['shape' => 'AccessDirection'], 'cidrs' => ['shape' => 'StringList'], 'cidrListAliases' => ['shape' => 'StringList']]], 'InstancePortInfoList' => ['type' => 'list', 'member' => ['shape' => 'InstancePortInfo']], 'InstancePortState' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol'], 'state' => ['shape' => 'PortState'], 'cidrs' => ['shape' => 'StringList'], 'cidrListAliases' => ['shape' => 'StringList']]], 'InstancePortStateList' => ['type' => 'list', 'member' => ['shape' => 'InstancePortState']], 'InstanceSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'state' => ['shape' => 'InstanceSnapshotState'], 'progress' => ['shape' => 'string'], 'fromAttachedDisks' => ['shape' => 'DiskList'], 'fromInstanceName' => ['shape' => 'ResourceName'], 'fromInstanceArn' => ['shape' => 'NonEmptyString'], 'fromBlueprintId' => ['shape' => 'string'], 'fromBundleId' => ['shape' => 'string'], 'isFromAutoSnapshot' => ['shape' => 'boolean'], 'sizeInGb' => ['shape' => 'integer']]], 'InstanceSnapshotInfo' => ['type' => 'structure', 'members' => ['fromBundleId' => ['shape' => 'NonEmptyString'], 'fromBlueprintId' => ['shape' => 'NonEmptyString'], 'fromDiskInfo' => ['shape' => 'DiskInfoList']]], 'InstanceSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSnapshot']], 'InstanceSnapshotState' => ['type' => 'string', 'enum' => ['pending', 'error', 'available']], 'InstanceState' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'integer'], 'name' => ['shape' => 'string']]], 'InvalidInputException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'pattern' => '([0-9]{1,3}\\.){3}[0-9]{1,3}'], 'IpV6Address' => ['type' => 'string', 'pattern' => '([A-F0-9]{1,4}:){7}[A-F0-9]{1,4}'], 'IsVpcPeeredRequest' => ['type' => 'structure', 'members' => []], 'IsVpcPeeredResult' => ['type' => 'structure', 'members' => ['isPeered' => ['shape' => 'boolean']]], 'IsoDate' => ['type' => 'timestamp'], 'IssuerCA' => ['type' => 'string'], 'KeyAlgorithm' => ['type' => 'string'], 'KeyPair' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'fingerprint' => ['shape' => 'Base64']]], 'KeyPairList' => ['type' => 'list', 'member' => ['shape' => 'KeyPair']], 'LightsailDistribution' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'alternativeDomainNames' => ['shape' => 'StringList'], 'status' => ['shape' => 'string'], 'isEnabled' => ['shape' => 'boolean'], 'domainName' => ['shape' => 'string'], 'bundleId' => ['shape' => 'string'], 'certificateName' => ['shape' => 'ResourceName'], 'origin' => ['shape' => 'Origin'], 'originPublicDNS' => ['shape' => 'string'], 'defaultCacheBehavior' => ['shape' => 'CacheBehavior'], 'cacheBehaviorSettings' => ['shape' => 'CacheSettings'], 'cacheBehaviors' => ['shape' => 'CacheBehaviorList'], 'ableToUpdateBundle' => ['shape' => 'boolean'], 'tags' => ['shape' => 'TagList']]], 'LoadBalancer' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'dnsName' => ['shape' => 'NonEmptyString'], 'state' => ['shape' => 'LoadBalancerState'], 'protocol' => ['shape' => 'LoadBalancerProtocol'], 'publicPorts' => ['shape' => 'PortList'], 'healthCheckPath' => ['shape' => 'NonEmptyString'], 'instancePort' => ['shape' => 'integer'], 'instanceHealthSummary' => ['shape' => 'InstanceHealthSummaryList'], 'tlsCertificateSummaries' => ['shape' => 'LoadBalancerTlsCertificateSummaryList'], 'configurationOptions' => ['shape' => 'LoadBalancerConfigurationOptions']]], 'LoadBalancerAttributeName' => ['type' => 'string', 'enum' => ['HealthCheckPath', 'SessionStickinessEnabled', 'SessionStickiness_LB_CookieDurationSeconds']], 'LoadBalancerConfigurationOptions' => ['type' => 'map', 'key' => ['shape' => 'LoadBalancerAttributeName'], 'value' => ['shape' => 'string']], 'LoadBalancerList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancer']], 'LoadBalancerMetricName' => ['type' => 'string', 'enum' => ['ClientTLSNegotiationErrorCount', 'HealthyHostCount', 'UnhealthyHostCount', 'HTTPCode_LB_4XX_Count', 'HTTPCode_LB_5XX_Count', 'HTTPCode_Instance_2XX_Count', 'HTTPCode_Instance_3XX_Count', 'HTTPCode_Instance_4XX_Count', 'HTTPCode_Instance_5XX_Count', 'InstanceResponseTime', 'RejectedConnectionCount', 'RequestCount']], 'LoadBalancerProtocol' => ['type' => 'string', 'enum' => ['HTTP_HTTPS', 'HTTP']], 'LoadBalancerState' => ['type' => 'string', 'enum' => ['active', 'provisioning', 'active_impaired', 'failed', 'unknown']], 'LoadBalancerTlsCertificate' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'loadBalancerName' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean'], 'status' => ['shape' => 'LoadBalancerTlsCertificateStatus'], 'domainName' => ['shape' => 'DomainName'], 'domainValidationRecords' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationRecordList'], 'failureReason' => ['shape' => 'LoadBalancerTlsCertificateFailureReason'], 'issuedAt' => ['shape' => 'IsoDate'], 'issuer' => ['shape' => 'NonEmptyString'], 'keyAlgorithm' => ['shape' => 'NonEmptyString'], 'notAfter' => ['shape' => 'IsoDate'], 'notBefore' => ['shape' => 'IsoDate'], 'renewalSummary' => ['shape' => 'LoadBalancerTlsCertificateRenewalSummary'], 'revocationReason' => ['shape' => 'LoadBalancerTlsCertificateRevocationReason'], 'revokedAt' => ['shape' => 'IsoDate'], 'serial' => ['shape' => 'NonEmptyString'], 'signatureAlgorithm' => ['shape' => 'NonEmptyString'], 'subject' => ['shape' => 'NonEmptyString'], 'subjectAlternativeNames' => ['shape' => 'StringList']]], 'LoadBalancerTlsCertificateDomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'FAILED', 'SUCCESS']], 'LoadBalancerTlsCertificateDomainValidationOption' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'validationStatus' => ['shape' => 'LoadBalancerTlsCertificateDomainStatus']]], 'LoadBalancerTlsCertificateDomainValidationOptionList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationOption']], 'LoadBalancerTlsCertificateDomainValidationRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'NonEmptyString'], 'type' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString'], 'validationStatus' => ['shape' => 'LoadBalancerTlsCertificateDomainStatus'], 'domainName' => ['shape' => 'DomainName']]], 'LoadBalancerTlsCertificateDomainValidationRecordList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationRecord']], 'LoadBalancerTlsCertificateFailureReason' => ['type' => 'string', 'enum' => ['NO_AVAILABLE_CONTACTS', 'ADDITIONAL_VERIFICATION_REQUIRED', 'DOMAIN_NOT_ALLOWED', 'INVALID_PUBLIC_DOMAIN', 'OTHER']], 'LoadBalancerTlsCertificateList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificate']], 'LoadBalancerTlsCertificateRenewalStatus' => ['type' => 'string', 'enum' => ['PENDING_AUTO_RENEWAL', 'PENDING_VALIDATION', 'SUCCESS', 'FAILED']], 'LoadBalancerTlsCertificateRenewalSummary' => ['type' => 'structure', 'members' => ['renewalStatus' => ['shape' => 'LoadBalancerTlsCertificateRenewalStatus'], 'domainValidationOptions' => ['shape' => 'LoadBalancerTlsCertificateDomainValidationOptionList']]], 'LoadBalancerTlsCertificateRevocationReason' => ['type' => 'string', 'enum' => ['UNSPECIFIED', 'KEY_COMPROMISE', 'CA_COMPROMISE', 'AFFILIATION_CHANGED', 'SUPERCEDED', 'CESSATION_OF_OPERATION', 'CERTIFICATE_HOLD', 'REMOVE_FROM_CRL', 'PRIVILEGE_WITHDRAWN', 'A_A_COMPROMISE']], 'LoadBalancerTlsCertificateStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ISSUED', 'INACTIVE', 'EXPIRED', 'VALIDATION_TIMED_OUT', 'REVOKED', 'FAILED', 'UNKNOWN']], 'LoadBalancerTlsCertificateSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean']]], 'LoadBalancerTlsCertificateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LoadBalancerTlsCertificateSummary']], 'LogEvent' => ['type' => 'structure', 'members' => ['createdAt' => ['shape' => 'IsoDate'], 'message' => ['shape' => 'string']]], 'LogEventList' => ['type' => 'list', 'member' => ['shape' => 'LogEvent']], 'MetricDatapoint' => ['type' => 'structure', 'members' => ['average' => ['shape' => 'double'], 'maximum' => ['shape' => 'double'], 'minimum' => ['shape' => 'double'], 'sampleCount' => ['shape' => 'double'], 'sum' => ['shape' => 'double'], 'timestamp' => ['shape' => 'timestamp'], 'unit' => ['shape' => 'MetricUnit']]], 'MetricDatapointList' => ['type' => 'list', 'member' => ['shape' => 'MetricDatapoint']], 'MetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'NetworkIn', 'NetworkOut', 'StatusCheckFailed', 'StatusCheckFailed_Instance', 'StatusCheckFailed_System', 'ClientTLSNegotiationErrorCount', 'HealthyHostCount', 'UnhealthyHostCount', 'HTTPCode_LB_4XX_Count', 'HTTPCode_LB_5XX_Count', 'HTTPCode_Instance_2XX_Count', 'HTTPCode_Instance_3XX_Count', 'HTTPCode_Instance_4XX_Count', 'HTTPCode_Instance_5XX_Count', 'InstanceResponseTime', 'RejectedConnectionCount', 'RequestCount', 'DatabaseConnections', 'DiskQueueDepth', 'FreeStorageSpace', 'NetworkReceiveThroughput', 'NetworkTransmitThroughput', 'BurstCapacityTime', 'BurstCapacityPercentage']], 'MetricPeriod' => ['type' => 'integer', 'max' => 86400, 'min' => 60], 'MetricStatistic' => ['type' => 'string', 'enum' => ['Minimum', 'Maximum', 'Sum', 'Average', 'SampleCount']], 'MetricStatisticList' => ['type' => 'list', 'member' => ['shape' => 'MetricStatistic']], 'MetricUnit' => ['type' => 'string', 'enum' => ['Seconds', 'Microseconds', 'Milliseconds', 'Bytes', 'Kilobytes', 'Megabytes', 'Gigabytes', 'Terabytes', 'Bits', 'Kilobits', 'Megabits', 'Gigabits', 'Terabits', 'Percent', 'Count', 'Bytes/Second', 'Kilobytes/Second', 'Megabytes/Second', 'Gigabytes/Second', 'Terabytes/Second', 'Bits/Second', 'Kilobits/Second', 'Megabits/Second', 'Gigabits/Second', 'Terabits/Second', 'Count/Second', 'None']], 'MonitoredResourceInfo' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'ResourceArn'], 'name' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType']]], 'MonthlyTransfer' => ['type' => 'structure', 'members' => ['gbPerMonthAllocated' => ['shape' => 'integer']]], 'NetworkProtocol' => ['type' => 'string', 'enum' => ['tcp', 'all', 'udp', 'icmp']], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NotFoundException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'NotificationTriggerList' => ['type' => 'list', 'member' => ['shape' => 'AlarmState']], 'OpenInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfo', 'instanceName'], 'members' => ['portInfo' => ['shape' => 'PortInfo'], 'instanceName' => ['shape' => 'ResourceName']]], 'OpenInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'Operation' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'NonEmptyString'], 'resourceName' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'isTerminal' => ['shape' => 'boolean'], 'operationDetails' => ['shape' => 'string'], 'operationType' => ['shape' => 'OperationType'], 'status' => ['shape' => 'OperationStatus'], 'statusChangedAt' => ['shape' => 'IsoDate'], 'errorCode' => ['shape' => 'string'], 'errorDetails' => ['shape' => 'string']]], 'OperationFailureException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'OperationList' => ['type' => 'list', 'member' => ['shape' => 'Operation']], 'OperationStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'Started', 'Failed', 'Completed', 'Succeeded']], 'OperationType' => ['type' => 'string', 'enum' => ['DeleteKnownHostKeys', 'DeleteInstance', 'CreateInstance', 'StopInstance', 'StartInstance', 'RebootInstance', 'OpenInstancePublicPorts', 'PutInstancePublicPorts', 'CloseInstancePublicPorts', 'AllocateStaticIp', 'ReleaseStaticIp', 'AttachStaticIp', 'DetachStaticIp', 'UpdateDomainEntry', 'DeleteDomainEntry', 'CreateDomain', 'DeleteDomain', 'CreateInstanceSnapshot', 'DeleteInstanceSnapshot', 'CreateInstancesFromSnapshot', 'CreateLoadBalancer', 'DeleteLoadBalancer', 'AttachInstancesToLoadBalancer', 'DetachInstancesFromLoadBalancer', 'UpdateLoadBalancerAttribute', 'CreateLoadBalancerTlsCertificate', 'DeleteLoadBalancerTlsCertificate', 'AttachLoadBalancerTlsCertificate', 'CreateDisk', 'DeleteDisk', 'AttachDisk', 'DetachDisk', 'CreateDiskSnapshot', 'DeleteDiskSnapshot', 'CreateDiskFromSnapshot', 'CreateRelationalDatabase', 'UpdateRelationalDatabase', 'DeleteRelationalDatabase', 'CreateRelationalDatabaseFromSnapshot', 'CreateRelationalDatabaseSnapshot', 'DeleteRelationalDatabaseSnapshot', 'UpdateRelationalDatabaseParameters', 'StartRelationalDatabase', 'RebootRelationalDatabase', 'StopRelationalDatabase', 'EnableAddOn', 'DisableAddOn', 'PutAlarm', 'GetAlarms', 'DeleteAlarm', 'TestAlarm', 'CreateContactMethod', 'GetContactMethods', 'SendContactMethodVerification', 'DeleteContactMethod', 'CreateDistribution', 'UpdateDistribution', 'DeleteDistribution', 'ResetDistributionCache', 'AttachCertificateToDistribution', 'DetachCertificateFromDistribution', 'UpdateDistributionBundle', 'CreateCertificate', 'DeleteCertificate']], 'Origin' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'resourceType' => ['shape' => 'ResourceType'], 'regionName' => ['shape' => 'RegionName'], 'protocolPolicy' => ['shape' => 'OriginProtocolPolicyEnum']]], 'OriginProtocolPolicyEnum' => ['type' => 'string', 'enum' => ['http-only', 'https-only']], 'PasswordData' => ['type' => 'structure', 'members' => ['ciphertext' => ['shape' => 'string'], 'keyPairName' => ['shape' => 'ResourceName']]], 'PeerVpcRequest' => ['type' => 'structure', 'members' => []], 'PeerVpcResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'NonEmptyString'], 'description' => ['shape' => 'NonEmptyString'], 'currentApplyDate' => ['shape' => 'IsoDate']]], 'PendingMaintenanceActionList' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction']], 'PendingModifiedRelationalDatabaseValues' => ['type' => 'structure', 'members' => ['masterUserPassword' => ['shape' => 'string'], 'engineVersion' => ['shape' => 'string'], 'backupRetentionEnabled' => ['shape' => 'boolean']]], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => -1], 'PortAccessType' => ['type' => 'string', 'enum' => ['Public', 'Private']], 'PortInfo' => ['type' => 'structure', 'members' => ['fromPort' => ['shape' => 'Port'], 'toPort' => ['shape' => 'Port'], 'protocol' => ['shape' => 'NetworkProtocol'], 'cidrs' => ['shape' => 'StringList'], 'cidrListAliases' => ['shape' => 'StringList']]], 'PortInfoList' => ['type' => 'list', 'member' => ['shape' => 'PortInfo']], 'PortInfoSourceType' => ['type' => 'string', 'enum' => ['DEFAULT', 'INSTANCE', 'NONE', 'CLOSED']], 'PortList' => ['type' => 'list', 'member' => ['shape' => 'Port']], 'PortState' => ['type' => 'string', 'enum' => ['open', 'closed']], 'PutAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName', 'metricName', 'monitoredResourceName', 'comparisonOperator', 'threshold', 'evaluationPeriods'], 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'metricName' => ['shape' => 'MetricName'], 'monitoredResourceName' => ['shape' => 'ResourceName'], 'comparisonOperator' => ['shape' => 'ComparisonOperator'], 'threshold' => ['shape' => 'double'], 'evaluationPeriods' => ['shape' => 'integer'], 'datapointsToAlarm' => ['shape' => 'integer'], 'treatMissingData' => ['shape' => 'TreatMissingData'], 'contactProtocols' => ['shape' => 'ContactProtocolsList'], 'notificationTriggers' => ['shape' => 'NotificationTriggerList'], 'notificationEnabled' => ['shape' => 'boolean']]], 'PutAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'PutInstancePublicPortsRequest' => ['type' => 'structure', 'required' => ['portInfos', 'instanceName'], 'members' => ['portInfos' => ['shape' => 'PortInfoList'], 'instanceName' => ['shape' => 'ResourceName']]], 'PutInstancePublicPortsResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'QueryStringObject' => ['type' => 'structure', 'members' => ['option' => ['shape' => 'boolean'], 'queryStringsAllowList' => ['shape' => 'StringList']]], 'RebootInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'RebootInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'RebootRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'RebootRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'RecordState' => ['type' => 'string', 'enum' => ['Started', 'Succeeded', 'Failed']], 'Region' => ['type' => 'structure', 'members' => ['continentCode' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'displayName' => ['shape' => 'string'], 'name' => ['shape' => 'RegionName'], 'availabilityZones' => ['shape' => 'AvailabilityZoneList'], 'relationalDatabaseAvailabilityZones' => ['shape' => 'AvailabilityZoneList']]], 'RegionList' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'RegionName' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ca-central-1', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2']], 'RelationalDatabase' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'relationalDatabaseBlueprintId' => ['shape' => 'NonEmptyString'], 'relationalDatabaseBundleId' => ['shape' => 'NonEmptyString'], 'masterDatabaseName' => ['shape' => 'string'], 'hardware' => ['shape' => 'RelationalDatabaseHardware'], 'state' => ['shape' => 'NonEmptyString'], 'secondaryAvailabilityZone' => ['shape' => 'string'], 'backupRetentionEnabled' => ['shape' => 'boolean'], 'pendingModifiedValues' => ['shape' => 'PendingModifiedRelationalDatabaseValues'], 'engine' => ['shape' => 'NonEmptyString'], 'engineVersion' => ['shape' => 'NonEmptyString'], 'latestRestorableTime' => ['shape' => 'IsoDate'], 'masterUsername' => ['shape' => 'NonEmptyString'], 'parameterApplyStatus' => ['shape' => 'NonEmptyString'], 'preferredBackupWindow' => ['shape' => 'NonEmptyString'], 'preferredMaintenanceWindow' => ['shape' => 'NonEmptyString'], 'publiclyAccessible' => ['shape' => 'boolean'], 'masterEndpoint' => ['shape' => 'RelationalDatabaseEndpoint'], 'pendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActionList'], 'caCertificateIdentifier' => ['shape' => 'string']]], 'RelationalDatabaseBlueprint' => ['type' => 'structure', 'members' => ['blueprintId' => ['shape' => 'string'], 'engine' => ['shape' => 'RelationalDatabaseEngine'], 'engineVersion' => ['shape' => 'string'], 'engineDescription' => ['shape' => 'string'], 'engineVersionDescription' => ['shape' => 'string'], 'isEngineDefault' => ['shape' => 'boolean']]], 'RelationalDatabaseBlueprintList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseBlueprint']], 'RelationalDatabaseBundle' => ['type' => 'structure', 'members' => ['bundleId' => ['shape' => 'string'], 'name' => ['shape' => 'string'], 'price' => ['shape' => 'float'], 'ramSizeInGb' => ['shape' => 'float'], 'diskSizeInGb' => ['shape' => 'integer'], 'transferPerMonthInGb' => ['shape' => 'integer'], 'cpuCount' => ['shape' => 'integer'], 'isEncrypted' => ['shape' => 'boolean'], 'isActive' => ['shape' => 'boolean']]], 'RelationalDatabaseBundleList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseBundle']], 'RelationalDatabaseEndpoint' => ['type' => 'structure', 'members' => ['port' => ['shape' => 'integer'], 'address' => ['shape' => 'NonEmptyString']]], 'RelationalDatabaseEngine' => ['type' => 'string', 'enum' => ['mysql']], 'RelationalDatabaseEvent' => ['type' => 'structure', 'members' => ['resource' => ['shape' => 'ResourceName'], 'createdAt' => ['shape' => 'IsoDate'], 'message' => ['shape' => 'string'], 'eventCategories' => ['shape' => 'StringList']]], 'RelationalDatabaseEventList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseEvent']], 'RelationalDatabaseHardware' => ['type' => 'structure', 'members' => ['cpuCount' => ['shape' => 'integer'], 'diskSizeInGb' => ['shape' => 'integer'], 'ramSizeInGb' => ['shape' => 'float']]], 'RelationalDatabaseList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabase']], 'RelationalDatabaseMetricName' => ['type' => 'string', 'enum' => ['CPUUtilization', 'DatabaseConnections', 'DiskQueueDepth', 'FreeStorageSpace', 'NetworkReceiveThroughput', 'NetworkTransmitThroughput']], 'RelationalDatabaseParameter' => ['type' => 'structure', 'members' => ['allowedValues' => ['shape' => 'string'], 'applyMethod' => ['shape' => 'string'], 'applyType' => ['shape' => 'string'], 'dataType' => ['shape' => 'string'], 'description' => ['shape' => 'string'], 'isModifiable' => ['shape' => 'boolean'], 'parameterName' => ['shape' => 'string'], 'parameterValue' => ['shape' => 'string']]], 'RelationalDatabaseParameterList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseParameter']], 'RelationalDatabasePasswordVersion' => ['type' => 'string', 'enum' => ['CURRENT', 'PREVIOUS', 'PENDING']], 'RelationalDatabaseSnapshot' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'tags' => ['shape' => 'TagList'], 'engine' => ['shape' => 'NonEmptyString'], 'engineVersion' => ['shape' => 'NonEmptyString'], 'sizeInGb' => ['shape' => 'integer'], 'state' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseName' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseArn' => ['shape' => 'NonEmptyString'], 'fromRelationalDatabaseBundleId' => ['shape' => 'string'], 'fromRelationalDatabaseBlueprintId' => ['shape' => 'string']]], 'RelationalDatabaseSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'RelationalDatabaseSnapshot']], 'ReleaseStaticIpRequest' => ['type' => 'structure', 'required' => ['staticIpName'], 'members' => ['staticIpName' => ['shape' => 'ResourceName']]], 'ReleaseStaticIpResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'RenewalStatus' => ['type' => 'string', 'enum' => ['PendingAutoRenewal', 'PendingValidation', 'Success', 'Failed']], 'RenewalStatusReason' => ['type' => 'string'], 'RenewalSummary' => ['type' => 'structure', 'members' => ['domainValidationRecords' => ['shape' => 'DomainValidationRecordList'], 'renewalStatus' => ['shape' => 'RenewalStatus'], 'renewalStatusReason' => ['shape' => 'RenewalStatusReason'], 'updatedAt' => ['shape' => 'IsoDate']]], 'RequestFailureReason' => ['type' => 'string'], 'ResetDistributionCacheRequest' => ['type' => 'structure', 'members' => ['distributionName' => ['shape' => 'ResourceName']]], 'ResetDistributionCacheResult' => ['type' => 'structure', 'members' => ['status' => ['shape' => 'string'], 'createTime' => ['shape' => 'IsoDate'], 'operation' => ['shape' => 'Operation']]], 'ResourceArn' => ['type' => 'string', 'pattern' => '^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$'], 'ResourceLocation' => ['type' => 'structure', 'members' => ['availabilityZone' => ['shape' => 'string'], 'regionName' => ['shape' => 'RegionName']]], 'ResourceName' => ['type' => 'string', 'pattern' => '\\w[\\w\\-]*\\w'], 'ResourceNameList' => ['type' => 'list', 'member' => ['shape' => 'ResourceName']], 'ResourceRecord' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'string'], 'type' => ['shape' => 'string'], 'value' => ['shape' => 'string']]], 'ResourceType' => ['type' => 'string', 'enum' => ['Instance', 'StaticIp', 'KeyPair', 'InstanceSnapshot', 'Domain', 'PeeredVpc', 'LoadBalancer', 'LoadBalancerTlsCertificate', 'Disk', 'DiskSnapshot', 'RelationalDatabase', 'RelationalDatabaseSnapshot', 'ExportSnapshotRecord', 'CloudFormationStackRecord', 'Alarm', 'ContactMethod', 'Distribution', 'Certificate']], 'RevocationReason' => ['type' => 'string'], 'SendContactMethodVerificationRequest' => ['type' => 'structure', 'required' => ['protocol'], 'members' => ['protocol' => ['shape' => 'ContactMethodVerificationProtocol']]], 'SendContactMethodVerificationResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'SerialNumber' => ['type' => 'string'], 'ServiceException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true, 'fault' => \true], 'StartInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName']]], 'StartInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StartRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName']]], 'StartRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StaticIp' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ResourceName'], 'arn' => ['shape' => 'NonEmptyString'], 'supportCode' => ['shape' => 'string'], 'createdAt' => ['shape' => 'IsoDate'], 'location' => ['shape' => 'ResourceLocation'], 'resourceType' => ['shape' => 'ResourceType'], 'ipAddress' => ['shape' => 'IpAddress'], 'attachedTo' => ['shape' => 'ResourceName'], 'isAttached' => ['shape' => 'boolean']]], 'StaticIpList' => ['type' => 'list', 'member' => ['shape' => 'StaticIp']], 'StopInstanceRequest' => ['type' => 'structure', 'required' => ['instanceName'], 'members' => ['instanceName' => ['shape' => 'ResourceName'], 'force' => ['shape' => 'boolean']]], 'StopInstanceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StopRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'relationalDatabaseSnapshotName' => ['shape' => 'ResourceName']]], 'StopRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'string']], 'StringMax256' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SubjectAlternativeNameList' => ['type' => 'list', 'member' => ['shape' => 'DomainName']], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceName', 'tags'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceArn' => ['shape' => 'ResourceArn'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'TagValue' => ['type' => 'string'], 'TestAlarmRequest' => ['type' => 'structure', 'required' => ['alarmName', 'state'], 'members' => ['alarmName' => ['shape' => 'ResourceName'], 'state' => ['shape' => 'AlarmState']]], 'TestAlarmResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'TimeOfDay' => ['type' => 'string', 'pattern' => '^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$'], 'TreatMissingData' => ['type' => 'string', 'enum' => ['breaching', 'notBreaching', 'ignore', 'missing']], 'UnauthenticatedException' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'string'], 'docs' => ['shape' => 'string'], 'message' => ['shape' => 'string'], 'tip' => ['shape' => 'string']], 'exception' => \true], 'UnpeerVpcRequest' => ['type' => 'structure', 'members' => []], 'UnpeerVpcResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceName', 'tagKeys'], 'members' => ['resourceName' => ['shape' => 'ResourceName'], 'resourceArn' => ['shape' => 'ResourceArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateDistributionBundleRequest' => ['type' => 'structure', 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'bundleId' => ['shape' => 'string']]], 'UpdateDistributionBundleResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'UpdateDistributionRequest' => ['type' => 'structure', 'required' => ['distributionName'], 'members' => ['distributionName' => ['shape' => 'ResourceName'], 'origin' => ['shape' => 'InputOrigin'], 'defaultCacheBehavior' => ['shape' => 'CacheBehavior'], 'cacheBehaviorSettings' => ['shape' => 'CacheSettings'], 'cacheBehaviors' => ['shape' => 'CacheBehaviorList'], 'isEnabled' => ['shape' => 'boolean']]], 'UpdateDistributionResult' => ['type' => 'structure', 'members' => ['operation' => ['shape' => 'Operation']]], 'UpdateDomainEntryRequest' => ['type' => 'structure', 'required' => ['domainName', 'domainEntry'], 'members' => ['domainName' => ['shape' => 'DomainName'], 'domainEntry' => ['shape' => 'DomainEntry']]], 'UpdateDomainEntryResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateLoadBalancerAttributeRequest' => ['type' => 'structure', 'required' => ['loadBalancerName', 'attributeName', 'attributeValue'], 'members' => ['loadBalancerName' => ['shape' => 'ResourceName'], 'attributeName' => ['shape' => 'LoadBalancerAttributeName'], 'attributeValue' => ['shape' => 'StringMax256']]], 'UpdateLoadBalancerAttributeResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateRelationalDatabaseParametersRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName', 'parameters'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'parameters' => ['shape' => 'RelationalDatabaseParameterList']]], 'UpdateRelationalDatabaseParametersResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'UpdateRelationalDatabaseRequest' => ['type' => 'structure', 'required' => ['relationalDatabaseName'], 'members' => ['relationalDatabaseName' => ['shape' => 'ResourceName'], 'masterUserPassword' => ['shape' => 'SensitiveString'], 'rotateMasterUserPassword' => ['shape' => 'boolean'], 'preferredBackupWindow' => ['shape' => 'string'], 'preferredMaintenanceWindow' => ['shape' => 'string'], 'enableBackupRetention' => ['shape' => 'boolean'], 'disableBackupRetention' => ['shape' => 'boolean'], 'publiclyAccessible' => ['shape' => 'boolean'], 'applyImmediately' => ['shape' => 'boolean'], 'caCertificateIdentifier' => ['shape' => 'string']]], 'UpdateRelationalDatabaseResult' => ['type' => 'structure', 'members' => ['operations' => ['shape' => 'OperationList']]], 'boolean' => ['type' => 'boolean'], 'double' => ['type' => 'double'], 'float' => ['type' => 'float'], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/logs/2014-03-28/api-2.json.php b/vendor/Aws3/Aws/data/logs/2014-03-28/api-2.json.php index 231d8275..e64e4584 100644 --- a/vendor/Aws3/Aws/data/logs/2014-03-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/logs/2014-03-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-03-28', 'endpointPrefix' => 'logs', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon CloudWatch Logs', 'serviceId' => 'CloudWatch Logs', 'signatureVersion' => 'v4', 'targetPrefix' => 'Logs_20140328', 'uid' => 'logs-2014-03-28'], 'operations' => ['AssociateKmsKey' => ['name' => 'AssociateKmsKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateKmsKeyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'ServiceUnavailableException']]], 'CreateExportTask' => ['name' => 'CreateExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateExportTaskRequest'], 'output' => ['shape' => 'CreateExportTaskResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateLogGroup' => ['name' => 'CreateLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'CreateLogStream' => ['name' => 'CreateLogStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogStreamRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteDestination' => ['name' => 'DeleteDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDestinationRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteLogGroup' => ['name' => 'DeleteLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteLogStream' => ['name' => 'DeleteLogStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogStreamRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteMetricFilter' => ['name' => 'DeleteMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMetricFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteRetentionPolicy' => ['name' => 'DeleteRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRetentionPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSubscriptionFilter' => ['name' => 'DeleteSubscriptionFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubscriptionFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeDestinations' => ['name' => 'DescribeDestinations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDestinationsRequest'], 'output' => ['shape' => 'DescribeDestinationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksRequest'], 'output' => ['shape' => 'DescribeExportTasksResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLogGroups' => ['name' => 'DescribeLogGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogGroupsRequest'], 'output' => ['shape' => 'DescribeLogGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLogStreams' => ['name' => 'DescribeLogStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogStreamsRequest'], 'output' => ['shape' => 'DescribeLogStreamsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeMetricFilters' => ['name' => 'DescribeMetricFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMetricFiltersRequest'], 'output' => ['shape' => 'DescribeMetricFiltersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeQueries' => ['name' => 'DescribeQueries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeQueriesRequest'], 'output' => ['shape' => 'DescribeQueriesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeResourcePolicies' => ['name' => 'DescribeResourcePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourcePoliciesRequest'], 'output' => ['shape' => 'DescribeResourcePoliciesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeSubscriptionFilters' => ['name' => 'DescribeSubscriptionFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscriptionFiltersRequest'], 'output' => ['shape' => 'DescribeSubscriptionFiltersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DisassociateKmsKey' => ['name' => 'DisassociateKmsKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateKmsKeyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'FilterLogEvents' => ['name' => 'FilterLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FilterLogEventsRequest'], 'output' => ['shape' => 'FilterLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogEvents' => ['name' => 'GetLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogEventsRequest'], 'output' => ['shape' => 'GetLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogGroupFields' => ['name' => 'GetLogGroupFields', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogGroupFieldsRequest'], 'output' => ['shape' => 'GetLogGroupFieldsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogRecord' => ['name' => 'GetLogRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogRecordRequest'], 'output' => ['shape' => 'GetLogRecordResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetQueryResults' => ['name' => 'GetQueryResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryResultsRequest'], 'output' => ['shape' => 'GetQueryResultsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListTagsLogGroup' => ['name' => 'ListTagsLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsLogGroupRequest'], 'output' => ['shape' => 'ListTagsLogGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'PutDestination' => ['name' => 'PutDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDestinationRequest'], 'output' => ['shape' => 'PutDestinationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutDestinationPolicy' => ['name' => 'PutDestinationPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDestinationPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutLogEvents' => ['name' => 'PutLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLogEventsRequest'], 'output' => ['shape' => 'PutLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidSequenceTokenException'], ['shape' => 'DataAlreadyAcceptedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnrecognizedClientException']]], 'PutMetricFilter' => ['name' => 'PutMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'PutRetentionPolicy' => ['name' => 'PutRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRetentionPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutSubscriptionFilter' => ['name' => 'PutSubscriptionFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSubscriptionFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'StartQuery' => ['name' => 'StartQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartQueryRequest'], 'output' => ['shape' => 'StartQueryResponse'], 'errors' => [['shape' => 'MalformedQueryException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'StopQuery' => ['name' => 'StopQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopQueryRequest'], 'output' => ['shape' => 'StopQueryResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'TagLogGroup' => ['name' => 'TagLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagLogGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'TestMetricFilter' => ['name' => 'TestMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestMetricFilterRequest'], 'output' => ['shape' => 'TestMetricFilterResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'UntagLogGroup' => ['name' => 'UntagLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagLogGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['AccessPolicy' => ['type' => 'string', 'min' => 1], 'Arn' => ['type' => 'string'], 'AssociateKmsKeyRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'kmsKeyId'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'CancelExportTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'ExportTaskId']]], 'CreateExportTaskRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'from', 'to', 'destination'], 'members' => ['taskName' => ['shape' => 'ExportTaskName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'from' => ['shape' => 'Timestamp'], 'to' => ['shape' => 'Timestamp'], 'destination' => ['shape' => 'ExportDestinationBucket'], 'destinationPrefix' => ['shape' => 'ExportDestinationPrefix']]], 'CreateExportTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId']]], 'CreateLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'kmsKeyId' => ['shape' => 'KmsKeyId'], 'tags' => ['shape' => 'Tags']]], 'CreateLogStreamRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName']]], 'DataAlreadyAcceptedException' => ['type' => 'structure', 'members' => ['expectedSequenceToken' => ['shape' => 'SequenceToken']], 'exception' => \true], 'Days' => ['type' => 'integer'], 'DefaultValue' => ['type' => 'double'], 'DeleteDestinationRequest' => ['type' => 'structure', 'required' => ['destinationName'], 'members' => ['destinationName' => ['shape' => 'DestinationName']]], 'DeleteLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'DeleteLogStreamRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName']]], 'DeleteMetricFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName']]], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName']]], 'DeleteRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'DeleteSubscriptionFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName']]], 'Descending' => ['type' => 'boolean'], 'DescribeDestinationsRequest' => ['type' => 'structure', 'members' => ['DestinationNamePrefix' => ['shape' => 'DestinationName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeDestinationsResponse' => ['type' => 'structure', 'members' => ['destinations' => ['shape' => 'Destinations'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeExportTasksRequest' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId'], 'statusCode' => ['shape' => 'ExportTaskStatusCode'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeExportTasksResponse' => ['type' => 'structure', 'members' => ['exportTasks' => ['shape' => 'ExportTasks'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeLimit' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'DescribeLogGroupsRequest' => ['type' => 'structure', 'members' => ['logGroupNamePrefix' => ['shape' => 'LogGroupName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeLogGroupsResponse' => ['type' => 'structure', 'members' => ['logGroups' => ['shape' => 'LogGroups'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeLogStreamsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'orderBy' => ['shape' => 'OrderBy'], 'descending' => ['shape' => 'Descending'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeLogStreamsResponse' => ['type' => 'structure', 'members' => ['logStreams' => ['shape' => 'LogStreams'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeMetricFiltersRequest' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterNamePrefix' => ['shape' => 'FilterName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit'], 'metricName' => ['shape' => 'MetricName'], 'metricNamespace' => ['shape' => 'MetricNamespace']]], 'DescribeMetricFiltersResponse' => ['type' => 'structure', 'members' => ['metricFilters' => ['shape' => 'MetricFilters'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueriesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeQueriesRequest' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'status' => ['shape' => 'QueryStatus'], 'maxResults' => ['shape' => 'DescribeQueriesMaxResults'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueriesResponse' => ['type' => 'structure', 'members' => ['queries' => ['shape' => 'QueryInfoList'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeResourcePoliciesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeResourcePoliciesResponse' => ['type' => 'structure', 'members' => ['resourcePolicies' => ['shape' => 'ResourcePolicies'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeSubscriptionFiltersRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterNamePrefix' => ['shape' => 'FilterName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeSubscriptionFiltersResponse' => ['type' => 'structure', 'members' => ['subscriptionFilters' => ['shape' => 'SubscriptionFilters'], 'nextToken' => ['shape' => 'NextToken']]], 'Destination' => ['type' => 'structure', 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn'], 'accessPolicy' => ['shape' => 'AccessPolicy'], 'arn' => ['shape' => 'Arn'], 'creationTime' => ['shape' => 'Timestamp']]], 'DestinationArn' => ['type' => 'string', 'min' => 1], 'DestinationName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'Destinations' => ['type' => 'list', 'member' => ['shape' => 'Destination']], 'DisassociateKmsKeyRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'Distribution' => ['type' => 'string', 'enum' => ['Random', 'ByLogStream']], 'EventId' => ['type' => 'string'], 'EventMessage' => ['type' => 'string', 'min' => 1], 'EventNumber' => ['type' => 'long'], 'EventsLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ExportDestinationBucket' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportDestinationPrefix' => ['type' => 'string'], 'ExportTask' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId'], 'taskName' => ['shape' => 'ExportTaskName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'from' => ['shape' => 'Timestamp'], 'to' => ['shape' => 'Timestamp'], 'destination' => ['shape' => 'ExportDestinationBucket'], 'destinationPrefix' => ['shape' => 'ExportDestinationPrefix'], 'status' => ['shape' => 'ExportTaskStatus'], 'executionInfo' => ['shape' => 'ExportTaskExecutionInfo']]], 'ExportTaskExecutionInfo' => ['type' => 'structure', 'members' => ['creationTime' => ['shape' => 'Timestamp'], 'completionTime' => ['shape' => 'Timestamp']]], 'ExportTaskId' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportTaskName' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportTaskStatus' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ExportTaskStatusCode'], 'message' => ['shape' => 'ExportTaskStatusMessage']]], 'ExportTaskStatusCode' => ['type' => 'string', 'enum' => ['CANCELLED', 'COMPLETED', 'FAILED', 'PENDING', 'PENDING_CANCEL', 'RUNNING']], 'ExportTaskStatusMessage' => ['type' => 'string'], 'ExportTasks' => ['type' => 'list', 'member' => ['shape' => 'ExportTask']], 'ExtractedValues' => ['type' => 'map', 'key' => ['shape' => 'Token'], 'value' => ['shape' => 'Value']], 'Field' => ['type' => 'string'], 'FilterCount' => ['type' => 'integer'], 'FilterLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNames' => ['shape' => 'InputLogStreamNames'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'filterPattern' => ['shape' => 'FilterPattern'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'EventsLimit'], 'interleaved' => ['shape' => 'Interleaved', 'deprecated' => \true, 'deprecatedMessage' => 'Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.']]], 'FilterLogEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'FilteredLogEvents'], 'searchedLogStreams' => ['shape' => 'SearchedLogStreams'], 'nextToken' => ['shape' => 'NextToken']]], 'FilterName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'FilterPattern' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'FilteredLogEvent' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage'], 'ingestionTime' => ['shape' => 'Timestamp'], 'eventId' => ['shape' => 'EventId']]], 'FilteredLogEvents' => ['type' => 'list', 'member' => ['shape' => 'FilteredLogEvent']], 'GetLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'EventsLimit'], 'startFromHead' => ['shape' => 'StartFromHead']]], 'GetLogEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'OutputLogEvents'], 'nextForwardToken' => ['shape' => 'NextToken'], 'nextBackwardToken' => ['shape' => 'NextToken']]], 'GetLogGroupFieldsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'time' => ['shape' => 'Timestamp']]], 'GetLogGroupFieldsResponse' => ['type' => 'structure', 'members' => ['logGroupFields' => ['shape' => 'LogGroupFieldList']]], 'GetLogRecordRequest' => ['type' => 'structure', 'required' => ['logRecordPointer'], 'members' => ['logRecordPointer' => ['shape' => 'LogRecordPointer']]], 'GetLogRecordResponse' => ['type' => 'structure', 'members' => ['logRecord' => ['shape' => 'LogRecord']]], 'GetQueryResultsRequest' => ['type' => 'structure', 'required' => ['queryId'], 'members' => ['queryId' => ['shape' => 'QueryId']]], 'GetQueryResultsResponse' => ['type' => 'structure', 'members' => ['results' => ['shape' => 'QueryResults'], 'statistics' => ['shape' => 'QueryStatistics'], 'status' => ['shape' => 'QueryStatus']]], 'InputLogEvent' => ['type' => 'structure', 'required' => ['timestamp', 'message'], 'members' => ['timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage']]], 'InputLogEvents' => ['type' => 'list', 'member' => ['shape' => 'InputLogEvent'], 'max' => 10000, 'min' => 1], 'InputLogStreamNames' => ['type' => 'list', 'member' => ['shape' => 'LogStreamName'], 'max' => 100, 'min' => 1], 'Interleaved' => ['type' => 'boolean'], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSequenceTokenException' => ['type' => 'structure', 'members' => ['expectedSequenceToken' => ['shape' => 'SequenceToken']], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 256], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListTagsLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'ListTagsLogGroupResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'LogEventIndex' => ['type' => 'integer'], 'LogGroup' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'creationTime' => ['shape' => 'Timestamp'], 'retentionInDays' => ['shape' => 'Days'], 'metricFilterCount' => ['shape' => 'FilterCount'], 'arn' => ['shape' => 'Arn'], 'storedBytes' => ['shape' => 'StoredBytes'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'LogGroupField' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Field'], 'percent' => ['shape' => 'Percentage']]], 'LogGroupFieldList' => ['type' => 'list', 'member' => ['shape' => 'LogGroupField']], 'LogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+'], 'LogGroupNames' => ['type' => 'list', 'member' => ['shape' => 'LogGroupName']], 'LogGroups' => ['type' => 'list', 'member' => ['shape' => 'LogGroup']], 'LogRecord' => ['type' => 'map', 'key' => ['shape' => 'Field'], 'value' => ['shape' => 'Value']], 'LogRecordPointer' => ['type' => 'string'], 'LogStream' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'creationTime' => ['shape' => 'Timestamp'], 'firstEventTimestamp' => ['shape' => 'Timestamp'], 'lastEventTimestamp' => ['shape' => 'Timestamp'], 'lastIngestionTime' => ['shape' => 'Timestamp'], 'uploadSequenceToken' => ['shape' => 'SequenceToken'], 'arn' => ['shape' => 'Arn'], 'storedBytes' => ['shape' => 'StoredBytes', 'deprecated' => \true, 'deprecatedMessage' => 'Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.']]], 'LogStreamName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'LogStreamSearchedCompletely' => ['type' => 'boolean'], 'LogStreams' => ['type' => 'list', 'member' => ['shape' => 'LogStream']], 'MalformedQueryException' => ['type' => 'structure', 'members' => ['queryCompileError' => ['shape' => 'QueryCompileError']], 'exception' => \true], 'Message' => ['type' => 'string'], 'MetricFilter' => ['type' => 'structure', 'members' => ['filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'metricTransformations' => ['shape' => 'MetricTransformations'], 'creationTime' => ['shape' => 'Timestamp'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'MetricFilterMatchRecord' => ['type' => 'structure', 'members' => ['eventNumber' => ['shape' => 'EventNumber'], 'eventMessage' => ['shape' => 'EventMessage'], 'extractedValues' => ['shape' => 'ExtractedValues']]], 'MetricFilterMatches' => ['type' => 'list', 'member' => ['shape' => 'MetricFilterMatchRecord']], 'MetricFilters' => ['type' => 'list', 'member' => ['shape' => 'MetricFilter']], 'MetricName' => ['type' => 'string', 'max' => 255, 'pattern' => '[^:*$]*'], 'MetricNamespace' => ['type' => 'string', 'max' => 255, 'pattern' => '[^:*$]*'], 'MetricTransformation' => ['type' => 'structure', 'required' => ['metricName', 'metricNamespace', 'metricValue'], 'members' => ['metricName' => ['shape' => 'MetricName'], 'metricNamespace' => ['shape' => 'MetricNamespace'], 'metricValue' => ['shape' => 'MetricValue'], 'defaultValue' => ['shape' => 'DefaultValue']]], 'MetricTransformations' => ['type' => 'list', 'member' => ['shape' => 'MetricTransformation'], 'max' => 1, 'min' => 1], 'MetricValue' => ['type' => 'string', 'max' => 100], 'NextToken' => ['type' => 'string', 'min' => 1], 'OperationAbortedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrderBy' => ['type' => 'string', 'enum' => ['LogStreamName', 'LastEventTime']], 'OutputLogEvent' => ['type' => 'structure', 'members' => ['timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage'], 'ingestionTime' => ['shape' => 'Timestamp']]], 'OutputLogEvents' => ['type' => 'list', 'member' => ['shape' => 'OutputLogEvent']], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'PolicyDocument' => ['type' => 'string', 'max' => 5120, 'min' => 1], 'PolicyName' => ['type' => 'string'], 'PutDestinationPolicyRequest' => ['type' => 'structure', 'required' => ['destinationName', 'accessPolicy'], 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'accessPolicy' => ['shape' => 'AccessPolicy']]], 'PutDestinationRequest' => ['type' => 'structure', 'required' => ['destinationName', 'targetArn', 'roleArn'], 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn']]], 'PutDestinationResponse' => ['type' => 'structure', 'members' => ['destination' => ['shape' => 'Destination']]], 'PutLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName', 'logEvents'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName'], 'logEvents' => ['shape' => 'InputLogEvents'], 'sequenceToken' => ['shape' => 'SequenceToken']]], 'PutLogEventsResponse' => ['type' => 'structure', 'members' => ['nextSequenceToken' => ['shape' => 'SequenceToken'], 'rejectedLogEventsInfo' => ['shape' => 'RejectedLogEventsInfo']]], 'PutMetricFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName', 'filterPattern', 'metricTransformations'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'metricTransformations' => ['shape' => 'MetricTransformations']]], 'PutResourcePolicyRequest' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['resourcePolicy' => ['shape' => 'ResourcePolicy']]], 'PutRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'retentionInDays'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'retentionInDays' => ['shape' => 'Days']]], 'PutSubscriptionFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName', 'filterPattern', 'destinationArn'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'destinationArn' => ['shape' => 'DestinationArn'], 'roleArn' => ['shape' => 'RoleArn'], 'distribution' => ['shape' => 'Distribution']]], 'QueryCharOffset' => ['type' => 'integer'], 'QueryCompileError' => ['type' => 'structure', 'members' => ['location' => ['shape' => 'QueryCompileErrorLocation'], 'message' => ['shape' => 'Message']]], 'QueryCompileErrorLocation' => ['type' => 'structure', 'members' => ['startCharOffset' => ['shape' => 'QueryCharOffset'], 'endCharOffset' => ['shape' => 'QueryCharOffset']]], 'QueryId' => ['type' => 'string', 'max' => 256, 'min' => 0], 'QueryInfo' => ['type' => 'structure', 'members' => ['queryId' => ['shape' => 'QueryId'], 'queryString' => ['shape' => 'QueryString'], 'status' => ['shape' => 'QueryStatus'], 'createTime' => ['shape' => 'Timestamp'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'QueryInfoList' => ['type' => 'list', 'member' => ['shape' => 'QueryInfo']], 'QueryResults' => ['type' => 'list', 'member' => ['shape' => 'ResultRows']], 'QueryStatistics' => ['type' => 'structure', 'members' => ['recordsMatched' => ['shape' => 'StatsValue'], 'recordsScanned' => ['shape' => 'StatsValue'], 'bytesScanned' => ['shape' => 'StatsValue']]], 'QueryStatus' => ['type' => 'string', 'enum' => ['Scheduled', 'Running', 'Complete', 'Failed', 'Cancelled']], 'QueryString' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'RejectedLogEventsInfo' => ['type' => 'structure', 'members' => ['tooNewLogEventStartIndex' => ['shape' => 'LogEventIndex'], 'tooOldLogEventEndIndex' => ['shape' => 'LogEventIndex'], 'expiredLogEventEndIndex' => ['shape' => 'LogEventIndex']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourcePolicies' => ['type' => 'list', 'member' => ['shape' => 'ResourcePolicy']], 'ResourcePolicy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'lastUpdatedTime' => ['shape' => 'Timestamp']]], 'ResultField' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'Field'], 'value' => ['shape' => 'Value']]], 'ResultRows' => ['type' => 'list', 'member' => ['shape' => 'ResultField']], 'RoleArn' => ['type' => 'string', 'min' => 1], 'SearchedLogStream' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'searchedCompletely' => ['shape' => 'LogStreamSearchedCompletely']]], 'SearchedLogStreams' => ['type' => 'list', 'member' => ['shape' => 'SearchedLogStream']], 'SequenceToken' => ['type' => 'string', 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'StartFromHead' => ['type' => 'boolean'], 'StartQueryRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime', 'queryString'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logGroupNames' => ['shape' => 'LogGroupNames'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'queryString' => ['shape' => 'QueryString'], 'limit' => ['shape' => 'EventsLimit']]], 'StartQueryResponse' => ['type' => 'structure', 'members' => ['queryId' => ['shape' => 'QueryId']]], 'StatsValue' => ['type' => 'double'], 'StopQueryRequest' => ['type' => 'structure', 'required' => ['queryId'], 'members' => ['queryId' => ['shape' => 'QueryId']]], 'StopQueryResponse' => ['type' => 'structure', 'members' => ['success' => ['shape' => 'Success']]], 'StoredBytes' => ['type' => 'long', 'min' => 0], 'SubscriptionFilter' => ['type' => 'structure', 'members' => ['filterName' => ['shape' => 'FilterName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'destinationArn' => ['shape' => 'DestinationArn'], 'roleArn' => ['shape' => 'RoleArn'], 'distribution' => ['shape' => 'Distribution'], 'creationTime' => ['shape' => 'Timestamp']]], 'SubscriptionFilters' => ['type' => 'list', 'member' => ['shape' => 'SubscriptionFilter']], 'Success' => ['type' => 'boolean'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'tags'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TargetArn' => ['type' => 'string', 'min' => 1], 'TestEventMessages' => ['type' => 'list', 'member' => ['shape' => 'EventMessage'], 'max' => 50, 'min' => 1], 'TestMetricFilterRequest' => ['type' => 'structure', 'required' => ['filterPattern', 'logEventMessages'], 'members' => ['filterPattern' => ['shape' => 'FilterPattern'], 'logEventMessages' => ['shape' => 'TestEventMessages']]], 'TestMetricFilterResponse' => ['type' => 'structure', 'members' => ['matches' => ['shape' => 'MetricFilterMatches']]], 'Timestamp' => ['type' => 'long', 'min' => 0], 'Token' => ['type' => 'string'], 'UnrecognizedClientException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'tags'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'tags' => ['shape' => 'TagList']]], 'Value' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-03-28', 'endpointPrefix' => 'logs', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon CloudWatch Logs', 'serviceId' => 'CloudWatch Logs', 'signatureVersion' => 'v4', 'targetPrefix' => 'Logs_20140328', 'uid' => 'logs-2014-03-28'], 'operations' => ['AssociateKmsKey' => ['name' => 'AssociateKmsKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateKmsKeyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidOperationException'], ['shape' => 'ServiceUnavailableException']]], 'CreateExportTask' => ['name' => 'CreateExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateExportTaskRequest'], 'output' => ['shape' => 'CreateExportTaskResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateLogGroup' => ['name' => 'CreateLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'CreateLogStream' => ['name' => 'CreateLogStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLogStreamRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteDestination' => ['name' => 'DeleteDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDestinationRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteLogGroup' => ['name' => 'DeleteLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogGroupRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteLogStream' => ['name' => 'DeleteLogStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLogStreamRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteMetricFilter' => ['name' => 'DeleteMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMetricFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteQueryDefinition' => ['name' => 'DeleteQueryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteQueryDefinitionRequest'], 'output' => ['shape' => 'DeleteQueryDefinitionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteRetentionPolicy' => ['name' => 'DeleteRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRetentionPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSubscriptionFilter' => ['name' => 'DeleteSubscriptionFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubscriptionFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeDestinations' => ['name' => 'DescribeDestinations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDestinationsRequest'], 'output' => ['shape' => 'DescribeDestinationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksRequest'], 'output' => ['shape' => 'DescribeExportTasksResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLogGroups' => ['name' => 'DescribeLogGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogGroupsRequest'], 'output' => ['shape' => 'DescribeLogGroupsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeLogStreams' => ['name' => 'DescribeLogStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLogStreamsRequest'], 'output' => ['shape' => 'DescribeLogStreamsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeMetricFilters' => ['name' => 'DescribeMetricFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMetricFiltersRequest'], 'output' => ['shape' => 'DescribeMetricFiltersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeQueries' => ['name' => 'DescribeQueries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeQueriesRequest'], 'output' => ['shape' => 'DescribeQueriesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeQueryDefinitions' => ['name' => 'DescribeQueryDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeQueryDefinitionsRequest'], 'output' => ['shape' => 'DescribeQueryDefinitionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeResourcePolicies' => ['name' => 'DescribeResourcePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourcePoliciesRequest'], 'output' => ['shape' => 'DescribeResourcePoliciesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeSubscriptionFilters' => ['name' => 'DescribeSubscriptionFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscriptionFiltersRequest'], 'output' => ['shape' => 'DescribeSubscriptionFiltersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DisassociateKmsKey' => ['name' => 'DisassociateKmsKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateKmsKeyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'FilterLogEvents' => ['name' => 'FilterLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FilterLogEventsRequest'], 'output' => ['shape' => 'FilterLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogEvents' => ['name' => 'GetLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogEventsRequest'], 'output' => ['shape' => 'GetLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogGroupFields' => ['name' => 'GetLogGroupFields', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogGroupFieldsRequest'], 'output' => ['shape' => 'GetLogGroupFieldsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetLogRecord' => ['name' => 'GetLogRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLogRecordRequest'], 'output' => ['shape' => 'GetLogRecordResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetQueryResults' => ['name' => 'GetQueryResults', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueryResultsRequest'], 'output' => ['shape' => 'GetQueryResultsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListTagsLogGroup' => ['name' => 'ListTagsLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsLogGroupRequest'], 'output' => ['shape' => 'ListTagsLogGroupResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'PutDestination' => ['name' => 'PutDestination', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDestinationRequest'], 'output' => ['shape' => 'PutDestinationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutDestinationPolicy' => ['name' => 'PutDestinationPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDestinationPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutLogEvents' => ['name' => 'PutLogEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLogEventsRequest'], 'output' => ['shape' => 'PutLogEventsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidSequenceTokenException'], ['shape' => 'DataAlreadyAcceptedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnrecognizedClientException']]], 'PutMetricFilter' => ['name' => 'PutMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'PutQueryDefinition' => ['name' => 'PutQueryDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutQueryDefinitionRequest'], 'output' => ['shape' => 'PutQueryDefinitionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'PutRetentionPolicy' => ['name' => 'PutRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRetentionPolicyRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'ServiceUnavailableException']]], 'PutSubscriptionFilter' => ['name' => 'PutSubscriptionFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSubscriptionFilterRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationAbortedException'], ['shape' => 'LimitExceededException'], ['shape' => 'ServiceUnavailableException']]], 'StartQuery' => ['name' => 'StartQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartQueryRequest'], 'output' => ['shape' => 'StartQueryResponse'], 'errors' => [['shape' => 'MalformedQueryException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'StopQuery' => ['name' => 'StopQuery', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopQueryRequest'], 'output' => ['shape' => 'StopQueryResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'TagLogGroup' => ['name' => 'TagLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagLogGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException']]], 'TestMetricFilter' => ['name' => 'TestMetricFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestMetricFilterRequest'], 'output' => ['shape' => 'TestMetricFilterResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServiceUnavailableException']]], 'UntagLogGroup' => ['name' => 'UntagLogGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagLogGroupRequest'], 'errors' => [['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['AccessPolicy' => ['type' => 'string', 'min' => 1], 'Arn' => ['type' => 'string'], 'AssociateKmsKeyRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'kmsKeyId'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'CancelExportTaskRequest' => ['type' => 'structure', 'required' => ['taskId'], 'members' => ['taskId' => ['shape' => 'ExportTaskId']]], 'CreateExportTaskRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'from', 'to', 'destination'], 'members' => ['taskName' => ['shape' => 'ExportTaskName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'from' => ['shape' => 'Timestamp'], 'to' => ['shape' => 'Timestamp'], 'destination' => ['shape' => 'ExportDestinationBucket'], 'destinationPrefix' => ['shape' => 'ExportDestinationPrefix']]], 'CreateExportTaskResponse' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId']]], 'CreateLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'kmsKeyId' => ['shape' => 'KmsKeyId'], 'tags' => ['shape' => 'Tags']]], 'CreateLogStreamRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName']]], 'DataAlreadyAcceptedException' => ['type' => 'structure', 'members' => ['expectedSequenceToken' => ['shape' => 'SequenceToken']], 'exception' => \true], 'Days' => ['type' => 'integer'], 'DefaultValue' => ['type' => 'double'], 'DeleteDestinationRequest' => ['type' => 'structure', 'required' => ['destinationName'], 'members' => ['destinationName' => ['shape' => 'DestinationName']]], 'DeleteLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'DeleteLogStreamRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName']]], 'DeleteMetricFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName']]], 'DeleteQueryDefinitionRequest' => ['type' => 'structure', 'required' => ['queryDefinitionId'], 'members' => ['queryDefinitionId' => ['shape' => 'QueryId']]], 'DeleteQueryDefinitionResponse' => ['type' => 'structure', 'members' => ['success' => ['shape' => 'Success']]], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName']]], 'DeleteRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'DeleteSubscriptionFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName']]], 'Descending' => ['type' => 'boolean'], 'DescribeDestinationsRequest' => ['type' => 'structure', 'members' => ['DestinationNamePrefix' => ['shape' => 'DestinationName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeDestinationsResponse' => ['type' => 'structure', 'members' => ['destinations' => ['shape' => 'Destinations'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeExportTasksRequest' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId'], 'statusCode' => ['shape' => 'ExportTaskStatusCode'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeExportTasksResponse' => ['type' => 'structure', 'members' => ['exportTasks' => ['shape' => 'ExportTasks'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeLimit' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'DescribeLogGroupsRequest' => ['type' => 'structure', 'members' => ['logGroupNamePrefix' => ['shape' => 'LogGroupName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeLogGroupsResponse' => ['type' => 'structure', 'members' => ['logGroups' => ['shape' => 'LogGroups'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeLogStreamsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'orderBy' => ['shape' => 'OrderBy'], 'descending' => ['shape' => 'Descending'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeLogStreamsResponse' => ['type' => 'structure', 'members' => ['logStreams' => ['shape' => 'LogStreams'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeMetricFiltersRequest' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterNamePrefix' => ['shape' => 'FilterName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit'], 'metricName' => ['shape' => 'MetricName'], 'metricNamespace' => ['shape' => 'MetricNamespace']]], 'DescribeMetricFiltersResponse' => ['type' => 'structure', 'members' => ['metricFilters' => ['shape' => 'MetricFilters'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueriesMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DescribeQueriesRequest' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'status' => ['shape' => 'QueryStatus'], 'maxResults' => ['shape' => 'DescribeQueriesMaxResults'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueriesResponse' => ['type' => 'structure', 'members' => ['queries' => ['shape' => 'QueryInfoList'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueryDefinitionsRequest' => ['type' => 'structure', 'members' => ['queryDefinitionNamePrefix' => ['shape' => 'QueryDefinitionName'], 'maxResults' => ['shape' => 'QueryListMaxResults'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeQueryDefinitionsResponse' => ['type' => 'structure', 'members' => ['queryDefinitions' => ['shape' => 'QueryDefinitionList'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeResourcePoliciesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeResourcePoliciesResponse' => ['type' => 'structure', 'members' => ['resourcePolicies' => ['shape' => 'ResourcePolicies'], 'nextToken' => ['shape' => 'NextToken']]], 'DescribeSubscriptionFiltersRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterNamePrefix' => ['shape' => 'FilterName'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'DescribeLimit']]], 'DescribeSubscriptionFiltersResponse' => ['type' => 'structure', 'members' => ['subscriptionFilters' => ['shape' => 'SubscriptionFilters'], 'nextToken' => ['shape' => 'NextToken']]], 'Destination' => ['type' => 'structure', 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn'], 'accessPolicy' => ['shape' => 'AccessPolicy'], 'arn' => ['shape' => 'Arn'], 'creationTime' => ['shape' => 'Timestamp']]], 'DestinationArn' => ['type' => 'string', 'min' => 1], 'DestinationName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'Destinations' => ['type' => 'list', 'member' => ['shape' => 'Destination']], 'DisassociateKmsKeyRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'Distribution' => ['type' => 'string', 'enum' => ['Random', 'ByLogStream']], 'EventId' => ['type' => 'string'], 'EventMessage' => ['type' => 'string', 'min' => 1], 'EventNumber' => ['type' => 'long'], 'EventsLimit' => ['type' => 'integer', 'max' => 10000, 'min' => 1], 'ExportDestinationBucket' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportDestinationPrefix' => ['type' => 'string'], 'ExportTask' => ['type' => 'structure', 'members' => ['taskId' => ['shape' => 'ExportTaskId'], 'taskName' => ['shape' => 'ExportTaskName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'from' => ['shape' => 'Timestamp'], 'to' => ['shape' => 'Timestamp'], 'destination' => ['shape' => 'ExportDestinationBucket'], 'destinationPrefix' => ['shape' => 'ExportDestinationPrefix'], 'status' => ['shape' => 'ExportTaskStatus'], 'executionInfo' => ['shape' => 'ExportTaskExecutionInfo']]], 'ExportTaskExecutionInfo' => ['type' => 'structure', 'members' => ['creationTime' => ['shape' => 'Timestamp'], 'completionTime' => ['shape' => 'Timestamp']]], 'ExportTaskId' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportTaskName' => ['type' => 'string', 'max' => 512, 'min' => 1], 'ExportTaskStatus' => ['type' => 'structure', 'members' => ['code' => ['shape' => 'ExportTaskStatusCode'], 'message' => ['shape' => 'ExportTaskStatusMessage']]], 'ExportTaskStatusCode' => ['type' => 'string', 'enum' => ['CANCELLED', 'COMPLETED', 'FAILED', 'PENDING', 'PENDING_CANCEL', 'RUNNING']], 'ExportTaskStatusMessage' => ['type' => 'string'], 'ExportTasks' => ['type' => 'list', 'member' => ['shape' => 'ExportTask']], 'ExtractedValues' => ['type' => 'map', 'key' => ['shape' => 'Token'], 'value' => ['shape' => 'Value']], 'Field' => ['type' => 'string'], 'FilterCount' => ['type' => 'integer'], 'FilterLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamNames' => ['shape' => 'InputLogStreamNames'], 'logStreamNamePrefix' => ['shape' => 'LogStreamName'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'filterPattern' => ['shape' => 'FilterPattern'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'EventsLimit'], 'interleaved' => ['shape' => 'Interleaved', 'deprecated' => \true, 'deprecatedMessage' => 'Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group.']]], 'FilterLogEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'FilteredLogEvents'], 'searchedLogStreams' => ['shape' => 'SearchedLogStreams'], 'nextToken' => ['shape' => 'NextToken']]], 'FilterName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'FilterPattern' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'FilteredLogEvent' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage'], 'ingestionTime' => ['shape' => 'Timestamp'], 'eventId' => ['shape' => 'EventId']]], 'FilteredLogEvents' => ['type' => 'list', 'member' => ['shape' => 'FilteredLogEvent']], 'GetLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'nextToken' => ['shape' => 'NextToken'], 'limit' => ['shape' => 'EventsLimit'], 'startFromHead' => ['shape' => 'StartFromHead']]], 'GetLogEventsResponse' => ['type' => 'structure', 'members' => ['events' => ['shape' => 'OutputLogEvents'], 'nextForwardToken' => ['shape' => 'NextToken'], 'nextBackwardToken' => ['shape' => 'NextToken']]], 'GetLogGroupFieldsRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'time' => ['shape' => 'Timestamp']]], 'GetLogGroupFieldsResponse' => ['type' => 'structure', 'members' => ['logGroupFields' => ['shape' => 'LogGroupFieldList']]], 'GetLogRecordRequest' => ['type' => 'structure', 'required' => ['logRecordPointer'], 'members' => ['logRecordPointer' => ['shape' => 'LogRecordPointer']]], 'GetLogRecordResponse' => ['type' => 'structure', 'members' => ['logRecord' => ['shape' => 'LogRecord']]], 'GetQueryResultsRequest' => ['type' => 'structure', 'required' => ['queryId'], 'members' => ['queryId' => ['shape' => 'QueryId']]], 'GetQueryResultsResponse' => ['type' => 'structure', 'members' => ['results' => ['shape' => 'QueryResults'], 'statistics' => ['shape' => 'QueryStatistics'], 'status' => ['shape' => 'QueryStatus']]], 'InputLogEvent' => ['type' => 'structure', 'required' => ['timestamp', 'message'], 'members' => ['timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage']]], 'InputLogEvents' => ['type' => 'list', 'member' => ['shape' => 'InputLogEvent'], 'max' => 10000, 'min' => 1], 'InputLogStreamNames' => ['type' => 'list', 'member' => ['shape' => 'LogStreamName'], 'max' => 100, 'min' => 1], 'Interleaved' => ['type' => 'boolean'], 'InvalidOperationException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidSequenceTokenException' => ['type' => 'structure', 'members' => ['expectedSequenceToken' => ['shape' => 'SequenceToken']], 'exception' => \true], 'KmsKeyId' => ['type' => 'string', 'max' => 256], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListTagsLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName']]], 'ListTagsLogGroupResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'Tags']]], 'LogEventIndex' => ['type' => 'integer'], 'LogGroup' => ['type' => 'structure', 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'creationTime' => ['shape' => 'Timestamp'], 'retentionInDays' => ['shape' => 'Days'], 'metricFilterCount' => ['shape' => 'FilterCount'], 'arn' => ['shape' => 'Arn'], 'storedBytes' => ['shape' => 'StoredBytes'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'LogGroupField' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Field'], 'percent' => ['shape' => 'Percentage']]], 'LogGroupFieldList' => ['type' => 'list', 'member' => ['shape' => 'LogGroupField']], 'LogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+'], 'LogGroupNames' => ['type' => 'list', 'member' => ['shape' => 'LogGroupName']], 'LogGroups' => ['type' => 'list', 'member' => ['shape' => 'LogGroup']], 'LogRecord' => ['type' => 'map', 'key' => ['shape' => 'Field'], 'value' => ['shape' => 'Value']], 'LogRecordPointer' => ['type' => 'string'], 'LogStream' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'creationTime' => ['shape' => 'Timestamp'], 'firstEventTimestamp' => ['shape' => 'Timestamp'], 'lastEventTimestamp' => ['shape' => 'Timestamp'], 'lastIngestionTime' => ['shape' => 'Timestamp'], 'uploadSequenceToken' => ['shape' => 'SequenceToken'], 'arn' => ['shape' => 'Arn'], 'storedBytes' => ['shape' => 'StoredBytes', 'deprecated' => \true, 'deprecatedMessage' => 'Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected.']]], 'LogStreamName' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*'], 'LogStreamSearchedCompletely' => ['type' => 'boolean'], 'LogStreams' => ['type' => 'list', 'member' => ['shape' => 'LogStream']], 'MalformedQueryException' => ['type' => 'structure', 'members' => ['queryCompileError' => ['shape' => 'QueryCompileError']], 'exception' => \true], 'Message' => ['type' => 'string'], 'MetricFilter' => ['type' => 'structure', 'members' => ['filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'metricTransformations' => ['shape' => 'MetricTransformations'], 'creationTime' => ['shape' => 'Timestamp'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'MetricFilterMatchRecord' => ['type' => 'structure', 'members' => ['eventNumber' => ['shape' => 'EventNumber'], 'eventMessage' => ['shape' => 'EventMessage'], 'extractedValues' => ['shape' => 'ExtractedValues']]], 'MetricFilterMatches' => ['type' => 'list', 'member' => ['shape' => 'MetricFilterMatchRecord']], 'MetricFilters' => ['type' => 'list', 'member' => ['shape' => 'MetricFilter']], 'MetricName' => ['type' => 'string', 'max' => 255, 'pattern' => '[^:*$]*'], 'MetricNamespace' => ['type' => 'string', 'max' => 255, 'pattern' => '[^:*$]*'], 'MetricTransformation' => ['type' => 'structure', 'required' => ['metricName', 'metricNamespace', 'metricValue'], 'members' => ['metricName' => ['shape' => 'MetricName'], 'metricNamespace' => ['shape' => 'MetricNamespace'], 'metricValue' => ['shape' => 'MetricValue'], 'defaultValue' => ['shape' => 'DefaultValue']]], 'MetricTransformations' => ['type' => 'list', 'member' => ['shape' => 'MetricTransformation'], 'max' => 1, 'min' => 1], 'MetricValue' => ['type' => 'string', 'max' => 100], 'NextToken' => ['type' => 'string', 'min' => 1], 'OperationAbortedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrderBy' => ['type' => 'string', 'enum' => ['LogStreamName', 'LastEventTime']], 'OutputLogEvent' => ['type' => 'structure', 'members' => ['timestamp' => ['shape' => 'Timestamp'], 'message' => ['shape' => 'EventMessage'], 'ingestionTime' => ['shape' => 'Timestamp']]], 'OutputLogEvents' => ['type' => 'list', 'member' => ['shape' => 'OutputLogEvent']], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'PolicyDocument' => ['type' => 'string', 'max' => 5120, 'min' => 1], 'PolicyName' => ['type' => 'string'], 'PutDestinationPolicyRequest' => ['type' => 'structure', 'required' => ['destinationName', 'accessPolicy'], 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'accessPolicy' => ['shape' => 'AccessPolicy']]], 'PutDestinationRequest' => ['type' => 'structure', 'required' => ['destinationName', 'targetArn', 'roleArn'], 'members' => ['destinationName' => ['shape' => 'DestinationName'], 'targetArn' => ['shape' => 'TargetArn'], 'roleArn' => ['shape' => 'RoleArn']]], 'PutDestinationResponse' => ['type' => 'structure', 'members' => ['destination' => ['shape' => 'Destination']]], 'PutLogEventsRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'logStreamName', 'logEvents'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logStreamName' => ['shape' => 'LogStreamName'], 'logEvents' => ['shape' => 'InputLogEvents'], 'sequenceToken' => ['shape' => 'SequenceToken']]], 'PutLogEventsResponse' => ['type' => 'structure', 'members' => ['nextSequenceToken' => ['shape' => 'SequenceToken'], 'rejectedLogEventsInfo' => ['shape' => 'RejectedLogEventsInfo']]], 'PutMetricFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName', 'filterPattern', 'metricTransformations'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'metricTransformations' => ['shape' => 'MetricTransformations']]], 'PutQueryDefinitionRequest' => ['type' => 'structure', 'required' => ['name', 'queryString'], 'members' => ['name' => ['shape' => 'QueryDefinitionName'], 'queryDefinitionId' => ['shape' => 'QueryId'], 'logGroupNames' => ['shape' => 'LogGroupNames'], 'queryString' => ['shape' => 'QueryDefinitionString']]], 'PutQueryDefinitionResponse' => ['type' => 'structure', 'members' => ['queryDefinitionId' => ['shape' => 'QueryId']]], 'PutResourcePolicyRequest' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument']]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['resourcePolicy' => ['shape' => 'ResourcePolicy']]], 'PutRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'retentionInDays'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'retentionInDays' => ['shape' => 'Days']]], 'PutSubscriptionFilterRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'filterName', 'filterPattern', 'destinationArn'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'filterName' => ['shape' => 'FilterName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'destinationArn' => ['shape' => 'DestinationArn'], 'roleArn' => ['shape' => 'RoleArn'], 'distribution' => ['shape' => 'Distribution']]], 'QueryCharOffset' => ['type' => 'integer'], 'QueryCompileError' => ['type' => 'structure', 'members' => ['location' => ['shape' => 'QueryCompileErrorLocation'], 'message' => ['shape' => 'Message']]], 'QueryCompileErrorLocation' => ['type' => 'structure', 'members' => ['startCharOffset' => ['shape' => 'QueryCharOffset'], 'endCharOffset' => ['shape' => 'QueryCharOffset']]], 'QueryDefinition' => ['type' => 'structure', 'members' => ['queryDefinitionId' => ['shape' => 'QueryId'], 'name' => ['shape' => 'QueryDefinitionName'], 'queryString' => ['shape' => 'QueryDefinitionString'], 'lastModified' => ['shape' => 'Timestamp'], 'logGroupNames' => ['shape' => 'LogGroupNames']]], 'QueryDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'QueryDefinition']], 'QueryDefinitionName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([^:*\\/]+\\/?)*[^:*\\/]+$'], 'QueryDefinitionString' => ['type' => 'string', 'max' => 10000, 'min' => 1], 'QueryId' => ['type' => 'string', 'max' => 256, 'min' => 0], 'QueryInfo' => ['type' => 'structure', 'members' => ['queryId' => ['shape' => 'QueryId'], 'queryString' => ['shape' => 'QueryString'], 'status' => ['shape' => 'QueryStatus'], 'createTime' => ['shape' => 'Timestamp'], 'logGroupName' => ['shape' => 'LogGroupName']]], 'QueryInfoList' => ['type' => 'list', 'member' => ['shape' => 'QueryInfo']], 'QueryListMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'QueryResults' => ['type' => 'list', 'member' => ['shape' => 'ResultRows']], 'QueryStatistics' => ['type' => 'structure', 'members' => ['recordsMatched' => ['shape' => 'StatsValue'], 'recordsScanned' => ['shape' => 'StatsValue'], 'bytesScanned' => ['shape' => 'StatsValue']]], 'QueryStatus' => ['type' => 'string', 'enum' => ['Scheduled', 'Running', 'Complete', 'Failed', 'Cancelled']], 'QueryString' => ['type' => 'string', 'max' => 10000, 'min' => 0], 'RejectedLogEventsInfo' => ['type' => 'structure', 'members' => ['tooNewLogEventStartIndex' => ['shape' => 'LogEventIndex'], 'tooOldLogEventEndIndex' => ['shape' => 'LogEventIndex'], 'expiredLogEventEndIndex' => ['shape' => 'LogEventIndex']]], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourcePolicies' => ['type' => 'list', 'member' => ['shape' => 'ResourcePolicy']], 'ResourcePolicy' => ['type' => 'structure', 'members' => ['policyName' => ['shape' => 'PolicyName'], 'policyDocument' => ['shape' => 'PolicyDocument'], 'lastUpdatedTime' => ['shape' => 'Timestamp']]], 'ResultField' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'Field'], 'value' => ['shape' => 'Value']]], 'ResultRows' => ['type' => 'list', 'member' => ['shape' => 'ResultField']], 'RoleArn' => ['type' => 'string', 'min' => 1], 'SearchedLogStream' => ['type' => 'structure', 'members' => ['logStreamName' => ['shape' => 'LogStreamName'], 'searchedCompletely' => ['shape' => 'LogStreamSearchedCompletely']]], 'SearchedLogStreams' => ['type' => 'list', 'member' => ['shape' => 'SearchedLogStream']], 'SequenceToken' => ['type' => 'string', 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'StartFromHead' => ['type' => 'boolean'], 'StartQueryRequest' => ['type' => 'structure', 'required' => ['startTime', 'endTime', 'queryString'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'logGroupNames' => ['shape' => 'LogGroupNames'], 'startTime' => ['shape' => 'Timestamp'], 'endTime' => ['shape' => 'Timestamp'], 'queryString' => ['shape' => 'QueryString'], 'limit' => ['shape' => 'EventsLimit']]], 'StartQueryResponse' => ['type' => 'structure', 'members' => ['queryId' => ['shape' => 'QueryId']]], 'StatsValue' => ['type' => 'double'], 'StopQueryRequest' => ['type' => 'structure', 'required' => ['queryId'], 'members' => ['queryId' => ['shape' => 'QueryId']]], 'StopQueryResponse' => ['type' => 'structure', 'members' => ['success' => ['shape' => 'Success']]], 'StoredBytes' => ['type' => 'long', 'min' => 0], 'SubscriptionFilter' => ['type' => 'structure', 'members' => ['filterName' => ['shape' => 'FilterName'], 'logGroupName' => ['shape' => 'LogGroupName'], 'filterPattern' => ['shape' => 'FilterPattern'], 'destinationArn' => ['shape' => 'DestinationArn'], 'roleArn' => ['shape' => 'RoleArn'], 'distribution' => ['shape' => 'Distribution'], 'creationTime' => ['shape' => 'Timestamp']]], 'SubscriptionFilters' => ['type' => 'list', 'member' => ['shape' => 'SubscriptionFilter']], 'Success' => ['type' => 'boolean'], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'tags'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TargetArn' => ['type' => 'string', 'min' => 1], 'TestEventMessages' => ['type' => 'list', 'member' => ['shape' => 'EventMessage'], 'max' => 50, 'min' => 1], 'TestMetricFilterRequest' => ['type' => 'structure', 'required' => ['filterPattern', 'logEventMessages'], 'members' => ['filterPattern' => ['shape' => 'FilterPattern'], 'logEventMessages' => ['shape' => 'TestEventMessages']]], 'TestMetricFilterResponse' => ['type' => 'structure', 'members' => ['matches' => ['shape' => 'MetricFilterMatches']]], 'Timestamp' => ['type' => 'long', 'min' => 0], 'Token' => ['type' => 'string'], 'UnrecognizedClientException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'UntagLogGroupRequest' => ['type' => 'structure', 'required' => ['logGroupName', 'tags'], 'members' => ['logGroupName' => ['shape' => 'LogGroupName'], 'tags' => ['shape' => 'TagList']]], 'Value' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/macie2/2020-01-01/api-2.json.php b/vendor/Aws3/Aws/data/macie2/2020-01-01/api-2.json.php new file mode 100644 index 00000000..bd49f5b6 --- /dev/null +++ b/vendor/Aws3/Aws/data/macie2/2020-01-01/api-2.json.php @@ -0,0 +1,4 @@ + ['apiVersion' => '2020-01-01', 'endpointPrefix' => 'macie2', 'signingName' => 'macie2', 'serviceFullName' => 'Amazon Macie 2', 'serviceId' => 'Macie2', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'macie2-2020-01-01', 'signatureVersion' => 'v4'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/accept', 'responseCode' => 200], 'input' => ['shape' => 'AcceptInvitationRequest'], 'output' => ['shape' => 'AcceptInvitationResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'BatchGetCustomDataIdentifiers' => ['name' => 'BatchGetCustomDataIdentifiers', 'http' => ['method' => 'POST', 'requestUri' => '/custom-data-identifiers/get', 'responseCode' => 200], 'input' => ['shape' => 'BatchGetCustomDataIdentifiersRequest'], 'output' => ['shape' => 'BatchGetCustomDataIdentifiersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateClassificationJob' => ['name' => 'CreateClassificationJob', 'http' => ['method' => 'POST', 'requestUri' => '/jobs', 'responseCode' => 200], 'input' => ['shape' => 'CreateClassificationJobRequest'], 'output' => ['shape' => 'CreateClassificationJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateCustomDataIdentifier' => ['name' => 'CreateCustomDataIdentifier', 'http' => ['method' => 'POST', 'requestUri' => '/custom-data-identifiers', 'responseCode' => 200], 'input' => ['shape' => 'CreateCustomDataIdentifierRequest'], 'output' => ['shape' => 'CreateCustomDataIdentifierResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateFindingsFilter' => ['name' => 'CreateFindingsFilter', 'http' => ['method' => 'POST', 'requestUri' => '/findingsfilters', 'responseCode' => 200], 'input' => ['shape' => 'CreateFindingsFilterRequest'], 'output' => ['shape' => 'CreateFindingsFilterResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateInvitations' => ['name' => 'CreateInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations', 'responseCode' => 200], 'input' => ['shape' => 'CreateInvitationsRequest'], 'output' => ['shape' => 'CreateInvitationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateMember' => ['name' => 'CreateMember', 'http' => ['method' => 'POST', 'requestUri' => '/members', 'responseCode' => 200], 'input' => ['shape' => 'CreateMemberRequest'], 'output' => ['shape' => 'CreateMemberResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'CreateSampleFindings' => ['name' => 'CreateSampleFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings/sample', 'responseCode' => 200], 'input' => ['shape' => 'CreateSampleFindingsRequest'], 'output' => ['shape' => 'CreateSampleFindingsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeclineInvitations' => ['name' => 'DeclineInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/decline', 'responseCode' => 200], 'input' => ['shape' => 'DeclineInvitationsRequest'], 'output' => ['shape' => 'DeclineInvitationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteCustomDataIdentifier' => ['name' => 'DeleteCustomDataIdentifier', 'http' => ['method' => 'DELETE', 'requestUri' => '/custom-data-identifiers/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteCustomDataIdentifierRequest'], 'output' => ['shape' => 'DeleteCustomDataIdentifierResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteFindingsFilter' => ['name' => 'DeleteFindingsFilter', 'http' => ['method' => 'DELETE', 'requestUri' => '/findingsfilters/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteFindingsFilterRequest'], 'output' => ['shape' => 'DeleteFindingsFilterResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteInvitations' => ['name' => 'DeleteInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/delete', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInvitationsRequest'], 'output' => ['shape' => 'DeleteInvitationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DeleteMember' => ['name' => 'DeleteMember', 'http' => ['method' => 'DELETE', 'requestUri' => '/members/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMemberRequest'], 'output' => ['shape' => 'DeleteMemberResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DescribeBuckets' => ['name' => 'DescribeBuckets', 'http' => ['method' => 'POST', 'requestUri' => '/datasources/s3', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBucketsRequest'], 'output' => ['shape' => 'DescribeBucketsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DescribeClassificationJob' => ['name' => 'DescribeClassificationJob', 'http' => ['method' => 'GET', 'requestUri' => '/jobs/{jobId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeClassificationJobRequest'], 'output' => ['shape' => 'DescribeClassificationJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DescribeOrganizationConfiguration' => ['name' => 'DescribeOrganizationConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/admin/configuration', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOrganizationConfigurationRequest'], 'output' => ['shape' => 'DescribeOrganizationConfigurationResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DisableMacie' => ['name' => 'DisableMacie', 'http' => ['method' => 'DELETE', 'requestUri' => '/macie', 'responseCode' => 200], 'input' => ['shape' => 'DisableMacieRequest'], 'output' => ['shape' => 'DisableMacieResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DisableOrganizationAdminAccount' => ['name' => 'DisableOrganizationAdminAccount', 'http' => ['method' => 'DELETE', 'requestUri' => '/admin', 'responseCode' => 200], 'input' => ['shape' => 'DisableOrganizationAdminAccountRequest'], 'output' => ['shape' => 'DisableOrganizationAdminAccountResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DisassociateFromMasterAccount' => ['name' => 'DisassociateFromMasterAccount', 'http' => ['method' => 'POST', 'requestUri' => '/master/disassociate', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateFromMasterAccountRequest'], 'output' => ['shape' => 'DisassociateFromMasterAccountResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'DisassociateMember' => ['name' => 'DisassociateMember', 'http' => ['method' => 'POST', 'requestUri' => '/members/disassociate/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DisassociateMemberRequest'], 'output' => ['shape' => 'DisassociateMemberResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'EnableMacie' => ['name' => 'EnableMacie', 'http' => ['method' => 'POST', 'requestUri' => '/macie', 'responseCode' => 200], 'input' => ['shape' => 'EnableMacieRequest'], 'output' => ['shape' => 'EnableMacieResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'EnableOrganizationAdminAccount' => ['name' => 'EnableOrganizationAdminAccount', 'http' => ['method' => 'POST', 'requestUri' => '/admin', 'responseCode' => 200], 'input' => ['shape' => 'EnableOrganizationAdminAccountRequest'], 'output' => ['shape' => 'EnableOrganizationAdminAccountResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetBucketStatistics' => ['name' => 'GetBucketStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/datasources/s3/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetBucketStatisticsRequest'], 'output' => ['shape' => 'GetBucketStatisticsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetClassificationExportConfiguration' => ['name' => 'GetClassificationExportConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/classification-export-configuration', 'responseCode' => 200], 'input' => ['shape' => 'GetClassificationExportConfigurationRequest'], 'output' => ['shape' => 'GetClassificationExportConfigurationResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetCustomDataIdentifier' => ['name' => 'GetCustomDataIdentifier', 'http' => ['method' => 'GET', 'requestUri' => '/custom-data-identifiers/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetCustomDataIdentifierRequest'], 'output' => ['shape' => 'GetCustomDataIdentifierResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetFindingStatistics' => ['name' => 'GetFindingStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/findings/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingStatisticsRequest'], 'output' => ['shape' => 'GetFindingStatisticsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetFindings' => ['name' => 'GetFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings/describe', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsRequest'], 'output' => ['shape' => 'GetFindingsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetFindingsFilter' => ['name' => 'GetFindingsFilter', 'http' => ['method' => 'GET', 'requestUri' => '/findingsfilters/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetFindingsFilterRequest'], 'output' => ['shape' => 'GetFindingsFilterResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetInvitationsCount' => ['name' => 'GetInvitationsCount', 'http' => ['method' => 'GET', 'requestUri' => '/invitations/count', 'responseCode' => 200], 'input' => ['shape' => 'GetInvitationsCountRequest'], 'output' => ['shape' => 'GetInvitationsCountResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetMacieSession' => ['name' => 'GetMacieSession', 'http' => ['method' => 'GET', 'requestUri' => '/macie', 'responseCode' => 200], 'input' => ['shape' => 'GetMacieSessionRequest'], 'output' => ['shape' => 'GetMacieSessionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetMasterAccount' => ['name' => 'GetMasterAccount', 'http' => ['method' => 'GET', 'requestUri' => '/master', 'responseCode' => 200], 'input' => ['shape' => 'GetMasterAccountRequest'], 'output' => ['shape' => 'GetMasterAccountResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetMember' => ['name' => 'GetMember', 'http' => ['method' => 'GET', 'requestUri' => '/members/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetMemberRequest'], 'output' => ['shape' => 'GetMemberResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetUsageStatistics' => ['name' => 'GetUsageStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/usage/statistics', 'responseCode' => 200], 'input' => ['shape' => 'GetUsageStatisticsRequest'], 'output' => ['shape' => 'GetUsageStatisticsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'GetUsageTotals' => ['name' => 'GetUsageTotals', 'http' => ['method' => 'GET', 'requestUri' => '/usage', 'responseCode' => 200], 'input' => ['shape' => 'GetUsageTotalsRequest'], 'output' => ['shape' => 'GetUsageTotalsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListClassificationJobs' => ['name' => 'ListClassificationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/jobs/list', 'responseCode' => 200], 'input' => ['shape' => 'ListClassificationJobsRequest'], 'output' => ['shape' => 'ListClassificationJobsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListCustomDataIdentifiers' => ['name' => 'ListCustomDataIdentifiers', 'http' => ['method' => 'POST', 'requestUri' => '/custom-data-identifiers/list', 'responseCode' => 200], 'input' => ['shape' => 'ListCustomDataIdentifiersRequest'], 'output' => ['shape' => 'ListCustomDataIdentifiersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListFindings' => ['name' => 'ListFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsRequest'], 'output' => ['shape' => 'ListFindingsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListFindingsFilters' => ['name' => 'ListFindingsFilters', 'http' => ['method' => 'GET', 'requestUri' => '/findingsfilters', 'responseCode' => 200], 'input' => ['shape' => 'ListFindingsFiltersRequest'], 'output' => ['shape' => 'ListFindingsFiltersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitations', 'responseCode' => 200], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/members', 'responseCode' => 200], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListOrganizationAdminAccounts' => ['name' => 'ListOrganizationAdminAccounts', 'http' => ['method' => 'GET', 'requestUri' => '/admin', 'responseCode' => 200], 'input' => ['shape' => 'ListOrganizationAdminAccountsRequest'], 'output' => ['shape' => 'ListOrganizationAdminAccountsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => []], 'PutClassificationExportConfiguration' => ['name' => 'PutClassificationExportConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/classification-export-configuration', 'responseCode' => 200], 'input' => ['shape' => 'PutClassificationExportConfigurationRequest'], 'output' => ['shape' => 'PutClassificationExportConfigurationResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => []], 'TestCustomDataIdentifier' => ['name' => 'TestCustomDataIdentifier', 'http' => ['method' => 'POST', 'requestUri' => '/custom-data-identifiers/test', 'responseCode' => 200], 'input' => ['shape' => 'TestCustomDataIdentifierRequest'], 'output' => ['shape' => 'TestCustomDataIdentifierResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => []], 'UpdateClassificationJob' => ['name' => 'UpdateClassificationJob', 'http' => ['method' => 'PATCH', 'requestUri' => '/jobs/{jobId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateClassificationJobRequest'], 'output' => ['shape' => 'UpdateClassificationJobResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateFindingsFilter' => ['name' => 'UpdateFindingsFilter', 'http' => ['method' => 'PATCH', 'requestUri' => '/findingsfilters/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateFindingsFilterRequest'], 'output' => ['shape' => 'UpdateFindingsFilterResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateMacieSession' => ['name' => 'UpdateMacieSession', 'http' => ['method' => 'PATCH', 'requestUri' => '/macie', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMacieSessionRequest'], 'output' => ['shape' => 'UpdateMacieSessionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateMemberSession' => ['name' => 'UpdateMemberSession', 'http' => ['method' => 'PATCH', 'requestUri' => '/macie/members/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMemberSessionRequest'], 'output' => ['shape' => 'UpdateMemberSessionResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]], 'UpdateOrganizationConfiguration' => ['name' => 'UpdateOrganizationConfiguration', 'http' => ['method' => 'PATCH', 'requestUri' => '/admin/configuration', 'responseCode' => 200], 'input' => ['shape' => 'UpdateOrganizationConfigurationRequest'], 'output' => ['shape' => 'UpdateOrganizationConfigurationResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'members' => ['invitationId' => ['shape' => '__string', 'locationName' => 'invitationId'], 'masterAccount' => ['shape' => '__string', 'locationName' => 'masterAccount']], 'required' => ['masterAccount', 'invitationId']], 'AcceptInvitationResponse' => ['type' => 'structure', 'members' => []], 'AccessControlList' => ['type' => 'structure', 'members' => ['allowsPublicReadAccess' => ['shape' => '__boolean', 'locationName' => 'allowsPublicReadAccess'], 'allowsPublicWriteAccess' => ['shape' => '__boolean', 'locationName' => 'allowsPublicWriteAccess']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'AccountDetail' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'email' => ['shape' => '__string', 'locationName' => 'email']], 'required' => ['email', 'accountId']], 'AccountLevelPermissions' => ['type' => 'structure', 'members' => ['blockPublicAccess' => ['shape' => 'BlockPublicAccess', 'locationName' => 'blockPublicAccess']]], 'AdminAccount' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'status' => ['shape' => 'AdminStatus', 'locationName' => 'status']]], 'AdminStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLING_IN_PROGRESS']], 'ApiCallDetails' => ['type' => 'structure', 'members' => ['api' => ['shape' => '__string', 'locationName' => 'api'], 'apiServiceName' => ['shape' => '__string', 'locationName' => 'apiServiceName'], 'firstSeen' => ['shape' => '__timestampIso8601', 'locationName' => 'firstSeen'], 'lastSeen' => ['shape' => '__timestampIso8601', 'locationName' => 'lastSeen']]], 'AssumedRole' => ['type' => 'structure', 'members' => ['accessKeyId' => ['shape' => '__string', 'locationName' => 'accessKeyId'], 'accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId'], 'sessionContext' => ['shape' => 'SessionContext', 'locationName' => 'sessionContext']]], 'AwsAccount' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId']]], 'AwsService' => ['type' => 'structure', 'members' => ['invokedBy' => ['shape' => '__string', 'locationName' => 'invokedBy']]], 'BatchGetCustomDataIdentifierSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'deleted' => ['shape' => '__boolean', 'locationName' => 'deleted'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'name' => ['shape' => '__string', 'locationName' => 'name']]], 'BatchGetCustomDataIdentifiersRequest' => ['type' => 'structure', 'members' => ['ids' => ['shape' => '__listOf__string', 'locationName' => 'ids']]], 'BatchGetCustomDataIdentifiersResponse' => ['type' => 'structure', 'members' => ['customDataIdentifiers' => ['shape' => '__listOfBatchGetCustomDataIdentifierSummary', 'locationName' => 'customDataIdentifiers'], 'notFoundIdentifierIds' => ['shape' => '__listOf__string', 'locationName' => 'notFoundIdentifierIds']]], 'BlockPublicAccess' => ['type' => 'structure', 'members' => ['blockPublicAcls' => ['shape' => '__boolean', 'locationName' => 'blockPublicAcls'], 'blockPublicPolicy' => ['shape' => '__boolean', 'locationName' => 'blockPublicPolicy'], 'ignorePublicAcls' => ['shape' => '__boolean', 'locationName' => 'ignorePublicAcls'], 'restrictPublicBuckets' => ['shape' => '__boolean', 'locationName' => 'restrictPublicBuckets']]], 'BucketCountByEffectivePermission' => ['type' => 'structure', 'members' => ['publiclyAccessible' => ['shape' => '__long', 'locationName' => 'publiclyAccessible'], 'publiclyReadable' => ['shape' => '__long', 'locationName' => 'publiclyReadable'], 'publiclyWritable' => ['shape' => '__long', 'locationName' => 'publiclyWritable']]], 'BucketCountByEncryptionType' => ['type' => 'structure', 'members' => ['kmsManaged' => ['shape' => '__long', 'locationName' => 'kmsManaged'], 's3Managed' => ['shape' => '__long', 'locationName' => 's3Managed'], 'unencrypted' => ['shape' => '__long', 'locationName' => 'unencrypted']]], 'BucketCountBySharedAccessType' => ['type' => 'structure', 'members' => ['external' => ['shape' => '__long', 'locationName' => 'external'], 'internal' => ['shape' => '__long', 'locationName' => 'internal'], 'notShared' => ['shape' => '__long', 'locationName' => 'notShared']]], 'BucketCriteria' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'BucketCriteriaAdditionalProperties']], 'BucketCriteriaAdditionalProperties' => ['type' => 'structure', 'members' => ['eq' => ['shape' => '__listOf__string', 'locationName' => 'eq'], 'gt' => ['shape' => '__long', 'locationName' => 'gt'], 'gte' => ['shape' => '__long', 'locationName' => 'gte'], 'lt' => ['shape' => '__long', 'locationName' => 'lt'], 'lte' => ['shape' => '__long', 'locationName' => 'lte'], 'neq' => ['shape' => '__listOf__string', 'locationName' => 'neq'], 'prefix' => ['shape' => '__string', 'locationName' => 'prefix']]], 'BucketLevelPermissions' => ['type' => 'structure', 'members' => ['accessControlList' => ['shape' => 'AccessControlList', 'locationName' => 'accessControlList'], 'blockPublicAccess' => ['shape' => 'BlockPublicAccess', 'locationName' => 'blockPublicAccess'], 'bucketPolicy' => ['shape' => 'BucketPolicy', 'locationName' => 'bucketPolicy']]], 'BucketMetadata' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'bucketArn' => ['shape' => '__string', 'locationName' => 'bucketArn'], 'bucketCreatedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'bucketCreatedAt'], 'bucketName' => ['shape' => '__string', 'locationName' => 'bucketName'], 'classifiableObjectCount' => ['shape' => '__long', 'locationName' => 'classifiableObjectCount'], 'lastUpdated' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdated'], 'objectCount' => ['shape' => '__long', 'locationName' => 'objectCount'], 'objectCountByEncryptionType' => ['shape' => 'ObjectCountByEncryptionType', 'locationName' => 'objectCountByEncryptionType'], 'publicAccess' => ['shape' => 'BucketPublicAccess', 'locationName' => 'publicAccess'], 'region' => ['shape' => '__string', 'locationName' => 'region'], 'replicationDetails' => ['shape' => 'ReplicationDetails', 'locationName' => 'replicationDetails'], 'sharedAccess' => ['shape' => 'SharedAccess', 'locationName' => 'sharedAccess'], 'sizeInBytes' => ['shape' => '__long', 'locationName' => 'sizeInBytes'], 'sizeInBytesCompressed' => ['shape' => '__long', 'locationName' => 'sizeInBytesCompressed'], 'tags' => ['shape' => '__listOfKeyValuePair', 'locationName' => 'tags'], 'versioning' => ['shape' => '__boolean', 'locationName' => 'versioning']]], 'BucketPermissionConfiguration' => ['type' => 'structure', 'members' => ['accountLevelPermissions' => ['shape' => 'AccountLevelPermissions', 'locationName' => 'accountLevelPermissions'], 'bucketLevelPermissions' => ['shape' => 'BucketLevelPermissions', 'locationName' => 'bucketLevelPermissions']]], 'BucketPolicy' => ['type' => 'structure', 'members' => ['allowsPublicReadAccess' => ['shape' => '__boolean', 'locationName' => 'allowsPublicReadAccess'], 'allowsPublicWriteAccess' => ['shape' => '__boolean', 'locationName' => 'allowsPublicWriteAccess']]], 'BucketPublicAccess' => ['type' => 'structure', 'members' => ['effectivePermission' => ['shape' => 'EffectivePermission', 'locationName' => 'effectivePermission'], 'permissionConfiguration' => ['shape' => 'BucketPermissionConfiguration', 'locationName' => 'permissionConfiguration']]], 'BucketSortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => '__string', 'locationName' => 'attributeName'], 'orderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'ClassificationDetails' => ['type' => 'structure', 'members' => ['detailedResultsLocation' => ['shape' => '__string', 'locationName' => 'detailedResultsLocation'], 'jobArn' => ['shape' => '__string', 'locationName' => 'jobArn'], 'jobId' => ['shape' => '__string', 'locationName' => 'jobId'], 'result' => ['shape' => 'ClassificationResult', 'locationName' => 'result']]], 'ClassificationExportConfiguration' => ['type' => 'structure', 'members' => ['s3Destination' => ['shape' => 'S3Destination', 'locationName' => 's3Destination']]], 'ClassificationResult' => ['type' => 'structure', 'members' => ['customDataIdentifiers' => ['shape' => 'CustomDataIdentifiers', 'locationName' => 'customDataIdentifiers'], 'mimeType' => ['shape' => '__string', 'locationName' => 'mimeType'], 'sensitiveData' => ['shape' => 'SensitiveData', 'locationName' => 'sensitiveData'], 'sizeClassified' => ['shape' => '__long', 'locationName' => 'sizeClassified'], 'status' => ['shape' => 'ClassificationResultStatus', 'locationName' => 'status']]], 'ClassificationResultStatus' => ['type' => 'structure', 'members' => ['code' => ['shape' => '__string', 'locationName' => 'code'], 'reason' => ['shape' => '__string', 'locationName' => 'reason']]], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateClassificationJobRequest' => ['type' => 'structure', 'members' => ['clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true], 'customDataIdentifierIds' => ['shape' => '__listOf__string', 'locationName' => 'customDataIdentifierIds'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'initialRun' => ['shape' => '__boolean', 'locationName' => 'initialRun'], 'jobType' => ['shape' => 'JobType', 'locationName' => 'jobType'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 's3JobDefinition' => ['shape' => 'S3JobDefinition', 'locationName' => 's3JobDefinition'], 'samplingPercentage' => ['shape' => '__integer', 'locationName' => 'samplingPercentage'], 'scheduleFrequency' => ['shape' => 'JobScheduleFrequency', 'locationName' => 'scheduleFrequency'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']], 'required' => ['s3JobDefinition', 'jobType', 'clientToken', 'name']], 'CreateClassificationJobResponse' => ['type' => 'structure', 'members' => ['jobArn' => ['shape' => '__string', 'locationName' => 'jobArn'], 'jobId' => ['shape' => '__string', 'locationName' => 'jobId']]], 'CreateCustomDataIdentifierRequest' => ['type' => 'structure', 'members' => ['clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'ignoreWords' => ['shape' => '__listOf__string', 'locationName' => 'ignoreWords'], 'keywords' => ['shape' => '__listOf__string', 'locationName' => 'keywords'], 'maximumMatchDistance' => ['shape' => '__integer', 'locationName' => 'maximumMatchDistance'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'regex' => ['shape' => '__string', 'locationName' => 'regex'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'CreateCustomDataIdentifierResponse' => ['type' => 'structure', 'members' => ['customDataIdentifierId' => ['shape' => '__string', 'locationName' => 'customDataIdentifierId']]], 'CreateFindingsFilterRequest' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'FindingsFilterAction', 'locationName' => 'action'], 'clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'findingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'position' => ['shape' => '__integer', 'locationName' => 'position'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']], 'required' => ['action', 'findingCriteria', 'name']], 'CreateFindingsFilterResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'id' => ['shape' => '__string', 'locationName' => 'id']]], 'CreateInvitationsRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => '__listOf__string', 'locationName' => 'accountIds'], 'disableEmailNotification' => ['shape' => '__boolean', 'locationName' => 'disableEmailNotification'], 'message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['accountIds']], 'CreateInvitationsResponse' => ['type' => 'structure', 'members' => ['unprocessedAccounts' => ['shape' => '__listOfUnprocessedAccount', 'locationName' => 'unprocessedAccounts']]], 'CreateMemberRequest' => ['type' => 'structure', 'members' => ['account' => ['shape' => 'AccountDetail', 'locationName' => 'account'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']], 'required' => ['account']], 'CreateMemberResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn']]], 'CreateSampleFindingsRequest' => ['type' => 'structure', 'members' => ['findingTypes' => ['shape' => '__listOfFindingType', 'locationName' => 'findingTypes']]], 'CreateSampleFindingsResponse' => ['type' => 'structure', 'members' => []], 'Criterion' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'CriterionAdditionalProperties']], 'CriterionAdditionalProperties' => ['type' => 'structure', 'members' => ['eq' => ['shape' => '__listOf__string', 'locationName' => 'eq'], 'gt' => ['shape' => '__long', 'locationName' => 'gt'], 'gte' => ['shape' => '__long', 'locationName' => 'gte'], 'lt' => ['shape' => '__long', 'locationName' => 'lt'], 'lte' => ['shape' => '__long', 'locationName' => 'lte'], 'neq' => ['shape' => '__listOf__string', 'locationName' => 'neq']]], 'Currency' => ['type' => 'string', 'enum' => ['USD']], 'CustomDataIdentifierSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'name' => ['shape' => '__string', 'locationName' => 'name']]], 'CustomDataIdentifiers' => ['type' => 'structure', 'members' => ['detections' => ['shape' => 'CustomDetections', 'locationName' => 'detections'], 'totalCount' => ['shape' => '__long', 'locationName' => 'totalCount']]], 'CustomDetection' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'count' => ['shape' => '__long', 'locationName' => 'count'], 'name' => ['shape' => '__string', 'locationName' => 'name']]], 'CustomDetections' => ['type' => 'list', 'member' => ['shape' => 'CustomDetection']], 'DailySchedule' => ['type' => 'structure', 'members' => []], 'DayOfWeek' => ['type' => 'string', 'enum' => ['SUNDAY', 'MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY', 'SATURDAY']], 'DeclineInvitationsRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => '__listOf__string', 'locationName' => 'accountIds']], 'required' => ['accountIds']], 'DeclineInvitationsResponse' => ['type' => 'structure', 'members' => ['unprocessedAccounts' => ['shape' => '__listOfUnprocessedAccount', 'locationName' => 'unprocessedAccounts']]], 'DefaultDetection' => ['type' => 'structure', 'members' => ['count' => ['shape' => '__long', 'locationName' => 'count'], 'type' => ['shape' => '__string', 'locationName' => 'type']]], 'DefaultDetections' => ['type' => 'list', 'member' => ['shape' => 'DefaultDetection']], 'DeleteCustomDataIdentifierRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'DeleteCustomDataIdentifierResponse' => ['type' => 'structure', 'members' => []], 'DeleteFindingsFilterRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'DeleteFindingsFilterResponse' => ['type' => 'structure', 'members' => []], 'DeleteInvitationsRequest' => ['type' => 'structure', 'members' => ['accountIds' => ['shape' => '__listOf__string', 'locationName' => 'accountIds']], 'required' => ['accountIds']], 'DeleteInvitationsResponse' => ['type' => 'structure', 'members' => ['unprocessedAccounts' => ['shape' => '__listOfUnprocessedAccount', 'locationName' => 'unprocessedAccounts']]], 'DeleteMemberRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'DeleteMemberResponse' => ['type' => 'structure', 'members' => []], 'DescribeBucketsRequest' => ['type' => 'structure', 'members' => ['criteria' => ['shape' => 'BucketCriteria', 'locationName' => 'criteria'], 'maxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'sortCriteria' => ['shape' => 'BucketSortCriteria', 'locationName' => 'sortCriteria']]], 'DescribeBucketsResponse' => ['type' => 'structure', 'members' => ['buckets' => ['shape' => '__listOfBucketMetadata', 'locationName' => 'buckets'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeClassificationJobRequest' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'jobId']], 'required' => ['jobId']], 'DescribeClassificationJobResponse' => ['type' => 'structure', 'members' => ['clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'customDataIdentifierIds' => ['shape' => '__listOf__string', 'locationName' => 'customDataIdentifierIds'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'initialRun' => ['shape' => '__boolean', 'locationName' => 'initialRun'], 'jobArn' => ['shape' => '__string', 'locationName' => 'jobArn'], 'jobId' => ['shape' => '__string', 'locationName' => 'jobId'], 'jobStatus' => ['shape' => 'JobStatus', 'locationName' => 'jobStatus'], 'jobType' => ['shape' => 'JobType', 'locationName' => 'jobType'], 'lastRunTime' => ['shape' => '__timestampIso8601', 'locationName' => 'lastRunTime'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 's3JobDefinition' => ['shape' => 'S3JobDefinition', 'locationName' => 's3JobDefinition'], 'samplingPercentage' => ['shape' => '__integer', 'locationName' => 'samplingPercentage'], 'scheduleFrequency' => ['shape' => 'JobScheduleFrequency', 'locationName' => 'scheduleFrequency'], 'statistics' => ['shape' => 'Statistics', 'locationName' => 'statistics'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'DescribeOrganizationConfigurationRequest' => ['type' => 'structure', 'members' => []], 'DescribeOrganizationConfigurationResponse' => ['type' => 'structure', 'members' => ['autoEnable' => ['shape' => '__boolean', 'locationName' => 'autoEnable'], 'maxAccountLimitReached' => ['shape' => '__boolean', 'locationName' => 'maxAccountLimitReached']]], 'DisableMacieRequest' => ['type' => 'structure', 'members' => []], 'DisableMacieResponse' => ['type' => 'structure', 'members' => []], 'DisableOrganizationAdminAccountRequest' => ['type' => 'structure', 'members' => ['adminAccountId' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'adminAccountId']], 'required' => ['adminAccountId']], 'DisableOrganizationAdminAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMemberRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'DisassociateMemberResponse' => ['type' => 'structure', 'members' => []], 'DomainDetails' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => '__string', 'locationName' => 'domainName']]], 'EffectivePermission' => ['type' => 'string', 'enum' => ['PUBLIC', 'NOT_PUBLIC']], 'Empty' => ['type' => 'structure', 'members' => []], 'EnableMacieRequest' => ['type' => 'structure', 'members' => ['clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true], 'findingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'status' => ['shape' => 'MacieStatus', 'locationName' => 'status']]], 'EnableMacieResponse' => ['type' => 'structure', 'members' => []], 'EnableOrganizationAdminAccountRequest' => ['type' => 'structure', 'members' => ['adminAccountId' => ['shape' => '__string', 'locationName' => 'adminAccountId'], 'clientToken' => ['shape' => '__string', 'locationName' => 'clientToken', 'idempotencyToken' => \true]], 'required' => ['adminAccountId']], 'EnableOrganizationAdminAccountResponse' => ['type' => 'structure', 'members' => []], 'EncryptionType' => ['type' => 'string', 'enum' => ['NONE', 'AES256', 'aws:kms', 'UNKNOWN']], 'ErrorCode' => ['type' => 'string', 'enum' => ['ClientError', 'InternalError']], 'FederatedUser' => ['type' => 'structure', 'members' => ['accessKeyId' => ['shape' => '__string', 'locationName' => 'accessKeyId'], 'accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId'], 'sessionContext' => ['shape' => 'SessionContext', 'locationName' => 'sessionContext']]], 'Finding' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'archived' => ['shape' => '__boolean', 'locationName' => 'archived'], 'category' => ['shape' => 'FindingCategory', 'locationName' => 'category'], 'classificationDetails' => ['shape' => 'ClassificationDetails', 'locationName' => 'classificationDetails'], 'count' => ['shape' => '__long', 'locationName' => 'count'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'partition' => ['shape' => '__string', 'locationName' => 'partition'], 'policyDetails' => ['shape' => 'PolicyDetails', 'locationName' => 'policyDetails'], 'region' => ['shape' => '__string', 'locationName' => 'region'], 'resourcesAffected' => ['shape' => 'ResourcesAffected', 'locationName' => 'resourcesAffected'], 'sample' => ['shape' => '__boolean', 'locationName' => 'sample'], 'schemaVersion' => ['shape' => '__string', 'locationName' => 'schemaVersion'], 'severity' => ['shape' => 'Severity', 'locationName' => 'severity'], 'title' => ['shape' => '__string', 'locationName' => 'title'], 'type' => ['shape' => 'FindingType', 'locationName' => 'type'], 'updatedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'updatedAt']]], 'FindingAction' => ['type' => 'structure', 'members' => ['actionType' => ['shape' => 'FindingActionType', 'locationName' => 'actionType'], 'apiCallDetails' => ['shape' => 'ApiCallDetails', 'locationName' => 'apiCallDetails']]], 'FindingActionType' => ['type' => 'string', 'enum' => ['AWS_API_CALL']], 'FindingActor' => ['type' => 'structure', 'members' => ['domainDetails' => ['shape' => 'DomainDetails', 'locationName' => 'domainDetails'], 'ipAddressDetails' => ['shape' => 'IpAddressDetails', 'locationName' => 'ipAddressDetails'], 'userIdentity' => ['shape' => 'UserIdentity', 'locationName' => 'userIdentity']]], 'FindingCategory' => ['type' => 'string', 'enum' => ['CLASSIFICATION', 'POLICY']], 'FindingCriteria' => ['type' => 'structure', 'members' => ['criterion' => ['shape' => 'Criterion', 'locationName' => 'criterion']]], 'FindingPublishingFrequency' => ['type' => 'string', 'enum' => ['FIFTEEN_MINUTES', 'ONE_HOUR', 'SIX_HOURS']], 'FindingStatisticsSortAttributeName' => ['type' => 'string', 'enum' => ['groupKey', 'count']], 'FindingStatisticsSortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => 'FindingStatisticsSortAttributeName', 'locationName' => 'attributeName'], 'orderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'FindingType' => ['type' => 'string', 'enum' => ['SensitiveData:S3Object/Multiple', 'SensitiveData:S3Object/Financial', 'SensitiveData:S3Object/Personal', 'SensitiveData:S3Object/Credentials', 'SensitiveData:S3Object/CustomIdentifier', 'Policy:IAMUser/S3BucketPublic', 'Policy:IAMUser/S3BucketSharedExternally', 'Policy:IAMUser/S3BucketReplicatedExternally', 'Policy:IAMUser/S3BucketEncryptionDisabled', 'Policy:IAMUser/S3BlockPublicAccessDisabled']], 'FindingsFilterAction' => ['type' => 'string', 'enum' => ['ARCHIVE', 'NOOP']], 'FindingsFilterListItem' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'FindingsFilterAction', 'locationName' => 'action'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetBucketStatisticsRequest' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId']]], 'GetBucketStatisticsResponse' => ['type' => 'structure', 'members' => ['bucketCount' => ['shape' => '__long', 'locationName' => 'bucketCount'], 'bucketCountByEffectivePermission' => ['shape' => 'BucketCountByEffectivePermission', 'locationName' => 'bucketCountByEffectivePermission'], 'bucketCountByEncryptionType' => ['shape' => 'BucketCountByEncryptionType', 'locationName' => 'bucketCountByEncryptionType'], 'bucketCountBySharedAccessType' => ['shape' => 'BucketCountBySharedAccessType', 'locationName' => 'bucketCountBySharedAccessType'], 'classifiableObjectCount' => ['shape' => '__long', 'locationName' => 'classifiableObjectCount'], 'lastUpdated' => ['shape' => '__timestampIso8601', 'locationName' => 'lastUpdated'], 'objectCount' => ['shape' => '__long', 'locationName' => 'objectCount'], 'sizeInBytes' => ['shape' => '__long', 'locationName' => 'sizeInBytes'], 'sizeInBytesCompressed' => ['shape' => '__long', 'locationName' => 'sizeInBytesCompressed']]], 'GetClassificationExportConfigurationRequest' => ['type' => 'structure', 'members' => []], 'GetClassificationExportConfigurationResponse' => ['type' => 'structure', 'members' => ['configuration' => ['shape' => 'ClassificationExportConfiguration', 'locationName' => 'configuration']]], 'GetCustomDataIdentifierRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'GetCustomDataIdentifierResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'deleted' => ['shape' => '__boolean', 'locationName' => 'deleted'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'ignoreWords' => ['shape' => '__listOf__string', 'locationName' => 'ignoreWords'], 'keywords' => ['shape' => '__listOf__string', 'locationName' => 'keywords'], 'maximumMatchDistance' => ['shape' => '__integer', 'locationName' => 'maximumMatchDistance'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'regex' => ['shape' => '__string', 'locationName' => 'regex'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFindingStatisticsRequest' => ['type' => 'structure', 'members' => ['findingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'groupBy' => ['shape' => 'GroupBy', 'locationName' => 'groupBy'], 'size' => ['shape' => '__integer', 'locationName' => 'size'], 'sortCriteria' => ['shape' => 'FindingStatisticsSortCriteria', 'locationName' => 'sortCriteria']], 'required' => ['groupBy']], 'GetFindingStatisticsResponse' => ['type' => 'structure', 'members' => ['countsByGroup' => ['shape' => '__listOfGroupCount', 'locationName' => 'countsByGroup']]], 'GetFindingsFilterRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'GetFindingsFilterResponse' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'FindingsFilterAction', 'locationName' => 'action'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'findingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'id' => ['shape' => '__string', 'locationName' => 'id'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'position' => ['shape' => '__integer', 'locationName' => 'position'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'GetFindingsRequest' => ['type' => 'structure', 'members' => ['findingIds' => ['shape' => '__listOf__string', 'locationName' => 'findingIds'], 'sortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria']], 'required' => ['findingIds']], 'GetFindingsResponse' => ['type' => 'structure', 'members' => ['findings' => ['shape' => '__listOfFinding', 'locationName' => 'findings']]], 'GetInvitationsCountRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationsCountResponse' => ['type' => 'structure', 'members' => ['invitationsCount' => ['shape' => '__long', 'locationName' => 'invitationsCount']]], 'GetMacieSessionRequest' => ['type' => 'structure', 'members' => []], 'GetMacieSessionResponse' => ['type' => 'structure', 'members' => ['createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'findingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'serviceRole' => ['shape' => '__string', 'locationName' => 'serviceRole'], 'status' => ['shape' => 'MacieStatus', 'locationName' => 'status'], 'updatedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'updatedAt']]], 'GetMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'GetMasterAccountResponse' => ['type' => 'structure', 'members' => ['master' => ['shape' => 'Invitation', 'locationName' => 'master']]], 'GetMemberRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id']], 'required' => ['id']], 'GetMemberResponse' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'email' => ['shape' => '__string', 'locationName' => 'email'], 'invitedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'invitedAt'], 'masterAccountId' => ['shape' => '__string', 'locationName' => 'masterAccountId'], 'relationshipStatus' => ['shape' => 'RelationshipStatus', 'locationName' => 'relationshipStatus'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags'], 'updatedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'updatedAt']]], 'GetUsageStatisticsRequest' => ['type' => 'structure', 'members' => ['filterBy' => ['shape' => '__listOfUsageStatisticsFilter', 'locationName' => 'filterBy'], 'maxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'sortBy' => ['shape' => 'UsageStatisticsSortBy', 'locationName' => 'sortBy']]], 'GetUsageStatisticsResponse' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'records' => ['shape' => '__listOfUsageRecord', 'locationName' => 'records']]], 'GetUsageTotalsRequest' => ['type' => 'structure', 'members' => []], 'GetUsageTotalsResponse' => ['type' => 'structure', 'members' => ['usageTotals' => ['shape' => '__listOfUsageTotal', 'locationName' => 'usageTotals']]], 'GroupBy' => ['type' => 'string', 'enum' => ['resourcesAffected.s3Bucket.name', 'type', 'classificationDetails.jobId', 'severity.description']], 'GroupCount' => ['type' => 'structure', 'members' => ['count' => ['shape' => '__long', 'locationName' => 'count'], 'groupKey' => ['shape' => '__string', 'locationName' => 'groupKey']]], 'IamUser' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId'], 'userName' => ['shape' => '__string', 'locationName' => 'userName']]], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'Invitation' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'invitationId' => ['shape' => '__string', 'locationName' => 'invitationId'], 'invitedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'invitedAt'], 'relationshipStatus' => ['shape' => 'RelationshipStatus', 'locationName' => 'relationshipStatus']]], 'IpAddressDetails' => ['type' => 'structure', 'members' => ['ipAddressV4' => ['shape' => '__string', 'locationName' => 'ipAddressV4'], 'ipCity' => ['shape' => 'IpCity', 'locationName' => 'ipCity'], 'ipCountry' => ['shape' => 'IpCountry', 'locationName' => 'ipCountry'], 'ipGeoLocation' => ['shape' => 'IpGeoLocation', 'locationName' => 'ipGeoLocation'], 'ipOwner' => ['shape' => 'IpOwner', 'locationName' => 'ipOwner']]], 'IpCity' => ['type' => 'structure', 'members' => ['name' => ['shape' => '__string', 'locationName' => 'name']]], 'IpCountry' => ['type' => 'structure', 'members' => ['code' => ['shape' => '__string', 'locationName' => 'code'], 'name' => ['shape' => '__string', 'locationName' => 'name']]], 'IpGeoLocation' => ['type' => 'structure', 'members' => ['lat' => ['shape' => '__double', 'locationName' => 'lat'], 'lon' => ['shape' => '__double', 'locationName' => 'lon']]], 'IpOwner' => ['type' => 'structure', 'members' => ['asn' => ['shape' => '__string', 'locationName' => 'asn'], 'asnOrg' => ['shape' => '__string', 'locationName' => 'asnOrg'], 'isp' => ['shape' => '__string', 'locationName' => 'isp'], 'org' => ['shape' => '__string', 'locationName' => 'org']]], 'JobComparator' => ['type' => 'string', 'enum' => ['EQ', 'GT', 'GTE', 'LT', 'LTE', 'NE', 'CONTAINS']], 'JobScheduleFrequency' => ['type' => 'structure', 'members' => ['dailySchedule' => ['shape' => 'DailySchedule', 'locationName' => 'dailySchedule'], 'monthlySchedule' => ['shape' => 'MonthlySchedule', 'locationName' => 'monthlySchedule'], 'weeklySchedule' => ['shape' => 'WeeklySchedule', 'locationName' => 'weeklySchedule']]], 'JobScopeTerm' => ['type' => 'structure', 'members' => ['simpleScopeTerm' => ['shape' => 'SimpleScopeTerm', 'locationName' => 'simpleScopeTerm'], 'tagScopeTerm' => ['shape' => 'TagScopeTerm', 'locationName' => 'tagScopeTerm']]], 'JobScopingBlock' => ['type' => 'structure', 'members' => ['and' => ['shape' => '__listOfJobScopeTerm', 'locationName' => 'and']]], 'JobStatus' => ['type' => 'string', 'enum' => ['RUNNING', 'PAUSED', 'CANCELLED', 'COMPLETE', 'IDLE']], 'JobSummary' => ['type' => 'structure', 'members' => ['bucketDefinitions' => ['shape' => '__listOfS3BucketDefinitionForJob', 'locationName' => 'bucketDefinitions'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'jobId' => ['shape' => '__string', 'locationName' => 'jobId'], 'jobStatus' => ['shape' => 'JobStatus', 'locationName' => 'jobStatus'], 'jobType' => ['shape' => 'JobType', 'locationName' => 'jobType'], 'name' => ['shape' => '__string', 'locationName' => 'name']]], 'JobType' => ['type' => 'string', 'enum' => ['ONE_TIME', 'SCHEDULED']], 'KeyValuePair' => ['type' => 'structure', 'members' => ['key' => ['shape' => '__string', 'locationName' => 'key'], 'value' => ['shape' => '__string', 'locationName' => 'value']]], 'KeyValuePairList' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], 'ListClassificationJobsRequest' => ['type' => 'structure', 'members' => ['filterCriteria' => ['shape' => 'ListJobsFilterCriteria', 'locationName' => 'filterCriteria'], 'maxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'sortCriteria' => ['shape' => 'ListJobsSortCriteria', 'locationName' => 'sortCriteria']]], 'ListClassificationJobsResponse' => ['type' => 'structure', 'members' => ['items' => ['shape' => '__listOfJobSummary', 'locationName' => 'items'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListCustomDataIdentifiersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListCustomDataIdentifiersResponse' => ['type' => 'structure', 'members' => ['items' => ['shape' => '__listOfCustomDataIdentifierSummary', 'locationName' => 'items'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListFindingsFiltersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFindingsFiltersResponse' => ['type' => 'structure', 'members' => ['findingsFilterListItems' => ['shape' => '__listOfFindingsFilterListItem', 'locationName' => 'findingsFilterListItems'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListFindingsRequest' => ['type' => 'structure', 'members' => ['findingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'maxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'sortCriteria' => ['shape' => 'SortCriteria', 'locationName' => 'sortCriteria']]], 'ListFindingsResponse' => ['type' => 'structure', 'members' => ['findingIds' => ['shape' => '__listOf__string', 'locationName' => 'findingIds'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['invitations' => ['shape' => '__listOfInvitation', 'locationName' => 'invitations'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListJobsFilterCriteria' => ['type' => 'structure', 'members' => ['excludes' => ['shape' => '__listOfListJobsFilterTerm', 'locationName' => 'excludes'], 'includes' => ['shape' => '__listOfListJobsFilterTerm', 'locationName' => 'includes']]], 'ListJobsFilterKey' => ['type' => 'string', 'enum' => ['jobType', 'jobStatus', 'createdAt', 'name']], 'ListJobsFilterTerm' => ['type' => 'structure', 'members' => ['comparator' => ['shape' => 'JobComparator', 'locationName' => 'comparator'], 'key' => ['shape' => 'ListJobsFilterKey', 'locationName' => 'key'], 'values' => ['shape' => '__listOf__string', 'locationName' => 'values']]], 'ListJobsSortAttributeName' => ['type' => 'string', 'enum' => ['createdAt', 'jobStatus', 'name', 'jobType']], 'ListJobsSortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => 'ListJobsSortAttributeName', 'locationName' => 'attributeName'], 'orderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'ListMembersRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'onlyAssociated' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'onlyAssociated']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['members' => ['shape' => '__listOfMember', 'locationName' => 'members'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListOrganizationAdminAccountsRequest' => ['type' => 'structure', 'members' => ['maxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'nextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListOrganizationAdminAccountsResponse' => ['type' => 'structure', 'members' => ['adminAccounts' => ['shape' => '__listOfAdminAccount', 'locationName' => 'adminAccounts'], 'nextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn']], 'required' => ['resourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap', 'locationName' => 'tags']]], 'MacieStatus' => ['type' => 'string', 'enum' => ['PAUSED', 'ENABLED']], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 25], 'Member' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'email' => ['shape' => '__string', 'locationName' => 'email'], 'invitedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'invitedAt'], 'masterAccountId' => ['shape' => '__string', 'locationName' => 'masterAccountId'], 'relationshipStatus' => ['shape' => 'RelationshipStatus', 'locationName' => 'relationshipStatus'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags'], 'updatedAt' => ['shape' => '__timestampIso8601', 'locationName' => 'updatedAt']]], 'MonthlySchedule' => ['type' => 'structure', 'members' => ['dayOfMonth' => ['shape' => '__integer', 'locationName' => 'dayOfMonth']]], 'ObjectCountByEncryptionType' => ['type' => 'structure', 'members' => ['customerManaged' => ['shape' => '__long', 'locationName' => 'customerManaged'], 'kmsManaged' => ['shape' => '__long', 'locationName' => 'kmsManaged'], 's3Managed' => ['shape' => '__long', 'locationName' => 's3Managed'], 'unencrypted' => ['shape' => '__long', 'locationName' => 'unencrypted']]], 'OrderBy' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'PolicyDetails' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'FindingAction', 'locationName' => 'action'], 'actor' => ['shape' => 'FindingActor', 'locationName' => 'actor']]], 'PutClassificationExportConfigurationRequest' => ['type' => 'structure', 'members' => ['configuration' => ['shape' => 'ClassificationExportConfiguration', 'locationName' => 'configuration']], 'required' => ['configuration']], 'PutClassificationExportConfigurationResponse' => ['type' => 'structure', 'members' => ['configuration' => ['shape' => 'ClassificationExportConfiguration', 'locationName' => 'configuration']]], 'RelationshipStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Paused', 'Invited', 'Created', 'Removed', 'Resigned', 'EmailVerificationInProgress', 'EmailVerificationFailed', 'RegionDisabled', 'AccountSuspended']], 'ReplicationDetails' => ['type' => 'structure', 'members' => ['replicated' => ['shape' => '__boolean', 'locationName' => 'replicated'], 'replicatedExternally' => ['shape' => '__boolean', 'locationName' => 'replicatedExternally'], 'replicationAccounts' => ['shape' => '__listOf__string', 'locationName' => 'replicationAccounts']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'ResourcesAffected' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket', 'locationName' => 's3Bucket'], 's3Object' => ['shape' => 'S3Object', 'locationName' => 's3Object']]], 'S3Bucket' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'createdAt' => ['shape' => '__timestampIso8601', 'locationName' => 'createdAt'], 'defaultServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'locationName' => 'defaultServerSideEncryption'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'owner' => ['shape' => 'S3BucketOwner', 'locationName' => 'owner'], 'publicAccess' => ['shape' => 'BucketPublicAccess', 'locationName' => 'publicAccess'], 'tags' => ['shape' => 'KeyValuePairList', 'locationName' => 'tags']]], 'S3BucketDefinitionForJob' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'buckets' => ['shape' => '__listOf__string', 'locationName' => 'buckets']]], 'S3BucketOwner' => ['type' => 'structure', 'members' => ['displayName' => ['shape' => '__string', 'locationName' => 'displayName'], 'id' => ['shape' => '__string', 'locationName' => 'id']]], 'S3Destination' => ['type' => 'structure', 'members' => ['bucketName' => ['shape' => '__string', 'locationName' => 'bucketName'], 'keyPrefix' => ['shape' => '__string', 'locationName' => 'keyPrefix'], 'kmsKeyArn' => ['shape' => '__string', 'locationName' => 'kmsKeyArn']], 'required' => ['bucketName', 'kmsKeyArn']], 'S3JobDefinition' => ['type' => 'structure', 'members' => ['bucketDefinitions' => ['shape' => '__listOfS3BucketDefinitionForJob', 'locationName' => 'bucketDefinitions'], 'scoping' => ['shape' => 'Scoping', 'locationName' => 'scoping']]], 'S3Object' => ['type' => 'structure', 'members' => ['bucketArn' => ['shape' => '__string', 'locationName' => 'bucketArn'], 'eTag' => ['shape' => '__string', 'locationName' => 'eTag'], 'extension' => ['shape' => '__string', 'locationName' => 'extension'], 'key' => ['shape' => '__string', 'locationName' => 'key'], 'lastModified' => ['shape' => '__timestampIso8601', 'locationName' => 'lastModified'], 'path' => ['shape' => '__string', 'locationName' => 'path'], 'publicAccess' => ['shape' => '__boolean', 'locationName' => 'publicAccess'], 'serverSideEncryption' => ['shape' => 'ServerSideEncryption', 'locationName' => 'serverSideEncryption'], 'size' => ['shape' => '__long', 'locationName' => 'size'], 'storageClass' => ['shape' => 'StorageClass', 'locationName' => 'storageClass'], 'tags' => ['shape' => 'KeyValuePairList', 'locationName' => 'tags'], 'versionId' => ['shape' => '__string', 'locationName' => 'versionId']]], 'ScopeFilterKey' => ['type' => 'string', 'enum' => ['BUCKET_CREATION_DATE', 'OBJECT_EXTENSION', 'OBJECT_LAST_MODIFIED_DATE', 'OBJECT_SIZE', 'TAG']], 'Scoping' => ['type' => 'structure', 'members' => ['excludes' => ['shape' => 'JobScopingBlock', 'locationName' => 'excludes'], 'includes' => ['shape' => 'JobScopingBlock', 'locationName' => 'includes']]], 'SensitiveData' => ['type' => 'list', 'member' => ['shape' => 'SensitiveDataItem']], 'SensitiveDataItem' => ['type' => 'structure', 'members' => ['category' => ['shape' => 'SensitiveDataItemCategory', 'locationName' => 'category'], 'detections' => ['shape' => 'DefaultDetections', 'locationName' => 'detections'], 'totalCount' => ['shape' => '__long', 'locationName' => 'totalCount']]], 'SensitiveDataItemCategory' => ['type' => 'string', 'enum' => ['FINANCIAL_INFORMATION', 'PERSONAL_INFORMATION', 'CREDENTIALS', 'CUSTOM_IDENTIFIER']], 'ServerSideEncryption' => ['type' => 'structure', 'members' => ['encryptionType' => ['shape' => 'EncryptionType', 'locationName' => 'encryptionType'], 'kmsMasterKeyId' => ['shape' => '__string', 'locationName' => 'kmsMasterKeyId']]], 'ServiceLimit' => ['type' => 'structure', 'members' => ['isServiceLimited' => ['shape' => '__boolean', 'locationName' => 'isServiceLimited'], 'unit' => ['shape' => 'Unit', 'locationName' => 'unit'], 'value' => ['shape' => '__long', 'locationName' => 'value']]], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 402]], 'SessionContext' => ['type' => 'structure', 'members' => ['attributes' => ['shape' => 'SessionContextAttributes', 'locationName' => 'attributes'], 'sessionIssuer' => ['shape' => 'SessionIssuer', 'locationName' => 'sessionIssuer']]], 'SessionContextAttributes' => ['type' => 'structure', 'members' => ['creationDate' => ['shape' => '__timestampIso8601', 'locationName' => 'creationDate'], 'mfaAuthenticated' => ['shape' => '__boolean', 'locationName' => 'mfaAuthenticated']]], 'SessionIssuer' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId'], 'type' => ['shape' => '__string', 'locationName' => 'type'], 'userName' => ['shape' => '__string', 'locationName' => 'userName']]], 'Severity' => ['type' => 'structure', 'members' => ['description' => ['shape' => 'SeverityDescription', 'locationName' => 'description'], 'score' => ['shape' => '__long', 'locationName' => 'score']]], 'SeverityDescription' => ['type' => 'string', 'enum' => ['Low', 'Medium', 'High']], 'SharedAccess' => ['type' => 'string', 'enum' => ['EXTERNAL', 'INTERNAL', 'NOT_SHARED']], 'SimpleScopeTerm' => ['type' => 'structure', 'members' => ['comparator' => ['shape' => 'JobComparator', 'locationName' => 'comparator'], 'key' => ['shape' => 'ScopeFilterKey', 'locationName' => 'key'], 'values' => ['shape' => '__listOf__string', 'locationName' => 'values']]], 'SortCriteria' => ['type' => 'structure', 'members' => ['attributeName' => ['shape' => '__string', 'locationName' => 'attributeName'], 'orderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'Statistics' => ['type' => 'structure', 'members' => ['approximateNumberOfObjectsToProcess' => ['shape' => '__double', 'locationName' => 'approximateNumberOfObjectsToProcess'], 'numberOfRuns' => ['shape' => '__double', 'locationName' => 'numberOfRuns']]], 'StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'REDUCED_REDUNDANCY', 'STANDARD_IA', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE', 'ONEZONE_IA', 'GLACIER']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'tags']], 'required' => ['resourceArn', 'tags']], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagScopeTerm' => ['type' => 'structure', 'members' => ['comparator' => ['shape' => 'JobComparator', 'locationName' => 'comparator'], 'key' => ['shape' => '__string', 'locationName' => 'key'], 'tagValues' => ['shape' => '__listOfTagValuePair', 'locationName' => 'tagValues'], 'target' => ['shape' => 'TagTarget', 'locationName' => 'target']]], 'TagTarget' => ['type' => 'string', 'enum' => ['S3_OBJECT']], 'TagValuePair' => ['type' => 'structure', 'members' => ['key' => ['shape' => '__string', 'locationName' => 'key'], 'value' => ['shape' => '__string', 'locationName' => 'value']]], 'TestCustomDataIdentifierRequest' => ['type' => 'structure', 'members' => ['ignoreWords' => ['shape' => '__listOf__string', 'locationName' => 'ignoreWords'], 'keywords' => ['shape' => '__listOf__string', 'locationName' => 'keywords'], 'maximumMatchDistance' => ['shape' => '__integer', 'locationName' => 'maximumMatchDistance'], 'regex' => ['shape' => '__string', 'locationName' => 'regex'], 'sampleText' => ['shape' => '__string', 'locationName' => 'sampleText']], 'required' => ['regex', 'sampleText']], 'TestCustomDataIdentifierResponse' => ['type' => 'structure', 'members' => ['matchCount' => ['shape' => '__integer', 'locationName' => 'matchCount']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Unit' => ['type' => 'string', 'enum' => ['TERABYTES']], 'UnprocessedAccount' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'errorCode' => ['shape' => 'ErrorCode', 'locationName' => 'errorCode'], 'errorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage']]], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['resourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['tagKeys', 'resourceArn']], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateClassificationJobRequest' => ['type' => 'structure', 'members' => ['jobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'jobId'], 'jobStatus' => ['shape' => 'JobStatus', 'locationName' => 'jobStatus']], 'required' => ['jobId', 'jobStatus']], 'UpdateClassificationJobResponse' => ['type' => 'structure', 'members' => []], 'UpdateFindingsFilterRequest' => ['type' => 'structure', 'members' => ['action' => ['shape' => 'FindingsFilterAction', 'locationName' => 'action'], 'description' => ['shape' => '__string', 'locationName' => 'description'], 'findingCriteria' => ['shape' => 'FindingCriteria', 'locationName' => 'findingCriteria'], 'id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id'], 'name' => ['shape' => '__string', 'locationName' => 'name'], 'position' => ['shape' => '__integer', 'locationName' => 'position']], 'required' => ['id']], 'UpdateFindingsFilterResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => '__string', 'locationName' => 'arn'], 'id' => ['shape' => '__string', 'locationName' => 'id']]], 'UpdateMacieSessionRequest' => ['type' => 'structure', 'members' => ['findingPublishingFrequency' => ['shape' => 'FindingPublishingFrequency', 'locationName' => 'findingPublishingFrequency'], 'status' => ['shape' => 'MacieStatus', 'locationName' => 'status']]], 'UpdateMacieSessionResponse' => ['type' => 'structure', 'members' => []], 'UpdateMemberSessionRequest' => ['type' => 'structure', 'members' => ['id' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'id'], 'status' => ['shape' => 'MacieStatus', 'locationName' => 'status']], 'required' => ['id', 'status']], 'UpdateMemberSessionResponse' => ['type' => 'structure', 'members' => []], 'UpdateOrganizationConfigurationRequest' => ['type' => 'structure', 'members' => ['autoEnable' => ['shape' => '__boolean', 'locationName' => 'autoEnable']], 'required' => ['autoEnable']], 'UpdateOrganizationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UsageByAccount' => ['type' => 'structure', 'members' => ['currency' => ['shape' => 'Currency', 'locationName' => 'currency'], 'estimatedCost' => ['shape' => '__string', 'locationName' => 'estimatedCost'], 'serviceLimit' => ['shape' => 'ServiceLimit', 'locationName' => 'serviceLimit'], 'type' => ['shape' => 'UsageType', 'locationName' => 'type']]], 'UsageRecord' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'freeTrialStartDate' => ['shape' => '__timestampIso8601', 'locationName' => 'freeTrialStartDate'], 'usage' => ['shape' => '__listOfUsageByAccount', 'locationName' => 'usage']]], 'UsageStatisticsFilter' => ['type' => 'structure', 'members' => ['comparator' => ['shape' => 'UsageStatisticsFilterComparator', 'locationName' => 'comparator'], 'key' => ['shape' => 'UsageStatisticsFilterKey', 'locationName' => 'key'], 'values' => ['shape' => '__listOf__string', 'locationName' => 'values']]], 'UsageStatisticsFilterComparator' => ['type' => 'string', 'enum' => ['GT', 'GTE', 'LT', 'LTE', 'EQ', 'NE', 'CONTAINS']], 'UsageStatisticsFilterKey' => ['type' => 'string', 'enum' => ['accountId', 'serviceLimit', 'freeTrialStartDate', 'total']], 'UsageStatisticsSortBy' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'UsageStatisticsSortKey', 'locationName' => 'key'], 'orderBy' => ['shape' => 'OrderBy', 'locationName' => 'orderBy']]], 'UsageStatisticsSortKey' => ['type' => 'string', 'enum' => ['accountId', 'total', 'serviceLimitValue', 'freeTrialStartDate']], 'UsageTotal' => ['type' => 'structure', 'members' => ['currency' => ['shape' => 'Currency', 'locationName' => 'currency'], 'estimatedCost' => ['shape' => '__string', 'locationName' => 'estimatedCost'], 'type' => ['shape' => 'UsageType', 'locationName' => 'type']]], 'UsageType' => ['type' => 'string', 'enum' => ['DATA_INVENTORY_EVALUATION', 'SENSITIVE_DATA_DISCOVERY']], 'UserIdentity' => ['type' => 'structure', 'members' => ['assumedRole' => ['shape' => 'AssumedRole', 'locationName' => 'assumedRole'], 'awsAccount' => ['shape' => 'AwsAccount', 'locationName' => 'awsAccount'], 'awsService' => ['shape' => 'AwsService', 'locationName' => 'awsService'], 'federatedUser' => ['shape' => 'FederatedUser', 'locationName' => 'federatedUser'], 'iamUser' => ['shape' => 'IamUser', 'locationName' => 'iamUser'], 'root' => ['shape' => 'UserIdentityRoot', 'locationName' => 'root'], 'type' => ['shape' => 'UserIdentityType', 'locationName' => 'type']]], 'UserIdentityRoot' => ['type' => 'structure', 'members' => ['accountId' => ['shape' => '__string', 'locationName' => 'accountId'], 'arn' => ['shape' => '__string', 'locationName' => 'arn'], 'principalId' => ['shape' => '__string', 'locationName' => 'principalId']]], 'UserIdentityType' => ['type' => 'string', 'enum' => ['AssumedRole', 'IAMUser', 'FederatedUser', 'Root', 'AWSAccount', 'AWSService']], 'ValidationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'WeeklySchedule' => ['type' => 'structure', 'members' => ['dayOfWeek' => ['shape' => 'DayOfWeek', 'locationName' => 'dayOfWeek']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfAdminAccount' => ['type' => 'list', 'member' => ['shape' => 'AdminAccount']], '__listOfBatchGetCustomDataIdentifierSummary' => ['type' => 'list', 'member' => ['shape' => 'BatchGetCustomDataIdentifierSummary']], '__listOfBucketMetadata' => ['type' => 'list', 'member' => ['shape' => 'BucketMetadata']], '__listOfCustomDataIdentifierSummary' => ['type' => 'list', 'member' => ['shape' => 'CustomDataIdentifierSummary']], '__listOfFinding' => ['type' => 'list', 'member' => ['shape' => 'Finding']], '__listOfFindingType' => ['type' => 'list', 'member' => ['shape' => 'FindingType']], '__listOfFindingsFilterListItem' => ['type' => 'list', 'member' => ['shape' => 'FindingsFilterListItem']], '__listOfGroupCount' => ['type' => 'list', 'member' => ['shape' => 'GroupCount']], '__listOfInvitation' => ['type' => 'list', 'member' => ['shape' => 'Invitation']], '__listOfJobScopeTerm' => ['type' => 'list', 'member' => ['shape' => 'JobScopeTerm']], '__listOfJobSummary' => ['type' => 'list', 'member' => ['shape' => 'JobSummary']], '__listOfKeyValuePair' => ['type' => 'list', 'member' => ['shape' => 'KeyValuePair']], '__listOfListJobsFilterTerm' => ['type' => 'list', 'member' => ['shape' => 'ListJobsFilterTerm']], '__listOfMember' => ['type' => 'list', 'member' => ['shape' => 'Member']], '__listOfS3BucketDefinitionForJob' => ['type' => 'list', 'member' => ['shape' => 'S3BucketDefinitionForJob']], '__listOfTagValuePair' => ['type' => 'list', 'member' => ['shape' => 'TagValuePair']], '__listOfUnprocessedAccount' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedAccount']], '__listOfUsageByAccount' => ['type' => 'list', 'member' => ['shape' => 'UsageByAccount']], '__listOfUsageRecord' => ['type' => 'list', 'member' => ['shape' => 'UsageRecord']], '__listOfUsageStatisticsFilter' => ['type' => 'list', 'member' => ['shape' => 'UsageStatisticsFilter']], '__listOfUsageTotal' => ['type' => 'list', 'member' => ['shape' => 'UsageTotal']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; diff --git a/vendor/Aws3/Aws/data/macie2/2020-01-01/paginators-1.json.php b/vendor/Aws3/Aws/data/macie2/2020-01-01/paginators-1.json.php new file mode 100644 index 00000000..d1251bd4 --- /dev/null +++ b/vendor/Aws3/Aws/data/macie2/2020-01-01/paginators-1.json.php @@ -0,0 +1,4 @@ + ['DescribeBuckets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'buckets'], 'GetUsageStatistics' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'records'], 'ListClassificationJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items'], 'ListCustomDataIdentifiers' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'items'], 'ListFindings' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'findingIds'], 'ListFindingsFilters' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'findingsFilterListItems'], 'ListInvitations' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'invitations'], 'ListMembers' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'members'], 'ListOrganizationAdminAccounts' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'adminAccounts']]]; diff --git a/vendor/Aws3/Aws/data/managedblockchain/2018-09-24/api-2.json.php b/vendor/Aws3/Aws/data/managedblockchain/2018-09-24/api-2.json.php index e0a8e839..4d361384 100644 --- a/vendor/Aws3/Aws/data/managedblockchain/2018-09-24/api-2.json.php +++ b/vendor/Aws3/Aws/data/managedblockchain/2018-09-24/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-09-24', 'endpointPrefix' => 'managedblockchain', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'ManagedBlockchain', 'serviceFullName' => 'Amazon Managed Blockchain', 'serviceId' => 'ManagedBlockchain', 'signatureVersion' => 'v4', 'signingName' => 'managedblockchain', 'uid' => 'managedblockchain-2018-09-24'], 'operations' => ['CreateMember' => ['name' => 'CreateMember', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/members'], 'input' => ['shape' => 'CreateMemberInput'], 'output' => ['shape' => 'CreateMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateNetwork' => ['name' => 'CreateNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/networks'], 'input' => ['shape' => 'CreateNetworkInput'], 'output' => ['shape' => 'CreateNetworkOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateNode' => ['name' => 'CreateNode', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes'], 'input' => ['shape' => 'CreateNodeInput'], 'output' => ['shape' => 'CreateNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateProposal' => ['name' => 'CreateProposal', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/proposals'], 'input' => ['shape' => 'CreateProposalInput'], 'output' => ['shape' => 'CreateProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteMember' => ['name' => 'DeleteMember', 'http' => ['method' => 'DELETE', 'requestUri' => '/networks/{networkId}/members/{memberId}'], 'input' => ['shape' => 'DeleteMemberInput'], 'output' => ['shape' => 'DeleteMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteNode' => ['name' => 'DeleteNode', 'http' => ['method' => 'DELETE', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes/{nodeId}'], 'input' => ['shape' => 'DeleteNodeInput'], 'output' => ['shape' => 'DeleteNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetMember' => ['name' => 'GetMember', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}'], 'input' => ['shape' => 'GetMemberInput'], 'output' => ['shape' => 'GetMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetNetwork' => ['name' => 'GetNetwork', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}'], 'input' => ['shape' => 'GetNetworkInput'], 'output' => ['shape' => 'GetNetworkOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetNode' => ['name' => 'GetNode', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes/{nodeId}'], 'input' => ['shape' => 'GetNodeInput'], 'output' => ['shape' => 'GetNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetProposal' => ['name' => 'GetProposal', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}'], 'input' => ['shape' => 'GetProposalInput'], 'output' => ['shape' => 'GetProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitations'], 'input' => ['shape' => 'ListInvitationsInput'], 'output' => ['shape' => 'ListInvitationsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members'], 'input' => ['shape' => 'ListMembersInput'], 'output' => ['shape' => 'ListMembersOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListNetworks' => ['name' => 'ListNetworks', 'http' => ['method' => 'GET', 'requestUri' => '/networks'], 'input' => ['shape' => 'ListNetworksInput'], 'output' => ['shape' => 'ListNetworksOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListNodes' => ['name' => 'ListNodes', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes'], 'input' => ['shape' => 'ListNodesInput'], 'output' => ['shape' => 'ListNodesOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListProposalVotes' => ['name' => 'ListProposalVotes', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}/votes'], 'input' => ['shape' => 'ListProposalVotesInput'], 'output' => ['shape' => 'ListProposalVotesOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListProposals' => ['name' => 'ListProposals', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals'], 'input' => ['shape' => 'ListProposalsInput'], 'output' => ['shape' => 'ListProposalsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'RejectInvitation' => ['name' => 'RejectInvitation', 'http' => ['method' => 'DELETE', 'requestUri' => '/invitations/{invitationId}'], 'input' => ['shape' => 'RejectInvitationInput'], 'output' => ['shape' => 'RejectInvitationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'IllegalActionException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'VoteOnProposal' => ['name' => 'VoteOnProposal', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}/votes'], 'input' => ['shape' => 'VoteOnProposalInput'], 'output' => ['shape' => 'VoteOnProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'IllegalActionException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ApprovalThresholdPolicy' => ['type' => 'structure', 'members' => ['ThresholdPercentage' => ['shape' => 'ThresholdPercentageInt'], 'ProposalDurationInHours' => ['shape' => 'ProposalDurationInt'], 'ThresholdComparator' => ['shape' => 'ThresholdComparator']]], 'AvailabilityZoneString' => ['type' => 'string'], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CreateMemberInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'InvitationId', 'NetworkId', 'MemberConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'InvitationId' => ['shape' => 'ResourceIdString'], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberConfiguration' => ['shape' => 'MemberConfiguration']]], 'CreateMemberOutput' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'ResourceIdString']]], 'CreateNetworkInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'Name', 'Framework', 'FrameworkVersion', 'VotingPolicy', 'MemberConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'FrameworkConfiguration' => ['shape' => 'NetworkFrameworkConfiguration'], 'VotingPolicy' => ['shape' => 'VotingPolicy'], 'MemberConfiguration' => ['shape' => 'MemberConfiguration']]], 'CreateNetworkOutput' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'MemberId' => ['shape' => 'ResourceIdString']]], 'CreateNodeInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'NetworkId', 'MemberId', 'NodeConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeConfiguration' => ['shape' => 'NodeConfiguration']]], 'CreateNodeOutput' => ['type' => 'structure', 'members' => ['NodeId' => ['shape' => 'ResourceIdString']]], 'CreateProposalInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'NetworkId', 'MemberId', 'Actions'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString'], 'Actions' => ['shape' => 'ProposalActions'], 'Description' => ['shape' => 'DescriptionString']]], 'CreateProposalOutput' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString']]], 'DeleteMemberInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId']]], 'DeleteMemberOutput' => ['type' => 'structure', 'members' => []], 'DeleteNodeInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId', 'NodeId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'nodeId']]], 'DeleteNodeOutput' => ['type' => 'structure', 'members' => []], 'DescriptionString' => ['type' => 'string', 'max' => 128], 'Edition' => ['type' => 'string', 'enum' => ['STARTER', 'STANDARD']], 'Framework' => ['type' => 'string', 'enum' => ['HYPERLEDGER_FABRIC']], 'FrameworkVersionString' => ['type' => 'string', 'max' => 8, 'min' => 1], 'GetMemberInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId']]], 'GetMemberOutput' => ['type' => 'structure', 'members' => ['Member' => ['shape' => 'Member']]], 'GetNetworkInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId']]], 'GetNetworkOutput' => ['type' => 'structure', 'members' => ['Network' => ['shape' => 'Network']]], 'GetNodeInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId', 'NodeId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'nodeId']]], 'GetNodeOutput' => ['type' => 'structure', 'members' => ['Node' => ['shape' => 'Node']]], 'GetProposalInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId']]], 'GetProposalOutput' => ['type' => 'structure', 'members' => ['Proposal' => ['shape' => 'Proposal']]], 'IllegalActionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InstanceTypeString' => ['type' => 'string'], 'InternalServiceErrorException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['InvitationId' => ['shape' => 'ResourceIdString'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'InvitationStatus'], 'NetworkSummary' => ['shape' => 'NetworkSummary']]], 'InvitationList' => ['type' => 'list', 'member' => ['shape' => 'Invitation']], 'InvitationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACCEPTED', 'ACCEPTING', 'REJECTED', 'EXPIRED']], 'InviteAction' => ['type' => 'structure', 'required' => ['Principal'], 'members' => ['Principal' => ['shape' => 'PrincipalString']]], 'InviteActionList' => ['type' => 'list', 'member' => ['shape' => 'InviteAction']], 'IsOwned' => ['type' => 'boolean', 'box' => \true], 'ListInvitationsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInvitationsOutput' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InvitationList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMembersInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'Name' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'Status' => ['shape' => 'MemberStatus', 'location' => 'querystring', 'locationName' => 'status'], 'IsOwned' => ['shape' => 'IsOwned', 'location' => 'querystring', 'locationName' => 'isOwned'], 'MaxResults' => ['shape' => 'MemberListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMembersOutput' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListNetworksInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'Framework' => ['shape' => 'Framework', 'location' => 'querystring', 'locationName' => 'framework'], 'Status' => ['shape' => 'NetworkStatus', 'location' => 'querystring', 'locationName' => 'status'], 'MaxResults' => ['shape' => 'NetworkListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNetworksOutput' => ['type' => 'structure', 'members' => ['Networks' => ['shape' => 'NetworkSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListNodesInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'Status' => ['shape' => 'NodeStatus', 'location' => 'querystring', 'locationName' => 'status'], 'MaxResults' => ['shape' => 'NodeListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNodesOutput' => ['type' => 'structure', 'members' => ['Nodes' => ['shape' => 'NodeSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProposalVotesInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId'], 'MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProposalVotesOutput' => ['type' => 'structure', 'members' => ['ProposalVotes' => ['shape' => 'ProposalVoteList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProposalsInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProposalsOutput' => ['type' => 'structure', 'members' => ['Proposals' => ['shape' => 'ProposalSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'Member' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'FrameworkAttributes' => ['shape' => 'MemberFrameworkAttributes'], 'Status' => ['shape' => 'MemberStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'MemberConfiguration' => ['type' => 'structure', 'required' => ['Name', 'FrameworkConfiguration'], 'members' => ['Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'FrameworkConfiguration' => ['shape' => 'MemberFrameworkConfiguration']]], 'MemberFabricAttributes' => ['type' => 'structure', 'members' => ['AdminUsername' => ['shape' => 'UsernameString'], 'CaEndpoint' => ['shape' => 'String']]], 'MemberFabricConfiguration' => ['type' => 'structure', 'required' => ['AdminUsername', 'AdminPassword'], 'members' => ['AdminUsername' => ['shape' => 'UsernameString'], 'AdminPassword' => ['shape' => 'PasswordString']]], 'MemberFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'MemberFabricAttributes']]], 'MemberFrameworkConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'MemberFabricConfiguration']]], 'MemberListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'MemberStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'DELETING', 'DELETED']], 'MemberSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'Status' => ['shape' => 'MemberStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'IsOwned' => ['shape' => 'IsOwned']]], 'MemberSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MemberSummary']], 'NameString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'Network' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'FrameworkAttributes' => ['shape' => 'NetworkFrameworkAttributes'], 'VpcEndpointServiceName' => ['shape' => 'String'], 'VotingPolicy' => ['shape' => 'VotingPolicy'], 'Status' => ['shape' => 'NetworkStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NetworkFabricAttributes' => ['type' => 'structure', 'members' => ['OrderingServiceEndpoint' => ['shape' => 'String'], 'Edition' => ['shape' => 'Edition']]], 'NetworkFabricConfiguration' => ['type' => 'structure', 'required' => ['Edition'], 'members' => ['Edition' => ['shape' => 'Edition']]], 'NetworkFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NetworkFabricAttributes']]], 'NetworkFrameworkConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NetworkFabricConfiguration']]], 'NetworkListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'NetworkMemberNameString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^(?!-)^[^0-9](?!.*--)[A-Za-z0-9-]+[^- ]$'], 'NetworkStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'DELETING', 'DELETED']], 'NetworkSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'Status' => ['shape' => 'NetworkStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NetworkSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NetworkSummary']], 'Node' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'MemberId' => ['shape' => 'ResourceIdString'], 'Id' => ['shape' => 'ResourceIdString'], 'InstanceType' => ['shape' => 'InstanceTypeString'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString'], 'FrameworkAttributes' => ['shape' => 'NodeFrameworkAttributes'], 'Status' => ['shape' => 'NodeStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NodeConfiguration' => ['type' => 'structure', 'required' => ['InstanceType', 'AvailabilityZone'], 'members' => ['InstanceType' => ['shape' => 'InstanceTypeString'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString']]], 'NodeFabricAttributes' => ['type' => 'structure', 'members' => ['PeerEndpoint' => ['shape' => 'String'], 'PeerEventEndpoint' => ['shape' => 'String']]], 'NodeFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NodeFabricAttributes']]], 'NodeListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'NodeStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'DELETING', 'DELETED', 'FAILED']], 'NodeSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Status' => ['shape' => 'NodeStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString'], 'InstanceType' => ['shape' => 'InstanceTypeString']]], 'NodeSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NodeSummary']], 'PaginationToken' => ['type' => 'string', 'max' => 128], 'PasswordString' => ['type' => 'string', 'max' => 32, 'min' => 8, 'pattern' => '^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?!.*[@\'\\\\"/])[a-zA-Z0-9\\S]*$', 'sensitive' => \true], 'PrincipalString' => ['type' => 'string'], 'Proposal' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString'], 'NetworkId' => ['shape' => 'ResourceIdString'], 'Description' => ['shape' => 'DescriptionString'], 'Actions' => ['shape' => 'ProposalActions'], 'ProposedByMemberId' => ['shape' => 'ResourceIdString'], 'ProposedByMemberName' => ['shape' => 'NetworkMemberNameString'], 'Status' => ['shape' => 'ProposalStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'YesVoteCount' => ['shape' => 'VoteCount'], 'NoVoteCount' => ['shape' => 'VoteCount'], 'OutstandingVoteCount' => ['shape' => 'VoteCount']]], 'ProposalActions' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InviteActionList'], 'Removals' => ['shape' => 'RemoveActionList']]], 'ProposalDurationInt' => ['type' => 'integer', 'box' => \true, 'max' => 168, 'min' => 1], 'ProposalListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ProposalStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'APPROVED', 'REJECTED', 'EXPIRED', 'ACTION_FAILED']], 'ProposalSummary' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString'], 'Description' => ['shape' => 'DescriptionString'], 'ProposedByMemberId' => ['shape' => 'ResourceIdString'], 'ProposedByMemberName' => ['shape' => 'NetworkMemberNameString'], 'Status' => ['shape' => 'ProposalStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp']]], 'ProposalSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProposalSummary']], 'ProposalVoteList' => ['type' => 'list', 'member' => ['shape' => 'VoteSummary']], 'RejectInvitationInput' => ['type' => 'structure', 'required' => ['InvitationId'], 'members' => ['InvitationId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'invitationId']]], 'RejectInvitationOutput' => ['type' => 'structure', 'members' => []], 'RemoveAction' => ['type' => 'structure', 'required' => ['MemberId'], 'members' => ['MemberId' => ['shape' => 'ResourceIdString']]], 'RemoveActionList' => ['type' => 'list', 'member' => ['shape' => 'RemoveAction']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceIdString' => ['type' => 'string', 'max' => 32, 'min' => 1], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'String' => ['type' => 'string'], 'ThresholdComparator' => ['type' => 'string', 'enum' => ['GREATER_THAN', 'GREATER_THAN_OR_EQUAL_TO']], 'ThresholdPercentageInt' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 0], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'UsernameString' => ['type' => 'string', 'max' => 16, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9]*$'], 'VoteCount' => ['type' => 'integer', 'box' => \true], 'VoteOnProposalInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId', 'VoterMemberId', 'Vote'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId'], 'VoterMemberId' => ['shape' => 'ResourceIdString'], 'Vote' => ['shape' => 'VoteValue']]], 'VoteOnProposalOutput' => ['type' => 'structure', 'members' => []], 'VoteSummary' => ['type' => 'structure', 'members' => ['Vote' => ['shape' => 'VoteValue'], 'MemberName' => ['shape' => 'NetworkMemberNameString'], 'MemberId' => ['shape' => 'ResourceIdString']]], 'VoteValue' => ['type' => 'string', 'enum' => ['YES', 'NO']], 'VotingPolicy' => ['type' => 'structure', 'members' => ['ApprovalThresholdPolicy' => ['shape' => 'ApprovalThresholdPolicy']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-09-24', 'endpointPrefix' => 'managedblockchain', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'ManagedBlockchain', 'serviceFullName' => 'Amazon Managed Blockchain', 'serviceId' => 'ManagedBlockchain', 'signatureVersion' => 'v4', 'signingName' => 'managedblockchain', 'uid' => 'managedblockchain-2018-09-24'], 'operations' => ['CreateMember' => ['name' => 'CreateMember', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/members'], 'input' => ['shape' => 'CreateMemberInput'], 'output' => ['shape' => 'CreateMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateNetwork' => ['name' => 'CreateNetwork', 'http' => ['method' => 'POST', 'requestUri' => '/networks'], 'input' => ['shape' => 'CreateNetworkInput'], 'output' => ['shape' => 'CreateNetworkOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateNode' => ['name' => 'CreateNode', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes'], 'input' => ['shape' => 'CreateNodeInput'], 'output' => ['shape' => 'CreateNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'CreateProposal' => ['name' => 'CreateProposal', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/proposals'], 'input' => ['shape' => 'CreateProposalInput'], 'output' => ['shape' => 'CreateProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteMember' => ['name' => 'DeleteMember', 'http' => ['method' => 'DELETE', 'requestUri' => '/networks/{networkId}/members/{memberId}'], 'input' => ['shape' => 'DeleteMemberInput'], 'output' => ['shape' => 'DeleteMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'DeleteNode' => ['name' => 'DeleteNode', 'http' => ['method' => 'DELETE', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes/{nodeId}'], 'input' => ['shape' => 'DeleteNodeInput'], 'output' => ['shape' => 'DeleteNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetMember' => ['name' => 'GetMember', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}'], 'input' => ['shape' => 'GetMemberInput'], 'output' => ['shape' => 'GetMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetNetwork' => ['name' => 'GetNetwork', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}'], 'input' => ['shape' => 'GetNetworkInput'], 'output' => ['shape' => 'GetNetworkOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetNode' => ['name' => 'GetNode', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes/{nodeId}'], 'input' => ['shape' => 'GetNodeInput'], 'output' => ['shape' => 'GetNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'GetProposal' => ['name' => 'GetProposal', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}'], 'input' => ['shape' => 'GetProposalInput'], 'output' => ['shape' => 'GetProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitations'], 'input' => ['shape' => 'ListInvitationsInput'], 'output' => ['shape' => 'ListInvitationsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServiceErrorException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members'], 'input' => ['shape' => 'ListMembersInput'], 'output' => ['shape' => 'ListMembersOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListNetworks' => ['name' => 'ListNetworks', 'http' => ['method' => 'GET', 'requestUri' => '/networks'], 'input' => ['shape' => 'ListNetworksInput'], 'output' => ['shape' => 'ListNetworksOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListNodes' => ['name' => 'ListNodes', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes'], 'input' => ['shape' => 'ListNodesInput'], 'output' => ['shape' => 'ListNodesOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListProposalVotes' => ['name' => 'ListProposalVotes', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}/votes'], 'input' => ['shape' => 'ListProposalVotesInput'], 'output' => ['shape' => 'ListProposalVotesOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'ListProposals' => ['name' => 'ListProposals', 'http' => ['method' => 'GET', 'requestUri' => '/networks/{networkId}/proposals'], 'input' => ['shape' => 'ListProposalsInput'], 'output' => ['shape' => 'ListProposalsOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'RejectInvitation' => ['name' => 'RejectInvitation', 'http' => ['method' => 'DELETE', 'requestUri' => '/invitations/{invitationId}'], 'input' => ['shape' => 'RejectInvitationInput'], 'output' => ['shape' => 'RejectInvitationOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'IllegalActionException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'UpdateMember' => ['name' => 'UpdateMember', 'http' => ['method' => 'PATCH', 'requestUri' => '/networks/{networkId}/members/{memberId}'], 'input' => ['shape' => 'UpdateMemberInput'], 'output' => ['shape' => 'UpdateMemberOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'UpdateNode' => ['name' => 'UpdateNode', 'http' => ['method' => 'PATCH', 'requestUri' => '/networks/{networkId}/members/{memberId}/nodes/{nodeId}'], 'input' => ['shape' => 'UpdateNodeInput'], 'output' => ['shape' => 'UpdateNodeOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]], 'VoteOnProposal' => ['name' => 'VoteOnProposal', 'http' => ['method' => 'POST', 'requestUri' => '/networks/{networkId}/proposals/{proposalId}/votes'], 'input' => ['shape' => 'VoteOnProposalInput'], 'output' => ['shape' => 'VoteOnProposalOutput'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'IllegalActionException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServiceErrorException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'ApprovalThresholdPolicy' => ['type' => 'structure', 'members' => ['ThresholdPercentage' => ['shape' => 'ThresholdPercentageInt'], 'ProposalDurationInHours' => ['shape' => 'ProposalDurationInt'], 'ThresholdComparator' => ['shape' => 'ThresholdComparator']]], 'AvailabilityZoneString' => ['type' => 'string'], 'ClientRequestTokenString' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CreateMemberInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'InvitationId', 'NetworkId', 'MemberConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'InvitationId' => ['shape' => 'ResourceIdString'], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberConfiguration' => ['shape' => 'MemberConfiguration']]], 'CreateMemberOutput' => ['type' => 'structure', 'members' => ['MemberId' => ['shape' => 'ResourceIdString']]], 'CreateNetworkInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'Name', 'Framework', 'FrameworkVersion', 'VotingPolicy', 'MemberConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'FrameworkConfiguration' => ['shape' => 'NetworkFrameworkConfiguration'], 'VotingPolicy' => ['shape' => 'VotingPolicy'], 'MemberConfiguration' => ['shape' => 'MemberConfiguration']]], 'CreateNetworkOutput' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'MemberId' => ['shape' => 'ResourceIdString']]], 'CreateNodeInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'NetworkId', 'MemberId', 'NodeConfiguration'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeConfiguration' => ['shape' => 'NodeConfiguration']]], 'CreateNodeOutput' => ['type' => 'structure', 'members' => ['NodeId' => ['shape' => 'ResourceIdString']]], 'CreateProposalInput' => ['type' => 'structure', 'required' => ['ClientRequestToken', 'NetworkId', 'MemberId', 'Actions'], 'members' => ['ClientRequestToken' => ['shape' => 'ClientRequestTokenString', 'idempotencyToken' => \true], 'NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString'], 'Actions' => ['shape' => 'ProposalActions'], 'Description' => ['shape' => 'DescriptionString']]], 'CreateProposalOutput' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString']]], 'DeleteMemberInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId']]], 'DeleteMemberOutput' => ['type' => 'structure', 'members' => []], 'DeleteNodeInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId', 'NodeId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'nodeId']]], 'DeleteNodeOutput' => ['type' => 'structure', 'members' => []], 'DescriptionString' => ['type' => 'string', 'max' => 128], 'Edition' => ['type' => 'string', 'enum' => ['STARTER', 'STANDARD']], 'Enabled' => ['type' => 'boolean', 'box' => \true], 'Framework' => ['type' => 'string', 'enum' => ['HYPERLEDGER_FABRIC']], 'FrameworkVersionString' => ['type' => 'string', 'max' => 8, 'min' => 1], 'GetMemberInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId']]], 'GetMemberOutput' => ['type' => 'structure', 'members' => ['Member' => ['shape' => 'Member']]], 'GetNetworkInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId']]], 'GetNetworkOutput' => ['type' => 'structure', 'members' => ['Network' => ['shape' => 'Network']]], 'GetNodeInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId', 'NodeId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'nodeId']]], 'GetNodeOutput' => ['type' => 'structure', 'members' => ['Node' => ['shape' => 'Node']]], 'GetProposalInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId']]], 'GetProposalOutput' => ['type' => 'structure', 'members' => ['Proposal' => ['shape' => 'Proposal']]], 'IllegalActionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InstanceTypeString' => ['type' => 'string'], 'InternalServiceErrorException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['InvitationId' => ['shape' => 'ResourceIdString'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'InvitationStatus'], 'NetworkSummary' => ['shape' => 'NetworkSummary']]], 'InvitationList' => ['type' => 'list', 'member' => ['shape' => 'Invitation']], 'InvitationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACCEPTED', 'ACCEPTING', 'REJECTED', 'EXPIRED']], 'InviteAction' => ['type' => 'structure', 'required' => ['Principal'], 'members' => ['Principal' => ['shape' => 'PrincipalString']]], 'InviteActionList' => ['type' => 'list', 'member' => ['shape' => 'InviteAction']], 'IsOwned' => ['type' => 'boolean', 'box' => \true], 'ListInvitationsInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInvitationsOutput' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InvitationList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMembersInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'Name' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'Status' => ['shape' => 'MemberStatus', 'location' => 'querystring', 'locationName' => 'status'], 'IsOwned' => ['shape' => 'IsOwned', 'location' => 'querystring', 'locationName' => 'isOwned'], 'MaxResults' => ['shape' => 'MemberListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMembersOutput' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListNetworksInput' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'name'], 'Framework' => ['shape' => 'Framework', 'location' => 'querystring', 'locationName' => 'framework'], 'Status' => ['shape' => 'NetworkStatus', 'location' => 'querystring', 'locationName' => 'status'], 'MaxResults' => ['shape' => 'NetworkListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNetworksOutput' => ['type' => 'structure', 'members' => ['Networks' => ['shape' => 'NetworkSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListNodesInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'Status' => ['shape' => 'NodeStatus', 'location' => 'querystring', 'locationName' => 'status'], 'MaxResults' => ['shape' => 'NodeListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListNodesOutput' => ['type' => 'structure', 'members' => ['Nodes' => ['shape' => 'NodeSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProposalVotesInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId'], 'MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProposalVotesOutput' => ['type' => 'structure', 'members' => ['ProposalVotes' => ['shape' => 'ProposalVoteList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListProposalsInput' => ['type' => 'structure', 'required' => ['NetworkId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MaxResults' => ['shape' => 'ProposalListMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListProposalsOutput' => ['type' => 'structure', 'members' => ['Proposals' => ['shape' => 'ProposalSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'LogConfiguration' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Enabled']]], 'LogConfigurations' => ['type' => 'structure', 'members' => ['Cloudwatch' => ['shape' => 'LogConfiguration']]], 'Member' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'FrameworkAttributes' => ['shape' => 'MemberFrameworkAttributes'], 'LogPublishingConfiguration' => ['shape' => 'MemberLogPublishingConfiguration'], 'Status' => ['shape' => 'MemberStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'MemberConfiguration' => ['type' => 'structure', 'required' => ['Name', 'FrameworkConfiguration'], 'members' => ['Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'FrameworkConfiguration' => ['shape' => 'MemberFrameworkConfiguration'], 'LogPublishingConfiguration' => ['shape' => 'MemberLogPublishingConfiguration']]], 'MemberFabricAttributes' => ['type' => 'structure', 'members' => ['AdminUsername' => ['shape' => 'UsernameString'], 'CaEndpoint' => ['shape' => 'String']]], 'MemberFabricConfiguration' => ['type' => 'structure', 'required' => ['AdminUsername', 'AdminPassword'], 'members' => ['AdminUsername' => ['shape' => 'UsernameString'], 'AdminPassword' => ['shape' => 'PasswordString']]], 'MemberFabricLogPublishingConfiguration' => ['type' => 'structure', 'members' => ['CaLogs' => ['shape' => 'LogConfigurations']]], 'MemberFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'MemberFabricAttributes']]], 'MemberFrameworkConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'MemberFabricConfiguration']]], 'MemberListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'MemberLogPublishingConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'MemberFabricLogPublishingConfiguration']]], 'MemberStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'UPDATING', 'DELETING', 'DELETED']], 'MemberSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NetworkMemberNameString'], 'Description' => ['shape' => 'DescriptionString'], 'Status' => ['shape' => 'MemberStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'IsOwned' => ['shape' => 'IsOwned']]], 'MemberSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MemberSummary']], 'NameString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'Network' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'FrameworkAttributes' => ['shape' => 'NetworkFrameworkAttributes'], 'VpcEndpointServiceName' => ['shape' => 'String'], 'VotingPolicy' => ['shape' => 'VotingPolicy'], 'Status' => ['shape' => 'NetworkStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NetworkFabricAttributes' => ['type' => 'structure', 'members' => ['OrderingServiceEndpoint' => ['shape' => 'String'], 'Edition' => ['shape' => 'Edition']]], 'NetworkFabricConfiguration' => ['type' => 'structure', 'required' => ['Edition'], 'members' => ['Edition' => ['shape' => 'Edition']]], 'NetworkFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NetworkFabricAttributes']]], 'NetworkFrameworkConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NetworkFabricConfiguration']]], 'NetworkListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'NetworkMemberNameString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^(?!-)^[^0-9](?!.*--)[A-Za-z0-9-]+[^- ]$'], 'NetworkStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'DELETING', 'DELETED']], 'NetworkSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Name' => ['shape' => 'NameString'], 'Description' => ['shape' => 'DescriptionString'], 'Framework' => ['shape' => 'Framework'], 'FrameworkVersion' => ['shape' => 'FrameworkVersionString'], 'Status' => ['shape' => 'NetworkStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NetworkSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NetworkSummary']], 'Node' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => 'ResourceIdString'], 'MemberId' => ['shape' => 'ResourceIdString'], 'Id' => ['shape' => 'ResourceIdString'], 'InstanceType' => ['shape' => 'InstanceTypeString'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString'], 'FrameworkAttributes' => ['shape' => 'NodeFrameworkAttributes'], 'LogPublishingConfiguration' => ['shape' => 'NodeLogPublishingConfiguration'], 'Status' => ['shape' => 'NodeStatus'], 'CreationDate' => ['shape' => 'Timestamp']]], 'NodeConfiguration' => ['type' => 'structure', 'required' => ['InstanceType', 'AvailabilityZone'], 'members' => ['InstanceType' => ['shape' => 'InstanceTypeString'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString'], 'LogPublishingConfiguration' => ['shape' => 'NodeLogPublishingConfiguration']]], 'NodeFabricAttributes' => ['type' => 'structure', 'members' => ['PeerEndpoint' => ['shape' => 'String'], 'PeerEventEndpoint' => ['shape' => 'String']]], 'NodeFabricLogPublishingConfiguration' => ['type' => 'structure', 'members' => ['ChaincodeLogs' => ['shape' => 'LogConfigurations'], 'PeerLogs' => ['shape' => 'LogConfigurations']]], 'NodeFrameworkAttributes' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NodeFabricAttributes']]], 'NodeListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'NodeLogPublishingConfiguration' => ['type' => 'structure', 'members' => ['Fabric' => ['shape' => 'NodeFabricLogPublishingConfiguration']]], 'NodeStatus' => ['type' => 'string', 'enum' => ['CREATING', 'AVAILABLE', 'CREATE_FAILED', 'UPDATING', 'DELETING', 'DELETED', 'FAILED']], 'NodeSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceIdString'], 'Status' => ['shape' => 'NodeStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'AvailabilityZone' => ['shape' => 'AvailabilityZoneString'], 'InstanceType' => ['shape' => 'InstanceTypeString']]], 'NodeSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NodeSummary']], 'PaginationToken' => ['type' => 'string', 'max' => 128], 'PasswordString' => ['type' => 'string', 'max' => 32, 'min' => 8, 'pattern' => '^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)(?!.*[@\'\\\\"/])[a-zA-Z0-9\\S]*$', 'sensitive' => \true], 'PrincipalString' => ['type' => 'string'], 'Proposal' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString'], 'NetworkId' => ['shape' => 'ResourceIdString'], 'Description' => ['shape' => 'DescriptionString'], 'Actions' => ['shape' => 'ProposalActions'], 'ProposedByMemberId' => ['shape' => 'ResourceIdString'], 'ProposedByMemberName' => ['shape' => 'NetworkMemberNameString'], 'Status' => ['shape' => 'ProposalStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'YesVoteCount' => ['shape' => 'VoteCount'], 'NoVoteCount' => ['shape' => 'VoteCount'], 'OutstandingVoteCount' => ['shape' => 'VoteCount']]], 'ProposalActions' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InviteActionList'], 'Removals' => ['shape' => 'RemoveActionList']]], 'ProposalDurationInt' => ['type' => 'integer', 'box' => \true, 'max' => 168, 'min' => 1], 'ProposalListMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'ProposalStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'APPROVED', 'REJECTED', 'EXPIRED', 'ACTION_FAILED']], 'ProposalSummary' => ['type' => 'structure', 'members' => ['ProposalId' => ['shape' => 'ResourceIdString'], 'Description' => ['shape' => 'DescriptionString'], 'ProposedByMemberId' => ['shape' => 'ResourceIdString'], 'ProposedByMemberName' => ['shape' => 'NetworkMemberNameString'], 'Status' => ['shape' => 'ProposalStatus'], 'CreationDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp']]], 'ProposalSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProposalSummary']], 'ProposalVoteList' => ['type' => 'list', 'member' => ['shape' => 'VoteSummary']], 'RejectInvitationInput' => ['type' => 'structure', 'required' => ['InvitationId'], 'members' => ['InvitationId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'invitationId']]], 'RejectInvitationOutput' => ['type' => 'structure', 'members' => []], 'RemoveAction' => ['type' => 'structure', 'required' => ['MemberId'], 'members' => ['MemberId' => ['shape' => 'ResourceIdString']]], 'RemoveActionList' => ['type' => 'list', 'member' => ['shape' => 'RemoveAction']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceIdString' => ['type' => 'string', 'max' => 32, 'min' => 1], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'String' => ['type' => 'string'], 'ThresholdComparator' => ['type' => 'string', 'enum' => ['GREATER_THAN', 'GREATER_THAN_OR_EQUAL_TO']], 'ThresholdPercentageInt' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 0], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'UpdateMemberInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'LogPublishingConfiguration' => ['shape' => 'MemberLogPublishingConfiguration']]], 'UpdateMemberOutput' => ['type' => 'structure', 'members' => []], 'UpdateNodeInput' => ['type' => 'structure', 'required' => ['NetworkId', 'MemberId', 'NodeId'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'MemberId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'memberId'], 'NodeId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'nodeId'], 'LogPublishingConfiguration' => ['shape' => 'NodeLogPublishingConfiguration']]], 'UpdateNodeOutput' => ['type' => 'structure', 'members' => []], 'UsernameString' => ['type' => 'string', 'max' => 16, 'min' => 1, 'pattern' => '^[a-zA-Z][a-zA-Z0-9]*$'], 'VoteCount' => ['type' => 'integer', 'box' => \true], 'VoteOnProposalInput' => ['type' => 'structure', 'required' => ['NetworkId', 'ProposalId', 'VoterMemberId', 'Vote'], 'members' => ['NetworkId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'networkId'], 'ProposalId' => ['shape' => 'ResourceIdString', 'location' => 'uri', 'locationName' => 'proposalId'], 'VoterMemberId' => ['shape' => 'ResourceIdString'], 'Vote' => ['shape' => 'VoteValue']]], 'VoteOnProposalOutput' => ['type' => 'structure', 'members' => []], 'VoteSummary' => ['type' => 'structure', 'members' => ['Vote' => ['shape' => 'VoteValue'], 'MemberName' => ['shape' => 'NetworkMemberNameString'], 'MemberId' => ['shape' => 'ResourceIdString']]], 'VoteValue' => ['type' => 'string', 'enum' => ['YES', 'NO']], 'VotingPolicy' => ['type' => 'structure', 'members' => ['ApprovalThresholdPolicy' => ['shape' => 'ApprovalThresholdPolicy']]]]]; diff --git a/vendor/Aws3/Aws/data/manifest.json.php b/vendor/Aws3/Aws/data/manifest.json.php index 9c530ddc..09e88a1d 100644 --- a/vendor/Aws3/Aws/data/manifest.json.php +++ b/vendor/Aws3/Aws/data/manifest.json.php @@ -1,4 +1,4 @@ ['namespace' => 'AccessAnalyzer', 'versions' => ['latest' => '2019-11-01', '2019-11-01' => '2019-11-01']], 'acm-pca' => ['namespace' => 'ACMPCA', 'versions' => ['latest' => '2017-08-22', '2017-08-22' => '2017-08-22']], 'acm' => ['namespace' => 'Acm', 'versions' => ['latest' => '2015-12-08', '2015-12-08' => '2015-12-08']], 'alexaforbusiness' => ['namespace' => 'AlexaForBusiness', 'versions' => ['latest' => '2017-11-09', '2017-11-09' => '2017-11-09']], 'amplify' => ['namespace' => 'Amplify', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'apigateway' => ['namespace' => 'ApiGateway', 'versions' => ['latest' => '2015-07-09', '2015-07-09' => '2015-07-09', '2015-06-01' => '2015-07-09']], 'apigatewaymanagementapi' => ['namespace' => 'ApiGatewayManagementApi', 'versions' => ['latest' => '2018-11-29', '2018-11-29' => '2018-11-29']], 'apigatewayv2' => ['namespace' => 'ApiGatewayV2', 'versions' => ['latest' => '2018-11-29', '2018-11-29' => '2018-11-29']], 'appconfig' => ['namespace' => 'AppConfig', 'versions' => ['latest' => '2019-10-09', '2019-10-09' => '2019-10-09']], 'application-autoscaling' => ['namespace' => 'ApplicationAutoScaling', 'versions' => ['latest' => '2016-02-06', '2016-02-06' => '2016-02-06']], 'application-insights' => ['namespace' => 'ApplicationInsights', 'versions' => ['latest' => '2018-11-25', '2018-11-25' => '2018-11-25']], 'appmesh' => ['namespace' => 'AppMesh', 'versions' => ['latest' => '2019-01-25', '2019-01-25' => '2019-01-25', '2018-10-01' => '2018-10-01']], 'appstream' => ['namespace' => 'Appstream', 'versions' => ['latest' => '2016-12-01', '2016-12-01' => '2016-12-01']], 'appsync' => ['namespace' => 'AppSync', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'athena' => ['namespace' => 'Athena', 'versions' => ['latest' => '2017-05-18', '2017-05-18' => '2017-05-18']], 'autoscaling-plans' => ['namespace' => 'AutoScalingPlans', 'versions' => ['latest' => '2018-01-06', '2018-01-06' => '2018-01-06']], 'autoscaling' => ['namespace' => 'AutoScaling', 'versions' => ['latest' => '2011-01-01', '2011-01-01' => '2011-01-01']], 'backup' => ['namespace' => 'Backup', 'versions' => ['latest' => '2018-11-15', '2018-11-15' => '2018-11-15']], 'batch' => ['namespace' => 'Batch', 'versions' => ['latest' => '2016-08-10', '2016-08-10' => '2016-08-10']], 'budgets' => ['namespace' => 'Budgets', 'versions' => ['latest' => '2016-10-20', '2016-10-20' => '2016-10-20']], 'ce' => ['namespace' => 'CostExplorer', 'versions' => ['latest' => '2017-10-25', '2017-10-25' => '2017-10-25']], 'chime' => ['namespace' => 'Chime', 'versions' => ['latest' => '2018-05-01', '2018-05-01' => '2018-05-01']], 'cloud9' => ['namespace' => 'Cloud9', 'versions' => ['latest' => '2017-09-23', '2017-09-23' => '2017-09-23']], 'clouddirectory' => ['namespace' => 'CloudDirectory', 'versions' => ['latest' => '2017-01-11', '2017-01-11' => '2017-01-11', '2016-05-10' => '2016-05-10']], 'cloudformation' => ['namespace' => 'CloudFormation', 'versions' => ['latest' => '2010-05-15', '2010-05-15' => '2010-05-15']], 'cloudfront' => ['namespace' => 'CloudFront', 'versions' => ['latest' => '2019-03-26', '2019-03-26' => '2019-03-26', '2018-11-05' => '2018-11-05', '2018-06-18' => '2018-06-18', '2017-10-30' => '2017-10-30', '2017-03-25' => '2017-03-25', '2016-11-25' => '2016-11-25', '2016-09-29' => '2016-09-29', '2016-09-07' => '2016-09-07', '2016-08-20' => '2016-08-20', '2016-08-01' => '2016-08-01', '2016-01-28' => '2016-01-28', '2016-01-13' => '2019-03-26', '2015-09-17' => '2019-03-26', '2015-07-27' => '2015-07-27', '2015-04-17' => '2015-07-27', '2014-11-06' => '2015-07-27']], 'cloudhsm' => ['namespace' => 'CloudHsm', 'versions' => ['latest' => '2014-05-30', '2014-05-30' => '2014-05-30']], 'cloudhsmv2' => ['namespace' => 'CloudHSMV2', 'versions' => ['latest' => '2017-04-28', '2017-04-28' => '2017-04-28']], 'cloudsearch' => ['namespace' => 'CloudSearch', 'versions' => ['latest' => '2013-01-01', '2013-01-01' => '2013-01-01']], 'cloudsearchdomain' => ['namespace' => 'CloudSearchDomain', 'versions' => ['latest' => '2013-01-01', '2013-01-01' => '2013-01-01']], 'cloudtrail' => ['namespace' => 'CloudTrail', 'versions' => ['latest' => '2013-11-01', '2013-11-01' => '2013-11-01']], 'codebuild' => ['namespace' => 'CodeBuild', 'versions' => ['latest' => '2016-10-06', '2016-10-06' => '2016-10-06']], 'codecommit' => ['namespace' => 'CodeCommit', 'versions' => ['latest' => '2015-04-13', '2015-04-13' => '2015-04-13']], 'codedeploy' => ['namespace' => 'CodeDeploy', 'versions' => ['latest' => '2014-10-06', '2014-10-06' => '2014-10-06']], 'codeguru-reviewer' => ['namespace' => 'CodeGuruReviewer', 'versions' => ['latest' => '2019-09-19', '2019-09-19' => '2019-09-19']], 'codeguruprofiler' => ['namespace' => 'CodeGuruProfiler', 'versions' => ['latest' => '2019-07-18', '2019-07-18' => '2019-07-18']], 'codepipeline' => ['namespace' => 'CodePipeline', 'versions' => ['latest' => '2015-07-09', '2015-07-09' => '2015-07-09']], 'codestar-connections' => ['namespace' => 'CodeStarconnections', 'versions' => ['latest' => '2019-12-01', '2019-12-01' => '2019-12-01']], 'codestar-notifications' => ['namespace' => 'CodeStarNotifications', 'versions' => ['latest' => '2019-10-15', '2019-10-15' => '2019-10-15']], 'codestar' => ['namespace' => 'CodeStar', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'cognito-identity' => ['namespace' => 'CognitoIdentity', 'versions' => ['latest' => '2014-06-30', '2014-06-30' => '2014-06-30']], 'cognito-idp' => ['namespace' => 'CognitoIdentityProvider', 'versions' => ['latest' => '2016-04-18', '2016-04-18' => '2016-04-18']], 'cognito-sync' => ['namespace' => 'CognitoSync', 'versions' => ['latest' => '2014-06-30', '2014-06-30' => '2014-06-30']], 'comprehend' => ['namespace' => 'Comprehend', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'comprehendmedical' => ['namespace' => 'ComprehendMedical', 'versions' => ['latest' => '2018-10-30', '2018-10-30' => '2018-10-30']], 'compute-optimizer' => ['namespace' => 'ComputeOptimizer', 'versions' => ['latest' => '2019-11-01', '2019-11-01' => '2019-11-01']], 'config' => ['namespace' => 'ConfigService', 'versions' => ['latest' => '2014-11-12', '2014-11-12' => '2014-11-12']], 'connect' => ['namespace' => 'Connect', 'versions' => ['latest' => '2017-08-08', '2017-08-08' => '2017-08-08']], 'connectparticipant' => ['namespace' => 'ConnectParticipant', 'versions' => ['latest' => '2018-09-07', '2018-09-07' => '2018-09-07']], 'cur' => ['namespace' => 'CostandUsageReportService', 'versions' => ['latest' => '2017-01-06', '2017-01-06' => '2017-01-06']], 'data.iot' => ['namespace' => 'IotDataPlane', 'versions' => ['latest' => '2015-05-28', '2015-05-28' => '2015-05-28']], 'dataexchange' => ['namespace' => 'DataExchange', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'datapipeline' => ['namespace' => 'DataPipeline', 'versions' => ['latest' => '2012-10-29', '2012-10-29' => '2012-10-29']], 'datasync' => ['namespace' => 'DataSync', 'versions' => ['latest' => '2018-11-09', '2018-11-09' => '2018-11-09']], 'dax' => ['namespace' => 'DAX', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'detective' => ['namespace' => 'Detective', 'versions' => ['latest' => '2018-10-26', '2018-10-26' => '2018-10-26']], 'devicefarm' => ['namespace' => 'DeviceFarm', 'versions' => ['latest' => '2015-06-23', '2015-06-23' => '2015-06-23']], 'directconnect' => ['namespace' => 'DirectConnect', 'versions' => ['latest' => '2012-10-25', '2012-10-25' => '2012-10-25']], 'discovery' => ['namespace' => 'ApplicationDiscoveryService', 'versions' => ['latest' => '2015-11-01', '2015-11-01' => '2015-11-01']], 'dlm' => ['namespace' => 'DLM', 'versions' => ['latest' => '2018-01-12', '2018-01-12' => '2018-01-12']], 'dms' => ['namespace' => 'DatabaseMigrationService', 'versions' => ['latest' => '2016-01-01', '2016-01-01' => '2016-01-01']], 'docdb' => ['namespace' => 'DocDB', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31']], 'ds' => ['namespace' => 'DirectoryService', 'versions' => ['latest' => '2015-04-16', '2015-04-16' => '2015-04-16']], 'dynamodb' => ['namespace' => 'DynamoDb', 'versions' => ['latest' => '2012-08-10', '2012-08-10' => '2012-08-10', '2011-12-05' => '2011-12-05']], 'ebs' => ['namespace' => 'EBS', 'versions' => ['latest' => '2019-11-02', '2019-11-02' => '2019-11-02']], 'ec2-instance-connect' => ['namespace' => 'EC2InstanceConnect', 'versions' => ['latest' => '2018-04-02', '2018-04-02' => '2018-04-02']], 'ec2' => ['namespace' => 'Ec2', 'versions' => ['latest' => '2016-11-15', '2016-11-15' => '2016-11-15', '2016-09-15' => '2016-09-15', '2016-04-01' => '2016-04-01', '2015-10-01' => '2015-10-01', '2015-04-15' => '2016-11-15']], 'ecr' => ['namespace' => 'Ecr', 'versions' => ['latest' => '2015-09-21', '2015-09-21' => '2015-09-21']], 'ecs' => ['namespace' => 'Ecs', 'versions' => ['latest' => '2014-11-13', '2014-11-13' => '2014-11-13']], 'eks' => ['namespace' => 'EKS', 'versions' => ['latest' => '2017-11-01', '2017-11-01' => '2017-11-01']], 'elastic-inference' => ['namespace' => 'ElasticInference', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'elasticache' => ['namespace' => 'ElastiCache', 'versions' => ['latest' => '2015-02-02', '2015-02-02' => '2015-02-02']], 'elasticbeanstalk' => ['namespace' => 'ElasticBeanstalk', 'versions' => ['latest' => '2010-12-01', '2010-12-01' => '2010-12-01']], 'elasticfilesystem' => ['namespace' => 'Efs', 'versions' => ['latest' => '2015-02-01', '2015-02-01' => '2015-02-01']], 'elasticloadbalancing' => ['namespace' => 'ElasticLoadBalancing', 'versions' => ['latest' => '2012-06-01', '2012-06-01' => '2012-06-01']], 'elasticloadbalancingv2' => ['namespace' => 'ElasticLoadBalancingV2', 'versions' => ['latest' => '2015-12-01', '2015-12-01' => '2015-12-01']], 'elasticmapreduce' => ['namespace' => 'Emr', 'versions' => ['latest' => '2009-03-31', '2009-03-31' => '2009-03-31']], 'elastictranscoder' => ['namespace' => 'ElasticTranscoder', 'versions' => ['latest' => '2012-09-25', '2012-09-25' => '2012-09-25']], 'email' => ['namespace' => 'Ses', 'versions' => ['latest' => '2010-12-01', '2010-12-01' => '2010-12-01']], 'entitlement.marketplace' => ['namespace' => 'MarketplaceEntitlementService', 'versions' => ['latest' => '2017-01-11', '2017-01-11' => '2017-01-11']], 'es' => ['namespace' => 'ElasticsearchService', 'versions' => ['latest' => '2015-01-01', '2015-01-01' => '2015-01-01']], 'eventbridge' => ['namespace' => 'EventBridge', 'versions' => ['latest' => '2015-10-07', '2015-10-07' => '2015-10-07']], 'events' => ['namespace' => 'CloudWatchEvents', 'versions' => ['latest' => '2015-10-07', '2015-10-07' => '2015-10-07', '2014-02-03' => '2015-10-07']], 'firehose' => ['namespace' => 'Firehose', 'versions' => ['latest' => '2015-08-04', '2015-08-04' => '2015-08-04']], 'fms' => ['namespace' => 'FMS', 'versions' => ['latest' => '2018-01-01', '2018-01-01' => '2018-01-01']], 'forecast' => ['namespace' => 'ForecastService', 'versions' => ['latest' => '2018-06-26', '2018-06-26' => '2018-06-26']], 'forecastquery' => ['namespace' => 'ForecastQueryService', 'versions' => ['latest' => '2018-06-26', '2018-06-26' => '2018-06-26']], 'frauddetector' => ['namespace' => 'FraudDetector', 'versions' => ['latest' => '2019-11-15', '2019-11-15' => '2019-11-15']], 'fsx' => ['namespace' => 'FSx', 'versions' => ['latest' => '2018-03-01', '2018-03-01' => '2018-03-01']], 'gamelift' => ['namespace' => 'GameLift', 'versions' => ['latest' => '2015-10-01', '2015-10-01' => '2015-10-01']], 'glacier' => ['namespace' => 'Glacier', 'versions' => ['latest' => '2012-06-01', '2012-06-01' => '2012-06-01']], 'globalaccelerator' => ['namespace' => 'GlobalAccelerator', 'versions' => ['latest' => '2018-08-08', '2018-08-08' => '2018-08-08']], 'glue' => ['namespace' => 'Glue', 'versions' => ['latest' => '2017-03-31', '2017-03-31' => '2017-03-31']], 'greengrass' => ['namespace' => 'Greengrass', 'versions' => ['latest' => '2017-06-07', '2017-06-07' => '2017-06-07']], 'groundstation' => ['namespace' => 'GroundStation', 'versions' => ['latest' => '2019-05-23', '2019-05-23' => '2019-05-23']], 'guardduty' => ['namespace' => 'GuardDuty', 'versions' => ['latest' => '2017-11-28', '2017-11-28' => '2017-11-28']], 'health' => ['namespace' => 'Health', 'versions' => ['latest' => '2016-08-04', '2016-08-04' => '2016-08-04']], 'iam' => ['namespace' => 'Iam', 'versions' => ['latest' => '2010-05-08', '2010-05-08' => '2010-05-08']], 'imagebuilder' => ['namespace' => 'imagebuilder', 'versions' => ['latest' => '2019-12-02', '2019-12-02' => '2019-12-02']], 'importexport' => ['namespace' => 'ImportExport', 'versions' => ['latest' => '2010-06-01', '2010-06-01' => '2010-06-01']], 'inspector' => ['namespace' => 'Inspector', 'versions' => ['latest' => '2016-02-16', '2016-02-16' => '2016-02-16', '2015-08-18' => '2016-02-16']], 'iot-jobs-data' => ['namespace' => 'IoTJobsDataPlane', 'versions' => ['latest' => '2017-09-29', '2017-09-29' => '2017-09-29']], 'iot' => ['namespace' => 'Iot', 'versions' => ['latest' => '2015-05-28', '2015-05-28' => '2015-05-28']], 'iot1click-devices' => ['namespace' => 'IoT1ClickDevicesService', 'versions' => ['latest' => '2018-05-14', '2018-05-14' => '2018-05-14']], 'iot1click-projects' => ['namespace' => 'IoT1ClickProjects', 'versions' => ['latest' => '2018-05-14', '2018-05-14' => '2018-05-14']], 'iotanalytics' => ['namespace' => 'IoTAnalytics', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'iotevents-data' => ['namespace' => 'IoTEventsData', 'versions' => ['latest' => '2018-10-23', '2018-10-23' => '2018-10-23']], 'iotevents' => ['namespace' => 'IoTEvents', 'versions' => ['latest' => '2018-07-27', '2018-07-27' => '2018-07-27']], 'iotsecuretunneling' => ['namespace' => 'IoTSecureTunneling', 'versions' => ['latest' => '2018-10-05', '2018-10-05' => '2018-10-05']], 'iotthingsgraph' => ['namespace' => 'IoTThingsGraph', 'versions' => ['latest' => '2018-09-06', '2018-09-06' => '2018-09-06']], 'kafka' => ['namespace' => 'Kafka', 'versions' => ['latest' => '2018-11-14', '2018-11-14' => '2018-11-14']], 'kendra' => ['namespace' => 'kendra', 'versions' => ['latest' => '2019-02-03', '2019-02-03' => '2019-02-03']], 'kinesis-video-archived-media' => ['namespace' => 'KinesisVideoArchivedMedia', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kinesis-video-media' => ['namespace' => 'KinesisVideoMedia', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kinesis-video-signaling' => ['namespace' => 'KinesisVideoSignalingChannels', 'versions' => ['latest' => '2019-12-04', '2019-12-04' => '2019-12-04']], 'kinesis' => ['namespace' => 'Kinesis', 'versions' => ['latest' => '2013-12-02', '2013-12-02' => '2013-12-02']], 'kinesisanalytics' => ['namespace' => 'KinesisAnalytics', 'versions' => ['latest' => '2015-08-14', '2015-08-14' => '2015-08-14']], 'kinesisanalyticsv2' => ['namespace' => 'KinesisAnalyticsV2', 'versions' => ['latest' => '2018-05-23', '2018-05-23' => '2018-05-23']], 'kinesisvideo' => ['namespace' => 'KinesisVideo', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kms' => ['namespace' => 'Kms', 'versions' => ['latest' => '2014-11-01', '2014-11-01' => '2014-11-01']], 'lakeformation' => ['namespace' => 'LakeFormation', 'versions' => ['latest' => '2017-03-31', '2017-03-31' => '2017-03-31']], 'lambda' => ['namespace' => 'Lambda', 'versions' => ['latest' => '2015-03-31', '2015-03-31' => '2015-03-31']], 'lex-models' => ['namespace' => 'LexModelBuildingService', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'license-manager' => ['namespace' => 'LicenseManager', 'versions' => ['latest' => '2018-08-01', '2018-08-01' => '2018-08-01']], 'lightsail' => ['namespace' => 'Lightsail', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'logs' => ['namespace' => 'CloudWatchLogs', 'versions' => ['latest' => '2014-03-28', '2014-03-28' => '2014-03-28']], 'machinelearning' => ['namespace' => 'MachineLearning', 'versions' => ['latest' => '2014-12-12', '2014-12-12' => '2014-12-12']], 'macie' => ['namespace' => 'Macie', 'versions' => ['latest' => '2017-12-19', '2017-12-19' => '2017-12-19']], 'managedblockchain' => ['namespace' => 'ManagedBlockchain', 'versions' => ['latest' => '2018-09-24', '2018-09-24' => '2018-09-24']], 'marketplace-catalog' => ['namespace' => 'MarketplaceCatalog', 'versions' => ['latest' => '2018-09-17', '2018-09-17' => '2018-09-17']], 'marketplacecommerceanalytics' => ['namespace' => 'MarketplaceCommerceAnalytics', 'versions' => ['latest' => '2015-07-01', '2015-07-01' => '2015-07-01']], 'mediaconnect' => ['namespace' => 'MediaConnect', 'versions' => ['latest' => '2018-11-14', '2018-11-14' => '2018-11-14']], 'mediaconvert' => ['namespace' => 'MediaConvert', 'versions' => ['latest' => '2017-08-29', '2017-08-29' => '2017-08-29']], 'medialive' => ['namespace' => 'MediaLive', 'versions' => ['latest' => '2017-10-14', '2017-10-14' => '2017-10-14']], 'mediapackage-vod' => ['namespace' => 'MediaPackageVod', 'versions' => ['latest' => '2018-11-07', '2018-11-07' => '2018-11-07']], 'mediapackage' => ['namespace' => 'MediaPackage', 'versions' => ['latest' => '2017-10-12', '2017-10-12' => '2017-10-12']], 'mediastore-data' => ['namespace' => 'MediaStoreData', 'versions' => ['latest' => '2017-09-01', '2017-09-01' => '2017-09-01']], 'mediastore' => ['namespace' => 'MediaStore', 'versions' => ['latest' => '2017-09-01', '2017-09-01' => '2017-09-01']], 'mediatailor' => ['namespace' => 'MediaTailor', 'versions' => ['latest' => '2018-04-23', '2018-04-23' => '2018-04-23']], 'metering.marketplace' => ['namespace' => 'MarketplaceMetering', 'versions' => ['latest' => '2016-01-14', '2016-01-14' => '2016-01-14']], 'mgh' => ['namespace' => 'MigrationHub', 'versions' => ['latest' => '2017-05-31', '2017-05-31' => '2017-05-31']], 'migrationhub-config' => ['namespace' => 'MigrationHubConfig', 'versions' => ['latest' => '2019-06-30', '2019-06-30' => '2019-06-30']], 'mobile' => ['namespace' => 'Mobile', 'versions' => ['latest' => '2017-07-01', '2017-07-01' => '2017-07-01']], 'monitoring' => ['namespace' => 'CloudWatch', 'versions' => ['latest' => '2010-08-01', '2010-08-01' => '2010-08-01']], 'mq' => ['namespace' => 'MQ', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'mturk-requester' => ['namespace' => 'MTurk', 'versions' => ['latest' => '2017-01-17', '2017-01-17' => '2017-01-17']], 'neptune' => ['namespace' => 'Neptune', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31']], 'networkmanager' => ['namespace' => 'NetworkManager', 'versions' => ['latest' => '2019-07-05', '2019-07-05' => '2019-07-05']], 'opsworks' => ['namespace' => 'OpsWorks', 'versions' => ['latest' => '2013-02-18', '2013-02-18' => '2013-02-18']], 'opsworkscm' => ['namespace' => 'OpsWorksCM', 'versions' => ['latest' => '2016-11-01', '2016-11-01' => '2016-11-01']], 'organizations' => ['namespace' => 'Organizations', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'outposts' => ['namespace' => 'Outposts', 'versions' => ['latest' => '2019-12-03', '2019-12-03' => '2019-12-03']], 'personalize-events' => ['namespace' => 'PersonalizeEvents', 'versions' => ['latest' => '2018-03-22', '2018-03-22' => '2018-03-22']], 'personalize-runtime' => ['namespace' => 'PersonalizeRuntime', 'versions' => ['latest' => '2018-05-22', '2018-05-22' => '2018-05-22']], 'personalize' => ['namespace' => 'Personalize', 'versions' => ['latest' => '2018-05-22', '2018-05-22' => '2018-05-22']], 'pi' => ['namespace' => 'PI', 'versions' => ['latest' => '2018-02-27', '2018-02-27' => '2018-02-27']], 'pinpoint-email' => ['namespace' => 'PinpointEmail', 'versions' => ['latest' => '2018-07-26', '2018-07-26' => '2018-07-26']], 'pinpoint' => ['namespace' => 'Pinpoint', 'versions' => ['latest' => '2016-12-01', '2016-12-01' => '2016-12-01']], 'polly' => ['namespace' => 'Polly', 'versions' => ['latest' => '2016-06-10', '2016-06-10' => '2016-06-10']], 'pricing' => ['namespace' => 'Pricing', 'versions' => ['latest' => '2017-10-15', '2017-10-15' => '2017-10-15']], 'qldb-session' => ['namespace' => 'QLDBSession', 'versions' => ['latest' => '2019-07-11', '2019-07-11' => '2019-07-11']], 'qldb' => ['namespace' => 'QLDB', 'versions' => ['latest' => '2019-01-02', '2019-01-02' => '2019-01-02']], 'quicksight' => ['namespace' => 'QuickSight', 'versions' => ['latest' => '2018-04-01', '2018-04-01' => '2018-04-01']], 'ram' => ['namespace' => 'RAM', 'versions' => ['latest' => '2018-01-04', '2018-01-04' => '2018-01-04']], 'rds-data' => ['namespace' => 'RDSDataService', 'versions' => ['latest' => '2018-08-01', '2018-08-01' => '2018-08-01']], 'rds' => ['namespace' => 'Rds', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31', '2014-09-01' => '2014-09-01']], 'redshift' => ['namespace' => 'Redshift', 'versions' => ['latest' => '2012-12-01', '2012-12-01' => '2012-12-01']], 'rekognition' => ['namespace' => 'Rekognition', 'versions' => ['latest' => '2016-06-27', '2016-06-27' => '2016-06-27']], 'resource-groups' => ['namespace' => 'ResourceGroups', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'resourcegroupstaggingapi' => ['namespace' => 'ResourceGroupsTaggingAPI', 'versions' => ['latest' => '2017-01-26', '2017-01-26' => '2017-01-26']], 'robomaker' => ['namespace' => 'RoboMaker', 'versions' => ['latest' => '2018-06-29', '2018-06-29' => '2018-06-29']], 'route53' => ['namespace' => 'Route53', 'versions' => ['latest' => '2013-04-01', '2013-04-01' => '2013-04-01']], 'route53domains' => ['namespace' => 'Route53Domains', 'versions' => ['latest' => '2014-05-15', '2014-05-15' => '2014-05-15']], 'route53resolver' => ['namespace' => 'Route53Resolver', 'versions' => ['latest' => '2018-04-01', '2018-04-01' => '2018-04-01']], 'runtime.lex' => ['namespace' => 'LexRuntimeService', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'runtime.sagemaker' => ['namespace' => 'SageMakerRuntime', 'versions' => ['latest' => '2017-05-13', '2017-05-13' => '2017-05-13']], 's3' => ['namespace' => 'S3', 'versions' => ['latest' => '2006-03-01', '2006-03-01' => '2006-03-01']], 's3control' => ['namespace' => 'S3Control', 'versions' => ['latest' => '2018-08-20', '2018-08-20' => '2018-08-20']], 'sagemaker-a2i-runtime' => ['namespace' => 'AugmentedAIRuntime', 'versions' => ['latest' => '2019-11-07', '2019-11-07' => '2019-11-07']], 'sagemaker' => ['namespace' => 'SageMaker', 'versions' => ['latest' => '2017-07-24', '2017-07-24' => '2017-07-24']], 'savingsplans' => ['namespace' => 'SavingsPlans', 'versions' => ['latest' => '2019-06-28', '2019-06-28' => '2019-06-28']], 'schemas' => ['namespace' => 'Schemas', 'versions' => ['latest' => '2019-12-02', '2019-12-02' => '2019-12-02']], 'secretsmanager' => ['namespace' => 'SecretsManager', 'versions' => ['latest' => '2017-10-17', '2017-10-17' => '2017-10-17']], 'securityhub' => ['namespace' => 'SecurityHub', 'versions' => ['latest' => '2018-10-26', '2018-10-26' => '2018-10-26']], 'serverlessrepo' => ['namespace' => 'ServerlessApplicationRepository', 'versions' => ['latest' => '2017-09-08', '2017-09-08' => '2017-09-08']], 'service-quotas' => ['namespace' => 'ServiceQuotas', 'versions' => ['latest' => '2019-06-24', '2019-06-24' => '2019-06-24']], 'servicecatalog' => ['namespace' => 'ServiceCatalog', 'versions' => ['latest' => '2015-12-10', '2015-12-10' => '2015-12-10']], 'servicediscovery' => ['namespace' => 'ServiceDiscovery', 'versions' => ['latest' => '2017-03-14', '2017-03-14' => '2017-03-14']], 'sesv2' => ['namespace' => 'SesV2', 'versions' => ['latest' => '2019-09-27', '2019-09-27' => '2019-09-27']], 'shield' => ['namespace' => 'Shield', 'versions' => ['latest' => '2016-06-02', '2016-06-02' => '2016-06-02']], 'signer' => ['namespace' => 'signer', 'versions' => ['latest' => '2017-08-25', '2017-08-25' => '2017-08-25']], 'sms-voice' => ['namespace' => 'PinpointSMSVoice', 'versions' => ['latest' => '2018-09-05', '2018-09-05' => '2018-09-05']], 'sms' => ['namespace' => 'Sms', 'versions' => ['latest' => '2016-10-24', '2016-10-24' => '2016-10-24']], 'snowball' => ['namespace' => 'SnowBall', 'versions' => ['latest' => '2016-06-30', '2016-06-30' => '2016-06-30']], 'sns' => ['namespace' => 'Sns', 'versions' => ['latest' => '2010-03-31', '2010-03-31' => '2010-03-31']], 'sqs' => ['namespace' => 'Sqs', 'versions' => ['latest' => '2012-11-05', '2012-11-05' => '2012-11-05']], 'ssm' => ['namespace' => 'Ssm', 'versions' => ['latest' => '2014-11-06', '2014-11-06' => '2014-11-06']], 'sso-oidc' => ['namespace' => 'SSOOIDC', 'versions' => ['latest' => '2019-06-10', '2019-06-10' => '2019-06-10']], 'sso' => ['namespace' => 'SSO', 'versions' => ['latest' => '2019-06-10', '2019-06-10' => '2019-06-10']], 'states' => ['namespace' => 'Sfn', 'versions' => ['latest' => '2016-11-23', '2016-11-23' => '2016-11-23']], 'storagegateway' => ['namespace' => 'StorageGateway', 'versions' => ['latest' => '2013-06-30', '2013-06-30' => '2013-06-30']], 'streams.dynamodb' => ['namespace' => 'DynamoDbStreams', 'versions' => ['latest' => '2012-08-10', '2012-08-10' => '2012-08-10']], 'sts' => ['namespace' => 'Sts', 'versions' => ['latest' => '2011-06-15', '2011-06-15' => '2011-06-15']], 'support' => ['namespace' => 'Support', 'versions' => ['latest' => '2013-04-15', '2013-04-15' => '2013-04-15']], 'swf' => ['namespace' => 'Swf', 'versions' => ['latest' => '2012-01-25', '2012-01-25' => '2012-01-25']], 'textract' => ['namespace' => 'Textract', 'versions' => ['latest' => '2018-06-27', '2018-06-27' => '2018-06-27']], 'transcribe' => ['namespace' => 'TranscribeService', 'versions' => ['latest' => '2017-10-26', '2017-10-26' => '2017-10-26']], 'transfer' => ['namespace' => 'Transfer', 'versions' => ['latest' => '2018-11-05', '2018-11-05' => '2018-11-05']], 'translate' => ['namespace' => 'Translate', 'versions' => ['latest' => '2017-07-01', '2017-07-01' => '2017-07-01']], 'waf-regional' => ['namespace' => 'WafRegional', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'waf' => ['namespace' => 'Waf', 'versions' => ['latest' => '2015-08-24', '2015-08-24' => '2015-08-24']], 'wafv2' => ['namespace' => 'WAFV2', 'versions' => ['latest' => '2019-07-29', '2019-07-29' => '2019-07-29']], 'workdocs' => ['namespace' => 'WorkDocs', 'versions' => ['latest' => '2016-05-01', '2016-05-01' => '2016-05-01']], 'worklink' => ['namespace' => 'WorkLink', 'versions' => ['latest' => '2018-09-25', '2018-09-25' => '2018-09-25']], 'workmail' => ['namespace' => 'WorkMail', 'versions' => ['latest' => '2017-10-01', '2017-10-01' => '2017-10-01']], 'workmailmessageflow' => ['namespace' => 'WorkMailMessageFlow', 'versions' => ['latest' => '2019-05-01', '2019-05-01' => '2019-05-01']], 'workspaces' => ['namespace' => 'WorkSpaces', 'versions' => ['latest' => '2015-04-08', '2015-04-08' => '2015-04-08']], 'xray' => ['namespace' => 'XRay', 'versions' => ['latest' => '2016-04-12', '2016-04-12' => '2016-04-12']]]; +return ['accessanalyzer' => ['namespace' => 'AccessAnalyzer', 'versions' => ['latest' => '2019-11-01', '2019-11-01' => '2019-11-01']], 'acm-pca' => ['namespace' => 'ACMPCA', 'versions' => ['latest' => '2017-08-22', '2017-08-22' => '2017-08-22']], 'acm' => ['namespace' => 'Acm', 'versions' => ['latest' => '2015-12-08', '2015-12-08' => '2015-12-08']], 'alexaforbusiness' => ['namespace' => 'AlexaForBusiness', 'versions' => ['latest' => '2017-11-09', '2017-11-09' => '2017-11-09']], 'amplify' => ['namespace' => 'Amplify', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'apigateway' => ['namespace' => 'ApiGateway', 'versions' => ['latest' => '2015-07-09', '2015-07-09' => '2015-07-09', '2015-06-01' => '2015-07-09']], 'apigatewaymanagementapi' => ['namespace' => 'ApiGatewayManagementApi', 'versions' => ['latest' => '2018-11-29', '2018-11-29' => '2018-11-29']], 'apigatewayv2' => ['namespace' => 'ApiGatewayV2', 'versions' => ['latest' => '2018-11-29', '2018-11-29' => '2018-11-29']], 'appconfig' => ['namespace' => 'AppConfig', 'versions' => ['latest' => '2019-10-09', '2019-10-09' => '2019-10-09']], 'application-autoscaling' => ['namespace' => 'ApplicationAutoScaling', 'versions' => ['latest' => '2016-02-06', '2016-02-06' => '2016-02-06']], 'application-insights' => ['namespace' => 'ApplicationInsights', 'versions' => ['latest' => '2018-11-25', '2018-11-25' => '2018-11-25']], 'appmesh' => ['namespace' => 'AppMesh', 'versions' => ['latest' => '2019-01-25', '2019-01-25' => '2019-01-25', '2018-10-01' => '2018-10-01']], 'appstream' => ['namespace' => 'Appstream', 'versions' => ['latest' => '2016-12-01', '2016-12-01' => '2016-12-01']], 'appsync' => ['namespace' => 'AppSync', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'athena' => ['namespace' => 'Athena', 'versions' => ['latest' => '2017-05-18', '2017-05-18' => '2017-05-18']], 'autoscaling-plans' => ['namespace' => 'AutoScalingPlans', 'versions' => ['latest' => '2018-01-06', '2018-01-06' => '2018-01-06']], 'autoscaling' => ['namespace' => 'AutoScaling', 'versions' => ['latest' => '2011-01-01', '2011-01-01' => '2011-01-01']], 'backup' => ['namespace' => 'Backup', 'versions' => ['latest' => '2018-11-15', '2018-11-15' => '2018-11-15']], 'batch' => ['namespace' => 'Batch', 'versions' => ['latest' => '2016-08-10', '2016-08-10' => '2016-08-10']], 'braket' => ['namespace' => 'Braket', 'versions' => ['latest' => '2019-09-01', '2019-09-01' => '2019-09-01']], 'budgets' => ['namespace' => 'Budgets', 'versions' => ['latest' => '2016-10-20', '2016-10-20' => '2016-10-20']], 'ce' => ['namespace' => 'CostExplorer', 'versions' => ['latest' => '2017-10-25', '2017-10-25' => '2017-10-25']], 'chime' => ['namespace' => 'Chime', 'versions' => ['latest' => '2018-05-01', '2018-05-01' => '2018-05-01']], 'cloud9' => ['namespace' => 'Cloud9', 'versions' => ['latest' => '2017-09-23', '2017-09-23' => '2017-09-23']], 'clouddirectory' => ['namespace' => 'CloudDirectory', 'versions' => ['latest' => '2017-01-11', '2017-01-11' => '2017-01-11', '2016-05-10' => '2016-05-10']], 'cloudformation' => ['namespace' => 'CloudFormation', 'versions' => ['latest' => '2010-05-15', '2010-05-15' => '2010-05-15']], 'cloudfront' => ['namespace' => 'CloudFront', 'versions' => ['latest' => '2020-05-31', '2020-05-31' => '2020-05-31', '2019-03-26' => '2019-03-26', '2018-11-05' => '2018-11-05', '2018-06-18' => '2018-06-18', '2017-10-30' => '2017-10-30', '2017-03-25' => '2017-03-25', '2016-11-25' => '2016-11-25', '2016-09-29' => '2016-09-29', '2016-09-07' => '2016-09-07', '2016-08-20' => '2016-08-20', '2016-08-01' => '2016-08-01', '2016-01-28' => '2016-01-28', '2016-01-13' => '2020-05-31', '2015-09-17' => '2020-05-31', '2015-07-27' => '2015-07-27', '2015-04-17' => '2015-07-27', '2014-11-06' => '2015-07-27']], 'cloudhsm' => ['namespace' => 'CloudHsm', 'versions' => ['latest' => '2014-05-30', '2014-05-30' => '2014-05-30']], 'cloudhsmv2' => ['namespace' => 'CloudHSMV2', 'versions' => ['latest' => '2017-04-28', '2017-04-28' => '2017-04-28']], 'cloudsearch' => ['namespace' => 'CloudSearch', 'versions' => ['latest' => '2013-01-01', '2013-01-01' => '2013-01-01']], 'cloudsearchdomain' => ['namespace' => 'CloudSearchDomain', 'versions' => ['latest' => '2013-01-01', '2013-01-01' => '2013-01-01']], 'cloudtrail' => ['namespace' => 'CloudTrail', 'versions' => ['latest' => '2013-11-01', '2013-11-01' => '2013-11-01']], 'codeartifact' => ['namespace' => 'CodeArtifact', 'versions' => ['latest' => '2018-09-22', '2018-09-22' => '2018-09-22']], 'codebuild' => ['namespace' => 'CodeBuild', 'versions' => ['latest' => '2016-10-06', '2016-10-06' => '2016-10-06']], 'codecommit' => ['namespace' => 'CodeCommit', 'versions' => ['latest' => '2015-04-13', '2015-04-13' => '2015-04-13']], 'codedeploy' => ['namespace' => 'CodeDeploy', 'versions' => ['latest' => '2014-10-06', '2014-10-06' => '2014-10-06']], 'codeguru-reviewer' => ['namespace' => 'CodeGuruReviewer', 'versions' => ['latest' => '2019-09-19', '2019-09-19' => '2019-09-19']], 'codeguruprofiler' => ['namespace' => 'CodeGuruProfiler', 'versions' => ['latest' => '2019-07-18', '2019-07-18' => '2019-07-18']], 'codepipeline' => ['namespace' => 'CodePipeline', 'versions' => ['latest' => '2015-07-09', '2015-07-09' => '2015-07-09']], 'codestar-connections' => ['namespace' => 'CodeStarconnections', 'versions' => ['latest' => '2019-12-01', '2019-12-01' => '2019-12-01']], 'codestar-notifications' => ['namespace' => 'CodeStarNotifications', 'versions' => ['latest' => '2019-10-15', '2019-10-15' => '2019-10-15']], 'codestar' => ['namespace' => 'CodeStar', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'cognito-identity' => ['namespace' => 'CognitoIdentity', 'versions' => ['latest' => '2014-06-30', '2014-06-30' => '2014-06-30']], 'cognito-idp' => ['namespace' => 'CognitoIdentityProvider', 'versions' => ['latest' => '2016-04-18', '2016-04-18' => '2016-04-18']], 'cognito-sync' => ['namespace' => 'CognitoSync', 'versions' => ['latest' => '2014-06-30', '2014-06-30' => '2014-06-30']], 'comprehend' => ['namespace' => 'Comprehend', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'comprehendmedical' => ['namespace' => 'ComprehendMedical', 'versions' => ['latest' => '2018-10-30', '2018-10-30' => '2018-10-30']], 'compute-optimizer' => ['namespace' => 'ComputeOptimizer', 'versions' => ['latest' => '2019-11-01', '2019-11-01' => '2019-11-01']], 'config' => ['namespace' => 'ConfigService', 'versions' => ['latest' => '2014-11-12', '2014-11-12' => '2014-11-12']], 'connect' => ['namespace' => 'Connect', 'versions' => ['latest' => '2017-08-08', '2017-08-08' => '2017-08-08']], 'connectparticipant' => ['namespace' => 'ConnectParticipant', 'versions' => ['latest' => '2018-09-07', '2018-09-07' => '2018-09-07']], 'cur' => ['namespace' => 'CostandUsageReportService', 'versions' => ['latest' => '2017-01-06', '2017-01-06' => '2017-01-06']], 'data.iot' => ['namespace' => 'IotDataPlane', 'versions' => ['latest' => '2015-05-28', '2015-05-28' => '2015-05-28']], 'dataexchange' => ['namespace' => 'DataExchange', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'datapipeline' => ['namespace' => 'DataPipeline', 'versions' => ['latest' => '2012-10-29', '2012-10-29' => '2012-10-29']], 'datasync' => ['namespace' => 'DataSync', 'versions' => ['latest' => '2018-11-09', '2018-11-09' => '2018-11-09']], 'dax' => ['namespace' => 'DAX', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'detective' => ['namespace' => 'Detective', 'versions' => ['latest' => '2018-10-26', '2018-10-26' => '2018-10-26']], 'devicefarm' => ['namespace' => 'DeviceFarm', 'versions' => ['latest' => '2015-06-23', '2015-06-23' => '2015-06-23']], 'directconnect' => ['namespace' => 'DirectConnect', 'versions' => ['latest' => '2012-10-25', '2012-10-25' => '2012-10-25']], 'discovery' => ['namespace' => 'ApplicationDiscoveryService', 'versions' => ['latest' => '2015-11-01', '2015-11-01' => '2015-11-01']], 'dlm' => ['namespace' => 'DLM', 'versions' => ['latest' => '2018-01-12', '2018-01-12' => '2018-01-12']], 'dms' => ['namespace' => 'DatabaseMigrationService', 'versions' => ['latest' => '2016-01-01', '2016-01-01' => '2016-01-01']], 'docdb' => ['namespace' => 'DocDB', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31']], 'ds' => ['namespace' => 'DirectoryService', 'versions' => ['latest' => '2015-04-16', '2015-04-16' => '2015-04-16']], 'dynamodb' => ['namespace' => 'DynamoDb', 'versions' => ['latest' => '2012-08-10', '2012-08-10' => '2012-08-10', '2011-12-05' => '2011-12-05']], 'ebs' => ['namespace' => 'EBS', 'versions' => ['latest' => '2019-11-02', '2019-11-02' => '2019-11-02']], 'ec2-instance-connect' => ['namespace' => 'EC2InstanceConnect', 'versions' => ['latest' => '2018-04-02', '2018-04-02' => '2018-04-02']], 'ec2' => ['namespace' => 'Ec2', 'versions' => ['latest' => '2016-11-15', '2016-11-15' => '2016-11-15', '2016-09-15' => '2016-09-15', '2016-04-01' => '2016-04-01', '2015-10-01' => '2015-10-01', '2015-04-15' => '2016-11-15']], 'ecr' => ['namespace' => 'Ecr', 'versions' => ['latest' => '2015-09-21', '2015-09-21' => '2015-09-21']], 'ecs' => ['namespace' => 'Ecs', 'versions' => ['latest' => '2014-11-13', '2014-11-13' => '2014-11-13']], 'eks' => ['namespace' => 'EKS', 'versions' => ['latest' => '2017-11-01', '2017-11-01' => '2017-11-01']], 'elastic-inference' => ['namespace' => 'ElasticInference', 'versions' => ['latest' => '2017-07-25', '2017-07-25' => '2017-07-25']], 'elasticache' => ['namespace' => 'ElastiCache', 'versions' => ['latest' => '2015-02-02', '2015-02-02' => '2015-02-02']], 'elasticbeanstalk' => ['namespace' => 'ElasticBeanstalk', 'versions' => ['latest' => '2010-12-01', '2010-12-01' => '2010-12-01']], 'elasticfilesystem' => ['namespace' => 'Efs', 'versions' => ['latest' => '2015-02-01', '2015-02-01' => '2015-02-01']], 'elasticloadbalancing' => ['namespace' => 'ElasticLoadBalancing', 'versions' => ['latest' => '2012-06-01', '2012-06-01' => '2012-06-01']], 'elasticloadbalancingv2' => ['namespace' => 'ElasticLoadBalancingV2', 'versions' => ['latest' => '2015-12-01', '2015-12-01' => '2015-12-01']], 'elasticmapreduce' => ['namespace' => 'Emr', 'versions' => ['latest' => '2009-03-31', '2009-03-31' => '2009-03-31']], 'elastictranscoder' => ['namespace' => 'ElasticTranscoder', 'versions' => ['latest' => '2012-09-25', '2012-09-25' => '2012-09-25']], 'email' => ['namespace' => 'Ses', 'versions' => ['latest' => '2010-12-01', '2010-12-01' => '2010-12-01']], 'entitlement.marketplace' => ['namespace' => 'MarketplaceEntitlementService', 'versions' => ['latest' => '2017-01-11', '2017-01-11' => '2017-01-11']], 'es' => ['namespace' => 'ElasticsearchService', 'versions' => ['latest' => '2015-01-01', '2015-01-01' => '2015-01-01']], 'eventbridge' => ['namespace' => 'EventBridge', 'versions' => ['latest' => '2015-10-07', '2015-10-07' => '2015-10-07']], 'events' => ['namespace' => 'CloudWatchEvents', 'versions' => ['latest' => '2015-10-07', '2015-10-07' => '2015-10-07', '2014-02-03' => '2015-10-07']], 'firehose' => ['namespace' => 'Firehose', 'versions' => ['latest' => '2015-08-04', '2015-08-04' => '2015-08-04']], 'fms' => ['namespace' => 'FMS', 'versions' => ['latest' => '2018-01-01', '2018-01-01' => '2018-01-01']], 'forecast' => ['namespace' => 'ForecastService', 'versions' => ['latest' => '2018-06-26', '2018-06-26' => '2018-06-26']], 'forecastquery' => ['namespace' => 'ForecastQueryService', 'versions' => ['latest' => '2018-06-26', '2018-06-26' => '2018-06-26']], 'frauddetector' => ['namespace' => 'FraudDetector', 'versions' => ['latest' => '2019-11-15', '2019-11-15' => '2019-11-15']], 'fsx' => ['namespace' => 'FSx', 'versions' => ['latest' => '2018-03-01', '2018-03-01' => '2018-03-01']], 'gamelift' => ['namespace' => 'GameLift', 'versions' => ['latest' => '2015-10-01', '2015-10-01' => '2015-10-01']], 'glacier' => ['namespace' => 'Glacier', 'versions' => ['latest' => '2012-06-01', '2012-06-01' => '2012-06-01']], 'globalaccelerator' => ['namespace' => 'GlobalAccelerator', 'versions' => ['latest' => '2018-08-08', '2018-08-08' => '2018-08-08']], 'glue' => ['namespace' => 'Glue', 'versions' => ['latest' => '2017-03-31', '2017-03-31' => '2017-03-31']], 'greengrass' => ['namespace' => 'Greengrass', 'versions' => ['latest' => '2017-06-07', '2017-06-07' => '2017-06-07']], 'groundstation' => ['namespace' => 'GroundStation', 'versions' => ['latest' => '2019-05-23', '2019-05-23' => '2019-05-23']], 'guardduty' => ['namespace' => 'GuardDuty', 'versions' => ['latest' => '2017-11-28', '2017-11-28' => '2017-11-28']], 'health' => ['namespace' => 'Health', 'versions' => ['latest' => '2016-08-04', '2016-08-04' => '2016-08-04']], 'honeycode' => ['namespace' => 'Honeycode', 'versions' => ['latest' => '2020-03-01', '2020-03-01' => '2020-03-01']], 'iam' => ['namespace' => 'Iam', 'versions' => ['latest' => '2010-05-08', '2010-05-08' => '2010-05-08']], 'identitystore' => ['namespace' => 'IdentityStore', 'versions' => ['latest' => '2020-06-15', '2020-06-15' => '2020-06-15']], 'imagebuilder' => ['namespace' => 'imagebuilder', 'versions' => ['latest' => '2019-12-02', '2019-12-02' => '2019-12-02']], 'importexport' => ['namespace' => 'ImportExport', 'versions' => ['latest' => '2010-06-01', '2010-06-01' => '2010-06-01']], 'inspector' => ['namespace' => 'Inspector', 'versions' => ['latest' => '2016-02-16', '2016-02-16' => '2016-02-16', '2015-08-18' => '2016-02-16']], 'iot-jobs-data' => ['namespace' => 'IoTJobsDataPlane', 'versions' => ['latest' => '2017-09-29', '2017-09-29' => '2017-09-29']], 'iot' => ['namespace' => 'Iot', 'versions' => ['latest' => '2015-05-28', '2015-05-28' => '2015-05-28']], 'iot1click-devices' => ['namespace' => 'IoT1ClickDevicesService', 'versions' => ['latest' => '2018-05-14', '2018-05-14' => '2018-05-14']], 'iot1click-projects' => ['namespace' => 'IoT1ClickProjects', 'versions' => ['latest' => '2018-05-14', '2018-05-14' => '2018-05-14']], 'iotanalytics' => ['namespace' => 'IoTAnalytics', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'iotevents-data' => ['namespace' => 'IoTEventsData', 'versions' => ['latest' => '2018-10-23', '2018-10-23' => '2018-10-23']], 'iotevents' => ['namespace' => 'IoTEvents', 'versions' => ['latest' => '2018-07-27', '2018-07-27' => '2018-07-27']], 'iotsecuretunneling' => ['namespace' => 'IoTSecureTunneling', 'versions' => ['latest' => '2018-10-05', '2018-10-05' => '2018-10-05']], 'iotsitewise' => ['namespace' => 'IoTSiteWise', 'versions' => ['latest' => '2019-12-02', '2019-12-02' => '2019-12-02']], 'iotthingsgraph' => ['namespace' => 'IoTThingsGraph', 'versions' => ['latest' => '2018-09-06', '2018-09-06' => '2018-09-06']], 'ivs' => ['namespace' => 'IVS', 'versions' => ['latest' => '2020-07-14', '2020-07-14' => '2020-07-14']], 'kafka' => ['namespace' => 'Kafka', 'versions' => ['latest' => '2018-11-14', '2018-11-14' => '2018-11-14']], 'kendra' => ['namespace' => 'kendra', 'versions' => ['latest' => '2019-02-03', '2019-02-03' => '2019-02-03']], 'kinesis-video-archived-media' => ['namespace' => 'KinesisVideoArchivedMedia', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kinesis-video-media' => ['namespace' => 'KinesisVideoMedia', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kinesis-video-signaling' => ['namespace' => 'KinesisVideoSignalingChannels', 'versions' => ['latest' => '2019-12-04', '2019-12-04' => '2019-12-04']], 'kinesis' => ['namespace' => 'Kinesis', 'versions' => ['latest' => '2013-12-02', '2013-12-02' => '2013-12-02']], 'kinesisanalytics' => ['namespace' => 'KinesisAnalytics', 'versions' => ['latest' => '2015-08-14', '2015-08-14' => '2015-08-14']], 'kinesisanalyticsv2' => ['namespace' => 'KinesisAnalyticsV2', 'versions' => ['latest' => '2018-05-23', '2018-05-23' => '2018-05-23']], 'kinesisvideo' => ['namespace' => 'KinesisVideo', 'versions' => ['latest' => '2017-09-30', '2017-09-30' => '2017-09-30']], 'kms' => ['namespace' => 'Kms', 'versions' => ['latest' => '2014-11-01', '2014-11-01' => '2014-11-01']], 'lakeformation' => ['namespace' => 'LakeFormation', 'versions' => ['latest' => '2017-03-31', '2017-03-31' => '2017-03-31']], 'lambda' => ['namespace' => 'Lambda', 'versions' => ['latest' => '2015-03-31', '2015-03-31' => '2015-03-31']], 'lex-models' => ['namespace' => 'LexModelBuildingService', 'versions' => ['latest' => '2017-04-19', '2017-04-19' => '2017-04-19']], 'license-manager' => ['namespace' => 'LicenseManager', 'versions' => ['latest' => '2018-08-01', '2018-08-01' => '2018-08-01']], 'lightsail' => ['namespace' => 'Lightsail', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'logs' => ['namespace' => 'CloudWatchLogs', 'versions' => ['latest' => '2014-03-28', '2014-03-28' => '2014-03-28']], 'machinelearning' => ['namespace' => 'MachineLearning', 'versions' => ['latest' => '2014-12-12', '2014-12-12' => '2014-12-12']], 'macie' => ['namespace' => 'Macie', 'versions' => ['latest' => '2017-12-19', '2017-12-19' => '2017-12-19']], 'macie2' => ['namespace' => 'Macie2', 'versions' => ['latest' => '2020-01-01', '2020-01-01' => '2020-01-01']], 'managedblockchain' => ['namespace' => 'ManagedBlockchain', 'versions' => ['latest' => '2018-09-24', '2018-09-24' => '2018-09-24']], 'marketplace-catalog' => ['namespace' => 'MarketplaceCatalog', 'versions' => ['latest' => '2018-09-17', '2018-09-17' => '2018-09-17']], 'marketplacecommerceanalytics' => ['namespace' => 'MarketplaceCommerceAnalytics', 'versions' => ['latest' => '2015-07-01', '2015-07-01' => '2015-07-01']], 'mediaconnect' => ['namespace' => 'MediaConnect', 'versions' => ['latest' => '2018-11-14', '2018-11-14' => '2018-11-14']], 'mediaconvert' => ['namespace' => 'MediaConvert', 'versions' => ['latest' => '2017-08-29', '2017-08-29' => '2017-08-29']], 'medialive' => ['namespace' => 'MediaLive', 'versions' => ['latest' => '2017-10-14', '2017-10-14' => '2017-10-14']], 'mediapackage-vod' => ['namespace' => 'MediaPackageVod', 'versions' => ['latest' => '2018-11-07', '2018-11-07' => '2018-11-07']], 'mediapackage' => ['namespace' => 'MediaPackage', 'versions' => ['latest' => '2017-10-12', '2017-10-12' => '2017-10-12']], 'mediastore-data' => ['namespace' => 'MediaStoreData', 'versions' => ['latest' => '2017-09-01', '2017-09-01' => '2017-09-01']], 'mediastore' => ['namespace' => 'MediaStore', 'versions' => ['latest' => '2017-09-01', '2017-09-01' => '2017-09-01']], 'mediatailor' => ['namespace' => 'MediaTailor', 'versions' => ['latest' => '2018-04-23', '2018-04-23' => '2018-04-23']], 'metering.marketplace' => ['namespace' => 'MarketplaceMetering', 'versions' => ['latest' => '2016-01-14', '2016-01-14' => '2016-01-14']], 'mgh' => ['namespace' => 'MigrationHub', 'versions' => ['latest' => '2017-05-31', '2017-05-31' => '2017-05-31']], 'migrationhub-config' => ['namespace' => 'MigrationHubConfig', 'versions' => ['latest' => '2019-06-30', '2019-06-30' => '2019-06-30']], 'mobile' => ['namespace' => 'Mobile', 'versions' => ['latest' => '2017-07-01', '2017-07-01' => '2017-07-01']], 'monitoring' => ['namespace' => 'CloudWatch', 'versions' => ['latest' => '2010-08-01', '2010-08-01' => '2010-08-01']], 'mq' => ['namespace' => 'MQ', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'mturk-requester' => ['namespace' => 'MTurk', 'versions' => ['latest' => '2017-01-17', '2017-01-17' => '2017-01-17']], 'neptune' => ['namespace' => 'Neptune', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31']], 'networkmanager' => ['namespace' => 'NetworkManager', 'versions' => ['latest' => '2019-07-05', '2019-07-05' => '2019-07-05']], 'opsworks' => ['namespace' => 'OpsWorks', 'versions' => ['latest' => '2013-02-18', '2013-02-18' => '2013-02-18']], 'opsworkscm' => ['namespace' => 'OpsWorksCM', 'versions' => ['latest' => '2016-11-01', '2016-11-01' => '2016-11-01']], 'organizations' => ['namespace' => 'Organizations', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'outposts' => ['namespace' => 'Outposts', 'versions' => ['latest' => '2019-12-03', '2019-12-03' => '2019-12-03']], 'personalize-events' => ['namespace' => 'PersonalizeEvents', 'versions' => ['latest' => '2018-03-22', '2018-03-22' => '2018-03-22']], 'personalize-runtime' => ['namespace' => 'PersonalizeRuntime', 'versions' => ['latest' => '2018-05-22', '2018-05-22' => '2018-05-22']], 'personalize' => ['namespace' => 'Personalize', 'versions' => ['latest' => '2018-05-22', '2018-05-22' => '2018-05-22']], 'pi' => ['namespace' => 'PI', 'versions' => ['latest' => '2018-02-27', '2018-02-27' => '2018-02-27']], 'pinpoint-email' => ['namespace' => 'PinpointEmail', 'versions' => ['latest' => '2018-07-26', '2018-07-26' => '2018-07-26']], 'pinpoint' => ['namespace' => 'Pinpoint', 'versions' => ['latest' => '2016-12-01', '2016-12-01' => '2016-12-01']], 'polly' => ['namespace' => 'Polly', 'versions' => ['latest' => '2016-06-10', '2016-06-10' => '2016-06-10']], 'pricing' => ['namespace' => 'Pricing', 'versions' => ['latest' => '2017-10-15', '2017-10-15' => '2017-10-15']], 'qldb-session' => ['namespace' => 'QLDBSession', 'versions' => ['latest' => '2019-07-11', '2019-07-11' => '2019-07-11']], 'qldb' => ['namespace' => 'QLDB', 'versions' => ['latest' => '2019-01-02', '2019-01-02' => '2019-01-02']], 'quicksight' => ['namespace' => 'QuickSight', 'versions' => ['latest' => '2018-04-01', '2018-04-01' => '2018-04-01']], 'ram' => ['namespace' => 'RAM', 'versions' => ['latest' => '2018-01-04', '2018-01-04' => '2018-01-04']], 'rds-data' => ['namespace' => 'RDSDataService', 'versions' => ['latest' => '2018-08-01', '2018-08-01' => '2018-08-01']], 'rds' => ['namespace' => 'Rds', 'versions' => ['latest' => '2014-10-31', '2014-10-31' => '2014-10-31', '2014-09-01' => '2014-09-01']], 'redshift' => ['namespace' => 'Redshift', 'versions' => ['latest' => '2012-12-01', '2012-12-01' => '2012-12-01']], 'rekognition' => ['namespace' => 'Rekognition', 'versions' => ['latest' => '2016-06-27', '2016-06-27' => '2016-06-27']], 'resource-groups' => ['namespace' => 'ResourceGroups', 'versions' => ['latest' => '2017-11-27', '2017-11-27' => '2017-11-27']], 'resourcegroupstaggingapi' => ['namespace' => 'ResourceGroupsTaggingAPI', 'versions' => ['latest' => '2017-01-26', '2017-01-26' => '2017-01-26']], 'robomaker' => ['namespace' => 'RoboMaker', 'versions' => ['latest' => '2018-06-29', '2018-06-29' => '2018-06-29']], 'route53' => ['namespace' => 'Route53', 'versions' => ['latest' => '2013-04-01', '2013-04-01' => '2013-04-01']], 'route53domains' => ['namespace' => 'Route53Domains', 'versions' => ['latest' => '2014-05-15', '2014-05-15' => '2014-05-15']], 'route53resolver' => ['namespace' => 'Route53Resolver', 'versions' => ['latest' => '2018-04-01', '2018-04-01' => '2018-04-01']], 'runtime.lex' => ['namespace' => 'LexRuntimeService', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'runtime.sagemaker' => ['namespace' => 'SageMakerRuntime', 'versions' => ['latest' => '2017-05-13', '2017-05-13' => '2017-05-13']], 's3' => ['namespace' => 'S3', 'versions' => ['latest' => '2006-03-01', '2006-03-01' => '2006-03-01']], 's3control' => ['namespace' => 'S3Control', 'versions' => ['latest' => '2018-08-20', '2018-08-20' => '2018-08-20']], 'sagemaker-a2i-runtime' => ['namespace' => 'AugmentedAIRuntime', 'versions' => ['latest' => '2019-11-07', '2019-11-07' => '2019-11-07']], 'sagemaker' => ['namespace' => 'SageMaker', 'versions' => ['latest' => '2017-07-24', '2017-07-24' => '2017-07-24']], 'savingsplans' => ['namespace' => 'SavingsPlans', 'versions' => ['latest' => '2019-06-28', '2019-06-28' => '2019-06-28']], 'schemas' => ['namespace' => 'Schemas', 'versions' => ['latest' => '2019-12-02', '2019-12-02' => '2019-12-02']], 'secretsmanager' => ['namespace' => 'SecretsManager', 'versions' => ['latest' => '2017-10-17', '2017-10-17' => '2017-10-17']], 'securityhub' => ['namespace' => 'SecurityHub', 'versions' => ['latest' => '2018-10-26', '2018-10-26' => '2018-10-26']], 'serverlessrepo' => ['namespace' => 'ServerlessApplicationRepository', 'versions' => ['latest' => '2017-09-08', '2017-09-08' => '2017-09-08']], 'service-quotas' => ['namespace' => 'ServiceQuotas', 'versions' => ['latest' => '2019-06-24', '2019-06-24' => '2019-06-24']], 'servicecatalog' => ['namespace' => 'ServiceCatalog', 'versions' => ['latest' => '2015-12-10', '2015-12-10' => '2015-12-10']], 'servicediscovery' => ['namespace' => 'ServiceDiscovery', 'versions' => ['latest' => '2017-03-14', '2017-03-14' => '2017-03-14']], 'sesv2' => ['namespace' => 'SesV2', 'versions' => ['latest' => '2019-09-27', '2019-09-27' => '2019-09-27']], 'shield' => ['namespace' => 'Shield', 'versions' => ['latest' => '2016-06-02', '2016-06-02' => '2016-06-02']], 'signer' => ['namespace' => 'signer', 'versions' => ['latest' => '2017-08-25', '2017-08-25' => '2017-08-25']], 'sms-voice' => ['namespace' => 'PinpointSMSVoice', 'versions' => ['latest' => '2018-09-05', '2018-09-05' => '2018-09-05']], 'sms' => ['namespace' => 'Sms', 'versions' => ['latest' => '2016-10-24', '2016-10-24' => '2016-10-24']], 'snowball' => ['namespace' => 'SnowBall', 'versions' => ['latest' => '2016-06-30', '2016-06-30' => '2016-06-30']], 'sns' => ['namespace' => 'Sns', 'versions' => ['latest' => '2010-03-31', '2010-03-31' => '2010-03-31']], 'sqs' => ['namespace' => 'Sqs', 'versions' => ['latest' => '2012-11-05', '2012-11-05' => '2012-11-05']], 'ssm' => ['namespace' => 'Ssm', 'versions' => ['latest' => '2014-11-06', '2014-11-06' => '2014-11-06']], 'sso-oidc' => ['namespace' => 'SSOOIDC', 'versions' => ['latest' => '2019-06-10', '2019-06-10' => '2019-06-10']], 'sso' => ['namespace' => 'SSO', 'versions' => ['latest' => '2019-06-10', '2019-06-10' => '2019-06-10']], 'states' => ['namespace' => 'Sfn', 'versions' => ['latest' => '2016-11-23', '2016-11-23' => '2016-11-23']], 'storagegateway' => ['namespace' => 'StorageGateway', 'versions' => ['latest' => '2013-06-30', '2013-06-30' => '2013-06-30']], 'streams.dynamodb' => ['namespace' => 'DynamoDbStreams', 'versions' => ['latest' => '2012-08-10', '2012-08-10' => '2012-08-10']], 'sts' => ['namespace' => 'Sts', 'versions' => ['latest' => '2011-06-15', '2011-06-15' => '2011-06-15']], 'support' => ['namespace' => 'Support', 'versions' => ['latest' => '2013-04-15', '2013-04-15' => '2013-04-15']], 'swf' => ['namespace' => 'Swf', 'versions' => ['latest' => '2012-01-25', '2012-01-25' => '2012-01-25']], 'synthetics' => ['namespace' => 'Synthetics', 'versions' => ['latest' => '2017-10-11', '2017-10-11' => '2017-10-11']], 'textract' => ['namespace' => 'Textract', 'versions' => ['latest' => '2018-06-27', '2018-06-27' => '2018-06-27']], 'transcribe' => ['namespace' => 'TranscribeService', 'versions' => ['latest' => '2017-10-26', '2017-10-26' => '2017-10-26']], 'transfer' => ['namespace' => 'Transfer', 'versions' => ['latest' => '2018-11-05', '2018-11-05' => '2018-11-05']], 'translate' => ['namespace' => 'Translate', 'versions' => ['latest' => '2017-07-01', '2017-07-01' => '2017-07-01']], 'waf-regional' => ['namespace' => 'WafRegional', 'versions' => ['latest' => '2016-11-28', '2016-11-28' => '2016-11-28']], 'waf' => ['namespace' => 'Waf', 'versions' => ['latest' => '2015-08-24', '2015-08-24' => '2015-08-24']], 'wafv2' => ['namespace' => 'WAFV2', 'versions' => ['latest' => '2019-07-29', '2019-07-29' => '2019-07-29']], 'workdocs' => ['namespace' => 'WorkDocs', 'versions' => ['latest' => '2016-05-01', '2016-05-01' => '2016-05-01']], 'worklink' => ['namespace' => 'WorkLink', 'versions' => ['latest' => '2018-09-25', '2018-09-25' => '2018-09-25']], 'workmail' => ['namespace' => 'WorkMail', 'versions' => ['latest' => '2017-10-01', '2017-10-01' => '2017-10-01']], 'workmailmessageflow' => ['namespace' => 'WorkMailMessageFlow', 'versions' => ['latest' => '2019-05-01', '2019-05-01' => '2019-05-01']], 'workspaces' => ['namespace' => 'WorkSpaces', 'versions' => ['latest' => '2015-04-08', '2015-04-08' => '2015-04-08']], 'xray' => ['namespace' => 'XRay', 'versions' => ['latest' => '2016-04-12', '2016-04-12' => '2016-04-12']]]; diff --git a/vendor/Aws3/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php b/vendor/Aws3/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php index 025fa8f3..a96bb007 100644 --- a/vendor/Aws3/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php +++ b/vendor/Aws3/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-09-17', 'endpointPrefix' => 'catalog.marketplace', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWS Marketplace Catalog', 'serviceFullName' => 'AWS Marketplace Catalog Service', 'serviceId' => 'Marketplace Catalog', 'signatureVersion' => 'v4', 'signingName' => 'aws-marketplace', 'uid' => 'marketplace-catalog-2018-09-17'], 'operations' => ['CancelChangeSet' => ['name' => 'CancelChangeSet', 'http' => ['method' => 'PATCH', 'requestUri' => '/CancelChangeSet'], 'input' => ['shape' => 'CancelChangeSetRequest'], 'output' => ['shape' => 'CancelChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException']]], 'DescribeChangeSet' => ['name' => 'DescribeChangeSet', 'http' => ['method' => 'GET', 'requestUri' => '/DescribeChangeSet'], 'input' => ['shape' => 'DescribeChangeSetRequest'], 'output' => ['shape' => 'DescribeChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'DescribeEntity' => ['name' => 'DescribeEntity', 'http' => ['method' => 'GET', 'requestUri' => '/DescribeEntity'], 'input' => ['shape' => 'DescribeEntityRequest'], 'output' => ['shape' => 'DescribeEntityResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotSupportedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListChangeSets' => ['name' => 'ListChangeSets', 'http' => ['method' => 'POST', 'requestUri' => '/ListChangeSets'], 'input' => ['shape' => 'ListChangeSetsRequest'], 'output' => ['shape' => 'ListChangeSetsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']]], 'ListEntities' => ['name' => 'ListEntities', 'http' => ['method' => 'POST', 'requestUri' => '/ListEntities'], 'input' => ['shape' => 'ListEntitiesRequest'], 'output' => ['shape' => 'ListEntitiesResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'StartChangeSet' => ['name' => 'StartChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/StartChangeSet'], 'input' => ['shape' => 'StartChangeSetRequest'], 'output' => ['shape' => 'StartChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException']]]], 'shapes' => ['ARN' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:*/-]+$'], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 403], 'exception' => \true, 'synthetic' => \true], 'CancelChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSetId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'ChangeSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'changeSetId']]], 'CancelChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN']]], 'Catalog' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'Change' => ['type' => 'structure', 'required' => ['ChangeType', 'Entity', 'Details'], 'members' => ['ChangeType' => ['shape' => 'ChangeType'], 'Entity' => ['shape' => 'Entity'], 'Details' => ['shape' => 'Json']]], 'ChangeSetDescription' => ['type' => 'list', 'member' => ['shape' => 'ChangeSummary']], 'ChangeSetName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[\\w\\s+=.:@-]+$'], 'ChangeSetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeSetSummaryListItem']], 'ChangeSetSummaryListItem' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'StartTime' => ['shape' => 'DateTimeISO8601'], 'EndTime' => ['shape' => 'DateTimeISO8601'], 'Status' => ['shape' => 'ChangeStatus'], 'EntityIdList' => ['shape' => 'ResourceIdList']]], 'ChangeStatus' => ['type' => 'string', 'enum' => ['PREPARING', 'APPLYING', 'SUCCEEDED', 'CANCELLED', 'FAILED']], 'ChangeSummary' => ['type' => 'structure', 'members' => ['ChangeType' => ['shape' => 'ChangeType'], 'Entity' => ['shape' => 'Entity'], 'ErrorDetailList' => ['shape' => 'ErrorDetailList']]], 'ChangeType' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[A-Z][\\w]*$'], 'ClientRequestToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'DateTimeISO8601' => ['type' => 'string', 'max' => 20, 'min' => 20, 'pattern' => '^([\\d]{4})\\-(1[0-2]|0[1-9])\\-(3[01]|0[1-9]|[12][\\d])T(2[0-3]|[01][\\d]):([0-5][\\d]):([0-5][\\d])Z$'], 'DescribeChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSetId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'ChangeSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'changeSetId']]], 'DescribeChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'StartTime' => ['shape' => 'DateTimeISO8601'], 'EndTime' => ['shape' => 'DateTimeISO8601'], 'Status' => ['shape' => 'ChangeStatus'], 'FailureDescription' => ['shape' => 'StringValue'], 'ChangeSet' => ['shape' => 'ChangeSetDescription']]], 'DescribeEntityRequest' => ['type' => 'structure', 'required' => ['Catalog', 'EntityId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'EntityId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'entityId']]], 'DescribeEntityResponse' => ['type' => 'structure', 'members' => ['EntityType' => ['shape' => 'EntityType'], 'EntityIdentifier' => ['shape' => 'Identifier'], 'EntityArn' => ['shape' => 'ARN'], 'LastModifiedDate' => ['shape' => 'StringValue'], 'Details' => ['shape' => 'Json']]], 'Entity' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'EntityType'], 'Identifier' => ['shape' => 'Identifier']]], 'EntitySummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringValue'], 'EntityType' => ['shape' => 'EntityType'], 'EntityId' => ['shape' => 'ResourceId'], 'EntityArn' => ['shape' => 'ARN'], 'LastModifiedDate' => ['shape' => 'StringValue'], 'Visibility' => ['shape' => 'StringValue']]], 'EntitySummaryList' => ['type' => 'list', 'member' => ['shape' => 'EntitySummary']], 'EntityType' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'StringValue'], 'ErrorMessage' => ['shape' => 'StringValue']]], 'ErrorDetailList' => ['type' => 'list', 'member' => ['shape' => 'ErrorDetail']], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterName'], 'ValueList' => ['shape' => 'ValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 8, 'min' => 1], 'FilterName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'Identifier' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w\\-@]+$'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'synthetic' => \true], 'Json' => ['type' => 'string', 'max' => 16384, 'min' => 2, 'pattern' => '^[\\s]*\\{[\\s\\S]*\\}[\\s]*$'], 'ListChangeSetsRequest' => ['type' => 'structure', 'required' => ['Catalog'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'FilterList' => ['shape' => 'FilterList'], 'Sort' => ['shape' => 'Sort'], 'MaxResults' => ['shape' => 'MaxResultInteger'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChangeSetsResponse' => ['type' => 'structure', 'members' => ['ChangeSetSummaryList' => ['shape' => 'ChangeSetSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEntitiesRequest' => ['type' => 'structure', 'required' => ['Catalog', 'EntityType'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'EntityType' => ['shape' => 'EntityType'], 'FilterList' => ['shape' => 'FilterList'], 'Sort' => ['shape' => 'Sort'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultInteger']]], 'ListEntitiesResponse' => ['type' => 'structure', 'members' => ['EntitySummaryList' => ['shape' => 'EntitySummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResultInteger' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[\\w+=.:@\\-\\/]$'], 'RequestedChangeList' => ['type' => 'list', 'member' => ['shape' => 'Change'], 'max' => 20, 'min' => 1], 'ResourceId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 423], 'exception' => \true, 'synthetic' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 404], 'exception' => \true, 'synthetic' => \true], 'ResourceNotSupportedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 415], 'exception' => \true, 'synthetic' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 402], 'exception' => \true, 'synthetic' => \true], 'Sort' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'SortBy' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'SortOrder' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'StartChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSet'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'ChangeSet' => ['shape' => 'RequestedChangeList'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'StartChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN']]], 'StringValue' => ['type' => 'string'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 429], 'exception' => \true, 'synthetic' => \true], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 422], 'exception' => \true, 'synthetic' => \true], 'ValueList' => ['type' => 'list', 'member' => ['shape' => 'StringValue'], 'max' => 10, 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-09-17', 'endpointPrefix' => 'catalog.marketplace', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWS Marketplace Catalog', 'serviceFullName' => 'AWS Marketplace Catalog Service', 'serviceId' => 'Marketplace Catalog', 'signatureVersion' => 'v4', 'signingName' => 'aws-marketplace', 'uid' => 'marketplace-catalog-2018-09-17'], 'operations' => ['CancelChangeSet' => ['name' => 'CancelChangeSet', 'http' => ['method' => 'PATCH', 'requestUri' => '/CancelChangeSet'], 'input' => ['shape' => 'CancelChangeSetRequest'], 'output' => ['shape' => 'CancelChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException']]], 'DescribeChangeSet' => ['name' => 'DescribeChangeSet', 'http' => ['method' => 'GET', 'requestUri' => '/DescribeChangeSet'], 'input' => ['shape' => 'DescribeChangeSetRequest'], 'output' => ['shape' => 'DescribeChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'DescribeEntity' => ['name' => 'DescribeEntity', 'http' => ['method' => 'GET', 'requestUri' => '/DescribeEntity'], 'input' => ['shape' => 'DescribeEntityRequest'], 'output' => ['shape' => 'DescribeEntityResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotSupportedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListChangeSets' => ['name' => 'ListChangeSets', 'http' => ['method' => 'POST', 'requestUri' => '/ListChangeSets'], 'input' => ['shape' => 'ListChangeSetsRequest'], 'output' => ['shape' => 'ListChangeSetsResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ThrottlingException']]], 'ListEntities' => ['name' => 'ListEntities', 'http' => ['method' => 'POST', 'requestUri' => '/ListEntities'], 'input' => ['shape' => 'ListEntitiesRequest'], 'output' => ['shape' => 'ListEntitiesResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'StartChangeSet' => ['name' => 'StartChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/StartChangeSet'], 'input' => ['shape' => 'StartChangeSetRequest'], 'output' => ['shape' => 'StartChangeSetResponse'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException']]]], 'shapes' => ['ARN' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[a-zA-Z0-9:*/-]+$'], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 403], 'exception' => \true, 'synthetic' => \true], 'CancelChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSetId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'ChangeSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'changeSetId']]], 'CancelChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN']]], 'Catalog' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'Change' => ['type' => 'structure', 'required' => ['ChangeType', 'Entity', 'Details'], 'members' => ['ChangeType' => ['shape' => 'ChangeType'], 'Entity' => ['shape' => 'Entity'], 'Details' => ['shape' => 'Json']]], 'ChangeSetDescription' => ['type' => 'list', 'member' => ['shape' => 'ChangeSummary']], 'ChangeSetName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[\\w\\s+=.:@-]+$'], 'ChangeSetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeSetSummaryListItem']], 'ChangeSetSummaryListItem' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'StartTime' => ['shape' => 'DateTimeISO8601'], 'EndTime' => ['shape' => 'DateTimeISO8601'], 'Status' => ['shape' => 'ChangeStatus'], 'EntityIdList' => ['shape' => 'ResourceIdList']]], 'ChangeStatus' => ['type' => 'string', 'enum' => ['PREPARING', 'APPLYING', 'SUCCEEDED', 'CANCELLED', 'FAILED']], 'ChangeSummary' => ['type' => 'structure', 'members' => ['ChangeType' => ['shape' => 'ChangeType'], 'Entity' => ['shape' => 'Entity'], 'Details' => ['shape' => 'Json'], 'ErrorDetailList' => ['shape' => 'ErrorDetailList']]], 'ChangeType' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[A-Z][\\w]*$'], 'ClientRequestToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'DateTimeISO8601' => ['type' => 'string', 'max' => 20, 'min' => 20, 'pattern' => '^([\\d]{4})\\-(1[0-2]|0[1-9])\\-(3[01]|0[1-9]|[12][\\d])T(2[0-3]|[01][\\d]):([0-5][\\d]):([0-5][\\d])Z$'], 'DescribeChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSetId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'ChangeSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'changeSetId']]], 'DescribeChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'StartTime' => ['shape' => 'DateTimeISO8601'], 'EndTime' => ['shape' => 'DateTimeISO8601'], 'Status' => ['shape' => 'ChangeStatus'], 'FailureDescription' => ['shape' => 'StringValue'], 'ChangeSet' => ['shape' => 'ChangeSetDescription']]], 'DescribeEntityRequest' => ['type' => 'structure', 'required' => ['Catalog', 'EntityId'], 'members' => ['Catalog' => ['shape' => 'Catalog', 'location' => 'querystring', 'locationName' => 'catalog'], 'EntityId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'entityId']]], 'DescribeEntityResponse' => ['type' => 'structure', 'members' => ['EntityType' => ['shape' => 'EntityType'], 'EntityIdentifier' => ['shape' => 'Identifier'], 'EntityArn' => ['shape' => 'ARN'], 'LastModifiedDate' => ['shape' => 'StringValue'], 'Details' => ['shape' => 'Json']]], 'Entity' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'EntityType'], 'Identifier' => ['shape' => 'Identifier']]], 'EntitySummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StringValue'], 'EntityType' => ['shape' => 'EntityType'], 'EntityId' => ['shape' => 'ResourceId'], 'EntityArn' => ['shape' => 'ARN'], 'LastModifiedDate' => ['shape' => 'StringValue'], 'Visibility' => ['shape' => 'StringValue']]], 'EntitySummaryList' => ['type' => 'list', 'member' => ['shape' => 'EntitySummary']], 'EntityType' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'ErrorDetail' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'StringValue'], 'ErrorMessage' => ['shape' => 'StringValue']]], 'ErrorDetailList' => ['type' => 'list', 'member' => ['shape' => 'ErrorDetail']], 'Filter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterName'], 'ValueList' => ['shape' => 'ValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 8, 'min' => 1], 'FilterName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'Identifier' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w\\-@]+$'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'synthetic' => \true], 'Json' => ['type' => 'string', 'max' => 16384, 'min' => 2, 'pattern' => '^[\\s]*\\{[\\s\\S]*\\}[\\s]*$'], 'ListChangeSetsRequest' => ['type' => 'structure', 'required' => ['Catalog'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'FilterList' => ['shape' => 'FilterList'], 'Sort' => ['shape' => 'Sort'], 'MaxResults' => ['shape' => 'MaxResultInteger'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChangeSetsResponse' => ['type' => 'structure', 'members' => ['ChangeSetSummaryList' => ['shape' => 'ChangeSetSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEntitiesRequest' => ['type' => 'structure', 'required' => ['Catalog', 'EntityType'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'EntityType' => ['shape' => 'EntityType'], 'FilterList' => ['shape' => 'FilterList'], 'Sort' => ['shape' => 'Sort'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResultInteger']]], 'ListEntitiesResponse' => ['type' => 'structure', 'members' => ['EntitySummaryList' => ['shape' => 'EntitySummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResultInteger' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[\\w+=.:@\\-\\/]$'], 'RequestedChangeList' => ['type' => 'list', 'member' => ['shape' => 'Change'], 'max' => 20, 'min' => 1], 'ResourceId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId']], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 423], 'exception' => \true, 'synthetic' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 404], 'exception' => \true, 'synthetic' => \true], 'ResourceNotSupportedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 415], 'exception' => \true, 'synthetic' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 402], 'exception' => \true, 'synthetic' => \true], 'Sort' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'SortBy' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z]+$'], 'SortOrder' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'StartChangeSetRequest' => ['type' => 'structure', 'required' => ['Catalog', 'ChangeSet'], 'members' => ['Catalog' => ['shape' => 'Catalog'], 'ChangeSet' => ['shape' => 'RequestedChangeList'], 'ChangeSetName' => ['shape' => 'ChangeSetName'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken']]], 'StartChangeSetResponse' => ['type' => 'structure', 'members' => ['ChangeSetId' => ['shape' => 'ResourceId'], 'ChangeSetArn' => ['shape' => 'ARN']]], 'StringValue' => ['type' => 'string'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 429], 'exception' => \true, 'synthetic' => \true], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'StringValue']], 'error' => ['httpStatusCode' => 422], 'exception' => \true, 'synthetic' => \true], 'ValueList' => ['type' => 'list', 'member' => ['shape' => 'StringValue'], 'max' => 10, 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/mediaconnect/2018-11-14/api-2.json.php b/vendor/Aws3/Aws/data/mediaconnect/2018-11-14/api-2.json.php index 54fafb9e..b5d379a4 100644 --- a/vendor/Aws3/Aws/data/mediaconnect/2018-11-14/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediaconnect/2018-11-14/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2018-11-14', 'endpointPrefix' => 'mediaconnect', 'signingName' => 'mediaconnect', 'serviceFullName' => 'AWS MediaConnect', 'serviceId' => 'MediaConnect', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mediaconnect-2018-11-14', 'signatureVersion' => 'v4'], 'operations' => ['AddFlowOutputs' => ['name' => 'AddFlowOutputs', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/outputs', 'responseCode' => 201], 'input' => ['shape' => 'AddFlowOutputsRequest'], 'output' => ['shape' => 'AddFlowOutputsResponse'], 'errors' => [['shape' => 'AddFlowOutputs420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'AddFlowSources' => ['name' => 'AddFlowSources', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/source', 'responseCode' => 201], 'input' => ['shape' => 'AddFlowSourcesRequest'], 'output' => ['shape' => 'AddFlowSourcesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'CreateFlow' => ['name' => 'CreateFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows', 'responseCode' => 201], 'input' => ['shape' => 'CreateFlowRequest'], 'output' => ['shape' => 'CreateFlowResponse'], 'errors' => [['shape' => 'CreateFlow420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DeleteFlow' => ['name' => 'DeleteFlow', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteFlowRequest'], 'output' => ['shape' => 'DeleteFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeFlow' => ['name' => 'DescribeFlow', 'http' => ['method' => 'GET', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFlowRequest'], 'output' => ['shape' => 'DescribeFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'GrantFlowEntitlements' => ['name' => 'GrantFlowEntitlements', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/entitlements', 'responseCode' => 200], 'input' => ['shape' => 'GrantFlowEntitlementsRequest'], 'output' => ['shape' => 'GrantFlowEntitlementsResponse'], 'errors' => [['shape' => 'GrantFlowEntitlements420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListEntitlements' => ['name' => 'ListEntitlements', 'http' => ['method' => 'GET', 'requestUri' => '/v1/entitlements', 'responseCode' => 200], 'input' => ['shape' => 'ListEntitlementsRequest'], 'output' => ['shape' => 'ListEntitlementsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFlows' => ['name' => 'ListFlows', 'http' => ['method' => 'GET', 'requestUri' => '/v1/flows', 'responseCode' => 200], 'input' => ['shape' => 'ListFlowsRequest'], 'output' => ['shape' => 'ListFlowsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'RemoveFlowOutput' => ['name' => 'RemoveFlowOutput', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/outputs/{outputArn}', 'responseCode' => 202], 'input' => ['shape' => 'RemoveFlowOutputRequest'], 'output' => ['shape' => 'RemoveFlowOutputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'RemoveFlowSource' => ['name' => 'RemoveFlowSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/source/{sourceArn}', 'responseCode' => 202], 'input' => ['shape' => 'RemoveFlowSourceRequest'], 'output' => ['shape' => 'RemoveFlowSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'RevokeFlowEntitlement' => ['name' => 'RevokeFlowEntitlement', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/entitlements/{entitlementArn}', 'responseCode' => 202], 'input' => ['shape' => 'RevokeFlowEntitlementRequest'], 'output' => ['shape' => 'RevokeFlowEntitlementResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'StartFlow' => ['name' => 'StartFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/start/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'StartFlowRequest'], 'output' => ['shape' => 'StartFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'StopFlow' => ['name' => 'StopFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/stop/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'StopFlowRequest'], 'output' => ['shape' => 'StopFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFlow' => ['name' => 'UpdateFlow', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowRequest'], 'output' => ['shape' => 'UpdateFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowEntitlement' => ['name' => 'UpdateFlowEntitlement', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/entitlements/{entitlementArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowEntitlementRequest'], 'output' => ['shape' => 'UpdateFlowEntitlementResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowOutput' => ['name' => 'UpdateFlowOutput', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/outputs/{outputArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowOutputRequest'], 'output' => ['shape' => 'UpdateFlowOutputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowSource' => ['name' => 'UpdateFlowSource', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/source/{sourceArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowSourceRequest'], 'output' => ['shape' => 'UpdateFlowSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AddFlowOutputs420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'AddFlowOutputsRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Outputs' => ['shape' => '__listOfAddOutputRequest', 'locationName' => 'outputs']], 'required' => ['FlowArn', 'Outputs']], 'AddFlowOutputsResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']]], 'AddFlowSourcesRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Sources' => ['shape' => '__listOfSetSourceRequest', 'locationName' => 'sources']], 'required' => ['FlowArn', 'Sources']], 'AddFlowSourcesResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Sources' => ['shape' => '__listOfSource', 'locationName' => 'sources']]], 'AddOutputRequest' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId']], 'required' => ['Protocol']], 'Algorithm' => ['type' => 'string', 'enum' => ['aes128', 'aes192', 'aes256']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'CreateFlow420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'CreateFlowRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Entitlements' => ['shape' => '__listOfGrantEntitlementRequest', 'locationName' => 'entitlements'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Outputs' => ['shape' => '__listOfAddOutputRequest', 'locationName' => 'outputs'], 'Source' => ['shape' => 'SetSourceRequest', 'locationName' => 'source'], 'SourceFailoverConfig' => ['shape' => 'FailoverConfig', 'locationName' => 'sourceFailoverConfig'], 'Sources' => ['shape' => '__listOfSetSourceRequest', 'locationName' => 'sources']], 'required' => ['Name']], 'CreateFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow']]], 'DeleteFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'DeleteFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'DescribeFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'DescribeFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow'], 'Messages' => ['shape' => 'Messages', 'locationName' => 'messages']]], 'Encryption' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'Algorithm', 'locationName' => 'algorithm'], 'ConstantInitializationVector' => ['shape' => '__string', 'locationName' => 'constantInitializationVector'], 'DeviceId' => ['shape' => '__string', 'locationName' => 'deviceId'], 'KeyType' => ['shape' => 'KeyType', 'locationName' => 'keyType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecretArn' => ['shape' => '__string', 'locationName' => 'secretArn'], 'Url' => ['shape' => '__string', 'locationName' => 'url']], 'required' => ['Algorithm', 'RoleArn']], 'Entitlement' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['EntitlementArn', 'Subscribers', 'Name']], 'FailoverConfig' => ['type' => 'structure', 'members' => ['RecoveryWindow' => ['shape' => '__integer', 'locationName' => 'recoveryWindow'], 'State' => ['shape' => 'State', 'locationName' => 'state']]], 'Flow' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EgressIp' => ['shape' => '__string', 'locationName' => 'egressIp'], 'Entitlements' => ['shape' => '__listOfEntitlement', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs'], 'Source' => ['shape' => 'Source', 'locationName' => 'source'], 'SourceFailoverConfig' => ['shape' => 'FailoverConfig', 'locationName' => 'sourceFailoverConfig'], 'Sources' => ['shape' => '__listOfSource', 'locationName' => 'sources'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']], 'required' => ['Status', 'Entitlements', 'Outputs', 'AvailabilityZone', 'FlowArn', 'Source', 'Name']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GrantEntitlementRequest' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['Subscribers']], 'GrantFlowEntitlements420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'GrantFlowEntitlementsRequest' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfGrantEntitlementRequest', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn', 'Entitlements']], 'GrantFlowEntitlementsResponse' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfEntitlement', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'KeyType' => ['type' => 'string', 'enum' => ['speke', 'static-key']], 'ListEntitlementsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListEntitlementsResponse' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfListedEntitlement', 'locationName' => 'entitlements'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListFlowsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFlowsResponse' => ['type' => 'structure', 'members' => ['Flows' => ['shape' => '__listOfListedFlow', 'locationName' => 'flows'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ListedEntitlement' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'EntitlementName' => ['shape' => '__string', 'locationName' => 'entitlementName']], 'required' => ['EntitlementArn', 'EntitlementName']], 'ListedFlow' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'SourceType' => ['shape' => 'SourceType', 'locationName' => 'sourceType'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']], 'required' => ['Status', 'Description', 'SourceType', 'AvailabilityZone', 'FlowArn', 'Name']], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 1000], 'Messages' => ['type' => 'structure', 'members' => ['Errors' => ['shape' => '__listOf__string', 'locationName' => 'errors']], 'required' => ['Errors']], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'Output' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'MediaLiveInputArn' => ['shape' => '__string', 'locationName' => 'mediaLiveInputArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OutputArn' => ['shape' => '__string', 'locationName' => 'outputArn'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Transport' => ['shape' => 'Transport', 'locationName' => 'transport']], 'required' => ['OutputArn', 'Name']], 'Protocol' => ['type' => 'string', 'enum' => ['zixi-push', 'rtp-fec', 'rtp', 'zixi-pull', 'rist']], 'RemoveFlowOutputRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'OutputArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'outputArn']], 'required' => ['FlowArn', 'OutputArn']], 'RemoveFlowOutputResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'OutputArn' => ['shape' => '__string', 'locationName' => 'outputArn']]], 'RemoveFlowSourceRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'SourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'sourceArn']], 'required' => ['FlowArn', 'SourceArn']], 'RemoveFlowSourceResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'SourceArn' => ['shape' => '__string', 'locationName' => 'sourceArn']]], 'ResponseError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message']], 'RevokeFlowEntitlementRequest' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn', 'EntitlementArn']], 'RevokeFlowEntitlementResponse' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'SetSourceRequest' => ['type' => 'structure', 'members' => ['Decryption' => ['shape' => 'Encryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']]], 'Source' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Decryption' => ['shape' => 'Encryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'IngestIp' => ['shape' => '__string', 'locationName' => 'ingestIp'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'SourceArn' => ['shape' => '__string', 'locationName' => 'sourceArn'], 'Transport' => ['shape' => 'Transport', 'locationName' => 'transport'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']], 'required' => ['SourceArn', 'Name']], 'SourceType' => ['type' => 'string', 'enum' => ['OWNED', 'ENTITLED']], 'StartFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'StartFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'State' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Status' => ['type' => 'string', 'enum' => ['STANDBY', 'ACTIVE', 'UPDATING', 'DELETING', 'STARTING', 'STOPPING', 'ERROR']], 'StopFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'StopFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Transport' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId']], 'required' => ['Protocol']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateEncryption' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'Algorithm', 'locationName' => 'algorithm'], 'ConstantInitializationVector' => ['shape' => '__string', 'locationName' => 'constantInitializationVector'], 'DeviceId' => ['shape' => '__string', 'locationName' => 'deviceId'], 'KeyType' => ['shape' => 'KeyType', 'locationName' => 'keyType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecretArn' => ['shape' => '__string', 'locationName' => 'secretArn'], 'Url' => ['shape' => '__string', 'locationName' => 'url']]], 'UpdateFailoverConfig' => ['type' => 'structure', 'members' => ['RecoveryWindow' => ['shape' => '__integer', 'locationName' => 'recoveryWindow'], 'State' => ['shape' => 'State', 'locationName' => 'state']]], 'UpdateFlowEntitlementRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['FlowArn', 'EntitlementArn']], 'UpdateFlowEntitlementResponse' => ['type' => 'structure', 'members' => ['Entitlement' => ['shape' => 'Entitlement', 'locationName' => 'entitlement'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'UpdateFlowOutputRequest' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'encryption'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'OutputArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'outputArn'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId']], 'required' => ['FlowArn', 'OutputArn']], 'UpdateFlowOutputResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Output' => ['shape' => 'Output', 'locationName' => 'output']]], 'UpdateFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'SourceFailoverConfig' => ['shape' => 'UpdateFailoverConfig', 'locationName' => 'sourceFailoverConfig']], 'required' => ['FlowArn']], 'UpdateFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow']]], 'UpdateFlowSourceRequest' => ['type' => 'structure', 'members' => ['Decryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'SourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'sourceArn'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']], 'required' => ['FlowArn', 'SourceArn']], 'UpdateFlowSourceResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Source' => ['shape' => 'Source', 'locationName' => 'source']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfAddOutputRequest' => ['type' => 'list', 'member' => ['shape' => 'AddOutputRequest']], '__listOfEntitlement' => ['type' => 'list', 'member' => ['shape' => 'Entitlement']], '__listOfGrantEntitlementRequest' => ['type' => 'list', 'member' => ['shape' => 'GrantEntitlementRequest']], '__listOfListedEntitlement' => ['type' => 'list', 'member' => ['shape' => 'ListedEntitlement']], '__listOfListedFlow' => ['type' => 'list', 'member' => ['shape' => 'ListedFlow']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfSetSourceRequest' => ['type' => 'list', 'member' => ['shape' => 'SetSourceRequest']], '__listOfSource' => ['type' => 'list', 'member' => ['shape' => 'Source']], '__listOf__integer' => ['type' => 'list', 'member' => ['shape' => '__integer']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; +return ['metadata' => ['apiVersion' => '2018-11-14', 'endpointPrefix' => 'mediaconnect', 'signingName' => 'mediaconnect', 'serviceFullName' => 'AWS MediaConnect', 'serviceId' => 'MediaConnect', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mediaconnect-2018-11-14', 'signatureVersion' => 'v4'], 'operations' => ['AddFlowOutputs' => ['name' => 'AddFlowOutputs', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/outputs', 'responseCode' => 201], 'input' => ['shape' => 'AddFlowOutputsRequest'], 'output' => ['shape' => 'AddFlowOutputsResponse'], 'errors' => [['shape' => 'AddFlowOutputs420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'AddFlowSources' => ['name' => 'AddFlowSources', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/source', 'responseCode' => 201], 'input' => ['shape' => 'AddFlowSourcesRequest'], 'output' => ['shape' => 'AddFlowSourcesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'AddFlowVpcInterfaces' => ['name' => 'AddFlowVpcInterfaces', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/vpcInterfaces', 'responseCode' => 201], 'input' => ['shape' => 'AddFlowVpcInterfacesRequest'], 'output' => ['shape' => 'AddFlowVpcInterfacesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'CreateFlow' => ['name' => 'CreateFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows', 'responseCode' => 201], 'input' => ['shape' => 'CreateFlowRequest'], 'output' => ['shape' => 'CreateFlowResponse'], 'errors' => [['shape' => 'CreateFlow420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DeleteFlow' => ['name' => 'DeleteFlow', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteFlowRequest'], 'output' => ['shape' => 'DeleteFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'DescribeFlow' => ['name' => 'DescribeFlow', 'http' => ['method' => 'GET', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeFlowRequest'], 'output' => ['shape' => 'DescribeFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'GrantFlowEntitlements' => ['name' => 'GrantFlowEntitlements', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/{flowArn}/entitlements', 'responseCode' => 200], 'input' => ['shape' => 'GrantFlowEntitlementsRequest'], 'output' => ['shape' => 'GrantFlowEntitlementsResponse'], 'errors' => [['shape' => 'GrantFlowEntitlements420Exception'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'ListEntitlements' => ['name' => 'ListEntitlements', 'http' => ['method' => 'GET', 'requestUri' => '/v1/entitlements', 'responseCode' => 200], 'input' => ['shape' => 'ListEntitlementsRequest'], 'output' => ['shape' => 'ListEntitlementsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListFlows' => ['name' => 'ListFlows', 'http' => ['method' => 'GET', 'requestUri' => '/v1/flows', 'responseCode' => 200], 'input' => ['shape' => 'ListFlowsRequest'], 'output' => ['shape' => 'ListFlowsResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'RemoveFlowOutput' => ['name' => 'RemoveFlowOutput', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/outputs/{outputArn}', 'responseCode' => 202], 'input' => ['shape' => 'RemoveFlowOutputRequest'], 'output' => ['shape' => 'RemoveFlowOutputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'RemoveFlowSource' => ['name' => 'RemoveFlowSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/source/{sourceArn}', 'responseCode' => 202], 'input' => ['shape' => 'RemoveFlowSourceRequest'], 'output' => ['shape' => 'RemoveFlowSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'RemoveFlowVpcInterface' => ['name' => 'RemoveFlowVpcInterface', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/vpcInterfaces/{vpcInterfaceName}', 'responseCode' => 200], 'input' => ['shape' => 'RemoveFlowVpcInterfaceRequest'], 'output' => ['shape' => 'RemoveFlowVpcInterfaceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'RevokeFlowEntitlement' => ['name' => 'RevokeFlowEntitlement', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/flows/{flowArn}/entitlements/{entitlementArn}', 'responseCode' => 202], 'input' => ['shape' => 'RevokeFlowEntitlementRequest'], 'output' => ['shape' => 'RevokeFlowEntitlementResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'StartFlow' => ['name' => 'StartFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/start/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'StartFlowRequest'], 'output' => ['shape' => 'StartFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'StopFlow' => ['name' => 'StopFlow', 'http' => ['method' => 'POST', 'requestUri' => '/v1/flows/stop/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'StopFlowRequest'], 'output' => ['shape' => 'StopFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException']]], 'UpdateFlow' => ['name' => 'UpdateFlow', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowRequest'], 'output' => ['shape' => 'UpdateFlowResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowEntitlement' => ['name' => 'UpdateFlowEntitlement', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/entitlements/{entitlementArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowEntitlementRequest'], 'output' => ['shape' => 'UpdateFlowEntitlementResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowOutput' => ['name' => 'UpdateFlowOutput', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/outputs/{outputArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowOutputRequest'], 'output' => ['shape' => 'UpdateFlowOutputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFlowSource' => ['name' => 'UpdateFlowSource', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/flows/{flowArn}/source/{sourceArn}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateFlowSourceRequest'], 'output' => ['shape' => 'UpdateFlowSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AddFlowOutputs420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'AddFlowOutputsRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Outputs' => ['shape' => '__listOfAddOutputRequest', 'locationName' => 'outputs']], 'required' => ['FlowArn', 'Outputs']], 'AddFlowOutputsResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']]], 'AddFlowSourcesRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Sources' => ['shape' => '__listOfSetSourceRequest', 'locationName' => 'sources']], 'required' => ['FlowArn', 'Sources']], 'AddFlowSourcesResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Sources' => ['shape' => '__listOfSource', 'locationName' => 'sources']]], 'AddFlowVpcInterfacesRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'VpcInterfaces' => ['shape' => '__listOfVpcInterfaceRequest', 'locationName' => 'vpcInterfaces']], 'required' => ['FlowArn', 'VpcInterfaces']], 'AddFlowVpcInterfacesResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'VpcInterfaces' => ['shape' => '__listOfVpcInterface', 'locationName' => 'vpcInterfaces']]], 'AddOutputRequest' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'VpcInterfaceAttachment' => ['shape' => 'VpcInterfaceAttachment', 'locationName' => 'vpcInterfaceAttachment']], 'required' => ['Protocol']], 'Algorithm' => ['type' => 'string', 'enum' => ['aes128', 'aes192', 'aes256']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'CreateFlow420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'CreateFlowRequest' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Entitlements' => ['shape' => '__listOfGrantEntitlementRequest', 'locationName' => 'entitlements'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Outputs' => ['shape' => '__listOfAddOutputRequest', 'locationName' => 'outputs'], 'Source' => ['shape' => 'SetSourceRequest', 'locationName' => 'source'], 'SourceFailoverConfig' => ['shape' => 'FailoverConfig', 'locationName' => 'sourceFailoverConfig'], 'Sources' => ['shape' => '__listOfSetSourceRequest', 'locationName' => 'sources'], 'VpcInterfaces' => ['shape' => '__listOfVpcInterfaceRequest', 'locationName' => 'vpcInterfaces']], 'required' => ['Name']], 'CreateFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow']]], 'DeleteFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'DeleteFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'DescribeFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'DescribeFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow'], 'Messages' => ['shape' => 'Messages', 'locationName' => 'messages']]], 'Encryption' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'Algorithm', 'locationName' => 'algorithm'], 'ConstantInitializationVector' => ['shape' => '__string', 'locationName' => 'constantInitializationVector'], 'DeviceId' => ['shape' => '__string', 'locationName' => 'deviceId'], 'KeyType' => ['shape' => 'KeyType', 'locationName' => 'keyType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecretArn' => ['shape' => '__string', 'locationName' => 'secretArn'], 'Url' => ['shape' => '__string', 'locationName' => 'url']], 'required' => ['Algorithm', 'RoleArn']], 'Entitlement' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'EntitlementStatus' => ['shape' => 'EntitlementStatus', 'locationName' => 'entitlementStatus'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['EntitlementArn', 'Subscribers', 'Name']], 'EntitlementStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'FailoverConfig' => ['type' => 'structure', 'members' => ['RecoveryWindow' => ['shape' => '__integer', 'locationName' => 'recoveryWindow'], 'State' => ['shape' => 'State', 'locationName' => 'state']]], 'Flow' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EgressIp' => ['shape' => '__string', 'locationName' => 'egressIp'], 'Entitlements' => ['shape' => '__listOfEntitlement', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs'], 'Source' => ['shape' => 'Source', 'locationName' => 'source'], 'SourceFailoverConfig' => ['shape' => 'FailoverConfig', 'locationName' => 'sourceFailoverConfig'], 'Sources' => ['shape' => '__listOfSource', 'locationName' => 'sources'], 'Status' => ['shape' => 'Status', 'locationName' => 'status'], 'VpcInterfaces' => ['shape' => '__listOfVpcInterface', 'locationName' => 'vpcInterfaces']], 'required' => ['Status', 'Entitlements', 'Outputs', 'AvailabilityZone', 'FlowArn', 'Source', 'Name']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GrantEntitlementRequest' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'EntitlementStatus' => ['shape' => 'EntitlementStatus', 'locationName' => 'entitlementStatus'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['Subscribers']], 'GrantFlowEntitlements420Exception' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 420]], 'GrantFlowEntitlementsRequest' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfGrantEntitlementRequest', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn', 'Entitlements']], 'GrantFlowEntitlementsResponse' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfEntitlement', 'locationName' => 'entitlements'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'KeyType' => ['type' => 'string', 'enum' => ['speke', 'static-key']], 'ListEntitlementsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListEntitlementsResponse' => ['type' => 'structure', 'members' => ['Entitlements' => ['shape' => '__listOfListedEntitlement', 'locationName' => 'entitlements'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListFlowsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListFlowsResponse' => ['type' => 'structure', 'members' => ['Flows' => ['shape' => '__listOfListedFlow', 'locationName' => 'flows'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ListedEntitlement' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'EntitlementName' => ['shape' => '__string', 'locationName' => 'entitlementName']], 'required' => ['EntitlementArn', 'EntitlementName']], 'ListedFlow' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'SourceType' => ['shape' => 'SourceType', 'locationName' => 'sourceType'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']], 'required' => ['Status', 'Description', 'SourceType', 'AvailabilityZone', 'FlowArn', 'Name']], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 1000], 'Messages' => ['type' => 'structure', 'members' => ['Errors' => ['shape' => '__listOf__string', 'locationName' => 'errors']], 'required' => ['Errors']], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'Output' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'Encryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'MediaLiveInputArn' => ['shape' => '__string', 'locationName' => 'mediaLiveInputArn'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OutputArn' => ['shape' => '__string', 'locationName' => 'outputArn'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Transport' => ['shape' => 'Transport', 'locationName' => 'transport'], 'VpcInterfaceAttachment' => ['shape' => 'VpcInterfaceAttachment', 'locationName' => 'vpcInterfaceAttachment']], 'required' => ['OutputArn', 'Name']], 'Protocol' => ['type' => 'string', 'enum' => ['zixi-push', 'rtp-fec', 'rtp', 'zixi-pull', 'rist']], 'RemoveFlowOutputRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'OutputArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'outputArn']], 'required' => ['FlowArn', 'OutputArn']], 'RemoveFlowOutputResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'OutputArn' => ['shape' => '__string', 'locationName' => 'outputArn']]], 'RemoveFlowSourceRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'SourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'sourceArn']], 'required' => ['FlowArn', 'SourceArn']], 'RemoveFlowSourceResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'SourceArn' => ['shape' => '__string', 'locationName' => 'sourceArn']]], 'RemoveFlowVpcInterfaceRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'VpcInterfaceName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'vpcInterfaceName']], 'required' => ['FlowArn', 'VpcInterfaceName']], 'RemoveFlowVpcInterfaceResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'NonDeletedNetworkInterfaceIds' => ['shape' => '__listOf__string', 'locationName' => 'nonDeletedNetworkInterfaceIds'], 'VpcInterfaceName' => ['shape' => '__string', 'locationName' => 'vpcInterfaceName']]], 'ResponseError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message']], 'RevokeFlowEntitlementRequest' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn', 'EntitlementArn']], 'RevokeFlowEntitlementResponse' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'SetSourceRequest' => ['type' => 'structure', 'members' => ['Decryption' => ['shape' => 'Encryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'VpcInterfaceName' => ['shape' => '__string', 'locationName' => 'vpcInterfaceName'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']]], 'Source' => ['type' => 'structure', 'members' => ['DataTransferSubscriberFeePercent' => ['shape' => '__integer', 'locationName' => 'dataTransferSubscriberFeePercent'], 'Decryption' => ['shape' => 'Encryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'IngestIp' => ['shape' => '__string', 'locationName' => 'ingestIp'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'SourceArn' => ['shape' => '__string', 'locationName' => 'sourceArn'], 'Transport' => ['shape' => 'Transport', 'locationName' => 'transport'], 'VpcInterfaceName' => ['shape' => '__string', 'locationName' => 'vpcInterfaceName'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']], 'required' => ['SourceArn', 'Name']], 'SourceType' => ['type' => 'string', 'enum' => ['OWNED', 'ENTITLED']], 'StartFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'StartFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'State' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Status' => ['type' => 'string', 'enum' => ['STANDBY', 'ACTIVE', 'UPDATING', 'DELETING', 'STARTING', 'STOPPING', 'ERROR']], 'StopFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn']], 'required' => ['FlowArn']], 'StopFlowResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Status' => ['shape' => 'Status', 'locationName' => 'status']]], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'required' => ['Message'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Transport' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId']], 'required' => ['Protocol']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateEncryption' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'Algorithm', 'locationName' => 'algorithm'], 'ConstantInitializationVector' => ['shape' => '__string', 'locationName' => 'constantInitializationVector'], 'DeviceId' => ['shape' => '__string', 'locationName' => 'deviceId'], 'KeyType' => ['shape' => 'KeyType', 'locationName' => 'keyType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecretArn' => ['shape' => '__string', 'locationName' => 'secretArn'], 'Url' => ['shape' => '__string', 'locationName' => 'url']]], 'UpdateFailoverConfig' => ['type' => 'structure', 'members' => ['RecoveryWindow' => ['shape' => '__integer', 'locationName' => 'recoveryWindow'], 'State' => ['shape' => 'State', 'locationName' => 'state']]], 'UpdateFlowEntitlementRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Encryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'encryption'], 'EntitlementArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'entitlementArn'], 'EntitlementStatus' => ['shape' => 'EntitlementStatus', 'locationName' => 'entitlementStatus'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'Subscribers' => ['shape' => '__listOf__string', 'locationName' => 'subscribers']], 'required' => ['FlowArn', 'EntitlementArn']], 'UpdateFlowEntitlementResponse' => ['type' => 'structure', 'members' => ['Entitlement' => ['shape' => 'Entitlement', 'locationName' => 'entitlement'], 'FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'UpdateFlowOutputRequest' => ['type' => 'structure', 'members' => ['CidrAllowList' => ['shape' => '__listOf__string', 'locationName' => 'cidrAllowList'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Destination' => ['shape' => '__string', 'locationName' => 'destination'], 'Encryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'encryption'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'OutputArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'outputArn'], 'Port' => ['shape' => '__integer', 'locationName' => 'port'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'RemoteId' => ['shape' => '__string', 'locationName' => 'remoteId'], 'SmoothingLatency' => ['shape' => '__integer', 'locationName' => 'smoothingLatency'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'VpcInterfaceAttachment' => ['shape' => 'VpcInterfaceAttachment', 'locationName' => 'vpcInterfaceAttachment']], 'required' => ['FlowArn', 'OutputArn']], 'UpdateFlowOutputResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Output' => ['shape' => 'Output', 'locationName' => 'output']]], 'UpdateFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'SourceFailoverConfig' => ['shape' => 'UpdateFailoverConfig', 'locationName' => 'sourceFailoverConfig']], 'required' => ['FlowArn']], 'UpdateFlowResponse' => ['type' => 'structure', 'members' => ['Flow' => ['shape' => 'Flow', 'locationName' => 'flow']]], 'UpdateFlowSourceRequest' => ['type' => 'structure', 'members' => ['Decryption' => ['shape' => 'UpdateEncryption', 'locationName' => 'decryption'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EntitlementArn' => ['shape' => '__string', 'locationName' => 'entitlementArn'], 'FlowArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'flowArn'], 'IngestPort' => ['shape' => '__integer', 'locationName' => 'ingestPort'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'MaxLatency' => ['shape' => '__integer', 'locationName' => 'maxLatency'], 'Protocol' => ['shape' => 'Protocol', 'locationName' => 'protocol'], 'SourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'sourceArn'], 'StreamId' => ['shape' => '__string', 'locationName' => 'streamId'], 'VpcInterfaceName' => ['shape' => '__string', 'locationName' => 'vpcInterfaceName'], 'WhitelistCidr' => ['shape' => '__string', 'locationName' => 'whitelistCidr']], 'required' => ['FlowArn', 'SourceArn']], 'UpdateFlowSourceResponse' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn'], 'Source' => ['shape' => 'Source', 'locationName' => 'source']]], 'VpcInterface' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name'], 'NetworkInterfaceIds' => ['shape' => '__listOf__string', 'locationName' => 'networkInterfaceIds'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroupIds' => ['shape' => '__listOf__string', 'locationName' => 'securityGroupIds'], 'SubnetId' => ['shape' => '__string', 'locationName' => 'subnetId']], 'required' => ['NetworkInterfaceIds', 'SubnetId', 'SecurityGroupIds', 'RoleArn', 'Name']], 'VpcInterfaceAttachment' => ['type' => 'structure', 'members' => ['VpcInterfaceName' => ['shape' => '__string', 'locationName' => 'vpcInterfaceName']]], 'VpcInterfaceRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroupIds' => ['shape' => '__listOf__string', 'locationName' => 'securityGroupIds'], 'SubnetId' => ['shape' => '__string', 'locationName' => 'subnetId']], 'required' => ['SubnetId', 'SecurityGroupIds', 'RoleArn', 'Name']], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfAddOutputRequest' => ['type' => 'list', 'member' => ['shape' => 'AddOutputRequest']], '__listOfEntitlement' => ['type' => 'list', 'member' => ['shape' => 'Entitlement']], '__listOfGrantEntitlementRequest' => ['type' => 'list', 'member' => ['shape' => 'GrantEntitlementRequest']], '__listOfListedEntitlement' => ['type' => 'list', 'member' => ['shape' => 'ListedEntitlement']], '__listOfListedFlow' => ['type' => 'list', 'member' => ['shape' => 'ListedFlow']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfSetSourceRequest' => ['type' => 'list', 'member' => ['shape' => 'SetSourceRequest']], '__listOfSource' => ['type' => 'list', 'member' => ['shape' => 'Source']], '__listOfVpcInterface' => ['type' => 'list', 'member' => ['shape' => 'VpcInterface']], '__listOfVpcInterfaceRequest' => ['type' => 'list', 'member' => ['shape' => 'VpcInterfaceRequest']], '__listOf__integer' => ['type' => 'list', 'member' => ['shape' => '__integer']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; diff --git a/vendor/Aws3/Aws/data/mediaconvert/2017-08-29/api-2.json.php b/vendor/Aws3/Aws/data/mediaconvert/2017-08-29/api-2.json.php index 9edf9430..7f8c31f5 100644 --- a/vendor/Aws3/Aws/data/mediaconvert/2017-08-29/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediaconvert/2017-08-29/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2017-08-29', 'endpointPrefix' => 'mediaconvert', 'signingName' => 'mediaconvert', 'serviceFullName' => 'AWS Elemental MediaConvert', 'serviceId' => 'MediaConvert', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mediaconvert-2017-08-29', 'signatureVersion' => 'v4', 'serviceAbbreviation' => 'MediaConvert'], 'operations' => ['AssociateCertificate' => ['name' => 'AssociateCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/certificates', 'responseCode' => 201], 'input' => ['shape' => 'AssociateCertificateRequest'], 'output' => ['shape' => 'AssociateCertificateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/jobs/{id}', 'responseCode' => 202], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/jobs', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateJobTemplate' => ['name' => 'CreateJobTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/jobTemplates', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobTemplateRequest'], 'output' => ['shape' => 'CreateJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreatePreset' => ['name' => 'CreatePreset', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/presets', 'responseCode' => 201], 'input' => ['shape' => 'CreatePresetRequest'], 'output' => ['shape' => 'CreatePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateQueue' => ['name' => 'CreateQueue', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/queues', 'responseCode' => 201], 'input' => ['shape' => 'CreateQueueRequest'], 'output' => ['shape' => 'CreateQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteJobTemplate' => ['name' => 'DeleteJobTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteJobTemplateRequest'], 'output' => ['shape' => 'DeleteJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeletePreset' => ['name' => 'DeletePreset', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePresetRequest'], 'output' => ['shape' => 'DeletePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteQueue' => ['name' => 'DeleteQueue', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteQueueRequest'], 'output' => ['shape' => 'DeleteQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DescribeEndpoints' => ['name' => 'DescribeEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/endpoints', 'responseCode' => 200], 'input' => ['shape' => 'DescribeEndpointsRequest'], 'output' => ['shape' => 'DescribeEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DisassociateCertificate' => ['name' => 'DisassociateCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/certificates/{arn}', 'responseCode' => 202], 'input' => ['shape' => 'DisassociateCertificateRequest'], 'output' => ['shape' => 'DisassociateCertificateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetJob' => ['name' => 'GetJob', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobs/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobRequest'], 'output' => ['shape' => 'GetJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetJobTemplate' => ['name' => 'GetJobTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobTemplateRequest'], 'output' => ['shape' => 'GetJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetPreset' => ['name' => 'GetPreset', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetPresetRequest'], 'output' => ['shape' => 'GetPresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetQueue' => ['name' => 'GetQueue', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetQueueRequest'], 'output' => ['shape' => 'GetQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListJobTemplates' => ['name' => 'ListJobTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobTemplates', 'responseCode' => 200], 'input' => ['shape' => 'ListJobTemplatesRequest'], 'output' => ['shape' => 'ListJobTemplatesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListPresets' => ['name' => 'ListPresets', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/presets', 'responseCode' => 200], 'input' => ['shape' => 'ListPresetsRequest'], 'output' => ['shape' => 'ListPresetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/queues', 'responseCode' => 200], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/tags/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/tags', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/tags/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateJobTemplate' => ['name' => 'UpdateJobTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJobTemplateRequest'], 'output' => ['shape' => 'UpdateJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdatePreset' => ['name' => 'UpdatePreset', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePresetRequest'], 'output' => ['shape' => 'UpdatePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateQueue' => ['name' => 'UpdateQueue', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateQueueRequest'], 'output' => ['shape' => 'UpdateQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AacAudioDescriptionBroadcasterMix' => ['type' => 'string', 'enum' => ['BROADCASTER_MIXED_AD', 'NORMAL']], 'AacCodecProfile' => ['type' => 'string', 'enum' => ['LC', 'HEV1', 'HEV2']], 'AacCodingMode' => ['type' => 'string', 'enum' => ['AD_RECEIVER_MIX', 'CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_5_1']], 'AacRateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'AacRawFormat' => ['type' => 'string', 'enum' => ['LATM_LOAS', 'NONE']], 'AacSettings' => ['type' => 'structure', 'members' => ['AudioDescriptionBroadcasterMix' => ['shape' => 'AacAudioDescriptionBroadcasterMix', 'locationName' => 'audioDescriptionBroadcasterMix'], 'Bitrate' => ['shape' => '__integerMin6000Max1024000', 'locationName' => 'bitrate'], 'CodecProfile' => ['shape' => 'AacCodecProfile', 'locationName' => 'codecProfile'], 'CodingMode' => ['shape' => 'AacCodingMode', 'locationName' => 'codingMode'], 'RateControlMode' => ['shape' => 'AacRateControlMode', 'locationName' => 'rateControlMode'], 'RawFormat' => ['shape' => 'AacRawFormat', 'locationName' => 'rawFormat'], 'SampleRate' => ['shape' => '__integerMin8000Max96000', 'locationName' => 'sampleRate'], 'Specification' => ['shape' => 'AacSpecification', 'locationName' => 'specification'], 'VbrQuality' => ['shape' => 'AacVbrQuality', 'locationName' => 'vbrQuality']]], 'AacSpecification' => ['type' => 'string', 'enum' => ['MPEG2', 'MPEG4']], 'AacVbrQuality' => ['type' => 'string', 'enum' => ['LOW', 'MEDIUM_LOW', 'MEDIUM_HIGH', 'HIGH']], 'Ac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN', 'COMMENTARY', 'DIALOGUE', 'EMERGENCY', 'HEARING_IMPAIRED', 'MUSIC_AND_EFFECTS', 'VISUALLY_IMPAIRED', 'VOICE_OVER']], 'Ac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_3_2_LFE']], 'Ac3DynamicRangeCompressionProfile' => ['type' => 'string', 'enum' => ['FILM_STANDARD', 'NONE']], 'Ac3LfeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Ac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Ac3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin64000Max640000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Ac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Ac3CodingMode', 'locationName' => 'codingMode'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DynamicRangeCompressionProfile' => ['shape' => 'Ac3DynamicRangeCompressionProfile', 'locationName' => 'dynamicRangeCompressionProfile'], 'LfeFilter' => ['shape' => 'Ac3LfeFilter', 'locationName' => 'lfeFilter'], 'MetadataControl' => ['shape' => 'Ac3MetadataControl', 'locationName' => 'metadataControl'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate']]], 'AccelerationMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'PREFERRED']], 'AccelerationSettings' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'AccelerationMode', 'locationName' => 'mode']], 'required' => ['Mode']], 'AccelerationStatus' => ['type' => 'string', 'enum' => ['NOT_APPLICABLE', 'IN_PROGRESS', 'ACCELERATED', 'NOT_ACCELERATED']], 'AfdSignaling' => ['type' => 'string', 'enum' => ['NONE', 'AUTO', 'FIXED']], 'AiffSettings' => ['type' => 'structure', 'members' => ['BitDepth' => ['shape' => '__integerMin16Max24', 'locationName' => 'bitDepth'], 'Channels' => ['shape' => '__integerMin1Max64', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin8000Max192000', 'locationName' => 'sampleRate']]], 'AlphaBehavior' => ['type' => 'string', 'enum' => ['DISCARD', 'REMAP_TO_LUMA']], 'AncillaryConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'AncillarySourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'AncillaryConvert608To708', 'locationName' => 'convert608To708'], 'SourceAncillaryChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'sourceAncillaryChannelNumber'], 'TerminateCaptions' => ['shape' => 'AncillaryTerminateCaptions', 'locationName' => 'terminateCaptions']]], 'AncillaryTerminateCaptions' => ['type' => 'string', 'enum' => ['END_OF_INPUT', 'DISABLED']], 'AntiAlias' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AssociateCertificateRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn']], 'required' => ['Arn']], 'AssociateCertificateResponse' => ['type' => 'structure', 'members' => []], 'AudioCodec' => ['type' => 'string', 'enum' => ['AAC', 'MP2', 'MP3', 'WAV', 'AIFF', 'AC3', 'EAC3', 'EAC3_ATMOS', 'PASSTHROUGH']], 'AudioCodecSettings' => ['type' => 'structure', 'members' => ['AacSettings' => ['shape' => 'AacSettings', 'locationName' => 'aacSettings'], 'Ac3Settings' => ['shape' => 'Ac3Settings', 'locationName' => 'ac3Settings'], 'AiffSettings' => ['shape' => 'AiffSettings', 'locationName' => 'aiffSettings'], 'Codec' => ['shape' => 'AudioCodec', 'locationName' => 'codec'], 'Eac3AtmosSettings' => ['shape' => 'Eac3AtmosSettings', 'locationName' => 'eac3AtmosSettings'], 'Eac3Settings' => ['shape' => 'Eac3Settings', 'locationName' => 'eac3Settings'], 'Mp2Settings' => ['shape' => 'Mp2Settings', 'locationName' => 'mp2Settings'], 'Mp3Settings' => ['shape' => 'Mp3Settings', 'locationName' => 'mp3Settings'], 'WavSettings' => ['shape' => 'WavSettings', 'locationName' => 'wavSettings']]], 'AudioDefaultSelection' => ['type' => 'string', 'enum' => ['DEFAULT', 'NOT_DEFAULT']], 'AudioDescription' => ['type' => 'structure', 'members' => ['AudioNormalizationSettings' => ['shape' => 'AudioNormalizationSettings', 'locationName' => 'audioNormalizationSettings'], 'AudioSourceName' => ['shape' => '__string', 'locationName' => 'audioSourceName'], 'AudioType' => ['shape' => '__integerMin0Max255', 'locationName' => 'audioType'], 'AudioTypeControl' => ['shape' => 'AudioTypeControl', 'locationName' => 'audioTypeControl'], 'CodecSettings' => ['shape' => 'AudioCodecSettings', 'locationName' => 'codecSettings'], 'CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageCodeControl' => ['shape' => 'AudioLanguageCodeControl', 'locationName' => 'languageCodeControl'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'StreamName' => ['shape' => '__stringPatternWS', 'locationName' => 'streamName']]], 'AudioLanguageCodeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioNormalizationAlgorithm' => ['type' => 'string', 'enum' => ['ITU_BS_1770_1', 'ITU_BS_1770_2', 'ITU_BS_1770_3', 'ITU_BS_1770_4']], 'AudioNormalizationAlgorithmControl' => ['type' => 'string', 'enum' => ['CORRECT_AUDIO', 'MEASURE_ONLY']], 'AudioNormalizationLoudnessLogging' => ['type' => 'string', 'enum' => ['LOG', 'DONT_LOG']], 'AudioNormalizationPeakCalculation' => ['type' => 'string', 'enum' => ['TRUE_PEAK', 'NONE']], 'AudioNormalizationSettings' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'AudioNormalizationAlgorithm', 'locationName' => 'algorithm'], 'AlgorithmControl' => ['shape' => 'AudioNormalizationAlgorithmControl', 'locationName' => 'algorithmControl'], 'CorrectionGateLevel' => ['shape' => '__integerMinNegative70Max0', 'locationName' => 'correctionGateLevel'], 'LoudnessLogging' => ['shape' => 'AudioNormalizationLoudnessLogging', 'locationName' => 'loudnessLogging'], 'PeakCalculation' => ['shape' => 'AudioNormalizationPeakCalculation', 'locationName' => 'peakCalculation'], 'TargetLkfs' => ['shape' => '__doubleMinNegative59Max0', 'locationName' => 'targetLkfs']]], 'AudioSelector' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'DefaultSelection' => ['shape' => 'AudioDefaultSelection', 'locationName' => 'defaultSelection'], 'ExternalAudioFileInput' => ['shape' => '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE', 'locationName' => 'externalAudioFileInput'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'Offset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'offset'], 'Pids' => ['shape' => '__listOf__integerMin1Max2147483647', 'locationName' => 'pids'], 'ProgramSelection' => ['shape' => '__integerMin0Max8', 'locationName' => 'programSelection'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'SelectorType' => ['shape' => 'AudioSelectorType', 'locationName' => 'selectorType'], 'Tracks' => ['shape' => '__listOf__integerMin1Max2147483647', 'locationName' => 'tracks']]], 'AudioSelectorGroup' => ['type' => 'structure', 'members' => ['AudioSelectorNames' => ['shape' => '__listOf__stringMin1', 'locationName' => 'audioSelectorNames']]], 'AudioSelectorType' => ['type' => 'string', 'enum' => ['PID', 'TRACK', 'LANGUAGE_CODE']], 'AudioTypeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Av1AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'Av1FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Av1FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Av1QvbrSettings' => ['type' => 'structure', 'members' => ['QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'Av1RateControlMode' => ['type' => 'string', 'enum' => ['QVBR']], 'Av1Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'Av1AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'FramerateControl' => ['shape' => 'Av1FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Av1FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxBitrate'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin7Max15', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'QvbrSettings' => ['shape' => 'Av1QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'Av1RateControlMode', 'locationName' => 'rateControlMode'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SpatialAdaptiveQuantization' => ['shape' => 'Av1SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization']]], 'Av1SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AvailBlanking' => ['type' => 'structure', 'members' => ['AvailBlankingImage' => ['shape' => '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG', 'locationName' => 'availBlankingImage']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BillingTagsSource' => ['type' => 'string', 'enum' => ['QUEUE', 'PRESET', 'JOB_TEMPLATE', 'JOB']], 'BurninDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'BurninSubtitleAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'BurninSubtitleBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'FontColor' => ['shape' => 'BurninSubtitleFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontScript' => ['shape' => 'FontScript', 'locationName' => 'fontScript'], 'FontSize' => ['shape' => '__integerMin0Max96', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'BurninSubtitleOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'BurninSubtitleShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowYOffset'], 'TeletextSpacing' => ['shape' => 'BurninSubtitleTeletextSpacing', 'locationName' => 'teletextSpacing'], 'XPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'yPosition']]], 'BurninSubtitleAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT']], 'BurninSubtitleBackgroundColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'BurninSubtitleFontColor' => ['type' => 'string', 'enum' => ['WHITE', 'BLACK', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'BurninSubtitleOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'WHITE', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'BurninSubtitleShadowColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'BurninSubtitleTeletextSpacing' => ['type' => 'string', 'enum' => ['FIXED_GRID', 'PROPORTIONAL']], 'CancelJobRequest' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id', 'location' => 'uri']], 'required' => ['Id']], 'CancelJobResponse' => ['type' => 'structure', 'members' => []], 'CaptionDescription' => ['type' => 'structure', 'members' => ['CaptionSelectorName' => ['shape' => '__stringMin1', 'locationName' => 'captionSelectorName'], 'CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'CaptionDescriptionPreset' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'CaptionDestinationSettings' => ['type' => 'structure', 'members' => ['BurninDestinationSettings' => ['shape' => 'BurninDestinationSettings', 'locationName' => 'burninDestinationSettings'], 'DestinationType' => ['shape' => 'CaptionDestinationType', 'locationName' => 'destinationType'], 'DvbSubDestinationSettings' => ['shape' => 'DvbSubDestinationSettings', 'locationName' => 'dvbSubDestinationSettings'], 'EmbeddedDestinationSettings' => ['shape' => 'EmbeddedDestinationSettings', 'locationName' => 'embeddedDestinationSettings'], 'ImscDestinationSettings' => ['shape' => 'ImscDestinationSettings', 'locationName' => 'imscDestinationSettings'], 'SccDestinationSettings' => ['shape' => 'SccDestinationSettings', 'locationName' => 'sccDestinationSettings'], 'TeletextDestinationSettings' => ['shape' => 'TeletextDestinationSettings', 'locationName' => 'teletextDestinationSettings'], 'TtmlDestinationSettings' => ['shape' => 'TtmlDestinationSettings', 'locationName' => 'ttmlDestinationSettings']]], 'CaptionDestinationType' => ['type' => 'string', 'enum' => ['BURN_IN', 'DVB_SUB', 'EMBEDDED', 'EMBEDDED_PLUS_SCTE20', 'IMSC', 'SCTE20_PLUS_EMBEDDED', 'SCC', 'SRT', 'SMI', 'TELETEXT', 'TTML', 'WEBVTT']], 'CaptionSelector' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'SourceSettings' => ['shape' => 'CaptionSourceSettings', 'locationName' => 'sourceSettings']]], 'CaptionSourceSettings' => ['type' => 'structure', 'members' => ['AncillarySourceSettings' => ['shape' => 'AncillarySourceSettings', 'locationName' => 'ancillarySourceSettings'], 'DvbSubSourceSettings' => ['shape' => 'DvbSubSourceSettings', 'locationName' => 'dvbSubSourceSettings'], 'EmbeddedSourceSettings' => ['shape' => 'EmbeddedSourceSettings', 'locationName' => 'embeddedSourceSettings'], 'FileSourceSettings' => ['shape' => 'FileSourceSettings', 'locationName' => 'fileSourceSettings'], 'SourceType' => ['shape' => 'CaptionSourceType', 'locationName' => 'sourceType'], 'TeletextSourceSettings' => ['shape' => 'TeletextSourceSettings', 'locationName' => 'teletextSourceSettings'], 'TrackSourceSettings' => ['shape' => 'TrackSourceSettings', 'locationName' => 'trackSourceSettings']]], 'CaptionSourceType' => ['type' => 'string', 'enum' => ['ANCILLARY', 'DVB_SUB', 'EMBEDDED', 'SCTE20', 'SCC', 'TTML', 'STL', 'SRT', 'SMI', 'TELETEXT', 'NULL_SOURCE', 'IMSC']], 'ChannelMapping' => ['type' => 'structure', 'members' => ['OutputChannels' => ['shape' => '__listOfOutputChannelMapping', 'locationName' => 'outputChannels']]], 'CmafAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'CmafClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_6381', 'RFC_4281']], 'CmafEncryptionSettings' => ['type' => 'structure', 'members' => ['ConstantInitializationVector' => ['shape' => '__stringMin32Max32Pattern09aFAF32', 'locationName' => 'constantInitializationVector'], 'EncryptionMethod' => ['shape' => 'CmafEncryptionType', 'locationName' => 'encryptionMethod'], 'InitializationVectorInManifest' => ['shape' => 'CmafInitializationVectorInManifest', 'locationName' => 'initializationVectorInManifest'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProviderCmaf', 'locationName' => 'spekeKeyProvider'], 'StaticKeyProvider' => ['shape' => 'StaticKeyProvider', 'locationName' => 'staticKeyProvider'], 'Type' => ['shape' => 'CmafKeyProviderType', 'locationName' => 'type']]], 'CmafEncryptionType' => ['type' => 'string', 'enum' => ['SAMPLE_AES', 'AES_CTR']], 'CmafGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfCmafAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'ClientCache' => ['shape' => 'CmafClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'CmafCodecSpecification', 'locationName' => 'codecSpecification'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'CmafEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'ManifestCompression' => ['shape' => 'CmafManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'CmafManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinBufferTime' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minBufferTime'], 'MinFinalSegmentLength' => ['shape' => '__doubleMin0Max2147483647', 'locationName' => 'minFinalSegmentLength'], 'MpdProfile' => ['shape' => 'CmafMpdProfile', 'locationName' => 'mpdProfile'], 'SegmentControl' => ['shape' => 'CmafSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'StreamInfResolution' => ['shape' => 'CmafStreamInfResolution', 'locationName' => 'streamInfResolution'], 'WriteDashManifest' => ['shape' => 'CmafWriteDASHManifest', 'locationName' => 'writeDashManifest'], 'WriteHlsManifest' => ['shape' => 'CmafWriteHLSManifest', 'locationName' => 'writeHlsManifest'], 'WriteSegmentTimelineInRepresentation' => ['shape' => 'CmafWriteSegmentTimelineInRepresentation', 'locationName' => 'writeSegmentTimelineInRepresentation']]], 'CmafInitializationVectorInManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'CmafKeyProviderType' => ['type' => 'string', 'enum' => ['SPEKE', 'STATIC_KEY']], 'CmafManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'CmafManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'CmafMpdProfile' => ['type' => 'string', 'enum' => ['MAIN_PROFILE', 'ON_DEMAND_PROFILE']], 'CmafSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'CmafStreamInfResolution' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'CmafWriteDASHManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafWriteHLSManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafWriteSegmentTimelineInRepresentation' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CmfcScte35Esam' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'CmfcScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'CmfcSettings' => ['type' => 'structure', 'members' => ['Scte35Esam' => ['shape' => 'CmfcScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Source' => ['shape' => 'CmfcScte35Source', 'locationName' => 'scte35Source']]], 'ColorCorrector' => ['type' => 'structure', 'members' => ['Brightness' => ['shape' => '__integerMin1Max100', 'locationName' => 'brightness'], 'ColorSpaceConversion' => ['shape' => 'ColorSpaceConversion', 'locationName' => 'colorSpaceConversion'], 'Contrast' => ['shape' => '__integerMin1Max100', 'locationName' => 'contrast'], 'Hdr10Metadata' => ['shape' => 'Hdr10Metadata', 'locationName' => 'hdr10Metadata'], 'Hue' => ['shape' => '__integerMinNegative180Max180', 'locationName' => 'hue'], 'Saturation' => ['shape' => '__integerMin1Max100', 'locationName' => 'saturation']]], 'ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'ColorSpace' => ['type' => 'string', 'enum' => ['FOLLOW', 'REC_601', 'REC_709', 'HDR10', 'HLG_2020']], 'ColorSpaceConversion' => ['type' => 'string', 'enum' => ['NONE', 'FORCE_601', 'FORCE_709', 'FORCE_HDR10', 'FORCE_HLG_2020']], 'ColorSpaceUsage' => ['type' => 'string', 'enum' => ['FORCE', 'FALLBACK']], 'Commitment' => ['type' => 'string', 'enum' => ['ONE_YEAR']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'ContainerSettings' => ['type' => 'structure', 'members' => ['CmfcSettings' => ['shape' => 'CmfcSettings', 'locationName' => 'cmfcSettings'], 'Container' => ['shape' => 'ContainerType', 'locationName' => 'container'], 'F4vSettings' => ['shape' => 'F4vSettings', 'locationName' => 'f4vSettings'], 'M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings'], 'M3u8Settings' => ['shape' => 'M3u8Settings', 'locationName' => 'm3u8Settings'], 'MovSettings' => ['shape' => 'MovSettings', 'locationName' => 'movSettings'], 'Mp4Settings' => ['shape' => 'Mp4Settings', 'locationName' => 'mp4Settings'], 'MpdSettings' => ['shape' => 'MpdSettings', 'locationName' => 'mpdSettings']]], 'ContainerType' => ['type' => 'string', 'enum' => ['F4V', 'ISMV', 'M2TS', 'M3U8', 'CMFC', 'MOV', 'MP4', 'MPD', 'MXF', 'RAW']], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'BillingTagsSource' => ['shape' => 'BillingTagsSource', 'locationName' => 'billingTagsSource'], 'ClientRequestToken' => ['shape' => '__string', 'locationName' => 'clientRequestToken', 'idempotencyToken' => \true], 'JobTemplate' => ['shape' => '__string', 'locationName' => 'jobTemplate'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Role' => ['shape' => '__string', 'locationName' => 'role'], 'Settings' => ['shape' => 'JobSettings', 'locationName' => 'settings'], 'SimulateReservedQueue' => ['shape' => 'SimulateReservedQueue', 'locationName' => 'simulateReservedQueue'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'UserMetadata' => ['shape' => '__mapOf__string', 'locationName' => 'userMetadata']], 'required' => ['Role', 'Settings']], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job', 'locationName' => 'job']]], 'CreateJobTemplateRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Settings', 'Name']], 'CreateJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'CreatePresetRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Settings', 'Name']], 'CreatePresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'CreateQueueRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PricingPlan' => ['shape' => 'PricingPlan', 'locationName' => 'pricingPlan'], 'ReservationPlanSettings' => ['shape' => 'ReservationPlanSettings', 'locationName' => 'reservationPlanSettings'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Name']], 'CreateQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'DashAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'DashIsoEncryptionSettings' => ['type' => 'structure', 'members' => ['PlaybackDeviceCompatibility' => ['shape' => 'DashIsoPlaybackDeviceCompatibility', 'locationName' => 'playbackDeviceCompatibility'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider']]], 'DashIsoGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfDashAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'DashIsoEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'HbbtvCompliance' => ['shape' => 'DashIsoHbbtvCompliance', 'locationName' => 'hbbtvCompliance'], 'MinBufferTime' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minBufferTime'], 'MpdProfile' => ['shape' => 'DashIsoMpdProfile', 'locationName' => 'mpdProfile'], 'SegmentControl' => ['shape' => 'DashIsoSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'WriteSegmentTimelineInRepresentation' => ['shape' => 'DashIsoWriteSegmentTimelineInRepresentation', 'locationName' => 'writeSegmentTimelineInRepresentation']]], 'DashIsoHbbtvCompliance' => ['type' => 'string', 'enum' => ['HBBTV_1_5', 'NONE']], 'DashIsoMpdProfile' => ['type' => 'string', 'enum' => ['MAIN_PROFILE', 'ON_DEMAND_PROFILE']], 'DashIsoPlaybackDeviceCompatibility' => ['type' => 'string', 'enum' => ['CENC_V1', 'UNENCRYPTED_SEI']], 'DashIsoSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'DashIsoWriteSegmentTimelineInRepresentation' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DecryptionMode' => ['type' => 'string', 'enum' => ['AES_CTR', 'AES_CBC', 'AES_GCM']], 'DeinterlaceAlgorithm' => ['type' => 'string', 'enum' => ['INTERPOLATE', 'INTERPOLATE_TICKER', 'BLEND', 'BLEND_TICKER']], 'Deinterlacer' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'DeinterlaceAlgorithm', 'locationName' => 'algorithm'], 'Control' => ['shape' => 'DeinterlacerControl', 'locationName' => 'control'], 'Mode' => ['shape' => 'DeinterlacerMode', 'locationName' => 'mode']]], 'DeinterlacerControl' => ['type' => 'string', 'enum' => ['FORCE_ALL_FRAMES', 'NORMAL']], 'DeinterlacerMode' => ['type' => 'string', 'enum' => ['DEINTERLACE', 'INVERSE_TELECINE', 'ADAPTIVE']], 'DeleteJobTemplateRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeleteJobTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeletePresetRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeletePresetResponse' => ['type' => 'structure', 'members' => []], 'DeleteQueueRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeleteQueueResponse' => ['type' => 'structure', 'members' => []], 'DescribeEndpointsMode' => ['type' => 'string', 'enum' => ['DEFAULT', 'GET_ONLY']], 'DescribeEndpointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'Mode' => ['shape' => 'DescribeEndpointsMode', 'locationName' => 'mode'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeEndpointsResponse' => ['type' => 'structure', 'members' => ['Endpoints' => ['shape' => '__listOfEndpoint', 'locationName' => 'endpoints'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DestinationSettings' => ['type' => 'structure', 'members' => ['S3Settings' => ['shape' => 'S3DestinationSettings', 'locationName' => 's3Settings']]], 'DisassociateCertificateRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri']], 'required' => ['Arn']], 'DisassociateCertificateResponse' => ['type' => 'structure', 'members' => []], 'DolbyVision' => ['type' => 'structure', 'members' => ['L6Metadata' => ['shape' => 'DolbyVisionLevel6Metadata', 'locationName' => 'l6Metadata'], 'L6Mode' => ['shape' => 'DolbyVisionLevel6Mode', 'locationName' => 'l6Mode'], 'Profile' => ['shape' => 'DolbyVisionProfile', 'locationName' => 'profile']]], 'DolbyVisionLevel6Metadata' => ['type' => 'structure', 'members' => ['MaxCll' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxCll'], 'MaxFall' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxFall']]], 'DolbyVisionLevel6Mode' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'RECALCULATE', 'SPECIFY']], 'DolbyVisionProfile' => ['type' => 'string', 'enum' => ['PROFILE_5']], 'DropFrameTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'DvbNitSettings' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'networkId'], 'NetworkName' => ['shape' => '__stringMin1Max256', 'locationName' => 'networkName'], 'NitInterval' => ['shape' => '__integerMin25Max10000', 'locationName' => 'nitInterval']]], 'DvbSdtSettings' => ['type' => 'structure', 'members' => ['OutputSdt' => ['shape' => 'OutputSdt', 'locationName' => 'outputSdt'], 'SdtInterval' => ['shape' => '__integerMin25Max2000', 'locationName' => 'sdtInterval'], 'ServiceName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceName'], 'ServiceProviderName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceProviderName']]], 'DvbSubDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'DvbSubtitleAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'DvbSubtitleBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'FontColor' => ['shape' => 'DvbSubtitleFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontScript' => ['shape' => 'FontScript', 'locationName' => 'fontScript'], 'FontSize' => ['shape' => '__integerMin0Max96', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'DvbSubtitleOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'DvbSubtitleShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowYOffset'], 'SubtitlingType' => ['shape' => 'DvbSubtitlingType', 'locationName' => 'subtitlingType'], 'TeletextSpacing' => ['shape' => 'DvbSubtitleTeletextSpacing', 'locationName' => 'teletextSpacing'], 'XPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'yPosition']]], 'DvbSubSourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'pid']]], 'DvbSubtitleAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT']], 'DvbSubtitleBackgroundColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'DvbSubtitleFontColor' => ['type' => 'string', 'enum' => ['WHITE', 'BLACK', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'DvbSubtitleOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'WHITE', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'DvbSubtitleShadowColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'DvbSubtitleTeletextSpacing' => ['type' => 'string', 'enum' => ['FIXED_GRID', 'PROPORTIONAL']], 'DvbSubtitlingType' => ['type' => 'string', 'enum' => ['HEARING_IMPAIRED', 'STANDARD']], 'DvbTdtSettings' => ['type' => 'structure', 'members' => ['TdtInterval' => ['shape' => '__integerMin1000Max30000', 'locationName' => 'tdtInterval']]], 'Eac3AtmosBitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN']], 'Eac3AtmosCodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_9_1_6']], 'Eac3AtmosDialogueIntelligence' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3AtmosDynamicRangeCompressionLine' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3AtmosDynamicRangeCompressionRf' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3AtmosMeteringMode' => ['type' => 'string', 'enum' => ['LEQ_A', 'ITU_BS_1770_1', 'ITU_BS_1770_2', 'ITU_BS_1770_3', 'ITU_BS_1770_4']], 'Eac3AtmosSettings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin384000Max768000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3AtmosBitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3AtmosCodingMode', 'locationName' => 'codingMode'], 'DialogueIntelligence' => ['shape' => 'Eac3AtmosDialogueIntelligence', 'locationName' => 'dialogueIntelligence'], 'DynamicRangeCompressionLine' => ['shape' => 'Eac3AtmosDynamicRangeCompressionLine', 'locationName' => 'dynamicRangeCompressionLine'], 'DynamicRangeCompressionRf' => ['shape' => 'Eac3AtmosDynamicRangeCompressionRf', 'locationName' => 'dynamicRangeCompressionRf'], 'LoRoCenterMixLevel' => ['shape' => '__doubleMinNegative6Max3', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__doubleMinNegative6Max3', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'ltRtSurroundMixLevel'], 'MeteringMode' => ['shape' => 'Eac3AtmosMeteringMode', 'locationName' => 'meteringMode'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate'], 'SpeechThreshold' => ['shape' => '__integerMin1Max100', 'locationName' => 'speechThreshold'], 'StereoDownmix' => ['shape' => 'Eac3AtmosStereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3AtmosSurroundExMode', 'locationName' => 'surroundExMode']]], 'Eac3AtmosStereoDownmix' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'STEREO', 'SURROUND', 'DPL2']], 'Eac3AtmosSurroundExMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'Eac3AttenuationControl' => ['type' => 'string', 'enum' => ['ATTENUATE_3_DB', 'NONE']], 'Eac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN', 'COMMENTARY', 'EMERGENCY', 'HEARING_IMPAIRED', 'VISUALLY_IMPAIRED']], 'Eac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0', 'CODING_MODE_3_2']], 'Eac3DcFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3DynamicRangeCompressionLine' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3DynamicRangeCompressionRf' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3LfeControl' => ['type' => 'string', 'enum' => ['LFE', 'NO_LFE']], 'Eac3LfeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Eac3PassthroughControl' => ['type' => 'string', 'enum' => ['WHEN_POSSIBLE', 'NO_PASSTHROUGH']], 'Eac3PhaseControl' => ['type' => 'string', 'enum' => ['SHIFT_90_DEGREES', 'NO_SHIFT']], 'Eac3Settings' => ['type' => 'structure', 'members' => ['AttenuationControl' => ['shape' => 'Eac3AttenuationControl', 'locationName' => 'attenuationControl'], 'Bitrate' => ['shape' => '__integerMin64000Max640000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3CodingMode', 'locationName' => 'codingMode'], 'DcFilter' => ['shape' => 'Eac3DcFilter', 'locationName' => 'dcFilter'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DynamicRangeCompressionLine' => ['shape' => 'Eac3DynamicRangeCompressionLine', 'locationName' => 'dynamicRangeCompressionLine'], 'DynamicRangeCompressionRf' => ['shape' => 'Eac3DynamicRangeCompressionRf', 'locationName' => 'dynamicRangeCompressionRf'], 'LfeControl' => ['shape' => 'Eac3LfeControl', 'locationName' => 'lfeControl'], 'LfeFilter' => ['shape' => 'Eac3LfeFilter', 'locationName' => 'lfeFilter'], 'LoRoCenterMixLevel' => ['shape' => '__doubleMinNegative60Max3', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__doubleMinNegative60Max3', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'ltRtSurroundMixLevel'], 'MetadataControl' => ['shape' => 'Eac3MetadataControl', 'locationName' => 'metadataControl'], 'PassthroughControl' => ['shape' => 'Eac3PassthroughControl', 'locationName' => 'passthroughControl'], 'PhaseControl' => ['shape' => 'Eac3PhaseControl', 'locationName' => 'phaseControl'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate'], 'StereoDownmix' => ['shape' => 'Eac3StereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3SurroundExMode', 'locationName' => 'surroundExMode'], 'SurroundMode' => ['shape' => 'Eac3SurroundMode', 'locationName' => 'surroundMode']]], 'Eac3StereoDownmix' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'LO_RO', 'LT_RT', 'DPL2']], 'Eac3SurroundExMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'Eac3SurroundMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'EmbeddedConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'EmbeddedDestinationSettings' => ['type' => 'structure', 'members' => ['Destination608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'destination608ChannelNumber'], 'Destination708ServiceNumber' => ['shape' => '__integerMin1Max6', 'locationName' => 'destination708ServiceNumber']]], 'EmbeddedSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'EmbeddedConvert608To708', 'locationName' => 'convert608To708'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber'], 'Source608TrackNumber' => ['shape' => '__integerMin1Max1', 'locationName' => 'source608TrackNumber'], 'TerminateCaptions' => ['shape' => 'EmbeddedTerminateCaptions', 'locationName' => 'terminateCaptions']]], 'EmbeddedTerminateCaptions' => ['type' => 'string', 'enum' => ['END_OF_INPUT', 'DISABLED']], 'Endpoint' => ['type' => 'structure', 'members' => ['Url' => ['shape' => '__string', 'locationName' => 'url']]], 'EsamManifestConfirmConditionNotification' => ['type' => 'structure', 'members' => ['MccXml' => ['shape' => '__stringPatternSNManifestConfirmConditionNotificationNS', 'locationName' => 'mccXml']]], 'EsamSettings' => ['type' => 'structure', 'members' => ['ManifestConfirmConditionNotification' => ['shape' => 'EsamManifestConfirmConditionNotification', 'locationName' => 'manifestConfirmConditionNotification'], 'ResponseSignalPreroll' => ['shape' => '__integerMin0Max30000', 'locationName' => 'responseSignalPreroll'], 'SignalProcessingNotification' => ['shape' => 'EsamSignalProcessingNotification', 'locationName' => 'signalProcessingNotification']]], 'EsamSignalProcessingNotification' => ['type' => 'structure', 'members' => ['SccXml' => ['shape' => '__stringPatternSNSignalProcessingNotificationNS', 'locationName' => 'sccXml']]], 'ExceptionBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'F4vMoovPlacement' => ['type' => 'string', 'enum' => ['PROGRESSIVE_DOWNLOAD', 'NORMAL']], 'F4vSettings' => ['type' => 'structure', 'members' => ['MoovPlacement' => ['shape' => 'F4vMoovPlacement', 'locationName' => 'moovPlacement']]], 'FileGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings']]], 'FileSourceConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'FileSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'FileSourceConvert608To708', 'locationName' => 'convert608To708'], 'SourceFile' => ['shape' => '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI', 'locationName' => 'sourceFile'], 'TimeDelta' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timeDelta']]], 'FontScript' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'HANS', 'HANT']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'FrameCaptureSettings' => ['type' => 'structure', 'members' => ['FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'MaxCaptures' => ['shape' => '__integerMin1Max10000000', 'locationName' => 'maxCaptures'], 'Quality' => ['shape' => '__integerMin1Max100', 'locationName' => 'quality']]], 'GetJobRequest' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id', 'location' => 'uri']], 'required' => ['Id']], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job', 'locationName' => 'job']]], 'GetJobTemplateRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'GetPresetRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetPresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'GetQueueRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'H264AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'H264CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LEVEL_1', 'LEVEL_1_1', 'LEVEL_1_2', 'LEVEL_1_3', 'LEVEL_2', 'LEVEL_2_1', 'LEVEL_2_2', 'LEVEL_3', 'LEVEL_3_1', 'LEVEL_3_2', 'LEVEL_4', 'LEVEL_4_1', 'LEVEL_4_2', 'LEVEL_5', 'LEVEL_5_1', 'LEVEL_5_2']], 'H264CodecProfile' => ['type' => 'string', 'enum' => ['BASELINE', 'HIGH', 'HIGH_10BIT', 'HIGH_422', 'HIGH_422_10BIT', 'MAIN']], 'H264DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'H264EntropyEncoding' => ['type' => 'string', 'enum' => ['CABAC', 'CAVLC']], 'H264FieldEncoding' => ['type' => 'string', 'enum' => ['PAFF', 'FORCE_FIELD']], 'H264FlickerAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'H264GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H264InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'H264ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'SINGLE_PASS_HQ', 'MULTI_PASS_HQ']], 'H264QvbrSettings' => ['type' => 'structure', 'members' => ['MaxAverageBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxAverageBitrate'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'H264RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR', 'QVBR']], 'H264RepeatPps' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'TRANSITION_DETECTION']], 'H264Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H264AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'Bitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'H264CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'H264CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'H264DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'EntropyEncoding' => ['shape' => 'H264EntropyEncoding', 'locationName' => 'entropyEncoding'], 'FieldEncoding' => ['shape' => 'H264FieldEncoding', 'locationName' => 'fieldEncoding'], 'FlickerAdaptiveQuantization' => ['shape' => 'H264FlickerAdaptiveQuantization', 'locationName' => 'flickerAdaptiveQuantization'], 'FramerateControl' => ['shape' => 'H264FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'H264FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H264GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H264GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max1152000000', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'H264InterlaceMode', 'locationName' => 'interlaceMode'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'NumberReferenceFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numberReferenceFrames'], 'ParControl' => ['shape' => 'H264ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'H264QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'QvbrSettings' => ['shape' => 'H264QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'H264RateControlMode', 'locationName' => 'rateControlMode'], 'RepeatPps' => ['shape' => 'H264RepeatPps', 'locationName' => 'repeatPps'], 'SceneChangeDetect' => ['shape' => 'H264SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SlowPal' => ['shape' => 'H264SlowPal', 'locationName' => 'slowPal'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAdaptiveQuantization' => ['shape' => 'H264SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Syntax' => ['shape' => 'H264Syntax', 'locationName' => 'syntax'], 'Telecine' => ['shape' => 'H264Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'H264TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization'], 'UnregisteredSeiTimecode' => ['shape' => 'H264UnregisteredSeiTimecode', 'locationName' => 'unregisteredSeiTimecode']]], 'H264SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'RP2027']], 'H264Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'H264TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264UnregisteredSeiTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'H265AlternateTransferFunctionSei' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LEVEL_1', 'LEVEL_2', 'LEVEL_2_1', 'LEVEL_3', 'LEVEL_3_1', 'LEVEL_4', 'LEVEL_4_1', 'LEVEL_5', 'LEVEL_5_1', 'LEVEL_5_2', 'LEVEL_6', 'LEVEL_6_1', 'LEVEL_6_2']], 'H265CodecProfile' => ['type' => 'string', 'enum' => ['MAIN_MAIN', 'MAIN_HIGH', 'MAIN10_MAIN', 'MAIN10_HIGH', 'MAIN_422_8BIT_MAIN', 'MAIN_422_8BIT_HIGH', 'MAIN_422_10BIT_MAIN', 'MAIN_422_10BIT_HIGH']], 'H265DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'H265FlickerAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H265FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'H265GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H265InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'H265ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H265QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'SINGLE_PASS_HQ', 'MULTI_PASS_HQ']], 'H265QvbrSettings' => ['type' => 'structure', 'members' => ['MaxAverageBitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'maxAverageBitrate'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'H265RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR', 'QVBR']], 'H265SampleAdaptiveOffsetFilterMode' => ['type' => 'string', 'enum' => ['DEFAULT', 'ADAPTIVE', 'OFF']], 'H265SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'TRANSITION_DETECTION']], 'H265Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H265AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AlternateTransferFunctionSei' => ['shape' => 'H265AlternateTransferFunctionSei', 'locationName' => 'alternateTransferFunctionSei'], 'Bitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'H265CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'H265CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'H265DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'FlickerAdaptiveQuantization' => ['shape' => 'H265FlickerAdaptiveQuantization', 'locationName' => 'flickerAdaptiveQuantization'], 'FramerateControl' => ['shape' => 'H265FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'H265FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H265GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H265GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max1466400000', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'H265InterlaceMode', 'locationName' => 'interlaceMode'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'NumberReferenceFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numberReferenceFrames'], 'ParControl' => ['shape' => 'H265ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'H265QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'QvbrSettings' => ['shape' => 'H265QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'H265RateControlMode', 'locationName' => 'rateControlMode'], 'SampleAdaptiveOffsetFilterMode' => ['shape' => 'H265SampleAdaptiveOffsetFilterMode', 'locationName' => 'sampleAdaptiveOffsetFilterMode'], 'SceneChangeDetect' => ['shape' => 'H265SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SlowPal' => ['shape' => 'H265SlowPal', 'locationName' => 'slowPal'], 'SpatialAdaptiveQuantization' => ['shape' => 'H265SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Telecine' => ['shape' => 'H265Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'H265TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization'], 'TemporalIds' => ['shape' => 'H265TemporalIds', 'locationName' => 'temporalIds'], 'Tiles' => ['shape' => 'H265Tiles', 'locationName' => 'tiles'], 'UnregisteredSeiTimecode' => ['shape' => 'H265UnregisteredSeiTimecode', 'locationName' => 'unregisteredSeiTimecode'], 'WriteMp4PackagingType' => ['shape' => 'H265WriteMp4PackagingType', 'locationName' => 'writeMp4PackagingType']]], 'H265SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'H265TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265TemporalIds' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Tiles' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265UnregisteredSeiTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265WriteMp4PackagingType' => ['type' => 'string', 'enum' => ['HVC1', 'HEV1']], 'Hdr10Metadata' => ['type' => 'structure', 'members' => ['BluePrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'bluePrimaryX'], 'BluePrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'bluePrimaryY'], 'GreenPrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'greenPrimaryX'], 'GreenPrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'greenPrimaryY'], 'MaxContentLightLevel' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxContentLightLevel'], 'MaxFrameAverageLightLevel' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxFrameAverageLightLevel'], 'MaxLuminance' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'maxLuminance'], 'MinLuminance' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minLuminance'], 'RedPrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'redPrimaryX'], 'RedPrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'redPrimaryY'], 'WhitePointX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'whitePointX'], 'WhitePointY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'whitePointY']]], 'HlsAdMarkers' => ['type' => 'string', 'enum' => ['ELEMENTAL', 'ELEMENTAL_SCTE35']], 'HlsAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'HlsAudioOnlyContainer' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'M2TS']], 'HlsAudioTrackType' => ['type' => 'string', 'enum' => ['ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT', 'ALTERNATE_AUDIO_AUTO_SELECT', 'ALTERNATE_AUDIO_NOT_AUTO_SELECT', 'AUDIO_ONLY_VARIANT_STREAM']], 'HlsCaptionLanguageMapping' => ['type' => 'structure', 'members' => ['CaptionChannel' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'captionChannel'], 'CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'HlsCaptionLanguageSetting' => ['type' => 'string', 'enum' => ['INSERT', 'OMIT', 'NONE']], 'HlsClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_6381', 'RFC_4281']], 'HlsDirectoryStructure' => ['type' => 'string', 'enum' => ['SINGLE_DIRECTORY', 'SUBDIRECTORY_PER_STREAM']], 'HlsEncryptionSettings' => ['type' => 'structure', 'members' => ['ConstantInitializationVector' => ['shape' => '__stringMin32Max32Pattern09aFAF32', 'locationName' => 'constantInitializationVector'], 'EncryptionMethod' => ['shape' => 'HlsEncryptionType', 'locationName' => 'encryptionMethod'], 'InitializationVectorInManifest' => ['shape' => 'HlsInitializationVectorInManifest', 'locationName' => 'initializationVectorInManifest'], 'OfflineEncrypted' => ['shape' => 'HlsOfflineEncrypted', 'locationName' => 'offlineEncrypted'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider'], 'StaticKeyProvider' => ['shape' => 'StaticKeyProvider', 'locationName' => 'staticKeyProvider'], 'Type' => ['shape' => 'HlsKeyProviderType', 'locationName' => 'type']]], 'HlsEncryptionType' => ['type' => 'string', 'enum' => ['AES128', 'SAMPLE_AES']], 'HlsGroupSettings' => ['type' => 'structure', 'members' => ['AdMarkers' => ['shape' => '__listOfHlsAdMarkers', 'locationName' => 'adMarkers'], 'AdditionalManifests' => ['shape' => '__listOfHlsAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'CaptionLanguageMappings' => ['shape' => '__listOfHlsCaptionLanguageMapping', 'locationName' => 'captionLanguageMappings'], 'CaptionLanguageSetting' => ['shape' => 'HlsCaptionLanguageSetting', 'locationName' => 'captionLanguageSetting'], 'ClientCache' => ['shape' => 'HlsClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'HlsCodecSpecification', 'locationName' => 'codecSpecification'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'DirectoryStructure' => ['shape' => 'HlsDirectoryStructure', 'locationName' => 'directoryStructure'], 'Encryption' => ['shape' => 'HlsEncryptionSettings', 'locationName' => 'encryption'], 'ManifestCompression' => ['shape' => 'HlsManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'HlsManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinFinalSegmentLength' => ['shape' => '__doubleMin0Max2147483647', 'locationName' => 'minFinalSegmentLength'], 'MinSegmentLength' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minSegmentLength'], 'OutputSelection' => ['shape' => 'HlsOutputSelection', 'locationName' => 'outputSelection'], 'ProgramDateTime' => ['shape' => 'HlsProgramDateTime', 'locationName' => 'programDateTime'], 'ProgramDateTimePeriod' => ['shape' => '__integerMin0Max3600', 'locationName' => 'programDateTimePeriod'], 'SegmentControl' => ['shape' => 'HlsSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'SegmentsPerSubdirectory' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentsPerSubdirectory'], 'StreamInfResolution' => ['shape' => 'HlsStreamInfResolution', 'locationName' => 'streamInfResolution'], 'TimedMetadataId3Frame' => ['shape' => 'HlsTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timedMetadataId3Period'], 'TimestampDeltaMilliseconds' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timestampDeltaMilliseconds']]], 'HlsIFrameOnlyManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsInitializationVectorInManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsKeyProviderType' => ['type' => 'string', 'enum' => ['SPEKE', 'STATIC_KEY']], 'HlsManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'HlsManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'HlsOfflineEncrypted' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'HlsOutputSelection' => ['type' => 'string', 'enum' => ['MANIFESTS_AND_SEGMENTS', 'SEGMENTS_ONLY']], 'HlsProgramDateTime' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'HlsSettings' => ['type' => 'structure', 'members' => ['AudioGroupId' => ['shape' => '__string', 'locationName' => 'audioGroupId'], 'AudioOnlyContainer' => ['shape' => 'HlsAudioOnlyContainer', 'locationName' => 'audioOnlyContainer'], 'AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets'], 'AudioTrackType' => ['shape' => 'HlsAudioTrackType', 'locationName' => 'audioTrackType'], 'IFrameOnlyManifest' => ['shape' => 'HlsIFrameOnlyManifest', 'locationName' => 'iFrameOnlyManifest'], 'SegmentModifier' => ['shape' => '__string', 'locationName' => 'segmentModifier']]], 'HlsStreamInfResolution' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'Id3Insertion' => ['type' => 'structure', 'members' => ['Id3' => ['shape' => '__stringPatternAZaZ0902', 'locationName' => 'id3'], 'Timecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'timecode']]], 'ImageInserter' => ['type' => 'structure', 'members' => ['InsertableImages' => ['shape' => '__listOfInsertableImage', 'locationName' => 'insertableImages']]], 'ImscDestinationSettings' => ['type' => 'structure', 'members' => ['StylePassthrough' => ['shape' => 'ImscStylePassthrough', 'locationName' => 'stylePassthrough']]], 'ImscStylePassthrough' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Input' => ['type' => 'structure', 'members' => ['AudioSelectorGroups' => ['shape' => '__mapOfAudioSelectorGroup', 'locationName' => 'audioSelectorGroups'], 'AudioSelectors' => ['shape' => '__mapOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__mapOfCaptionSelector', 'locationName' => 'captionSelectors'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DecryptionSettings' => ['shape' => 'InputDecryptionSettings', 'locationName' => 'decryptionSettings'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FileInput' => ['shape' => '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL', 'locationName' => 'fileInput'], 'FilterEnable' => ['shape' => 'InputFilterEnable', 'locationName' => 'filterEnable'], 'FilterStrength' => ['shape' => '__integerMinNegative5Max5', 'locationName' => 'filterStrength'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'InputClippings' => ['shape' => '__listOfInputClipping', 'locationName' => 'inputClippings'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'ProgramNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'programNumber'], 'PsiControl' => ['shape' => 'InputPsiControl', 'locationName' => 'psiControl'], 'SupplementalImps' => ['shape' => '__listOf__stringPatternS3ASSETMAPXml', 'locationName' => 'supplementalImps'], 'TimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'timecodeSource'], 'TimecodeStart' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'timecodeStart'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputClipping' => ['type' => 'structure', 'members' => ['EndTimecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'endTimecode'], 'StartTimecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'startTimecode']]], 'InputDeblockFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'InputDecryptionSettings' => ['type' => 'structure', 'members' => ['DecryptionMode' => ['shape' => 'DecryptionMode', 'locationName' => 'decryptionMode'], 'EncryptedDecryptionKey' => ['shape' => '__stringMin24Max512PatternAZaZ0902', 'locationName' => 'encryptedDecryptionKey'], 'InitializationVector' => ['shape' => '__stringMin16Max24PatternAZaZ0922AZaZ0916', 'locationName' => 'initializationVector'], 'KmsKeyRegion' => ['shape' => '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912', 'locationName' => 'kmsKeyRegion']]], 'InputDenoiseFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'InputFilterEnable' => ['type' => 'string', 'enum' => ['AUTO', 'DISABLE', 'FORCE']], 'InputPsiControl' => ['type' => 'string', 'enum' => ['IGNORE_PSI', 'USE_PSI']], 'InputRotate' => ['type' => 'string', 'enum' => ['DEGREE_0', 'DEGREES_90', 'DEGREES_180', 'DEGREES_270', 'AUTO']], 'InputTemplate' => ['type' => 'structure', 'members' => ['AudioSelectorGroups' => ['shape' => '__mapOfAudioSelectorGroup', 'locationName' => 'audioSelectorGroups'], 'AudioSelectors' => ['shape' => '__mapOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__mapOfCaptionSelector', 'locationName' => 'captionSelectors'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FilterEnable' => ['shape' => 'InputFilterEnable', 'locationName' => 'filterEnable'], 'FilterStrength' => ['shape' => '__integerMinNegative5Max5', 'locationName' => 'filterStrength'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'InputClippings' => ['shape' => '__listOfInputClipping', 'locationName' => 'inputClippings'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'ProgramNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'programNumber'], 'PsiControl' => ['shape' => 'InputPsiControl', 'locationName' => 'psiControl'], 'TimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'timecodeSource'], 'TimecodeStart' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'timecodeStart'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputTimecodeSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'ZEROBASED', 'SPECIFIEDSTART']], 'InsertableImage' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'duration'], 'FadeIn' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'fadeIn'], 'FadeOut' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'fadeOut'], 'Height' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'height'], 'ImageInserterInput' => ['shape' => '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA', 'locationName' => 'imageInserterInput'], 'ImageX' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageY'], 'Layer' => ['shape' => '__integerMin0Max99', 'locationName' => 'layer'], 'Opacity' => ['shape' => '__integerMin0Max100', 'locationName' => 'opacity'], 'StartTime' => ['shape' => '__stringPattern01D20305D205D', 'locationName' => 'startTime'], 'Width' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'width']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'Job' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'AccelerationStatus' => ['shape' => 'AccelerationStatus', 'locationName' => 'accelerationStatus'], 'Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'BillingTagsSource' => ['shape' => 'BillingTagsSource', 'locationName' => 'billingTagsSource'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'CurrentPhase' => ['shape' => 'JobPhase', 'locationName' => 'currentPhase'], 'ErrorCode' => ['shape' => '__integer', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'JobPercentComplete' => ['shape' => '__integer', 'locationName' => 'jobPercentComplete'], 'JobTemplate' => ['shape' => '__string', 'locationName' => 'jobTemplate'], 'Messages' => ['shape' => 'JobMessages', 'locationName' => 'messages'], 'OutputGroupDetails' => ['shape' => '__listOfOutputGroupDetail', 'locationName' => 'outputGroupDetails'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'RetryCount' => ['shape' => '__integer', 'locationName' => 'retryCount'], 'Role' => ['shape' => '__string', 'locationName' => 'role'], 'Settings' => ['shape' => 'JobSettings', 'locationName' => 'settings'], 'SimulateReservedQueue' => ['shape' => 'SimulateReservedQueue', 'locationName' => 'simulateReservedQueue'], 'Status' => ['shape' => 'JobStatus', 'locationName' => 'status'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Timing' => ['shape' => 'Timing', 'locationName' => 'timing'], 'UserMetadata' => ['shape' => '__mapOf__string', 'locationName' => 'userMetadata']], 'required' => ['Role', 'Settings']], 'JobMessages' => ['type' => 'structure', 'members' => ['Info' => ['shape' => '__listOf__string', 'locationName' => 'info'], 'Warning' => ['shape' => '__listOf__string', 'locationName' => 'warning']]], 'JobPhase' => ['type' => 'string', 'enum' => ['PROBING', 'TRANSCODING', 'UPLOADING']], 'JobSettings' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'Esam' => ['shape' => 'EsamSettings', 'locationName' => 'esam'], 'Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'MotionImageInserter' => ['shape' => 'MotionImageInserter', 'locationName' => 'motionImageInserter'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'TimedMetadataInsertion' => ['shape' => 'TimedMetadataInsertion', 'locationName' => 'timedMetadataInsertion']]], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'PROGRESSING', 'COMPLETE', 'CANCELED', 'ERROR']], 'JobTemplate' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Settings', 'Name']], 'JobTemplateListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE', 'SYSTEM']], 'JobTemplateSettings' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'Esam' => ['shape' => 'EsamSettings', 'locationName' => 'esam'], 'Inputs' => ['shape' => '__listOfInputTemplate', 'locationName' => 'inputs'], 'MotionImageInserter' => ['shape' => 'MotionImageInserter', 'locationName' => 'motionImageInserter'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'TimedMetadataInsertion' => ['shape' => 'TimedMetadataInsertion', 'locationName' => 'timedMetadataInsertion']]], 'LanguageCode' => ['type' => 'string', 'enum' => ['ENG', 'SPA', 'FRA', 'DEU', 'GER', 'ZHO', 'ARA', 'HIN', 'JPN', 'RUS', 'POR', 'ITA', 'URD', 'VIE', 'KOR', 'PAN', 'ABK', 'AAR', 'AFR', 'AKA', 'SQI', 'AMH', 'ARG', 'HYE', 'ASM', 'AVA', 'AVE', 'AYM', 'AZE', 'BAM', 'BAK', 'EUS', 'BEL', 'BEN', 'BIH', 'BIS', 'BOS', 'BRE', 'BUL', 'MYA', 'CAT', 'KHM', 'CHA', 'CHE', 'NYA', 'CHU', 'CHV', 'COR', 'COS', 'CRE', 'HRV', 'CES', 'DAN', 'DIV', 'NLD', 'DZO', 'ENM', 'EPO', 'EST', 'EWE', 'FAO', 'FIJ', 'FIN', 'FRM', 'FUL', 'GLA', 'GLG', 'LUG', 'KAT', 'ELL', 'GRN', 'GUJ', 'HAT', 'HAU', 'HEB', 'HER', 'HMO', 'HUN', 'ISL', 'IDO', 'IBO', 'IND', 'INA', 'ILE', 'IKU', 'IPK', 'GLE', 'JAV', 'KAL', 'KAN', 'KAU', 'KAS', 'KAZ', 'KIK', 'KIN', 'KIR', 'KOM', 'KON', 'KUA', 'KUR', 'LAO', 'LAT', 'LAV', 'LIM', 'LIN', 'LIT', 'LUB', 'LTZ', 'MKD', 'MLG', 'MSA', 'MAL', 'MLT', 'GLV', 'MRI', 'MAR', 'MAH', 'MON', 'NAU', 'NAV', 'NDE', 'NBL', 'NDO', 'NEP', 'SME', 'NOR', 'NOB', 'NNO', 'OCI', 'OJI', 'ORI', 'ORM', 'OSS', 'PLI', 'FAS', 'POL', 'PUS', 'QUE', 'QAA', 'RON', 'ROH', 'RUN', 'SMO', 'SAG', 'SAN', 'SRD', 'SRB', 'SNA', 'III', 'SND', 'SIN', 'SLK', 'SLV', 'SOM', 'SOT', 'SUN', 'SWA', 'SSW', 'SWE', 'TGL', 'TAH', 'TGK', 'TAM', 'TAT', 'TEL', 'THA', 'BOD', 'TIR', 'TON', 'TSO', 'TSN', 'TUR', 'TUK', 'TWI', 'UIG', 'UKR', 'UZB', 'VEN', 'VOL', 'WLN', 'CYM', 'FRY', 'WOL', 'XHO', 'YID', 'YOR', 'ZHA', 'ZUL', 'ORJ', 'QPC', 'TNG']], 'ListJobTemplatesRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category', 'location' => 'querystring'], 'ListBy' => ['shape' => 'JobTemplateListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListJobTemplatesResponse' => ['type' => 'structure', 'members' => ['JobTemplates' => ['shape' => '__listOfJobTemplate', 'locationName' => 'jobTemplates'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue', 'location' => 'querystring'], 'Status' => ['shape' => 'JobStatus', 'locationName' => 'status', 'location' => 'querystring']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => '__listOfJob', 'locationName' => 'jobs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListPresetsRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category', 'location' => 'querystring'], 'ListBy' => ['shape' => 'PresetListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListPresetsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Presets' => ['shape' => '__listOfPreset', 'locationName' => 'presets']]], 'ListQueuesRequest' => ['type' => 'structure', 'members' => ['ListBy' => ['shape' => 'QueueListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListQueuesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Queues' => ['shape' => '__listOfQueue', 'locationName' => 'queues']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri']], 'required' => ['Arn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['ResourceTags' => ['shape' => 'ResourceTags', 'locationName' => 'resourceTags']]], 'M2tsAudioBufferModel' => ['type' => 'string', 'enum' => ['DVB', 'ATSC']], 'M2tsBufferModel' => ['type' => 'string', 'enum' => ['MULTIPLEX', 'NONE']], 'M2tsEbpAudioInterval' => ['type' => 'string', 'enum' => ['VIDEO_AND_FIXED_INTERVALS', 'VIDEO_INTERVAL']], 'M2tsEbpPlacement' => ['type' => 'string', 'enum' => ['VIDEO_AND_AUDIO_PIDS', 'VIDEO_PID']], 'M2tsEsRateInPes' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'M2tsForceTsVideoEbpOrder' => ['type' => 'string', 'enum' => ['FORCE', 'DEFAULT']], 'M2tsNielsenId3' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'M2tsPcrControl' => ['type' => 'string', 'enum' => ['PCR_EVERY_PES_PACKET', 'CONFIGURED_PCR_PERIOD']], 'M2tsRateMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR']], 'M2tsScte35Esam' => ['type' => 'structure', 'members' => ['Scte35EsamPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35EsamPid']]], 'M2tsScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'M2tsSegmentationMarkers' => ['type' => 'string', 'enum' => ['NONE', 'RAI_SEGSTART', 'RAI_ADAPT', 'PSI_SEGSTART', 'EBP', 'EBP_LEGACY']], 'M2tsSegmentationStyle' => ['type' => 'string', 'enum' => ['MAINTAIN_CADENCE', 'RESET_CADENCE']], 'M2tsSettings' => ['type' => 'structure', 'members' => ['AudioBufferModel' => ['shape' => 'M2tsAudioBufferModel', 'locationName' => 'audioBufferModel'], 'AudioFramesPerPes' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'audioPids'], 'Bitrate' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'bitrate'], 'BufferModel' => ['shape' => 'M2tsBufferModel', 'locationName' => 'bufferModel'], 'DvbNitSettings' => ['shape' => 'DvbNitSettings', 'locationName' => 'dvbNitSettings'], 'DvbSdtSettings' => ['shape' => 'DvbSdtSettings', 'locationName' => 'dvbSdtSettings'], 'DvbSubPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'dvbSubPids'], 'DvbTdtSettings' => ['shape' => 'DvbTdtSettings', 'locationName' => 'dvbTdtSettings'], 'DvbTeletextPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'dvbTeletextPid'], 'EbpAudioInterval' => ['shape' => 'M2tsEbpAudioInterval', 'locationName' => 'ebpAudioInterval'], 'EbpPlacement' => ['shape' => 'M2tsEbpPlacement', 'locationName' => 'ebpPlacement'], 'EsRateInPes' => ['shape' => 'M2tsEsRateInPes', 'locationName' => 'esRateInPes'], 'ForceTsVideoEbpOrder' => ['shape' => 'M2tsForceTsVideoEbpOrder', 'locationName' => 'forceTsVideoEbpOrder'], 'FragmentTime' => ['shape' => '__doubleMin0', 'locationName' => 'fragmentTime'], 'MaxPcrInterval' => ['shape' => '__integerMin0Max500', 'locationName' => 'maxPcrInterval'], 'MinEbpInterval' => ['shape' => '__integerMin0Max10000', 'locationName' => 'minEbpInterval'], 'NielsenId3' => ['shape' => 'M2tsNielsenId3', 'locationName' => 'nielsenId3'], 'NullPacketBitrate' => ['shape' => '__doubleMin0', 'locationName' => 'nullPacketBitrate'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M2tsPcrControl', 'locationName' => 'pcrControl'], 'PcrPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'privateMetadataPid'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'RateMode' => ['shape' => 'M2tsRateMode', 'locationName' => 'rateMode'], 'Scte35Esam' => ['shape' => 'M2tsScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Pid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35Pid'], 'Scte35Source' => ['shape' => 'M2tsScte35Source', 'locationName' => 'scte35Source'], 'SegmentationMarkers' => ['shape' => 'M2tsSegmentationMarkers', 'locationName' => 'segmentationMarkers'], 'SegmentationStyle' => ['shape' => 'M2tsSegmentationStyle', 'locationName' => 'segmentationStyle'], 'SegmentationTime' => ['shape' => '__doubleMin0', 'locationName' => 'segmentationTime'], 'TimedMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'videoPid']]], 'M3u8NielsenId3' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'M3u8PcrControl' => ['type' => 'string', 'enum' => ['PCR_EVERY_PES_PACKET', 'CONFIGURED_PCR_PERIOD']], 'M3u8Scte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'M3u8Settings' => ['type' => 'structure', 'members' => ['AudioFramesPerPes' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'audioPids'], 'NielsenId3' => ['shape' => 'M3u8NielsenId3', 'locationName' => 'nielsenId3'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M3u8PcrControl', 'locationName' => 'pcrControl'], 'PcrPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'privateMetadataPid'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'Scte35Pid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35Pid'], 'Scte35Source' => ['shape' => 'M3u8Scte35Source', 'locationName' => 'scte35Source'], 'TimedMetadata' => ['shape' => 'TimedMetadata', 'locationName' => 'timedMetadata'], 'TimedMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'videoPid']]], 'MotionImageInserter' => ['type' => 'structure', 'members' => ['Framerate' => ['shape' => 'MotionImageInsertionFramerate', 'locationName' => 'framerate'], 'Input' => ['shape' => '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png', 'locationName' => 'input'], 'InsertionMode' => ['shape' => 'MotionImageInsertionMode', 'locationName' => 'insertionMode'], 'Offset' => ['shape' => 'MotionImageInsertionOffset', 'locationName' => 'offset'], 'Playback' => ['shape' => 'MotionImagePlayback', 'locationName' => 'playback'], 'StartTime' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'startTime']]], 'MotionImageInsertionFramerate' => ['type' => 'structure', 'members' => ['FramerateDenominator' => ['shape' => '__integerMin1Max17895697', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483640', 'locationName' => 'framerateNumerator']]], 'MotionImageInsertionMode' => ['type' => 'string', 'enum' => ['MOV', 'PNG']], 'MotionImageInsertionOffset' => ['type' => 'structure', 'members' => ['ImageX' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageY']]], 'MotionImagePlayback' => ['type' => 'string', 'enum' => ['ONCE', 'REPEAT']], 'MovClapAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'MovCslgAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'MovMpeg2FourCCControl' => ['type' => 'string', 'enum' => ['XDCAM', 'MPEG']], 'MovPaddingControl' => ['type' => 'string', 'enum' => ['OMNEON', 'NONE']], 'MovReference' => ['type' => 'string', 'enum' => ['SELF_CONTAINED', 'EXTERNAL']], 'MovSettings' => ['type' => 'structure', 'members' => ['ClapAtom' => ['shape' => 'MovClapAtom', 'locationName' => 'clapAtom'], 'CslgAtom' => ['shape' => 'MovCslgAtom', 'locationName' => 'cslgAtom'], 'Mpeg2FourCCControl' => ['shape' => 'MovMpeg2FourCCControl', 'locationName' => 'mpeg2FourCCControl'], 'PaddingControl' => ['shape' => 'MovPaddingControl', 'locationName' => 'paddingControl'], 'Reference' => ['shape' => 'MovReference', 'locationName' => 'reference']]], 'Mp2Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin32000Max384000', 'locationName' => 'bitrate'], 'Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin32000Max48000', 'locationName' => 'sampleRate']]], 'Mp3RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'Mp3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin16000Max320000', 'locationName' => 'bitrate'], 'Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'RateControlMode' => ['shape' => 'Mp3RateControlMode', 'locationName' => 'rateControlMode'], 'SampleRate' => ['shape' => '__integerMin22050Max48000', 'locationName' => 'sampleRate'], 'VbrQuality' => ['shape' => '__integerMin0Max9', 'locationName' => 'vbrQuality']]], 'Mp4CslgAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'Mp4FreeSpaceBox' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'Mp4MoovPlacement' => ['type' => 'string', 'enum' => ['PROGRESSIVE_DOWNLOAD', 'NORMAL']], 'Mp4Settings' => ['type' => 'structure', 'members' => ['CslgAtom' => ['shape' => 'Mp4CslgAtom', 'locationName' => 'cslgAtom'], 'CttsVersion' => ['shape' => '__integerMin0Max1', 'locationName' => 'cttsVersion'], 'FreeSpaceBox' => ['shape' => 'Mp4FreeSpaceBox', 'locationName' => 'freeSpaceBox'], 'MoovPlacement' => ['shape' => 'Mp4MoovPlacement', 'locationName' => 'moovPlacement'], 'Mp4MajorBrand' => ['shape' => '__string', 'locationName' => 'mp4MajorBrand']]], 'MpdCaptionContainerType' => ['type' => 'string', 'enum' => ['RAW', 'FRAGMENTED_MP4']], 'MpdScte35Esam' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'MpdScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'MpdSettings' => ['type' => 'structure', 'members' => ['CaptionContainerType' => ['shape' => 'MpdCaptionContainerType', 'locationName' => 'captionContainerType'], 'Scte35Esam' => ['shape' => 'MpdScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Source' => ['shape' => 'MpdScte35Source', 'locationName' => 'scte35Source']]], 'Mpeg2AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH']], 'Mpeg2CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LOW', 'MAIN', 'HIGH1440', 'HIGH']], 'Mpeg2CodecProfile' => ['type' => 'string', 'enum' => ['MAIN', 'PROFILE_422']], 'Mpeg2DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'Mpeg2FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Mpeg2FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Mpeg2GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'Mpeg2InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'Mpeg2IntraDcPrecision' => ['type' => 'string', 'enum' => ['AUTO', 'INTRA_DC_PRECISION_8', 'INTRA_DC_PRECISION_9', 'INTRA_DC_PRECISION_10', 'INTRA_DC_PRECISION_11']], 'Mpeg2ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Mpeg2QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'MULTI_PASS']], 'Mpeg2RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR']], 'Mpeg2SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'Mpeg2AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'Bitrate' => ['shape' => '__integerMin1000Max288000000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'Mpeg2CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'Mpeg2CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'Mpeg2DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'FramerateControl' => ['shape' => 'Mpeg2FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Mpeg2FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max1001', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin24Max60000', 'locationName' => 'framerateNumerator'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'Mpeg2GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max47185920', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'Mpeg2InterlaceMode', 'locationName' => 'interlaceMode'], 'IntraDcPrecision' => ['shape' => 'Mpeg2IntraDcPrecision', 'locationName' => 'intraDcPrecision'], 'MaxBitrate' => ['shape' => '__integerMin1000Max300000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'ParControl' => ['shape' => 'Mpeg2ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'Mpeg2QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'RateControlMode' => ['shape' => 'Mpeg2RateControlMode', 'locationName' => 'rateControlMode'], 'SceneChangeDetect' => ['shape' => 'Mpeg2SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'SlowPal' => ['shape' => 'Mpeg2SlowPal', 'locationName' => 'slowPal'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAdaptiveQuantization' => ['shape' => 'Mpeg2SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Syntax' => ['shape' => 'Mpeg2Syntax', 'locationName' => 'syntax'], 'Telecine' => ['shape' => 'Mpeg2Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'Mpeg2TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization']]], 'Mpeg2SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'D_10']], 'Mpeg2Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'Mpeg2TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'MsSmoothAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'MsSmoothAudioDeduplication' => ['type' => 'string', 'enum' => ['COMBINE_DUPLICATE_STREAMS', 'NONE']], 'MsSmoothEncryptionSettings' => ['type' => 'structure', 'members' => ['SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider']]], 'MsSmoothGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfMsSmoothAdditionalManifest', 'locationName' => 'additionalManifests'], 'AudioDeduplication' => ['shape' => 'MsSmoothAudioDeduplication', 'locationName' => 'audioDeduplication'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'MsSmoothEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'ManifestEncoding' => ['shape' => 'MsSmoothManifestEncoding', 'locationName' => 'manifestEncoding']]], 'MsSmoothManifestEncoding' => ['type' => 'string', 'enum' => ['UTF8', 'UTF16']], 'NielsenConfiguration' => ['type' => 'structure', 'members' => ['BreakoutCode' => ['shape' => '__integerMin0Max0', 'locationName' => 'breakoutCode'], 'DistributorId' => ['shape' => '__string', 'locationName' => 'distributorId']]], 'NoiseReducer' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'NoiseReducerFilter', 'locationName' => 'filter'], 'FilterSettings' => ['shape' => 'NoiseReducerFilterSettings', 'locationName' => 'filterSettings'], 'SpatialFilterSettings' => ['shape' => 'NoiseReducerSpatialFilterSettings', 'locationName' => 'spatialFilterSettings'], 'TemporalFilterSettings' => ['shape' => 'NoiseReducerTemporalFilterSettings', 'locationName' => 'temporalFilterSettings']]], 'NoiseReducerFilter' => ['type' => 'string', 'enum' => ['BILATERAL', 'MEAN', 'GAUSSIAN', 'LANCZOS', 'SHARPEN', 'CONSERVE', 'SPATIAL', 'TEMPORAL']], 'NoiseReducerFilterSettings' => ['type' => 'structure', 'members' => ['Strength' => ['shape' => '__integerMin0Max3', 'locationName' => 'strength']]], 'NoiseReducerSpatialFilterSettings' => ['type' => 'structure', 'members' => ['PostFilterSharpenStrength' => ['shape' => '__integerMin0Max3', 'locationName' => 'postFilterSharpenStrength'], 'Speed' => ['shape' => '__integerMinNegative2Max3', 'locationName' => 'speed'], 'Strength' => ['shape' => '__integerMin0Max16', 'locationName' => 'strength']]], 'NoiseReducerTemporalFilterSettings' => ['type' => 'structure', 'members' => ['AggressiveMode' => ['shape' => '__integerMin0Max4', 'locationName' => 'aggressiveMode'], 'Speed' => ['shape' => '__integerMinNegative1Max3', 'locationName' => 'speed'], 'Strength' => ['shape' => '__integerMin0Max16', 'locationName' => 'strength']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'Order' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'Output' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescription', 'locationName' => 'captionDescriptions'], 'ContainerSettings' => ['shape' => 'ContainerSettings', 'locationName' => 'containerSettings'], 'Extension' => ['shape' => '__string', 'locationName' => 'extension'], 'NameModifier' => ['shape' => '__stringMin1', 'locationName' => 'nameModifier'], 'OutputSettings' => ['shape' => 'OutputSettings', 'locationName' => 'outputSettings'], 'Preset' => ['shape' => '__stringMin0', 'locationName' => 'preset'], 'VideoDescription' => ['shape' => 'VideoDescription', 'locationName' => 'videoDescription']]], 'OutputChannelMapping' => ['type' => 'structure', 'members' => ['InputChannels' => ['shape' => '__listOf__integerMinNegative60Max6', 'locationName' => 'inputChannels']]], 'OutputDetail' => ['type' => 'structure', 'members' => ['DurationInMs' => ['shape' => '__integer', 'locationName' => 'durationInMs'], 'VideoDetails' => ['shape' => 'VideoDetail', 'locationName' => 'videoDetails']]], 'OutputGroup' => ['type' => 'structure', 'members' => ['CustomName' => ['shape' => '__string', 'locationName' => 'customName'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OutputGroupSettings' => ['shape' => 'OutputGroupSettings', 'locationName' => 'outputGroupSettings'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']]], 'OutputGroupDetail' => ['type' => 'structure', 'members' => ['OutputDetails' => ['shape' => '__listOfOutputDetail', 'locationName' => 'outputDetails']]], 'OutputGroupSettings' => ['type' => 'structure', 'members' => ['CmafGroupSettings' => ['shape' => 'CmafGroupSettings', 'locationName' => 'cmafGroupSettings'], 'DashIsoGroupSettings' => ['shape' => 'DashIsoGroupSettings', 'locationName' => 'dashIsoGroupSettings'], 'FileGroupSettings' => ['shape' => 'FileGroupSettings', 'locationName' => 'fileGroupSettings'], 'HlsGroupSettings' => ['shape' => 'HlsGroupSettings', 'locationName' => 'hlsGroupSettings'], 'MsSmoothGroupSettings' => ['shape' => 'MsSmoothGroupSettings', 'locationName' => 'msSmoothGroupSettings'], 'Type' => ['shape' => 'OutputGroupType', 'locationName' => 'type']]], 'OutputGroupType' => ['type' => 'string', 'enum' => ['HLS_GROUP_SETTINGS', 'DASH_ISO_GROUP_SETTINGS', 'FILE_GROUP_SETTINGS', 'MS_SMOOTH_GROUP_SETTINGS', 'CMAF_GROUP_SETTINGS']], 'OutputSdt' => ['type' => 'string', 'enum' => ['SDT_FOLLOW', 'SDT_FOLLOW_IF_PRESENT', 'SDT_MANUAL', 'SDT_NONE']], 'OutputSettings' => ['type' => 'structure', 'members' => ['HlsSettings' => ['shape' => 'HlsSettings', 'locationName' => 'hlsSettings']]], 'Preset' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Settings', 'Name']], 'PresetListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE', 'SYSTEM']], 'PresetSettings' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescriptionPreset', 'locationName' => 'captionDescriptions'], 'ContainerSettings' => ['shape' => 'ContainerSettings', 'locationName' => 'containerSettings'], 'VideoDescription' => ['shape' => 'VideoDescription', 'locationName' => 'videoDescription']]], 'PricingPlan' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'RESERVED']], 'ProresCodecProfile' => ['type' => 'string', 'enum' => ['APPLE_PRORES_422', 'APPLE_PRORES_422_HQ', 'APPLE_PRORES_422_LT', 'APPLE_PRORES_422_PROXY']], 'ProresFramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'ProresFramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'ProresInterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'ProresParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'ProresSettings' => ['type' => 'structure', 'members' => ['CodecProfile' => ['shape' => 'ProresCodecProfile', 'locationName' => 'codecProfile'], 'FramerateControl' => ['shape' => 'ProresFramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'ProresFramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'InterlaceMode' => ['shape' => 'ProresInterlaceMode', 'locationName' => 'interlaceMode'], 'ParControl' => ['shape' => 'ProresParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'SlowPal' => ['shape' => 'ProresSlowPal', 'locationName' => 'slowPal'], 'Telecine' => ['shape' => 'ProresTelecine', 'locationName' => 'telecine']]], 'ProresSlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'ProresTelecine' => ['type' => 'string', 'enum' => ['NONE', 'HARD']], 'Queue' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PricingPlan' => ['shape' => 'PricingPlan', 'locationName' => 'pricingPlan'], 'ProgressingJobsCount' => ['shape' => '__integer', 'locationName' => 'progressingJobsCount'], 'ReservationPlan' => ['shape' => 'ReservationPlan', 'locationName' => 'reservationPlan'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status'], 'SubmittedJobsCount' => ['shape' => '__integer', 'locationName' => 'submittedJobsCount'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Name']], 'QueueListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE']], 'QueueStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'PAUSED']], 'Rectangle' => ['type' => 'structure', 'members' => ['Height' => ['shape' => '__integerMin2Max2147483647', 'locationName' => 'height'], 'Width' => ['shape' => '__integerMin2Max2147483647', 'locationName' => 'width'], 'X' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'x'], 'Y' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'y']]], 'RemixSettings' => ['type' => 'structure', 'members' => ['ChannelMapping' => ['shape' => 'ChannelMapping', 'locationName' => 'channelMapping'], 'ChannelsIn' => ['shape' => '__integerMin1Max64', 'locationName' => 'channelsIn'], 'ChannelsOut' => ['shape' => '__integerMin1Max64', 'locationName' => 'channelsOut']]], 'RenewalType' => ['type' => 'string', 'enum' => ['AUTO_RENEW', 'EXPIRE']], 'ReservationPlan' => ['type' => 'structure', 'members' => ['Commitment' => ['shape' => 'Commitment', 'locationName' => 'commitment'], 'ExpiresAt' => ['shape' => '__timestampUnix', 'locationName' => 'expiresAt'], 'PurchasedAt' => ['shape' => '__timestampUnix', 'locationName' => 'purchasedAt'], 'RenewalType' => ['shape' => 'RenewalType', 'locationName' => 'renewalType'], 'ReservedSlots' => ['shape' => '__integer', 'locationName' => 'reservedSlots'], 'Status' => ['shape' => 'ReservationPlanStatus', 'locationName' => 'status']]], 'ReservationPlanSettings' => ['type' => 'structure', 'members' => ['Commitment' => ['shape' => 'Commitment', 'locationName' => 'commitment'], 'RenewalType' => ['shape' => 'RenewalType', 'locationName' => 'renewalType'], 'ReservedSlots' => ['shape' => '__integer', 'locationName' => 'reservedSlots']], 'required' => ['Commitment', 'ReservedSlots', 'RenewalType']], 'ReservationPlanStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'EXPIRED']], 'ResourceTags' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'RespondToAfd' => ['type' => 'string', 'enum' => ['NONE', 'RESPOND', 'PASSTHROUGH']], 'S3DestinationAccessControl' => ['type' => 'structure', 'members' => ['CannedAcl' => ['shape' => 'S3ObjectCannedAcl', 'locationName' => 'cannedAcl']]], 'S3DestinationSettings' => ['type' => 'structure', 'members' => ['AccessControl' => ['shape' => 'S3DestinationAccessControl', 'locationName' => 'accessControl'], 'Encryption' => ['shape' => 'S3EncryptionSettings', 'locationName' => 'encryption']]], 'S3EncryptionSettings' => ['type' => 'structure', 'members' => ['EncryptionType' => ['shape' => 'S3ServerSideEncryptionType', 'locationName' => 'encryptionType'], 'KmsKeyArn' => ['shape' => '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912', 'locationName' => 'kmsKeyArn']]], 'S3ObjectCannedAcl' => ['type' => 'string', 'enum' => ['PUBLIC_READ', 'AUTHENTICATED_READ', 'BUCKET_OWNER_READ', 'BUCKET_OWNER_FULL_CONTROL']], 'S3ServerSideEncryptionType' => ['type' => 'string', 'enum' => ['SERVER_SIDE_ENCRYPTION_S3', 'SERVER_SIDE_ENCRYPTION_KMS']], 'ScalingBehavior' => ['type' => 'string', 'enum' => ['DEFAULT', 'STRETCH_TO_OUTPUT']], 'SccDestinationFramerate' => ['type' => 'string', 'enum' => ['FRAMERATE_23_97', 'FRAMERATE_24', 'FRAMERATE_25', 'FRAMERATE_29_97_DROPFRAME', 'FRAMERATE_29_97_NON_DROPFRAME']], 'SccDestinationSettings' => ['type' => 'structure', 'members' => ['Framerate' => ['shape' => 'SccDestinationFramerate', 'locationName' => 'framerate']]], 'SimulateReservedQueue' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'SpekeKeyProvider' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => '__stringPatternArnAwsUsGovAcm', 'locationName' => 'certificateArn'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'SystemIds' => ['shape' => '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'systemIds'], 'Url' => ['shape' => '__stringPatternHttps', 'locationName' => 'url']]], 'SpekeKeyProviderCmaf' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => '__stringPatternArnAwsUsGovAcm', 'locationName' => 'certificateArn'], 'DashSignaledSystemIds' => ['shape' => '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'dashSignaledSystemIds'], 'HlsSignaledSystemIds' => ['shape' => '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'hlsSignaledSystemIds'], 'ResourceId' => ['shape' => '__stringPatternW', 'locationName' => 'resourceId'], 'Url' => ['shape' => '__stringPatternHttps', 'locationName' => 'url']]], 'StaticKeyProvider' => ['type' => 'structure', 'members' => ['KeyFormat' => ['shape' => '__stringPatternIdentityAZaZ26AZaZ09163', 'locationName' => 'keyFormat'], 'KeyFormatVersions' => ['shape' => '__stringPatternDD', 'locationName' => 'keyFormatVersions'], 'StaticKeyValue' => ['shape' => '__stringPatternAZaZ0932', 'locationName' => 'staticKeyValue'], 'Url' => ['shape' => '__string', 'locationName' => 'url']]], 'StatusUpdateInterval' => ['type' => 'string', 'enum' => ['SECONDS_10', 'SECONDS_12', 'SECONDS_15', 'SECONDS_20', 'SECONDS_30', 'SECONDS_60', 'SECONDS_120', 'SECONDS_180', 'SECONDS_240', 'SECONDS_300', 'SECONDS_360', 'SECONDS_420', 'SECONDS_480', 'SECONDS_540', 'SECONDS_600']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Arn', 'Tags']], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TeletextDestinationSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__stringMin3Max3Pattern1809aFAF09aEAE', 'locationName' => 'pageNumber'], 'PageTypes' => ['shape' => '__listOfTeletextPageType', 'locationName' => 'pageTypes']]], 'TeletextPageType' => ['type' => 'string', 'enum' => ['PAGE_TYPE_INITIAL', 'PAGE_TYPE_SUBTITLE', 'PAGE_TYPE_ADDL_INFO', 'PAGE_TYPE_PROGRAM_SCHEDULE', 'PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE']], 'TeletextSourceSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__stringMin3Max3Pattern1809aFAF09aEAE', 'locationName' => 'pageNumber']]], 'TimecodeBurnin' => ['type' => 'structure', 'members' => ['FontSize' => ['shape' => '__integerMin10Max48', 'locationName' => 'fontSize'], 'Position' => ['shape' => 'TimecodeBurninPosition', 'locationName' => 'position'], 'Prefix' => ['shape' => '__stringPattern', 'locationName' => 'prefix']]], 'TimecodeBurninPosition' => ['type' => 'string', 'enum' => ['TOP_CENTER', 'TOP_LEFT', 'TOP_RIGHT', 'MIDDLE_LEFT', 'MIDDLE_CENTER', 'MIDDLE_RIGHT', 'BOTTOM_LEFT', 'BOTTOM_CENTER', 'BOTTOM_RIGHT']], 'TimecodeConfig' => ['type' => 'structure', 'members' => ['Anchor' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'anchor'], 'Source' => ['shape' => 'TimecodeSource', 'locationName' => 'source'], 'Start' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'start'], 'TimestampOffset' => ['shape' => '__stringPattern0940191020191209301', 'locationName' => 'timestampOffset']]], 'TimecodeSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'ZEROBASED', 'SPECIFIEDSTART']], 'TimedMetadata' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'TimedMetadataInsertion' => ['type' => 'structure', 'members' => ['Id3Insertions' => ['shape' => '__listOfId3Insertion', 'locationName' => 'id3Insertions']]], 'Timing' => ['type' => 'structure', 'members' => ['FinishTime' => ['shape' => '__timestampUnix', 'locationName' => 'finishTime'], 'StartTime' => ['shape' => '__timestampUnix', 'locationName' => 'startTime'], 'SubmitTime' => ['shape' => '__timestampUnix', 'locationName' => 'submitTime']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TrackSourceSettings' => ['type' => 'structure', 'members' => ['TrackNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'trackNumber']]], 'TtmlDestinationSettings' => ['type' => 'structure', 'members' => ['StylePassthrough' => ['shape' => 'TtmlStylePassthrough', 'locationName' => 'stylePassthrough']]], 'TtmlStylePassthrough' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Type' => ['type' => 'string', 'enum' => ['SYSTEM', 'CUSTOM']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri'], 'TagKeys' => ['shape' => '__listOf__string', 'locationName' => 'tagKeys']], 'required' => ['Arn']], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateJobTemplateRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval']], 'required' => ['Name']], 'UpdateJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'UpdatePresetRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings']], 'required' => ['Name']], 'UpdatePresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'UpdateQueueRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'ReservationPlanSettings' => ['shape' => 'ReservationPlanSettings', 'locationName' => 'reservationPlanSettings'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status']], 'required' => ['Name']], 'UpdateQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'VideoCodec' => ['type' => 'string', 'enum' => ['FRAME_CAPTURE', 'AV1', 'H_264', 'H_265', 'MPEG2', 'PRORES']], 'VideoCodecSettings' => ['type' => 'structure', 'members' => ['Av1Settings' => ['shape' => 'Av1Settings', 'locationName' => 'av1Settings'], 'Codec' => ['shape' => 'VideoCodec', 'locationName' => 'codec'], 'FrameCaptureSettings' => ['shape' => 'FrameCaptureSettings', 'locationName' => 'frameCaptureSettings'], 'H264Settings' => ['shape' => 'H264Settings', 'locationName' => 'h264Settings'], 'H265Settings' => ['shape' => 'H265Settings', 'locationName' => 'h265Settings'], 'Mpeg2Settings' => ['shape' => 'Mpeg2Settings', 'locationName' => 'mpeg2Settings'], 'ProresSettings' => ['shape' => 'ProresSettings', 'locationName' => 'proresSettings']]], 'VideoDescription' => ['type' => 'structure', 'members' => ['AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'AntiAlias' => ['shape' => 'AntiAlias', 'locationName' => 'antiAlias'], 'CodecSettings' => ['shape' => 'VideoCodecSettings', 'locationName' => 'codecSettings'], 'ColorMetadata' => ['shape' => 'ColorMetadata', 'locationName' => 'colorMetadata'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DropFrameTimecode' => ['shape' => 'DropFrameTimecode', 'locationName' => 'dropFrameTimecode'], 'FixedAfd' => ['shape' => '__integerMin0Max15', 'locationName' => 'fixedAfd'], 'Height' => ['shape' => '__integerMin32Max8192', 'locationName' => 'height'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'RespondToAfd' => ['shape' => 'RespondToAfd', 'locationName' => 'respondToAfd'], 'ScalingBehavior' => ['shape' => 'ScalingBehavior', 'locationName' => 'scalingBehavior'], 'Sharpness' => ['shape' => '__integerMin0Max100', 'locationName' => 'sharpness'], 'TimecodeInsertion' => ['shape' => 'VideoTimecodeInsertion', 'locationName' => 'timecodeInsertion'], 'VideoPreprocessors' => ['shape' => 'VideoPreprocessor', 'locationName' => 'videoPreprocessors'], 'Width' => ['shape' => '__integerMin32Max8192', 'locationName' => 'width']]], 'VideoDetail' => ['type' => 'structure', 'members' => ['HeightInPx' => ['shape' => '__integer', 'locationName' => 'heightInPx'], 'WidthInPx' => ['shape' => '__integer', 'locationName' => 'widthInPx']]], 'VideoPreprocessor' => ['type' => 'structure', 'members' => ['ColorCorrector' => ['shape' => 'ColorCorrector', 'locationName' => 'colorCorrector'], 'Deinterlacer' => ['shape' => 'Deinterlacer', 'locationName' => 'deinterlacer'], 'DolbyVision' => ['shape' => 'DolbyVision', 'locationName' => 'dolbyVision'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'NoiseReducer' => ['shape' => 'NoiseReducer', 'locationName' => 'noiseReducer'], 'TimecodeBurnin' => ['shape' => 'TimecodeBurnin', 'locationName' => 'timecodeBurnin']]], 'VideoSelector' => ['type' => 'structure', 'members' => ['AlphaBehavior' => ['shape' => 'AlphaBehavior', 'locationName' => 'alphaBehavior'], 'ColorSpace' => ['shape' => 'ColorSpace', 'locationName' => 'colorSpace'], 'ColorSpaceUsage' => ['shape' => 'ColorSpaceUsage', 'locationName' => 'colorSpaceUsage'], 'Hdr10Metadata' => ['shape' => 'Hdr10Metadata', 'locationName' => 'hdr10Metadata'], 'Pid' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'pid'], 'ProgramNumber' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'programNumber'], 'Rotate' => ['shape' => 'InputRotate', 'locationName' => 'rotate']]], 'VideoTimecodeInsertion' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'WavFormat' => ['type' => 'string', 'enum' => ['RIFF', 'RF64']], 'WavSettings' => ['type' => 'structure', 'members' => ['BitDepth' => ['shape' => '__integerMin16Max24', 'locationName' => 'bitDepth'], 'Channels' => ['shape' => '__integerMin1Max64', 'locationName' => 'channels'], 'Format' => ['shape' => 'WavFormat', 'locationName' => 'format'], 'SampleRate' => ['shape' => '__integerMin8000Max192000', 'locationName' => 'sampleRate']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], '__doubleMin0Max1' => ['type' => 'double'], '__doubleMin0Max2147483647' => ['type' => 'double'], '__doubleMinNegative59Max0' => ['type' => 'double'], '__doubleMinNegative60Max3' => ['type' => 'double'], '__doubleMinNegative60MaxNegative1' => ['type' => 'double'], '__doubleMinNegative6Max3' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin0Max0' => ['type' => 'integer', 'min' => 0, 'max' => 0], '__integerMin0Max1' => ['type' => 'integer', 'min' => 0, 'max' => 1], '__integerMin0Max10' => ['type' => 'integer', 'min' => 0, 'max' => 10], '__integerMin0Max100' => ['type' => 'integer', 'min' => 0, 'max' => 100], '__integerMin0Max1000' => ['type' => 'integer', 'min' => 0, 'max' => 1000], '__integerMin0Max10000' => ['type' => 'integer', 'min' => 0, 'max' => 10000], '__integerMin0Max1152000000' => ['type' => 'integer', 'min' => 0, 'max' => 1152000000], '__integerMin0Max128' => ['type' => 'integer', 'min' => 0, 'max' => 128], '__integerMin0Max1466400000' => ['type' => 'integer', 'min' => 0, 'max' => 1466400000], '__integerMin0Max15' => ['type' => 'integer', 'min' => 0, 'max' => 15], '__integerMin0Max16' => ['type' => 'integer', 'min' => 0, 'max' => 16], '__integerMin0Max2147483647' => ['type' => 'integer', 'min' => 0, 'max' => 2147483647], '__integerMin0Max255' => ['type' => 'integer', 'min' => 0, 'max' => 255], '__integerMin0Max3' => ['type' => 'integer', 'min' => 0, 'max' => 3], '__integerMin0Max30' => ['type' => 'integer', 'min' => 0, 'max' => 30], '__integerMin0Max30000' => ['type' => 'integer', 'min' => 0, 'max' => 30000], '__integerMin0Max3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], '__integerMin0Max4' => ['type' => 'integer', 'min' => 0, 'max' => 4], '__integerMin0Max47185920' => ['type' => 'integer', 'min' => 0, 'max' => 47185920], '__integerMin0Max500' => ['type' => 'integer', 'min' => 0, 'max' => 500], '__integerMin0Max50000' => ['type' => 'integer', 'min' => 0, 'max' => 50000], '__integerMin0Max65535' => ['type' => 'integer', 'min' => 0, 'max' => 65535], '__integerMin0Max7' => ['type' => 'integer', 'min' => 0, 'max' => 7], '__integerMin0Max8' => ['type' => 'integer', 'min' => 0, 'max' => 8], '__integerMin0Max9' => ['type' => 'integer', 'min' => 0, 'max' => 9], '__integerMin0Max96' => ['type' => 'integer', 'min' => 0, 'max' => 96], '__integerMin0Max99' => ['type' => 'integer', 'min' => 0, 'max' => 99], '__integerMin1000Max1152000000' => ['type' => 'integer', 'min' => 1000, 'max' => 1152000000], '__integerMin1000Max1466400000' => ['type' => 'integer', 'min' => 1000, 'max' => 1466400000], '__integerMin1000Max288000000' => ['type' => 'integer', 'min' => 1000, 'max' => 288000000], '__integerMin1000Max30000' => ['type' => 'integer', 'min' => 1000, 'max' => 30000], '__integerMin1000Max300000000' => ['type' => 'integer', 'min' => 1000, 'max' => 300000000], '__integerMin10Max48' => ['type' => 'integer', 'min' => 10, 'max' => 48], '__integerMin16000Max320000' => ['type' => 'integer', 'min' => 16000, 'max' => 320000], '__integerMin16Max24' => ['type' => 'integer', 'min' => 16, 'max' => 24], '__integerMin1Max1' => ['type' => 'integer', 'min' => 1, 'max' => 1], '__integerMin1Max10' => ['type' => 'integer', 'min' => 1, 'max' => 10], '__integerMin1Max100' => ['type' => 'integer', 'min' => 1, 'max' => 100], '__integerMin1Max10000000' => ['type' => 'integer', 'min' => 1, 'max' => 10000000], '__integerMin1Max1001' => ['type' => 'integer', 'min' => 1, 'max' => 1001], '__integerMin1Max17895697' => ['type' => 'integer', 'min' => 1, 'max' => 17895697], '__integerMin1Max2' => ['type' => 'integer', 'min' => 1, 'max' => 2], '__integerMin1Max20' => ['type' => 'integer', 'min' => 1, 'max' => 20], '__integerMin1Max2147483640' => ['type' => 'integer', 'min' => 1, 'max' => 2147483640], '__integerMin1Max2147483647' => ['type' => 'integer', 'min' => 1, 'max' => 2147483647], '__integerMin1Max31' => ['type' => 'integer', 'min' => 1, 'max' => 31], '__integerMin1Max32' => ['type' => 'integer', 'min' => 1, 'max' => 32], '__integerMin1Max4' => ['type' => 'integer', 'min' => 1, 'max' => 4], '__integerMin1Max6' => ['type' => 'integer', 'min' => 1, 'max' => 6], '__integerMin1Max64' => ['type' => 'integer', 'min' => 1, 'max' => 64], '__integerMin22050Max48000' => ['type' => 'integer', 'min' => 22050, 'max' => 48000], '__integerMin24Max60000' => ['type' => 'integer', 'min' => 24, 'max' => 60000], '__integerMin25Max10000' => ['type' => 'integer', 'min' => 25, 'max' => 10000], '__integerMin25Max2000' => ['type' => 'integer', 'min' => 25, 'max' => 2000], '__integerMin2Max2147483647' => ['type' => 'integer', 'min' => 2, 'max' => 2147483647], '__integerMin32000Max384000' => ['type' => 'integer', 'min' => 32000, 'max' => 384000], '__integerMin32000Max48000' => ['type' => 'integer', 'min' => 32000, 'max' => 48000], '__integerMin32Max8182' => ['type' => 'integer', 'min' => 32, 'max' => 8182], '__integerMin32Max8192' => ['type' => 'integer', 'min' => 32, 'max' => 8192], '__integerMin384000Max768000' => ['type' => 'integer', 'min' => 384000, 'max' => 768000], '__integerMin48000Max48000' => ['type' => 'integer', 'min' => 48000, 'max' => 48000], '__integerMin6000Max1024000' => ['type' => 'integer', 'min' => 6000, 'max' => 1024000], '__integerMin64000Max640000' => ['type' => 'integer', 'min' => 64000, 'max' => 640000], '__integerMin7Max15' => ['type' => 'integer', 'min' => 7, 'max' => 15], '__integerMin8000Max192000' => ['type' => 'integer', 'min' => 8000, 'max' => 192000], '__integerMin8000Max96000' => ['type' => 'integer', 'min' => 8000, 'max' => 96000], '__integerMin96Max600' => ['type' => 'integer', 'min' => 96, 'max' => 600], '__integerMinNegative1000Max1000' => ['type' => 'integer', 'min' => -1000, 'max' => 1000], '__integerMinNegative180Max180' => ['type' => 'integer', 'min' => -180, 'max' => 180], '__integerMinNegative1Max3' => ['type' => 'integer', 'min' => -1, 'max' => 3], '__integerMinNegative2147483648Max2147483647' => ['type' => 'integer', 'min' => -2147483648, 'max' => 2147483647], '__integerMinNegative2Max3' => ['type' => 'integer', 'min' => -2, 'max' => 3], '__integerMinNegative50Max50' => ['type' => 'integer', 'min' => -50, 'max' => 50], '__integerMinNegative5Max5' => ['type' => 'integer', 'min' => -5, 'max' => 5], '__integerMinNegative60Max6' => ['type' => 'integer', 'min' => -60, 'max' => 6], '__integerMinNegative70Max0' => ['type' => 'integer', 'min' => -70, 'max' => 0], '__listOfAudioDescription' => ['type' => 'list', 'member' => ['shape' => 'AudioDescription']], '__listOfCaptionDescription' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescription']], '__listOfCaptionDescriptionPreset' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescriptionPreset']], '__listOfCmafAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'CmafAdditionalManifest']], '__listOfDashAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'DashAdditionalManifest']], '__listOfEndpoint' => ['type' => 'list', 'member' => ['shape' => 'Endpoint']], '__listOfHlsAdMarkers' => ['type' => 'list', 'member' => ['shape' => 'HlsAdMarkers']], '__listOfHlsAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'HlsAdditionalManifest']], '__listOfHlsCaptionLanguageMapping' => ['type' => 'list', 'member' => ['shape' => 'HlsCaptionLanguageMapping']], '__listOfId3Insertion' => ['type' => 'list', 'member' => ['shape' => 'Id3Insertion']], '__listOfInput' => ['type' => 'list', 'member' => ['shape' => 'Input']], '__listOfInputClipping' => ['type' => 'list', 'member' => ['shape' => 'InputClipping']], '__listOfInputTemplate' => ['type' => 'list', 'member' => ['shape' => 'InputTemplate']], '__listOfInsertableImage' => ['type' => 'list', 'member' => ['shape' => 'InsertableImage']], '__listOfJob' => ['type' => 'list', 'member' => ['shape' => 'Job']], '__listOfJobTemplate' => ['type' => 'list', 'member' => ['shape' => 'JobTemplate']], '__listOfMsSmoothAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'MsSmoothAdditionalManifest']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfOutputChannelMapping' => ['type' => 'list', 'member' => ['shape' => 'OutputChannelMapping']], '__listOfOutputDetail' => ['type' => 'list', 'member' => ['shape' => 'OutputDetail']], '__listOfOutputGroup' => ['type' => 'list', 'member' => ['shape' => 'OutputGroup']], '__listOfOutputGroupDetail' => ['type' => 'list', 'member' => ['shape' => 'OutputGroupDetail']], '__listOfPreset' => ['type' => 'list', 'member' => ['shape' => 'Preset']], '__listOfQueue' => ['type' => 'list', 'member' => ['shape' => 'Queue']], '__listOfTeletextPageType' => ['type' => 'list', 'member' => ['shape' => 'TeletextPageType']], '__listOf__integerMin1Max2147483647' => ['type' => 'list', 'member' => ['shape' => '__integerMin1Max2147483647']], '__listOf__integerMin32Max8182' => ['type' => 'list', 'member' => ['shape' => '__integerMin32Max8182']], '__listOf__integerMinNegative60Max6' => ['type' => 'list', 'member' => ['shape' => '__integerMinNegative60Max6']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__listOf__stringMin1' => ['type' => 'list', 'member' => ['shape' => '__stringMin1']], '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'list', 'member' => ['shape' => '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12']], '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'list', 'member' => ['shape' => '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12']], '__listOf__stringPatternS3ASSETMAPXml' => ['type' => 'list', 'member' => ['shape' => '__stringPatternS3ASSETMAPXml']], '__mapOfAudioSelector' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AudioSelector']], '__mapOfAudioSelectorGroup' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AudioSelectorGroup']], '__mapOfCaptionSelector' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'CaptionSelector']], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin0' => ['type' => 'string', 'min' => 0], '__stringMin1' => ['type' => 'string', 'min' => 1], '__stringMin11Max11Pattern01D20305D205D' => ['type' => 'string', 'min' => 11, 'max' => 11, 'pattern' => '^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$'], '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png' => ['type' => 'string', 'min' => 14, 'max' => 1285, 'pattern' => '^((s3://(.*)(\\.mov|[0-9]+\\.png))|(https?://(.*)(\\.mov|[0-9]+\\.png)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(bmp|BMP|png|PNG))|(https?://(.*?)\\.(bmp|BMP|png|PNG)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(bmp|BMP|png|PNG|tga|TGA))|(https?://(.*?)\\.(bmp|BMP|png|PNG|tga|TGA)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|xml|XML|smi|SMI))|(https?://(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|xml|XML|smi|SMI)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin16Max24PatternAZaZ0922AZaZ0916' => ['type' => 'string', 'min' => 16, 'max' => 24, 'pattern' => '^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$'], '__stringMin1Max256' => ['type' => 'string', 'min' => 1, 'max' => 256], '__stringMin24Max512PatternAZaZ0902' => ['type' => 'string', 'min' => 24, 'max' => 512, 'pattern' => '^[A-Za-z0-9+\\/]+={0,2}$'], '__stringMin32Max32Pattern09aFAF32' => ['type' => 'string', 'min' => 32, 'max' => 32, 'pattern' => '^[0-9a-fA-F]{32}$'], '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'string', 'min' => 36, 'max' => 36, 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], '__stringMin3Max3Pattern1809aFAF09aEAE' => ['type' => 'string', 'min' => 3, 'max' => 3, 'pattern' => '^[1-8][0-9a-fA-F][0-9a-eA-E]$'], '__stringMin3Max3PatternAZaZ3' => ['type' => 'string', 'min' => 3, 'max' => 3, 'pattern' => '^[A-Za-z]{3}$'], '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912' => ['type' => 'string', 'min' => 9, 'max' => 19, 'pattern' => '^[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}$'], '__stringPattern' => ['type' => 'string', 'pattern' => '^[ -~]+$'], '__stringPattern010920405090509092' => ['type' => 'string', 'pattern' => '^([01][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9][:;][0-9]{2}$'], '__stringPattern01D20305D205D' => ['type' => 'string', 'pattern' => '^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$'], '__stringPattern0940191020191209301' => ['type' => 'string', 'pattern' => '^([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$'], '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'string', 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], '__stringPatternAZaZ0902' => ['type' => 'string', 'pattern' => '^[A-Za-z0-9+\\/]+={0,2}$'], '__stringPatternAZaZ0932' => ['type' => 'string', 'pattern' => '^[A-Za-z0-9]{32}$'], '__stringPatternAZaZ23AZaZ' => ['type' => 'string', 'pattern' => '^[A-Za-z]{2,3}(-[A-Za-z-]+)?$'], '__stringPatternArnAwsUsGovAcm' => ['type' => 'string', 'pattern' => '^arn:aws(-us-gov)?:acm:'], '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912' => ['type' => 'string', 'pattern' => '^arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'], '__stringPatternDD' => ['type' => 'string', 'pattern' => '^(\\d+(\\/\\d+)*)$'], '__stringPatternHttps' => ['type' => 'string', 'pattern' => '^https:\\/\\/'], '__stringPatternIdentityAZaZ26AZaZ09163' => ['type' => 'string', 'pattern' => '^(identity|[A-Za-z]{2,6}(\\.[A-Za-z0-9-]{1,63})+)$'], '__stringPatternS3' => ['type' => 'string', 'pattern' => '^s3:\\/\\/'], '__stringPatternS3ASSETMAPXml' => ['type' => 'string', 'pattern' => '^s3:\\/\\/.*\\/(ASSETMAP.xml)?$'], '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE' => ['type' => 'string', 'pattern' => '^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL' => ['type' => 'string', 'pattern' => '^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringPatternSNManifestConfirmConditionNotificationNS' => ['type' => 'string', 'pattern' => '^\\s*<(.|\\n)*ManifestConfirmConditionNotification(.|\\n)*>\\s*$'], '__stringPatternSNSignalProcessingNotificationNS' => ['type' => 'string', 'pattern' => '^\\s*<(.|\\n)*SignalProcessingNotification(.|\\n)*>\\s*$'], '__stringPatternW' => ['type' => 'string', 'pattern' => '^[\\w-]+$'], '__stringPatternWS' => ['type' => 'string', 'pattern' => '^[\\w\\s]*$'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; +return ['metadata' => ['apiVersion' => '2017-08-29', 'endpointPrefix' => 'mediaconvert', 'signingName' => 'mediaconvert', 'serviceFullName' => 'AWS Elemental MediaConvert', 'serviceId' => 'MediaConvert', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mediaconvert-2017-08-29', 'signatureVersion' => 'v4', 'serviceAbbreviation' => 'MediaConvert'], 'operations' => ['AssociateCertificate' => ['name' => 'AssociateCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/certificates', 'responseCode' => 201], 'input' => ['shape' => 'AssociateCertificateRequest'], 'output' => ['shape' => 'AssociateCertificateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/jobs/{id}', 'responseCode' => 202], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/jobs', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateJobTemplate' => ['name' => 'CreateJobTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/jobTemplates', 'responseCode' => 201], 'input' => ['shape' => 'CreateJobTemplateRequest'], 'output' => ['shape' => 'CreateJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreatePreset' => ['name' => 'CreatePreset', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/presets', 'responseCode' => 201], 'input' => ['shape' => 'CreatePresetRequest'], 'output' => ['shape' => 'CreatePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateQueue' => ['name' => 'CreateQueue', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/queues', 'responseCode' => 201], 'input' => ['shape' => 'CreateQueueRequest'], 'output' => ['shape' => 'CreateQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteJobTemplate' => ['name' => 'DeleteJobTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteJobTemplateRequest'], 'output' => ['shape' => 'DeleteJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeletePreset' => ['name' => 'DeletePreset', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePresetRequest'], 'output' => ['shape' => 'DeletePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteQueue' => ['name' => 'DeleteQueue', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteQueueRequest'], 'output' => ['shape' => 'DeleteQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DescribeEndpoints' => ['name' => 'DescribeEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/endpoints', 'responseCode' => 200], 'input' => ['shape' => 'DescribeEndpointsRequest'], 'output' => ['shape' => 'DescribeEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DisassociateCertificate' => ['name' => 'DisassociateCertificate', 'http' => ['method' => 'DELETE', 'requestUri' => '/2017-08-29/certificates/{arn}', 'responseCode' => 202], 'input' => ['shape' => 'DisassociateCertificateRequest'], 'output' => ['shape' => 'DisassociateCertificateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetJob' => ['name' => 'GetJob', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobs/{id}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobRequest'], 'output' => ['shape' => 'GetJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetJobTemplate' => ['name' => 'GetJobTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetJobTemplateRequest'], 'output' => ['shape' => 'GetJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetPreset' => ['name' => 'GetPreset', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetPresetRequest'], 'output' => ['shape' => 'GetPresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'GetQueue' => ['name' => 'GetQueue', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 200], 'input' => ['shape' => 'GetQueueRequest'], 'output' => ['shape' => 'GetQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListJobTemplates' => ['name' => 'ListJobTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobTemplates', 'responseCode' => 200], 'input' => ['shape' => 'ListJobTemplatesRequest'], 'output' => ['shape' => 'ListJobTemplatesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListPresets' => ['name' => 'ListPresets', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/presets', 'responseCode' => 200], 'input' => ['shape' => 'ListPresetsRequest'], 'output' => ['shape' => 'ListPresetsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/queues', 'responseCode' => 200], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2017-08-29/tags/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/2017-08-29/tags', 'responseCode' => 200], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/tags/{arn}', 'responseCode' => 200], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateJobTemplate' => ['name' => 'UpdateJobTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/jobTemplates/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJobTemplateRequest'], 'output' => ['shape' => 'UpdateJobTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdatePreset' => ['name' => 'UpdatePreset', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/presets/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePresetRequest'], 'output' => ['shape' => 'UpdatePresetResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateQueue' => ['name' => 'UpdateQueue', 'http' => ['method' => 'PUT', 'requestUri' => '/2017-08-29/queues/{name}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateQueueRequest'], 'output' => ['shape' => 'UpdateQueueResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AacAudioDescriptionBroadcasterMix' => ['type' => 'string', 'enum' => ['BROADCASTER_MIXED_AD', 'NORMAL']], 'AacCodecProfile' => ['type' => 'string', 'enum' => ['LC', 'HEV1', 'HEV2']], 'AacCodingMode' => ['type' => 'string', 'enum' => ['AD_RECEIVER_MIX', 'CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_5_1']], 'AacRateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'AacRawFormat' => ['type' => 'string', 'enum' => ['LATM_LOAS', 'NONE']], 'AacSettings' => ['type' => 'structure', 'members' => ['AudioDescriptionBroadcasterMix' => ['shape' => 'AacAudioDescriptionBroadcasterMix', 'locationName' => 'audioDescriptionBroadcasterMix'], 'Bitrate' => ['shape' => '__integerMin6000Max1024000', 'locationName' => 'bitrate'], 'CodecProfile' => ['shape' => 'AacCodecProfile', 'locationName' => 'codecProfile'], 'CodingMode' => ['shape' => 'AacCodingMode', 'locationName' => 'codingMode'], 'RateControlMode' => ['shape' => 'AacRateControlMode', 'locationName' => 'rateControlMode'], 'RawFormat' => ['shape' => 'AacRawFormat', 'locationName' => 'rawFormat'], 'SampleRate' => ['shape' => '__integerMin8000Max96000', 'locationName' => 'sampleRate'], 'Specification' => ['shape' => 'AacSpecification', 'locationName' => 'specification'], 'VbrQuality' => ['shape' => 'AacVbrQuality', 'locationName' => 'vbrQuality']]], 'AacSpecification' => ['type' => 'string', 'enum' => ['MPEG2', 'MPEG4']], 'AacVbrQuality' => ['type' => 'string', 'enum' => ['LOW', 'MEDIUM_LOW', 'MEDIUM_HIGH', 'HIGH']], 'Ac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN', 'COMMENTARY', 'DIALOGUE', 'EMERGENCY', 'HEARING_IMPAIRED', 'MUSIC_AND_EFFECTS', 'VISUALLY_IMPAIRED', 'VOICE_OVER']], 'Ac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_3_2_LFE']], 'Ac3DynamicRangeCompressionProfile' => ['type' => 'string', 'enum' => ['FILM_STANDARD', 'NONE']], 'Ac3LfeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Ac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Ac3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin64000Max640000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Ac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Ac3CodingMode', 'locationName' => 'codingMode'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DynamicRangeCompressionProfile' => ['shape' => 'Ac3DynamicRangeCompressionProfile', 'locationName' => 'dynamicRangeCompressionProfile'], 'LfeFilter' => ['shape' => 'Ac3LfeFilter', 'locationName' => 'lfeFilter'], 'MetadataControl' => ['shape' => 'Ac3MetadataControl', 'locationName' => 'metadataControl'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate']]], 'AccelerationMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'PREFERRED']], 'AccelerationSettings' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'AccelerationMode', 'locationName' => 'mode']], 'required' => ['Mode']], 'AccelerationStatus' => ['type' => 'string', 'enum' => ['NOT_APPLICABLE', 'IN_PROGRESS', 'ACCELERATED', 'NOT_ACCELERATED']], 'AfdSignaling' => ['type' => 'string', 'enum' => ['NONE', 'AUTO', 'FIXED']], 'AiffSettings' => ['type' => 'structure', 'members' => ['BitDepth' => ['shape' => '__integerMin16Max24', 'locationName' => 'bitDepth'], 'Channels' => ['shape' => '__integerMin1Max64', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin8000Max192000', 'locationName' => 'sampleRate']]], 'AlphaBehavior' => ['type' => 'string', 'enum' => ['DISCARD', 'REMAP_TO_LUMA']], 'AncillaryConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'AncillarySourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'AncillaryConvert608To708', 'locationName' => 'convert608To708'], 'SourceAncillaryChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'sourceAncillaryChannelNumber'], 'TerminateCaptions' => ['shape' => 'AncillaryTerminateCaptions', 'locationName' => 'terminateCaptions']]], 'AncillaryTerminateCaptions' => ['type' => 'string', 'enum' => ['END_OF_INPUT', 'DISABLED']], 'AntiAlias' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AssociateCertificateRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn']], 'required' => ['Arn']], 'AssociateCertificateResponse' => ['type' => 'structure', 'members' => []], 'AudioCodec' => ['type' => 'string', 'enum' => ['AAC', 'MP2', 'MP3', 'WAV', 'AIFF', 'AC3', 'EAC3', 'EAC3_ATMOS', 'VORBIS', 'OPUS', 'PASSTHROUGH']], 'AudioCodecSettings' => ['type' => 'structure', 'members' => ['AacSettings' => ['shape' => 'AacSettings', 'locationName' => 'aacSettings'], 'Ac3Settings' => ['shape' => 'Ac3Settings', 'locationName' => 'ac3Settings'], 'AiffSettings' => ['shape' => 'AiffSettings', 'locationName' => 'aiffSettings'], 'Codec' => ['shape' => 'AudioCodec', 'locationName' => 'codec'], 'Eac3AtmosSettings' => ['shape' => 'Eac3AtmosSettings', 'locationName' => 'eac3AtmosSettings'], 'Eac3Settings' => ['shape' => 'Eac3Settings', 'locationName' => 'eac3Settings'], 'Mp2Settings' => ['shape' => 'Mp2Settings', 'locationName' => 'mp2Settings'], 'Mp3Settings' => ['shape' => 'Mp3Settings', 'locationName' => 'mp3Settings'], 'OpusSettings' => ['shape' => 'OpusSettings', 'locationName' => 'opusSettings'], 'VorbisSettings' => ['shape' => 'VorbisSettings', 'locationName' => 'vorbisSettings'], 'WavSettings' => ['shape' => 'WavSettings', 'locationName' => 'wavSettings']]], 'AudioDefaultSelection' => ['type' => 'string', 'enum' => ['DEFAULT', 'NOT_DEFAULT']], 'AudioDescription' => ['type' => 'structure', 'members' => ['AudioNormalizationSettings' => ['shape' => 'AudioNormalizationSettings', 'locationName' => 'audioNormalizationSettings'], 'AudioSourceName' => ['shape' => '__string', 'locationName' => 'audioSourceName'], 'AudioType' => ['shape' => '__integerMin0Max255', 'locationName' => 'audioType'], 'AudioTypeControl' => ['shape' => 'AudioTypeControl', 'locationName' => 'audioTypeControl'], 'CodecSettings' => ['shape' => 'AudioCodecSettings', 'locationName' => 'codecSettings'], 'CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageCodeControl' => ['shape' => 'AudioLanguageCodeControl', 'locationName' => 'languageCodeControl'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'StreamName' => ['shape' => '__stringPatternWS', 'locationName' => 'streamName']]], 'AudioLanguageCodeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioNormalizationAlgorithm' => ['type' => 'string', 'enum' => ['ITU_BS_1770_1', 'ITU_BS_1770_2', 'ITU_BS_1770_3', 'ITU_BS_1770_4']], 'AudioNormalizationAlgorithmControl' => ['type' => 'string', 'enum' => ['CORRECT_AUDIO', 'MEASURE_ONLY']], 'AudioNormalizationLoudnessLogging' => ['type' => 'string', 'enum' => ['LOG', 'DONT_LOG']], 'AudioNormalizationPeakCalculation' => ['type' => 'string', 'enum' => ['TRUE_PEAK', 'NONE']], 'AudioNormalizationSettings' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'AudioNormalizationAlgorithm', 'locationName' => 'algorithm'], 'AlgorithmControl' => ['shape' => 'AudioNormalizationAlgorithmControl', 'locationName' => 'algorithmControl'], 'CorrectionGateLevel' => ['shape' => '__integerMinNegative70Max0', 'locationName' => 'correctionGateLevel'], 'LoudnessLogging' => ['shape' => 'AudioNormalizationLoudnessLogging', 'locationName' => 'loudnessLogging'], 'PeakCalculation' => ['shape' => 'AudioNormalizationPeakCalculation', 'locationName' => 'peakCalculation'], 'TargetLkfs' => ['shape' => '__doubleMinNegative59Max0', 'locationName' => 'targetLkfs']]], 'AudioSelector' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'DefaultSelection' => ['shape' => 'AudioDefaultSelection', 'locationName' => 'defaultSelection'], 'ExternalAudioFileInput' => ['shape' => '__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE', 'locationName' => 'externalAudioFileInput'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'Offset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'offset'], 'Pids' => ['shape' => '__listOf__integerMin1Max2147483647', 'locationName' => 'pids'], 'ProgramSelection' => ['shape' => '__integerMin0Max8', 'locationName' => 'programSelection'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'SelectorType' => ['shape' => 'AudioSelectorType', 'locationName' => 'selectorType'], 'Tracks' => ['shape' => '__listOf__integerMin1Max2147483647', 'locationName' => 'tracks']]], 'AudioSelectorGroup' => ['type' => 'structure', 'members' => ['AudioSelectorNames' => ['shape' => '__listOf__stringMin1', 'locationName' => 'audioSelectorNames']]], 'AudioSelectorType' => ['type' => 'string', 'enum' => ['PID', 'TRACK', 'LANGUAGE_CODE']], 'AudioTypeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Av1AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'Av1FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Av1FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Av1QvbrSettings' => ['type' => 'structure', 'members' => ['QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'Av1RateControlMode' => ['type' => 'string', 'enum' => ['QVBR']], 'Av1Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'Av1AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'FramerateControl' => ['shape' => 'Av1FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Av1FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxBitrate'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin7Max15', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'QvbrSettings' => ['shape' => 'Av1QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'Av1RateControlMode', 'locationName' => 'rateControlMode'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SpatialAdaptiveQuantization' => ['shape' => 'Av1SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization']]], 'Av1SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AvailBlanking' => ['type' => 'structure', 'members' => ['AvailBlankingImage' => ['shape' => '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG', 'locationName' => 'availBlankingImage']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BillingTagsSource' => ['type' => 'string', 'enum' => ['QUEUE', 'PRESET', 'JOB_TEMPLATE', 'JOB']], 'BurninDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'BurninSubtitleAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'BurninSubtitleBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'FontColor' => ['shape' => 'BurninSubtitleFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontScript' => ['shape' => 'FontScript', 'locationName' => 'fontScript'], 'FontSize' => ['shape' => '__integerMin0Max96', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'BurninSubtitleOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'BurninSubtitleShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowYOffset'], 'TeletextSpacing' => ['shape' => 'BurninSubtitleTeletextSpacing', 'locationName' => 'teletextSpacing'], 'XPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'yPosition']]], 'BurninSubtitleAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT']], 'BurninSubtitleBackgroundColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'BurninSubtitleFontColor' => ['type' => 'string', 'enum' => ['WHITE', 'BLACK', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'BurninSubtitleOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'WHITE', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'BurninSubtitleShadowColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'BurninSubtitleTeletextSpacing' => ['type' => 'string', 'enum' => ['FIXED_GRID', 'PROPORTIONAL']], 'CancelJobRequest' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id', 'location' => 'uri']], 'required' => ['Id']], 'CancelJobResponse' => ['type' => 'structure', 'members' => []], 'CaptionDescription' => ['type' => 'structure', 'members' => ['CaptionSelectorName' => ['shape' => '__stringMin1', 'locationName' => 'captionSelectorName'], 'CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'CaptionDescriptionPreset' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringPatternAZaZ23AZaZ', 'locationName' => 'customLanguageCode'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'CaptionDestinationSettings' => ['type' => 'structure', 'members' => ['BurninDestinationSettings' => ['shape' => 'BurninDestinationSettings', 'locationName' => 'burninDestinationSettings'], 'DestinationType' => ['shape' => 'CaptionDestinationType', 'locationName' => 'destinationType'], 'DvbSubDestinationSettings' => ['shape' => 'DvbSubDestinationSettings', 'locationName' => 'dvbSubDestinationSettings'], 'EmbeddedDestinationSettings' => ['shape' => 'EmbeddedDestinationSettings', 'locationName' => 'embeddedDestinationSettings'], 'ImscDestinationSettings' => ['shape' => 'ImscDestinationSettings', 'locationName' => 'imscDestinationSettings'], 'SccDestinationSettings' => ['shape' => 'SccDestinationSettings', 'locationName' => 'sccDestinationSettings'], 'TeletextDestinationSettings' => ['shape' => 'TeletextDestinationSettings', 'locationName' => 'teletextDestinationSettings'], 'TtmlDestinationSettings' => ['shape' => 'TtmlDestinationSettings', 'locationName' => 'ttmlDestinationSettings']]], 'CaptionDestinationType' => ['type' => 'string', 'enum' => ['BURN_IN', 'DVB_SUB', 'EMBEDDED', 'EMBEDDED_PLUS_SCTE20', 'IMSC', 'SCTE20_PLUS_EMBEDDED', 'SCC', 'SRT', 'SMI', 'TELETEXT', 'TTML', 'WEBVTT']], 'CaptionSelector' => ['type' => 'structure', 'members' => ['CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'SourceSettings' => ['shape' => 'CaptionSourceSettings', 'locationName' => 'sourceSettings']]], 'CaptionSourceFramerate' => ['type' => 'structure', 'members' => ['FramerateDenominator' => ['shape' => '__integerMin1Max1001', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max60000', 'locationName' => 'framerateNumerator']]], 'CaptionSourceSettings' => ['type' => 'structure', 'members' => ['AncillarySourceSettings' => ['shape' => 'AncillarySourceSettings', 'locationName' => 'ancillarySourceSettings'], 'DvbSubSourceSettings' => ['shape' => 'DvbSubSourceSettings', 'locationName' => 'dvbSubSourceSettings'], 'EmbeddedSourceSettings' => ['shape' => 'EmbeddedSourceSettings', 'locationName' => 'embeddedSourceSettings'], 'FileSourceSettings' => ['shape' => 'FileSourceSettings', 'locationName' => 'fileSourceSettings'], 'SourceType' => ['shape' => 'CaptionSourceType', 'locationName' => 'sourceType'], 'TeletextSourceSettings' => ['shape' => 'TeletextSourceSettings', 'locationName' => 'teletextSourceSettings'], 'TrackSourceSettings' => ['shape' => 'TrackSourceSettings', 'locationName' => 'trackSourceSettings']]], 'CaptionSourceType' => ['type' => 'string', 'enum' => ['ANCILLARY', 'DVB_SUB', 'EMBEDDED', 'SCTE20', 'SCC', 'TTML', 'STL', 'SRT', 'SMI', 'TELETEXT', 'NULL_SOURCE', 'IMSC']], 'ChannelMapping' => ['type' => 'structure', 'members' => ['OutputChannels' => ['shape' => '__listOfOutputChannelMapping', 'locationName' => 'outputChannels']]], 'CmafAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'CmafClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_6381', 'RFC_4281']], 'CmafEncryptionSettings' => ['type' => 'structure', 'members' => ['ConstantInitializationVector' => ['shape' => '__stringMin32Max32Pattern09aFAF32', 'locationName' => 'constantInitializationVector'], 'EncryptionMethod' => ['shape' => 'CmafEncryptionType', 'locationName' => 'encryptionMethod'], 'InitializationVectorInManifest' => ['shape' => 'CmafInitializationVectorInManifest', 'locationName' => 'initializationVectorInManifest'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProviderCmaf', 'locationName' => 'spekeKeyProvider'], 'StaticKeyProvider' => ['shape' => 'StaticKeyProvider', 'locationName' => 'staticKeyProvider'], 'Type' => ['shape' => 'CmafKeyProviderType', 'locationName' => 'type']]], 'CmafEncryptionType' => ['type' => 'string', 'enum' => ['SAMPLE_AES', 'AES_CTR']], 'CmafGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfCmafAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'ClientCache' => ['shape' => 'CmafClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'CmafCodecSpecification', 'locationName' => 'codecSpecification'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'CmafEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'ManifestCompression' => ['shape' => 'CmafManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'CmafManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinBufferTime' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minBufferTime'], 'MinFinalSegmentLength' => ['shape' => '__doubleMin0Max2147483647', 'locationName' => 'minFinalSegmentLength'], 'MpdProfile' => ['shape' => 'CmafMpdProfile', 'locationName' => 'mpdProfile'], 'SegmentControl' => ['shape' => 'CmafSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'StreamInfResolution' => ['shape' => 'CmafStreamInfResolution', 'locationName' => 'streamInfResolution'], 'WriteDashManifest' => ['shape' => 'CmafWriteDASHManifest', 'locationName' => 'writeDashManifest'], 'WriteHlsManifest' => ['shape' => 'CmafWriteHLSManifest', 'locationName' => 'writeHlsManifest'], 'WriteSegmentTimelineInRepresentation' => ['shape' => 'CmafWriteSegmentTimelineInRepresentation', 'locationName' => 'writeSegmentTimelineInRepresentation']]], 'CmafInitializationVectorInManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'CmafKeyProviderType' => ['type' => 'string', 'enum' => ['SPEKE', 'STATIC_KEY']], 'CmafManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'CmafManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'CmafMpdProfile' => ['type' => 'string', 'enum' => ['MAIN_PROFILE', 'ON_DEMAND_PROFILE']], 'CmafSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'CmafStreamInfResolution' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'CmafWriteDASHManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafWriteHLSManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'CmafWriteSegmentTimelineInRepresentation' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CmfcScte35Esam' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'CmfcScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'CmfcSettings' => ['type' => 'structure', 'members' => ['Scte35Esam' => ['shape' => 'CmfcScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Source' => ['shape' => 'CmfcScte35Source', 'locationName' => 'scte35Source']]], 'ColorCorrector' => ['type' => 'structure', 'members' => ['Brightness' => ['shape' => '__integerMin1Max100', 'locationName' => 'brightness'], 'ColorSpaceConversion' => ['shape' => 'ColorSpaceConversion', 'locationName' => 'colorSpaceConversion'], 'Contrast' => ['shape' => '__integerMin1Max100', 'locationName' => 'contrast'], 'Hdr10Metadata' => ['shape' => 'Hdr10Metadata', 'locationName' => 'hdr10Metadata'], 'Hue' => ['shape' => '__integerMinNegative180Max180', 'locationName' => 'hue'], 'Saturation' => ['shape' => '__integerMin1Max100', 'locationName' => 'saturation']]], 'ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'ColorSpace' => ['type' => 'string', 'enum' => ['FOLLOW', 'REC_601', 'REC_709', 'HDR10', 'HLG_2020']], 'ColorSpaceConversion' => ['type' => 'string', 'enum' => ['NONE', 'FORCE_601', 'FORCE_709', 'FORCE_HDR10', 'FORCE_HLG_2020']], 'ColorSpaceUsage' => ['type' => 'string', 'enum' => ['FORCE', 'FALLBACK']], 'Commitment' => ['type' => 'string', 'enum' => ['ONE_YEAR']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'ContainerSettings' => ['type' => 'structure', 'members' => ['CmfcSettings' => ['shape' => 'CmfcSettings', 'locationName' => 'cmfcSettings'], 'Container' => ['shape' => 'ContainerType', 'locationName' => 'container'], 'F4vSettings' => ['shape' => 'F4vSettings', 'locationName' => 'f4vSettings'], 'M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings'], 'M3u8Settings' => ['shape' => 'M3u8Settings', 'locationName' => 'm3u8Settings'], 'MovSettings' => ['shape' => 'MovSettings', 'locationName' => 'movSettings'], 'Mp4Settings' => ['shape' => 'Mp4Settings', 'locationName' => 'mp4Settings'], 'MpdSettings' => ['shape' => 'MpdSettings', 'locationName' => 'mpdSettings'], 'MxfSettings' => ['shape' => 'MxfSettings', 'locationName' => 'mxfSettings']]], 'ContainerType' => ['type' => 'string', 'enum' => ['F4V', 'ISMV', 'M2TS', 'M3U8', 'CMFC', 'MOV', 'MP4', 'MPD', 'MXF', 'WEBM', 'RAW']], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'BillingTagsSource' => ['shape' => 'BillingTagsSource', 'locationName' => 'billingTagsSource'], 'ClientRequestToken' => ['shape' => '__string', 'locationName' => 'clientRequestToken', 'idempotencyToken' => \true], 'HopDestinations' => ['shape' => '__listOfHopDestination', 'locationName' => 'hopDestinations'], 'JobTemplate' => ['shape' => '__string', 'locationName' => 'jobTemplate'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Role' => ['shape' => '__string', 'locationName' => 'role'], 'Settings' => ['shape' => 'JobSettings', 'locationName' => 'settings'], 'SimulateReservedQueue' => ['shape' => 'SimulateReservedQueue', 'locationName' => 'simulateReservedQueue'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'UserMetadata' => ['shape' => '__mapOf__string', 'locationName' => 'userMetadata']], 'required' => ['Role', 'Settings']], 'CreateJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job', 'locationName' => 'job']]], 'CreateJobTemplateRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'HopDestinations' => ['shape' => '__listOfHopDestination', 'locationName' => 'hopDestinations'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Settings', 'Name']], 'CreateJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'CreatePresetRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Settings', 'Name']], 'CreatePresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'CreateQueueRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PricingPlan' => ['shape' => 'PricingPlan', 'locationName' => 'pricingPlan'], 'ReservationPlanSettings' => ['shape' => 'ReservationPlanSettings', 'locationName' => 'reservationPlanSettings'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Name']], 'CreateQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'DashAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'DashIsoEncryptionSettings' => ['type' => 'structure', 'members' => ['PlaybackDeviceCompatibility' => ['shape' => 'DashIsoPlaybackDeviceCompatibility', 'locationName' => 'playbackDeviceCompatibility'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider']]], 'DashIsoGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfDashAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'DashIsoEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'HbbtvCompliance' => ['shape' => 'DashIsoHbbtvCompliance', 'locationName' => 'hbbtvCompliance'], 'MinBufferTime' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minBufferTime'], 'MpdProfile' => ['shape' => 'DashIsoMpdProfile', 'locationName' => 'mpdProfile'], 'SegmentControl' => ['shape' => 'DashIsoSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'WriteSegmentTimelineInRepresentation' => ['shape' => 'DashIsoWriteSegmentTimelineInRepresentation', 'locationName' => 'writeSegmentTimelineInRepresentation']]], 'DashIsoHbbtvCompliance' => ['type' => 'string', 'enum' => ['HBBTV_1_5', 'NONE']], 'DashIsoMpdProfile' => ['type' => 'string', 'enum' => ['MAIN_PROFILE', 'ON_DEMAND_PROFILE']], 'DashIsoPlaybackDeviceCompatibility' => ['type' => 'string', 'enum' => ['CENC_V1', 'UNENCRYPTED_SEI']], 'DashIsoSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'DashIsoWriteSegmentTimelineInRepresentation' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DecryptionMode' => ['type' => 'string', 'enum' => ['AES_CTR', 'AES_CBC', 'AES_GCM']], 'DeinterlaceAlgorithm' => ['type' => 'string', 'enum' => ['INTERPOLATE', 'INTERPOLATE_TICKER', 'BLEND', 'BLEND_TICKER']], 'Deinterlacer' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'DeinterlaceAlgorithm', 'locationName' => 'algorithm'], 'Control' => ['shape' => 'DeinterlacerControl', 'locationName' => 'control'], 'Mode' => ['shape' => 'DeinterlacerMode', 'locationName' => 'mode']]], 'DeinterlacerControl' => ['type' => 'string', 'enum' => ['FORCE_ALL_FRAMES', 'NORMAL']], 'DeinterlacerMode' => ['type' => 'string', 'enum' => ['DEINTERLACE', 'INVERSE_TELECINE', 'ADAPTIVE']], 'DeleteJobTemplateRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeleteJobTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeletePresetRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeletePresetResponse' => ['type' => 'structure', 'members' => []], 'DeleteQueueRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'DeleteQueueResponse' => ['type' => 'structure', 'members' => []], 'DescribeEndpointsMode' => ['type' => 'string', 'enum' => ['DEFAULT', 'GET_ONLY']], 'DescribeEndpointsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'Mode' => ['shape' => 'DescribeEndpointsMode', 'locationName' => 'mode'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeEndpointsResponse' => ['type' => 'structure', 'members' => ['Endpoints' => ['shape' => '__listOfEndpoint', 'locationName' => 'endpoints'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DestinationSettings' => ['type' => 'structure', 'members' => ['S3Settings' => ['shape' => 'S3DestinationSettings', 'locationName' => 's3Settings']]], 'DisassociateCertificateRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri']], 'required' => ['Arn']], 'DisassociateCertificateResponse' => ['type' => 'structure', 'members' => []], 'DolbyVision' => ['type' => 'structure', 'members' => ['L6Metadata' => ['shape' => 'DolbyVisionLevel6Metadata', 'locationName' => 'l6Metadata'], 'L6Mode' => ['shape' => 'DolbyVisionLevel6Mode', 'locationName' => 'l6Mode'], 'Profile' => ['shape' => 'DolbyVisionProfile', 'locationName' => 'profile']]], 'DolbyVisionLevel6Metadata' => ['type' => 'structure', 'members' => ['MaxCll' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxCll'], 'MaxFall' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxFall']]], 'DolbyVisionLevel6Mode' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'RECALCULATE', 'SPECIFY']], 'DolbyVisionProfile' => ['type' => 'string', 'enum' => ['PROFILE_5']], 'DropFrameTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'DvbNitSettings' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'networkId'], 'NetworkName' => ['shape' => '__stringMin1Max256', 'locationName' => 'networkName'], 'NitInterval' => ['shape' => '__integerMin25Max10000', 'locationName' => 'nitInterval']]], 'DvbSdtSettings' => ['type' => 'structure', 'members' => ['OutputSdt' => ['shape' => 'OutputSdt', 'locationName' => 'outputSdt'], 'SdtInterval' => ['shape' => '__integerMin25Max2000', 'locationName' => 'sdtInterval'], 'ServiceName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceName'], 'ServiceProviderName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceProviderName']]], 'DvbSubDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'DvbSubtitleAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'DvbSubtitleBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'FontColor' => ['shape' => 'DvbSubtitleFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontScript' => ['shape' => 'FontScript', 'locationName' => 'fontScript'], 'FontSize' => ['shape' => '__integerMin0Max96', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'DvbSubtitleOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'DvbSubtitleShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'shadowYOffset'], 'SubtitlingType' => ['shape' => 'DvbSubtitlingType', 'locationName' => 'subtitlingType'], 'TeletextSpacing' => ['shape' => 'DvbSubtitleTeletextSpacing', 'locationName' => 'teletextSpacing'], 'XPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'yPosition']]], 'DvbSubSourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'pid']]], 'DvbSubtitleAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT']], 'DvbSubtitleBackgroundColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'DvbSubtitleFontColor' => ['type' => 'string', 'enum' => ['WHITE', 'BLACK', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'DvbSubtitleOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'WHITE', 'YELLOW', 'RED', 'GREEN', 'BLUE']], 'DvbSubtitleShadowColor' => ['type' => 'string', 'enum' => ['NONE', 'BLACK', 'WHITE']], 'DvbSubtitleTeletextSpacing' => ['type' => 'string', 'enum' => ['FIXED_GRID', 'PROPORTIONAL']], 'DvbSubtitlingType' => ['type' => 'string', 'enum' => ['HEARING_IMPAIRED', 'STANDARD']], 'DvbTdtSettings' => ['type' => 'structure', 'members' => ['TdtInterval' => ['shape' => '__integerMin1000Max30000', 'locationName' => 'tdtInterval']]], 'Eac3AtmosBitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN']], 'Eac3AtmosCodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_9_1_6']], 'Eac3AtmosDialogueIntelligence' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3AtmosDynamicRangeCompressionLine' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3AtmosDynamicRangeCompressionRf' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3AtmosMeteringMode' => ['type' => 'string', 'enum' => ['LEQ_A', 'ITU_BS_1770_1', 'ITU_BS_1770_2', 'ITU_BS_1770_3', 'ITU_BS_1770_4']], 'Eac3AtmosSettings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin384000Max768000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3AtmosBitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3AtmosCodingMode', 'locationName' => 'codingMode'], 'DialogueIntelligence' => ['shape' => 'Eac3AtmosDialogueIntelligence', 'locationName' => 'dialogueIntelligence'], 'DynamicRangeCompressionLine' => ['shape' => 'Eac3AtmosDynamicRangeCompressionLine', 'locationName' => 'dynamicRangeCompressionLine'], 'DynamicRangeCompressionRf' => ['shape' => 'Eac3AtmosDynamicRangeCompressionRf', 'locationName' => 'dynamicRangeCompressionRf'], 'LoRoCenterMixLevel' => ['shape' => '__doubleMinNegative6Max3', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__doubleMinNegative6Max3', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'ltRtSurroundMixLevel'], 'MeteringMode' => ['shape' => 'Eac3AtmosMeteringMode', 'locationName' => 'meteringMode'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate'], 'SpeechThreshold' => ['shape' => '__integerMin1Max100', 'locationName' => 'speechThreshold'], 'StereoDownmix' => ['shape' => 'Eac3AtmosStereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3AtmosSurroundExMode', 'locationName' => 'surroundExMode']]], 'Eac3AtmosStereoDownmix' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'STEREO', 'SURROUND', 'DPL2']], 'Eac3AtmosSurroundExMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'Eac3AttenuationControl' => ['type' => 'string', 'enum' => ['ATTENUATE_3_DB', 'NONE']], 'Eac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMPLETE_MAIN', 'COMMENTARY', 'EMERGENCY', 'HEARING_IMPAIRED', 'VISUALLY_IMPAIRED']], 'Eac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0', 'CODING_MODE_3_2']], 'Eac3DcFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3DynamicRangeCompressionLine' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3DynamicRangeCompressionRf' => ['type' => 'string', 'enum' => ['NONE', 'FILM_STANDARD', 'FILM_LIGHT', 'MUSIC_STANDARD', 'MUSIC_LIGHT', 'SPEECH']], 'Eac3LfeControl' => ['type' => 'string', 'enum' => ['LFE', 'NO_LFE']], 'Eac3LfeFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Eac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Eac3PassthroughControl' => ['type' => 'string', 'enum' => ['WHEN_POSSIBLE', 'NO_PASSTHROUGH']], 'Eac3PhaseControl' => ['type' => 'string', 'enum' => ['SHIFT_90_DEGREES', 'NO_SHIFT']], 'Eac3Settings' => ['type' => 'structure', 'members' => ['AttenuationControl' => ['shape' => 'Eac3AttenuationControl', 'locationName' => 'attenuationControl'], 'Bitrate' => ['shape' => '__integerMin64000Max640000', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3CodingMode', 'locationName' => 'codingMode'], 'DcFilter' => ['shape' => 'Eac3DcFilter', 'locationName' => 'dcFilter'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DynamicRangeCompressionLine' => ['shape' => 'Eac3DynamicRangeCompressionLine', 'locationName' => 'dynamicRangeCompressionLine'], 'DynamicRangeCompressionRf' => ['shape' => 'Eac3DynamicRangeCompressionRf', 'locationName' => 'dynamicRangeCompressionRf'], 'LfeControl' => ['shape' => 'Eac3LfeControl', 'locationName' => 'lfeControl'], 'LfeFilter' => ['shape' => 'Eac3LfeFilter', 'locationName' => 'lfeFilter'], 'LoRoCenterMixLevel' => ['shape' => '__doubleMinNegative60Max3', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__doubleMinNegative60Max3', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__doubleMinNegative60MaxNegative1', 'locationName' => 'ltRtSurroundMixLevel'], 'MetadataControl' => ['shape' => 'Eac3MetadataControl', 'locationName' => 'metadataControl'], 'PassthroughControl' => ['shape' => 'Eac3PassthroughControl', 'locationName' => 'passthroughControl'], 'PhaseControl' => ['shape' => 'Eac3PhaseControl', 'locationName' => 'phaseControl'], 'SampleRate' => ['shape' => '__integerMin48000Max48000', 'locationName' => 'sampleRate'], 'StereoDownmix' => ['shape' => 'Eac3StereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3SurroundExMode', 'locationName' => 'surroundExMode'], 'SurroundMode' => ['shape' => 'Eac3SurroundMode', 'locationName' => 'surroundMode']]], 'Eac3StereoDownmix' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'LO_RO', 'LT_RT', 'DPL2']], 'Eac3SurroundExMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'Eac3SurroundMode' => ['type' => 'string', 'enum' => ['NOT_INDICATED', 'ENABLED', 'DISABLED']], 'EmbeddedConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'EmbeddedDestinationSettings' => ['type' => 'structure', 'members' => ['Destination608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'destination608ChannelNumber'], 'Destination708ServiceNumber' => ['shape' => '__integerMin1Max6', 'locationName' => 'destination708ServiceNumber']]], 'EmbeddedSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'EmbeddedConvert608To708', 'locationName' => 'convert608To708'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber'], 'Source608TrackNumber' => ['shape' => '__integerMin1Max1', 'locationName' => 'source608TrackNumber'], 'TerminateCaptions' => ['shape' => 'EmbeddedTerminateCaptions', 'locationName' => 'terminateCaptions']]], 'EmbeddedTerminateCaptions' => ['type' => 'string', 'enum' => ['END_OF_INPUT', 'DISABLED']], 'Endpoint' => ['type' => 'structure', 'members' => ['Url' => ['shape' => '__string', 'locationName' => 'url']]], 'EsamManifestConfirmConditionNotification' => ['type' => 'structure', 'members' => ['MccXml' => ['shape' => '__stringPatternSNManifestConfirmConditionNotificationNS', 'locationName' => 'mccXml']]], 'EsamSettings' => ['type' => 'structure', 'members' => ['ManifestConfirmConditionNotification' => ['shape' => 'EsamManifestConfirmConditionNotification', 'locationName' => 'manifestConfirmConditionNotification'], 'ResponseSignalPreroll' => ['shape' => '__integerMin0Max30000', 'locationName' => 'responseSignalPreroll'], 'SignalProcessingNotification' => ['shape' => 'EsamSignalProcessingNotification', 'locationName' => 'signalProcessingNotification']]], 'EsamSignalProcessingNotification' => ['type' => 'structure', 'members' => ['SccXml' => ['shape' => '__stringPatternSNSignalProcessingNotificationNS', 'locationName' => 'sccXml']]], 'ExceptionBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'F4vMoovPlacement' => ['type' => 'string', 'enum' => ['PROGRESSIVE_DOWNLOAD', 'NORMAL']], 'F4vSettings' => ['type' => 'structure', 'members' => ['MoovPlacement' => ['shape' => 'F4vMoovPlacement', 'locationName' => 'moovPlacement']]], 'FileGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings']]], 'FileSourceConvert608To708' => ['type' => 'string', 'enum' => ['UPCONVERT', 'DISABLED']], 'FileSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'FileSourceConvert608To708', 'locationName' => 'convert608To708'], 'Framerate' => ['shape' => 'CaptionSourceFramerate', 'locationName' => 'framerate'], 'SourceFile' => ['shape' => '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI', 'locationName' => 'sourceFile'], 'TimeDelta' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timeDelta']]], 'FontScript' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'HANS', 'HANT']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'FrameCaptureSettings' => ['type' => 'structure', 'members' => ['FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'MaxCaptures' => ['shape' => '__integerMin1Max10000000', 'locationName' => 'maxCaptures'], 'Quality' => ['shape' => '__integerMin1Max100', 'locationName' => 'quality']]], 'GetJobRequest' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id', 'location' => 'uri']], 'required' => ['Id']], 'GetJobResponse' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'Job', 'locationName' => 'job']]], 'GetJobTemplateRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'GetPresetRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetPresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'GetQueueRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri']], 'required' => ['Name']], 'GetQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'H264AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'H264CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LEVEL_1', 'LEVEL_1_1', 'LEVEL_1_2', 'LEVEL_1_3', 'LEVEL_2', 'LEVEL_2_1', 'LEVEL_2_2', 'LEVEL_3', 'LEVEL_3_1', 'LEVEL_3_2', 'LEVEL_4', 'LEVEL_4_1', 'LEVEL_4_2', 'LEVEL_5', 'LEVEL_5_1', 'LEVEL_5_2']], 'H264CodecProfile' => ['type' => 'string', 'enum' => ['BASELINE', 'HIGH', 'HIGH_10BIT', 'HIGH_422', 'HIGH_422_10BIT', 'MAIN']], 'H264DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'H264EntropyEncoding' => ['type' => 'string', 'enum' => ['CABAC', 'CAVLC']], 'H264FieldEncoding' => ['type' => 'string', 'enum' => ['PAFF', 'FORCE_FIELD']], 'H264FlickerAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'H264GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H264InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'H264ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'SINGLE_PASS_HQ', 'MULTI_PASS_HQ']], 'H264QvbrSettings' => ['type' => 'structure', 'members' => ['MaxAverageBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxAverageBitrate'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'H264RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR', 'QVBR']], 'H264RepeatPps' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'TRANSITION_DETECTION']], 'H264Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H264AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'Bitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'H264CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'H264CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'H264DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'EntropyEncoding' => ['shape' => 'H264EntropyEncoding', 'locationName' => 'entropyEncoding'], 'FieldEncoding' => ['shape' => 'H264FieldEncoding', 'locationName' => 'fieldEncoding'], 'FlickerAdaptiveQuantization' => ['shape' => 'H264FlickerAdaptiveQuantization', 'locationName' => 'flickerAdaptiveQuantization'], 'FramerateControl' => ['shape' => 'H264FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'H264FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H264GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H264GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max1152000000', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'H264InterlaceMode', 'locationName' => 'interlaceMode'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'NumberReferenceFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numberReferenceFrames'], 'ParControl' => ['shape' => 'H264ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'H264QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'QvbrSettings' => ['shape' => 'H264QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'H264RateControlMode', 'locationName' => 'rateControlMode'], 'RepeatPps' => ['shape' => 'H264RepeatPps', 'locationName' => 'repeatPps'], 'SceneChangeDetect' => ['shape' => 'H264SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SlowPal' => ['shape' => 'H264SlowPal', 'locationName' => 'slowPal'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAdaptiveQuantization' => ['shape' => 'H264SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Syntax' => ['shape' => 'H264Syntax', 'locationName' => 'syntax'], 'Telecine' => ['shape' => 'H264Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'H264TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization'], 'UnregisteredSeiTimecode' => ['shape' => 'H264UnregisteredSeiTimecode', 'locationName' => 'unregisteredSeiTimecode']]], 'H264SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'RP2027']], 'H264Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'H264TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264UnregisteredSeiTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH', 'HIGHER', 'MAX']], 'H265AlternateTransferFunctionSei' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LEVEL_1', 'LEVEL_2', 'LEVEL_2_1', 'LEVEL_3', 'LEVEL_3_1', 'LEVEL_4', 'LEVEL_4_1', 'LEVEL_5', 'LEVEL_5_1', 'LEVEL_5_2', 'LEVEL_6', 'LEVEL_6_1', 'LEVEL_6_2']], 'H265CodecProfile' => ['type' => 'string', 'enum' => ['MAIN_MAIN', 'MAIN_HIGH', 'MAIN10_MAIN', 'MAIN10_HIGH', 'MAIN_422_8BIT_MAIN', 'MAIN_422_8BIT_HIGH', 'MAIN_422_10BIT_MAIN', 'MAIN_422_10BIT_HIGH']], 'H265DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'H265FlickerAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H265FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'H265GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H265InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'H265ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H265QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'SINGLE_PASS_HQ', 'MULTI_PASS_HQ']], 'H265QvbrSettings' => ['type' => 'structure', 'members' => ['MaxAverageBitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'maxAverageBitrate'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'QvbrQualityLevelFineTune' => ['shape' => '__doubleMin0Max1', 'locationName' => 'qvbrQualityLevelFineTune']]], 'H265RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR', 'QVBR']], 'H265SampleAdaptiveOffsetFilterMode' => ['type' => 'string', 'enum' => ['DEFAULT', 'ADAPTIVE', 'OFF']], 'H265SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'TRANSITION_DETECTION']], 'H265Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H265AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AlternateTransferFunctionSei' => ['shape' => 'H265AlternateTransferFunctionSei', 'locationName' => 'alternateTransferFunctionSei'], 'Bitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'H265CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'H265CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'H265DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'FlickerAdaptiveQuantization' => ['shape' => 'H265FlickerAdaptiveQuantization', 'locationName' => 'flickerAdaptiveQuantization'], 'FramerateControl' => ['shape' => 'H265FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'H265FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H265GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H265GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max1466400000', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'H265InterlaceMode', 'locationName' => 'interlaceMode'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1466400000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'NumberReferenceFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numberReferenceFrames'], 'ParControl' => ['shape' => 'H265ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'H265QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'QvbrSettings' => ['shape' => 'H265QvbrSettings', 'locationName' => 'qvbrSettings'], 'RateControlMode' => ['shape' => 'H265RateControlMode', 'locationName' => 'rateControlMode'], 'SampleAdaptiveOffsetFilterMode' => ['shape' => 'H265SampleAdaptiveOffsetFilterMode', 'locationName' => 'sampleAdaptiveOffsetFilterMode'], 'SceneChangeDetect' => ['shape' => 'H265SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'SlowPal' => ['shape' => 'H265SlowPal', 'locationName' => 'slowPal'], 'SpatialAdaptiveQuantization' => ['shape' => 'H265SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Telecine' => ['shape' => 'H265Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'H265TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization'], 'TemporalIds' => ['shape' => 'H265TemporalIds', 'locationName' => 'temporalIds'], 'Tiles' => ['shape' => 'H265Tiles', 'locationName' => 'tiles'], 'UnregisteredSeiTimecode' => ['shape' => 'H265UnregisteredSeiTimecode', 'locationName' => 'unregisteredSeiTimecode'], 'WriteMp4PackagingType' => ['shape' => 'H265WriteMp4PackagingType', 'locationName' => 'writeMp4PackagingType']]], 'H265SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'H265TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265TemporalIds' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Tiles' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265UnregisteredSeiTimecode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265WriteMp4PackagingType' => ['type' => 'string', 'enum' => ['HVC1', 'HEV1']], 'Hdr10Metadata' => ['type' => 'structure', 'members' => ['BluePrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'bluePrimaryX'], 'BluePrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'bluePrimaryY'], 'GreenPrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'greenPrimaryX'], 'GreenPrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'greenPrimaryY'], 'MaxContentLightLevel' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxContentLightLevel'], 'MaxFrameAverageLightLevel' => ['shape' => '__integerMin0Max65535', 'locationName' => 'maxFrameAverageLightLevel'], 'MaxLuminance' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'maxLuminance'], 'MinLuminance' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minLuminance'], 'RedPrimaryX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'redPrimaryX'], 'RedPrimaryY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'redPrimaryY'], 'WhitePointX' => ['shape' => '__integerMin0Max50000', 'locationName' => 'whitePointX'], 'WhitePointY' => ['shape' => '__integerMin0Max50000', 'locationName' => 'whitePointY']]], 'HlsAdMarkers' => ['type' => 'string', 'enum' => ['ELEMENTAL', 'ELEMENTAL_SCTE35']], 'HlsAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'HlsAudioOnlyContainer' => ['type' => 'string', 'enum' => ['AUTOMATIC', 'M2TS']], 'HlsAudioTrackType' => ['type' => 'string', 'enum' => ['ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT', 'ALTERNATE_AUDIO_AUTO_SELECT', 'ALTERNATE_AUDIO_NOT_AUTO_SELECT', 'AUDIO_ONLY_VARIANT_STREAM']], 'HlsCaptionLanguageMapping' => ['type' => 'structure', 'members' => ['CaptionChannel' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'captionChannel'], 'CustomLanguageCode' => ['shape' => '__stringMin3Max3PatternAZaZ3', 'locationName' => 'customLanguageCode'], 'LanguageCode' => ['shape' => 'LanguageCode', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription']]], 'HlsCaptionLanguageSetting' => ['type' => 'string', 'enum' => ['INSERT', 'OMIT', 'NONE']], 'HlsClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_6381', 'RFC_4281']], 'HlsDirectoryStructure' => ['type' => 'string', 'enum' => ['SINGLE_DIRECTORY', 'SUBDIRECTORY_PER_STREAM']], 'HlsEncryptionSettings' => ['type' => 'structure', 'members' => ['ConstantInitializationVector' => ['shape' => '__stringMin32Max32Pattern09aFAF32', 'locationName' => 'constantInitializationVector'], 'EncryptionMethod' => ['shape' => 'HlsEncryptionType', 'locationName' => 'encryptionMethod'], 'InitializationVectorInManifest' => ['shape' => 'HlsInitializationVectorInManifest', 'locationName' => 'initializationVectorInManifest'], 'OfflineEncrypted' => ['shape' => 'HlsOfflineEncrypted', 'locationName' => 'offlineEncrypted'], 'SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider'], 'StaticKeyProvider' => ['shape' => 'StaticKeyProvider', 'locationName' => 'staticKeyProvider'], 'Type' => ['shape' => 'HlsKeyProviderType', 'locationName' => 'type']]], 'HlsEncryptionType' => ['type' => 'string', 'enum' => ['AES128', 'SAMPLE_AES']], 'HlsGroupSettings' => ['type' => 'structure', 'members' => ['AdMarkers' => ['shape' => '__listOfHlsAdMarkers', 'locationName' => 'adMarkers'], 'AdditionalManifests' => ['shape' => '__listOfHlsAdditionalManifest', 'locationName' => 'additionalManifests'], 'BaseUrl' => ['shape' => '__string', 'locationName' => 'baseUrl'], 'CaptionLanguageMappings' => ['shape' => '__listOfHlsCaptionLanguageMapping', 'locationName' => 'captionLanguageMappings'], 'CaptionLanguageSetting' => ['shape' => 'HlsCaptionLanguageSetting', 'locationName' => 'captionLanguageSetting'], 'ClientCache' => ['shape' => 'HlsClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'HlsCodecSpecification', 'locationName' => 'codecSpecification'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'DirectoryStructure' => ['shape' => 'HlsDirectoryStructure', 'locationName' => 'directoryStructure'], 'Encryption' => ['shape' => 'HlsEncryptionSettings', 'locationName' => 'encryption'], 'ManifestCompression' => ['shape' => 'HlsManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'HlsManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinFinalSegmentLength' => ['shape' => '__doubleMin0Max2147483647', 'locationName' => 'minFinalSegmentLength'], 'MinSegmentLength' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'minSegmentLength'], 'OutputSelection' => ['shape' => 'HlsOutputSelection', 'locationName' => 'outputSelection'], 'ProgramDateTime' => ['shape' => 'HlsProgramDateTime', 'locationName' => 'programDateTime'], 'ProgramDateTimePeriod' => ['shape' => '__integerMin0Max3600', 'locationName' => 'programDateTimePeriod'], 'SegmentControl' => ['shape' => 'HlsSegmentControl', 'locationName' => 'segmentControl'], 'SegmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentLength'], 'SegmentsPerSubdirectory' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'segmentsPerSubdirectory'], 'StreamInfResolution' => ['shape' => 'HlsStreamInfResolution', 'locationName' => 'streamInfResolution'], 'TimedMetadataId3Frame' => ['shape' => 'HlsTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timedMetadataId3Period'], 'TimestampDeltaMilliseconds' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'timestampDeltaMilliseconds']]], 'HlsIFrameOnlyManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsInitializationVectorInManifest' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsKeyProviderType' => ['type' => 'string', 'enum' => ['SPEKE', 'STATIC_KEY']], 'HlsManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'HlsManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'HlsOfflineEncrypted' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'HlsOutputSelection' => ['type' => 'string', 'enum' => ['MANIFESTS_AND_SEGMENTS', 'SEGMENTS_ONLY']], 'HlsProgramDateTime' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsSegmentControl' => ['type' => 'string', 'enum' => ['SINGLE_FILE', 'SEGMENTED_FILES']], 'HlsSettings' => ['type' => 'structure', 'members' => ['AudioGroupId' => ['shape' => '__string', 'locationName' => 'audioGroupId'], 'AudioOnlyContainer' => ['shape' => 'HlsAudioOnlyContainer', 'locationName' => 'audioOnlyContainer'], 'AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets'], 'AudioTrackType' => ['shape' => 'HlsAudioTrackType', 'locationName' => 'audioTrackType'], 'IFrameOnlyManifest' => ['shape' => 'HlsIFrameOnlyManifest', 'locationName' => 'iFrameOnlyManifest'], 'SegmentModifier' => ['shape' => '__string', 'locationName' => 'segmentModifier']]], 'HlsStreamInfResolution' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'HlsTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'HopDestination' => ['type' => 'structure', 'members' => ['Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'WaitMinutes' => ['shape' => '__integer', 'locationName' => 'waitMinutes']]], 'Id3Insertion' => ['type' => 'structure', 'members' => ['Id3' => ['shape' => '__stringPatternAZaZ0902', 'locationName' => 'id3'], 'Timecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'timecode']]], 'ImageInserter' => ['type' => 'structure', 'members' => ['InsertableImages' => ['shape' => '__listOfInsertableImage', 'locationName' => 'insertableImages']]], 'ImscDestinationSettings' => ['type' => 'structure', 'members' => ['StylePassthrough' => ['shape' => 'ImscStylePassthrough', 'locationName' => 'stylePassthrough']]], 'ImscStylePassthrough' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Input' => ['type' => 'structure', 'members' => ['AudioSelectorGroups' => ['shape' => '__mapOfAudioSelectorGroup', 'locationName' => 'audioSelectorGroups'], 'AudioSelectors' => ['shape' => '__mapOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__mapOfCaptionSelector', 'locationName' => 'captionSelectors'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DecryptionSettings' => ['shape' => 'InputDecryptionSettings', 'locationName' => 'decryptionSettings'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FileInput' => ['shape' => '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL', 'locationName' => 'fileInput'], 'FilterEnable' => ['shape' => 'InputFilterEnable', 'locationName' => 'filterEnable'], 'FilterStrength' => ['shape' => '__integerMinNegative5Max5', 'locationName' => 'filterStrength'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'InputClippings' => ['shape' => '__listOfInputClipping', 'locationName' => 'inputClippings'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'ProgramNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'programNumber'], 'PsiControl' => ['shape' => 'InputPsiControl', 'locationName' => 'psiControl'], 'SupplementalImps' => ['shape' => '__listOf__stringPatternS3ASSETMAPXml', 'locationName' => 'supplementalImps'], 'TimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'timecodeSource'], 'TimecodeStart' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'timecodeStart'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputClipping' => ['type' => 'structure', 'members' => ['EndTimecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'endTimecode'], 'StartTimecode' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'startTimecode']]], 'InputDeblockFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'InputDecryptionSettings' => ['type' => 'structure', 'members' => ['DecryptionMode' => ['shape' => 'DecryptionMode', 'locationName' => 'decryptionMode'], 'EncryptedDecryptionKey' => ['shape' => '__stringMin24Max512PatternAZaZ0902', 'locationName' => 'encryptedDecryptionKey'], 'InitializationVector' => ['shape' => '__stringMin16Max24PatternAZaZ0922AZaZ0916', 'locationName' => 'initializationVector'], 'KmsKeyRegion' => ['shape' => '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912', 'locationName' => 'kmsKeyRegion']]], 'InputDenoiseFilter' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'InputFilterEnable' => ['type' => 'string', 'enum' => ['AUTO', 'DISABLE', 'FORCE']], 'InputPsiControl' => ['type' => 'string', 'enum' => ['IGNORE_PSI', 'USE_PSI']], 'InputRotate' => ['type' => 'string', 'enum' => ['DEGREE_0', 'DEGREES_90', 'DEGREES_180', 'DEGREES_270', 'AUTO']], 'InputTemplate' => ['type' => 'structure', 'members' => ['AudioSelectorGroups' => ['shape' => '__mapOfAudioSelectorGroup', 'locationName' => 'audioSelectorGroups'], 'AudioSelectors' => ['shape' => '__mapOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__mapOfCaptionSelector', 'locationName' => 'captionSelectors'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FilterEnable' => ['shape' => 'InputFilterEnable', 'locationName' => 'filterEnable'], 'FilterStrength' => ['shape' => '__integerMinNegative5Max5', 'locationName' => 'filterStrength'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'InputClippings' => ['shape' => '__listOfInputClipping', 'locationName' => 'inputClippings'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'ProgramNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'programNumber'], 'PsiControl' => ['shape' => 'InputPsiControl', 'locationName' => 'psiControl'], 'TimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'timecodeSource'], 'TimecodeStart' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'timecodeStart'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputTimecodeSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'ZEROBASED', 'SPECIFIEDSTART']], 'InsertableImage' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'duration'], 'FadeIn' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'fadeIn'], 'FadeOut' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'fadeOut'], 'Height' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'height'], 'ImageInserterInput' => ['shape' => '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA', 'locationName' => 'imageInserterInput'], 'ImageX' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageY'], 'Layer' => ['shape' => '__integerMin0Max99', 'locationName' => 'layer'], 'Opacity' => ['shape' => '__integerMin0Max100', 'locationName' => 'opacity'], 'StartTime' => ['shape' => '__stringPattern01D20305D205D', 'locationName' => 'startTime'], 'Width' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'width']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'Job' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'AccelerationStatus' => ['shape' => 'AccelerationStatus', 'locationName' => 'accelerationStatus'], 'Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'BillingTagsSource' => ['shape' => 'BillingTagsSource', 'locationName' => 'billingTagsSource'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'CurrentPhase' => ['shape' => 'JobPhase', 'locationName' => 'currentPhase'], 'ErrorCode' => ['shape' => '__integer', 'locationName' => 'errorCode'], 'ErrorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage'], 'HopDestinations' => ['shape' => '__listOfHopDestination', 'locationName' => 'hopDestinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'JobPercentComplete' => ['shape' => '__integer', 'locationName' => 'jobPercentComplete'], 'JobTemplate' => ['shape' => '__string', 'locationName' => 'jobTemplate'], 'Messages' => ['shape' => 'JobMessages', 'locationName' => 'messages'], 'OutputGroupDetails' => ['shape' => '__listOfOutputGroupDetail', 'locationName' => 'outputGroupDetails'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'QueueTransitions' => ['shape' => '__listOfQueueTransition', 'locationName' => 'queueTransitions'], 'RetryCount' => ['shape' => '__integer', 'locationName' => 'retryCount'], 'Role' => ['shape' => '__string', 'locationName' => 'role'], 'Settings' => ['shape' => 'JobSettings', 'locationName' => 'settings'], 'SimulateReservedQueue' => ['shape' => 'SimulateReservedQueue', 'locationName' => 'simulateReservedQueue'], 'Status' => ['shape' => 'JobStatus', 'locationName' => 'status'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Timing' => ['shape' => 'Timing', 'locationName' => 'timing'], 'UserMetadata' => ['shape' => '__mapOf__string', 'locationName' => 'userMetadata']], 'required' => ['Role', 'Settings']], 'JobMessages' => ['type' => 'structure', 'members' => ['Info' => ['shape' => '__listOf__string', 'locationName' => 'info'], 'Warning' => ['shape' => '__listOf__string', 'locationName' => 'warning']]], 'JobPhase' => ['type' => 'string', 'enum' => ['PROBING', 'TRANSCODING', 'UPLOADING']], 'JobSettings' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'Esam' => ['shape' => 'EsamSettings', 'locationName' => 'esam'], 'Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'MotionImageInserter' => ['shape' => 'MotionImageInserter', 'locationName' => 'motionImageInserter'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'TimedMetadataInsertion' => ['shape' => 'TimedMetadataInsertion', 'locationName' => 'timedMetadataInsertion']]], 'JobStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'PROGRESSING', 'COMPLETE', 'CANCELED', 'ERROR']], 'JobTemplate' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'HopDestinations' => ['shape' => '__listOfHopDestination', 'locationName' => 'hopDestinations'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Settings', 'Name']], 'JobTemplateListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE', 'SYSTEM']], 'JobTemplateSettings' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'Esam' => ['shape' => 'EsamSettings', 'locationName' => 'esam'], 'Inputs' => ['shape' => '__listOfInputTemplate', 'locationName' => 'inputs'], 'MotionImageInserter' => ['shape' => 'MotionImageInserter', 'locationName' => 'motionImageInserter'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'TimedMetadataInsertion' => ['shape' => 'TimedMetadataInsertion', 'locationName' => 'timedMetadataInsertion']]], 'LanguageCode' => ['type' => 'string', 'enum' => ['ENG', 'SPA', 'FRA', 'DEU', 'GER', 'ZHO', 'ARA', 'HIN', 'JPN', 'RUS', 'POR', 'ITA', 'URD', 'VIE', 'KOR', 'PAN', 'ABK', 'AAR', 'AFR', 'AKA', 'SQI', 'AMH', 'ARG', 'HYE', 'ASM', 'AVA', 'AVE', 'AYM', 'AZE', 'BAM', 'BAK', 'EUS', 'BEL', 'BEN', 'BIH', 'BIS', 'BOS', 'BRE', 'BUL', 'MYA', 'CAT', 'KHM', 'CHA', 'CHE', 'NYA', 'CHU', 'CHV', 'COR', 'COS', 'CRE', 'HRV', 'CES', 'DAN', 'DIV', 'NLD', 'DZO', 'ENM', 'EPO', 'EST', 'EWE', 'FAO', 'FIJ', 'FIN', 'FRM', 'FUL', 'GLA', 'GLG', 'LUG', 'KAT', 'ELL', 'GRN', 'GUJ', 'HAT', 'HAU', 'HEB', 'HER', 'HMO', 'HUN', 'ISL', 'IDO', 'IBO', 'IND', 'INA', 'ILE', 'IKU', 'IPK', 'GLE', 'JAV', 'KAL', 'KAN', 'KAU', 'KAS', 'KAZ', 'KIK', 'KIN', 'KIR', 'KOM', 'KON', 'KUA', 'KUR', 'LAO', 'LAT', 'LAV', 'LIM', 'LIN', 'LIT', 'LUB', 'LTZ', 'MKD', 'MLG', 'MSA', 'MAL', 'MLT', 'GLV', 'MRI', 'MAR', 'MAH', 'MON', 'NAU', 'NAV', 'NDE', 'NBL', 'NDO', 'NEP', 'SME', 'NOR', 'NOB', 'NNO', 'OCI', 'OJI', 'ORI', 'ORM', 'OSS', 'PLI', 'FAS', 'POL', 'PUS', 'QUE', 'QAA', 'RON', 'ROH', 'RUN', 'SMO', 'SAG', 'SAN', 'SRD', 'SRB', 'SNA', 'III', 'SND', 'SIN', 'SLK', 'SLV', 'SOM', 'SOT', 'SUN', 'SWA', 'SSW', 'SWE', 'TGL', 'TAH', 'TGK', 'TAM', 'TAT', 'TEL', 'THA', 'BOD', 'TIR', 'TON', 'TSO', 'TSN', 'TUR', 'TUK', 'TWI', 'UIG', 'UKR', 'UZB', 'VEN', 'VOL', 'WLN', 'CYM', 'FRY', 'WOL', 'XHO', 'YID', 'YOR', 'ZHA', 'ZUL', 'ORJ', 'QPC', 'TNG']], 'ListJobTemplatesRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category', 'location' => 'querystring'], 'ListBy' => ['shape' => 'JobTemplateListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListJobTemplatesResponse' => ['type' => 'structure', 'members' => ['JobTemplates' => ['shape' => '__listOfJobTemplate', 'locationName' => 'jobTemplates'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue', 'location' => 'querystring'], 'Status' => ['shape' => 'JobStatus', 'locationName' => 'status', 'location' => 'querystring']]], 'ListJobsResponse' => ['type' => 'structure', 'members' => ['Jobs' => ['shape' => '__listOfJob', 'locationName' => 'jobs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListPresetsRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category', 'location' => 'querystring'], 'ListBy' => ['shape' => 'PresetListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListPresetsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Presets' => ['shape' => '__listOfPreset', 'locationName' => 'presets']]], 'ListQueuesRequest' => ['type' => 'structure', 'members' => ['ListBy' => ['shape' => 'QueueListBy', 'locationName' => 'listBy', 'location' => 'querystring'], 'MaxResults' => ['shape' => '__integerMin1Max20', 'locationName' => 'maxResults', 'location' => 'querystring'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken', 'location' => 'querystring'], 'Order' => ['shape' => 'Order', 'locationName' => 'order', 'location' => 'querystring']]], 'ListQueuesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Queues' => ['shape' => '__listOfQueue', 'locationName' => 'queues']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri']], 'required' => ['Arn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['ResourceTags' => ['shape' => 'ResourceTags', 'locationName' => 'resourceTags']]], 'M2tsAudioBufferModel' => ['type' => 'string', 'enum' => ['DVB', 'ATSC']], 'M2tsBufferModel' => ['type' => 'string', 'enum' => ['MULTIPLEX', 'NONE']], 'M2tsEbpAudioInterval' => ['type' => 'string', 'enum' => ['VIDEO_AND_FIXED_INTERVALS', 'VIDEO_INTERVAL']], 'M2tsEbpPlacement' => ['type' => 'string', 'enum' => ['VIDEO_AND_AUDIO_PIDS', 'VIDEO_PID']], 'M2tsEsRateInPes' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'M2tsForceTsVideoEbpOrder' => ['type' => 'string', 'enum' => ['FORCE', 'DEFAULT']], 'M2tsNielsenId3' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'M2tsPcrControl' => ['type' => 'string', 'enum' => ['PCR_EVERY_PES_PACKET', 'CONFIGURED_PCR_PERIOD']], 'M2tsRateMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR']], 'M2tsScte35Esam' => ['type' => 'structure', 'members' => ['Scte35EsamPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35EsamPid']]], 'M2tsScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'M2tsSegmentationMarkers' => ['type' => 'string', 'enum' => ['NONE', 'RAI_SEGSTART', 'RAI_ADAPT', 'PSI_SEGSTART', 'EBP', 'EBP_LEGACY']], 'M2tsSegmentationStyle' => ['type' => 'string', 'enum' => ['MAINTAIN_CADENCE', 'RESET_CADENCE']], 'M2tsSettings' => ['type' => 'structure', 'members' => ['AudioBufferModel' => ['shape' => 'M2tsAudioBufferModel', 'locationName' => 'audioBufferModel'], 'AudioFramesPerPes' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'audioPids'], 'Bitrate' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'bitrate'], 'BufferModel' => ['shape' => 'M2tsBufferModel', 'locationName' => 'bufferModel'], 'DvbNitSettings' => ['shape' => 'DvbNitSettings', 'locationName' => 'dvbNitSettings'], 'DvbSdtSettings' => ['shape' => 'DvbSdtSettings', 'locationName' => 'dvbSdtSettings'], 'DvbSubPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'dvbSubPids'], 'DvbTdtSettings' => ['shape' => 'DvbTdtSettings', 'locationName' => 'dvbTdtSettings'], 'DvbTeletextPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'dvbTeletextPid'], 'EbpAudioInterval' => ['shape' => 'M2tsEbpAudioInterval', 'locationName' => 'ebpAudioInterval'], 'EbpPlacement' => ['shape' => 'M2tsEbpPlacement', 'locationName' => 'ebpPlacement'], 'EsRateInPes' => ['shape' => 'M2tsEsRateInPes', 'locationName' => 'esRateInPes'], 'ForceTsVideoEbpOrder' => ['shape' => 'M2tsForceTsVideoEbpOrder', 'locationName' => 'forceTsVideoEbpOrder'], 'FragmentTime' => ['shape' => '__doubleMin0', 'locationName' => 'fragmentTime'], 'MaxPcrInterval' => ['shape' => '__integerMin0Max500', 'locationName' => 'maxPcrInterval'], 'MinEbpInterval' => ['shape' => '__integerMin0Max10000', 'locationName' => 'minEbpInterval'], 'NielsenId3' => ['shape' => 'M2tsNielsenId3', 'locationName' => 'nielsenId3'], 'NullPacketBitrate' => ['shape' => '__doubleMin0', 'locationName' => 'nullPacketBitrate'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M2tsPcrControl', 'locationName' => 'pcrControl'], 'PcrPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'privateMetadataPid'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'RateMode' => ['shape' => 'M2tsRateMode', 'locationName' => 'rateMode'], 'Scte35Esam' => ['shape' => 'M2tsScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Pid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35Pid'], 'Scte35Source' => ['shape' => 'M2tsScte35Source', 'locationName' => 'scte35Source'], 'SegmentationMarkers' => ['shape' => 'M2tsSegmentationMarkers', 'locationName' => 'segmentationMarkers'], 'SegmentationStyle' => ['shape' => 'M2tsSegmentationStyle', 'locationName' => 'segmentationStyle'], 'SegmentationTime' => ['shape' => '__doubleMin0', 'locationName' => 'segmentationTime'], 'TimedMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'videoPid']]], 'M3u8NielsenId3' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'M3u8PcrControl' => ['type' => 'string', 'enum' => ['PCR_EVERY_PES_PACKET', 'CONFIGURED_PCR_PERIOD']], 'M3u8Scte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'M3u8Settings' => ['type' => 'structure', 'members' => ['AudioFramesPerPes' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__listOf__integerMin32Max8182', 'locationName' => 'audioPids'], 'NielsenId3' => ['shape' => 'M3u8NielsenId3', 'locationName' => 'nielsenId3'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M3u8PcrControl', 'locationName' => 'pcrControl'], 'PcrPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'privateMetadataPid'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'Scte35Pid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'scte35Pid'], 'Scte35Source' => ['shape' => 'M3u8Scte35Source', 'locationName' => 'scte35Source'], 'TimedMetadata' => ['shape' => 'TimedMetadata', 'locationName' => 'timedMetadata'], 'TimedMetadataPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__integerMin32Max8182', 'locationName' => 'videoPid']]], 'MotionImageInserter' => ['type' => 'structure', 'members' => ['Framerate' => ['shape' => 'MotionImageInsertionFramerate', 'locationName' => 'framerate'], 'Input' => ['shape' => '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png', 'locationName' => 'input'], 'InsertionMode' => ['shape' => 'MotionImageInsertionMode', 'locationName' => 'insertionMode'], 'Offset' => ['shape' => 'MotionImageInsertionOffset', 'locationName' => 'offset'], 'Playback' => ['shape' => 'MotionImagePlayback', 'locationName' => 'playback'], 'StartTime' => ['shape' => '__stringMin11Max11Pattern01D20305D205D', 'locationName' => 'startTime']]], 'MotionImageInsertionFramerate' => ['type' => 'structure', 'members' => ['FramerateDenominator' => ['shape' => '__integerMin1Max17895697', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483640', 'locationName' => 'framerateNumerator']]], 'MotionImageInsertionMode' => ['type' => 'string', 'enum' => ['MOV', 'PNG']], 'MotionImageInsertionOffset' => ['type' => 'structure', 'members' => ['ImageX' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'imageY']]], 'MotionImagePlayback' => ['type' => 'string', 'enum' => ['ONCE', 'REPEAT']], 'MovClapAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'MovCslgAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'MovMpeg2FourCCControl' => ['type' => 'string', 'enum' => ['XDCAM', 'MPEG']], 'MovPaddingControl' => ['type' => 'string', 'enum' => ['OMNEON', 'NONE']], 'MovReference' => ['type' => 'string', 'enum' => ['SELF_CONTAINED', 'EXTERNAL']], 'MovSettings' => ['type' => 'structure', 'members' => ['ClapAtom' => ['shape' => 'MovClapAtom', 'locationName' => 'clapAtom'], 'CslgAtom' => ['shape' => 'MovCslgAtom', 'locationName' => 'cslgAtom'], 'Mpeg2FourCCControl' => ['shape' => 'MovMpeg2FourCCControl', 'locationName' => 'mpeg2FourCCControl'], 'PaddingControl' => ['shape' => 'MovPaddingControl', 'locationName' => 'paddingControl'], 'Reference' => ['shape' => 'MovReference', 'locationName' => 'reference']]], 'Mp2Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin32000Max384000', 'locationName' => 'bitrate'], 'Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin32000Max48000', 'locationName' => 'sampleRate']]], 'Mp3RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'Mp3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin16000Max320000', 'locationName' => 'bitrate'], 'Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'RateControlMode' => ['shape' => 'Mp3RateControlMode', 'locationName' => 'rateControlMode'], 'SampleRate' => ['shape' => '__integerMin22050Max48000', 'locationName' => 'sampleRate'], 'VbrQuality' => ['shape' => '__integerMin0Max9', 'locationName' => 'vbrQuality']]], 'Mp4CslgAtom' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'Mp4FreeSpaceBox' => ['type' => 'string', 'enum' => ['INCLUDE', 'EXCLUDE']], 'Mp4MoovPlacement' => ['type' => 'string', 'enum' => ['PROGRESSIVE_DOWNLOAD', 'NORMAL']], 'Mp4Settings' => ['type' => 'structure', 'members' => ['CslgAtom' => ['shape' => 'Mp4CslgAtom', 'locationName' => 'cslgAtom'], 'CttsVersion' => ['shape' => '__integerMin0Max1', 'locationName' => 'cttsVersion'], 'FreeSpaceBox' => ['shape' => 'Mp4FreeSpaceBox', 'locationName' => 'freeSpaceBox'], 'MoovPlacement' => ['shape' => 'Mp4MoovPlacement', 'locationName' => 'moovPlacement'], 'Mp4MajorBrand' => ['shape' => '__string', 'locationName' => 'mp4MajorBrand']]], 'MpdCaptionContainerType' => ['type' => 'string', 'enum' => ['RAW', 'FRAGMENTED_MP4']], 'MpdScte35Esam' => ['type' => 'string', 'enum' => ['INSERT', 'NONE']], 'MpdScte35Source' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'MpdSettings' => ['type' => 'structure', 'members' => ['CaptionContainerType' => ['shape' => 'MpdCaptionContainerType', 'locationName' => 'captionContainerType'], 'Scte35Esam' => ['shape' => 'MpdScte35Esam', 'locationName' => 'scte35Esam'], 'Scte35Source' => ['shape' => 'MpdScte35Source', 'locationName' => 'scte35Source']]], 'Mpeg2AdaptiveQuantization' => ['type' => 'string', 'enum' => ['OFF', 'LOW', 'MEDIUM', 'HIGH']], 'Mpeg2CodecLevel' => ['type' => 'string', 'enum' => ['AUTO', 'LOW', 'MAIN', 'HIGH1440', 'HIGH']], 'Mpeg2CodecProfile' => ['type' => 'string', 'enum' => ['MAIN', 'PROFILE_422']], 'Mpeg2DynamicSubGop' => ['type' => 'string', 'enum' => ['ADAPTIVE', 'STATIC']], 'Mpeg2FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Mpeg2FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Mpeg2GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'Mpeg2InterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'Mpeg2IntraDcPrecision' => ['type' => 'string', 'enum' => ['AUTO', 'INTRA_DC_PRECISION_8', 'INTRA_DC_PRECISION_9', 'INTRA_DC_PRECISION_10', 'INTRA_DC_PRECISION_11']], 'Mpeg2ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Mpeg2QualityTuningLevel' => ['type' => 'string', 'enum' => ['SINGLE_PASS', 'MULTI_PASS']], 'Mpeg2RateControlMode' => ['type' => 'string', 'enum' => ['VBR', 'CBR']], 'Mpeg2SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'Mpeg2AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'Bitrate' => ['shape' => '__integerMin1000Max288000000', 'locationName' => 'bitrate'], 'CodecLevel' => ['shape' => 'Mpeg2CodecLevel', 'locationName' => 'codecLevel'], 'CodecProfile' => ['shape' => 'Mpeg2CodecProfile', 'locationName' => 'codecProfile'], 'DynamicSubGop' => ['shape' => 'Mpeg2DynamicSubGop', 'locationName' => 'dynamicSubGop'], 'FramerateControl' => ['shape' => 'Mpeg2FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Mpeg2FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max1001', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin24Max60000', 'locationName' => 'framerateNumerator'], 'GopClosedCadence' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'Mpeg2GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'HrdBufferInitialFillPercentage' => ['shape' => '__integerMin0Max100', 'locationName' => 'hrdBufferInitialFillPercentage'], 'HrdBufferSize' => ['shape' => '__integerMin0Max47185920', 'locationName' => 'hrdBufferSize'], 'InterlaceMode' => ['shape' => 'Mpeg2InterlaceMode', 'locationName' => 'interlaceMode'], 'IntraDcPrecision' => ['shape' => 'Mpeg2IntraDcPrecision', 'locationName' => 'intraDcPrecision'], 'MaxBitrate' => ['shape' => '__integerMin1000Max300000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumberBFramesBetweenReferenceFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'numberBFramesBetweenReferenceFrames'], 'ParControl' => ['shape' => 'Mpeg2ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'Mpeg2QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'RateControlMode' => ['shape' => 'Mpeg2RateControlMode', 'locationName' => 'rateControlMode'], 'SceneChangeDetect' => ['shape' => 'Mpeg2SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'SlowPal' => ['shape' => 'Mpeg2SlowPal', 'locationName' => 'slowPal'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAdaptiveQuantization' => ['shape' => 'Mpeg2SpatialAdaptiveQuantization', 'locationName' => 'spatialAdaptiveQuantization'], 'Syntax' => ['shape' => 'Mpeg2Syntax', 'locationName' => 'syntax'], 'Telecine' => ['shape' => 'Mpeg2Telecine', 'locationName' => 'telecine'], 'TemporalAdaptiveQuantization' => ['shape' => 'Mpeg2TemporalAdaptiveQuantization', 'locationName' => 'temporalAdaptiveQuantization']]], 'Mpeg2SlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2SpatialAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Mpeg2Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'D_10']], 'Mpeg2Telecine' => ['type' => 'string', 'enum' => ['NONE', 'SOFT', 'HARD']], 'Mpeg2TemporalAdaptiveQuantization' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'MsSmoothAdditionalManifest' => ['type' => 'structure', 'members' => ['ManifestNameModifier' => ['shape' => '__stringMin1', 'locationName' => 'manifestNameModifier'], 'SelectedOutputs' => ['shape' => '__listOf__stringMin1', 'locationName' => 'selectedOutputs']]], 'MsSmoothAudioDeduplication' => ['type' => 'string', 'enum' => ['COMBINE_DUPLICATE_STREAMS', 'NONE']], 'MsSmoothEncryptionSettings' => ['type' => 'structure', 'members' => ['SpekeKeyProvider' => ['shape' => 'SpekeKeyProvider', 'locationName' => 'spekeKeyProvider']]], 'MsSmoothGroupSettings' => ['type' => 'structure', 'members' => ['AdditionalManifests' => ['shape' => '__listOfMsSmoothAdditionalManifest', 'locationName' => 'additionalManifests'], 'AudioDeduplication' => ['shape' => 'MsSmoothAudioDeduplication', 'locationName' => 'audioDeduplication'], 'Destination' => ['shape' => '__stringPatternS3', 'locationName' => 'destination'], 'DestinationSettings' => ['shape' => 'DestinationSettings', 'locationName' => 'destinationSettings'], 'Encryption' => ['shape' => 'MsSmoothEncryptionSettings', 'locationName' => 'encryption'], 'FragmentLength' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'fragmentLength'], 'ManifestEncoding' => ['shape' => 'MsSmoothManifestEncoding', 'locationName' => 'manifestEncoding']]], 'MsSmoothManifestEncoding' => ['type' => 'string', 'enum' => ['UTF8', 'UTF16']], 'MxfAfdSignaling' => ['type' => 'string', 'enum' => ['NO_COPY', 'COPY_FROM_VIDEO']], 'MxfSettings' => ['type' => 'structure', 'members' => ['AfdSignaling' => ['shape' => 'MxfAfdSignaling', 'locationName' => 'afdSignaling']]], 'NexGuardFileMarkerSettings' => ['type' => 'structure', 'members' => ['License' => ['shape' => '__stringMin1Max100000', 'locationName' => 'license'], 'Payload' => ['shape' => '__integerMin0Max4194303', 'locationName' => 'payload'], 'Preset' => ['shape' => '__stringMin1Max256', 'locationName' => 'preset'], 'Strength' => ['shape' => 'WatermarkingStrength', 'locationName' => 'strength']]], 'NielsenConfiguration' => ['type' => 'structure', 'members' => ['BreakoutCode' => ['shape' => '__integerMin0Max0', 'locationName' => 'breakoutCode'], 'DistributorId' => ['shape' => '__string', 'locationName' => 'distributorId']]], 'NoiseFilterPostTemporalSharpening' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'AUTO']], 'NoiseReducer' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'NoiseReducerFilter', 'locationName' => 'filter'], 'FilterSettings' => ['shape' => 'NoiseReducerFilterSettings', 'locationName' => 'filterSettings'], 'SpatialFilterSettings' => ['shape' => 'NoiseReducerSpatialFilterSettings', 'locationName' => 'spatialFilterSettings'], 'TemporalFilterSettings' => ['shape' => 'NoiseReducerTemporalFilterSettings', 'locationName' => 'temporalFilterSettings']]], 'NoiseReducerFilter' => ['type' => 'string', 'enum' => ['BILATERAL', 'MEAN', 'GAUSSIAN', 'LANCZOS', 'SHARPEN', 'CONSERVE', 'SPATIAL', 'TEMPORAL']], 'NoiseReducerFilterSettings' => ['type' => 'structure', 'members' => ['Strength' => ['shape' => '__integerMin0Max3', 'locationName' => 'strength']]], 'NoiseReducerSpatialFilterSettings' => ['type' => 'structure', 'members' => ['PostFilterSharpenStrength' => ['shape' => '__integerMin0Max3', 'locationName' => 'postFilterSharpenStrength'], 'Speed' => ['shape' => '__integerMinNegative2Max3', 'locationName' => 'speed'], 'Strength' => ['shape' => '__integerMin0Max16', 'locationName' => 'strength']]], 'NoiseReducerTemporalFilterSettings' => ['type' => 'structure', 'members' => ['AggressiveMode' => ['shape' => '__integerMin0Max4', 'locationName' => 'aggressiveMode'], 'PostTemporalSharpening' => ['shape' => 'NoiseFilterPostTemporalSharpening', 'locationName' => 'postTemporalSharpening'], 'Speed' => ['shape' => '__integerMinNegative1Max3', 'locationName' => 'speed'], 'Strength' => ['shape' => '__integerMin0Max16', 'locationName' => 'strength']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'OpusSettings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin32000Max192000', 'locationName' => 'bitrate'], 'Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin16000Max48000', 'locationName' => 'sampleRate']]], 'Order' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'Output' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescription', 'locationName' => 'captionDescriptions'], 'ContainerSettings' => ['shape' => 'ContainerSettings', 'locationName' => 'containerSettings'], 'Extension' => ['shape' => '__string', 'locationName' => 'extension'], 'NameModifier' => ['shape' => '__stringMin1', 'locationName' => 'nameModifier'], 'OutputSettings' => ['shape' => 'OutputSettings', 'locationName' => 'outputSettings'], 'Preset' => ['shape' => '__stringMin0', 'locationName' => 'preset'], 'VideoDescription' => ['shape' => 'VideoDescription', 'locationName' => 'videoDescription']]], 'OutputChannelMapping' => ['type' => 'structure', 'members' => ['InputChannels' => ['shape' => '__listOf__integerMinNegative60Max6', 'locationName' => 'inputChannels']]], 'OutputDetail' => ['type' => 'structure', 'members' => ['DurationInMs' => ['shape' => '__integer', 'locationName' => 'durationInMs'], 'VideoDetails' => ['shape' => 'VideoDetail', 'locationName' => 'videoDetails']]], 'OutputGroup' => ['type' => 'structure', 'members' => ['CustomName' => ['shape' => '__string', 'locationName' => 'customName'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OutputGroupSettings' => ['shape' => 'OutputGroupSettings', 'locationName' => 'outputGroupSettings'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']]], 'OutputGroupDetail' => ['type' => 'structure', 'members' => ['OutputDetails' => ['shape' => '__listOfOutputDetail', 'locationName' => 'outputDetails']]], 'OutputGroupSettings' => ['type' => 'structure', 'members' => ['CmafGroupSettings' => ['shape' => 'CmafGroupSettings', 'locationName' => 'cmafGroupSettings'], 'DashIsoGroupSettings' => ['shape' => 'DashIsoGroupSettings', 'locationName' => 'dashIsoGroupSettings'], 'FileGroupSettings' => ['shape' => 'FileGroupSettings', 'locationName' => 'fileGroupSettings'], 'HlsGroupSettings' => ['shape' => 'HlsGroupSettings', 'locationName' => 'hlsGroupSettings'], 'MsSmoothGroupSettings' => ['shape' => 'MsSmoothGroupSettings', 'locationName' => 'msSmoothGroupSettings'], 'Type' => ['shape' => 'OutputGroupType', 'locationName' => 'type']]], 'OutputGroupType' => ['type' => 'string', 'enum' => ['HLS_GROUP_SETTINGS', 'DASH_ISO_GROUP_SETTINGS', 'FILE_GROUP_SETTINGS', 'MS_SMOOTH_GROUP_SETTINGS', 'CMAF_GROUP_SETTINGS']], 'OutputSdt' => ['type' => 'string', 'enum' => ['SDT_FOLLOW', 'SDT_FOLLOW_IF_PRESENT', 'SDT_MANUAL', 'SDT_NONE']], 'OutputSettings' => ['type' => 'structure', 'members' => ['HlsSettings' => ['shape' => 'HlsSettings', 'locationName' => 'hlsSettings']]], 'PartnerWatermarking' => ['type' => 'structure', 'members' => ['NexguardFileMarkerSettings' => ['shape' => 'NexGuardFileMarkerSettings', 'locationName' => 'nexguardFileMarkerSettings']]], 'Preset' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Settings', 'Name']], 'PresetListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE', 'SYSTEM']], 'PresetSettings' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescriptionPreset', 'locationName' => 'captionDescriptions'], 'ContainerSettings' => ['shape' => 'ContainerSettings', 'locationName' => 'containerSettings'], 'VideoDescription' => ['shape' => 'VideoDescription', 'locationName' => 'videoDescription']]], 'PricingPlan' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'RESERVED']], 'ProresCodecProfile' => ['type' => 'string', 'enum' => ['APPLE_PRORES_422', 'APPLE_PRORES_422_HQ', 'APPLE_PRORES_422_LT', 'APPLE_PRORES_422_PROXY']], 'ProresFramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'ProresFramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'ProresInterlaceMode' => ['type' => 'string', 'enum' => ['PROGRESSIVE', 'TOP_FIELD', 'BOTTOM_FIELD', 'FOLLOW_TOP_FIELD', 'FOLLOW_BOTTOM_FIELD']], 'ProresParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'ProresSettings' => ['type' => 'structure', 'members' => ['CodecProfile' => ['shape' => 'ProresCodecProfile', 'locationName' => 'codecProfile'], 'FramerateControl' => ['shape' => 'ProresFramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'ProresFramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'InterlaceMode' => ['shape' => 'ProresInterlaceMode', 'locationName' => 'interlaceMode'], 'ParControl' => ['shape' => 'ProresParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'SlowPal' => ['shape' => 'ProresSlowPal', 'locationName' => 'slowPal'], 'Telecine' => ['shape' => 'ProresTelecine', 'locationName' => 'telecine']]], 'ProresSlowPal' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'ProresTelecine' => ['type' => 'string', 'enum' => ['NONE', 'HARD']], 'Queue' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CreatedAt' => ['shape' => '__timestampUnix', 'locationName' => 'createdAt'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'LastUpdated' => ['shape' => '__timestampUnix', 'locationName' => 'lastUpdated'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PricingPlan' => ['shape' => 'PricingPlan', 'locationName' => 'pricingPlan'], 'ProgressingJobsCount' => ['shape' => '__integer', 'locationName' => 'progressingJobsCount'], 'ReservationPlan' => ['shape' => 'ReservationPlan', 'locationName' => 'reservationPlan'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status'], 'SubmittedJobsCount' => ['shape' => '__integer', 'locationName' => 'submittedJobsCount'], 'Type' => ['shape' => 'Type', 'locationName' => 'type']], 'required' => ['Name']], 'QueueListBy' => ['type' => 'string', 'enum' => ['NAME', 'CREATION_DATE']], 'QueueStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'PAUSED']], 'QueueTransition' => ['type' => 'structure', 'members' => ['DestinationQueue' => ['shape' => '__string', 'locationName' => 'destinationQueue'], 'SourceQueue' => ['shape' => '__string', 'locationName' => 'sourceQueue'], 'Timestamp' => ['shape' => '__timestampUnix', 'locationName' => 'timestamp']]], 'Rectangle' => ['type' => 'structure', 'members' => ['Height' => ['shape' => '__integerMin2Max2147483647', 'locationName' => 'height'], 'Width' => ['shape' => '__integerMin2Max2147483647', 'locationName' => 'width'], 'X' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'x'], 'Y' => ['shape' => '__integerMin0Max2147483647', 'locationName' => 'y']]], 'RemixSettings' => ['type' => 'structure', 'members' => ['ChannelMapping' => ['shape' => 'ChannelMapping', 'locationName' => 'channelMapping'], 'ChannelsIn' => ['shape' => '__integerMin1Max64', 'locationName' => 'channelsIn'], 'ChannelsOut' => ['shape' => '__integerMin1Max64', 'locationName' => 'channelsOut']]], 'RenewalType' => ['type' => 'string', 'enum' => ['AUTO_RENEW', 'EXPIRE']], 'ReservationPlan' => ['type' => 'structure', 'members' => ['Commitment' => ['shape' => 'Commitment', 'locationName' => 'commitment'], 'ExpiresAt' => ['shape' => '__timestampUnix', 'locationName' => 'expiresAt'], 'PurchasedAt' => ['shape' => '__timestampUnix', 'locationName' => 'purchasedAt'], 'RenewalType' => ['shape' => 'RenewalType', 'locationName' => 'renewalType'], 'ReservedSlots' => ['shape' => '__integer', 'locationName' => 'reservedSlots'], 'Status' => ['shape' => 'ReservationPlanStatus', 'locationName' => 'status']]], 'ReservationPlanSettings' => ['type' => 'structure', 'members' => ['Commitment' => ['shape' => 'Commitment', 'locationName' => 'commitment'], 'RenewalType' => ['shape' => 'RenewalType', 'locationName' => 'renewalType'], 'ReservedSlots' => ['shape' => '__integer', 'locationName' => 'reservedSlots']], 'required' => ['Commitment', 'ReservedSlots', 'RenewalType']], 'ReservationPlanStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'EXPIRED']], 'ResourceTags' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'RespondToAfd' => ['type' => 'string', 'enum' => ['NONE', 'RESPOND', 'PASSTHROUGH']], 'S3DestinationAccessControl' => ['type' => 'structure', 'members' => ['CannedAcl' => ['shape' => 'S3ObjectCannedAcl', 'locationName' => 'cannedAcl']]], 'S3DestinationSettings' => ['type' => 'structure', 'members' => ['AccessControl' => ['shape' => 'S3DestinationAccessControl', 'locationName' => 'accessControl'], 'Encryption' => ['shape' => 'S3EncryptionSettings', 'locationName' => 'encryption']]], 'S3EncryptionSettings' => ['type' => 'structure', 'members' => ['EncryptionType' => ['shape' => 'S3ServerSideEncryptionType', 'locationName' => 'encryptionType'], 'KmsKeyArn' => ['shape' => '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912', 'locationName' => 'kmsKeyArn']]], 'S3ObjectCannedAcl' => ['type' => 'string', 'enum' => ['PUBLIC_READ', 'AUTHENTICATED_READ', 'BUCKET_OWNER_READ', 'BUCKET_OWNER_FULL_CONTROL']], 'S3ServerSideEncryptionType' => ['type' => 'string', 'enum' => ['SERVER_SIDE_ENCRYPTION_S3', 'SERVER_SIDE_ENCRYPTION_KMS']], 'ScalingBehavior' => ['type' => 'string', 'enum' => ['DEFAULT', 'STRETCH_TO_OUTPUT']], 'SccDestinationFramerate' => ['type' => 'string', 'enum' => ['FRAMERATE_23_97', 'FRAMERATE_24', 'FRAMERATE_25', 'FRAMERATE_29_97_DROPFRAME', 'FRAMERATE_29_97_NON_DROPFRAME']], 'SccDestinationSettings' => ['type' => 'structure', 'members' => ['Framerate' => ['shape' => 'SccDestinationFramerate', 'locationName' => 'framerate']]], 'SimulateReservedQueue' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'SpekeKeyProvider' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => '__stringPatternArnAwsUsGovAcm', 'locationName' => 'certificateArn'], 'ResourceId' => ['shape' => '__string', 'locationName' => 'resourceId'], 'SystemIds' => ['shape' => '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'systemIds'], 'Url' => ['shape' => '__stringPatternHttps', 'locationName' => 'url']]], 'SpekeKeyProviderCmaf' => ['type' => 'structure', 'members' => ['CertificateArn' => ['shape' => '__stringPatternArnAwsUsGovAcm', 'locationName' => 'certificateArn'], 'DashSignaledSystemIds' => ['shape' => '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'dashSignaledSystemIds'], 'HlsSignaledSystemIds' => ['shape' => '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12', 'locationName' => 'hlsSignaledSystemIds'], 'ResourceId' => ['shape' => '__stringPatternW', 'locationName' => 'resourceId'], 'Url' => ['shape' => '__stringPatternHttps', 'locationName' => 'url']]], 'StaticKeyProvider' => ['type' => 'structure', 'members' => ['KeyFormat' => ['shape' => '__stringPatternIdentityAZaZ26AZaZ09163', 'locationName' => 'keyFormat'], 'KeyFormatVersions' => ['shape' => '__stringPatternDD', 'locationName' => 'keyFormatVersions'], 'StaticKeyValue' => ['shape' => '__stringPatternAZaZ0932', 'locationName' => 'staticKeyValue'], 'Url' => ['shape' => '__string', 'locationName' => 'url']]], 'StatusUpdateInterval' => ['type' => 'string', 'enum' => ['SECONDS_10', 'SECONDS_12', 'SECONDS_15', 'SECONDS_20', 'SECONDS_30', 'SECONDS_60', 'SECONDS_120', 'SECONDS_180', 'SECONDS_240', 'SECONDS_300', 'SECONDS_360', 'SECONDS_420', 'SECONDS_480', 'SECONDS_540', 'SECONDS_600']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['Arn', 'Tags']], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TeletextDestinationSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__stringMin3Max3Pattern1809aFAF09aEAE', 'locationName' => 'pageNumber'], 'PageTypes' => ['shape' => '__listOfTeletextPageType', 'locationName' => 'pageTypes']]], 'TeletextPageType' => ['type' => 'string', 'enum' => ['PAGE_TYPE_INITIAL', 'PAGE_TYPE_SUBTITLE', 'PAGE_TYPE_ADDL_INFO', 'PAGE_TYPE_PROGRAM_SCHEDULE', 'PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE']], 'TeletextSourceSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__stringMin3Max3Pattern1809aFAF09aEAE', 'locationName' => 'pageNumber']]], 'TimecodeBurnin' => ['type' => 'structure', 'members' => ['FontSize' => ['shape' => '__integerMin10Max48', 'locationName' => 'fontSize'], 'Position' => ['shape' => 'TimecodeBurninPosition', 'locationName' => 'position'], 'Prefix' => ['shape' => '__stringPattern', 'locationName' => 'prefix']]], 'TimecodeBurninPosition' => ['type' => 'string', 'enum' => ['TOP_CENTER', 'TOP_LEFT', 'TOP_RIGHT', 'MIDDLE_LEFT', 'MIDDLE_CENTER', 'MIDDLE_RIGHT', 'BOTTOM_LEFT', 'BOTTOM_CENTER', 'BOTTOM_RIGHT']], 'TimecodeConfig' => ['type' => 'structure', 'members' => ['Anchor' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'anchor'], 'Source' => ['shape' => 'TimecodeSource', 'locationName' => 'source'], 'Start' => ['shape' => '__stringPattern010920405090509092', 'locationName' => 'start'], 'TimestampOffset' => ['shape' => '__stringPattern0940191020191209301', 'locationName' => 'timestampOffset']]], 'TimecodeSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'ZEROBASED', 'SPECIFIEDSTART']], 'TimedMetadata' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'NONE']], 'TimedMetadataInsertion' => ['type' => 'structure', 'members' => ['Id3Insertions' => ['shape' => '__listOfId3Insertion', 'locationName' => 'id3Insertions']]], 'Timing' => ['type' => 'structure', 'members' => ['FinishTime' => ['shape' => '__timestampUnix', 'locationName' => 'finishTime'], 'StartTime' => ['shape' => '__timestampUnix', 'locationName' => 'startTime'], 'SubmitTime' => ['shape' => '__timestampUnix', 'locationName' => 'submitTime']]], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TrackSourceSettings' => ['type' => 'structure', 'members' => ['TrackNumber' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'trackNumber']]], 'TtmlDestinationSettings' => ['type' => 'structure', 'members' => ['StylePassthrough' => ['shape' => 'TtmlStylePassthrough', 'locationName' => 'stylePassthrough']]], 'TtmlStylePassthrough' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Type' => ['type' => 'string', 'enum' => ['SYSTEM', 'CUSTOM']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn', 'location' => 'uri'], 'TagKeys' => ['shape' => '__listOf__string', 'locationName' => 'tagKeys']], 'required' => ['Arn']], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateJobTemplateRequest' => ['type' => 'structure', 'members' => ['AccelerationSettings' => ['shape' => 'AccelerationSettings', 'locationName' => 'accelerationSettings'], 'Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'HopDestinations' => ['shape' => '__listOfHopDestination', 'locationName' => 'hopDestinations'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'Priority' => ['shape' => '__integerMinNegative50Max50', 'locationName' => 'priority'], 'Queue' => ['shape' => '__string', 'locationName' => 'queue'], 'Settings' => ['shape' => 'JobTemplateSettings', 'locationName' => 'settings'], 'StatusUpdateInterval' => ['shape' => 'StatusUpdateInterval', 'locationName' => 'statusUpdateInterval']], 'required' => ['Name']], 'UpdateJobTemplateResponse' => ['type' => 'structure', 'members' => ['JobTemplate' => ['shape' => 'JobTemplate', 'locationName' => 'jobTemplate']]], 'UpdatePresetRequest' => ['type' => 'structure', 'members' => ['Category' => ['shape' => '__string', 'locationName' => 'category'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'Settings' => ['shape' => 'PresetSettings', 'locationName' => 'settings']], 'required' => ['Name']], 'UpdatePresetResponse' => ['type' => 'structure', 'members' => ['Preset' => ['shape' => 'Preset', 'locationName' => 'preset']]], 'UpdateQueueRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string', 'locationName' => 'description'], 'Name' => ['shape' => '__string', 'locationName' => 'name', 'location' => 'uri'], 'ReservationPlanSettings' => ['shape' => 'ReservationPlanSettings', 'locationName' => 'reservationPlanSettings'], 'Status' => ['shape' => 'QueueStatus', 'locationName' => 'status']], 'required' => ['Name']], 'UpdateQueueResponse' => ['type' => 'structure', 'members' => ['Queue' => ['shape' => 'Queue', 'locationName' => 'queue']]], 'VideoCodec' => ['type' => 'string', 'enum' => ['FRAME_CAPTURE', 'AV1', 'H_264', 'H_265', 'MPEG2', 'PRORES', 'VP8', 'VP9']], 'VideoCodecSettings' => ['type' => 'structure', 'members' => ['Av1Settings' => ['shape' => 'Av1Settings', 'locationName' => 'av1Settings'], 'Codec' => ['shape' => 'VideoCodec', 'locationName' => 'codec'], 'FrameCaptureSettings' => ['shape' => 'FrameCaptureSettings', 'locationName' => 'frameCaptureSettings'], 'H264Settings' => ['shape' => 'H264Settings', 'locationName' => 'h264Settings'], 'H265Settings' => ['shape' => 'H265Settings', 'locationName' => 'h265Settings'], 'Mpeg2Settings' => ['shape' => 'Mpeg2Settings', 'locationName' => 'mpeg2Settings'], 'ProresSettings' => ['shape' => 'ProresSettings', 'locationName' => 'proresSettings'], 'Vp8Settings' => ['shape' => 'Vp8Settings', 'locationName' => 'vp8Settings'], 'Vp9Settings' => ['shape' => 'Vp9Settings', 'locationName' => 'vp9Settings']]], 'VideoDescription' => ['type' => 'structure', 'members' => ['AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'AntiAlias' => ['shape' => 'AntiAlias', 'locationName' => 'antiAlias'], 'CodecSettings' => ['shape' => 'VideoCodecSettings', 'locationName' => 'codecSettings'], 'ColorMetadata' => ['shape' => 'ColorMetadata', 'locationName' => 'colorMetadata'], 'Crop' => ['shape' => 'Rectangle', 'locationName' => 'crop'], 'DropFrameTimecode' => ['shape' => 'DropFrameTimecode', 'locationName' => 'dropFrameTimecode'], 'FixedAfd' => ['shape' => '__integerMin0Max15', 'locationName' => 'fixedAfd'], 'Height' => ['shape' => '__integerMin32Max8192', 'locationName' => 'height'], 'Position' => ['shape' => 'Rectangle', 'locationName' => 'position'], 'RespondToAfd' => ['shape' => 'RespondToAfd', 'locationName' => 'respondToAfd'], 'ScalingBehavior' => ['shape' => 'ScalingBehavior', 'locationName' => 'scalingBehavior'], 'Sharpness' => ['shape' => '__integerMin0Max100', 'locationName' => 'sharpness'], 'TimecodeInsertion' => ['shape' => 'VideoTimecodeInsertion', 'locationName' => 'timecodeInsertion'], 'VideoPreprocessors' => ['shape' => 'VideoPreprocessor', 'locationName' => 'videoPreprocessors'], 'Width' => ['shape' => '__integerMin32Max8192', 'locationName' => 'width']]], 'VideoDetail' => ['type' => 'structure', 'members' => ['HeightInPx' => ['shape' => '__integer', 'locationName' => 'heightInPx'], 'WidthInPx' => ['shape' => '__integer', 'locationName' => 'widthInPx']]], 'VideoPreprocessor' => ['type' => 'structure', 'members' => ['ColorCorrector' => ['shape' => 'ColorCorrector', 'locationName' => 'colorCorrector'], 'Deinterlacer' => ['shape' => 'Deinterlacer', 'locationName' => 'deinterlacer'], 'DolbyVision' => ['shape' => 'DolbyVision', 'locationName' => 'dolbyVision'], 'ImageInserter' => ['shape' => 'ImageInserter', 'locationName' => 'imageInserter'], 'NoiseReducer' => ['shape' => 'NoiseReducer', 'locationName' => 'noiseReducer'], 'PartnerWatermarking' => ['shape' => 'PartnerWatermarking', 'locationName' => 'partnerWatermarking'], 'TimecodeBurnin' => ['shape' => 'TimecodeBurnin', 'locationName' => 'timecodeBurnin']]], 'VideoSelector' => ['type' => 'structure', 'members' => ['AlphaBehavior' => ['shape' => 'AlphaBehavior', 'locationName' => 'alphaBehavior'], 'ColorSpace' => ['shape' => 'ColorSpace', 'locationName' => 'colorSpace'], 'ColorSpaceUsage' => ['shape' => 'ColorSpaceUsage', 'locationName' => 'colorSpaceUsage'], 'Hdr10Metadata' => ['shape' => 'Hdr10Metadata', 'locationName' => 'hdr10Metadata'], 'Pid' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'pid'], 'ProgramNumber' => ['shape' => '__integerMinNegative2147483648Max2147483647', 'locationName' => 'programNumber'], 'Rotate' => ['shape' => 'InputRotate', 'locationName' => 'rotate']]], 'VideoTimecodeInsertion' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'VorbisSettings' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => '__integerMin1Max2', 'locationName' => 'channels'], 'SampleRate' => ['shape' => '__integerMin22050Max48000', 'locationName' => 'sampleRate'], 'VbrQuality' => ['shape' => '__integerMinNegative1Max10', 'locationName' => 'vbrQuality']]], 'Vp8FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Vp8FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Vp8ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Vp8QualityTuningLevel' => ['type' => 'string', 'enum' => ['MULTI_PASS', 'MULTI_PASS_HQ']], 'Vp8RateControlMode' => ['type' => 'string', 'enum' => ['VBR']], 'Vp8Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'bitrate'], 'FramerateControl' => ['shape' => 'Vp8FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Vp8FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'HrdBufferSize' => ['shape' => '__integerMin0Max47185920', 'locationName' => 'hrdBufferSize'], 'MaxBitrate' => ['shape' => '__integerMin1000Max1152000000', 'locationName' => 'maxBitrate'], 'ParControl' => ['shape' => 'Vp8ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'Vp8QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'RateControlMode' => ['shape' => 'Vp8RateControlMode', 'locationName' => 'rateControlMode']]], 'Vp9FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Vp9FramerateConversionAlgorithm' => ['type' => 'string', 'enum' => ['DUPLICATE_DROP', 'INTERPOLATE']], 'Vp9ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'Vp9QualityTuningLevel' => ['type' => 'string', 'enum' => ['MULTI_PASS', 'MULTI_PASS_HQ']], 'Vp9RateControlMode' => ['type' => 'string', 'enum' => ['VBR']], 'Vp9Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__integerMin1000Max480000000', 'locationName' => 'bitrate'], 'FramerateControl' => ['shape' => 'Vp9FramerateControl', 'locationName' => 'framerateControl'], 'FramerateConversionAlgorithm' => ['shape' => 'Vp9FramerateConversionAlgorithm', 'locationName' => 'framerateConversionAlgorithm'], 'FramerateDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'framerateNumerator'], 'GopSize' => ['shape' => '__doubleMin0', 'locationName' => 'gopSize'], 'HrdBufferSize' => ['shape' => '__integerMin0Max47185920', 'locationName' => 'hrdBufferSize'], 'MaxBitrate' => ['shape' => '__integerMin1000Max480000000', 'locationName' => 'maxBitrate'], 'ParControl' => ['shape' => 'Vp9ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1Max2147483647', 'locationName' => 'parNumerator'], 'QualityTuningLevel' => ['shape' => 'Vp9QualityTuningLevel', 'locationName' => 'qualityTuningLevel'], 'RateControlMode' => ['shape' => 'Vp9RateControlMode', 'locationName' => 'rateControlMode']]], 'WatermarkingStrength' => ['type' => 'string', 'enum' => ['LIGHTEST', 'LIGHTER', 'DEFAULT', 'STRONGER', 'STRONGEST']], 'WavFormat' => ['type' => 'string', 'enum' => ['RIFF', 'RF64']], 'WavSettings' => ['type' => 'structure', 'members' => ['BitDepth' => ['shape' => '__integerMin16Max24', 'locationName' => 'bitDepth'], 'Channels' => ['shape' => '__integerMin1Max64', 'locationName' => 'channels'], 'Format' => ['shape' => 'WavFormat', 'locationName' => 'format'], 'SampleRate' => ['shape' => '__integerMin8000Max192000', 'locationName' => 'sampleRate']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], '__doubleMin0Max1' => ['type' => 'double'], '__doubleMin0Max2147483647' => ['type' => 'double'], '__doubleMinNegative59Max0' => ['type' => 'double'], '__doubleMinNegative60Max3' => ['type' => 'double'], '__doubleMinNegative60MaxNegative1' => ['type' => 'double'], '__doubleMinNegative6Max3' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin0Max0' => ['type' => 'integer', 'min' => 0, 'max' => 0], '__integerMin0Max1' => ['type' => 'integer', 'min' => 0, 'max' => 1], '__integerMin0Max10' => ['type' => 'integer', 'min' => 0, 'max' => 10], '__integerMin0Max100' => ['type' => 'integer', 'min' => 0, 'max' => 100], '__integerMin0Max1000' => ['type' => 'integer', 'min' => 0, 'max' => 1000], '__integerMin0Max10000' => ['type' => 'integer', 'min' => 0, 'max' => 10000], '__integerMin0Max1152000000' => ['type' => 'integer', 'min' => 0, 'max' => 1152000000], '__integerMin0Max128' => ['type' => 'integer', 'min' => 0, 'max' => 128], '__integerMin0Max1466400000' => ['type' => 'integer', 'min' => 0, 'max' => 1466400000], '__integerMin0Max15' => ['type' => 'integer', 'min' => 0, 'max' => 15], '__integerMin0Max16' => ['type' => 'integer', 'min' => 0, 'max' => 16], '__integerMin0Max2147483647' => ['type' => 'integer', 'min' => 0, 'max' => 2147483647], '__integerMin0Max255' => ['type' => 'integer', 'min' => 0, 'max' => 255], '__integerMin0Max3' => ['type' => 'integer', 'min' => 0, 'max' => 3], '__integerMin0Max30' => ['type' => 'integer', 'min' => 0, 'max' => 30], '__integerMin0Max30000' => ['type' => 'integer', 'min' => 0, 'max' => 30000], '__integerMin0Max3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], '__integerMin0Max4' => ['type' => 'integer', 'min' => 0, 'max' => 4], '__integerMin0Max4194303' => ['type' => 'integer', 'min' => 0, 'max' => 4194303], '__integerMin0Max47185920' => ['type' => 'integer', 'min' => 0, 'max' => 47185920], '__integerMin0Max500' => ['type' => 'integer', 'min' => 0, 'max' => 500], '__integerMin0Max50000' => ['type' => 'integer', 'min' => 0, 'max' => 50000], '__integerMin0Max65535' => ['type' => 'integer', 'min' => 0, 'max' => 65535], '__integerMin0Max7' => ['type' => 'integer', 'min' => 0, 'max' => 7], '__integerMin0Max8' => ['type' => 'integer', 'min' => 0, 'max' => 8], '__integerMin0Max9' => ['type' => 'integer', 'min' => 0, 'max' => 9], '__integerMin0Max96' => ['type' => 'integer', 'min' => 0, 'max' => 96], '__integerMin0Max99' => ['type' => 'integer', 'min' => 0, 'max' => 99], '__integerMin1000Max1152000000' => ['type' => 'integer', 'min' => 1000, 'max' => 1152000000], '__integerMin1000Max1466400000' => ['type' => 'integer', 'min' => 1000, 'max' => 1466400000], '__integerMin1000Max288000000' => ['type' => 'integer', 'min' => 1000, 'max' => 288000000], '__integerMin1000Max30000' => ['type' => 'integer', 'min' => 1000, 'max' => 30000], '__integerMin1000Max300000000' => ['type' => 'integer', 'min' => 1000, 'max' => 300000000], '__integerMin1000Max480000000' => ['type' => 'integer', 'min' => 1000, 'max' => 480000000], '__integerMin10Max48' => ['type' => 'integer', 'min' => 10, 'max' => 48], '__integerMin16000Max320000' => ['type' => 'integer', 'min' => 16000, 'max' => 320000], '__integerMin16000Max48000' => ['type' => 'integer', 'min' => 16000, 'max' => 48000], '__integerMin16Max24' => ['type' => 'integer', 'min' => 16, 'max' => 24], '__integerMin1Max1' => ['type' => 'integer', 'min' => 1, 'max' => 1], '__integerMin1Max10' => ['type' => 'integer', 'min' => 1, 'max' => 10], '__integerMin1Max100' => ['type' => 'integer', 'min' => 1, 'max' => 100], '__integerMin1Max10000000' => ['type' => 'integer', 'min' => 1, 'max' => 10000000], '__integerMin1Max1001' => ['type' => 'integer', 'min' => 1, 'max' => 1001], '__integerMin1Max17895697' => ['type' => 'integer', 'min' => 1, 'max' => 17895697], '__integerMin1Max2' => ['type' => 'integer', 'min' => 1, 'max' => 2], '__integerMin1Max20' => ['type' => 'integer', 'min' => 1, 'max' => 20], '__integerMin1Max2147483640' => ['type' => 'integer', 'min' => 1, 'max' => 2147483640], '__integerMin1Max2147483647' => ['type' => 'integer', 'min' => 1, 'max' => 2147483647], '__integerMin1Max31' => ['type' => 'integer', 'min' => 1, 'max' => 31], '__integerMin1Max32' => ['type' => 'integer', 'min' => 1, 'max' => 32], '__integerMin1Max4' => ['type' => 'integer', 'min' => 1, 'max' => 4], '__integerMin1Max6' => ['type' => 'integer', 'min' => 1, 'max' => 6], '__integerMin1Max60000' => ['type' => 'integer', 'min' => 1, 'max' => 60000], '__integerMin1Max64' => ['type' => 'integer', 'min' => 1, 'max' => 64], '__integerMin22050Max48000' => ['type' => 'integer', 'min' => 22050, 'max' => 48000], '__integerMin24Max60000' => ['type' => 'integer', 'min' => 24, 'max' => 60000], '__integerMin25Max10000' => ['type' => 'integer', 'min' => 25, 'max' => 10000], '__integerMin25Max2000' => ['type' => 'integer', 'min' => 25, 'max' => 2000], '__integerMin2Max2147483647' => ['type' => 'integer', 'min' => 2, 'max' => 2147483647], '__integerMin32000Max192000' => ['type' => 'integer', 'min' => 32000, 'max' => 192000], '__integerMin32000Max384000' => ['type' => 'integer', 'min' => 32000, 'max' => 384000], '__integerMin32000Max48000' => ['type' => 'integer', 'min' => 32000, 'max' => 48000], '__integerMin32Max8182' => ['type' => 'integer', 'min' => 32, 'max' => 8182], '__integerMin32Max8192' => ['type' => 'integer', 'min' => 32, 'max' => 8192], '__integerMin384000Max768000' => ['type' => 'integer', 'min' => 384000, 'max' => 768000], '__integerMin48000Max48000' => ['type' => 'integer', 'min' => 48000, 'max' => 48000], '__integerMin6000Max1024000' => ['type' => 'integer', 'min' => 6000, 'max' => 1024000], '__integerMin64000Max640000' => ['type' => 'integer', 'min' => 64000, 'max' => 640000], '__integerMin7Max15' => ['type' => 'integer', 'min' => 7, 'max' => 15], '__integerMin8000Max192000' => ['type' => 'integer', 'min' => 8000, 'max' => 192000], '__integerMin8000Max96000' => ['type' => 'integer', 'min' => 8000, 'max' => 96000], '__integerMin96Max600' => ['type' => 'integer', 'min' => 96, 'max' => 600], '__integerMinNegative1000Max1000' => ['type' => 'integer', 'min' => -1000, 'max' => 1000], '__integerMinNegative180Max180' => ['type' => 'integer', 'min' => -180, 'max' => 180], '__integerMinNegative1Max10' => ['type' => 'integer', 'min' => -1, 'max' => 10], '__integerMinNegative1Max3' => ['type' => 'integer', 'min' => -1, 'max' => 3], '__integerMinNegative2147483648Max2147483647' => ['type' => 'integer', 'min' => -2147483648, 'max' => 2147483647], '__integerMinNegative2Max3' => ['type' => 'integer', 'min' => -2, 'max' => 3], '__integerMinNegative50Max50' => ['type' => 'integer', 'min' => -50, 'max' => 50], '__integerMinNegative5Max5' => ['type' => 'integer', 'min' => -5, 'max' => 5], '__integerMinNegative60Max6' => ['type' => 'integer', 'min' => -60, 'max' => 6], '__integerMinNegative70Max0' => ['type' => 'integer', 'min' => -70, 'max' => 0], '__listOfAudioDescription' => ['type' => 'list', 'member' => ['shape' => 'AudioDescription']], '__listOfCaptionDescription' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescription']], '__listOfCaptionDescriptionPreset' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescriptionPreset']], '__listOfCmafAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'CmafAdditionalManifest']], '__listOfDashAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'DashAdditionalManifest']], '__listOfEndpoint' => ['type' => 'list', 'member' => ['shape' => 'Endpoint']], '__listOfHlsAdMarkers' => ['type' => 'list', 'member' => ['shape' => 'HlsAdMarkers']], '__listOfHlsAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'HlsAdditionalManifest']], '__listOfHlsCaptionLanguageMapping' => ['type' => 'list', 'member' => ['shape' => 'HlsCaptionLanguageMapping']], '__listOfHopDestination' => ['type' => 'list', 'member' => ['shape' => 'HopDestination']], '__listOfId3Insertion' => ['type' => 'list', 'member' => ['shape' => 'Id3Insertion']], '__listOfInput' => ['type' => 'list', 'member' => ['shape' => 'Input']], '__listOfInputClipping' => ['type' => 'list', 'member' => ['shape' => 'InputClipping']], '__listOfInputTemplate' => ['type' => 'list', 'member' => ['shape' => 'InputTemplate']], '__listOfInsertableImage' => ['type' => 'list', 'member' => ['shape' => 'InsertableImage']], '__listOfJob' => ['type' => 'list', 'member' => ['shape' => 'Job']], '__listOfJobTemplate' => ['type' => 'list', 'member' => ['shape' => 'JobTemplate']], '__listOfMsSmoothAdditionalManifest' => ['type' => 'list', 'member' => ['shape' => 'MsSmoothAdditionalManifest']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfOutputChannelMapping' => ['type' => 'list', 'member' => ['shape' => 'OutputChannelMapping']], '__listOfOutputDetail' => ['type' => 'list', 'member' => ['shape' => 'OutputDetail']], '__listOfOutputGroup' => ['type' => 'list', 'member' => ['shape' => 'OutputGroup']], '__listOfOutputGroupDetail' => ['type' => 'list', 'member' => ['shape' => 'OutputGroupDetail']], '__listOfPreset' => ['type' => 'list', 'member' => ['shape' => 'Preset']], '__listOfQueue' => ['type' => 'list', 'member' => ['shape' => 'Queue']], '__listOfQueueTransition' => ['type' => 'list', 'member' => ['shape' => 'QueueTransition']], '__listOfTeletextPageType' => ['type' => 'list', 'member' => ['shape' => 'TeletextPageType']], '__listOf__integerMin1Max2147483647' => ['type' => 'list', 'member' => ['shape' => '__integerMin1Max2147483647']], '__listOf__integerMin32Max8182' => ['type' => 'list', 'member' => ['shape' => '__integerMin32Max8182']], '__listOf__integerMinNegative60Max6' => ['type' => 'list', 'member' => ['shape' => '__integerMinNegative60Max6']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__listOf__stringMin1' => ['type' => 'list', 'member' => ['shape' => '__stringMin1']], '__listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'list', 'member' => ['shape' => '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12']], '__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'list', 'member' => ['shape' => '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12']], '__listOf__stringPatternS3ASSETMAPXml' => ['type' => 'list', 'member' => ['shape' => '__stringPatternS3ASSETMAPXml']], '__mapOfAudioSelector' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AudioSelector']], '__mapOfAudioSelectorGroup' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AudioSelectorGroup']], '__mapOfCaptionSelector' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'CaptionSelector']], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__stringMin0' => ['type' => 'string', 'min' => 0], '__stringMin1' => ['type' => 'string', 'min' => 1], '__stringMin11Max11Pattern01D20305D205D' => ['type' => 'string', 'min' => 11, 'max' => 11, 'pattern' => '^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$'], '__stringMin14Max1285PatternS3Mov09PngHttpsMov09Png' => ['type' => 'string', 'min' => 14, 'max' => 1285, 'pattern' => '^((s3://(.*)(\\.mov|[0-9]+\\.png))|(https?://(.*)(\\.mov|[0-9]+\\.png)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(bmp|BMP|png|PNG))|(https?://(.*?)\\.(bmp|BMP|png|PNG)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(bmp|BMP|png|PNG|tga|TGA))|(https?://(.*?)\\.(bmp|BMP|png|PNG|tga|TGA)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMI' => ['type' => 'string', 'min' => 14, 'pattern' => '^((s3://(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|xml|XML|smi|SMI))|(https?://(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|xml|XML|smi|SMI)(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringMin16Max24PatternAZaZ0922AZaZ0916' => ['type' => 'string', 'min' => 16, 'max' => 24, 'pattern' => '^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$'], '__stringMin1Max100000' => ['type' => 'string', 'min' => 1, 'max' => 100000], '__stringMin1Max256' => ['type' => 'string', 'min' => 1, 'max' => 256], '__stringMin24Max512PatternAZaZ0902' => ['type' => 'string', 'min' => 24, 'max' => 512, 'pattern' => '^[A-Za-z0-9+\\/]+={0,2}$'], '__stringMin32Max32Pattern09aFAF32' => ['type' => 'string', 'min' => 32, 'max' => 32, 'pattern' => '^[0-9a-fA-F]{32}$'], '__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'string', 'min' => 36, 'max' => 36, 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], '__stringMin3Max3Pattern1809aFAF09aEAE' => ['type' => 'string', 'min' => 3, 'max' => 3, 'pattern' => '^[1-8][0-9a-fA-F][0-9a-eA-E]$'], '__stringMin3Max3PatternAZaZ3' => ['type' => 'string', 'min' => 3, 'max' => 3, 'pattern' => '^[A-Za-z]{3}$'], '__stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912' => ['type' => 'string', 'min' => 9, 'max' => 19, 'pattern' => '^[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}$'], '__stringPattern' => ['type' => 'string', 'pattern' => '^[ -~]+$'], '__stringPattern010920405090509092' => ['type' => 'string', 'pattern' => '^([01][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9][:;][0-9]{2}$'], '__stringPattern01D20305D205D' => ['type' => 'string', 'pattern' => '^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$'], '__stringPattern0940191020191209301' => ['type' => 'string', 'pattern' => '^([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$'], '__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12' => ['type' => 'string', 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], '__stringPatternAZaZ0902' => ['type' => 'string', 'pattern' => '^[A-Za-z0-9+\\/]+={0,2}$'], '__stringPatternAZaZ0932' => ['type' => 'string', 'pattern' => '^[A-Za-z0-9]{32}$'], '__stringPatternAZaZ23AZaZ' => ['type' => 'string', 'pattern' => '^[A-Za-z]{2,3}(-[A-Za-z-]+)?$'], '__stringPatternArnAwsUsGovAcm' => ['type' => 'string', 'pattern' => '^arn:aws(-us-gov)?:acm:'], '__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912' => ['type' => 'string', 'pattern' => '^arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'], '__stringPatternDD' => ['type' => 'string', 'pattern' => '^(\\d+(\\/\\d+)*)$'], '__stringPatternHttps' => ['type' => 'string', 'pattern' => '^https:\\/\\/'], '__stringPatternIdentityAZaZ26AZaZ09163' => ['type' => 'string', 'pattern' => '^(identity|[A-Za-z]{2,6}(\\.[A-Za-z0-9-]{1,63})+)$'], '__stringPatternS3' => ['type' => 'string', 'pattern' => '^s3:\\/\\/'], '__stringPatternS3ASSETMAPXml' => ['type' => 'string', 'pattern' => '^s3:\\/\\/.*\\/(ASSETMAP.xml)?$'], '__stringPatternS3MM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL' => ['type' => 'string', 'pattern' => '^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringPatternS3WWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE' => ['type' => 'string', 'pattern' => '^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([wW][eE][bB][mM]|[mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$'], '__stringPatternSNManifestConfirmConditionNotificationNS' => ['type' => 'string', 'pattern' => '^\\s*<(.|\\n)*ManifestConfirmConditionNotification(.|\\n)*>\\s*$'], '__stringPatternSNSignalProcessingNotificationNS' => ['type' => 'string', 'pattern' => '^\\s*<(.|\\n)*SignalProcessingNotification(.|\\n)*>\\s*$'], '__stringPatternW' => ['type' => 'string', 'pattern' => '^[\\w-]+$'], '__stringPatternWS' => ['type' => 'string', 'pattern' => '^[\\w\\s]*$'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; diff --git a/vendor/Aws3/Aws/data/medialive/2017-10-14/api-2.json.php b/vendor/Aws3/Aws/data/medialive/2017-10-14/api-2.json.php index 8f5d3664..3f5b3b7d 100644 --- a/vendor/Aws3/Aws/data/medialive/2017-10-14/api-2.json.php +++ b/vendor/Aws3/Aws/data/medialive/2017-10-14/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2017-10-14', 'endpointPrefix' => 'medialive', 'signingName' => 'medialive', 'serviceFullName' => 'AWS Elemental MediaLive', 'serviceId' => 'MediaLive', 'protocol' => 'rest-json', 'uid' => 'medialive-2017-10-14', 'signatureVersion' => 'v4', 'serviceAbbreviation' => 'MediaLive', 'jsonVersion' => '1.1'], 'operations' => ['BatchUpdateSchedule' => ['name' => 'BatchUpdateSchedule', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdateScheduleRequest'], 'output' => ['shape' => 'BatchUpdateScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateChannel' => ['name' => 'CreateChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels', 'responseCode' => 201], 'input' => ['shape' => 'CreateChannelRequest'], 'output' => ['shape' => 'CreateChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateInput' => ['name' => 'CreateInput', 'http' => ['method' => 'POST', 'requestUri' => '/prod/inputs', 'responseCode' => 201], 'input' => ['shape' => 'CreateInputRequest'], 'output' => ['shape' => 'CreateInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateInputSecurityGroup' => ['name' => 'CreateInputSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/prod/inputSecurityGroups', 'responseCode' => 200], 'input' => ['shape' => 'CreateInputSecurityGroupRequest'], 'output' => ['shape' => 'CreateInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateMultiplex' => ['name' => 'CreateMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes', 'responseCode' => 201], 'input' => ['shape' => 'CreateMultiplexRequest'], 'output' => ['shape' => 'CreateMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateMultiplexProgram' => ['name' => 'CreateMultiplexProgram', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs', 'responseCode' => 201], 'input' => ['shape' => 'CreateMultiplexProgramRequest'], 'output' => ['shape' => 'CreateMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteChannel' => ['name' => 'DeleteChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteChannelRequest'], 'output' => ['shape' => 'DeleteChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteInput' => ['name' => 'DeleteInput', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInputRequest'], 'output' => ['shape' => 'DeleteInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteInputSecurityGroup' => ['name' => 'DeleteInputSecurityGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInputSecurityGroupRequest'], 'output' => ['shape' => 'DeleteInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DeleteMultiplex' => ['name' => 'DeleteMultiplex', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteMultiplexRequest'], 'output' => ['shape' => 'DeleteMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteMultiplexProgram' => ['name' => 'DeleteMultiplexProgram', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMultiplexProgramRequest'], 'output' => ['shape' => 'DeleteMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteReservation' => ['name' => 'DeleteReservation', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteReservationRequest'], 'output' => ['shape' => 'DeleteReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteSchedule' => ['name' => 'DeleteSchedule', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'DeleteScheduleRequest'], 'output' => ['shape' => 'DeleteScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeChannel' => ['name' => 'DescribeChannel', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeChannelRequest'], 'output' => ['shape' => 'DescribeChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInput' => ['name' => 'DescribeInput', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputRequest'], 'output' => ['shape' => 'DescribeInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInputSecurityGroup' => ['name' => 'DescribeInputSecurityGroup', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputSecurityGroupRequest'], 'output' => ['shape' => 'DescribeInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeMultiplex' => ['name' => 'DescribeMultiplex', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMultiplexRequest'], 'output' => ['shape' => 'DescribeMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeMultiplexProgram' => ['name' => 'DescribeMultiplexProgram', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMultiplexProgramRequest'], 'output' => ['shape' => 'DescribeMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOffering' => ['name' => 'DescribeOffering', 'http' => ['method' => 'GET', 'requestUri' => '/prod/offerings/{offeringId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOfferingRequest'], 'output' => ['shape' => 'DescribeOfferingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeReservation' => ['name' => 'DescribeReservation', 'http' => ['method' => 'GET', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeReservationRequest'], 'output' => ['shape' => 'DescribeReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeSchedule' => ['name' => 'DescribeSchedule', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'DescribeScheduleRequest'], 'output' => ['shape' => 'DescribeScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListChannels' => ['name' => 'ListChannels', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels', 'responseCode' => 200], 'input' => ['shape' => 'ListChannelsRequest'], 'output' => ['shape' => 'ListChannelsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListInputSecurityGroups' => ['name' => 'ListInputSecurityGroups', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputSecurityGroups', 'responseCode' => 200], 'input' => ['shape' => 'ListInputSecurityGroupsRequest'], 'output' => ['shape' => 'ListInputSecurityGroupsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListInputs' => ['name' => 'ListInputs', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputs', 'responseCode' => 200], 'input' => ['shape' => 'ListInputsRequest'], 'output' => ['shape' => 'ListInputsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListMultiplexPrograms' => ['name' => 'ListMultiplexPrograms', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs', 'responseCode' => 200], 'input' => ['shape' => 'ListMultiplexProgramsRequest'], 'output' => ['shape' => 'ListMultiplexProgramsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListMultiplexes' => ['name' => 'ListMultiplexes', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes', 'responseCode' => 200], 'input' => ['shape' => 'ListMultiplexesRequest'], 'output' => ['shape' => 'ListMultiplexesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListOfferings' => ['name' => 'ListOfferings', 'http' => ['method' => 'GET', 'requestUri' => '/prod/offerings', 'responseCode' => 200], 'input' => ['shape' => 'ListOfferingsRequest'], 'output' => ['shape' => 'ListOfferingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListReservations' => ['name' => 'ListReservations', 'http' => ['method' => 'GET', 'requestUri' => '/prod/reservations', 'responseCode' => 200], 'input' => ['shape' => 'ListReservationsRequest'], 'output' => ['shape' => 'ListReservationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'PurchaseOffering' => ['name' => 'PurchaseOffering', 'http' => ['method' => 'POST', 'requestUri' => '/prod/offerings/{offeringId}/purchase', 'responseCode' => 201], 'input' => ['shape' => 'PurchaseOfferingRequest'], 'output' => ['shape' => 'PurchaseOfferingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StartChannel' => ['name' => 'StartChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels/{channelId}/start', 'responseCode' => 200], 'input' => ['shape' => 'StartChannelRequest'], 'output' => ['shape' => 'StartChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StartMultiplex' => ['name' => 'StartMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/start', 'responseCode' => 202], 'input' => ['shape' => 'StartMultiplexRequest'], 'output' => ['shape' => 'StartMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StopChannel' => ['name' => 'StopChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels/{channelId}/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopChannelRequest'], 'output' => ['shape' => 'StopChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StopMultiplex' => ['name' => 'StopMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/stop', 'responseCode' => 202], 'input' => ['shape' => 'StopMultiplexRequest'], 'output' => ['shape' => 'StopMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateChannel' => ['name' => 'UpdateChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelRequest'], 'output' => ['shape' => 'UpdateChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateChannelClass' => ['name' => 'UpdateChannelClass', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}/channelClass', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelClassRequest'], 'output' => ['shape' => 'UpdateChannelClassResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateInput' => ['name' => 'UpdateInput', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateInputRequest'], 'output' => ['shape' => 'UpdateInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateInputSecurityGroup' => ['name' => 'UpdateInputSecurityGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateInputSecurityGroupRequest'], 'output' => ['shape' => 'UpdateInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateMultiplex' => ['name' => 'UpdateMultiplex', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMultiplexRequest'], 'output' => ['shape' => 'UpdateMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateMultiplexProgram' => ['name' => 'UpdateMultiplexProgram', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMultiplexProgramRequest'], 'output' => ['shape' => 'UpdateMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateReservation' => ['name' => 'UpdateReservation', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateReservationRequest'], 'output' => ['shape' => 'UpdateReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AacCodingMode' => ['type' => 'string', 'enum' => ['AD_RECEIVER_MIX', 'CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_5_1']], 'AacInputType' => ['type' => 'string', 'enum' => ['BROADCASTER_MIXED_AD', 'NORMAL']], 'AacProfile' => ['type' => 'string', 'enum' => ['HEV1', 'HEV2', 'LC']], 'AacRateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'AacRawFormat' => ['type' => 'string', 'enum' => ['LATM_LOAS', 'NONE']], 'AacSettings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'CodingMode' => ['shape' => 'AacCodingMode', 'locationName' => 'codingMode'], 'InputType' => ['shape' => 'AacInputType', 'locationName' => 'inputType'], 'Profile' => ['shape' => 'AacProfile', 'locationName' => 'profile'], 'RateControlMode' => ['shape' => 'AacRateControlMode', 'locationName' => 'rateControlMode'], 'RawFormat' => ['shape' => 'AacRawFormat', 'locationName' => 'rawFormat'], 'SampleRate' => ['shape' => '__double', 'locationName' => 'sampleRate'], 'Spec' => ['shape' => 'AacSpec', 'locationName' => 'spec'], 'VbrQuality' => ['shape' => 'AacVbrQuality', 'locationName' => 'vbrQuality']]], 'AacSpec' => ['type' => 'string', 'enum' => ['MPEG2', 'MPEG4']], 'AacVbrQuality' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM_HIGH', 'MEDIUM_LOW']], 'Ac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMMENTARY', 'COMPLETE_MAIN', 'DIALOGUE', 'EMERGENCY', 'HEARING_IMPAIRED', 'MUSIC_AND_EFFECTS', 'VISUALLY_IMPAIRED', 'VOICE_OVER']], 'Ac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_3_2_LFE']], 'Ac3DrcProfile' => ['type' => 'string', 'enum' => ['FILM_STANDARD', 'NONE']], 'Ac3LfeFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Ac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Ac3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Ac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Ac3CodingMode', 'locationName' => 'codingMode'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DrcProfile' => ['shape' => 'Ac3DrcProfile', 'locationName' => 'drcProfile'], 'LfeFilter' => ['shape' => 'Ac3LfeFilter', 'locationName' => 'lfeFilter'], 'MetadataControl' => ['shape' => 'Ac3MetadataControl', 'locationName' => 'metadataControl']]], 'AccessDenied' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'AfdSignaling' => ['type' => 'string', 'enum' => ['AUTO', 'FIXED', 'NONE']], 'ArchiveContainerSettings' => ['type' => 'structure', 'members' => ['M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings']]], 'ArchiveGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'RolloverInterval' => ['shape' => '__integerMin1', 'locationName' => 'rolloverInterval']], 'required' => ['Destination']], 'ArchiveOutputSettings' => ['type' => 'structure', 'members' => ['ContainerSettings' => ['shape' => 'ArchiveContainerSettings', 'locationName' => 'containerSettings'], 'Extension' => ['shape' => '__string', 'locationName' => 'extension'], 'NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']], 'required' => ['ContainerSettings']], 'AribDestinationSettings' => ['type' => 'structure', 'members' => []], 'AribSourceSettings' => ['type' => 'structure', 'members' => []], 'AudioChannelMapping' => ['type' => 'structure', 'members' => ['InputChannelLevels' => ['shape' => '__listOfInputChannelLevel', 'locationName' => 'inputChannelLevels'], 'OutputChannel' => ['shape' => '__integerMin0Max7', 'locationName' => 'outputChannel']], 'required' => ['OutputChannel', 'InputChannelLevels']], 'AudioCodecSettings' => ['type' => 'structure', 'members' => ['AacSettings' => ['shape' => 'AacSettings', 'locationName' => 'aacSettings'], 'Ac3Settings' => ['shape' => 'Ac3Settings', 'locationName' => 'ac3Settings'], 'Eac3Settings' => ['shape' => 'Eac3Settings', 'locationName' => 'eac3Settings'], 'Mp2Settings' => ['shape' => 'Mp2Settings', 'locationName' => 'mp2Settings'], 'PassThroughSettings' => ['shape' => 'PassThroughSettings', 'locationName' => 'passThroughSettings']]], 'AudioDescription' => ['type' => 'structure', 'members' => ['AudioNormalizationSettings' => ['shape' => 'AudioNormalizationSettings', 'locationName' => 'audioNormalizationSettings'], 'AudioSelectorName' => ['shape' => '__string', 'locationName' => 'audioSelectorName'], 'AudioType' => ['shape' => 'AudioType', 'locationName' => 'audioType'], 'AudioTypeControl' => ['shape' => 'AudioDescriptionAudioTypeControl', 'locationName' => 'audioTypeControl'], 'CodecSettings' => ['shape' => 'AudioCodecSettings', 'locationName' => 'codecSettings'], 'LanguageCode' => ['shape' => '__stringMin3Max3', 'locationName' => 'languageCode'], 'LanguageCodeControl' => ['shape' => 'AudioDescriptionLanguageCodeControl', 'locationName' => 'languageCodeControl'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'StreamName' => ['shape' => '__string', 'locationName' => 'streamName']], 'required' => ['AudioSelectorName', 'Name']], 'AudioDescriptionAudioTypeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioDescriptionLanguageCodeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioLanguageSelection' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'LanguageSelectionPolicy' => ['shape' => 'AudioLanguageSelectionPolicy', 'locationName' => 'languageSelectionPolicy']], 'required' => ['LanguageCode']], 'AudioLanguageSelectionPolicy' => ['type' => 'string', 'enum' => ['LOOSE', 'STRICT']], 'AudioNormalizationAlgorithm' => ['type' => 'string', 'enum' => ['ITU_1770_1', 'ITU_1770_2']], 'AudioNormalizationAlgorithmControl' => ['type' => 'string', 'enum' => ['CORRECT_AUDIO']], 'AudioNormalizationSettings' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'AudioNormalizationAlgorithm', 'locationName' => 'algorithm'], 'AlgorithmControl' => ['shape' => 'AudioNormalizationAlgorithmControl', 'locationName' => 'algorithmControl'], 'TargetLkfs' => ['shape' => '__doubleMinNegative59Max0', 'locationName' => 'targetLkfs']]], 'AudioOnlyHlsSegmentType' => ['type' => 'string', 'enum' => ['AAC', 'FMP4']], 'AudioOnlyHlsSettings' => ['type' => 'structure', 'members' => ['AudioGroupId' => ['shape' => '__string', 'locationName' => 'audioGroupId'], 'AudioOnlyImage' => ['shape' => 'InputLocation', 'locationName' => 'audioOnlyImage'], 'AudioTrackType' => ['shape' => 'AudioOnlyHlsTrackType', 'locationName' => 'audioTrackType'], 'SegmentType' => ['shape' => 'AudioOnlyHlsSegmentType', 'locationName' => 'segmentType']]], 'AudioOnlyHlsTrackType' => ['type' => 'string', 'enum' => ['ALTERNATE_AUDIO_AUTO_SELECT', 'ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT', 'ALTERNATE_AUDIO_NOT_AUTO_SELECT', 'AUDIO_ONLY_VARIANT_STREAM']], 'AudioPidSelection' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin0Max8191', 'locationName' => 'pid']], 'required' => ['Pid']], 'AudioSelector' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__stringMin1', 'locationName' => 'name'], 'SelectorSettings' => ['shape' => 'AudioSelectorSettings', 'locationName' => 'selectorSettings']], 'required' => ['Name']], 'AudioSelectorSettings' => ['type' => 'structure', 'members' => ['AudioLanguageSelection' => ['shape' => 'AudioLanguageSelection', 'locationName' => 'audioLanguageSelection'], 'AudioPidSelection' => ['shape' => 'AudioPidSelection', 'locationName' => 'audioPidSelection']]], 'AudioType' => ['type' => 'string', 'enum' => ['CLEAN_EFFECTS', 'HEARING_IMPAIRED', 'UNDEFINED', 'VISUAL_IMPAIRED_COMMENTARY']], 'AuthenticationScheme' => ['type' => 'string', 'enum' => ['AKAMAI', 'COMMON']], 'AvailBlanking' => ['type' => 'structure', 'members' => ['AvailBlankingImage' => ['shape' => 'InputLocation', 'locationName' => 'availBlankingImage'], 'State' => ['shape' => 'AvailBlankingState', 'locationName' => 'state']]], 'AvailBlankingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AvailConfiguration' => ['type' => 'structure', 'members' => ['AvailSettings' => ['shape' => 'AvailSettings', 'locationName' => 'availSettings']]], 'AvailSettings' => ['type' => 'structure', 'members' => ['Scte35SpliceInsert' => ['shape' => 'Scte35SpliceInsert', 'locationName' => 'scte35SpliceInsert'], 'Scte35TimeSignalApos' => ['shape' => 'Scte35TimeSignalApos', 'locationName' => 'scte35TimeSignalApos']]], 'BadGatewayException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 502]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BatchScheduleActionCreateRequest' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchScheduleActionCreateResult' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchScheduleActionDeleteRequest' => ['type' => 'structure', 'members' => ['ActionNames' => ['shape' => '__listOf__string', 'locationName' => 'actionNames']], 'required' => ['ActionNames']], 'BatchScheduleActionDeleteResult' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchUpdateScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Creates' => ['shape' => 'BatchScheduleActionCreateRequest', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteRequest', 'locationName' => 'deletes']], 'required' => ['ChannelId']], 'BatchUpdateScheduleResponse' => ['type' => 'structure', 'members' => ['Creates' => ['shape' => 'BatchScheduleActionCreateResult', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteResult', 'locationName' => 'deletes']]], 'BatchUpdateScheduleResult' => ['type' => 'structure', 'members' => ['Creates' => ['shape' => 'BatchScheduleActionCreateResult', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteResult', 'locationName' => 'deletes']]], 'BlackoutSlate' => ['type' => 'structure', 'members' => ['BlackoutSlateImage' => ['shape' => 'InputLocation', 'locationName' => 'blackoutSlateImage'], 'NetworkEndBlackout' => ['shape' => 'BlackoutSlateNetworkEndBlackout', 'locationName' => 'networkEndBlackout'], 'NetworkEndBlackoutImage' => ['shape' => 'InputLocation', 'locationName' => 'networkEndBlackoutImage'], 'NetworkId' => ['shape' => '__stringMin34Max34', 'locationName' => 'networkId'], 'State' => ['shape' => 'BlackoutSlateState', 'locationName' => 'state']]], 'BlackoutSlateNetworkEndBlackout' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'BlackoutSlateState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'BurnInAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT', 'SMART']], 'BurnInBackgroundColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'BurnInDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'BurnInAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'BurnInBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'Font' => ['shape' => 'InputLocation', 'locationName' => 'font'], 'FontColor' => ['shape' => 'BurnInFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontSize' => ['shape' => '__string', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'BurnInOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'BurnInShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integer', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integer', 'locationName' => 'shadowYOffset'], 'TeletextGridControl' => ['shape' => 'BurnInTeletextGridControl', 'locationName' => 'teletextGridControl'], 'XPosition' => ['shape' => '__integerMin0', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0', 'locationName' => 'yPosition']]], 'BurnInFontColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'BurnInOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'BurnInShadowColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'BurnInTeletextGridControl' => ['type' => 'string', 'enum' => ['FIXED', 'SCALED']], 'CaptionDescription' => ['type' => 'structure', 'members' => ['CaptionSelectorName' => ['shape' => '__string', 'locationName' => 'captionSelectorName'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['CaptionSelectorName', 'Name']], 'CaptionDestinationSettings' => ['type' => 'structure', 'members' => ['AribDestinationSettings' => ['shape' => 'AribDestinationSettings', 'locationName' => 'aribDestinationSettings'], 'BurnInDestinationSettings' => ['shape' => 'BurnInDestinationSettings', 'locationName' => 'burnInDestinationSettings'], 'DvbSubDestinationSettings' => ['shape' => 'DvbSubDestinationSettings', 'locationName' => 'dvbSubDestinationSettings'], 'EmbeddedDestinationSettings' => ['shape' => 'EmbeddedDestinationSettings', 'locationName' => 'embeddedDestinationSettings'], 'EmbeddedPlusScte20DestinationSettings' => ['shape' => 'EmbeddedPlusScte20DestinationSettings', 'locationName' => 'embeddedPlusScte20DestinationSettings'], 'RtmpCaptionInfoDestinationSettings' => ['shape' => 'RtmpCaptionInfoDestinationSettings', 'locationName' => 'rtmpCaptionInfoDestinationSettings'], 'Scte20PlusEmbeddedDestinationSettings' => ['shape' => 'Scte20PlusEmbeddedDestinationSettings', 'locationName' => 'scte20PlusEmbeddedDestinationSettings'], 'Scte27DestinationSettings' => ['shape' => 'Scte27DestinationSettings', 'locationName' => 'scte27DestinationSettings'], 'SmpteTtDestinationSettings' => ['shape' => 'SmpteTtDestinationSettings', 'locationName' => 'smpteTtDestinationSettings'], 'TeletextDestinationSettings' => ['shape' => 'TeletextDestinationSettings', 'locationName' => 'teletextDestinationSettings'], 'TtmlDestinationSettings' => ['shape' => 'TtmlDestinationSettings', 'locationName' => 'ttmlDestinationSettings'], 'WebvttDestinationSettings' => ['shape' => 'WebvttDestinationSettings', 'locationName' => 'webvttDestinationSettings']]], 'CaptionLanguageMapping' => ['type' => 'structure', 'members' => ['CaptionChannel' => ['shape' => '__integerMin1Max4', 'locationName' => 'captionChannel'], 'LanguageCode' => ['shape' => '__stringMin3Max3', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__stringMin1', 'locationName' => 'languageDescription']], 'required' => ['LanguageCode', 'LanguageDescription', 'CaptionChannel']], 'CaptionSelector' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'Name' => ['shape' => '__stringMin1', 'locationName' => 'name'], 'SelectorSettings' => ['shape' => 'CaptionSelectorSettings', 'locationName' => 'selectorSettings']], 'required' => ['Name']], 'CaptionSelectorSettings' => ['type' => 'structure', 'members' => ['AribSourceSettings' => ['shape' => 'AribSourceSettings', 'locationName' => 'aribSourceSettings'], 'DvbSubSourceSettings' => ['shape' => 'DvbSubSourceSettings', 'locationName' => 'dvbSubSourceSettings'], 'EmbeddedSourceSettings' => ['shape' => 'EmbeddedSourceSettings', 'locationName' => 'embeddedSourceSettings'], 'Scte20SourceSettings' => ['shape' => 'Scte20SourceSettings', 'locationName' => 'scte20SourceSettings'], 'Scte27SourceSettings' => ['shape' => 'Scte27SourceSettings', 'locationName' => 'scte27SourceSettings'], 'TeletextSourceSettings' => ['shape' => 'TeletextSourceSettings', 'locationName' => 'teletextSourceSettings']]], 'Channel' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ChannelClass' => ['type' => 'string', 'enum' => ['STANDARD', 'SINGLE_PIPELINE']], 'ChannelConfigurationValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']]], 'ChannelEgressEndpoint' => ['type' => 'structure', 'members' => ['SourceIp' => ['shape' => '__string', 'locationName' => 'sourceIp']]], 'ChannelState' => ['type' => 'string', 'enum' => ['CREATING', 'CREATE_FAILED', 'IDLE', 'STARTING', 'RUNNING', 'RECOVERING', 'STOPPING', 'DELETING', 'DELETED', 'UPDATING', 'UPDATE_FAILED']], 'ChannelSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ColorSpacePassthroughSettings' => ['type' => 'structure', 'members' => []], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateChannel' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Reserved' => ['shape' => '__string', 'locationName' => 'reserved', 'deprecated' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateChannelRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Reserved' => ['shape' => '__string', 'locationName' => 'reserved', 'deprecated' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateChannelResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'CreateChannelResultModel' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'CreateInput' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type'], 'Vpc' => ['shape' => 'InputVpcRequest', 'locationName' => 'vpc']]], 'CreateInputRequest' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type'], 'Vpc' => ['shape' => 'InputVpcRequest', 'locationName' => 'vpc']]], 'CreateInputResponse' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'CreateInputResultModel' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'CreateInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']]], 'CreateInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'CreateInputSecurityGroupResultModel' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'CreateMultiplex' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RequestId', 'MultiplexSettings', 'AvailabilityZones', 'Name']], 'CreateMultiplexProgram' => ['type' => 'structure', 'members' => ['MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true]], 'required' => ['RequestId', 'MultiplexProgramSettings', 'ProgramName']], 'CreateMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true]], 'required' => ['MultiplexId', 'RequestId', 'MultiplexProgramSettings', 'ProgramName']], 'CreateMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'CreateMultiplexProgramResultModel' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'CreateMultiplexRequest' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RequestId', 'MultiplexSettings', 'AvailabilityZones', 'Name']], 'CreateMultiplexResponse' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'CreateMultiplexResultModel' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'CreateTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'DeleteChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DeleteChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DeleteInputRequest' => ['type' => 'structure', 'members' => ['InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId']], 'required' => ['InputId']], 'DeleteInputResponse' => ['type' => 'structure', 'members' => []], 'DeleteInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId']], 'required' => ['InputSecurityGroupId']], 'DeleteInputSecurityGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'DeleteMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'DeleteMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'DeleteMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DeleteReservationRequest' => ['type' => 'structure', 'members' => ['ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'DeleteReservationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DeleteScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DeleteScheduleResponse' => ['type' => 'structure', 'members' => []], 'DeleteTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'DescribeChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DescribeChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeInputRequest' => ['type' => 'structure', 'members' => ['InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId']], 'required' => ['InputId']], 'DescribeInputResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AttachedChannels' => ['shape' => '__listOf__string', 'locationName' => 'attachedChannels'], 'Destinations' => ['shape' => '__listOfInputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputClass' => ['shape' => 'InputClass', 'locationName' => 'inputClass'], 'InputSourceType' => ['shape' => 'InputSourceType', 'locationName' => 'inputSourceType'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlow', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'Sources' => ['shape' => '__listOfInputSource', 'locationName' => 'sources'], 'State' => ['shape' => 'InputState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type']]], 'DescribeInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId']], 'required' => ['InputSecurityGroupId']], 'DescribeInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'Inputs' => ['shape' => '__listOf__string', 'locationName' => 'inputs'], 'State' => ['shape' => 'InputSecurityGroupState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRule', 'locationName' => 'whitelistRules']]], 'DescribeMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'DescribeMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'DescribeMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'DescribeMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeOfferingRequest' => ['type' => 'structure', 'members' => ['OfferingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'offeringId']], 'required' => ['OfferingId']], 'DescribeOfferingResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DescribeReservationRequest' => ['type' => 'structure', 'members' => ['ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'DescribeReservationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DescribeScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ChannelId']], 'DescribeScheduleResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']]], 'DvbNitSettings' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => '__integerMin0Max65536', 'locationName' => 'networkId'], 'NetworkName' => ['shape' => '__stringMin1Max256', 'locationName' => 'networkName'], 'RepInterval' => ['shape' => '__integerMin25Max10000', 'locationName' => 'repInterval']], 'required' => ['NetworkName', 'NetworkId']], 'DvbSdtOutputSdt' => ['type' => 'string', 'enum' => ['SDT_FOLLOW', 'SDT_FOLLOW_IF_PRESENT', 'SDT_MANUAL', 'SDT_NONE']], 'DvbSdtSettings' => ['type' => 'structure', 'members' => ['OutputSdt' => ['shape' => 'DvbSdtOutputSdt', 'locationName' => 'outputSdt'], 'RepInterval' => ['shape' => '__integerMin25Max2000', 'locationName' => 'repInterval'], 'ServiceName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceName'], 'ServiceProviderName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceProviderName']]], 'DvbSubDestinationAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT', 'SMART']], 'DvbSubDestinationBackgroundColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'DvbSubDestinationFontColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'DvbSubDestinationOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'DvbSubDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'DvbSubDestinationAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'DvbSubDestinationBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'Font' => ['shape' => 'InputLocation', 'locationName' => 'font'], 'FontColor' => ['shape' => 'DvbSubDestinationFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontSize' => ['shape' => '__string', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'DvbSubDestinationOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'DvbSubDestinationShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integer', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integer', 'locationName' => 'shadowYOffset'], 'TeletextGridControl' => ['shape' => 'DvbSubDestinationTeletextGridControl', 'locationName' => 'teletextGridControl'], 'XPosition' => ['shape' => '__integerMin0', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0', 'locationName' => 'yPosition']]], 'DvbSubDestinationShadowColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'DvbSubDestinationTeletextGridControl' => ['type' => 'string', 'enum' => ['FIXED', 'SCALED']], 'DvbSubSourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1', 'locationName' => 'pid']]], 'DvbTdtSettings' => ['type' => 'structure', 'members' => ['RepInterval' => ['shape' => '__integerMin1000Max30000', 'locationName' => 'repInterval']]], 'Eac3AttenuationControl' => ['type' => 'string', 'enum' => ['ATTENUATE_3_DB', 'NONE']], 'Eac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMMENTARY', 'COMPLETE_MAIN', 'EMERGENCY', 'HEARING_IMPAIRED', 'VISUALLY_IMPAIRED']], 'Eac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0', 'CODING_MODE_3_2']], 'Eac3DcFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Eac3DrcLine' => ['type' => 'string', 'enum' => ['FILM_LIGHT', 'FILM_STANDARD', 'MUSIC_LIGHT', 'MUSIC_STANDARD', 'NONE', 'SPEECH']], 'Eac3DrcRf' => ['type' => 'string', 'enum' => ['FILM_LIGHT', 'FILM_STANDARD', 'MUSIC_LIGHT', 'MUSIC_STANDARD', 'NONE', 'SPEECH']], 'Eac3LfeControl' => ['type' => 'string', 'enum' => ['LFE', 'NO_LFE']], 'Eac3LfeFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Eac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Eac3PassthroughControl' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'WHEN_POSSIBLE']], 'Eac3PhaseControl' => ['type' => 'string', 'enum' => ['NO_SHIFT', 'SHIFT_90_DEGREES']], 'Eac3Settings' => ['type' => 'structure', 'members' => ['AttenuationControl' => ['shape' => 'Eac3AttenuationControl', 'locationName' => 'attenuationControl'], 'Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3CodingMode', 'locationName' => 'codingMode'], 'DcFilter' => ['shape' => 'Eac3DcFilter', 'locationName' => 'dcFilter'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DrcLine' => ['shape' => 'Eac3DrcLine', 'locationName' => 'drcLine'], 'DrcRf' => ['shape' => 'Eac3DrcRf', 'locationName' => 'drcRf'], 'LfeControl' => ['shape' => 'Eac3LfeControl', 'locationName' => 'lfeControl'], 'LfeFilter' => ['shape' => 'Eac3LfeFilter', 'locationName' => 'lfeFilter'], 'LoRoCenterMixLevel' => ['shape' => '__double', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__double', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__double', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__double', 'locationName' => 'ltRtSurroundMixLevel'], 'MetadataControl' => ['shape' => 'Eac3MetadataControl', 'locationName' => 'metadataControl'], 'PassthroughControl' => ['shape' => 'Eac3PassthroughControl', 'locationName' => 'passthroughControl'], 'PhaseControl' => ['shape' => 'Eac3PhaseControl', 'locationName' => 'phaseControl'], 'StereoDownmix' => ['shape' => 'Eac3StereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3SurroundExMode', 'locationName' => 'surroundExMode'], 'SurroundMode' => ['shape' => 'Eac3SurroundMode', 'locationName' => 'surroundMode']]], 'Eac3StereoDownmix' => ['type' => 'string', 'enum' => ['DPL2', 'LO_RO', 'LT_RT', 'NOT_INDICATED']], 'Eac3SurroundExMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'NOT_INDICATED']], 'Eac3SurroundMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'NOT_INDICATED']], 'EmbeddedConvert608To708' => ['type' => 'string', 'enum' => ['DISABLED', 'UPCONVERT']], 'EmbeddedDestinationSettings' => ['type' => 'structure', 'members' => []], 'EmbeddedPlusScte20DestinationSettings' => ['type' => 'structure', 'members' => []], 'EmbeddedScte20Detection' => ['type' => 'string', 'enum' => ['AUTO', 'OFF']], 'EmbeddedSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'EmbeddedConvert608To708', 'locationName' => 'convert608To708'], 'Scte20Detection' => ['shape' => 'EmbeddedScte20Detection', 'locationName' => 'scte20Detection'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber'], 'Source608TrackNumber' => ['shape' => '__integerMin1Max5', 'locationName' => 'source608TrackNumber']]], 'Empty' => ['type' => 'structure', 'members' => []], 'EncoderSettings' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'AvailConfiguration' => ['shape' => 'AvailConfiguration', 'locationName' => 'availConfiguration'], 'BlackoutSlate' => ['shape' => 'BlackoutSlate', 'locationName' => 'blackoutSlate'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescription', 'locationName' => 'captionDescriptions'], 'GlobalConfiguration' => ['shape' => 'GlobalConfiguration', 'locationName' => 'globalConfiguration'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'VideoDescriptions' => ['shape' => '__listOfVideoDescription', 'locationName' => 'videoDescriptions']], 'required' => ['VideoDescriptions', 'AudioDescriptions', 'OutputGroups', 'TimecodeConfig']], 'FecOutputIncludeFec' => ['type' => 'string', 'enum' => ['COLUMN', 'COLUMN_AND_ROW']], 'FecOutputSettings' => ['type' => 'structure', 'members' => ['ColumnDepth' => ['shape' => '__integerMin4Max20', 'locationName' => 'columnDepth'], 'IncludeFec' => ['shape' => 'FecOutputIncludeFec', 'locationName' => 'includeFec'], 'RowLength' => ['shape' => '__integerMin1Max20', 'locationName' => 'rowLength']]], 'FixedAfd' => ['type' => 'string', 'enum' => ['AFD_0000', 'AFD_0010', 'AFD_0011', 'AFD_0100', 'AFD_1000', 'AFD_1001', 'AFD_1010', 'AFD_1011', 'AFD_1101', 'AFD_1110', 'AFD_1111']], 'FixedModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['Time' => ['shape' => '__string', 'locationName' => 'time']], 'required' => ['Time']], 'Fmp4HlsSettings' => ['type' => 'structure', 'members' => ['AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets']]], 'FollowModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['FollowPoint' => ['shape' => 'FollowPoint', 'locationName' => 'followPoint'], 'ReferenceActionName' => ['shape' => '__string', 'locationName' => 'referenceActionName']], 'required' => ['ReferenceActionName', 'FollowPoint']], 'FollowPoint' => ['type' => 'string', 'enum' => ['END', 'START']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'FrameCaptureGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'FrameCaptureIntervalUnit' => ['type' => 'string', 'enum' => ['MILLISECONDS', 'SECONDS']], 'FrameCaptureOutputSettings' => ['type' => 'structure', 'members' => ['NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']]], 'FrameCaptureSettings' => ['type' => 'structure', 'members' => ['CaptureInterval' => ['shape' => '__integerMin1Max3600000', 'locationName' => 'captureInterval'], 'CaptureIntervalUnits' => ['shape' => 'FrameCaptureIntervalUnit', 'locationName' => 'captureIntervalUnits']], 'required' => ['CaptureInterval']], 'GatewayTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 504]], 'GlobalConfiguration' => ['type' => 'structure', 'members' => ['InitialAudioGain' => ['shape' => '__integerMinNegative60Max60', 'locationName' => 'initialAudioGain'], 'InputEndAction' => ['shape' => 'GlobalConfigurationInputEndAction', 'locationName' => 'inputEndAction'], 'InputLossBehavior' => ['shape' => 'InputLossBehavior', 'locationName' => 'inputLossBehavior'], 'OutputLockingMode' => ['shape' => 'GlobalConfigurationOutputLockingMode', 'locationName' => 'outputLockingMode'], 'OutputTimingSource' => ['shape' => 'GlobalConfigurationOutputTimingSource', 'locationName' => 'outputTimingSource'], 'SupportLowFramerateInputs' => ['shape' => 'GlobalConfigurationLowFramerateInputs', 'locationName' => 'supportLowFramerateInputs']]], 'GlobalConfigurationInputEndAction' => ['type' => 'string', 'enum' => ['NONE', 'SWITCH_AND_LOOP_INPUTS']], 'GlobalConfigurationLowFramerateInputs' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'GlobalConfigurationOutputLockingMode' => ['type' => 'string', 'enum' => ['EPOCH_LOCKING', 'PIPELINE_LOCKING']], 'GlobalConfigurationOutputTimingSource' => ['type' => 'string', 'enum' => ['INPUT_CLOCK', 'SYSTEM_CLOCK']], 'H264AdaptiveQuantization' => ['type' => 'string', 'enum' => ['HIGH', 'HIGHER', 'LOW', 'MAX', 'MEDIUM', 'OFF']], 'H264ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'H264ColorSpaceSettings' => ['type' => 'structure', 'members' => ['ColorSpacePassthroughSettings' => ['shape' => 'ColorSpacePassthroughSettings', 'locationName' => 'colorSpacePassthroughSettings'], 'Rec601Settings' => ['shape' => 'Rec601Settings', 'locationName' => 'rec601Settings'], 'Rec709Settings' => ['shape' => 'Rec709Settings', 'locationName' => 'rec709Settings']]], 'H264EntropyEncoding' => ['type' => 'string', 'enum' => ['CABAC', 'CAVLC']], 'H264FlickerAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H264Level' => ['type' => 'string', 'enum' => ['H264_LEVEL_1', 'H264_LEVEL_1_1', 'H264_LEVEL_1_2', 'H264_LEVEL_1_3', 'H264_LEVEL_2', 'H264_LEVEL_2_1', 'H264_LEVEL_2_2', 'H264_LEVEL_3', 'H264_LEVEL_3_1', 'H264_LEVEL_3_2', 'H264_LEVEL_4', 'H264_LEVEL_4_1', 'H264_LEVEL_4_2', 'H264_LEVEL_5', 'H264_LEVEL_5_1', 'H264_LEVEL_5_2', 'H264_LEVEL_AUTO']], 'H264LookAheadRateControl' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM']], 'H264ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264Profile' => ['type' => 'string', 'enum' => ['BASELINE', 'HIGH', 'HIGH_10BIT', 'HIGH_422', 'HIGH_422_10BIT', 'MAIN']], 'H264RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'MULTIPLEX', 'QVBR', 'VBR']], 'H264ScanType' => ['type' => 'string', 'enum' => ['INTERLACED', 'PROGRESSIVE']], 'H264SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H264AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'Bitrate' => ['shape' => '__integerMin1000', 'locationName' => 'bitrate'], 'BufFillPct' => ['shape' => '__integerMin0Max100', 'locationName' => 'bufFillPct'], 'BufSize' => ['shape' => '__integerMin0', 'locationName' => 'bufSize'], 'ColorMetadata' => ['shape' => 'H264ColorMetadata', 'locationName' => 'colorMetadata'], 'ColorSpaceSettings' => ['shape' => 'H264ColorSpaceSettings', 'locationName' => 'colorSpaceSettings'], 'EntropyEncoding' => ['shape' => 'H264EntropyEncoding', 'locationName' => 'entropyEncoding'], 'FixedAfd' => ['shape' => 'FixedAfd', 'locationName' => 'fixedAfd'], 'FlickerAq' => ['shape' => 'H264FlickerAq', 'locationName' => 'flickerAq'], 'FramerateControl' => ['shape' => 'H264FramerateControl', 'locationName' => 'framerateControl'], 'FramerateDenominator' => ['shape' => '__integerMin1', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H264GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0', 'locationName' => 'gopClosedCadence'], 'GopNumBFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'gopNumBFrames'], 'GopSize' => ['shape' => '__double', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H264GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'Level' => ['shape' => 'H264Level', 'locationName' => 'level'], 'LookAheadRateControl' => ['shape' => 'H264LookAheadRateControl', 'locationName' => 'lookAheadRateControl'], 'MaxBitrate' => ['shape' => '__integerMin1000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumRefFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numRefFrames'], 'ParControl' => ['shape' => 'H264ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integer', 'locationName' => 'parNumerator'], 'Profile' => ['shape' => 'H264Profile', 'locationName' => 'profile'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'RateControlMode' => ['shape' => 'H264RateControlMode', 'locationName' => 'rateControlMode'], 'ScanType' => ['shape' => 'H264ScanType', 'locationName' => 'scanType'], 'SceneChangeDetect' => ['shape' => 'H264SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAq' => ['shape' => 'H264SpatialAq', 'locationName' => 'spatialAq'], 'SubgopLength' => ['shape' => 'H264SubGopLength', 'locationName' => 'subgopLength'], 'Syntax' => ['shape' => 'H264Syntax', 'locationName' => 'syntax'], 'TemporalAq' => ['shape' => 'H264TemporalAq', 'locationName' => 'temporalAq'], 'TimecodeInsertion' => ['shape' => 'H264TimecodeInsertionBehavior', 'locationName' => 'timecodeInsertion']]], 'H264SpatialAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SubGopLength' => ['type' => 'string', 'enum' => ['DYNAMIC', 'FIXED']], 'H264Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'RP2027']], 'H264TemporalAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264TimecodeInsertionBehavior' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'H265AdaptiveQuantization' => ['type' => 'string', 'enum' => ['HIGH', 'HIGHER', 'LOW', 'MAX', 'MEDIUM', 'OFF']], 'H265AlternativeTransferFunction' => ['type' => 'string', 'enum' => ['INSERT', 'OMIT']], 'H265ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'H265ColorSpaceSettings' => ['type' => 'structure', 'members' => ['ColorSpacePassthroughSettings' => ['shape' => 'ColorSpacePassthroughSettings', 'locationName' => 'colorSpacePassthroughSettings'], 'Hdr10Settings' => ['shape' => 'Hdr10Settings', 'locationName' => 'hdr10Settings'], 'Rec601Settings' => ['shape' => 'Rec601Settings', 'locationName' => 'rec601Settings'], 'Rec709Settings' => ['shape' => 'Rec709Settings', 'locationName' => 'rec709Settings']]], 'H265FlickerAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H265Level' => ['type' => 'string', 'enum' => ['H265_LEVEL_1', 'H265_LEVEL_2', 'H265_LEVEL_2_1', 'H265_LEVEL_3', 'H265_LEVEL_3_1', 'H265_LEVEL_4', 'H265_LEVEL_4_1', 'H265_LEVEL_5', 'H265_LEVEL_5_1', 'H265_LEVEL_5_2', 'H265_LEVEL_6', 'H265_LEVEL_6_1', 'H265_LEVEL_6_2', 'H265_LEVEL_AUTO']], 'H265LookAheadRateControl' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM']], 'H265Profile' => ['type' => 'string', 'enum' => ['MAIN', 'MAIN_10BIT']], 'H265RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'MULTIPLEX', 'QVBR']], 'H265ScanType' => ['type' => 'string', 'enum' => ['PROGRESSIVE']], 'H265SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H265AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'AlternativeTransferFunction' => ['shape' => 'H265AlternativeTransferFunction', 'locationName' => 'alternativeTransferFunction'], 'Bitrate' => ['shape' => '__integerMin100000Max40000000', 'locationName' => 'bitrate'], 'BufSize' => ['shape' => '__integerMin100000Max80000000', 'locationName' => 'bufSize'], 'ColorMetadata' => ['shape' => 'H265ColorMetadata', 'locationName' => 'colorMetadata'], 'ColorSpaceSettings' => ['shape' => 'H265ColorSpaceSettings', 'locationName' => 'colorSpaceSettings'], 'FixedAfd' => ['shape' => 'FixedAfd', 'locationName' => 'fixedAfd'], 'FlickerAq' => ['shape' => 'H265FlickerAq', 'locationName' => 'flickerAq'], 'FramerateDenominator' => ['shape' => '__integerMin1Max3003', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1', 'locationName' => 'framerateNumerator'], 'GopClosedCadence' => ['shape' => '__integerMin0', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__double', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H265GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'Level' => ['shape' => 'H265Level', 'locationName' => 'level'], 'LookAheadRateControl' => ['shape' => 'H265LookAheadRateControl', 'locationName' => 'lookAheadRateControl'], 'MaxBitrate' => ['shape' => '__integerMin100000Max40000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'ParDenominator' => ['shape' => '__integerMin1', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1', 'locationName' => 'parNumerator'], 'Profile' => ['shape' => 'H265Profile', 'locationName' => 'profile'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'RateControlMode' => ['shape' => 'H265RateControlMode', 'locationName' => 'rateControlMode'], 'ScanType' => ['shape' => 'H265ScanType', 'locationName' => 'scanType'], 'SceneChangeDetect' => ['shape' => 'H265SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max16', 'locationName' => 'slices'], 'Tier' => ['shape' => 'H265Tier', 'locationName' => 'tier'], 'TimecodeInsertion' => ['shape' => 'H265TimecodeInsertionBehavior', 'locationName' => 'timecodeInsertion']], 'required' => ['FramerateNumerator', 'FramerateDenominator']], 'H265Tier' => ['type' => 'string', 'enum' => ['HIGH', 'MAIN']], 'H265TimecodeInsertionBehavior' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'Hdr10Settings' => ['type' => 'structure', 'members' => ['MaxCll' => ['shape' => '__integerMin0Max32768', 'locationName' => 'maxCll'], 'MaxFall' => ['shape' => '__integerMin0Max32768', 'locationName' => 'maxFall']]], 'HlsAdMarkers' => ['type' => 'string', 'enum' => ['ADOBE', 'ELEMENTAL', 'ELEMENTAL_SCTE35']], 'HlsAkamaiHttpTransferMode' => ['type' => 'string', 'enum' => ['CHUNKED', 'NON_CHUNKED']], 'HlsAkamaiSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'HttpTransferMode' => ['shape' => 'HlsAkamaiHttpTransferMode', 'locationName' => 'httpTransferMode'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay'], 'Salt' => ['shape' => '__string', 'locationName' => 'salt'], 'Token' => ['shape' => '__string', 'locationName' => 'token']]], 'HlsBasicPutSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'HlsCaptionLanguageSetting' => ['type' => 'string', 'enum' => ['INSERT', 'NONE', 'OMIT']], 'HlsCdnSettings' => ['type' => 'structure', 'members' => ['HlsAkamaiSettings' => ['shape' => 'HlsAkamaiSettings', 'locationName' => 'hlsAkamaiSettings'], 'HlsBasicPutSettings' => ['shape' => 'HlsBasicPutSettings', 'locationName' => 'hlsBasicPutSettings'], 'HlsMediaStoreSettings' => ['shape' => 'HlsMediaStoreSettings', 'locationName' => 'hlsMediaStoreSettings'], 'HlsWebdavSettings' => ['shape' => 'HlsWebdavSettings', 'locationName' => 'hlsWebdavSettings']]], 'HlsClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_4281', 'RFC_6381']], 'HlsDirectoryStructure' => ['type' => 'string', 'enum' => ['SINGLE_DIRECTORY', 'SUBDIRECTORY_PER_STREAM']], 'HlsEncryptionType' => ['type' => 'string', 'enum' => ['AES128', 'SAMPLE_AES']], 'HlsGroupSettings' => ['type' => 'structure', 'members' => ['AdMarkers' => ['shape' => '__listOfHlsAdMarkers', 'locationName' => 'adMarkers'], 'BaseUrlContent' => ['shape' => '__string', 'locationName' => 'baseUrlContent'], 'BaseUrlContent1' => ['shape' => '__string', 'locationName' => 'baseUrlContent1'], 'BaseUrlManifest' => ['shape' => '__string', 'locationName' => 'baseUrlManifest'], 'BaseUrlManifest1' => ['shape' => '__string', 'locationName' => 'baseUrlManifest1'], 'CaptionLanguageMappings' => ['shape' => '__listOfCaptionLanguageMapping', 'locationName' => 'captionLanguageMappings'], 'CaptionLanguageSetting' => ['shape' => 'HlsCaptionLanguageSetting', 'locationName' => 'captionLanguageSetting'], 'ClientCache' => ['shape' => 'HlsClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'HlsCodecSpecification', 'locationName' => 'codecSpecification'], 'ConstantIv' => ['shape' => '__stringMin32Max32', 'locationName' => 'constantIv'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'DirectoryStructure' => ['shape' => 'HlsDirectoryStructure', 'locationName' => 'directoryStructure'], 'EncryptionType' => ['shape' => 'HlsEncryptionType', 'locationName' => 'encryptionType'], 'HlsCdnSettings' => ['shape' => 'HlsCdnSettings', 'locationName' => 'hlsCdnSettings'], 'HlsId3SegmentTagging' => ['shape' => 'HlsId3SegmentTaggingState', 'locationName' => 'hlsId3SegmentTagging'], 'IFrameOnlyPlaylists' => ['shape' => 'IFrameOnlyPlaylistType', 'locationName' => 'iFrameOnlyPlaylists'], 'IndexNSegments' => ['shape' => '__integerMin3', 'locationName' => 'indexNSegments'], 'InputLossAction' => ['shape' => 'InputLossActionForHlsOut', 'locationName' => 'inputLossAction'], 'IvInManifest' => ['shape' => 'HlsIvInManifest', 'locationName' => 'ivInManifest'], 'IvSource' => ['shape' => 'HlsIvSource', 'locationName' => 'ivSource'], 'KeepSegments' => ['shape' => '__integerMin1', 'locationName' => 'keepSegments'], 'KeyFormat' => ['shape' => '__string', 'locationName' => 'keyFormat'], 'KeyFormatVersions' => ['shape' => '__string', 'locationName' => 'keyFormatVersions'], 'KeyProviderSettings' => ['shape' => 'KeyProviderSettings', 'locationName' => 'keyProviderSettings'], 'ManifestCompression' => ['shape' => 'HlsManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'HlsManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinSegmentLength' => ['shape' => '__integerMin0', 'locationName' => 'minSegmentLength'], 'Mode' => ['shape' => 'HlsMode', 'locationName' => 'mode'], 'OutputSelection' => ['shape' => 'HlsOutputSelection', 'locationName' => 'outputSelection'], 'ProgramDateTime' => ['shape' => 'HlsProgramDateTime', 'locationName' => 'programDateTime'], 'ProgramDateTimePeriod' => ['shape' => '__integerMin0Max3600', 'locationName' => 'programDateTimePeriod'], 'RedundantManifest' => ['shape' => 'HlsRedundantManifest', 'locationName' => 'redundantManifest'], 'SegmentLength' => ['shape' => '__integerMin1', 'locationName' => 'segmentLength'], 'SegmentationMode' => ['shape' => 'HlsSegmentationMode', 'locationName' => 'segmentationMode'], 'SegmentsPerSubdirectory' => ['shape' => '__integerMin1', 'locationName' => 'segmentsPerSubdirectory'], 'StreamInfResolution' => ['shape' => 'HlsStreamInfResolution', 'locationName' => 'streamInfResolution'], 'TimedMetadataId3Frame' => ['shape' => 'HlsTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMin0', 'locationName' => 'timedMetadataId3Period'], 'TimestampDeltaMilliseconds' => ['shape' => '__integerMin0', 'locationName' => 'timestampDeltaMilliseconds'], 'TsFileMode' => ['shape' => 'HlsTsFileMode', 'locationName' => 'tsFileMode']], 'required' => ['Destination']], 'HlsH265PackagingType' => ['type' => 'string', 'enum' => ['HEV1', 'HVC1']], 'HlsId3SegmentTaggingScheduleActionSettings' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => '__string', 'locationName' => 'tag']], 'required' => ['Tag']], 'HlsId3SegmentTaggingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsInputSettings' => ['type' => 'structure', 'members' => ['Bandwidth' => ['shape' => '__integerMin0', 'locationName' => 'bandwidth'], 'BufferSegments' => ['shape' => '__integerMin0', 'locationName' => 'bufferSegments'], 'Retries' => ['shape' => '__integerMin0', 'locationName' => 'retries'], 'RetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'retryInterval']]], 'HlsIvInManifest' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsIvSource' => ['type' => 'string', 'enum' => ['EXPLICIT', 'FOLLOWS_SEGMENT_NUMBER']], 'HlsManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'HlsManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'HlsMediaStoreSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'MediaStoreStorageClass' => ['shape' => 'HlsMediaStoreStorageClass', 'locationName' => 'mediaStoreStorageClass'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'HlsMediaStoreStorageClass' => ['type' => 'string', 'enum' => ['TEMPORAL']], 'HlsMode' => ['type' => 'string', 'enum' => ['LIVE', 'VOD']], 'HlsOutputSelection' => ['type' => 'string', 'enum' => ['MANIFESTS_AND_SEGMENTS', 'SEGMENTS_ONLY']], 'HlsOutputSettings' => ['type' => 'structure', 'members' => ['H265PackagingType' => ['shape' => 'HlsH265PackagingType', 'locationName' => 'h265PackagingType'], 'HlsSettings' => ['shape' => 'HlsSettings', 'locationName' => 'hlsSettings'], 'NameModifier' => ['shape' => '__stringMin1', 'locationName' => 'nameModifier'], 'SegmentModifier' => ['shape' => '__string', 'locationName' => 'segmentModifier']], 'required' => ['HlsSettings']], 'HlsProgramDateTime' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsRedundantManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsSegmentationMode' => ['type' => 'string', 'enum' => ['USE_INPUT_SEGMENTATION', 'USE_SEGMENT_DURATION']], 'HlsSettings' => ['type' => 'structure', 'members' => ['AudioOnlyHlsSettings' => ['shape' => 'AudioOnlyHlsSettings', 'locationName' => 'audioOnlyHlsSettings'], 'Fmp4HlsSettings' => ['shape' => 'Fmp4HlsSettings', 'locationName' => 'fmp4HlsSettings'], 'StandardHlsSettings' => ['shape' => 'StandardHlsSettings', 'locationName' => 'standardHlsSettings']]], 'HlsStreamInfResolution' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'HlsTimedMetadataScheduleActionSettings' => ['type' => 'structure', 'members' => ['Id3' => ['shape' => '__string', 'locationName' => 'id3']], 'required' => ['Id3']], 'HlsTsFileMode' => ['type' => 'string', 'enum' => ['SEGMENTED_FILES', 'SINGLE_FILE']], 'HlsWebdavHttpTransferMode' => ['type' => 'string', 'enum' => ['CHUNKED', 'NON_CHUNKED']], 'HlsWebdavSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'HttpTransferMode' => ['shape' => 'HlsWebdavHttpTransferMode', 'locationName' => 'httpTransferMode'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'IFrameOnlyPlaylistType' => ['type' => 'string', 'enum' => ['DISABLED', 'STANDARD']], 'ImmediateModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => []], 'Input' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AttachedChannels' => ['shape' => '__listOf__string', 'locationName' => 'attachedChannels'], 'Destinations' => ['shape' => '__listOfInputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputClass' => ['shape' => 'InputClass', 'locationName' => 'inputClass'], 'InputSourceType' => ['shape' => 'InputSourceType', 'locationName' => 'inputSourceType'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlow', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'Sources' => ['shape' => '__listOfInputSource', 'locationName' => 'sources'], 'State' => ['shape' => 'InputState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type']]], 'InputAttachment' => ['type' => 'structure', 'members' => ['InputAttachmentName' => ['shape' => '__string', 'locationName' => 'inputAttachmentName'], 'InputId' => ['shape' => '__string', 'locationName' => 'inputId'], 'InputSettings' => ['shape' => 'InputSettings', 'locationName' => 'inputSettings']]], 'InputChannelLevel' => ['type' => 'structure', 'members' => ['Gain' => ['shape' => '__integerMinNegative60Max6', 'locationName' => 'gain'], 'InputChannel' => ['shape' => '__integerMin0Max15', 'locationName' => 'inputChannel']], 'required' => ['InputChannel', 'Gain']], 'InputClass' => ['type' => 'string', 'enum' => ['STANDARD', 'SINGLE_PIPELINE']], 'InputClippingSettings' => ['type' => 'structure', 'members' => ['InputTimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'inputTimecodeSource'], 'StartTimecode' => ['shape' => 'StartTimecode', 'locationName' => 'startTimecode'], 'StopTimecode' => ['shape' => 'StopTimecode', 'locationName' => 'stopTimecode']], 'required' => ['InputTimecodeSource']], 'InputCodec' => ['type' => 'string', 'enum' => ['MPEG2', 'AVC', 'HEVC']], 'InputDeblockFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'InputDenoiseFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'InputDestination' => ['type' => 'structure', 'members' => ['Ip' => ['shape' => '__string', 'locationName' => 'ip'], 'Port' => ['shape' => '__string', 'locationName' => 'port'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Vpc' => ['shape' => 'InputDestinationVpc', 'locationName' => 'vpc']]], 'InputDestinationRequest' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => '__string', 'locationName' => 'streamName']]], 'InputDestinationVpc' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'NetworkInterfaceId' => ['shape' => '__string', 'locationName' => 'networkInterfaceId']]], 'InputFilter' => ['type' => 'string', 'enum' => ['AUTO', 'DISABLED', 'FORCED']], 'InputLocation' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Uri' => ['shape' => '__string', 'locationName' => 'uri'], 'Username' => ['shape' => '__string', 'locationName' => 'username']], 'required' => ['Uri']], 'InputLossActionForHlsOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForMsSmoothOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForRtmpOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForUdpOut' => ['type' => 'string', 'enum' => ['DROP_PROGRAM', 'DROP_TS', 'EMIT_PROGRAM']], 'InputLossBehavior' => ['type' => 'structure', 'members' => ['BlackFrameMsec' => ['shape' => '__integerMin0Max1000000', 'locationName' => 'blackFrameMsec'], 'InputLossImageColor' => ['shape' => '__stringMin6Max6', 'locationName' => 'inputLossImageColor'], 'InputLossImageSlate' => ['shape' => 'InputLocation', 'locationName' => 'inputLossImageSlate'], 'InputLossImageType' => ['shape' => 'InputLossImageType', 'locationName' => 'inputLossImageType'], 'RepeatFrameMsec' => ['shape' => '__integerMin0Max1000000', 'locationName' => 'repeatFrameMsec']]], 'InputLossImageType' => ['type' => 'string', 'enum' => ['COLOR', 'SLATE']], 'InputMaximumBitrate' => ['type' => 'string', 'enum' => ['MAX_10_MBPS', 'MAX_20_MBPS', 'MAX_50_MBPS']], 'InputResolution' => ['type' => 'string', 'enum' => ['SD', 'HD', 'UHD']], 'InputSecurityGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'Inputs' => ['shape' => '__listOf__string', 'locationName' => 'inputs'], 'State' => ['shape' => 'InputSecurityGroupState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRule', 'locationName' => 'whitelistRules']]], 'InputSecurityGroupState' => ['type' => 'string', 'enum' => ['IDLE', 'IN_USE', 'UPDATING', 'DELETED']], 'InputSecurityGroupWhitelistRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']]], 'InputSettings' => ['type' => 'structure', 'members' => ['AudioSelectors' => ['shape' => '__listOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__listOfCaptionSelector', 'locationName' => 'captionSelectors'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FilterStrength' => ['shape' => '__integerMin1Max5', 'locationName' => 'filterStrength'], 'InputFilter' => ['shape' => 'InputFilter', 'locationName' => 'inputFilter'], 'NetworkInputSettings' => ['shape' => 'NetworkInputSettings', 'locationName' => 'networkInputSettings'], 'SourceEndBehavior' => ['shape' => 'InputSourceEndBehavior', 'locationName' => 'sourceEndBehavior'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputSource' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'InputSourceEndBehavior' => ['type' => 'string', 'enum' => ['CONTINUE', 'LOOP']], 'InputSourceRequest' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'InputSourceType' => ['type' => 'string', 'enum' => ['STATIC', 'DYNAMIC']], 'InputSpecification' => ['type' => 'structure', 'members' => ['Codec' => ['shape' => 'InputCodec', 'locationName' => 'codec'], 'MaximumBitrate' => ['shape' => 'InputMaximumBitrate', 'locationName' => 'maximumBitrate'], 'Resolution' => ['shape' => 'InputResolution', 'locationName' => 'resolution']]], 'InputState' => ['type' => 'string', 'enum' => ['CREATING', 'DETACHED', 'ATTACHED', 'DELETING', 'DELETED']], 'InputSwitchScheduleActionSettings' => ['type' => 'structure', 'members' => ['InputAttachmentNameReference' => ['shape' => '__string', 'locationName' => 'inputAttachmentNameReference'], 'InputClippingSettings' => ['shape' => 'InputClippingSettings', 'locationName' => 'inputClippingSettings'], 'UrlPath' => ['shape' => '__listOf__string', 'locationName' => 'urlPath']], 'required' => ['InputAttachmentNameReference']], 'InputTimecodeSource' => ['type' => 'string', 'enum' => ['ZEROBASED', 'EMBEDDED']], 'InputType' => ['type' => 'string', 'enum' => ['UDP_PUSH', 'RTP_PUSH', 'RTMP_PUSH', 'RTMP_PULL', 'URL_PULL', 'MP4_FILE', 'MEDIACONNECT']], 'InputVpcRequest' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => '__listOf__string', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds']], 'required' => ['SubnetIds']], 'InputWhitelistRule' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => '__string', 'locationName' => 'cidr']]], 'InputWhitelistRuleCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => '__string', 'locationName' => 'cidr']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'InternalServiceError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'InvalidRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'KeyProviderSettings' => ['type' => 'structure', 'members' => ['StaticKeySettings' => ['shape' => 'StaticKeySettings', 'locationName' => 'staticKeySettings']]], 'LastFrameClippingBehavior' => ['type' => 'string', 'enum' => ['EXCLUDE_LAST_FRAME', 'INCLUDE_LAST_FRAME']], 'LimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ListChannelsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListChannelsResponse' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => '__listOfChannelSummary', 'locationName' => 'channels'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListChannelsResultModel' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => '__listOfChannelSummary', 'locationName' => 'channels'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsResponse' => ['type' => 'structure', 'members' => ['InputSecurityGroups' => ['shape' => '__listOfInputSecurityGroup', 'locationName' => 'inputSecurityGroups'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsResultModel' => ['type' => 'structure', 'members' => ['InputSecurityGroups' => ['shape' => '__listOfInputSecurityGroup', 'locationName' => 'inputSecurityGroups'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInputsResponse' => ['type' => 'structure', 'members' => ['Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputsResultModel' => ['type' => 'structure', 'members' => ['Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexProgramsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['MultiplexId']], 'ListMultiplexProgramsResponse' => ['type' => 'structure', 'members' => ['MultiplexPrograms' => ['shape' => '__listOfMultiplexProgramSummary', 'locationName' => 'multiplexPrograms'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexProgramsResultModel' => ['type' => 'structure', 'members' => ['MultiplexPrograms' => ['shape' => '__listOfMultiplexProgramSummary', 'locationName' => 'multiplexPrograms'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMultiplexesResponse' => ['type' => 'structure', 'members' => ['Multiplexes' => ['shape' => '__listOfMultiplexSummary', 'locationName' => 'multiplexes'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexesResultModel' => ['type' => 'structure', 'members' => ['Multiplexes' => ['shape' => '__listOfMultiplexSummary', 'locationName' => 'multiplexes'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListOfferingsRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelClass'], 'ChannelConfiguration' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelConfiguration'], 'Codec' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'codec'], 'Duration' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'duration'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MaximumBitrate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumFramerate'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Resolution' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'videoQuality']]], 'ListOfferingsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Offerings' => ['shape' => '__listOfOffering', 'locationName' => 'offerings']]], 'ListOfferingsResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Offerings' => ['shape' => '__listOfOffering', 'locationName' => 'offerings']]], 'ListReservationsRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelClass'], 'Codec' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'codec'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MaximumBitrate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumFramerate'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Resolution' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'videoQuality']]], 'ListReservationsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Reservations' => ['shape' => '__listOfReservation', 'locationName' => 'reservations']]], 'ListReservationsResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Reservations' => ['shape' => '__listOfReservation', 'locationName' => 'reservations']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'LogLevel' => ['type' => 'string', 'enum' => ['ERROR', 'WARNING', 'INFO', 'DEBUG', 'DISABLED']], 'M2tsAbsentInputAudioBehavior' => ['type' => 'string', 'enum' => ['DROP', 'ENCODE_SILENCE']], 'M2tsArib' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'M2tsAribCaptionsPidControl' => ['type' => 'string', 'enum' => ['AUTO', 'USE_CONFIGURED']], 'M2tsAudioBufferModel' => ['type' => 'string', 'enum' => ['ATSC', 'DVB']], 'M2tsAudioInterval' => ['type' => 'string', 'enum' => ['VIDEO_AND_FIXED_INTERVALS', 'VIDEO_INTERVAL']], 'M2tsAudioStreamType' => ['type' => 'string', 'enum' => ['ATSC', 'DVB']], 'M2tsBufferModel' => ['type' => 'string', 'enum' => ['MULTIPLEX', 'NONE']], 'M2tsCcDescriptor' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'M2tsEbifControl' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsEbpPlacement' => ['type' => 'string', 'enum' => ['VIDEO_AND_AUDIO_PIDS', 'VIDEO_PID']], 'M2tsEsRateInPes' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'M2tsKlv' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsNielsenId3Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M2tsPcrControl' => ['type' => 'string', 'enum' => ['CONFIGURED_PCR_PERIOD', 'PCR_EVERY_PES_PACKET']], 'M2tsRateMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'M2tsScte35Control' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsSegmentationMarkers' => ['type' => 'string', 'enum' => ['EBP', 'EBP_LEGACY', 'NONE', 'PSI_SEGSTART', 'RAI_ADAPT', 'RAI_SEGSTART']], 'M2tsSegmentationStyle' => ['type' => 'string', 'enum' => ['MAINTAIN_CADENCE', 'RESET_CADENCE']], 'M2tsSettings' => ['type' => 'structure', 'members' => ['AbsentInputAudioBehavior' => ['shape' => 'M2tsAbsentInputAudioBehavior', 'locationName' => 'absentInputAudioBehavior'], 'Arib' => ['shape' => 'M2tsArib', 'locationName' => 'arib'], 'AribCaptionsPid' => ['shape' => '__string', 'locationName' => 'aribCaptionsPid'], 'AribCaptionsPidControl' => ['shape' => 'M2tsAribCaptionsPidControl', 'locationName' => 'aribCaptionsPidControl'], 'AudioBufferModel' => ['shape' => 'M2tsAudioBufferModel', 'locationName' => 'audioBufferModel'], 'AudioFramesPerPes' => ['shape' => '__integerMin0', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__string', 'locationName' => 'audioPids'], 'AudioStreamType' => ['shape' => 'M2tsAudioStreamType', 'locationName' => 'audioStreamType'], 'Bitrate' => ['shape' => '__integerMin0', 'locationName' => 'bitrate'], 'BufferModel' => ['shape' => 'M2tsBufferModel', 'locationName' => 'bufferModel'], 'CcDescriptor' => ['shape' => 'M2tsCcDescriptor', 'locationName' => 'ccDescriptor'], 'DvbNitSettings' => ['shape' => 'DvbNitSettings', 'locationName' => 'dvbNitSettings'], 'DvbSdtSettings' => ['shape' => 'DvbSdtSettings', 'locationName' => 'dvbSdtSettings'], 'DvbSubPids' => ['shape' => '__string', 'locationName' => 'dvbSubPids'], 'DvbTdtSettings' => ['shape' => 'DvbTdtSettings', 'locationName' => 'dvbTdtSettings'], 'DvbTeletextPid' => ['shape' => '__string', 'locationName' => 'dvbTeletextPid'], 'Ebif' => ['shape' => 'M2tsEbifControl', 'locationName' => 'ebif'], 'EbpAudioInterval' => ['shape' => 'M2tsAudioInterval', 'locationName' => 'ebpAudioInterval'], 'EbpLookaheadMs' => ['shape' => '__integerMin0Max10000', 'locationName' => 'ebpLookaheadMs'], 'EbpPlacement' => ['shape' => 'M2tsEbpPlacement', 'locationName' => 'ebpPlacement'], 'EcmPid' => ['shape' => '__string', 'locationName' => 'ecmPid'], 'EsRateInPes' => ['shape' => 'M2tsEsRateInPes', 'locationName' => 'esRateInPes'], 'EtvPlatformPid' => ['shape' => '__string', 'locationName' => 'etvPlatformPid'], 'EtvSignalPid' => ['shape' => '__string', 'locationName' => 'etvSignalPid'], 'FragmentTime' => ['shape' => '__doubleMin0', 'locationName' => 'fragmentTime'], 'Klv' => ['shape' => 'M2tsKlv', 'locationName' => 'klv'], 'KlvDataPids' => ['shape' => '__string', 'locationName' => 'klvDataPids'], 'NielsenId3Behavior' => ['shape' => 'M2tsNielsenId3Behavior', 'locationName' => 'nielsenId3Behavior'], 'NullPacketBitrate' => ['shape' => '__doubleMin0', 'locationName' => 'nullPacketBitrate'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M2tsPcrControl', 'locationName' => 'pcrControl'], 'PcrPeriod' => ['shape' => '__integerMin0Max500', 'locationName' => 'pcrPeriod'], 'PcrPid' => ['shape' => '__string', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__string', 'locationName' => 'pmtPid'], 'ProgramNum' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNum'], 'RateMode' => ['shape' => 'M2tsRateMode', 'locationName' => 'rateMode'], 'Scte27Pids' => ['shape' => '__string', 'locationName' => 'scte27Pids'], 'Scte35Control' => ['shape' => 'M2tsScte35Control', 'locationName' => 'scte35Control'], 'Scte35Pid' => ['shape' => '__string', 'locationName' => 'scte35Pid'], 'SegmentationMarkers' => ['shape' => 'M2tsSegmentationMarkers', 'locationName' => 'segmentationMarkers'], 'SegmentationStyle' => ['shape' => 'M2tsSegmentationStyle', 'locationName' => 'segmentationStyle'], 'SegmentationTime' => ['shape' => '__doubleMin1', 'locationName' => 'segmentationTime'], 'TimedMetadataBehavior' => ['shape' => 'M2tsTimedMetadataBehavior', 'locationName' => 'timedMetadataBehavior'], 'TimedMetadataPid' => ['shape' => '__string', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__string', 'locationName' => 'videoPid']]], 'M2tsTimedMetadataBehavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8NielsenId3Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8PcrControl' => ['type' => 'string', 'enum' => ['CONFIGURED_PCR_PERIOD', 'PCR_EVERY_PES_PACKET']], 'M3u8Scte35Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8Settings' => ['type' => 'structure', 'members' => ['AudioFramesPerPes' => ['shape' => '__integerMin0', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__string', 'locationName' => 'audioPids'], 'EcmPid' => ['shape' => '__string', 'locationName' => 'ecmPid'], 'NielsenId3Behavior' => ['shape' => 'M3u8NielsenId3Behavior', 'locationName' => 'nielsenId3Behavior'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M3u8PcrControl', 'locationName' => 'pcrControl'], 'PcrPeriod' => ['shape' => '__integerMin0Max500', 'locationName' => 'pcrPeriod'], 'PcrPid' => ['shape' => '__string', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__string', 'locationName' => 'pmtPid'], 'ProgramNum' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNum'], 'Scte35Behavior' => ['shape' => 'M3u8Scte35Behavior', 'locationName' => 'scte35Behavior'], 'Scte35Pid' => ['shape' => '__string', 'locationName' => 'scte35Pid'], 'TimedMetadataBehavior' => ['shape' => 'M3u8TimedMetadataBehavior', 'locationName' => 'timedMetadataBehavior'], 'TimedMetadataPid' => ['shape' => '__string', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__string', 'locationName' => 'videoPid']]], 'M3u8TimedMetadataBehavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 1000], 'MediaConnectFlow' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'MediaConnectFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'MediaPackageGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'MediaPackageOutputDestinationSettings' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__stringMin1', 'locationName' => 'channelId']]], 'MediaPackageOutputSettings' => ['type' => 'structure', 'members' => []], 'Mp2CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0']], 'Mp2Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'CodingMode' => ['shape' => 'Mp2CodingMode', 'locationName' => 'codingMode'], 'SampleRate' => ['shape' => '__double', 'locationName' => 'sampleRate']]], 'MsSmoothGroupSettings' => ['type' => 'structure', 'members' => ['AcquisitionPointId' => ['shape' => '__string', 'locationName' => 'acquisitionPointId'], 'AudioOnlyTimecodeControl' => ['shape' => 'SmoothGroupAudioOnlyTimecodeControl', 'locationName' => 'audioOnlyTimecodeControl'], 'CertificateMode' => ['shape' => 'SmoothGroupCertificateMode', 'locationName' => 'certificateMode'], 'ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'EventId' => ['shape' => '__string', 'locationName' => 'eventId'], 'EventIdMode' => ['shape' => 'SmoothGroupEventIdMode', 'locationName' => 'eventIdMode'], 'EventStopBehavior' => ['shape' => 'SmoothGroupEventStopBehavior', 'locationName' => 'eventStopBehavior'], 'FilecacheDuration' => ['shape' => '__integerMin0', 'locationName' => 'filecacheDuration'], 'FragmentLength' => ['shape' => '__integerMin1', 'locationName' => 'fragmentLength'], 'InputLossAction' => ['shape' => 'InputLossActionForMsSmoothOut', 'locationName' => 'inputLossAction'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0', 'locationName' => 'restartDelay'], 'SegmentationMode' => ['shape' => 'SmoothGroupSegmentationMode', 'locationName' => 'segmentationMode'], 'SendDelayMs' => ['shape' => '__integerMin0Max10000', 'locationName' => 'sendDelayMs'], 'SparseTrackType' => ['shape' => 'SmoothGroupSparseTrackType', 'locationName' => 'sparseTrackType'], 'StreamManifestBehavior' => ['shape' => 'SmoothGroupStreamManifestBehavior', 'locationName' => 'streamManifestBehavior'], 'TimestampOffset' => ['shape' => '__string', 'locationName' => 'timestampOffset'], 'TimestampOffsetMode' => ['shape' => 'SmoothGroupTimestampOffsetMode', 'locationName' => 'timestampOffsetMode']], 'required' => ['Destination']], 'MsSmoothH265PackagingType' => ['type' => 'string', 'enum' => ['HEV1', 'HVC1']], 'MsSmoothOutputSettings' => ['type' => 'structure', 'members' => ['H265PackagingType' => ['shape' => 'MsSmoothH265PackagingType', 'locationName' => 'h265PackagingType'], 'NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']]], 'Multiplex' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'MultiplexConfigurationValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfMultiplexValidationError', 'locationName' => 'validationErrors']]], 'MultiplexGroupSettings' => ['type' => 'structure', 'members' => []], 'MultiplexMediaConnectOutputDestinationSettings' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__stringMin1', 'locationName' => 'entitlementArn']]], 'MultiplexOutputDestination' => ['type' => 'structure', 'members' => ['MediaConnectSettings' => ['shape' => 'MultiplexMediaConnectOutputDestinationSettings', 'locationName' => 'mediaConnectSettings']]], 'MultiplexOutputSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'MultiplexProgram' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'MultiplexProgramChannelDestinationSettings' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__stringMin1', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__stringMin1', 'locationName' => 'programName']]], 'MultiplexProgramPacketIdentifiersMap' => ['type' => 'structure', 'members' => ['AudioPids' => ['shape' => '__listOf__integer', 'locationName' => 'audioPids'], 'DvbSubPids' => ['shape' => '__listOf__integer', 'locationName' => 'dvbSubPids'], 'DvbTeletextPid' => ['shape' => '__integer', 'locationName' => 'dvbTeletextPid'], 'EtvPlatformPid' => ['shape' => '__integer', 'locationName' => 'etvPlatformPid'], 'EtvSignalPid' => ['shape' => '__integer', 'locationName' => 'etvSignalPid'], 'KlvDataPids' => ['shape' => '__listOf__integer', 'locationName' => 'klvDataPids'], 'PcrPid' => ['shape' => '__integer', 'locationName' => 'pcrPid'], 'PmtPid' => ['shape' => '__integer', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integer', 'locationName' => 'privateMetadataPid'], 'Scte27Pids' => ['shape' => '__listOf__integer', 'locationName' => 'scte27Pids'], 'Scte35Pid' => ['shape' => '__integer', 'locationName' => 'scte35Pid'], 'TimedMetadataPid' => ['shape' => '__integer', 'locationName' => 'timedMetadataPid'], 'VideoPid' => ['shape' => '__integer', 'locationName' => 'videoPid']]], 'MultiplexProgramServiceDescriptor' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => '__stringMax256', 'locationName' => 'providerName'], 'ServiceName' => ['shape' => '__stringMax256', 'locationName' => 'serviceName']], 'required' => ['ProviderName', 'ServiceName']], 'MultiplexProgramSettings' => ['type' => 'structure', 'members' => ['PreferredChannelPipeline' => ['shape' => 'PreferredChannelPipeline', 'locationName' => 'preferredChannelPipeline'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'ServiceDescriptor' => ['shape' => 'MultiplexProgramServiceDescriptor', 'locationName' => 'serviceDescriptor'], 'VideoSettings' => ['shape' => 'MultiplexVideoSettings', 'locationName' => 'videoSettings']], 'required' => ['ProgramNumber']], 'MultiplexProgramSummary' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'MultiplexSettings' => ['type' => 'structure', 'members' => ['MaximumVideoBufferDelayMilliseconds' => ['shape' => '__integerMin1000Max3000', 'locationName' => 'maximumVideoBufferDelayMilliseconds'], 'TransportStreamBitrate' => ['shape' => '__integerMin1000000Max100000000', 'locationName' => 'transportStreamBitrate'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'TransportStreamReservedBitrate' => ['shape' => '__integerMin0Max100000000', 'locationName' => 'transportStreamReservedBitrate']], 'required' => ['TransportStreamBitrate', 'TransportStreamId']], 'MultiplexSettingsSummary' => ['type' => 'structure', 'members' => ['TransportStreamBitrate' => ['shape' => '__integerMin1000000Max100000000', 'locationName' => 'transportStreamBitrate']]], 'MultiplexState' => ['type' => 'string', 'enum' => ['CREATING', 'CREATE_FAILED', 'IDLE', 'STARTING', 'RUNNING', 'RECOVERING', 'STOPPING', 'DELETING', 'DELETED']], 'MultiplexStatmuxVideoSettings' => ['type' => 'structure', 'members' => ['MaximumBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'maximumBitrate'], 'MinimumBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'minimumBitrate']]], 'MultiplexSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettingsSummary', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'MultiplexValidationError' => ['type' => 'structure', 'members' => ['ElementPath' => ['shape' => '__string', 'locationName' => 'elementPath'], 'ErrorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage']]], 'MultiplexVideoSettings' => ['type' => 'structure', 'members' => ['ConstantBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'constantBitrate'], 'StatmuxSettings' => ['shape' => 'MultiplexStatmuxVideoSettings', 'locationName' => 'statmuxSettings']]], 'NetworkInputServerValidation' => ['type' => 'string', 'enum' => ['CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME', 'CHECK_CRYPTOGRAPHY_ONLY']], 'NetworkInputSettings' => ['type' => 'structure', 'members' => ['HlsInputSettings' => ['shape' => 'HlsInputSettings', 'locationName' => 'hlsInputSettings'], 'ServerValidation' => ['shape' => 'NetworkInputServerValidation', 'locationName' => 'serverValidation']]], 'NielsenConfiguration' => ['type' => 'structure', 'members' => ['DistributorId' => ['shape' => '__string', 'locationName' => 'distributorId'], 'NielsenPcmToId3Tagging' => ['shape' => 'NielsenPcmToId3TaggingState', 'locationName' => 'nielsenPcmToId3Tagging']]], 'NielsenPcmToId3TaggingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'Offering' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'OfferingDurationUnits' => ['type' => 'string', 'enum' => ['MONTHS']], 'OfferingType' => ['type' => 'string', 'enum' => ['NO_UPFRONT']], 'Output' => ['type' => 'structure', 'members' => ['AudioDescriptionNames' => ['shape' => '__listOf__string', 'locationName' => 'audioDescriptionNames'], 'CaptionDescriptionNames' => ['shape' => '__listOf__string', 'locationName' => 'captionDescriptionNames'], 'OutputName' => ['shape' => '__stringMin1Max255', 'locationName' => 'outputName'], 'OutputSettings' => ['shape' => 'OutputSettings', 'locationName' => 'outputSettings'], 'VideoDescriptionName' => ['shape' => '__string', 'locationName' => 'videoDescriptionName']], 'required' => ['OutputSettings']], 'OutputDestination' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id'], 'MediaPackageSettings' => ['shape' => '__listOfMediaPackageOutputDestinationSettings', 'locationName' => 'mediaPackageSettings'], 'MultiplexSettings' => ['shape' => 'MultiplexProgramChannelDestinationSettings', 'locationName' => 'multiplexSettings'], 'Settings' => ['shape' => '__listOfOutputDestinationSettings', 'locationName' => 'settings']]], 'OutputDestinationSettings' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'StreamName' => ['shape' => '__string', 'locationName' => 'streamName'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'OutputGroup' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__stringMax32', 'locationName' => 'name'], 'OutputGroupSettings' => ['shape' => 'OutputGroupSettings', 'locationName' => 'outputGroupSettings'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']], 'required' => ['Outputs', 'OutputGroupSettings']], 'OutputGroupSettings' => ['type' => 'structure', 'members' => ['ArchiveGroupSettings' => ['shape' => 'ArchiveGroupSettings', 'locationName' => 'archiveGroupSettings'], 'FrameCaptureGroupSettings' => ['shape' => 'FrameCaptureGroupSettings', 'locationName' => 'frameCaptureGroupSettings'], 'HlsGroupSettings' => ['shape' => 'HlsGroupSettings', 'locationName' => 'hlsGroupSettings'], 'MediaPackageGroupSettings' => ['shape' => 'MediaPackageGroupSettings', 'locationName' => 'mediaPackageGroupSettings'], 'MsSmoothGroupSettings' => ['shape' => 'MsSmoothGroupSettings', 'locationName' => 'msSmoothGroupSettings'], 'MultiplexGroupSettings' => ['shape' => 'MultiplexGroupSettings', 'locationName' => 'multiplexGroupSettings'], 'RtmpGroupSettings' => ['shape' => 'RtmpGroupSettings', 'locationName' => 'rtmpGroupSettings'], 'UdpGroupSettings' => ['shape' => 'UdpGroupSettings', 'locationName' => 'udpGroupSettings']]], 'OutputLocationRef' => ['type' => 'structure', 'members' => ['DestinationRefId' => ['shape' => '__string', 'locationName' => 'destinationRefId']]], 'OutputSettings' => ['type' => 'structure', 'members' => ['ArchiveOutputSettings' => ['shape' => 'ArchiveOutputSettings', 'locationName' => 'archiveOutputSettings'], 'FrameCaptureOutputSettings' => ['shape' => 'FrameCaptureOutputSettings', 'locationName' => 'frameCaptureOutputSettings'], 'HlsOutputSettings' => ['shape' => 'HlsOutputSettings', 'locationName' => 'hlsOutputSettings'], 'MediaPackageOutputSettings' => ['shape' => 'MediaPackageOutputSettings', 'locationName' => 'mediaPackageOutputSettings'], 'MsSmoothOutputSettings' => ['shape' => 'MsSmoothOutputSettings', 'locationName' => 'msSmoothOutputSettings'], 'MultiplexOutputSettings' => ['shape' => 'MultiplexOutputSettings', 'locationName' => 'multiplexOutputSettings'], 'RtmpOutputSettings' => ['shape' => 'RtmpOutputSettings', 'locationName' => 'rtmpOutputSettings'], 'UdpOutputSettings' => ['shape' => 'UdpOutputSettings', 'locationName' => 'udpOutputSettings']]], 'PassThroughSettings' => ['type' => 'structure', 'members' => []], 'PauseStateScheduleActionSettings' => ['type' => 'structure', 'members' => ['Pipelines' => ['shape' => '__listOfPipelinePauseStateSettings', 'locationName' => 'pipelines']]], 'PipelineDetail' => ['type' => 'structure', 'members' => ['ActiveInputAttachmentName' => ['shape' => '__string', 'locationName' => 'activeInputAttachmentName'], 'ActiveInputSwitchActionName' => ['shape' => '__string', 'locationName' => 'activeInputSwitchActionName'], 'PipelineId' => ['shape' => '__string', 'locationName' => 'pipelineId']]], 'PipelineId' => ['type' => 'string', 'enum' => ['PIPELINE_0', 'PIPELINE_1']], 'PipelinePauseStateSettings' => ['type' => 'structure', 'members' => ['PipelineId' => ['shape' => 'PipelineId', 'locationName' => 'pipelineId']], 'required' => ['PipelineId']], 'PreferredChannelPipeline' => ['type' => 'string', 'enum' => ['CURRENTLY_ACTIVE', 'PIPELINE_0', 'PIPELINE_1']], 'PurchaseOffering' => ['type' => 'structure', 'members' => ['Count' => ['shape' => '__integerMin1', 'locationName' => 'count'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['Count']], 'PurchaseOfferingRequest' => ['type' => 'structure', 'members' => ['Count' => ['shape' => '__integerMin1', 'locationName' => 'count'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'offeringId'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['OfferingId', 'Count']], 'PurchaseOfferingResponse' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'PurchaseOfferingResultModel' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'Rec601Settings' => ['type' => 'structure', 'members' => []], 'Rec709Settings' => ['type' => 'structure', 'members' => []], 'RemixSettings' => ['type' => 'structure', 'members' => ['ChannelMappings' => ['shape' => '__listOfAudioChannelMapping', 'locationName' => 'channelMappings'], 'ChannelsIn' => ['shape' => '__integerMin1Max16', 'locationName' => 'channelsIn'], 'ChannelsOut' => ['shape' => '__integerMin1Max8', 'locationName' => 'channelsOut']], 'required' => ['ChannelMappings']], 'Reservation' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'ReservationCodec' => ['type' => 'string', 'enum' => ['MPEG2', 'AVC', 'HEVC', 'AUDIO']], 'ReservationMaximumBitrate' => ['type' => 'string', 'enum' => ['MAX_10_MBPS', 'MAX_20_MBPS', 'MAX_50_MBPS']], 'ReservationMaximumFramerate' => ['type' => 'string', 'enum' => ['MAX_30_FPS', 'MAX_60_FPS']], 'ReservationResolution' => ['type' => 'string', 'enum' => ['SD', 'HD', 'FHD', 'UHD']], 'ReservationResourceSpecification' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Codec' => ['shape' => 'ReservationCodec', 'locationName' => 'codec'], 'MaximumBitrate' => ['shape' => 'ReservationMaximumBitrate', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => 'ReservationMaximumFramerate', 'locationName' => 'maximumFramerate'], 'Resolution' => ['shape' => 'ReservationResolution', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => 'ReservationResourceType', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => 'ReservationSpecialFeature', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => 'ReservationVideoQuality', 'locationName' => 'videoQuality']]], 'ReservationResourceType' => ['type' => 'string', 'enum' => ['INPUT', 'OUTPUT', 'MULTIPLEX', 'CHANNEL']], 'ReservationSpecialFeature' => ['type' => 'string', 'enum' => ['ADVANCED_AUDIO', 'AUDIO_NORMALIZATION']], 'ReservationState' => ['type' => 'string', 'enum' => ['ACTIVE', 'EXPIRED', 'CANCELED', 'DELETED']], 'ReservationVideoQuality' => ['type' => 'string', 'enum' => ['STANDARD', 'ENHANCED', 'PREMIUM']], 'ResourceConflict' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'RtmpCacheFullBehavior' => ['type' => 'string', 'enum' => ['DISCONNECT_IMMEDIATELY', 'WAIT_FOR_SERVER']], 'RtmpCaptionData' => ['type' => 'string', 'enum' => ['ALL', 'FIELD1_608', 'FIELD1_AND_FIELD2_608']], 'RtmpCaptionInfoDestinationSettings' => ['type' => 'structure', 'members' => []], 'RtmpGroupSettings' => ['type' => 'structure', 'members' => ['AuthenticationScheme' => ['shape' => 'AuthenticationScheme', 'locationName' => 'authenticationScheme'], 'CacheFullBehavior' => ['shape' => 'RtmpCacheFullBehavior', 'locationName' => 'cacheFullBehavior'], 'CacheLength' => ['shape' => '__integerMin30', 'locationName' => 'cacheLength'], 'CaptionData' => ['shape' => 'RtmpCaptionData', 'locationName' => 'captionData'], 'InputLossAction' => ['shape' => 'InputLossActionForRtmpOut', 'locationName' => 'inputLossAction'], 'RestartDelay' => ['shape' => '__integerMin0', 'locationName' => 'restartDelay']]], 'RtmpOutputCertificateMode' => ['type' => 'string', 'enum' => ['SELF_SIGNED', 'VERIFY_AUTHENTICITY']], 'RtmpOutputSettings' => ['type' => 'structure', 'members' => ['CertificateMode' => ['shape' => 'RtmpOutputCertificateMode', 'locationName' => 'certificateMode'], 'ConnectionRetryInterval' => ['shape' => '__integerMin1', 'locationName' => 'connectionRetryInterval'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries']], 'required' => ['Destination']], 'ScheduleAction' => ['type' => 'structure', 'members' => ['ActionName' => ['shape' => '__string', 'locationName' => 'actionName'], 'ScheduleActionSettings' => ['shape' => 'ScheduleActionSettings', 'locationName' => 'scheduleActionSettings'], 'ScheduleActionStartSettings' => ['shape' => 'ScheduleActionStartSettings', 'locationName' => 'scheduleActionStartSettings']], 'required' => ['ActionName', 'ScheduleActionStartSettings', 'ScheduleActionSettings']], 'ScheduleActionSettings' => ['type' => 'structure', 'members' => ['HlsId3SegmentTaggingSettings' => ['shape' => 'HlsId3SegmentTaggingScheduleActionSettings', 'locationName' => 'hlsId3SegmentTaggingSettings'], 'HlsTimedMetadataSettings' => ['shape' => 'HlsTimedMetadataScheduleActionSettings', 'locationName' => 'hlsTimedMetadataSettings'], 'InputSwitchSettings' => ['shape' => 'InputSwitchScheduleActionSettings', 'locationName' => 'inputSwitchSettings'], 'PauseStateSettings' => ['shape' => 'PauseStateScheduleActionSettings', 'locationName' => 'pauseStateSettings'], 'Scte35ReturnToNetworkSettings' => ['shape' => 'Scte35ReturnToNetworkScheduleActionSettings', 'locationName' => 'scte35ReturnToNetworkSettings'], 'Scte35SpliceInsertSettings' => ['shape' => 'Scte35SpliceInsertScheduleActionSettings', 'locationName' => 'scte35SpliceInsertSettings'], 'Scte35TimeSignalSettings' => ['shape' => 'Scte35TimeSignalScheduleActionSettings', 'locationName' => 'scte35TimeSignalSettings'], 'StaticImageActivateSettings' => ['shape' => 'StaticImageActivateScheduleActionSettings', 'locationName' => 'staticImageActivateSettings'], 'StaticImageDeactivateSettings' => ['shape' => 'StaticImageDeactivateScheduleActionSettings', 'locationName' => 'staticImageDeactivateSettings']]], 'ScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['FixedModeScheduleActionStartSettings' => ['shape' => 'FixedModeScheduleActionStartSettings', 'locationName' => 'fixedModeScheduleActionStartSettings'], 'FollowModeScheduleActionStartSettings' => ['shape' => 'FollowModeScheduleActionStartSettings', 'locationName' => 'followModeScheduleActionStartSettings'], 'ImmediateModeScheduleActionStartSettings' => ['shape' => 'ImmediateModeScheduleActionStartSettings', 'locationName' => 'immediateModeScheduleActionStartSettings']]], 'ScheduleDeleteResultModel' => ['type' => 'structure', 'members' => []], 'ScheduleDescribeResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'Scte20Convert608To708' => ['type' => 'string', 'enum' => ['DISABLED', 'UPCONVERT']], 'Scte20PlusEmbeddedDestinationSettings' => ['type' => 'structure', 'members' => []], 'Scte20SourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'Scte20Convert608To708', 'locationName' => 'convert608To708'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber']]], 'Scte27DestinationSettings' => ['type' => 'structure', 'members' => []], 'Scte27SourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1', 'locationName' => 'pid']]], 'Scte35AposNoRegionalBlackoutBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35AposWebDeliveryAllowedBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35ArchiveAllowedFlag' => ['type' => 'string', 'enum' => ['ARCHIVE_NOT_ALLOWED', 'ARCHIVE_ALLOWED']], 'Scte35DeliveryRestrictions' => ['type' => 'structure', 'members' => ['ArchiveAllowedFlag' => ['shape' => 'Scte35ArchiveAllowedFlag', 'locationName' => 'archiveAllowedFlag'], 'DeviceRestrictions' => ['shape' => 'Scte35DeviceRestrictions', 'locationName' => 'deviceRestrictions'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35NoRegionalBlackoutFlag', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35WebDeliveryAllowedFlag', 'locationName' => 'webDeliveryAllowedFlag']], 'required' => ['DeviceRestrictions', 'ArchiveAllowedFlag', 'WebDeliveryAllowedFlag', 'NoRegionalBlackoutFlag']], 'Scte35Descriptor' => ['type' => 'structure', 'members' => ['Scte35DescriptorSettings' => ['shape' => 'Scte35DescriptorSettings', 'locationName' => 'scte35DescriptorSettings']], 'required' => ['Scte35DescriptorSettings']], 'Scte35DescriptorSettings' => ['type' => 'structure', 'members' => ['SegmentationDescriptorScte35DescriptorSettings' => ['shape' => 'Scte35SegmentationDescriptor', 'locationName' => 'segmentationDescriptorScte35DescriptorSettings']], 'required' => ['SegmentationDescriptorScte35DescriptorSettings']], 'Scte35DeviceRestrictions' => ['type' => 'string', 'enum' => ['NONE', 'RESTRICT_GROUP0', 'RESTRICT_GROUP1', 'RESTRICT_GROUP2']], 'Scte35NoRegionalBlackoutFlag' => ['type' => 'string', 'enum' => ['REGIONAL_BLACKOUT', 'NO_REGIONAL_BLACKOUT']], 'Scte35ReturnToNetworkScheduleActionSettings' => ['type' => 'structure', 'members' => ['SpliceEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'spliceEventId']], 'required' => ['SpliceEventId']], 'Scte35SegmentationCancelIndicator' => ['type' => 'string', 'enum' => ['SEGMENTATION_EVENT_NOT_CANCELED', 'SEGMENTATION_EVENT_CANCELED']], 'Scte35SegmentationDescriptor' => ['type' => 'structure', 'members' => ['DeliveryRestrictions' => ['shape' => 'Scte35DeliveryRestrictions', 'locationName' => 'deliveryRestrictions'], 'SegmentNum' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentNum'], 'SegmentationCancelIndicator' => ['shape' => 'Scte35SegmentationCancelIndicator', 'locationName' => 'segmentationCancelIndicator'], 'SegmentationDuration' => ['shape' => '__longMin0Max1099511627775', 'locationName' => 'segmentationDuration'], 'SegmentationEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'segmentationEventId'], 'SegmentationTypeId' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentationTypeId'], 'SegmentationUpid' => ['shape' => '__string', 'locationName' => 'segmentationUpid'], 'SegmentationUpidType' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentationUpidType'], 'SegmentsExpected' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentsExpected'], 'SubSegmentNum' => ['shape' => '__integerMin0Max255', 'locationName' => 'subSegmentNum'], 'SubSegmentsExpected' => ['shape' => '__integerMin0Max255', 'locationName' => 'subSegmentsExpected']], 'required' => ['SegmentationEventId', 'SegmentationCancelIndicator']], 'Scte35SpliceInsert' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35SpliceInsertNoRegionalBlackoutBehavior', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35SpliceInsertWebDeliveryAllowedBehavior', 'locationName' => 'webDeliveryAllowedFlag']]], 'Scte35SpliceInsertNoRegionalBlackoutBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35SpliceInsertScheduleActionSettings' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__longMin0Max8589934591', 'locationName' => 'duration'], 'SpliceEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'spliceEventId']], 'required' => ['SpliceEventId']], 'Scte35SpliceInsertWebDeliveryAllowedBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35TimeSignalApos' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35AposNoRegionalBlackoutBehavior', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35AposWebDeliveryAllowedBehavior', 'locationName' => 'webDeliveryAllowedFlag']]], 'Scte35TimeSignalScheduleActionSettings' => ['type' => 'structure', 'members' => ['Scte35Descriptors' => ['shape' => '__listOfScte35Descriptor', 'locationName' => 'scte35Descriptors']], 'required' => ['Scte35Descriptors']], 'Scte35WebDeliveryAllowedFlag' => ['type' => 'string', 'enum' => ['WEB_DELIVERY_NOT_ALLOWED', 'WEB_DELIVERY_ALLOWED']], 'SmoothGroupAudioOnlyTimecodeControl' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'USE_CONFIGURED_CLOCK']], 'SmoothGroupCertificateMode' => ['type' => 'string', 'enum' => ['SELF_SIGNED', 'VERIFY_AUTHENTICITY']], 'SmoothGroupEventIdMode' => ['type' => 'string', 'enum' => ['NO_EVENT_ID', 'USE_CONFIGURED', 'USE_TIMESTAMP']], 'SmoothGroupEventStopBehavior' => ['type' => 'string', 'enum' => ['NONE', 'SEND_EOS']], 'SmoothGroupSegmentationMode' => ['type' => 'string', 'enum' => ['USE_INPUT_SEGMENTATION', 'USE_SEGMENT_DURATION']], 'SmoothGroupSparseTrackType' => ['type' => 'string', 'enum' => ['NONE', 'SCTE_35']], 'SmoothGroupStreamManifestBehavior' => ['type' => 'string', 'enum' => ['DO_NOT_SEND', 'SEND']], 'SmoothGroupTimestampOffsetMode' => ['type' => 'string', 'enum' => ['USE_CONFIGURED_OFFSET', 'USE_EVENT_START_DATE']], 'SmpteTtDestinationSettings' => ['type' => 'structure', 'members' => []], 'StandardHlsSettings' => ['type' => 'structure', 'members' => ['AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets'], 'M3u8Settings' => ['shape' => 'M3u8Settings', 'locationName' => 'm3u8Settings']], 'required' => ['M3u8Settings']], 'StartChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'StartChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StartMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'StartMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StartTimecode' => ['type' => 'structure', 'members' => ['Timecode' => ['shape' => '__string', 'locationName' => 'timecode']]], 'StaticImageActivateScheduleActionSettings' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integerMin0', 'locationName' => 'duration'], 'FadeIn' => ['shape' => '__integerMin0', 'locationName' => 'fadeIn'], 'FadeOut' => ['shape' => '__integerMin0', 'locationName' => 'fadeOut'], 'Height' => ['shape' => '__integerMin1', 'locationName' => 'height'], 'Image' => ['shape' => 'InputLocation', 'locationName' => 'image'], 'ImageX' => ['shape' => '__integerMin0', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0', 'locationName' => 'imageY'], 'Layer' => ['shape' => '__integerMin0Max7', 'locationName' => 'layer'], 'Opacity' => ['shape' => '__integerMin0Max100', 'locationName' => 'opacity'], 'Width' => ['shape' => '__integerMin1', 'locationName' => 'width']], 'required' => ['Image']], 'StaticImageDeactivateScheduleActionSettings' => ['type' => 'structure', 'members' => ['FadeOut' => ['shape' => '__integerMin0', 'locationName' => 'fadeOut'], 'Layer' => ['shape' => '__integerMin0Max7', 'locationName' => 'layer']]], 'StaticKeySettings' => ['type' => 'structure', 'members' => ['KeyProviderServer' => ['shape' => 'InputLocation', 'locationName' => 'keyProviderServer'], 'StaticKeyValue' => ['shape' => '__stringMin32Max32', 'locationName' => 'staticKeyValue']], 'required' => ['StaticKeyValue']], 'StopChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'StopChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StopMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'StopMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StopTimecode' => ['type' => 'structure', 'members' => ['LastFrameClippingBehavior' => ['shape' => 'LastFrameClippingBehavior', 'locationName' => 'lastFrameClippingBehavior'], 'Timecode' => ['shape' => '__string', 'locationName' => 'timecode']]], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], 'TagsModel' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'TeletextDestinationSettings' => ['type' => 'structure', 'members' => []], 'TeletextSourceSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__string', 'locationName' => 'pageNumber']]], 'TimecodeConfig' => ['type' => 'structure', 'members' => ['Source' => ['shape' => 'TimecodeConfigSource', 'locationName' => 'source'], 'SyncThreshold' => ['shape' => '__integerMin1Max1000000', 'locationName' => 'syncThreshold']], 'required' => ['Source']], 'TimecodeConfigSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'SYSTEMCLOCK', 'ZEROBASED']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TtmlDestinationSettings' => ['type' => 'structure', 'members' => ['StyleControl' => ['shape' => 'TtmlDestinationStyleControl', 'locationName' => 'styleControl']]], 'TtmlDestinationStyleControl' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'USE_CONFIGURED']], 'UdpContainerSettings' => ['type' => 'structure', 'members' => ['M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings']]], 'UdpGroupSettings' => ['type' => 'structure', 'members' => ['InputLossAction' => ['shape' => 'InputLossActionForUdpOut', 'locationName' => 'inputLossAction'], 'TimedMetadataId3Frame' => ['shape' => 'UdpTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMin0', 'locationName' => 'timedMetadataId3Period']]], 'UdpOutputSettings' => ['type' => 'structure', 'members' => ['BufferMsec' => ['shape' => '__integerMin0Max10000', 'locationName' => 'bufferMsec'], 'ContainerSettings' => ['shape' => 'UdpContainerSettings', 'locationName' => 'containerSettings'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'FecOutputSettings' => ['shape' => 'FecOutputSettings', 'locationName' => 'fecOutputSettings']], 'required' => ['Destination', 'ContainerSettings']], 'UdpTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'UnprocessableEntityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']], 'exception' => \true, 'error' => ['httpStatusCode' => 422]], 'UpdateChannel' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn']]], 'UpdateChannelClass' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations']], 'required' => ['ChannelClass']], 'UpdateChannelClassRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations']], 'required' => ['ChannelId', 'ChannelClass']], 'UpdateChannelClassResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn']], 'required' => ['ChannelId']], 'UpdateChannelResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateChannelResultModel' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateInput' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources']]], 'UpdateInputRequest' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources']], 'required' => ['InputId']], 'UpdateInputResponse' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'UpdateInputResultModel' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'UpdateInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']], 'required' => ['InputSecurityGroupId']], 'UpdateInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'UpdateInputSecurityGroupResultModel' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'UpdateMultiplex' => ['type' => 'structure', 'members' => ['MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'UpdateMultiplexProgram' => ['type' => 'structure', 'members' => ['MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings']]], 'UpdateMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'UpdateMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'UpdateMultiplexProgramResultModel' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'UpdateMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['MultiplexId']], 'UpdateMultiplexResponse' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'UpdateMultiplexResultModel' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'UpdateReservation' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'UpdateReservationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name'], 'ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'UpdateReservationResponse' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'UpdateReservationResultModel' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'ValidationError' => ['type' => 'structure', 'members' => ['ElementPath' => ['shape' => '__string', 'locationName' => 'elementPath'], 'ErrorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage']]], 'VideoCodecSettings' => ['type' => 'structure', 'members' => ['FrameCaptureSettings' => ['shape' => 'FrameCaptureSettings', 'locationName' => 'frameCaptureSettings'], 'H264Settings' => ['shape' => 'H264Settings', 'locationName' => 'h264Settings'], 'H265Settings' => ['shape' => 'H265Settings', 'locationName' => 'h265Settings']]], 'VideoDescription' => ['type' => 'structure', 'members' => ['CodecSettings' => ['shape' => 'VideoCodecSettings', 'locationName' => 'codecSettings'], 'Height' => ['shape' => '__integer', 'locationName' => 'height'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RespondToAfd' => ['shape' => 'VideoDescriptionRespondToAfd', 'locationName' => 'respondToAfd'], 'ScalingBehavior' => ['shape' => 'VideoDescriptionScalingBehavior', 'locationName' => 'scalingBehavior'], 'Sharpness' => ['shape' => '__integerMin0Max100', 'locationName' => 'sharpness'], 'Width' => ['shape' => '__integer', 'locationName' => 'width']], 'required' => ['Name']], 'VideoDescriptionRespondToAfd' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH', 'RESPOND']], 'VideoDescriptionScalingBehavior' => ['type' => 'string', 'enum' => ['DEFAULT', 'STRETCH_TO_OUTPUT']], 'VideoSelector' => ['type' => 'structure', 'members' => ['ColorSpace' => ['shape' => 'VideoSelectorColorSpace', 'locationName' => 'colorSpace'], 'ColorSpaceUsage' => ['shape' => 'VideoSelectorColorSpaceUsage', 'locationName' => 'colorSpaceUsage'], 'SelectorSettings' => ['shape' => 'VideoSelectorSettings', 'locationName' => 'selectorSettings']]], 'VideoSelectorColorSpace' => ['type' => 'string', 'enum' => ['FOLLOW', 'REC_601', 'REC_709']], 'VideoSelectorColorSpaceUsage' => ['type' => 'string', 'enum' => ['FALLBACK', 'FORCE']], 'VideoSelectorPid' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin0Max8191', 'locationName' => 'pid']]], 'VideoSelectorProgramId' => ['type' => 'structure', 'members' => ['ProgramId' => ['shape' => '__integerMin0Max65536', 'locationName' => 'programId']]], 'VideoSelectorSettings' => ['type' => 'structure', 'members' => ['VideoSelectorPid' => ['shape' => 'VideoSelectorPid', 'locationName' => 'videoSelectorPid'], 'VideoSelectorProgramId' => ['shape' => 'VideoSelectorProgramId', 'locationName' => 'videoSelectorProgramId']]], 'WebvttDestinationSettings' => ['type' => 'structure', 'members' => []], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], '__doubleMin1' => ['type' => 'double'], '__doubleMinNegative59Max0' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin0' => ['type' => 'integer', 'min' => 0], '__integerMin0Max10' => ['type' => 'integer', 'min' => 0, 'max' => 10], '__integerMin0Max100' => ['type' => 'integer', 'min' => 0, 'max' => 100], '__integerMin0Max1000' => ['type' => 'integer', 'min' => 0, 'max' => 1000], '__integerMin0Max10000' => ['type' => 'integer', 'min' => 0, 'max' => 10000], '__integerMin0Max1000000' => ['type' => 'integer', 'min' => 0, 'max' => 1000000], '__integerMin0Max100000000' => ['type' => 'integer', 'min' => 0, 'max' => 100000000], '__integerMin0Max128' => ['type' => 'integer', 'min' => 0, 'max' => 128], '__integerMin0Max15' => ['type' => 'integer', 'min' => 0, 'max' => 15], '__integerMin0Max255' => ['type' => 'integer', 'min' => 0, 'max' => 255], '__integerMin0Max30' => ['type' => 'integer', 'min' => 0, 'max' => 30], '__integerMin0Max32768' => ['type' => 'integer', 'min' => 0, 'max' => 32768], '__integerMin0Max3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], '__integerMin0Max500' => ['type' => 'integer', 'min' => 0, 'max' => 500], '__integerMin0Max600' => ['type' => 'integer', 'min' => 0, 'max' => 600], '__integerMin0Max65535' => ['type' => 'integer', 'min' => 0, 'max' => 65535], '__integerMin0Max65536' => ['type' => 'integer', 'min' => 0, 'max' => 65536], '__integerMin0Max7' => ['type' => 'integer', 'min' => 0, 'max' => 7], '__integerMin0Max8191' => ['type' => 'integer', 'min' => 0, 'max' => 8191], '__integerMin1' => ['type' => 'integer', 'min' => 1], '__integerMin1000' => ['type' => 'integer', 'min' => 1000], '__integerMin1000000Max100000000' => ['type' => 'integer', 'min' => 1000000, 'max' => 100000000], '__integerMin100000Max100000000' => ['type' => 'integer', 'min' => 100000, 'max' => 100000000], '__integerMin100000Max40000000' => ['type' => 'integer', 'min' => 100000, 'max' => 40000000], '__integerMin100000Max80000000' => ['type' => 'integer', 'min' => 100000, 'max' => 80000000], '__integerMin1000Max3000' => ['type' => 'integer', 'min' => 1000, 'max' => 3000], '__integerMin1000Max30000' => ['type' => 'integer', 'min' => 1000, 'max' => 30000], '__integerMin1Max10' => ['type' => 'integer', 'min' => 1, 'max' => 10], '__integerMin1Max1000000' => ['type' => 'integer', 'min' => 1, 'max' => 1000000], '__integerMin1Max16' => ['type' => 'integer', 'min' => 1, 'max' => 16], '__integerMin1Max20' => ['type' => 'integer', 'min' => 1, 'max' => 20], '__integerMin1Max3003' => ['type' => 'integer', 'min' => 1, 'max' => 3003], '__integerMin1Max31' => ['type' => 'integer', 'min' => 1, 'max' => 31], '__integerMin1Max32' => ['type' => 'integer', 'min' => 1, 'max' => 32], '__integerMin1Max3600000' => ['type' => 'integer', 'min' => 1, 'max' => 3600000], '__integerMin1Max4' => ['type' => 'integer', 'min' => 1, 'max' => 4], '__integerMin1Max5' => ['type' => 'integer', 'min' => 1, 'max' => 5], '__integerMin1Max6' => ['type' => 'integer', 'min' => 1, 'max' => 6], '__integerMin1Max8' => ['type' => 'integer', 'min' => 1, 'max' => 8], '__integerMin25Max10000' => ['type' => 'integer', 'min' => 25, 'max' => 10000], '__integerMin25Max2000' => ['type' => 'integer', 'min' => 25, 'max' => 2000], '__integerMin3' => ['type' => 'integer', 'min' => 3], '__integerMin30' => ['type' => 'integer', 'min' => 30], '__integerMin4Max20' => ['type' => 'integer', 'min' => 4, 'max' => 20], '__integerMin96Max600' => ['type' => 'integer', 'min' => 96, 'max' => 600], '__integerMinNegative1000Max1000' => ['type' => 'integer', 'min' => -1000, 'max' => 1000], '__integerMinNegative60Max6' => ['type' => 'integer', 'min' => -60, 'max' => 6], '__integerMinNegative60Max60' => ['type' => 'integer', 'min' => -60, 'max' => 60], '__listOfAudioChannelMapping' => ['type' => 'list', 'member' => ['shape' => 'AudioChannelMapping']], '__listOfAudioDescription' => ['type' => 'list', 'member' => ['shape' => 'AudioDescription']], '__listOfAudioSelector' => ['type' => 'list', 'member' => ['shape' => 'AudioSelector']], '__listOfCaptionDescription' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescription']], '__listOfCaptionLanguageMapping' => ['type' => 'list', 'member' => ['shape' => 'CaptionLanguageMapping']], '__listOfCaptionSelector' => ['type' => 'list', 'member' => ['shape' => 'CaptionSelector']], '__listOfChannelEgressEndpoint' => ['type' => 'list', 'member' => ['shape' => 'ChannelEgressEndpoint']], '__listOfChannelSummary' => ['type' => 'list', 'member' => ['shape' => 'ChannelSummary']], '__listOfHlsAdMarkers' => ['type' => 'list', 'member' => ['shape' => 'HlsAdMarkers']], '__listOfInput' => ['type' => 'list', 'member' => ['shape' => 'Input']], '__listOfInputAttachment' => ['type' => 'list', 'member' => ['shape' => 'InputAttachment']], '__listOfInputChannelLevel' => ['type' => 'list', 'member' => ['shape' => 'InputChannelLevel']], '__listOfInputDestination' => ['type' => 'list', 'member' => ['shape' => 'InputDestination']], '__listOfInputDestinationRequest' => ['type' => 'list', 'member' => ['shape' => 'InputDestinationRequest']], '__listOfInputSecurityGroup' => ['type' => 'list', 'member' => ['shape' => 'InputSecurityGroup']], '__listOfInputSource' => ['type' => 'list', 'member' => ['shape' => 'InputSource']], '__listOfInputSourceRequest' => ['type' => 'list', 'member' => ['shape' => 'InputSourceRequest']], '__listOfInputWhitelistRule' => ['type' => 'list', 'member' => ['shape' => 'InputWhitelistRule']], '__listOfInputWhitelistRuleCidr' => ['type' => 'list', 'member' => ['shape' => 'InputWhitelistRuleCidr']], '__listOfMediaConnectFlow' => ['type' => 'list', 'member' => ['shape' => 'MediaConnectFlow']], '__listOfMediaConnectFlowRequest' => ['type' => 'list', 'member' => ['shape' => 'MediaConnectFlowRequest']], '__listOfMediaPackageOutputDestinationSettings' => ['type' => 'list', 'member' => ['shape' => 'MediaPackageOutputDestinationSettings']], '__listOfMultiplexOutputDestination' => ['type' => 'list', 'member' => ['shape' => 'MultiplexOutputDestination']], '__listOfMultiplexProgramSummary' => ['type' => 'list', 'member' => ['shape' => 'MultiplexProgramSummary']], '__listOfMultiplexSummary' => ['type' => 'list', 'member' => ['shape' => 'MultiplexSummary']], '__listOfMultiplexValidationError' => ['type' => 'list', 'member' => ['shape' => 'MultiplexValidationError']], '__listOfOffering' => ['type' => 'list', 'member' => ['shape' => 'Offering']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfOutputDestination' => ['type' => 'list', 'member' => ['shape' => 'OutputDestination']], '__listOfOutputDestinationSettings' => ['type' => 'list', 'member' => ['shape' => 'OutputDestinationSettings']], '__listOfOutputGroup' => ['type' => 'list', 'member' => ['shape' => 'OutputGroup']], '__listOfPipelineDetail' => ['type' => 'list', 'member' => ['shape' => 'PipelineDetail']], '__listOfPipelinePauseStateSettings' => ['type' => 'list', 'member' => ['shape' => 'PipelinePauseStateSettings']], '__listOfReservation' => ['type' => 'list', 'member' => ['shape' => 'Reservation']], '__listOfScheduleAction' => ['type' => 'list', 'member' => ['shape' => 'ScheduleAction']], '__listOfScte35Descriptor' => ['type' => 'list', 'member' => ['shape' => 'Scte35Descriptor']], '__listOfValidationError' => ['type' => 'list', 'member' => ['shape' => 'ValidationError']], '__listOfVideoDescription' => ['type' => 'list', 'member' => ['shape' => 'VideoDescription']], '__listOf__integer' => ['type' => 'list', 'member' => ['shape' => '__integer']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__longMin0Max1099511627775' => ['type' => 'long', 'min' => 0, 'max' => 1099511627775], '__longMin0Max4294967295' => ['type' => 'long', 'min' => 0, 'max' => 4294967295], '__longMin0Max8589934591' => ['type' => 'long', 'min' => 0, 'max' => 8589934591], '__string' => ['type' => 'string'], '__stringMax256' => ['type' => 'string', 'max' => 256], '__stringMax32' => ['type' => 'string', 'max' => 32], '__stringMin1' => ['type' => 'string', 'min' => 1], '__stringMin1Max255' => ['type' => 'string', 'min' => 1, 'max' => 255], '__stringMin1Max256' => ['type' => 'string', 'min' => 1, 'max' => 256], '__stringMin32Max32' => ['type' => 'string', 'min' => 32, 'max' => 32], '__stringMin34Max34' => ['type' => 'string', 'min' => 34, 'max' => 34], '__stringMin3Max3' => ['type' => 'string', 'min' => 3, 'max' => 3], '__stringMin6Max6' => ['type' => 'string', 'min' => 6, 'max' => 6], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; +return ['metadata' => ['apiVersion' => '2017-10-14', 'endpointPrefix' => 'medialive', 'signingName' => 'medialive', 'serviceFullName' => 'AWS Elemental MediaLive', 'serviceId' => 'MediaLive', 'protocol' => 'rest-json', 'uid' => 'medialive-2017-10-14', 'signatureVersion' => 'v4', 'serviceAbbreviation' => 'MediaLive', 'jsonVersion' => '1.1'], 'operations' => ['BatchUpdateSchedule' => ['name' => 'BatchUpdateSchedule', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'BatchUpdateScheduleRequest'], 'output' => ['shape' => 'BatchUpdateScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateChannel' => ['name' => 'CreateChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels', 'responseCode' => 201], 'input' => ['shape' => 'CreateChannelRequest'], 'output' => ['shape' => 'CreateChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateInput' => ['name' => 'CreateInput', 'http' => ['method' => 'POST', 'requestUri' => '/prod/inputs', 'responseCode' => 201], 'input' => ['shape' => 'CreateInputRequest'], 'output' => ['shape' => 'CreateInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateInputSecurityGroup' => ['name' => 'CreateInputSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/prod/inputSecurityGroups', 'responseCode' => 200], 'input' => ['shape' => 'CreateInputSecurityGroupRequest'], 'output' => ['shape' => 'CreateInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'CreateMultiplex' => ['name' => 'CreateMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes', 'responseCode' => 201], 'input' => ['shape' => 'CreateMultiplexRequest'], 'output' => ['shape' => 'CreateMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateMultiplexProgram' => ['name' => 'CreateMultiplexProgram', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs', 'responseCode' => 201], 'input' => ['shape' => 'CreateMultiplexProgramRequest'], 'output' => ['shape' => 'CreateMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteChannel' => ['name' => 'DeleteChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteChannelRequest'], 'output' => ['shape' => 'DeleteChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteInput' => ['name' => 'DeleteInput', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInputRequest'], 'output' => ['shape' => 'DeleteInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteInputSecurityGroup' => ['name' => 'DeleteInputSecurityGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteInputSecurityGroupRequest'], 'output' => ['shape' => 'DeleteInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DeleteMultiplex' => ['name' => 'DeleteMultiplex', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteMultiplexRequest'], 'output' => ['shape' => 'DeleteMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteMultiplexProgram' => ['name' => 'DeleteMultiplexProgram', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteMultiplexProgramRequest'], 'output' => ['shape' => 'DeleteMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteReservation' => ['name' => 'DeleteReservation', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteReservationRequest'], 'output' => ['shape' => 'DeleteReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'DeleteSchedule' => ['name' => 'DeleteSchedule', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'DeleteScheduleRequest'], 'output' => ['shape' => 'DeleteScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'DELETE', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeChannel' => ['name' => 'DescribeChannel', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeChannelRequest'], 'output' => ['shape' => 'DescribeChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInput' => ['name' => 'DescribeInput', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputRequest'], 'output' => ['shape' => 'DescribeInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInputDevice' => ['name' => 'DescribeInputDevice', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputDevices/{inputDeviceId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputDeviceRequest'], 'output' => ['shape' => 'DescribeInputDeviceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInputDeviceThumbnail' => ['name' => 'DescribeInputDeviceThumbnail', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputDevices/{inputDeviceId}/thumbnailData', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputDeviceThumbnailRequest'], 'output' => ['shape' => 'DescribeInputDeviceThumbnailResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeInputSecurityGroup' => ['name' => 'DescribeInputSecurityGroup', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeInputSecurityGroupRequest'], 'output' => ['shape' => 'DescribeInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeMultiplex' => ['name' => 'DescribeMultiplex', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMultiplexRequest'], 'output' => ['shape' => 'DescribeMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeMultiplexProgram' => ['name' => 'DescribeMultiplexProgram', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeMultiplexProgramRequest'], 'output' => ['shape' => 'DescribeMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOffering' => ['name' => 'DescribeOffering', 'http' => ['method' => 'GET', 'requestUri' => '/prod/offerings/{offeringId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOfferingRequest'], 'output' => ['shape' => 'DescribeOfferingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeReservation' => ['name' => 'DescribeReservation', 'http' => ['method' => 'GET', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeReservationRequest'], 'output' => ['shape' => 'DescribeReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'DescribeSchedule' => ['name' => 'DescribeSchedule', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels/{channelId}/schedule', 'responseCode' => 200], 'input' => ['shape' => 'DescribeScheduleRequest'], 'output' => ['shape' => 'DescribeScheduleResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListChannels' => ['name' => 'ListChannels', 'http' => ['method' => 'GET', 'requestUri' => '/prod/channels', 'responseCode' => 200], 'input' => ['shape' => 'ListChannelsRequest'], 'output' => ['shape' => 'ListChannelsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListInputDevices' => ['name' => 'ListInputDevices', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputDevices', 'responseCode' => 200], 'input' => ['shape' => 'ListInputDevicesRequest'], 'output' => ['shape' => 'ListInputDevicesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListInputSecurityGroups' => ['name' => 'ListInputSecurityGroups', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputSecurityGroups', 'responseCode' => 200], 'input' => ['shape' => 'ListInputSecurityGroupsRequest'], 'output' => ['shape' => 'ListInputSecurityGroupsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListInputs' => ['name' => 'ListInputs', 'http' => ['method' => 'GET', 'requestUri' => '/prod/inputs', 'responseCode' => 200], 'input' => ['shape' => 'ListInputsRequest'], 'output' => ['shape' => 'ListInputsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListMultiplexPrograms' => ['name' => 'ListMultiplexPrograms', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs', 'responseCode' => 200], 'input' => ['shape' => 'ListMultiplexProgramsRequest'], 'output' => ['shape' => 'ListMultiplexProgramsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListMultiplexes' => ['name' => 'ListMultiplexes', 'http' => ['method' => 'GET', 'requestUri' => '/prod/multiplexes', 'responseCode' => 200], 'input' => ['shape' => 'ListMultiplexesRequest'], 'output' => ['shape' => 'ListMultiplexesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListOfferings' => ['name' => 'ListOfferings', 'http' => ['method' => 'GET', 'requestUri' => '/prod/offerings', 'responseCode' => 200], 'input' => ['shape' => 'ListOfferingsRequest'], 'output' => ['shape' => 'ListOfferingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListReservations' => ['name' => 'ListReservations', 'http' => ['method' => 'GET', 'requestUri' => '/prod/reservations', 'responseCode' => 200], 'input' => ['shape' => 'ListReservationsRequest'], 'output' => ['shape' => 'ListReservationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/prod/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'PurchaseOffering' => ['name' => 'PurchaseOffering', 'http' => ['method' => 'POST', 'requestUri' => '/prod/offerings/{offeringId}/purchase', 'responseCode' => 201], 'input' => ['shape' => 'PurchaseOfferingRequest'], 'output' => ['shape' => 'PurchaseOfferingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StartChannel' => ['name' => 'StartChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels/{channelId}/start', 'responseCode' => 200], 'input' => ['shape' => 'StartChannelRequest'], 'output' => ['shape' => 'StartChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StartMultiplex' => ['name' => 'StartMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/start', 'responseCode' => 202], 'input' => ['shape' => 'StartMultiplexRequest'], 'output' => ['shape' => 'StartMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StopChannel' => ['name' => 'StopChannel', 'http' => ['method' => 'POST', 'requestUri' => '/prod/channels/{channelId}/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopChannelRequest'], 'output' => ['shape' => 'StopChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'StopMultiplex' => ['name' => 'StopMultiplex', 'http' => ['method' => 'POST', 'requestUri' => '/prod/multiplexes/{multiplexId}/stop', 'responseCode' => 202], 'input' => ['shape' => 'StopMultiplexRequest'], 'output' => ['shape' => 'StopMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateChannel' => ['name' => 'UpdateChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelRequest'], 'output' => ['shape' => 'UpdateChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateChannelClass' => ['name' => 'UpdateChannelClass', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/channels/{channelId}/channelClass', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelClassRequest'], 'output' => ['shape' => 'UpdateChannelClassResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]], 'UpdateInput' => ['name' => 'UpdateInput', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/inputs/{inputId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateInputRequest'], 'output' => ['shape' => 'UpdateInputResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateInputDevice' => ['name' => 'UpdateInputDevice', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/inputDevices/{inputDeviceId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateInputDeviceRequest'], 'output' => ['shape' => 'UpdateInputDeviceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException']]], 'UpdateInputSecurityGroup' => ['name' => 'UpdateInputSecurityGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/inputSecurityGroups/{inputSecurityGroupId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateInputSecurityGroupRequest'], 'output' => ['shape' => 'UpdateInputSecurityGroupResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateMultiplex' => ['name' => 'UpdateMultiplex', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/multiplexes/{multiplexId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMultiplexRequest'], 'output' => ['shape' => 'UpdateMultiplexResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateMultiplexProgram' => ['name' => 'UpdateMultiplexProgram', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/multiplexes/{multiplexId}/programs/{programName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateMultiplexProgramRequest'], 'output' => ['shape' => 'UpdateMultiplexProgramResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'ConflictException']]], 'UpdateReservation' => ['name' => 'UpdateReservation', 'http' => ['method' => 'PUT', 'requestUri' => '/prod/reservations/{reservationId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateReservationRequest'], 'output' => ['shape' => 'UpdateReservationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'BadGatewayException'], ['shape' => 'NotFoundException'], ['shape' => 'GatewayTimeoutException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConflictException']]]], 'shapes' => ['AacCodingMode' => ['type' => 'string', 'enum' => ['AD_RECEIVER_MIX', 'CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_5_1']], 'AacInputType' => ['type' => 'string', 'enum' => ['BROADCASTER_MIXED_AD', 'NORMAL']], 'AacProfile' => ['type' => 'string', 'enum' => ['HEV1', 'HEV2', 'LC']], 'AacRateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'AacRawFormat' => ['type' => 'string', 'enum' => ['LATM_LOAS', 'NONE']], 'AacSettings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'CodingMode' => ['shape' => 'AacCodingMode', 'locationName' => 'codingMode'], 'InputType' => ['shape' => 'AacInputType', 'locationName' => 'inputType'], 'Profile' => ['shape' => 'AacProfile', 'locationName' => 'profile'], 'RateControlMode' => ['shape' => 'AacRateControlMode', 'locationName' => 'rateControlMode'], 'RawFormat' => ['shape' => 'AacRawFormat', 'locationName' => 'rawFormat'], 'SampleRate' => ['shape' => '__double', 'locationName' => 'sampleRate'], 'Spec' => ['shape' => 'AacSpec', 'locationName' => 'spec'], 'VbrQuality' => ['shape' => 'AacVbrQuality', 'locationName' => 'vbrQuality']]], 'AacSpec' => ['type' => 'string', 'enum' => ['MPEG2', 'MPEG4']], 'AacVbrQuality' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM_HIGH', 'MEDIUM_LOW']], 'Ac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMMENTARY', 'COMPLETE_MAIN', 'DIALOGUE', 'EMERGENCY', 'HEARING_IMPAIRED', 'MUSIC_AND_EFFECTS', 'VISUALLY_IMPAIRED', 'VOICE_OVER']], 'Ac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_1_1', 'CODING_MODE_2_0', 'CODING_MODE_3_2_LFE']], 'Ac3DrcProfile' => ['type' => 'string', 'enum' => ['FILM_STANDARD', 'NONE']], 'Ac3LfeFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Ac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Ac3Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Ac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Ac3CodingMode', 'locationName' => 'codingMode'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DrcProfile' => ['shape' => 'Ac3DrcProfile', 'locationName' => 'drcProfile'], 'LfeFilter' => ['shape' => 'Ac3LfeFilter', 'locationName' => 'lfeFilter'], 'MetadataControl' => ['shape' => 'Ac3MetadataControl', 'locationName' => 'metadataControl']]], 'AccessDenied' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'AfdSignaling' => ['type' => 'string', 'enum' => ['AUTO', 'FIXED', 'NONE']], 'ArchiveContainerSettings' => ['type' => 'structure', 'members' => ['M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings']]], 'ArchiveGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'RolloverInterval' => ['shape' => '__integerMin1', 'locationName' => 'rolloverInterval']], 'required' => ['Destination']], 'ArchiveOutputSettings' => ['type' => 'structure', 'members' => ['ContainerSettings' => ['shape' => 'ArchiveContainerSettings', 'locationName' => 'containerSettings'], 'Extension' => ['shape' => '__string', 'locationName' => 'extension'], 'NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']], 'required' => ['ContainerSettings']], 'AribDestinationSettings' => ['type' => 'structure', 'members' => []], 'AribSourceSettings' => ['type' => 'structure', 'members' => []], 'AudioChannelMapping' => ['type' => 'structure', 'members' => ['InputChannelLevels' => ['shape' => '__listOfInputChannelLevel', 'locationName' => 'inputChannelLevels'], 'OutputChannel' => ['shape' => '__integerMin0Max7', 'locationName' => 'outputChannel']], 'required' => ['OutputChannel', 'InputChannelLevels']], 'AudioCodecSettings' => ['type' => 'structure', 'members' => ['AacSettings' => ['shape' => 'AacSettings', 'locationName' => 'aacSettings'], 'Ac3Settings' => ['shape' => 'Ac3Settings', 'locationName' => 'ac3Settings'], 'Eac3Settings' => ['shape' => 'Eac3Settings', 'locationName' => 'eac3Settings'], 'Mp2Settings' => ['shape' => 'Mp2Settings', 'locationName' => 'mp2Settings'], 'PassThroughSettings' => ['shape' => 'PassThroughSettings', 'locationName' => 'passThroughSettings']]], 'AudioDescription' => ['type' => 'structure', 'members' => ['AudioNormalizationSettings' => ['shape' => 'AudioNormalizationSettings', 'locationName' => 'audioNormalizationSettings'], 'AudioSelectorName' => ['shape' => '__string', 'locationName' => 'audioSelectorName'], 'AudioType' => ['shape' => 'AudioType', 'locationName' => 'audioType'], 'AudioTypeControl' => ['shape' => 'AudioDescriptionAudioTypeControl', 'locationName' => 'audioTypeControl'], 'CodecSettings' => ['shape' => 'AudioCodecSettings', 'locationName' => 'codecSettings'], 'LanguageCode' => ['shape' => '__stringMin1Max35', 'locationName' => 'languageCode'], 'LanguageCodeControl' => ['shape' => 'AudioDescriptionLanguageCodeControl', 'locationName' => 'languageCodeControl'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RemixSettings' => ['shape' => 'RemixSettings', 'locationName' => 'remixSettings'], 'StreamName' => ['shape' => '__string', 'locationName' => 'streamName']], 'required' => ['AudioSelectorName', 'Name']], 'AudioDescriptionAudioTypeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioDescriptionLanguageCodeControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'AudioLanguageSelection' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'LanguageSelectionPolicy' => ['shape' => 'AudioLanguageSelectionPolicy', 'locationName' => 'languageSelectionPolicy']], 'required' => ['LanguageCode']], 'AudioLanguageSelectionPolicy' => ['type' => 'string', 'enum' => ['LOOSE', 'STRICT']], 'AudioNormalizationAlgorithm' => ['type' => 'string', 'enum' => ['ITU_1770_1', 'ITU_1770_2']], 'AudioNormalizationAlgorithmControl' => ['type' => 'string', 'enum' => ['CORRECT_AUDIO']], 'AudioNormalizationSettings' => ['type' => 'structure', 'members' => ['Algorithm' => ['shape' => 'AudioNormalizationAlgorithm', 'locationName' => 'algorithm'], 'AlgorithmControl' => ['shape' => 'AudioNormalizationAlgorithmControl', 'locationName' => 'algorithmControl'], 'TargetLkfs' => ['shape' => '__doubleMinNegative59Max0', 'locationName' => 'targetLkfs']]], 'AudioOnlyHlsSegmentType' => ['type' => 'string', 'enum' => ['AAC', 'FMP4']], 'AudioOnlyHlsSettings' => ['type' => 'structure', 'members' => ['AudioGroupId' => ['shape' => '__string', 'locationName' => 'audioGroupId'], 'AudioOnlyImage' => ['shape' => 'InputLocation', 'locationName' => 'audioOnlyImage'], 'AudioTrackType' => ['shape' => 'AudioOnlyHlsTrackType', 'locationName' => 'audioTrackType'], 'SegmentType' => ['shape' => 'AudioOnlyHlsSegmentType', 'locationName' => 'segmentType']]], 'AudioOnlyHlsTrackType' => ['type' => 'string', 'enum' => ['ALTERNATE_AUDIO_AUTO_SELECT', 'ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT', 'ALTERNATE_AUDIO_NOT_AUTO_SELECT', 'AUDIO_ONLY_VARIANT_STREAM']], 'AudioPidSelection' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin0Max8191', 'locationName' => 'pid']], 'required' => ['Pid']], 'AudioSelector' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__stringMin1', 'locationName' => 'name'], 'SelectorSettings' => ['shape' => 'AudioSelectorSettings', 'locationName' => 'selectorSettings']], 'required' => ['Name']], 'AudioSelectorSettings' => ['type' => 'structure', 'members' => ['AudioLanguageSelection' => ['shape' => 'AudioLanguageSelection', 'locationName' => 'audioLanguageSelection'], 'AudioPidSelection' => ['shape' => 'AudioPidSelection', 'locationName' => 'audioPidSelection'], 'AudioTrackSelection' => ['shape' => 'AudioTrackSelection', 'locationName' => 'audioTrackSelection']]], 'AudioTrack' => ['type' => 'structure', 'members' => ['Track' => ['shape' => '__integerMin1', 'locationName' => 'track']], 'required' => ['Track']], 'AudioTrackSelection' => ['type' => 'structure', 'members' => ['Tracks' => ['shape' => '__listOfAudioTrack', 'locationName' => 'tracks']], 'required' => ['Tracks']], 'AudioType' => ['type' => 'string', 'enum' => ['CLEAN_EFFECTS', 'HEARING_IMPAIRED', 'UNDEFINED', 'VISUAL_IMPAIRED_COMMENTARY']], 'AuthenticationScheme' => ['type' => 'string', 'enum' => ['AKAMAI', 'COMMON']], 'AutomaticInputFailoverSettings' => ['type' => 'structure', 'members' => ['InputPreference' => ['shape' => 'InputPreference', 'locationName' => 'inputPreference'], 'SecondaryInputId' => ['shape' => '__string', 'locationName' => 'secondaryInputId']], 'required' => ['SecondaryInputId']], 'AvailBlanking' => ['type' => 'structure', 'members' => ['AvailBlankingImage' => ['shape' => 'InputLocation', 'locationName' => 'availBlankingImage'], 'State' => ['shape' => 'AvailBlankingState', 'locationName' => 'state']]], 'AvailBlankingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'AvailConfiguration' => ['type' => 'structure', 'members' => ['AvailSettings' => ['shape' => 'AvailSettings', 'locationName' => 'availSettings']]], 'AvailSettings' => ['type' => 'structure', 'members' => ['Scte35SpliceInsert' => ['shape' => 'Scte35SpliceInsert', 'locationName' => 'scte35SpliceInsert'], 'Scte35TimeSignalApos' => ['shape' => 'Scte35TimeSignalApos', 'locationName' => 'scte35TimeSignalApos']]], 'BadGatewayException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 502]], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BatchScheduleActionCreateRequest' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchScheduleActionCreateResult' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchScheduleActionDeleteRequest' => ['type' => 'structure', 'members' => ['ActionNames' => ['shape' => '__listOf__string', 'locationName' => 'actionNames']], 'required' => ['ActionNames']], 'BatchScheduleActionDeleteResult' => ['type' => 'structure', 'members' => ['ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'BatchUpdateScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Creates' => ['shape' => 'BatchScheduleActionCreateRequest', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteRequest', 'locationName' => 'deletes']], 'required' => ['ChannelId']], 'BatchUpdateScheduleResponse' => ['type' => 'structure', 'members' => ['Creates' => ['shape' => 'BatchScheduleActionCreateResult', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteResult', 'locationName' => 'deletes']]], 'BatchUpdateScheduleResult' => ['type' => 'structure', 'members' => ['Creates' => ['shape' => 'BatchScheduleActionCreateResult', 'locationName' => 'creates'], 'Deletes' => ['shape' => 'BatchScheduleActionDeleteResult', 'locationName' => 'deletes']]], 'BlackoutSlate' => ['type' => 'structure', 'members' => ['BlackoutSlateImage' => ['shape' => 'InputLocation', 'locationName' => 'blackoutSlateImage'], 'NetworkEndBlackout' => ['shape' => 'BlackoutSlateNetworkEndBlackout', 'locationName' => 'networkEndBlackout'], 'NetworkEndBlackoutImage' => ['shape' => 'InputLocation', 'locationName' => 'networkEndBlackoutImage'], 'NetworkId' => ['shape' => '__stringMin34Max34', 'locationName' => 'networkId'], 'State' => ['shape' => 'BlackoutSlateState', 'locationName' => 'state']]], 'BlackoutSlateNetworkEndBlackout' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'BlackoutSlateState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'BurnInAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT', 'SMART']], 'BurnInBackgroundColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'BurnInDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'BurnInAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'BurnInBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'Font' => ['shape' => 'InputLocation', 'locationName' => 'font'], 'FontColor' => ['shape' => 'BurnInFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontSize' => ['shape' => '__string', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'BurnInOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'BurnInShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integer', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integer', 'locationName' => 'shadowYOffset'], 'TeletextGridControl' => ['shape' => 'BurnInTeletextGridControl', 'locationName' => 'teletextGridControl'], 'XPosition' => ['shape' => '__integerMin0', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0', 'locationName' => 'yPosition']]], 'BurnInFontColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'BurnInOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'BurnInShadowColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'BurnInTeletextGridControl' => ['type' => 'string', 'enum' => ['FIXED', 'SCALED']], 'CaptionDescription' => ['type' => 'structure', 'members' => ['CaptionSelectorName' => ['shape' => '__string', 'locationName' => 'captionSelectorName'], 'DestinationSettings' => ['shape' => 'CaptionDestinationSettings', 'locationName' => 'destinationSettings'], 'LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__string', 'locationName' => 'languageDescription'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['CaptionSelectorName', 'Name']], 'CaptionDestinationSettings' => ['type' => 'structure', 'members' => ['AribDestinationSettings' => ['shape' => 'AribDestinationSettings', 'locationName' => 'aribDestinationSettings'], 'BurnInDestinationSettings' => ['shape' => 'BurnInDestinationSettings', 'locationName' => 'burnInDestinationSettings'], 'DvbSubDestinationSettings' => ['shape' => 'DvbSubDestinationSettings', 'locationName' => 'dvbSubDestinationSettings'], 'EbuTtDDestinationSettings' => ['shape' => 'EbuTtDDestinationSettings', 'locationName' => 'ebuTtDDestinationSettings'], 'EmbeddedDestinationSettings' => ['shape' => 'EmbeddedDestinationSettings', 'locationName' => 'embeddedDestinationSettings'], 'EmbeddedPlusScte20DestinationSettings' => ['shape' => 'EmbeddedPlusScte20DestinationSettings', 'locationName' => 'embeddedPlusScte20DestinationSettings'], 'RtmpCaptionInfoDestinationSettings' => ['shape' => 'RtmpCaptionInfoDestinationSettings', 'locationName' => 'rtmpCaptionInfoDestinationSettings'], 'Scte20PlusEmbeddedDestinationSettings' => ['shape' => 'Scte20PlusEmbeddedDestinationSettings', 'locationName' => 'scte20PlusEmbeddedDestinationSettings'], 'Scte27DestinationSettings' => ['shape' => 'Scte27DestinationSettings', 'locationName' => 'scte27DestinationSettings'], 'SmpteTtDestinationSettings' => ['shape' => 'SmpteTtDestinationSettings', 'locationName' => 'smpteTtDestinationSettings'], 'TeletextDestinationSettings' => ['shape' => 'TeletextDestinationSettings', 'locationName' => 'teletextDestinationSettings'], 'TtmlDestinationSettings' => ['shape' => 'TtmlDestinationSettings', 'locationName' => 'ttmlDestinationSettings'], 'WebvttDestinationSettings' => ['shape' => 'WebvttDestinationSettings', 'locationName' => 'webvttDestinationSettings']]], 'CaptionLanguageMapping' => ['type' => 'structure', 'members' => ['CaptionChannel' => ['shape' => '__integerMin1Max4', 'locationName' => 'captionChannel'], 'LanguageCode' => ['shape' => '__stringMin3Max3', 'locationName' => 'languageCode'], 'LanguageDescription' => ['shape' => '__stringMin1', 'locationName' => 'languageDescription']], 'required' => ['LanguageCode', 'LanguageDescription', 'CaptionChannel']], 'CaptionSelector' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => '__string', 'locationName' => 'languageCode'], 'Name' => ['shape' => '__stringMin1', 'locationName' => 'name'], 'SelectorSettings' => ['shape' => 'CaptionSelectorSettings', 'locationName' => 'selectorSettings']], 'required' => ['Name']], 'CaptionSelectorSettings' => ['type' => 'structure', 'members' => ['AribSourceSettings' => ['shape' => 'AribSourceSettings', 'locationName' => 'aribSourceSettings'], 'DvbSubSourceSettings' => ['shape' => 'DvbSubSourceSettings', 'locationName' => 'dvbSubSourceSettings'], 'EmbeddedSourceSettings' => ['shape' => 'EmbeddedSourceSettings', 'locationName' => 'embeddedSourceSettings'], 'Scte20SourceSettings' => ['shape' => 'Scte20SourceSettings', 'locationName' => 'scte20SourceSettings'], 'Scte27SourceSettings' => ['shape' => 'Scte27SourceSettings', 'locationName' => 'scte27SourceSettings'], 'TeletextSourceSettings' => ['shape' => 'TeletextSourceSettings', 'locationName' => 'teletextSourceSettings']]], 'Channel' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ChannelClass' => ['type' => 'string', 'enum' => ['STANDARD', 'SINGLE_PIPELINE']], 'ChannelConfigurationValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']]], 'ChannelEgressEndpoint' => ['type' => 'structure', 'members' => ['SourceIp' => ['shape' => '__string', 'locationName' => 'sourceIp']]], 'ChannelState' => ['type' => 'string', 'enum' => ['CREATING', 'CREATE_FAILED', 'IDLE', 'STARTING', 'RUNNING', 'RECOVERING', 'STOPPING', 'DELETING', 'DELETED', 'UPDATING', 'UPDATE_FAILED']], 'ChannelSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ColorSpacePassthroughSettings' => ['type' => 'structure', 'members' => []], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateChannel' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Reserved' => ['shape' => '__string', 'locationName' => 'reserved', 'deprecated' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateChannelRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Reserved' => ['shape' => '__string', 'locationName' => 'reserved', 'deprecated' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateChannelResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'CreateChannelResultModel' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'CreateInput' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputDevices' => ['shape' => '__listOfInputDeviceSettings', 'locationName' => 'inputDevices'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type'], 'Vpc' => ['shape' => 'InputVpcRequest', 'locationName' => 'vpc']]], 'CreateInputRequest' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputDevices' => ['shape' => '__listOfInputDeviceSettings', 'locationName' => 'inputDevices'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type'], 'Vpc' => ['shape' => 'InputVpcRequest', 'locationName' => 'vpc']]], 'CreateInputResponse' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'CreateInputResultModel' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'CreateInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']]], 'CreateInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'CreateInputSecurityGroupResultModel' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'CreateMultiplex' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RequestId', 'MultiplexSettings', 'AvailabilityZones', 'Name']], 'CreateMultiplexProgram' => ['type' => 'structure', 'members' => ['MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true]], 'required' => ['RequestId', 'MultiplexProgramSettings', 'ProgramName']], 'CreateMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true]], 'required' => ['MultiplexId', 'RequestId', 'MultiplexProgramSettings', 'ProgramName']], 'CreateMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'CreateMultiplexProgramResultModel' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'CreateMultiplexRequest' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RequestId', 'MultiplexSettings', 'AvailabilityZones', 'Name']], 'CreateMultiplexResponse' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'CreateMultiplexResultModel' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'CreateTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'DeleteChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DeleteChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DeleteInputRequest' => ['type' => 'structure', 'members' => ['InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId']], 'required' => ['InputId']], 'DeleteInputResponse' => ['type' => 'structure', 'members' => []], 'DeleteInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId']], 'required' => ['InputSecurityGroupId']], 'DeleteInputSecurityGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'DeleteMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'DeleteMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'DeleteMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DeleteReservationRequest' => ['type' => 'structure', 'members' => ['ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'DeleteReservationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DeleteScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DeleteScheduleResponse' => ['type' => 'structure', 'members' => []], 'DeleteTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'DescribeChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'DescribeChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeInputDeviceRequest' => ['type' => 'structure', 'members' => ['InputDeviceId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputDeviceId']], 'required' => ['InputDeviceId']], 'DescribeInputDeviceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ConnectionState' => ['shape' => 'InputDeviceConnectionState', 'locationName' => 'connectionState'], 'DeviceSettingsSyncState' => ['shape' => 'DeviceSettingsSyncState', 'locationName' => 'deviceSettingsSyncState'], 'HdDeviceSettings' => ['shape' => 'InputDeviceHdSettings', 'locationName' => 'hdDeviceSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MacAddress' => ['shape' => '__string', 'locationName' => 'macAddress'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'NetworkSettings' => ['shape' => 'InputDeviceNetworkSettings', 'locationName' => 'networkSettings'], 'SerialNumber' => ['shape' => '__string', 'locationName' => 'serialNumber'], 'Type' => ['shape' => 'InputDeviceType', 'locationName' => 'type']]], 'DescribeInputDeviceThumbnailRequest' => ['type' => 'structure', 'members' => ['InputDeviceId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputDeviceId'], 'Accept' => ['shape' => 'AcceptHeader', 'location' => 'header', 'locationName' => 'accept']], 'required' => ['InputDeviceId', 'Accept']], 'DescribeInputDeviceThumbnailResponse' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'InputDeviceThumbnail', 'locationName' => 'body'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'ContentLength' => ['shape' => '__long', 'location' => 'header', 'locationName' => 'Content-Length'], 'ETag' => ['shape' => '__string', 'location' => 'header', 'locationName' => 'ETag'], 'LastModified' => ['shape' => '__timestamp', 'location' => 'header', 'locationName' => 'Last-Modified']], 'payload' => 'Body'], 'DescribeInputRequest' => ['type' => 'structure', 'members' => ['InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId']], 'required' => ['InputId']], 'DescribeInputResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AttachedChannels' => ['shape' => '__listOf__string', 'locationName' => 'attachedChannels'], 'Destinations' => ['shape' => '__listOfInputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputClass' => ['shape' => 'InputClass', 'locationName' => 'inputClass'], 'InputDevices' => ['shape' => '__listOfInputDeviceSettings', 'locationName' => 'inputDevices'], 'InputSourceType' => ['shape' => 'InputSourceType', 'locationName' => 'inputSourceType'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlow', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'Sources' => ['shape' => '__listOfInputSource', 'locationName' => 'sources'], 'State' => ['shape' => 'InputState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type']]], 'DescribeInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId']], 'required' => ['InputSecurityGroupId']], 'DescribeInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'Inputs' => ['shape' => '__listOf__string', 'locationName' => 'inputs'], 'State' => ['shape' => 'InputSecurityGroupState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRule', 'locationName' => 'whitelistRules']]], 'DescribeMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'DescribeMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'DescribeMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'DescribeMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeOfferingRequest' => ['type' => 'structure', 'members' => ['OfferingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'offeringId']], 'required' => ['OfferingId']], 'DescribeOfferingResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DescribeReservationRequest' => ['type' => 'structure', 'members' => ['ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'DescribeReservationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'DescribeScheduleRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ChannelId']], 'DescribeScheduleResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']]], 'DeviceSettingsSyncState' => ['type' => 'string', 'enum' => ['SYNCED', 'SYNCING']], 'DvbNitSettings' => ['type' => 'structure', 'members' => ['NetworkId' => ['shape' => '__integerMin0Max65536', 'locationName' => 'networkId'], 'NetworkName' => ['shape' => '__stringMin1Max256', 'locationName' => 'networkName'], 'RepInterval' => ['shape' => '__integerMin25Max10000', 'locationName' => 'repInterval']], 'required' => ['NetworkName', 'NetworkId']], 'DvbSdtOutputSdt' => ['type' => 'string', 'enum' => ['SDT_FOLLOW', 'SDT_FOLLOW_IF_PRESENT', 'SDT_MANUAL', 'SDT_NONE']], 'DvbSdtSettings' => ['type' => 'structure', 'members' => ['OutputSdt' => ['shape' => 'DvbSdtOutputSdt', 'locationName' => 'outputSdt'], 'RepInterval' => ['shape' => '__integerMin25Max2000', 'locationName' => 'repInterval'], 'ServiceName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceName'], 'ServiceProviderName' => ['shape' => '__stringMin1Max256', 'locationName' => 'serviceProviderName']]], 'DvbSubDestinationAlignment' => ['type' => 'string', 'enum' => ['CENTERED', 'LEFT', 'SMART']], 'DvbSubDestinationBackgroundColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'DvbSubDestinationFontColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'DvbSubDestinationOutlineColor' => ['type' => 'string', 'enum' => ['BLACK', 'BLUE', 'GREEN', 'RED', 'WHITE', 'YELLOW']], 'DvbSubDestinationSettings' => ['type' => 'structure', 'members' => ['Alignment' => ['shape' => 'DvbSubDestinationAlignment', 'locationName' => 'alignment'], 'BackgroundColor' => ['shape' => 'DvbSubDestinationBackgroundColor', 'locationName' => 'backgroundColor'], 'BackgroundOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'backgroundOpacity'], 'Font' => ['shape' => 'InputLocation', 'locationName' => 'font'], 'FontColor' => ['shape' => 'DvbSubDestinationFontColor', 'locationName' => 'fontColor'], 'FontOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'fontOpacity'], 'FontResolution' => ['shape' => '__integerMin96Max600', 'locationName' => 'fontResolution'], 'FontSize' => ['shape' => '__string', 'locationName' => 'fontSize'], 'OutlineColor' => ['shape' => 'DvbSubDestinationOutlineColor', 'locationName' => 'outlineColor'], 'OutlineSize' => ['shape' => '__integerMin0Max10', 'locationName' => 'outlineSize'], 'ShadowColor' => ['shape' => 'DvbSubDestinationShadowColor', 'locationName' => 'shadowColor'], 'ShadowOpacity' => ['shape' => '__integerMin0Max255', 'locationName' => 'shadowOpacity'], 'ShadowXOffset' => ['shape' => '__integer', 'locationName' => 'shadowXOffset'], 'ShadowYOffset' => ['shape' => '__integer', 'locationName' => 'shadowYOffset'], 'TeletextGridControl' => ['shape' => 'DvbSubDestinationTeletextGridControl', 'locationName' => 'teletextGridControl'], 'XPosition' => ['shape' => '__integerMin0', 'locationName' => 'xPosition'], 'YPosition' => ['shape' => '__integerMin0', 'locationName' => 'yPosition']]], 'DvbSubDestinationShadowColor' => ['type' => 'string', 'enum' => ['BLACK', 'NONE', 'WHITE']], 'DvbSubDestinationTeletextGridControl' => ['type' => 'string', 'enum' => ['FIXED', 'SCALED']], 'DvbSubSourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1', 'locationName' => 'pid']]], 'DvbTdtSettings' => ['type' => 'structure', 'members' => ['RepInterval' => ['shape' => '__integerMin1000Max30000', 'locationName' => 'repInterval']]], 'Eac3AttenuationControl' => ['type' => 'string', 'enum' => ['ATTENUATE_3_DB', 'NONE']], 'Eac3BitstreamMode' => ['type' => 'string', 'enum' => ['COMMENTARY', 'COMPLETE_MAIN', 'EMERGENCY', 'HEARING_IMPAIRED', 'VISUALLY_IMPAIRED']], 'Eac3CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0', 'CODING_MODE_3_2']], 'Eac3DcFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Eac3DrcLine' => ['type' => 'string', 'enum' => ['FILM_LIGHT', 'FILM_STANDARD', 'MUSIC_LIGHT', 'MUSIC_STANDARD', 'NONE', 'SPEECH']], 'Eac3DrcRf' => ['type' => 'string', 'enum' => ['FILM_LIGHT', 'FILM_STANDARD', 'MUSIC_LIGHT', 'MUSIC_STANDARD', 'NONE', 'SPEECH']], 'Eac3LfeControl' => ['type' => 'string', 'enum' => ['LFE', 'NO_LFE']], 'Eac3LfeFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'Eac3MetadataControl' => ['type' => 'string', 'enum' => ['FOLLOW_INPUT', 'USE_CONFIGURED']], 'Eac3PassthroughControl' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'WHEN_POSSIBLE']], 'Eac3PhaseControl' => ['type' => 'string', 'enum' => ['NO_SHIFT', 'SHIFT_90_DEGREES']], 'Eac3Settings' => ['type' => 'structure', 'members' => ['AttenuationControl' => ['shape' => 'Eac3AttenuationControl', 'locationName' => 'attenuationControl'], 'Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'BitstreamMode' => ['shape' => 'Eac3BitstreamMode', 'locationName' => 'bitstreamMode'], 'CodingMode' => ['shape' => 'Eac3CodingMode', 'locationName' => 'codingMode'], 'DcFilter' => ['shape' => 'Eac3DcFilter', 'locationName' => 'dcFilter'], 'Dialnorm' => ['shape' => '__integerMin1Max31', 'locationName' => 'dialnorm'], 'DrcLine' => ['shape' => 'Eac3DrcLine', 'locationName' => 'drcLine'], 'DrcRf' => ['shape' => 'Eac3DrcRf', 'locationName' => 'drcRf'], 'LfeControl' => ['shape' => 'Eac3LfeControl', 'locationName' => 'lfeControl'], 'LfeFilter' => ['shape' => 'Eac3LfeFilter', 'locationName' => 'lfeFilter'], 'LoRoCenterMixLevel' => ['shape' => '__double', 'locationName' => 'loRoCenterMixLevel'], 'LoRoSurroundMixLevel' => ['shape' => '__double', 'locationName' => 'loRoSurroundMixLevel'], 'LtRtCenterMixLevel' => ['shape' => '__double', 'locationName' => 'ltRtCenterMixLevel'], 'LtRtSurroundMixLevel' => ['shape' => '__double', 'locationName' => 'ltRtSurroundMixLevel'], 'MetadataControl' => ['shape' => 'Eac3MetadataControl', 'locationName' => 'metadataControl'], 'PassthroughControl' => ['shape' => 'Eac3PassthroughControl', 'locationName' => 'passthroughControl'], 'PhaseControl' => ['shape' => 'Eac3PhaseControl', 'locationName' => 'phaseControl'], 'StereoDownmix' => ['shape' => 'Eac3StereoDownmix', 'locationName' => 'stereoDownmix'], 'SurroundExMode' => ['shape' => 'Eac3SurroundExMode', 'locationName' => 'surroundExMode'], 'SurroundMode' => ['shape' => 'Eac3SurroundMode', 'locationName' => 'surroundMode']]], 'Eac3StereoDownmix' => ['type' => 'string', 'enum' => ['DPL2', 'LO_RO', 'LT_RT', 'NOT_INDICATED']], 'Eac3SurroundExMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'NOT_INDICATED']], 'Eac3SurroundMode' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED', 'NOT_INDICATED']], 'EbuTtDDestinationSettings' => ['type' => 'structure', 'members' => ['FillLineGap' => ['shape' => 'EbuTtDFillLineGapControl', 'locationName' => 'fillLineGap'], 'FontFamily' => ['shape' => '__string', 'locationName' => 'fontFamily'], 'StyleControl' => ['shape' => 'EbuTtDDestinationStyleControl', 'locationName' => 'styleControl']]], 'EbuTtDDestinationStyleControl' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'EbuTtDFillLineGapControl' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'EmbeddedConvert608To708' => ['type' => 'string', 'enum' => ['DISABLED', 'UPCONVERT']], 'EmbeddedDestinationSettings' => ['type' => 'structure', 'members' => []], 'EmbeddedPlusScte20DestinationSettings' => ['type' => 'structure', 'members' => []], 'EmbeddedScte20Detection' => ['type' => 'string', 'enum' => ['AUTO', 'OFF']], 'EmbeddedSourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'EmbeddedConvert608To708', 'locationName' => 'convert608To708'], 'Scte20Detection' => ['shape' => 'EmbeddedScte20Detection', 'locationName' => 'scte20Detection'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber'], 'Source608TrackNumber' => ['shape' => '__integerMin1Max5', 'locationName' => 'source608TrackNumber']]], 'Empty' => ['type' => 'structure', 'members' => []], 'EncoderSettings' => ['type' => 'structure', 'members' => ['AudioDescriptions' => ['shape' => '__listOfAudioDescription', 'locationName' => 'audioDescriptions'], 'AvailBlanking' => ['shape' => 'AvailBlanking', 'locationName' => 'availBlanking'], 'AvailConfiguration' => ['shape' => 'AvailConfiguration', 'locationName' => 'availConfiguration'], 'BlackoutSlate' => ['shape' => 'BlackoutSlate', 'locationName' => 'blackoutSlate'], 'CaptionDescriptions' => ['shape' => '__listOfCaptionDescription', 'locationName' => 'captionDescriptions'], 'FeatureActivations' => ['shape' => 'FeatureActivations', 'locationName' => 'featureActivations'], 'GlobalConfiguration' => ['shape' => 'GlobalConfiguration', 'locationName' => 'globalConfiguration'], 'NielsenConfiguration' => ['shape' => 'NielsenConfiguration', 'locationName' => 'nielsenConfiguration'], 'OutputGroups' => ['shape' => '__listOfOutputGroup', 'locationName' => 'outputGroups'], 'TimecodeConfig' => ['shape' => 'TimecodeConfig', 'locationName' => 'timecodeConfig'], 'VideoDescriptions' => ['shape' => '__listOfVideoDescription', 'locationName' => 'videoDescriptions']], 'required' => ['VideoDescriptions', 'AudioDescriptions', 'OutputGroups', 'TimecodeConfig']], 'FeatureActivations' => ['type' => 'structure', 'members' => ['InputPrepareScheduleActions' => ['shape' => 'FeatureActivationsInputPrepareScheduleActions', 'locationName' => 'inputPrepareScheduleActions']]], 'FeatureActivationsInputPrepareScheduleActions' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'FecOutputIncludeFec' => ['type' => 'string', 'enum' => ['COLUMN', 'COLUMN_AND_ROW']], 'FecOutputSettings' => ['type' => 'structure', 'members' => ['ColumnDepth' => ['shape' => '__integerMin4Max20', 'locationName' => 'columnDepth'], 'IncludeFec' => ['shape' => 'FecOutputIncludeFec', 'locationName' => 'includeFec'], 'RowLength' => ['shape' => '__integerMin1Max20', 'locationName' => 'rowLength']]], 'FixedAfd' => ['type' => 'string', 'enum' => ['AFD_0000', 'AFD_0010', 'AFD_0011', 'AFD_0100', 'AFD_1000', 'AFD_1001', 'AFD_1010', 'AFD_1011', 'AFD_1101', 'AFD_1110', 'AFD_1111']], 'FixedModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['Time' => ['shape' => '__string', 'locationName' => 'time']], 'required' => ['Time']], 'Fmp4HlsSettings' => ['type' => 'structure', 'members' => ['AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets'], 'NielsenId3Behavior' => ['shape' => 'Fmp4NielsenId3Behavior', 'locationName' => 'nielsenId3Behavior'], 'TimedMetadataBehavior' => ['shape' => 'Fmp4TimedMetadataBehavior', 'locationName' => 'timedMetadataBehavior']]], 'Fmp4NielsenId3Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'Fmp4TimedMetadataBehavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'FollowModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['FollowPoint' => ['shape' => 'FollowPoint', 'locationName' => 'followPoint'], 'ReferenceActionName' => ['shape' => '__string', 'locationName' => 'referenceActionName']], 'required' => ['ReferenceActionName', 'FollowPoint']], 'FollowPoint' => ['type' => 'string', 'enum' => ['END', 'START']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'FrameCaptureGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'FrameCaptureIntervalUnit' => ['type' => 'string', 'enum' => ['MILLISECONDS', 'SECONDS']], 'FrameCaptureOutputSettings' => ['type' => 'structure', 'members' => ['NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']]], 'FrameCaptureSettings' => ['type' => 'structure', 'members' => ['CaptureInterval' => ['shape' => '__integerMin1Max3600000', 'locationName' => 'captureInterval'], 'CaptureIntervalUnits' => ['shape' => 'FrameCaptureIntervalUnit', 'locationName' => 'captureIntervalUnits']], 'required' => ['CaptureInterval']], 'GatewayTimeoutException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 504]], 'GlobalConfiguration' => ['type' => 'structure', 'members' => ['InitialAudioGain' => ['shape' => '__integerMinNegative60Max60', 'locationName' => 'initialAudioGain'], 'InputEndAction' => ['shape' => 'GlobalConfigurationInputEndAction', 'locationName' => 'inputEndAction'], 'InputLossBehavior' => ['shape' => 'InputLossBehavior', 'locationName' => 'inputLossBehavior'], 'OutputLockingMode' => ['shape' => 'GlobalConfigurationOutputLockingMode', 'locationName' => 'outputLockingMode'], 'OutputTimingSource' => ['shape' => 'GlobalConfigurationOutputTimingSource', 'locationName' => 'outputTimingSource'], 'SupportLowFramerateInputs' => ['shape' => 'GlobalConfigurationLowFramerateInputs', 'locationName' => 'supportLowFramerateInputs']]], 'GlobalConfigurationInputEndAction' => ['type' => 'string', 'enum' => ['NONE', 'SWITCH_AND_LOOP_INPUTS']], 'GlobalConfigurationLowFramerateInputs' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'GlobalConfigurationOutputLockingMode' => ['type' => 'string', 'enum' => ['EPOCH_LOCKING', 'PIPELINE_LOCKING']], 'GlobalConfigurationOutputTimingSource' => ['type' => 'string', 'enum' => ['INPUT_CLOCK', 'SYSTEM_CLOCK']], 'H264AdaptiveQuantization' => ['type' => 'string', 'enum' => ['HIGH', 'HIGHER', 'LOW', 'MAX', 'MEDIUM', 'OFF']], 'H264ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'H264ColorSpaceSettings' => ['type' => 'structure', 'members' => ['ColorSpacePassthroughSettings' => ['shape' => 'ColorSpacePassthroughSettings', 'locationName' => 'colorSpacePassthroughSettings'], 'Rec601Settings' => ['shape' => 'Rec601Settings', 'locationName' => 'rec601Settings'], 'Rec709Settings' => ['shape' => 'Rec709Settings', 'locationName' => 'rec709Settings']]], 'H264EntropyEncoding' => ['type' => 'string', 'enum' => ['CABAC', 'CAVLC']], 'H264FilterSettings' => ['type' => 'structure', 'members' => ['TemporalFilterSettings' => ['shape' => 'TemporalFilterSettings', 'locationName' => 'temporalFilterSettings']]], 'H264FlickerAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264ForceFieldPictures' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264FramerateControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264GopBReference' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H264Level' => ['type' => 'string', 'enum' => ['H264_LEVEL_1', 'H264_LEVEL_1_1', 'H264_LEVEL_1_2', 'H264_LEVEL_1_3', 'H264_LEVEL_2', 'H264_LEVEL_2_1', 'H264_LEVEL_2_2', 'H264_LEVEL_3', 'H264_LEVEL_3_1', 'H264_LEVEL_3_2', 'H264_LEVEL_4', 'H264_LEVEL_4_1', 'H264_LEVEL_4_2', 'H264_LEVEL_5', 'H264_LEVEL_5_1', 'H264_LEVEL_5_2', 'H264_LEVEL_AUTO']], 'H264LookAheadRateControl' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM']], 'H264ParControl' => ['type' => 'string', 'enum' => ['INITIALIZE_FROM_SOURCE', 'SPECIFIED']], 'H264Profile' => ['type' => 'string', 'enum' => ['BASELINE', 'HIGH', 'HIGH_10BIT', 'HIGH_422', 'HIGH_422_10BIT', 'MAIN']], 'H264QualityLevel' => ['type' => 'string', 'enum' => ['ENHANCED_QUALITY', 'STANDARD_QUALITY']], 'H264RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'MULTIPLEX', 'QVBR', 'VBR']], 'H264ScanType' => ['type' => 'string', 'enum' => ['INTERLACED', 'PROGRESSIVE']], 'H264SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H264AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'Bitrate' => ['shape' => '__integerMin1000', 'locationName' => 'bitrate'], 'BufFillPct' => ['shape' => '__integerMin0Max100', 'locationName' => 'bufFillPct'], 'BufSize' => ['shape' => '__integerMin0', 'locationName' => 'bufSize'], 'ColorMetadata' => ['shape' => 'H264ColorMetadata', 'locationName' => 'colorMetadata'], 'ColorSpaceSettings' => ['shape' => 'H264ColorSpaceSettings', 'locationName' => 'colorSpaceSettings'], 'EntropyEncoding' => ['shape' => 'H264EntropyEncoding', 'locationName' => 'entropyEncoding'], 'FilterSettings' => ['shape' => 'H264FilterSettings', 'locationName' => 'filterSettings'], 'FixedAfd' => ['shape' => 'FixedAfd', 'locationName' => 'fixedAfd'], 'FlickerAq' => ['shape' => 'H264FlickerAq', 'locationName' => 'flickerAq'], 'ForceFieldPictures' => ['shape' => 'H264ForceFieldPictures', 'locationName' => 'forceFieldPictures'], 'FramerateControl' => ['shape' => 'H264FramerateControl', 'locationName' => 'framerateControl'], 'FramerateDenominator' => ['shape' => '__integerMin1', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1', 'locationName' => 'framerateNumerator'], 'GopBReference' => ['shape' => 'H264GopBReference', 'locationName' => 'gopBReference'], 'GopClosedCadence' => ['shape' => '__integerMin0', 'locationName' => 'gopClosedCadence'], 'GopNumBFrames' => ['shape' => '__integerMin0Max7', 'locationName' => 'gopNumBFrames'], 'GopSize' => ['shape' => '__double', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H264GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'Level' => ['shape' => 'H264Level', 'locationName' => 'level'], 'LookAheadRateControl' => ['shape' => 'H264LookAheadRateControl', 'locationName' => 'lookAheadRateControl'], 'MaxBitrate' => ['shape' => '__integerMin1000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'NumRefFrames' => ['shape' => '__integerMin1Max6', 'locationName' => 'numRefFrames'], 'ParControl' => ['shape' => 'H264ParControl', 'locationName' => 'parControl'], 'ParDenominator' => ['shape' => '__integerMin1', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1', 'locationName' => 'parNumerator'], 'Profile' => ['shape' => 'H264Profile', 'locationName' => 'profile'], 'QualityLevel' => ['shape' => 'H264QualityLevel', 'locationName' => 'qualityLevel'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'RateControlMode' => ['shape' => 'H264RateControlMode', 'locationName' => 'rateControlMode'], 'ScanType' => ['shape' => 'H264ScanType', 'locationName' => 'scanType'], 'SceneChangeDetect' => ['shape' => 'H264SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max32', 'locationName' => 'slices'], 'Softness' => ['shape' => '__integerMin0Max128', 'locationName' => 'softness'], 'SpatialAq' => ['shape' => 'H264SpatialAq', 'locationName' => 'spatialAq'], 'SubgopLength' => ['shape' => 'H264SubGopLength', 'locationName' => 'subgopLength'], 'Syntax' => ['shape' => 'H264Syntax', 'locationName' => 'syntax'], 'TemporalAq' => ['shape' => 'H264TemporalAq', 'locationName' => 'temporalAq'], 'TimecodeInsertion' => ['shape' => 'H264TimecodeInsertionBehavior', 'locationName' => 'timecodeInsertion']]], 'H264SpatialAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264SubGopLength' => ['type' => 'string', 'enum' => ['DYNAMIC', 'FIXED']], 'H264Syntax' => ['type' => 'string', 'enum' => ['DEFAULT', 'RP2027']], 'H264TemporalAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H264TimecodeInsertionBehavior' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'H265AdaptiveQuantization' => ['type' => 'string', 'enum' => ['HIGH', 'HIGHER', 'LOW', 'MAX', 'MEDIUM', 'OFF']], 'H265AlternativeTransferFunction' => ['type' => 'string', 'enum' => ['INSERT', 'OMIT']], 'H265ColorMetadata' => ['type' => 'string', 'enum' => ['IGNORE', 'INSERT']], 'H265ColorSpaceSettings' => ['type' => 'structure', 'members' => ['ColorSpacePassthroughSettings' => ['shape' => 'ColorSpacePassthroughSettings', 'locationName' => 'colorSpacePassthroughSettings'], 'Hdr10Settings' => ['shape' => 'Hdr10Settings', 'locationName' => 'hdr10Settings'], 'Rec601Settings' => ['shape' => 'Rec601Settings', 'locationName' => 'rec601Settings'], 'Rec709Settings' => ['shape' => 'Rec709Settings', 'locationName' => 'rec709Settings']]], 'H265FilterSettings' => ['type' => 'structure', 'members' => ['TemporalFilterSettings' => ['shape' => 'TemporalFilterSettings', 'locationName' => 'temporalFilterSettings']]], 'H265FlickerAq' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265GopSizeUnits' => ['type' => 'string', 'enum' => ['FRAMES', 'SECONDS']], 'H265Level' => ['type' => 'string', 'enum' => ['H265_LEVEL_1', 'H265_LEVEL_2', 'H265_LEVEL_2_1', 'H265_LEVEL_3', 'H265_LEVEL_3_1', 'H265_LEVEL_4', 'H265_LEVEL_4_1', 'H265_LEVEL_5', 'H265_LEVEL_5_1', 'H265_LEVEL_5_2', 'H265_LEVEL_6', 'H265_LEVEL_6_1', 'H265_LEVEL_6_2', 'H265_LEVEL_AUTO']], 'H265LookAheadRateControl' => ['type' => 'string', 'enum' => ['HIGH', 'LOW', 'MEDIUM']], 'H265Profile' => ['type' => 'string', 'enum' => ['MAIN', 'MAIN_10BIT']], 'H265RateControlMode' => ['type' => 'string', 'enum' => ['CBR', 'MULTIPLEX', 'QVBR']], 'H265ScanType' => ['type' => 'string', 'enum' => ['INTERLACED', 'PROGRESSIVE']], 'H265SceneChangeDetect' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'H265Settings' => ['type' => 'structure', 'members' => ['AdaptiveQuantization' => ['shape' => 'H265AdaptiveQuantization', 'locationName' => 'adaptiveQuantization'], 'AfdSignaling' => ['shape' => 'AfdSignaling', 'locationName' => 'afdSignaling'], 'AlternativeTransferFunction' => ['shape' => 'H265AlternativeTransferFunction', 'locationName' => 'alternativeTransferFunction'], 'Bitrate' => ['shape' => '__integerMin100000Max40000000', 'locationName' => 'bitrate'], 'BufSize' => ['shape' => '__integerMin100000Max80000000', 'locationName' => 'bufSize'], 'ColorMetadata' => ['shape' => 'H265ColorMetadata', 'locationName' => 'colorMetadata'], 'ColorSpaceSettings' => ['shape' => 'H265ColorSpaceSettings', 'locationName' => 'colorSpaceSettings'], 'FilterSettings' => ['shape' => 'H265FilterSettings', 'locationName' => 'filterSettings'], 'FixedAfd' => ['shape' => 'FixedAfd', 'locationName' => 'fixedAfd'], 'FlickerAq' => ['shape' => 'H265FlickerAq', 'locationName' => 'flickerAq'], 'FramerateDenominator' => ['shape' => '__integerMin1Max3003', 'locationName' => 'framerateDenominator'], 'FramerateNumerator' => ['shape' => '__integerMin1', 'locationName' => 'framerateNumerator'], 'GopClosedCadence' => ['shape' => '__integerMin0', 'locationName' => 'gopClosedCadence'], 'GopSize' => ['shape' => '__double', 'locationName' => 'gopSize'], 'GopSizeUnits' => ['shape' => 'H265GopSizeUnits', 'locationName' => 'gopSizeUnits'], 'Level' => ['shape' => 'H265Level', 'locationName' => 'level'], 'LookAheadRateControl' => ['shape' => 'H265LookAheadRateControl', 'locationName' => 'lookAheadRateControl'], 'MaxBitrate' => ['shape' => '__integerMin100000Max40000000', 'locationName' => 'maxBitrate'], 'MinIInterval' => ['shape' => '__integerMin0Max30', 'locationName' => 'minIInterval'], 'ParDenominator' => ['shape' => '__integerMin1', 'locationName' => 'parDenominator'], 'ParNumerator' => ['shape' => '__integerMin1', 'locationName' => 'parNumerator'], 'Profile' => ['shape' => 'H265Profile', 'locationName' => 'profile'], 'QvbrQualityLevel' => ['shape' => '__integerMin1Max10', 'locationName' => 'qvbrQualityLevel'], 'RateControlMode' => ['shape' => 'H265RateControlMode', 'locationName' => 'rateControlMode'], 'ScanType' => ['shape' => 'H265ScanType', 'locationName' => 'scanType'], 'SceneChangeDetect' => ['shape' => 'H265SceneChangeDetect', 'locationName' => 'sceneChangeDetect'], 'Slices' => ['shape' => '__integerMin1Max16', 'locationName' => 'slices'], 'Tier' => ['shape' => 'H265Tier', 'locationName' => 'tier'], 'TimecodeInsertion' => ['shape' => 'H265TimecodeInsertionBehavior', 'locationName' => 'timecodeInsertion']], 'required' => ['FramerateNumerator', 'FramerateDenominator']], 'H265Tier' => ['type' => 'string', 'enum' => ['HIGH', 'MAIN']], 'H265TimecodeInsertionBehavior' => ['type' => 'string', 'enum' => ['DISABLED', 'PIC_TIMING_SEI']], 'Hdr10Settings' => ['type' => 'structure', 'members' => ['MaxCll' => ['shape' => '__integerMin0Max32768', 'locationName' => 'maxCll'], 'MaxFall' => ['shape' => '__integerMin0Max32768', 'locationName' => 'maxFall']]], 'HlsAdMarkers' => ['type' => 'string', 'enum' => ['ADOBE', 'ELEMENTAL', 'ELEMENTAL_SCTE35']], 'HlsAkamaiHttpTransferMode' => ['type' => 'string', 'enum' => ['CHUNKED', 'NON_CHUNKED']], 'HlsAkamaiSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'HttpTransferMode' => ['shape' => 'HlsAkamaiHttpTransferMode', 'locationName' => 'httpTransferMode'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay'], 'Salt' => ['shape' => '__string', 'locationName' => 'salt'], 'Token' => ['shape' => '__string', 'locationName' => 'token']]], 'HlsBasicPutSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'HlsCaptionLanguageSetting' => ['type' => 'string', 'enum' => ['INSERT', 'NONE', 'OMIT']], 'HlsCdnSettings' => ['type' => 'structure', 'members' => ['HlsAkamaiSettings' => ['shape' => 'HlsAkamaiSettings', 'locationName' => 'hlsAkamaiSettings'], 'HlsBasicPutSettings' => ['shape' => 'HlsBasicPutSettings', 'locationName' => 'hlsBasicPutSettings'], 'HlsMediaStoreSettings' => ['shape' => 'HlsMediaStoreSettings', 'locationName' => 'hlsMediaStoreSettings'], 'HlsWebdavSettings' => ['shape' => 'HlsWebdavSettings', 'locationName' => 'hlsWebdavSettings']]], 'HlsClientCache' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsCodecSpecification' => ['type' => 'string', 'enum' => ['RFC_4281', 'RFC_6381']], 'HlsDirectoryStructure' => ['type' => 'string', 'enum' => ['SINGLE_DIRECTORY', 'SUBDIRECTORY_PER_STREAM']], 'HlsEncryptionType' => ['type' => 'string', 'enum' => ['AES128', 'SAMPLE_AES']], 'HlsGroupSettings' => ['type' => 'structure', 'members' => ['AdMarkers' => ['shape' => '__listOfHlsAdMarkers', 'locationName' => 'adMarkers'], 'BaseUrlContent' => ['shape' => '__string', 'locationName' => 'baseUrlContent'], 'BaseUrlContent1' => ['shape' => '__string', 'locationName' => 'baseUrlContent1'], 'BaseUrlManifest' => ['shape' => '__string', 'locationName' => 'baseUrlManifest'], 'BaseUrlManifest1' => ['shape' => '__string', 'locationName' => 'baseUrlManifest1'], 'CaptionLanguageMappings' => ['shape' => '__listOfCaptionLanguageMapping', 'locationName' => 'captionLanguageMappings'], 'CaptionLanguageSetting' => ['shape' => 'HlsCaptionLanguageSetting', 'locationName' => 'captionLanguageSetting'], 'ClientCache' => ['shape' => 'HlsClientCache', 'locationName' => 'clientCache'], 'CodecSpecification' => ['shape' => 'HlsCodecSpecification', 'locationName' => 'codecSpecification'], 'ConstantIv' => ['shape' => '__stringMin32Max32', 'locationName' => 'constantIv'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'DirectoryStructure' => ['shape' => 'HlsDirectoryStructure', 'locationName' => 'directoryStructure'], 'EncryptionType' => ['shape' => 'HlsEncryptionType', 'locationName' => 'encryptionType'], 'HlsCdnSettings' => ['shape' => 'HlsCdnSettings', 'locationName' => 'hlsCdnSettings'], 'HlsId3SegmentTagging' => ['shape' => 'HlsId3SegmentTaggingState', 'locationName' => 'hlsId3SegmentTagging'], 'IFrameOnlyPlaylists' => ['shape' => 'IFrameOnlyPlaylistType', 'locationName' => 'iFrameOnlyPlaylists'], 'IndexNSegments' => ['shape' => '__integerMin3', 'locationName' => 'indexNSegments'], 'InputLossAction' => ['shape' => 'InputLossActionForHlsOut', 'locationName' => 'inputLossAction'], 'IvInManifest' => ['shape' => 'HlsIvInManifest', 'locationName' => 'ivInManifest'], 'IvSource' => ['shape' => 'HlsIvSource', 'locationName' => 'ivSource'], 'KeepSegments' => ['shape' => '__integerMin1', 'locationName' => 'keepSegments'], 'KeyFormat' => ['shape' => '__string', 'locationName' => 'keyFormat'], 'KeyFormatVersions' => ['shape' => '__string', 'locationName' => 'keyFormatVersions'], 'KeyProviderSettings' => ['shape' => 'KeyProviderSettings', 'locationName' => 'keyProviderSettings'], 'ManifestCompression' => ['shape' => 'HlsManifestCompression', 'locationName' => 'manifestCompression'], 'ManifestDurationFormat' => ['shape' => 'HlsManifestDurationFormat', 'locationName' => 'manifestDurationFormat'], 'MinSegmentLength' => ['shape' => '__integerMin0', 'locationName' => 'minSegmentLength'], 'Mode' => ['shape' => 'HlsMode', 'locationName' => 'mode'], 'OutputSelection' => ['shape' => 'HlsOutputSelection', 'locationName' => 'outputSelection'], 'ProgramDateTime' => ['shape' => 'HlsProgramDateTime', 'locationName' => 'programDateTime'], 'ProgramDateTimePeriod' => ['shape' => '__integerMin0Max3600', 'locationName' => 'programDateTimePeriod'], 'RedundantManifest' => ['shape' => 'HlsRedundantManifest', 'locationName' => 'redundantManifest'], 'SegmentLength' => ['shape' => '__integerMin1', 'locationName' => 'segmentLength'], 'SegmentationMode' => ['shape' => 'HlsSegmentationMode', 'locationName' => 'segmentationMode'], 'SegmentsPerSubdirectory' => ['shape' => '__integerMin1', 'locationName' => 'segmentsPerSubdirectory'], 'StreamInfResolution' => ['shape' => 'HlsStreamInfResolution', 'locationName' => 'streamInfResolution'], 'TimedMetadataId3Frame' => ['shape' => 'HlsTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMin0', 'locationName' => 'timedMetadataId3Period'], 'TimestampDeltaMilliseconds' => ['shape' => '__integerMin0', 'locationName' => 'timestampDeltaMilliseconds'], 'TsFileMode' => ['shape' => 'HlsTsFileMode', 'locationName' => 'tsFileMode']], 'required' => ['Destination']], 'HlsH265PackagingType' => ['type' => 'string', 'enum' => ['HEV1', 'HVC1']], 'HlsId3SegmentTaggingScheduleActionSettings' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => '__string', 'locationName' => 'tag']], 'required' => ['Tag']], 'HlsId3SegmentTaggingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsInputSettings' => ['type' => 'structure', 'members' => ['Bandwidth' => ['shape' => '__integerMin0', 'locationName' => 'bandwidth'], 'BufferSegments' => ['shape' => '__integerMin0', 'locationName' => 'bufferSegments'], 'Retries' => ['shape' => '__integerMin0', 'locationName' => 'retries'], 'RetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'retryInterval']]], 'HlsIvInManifest' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsIvSource' => ['type' => 'string', 'enum' => ['EXPLICIT', 'FOLLOWS_SEGMENT_NUMBER']], 'HlsManifestCompression' => ['type' => 'string', 'enum' => ['GZIP', 'NONE']], 'HlsManifestDurationFormat' => ['type' => 'string', 'enum' => ['FLOATING_POINT', 'INTEGER']], 'HlsMediaStoreSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'MediaStoreStorageClass' => ['shape' => 'HlsMediaStoreStorageClass', 'locationName' => 'mediaStoreStorageClass'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'HlsMediaStoreStorageClass' => ['type' => 'string', 'enum' => ['TEMPORAL']], 'HlsMode' => ['type' => 'string', 'enum' => ['LIVE', 'VOD']], 'HlsOutputSelection' => ['type' => 'string', 'enum' => ['MANIFESTS_AND_SEGMENTS', 'SEGMENTS_ONLY', 'VARIANT_MANIFESTS_AND_SEGMENTS']], 'HlsOutputSettings' => ['type' => 'structure', 'members' => ['H265PackagingType' => ['shape' => 'HlsH265PackagingType', 'locationName' => 'h265PackagingType'], 'HlsSettings' => ['shape' => 'HlsSettings', 'locationName' => 'hlsSettings'], 'NameModifier' => ['shape' => '__stringMin1', 'locationName' => 'nameModifier'], 'SegmentModifier' => ['shape' => '__string', 'locationName' => 'segmentModifier']], 'required' => ['HlsSettings']], 'HlsProgramDateTime' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsRedundantManifest' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'HlsSegmentationMode' => ['type' => 'string', 'enum' => ['USE_INPUT_SEGMENTATION', 'USE_SEGMENT_DURATION']], 'HlsSettings' => ['type' => 'structure', 'members' => ['AudioOnlyHlsSettings' => ['shape' => 'AudioOnlyHlsSettings', 'locationName' => 'audioOnlyHlsSettings'], 'Fmp4HlsSettings' => ['shape' => 'Fmp4HlsSettings', 'locationName' => 'fmp4HlsSettings'], 'StandardHlsSettings' => ['shape' => 'StandardHlsSettings', 'locationName' => 'standardHlsSettings']]], 'HlsStreamInfResolution' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'HlsTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'HlsTimedMetadataScheduleActionSettings' => ['type' => 'structure', 'members' => ['Id3' => ['shape' => '__string', 'locationName' => 'id3']], 'required' => ['Id3']], 'HlsTsFileMode' => ['type' => 'string', 'enum' => ['SEGMENTED_FILES', 'SINGLE_FILE']], 'HlsWebdavHttpTransferMode' => ['type' => 'string', 'enum' => ['CHUNKED', 'NON_CHUNKED']], 'HlsWebdavSettings' => ['type' => 'structure', 'members' => ['ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'FilecacheDuration' => ['shape' => '__integerMin0Max600', 'locationName' => 'filecacheDuration'], 'HttpTransferMode' => ['shape' => 'HlsWebdavHttpTransferMode', 'locationName' => 'httpTransferMode'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0Max15', 'locationName' => 'restartDelay']]], 'IFrameOnlyPlaylistType' => ['type' => 'string', 'enum' => ['DISABLED', 'STANDARD']], 'ImmediateModeScheduleActionStartSettings' => ['type' => 'structure', 'members' => []], 'Input' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AttachedChannels' => ['shape' => '__listOf__string', 'locationName' => 'attachedChannels'], 'Destinations' => ['shape' => '__listOfInputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputClass' => ['shape' => 'InputClass', 'locationName' => 'inputClass'], 'InputDevices' => ['shape' => '__listOfInputDeviceSettings', 'locationName' => 'inputDevices'], 'InputSourceType' => ['shape' => 'InputSourceType', 'locationName' => 'inputSourceType'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlow', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'Sources' => ['shape' => '__listOfInputSource', 'locationName' => 'sources'], 'State' => ['shape' => 'InputState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'InputType', 'locationName' => 'type']]], 'InputAttachment' => ['type' => 'structure', 'members' => ['AutomaticInputFailoverSettings' => ['shape' => 'AutomaticInputFailoverSettings', 'locationName' => 'automaticInputFailoverSettings'], 'InputAttachmentName' => ['shape' => '__string', 'locationName' => 'inputAttachmentName'], 'InputId' => ['shape' => '__string', 'locationName' => 'inputId'], 'InputSettings' => ['shape' => 'InputSettings', 'locationName' => 'inputSettings']]], 'InputChannelLevel' => ['type' => 'structure', 'members' => ['Gain' => ['shape' => '__integerMinNegative60Max6', 'locationName' => 'gain'], 'InputChannel' => ['shape' => '__integerMin0Max15', 'locationName' => 'inputChannel']], 'required' => ['InputChannel', 'Gain']], 'InputClass' => ['type' => 'string', 'enum' => ['STANDARD', 'SINGLE_PIPELINE']], 'InputClippingSettings' => ['type' => 'structure', 'members' => ['InputTimecodeSource' => ['shape' => 'InputTimecodeSource', 'locationName' => 'inputTimecodeSource'], 'StartTimecode' => ['shape' => 'StartTimecode', 'locationName' => 'startTimecode'], 'StopTimecode' => ['shape' => 'StopTimecode', 'locationName' => 'stopTimecode']], 'required' => ['InputTimecodeSource']], 'InputCodec' => ['type' => 'string', 'enum' => ['MPEG2', 'AVC', 'HEVC']], 'InputDeblockFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'InputDenoiseFilter' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'InputDestination' => ['type' => 'structure', 'members' => ['Ip' => ['shape' => '__string', 'locationName' => 'ip'], 'Port' => ['shape' => '__string', 'locationName' => 'port'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Vpc' => ['shape' => 'InputDestinationVpc', 'locationName' => 'vpc']]], 'InputDestinationRequest' => ['type' => 'structure', 'members' => ['StreamName' => ['shape' => '__string', 'locationName' => 'streamName']]], 'InputDestinationVpc' => ['type' => 'structure', 'members' => ['AvailabilityZone' => ['shape' => '__string', 'locationName' => 'availabilityZone'], 'NetworkInterfaceId' => ['shape' => '__string', 'locationName' => 'networkInterfaceId']]], 'InputDevice' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ConnectionState' => ['shape' => 'InputDeviceConnectionState', 'locationName' => 'connectionState'], 'DeviceSettingsSyncState' => ['shape' => 'DeviceSettingsSyncState', 'locationName' => 'deviceSettingsSyncState'], 'HdDeviceSettings' => ['shape' => 'InputDeviceHdSettings', 'locationName' => 'hdDeviceSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MacAddress' => ['shape' => '__string', 'locationName' => 'macAddress'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'NetworkSettings' => ['shape' => 'InputDeviceNetworkSettings', 'locationName' => 'networkSettings'], 'SerialNumber' => ['shape' => '__string', 'locationName' => 'serialNumber'], 'Type' => ['shape' => 'InputDeviceType', 'locationName' => 'type']]], 'InputDeviceActiveInput' => ['type' => 'string', 'enum' => ['HDMI', 'SDI']], 'InputDeviceConfigurableSettings' => ['type' => 'structure', 'members' => ['ConfiguredInput' => ['shape' => 'InputDeviceConfiguredInput', 'locationName' => 'configuredInput'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate']]], 'InputDeviceConfigurationValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']]], 'InputDeviceConfiguredInput' => ['type' => 'string', 'enum' => ['AUTO', 'HDMI', 'SDI']], 'InputDeviceConnectionState' => ['type' => 'string', 'enum' => ['DISCONNECTED', 'CONNECTED']], 'InputDeviceHdSettings' => ['type' => 'structure', 'members' => ['ActiveInput' => ['shape' => 'InputDeviceActiveInput', 'locationName' => 'activeInput'], 'ConfiguredInput' => ['shape' => 'InputDeviceConfiguredInput', 'locationName' => 'configuredInput'], 'DeviceState' => ['shape' => 'InputDeviceState', 'locationName' => 'deviceState'], 'Framerate' => ['shape' => '__double', 'locationName' => 'framerate'], 'Height' => ['shape' => '__integer', 'locationName' => 'height'], 'MaxBitrate' => ['shape' => '__integer', 'locationName' => 'maxBitrate'], 'ScanType' => ['shape' => 'InputDeviceScanType', 'locationName' => 'scanType'], 'Width' => ['shape' => '__integer', 'locationName' => 'width']]], 'InputDeviceIpScheme' => ['type' => 'string', 'enum' => ['STATIC', 'DHCP']], 'InputDeviceNetworkSettings' => ['type' => 'structure', 'members' => ['DnsAddresses' => ['shape' => '__listOf__string', 'locationName' => 'dnsAddresses'], 'Gateway' => ['shape' => '__string', 'locationName' => 'gateway'], 'IpAddress' => ['shape' => '__string', 'locationName' => 'ipAddress'], 'IpScheme' => ['shape' => 'InputDeviceIpScheme', 'locationName' => 'ipScheme'], 'SubnetMask' => ['shape' => '__string', 'locationName' => 'subnetMask']]], 'InputDeviceRequest' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id']]], 'InputDeviceScanType' => ['type' => 'string', 'enum' => ['INTERLACED', 'PROGRESSIVE']], 'InputDeviceSettings' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id']]], 'InputDeviceState' => ['type' => 'string', 'enum' => ['IDLE', 'STREAMING']], 'InputDeviceSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ConnectionState' => ['shape' => 'InputDeviceConnectionState', 'locationName' => 'connectionState'], 'DeviceSettingsSyncState' => ['shape' => 'DeviceSettingsSyncState', 'locationName' => 'deviceSettingsSyncState'], 'HdDeviceSettings' => ['shape' => 'InputDeviceHdSettings', 'locationName' => 'hdDeviceSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MacAddress' => ['shape' => '__string', 'locationName' => 'macAddress'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'NetworkSettings' => ['shape' => 'InputDeviceNetworkSettings', 'locationName' => 'networkSettings'], 'SerialNumber' => ['shape' => '__string', 'locationName' => 'serialNumber'], 'Type' => ['shape' => 'InputDeviceType', 'locationName' => 'type']]], 'InputDeviceType' => ['type' => 'string', 'enum' => ['HD']], 'InputFilter' => ['type' => 'string', 'enum' => ['AUTO', 'DISABLED', 'FORCED']], 'InputLocation' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Uri' => ['shape' => '__string', 'locationName' => 'uri'], 'Username' => ['shape' => '__string', 'locationName' => 'username']], 'required' => ['Uri']], 'InputLossActionForHlsOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForMsSmoothOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForRtmpOut' => ['type' => 'string', 'enum' => ['EMIT_OUTPUT', 'PAUSE_OUTPUT']], 'InputLossActionForUdpOut' => ['type' => 'string', 'enum' => ['DROP_PROGRAM', 'DROP_TS', 'EMIT_PROGRAM']], 'InputLossBehavior' => ['type' => 'structure', 'members' => ['BlackFrameMsec' => ['shape' => '__integerMin0Max1000000', 'locationName' => 'blackFrameMsec'], 'InputLossImageColor' => ['shape' => '__stringMin6Max6', 'locationName' => 'inputLossImageColor'], 'InputLossImageSlate' => ['shape' => 'InputLocation', 'locationName' => 'inputLossImageSlate'], 'InputLossImageType' => ['shape' => 'InputLossImageType', 'locationName' => 'inputLossImageType'], 'RepeatFrameMsec' => ['shape' => '__integerMin0Max1000000', 'locationName' => 'repeatFrameMsec']]], 'InputLossImageType' => ['type' => 'string', 'enum' => ['COLOR', 'SLATE']], 'InputMaximumBitrate' => ['type' => 'string', 'enum' => ['MAX_10_MBPS', 'MAX_20_MBPS', 'MAX_50_MBPS']], 'InputPreference' => ['type' => 'string', 'enum' => ['EQUAL_INPUT_PREFERENCE', 'PRIMARY_INPUT_PREFERRED']], 'InputPrepareScheduleActionSettings' => ['type' => 'structure', 'members' => ['InputAttachmentNameReference' => ['shape' => '__string', 'locationName' => 'inputAttachmentNameReference'], 'InputClippingSettings' => ['shape' => 'InputClippingSettings', 'locationName' => 'inputClippingSettings'], 'UrlPath' => ['shape' => '__listOf__string', 'locationName' => 'urlPath']]], 'InputResolution' => ['type' => 'string', 'enum' => ['SD', 'HD', 'UHD']], 'InputSecurityGroup' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'Inputs' => ['shape' => '__listOf__string', 'locationName' => 'inputs'], 'State' => ['shape' => 'InputSecurityGroupState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRule', 'locationName' => 'whitelistRules']]], 'InputSecurityGroupState' => ['type' => 'string', 'enum' => ['IDLE', 'IN_USE', 'UPDATING', 'DELETED']], 'InputSecurityGroupWhitelistRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']]], 'InputSettings' => ['type' => 'structure', 'members' => ['AudioSelectors' => ['shape' => '__listOfAudioSelector', 'locationName' => 'audioSelectors'], 'CaptionSelectors' => ['shape' => '__listOfCaptionSelector', 'locationName' => 'captionSelectors'], 'DeblockFilter' => ['shape' => 'InputDeblockFilter', 'locationName' => 'deblockFilter'], 'DenoiseFilter' => ['shape' => 'InputDenoiseFilter', 'locationName' => 'denoiseFilter'], 'FilterStrength' => ['shape' => '__integerMin1Max5', 'locationName' => 'filterStrength'], 'InputFilter' => ['shape' => 'InputFilter', 'locationName' => 'inputFilter'], 'NetworkInputSettings' => ['shape' => 'NetworkInputSettings', 'locationName' => 'networkInputSettings'], 'Smpte2038DataPreference' => ['shape' => 'Smpte2038DataPreference', 'locationName' => 'smpte2038DataPreference'], 'SourceEndBehavior' => ['shape' => 'InputSourceEndBehavior', 'locationName' => 'sourceEndBehavior'], 'VideoSelector' => ['shape' => 'VideoSelector', 'locationName' => 'videoSelector']]], 'InputSource' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'InputSourceEndBehavior' => ['type' => 'string', 'enum' => ['CONTINUE', 'LOOP']], 'InputSourceRequest' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'InputSourceType' => ['type' => 'string', 'enum' => ['STATIC', 'DYNAMIC']], 'InputSpecification' => ['type' => 'structure', 'members' => ['Codec' => ['shape' => 'InputCodec', 'locationName' => 'codec'], 'MaximumBitrate' => ['shape' => 'InputMaximumBitrate', 'locationName' => 'maximumBitrate'], 'Resolution' => ['shape' => 'InputResolution', 'locationName' => 'resolution']]], 'InputState' => ['type' => 'string', 'enum' => ['CREATING', 'DETACHED', 'ATTACHED', 'DELETING', 'DELETED']], 'InputSwitchScheduleActionSettings' => ['type' => 'structure', 'members' => ['InputAttachmentNameReference' => ['shape' => '__string', 'locationName' => 'inputAttachmentNameReference'], 'InputClippingSettings' => ['shape' => 'InputClippingSettings', 'locationName' => 'inputClippingSettings'], 'UrlPath' => ['shape' => '__listOf__string', 'locationName' => 'urlPath']], 'required' => ['InputAttachmentNameReference']], 'InputTimecodeSource' => ['type' => 'string', 'enum' => ['ZEROBASED', 'EMBEDDED']], 'InputType' => ['type' => 'string', 'enum' => ['UDP_PUSH', 'RTP_PUSH', 'RTMP_PUSH', 'RTMP_PULL', 'URL_PULL', 'MP4_FILE', 'MEDIACONNECT', 'INPUT_DEVICE']], 'InputVpcRequest' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => '__listOf__string', 'locationName' => 'securityGroupIds'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds']], 'required' => ['SubnetIds']], 'InputWhitelistRule' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => '__string', 'locationName' => 'cidr']]], 'InputWhitelistRuleCidr' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => '__string', 'locationName' => 'cidr']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'InternalServiceError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'InvalidRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'KeyProviderSettings' => ['type' => 'structure', 'members' => ['StaticKeySettings' => ['shape' => 'StaticKeySettings', 'locationName' => 'staticKeySettings']]], 'LastFrameClippingBehavior' => ['type' => 'string', 'enum' => ['EXCLUDE_LAST_FRAME', 'INCLUDE_LAST_FRAME']], 'LimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ListChannelsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListChannelsResponse' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => '__listOfChannelSummary', 'locationName' => 'channels'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListChannelsResultModel' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => '__listOfChannelSummary', 'locationName' => 'channels'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputDevicesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInputDevicesResponse' => ['type' => 'structure', 'members' => ['InputDevices' => ['shape' => '__listOfInputDeviceSummary', 'locationName' => 'inputDevices'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputDevicesResultModel' => ['type' => 'structure', 'members' => ['InputDevices' => ['shape' => '__listOfInputDeviceSummary', 'locationName' => 'inputDevices'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsResponse' => ['type' => 'structure', 'members' => ['InputSecurityGroups' => ['shape' => '__listOfInputSecurityGroup', 'locationName' => 'inputSecurityGroups'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputSecurityGroupsResultModel' => ['type' => 'structure', 'members' => ['InputSecurityGroups' => ['shape' => '__listOfInputSecurityGroup', 'locationName' => 'inputSecurityGroups'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListInputsResponse' => ['type' => 'structure', 'members' => ['Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListInputsResultModel' => ['type' => 'structure', 'members' => ['Inputs' => ['shape' => '__listOfInput', 'locationName' => 'inputs'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexProgramsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['MultiplexId']], 'ListMultiplexProgramsResponse' => ['type' => 'structure', 'members' => ['MultiplexPrograms' => ['shape' => '__listOfMultiplexProgramSummary', 'locationName' => 'multiplexPrograms'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexProgramsResultModel' => ['type' => 'structure', 'members' => ['MultiplexPrograms' => ['shape' => '__listOfMultiplexProgramSummary', 'locationName' => 'multiplexPrograms'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListMultiplexesResponse' => ['type' => 'structure', 'members' => ['Multiplexes' => ['shape' => '__listOfMultiplexSummary', 'locationName' => 'multiplexes'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListMultiplexesResultModel' => ['type' => 'structure', 'members' => ['Multiplexes' => ['shape' => '__listOfMultiplexSummary', 'locationName' => 'multiplexes'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListOfferingsRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelClass'], 'ChannelConfiguration' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelConfiguration'], 'Codec' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'codec'], 'Duration' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'duration'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MaximumBitrate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumFramerate'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Resolution' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'videoQuality']]], 'ListOfferingsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Offerings' => ['shape' => '__listOfOffering', 'locationName' => 'offerings']]], 'ListOfferingsResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Offerings' => ['shape' => '__listOfOffering', 'locationName' => 'offerings']]], 'ListReservationsRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'channelClass'], 'Codec' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'codec'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'MaximumBitrate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'maximumFramerate'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'Resolution' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'videoQuality']]], 'ListReservationsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Reservations' => ['shape' => '__listOfReservation', 'locationName' => 'reservations']]], 'ListReservationsResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Reservations' => ['shape' => '__listOfReservation', 'locationName' => 'reservations']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'LogLevel' => ['type' => 'string', 'enum' => ['ERROR', 'WARNING', 'INFO', 'DEBUG', 'DISABLED']], 'M2tsAbsentInputAudioBehavior' => ['type' => 'string', 'enum' => ['DROP', 'ENCODE_SILENCE']], 'M2tsArib' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'M2tsAribCaptionsPidControl' => ['type' => 'string', 'enum' => ['AUTO', 'USE_CONFIGURED']], 'M2tsAudioBufferModel' => ['type' => 'string', 'enum' => ['ATSC', 'DVB']], 'M2tsAudioInterval' => ['type' => 'string', 'enum' => ['VIDEO_AND_FIXED_INTERVALS', 'VIDEO_INTERVAL']], 'M2tsAudioStreamType' => ['type' => 'string', 'enum' => ['ATSC', 'DVB']], 'M2tsBufferModel' => ['type' => 'string', 'enum' => ['MULTIPLEX', 'NONE']], 'M2tsCcDescriptor' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'M2tsEbifControl' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsEbpPlacement' => ['type' => 'string', 'enum' => ['VIDEO_AND_AUDIO_PIDS', 'VIDEO_PID']], 'M2tsEsRateInPes' => ['type' => 'string', 'enum' => ['EXCLUDE', 'INCLUDE']], 'M2tsKlv' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsNielsenId3Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M2tsPcrControl' => ['type' => 'string', 'enum' => ['CONFIGURED_PCR_PERIOD', 'PCR_EVERY_PES_PACKET']], 'M2tsRateMode' => ['type' => 'string', 'enum' => ['CBR', 'VBR']], 'M2tsScte35Control' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH']], 'M2tsSegmentationMarkers' => ['type' => 'string', 'enum' => ['EBP', 'EBP_LEGACY', 'NONE', 'PSI_SEGSTART', 'RAI_ADAPT', 'RAI_SEGSTART']], 'M2tsSegmentationStyle' => ['type' => 'string', 'enum' => ['MAINTAIN_CADENCE', 'RESET_CADENCE']], 'M2tsSettings' => ['type' => 'structure', 'members' => ['AbsentInputAudioBehavior' => ['shape' => 'M2tsAbsentInputAudioBehavior', 'locationName' => 'absentInputAudioBehavior'], 'Arib' => ['shape' => 'M2tsArib', 'locationName' => 'arib'], 'AribCaptionsPid' => ['shape' => '__string', 'locationName' => 'aribCaptionsPid'], 'AribCaptionsPidControl' => ['shape' => 'M2tsAribCaptionsPidControl', 'locationName' => 'aribCaptionsPidControl'], 'AudioBufferModel' => ['shape' => 'M2tsAudioBufferModel', 'locationName' => 'audioBufferModel'], 'AudioFramesPerPes' => ['shape' => '__integerMin0', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__string', 'locationName' => 'audioPids'], 'AudioStreamType' => ['shape' => 'M2tsAudioStreamType', 'locationName' => 'audioStreamType'], 'Bitrate' => ['shape' => '__integerMin0', 'locationName' => 'bitrate'], 'BufferModel' => ['shape' => 'M2tsBufferModel', 'locationName' => 'bufferModel'], 'CcDescriptor' => ['shape' => 'M2tsCcDescriptor', 'locationName' => 'ccDescriptor'], 'DvbNitSettings' => ['shape' => 'DvbNitSettings', 'locationName' => 'dvbNitSettings'], 'DvbSdtSettings' => ['shape' => 'DvbSdtSettings', 'locationName' => 'dvbSdtSettings'], 'DvbSubPids' => ['shape' => '__string', 'locationName' => 'dvbSubPids'], 'DvbTdtSettings' => ['shape' => 'DvbTdtSettings', 'locationName' => 'dvbTdtSettings'], 'DvbTeletextPid' => ['shape' => '__string', 'locationName' => 'dvbTeletextPid'], 'Ebif' => ['shape' => 'M2tsEbifControl', 'locationName' => 'ebif'], 'EbpAudioInterval' => ['shape' => 'M2tsAudioInterval', 'locationName' => 'ebpAudioInterval'], 'EbpLookaheadMs' => ['shape' => '__integerMin0Max10000', 'locationName' => 'ebpLookaheadMs'], 'EbpPlacement' => ['shape' => 'M2tsEbpPlacement', 'locationName' => 'ebpPlacement'], 'EcmPid' => ['shape' => '__string', 'locationName' => 'ecmPid'], 'EsRateInPes' => ['shape' => 'M2tsEsRateInPes', 'locationName' => 'esRateInPes'], 'EtvPlatformPid' => ['shape' => '__string', 'locationName' => 'etvPlatformPid'], 'EtvSignalPid' => ['shape' => '__string', 'locationName' => 'etvSignalPid'], 'FragmentTime' => ['shape' => '__doubleMin0', 'locationName' => 'fragmentTime'], 'Klv' => ['shape' => 'M2tsKlv', 'locationName' => 'klv'], 'KlvDataPids' => ['shape' => '__string', 'locationName' => 'klvDataPids'], 'NielsenId3Behavior' => ['shape' => 'M2tsNielsenId3Behavior', 'locationName' => 'nielsenId3Behavior'], 'NullPacketBitrate' => ['shape' => '__doubleMin0', 'locationName' => 'nullPacketBitrate'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M2tsPcrControl', 'locationName' => 'pcrControl'], 'PcrPeriod' => ['shape' => '__integerMin0Max500', 'locationName' => 'pcrPeriod'], 'PcrPid' => ['shape' => '__string', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__string', 'locationName' => 'pmtPid'], 'ProgramNum' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNum'], 'RateMode' => ['shape' => 'M2tsRateMode', 'locationName' => 'rateMode'], 'Scte27Pids' => ['shape' => '__string', 'locationName' => 'scte27Pids'], 'Scte35Control' => ['shape' => 'M2tsScte35Control', 'locationName' => 'scte35Control'], 'Scte35Pid' => ['shape' => '__string', 'locationName' => 'scte35Pid'], 'SegmentationMarkers' => ['shape' => 'M2tsSegmentationMarkers', 'locationName' => 'segmentationMarkers'], 'SegmentationStyle' => ['shape' => 'M2tsSegmentationStyle', 'locationName' => 'segmentationStyle'], 'SegmentationTime' => ['shape' => '__doubleMin1', 'locationName' => 'segmentationTime'], 'TimedMetadataBehavior' => ['shape' => 'M2tsTimedMetadataBehavior', 'locationName' => 'timedMetadataBehavior'], 'TimedMetadataPid' => ['shape' => '__string', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__string', 'locationName' => 'videoPid']]], 'M2tsTimedMetadataBehavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8NielsenId3Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8PcrControl' => ['type' => 'string', 'enum' => ['CONFIGURED_PCR_PERIOD', 'PCR_EVERY_PES_PACKET']], 'M3u8Scte35Behavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'M3u8Settings' => ['type' => 'structure', 'members' => ['AudioFramesPerPes' => ['shape' => '__integerMin0', 'locationName' => 'audioFramesPerPes'], 'AudioPids' => ['shape' => '__string', 'locationName' => 'audioPids'], 'EcmPid' => ['shape' => '__string', 'locationName' => 'ecmPid'], 'NielsenId3Behavior' => ['shape' => 'M3u8NielsenId3Behavior', 'locationName' => 'nielsenId3Behavior'], 'PatInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'patInterval'], 'PcrControl' => ['shape' => 'M3u8PcrControl', 'locationName' => 'pcrControl'], 'PcrPeriod' => ['shape' => '__integerMin0Max500', 'locationName' => 'pcrPeriod'], 'PcrPid' => ['shape' => '__string', 'locationName' => 'pcrPid'], 'PmtInterval' => ['shape' => '__integerMin0Max1000', 'locationName' => 'pmtInterval'], 'PmtPid' => ['shape' => '__string', 'locationName' => 'pmtPid'], 'ProgramNum' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNum'], 'Scte35Behavior' => ['shape' => 'M3u8Scte35Behavior', 'locationName' => 'scte35Behavior'], 'Scte35Pid' => ['shape' => '__string', 'locationName' => 'scte35Pid'], 'TimedMetadataBehavior' => ['shape' => 'M3u8TimedMetadataBehavior', 'locationName' => 'timedMetadataBehavior'], 'TimedMetadataPid' => ['shape' => '__string', 'locationName' => 'timedMetadataPid'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'VideoPid' => ['shape' => '__string', 'locationName' => 'videoPid']]], 'M3u8TimedMetadataBehavior' => ['type' => 'string', 'enum' => ['NO_PASSTHROUGH', 'PASSTHROUGH']], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 1000], 'MediaConnectFlow' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'MediaConnectFlowRequest' => ['type' => 'structure', 'members' => ['FlowArn' => ['shape' => '__string', 'locationName' => 'flowArn']]], 'MediaPackageGroupSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'MediaPackageOutputDestinationSettings' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__stringMin1', 'locationName' => 'channelId']]], 'MediaPackageOutputSettings' => ['type' => 'structure', 'members' => []], 'Mp2CodingMode' => ['type' => 'string', 'enum' => ['CODING_MODE_1_0', 'CODING_MODE_2_0']], 'Mp2Settings' => ['type' => 'structure', 'members' => ['Bitrate' => ['shape' => '__double', 'locationName' => 'bitrate'], 'CodingMode' => ['shape' => 'Mp2CodingMode', 'locationName' => 'codingMode'], 'SampleRate' => ['shape' => '__double', 'locationName' => 'sampleRate']]], 'MsSmoothGroupSettings' => ['type' => 'structure', 'members' => ['AcquisitionPointId' => ['shape' => '__string', 'locationName' => 'acquisitionPointId'], 'AudioOnlyTimecodeControl' => ['shape' => 'SmoothGroupAudioOnlyTimecodeControl', 'locationName' => 'audioOnlyTimecodeControl'], 'CertificateMode' => ['shape' => 'SmoothGroupCertificateMode', 'locationName' => 'certificateMode'], 'ConnectionRetryInterval' => ['shape' => '__integerMin0', 'locationName' => 'connectionRetryInterval'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'EventId' => ['shape' => '__string', 'locationName' => 'eventId'], 'EventIdMode' => ['shape' => 'SmoothGroupEventIdMode', 'locationName' => 'eventIdMode'], 'EventStopBehavior' => ['shape' => 'SmoothGroupEventStopBehavior', 'locationName' => 'eventStopBehavior'], 'FilecacheDuration' => ['shape' => '__integerMin0', 'locationName' => 'filecacheDuration'], 'FragmentLength' => ['shape' => '__integerMin1', 'locationName' => 'fragmentLength'], 'InputLossAction' => ['shape' => 'InputLossActionForMsSmoothOut', 'locationName' => 'inputLossAction'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries'], 'RestartDelay' => ['shape' => '__integerMin0', 'locationName' => 'restartDelay'], 'SegmentationMode' => ['shape' => 'SmoothGroupSegmentationMode', 'locationName' => 'segmentationMode'], 'SendDelayMs' => ['shape' => '__integerMin0Max10000', 'locationName' => 'sendDelayMs'], 'SparseTrackType' => ['shape' => 'SmoothGroupSparseTrackType', 'locationName' => 'sparseTrackType'], 'StreamManifestBehavior' => ['shape' => 'SmoothGroupStreamManifestBehavior', 'locationName' => 'streamManifestBehavior'], 'TimestampOffset' => ['shape' => '__string', 'locationName' => 'timestampOffset'], 'TimestampOffsetMode' => ['shape' => 'SmoothGroupTimestampOffsetMode', 'locationName' => 'timestampOffsetMode']], 'required' => ['Destination']], 'MsSmoothH265PackagingType' => ['type' => 'string', 'enum' => ['HEV1', 'HVC1']], 'MsSmoothOutputSettings' => ['type' => 'structure', 'members' => ['H265PackagingType' => ['shape' => 'MsSmoothH265PackagingType', 'locationName' => 'h265PackagingType'], 'NameModifier' => ['shape' => '__string', 'locationName' => 'nameModifier']]], 'Multiplex' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'MultiplexConfigurationValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']]], 'MultiplexGroupSettings' => ['type' => 'structure', 'members' => []], 'MultiplexMediaConnectOutputDestinationSettings' => ['type' => 'structure', 'members' => ['EntitlementArn' => ['shape' => '__stringMin1', 'locationName' => 'entitlementArn']]], 'MultiplexOutputDestination' => ['type' => 'structure', 'members' => ['MediaConnectSettings' => ['shape' => 'MultiplexMediaConnectOutputDestinationSettings', 'locationName' => 'mediaConnectSettings']]], 'MultiplexOutputSettings' => ['type' => 'structure', 'members' => ['Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination']], 'required' => ['Destination']], 'MultiplexProgram' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'PacketIdentifiersMap' => ['shape' => 'MultiplexProgramPacketIdentifiersMap', 'locationName' => 'packetIdentifiersMap'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'MultiplexProgramChannelDestinationSettings' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__stringMin1', 'locationName' => 'multiplexId'], 'ProgramName' => ['shape' => '__stringMin1', 'locationName' => 'programName']]], 'MultiplexProgramPacketIdentifiersMap' => ['type' => 'structure', 'members' => ['AudioPids' => ['shape' => '__listOf__integer', 'locationName' => 'audioPids'], 'DvbSubPids' => ['shape' => '__listOf__integer', 'locationName' => 'dvbSubPids'], 'DvbTeletextPid' => ['shape' => '__integer', 'locationName' => 'dvbTeletextPid'], 'EtvPlatformPid' => ['shape' => '__integer', 'locationName' => 'etvPlatformPid'], 'EtvSignalPid' => ['shape' => '__integer', 'locationName' => 'etvSignalPid'], 'KlvDataPids' => ['shape' => '__listOf__integer', 'locationName' => 'klvDataPids'], 'PcrPid' => ['shape' => '__integer', 'locationName' => 'pcrPid'], 'PmtPid' => ['shape' => '__integer', 'locationName' => 'pmtPid'], 'PrivateMetadataPid' => ['shape' => '__integer', 'locationName' => 'privateMetadataPid'], 'Scte27Pids' => ['shape' => '__listOf__integer', 'locationName' => 'scte27Pids'], 'Scte35Pid' => ['shape' => '__integer', 'locationName' => 'scte35Pid'], 'TimedMetadataPid' => ['shape' => '__integer', 'locationName' => 'timedMetadataPid'], 'VideoPid' => ['shape' => '__integer', 'locationName' => 'videoPid']]], 'MultiplexProgramServiceDescriptor' => ['type' => 'structure', 'members' => ['ProviderName' => ['shape' => '__stringMax256', 'locationName' => 'providerName'], 'ServiceName' => ['shape' => '__stringMax256', 'locationName' => 'serviceName']], 'required' => ['ProviderName', 'ServiceName']], 'MultiplexProgramSettings' => ['type' => 'structure', 'members' => ['PreferredChannelPipeline' => ['shape' => 'PreferredChannelPipeline', 'locationName' => 'preferredChannelPipeline'], 'ProgramNumber' => ['shape' => '__integerMin0Max65535', 'locationName' => 'programNumber'], 'ServiceDescriptor' => ['shape' => 'MultiplexProgramServiceDescriptor', 'locationName' => 'serviceDescriptor'], 'VideoSettings' => ['shape' => 'MultiplexVideoSettings', 'locationName' => 'videoSettings']], 'required' => ['ProgramNumber']], 'MultiplexProgramSummary' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'locationName' => 'channelId'], 'ProgramName' => ['shape' => '__string', 'locationName' => 'programName']]], 'MultiplexSettings' => ['type' => 'structure', 'members' => ['MaximumVideoBufferDelayMilliseconds' => ['shape' => '__integerMin1000Max3000', 'locationName' => 'maximumVideoBufferDelayMilliseconds'], 'TransportStreamBitrate' => ['shape' => '__integerMin1000000Max100000000', 'locationName' => 'transportStreamBitrate'], 'TransportStreamId' => ['shape' => '__integerMin0Max65535', 'locationName' => 'transportStreamId'], 'TransportStreamReservedBitrate' => ['shape' => '__integerMin0Max100000000', 'locationName' => 'transportStreamReservedBitrate']], 'required' => ['TransportStreamBitrate', 'TransportStreamId']], 'MultiplexSettingsSummary' => ['type' => 'structure', 'members' => ['TransportStreamBitrate' => ['shape' => '__integerMin1000000Max100000000', 'locationName' => 'transportStreamBitrate']]], 'MultiplexState' => ['type' => 'string', 'enum' => ['CREATING', 'CREATE_FAILED', 'IDLE', 'STARTING', 'RUNNING', 'RECOVERING', 'STOPPING', 'DELETING', 'DELETED']], 'MultiplexStatmuxVideoSettings' => ['type' => 'structure', 'members' => ['MaximumBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'maximumBitrate'], 'MinimumBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'minimumBitrate']]], 'MultiplexSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettingsSummary', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'MultiplexVideoSettings' => ['type' => 'structure', 'members' => ['ConstantBitrate' => ['shape' => '__integerMin100000Max100000000', 'locationName' => 'constantBitrate'], 'StatmuxSettings' => ['shape' => 'MultiplexStatmuxVideoSettings', 'locationName' => 'statmuxSettings']]], 'NetworkInputServerValidation' => ['type' => 'string', 'enum' => ['CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME', 'CHECK_CRYPTOGRAPHY_ONLY']], 'NetworkInputSettings' => ['type' => 'structure', 'members' => ['HlsInputSettings' => ['shape' => 'HlsInputSettings', 'locationName' => 'hlsInputSettings'], 'ServerValidation' => ['shape' => 'NetworkInputServerValidation', 'locationName' => 'serverValidation']]], 'NielsenConfiguration' => ['type' => 'structure', 'members' => ['DistributorId' => ['shape' => '__string', 'locationName' => 'distributorId'], 'NielsenPcmToId3Tagging' => ['shape' => 'NielsenPcmToId3TaggingState', 'locationName' => 'nielsenPcmToId3Tagging']]], 'NielsenPcmToId3TaggingState' => ['type' => 'string', 'enum' => ['DISABLED', 'ENABLED']], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'Offering' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'OfferingDurationUnits' => ['type' => 'string', 'enum' => ['MONTHS']], 'OfferingType' => ['type' => 'string', 'enum' => ['NO_UPFRONT']], 'Output' => ['type' => 'structure', 'members' => ['AudioDescriptionNames' => ['shape' => '__listOf__string', 'locationName' => 'audioDescriptionNames'], 'CaptionDescriptionNames' => ['shape' => '__listOf__string', 'locationName' => 'captionDescriptionNames'], 'OutputName' => ['shape' => '__stringMin1Max255', 'locationName' => 'outputName'], 'OutputSettings' => ['shape' => 'OutputSettings', 'locationName' => 'outputSettings'], 'VideoDescriptionName' => ['shape' => '__string', 'locationName' => 'videoDescriptionName']], 'required' => ['OutputSettings']], 'OutputDestination' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id'], 'MediaPackageSettings' => ['shape' => '__listOfMediaPackageOutputDestinationSettings', 'locationName' => 'mediaPackageSettings'], 'MultiplexSettings' => ['shape' => 'MultiplexProgramChannelDestinationSettings', 'locationName' => 'multiplexSettings'], 'Settings' => ['shape' => '__listOfOutputDestinationSettings', 'locationName' => 'settings']]], 'OutputDestinationSettings' => ['type' => 'structure', 'members' => ['PasswordParam' => ['shape' => '__string', 'locationName' => 'passwordParam'], 'StreamName' => ['shape' => '__string', 'locationName' => 'streamName'], 'Url' => ['shape' => '__string', 'locationName' => 'url'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'OutputGroup' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__stringMax32', 'locationName' => 'name'], 'OutputGroupSettings' => ['shape' => 'OutputGroupSettings', 'locationName' => 'outputGroupSettings'], 'Outputs' => ['shape' => '__listOfOutput', 'locationName' => 'outputs']], 'required' => ['Outputs', 'OutputGroupSettings']], 'OutputGroupSettings' => ['type' => 'structure', 'members' => ['ArchiveGroupSettings' => ['shape' => 'ArchiveGroupSettings', 'locationName' => 'archiveGroupSettings'], 'FrameCaptureGroupSettings' => ['shape' => 'FrameCaptureGroupSettings', 'locationName' => 'frameCaptureGroupSettings'], 'HlsGroupSettings' => ['shape' => 'HlsGroupSettings', 'locationName' => 'hlsGroupSettings'], 'MediaPackageGroupSettings' => ['shape' => 'MediaPackageGroupSettings', 'locationName' => 'mediaPackageGroupSettings'], 'MsSmoothGroupSettings' => ['shape' => 'MsSmoothGroupSettings', 'locationName' => 'msSmoothGroupSettings'], 'MultiplexGroupSettings' => ['shape' => 'MultiplexGroupSettings', 'locationName' => 'multiplexGroupSettings'], 'RtmpGroupSettings' => ['shape' => 'RtmpGroupSettings', 'locationName' => 'rtmpGroupSettings'], 'UdpGroupSettings' => ['shape' => 'UdpGroupSettings', 'locationName' => 'udpGroupSettings']]], 'OutputLocationRef' => ['type' => 'structure', 'members' => ['DestinationRefId' => ['shape' => '__string', 'locationName' => 'destinationRefId']]], 'OutputSettings' => ['type' => 'structure', 'members' => ['ArchiveOutputSettings' => ['shape' => 'ArchiveOutputSettings', 'locationName' => 'archiveOutputSettings'], 'FrameCaptureOutputSettings' => ['shape' => 'FrameCaptureOutputSettings', 'locationName' => 'frameCaptureOutputSettings'], 'HlsOutputSettings' => ['shape' => 'HlsOutputSettings', 'locationName' => 'hlsOutputSettings'], 'MediaPackageOutputSettings' => ['shape' => 'MediaPackageOutputSettings', 'locationName' => 'mediaPackageOutputSettings'], 'MsSmoothOutputSettings' => ['shape' => 'MsSmoothOutputSettings', 'locationName' => 'msSmoothOutputSettings'], 'MultiplexOutputSettings' => ['shape' => 'MultiplexOutputSettings', 'locationName' => 'multiplexOutputSettings'], 'RtmpOutputSettings' => ['shape' => 'RtmpOutputSettings', 'locationName' => 'rtmpOutputSettings'], 'UdpOutputSettings' => ['shape' => 'UdpOutputSettings', 'locationName' => 'udpOutputSettings']]], 'PassThroughSettings' => ['type' => 'structure', 'members' => []], 'PauseStateScheduleActionSettings' => ['type' => 'structure', 'members' => ['Pipelines' => ['shape' => '__listOfPipelinePauseStateSettings', 'locationName' => 'pipelines']]], 'PipelineDetail' => ['type' => 'structure', 'members' => ['ActiveInputAttachmentName' => ['shape' => '__string', 'locationName' => 'activeInputAttachmentName'], 'ActiveInputSwitchActionName' => ['shape' => '__string', 'locationName' => 'activeInputSwitchActionName'], 'PipelineId' => ['shape' => '__string', 'locationName' => 'pipelineId']]], 'PipelineId' => ['type' => 'string', 'enum' => ['PIPELINE_0', 'PIPELINE_1']], 'PipelinePauseStateSettings' => ['type' => 'structure', 'members' => ['PipelineId' => ['shape' => 'PipelineId', 'locationName' => 'pipelineId']], 'required' => ['PipelineId']], 'PreferredChannelPipeline' => ['type' => 'string', 'enum' => ['CURRENTLY_ACTIVE', 'PIPELINE_0', 'PIPELINE_1']], 'PurchaseOffering' => ['type' => 'structure', 'members' => ['Count' => ['shape' => '__integerMin1', 'locationName' => 'count'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['Count']], 'PurchaseOfferingRequest' => ['type' => 'structure', 'members' => ['Count' => ['shape' => '__integerMin1', 'locationName' => 'count'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'offeringId'], 'RequestId' => ['shape' => '__string', 'locationName' => 'requestId', 'idempotencyToken' => \true], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['OfferingId', 'Count']], 'PurchaseOfferingResponse' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'PurchaseOfferingResultModel' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'Rec601Settings' => ['type' => 'structure', 'members' => []], 'Rec709Settings' => ['type' => 'structure', 'members' => []], 'RemixSettings' => ['type' => 'structure', 'members' => ['ChannelMappings' => ['shape' => '__listOfAudioChannelMapping', 'locationName' => 'channelMappings'], 'ChannelsIn' => ['shape' => '__integerMin1Max16', 'locationName' => 'channelsIn'], 'ChannelsOut' => ['shape' => '__integerMin1Max8', 'locationName' => 'channelsOut']], 'required' => ['ChannelMappings']], 'Reservation' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Count' => ['shape' => '__integer', 'locationName' => 'count'], 'CurrencyCode' => ['shape' => '__string', 'locationName' => 'currencyCode'], 'Duration' => ['shape' => '__integer', 'locationName' => 'duration'], 'DurationUnits' => ['shape' => 'OfferingDurationUnits', 'locationName' => 'durationUnits'], 'End' => ['shape' => '__string', 'locationName' => 'end'], 'FixedPrice' => ['shape' => '__double', 'locationName' => 'fixedPrice'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'OfferingDescription' => ['shape' => '__string', 'locationName' => 'offeringDescription'], 'OfferingId' => ['shape' => '__string', 'locationName' => 'offeringId'], 'OfferingType' => ['shape' => 'OfferingType', 'locationName' => 'offeringType'], 'Region' => ['shape' => '__string', 'locationName' => 'region'], 'ReservationId' => ['shape' => '__string', 'locationName' => 'reservationId'], 'ResourceSpecification' => ['shape' => 'ReservationResourceSpecification', 'locationName' => 'resourceSpecification'], 'Start' => ['shape' => '__string', 'locationName' => 'start'], 'State' => ['shape' => 'ReservationState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'UsagePrice' => ['shape' => '__double', 'locationName' => 'usagePrice']]], 'ReservationCodec' => ['type' => 'string', 'enum' => ['MPEG2', 'AVC', 'HEVC', 'AUDIO']], 'ReservationMaximumBitrate' => ['type' => 'string', 'enum' => ['MAX_10_MBPS', 'MAX_20_MBPS', 'MAX_50_MBPS']], 'ReservationMaximumFramerate' => ['type' => 'string', 'enum' => ['MAX_30_FPS', 'MAX_60_FPS']], 'ReservationResolution' => ['type' => 'string', 'enum' => ['SD', 'HD', 'FHD', 'UHD']], 'ReservationResourceSpecification' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Codec' => ['shape' => 'ReservationCodec', 'locationName' => 'codec'], 'MaximumBitrate' => ['shape' => 'ReservationMaximumBitrate', 'locationName' => 'maximumBitrate'], 'MaximumFramerate' => ['shape' => 'ReservationMaximumFramerate', 'locationName' => 'maximumFramerate'], 'Resolution' => ['shape' => 'ReservationResolution', 'locationName' => 'resolution'], 'ResourceType' => ['shape' => 'ReservationResourceType', 'locationName' => 'resourceType'], 'SpecialFeature' => ['shape' => 'ReservationSpecialFeature', 'locationName' => 'specialFeature'], 'VideoQuality' => ['shape' => 'ReservationVideoQuality', 'locationName' => 'videoQuality']]], 'ReservationResourceType' => ['type' => 'string', 'enum' => ['INPUT', 'OUTPUT', 'MULTIPLEX', 'CHANNEL']], 'ReservationSpecialFeature' => ['type' => 'string', 'enum' => ['ADVANCED_AUDIO', 'AUDIO_NORMALIZATION']], 'ReservationState' => ['type' => 'string', 'enum' => ['ACTIVE', 'EXPIRED', 'CANCELED', 'DELETED']], 'ReservationVideoQuality' => ['type' => 'string', 'enum' => ['STANDARD', 'ENHANCED', 'PREMIUM']], 'ResourceConflict' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']]], 'RtmpCacheFullBehavior' => ['type' => 'string', 'enum' => ['DISCONNECT_IMMEDIATELY', 'WAIT_FOR_SERVER']], 'RtmpCaptionData' => ['type' => 'string', 'enum' => ['ALL', 'FIELD1_608', 'FIELD1_AND_FIELD2_608']], 'RtmpCaptionInfoDestinationSettings' => ['type' => 'structure', 'members' => []], 'RtmpGroupSettings' => ['type' => 'structure', 'members' => ['AuthenticationScheme' => ['shape' => 'AuthenticationScheme', 'locationName' => 'authenticationScheme'], 'CacheFullBehavior' => ['shape' => 'RtmpCacheFullBehavior', 'locationName' => 'cacheFullBehavior'], 'CacheLength' => ['shape' => '__integerMin30', 'locationName' => 'cacheLength'], 'CaptionData' => ['shape' => 'RtmpCaptionData', 'locationName' => 'captionData'], 'InputLossAction' => ['shape' => 'InputLossActionForRtmpOut', 'locationName' => 'inputLossAction'], 'RestartDelay' => ['shape' => '__integerMin0', 'locationName' => 'restartDelay']]], 'RtmpOutputCertificateMode' => ['type' => 'string', 'enum' => ['SELF_SIGNED', 'VERIFY_AUTHENTICITY']], 'RtmpOutputSettings' => ['type' => 'structure', 'members' => ['CertificateMode' => ['shape' => 'RtmpOutputCertificateMode', 'locationName' => 'certificateMode'], 'ConnectionRetryInterval' => ['shape' => '__integerMin1', 'locationName' => 'connectionRetryInterval'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'NumRetries' => ['shape' => '__integerMin0', 'locationName' => 'numRetries']], 'required' => ['Destination']], 'ScheduleAction' => ['type' => 'structure', 'members' => ['ActionName' => ['shape' => '__string', 'locationName' => 'actionName'], 'ScheduleActionSettings' => ['shape' => 'ScheduleActionSettings', 'locationName' => 'scheduleActionSettings'], 'ScheduleActionStartSettings' => ['shape' => 'ScheduleActionStartSettings', 'locationName' => 'scheduleActionStartSettings']], 'required' => ['ActionName', 'ScheduleActionStartSettings', 'ScheduleActionSettings']], 'ScheduleActionSettings' => ['type' => 'structure', 'members' => ['HlsId3SegmentTaggingSettings' => ['shape' => 'HlsId3SegmentTaggingScheduleActionSettings', 'locationName' => 'hlsId3SegmentTaggingSettings'], 'HlsTimedMetadataSettings' => ['shape' => 'HlsTimedMetadataScheduleActionSettings', 'locationName' => 'hlsTimedMetadataSettings'], 'InputPrepareSettings' => ['shape' => 'InputPrepareScheduleActionSettings', 'locationName' => 'inputPrepareSettings'], 'InputSwitchSettings' => ['shape' => 'InputSwitchScheduleActionSettings', 'locationName' => 'inputSwitchSettings'], 'PauseStateSettings' => ['shape' => 'PauseStateScheduleActionSettings', 'locationName' => 'pauseStateSettings'], 'Scte35ReturnToNetworkSettings' => ['shape' => 'Scte35ReturnToNetworkScheduleActionSettings', 'locationName' => 'scte35ReturnToNetworkSettings'], 'Scte35SpliceInsertSettings' => ['shape' => 'Scte35SpliceInsertScheduleActionSettings', 'locationName' => 'scte35SpliceInsertSettings'], 'Scte35TimeSignalSettings' => ['shape' => 'Scte35TimeSignalScheduleActionSettings', 'locationName' => 'scte35TimeSignalSettings'], 'StaticImageActivateSettings' => ['shape' => 'StaticImageActivateScheduleActionSettings', 'locationName' => 'staticImageActivateSettings'], 'StaticImageDeactivateSettings' => ['shape' => 'StaticImageDeactivateScheduleActionSettings', 'locationName' => 'staticImageDeactivateSettings']]], 'ScheduleActionStartSettings' => ['type' => 'structure', 'members' => ['FixedModeScheduleActionStartSettings' => ['shape' => 'FixedModeScheduleActionStartSettings', 'locationName' => 'fixedModeScheduleActionStartSettings'], 'FollowModeScheduleActionStartSettings' => ['shape' => 'FollowModeScheduleActionStartSettings', 'locationName' => 'followModeScheduleActionStartSettings'], 'ImmediateModeScheduleActionStartSettings' => ['shape' => 'ImmediateModeScheduleActionStartSettings', 'locationName' => 'immediateModeScheduleActionStartSettings']]], 'ScheduleDeleteResultModel' => ['type' => 'structure', 'members' => []], 'ScheduleDescribeResultModel' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'ScheduleActions' => ['shape' => '__listOfScheduleAction', 'locationName' => 'scheduleActions']], 'required' => ['ScheduleActions']], 'Scte20Convert608To708' => ['type' => 'string', 'enum' => ['DISABLED', 'UPCONVERT']], 'Scte20PlusEmbeddedDestinationSettings' => ['type' => 'structure', 'members' => []], 'Scte20SourceSettings' => ['type' => 'structure', 'members' => ['Convert608To708' => ['shape' => 'Scte20Convert608To708', 'locationName' => 'convert608To708'], 'Source608ChannelNumber' => ['shape' => '__integerMin1Max4', 'locationName' => 'source608ChannelNumber']]], 'Scte27DestinationSettings' => ['type' => 'structure', 'members' => []], 'Scte27SourceSettings' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin1', 'locationName' => 'pid']]], 'Scte35AposNoRegionalBlackoutBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35AposWebDeliveryAllowedBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35ArchiveAllowedFlag' => ['type' => 'string', 'enum' => ['ARCHIVE_NOT_ALLOWED', 'ARCHIVE_ALLOWED']], 'Scte35DeliveryRestrictions' => ['type' => 'structure', 'members' => ['ArchiveAllowedFlag' => ['shape' => 'Scte35ArchiveAllowedFlag', 'locationName' => 'archiveAllowedFlag'], 'DeviceRestrictions' => ['shape' => 'Scte35DeviceRestrictions', 'locationName' => 'deviceRestrictions'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35NoRegionalBlackoutFlag', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35WebDeliveryAllowedFlag', 'locationName' => 'webDeliveryAllowedFlag']], 'required' => ['DeviceRestrictions', 'ArchiveAllowedFlag', 'WebDeliveryAllowedFlag', 'NoRegionalBlackoutFlag']], 'Scte35Descriptor' => ['type' => 'structure', 'members' => ['Scte35DescriptorSettings' => ['shape' => 'Scte35DescriptorSettings', 'locationName' => 'scte35DescriptorSettings']], 'required' => ['Scte35DescriptorSettings']], 'Scte35DescriptorSettings' => ['type' => 'structure', 'members' => ['SegmentationDescriptorScte35DescriptorSettings' => ['shape' => 'Scte35SegmentationDescriptor', 'locationName' => 'segmentationDescriptorScte35DescriptorSettings']], 'required' => ['SegmentationDescriptorScte35DescriptorSettings']], 'Scte35DeviceRestrictions' => ['type' => 'string', 'enum' => ['NONE', 'RESTRICT_GROUP0', 'RESTRICT_GROUP1', 'RESTRICT_GROUP2']], 'Scte35NoRegionalBlackoutFlag' => ['type' => 'string', 'enum' => ['REGIONAL_BLACKOUT', 'NO_REGIONAL_BLACKOUT']], 'Scte35ReturnToNetworkScheduleActionSettings' => ['type' => 'structure', 'members' => ['SpliceEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'spliceEventId']], 'required' => ['SpliceEventId']], 'Scte35SegmentationCancelIndicator' => ['type' => 'string', 'enum' => ['SEGMENTATION_EVENT_NOT_CANCELED', 'SEGMENTATION_EVENT_CANCELED']], 'Scte35SegmentationDescriptor' => ['type' => 'structure', 'members' => ['DeliveryRestrictions' => ['shape' => 'Scte35DeliveryRestrictions', 'locationName' => 'deliveryRestrictions'], 'SegmentNum' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentNum'], 'SegmentationCancelIndicator' => ['shape' => 'Scte35SegmentationCancelIndicator', 'locationName' => 'segmentationCancelIndicator'], 'SegmentationDuration' => ['shape' => '__longMin0Max1099511627775', 'locationName' => 'segmentationDuration'], 'SegmentationEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'segmentationEventId'], 'SegmentationTypeId' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentationTypeId'], 'SegmentationUpid' => ['shape' => '__string', 'locationName' => 'segmentationUpid'], 'SegmentationUpidType' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentationUpidType'], 'SegmentsExpected' => ['shape' => '__integerMin0Max255', 'locationName' => 'segmentsExpected'], 'SubSegmentNum' => ['shape' => '__integerMin0Max255', 'locationName' => 'subSegmentNum'], 'SubSegmentsExpected' => ['shape' => '__integerMin0Max255', 'locationName' => 'subSegmentsExpected']], 'required' => ['SegmentationEventId', 'SegmentationCancelIndicator']], 'Scte35SpliceInsert' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35SpliceInsertNoRegionalBlackoutBehavior', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35SpliceInsertWebDeliveryAllowedBehavior', 'locationName' => 'webDeliveryAllowedFlag']]], 'Scte35SpliceInsertNoRegionalBlackoutBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35SpliceInsertScheduleActionSettings' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__longMin0Max8589934591', 'locationName' => 'duration'], 'SpliceEventId' => ['shape' => '__longMin0Max4294967295', 'locationName' => 'spliceEventId']], 'required' => ['SpliceEventId']], 'Scte35SpliceInsertWebDeliveryAllowedBehavior' => ['type' => 'string', 'enum' => ['FOLLOW', 'IGNORE']], 'Scte35TimeSignalApos' => ['type' => 'structure', 'members' => ['AdAvailOffset' => ['shape' => '__integerMinNegative1000Max1000', 'locationName' => 'adAvailOffset'], 'NoRegionalBlackoutFlag' => ['shape' => 'Scte35AposNoRegionalBlackoutBehavior', 'locationName' => 'noRegionalBlackoutFlag'], 'WebDeliveryAllowedFlag' => ['shape' => 'Scte35AposWebDeliveryAllowedBehavior', 'locationName' => 'webDeliveryAllowedFlag']]], 'Scte35TimeSignalScheduleActionSettings' => ['type' => 'structure', 'members' => ['Scte35Descriptors' => ['shape' => '__listOfScte35Descriptor', 'locationName' => 'scte35Descriptors']], 'required' => ['Scte35Descriptors']], 'Scte35WebDeliveryAllowedFlag' => ['type' => 'string', 'enum' => ['WEB_DELIVERY_NOT_ALLOWED', 'WEB_DELIVERY_ALLOWED']], 'SmoothGroupAudioOnlyTimecodeControl' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'USE_CONFIGURED_CLOCK']], 'SmoothGroupCertificateMode' => ['type' => 'string', 'enum' => ['SELF_SIGNED', 'VERIFY_AUTHENTICITY']], 'SmoothGroupEventIdMode' => ['type' => 'string', 'enum' => ['NO_EVENT_ID', 'USE_CONFIGURED', 'USE_TIMESTAMP']], 'SmoothGroupEventStopBehavior' => ['type' => 'string', 'enum' => ['NONE', 'SEND_EOS']], 'SmoothGroupSegmentationMode' => ['type' => 'string', 'enum' => ['USE_INPUT_SEGMENTATION', 'USE_SEGMENT_DURATION']], 'SmoothGroupSparseTrackType' => ['type' => 'string', 'enum' => ['NONE', 'SCTE_35', 'SCTE_35_WITHOUT_SEGMENTATION']], 'SmoothGroupStreamManifestBehavior' => ['type' => 'string', 'enum' => ['DO_NOT_SEND', 'SEND']], 'SmoothGroupTimestampOffsetMode' => ['type' => 'string', 'enum' => ['USE_CONFIGURED_OFFSET', 'USE_EVENT_START_DATE']], 'Smpte2038DataPreference' => ['type' => 'string', 'enum' => ['IGNORE', 'PREFER']], 'SmpteTtDestinationSettings' => ['type' => 'structure', 'members' => []], 'StandardHlsSettings' => ['type' => 'structure', 'members' => ['AudioRenditionSets' => ['shape' => '__string', 'locationName' => 'audioRenditionSets'], 'M3u8Settings' => ['shape' => 'M3u8Settings', 'locationName' => 'm3u8Settings']], 'required' => ['M3u8Settings']], 'StartChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'StartChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StartMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'StartMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StartTimecode' => ['type' => 'structure', 'members' => ['Timecode' => ['shape' => '__string', 'locationName' => 'timecode']]], 'StaticImageActivateScheduleActionSettings' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integerMin0', 'locationName' => 'duration'], 'FadeIn' => ['shape' => '__integerMin0', 'locationName' => 'fadeIn'], 'FadeOut' => ['shape' => '__integerMin0', 'locationName' => 'fadeOut'], 'Height' => ['shape' => '__integerMin1', 'locationName' => 'height'], 'Image' => ['shape' => 'InputLocation', 'locationName' => 'image'], 'ImageX' => ['shape' => '__integerMin0', 'locationName' => 'imageX'], 'ImageY' => ['shape' => '__integerMin0', 'locationName' => 'imageY'], 'Layer' => ['shape' => '__integerMin0Max7', 'locationName' => 'layer'], 'Opacity' => ['shape' => '__integerMin0Max100', 'locationName' => 'opacity'], 'Width' => ['shape' => '__integerMin1', 'locationName' => 'width']], 'required' => ['Image']], 'StaticImageDeactivateScheduleActionSettings' => ['type' => 'structure', 'members' => ['FadeOut' => ['shape' => '__integerMin0', 'locationName' => 'fadeOut'], 'Layer' => ['shape' => '__integerMin0Max7', 'locationName' => 'layer']]], 'StaticKeySettings' => ['type' => 'structure', 'members' => ['KeyProviderServer' => ['shape' => 'InputLocation', 'locationName' => 'keyProviderServer'], 'StaticKeyValue' => ['shape' => '__stringMin32Max32', 'locationName' => 'staticKeyValue']], 'required' => ['StaticKeyValue']], 'StopChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId']], 'required' => ['ChannelId']], 'StopChannelResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EgressEndpoints' => ['shape' => '__listOfChannelEgressEndpoint', 'locationName' => 'egressEndpoints'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelineDetails' => ['shape' => '__listOfPipelineDetail', 'locationName' => 'pipelineDetails'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'State' => ['shape' => 'ChannelState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StopMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId']], 'required' => ['MultiplexId']], 'StopMultiplexResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AvailabilityZones' => ['shape' => '__listOf__string', 'locationName' => 'availabilityZones'], 'Destinations' => ['shape' => '__listOfMultiplexOutputDestination', 'locationName' => 'destinations'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'PipelinesRunningCount' => ['shape' => '__integer', 'locationName' => 'pipelinesRunningCount'], 'ProgramCount' => ['shape' => '__integer', 'locationName' => 'programCount'], 'State' => ['shape' => 'MultiplexState', 'locationName' => 'state'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'StopTimecode' => ['type' => 'structure', 'members' => ['LastFrameClippingBehavior' => ['shape' => 'LastFrameClippingBehavior', 'locationName' => 'lastFrameClippingBehavior'], 'Timecode' => ['shape' => '__string', 'locationName' => 'timecode']]], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], 'TagsModel' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'TeletextDestinationSettings' => ['type' => 'structure', 'members' => []], 'TeletextSourceSettings' => ['type' => 'structure', 'members' => ['PageNumber' => ['shape' => '__string', 'locationName' => 'pageNumber']]], 'TemporalFilterPostFilterSharpening' => ['type' => 'string', 'enum' => ['AUTO', 'DISABLED', 'ENABLED']], 'TemporalFilterSettings' => ['type' => 'structure', 'members' => ['PostFilterSharpening' => ['shape' => 'TemporalFilterPostFilterSharpening', 'locationName' => 'postFilterSharpening'], 'Strength' => ['shape' => 'TemporalFilterStrength', 'locationName' => 'strength']]], 'TemporalFilterStrength' => ['type' => 'string', 'enum' => ['AUTO', 'STRENGTH_1', 'STRENGTH_2', 'STRENGTH_3', 'STRENGTH_4', 'STRENGTH_5', 'STRENGTH_6', 'STRENGTH_7', 'STRENGTH_8', 'STRENGTH_9', 'STRENGTH_10', 'STRENGTH_11', 'STRENGTH_12', 'STRENGTH_13', 'STRENGTH_14', 'STRENGTH_15', 'STRENGTH_16']], 'TimecodeConfig' => ['type' => 'structure', 'members' => ['Source' => ['shape' => 'TimecodeConfigSource', 'locationName' => 'source'], 'SyncThreshold' => ['shape' => '__integerMin1Max1000000', 'locationName' => 'syncThreshold']], 'required' => ['Source']], 'TimecodeConfigSource' => ['type' => 'string', 'enum' => ['EMBEDDED', 'SYSTEMCLOCK', 'ZEROBASED']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TtmlDestinationSettings' => ['type' => 'structure', 'members' => ['StyleControl' => ['shape' => 'TtmlDestinationStyleControl', 'locationName' => 'styleControl']]], 'TtmlDestinationStyleControl' => ['type' => 'string', 'enum' => ['PASSTHROUGH', 'USE_CONFIGURED']], 'UdpContainerSettings' => ['type' => 'structure', 'members' => ['M2tsSettings' => ['shape' => 'M2tsSettings', 'locationName' => 'm2tsSettings']]], 'UdpGroupSettings' => ['type' => 'structure', 'members' => ['InputLossAction' => ['shape' => 'InputLossActionForUdpOut', 'locationName' => 'inputLossAction'], 'TimedMetadataId3Frame' => ['shape' => 'UdpTimedMetadataId3Frame', 'locationName' => 'timedMetadataId3Frame'], 'TimedMetadataId3Period' => ['shape' => '__integerMin0', 'locationName' => 'timedMetadataId3Period']]], 'UdpOutputSettings' => ['type' => 'structure', 'members' => ['BufferMsec' => ['shape' => '__integerMin0Max10000', 'locationName' => 'bufferMsec'], 'ContainerSettings' => ['shape' => 'UdpContainerSettings', 'locationName' => 'containerSettings'], 'Destination' => ['shape' => 'OutputLocationRef', 'locationName' => 'destination'], 'FecOutputSettings' => ['shape' => 'FecOutputSettings', 'locationName' => 'fecOutputSettings']], 'required' => ['Destination', 'ContainerSettings']], 'UdpTimedMetadataId3Frame' => ['type' => 'string', 'enum' => ['NONE', 'PRIV', 'TDRL']], 'UnprocessableEntityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string', 'locationName' => 'message'], 'ValidationErrors' => ['shape' => '__listOfValidationError', 'locationName' => 'validationErrors']], 'exception' => \true, 'error' => ['httpStatusCode' => 422]], 'UpdateChannel' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn']]], 'UpdateChannelClass' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations']], 'required' => ['ChannelClass']], 'UpdateChannelClassRequest' => ['type' => 'structure', 'members' => ['ChannelClass' => ['shape' => 'ChannelClass', 'locationName' => 'channelClass'], 'ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations']], 'required' => ['ChannelId', 'ChannelClass']], 'UpdateChannelClassResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateChannelRequest' => ['type' => 'structure', 'members' => ['ChannelId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'channelId'], 'Destinations' => ['shape' => '__listOfOutputDestination', 'locationName' => 'destinations'], 'EncoderSettings' => ['shape' => 'EncoderSettings', 'locationName' => 'encoderSettings'], 'InputAttachments' => ['shape' => '__listOfInputAttachment', 'locationName' => 'inputAttachments'], 'InputSpecification' => ['shape' => 'InputSpecification', 'locationName' => 'inputSpecification'], 'LogLevel' => ['shape' => 'LogLevel', 'locationName' => 'logLevel'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn']], 'required' => ['ChannelId']], 'UpdateChannelResponse' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateChannelResultModel' => ['type' => 'structure', 'members' => ['Channel' => ['shape' => 'Channel', 'locationName' => 'channel']]], 'UpdateInput' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputDevices' => ['shape' => '__listOfInputDeviceRequest', 'locationName' => 'inputDevices'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources']]], 'UpdateInputDevice' => ['type' => 'structure', 'members' => ['HdDeviceSettings' => ['shape' => 'InputDeviceConfigurableSettings', 'locationName' => 'hdDeviceSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'UpdateInputDeviceRequest' => ['type' => 'structure', 'members' => ['HdDeviceSettings' => ['shape' => 'InputDeviceConfigurableSettings', 'locationName' => 'hdDeviceSettings'], 'InputDeviceId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputDeviceId'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['InputDeviceId']], 'UpdateInputDeviceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'ConnectionState' => ['shape' => 'InputDeviceConnectionState', 'locationName' => 'connectionState'], 'DeviceSettingsSyncState' => ['shape' => 'DeviceSettingsSyncState', 'locationName' => 'deviceSettingsSyncState'], 'HdDeviceSettings' => ['shape' => 'InputDeviceHdSettings', 'locationName' => 'hdDeviceSettings'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'MacAddress' => ['shape' => '__string', 'locationName' => 'macAddress'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'NetworkSettings' => ['shape' => 'InputDeviceNetworkSettings', 'locationName' => 'networkSettings'], 'SerialNumber' => ['shape' => '__string', 'locationName' => 'serialNumber'], 'Type' => ['shape' => 'InputDeviceType', 'locationName' => 'type']]], 'UpdateInputRequest' => ['type' => 'structure', 'members' => ['Destinations' => ['shape' => '__listOfInputDestinationRequest', 'locationName' => 'destinations'], 'InputDevices' => ['shape' => '__listOfInputDeviceRequest', 'locationName' => 'inputDevices'], 'InputId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputId'], 'InputSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'inputSecurityGroups'], 'MediaConnectFlows' => ['shape' => '__listOfMediaConnectFlowRequest', 'locationName' => 'mediaConnectFlows'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RoleArn' => ['shape' => '__string', 'locationName' => 'roleArn'], 'Sources' => ['shape' => '__listOfInputSourceRequest', 'locationName' => 'sources']], 'required' => ['InputId']], 'UpdateInputResponse' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'UpdateInputResultModel' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'Input', 'locationName' => 'input']]], 'UpdateInputSecurityGroupRequest' => ['type' => 'structure', 'members' => ['InputSecurityGroupId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'inputSecurityGroupId'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'WhitelistRules' => ['shape' => '__listOfInputWhitelistRuleCidr', 'locationName' => 'whitelistRules']], 'required' => ['InputSecurityGroupId']], 'UpdateInputSecurityGroupResponse' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'UpdateInputSecurityGroupResultModel' => ['type' => 'structure', 'members' => ['SecurityGroup' => ['shape' => 'InputSecurityGroup', 'locationName' => 'securityGroup']]], 'UpdateMultiplex' => ['type' => 'structure', 'members' => ['MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'UpdateMultiplexProgram' => ['type' => 'structure', 'members' => ['MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings']]], 'UpdateMultiplexProgramRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexProgramSettings' => ['shape' => 'MultiplexProgramSettings', 'locationName' => 'multiplexProgramSettings'], 'ProgramName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'programName']], 'required' => ['MultiplexId', 'ProgramName']], 'UpdateMultiplexProgramResponse' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'UpdateMultiplexProgramResultModel' => ['type' => 'structure', 'members' => ['MultiplexProgram' => ['shape' => 'MultiplexProgram', 'locationName' => 'multiplexProgram']]], 'UpdateMultiplexRequest' => ['type' => 'structure', 'members' => ['MultiplexId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'multiplexId'], 'MultiplexSettings' => ['shape' => 'MultiplexSettings', 'locationName' => 'multiplexSettings'], 'Name' => ['shape' => '__string', 'locationName' => 'name']], 'required' => ['MultiplexId']], 'UpdateMultiplexResponse' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'UpdateMultiplexResultModel' => ['type' => 'structure', 'members' => ['Multiplex' => ['shape' => 'Multiplex', 'locationName' => 'multiplex']]], 'UpdateReservation' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'UpdateReservationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name'], 'ReservationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'reservationId']], 'required' => ['ReservationId']], 'UpdateReservationResponse' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'UpdateReservationResultModel' => ['type' => 'structure', 'members' => ['Reservation' => ['shape' => 'Reservation', 'locationName' => 'reservation']]], 'ValidationError' => ['type' => 'structure', 'members' => ['ElementPath' => ['shape' => '__string', 'locationName' => 'elementPath'], 'ErrorMessage' => ['shape' => '__string', 'locationName' => 'errorMessage']]], 'VideoCodecSettings' => ['type' => 'structure', 'members' => ['FrameCaptureSettings' => ['shape' => 'FrameCaptureSettings', 'locationName' => 'frameCaptureSettings'], 'H264Settings' => ['shape' => 'H264Settings', 'locationName' => 'h264Settings'], 'H265Settings' => ['shape' => 'H265Settings', 'locationName' => 'h265Settings']]], 'VideoDescription' => ['type' => 'structure', 'members' => ['CodecSettings' => ['shape' => 'VideoCodecSettings', 'locationName' => 'codecSettings'], 'Height' => ['shape' => '__integer', 'locationName' => 'height'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'RespondToAfd' => ['shape' => 'VideoDescriptionRespondToAfd', 'locationName' => 'respondToAfd'], 'ScalingBehavior' => ['shape' => 'VideoDescriptionScalingBehavior', 'locationName' => 'scalingBehavior'], 'Sharpness' => ['shape' => '__integerMin0Max100', 'locationName' => 'sharpness'], 'Width' => ['shape' => '__integer', 'locationName' => 'width']], 'required' => ['Name']], 'VideoDescriptionRespondToAfd' => ['type' => 'string', 'enum' => ['NONE', 'PASSTHROUGH', 'RESPOND']], 'VideoDescriptionScalingBehavior' => ['type' => 'string', 'enum' => ['DEFAULT', 'STRETCH_TO_OUTPUT']], 'VideoSelector' => ['type' => 'structure', 'members' => ['ColorSpace' => ['shape' => 'VideoSelectorColorSpace', 'locationName' => 'colorSpace'], 'ColorSpaceUsage' => ['shape' => 'VideoSelectorColorSpaceUsage', 'locationName' => 'colorSpaceUsage'], 'SelectorSettings' => ['shape' => 'VideoSelectorSettings', 'locationName' => 'selectorSettings']]], 'VideoSelectorColorSpace' => ['type' => 'string', 'enum' => ['FOLLOW', 'REC_601', 'REC_709']], 'VideoSelectorColorSpaceUsage' => ['type' => 'string', 'enum' => ['FALLBACK', 'FORCE']], 'VideoSelectorPid' => ['type' => 'structure', 'members' => ['Pid' => ['shape' => '__integerMin0Max8191', 'locationName' => 'pid']]], 'VideoSelectorProgramId' => ['type' => 'structure', 'members' => ['ProgramId' => ['shape' => '__integerMin0Max65536', 'locationName' => 'programId']]], 'VideoSelectorSettings' => ['type' => 'structure', 'members' => ['VideoSelectorPid' => ['shape' => 'VideoSelectorPid', 'locationName' => 'videoSelectorPid'], 'VideoSelectorProgramId' => ['shape' => 'VideoSelectorProgramId', 'locationName' => 'videoSelectorProgramId']]], 'WebvttDestinationSettings' => ['type' => 'structure', 'members' => []], 'AcceptHeader' => ['type' => 'string', 'enum' => ['image/jpeg']], 'ContentType' => ['type' => 'string', 'enum' => ['image/jpeg']], 'InputDeviceThumbnail' => ['type' => 'blob', 'streaming' => \true], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__doubleMin0' => ['type' => 'double'], '__doubleMin1' => ['type' => 'double'], '__doubleMinNegative59Max0' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin0' => ['type' => 'integer', 'min' => 0], '__integerMin0Max10' => ['type' => 'integer', 'min' => 0, 'max' => 10], '__integerMin0Max100' => ['type' => 'integer', 'min' => 0, 'max' => 100], '__integerMin0Max1000' => ['type' => 'integer', 'min' => 0, 'max' => 1000], '__integerMin0Max10000' => ['type' => 'integer', 'min' => 0, 'max' => 10000], '__integerMin0Max1000000' => ['type' => 'integer', 'min' => 0, 'max' => 1000000], '__integerMin0Max100000000' => ['type' => 'integer', 'min' => 0, 'max' => 100000000], '__integerMin0Max128' => ['type' => 'integer', 'min' => 0, 'max' => 128], '__integerMin0Max15' => ['type' => 'integer', 'min' => 0, 'max' => 15], '__integerMin0Max255' => ['type' => 'integer', 'min' => 0, 'max' => 255], '__integerMin0Max30' => ['type' => 'integer', 'min' => 0, 'max' => 30], '__integerMin0Max32768' => ['type' => 'integer', 'min' => 0, 'max' => 32768], '__integerMin0Max3600' => ['type' => 'integer', 'min' => 0, 'max' => 3600], '__integerMin0Max500' => ['type' => 'integer', 'min' => 0, 'max' => 500], '__integerMin0Max600' => ['type' => 'integer', 'min' => 0, 'max' => 600], '__integerMin0Max65535' => ['type' => 'integer', 'min' => 0, 'max' => 65535], '__integerMin0Max65536' => ['type' => 'integer', 'min' => 0, 'max' => 65536], '__integerMin0Max7' => ['type' => 'integer', 'min' => 0, 'max' => 7], '__integerMin0Max8191' => ['type' => 'integer', 'min' => 0, 'max' => 8191], '__integerMin1' => ['type' => 'integer', 'min' => 1], '__integerMin1000' => ['type' => 'integer', 'min' => 1000], '__integerMin1000000Max100000000' => ['type' => 'integer', 'min' => 1000000, 'max' => 100000000], '__integerMin100000Max100000000' => ['type' => 'integer', 'min' => 100000, 'max' => 100000000], '__integerMin100000Max40000000' => ['type' => 'integer', 'min' => 100000, 'max' => 40000000], '__integerMin100000Max80000000' => ['type' => 'integer', 'min' => 100000, 'max' => 80000000], '__integerMin1000Max3000' => ['type' => 'integer', 'min' => 1000, 'max' => 3000], '__integerMin1000Max30000' => ['type' => 'integer', 'min' => 1000, 'max' => 30000], '__integerMin1Max10' => ['type' => 'integer', 'min' => 1, 'max' => 10], '__integerMin1Max1000000' => ['type' => 'integer', 'min' => 1, 'max' => 1000000], '__integerMin1Max16' => ['type' => 'integer', 'min' => 1, 'max' => 16], '__integerMin1Max20' => ['type' => 'integer', 'min' => 1, 'max' => 20], '__integerMin1Max3003' => ['type' => 'integer', 'min' => 1, 'max' => 3003], '__integerMin1Max31' => ['type' => 'integer', 'min' => 1, 'max' => 31], '__integerMin1Max32' => ['type' => 'integer', 'min' => 1, 'max' => 32], '__integerMin1Max3600000' => ['type' => 'integer', 'min' => 1, 'max' => 3600000], '__integerMin1Max4' => ['type' => 'integer', 'min' => 1, 'max' => 4], '__integerMin1Max5' => ['type' => 'integer', 'min' => 1, 'max' => 5], '__integerMin1Max6' => ['type' => 'integer', 'min' => 1, 'max' => 6], '__integerMin1Max8' => ['type' => 'integer', 'min' => 1, 'max' => 8], '__integerMin25Max10000' => ['type' => 'integer', 'min' => 25, 'max' => 10000], '__integerMin25Max2000' => ['type' => 'integer', 'min' => 25, 'max' => 2000], '__integerMin3' => ['type' => 'integer', 'min' => 3], '__integerMin30' => ['type' => 'integer', 'min' => 30], '__integerMin4Max20' => ['type' => 'integer', 'min' => 4, 'max' => 20], '__integerMin96Max600' => ['type' => 'integer', 'min' => 96, 'max' => 600], '__integerMinNegative1000Max1000' => ['type' => 'integer', 'min' => -1000, 'max' => 1000], '__integerMinNegative60Max6' => ['type' => 'integer', 'min' => -60, 'max' => 6], '__integerMinNegative60Max60' => ['type' => 'integer', 'min' => -60, 'max' => 60], '__listOfAudioChannelMapping' => ['type' => 'list', 'member' => ['shape' => 'AudioChannelMapping']], '__listOfAudioDescription' => ['type' => 'list', 'member' => ['shape' => 'AudioDescription']], '__listOfAudioSelector' => ['type' => 'list', 'member' => ['shape' => 'AudioSelector']], '__listOfAudioTrack' => ['type' => 'list', 'member' => ['shape' => 'AudioTrack']], '__listOfCaptionDescription' => ['type' => 'list', 'member' => ['shape' => 'CaptionDescription']], '__listOfCaptionLanguageMapping' => ['type' => 'list', 'member' => ['shape' => 'CaptionLanguageMapping']], '__listOfCaptionSelector' => ['type' => 'list', 'member' => ['shape' => 'CaptionSelector']], '__listOfChannelEgressEndpoint' => ['type' => 'list', 'member' => ['shape' => 'ChannelEgressEndpoint']], '__listOfChannelSummary' => ['type' => 'list', 'member' => ['shape' => 'ChannelSummary']], '__listOfHlsAdMarkers' => ['type' => 'list', 'member' => ['shape' => 'HlsAdMarkers']], '__listOfInput' => ['type' => 'list', 'member' => ['shape' => 'Input']], '__listOfInputAttachment' => ['type' => 'list', 'member' => ['shape' => 'InputAttachment']], '__listOfInputChannelLevel' => ['type' => 'list', 'member' => ['shape' => 'InputChannelLevel']], '__listOfInputDestination' => ['type' => 'list', 'member' => ['shape' => 'InputDestination']], '__listOfInputDestinationRequest' => ['type' => 'list', 'member' => ['shape' => 'InputDestinationRequest']], '__listOfInputDeviceRequest' => ['type' => 'list', 'member' => ['shape' => 'InputDeviceRequest']], '__listOfInputDeviceSettings' => ['type' => 'list', 'member' => ['shape' => 'InputDeviceSettings']], '__listOfInputDeviceSummary' => ['type' => 'list', 'member' => ['shape' => 'InputDeviceSummary']], '__listOfInputSecurityGroup' => ['type' => 'list', 'member' => ['shape' => 'InputSecurityGroup']], '__listOfInputSource' => ['type' => 'list', 'member' => ['shape' => 'InputSource']], '__listOfInputSourceRequest' => ['type' => 'list', 'member' => ['shape' => 'InputSourceRequest']], '__listOfInputWhitelistRule' => ['type' => 'list', 'member' => ['shape' => 'InputWhitelistRule']], '__listOfInputWhitelistRuleCidr' => ['type' => 'list', 'member' => ['shape' => 'InputWhitelistRuleCidr']], '__listOfMediaConnectFlow' => ['type' => 'list', 'member' => ['shape' => 'MediaConnectFlow']], '__listOfMediaConnectFlowRequest' => ['type' => 'list', 'member' => ['shape' => 'MediaConnectFlowRequest']], '__listOfMediaPackageOutputDestinationSettings' => ['type' => 'list', 'member' => ['shape' => 'MediaPackageOutputDestinationSettings']], '__listOfMultiplexOutputDestination' => ['type' => 'list', 'member' => ['shape' => 'MultiplexOutputDestination']], '__listOfMultiplexProgramSummary' => ['type' => 'list', 'member' => ['shape' => 'MultiplexProgramSummary']], '__listOfMultiplexSummary' => ['type' => 'list', 'member' => ['shape' => 'MultiplexSummary']], '__listOfOffering' => ['type' => 'list', 'member' => ['shape' => 'Offering']], '__listOfOutput' => ['type' => 'list', 'member' => ['shape' => 'Output']], '__listOfOutputDestination' => ['type' => 'list', 'member' => ['shape' => 'OutputDestination']], '__listOfOutputDestinationSettings' => ['type' => 'list', 'member' => ['shape' => 'OutputDestinationSettings']], '__listOfOutputGroup' => ['type' => 'list', 'member' => ['shape' => 'OutputGroup']], '__listOfPipelineDetail' => ['type' => 'list', 'member' => ['shape' => 'PipelineDetail']], '__listOfPipelinePauseStateSettings' => ['type' => 'list', 'member' => ['shape' => 'PipelinePauseStateSettings']], '__listOfReservation' => ['type' => 'list', 'member' => ['shape' => 'Reservation']], '__listOfScheduleAction' => ['type' => 'list', 'member' => ['shape' => 'ScheduleAction']], '__listOfScte35Descriptor' => ['type' => 'list', 'member' => ['shape' => 'Scte35Descriptor']], '__listOfValidationError' => ['type' => 'list', 'member' => ['shape' => 'ValidationError']], '__listOfVideoDescription' => ['type' => 'list', 'member' => ['shape' => 'VideoDescription']], '__listOf__integer' => ['type' => 'list', 'member' => ['shape' => '__integer']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__longMin0Max1099511627775' => ['type' => 'long', 'min' => 0, 'max' => 1099511627775], '__longMin0Max4294967295' => ['type' => 'long', 'min' => 0, 'max' => 4294967295], '__longMin0Max8589934591' => ['type' => 'long', 'min' => 0, 'max' => 8589934591], '__string' => ['type' => 'string'], '__stringMax256' => ['type' => 'string', 'max' => 256], '__stringMax32' => ['type' => 'string', 'max' => 32], '__stringMin1' => ['type' => 'string', 'min' => 1], '__stringMin1Max255' => ['type' => 'string', 'min' => 1, 'max' => 255], '__stringMin1Max256' => ['type' => 'string', 'min' => 1, 'max' => 256], '__stringMin1Max35' => ['type' => 'string', 'min' => 1, 'max' => 35], '__stringMin32Max32' => ['type' => 'string', 'min' => 32, 'max' => 32], '__stringMin34Max34' => ['type' => 'string', 'min' => 34, 'max' => 34], '__stringMin3Max3' => ['type' => 'string', 'min' => 3, 'max' => 3], '__stringMin6Max6' => ['type' => 'string', 'min' => 6, 'max' => 6], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp'], '__timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/medialive/2017-10-14/paginators-1.json.php b/vendor/Aws3/Aws/data/medialive/2017-10-14/paginators-1.json.php index b0ebe697..ebd4c544 100644 --- a/vendor/Aws3/Aws/data/medialive/2017-10-14/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/medialive/2017-10-14/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeSchedule' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ScheduleActions'], 'ListChannels' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Channels'], 'ListInputSecurityGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'InputSecurityGroups'], 'ListInputs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Inputs'], 'ListOfferings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Offerings'], 'ListReservations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Reservations'], 'ListMultiplexPrograms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MultiplexPrograms'], 'ListMultiplexes' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Multiplexes']]]; +return ['pagination' => ['DescribeSchedule' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ScheduleActions'], 'ListChannels' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Channels'], 'ListInputSecurityGroups' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'InputSecurityGroups'], 'ListInputs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Inputs'], 'ListOfferings' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Offerings'], 'ListReservations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Reservations'], 'ListMultiplexPrograms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MultiplexPrograms'], 'ListMultiplexes' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Multiplexes'], 'ListInputDevices' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'InputDevices']]]; diff --git a/vendor/Aws3/Aws/data/medialive/2017-10-14/waiters-2.json.php b/vendor/Aws3/Aws/data/medialive/2017-10-14/waiters-2.json.php index bbb88b0f..7d6b1361 100644 --- a/vendor/Aws3/Aws/data/medialive/2017-10-14/waiters-2.json.php +++ b/vendor/Aws3/Aws/data/medialive/2017-10-14/waiters-2.json.php @@ -1,4 +1,4 @@ 2, 'waiters' => ['ChannelCreated' => ['description' => 'Wait until a channel has been created', 'operation' => 'DescribeChannel', 'delay' => 3, 'maxAttempts' => 5, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATE_FAILED']]], 'ChannelRunning' => ['description' => 'Wait until a channel is running', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 120, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'RUNNING'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STARTING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'ChannelStopped' => ['description' => 'Wait until a channel has is stopped', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 28, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STOPPING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'ChannelDeleted' => ['description' => 'Wait until a channel has been deleted', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 20, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexCreated' => ['description' => 'Wait until a multiplex has been created', 'operation' => 'DescribeMultiplex', 'delay' => 3, 'maxAttempts' => 5, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATE_FAILED']]], 'MultiplexRunning' => ['description' => 'Wait until a multiplex is running', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 120, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'RUNNING'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STARTING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexStopped' => ['description' => 'Wait until a multiplex has is stopped', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 28, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STOPPING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexDeleted' => ['description' => 'Wait until a multiplex has been deleted', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 20, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]]]]; +return ['version' => 2, 'waiters' => ['ChannelCreated' => ['description' => 'Wait until a channel has been created', 'operation' => 'DescribeChannel', 'delay' => 3, 'maxAttempts' => 5, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATE_FAILED']]], 'ChannelRunning' => ['description' => 'Wait until a channel is running', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 120, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'RUNNING'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STARTING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'ChannelStopped' => ['description' => 'Wait until a channel has is stopped', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 60, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STOPPING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'ChannelDeleted' => ['description' => 'Wait until a channel has been deleted', 'operation' => 'DescribeChannel', 'delay' => 5, 'maxAttempts' => 84, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'InputAttached' => ['description' => 'Wait until an input has been attached', 'operation' => 'DescribeInput', 'delay' => 5, 'maxAttempts' => 20, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'ATTACHED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DETACHED'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'InputDetached' => ['description' => 'Wait until an input has been detached', 'operation' => 'DescribeInput', 'delay' => 5, 'maxAttempts' => 84, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DETACHED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATING'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'ATTACHED'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'InputDeleted' => ['description' => 'Wait until an input has been deleted', 'operation' => 'DescribeInput', 'delay' => 5, 'maxAttempts' => 20, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexCreated' => ['description' => 'Wait until a multiplex has been created', 'operation' => 'DescribeMultiplex', 'delay' => 3, 'maxAttempts' => 5, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500], ['state' => 'failure', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'CREATE_FAILED']]], 'MultiplexRunning' => ['description' => 'Wait until a multiplex is running', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 120, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'RUNNING'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STARTING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexStopped' => ['description' => 'Wait until a multiplex has is stopped', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 28, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'IDLE'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'STOPPING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]], 'MultiplexDeleted' => ['description' => 'Wait until a multiplex has been deleted', 'operation' => 'DescribeMultiplex', 'delay' => 5, 'maxAttempts' => 20, 'acceptors' => [['state' => 'success', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETED'], ['state' => 'retry', 'matcher' => 'path', 'argument' => 'State', 'expected' => 'DELETING'], ['state' => 'retry', 'matcher' => 'status', 'expected' => 500]]]]]; diff --git a/vendor/Aws3/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php b/vendor/Aws3/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php index b5b4e939..1503b340 100644 --- a/vendor/Aws3/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2018-11-07', 'endpointPrefix' => 'mediapackage-vod', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaPackage Vod', 'serviceFullName' => 'AWS Elemental MediaPackage VOD', 'serviceId' => 'MediaPackage Vod', 'signatureVersion' => 'v4', 'signingName' => 'mediapackage-vod', 'uid' => 'mediapackage-vod-2018-11-07'], 'operations' => ['CreateAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/assets', 'responseCode' => 200], 'input' => ['shape' => 'CreateAssetRequest'], 'name' => 'CreateAsset', 'output' => ['shape' => 'CreateAssetResponse']], 'CreatePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/packaging_configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreatePackagingConfigurationRequest'], 'name' => 'CreatePackagingConfiguration', 'output' => ['shape' => 'CreatePackagingConfigurationResponse']], 'CreatePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/packaging_groups', 'responseCode' => 200], 'input' => ['shape' => 'CreatePackagingGroupRequest'], 'name' => 'CreatePackagingGroup', 'output' => ['shape' => 'CreatePackagingGroupResponse']], 'DeleteAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/assets/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAssetRequest'], 'name' => 'DeleteAsset', 'output' => ['shape' => 'DeleteAssetResponse']], 'DeletePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/packaging_configurations/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePackagingConfigurationRequest'], 'name' => 'DeletePackagingConfiguration', 'output' => ['shape' => 'DeletePackagingConfigurationResponse']], 'DeletePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/packaging_groups/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePackagingGroupRequest'], 'name' => 'DeletePackagingGroup', 'output' => ['shape' => 'DeletePackagingGroupResponse']], 'DescribeAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/assets/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeAssetRequest'], 'name' => 'DescribeAsset', 'output' => ['shape' => 'DescribeAssetResponse']], 'DescribePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_configurations/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePackagingConfigurationRequest'], 'name' => 'DescribePackagingConfiguration', 'output' => ['shape' => 'DescribePackagingConfigurationResponse']], 'DescribePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_groups/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePackagingGroupRequest'], 'name' => 'DescribePackagingGroup', 'output' => ['shape' => 'DescribePackagingGroupResponse']], 'ListAssets' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/assets', 'responseCode' => 200], 'input' => ['shape' => 'ListAssetsRequest'], 'name' => 'ListAssets', 'output' => ['shape' => 'ListAssetsResponse']], 'ListPackagingConfigurations' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListPackagingConfigurationsRequest'], 'name' => 'ListPackagingConfigurations', 'output' => ['shape' => 'ListPackagingConfigurationsResponse']], 'ListPackagingGroups' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_groups', 'responseCode' => 200], 'input' => ['shape' => 'ListPackagingGroupsRequest'], 'name' => 'ListPackagingGroups', 'output' => ['shape' => 'ListPackagingGroupsResponse']]], 'shapes' => ['AdMarkers' => ['enum' => ['NONE', 'SCTE35_ENHANCED', 'PASSTHROUGH'], 'type' => 'string'], 'Asset' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'type' => 'structure'], 'AssetCreateParameters' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'required' => ['SourceArn', 'Id', 'PackagingGroupId', 'SourceRoleArn'], 'type' => 'structure'], 'AssetList' => ['members' => ['Assets' => ['locationName' => 'assets', 'shape' => '__listOfAssetShallow'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'AssetShallow' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'type' => 'structure'], 'CmafEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'CmafPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer']], 'required' => ['HlsManifests'], 'type' => 'structure'], 'CreateAssetRequest' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'required' => ['SourceArn', 'Id', 'PackagingGroupId', 'SourceRoleArn'], 'type' => 'structure'], 'CreateAssetResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'type' => 'structure'], 'CreatePackagingConfigurationRequest' => ['members' => ['CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string']], 'required' => ['Id', 'PackagingGroupId'], 'type' => 'structure'], 'CreatePackagingConfigurationResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'CreatePackagingGroupRequest' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'CreatePackagingGroupResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string']], 'type' => 'structure'], 'DashEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'DashManifest' => ['members' => ['ManifestLayout' => ['locationName' => 'manifestLayout', 'shape' => 'ManifestLayout'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MinBufferTimeSeconds' => ['locationName' => 'minBufferTimeSeconds', 'shape' => '__integer'], 'Profile' => ['locationName' => 'profile', 'shape' => 'Profile'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'DashPackage' => ['members' => ['DashManifests' => ['locationName' => 'dashManifests', 'shape' => '__listOfDashManifest'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'DashEncryption'], 'PeriodTriggers' => ['locationName' => 'periodTriggers', 'shape' => '__listOf__PeriodTriggersElement'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentTemplateFormat' => ['locationName' => 'segmentTemplateFormat', 'shape' => 'SegmentTemplateFormat']], 'required' => ['DashManifests'], 'type' => 'structure'], 'DeleteAssetRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteAssetResponse' => ['members' => [], 'type' => 'structure'], 'DeletePackagingConfigurationRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeletePackagingConfigurationResponse' => ['members' => [], 'type' => 'structure'], 'DeletePackagingGroupRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeletePackagingGroupResponse' => ['members' => [], 'type' => 'structure'], 'DescribeAssetRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeAssetResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string']], 'type' => 'structure'], 'DescribePackagingConfigurationRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribePackagingConfigurationResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'DescribePackagingGroupRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribePackagingGroupResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string']], 'type' => 'structure'], 'EgressEndpoint' => ['members' => ['PackagingConfigurationId' => ['locationName' => 'packagingConfigurationId', 'shape' => '__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'type' => 'structure'], 'EncryptionMethod' => ['enum' => ['AES_128', 'SAMPLE_AES'], 'type' => 'string'], 'ForbiddenException' => ['error' => ['httpStatusCode' => 403], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'HlsEncryption' => ['members' => ['ConstantInitializationVector' => ['locationName' => 'constantInitializationVector', 'shape' => '__string'], 'EncryptionMethod' => ['locationName' => 'encryptionMethod', 'shape' => 'EncryptionMethod'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'HlsManifest' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'RepeatExtXKey' => ['locationName' => 'repeatExtXKey', 'shape' => '__boolean'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'HlsPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'HlsEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'UseAudioRenditionGroup' => ['locationName' => 'useAudioRenditionGroup', 'shape' => '__boolean']], 'required' => ['HlsManifests'], 'type' => 'structure'], 'InternalServerErrorException' => ['error' => ['httpStatusCode' => 500], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'ListAssetsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroupId' => ['location' => 'querystring', 'locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'ListAssetsResponse' => ['members' => ['Assets' => ['locationName' => 'assets', 'shape' => '__listOfAssetShallow'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingConfigurationsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroupId' => ['location' => 'querystring', 'locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingConfigurationsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingConfigurations' => ['locationName' => 'packagingConfigurations', 'shape' => '__listOfPackagingConfiguration']], 'type' => 'structure'], 'ListPackagingGroupsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingGroupsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroups' => ['locationName' => 'packagingGroups', 'shape' => '__listOfPackagingGroup']], 'type' => 'structure'], 'ManifestLayout' => ['enum' => ['FULL', 'COMPACT'], 'type' => 'string'], 'MaxResults' => ['max' => 1000, 'min' => 1, 'type' => 'integer'], 'MssEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'MssManifest' => ['members' => ['ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'MssPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'MssEncryption'], 'MssManifests' => ['locationName' => 'mssManifests', 'shape' => '__listOfMssManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer']], 'required' => ['MssManifests'], 'type' => 'structure'], 'NotFoundException' => ['error' => ['httpStatusCode' => 404], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'PackagingConfiguration' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'PackagingConfigurationCreateParameters' => ['members' => ['CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string']], 'required' => ['Id', 'PackagingGroupId'], 'type' => 'structure'], 'PackagingConfigurationList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingConfigurations' => ['locationName' => 'packagingConfigurations', 'shape' => '__listOfPackagingConfiguration']], 'type' => 'structure'], 'PackagingGroup' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string']], 'type' => 'structure'], 'PackagingGroupCreateParameters' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'PackagingGroupList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroups' => ['locationName' => 'packagingGroups', 'shape' => '__listOfPackagingGroup']], 'type' => 'structure'], 'Profile' => ['enum' => ['NONE', 'HBBTV_1_5'], 'type' => 'string'], 'SegmentTemplateFormat' => ['enum' => ['NUMBER_WITH_TIMELINE', 'TIME_WITH_TIMELINE', 'NUMBER_WITH_DURATION'], 'type' => 'string'], 'ServiceUnavailableException' => ['error' => ['httpStatusCode' => 503], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'SpekeKeyProvider' => ['members' => ['RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string'], 'SystemIds' => ['locationName' => 'systemIds', 'shape' => '__listOf__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['SystemIds', 'Url', 'RoleArn'], 'type' => 'structure'], 'StreamOrder' => ['enum' => ['ORIGINAL', 'VIDEO_BITRATE_ASCENDING', 'VIDEO_BITRATE_DESCENDING'], 'type' => 'string'], 'StreamSelection' => ['members' => ['MaxVideoBitsPerSecond' => ['locationName' => 'maxVideoBitsPerSecond', 'shape' => '__integer'], 'MinVideoBitsPerSecond' => ['locationName' => 'minVideoBitsPerSecond', 'shape' => '__integer'], 'StreamOrder' => ['locationName' => 'streamOrder', 'shape' => 'StreamOrder']], 'type' => 'structure'], 'TooManyRequestsException' => ['error' => ['httpStatusCode' => 429], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UnprocessableEntityException' => ['error' => ['httpStatusCode' => 422], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], '__PeriodTriggersElement' => ['enum' => ['ADS'], 'type' => 'string'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfAssetShallow' => ['member' => ['shape' => 'AssetShallow'], 'type' => 'list'], '__listOfDashManifest' => ['member' => ['shape' => 'DashManifest'], 'type' => 'list'], '__listOfEgressEndpoint' => ['member' => ['shape' => 'EgressEndpoint'], 'type' => 'list'], '__listOfHlsManifest' => ['member' => ['shape' => 'HlsManifest'], 'type' => 'list'], '__listOfMssManifest' => ['member' => ['shape' => 'MssManifest'], 'type' => 'list'], '__listOfPackagingConfiguration' => ['member' => ['shape' => 'PackagingConfiguration'], 'type' => 'list'], '__listOfPackagingGroup' => ['member' => ['shape' => 'PackagingGroup'], 'type' => 'list'], '__listOf__PeriodTriggersElement' => ['member' => ['shape' => '__PeriodTriggersElement'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__string' => ['type' => 'string']]]; +return ['metadata' => ['apiVersion' => '2018-11-07', 'endpointPrefix' => 'mediapackage-vod', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaPackage Vod', 'serviceFullName' => 'AWS Elemental MediaPackage VOD', 'serviceId' => 'MediaPackage Vod', 'signatureVersion' => 'v4', 'signingName' => 'mediapackage-vod', 'uid' => 'mediapackage-vod-2018-11-07'], 'operations' => ['CreateAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/assets', 'responseCode' => 200], 'input' => ['shape' => 'CreateAssetRequest'], 'name' => 'CreateAsset', 'output' => ['shape' => 'CreateAssetResponse']], 'CreatePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/packaging_configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreatePackagingConfigurationRequest'], 'name' => 'CreatePackagingConfiguration', 'output' => ['shape' => 'CreatePackagingConfigurationResponse']], 'CreatePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/packaging_groups', 'responseCode' => 200], 'input' => ['shape' => 'CreatePackagingGroupRequest'], 'name' => 'CreatePackagingGroup', 'output' => ['shape' => 'CreatePackagingGroupResponse']], 'DeleteAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/assets/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteAssetRequest'], 'name' => 'DeleteAsset', 'output' => ['shape' => 'DeleteAssetResponse']], 'DeletePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/packaging_configurations/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePackagingConfigurationRequest'], 'name' => 'DeletePackagingConfiguration', 'output' => ['shape' => 'DeletePackagingConfigurationResponse']], 'DeletePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/packaging_groups/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeletePackagingGroupRequest'], 'name' => 'DeletePackagingGroup', 'output' => ['shape' => 'DeletePackagingGroupResponse']], 'DescribeAsset' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/assets/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeAssetRequest'], 'name' => 'DescribeAsset', 'output' => ['shape' => 'DescribeAssetResponse']], 'DescribePackagingConfiguration' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_configurations/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePackagingConfigurationRequest'], 'name' => 'DescribePackagingConfiguration', 'output' => ['shape' => 'DescribePackagingConfigurationResponse']], 'DescribePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_groups/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribePackagingGroupRequest'], 'name' => 'DescribePackagingGroup', 'output' => ['shape' => 'DescribePackagingGroupResponse']], 'ListAssets' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/assets', 'responseCode' => 200], 'input' => ['shape' => 'ListAssetsRequest'], 'name' => 'ListAssets', 'output' => ['shape' => 'ListAssetsResponse']], 'ListPackagingConfigurations' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListPackagingConfigurationsRequest'], 'name' => 'ListPackagingConfigurations', 'output' => ['shape' => 'ListPackagingConfigurationsResponse']], 'ListPackagingGroups' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/packaging_groups', 'responseCode' => 200], 'input' => ['shape' => 'ListPackagingGroupsRequest'], 'name' => 'ListPackagingGroups', 'output' => ['shape' => 'ListPackagingGroupsResponse']], 'ListTagsForResource' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'name' => 'ListTagsForResource', 'output' => ['shape' => 'ListTagsForResourceResponse']], 'TagResource' => ['errors' => [], 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'name' => 'TagResource'], 'UntagResource' => ['errors' => [], 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'name' => 'UntagResource'], 'UpdatePackagingGroup' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/packaging_groups/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdatePackagingGroupRequest'], 'name' => 'UpdatePackagingGroup', 'output' => ['shape' => 'UpdatePackagingGroupResponse']]], 'shapes' => ['AdMarkers' => ['enum' => ['NONE', 'SCTE35_ENHANCED', 'PASSTHROUGH'], 'type' => 'string'], 'Asset' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'AssetCreateParameters' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['SourceArn', 'Id', 'PackagingGroupId', 'SourceRoleArn'], 'type' => 'structure'], 'AssetList' => ['members' => ['Assets' => ['locationName' => 'assets', 'shape' => '__listOfAssetShallow'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'AssetShallow' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'Authorization' => ['members' => ['CdnIdentifierSecret' => ['locationName' => 'cdnIdentifierSecret', 'shape' => '__string'], 'SecretsRoleArn' => ['locationName' => 'secretsRoleArn', 'shape' => '__string']], 'required' => ['SecretsRoleArn', 'CdnIdentifierSecret'], 'type' => 'structure'], 'CmafEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'CmafPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer']], 'required' => ['HlsManifests'], 'type' => 'structure'], 'CreateAssetRequest' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['SourceArn', 'Id', 'PackagingGroupId', 'SourceRoleArn'], 'type' => 'structure'], 'CreateAssetResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'CreatePackagingConfigurationRequest' => ['members' => ['CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id', 'PackagingGroupId'], 'type' => 'structure'], 'CreatePackagingConfigurationResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'CreatePackagingGroupRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'CreatePackagingGroupResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'DashEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'DashManifest' => ['members' => ['ManifestLayout' => ['locationName' => 'manifestLayout', 'shape' => 'ManifestLayout'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MinBufferTimeSeconds' => ['locationName' => 'minBufferTimeSeconds', 'shape' => '__integer'], 'Profile' => ['locationName' => 'profile', 'shape' => 'Profile'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'DashPackage' => ['members' => ['DashManifests' => ['locationName' => 'dashManifests', 'shape' => '__listOfDashManifest'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'DashEncryption'], 'PeriodTriggers' => ['locationName' => 'periodTriggers', 'shape' => '__listOf__PeriodTriggersElement'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentTemplateFormat' => ['locationName' => 'segmentTemplateFormat', 'shape' => 'SegmentTemplateFormat']], 'required' => ['DashManifests'], 'type' => 'structure'], 'DeleteAssetRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteAssetResponse' => ['members' => [], 'type' => 'structure'], 'DeletePackagingConfigurationRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeletePackagingConfigurationResponse' => ['members' => [], 'type' => 'structure'], 'DeletePackagingGroupRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeletePackagingGroupResponse' => ['members' => [], 'type' => 'structure'], 'DescribeAssetRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeAssetResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EgressEndpoints' => ['locationName' => 'egressEndpoints', 'shape' => '__listOfEgressEndpoint'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'SourceArn' => ['locationName' => 'sourceArn', 'shape' => '__string'], 'SourceRoleArn' => ['locationName' => 'sourceRoleArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'DescribePackagingConfigurationRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribePackagingConfigurationResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'DescribePackagingGroupRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribePackagingGroupResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'EgressEndpoint' => ['members' => ['PackagingConfigurationId' => ['locationName' => 'packagingConfigurationId', 'shape' => '__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'type' => 'structure'], 'EncryptionMethod' => ['enum' => ['AES_128', 'SAMPLE_AES'], 'type' => 'string'], 'ForbiddenException' => ['error' => ['httpStatusCode' => 403], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'HlsEncryption' => ['members' => ['ConstantInitializationVector' => ['locationName' => 'constantInitializationVector', 'shape' => '__string'], 'EncryptionMethod' => ['locationName' => 'encryptionMethod', 'shape' => 'EncryptionMethod'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'HlsManifest' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'RepeatExtXKey' => ['locationName' => 'repeatExtXKey', 'shape' => '__boolean'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'HlsPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'HlsEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'UseAudioRenditionGroup' => ['locationName' => 'useAudioRenditionGroup', 'shape' => '__boolean']], 'required' => ['HlsManifests'], 'type' => 'structure'], 'InternalServerErrorException' => ['error' => ['httpStatusCode' => 500], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'ListAssetsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroupId' => ['location' => 'querystring', 'locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'ListAssetsResponse' => ['members' => ['Assets' => ['locationName' => 'assets', 'shape' => '__listOfAssetShallow'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingConfigurationsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroupId' => ['location' => 'querystring', 'locationName' => 'packagingGroupId', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingConfigurationsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingConfigurations' => ['locationName' => 'packagingConfigurations', 'shape' => '__listOfPackagingConfiguration']], 'type' => 'structure'], 'ListPackagingGroupsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPackagingGroupsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroups' => ['locationName' => 'packagingGroups', 'shape' => '__listOfPackagingGroup']], 'type' => 'structure'], 'ListTagsForResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string']], 'required' => ['ResourceArn'], 'type' => 'structure'], 'ListTagsForResourceResponse' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'type' => 'structure'], 'ManifestLayout' => ['enum' => ['FULL', 'COMPACT'], 'type' => 'string'], 'MaxResults' => ['max' => 1000, 'min' => 1, 'type' => 'integer'], 'MssEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'MssManifest' => ['members' => ['ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'MssPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'MssEncryption'], 'MssManifests' => ['locationName' => 'mssManifests', 'shape' => '__listOfMssManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer']], 'required' => ['MssManifests'], 'type' => 'structure'], 'NotFoundException' => ['error' => ['httpStatusCode' => 404], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'PackagingConfiguration' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'PackagingConfigurationCreateParameters' => ['members' => ['CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'PackagingGroupId' => ['locationName' => 'packagingGroupId', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id', 'PackagingGroupId'], 'type' => 'structure'], 'PackagingConfigurationList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingConfigurations' => ['locationName' => 'packagingConfigurations', 'shape' => '__listOfPackagingConfiguration']], 'type' => 'structure'], 'PackagingGroup' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'PackagingGroupCreateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'PackagingGroupList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'PackagingGroups' => ['locationName' => 'packagingGroups', 'shape' => '__listOfPackagingGroup']], 'type' => 'structure'], 'PackagingGroupUpdateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization']], 'type' => 'structure'], 'Profile' => ['enum' => ['NONE', 'HBBTV_1_5'], 'type' => 'string'], 'SegmentTemplateFormat' => ['enum' => ['NUMBER_WITH_TIMELINE', 'TIME_WITH_TIMELINE', 'NUMBER_WITH_DURATION'], 'type' => 'string'], 'ServiceUnavailableException' => ['error' => ['httpStatusCode' => 503], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'SpekeKeyProvider' => ['members' => ['RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string'], 'SystemIds' => ['locationName' => 'systemIds', 'shape' => '__listOf__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['SystemIds', 'Url', 'RoleArn'], 'type' => 'structure'], 'StreamOrder' => ['enum' => ['ORIGINAL', 'VIDEO_BITRATE_ASCENDING', 'VIDEO_BITRATE_DESCENDING'], 'type' => 'string'], 'StreamSelection' => ['members' => ['MaxVideoBitsPerSecond' => ['locationName' => 'maxVideoBitsPerSecond', 'shape' => '__integer'], 'MinVideoBitsPerSecond' => ['locationName' => 'minVideoBitsPerSecond', 'shape' => '__integer'], 'StreamOrder' => ['locationName' => 'streamOrder', 'shape' => 'StreamOrder']], 'type' => 'structure'], 'TagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['ResourceArn', 'Tags'], 'type' => 'structure'], 'Tags' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], 'TagsModel' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['Tags'], 'type' => 'structure'], 'TooManyRequestsException' => ['error' => ['httpStatusCode' => 429], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UnprocessableEntityException' => ['error' => ['httpStatusCode' => 422], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UntagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'TagKeys' => ['location' => 'querystring', 'locationName' => 'tagKeys', 'shape' => '__listOf__string']], 'required' => ['TagKeys', 'ResourceArn'], 'type' => 'structure'], 'UpdatePackagingGroupRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'UpdatePackagingGroupResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'DomainName' => ['locationName' => 'domainName', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], '__PeriodTriggersElement' => ['enum' => ['ADS'], 'type' => 'string'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfAssetShallow' => ['member' => ['shape' => 'AssetShallow'], 'type' => 'list'], '__listOfDashManifest' => ['member' => ['shape' => 'DashManifest'], 'type' => 'list'], '__listOfEgressEndpoint' => ['member' => ['shape' => 'EgressEndpoint'], 'type' => 'list'], '__listOfHlsManifest' => ['member' => ['shape' => 'HlsManifest'], 'type' => 'list'], '__listOfMssManifest' => ['member' => ['shape' => 'MssManifest'], 'type' => 'list'], '__listOfPackagingConfiguration' => ['member' => ['shape' => 'PackagingConfiguration'], 'type' => 'list'], '__listOfPackagingGroup' => ['member' => ['shape' => 'PackagingGroup'], 'type' => 'list'], '__listOf__PeriodTriggersElement' => ['member' => ['shape' => '__PeriodTriggersElement'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__mapOf__string' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], '__string' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/mediapackage/2017-10-12/api-2.json.php b/vendor/Aws3/Aws/data/mediapackage/2017-10-12/api-2.json.php index 3040ee3a..ad19e917 100644 --- a/vendor/Aws3/Aws/data/mediapackage/2017-10-12/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediapackage/2017-10-12/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2017-10-12', 'endpointPrefix' => 'mediapackage', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaPackage', 'serviceFullName' => 'AWS Elemental MediaPackage', 'serviceId' => 'MediaPackage', 'signatureVersion' => 'v4', 'signingName' => 'mediapackage', 'uid' => 'mediapackage-2017-10-12'], 'operations' => ['CreateChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/channels', 'responseCode' => 200], 'input' => ['shape' => 'CreateChannelRequest'], 'name' => 'CreateChannel', 'output' => ['shape' => 'CreateChannelResponse']], 'CreateHarvestJob' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/harvest_jobs', 'responseCode' => 200], 'input' => ['shape' => 'CreateHarvestJobRequest'], 'name' => 'CreateHarvestJob', 'output' => ['shape' => 'CreateHarvestJobResponse']], 'CreateOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/origin_endpoints', 'responseCode' => 200], 'input' => ['shape' => 'CreateOriginEndpointRequest'], 'name' => 'CreateOriginEndpoint', 'output' => ['shape' => 'CreateOriginEndpointResponse']], 'DeleteChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/channels/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteChannelRequest'], 'name' => 'DeleteChannel', 'output' => ['shape' => 'DeleteChannelResponse']], 'DeleteOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteOriginEndpointRequest'], 'name' => 'DeleteOriginEndpoint', 'output' => ['shape' => 'DeleteOriginEndpointResponse']], 'DescribeChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/channels/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeChannelRequest'], 'name' => 'DescribeChannel', 'output' => ['shape' => 'DescribeChannelResponse']], 'DescribeHarvestJob' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/harvest_jobs/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeHarvestJobRequest'], 'name' => 'DescribeHarvestJob', 'output' => ['shape' => 'DescribeHarvestJobResponse']], 'DescribeOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOriginEndpointRequest'], 'name' => 'DescribeOriginEndpoint', 'output' => ['shape' => 'DescribeOriginEndpointResponse']], 'ListChannels' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/channels', 'responseCode' => 200], 'input' => ['shape' => 'ListChannelsRequest'], 'name' => 'ListChannels', 'output' => ['shape' => 'ListChannelsResponse']], 'ListHarvestJobs' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/harvest_jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListHarvestJobsRequest'], 'name' => 'ListHarvestJobs', 'output' => ['shape' => 'ListHarvestJobsResponse']], 'ListOriginEndpoints' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/origin_endpoints', 'responseCode' => 200], 'input' => ['shape' => 'ListOriginEndpointsRequest'], 'name' => 'ListOriginEndpoints', 'output' => ['shape' => 'ListOriginEndpointsResponse']], 'ListTagsForResource' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'name' => 'ListTagsForResource', 'output' => ['shape' => 'ListTagsForResourceResponse']], 'RotateChannelCredentials' => ['deprecated' => \true, 'deprecatedMessage' => 'This API is deprecated. Please use RotateIngestEndpointCredentials instead', 'errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}/credentials', 'responseCode' => 200], 'input' => ['shape' => 'RotateChannelCredentialsRequest'], 'name' => 'RotateChannelCredentials', 'output' => ['shape' => 'RotateChannelCredentialsResponse']], 'RotateIngestEndpointCredentials' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}/ingest_endpoints/{ingest_endpoint_id}/credentials', 'responseCode' => 200], 'input' => ['shape' => 'RotateIngestEndpointCredentialsRequest'], 'name' => 'RotateIngestEndpointCredentials', 'output' => ['shape' => 'RotateIngestEndpointCredentialsResponse']], 'TagResource' => ['errors' => [], 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'name' => 'TagResource'], 'UntagResource' => ['errors' => [], 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'name' => 'UntagResource'], 'UpdateChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelRequest'], 'name' => 'UpdateChannel', 'output' => ['shape' => 'UpdateChannelResponse']], 'UpdateOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateOriginEndpointRequest'], 'name' => 'UpdateOriginEndpoint', 'output' => ['shape' => 'UpdateOriginEndpointResponse']]], 'shapes' => ['AdMarkers' => ['enum' => ['NONE', 'SCTE35_ENHANCED', 'PASSTHROUGH'], 'type' => 'string'], 'AdTriggers' => ['member' => ['shape' => '__AdTriggersElement'], 'type' => 'list'], 'AdsOnDeliveryRestrictions' => ['enum' => ['NONE', 'RESTRICTED', 'UNRESTRICTED', 'BOTH'], 'type' => 'string'], 'Authorization' => ['members' => ['CdnIdentifierSecret' => ['locationName' => 'cdnIdentifierSecret', 'shape' => '__string'], 'SecretsRoleArn' => ['locationName' => 'secretsRoleArn', 'shape' => '__string']], 'required' => ['SecretsRoleArn', 'CdnIdentifierSecret'], 'type' => 'structure'], 'Channel' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'ChannelCreateParameters' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'ChannelList' => ['members' => ['Channels' => ['locationName' => 'channels', 'shape' => '__listOfChannel'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ChannelUpdateParameters' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string']], 'type' => 'structure'], 'CmafEncryption' => ['members' => ['KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'CmafPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentPrefix' => ['locationName' => 'segmentPrefix', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'CmafPackageCreateOrUpdateParameters' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifestCreateOrUpdateParameters'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentPrefix' => ['locationName' => 'segmentPrefix', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'CreateChannelRequest' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'CreateChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'CreateHarvestJobRequest' => ['members' => ['EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string']], 'required' => ['S3Destination', 'EndTime', 'OriginEndpointId', 'StartTime', 'Id'], 'type' => 'structure'], 'CreateHarvestJobResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'CreateOriginEndpointRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['Id', 'ChannelId'], 'type' => 'structure'], 'CreateOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'DashEncryption' => ['members' => ['KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'DashPackage' => ['members' => ['AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'DashEncryption'], 'ManifestLayout' => ['locationName' => 'manifestLayout', 'shape' => 'ManifestLayout'], 'ManifestWindowSeconds' => ['locationName' => 'manifestWindowSeconds', 'shape' => '__integer'], 'MinBufferTimeSeconds' => ['locationName' => 'minBufferTimeSeconds', 'shape' => '__integer'], 'MinUpdatePeriodSeconds' => ['locationName' => 'minUpdatePeriodSeconds', 'shape' => '__integer'], 'PeriodTriggers' => ['locationName' => 'periodTriggers', 'shape' => '__listOf__PeriodTriggersElement'], 'Profile' => ['locationName' => 'profile', 'shape' => 'Profile'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentTemplateFormat' => ['locationName' => 'segmentTemplateFormat', 'shape' => 'SegmentTemplateFormat'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection'], 'SuggestedPresentationDelaySeconds' => ['locationName' => 'suggestedPresentationDelaySeconds', 'shape' => '__integer']], 'type' => 'structure'], 'DeleteChannelRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteChannelResponse' => ['members' => [], 'type' => 'structure'], 'DeleteOriginEndpointRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteOriginEndpointResponse' => ['members' => [], 'type' => 'structure'], 'DescribeChannelRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'DescribeHarvestJobRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeHarvestJobResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'DescribeOriginEndpointRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'EncryptionMethod' => ['enum' => ['AES_128', 'SAMPLE_AES'], 'type' => 'string'], 'ForbiddenException' => ['error' => ['httpStatusCode' => 403], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'HarvestJob' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'HarvestJobCreateParameters' => ['members' => ['EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string']], 'required' => ['S3Destination', 'EndTime', 'OriginEndpointId', 'StartTime', 'Id'], 'type' => 'structure'], 'HarvestJobList' => ['members' => ['HarvestJobs' => ['locationName' => 'harvestJobs', 'shape' => '__listOfHarvestJob'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'HlsEncryption' => ['members' => ['ConstantInitializationVector' => ['locationName' => 'constantInitializationVector', 'shape' => '__string'], 'EncryptionMethod' => ['locationName' => 'encryptionMethod', 'shape' => 'EncryptionMethod'], 'KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'RepeatExtXKey' => ['locationName' => 'repeatExtXKey', 'shape' => '__boolean'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'HlsIngest' => ['members' => ['IngestEndpoints' => ['locationName' => 'ingestEndpoints', 'shape' => '__listOfIngestEndpoint']], 'type' => 'structure'], 'HlsManifest' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'HlsManifestCreateOrUpdateParameters' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer']], 'required' => ['Id'], 'type' => 'structure'], 'HlsPackage' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'HlsEncryption'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection'], 'UseAudioRenditionGroup' => ['locationName' => 'useAudioRenditionGroup', 'shape' => '__boolean']], 'type' => 'structure'], 'IngestEndpoint' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'Password' => ['locationName' => 'password', 'shape' => '__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Username' => ['locationName' => 'username', 'shape' => '__string']], 'type' => 'structure'], 'InternalServerErrorException' => ['error' => ['httpStatusCode' => 500], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'ListChannelsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListChannelsResponse' => ['members' => ['Channels' => ['locationName' => 'channels', 'shape' => '__listOfChannel'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListHarvestJobsRequest' => ['members' => ['IncludeChannelId' => ['location' => 'querystring', 'locationName' => 'includeChannelId', 'shape' => '__string'], 'IncludeStatus' => ['location' => 'querystring', 'locationName' => 'includeStatus', 'shape' => '__string'], 'MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListHarvestJobsResponse' => ['members' => ['HarvestJobs' => ['locationName' => 'harvestJobs', 'shape' => '__listOfHarvestJob'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListOriginEndpointsRequest' => ['members' => ['ChannelId' => ['location' => 'querystring', 'locationName' => 'channelId', 'shape' => '__string'], 'MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListOriginEndpointsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'OriginEndpoints' => ['locationName' => 'originEndpoints', 'shape' => '__listOfOriginEndpoint']], 'type' => 'structure'], 'ListTagsForResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string']], 'required' => ['ResourceArn'], 'type' => 'structure'], 'ListTagsForResourceResponse' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'type' => 'structure'], 'ManifestLayout' => ['enum' => ['FULL', 'COMPACT'], 'type' => 'string'], 'MaxResults' => ['max' => 1000, 'min' => 1, 'type' => 'integer'], 'MssEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'MssPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'MssEncryption'], 'ManifestWindowSeconds' => ['locationName' => 'manifestWindowSeconds', 'shape' => '__integer'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'NotFoundException' => ['error' => ['httpStatusCode' => 404], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'OriginEndpoint' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'OriginEndpointCreateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['ChannelId', 'Id'], 'type' => 'structure'], 'OriginEndpointList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'OriginEndpoints' => ['locationName' => 'originEndpoints', 'shape' => '__listOfOriginEndpoint']], 'type' => 'structure'], 'OriginEndpointUpdateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'Origination' => ['enum' => ['ALLOW', 'DENY'], 'type' => 'string'], 'PlaylistType' => ['enum' => ['NONE', 'EVENT', 'VOD'], 'type' => 'string'], 'Profile' => ['enum' => ['NONE', 'HBBTV_1_5'], 'type' => 'string'], 'RotateChannelCredentialsRequest' => ['deprecated' => \true, 'members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'RotateChannelCredentialsResponse' => ['deprecated' => \true, 'members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'RotateIngestEndpointCredentialsRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string'], 'IngestEndpointId' => ['location' => 'uri', 'locationName' => 'ingest_endpoint_id', 'shape' => '__string']], 'required' => ['IngestEndpointId', 'Id'], 'type' => 'structure'], 'RotateIngestEndpointCredentialsResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'S3Destination' => ['members' => ['BucketName' => ['locationName' => 'bucketName', 'shape' => '__string'], 'ManifestKey' => ['locationName' => 'manifestKey', 'shape' => '__string'], 'RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string']], 'required' => ['ManifestKey', 'BucketName', 'RoleArn'], 'type' => 'structure'], 'SegmentTemplateFormat' => ['enum' => ['NUMBER_WITH_TIMELINE', 'TIME_WITH_TIMELINE', 'NUMBER_WITH_DURATION'], 'type' => 'string'], 'ServiceUnavailableException' => ['error' => ['httpStatusCode' => 503], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'SpekeKeyProvider' => ['members' => ['CertificateArn' => ['locationName' => 'certificateArn', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string'], 'SystemIds' => ['locationName' => 'systemIds', 'shape' => '__listOf__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['ResourceId', 'SystemIds', 'Url', 'RoleArn'], 'type' => 'structure'], 'Status' => ['enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED'], 'type' => 'string'], 'StreamOrder' => ['enum' => ['ORIGINAL', 'VIDEO_BITRATE_ASCENDING', 'VIDEO_BITRATE_DESCENDING'], 'type' => 'string'], 'StreamSelection' => ['members' => ['MaxVideoBitsPerSecond' => ['locationName' => 'maxVideoBitsPerSecond', 'shape' => '__integer'], 'MinVideoBitsPerSecond' => ['locationName' => 'minVideoBitsPerSecond', 'shape' => '__integer'], 'StreamOrder' => ['locationName' => 'streamOrder', 'shape' => 'StreamOrder']], 'type' => 'structure'], 'TagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['ResourceArn', 'Tags'], 'type' => 'structure'], 'Tags' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], 'TagsModel' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['Tags'], 'type' => 'structure'], 'TooManyRequestsException' => ['error' => ['httpStatusCode' => 429], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UnprocessableEntityException' => ['error' => ['httpStatusCode' => 422], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UntagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'TagKeys' => ['location' => 'querystring', 'locationName' => 'tagKeys', 'shape' => '__listOf__string']], 'required' => ['TagKeys', 'ResourceArn'], 'type' => 'structure'], 'UpdateChannelRequest' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'UpdateChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'UpdateOriginEndpointRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['Id'], 'type' => 'structure'], 'UpdateOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], '__AdTriggersElement' => ['enum' => ['SPLICE_INSERT', 'BREAK', 'PROVIDER_ADVERTISEMENT', 'DISTRIBUTOR_ADVERTISEMENT', 'PROVIDER_PLACEMENT_OPPORTUNITY', 'DISTRIBUTOR_PLACEMENT_OPPORTUNITY', 'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY', 'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'], 'type' => 'string'], '__PeriodTriggersElement' => ['enum' => ['ADS'], 'type' => 'string'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfChannel' => ['member' => ['shape' => 'Channel'], 'type' => 'list'], '__listOfHarvestJob' => ['member' => ['shape' => 'HarvestJob'], 'type' => 'list'], '__listOfHlsManifest' => ['member' => ['shape' => 'HlsManifest'], 'type' => 'list'], '__listOfHlsManifestCreateOrUpdateParameters' => ['member' => ['shape' => 'HlsManifestCreateOrUpdateParameters'], 'type' => 'list'], '__listOfIngestEndpoint' => ['member' => ['shape' => 'IngestEndpoint'], 'type' => 'list'], '__listOfOriginEndpoint' => ['member' => ['shape' => 'OriginEndpoint'], 'type' => 'list'], '__listOf__PeriodTriggersElement' => ['member' => ['shape' => '__PeriodTriggersElement'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__mapOf__string' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], '__string' => ['type' => 'string']]]; +return ['metadata' => ['apiVersion' => '2017-10-12', 'endpointPrefix' => 'mediapackage', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaPackage', 'serviceFullName' => 'AWS Elemental MediaPackage', 'serviceId' => 'MediaPackage', 'signatureVersion' => 'v4', 'signingName' => 'mediapackage', 'uid' => 'mediapackage-2017-10-12'], 'operations' => ['CreateChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/channels', 'responseCode' => 200], 'input' => ['shape' => 'CreateChannelRequest'], 'name' => 'CreateChannel', 'output' => ['shape' => 'CreateChannelResponse']], 'CreateHarvestJob' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/harvest_jobs', 'responseCode' => 200], 'input' => ['shape' => 'CreateHarvestJobRequest'], 'name' => 'CreateHarvestJob', 'output' => ['shape' => 'CreateHarvestJobResponse']], 'CreateOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'POST', 'requestUri' => '/origin_endpoints', 'responseCode' => 200], 'input' => ['shape' => 'CreateOriginEndpointRequest'], 'name' => 'CreateOriginEndpoint', 'output' => ['shape' => 'CreateOriginEndpointResponse']], 'DeleteChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/channels/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteChannelRequest'], 'name' => 'DeleteChannel', 'output' => ['shape' => 'DeleteChannelResponse']], 'DeleteOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteOriginEndpointRequest'], 'name' => 'DeleteOriginEndpoint', 'output' => ['shape' => 'DeleteOriginEndpointResponse']], 'DescribeChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/channels/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeChannelRequest'], 'name' => 'DescribeChannel', 'output' => ['shape' => 'DescribeChannelResponse']], 'DescribeHarvestJob' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/harvest_jobs/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeHarvestJobRequest'], 'name' => 'DescribeHarvestJob', 'output' => ['shape' => 'DescribeHarvestJobResponse']], 'DescribeOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeOriginEndpointRequest'], 'name' => 'DescribeOriginEndpoint', 'output' => ['shape' => 'DescribeOriginEndpointResponse']], 'ListChannels' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/channels', 'responseCode' => 200], 'input' => ['shape' => 'ListChannelsRequest'], 'name' => 'ListChannels', 'output' => ['shape' => 'ListChannelsResponse']], 'ListHarvestJobs' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/harvest_jobs', 'responseCode' => 200], 'input' => ['shape' => 'ListHarvestJobsRequest'], 'name' => 'ListHarvestJobs', 'output' => ['shape' => 'ListHarvestJobsResponse']], 'ListOriginEndpoints' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'GET', 'requestUri' => '/origin_endpoints', 'responseCode' => 200], 'input' => ['shape' => 'ListOriginEndpointsRequest'], 'name' => 'ListOriginEndpoints', 'output' => ['shape' => 'ListOriginEndpointsResponse']], 'ListTagsForResource' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'name' => 'ListTagsForResource', 'output' => ['shape' => 'ListTagsForResourceResponse']], 'RotateChannelCredentials' => ['deprecated' => \true, 'deprecatedMessage' => 'This API is deprecated. Please use RotateIngestEndpointCredentials instead', 'errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}/credentials', 'responseCode' => 200], 'input' => ['shape' => 'RotateChannelCredentialsRequest'], 'name' => 'RotateChannelCredentials', 'output' => ['shape' => 'RotateChannelCredentialsResponse']], 'RotateIngestEndpointCredentials' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}/ingest_endpoints/{ingest_endpoint_id}/credentials', 'responseCode' => 200], 'input' => ['shape' => 'RotateIngestEndpointCredentialsRequest'], 'name' => 'RotateIngestEndpointCredentials', 'output' => ['shape' => 'RotateIngestEndpointCredentialsResponse']], 'TagResource' => ['errors' => [], 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'name' => 'TagResource'], 'UntagResource' => ['errors' => [], 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'name' => 'UntagResource'], 'UpdateChannel' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/channels/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateChannelRequest'], 'name' => 'UpdateChannel', 'output' => ['shape' => 'UpdateChannelResponse']], 'UpdateOriginEndpoint' => ['errors' => [['shape' => 'UnprocessableEntityException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'TooManyRequestsException']], 'http' => ['method' => 'PUT', 'requestUri' => '/origin_endpoints/{id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateOriginEndpointRequest'], 'name' => 'UpdateOriginEndpoint', 'output' => ['shape' => 'UpdateOriginEndpointResponse']]], 'shapes' => ['AdMarkers' => ['enum' => ['NONE', 'SCTE35_ENHANCED', 'PASSTHROUGH', 'DATERANGE'], 'type' => 'string'], 'AdTriggers' => ['member' => ['shape' => '__AdTriggersElement'], 'type' => 'list'], 'AdsOnDeliveryRestrictions' => ['enum' => ['NONE', 'RESTRICTED', 'UNRESTRICTED', 'BOTH'], 'type' => 'string'], 'Authorization' => ['members' => ['CdnIdentifierSecret' => ['locationName' => 'cdnIdentifierSecret', 'shape' => '__string'], 'SecretsRoleArn' => ['locationName' => 'secretsRoleArn', 'shape' => '__string']], 'required' => ['SecretsRoleArn', 'CdnIdentifierSecret'], 'type' => 'structure'], 'Channel' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'ChannelCreateParameters' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'ChannelList' => ['members' => ['Channels' => ['locationName' => 'channels', 'shape' => '__listOfChannel'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ChannelUpdateParameters' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string']], 'type' => 'structure'], 'CmafEncryption' => ['members' => ['KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'CmafPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifest'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentPrefix' => ['locationName' => 'segmentPrefix', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'CmafPackageCreateOrUpdateParameters' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'CmafEncryption'], 'HlsManifests' => ['locationName' => 'hlsManifests', 'shape' => '__listOfHlsManifestCreateOrUpdateParameters'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentPrefix' => ['locationName' => 'segmentPrefix', 'shape' => '__string'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'CreateChannelRequest' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'required' => ['Id'], 'type' => 'structure'], 'CreateChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'CreateHarvestJobRequest' => ['members' => ['EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string']], 'required' => ['S3Destination', 'EndTime', 'OriginEndpointId', 'StartTime', 'Id'], 'type' => 'structure'], 'CreateHarvestJobResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'CreateOriginEndpointRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['ChannelId', 'Id'], 'type' => 'structure'], 'CreateOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'DashEncryption' => ['members' => ['KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'DashPackage' => ['members' => ['AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'DashEncryption'], 'ManifestLayout' => ['locationName' => 'manifestLayout', 'shape' => 'ManifestLayout'], 'ManifestWindowSeconds' => ['locationName' => 'manifestWindowSeconds', 'shape' => '__integer'], 'MinBufferTimeSeconds' => ['locationName' => 'minBufferTimeSeconds', 'shape' => '__integer'], 'MinUpdatePeriodSeconds' => ['locationName' => 'minUpdatePeriodSeconds', 'shape' => '__integer'], 'PeriodTriggers' => ['locationName' => 'periodTriggers', 'shape' => '__listOf__PeriodTriggersElement'], 'Profile' => ['locationName' => 'profile', 'shape' => 'Profile'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'SegmentTemplateFormat' => ['locationName' => 'segmentTemplateFormat', 'shape' => 'SegmentTemplateFormat'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection'], 'SuggestedPresentationDelaySeconds' => ['locationName' => 'suggestedPresentationDelaySeconds', 'shape' => '__integer']], 'type' => 'structure'], 'DeleteChannelRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteChannelResponse' => ['members' => [], 'type' => 'structure'], 'DeleteOriginEndpointRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DeleteOriginEndpointResponse' => ['members' => [], 'type' => 'structure'], 'DescribeChannelRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'DescribeHarvestJobRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeHarvestJobResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'DescribeOriginEndpointRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'DescribeOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'EncryptionMethod' => ['enum' => ['AES_128', 'SAMPLE_AES'], 'type' => 'string'], 'ForbiddenException' => ['error' => ['httpStatusCode' => 403], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'HarvestJob' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CreatedAt' => ['locationName' => 'createdAt', 'shape' => '__string'], 'EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string'], 'Status' => ['locationName' => 'status', 'shape' => 'Status']], 'type' => 'structure'], 'HarvestJobCreateParameters' => ['members' => ['EndTime' => ['locationName' => 'endTime', 'shape' => '__string'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'OriginEndpointId' => ['locationName' => 'originEndpointId', 'shape' => '__string'], 'S3Destination' => ['locationName' => 's3Destination', 'shape' => 'S3Destination'], 'StartTime' => ['locationName' => 'startTime', 'shape' => '__string']], 'required' => ['S3Destination', 'EndTime', 'OriginEndpointId', 'StartTime', 'Id'], 'type' => 'structure'], 'HarvestJobList' => ['members' => ['HarvestJobs' => ['locationName' => 'harvestJobs', 'shape' => '__listOfHarvestJob'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'HlsEncryption' => ['members' => ['ConstantInitializationVector' => ['locationName' => 'constantInitializationVector', 'shape' => '__string'], 'EncryptionMethod' => ['locationName' => 'encryptionMethod', 'shape' => 'EncryptionMethod'], 'KeyRotationIntervalSeconds' => ['locationName' => 'keyRotationIntervalSeconds', 'shape' => '__integer'], 'RepeatExtXKey' => ['locationName' => 'repeatExtXKey', 'shape' => '__boolean'], 'SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'HlsIngest' => ['members' => ['IngestEndpoints' => ['locationName' => 'ingestEndpoints', 'shape' => '__listOfIngestEndpoint']], 'type' => 'structure'], 'HlsManifest' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'HlsManifestCreateOrUpdateParameters' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer']], 'required' => ['Id'], 'type' => 'structure'], 'HlsPackage' => ['members' => ['AdMarkers' => ['locationName' => 'adMarkers', 'shape' => 'AdMarkers'], 'AdTriggers' => ['locationName' => 'adTriggers', 'shape' => 'AdTriggers'], 'AdsOnDeliveryRestrictions' => ['locationName' => 'adsOnDeliveryRestrictions', 'shape' => 'AdsOnDeliveryRestrictions'], 'Encryption' => ['locationName' => 'encryption', 'shape' => 'HlsEncryption'], 'IncludeIframeOnlyStream' => ['locationName' => 'includeIframeOnlyStream', 'shape' => '__boolean'], 'PlaylistType' => ['locationName' => 'playlistType', 'shape' => 'PlaylistType'], 'PlaylistWindowSeconds' => ['locationName' => 'playlistWindowSeconds', 'shape' => '__integer'], 'ProgramDateTimeIntervalSeconds' => ['locationName' => 'programDateTimeIntervalSeconds', 'shape' => '__integer'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection'], 'UseAudioRenditionGroup' => ['locationName' => 'useAudioRenditionGroup', 'shape' => '__boolean']], 'type' => 'structure'], 'IngestEndpoint' => ['members' => ['Id' => ['locationName' => 'id', 'shape' => '__string'], 'Password' => ['locationName' => 'password', 'shape' => '__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Username' => ['locationName' => 'username', 'shape' => '__string']], 'type' => 'structure'], 'InternalServerErrorException' => ['error' => ['httpStatusCode' => 500], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'ListChannelsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListChannelsResponse' => ['members' => ['Channels' => ['locationName' => 'channels', 'shape' => '__listOfChannel'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListHarvestJobsRequest' => ['members' => ['IncludeChannelId' => ['location' => 'querystring', 'locationName' => 'includeChannelId', 'shape' => '__string'], 'IncludeStatus' => ['location' => 'querystring', 'locationName' => 'includeStatus', 'shape' => '__string'], 'MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListHarvestJobsResponse' => ['members' => ['HarvestJobs' => ['locationName' => 'harvestJobs', 'shape' => '__listOfHarvestJob'], 'NextToken' => ['locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListOriginEndpointsRequest' => ['members' => ['ChannelId' => ['location' => 'querystring', 'locationName' => 'channelId', 'shape' => '__string'], 'MaxResults' => ['location' => 'querystring', 'locationName' => 'maxResults', 'shape' => 'MaxResults'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'nextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListOriginEndpointsResponse' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'OriginEndpoints' => ['locationName' => 'originEndpoints', 'shape' => '__listOfOriginEndpoint']], 'type' => 'structure'], 'ListTagsForResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string']], 'required' => ['ResourceArn'], 'type' => 'structure'], 'ListTagsForResourceResponse' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'type' => 'structure'], 'ManifestLayout' => ['enum' => ['FULL', 'COMPACT'], 'type' => 'string'], 'MaxResults' => ['max' => 1000, 'min' => 1, 'type' => 'integer'], 'MssEncryption' => ['members' => ['SpekeKeyProvider' => ['locationName' => 'spekeKeyProvider', 'shape' => 'SpekeKeyProvider']], 'required' => ['SpekeKeyProvider'], 'type' => 'structure'], 'MssPackage' => ['members' => ['Encryption' => ['locationName' => 'encryption', 'shape' => 'MssEncryption'], 'ManifestWindowSeconds' => ['locationName' => 'manifestWindowSeconds', 'shape' => '__integer'], 'SegmentDurationSeconds' => ['locationName' => 'segmentDurationSeconds', 'shape' => '__integer'], 'StreamSelection' => ['locationName' => 'streamSelection', 'shape' => 'StreamSelection']], 'type' => 'structure'], 'NotFoundException' => ['error' => ['httpStatusCode' => 404], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'OriginEndpoint' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'OriginEndpointCreateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['ChannelId', 'Id'], 'type' => 'structure'], 'OriginEndpointList' => ['members' => ['NextToken' => ['locationName' => 'nextToken', 'shape' => '__string'], 'OriginEndpoints' => ['locationName' => 'originEndpoints', 'shape' => '__listOfOriginEndpoint']], 'type' => 'structure'], 'OriginEndpointUpdateParameters' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], 'Origination' => ['enum' => ['ALLOW', 'DENY'], 'type' => 'string'], 'PlaylistType' => ['enum' => ['NONE', 'EVENT', 'VOD'], 'type' => 'string'], 'Profile' => ['enum' => ['NONE', 'HBBTV_1_5'], 'type' => 'string'], 'RotateChannelCredentialsRequest' => ['deprecated' => \true, 'members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'RotateChannelCredentialsResponse' => ['deprecated' => \true, 'members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'RotateIngestEndpointCredentialsRequest' => ['members' => ['Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string'], 'IngestEndpointId' => ['location' => 'uri', 'locationName' => 'ingest_endpoint_id', 'shape' => '__string']], 'required' => ['IngestEndpointId', 'Id'], 'type' => 'structure'], 'RotateIngestEndpointCredentialsResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'S3Destination' => ['members' => ['BucketName' => ['locationName' => 'bucketName', 'shape' => '__string'], 'ManifestKey' => ['locationName' => 'manifestKey', 'shape' => '__string'], 'RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string']], 'required' => ['ManifestKey', 'BucketName', 'RoleArn'], 'type' => 'structure'], 'SegmentTemplateFormat' => ['enum' => ['NUMBER_WITH_TIMELINE', 'TIME_WITH_TIMELINE', 'NUMBER_WITH_DURATION'], 'type' => 'string'], 'ServiceUnavailableException' => ['error' => ['httpStatusCode' => 503], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'SpekeKeyProvider' => ['members' => ['CertificateArn' => ['locationName' => 'certificateArn', 'shape' => '__string'], 'ResourceId' => ['locationName' => 'resourceId', 'shape' => '__string'], 'RoleArn' => ['locationName' => 'roleArn', 'shape' => '__string'], 'SystemIds' => ['locationName' => 'systemIds', 'shape' => '__listOf__string'], 'Url' => ['locationName' => 'url', 'shape' => '__string']], 'required' => ['ResourceId', 'SystemIds', 'Url', 'RoleArn'], 'type' => 'structure'], 'Status' => ['enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED'], 'type' => 'string'], 'StreamOrder' => ['enum' => ['ORIGINAL', 'VIDEO_BITRATE_ASCENDING', 'VIDEO_BITRATE_DESCENDING'], 'type' => 'string'], 'StreamSelection' => ['members' => ['MaxVideoBitsPerSecond' => ['locationName' => 'maxVideoBitsPerSecond', 'shape' => '__integer'], 'MinVideoBitsPerSecond' => ['locationName' => 'minVideoBitsPerSecond', 'shape' => '__integer'], 'StreamOrder' => ['locationName' => 'streamOrder', 'shape' => 'StreamOrder']], 'type' => 'structure'], 'TagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['ResourceArn', 'Tags'], 'type' => 'structure'], 'Tags' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], 'TagsModel' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['Tags'], 'type' => 'structure'], 'TooManyRequestsException' => ['error' => ['httpStatusCode' => 429], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UnprocessableEntityException' => ['error' => ['httpStatusCode' => 422], 'exception' => \true, 'members' => ['Message' => ['locationName' => 'message', 'shape' => '__string']], 'type' => 'structure'], 'UntagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'resource-arn', 'shape' => '__string'], 'TagKeys' => ['location' => 'querystring', 'locationName' => 'tagKeys', 'shape' => '__listOf__string']], 'required' => ['TagKeys', 'ResourceArn'], 'type' => 'structure'], 'UpdateChannelRequest' => ['members' => ['Description' => ['locationName' => 'description', 'shape' => '__string'], 'Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string']], 'required' => ['Id'], 'type' => 'structure'], 'UpdateChannelResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsIngest' => ['locationName' => 'hlsIngest', 'shape' => 'HlsIngest'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags']], 'type' => 'structure'], 'UpdateOriginEndpointRequest' => ['members' => ['Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackageCreateOrUpdateParameters'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['location' => 'uri', 'locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'required' => ['Id'], 'type' => 'structure'], 'UpdateOriginEndpointResponse' => ['members' => ['Arn' => ['locationName' => 'arn', 'shape' => '__string'], 'Authorization' => ['locationName' => 'authorization', 'shape' => 'Authorization'], 'ChannelId' => ['locationName' => 'channelId', 'shape' => '__string'], 'CmafPackage' => ['locationName' => 'cmafPackage', 'shape' => 'CmafPackage'], 'DashPackage' => ['locationName' => 'dashPackage', 'shape' => 'DashPackage'], 'Description' => ['locationName' => 'description', 'shape' => '__string'], 'HlsPackage' => ['locationName' => 'hlsPackage', 'shape' => 'HlsPackage'], 'Id' => ['locationName' => 'id', 'shape' => '__string'], 'ManifestName' => ['locationName' => 'manifestName', 'shape' => '__string'], 'MssPackage' => ['locationName' => 'mssPackage', 'shape' => 'MssPackage'], 'Origination' => ['locationName' => 'origination', 'shape' => 'Origination'], 'StartoverWindowSeconds' => ['locationName' => 'startoverWindowSeconds', 'shape' => '__integer'], 'Tags' => ['locationName' => 'tags', 'shape' => 'Tags'], 'TimeDelaySeconds' => ['locationName' => 'timeDelaySeconds', 'shape' => '__integer'], 'Url' => ['locationName' => 'url', 'shape' => '__string'], 'Whitelist' => ['locationName' => 'whitelist', 'shape' => '__listOf__string']], 'type' => 'structure'], '__AdTriggersElement' => ['enum' => ['SPLICE_INSERT', 'BREAK', 'PROVIDER_ADVERTISEMENT', 'DISTRIBUTOR_ADVERTISEMENT', 'PROVIDER_PLACEMENT_OPPORTUNITY', 'DISTRIBUTOR_PLACEMENT_OPPORTUNITY', 'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY', 'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'], 'type' => 'string'], '__PeriodTriggersElement' => ['enum' => ['ADS'], 'type' => 'string'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__listOfChannel' => ['member' => ['shape' => 'Channel'], 'type' => 'list'], '__listOfHarvestJob' => ['member' => ['shape' => 'HarvestJob'], 'type' => 'list'], '__listOfHlsManifest' => ['member' => ['shape' => 'HlsManifest'], 'type' => 'list'], '__listOfHlsManifestCreateOrUpdateParameters' => ['member' => ['shape' => 'HlsManifestCreateOrUpdateParameters'], 'type' => 'list'], '__listOfIngestEndpoint' => ['member' => ['shape' => 'IngestEndpoint'], 'type' => 'list'], '__listOfOriginEndpoint' => ['member' => ['shape' => 'OriginEndpoint'], 'type' => 'list'], '__listOf__PeriodTriggersElement' => ['member' => ['shape' => '__PeriodTriggersElement'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__mapOf__string' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], '__string' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/mediastore/2017-09-01/api-2.json.php b/vendor/Aws3/Aws/data/mediastore/2017-09-01/api-2.json.php index 3d59b675..b0cf0d71 100644 --- a/vendor/Aws3/Aws/data/mediastore/2017-09-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediastore/2017-09-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-09-01', 'endpointPrefix' => 'mediastore', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'MediaStore', 'serviceFullName' => 'AWS Elemental MediaStore', 'serviceId' => 'MediaStore', 'signatureVersion' => 'v4', 'signingName' => 'mediastore', 'targetPrefix' => 'MediaStore_20170901', 'uid' => 'mediastore-2017-09-01'], 'operations' => ['CreateContainer' => ['name' => 'CreateContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContainerInput'], 'output' => ['shape' => 'CreateContainerOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerError']]], 'DeleteContainer' => ['name' => 'DeleteContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContainerInput'], 'output' => ['shape' => 'DeleteContainerOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteContainerPolicy' => ['name' => 'DeleteContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContainerPolicyInput'], 'output' => ['shape' => 'DeleteContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteCorsPolicy' => ['name' => 'DeleteCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCorsPolicyInput'], 'output' => ['shape' => 'DeleteCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'CorsPolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecyclePolicyInput'], 'output' => ['shape' => 'DeleteLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DescribeContainer' => ['name' => 'DescribeContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeContainerInput'], 'output' => ['shape' => 'DescribeContainerOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'GetContainerPolicy' => ['name' => 'GetContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContainerPolicyInput'], 'output' => ['shape' => 'GetContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'GetCorsPolicy' => ['name' => 'GetCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCorsPolicyInput'], 'output' => ['shape' => 'GetCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'CorsPolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyInput'], 'output' => ['shape' => 'GetLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'ListContainers' => ['name' => 'ListContainers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListContainersInput'], 'output' => ['shape' => 'ListContainersOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'PutContainerPolicy' => ['name' => 'PutContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutContainerPolicyInput'], 'output' => ['shape' => 'PutContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'ContainerInUseException'], ['shape' => 'InternalServerError']]], 'PutCorsPolicy' => ['name' => 'PutCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutCorsPolicyInput'], 'output' => ['shape' => 'PutCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'ContainerInUseException'], ['shape' => 'InternalServerError']]], 'PutLifecyclePolicy' => ['name' => 'PutLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecyclePolicyInput'], 'output' => ['shape' => 'PutLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'StartAccessLogging' => ['name' => 'StartAccessLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAccessLoggingInput'], 'output' => ['shape' => 'StartAccessLoggingOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'StopAccessLogging' => ['name' => 'StopAccessLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAccessLoggingInput'], 'output' => ['shape' => 'StopAccessLoggingOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]]], 'shapes' => ['AllowedHeaders' => ['type' => 'list', 'member' => ['shape' => 'Header'], 'max' => 100, 'min' => 0], 'AllowedMethods' => ['type' => 'list', 'member' => ['shape' => 'MethodName'], 'max' => 4, 'min' => 1], 'AllowedOrigins' => ['type' => 'list', 'member' => ['shape' => 'Origin'], 'max' => 100, 'min' => 1], 'Container' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint'], 'CreationTime' => ['shape' => 'TimeStamp'], 'ARN' => ['shape' => 'ContainerARN'], 'Name' => ['shape' => 'ContainerName'], 'Status' => ['shape' => 'ContainerStatus'], 'AccessLoggingEnabled' => ['shape' => 'ContainerAccessLoggingEnabled']]], 'ContainerARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/[\\w-]{1,255}'], 'ContainerAccessLoggingEnabled' => ['type' => 'boolean'], 'ContainerInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ContainerList' => ['type' => 'list', 'member' => ['shape' => 'Container']], 'ContainerListLimit' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ContainerName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\w-]+'], 'ContainerNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ContainerPolicy' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\x00-\\x7F]+'], 'ContainerStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'CREATING', 'DELETING'], 'max' => 16, 'min' => 1], 'CorsPolicy' => ['type' => 'list', 'member' => ['shape' => 'CorsRule'], 'max' => 100, 'min' => 1], 'CorsPolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CorsRule' => ['type' => 'structure', 'required' => ['AllowedOrigins', 'AllowedHeaders'], 'members' => ['AllowedOrigins' => ['shape' => 'AllowedOrigins'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'AllowedHeaders' => ['shape' => 'AllowedHeaders'], 'MaxAgeSeconds' => ['shape' => 'MaxAgeSeconds'], 'ExposeHeaders' => ['shape' => 'ExposeHeaders']]], 'CreateContainerInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'Tags' => ['shape' => 'TagList']]], 'CreateContainerOutput' => ['type' => 'structure', 'required' => ['Container'], 'members' => ['Container' => ['shape' => 'Container']]], 'DeleteContainerInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteContainerOutput' => ['type' => 'structure', 'members' => []], 'DeleteContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteContainerPolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteCorsPolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteLifecyclePolicyOutput' => ['type' => 'structure', 'members' => []], 'DescribeContainerInput' => ['type' => 'structure', 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DescribeContainerOutput' => ['type' => 'structure', 'members' => ['Container' => ['shape' => 'Container']]], 'Endpoint' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[ \\w:\\.\\?-]+'], 'ExposeHeaders' => ['type' => 'list', 'member' => ['shape' => 'Header'], 'max' => 100, 'min' => 0], 'GetContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetContainerPolicyOutput' => ['type' => 'structure', 'required' => ['Policy'], 'members' => ['Policy' => ['shape' => 'ContainerPolicy']]], 'GetCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetCorsPolicyOutput' => ['type' => 'structure', 'required' => ['CorsPolicy'], 'members' => ['CorsPolicy' => ['shape' => 'CorsPolicy']]], 'GetLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetLifecyclePolicyOutput' => ['type' => 'structure', 'required' => ['LifecyclePolicy'], 'members' => ['LifecyclePolicy' => ['shape' => 'LifecyclePolicy']]], 'Header' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'LifecyclePolicy' => ['type' => 'string', 'max' => 8192, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListContainersInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'ContainerListLimit']]], 'ListContainersOutput' => ['type' => 'structure', 'required' => ['Containers'], 'members' => ['Containers' => ['shape' => 'ContainerList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ContainerARN']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxAgeSeconds' => ['type' => 'integer', 'max' => 2147483647, 'min' => 0], 'MethodName' => ['type' => 'string', 'enum' => ['PUT', 'GET', 'DELETE', 'HEAD']], 'Origin' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[0-9A-Za-z=/+]+'], 'PolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PutContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'Policy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'Policy' => ['shape' => 'ContainerPolicy']]], 'PutContainerPolicyOutput' => ['type' => 'structure', 'members' => []], 'PutCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'CorsPolicy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'CorsPolicy' => ['shape' => 'CorsPolicy']]], 'PutCorsPolicyOutput' => ['type' => 'structure', 'members' => []], 'PutLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'LifecyclePolicy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'LifecyclePolicy' => ['shape' => 'LifecyclePolicy']]], 'PutLifecyclePolicyOutput' => ['type' => 'structure', 'members' => []], 'StartAccessLoggingInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'StartAccessLoggingOutput' => ['type' => 'structure', 'members' => []], 'StopAccessLoggingInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'StopAccessLoggingOutput' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceInput' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'ContainerARN'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TimeStamp' => ['type' => 'timestamp'], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'ContainerARN'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-09-01', 'endpointPrefix' => 'mediastore', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'MediaStore', 'serviceFullName' => 'AWS Elemental MediaStore', 'serviceId' => 'MediaStore', 'signatureVersion' => 'v4', 'signingName' => 'mediastore', 'targetPrefix' => 'MediaStore_20170901', 'uid' => 'mediastore-2017-09-01'], 'operations' => ['CreateContainer' => ['name' => 'CreateContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateContainerInput'], 'output' => ['shape' => 'CreateContainerOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServerError']]], 'DeleteContainer' => ['name' => 'DeleteContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContainerInput'], 'output' => ['shape' => 'DeleteContainerOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteContainerPolicy' => ['name' => 'DeleteContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteContainerPolicyInput'], 'output' => ['shape' => 'DeleteContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteCorsPolicy' => ['name' => 'DeleteCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCorsPolicyInput'], 'output' => ['shape' => 'DeleteCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'CorsPolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteLifecyclePolicy' => ['name' => 'DeleteLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLifecyclePolicyInput'], 'output' => ['shape' => 'DeleteLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DeleteMetricPolicy' => ['name' => 'DeleteMetricPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMetricPolicyInput'], 'output' => ['shape' => 'DeleteMetricPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'DescribeContainer' => ['name' => 'DescribeContainer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeContainerInput'], 'output' => ['shape' => 'DescribeContainerOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'GetContainerPolicy' => ['name' => 'GetContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContainerPolicyInput'], 'output' => ['shape' => 'GetContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'GetCorsPolicy' => ['name' => 'GetCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCorsPolicyInput'], 'output' => ['shape' => 'GetCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'CorsPolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'GetLifecyclePolicy' => ['name' => 'GetLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLifecyclePolicyInput'], 'output' => ['shape' => 'GetLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'InternalServerError']]], 'GetMetricPolicy' => ['name' => 'GetMetricPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricPolicyInput'], 'output' => ['shape' => 'GetMetricPolicyOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ContainerInUseException'], ['shape' => 'InternalServerError']]], 'ListContainers' => ['name' => 'ListContainers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListContainersInput'], 'output' => ['shape' => 'ListContainersOutput'], 'errors' => [['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'PutContainerPolicy' => ['name' => 'PutContainerPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutContainerPolicyInput'], 'output' => ['shape' => 'PutContainerPolicyOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'ContainerInUseException'], ['shape' => 'InternalServerError']]], 'PutCorsPolicy' => ['name' => 'PutCorsPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutCorsPolicyInput'], 'output' => ['shape' => 'PutCorsPolicyOutput'], 'errors' => [['shape' => 'ContainerNotFoundException'], ['shape' => 'ContainerInUseException'], ['shape' => 'InternalServerError']]], 'PutLifecyclePolicy' => ['name' => 'PutLifecyclePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLifecyclePolicyInput'], 'output' => ['shape' => 'PutLifecyclePolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'PutMetricPolicy' => ['name' => 'PutMetricPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricPolicyInput'], 'output' => ['shape' => 'PutMetricPolicyOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'StartAccessLogging' => ['name' => 'StartAccessLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAccessLoggingInput'], 'output' => ['shape' => 'StartAccessLoggingOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'StopAccessLogging' => ['name' => 'StopAccessLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAccessLoggingInput'], 'output' => ['shape' => 'StopAccessLoggingOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput'], 'errors' => [['shape' => 'ContainerInUseException'], ['shape' => 'ContainerNotFoundException'], ['shape' => 'InternalServerError']]]], 'shapes' => ['AllowedHeaders' => ['type' => 'list', 'member' => ['shape' => 'Header'], 'max' => 100, 'min' => 0], 'AllowedMethods' => ['type' => 'list', 'member' => ['shape' => 'MethodName'], 'max' => 4, 'min' => 1], 'AllowedOrigins' => ['type' => 'list', 'member' => ['shape' => 'Origin'], 'max' => 100, 'min' => 1], 'Container' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'Endpoint'], 'CreationTime' => ['shape' => 'TimeStamp'], 'ARN' => ['shape' => 'ContainerARN'], 'Name' => ['shape' => 'ContainerName'], 'Status' => ['shape' => 'ContainerStatus'], 'AccessLoggingEnabled' => ['shape' => 'ContainerAccessLoggingEnabled']]], 'ContainerARN' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/[\\w-]{1,255}'], 'ContainerAccessLoggingEnabled' => ['type' => 'boolean'], 'ContainerInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ContainerLevelMetrics' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'ContainerList' => ['type' => 'list', 'member' => ['shape' => 'Container']], 'ContainerListLimit' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ContainerName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\w-]+'], 'ContainerNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ContainerPolicy' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\x00-\\x7F]+'], 'ContainerStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'CREATING', 'DELETING'], 'max' => 16, 'min' => 1], 'CorsPolicy' => ['type' => 'list', 'member' => ['shape' => 'CorsRule'], 'max' => 100, 'min' => 1], 'CorsPolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CorsRule' => ['type' => 'structure', 'required' => ['AllowedOrigins', 'AllowedHeaders'], 'members' => ['AllowedOrigins' => ['shape' => 'AllowedOrigins'], 'AllowedMethods' => ['shape' => 'AllowedMethods'], 'AllowedHeaders' => ['shape' => 'AllowedHeaders'], 'MaxAgeSeconds' => ['shape' => 'MaxAgeSeconds'], 'ExposeHeaders' => ['shape' => 'ExposeHeaders']]], 'CreateContainerInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'Tags' => ['shape' => 'TagList']]], 'CreateContainerOutput' => ['type' => 'structure', 'required' => ['Container'], 'members' => ['Container' => ['shape' => 'Container']]], 'DeleteContainerInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteContainerOutput' => ['type' => 'structure', 'members' => []], 'DeleteContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteContainerPolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteCorsPolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteLifecyclePolicyOutput' => ['type' => 'structure', 'members' => []], 'DeleteMetricPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DeleteMetricPolicyOutput' => ['type' => 'structure', 'members' => []], 'DescribeContainerInput' => ['type' => 'structure', 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'DescribeContainerOutput' => ['type' => 'structure', 'members' => ['Container' => ['shape' => 'Container']]], 'Endpoint' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[ \\w:\\.\\?-]+'], 'ExposeHeaders' => ['type' => 'list', 'member' => ['shape' => 'Header'], 'max' => 100, 'min' => 0], 'GetContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetContainerPolicyOutput' => ['type' => 'structure', 'required' => ['Policy'], 'members' => ['Policy' => ['shape' => 'ContainerPolicy']]], 'GetCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetCorsPolicyOutput' => ['type' => 'structure', 'required' => ['CorsPolicy'], 'members' => ['CorsPolicy' => ['shape' => 'CorsPolicy']]], 'GetLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetLifecyclePolicyOutput' => ['type' => 'structure', 'required' => ['LifecyclePolicy'], 'members' => ['LifecyclePolicy' => ['shape' => 'LifecyclePolicy']]], 'GetMetricPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'GetMetricPolicyOutput' => ['type' => 'structure', 'required' => ['MetricPolicy'], 'members' => ['MetricPolicy' => ['shape' => 'MetricPolicy']]], 'Header' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'LifecyclePolicy' => ['type' => 'string', 'max' => 8192, 'min' => 0, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListContainersInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'ContainerListLimit']]], 'ListContainersOutput' => ['type' => 'structure', 'required' => ['Containers'], 'members' => ['Containers' => ['shape' => 'ContainerList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ContainerARN']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxAgeSeconds' => ['type' => 'integer', 'max' => 2147483647, 'min' => 0], 'MethodName' => ['type' => 'string', 'enum' => ['PUT', 'GET', 'DELETE', 'HEAD']], 'MetricPolicy' => ['type' => 'structure', 'required' => ['ContainerLevelMetrics'], 'members' => ['ContainerLevelMetrics' => ['shape' => 'ContainerLevelMetrics'], 'MetricPolicyRules' => ['shape' => 'MetricPolicyRules']]], 'MetricPolicyRule' => ['type' => 'structure', 'required' => ['ObjectGroup', 'ObjectGroupName'], 'members' => ['ObjectGroup' => ['shape' => 'ObjectGroup'], 'ObjectGroupName' => ['shape' => 'ObjectGroupName']]], 'MetricPolicyRules' => ['type' => 'list', 'member' => ['shape' => 'MetricPolicyRule'], 'max' => 300, 'min' => 1], 'ObjectGroup' => ['type' => 'string', 'max' => 900, 'min' => 1, 'pattern' => '/?(?:[A-Za-z0-9_=:\\.\\-\\~\\*]+/){0,10}(?:[A-Za-z0-9_=:\\.\\-\\~\\*]+)?/?'], 'ObjectGroupName' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '[a-zA-Z0-9_]+'], 'Origin' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[0-9A-Za-z=/+]+'], 'PolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PutContainerPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'Policy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'Policy' => ['shape' => 'ContainerPolicy']]], 'PutContainerPolicyOutput' => ['type' => 'structure', 'members' => []], 'PutCorsPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'CorsPolicy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'CorsPolicy' => ['shape' => 'CorsPolicy']]], 'PutCorsPolicyOutput' => ['type' => 'structure', 'members' => []], 'PutLifecyclePolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'LifecyclePolicy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'LifecyclePolicy' => ['shape' => 'LifecyclePolicy']]], 'PutLifecyclePolicyOutput' => ['type' => 'structure', 'members' => []], 'PutMetricPolicyInput' => ['type' => 'structure', 'required' => ['ContainerName', 'MetricPolicy'], 'members' => ['ContainerName' => ['shape' => 'ContainerName'], 'MetricPolicy' => ['shape' => 'MetricPolicy']]], 'PutMetricPolicyOutput' => ['type' => 'structure', 'members' => []], 'StartAccessLoggingInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'StartAccessLoggingOutput' => ['type' => 'structure', 'members' => []], 'StopAccessLoggingInput' => ['type' => 'structure', 'required' => ['ContainerName'], 'members' => ['ContainerName' => ['shape' => 'ContainerName']]], 'StopAccessLoggingOutput' => ['type' => 'structure', 'members' => []], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 1], 'TagResourceInput' => ['type' => 'structure', 'required' => ['Resource', 'Tags'], 'members' => ['Resource' => ['shape' => 'ContainerARN'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'TimeStamp' => ['type' => 'timestamp'], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['Resource', 'TagKeys'], 'members' => ['Resource' => ['shape' => 'ContainerARN'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []]]]; diff --git a/vendor/Aws3/Aws/data/mediatailor/2018-04-23/api-2.json.php b/vendor/Aws3/Aws/data/mediatailor/2018-04-23/api-2.json.php index 4051db1c..3b7df2c2 100644 --- a/vendor/Aws3/Aws/data/mediatailor/2018-04-23/api-2.json.php +++ b/vendor/Aws3/Aws/data/mediatailor/2018-04-23/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2018-04-23', 'endpointPrefix' => 'api.mediatailor', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaTailor', 'serviceFullName' => 'AWS MediaTailor', 'serviceId' => 'MediaTailor', 'signatureVersion' => 'v4', 'signingName' => 'mediatailor', 'uid' => 'mediatailor-2018-04-23'], 'operations' => ['DeletePlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'DELETE', 'requestUri' => '/playbackConfiguration/{Name}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePlaybackConfigurationRequest'], 'name' => 'DeletePlaybackConfiguration', 'output' => ['shape' => 'DeletePlaybackConfigurationResponse']], 'GetPlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/playbackConfiguration/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'GetPlaybackConfigurationRequest'], 'name' => 'GetPlaybackConfiguration', 'output' => ['shape' => 'GetPlaybackConfigurationResponse']], 'ListPlaybackConfigurations' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/playbackConfigurations', 'responseCode' => 200], 'input' => ['shape' => 'ListPlaybackConfigurationsRequest'], 'name' => 'ListPlaybackConfigurations', 'output' => ['shape' => 'ListPlaybackConfigurationsResponse']], 'ListTagsForResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'name' => 'ListTagsForResource', 'output' => ['shape' => 'ListTagsForResourceResponse']], 'PutPlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'PUT', 'requestUri' => '/playbackConfiguration', 'responseCode' => 200], 'input' => ['shape' => 'PutPlaybackConfigurationRequest'], 'name' => 'PutPlaybackConfiguration', 'output' => ['shape' => 'PutPlaybackConfigurationResponse']], 'TagResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'name' => 'TagResource'], 'UntagResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'name' => 'UntagResource']], 'shapes' => ['BadRequestException' => ['error' => ['httpStatusCode' => 400], 'exception' => \true, 'members' => ['Message' => ['shape' => '__string']], 'type' => 'structure'], 'CdnConfiguration' => ['members' => ['AdSegmentUrlPrefix' => ['shape' => '__string'], 'ContentSegmentUrlPrefix' => ['shape' => '__string']], 'type' => 'structure'], 'DashConfiguration' => ['members' => ['ManifestEndpointPrefix' => ['shape' => '__string'], 'MpdLocation' => ['shape' => '__string'], 'OriginManifestType' => ['shape' => 'OriginManifestType']], 'type' => 'structure'], 'DashConfigurationForPut' => ['members' => ['MpdLocation' => ['shape' => '__string'], 'OriginManifestType' => ['shape' => 'OriginManifestType']], 'type' => 'structure'], 'DeletePlaybackConfigurationRequest' => ['members' => ['Name' => ['location' => 'uri', 'locationName' => 'Name', 'shape' => '__string']], 'required' => ['Name'], 'type' => 'structure'], 'DeletePlaybackConfigurationResponse' => ['members' => [], 'type' => 'structure'], 'GetPlaybackConfigurationRequest' => ['members' => ['Name' => ['location' => 'uri', 'locationName' => 'Name', 'shape' => '__string']], 'required' => ['Name'], 'type' => 'structure'], 'GetPlaybackConfigurationResponse' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'HlsConfiguration' => ['members' => ['ManifestEndpointPrefix' => ['shape' => '__string']], 'type' => 'structure'], 'ListPlaybackConfigurationsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'MaxResults', 'shape' => '__integerMin1Max100'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'NextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPlaybackConfigurationsResponse' => ['members' => ['Items' => ['shape' => '__listOfPlaybackConfigurations'], 'NextToken' => ['shape' => '__string']], 'type' => 'structure'], 'ListTagsForResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string']], 'required' => ['ResourceArn'], 'type' => 'structure'], 'ListTagsForResourceResponse' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'type' => 'structure'], 'OriginManifestType' => ['enum' => ['SINGLE_PERIOD', 'MULTI_PERIOD'], 'type' => 'string'], 'PlaybackConfiguration' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'LivePreRollConfiguration' => ['type' => 'structure', 'members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'MaxDurationSeconds' => ['shape' => '__integer']]], 'PutPlaybackConfigurationRequest' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfigurationForPut'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'PutPlaybackConfigurationResponse' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'TagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['ResourceArn', 'Tags'], 'type' => 'structure'], 'TagsModel' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['Tags'], 'type' => 'structure'], 'UntagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string'], 'TagKeys' => ['location' => 'querystring', 'locationName' => 'tagKeys', 'shape' => '__listOf__string']], 'required' => ['ResourceArn', 'TagKeys'], 'type' => 'structure'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1' => ['type' => 'integer', 'min' => 1], '__integerMin1Max100' => ['max' => 100, 'min' => 1, 'type' => 'integer'], '__listOfPlaybackConfigurations' => ['member' => ['shape' => 'PlaybackConfiguration'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__mapOf__string' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['timestampFormat' => 'iso8601', 'type' => 'timestamp'], '__timestampUnix' => ['timestampFormat' => 'unixTimestamp', 'type' => 'timestamp']]]; +return ['metadata' => ['apiVersion' => '2018-04-23', 'endpointPrefix' => 'api.mediatailor', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'MediaTailor', 'serviceFullName' => 'AWS MediaTailor', 'serviceId' => 'MediaTailor', 'signatureVersion' => 'v4', 'signingName' => 'mediatailor', 'uid' => 'mediatailor-2018-04-23'], 'operations' => ['DeletePlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'DELETE', 'requestUri' => '/playbackConfiguration/{Name}', 'responseCode' => 204], 'input' => ['shape' => 'DeletePlaybackConfigurationRequest'], 'name' => 'DeletePlaybackConfiguration', 'output' => ['shape' => 'DeletePlaybackConfigurationResponse']], 'GetPlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/playbackConfiguration/{Name}', 'responseCode' => 200], 'input' => ['shape' => 'GetPlaybackConfigurationRequest'], 'name' => 'GetPlaybackConfiguration', 'output' => ['shape' => 'GetPlaybackConfigurationResponse']], 'ListPlaybackConfigurations' => ['errors' => [], 'http' => ['method' => 'GET', 'requestUri' => '/playbackConfigurations', 'responseCode' => 200], 'input' => ['shape' => 'ListPlaybackConfigurationsRequest'], 'name' => 'ListPlaybackConfigurations', 'output' => ['shape' => 'ListPlaybackConfigurationsResponse']], 'ListTagsForResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'name' => 'ListTagsForResource', 'output' => ['shape' => 'ListTagsForResourceResponse']], 'PutPlaybackConfiguration' => ['errors' => [], 'http' => ['method' => 'PUT', 'requestUri' => '/playbackConfiguration', 'responseCode' => 200], 'input' => ['shape' => 'PutPlaybackConfigurationRequest'], 'name' => 'PutPlaybackConfiguration', 'output' => ['shape' => 'PutPlaybackConfigurationResponse']], 'TagResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'name' => 'TagResource'], 'UntagResource' => ['errors' => [['shape' => 'BadRequestException']], 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'name' => 'UntagResource']], 'shapes' => ['AvailSuppression' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'Mode'], 'Value' => ['shape' => '__string']]], 'BadRequestException' => ['error' => ['httpStatusCode' => 400], 'exception' => \true, 'members' => ['Message' => ['shape' => '__string']], 'type' => 'structure'], 'Bumper' => ['type' => 'structure', 'members' => ['EndUrl' => ['shape' => '__string'], 'StartUrl' => ['shape' => '__string']]], 'CdnConfiguration' => ['members' => ['AdSegmentUrlPrefix' => ['shape' => '__string'], 'ContentSegmentUrlPrefix' => ['shape' => '__string']], 'type' => 'structure'], 'DashConfiguration' => ['members' => ['ManifestEndpointPrefix' => ['shape' => '__string'], 'MpdLocation' => ['shape' => '__string'], 'OriginManifestType' => ['shape' => 'OriginManifestType']], 'type' => 'structure'], 'DashConfigurationForPut' => ['members' => ['MpdLocation' => ['shape' => '__string'], 'OriginManifestType' => ['shape' => 'OriginManifestType']], 'type' => 'structure'], 'DeletePlaybackConfigurationRequest' => ['members' => ['Name' => ['location' => 'uri', 'locationName' => 'Name', 'shape' => '__string']], 'required' => ['Name'], 'type' => 'structure'], 'DeletePlaybackConfigurationResponse' => ['members' => [], 'type' => 'structure'], 'GetPlaybackConfigurationRequest' => ['members' => ['Name' => ['location' => 'uri', 'locationName' => 'Name', 'shape' => '__string']], 'required' => ['Name'], 'type' => 'structure'], 'GetPlaybackConfigurationResponse' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'AvailSuppression' => ['shape' => 'AvailSuppression'], 'Bumper' => ['shape' => 'Bumper'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'HlsConfiguration' => ['members' => ['ManifestEndpointPrefix' => ['shape' => '__string']], 'type' => 'structure'], 'ListPlaybackConfigurationsRequest' => ['members' => ['MaxResults' => ['location' => 'querystring', 'locationName' => 'MaxResults', 'shape' => '__integerMin1Max100'], 'NextToken' => ['location' => 'querystring', 'locationName' => 'NextToken', 'shape' => '__string']], 'type' => 'structure'], 'ListPlaybackConfigurationsResponse' => ['members' => ['Items' => ['shape' => '__listOfPlaybackConfigurations'], 'NextToken' => ['shape' => '__string']], 'type' => 'structure'], 'ListTagsForResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string']], 'required' => ['ResourceArn'], 'type' => 'structure'], 'ListTagsForResourceResponse' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'type' => 'structure'], 'OriginManifestType' => ['enum' => ['SINGLE_PERIOD', 'MULTI_PERIOD'], 'type' => 'string'], 'Mode' => ['enum' => ['OFF', 'BEHIND_LIVE_EDGE'], 'type' => 'string'], 'PlaybackConfiguration' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'LivePreRollConfiguration' => ['type' => 'structure', 'members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'MaxDurationSeconds' => ['shape' => '__integer']]], 'PutPlaybackConfigurationRequest' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'AvailSuppression' => ['shape' => 'AvailSuppression'], 'Bumper' => ['shape' => 'Bumper'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'PersonalizationThresholdSeconds' => ['shape' => '__integerMin1'], 'DashConfiguration' => ['shape' => 'DashConfigurationForPut'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'PutPlaybackConfigurationResponse' => ['members' => ['AdDecisionServerUrl' => ['shape' => '__string'], 'AvailSuppression' => ['shape' => 'AvailSuppression'], 'Bumper' => ['shape' => 'Bumper'], 'CdnConfiguration' => ['shape' => 'CdnConfiguration'], 'DashConfiguration' => ['shape' => 'DashConfiguration'], 'HlsConfiguration' => ['shape' => 'HlsConfiguration'], 'LivePreRollConfiguration' => ['shape' => 'LivePreRollConfiguration'], 'Name' => ['shape' => '__string'], 'PlaybackConfigurationArn' => ['shape' => '__string'], 'PlaybackEndpointPrefix' => ['shape' => '__string'], 'SessionInitializationEndpointPrefix' => ['shape' => '__string'], 'SlateAdUrl' => ['shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string'], 'TranscodeProfileName' => ['shape' => '__string'], 'VideoContentSourceUrl' => ['shape' => '__string']], 'type' => 'structure'], 'TagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string'], 'Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['ResourceArn', 'Tags'], 'type' => 'structure'], 'TagsModel' => ['members' => ['Tags' => ['locationName' => 'tags', 'shape' => '__mapOf__string']], 'required' => ['Tags'], 'type' => 'structure'], 'UntagResourceRequest' => ['members' => ['ResourceArn' => ['location' => 'uri', 'locationName' => 'ResourceArn', 'shape' => '__string'], 'TagKeys' => ['location' => 'querystring', 'locationName' => 'tagKeys', 'shape' => '__listOf__string']], 'required' => ['ResourceArn', 'TagKeys'], 'type' => 'structure'], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1' => ['type' => 'integer', 'min' => 1], '__integerMin1Max100' => ['max' => 100, 'min' => 1, 'type' => 'integer'], '__listOfPlaybackConfigurations' => ['member' => ['shape' => 'PlaybackConfiguration'], 'type' => 'list'], '__listOf__string' => ['member' => ['shape' => '__string'], 'type' => 'list'], '__long' => ['type' => 'long'], '__mapOf__string' => ['key' => ['shape' => '__string'], 'type' => 'map', 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['timestampFormat' => 'iso8601', 'type' => 'timestamp'], '__timestampUnix' => ['timestampFormat' => 'unixTimestamp', 'type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/mgh/2017-05-31/api-2.json.php b/vendor/Aws3/Aws/data/mgh/2017-05-31/api-2.json.php index 0d0b7620..23bcf144 100644 --- a/vendor/Aws3/Aws/data/mgh/2017-05-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/mgh/2017-05-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-05-31', 'endpointPrefix' => 'mgh', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Migration Hub', 'serviceId' => 'Migration Hub', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSMigrationHub', 'uid' => 'AWSMigrationHub-2017-05-31'], 'operations' => ['AssociateCreatedArtifact' => ['name' => 'AssociateCreatedArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateCreatedArtifactRequest'], 'output' => ['shape' => 'AssociateCreatedArtifactResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'AssociateDiscoveredResource' => ['name' => 'AssociateDiscoveredResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDiscoveredResourceRequest'], 'output' => ['shape' => 'AssociateDiscoveredResourceResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'CreateProgressUpdateStream' => ['name' => 'CreateProgressUpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProgressUpdateStreamRequest'], 'output' => ['shape' => 'CreateProgressUpdateStreamResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'DeleteProgressUpdateStream' => ['name' => 'DeleteProgressUpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProgressUpdateStreamRequest'], 'output' => ['shape' => 'DeleteProgressUpdateStreamResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DescribeApplicationState' => ['name' => 'DescribeApplicationState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationStateRequest'], 'output' => ['shape' => 'DescribeApplicationStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DescribeMigrationTask' => ['name' => 'DescribeMigrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMigrationTaskRequest'], 'output' => ['shape' => 'DescribeMigrationTaskResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DisassociateCreatedArtifact' => ['name' => 'DisassociateCreatedArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateCreatedArtifactRequest'], 'output' => ['shape' => 'DisassociateCreatedArtifactResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DisassociateDiscoveredResource' => ['name' => 'DisassociateDiscoveredResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDiscoveredResourceRequest'], 'output' => ['shape' => 'DisassociateDiscoveredResourceResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ImportMigrationTask' => ['name' => 'ImportMigrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportMigrationTaskRequest'], 'output' => ['shape' => 'ImportMigrationTaskResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListApplicationStates' => ['name' => 'ListApplicationStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationStatesRequest'], 'output' => ['shape' => 'ListApplicationStatesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'ListCreatedArtifacts' => ['name' => 'ListCreatedArtifacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCreatedArtifactsRequest'], 'output' => ['shape' => 'ListCreatedArtifactsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListDiscoveredResources' => ['name' => 'ListDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListDiscoveredResourcesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListMigrationTasks' => ['name' => 'ListMigrationTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMigrationTasksRequest'], 'output' => ['shape' => 'ListMigrationTasksResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListProgressUpdateStreams' => ['name' => 'ListProgressUpdateStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProgressUpdateStreamsRequest'], 'output' => ['shape' => 'ListProgressUpdateStreamsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'NotifyApplicationState' => ['name' => 'NotifyApplicationState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyApplicationStateRequest'], 'output' => ['shape' => 'NotifyApplicationStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'NotifyMigrationTaskState' => ['name' => 'NotifyMigrationTaskState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyMigrationTaskStateRequest'], 'output' => ['shape' => 'NotifyMigrationTaskStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'PutResourceAttributes' => ['name' => 'PutResourceAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourceAttributesRequest'], 'output' => ['shape' => 'PutResourceAttributesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ApplicationId' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'ApplicationIds' => ['type' => 'list', 'member' => ['shape' => 'ApplicationId'], 'max' => 100, 'min' => 1], 'ApplicationState' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'ApplicationId'], 'ApplicationStatus' => ['shape' => 'ApplicationStatus'], 'LastUpdatedTime' => ['shape' => 'UpdateDateTime']]], 'ApplicationStateList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationState'], 'max' => 1000, 'min' => 0], 'ApplicationStatus' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'COMPLETED']], 'AssociateCreatedArtifactRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'CreatedArtifact'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'CreatedArtifact' => ['shape' => 'CreatedArtifact'], 'DryRun' => ['shape' => 'DryRun']]], 'AssociateCreatedArtifactResult' => ['type' => 'structure', 'members' => []], 'AssociateDiscoveredResourceRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'DiscoveredResource'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'DiscoveredResource' => ['shape' => 'DiscoveredResource'], 'DryRun' => ['shape' => 'DryRun']]], 'AssociateDiscoveredResourceResult' => ['type' => 'structure', 'members' => []], 'ConfigurationId' => ['type' => 'string', 'min' => 1], 'CreateProgressUpdateStreamRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStreamName'], 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream'], 'DryRun' => ['shape' => 'DryRun']]], 'CreateProgressUpdateStreamResult' => ['type' => 'structure', 'members' => []], 'CreatedArtifact' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CreatedArtifactName'], 'Description' => ['shape' => 'CreatedArtifactDescription']]], 'CreatedArtifactDescription' => ['type' => 'string', 'max' => 500, 'min' => 0], 'CreatedArtifactList' => ['type' => 'list', 'member' => ['shape' => 'CreatedArtifact']], 'CreatedArtifactName' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => 'arn:[a-z-]+:[a-z0-9-]+:(?:[a-z0-9-]+|):(?:[0-9]{12}|):.*'], 'DeleteProgressUpdateStreamRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStreamName'], 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream'], 'DryRun' => ['shape' => 'DryRun']]], 'DeleteProgressUpdateStreamResult' => ['type' => 'structure', 'members' => []], 'DescribeApplicationStateRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'ApplicationId']]], 'DescribeApplicationStateResult' => ['type' => 'structure', 'members' => ['ApplicationStatus' => ['shape' => 'ApplicationStatus'], 'LastUpdatedTime' => ['shape' => 'UpdateDateTime']]], 'DescribeMigrationTaskRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName']]], 'DescribeMigrationTaskResult' => ['type' => 'structure', 'members' => ['MigrationTask' => ['shape' => 'MigrationTask']]], 'DisassociateCreatedArtifactRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'CreatedArtifactName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'CreatedArtifactName' => ['shape' => 'CreatedArtifactName'], 'DryRun' => ['shape' => 'DryRun']]], 'DisassociateCreatedArtifactResult' => ['type' => 'structure', 'members' => []], 'DisassociateDiscoveredResourceRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'ConfigurationId'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'ConfigurationId' => ['shape' => 'ConfigurationId'], 'DryRun' => ['shape' => 'DryRun']]], 'DisassociateDiscoveredResourceResult' => ['type' => 'structure', 'members' => []], 'DiscoveredResource' => ['type' => 'structure', 'required' => ['ConfigurationId'], 'members' => ['ConfigurationId' => ['shape' => 'ConfigurationId'], 'Description' => ['shape' => 'DiscoveredResourceDescription']]], 'DiscoveredResourceDescription' => ['type' => 'string', 'max' => 500, 'min' => 0], 'DiscoveredResourceList' => ['type' => 'list', 'member' => ['shape' => 'DiscoveredResource']], 'DryRun' => ['type' => 'boolean'], 'DryRunOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'HomeRegionNotSetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ImportMigrationTaskRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'DryRun' => ['shape' => 'DryRun']]], 'ImportMigrationTaskResult' => ['type' => 'structure', 'members' => []], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LatestResourceAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute'], 'max' => 100, 'min' => 0], 'ListApplicationStatesRequest' => ['type' => 'structure', 'members' => ['ApplicationIds' => ['shape' => 'ApplicationIds'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListApplicationStatesResult' => ['type' => 'structure', 'members' => ['ApplicationStateList' => ['shape' => 'ApplicationStateList'], 'NextToken' => ['shape' => 'Token']]], 'ListCreatedArtifactsRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResultsCreatedArtifacts']]], 'ListCreatedArtifactsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'CreatedArtifactList' => ['shape' => 'CreatedArtifactList']]], 'ListDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResultsResources']]], 'ListDiscoveredResourcesResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'DiscoveredResourceList' => ['shape' => 'DiscoveredResourceList']]], 'ListMigrationTasksRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults'], 'ResourceName' => ['shape' => 'ResourceName']]], 'ListMigrationTasksResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MigrationTaskSummaryList' => ['shape' => 'MigrationTaskSummaryList']]], 'ListProgressUpdateStreamsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListProgressUpdateStreamsResult' => ['type' => 'structure', 'members' => ['ProgressUpdateStreamSummaryList' => ['shape' => 'ProgressUpdateStreamSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'MaxResultsCreatedArtifacts' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'MaxResultsResources' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'MigrationTask' => ['type' => 'structure', 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Task' => ['shape' => 'Task'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'ResourceAttributeList' => ['shape' => 'LatestResourceAttributeList']]], 'MigrationTaskName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[^:|]+'], 'MigrationTaskSummary' => ['type' => 'structure', 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Status' => ['shape' => 'Status'], 'ProgressPercent' => ['shape' => 'ProgressPercent'], 'StatusDetail' => ['shape' => 'StatusDetail'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime']]], 'MigrationTaskSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MigrationTaskSummary']], 'NextUpdateSeconds' => ['type' => 'integer', 'min' => 0], 'NotifyApplicationStateRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Status'], 'members' => ['ApplicationId' => ['shape' => 'ApplicationId'], 'Status' => ['shape' => 'ApplicationStatus'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'DryRun' => ['shape' => 'DryRun']]], 'NotifyApplicationStateResult' => ['type' => 'structure', 'members' => []], 'NotifyMigrationTaskStateRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'Task', 'UpdateDateTime', 'NextUpdateSeconds'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Task' => ['shape' => 'Task'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'NextUpdateSeconds' => ['shape' => 'NextUpdateSeconds'], 'DryRun' => ['shape' => 'DryRun']]], 'NotifyMigrationTaskStateResult' => ['type' => 'structure', 'members' => []], 'PolicyErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ProgressPercent' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 0], 'ProgressUpdateStream' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[^/:|\\000-\\037]+'], 'ProgressUpdateStreamSummary' => ['type' => 'structure', 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream']]], 'ProgressUpdateStreamSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProgressUpdateStreamSummary']], 'PutResourceAttributesRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'ResourceAttributeList'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'ResourceAttributeList' => ['shape' => 'ResourceAttributeList'], 'DryRun' => ['shape' => 'DryRun']]], 'PutResourceAttributesResult' => ['type' => 'structure', 'members' => []], 'ResourceAttribute' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'ResourceAttributeType'], 'Value' => ['shape' => 'ResourceAttributeValue']]], 'ResourceAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute'], 'max' => 100, 'min' => 1], 'ResourceAttributeType' => ['type' => 'string', 'enum' => ['IPV4_ADDRESS', 'IPV6_ADDRESS', 'MAC_ADDRESS', 'FQDN', 'VM_MANAGER_ID', 'VM_MANAGED_OBJECT_REFERENCE', 'VM_NAME', 'VM_PATH', 'BIOS_ID', 'MOTHERBOARD_SERIAL_NUMBER']], 'ResourceAttributeValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Status' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'FAILED', 'COMPLETED']], 'StatusDetail' => ['type' => 'string', 'max' => 500, 'min' => 0], 'Task' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'Status'], 'StatusDetail' => ['shape' => 'StatusDetail'], 'ProgressPercent' => ['shape' => 'ProgressPercent']]], 'Token' => ['type' => 'string'], 'UnauthorizedOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateDateTime' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-05-31', 'endpointPrefix' => 'mgh', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Migration Hub', 'serviceId' => 'Migration Hub', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSMigrationHub', 'uid' => 'AWSMigrationHub-2017-05-31'], 'operations' => ['AssociateCreatedArtifact' => ['name' => 'AssociateCreatedArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateCreatedArtifactRequest'], 'output' => ['shape' => 'AssociateCreatedArtifactResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'AssociateDiscoveredResource' => ['name' => 'AssociateDiscoveredResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDiscoveredResourceRequest'], 'output' => ['shape' => 'AssociateDiscoveredResourceResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'CreateProgressUpdateStream' => ['name' => 'CreateProgressUpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProgressUpdateStreamRequest'], 'output' => ['shape' => 'CreateProgressUpdateStreamResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'DeleteProgressUpdateStream' => ['name' => 'DeleteProgressUpdateStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProgressUpdateStreamRequest'], 'output' => ['shape' => 'DeleteProgressUpdateStreamResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DescribeApplicationState' => ['name' => 'DescribeApplicationState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeApplicationStateRequest'], 'output' => ['shape' => 'DescribeApplicationStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DescribeMigrationTask' => ['name' => 'DescribeMigrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMigrationTaskRequest'], 'output' => ['shape' => 'DescribeMigrationTaskResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DisassociateCreatedArtifact' => ['name' => 'DisassociateCreatedArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateCreatedArtifactRequest'], 'output' => ['shape' => 'DisassociateCreatedArtifactResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'DisassociateDiscoveredResource' => ['name' => 'DisassociateDiscoveredResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDiscoveredResourceRequest'], 'output' => ['shape' => 'DisassociateDiscoveredResourceResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ImportMigrationTask' => ['name' => 'ImportMigrationTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportMigrationTaskRequest'], 'output' => ['shape' => 'ImportMigrationTaskResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListApplicationStates' => ['name' => 'ListApplicationStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListApplicationStatesRequest'], 'output' => ['shape' => 'ListApplicationStatesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'ListCreatedArtifacts' => ['name' => 'ListCreatedArtifacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCreatedArtifactsRequest'], 'output' => ['shape' => 'ListCreatedArtifactsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListDiscoveredResources' => ['name' => 'ListDiscoveredResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDiscoveredResourcesRequest'], 'output' => ['shape' => 'ListDiscoveredResourcesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListMigrationTasks' => ['name' => 'ListMigrationTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMigrationTasksRequest'], 'output' => ['shape' => 'ListMigrationTasksResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'ListProgressUpdateStreams' => ['name' => 'ListProgressUpdateStreams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProgressUpdateStreamsRequest'], 'output' => ['shape' => 'ListProgressUpdateStreamsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidInputException'], ['shape' => 'HomeRegionNotSetException']]], 'NotifyApplicationState' => ['name' => 'NotifyApplicationState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyApplicationStateRequest'], 'output' => ['shape' => 'NotifyApplicationStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'NotifyMigrationTaskState' => ['name' => 'NotifyMigrationTaskState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyMigrationTaskStateRequest'], 'output' => ['shape' => 'NotifyMigrationTaskStateResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]], 'PutResourceAttributes' => ['name' => 'PutResourceAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourceAttributesRequest'], 'output' => ['shape' => 'PutResourceAttributesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'DryRunOperation'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'HomeRegionNotSetException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ApplicationId' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '^.{1,1600}$'], 'ApplicationIds' => ['type' => 'list', 'member' => ['shape' => 'ApplicationId'], 'max' => 100, 'min' => 1], 'ApplicationState' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => 'ApplicationId'], 'ApplicationStatus' => ['shape' => 'ApplicationStatus'], 'LastUpdatedTime' => ['shape' => 'UpdateDateTime']]], 'ApplicationStateList' => ['type' => 'list', 'member' => ['shape' => 'ApplicationState'], 'max' => 1000, 'min' => 0], 'ApplicationStatus' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'COMPLETED']], 'AssociateCreatedArtifactRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'CreatedArtifact'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'CreatedArtifact' => ['shape' => 'CreatedArtifact'], 'DryRun' => ['shape' => 'DryRun']]], 'AssociateCreatedArtifactResult' => ['type' => 'structure', 'members' => []], 'AssociateDiscoveredResourceRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'DiscoveredResource'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'DiscoveredResource' => ['shape' => 'DiscoveredResource'], 'DryRun' => ['shape' => 'DryRun']]], 'AssociateDiscoveredResourceResult' => ['type' => 'structure', 'members' => []], 'ConfigurationId' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '^.{1,1600}$'], 'CreateProgressUpdateStreamRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStreamName'], 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream'], 'DryRun' => ['shape' => 'DryRun']]], 'CreateProgressUpdateStreamResult' => ['type' => 'structure', 'members' => []], 'CreatedArtifact' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CreatedArtifactName'], 'Description' => ['shape' => 'CreatedArtifactDescription']]], 'CreatedArtifactDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '^.{0,500}$'], 'CreatedArtifactList' => ['type' => 'list', 'member' => ['shape' => 'CreatedArtifact']], 'CreatedArtifactName' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => 'arn:[a-z-]+:[a-z0-9-]+:(?:[a-z0-9-]+|):(?:[0-9]{12}|):.*'], 'DeleteProgressUpdateStreamRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStreamName'], 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream'], 'DryRun' => ['shape' => 'DryRun']]], 'DeleteProgressUpdateStreamResult' => ['type' => 'structure', 'members' => []], 'DescribeApplicationStateRequest' => ['type' => 'structure', 'required' => ['ApplicationId'], 'members' => ['ApplicationId' => ['shape' => 'ApplicationId']]], 'DescribeApplicationStateResult' => ['type' => 'structure', 'members' => ['ApplicationStatus' => ['shape' => 'ApplicationStatus'], 'LastUpdatedTime' => ['shape' => 'UpdateDateTime']]], 'DescribeMigrationTaskRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName']]], 'DescribeMigrationTaskResult' => ['type' => 'structure', 'members' => ['MigrationTask' => ['shape' => 'MigrationTask']]], 'DisassociateCreatedArtifactRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'CreatedArtifactName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'CreatedArtifactName' => ['shape' => 'CreatedArtifactName'], 'DryRun' => ['shape' => 'DryRun']]], 'DisassociateCreatedArtifactResult' => ['type' => 'structure', 'members' => []], 'DisassociateDiscoveredResourceRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'ConfigurationId'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'ConfigurationId' => ['shape' => 'ConfigurationId'], 'DryRun' => ['shape' => 'DryRun']]], 'DisassociateDiscoveredResourceResult' => ['type' => 'structure', 'members' => []], 'DiscoveredResource' => ['type' => 'structure', 'required' => ['ConfigurationId'], 'members' => ['ConfigurationId' => ['shape' => 'ConfigurationId'], 'Description' => ['shape' => 'DiscoveredResourceDescription']]], 'DiscoveredResourceDescription' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '^.{0,500}$'], 'DiscoveredResourceList' => ['type' => 'list', 'member' => ['shape' => 'DiscoveredResource']], 'DryRun' => ['type' => 'boolean'], 'DryRunOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'HomeRegionNotSetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ImportMigrationTaskRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'DryRun' => ['shape' => 'DryRun']]], 'ImportMigrationTaskResult' => ['type' => 'structure', 'members' => []], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LatestResourceAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute'], 'max' => 100, 'min' => 0], 'ListApplicationStatesRequest' => ['type' => 'structure', 'members' => ['ApplicationIds' => ['shape' => 'ApplicationIds'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListApplicationStatesResult' => ['type' => 'structure', 'members' => ['ApplicationStateList' => ['shape' => 'ApplicationStateList'], 'NextToken' => ['shape' => 'Token']]], 'ListCreatedArtifactsRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResultsCreatedArtifacts']]], 'ListCreatedArtifactsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'CreatedArtifactList' => ['shape' => 'CreatedArtifactList']]], 'ListDiscoveredResourcesRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResultsResources']]], 'ListDiscoveredResourcesResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'DiscoveredResourceList' => ['shape' => 'DiscoveredResourceList']]], 'ListMigrationTasksRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults'], 'ResourceName' => ['shape' => 'ResourceName']]], 'ListMigrationTasksResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MigrationTaskSummaryList' => ['shape' => 'MigrationTaskSummaryList']]], 'ListProgressUpdateStreamsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListProgressUpdateStreamsResult' => ['type' => 'structure', 'members' => ['ProgressUpdateStreamSummaryList' => ['shape' => 'ProgressUpdateStreamSummaryList'], 'NextToken' => ['shape' => 'Token']]], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'MaxResultsCreatedArtifacts' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'MaxResultsResources' => ['type' => 'integer', 'box' => \true, 'max' => 10, 'min' => 1], 'MigrationTask' => ['type' => 'structure', 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Task' => ['shape' => 'Task'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'ResourceAttributeList' => ['shape' => 'LatestResourceAttributeList']]], 'MigrationTaskName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[^:|]+'], 'MigrationTaskSummary' => ['type' => 'structure', 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Status' => ['shape' => 'Status'], 'ProgressPercent' => ['shape' => 'ProgressPercent'], 'StatusDetail' => ['shape' => 'StatusDetail'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime']]], 'MigrationTaskSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MigrationTaskSummary']], 'NextUpdateSeconds' => ['type' => 'integer', 'min' => 0], 'NotifyApplicationStateRequest' => ['type' => 'structure', 'required' => ['ApplicationId', 'Status'], 'members' => ['ApplicationId' => ['shape' => 'ApplicationId'], 'Status' => ['shape' => 'ApplicationStatus'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'DryRun' => ['shape' => 'DryRun']]], 'NotifyApplicationStateResult' => ['type' => 'structure', 'members' => []], 'NotifyMigrationTaskStateRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'Task', 'UpdateDateTime', 'NextUpdateSeconds'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'Task' => ['shape' => 'Task'], 'UpdateDateTime' => ['shape' => 'UpdateDateTime'], 'NextUpdateSeconds' => ['shape' => 'NextUpdateSeconds'], 'DryRun' => ['shape' => 'DryRun']]], 'NotifyMigrationTaskStateResult' => ['type' => 'structure', 'members' => []], 'PolicyErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ProgressPercent' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 0], 'ProgressUpdateStream' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[^/:|\\000-\\037]+'], 'ProgressUpdateStreamSummary' => ['type' => 'structure', 'members' => ['ProgressUpdateStreamName' => ['shape' => 'ProgressUpdateStream']]], 'ProgressUpdateStreamSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProgressUpdateStreamSummary']], 'PutResourceAttributesRequest' => ['type' => 'structure', 'required' => ['ProgressUpdateStream', 'MigrationTaskName', 'ResourceAttributeList'], 'members' => ['ProgressUpdateStream' => ['shape' => 'ProgressUpdateStream'], 'MigrationTaskName' => ['shape' => 'MigrationTaskName'], 'ResourceAttributeList' => ['shape' => 'ResourceAttributeList'], 'DryRun' => ['shape' => 'DryRun']]], 'PutResourceAttributesResult' => ['type' => 'structure', 'members' => []], 'ResourceAttribute' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'ResourceAttributeType'], 'Value' => ['shape' => 'ResourceAttributeValue']]], 'ResourceAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute'], 'max' => 100, 'min' => 1], 'ResourceAttributeType' => ['type' => 'string', 'enum' => ['IPV4_ADDRESS', 'IPV6_ADDRESS', 'MAC_ADDRESS', 'FQDN', 'VM_MANAGER_ID', 'VM_MANAGED_OBJECT_REFERENCE', 'VM_NAME', 'VM_PATH', 'BIOS_ID', 'MOTHERBOARD_SERIAL_NUMBER']], 'ResourceAttributeValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^.{1,256}$'], 'ResourceName' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '^.{1,1600}$'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RetryAfterSeconds' => ['type' => 'integer'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Status' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'FAILED', 'COMPLETED']], 'StatusDetail' => ['type' => 'string', 'max' => 500, 'min' => 0, 'pattern' => '^.{0,500}$'], 'Task' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'Status'], 'StatusDetail' => ['shape' => 'StatusDetail'], 'ProgressPercent' => ['shape' => 'ProgressPercent']]], 'ThrottlingException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'RetryAfterSeconds' => ['shape' => 'RetryAfterSeconds']], 'exception' => \true], 'Token' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^[a-zA-Z0-9\\/\\+\\=]{0,2048}$'], 'UnauthorizedOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateDateTime' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/migrationhub-config/2019-06-30/api-2.json.php b/vendor/Aws3/Aws/data/migrationhub-config/2019-06-30/api-2.json.php index 488800f3..60654f88 100644 --- a/vendor/Aws3/Aws/data/migrationhub-config/2019-06-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/migrationhub-config/2019-06-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-06-30', 'endpointPrefix' => 'migrationhub-config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Migration Hub Config', 'serviceId' => 'MigrationHub Config', 'signatureVersion' => 'v4', 'signingName' => 'mgh', 'targetPrefix' => 'AWSMigrationHubMultiAccountService', 'uid' => 'migrationhub-config-2019-06-30'], 'operations' => ['CreateHomeRegionControl' => ['name' => 'CreateHomeRegionControl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHomeRegionControlRequest'], 'output' => ['shape' => 'CreateHomeRegionControlResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'DryRunOperation'], ['shape' => 'InvalidInputException']]], 'DescribeHomeRegionControls' => ['name' => 'DescribeHomeRegionControls', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHomeRegionControlsRequest'], 'output' => ['shape' => 'DescribeHomeRegionControlsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidInputException']]], 'GetHomeRegion' => ['name' => 'GetHomeRegion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetHomeRegionRequest'], 'output' => ['shape' => 'GetHomeRegionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidInputException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ControlId' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^hrc-[a-z0-9]{12}$'], 'CreateHomeRegionControlRequest' => ['type' => 'structure', 'required' => ['HomeRegion', 'Target'], 'members' => ['HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'DryRun' => ['shape' => 'DryRun']]], 'CreateHomeRegionControlResult' => ['type' => 'structure', 'members' => ['HomeRegionControl' => ['shape' => 'HomeRegionControl']]], 'DescribeHomeRegionControlsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'DescribeHomeRegionControlsRequest' => ['type' => 'structure', 'members' => ['ControlId' => ['shape' => 'ControlId'], 'HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'MaxResults' => ['shape' => 'DescribeHomeRegionControlsMaxResults'], 'NextToken' => ['shape' => 'Token']]], 'DescribeHomeRegionControlsResult' => ['type' => 'structure', 'members' => ['HomeRegionControls' => ['shape' => 'HomeRegionControls'], 'NextToken' => ['shape' => 'Token']]], 'DryRun' => ['type' => 'boolean'], 'DryRunOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'GetHomeRegionRequest' => ['type' => 'structure', 'members' => []], 'GetHomeRegionResult' => ['type' => 'structure', 'members' => ['HomeRegion' => ['shape' => 'HomeRegion']]], 'HomeRegion' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^([a-z]+)-([a-z]+)-([0-9]+)$'], 'HomeRegionControl' => ['type' => 'structure', 'members' => ['ControlId' => ['shape' => 'ControlId'], 'HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'RequestedTime' => ['shape' => 'RequestedTime']]], 'HomeRegionControls' => ['type' => 'list', 'member' => ['shape' => 'HomeRegionControl'], 'max' => 100], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RequestedTime' => ['type' => 'timestamp'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Target' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'TargetType'], 'Id' => ['shape' => 'TargetId']]], 'TargetId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^\\d{12}$'], 'TargetType' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'Token' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^[a-zA-Z0-9\\/\\+\\=]{0,2048}$']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-06-30', 'endpointPrefix' => 'migrationhub-config', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Migration Hub Config', 'serviceId' => 'MigrationHub Config', 'signatureVersion' => 'v4', 'signingName' => 'mgh', 'targetPrefix' => 'AWSMigrationHubMultiAccountService', 'uid' => 'migrationhub-config-2019-06-30'], 'operations' => ['CreateHomeRegionControl' => ['name' => 'CreateHomeRegionControl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHomeRegionControlRequest'], 'output' => ['shape' => 'CreateHomeRegionControlResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'DryRunOperation'], ['shape' => 'InvalidInputException']]], 'DescribeHomeRegionControls' => ['name' => 'DescribeHomeRegionControls', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHomeRegionControlsRequest'], 'output' => ['shape' => 'DescribeHomeRegionControlsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidInputException']]], 'GetHomeRegion' => ['name' => 'GetHomeRegion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetHomeRegionRequest'], 'output' => ['shape' => 'GetHomeRegionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidInputException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ControlId' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^hrc-[a-z0-9]{12}$'], 'CreateHomeRegionControlRequest' => ['type' => 'structure', 'required' => ['HomeRegion', 'Target'], 'members' => ['HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'DryRun' => ['shape' => 'DryRun']]], 'CreateHomeRegionControlResult' => ['type' => 'structure', 'members' => ['HomeRegionControl' => ['shape' => 'HomeRegionControl']]], 'DescribeHomeRegionControlsMaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'DescribeHomeRegionControlsRequest' => ['type' => 'structure', 'members' => ['ControlId' => ['shape' => 'ControlId'], 'HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'MaxResults' => ['shape' => 'DescribeHomeRegionControlsMaxResults'], 'NextToken' => ['shape' => 'Token']]], 'DescribeHomeRegionControlsResult' => ['type' => 'structure', 'members' => ['HomeRegionControls' => ['shape' => 'HomeRegionControls'], 'NextToken' => ['shape' => 'Token']]], 'DryRun' => ['type' => 'boolean'], 'DryRunOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'GetHomeRegionRequest' => ['type' => 'structure', 'members' => []], 'GetHomeRegionResult' => ['type' => 'structure', 'members' => ['HomeRegion' => ['shape' => 'HomeRegion']]], 'HomeRegion' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '^([a-z]+)-([a-z]+)-([0-9]+)$'], 'HomeRegionControl' => ['type' => 'structure', 'members' => ['ControlId' => ['shape' => 'ControlId'], 'HomeRegion' => ['shape' => 'HomeRegion'], 'Target' => ['shape' => 'Target'], 'RequestedTime' => ['shape' => 'RequestedTime']]], 'HomeRegionControls' => ['type' => 'list', 'member' => ['shape' => 'HomeRegionControl'], 'max' => 100], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RequestedTime' => ['type' => 'timestamp'], 'RetryAfterSeconds' => ['type' => 'integer'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'Target' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'TargetType'], 'Id' => ['shape' => 'TargetId']]], 'TargetId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^\\d{12}$'], 'TargetType' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'ThrottlingException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'RetryAfterSeconds' => ['shape' => 'RetryAfterSeconds']], 'exception' => \true], 'Token' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^[a-zA-Z0-9\\/\\+\\=]{0,2048}$']]]; diff --git a/vendor/Aws3/Aws/data/monitoring/2010-08-01/api-2.json.php b/vendor/Aws3/Aws/data/monitoring/2010-08-01/api-2.json.php index 6564ccc5..e7a9b740 100644 --- a/vendor/Aws3/Aws/data/monitoring/2010-08-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/monitoring/2010-08-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2010-08-01', 'endpointPrefix' => 'monitoring', 'protocol' => 'query', 'serviceAbbreviation' => 'CloudWatch', 'serviceFullName' => 'Amazon CloudWatch', 'serviceId' => 'CloudWatch', 'signatureVersion' => 'v4', 'uid' => 'monitoring-2010-08-01', 'xmlNamespace' => 'http://monitoring.amazonaws.com/doc/2010-08-01/'], 'operations' => ['DeleteAlarms' => ['name' => 'DeleteAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlarmsInput'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteAnomalyDetector' => ['name' => 'DeleteAnomalyDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAnomalyDetectorInput'], 'output' => ['shape' => 'DeleteAnomalyDetectorOutput', 'resultWrapper' => 'DeleteAnomalyDetectorResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'DeleteDashboards' => ['name' => 'DeleteDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDashboardsInput'], 'output' => ['shape' => 'DeleteDashboardsOutput', 'resultWrapper' => 'DeleteDashboardsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'DashboardNotFoundError'], ['shape' => 'InternalServiceFault']]], 'DeleteInsightRules' => ['name' => 'DeleteInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInsightRulesInput'], 'output' => ['shape' => 'DeleteInsightRulesOutput', 'resultWrapper' => 'DeleteInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'DescribeAlarmHistory' => ['name' => 'DescribeAlarmHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmHistoryInput'], 'output' => ['shape' => 'DescribeAlarmHistoryOutput', 'resultWrapper' => 'DescribeAlarmHistoryResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DescribeAlarms' => ['name' => 'DescribeAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmsInput'], 'output' => ['shape' => 'DescribeAlarmsOutput', 'resultWrapper' => 'DescribeAlarmsResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DescribeAlarmsForMetric' => ['name' => 'DescribeAlarmsForMetric', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmsForMetricInput'], 'output' => ['shape' => 'DescribeAlarmsForMetricOutput', 'resultWrapper' => 'DescribeAlarmsForMetricResult']], 'DescribeAnomalyDetectors' => ['name' => 'DescribeAnomalyDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAnomalyDetectorsInput'], 'output' => ['shape' => 'DescribeAnomalyDetectorsOutput', 'resultWrapper' => 'DescribeAnomalyDetectorsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException']]], 'DescribeInsightRules' => ['name' => 'DescribeInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInsightRulesInput'], 'output' => ['shape' => 'DescribeInsightRulesOutput', 'resultWrapper' => 'DescribeInsightRulesResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DisableAlarmActions' => ['name' => 'DisableAlarmActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAlarmActionsInput']], 'DisableInsightRules' => ['name' => 'DisableInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableInsightRulesInput'], 'output' => ['shape' => 'DisableInsightRulesOutput', 'resultWrapper' => 'DisableInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'EnableAlarmActions' => ['name' => 'EnableAlarmActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAlarmActionsInput']], 'EnableInsightRules' => ['name' => 'EnableInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableInsightRulesInput'], 'output' => ['shape' => 'EnableInsightRulesOutput', 'resultWrapper' => 'EnableInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'LimitExceededException']]], 'GetDashboard' => ['name' => 'GetDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDashboardInput'], 'output' => ['shape' => 'GetDashboardOutput', 'resultWrapper' => 'GetDashboardResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'DashboardNotFoundError'], ['shape' => 'InternalServiceFault']]], 'GetInsightRuleReport' => ['name' => 'GetInsightRuleReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInsightRuleReportInput'], 'output' => ['shape' => 'GetInsightRuleReportOutput', 'resultWrapper' => 'GetInsightRuleReportResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ResourceNotFoundException']]], 'GetMetricData' => ['name' => 'GetMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricDataInput'], 'output' => ['shape' => 'GetMetricDataOutput', 'resultWrapper' => 'GetMetricDataResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'GetMetricStatistics' => ['name' => 'GetMetricStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricStatisticsInput'], 'output' => ['shape' => 'GetMetricStatisticsOutput', 'resultWrapper' => 'GetMetricStatisticsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InternalServiceFault']]], 'GetMetricWidgetImage' => ['name' => 'GetMetricWidgetImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricWidgetImageInput'], 'output' => ['shape' => 'GetMetricWidgetImageOutput', 'resultWrapper' => 'GetMetricWidgetImageResult']], 'ListDashboards' => ['name' => 'ListDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDashboardsInput'], 'output' => ['shape' => 'ListDashboardsOutput', 'resultWrapper' => 'ListDashboardsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InternalServiceFault']]], 'ListMetrics' => ['name' => 'ListMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMetricsInput'], 'output' => ['shape' => 'ListMetricsOutput', 'resultWrapper' => 'ListMetricsResult'], 'errors' => [['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceFault']]], 'PutAnomalyDetector' => ['name' => 'PutAnomalyDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAnomalyDetectorInput'], 'output' => ['shape' => 'PutAnomalyDetectorOutput', 'resultWrapper' => 'PutAnomalyDetectorResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'PutCompositeAlarm' => ['name' => 'PutCompositeAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutCompositeAlarmInput'], 'errors' => [['shape' => 'LimitExceededFault']]], 'PutDashboard' => ['name' => 'PutDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDashboardInput'], 'output' => ['shape' => 'PutDashboardOutput', 'resultWrapper' => 'PutDashboardResult'], 'errors' => [['shape' => 'DashboardInvalidInputError'], ['shape' => 'InternalServiceFault']]], 'PutInsightRule' => ['name' => 'PutInsightRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInsightRuleInput'], 'output' => ['shape' => 'PutInsightRuleOutput', 'resultWrapper' => 'PutInsightRuleResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'LimitExceededException']]], 'PutMetricAlarm' => ['name' => 'PutMetricAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricAlarmInput'], 'errors' => [['shape' => 'LimitExceededFault']]], 'PutMetricData' => ['name' => 'PutMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricDataInput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InternalServiceFault']]], 'SetAlarmState' => ['name' => 'SetAlarmState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetAlarmStateInput'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'InvalidFormatFault']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput', 'resultWrapper' => 'TagResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalServiceFault']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput', 'resultWrapper' => 'UntagResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalServiceFault']]]], 'shapes' => ['ActionPrefix' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ActionsEnabled' => ['type' => 'boolean'], 'AlarmArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AlarmDescription' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'AlarmHistoryItem' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmType' => ['shape' => 'AlarmType'], 'Timestamp' => ['shape' => 'Timestamp'], 'HistoryItemType' => ['shape' => 'HistoryItemType'], 'HistorySummary' => ['shape' => 'HistorySummary'], 'HistoryData' => ['shape' => 'HistoryData']]], 'AlarmHistoryItems' => ['type' => 'list', 'member' => ['shape' => 'AlarmHistoryItem']], 'AlarmName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'AlarmNamePrefix' => ['type' => 'string', 'max' => 255, 'min' => 1], 'AlarmNames' => ['type' => 'list', 'member' => ['shape' => 'AlarmName'], 'max' => 100], 'AlarmRule' => ['type' => 'string', 'max' => 10240, 'min' => 1], 'AlarmType' => ['type' => 'string', 'enum' => ['CompositeAlarm', 'MetricAlarm']], 'AlarmTypes' => ['type' => 'list', 'member' => ['shape' => 'AlarmType']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AnomalyDetector' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'Stat'], 'Configuration' => ['shape' => 'AnomalyDetectorConfiguration'], 'StateValue' => ['shape' => 'AnomalyDetectorStateValue']]], 'AnomalyDetectorConfiguration' => ['type' => 'structure', 'members' => ['ExcludedTimeRanges' => ['shape' => 'AnomalyDetectorExcludedTimeRanges'], 'MetricTimezone' => ['shape' => 'AnomalyDetectorMetricTimezone']]], 'AnomalyDetectorExcludedTimeRanges' => ['type' => 'list', 'member' => ['shape' => 'Range']], 'AnomalyDetectorMetricTimezone' => ['type' => 'string'], 'AnomalyDetectorStateValue' => ['type' => 'string', 'enum' => ['PENDING_TRAINING', 'TRAINED_INSUFFICIENT_DATA', 'TRAINED']], 'AnomalyDetectors' => ['type' => 'list', 'member' => ['shape' => 'AnomalyDetector']], 'AwsQueryErrorMessage' => ['type' => 'string'], 'BatchFailures' => ['type' => 'list', 'member' => ['shape' => 'PartialFailure']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold', 'LessThanLowerOrGreaterThanUpperThreshold', 'LessThanLowerThreshold', 'GreaterThanUpperThreshold']], 'CompositeAlarm' => ['type' => 'structure', 'members' => ['ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'AlarmActions' => ['shape' => 'ResourceList'], 'AlarmArn' => ['shape' => 'AlarmArn'], 'AlarmConfigurationUpdatedTimestamp' => ['shape' => 'Timestamp'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmName' => ['shape' => 'AlarmName'], 'AlarmRule' => ['shape' => 'AlarmRule'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'OKActions' => ['shape' => 'ResourceList'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData'], 'StateUpdatedTimestamp' => ['shape' => 'Timestamp'], 'StateValue' => ['shape' => 'StateValue']], 'xmlOrder' => ['ActionsEnabled', 'AlarmActions', 'AlarmArn', 'AlarmConfigurationUpdatedTimestamp', 'AlarmDescription', 'AlarmName', 'AlarmRule', 'InsufficientDataActions', 'OKActions', 'StateReason', 'StateReasonData', 'StateUpdatedTimestamp', 'StateValue']], 'CompositeAlarms' => ['type' => 'list', 'member' => ['shape' => 'CompositeAlarm']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ConcurrentModificationException', 'httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Counts' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']], 'DashboardArn' => ['type' => 'string'], 'DashboardBody' => ['type' => 'string'], 'DashboardEntries' => ['type' => 'list', 'member' => ['shape' => 'DashboardEntry']], 'DashboardEntry' => ['type' => 'structure', 'members' => ['DashboardName' => ['shape' => 'DashboardName'], 'DashboardArn' => ['shape' => 'DashboardArn'], 'LastModified' => ['shape' => 'LastModified'], 'Size' => ['shape' => 'Size']]], 'DashboardErrorMessage' => ['type' => 'string'], 'DashboardInvalidInputError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'DashboardErrorMessage'], 'dashboardValidationMessages' => ['shape' => 'DashboardValidationMessages']], 'error' => ['code' => 'InvalidParameterInput', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DashboardName' => ['type' => 'string'], 'DashboardNamePrefix' => ['type' => 'string'], 'DashboardNames' => ['type' => 'list', 'member' => ['shape' => 'DashboardName']], 'DashboardNotFoundError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'DashboardErrorMessage']], 'error' => ['code' => 'ResourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DashboardValidationMessage' => ['type' => 'structure', 'members' => ['DataPath' => ['shape' => 'DataPath'], 'Message' => ['shape' => 'Message']]], 'DashboardValidationMessages' => ['type' => 'list', 'member' => ['shape' => 'DashboardValidationMessage']], 'DataPath' => ['type' => 'string'], 'Datapoint' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'SampleCount' => ['shape' => 'DatapointValue'], 'Average' => ['shape' => 'DatapointValue'], 'Sum' => ['shape' => 'DatapointValue'], 'Minimum' => ['shape' => 'DatapointValue'], 'Maximum' => ['shape' => 'DatapointValue'], 'Unit' => ['shape' => 'StandardUnit'], 'ExtendedStatistics' => ['shape' => 'DatapointValueMap']], 'xmlOrder' => ['Timestamp', 'SampleCount', 'Average', 'Sum', 'Minimum', 'Maximum', 'Unit', 'ExtendedStatistics']], 'DatapointValue' => ['type' => 'double'], 'DatapointValueMap' => ['type' => 'map', 'key' => ['shape' => 'ExtendedStatistic'], 'value' => ['shape' => 'DatapointValue']], 'DatapointValues' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']], 'Datapoints' => ['type' => 'list', 'member' => ['shape' => 'Datapoint']], 'DatapointsToAlarm' => ['type' => 'integer', 'min' => 1], 'DeleteAlarmsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'DeleteAnomalyDetectorInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'Stat'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'Stat']]], 'DeleteAnomalyDetectorOutput' => ['type' => 'structure', 'members' => []], 'DeleteDashboardsInput' => ['type' => 'structure', 'required' => ['DashboardNames'], 'members' => ['DashboardNames' => ['shape' => 'DashboardNames']]], 'DeleteDashboardsOutput' => ['type' => 'structure', 'members' => []], 'DeleteInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'DeleteInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'DescribeAlarmHistoryInput' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmTypes' => ['shape' => 'AlarmTypes'], 'HistoryItemType' => ['shape' => 'HistoryItemType'], 'StartDate' => ['shape' => 'Timestamp'], 'EndDate' => ['shape' => 'Timestamp'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'NextToken'], 'ScanBy' => ['shape' => 'ScanBy']]], 'DescribeAlarmHistoryOutput' => ['type' => 'structure', 'members' => ['AlarmHistoryItems' => ['shape' => 'AlarmHistoryItems'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAlarmsForMetricInput' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit']]], 'DescribeAlarmsForMetricOutput' => ['type' => 'structure', 'members' => ['MetricAlarms' => ['shape' => 'MetricAlarms']]], 'DescribeAlarmsInput' => ['type' => 'structure', 'members' => ['AlarmNames' => ['shape' => 'AlarmNames'], 'AlarmNamePrefix' => ['shape' => 'AlarmNamePrefix'], 'AlarmTypes' => ['shape' => 'AlarmTypes'], 'ChildrenOfAlarmName' => ['shape' => 'AlarmName'], 'ParentsOfAlarmName' => ['shape' => 'AlarmName'], 'StateValue' => ['shape' => 'StateValue'], 'ActionPrefix' => ['shape' => 'ActionPrefix'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAlarmsOutput' => ['type' => 'structure', 'members' => ['CompositeAlarms' => ['shape' => 'CompositeAlarms'], 'MetricAlarms' => ['shape' => 'MetricAlarms'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAnomalyDetectorsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxReturnedResultsCount'], 'Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions']]], 'DescribeAnomalyDetectorsOutput' => ['type' => 'structure', 'members' => ['AnomalyDetectors' => ['shape' => 'AnomalyDetectors'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInsightRulesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'InsightRuleMaxResults']]], 'DescribeInsightRulesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'InsightRules' => ['shape' => 'InsightRules']]], 'Dimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'DimensionName'], 'Value' => ['shape' => 'DimensionValue']], 'xmlOrder' => ['Name', 'Value']], 'DimensionFilter' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DimensionName'], 'Value' => ['shape' => 'DimensionValue']]], 'DimensionFilters' => ['type' => 'list', 'member' => ['shape' => 'DimensionFilter'], 'max' => 10], 'DimensionName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DimensionValue' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Dimensions' => ['type' => 'list', 'member' => ['shape' => 'Dimension'], 'max' => 10], 'DisableAlarmActionsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'DisableInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'DisableInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'EnableAlarmActionsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'EnableInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'EnableInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EvaluateLowSampleCountPercentile' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EvaluationPeriods' => ['type' => 'integer', 'min' => 1], 'ExceptionType' => ['type' => 'string'], 'ExtendedStatistic' => ['type' => 'string', 'pattern' => 'p(\\d{1,2}(\\.\\d{0,2})?|100)'], 'ExtendedStatistics' => ['type' => 'list', 'member' => ['shape' => 'ExtendedStatistic'], 'max' => 10, 'min' => 1], 'FailureCode' => ['type' => 'string'], 'FailureDescription' => ['type' => 'string'], 'FailureResource' => ['type' => 'string'], 'FaultDescription' => ['type' => 'string'], 'GetDashboardInput' => ['type' => 'structure', 'required' => ['DashboardName'], 'members' => ['DashboardName' => ['shape' => 'DashboardName']]], 'GetDashboardOutput' => ['type' => 'structure', 'members' => ['DashboardArn' => ['shape' => 'DashboardArn'], 'DashboardBody' => ['shape' => 'DashboardBody'], 'DashboardName' => ['shape' => 'DashboardName']]], 'GetInsightRuleReportInput' => ['type' => 'structure', 'required' => ['RuleName', 'StartTime', 'EndTime', 'Period'], 'members' => ['RuleName' => ['shape' => 'InsightRuleName'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Period' => ['shape' => 'Period'], 'MaxContributorCount' => ['shape' => 'InsightRuleUnboundInteger'], 'Metrics' => ['shape' => 'InsightRuleMetricList'], 'OrderBy' => ['shape' => 'InsightRuleOrderBy']]], 'GetInsightRuleReportOutput' => ['type' => 'structure', 'members' => ['KeyLabels' => ['shape' => 'InsightRuleContributorKeyLabels'], 'AggregationStatistic' => ['shape' => 'InsightRuleAggregationStatistic'], 'AggregateValue' => ['shape' => 'InsightRuleUnboundDouble'], 'ApproximateUniqueCount' => ['shape' => 'InsightRuleUnboundLong'], 'Contributors' => ['shape' => 'InsightRuleContributors'], 'MetricDatapoints' => ['shape' => 'InsightRuleMetricDatapoints']]], 'GetMetricDataInput' => ['type' => 'structure', 'required' => ['MetricDataQueries', 'StartTime', 'EndTime'], 'members' => ['MetricDataQueries' => ['shape' => 'MetricDataQueries'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'NextToken' => ['shape' => 'NextToken'], 'ScanBy' => ['shape' => 'ScanBy'], 'MaxDatapoints' => ['shape' => 'GetMetricDataMaxDatapoints']]], 'GetMetricDataMaxDatapoints' => ['type' => 'integer'], 'GetMetricDataOutput' => ['type' => 'structure', 'members' => ['MetricDataResults' => ['shape' => 'MetricDataResults'], 'NextToken' => ['shape' => 'NextToken'], 'Messages' => ['shape' => 'MetricDataResultMessages']]], 'GetMetricStatisticsInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'StartTime', 'EndTime', 'Period'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Period' => ['shape' => 'Period'], 'Statistics' => ['shape' => 'Statistics'], 'ExtendedStatistics' => ['shape' => 'ExtendedStatistics'], 'Unit' => ['shape' => 'StandardUnit']]], 'GetMetricStatisticsOutput' => ['type' => 'structure', 'members' => ['Label' => ['shape' => 'MetricLabel'], 'Datapoints' => ['shape' => 'Datapoints']]], 'GetMetricWidgetImageInput' => ['type' => 'structure', 'required' => ['MetricWidget'], 'members' => ['MetricWidget' => ['shape' => 'MetricWidget'], 'OutputFormat' => ['shape' => 'OutputFormat']]], 'GetMetricWidgetImageOutput' => ['type' => 'structure', 'members' => ['MetricWidgetImage' => ['shape' => 'MetricWidgetImage']]], 'HistoryData' => ['type' => 'string', 'max' => 4095, 'min' => 1], 'HistoryItemType' => ['type' => 'string', 'enum' => ['ConfigurationUpdate', 'StateUpdate', 'Action']], 'HistorySummary' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InsightRule' => ['type' => 'structure', 'required' => ['Name', 'State', 'Schema', 'Definition'], 'members' => ['Name' => ['shape' => 'InsightRuleName'], 'State' => ['shape' => 'InsightRuleState'], 'Schema' => ['shape' => 'InsightRuleSchema'], 'Definition' => ['shape' => 'InsightRuleDefinition']]], 'InsightRuleAggregationStatistic' => ['type' => 'string'], 'InsightRuleContributor' => ['type' => 'structure', 'required' => ['Keys', 'ApproximateAggregateValue', 'Datapoints'], 'members' => ['Keys' => ['shape' => 'InsightRuleContributorKeys'], 'ApproximateAggregateValue' => ['shape' => 'InsightRuleUnboundDouble'], 'Datapoints' => ['shape' => 'InsightRuleContributorDatapoints']]], 'InsightRuleContributorDatapoint' => ['type' => 'structure', 'required' => ['Timestamp', 'ApproximateValue'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'ApproximateValue' => ['shape' => 'InsightRuleUnboundDouble']]], 'InsightRuleContributorDatapoints' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorDatapoint']], 'InsightRuleContributorKey' => ['type' => 'string'], 'InsightRuleContributorKeyLabel' => ['type' => 'string'], 'InsightRuleContributorKeyLabels' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorKeyLabel']], 'InsightRuleContributorKeys' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorKey']], 'InsightRuleContributors' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributor']], 'InsightRuleDefinition' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\x00-\\x7F]+'], 'InsightRuleMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'InsightRuleMetricDatapoint' => ['type' => 'structure', 'required' => ['Timestamp'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'UniqueContributors' => ['shape' => 'InsightRuleUnboundDouble'], 'MaxContributorValue' => ['shape' => 'InsightRuleUnboundDouble'], 'SampleCount' => ['shape' => 'InsightRuleUnboundDouble'], 'Average' => ['shape' => 'InsightRuleUnboundDouble'], 'Sum' => ['shape' => 'InsightRuleUnboundDouble'], 'Minimum' => ['shape' => 'InsightRuleUnboundDouble'], 'Maximum' => ['shape' => 'InsightRuleUnboundDouble']]], 'InsightRuleMetricDatapoints' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleMetricDatapoint']], 'InsightRuleMetricList' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleMetricName']], 'InsightRuleMetricName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleNames' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleName']], 'InsightRuleOrderBy' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleSchema' => ['type' => 'string'], 'InsightRuleState' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleUnboundDouble' => ['type' => 'double'], 'InsightRuleUnboundInteger' => ['type' => 'integer'], 'InsightRuleUnboundLong' => ['type' => 'long'], 'InsightRules' => ['type' => 'list', 'member' => ['shape' => 'InsightRule']], 'InternalServiceFault' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FaultDescription']], 'error' => ['code' => 'InternalServiceError', 'httpStatusCode' => 500], 'exception' => \true, 'xmlOrder' => ['Message']], 'InvalidFormatFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'InvalidFormat', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'InvalidNextToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterCombination', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterValue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'LastModified' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ListDashboardsInput' => ['type' => 'structure', 'members' => ['DashboardNamePrefix' => ['shape' => 'DashboardNamePrefix'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDashboardsOutput' => ['type' => 'structure', 'members' => ['DashboardEntries' => ['shape' => 'DashboardEntries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMetricsInput' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'DimensionFilters'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMetricsOutput' => ['type' => 'structure', 'members' => ['Metrics' => ['shape' => 'Metrics'], 'NextToken' => ['shape' => 'NextToken']], 'xmlOrder' => ['Metrics', 'NextToken']], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxRecords' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxReturnedResultsCount' => ['type' => 'integer', 'min' => 1], 'Message' => ['type' => 'string'], 'MessageData' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'MessageDataCode'], 'Value' => ['shape' => 'MessageDataValue']]], 'MessageDataCode' => ['type' => 'string'], 'MessageDataValue' => ['type' => 'string'], 'Metric' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions']], 'xmlOrder' => ['Namespace', 'MetricName', 'Dimensions']], 'MetricAlarm' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmArn' => ['shape' => 'AlarmArn'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmConfigurationUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'OKActions' => ['shape' => 'ResourceList'], 'AlarmActions' => ['shape' => 'ResourceList'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'StateValue' => ['shape' => 'StateValue'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData'], 'StateUpdatedTimestamp' => ['shape' => 'Timestamp'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit'], 'EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'DatapointsToAlarm' => ['shape' => 'DatapointsToAlarm'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'TreatMissingData' => ['shape' => 'TreatMissingData'], 'EvaluateLowSampleCountPercentile' => ['shape' => 'EvaluateLowSampleCountPercentile'], 'Metrics' => ['shape' => 'MetricDataQueries'], 'ThresholdMetricId' => ['shape' => 'MetricId']], 'xmlOrder' => ['AlarmName', 'AlarmArn', 'AlarmDescription', 'AlarmConfigurationUpdatedTimestamp', 'ActionsEnabled', 'OKActions', 'AlarmActions', 'InsufficientDataActions', 'StateValue', 'StateReason', 'StateReasonData', 'StateUpdatedTimestamp', 'MetricName', 'Namespace', 'Statistic', 'Dimensions', 'Period', 'Unit', 'EvaluationPeriods', 'Threshold', 'ComparisonOperator', 'ExtendedStatistic', 'TreatMissingData', 'EvaluateLowSampleCountPercentile', 'DatapointsToAlarm', 'Metrics', 'ThresholdMetricId']], 'MetricAlarms' => ['type' => 'list', 'member' => ['shape' => 'MetricAlarm']], 'MetricData' => ['type' => 'list', 'member' => ['shape' => 'MetricDatum']], 'MetricDataQueries' => ['type' => 'list', 'member' => ['shape' => 'MetricDataQuery']], 'MetricDataQuery' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'MetricId'], 'MetricStat' => ['shape' => 'MetricStat'], 'Expression' => ['shape' => 'MetricExpression'], 'Label' => ['shape' => 'MetricLabel'], 'ReturnData' => ['shape' => 'ReturnData'], 'Period' => ['shape' => 'Period']]], 'MetricDataResult' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'MetricId'], 'Label' => ['shape' => 'MetricLabel'], 'Timestamps' => ['shape' => 'Timestamps'], 'Values' => ['shape' => 'DatapointValues'], 'StatusCode' => ['shape' => 'StatusCode'], 'Messages' => ['shape' => 'MetricDataResultMessages']]], 'MetricDataResultMessages' => ['type' => 'list', 'member' => ['shape' => 'MessageData']], 'MetricDataResults' => ['type' => 'list', 'member' => ['shape' => 'MetricDataResult']], 'MetricDatum' => ['type' => 'structure', 'required' => ['MetricName'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Timestamp' => ['shape' => 'Timestamp'], 'Value' => ['shape' => 'DatapointValue'], 'StatisticValues' => ['shape' => 'StatisticSet'], 'Values' => ['shape' => 'Values'], 'Counts' => ['shape' => 'Counts'], 'Unit' => ['shape' => 'StandardUnit'], 'StorageResolution' => ['shape' => 'StorageResolution']]], 'MetricExpression' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'MetricId' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricLabel' => ['type' => 'string'], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricStat' => ['type' => 'structure', 'required' => ['Metric', 'Period', 'Stat'], 'members' => ['Metric' => ['shape' => 'Metric'], 'Period' => ['shape' => 'Period'], 'Stat' => ['shape' => 'Stat'], 'Unit' => ['shape' => 'StandardUnit']]], 'MetricWidget' => ['type' => 'string'], 'MetricWidgetImage' => ['type' => 'blob'], 'Metrics' => ['type' => 'list', 'member' => ['shape' => 'Metric']], 'MissingRequiredParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'MissingParameter', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'Namespace' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^:].*'], 'NextToken' => ['type' => 'string'], 'OutputFormat' => ['type' => 'string'], 'PartialFailure' => ['type' => 'structure', 'members' => ['FailureResource' => ['shape' => 'FailureResource'], 'ExceptionType' => ['shape' => 'ExceptionType'], 'FailureCode' => ['shape' => 'FailureCode'], 'FailureDescription' => ['shape' => 'FailureDescription']]], 'Period' => ['type' => 'integer', 'min' => 1], 'PutAnomalyDetectorInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'Stat'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'Stat'], 'Configuration' => ['shape' => 'AnomalyDetectorConfiguration']]], 'PutAnomalyDetectorOutput' => ['type' => 'structure', 'members' => []], 'PutCompositeAlarmInput' => ['type' => 'structure', 'required' => ['AlarmName', 'AlarmRule'], 'members' => ['ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'AlarmActions' => ['shape' => 'ResourceList'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmName' => ['shape' => 'AlarmName'], 'AlarmRule' => ['shape' => 'AlarmRule'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'OKActions' => ['shape' => 'ResourceList'], 'Tags' => ['shape' => 'TagList']]], 'PutDashboardInput' => ['type' => 'structure', 'required' => ['DashboardName', 'DashboardBody'], 'members' => ['DashboardName' => ['shape' => 'DashboardName'], 'DashboardBody' => ['shape' => 'DashboardBody']]], 'PutDashboardOutput' => ['type' => 'structure', 'members' => ['DashboardValidationMessages' => ['shape' => 'DashboardValidationMessages']]], 'PutInsightRuleInput' => ['type' => 'structure', 'required' => ['RuleName', 'RuleDefinition'], 'members' => ['RuleName' => ['shape' => 'InsightRuleName'], 'RuleState' => ['shape' => 'InsightRuleState'], 'RuleDefinition' => ['shape' => 'InsightRuleDefinition']]], 'PutInsightRuleOutput' => ['type' => 'structure', 'members' => []], 'PutMetricAlarmInput' => ['type' => 'structure', 'required' => ['AlarmName', 'EvaluationPeriods', 'ComparisonOperator'], 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'OKActions' => ['shape' => 'ResourceList'], 'AlarmActions' => ['shape' => 'ResourceList'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit'], 'EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'DatapointsToAlarm' => ['shape' => 'DatapointsToAlarm'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'TreatMissingData' => ['shape' => 'TreatMissingData'], 'EvaluateLowSampleCountPercentile' => ['shape' => 'EvaluateLowSampleCountPercentile'], 'Metrics' => ['shape' => 'MetricDataQueries'], 'Tags' => ['shape' => 'TagList'], 'ThresholdMetricId' => ['shape' => 'MetricId']]], 'PutMetricDataInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricData'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricData' => ['shape' => 'MetricData']]], 'Range' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']], 'xmlOrder' => ['StartTime', 'EndTime']], 'ResourceId' => ['type' => 'string'], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'ResourceName'], 'max' => 5], 'ResourceName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'ResourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'ResourceId' => ['shape' => 'ResourceId']], 'error' => ['code' => 'ResourceNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'ReturnData' => ['type' => 'boolean'], 'ScanBy' => ['type' => 'string', 'enum' => ['TimestampDescending', 'TimestampAscending']], 'SetAlarmStateInput' => ['type' => 'structure', 'required' => ['AlarmName', 'StateValue', 'StateReason'], 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'StateValue' => ['shape' => 'StateValue'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData']]], 'Size' => ['type' => 'long'], 'StandardUnit' => ['type' => 'string', 'enum' => ['Seconds', 'Microseconds', 'Milliseconds', 'Bytes', 'Kilobytes', 'Megabytes', 'Gigabytes', 'Terabytes', 'Bits', 'Kilobits', 'Megabits', 'Gigabits', 'Terabits', 'Percent', 'Count', 'Bytes/Second', 'Kilobytes/Second', 'Megabytes/Second', 'Gigabytes/Second', 'Terabytes/Second', 'Bits/Second', 'Kilobits/Second', 'Megabits/Second', 'Gigabits/Second', 'Terabits/Second', 'Count/Second', 'None']], 'Stat' => ['type' => 'string'], 'StateReason' => ['type' => 'string', 'max' => 1023, 'min' => 0], 'StateReasonData' => ['type' => 'string', 'max' => 4000, 'min' => 0], 'StateValue' => ['type' => 'string', 'enum' => ['OK', 'ALARM', 'INSUFFICIENT_DATA']], 'Statistic' => ['type' => 'string', 'enum' => ['SampleCount', 'Average', 'Sum', 'Minimum', 'Maximum']], 'StatisticSet' => ['type' => 'structure', 'required' => ['SampleCount', 'Sum', 'Minimum', 'Maximum'], 'members' => ['SampleCount' => ['shape' => 'DatapointValue'], 'Sum' => ['shape' => 'DatapointValue'], 'Minimum' => ['shape' => 'DatapointValue'], 'Maximum' => ['shape' => 'DatapointValue']]], 'Statistics' => ['type' => 'list', 'member' => ['shape' => 'Statistic'], 'max' => 5, 'min' => 1], 'StatusCode' => ['type' => 'string', 'enum' => ['Complete', 'InternalError', 'PartialData']], 'StorageResolution' => ['type' => 'integer', 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Threshold' => ['type' => 'double'], 'Timestamp' => ['type' => 'timestamp'], 'Timestamps' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'TreatMissingData' => ['type' => 'string', 'max' => 255, 'min' => 1], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'Values' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2010-08-01', 'endpointPrefix' => 'monitoring', 'protocol' => 'query', 'serviceAbbreviation' => 'CloudWatch', 'serviceFullName' => 'Amazon CloudWatch', 'serviceId' => 'CloudWatch', 'signatureVersion' => 'v4', 'uid' => 'monitoring-2010-08-01', 'xmlNamespace' => 'http://monitoring.amazonaws.com/doc/2010-08-01/'], 'operations' => ['DeleteAlarms' => ['name' => 'DeleteAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlarmsInput'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteAnomalyDetector' => ['name' => 'DeleteAnomalyDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAnomalyDetectorInput'], 'output' => ['shape' => 'DeleteAnomalyDetectorOutput', 'resultWrapper' => 'DeleteAnomalyDetectorResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'DeleteDashboards' => ['name' => 'DeleteDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDashboardsInput'], 'output' => ['shape' => 'DeleteDashboardsOutput', 'resultWrapper' => 'DeleteDashboardsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'DashboardNotFoundError'], ['shape' => 'InternalServiceFault']]], 'DeleteInsightRules' => ['name' => 'DeleteInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInsightRulesInput'], 'output' => ['shape' => 'DeleteInsightRulesOutput', 'resultWrapper' => 'DeleteInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'DescribeAlarmHistory' => ['name' => 'DescribeAlarmHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmHistoryInput'], 'output' => ['shape' => 'DescribeAlarmHistoryOutput', 'resultWrapper' => 'DescribeAlarmHistoryResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DescribeAlarms' => ['name' => 'DescribeAlarms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmsInput'], 'output' => ['shape' => 'DescribeAlarmsOutput', 'resultWrapper' => 'DescribeAlarmsResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DescribeAlarmsForMetric' => ['name' => 'DescribeAlarmsForMetric', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlarmsForMetricInput'], 'output' => ['shape' => 'DescribeAlarmsForMetricOutput', 'resultWrapper' => 'DescribeAlarmsForMetricResult']], 'DescribeAnomalyDetectors' => ['name' => 'DescribeAnomalyDetectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAnomalyDetectorsInput'], 'output' => ['shape' => 'DescribeAnomalyDetectorsOutput', 'resultWrapper' => 'DescribeAnomalyDetectorsResult'], 'errors' => [['shape' => 'InvalidNextToken'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException']]], 'DescribeInsightRules' => ['name' => 'DescribeInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInsightRulesInput'], 'output' => ['shape' => 'DescribeInsightRulesOutput', 'resultWrapper' => 'DescribeInsightRulesResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'DisableAlarmActions' => ['name' => 'DisableAlarmActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAlarmActionsInput']], 'DisableInsightRules' => ['name' => 'DisableInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableInsightRulesInput'], 'output' => ['shape' => 'DisableInsightRulesOutput', 'resultWrapper' => 'DisableInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'EnableAlarmActions' => ['name' => 'EnableAlarmActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAlarmActionsInput']], 'EnableInsightRules' => ['name' => 'EnableInsightRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableInsightRulesInput'], 'output' => ['shape' => 'EnableInsightRulesOutput', 'resultWrapper' => 'EnableInsightRulesResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'LimitExceededException']]], 'GetDashboard' => ['name' => 'GetDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDashboardInput'], 'output' => ['shape' => 'GetDashboardOutput', 'resultWrapper' => 'GetDashboardResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'DashboardNotFoundError'], ['shape' => 'InternalServiceFault']]], 'GetInsightRuleReport' => ['name' => 'GetInsightRuleReport', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInsightRuleReportInput'], 'output' => ['shape' => 'GetInsightRuleReportOutput', 'resultWrapper' => 'GetInsightRuleReportResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ResourceNotFoundException']]], 'GetMetricData' => ['name' => 'GetMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricDataInput'], 'output' => ['shape' => 'GetMetricDataOutput', 'resultWrapper' => 'GetMetricDataResult'], 'errors' => [['shape' => 'InvalidNextToken']]], 'GetMetricStatistics' => ['name' => 'GetMetricStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricStatisticsInput'], 'output' => ['shape' => 'GetMetricStatisticsOutput', 'resultWrapper' => 'GetMetricStatisticsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InternalServiceFault']]], 'GetMetricWidgetImage' => ['name' => 'GetMetricWidgetImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMetricWidgetImageInput'], 'output' => ['shape' => 'GetMetricWidgetImageOutput', 'resultWrapper' => 'GetMetricWidgetImageResult']], 'ListDashboards' => ['name' => 'ListDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDashboardsInput'], 'output' => ['shape' => 'ListDashboardsOutput', 'resultWrapper' => 'ListDashboardsResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'InternalServiceFault']]], 'ListMetrics' => ['name' => 'ListMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMetricsInput'], 'output' => ['shape' => 'ListMetricsOutput', 'resultWrapper' => 'ListMetricsResult'], 'errors' => [['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceFault']]], 'PutAnomalyDetector' => ['name' => 'PutAnomalyDetector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAnomalyDetectorInput'], 'output' => ['shape' => 'PutAnomalyDetectorOutput', 'resultWrapper' => 'PutAnomalyDetectorResult'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceFault'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException']]], 'PutCompositeAlarm' => ['name' => 'PutCompositeAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutCompositeAlarmInput'], 'errors' => [['shape' => 'LimitExceededFault']]], 'PutDashboard' => ['name' => 'PutDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutDashboardInput'], 'output' => ['shape' => 'PutDashboardOutput', 'resultWrapper' => 'PutDashboardResult'], 'errors' => [['shape' => 'DashboardInvalidInputError'], ['shape' => 'InternalServiceFault']]], 'PutInsightRule' => ['name' => 'PutInsightRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInsightRuleInput'], 'output' => ['shape' => 'PutInsightRuleOutput', 'resultWrapper' => 'PutInsightRuleResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'LimitExceededException']]], 'PutMetricAlarm' => ['name' => 'PutMetricAlarm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricAlarmInput'], 'errors' => [['shape' => 'LimitExceededFault']]], 'PutMetricData' => ['name' => 'PutMetricData', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMetricDataInput'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InvalidParameterCombinationException'], ['shape' => 'InternalServiceFault']]], 'SetAlarmState' => ['name' => 'SetAlarmState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetAlarmStateInput'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'InvalidFormatFault']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceInput'], 'output' => ['shape' => 'TagResourceOutput', 'resultWrapper' => 'TagResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalServiceFault']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceInput'], 'output' => ['shape' => 'UntagResourceOutput', 'resultWrapper' => 'UntagResourceResult'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InternalServiceFault']]]], 'shapes' => ['ActionPrefix' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ActionsEnabled' => ['type' => 'boolean'], 'AlarmArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'AlarmDescription' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'AlarmHistoryItem' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmType' => ['shape' => 'AlarmType'], 'Timestamp' => ['shape' => 'Timestamp'], 'HistoryItemType' => ['shape' => 'HistoryItemType'], 'HistorySummary' => ['shape' => 'HistorySummary'], 'HistoryData' => ['shape' => 'HistoryData']]], 'AlarmHistoryItems' => ['type' => 'list', 'member' => ['shape' => 'AlarmHistoryItem']], 'AlarmName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'AlarmNamePrefix' => ['type' => 'string', 'max' => 255, 'min' => 1], 'AlarmNames' => ['type' => 'list', 'member' => ['shape' => 'AlarmName'], 'max' => 100], 'AlarmRule' => ['type' => 'string', 'max' => 10240, 'min' => 1], 'AlarmType' => ['type' => 'string', 'enum' => ['CompositeAlarm', 'MetricAlarm']], 'AlarmTypes' => ['type' => 'list', 'member' => ['shape' => 'AlarmType']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AnomalyDetector' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'AnomalyDetectorMetricStat'], 'Configuration' => ['shape' => 'AnomalyDetectorConfiguration'], 'StateValue' => ['shape' => 'AnomalyDetectorStateValue']]], 'AnomalyDetectorConfiguration' => ['type' => 'structure', 'members' => ['ExcludedTimeRanges' => ['shape' => 'AnomalyDetectorExcludedTimeRanges'], 'MetricTimezone' => ['shape' => 'AnomalyDetectorMetricTimezone']]], 'AnomalyDetectorExcludedTimeRanges' => ['type' => 'list', 'member' => ['shape' => 'Range']], 'AnomalyDetectorMetricStat' => ['type' => 'string', 'pattern' => '(SampleCount|Average|Sum|Minimum|Maximum|p(\\d{1,2}|100)(\\.\\d{0,2})?|[ou]\\d+(\\.\\d*)?)(_E|_L|_H)?'], 'AnomalyDetectorMetricTimezone' => ['type' => 'string', 'max' => 50, 'pattern' => '.*'], 'AnomalyDetectorStateValue' => ['type' => 'string', 'enum' => ['PENDING_TRAINING', 'TRAINED_INSUFFICIENT_DATA', 'TRAINED']], 'AnomalyDetectors' => ['type' => 'list', 'member' => ['shape' => 'AnomalyDetector']], 'AwsQueryErrorMessage' => ['type' => 'string'], 'BatchFailures' => ['type' => 'list', 'member' => ['shape' => 'PartialFailure']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold', 'LessThanLowerOrGreaterThanUpperThreshold', 'LessThanLowerThreshold', 'GreaterThanUpperThreshold']], 'CompositeAlarm' => ['type' => 'structure', 'members' => ['ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'AlarmActions' => ['shape' => 'ResourceList'], 'AlarmArn' => ['shape' => 'AlarmArn'], 'AlarmConfigurationUpdatedTimestamp' => ['shape' => 'Timestamp'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmName' => ['shape' => 'AlarmName'], 'AlarmRule' => ['shape' => 'AlarmRule'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'OKActions' => ['shape' => 'ResourceList'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData'], 'StateUpdatedTimestamp' => ['shape' => 'Timestamp'], 'StateValue' => ['shape' => 'StateValue']], 'xmlOrder' => ['ActionsEnabled', 'AlarmActions', 'AlarmArn', 'AlarmConfigurationUpdatedTimestamp', 'AlarmDescription', 'AlarmName', 'AlarmRule', 'InsufficientDataActions', 'OKActions', 'StateReason', 'StateReasonData', 'StateUpdatedTimestamp', 'StateValue']], 'CompositeAlarms' => ['type' => 'list', 'member' => ['shape' => 'CompositeAlarm']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ConcurrentModificationException', 'httpStatusCode' => 429, 'senderFault' => \true], 'exception' => \true], 'Counts' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']], 'DashboardArn' => ['type' => 'string'], 'DashboardBody' => ['type' => 'string'], 'DashboardEntries' => ['type' => 'list', 'member' => ['shape' => 'DashboardEntry']], 'DashboardEntry' => ['type' => 'structure', 'members' => ['DashboardName' => ['shape' => 'DashboardName'], 'DashboardArn' => ['shape' => 'DashboardArn'], 'LastModified' => ['shape' => 'LastModified'], 'Size' => ['shape' => 'Size']]], 'DashboardErrorMessage' => ['type' => 'string'], 'DashboardInvalidInputError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'DashboardErrorMessage'], 'dashboardValidationMessages' => ['shape' => 'DashboardValidationMessages']], 'error' => ['code' => 'InvalidParameterInput', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DashboardName' => ['type' => 'string'], 'DashboardNamePrefix' => ['type' => 'string'], 'DashboardNames' => ['type' => 'list', 'member' => ['shape' => 'DashboardName']], 'DashboardNotFoundError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'DashboardErrorMessage']], 'error' => ['code' => 'ResourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DashboardValidationMessage' => ['type' => 'structure', 'members' => ['DataPath' => ['shape' => 'DataPath'], 'Message' => ['shape' => 'Message']]], 'DashboardValidationMessages' => ['type' => 'list', 'member' => ['shape' => 'DashboardValidationMessage']], 'DataPath' => ['type' => 'string'], 'Datapoint' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'SampleCount' => ['shape' => 'DatapointValue'], 'Average' => ['shape' => 'DatapointValue'], 'Sum' => ['shape' => 'DatapointValue'], 'Minimum' => ['shape' => 'DatapointValue'], 'Maximum' => ['shape' => 'DatapointValue'], 'Unit' => ['shape' => 'StandardUnit'], 'ExtendedStatistics' => ['shape' => 'DatapointValueMap']], 'xmlOrder' => ['Timestamp', 'SampleCount', 'Average', 'Sum', 'Minimum', 'Maximum', 'Unit', 'ExtendedStatistics']], 'DatapointValue' => ['type' => 'double'], 'DatapointValueMap' => ['type' => 'map', 'key' => ['shape' => 'ExtendedStatistic'], 'value' => ['shape' => 'DatapointValue']], 'DatapointValues' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']], 'Datapoints' => ['type' => 'list', 'member' => ['shape' => 'Datapoint']], 'DatapointsToAlarm' => ['type' => 'integer', 'min' => 1], 'DeleteAlarmsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'DeleteAnomalyDetectorInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'Stat'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'AnomalyDetectorMetricStat']]], 'DeleteAnomalyDetectorOutput' => ['type' => 'structure', 'members' => []], 'DeleteDashboardsInput' => ['type' => 'structure', 'required' => ['DashboardNames'], 'members' => ['DashboardNames' => ['shape' => 'DashboardNames']]], 'DeleteDashboardsOutput' => ['type' => 'structure', 'members' => []], 'DeleteInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'DeleteInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'DescribeAlarmHistoryInput' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmTypes' => ['shape' => 'AlarmTypes'], 'HistoryItemType' => ['shape' => 'HistoryItemType'], 'StartDate' => ['shape' => 'Timestamp'], 'EndDate' => ['shape' => 'Timestamp'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'NextToken'], 'ScanBy' => ['shape' => 'ScanBy']]], 'DescribeAlarmHistoryOutput' => ['type' => 'structure', 'members' => ['AlarmHistoryItems' => ['shape' => 'AlarmHistoryItems'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAlarmsForMetricInput' => ['type' => 'structure', 'required' => ['MetricName', 'Namespace'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit']]], 'DescribeAlarmsForMetricOutput' => ['type' => 'structure', 'members' => ['MetricAlarms' => ['shape' => 'MetricAlarms']]], 'DescribeAlarmsInput' => ['type' => 'structure', 'members' => ['AlarmNames' => ['shape' => 'AlarmNames'], 'AlarmNamePrefix' => ['shape' => 'AlarmNamePrefix'], 'AlarmTypes' => ['shape' => 'AlarmTypes'], 'ChildrenOfAlarmName' => ['shape' => 'AlarmName'], 'ParentsOfAlarmName' => ['shape' => 'AlarmName'], 'StateValue' => ['shape' => 'StateValue'], 'ActionPrefix' => ['shape' => 'ActionPrefix'], 'MaxRecords' => ['shape' => 'MaxRecords'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAlarmsOutput' => ['type' => 'structure', 'members' => ['CompositeAlarms' => ['shape' => 'CompositeAlarms'], 'MetricAlarms' => ['shape' => 'MetricAlarms'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAnomalyDetectorsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxReturnedResultsCount'], 'Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions']]], 'DescribeAnomalyDetectorsOutput' => ['type' => 'structure', 'members' => ['AnomalyDetectors' => ['shape' => 'AnomalyDetectors'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInsightRulesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'InsightRuleMaxResults']]], 'DescribeInsightRulesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'InsightRules' => ['shape' => 'InsightRules']]], 'Dimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'DimensionName'], 'Value' => ['shape' => 'DimensionValue']], 'xmlOrder' => ['Name', 'Value']], 'DimensionFilter' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DimensionName'], 'Value' => ['shape' => 'DimensionValue']]], 'DimensionFilters' => ['type' => 'list', 'member' => ['shape' => 'DimensionFilter'], 'max' => 10], 'DimensionName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DimensionValue' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Dimensions' => ['type' => 'list', 'member' => ['shape' => 'Dimension'], 'max' => 10], 'DisableAlarmActionsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'DisableInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'DisableInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'EnableAlarmActionsInput' => ['type' => 'structure', 'required' => ['AlarmNames'], 'members' => ['AlarmNames' => ['shape' => 'AlarmNames']]], 'EnableInsightRulesInput' => ['type' => 'structure', 'required' => ['RuleNames'], 'members' => ['RuleNames' => ['shape' => 'InsightRuleNames']]], 'EnableInsightRulesOutput' => ['type' => 'structure', 'members' => ['Failures' => ['shape' => 'BatchFailures']]], 'ErrorMessage' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EvaluateLowSampleCountPercentile' => ['type' => 'string', 'max' => 255, 'min' => 1], 'EvaluationPeriods' => ['type' => 'integer', 'min' => 1], 'ExceptionType' => ['type' => 'string'], 'ExtendedStatistic' => ['type' => 'string', 'pattern' => 'p(\\d{1,2}(\\.\\d{0,2})?|100)'], 'ExtendedStatistics' => ['type' => 'list', 'member' => ['shape' => 'ExtendedStatistic'], 'max' => 10, 'min' => 1], 'FailureCode' => ['type' => 'string'], 'FailureDescription' => ['type' => 'string'], 'FailureResource' => ['type' => 'string'], 'FaultDescription' => ['type' => 'string'], 'GetDashboardInput' => ['type' => 'structure', 'required' => ['DashboardName'], 'members' => ['DashboardName' => ['shape' => 'DashboardName']]], 'GetDashboardOutput' => ['type' => 'structure', 'members' => ['DashboardArn' => ['shape' => 'DashboardArn'], 'DashboardBody' => ['shape' => 'DashboardBody'], 'DashboardName' => ['shape' => 'DashboardName']]], 'GetInsightRuleReportInput' => ['type' => 'structure', 'required' => ['RuleName', 'StartTime', 'EndTime', 'Period'], 'members' => ['RuleName' => ['shape' => 'InsightRuleName'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Period' => ['shape' => 'Period'], 'MaxContributorCount' => ['shape' => 'InsightRuleUnboundInteger'], 'Metrics' => ['shape' => 'InsightRuleMetricList'], 'OrderBy' => ['shape' => 'InsightRuleOrderBy']]], 'GetInsightRuleReportOutput' => ['type' => 'structure', 'members' => ['KeyLabels' => ['shape' => 'InsightRuleContributorKeyLabels'], 'AggregationStatistic' => ['shape' => 'InsightRuleAggregationStatistic'], 'AggregateValue' => ['shape' => 'InsightRuleUnboundDouble'], 'ApproximateUniqueCount' => ['shape' => 'InsightRuleUnboundLong'], 'Contributors' => ['shape' => 'InsightRuleContributors'], 'MetricDatapoints' => ['shape' => 'InsightRuleMetricDatapoints']]], 'GetMetricDataInput' => ['type' => 'structure', 'required' => ['MetricDataQueries', 'StartTime', 'EndTime'], 'members' => ['MetricDataQueries' => ['shape' => 'MetricDataQueries'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'NextToken' => ['shape' => 'NextToken'], 'ScanBy' => ['shape' => 'ScanBy'], 'MaxDatapoints' => ['shape' => 'GetMetricDataMaxDatapoints']]], 'GetMetricDataMaxDatapoints' => ['type' => 'integer'], 'GetMetricDataOutput' => ['type' => 'structure', 'members' => ['MetricDataResults' => ['shape' => 'MetricDataResults'], 'NextToken' => ['shape' => 'NextToken'], 'Messages' => ['shape' => 'MetricDataResultMessages']]], 'GetMetricStatisticsInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'StartTime', 'EndTime', 'Period'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Period' => ['shape' => 'Period'], 'Statistics' => ['shape' => 'Statistics'], 'ExtendedStatistics' => ['shape' => 'ExtendedStatistics'], 'Unit' => ['shape' => 'StandardUnit']]], 'GetMetricStatisticsOutput' => ['type' => 'structure', 'members' => ['Label' => ['shape' => 'MetricLabel'], 'Datapoints' => ['shape' => 'Datapoints']]], 'GetMetricWidgetImageInput' => ['type' => 'structure', 'required' => ['MetricWidget'], 'members' => ['MetricWidget' => ['shape' => 'MetricWidget'], 'OutputFormat' => ['shape' => 'OutputFormat']]], 'GetMetricWidgetImageOutput' => ['type' => 'structure', 'members' => ['MetricWidgetImage' => ['shape' => 'MetricWidgetImage']]], 'HistoryData' => ['type' => 'string', 'max' => 4095, 'min' => 1], 'HistoryItemType' => ['type' => 'string', 'enum' => ['ConfigurationUpdate', 'StateUpdate', 'Action']], 'HistorySummary' => ['type' => 'string', 'max' => 255, 'min' => 1], 'InsightRule' => ['type' => 'structure', 'required' => ['Name', 'State', 'Schema', 'Definition'], 'members' => ['Name' => ['shape' => 'InsightRuleName'], 'State' => ['shape' => 'InsightRuleState'], 'Schema' => ['shape' => 'InsightRuleSchema'], 'Definition' => ['shape' => 'InsightRuleDefinition']]], 'InsightRuleAggregationStatistic' => ['type' => 'string'], 'InsightRuleContributor' => ['type' => 'structure', 'required' => ['Keys', 'ApproximateAggregateValue', 'Datapoints'], 'members' => ['Keys' => ['shape' => 'InsightRuleContributorKeys'], 'ApproximateAggregateValue' => ['shape' => 'InsightRuleUnboundDouble'], 'Datapoints' => ['shape' => 'InsightRuleContributorDatapoints']]], 'InsightRuleContributorDatapoint' => ['type' => 'structure', 'required' => ['Timestamp', 'ApproximateValue'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'ApproximateValue' => ['shape' => 'InsightRuleUnboundDouble']]], 'InsightRuleContributorDatapoints' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorDatapoint']], 'InsightRuleContributorKey' => ['type' => 'string'], 'InsightRuleContributorKeyLabel' => ['type' => 'string'], 'InsightRuleContributorKeyLabels' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorKeyLabel']], 'InsightRuleContributorKeys' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributorKey']], 'InsightRuleContributors' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleContributor']], 'InsightRuleDefinition' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\x00-\\x7F]+'], 'InsightRuleMaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'InsightRuleMetricDatapoint' => ['type' => 'structure', 'required' => ['Timestamp'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'UniqueContributors' => ['shape' => 'InsightRuleUnboundDouble'], 'MaxContributorValue' => ['shape' => 'InsightRuleUnboundDouble'], 'SampleCount' => ['shape' => 'InsightRuleUnboundDouble'], 'Average' => ['shape' => 'InsightRuleUnboundDouble'], 'Sum' => ['shape' => 'InsightRuleUnboundDouble'], 'Minimum' => ['shape' => 'InsightRuleUnboundDouble'], 'Maximum' => ['shape' => 'InsightRuleUnboundDouble']]], 'InsightRuleMetricDatapoints' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleMetricDatapoint']], 'InsightRuleMetricList' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleMetricName']], 'InsightRuleMetricName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleNames' => ['type' => 'list', 'member' => ['shape' => 'InsightRuleName']], 'InsightRuleOrderBy' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleSchema' => ['type' => 'string'], 'InsightRuleState' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '[\\x20-\\x7E]+'], 'InsightRuleUnboundDouble' => ['type' => 'double'], 'InsightRuleUnboundInteger' => ['type' => 'integer'], 'InsightRuleUnboundLong' => ['type' => 'long'], 'InsightRules' => ['type' => 'list', 'member' => ['shape' => 'InsightRule']], 'InternalServiceFault' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FaultDescription']], 'error' => ['code' => 'InternalServiceError', 'httpStatusCode' => 500], 'exception' => \true, 'xmlOrder' => ['Message']], 'InvalidFormatFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'InvalidFormat', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'InvalidNextToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidParameterCombinationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterCombination', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'InvalidParameterValue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'LastModified' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededFault' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'LimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ListDashboardsInput' => ['type' => 'structure', 'members' => ['DashboardNamePrefix' => ['shape' => 'DashboardNamePrefix'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDashboardsOutput' => ['type' => 'structure', 'members' => ['DashboardEntries' => ['shape' => 'DashboardEntries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMetricsInput' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'DimensionFilters'], 'NextToken' => ['shape' => 'NextToken'], 'RecentlyActive' => ['shape' => 'RecentlyActive']]], 'ListMetricsOutput' => ['type' => 'structure', 'members' => ['Metrics' => ['shape' => 'Metrics'], 'NextToken' => ['shape' => 'NextToken']], 'xmlOrder' => ['Metrics', 'NextToken']], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxRecords' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxReturnedResultsCount' => ['type' => 'integer', 'min' => 1], 'Message' => ['type' => 'string'], 'MessageData' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'MessageDataCode'], 'Value' => ['shape' => 'MessageDataValue']]], 'MessageDataCode' => ['type' => 'string'], 'MessageDataValue' => ['type' => 'string'], 'Metric' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions']], 'xmlOrder' => ['Namespace', 'MetricName', 'Dimensions']], 'MetricAlarm' => ['type' => 'structure', 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmArn' => ['shape' => 'AlarmArn'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmConfigurationUpdatedTimestamp' => ['shape' => 'Timestamp'], 'ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'OKActions' => ['shape' => 'ResourceList'], 'AlarmActions' => ['shape' => 'ResourceList'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'StateValue' => ['shape' => 'StateValue'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData'], 'StateUpdatedTimestamp' => ['shape' => 'Timestamp'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit'], 'EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'DatapointsToAlarm' => ['shape' => 'DatapointsToAlarm'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'TreatMissingData' => ['shape' => 'TreatMissingData'], 'EvaluateLowSampleCountPercentile' => ['shape' => 'EvaluateLowSampleCountPercentile'], 'Metrics' => ['shape' => 'MetricDataQueries'], 'ThresholdMetricId' => ['shape' => 'MetricId']], 'xmlOrder' => ['AlarmName', 'AlarmArn', 'AlarmDescription', 'AlarmConfigurationUpdatedTimestamp', 'ActionsEnabled', 'OKActions', 'AlarmActions', 'InsufficientDataActions', 'StateValue', 'StateReason', 'StateReasonData', 'StateUpdatedTimestamp', 'MetricName', 'Namespace', 'Statistic', 'Dimensions', 'Period', 'Unit', 'EvaluationPeriods', 'Threshold', 'ComparisonOperator', 'ExtendedStatistic', 'TreatMissingData', 'EvaluateLowSampleCountPercentile', 'DatapointsToAlarm', 'Metrics', 'ThresholdMetricId']], 'MetricAlarms' => ['type' => 'list', 'member' => ['shape' => 'MetricAlarm']], 'MetricData' => ['type' => 'list', 'member' => ['shape' => 'MetricDatum']], 'MetricDataQueries' => ['type' => 'list', 'member' => ['shape' => 'MetricDataQuery']], 'MetricDataQuery' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'MetricId'], 'MetricStat' => ['shape' => 'MetricStat'], 'Expression' => ['shape' => 'MetricExpression'], 'Label' => ['shape' => 'MetricLabel'], 'ReturnData' => ['shape' => 'ReturnData'], 'Period' => ['shape' => 'Period']]], 'MetricDataResult' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'MetricId'], 'Label' => ['shape' => 'MetricLabel'], 'Timestamps' => ['shape' => 'Timestamps'], 'Values' => ['shape' => 'DatapointValues'], 'StatusCode' => ['shape' => 'StatusCode'], 'Messages' => ['shape' => 'MetricDataResultMessages']]], 'MetricDataResultMessages' => ['type' => 'list', 'member' => ['shape' => 'MessageData']], 'MetricDataResults' => ['type' => 'list', 'member' => ['shape' => 'MetricDataResult']], 'MetricDatum' => ['type' => 'structure', 'required' => ['MetricName'], 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Timestamp' => ['shape' => 'Timestamp'], 'Value' => ['shape' => 'DatapointValue'], 'StatisticValues' => ['shape' => 'StatisticSet'], 'Values' => ['shape' => 'Values'], 'Counts' => ['shape' => 'Counts'], 'Unit' => ['shape' => 'StandardUnit'], 'StorageResolution' => ['shape' => 'StorageResolution']]], 'MetricExpression' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'MetricId' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricLabel' => ['type' => 'string'], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MetricStat' => ['type' => 'structure', 'required' => ['Metric', 'Period', 'Stat'], 'members' => ['Metric' => ['shape' => 'Metric'], 'Period' => ['shape' => 'Period'], 'Stat' => ['shape' => 'Stat'], 'Unit' => ['shape' => 'StandardUnit']]], 'MetricWidget' => ['type' => 'string'], 'MetricWidgetImage' => ['type' => 'blob'], 'Metrics' => ['type' => 'list', 'member' => ['shape' => 'Metric']], 'MissingRequiredParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'AwsQueryErrorMessage']], 'error' => ['code' => 'MissingParameter', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true, 'synthetic' => \true], 'Namespace' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[^:].*'], 'NextToken' => ['type' => 'string'], 'OutputFormat' => ['type' => 'string'], 'PartialFailure' => ['type' => 'structure', 'members' => ['FailureResource' => ['shape' => 'FailureResource'], 'ExceptionType' => ['shape' => 'ExceptionType'], 'FailureCode' => ['shape' => 'FailureCode'], 'FailureDescription' => ['shape' => 'FailureDescription']]], 'Period' => ['type' => 'integer', 'min' => 1], 'PutAnomalyDetectorInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricName', 'Stat'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricName' => ['shape' => 'MetricName'], 'Dimensions' => ['shape' => 'Dimensions'], 'Stat' => ['shape' => 'AnomalyDetectorMetricStat'], 'Configuration' => ['shape' => 'AnomalyDetectorConfiguration']]], 'PutAnomalyDetectorOutput' => ['type' => 'structure', 'members' => []], 'PutCompositeAlarmInput' => ['type' => 'structure', 'required' => ['AlarmName', 'AlarmRule'], 'members' => ['ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'AlarmActions' => ['shape' => 'ResourceList'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'AlarmName' => ['shape' => 'AlarmName'], 'AlarmRule' => ['shape' => 'AlarmRule'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'OKActions' => ['shape' => 'ResourceList'], 'Tags' => ['shape' => 'TagList']]], 'PutDashboardInput' => ['type' => 'structure', 'required' => ['DashboardName', 'DashboardBody'], 'members' => ['DashboardName' => ['shape' => 'DashboardName'], 'DashboardBody' => ['shape' => 'DashboardBody']]], 'PutDashboardOutput' => ['type' => 'structure', 'members' => ['DashboardValidationMessages' => ['shape' => 'DashboardValidationMessages']]], 'PutInsightRuleInput' => ['type' => 'structure', 'required' => ['RuleName', 'RuleDefinition'], 'members' => ['RuleName' => ['shape' => 'InsightRuleName'], 'RuleState' => ['shape' => 'InsightRuleState'], 'RuleDefinition' => ['shape' => 'InsightRuleDefinition'], 'Tags' => ['shape' => 'TagList']]], 'PutInsightRuleOutput' => ['type' => 'structure', 'members' => []], 'PutMetricAlarmInput' => ['type' => 'structure', 'required' => ['AlarmName', 'EvaluationPeriods', 'ComparisonOperator'], 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'AlarmDescription' => ['shape' => 'AlarmDescription'], 'ActionsEnabled' => ['shape' => 'ActionsEnabled'], 'OKActions' => ['shape' => 'ResourceList'], 'AlarmActions' => ['shape' => 'ResourceList'], 'InsufficientDataActions' => ['shape' => 'ResourceList'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'ExtendedStatistic' => ['shape' => 'ExtendedStatistic'], 'Dimensions' => ['shape' => 'Dimensions'], 'Period' => ['shape' => 'Period'], 'Unit' => ['shape' => 'StandardUnit'], 'EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'DatapointsToAlarm' => ['shape' => 'DatapointsToAlarm'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'TreatMissingData' => ['shape' => 'TreatMissingData'], 'EvaluateLowSampleCountPercentile' => ['shape' => 'EvaluateLowSampleCountPercentile'], 'Metrics' => ['shape' => 'MetricDataQueries'], 'Tags' => ['shape' => 'TagList'], 'ThresholdMetricId' => ['shape' => 'MetricId']]], 'PutMetricDataInput' => ['type' => 'structure', 'required' => ['Namespace', 'MetricData'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'MetricData' => ['shape' => 'MetricData']]], 'Range' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']], 'xmlOrder' => ['StartTime', 'EndTime']], 'RecentlyActive' => ['type' => 'string', 'enum' => ['PT3H']], 'ResourceId' => ['type' => 'string'], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'ResourceName'], 'max' => 5], 'ResourceName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['code' => 'ResourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'ResourceType'], 'ResourceId' => ['shape' => 'ResourceId']], 'error' => ['code' => 'ResourceNotFoundException', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'ReturnData' => ['type' => 'boolean'], 'ScanBy' => ['type' => 'string', 'enum' => ['TimestampDescending', 'TimestampAscending']], 'SetAlarmStateInput' => ['type' => 'structure', 'required' => ['AlarmName', 'StateValue', 'StateReason'], 'members' => ['AlarmName' => ['shape' => 'AlarmName'], 'StateValue' => ['shape' => 'StateValue'], 'StateReason' => ['shape' => 'StateReason'], 'StateReasonData' => ['shape' => 'StateReasonData']]], 'Size' => ['type' => 'long'], 'StandardUnit' => ['type' => 'string', 'enum' => ['Seconds', 'Microseconds', 'Milliseconds', 'Bytes', 'Kilobytes', 'Megabytes', 'Gigabytes', 'Terabytes', 'Bits', 'Kilobits', 'Megabits', 'Gigabits', 'Terabits', 'Percent', 'Count', 'Bytes/Second', 'Kilobytes/Second', 'Megabytes/Second', 'Gigabytes/Second', 'Terabytes/Second', 'Bits/Second', 'Kilobits/Second', 'Megabits/Second', 'Gigabits/Second', 'Terabits/Second', 'Count/Second', 'None']], 'Stat' => ['type' => 'string'], 'StateReason' => ['type' => 'string', 'max' => 1023, 'min' => 0], 'StateReasonData' => ['type' => 'string', 'max' => 4000, 'min' => 0], 'StateValue' => ['type' => 'string', 'enum' => ['OK', 'ALARM', 'INSUFFICIENT_DATA']], 'Statistic' => ['type' => 'string', 'enum' => ['SampleCount', 'Average', 'Sum', 'Minimum', 'Maximum']], 'StatisticSet' => ['type' => 'structure', 'required' => ['SampleCount', 'Sum', 'Minimum', 'Maximum'], 'members' => ['SampleCount' => ['shape' => 'DatapointValue'], 'Sum' => ['shape' => 'DatapointValue'], 'Minimum' => ['shape' => 'DatapointValue'], 'Maximum' => ['shape' => 'DatapointValue']]], 'Statistics' => ['type' => 'list', 'member' => ['shape' => 'Statistic'], 'max' => 5, 'min' => 1], 'StatusCode' => ['type' => 'string', 'enum' => ['Complete', 'InternalError', 'PartialData']], 'StorageResolution' => ['type' => 'integer', 'min' => 1], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceOutput' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Threshold' => ['type' => 'double'], 'Timestamp' => ['type' => 'timestamp'], 'Timestamps' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'TreatMissingData' => ['type' => 'string', 'max' => 255, 'min' => 1], 'UntagResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceOutput' => ['type' => 'structure', 'members' => []], 'Values' => ['type' => 'list', 'member' => ['shape' => 'DatapointValue']]]]; diff --git a/vendor/Aws3/Aws/data/mq/2017-11-27/api-2.json.php b/vendor/Aws3/Aws/data/mq/2017-11-27/api-2.json.php index 763898f7..6bdbfcf1 100644 --- a/vendor/Aws3/Aws/data/mq/2017-11-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/mq/2017-11-27/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'mq', 'signingName' => 'mq', 'serviceFullName' => 'AmazonMQ', 'serviceId' => 'mq', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mq-2017-11-27', 'signatureVersion' => 'v4'], 'operations' => ['CreateBroker' => ['name' => 'CreateBroker', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers', 'responseCode' => 200], 'input' => ['shape' => 'CreateBrokerRequest'], 'output' => ['shape' => 'CreateBrokerResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'CreateConfiguration' => ['name' => 'CreateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigurationRequest'], 'output' => ['shape' => 'CreateConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'DeleteBroker' => ['name' => 'DeleteBroker', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteBrokerRequest'], 'output' => ['shape' => 'DeleteBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBroker' => ['name' => 'DescribeBroker', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerRequest'], 'output' => ['shape' => 'DescribeBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBrokerEngineTypes' => ['name' => 'DescribeBrokerEngineTypes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/broker-engine-types', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerEngineTypesRequest'], 'output' => ['shape' => 'DescribeBrokerEngineTypesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBrokerInstanceOptions' => ['name' => 'DescribeBrokerInstanceOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/broker-instance-options', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerInstanceOptionsRequest'], 'output' => ['shape' => 'DescribeBrokerInstanceOptionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfiguration' => ['name' => 'DescribeConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRequest'], 'output' => ['shape' => 'DescribeConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfigurationRevision' => ['name' => 'DescribeConfigurationRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}/revisions/{configuration-revision}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRevisionRequest'], 'output' => ['shape' => 'DescribeConfigurationRevisionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListBrokers' => ['name' => 'ListBrokers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers', 'responseCode' => 200], 'input' => ['shape' => 'ListBrokersRequest'], 'output' => ['shape' => 'ListBrokersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListConfigurationRevisions' => ['name' => 'ListConfigurationRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationRevisionsRequest'], 'output' => ['shape' => 'ListConfigurationRevisionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListConfigurations' => ['name' => 'ListConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationsRequest'], 'output' => ['shape' => 'ListConfigurationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}/users', 'responseCode' => 200], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'RebootBroker' => ['name' => 'RebootBroker', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers/{broker-id}/reboot', 'responseCode' => 200], 'input' => ['shape' => 'RebootBrokerRequest'], 'output' => ['shape' => 'RebootBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateBroker' => ['name' => 'UpdateBroker', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerRequest'], 'output' => ['shape' => 'UpdateBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'UpdateConfiguration' => ['name' => 'UpdateConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/configurations/{configuration-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigurationRequest'], 'output' => ['shape' => 'UpdateConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]]], 'shapes' => ['AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BrokerEngineType' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersions' => ['shape' => '__listOfEngineVersion', 'locationName' => 'engineVersions']]], 'BrokerEngineTypeOutput' => ['type' => 'structure', 'members' => ['BrokerEngineTypes' => ['shape' => '__listOfBrokerEngineType', 'locationName' => 'brokerEngineTypes'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'BrokerInstance' => ['type' => 'structure', 'members' => ['ConsoleURL' => ['shape' => '__string', 'locationName' => 'consoleURL'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints'], 'IpAddress' => ['shape' => '__string', 'locationName' => 'ipAddress']]], 'BrokerInstanceOption' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOfAvailabilityZone', 'locationName' => 'availabilityZones'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SupportedDeploymentModes' => ['shape' => '__listOfDeploymentMode', 'locationName' => 'supportedDeploymentModes'], 'SupportedEngineVersions' => ['shape' => '__listOf__string', 'locationName' => 'supportedEngineVersions']]], 'BrokerInstanceOptionsOutput' => ['type' => 'structure', 'members' => ['BrokerInstanceOptions' => ['shape' => '__listOfBrokerInstanceOption', 'locationName' => 'brokerInstanceOptions'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'BrokerState' => ['type' => 'string', 'enum' => ['CREATION_IN_PROGRESS', 'CREATION_FAILED', 'DELETION_IN_PROGRESS', 'RUNNING', 'REBOOT_IN_PROGRESS']], 'BrokerStorageType' => ['type' => 'string', 'enum' => ['EBS', 'EFS']], 'BrokerSummary' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType']]], 'ChangeType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE']], 'Configuration' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ConfigurationId' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id'], 'Revision' => ['shape' => '__integer', 'locationName' => 'revision']]], 'ConfigurationRevision' => ['type' => 'structure', 'members' => ['Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__integer', 'locationName' => 'revision']]], 'Configurations' => ['type' => 'structure', 'members' => ['Current' => ['shape' => 'ConfigurationId', 'locationName' => 'current'], 'History' => ['shape' => '__listOfConfigurationId', 'locationName' => 'history'], 'Pending' => ['shape' => 'ConfigurationId', 'locationName' => 'pending']]], 'ConflictException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateBrokerInput' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'CreatorRequestId' => ['shape' => '__string', 'locationName' => 'creatorRequestId', 'idempotencyToken' => \true], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUser', 'locationName' => 'users']]], 'CreateBrokerOutput' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'CreateBrokerRequest' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'CreatorRequestId' => ['shape' => '__string', 'locationName' => 'creatorRequestId', 'idempotencyToken' => \true], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUser', 'locationName' => 'users']]], 'CreateBrokerResponse' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'CreateConfigurationInput' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'CreateConfigurationOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'CreateConfigurationRequest' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'CreateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'CreateTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'CreateUserInput' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password']]], 'CreateUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'CreateUserResponse' => ['type' => 'structure', 'members' => []], 'DayOfWeek' => ['type' => 'string', 'enum' => ['MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY', 'SATURDAY', 'SUNDAY']], 'DeleteBrokerOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'DeleteBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'DeleteBrokerResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'DeleteTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'DeleteUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeploymentMode' => ['type' => 'string', 'enum' => ['SINGLE_INSTANCE', 'ACTIVE_STANDBY_MULTI_AZ']], 'DescribeBrokerEngineTypesRequest' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'engineType'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeBrokerEngineTypesResponse' => ['type' => 'structure', 'members' => ['BrokerEngineTypes' => ['shape' => '__listOfBrokerEngineType', 'locationName' => 'brokerEngineTypes'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeBrokerInstanceOptionsRequest' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'engineType'], 'HostInstanceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'hostInstanceType'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'StorageType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'storageType']]], 'DescribeBrokerInstanceOptionsResponse' => ['type' => 'structure', 'members' => ['BrokerInstanceOptions' => ['shape' => '__listOfBrokerInstanceOption', 'locationName' => 'brokerInstanceOptions'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeBrokerOutput' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerInstances' => ['shape' => '__listOfBrokerInstance', 'locationName' => 'brokerInstances'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Configurations' => ['shape' => 'Configurations', 'locationName' => 'configurations'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'LogsSummary', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PendingEngineVersion' => ['shape' => '__string', 'locationName' => 'pendingEngineVersion'], 'PendingHostInstanceType' => ['shape' => '__string', 'locationName' => 'pendingHostInstanceType'], 'PendingSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'pendingSecurityGroups'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'DescribeBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'DescribeBrokerResponse' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerInstances' => ['shape' => '__listOfBrokerInstance', 'locationName' => 'brokerInstances'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Configurations' => ['shape' => 'Configurations', 'locationName' => 'configurations'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'LogsSummary', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PendingEngineVersion' => ['shape' => '__string', 'locationName' => 'pendingEngineVersion'], 'PendingHostInstanceType' => ['shape' => '__string', 'locationName' => 'pendingHostInstanceType'], 'PendingSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'pendingSecurityGroups'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'DescribeConfigurationRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id']], 'required' => ['ConfigurationId']], 'DescribeConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'DescribeConfigurationRevisionOutput' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'DescribeConfigurationRevisionRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'ConfigurationRevision' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-revision']], 'required' => ['ConfigurationRevision', 'ConfigurationId']], 'DescribeConfigurationRevisionResponse' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'DescribeUserOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Pending' => ['shape' => 'UserPendingChanges', 'locationName' => 'pending'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'DescribeUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Pending' => ['shape' => 'UserPendingChanges', 'locationName' => 'pending'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'EncryptionOptions' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => '__string', 'locationName' => 'kmsKeyId'], 'UseAwsOwnedKey' => ['shape' => '__boolean', 'locationName' => 'useAwsOwnedKey']], 'required' => ['UseAwsOwnedKey']], 'EngineType' => ['type' => 'string', 'enum' => ['ACTIVEMQ']], 'EngineVersion' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'Error' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'ListBrokersOutput' => ['type' => 'structure', 'members' => ['BrokerSummaries' => ['shape' => '__listOfBrokerSummary', 'locationName' => 'brokerSummaries'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListBrokersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListBrokersResponse' => ['type' => 'structure', 'members' => ['BrokerSummaries' => ['shape' => '__listOfBrokerSummary', 'locationName' => 'brokerSummaries'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationRevisionsOutput' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationRevisionsRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ConfigurationId']], 'ListConfigurationRevisionsResponse' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationsOutput' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigurationsResponse' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ListUsersOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'ListUsersRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['BrokerId']], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'Logs' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'General' => ['shape' => '__boolean', 'locationName' => 'general']]], 'LogsSummary' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'AuditLogGroup' => ['shape' => '__string', 'locationName' => 'auditLogGroup'], 'General' => ['shape' => '__boolean', 'locationName' => 'general'], 'GeneralLogGroup' => ['shape' => '__string', 'locationName' => 'generalLogGroup'], 'Pending' => ['shape' => 'PendingLogs', 'locationName' => 'pending']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'NotFoundException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'PendingLogs' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'General' => ['shape' => '__boolean', 'locationName' => 'general']]], 'RebootBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'RebootBrokerResponse' => ['type' => 'structure', 'members' => []], 'SanitizationWarning' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => '__string', 'locationName' => 'attributeName'], 'ElementName' => ['shape' => '__string', 'locationName' => 'elementName'], 'Reason' => ['shape' => 'SanitizationWarningReason', 'locationName' => 'reason']]], 'SanitizationWarningReason' => ['type' => 'string', 'enum' => ['DISALLOWED_ELEMENT_REMOVED', 'DISALLOWED_ATTRIBUTE_REMOVED', 'INVALID_ATTRIBUTE_VALUE_REMOVED']], 'Tags' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UpdateBrokerInput' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateBrokerOutput' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateBrokerRequest' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']], 'required' => ['BrokerId']], 'UpdateBrokerResponse' => ['type' => 'structure', 'members' => ['AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateConfigurationInput' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'UpdateConfigurationOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Warnings' => ['shape' => '__listOfSanitizationWarning', 'locationName' => 'warnings']]], 'UpdateConfigurationRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']], 'required' => ['ConfigurationId']], 'UpdateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Warnings' => ['shape' => '__listOfSanitizationWarning', 'locationName' => 'warnings']]], 'UpdateUserInput' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password']]], 'UpdateUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'UpdateUserResponse' => ['type' => 'structure', 'members' => []], 'User' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'UserPendingChanges' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'PendingChange' => ['shape' => 'ChangeType', 'locationName' => 'pendingChange']]], 'UserSummary' => ['type' => 'structure', 'members' => ['PendingChange' => ['shape' => 'ChangeType', 'locationName' => 'pendingChange'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'WeeklyStartTime' => ['type' => 'structure', 'members' => ['DayOfWeek' => ['shape' => 'DayOfWeek', 'locationName' => 'dayOfWeek'], 'TimeOfDay' => ['shape' => '__string', 'locationName' => 'timeOfDay'], 'TimeZone' => ['shape' => '__string', 'locationName' => 'timeZone']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin5Max100' => ['type' => 'integer', 'min' => 5, 'max' => 100], '__listOfAvailabilityZone' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], '__listOfBrokerEngineType' => ['type' => 'list', 'member' => ['shape' => 'BrokerEngineType']], '__listOfBrokerInstance' => ['type' => 'list', 'member' => ['shape' => 'BrokerInstance']], '__listOfBrokerInstanceOption' => ['type' => 'list', 'member' => ['shape' => 'BrokerInstanceOption']], '__listOfBrokerSummary' => ['type' => 'list', 'member' => ['shape' => 'BrokerSummary']], '__listOfConfiguration' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], '__listOfConfigurationId' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationId']], '__listOfConfigurationRevision' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRevision']], '__listOfDeploymentMode' => ['type' => 'list', 'member' => ['shape' => 'DeploymentMode']], '__listOfEngineVersion' => ['type' => 'list', 'member' => ['shape' => 'EngineVersion']], '__listOfSanitizationWarning' => ['type' => 'list', 'member' => ['shape' => 'SanitizationWarning']], '__listOfUser' => ['type' => 'list', 'member' => ['shape' => 'User']], '__listOfUserSummary' => ['type' => 'list', 'member' => ['shape' => 'UserSummary']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']], 'authorizers' => ['authorization_strategy' => ['name' => 'authorization_strategy', 'type' => 'provided', 'placement' => ['location' => 'header', 'name' => 'Authorization']]]]; +return ['metadata' => ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'mq', 'signingName' => 'mq', 'serviceFullName' => 'AmazonMQ', 'serviceId' => 'mq', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'mq-2017-11-27', 'signatureVersion' => 'v4'], 'operations' => ['CreateBroker' => ['name' => 'CreateBroker', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers', 'responseCode' => 200], 'input' => ['shape' => 'CreateBrokerRequest'], 'output' => ['shape' => 'CreateBrokerResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'CreateConfiguration' => ['name' => 'CreateConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'CreateConfigurationRequest'], 'output' => ['shape' => 'CreateConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'CreateTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'DeleteBroker' => ['name' => 'DeleteBroker', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteBrokerRequest'], 'output' => ['shape' => 'DeleteBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteTagsRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBroker' => ['name' => 'DescribeBroker', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerRequest'], 'output' => ['shape' => 'DescribeBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBrokerEngineTypes' => ['name' => 'DescribeBrokerEngineTypes', 'http' => ['method' => 'GET', 'requestUri' => '/v1/broker-engine-types', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerEngineTypesRequest'], 'output' => ['shape' => 'DescribeBrokerEngineTypesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeBrokerInstanceOptions' => ['name' => 'DescribeBrokerInstanceOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/broker-instance-options', 'responseCode' => 200], 'input' => ['shape' => 'DescribeBrokerInstanceOptionsRequest'], 'output' => ['shape' => 'DescribeBrokerInstanceOptionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfiguration' => ['name' => 'DescribeConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRequest'], 'output' => ['shape' => 'DescribeConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeConfigurationRevision' => ['name' => 'DescribeConfigurationRevision', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}/revisions/{configuration-revision}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeConfigurationRevisionRequest'], 'output' => ['shape' => 'DescribeConfigurationRevisionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListBrokers' => ['name' => 'ListBrokers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers', 'responseCode' => 200], 'input' => ['shape' => 'ListBrokersRequest'], 'output' => ['shape' => 'ListBrokersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListConfigurationRevisions' => ['name' => 'ListConfigurationRevisions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations/{configuration-id}/revisions', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationRevisionsRequest'], 'output' => ['shape' => 'ListConfigurationRevisionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListConfigurations' => ['name' => 'ListConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/configurations', 'responseCode' => 200], 'input' => ['shape' => 'ListConfigurationsRequest'], 'output' => ['shape' => 'ListConfigurationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsRequest'], 'output' => ['shape' => 'ListTagsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/brokers/{broker-id}/users', 'responseCode' => 200], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'RebootBroker' => ['name' => 'RebootBroker', 'http' => ['method' => 'POST', 'requestUri' => '/v1/brokers/{broker-id}/reboot', 'responseCode' => 200], 'input' => ['shape' => 'RebootBrokerRequest'], 'output' => ['shape' => 'RebootBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateBroker' => ['name' => 'UpdateBroker', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/brokers/{broker-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBrokerRequest'], 'output' => ['shape' => 'UpdateBrokerResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'UpdateConfiguration' => ['name' => 'UpdateConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/configurations/{configuration-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateConfigurationRequest'], 'output' => ['shape' => 'UpdateConfigurationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/brokers/{broker-id}/users/{username}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ConflictException'], ['shape' => 'ForbiddenException']]]], 'shapes' => ['AuthenticationStrategy' => ['type' => 'string', 'enum' => ['SIMPLE', 'LDAP']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'BadRequestException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BrokerEngineType' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersions' => ['shape' => '__listOfEngineVersion', 'locationName' => 'engineVersions']]], 'BrokerEngineTypeOutput' => ['type' => 'structure', 'members' => ['BrokerEngineTypes' => ['shape' => '__listOfBrokerEngineType', 'locationName' => 'brokerEngineTypes'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'BrokerInstance' => ['type' => 'structure', 'members' => ['ConsoleURL' => ['shape' => '__string', 'locationName' => 'consoleURL'], 'Endpoints' => ['shape' => '__listOf__string', 'locationName' => 'endpoints'], 'IpAddress' => ['shape' => '__string', 'locationName' => 'ipAddress']]], 'BrokerInstanceOption' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => '__listOfAvailabilityZone', 'locationName' => 'availabilityZones'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SupportedDeploymentModes' => ['shape' => '__listOfDeploymentMode', 'locationName' => 'supportedDeploymentModes'], 'SupportedEngineVersions' => ['shape' => '__listOf__string', 'locationName' => 'supportedEngineVersions']]], 'BrokerInstanceOptionsOutput' => ['type' => 'structure', 'members' => ['BrokerInstanceOptions' => ['shape' => '__listOfBrokerInstanceOption', 'locationName' => 'brokerInstanceOptions'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'BrokerState' => ['type' => 'string', 'enum' => ['CREATION_IN_PROGRESS', 'CREATION_FAILED', 'DELETION_IN_PROGRESS', 'RUNNING', 'REBOOT_IN_PROGRESS']], 'BrokerStorageType' => ['type' => 'string', 'enum' => ['EBS', 'EFS']], 'BrokerSummary' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType']]], 'ChangeType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE']], 'Configuration' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ConfigurationId' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string', 'locationName' => 'id'], 'Revision' => ['shape' => '__integer', 'locationName' => 'revision']]], 'ConfigurationRevision' => ['type' => 'structure', 'members' => ['Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'Revision' => ['shape' => '__integer', 'locationName' => 'revision']]], 'Configurations' => ['type' => 'structure', 'members' => ['Current' => ['shape' => 'ConfigurationId', 'locationName' => 'current'], 'History' => ['shape' => '__listOfConfigurationId', 'locationName' => 'history'], 'Pending' => ['shape' => 'ConfigurationId', 'locationName' => 'pending']]], 'ConflictException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateBrokerInput' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'CreatorRequestId' => ['shape' => '__string', 'locationName' => 'creatorRequestId', 'idempotencyToken' => \true], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataInput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUser', 'locationName' => 'users']]], 'CreateBrokerOutput' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'CreateBrokerRequest' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'CreatorRequestId' => ['shape' => '__string', 'locationName' => 'creatorRequestId', 'idempotencyToken' => \true], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataInput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUser', 'locationName' => 'users']]], 'CreateBrokerResponse' => ['type' => 'structure', 'members' => ['BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'CreateConfigurationInput' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'CreateConfigurationOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'CreateConfigurationRequest' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'CreateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name']]], 'CreateTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']], 'required' => ['ResourceArn']], 'CreateUserInput' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password']]], 'CreateUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'CreateUserResponse' => ['type' => 'structure', 'members' => []], 'DayOfWeek' => ['type' => 'string', 'enum' => ['MONDAY', 'TUESDAY', 'WEDNESDAY', 'THURSDAY', 'FRIDAY', 'SATURDAY', 'SUNDAY']], 'DeleteBrokerOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'DeleteBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'DeleteBrokerResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId']]], 'DeleteTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'DeleteUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeploymentMode' => ['type' => 'string', 'enum' => ['SINGLE_INSTANCE', 'ACTIVE_STANDBY_MULTI_AZ']], 'DescribeBrokerEngineTypesRequest' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'engineType'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'DescribeBrokerEngineTypesResponse' => ['type' => 'structure', 'members' => ['BrokerEngineTypes' => ['shape' => '__listOfBrokerEngineType', 'locationName' => 'brokerEngineTypes'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeBrokerInstanceOptionsRequest' => ['type' => 'structure', 'members' => ['EngineType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'engineType'], 'HostInstanceType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'hostInstanceType'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'StorageType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'storageType']]], 'DescribeBrokerInstanceOptionsResponse' => ['type' => 'structure', 'members' => ['BrokerInstanceOptions' => ['shape' => '__listOfBrokerInstanceOption', 'locationName' => 'brokerInstanceOptions'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'DescribeBrokerOutput' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerInstances' => ['shape' => '__listOfBrokerInstance', 'locationName' => 'brokerInstances'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Configurations' => ['shape' => 'Configurations', 'locationName' => 'configurations'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'LogsSummary', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PendingAuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'pendingAuthenticationStrategy'], 'PendingEngineVersion' => ['shape' => '__string', 'locationName' => 'pendingEngineVersion'], 'PendingHostInstanceType' => ['shape' => '__string', 'locationName' => 'pendingHostInstanceType'], 'PendingLdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'pendingLdapServerMetadata'], 'PendingSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'pendingSecurityGroups'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'DescribeBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'DescribeBrokerResponse' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerArn' => ['shape' => '__string', 'locationName' => 'brokerArn'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'BrokerInstances' => ['shape' => '__listOfBrokerInstance', 'locationName' => 'brokerInstances'], 'BrokerName' => ['shape' => '__string', 'locationName' => 'brokerName'], 'BrokerState' => ['shape' => 'BrokerState', 'locationName' => 'brokerState'], 'Configurations' => ['shape' => 'Configurations', 'locationName' => 'configurations'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'DeploymentMode' => ['shape' => 'DeploymentMode', 'locationName' => 'deploymentMode'], 'EncryptionOptions' => ['shape' => 'EncryptionOptions', 'locationName' => 'encryptionOptions'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'LogsSummary', 'locationName' => 'logs'], 'MaintenanceWindowStartTime' => ['shape' => 'WeeklyStartTime', 'locationName' => 'maintenanceWindowStartTime'], 'PendingAuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'pendingAuthenticationStrategy'], 'PendingEngineVersion' => ['shape' => '__string', 'locationName' => 'pendingEngineVersion'], 'PendingHostInstanceType' => ['shape' => '__string', 'locationName' => 'pendingHostInstanceType'], 'PendingLdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'pendingLdapServerMetadata'], 'PendingSecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'pendingSecurityGroups'], 'PubliclyAccessible' => ['shape' => '__boolean', 'locationName' => 'publiclyAccessible'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups'], 'StorageType' => ['shape' => 'BrokerStorageType', 'locationName' => 'storageType'], 'SubnetIds' => ['shape' => '__listOf__string', 'locationName' => 'subnetIds'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'DescribeConfigurationRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id']], 'required' => ['ConfigurationId']], 'DescribeConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Description' => ['shape' => '__string', 'locationName' => 'description'], 'EngineType' => ['shape' => 'EngineType', 'locationName' => 'engineType'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'DescribeConfigurationRevisionOutput' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'DescribeConfigurationRevisionRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'ConfigurationRevision' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-revision']], 'required' => ['ConfigurationRevision', 'ConfigurationId']], 'DescribeConfigurationRevisionResponse' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'DescribeUserOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Pending' => ['shape' => 'UserPendingChanges', 'locationName' => 'pending'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'DescribeUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Pending' => ['shape' => 'UserPendingChanges', 'locationName' => 'pending'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'EncryptionOptions' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => '__string', 'locationName' => 'kmsKeyId'], 'UseAwsOwnedKey' => ['shape' => '__boolean', 'locationName' => 'useAwsOwnedKey']], 'required' => ['UseAwsOwnedKey']], 'EngineType' => ['type' => 'string', 'enum' => ['ACTIVEMQ']], 'EngineVersion' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string', 'locationName' => 'name']]], 'Error' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']]], 'ForbiddenException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'LdapServerMetadataInput' => ['type' => 'structure', 'members' => ['Hosts' => ['shape' => '__listOf__string', 'locationName' => 'hosts'], 'RoleBase' => ['shape' => '__string', 'locationName' => 'roleBase'], 'RoleName' => ['shape' => '__string', 'locationName' => 'roleName'], 'RoleSearchMatching' => ['shape' => '__string', 'locationName' => 'roleSearchMatching'], 'RoleSearchSubtree' => ['shape' => '__boolean', 'locationName' => 'roleSearchSubtree'], 'ServiceAccountPassword' => ['shape' => '__string', 'locationName' => 'serviceAccountPassword'], 'ServiceAccountUsername' => ['shape' => '__string', 'locationName' => 'serviceAccountUsername'], 'UserBase' => ['shape' => '__string', 'locationName' => 'userBase'], 'UserRoleName' => ['shape' => '__string', 'locationName' => 'userRoleName'], 'UserSearchMatching' => ['shape' => '__string', 'locationName' => 'userSearchMatching'], 'UserSearchSubtree' => ['shape' => '__boolean', 'locationName' => 'userSearchSubtree']]], 'LdapServerMetadataOutput' => ['type' => 'structure', 'members' => ['Hosts' => ['shape' => '__listOf__string', 'locationName' => 'hosts'], 'RoleBase' => ['shape' => '__string', 'locationName' => 'roleBase'], 'RoleName' => ['shape' => '__string', 'locationName' => 'roleName'], 'RoleSearchMatching' => ['shape' => '__string', 'locationName' => 'roleSearchMatching'], 'RoleSearchSubtree' => ['shape' => '__boolean', 'locationName' => 'roleSearchSubtree'], 'ServiceAccountUsername' => ['shape' => '__string', 'locationName' => 'serviceAccountUsername'], 'UserBase' => ['shape' => '__string', 'locationName' => 'userBase'], 'UserRoleName' => ['shape' => '__string', 'locationName' => 'userRoleName'], 'UserSearchMatching' => ['shape' => '__string', 'locationName' => 'userSearchMatching'], 'UserSearchSubtree' => ['shape' => '__boolean', 'locationName' => 'userSearchSubtree']]], 'ListBrokersOutput' => ['type' => 'structure', 'members' => ['BrokerSummaries' => ['shape' => '__listOfBrokerSummary', 'locationName' => 'brokerSummaries'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListBrokersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListBrokersResponse' => ['type' => 'structure', 'members' => ['BrokerSummaries' => ['shape' => '__listOfBrokerSummary', 'locationName' => 'brokerSummaries'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationRevisionsOutput' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationRevisionsRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['ConfigurationId']], 'ListConfigurationRevisionsResponse' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'locationName' => 'configurationId'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Revisions' => ['shape' => '__listOfConfigurationRevision', 'locationName' => 'revisions']]], 'ListConfigurationsOutput' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListConfigurationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListConfigurationsResponse' => ['type' => 'structure', 'members' => ['Configurations' => ['shape' => '__listOfConfiguration', 'locationName' => 'configurations'], 'MaxResults' => ['shape' => '__integer', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken']]], 'ListTagsRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'ListUsersOutput' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'ListUsersRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken']], 'required' => ['BrokerId']], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'MaxResults' => ['shape' => '__integerMin5Max100', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => '__string', 'locationName' => 'nextToken'], 'Users' => ['shape' => '__listOfUserSummary', 'locationName' => 'users']]], 'Logs' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'General' => ['shape' => '__boolean', 'locationName' => 'general']]], 'LogsSummary' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'AuditLogGroup' => ['shape' => '__string', 'locationName' => 'auditLogGroup'], 'General' => ['shape' => '__boolean', 'locationName' => 'general'], 'GeneralLogGroup' => ['shape' => '__string', 'locationName' => 'generalLogGroup'], 'Pending' => ['shape' => 'PendingLogs', 'locationName' => 'pending']]], 'MaxResults' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'NotFoundException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'PendingLogs' => ['type' => 'structure', 'members' => ['Audit' => ['shape' => '__boolean', 'locationName' => 'audit'], 'General' => ['shape' => '__boolean', 'locationName' => 'general']]], 'RebootBrokerRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id']], 'required' => ['BrokerId']], 'RebootBrokerResponse' => ['type' => 'structure', 'members' => []], 'SanitizationWarning' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => '__string', 'locationName' => 'attributeName'], 'ElementName' => ['shape' => '__string', 'locationName' => 'elementName'], 'Reason' => ['shape' => 'SanitizationWarningReason', 'locationName' => 'reason']]], 'SanitizationWarningReason' => ['type' => 'string', 'enum' => ['DISALLOWED_ELEMENT_REMOVED', 'DISALLOWED_ATTRIBUTE_REMOVED', 'INVALID_ATTRIBUTE_VALUE_REMOVED']], 'Tags' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => '__mapOf__string', 'locationName' => 'tags']]], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['ErrorAttribute' => ['shape' => '__string', 'locationName' => 'errorAttribute'], 'Message' => ['shape' => '__string', 'locationName' => 'message']], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UpdateBrokerInput' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataInput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateBrokerOutput' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateBrokerRequest' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataInput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']], 'required' => ['BrokerId']], 'UpdateBrokerResponse' => ['type' => 'structure', 'members' => ['AuthenticationStrategy' => ['shape' => 'AuthenticationStrategy', 'locationName' => 'authenticationStrategy'], 'AutoMinorVersionUpgrade' => ['shape' => '__boolean', 'locationName' => 'autoMinorVersionUpgrade'], 'BrokerId' => ['shape' => '__string', 'locationName' => 'brokerId'], 'Configuration' => ['shape' => 'ConfigurationId', 'locationName' => 'configuration'], 'EngineVersion' => ['shape' => '__string', 'locationName' => 'engineVersion'], 'HostInstanceType' => ['shape' => '__string', 'locationName' => 'hostInstanceType'], 'LdapServerMetadata' => ['shape' => 'LdapServerMetadataOutput', 'locationName' => 'ldapServerMetadata'], 'Logs' => ['shape' => 'Logs', 'locationName' => 'logs'], 'SecurityGroups' => ['shape' => '__listOf__string', 'locationName' => 'securityGroups']]], 'UpdateConfigurationInput' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']]], 'UpdateConfigurationOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Warnings' => ['shape' => '__listOfSanitizationWarning', 'locationName' => 'warnings']]], 'UpdateConfigurationRequest' => ['type' => 'structure', 'members' => ['ConfigurationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'configuration-id'], 'Data' => ['shape' => '__string', 'locationName' => 'data'], 'Description' => ['shape' => '__string', 'locationName' => 'description']], 'required' => ['ConfigurationId']], 'UpdateConfigurationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string', 'locationName' => 'arn'], 'Created' => ['shape' => '__timestampIso8601', 'locationName' => 'created'], 'Id' => ['shape' => '__string', 'locationName' => 'id'], 'LatestRevision' => ['shape' => 'ConfigurationRevision', 'locationName' => 'latestRevision'], 'Name' => ['shape' => '__string', 'locationName' => 'name'], 'Warnings' => ['shape' => '__listOfSanitizationWarning', 'locationName' => 'warnings']]], 'UpdateUserInput' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password']]], 'UpdateUserRequest' => ['type' => 'structure', 'members' => ['BrokerId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'broker-id'], 'ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'username']], 'required' => ['Username', 'BrokerId']], 'UpdateUserResponse' => ['type' => 'structure', 'members' => []], 'User' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'Password' => ['shape' => '__string', 'locationName' => 'password'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'UserPendingChanges' => ['type' => 'structure', 'members' => ['ConsoleAccess' => ['shape' => '__boolean', 'locationName' => 'consoleAccess'], 'Groups' => ['shape' => '__listOf__string', 'locationName' => 'groups'], 'PendingChange' => ['shape' => 'ChangeType', 'locationName' => 'pendingChange']]], 'UserSummary' => ['type' => 'structure', 'members' => ['PendingChange' => ['shape' => 'ChangeType', 'locationName' => 'pendingChange'], 'Username' => ['shape' => '__string', 'locationName' => 'username']]], 'WeeklyStartTime' => ['type' => 'structure', 'members' => ['DayOfWeek' => ['shape' => 'DayOfWeek', 'locationName' => 'dayOfWeek'], 'TimeOfDay' => ['shape' => '__string', 'locationName' => 'timeOfDay'], 'TimeZone' => ['shape' => '__string', 'locationName' => 'timeZone']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin5Max100' => ['type' => 'integer', 'min' => 5, 'max' => 100], '__listOfAvailabilityZone' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], '__listOfBrokerEngineType' => ['type' => 'list', 'member' => ['shape' => 'BrokerEngineType']], '__listOfBrokerInstance' => ['type' => 'list', 'member' => ['shape' => 'BrokerInstance']], '__listOfBrokerInstanceOption' => ['type' => 'list', 'member' => ['shape' => 'BrokerInstanceOption']], '__listOfBrokerSummary' => ['type' => 'list', 'member' => ['shape' => 'BrokerSummary']], '__listOfConfiguration' => ['type' => 'list', 'member' => ['shape' => 'Configuration']], '__listOfConfigurationId' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationId']], '__listOfConfigurationRevision' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationRevision']], '__listOfDeploymentMode' => ['type' => 'list', 'member' => ['shape' => 'DeploymentMode']], '__listOfEngineVersion' => ['type' => 'list', 'member' => ['shape' => 'EngineVersion']], '__listOfSanitizationWarning' => ['type' => 'list', 'member' => ['shape' => 'SanitizationWarning']], '__listOfUser' => ['type' => 'list', 'member' => ['shape' => 'User']], '__listOfUserSummary' => ['type' => 'list', 'member' => ['shape' => 'UserSummary']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__mapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']], 'authorizers' => ['authorization_strategy' => ['name' => 'authorization_strategy', 'type' => 'provided', 'placement' => ['location' => 'header', 'name' => 'Authorization']]]]; diff --git a/vendor/Aws3/Aws/data/mq/2017-11-27/paginators-1.json.php b/vendor/Aws3/Aws/data/mq/2017-11-27/paginators-1.json.php index f412c827..bf63a2da 100644 --- a/vendor/Aws3/Aws/data/mq/2017-11-27/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/mq/2017-11-27/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['ListBrokers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'BrokerSummaries']]]; diff --git a/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/api-2.json.php b/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/api-2.json.php index 1e53018e..17c21b46 100644 --- a/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-01', 'endpointPrefix' => 'opsworks-cm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'OpsWorksCM', 'serviceFullName' => 'AWS OpsWorks CM', 'serviceId' => 'OpsWorksCM', 'signatureVersion' => 'v4', 'signingName' => 'opsworks-cm', 'targetPrefix' => 'OpsWorksCM_V2016_11_01', 'uid' => 'opsworkscm-2016-11-01'], 'operations' => ['AssociateNode' => ['name' => 'AssociateNode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateNodeRequest'], 'output' => ['shape' => 'AssociateNodeResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateBackup' => ['name' => 'CreateBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBackupRequest'], 'output' => ['shape' => 'CreateBackupResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateServer' => ['name' => 'CreateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServerRequest'], 'output' => ['shape' => 'CreateServerResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteBackup' => ['name' => 'DeleteBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBackupRequest'], 'output' => ['shape' => 'DeleteBackupResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteServer' => ['name' => 'DeleteServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerRequest'], 'output' => ['shape' => 'DeleteServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesRequest'], 'output' => ['shape' => 'DescribeAccountAttributesResponse']], 'DescribeBackups' => ['name' => 'DescribeBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBackupsRequest'], 'output' => ['shape' => 'DescribeBackupsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsRequest'], 'output' => ['shape' => 'DescribeEventsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeNodeAssociationStatus' => ['name' => 'DescribeNodeAssociationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNodeAssociationStatusRequest'], 'output' => ['shape' => 'DescribeNodeAssociationStatusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeServers' => ['name' => 'DescribeServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServersRequest'], 'output' => ['shape' => 'DescribeServersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']]], 'DisassociateNode' => ['name' => 'DisassociateNode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateNodeRequest'], 'output' => ['shape' => 'DisassociateNodeResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ExportServerEngineAttribute' => ['name' => 'ExportServerEngineAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportServerEngineAttributeRequest'], 'output' => ['shape' => 'ExportServerEngineAttributeResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'RestoreServer' => ['name' => 'RestoreServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreServerRequest'], 'output' => ['shape' => 'RestoreServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'StartMaintenance' => ['name' => 'StartMaintenance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMaintenanceRequest'], 'output' => ['shape' => 'StartMaintenanceResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidStateException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidStateException']]], 'UpdateServer' => ['name' => 'UpdateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerRequest'], 'output' => ['shape' => 'UpdateServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateServerEngineAttributes' => ['name' => 'UpdateServerEngineAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerEngineAttributesRequest'], 'output' => ['shape' => 'UpdateServerEngineAttributesResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AWSOpsWorksCMResourceArn' => ['type' => 'string', 'pattern' => 'arn:aws.*:opsworks-cm:.*:[0-9]{12}:.*'], 'AccountAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Maximum' => ['shape' => 'Integer'], 'Used' => ['shape' => 'Integer']]], 'AccountAttributes' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute']], 'AssociateNodeRequest' => ['type' => 'structure', 'required' => ['ServerName', 'NodeName', 'EngineAttributes'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NodeName' => ['shape' => 'NodeName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'AssociateNodeResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken']]], 'AttributeName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Z][A-Z0-9_]*'], 'AttributeValue' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'Backup' => ['type' => 'structure', 'members' => ['BackupArn' => ['shape' => 'String'], 'BackupId' => ['shape' => 'BackupId'], 'BackupType' => ['shape' => 'BackupType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'InstanceProfileArn' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'S3DataSize' => ['shape' => 'Integer', 'deprecated' => \true], 'S3DataUrl' => ['shape' => 'String', 'deprecated' => \true], 'S3LogUrl' => ['shape' => 'String'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServerName' => ['shape' => 'ServerName'], 'ServiceRoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'BackupStatus'], 'StatusDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'Strings'], 'ToolsVersion' => ['shape' => 'String'], 'UserArn' => ['shape' => 'String']]], 'BackupId' => ['type' => 'string', 'max' => 79, 'pattern' => '[a-zA-Z][a-zA-Z0-9\\-\\.\\:]*'], 'BackupRetentionCountDefinition' => ['type' => 'integer', 'min' => 1], 'BackupStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'OK', 'FAILED', 'DELETING']], 'BackupType' => ['type' => 'string', 'enum' => ['AUTOMATED', 'MANUAL']], 'Backups' => ['type' => 'list', 'member' => ['shape' => 'Backup']], 'Boolean' => ['type' => 'boolean'], 'CreateBackupRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateBackupResponse' => ['type' => 'structure', 'members' => ['Backup' => ['shape' => 'Backup']]], 'CreateServerRequest' => ['type' => 'structure', 'required' => ['ServerName', 'InstanceProfileArn', 'InstanceType', 'ServiceRoleArn'], 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'CustomDomain' => ['shape' => 'CustomDomain'], 'CustomCertificate' => ['shape' => 'CustomCertificate'], 'CustomPrivateKey' => ['shape' => 'CustomPrivateKey'], 'DisableAutomatedBackup' => ['shape' => 'Boolean'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineAttributes' => ['shape' => 'EngineAttributes'], 'BackupRetentionCount' => ['shape' => 'BackupRetentionCountDefinition'], 'ServerName' => ['shape' => 'ServerName'], 'InstanceProfileArn' => ['shape' => 'InstanceProfileArn'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'KeyPair'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServiceRoleArn' => ['shape' => 'ServiceRoleArn'], 'SubnetIds' => ['shape' => 'Strings'], 'Tags' => ['shape' => 'TagList'], 'BackupId' => ['shape' => 'BackupId']]], 'CreateServerResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'CustomCertificate' => ['type' => 'string', 'max' => 2097152, 'pattern' => '(?s)\\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\\s*'], 'CustomDomain' => ['type' => 'string', 'max' => 253, 'pattern' => '^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$'], 'CustomPrivateKey' => ['type' => 'string', 'max' => 4096, 'pattern' => '(?ms)\\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\\s*', 'sensitive' => \true], 'DeleteBackupRequest' => ['type' => 'structure', 'required' => ['BackupId'], 'members' => ['BackupId' => ['shape' => 'BackupId']]], 'DeleteBackupResponse' => ['type' => 'structure', 'members' => []], 'DeleteServerRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName']]], 'DeleteServerResponse' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'AccountAttributes']]], 'DescribeBackupsRequest' => ['type' => 'structure', 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeBackupsResponse' => ['type' => 'structure', 'members' => ['Backups' => ['shape' => 'Backups'], 'NextToken' => ['shape' => 'String']]], 'DescribeEventsRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['ServerEvents' => ['shape' => 'ServerEvents'], 'NextToken' => ['shape' => 'String']]], 'DescribeNodeAssociationStatusRequest' => ['type' => 'structure', 'required' => ['NodeAssociationStatusToken', 'ServerName'], 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken'], 'ServerName' => ['shape' => 'ServerName']]], 'DescribeNodeAssociationStatusResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatus' => ['shape' => 'NodeAssociationStatus'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'DescribeServersRequest' => ['type' => 'structure', 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeServersResponse' => ['type' => 'structure', 'members' => ['Servers' => ['shape' => 'Servers'], 'NextToken' => ['shape' => 'String']]], 'DisassociateNodeRequest' => ['type' => 'structure', 'required' => ['ServerName', 'NodeName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NodeName' => ['shape' => 'NodeName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'DisassociateNodeResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken']]], 'EngineAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EngineAttributeName'], 'Value' => ['shape' => 'EngineAttributeValue']]], 'EngineAttributeName' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'EngineAttributeValue' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*', 'sensitive' => \true], 'EngineAttributes' => ['type' => 'list', 'member' => ['shape' => 'EngineAttribute']], 'ExportServerEngineAttributeRequest' => ['type' => 'structure', 'required' => ['ExportAttributeName', 'ServerName'], 'members' => ['ExportAttributeName' => ['shape' => 'String'], 'ServerName' => ['shape' => 'ServerName'], 'InputAttributes' => ['shape' => 'EngineAttributes']]], 'ExportServerEngineAttributeResponse' => ['type' => 'structure', 'members' => ['EngineAttribute' => ['shape' => 'EngineAttribute'], 'ServerName' => ['shape' => 'ServerName']]], 'InstanceProfileArn' => ['type' => 'string', 'max' => 10000, 'pattern' => 'arn:aws:iam::[0-9]{12}:instance-profile/.*'], 'Integer' => ['type' => 'integer'], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'KeyPair' => ['type' => 'string', 'max' => 10000, 'pattern' => '.*'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaintenanceStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILED']], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'NodeAssociationStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILED', 'IN_PROGRESS']], 'NodeAssociationStatusToken' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'NodeName' => ['type' => 'string', 'max' => 10000, 'pattern' => '^[\\-\\p{Alnum}_:.]+$'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'RestoreServerRequest' => ['type' => 'structure', 'required' => ['BackupId', 'ServerName'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ServerName' => ['shape' => 'ServerName'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'KeyPair']]], 'RestoreServerResponse' => ['type' => 'structure', 'members' => []], 'Server' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'BackupRetentionCount' => ['shape' => 'Integer'], 'ServerName' => ['shape' => 'String'], 'CreatedAt' => ['shape' => 'Timestamp'], 'CloudFormationStackArn' => ['shape' => 'String'], 'CustomDomain' => ['shape' => 'CustomDomain'], 'DisableAutomatedBackup' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineAttributes' => ['shape' => 'EngineAttributes'], 'EngineVersion' => ['shape' => 'String'], 'InstanceProfileArn' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'String'], 'MaintenanceStatus' => ['shape' => 'MaintenanceStatus'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServiceRoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'ServerStatus'], 'StatusReason' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'Strings'], 'ServerArn' => ['shape' => 'String']]], 'ServerEvent' => ['type' => 'structure', 'members' => ['CreatedAt' => ['shape' => 'Timestamp'], 'ServerName' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'LogUrl' => ['shape' => 'String']]], 'ServerEvents' => ['type' => 'list', 'member' => ['shape' => 'ServerEvent']], 'ServerName' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z][a-zA-Z0-9\\-]*'], 'ServerStatus' => ['type' => 'string', 'enum' => ['BACKING_UP', 'CONNECTION_LOST', 'CREATING', 'DELETING', 'MODIFYING', 'FAILED', 'HEALTHY', 'RUNNING', 'RESTORING', 'SETUP', 'UNDER_MAINTENANCE', 'UNHEALTHY', 'TERMINATED']], 'Servers' => ['type' => 'list', 'member' => ['shape' => 'Server']], 'ServiceRoleArn' => ['type' => 'string', 'max' => 10000, 'pattern' => 'arn:aws:iam::[0-9]{12}:role/.*'], 'StartMaintenanceRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'StartMaintenanceResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'String' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'Strings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TimeWindowDefinition' => ['type' => 'string', 'max' => 10000, 'pattern' => '^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$'], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateServerEngineAttributesRequest' => ['type' => 'structure', 'required' => ['ServerName', 'AttributeName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'AttributeName' => ['shape' => 'AttributeName'], 'AttributeValue' => ['shape' => 'AttributeValue']]], 'UpdateServerEngineAttributesResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'UpdateServerRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['DisableAutomatedBackup' => ['shape' => 'Boolean'], 'BackupRetentionCount' => ['shape' => 'Integer'], 'ServerName' => ['shape' => 'ServerName'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition']]], 'UpdateServerResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-01', 'endpointPrefix' => 'opsworks-cm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'OpsWorksCM', 'serviceFullName' => 'AWS OpsWorks CM', 'serviceId' => 'OpsWorksCM', 'signatureVersion' => 'v4', 'signingName' => 'opsworks-cm', 'targetPrefix' => 'OpsWorksCM_V2016_11_01', 'uid' => 'opsworkscm-2016-11-01'], 'operations' => ['AssociateNode' => ['name' => 'AssociateNode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateNodeRequest'], 'output' => ['shape' => 'AssociateNodeResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateBackup' => ['name' => 'CreateBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBackupRequest'], 'output' => ['shape' => 'CreateBackupResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'CreateServer' => ['name' => 'CreateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServerRequest'], 'output' => ['shape' => 'CreateServerResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteBackup' => ['name' => 'DeleteBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBackupRequest'], 'output' => ['shape' => 'DeleteBackupResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DeleteServer' => ['name' => 'DeleteServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerRequest'], 'output' => ['shape' => 'DeleteServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesRequest'], 'output' => ['shape' => 'DescribeAccountAttributesResponse']], 'DescribeBackups' => ['name' => 'DescribeBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBackupsRequest'], 'output' => ['shape' => 'DescribeBackupsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsRequest'], 'output' => ['shape' => 'DescribeEventsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeNodeAssociationStatus' => ['name' => 'DescribeNodeAssociationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNodeAssociationStatusRequest'], 'output' => ['shape' => 'DescribeNodeAssociationStatusResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeServers' => ['name' => 'DescribeServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServersRequest'], 'output' => ['shape' => 'DescribeServersResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']]], 'DisassociateNode' => ['name' => 'DisassociateNode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateNodeRequest'], 'output' => ['shape' => 'DisassociateNodeResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'ExportServerEngineAttribute' => ['name' => 'ExportServerEngineAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExportServerEngineAttributeRequest'], 'output' => ['shape' => 'ExportServerEngineAttributeResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'RestoreServer' => ['name' => 'RestoreServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreServerRequest'], 'output' => ['shape' => 'RestoreServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'StartMaintenance' => ['name' => 'StartMaintenance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMaintenanceRequest'], 'output' => ['shape' => 'StartMaintenanceResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidStateException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InvalidStateException']]], 'UpdateServer' => ['name' => 'UpdateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerRequest'], 'output' => ['shape' => 'UpdateServerResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateServerEngineAttributes' => ['name' => 'UpdateServerEngineAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerEngineAttributesRequest'], 'output' => ['shape' => 'UpdateServerEngineAttributesResponse'], 'errors' => [['shape' => 'InvalidStateException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]]], 'shapes' => ['AWSOpsWorksCMResourceArn' => ['type' => 'string', 'pattern' => 'arn:aws.*:opsworks-cm:.*:[0-9]{12}:.*'], 'AccountAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Maximum' => ['shape' => 'Integer'], 'Used' => ['shape' => 'Integer']]], 'AccountAttributes' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute']], 'AssociateNodeRequest' => ['type' => 'structure', 'required' => ['ServerName', 'NodeName', 'EngineAttributes'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NodeName' => ['shape' => 'NodeName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'AssociateNodeResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken']]], 'AttributeName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Z][A-Z0-9_]*'], 'AttributeValue' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'Backup' => ['type' => 'structure', 'members' => ['BackupArn' => ['shape' => 'String'], 'BackupId' => ['shape' => 'BackupId'], 'BackupType' => ['shape' => 'BackupType'], 'CreatedAt' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'InstanceProfileArn' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'S3DataSize' => ['shape' => 'Integer', 'deprecated' => \true], 'S3DataUrl' => ['shape' => 'String', 'deprecated' => \true], 'S3LogUrl' => ['shape' => 'String'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServerName' => ['shape' => 'ServerName'], 'ServiceRoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'BackupStatus'], 'StatusDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'Strings'], 'ToolsVersion' => ['shape' => 'String'], 'UserArn' => ['shape' => 'String']]], 'BackupId' => ['type' => 'string', 'max' => 79, 'pattern' => '[a-zA-Z][a-zA-Z0-9\\-\\.\\:]*'], 'BackupRetentionCountDefinition' => ['type' => 'integer', 'min' => 1], 'BackupStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'OK', 'FAILED', 'DELETING']], 'BackupType' => ['type' => 'string', 'enum' => ['AUTOMATED', 'MANUAL']], 'Backups' => ['type' => 'list', 'member' => ['shape' => 'Backup']], 'Boolean' => ['type' => 'boolean'], 'CreateBackupRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateBackupResponse' => ['type' => 'structure', 'members' => ['Backup' => ['shape' => 'Backup']]], 'CreateServerRequest' => ['type' => 'structure', 'required' => ['Engine', 'ServerName', 'InstanceProfileArn', 'InstanceType', 'ServiceRoleArn'], 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'CustomDomain' => ['shape' => 'CustomDomain'], 'CustomCertificate' => ['shape' => 'CustomCertificate'], 'CustomPrivateKey' => ['shape' => 'CustomPrivateKey'], 'DisableAutomatedBackup' => ['shape' => 'Boolean'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineAttributes' => ['shape' => 'EngineAttributes'], 'BackupRetentionCount' => ['shape' => 'BackupRetentionCountDefinition'], 'ServerName' => ['shape' => 'ServerName'], 'InstanceProfileArn' => ['shape' => 'InstanceProfileArn'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'KeyPair'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServiceRoleArn' => ['shape' => 'ServiceRoleArn'], 'SubnetIds' => ['shape' => 'Strings'], 'Tags' => ['shape' => 'TagList'], 'BackupId' => ['shape' => 'BackupId']]], 'CreateServerResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'CustomCertificate' => ['type' => 'string', 'max' => 2097152, 'pattern' => '(?s)\\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\\s*'], 'CustomDomain' => ['type' => 'string', 'max' => 253, 'pattern' => '^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$'], 'CustomPrivateKey' => ['type' => 'string', 'max' => 4096, 'pattern' => '(?ms)\\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\\s*', 'sensitive' => \true], 'DeleteBackupRequest' => ['type' => 'structure', 'required' => ['BackupId'], 'members' => ['BackupId' => ['shape' => 'BackupId']]], 'DeleteBackupResponse' => ['type' => 'structure', 'members' => []], 'DeleteServerRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName']]], 'DeleteServerResponse' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'AccountAttributes']]], 'DescribeBackupsRequest' => ['type' => 'structure', 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeBackupsResponse' => ['type' => 'structure', 'members' => ['Backups' => ['shape' => 'Backups'], 'NextToken' => ['shape' => 'String']]], 'DescribeEventsRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeEventsResponse' => ['type' => 'structure', 'members' => ['ServerEvents' => ['shape' => 'ServerEvents'], 'NextToken' => ['shape' => 'String']]], 'DescribeNodeAssociationStatusRequest' => ['type' => 'structure', 'required' => ['NodeAssociationStatusToken', 'ServerName'], 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken'], 'ServerName' => ['shape' => 'ServerName']]], 'DescribeNodeAssociationStatusResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatus' => ['shape' => 'NodeAssociationStatus'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'DescribeServersRequest' => ['type' => 'structure', 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeServersResponse' => ['type' => 'structure', 'members' => ['Servers' => ['shape' => 'Servers'], 'NextToken' => ['shape' => 'String']]], 'DisassociateNodeRequest' => ['type' => 'structure', 'required' => ['ServerName', 'NodeName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'NodeName' => ['shape' => 'NodeName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'DisassociateNodeResponse' => ['type' => 'structure', 'members' => ['NodeAssociationStatusToken' => ['shape' => 'NodeAssociationStatusToken']]], 'EngineAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EngineAttributeName'], 'Value' => ['shape' => 'EngineAttributeValue']]], 'EngineAttributeName' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'EngineAttributeValue' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*', 'sensitive' => \true], 'EngineAttributes' => ['type' => 'list', 'member' => ['shape' => 'EngineAttribute']], 'ExportServerEngineAttributeRequest' => ['type' => 'structure', 'required' => ['ExportAttributeName', 'ServerName'], 'members' => ['ExportAttributeName' => ['shape' => 'String'], 'ServerName' => ['shape' => 'ServerName'], 'InputAttributes' => ['shape' => 'EngineAttributes']]], 'ExportServerEngineAttributeResponse' => ['type' => 'structure', 'members' => ['EngineAttribute' => ['shape' => 'EngineAttribute'], 'ServerName' => ['shape' => 'ServerName']]], 'InstanceProfileArn' => ['type' => 'string', 'max' => 10000, 'pattern' => 'arn:aws:iam::[0-9]{12}:instance-profile/.*'], 'Integer' => ['type' => 'integer'], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'KeyPair' => ['type' => 'string', 'max' => 10000, 'pattern' => '.*'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaintenanceStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILED']], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'NodeAssociationStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'FAILED', 'IN_PROGRESS']], 'NodeAssociationStatusToken' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'NodeName' => ['type' => 'string', 'max' => 10000, 'pattern' => '^[\\-\\p{Alnum}_:.]+$'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'RestoreServerRequest' => ['type' => 'structure', 'required' => ['BackupId', 'ServerName'], 'members' => ['BackupId' => ['shape' => 'BackupId'], 'ServerName' => ['shape' => 'ServerName'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'KeyPair']]], 'RestoreServerResponse' => ['type' => 'structure', 'members' => []], 'Server' => ['type' => 'structure', 'members' => ['AssociatePublicIpAddress' => ['shape' => 'Boolean'], 'BackupRetentionCount' => ['shape' => 'Integer'], 'ServerName' => ['shape' => 'String'], 'CreatedAt' => ['shape' => 'Timestamp'], 'CloudFormationStackArn' => ['shape' => 'String'], 'CustomDomain' => ['shape' => 'CustomDomain'], 'DisableAutomatedBackup' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineModel' => ['shape' => 'String'], 'EngineAttributes' => ['shape' => 'EngineAttributes'], 'EngineVersion' => ['shape' => 'String'], 'InstanceProfileArn' => ['shape' => 'String'], 'InstanceType' => ['shape' => 'String'], 'KeyPair' => ['shape' => 'String'], 'MaintenanceStatus' => ['shape' => 'MaintenanceStatus'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition'], 'SecurityGroupIds' => ['shape' => 'Strings'], 'ServiceRoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'ServerStatus'], 'StatusReason' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'Strings'], 'ServerArn' => ['shape' => 'String']]], 'ServerEvent' => ['type' => 'structure', 'members' => ['CreatedAt' => ['shape' => 'Timestamp'], 'ServerName' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'LogUrl' => ['shape' => 'String']]], 'ServerEvents' => ['type' => 'list', 'member' => ['shape' => 'ServerEvent']], 'ServerName' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z][a-zA-Z0-9\\-]*'], 'ServerStatus' => ['type' => 'string', 'enum' => ['BACKING_UP', 'CONNECTION_LOST', 'CREATING', 'DELETING', 'MODIFYING', 'FAILED', 'HEALTHY', 'RUNNING', 'RESTORING', 'SETUP', 'UNDER_MAINTENANCE', 'UNHEALTHY', 'TERMINATED']], 'Servers' => ['type' => 'list', 'member' => ['shape' => 'Server']], 'ServiceRoleArn' => ['type' => 'string', 'max' => 10000, 'pattern' => 'arn:aws:iam::[0-9]{12}:role/.*'], 'StartMaintenanceRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'EngineAttributes' => ['shape' => 'EngineAttributes']]], 'StartMaintenanceResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'String' => ['type' => 'string', 'max' => 10000, 'pattern' => '(?s).*'], 'Strings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TimeWindowDefinition' => ['type' => 'string', 'max' => 10000, 'pattern' => '^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$'], 'Timestamp' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AWSOpsWorksCMResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateServerEngineAttributesRequest' => ['type' => 'structure', 'required' => ['ServerName', 'AttributeName'], 'members' => ['ServerName' => ['shape' => 'ServerName'], 'AttributeName' => ['shape' => 'AttributeName'], 'AttributeValue' => ['shape' => 'AttributeValue']]], 'UpdateServerEngineAttributesResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'UpdateServerRequest' => ['type' => 'structure', 'required' => ['ServerName'], 'members' => ['DisableAutomatedBackup' => ['shape' => 'Boolean'], 'BackupRetentionCount' => ['shape' => 'Integer'], 'ServerName' => ['shape' => 'ServerName'], 'PreferredMaintenanceWindow' => ['shape' => 'TimeWindowDefinition'], 'PreferredBackupWindow' => ['shape' => 'TimeWindowDefinition']]], 'UpdateServerResponse' => ['type' => 'structure', 'members' => ['Server' => ['shape' => 'Server']]], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php b/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php index c87a3d30..90fd1f4f 100644 --- a/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['DescribeBackups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Backups'], 'DescribeEvents' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ServerEvents'], 'DescribeServers' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Servers'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Tags']]]; diff --git a/vendor/Aws3/Aws/data/organizations/2016-11-28/api-2.json.php b/vendor/Aws3/Aws/data/organizations/2016-11-28/api-2.json.php index fc890614..42b3c095 100644 --- a/vendor/Aws3/Aws/data/organizations/2016-11-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/organizations/2016-11-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'organizations', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Organizations', 'serviceFullName' => 'AWS Organizations', 'serviceId' => 'Organizations', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSOrganizationsV20161128', 'uid' => 'organizations-2016-11-28'], 'operations' => ['AcceptHandshake' => ['name' => 'AcceptHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptHandshakeRequest'], 'output' => ['shape' => 'AcceptHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AccessDeniedForDependencyException']]], 'AttachPolicy' => ['name' => 'AttachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachPolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyAttachmentException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'PolicyTypeNotEnabledException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'CancelHandshake' => ['name' => 'CancelHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelHandshakeRequest'], 'output' => ['shape' => 'CancelHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'CreateAccount' => ['name' => 'CreateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccountRequest'], 'output' => ['shape' => 'CreateAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'CreateGovCloudAccount' => ['name' => 'CreateGovCloudAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGovCloudAccountRequest'], 'output' => ['shape' => 'CreateGovCloudAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'CreateOrganization' => ['name' => 'CreateOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrganizationRequest'], 'output' => ['shape' => 'CreateOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AlreadyInOrganizationException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AccessDeniedForDependencyException']]], 'CreateOrganizationalUnit' => ['name' => 'CreateOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrganizationalUnitRequest'], 'output' => ['shape' => 'CreateOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicateOrganizationalUnitException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyException'], ['shape' => 'InvalidInputException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PolicyTypeNotAvailableForOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DeclineHandshake' => ['name' => 'DeclineHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeclineHandshakeRequest'], 'output' => ['shape' => 'DeclineHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteOrganization' => ['name' => 'DeleteOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationNotEmptyException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteOrganizationalUnit' => ['name' => 'DeleteOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationalUnitRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotEmptyException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyInUseException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeAccount' => ['name' => 'DescribeAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountRequest'], 'output' => ['shape' => 'DescribeAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeCreateAccountStatus' => ['name' => 'DescribeCreateAccountStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCreateAccountStatusRequest'], 'output' => ['shape' => 'DescribeCreateAccountStatusResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'CreateAccountStatusNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeEffectivePolicy' => ['name' => 'DescribeEffectivePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectivePolicyRequest'], 'output' => ['shape' => 'DescribeEffectivePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'EffectivePolicyNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeHandshake' => ['name' => 'DescribeHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHandshakeRequest'], 'output' => ['shape' => 'DescribeHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOrganization' => ['name' => 'DescribeOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOrganizationalUnit' => ['name' => 'DescribeOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationalUnitRequest'], 'output' => ['shape' => 'DescribeOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribePolicy' => ['name' => 'DescribePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePolicyRequest'], 'output' => ['shape' => 'DescribePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DetachPolicy' => ['name' => 'DetachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachPolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachedException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'DisableAWSServiceAccess' => ['name' => 'DisableAWSServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAWSServiceAccessRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DisablePolicyType' => ['name' => 'DisablePolicyType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisablePolicyTypeRequest'], 'output' => ['shape' => 'DisablePolicyTypeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyTypeNotEnabledException'], ['shape' => 'RootNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'EnableAWSServiceAccess' => ['name' => 'EnableAWSServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAWSServiceAccessRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'EnableAllFeatures' => ['name' => 'EnableAllFeatures', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAllFeaturesRequest'], 'output' => ['shape' => 'EnableAllFeaturesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'EnablePolicyType' => ['name' => 'EnablePolicyType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnablePolicyTypeRequest'], 'output' => ['shape' => 'EnablePolicyTypeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyTypeAlreadyEnabledException'], ['shape' => 'RootNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PolicyTypeNotAvailableForOrganizationException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'InviteAccountToOrganization' => ['name' => 'InviteAccountToOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InviteAccountToOrganizationRequest'], 'output' => ['shape' => 'InviteAccountToOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'AccountOwnerNotVerifiedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'DuplicateHandshakeException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'LeaveOrganization' => ['name' => 'LeaveOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'MasterCannotLeaveOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListAWSServiceAccessForOrganization' => ['name' => 'ListAWSServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAWSServiceAccessForOrganizationRequest'], 'output' => ['shape' => 'ListAWSServiceAccessForOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListAccounts' => ['name' => 'ListAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountsRequest'], 'output' => ['shape' => 'ListAccountsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListAccountsForParent' => ['name' => 'ListAccountsForParent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountsForParentRequest'], 'output' => ['shape' => 'ListAccountsForParentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListChildren' => ['name' => 'ListChildren', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListChildrenRequest'], 'output' => ['shape' => 'ListChildrenResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListCreateAccountStatus' => ['name' => 'ListCreateAccountStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCreateAccountStatusRequest'], 'output' => ['shape' => 'ListCreateAccountStatusResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListHandshakesForAccount' => ['name' => 'ListHandshakesForAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHandshakesForAccountRequest'], 'output' => ['shape' => 'ListHandshakesForAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListHandshakesForOrganization' => ['name' => 'ListHandshakesForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHandshakesForOrganizationRequest'], 'output' => ['shape' => 'ListHandshakesForOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListOrganizationalUnitsForParent' => ['name' => 'ListOrganizationalUnitsForParent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationalUnitsForParentRequest'], 'output' => ['shape' => 'ListOrganizationalUnitsForParentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListParents' => ['name' => 'ListParents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListParentsRequest'], 'output' => ['shape' => 'ListParentsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ChildNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListPoliciesForTarget' => ['name' => 'ListPoliciesForTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesForTargetRequest'], 'output' => ['shape' => 'ListPoliciesForTargetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListRoots' => ['name' => 'ListRoots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRootsRequest'], 'output' => ['shape' => 'ListRootsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListTargetsForPolicy' => ['name' => 'ListTargetsForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsForPolicyRequest'], 'output' => ['shape' => 'ListTargetsForPolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'MoveAccount' => ['name' => 'MoveAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MoveAccountRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidInputException'], ['shape' => 'SourceParentNotFoundException'], ['shape' => 'DestinationParentNotFoundException'], ['shape' => 'DuplicateAccountException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ServiceException']]], 'RemoveAccountFromOrganization' => ['name' => 'RemoveAccountFromOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveAccountFromOrganizationRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'MasterCannotLeaveOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UpdateOrganizationalUnit' => ['name' => 'UpdateOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOrganizationalUnitRequest'], 'output' => ['shape' => 'UpdateOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DuplicateOrganizationalUnitException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UpdatePolicy' => ['name' => 'UpdatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePolicyRequest'], 'output' => ['shape' => 'UpdatePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyException'], ['shape' => 'InvalidInputException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]]], 'shapes' => ['AWSOrganizationsNotInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AcceptHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'AcceptHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccessDeniedForDependencyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'AccessDeniedForDependencyExceptionReason']], 'exception' => \true], 'AccessDeniedForDependencyExceptionReason' => ['type' => 'string', 'enum' => ['ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE']], 'Account' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'AccountId'], 'Arn' => ['shape' => 'AccountArn'], 'Email' => ['shape' => 'Email'], 'Name' => ['shape' => 'AccountName'], 'Status' => ['shape' => 'AccountStatus'], 'JoinedMethod' => ['shape' => 'AccountJoinedMethod'], 'JoinedTimestamp' => ['shape' => 'Timestamp']]], 'AccountArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:account\\/o-[a-z0-9]{10,32}\\/\\d{12}'], 'AccountId' => ['type' => 'string', 'pattern' => '^\\d{12}$'], 'AccountJoinedMethod' => ['type' => 'string', 'enum' => ['INVITED', 'CREATED']], 'AccountName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\u0020-\\u007E]+', 'sensitive' => \true], 'AccountNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountOwnerNotVerifiedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'SUSPENDED']], 'Accounts' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'ActionType' => ['type' => 'string', 'enum' => ['INVITE', 'ENABLE_ALL_FEATURES', 'APPROVE_ALL_FEATURES', 'ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE']], 'AlreadyInOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AttachPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'TargetId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'AwsManagedPolicy' => ['type' => 'boolean'], 'CancelHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'CancelHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'Child' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ChildId'], 'Type' => ['shape' => 'ChildType']]], 'ChildId' => ['type' => 'string', 'pattern' => '^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'ChildNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ChildType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATIONAL_UNIT']], 'Children' => ['type' => 'list', 'member' => ['shape' => 'Child']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'ConstraintViolationExceptionReason']], 'exception' => \true], 'ConstraintViolationExceptionReason' => ['type' => 'string', 'enum' => ['ACCOUNT_NUMBER_LIMIT_EXCEEDED', 'HANDSHAKE_RATE_LIMIT_EXCEEDED', 'OU_NUMBER_LIMIT_EXCEEDED', 'OU_DEPTH_LIMIT_EXCEEDED', 'POLICY_NUMBER_LIMIT_EXCEEDED', 'POLICY_CONTENT_LIMIT_EXCEEDED', 'MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED', 'MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED', 'ACCOUNT_CANNOT_LEAVE_ORGANIZATION', 'ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA', 'ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION', 'MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED', 'MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED', 'ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED', 'MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE', 'MASTER_ACCOUNT_MISSING_CONTACT_INFO', 'MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED', 'ORGANIZATION_NOT_IN_ALL_FEATURES_MODE', 'CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION', 'EMAIL_VERIFICATION_CODE_EXPIRED', 'WAIT_PERIOD_ACTIVE', 'MAX_TAG_LIMIT_EXCEEDED', 'TAG_POLICY_VIOLATION']], 'CreateAccountFailureReason' => ['type' => 'string', 'enum' => ['ACCOUNT_LIMIT_EXCEEDED', 'EMAIL_ALREADY_EXISTS', 'INVALID_ADDRESS', 'INVALID_EMAIL', 'CONCURRENT_ACCOUNT_MODIFICATION', 'INTERNAL_FAILURE', 'GOVCLOUD_ACCOUNT_ALREADY_EXISTS']], 'CreateAccountRequest' => ['type' => 'structure', 'required' => ['Email', 'AccountName'], 'members' => ['Email' => ['shape' => 'Email'], 'AccountName' => ['shape' => 'AccountName'], 'RoleName' => ['shape' => 'RoleName'], 'IamUserAccessToBilling' => ['shape' => 'IAMUserAccessToBilling']]], 'CreateAccountRequestId' => ['type' => 'string', 'pattern' => '^car-[a-z0-9]{8,32}$'], 'CreateAccountResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'CreateAccountState' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'CreateAccountStates' => ['type' => 'list', 'member' => ['shape' => 'CreateAccountState']], 'CreateAccountStatus' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'CreateAccountRequestId'], 'AccountName' => ['shape' => 'AccountName'], 'State' => ['shape' => 'CreateAccountState'], 'RequestedTimestamp' => ['shape' => 'Timestamp'], 'CompletedTimestamp' => ['shape' => 'Timestamp'], 'AccountId' => ['shape' => 'AccountId'], 'GovCloudAccountId' => ['shape' => 'AccountId'], 'FailureReason' => ['shape' => 'CreateAccountFailureReason']]], 'CreateAccountStatusNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'CreateAccountStatuses' => ['type' => 'list', 'member' => ['shape' => 'CreateAccountStatus']], 'CreateGovCloudAccountRequest' => ['type' => 'structure', 'required' => ['Email', 'AccountName'], 'members' => ['Email' => ['shape' => 'Email'], 'AccountName' => ['shape' => 'AccountName'], 'RoleName' => ['shape' => 'RoleName'], 'IamUserAccessToBilling' => ['shape' => 'IAMUserAccessToBilling']]], 'CreateGovCloudAccountResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'CreateOrganizationRequest' => ['type' => 'structure', 'members' => ['FeatureSet' => ['shape' => 'OrganizationFeatureSet']]], 'CreateOrganizationResponse' => ['type' => 'structure', 'members' => ['Organization' => ['shape' => 'Organization']]], 'CreateOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['ParentId', 'Name'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'CreateOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['Content', 'Description', 'Name', 'Type'], 'members' => ['Content' => ['shape' => 'PolicyContent'], 'Description' => ['shape' => 'PolicyDescription'], 'Name' => ['shape' => 'PolicyName'], 'Type' => ['shape' => 'PolicyType']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'DeclineHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'DeclineHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'DeleteOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'DescribeAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId']]], 'DescribeAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'DescribeCreateAccountStatusRequest' => ['type' => 'structure', 'required' => ['CreateAccountRequestId'], 'members' => ['CreateAccountRequestId' => ['shape' => 'CreateAccountRequestId']]], 'DescribeCreateAccountStatusResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'DescribeEffectivePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyType'], 'members' => ['PolicyType' => ['shape' => 'EffectivePolicyType'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'DescribeEffectivePolicyResponse' => ['type' => 'structure', 'members' => ['EffectivePolicy' => ['shape' => 'EffectivePolicy']]], 'DescribeHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'DescribeHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'DescribeOrganizationResponse' => ['type' => 'structure', 'members' => ['Organization' => ['shape' => 'Organization']]], 'DescribeOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'DescribeOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'DescribePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'DescribePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'DestinationParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DetachPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'TargetId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'DisableAWSServiceAccessRequest' => ['type' => 'structure', 'required' => ['ServicePrincipal'], 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'DisablePolicyTypeRequest' => ['type' => 'structure', 'required' => ['RootId', 'PolicyType'], 'members' => ['RootId' => ['shape' => 'RootId'], 'PolicyType' => ['shape' => 'PolicyType']]], 'DisablePolicyTypeResponse' => ['type' => 'structure', 'members' => ['Root' => ['shape' => 'Root']]], 'DuplicateAccountException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicateHandshakeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicateOrganizationalUnitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicatePolicyAttachmentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicatePolicyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EffectivePolicy' => ['type' => 'structure', 'members' => ['PolicyContent' => ['shape' => 'PolicyContent'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'TargetId' => ['shape' => 'PolicyTargetId'], 'PolicyType' => ['shape' => 'EffectivePolicyType']]], 'EffectivePolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EffectivePolicyType' => ['type' => 'string', 'enum' => ['TAG_POLICY']], 'Email' => ['type' => 'string', 'max' => 64, 'min' => 6, 'pattern' => '[^\\s@]+@[^\\s@]+\\.[^\\s@]+', 'sensitive' => \true], 'EnableAWSServiceAccessRequest' => ['type' => 'structure', 'required' => ['ServicePrincipal'], 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'EnableAllFeaturesRequest' => ['type' => 'structure', 'members' => []], 'EnableAllFeaturesResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'EnablePolicyTypeRequest' => ['type' => 'structure', 'required' => ['RootId', 'PolicyType'], 'members' => ['RootId' => ['shape' => 'RootId'], 'PolicyType' => ['shape' => 'PolicyType']]], 'EnablePolicyTypeResponse' => ['type' => 'structure', 'members' => ['Root' => ['shape' => 'Root']]], 'EnabledServicePrincipal' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'DateEnabled' => ['shape' => 'Timestamp']]], 'EnabledServicePrincipals' => ['type' => 'list', 'member' => ['shape' => 'EnabledServicePrincipal']], 'ExceptionMessage' => ['type' => 'string'], 'ExceptionType' => ['type' => 'string'], 'FinalizingOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'GenericArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::.+:.+'], 'Handshake' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HandshakeId'], 'Arn' => ['shape' => 'HandshakeArn'], 'Parties' => ['shape' => 'HandshakeParties'], 'State' => ['shape' => 'HandshakeState'], 'RequestedTimestamp' => ['shape' => 'Timestamp'], 'ExpirationTimestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'ActionType'], 'Resources' => ['shape' => 'HandshakeResources']]], 'HandshakeAlreadyInStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'HandshakeArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:handshake\\/o-[a-z0-9]{10,32}\\/[a-z_]{1,32}\\/h-[0-9a-z]{8,32}'], 'HandshakeConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'HandshakeConstraintViolationExceptionReason']], 'exception' => \true], 'HandshakeConstraintViolationExceptionReason' => ['type' => 'string', 'enum' => ['ACCOUNT_NUMBER_LIMIT_EXCEEDED', 'HANDSHAKE_RATE_LIMIT_EXCEEDED', 'ALREADY_IN_AN_ORGANIZATION', 'ORGANIZATION_ALREADY_HAS_ALL_FEATURES', 'INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES', 'PAYMENT_INSTRUMENT_REQUIRED', 'ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD', 'ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED']], 'HandshakeFilter' => ['type' => 'structure', 'members' => ['ActionType' => ['shape' => 'ActionType'], 'ParentHandshakeId' => ['shape' => 'HandshakeId']]], 'HandshakeId' => ['type' => 'string', 'pattern' => '^h-[0-9a-z]{8,32}$'], 'HandshakeNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'HandshakeNotes' => ['type' => 'string', 'max' => 1024, 'sensitive' => \true], 'HandshakeParties' => ['type' => 'list', 'member' => ['shape' => 'HandshakeParty']], 'HandshakeParty' => ['type' => 'structure', 'required' => ['Id', 'Type'], 'members' => ['Id' => ['shape' => 'HandshakePartyId'], 'Type' => ['shape' => 'HandshakePartyType']]], 'HandshakePartyId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'sensitive' => \true], 'HandshakePartyType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION', 'EMAIL']], 'HandshakeResource' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'HandshakeResourceValue'], 'Type' => ['shape' => 'HandshakeResourceType'], 'Resources' => ['shape' => 'HandshakeResources']]], 'HandshakeResourceType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION', 'ORGANIZATION_FEATURE_SET', 'EMAIL', 'MASTER_EMAIL', 'MASTER_NAME', 'NOTES', 'PARENT_HANDSHAKE']], 'HandshakeResourceValue' => ['type' => 'string', 'sensitive' => \true], 'HandshakeResources' => ['type' => 'list', 'member' => ['shape' => 'HandshakeResource']], 'HandshakeState' => ['type' => 'string', 'enum' => ['REQUESTED', 'OPEN', 'CANCELED', 'ACCEPTED', 'DECLINED', 'EXPIRED']], 'Handshakes' => ['type' => 'list', 'member' => ['shape' => 'Handshake']], 'IAMUserAccessToBilling' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'InvalidHandshakeTransitionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'InvalidInputExceptionReason']], 'exception' => \true], 'InvalidInputExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_PARTY_TYPE_TARGET', 'INVALID_SYNTAX_ORGANIZATION_ARN', 'INVALID_SYNTAX_POLICY_ID', 'INVALID_ENUM', 'INVALID_ENUM_POLICY_TYPE', 'INVALID_LIST_MEMBER', 'MAX_LENGTH_EXCEEDED', 'MAX_VALUE_EXCEEDED', 'MIN_LENGTH_EXCEEDED', 'MIN_VALUE_EXCEEDED', 'IMMUTABLE_POLICY', 'INVALID_PATTERN', 'INVALID_PATTERN_TARGET_ID', 'INPUT_REQUIRED', 'INVALID_NEXT_TOKEN', 'MAX_LIMIT_EXCEEDED_FILTER', 'MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS', 'INVALID_FULL_NAME_TARGET', 'UNRECOGNIZED_SERVICE_PRINCIPAL', 'INVALID_ROLE_NAME', 'INVALID_SYSTEM_TAGS_PARAMETER', 'TARGET_NOT_SUPPORTED']], 'InviteAccountToOrganizationRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'HandshakeParty'], 'Notes' => ['shape' => 'HandshakeNotes']]], 'InviteAccountToOrganizationResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'ListAWSServiceAccessForOrganizationRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAWSServiceAccessForOrganizationResponse' => ['type' => 'structure', 'members' => ['EnabledServicePrincipals' => ['shape' => 'EnabledServicePrincipals'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAccountsForParentRequest' => ['type' => 'structure', 'required' => ['ParentId'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAccountsForParentResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAccountsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAccountsResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChildrenRequest' => ['type' => 'structure', 'required' => ['ParentId', 'ChildType'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'ChildType' => ['shape' => 'ChildType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListChildrenResponse' => ['type' => 'structure', 'members' => ['Children' => ['shape' => 'Children'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCreateAccountStatusRequest' => ['type' => 'structure', 'members' => ['States' => ['shape' => 'CreateAccountStates'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListCreateAccountStatusResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatuses' => ['shape' => 'CreateAccountStatuses'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHandshakesForAccountRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'HandshakeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListHandshakesForAccountResponse' => ['type' => 'structure', 'members' => ['Handshakes' => ['shape' => 'Handshakes'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHandshakesForOrganizationRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'HandshakeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListHandshakesForOrganizationResponse' => ['type' => 'structure', 'members' => ['Handshakes' => ['shape' => 'Handshakes'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOrganizationalUnitsForParentRequest' => ['type' => 'structure', 'required' => ['ParentId'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListOrganizationalUnitsForParentResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnits' => ['shape' => 'OrganizationalUnits'], 'NextToken' => ['shape' => 'NextToken']]], 'ListParentsRequest' => ['type' => 'structure', 'required' => ['ChildId'], 'members' => ['ChildId' => ['shape' => 'ChildId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListParentsResponse' => ['type' => 'structure', 'members' => ['Parents' => ['shape' => 'Parents'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPoliciesForTargetRequest' => ['type' => 'structure', 'required' => ['TargetId', 'Filter'], 'members' => ['TargetId' => ['shape' => 'PolicyTargetId'], 'Filter' => ['shape' => 'PolicyType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPoliciesForTargetResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'Policies'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPoliciesRequest' => ['type' => 'structure', 'required' => ['Filter'], 'members' => ['Filter' => ['shape' => 'PolicyType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'Policies'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRootsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListRootsResponse' => ['type' => 'structure', 'members' => ['Roots' => ['shape' => 'Roots'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTargetsForPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTargetsForPolicyResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'PolicyTargets'], 'NextToken' => ['shape' => 'NextToken']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'MasterCannotLeaveOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'MoveAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'SourceParentId', 'DestinationParentId'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'SourceParentId' => ['shape' => 'ParentId'], 'DestinationParentId' => ['shape' => 'ParentId']]], 'NextToken' => ['type' => 'string'], 'Organization' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OrganizationId'], 'Arn' => ['shape' => 'OrganizationArn'], 'FeatureSet' => ['shape' => 'OrganizationFeatureSet'], 'MasterAccountArn' => ['shape' => 'AccountArn'], 'MasterAccountId' => ['shape' => 'AccountId'], 'MasterAccountEmail' => ['shape' => 'Email'], 'AvailablePolicyTypes' => ['shape' => 'PolicyTypes']]], 'OrganizationArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}'], 'OrganizationFeatureSet' => ['type' => 'string', 'enum' => ['ALL', 'CONSOLIDATED_BILLING']], 'OrganizationId' => ['type' => 'string', 'pattern' => '^o-[a-z0-9]{10,32}$'], 'OrganizationNotEmptyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnit' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OrganizationalUnitId'], 'Arn' => ['shape' => 'OrganizationalUnitArn'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'OrganizationalUnitArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}'], 'OrganizationalUnitId' => ['type' => 'string', 'pattern' => '^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$'], 'OrganizationalUnitName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'OrganizationalUnitNotEmptyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnitNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnits' => ['type' => 'list', 'member' => ['shape' => 'OrganizationalUnit']], 'Parent' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ParentId'], 'Type' => ['shape' => 'ParentType']]], 'ParentId' => ['type' => 'string', 'pattern' => '^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'ParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ParentType' => ['type' => 'string', 'enum' => ['ROOT', 'ORGANIZATIONAL_UNIT']], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'Policies' => ['type' => 'list', 'member' => ['shape' => 'PolicySummary']], 'Policy' => ['type' => 'structure', 'members' => ['PolicySummary' => ['shape' => 'PolicySummary'], 'Content' => ['shape' => 'PolicyContent']]], 'PolicyArn' => ['type' => 'string', 'pattern' => '^(arn:aws:organizations::\\d{12}:policy\\/o-[a-z0-9]{10,32}\\/[0-9a-z_]+\\/p-[0-9a-z]{10,32})|(arn:aws:organizations::aws:policy\\/[0-9a-z_]+\\/p-[0-9a-zA-Z_]{10,128})'], 'PolicyChangesInProgressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyContent' => ['type' => 'string', 'max' => 1000000, 'min' => 1], 'PolicyDescription' => ['type' => 'string', 'max' => 512], 'PolicyId' => ['type' => 'string', 'pattern' => '^p-[0-9a-zA-Z_]{8,128}$'], 'PolicyInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PolicyNotAttachedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicySummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PolicyId'], 'Arn' => ['shape' => 'PolicyArn'], 'Name' => ['shape' => 'PolicyName'], 'Description' => ['shape' => 'PolicyDescription'], 'Type' => ['shape' => 'PolicyType'], 'AwsManaged' => ['shape' => 'AwsManagedPolicy']]], 'PolicyTargetId' => ['type' => 'string', 'pattern' => '^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'PolicyTargetSummary' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'PolicyTargetId'], 'Arn' => ['shape' => 'GenericArn'], 'Name' => ['shape' => 'TargetName'], 'Type' => ['shape' => 'TargetType']]], 'PolicyTargets' => ['type' => 'list', 'member' => ['shape' => 'PolicyTargetSummary']], 'PolicyType' => ['type' => 'string', 'enum' => ['SERVICE_CONTROL_POLICY', 'TAG_POLICY']], 'PolicyTypeAlreadyEnabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeNotAvailableForOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeNotEnabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING_ENABLE', 'PENDING_DISABLE']], 'PolicyTypeSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'PolicyType'], 'Status' => ['shape' => 'PolicyTypeStatus']]], 'PolicyTypes' => ['type' => 'list', 'member' => ['shape' => 'PolicyTypeSummary']], 'RemoveAccountFromOrganizationRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId']]], 'RoleName' => ['type' => 'string', 'pattern' => '[\\w+=,.@-]{1,64}'], 'Root' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'RootId'], 'Arn' => ['shape' => 'RootArn'], 'Name' => ['shape' => 'RootName'], 'PolicyTypes' => ['shape' => 'PolicyTypes']]], 'RootArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:root\\/o-[a-z0-9]{10,32}\\/r-[0-9a-z]{4,32}'], 'RootId' => ['type' => 'string', 'pattern' => '^r-[0-9a-z]{4,32}$'], 'RootName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RootNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Roots' => ['type' => 'list', 'member' => ['shape' => 'Root']], 'ServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ServicePrincipal' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]*'], 'SourceParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TaggableResourceId' => ['type' => 'string', 'pattern' => '^\\d{12}$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TargetName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TargetNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'TargetType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATIONAL_UNIT', 'ROOT']], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ExceptionType'], 'Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UnsupportedAPIEndpointException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UpdateOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'UpdateOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'UpdatePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Name' => ['shape' => 'PolicyName'], 'Description' => ['shape' => 'PolicyDescription'], 'Content' => ['shape' => 'PolicyContent']]], 'UpdatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'organizations', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Organizations', 'serviceFullName' => 'AWS Organizations', 'serviceId' => 'Organizations', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSOrganizationsV20161128', 'uid' => 'organizations-2016-11-28'], 'operations' => ['AcceptHandshake' => ['name' => 'AcceptHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptHandshakeRequest'], 'output' => ['shape' => 'AcceptHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AccessDeniedForDependencyException']]], 'AttachPolicy' => ['name' => 'AttachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachPolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyAttachmentException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'PolicyTypeNotEnabledException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'CancelHandshake' => ['name' => 'CancelHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelHandshakeRequest'], 'output' => ['shape' => 'CancelHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'CreateAccount' => ['name' => 'CreateAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAccountRequest'], 'output' => ['shape' => 'CreateAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'CreateGovCloudAccount' => ['name' => 'CreateGovCloudAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGovCloudAccountRequest'], 'output' => ['shape' => 'CreateGovCloudAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'CreateOrganization' => ['name' => 'CreateOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrganizationRequest'], 'output' => ['shape' => 'CreateOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AlreadyInOrganizationException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'AccessDeniedForDependencyException']]], 'CreateOrganizationalUnit' => ['name' => 'CreateOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOrganizationalUnitRequest'], 'output' => ['shape' => 'CreateOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicateOrganizationalUnitException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'CreatePolicy' => ['name' => 'CreatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePolicyRequest'], 'output' => ['shape' => 'CreatePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyException'], ['shape' => 'InvalidInputException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PolicyTypeNotAvailableForOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DeclineHandshake' => ['name' => 'DeclineHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeclineHandshakeRequest'], 'output' => ['shape' => 'DeclineHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidHandshakeTransitionException'], ['shape' => 'HandshakeAlreadyInStateException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteOrganization' => ['name' => 'DeleteOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationNotEmptyException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeleteOrganizationalUnit' => ['name' => 'DeleteOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOrganizationalUnitRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotEmptyException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DeletePolicy' => ['name' => 'DeletePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyInUseException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DeregisterDelegatedAdministrator' => ['name' => 'DeregisterDelegatedAdministrator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterDelegatedAdministratorRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AccountNotRegisteredException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeAccount' => ['name' => 'DescribeAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountRequest'], 'output' => ['shape' => 'DescribeAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeCreateAccountStatus' => ['name' => 'DescribeCreateAccountStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCreateAccountStatusRequest'], 'output' => ['shape' => 'DescribeCreateAccountStatusResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'CreateAccountStatusNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeEffectivePolicy' => ['name' => 'DescribeEffectivePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectivePolicyRequest'], 'output' => ['shape' => 'DescribeEffectivePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'EffectivePolicyNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DescribeHandshake' => ['name' => 'DescribeHandshake', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHandshakeRequest'], 'output' => ['shape' => 'DescribeHandshakeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOrganization' => ['name' => 'DescribeOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'DescribeOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribeOrganizationalUnit' => ['name' => 'DescribeOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationalUnitRequest'], 'output' => ['shape' => 'DescribeOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'DescribePolicy' => ['name' => 'DescribePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePolicyRequest'], 'output' => ['shape' => 'DescribePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DetachPolicy' => ['name' => 'DetachPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachPolicyRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotAttachedException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'DisableAWSServiceAccess' => ['name' => 'DisableAWSServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAWSServiceAccessRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'DisablePolicyType' => ['name' => 'DisablePolicyType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisablePolicyTypeRequest'], 'output' => ['shape' => 'DisablePolicyTypeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyTypeNotEnabledException'], ['shape' => 'RootNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'EnableAWSServiceAccess' => ['name' => 'EnableAWSServiceAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAWSServiceAccessRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'EnableAllFeatures' => ['name' => 'EnableAllFeatures', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAllFeaturesRequest'], 'output' => ['shape' => 'EnableAllFeaturesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'EnablePolicyType' => ['name' => 'EnablePolicyType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnablePolicyTypeRequest'], 'output' => ['shape' => 'EnablePolicyTypeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyTypeAlreadyEnabledException'], ['shape' => 'RootNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'PolicyTypeNotAvailableForOrganizationException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]], 'InviteAccountToOrganization' => ['name' => 'InviteAccountToOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'InviteAccountToOrganizationRequest'], 'output' => ['shape' => 'InviteAccountToOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'AccountOwnerNotVerifiedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'HandshakeConstraintViolationException'], ['shape' => 'DuplicateHandshakeException'], ['shape' => 'InvalidInputException'], ['shape' => 'FinalizingOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'LeaveOrganization' => ['name' => 'LeaveOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'MasterCannotLeaveOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListAWSServiceAccessForOrganization' => ['name' => 'ListAWSServiceAccessForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAWSServiceAccessForOrganizationRequest'], 'output' => ['shape' => 'ListAWSServiceAccessForOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListAccounts' => ['name' => 'ListAccounts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountsRequest'], 'output' => ['shape' => 'ListAccountsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListAccountsForParent' => ['name' => 'ListAccountsForParent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccountsForParentRequest'], 'output' => ['shape' => 'ListAccountsForParentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListChildren' => ['name' => 'ListChildren', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListChildrenRequest'], 'output' => ['shape' => 'ListChildrenResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListCreateAccountStatus' => ['name' => 'ListCreateAccountStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCreateAccountStatusRequest'], 'output' => ['shape' => 'ListCreateAccountStatusResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListDelegatedAdministrators' => ['name' => 'ListDelegatedAdministrators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDelegatedAdministratorsRequest'], 'output' => ['shape' => 'ListDelegatedAdministratorsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListDelegatedServicesForAccount' => ['name' => 'ListDelegatedServicesForAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDelegatedServicesForAccountRequest'], 'output' => ['shape' => 'ListDelegatedServicesForAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AccountNotRegisteredException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListHandshakesForAccount' => ['name' => 'ListHandshakesForAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHandshakesForAccountRequest'], 'output' => ['shape' => 'ListHandshakesForAccountResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListHandshakesForOrganization' => ['name' => 'ListHandshakesForOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHandshakesForOrganizationRequest'], 'output' => ['shape' => 'ListHandshakesForOrganizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListOrganizationalUnitsForParent' => ['name' => 'ListOrganizationalUnitsForParent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationalUnitsForParentRequest'], 'output' => ['shape' => 'ListOrganizationalUnitsForParentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ParentNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListParents' => ['name' => 'ListParents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListParentsRequest'], 'output' => ['shape' => 'ListParentsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ChildNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListPolicies' => ['name' => 'ListPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesRequest'], 'output' => ['shape' => 'ListPoliciesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListPoliciesForTarget' => ['name' => 'ListPoliciesForTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPoliciesForTargetRequest'], 'output' => ['shape' => 'ListPoliciesForTargetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'ListRoots' => ['name' => 'ListRoots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRootsRequest'], 'output' => ['shape' => 'ListRootsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'ListTargetsForPolicy' => ['name' => 'ListTargetsForPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTargetsForPolicyRequest'], 'output' => ['shape' => 'ListTargetsForPolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'InvalidInputException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'MoveAccount' => ['name' => 'MoveAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MoveAccountRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidInputException'], ['shape' => 'SourceParentNotFoundException'], ['shape' => 'DestinationParentNotFoundException'], ['shape' => 'DuplicateAccountException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ServiceException']]], 'RegisterDelegatedAdministrator' => ['name' => 'RegisterDelegatedAdministrator', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDelegatedAdministratorRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountAlreadyRegisteredException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'ServiceException'], ['shape' => 'UnsupportedAPIEndpointException']]], 'RemoveAccountFromOrganization' => ['name' => 'RemoveAccountFromOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveAccountFromOrganizationRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AccountNotFoundException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'MasterCannotLeaveOrganizationException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'TargetNotFoundException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InvalidInputException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UpdateOrganizationalUnit' => ['name' => 'UpdateOrganizationalUnit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOrganizationalUnitRequest'], 'output' => ['shape' => 'UpdateOrganizationalUnitResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'DuplicateOrganizationalUnitException'], ['shape' => 'InvalidInputException'], ['shape' => 'OrganizationalUnitNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException']]], 'UpdatePolicy' => ['name' => 'UpdatePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePolicyRequest'], 'output' => ['shape' => 'UpdatePolicyResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'AWSOrganizationsNotInUseException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'DuplicatePolicyException'], ['shape' => 'InvalidInputException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PolicyNotFoundException'], ['shape' => 'ServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'UnsupportedAPIEndpointException'], ['shape' => 'PolicyChangesInProgressException']]]], 'shapes' => ['AWSOrganizationsNotInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AcceptHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'AcceptHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccessDeniedForDependencyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'AccessDeniedForDependencyExceptionReason']], 'exception' => \true], 'AccessDeniedForDependencyExceptionReason' => ['type' => 'string', 'enum' => ['ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE']], 'Account' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'AccountId'], 'Arn' => ['shape' => 'AccountArn'], 'Email' => ['shape' => 'Email'], 'Name' => ['shape' => 'AccountName'], 'Status' => ['shape' => 'AccountStatus'], 'JoinedMethod' => ['shape' => 'AccountJoinedMethod'], 'JoinedTimestamp' => ['shape' => 'Timestamp']]], 'AccountAlreadyRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:account\\/o-[a-z0-9]{10,32}\\/\\d{12}'], 'AccountId' => ['type' => 'string', 'max' => 12, 'pattern' => '^\\d{12}$'], 'AccountJoinedMethod' => ['type' => 'string', 'enum' => ['INVITED', 'CREATED']], 'AccountName' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '[\\u0020-\\u007E]+', 'sensitive' => \true], 'AccountNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountNotRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountOwnerNotVerifiedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccountStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'SUSPENDED']], 'Accounts' => ['type' => 'list', 'member' => ['shape' => 'Account']], 'ActionType' => ['type' => 'string', 'enum' => ['INVITE', 'ENABLE_ALL_FEATURES', 'APPROVE_ALL_FEATURES', 'ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE']], 'AlreadyInOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AttachPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'TargetId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'AwsManagedPolicy' => ['type' => 'boolean'], 'CancelHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'CancelHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'Child' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ChildId'], 'Type' => ['shape' => 'ChildType']]], 'ChildId' => ['type' => 'string', 'max' => 100, 'pattern' => '^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'ChildNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ChildType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATIONAL_UNIT']], 'Children' => ['type' => 'list', 'member' => ['shape' => 'Child']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'ConstraintViolationExceptionReason']], 'exception' => \true], 'ConstraintViolationExceptionReason' => ['type' => 'string', 'enum' => ['ACCOUNT_NUMBER_LIMIT_EXCEEDED', 'HANDSHAKE_RATE_LIMIT_EXCEEDED', 'OU_NUMBER_LIMIT_EXCEEDED', 'OU_DEPTH_LIMIT_EXCEEDED', 'POLICY_NUMBER_LIMIT_EXCEEDED', 'POLICY_CONTENT_LIMIT_EXCEEDED', 'MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED', 'MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED', 'ACCOUNT_CANNOT_LEAVE_ORGANIZATION', 'ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA', 'ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION', 'MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED', 'MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED', 'ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED', 'MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE', 'MASTER_ACCOUNT_MISSING_CONTACT_INFO', 'MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED', 'ORGANIZATION_NOT_IN_ALL_FEATURES_MODE', 'CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION', 'EMAIL_VERIFICATION_CODE_EXPIRED', 'WAIT_PERIOD_ACTIVE', 'MAX_TAG_LIMIT_EXCEEDED', 'TAG_POLICY_VIOLATION', 'MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED', 'CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR', 'CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG', 'DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE', 'MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE']], 'CreateAccountFailureReason' => ['type' => 'string', 'enum' => ['ACCOUNT_LIMIT_EXCEEDED', 'EMAIL_ALREADY_EXISTS', 'INVALID_ADDRESS', 'INVALID_EMAIL', 'CONCURRENT_ACCOUNT_MODIFICATION', 'INTERNAL_FAILURE', 'GOVCLOUD_ACCOUNT_ALREADY_EXISTS', 'MISSING_BUSINESS_VALIDATION', 'MISSING_PAYMENT_INSTRUMENT']], 'CreateAccountRequest' => ['type' => 'structure', 'required' => ['Email', 'AccountName'], 'members' => ['Email' => ['shape' => 'Email'], 'AccountName' => ['shape' => 'AccountName'], 'RoleName' => ['shape' => 'RoleName'], 'IamUserAccessToBilling' => ['shape' => 'IAMUserAccessToBilling']]], 'CreateAccountRequestId' => ['type' => 'string', 'max' => 36, 'pattern' => '^car-[a-z0-9]{8,32}$'], 'CreateAccountResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'CreateAccountState' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'CreateAccountStates' => ['type' => 'list', 'member' => ['shape' => 'CreateAccountState']], 'CreateAccountStatus' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'CreateAccountRequestId'], 'AccountName' => ['shape' => 'AccountName'], 'State' => ['shape' => 'CreateAccountState'], 'RequestedTimestamp' => ['shape' => 'Timestamp'], 'CompletedTimestamp' => ['shape' => 'Timestamp'], 'AccountId' => ['shape' => 'AccountId'], 'GovCloudAccountId' => ['shape' => 'AccountId'], 'FailureReason' => ['shape' => 'CreateAccountFailureReason']]], 'CreateAccountStatusNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'CreateAccountStatuses' => ['type' => 'list', 'member' => ['shape' => 'CreateAccountStatus']], 'CreateGovCloudAccountRequest' => ['type' => 'structure', 'required' => ['Email', 'AccountName'], 'members' => ['Email' => ['shape' => 'Email'], 'AccountName' => ['shape' => 'AccountName'], 'RoleName' => ['shape' => 'RoleName'], 'IamUserAccessToBilling' => ['shape' => 'IAMUserAccessToBilling']]], 'CreateGovCloudAccountResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'CreateOrganizationRequest' => ['type' => 'structure', 'members' => ['FeatureSet' => ['shape' => 'OrganizationFeatureSet']]], 'CreateOrganizationResponse' => ['type' => 'structure', 'members' => ['Organization' => ['shape' => 'Organization']]], 'CreateOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['ParentId', 'Name'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'CreateOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'CreatePolicyRequest' => ['type' => 'structure', 'required' => ['Content', 'Description', 'Name', 'Type'], 'members' => ['Content' => ['shape' => 'PolicyContent'], 'Description' => ['shape' => 'PolicyDescription'], 'Name' => ['shape' => 'PolicyName'], 'Type' => ['shape' => 'PolicyType']]], 'CreatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'DeclineHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'DeclineHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'DelegatedAdministrator' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'AccountId'], 'Arn' => ['shape' => 'AccountArn'], 'Email' => ['shape' => 'Email'], 'Name' => ['shape' => 'AccountName'], 'Status' => ['shape' => 'AccountStatus'], 'JoinedMethod' => ['shape' => 'AccountJoinedMethod'], 'JoinedTimestamp' => ['shape' => 'Timestamp'], 'DelegationEnabledDate' => ['shape' => 'Timestamp']]], 'DelegatedAdministrators' => ['type' => 'list', 'member' => ['shape' => 'DelegatedAdministrator']], 'DelegatedService' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'DelegationEnabledDate' => ['shape' => 'Timestamp']]], 'DelegatedServices' => ['type' => 'list', 'member' => ['shape' => 'DelegatedService']], 'DeleteOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'DeletePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'DeregisterDelegatedAdministratorRequest' => ['type' => 'structure', 'required' => ['AccountId', 'ServicePrincipal'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'DescribeAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId']]], 'DescribeAccountResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'Account']]], 'DescribeCreateAccountStatusRequest' => ['type' => 'structure', 'required' => ['CreateAccountRequestId'], 'members' => ['CreateAccountRequestId' => ['shape' => 'CreateAccountRequestId']]], 'DescribeCreateAccountStatusResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatus' => ['shape' => 'CreateAccountStatus']]], 'DescribeEffectivePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyType'], 'members' => ['PolicyType' => ['shape' => 'EffectivePolicyType'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'DescribeEffectivePolicyResponse' => ['type' => 'structure', 'members' => ['EffectivePolicy' => ['shape' => 'EffectivePolicy']]], 'DescribeHandshakeRequest' => ['type' => 'structure', 'required' => ['HandshakeId'], 'members' => ['HandshakeId' => ['shape' => 'HandshakeId']]], 'DescribeHandshakeResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'DescribeOrganizationResponse' => ['type' => 'structure', 'members' => ['Organization' => ['shape' => 'Organization']]], 'DescribeOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId']]], 'DescribeOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'DescribePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId']]], 'DescribePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'DestinationParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DetachPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId', 'TargetId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'TargetId' => ['shape' => 'PolicyTargetId']]], 'DisableAWSServiceAccessRequest' => ['type' => 'structure', 'required' => ['ServicePrincipal'], 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'DisablePolicyTypeRequest' => ['type' => 'structure', 'required' => ['RootId', 'PolicyType'], 'members' => ['RootId' => ['shape' => 'RootId'], 'PolicyType' => ['shape' => 'PolicyType']]], 'DisablePolicyTypeResponse' => ['type' => 'structure', 'members' => ['Root' => ['shape' => 'Root']]], 'DuplicateAccountException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicateHandshakeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicateOrganizationalUnitException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicatePolicyAttachmentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DuplicatePolicyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EffectivePolicy' => ['type' => 'structure', 'members' => ['PolicyContent' => ['shape' => 'PolicyContent'], 'LastUpdatedTimestamp' => ['shape' => 'Timestamp'], 'TargetId' => ['shape' => 'PolicyTargetId'], 'PolicyType' => ['shape' => 'EffectivePolicyType']]], 'EffectivePolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'EffectivePolicyType' => ['type' => 'string', 'enum' => ['TAG_POLICY', 'BACKUP_POLICY', 'AISERVICES_OPT_OUT_POLICY']], 'Email' => ['type' => 'string', 'max' => 64, 'min' => 6, 'pattern' => '[^\\s@]+@[^\\s@]+\\.[^\\s@]+', 'sensitive' => \true], 'EnableAWSServiceAccessRequest' => ['type' => 'structure', 'required' => ['ServicePrincipal'], 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'EnableAllFeaturesRequest' => ['type' => 'structure', 'members' => []], 'EnableAllFeaturesResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'EnablePolicyTypeRequest' => ['type' => 'structure', 'required' => ['RootId', 'PolicyType'], 'members' => ['RootId' => ['shape' => 'RootId'], 'PolicyType' => ['shape' => 'PolicyType']]], 'EnablePolicyTypeResponse' => ['type' => 'structure', 'members' => ['Root' => ['shape' => 'Root']]], 'EnabledServicePrincipal' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'DateEnabled' => ['shape' => 'Timestamp']]], 'EnabledServicePrincipals' => ['type' => 'list', 'member' => ['shape' => 'EnabledServicePrincipal']], 'ExceptionMessage' => ['type' => 'string'], 'ExceptionType' => ['type' => 'string'], 'FinalizingOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'GenericArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::.+:.+'], 'Handshake' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'HandshakeId'], 'Arn' => ['shape' => 'HandshakeArn'], 'Parties' => ['shape' => 'HandshakeParties'], 'State' => ['shape' => 'HandshakeState'], 'RequestedTimestamp' => ['shape' => 'Timestamp'], 'ExpirationTimestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'ActionType'], 'Resources' => ['shape' => 'HandshakeResources']]], 'HandshakeAlreadyInStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'HandshakeArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:handshake\\/o-[a-z0-9]{10,32}\\/[a-z_]{1,32}\\/h-[0-9a-z]{8,32}'], 'HandshakeConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'HandshakeConstraintViolationExceptionReason']], 'exception' => \true], 'HandshakeConstraintViolationExceptionReason' => ['type' => 'string', 'enum' => ['ACCOUNT_NUMBER_LIMIT_EXCEEDED', 'HANDSHAKE_RATE_LIMIT_EXCEEDED', 'ALREADY_IN_AN_ORGANIZATION', 'ORGANIZATION_ALREADY_HAS_ALL_FEATURES', 'INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES', 'PAYMENT_INSTRUMENT_REQUIRED', 'ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD', 'ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED']], 'HandshakeFilter' => ['type' => 'structure', 'members' => ['ActionType' => ['shape' => 'ActionType'], 'ParentHandshakeId' => ['shape' => 'HandshakeId']]], 'HandshakeId' => ['type' => 'string', 'max' => 34, 'pattern' => '^h-[0-9a-z]{8,32}$'], 'HandshakeNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'HandshakeNotes' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\s\\S]*', 'sensitive' => \true], 'HandshakeParties' => ['type' => 'list', 'member' => ['shape' => 'HandshakeParty']], 'HandshakeParty' => ['type' => 'structure', 'required' => ['Id', 'Type'], 'members' => ['Id' => ['shape' => 'HandshakePartyId'], 'Type' => ['shape' => 'HandshakePartyType']]], 'HandshakePartyId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\s\\S]*', 'sensitive' => \true], 'HandshakePartyType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION', 'EMAIL']], 'HandshakeResource' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'HandshakeResourceValue'], 'Type' => ['shape' => 'HandshakeResourceType'], 'Resources' => ['shape' => 'HandshakeResources']]], 'HandshakeResourceType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATION', 'ORGANIZATION_FEATURE_SET', 'EMAIL', 'MASTER_EMAIL', 'MASTER_NAME', 'NOTES', 'PARENT_HANDSHAKE']], 'HandshakeResourceValue' => ['type' => 'string', 'sensitive' => \true], 'HandshakeResources' => ['type' => 'list', 'member' => ['shape' => 'HandshakeResource']], 'HandshakeState' => ['type' => 'string', 'enum' => ['REQUESTED', 'OPEN', 'CANCELED', 'ACCEPTED', 'DECLINED', 'EXPIRED']], 'Handshakes' => ['type' => 'list', 'member' => ['shape' => 'Handshake']], 'IAMUserAccessToBilling' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'InvalidHandshakeTransitionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage'], 'Reason' => ['shape' => 'InvalidInputExceptionReason']], 'exception' => \true], 'InvalidInputExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_PARTY_TYPE_TARGET', 'INVALID_SYNTAX_ORGANIZATION_ARN', 'INVALID_SYNTAX_POLICY_ID', 'INVALID_ENUM', 'INVALID_ENUM_POLICY_TYPE', 'INVALID_LIST_MEMBER', 'MAX_LENGTH_EXCEEDED', 'MAX_VALUE_EXCEEDED', 'MIN_LENGTH_EXCEEDED', 'MIN_VALUE_EXCEEDED', 'IMMUTABLE_POLICY', 'INVALID_PATTERN', 'INVALID_PATTERN_TARGET_ID', 'INPUT_REQUIRED', 'INVALID_NEXT_TOKEN', 'MAX_LIMIT_EXCEEDED_FILTER', 'MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS', 'INVALID_FULL_NAME_TARGET', 'UNRECOGNIZED_SERVICE_PRINCIPAL', 'INVALID_ROLE_NAME', 'INVALID_SYSTEM_TAGS_PARAMETER', 'TARGET_NOT_SUPPORTED']], 'InviteAccountToOrganizationRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'HandshakeParty'], 'Notes' => ['shape' => 'HandshakeNotes']]], 'InviteAccountToOrganizationResponse' => ['type' => 'structure', 'members' => ['Handshake' => ['shape' => 'Handshake']]], 'ListAWSServiceAccessForOrganizationRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAWSServiceAccessForOrganizationResponse' => ['type' => 'structure', 'members' => ['EnabledServicePrincipals' => ['shape' => 'EnabledServicePrincipals'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAccountsForParentRequest' => ['type' => 'structure', 'required' => ['ParentId'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAccountsForParentResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAccountsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAccountsResponse' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'NextToken' => ['shape' => 'NextToken']]], 'ListChildrenRequest' => ['type' => 'structure', 'required' => ['ParentId', 'ChildType'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'ChildType' => ['shape' => 'ChildType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListChildrenResponse' => ['type' => 'structure', 'members' => ['Children' => ['shape' => 'Children'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCreateAccountStatusRequest' => ['type' => 'structure', 'members' => ['States' => ['shape' => 'CreateAccountStates'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListCreateAccountStatusResponse' => ['type' => 'structure', 'members' => ['CreateAccountStatuses' => ['shape' => 'CreateAccountStatuses'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDelegatedAdministratorsRequest' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDelegatedAdministratorsResponse' => ['type' => 'structure', 'members' => ['DelegatedAdministrators' => ['shape' => 'DelegatedAdministrators'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDelegatedServicesForAccountRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDelegatedServicesForAccountResponse' => ['type' => 'structure', 'members' => ['DelegatedServices' => ['shape' => 'DelegatedServices'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHandshakesForAccountRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'HandshakeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListHandshakesForAccountResponse' => ['type' => 'structure', 'members' => ['Handshakes' => ['shape' => 'Handshakes'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHandshakesForOrganizationRequest' => ['type' => 'structure', 'members' => ['Filter' => ['shape' => 'HandshakeFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListHandshakesForOrganizationResponse' => ['type' => 'structure', 'members' => ['Handshakes' => ['shape' => 'Handshakes'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOrganizationalUnitsForParentRequest' => ['type' => 'structure', 'required' => ['ParentId'], 'members' => ['ParentId' => ['shape' => 'ParentId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListOrganizationalUnitsForParentResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnits' => ['shape' => 'OrganizationalUnits'], 'NextToken' => ['shape' => 'NextToken']]], 'ListParentsRequest' => ['type' => 'structure', 'required' => ['ChildId'], 'members' => ['ChildId' => ['shape' => 'ChildId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListParentsResponse' => ['type' => 'structure', 'members' => ['Parents' => ['shape' => 'Parents'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPoliciesForTargetRequest' => ['type' => 'structure', 'required' => ['TargetId', 'Filter'], 'members' => ['TargetId' => ['shape' => 'PolicyTargetId'], 'Filter' => ['shape' => 'PolicyType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPoliciesForTargetResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'Policies'], 'NextToken' => ['shape' => 'NextToken']]], 'ListPoliciesRequest' => ['type' => 'structure', 'required' => ['Filter'], 'members' => ['Filter' => ['shape' => 'PolicyType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListPoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'Policies'], 'NextToken' => ['shape' => 'NextToken']]], 'ListRootsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListRootsResponse' => ['type' => 'structure', 'members' => ['Roots' => ['shape' => 'Roots'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTargetsForPolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTargetsForPolicyResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'PolicyTargets'], 'NextToken' => ['shape' => 'NextToken']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'MasterCannotLeaveOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 20, 'min' => 1], 'MoveAccountRequest' => ['type' => 'structure', 'required' => ['AccountId', 'SourceParentId', 'DestinationParentId'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'SourceParentId' => ['shape' => 'ParentId'], 'DestinationParentId' => ['shape' => 'ParentId']]], 'NextToken' => ['type' => 'string', 'max' => 100000, 'pattern' => '[\\s\\S]*'], 'Organization' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OrganizationId'], 'Arn' => ['shape' => 'OrganizationArn'], 'FeatureSet' => ['shape' => 'OrganizationFeatureSet'], 'MasterAccountArn' => ['shape' => 'AccountArn'], 'MasterAccountId' => ['shape' => 'AccountId'], 'MasterAccountEmail' => ['shape' => 'Email'], 'AvailablePolicyTypes' => ['shape' => 'PolicyTypes']]], 'OrganizationArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}'], 'OrganizationFeatureSet' => ['type' => 'string', 'enum' => ['ALL', 'CONSOLIDATED_BILLING']], 'OrganizationId' => ['type' => 'string', 'pattern' => '^o-[a-z0-9]{10,32}$'], 'OrganizationNotEmptyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnit' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OrganizationalUnitId'], 'Arn' => ['shape' => 'OrganizationalUnitArn'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'OrganizationalUnitArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}'], 'OrganizationalUnitId' => ['type' => 'string', 'max' => 68, 'pattern' => '^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$'], 'OrganizationalUnitName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'OrganizationalUnitNotEmptyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnitNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OrganizationalUnits' => ['type' => 'list', 'member' => ['shape' => 'OrganizationalUnit']], 'Parent' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ParentId'], 'Type' => ['shape' => 'ParentType']]], 'ParentId' => ['type' => 'string', 'max' => 100, 'pattern' => '^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'ParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ParentType' => ['type' => 'string', 'enum' => ['ROOT', 'ORGANIZATIONAL_UNIT']], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'Policies' => ['type' => 'list', 'member' => ['shape' => 'PolicySummary']], 'Policy' => ['type' => 'structure', 'members' => ['PolicySummary' => ['shape' => 'PolicySummary'], 'Content' => ['shape' => 'PolicyContent']]], 'PolicyArn' => ['type' => 'string', 'pattern' => '^(arn:aws:organizations::\\d{12}:policy\\/o-[a-z0-9]{10,32}\\/[0-9a-z_]+\\/p-[0-9a-z]{10,32})|(arn:aws:organizations::aws:policy\\/[0-9a-z_]+\\/p-[0-9a-zA-Z_]{10,128})'], 'PolicyChangesInProgressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyContent' => ['type' => 'string', 'max' => 1000000, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'PolicyDescription' => ['type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]*'], 'PolicyId' => ['type' => 'string', 'max' => 130, 'pattern' => '^p-[0-9a-zA-Z_]{8,128}$'], 'PolicyInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'PolicyNotAttachedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicySummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PolicyId'], 'Arn' => ['shape' => 'PolicyArn'], 'Name' => ['shape' => 'PolicyName'], 'Description' => ['shape' => 'PolicyDescription'], 'Type' => ['shape' => 'PolicyType'], 'AwsManaged' => ['shape' => 'AwsManagedPolicy']]], 'PolicyTargetId' => ['type' => 'string', 'max' => 100, 'pattern' => '^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$'], 'PolicyTargetSummary' => ['type' => 'structure', 'members' => ['TargetId' => ['shape' => 'PolicyTargetId'], 'Arn' => ['shape' => 'GenericArn'], 'Name' => ['shape' => 'TargetName'], 'Type' => ['shape' => 'TargetType']]], 'PolicyTargets' => ['type' => 'list', 'member' => ['shape' => 'PolicyTargetSummary']], 'PolicyType' => ['type' => 'string', 'enum' => ['SERVICE_CONTROL_POLICY', 'TAG_POLICY', 'BACKUP_POLICY', 'AISERVICES_OPT_OUT_POLICY']], 'PolicyTypeAlreadyEnabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeNotAvailableForOrganizationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeNotEnabledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PolicyTypeStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'PENDING_ENABLE', 'PENDING_DISABLE']], 'PolicyTypeSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'PolicyType'], 'Status' => ['shape' => 'PolicyTypeStatus']]], 'PolicyTypes' => ['type' => 'list', 'member' => ['shape' => 'PolicyTypeSummary']], 'RegisterDelegatedAdministratorRequest' => ['type' => 'structure', 'required' => ['AccountId', 'ServicePrincipal'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ServicePrincipal' => ['shape' => 'ServicePrincipal']]], 'RemoveAccountFromOrganizationRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId']]], 'RoleName' => ['type' => 'string', 'max' => 64, 'pattern' => '[\\w+=,.@-]{1,64}'], 'Root' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'RootId'], 'Arn' => ['shape' => 'RootArn'], 'Name' => ['shape' => 'RootName'], 'PolicyTypes' => ['shape' => 'PolicyTypes']]], 'RootArn' => ['type' => 'string', 'pattern' => '^arn:aws:organizations::\\d{12}:root\\/o-[a-z0-9]{10,32}\\/r-[0-9a-z]{4,32}'], 'RootId' => ['type' => 'string', 'max' => 34, 'pattern' => '^r-[0-9a-z]{4,32}$'], 'RootName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'RootNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Roots' => ['type' => 'list', 'member' => ['shape' => 'Root']], 'ServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ServicePrincipal' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+=,.@-]*'], 'SourceParentNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TaggableResourceId' => ['type' => 'string', 'max' => 12, 'pattern' => '^\\d{12}$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TargetName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TargetNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'TargetType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'ORGANIZATIONAL_UNIT', 'ROOT']], 'Timestamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ExceptionType'], 'Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UnsupportedAPIEndpointException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'TaggableResourceId'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UpdateOrganizationalUnitRequest' => ['type' => 'structure', 'required' => ['OrganizationalUnitId'], 'members' => ['OrganizationalUnitId' => ['shape' => 'OrganizationalUnitId'], 'Name' => ['shape' => 'OrganizationalUnitName']]], 'UpdateOrganizationalUnitResponse' => ['type' => 'structure', 'members' => ['OrganizationalUnit' => ['shape' => 'OrganizationalUnit']]], 'UpdatePolicyRequest' => ['type' => 'structure', 'required' => ['PolicyId'], 'members' => ['PolicyId' => ['shape' => 'PolicyId'], 'Name' => ['shape' => 'PolicyName'], 'Description' => ['shape' => 'PolicyDescription'], 'Content' => ['shape' => 'PolicyContent']]], 'UpdatePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]]]]; diff --git a/vendor/Aws3/Aws/data/organizations/2016-11-28/paginators-1.json.php b/vendor/Aws3/Aws/data/organizations/2016-11-28/paginators-1.json.php index df97d217..ea92fb08 100644 --- a/vendor/Aws3/Aws/data/organizations/2016-11-28/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/organizations/2016-11-28/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListAWSServiceAccessForOrganization' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAccounts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAccountsForParent' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListChildren' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListCreateAccountStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListHandshakesForAccount' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListHandshakesForOrganization' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListOrganizationalUnitsForParent' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListParents' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListPolicies' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListPoliciesForTarget' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListRoots' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Tags'], 'ListTargetsForPolicy' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; +return ['pagination' => ['ListAWSServiceAccessForOrganization' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAccounts' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAccountsForParent' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListChildren' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListCreateAccountStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListDelegatedAdministrators' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DelegatedAdministrators'], 'ListDelegatedServicesForAccount' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DelegatedServices'], 'ListHandshakesForAccount' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListHandshakesForOrganization' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListOrganizationalUnitsForParent' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListParents' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListPolicies' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListPoliciesForTarget' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListRoots' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'result_key' => 'Tags'], 'ListTargetsForPolicy' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; diff --git a/vendor/Aws3/Aws/data/personalize-events/2018-03-22/api-2.json.php b/vendor/Aws3/Aws/data/personalize-events/2018-03-22/api-2.json.php index eb5f5557..3b756bca 100644 --- a/vendor/Aws3/Aws/data/personalize-events/2018-03-22/api-2.json.php +++ b/vendor/Aws3/Aws/data/personalize-events/2018-03-22/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-03-22', 'endpointPrefix' => 'personalize-events', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Personalize Events', 'serviceId' => 'Personalize Events', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'uid' => 'personalize-events-2018-03-22'], 'operations' => ['PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/events'], 'input' => ['shape' => 'PutEventsRequest'], 'errors' => [['shape' => 'InvalidInputException']]]], 'shapes' => ['Date' => ['type' => 'timestamp'], 'ErrorMessage' => ['type' => 'string'], 'Event' => ['type' => 'structure', 'required' => ['eventType', 'properties', 'sentAt'], 'members' => ['eventId' => ['shape' => 'StringType'], 'eventType' => ['shape' => 'StringType'], 'properties' => ['shape' => 'EventPropertiesJSON', 'jsonvalue' => \true], 'sentAt' => ['shape' => 'Date']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event'], 'max' => 10, 'min' => 1], 'EventPropertiesJSON' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['trackingId', 'sessionId', 'eventList'], 'members' => ['trackingId' => ['shape' => 'StringType'], 'userId' => ['shape' => 'UserId'], 'sessionId' => ['shape' => 'StringType'], 'eventList' => ['shape' => 'EventList']]], 'StringType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'UserId' => ['type' => 'string', 'max' => 256, 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-03-22', 'endpointPrefix' => 'personalize-events', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Personalize Events', 'serviceId' => 'Personalize Events', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'uid' => 'personalize-events-2018-03-22'], 'operations' => ['PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/events'], 'input' => ['shape' => 'PutEventsRequest'], 'errors' => [['shape' => 'InvalidInputException']]]], 'shapes' => ['Date' => ['type' => 'timestamp'], 'ErrorMessage' => ['type' => 'string'], 'Event' => ['type' => 'structure', 'required' => ['eventType', 'sentAt'], 'members' => ['eventId' => ['shape' => 'StringType'], 'eventType' => ['shape' => 'StringType'], 'eventValue' => ['shape' => 'FloatType'], 'itemId' => ['shape' => 'ItemId'], 'properties' => ['shape' => 'EventPropertiesJSON', 'jsonvalue' => \true], 'sentAt' => ['shape' => 'Date'], 'recommendationId' => ['shape' => 'RecommendationId'], 'impression' => ['shape' => 'Impression']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event'], 'max' => 10, 'min' => 1], 'EventPropertiesJSON' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FloatType' => ['type' => 'float'], 'Impression' => ['type' => 'list', 'member' => ['shape' => 'ItemId'], 'max' => 25, 'min' => 1], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ItemId' => ['type' => 'string', 'max' => 256, 'min' => 1], 'PutEventsRequest' => ['type' => 'structure', 'required' => ['trackingId', 'sessionId', 'eventList'], 'members' => ['trackingId' => ['shape' => 'StringType'], 'userId' => ['shape' => 'UserId'], 'sessionId' => ['shape' => 'StringType'], 'eventList' => ['shape' => 'EventList']]], 'RecommendationId' => ['type' => 'string', 'max' => 40, 'min' => 1], 'StringType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'UserId' => ['type' => 'string', 'max' => 256, 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/personalize-runtime/2018-05-22/api-2.json.php b/vendor/Aws3/Aws/data/personalize-runtime/2018-05-22/api-2.json.php index 59916c20..ea1b2302 100644 --- a/vendor/Aws3/Aws/data/personalize-runtime/2018-05-22/api-2.json.php +++ b/vendor/Aws3/Aws/data/personalize-runtime/2018-05-22/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-05-22', 'endpointPrefix' => 'personalize-runtime', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Personalize Runtime', 'serviceId' => 'Personalize Runtime', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'uid' => 'personalize-runtime-2018-05-22'], 'operations' => ['GetPersonalizedRanking' => ['name' => 'GetPersonalizedRanking', 'http' => ['method' => 'POST', 'requestUri' => '/personalize-ranking'], 'input' => ['shape' => 'GetPersonalizedRankingRequest'], 'output' => ['shape' => 'GetPersonalizedRankingResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetRecommendations' => ['name' => 'GetRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/recommendations'], 'input' => ['shape' => 'GetRecommendationsRequest'], 'output' => ['shape' => 'GetRecommendationsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):personalize:.*:.*:.+'], 'AttributeName' => ['type' => 'string', 'max' => 150, 'pattern' => '[A-Za-z\\d_]+'], 'AttributeValue' => ['type' => 'string', 'max' => 1000, 'sensitive' => \true], 'Context' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 150], 'ErrorMessage' => ['type' => 'string'], 'GetPersonalizedRankingRequest' => ['type' => 'structure', 'required' => ['campaignArn', 'inputList', 'userId'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'inputList' => ['shape' => 'InputList'], 'userId' => ['shape' => 'UserID'], 'context' => ['shape' => 'Context']]], 'GetPersonalizedRankingResponse' => ['type' => 'structure', 'members' => ['personalizedRanking' => ['shape' => 'ItemList']]], 'GetRecommendationsRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'itemId' => ['shape' => 'ItemID'], 'userId' => ['shape' => 'UserID'], 'numResults' => ['shape' => 'NumResults'], 'context' => ['shape' => 'Context']]], 'GetRecommendationsResponse' => ['type' => 'structure', 'members' => ['itemList' => ['shape' => 'ItemList']]], 'InputList' => ['type' => 'list', 'member' => ['shape' => 'ItemID']], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ItemID' => ['type' => 'string', 'max' => 256], 'ItemList' => ['type' => 'list', 'member' => ['shape' => 'PredictedItem']], 'NumResults' => ['type' => 'integer', 'min' => 0], 'PredictedItem' => ['type' => 'structure', 'members' => ['itemId' => ['shape' => 'ItemID']]], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'UserID' => ['type' => 'string', 'max' => 256]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-05-22', 'endpointPrefix' => 'personalize-runtime', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Personalize Runtime', 'serviceId' => 'Personalize Runtime', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'uid' => 'personalize-runtime-2018-05-22'], 'operations' => ['GetPersonalizedRanking' => ['name' => 'GetPersonalizedRanking', 'http' => ['method' => 'POST', 'requestUri' => '/personalize-ranking'], 'input' => ['shape' => 'GetPersonalizedRankingRequest'], 'output' => ['shape' => 'GetPersonalizedRankingResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetRecommendations' => ['name' => 'GetRecommendations', 'http' => ['method' => 'POST', 'requestUri' => '/recommendations'], 'input' => ['shape' => 'GetRecommendationsRequest'], 'output' => ['shape' => 'GetRecommendationsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):personalize:.*:.*:.+'], 'AttributeName' => ['type' => 'string', 'max' => 150, 'pattern' => '[A-Za-z\\d_]+'], 'AttributeValue' => ['type' => 'string', 'max' => 1000, 'sensitive' => \true], 'Context' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 150], 'ErrorMessage' => ['type' => 'string'], 'GetPersonalizedRankingRequest' => ['type' => 'structure', 'required' => ['campaignArn', 'inputList', 'userId'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'inputList' => ['shape' => 'InputList'], 'userId' => ['shape' => 'UserID'], 'context' => ['shape' => 'Context'], 'filterArn' => ['shape' => 'Arn']]], 'GetPersonalizedRankingResponse' => ['type' => 'structure', 'members' => ['personalizedRanking' => ['shape' => 'ItemList'], 'recommendationId' => ['shape' => 'RecommendationID']]], 'GetRecommendationsRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'itemId' => ['shape' => 'ItemID'], 'userId' => ['shape' => 'UserID'], 'numResults' => ['shape' => 'NumResults'], 'context' => ['shape' => 'Context'], 'filterArn' => ['shape' => 'Arn']]], 'GetRecommendationsResponse' => ['type' => 'structure', 'members' => ['itemList' => ['shape' => 'ItemList'], 'recommendationId' => ['shape' => 'RecommendationID']]], 'InputList' => ['type' => 'list', 'member' => ['shape' => 'ItemID']], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ItemID' => ['type' => 'string', 'max' => 256], 'ItemList' => ['type' => 'list', 'member' => ['shape' => 'PredictedItem']], 'NumResults' => ['type' => 'integer', 'min' => 0], 'PredictedItem' => ['type' => 'structure', 'members' => ['itemId' => ['shape' => 'ItemID'], 'score' => ['shape' => 'Score']]], 'RecommendationID' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Score' => ['type' => 'double'], 'UserID' => ['type' => 'string', 'max' => 256]]]; diff --git a/vendor/Aws3/Aws/data/personalize/2018-05-22/api-2.json.php b/vendor/Aws3/Aws/data/personalize/2018-05-22/api-2.json.php index f12d1d11..6fbac6ac 100644 --- a/vendor/Aws3/Aws/data/personalize/2018-05-22/api-2.json.php +++ b/vendor/Aws3/Aws/data/personalize/2018-05-22/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-05-22', 'endpointPrefix' => 'personalize', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Personalize', 'serviceId' => 'Personalize', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'targetPrefix' => 'AmazonPersonalize', 'uid' => 'personalize-2018-05-22'], 'operations' => ['CreateBatchInferenceJob' => ['name' => 'CreateBatchInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBatchInferenceJobRequest'], 'output' => ['shape' => 'CreateBatchInferenceJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'CreateCampaign' => ['name' => 'CreateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCampaignRequest'], 'output' => ['shape' => 'CreateCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateDataset' => ['name' => 'CreateDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetRequest'], 'output' => ['shape' => 'CreateDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateDatasetGroup' => ['name' => 'CreateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetGroupRequest'], 'output' => ['shape' => 'CreateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetImportJob' => ['name' => 'CreateDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetImportJobRequest'], 'output' => ['shape' => 'CreateDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateEventTracker' => ['name' => 'CreateEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventTrackerRequest'], 'output' => ['shape' => 'CreateEventTrackerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateSchema' => ['name' => 'CreateSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSchemaRequest'], 'output' => ['shape' => 'CreateSchemaResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateSolution' => ['name' => 'CreateSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSolutionRequest'], 'output' => ['shape' => 'CreateSolutionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateSolutionVersion' => ['name' => 'CreateSolutionVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSolutionVersionRequest'], 'output' => ['shape' => 'CreateSolutionVersionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'DeleteCampaign' => ['name' => 'DeleteCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCampaignRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDataset' => ['name' => 'DeleteDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetGroup' => ['name' => 'DeleteDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetGroupRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteEventTracker' => ['name' => 'DeleteEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventTrackerRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteSchema' => ['name' => 'DeleteSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSchemaRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteSolution' => ['name' => 'DeleteSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSolutionRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DescribeAlgorithm' => ['name' => 'DescribeAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlgorithmRequest'], 'output' => ['shape' => 'DescribeAlgorithmResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeBatchInferenceJob' => ['name' => 'DescribeBatchInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBatchInferenceJobRequest'], 'output' => ['shape' => 'DescribeBatchInferenceJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeCampaign' => ['name' => 'DescribeCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCampaignRequest'], 'output' => ['shape' => 'DescribeCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDataset' => ['name' => 'DescribeDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetRequest'], 'output' => ['shape' => 'DescribeDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetGroup' => ['name' => 'DescribeDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetGroupRequest'], 'output' => ['shape' => 'DescribeDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetImportJob' => ['name' => 'DescribeDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetImportJobRequest'], 'output' => ['shape' => 'DescribeDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeEventTracker' => ['name' => 'DescribeEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventTrackerRequest'], 'output' => ['shape' => 'DescribeEventTrackerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeFeatureTransformation' => ['name' => 'DescribeFeatureTransformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFeatureTransformationRequest'], 'output' => ['shape' => 'DescribeFeatureTransformationResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeRecipe' => ['name' => 'DescribeRecipe', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRecipeRequest'], 'output' => ['shape' => 'DescribeRecipeResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSchema' => ['name' => 'DescribeSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSchemaRequest'], 'output' => ['shape' => 'DescribeSchemaResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSolution' => ['name' => 'DescribeSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSolutionRequest'], 'output' => ['shape' => 'DescribeSolutionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSolutionVersion' => ['name' => 'DescribeSolutionVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSolutionVersionRequest'], 'output' => ['shape' => 'DescribeSolutionVersionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetSolutionMetrics' => ['name' => 'GetSolutionMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSolutionMetricsRequest'], 'output' => ['shape' => 'GetSolutionMetricsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'ListBatchInferenceJobs' => ['name' => 'ListBatchInferenceJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBatchInferenceJobsRequest'], 'output' => ['shape' => 'ListBatchInferenceJobsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListCampaigns' => ['name' => 'ListCampaigns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCampaignsRequest'], 'output' => ['shape' => 'ListCampaignsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetGroups' => ['name' => 'ListDatasetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetGroupsRequest'], 'output' => ['shape' => 'ListDatasetGroupsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetImportJobs' => ['name' => 'ListDatasetImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetImportJobsRequest'], 'output' => ['shape' => 'ListDatasetImportJobsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasets' => ['name' => 'ListDatasets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetsRequest'], 'output' => ['shape' => 'ListDatasetsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListEventTrackers' => ['name' => 'ListEventTrackers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventTrackersRequest'], 'output' => ['shape' => 'ListEventTrackersResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListRecipes' => ['name' => 'ListRecipes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRecipesRequest'], 'output' => ['shape' => 'ListRecipesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSchemas' => ['name' => 'ListSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSchemasRequest'], 'output' => ['shape' => 'ListSchemasResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSolutionVersions' => ['name' => 'ListSolutionVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSolutionVersionsRequest'], 'output' => ['shape' => 'ListSolutionVersionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSolutions' => ['name' => 'ListSolutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSolutionsRequest'], 'output' => ['shape' => 'ListSolutionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'UpdateCampaign' => ['name' => 'UpdateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCampaignRequest'], 'output' => ['shape' => 'UpdateCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 256], 'Algorithm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'algorithmArn' => ['shape' => 'Arn'], 'algorithmImage' => ['shape' => 'AlgorithmImage'], 'defaultHyperParameters' => ['shape' => 'HyperParameters'], 'defaultHyperParameterRanges' => ['shape' => 'DefaultHyperParameterRanges'], 'defaultResourceConfig' => ['shape' => 'ResourceConfig'], 'trainingInputMode' => ['shape' => 'TrainingInputMode'], 'roleArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'AlgorithmImage' => ['type' => 'structure', 'required' => ['dockerURI'], 'members' => ['name' => ['shape' => 'Name'], 'dockerURI' => ['shape' => 'DockerURI']]], 'Arn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):personalize:.*:.*:.+'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'max' => 100], 'AutoMLConfig' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'MetricName'], 'recipeList' => ['shape' => 'ArnList']]], 'AutoMLResult' => ['type' => 'structure', 'members' => ['bestRecipeArn' => ['shape' => 'Arn']]], 'AvroSchema' => ['type' => 'string', 'max' => 10000], 'BatchInferenceJob' => ['type' => 'structure', 'members' => ['jobName' => ['shape' => 'Name'], 'batchInferenceJobArn' => ['shape' => 'Arn'], 'failureReason' => ['shape' => 'FailureReason'], 'solutionVersionArn' => ['shape' => 'Arn'], 'numResults' => ['shape' => 'NumBatchResults'], 'jobInput' => ['shape' => 'BatchInferenceJobInput'], 'jobOutput' => ['shape' => 'BatchInferenceJobOutput'], 'roleArn' => ['shape' => 'RoleArn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'BatchInferenceJobInput' => ['type' => 'structure', 'required' => ['s3DataSource'], 'members' => ['s3DataSource' => ['shape' => 'S3DataConfig']]], 'BatchInferenceJobOutput' => ['type' => 'structure', 'required' => ['s3DataDestination'], 'members' => ['s3DataDestination' => ['shape' => 'S3DataConfig']]], 'BatchInferenceJobSummary' => ['type' => 'structure', 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn'], 'jobName' => ['shape' => 'Name'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason'], 'solutionVersionArn' => ['shape' => 'Arn']]], 'BatchInferenceJobs' => ['type' => 'list', 'member' => ['shape' => 'BatchInferenceJobSummary'], 'max' => 100], 'Boolean' => ['type' => 'boolean'], 'Campaign' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'campaignArn' => ['shape' => 'Arn'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'latestCampaignUpdate' => ['shape' => 'CampaignUpdateSummary']]], 'CampaignSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'campaignArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'CampaignUpdateSummary' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'Campaigns' => ['type' => 'list', 'member' => ['shape' => 'CampaignSummary'], 'max' => 100], 'CategoricalHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'values' => ['shape' => 'CategoricalValues']]], 'CategoricalHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalHyperParameterRange'], 'max' => 100], 'CategoricalValue' => ['type' => 'string', 'max' => 1000], 'CategoricalValues' => ['type' => 'list', 'member' => ['shape' => 'CategoricalValue'], 'max' => 100], 'ContinuousHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'ContinuousMinValue'], 'maxValue' => ['shape' => 'ContinuousMaxValue']]], 'ContinuousHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousHyperParameterRange'], 'max' => 100], 'ContinuousMaxValue' => ['type' => 'double', 'min' => -1000000], 'ContinuousMinValue' => ['type' => 'double', 'min' => -1000000], 'CreateBatchInferenceJobRequest' => ['type' => 'structure', 'required' => ['jobName', 'solutionVersionArn', 'jobInput', 'jobOutput', 'roleArn'], 'members' => ['jobName' => ['shape' => 'Name'], 'solutionVersionArn' => ['shape' => 'Arn'], 'numResults' => ['shape' => 'NumBatchResults'], 'jobInput' => ['shape' => 'BatchInferenceJobInput'], 'jobOutput' => ['shape' => 'BatchInferenceJobOutput'], 'roleArn' => ['shape' => 'RoleArn']]], 'CreateBatchInferenceJobResponse' => ['type' => 'structure', 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn']]], 'CreateCampaignRequest' => ['type' => 'structure', 'required' => ['name', 'solutionVersionArn', 'minProvisionedTPS'], 'members' => ['name' => ['shape' => 'Name'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond']]], 'CreateCampaignResponse' => ['type' => 'structure', 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'CreateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'Name'], 'roleArn' => ['shape' => 'RoleArn'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn']]], 'CreateDatasetGroupResponse' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'CreateDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['jobName', 'datasetArn', 'dataSource', 'roleArn'], 'members' => ['jobName' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'dataSource' => ['shape' => 'DataSource'], 'roleArn' => ['shape' => 'RoleArn']]], 'CreateDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['datasetImportJobArn' => ['shape' => 'Arn']]], 'CreateDatasetRequest' => ['type' => 'structure', 'required' => ['name', 'schemaArn', 'datasetGroupArn', 'datasetType'], 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType']]], 'CreateDatasetResponse' => ['type' => 'structure', 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'CreateEventTrackerRequest' => ['type' => 'structure', 'required' => ['name', 'datasetGroupArn'], 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn']]], 'CreateEventTrackerResponse' => ['type' => 'structure', 'members' => ['eventTrackerArn' => ['shape' => 'Arn'], 'trackingId' => ['shape' => 'TrackingId']]], 'CreateSchemaRequest' => ['type' => 'structure', 'required' => ['name', 'schema'], 'members' => ['name' => ['shape' => 'Name'], 'schema' => ['shape' => 'AvroSchema']]], 'CreateSchemaResponse' => ['type' => 'structure', 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'CreateSolutionRequest' => ['type' => 'structure', 'required' => ['name', 'datasetGroupArn'], 'members' => ['name' => ['shape' => 'Name'], 'performHPO' => ['shape' => 'Boolean'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'solutionConfig' => ['shape' => 'SolutionConfig']]], 'CreateSolutionResponse' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'CreateSolutionVersionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn'], 'trainingMode' => ['shape' => 'TrainingMode']]], 'CreateSolutionVersionResponse' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'DataSource' => ['type' => 'structure', 'members' => ['dataLocation' => ['shape' => 'S3Location']]], 'Dataset' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType'], 'schemaArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'roleArn' => ['shape' => 'RoleArn'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetGroupSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetGroups' => ['type' => 'list', 'member' => ['shape' => 'DatasetGroupSummary'], 'max' => 100], 'DatasetImportJob' => ['type' => 'structure', 'members' => ['jobName' => ['shape' => 'Name'], 'datasetImportJobArn' => ['shape' => 'Arn'], 'datasetArn' => ['shape' => 'Arn'], 'dataSource' => ['shape' => 'DataSource'], 'roleArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetImportJobSummary' => ['type' => 'structure', 'members' => ['datasetImportJobArn' => ['shape' => 'Arn'], 'jobName' => ['shape' => 'Name'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetImportJobs' => ['type' => 'list', 'member' => ['shape' => 'DatasetImportJobSummary'], 'max' => 100], 'DatasetSchema' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'schema' => ['shape' => 'AvroSchema'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetSchemaSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetType' => ['type' => 'string', 'max' => 256], 'Datasets' => ['type' => 'list', 'member' => ['shape' => 'DatasetSummary'], 'max' => 100], 'Date' => ['type' => 'timestamp'], 'DefaultCategoricalHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'values' => ['shape' => 'CategoricalValues'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultCategoricalHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultCategoricalHyperParameterRange'], 'max' => 100], 'DefaultContinuousHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'ContinuousMinValue'], 'maxValue' => ['shape' => 'ContinuousMaxValue'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultContinuousHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultContinuousHyperParameterRange'], 'max' => 100], 'DefaultHyperParameterRanges' => ['type' => 'structure', 'members' => ['integerHyperParameterRanges' => ['shape' => 'DefaultIntegerHyperParameterRanges'], 'continuousHyperParameterRanges' => ['shape' => 'DefaultContinuousHyperParameterRanges'], 'categoricalHyperParameterRanges' => ['shape' => 'DefaultCategoricalHyperParameterRanges']]], 'DefaultIntegerHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'IntegerMinValue'], 'maxValue' => ['shape' => 'IntegerMaxValue'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultIntegerHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultIntegerHyperParameterRange'], 'max' => 100], 'DeleteCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'DeleteDatasetGroupRequest' => ['type' => 'structure', 'required' => ['datasetGroupArn'], 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'DeleteDatasetRequest' => ['type' => 'structure', 'required' => ['datasetArn'], 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'DeleteEventTrackerRequest' => ['type' => 'structure', 'required' => ['eventTrackerArn'], 'members' => ['eventTrackerArn' => ['shape' => 'Arn']]], 'DeleteSchemaRequest' => ['type' => 'structure', 'required' => ['schemaArn'], 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'DeleteSolutionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'DescribeAlgorithmRequest' => ['type' => 'structure', 'required' => ['algorithmArn'], 'members' => ['algorithmArn' => ['shape' => 'Arn']]], 'DescribeAlgorithmResponse' => ['type' => 'structure', 'members' => ['algorithm' => ['shape' => 'Algorithm']]], 'DescribeBatchInferenceJobRequest' => ['type' => 'structure', 'required' => ['batchInferenceJobArn'], 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn']]], 'DescribeBatchInferenceJobResponse' => ['type' => 'structure', 'members' => ['batchInferenceJob' => ['shape' => 'BatchInferenceJob']]], 'DescribeCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'DescribeCampaignResponse' => ['type' => 'structure', 'members' => ['campaign' => ['shape' => 'Campaign']]], 'DescribeDatasetGroupRequest' => ['type' => 'structure', 'required' => ['datasetGroupArn'], 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupResponse' => ['type' => 'structure', 'members' => ['datasetGroup' => ['shape' => 'DatasetGroup']]], 'DescribeDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['datasetImportJobArn'], 'members' => ['datasetImportJobArn' => ['shape' => 'Arn']]], 'DescribeDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['datasetImportJob' => ['shape' => 'DatasetImportJob']]], 'DescribeDatasetRequest' => ['type' => 'structure', 'required' => ['datasetArn'], 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'DescribeDatasetResponse' => ['type' => 'structure', 'members' => ['dataset' => ['shape' => 'Dataset']]], 'DescribeEventTrackerRequest' => ['type' => 'structure', 'required' => ['eventTrackerArn'], 'members' => ['eventTrackerArn' => ['shape' => 'Arn']]], 'DescribeEventTrackerResponse' => ['type' => 'structure', 'members' => ['eventTracker' => ['shape' => 'EventTracker']]], 'DescribeFeatureTransformationRequest' => ['type' => 'structure', 'required' => ['featureTransformationArn'], 'members' => ['featureTransformationArn' => ['shape' => 'Arn']]], 'DescribeFeatureTransformationResponse' => ['type' => 'structure', 'members' => ['featureTransformation' => ['shape' => 'FeatureTransformation']]], 'DescribeRecipeRequest' => ['type' => 'structure', 'required' => ['recipeArn'], 'members' => ['recipeArn' => ['shape' => 'Arn']]], 'DescribeRecipeResponse' => ['type' => 'structure', 'members' => ['recipe' => ['shape' => 'Recipe']]], 'DescribeSchemaRequest' => ['type' => 'structure', 'required' => ['schemaArn'], 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'DescribeSchemaResponse' => ['type' => 'structure', 'members' => ['schema' => ['shape' => 'DatasetSchema']]], 'DescribeSolutionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'DescribeSolutionResponse' => ['type' => 'structure', 'members' => ['solution' => ['shape' => 'Solution']]], 'DescribeSolutionVersionRequest' => ['type' => 'structure', 'required' => ['solutionVersionArn'], 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'DescribeSolutionVersionResponse' => ['type' => 'structure', 'members' => ['solutionVersion' => ['shape' => 'SolutionVersion']]], 'Description' => ['type' => 'string'], 'DockerURI' => ['type' => 'string', 'max' => 256], 'ErrorMessage' => ['type' => 'string'], 'EventTracker' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'eventTrackerArn' => ['shape' => 'Arn'], 'accountId' => ['shape' => 'AccountId'], 'trackingId' => ['shape' => 'TrackingId'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'EventTrackerSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'eventTrackerArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'EventTrackers' => ['type' => 'list', 'member' => ['shape' => 'EventTrackerSummary'], 'max' => 100], 'EventType' => ['type' => 'string', 'max' => 256], 'EventValueThreshold' => ['type' => 'string', 'max' => 256], 'FailureReason' => ['type' => 'string'], 'FeatureTransformation' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'featureTransformationArn' => ['shape' => 'Arn'], 'defaultParameters' => ['shape' => 'FeaturizationParameters'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'status' => ['shape' => 'Status']]], 'FeatureTransformationParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'FeaturizationParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'GetSolutionMetricsRequest' => ['type' => 'structure', 'required' => ['solutionVersionArn'], 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'GetSolutionMetricsResponse' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'metrics' => ['shape' => 'Metrics']]], 'HPOConfig' => ['type' => 'structure', 'members' => ['hpoObjective' => ['shape' => 'HPOObjective'], 'hpoResourceConfig' => ['shape' => 'HPOResourceConfig'], 'algorithmHyperParameterRanges' => ['shape' => 'HyperParameterRanges']]], 'HPOObjective' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'HPOObjectiveType'], 'metricName' => ['shape' => 'MetricName'], 'metricRegex' => ['shape' => 'MetricRegex']]], 'HPOObjectiveType' => ['type' => 'string', 'max' => 256], 'HPOResource' => ['type' => 'string', 'max' => 256], 'HPOResourceConfig' => ['type' => 'structure', 'members' => ['maxNumberOfTrainingJobs' => ['shape' => 'HPOResource'], 'maxParallelTrainingJobs' => ['shape' => 'HPOResource']]], 'HyperParameterRanges' => ['type' => 'structure', 'members' => ['integerHyperParameterRanges' => ['shape' => 'IntegerHyperParameterRanges'], 'continuousHyperParameterRanges' => ['shape' => 'ContinuousHyperParameterRanges'], 'categoricalHyperParameterRanges' => ['shape' => 'CategoricalHyperParameterRanges']]], 'HyperParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'IntegerHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'IntegerMinValue'], 'maxValue' => ['shape' => 'IntegerMaxValue']]], 'IntegerHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerHyperParameterRange'], 'max' => 100], 'IntegerMaxValue' => ['type' => 'integer', 'max' => 1000000], 'IntegerMinValue' => ['type' => 'integer', 'min' => -1000000], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KmsKeyArn' => ['type' => 'string'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListBatchInferenceJobsRequest' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListBatchInferenceJobsResponse' => ['type' => 'structure', 'members' => ['batchInferenceJobs' => ['shape' => 'BatchInferenceJobs'], 'nextToken' => ['shape' => 'NextToken']]], 'ListCampaignsRequest' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListCampaignsResponse' => ['type' => 'structure', 'members' => ['campaigns' => ['shape' => 'Campaigns'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetGroupsResponse' => ['type' => 'structure', 'members' => ['datasetGroups' => ['shape' => 'DatasetGroups'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetImportJobsRequest' => ['type' => 'structure', 'members' => ['datasetArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetImportJobsResponse' => ['type' => 'structure', 'members' => ['datasetImportJobs' => ['shape' => 'DatasetImportJobs'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetsRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetsResponse' => ['type' => 'structure', 'members' => ['datasets' => ['shape' => 'Datasets'], 'nextToken' => ['shape' => 'NextToken']]], 'ListEventTrackersRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListEventTrackersResponse' => ['type' => 'structure', 'members' => ['eventTrackers' => ['shape' => 'EventTrackers'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRecipesRequest' => ['type' => 'structure', 'members' => ['recipeProvider' => ['shape' => 'RecipeProvider'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListRecipesResponse' => ['type' => 'structure', 'members' => ['recipes' => ['shape' => 'Recipes'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSchemasRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSchemasResponse' => ['type' => 'structure', 'members' => ['schemas' => ['shape' => 'Schemas'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSolutionVersionsRequest' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSolutionVersionsResponse' => ['type' => 'structure', 'members' => ['solutionVersions' => ['shape' => 'SolutionVersions'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSolutionsRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSolutionsResponse' => ['type' => 'structure', 'members' => ['solutions' => ['shape' => 'Solutions'], 'nextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MetricName' => ['type' => 'string', 'max' => 256], 'MetricRegex' => ['type' => 'string', 'max' => 256], 'MetricValue' => ['type' => 'double'], 'Metrics' => ['type' => 'map', 'key' => ['shape' => 'MetricName'], 'value' => ['shape' => 'MetricValue'], 'max' => 100], 'Name' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9][a-zA-Z0-9\\-_]*'], 'NextToken' => ['type' => 'string', 'max' => 1300], 'NumBatchResults' => ['type' => 'integer'], 'ParameterName' => ['type' => 'string', 'max' => 256], 'ParameterValue' => ['type' => 'string', 'max' => 1000], 'PerformAutoML' => ['type' => 'boolean'], 'PerformHPO' => ['type' => 'boolean'], 'Recipe' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'recipeArn' => ['shape' => 'Arn'], 'algorithmArn' => ['shape' => 'Arn'], 'featureTransformationArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'description' => ['shape' => 'Description'], 'creationDateTime' => ['shape' => 'Date'], 'recipeType' => ['shape' => 'RecipeType'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'RecipeProvider' => ['type' => 'string', 'enum' => ['SERVICE']], 'RecipeSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'recipeArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'RecipeType' => ['type' => 'string', 'max' => 256], 'Recipes' => ['type' => 'list', 'member' => ['shape' => 'RecipeSummary'], 'max' => 100], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceConfig' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'S3DataConfig' => ['type' => 'structure', 'required' => ['path'], 'members' => ['path' => ['shape' => 'S3Location'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn']]], 'S3Location' => ['type' => 'string', 'max' => 256], 'Schemas' => ['type' => 'list', 'member' => ['shape' => 'DatasetSchemaSummary'], 'max' => 100], 'Solution' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'solutionArn' => ['shape' => 'Arn'], 'performHPO' => ['shape' => 'PerformHPO'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'solutionConfig' => ['shape' => 'SolutionConfig'], 'autoMLResult' => ['shape' => 'AutoMLResult'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'latestSolutionVersion' => ['shape' => 'SolutionVersionSummary']]], 'SolutionConfig' => ['type' => 'structure', 'members' => ['eventValueThreshold' => ['shape' => 'EventValueThreshold'], 'hpoConfig' => ['shape' => 'HPOConfig'], 'algorithmHyperParameters' => ['shape' => 'HyperParameters'], 'featureTransformationParameters' => ['shape' => 'FeatureTransformationParameters'], 'autoMLConfig' => ['shape' => 'AutoMLConfig']]], 'SolutionSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'solutionArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'SolutionVersion' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'solutionArn' => ['shape' => 'Arn'], 'performHPO' => ['shape' => 'PerformHPO'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'datasetGroupArn' => ['shape' => 'Arn'], 'solutionConfig' => ['shape' => 'SolutionConfig'], 'trainingHours' => ['shape' => 'TrainingHours'], 'trainingMode' => ['shape' => 'TrainingMode'], 'tunedHPOParams' => ['shape' => 'TunedHPOParams'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'SolutionVersionSummary' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'SolutionVersions' => ['type' => 'list', 'member' => ['shape' => 'SolutionVersionSummary'], 'max' => 100], 'Solutions' => ['type' => 'list', 'member' => ['shape' => 'SolutionSummary'], 'max' => 100], 'Status' => ['type' => 'string', 'max' => 256], 'TrackingId' => ['type' => 'string', 'max' => 256], 'TrainingHours' => ['type' => 'double', 'min' => 0], 'TrainingInputMode' => ['type' => 'string', 'max' => 256], 'TrainingMode' => ['type' => 'string', 'enum' => ['FULL', 'UPDATE']], 'TransactionsPerSecond' => ['type' => 'integer', 'min' => 1], 'Tunable' => ['type' => 'boolean'], 'TunedHPOParams' => ['type' => 'structure', 'members' => ['algorithmHyperParameters' => ['shape' => 'HyperParameters']]], 'UpdateCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond']]], 'UpdateCampaignResponse' => ['type' => 'structure', 'members' => ['campaignArn' => ['shape' => 'Arn']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-05-22', 'endpointPrefix' => 'personalize', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Personalize', 'serviceId' => 'Personalize', 'signatureVersion' => 'v4', 'signingName' => 'personalize', 'targetPrefix' => 'AmazonPersonalize', 'uid' => 'personalize-2018-05-22'], 'operations' => ['CreateBatchInferenceJob' => ['name' => 'CreateBatchInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateBatchInferenceJobRequest'], 'output' => ['shape' => 'CreateBatchInferenceJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'CreateCampaign' => ['name' => 'CreateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCampaignRequest'], 'output' => ['shape' => 'CreateCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateDataset' => ['name' => 'CreateDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetRequest'], 'output' => ['shape' => 'CreateDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateDatasetGroup' => ['name' => 'CreateDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetGroupRequest'], 'output' => ['shape' => 'CreateDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']]], 'CreateDatasetImportJob' => ['name' => 'CreateDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDatasetImportJobRequest'], 'output' => ['shape' => 'CreateDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateEventTracker' => ['name' => 'CreateEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventTrackerRequest'], 'output' => ['shape' => 'CreateEventTrackerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'CreateFilter' => ['name' => 'CreateFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFilterRequest'], 'output' => ['shape' => 'CreateFilterResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'CreateSchema' => ['name' => 'CreateSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSchemaRequest'], 'output' => ['shape' => 'CreateSchemaResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateSolution' => ['name' => 'CreateSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSolutionRequest'], 'output' => ['shape' => 'CreateSolutionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'CreateSolutionVersion' => ['name' => 'CreateSolutionVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSolutionVersionRequest'], 'output' => ['shape' => 'CreateSolutionVersionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'DeleteCampaign' => ['name' => 'DeleteCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCampaignRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDataset' => ['name' => 'DeleteDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteDatasetGroup' => ['name' => 'DeleteDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDatasetGroupRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteEventTracker' => ['name' => 'DeleteEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventTrackerRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteFilter' => ['name' => 'DeleteFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFilterRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'DeleteSchema' => ['name' => 'DeleteSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSchemaRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DeleteSolution' => ['name' => 'DeleteSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSolutionRequest'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true], 'DescribeAlgorithm' => ['name' => 'DescribeAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlgorithmRequest'], 'output' => ['shape' => 'DescribeAlgorithmResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeBatchInferenceJob' => ['name' => 'DescribeBatchInferenceJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBatchInferenceJobRequest'], 'output' => ['shape' => 'DescribeBatchInferenceJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeCampaign' => ['name' => 'DescribeCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCampaignRequest'], 'output' => ['shape' => 'DescribeCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDataset' => ['name' => 'DescribeDataset', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetRequest'], 'output' => ['shape' => 'DescribeDatasetResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetGroup' => ['name' => 'DescribeDatasetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetGroupRequest'], 'output' => ['shape' => 'DescribeDatasetGroupResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeDatasetImportJob' => ['name' => 'DescribeDatasetImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDatasetImportJobRequest'], 'output' => ['shape' => 'DescribeDatasetImportJobResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeEventTracker' => ['name' => 'DescribeEventTracker', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventTrackerRequest'], 'output' => ['shape' => 'DescribeEventTrackerResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeFeatureTransformation' => ['name' => 'DescribeFeatureTransformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFeatureTransformationRequest'], 'output' => ['shape' => 'DescribeFeatureTransformationResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeFilter' => ['name' => 'DescribeFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFilterRequest'], 'output' => ['shape' => 'DescribeFilterResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeRecipe' => ['name' => 'DescribeRecipe', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRecipeRequest'], 'output' => ['shape' => 'DescribeRecipeResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSchema' => ['name' => 'DescribeSchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSchemaRequest'], 'output' => ['shape' => 'DescribeSchemaResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSolution' => ['name' => 'DescribeSolution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSolutionRequest'], 'output' => ['shape' => 'DescribeSolutionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'DescribeSolutionVersion' => ['name' => 'DescribeSolutionVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSolutionVersionRequest'], 'output' => ['shape' => 'DescribeSolutionVersionResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']], 'idempotent' => \true], 'GetSolutionMetrics' => ['name' => 'GetSolutionMetrics', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSolutionMetricsRequest'], 'output' => ['shape' => 'GetSolutionMetricsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'ListBatchInferenceJobs' => ['name' => 'ListBatchInferenceJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBatchInferenceJobsRequest'], 'output' => ['shape' => 'ListBatchInferenceJobsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListCampaigns' => ['name' => 'ListCampaigns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCampaignsRequest'], 'output' => ['shape' => 'ListCampaignsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetGroups' => ['name' => 'ListDatasetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetGroupsRequest'], 'output' => ['shape' => 'ListDatasetGroupsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasetImportJobs' => ['name' => 'ListDatasetImportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetImportJobsRequest'], 'output' => ['shape' => 'ListDatasetImportJobsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListDatasets' => ['name' => 'ListDatasets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDatasetsRequest'], 'output' => ['shape' => 'ListDatasetsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListEventTrackers' => ['name' => 'ListEventTrackers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEventTrackersRequest'], 'output' => ['shape' => 'ListEventTrackersResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListFilters' => ['name' => 'ListFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFiltersRequest'], 'output' => ['shape' => 'ListFiltersResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListRecipes' => ['name' => 'ListRecipes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRecipesRequest'], 'output' => ['shape' => 'ListRecipesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSchemas' => ['name' => 'ListSchemas', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSchemasRequest'], 'output' => ['shape' => 'ListSchemasResponse'], 'errors' => [['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSolutionVersions' => ['name' => 'ListSolutionVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSolutionVersionsRequest'], 'output' => ['shape' => 'ListSolutionVersionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'ListSolutions' => ['name' => 'ListSolutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSolutionsRequest'], 'output' => ['shape' => 'ListSolutionsResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'InvalidNextTokenException']], 'idempotent' => \true], 'UpdateCampaign' => ['name' => 'UpdateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCampaignRequest'], 'output' => ['shape' => 'UpdateCampaignResponse'], 'errors' => [['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']], 'idempotent' => \true]], 'shapes' => ['AccountId' => ['type' => 'string', 'max' => 256], 'Algorithm' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'algorithmArn' => ['shape' => 'Arn'], 'algorithmImage' => ['shape' => 'AlgorithmImage'], 'defaultHyperParameters' => ['shape' => 'HyperParameters'], 'defaultHyperParameterRanges' => ['shape' => 'DefaultHyperParameterRanges'], 'defaultResourceConfig' => ['shape' => 'ResourceConfig'], 'trainingInputMode' => ['shape' => 'TrainingInputMode'], 'roleArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'AlgorithmImage' => ['type' => 'structure', 'required' => ['dockerURI'], 'members' => ['name' => ['shape' => 'Name'], 'dockerURI' => ['shape' => 'DockerURI']]], 'Arn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):personalize:.*:.*:.+'], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'max' => 100], 'AutoMLConfig' => ['type' => 'structure', 'members' => ['metricName' => ['shape' => 'MetricName'], 'recipeList' => ['shape' => 'ArnList']]], 'AutoMLResult' => ['type' => 'structure', 'members' => ['bestRecipeArn' => ['shape' => 'Arn']]], 'AvroSchema' => ['type' => 'string', 'max' => 10000], 'BatchInferenceJob' => ['type' => 'structure', 'members' => ['jobName' => ['shape' => 'Name'], 'batchInferenceJobArn' => ['shape' => 'Arn'], 'filterArn' => ['shape' => 'Arn'], 'failureReason' => ['shape' => 'FailureReason'], 'solutionVersionArn' => ['shape' => 'Arn'], 'numResults' => ['shape' => 'NumBatchResults'], 'jobInput' => ['shape' => 'BatchInferenceJobInput'], 'jobOutput' => ['shape' => 'BatchInferenceJobOutput'], 'batchInferenceJobConfig' => ['shape' => 'BatchInferenceJobConfig'], 'roleArn' => ['shape' => 'RoleArn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'BatchInferenceJobConfig' => ['type' => 'structure', 'members' => ['itemExplorationConfig' => ['shape' => 'HyperParameters']]], 'BatchInferenceJobInput' => ['type' => 'structure', 'required' => ['s3DataSource'], 'members' => ['s3DataSource' => ['shape' => 'S3DataConfig']]], 'BatchInferenceJobOutput' => ['type' => 'structure', 'required' => ['s3DataDestination'], 'members' => ['s3DataDestination' => ['shape' => 'S3DataConfig']]], 'BatchInferenceJobSummary' => ['type' => 'structure', 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn'], 'jobName' => ['shape' => 'Name'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason'], 'solutionVersionArn' => ['shape' => 'Arn']]], 'BatchInferenceJobs' => ['type' => 'list', 'member' => ['shape' => 'BatchInferenceJobSummary'], 'max' => 100], 'Boolean' => ['type' => 'boolean'], 'Campaign' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'campaignArn' => ['shape' => 'Arn'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'campaignConfig' => ['shape' => 'CampaignConfig'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'latestCampaignUpdate' => ['shape' => 'CampaignUpdateSummary']]], 'CampaignConfig' => ['type' => 'structure', 'members' => ['itemExplorationConfig' => ['shape' => 'HyperParameters']]], 'CampaignSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'campaignArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'CampaignUpdateSummary' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'campaignConfig' => ['shape' => 'CampaignConfig'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'Campaigns' => ['type' => 'list', 'member' => ['shape' => 'CampaignSummary'], 'max' => 100], 'CategoricalHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'values' => ['shape' => 'CategoricalValues']]], 'CategoricalHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalHyperParameterRange'], 'max' => 100], 'CategoricalValue' => ['type' => 'string', 'max' => 1000], 'CategoricalValues' => ['type' => 'list', 'member' => ['shape' => 'CategoricalValue'], 'max' => 100], 'ContinuousHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'ContinuousMinValue'], 'maxValue' => ['shape' => 'ContinuousMaxValue']]], 'ContinuousHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousHyperParameterRange'], 'max' => 100], 'ContinuousMaxValue' => ['type' => 'double', 'min' => -1000000], 'ContinuousMinValue' => ['type' => 'double', 'min' => -1000000], 'CreateBatchInferenceJobRequest' => ['type' => 'structure', 'required' => ['jobName', 'solutionVersionArn', 'jobInput', 'jobOutput', 'roleArn'], 'members' => ['jobName' => ['shape' => 'Name'], 'solutionVersionArn' => ['shape' => 'Arn'], 'filterArn' => ['shape' => 'Arn'], 'numResults' => ['shape' => 'NumBatchResults'], 'jobInput' => ['shape' => 'BatchInferenceJobInput'], 'jobOutput' => ['shape' => 'BatchInferenceJobOutput'], 'roleArn' => ['shape' => 'RoleArn'], 'batchInferenceJobConfig' => ['shape' => 'BatchInferenceJobConfig']]], 'CreateBatchInferenceJobResponse' => ['type' => 'structure', 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn']]], 'CreateCampaignRequest' => ['type' => 'structure', 'required' => ['name', 'solutionVersionArn', 'minProvisionedTPS'], 'members' => ['name' => ['shape' => 'Name'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'campaignConfig' => ['shape' => 'CampaignConfig']]], 'CreateCampaignResponse' => ['type' => 'structure', 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'CreateDatasetGroupRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'Name'], 'roleArn' => ['shape' => 'RoleArn'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn']]], 'CreateDatasetGroupResponse' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'CreateDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['jobName', 'datasetArn', 'dataSource', 'roleArn'], 'members' => ['jobName' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'dataSource' => ['shape' => 'DataSource'], 'roleArn' => ['shape' => 'RoleArn']]], 'CreateDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['datasetImportJobArn' => ['shape' => 'Arn']]], 'CreateDatasetRequest' => ['type' => 'structure', 'required' => ['name', 'schemaArn', 'datasetGroupArn', 'datasetType'], 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType']]], 'CreateDatasetResponse' => ['type' => 'structure', 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'CreateEventTrackerRequest' => ['type' => 'structure', 'required' => ['name', 'datasetGroupArn'], 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn']]], 'CreateEventTrackerResponse' => ['type' => 'structure', 'members' => ['eventTrackerArn' => ['shape' => 'Arn'], 'trackingId' => ['shape' => 'TrackingId']]], 'CreateFilterRequest' => ['type' => 'structure', 'required' => ['name', 'datasetGroupArn', 'filterExpression'], 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn'], 'filterExpression' => ['shape' => 'FilterExpression']]], 'CreateFilterResponse' => ['type' => 'structure', 'members' => ['filterArn' => ['shape' => 'Arn']]], 'CreateSchemaRequest' => ['type' => 'structure', 'required' => ['name', 'schema'], 'members' => ['name' => ['shape' => 'Name'], 'schema' => ['shape' => 'AvroSchema']]], 'CreateSchemaResponse' => ['type' => 'structure', 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'CreateSolutionRequest' => ['type' => 'structure', 'required' => ['name', 'datasetGroupArn'], 'members' => ['name' => ['shape' => 'Name'], 'performHPO' => ['shape' => 'Boolean'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'solutionConfig' => ['shape' => 'SolutionConfig']]], 'CreateSolutionResponse' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'CreateSolutionVersionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn'], 'trainingMode' => ['shape' => 'TrainingMode']]], 'CreateSolutionVersionResponse' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'DataSource' => ['type' => 'structure', 'members' => ['dataLocation' => ['shape' => 'S3Location']]], 'Dataset' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType'], 'schemaArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetGroup' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'roleArn' => ['shape' => 'RoleArn'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetGroupSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetGroups' => ['type' => 'list', 'member' => ['shape' => 'DatasetGroupSummary'], 'max' => 100], 'DatasetImportJob' => ['type' => 'structure', 'members' => ['jobName' => ['shape' => 'Name'], 'datasetImportJobArn' => ['shape' => 'Arn'], 'datasetArn' => ['shape' => 'Arn'], 'dataSource' => ['shape' => 'DataSource'], 'roleArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetImportJobSummary' => ['type' => 'structure', 'members' => ['datasetImportJobArn' => ['shape' => 'Arn'], 'jobName' => ['shape' => 'Name'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'DatasetImportJobs' => ['type' => 'list', 'member' => ['shape' => 'DatasetImportJobSummary'], 'max' => 100], 'DatasetSchema' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'schema' => ['shape' => 'AvroSchema'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetSchemaSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'schemaArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'datasetArn' => ['shape' => 'Arn'], 'datasetType' => ['shape' => 'DatasetType'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'DatasetType' => ['type' => 'string', 'max' => 256], 'Datasets' => ['type' => 'list', 'member' => ['shape' => 'DatasetSummary'], 'max' => 100], 'Date' => ['type' => 'timestamp'], 'DefaultCategoricalHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'values' => ['shape' => 'CategoricalValues'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultCategoricalHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultCategoricalHyperParameterRange'], 'max' => 100], 'DefaultContinuousHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'ContinuousMinValue'], 'maxValue' => ['shape' => 'ContinuousMaxValue'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultContinuousHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultContinuousHyperParameterRange'], 'max' => 100], 'DefaultHyperParameterRanges' => ['type' => 'structure', 'members' => ['integerHyperParameterRanges' => ['shape' => 'DefaultIntegerHyperParameterRanges'], 'continuousHyperParameterRanges' => ['shape' => 'DefaultContinuousHyperParameterRanges'], 'categoricalHyperParameterRanges' => ['shape' => 'DefaultCategoricalHyperParameterRanges']]], 'DefaultIntegerHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'IntegerMinValue'], 'maxValue' => ['shape' => 'IntegerMaxValue'], 'isTunable' => ['shape' => 'Tunable']]], 'DefaultIntegerHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'DefaultIntegerHyperParameterRange'], 'max' => 100], 'DeleteCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'DeleteDatasetGroupRequest' => ['type' => 'structure', 'required' => ['datasetGroupArn'], 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'DeleteDatasetRequest' => ['type' => 'structure', 'required' => ['datasetArn'], 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'DeleteEventTrackerRequest' => ['type' => 'structure', 'required' => ['eventTrackerArn'], 'members' => ['eventTrackerArn' => ['shape' => 'Arn']]], 'DeleteFilterRequest' => ['type' => 'structure', 'required' => ['filterArn'], 'members' => ['filterArn' => ['shape' => 'Arn']]], 'DeleteSchemaRequest' => ['type' => 'structure', 'required' => ['schemaArn'], 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'DeleteSolutionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'DescribeAlgorithmRequest' => ['type' => 'structure', 'required' => ['algorithmArn'], 'members' => ['algorithmArn' => ['shape' => 'Arn']]], 'DescribeAlgorithmResponse' => ['type' => 'structure', 'members' => ['algorithm' => ['shape' => 'Algorithm']]], 'DescribeBatchInferenceJobRequest' => ['type' => 'structure', 'required' => ['batchInferenceJobArn'], 'members' => ['batchInferenceJobArn' => ['shape' => 'Arn']]], 'DescribeBatchInferenceJobResponse' => ['type' => 'structure', 'members' => ['batchInferenceJob' => ['shape' => 'BatchInferenceJob']]], 'DescribeCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn']]], 'DescribeCampaignResponse' => ['type' => 'structure', 'members' => ['campaign' => ['shape' => 'Campaign']]], 'DescribeDatasetGroupRequest' => ['type' => 'structure', 'required' => ['datasetGroupArn'], 'members' => ['datasetGroupArn' => ['shape' => 'Arn']]], 'DescribeDatasetGroupResponse' => ['type' => 'structure', 'members' => ['datasetGroup' => ['shape' => 'DatasetGroup']]], 'DescribeDatasetImportJobRequest' => ['type' => 'structure', 'required' => ['datasetImportJobArn'], 'members' => ['datasetImportJobArn' => ['shape' => 'Arn']]], 'DescribeDatasetImportJobResponse' => ['type' => 'structure', 'members' => ['datasetImportJob' => ['shape' => 'DatasetImportJob']]], 'DescribeDatasetRequest' => ['type' => 'structure', 'required' => ['datasetArn'], 'members' => ['datasetArn' => ['shape' => 'Arn']]], 'DescribeDatasetResponse' => ['type' => 'structure', 'members' => ['dataset' => ['shape' => 'Dataset']]], 'DescribeEventTrackerRequest' => ['type' => 'structure', 'required' => ['eventTrackerArn'], 'members' => ['eventTrackerArn' => ['shape' => 'Arn']]], 'DescribeEventTrackerResponse' => ['type' => 'structure', 'members' => ['eventTracker' => ['shape' => 'EventTracker']]], 'DescribeFeatureTransformationRequest' => ['type' => 'structure', 'required' => ['featureTransformationArn'], 'members' => ['featureTransformationArn' => ['shape' => 'Arn']]], 'DescribeFeatureTransformationResponse' => ['type' => 'structure', 'members' => ['featureTransformation' => ['shape' => 'FeatureTransformation']]], 'DescribeFilterRequest' => ['type' => 'structure', 'required' => ['filterArn'], 'members' => ['filterArn' => ['shape' => 'Arn']]], 'DescribeFilterResponse' => ['type' => 'structure', 'members' => ['filter' => ['shape' => 'Filter']]], 'DescribeRecipeRequest' => ['type' => 'structure', 'required' => ['recipeArn'], 'members' => ['recipeArn' => ['shape' => 'Arn']]], 'DescribeRecipeResponse' => ['type' => 'structure', 'members' => ['recipe' => ['shape' => 'Recipe']]], 'DescribeSchemaRequest' => ['type' => 'structure', 'required' => ['schemaArn'], 'members' => ['schemaArn' => ['shape' => 'Arn']]], 'DescribeSchemaResponse' => ['type' => 'structure', 'members' => ['schema' => ['shape' => 'DatasetSchema']]], 'DescribeSolutionRequest' => ['type' => 'structure', 'required' => ['solutionArn'], 'members' => ['solutionArn' => ['shape' => 'Arn']]], 'DescribeSolutionResponse' => ['type' => 'structure', 'members' => ['solution' => ['shape' => 'Solution']]], 'DescribeSolutionVersionRequest' => ['type' => 'structure', 'required' => ['solutionVersionArn'], 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'DescribeSolutionVersionResponse' => ['type' => 'structure', 'members' => ['solutionVersion' => ['shape' => 'SolutionVersion']]], 'Description' => ['type' => 'string'], 'DockerURI' => ['type' => 'string', 'max' => 256], 'ErrorMessage' => ['type' => 'string'], 'EventTracker' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'eventTrackerArn' => ['shape' => 'Arn'], 'accountId' => ['shape' => 'AccountId'], 'trackingId' => ['shape' => 'TrackingId'], 'datasetGroupArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'EventTrackerSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'eventTrackerArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'EventTrackers' => ['type' => 'list', 'member' => ['shape' => 'EventTrackerSummary'], 'max' => 100], 'EventType' => ['type' => 'string', 'max' => 256], 'EventValueThreshold' => ['type' => 'string', 'max' => 256], 'FailureReason' => ['type' => 'string'], 'FeatureTransformation' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'featureTransformationArn' => ['shape' => 'Arn'], 'defaultParameters' => ['shape' => 'FeaturizationParameters'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'status' => ['shape' => 'Status']]], 'FeatureTransformationParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'FeaturizationParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'filterArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'datasetGroupArn' => ['shape' => 'Arn'], 'failureReason' => ['shape' => 'FailureReason'], 'filterExpression' => ['shape' => 'FilterExpression'], 'status' => ['shape' => 'Status']]], 'FilterExpression' => ['type' => 'string', 'max' => 2500, 'min' => 1, 'sensitive' => \true], 'FilterSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'filterArn' => ['shape' => 'Arn'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'datasetGroupArn' => ['shape' => 'Arn'], 'failureReason' => ['shape' => 'FailureReason'], 'status' => ['shape' => 'Status']]], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'FilterSummary'], 'max' => 100], 'GetSolutionMetricsRequest' => ['type' => 'structure', 'required' => ['solutionVersionArn'], 'members' => ['solutionVersionArn' => ['shape' => 'Arn']]], 'GetSolutionMetricsResponse' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'metrics' => ['shape' => 'Metrics']]], 'HPOConfig' => ['type' => 'structure', 'members' => ['hpoObjective' => ['shape' => 'HPOObjective'], 'hpoResourceConfig' => ['shape' => 'HPOResourceConfig'], 'algorithmHyperParameterRanges' => ['shape' => 'HyperParameterRanges']]], 'HPOObjective' => ['type' => 'structure', 'members' => ['type' => ['shape' => 'HPOObjectiveType'], 'metricName' => ['shape' => 'MetricName'], 'metricRegex' => ['shape' => 'MetricRegex']]], 'HPOObjectiveType' => ['type' => 'string', 'max' => 256], 'HPOResource' => ['type' => 'string', 'max' => 256], 'HPOResourceConfig' => ['type' => 'structure', 'members' => ['maxNumberOfTrainingJobs' => ['shape' => 'HPOResource'], 'maxParallelTrainingJobs' => ['shape' => 'HPOResource']]], 'HyperParameterRanges' => ['type' => 'structure', 'members' => ['integerHyperParameterRanges' => ['shape' => 'IntegerHyperParameterRanges'], 'continuousHyperParameterRanges' => ['shape' => 'ContinuousHyperParameterRanges'], 'categoricalHyperParameterRanges' => ['shape' => 'CategoricalHyperParameterRanges']]], 'HyperParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'IntegerHyperParameterRange' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'ParameterName'], 'minValue' => ['shape' => 'IntegerMinValue'], 'maxValue' => ['shape' => 'IntegerMaxValue']]], 'IntegerHyperParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerHyperParameterRange'], 'max' => 100], 'IntegerMaxValue' => ['type' => 'integer', 'max' => 1000000], 'IntegerMinValue' => ['type' => 'integer', 'min' => -1000000], 'InvalidInputException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KmsKeyArn' => ['type' => 'string'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListBatchInferenceJobsRequest' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListBatchInferenceJobsResponse' => ['type' => 'structure', 'members' => ['batchInferenceJobs' => ['shape' => 'BatchInferenceJobs'], 'nextToken' => ['shape' => 'NextToken']]], 'ListCampaignsRequest' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListCampaignsResponse' => ['type' => 'structure', 'members' => ['campaigns' => ['shape' => 'Campaigns'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetGroupsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetGroupsResponse' => ['type' => 'structure', 'members' => ['datasetGroups' => ['shape' => 'DatasetGroups'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetImportJobsRequest' => ['type' => 'structure', 'members' => ['datasetArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetImportJobsResponse' => ['type' => 'structure', 'members' => ['datasetImportJobs' => ['shape' => 'DatasetImportJobs'], 'nextToken' => ['shape' => 'NextToken']]], 'ListDatasetsRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDatasetsResponse' => ['type' => 'structure', 'members' => ['datasets' => ['shape' => 'Datasets'], 'nextToken' => ['shape' => 'NextToken']]], 'ListEventTrackersRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListEventTrackersResponse' => ['type' => 'structure', 'members' => ['eventTrackers' => ['shape' => 'EventTrackers'], 'nextToken' => ['shape' => 'NextToken']]], 'ListFiltersRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListFiltersResponse' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'Filters'], 'nextToken' => ['shape' => 'NextToken']]], 'ListRecipesRequest' => ['type' => 'structure', 'members' => ['recipeProvider' => ['shape' => 'RecipeProvider'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListRecipesResponse' => ['type' => 'structure', 'members' => ['recipes' => ['shape' => 'Recipes'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSchemasRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSchemasResponse' => ['type' => 'structure', 'members' => ['schemas' => ['shape' => 'Schemas'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSolutionVersionsRequest' => ['type' => 'structure', 'members' => ['solutionArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSolutionVersionsResponse' => ['type' => 'structure', 'members' => ['solutionVersions' => ['shape' => 'SolutionVersions'], 'nextToken' => ['shape' => 'NextToken']]], 'ListSolutionsRequest' => ['type' => 'structure', 'members' => ['datasetGroupArn' => ['shape' => 'Arn'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListSolutionsResponse' => ['type' => 'structure', 'members' => ['solutions' => ['shape' => 'Solutions'], 'nextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MetricName' => ['type' => 'string', 'max' => 256], 'MetricRegex' => ['type' => 'string', 'max' => 256], 'MetricValue' => ['type' => 'double'], 'Metrics' => ['type' => 'map', 'key' => ['shape' => 'MetricName'], 'value' => ['shape' => 'MetricValue'], 'max' => 100], 'Name' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9][a-zA-Z0-9\\-_]*'], 'NextToken' => ['type' => 'string', 'max' => 1300], 'NumBatchResults' => ['type' => 'integer'], 'ParameterName' => ['type' => 'string', 'max' => 256], 'ParameterValue' => ['type' => 'string', 'max' => 1000], 'PerformAutoML' => ['type' => 'boolean'], 'PerformHPO' => ['type' => 'boolean'], 'Recipe' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'recipeArn' => ['shape' => 'Arn'], 'algorithmArn' => ['shape' => 'Arn'], 'featureTransformationArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'description' => ['shape' => 'Description'], 'creationDateTime' => ['shape' => 'Date'], 'recipeType' => ['shape' => 'RecipeType'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'RecipeProvider' => ['type' => 'string', 'enum' => ['SERVICE']], 'RecipeSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'recipeArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'RecipeType' => ['type' => 'string', 'max' => 256], 'Recipes' => ['type' => 'list', 'member' => ['shape' => 'RecipeSummary'], 'max' => 100], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceConfig' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'S3DataConfig' => ['type' => 'structure', 'required' => ['path'], 'members' => ['path' => ['shape' => 'S3Location'], 'kmsKeyArn' => ['shape' => 'KmsKeyArn']]], 'S3Location' => ['type' => 'string', 'max' => 256], 'Schemas' => ['type' => 'list', 'member' => ['shape' => 'DatasetSchemaSummary'], 'max' => 100], 'Solution' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'solutionArn' => ['shape' => 'Arn'], 'performHPO' => ['shape' => 'PerformHPO'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'datasetGroupArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'solutionConfig' => ['shape' => 'SolutionConfig'], 'autoMLResult' => ['shape' => 'AutoMLResult'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'latestSolutionVersion' => ['shape' => 'SolutionVersionSummary']]], 'SolutionConfig' => ['type' => 'structure', 'members' => ['eventValueThreshold' => ['shape' => 'EventValueThreshold'], 'hpoConfig' => ['shape' => 'HPOConfig'], 'algorithmHyperParameters' => ['shape' => 'HyperParameters'], 'featureTransformationParameters' => ['shape' => 'FeatureTransformationParameters'], 'autoMLConfig' => ['shape' => 'AutoMLConfig']]], 'SolutionSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'solutionArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'SolutionVersion' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'solutionArn' => ['shape' => 'Arn'], 'performHPO' => ['shape' => 'PerformHPO'], 'performAutoML' => ['shape' => 'PerformAutoML'], 'recipeArn' => ['shape' => 'Arn'], 'eventType' => ['shape' => 'EventType'], 'datasetGroupArn' => ['shape' => 'Arn'], 'solutionConfig' => ['shape' => 'SolutionConfig'], 'trainingHours' => ['shape' => 'TrainingHours'], 'trainingMode' => ['shape' => 'TrainingMode'], 'tunedHPOParams' => ['shape' => 'TunedHPOParams'], 'status' => ['shape' => 'Status'], 'failureReason' => ['shape' => 'FailureReason'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date']]], 'SolutionVersionSummary' => ['type' => 'structure', 'members' => ['solutionVersionArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'Status'], 'creationDateTime' => ['shape' => 'Date'], 'lastUpdatedDateTime' => ['shape' => 'Date'], 'failureReason' => ['shape' => 'FailureReason']]], 'SolutionVersions' => ['type' => 'list', 'member' => ['shape' => 'SolutionVersionSummary'], 'max' => 100], 'Solutions' => ['type' => 'list', 'member' => ['shape' => 'SolutionSummary'], 'max' => 100], 'Status' => ['type' => 'string', 'max' => 256], 'TrackingId' => ['type' => 'string', 'max' => 256], 'TrainingHours' => ['type' => 'double', 'min' => 0], 'TrainingInputMode' => ['type' => 'string', 'max' => 256], 'TrainingMode' => ['type' => 'string', 'enum' => ['FULL', 'UPDATE']], 'TransactionsPerSecond' => ['type' => 'integer', 'min' => 1], 'Tunable' => ['type' => 'boolean'], 'TunedHPOParams' => ['type' => 'structure', 'members' => ['algorithmHyperParameters' => ['shape' => 'HyperParameters']]], 'UpdateCampaignRequest' => ['type' => 'structure', 'required' => ['campaignArn'], 'members' => ['campaignArn' => ['shape' => 'Arn'], 'solutionVersionArn' => ['shape' => 'Arn'], 'minProvisionedTPS' => ['shape' => 'TransactionsPerSecond'], 'campaignConfig' => ['shape' => 'CampaignConfig']]], 'UpdateCampaignResponse' => ['type' => 'structure', 'members' => ['campaignArn' => ['shape' => 'Arn']]]]]; diff --git a/vendor/Aws3/Aws/data/pinpoint/2016-12-01/api-2.json.php b/vendor/Aws3/Aws/data/pinpoint/2016-12-01/api-2.json.php index 2c1087b3..7a894910 100644 --- a/vendor/Aws3/Aws/data/pinpoint/2016-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/pinpoint/2016-12-01/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2016-12-01', 'endpointPrefix' => 'pinpoint', 'signingName' => 'mobiletargeting', 'serviceFullName' => 'Amazon Pinpoint', 'serviceId' => 'Pinpoint', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'pinpoint-2016-12-01', 'signatureVersion' => 'v4'], 'operations' => ['CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps', 'responseCode' => 201], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateCampaign' => ['name' => 'CreateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/campaigns', 'responseCode' => 201], 'input' => ['shape' => 'CreateCampaignRequest'], 'output' => ['shape' => 'CreateCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateEmailTemplate' => ['name' => 'CreateEmailTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 201], 'input' => ['shape' => 'CreateEmailTemplateRequest'], 'output' => ['shape' => 'CreateEmailTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateExportJob' => ['name' => 'CreateExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/jobs/export', 'responseCode' => 202], 'input' => ['shape' => 'CreateExportJobRequest'], 'output' => ['shape' => 'CreateExportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateImportJob' => ['name' => 'CreateImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/jobs/import', 'responseCode' => 201], 'input' => ['shape' => 'CreateImportJobRequest'], 'output' => ['shape' => 'CreateImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateJourney' => ['name' => 'CreateJourney', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/journeys', 'responseCode' => 201], 'input' => ['shape' => 'CreateJourneyRequest'], 'output' => ['shape' => 'CreateJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreatePushTemplate' => ['name' => 'CreatePushTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 201], 'input' => ['shape' => 'CreatePushTemplateRequest'], 'output' => ['shape' => 'CreatePushTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateRecommenderConfiguration' => ['name' => 'CreateRecommenderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/recommenders', 'responseCode' => 201], 'input' => ['shape' => 'CreateRecommenderConfigurationRequest'], 'output' => ['shape' => 'CreateRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateSegment' => ['name' => 'CreateSegment', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/segments', 'responseCode' => 201], 'input' => ['shape' => 'CreateSegmentRequest'], 'output' => ['shape' => 'CreateSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateSmsTemplate' => ['name' => 'CreateSmsTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 201], 'input' => ['shape' => 'CreateSmsTemplateRequest'], 'output' => ['shape' => 'CreateSmsTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateVoiceTemplate' => ['name' => 'CreateVoiceTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceTemplateRequest'], 'output' => ['shape' => 'CreateVoiceTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteAdmChannel' => ['name' => 'DeleteAdmChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAdmChannelRequest'], 'output' => ['shape' => 'DeleteAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsChannel' => ['name' => 'DeleteApnsChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsChannelRequest'], 'output' => ['shape' => 'DeleteApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsSandboxChannel' => ['name' => 'DeleteApnsSandboxChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsSandboxChannelRequest'], 'output' => ['shape' => 'DeleteApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsVoipChannel' => ['name' => 'DeleteApnsVoipChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsVoipChannelRequest'], 'output' => ['shape' => 'DeleteApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsVoipSandboxChannel' => ['name' => 'DeleteApnsVoipSandboxChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'DeleteApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAppRequest'], 'output' => ['shape' => 'DeleteAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteBaiduChannel' => ['name' => 'DeleteBaiduChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'DeleteBaiduChannelRequest'], 'output' => ['shape' => 'DeleteBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteCampaign' => ['name' => 'DeleteCampaign', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteCampaignRequest'], 'output' => ['shape' => 'DeleteCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEmailChannel' => ['name' => 'DeleteEmailChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'DeleteEmailChannelRequest'], 'output' => ['shape' => 'DeleteEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEmailTemplate' => ['name' => 'DeleteEmailTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEmailTemplateRequest'], 'output' => ['shape' => 'DeleteEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEndpointRequest'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEventStream' => ['name' => 'DeleteEventStream', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'DeleteEventStreamRequest'], 'output' => ['shape' => 'DeleteEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteGcmChannel' => ['name' => 'DeleteGcmChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'DeleteGcmChannelRequest'], 'output' => ['shape' => 'DeleteGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteJourney' => ['name' => 'DeleteJourney', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteJourneyRequest'], 'output' => ['shape' => 'DeleteJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeletePushTemplate' => ['name' => 'DeletePushTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 202], 'input' => ['shape' => 'DeletePushTemplateRequest'], 'output' => ['shape' => 'DeletePushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRecommenderConfiguration' => ['name' => 'DeleteRecommenderConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteRecommenderConfigurationRequest'], 'output' => ['shape' => 'DeleteRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSegment' => ['name' => 'DeleteSegment', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteSegmentRequest'], 'output' => ['shape' => 'DeleteSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSmsChannel' => ['name' => 'DeleteSmsChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'DeleteSmsChannelRequest'], 'output' => ['shape' => 'DeleteSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSmsTemplate' => ['name' => 'DeleteSmsTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 202], 'input' => ['shape' => 'DeleteSmsTemplateRequest'], 'output' => ['shape' => 'DeleteSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteUserEndpoints' => ['name' => 'DeleteUserEndpoints', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/users/{user-id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUserEndpointsRequest'], 'output' => ['shape' => 'DeleteUserEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVoiceChannel' => ['name' => 'DeleteVoiceChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVoiceChannelRequest'], 'output' => ['shape' => 'DeleteVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVoiceTemplate' => ['name' => 'DeleteVoiceTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVoiceTemplateRequest'], 'output' => ['shape' => 'DeleteVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetAdmChannel' => ['name' => 'GetAdmChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'GetAdmChannelRequest'], 'output' => ['shape' => 'GetAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsChannel' => ['name' => 'GetApnsChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsChannelRequest'], 'output' => ['shape' => 'GetApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsSandboxChannel' => ['name' => 'GetApnsSandboxChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsSandboxChannelRequest'], 'output' => ['shape' => 'GetApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsVoipChannel' => ['name' => 'GetApnsVoipChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsVoipChannelRequest'], 'output' => ['shape' => 'GetApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsVoipSandboxChannel' => ['name' => 'GetApnsVoipSandboxChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'GetApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApp' => ['name' => 'GetApp', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetAppRequest'], 'output' => ['shape' => 'GetAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApplicationDateRangeKpi' => ['name' => 'GetApplicationDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationDateRangeKpiRequest'], 'output' => ['shape' => 'GetApplicationDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApplicationSettings' => ['name' => 'GetApplicationSettings', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/settings', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationSettingsRequest'], 'output' => ['shape' => 'GetApplicationSettingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApps' => ['name' => 'GetApps', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps', 'responseCode' => 200], 'input' => ['shape' => 'GetAppsRequest'], 'output' => ['shape' => 'GetAppsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetBaiduChannel' => ['name' => 'GetBaiduChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'GetBaiduChannelRequest'], 'output' => ['shape' => 'GetBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaign' => ['name' => 'GetCampaign', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignRequest'], 'output' => ['shape' => 'GetCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignActivities' => ['name' => 'GetCampaignActivities', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/activities', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignActivitiesRequest'], 'output' => ['shape' => 'GetCampaignActivitiesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignDateRangeKpi' => ['name' => 'GetCampaignDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignDateRangeKpiRequest'], 'output' => ['shape' => 'GetCampaignDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignVersion' => ['name' => 'GetCampaignVersion', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignVersionRequest'], 'output' => ['shape' => 'GetCampaignVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignVersions' => ['name' => 'GetCampaignVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/versions', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignVersionsRequest'], 'output' => ['shape' => 'GetCampaignVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaigns' => ['name' => 'GetCampaigns', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignsRequest'], 'output' => ['shape' => 'GetCampaignsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetChannels' => ['name' => 'GetChannels', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels', 'responseCode' => 200], 'input' => ['shape' => 'GetChannelsRequest'], 'output' => ['shape' => 'GetChannelsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEmailChannel' => ['name' => 'GetEmailChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'GetEmailChannelRequest'], 'output' => ['shape' => 'GetEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEmailTemplate' => ['name' => 'GetEmailTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 200], 'input' => ['shape' => 'GetEmailTemplateRequest'], 'output' => ['shape' => 'GetEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEndpoint' => ['name' => 'GetEndpoint', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetEndpointRequest'], 'output' => ['shape' => 'GetEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEventStream' => ['name' => 'GetEventStream', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'GetEventStreamRequest'], 'output' => ['shape' => 'GetEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetExportJob' => ['name' => 'GetExportJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/export/{job-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetExportJobRequest'], 'output' => ['shape' => 'GetExportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetExportJobs' => ['name' => 'GetExportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/export', 'responseCode' => 200], 'input' => ['shape' => 'GetExportJobsRequest'], 'output' => ['shape' => 'GetExportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetGcmChannel' => ['name' => 'GetGcmChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'GetGcmChannelRequest'], 'output' => ['shape' => 'GetGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetImportJob' => ['name' => 'GetImportJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/import/{job-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetImportJobRequest'], 'output' => ['shape' => 'GetImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetImportJobs' => ['name' => 'GetImportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/import', 'responseCode' => 200], 'input' => ['shape' => 'GetImportJobsRequest'], 'output' => ['shape' => 'GetImportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourney' => ['name' => 'GetJourney', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyRequest'], 'output' => ['shape' => 'GetJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyDateRangeKpi' => ['name' => 'GetJourneyDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyDateRangeKpiRequest'], 'output' => ['shape' => 'GetJourneyDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyExecutionActivityMetrics' => ['name' => 'GetJourneyExecutionActivityMetrics', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/activities/{journey-activity-id}/execution-metrics', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyExecutionActivityMetricsRequest'], 'output' => ['shape' => 'GetJourneyExecutionActivityMetricsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyExecutionMetrics' => ['name' => 'GetJourneyExecutionMetrics', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/execution-metrics', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyExecutionMetricsRequest'], 'output' => ['shape' => 'GetJourneyExecutionMetricsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetPushTemplate' => ['name' => 'GetPushTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 200], 'input' => ['shape' => 'GetPushTemplateRequest'], 'output' => ['shape' => 'GetPushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetRecommenderConfiguration' => ['name' => 'GetRecommenderConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetRecommenderConfigurationRequest'], 'output' => ['shape' => 'GetRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetRecommenderConfigurations' => ['name' => 'GetRecommenderConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/recommenders', 'responseCode' => 200], 'input' => ['shape' => 'GetRecommenderConfigurationsRequest'], 'output' => ['shape' => 'GetRecommenderConfigurationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegment' => ['name' => 'GetSegment', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentRequest'], 'output' => ['shape' => 'GetSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentExportJobs' => ['name' => 'GetSegmentExportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/jobs/export', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentExportJobsRequest'], 'output' => ['shape' => 'GetSegmentExportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentImportJobs' => ['name' => 'GetSegmentImportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/jobs/import', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentImportJobsRequest'], 'output' => ['shape' => 'GetSegmentImportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentVersion' => ['name' => 'GetSegmentVersion', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentVersionRequest'], 'output' => ['shape' => 'GetSegmentVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentVersions' => ['name' => 'GetSegmentVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/versions', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentVersionsRequest'], 'output' => ['shape' => 'GetSegmentVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegments' => ['name' => 'GetSegments', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentsRequest'], 'output' => ['shape' => 'GetSegmentsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSmsChannel' => ['name' => 'GetSmsChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'GetSmsChannelRequest'], 'output' => ['shape' => 'GetSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSmsTemplate' => ['name' => 'GetSmsTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 200], 'input' => ['shape' => 'GetSmsTemplateRequest'], 'output' => ['shape' => 'GetSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetUserEndpoints' => ['name' => 'GetUserEndpoints', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/users/{user-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetUserEndpointsRequest'], 'output' => ['shape' => 'GetUserEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetVoiceChannel' => ['name' => 'GetVoiceChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceChannelRequest'], 'output' => ['shape' => 'GetVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetVoiceTemplate' => ['name' => 'GetVoiceTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceTemplateRequest'], 'output' => ['shape' => 'GetVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListJourneys' => ['name' => 'ListJourneys', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys', 'responseCode' => 200], 'input' => ['shape' => 'ListJourneysRequest'], 'output' => ['shape' => 'ListJourneysResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => []], 'ListTemplateVersions' => ['name' => 'ListTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/{template-type}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListTemplateVersionsRequest'], 'output' => ['shape' => 'ListTemplateVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListTemplates' => ['name' => 'ListTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates', 'responseCode' => 200], 'input' => ['shape' => 'ListTemplatesRequest'], 'output' => ['shape' => 'ListTemplatesResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'PhoneNumberValidate' => ['name' => 'PhoneNumberValidate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/phone/number/validate', 'responseCode' => 200], 'input' => ['shape' => 'PhoneNumberValidateRequest'], 'output' => ['shape' => 'PhoneNumberValidateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'PutEventStream' => ['name' => 'PutEventStream', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'PutEventStreamRequest'], 'output' => ['shape' => 'PutEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/events', 'responseCode' => 202], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'RemoveAttributes' => ['name' => 'RemoveAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/attributes/{attribute-type}', 'responseCode' => 200], 'input' => ['shape' => 'RemoveAttributesRequest'], 'output' => ['shape' => 'RemoveAttributesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'SendMessages' => ['name' => 'SendMessages', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/messages', 'responseCode' => 200], 'input' => ['shape' => 'SendMessagesRequest'], 'output' => ['shape' => 'SendMessagesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'SendUsersMessages' => ['name' => 'SendUsersMessages', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/users-messages', 'responseCode' => 200], 'input' => ['shape' => 'SendUsersMessagesRequest'], 'output' => ['shape' => 'SendUsersMessagesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => []], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => []], 'UpdateAdmChannel' => ['name' => 'UpdateAdmChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAdmChannelRequest'], 'output' => ['shape' => 'UpdateAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsChannel' => ['name' => 'UpdateApnsChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsChannelRequest'], 'output' => ['shape' => 'UpdateApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsSandboxChannel' => ['name' => 'UpdateApnsSandboxChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsSandboxChannelRequest'], 'output' => ['shape' => 'UpdateApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsVoipChannel' => ['name' => 'UpdateApnsVoipChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsVoipChannelRequest'], 'output' => ['shape' => 'UpdateApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsVoipSandboxChannel' => ['name' => 'UpdateApnsVoipSandboxChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'UpdateApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApplicationSettings' => ['name' => 'UpdateApplicationSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/settings', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApplicationSettingsRequest'], 'output' => ['shape' => 'UpdateApplicationSettingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateBaiduChannel' => ['name' => 'UpdateBaiduChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBaiduChannelRequest'], 'output' => ['shape' => 'UpdateBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateCampaign' => ['name' => 'UpdateCampaign', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateCampaignRequest'], 'output' => ['shape' => 'UpdateCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEmailChannel' => ['name' => 'UpdateEmailChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'UpdateEmailChannelRequest'], 'output' => ['shape' => 'UpdateEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEmailTemplate' => ['name' => 'UpdateEmailTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEmailTemplateRequest'], 'output' => ['shape' => 'UpdateEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEndpointRequest'], 'output' => ['shape' => 'UpdateEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEndpointsBatch' => ['name' => 'UpdateEndpointsBatch', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/endpoints', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEndpointsBatchRequest'], 'output' => ['shape' => 'UpdateEndpointsBatchResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateGcmChannel' => ['name' => 'UpdateGcmChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'UpdateGcmChannelRequest'], 'output' => ['shape' => 'UpdateGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateJourney' => ['name' => 'UpdateJourney', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJourneyRequest'], 'output' => ['shape' => 'UpdateJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateJourneyState' => ['name' => 'UpdateJourneyState', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/state', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJourneyStateRequest'], 'output' => ['shape' => 'UpdateJourneyStateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdatePushTemplate' => ['name' => 'UpdatePushTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 202], 'input' => ['shape' => 'UpdatePushTemplateRequest'], 'output' => ['shape' => 'UpdatePushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRecommenderConfiguration' => ['name' => 'UpdateRecommenderConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRecommenderConfigurationRequest'], 'output' => ['shape' => 'UpdateRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSegment' => ['name' => 'UpdateSegment', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSegmentRequest'], 'output' => ['shape' => 'UpdateSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSmsChannel' => ['name' => 'UpdateSmsChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSmsChannelRequest'], 'output' => ['shape' => 'UpdateSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSmsTemplate' => ['name' => 'UpdateSmsTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 202], 'input' => ['shape' => 'UpdateSmsTemplateRequest'], 'output' => ['shape' => 'UpdateSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateTemplateActiveVersion' => ['name' => 'UpdateTemplateActiveVersion', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/{template-type}/active-version', 'responseCode' => 200], 'input' => ['shape' => 'UpdateTemplateActiveVersionRequest'], 'output' => ['shape' => 'UpdateTemplateActiveVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateVoiceChannel' => ['name' => 'UpdateVoiceChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVoiceChannelRequest'], 'output' => ['shape' => 'UpdateVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateVoiceTemplate' => ['name' => 'UpdateVoiceTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 202], 'input' => ['shape' => 'UpdateVoiceTemplateRequest'], 'output' => ['shape' => 'UpdateVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['ADMChannelRequest' => ['type' => 'structure', 'members' => ['ClientId' => ['shape' => '__string'], 'ClientSecret' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean']], 'required' => ['ClientSecret', 'ClientId']], 'ADMChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'ADMMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ConsolidationKey' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'ExpiresAfter' => ['shape' => '__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'MD5' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSMessage' => ['type' => 'structure', 'members' => ['APNSPushType' => ['shape' => '__string'], 'Action' => ['shape' => 'Action'], 'Badge' => ['shape' => '__integer'], 'Body' => ['shape' => '__string'], 'Category' => ['shape' => '__string'], 'CollapseId' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'MediaUrl' => ['shape' => '__string'], 'PreferredAuthenticationMethod' => ['shape' => '__string'], 'Priority' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'ThreadId' => ['shape' => '__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'MediaUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSSandboxChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSSandboxChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSVoipChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSVoipChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'Action' => ['type' => 'string', 'enum' => ['OPEN_APP', 'DEEP_LINK', 'URL']], 'ActivitiesResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfActivityResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'Activity' => ['type' => 'structure', 'members' => ['ConditionalSplit' => ['shape' => 'ConditionalSplitActivity'], 'Description' => ['shape' => '__string'], 'EMAIL' => ['shape' => 'EmailMessageActivity'], 'Holdout' => ['shape' => 'HoldoutActivity'], 'MultiCondition' => ['shape' => 'MultiConditionalSplitActivity'], 'RandomSplit' => ['shape' => 'RandomSplitActivity'], 'Wait' => ['shape' => 'WaitActivity']]], 'ActivityResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignId' => ['shape' => '__string'], 'End' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Result' => ['shape' => '__string'], 'ScheduledStart' => ['shape' => '__string'], 'Start' => ['shape' => '__string'], 'State' => ['shape' => '__string'], 'SuccessfulEndpointCount' => ['shape' => '__integer'], 'TimezonesCompletedCount' => ['shape' => '__integer'], 'TimezonesTotalCount' => ['shape' => '__integer'], 'TotalEndpointCount' => ['shape' => '__integer'], 'TreatmentId' => ['shape' => '__string']], 'required' => ['CampaignId', 'Id', 'ApplicationId']], 'AddressConfiguration' => ['type' => 'structure', 'members' => ['BodyOverride' => ['shape' => '__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Context' => ['shape' => 'MapOf__string'], 'RawContent' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TitleOverride' => ['shape' => '__string']]], 'AndroidPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'ApplicationDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'EndTime', 'StartTime', 'ApplicationId']], 'ApplicationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Id', 'Arn', 'Name']], 'ApplicationSettingsResource' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignHook' => ['shape' => 'CampaignHook'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'CampaignLimits'], 'QuietTime' => ['shape' => 'QuietTime']], 'required' => ['ApplicationId']], 'ApplicationsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfApplicationResponse'], 'NextToken' => ['shape' => '__string']]], 'AttributeDimension' => ['type' => 'structure', 'members' => ['AttributeType' => ['shape' => 'AttributeType'], 'Values' => ['shape' => 'ListOf__string']], 'required' => ['Values']], 'AttributeType' => ['type' => 'string', 'enum' => ['INCLUSIVE', 'EXCLUSIVE']], 'AttributesResource' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'AttributeType' => ['shape' => '__string'], 'Attributes' => ['shape' => 'ListOf__string']], 'required' => ['AttributeType', 'ApplicationId']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApiKey' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'SecretKey' => ['shape' => '__string']], 'required' => ['SecretKey', 'ApiKey']], 'BaiduChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Credential' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Credential', 'Platform']], 'BaiduMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'BaseKpiResult' => ['type' => 'structure', 'members' => ['Rows' => ['shape' => 'ListOfResultRow']], 'required' => ['Rows']], 'CampaignDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'EndTime', 'CampaignId', 'StartTime', 'ApplicationId']], 'CampaignEmailMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'FromAddress' => ['shape' => '__string'], 'HtmlBody' => ['shape' => '__string'], 'Title' => ['shape' => '__string']]], 'CampaignEventFilter' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'EventDimensions'], 'FilterType' => ['shape' => 'FilterType']], 'required' => ['FilterType', 'Dimensions']], 'CampaignHook' => ['type' => 'structure', 'members' => ['LambdaFunctionName' => ['shape' => '__string'], 'Mode' => ['shape' => 'Mode'], 'WebUrl' => ['shape' => '__string']]], 'CampaignLimits' => ['type' => 'structure', 'members' => ['Daily' => ['shape' => '__integer'], 'MaximumDuration' => ['shape' => '__integer'], 'MessagesPerSecond' => ['shape' => '__integer'], 'Total' => ['shape' => '__integer']]], 'CampaignResponse' => ['type' => 'structure', 'members' => ['AdditionalTreatments' => ['shape' => 'ListOfTreatmentResource'], 'ApplicationId' => ['shape' => '__string'], 'Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultState' => ['shape' => 'CampaignState'], 'Description' => ['shape' => '__string'], 'HoldoutPercent' => ['shape' => '__integer'], 'Hook' => ['shape' => 'CampaignHook'], 'Id' => ['shape' => '__string'], 'IsPaused' => ['shape' => '__boolean'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'CampaignLimits'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Name' => ['shape' => '__string'], 'Schedule' => ['shape' => 'Schedule'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer'], 'State' => ['shape' => 'CampaignState'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['LastModifiedDate', 'CreationDate', 'SegmentId', 'SegmentVersion', 'Id', 'Arn', 'ApplicationId']], 'CampaignSmsMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'MessageType' => ['shape' => 'MessageType'], 'SenderId' => ['shape' => '__string']]], 'CampaignState' => ['type' => 'structure', 'members' => ['CampaignStatus' => ['shape' => 'CampaignStatus']]], 'CampaignStatus' => ['type' => 'string', 'enum' => ['SCHEDULED', 'EXECUTING', 'PENDING_NEXT_RUN', 'COMPLETED', 'PAUSED', 'DELETED']], 'CampaignsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfCampaignResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']]], 'ChannelType' => ['type' => 'string', 'enum' => ['GCM', 'APNS', 'APNS_SANDBOX', 'APNS_VOIP', 'APNS_VOIP_SANDBOX', 'ADM', 'SMS', 'VOICE', 'EMAIL', 'BAIDU', 'CUSTOM']], 'ChannelsResponse' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => 'MapOfChannelResponse']], 'required' => ['Channels']], 'Condition' => ['type' => 'structure', 'members' => ['Conditions' => ['shape' => 'ListOfSimpleCondition'], 'Operator' => ['shape' => 'Operator']]], 'ConditionalSplitActivity' => ['type' => 'structure', 'members' => ['Condition' => ['shape' => 'Condition'], 'EvaluationWaitTime' => ['shape' => 'WaitTime'], 'FalseActivity' => ['shape' => '__string'], 'TrueActivity' => ['shape' => '__string']]], 'CreateAppRequest' => ['type' => 'structure', 'members' => ['CreateApplicationRequest' => ['shape' => 'CreateApplicationRequest']], 'required' => ['CreateApplicationRequest'], 'payload' => 'CreateApplicationRequest'], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'CreateApplicationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Name']], 'CreateCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteCampaignRequest' => ['shape' => 'WriteCampaignRequest']], 'required' => ['ApplicationId', 'WriteCampaignRequest'], 'payload' => 'WriteCampaignRequest'], 'CreateCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'CreateEmailTemplateRequest' => ['type' => 'structure', 'members' => ['EmailTemplateRequest' => ['shape' => 'EmailTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'EmailTemplateRequest'], 'payload' => 'EmailTemplateRequest'], 'CreateEmailTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateExportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'ExportJobRequest' => ['shape' => 'ExportJobRequest']], 'required' => ['ApplicationId', 'ExportJobRequest'], 'payload' => 'ExportJobRequest'], 'CreateExportJobResponse' => ['type' => 'structure', 'members' => ['ExportJobResponse' => ['shape' => 'ExportJobResponse']], 'required' => ['ExportJobResponse'], 'payload' => 'ExportJobResponse'], 'CreateImportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'ImportJobRequest' => ['shape' => 'ImportJobRequest']], 'required' => ['ApplicationId', 'ImportJobRequest'], 'payload' => 'ImportJobRequest'], 'CreateImportJobResponse' => ['type' => 'structure', 'members' => ['ImportJobResponse' => ['shape' => 'ImportJobResponse']], 'required' => ['ImportJobResponse'], 'payload' => 'ImportJobResponse'], 'CreateJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteJourneyRequest' => ['shape' => 'WriteJourneyRequest']], 'required' => ['ApplicationId', 'WriteJourneyRequest'], 'payload' => 'WriteJourneyRequest'], 'CreateJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'CreatePushTemplateRequest' => ['type' => 'structure', 'members' => ['PushNotificationTemplateRequest' => ['shape' => 'PushNotificationTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'PushNotificationTemplateRequest'], 'payload' => 'PushNotificationTemplateRequest'], 'CreatePushTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateRecommenderConfiguration' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'Description' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'RecommendationProviderRoleArn']], 'CreateRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['CreateRecommenderConfiguration' => ['shape' => 'CreateRecommenderConfiguration']], 'required' => ['CreateRecommenderConfiguration'], 'payload' => 'CreateRecommenderConfiguration'], 'CreateRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'CreateSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteSegmentRequest' => ['shape' => 'WriteSegmentRequest']], 'required' => ['ApplicationId', 'WriteSegmentRequest'], 'payload' => 'WriteSegmentRequest'], 'CreateSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'CreateSmsTemplateRequest' => ['type' => 'structure', 'members' => ['SMSTemplateRequest' => ['shape' => 'SMSTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'SMSTemplateRequest'], 'payload' => 'SMSTemplateRequest'], 'CreateSmsTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateTemplateMessageBody' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']]], 'CreateVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'VoiceTemplateRequest' => ['shape' => 'VoiceTemplateRequest']], 'required' => ['TemplateName', 'VoiceTemplateRequest'], 'payload' => 'VoiceTemplateRequest'], 'CreateVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'DefaultMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'DefaultPushNotificationMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'SilentPush' => ['shape' => '__boolean'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'DefaultPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'DeleteAdmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'DeleteApnsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'DeleteApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'DeleteApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'DeleteApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'DeleteAppRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'DeleteBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'DeleteCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id']], 'required' => ['CampaignId', 'ApplicationId']], 'DeleteCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'DeleteEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'DeleteEmailTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteEmailTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id']], 'required' => ['ApplicationId', 'EndpointId']], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointResponse' => ['shape' => 'EndpointResponse']], 'required' => ['EndpointResponse'], 'payload' => 'EndpointResponse'], 'DeleteEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'DeleteGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'DeleteJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id']], 'required' => ['JourneyId', 'ApplicationId']], 'DeleteJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'DeletePushTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeletePushTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id']], 'required' => ['RecommenderId']], 'DeleteRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'DeleteSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id']], 'required' => ['SegmentId', 'ApplicationId']], 'DeleteSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'DeleteSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'DeleteSmsTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteSmsTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteUserEndpointsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'UserId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'user-id']], 'required' => ['ApplicationId', 'UserId']], 'DeleteUserEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointsResponse' => ['shape' => 'EndpointsResponse']], 'required' => ['EndpointsResponse'], 'payload' => 'EndpointsResponse'], 'DeleteVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'DeleteVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeliveryStatus' => ['type' => 'string', 'enum' => ['SUCCESSFUL', 'THROTTLED', 'TEMPORARY_FAILURE', 'PERMANENT_FAILURE', 'UNKNOWN_FAILURE', 'OPT_OUT', 'DUPLICATE']], 'DimensionType' => ['type' => 'string', 'enum' => ['INCLUSIVE', 'EXCLUSIVE']], 'DirectMessageConfiguration' => ['type' => 'structure', 'members' => ['ADMMessage' => ['shape' => 'ADMMessage'], 'APNSMessage' => ['shape' => 'APNSMessage'], 'BaiduMessage' => ['shape' => 'BaiduMessage'], 'DefaultMessage' => ['shape' => 'DefaultMessage'], 'DefaultPushNotificationMessage' => ['shape' => 'DefaultPushNotificationMessage'], 'EmailMessage' => ['shape' => 'EmailMessage'], 'GCMMessage' => ['shape' => 'GCMMessage'], 'SMSMessage' => ['shape' => 'SMSMessage'], 'VoiceMessage' => ['shape' => 'VoiceMessage']]], 'Duration' => ['type' => 'string', 'enum' => ['HR_24', 'DAY_7', 'DAY_14', 'DAY_30']], 'EmailChannelRequest' => ['type' => 'structure', 'members' => ['ConfigurationSet' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'FromAddress' => ['shape' => '__string'], 'Identity' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['FromAddress', 'Identity']], 'EmailChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'ConfigurationSet' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'FromAddress' => ['shape' => '__string'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'Identity' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'MessagesPerSecond' => ['shape' => '__integer'], 'Platform' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'EmailMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'FeedbackForwardingAddress' => ['shape' => '__string'], 'FromAddress' => ['shape' => '__string'], 'RawEmail' => ['shape' => 'RawEmail'], 'ReplyToAddresses' => ['shape' => 'ListOf__string'], 'SimpleEmail' => ['shape' => 'SimpleEmail'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'EmailMessageActivity' => ['type' => 'structure', 'members' => ['MessageConfig' => ['shape' => 'JourneyEmailMessage'], 'NextActivity' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateVersion' => ['shape' => '__string']]], 'EmailTemplateRequest' => ['type' => 'structure', 'members' => ['DefaultSubstitutions' => ['shape' => '__string'], 'HtmlPart' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'Subject' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TextPart' => ['shape' => '__string']]], 'EmailTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'HtmlPart' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'Subject' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'TextPart' => ['shape' => '__string'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'EndpointBatchItem' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointBatchRequest' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfEndpointBatchItem']], 'required' => ['Item']], 'EndpointDemographic' => ['type' => 'structure', 'members' => ['AppVersion' => ['shape' => '__string'], 'Locale' => ['shape' => '__string'], 'Make' => ['shape' => '__string'], 'Model' => ['shape' => '__string'], 'ModelVersion' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'PlatformVersion' => ['shape' => '__string'], 'Timezone' => ['shape' => '__string']]], 'EndpointItemResponse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer']]], 'EndpointLocation' => ['type' => 'structure', 'members' => ['City' => ['shape' => '__string'], 'Country' => ['shape' => '__string'], 'Latitude' => ['shape' => '__double'], 'Longitude' => ['shape' => '__double'], 'PostalCode' => ['shape' => '__string'], 'Region' => ['shape' => '__string']]], 'EndpointMessageResult' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'DeliveryStatus' => ['shape' => 'DeliveryStatus'], 'MessageId' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer'], 'StatusMessage' => ['shape' => '__string'], 'UpdatedToken' => ['shape' => '__string']], 'required' => ['DeliveryStatus', 'StatusCode']], 'EndpointRequest' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointResponse' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'ApplicationId' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'CohortId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointSendConfiguration' => ['type' => 'structure', 'members' => ['BodyOverride' => ['shape' => '__string'], 'Context' => ['shape' => 'MapOf__string'], 'RawContent' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TitleOverride' => ['shape' => '__string']]], 'EndpointUser' => ['type' => 'structure', 'members' => ['UserAttributes' => ['shape' => 'MapOfListOf__string'], 'UserId' => ['shape' => '__string']]], 'EndpointsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfEndpointResponse']], 'required' => ['Item']], 'Event' => ['type' => 'structure', 'members' => ['AppPackageName' => ['shape' => '__string'], 'AppTitle' => ['shape' => '__string'], 'AppVersionCode' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOf__string'], 'ClientSdkVersion' => ['shape' => '__string'], 'EventType' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__double'], 'SdkName' => ['shape' => '__string'], 'Session' => ['shape' => 'Session'], 'Timestamp' => ['shape' => '__string']], 'required' => ['EventType', 'Timestamp']], 'EventCondition' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'EventDimensions'], 'MessageActivity' => ['shape' => '__string']], 'required' => ['Dimensions']], 'EventDimensions' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOfAttributeDimension'], 'EventType' => ['shape' => 'SetDimension'], 'Metrics' => ['shape' => 'MapOfMetricDimension']]], 'EventItemResponse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer']]], 'EventStream' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'DestinationStreamArn' => ['shape' => '__string'], 'ExternalId' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'LastUpdatedBy' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['ApplicationId', 'RoleArn', 'DestinationStreamArn']], 'EventsBatch' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'PublicEndpoint'], 'Events' => ['shape' => 'MapOfEvent']], 'required' => ['Endpoint', 'Events']], 'EventsRequest' => ['type' => 'structure', 'members' => ['BatchItem' => ['shape' => 'MapOfEventsBatch']], 'required' => ['BatchItem']], 'EventsResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'MapOfItemResponse']]], 'ExportJobRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__string'], 'S3UrlPrefix' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer']], 'required' => ['S3UrlPrefix', 'RoleArn']], 'ExportJobResource' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__string'], 'S3UrlPrefix' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer']], 'required' => ['S3UrlPrefix', 'RoleArn']], 'ExportJobResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CompletedPieces' => ['shape' => '__integer'], 'CompletionDate' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Definition' => ['shape' => 'ExportJobResource'], 'FailedPieces' => ['shape' => '__integer'], 'Failures' => ['shape' => 'ListOf__string'], 'Id' => ['shape' => '__string'], 'JobStatus' => ['shape' => 'JobStatus'], 'TotalFailures' => ['shape' => '__integer'], 'TotalPieces' => ['shape' => '__integer'], 'TotalProcessed' => ['shape' => '__integer'], 'Type' => ['shape' => '__string']], 'required' => ['JobStatus', 'CreationDate', 'Type', 'Definition', 'Id', 'ApplicationId']], 'ExportJobsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfExportJobResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'FilterType' => ['type' => 'string', 'enum' => ['SYSTEM', 'ENDPOINT']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'Format' => ['type' => 'string', 'enum' => ['CSV', 'JSON']], 'Frequency' => ['type' => 'string', 'enum' => ['ONCE', 'HOURLY', 'DAILY', 'WEEKLY', 'MONTHLY', 'EVENT']], 'GCMChannelRequest' => ['type' => 'structure', 'members' => ['ApiKey' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean']], 'required' => ['ApiKey']], 'GCMChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Credential' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Credential', 'Platform']], 'GCMMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'CollapseKey' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'Priority' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'RestrictedPackageName' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'GPSCoordinates' => ['type' => 'structure', 'members' => ['Latitude' => ['shape' => '__double'], 'Longitude' => ['shape' => '__double']], 'required' => ['Latitude', 'Longitude']], 'GPSPointDimension' => ['type' => 'structure', 'members' => ['Coordinates' => ['shape' => 'GPSCoordinates'], 'RangeInKilometers' => ['shape' => '__double']], 'required' => ['Coordinates']], 'GetAdmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'GetApnsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'GetApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'GetApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'GetApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'GetAppRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'GetApplicationDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['ApplicationId', 'KpiName']], 'GetApplicationDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationDateRangeKpiResponse' => ['shape' => 'ApplicationDateRangeKpiResponse']], 'required' => ['ApplicationDateRangeKpiResponse'], 'payload' => 'ApplicationDateRangeKpiResponse'], 'GetApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApplicationSettingsResponse' => ['type' => 'structure', 'members' => ['ApplicationSettingsResource' => ['shape' => 'ApplicationSettingsResource']], 'required' => ['ApplicationSettingsResource'], 'payload' => 'ApplicationSettingsResource'], 'GetAppsRequest' => ['type' => 'structure', 'members' => ['PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']]], 'GetAppsResponse' => ['type' => 'structure', 'members' => ['ApplicationsResponse' => ['shape' => 'ApplicationsResponse']], 'required' => ['ApplicationsResponse'], 'payload' => 'ApplicationsResponse'], 'GetBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'GetCampaignActivitiesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId', 'CampaignId']], 'GetCampaignActivitiesResponse' => ['type' => 'structure', 'members' => ['ActivitiesResponse' => ['shape' => 'ActivitiesResponse']], 'required' => ['ActivitiesResponse'], 'payload' => 'ActivitiesResponse'], 'GetCampaignDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['ApplicationId', 'KpiName', 'CampaignId']], 'GetCampaignDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['CampaignDateRangeKpiResponse' => ['shape' => 'CampaignDateRangeKpiResponse']], 'required' => ['CampaignDateRangeKpiResponse'], 'payload' => 'CampaignDateRangeKpiResponse'], 'GetCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id']], 'required' => ['CampaignId', 'ApplicationId']], 'GetCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'GetCampaignVersionRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'Version' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'version']], 'required' => ['Version', 'ApplicationId', 'CampaignId']], 'GetCampaignVersionResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'GetCampaignVersionsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId', 'CampaignId']], 'GetCampaignVersionsResponse' => ['type' => 'structure', 'members' => ['CampaignsResponse' => ['shape' => 'CampaignsResponse']], 'required' => ['CampaignsResponse'], 'payload' => 'CampaignsResponse'], 'GetCampaignsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetCampaignsResponse' => ['type' => 'structure', 'members' => ['CampaignsResponse' => ['shape' => 'CampaignsResponse']], 'required' => ['CampaignsResponse'], 'payload' => 'CampaignsResponse'], 'GetChannelsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetChannelsResponse' => ['type' => 'structure', 'members' => ['ChannelsResponse' => ['shape' => 'ChannelsResponse']], 'required' => ['ChannelsResponse'], 'payload' => 'ChannelsResponse'], 'GetEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'GetEmailTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetEmailTemplateResponse' => ['type' => 'structure', 'members' => ['EmailTemplateResponse' => ['shape' => 'EmailTemplateResponse']], 'required' => ['EmailTemplateResponse'], 'payload' => 'EmailTemplateResponse'], 'GetEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id']], 'required' => ['ApplicationId', 'EndpointId']], 'GetEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointResponse' => ['shape' => 'EndpointResponse']], 'required' => ['EndpointResponse'], 'payload' => 'EndpointResponse'], 'GetEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'GetExportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'job-id']], 'required' => ['ApplicationId', 'JobId']], 'GetExportJobResponse' => ['type' => 'structure', 'members' => ['ExportJobResponse' => ['shape' => 'ExportJobResponse']], 'required' => ['ExportJobResponse'], 'payload' => 'ExportJobResponse'], 'GetExportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetExportJobsResponse' => ['type' => 'structure', 'members' => ['ExportJobsResponse' => ['shape' => 'ExportJobsResponse']], 'required' => ['ExportJobsResponse'], 'payload' => 'ExportJobsResponse'], 'GetGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'GetImportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'job-id']], 'required' => ['ApplicationId', 'JobId']], 'GetImportJobResponse' => ['type' => 'structure', 'members' => ['ImportJobResponse' => ['shape' => 'ImportJobResponse']], 'required' => ['ImportJobResponse'], 'payload' => 'ImportJobResponse'], 'GetImportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetImportJobsResponse' => ['type' => 'structure', 'members' => ['ImportJobsResponse' => ['shape' => 'ImportJobsResponse']], 'required' => ['ImportJobsResponse'], 'payload' => 'ImportJobsResponse'], 'GetJourneyDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['JourneyId', 'ApplicationId', 'KpiName']], 'GetJourneyDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['JourneyDateRangeKpiResponse' => ['shape' => 'JourneyDateRangeKpiResponse']], 'required' => ['JourneyDateRangeKpiResponse'], 'payload' => 'JourneyDateRangeKpiResponse'], 'GetJourneyExecutionActivityMetricsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyActivityId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-activity-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size']], 'required' => ['JourneyActivityId', 'ApplicationId', 'JourneyId']], 'GetJourneyExecutionActivityMetricsResponse' => ['type' => 'structure', 'members' => ['JourneyExecutionActivityMetricsResponse' => ['shape' => 'JourneyExecutionActivityMetricsResponse']], 'required' => ['JourneyExecutionActivityMetricsResponse'], 'payload' => 'JourneyExecutionActivityMetricsResponse'], 'GetJourneyExecutionMetricsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size']], 'required' => ['ApplicationId', 'JourneyId']], 'GetJourneyExecutionMetricsResponse' => ['type' => 'structure', 'members' => ['JourneyExecutionMetricsResponse' => ['shape' => 'JourneyExecutionMetricsResponse']], 'required' => ['JourneyExecutionMetricsResponse'], 'payload' => 'JourneyExecutionMetricsResponse'], 'GetJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id']], 'required' => ['JourneyId', 'ApplicationId']], 'GetJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'GetPushTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetPushTemplateResponse' => ['type' => 'structure', 'members' => ['PushNotificationTemplateResponse' => ['shape' => 'PushNotificationTemplateResponse']], 'required' => ['PushNotificationTemplateResponse'], 'payload' => 'PushNotificationTemplateResponse'], 'GetRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id']], 'required' => ['RecommenderId']], 'GetRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'GetRecommenderConfigurationsRequest' => ['type' => 'structure', 'members' => ['PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']]], 'GetRecommenderConfigurationsResponse' => ['type' => 'structure', 'members' => ['ListRecommenderConfigurationsResponse' => ['shape' => 'ListRecommenderConfigurationsResponse']], 'required' => ['ListRecommenderConfigurationsResponse'], 'payload' => 'ListRecommenderConfigurationsResponse'], 'GetSegmentExportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentExportJobsResponse' => ['type' => 'structure', 'members' => ['ExportJobsResponse' => ['shape' => 'ExportJobsResponse']], 'required' => ['ExportJobsResponse'], 'payload' => 'ExportJobsResponse'], 'GetSegmentImportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentImportJobsResponse' => ['type' => 'structure', 'members' => ['ImportJobsResponse' => ['shape' => 'ImportJobsResponse']], 'required' => ['ImportJobsResponse'], 'payload' => 'ImportJobsResponse'], 'GetSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'GetSegmentVersionRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Version' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'version']], 'required' => ['SegmentId', 'Version', 'ApplicationId']], 'GetSegmentVersionResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'GetSegmentVersionsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentVersionsResponse' => ['type' => 'structure', 'members' => ['SegmentsResponse' => ['shape' => 'SegmentsResponse']], 'required' => ['SegmentsResponse'], 'payload' => 'SegmentsResponse'], 'GetSegmentsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetSegmentsResponse' => ['type' => 'structure', 'members' => ['SegmentsResponse' => ['shape' => 'SegmentsResponse']], 'required' => ['SegmentsResponse'], 'payload' => 'SegmentsResponse'], 'GetSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'GetSmsTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetSmsTemplateResponse' => ['type' => 'structure', 'members' => ['SMSTemplateResponse' => ['shape' => 'SMSTemplateResponse']], 'required' => ['SMSTemplateResponse'], 'payload' => 'SMSTemplateResponse'], 'GetUserEndpointsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'UserId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'user-id']], 'required' => ['ApplicationId', 'UserId']], 'GetUserEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointsResponse' => ['shape' => 'EndpointsResponse']], 'required' => ['EndpointsResponse'], 'payload' => 'EndpointsResponse'], 'GetVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'GetVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['VoiceTemplateResponse' => ['shape' => 'VoiceTemplateResponse']], 'required' => ['VoiceTemplateResponse'], 'payload' => 'VoiceTemplateResponse'], 'HoldoutActivity' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'Percentage' => ['shape' => '__integer']], 'required' => ['Percentage']], 'ImportJobRequest' => ['type' => 'structure', 'members' => ['DefineSegment' => ['shape' => '__boolean'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RegisterEndpoints' => ['shape' => '__boolean'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentName' => ['shape' => '__string']], 'required' => ['Format', 'S3Url', 'RoleArn']], 'ImportJobResource' => ['type' => 'structure', 'members' => ['DefineSegment' => ['shape' => '__boolean'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RegisterEndpoints' => ['shape' => '__boolean'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentName' => ['shape' => '__string']], 'required' => ['Format', 'S3Url', 'RoleArn']], 'ImportJobResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CompletedPieces' => ['shape' => '__integer'], 'CompletionDate' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Definition' => ['shape' => 'ImportJobResource'], 'FailedPieces' => ['shape' => '__integer'], 'Failures' => ['shape' => 'ListOf__string'], 'Id' => ['shape' => '__string'], 'JobStatus' => ['shape' => 'JobStatus'], 'TotalFailures' => ['shape' => '__integer'], 'TotalPieces' => ['shape' => '__integer'], 'TotalProcessed' => ['shape' => '__integer'], 'Type' => ['shape' => '__string']], 'required' => ['JobStatus', 'CreationDate', 'Type', 'Definition', 'Id', 'ApplicationId']], 'ImportJobsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfImportJobResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'Include' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'ItemResponse' => ['type' => 'structure', 'members' => ['EndpointItemResponse' => ['shape' => 'EndpointItemResponse'], 'EventsItemResponse' => ['shape' => 'MapOfEventItemResponse']]], 'JobStatus' => ['type' => 'string', 'enum' => ['CREATED', 'PREPARING_FOR_INITIALIZATION', 'INITIALIZING', 'PROCESSING', 'PENDING_JOB', 'COMPLETING', 'COMPLETED', 'FAILING', 'FAILED']], 'JourneyDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'JourneyId' => ['shape' => '__string'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'JourneyId', 'EndTime', 'StartTime', 'ApplicationId']], 'JourneyEmailMessage' => ['type' => 'structure', 'members' => ['FromAddress' => ['shape' => '__string']]], 'JourneyExecutionActivityMetricsResponse' => ['type' => 'structure', 'members' => ['ActivityType' => ['shape' => '__string'], 'ApplicationId' => ['shape' => '__string'], 'JourneyActivityId' => ['shape' => '__string'], 'JourneyId' => ['shape' => '__string'], 'LastEvaluatedTime' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__string']], 'required' => ['Metrics', 'JourneyId', 'LastEvaluatedTime', 'JourneyActivityId', 'ActivityType', 'ApplicationId']], 'JourneyExecutionMetricsResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'JourneyId' => ['shape' => '__string'], 'LastEvaluatedTime' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__string']], 'required' => ['Metrics', 'JourneyId', 'LastEvaluatedTime', 'ApplicationId']], 'JourneyLimits' => ['type' => 'structure', 'members' => ['DailyCap' => ['shape' => '__integer'], 'EndpointReentryCap' => ['shape' => '__integer'], 'MessagesPerSecond' => ['shape' => '__integer']]], 'JourneyResponse' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'MapOfActivity'], 'ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'JourneyLimits'], 'LocalTime' => ['shape' => '__boolean'], 'Name' => ['shape' => '__string'], 'QuietTime' => ['shape' => 'QuietTime'], 'RefreshFrequency' => ['shape' => '__string'], 'Schedule' => ['shape' => 'JourneySchedule'], 'StartActivity' => ['shape' => '__string'], 'StartCondition' => ['shape' => 'StartCondition'], 'State' => ['shape' => 'State'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Name', 'Id', 'ApplicationId']], 'JourneySchedule' => ['type' => 'structure', 'members' => ['EndTime' => ['shape' => '__timestampIso8601'], 'StartTime' => ['shape' => '__timestampIso8601'], 'Timezone' => ['shape' => '__string']]], 'JourneyStateRequest' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'State']]], 'JourneysResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfJourneyResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ListJourneysRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'ListJourneysResponse' => ['type' => 'structure', 'members' => ['JourneysResponse' => ['shape' => 'JourneysResponse']], 'required' => ['JourneysResponse'], 'payload' => 'JourneysResponse'], 'ListRecommenderConfigurationsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfRecommenderConfigurationResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagsModel' => ['shape' => 'TagsModel']], 'required' => ['TagsModel'], 'payload' => 'TagsModel'], 'ListTemplateVersionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'TemplateType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-type']], 'required' => ['TemplateName', 'TemplateType']], 'ListTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['TemplateVersionsResponse' => ['shape' => 'TemplateVersionsResponse']], 'required' => ['TemplateVersionsResponse'], 'payload' => 'TemplateVersionsResponse'], 'ListTemplatesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Prefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'prefix'], 'TemplateType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'template-type']]], 'ListTemplatesResponse' => ['type' => 'structure', 'members' => ['TemplatesResponse' => ['shape' => 'TemplatesResponse']], 'required' => ['TemplatesResponse'], 'payload' => 'TemplatesResponse'], 'Message' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageSmallIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'JsonBody' => ['shape' => '__string'], 'MediaUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'MessageBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']]], 'MessageConfiguration' => ['type' => 'structure', 'members' => ['ADMMessage' => ['shape' => 'Message'], 'APNSMessage' => ['shape' => 'Message'], 'BaiduMessage' => ['shape' => 'Message'], 'DefaultMessage' => ['shape' => 'Message'], 'EmailMessage' => ['shape' => 'CampaignEmailMessage'], 'GCMMessage' => ['shape' => 'Message'], 'SMSMessage' => ['shape' => 'CampaignSmsMessage']]], 'MessageRequest' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'MapOfAddressConfiguration'], 'Context' => ['shape' => 'MapOf__string'], 'Endpoints' => ['shape' => 'MapOfEndpointSendConfiguration'], 'MessageConfiguration' => ['shape' => 'DirectMessageConfiguration'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TraceId' => ['shape' => '__string']], 'required' => ['MessageConfiguration']], 'MessageResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndpointResult' => ['shape' => 'MapOfEndpointMessageResult'], 'RequestId' => ['shape' => '__string'], 'Result' => ['shape' => 'MapOfMessageResult']], 'required' => ['ApplicationId']], 'MessageResult' => ['type' => 'structure', 'members' => ['DeliveryStatus' => ['shape' => 'DeliveryStatus'], 'MessageId' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer'], 'StatusMessage' => ['shape' => '__string'], 'UpdatedToken' => ['shape' => '__string']], 'required' => ['DeliveryStatus', 'StatusCode']], 'MessageType' => ['type' => 'string', 'enum' => ['TRANSACTIONAL', 'PROMOTIONAL']], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 405]], 'MetricDimension' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => '__string'], 'Value' => ['shape' => '__double']], 'required' => ['ComparisonOperator', 'Value']], 'Mode' => ['type' => 'string', 'enum' => ['DELIVERY', 'FILTER']], 'MultiConditionalBranch' => ['type' => 'structure', 'members' => ['Condition' => ['shape' => 'SimpleCondition'], 'NextActivity' => ['shape' => '__string']]], 'MultiConditionalSplitActivity' => ['type' => 'structure', 'members' => ['Branches' => ['shape' => 'ListOfMultiConditionalBranch'], 'DefaultActivity' => ['shape' => '__string'], 'EvaluationWaitTime' => ['shape' => 'WaitTime']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'NumberValidateRequest' => ['type' => 'structure', 'members' => ['IsoCountryCode' => ['shape' => '__string'], 'PhoneNumber' => ['shape' => '__string']]], 'NumberValidateResponse' => ['type' => 'structure', 'members' => ['Carrier' => ['shape' => '__string'], 'City' => ['shape' => '__string'], 'CleansedPhoneNumberE164' => ['shape' => '__string'], 'CleansedPhoneNumberNational' => ['shape' => '__string'], 'Country' => ['shape' => '__string'], 'CountryCodeIso2' => ['shape' => '__string'], 'CountryCodeNumeric' => ['shape' => '__string'], 'County' => ['shape' => '__string'], 'OriginalCountryCodeIso2' => ['shape' => '__string'], 'OriginalPhoneNumber' => ['shape' => '__string'], 'PhoneType' => ['shape' => '__string'], 'PhoneTypeCode' => ['shape' => '__integer'], 'Timezone' => ['shape' => '__string'], 'ZipCode' => ['shape' => '__string']]], 'Operator' => ['type' => 'string', 'enum' => ['ALL', 'ANY']], 'PayloadTooLargeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 413]], 'PhoneNumberValidateRequest' => ['type' => 'structure', 'members' => ['NumberValidateRequest' => ['shape' => 'NumberValidateRequest']], 'required' => ['NumberValidateRequest'], 'payload' => 'NumberValidateRequest'], 'PhoneNumberValidateResponse' => ['type' => 'structure', 'members' => ['NumberValidateResponse' => ['shape' => 'NumberValidateResponse']], 'required' => ['NumberValidateResponse'], 'payload' => 'NumberValidateResponse'], 'PublicEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'PushNotificationTemplateRequest' => ['type' => 'structure', 'members' => ['ADM' => ['shape' => 'AndroidPushNotificationTemplate'], 'APNS' => ['shape' => 'APNSPushNotificationTemplate'], 'Baidu' => ['shape' => 'AndroidPushNotificationTemplate'], 'Default' => ['shape' => 'DefaultPushNotificationTemplate'], 'DefaultSubstitutions' => ['shape' => '__string'], 'GCM' => ['shape' => 'AndroidPushNotificationTemplate'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string']]], 'PushNotificationTemplateResponse' => ['type' => 'structure', 'members' => ['ADM' => ['shape' => 'AndroidPushNotificationTemplate'], 'APNS' => ['shape' => 'APNSPushNotificationTemplate'], 'Arn' => ['shape' => '__string'], 'Baidu' => ['shape' => 'AndroidPushNotificationTemplate'], 'CreationDate' => ['shape' => '__string'], 'Default' => ['shape' => 'DefaultPushNotificationTemplate'], 'DefaultSubstitutions' => ['shape' => '__string'], 'GCM' => ['shape' => 'AndroidPushNotificationTemplate'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateType', 'TemplateName']], 'PutEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteEventStream' => ['shape' => 'WriteEventStream']], 'required' => ['ApplicationId', 'WriteEventStream'], 'payload' => 'WriteEventStream'], 'PutEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'PutEventsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EventsRequest' => ['shape' => 'EventsRequest']], 'required' => ['ApplicationId', 'EventsRequest'], 'payload' => 'EventsRequest'], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['EventsResponse' => ['shape' => 'EventsResponse']], 'required' => ['EventsResponse'], 'payload' => 'EventsResponse'], 'QuietTime' => ['type' => 'structure', 'members' => ['End' => ['shape' => '__string'], 'Start' => ['shape' => '__string']]], 'RandomSplitActivity' => ['type' => 'structure', 'members' => ['Branches' => ['shape' => 'ListOfRandomSplitEntry']]], 'RandomSplitEntry' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'Percentage' => ['shape' => '__integer']]], 'RawEmail' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__blob']]], '__blob' => ['type' => 'blob'], 'RecencyDimension' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => 'Duration'], 'RecencyType' => ['shape' => 'RecencyType']], 'required' => ['Duration', 'RecencyType']], 'RecencyType' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'RecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'CreationDate' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'LastModifiedDate', 'CreationDate', 'RecommendationProviderRoleArn', 'Id']], 'RemoveAttributesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'AttributeType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'attribute-type'], 'UpdateAttributesRequest' => ['shape' => 'UpdateAttributesRequest']], 'required' => ['AttributeType', 'ApplicationId', 'UpdateAttributesRequest'], 'payload' => 'UpdateAttributesRequest'], 'RemoveAttributesResponse' => ['type' => 'structure', 'members' => ['AttributesResource' => ['shape' => 'AttributesResource']], 'required' => ['AttributesResource'], 'payload' => 'AttributesResource'], 'ResultRow' => ['type' => 'structure', 'members' => ['GroupedBys' => ['shape' => 'ListOfResultRowValue'], 'Values' => ['shape' => 'ListOfResultRowValue']], 'required' => ['GroupedBys', 'Values']], 'ResultRowValue' => ['type' => 'structure', 'members' => ['Key' => ['shape' => '__string'], 'Type' => ['shape' => '__string'], 'Value' => ['shape' => '__string']], 'required' => ['Type', 'Value', 'Key']], 'SMSChannelRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean'], 'SenderId' => ['shape' => '__string'], 'ShortCode' => ['shape' => '__string']]], 'SMSChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'PromotionalMessagesPerSecond' => ['shape' => '__integer'], 'SenderId' => ['shape' => '__string'], 'ShortCode' => ['shape' => '__string'], 'TransactionalMessagesPerSecond' => ['shape' => '__integer'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'SMSMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'Keyword' => ['shape' => '__string'], 'MessageType' => ['shape' => 'MessageType'], 'OriginationNumber' => ['shape' => '__string'], 'SenderId' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'SMSTemplateRequest' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string']]], 'SMSTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Body' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'Schedule' => ['type' => 'structure', 'members' => ['EndTime' => ['shape' => '__string'], 'EventFilter' => ['shape' => 'CampaignEventFilter'], 'Frequency' => ['shape' => 'Frequency'], 'IsLocalTime' => ['shape' => '__boolean'], 'QuietTime' => ['shape' => 'QuietTime'], 'StartTime' => ['shape' => '__string'], 'Timezone' => ['shape' => '__string']], 'required' => ['StartTime']], 'SegmentBehaviors' => ['type' => 'structure', 'members' => ['Recency' => ['shape' => 'RecencyDimension']]], 'SegmentCondition' => ['type' => 'structure', 'members' => ['SegmentId' => ['shape' => '__string']], 'required' => ['SegmentId']], 'SegmentDemographics' => ['type' => 'structure', 'members' => ['AppVersion' => ['shape' => 'SetDimension'], 'Channel' => ['shape' => 'SetDimension'], 'DeviceType' => ['shape' => 'SetDimension'], 'Make' => ['shape' => 'SetDimension'], 'Model' => ['shape' => 'SetDimension'], 'Platform' => ['shape' => 'SetDimension']]], 'SegmentDimensions' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOfAttributeDimension'], 'Behavior' => ['shape' => 'SegmentBehaviors'], 'Demographic' => ['shape' => 'SegmentDemographics'], 'Location' => ['shape' => 'SegmentLocation'], 'Metrics' => ['shape' => 'MapOfMetricDimension'], 'UserAttributes' => ['shape' => 'MapOfAttributeDimension']]], 'SegmentGroup' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'ListOfSegmentDimensions'], 'SourceSegments' => ['shape' => 'ListOfSegmentReference'], 'SourceType' => ['shape' => 'SourceType'], 'Type' => ['shape' => 'Type']]], 'SegmentGroupList' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'ListOfSegmentGroup'], 'Include' => ['shape' => 'Include']]], 'SegmentImportResource' => ['type' => 'structure', 'members' => ['ChannelCounts' => ['shape' => 'MapOf__integer'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'Size' => ['shape' => '__integer']], 'required' => ['Format', 'S3Url', 'Size', 'ExternalId', 'RoleArn']], 'SegmentLocation' => ['type' => 'structure', 'members' => ['Country' => ['shape' => 'SetDimension'], 'GPSPoint' => ['shape' => 'GPSPointDimension']]], 'SegmentReference' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Id']], 'SegmentResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Dimensions' => ['shape' => 'SegmentDimensions'], 'Id' => ['shape' => '__string'], 'ImportDefinition' => ['shape' => 'SegmentImportResource'], 'LastModifiedDate' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'SegmentGroups' => ['shape' => 'SegmentGroupList'], 'SegmentType' => ['shape' => 'SegmentType'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'Version' => ['shape' => '__integer']], 'required' => ['SegmentType', 'CreationDate', 'Id', 'Arn', 'ApplicationId']], 'SegmentType' => ['type' => 'string', 'enum' => ['DIMENSIONAL', 'IMPORT']], 'SegmentsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfSegmentResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'SendMessagesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'MessageRequest' => ['shape' => 'MessageRequest']], 'required' => ['ApplicationId', 'MessageRequest'], 'payload' => 'MessageRequest'], 'SendMessagesResponse' => ['type' => 'structure', 'members' => ['MessageResponse' => ['shape' => 'MessageResponse']], 'required' => ['MessageResponse'], 'payload' => 'MessageResponse'], 'SendUsersMessageRequest' => ['type' => 'structure', 'members' => ['Context' => ['shape' => 'MapOf__string'], 'MessageConfiguration' => ['shape' => 'DirectMessageConfiguration'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TraceId' => ['shape' => '__string'], 'Users' => ['shape' => 'MapOfEndpointSendConfiguration']], 'required' => ['MessageConfiguration', 'Users']], 'SendUsersMessageResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'Result' => ['shape' => 'MapOfMapOfEndpointMessageResult']], 'required' => ['ApplicationId']], 'SendUsersMessagesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SendUsersMessageRequest' => ['shape' => 'SendUsersMessageRequest']], 'required' => ['ApplicationId', 'SendUsersMessageRequest'], 'payload' => 'SendUsersMessageRequest'], 'SendUsersMessagesResponse' => ['type' => 'structure', 'members' => ['SendUsersMessageResponse' => ['shape' => 'SendUsersMessageResponse']], 'required' => ['SendUsersMessageResponse'], 'payload' => 'SendUsersMessageResponse'], 'Session' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integer'], 'Id' => ['shape' => '__string'], 'StartTimestamp' => ['shape' => '__string'], 'StopTimestamp' => ['shape' => '__string']], 'required' => ['StartTimestamp', 'Id']], 'SetDimension' => ['type' => 'structure', 'members' => ['DimensionType' => ['shape' => 'DimensionType'], 'Values' => ['shape' => 'ListOf__string']], 'required' => ['Values']], 'SimpleCondition' => ['type' => 'structure', 'members' => ['EventCondition' => ['shape' => 'EventCondition'], 'SegmentCondition' => ['shape' => 'SegmentCondition'], 'SegmentDimensions' => ['shape' => 'SegmentDimensions', 'locationName' => 'segmentDimensions']]], 'SimpleEmail' => ['type' => 'structure', 'members' => ['HtmlPart' => ['shape' => 'SimpleEmailPart'], 'Subject' => ['shape' => 'SimpleEmailPart'], 'TextPart' => ['shape' => 'SimpleEmailPart']]], 'SimpleEmailPart' => ['type' => 'structure', 'members' => ['Charset' => ['shape' => '__string'], 'Data' => ['shape' => '__string']]], 'SourceType' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'StartCondition' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'SegmentStartCondition' => ['shape' => 'SegmentCondition']]], 'State' => ['type' => 'string', 'enum' => ['DRAFT', 'ACTIVE', 'COMPLETED', 'CANCELLED', 'CLOSED']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagsModel' => ['shape' => 'TagsModel']], 'required' => ['ResourceArn', 'TagsModel'], 'payload' => 'TagsModel'], 'TagsModel' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['tags']], 'Template' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string'], 'Version' => ['shape' => '__string']]], 'TemplateActiveVersionRequest' => ['type' => 'structure', 'members' => ['Version' => ['shape' => '__string']]], 'TemplateConfiguration' => ['type' => 'structure', 'members' => ['EmailTemplate' => ['shape' => 'Template'], 'PushTemplate' => ['shape' => 'Template'], 'SMSTemplate' => ['shape' => 'Template'], 'VoiceTemplate' => ['shape' => 'Template']]], 'TemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'TemplateType' => ['type' => 'string', 'enum' => ['EMAIL', 'SMS', 'VOICE', 'PUSH']], 'TemplateVersionResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => '__string'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'TemplateVersionsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfTemplateVersionResponse'], 'Message' => ['shape' => '__string'], 'NextToken' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'required' => ['Item']], 'TemplatesResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfTemplateResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TreatmentResource' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Schedule' => ['shape' => 'Schedule'], 'SizePercent' => ['shape' => '__integer'], 'State' => ['shape' => 'CampaignState'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']], 'required' => ['Id', 'SizePercent']], 'Type' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => 'ListOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateAdmChannelRequest' => ['type' => 'structure', 'members' => ['ADMChannelRequest' => ['shape' => 'ADMChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'ADMChannelRequest'], 'payload' => 'ADMChannelRequest'], 'UpdateAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'UpdateApnsChannelRequest' => ['type' => 'structure', 'members' => ['APNSChannelRequest' => ['shape' => 'APNSChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSChannelRequest'], 'payload' => 'APNSChannelRequest'], 'UpdateApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'UpdateApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['APNSSandboxChannelRequest' => ['shape' => 'APNSSandboxChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSSandboxChannelRequest'], 'payload' => 'APNSSandboxChannelRequest'], 'UpdateApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'UpdateApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['APNSVoipChannelRequest' => ['shape' => 'APNSVoipChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSVoipChannelRequest'], 'payload' => 'APNSVoipChannelRequest'], 'UpdateApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'UpdateApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelRequest' => ['shape' => 'APNSVoipSandboxChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSVoipSandboxChannelRequest'], 'payload' => 'APNSVoipSandboxChannelRequest'], 'UpdateApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'UpdateApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteApplicationSettingsRequest' => ['shape' => 'WriteApplicationSettingsRequest']], 'required' => ['ApplicationId', 'WriteApplicationSettingsRequest'], 'payload' => 'WriteApplicationSettingsRequest'], 'UpdateApplicationSettingsResponse' => ['type' => 'structure', 'members' => ['ApplicationSettingsResource' => ['shape' => 'ApplicationSettingsResource']], 'required' => ['ApplicationSettingsResource'], 'payload' => 'ApplicationSettingsResource'], 'UpdateAttributesRequest' => ['type' => 'structure', 'members' => ['Blacklist' => ['shape' => 'ListOf__string']]], 'UpdateBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'BaiduChannelRequest' => ['shape' => 'BaiduChannelRequest']], 'required' => ['ApplicationId', 'BaiduChannelRequest'], 'payload' => 'BaiduChannelRequest'], 'UpdateBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'UpdateCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'WriteCampaignRequest' => ['shape' => 'WriteCampaignRequest']], 'required' => ['CampaignId', 'ApplicationId', 'WriteCampaignRequest'], 'payload' => 'WriteCampaignRequest'], 'UpdateCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'UpdateEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EmailChannelRequest' => ['shape' => 'EmailChannelRequest']], 'required' => ['ApplicationId', 'EmailChannelRequest'], 'payload' => 'EmailChannelRequest'], 'UpdateEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'UpdateEmailTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'EmailTemplateRequest' => ['shape' => 'EmailTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'EmailTemplateRequest'], 'payload' => 'EmailTemplateRequest'], 'UpdateEmailTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id'], 'EndpointRequest' => ['shape' => 'EndpointRequest']], 'required' => ['ApplicationId', 'EndpointId', 'EndpointRequest'], 'payload' => 'EndpointRequest'], 'UpdateEndpointResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateEndpointsBatchRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointBatchRequest' => ['shape' => 'EndpointBatchRequest']], 'required' => ['ApplicationId', 'EndpointBatchRequest'], 'payload' => 'EndpointBatchRequest'], 'UpdateEndpointsBatchResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'GCMChannelRequest' => ['shape' => 'GCMChannelRequest']], 'required' => ['ApplicationId', 'GCMChannelRequest'], 'payload' => 'GCMChannelRequest'], 'UpdateGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'UpdateJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'WriteJourneyRequest' => ['shape' => 'WriteJourneyRequest']], 'required' => ['JourneyId', 'ApplicationId', 'WriteJourneyRequest'], 'payload' => 'WriteJourneyRequest'], 'UpdateJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'UpdateJourneyStateRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'JourneyStateRequest' => ['shape' => 'JourneyStateRequest']], 'required' => ['JourneyId', 'ApplicationId', 'JourneyStateRequest'], 'payload' => 'JourneyStateRequest'], 'UpdateJourneyStateResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'UpdatePushTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'PushNotificationTemplateRequest' => ['shape' => 'PushNotificationTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'PushNotificationTemplateRequest'], 'payload' => 'PushNotificationTemplateRequest'], 'UpdatePushTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateRecommenderConfiguration' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'Description' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'RecommendationProviderRoleArn']], 'UpdateRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id'], 'UpdateRecommenderConfiguration' => ['shape' => 'UpdateRecommenderConfiguration']], 'required' => ['RecommenderId', 'UpdateRecommenderConfiguration'], 'payload' => 'UpdateRecommenderConfiguration'], 'UpdateRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'UpdateSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'WriteSegmentRequest' => ['shape' => 'WriteSegmentRequest']], 'required' => ['SegmentId', 'ApplicationId', 'WriteSegmentRequest'], 'payload' => 'WriteSegmentRequest'], 'UpdateSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'UpdateSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SMSChannelRequest' => ['shape' => 'SMSChannelRequest']], 'required' => ['ApplicationId', 'SMSChannelRequest'], 'payload' => 'SMSChannelRequest'], 'UpdateSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'UpdateSmsTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'SMSTemplateRequest' => ['shape' => 'SMSTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'SMSTemplateRequest'], 'payload' => 'SMSTemplateRequest'], 'UpdateSmsTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateTemplateActiveVersionRequest' => ['type' => 'structure', 'members' => ['TemplateActiveVersionRequest' => ['shape' => 'TemplateActiveVersionRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'TemplateType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-type']], 'required' => ['TemplateName', 'TemplateType', 'TemplateActiveVersionRequest'], 'payload' => 'TemplateActiveVersionRequest'], 'UpdateTemplateActiveVersionResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'VoiceChannelRequest' => ['shape' => 'VoiceChannelRequest']], 'required' => ['ApplicationId', 'VoiceChannelRequest'], 'payload' => 'VoiceChannelRequest'], 'UpdateVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'UpdateVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version'], 'VoiceTemplateRequest' => ['shape' => 'VoiceTemplateRequest']], 'required' => ['TemplateName', 'VoiceTemplateRequest'], 'payload' => 'VoiceTemplateRequest'], 'UpdateVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'VoiceChannelRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean']]], 'VoiceChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'VoiceMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'OriginationNumber' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'VoiceId' => ['shape' => '__string']]], 'VoiceTemplateRequest' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'VoiceId' => ['shape' => '__string']]], 'VoiceTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Body' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string'], 'VoiceId' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'WaitActivity' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'WaitTime' => ['shape' => 'WaitTime']]], 'WaitTime' => ['type' => 'structure', 'members' => ['WaitFor' => ['shape' => '__string'], 'WaitUntil' => ['shape' => '__string']]], 'WriteApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['CampaignHook' => ['shape' => 'CampaignHook'], 'CloudWatchMetricsEnabled' => ['shape' => '__boolean'], 'Limits' => ['shape' => 'CampaignLimits'], 'QuietTime' => ['shape' => 'QuietTime']]], 'WriteCampaignRequest' => ['type' => 'structure', 'members' => ['AdditionalTreatments' => ['shape' => 'ListOfWriteTreatmentResource'], 'Description' => ['shape' => '__string'], 'HoldoutPercent' => ['shape' => '__integer'], 'Hook' => ['shape' => 'CampaignHook'], 'IsPaused' => ['shape' => '__boolean'], 'Limits' => ['shape' => 'CampaignLimits'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Name' => ['shape' => '__string'], 'Schedule' => ['shape' => 'Schedule'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']]], 'WriteEventStream' => ['type' => 'structure', 'members' => ['DestinationStreamArn' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['RoleArn', 'DestinationStreamArn']], 'WriteJourneyRequest' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'MapOfActivity'], 'CreationDate' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'JourneyLimits'], 'LocalTime' => ['shape' => '__boolean'], 'Name' => ['shape' => '__string'], 'QuietTime' => ['shape' => 'QuietTime'], 'RefreshFrequency' => ['shape' => '__string'], 'Schedule' => ['shape' => 'JourneySchedule'], 'StartActivity' => ['shape' => '__string'], 'StartCondition' => ['shape' => 'StartCondition'], 'State' => ['shape' => 'State']], 'required' => ['Name']], 'WriteSegmentRequest' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'SegmentDimensions'], 'Name' => ['shape' => '__string'], 'SegmentGroups' => ['shape' => 'SegmentGroupList'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']]], 'WriteTreatmentResource' => ['type' => 'structure', 'members' => ['MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Schedule' => ['shape' => 'Schedule'], 'SizePercent' => ['shape' => '__integer'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']], 'required' => ['SizePercent']], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], 'ListOfActivityResponse' => ['type' => 'list', 'member' => ['shape' => 'ActivityResponse']], 'ListOfApplicationResponse' => ['type' => 'list', 'member' => ['shape' => 'ApplicationResponse']], 'ListOfCampaignResponse' => ['type' => 'list', 'member' => ['shape' => 'CampaignResponse']], 'ListOfEndpointBatchItem' => ['type' => 'list', 'member' => ['shape' => 'EndpointBatchItem']], 'ListOfEndpointResponse' => ['type' => 'list', 'member' => ['shape' => 'EndpointResponse']], 'ListOfExportJobResponse' => ['type' => 'list', 'member' => ['shape' => 'ExportJobResponse']], 'ListOfImportJobResponse' => ['type' => 'list', 'member' => ['shape' => 'ImportJobResponse']], 'ListOfJourneyResponse' => ['type' => 'list', 'member' => ['shape' => 'JourneyResponse']], 'ListOfMultiConditionalBranch' => ['type' => 'list', 'member' => ['shape' => 'MultiConditionalBranch']], 'ListOfRandomSplitEntry' => ['type' => 'list', 'member' => ['shape' => 'RandomSplitEntry']], 'ListOfRecommenderConfigurationResponse' => ['type' => 'list', 'member' => ['shape' => 'RecommenderConfigurationResponse']], 'ListOfResultRow' => ['type' => 'list', 'member' => ['shape' => 'ResultRow']], 'ListOfResultRowValue' => ['type' => 'list', 'member' => ['shape' => 'ResultRowValue']], 'ListOfSegmentDimensions' => ['type' => 'list', 'member' => ['shape' => 'SegmentDimensions']], 'ListOfSegmentGroup' => ['type' => 'list', 'member' => ['shape' => 'SegmentGroup']], 'ListOfSegmentReference' => ['type' => 'list', 'member' => ['shape' => 'SegmentReference']], 'ListOfSegmentResponse' => ['type' => 'list', 'member' => ['shape' => 'SegmentResponse']], 'ListOfSimpleCondition' => ['type' => 'list', 'member' => ['shape' => 'SimpleCondition']], 'ListOfTemplateResponse' => ['type' => 'list', 'member' => ['shape' => 'TemplateResponse']], 'ListOfTemplateVersionResponse' => ['type' => 'list', 'member' => ['shape' => 'TemplateVersionResponse']], 'ListOfTreatmentResource' => ['type' => 'list', 'member' => ['shape' => 'TreatmentResource']], 'ListOfWriteTreatmentResource' => ['type' => 'list', 'member' => ['shape' => 'WriteTreatmentResource']], 'ListOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], 'MapOfActivity' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'Activity']], 'MapOfAddressConfiguration' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AddressConfiguration']], 'MapOfAttributeDimension' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AttributeDimension']], 'MapOfChannelResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ChannelResponse']], 'MapOfEndpointMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EndpointMessageResult']], 'MapOfEndpointSendConfiguration' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EndpointSendConfiguration']], 'MapOfEvent' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'Event']], 'MapOfEventItemResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EventItemResponse']], 'MapOfEventsBatch' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EventsBatch']], 'MapOfItemResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ItemResponse']], 'MapOfMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MessageResult']], 'MapOfMetricDimension' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MetricDimension']], 'MapOf__double' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__double']], 'MapOf__integer' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__integer']], 'MapOfListOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ListOf__string']], 'MapOfMapOfEndpointMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MapOfEndpointMessageResult']], 'MapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; +return ['metadata' => ['apiVersion' => '2016-12-01', 'endpointPrefix' => 'pinpoint', 'signingName' => 'mobiletargeting', 'serviceFullName' => 'Amazon Pinpoint', 'serviceId' => 'Pinpoint', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'pinpoint-2016-12-01', 'signatureVersion' => 'v4'], 'operations' => ['CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps', 'responseCode' => 201], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateCampaign' => ['name' => 'CreateCampaign', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/campaigns', 'responseCode' => 201], 'input' => ['shape' => 'CreateCampaignRequest'], 'output' => ['shape' => 'CreateCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateEmailTemplate' => ['name' => 'CreateEmailTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 201], 'input' => ['shape' => 'CreateEmailTemplateRequest'], 'output' => ['shape' => 'CreateEmailTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateExportJob' => ['name' => 'CreateExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/jobs/export', 'responseCode' => 202], 'input' => ['shape' => 'CreateExportJobRequest'], 'output' => ['shape' => 'CreateExportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateImportJob' => ['name' => 'CreateImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/jobs/import', 'responseCode' => 201], 'input' => ['shape' => 'CreateImportJobRequest'], 'output' => ['shape' => 'CreateImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateJourney' => ['name' => 'CreateJourney', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/journeys', 'responseCode' => 201], 'input' => ['shape' => 'CreateJourneyRequest'], 'output' => ['shape' => 'CreateJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreatePushTemplate' => ['name' => 'CreatePushTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 201], 'input' => ['shape' => 'CreatePushTemplateRequest'], 'output' => ['shape' => 'CreatePushTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateRecommenderConfiguration' => ['name' => 'CreateRecommenderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/v1/recommenders', 'responseCode' => 201], 'input' => ['shape' => 'CreateRecommenderConfigurationRequest'], 'output' => ['shape' => 'CreateRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateSegment' => ['name' => 'CreateSegment', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/segments', 'responseCode' => 201], 'input' => ['shape' => 'CreateSegmentRequest'], 'output' => ['shape' => 'CreateSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'CreateSmsTemplate' => ['name' => 'CreateSmsTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 201], 'input' => ['shape' => 'CreateSmsTemplateRequest'], 'output' => ['shape' => 'CreateSmsTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'CreateVoiceTemplate' => ['name' => 'CreateVoiceTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 201], 'input' => ['shape' => 'CreateVoiceTemplateRequest'], 'output' => ['shape' => 'CreateVoiceTemplateResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteAdmChannel' => ['name' => 'DeleteAdmChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAdmChannelRequest'], 'output' => ['shape' => 'DeleteAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsChannel' => ['name' => 'DeleteApnsChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsChannelRequest'], 'output' => ['shape' => 'DeleteApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsSandboxChannel' => ['name' => 'DeleteApnsSandboxChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsSandboxChannelRequest'], 'output' => ['shape' => 'DeleteApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsVoipChannel' => ['name' => 'DeleteApnsVoipChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsVoipChannelRequest'], 'output' => ['shape' => 'DeleteApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApnsVoipSandboxChannel' => ['name' => 'DeleteApnsVoipSandboxChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'DeleteApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'DeleteApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteAppRequest'], 'output' => ['shape' => 'DeleteAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteBaiduChannel' => ['name' => 'DeleteBaiduChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'DeleteBaiduChannelRequest'], 'output' => ['shape' => 'DeleteBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteCampaign' => ['name' => 'DeleteCampaign', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteCampaignRequest'], 'output' => ['shape' => 'DeleteCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEmailChannel' => ['name' => 'DeleteEmailChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'DeleteEmailChannelRequest'], 'output' => ['shape' => 'DeleteEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEmailTemplate' => ['name' => 'DeleteEmailTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEmailTemplateRequest'], 'output' => ['shape' => 'DeleteEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteEndpointRequest'], 'output' => ['shape' => 'DeleteEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteEventStream' => ['name' => 'DeleteEventStream', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'DeleteEventStreamRequest'], 'output' => ['shape' => 'DeleteEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteGcmChannel' => ['name' => 'DeleteGcmChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'DeleteGcmChannelRequest'], 'output' => ['shape' => 'DeleteGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteJourney' => ['name' => 'DeleteJourney', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteJourneyRequest'], 'output' => ['shape' => 'DeleteJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeletePushTemplate' => ['name' => 'DeletePushTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 202], 'input' => ['shape' => 'DeletePushTemplateRequest'], 'output' => ['shape' => 'DeletePushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteRecommenderConfiguration' => ['name' => 'DeleteRecommenderConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteRecommenderConfigurationRequest'], 'output' => ['shape' => 'DeleteRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSegment' => ['name' => 'DeleteSegment', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteSegmentRequest'], 'output' => ['shape' => 'DeleteSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSmsChannel' => ['name' => 'DeleteSmsChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'DeleteSmsChannelRequest'], 'output' => ['shape' => 'DeleteSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteSmsTemplate' => ['name' => 'DeleteSmsTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 202], 'input' => ['shape' => 'DeleteSmsTemplateRequest'], 'output' => ['shape' => 'DeleteSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteUserEndpoints' => ['name' => 'DeleteUserEndpoints', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/users/{user-id}', 'responseCode' => 202], 'input' => ['shape' => 'DeleteUserEndpointsRequest'], 'output' => ['shape' => 'DeleteUserEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVoiceChannel' => ['name' => 'DeleteVoiceChannel', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'DeleteVoiceChannelRequest'], 'output' => ['shape' => 'DeleteVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'DeleteVoiceTemplate' => ['name' => 'DeleteVoiceTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 202], 'input' => ['shape' => 'DeleteVoiceTemplateRequest'], 'output' => ['shape' => 'DeleteVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetAdmChannel' => ['name' => 'GetAdmChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'GetAdmChannelRequest'], 'output' => ['shape' => 'GetAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsChannel' => ['name' => 'GetApnsChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsChannelRequest'], 'output' => ['shape' => 'GetApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsSandboxChannel' => ['name' => 'GetApnsSandboxChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsSandboxChannelRequest'], 'output' => ['shape' => 'GetApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsVoipChannel' => ['name' => 'GetApnsVoipChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsVoipChannelRequest'], 'output' => ['shape' => 'GetApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApnsVoipSandboxChannel' => ['name' => 'GetApnsVoipSandboxChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'GetApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'GetApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApp' => ['name' => 'GetApp', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetAppRequest'], 'output' => ['shape' => 'GetAppResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApplicationDateRangeKpi' => ['name' => 'GetApplicationDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationDateRangeKpiRequest'], 'output' => ['shape' => 'GetApplicationDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApplicationSettings' => ['name' => 'GetApplicationSettings', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/settings', 'responseCode' => 200], 'input' => ['shape' => 'GetApplicationSettingsRequest'], 'output' => ['shape' => 'GetApplicationSettingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetApps' => ['name' => 'GetApps', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps', 'responseCode' => 200], 'input' => ['shape' => 'GetAppsRequest'], 'output' => ['shape' => 'GetAppsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetBaiduChannel' => ['name' => 'GetBaiduChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'GetBaiduChannelRequest'], 'output' => ['shape' => 'GetBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaign' => ['name' => 'GetCampaign', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignRequest'], 'output' => ['shape' => 'GetCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignActivities' => ['name' => 'GetCampaignActivities', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/activities', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignActivitiesRequest'], 'output' => ['shape' => 'GetCampaignActivitiesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignDateRangeKpi' => ['name' => 'GetCampaignDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignDateRangeKpiRequest'], 'output' => ['shape' => 'GetCampaignDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignVersion' => ['name' => 'GetCampaignVersion', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignVersionRequest'], 'output' => ['shape' => 'GetCampaignVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaignVersions' => ['name' => 'GetCampaignVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}/versions', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignVersionsRequest'], 'output' => ['shape' => 'GetCampaignVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetCampaigns' => ['name' => 'GetCampaigns', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/campaigns', 'responseCode' => 200], 'input' => ['shape' => 'GetCampaignsRequest'], 'output' => ['shape' => 'GetCampaignsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetChannels' => ['name' => 'GetChannels', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels', 'responseCode' => 200], 'input' => ['shape' => 'GetChannelsRequest'], 'output' => ['shape' => 'GetChannelsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEmailChannel' => ['name' => 'GetEmailChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'GetEmailChannelRequest'], 'output' => ['shape' => 'GetEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEmailTemplate' => ['name' => 'GetEmailTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 200], 'input' => ['shape' => 'GetEmailTemplateRequest'], 'output' => ['shape' => 'GetEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEndpoint' => ['name' => 'GetEndpoint', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetEndpointRequest'], 'output' => ['shape' => 'GetEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetEventStream' => ['name' => 'GetEventStream', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'GetEventStreamRequest'], 'output' => ['shape' => 'GetEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetExportJob' => ['name' => 'GetExportJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/export/{job-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetExportJobRequest'], 'output' => ['shape' => 'GetExportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetExportJobs' => ['name' => 'GetExportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/export', 'responseCode' => 200], 'input' => ['shape' => 'GetExportJobsRequest'], 'output' => ['shape' => 'GetExportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetGcmChannel' => ['name' => 'GetGcmChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'GetGcmChannelRequest'], 'output' => ['shape' => 'GetGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetImportJob' => ['name' => 'GetImportJob', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/import/{job-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetImportJobRequest'], 'output' => ['shape' => 'GetImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetImportJobs' => ['name' => 'GetImportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/jobs/import', 'responseCode' => 200], 'input' => ['shape' => 'GetImportJobsRequest'], 'output' => ['shape' => 'GetImportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourney' => ['name' => 'GetJourney', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyRequest'], 'output' => ['shape' => 'GetJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyDateRangeKpi' => ['name' => 'GetJourneyDateRangeKpi', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/kpis/daterange/{kpi-name}', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyDateRangeKpiRequest'], 'output' => ['shape' => 'GetJourneyDateRangeKpiResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyExecutionActivityMetrics' => ['name' => 'GetJourneyExecutionActivityMetrics', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/activities/{journey-activity-id}/execution-metrics', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyExecutionActivityMetricsRequest'], 'output' => ['shape' => 'GetJourneyExecutionActivityMetricsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetJourneyExecutionMetrics' => ['name' => 'GetJourneyExecutionMetrics', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/execution-metrics', 'responseCode' => 200], 'input' => ['shape' => 'GetJourneyExecutionMetricsRequest'], 'output' => ['shape' => 'GetJourneyExecutionMetricsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetPushTemplate' => ['name' => 'GetPushTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 200], 'input' => ['shape' => 'GetPushTemplateRequest'], 'output' => ['shape' => 'GetPushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetRecommenderConfiguration' => ['name' => 'GetRecommenderConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetRecommenderConfigurationRequest'], 'output' => ['shape' => 'GetRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetRecommenderConfigurations' => ['name' => 'GetRecommenderConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/v1/recommenders', 'responseCode' => 200], 'input' => ['shape' => 'GetRecommenderConfigurationsRequest'], 'output' => ['shape' => 'GetRecommenderConfigurationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegment' => ['name' => 'GetSegment', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentRequest'], 'output' => ['shape' => 'GetSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentExportJobs' => ['name' => 'GetSegmentExportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/jobs/export', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentExportJobsRequest'], 'output' => ['shape' => 'GetSegmentExportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentImportJobs' => ['name' => 'GetSegmentImportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/jobs/import', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentImportJobsRequest'], 'output' => ['shape' => 'GetSegmentImportJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentVersion' => ['name' => 'GetSegmentVersion', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/versions/{version}', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentVersionRequest'], 'output' => ['shape' => 'GetSegmentVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegmentVersions' => ['name' => 'GetSegmentVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}/versions', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentVersionsRequest'], 'output' => ['shape' => 'GetSegmentVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSegments' => ['name' => 'GetSegments', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/segments', 'responseCode' => 200], 'input' => ['shape' => 'GetSegmentsRequest'], 'output' => ['shape' => 'GetSegmentsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSmsChannel' => ['name' => 'GetSmsChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'GetSmsChannelRequest'], 'output' => ['shape' => 'GetSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetSmsTemplate' => ['name' => 'GetSmsTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 200], 'input' => ['shape' => 'GetSmsTemplateRequest'], 'output' => ['shape' => 'GetSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetUserEndpoints' => ['name' => 'GetUserEndpoints', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/users/{user-id}', 'responseCode' => 200], 'input' => ['shape' => 'GetUserEndpointsRequest'], 'output' => ['shape' => 'GetUserEndpointsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetVoiceChannel' => ['name' => 'GetVoiceChannel', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceChannelRequest'], 'output' => ['shape' => 'GetVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'GetVoiceTemplate' => ['name' => 'GetVoiceTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 200], 'input' => ['shape' => 'GetVoiceTemplateRequest'], 'output' => ['shape' => 'GetVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListJourneys' => ['name' => 'ListJourneys', 'http' => ['method' => 'GET', 'requestUri' => '/v1/apps/{application-id}/journeys', 'responseCode' => 200], 'input' => ['shape' => 'ListJourneysRequest'], 'output' => ['shape' => 'ListJourneysResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => []], 'ListTemplateVersions' => ['name' => 'ListTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates/{template-name}/{template-type}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListTemplateVersionsRequest'], 'output' => ['shape' => 'ListTemplateVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'ListTemplates' => ['name' => 'ListTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/v1/templates', 'responseCode' => 200], 'input' => ['shape' => 'ListTemplatesRequest'], 'output' => ['shape' => 'ListTemplatesResponse'], 'errors' => [['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'PhoneNumberValidate' => ['name' => 'PhoneNumberValidate', 'http' => ['method' => 'POST', 'requestUri' => '/v1/phone/number/validate', 'responseCode' => 200], 'input' => ['shape' => 'PhoneNumberValidateRequest'], 'output' => ['shape' => 'PhoneNumberValidateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'PutEventStream' => ['name' => 'PutEventStream', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/eventstream', 'responseCode' => 200], 'input' => ['shape' => 'PutEventStreamRequest'], 'output' => ['shape' => 'PutEventStreamResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'PutEvents' => ['name' => 'PutEvents', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/events', 'responseCode' => 202], 'input' => ['shape' => 'PutEventsRequest'], 'output' => ['shape' => 'PutEventsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'RemoveAttributes' => ['name' => 'RemoveAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/attributes/{attribute-type}', 'responseCode' => 200], 'input' => ['shape' => 'RemoveAttributesRequest'], 'output' => ['shape' => 'RemoveAttributesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'SendMessages' => ['name' => 'SendMessages', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/messages', 'responseCode' => 200], 'input' => ['shape' => 'SendMessagesRequest'], 'output' => ['shape' => 'SendMessagesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'SendUsersMessages' => ['name' => 'SendUsersMessages', 'http' => ['method' => 'POST', 'requestUri' => '/v1/apps/{application-id}/users-messages', 'responseCode' => 200], 'input' => ['shape' => 'SendUsersMessagesRequest'], 'output' => ['shape' => 'SendUsersMessagesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => []], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => []], 'UpdateAdmChannel' => ['name' => 'UpdateAdmChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/adm', 'responseCode' => 200], 'input' => ['shape' => 'UpdateAdmChannelRequest'], 'output' => ['shape' => 'UpdateAdmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsChannel' => ['name' => 'UpdateApnsChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsChannelRequest'], 'output' => ['shape' => 'UpdateApnsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsSandboxChannel' => ['name' => 'UpdateApnsSandboxChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsSandboxChannelRequest'], 'output' => ['shape' => 'UpdateApnsSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsVoipChannel' => ['name' => 'UpdateApnsVoipChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsVoipChannelRequest'], 'output' => ['shape' => 'UpdateApnsVoipChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApnsVoipSandboxChannel' => ['name' => 'UpdateApnsVoipSandboxChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/apns_voip_sandbox', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApnsVoipSandboxChannelRequest'], 'output' => ['shape' => 'UpdateApnsVoipSandboxChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateApplicationSettings' => ['name' => 'UpdateApplicationSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/settings', 'responseCode' => 200], 'input' => ['shape' => 'UpdateApplicationSettingsRequest'], 'output' => ['shape' => 'UpdateApplicationSettingsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateBaiduChannel' => ['name' => 'UpdateBaiduChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/baidu', 'responseCode' => 200], 'input' => ['shape' => 'UpdateBaiduChannelRequest'], 'output' => ['shape' => 'UpdateBaiduChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateCampaign' => ['name' => 'UpdateCampaign', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/campaigns/{campaign-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateCampaignRequest'], 'output' => ['shape' => 'UpdateCampaignResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEmailChannel' => ['name' => 'UpdateEmailChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/email', 'responseCode' => 200], 'input' => ['shape' => 'UpdateEmailChannelRequest'], 'output' => ['shape' => 'UpdateEmailChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEmailTemplate' => ['name' => 'UpdateEmailTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/email', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEmailTemplateRequest'], 'output' => ['shape' => 'UpdateEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/endpoints/{endpoint-id}', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEndpointRequest'], 'output' => ['shape' => 'UpdateEndpointResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEndpointsBatch' => ['name' => 'UpdateEndpointsBatch', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/endpoints', 'responseCode' => 202], 'input' => ['shape' => 'UpdateEndpointsBatchRequest'], 'output' => ['shape' => 'UpdateEndpointsBatchResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateGcmChannel' => ['name' => 'UpdateGcmChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/gcm', 'responseCode' => 200], 'input' => ['shape' => 'UpdateGcmChannelRequest'], 'output' => ['shape' => 'UpdateGcmChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateJourney' => ['name' => 'UpdateJourney', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJourneyRequest'], 'output' => ['shape' => 'UpdateJourneyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateJourneyState' => ['name' => 'UpdateJourneyState', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/journeys/{journey-id}/state', 'responseCode' => 200], 'input' => ['shape' => 'UpdateJourneyStateRequest'], 'output' => ['shape' => 'UpdateJourneyStateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdatePushTemplate' => ['name' => 'UpdatePushTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/push', 'responseCode' => 202], 'input' => ['shape' => 'UpdatePushTemplateRequest'], 'output' => ['shape' => 'UpdatePushTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateRecommenderConfiguration' => ['name' => 'UpdateRecommenderConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/recommenders/{recommender-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRecommenderConfigurationRequest'], 'output' => ['shape' => 'UpdateRecommenderConfigurationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSegment' => ['name' => 'UpdateSegment', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/segments/{segment-id}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSegmentRequest'], 'output' => ['shape' => 'UpdateSegmentResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSmsChannel' => ['name' => 'UpdateSmsChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/sms', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSmsChannelRequest'], 'output' => ['shape' => 'UpdateSmsChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateSmsTemplate' => ['name' => 'UpdateSmsTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/sms', 'responseCode' => 202], 'input' => ['shape' => 'UpdateSmsTemplateRequest'], 'output' => ['shape' => 'UpdateSmsTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateTemplateActiveVersion' => ['name' => 'UpdateTemplateActiveVersion', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/{template-type}/active-version', 'responseCode' => 200], 'input' => ['shape' => 'UpdateTemplateActiveVersionRequest'], 'output' => ['shape' => 'UpdateTemplateActiveVersionResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateVoiceChannel' => ['name' => 'UpdateVoiceChannel', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/apps/{application-id}/channels/voice', 'responseCode' => 200], 'input' => ['shape' => 'UpdateVoiceChannelRequest'], 'output' => ['shape' => 'UpdateVoiceChannelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]], 'UpdateVoiceTemplate' => ['name' => 'UpdateVoiceTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/templates/{template-name}/voice', 'responseCode' => 202], 'input' => ['shape' => 'UpdateVoiceTemplateRequest'], 'output' => ['shape' => 'UpdateVoiceTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'PayloadTooLargeException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['ADMChannelRequest' => ['type' => 'structure', 'members' => ['ClientId' => ['shape' => '__string'], 'ClientSecret' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean']], 'required' => ['ClientSecret', 'ClientId']], 'ADMChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'ADMMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ConsolidationKey' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'ExpiresAfter' => ['shape' => '__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'MD5' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSMessage' => ['type' => 'structure', 'members' => ['APNSPushType' => ['shape' => '__string'], 'Action' => ['shape' => 'Action'], 'Badge' => ['shape' => '__integer'], 'Body' => ['shape' => '__string'], 'Category' => ['shape' => '__string'], 'CollapseId' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'MediaUrl' => ['shape' => '__string'], 'PreferredAuthenticationMethod' => ['shape' => '__string'], 'Priority' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'ThreadId' => ['shape' => '__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'MediaUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'APNSSandboxChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSSandboxChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSVoipChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSVoipChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'APNSVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => '__string'], 'Certificate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'PrivateKey' => ['shape' => '__string'], 'TeamId' => ['shape' => '__string'], 'TokenKey' => ['shape' => '__string'], 'TokenKeyId' => ['shape' => '__string']]], 'APNSVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultAuthenticationMethod' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'HasTokenKey' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'Action' => ['type' => 'string', 'enum' => ['OPEN_APP', 'DEEP_LINK', 'URL']], 'ActivitiesResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfActivityResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'Activity' => ['type' => 'structure', 'members' => ['CUSTOM' => ['shape' => 'CustomMessageActivity'], 'ConditionalSplit' => ['shape' => 'ConditionalSplitActivity'], 'Description' => ['shape' => '__string'], 'EMAIL' => ['shape' => 'EmailMessageActivity'], 'Holdout' => ['shape' => 'HoldoutActivity'], 'MultiCondition' => ['shape' => 'MultiConditionalSplitActivity'], 'PUSH' => ['shape' => 'PushMessageActivity'], 'RandomSplit' => ['shape' => 'RandomSplitActivity'], 'SMS' => ['shape' => 'SMSMessageActivity'], 'Wait' => ['shape' => 'WaitActivity']]], 'ActivityResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignId' => ['shape' => '__string'], 'End' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Result' => ['shape' => '__string'], 'ScheduledStart' => ['shape' => '__string'], 'Start' => ['shape' => '__string'], 'State' => ['shape' => '__string'], 'SuccessfulEndpointCount' => ['shape' => '__integer'], 'TimezonesCompletedCount' => ['shape' => '__integer'], 'TimezonesTotalCount' => ['shape' => '__integer'], 'TotalEndpointCount' => ['shape' => '__integer'], 'TreatmentId' => ['shape' => '__string']], 'required' => ['CampaignId', 'Id', 'ApplicationId']], 'AddressConfiguration' => ['type' => 'structure', 'members' => ['BodyOverride' => ['shape' => '__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Context' => ['shape' => 'MapOf__string'], 'RawContent' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TitleOverride' => ['shape' => '__string']]], 'AndroidPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'ApplicationDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'EndTime', 'StartTime', 'ApplicationId']], 'ApplicationResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Id', 'Arn', 'Name']], 'ApplicationSettingsResource' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignHook' => ['shape' => 'CampaignHook'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'CampaignLimits'], 'QuietTime' => ['shape' => 'QuietTime']], 'required' => ['ApplicationId']], 'ApplicationsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfApplicationResponse'], 'NextToken' => ['shape' => '__string']]], 'AttributeDimension' => ['type' => 'structure', 'members' => ['AttributeType' => ['shape' => 'AttributeType'], 'Values' => ['shape' => 'ListOf__string']], 'required' => ['Values']], 'AttributeType' => ['type' => 'string', 'enum' => ['INCLUSIVE', 'EXCLUSIVE']], 'AttributesResource' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'AttributeType' => ['shape' => '__string'], 'Attributes' => ['shape' => 'ListOf__string']], 'required' => ['AttributeType', 'ApplicationId']], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'BaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApiKey' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'SecretKey' => ['shape' => '__string']], 'required' => ['SecretKey', 'ApiKey']], 'BaiduChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Credential' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Credential', 'Platform']], 'BaiduMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'BaseKpiResult' => ['type' => 'structure', 'members' => ['Rows' => ['shape' => 'ListOfResultRow']], 'required' => ['Rows']], 'CampaignCustomMessage' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__string']]], 'CampaignDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CampaignId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'EndTime', 'CampaignId', 'StartTime', 'ApplicationId']], 'CampaignEmailMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'FromAddress' => ['shape' => '__string'], 'HtmlBody' => ['shape' => '__string'], 'Title' => ['shape' => '__string']]], 'CampaignEventFilter' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'EventDimensions'], 'FilterType' => ['shape' => 'FilterType']], 'required' => ['FilterType', 'Dimensions']], 'CampaignHook' => ['type' => 'structure', 'members' => ['LambdaFunctionName' => ['shape' => '__string'], 'Mode' => ['shape' => 'Mode'], 'WebUrl' => ['shape' => '__string']]], 'CampaignLimits' => ['type' => 'structure', 'members' => ['Daily' => ['shape' => '__integer'], 'MaximumDuration' => ['shape' => '__integer'], 'MessagesPerSecond' => ['shape' => '__integer'], 'Total' => ['shape' => '__integer']]], 'CampaignResponse' => ['type' => 'structure', 'members' => ['AdditionalTreatments' => ['shape' => 'ListOfTreatmentResource'], 'ApplicationId' => ['shape' => '__string'], 'Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'CustomDeliveryConfiguration' => ['shape' => 'CustomDeliveryConfiguration'], 'DefaultState' => ['shape' => 'CampaignState'], 'Description' => ['shape' => '__string'], 'HoldoutPercent' => ['shape' => '__integer'], 'Hook' => ['shape' => 'CampaignHook'], 'Id' => ['shape' => '__string'], 'IsPaused' => ['shape' => '__boolean'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'CampaignLimits'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Name' => ['shape' => '__string'], 'Schedule' => ['shape' => 'Schedule'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer'], 'State' => ['shape' => 'CampaignState'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['LastModifiedDate', 'CreationDate', 'SegmentId', 'SegmentVersion', 'Id', 'Arn', 'ApplicationId']], 'CampaignSmsMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'MessageType' => ['shape' => 'MessageType'], 'SenderId' => ['shape' => '__string']]], 'CampaignState' => ['type' => 'structure', 'members' => ['CampaignStatus' => ['shape' => 'CampaignStatus']]], 'CampaignStatus' => ['type' => 'string', 'enum' => ['SCHEDULED', 'EXECUTING', 'PENDING_NEXT_RUN', 'COMPLETED', 'PAUSED', 'DELETED']], 'CampaignsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfCampaignResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']]], 'ChannelType' => ['type' => 'string', 'enum' => ['PUSH', 'GCM', 'APNS', 'APNS_SANDBOX', 'APNS_VOIP', 'APNS_VOIP_SANDBOX', 'ADM', 'SMS', 'VOICE', 'EMAIL', 'BAIDU', 'CUSTOM']], 'ChannelsResponse' => ['type' => 'structure', 'members' => ['Channels' => ['shape' => 'MapOfChannelResponse']], 'required' => ['Channels']], 'Condition' => ['type' => 'structure', 'members' => ['Conditions' => ['shape' => 'ListOfSimpleCondition'], 'Operator' => ['shape' => 'Operator']]], 'ConditionalSplitActivity' => ['type' => 'structure', 'members' => ['Condition' => ['shape' => 'Condition'], 'EvaluationWaitTime' => ['shape' => 'WaitTime'], 'FalseActivity' => ['shape' => '__string'], 'TrueActivity' => ['shape' => '__string']]], 'CreateAppRequest' => ['type' => 'structure', 'members' => ['CreateApplicationRequest' => ['shape' => 'CreateApplicationRequest']], 'required' => ['CreateApplicationRequest'], 'payload' => 'CreateApplicationRequest'], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'CreateApplicationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Name']], 'CreateCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteCampaignRequest' => ['shape' => 'WriteCampaignRequest']], 'required' => ['ApplicationId', 'WriteCampaignRequest'], 'payload' => 'WriteCampaignRequest'], 'CreateCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'CreateEmailTemplateRequest' => ['type' => 'structure', 'members' => ['EmailTemplateRequest' => ['shape' => 'EmailTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'EmailTemplateRequest'], 'payload' => 'EmailTemplateRequest'], 'CreateEmailTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateExportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'ExportJobRequest' => ['shape' => 'ExportJobRequest']], 'required' => ['ApplicationId', 'ExportJobRequest'], 'payload' => 'ExportJobRequest'], 'CreateExportJobResponse' => ['type' => 'structure', 'members' => ['ExportJobResponse' => ['shape' => 'ExportJobResponse']], 'required' => ['ExportJobResponse'], 'payload' => 'ExportJobResponse'], 'CreateImportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'ImportJobRequest' => ['shape' => 'ImportJobRequest']], 'required' => ['ApplicationId', 'ImportJobRequest'], 'payload' => 'ImportJobRequest'], 'CreateImportJobResponse' => ['type' => 'structure', 'members' => ['ImportJobResponse' => ['shape' => 'ImportJobResponse']], 'required' => ['ImportJobResponse'], 'payload' => 'ImportJobResponse'], 'CreateJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteJourneyRequest' => ['shape' => 'WriteJourneyRequest']], 'required' => ['ApplicationId', 'WriteJourneyRequest'], 'payload' => 'WriteJourneyRequest'], 'CreateJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'CreatePushTemplateRequest' => ['type' => 'structure', 'members' => ['PushNotificationTemplateRequest' => ['shape' => 'PushNotificationTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'PushNotificationTemplateRequest'], 'payload' => 'PushNotificationTemplateRequest'], 'CreatePushTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateRecommenderConfiguration' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'Description' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'RecommendationProviderRoleArn']], 'CreateRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['CreateRecommenderConfiguration' => ['shape' => 'CreateRecommenderConfiguration']], 'required' => ['CreateRecommenderConfiguration'], 'payload' => 'CreateRecommenderConfiguration'], 'CreateRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'CreateSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteSegmentRequest' => ['shape' => 'WriteSegmentRequest']], 'required' => ['ApplicationId', 'WriteSegmentRequest'], 'payload' => 'WriteSegmentRequest'], 'CreateSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'CreateSmsTemplateRequest' => ['type' => 'structure', 'members' => ['SMSTemplateRequest' => ['shape' => 'SMSTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name']], 'required' => ['TemplateName', 'SMSTemplateRequest'], 'payload' => 'SMSTemplateRequest'], 'CreateSmsTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CreateTemplateMessageBody' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']]], 'CreateVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'VoiceTemplateRequest' => ['shape' => 'VoiceTemplateRequest']], 'required' => ['TemplateName', 'VoiceTemplateRequest'], 'payload' => 'VoiceTemplateRequest'], 'CreateVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['CreateTemplateMessageBody' => ['shape' => 'CreateTemplateMessageBody']], 'required' => ['CreateTemplateMessageBody'], 'payload' => 'CreateTemplateMessageBody'], 'CustomDeliveryConfiguration' => ['type' => 'structure', 'members' => ['DeliveryUri' => ['shape' => '__string'], 'EndpointTypes' => ['shape' => 'ListOf__EndpointTypesElement']], 'required' => ['DeliveryUri']], 'CustomMessageActivity' => ['type' => 'structure', 'members' => ['DeliveryUri' => ['shape' => '__string'], 'EndpointTypes' => ['shape' => 'ListOf__EndpointTypesElement'], 'MessageConfig' => ['shape' => 'JourneyCustomMessage'], 'NextActivity' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateVersion' => ['shape' => '__string']]], 'DefaultMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'DefaultPushNotificationMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'SilentPush' => ['shape' => '__boolean'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'DefaultPushNotificationTemplate' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'DeleteAdmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'DeleteApnsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'DeleteApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'DeleteApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'DeleteApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'DeleteAppRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'DeleteBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'DeleteCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id']], 'required' => ['CampaignId', 'ApplicationId']], 'DeleteCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'DeleteEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'DeleteEmailTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteEmailTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id']], 'required' => ['ApplicationId', 'EndpointId']], 'DeleteEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointResponse' => ['shape' => 'EndpointResponse']], 'required' => ['EndpointResponse'], 'payload' => 'EndpointResponse'], 'DeleteEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'DeleteGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'DeleteJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id']], 'required' => ['JourneyId', 'ApplicationId']], 'DeleteJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'DeletePushTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeletePushTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id']], 'required' => ['RecommenderId']], 'DeleteRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'DeleteSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id']], 'required' => ['SegmentId', 'ApplicationId']], 'DeleteSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'DeleteSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'DeleteSmsTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteSmsTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeleteUserEndpointsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'UserId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'user-id']], 'required' => ['ApplicationId', 'UserId']], 'DeleteUserEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointsResponse' => ['shape' => 'EndpointsResponse']], 'required' => ['EndpointsResponse'], 'payload' => 'EndpointsResponse'], 'DeleteVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'DeleteVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'DeleteVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'DeleteVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'DeliveryStatus' => ['type' => 'string', 'enum' => ['SUCCESSFUL', 'THROTTLED', 'TEMPORARY_FAILURE', 'PERMANENT_FAILURE', 'UNKNOWN_FAILURE', 'OPT_OUT', 'DUPLICATE']], 'DimensionType' => ['type' => 'string', 'enum' => ['INCLUSIVE', 'EXCLUSIVE']], 'DirectMessageConfiguration' => ['type' => 'structure', 'members' => ['ADMMessage' => ['shape' => 'ADMMessage'], 'APNSMessage' => ['shape' => 'APNSMessage'], 'BaiduMessage' => ['shape' => 'BaiduMessage'], 'DefaultMessage' => ['shape' => 'DefaultMessage'], 'DefaultPushNotificationMessage' => ['shape' => 'DefaultPushNotificationMessage'], 'EmailMessage' => ['shape' => 'EmailMessage'], 'GCMMessage' => ['shape' => 'GCMMessage'], 'SMSMessage' => ['shape' => 'SMSMessage'], 'VoiceMessage' => ['shape' => 'VoiceMessage']]], 'Duration' => ['type' => 'string', 'enum' => ['HR_24', 'DAY_7', 'DAY_14', 'DAY_30']], 'EmailChannelRequest' => ['type' => 'structure', 'members' => ['ConfigurationSet' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'FromAddress' => ['shape' => '__string'], 'Identity' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['FromAddress', 'Identity']], 'EmailChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'ConfigurationSet' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'FromAddress' => ['shape' => '__string'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'Identity' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'MessagesPerSecond' => ['shape' => '__integer'], 'Platform' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'EmailMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'FeedbackForwardingAddress' => ['shape' => '__string'], 'FromAddress' => ['shape' => '__string'], 'RawEmail' => ['shape' => 'RawEmail'], 'ReplyToAddresses' => ['shape' => 'ListOf__string'], 'SimpleEmail' => ['shape' => 'SimpleEmail'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'EmailMessageActivity' => ['type' => 'structure', 'members' => ['MessageConfig' => ['shape' => 'JourneyEmailMessage'], 'NextActivity' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateVersion' => ['shape' => '__string']]], 'EmailTemplateRequest' => ['type' => 'structure', 'members' => ['DefaultSubstitutions' => ['shape' => '__string'], 'HtmlPart' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'Subject' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TextPart' => ['shape' => '__string']]], 'EmailTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'HtmlPart' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'Subject' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'TextPart' => ['shape' => '__string'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'EndpointBatchItem' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointBatchRequest' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfEndpointBatchItem']], 'required' => ['Item']], 'EndpointDemographic' => ['type' => 'structure', 'members' => ['AppVersion' => ['shape' => '__string'], 'Locale' => ['shape' => '__string'], 'Make' => ['shape' => '__string'], 'Model' => ['shape' => '__string'], 'ModelVersion' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'PlatformVersion' => ['shape' => '__string'], 'Timezone' => ['shape' => '__string']]], 'EndpointItemResponse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer']]], 'EndpointLocation' => ['type' => 'structure', 'members' => ['City' => ['shape' => '__string'], 'Country' => ['shape' => '__string'], 'Latitude' => ['shape' => '__double'], 'Longitude' => ['shape' => '__double'], 'PostalCode' => ['shape' => '__string'], 'Region' => ['shape' => '__string']]], 'EndpointMessageResult' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'DeliveryStatus' => ['shape' => 'DeliveryStatus'], 'MessageId' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer'], 'StatusMessage' => ['shape' => '__string'], 'UpdatedToken' => ['shape' => '__string']], 'required' => ['DeliveryStatus', 'StatusCode']], 'EndpointRequest' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointResponse' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'ApplicationId' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'CohortId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'EndpointSendConfiguration' => ['type' => 'structure', 'members' => ['BodyOverride' => ['shape' => '__string'], 'Context' => ['shape' => 'MapOf__string'], 'RawContent' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TitleOverride' => ['shape' => '__string']]], 'EndpointUser' => ['type' => 'structure', 'members' => ['UserAttributes' => ['shape' => 'MapOfListOf__string'], 'UserId' => ['shape' => '__string']]], 'EndpointsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfEndpointResponse']], 'required' => ['Item']], 'Event' => ['type' => 'structure', 'members' => ['AppPackageName' => ['shape' => '__string'], 'AppTitle' => ['shape' => '__string'], 'AppVersionCode' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOf__string'], 'ClientSdkVersion' => ['shape' => '__string'], 'EventType' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__double'], 'SdkName' => ['shape' => '__string'], 'Session' => ['shape' => 'Session'], 'Timestamp' => ['shape' => '__string']], 'required' => ['EventType', 'Timestamp']], 'EventCondition' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'EventDimensions'], 'MessageActivity' => ['shape' => '__string']], 'required' => ['Dimensions']], 'EventDimensions' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOfAttributeDimension'], 'EventType' => ['shape' => 'SetDimension'], 'Metrics' => ['shape' => 'MapOfMetricDimension']]], 'EventItemResponse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer']]], 'EventStream' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'DestinationStreamArn' => ['shape' => '__string'], 'ExternalId' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'LastUpdatedBy' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['ApplicationId', 'RoleArn', 'DestinationStreamArn']], 'EventsBatch' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'PublicEndpoint'], 'Events' => ['shape' => 'MapOfEvent']], 'required' => ['Endpoint', 'Events']], 'EventsRequest' => ['type' => 'structure', 'members' => ['BatchItem' => ['shape' => 'MapOfEventsBatch']], 'required' => ['BatchItem']], 'EventsResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'MapOfItemResponse']]], 'ExportJobRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__string'], 'S3UrlPrefix' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer']], 'required' => ['S3UrlPrefix', 'RoleArn']], 'ExportJobResource' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__string'], 'S3UrlPrefix' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer']], 'required' => ['S3UrlPrefix', 'RoleArn']], 'ExportJobResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CompletedPieces' => ['shape' => '__integer'], 'CompletionDate' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Definition' => ['shape' => 'ExportJobResource'], 'FailedPieces' => ['shape' => '__integer'], 'Failures' => ['shape' => 'ListOf__string'], 'Id' => ['shape' => '__string'], 'JobStatus' => ['shape' => 'JobStatus'], 'TotalFailures' => ['shape' => '__integer'], 'TotalPieces' => ['shape' => '__integer'], 'TotalProcessed' => ['shape' => '__integer'], 'Type' => ['shape' => '__string']], 'required' => ['JobStatus', 'CreationDate', 'Type', 'Definition', 'Id', 'ApplicationId']], 'ExportJobsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfExportJobResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'FilterType' => ['type' => 'string', 'enum' => ['SYSTEM', 'ENDPOINT']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'Format' => ['type' => 'string', 'enum' => ['CSV', 'JSON']], 'Frequency' => ['type' => 'string', 'enum' => ['ONCE', 'HOURLY', 'DAILY', 'WEEKLY', 'MONTHLY', 'EVENT']], 'GCMChannelRequest' => ['type' => 'structure', 'members' => ['ApiKey' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean']], 'required' => ['ApiKey']], 'GCMChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Credential' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Credential', 'Platform']], 'GCMMessage' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'CollapseKey' => ['shape' => '__string'], 'Data' => ['shape' => 'MapOf__string'], 'IconReference' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'Priority' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'RestrictedPackageName' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'SmallImageIconUrl' => ['shape' => '__string'], 'Sound' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'GPSCoordinates' => ['type' => 'structure', 'members' => ['Latitude' => ['shape' => '__double'], 'Longitude' => ['shape' => '__double']], 'required' => ['Latitude', 'Longitude']], 'GPSPointDimension' => ['type' => 'structure', 'members' => ['Coordinates' => ['shape' => 'GPSCoordinates'], 'RangeInKilometers' => ['shape' => '__double']], 'required' => ['Coordinates']], 'GetAdmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'GetApnsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'GetApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'GetApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'GetApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'GetAppRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetAppResponse' => ['type' => 'structure', 'members' => ['ApplicationResponse' => ['shape' => 'ApplicationResponse']], 'required' => ['ApplicationResponse'], 'payload' => 'ApplicationResponse'], 'GetApplicationDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['ApplicationId', 'KpiName']], 'GetApplicationDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationDateRangeKpiResponse' => ['shape' => 'ApplicationDateRangeKpiResponse']], 'required' => ['ApplicationDateRangeKpiResponse'], 'payload' => 'ApplicationDateRangeKpiResponse'], 'GetApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetApplicationSettingsResponse' => ['type' => 'structure', 'members' => ['ApplicationSettingsResource' => ['shape' => 'ApplicationSettingsResource']], 'required' => ['ApplicationSettingsResource'], 'payload' => 'ApplicationSettingsResource'], 'GetAppsRequest' => ['type' => 'structure', 'members' => ['PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']]], 'GetAppsResponse' => ['type' => 'structure', 'members' => ['ApplicationsResponse' => ['shape' => 'ApplicationsResponse']], 'required' => ['ApplicationsResponse'], 'payload' => 'ApplicationsResponse'], 'GetBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'GetCampaignActivitiesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId', 'CampaignId']], 'GetCampaignActivitiesResponse' => ['type' => 'structure', 'members' => ['ActivitiesResponse' => ['shape' => 'ActivitiesResponse']], 'required' => ['ActivitiesResponse'], 'payload' => 'ActivitiesResponse'], 'GetCampaignDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['ApplicationId', 'KpiName', 'CampaignId']], 'GetCampaignDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['CampaignDateRangeKpiResponse' => ['shape' => 'CampaignDateRangeKpiResponse']], 'required' => ['CampaignDateRangeKpiResponse'], 'payload' => 'CampaignDateRangeKpiResponse'], 'GetCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id']], 'required' => ['CampaignId', 'ApplicationId']], 'GetCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'GetCampaignVersionRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'Version' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'version']], 'required' => ['Version', 'ApplicationId', 'CampaignId']], 'GetCampaignVersionResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'GetCampaignVersionsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId', 'CampaignId']], 'GetCampaignVersionsResponse' => ['type' => 'structure', 'members' => ['CampaignsResponse' => ['shape' => 'CampaignsResponse']], 'required' => ['CampaignsResponse'], 'payload' => 'CampaignsResponse'], 'GetCampaignsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetCampaignsResponse' => ['type' => 'structure', 'members' => ['CampaignsResponse' => ['shape' => 'CampaignsResponse']], 'required' => ['CampaignsResponse'], 'payload' => 'CampaignsResponse'], 'GetChannelsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetChannelsResponse' => ['type' => 'structure', 'members' => ['ChannelsResponse' => ['shape' => 'ChannelsResponse']], 'required' => ['ChannelsResponse'], 'payload' => 'ChannelsResponse'], 'GetEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'GetEmailTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetEmailTemplateResponse' => ['type' => 'structure', 'members' => ['EmailTemplateResponse' => ['shape' => 'EmailTemplateResponse']], 'required' => ['EmailTemplateResponse'], 'payload' => 'EmailTemplateResponse'], 'GetEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id']], 'required' => ['ApplicationId', 'EndpointId']], 'GetEndpointResponse' => ['type' => 'structure', 'members' => ['EndpointResponse' => ['shape' => 'EndpointResponse']], 'required' => ['EndpointResponse'], 'payload' => 'EndpointResponse'], 'GetEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'GetExportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'job-id']], 'required' => ['ApplicationId', 'JobId']], 'GetExportJobResponse' => ['type' => 'structure', 'members' => ['ExportJobResponse' => ['shape' => 'ExportJobResponse']], 'required' => ['ExportJobResponse'], 'payload' => 'ExportJobResponse'], 'GetExportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetExportJobsResponse' => ['type' => 'structure', 'members' => ['ExportJobsResponse' => ['shape' => 'ExportJobsResponse']], 'required' => ['ExportJobsResponse'], 'payload' => 'ExportJobsResponse'], 'GetGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'GetImportJobRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JobId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'job-id']], 'required' => ['ApplicationId', 'JobId']], 'GetImportJobResponse' => ['type' => 'structure', 'members' => ['ImportJobResponse' => ['shape' => 'ImportJobResponse']], 'required' => ['ImportJobResponse'], 'payload' => 'ImportJobResponse'], 'GetImportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetImportJobsResponse' => ['type' => 'structure', 'members' => ['ImportJobsResponse' => ['shape' => 'ImportJobsResponse']], 'required' => ['ImportJobsResponse'], 'payload' => 'ImportJobsResponse'], 'GetJourneyDateRangeKpiRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'end-time'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'KpiName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'kpi-name'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'StartTime' => ['shape' => '__timestampIso8601', 'location' => 'querystring', 'locationName' => 'start-time']], 'required' => ['JourneyId', 'ApplicationId', 'KpiName']], 'GetJourneyDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['JourneyDateRangeKpiResponse' => ['shape' => 'JourneyDateRangeKpiResponse']], 'required' => ['JourneyDateRangeKpiResponse'], 'payload' => 'JourneyDateRangeKpiResponse'], 'GetJourneyExecutionActivityMetricsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyActivityId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-activity-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size']], 'required' => ['JourneyActivityId', 'ApplicationId', 'JourneyId']], 'GetJourneyExecutionActivityMetricsResponse' => ['type' => 'structure', 'members' => ['JourneyExecutionActivityMetricsResponse' => ['shape' => 'JourneyExecutionActivityMetricsResponse']], 'required' => ['JourneyExecutionActivityMetricsResponse'], 'payload' => 'JourneyExecutionActivityMetricsResponse'], 'GetJourneyExecutionMetricsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size']], 'required' => ['ApplicationId', 'JourneyId']], 'GetJourneyExecutionMetricsResponse' => ['type' => 'structure', 'members' => ['JourneyExecutionMetricsResponse' => ['shape' => 'JourneyExecutionMetricsResponse']], 'required' => ['JourneyExecutionMetricsResponse'], 'payload' => 'JourneyExecutionMetricsResponse'], 'GetJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id']], 'required' => ['JourneyId', 'ApplicationId']], 'GetJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'GetPushTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetPushTemplateResponse' => ['type' => 'structure', 'members' => ['PushNotificationTemplateResponse' => ['shape' => 'PushNotificationTemplateResponse']], 'required' => ['PushNotificationTemplateResponse'], 'payload' => 'PushNotificationTemplateResponse'], 'GetRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id']], 'required' => ['RecommenderId']], 'GetRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'GetRecommenderConfigurationsRequest' => ['type' => 'structure', 'members' => ['PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']]], 'GetRecommenderConfigurationsResponse' => ['type' => 'structure', 'members' => ['ListRecommenderConfigurationsResponse' => ['shape' => 'ListRecommenderConfigurationsResponse']], 'required' => ['ListRecommenderConfigurationsResponse'], 'payload' => 'ListRecommenderConfigurationsResponse'], 'GetSegmentExportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentExportJobsResponse' => ['type' => 'structure', 'members' => ['ExportJobsResponse' => ['shape' => 'ExportJobsResponse']], 'required' => ['ExportJobsResponse'], 'payload' => 'ExportJobsResponse'], 'GetSegmentImportJobsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentImportJobsResponse' => ['type' => 'structure', 'members' => ['ImportJobsResponse' => ['shape' => 'ImportJobsResponse']], 'required' => ['ImportJobsResponse'], 'payload' => 'ImportJobsResponse'], 'GetSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'GetSegmentVersionRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Version' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'version']], 'required' => ['SegmentId', 'Version', 'ApplicationId']], 'GetSegmentVersionResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'GetSegmentVersionsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['SegmentId', 'ApplicationId']], 'GetSegmentVersionsResponse' => ['type' => 'structure', 'members' => ['SegmentsResponse' => ['shape' => 'SegmentsResponse']], 'required' => ['SegmentsResponse'], 'payload' => 'SegmentsResponse'], 'GetSegmentsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'GetSegmentsResponse' => ['type' => 'structure', 'members' => ['SegmentsResponse' => ['shape' => 'SegmentsResponse']], 'required' => ['SegmentsResponse'], 'payload' => 'SegmentsResponse'], 'GetSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'GetSmsTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetSmsTemplateResponse' => ['type' => 'structure', 'members' => ['SMSTemplateResponse' => ['shape' => 'SMSTemplateResponse']], 'required' => ['SMSTemplateResponse'], 'payload' => 'SMSTemplateResponse'], 'GetUserEndpointsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'UserId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'user-id']], 'required' => ['ApplicationId', 'UserId']], 'GetUserEndpointsResponse' => ['type' => 'structure', 'members' => ['EndpointsResponse' => ['shape' => 'EndpointsResponse']], 'required' => ['EndpointsResponse'], 'payload' => 'EndpointsResponse'], 'GetVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId']], 'GetVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'GetVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName']], 'GetVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['VoiceTemplateResponse' => ['shape' => 'VoiceTemplateResponse']], 'required' => ['VoiceTemplateResponse'], 'payload' => 'VoiceTemplateResponse'], 'HoldoutActivity' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'Percentage' => ['shape' => '__integer']], 'required' => ['Percentage']], 'ImportJobRequest' => ['type' => 'structure', 'members' => ['DefineSegment' => ['shape' => '__boolean'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RegisterEndpoints' => ['shape' => '__boolean'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentName' => ['shape' => '__string']], 'required' => ['Format', 'S3Url', 'RoleArn']], 'ImportJobResource' => ['type' => 'structure', 'members' => ['DefineSegment' => ['shape' => '__boolean'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RegisterEndpoints' => ['shape' => '__boolean'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'SegmentId' => ['shape' => '__string'], 'SegmentName' => ['shape' => '__string']], 'required' => ['Format', 'S3Url', 'RoleArn']], 'ImportJobResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CompletedPieces' => ['shape' => '__integer'], 'CompletionDate' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Definition' => ['shape' => 'ImportJobResource'], 'FailedPieces' => ['shape' => '__integer'], 'Failures' => ['shape' => 'ListOf__string'], 'Id' => ['shape' => '__string'], 'JobStatus' => ['shape' => 'JobStatus'], 'TotalFailures' => ['shape' => '__integer'], 'TotalPieces' => ['shape' => '__integer'], 'TotalProcessed' => ['shape' => '__integer'], 'Type' => ['shape' => '__string']], 'required' => ['JobStatus', 'CreationDate', 'Type', 'Definition', 'Id', 'ApplicationId']], 'ImportJobsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfImportJobResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'Include' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'ItemResponse' => ['type' => 'structure', 'members' => ['EndpointItemResponse' => ['shape' => 'EndpointItemResponse'], 'EventsItemResponse' => ['shape' => 'MapOfEventItemResponse']]], 'JobStatus' => ['type' => 'string', 'enum' => ['CREATED', 'PREPARING_FOR_INITIALIZATION', 'INITIALIZING', 'PROCESSING', 'PENDING_JOB', 'COMPLETING', 'COMPLETED', 'FAILING', 'FAILED']], 'JourneyCustomMessage' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__string']]], 'JourneyDateRangeKpiResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndTime' => ['shape' => '__timestampIso8601'], 'JourneyId' => ['shape' => '__string'], 'KpiName' => ['shape' => '__string'], 'KpiResult' => ['shape' => 'BaseKpiResult'], 'NextToken' => ['shape' => '__string'], 'StartTime' => ['shape' => '__timestampIso8601']], 'required' => ['KpiResult', 'KpiName', 'JourneyId', 'EndTime', 'StartTime', 'ApplicationId']], 'JourneyEmailMessage' => ['type' => 'structure', 'members' => ['FromAddress' => ['shape' => '__string']]], 'JourneyExecutionActivityMetricsResponse' => ['type' => 'structure', 'members' => ['ActivityType' => ['shape' => '__string'], 'ApplicationId' => ['shape' => '__string'], 'JourneyActivityId' => ['shape' => '__string'], 'JourneyId' => ['shape' => '__string'], 'LastEvaluatedTime' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__string']], 'required' => ['Metrics', 'JourneyId', 'LastEvaluatedTime', 'JourneyActivityId', 'ActivityType', 'ApplicationId']], 'JourneyExecutionMetricsResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'JourneyId' => ['shape' => '__string'], 'LastEvaluatedTime' => ['shape' => '__string'], 'Metrics' => ['shape' => 'MapOf__string']], 'required' => ['Metrics', 'JourneyId', 'LastEvaluatedTime', 'ApplicationId']], 'JourneyLimits' => ['type' => 'structure', 'members' => ['DailyCap' => ['shape' => '__integer'], 'EndpointReentryCap' => ['shape' => '__integer'], 'MessagesPerSecond' => ['shape' => '__integer']]], 'JourneyPushMessage' => ['type' => 'structure', 'members' => ['TimeToLive' => ['shape' => '__string']]], 'JourneyResponse' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'MapOfActivity'], 'ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'JourneyLimits'], 'LocalTime' => ['shape' => '__boolean'], 'Name' => ['shape' => '__string'], 'QuietTime' => ['shape' => 'QuietTime'], 'RefreshFrequency' => ['shape' => '__string'], 'Schedule' => ['shape' => 'JourneySchedule'], 'StartActivity' => ['shape' => '__string'], 'StartCondition' => ['shape' => 'StartCondition'], 'State' => ['shape' => 'State'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['Name', 'Id', 'ApplicationId']], 'JourneySMSMessage' => ['type' => 'structure', 'members' => ['MessageType' => ['shape' => 'MessageType'], 'SenderId' => ['shape' => '__string']]], 'JourneySchedule' => ['type' => 'structure', 'members' => ['EndTime' => ['shape' => '__timestampIso8601'], 'StartTime' => ['shape' => '__timestampIso8601'], 'Timezone' => ['shape' => '__string']]], 'JourneyStateRequest' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'State']]], 'JourneysResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfJourneyResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ListJourneysRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Token' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'token']], 'required' => ['ApplicationId']], 'ListJourneysResponse' => ['type' => 'structure', 'members' => ['JourneysResponse' => ['shape' => 'JourneysResponse']], 'required' => ['JourneysResponse'], 'payload' => 'JourneysResponse'], 'ListRecommenderConfigurationsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfRecommenderConfigurationResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['TagsModel' => ['shape' => 'TagsModel']], 'required' => ['TagsModel'], 'payload' => 'TagsModel'], 'ListTemplateVersionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'TemplateType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-type']], 'required' => ['TemplateName', 'TemplateType']], 'ListTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['TemplateVersionsResponse' => ['shape' => 'TemplateVersionsResponse']], 'required' => ['TemplateVersionsResponse'], 'payload' => 'TemplateVersionsResponse'], 'ListTemplatesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'next-token'], 'PageSize' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'page-size'], 'Prefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'prefix'], 'TemplateType' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'template-type']]], 'ListTemplatesResponse' => ['type' => 'structure', 'members' => ['TemplatesResponse' => ['shape' => 'TemplatesResponse']], 'required' => ['TemplatesResponse'], 'payload' => 'TemplatesResponse'], 'Message' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'Action'], 'Body' => ['shape' => '__string'], 'ImageIconUrl' => ['shape' => '__string'], 'ImageSmallIconUrl' => ['shape' => '__string'], 'ImageUrl' => ['shape' => '__string'], 'JsonBody' => ['shape' => '__string'], 'MediaUrl' => ['shape' => '__string'], 'RawContent' => ['shape' => '__string'], 'SilentPush' => ['shape' => '__boolean'], 'TimeToLive' => ['shape' => '__integer'], 'Title' => ['shape' => '__string'], 'Url' => ['shape' => '__string']]], 'MessageBody' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']]], 'MessageConfiguration' => ['type' => 'structure', 'members' => ['ADMMessage' => ['shape' => 'Message'], 'APNSMessage' => ['shape' => 'Message'], 'BaiduMessage' => ['shape' => 'Message'], 'CustomMessage' => ['shape' => 'CampaignCustomMessage'], 'DefaultMessage' => ['shape' => 'Message'], 'EmailMessage' => ['shape' => 'CampaignEmailMessage'], 'GCMMessage' => ['shape' => 'Message'], 'SMSMessage' => ['shape' => 'CampaignSmsMessage']]], 'MessageRequest' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'MapOfAddressConfiguration'], 'Context' => ['shape' => 'MapOf__string'], 'Endpoints' => ['shape' => 'MapOfEndpointSendConfiguration'], 'MessageConfiguration' => ['shape' => 'DirectMessageConfiguration'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TraceId' => ['shape' => '__string']], 'required' => ['MessageConfiguration']], 'MessageResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'EndpointResult' => ['shape' => 'MapOfEndpointMessageResult'], 'RequestId' => ['shape' => '__string'], 'Result' => ['shape' => 'MapOfMessageResult']], 'required' => ['ApplicationId']], 'MessageResult' => ['type' => 'structure', 'members' => ['DeliveryStatus' => ['shape' => 'DeliveryStatus'], 'MessageId' => ['shape' => '__string'], 'StatusCode' => ['shape' => '__integer'], 'StatusMessage' => ['shape' => '__string'], 'UpdatedToken' => ['shape' => '__string']], 'required' => ['DeliveryStatus', 'StatusCode']], 'MessageType' => ['type' => 'string', 'enum' => ['TRANSACTIONAL', 'PROMOTIONAL']], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 405]], 'MetricDimension' => ['type' => 'structure', 'members' => ['ComparisonOperator' => ['shape' => '__string'], 'Value' => ['shape' => '__double']], 'required' => ['ComparisonOperator', 'Value']], 'Mode' => ['type' => 'string', 'enum' => ['DELIVERY', 'FILTER']], 'MultiConditionalBranch' => ['type' => 'structure', 'members' => ['Condition' => ['shape' => 'SimpleCondition'], 'NextActivity' => ['shape' => '__string']]], 'MultiConditionalSplitActivity' => ['type' => 'structure', 'members' => ['Branches' => ['shape' => 'ListOfMultiConditionalBranch'], 'DefaultActivity' => ['shape' => '__string'], 'EvaluationWaitTime' => ['shape' => 'WaitTime']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'NumberValidateRequest' => ['type' => 'structure', 'members' => ['IsoCountryCode' => ['shape' => '__string'], 'PhoneNumber' => ['shape' => '__string']]], 'NumberValidateResponse' => ['type' => 'structure', 'members' => ['Carrier' => ['shape' => '__string'], 'City' => ['shape' => '__string'], 'CleansedPhoneNumberE164' => ['shape' => '__string'], 'CleansedPhoneNumberNational' => ['shape' => '__string'], 'Country' => ['shape' => '__string'], 'CountryCodeIso2' => ['shape' => '__string'], 'CountryCodeNumeric' => ['shape' => '__string'], 'County' => ['shape' => '__string'], 'OriginalCountryCodeIso2' => ['shape' => '__string'], 'OriginalPhoneNumber' => ['shape' => '__string'], 'PhoneType' => ['shape' => '__string'], 'PhoneTypeCode' => ['shape' => '__integer'], 'Timezone' => ['shape' => '__string'], 'ZipCode' => ['shape' => '__string']]], 'Operator' => ['type' => 'string', 'enum' => ['ALL', 'ANY']], 'PayloadTooLargeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 413]], 'PhoneNumberValidateRequest' => ['type' => 'structure', 'members' => ['NumberValidateRequest' => ['shape' => 'NumberValidateRequest']], 'required' => ['NumberValidateRequest'], 'payload' => 'NumberValidateRequest'], 'PhoneNumberValidateResponse' => ['type' => 'structure', 'members' => ['NumberValidateResponse' => ['shape' => 'NumberValidateResponse']], 'required' => ['NumberValidateResponse'], 'payload' => 'NumberValidateResponse'], 'PublicEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => '__string'], 'Attributes' => ['shape' => 'MapOfListOf__string'], 'ChannelType' => ['shape' => 'ChannelType'], 'Demographic' => ['shape' => 'EndpointDemographic'], 'EffectiveDate' => ['shape' => '__string'], 'EndpointStatus' => ['shape' => '__string'], 'Location' => ['shape' => 'EndpointLocation'], 'Metrics' => ['shape' => 'MapOf__double'], 'OptOut' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'User' => ['shape' => 'EndpointUser']]], 'PushMessageActivity' => ['type' => 'structure', 'members' => ['MessageConfig' => ['shape' => 'JourneyPushMessage'], 'NextActivity' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateVersion' => ['shape' => '__string']]], 'PushNotificationTemplateRequest' => ['type' => 'structure', 'members' => ['ADM' => ['shape' => 'AndroidPushNotificationTemplate'], 'APNS' => ['shape' => 'APNSPushNotificationTemplate'], 'Baidu' => ['shape' => 'AndroidPushNotificationTemplate'], 'Default' => ['shape' => 'DefaultPushNotificationTemplate'], 'DefaultSubstitutions' => ['shape' => '__string'], 'GCM' => ['shape' => 'AndroidPushNotificationTemplate'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string']]], 'PushNotificationTemplateResponse' => ['type' => 'structure', 'members' => ['ADM' => ['shape' => 'AndroidPushNotificationTemplate'], 'APNS' => ['shape' => 'APNSPushNotificationTemplate'], 'Arn' => ['shape' => '__string'], 'Baidu' => ['shape' => 'AndroidPushNotificationTemplate'], 'CreationDate' => ['shape' => '__string'], 'Default' => ['shape' => 'DefaultPushNotificationTemplate'], 'DefaultSubstitutions' => ['shape' => '__string'], 'GCM' => ['shape' => 'AndroidPushNotificationTemplate'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateType', 'TemplateName']], 'PutEventStreamRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteEventStream' => ['shape' => 'WriteEventStream']], 'required' => ['ApplicationId', 'WriteEventStream'], 'payload' => 'WriteEventStream'], 'PutEventStreamResponse' => ['type' => 'structure', 'members' => ['EventStream' => ['shape' => 'EventStream']], 'required' => ['EventStream'], 'payload' => 'EventStream'], 'PutEventsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EventsRequest' => ['shape' => 'EventsRequest']], 'required' => ['ApplicationId', 'EventsRequest'], 'payload' => 'EventsRequest'], 'PutEventsResponse' => ['type' => 'structure', 'members' => ['EventsResponse' => ['shape' => 'EventsResponse']], 'required' => ['EventsResponse'], 'payload' => 'EventsResponse'], 'QuietTime' => ['type' => 'structure', 'members' => ['End' => ['shape' => '__string'], 'Start' => ['shape' => '__string']]], 'RandomSplitActivity' => ['type' => 'structure', 'members' => ['Branches' => ['shape' => 'ListOfRandomSplitEntry']]], 'RandomSplitEntry' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'Percentage' => ['shape' => '__integer']]], 'RawEmail' => ['type' => 'structure', 'members' => ['Data' => ['shape' => '__blob']]], '__blob' => ['type' => 'blob'], 'RecencyDimension' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => 'Duration'], 'RecencyType' => ['shape' => 'RecencyType']], 'required' => ['Duration', 'RecencyType']], 'RecencyType' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'RecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'CreationDate' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'Id' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'LastModifiedDate', 'CreationDate', 'RecommendationProviderRoleArn', 'Id']], 'RemoveAttributesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'AttributeType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'attribute-type'], 'UpdateAttributesRequest' => ['shape' => 'UpdateAttributesRequest']], 'required' => ['AttributeType', 'ApplicationId', 'UpdateAttributesRequest'], 'payload' => 'UpdateAttributesRequest'], 'RemoveAttributesResponse' => ['type' => 'structure', 'members' => ['AttributesResource' => ['shape' => 'AttributesResource']], 'required' => ['AttributesResource'], 'payload' => 'AttributesResource'], 'ResultRow' => ['type' => 'structure', 'members' => ['GroupedBys' => ['shape' => 'ListOfResultRowValue'], 'Values' => ['shape' => 'ListOfResultRowValue']], 'required' => ['GroupedBys', 'Values']], 'ResultRowValue' => ['type' => 'structure', 'members' => ['Key' => ['shape' => '__string'], 'Type' => ['shape' => '__string'], 'Value' => ['shape' => '__string']], 'required' => ['Type', 'Value', 'Key']], 'SMSChannelRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean'], 'SenderId' => ['shape' => '__string'], 'ShortCode' => ['shape' => '__string']]], 'SMSChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'PromotionalMessagesPerSecond' => ['shape' => '__integer'], 'SenderId' => ['shape' => '__string'], 'ShortCode' => ['shape' => '__string'], 'TransactionalMessagesPerSecond' => ['shape' => '__integer'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'SMSMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'Keyword' => ['shape' => '__string'], 'MediaUrl' => ['shape' => '__string'], 'MessageType' => ['shape' => 'MessageType'], 'OriginationNumber' => ['shape' => '__string'], 'SenderId' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string']]], 'SMSMessageActivity' => ['type' => 'structure', 'members' => ['MessageConfig' => ['shape' => 'JourneySMSMessage'], 'NextActivity' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateVersion' => ['shape' => '__string']]], 'SMSTemplateRequest' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string']]], 'SMSTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Body' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'RecommenderId' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'Schedule' => ['type' => 'structure', 'members' => ['EndTime' => ['shape' => '__string'], 'EventFilter' => ['shape' => 'CampaignEventFilter'], 'Frequency' => ['shape' => 'Frequency'], 'IsLocalTime' => ['shape' => '__boolean'], 'QuietTime' => ['shape' => 'QuietTime'], 'StartTime' => ['shape' => '__string'], 'Timezone' => ['shape' => '__string']], 'required' => ['StartTime']], 'SegmentBehaviors' => ['type' => 'structure', 'members' => ['Recency' => ['shape' => 'RecencyDimension']]], 'SegmentCondition' => ['type' => 'structure', 'members' => ['SegmentId' => ['shape' => '__string']], 'required' => ['SegmentId']], 'SegmentDemographics' => ['type' => 'structure', 'members' => ['AppVersion' => ['shape' => 'SetDimension'], 'Channel' => ['shape' => 'SetDimension'], 'DeviceType' => ['shape' => 'SetDimension'], 'Make' => ['shape' => 'SetDimension'], 'Model' => ['shape' => 'SetDimension'], 'Platform' => ['shape' => 'SetDimension']]], 'SegmentDimensions' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOfAttributeDimension'], 'Behavior' => ['shape' => 'SegmentBehaviors'], 'Demographic' => ['shape' => 'SegmentDemographics'], 'Location' => ['shape' => 'SegmentLocation'], 'Metrics' => ['shape' => 'MapOfMetricDimension'], 'UserAttributes' => ['shape' => 'MapOfAttributeDimension']]], 'SegmentGroup' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'ListOfSegmentDimensions'], 'SourceSegments' => ['shape' => 'ListOfSegmentReference'], 'SourceType' => ['shape' => 'SourceType'], 'Type' => ['shape' => 'Type']]], 'SegmentGroupList' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'ListOfSegmentGroup'], 'Include' => ['shape' => 'Include']]], 'SegmentImportResource' => ['type' => 'structure', 'members' => ['ChannelCounts' => ['shape' => 'MapOf__integer'], 'ExternalId' => ['shape' => '__string'], 'Format' => ['shape' => 'Format'], 'RoleArn' => ['shape' => '__string'], 'S3Url' => ['shape' => '__string'], 'Size' => ['shape' => '__integer']], 'required' => ['Format', 'S3Url', 'Size', 'ExternalId', 'RoleArn']], 'SegmentLocation' => ['type' => 'structure', 'members' => ['Country' => ['shape' => 'SetDimension'], 'GPSPoint' => ['shape' => 'GPSPointDimension']]], 'SegmentReference' => ['type' => 'structure', 'members' => ['Id' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Id']], 'SegmentResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Dimensions' => ['shape' => 'SegmentDimensions'], 'Id' => ['shape' => '__string'], 'ImportDefinition' => ['shape' => 'SegmentImportResource'], 'LastModifiedDate' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'SegmentGroups' => ['shape' => 'SegmentGroupList'], 'SegmentType' => ['shape' => 'SegmentType'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'Version' => ['shape' => '__integer']], 'required' => ['SegmentType', 'CreationDate', 'Id', 'Arn', 'ApplicationId']], 'SegmentType' => ['type' => 'string', 'enum' => ['DIMENSIONAL', 'IMPORT']], 'SegmentsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfSegmentResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'SendMessagesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'MessageRequest' => ['shape' => 'MessageRequest']], 'required' => ['ApplicationId', 'MessageRequest'], 'payload' => 'MessageRequest'], 'SendMessagesResponse' => ['type' => 'structure', 'members' => ['MessageResponse' => ['shape' => 'MessageResponse']], 'required' => ['MessageResponse'], 'payload' => 'MessageResponse'], 'SendUsersMessageRequest' => ['type' => 'structure', 'members' => ['Context' => ['shape' => 'MapOf__string'], 'MessageConfiguration' => ['shape' => 'DirectMessageConfiguration'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TraceId' => ['shape' => '__string'], 'Users' => ['shape' => 'MapOfEndpointSendConfiguration']], 'required' => ['MessageConfiguration', 'Users']], 'SendUsersMessageResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'RequestId' => ['shape' => '__string'], 'Result' => ['shape' => 'MapOfMapOfEndpointMessageResult']], 'required' => ['ApplicationId']], 'SendUsersMessagesRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SendUsersMessageRequest' => ['shape' => 'SendUsersMessageRequest']], 'required' => ['ApplicationId', 'SendUsersMessageRequest'], 'payload' => 'SendUsersMessageRequest'], 'SendUsersMessagesResponse' => ['type' => 'structure', 'members' => ['SendUsersMessageResponse' => ['shape' => 'SendUsersMessageResponse']], 'required' => ['SendUsersMessageResponse'], 'payload' => 'SendUsersMessageResponse'], 'Session' => ['type' => 'structure', 'members' => ['Duration' => ['shape' => '__integer'], 'Id' => ['shape' => '__string'], 'StartTimestamp' => ['shape' => '__string'], 'StopTimestamp' => ['shape' => '__string']], 'required' => ['StartTimestamp', 'Id']], 'SetDimension' => ['type' => 'structure', 'members' => ['DimensionType' => ['shape' => 'DimensionType'], 'Values' => ['shape' => 'ListOf__string']], 'required' => ['Values']], 'SimpleCondition' => ['type' => 'structure', 'members' => ['EventCondition' => ['shape' => 'EventCondition'], 'SegmentCondition' => ['shape' => 'SegmentCondition'], 'SegmentDimensions' => ['shape' => 'SegmentDimensions', 'locationName' => 'segmentDimensions']]], 'SimpleEmail' => ['type' => 'structure', 'members' => ['HtmlPart' => ['shape' => 'SimpleEmailPart'], 'Subject' => ['shape' => 'SimpleEmailPart'], 'TextPart' => ['shape' => 'SimpleEmailPart']]], 'SimpleEmailPart' => ['type' => 'structure', 'members' => ['Charset' => ['shape' => '__string'], 'Data' => ['shape' => '__string']]], 'SourceType' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'StartCondition' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'SegmentStartCondition' => ['shape' => 'SegmentCondition']]], 'State' => ['type' => 'string', 'enum' => ['DRAFT', 'ACTIVE', 'COMPLETED', 'CANCELLED', 'CLOSED']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagsModel' => ['shape' => 'TagsModel']], 'required' => ['ResourceArn', 'TagsModel'], 'payload' => 'TagsModel'], 'TagsModel' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']], 'required' => ['tags']], 'Template' => ['type' => 'structure', 'members' => ['Name' => ['shape' => '__string'], 'Version' => ['shape' => '__string']]], 'TemplateActiveVersionRequest' => ['type' => 'structure', 'members' => ['Version' => ['shape' => '__string']]], 'TemplateConfiguration' => ['type' => 'structure', 'members' => ['EmailTemplate' => ['shape' => 'Template'], 'PushTemplate' => ['shape' => 'Template'], 'SMSTemplate' => ['shape' => 'Template'], 'VoiceTemplate' => ['shape' => 'Template']]], 'TemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'TemplateType' => ['type' => 'string', 'enum' => ['EMAIL', 'SMS', 'VOICE', 'PUSH']], 'TemplateVersionResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => '__string'], 'Version' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'TemplateVersionsResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfTemplateVersionResponse'], 'Message' => ['shape' => '__string'], 'NextToken' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'required' => ['Item']], 'TemplatesResponse' => ['type' => 'structure', 'members' => ['Item' => ['shape' => 'ListOfTemplateResponse'], 'NextToken' => ['shape' => '__string']], 'required' => ['Item']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => '__string'], 'RequestID' => ['shape' => '__string']], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'TreatmentResource' => ['type' => 'structure', 'members' => ['CustomDeliveryConfiguration' => ['shape' => 'CustomDeliveryConfiguration'], 'Id' => ['shape' => '__string'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Schedule' => ['shape' => 'Schedule'], 'SizePercent' => ['shape' => '__integer'], 'State' => ['shape' => 'CampaignState'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']], 'required' => ['Id', 'SizePercent']], 'Type' => ['type' => 'string', 'enum' => ['ALL', 'ANY', 'NONE']], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => 'ListOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateAdmChannelRequest' => ['type' => 'structure', 'members' => ['ADMChannelRequest' => ['shape' => 'ADMChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'ADMChannelRequest'], 'payload' => 'ADMChannelRequest'], 'UpdateAdmChannelResponse' => ['type' => 'structure', 'members' => ['ADMChannelResponse' => ['shape' => 'ADMChannelResponse']], 'required' => ['ADMChannelResponse'], 'payload' => 'ADMChannelResponse'], 'UpdateApnsChannelRequest' => ['type' => 'structure', 'members' => ['APNSChannelRequest' => ['shape' => 'APNSChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSChannelRequest'], 'payload' => 'APNSChannelRequest'], 'UpdateApnsChannelResponse' => ['type' => 'structure', 'members' => ['APNSChannelResponse' => ['shape' => 'APNSChannelResponse']], 'required' => ['APNSChannelResponse'], 'payload' => 'APNSChannelResponse'], 'UpdateApnsSandboxChannelRequest' => ['type' => 'structure', 'members' => ['APNSSandboxChannelRequest' => ['shape' => 'APNSSandboxChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSSandboxChannelRequest'], 'payload' => 'APNSSandboxChannelRequest'], 'UpdateApnsSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSSandboxChannelResponse' => ['shape' => 'APNSSandboxChannelResponse']], 'required' => ['APNSSandboxChannelResponse'], 'payload' => 'APNSSandboxChannelResponse'], 'UpdateApnsVoipChannelRequest' => ['type' => 'structure', 'members' => ['APNSVoipChannelRequest' => ['shape' => 'APNSVoipChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSVoipChannelRequest'], 'payload' => 'APNSVoipChannelRequest'], 'UpdateApnsVoipChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipChannelResponse' => ['shape' => 'APNSVoipChannelResponse']], 'required' => ['APNSVoipChannelResponse'], 'payload' => 'APNSVoipChannelResponse'], 'UpdateApnsVoipSandboxChannelRequest' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelRequest' => ['shape' => 'APNSVoipSandboxChannelRequest'], 'ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id']], 'required' => ['ApplicationId', 'APNSVoipSandboxChannelRequest'], 'payload' => 'APNSVoipSandboxChannelRequest'], 'UpdateApnsVoipSandboxChannelResponse' => ['type' => 'structure', 'members' => ['APNSVoipSandboxChannelResponse' => ['shape' => 'APNSVoipSandboxChannelResponse']], 'required' => ['APNSVoipSandboxChannelResponse'], 'payload' => 'APNSVoipSandboxChannelResponse'], 'UpdateApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'WriteApplicationSettingsRequest' => ['shape' => 'WriteApplicationSettingsRequest']], 'required' => ['ApplicationId', 'WriteApplicationSettingsRequest'], 'payload' => 'WriteApplicationSettingsRequest'], 'UpdateApplicationSettingsResponse' => ['type' => 'structure', 'members' => ['ApplicationSettingsResource' => ['shape' => 'ApplicationSettingsResource']], 'required' => ['ApplicationSettingsResource'], 'payload' => 'ApplicationSettingsResource'], 'UpdateAttributesRequest' => ['type' => 'structure', 'members' => ['Blacklist' => ['shape' => 'ListOf__string']]], 'UpdateBaiduChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'BaiduChannelRequest' => ['shape' => 'BaiduChannelRequest']], 'required' => ['ApplicationId', 'BaiduChannelRequest'], 'payload' => 'BaiduChannelRequest'], 'UpdateBaiduChannelResponse' => ['type' => 'structure', 'members' => ['BaiduChannelResponse' => ['shape' => 'BaiduChannelResponse']], 'required' => ['BaiduChannelResponse'], 'payload' => 'BaiduChannelResponse'], 'UpdateCampaignRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'CampaignId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'campaign-id'], 'WriteCampaignRequest' => ['shape' => 'WriteCampaignRequest']], 'required' => ['CampaignId', 'ApplicationId', 'WriteCampaignRequest'], 'payload' => 'WriteCampaignRequest'], 'UpdateCampaignResponse' => ['type' => 'structure', 'members' => ['CampaignResponse' => ['shape' => 'CampaignResponse']], 'required' => ['CampaignResponse'], 'payload' => 'CampaignResponse'], 'UpdateEmailChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EmailChannelRequest' => ['shape' => 'EmailChannelRequest']], 'required' => ['ApplicationId', 'EmailChannelRequest'], 'payload' => 'EmailChannelRequest'], 'UpdateEmailChannelResponse' => ['type' => 'structure', 'members' => ['EmailChannelResponse' => ['shape' => 'EmailChannelResponse']], 'required' => ['EmailChannelResponse'], 'payload' => 'EmailChannelResponse'], 'UpdateEmailTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'EmailTemplateRequest' => ['shape' => 'EmailTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'EmailTemplateRequest'], 'payload' => 'EmailTemplateRequest'], 'UpdateEmailTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateEndpointRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'endpoint-id'], 'EndpointRequest' => ['shape' => 'EndpointRequest']], 'required' => ['ApplicationId', 'EndpointId', 'EndpointRequest'], 'payload' => 'EndpointRequest'], 'UpdateEndpointResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateEndpointsBatchRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'EndpointBatchRequest' => ['shape' => 'EndpointBatchRequest']], 'required' => ['ApplicationId', 'EndpointBatchRequest'], 'payload' => 'EndpointBatchRequest'], 'UpdateEndpointsBatchResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateGcmChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'GCMChannelRequest' => ['shape' => 'GCMChannelRequest']], 'required' => ['ApplicationId', 'GCMChannelRequest'], 'payload' => 'GCMChannelRequest'], 'UpdateGcmChannelResponse' => ['type' => 'structure', 'members' => ['GCMChannelResponse' => ['shape' => 'GCMChannelResponse']], 'required' => ['GCMChannelResponse'], 'payload' => 'GCMChannelResponse'], 'UpdateJourneyRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'WriteJourneyRequest' => ['shape' => 'WriteJourneyRequest']], 'required' => ['JourneyId', 'ApplicationId', 'WriteJourneyRequest'], 'payload' => 'WriteJourneyRequest'], 'UpdateJourneyResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'UpdateJourneyStateRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'JourneyId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'journey-id'], 'JourneyStateRequest' => ['shape' => 'JourneyStateRequest']], 'required' => ['JourneyId', 'ApplicationId', 'JourneyStateRequest'], 'payload' => 'JourneyStateRequest'], 'UpdateJourneyStateResponse' => ['type' => 'structure', 'members' => ['JourneyResponse' => ['shape' => 'JourneyResponse']], 'required' => ['JourneyResponse'], 'payload' => 'JourneyResponse'], 'UpdatePushTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'PushNotificationTemplateRequest' => ['shape' => 'PushNotificationTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'PushNotificationTemplateRequest'], 'payload' => 'PushNotificationTemplateRequest'], 'UpdatePushTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateRecommenderConfiguration' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'MapOf__string'], 'Description' => ['shape' => '__string'], 'Name' => ['shape' => '__string'], 'RecommendationProviderIdType' => ['shape' => '__string'], 'RecommendationProviderRoleArn' => ['shape' => '__string'], 'RecommendationProviderUri' => ['shape' => '__string'], 'RecommendationTransformerUri' => ['shape' => '__string'], 'RecommendationsDisplayName' => ['shape' => '__string'], 'RecommendationsPerMessage' => ['shape' => '__integer']], 'required' => ['RecommendationProviderUri', 'RecommendationProviderRoleArn']], 'UpdateRecommenderConfigurationRequest' => ['type' => 'structure', 'members' => ['RecommenderId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'recommender-id'], 'UpdateRecommenderConfiguration' => ['shape' => 'UpdateRecommenderConfiguration']], 'required' => ['RecommenderId', 'UpdateRecommenderConfiguration'], 'payload' => 'UpdateRecommenderConfiguration'], 'UpdateRecommenderConfigurationResponse' => ['type' => 'structure', 'members' => ['RecommenderConfigurationResponse' => ['shape' => 'RecommenderConfigurationResponse']], 'required' => ['RecommenderConfigurationResponse'], 'payload' => 'RecommenderConfigurationResponse'], 'UpdateSegmentRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SegmentId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'segment-id'], 'WriteSegmentRequest' => ['shape' => 'WriteSegmentRequest']], 'required' => ['SegmentId', 'ApplicationId', 'WriteSegmentRequest'], 'payload' => 'WriteSegmentRequest'], 'UpdateSegmentResponse' => ['type' => 'structure', 'members' => ['SegmentResponse' => ['shape' => 'SegmentResponse']], 'required' => ['SegmentResponse'], 'payload' => 'SegmentResponse'], 'UpdateSmsChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'SMSChannelRequest' => ['shape' => 'SMSChannelRequest']], 'required' => ['ApplicationId', 'SMSChannelRequest'], 'payload' => 'SMSChannelRequest'], 'UpdateSmsChannelResponse' => ['type' => 'structure', 'members' => ['SMSChannelResponse' => ['shape' => 'SMSChannelResponse']], 'required' => ['SMSChannelResponse'], 'payload' => 'SMSChannelResponse'], 'UpdateSmsTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'SMSTemplateRequest' => ['shape' => 'SMSTemplateRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version']], 'required' => ['TemplateName', 'SMSTemplateRequest'], 'payload' => 'SMSTemplateRequest'], 'UpdateSmsTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateTemplateActiveVersionRequest' => ['type' => 'structure', 'members' => ['TemplateActiveVersionRequest' => ['shape' => 'TemplateActiveVersionRequest'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'TemplateType' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-type']], 'required' => ['TemplateName', 'TemplateType', 'TemplateActiveVersionRequest'], 'payload' => 'TemplateActiveVersionRequest'], 'UpdateTemplateActiveVersionResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'UpdateVoiceChannelRequest' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'application-id'], 'VoiceChannelRequest' => ['shape' => 'VoiceChannelRequest']], 'required' => ['ApplicationId', 'VoiceChannelRequest'], 'payload' => 'VoiceChannelRequest'], 'UpdateVoiceChannelResponse' => ['type' => 'structure', 'members' => ['VoiceChannelResponse' => ['shape' => 'VoiceChannelResponse']], 'required' => ['VoiceChannelResponse'], 'payload' => 'VoiceChannelResponse'], 'UpdateVoiceTemplateRequest' => ['type' => 'structure', 'members' => ['CreateNewVersion' => ['shape' => '__boolean', 'location' => 'querystring', 'locationName' => 'create-new-version'], 'TemplateName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'template-name'], 'Version' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'version'], 'VoiceTemplateRequest' => ['shape' => 'VoiceTemplateRequest']], 'required' => ['TemplateName', 'VoiceTemplateRequest'], 'payload' => 'VoiceTemplateRequest'], 'UpdateVoiceTemplateResponse' => ['type' => 'structure', 'members' => ['MessageBody' => ['shape' => 'MessageBody']], 'required' => ['MessageBody'], 'payload' => 'MessageBody'], 'VoiceChannelRequest' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => '__boolean']]], 'VoiceChannelResponse' => ['type' => 'structure', 'members' => ['ApplicationId' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'Enabled' => ['shape' => '__boolean'], 'HasCredential' => ['shape' => '__boolean'], 'Id' => ['shape' => '__string'], 'IsArchived' => ['shape' => '__boolean'], 'LastModifiedBy' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Platform' => ['shape' => '__string'], 'Version' => ['shape' => '__integer']], 'required' => ['Platform']], 'VoiceMessage' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'OriginationNumber' => ['shape' => '__string'], 'Substitutions' => ['shape' => 'MapOfListOf__string'], 'VoiceId' => ['shape' => '__string']]], 'VoiceTemplateRequest' => ['type' => 'structure', 'members' => ['Body' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'VoiceId' => ['shape' => '__string']]], 'VoiceTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => '__string'], 'Body' => ['shape' => '__string'], 'CreationDate' => ['shape' => '__string'], 'DefaultSubstitutions' => ['shape' => '__string'], 'LanguageCode' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateDescription' => ['shape' => '__string'], 'TemplateName' => ['shape' => '__string'], 'TemplateType' => ['shape' => 'TemplateType'], 'Version' => ['shape' => '__string'], 'VoiceId' => ['shape' => '__string']], 'required' => ['LastModifiedDate', 'CreationDate', 'TemplateName', 'TemplateType']], 'WaitActivity' => ['type' => 'structure', 'members' => ['NextActivity' => ['shape' => '__string'], 'WaitTime' => ['shape' => 'WaitTime']]], 'WaitTime' => ['type' => 'structure', 'members' => ['WaitFor' => ['shape' => '__string'], 'WaitUntil' => ['shape' => '__string']]], 'WriteApplicationSettingsRequest' => ['type' => 'structure', 'members' => ['CampaignHook' => ['shape' => 'CampaignHook'], 'CloudWatchMetricsEnabled' => ['shape' => '__boolean'], 'Limits' => ['shape' => 'CampaignLimits'], 'QuietTime' => ['shape' => 'QuietTime']]], 'WriteCampaignRequest' => ['type' => 'structure', 'members' => ['AdditionalTreatments' => ['shape' => 'ListOfWriteTreatmentResource'], 'CustomDeliveryConfiguration' => ['shape' => 'CustomDeliveryConfiguration'], 'Description' => ['shape' => '__string'], 'HoldoutPercent' => ['shape' => '__integer'], 'Hook' => ['shape' => 'CampaignHook'], 'IsPaused' => ['shape' => '__boolean'], 'Limits' => ['shape' => 'CampaignLimits'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Name' => ['shape' => '__string'], 'Schedule' => ['shape' => 'Schedule'], 'SegmentId' => ['shape' => '__string'], 'SegmentVersion' => ['shape' => '__integer'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']]], 'WriteEventStream' => ['type' => 'structure', 'members' => ['DestinationStreamArn' => ['shape' => '__string'], 'RoleArn' => ['shape' => '__string']], 'required' => ['RoleArn', 'DestinationStreamArn']], 'WriteJourneyRequest' => ['type' => 'structure', 'members' => ['Activities' => ['shape' => 'MapOfActivity'], 'CreationDate' => ['shape' => '__string'], 'LastModifiedDate' => ['shape' => '__string'], 'Limits' => ['shape' => 'JourneyLimits'], 'LocalTime' => ['shape' => '__boolean'], 'Name' => ['shape' => '__string'], 'QuietTime' => ['shape' => 'QuietTime'], 'RefreshFrequency' => ['shape' => '__string'], 'Schedule' => ['shape' => 'JourneySchedule'], 'StartActivity' => ['shape' => '__string'], 'StartCondition' => ['shape' => 'StartCondition'], 'State' => ['shape' => 'State']], 'required' => ['Name']], 'WriteSegmentRequest' => ['type' => 'structure', 'members' => ['Dimensions' => ['shape' => 'SegmentDimensions'], 'Name' => ['shape' => '__string'], 'SegmentGroups' => ['shape' => 'SegmentGroupList'], 'tags' => ['shape' => 'MapOf__string', 'locationName' => 'tags']]], 'WriteTreatmentResource' => ['type' => 'structure', 'members' => ['CustomDeliveryConfiguration' => ['shape' => 'CustomDeliveryConfiguration'], 'MessageConfiguration' => ['shape' => 'MessageConfiguration'], 'Schedule' => ['shape' => 'Schedule'], 'SizePercent' => ['shape' => '__integer'], 'TemplateConfiguration' => ['shape' => 'TemplateConfiguration'], 'TreatmentDescription' => ['shape' => '__string'], 'TreatmentName' => ['shape' => '__string']], 'required' => ['SizePercent']], '__EndpointTypesElement' => ['type' => 'string', 'enum' => ['PUSH', 'GCM', 'APNS', 'APNS_SANDBOX', 'APNS_VOIP', 'APNS_VOIP_SANDBOX', 'ADM', 'SMS', 'VOICE', 'EMAIL', 'BAIDU', 'CUSTOM']], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], 'ListOfActivityResponse' => ['type' => 'list', 'member' => ['shape' => 'ActivityResponse']], 'ListOfApplicationResponse' => ['type' => 'list', 'member' => ['shape' => 'ApplicationResponse']], 'ListOfCampaignResponse' => ['type' => 'list', 'member' => ['shape' => 'CampaignResponse']], 'ListOfEndpointBatchItem' => ['type' => 'list', 'member' => ['shape' => 'EndpointBatchItem']], 'ListOfEndpointResponse' => ['type' => 'list', 'member' => ['shape' => 'EndpointResponse']], 'ListOfExportJobResponse' => ['type' => 'list', 'member' => ['shape' => 'ExportJobResponse']], 'ListOfImportJobResponse' => ['type' => 'list', 'member' => ['shape' => 'ImportJobResponse']], 'ListOfJourneyResponse' => ['type' => 'list', 'member' => ['shape' => 'JourneyResponse']], 'ListOfMultiConditionalBranch' => ['type' => 'list', 'member' => ['shape' => 'MultiConditionalBranch']], 'ListOfRandomSplitEntry' => ['type' => 'list', 'member' => ['shape' => 'RandomSplitEntry']], 'ListOfRecommenderConfigurationResponse' => ['type' => 'list', 'member' => ['shape' => 'RecommenderConfigurationResponse']], 'ListOfResultRow' => ['type' => 'list', 'member' => ['shape' => 'ResultRow']], 'ListOfResultRowValue' => ['type' => 'list', 'member' => ['shape' => 'ResultRowValue']], 'ListOfSegmentDimensions' => ['type' => 'list', 'member' => ['shape' => 'SegmentDimensions']], 'ListOfSegmentGroup' => ['type' => 'list', 'member' => ['shape' => 'SegmentGroup']], 'ListOfSegmentReference' => ['type' => 'list', 'member' => ['shape' => 'SegmentReference']], 'ListOfSegmentResponse' => ['type' => 'list', 'member' => ['shape' => 'SegmentResponse']], 'ListOfSimpleCondition' => ['type' => 'list', 'member' => ['shape' => 'SimpleCondition']], 'ListOfTemplateResponse' => ['type' => 'list', 'member' => ['shape' => 'TemplateResponse']], 'ListOfTemplateVersionResponse' => ['type' => 'list', 'member' => ['shape' => 'TemplateVersionResponse']], 'ListOfTreatmentResource' => ['type' => 'list', 'member' => ['shape' => 'TreatmentResource']], 'ListOfWriteTreatmentResource' => ['type' => 'list', 'member' => ['shape' => 'WriteTreatmentResource']], 'ListOf__EndpointTypesElement' => ['type' => 'list', 'member' => ['shape' => '__EndpointTypesElement']], 'ListOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], 'MapOfActivity' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'Activity']], 'MapOfAddressConfiguration' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AddressConfiguration']], 'MapOfAttributeDimension' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'AttributeDimension']], 'MapOfChannelResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ChannelResponse']], 'MapOfEndpointMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EndpointMessageResult']], 'MapOfEndpointSendConfiguration' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EndpointSendConfiguration']], 'MapOfEvent' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'Event']], 'MapOfEventItemResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EventItemResponse']], 'MapOfEventsBatch' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'EventsBatch']], 'MapOfItemResponse' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ItemResponse']], 'MapOfMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MessageResult']], 'MapOfMetricDimension' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MetricDimension']], 'MapOf__double' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__double']], 'MapOf__integer' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__integer']], 'MapOfListOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'ListOf__string']], 'MapOfMapOfEndpointMessageResult' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => 'MapOfEndpointMessageResult']], 'MapOf__string' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], '__string' => ['type' => 'string'], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp']]]; diff --git a/vendor/Aws3/Aws/data/polly/2016-06-10/api-2.json.php b/vendor/Aws3/Aws/data/polly/2016-06-10/api-2.json.php index 5d366af2..0c884adf 100644 --- a/vendor/Aws3/Aws/data/polly/2016-06-10/api-2.json.php +++ b/vendor/Aws3/Aws/data/polly/2016-06-10/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-06-10', 'endpointPrefix' => 'polly', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Polly', 'serviceId' => 'Polly', 'signatureVersion' => 'v4', 'uid' => 'polly-2016-06-10'], 'operations' => ['DeleteLexicon' => ['name' => 'DeleteLexicon', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteLexiconInput'], 'output' => ['shape' => 'DeleteLexiconOutput'], 'errors' => [['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException']]], 'DescribeVoices' => ['name' => 'DescribeVoices', 'http' => ['method' => 'GET', 'requestUri' => '/v1/voices', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVoicesInput'], 'output' => ['shape' => 'DescribeVoicesOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'GetLexicon' => ['name' => 'GetLexicon', 'http' => ['method' => 'GET', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'GetLexiconInput'], 'output' => ['shape' => 'GetLexiconOutput'], 'errors' => [['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException']]], 'GetSpeechSynthesisTask' => ['name' => 'GetSpeechSynthesisTask', 'http' => ['method' => 'GET', 'requestUri' => '/v1/synthesisTasks/{TaskId}', 'responseCode' => 200], 'input' => ['shape' => 'GetSpeechSynthesisTaskInput'], 'output' => ['shape' => 'GetSpeechSynthesisTaskOutput'], 'errors' => [['shape' => 'InvalidTaskIdException'], ['shape' => 'ServiceFailureException'], ['shape' => 'SynthesisTaskNotFoundException']]], 'ListLexicons' => ['name' => 'ListLexicons', 'http' => ['method' => 'GET', 'requestUri' => '/v1/lexicons', 'responseCode' => 200], 'input' => ['shape' => 'ListLexiconsInput'], 'output' => ['shape' => 'ListLexiconsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'ListSpeechSynthesisTasks' => ['name' => 'ListSpeechSynthesisTasks', 'http' => ['method' => 'GET', 'requestUri' => '/v1/synthesisTasks', 'responseCode' => 200], 'input' => ['shape' => 'ListSpeechSynthesisTasksInput'], 'output' => ['shape' => 'ListSpeechSynthesisTasksOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'PutLexicon' => ['name' => 'PutLexicon', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'PutLexiconInput'], 'output' => ['shape' => 'PutLexiconOutput'], 'errors' => [['shape' => 'InvalidLexiconException'], ['shape' => 'UnsupportedPlsAlphabetException'], ['shape' => 'UnsupportedPlsLanguageException'], ['shape' => 'LexiconSizeExceededException'], ['shape' => 'MaxLexemeLengthExceededException'], ['shape' => 'MaxLexiconsNumberExceededException'], ['shape' => 'ServiceFailureException']]], 'StartSpeechSynthesisTask' => ['name' => 'StartSpeechSynthesisTask', 'http' => ['method' => 'POST', 'requestUri' => '/v1/synthesisTasks', 'responseCode' => 200], 'input' => ['shape' => 'StartSpeechSynthesisTaskInput'], 'output' => ['shape' => 'StartSpeechSynthesisTaskOutput'], 'errors' => [['shape' => 'TextLengthExceededException'], ['shape' => 'InvalidS3BucketException'], ['shape' => 'InvalidS3KeyException'], ['shape' => 'InvalidSampleRateException'], ['shape' => 'InvalidSnsTopicArnException'], ['shape' => 'InvalidSsmlException'], ['shape' => 'EngineNotSupportedException'], ['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException'], ['shape' => 'MarksNotSupportedForFormatException'], ['shape' => 'SsmlMarksNotSupportedForTextTypeException'], ['shape' => 'LanguageNotSupportedException']]], 'SynthesizeSpeech' => ['name' => 'SynthesizeSpeech', 'http' => ['method' => 'POST', 'requestUri' => '/v1/speech', 'responseCode' => 200], 'input' => ['shape' => 'SynthesizeSpeechInput'], 'output' => ['shape' => 'SynthesizeSpeechOutput'], 'errors' => [['shape' => 'TextLengthExceededException'], ['shape' => 'InvalidSampleRateException'], ['shape' => 'InvalidSsmlException'], ['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException'], ['shape' => 'MarksNotSupportedForFormatException'], ['shape' => 'SsmlMarksNotSupportedForTextTypeException'], ['shape' => 'LanguageNotSupportedException'], ['shape' => 'EngineNotSupportedException']]]], 'shapes' => ['Alphabet' => ['type' => 'string'], 'AudioStream' => ['type' => 'blob', 'streaming' => \true], 'ContentType' => ['type' => 'string'], 'DateTime' => ['type' => 'timestamp'], 'DeleteLexiconInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName']]], 'DeleteLexiconOutput' => ['type' => 'structure', 'members' => []], 'DescribeVoicesInput' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'Engine', 'location' => 'querystring', 'locationName' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode', 'location' => 'querystring', 'locationName' => 'LanguageCode'], 'IncludeAdditionalLanguageCodes' => ['shape' => 'IncludeAdditionalLanguageCodes', 'location' => 'querystring', 'locationName' => 'IncludeAdditionalLanguageCodes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'DescribeVoicesOutput' => ['type' => 'structure', 'members' => ['Voices' => ['shape' => 'VoiceList'], 'NextToken' => ['shape' => 'NextToken']]], 'Engine' => ['type' => 'string', 'enum' => ['standard', 'neural']], 'EngineList' => ['type' => 'list', 'member' => ['shape' => 'Engine']], 'EngineNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'Gender' => ['type' => 'string', 'enum' => ['Female', 'Male']], 'GetLexiconInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName']]], 'GetLexiconOutput' => ['type' => 'structure', 'members' => ['Lexicon' => ['shape' => 'Lexicon'], 'LexiconAttributes' => ['shape' => 'LexiconAttributes']]], 'GetSpeechSynthesisTaskInput' => ['type' => 'structure', 'required' => ['TaskId'], 'members' => ['TaskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'TaskId']]], 'GetSpeechSynthesisTaskOutput' => ['type' => 'structure', 'members' => ['SynthesisTask' => ['shape' => 'SynthesisTask']]], 'IncludeAdditionalLanguageCodes' => ['type' => 'boolean'], 'InvalidLexiconException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidS3BucketException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidS3KeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSampleRateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSnsTopicArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSsmlException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTaskIdException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LanguageCode' => ['type' => 'string', 'enum' => ['arb', 'cmn-CN', 'cy-GB', 'da-DK', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IN', 'en-US', 'es-ES', 'es-MX', 'es-US', 'fr-CA', 'fr-FR', 'is-IS', 'it-IT', 'ja-JP', 'hi-IN', 'ko-KR', 'nb-NO', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR']], 'LanguageCodeList' => ['type' => 'list', 'member' => ['shape' => 'LanguageCode']], 'LanguageName' => ['type' => 'string'], 'LanguageNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LastModified' => ['type' => 'timestamp'], 'LexemesCount' => ['type' => 'integer'], 'Lexicon' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LexiconContent'], 'Name' => ['shape' => 'LexiconName']]], 'LexiconArn' => ['type' => 'string'], 'LexiconAttributes' => ['type' => 'structure', 'members' => ['Alphabet' => ['shape' => 'Alphabet'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModified' => ['shape' => 'LastModified'], 'LexiconArn' => ['shape' => 'LexiconArn'], 'LexemesCount' => ['shape' => 'LexemesCount'], 'Size' => ['shape' => 'Size']]], 'LexiconContent' => ['type' => 'string'], 'LexiconDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LexiconName'], 'Attributes' => ['shape' => 'LexiconAttributes']]], 'LexiconDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'LexiconDescription']], 'LexiconName' => ['type' => 'string', 'pattern' => '[0-9A-Za-z]{1,20}', 'sensitive' => \true], 'LexiconNameList' => ['type' => 'list', 'member' => ['shape' => 'LexiconName'], 'max' => 5], 'LexiconNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'LexiconSizeExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListLexiconsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListLexiconsOutput' => ['type' => 'structure', 'members' => ['Lexicons' => ['shape' => 'LexiconDescriptionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSpeechSynthesisTasksInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'Status' => ['shape' => 'TaskStatus', 'location' => 'querystring', 'locationName' => 'Status']]], 'ListSpeechSynthesisTasksOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'SynthesisTasks' => ['shape' => 'SynthesisTasks']]], 'MarksNotSupportedForFormatException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxLexemeLengthExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxLexiconsNumberExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'OutputFormat' => ['type' => 'string', 'enum' => ['json', 'mp3', 'ogg_vorbis', 'pcm']], 'OutputS3BucketName' => ['type' => 'string', 'pattern' => '^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$'], 'OutputS3KeyPrefix' => ['type' => 'string', 'pattern' => '^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\\'\\(\\)]{0,800}$'], 'OutputUri' => ['type' => 'string'], 'PutLexiconInput' => ['type' => 'structure', 'required' => ['Name', 'Content'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName'], 'Content' => ['shape' => 'LexiconContent']]], 'PutLexiconOutput' => ['type' => 'structure', 'members' => []], 'RequestCharacters' => ['type' => 'integer'], 'SampleRate' => ['type' => 'string'], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'Size' => ['type' => 'integer'], 'SnsTopicArn' => ['type' => 'string', 'pattern' => '^arn:aws(-(cn|iso(-b)?|us-gov))?:sns:[a-z0-9_-]{1,50}:\\d{12}:[a-zA-Z0-9_-]{1,256}$'], 'SpeechMarkType' => ['type' => 'string', 'enum' => ['sentence', 'ssml', 'viseme', 'word']], 'SpeechMarkTypeList' => ['type' => 'list', 'member' => ['shape' => 'SpeechMarkType'], 'max' => 4], 'SsmlMarksNotSupportedForTextTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'StartSpeechSynthesisTaskInput' => ['type' => 'structure', 'required' => ['OutputFormat', 'OutputS3BucketName', 'Text', 'VoiceId'], 'members' => ['Engine' => ['shape' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'OutputS3BucketName' => ['shape' => 'OutputS3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'OutputS3KeyPrefix'], 'SampleRate' => ['shape' => 'SampleRate'], 'SnsTopicArn' => ['shape' => 'SnsTopicArn'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'Text' => ['shape' => 'Text'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId']]], 'StartSpeechSynthesisTaskOutput' => ['type' => 'structure', 'members' => ['SynthesisTask' => ['shape' => 'SynthesisTask']]], 'SynthesisTask' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'Engine'], 'TaskId' => ['shape' => 'TaskId'], 'TaskStatus' => ['shape' => 'TaskStatus'], 'TaskStatusReason' => ['shape' => 'TaskStatusReason'], 'OutputUri' => ['shape' => 'OutputUri'], 'CreationTime' => ['shape' => 'DateTime'], 'RequestCharacters' => ['shape' => 'RequestCharacters'], 'SnsTopicArn' => ['shape' => 'SnsTopicArn'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'SampleRate' => ['shape' => 'SampleRate'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'SynthesisTaskNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SynthesisTasks' => ['type' => 'list', 'member' => ['shape' => 'SynthesisTask']], 'SynthesizeSpeechInput' => ['type' => 'structure', 'required' => ['OutputFormat', 'Text', 'VoiceId'], 'members' => ['Engine' => ['shape' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'SampleRate' => ['shape' => 'SampleRate'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'Text' => ['shape' => 'Text'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId']]], 'SynthesizeSpeechOutput' => ['type' => 'structure', 'members' => ['AudioStream' => ['shape' => 'AudioStream'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'RequestCharacters' => ['shape' => 'RequestCharacters', 'location' => 'header', 'locationName' => 'x-amzn-RequestCharacters']], 'payload' => 'AudioStream'], 'TaskId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_-]{1,100}$'], 'TaskStatus' => ['type' => 'string', 'enum' => ['scheduled', 'inProgress', 'completed', 'failed']], 'TaskStatusReason' => ['type' => 'string'], 'Text' => ['type' => 'string'], 'TextLengthExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TextType' => ['type' => 'string', 'enum' => ['ssml', 'text']], 'UnsupportedPlsAlphabetException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UnsupportedPlsLanguageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Voice' => ['type' => 'structure', 'members' => ['Gender' => ['shape' => 'Gender'], 'Id' => ['shape' => 'VoiceId'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LanguageName' => ['shape' => 'LanguageName'], 'Name' => ['shape' => 'VoiceName'], 'AdditionalLanguageCodes' => ['shape' => 'LanguageCodeList'], 'SupportedEngines' => ['shape' => 'EngineList']]], 'VoiceId' => ['type' => 'string', 'enum' => ['Aditi', 'Amy', 'Astrid', 'Bianca', 'Brian', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Dora', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Geraint', 'Giorgio', 'Gwyneth', 'Hans', 'Ines', 'Ivy', 'Jacek', 'Jan', 'Joanna', 'Joey', 'Justin', 'Karl', 'Kendra', 'Kimberly', 'Lea', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Nicole', 'Penelope', 'Raveena', 'Ricardo', 'Ruben', 'Russell', 'Salli', 'Seoyeon', 'Takumi', 'Tatyana', 'Vicki', 'Vitoria', 'Zeina', 'Zhiyu']], 'VoiceList' => ['type' => 'list', 'member' => ['shape' => 'Voice']], 'VoiceName' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-06-10', 'endpointPrefix' => 'polly', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Polly', 'serviceId' => 'Polly', 'signatureVersion' => 'v4', 'uid' => 'polly-2016-06-10'], 'operations' => ['DeleteLexicon' => ['name' => 'DeleteLexicon', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'DeleteLexiconInput'], 'output' => ['shape' => 'DeleteLexiconOutput'], 'errors' => [['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException']]], 'DescribeVoices' => ['name' => 'DescribeVoices', 'http' => ['method' => 'GET', 'requestUri' => '/v1/voices', 'responseCode' => 200], 'input' => ['shape' => 'DescribeVoicesInput'], 'output' => ['shape' => 'DescribeVoicesOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'GetLexicon' => ['name' => 'GetLexicon', 'http' => ['method' => 'GET', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'GetLexiconInput'], 'output' => ['shape' => 'GetLexiconOutput'], 'errors' => [['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException']]], 'GetSpeechSynthesisTask' => ['name' => 'GetSpeechSynthesisTask', 'http' => ['method' => 'GET', 'requestUri' => '/v1/synthesisTasks/{TaskId}', 'responseCode' => 200], 'input' => ['shape' => 'GetSpeechSynthesisTaskInput'], 'output' => ['shape' => 'GetSpeechSynthesisTaskOutput'], 'errors' => [['shape' => 'InvalidTaskIdException'], ['shape' => 'ServiceFailureException'], ['shape' => 'SynthesisTaskNotFoundException']]], 'ListLexicons' => ['name' => 'ListLexicons', 'http' => ['method' => 'GET', 'requestUri' => '/v1/lexicons', 'responseCode' => 200], 'input' => ['shape' => 'ListLexiconsInput'], 'output' => ['shape' => 'ListLexiconsOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'ListSpeechSynthesisTasks' => ['name' => 'ListSpeechSynthesisTasks', 'http' => ['method' => 'GET', 'requestUri' => '/v1/synthesisTasks', 'responseCode' => 200], 'input' => ['shape' => 'ListSpeechSynthesisTasksInput'], 'output' => ['shape' => 'ListSpeechSynthesisTasksOutput'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ServiceFailureException']]], 'PutLexicon' => ['name' => 'PutLexicon', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/lexicons/{LexiconName}', 'responseCode' => 200], 'input' => ['shape' => 'PutLexiconInput'], 'output' => ['shape' => 'PutLexiconOutput'], 'errors' => [['shape' => 'InvalidLexiconException'], ['shape' => 'UnsupportedPlsAlphabetException'], ['shape' => 'UnsupportedPlsLanguageException'], ['shape' => 'LexiconSizeExceededException'], ['shape' => 'MaxLexemeLengthExceededException'], ['shape' => 'MaxLexiconsNumberExceededException'], ['shape' => 'ServiceFailureException']]], 'StartSpeechSynthesisTask' => ['name' => 'StartSpeechSynthesisTask', 'http' => ['method' => 'POST', 'requestUri' => '/v1/synthesisTasks', 'responseCode' => 200], 'input' => ['shape' => 'StartSpeechSynthesisTaskInput'], 'output' => ['shape' => 'StartSpeechSynthesisTaskOutput'], 'errors' => [['shape' => 'TextLengthExceededException'], ['shape' => 'InvalidS3BucketException'], ['shape' => 'InvalidS3KeyException'], ['shape' => 'InvalidSampleRateException'], ['shape' => 'InvalidSnsTopicArnException'], ['shape' => 'InvalidSsmlException'], ['shape' => 'EngineNotSupportedException'], ['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException'], ['shape' => 'MarksNotSupportedForFormatException'], ['shape' => 'SsmlMarksNotSupportedForTextTypeException'], ['shape' => 'LanguageNotSupportedException']]], 'SynthesizeSpeech' => ['name' => 'SynthesizeSpeech', 'http' => ['method' => 'POST', 'requestUri' => '/v1/speech', 'responseCode' => 200], 'input' => ['shape' => 'SynthesizeSpeechInput'], 'output' => ['shape' => 'SynthesizeSpeechOutput'], 'errors' => [['shape' => 'TextLengthExceededException'], ['shape' => 'InvalidSampleRateException'], ['shape' => 'InvalidSsmlException'], ['shape' => 'LexiconNotFoundException'], ['shape' => 'ServiceFailureException'], ['shape' => 'MarksNotSupportedForFormatException'], ['shape' => 'SsmlMarksNotSupportedForTextTypeException'], ['shape' => 'LanguageNotSupportedException'], ['shape' => 'EngineNotSupportedException']]]], 'shapes' => ['Alphabet' => ['type' => 'string'], 'AudioStream' => ['type' => 'blob', 'streaming' => \true], 'ContentType' => ['type' => 'string'], 'DateTime' => ['type' => 'timestamp'], 'DeleteLexiconInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName']]], 'DeleteLexiconOutput' => ['type' => 'structure', 'members' => []], 'DescribeVoicesInput' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'Engine', 'location' => 'querystring', 'locationName' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode', 'location' => 'querystring', 'locationName' => 'LanguageCode'], 'IncludeAdditionalLanguageCodes' => ['shape' => 'IncludeAdditionalLanguageCodes', 'location' => 'querystring', 'locationName' => 'IncludeAdditionalLanguageCodes'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'DescribeVoicesOutput' => ['type' => 'structure', 'members' => ['Voices' => ['shape' => 'VoiceList'], 'NextToken' => ['shape' => 'NextToken']]], 'Engine' => ['type' => 'string', 'enum' => ['standard', 'neural']], 'EngineList' => ['type' => 'list', 'member' => ['shape' => 'Engine']], 'EngineNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'Gender' => ['type' => 'string', 'enum' => ['Female', 'Male']], 'GetLexiconInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName']]], 'GetLexiconOutput' => ['type' => 'structure', 'members' => ['Lexicon' => ['shape' => 'Lexicon'], 'LexiconAttributes' => ['shape' => 'LexiconAttributes']]], 'GetSpeechSynthesisTaskInput' => ['type' => 'structure', 'required' => ['TaskId'], 'members' => ['TaskId' => ['shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'TaskId']]], 'GetSpeechSynthesisTaskOutput' => ['type' => 'structure', 'members' => ['SynthesisTask' => ['shape' => 'SynthesisTask']]], 'IncludeAdditionalLanguageCodes' => ['type' => 'boolean'], 'InvalidLexiconException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidS3BucketException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidS3KeyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSampleRateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSnsTopicArnException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidSsmlException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTaskIdException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LanguageCode' => ['type' => 'string', 'enum' => ['arb', 'cmn-CN', 'cy-GB', 'da-DK', 'de-DE', 'en-AU', 'en-GB', 'en-GB-WLS', 'en-IN', 'en-US', 'es-ES', 'es-MX', 'es-US', 'fr-CA', 'fr-FR', 'is-IS', 'it-IT', 'ja-JP', 'hi-IN', 'ko-KR', 'nb-NO', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sv-SE', 'tr-TR']], 'LanguageCodeList' => ['type' => 'list', 'member' => ['shape' => 'LanguageCode']], 'LanguageName' => ['type' => 'string'], 'LanguageNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LastModified' => ['type' => 'timestamp'], 'LexemesCount' => ['type' => 'integer'], 'Lexicon' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'LexiconContent'], 'Name' => ['shape' => 'LexiconName']]], 'LexiconArn' => ['type' => 'string'], 'LexiconAttributes' => ['type' => 'structure', 'members' => ['Alphabet' => ['shape' => 'Alphabet'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModified' => ['shape' => 'LastModified'], 'LexiconArn' => ['shape' => 'LexiconArn'], 'LexemesCount' => ['shape' => 'LexemesCount'], 'Size' => ['shape' => 'Size']]], 'LexiconContent' => ['type' => 'string'], 'LexiconDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LexiconName'], 'Attributes' => ['shape' => 'LexiconAttributes']]], 'LexiconDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'LexiconDescription']], 'LexiconName' => ['type' => 'string', 'pattern' => '[0-9A-Za-z]{1,20}', 'sensitive' => \true], 'LexiconNameList' => ['type' => 'list', 'member' => ['shape' => 'LexiconName'], 'max' => 5], 'LexiconNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'LexiconSizeExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListLexiconsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListLexiconsOutput' => ['type' => 'structure', 'members' => ['Lexicons' => ['shape' => 'LexiconDescriptionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSpeechSynthesisTasksInput' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'Status' => ['shape' => 'TaskStatus', 'location' => 'querystring', 'locationName' => 'Status']]], 'ListSpeechSynthesisTasksOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'SynthesisTasks' => ['shape' => 'SynthesisTasks']]], 'MarksNotSupportedForFormatException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxLexemeLengthExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxLexiconsNumberExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'OutputFormat' => ['type' => 'string', 'enum' => ['json', 'mp3', 'ogg_vorbis', 'pcm']], 'OutputS3BucketName' => ['type' => 'string', 'pattern' => '^[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$'], 'OutputS3KeyPrefix' => ['type' => 'string', 'pattern' => '^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\\'\\(\\)]{0,800}$'], 'OutputUri' => ['type' => 'string'], 'PutLexiconInput' => ['type' => 'structure', 'required' => ['Name', 'Content'], 'members' => ['Name' => ['shape' => 'LexiconName', 'location' => 'uri', 'locationName' => 'LexiconName'], 'Content' => ['shape' => 'LexiconContent']]], 'PutLexiconOutput' => ['type' => 'structure', 'members' => []], 'RequestCharacters' => ['type' => 'integer'], 'SampleRate' => ['type' => 'string'], 'ServiceFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'Size' => ['type' => 'integer'], 'SnsTopicArn' => ['type' => 'string', 'pattern' => '^arn:aws(-(cn|iso(-b)?|us-gov))?:sns:[a-z0-9_-]{1,50}:\\d{12}:[a-zA-Z0-9_-]{1,256}$'], 'SpeechMarkType' => ['type' => 'string', 'enum' => ['sentence', 'ssml', 'viseme', 'word']], 'SpeechMarkTypeList' => ['type' => 'list', 'member' => ['shape' => 'SpeechMarkType'], 'max' => 4], 'SsmlMarksNotSupportedForTextTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'StartSpeechSynthesisTaskInput' => ['type' => 'structure', 'required' => ['OutputFormat', 'OutputS3BucketName', 'Text', 'VoiceId'], 'members' => ['Engine' => ['shape' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'OutputS3BucketName' => ['shape' => 'OutputS3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'OutputS3KeyPrefix'], 'SampleRate' => ['shape' => 'SampleRate'], 'SnsTopicArn' => ['shape' => 'SnsTopicArn'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'Text' => ['shape' => 'Text'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId']]], 'StartSpeechSynthesisTaskOutput' => ['type' => 'structure', 'members' => ['SynthesisTask' => ['shape' => 'SynthesisTask']]], 'SynthesisTask' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'Engine'], 'TaskId' => ['shape' => 'TaskId'], 'TaskStatus' => ['shape' => 'TaskStatus'], 'TaskStatusReason' => ['shape' => 'TaskStatusReason'], 'OutputUri' => ['shape' => 'OutputUri'], 'CreationTime' => ['shape' => 'DateTime'], 'RequestCharacters' => ['shape' => 'RequestCharacters'], 'SnsTopicArn' => ['shape' => 'SnsTopicArn'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'SampleRate' => ['shape' => 'SampleRate'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId'], 'LanguageCode' => ['shape' => 'LanguageCode']]], 'SynthesisTaskNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SynthesisTasks' => ['type' => 'list', 'member' => ['shape' => 'SynthesisTask']], 'SynthesizeSpeechInput' => ['type' => 'structure', 'required' => ['OutputFormat', 'Text', 'VoiceId'], 'members' => ['Engine' => ['shape' => 'Engine'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LexiconNames' => ['shape' => 'LexiconNameList'], 'OutputFormat' => ['shape' => 'OutputFormat'], 'SampleRate' => ['shape' => 'SampleRate'], 'SpeechMarkTypes' => ['shape' => 'SpeechMarkTypeList'], 'Text' => ['shape' => 'Text'], 'TextType' => ['shape' => 'TextType'], 'VoiceId' => ['shape' => 'VoiceId']]], 'SynthesizeSpeechOutput' => ['type' => 'structure', 'members' => ['AudioStream' => ['shape' => 'AudioStream'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'RequestCharacters' => ['shape' => 'RequestCharacters', 'location' => 'header', 'locationName' => 'x-amzn-RequestCharacters']], 'payload' => 'AudioStream'], 'TaskId' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_-]{1,100}$'], 'TaskStatus' => ['type' => 'string', 'enum' => ['scheduled', 'inProgress', 'completed', 'failed']], 'TaskStatusReason' => ['type' => 'string'], 'Text' => ['type' => 'string'], 'TextLengthExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TextType' => ['type' => 'string', 'enum' => ['ssml', 'text']], 'UnsupportedPlsAlphabetException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UnsupportedPlsLanguageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Voice' => ['type' => 'structure', 'members' => ['Gender' => ['shape' => 'Gender'], 'Id' => ['shape' => 'VoiceId'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LanguageName' => ['shape' => 'LanguageName'], 'Name' => ['shape' => 'VoiceName'], 'AdditionalLanguageCodes' => ['shape' => 'LanguageCodeList'], 'SupportedEngines' => ['shape' => 'EngineList']]], 'VoiceId' => ['type' => 'string', 'enum' => ['Aditi', 'Amy', 'Astrid', 'Bianca', 'Brian', 'Camila', 'Carla', 'Carmen', 'Celine', 'Chantal', 'Conchita', 'Cristiano', 'Dora', 'Emma', 'Enrique', 'Ewa', 'Filiz', 'Geraint', 'Giorgio', 'Gwyneth', 'Hans', 'Ines', 'Ivy', 'Jacek', 'Jan', 'Joanna', 'Joey', 'Justin', 'Karl', 'Kendra', 'Kevin', 'Kimberly', 'Lea', 'Liv', 'Lotte', 'Lucia', 'Lupe', 'Mads', 'Maja', 'Marlene', 'Mathieu', 'Matthew', 'Maxim', 'Mia', 'Miguel', 'Mizuki', 'Naja', 'Nicole', 'Penelope', 'Raveena', 'Ricardo', 'Ruben', 'Russell', 'Salli', 'Seoyeon', 'Takumi', 'Tatyana', 'Vicki', 'Vitoria', 'Zeina', 'Zhiyu']], 'VoiceList' => ['type' => 'list', 'member' => ['shape' => 'Voice']], 'VoiceName' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/qldb/2019-01-02/api-2.json.php b/vendor/Aws3/Aws/data/qldb/2019-01-02/api-2.json.php index 1932acac..11020f89 100644 --- a/vendor/Aws3/Aws/data/qldb/2019-01-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/qldb/2019-01-02/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-01-02', 'endpointPrefix' => 'qldb', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'QLDB', 'serviceFullName' => 'Amazon QLDB', 'serviceId' => 'QLDB', 'signatureVersion' => 'v4', 'signingName' => 'qldb', 'uid' => 'qldb-2019-01-02'], 'operations' => ['CreateLedger' => ['name' => 'CreateLedger', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers'], 'input' => ['shape' => 'CreateLedgerRequest'], 'output' => ['shape' => 'CreateLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'DeleteLedger' => ['name' => 'DeleteLedger', 'http' => ['method' => 'DELETE', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'DeleteLedgerRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'DescribeJournalS3Export' => ['name' => 'DescribeJournalS3Export', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-s3-exports/{exportId}'], 'input' => ['shape' => 'DescribeJournalS3ExportRequest'], 'output' => ['shape' => 'DescribeJournalS3ExportResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeLedger' => ['name' => 'DescribeLedger', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'DescribeLedgerRequest'], 'output' => ['shape' => 'DescribeLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'ExportJournalToS3' => ['name' => 'ExportJournalToS3', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/journal-s3-exports'], 'input' => ['shape' => 'ExportJournalToS3Request'], 'output' => ['shape' => 'ExportJournalToS3Response'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetBlock' => ['name' => 'GetBlock', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/block'], 'input' => ['shape' => 'GetBlockRequest'], 'output' => ['shape' => 'GetBlockResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetDigest' => ['name' => 'GetDigest', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/digest'], 'input' => ['shape' => 'GetDigestRequest'], 'output' => ['shape' => 'GetDigestResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetRevision' => ['name' => 'GetRevision', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/revision'], 'input' => ['shape' => 'GetRevisionRequest'], 'output' => ['shape' => 'GetRevisionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'ListJournalS3Exports' => ['name' => 'ListJournalS3Exports', 'http' => ['method' => 'GET', 'requestUri' => '/journal-s3-exports'], 'input' => ['shape' => 'ListJournalS3ExportsRequest'], 'output' => ['shape' => 'ListJournalS3ExportsResponse']], 'ListJournalS3ExportsForLedger' => ['name' => 'ListJournalS3ExportsForLedger', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-s3-exports'], 'input' => ['shape' => 'ListJournalS3ExportsForLedgerRequest'], 'output' => ['shape' => 'ListJournalS3ExportsForLedgerResponse']], 'ListLedgers' => ['name' => 'ListLedgers', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers'], 'input' => ['shape' => 'ListLedgersRequest'], 'output' => ['shape' => 'ListLedgersResponse']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateLedger' => ['name' => 'UpdateLedger', 'http' => ['method' => 'PATCH', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'UpdateLedgerRequest'], 'output' => ['shape' => 'UpdateLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 1600, 'min' => 20], 'CreateLedgerRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionsMode'], 'members' => ['Name' => ['shape' => 'LedgerName'], 'Tags' => ['shape' => 'Tags'], 'PermissionsMode' => ['shape' => 'PermissionsMode'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'CreateLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'DeleteLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'DeletionProtection' => ['type' => 'boolean'], 'DescribeJournalS3ExportRequest' => ['type' => 'structure', 'required' => ['Name', 'ExportId'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'ExportId' => ['shape' => 'UniqueId', 'location' => 'uri', 'locationName' => 'exportId']]], 'DescribeJournalS3ExportResponse' => ['type' => 'structure', 'required' => ['ExportDescription'], 'members' => ['ExportDescription' => ['shape' => 'JournalS3ExportDescription']]], 'DescribeLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'DescribeLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'Digest' => ['type' => 'blob', 'max' => 32, 'min' => 32], 'ErrorMessage' => ['type' => 'string'], 'ExportJournalToS3Request' => ['type' => 'structure', 'required' => ['Name', 'InclusiveStartTime', 'ExclusiveEndTime', 'S3ExportConfiguration', 'RoleArn'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'S3ExportConfiguration' => ['shape' => 'S3ExportConfiguration'], 'RoleArn' => ['shape' => 'Arn']]], 'ExportJournalToS3Response' => ['type' => 'structure', 'required' => ['ExportId'], 'members' => ['ExportId' => ['shape' => 'UniqueId']]], 'ExportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'CANCELLED']], 'GetBlockRequest' => ['type' => 'structure', 'required' => ['Name', 'BlockAddress'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'BlockAddress' => ['shape' => 'ValueHolder'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetBlockResponse' => ['type' => 'structure', 'required' => ['Block'], 'members' => ['Block' => ['shape' => 'ValueHolder'], 'Proof' => ['shape' => 'ValueHolder']]], 'GetDigestRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'GetDigestResponse' => ['type' => 'structure', 'required' => ['Digest', 'DigestTipAddress'], 'members' => ['Digest' => ['shape' => 'Digest'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetRevisionRequest' => ['type' => 'structure', 'required' => ['Name', 'BlockAddress', 'DocumentId'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'BlockAddress' => ['shape' => 'ValueHolder'], 'DocumentId' => ['shape' => 'UniqueId'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetRevisionResponse' => ['type' => 'structure', 'required' => ['Revision'], 'members' => ['Proof' => ['shape' => 'ValueHolder'], 'Revision' => ['shape' => 'ValueHolder']]], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ParameterName' => ['shape' => 'ParameterName']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IonText' => ['type' => 'string', 'max' => 1048576, 'min' => 1, 'sensitive' => \true], 'JournalS3ExportDescription' => ['type' => 'structure', 'required' => ['LedgerName', 'ExportId', 'ExportCreationTime', 'Status', 'InclusiveStartTime', 'ExclusiveEndTime', 'S3ExportConfiguration', 'RoleArn'], 'members' => ['LedgerName' => ['shape' => 'LedgerName'], 'ExportId' => ['shape' => 'UniqueId'], 'ExportCreationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'ExportStatus'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'S3ExportConfiguration' => ['shape' => 'S3ExportConfiguration'], 'RoleArn' => ['shape' => 'Arn']]], 'JournalS3ExportList' => ['type' => 'list', 'member' => ['shape' => 'JournalS3ExportDescription']], 'LedgerList' => ['type' => 'list', 'member' => ['shape' => 'LedgerSummary']], 'LedgerName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '(?!^.*--)(?!^[0-9]+$)(?!^-)(?!.*-$)^[A-Za-z0-9-]+$'], 'LedgerState' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'DELETED']], 'LedgerSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListJournalS3ExportsForLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListJournalS3ExportsForLedgerResponse' => ['type' => 'structure', 'members' => ['JournalS3Exports' => ['shape' => 'JournalS3ExportList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListJournalS3ExportsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListJournalS3ExportsResponse' => ['type' => 'structure', 'members' => ['JournalS3Exports' => ['shape' => 'JournalS3ExportList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLedgersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListLedgersResponse' => ['type' => 'structure', 'members' => ['Ledgers' => ['shape' => 'LedgerList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 4, 'pattern' => '^[A-Za-z-0-9+/=]+$'], 'ParameterName' => ['type' => 'string'], 'PermissionsMode' => ['type' => 'string', 'enum' => ['ALLOW_ALL']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceName' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'S3Bucket' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '^[A-Za-z-0-9-_.]+$'], 'S3EncryptionConfiguration' => ['type' => 'structure', 'required' => ['ObjectEncryptionType'], 'members' => ['ObjectEncryptionType' => ['shape' => 'S3ObjectEncryptionType'], 'KmsKeyArn' => ['shape' => 'Arn']]], 'S3ExportConfiguration' => ['type' => 'structure', 'required' => ['Bucket', 'Prefix', 'EncryptionConfiguration'], 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Prefix' => ['shape' => 'S3Prefix'], 'EncryptionConfiguration' => ['shape' => 'S3EncryptionConfiguration']]], 'S3ObjectEncryptionType' => ['type' => 'string', 'enum' => ['SSE_KMS', 'SSE_S3', 'NO_ENCRYPTION']], 'S3Prefix' => ['type' => 'string', 'max' => 128, 'min' => 0], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'UniqueId' => ['type' => 'string', 'max' => 22, 'min' => 22, 'pattern' => '^[A-Za-z-0-9]+$'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'UpdateLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'ValueHolder' => ['type' => 'structure', 'members' => ['IonText' => ['shape' => 'IonText']], 'sensitive' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-01-02', 'endpointPrefix' => 'qldb', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'QLDB', 'serviceFullName' => 'Amazon QLDB', 'serviceId' => 'QLDB', 'signatureVersion' => 'v4', 'signingName' => 'qldb', 'uid' => 'qldb-2019-01-02'], 'operations' => ['CancelJournalKinesisStream' => ['name' => 'CancelJournalKinesisStream', 'http' => ['method' => 'DELETE', 'requestUri' => '/ledgers/{name}/journal-kinesis-streams/{streamId}'], 'input' => ['shape' => 'CancelJournalKinesisStreamRequest'], 'output' => ['shape' => 'CancelJournalKinesisStreamResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'CreateLedger' => ['name' => 'CreateLedger', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers'], 'input' => ['shape' => 'CreateLedgerRequest'], 'output' => ['shape' => 'CreateLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException']]], 'DeleteLedger' => ['name' => 'DeleteLedger', 'http' => ['method' => 'DELETE', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'DeleteLedgerRequest'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'DescribeJournalKinesisStream' => ['name' => 'DescribeJournalKinesisStream', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-kinesis-streams/{streamId}'], 'input' => ['shape' => 'DescribeJournalKinesisStreamRequest'], 'output' => ['shape' => 'DescribeJournalKinesisStreamResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'DescribeJournalS3Export' => ['name' => 'DescribeJournalS3Export', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-s3-exports/{exportId}'], 'input' => ['shape' => 'DescribeJournalS3ExportRequest'], 'output' => ['shape' => 'DescribeJournalS3ExportResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeLedger' => ['name' => 'DescribeLedger', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'DescribeLedgerRequest'], 'output' => ['shape' => 'DescribeLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'ExportJournalToS3' => ['name' => 'ExportJournalToS3', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/journal-s3-exports'], 'input' => ['shape' => 'ExportJournalToS3Request'], 'output' => ['shape' => 'ExportJournalToS3Response'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetBlock' => ['name' => 'GetBlock', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/block'], 'input' => ['shape' => 'GetBlockRequest'], 'output' => ['shape' => 'GetBlockResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetDigest' => ['name' => 'GetDigest', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/digest'], 'input' => ['shape' => 'GetDigestRequest'], 'output' => ['shape' => 'GetDigestResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'GetRevision' => ['name' => 'GetRevision', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/revision'], 'input' => ['shape' => 'GetRevisionRequest'], 'output' => ['shape' => 'GetRevisionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'ListJournalKinesisStreamsForLedger' => ['name' => 'ListJournalKinesisStreamsForLedger', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-kinesis-streams'], 'input' => ['shape' => 'ListJournalKinesisStreamsForLedgerRequest'], 'output' => ['shape' => 'ListJournalKinesisStreamsForLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'ListJournalS3Exports' => ['name' => 'ListJournalS3Exports', 'http' => ['method' => 'GET', 'requestUri' => '/journal-s3-exports'], 'input' => ['shape' => 'ListJournalS3ExportsRequest'], 'output' => ['shape' => 'ListJournalS3ExportsResponse']], 'ListJournalS3ExportsForLedger' => ['name' => 'ListJournalS3ExportsForLedger', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers/{name}/journal-s3-exports'], 'input' => ['shape' => 'ListJournalS3ExportsForLedgerRequest'], 'output' => ['shape' => 'ListJournalS3ExportsForLedgerResponse']], 'ListLedgers' => ['name' => 'ListLedgers', 'http' => ['method' => 'GET', 'requestUri' => '/ledgers'], 'input' => ['shape' => 'ListLedgersRequest'], 'output' => ['shape' => 'ListLedgersResponse']], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'StreamJournalToKinesis' => ['name' => 'StreamJournalToKinesis', 'http' => ['method' => 'POST', 'requestUri' => '/ledgers/{name}/journal-kinesis-streams'], 'input' => ['shape' => 'StreamJournalToKinesisRequest'], 'output' => ['shape' => 'StreamJournalToKinesisResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourcePreconditionNotMetException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateLedger' => ['name' => 'UpdateLedger', 'http' => ['method' => 'PATCH', 'requestUri' => '/ledgers/{name}'], 'input' => ['shape' => 'UpdateLedgerRequest'], 'output' => ['shape' => 'UpdateLedgerResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 1600, 'min' => 20], 'Boolean' => ['type' => 'boolean'], 'CancelJournalKinesisStreamRequest' => ['type' => 'structure', 'required' => ['LedgerName', 'StreamId'], 'members' => ['LedgerName' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'StreamId' => ['shape' => 'UniqueId', 'location' => 'uri', 'locationName' => 'streamId']]], 'CancelJournalKinesisStreamResponse' => ['type' => 'structure', 'members' => ['StreamId' => ['shape' => 'UniqueId']]], 'CreateLedgerRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionsMode'], 'members' => ['Name' => ['shape' => 'LedgerName'], 'Tags' => ['shape' => 'Tags'], 'PermissionsMode' => ['shape' => 'PermissionsMode'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'CreateLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'DeleteLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'DeletionProtection' => ['type' => 'boolean'], 'DescribeJournalKinesisStreamRequest' => ['type' => 'structure', 'required' => ['LedgerName', 'StreamId'], 'members' => ['LedgerName' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'StreamId' => ['shape' => 'UniqueId', 'location' => 'uri', 'locationName' => 'streamId']]], 'DescribeJournalKinesisStreamResponse' => ['type' => 'structure', 'members' => ['Stream' => ['shape' => 'JournalKinesisStreamDescription']]], 'DescribeJournalS3ExportRequest' => ['type' => 'structure', 'required' => ['Name', 'ExportId'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'ExportId' => ['shape' => 'UniqueId', 'location' => 'uri', 'locationName' => 'exportId']]], 'DescribeJournalS3ExportResponse' => ['type' => 'structure', 'required' => ['ExportDescription'], 'members' => ['ExportDescription' => ['shape' => 'JournalS3ExportDescription']]], 'DescribeLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'DescribeLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'Digest' => ['type' => 'blob', 'max' => 32, 'min' => 32], 'ErrorCause' => ['type' => 'string', 'enum' => ['KINESIS_STREAM_NOT_FOUND', 'IAM_PERMISSION_REVOKED']], 'ErrorMessage' => ['type' => 'string'], 'ExportJournalToS3Request' => ['type' => 'structure', 'required' => ['Name', 'InclusiveStartTime', 'ExclusiveEndTime', 'S3ExportConfiguration', 'RoleArn'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'S3ExportConfiguration' => ['shape' => 'S3ExportConfiguration'], 'RoleArn' => ['shape' => 'Arn']]], 'ExportJournalToS3Response' => ['type' => 'structure', 'required' => ['ExportId'], 'members' => ['ExportId' => ['shape' => 'UniqueId']]], 'ExportStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED', 'CANCELLED']], 'GetBlockRequest' => ['type' => 'structure', 'required' => ['Name', 'BlockAddress'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'BlockAddress' => ['shape' => 'ValueHolder'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetBlockResponse' => ['type' => 'structure', 'required' => ['Block'], 'members' => ['Block' => ['shape' => 'ValueHolder'], 'Proof' => ['shape' => 'ValueHolder']]], 'GetDigestRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name']]], 'GetDigestResponse' => ['type' => 'structure', 'required' => ['Digest', 'DigestTipAddress'], 'members' => ['Digest' => ['shape' => 'Digest'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetRevisionRequest' => ['type' => 'structure', 'required' => ['Name', 'BlockAddress', 'DocumentId'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'BlockAddress' => ['shape' => 'ValueHolder'], 'DocumentId' => ['shape' => 'UniqueId'], 'DigestTipAddress' => ['shape' => 'ValueHolder']]], 'GetRevisionResponse' => ['type' => 'structure', 'required' => ['Revision'], 'members' => ['Proof' => ['shape' => 'ValueHolder'], 'Revision' => ['shape' => 'ValueHolder']]], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ParameterName' => ['shape' => 'ParameterName']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'IonText' => ['type' => 'string', 'max' => 1048576, 'min' => 1, 'sensitive' => \true], 'JournalKinesisStreamDescription' => ['type' => 'structure', 'required' => ['LedgerName', 'RoleArn', 'StreamId', 'Status', 'KinesisConfiguration', 'StreamName'], 'members' => ['LedgerName' => ['shape' => 'LedgerName'], 'CreationTime' => ['shape' => 'Timestamp'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'RoleArn' => ['shape' => 'Arn'], 'StreamId' => ['shape' => 'UniqueId'], 'Arn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'StreamStatus'], 'KinesisConfiguration' => ['shape' => 'KinesisConfiguration'], 'ErrorCause' => ['shape' => 'ErrorCause'], 'StreamName' => ['shape' => 'StreamName']]], 'JournalKinesisStreamDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'JournalKinesisStreamDescription']], 'JournalS3ExportDescription' => ['type' => 'structure', 'required' => ['LedgerName', 'ExportId', 'ExportCreationTime', 'Status', 'InclusiveStartTime', 'ExclusiveEndTime', 'S3ExportConfiguration', 'RoleArn'], 'members' => ['LedgerName' => ['shape' => 'LedgerName'], 'ExportId' => ['shape' => 'UniqueId'], 'ExportCreationTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'ExportStatus'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'S3ExportConfiguration' => ['shape' => 'S3ExportConfiguration'], 'RoleArn' => ['shape' => 'Arn']]], 'JournalS3ExportList' => ['type' => 'list', 'member' => ['shape' => 'JournalS3ExportDescription']], 'KinesisConfiguration' => ['type' => 'structure', 'required' => ['StreamArn'], 'members' => ['StreamArn' => ['shape' => 'Arn'], 'AggregationEnabled' => ['shape' => 'Boolean']]], 'LedgerList' => ['type' => 'list', 'member' => ['shape' => 'LedgerSummary']], 'LedgerName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '(?!^.*--)(?!^[0-9]+$)(?!^-)(?!.*-$)^[A-Za-z0-9-]+$'], 'LedgerState' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'DELETED']], 'LedgerSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListJournalKinesisStreamsForLedgerRequest' => ['type' => 'structure', 'required' => ['LedgerName'], 'members' => ['LedgerName' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListJournalKinesisStreamsForLedgerResponse' => ['type' => 'structure', 'members' => ['Streams' => ['shape' => 'JournalKinesisStreamDescriptionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListJournalS3ExportsForLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListJournalS3ExportsForLedgerResponse' => ['type' => 'structure', 'members' => ['JournalS3Exports' => ['shape' => 'JournalS3ExportList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListJournalS3ExportsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListJournalS3ExportsResponse' => ['type' => 'structure', 'members' => ['JournalS3Exports' => ['shape' => 'JournalS3ExportList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLedgersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'max_results'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'next_token']]], 'ListLedgersResponse' => ['type' => 'structure', 'members' => ['Ledgers' => ['shape' => 'LedgerList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 4, 'pattern' => '^[A-Za-z-0-9+/=]+$'], 'ParameterName' => ['type' => 'string'], 'PermissionsMode' => ['type' => 'string', 'enum' => ['ALLOW_ALL']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceName' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceType' => ['shape' => 'ResourceType'], 'ResourceName' => ['shape' => 'ResourceName']], 'error' => ['httpStatusCode' => 412], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'S3Bucket' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '^[A-Za-z-0-9-_.]+$'], 'S3EncryptionConfiguration' => ['type' => 'structure', 'required' => ['ObjectEncryptionType'], 'members' => ['ObjectEncryptionType' => ['shape' => 'S3ObjectEncryptionType'], 'KmsKeyArn' => ['shape' => 'Arn']]], 'S3ExportConfiguration' => ['type' => 'structure', 'required' => ['Bucket', 'Prefix', 'EncryptionConfiguration'], 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Prefix' => ['shape' => 'S3Prefix'], 'EncryptionConfiguration' => ['shape' => 'S3EncryptionConfiguration']]], 'S3ObjectEncryptionType' => ['type' => 'string', 'enum' => ['SSE_KMS', 'SSE_S3', 'NO_ENCRYPTION']], 'S3Prefix' => ['type' => 'string', 'max' => 128, 'min' => 0], 'StreamJournalToKinesisRequest' => ['type' => 'structure', 'required' => ['LedgerName', 'RoleArn', 'InclusiveStartTime', 'KinesisConfiguration', 'StreamName'], 'members' => ['LedgerName' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'RoleArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'Tags'], 'InclusiveStartTime' => ['shape' => 'Timestamp'], 'ExclusiveEndTime' => ['shape' => 'Timestamp'], 'KinesisConfiguration' => ['shape' => 'KinesisConfiguration'], 'StreamName' => ['shape' => 'StreamName']]], 'StreamJournalToKinesisResponse' => ['type' => 'structure', 'members' => ['StreamId' => ['shape' => 'UniqueId']]], 'StreamName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '(?!^.*--)(?!^[0-9]+$)(?!^-)(?!.*-$)^[A-Za-z0-9-]+$'], 'StreamStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'COMPLETED', 'CANCELED', 'FAILED', 'IMPAIRED']], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'Tags']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 200, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'UniqueId' => ['type' => 'string', 'max' => 22, 'min' => 22, 'pattern' => '^[A-Za-z-0-9]+$'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateLedgerRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'LedgerName', 'location' => 'uri', 'locationName' => 'name'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'UpdateLedgerResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'LedgerName'], 'Arn' => ['shape' => 'Arn'], 'State' => ['shape' => 'LedgerState'], 'CreationDateTime' => ['shape' => 'Timestamp'], 'DeletionProtection' => ['shape' => 'DeletionProtection']]], 'ValueHolder' => ['type' => 'structure', 'members' => ['IonText' => ['shape' => 'IonText']], 'sensitive' => \true]]]; diff --git a/vendor/Aws3/Aws/data/qldb/2019-01-02/paginators-1.json.php b/vendor/Aws3/Aws/data/qldb/2019-01-02/paginators-1.json.php index 3ef43434..33ec5ca6 100644 --- a/vendor/Aws3/Aws/data/qldb/2019-01-02/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/qldb/2019-01-02/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListJournalS3Exports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListJournalS3ExportsForLedger' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListLedgers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListJournalKinesisStreamsForLedger' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListJournalS3Exports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListJournalS3ExportsForLedger' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListLedgers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/quicksight/2018-04-01/api-2.json.php b/vendor/Aws3/Aws/data/quicksight/2018-04-01/api-2.json.php index cf33f77b..8d8018d9 100644 --- a/vendor/Aws3/Aws/data/quicksight/2018-04-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/quicksight/2018-04-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-04-01', 'endpointPrefix' => 'quicksight', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon QuickSight', 'serviceId' => 'QuickSight', 'signatureVersion' => 'v4', 'uid' => 'quicksight-2018-04-01'], 'operations' => ['CancelIngestion' => ['name' => 'CancelIngestion', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'CancelIngestionRequest'], 'output' => ['shape' => 'CancelIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'CreateDashboard' => ['name' => 'CreateDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'CreateDashboardRequest'], 'output' => ['shape' => 'CreateDashboardResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateDataSet' => ['name' => 'CreateDataSet', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sets'], 'input' => ['shape' => 'CreateDataSetRequest'], 'output' => ['shape' => 'CreateDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sources'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateGroupMembership' => ['name' => 'CreateGroupMembership', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}'], 'input' => ['shape' => 'CreateGroupMembershipRequest'], 'output' => ['shape' => 'CreateGroupMembershipResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateIAMPolicyAssignment' => ['name' => 'CreateIAMPolicyAssignment', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/'], 'input' => ['shape' => 'CreateIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'CreateIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'CreateIngestion' => ['name' => 'CreateIngestion', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'CreateIngestionRequest'], 'output' => ['shape' => 'CreateIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'CreateTemplate' => ['name' => 'CreateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'CreateTemplateRequest'], 'output' => ['shape' => 'CreateTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateTemplateAlias' => ['name' => 'CreateTemplateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'CreateTemplateAliasRequest'], 'output' => ['shape' => 'CreateTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteDashboard' => ['name' => 'DeleteDashboard', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'DeleteDashboardRequest'], 'output' => ['shape' => 'DeleteDashboardResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSet' => ['name' => 'DeleteDataSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'DeleteDataSetRequest'], 'output' => ['shape' => 'DeleteDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSource' => ['name' => 'DeleteDataSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'DeleteDataSourceRequest'], 'output' => ['shape' => 'DeleteDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteGroupMembership' => ['name' => 'DeleteGroupMembership', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}'], 'input' => ['shape' => 'DeleteGroupMembershipRequest'], 'output' => ['shape' => 'DeleteGroupMembershipResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteIAMPolicyAssignment' => ['name' => 'DeleteIAMPolicyAssignment', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'DeleteIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'DeleteIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'DeleteTemplate' => ['name' => 'DeleteTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'DeleteTemplateRequest'], 'output' => ['shape' => 'DeleteTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteTemplateAlias' => ['name' => 'DeleteTemplateAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'DeleteTemplateAliasRequest'], 'output' => ['shape' => 'DeleteTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteUserByPrincipalId' => ['name' => 'DeleteUserByPrincipalId', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}'], 'input' => ['shape' => 'DeleteUserByPrincipalIdRequest'], 'output' => ['shape' => 'DeleteUserByPrincipalIdResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeDashboard' => ['name' => 'DescribeDashboard', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'DescribeDashboardRequest'], 'output' => ['shape' => 'DescribeDashboardResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeDashboardPermissions' => ['name' => 'DescribeDashboardPermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions'], 'input' => ['shape' => 'DescribeDashboardPermissionsRequest'], 'output' => ['shape' => 'DescribeDashboardPermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSet' => ['name' => 'DescribeDataSet', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'DescribeDataSetRequest'], 'output' => ['shape' => 'DescribeDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSetPermissions' => ['name' => 'DescribeDataSetPermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions'], 'input' => ['shape' => 'DescribeDataSetPermissionsRequest'], 'output' => ['shape' => 'DescribeDataSetPermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSource' => ['name' => 'DescribeDataSource', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'DescribeDataSourceRequest'], 'output' => ['shape' => 'DescribeDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSourcePermissions' => ['name' => 'DescribeDataSourcePermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions'], 'input' => ['shape' => 'DescribeDataSourcePermissionsRequest'], 'output' => ['shape' => 'DescribeDataSourcePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeGroup' => ['name' => 'DescribeGroup', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'DescribeGroupRequest'], 'output' => ['shape' => 'DescribeGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeIAMPolicyAssignment' => ['name' => 'DescribeIAMPolicyAssignment', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'DescribeIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'DescribeIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'DescribeIngestion' => ['name' => 'DescribeIngestion', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'DescribeIngestionRequest'], 'output' => ['shape' => 'DescribeIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'DescribeTemplate' => ['name' => 'DescribeTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'DescribeTemplateRequest'], 'output' => ['shape' => 'DescribeTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeTemplateAlias' => ['name' => 'DescribeTemplateAlias', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'DescribeTemplateAliasRequest'], 'output' => ['shape' => 'DescribeTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeTemplatePermissions' => ['name' => 'DescribeTemplatePermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/permissions'], 'input' => ['shape' => 'DescribeTemplatePermissionsRequest'], 'output' => ['shape' => 'DescribeTemplatePermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'GetDashboardEmbedUrl' => ['name' => 'GetDashboardEmbedUrl', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url'], 'input' => ['shape' => 'GetDashboardEmbedUrlRequest'], 'output' => ['shape' => 'GetDashboardEmbedUrlResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'DomainNotWhitelistedException'], ['shape' => 'QuickSightUserNotFoundException'], ['shape' => 'IdentityTypeNotSupportedException'], ['shape' => 'SessionLifetimeInMinutesInvalidException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDashboardVersions' => ['name' => 'ListDashboardVersions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions'], 'input' => ['shape' => 'ListDashboardVersionsRequest'], 'output' => ['shape' => 'ListDashboardVersionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDashboards' => ['name' => 'ListDashboards', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards'], 'input' => ['shape' => 'ListDashboardsRequest'], 'output' => ['shape' => 'ListDashboardsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDataSets' => ['name' => 'ListDataSets', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets'], 'input' => ['shape' => 'ListDataSetsRequest'], 'output' => ['shape' => 'ListDataSetsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListGroupMemberships' => ['name' => 'ListGroupMemberships', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members'], 'input' => ['shape' => 'ListGroupMembershipsRequest'], 'output' => ['shape' => 'ListGroupMembershipsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListIAMPolicyAssignments' => ['name' => 'ListIAMPolicyAssignments', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments'], 'input' => ['shape' => 'ListIAMPolicyAssignmentsRequest'], 'output' => ['shape' => 'ListIAMPolicyAssignmentsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListIAMPolicyAssignmentsForUser' => ['name' => 'ListIAMPolicyAssignmentsForUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments'], 'input' => ['shape' => 'ListIAMPolicyAssignmentsForUserRequest'], 'output' => ['shape' => 'ListIAMPolicyAssignmentsForUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'ListIngestions' => ['name' => 'ListIngestions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions'], 'input' => ['shape' => 'ListIngestionsRequest'], 'output' => ['shape' => 'ListIngestionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListTemplateAliases' => ['name' => 'ListTemplateAliases', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases'], 'input' => ['shape' => 'ListTemplateAliasesRequest'], 'output' => ['shape' => 'ListTemplateAliasesResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListTemplateVersions' => ['name' => 'ListTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/versions'], 'input' => ['shape' => 'ListTemplateVersionsRequest'], 'output' => ['shape' => 'ListTemplateVersionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListTemplates' => ['name' => 'ListTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates'], 'input' => ['shape' => 'ListTemplatesRequest'], 'output' => ['shape' => 'ListTemplatesResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListUserGroups' => ['name' => 'ListUserGroups', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/groups'], 'input' => ['shape' => 'ListUserGroupsRequest'], 'output' => ['shape' => 'ListUserGroupsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'RegisterUser' => ['name' => 'RegisterUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users'], 'input' => ['shape' => 'RegisterUserRequest'], 'output' => ['shape' => 'RegisterUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'SearchDashboards' => ['name' => 'SearchDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/search/dashboards'], 'input' => ['shape' => 'SearchDashboardsRequest'], 'output' => ['shape' => 'SearchDashboardsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboard' => ['name' => 'UpdateDashboard', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'UpdateDashboardRequest'], 'output' => ['shape' => 'UpdateDashboardResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboardPermissions' => ['name' => 'UpdateDashboardPermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions'], 'input' => ['shape' => 'UpdateDashboardPermissionsRequest'], 'output' => ['shape' => 'UpdateDashboardPermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboardPublishedVersion' => ['name' => 'UpdateDashboardPublishedVersion', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}'], 'input' => ['shape' => 'UpdateDashboardPublishedVersionRequest'], 'output' => ['shape' => 'UpdateDashboardPublishedVersionResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSet' => ['name' => 'UpdateDataSet', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'UpdateDataSetRequest'], 'output' => ['shape' => 'UpdateDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSetPermissions' => ['name' => 'UpdateDataSetPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions'], 'input' => ['shape' => 'UpdateDataSetPermissionsRequest'], 'output' => ['shape' => 'UpdateDataSetPermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'output' => ['shape' => 'UpdateDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSourcePermissions' => ['name' => 'UpdateDataSourcePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions'], 'input' => ['shape' => 'UpdateDataSourcePermissionsRequest'], 'output' => ['shape' => 'UpdateDataSourcePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'UpdateIAMPolicyAssignment' => ['name' => 'UpdateIAMPolicyAssignment', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'UpdateIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'UpdateIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplate' => ['name' => 'UpdateTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'UpdateTemplateRequest'], 'output' => ['shape' => 'UpdateTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplateAlias' => ['name' => 'UpdateTemplateAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'UpdateTemplateAliasRequest'], 'output' => ['shape' => 'UpdateTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplatePermissions' => ['name' => 'UpdateTemplatePermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/permissions'], 'input' => ['shape' => 'UpdateTemplatePermissionsRequest'], 'output' => ['shape' => 'UpdateTemplatePermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 16, 'min' => 1], 'ActiveIAMPolicyAssignment' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'PolicyArn' => ['shape' => 'Arn']]], 'ActiveIAMPolicyAssignmentList' => ['type' => 'list', 'member' => ['shape' => 'ActiveIAMPolicyAssignment']], 'AdHocFilteringOption' => ['type' => 'structure', 'members' => ['AvailabilityStatus' => ['shape' => 'DashboardBehavior']]], 'AliasName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\w\\-]+|(\\$LATEST)|(\\$PUBLISHED)'], 'AmazonElasticsearchParameters' => ['type' => 'structure', 'required' => ['Domain'], 'members' => ['Domain' => ['shape' => 'Domain']]], 'Arn' => ['type' => 'string'], 'AssignmentStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DRAFT', 'DISABLED']], 'AthenaParameters' => ['type' => 'structure', 'members' => ['WorkGroup' => ['shape' => 'WorkGroup']]], 'AuroraParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'AuroraPostgreSqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'AwsAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^[0-9]{12}$'], 'AwsIotAnalyticsParameters' => ['type' => 'structure', 'required' => ['DataSetName'], 'members' => ['DataSetName' => ['shape' => 'DataSetName']]], 'Boolean' => ['type' => 'boolean'], 'CalculatedColumn' => ['type' => 'structure', 'required' => ['ColumnName', 'ColumnId', 'Expression'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'ColumnId' => ['shape' => 'ColumnId'], 'Expression' => ['shape' => 'Expression']]], 'CalculatedColumnList' => ['type' => 'list', 'member' => ['shape' => 'CalculatedColumn'], 'max' => 128, 'min' => 1], 'CancelIngestionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'IngestionId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId']]], 'CancelIngestionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CastColumnTypeOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'NewColumnType'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'NewColumnType' => ['shape' => 'ColumnDataType'], 'Format' => ['shape' => 'TypeCastFormat']]], 'Catalog' => ['type' => 'string', 'max' => 128], 'ClusterId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColumnDataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'DECIMAL', 'DATETIME']], 'ColumnGroup' => ['type' => 'structure', 'members' => ['GeoSpatialColumnGroup' => ['shape' => 'GeoSpatialColumnGroup']]], 'ColumnGroupColumnSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'ColumnGroupColumnSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroupColumnSchema'], 'max' => 500], 'ColumnGroupList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroup'], 'max' => 8, 'min' => 1], 'ColumnGroupName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColumnGroupSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'ColumnGroupColumnSchemaList' => ['shape' => 'ColumnGroupColumnSchemaList']]], 'ColumnGroupSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroupSchema'], 'max' => 500], 'ColumnId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColumnList' => ['type' => 'list', 'member' => ['shape' => 'ColumnName'], 'max' => 16, 'min' => 1], 'ColumnName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ColumnSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'GeographicRole' => ['shape' => 'String']]], 'ColumnSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnSchema'], 'max' => 500], 'ColumnTag' => ['type' => 'structure', 'members' => ['ColumnGeographicRole' => ['shape' => 'GeoSpatialDataRole']]], 'ColumnTagList' => ['type' => 'list', 'member' => ['shape' => 'ColumnTag'], 'max' => 16, 'min' => 1], 'ConcurrentUpdatingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateColumnsOperation' => ['type' => 'structure', 'required' => ['Columns'], 'members' => ['Columns' => ['shape' => 'CalculatedColumnList']]], 'CreateDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'Name' => ['shape' => 'DashboardName'], 'Parameters' => ['shape' => 'Parameters'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'SourceEntity' => ['shape' => 'DashboardSourceEntity'], 'Tags' => ['shape' => 'TagList'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'DashboardPublishOptions' => ['shape' => 'DashboardPublishOptions']]], 'CreateDashboardResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'Name', 'PhysicalTableMap', 'ImportMode'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'IngestionArn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId', 'Name', 'Type'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'DataSourceType'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'Credentials' => ['shape' => 'DataSourceCredentials'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateGroupMembershipRequest' => ['type' => 'structure', 'required' => ['MemberName', 'GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['MemberName' => ['shape' => 'GroupMemberName', 'location' => 'uri', 'locationName' => 'MemberName'], 'GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateGroupMembershipResponse' => ['type' => 'structure', 'members' => ['GroupMember' => ['shape' => 'GroupMember'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'AssignmentStatus', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentId' => ['shape' => 'String'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateIngestionRequest' => ['type' => 'structure', 'required' => ['DataSetId', 'IngestionId', 'AwsAccountId'], 'members' => ['DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId']]], 'CreateIngestionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'IngestionStatus' => ['shape' => 'IngestionStatus'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName', 'TemplateVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'CreateTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'Name' => ['shape' => 'TemplateName'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'SourceEntity' => ['shape' => 'TemplateSourceEntity'], 'Tags' => ['shape' => 'TagList'], 'VersionDescription' => ['shape' => 'VersionDescription']]], 'CreateTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CredentialPair' => ['type' => 'structure', 'required' => ['Username', 'Password'], 'members' => ['Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password']]], 'CustomSql' => ['type' => 'structure', 'required' => ['DataSourceArn', 'Name', 'SqlQuery'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'CustomSqlName'], 'SqlQuery' => ['shape' => 'SqlQuery'], 'Columns' => ['shape' => 'InputColumnList']]], 'CustomSqlName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'Dashboard' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'DashboardName'], 'Version' => ['shape' => 'DashboardVersion'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastPublishedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'DashboardBehavior' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DashboardError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DashboardErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'DashboardErrorList' => ['type' => 'list', 'member' => ['shape' => 'DashboardError'], 'min' => 1], 'DashboardErrorType' => ['type' => 'string', 'enum' => ['DATA_SET_NOT_FOUND', 'INTERNAL_FAILURE', 'PARAMETER_VALUE_INCOMPATIBLE', 'PARAMETER_TYPE_INVALID', 'PARAMETER_NOT_FOUND', 'COLUMN_TYPE_MISMATCH', 'COLUMN_GEOGRAPHIC_ROLE_MISMATCH', 'COLUMN_REPLACEMENT_MISSING']], 'DashboardFilterAttribute' => ['type' => 'string', 'enum' => ['QUICKSIGHT_USER']], 'DashboardName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'DashboardPublishOptions' => ['type' => 'structure', 'members' => ['AdHocFilteringOption' => ['shape' => 'AdHocFilteringOption'], 'ExportToCSVOption' => ['shape' => 'ExportToCSVOption'], 'SheetControlsOption' => ['shape' => 'SheetControlsOption']]], 'DashboardSearchFilter' => ['type' => 'structure', 'required' => ['Operator'], 'members' => ['Operator' => ['shape' => 'FilterOperator'], 'Name' => ['shape' => 'DashboardFilterAttribute'], 'Value' => ['shape' => 'String']]], 'DashboardSearchFilterList' => ['type' => 'list', 'member' => ['shape' => 'DashboardSearchFilter'], 'max' => 1], 'DashboardSourceEntity' => ['type' => 'structure', 'members' => ['SourceTemplate' => ['shape' => 'DashboardSourceTemplate']]], 'DashboardSourceTemplate' => ['type' => 'structure', 'required' => ['DataSetReferences', 'Arn'], 'members' => ['DataSetReferences' => ['shape' => 'DataSetReferenceList'], 'Arn' => ['shape' => 'Arn']]], 'DashboardSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Name' => ['shape' => 'DashboardName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'PublishedVersionNumber' => ['shape' => 'VersionNumber'], 'LastPublishedTime' => ['shape' => 'Timestamp']]], 'DashboardSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DashboardSummary'], 'max' => 100], 'DashboardUIState' => ['type' => 'string', 'enum' => ['EXPANDED', 'COLLAPSED']], 'DashboardVersion' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'Timestamp'], 'Errors' => ['shape' => 'DashboardErrorList'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'Arn' => ['shape' => 'Arn'], 'SourceEntityArn' => ['shape' => 'Arn'], 'Description' => ['shape' => 'VersionDescription']]], 'DashboardVersionSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedTime' => ['shape' => 'Timestamp'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'SourceEntityArn' => ['shape' => 'Arn'], 'Description' => ['shape' => 'VersionDescription']]], 'DashboardVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DashboardVersionSummary'], 'max' => 100], 'DataSet' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'OutputColumns' => ['shape' => 'OutputColumnList'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ConsumedSpiceCapacityInBytes' => ['shape' => 'Long'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'DataSetConfiguration' => ['type' => 'structure', 'members' => ['Placeholder' => ['shape' => 'String'], 'DataSetSchema' => ['shape' => 'DataSetSchema'], 'ColumnGroupSchemaList' => ['shape' => 'ColumnGroupSchemaList']]], 'DataSetConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DataSetConfiguration'], 'max' => 30], 'DataSetImportMode' => ['type' => 'string', 'enum' => ['SPICE', 'DIRECT_QUERY']], 'DataSetName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DataSetReference' => ['type' => 'structure', 'required' => ['DataSetPlaceholder', 'DataSetArn'], 'members' => ['DataSetPlaceholder' => ['shape' => 'NonEmptyString'], 'DataSetArn' => ['shape' => 'Arn']]], 'DataSetReferenceList' => ['type' => 'list', 'member' => ['shape' => 'DataSetReference'], 'min' => 1], 'DataSetSchema' => ['type' => 'structure', 'members' => ['ColumnSchemaList' => ['shape' => 'ColumnSchemaList']]], 'DataSetSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'DataSetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DataSetSummary']], 'DataSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'DataSourceType'], 'Status' => ['shape' => 'ResourceStatus'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties'], 'ErrorInfo' => ['shape' => 'DataSourceErrorInfo']]], 'DataSourceCredentials' => ['type' => 'structure', 'members' => ['CredentialPair' => ['shape' => 'CredentialPair']], 'sensitive' => \true], 'DataSourceErrorInfo' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DataSourceErrorInfoType'], 'Message' => ['shape' => 'String']]], 'DataSourceErrorInfoType' => ['type' => 'string', 'enum' => ['TIMEOUT', 'ENGINE_VERSION_NOT_SUPPORTED', 'UNKNOWN_HOST', 'GENERIC_SQL_FAILURE', 'CONFLICT', 'UNKNOWN']], 'DataSourceList' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DataSourceParameters' => ['type' => 'structure', 'members' => ['AmazonElasticsearchParameters' => ['shape' => 'AmazonElasticsearchParameters'], 'AthenaParameters' => ['shape' => 'AthenaParameters'], 'AuroraParameters' => ['shape' => 'AuroraParameters'], 'AuroraPostgreSqlParameters' => ['shape' => 'AuroraPostgreSqlParameters'], 'AwsIotAnalyticsParameters' => ['shape' => 'AwsIotAnalyticsParameters'], 'JiraParameters' => ['shape' => 'JiraParameters'], 'MariaDbParameters' => ['shape' => 'MariaDbParameters'], 'MySqlParameters' => ['shape' => 'MySqlParameters'], 'PostgreSqlParameters' => ['shape' => 'PostgreSqlParameters'], 'PrestoParameters' => ['shape' => 'PrestoParameters'], 'RdsParameters' => ['shape' => 'RdsParameters'], 'RedshiftParameters' => ['shape' => 'RedshiftParameters'], 'S3Parameters' => ['shape' => 'S3Parameters'], 'ServiceNowParameters' => ['shape' => 'ServiceNowParameters'], 'SnowflakeParameters' => ['shape' => 'SnowflakeParameters'], 'SparkParameters' => ['shape' => 'SparkParameters'], 'SqlServerParameters' => ['shape' => 'SqlServerParameters'], 'TeradataParameters' => ['shape' => 'TeradataParameters'], 'TwitterParameters' => ['shape' => 'TwitterParameters']]], 'DataSourceType' => ['type' => 'string', 'enum' => ['ADOBE_ANALYTICS', 'AMAZON_ELASTICSEARCH', 'ATHENA', 'AURORA', 'AURORA_POSTGRESQL', 'AWS_IOT_ANALYTICS', 'GITHUB', 'JIRA', 'MARIADB', 'MYSQL', 'POSTGRESQL', 'PRESTO', 'REDSHIFT', 'S3', 'SALESFORCE', 'SERVICENOW', 'SNOWFLAKE', 'SPARK', 'SQLSERVER', 'TERADATA', 'TWITTER']], 'Database' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DateTimeParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'TimestampList']]], 'DateTimeParameterList' => ['type' => 'list', 'member' => ['shape' => 'DateTimeParameter'], 'max' => 100], 'DecimalParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'DoubleList']]], 'DecimalParameterList' => ['type' => 'list', 'member' => ['shape' => 'DecimalParameter'], 'max' => 100], 'DeleteDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number']]], 'DeleteDashboardResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'Arn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'RequestId' => ['shape' => 'String']]], 'DeleteDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DeleteDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DeleteDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteGroupMembershipRequest' => ['type' => 'structure', 'required' => ['MemberName', 'GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['MemberName' => ['shape' => 'GroupMemberName', 'location' => 'uri', 'locationName' => 'MemberName'], 'GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteGroupMembershipResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteGroupResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DeleteTemplateAliasResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'AliasName' => ['shape' => 'AliasName'], 'Arn' => ['shape' => 'Arn'], 'RequestId' => ['shape' => 'String']]], 'DeleteTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number']]], 'DeleteTemplateResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Arn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteUserByPrincipalIdRequest' => ['type' => 'structure', 'required' => ['PrincipalId', 'AwsAccountId', 'Namespace'], 'members' => ['PrincipalId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'PrincipalId'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteUserByPrincipalIdResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'Delimiter' => ['type' => 'string', 'max' => 1, 'min' => 1], 'DescribeDashboardPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId']]], 'DescribeDashboardPermissionsResponse' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'DashboardArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'alias-name']]], 'DescribeDashboardResponse' => ['type' => 'structure', 'members' => ['Dashboard' => ['shape' => 'Dashboard'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeDataSetPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DescribeDataSetPermissionsResponse' => ['type' => 'structure', 'members' => ['DataSetArn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DescribeDataSetResponse' => ['type' => 'structure', 'members' => ['DataSet' => ['shape' => 'DataSet'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSourcePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DescribeDataSourcePermissionsResponse' => ['type' => 'structure', 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DescribeDataSourceResponse' => ['type' => 'structure', 'members' => ['DataSource' => ['shape' => 'DataSource'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['IAMPolicyAssignment' => ['shape' => 'IAMPolicyAssignment'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeIngestionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'IngestionId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId']]], 'DescribeIngestionResponse' => ['type' => 'structure', 'members' => ['Ingestion' => ['shape' => 'Ingestion'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DescribeTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeTemplatePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId']]], 'DescribeTemplatePermissionsResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'TemplateArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'alias-name']]], 'DescribeTemplateResponse' => ['type' => 'structure', 'members' => ['Template' => ['shape' => 'Template'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'Domain' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DomainNotWhitelistedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Double' => ['type' => 'double'], 'DoubleList' => ['type' => 'list', 'member' => ['shape' => 'Double']], 'EmbeddingUrl' => ['type' => 'string', 'sensitive' => \true], 'ErrorInfo' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'IngestionErrorType'], 'Message' => ['shape' => 'string']]], 'ExceptionResourceType' => ['type' => 'string', 'enum' => ['USER', 'GROUP', 'NAMESPACE', 'ACCOUNT_SETTINGS', 'IAMPOLICY_ASSIGNMENT', 'DATA_SOURCE', 'DATA_SET', 'VPC_CONNECTION', 'INGESTION']], 'ExportToCSVOption' => ['type' => 'structure', 'members' => ['AvailabilityStatus' => ['shape' => 'DashboardBehavior']]], 'Expression' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'FileFormat' => ['type' => 'string', 'enum' => ['CSV', 'TSV', 'CLF', 'ELF', 'XLSX', 'JSON']], 'FilterOperation' => ['type' => 'structure', 'required' => ['ConditionExpression'], 'members' => ['ConditionExpression' => ['shape' => 'Expression']]], 'FilterOperator' => ['type' => 'string', 'enum' => ['StringEquals']], 'GeoSpatialColumnGroup' => ['type' => 'structure', 'required' => ['Name', 'CountryCode', 'Columns'], 'members' => ['Name' => ['shape' => 'ColumnGroupName'], 'CountryCode' => ['shape' => 'GeoSpatialCountryCode'], 'Columns' => ['shape' => 'ColumnList']]], 'GeoSpatialCountryCode' => ['type' => 'string', 'enum' => ['US']], 'GeoSpatialDataRole' => ['type' => 'string', 'enum' => ['COUNTRY', 'STATE', 'COUNTY', 'CITY', 'POSTCODE', 'LONGITUDE', 'LATITUDE']], 'GetDashboardEmbedUrlRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'IdentityType'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'IdentityType' => ['shape' => 'IdentityType', 'location' => 'querystring', 'locationName' => 'creds-type'], 'SessionLifetimeInMinutes' => ['shape' => 'SessionLifetimeInMinutes', 'location' => 'querystring', 'locationName' => 'session-lifetime'], 'UndoRedoDisabled' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'undo-redo-disabled'], 'ResetDisabled' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'reset-disabled'], 'UserArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'user-arn']]], 'GetDashboardEmbedUrlResponse' => ['type' => 'structure', 'members' => ['EmbedUrl' => ['shape' => 'EmbeddingUrl'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'Group' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'PrincipalId' => ['shape' => 'String']]], 'GroupDescription' => ['type' => 'string', 'max' => 512, 'min' => 1], 'GroupList' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'GroupMember' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'MemberName' => ['shape' => 'GroupMemberName']]], 'GroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'GroupMember']], 'GroupMemberName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'GroupName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'Host' => ['type' => 'string', 'max' => 256, 'min' => 1], 'IAMPolicyAssignment' => ['type' => 'structure', 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId'], 'AssignmentId' => ['shape' => 'String'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus']]], 'IAMPolicyAssignmentName' => ['type' => 'string', 'min' => 1, 'pattern' => '(?=^.{2,256}$)(?!.*\\s)[0-9a-zA-Z-_.:=+@]*$'], 'IAMPolicyAssignmentSummary' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus']]], 'IAMPolicyAssignmentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IAMPolicyAssignmentSummary']], 'IdentityMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'IdentityNameList']], 'IdentityName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'IdentityNameList' => ['type' => 'list', 'member' => ['shape' => 'IdentityName']], 'IdentityType' => ['type' => 'string', 'enum' => ['IAM', 'QUICKSIGHT']], 'IdentityTypeNotSupportedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Ingestion' => ['type' => 'structure', 'required' => ['Arn', 'IngestionStatus', 'CreatedTime'], 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'IngestionStatus' => ['shape' => 'IngestionStatus'], 'ErrorInfo' => ['shape' => 'ErrorInfo'], 'RowInfo' => ['shape' => 'RowInfo'], 'QueueInfo' => ['shape' => 'QueueInfo'], 'CreatedTime' => ['shape' => 'timestamp'], 'IngestionTimeInSeconds' => ['shape' => 'long', 'box' => \true], 'IngestionSizeInBytes' => ['shape' => 'long', 'box' => \true], 'RequestSource' => ['shape' => 'IngestionRequestSource'], 'RequestType' => ['shape' => 'IngestionRequestType']]], 'IngestionErrorType' => ['type' => 'string', 'enum' => ['FAILURE_TO_ASSUME_ROLE', 'INGESTION_SUPERSEDED', 'INGESTION_CANCELED', 'DATA_SET_DELETED', 'DATA_SET_NOT_SPICE', 'S3_UPLOADED_FILE_DELETED', 'S3_MANIFEST_ERROR', 'DATA_TOLERANCE_EXCEPTION', 'SPICE_TABLE_NOT_FOUND', 'DATA_SET_SIZE_LIMIT_EXCEEDED', 'ROW_SIZE_LIMIT_EXCEEDED', 'ACCOUNT_CAPACITY_LIMIT_EXCEEDED', 'CUSTOMER_ERROR', 'DATA_SOURCE_NOT_FOUND', 'IAM_ROLE_NOT_AVAILABLE', 'CONNECTION_FAILURE', 'SQL_TABLE_NOT_FOUND', 'PERMISSION_DENIED', 'SSL_CERTIFICATE_VALIDATION_FAILURE', 'OAUTH_TOKEN_FAILURE', 'SOURCE_API_LIMIT_EXCEEDED_FAILURE', 'PASSWORD_AUTHENTICATION_FAILURE', 'SQL_SCHEMA_MISMATCH_ERROR', 'INVALID_DATE_FORMAT', 'INVALID_DATAPREP_SYNTAX', 'SOURCE_RESOURCE_LIMIT_EXCEEDED', 'SQL_INVALID_PARAMETER_VALUE', 'QUERY_TIMEOUT', 'SQL_NUMERIC_OVERFLOW', 'UNRESOLVABLE_HOST', 'UNROUTABLE_HOST', 'SQL_EXCEPTION', 'S3_FILE_INACCESSIBLE', 'IOT_FILE_NOT_FOUND', 'IOT_DATA_SET_FILE_EMPTY', 'INVALID_DATA_SOURCE_CONFIG', 'DATA_SOURCE_AUTH_FAILED', 'DATA_SOURCE_CONNECTION_FAILED', 'FAILURE_TO_PROCESS_JSON_FILE', 'INTERNAL_SERVICE_ERROR']], 'IngestionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'IngestionMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'IngestionRequestSource' => ['type' => 'string', 'enum' => ['MANUAL', 'SCHEDULED']], 'IngestionRequestType' => ['type' => 'string', 'enum' => ['INITIAL_INGESTION', 'EDIT', 'INCREMENTAL_REFRESH', 'FULL_REFRESH']], 'IngestionStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'QUEUED', 'RUNNING', 'FAILED', 'COMPLETED', 'CANCELLED']], 'Ingestions' => ['type' => 'list', 'member' => ['shape' => 'Ingestion']], 'InputColumn' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'ColumnName'], 'Type' => ['shape' => 'InputColumnDataType']]], 'InputColumnDataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'DECIMAL', 'DATETIME', 'BIT', 'BOOLEAN', 'JSON']], 'InputColumnList' => ['type' => 'list', 'member' => ['shape' => 'InputColumn'], 'max' => 2048, 'min' => 1], 'InstanceId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'IntegerParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'LongList']]], 'IntegerParameterList' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameter'], 'max' => 100], 'InternalFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JiraParameters' => ['type' => 'structure', 'required' => ['SiteBaseUrl'], 'members' => ['SiteBaseUrl' => ['shape' => 'SiteBaseUrl']]], 'JoinInstruction' => ['type' => 'structure', 'required' => ['LeftOperand', 'RightOperand', 'Type', 'OnClause'], 'members' => ['LeftOperand' => ['shape' => 'LogicalTableId'], 'RightOperand' => ['shape' => 'LogicalTableId'], 'Type' => ['shape' => 'JoinType'], 'OnClause' => ['shape' => 'OnClause']]], 'JoinType' => ['type' => 'string', 'enum' => ['INNER', 'OUTER', 'LEFT', 'RIGHT']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ListDashboardVersionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDashboardVersionsResponse' => ['type' => 'structure', 'members' => ['DashboardVersionSummaryList' => ['shape' => 'DashboardVersionSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListDashboardsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDashboardsResponse' => ['type' => 'structure', 'members' => ['DashboardSummaryList' => ['shape' => 'DashboardSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListDataSetsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDataSetsResponse' => ['type' => 'structure', 'members' => ['DataSetSummaries' => ['shape' => 'DataSetSummaryList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['DataSources' => ['shape' => 'DataSourceList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListGroupMembershipsRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListGroupMembershipsResponse' => ['type' => 'structure', 'members' => ['GroupMemberList' => ['shape' => 'GroupMemberList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['GroupList' => ['shape' => 'GroupList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIAMPolicyAssignmentsForUserRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'UserName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListIAMPolicyAssignmentsForUserResponse' => ['type' => 'structure', 'members' => ['ActiveAssignments' => ['shape' => 'ActiveIAMPolicyAssignmentList'], 'RequestId' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIAMPolicyAssignmentsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListIAMPolicyAssignmentsResponse' => ['type' => 'structure', 'members' => ['IAMPolicyAssignments' => ['shape' => 'IAMPolicyAssignmentSummaryList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIngestionsRequest' => ['type' => 'structure', 'required' => ['DataSetId', 'AwsAccountId'], 'members' => ['DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'next-token'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'MaxResults' => ['shape' => 'IngestionMaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListIngestionsResponse' => ['type' => 'structure', 'members' => ['Ingestions' => ['shape' => 'Ingestions'], 'NextToken' => ['shape' => 'string'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListTemplateAliasesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-result']]], 'ListTemplateAliasesResponse' => ['type' => 'structure', 'members' => ['TemplateAliasList' => ['shape' => 'TemplateAliasList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String']]], 'ListTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['TemplateVersionSummaryList' => ['shape' => 'TemplateVersionSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListTemplatesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-result']]], 'ListTemplatesResponse' => ['type' => 'structure', 'members' => ['TemplateSummaryList' => ['shape' => 'TemplateSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListUserGroupsRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListUserGroupsResponse' => ['type' => 'structure', 'members' => ['GroupList' => ['shape' => 'GroupList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['UserList' => ['shape' => 'UserList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'LogicalTable' => ['type' => 'structure', 'required' => ['Alias', 'Source'], 'members' => ['Alias' => ['shape' => 'LogicalTableAlias'], 'DataTransforms' => ['shape' => 'TransformOperationList'], 'Source' => ['shape' => 'LogicalTableSource']]], 'LogicalTableAlias' => ['type' => 'string', 'max' => 64, 'min' => 1], 'LogicalTableId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9a-zA-Z-]*'], 'LogicalTableMap' => ['type' => 'map', 'key' => ['shape' => 'LogicalTableId'], 'value' => ['shape' => 'LogicalTable'], 'max' => 32, 'min' => 1], 'LogicalTableSource' => ['type' => 'structure', 'members' => ['JoinInstruction' => ['shape' => 'JoinInstruction'], 'PhysicalTableId' => ['shape' => 'PhysicalTableId']]], 'Long' => ['type' => 'long'], 'LongList' => ['type' => 'list', 'member' => ['shape' => 'Long']], 'ManifestFileLocation' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Key' => ['shape' => 'S3Key']]], 'MariaDbParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MySqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'Namespace' => ['type' => 'string', 'max' => 64, 'pattern' => '^[a-zA-Z0-9._-]*$'], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'OnClause' => ['type' => 'string', 'max' => 512, 'min' => 1], 'OptionalPort' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'OutputColumn' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ColumnName'], 'Type' => ['shape' => 'ColumnDataType']]], 'OutputColumnList' => ['type' => 'list', 'member' => ['shape' => 'OutputColumn']], 'Parameters' => ['type' => 'structure', 'members' => ['StringParameters' => ['shape' => 'StringParameterList'], 'IntegerParameters' => ['shape' => 'IntegerParameterList'], 'DecimalParameters' => ['shape' => 'DecimalParameterList'], 'DateTimeParameters' => ['shape' => 'DateTimeParameterList']]], 'Password' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'PhysicalTable' => ['type' => 'structure', 'members' => ['RelationalTable' => ['shape' => 'RelationalTable'], 'CustomSql' => ['shape' => 'CustomSql'], 'S3Source' => ['shape' => 'S3Source']]], 'PhysicalTableId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9a-zA-Z-]*'], 'PhysicalTableMap' => ['type' => 'map', 'key' => ['shape' => 'PhysicalTableId'], 'value' => ['shape' => 'PhysicalTable'], 'max' => 16, 'min' => 1], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PostgreSqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PrestoParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Catalog'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Catalog' => ['shape' => 'Catalog']]], 'Principal' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ProjectOperation' => ['type' => 'structure', 'required' => ['ProjectedColumns'], 'members' => ['ProjectedColumns' => ['shape' => 'ProjectedColumnList']]], 'ProjectedColumnList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 2000, 'min' => 1], 'Query' => ['type' => 'string', 'max' => 256, 'min' => 1], 'QueueInfo' => ['type' => 'structure', 'required' => ['WaitingOnIngestion', 'QueuedIngestion'], 'members' => ['WaitingOnIngestion' => ['shape' => 'string'], 'QueuedIngestion' => ['shape' => 'string']]], 'QuickSightUserNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RdsParameters' => ['type' => 'structure', 'required' => ['InstanceId', 'Database'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Database' => ['shape' => 'Database']]], 'RedshiftParameters' => ['type' => 'structure', 'required' => ['Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'OptionalPort'], 'Database' => ['shape' => 'Database'], 'ClusterId' => ['shape' => 'ClusterId']]], 'RegisterUserRequest' => ['type' => 'structure', 'required' => ['IdentityType', 'Email', 'UserRole', 'AwsAccountId', 'Namespace'], 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'Email' => ['shape' => 'String'], 'UserRole' => ['shape' => 'UserRole'], 'IamArn' => ['shape' => 'String'], 'SessionName' => ['shape' => 'RoleSessionName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'UserName' => ['shape' => 'UserName']]], 'RegisterUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'UserInvitationUrl' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'RelationalTable' => ['type' => 'structure', 'required' => ['DataSourceArn', 'Name', 'InputColumns'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'Schema' => ['shape' => 'RelationalTableSchema'], 'Name' => ['shape' => 'RelationalTableName'], 'InputColumns' => ['shape' => 'InputColumnList']]], 'RelationalTableName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'RelationalTableSchema' => ['type' => 'string', 'max' => 64], 'RenameColumnOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'NewColumnName'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'NewColumnName' => ['shape' => 'ColumnName']]], 'ResourceExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceId' => ['type' => 'string'], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePermission' => ['type' => 'structure', 'required' => ['Principal', 'Actions'], 'members' => ['Principal' => ['shape' => 'Principal'], 'Actions' => ['shape' => 'ActionList']]], 'ResourcePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourcePermission'], 'max' => 64, 'min' => 1], 'ResourceStatus' => ['type' => 'string', 'enum' => ['CREATION_IN_PROGRESS', 'CREATION_SUCCESSFUL', 'CREATION_FAILED', 'UPDATE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_FAILED']], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'RestrictiveResourceId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'RoleSessionName' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[\\w+=.@-]*'], 'RowInfo' => ['type' => 'structure', 'members' => ['RowsIngested' => ['shape' => 'long', 'box' => \true], 'RowsDropped' => ['shape' => 'long', 'box' => \true]]], 'RowLevelPermissionDataSet' => ['type' => 'structure', 'required' => ['Arn', 'PermissionPolicy'], 'members' => ['Arn' => ['shape' => 'Arn'], 'PermissionPolicy' => ['shape' => 'RowLevelPermissionPolicy']]], 'RowLevelPermissionPolicy' => ['type' => 'string', 'enum' => ['GRANT_ACCESS', 'DENY_ACCESS']], 'S3Bucket' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3Key' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3Parameters' => ['type' => 'structure', 'required' => ['ManifestFileLocation'], 'members' => ['ManifestFileLocation' => ['shape' => 'ManifestFileLocation']]], 'S3Source' => ['type' => 'structure', 'required' => ['DataSourceArn', 'InputColumns'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'UploadSettings' => ['shape' => 'UploadSettings'], 'InputColumns' => ['shape' => 'InputColumnList']]], 'SearchDashboardsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Filters'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Filters' => ['shape' => 'DashboardSearchFilterList'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResults']]], 'SearchDashboardsResponse' => ['type' => 'structure', 'members' => ['DashboardSummaryList' => ['shape' => 'DashboardSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ServiceNowParameters' => ['type' => 'structure', 'required' => ['SiteBaseUrl'], 'members' => ['SiteBaseUrl' => ['shape' => 'SiteBaseUrl']]], 'SessionLifetimeInMinutes' => ['type' => 'long', 'max' => 600, 'min' => 15], 'SessionLifetimeInMinutesInvalidException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SheetControlsOption' => ['type' => 'structure', 'members' => ['VisibilityState' => ['shape' => 'DashboardUIState']]], 'SiteBaseUrl' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SnowflakeParameters' => ['type' => 'structure', 'required' => ['Host', 'Database', 'Warehouse'], 'members' => ['Host' => ['shape' => 'Host'], 'Database' => ['shape' => 'Database'], 'Warehouse' => ['shape' => 'Warehouse']]], 'SparkParameters' => ['type' => 'structure', 'required' => ['Host', 'Port'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port']]], 'SqlQuery' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'SqlServerParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'SslProperties' => ['type' => 'structure', 'members' => ['DisableSsl' => ['shape' => 'Boolean']]], 'StatusCode' => ['type' => 'integer'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'StringList']]], 'StringParameterList' => ['type' => 'list', 'member' => ['shape' => 'StringParameter'], 'max' => 100], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagColumnOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'Tags'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'Tags' => ['shape' => 'ColumnTagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Template' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'TemplateName'], 'Version' => ['shape' => 'TemplateVersion'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'CreatedTime' => ['shape' => 'Timestamp']]], 'TemplateAlias' => ['type' => 'structure', 'members' => ['AliasName' => ['shape' => 'AliasName'], 'Arn' => ['shape' => 'Arn'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'TemplateAliasList' => ['type' => 'list', 'member' => ['shape' => 'TemplateAlias'], 'max' => 100], 'TemplateError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'TemplateErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'TemplateErrorList' => ['type' => 'list', 'member' => ['shape' => 'TemplateError'], 'min' => 1], 'TemplateErrorType' => ['type' => 'string', 'enum' => ['DATA_SET_NOT_FOUND', 'INTERNAL_FAILURE']], 'TemplateName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'TemplateSourceAnalysis' => ['type' => 'structure', 'required' => ['Arn', 'DataSetReferences'], 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetReferences' => ['shape' => 'DataSetReferenceList']]], 'TemplateSourceEntity' => ['type' => 'structure', 'members' => ['SourceAnalysis' => ['shape' => 'TemplateSourceAnalysis'], 'SourceTemplate' => ['shape' => 'TemplateSourceTemplate']]], 'TemplateSourceTemplate' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn']]], 'TemplateSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Name' => ['shape' => 'TemplateName'], 'LatestVersionNumber' => ['shape' => 'VersionNumber'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'TemplateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TemplateSummary'], 'max' => 100], 'TemplateVersion' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'Timestamp'], 'Errors' => ['shape' => 'TemplateErrorList'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'DataSetConfigurations' => ['shape' => 'DataSetConfigurationList'], 'Description' => ['shape' => 'VersionDescription'], 'SourceEntityArn' => ['shape' => 'Arn']]], 'TemplateVersionSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'CreatedTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'ResourceStatus'], 'Description' => ['shape' => 'VersionDescription']]], 'TemplateVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TemplateVersionSummary'], 'max' => 100], 'TeradataParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'TextQualifier' => ['type' => 'string', 'enum' => ['DOUBLE_QUOTE', 'SINGLE_QUOTE']], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'TimestampList' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'TransformOperation' => ['type' => 'structure', 'members' => ['ProjectOperation' => ['shape' => 'ProjectOperation'], 'FilterOperation' => ['shape' => 'FilterOperation'], 'CreateColumnsOperation' => ['shape' => 'CreateColumnsOperation'], 'RenameColumnOperation' => ['shape' => 'RenameColumnOperation'], 'CastColumnTypeOperation' => ['shape' => 'CastColumnTypeOperation'], 'TagColumnOperation' => ['shape' => 'TagColumnOperation']]], 'TransformOperationList' => ['type' => 'list', 'member' => ['shape' => 'TransformOperation'], 'max' => 2048, 'min' => 1], 'TwitterParameters' => ['type' => 'structure', 'required' => ['Query', 'MaxRows'], 'members' => ['Query' => ['shape' => 'Query'], 'MaxRows' => ['shape' => 'PositiveInteger']]], 'TypeCastFormat' => ['type' => 'string', 'max' => 32], 'UnsupportedUserEditionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'keys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDashboardPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateDashboardPermissionsResponse' => ['type' => 'structure', 'members' => ['DashboardArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDashboardPublishedVersionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'VersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'UpdateDashboardPublishedVersionResponse' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'DashboardArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'Name' => ['shape' => 'DashboardName'], 'SourceEntity' => ['shape' => 'DashboardSourceEntity'], 'Parameters' => ['shape' => 'Parameters'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'DashboardPublishOptions' => ['shape' => 'DashboardPublishOptions']]], 'UpdateDashboardResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateDataSetPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId'], 'GrantPermissions' => ['shape' => 'ResourcePermissionList'], 'RevokePermissions' => ['shape' => 'ResourcePermissionList']]], 'UpdateDataSetPermissionsResponse' => ['type' => 'structure', 'members' => ['DataSetArn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'Name', 'PhysicalTableMap', 'ImportMode'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Name' => ['shape' => 'ResourceName'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'UpdateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'IngestionArn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSourcePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId'], 'GrantPermissions' => ['shape' => 'ResourcePermissionList'], 'RevokePermissions' => ['shape' => 'ResourcePermissionList']]], 'UpdateDataSourcePermissionsResponse' => ['type' => 'structure', 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId', 'Name'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId'], 'Name' => ['shape' => 'ResourceName'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'Credentials' => ['shape' => 'DataSourceCredentials'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties']]], 'UpdateDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'UpdateStatus' => ['shape' => 'ResourceStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'UpdateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap']]], 'UpdateIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentId' => ['shape' => 'String'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateResourcePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourcePermission'], 'max' => 100, 'min' => 1], 'UpdateTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName', 'TemplateVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'UpdateTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateTemplatePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateTemplatePermissionsResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'TemplateArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'SourceEntity' => ['shape' => 'TemplateSourceEntity'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'Name' => ['shape' => 'TemplateName']]], 'UpdateTemplateResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace', 'Email', 'Role'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'Email' => ['shape' => 'String'], 'Role' => ['shape' => 'UserRole']]], 'UpdateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UploadSettings' => ['type' => 'structure', 'members' => ['Format' => ['shape' => 'FileFormat'], 'StartFromRow' => ['shape' => 'PositiveInteger', 'box' => \true], 'ContainsHeader' => ['shape' => 'Boolean', 'box' => \true], 'TextQualifier' => ['shape' => 'TextQualifier'], 'Delimiter' => ['shape' => 'Delimiter']]], 'User' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'UserName' => ['shape' => 'UserName'], 'Email' => ['shape' => 'String'], 'Role' => ['shape' => 'UserRole'], 'IdentityType' => ['shape' => 'IdentityType'], 'Active' => ['shape' => 'Boolean'], 'PrincipalId' => ['shape' => 'String']]], 'UserList' => ['type' => 'list', 'member' => ['shape' => 'User']], 'UserName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'UserRole' => ['type' => 'string', 'enum' => ['ADMIN', 'AUTHOR', 'READER', 'RESTRICTED_AUTHOR', 'RESTRICTED_READER']], 'Username' => ['type' => 'string', 'max' => 64, 'min' => 1], 'VersionDescription' => ['type' => 'string', 'max' => 512, 'min' => 1], 'VersionNumber' => ['type' => 'long', 'min' => 1], 'VpcConnectionProperties' => ['type' => 'structure', 'required' => ['VpcConnectionArn'], 'members' => ['VpcConnectionArn' => ['shape' => 'Arn']]], 'Warehouse' => ['type' => 'string', 'max' => 128], 'WorkGroup' => ['type' => 'string', 'max' => 128, 'min' => 1], 'boolean' => ['type' => 'boolean'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-04-01', 'endpointPrefix' => 'quicksight', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon QuickSight', 'serviceId' => 'QuickSight', 'signatureVersion' => 'v4', 'uid' => 'quicksight-2018-04-01'], 'operations' => ['CancelIngestion' => ['name' => 'CancelIngestion', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'CancelIngestionRequest'], 'output' => ['shape' => 'CancelIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'CreateAccountCustomization' => ['name' => 'CreateAccountCustomization', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/customizations'], 'input' => ['shape' => 'CreateAccountCustomizationRequest'], 'output' => ['shape' => 'CreateAccountCustomizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateAnalysis' => ['name' => 'CreateAnalysis', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}'], 'input' => ['shape' => 'CreateAnalysisRequest'], 'output' => ['shape' => 'CreateAnalysisResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateDashboard' => ['name' => 'CreateDashboard', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'CreateDashboardRequest'], 'output' => ['shape' => 'CreateDashboardResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateDataSet' => ['name' => 'CreateDataSet', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sets'], 'input' => ['shape' => 'CreateDataSetRequest'], 'output' => ['shape' => 'CreateDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'CreateDataSource' => ['name' => 'CreateDataSource', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sources'], 'input' => ['shape' => 'CreateDataSourceRequest'], 'output' => ['shape' => 'CreateDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateGroupMembership' => ['name' => 'CreateGroupMembership', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}'], 'input' => ['shape' => 'CreateGroupMembershipRequest'], 'output' => ['shape' => 'CreateGroupMembershipResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateIAMPolicyAssignment' => ['name' => 'CreateIAMPolicyAssignment', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/'], 'input' => ['shape' => 'CreateIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'CreateIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'CreateIngestion' => ['name' => 'CreateIngestion', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'CreateIngestionRequest'], 'output' => ['shape' => 'CreateIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'CreateNamespace' => ['name' => 'CreateNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}'], 'input' => ['shape' => 'CreateNamespaceRequest'], 'output' => ['shape' => 'CreateNamespaceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'CreateTemplate' => ['name' => 'CreateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'CreateTemplateRequest'], 'output' => ['shape' => 'CreateTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'CreateTemplateAlias' => ['name' => 'CreateTemplateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'CreateTemplateAliasRequest'], 'output' => ['shape' => 'CreateTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'CreateTheme' => ['name' => 'CreateTheme', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}'], 'input' => ['shape' => 'CreateThemeRequest'], 'output' => ['shape' => 'CreateThemeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'CreateThemeAlias' => ['name' => 'CreateThemeAlias', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}'], 'input' => ['shape' => 'CreateThemeAliasRequest'], 'output' => ['shape' => 'CreateThemeAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteAccountCustomization' => ['name' => 'DeleteAccountCustomization', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/customizations'], 'input' => ['shape' => 'DeleteAccountCustomizationRequest'], 'output' => ['shape' => 'DeleteAccountCustomizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteAnalysis' => ['name' => 'DeleteAnalysis', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}'], 'input' => ['shape' => 'DeleteAnalysisRequest'], 'output' => ['shape' => 'DeleteAnalysisResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteDashboard' => ['name' => 'DeleteDashboard', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'DeleteDashboardRequest'], 'output' => ['shape' => 'DeleteDashboardResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSet' => ['name' => 'DeleteDataSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'DeleteDataSetRequest'], 'output' => ['shape' => 'DeleteDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DeleteDataSource' => ['name' => 'DeleteDataSource', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'DeleteDataSourceRequest'], 'output' => ['shape' => 'DeleteDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteGroupMembership' => ['name' => 'DeleteGroupMembership', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members/{MemberName}'], 'input' => ['shape' => 'DeleteGroupMembershipRequest'], 'output' => ['shape' => 'DeleteGroupMembershipResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteIAMPolicyAssignment' => ['name' => 'DeleteIAMPolicyAssignment', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'DeleteIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'DeleteIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'DeleteNamespace' => ['name' => 'DeleteNamespace', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}'], 'input' => ['shape' => 'DeleteNamespaceRequest'], 'output' => ['shape' => 'DeleteNamespaceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteTemplate' => ['name' => 'DeleteTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'DeleteTemplateRequest'], 'output' => ['shape' => 'DeleteTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteTemplateAlias' => ['name' => 'DeleteTemplateAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'DeleteTemplateAliasRequest'], 'output' => ['shape' => 'DeleteTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'DeleteTheme' => ['name' => 'DeleteTheme', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}'], 'input' => ['shape' => 'DeleteThemeRequest'], 'output' => ['shape' => 'DeleteThemeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteThemeAlias' => ['name' => 'DeleteThemeAlias', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}'], 'input' => ['shape' => 'DeleteThemeAliasRequest'], 'output' => ['shape' => 'DeleteThemeAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DeleteUserByPrincipalId' => ['name' => 'DeleteUserByPrincipalId', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}'], 'input' => ['shape' => 'DeleteUserByPrincipalIdRequest'], 'output' => ['shape' => 'DeleteUserByPrincipalIdResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeAccountCustomization' => ['name' => 'DescribeAccountCustomization', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/customizations'], 'input' => ['shape' => 'DescribeAccountCustomizationRequest'], 'output' => ['shape' => 'DescribeAccountCustomizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeAccountSettings' => ['name' => 'DescribeAccountSettings', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/settings'], 'input' => ['shape' => 'DescribeAccountSettingsRequest'], 'output' => ['shape' => 'DescribeAccountSettingsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeAnalysis' => ['name' => 'DescribeAnalysis', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}'], 'input' => ['shape' => 'DescribeAnalysisRequest'], 'output' => ['shape' => 'DescribeAnalysisResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeAnalysisPermissions' => ['name' => 'DescribeAnalysisPermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions'], 'input' => ['shape' => 'DescribeAnalysisPermissionsRequest'], 'output' => ['shape' => 'DescribeAnalysisPermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeDashboard' => ['name' => 'DescribeDashboard', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'DescribeDashboardRequest'], 'output' => ['shape' => 'DescribeDashboardResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeDashboardPermissions' => ['name' => 'DescribeDashboardPermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions'], 'input' => ['shape' => 'DescribeDashboardPermissionsRequest'], 'output' => ['shape' => 'DescribeDashboardPermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSet' => ['name' => 'DescribeDataSet', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'DescribeDataSetRequest'], 'output' => ['shape' => 'DescribeDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSetPermissions' => ['name' => 'DescribeDataSetPermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions'], 'input' => ['shape' => 'DescribeDataSetPermissionsRequest'], 'output' => ['shape' => 'DescribeDataSetPermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSource' => ['name' => 'DescribeDataSource', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'DescribeDataSourceRequest'], 'output' => ['shape' => 'DescribeDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeDataSourcePermissions' => ['name' => 'DescribeDataSourcePermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions'], 'input' => ['shape' => 'DescribeDataSourcePermissionsRequest'], 'output' => ['shape' => 'DescribeDataSourcePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'DescribeGroup' => ['name' => 'DescribeGroup', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'DescribeGroupRequest'], 'output' => ['shape' => 'DescribeGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeIAMPolicyAssignment' => ['name' => 'DescribeIAMPolicyAssignment', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'DescribeIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'DescribeIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'DescribeIngestion' => ['name' => 'DescribeIngestion', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}'], 'input' => ['shape' => 'DescribeIngestionRequest'], 'output' => ['shape' => 'DescribeIngestionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InternalFailureException']]], 'DescribeNamespace' => ['name' => 'DescribeNamespace', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}'], 'input' => ['shape' => 'DescribeNamespaceRequest'], 'output' => ['shape' => 'DescribeNamespaceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeTemplate' => ['name' => 'DescribeTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'DescribeTemplateRequest'], 'output' => ['shape' => 'DescribeTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeTemplateAlias' => ['name' => 'DescribeTemplateAlias', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'DescribeTemplateAliasRequest'], 'output' => ['shape' => 'DescribeTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeTemplatePermissions' => ['name' => 'DescribeTemplatePermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/permissions'], 'input' => ['shape' => 'DescribeTemplatePermissionsRequest'], 'output' => ['shape' => 'DescribeTemplatePermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeTheme' => ['name' => 'DescribeTheme', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}'], 'input' => ['shape' => 'DescribeThemeRequest'], 'output' => ['shape' => 'DescribeThemeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeThemeAlias' => ['name' => 'DescribeThemeAlias', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}'], 'input' => ['shape' => 'DescribeThemeAliasRequest'], 'output' => ['shape' => 'DescribeThemeAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeThemePermissions' => ['name' => 'DescribeThemePermissions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/permissions'], 'input' => ['shape' => 'DescribeThemePermissionsRequest'], 'output' => ['shape' => 'DescribeThemePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'GetDashboardEmbedUrl' => ['name' => 'GetDashboardEmbedUrl', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url'], 'input' => ['shape' => 'GetDashboardEmbedUrlRequest'], 'output' => ['shape' => 'GetDashboardEmbedUrlResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'DomainNotWhitelistedException'], ['shape' => 'QuickSightUserNotFoundException'], ['shape' => 'IdentityTypeNotSupportedException'], ['shape' => 'SessionLifetimeInMinutesInvalidException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'GetSessionEmbedUrl' => ['name' => 'GetSessionEmbedUrl', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/session-embed-url'], 'input' => ['shape' => 'GetSessionEmbedUrlRequest'], 'output' => ['shape' => 'GetSessionEmbedUrlResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'QuickSightUserNotFoundException'], ['shape' => 'SessionLifetimeInMinutesInvalidException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListAnalyses' => ['name' => 'ListAnalyses', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/analyses'], 'input' => ['shape' => 'ListAnalysesRequest'], 'output' => ['shape' => 'ListAnalysesResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDashboardVersions' => ['name' => 'ListDashboardVersions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions'], 'input' => ['shape' => 'ListDashboardVersionsRequest'], 'output' => ['shape' => 'ListDashboardVersionsResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDashboards' => ['name' => 'ListDashboards', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/dashboards'], 'input' => ['shape' => 'ListDashboardsRequest'], 'output' => ['shape' => 'ListDashboardsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListDataSets' => ['name' => 'ListDataSets', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets'], 'input' => ['shape' => 'ListDataSetsRequest'], 'output' => ['shape' => 'ListDataSetsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListDataSources' => ['name' => 'ListDataSources', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sources'], 'input' => ['shape' => 'ListDataSourcesRequest'], 'output' => ['shape' => 'ListDataSourcesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListGroupMemberships' => ['name' => 'ListGroupMemberships', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}/members'], 'input' => ['shape' => 'ListGroupMembershipsRequest'], 'output' => ['shape' => 'ListGroupMembershipsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListIAMPolicyAssignments' => ['name' => 'ListIAMPolicyAssignments', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments'], 'input' => ['shape' => 'ListIAMPolicyAssignmentsRequest'], 'output' => ['shape' => 'ListIAMPolicyAssignmentsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListIAMPolicyAssignmentsForUser' => ['name' => 'ListIAMPolicyAssignmentsForUser', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments'], 'input' => ['shape' => 'ListIAMPolicyAssignmentsForUserRequest'], 'output' => ['shape' => 'ListIAMPolicyAssignmentsForUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'ListIngestions' => ['name' => 'ListIngestions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions'], 'input' => ['shape' => 'ListIngestionsRequest'], 'output' => ['shape' => 'ListIngestionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'ListNamespaces' => ['name' => 'ListNamespaces', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces'], 'input' => ['shape' => 'ListNamespacesRequest'], 'output' => ['shape' => 'ListNamespacesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'ListTemplateAliases' => ['name' => 'ListTemplateAliases', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases'], 'input' => ['shape' => 'ListTemplateAliasesRequest'], 'output' => ['shape' => 'ListTemplateAliasesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListTemplateVersions' => ['name' => 'ListTemplateVersions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/versions'], 'input' => ['shape' => 'ListTemplateVersionsRequest'], 'output' => ['shape' => 'ListTemplateVersionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListTemplates' => ['name' => 'ListTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/templates'], 'input' => ['shape' => 'ListTemplatesRequest'], 'output' => ['shape' => 'ListTemplatesResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListThemeAliases' => ['name' => 'ListThemeAliases', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/aliases'], 'input' => ['shape' => 'ListThemeAliasesRequest'], 'output' => ['shape' => 'ListThemeAliasesResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListThemeVersions' => ['name' => 'ListThemeVersions', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/versions'], 'input' => ['shape' => 'ListThemeVersionsRequest'], 'output' => ['shape' => 'ListThemeVersionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListThemes' => ['name' => 'ListThemes', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/themes'], 'input' => ['shape' => 'ListThemesRequest'], 'output' => ['shape' => 'ListThemesResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'ListUserGroups' => ['name' => 'ListUserGroups', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/groups'], 'input' => ['shape' => 'ListUserGroupsRequest'], 'output' => ['shape' => 'ListUserGroupsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'GET', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'RegisterUser' => ['name' => 'RegisterUser', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users'], 'input' => ['shape' => 'RegisterUserRequest'], 'output' => ['shape' => 'RegisterUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'RestoreAnalysis' => ['name' => 'RestoreAnalysis', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}'], 'input' => ['shape' => 'RestoreAnalysisRequest'], 'output' => ['shape' => 'RestoreAnalysisResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'SearchAnalyses' => ['name' => 'SearchAnalyses', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/search/analyses'], 'input' => ['shape' => 'SearchAnalysesRequest'], 'output' => ['shape' => 'SearchAnalysesResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'SearchDashboards' => ['name' => 'SearchDashboards', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/search/dashboards'], 'input' => ['shape' => 'SearchDashboardsRequest'], 'output' => ['shape' => 'SearchDashboardsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalFailureException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/resources/{ResourceArn}/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateAccountCustomization' => ['name' => 'UpdateAccountCustomization', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/customizations'], 'input' => ['shape' => 'UpdateAccountCustomizationRequest'], 'output' => ['shape' => 'UpdateAccountCustomizationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'UpdateAccountSettings' => ['name' => 'UpdateAccountSettings', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/settings'], 'input' => ['shape' => 'UpdateAccountSettingsRequest'], 'output' => ['shape' => 'UpdateAccountSettingsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'UpdateAnalysis' => ['name' => 'UpdateAnalysis', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}'], 'input' => ['shape' => 'UpdateAnalysisRequest'], 'output' => ['shape' => 'UpdateAnalysisResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateAnalysisPermissions' => ['name' => 'UpdateAnalysisPermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions'], 'input' => ['shape' => 'UpdateAnalysisPermissionsRequest'], 'output' => ['shape' => 'UpdateAnalysisPermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboard' => ['name' => 'UpdateDashboard', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}'], 'input' => ['shape' => 'UpdateDashboardRequest'], 'output' => ['shape' => 'UpdateDashboardResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboardPermissions' => ['name' => 'UpdateDashboardPermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions'], 'input' => ['shape' => 'UpdateDashboardPermissionsRequest'], 'output' => ['shape' => 'UpdateDashboardPermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'UpdateDashboardPublishedVersion' => ['name' => 'UpdateDashboardPublishedVersion', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}'], 'input' => ['shape' => 'UpdateDashboardPublishedVersionRequest'], 'output' => ['shape' => 'UpdateDashboardPublishedVersionResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSet' => ['name' => 'UpdateDataSet', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}'], 'input' => ['shape' => 'UpdateDataSetRequest'], 'output' => ['shape' => 'UpdateDataSetResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSetPermissions' => ['name' => 'UpdateDataSetPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions'], 'input' => ['shape' => 'UpdateDataSetPermissionsRequest'], 'output' => ['shape' => 'UpdateDataSetPermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSource' => ['name' => 'UpdateDataSource', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}'], 'input' => ['shape' => 'UpdateDataSourceRequest'], 'output' => ['shape' => 'UpdateDataSourceResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalFailureException']]], 'UpdateDataSourcePermissions' => ['name' => 'UpdateDataSourcePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions'], 'input' => ['shape' => 'UpdateDataSourcePermissionsRequest'], 'output' => ['shape' => 'UpdateDataSourcePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalFailureException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]], 'UpdateIAMPolicyAssignment' => ['name' => 'UpdateIAMPolicyAssignment', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}'], 'input' => ['shape' => 'UpdateIAMPolicyAssignmentRequest'], 'output' => ['shape' => 'UpdateIAMPolicyAssignmentResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConcurrentUpdatingException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplate' => ['name' => 'UpdateTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}'], 'input' => ['shape' => 'UpdateTemplateRequest'], 'output' => ['shape' => 'UpdateTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'ConflictException'], ['shape' => 'LimitExceededException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplateAlias' => ['name' => 'UpdateTemplateAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}'], 'input' => ['shape' => 'UpdateTemplateAliasRequest'], 'output' => ['shape' => 'UpdateTemplateAliasResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'ConflictException'], ['shape' => 'InternalFailureException']]], 'UpdateTemplatePermissions' => ['name' => 'UpdateTemplatePermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/templates/{TemplateId}/permissions'], 'input' => ['shape' => 'UpdateTemplatePermissionsRequest'], 'output' => ['shape' => 'UpdateTemplatePermissionsResponse'], 'errors' => [['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ConflictException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateTheme' => ['name' => 'UpdateTheme', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}'], 'input' => ['shape' => 'UpdateThemeRequest'], 'output' => ['shape' => 'UpdateThemeResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateThemeAlias' => ['name' => 'UpdateThemeAlias', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/aliases/{AliasName}'], 'input' => ['shape' => 'UpdateThemeAliasRequest'], 'output' => ['shape' => 'UpdateThemeAliasResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateThemePermissions' => ['name' => 'UpdateThemePermissions', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/themes/{ThemeId}/permissions'], 'input' => ['shape' => 'UpdateThemePermissionsRequest'], 'output' => ['shape' => 'UpdateThemePermissionsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'UnsupportedUserEditionException'], ['shape' => 'InternalFailureException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'PUT', 'requestUri' => '/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}'], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValueException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'PreconditionNotMetException'], ['shape' => 'InternalFailureException'], ['shape' => 'ResourceUnavailableException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'AccountCustomization' => ['type' => 'structure', 'members' => ['DefaultTheme' => ['shape' => 'Arn']]], 'AccountSettings' => ['type' => 'structure', 'members' => ['AccountName' => ['shape' => 'String'], 'Edition' => ['shape' => 'Edition'], 'DefaultNamespace' => ['shape' => 'Namespace'], 'NotificationEmail' => ['shape' => 'String']]], 'ActionList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 16, 'min' => 1], 'ActiveIAMPolicyAssignment' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'PolicyArn' => ['shape' => 'Arn']]], 'ActiveIAMPolicyAssignmentList' => ['type' => 'list', 'member' => ['shape' => 'ActiveIAMPolicyAssignment']], 'AdHocFilteringOption' => ['type' => 'structure', 'members' => ['AvailabilityStatus' => ['shape' => 'DashboardBehavior']]], 'AliasName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\w\\-]+|(\\$LATEST)|(\\$PUBLISHED)'], 'AmazonElasticsearchParameters' => ['type' => 'structure', 'required' => ['Domain'], 'members' => ['Domain' => ['shape' => 'Domain']]], 'Analysis' => ['type' => 'structure', 'members' => ['AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'AnalysisName'], 'Status' => ['shape' => 'ResourceStatus'], 'Errors' => ['shape' => 'AnalysisErrorList'], 'DataSetArns' => ['shape' => 'DataSetArnsList'], 'ThemeArn' => ['shape' => 'Arn'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'AnalysisError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'AnalysisErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'AnalysisErrorList' => ['type' => 'list', 'member' => ['shape' => 'AnalysisError'], 'min' => 1], 'AnalysisErrorType' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'SOURCE_NOT_FOUND', 'DATA_SET_NOT_FOUND', 'INTERNAL_FAILURE', 'PARAMETER_VALUE_INCOMPATIBLE', 'PARAMETER_TYPE_INVALID', 'PARAMETER_NOT_FOUND', 'COLUMN_TYPE_MISMATCH', 'COLUMN_GEOGRAPHIC_ROLE_MISMATCH', 'COLUMN_REPLACEMENT_MISSING']], 'AnalysisFilterAttribute' => ['type' => 'string', 'enum' => ['QUICKSIGHT_USER']], 'AnalysisName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'AnalysisSearchFilter' => ['type' => 'structure', 'members' => ['Operator' => ['shape' => 'FilterOperator'], 'Name' => ['shape' => 'AnalysisFilterAttribute'], 'Value' => ['shape' => 'String']]], 'AnalysisSearchFilterList' => ['type' => 'list', 'member' => ['shape' => 'AnalysisSearchFilter'], 'max' => 1], 'AnalysisSourceEntity' => ['type' => 'structure', 'members' => ['SourceTemplate' => ['shape' => 'AnalysisSourceTemplate']]], 'AnalysisSourceTemplate' => ['type' => 'structure', 'required' => ['DataSetReferences', 'Arn'], 'members' => ['DataSetReferences' => ['shape' => 'DataSetReferenceList'], 'Arn' => ['shape' => 'Arn']]], 'AnalysisSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'Name' => ['shape' => 'AnalysisName'], 'Status' => ['shape' => 'ResourceStatus'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'AnalysisSummaryList' => ['type' => 'list', 'member' => ['shape' => 'AnalysisSummary'], 'max' => 100], 'Arn' => ['type' => 'string'], 'AssignmentStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DRAFT', 'DISABLED']], 'AthenaParameters' => ['type' => 'structure', 'members' => ['WorkGroup' => ['shape' => 'WorkGroup']]], 'AuroraParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'AuroraPostgreSqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'AwsAccountId' => ['type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^[0-9]{12}$'], 'AwsAndAccountId' => ['type' => 'string', 'pattern' => '^(aws|[0-9]{12})$'], 'AwsIotAnalyticsParameters' => ['type' => 'structure', 'required' => ['DataSetName'], 'members' => ['DataSetName' => ['shape' => 'DataSetName']]], 'Boolean' => ['type' => 'boolean'], 'BorderStyle' => ['type' => 'structure', 'members' => ['Show' => ['shape' => 'boolean', 'box' => \true]]], 'CalculatedColumn' => ['type' => 'structure', 'required' => ['ColumnName', 'ColumnId', 'Expression'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'ColumnId' => ['shape' => 'ColumnId'], 'Expression' => ['shape' => 'Expression']]], 'CalculatedColumnList' => ['type' => 'list', 'member' => ['shape' => 'CalculatedColumn'], 'max' => 128, 'min' => 1], 'CancelIngestionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'IngestionId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId']]], 'CancelIngestionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CastColumnTypeOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'NewColumnType'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'NewColumnType' => ['shape' => 'ColumnDataType'], 'Format' => ['shape' => 'TypeCastFormat']]], 'Catalog' => ['type' => 'string', 'max' => 128], 'ClusterId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColorList' => ['type' => 'list', 'member' => ['shape' => 'HexColor'], 'max' => 100], 'ColumnDataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'DECIMAL', 'DATETIME']], 'ColumnGroup' => ['type' => 'structure', 'members' => ['GeoSpatialColumnGroup' => ['shape' => 'GeoSpatialColumnGroup']]], 'ColumnGroupColumnSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'ColumnGroupColumnSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroupColumnSchema'], 'max' => 500], 'ColumnGroupList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroup'], 'max' => 8, 'min' => 1], 'ColumnGroupName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColumnGroupSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'ColumnGroupColumnSchemaList' => ['shape' => 'ColumnGroupColumnSchemaList']]], 'ColumnGroupSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnGroupSchema'], 'max' => 500], 'ColumnId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ColumnList' => ['type' => 'list', 'member' => ['shape' => 'ColumnName'], 'max' => 16, 'min' => 1], 'ColumnName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ColumnSchema' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'GeographicRole' => ['shape' => 'String']]], 'ColumnSchemaList' => ['type' => 'list', 'member' => ['shape' => 'ColumnSchema'], 'max' => 500], 'ColumnTag' => ['type' => 'structure', 'members' => ['ColumnGeographicRole' => ['shape' => 'GeoSpatialDataRole']]], 'ColumnTagList' => ['type' => 'list', 'member' => ['shape' => 'ColumnTag'], 'max' => 16, 'min' => 1], 'ConcurrentUpdatingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CopySourceArn' => ['type' => 'string', 'pattern' => '^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+'], 'CreateAccountCustomizationRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AccountCustomization'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'AccountCustomization' => ['shape' => 'AccountCustomization']]], 'CreateAccountCustomizationResponse' => ['type' => 'structure', 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace'], 'AccountCustomization' => ['shape' => 'AccountCustomization'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateAnalysisRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId'], 'Name' => ['shape' => 'AnalysisName'], 'Parameters' => ['shape' => 'Parameters'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'SourceEntity' => ['shape' => 'AnalysisSourceEntity'], 'ThemeArn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'TagList']]], 'CreateAnalysisResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateColumnsOperation' => ['type' => 'structure', 'required' => ['Columns'], 'members' => ['Columns' => ['shape' => 'CalculatedColumnList']]], 'CreateDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'Name' => ['shape' => 'DashboardName'], 'Parameters' => ['shape' => 'Parameters'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'SourceEntity' => ['shape' => 'DashboardSourceEntity'], 'Tags' => ['shape' => 'TagList'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'DashboardPublishOptions' => ['shape' => 'DashboardPublishOptions'], 'ThemeArn' => ['shape' => 'Arn']]], 'CreateDashboardResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'Name', 'PhysicalTableMap', 'ImportMode'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'IngestionArn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId', 'Name', 'Type'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'DataSourceType'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'Credentials' => ['shape' => 'DataSourceCredentials'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties'], 'Tags' => ['shape' => 'TagList']]], 'CreateDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateGroupMembershipRequest' => ['type' => 'structure', 'required' => ['MemberName', 'GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['MemberName' => ['shape' => 'GroupMemberName', 'location' => 'uri', 'locationName' => 'MemberName'], 'GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateGroupMembershipResponse' => ['type' => 'structure', 'members' => ['GroupMember' => ['shape' => 'GroupMember'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'AssignmentStatus', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'CreateIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentId' => ['shape' => 'String'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateIngestionRequest' => ['type' => 'structure', 'required' => ['DataSetId', 'IngestionId', 'AwsAccountId'], 'members' => ['DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId']]], 'CreateIngestionResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'IngestionStatus' => ['shape' => 'IngestionStatus'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateNamespaceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace', 'IdentityStore'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace'], 'IdentityStore' => ['shape' => 'IdentityStore'], 'Tags' => ['shape' => 'TagList']]], 'CreateNamespaceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'Namespace'], 'CapacityRegion' => ['shape' => 'String'], 'CreationStatus' => ['shape' => 'NamespaceStatus'], 'IdentityStore' => ['shape' => 'IdentityStore'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'CreateTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName', 'TemplateVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'CreateTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'Name' => ['shape' => 'TemplateName'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'SourceEntity' => ['shape' => 'TemplateSourceEntity'], 'Tags' => ['shape' => 'TagList'], 'VersionDescription' => ['shape' => 'VersionDescription']]], 'CreateTemplateResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateThemeAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'AliasName', 'ThemeVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'ThemeVersionNumber' => ['shape' => 'VersionNumber']]], 'CreateThemeAliasResponse' => ['type' => 'structure', 'members' => ['ThemeAlias' => ['shape' => 'ThemeAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CreateThemeRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'Name', 'BaseThemeId', 'Configuration'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'Name' => ['shape' => 'ThemeName'], 'BaseThemeId' => ['shape' => 'RestrictiveResourceId'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'Configuration' => ['shape' => 'ThemeConfiguration'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'Tags' => ['shape' => 'TagList']]], 'CreateThemeResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'ThemeId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'CredentialPair' => ['type' => 'structure', 'required' => ['Username', 'Password'], 'members' => ['Username' => ['shape' => 'Username'], 'Password' => ['shape' => 'Password'], 'AlternateDataSourceParameters' => ['shape' => 'DataSourceParametersList']]], 'CustomSql' => ['type' => 'structure', 'required' => ['DataSourceArn', 'Name', 'SqlQuery'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'CustomSqlName'], 'SqlQuery' => ['shape' => 'SqlQuery'], 'Columns' => ['shape' => 'InputColumnList']]], 'CustomSqlName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'Dashboard' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'DashboardName'], 'Version' => ['shape' => 'DashboardVersion'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastPublishedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'DashboardBehavior' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DashboardError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DashboardErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'DashboardErrorList' => ['type' => 'list', 'member' => ['shape' => 'DashboardError'], 'min' => 1], 'DashboardErrorType' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'SOURCE_NOT_FOUND', 'DATA_SET_NOT_FOUND', 'INTERNAL_FAILURE', 'PARAMETER_VALUE_INCOMPATIBLE', 'PARAMETER_TYPE_INVALID', 'PARAMETER_NOT_FOUND', 'COLUMN_TYPE_MISMATCH', 'COLUMN_GEOGRAPHIC_ROLE_MISMATCH', 'COLUMN_REPLACEMENT_MISSING']], 'DashboardFilterAttribute' => ['type' => 'string', 'enum' => ['QUICKSIGHT_USER']], 'DashboardName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'DashboardPublishOptions' => ['type' => 'structure', 'members' => ['AdHocFilteringOption' => ['shape' => 'AdHocFilteringOption'], 'ExportToCSVOption' => ['shape' => 'ExportToCSVOption'], 'SheetControlsOption' => ['shape' => 'SheetControlsOption']]], 'DashboardSearchFilter' => ['type' => 'structure', 'required' => ['Operator'], 'members' => ['Operator' => ['shape' => 'FilterOperator'], 'Name' => ['shape' => 'DashboardFilterAttribute'], 'Value' => ['shape' => 'String']]], 'DashboardSearchFilterList' => ['type' => 'list', 'member' => ['shape' => 'DashboardSearchFilter'], 'max' => 1], 'DashboardSourceEntity' => ['type' => 'structure', 'members' => ['SourceTemplate' => ['shape' => 'DashboardSourceTemplate']]], 'DashboardSourceTemplate' => ['type' => 'structure', 'required' => ['DataSetReferences', 'Arn'], 'members' => ['DataSetReferences' => ['shape' => 'DataSetReferenceList'], 'Arn' => ['shape' => 'Arn']]], 'DashboardSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Name' => ['shape' => 'DashboardName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'PublishedVersionNumber' => ['shape' => 'VersionNumber'], 'LastPublishedTime' => ['shape' => 'Timestamp']]], 'DashboardSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DashboardSummary'], 'max' => 100], 'DashboardUIState' => ['type' => 'string', 'enum' => ['EXPANDED', 'COLLAPSED']], 'DashboardVersion' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'Timestamp'], 'Errors' => ['shape' => 'DashboardErrorList'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'Arn' => ['shape' => 'Arn'], 'SourceEntityArn' => ['shape' => 'Arn'], 'DataSetArns' => ['shape' => 'DataSetArnsList'], 'Description' => ['shape' => 'VersionDescription'], 'ThemeArn' => ['shape' => 'Arn']]], 'DashboardVersionSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'CreatedTime' => ['shape' => 'Timestamp'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'SourceEntityArn' => ['shape' => 'Arn'], 'Description' => ['shape' => 'VersionDescription']]], 'DashboardVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DashboardVersionSummary'], 'max' => 100], 'DataColorPalette' => ['type' => 'structure', 'members' => ['Colors' => ['shape' => 'ColorList'], 'MinMaxGradient' => ['shape' => 'ColorList'], 'EmptyFillColor' => ['shape' => 'HexColor']]], 'DataSet' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'OutputColumns' => ['shape' => 'OutputColumnList'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ConsumedSpiceCapacityInBytes' => ['shape' => 'Long'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'DataSetArnsList' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'max' => 100], 'DataSetConfiguration' => ['type' => 'structure', 'members' => ['Placeholder' => ['shape' => 'String'], 'DataSetSchema' => ['shape' => 'DataSetSchema'], 'ColumnGroupSchemaList' => ['shape' => 'ColumnGroupSchemaList']]], 'DataSetConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'DataSetConfiguration'], 'max' => 30], 'DataSetImportMode' => ['type' => 'string', 'enum' => ['SPICE', 'DIRECT_QUERY']], 'DataSetName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DataSetReference' => ['type' => 'structure', 'required' => ['DataSetPlaceholder', 'DataSetArn'], 'members' => ['DataSetPlaceholder' => ['shape' => 'NonEmptyString'], 'DataSetArn' => ['shape' => 'Arn']]], 'DataSetReferenceList' => ['type' => 'list', 'member' => ['shape' => 'DataSetReference'], 'min' => 1], 'DataSetSchema' => ['type' => 'structure', 'members' => ['ColumnSchemaList' => ['shape' => 'ColumnSchemaList']]], 'DataSetSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'DataSetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DataSetSummary']], 'DataSource' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'DataSourceType'], 'Status' => ['shape' => 'ResourceStatus'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'AlternateDataSourceParameters' => ['shape' => 'DataSourceParametersList'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties'], 'ErrorInfo' => ['shape' => 'DataSourceErrorInfo']]], 'DataSourceCredentials' => ['type' => 'structure', 'members' => ['CredentialPair' => ['shape' => 'CredentialPair'], 'CopySourceArn' => ['shape' => 'CopySourceArn']], 'sensitive' => \true], 'DataSourceErrorInfo' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'DataSourceErrorInfoType'], 'Message' => ['shape' => 'String']]], 'DataSourceErrorInfoType' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'COPY_SOURCE_NOT_FOUND', 'TIMEOUT', 'ENGINE_VERSION_NOT_SUPPORTED', 'UNKNOWN_HOST', 'GENERIC_SQL_FAILURE', 'CONFLICT', 'UNKNOWN']], 'DataSourceList' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DataSourceParameters' => ['type' => 'structure', 'members' => ['AmazonElasticsearchParameters' => ['shape' => 'AmazonElasticsearchParameters'], 'AthenaParameters' => ['shape' => 'AthenaParameters'], 'AuroraParameters' => ['shape' => 'AuroraParameters'], 'AuroraPostgreSqlParameters' => ['shape' => 'AuroraPostgreSqlParameters'], 'AwsIotAnalyticsParameters' => ['shape' => 'AwsIotAnalyticsParameters'], 'JiraParameters' => ['shape' => 'JiraParameters'], 'MariaDbParameters' => ['shape' => 'MariaDbParameters'], 'MySqlParameters' => ['shape' => 'MySqlParameters'], 'PostgreSqlParameters' => ['shape' => 'PostgreSqlParameters'], 'PrestoParameters' => ['shape' => 'PrestoParameters'], 'RdsParameters' => ['shape' => 'RdsParameters'], 'RedshiftParameters' => ['shape' => 'RedshiftParameters'], 'S3Parameters' => ['shape' => 'S3Parameters'], 'ServiceNowParameters' => ['shape' => 'ServiceNowParameters'], 'SnowflakeParameters' => ['shape' => 'SnowflakeParameters'], 'SparkParameters' => ['shape' => 'SparkParameters'], 'SqlServerParameters' => ['shape' => 'SqlServerParameters'], 'TeradataParameters' => ['shape' => 'TeradataParameters'], 'TwitterParameters' => ['shape' => 'TwitterParameters']]], 'DataSourceParametersList' => ['type' => 'list', 'member' => ['shape' => 'DataSourceParameters'], 'max' => 50, 'min' => 1], 'DataSourceType' => ['type' => 'string', 'enum' => ['ADOBE_ANALYTICS', 'AMAZON_ELASTICSEARCH', 'ATHENA', 'AURORA', 'AURORA_POSTGRESQL', 'AWS_IOT_ANALYTICS', 'GITHUB', 'JIRA', 'MARIADB', 'MYSQL', 'POSTGRESQL', 'PRESTO', 'REDSHIFT', 'S3', 'SALESFORCE', 'SERVICENOW', 'SNOWFLAKE', 'SPARK', 'SQLSERVER', 'TERADATA', 'TWITTER']], 'Database' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DateTimeParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'TimestampList']]], 'DateTimeParameterList' => ['type' => 'list', 'member' => ['shape' => 'DateTimeParameter'], 'max' => 100], 'DecimalParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'DoubleList']]], 'DecimalParameterList' => ['type' => 'list', 'member' => ['shape' => 'DecimalParameter'], 'max' => 100], 'DeleteAccountCustomizationRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'querystring', 'locationName' => 'namespace']]], 'DeleteAccountCustomizationResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteAnalysisRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId'], 'RecoveryWindowInDays' => ['shape' => 'RecoveryWindowInDays', 'location' => 'querystring', 'locationName' => 'recovery-window-in-days'], 'ForceDeleteWithoutRecovery' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'force-delete-without-recovery']]], 'DeleteAnalysisResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'Arn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'DeletionTime' => ['shape' => 'Timestamp'], 'RequestId' => ['shape' => 'String']]], 'DeleteDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number']]], 'DeleteDashboardResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'Arn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'RequestId' => ['shape' => 'String']]], 'DeleteDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DeleteDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DeleteDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteGroupMembershipRequest' => ['type' => 'structure', 'required' => ['MemberName', 'GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['MemberName' => ['shape' => 'GroupMemberName', 'location' => 'uri', 'locationName' => 'MemberName'], 'GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteGroupMembershipResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteGroupResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteNamespaceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteNamespaceResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DeleteTemplateAliasResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'AliasName' => ['shape' => 'AliasName'], 'Arn' => ['shape' => 'Arn'], 'RequestId' => ['shape' => 'String']]], 'DeleteTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number']]], 'DeleteTemplateResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Arn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteThemeAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DeleteThemeAliasResponse' => ['type' => 'structure', 'members' => ['AliasName' => ['shape' => 'AliasName'], 'Arn' => ['shape' => 'Arn'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'ThemeId' => ['shape' => 'RestrictiveResourceId']]], 'DeleteThemeRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number']]], 'DeleteThemeResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'ThemeId' => ['shape' => 'RestrictiveResourceId']]], 'DeleteUserByPrincipalIdRequest' => ['type' => 'structure', 'required' => ['PrincipalId', 'AwsAccountId', 'Namespace'], 'members' => ['PrincipalId' => ['shape' => 'String', 'location' => 'uri', 'locationName' => 'PrincipalId'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteUserByPrincipalIdResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'Delimiter' => ['type' => 'string', 'max' => 1, 'min' => 1], 'DescribeAccountCustomizationRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'Resolved' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'resolved']]], 'DescribeAccountCustomizationResponse' => ['type' => 'structure', 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace'], 'AccountCustomization' => ['shape' => 'AccountCustomization'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId']]], 'DescribeAccountSettingsResponse' => ['type' => 'structure', 'members' => ['AccountSettings' => ['shape' => 'AccountSettings'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeAnalysisPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId']]], 'DescribeAnalysisPermissionsResponse' => ['type' => 'structure', 'members' => ['AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'AnalysisArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeAnalysisRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId']]], 'DescribeAnalysisResponse' => ['type' => 'structure', 'members' => ['Analysis' => ['shape' => 'Analysis'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeDashboardPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId']]], 'DescribeDashboardPermissionsResponse' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'DashboardArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'alias-name']]], 'DescribeDashboardResponse' => ['type' => 'structure', 'members' => ['Dashboard' => ['shape' => 'Dashboard'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeDataSetPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DescribeDataSetPermissionsResponse' => ['type' => 'structure', 'members' => ['DataSetArn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId']]], 'DescribeDataSetResponse' => ['type' => 'structure', 'members' => ['DataSet' => ['shape' => 'DataSet'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSourcePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DescribeDataSourcePermissionsResponse' => ['type' => 'structure', 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId']]], 'DescribeDataSourceResponse' => ['type' => 'structure', 'members' => ['DataSource' => ['shape' => 'DataSource'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['IAMPolicyAssignment' => ['shape' => 'IAMPolicyAssignment'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeIngestionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'IngestionId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'IngestionId' => ['shape' => 'IngestionId', 'location' => 'uri', 'locationName' => 'IngestionId']]], 'DescribeIngestionResponse' => ['type' => 'structure', 'members' => ['Ingestion' => ['shape' => 'Ingestion'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeNamespaceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeNamespaceResponse' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'NamespaceInfoV2'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DescribeTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeTemplatePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId']]], 'DescribeTemplatePermissionsResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'TemplateArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'alias-name']]], 'DescribeTemplateResponse' => ['type' => 'structure', 'members' => ['Template' => ['shape' => 'Template'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeThemeAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'AliasName'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName']]], 'DescribeThemeAliasResponse' => ['type' => 'structure', 'members' => ['ThemeAlias' => ['shape' => 'ThemeAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeThemePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId']]], 'DescribeThemePermissionsResponse' => ['type' => 'structure', 'members' => ['ThemeId' => ['shape' => 'RestrictiveResourceId'], 'ThemeArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'DescribeThemeRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAndAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'querystring', 'locationName' => 'version-number'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'querystring', 'locationName' => 'alias-name']]], 'DescribeThemeResponse' => ['type' => 'structure', 'members' => ['Theme' => ['shape' => 'Theme'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'Domain' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DomainNotWhitelistedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Double' => ['type' => 'double'], 'DoubleList' => ['type' => 'list', 'member' => ['shape' => 'Double']], 'Edition' => ['type' => 'string', 'enum' => ['STANDARD', 'ENTERPRISE']], 'EmbeddingUrl' => ['type' => 'string', 'sensitive' => \true], 'EntryPoint' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ErrorInfo' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'IngestionErrorType'], 'Message' => ['shape' => 'string']]], 'ExceptionResourceType' => ['type' => 'string', 'enum' => ['USER', 'GROUP', 'NAMESPACE', 'ACCOUNT_SETTINGS', 'IAMPOLICY_ASSIGNMENT', 'DATA_SOURCE', 'DATA_SET', 'VPC_CONNECTION', 'INGESTION']], 'ExportToCSVOption' => ['type' => 'structure', 'members' => ['AvailabilityStatus' => ['shape' => 'DashboardBehavior']]], 'Expression' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'FileFormat' => ['type' => 'string', 'enum' => ['CSV', 'TSV', 'CLF', 'ELF', 'XLSX', 'JSON']], 'FilterOperation' => ['type' => 'structure', 'required' => ['ConditionExpression'], 'members' => ['ConditionExpression' => ['shape' => 'Expression']]], 'FilterOperator' => ['type' => 'string', 'enum' => ['StringEquals']], 'GeoSpatialColumnGroup' => ['type' => 'structure', 'required' => ['Name', 'CountryCode', 'Columns'], 'members' => ['Name' => ['shape' => 'ColumnGroupName'], 'CountryCode' => ['shape' => 'GeoSpatialCountryCode'], 'Columns' => ['shape' => 'ColumnList']]], 'GeoSpatialCountryCode' => ['type' => 'string', 'enum' => ['US']], 'GeoSpatialDataRole' => ['type' => 'string', 'enum' => ['COUNTRY', 'STATE', 'COUNTY', 'CITY', 'POSTCODE', 'LONGITUDE', 'LATITUDE']], 'GetDashboardEmbedUrlRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'IdentityType'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'IdentityType' => ['shape' => 'IdentityType', 'location' => 'querystring', 'locationName' => 'creds-type'], 'SessionLifetimeInMinutes' => ['shape' => 'SessionLifetimeInMinutes', 'location' => 'querystring', 'locationName' => 'session-lifetime'], 'UndoRedoDisabled' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'undo-redo-disabled'], 'ResetDisabled' => ['shape' => 'boolean', 'location' => 'querystring', 'locationName' => 'reset-disabled'], 'UserArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'user-arn']]], 'GetDashboardEmbedUrlResponse' => ['type' => 'structure', 'members' => ['EmbedUrl' => ['shape' => 'EmbeddingUrl'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'GetSessionEmbedUrlRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'EntryPoint' => ['shape' => 'EntryPoint', 'location' => 'querystring', 'locationName' => 'entry-point'], 'SessionLifetimeInMinutes' => ['shape' => 'SessionLifetimeInMinutes', 'location' => 'querystring', 'locationName' => 'session-lifetime'], 'UserArn' => ['shape' => 'Arn', 'location' => 'querystring', 'locationName' => 'user-arn']]], 'GetSessionEmbedUrlResponse' => ['type' => 'structure', 'members' => ['EmbedUrl' => ['shape' => 'EmbeddingUrl'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'Group' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'GroupName' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'PrincipalId' => ['shape' => 'String']]], 'GroupDescription' => ['type' => 'string', 'max' => 512, 'min' => 1], 'GroupList' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'GroupMember' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'MemberName' => ['shape' => 'GroupMemberName']]], 'GroupMemberList' => ['type' => 'list', 'member' => ['shape' => 'GroupMember']], 'GroupMemberName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'GroupName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'GutterStyle' => ['type' => 'structure', 'members' => ['Show' => ['shape' => 'boolean', 'box' => \true]]], 'HexColor' => ['type' => 'string', 'pattern' => '^#[A-F0-9]{6}$'], 'Host' => ['type' => 'string', 'max' => 256, 'min' => 1], 'IAMPolicyAssignment' => ['type' => 'structure', 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId'], 'AssignmentId' => ['shape' => 'String'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus']]], 'IAMPolicyAssignmentName' => ['type' => 'string', 'min' => 1, 'pattern' => '(?=^.{2,256}$)(?!.*\\s)[0-9a-zA-Z-_.:=+@]*$'], 'IAMPolicyAssignmentSummary' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus']]], 'IAMPolicyAssignmentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IAMPolicyAssignmentSummary']], 'IdentityMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'IdentityNameList']], 'IdentityName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'IdentityNameList' => ['type' => 'list', 'member' => ['shape' => 'IdentityName']], 'IdentityStore' => ['type' => 'string', 'enum' => ['QUICKSIGHT']], 'IdentityType' => ['type' => 'string', 'enum' => ['IAM', 'QUICKSIGHT']], 'IdentityTypeNotSupportedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'Ingestion' => ['type' => 'structure', 'required' => ['Arn', 'IngestionStatus', 'CreatedTime'], 'members' => ['Arn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'IngestionId'], 'IngestionStatus' => ['shape' => 'IngestionStatus'], 'ErrorInfo' => ['shape' => 'ErrorInfo'], 'RowInfo' => ['shape' => 'RowInfo'], 'QueueInfo' => ['shape' => 'QueueInfo'], 'CreatedTime' => ['shape' => 'timestamp'], 'IngestionTimeInSeconds' => ['shape' => 'long', 'box' => \true], 'IngestionSizeInBytes' => ['shape' => 'long', 'box' => \true], 'RequestSource' => ['shape' => 'IngestionRequestSource'], 'RequestType' => ['shape' => 'IngestionRequestType']]], 'IngestionErrorType' => ['type' => 'string', 'enum' => ['FAILURE_TO_ASSUME_ROLE', 'INGESTION_SUPERSEDED', 'INGESTION_CANCELED', 'DATA_SET_DELETED', 'DATA_SET_NOT_SPICE', 'S3_UPLOADED_FILE_DELETED', 'S3_MANIFEST_ERROR', 'DATA_TOLERANCE_EXCEPTION', 'SPICE_TABLE_NOT_FOUND', 'DATA_SET_SIZE_LIMIT_EXCEEDED', 'ROW_SIZE_LIMIT_EXCEEDED', 'ACCOUNT_CAPACITY_LIMIT_EXCEEDED', 'CUSTOMER_ERROR', 'DATA_SOURCE_NOT_FOUND', 'IAM_ROLE_NOT_AVAILABLE', 'CONNECTION_FAILURE', 'SQL_TABLE_NOT_FOUND', 'PERMISSION_DENIED', 'SSL_CERTIFICATE_VALIDATION_FAILURE', 'OAUTH_TOKEN_FAILURE', 'SOURCE_API_LIMIT_EXCEEDED_FAILURE', 'PASSWORD_AUTHENTICATION_FAILURE', 'SQL_SCHEMA_MISMATCH_ERROR', 'INVALID_DATE_FORMAT', 'INVALID_DATAPREP_SYNTAX', 'SOURCE_RESOURCE_LIMIT_EXCEEDED', 'SQL_INVALID_PARAMETER_VALUE', 'QUERY_TIMEOUT', 'SQL_NUMERIC_OVERFLOW', 'UNRESOLVABLE_HOST', 'UNROUTABLE_HOST', 'SQL_EXCEPTION', 'S3_FILE_INACCESSIBLE', 'IOT_FILE_NOT_FOUND', 'IOT_DATA_SET_FILE_EMPTY', 'INVALID_DATA_SOURCE_CONFIG', 'DATA_SOURCE_AUTH_FAILED', 'DATA_SOURCE_CONNECTION_FAILED', 'FAILURE_TO_PROCESS_JSON_FILE', 'INTERNAL_SERVICE_ERROR']], 'IngestionId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'IngestionMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'IngestionRequestSource' => ['type' => 'string', 'enum' => ['MANUAL', 'SCHEDULED']], 'IngestionRequestType' => ['type' => 'string', 'enum' => ['INITIAL_INGESTION', 'EDIT', 'INCREMENTAL_REFRESH', 'FULL_REFRESH']], 'IngestionStatus' => ['type' => 'string', 'enum' => ['INITIALIZED', 'QUEUED', 'RUNNING', 'FAILED', 'COMPLETED', 'CANCELLED']], 'Ingestions' => ['type' => 'list', 'member' => ['shape' => 'Ingestion']], 'InputColumn' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'ColumnName'], 'Type' => ['shape' => 'InputColumnDataType']]], 'InputColumnDataType' => ['type' => 'string', 'enum' => ['STRING', 'INTEGER', 'DECIMAL', 'DATETIME', 'BIT', 'BOOLEAN', 'JSON']], 'InputColumnList' => ['type' => 'list', 'member' => ['shape' => 'InputColumn'], 'max' => 2048, 'min' => 1], 'InstanceId' => ['type' => 'string', 'max' => 64, 'min' => 1], 'IntegerParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'LongList']]], 'IntegerParameterList' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameter'], 'max' => 100], 'InternalFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterValueException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JiraParameters' => ['type' => 'structure', 'required' => ['SiteBaseUrl'], 'members' => ['SiteBaseUrl' => ['shape' => 'SiteBaseUrl']]], 'JoinInstruction' => ['type' => 'structure', 'required' => ['LeftOperand', 'RightOperand', 'Type', 'OnClause'], 'members' => ['LeftOperand' => ['shape' => 'LogicalTableId'], 'RightOperand' => ['shape' => 'LogicalTableId'], 'Type' => ['shape' => 'JoinType'], 'OnClause' => ['shape' => 'OnClause']]], 'JoinType' => ['type' => 'string', 'enum' => ['INNER', 'OUTER', 'LEFT', 'RIGHT']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ListAnalysesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListAnalysesResponse' => ['type' => 'structure', 'members' => ['AnalysisSummaryList' => ['shape' => 'AnalysisSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListDashboardVersionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDashboardVersionsResponse' => ['type' => 'structure', 'members' => ['DashboardVersionSummaryList' => ['shape' => 'DashboardVersionSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListDashboardsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDashboardsResponse' => ['type' => 'structure', 'members' => ['DashboardSummaryList' => ['shape' => 'DashboardSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListDataSetsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDataSetsResponse' => ['type' => 'structure', 'members' => ['DataSetSummaries' => ['shape' => 'DataSetSummaryList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListDataSourcesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListDataSourcesResponse' => ['type' => 'structure', 'members' => ['DataSources' => ['shape' => 'DataSourceList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListGroupMembershipsRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListGroupMembershipsResponse' => ['type' => 'structure', 'members' => ['GroupMemberList' => ['shape' => 'GroupMemberList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['GroupList' => ['shape' => 'GroupList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIAMPolicyAssignmentsForUserRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'UserName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListIAMPolicyAssignmentsForUserResponse' => ['type' => 'structure', 'members' => ['ActiveAssignments' => ['shape' => 'ActiveIAMPolicyAssignmentList'], 'RequestId' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIAMPolicyAssignmentsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListIAMPolicyAssignmentsResponse' => ['type' => 'structure', 'members' => ['IAMPolicyAssignments' => ['shape' => 'IAMPolicyAssignmentSummaryList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListIngestionsRequest' => ['type' => 'structure', 'required' => ['DataSetId', 'AwsAccountId'], 'members' => ['DataSetId' => ['shape' => 'string', 'location' => 'uri', 'locationName' => 'DataSetId'], 'NextToken' => ['shape' => 'string', 'location' => 'querystring', 'locationName' => 'next-token'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'MaxResults' => ['shape' => 'IngestionMaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListIngestionsResponse' => ['type' => 'structure', 'members' => ['Ingestions' => ['shape' => 'Ingestions'], 'NextToken' => ['shape' => 'string'], 'RequestId' => ['shape' => 'string'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListNamespacesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListNamespacesResponse' => ['type' => 'structure', 'members' => ['Namespaces' => ['shape' => 'Namespaces'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListTemplateAliasesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-result']]], 'ListTemplateAliasesResponse' => ['type' => 'structure', 'members' => ['TemplateAliasList' => ['shape' => 'TemplateAliasList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String']]], 'ListTemplateVersionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListTemplateVersionsResponse' => ['type' => 'structure', 'members' => ['TemplateVersionSummaryList' => ['shape' => 'TemplateVersionSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListTemplatesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-result']]], 'ListTemplatesResponse' => ['type' => 'structure', 'members' => ['TemplateSummaryList' => ['shape' => 'TemplateSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListThemeAliasesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-result']]], 'ListThemeAliasesResponse' => ['type' => 'structure', 'members' => ['ThemeAliasList' => ['shape' => 'ThemeAliasList'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String'], 'NextToken' => ['shape' => 'String']]], 'ListThemeVersionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListThemeVersionsResponse' => ['type' => 'structure', 'members' => ['ThemeVersionSummaryList' => ['shape' => 'ThemeVersionSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListThemesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Type' => ['shape' => 'ThemeType', 'location' => 'querystring', 'locationName' => 'type']]], 'ListThemesResponse' => ['type' => 'structure', 'members' => ['ThemeSummaryList' => ['shape' => 'ThemeSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ListUserGroupsRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results']]], 'ListUserGroupsResponse' => ['type' => 'structure', 'members' => ['GroupList' => ['shape' => 'GroupList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'NextToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'max-results'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['UserList' => ['shape' => 'UserList'], 'NextToken' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'LogicalTable' => ['type' => 'structure', 'required' => ['Alias', 'Source'], 'members' => ['Alias' => ['shape' => 'LogicalTableAlias'], 'DataTransforms' => ['shape' => 'TransformOperationList'], 'Source' => ['shape' => 'LogicalTableSource']]], 'LogicalTableAlias' => ['type' => 'string', 'max' => 64, 'min' => 1], 'LogicalTableId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9a-zA-Z-]*'], 'LogicalTableMap' => ['type' => 'map', 'key' => ['shape' => 'LogicalTableId'], 'value' => ['shape' => 'LogicalTable'], 'max' => 32, 'min' => 1], 'LogicalTableSource' => ['type' => 'structure', 'members' => ['JoinInstruction' => ['shape' => 'JoinInstruction'], 'PhysicalTableId' => ['shape' => 'PhysicalTableId']]], 'Long' => ['type' => 'long'], 'LongList' => ['type' => 'list', 'member' => ['shape' => 'Long']], 'ManifestFileLocation' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Key' => ['shape' => 'S3Key']]], 'MarginStyle' => ['type' => 'structure', 'members' => ['Show' => ['shape' => 'boolean', 'box' => \true]]], 'MariaDbParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MySqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'Namespace' => ['type' => 'string', 'max' => 64, 'pattern' => '^[a-zA-Z0-9._-]*$'], 'NamespaceError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NamespaceErrorType'], 'Message' => ['shape' => 'String']]], 'NamespaceErrorType' => ['type' => 'string', 'enum' => ['PERMISSION_DENIED', 'INTERNAL_SERVICE_ERROR']], 'NamespaceInfoV2' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Namespace'], 'Arn' => ['shape' => 'Arn'], 'CapacityRegion' => ['shape' => 'String'], 'CreationStatus' => ['shape' => 'NamespaceStatus'], 'IdentityStore' => ['shape' => 'IdentityStore'], 'NamespaceError' => ['shape' => 'NamespaceError']]], 'NamespaceStatus' => ['type' => 'string', 'enum' => ['CREATED', 'CREATING', 'DELETING', 'RETRYABLE_FAILURE', 'NON_RETRYABLE_FAILURE']], 'Namespaces' => ['type' => 'list', 'member' => ['shape' => 'NamespaceInfoV2']], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'OnClause' => ['type' => 'string', 'max' => 512, 'min' => 1], 'OptionalPort' => ['type' => 'integer', 'max' => 65535, 'min' => 0], 'OutputColumn' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ColumnName'], 'Type' => ['shape' => 'ColumnDataType']]], 'OutputColumnList' => ['type' => 'list', 'member' => ['shape' => 'OutputColumn']], 'Parameters' => ['type' => 'structure', 'members' => ['StringParameters' => ['shape' => 'StringParameterList'], 'IntegerParameters' => ['shape' => 'IntegerParameterList'], 'DecimalParameters' => ['shape' => 'DecimalParameterList'], 'DateTimeParameters' => ['shape' => 'DateTimeParameterList']]], 'Password' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'PhysicalTable' => ['type' => 'structure', 'members' => ['RelationalTable' => ['shape' => 'RelationalTable'], 'CustomSql' => ['shape' => 'CustomSql'], 'S3Source' => ['shape' => 'S3Source']]], 'PhysicalTableId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9a-zA-Z-]*'], 'PhysicalTableMap' => ['type' => 'map', 'key' => ['shape' => 'PhysicalTableId'], 'value' => ['shape' => 'PhysicalTable'], 'max' => 16, 'min' => 1], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PositiveInteger' => ['type' => 'integer', 'min' => 1], 'PostgreSqlParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PrestoParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Catalog'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Catalog' => ['shape' => 'Catalog']]], 'Principal' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ProjectOperation' => ['type' => 'structure', 'required' => ['ProjectedColumns'], 'members' => ['ProjectedColumns' => ['shape' => 'ProjectedColumnList']]], 'ProjectedColumnList' => ['type' => 'list', 'member' => ['shape' => 'String'], 'max' => 2000, 'min' => 1], 'Query' => ['type' => 'string', 'max' => 256, 'min' => 1], 'QueueInfo' => ['type' => 'structure', 'required' => ['WaitingOnIngestion', 'QueuedIngestion'], 'members' => ['WaitingOnIngestion' => ['shape' => 'string'], 'QueuedIngestion' => ['shape' => 'string']]], 'QuickSightUserNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RdsParameters' => ['type' => 'structure', 'required' => ['InstanceId', 'Database'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Database' => ['shape' => 'Database']]], 'RecoveryWindowInDays' => ['type' => 'long', 'max' => 30, 'min' => 7], 'RedshiftParameters' => ['type' => 'structure', 'required' => ['Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'OptionalPort'], 'Database' => ['shape' => 'Database'], 'ClusterId' => ['shape' => 'ClusterId']]], 'RegisterUserRequest' => ['type' => 'structure', 'required' => ['IdentityType', 'Email', 'UserRole', 'AwsAccountId', 'Namespace'], 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'Email' => ['shape' => 'String'], 'UserRole' => ['shape' => 'UserRole'], 'IamArn' => ['shape' => 'String'], 'SessionName' => ['shape' => 'RoleSessionName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'UserName' => ['shape' => 'UserName'], 'CustomPermissionsName' => ['shape' => 'RoleName']]], 'RegisterUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'UserInvitationUrl' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'RelationalTable' => ['type' => 'structure', 'required' => ['DataSourceArn', 'Name', 'InputColumns'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'Schema' => ['shape' => 'RelationalTableSchema'], 'Name' => ['shape' => 'RelationalTableName'], 'InputColumns' => ['shape' => 'InputColumnList']]], 'RelationalTableName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'RelationalTableSchema' => ['type' => 'string', 'max' => 64], 'RenameColumnOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'NewColumnName'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'NewColumnName' => ['shape' => 'ColumnName']]], 'ResourceExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceId' => ['type' => 'string'], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ResourcePermission' => ['type' => 'structure', 'required' => ['Principal', 'Actions'], 'members' => ['Principal' => ['shape' => 'Principal'], 'Actions' => ['shape' => 'ActionList']]], 'ResourcePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourcePermission'], 'max' => 64, 'min' => 1], 'ResourceStatus' => ['type' => 'string', 'enum' => ['CREATION_IN_PROGRESS', 'CREATION_SUCCESSFUL', 'CREATION_FAILED', 'UPDATE_IN_PROGRESS', 'UPDATE_SUCCESSFUL', 'UPDATE_FAILED', 'DELETED']], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'ExceptionResourceType'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'RestoreAnalysisRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId']]], 'RestoreAnalysisResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'Arn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'RequestId' => ['shape' => 'String']]], 'RestrictiveResourceId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'RoleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9+=,.@_-]+$'], 'RoleSessionName' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[\\w+=.@-]*'], 'RowInfo' => ['type' => 'structure', 'members' => ['RowsIngested' => ['shape' => 'long', 'box' => \true], 'RowsDropped' => ['shape' => 'long', 'box' => \true]]], 'RowLevelPermissionDataSet' => ['type' => 'structure', 'required' => ['Arn', 'PermissionPolicy'], 'members' => ['Namespace' => ['shape' => 'Namespace'], 'Arn' => ['shape' => 'Arn'], 'PermissionPolicy' => ['shape' => 'RowLevelPermissionPolicy']]], 'RowLevelPermissionPolicy' => ['type' => 'string', 'enum' => ['GRANT_ACCESS', 'DENY_ACCESS']], 'S3Bucket' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3Key' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3Parameters' => ['type' => 'structure', 'required' => ['ManifestFileLocation'], 'members' => ['ManifestFileLocation' => ['shape' => 'ManifestFileLocation']]], 'S3Source' => ['type' => 'structure', 'required' => ['DataSourceArn', 'InputColumns'], 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'UploadSettings' => ['shape' => 'UploadSettings'], 'InputColumns' => ['shape' => 'InputColumnList']]], 'SearchAnalysesRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Filters'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Filters' => ['shape' => 'AnalysisSearchFilterList'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'SearchAnalysesResponse' => ['type' => 'structure', 'members' => ['AnalysisSummaryList' => ['shape' => 'AnalysisSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'SearchDashboardsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'Filters'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Filters' => ['shape' => 'DashboardSearchFilterList'], 'NextToken' => ['shape' => 'String'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'SearchDashboardsResponse' => ['type' => 'structure', 'members' => ['DashboardSummaryList' => ['shape' => 'DashboardSummaryList'], 'NextToken' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'ServiceNowParameters' => ['type' => 'structure', 'required' => ['SiteBaseUrl'], 'members' => ['SiteBaseUrl' => ['shape' => 'SiteBaseUrl']]], 'SessionLifetimeInMinutes' => ['type' => 'long', 'max' => 600, 'min' => 15], 'SessionLifetimeInMinutesInvalidException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SheetControlsOption' => ['type' => 'structure', 'members' => ['VisibilityState' => ['shape' => 'DashboardUIState']]], 'SheetStyle' => ['type' => 'structure', 'members' => ['Tile' => ['shape' => 'TileStyle'], 'TileLayout' => ['shape' => 'TileLayoutStyle']]], 'SiteBaseUrl' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SnowflakeParameters' => ['type' => 'structure', 'required' => ['Host', 'Database', 'Warehouse'], 'members' => ['Host' => ['shape' => 'Host'], 'Database' => ['shape' => 'Database'], 'Warehouse' => ['shape' => 'Warehouse']]], 'SparkParameters' => ['type' => 'structure', 'required' => ['Host', 'Port'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port']]], 'SqlQuery' => ['type' => 'string', 'max' => 65536, 'min' => 1], 'SqlServerParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'SslProperties' => ['type' => 'structure', 'members' => ['DisableSsl' => ['shape' => 'Boolean']]], 'StatusCode' => ['type' => 'integer'], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringParameter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Values' => ['shape' => 'StringList']]], 'StringParameterList' => ['type' => 'list', 'member' => ['shape' => 'StringParameter'], 'max' => 100], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagColumnOperation' => ['type' => 'structure', 'required' => ['ColumnName', 'Tags'], 'members' => ['ColumnName' => ['shape' => 'ColumnName'], 'Tags' => ['shape' => 'ColumnTagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Template' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'TemplateName'], 'Version' => ['shape' => 'TemplateVersion'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'CreatedTime' => ['shape' => 'Timestamp']]], 'TemplateAlias' => ['type' => 'structure', 'members' => ['AliasName' => ['shape' => 'AliasName'], 'Arn' => ['shape' => 'Arn'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'TemplateAliasList' => ['type' => 'list', 'member' => ['shape' => 'TemplateAlias'], 'max' => 100], 'TemplateError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'TemplateErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'TemplateErrorList' => ['type' => 'list', 'member' => ['shape' => 'TemplateError'], 'min' => 1], 'TemplateErrorType' => ['type' => 'string', 'enum' => ['SOURCE_NOT_FOUND', 'DATA_SET_NOT_FOUND', 'INTERNAL_FAILURE', 'ACCESS_DENIED']], 'TemplateName' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'TemplateSourceAnalysis' => ['type' => 'structure', 'required' => ['Arn', 'DataSetReferences'], 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetReferences' => ['shape' => 'DataSetReferenceList']]], 'TemplateSourceEntity' => ['type' => 'structure', 'members' => ['SourceAnalysis' => ['shape' => 'TemplateSourceAnalysis'], 'SourceTemplate' => ['shape' => 'TemplateSourceTemplate']]], 'TemplateSourceTemplate' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn']]], 'TemplateSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Name' => ['shape' => 'TemplateName'], 'LatestVersionNumber' => ['shape' => 'VersionNumber'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'TemplateSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TemplateSummary'], 'max' => 100], 'TemplateVersion' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'Timestamp'], 'Errors' => ['shape' => 'TemplateErrorList'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'Status' => ['shape' => 'ResourceStatus'], 'DataSetConfigurations' => ['shape' => 'DataSetConfigurationList'], 'Description' => ['shape' => 'VersionDescription'], 'SourceEntityArn' => ['shape' => 'Arn'], 'ThemeArn' => ['shape' => 'Arn']]], 'TemplateVersionSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionNumber' => ['shape' => 'VersionNumber'], 'CreatedTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'ResourceStatus'], 'Description' => ['shape' => 'VersionDescription']]], 'TemplateVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TemplateVersionSummary'], 'max' => 100], 'TeradataParameters' => ['type' => 'structure', 'required' => ['Host', 'Port', 'Database'], 'members' => ['Host' => ['shape' => 'Host'], 'Port' => ['shape' => 'Port'], 'Database' => ['shape' => 'Database']]], 'TextQualifier' => ['type' => 'string', 'enum' => ['DOUBLE_QUOTE', 'SINGLE_QUOTE']], 'Theme' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ThemeName'], 'ThemeId' => ['shape' => 'RestrictiveResourceId'], 'Version' => ['shape' => 'ThemeVersion'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp'], 'Type' => ['shape' => 'ThemeType']]], 'ThemeAlias' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AliasName' => ['shape' => 'AliasName'], 'ThemeVersionNumber' => ['shape' => 'VersionNumber']]], 'ThemeAliasList' => ['type' => 'list', 'member' => ['shape' => 'ThemeAlias'], 'max' => 100], 'ThemeConfiguration' => ['type' => 'structure', 'members' => ['DataColorPalette' => ['shape' => 'DataColorPalette'], 'UIColorPalette' => ['shape' => 'UIColorPalette'], 'Sheet' => ['shape' => 'SheetStyle']]], 'ThemeError' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ThemeErrorType'], 'Message' => ['shape' => 'NonEmptyString']]], 'ThemeErrorList' => ['type' => 'list', 'member' => ['shape' => 'ThemeError'], 'min' => 1], 'ThemeErrorType' => ['type' => 'string', 'enum' => ['INTERNAL_FAILURE']], 'ThemeName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ThemeSummary' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ThemeName'], 'ThemeId' => ['shape' => 'RestrictiveResourceId'], 'LatestVersionNumber' => ['shape' => 'VersionNumber'], 'CreatedTime' => ['shape' => 'Timestamp'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'ThemeSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ThemeSummary'], 'max' => 100], 'ThemeType' => ['type' => 'string', 'enum' => ['QUICKSIGHT', 'CUSTOM', 'ALL']], 'ThemeVersion' => ['type' => 'structure', 'members' => ['VersionNumber' => ['shape' => 'VersionNumber'], 'Arn' => ['shape' => 'Arn'], 'Description' => ['shape' => 'VersionDescription'], 'BaseThemeId' => ['shape' => 'RestrictiveResourceId'], 'CreatedTime' => ['shape' => 'Timestamp'], 'Configuration' => ['shape' => 'ThemeConfiguration'], 'Errors' => ['shape' => 'ThemeErrorList'], 'Status' => ['shape' => 'ResourceStatus']]], 'ThemeVersionSummary' => ['type' => 'structure', 'members' => ['VersionNumber' => ['shape' => 'VersionNumber'], 'Arn' => ['shape' => 'Arn'], 'Description' => ['shape' => 'VersionDescription'], 'CreatedTime' => ['shape' => 'Timestamp'], 'Status' => ['shape' => 'ResourceStatus']]], 'ThemeVersionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ThemeVersionSummary'], 'max' => 100], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TileLayoutStyle' => ['type' => 'structure', 'members' => ['Gutter' => ['shape' => 'GutterStyle'], 'Margin' => ['shape' => 'MarginStyle']]], 'TileStyle' => ['type' => 'structure', 'members' => ['Border' => ['shape' => 'BorderStyle']]], 'Timestamp' => ['type' => 'timestamp'], 'TimestampList' => ['type' => 'list', 'member' => ['shape' => 'Timestamp']], 'TransformOperation' => ['type' => 'structure', 'members' => ['ProjectOperation' => ['shape' => 'ProjectOperation'], 'FilterOperation' => ['shape' => 'FilterOperation'], 'CreateColumnsOperation' => ['shape' => 'CreateColumnsOperation'], 'RenameColumnOperation' => ['shape' => 'RenameColumnOperation'], 'CastColumnTypeOperation' => ['shape' => 'CastColumnTypeOperation'], 'TagColumnOperation' => ['shape' => 'TagColumnOperation']]], 'TransformOperationList' => ['type' => 'list', 'member' => ['shape' => 'TransformOperation'], 'max' => 2048, 'min' => 1], 'TwitterParameters' => ['type' => 'structure', 'required' => ['Query', 'MaxRows'], 'members' => ['Query' => ['shape' => 'Query'], 'MaxRows' => ['shape' => 'PositiveInteger']]], 'TypeCastFormat' => ['type' => 'string', 'max' => 32], 'UIColorPalette' => ['type' => 'structure', 'members' => ['PrimaryForeground' => ['shape' => 'HexColor'], 'PrimaryBackground' => ['shape' => 'HexColor'], 'SecondaryForeground' => ['shape' => 'HexColor'], 'SecondaryBackground' => ['shape' => 'HexColor'], 'Accent' => ['shape' => 'HexColor'], 'AccentForeground' => ['shape' => 'HexColor'], 'Danger' => ['shape' => 'HexColor'], 'DangerForeground' => ['shape' => 'HexColor'], 'Warning' => ['shape' => 'HexColor'], 'WarningForeground' => ['shape' => 'HexColor'], 'Success' => ['shape' => 'HexColor'], 'SuccessForeground' => ['shape' => 'HexColor'], 'Dimension' => ['shape' => 'HexColor'], 'DimensionForeground' => ['shape' => 'HexColor'], 'Measure' => ['shape' => 'HexColor'], 'MeasureForeground' => ['shape' => 'HexColor']]], 'UnsupportedUserEditionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'RequestId' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'keys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateAccountCustomizationRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AccountCustomization'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'querystring', 'locationName' => 'namespace'], 'AccountCustomization' => ['shape' => 'AccountCustomization']]], 'UpdateAccountCustomizationResponse' => ['type' => 'structure', 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace'], 'AccountCustomization' => ['shape' => 'AccountCustomization'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateAccountSettingsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DefaultNamespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DefaultNamespace' => ['shape' => 'Namespace'], 'NotificationEmail' => ['shape' => 'String']]], 'UpdateAccountSettingsResponse' => ['type' => 'structure', 'members' => ['RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateAnalysisPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateAnalysisPermissionsResponse' => ['type' => 'structure', 'members' => ['AnalysisArn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateAnalysisRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AnalysisId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'AnalysisId'], 'Name' => ['shape' => 'AnalysisName'], 'Parameters' => ['shape' => 'Parameters'], 'SourceEntity' => ['shape' => 'AnalysisSourceEntity'], 'ThemeArn' => ['shape' => 'Arn']]], 'UpdateAnalysisResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'AnalysisId' => ['shape' => 'RestrictiveResourceId'], 'UpdateStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateDashboardPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateDashboardPermissionsResponse' => ['type' => 'structure', 'members' => ['DashboardArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDashboardPublishedVersionRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'VersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'VersionNumber' => ['shape' => 'VersionNumber', 'location' => 'uri', 'locationName' => 'VersionNumber']]], 'UpdateDashboardPublishedVersionResponse' => ['type' => 'structure', 'members' => ['DashboardId' => ['shape' => 'RestrictiveResourceId'], 'DashboardArn' => ['shape' => 'Arn'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateDashboardRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DashboardId', 'Name', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DashboardId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'DashboardId'], 'Name' => ['shape' => 'DashboardName'], 'SourceEntity' => ['shape' => 'DashboardSourceEntity'], 'Parameters' => ['shape' => 'Parameters'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'DashboardPublishOptions' => ['shape' => 'DashboardPublishOptions'], 'ThemeArn' => ['shape' => 'Arn']]], 'UpdateDashboardResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'DashboardId' => ['shape' => 'RestrictiveResourceId'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateDataSetPermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId'], 'GrantPermissions' => ['shape' => 'ResourcePermissionList'], 'RevokePermissions' => ['shape' => 'ResourcePermissionList']]], 'UpdateDataSetPermissionsResponse' => ['type' => 'structure', 'members' => ['DataSetArn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSetRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSetId', 'Name', 'PhysicalTableMap', 'ImportMode'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSetId'], 'Name' => ['shape' => 'ResourceName'], 'PhysicalTableMap' => ['shape' => 'PhysicalTableMap'], 'LogicalTableMap' => ['shape' => 'LogicalTableMap'], 'ImportMode' => ['shape' => 'DataSetImportMode'], 'ColumnGroups' => ['shape' => 'ColumnGroupList'], 'RowLevelPermissionDataSet' => ['shape' => 'RowLevelPermissionDataSet']]], 'UpdateDataSetResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSetId' => ['shape' => 'ResourceId'], 'IngestionArn' => ['shape' => 'Arn'], 'IngestionId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSourcePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId'], 'GrantPermissions' => ['shape' => 'ResourcePermissionList'], 'RevokePermissions' => ['shape' => 'ResourcePermissionList']]], 'UpdateDataSourcePermissionsResponse' => ['type' => 'structure', 'members' => ['DataSourceArn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateDataSourceRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'DataSourceId', 'Name'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'DataSourceId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'DataSourceId'], 'Name' => ['shape' => 'ResourceName'], 'DataSourceParameters' => ['shape' => 'DataSourceParameters'], 'Credentials' => ['shape' => 'DataSourceCredentials'], 'VpcConnectionProperties' => ['shape' => 'VpcConnectionProperties'], 'SslProperties' => ['shape' => 'SslProperties']]], 'UpdateDataSourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'DataSourceId' => ['shape' => 'ResourceId'], 'UpdateStatus' => ['shape' => 'ResourceStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName', 'AwsAccountId', 'Namespace'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace']]], 'UpdateGroupResponse' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateIAMPolicyAssignmentRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'AssignmentName', 'Namespace'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'AssignmentName' => ['shape' => 'IAMPolicyAssignmentName', 'location' => 'uri', 'locationName' => 'AssignmentName'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap']]], 'UpdateIAMPolicyAssignmentResponse' => ['type' => 'structure', 'members' => ['AssignmentName' => ['shape' => 'IAMPolicyAssignmentName'], 'AssignmentId' => ['shape' => 'String'], 'PolicyArn' => ['shape' => 'Arn'], 'Identities' => ['shape' => 'IdentityMap'], 'AssignmentStatus' => ['shape' => 'AssignmentStatus'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateResourcePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourcePermission'], 'max' => 100], 'UpdateTemplateAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'AliasName', 'TemplateVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'TemplateVersionNumber' => ['shape' => 'VersionNumber']]], 'UpdateTemplateAliasResponse' => ['type' => 'structure', 'members' => ['TemplateAlias' => ['shape' => 'TemplateAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateTemplatePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateTemplatePermissionsResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'TemplateArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateTemplateRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'TemplateId', 'SourceEntity'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'TemplateId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'TemplateId'], 'SourceEntity' => ['shape' => 'TemplateSourceEntity'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'Name' => ['shape' => 'TemplateName']]], 'UpdateTemplateResponse' => ['type' => 'structure', 'members' => ['TemplateId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateThemeAliasRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'AliasName', 'ThemeVersionNumber'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'AliasName' => ['shape' => 'AliasName', 'location' => 'uri', 'locationName' => 'AliasName'], 'ThemeVersionNumber' => ['shape' => 'VersionNumber']]], 'UpdateThemeAliasResponse' => ['type' => 'structure', 'members' => ['ThemeAlias' => ['shape' => 'ThemeAlias'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateThemePermissionsRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'GrantPermissions' => ['shape' => 'UpdateResourcePermissionList'], 'RevokePermissions' => ['shape' => 'UpdateResourcePermissionList']]], 'UpdateThemePermissionsResponse' => ['type' => 'structure', 'members' => ['ThemeId' => ['shape' => 'RestrictiveResourceId'], 'ThemeArn' => ['shape' => 'Arn'], 'Permissions' => ['shape' => 'ResourcePermissionList'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UpdateThemeRequest' => ['type' => 'structure', 'required' => ['AwsAccountId', 'ThemeId', 'BaseThemeId'], 'members' => ['AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'ThemeId' => ['shape' => 'RestrictiveResourceId', 'location' => 'uri', 'locationName' => 'ThemeId'], 'Name' => ['shape' => 'ThemeName'], 'BaseThemeId' => ['shape' => 'RestrictiveResourceId'], 'VersionDescription' => ['shape' => 'VersionDescription'], 'Configuration' => ['shape' => 'ThemeConfiguration']]], 'UpdateThemeResponse' => ['type' => 'structure', 'members' => ['ThemeId' => ['shape' => 'RestrictiveResourceId'], 'Arn' => ['shape' => 'Arn'], 'VersionArn' => ['shape' => 'Arn'], 'CreationStatus' => ['shape' => 'ResourceStatus'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode'], 'RequestId' => ['shape' => 'String']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['UserName', 'AwsAccountId', 'Namespace', 'Email', 'Role'], 'members' => ['UserName' => ['shape' => 'UserName', 'location' => 'uri', 'locationName' => 'UserName'], 'AwsAccountId' => ['shape' => 'AwsAccountId', 'location' => 'uri', 'locationName' => 'AwsAccountId'], 'Namespace' => ['shape' => 'Namespace', 'location' => 'uri', 'locationName' => 'Namespace'], 'Email' => ['shape' => 'String'], 'Role' => ['shape' => 'UserRole'], 'CustomPermissionsName' => ['shape' => 'RoleName'], 'UnapplyCustomPermissions' => ['shape' => 'Boolean']]], 'UpdateUserResponse' => ['type' => 'structure', 'members' => ['User' => ['shape' => 'User'], 'RequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'StatusCode', 'location' => 'statusCode']]], 'UploadSettings' => ['type' => 'structure', 'members' => ['Format' => ['shape' => 'FileFormat'], 'StartFromRow' => ['shape' => 'PositiveInteger', 'box' => \true], 'ContainsHeader' => ['shape' => 'Boolean', 'box' => \true], 'TextQualifier' => ['shape' => 'TextQualifier'], 'Delimiter' => ['shape' => 'Delimiter']]], 'User' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'UserName' => ['shape' => 'UserName'], 'Email' => ['shape' => 'String'], 'Role' => ['shape' => 'UserRole'], 'IdentityType' => ['shape' => 'IdentityType'], 'Active' => ['shape' => 'Boolean'], 'PrincipalId' => ['shape' => 'String'], 'CustomPermissionsName' => ['shape' => 'RoleName']]], 'UserList' => ['type' => 'list', 'member' => ['shape' => 'User']], 'UserName' => ['type' => 'string', 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'UserRole' => ['type' => 'string', 'enum' => ['ADMIN', 'AUTHOR', 'READER', 'RESTRICTED_AUTHOR', 'RESTRICTED_READER']], 'Username' => ['type' => 'string', 'max' => 64, 'min' => 1], 'VersionDescription' => ['type' => 'string', 'max' => 512, 'min' => 1], 'VersionNumber' => ['type' => 'long', 'min' => 1], 'VpcConnectionProperties' => ['type' => 'structure', 'required' => ['VpcConnectionArn'], 'members' => ['VpcConnectionArn' => ['shape' => 'Arn']]], 'Warehouse' => ['type' => 'string', 'max' => 128], 'WorkGroup' => ['type' => 'string', 'max' => 128, 'min' => 1], 'boolean' => ['type' => 'boolean'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string'], 'timestamp' => ['type' => 'timestamp']]]; diff --git a/vendor/Aws3/Aws/data/quicksight/2018-04-01/paginators-1.json.php b/vendor/Aws3/Aws/data/quicksight/2018-04-01/paginators-1.json.php index 97cd75bf..ce287a5c 100644 --- a/vendor/Aws3/Aws/data/quicksight/2018-04-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/quicksight/2018-04-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListDashboardVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDashboards' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDataSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDataSources' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListIngestions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplateAliases' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplateVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplates' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'SearchDashboards' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListAnalyses' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDashboardVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDashboards' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDataSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListDataSources' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListIngestions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListNamespaces' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplateAliases' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplateVersions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTemplates' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'SearchAnalyses' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'SearchDashboards' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/ram/2018-01-04/api-2.json.php b/vendor/Aws3/Aws/data/ram/2018-01-04/api-2.json.php index 353cc8da..b76297fc 100644 --- a/vendor/Aws3/Aws/data/ram/2018-01-04/api-2.json.php +++ b/vendor/Aws3/Aws/data/ram/2018-01-04/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-01-04', 'endpointPrefix' => 'ram', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'RAM', 'serviceFullName' => 'AWS Resource Access Manager', 'serviceId' => 'RAM', 'signatureVersion' => 'v4', 'uid' => 'ram-2018-01-04'], 'operations' => ['AcceptResourceShareInvitation' => ['name' => 'AcceptResourceShareInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/acceptresourceshareinvitation'], 'input' => ['shape' => 'AcceptResourceShareInvitationRequest'], 'output' => ['shape' => 'AcceptResourceShareInvitationResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'ResourceShareInvitationAlreadyAcceptedException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'IdempotentParameterMismatchException']]], 'AssociateResourceShare' => ['name' => 'AssociateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/associateresourceshare'], 'input' => ['shape' => 'AssociateResourceShareRequest'], 'output' => ['shape' => 'AssociateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnknownResourceException']]], 'AssociateResourceSharePermission' => ['name' => 'AssociateResourceSharePermission', 'http' => ['method' => 'POST', 'requestUri' => '/associateresourcesharepermission'], 'input' => ['shape' => 'AssociateResourceSharePermissionRequest'], 'output' => ['shape' => 'AssociateResourceSharePermissionResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'CreateResourceShare' => ['name' => 'CreateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/createresourceshare'], 'input' => ['shape' => 'CreateResourceShareRequest'], 'output' => ['shape' => 'CreateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'TagPolicyViolationException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteResourceShare' => ['name' => 'DeleteResourceShare', 'http' => ['method' => 'DELETE', 'requestUri' => '/deleteresourceshare'], 'input' => ['shape' => 'DeleteResourceShareRequest'], 'output' => ['shape' => 'DeleteResourceShareResponse'], 'errors' => [['shape' => 'OperationNotPermittedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'DisassociateResourceShare' => ['name' => 'DisassociateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateresourceshare'], 'input' => ['shape' => 'DisassociateResourceShareRequest'], 'output' => ['shape' => 'DisassociateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnknownResourceException']]], 'DisassociateResourceSharePermission' => ['name' => 'DisassociateResourceSharePermission', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateresourcesharepermission'], 'input' => ['shape' => 'DisassociateResourceSharePermissionRequest'], 'output' => ['shape' => 'DisassociateResourceSharePermissionResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'EnableSharingWithAwsOrganization' => ['name' => 'EnableSharingWithAwsOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/enablesharingwithawsorganization'], 'input' => ['shape' => 'EnableSharingWithAwsOrganizationRequest'], 'output' => ['shape' => 'EnableSharingWithAwsOrganizationResponse'], 'errors' => [['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetPermission' => ['name' => 'GetPermission', 'http' => ['method' => 'POST', 'requestUri' => '/getpermission'], 'input' => ['shape' => 'GetPermissionRequest'], 'output' => ['shape' => 'GetPermissionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'GetResourcePolicies' => ['name' => 'GetResourcePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/getresourcepolicies'], 'input' => ['shape' => 'GetResourcePoliciesRequest'], 'output' => ['shape' => 'GetResourcePoliciesResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShareAssociations' => ['name' => 'GetResourceShareAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshareassociations'], 'input' => ['shape' => 'GetResourceShareAssociationsRequest'], 'output' => ['shape' => 'GetResourceShareAssociationsResponse'], 'errors' => [['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShareInvitations' => ['name' => 'GetResourceShareInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshareinvitations'], 'input' => ['shape' => 'GetResourceShareInvitationsRequest'], 'output' => ['shape' => 'GetResourceShareInvitationsResponse'], 'errors' => [['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShares' => ['name' => 'GetResourceShares', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshares'], 'input' => ['shape' => 'GetResourceSharesRequest'], 'output' => ['shape' => 'GetResourceSharesResponse'], 'errors' => [['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'ListPendingInvitationResources' => ['name' => 'ListPendingInvitationResources', 'http' => ['method' => 'POST', 'requestUri' => '/listpendinginvitationresources'], 'input' => ['shape' => 'ListPendingInvitationResourcesRequest'], 'output' => ['shape' => 'ListPendingInvitationResourcesResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/listpermissions'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'ListPrincipals' => ['name' => 'ListPrincipals', 'http' => ['method' => 'POST', 'requestUri' => '/listprincipals'], 'input' => ['shape' => 'ListPrincipalsRequest'], 'output' => ['shape' => 'ListPrincipalsResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'ListResourceSharePermissions' => ['name' => 'ListResourceSharePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/listresourcesharepermissions'], 'input' => ['shape' => 'ListResourceSharePermissionsRequest'], 'output' => ['shape' => 'ListResourceSharePermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/listresources'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidResourceTypeException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'PromoteResourceShareCreatedFromPolicy' => ['name' => 'PromoteResourceShareCreatedFromPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/promoteresourcesharecreatedfrompolicy'], 'input' => ['shape' => 'PromoteResourceShareCreatedFromPolicyRequest'], 'output' => ['shape' => 'PromoteResourceShareCreatedFromPolicyResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'RejectResourceShareInvitation' => ['name' => 'RejectResourceShareInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/rejectresourceshareinvitation'], 'input' => ['shape' => 'RejectResourceShareInvitationRequest'], 'output' => ['shape' => 'RejectResourceShareInvitationResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'ResourceShareInvitationAlreadyAcceptedException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'IdempotentParameterMismatchException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tagresource'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'ResourceArnNotFoundException'], ['shape' => 'TagPolicyViolationException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untagresource'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateResourceShare' => ['name' => 'UpdateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/updateresourceshare'], 'input' => ['shape' => 'UpdateResourceShareRequest'], 'output' => ['shape' => 'UpdateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]]], 'shapes' => ['AcceptResourceShareInvitationRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'AcceptResourceShareInvitationResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitation' => ['shape' => 'ResourceShareInvitation'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceSharePermissionRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'permissionArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'permissionArn' => ['shape' => 'String'], 'replace' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceSharePermissionResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'clientToken' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'CreateResourceShareRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'tags' => ['shape' => 'TagList'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String'], 'permissionArns' => ['shape' => 'PermissionArnList']]], 'CreateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShare' => ['shape' => 'ResourceShare'], 'clientToken' => ['shape' => 'String']]], 'DateTime' => ['type' => 'timestamp'], 'DeleteResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'resourceShareArn'], 'clientToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteResourceShareResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceSharePermissionRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'permissionArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'permissionArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceSharePermissionResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'clientToken' => ['shape' => 'String']]], 'EnableSharingWithAwsOrganizationRequest' => ['type' => 'structure', 'members' => []], 'EnableSharingWithAwsOrganizationResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean']]], 'GetPermissionRequest' => ['type' => 'structure', 'required' => ['permissionArn'], 'members' => ['permissionArn' => ['shape' => 'String'], 'permissionVersion' => ['shape' => 'Integer']]], 'GetPermissionResponse' => ['type' => 'structure', 'members' => ['permission' => ['shape' => 'ResourceSharePermissionDetail']]], 'GetResourcePoliciesRequest' => ['type' => 'structure', 'required' => ['resourceArns'], 'members' => ['resourceArns' => ['shape' => 'ResourceArnList'], 'principal' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourcePoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'PolicyList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceShareAssociationsRequest' => ['type' => 'structure', 'required' => ['associationType'], 'members' => ['associationType' => ['shape' => 'ResourceShareAssociationType'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'resourceArn' => ['shape' => 'String'], 'principal' => ['shape' => 'String'], 'associationStatus' => ['shape' => 'ResourceShareAssociationStatus'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceShareAssociationsResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceShareInvitationsRequest' => ['type' => 'structure', 'members' => ['resourceShareInvitationArns' => ['shape' => 'ResourceShareInvitationArnList'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceShareInvitationsResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitations' => ['shape' => 'ResourceShareInvitationList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceSharesRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'resourceShareStatus' => ['shape' => 'ResourceShareStatus'], 'resourceOwner' => ['shape' => 'ResourceOwner'], 'name' => ['shape' => 'String'], 'tagFilters' => ['shape' => 'TagFilters'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceSharesResponse' => ['type' => 'structure', 'members' => ['resourceShares' => ['shape' => 'ResourceShareList'], 'nextToken' => ['shape' => 'String']]], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidClientTokenException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMaxResultsException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResourceTypeException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListPendingInvitationResourcesRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPendingInvitationResourcesResponse' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'ResourceList'], 'nextToken' => ['shape' => 'String']]], 'ListPermissionsRequest' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'ResourceSharePermissionList'], 'nextToken' => ['shape' => 'String']]], 'ListPrincipalsRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceOwner' => ['shape' => 'ResourceOwner'], 'resourceArn' => ['shape' => 'String'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'resourceType' => ['shape' => 'String'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'PrincipalList'], 'nextToken' => ['shape' => 'String']]], 'ListResourceSharePermissionsRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListResourceSharePermissionsResponse' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'ResourceSharePermissionList'], 'nextToken' => ['shape' => 'String']]], 'ListResourcesRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceOwner' => ['shape' => 'ResourceOwner'], 'principal' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'ResourceList'], 'nextToken' => ['shape' => 'String']]], 'MalformedArnException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'MissingRequiredParameterException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'OperationNotPermittedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PermissionArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Policy' => ['type' => 'string'], 'PolicyList' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'Principal' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'external' => ['shape' => 'Boolean']]], 'PrincipalArnOrIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PrincipalList' => ['type' => 'list', 'member' => ['shape' => 'Principal']], 'PromoteResourceShareCreatedFromPolicyRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'resourceShareArn']]], 'PromoteResourceShareCreatedFromPolicyResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean']]], 'RejectResourceShareInvitationRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'RejectResourceShareInvitationResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitation' => ['shape' => 'ResourceShareInvitation'], 'clientToken' => ['shape' => 'String']]], 'Resource' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'resourceGroupArn' => ['shape' => 'String'], 'status' => ['shape' => 'ResourceStatus'], 'statusMessage' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceArnNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ResourceOwner' => ['type' => 'string', 'enum' => ['SELF', 'OTHER-ACCOUNTS']], 'ResourceShare' => ['type' => 'structure', 'members' => ['resourceShareArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'owningAccountId' => ['shape' => 'String'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'status' => ['shape' => 'ResourceShareStatus'], 'statusMessage' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'featureSet' => ['shape' => 'ResourceShareFeatureSet']]], 'ResourceShareArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceShareAssociation' => ['type' => 'structure', 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceShareName' => ['shape' => 'String'], 'associatedEntity' => ['shape' => 'String'], 'associationType' => ['shape' => 'ResourceShareAssociationType'], 'status' => ['shape' => 'ResourceShareAssociationStatus'], 'statusMessage' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'external' => ['shape' => 'Boolean']]], 'ResourceShareAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShareAssociation']], 'ResourceShareAssociationStatus' => ['type' => 'string', 'enum' => ['ASSOCIATING', 'ASSOCIATED', 'FAILED', 'DISASSOCIATING', 'DISASSOCIATED']], 'ResourceShareAssociationType' => ['type' => 'string', 'enum' => ['PRINCIPAL', 'RESOURCE']], 'ResourceShareFeatureSet' => ['type' => 'string', 'enum' => ['CREATED_FROM_POLICY', 'PROMOTING_TO_STANDARD', 'STANDARD']], 'ResourceShareInvitation' => ['type' => 'structure', 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'resourceShareName' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'senderAccountId' => ['shape' => 'String'], 'receiverAccountId' => ['shape' => 'String'], 'invitationTimestamp' => ['shape' => 'DateTime'], 'status' => ['shape' => 'ResourceShareInvitationStatus'], 'resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList', 'deprecated' => \true, 'deprecatedMessage' => 'This member has been deprecated. Use ListPendingInvitationResources.']]], 'ResourceShareInvitationAlreadyAcceptedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationAlreadyRejectedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceShareInvitationArnNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationExpiredException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShareInvitation']], 'ResourceShareInvitationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACCEPTED', 'REJECTED', 'EXPIRED']], 'ResourceShareLimitExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShare']], 'ResourceSharePermissionDetail' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'defaultVersion' => ['shape' => 'Boolean'], 'name' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'permission' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceSharePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourceSharePermissionSummary']], 'ResourceSharePermissionSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'defaultVersion' => ['shape' => 'Boolean'], 'name' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceShareStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'FAILED', 'DELETING', 'DELETED']], 'ResourceStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'ZONAL_RESOURCE_INACCESSIBLE', 'LIMIT_EXCEEDED', 'UNAVAILABLE', 'PENDING']], 'ServerInternalException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ServiceUnavailableException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'String' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagFilter' => ['type' => 'structure', 'members' => ['tagKey' => ['shape' => 'TagKey'], 'tagValues' => ['shape' => 'TagValueList']]], 'TagFilters' => ['type' => 'list', 'member' => ['shape' => 'TagFilter']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagLimitExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagPolicyViolationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'tags'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'TagValue']], 'UnknownResourceException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'tagKeys'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'UpdateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShare' => ['shape' => 'ResourceShare'], 'clientToken' => ['shape' => 'String']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-01-04', 'endpointPrefix' => 'ram', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'RAM', 'serviceFullName' => 'AWS Resource Access Manager', 'serviceId' => 'RAM', 'signatureVersion' => 'v4', 'uid' => 'ram-2018-01-04'], 'operations' => ['AcceptResourceShareInvitation' => ['name' => 'AcceptResourceShareInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/acceptresourceshareinvitation'], 'input' => ['shape' => 'AcceptResourceShareInvitationRequest'], 'output' => ['shape' => 'AcceptResourceShareInvitationResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'ResourceShareInvitationAlreadyAcceptedException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'IdempotentParameterMismatchException']]], 'AssociateResourceShare' => ['name' => 'AssociateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/associateresourceshare'], 'input' => ['shape' => 'AssociateResourceShareRequest'], 'output' => ['shape' => 'AssociateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnknownResourceException']]], 'AssociateResourceSharePermission' => ['name' => 'AssociateResourceSharePermission', 'http' => ['method' => 'POST', 'requestUri' => '/associateresourcesharepermission'], 'input' => ['shape' => 'AssociateResourceSharePermissionRequest'], 'output' => ['shape' => 'AssociateResourceSharePermissionResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'CreateResourceShare' => ['name' => 'CreateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/createresourceshare'], 'input' => ['shape' => 'CreateResourceShareRequest'], 'output' => ['shape' => 'CreateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'TagPolicyViolationException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteResourceShare' => ['name' => 'DeleteResourceShare', 'http' => ['method' => 'DELETE', 'requestUri' => '/deleteresourceshare'], 'input' => ['shape' => 'DeleteResourceShareRequest'], 'output' => ['shape' => 'DeleteResourceShareResponse'], 'errors' => [['shape' => 'OperationNotPermittedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'DisassociateResourceShare' => ['name' => 'DisassociateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateresourceshare'], 'input' => ['shape' => 'DisassociateResourceShareRequest'], 'output' => ['shape' => 'DisassociateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ResourceShareLimitExceededException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidStateTransitionException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnknownResourceException']]], 'DisassociateResourceSharePermission' => ['name' => 'DisassociateResourceSharePermission', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateresourcesharepermission'], 'input' => ['shape' => 'DisassociateResourceSharePermissionRequest'], 'output' => ['shape' => 'DisassociateResourceSharePermissionResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'EnableSharingWithAwsOrganization' => ['name' => 'EnableSharingWithAwsOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/enablesharingwithawsorganization'], 'input' => ['shape' => 'EnableSharingWithAwsOrganizationRequest'], 'output' => ['shape' => 'EnableSharingWithAwsOrganizationResponse'], 'errors' => [['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetPermission' => ['name' => 'GetPermission', 'http' => ['method' => 'POST', 'requestUri' => '/getpermission'], 'input' => ['shape' => 'GetPermissionRequest'], 'output' => ['shape' => 'GetPermissionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'GetResourcePolicies' => ['name' => 'GetResourcePolicies', 'http' => ['method' => 'POST', 'requestUri' => '/getresourcepolicies'], 'input' => ['shape' => 'GetResourcePoliciesRequest'], 'output' => ['shape' => 'GetResourcePoliciesResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceArnNotFoundException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShareAssociations' => ['name' => 'GetResourceShareAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshareassociations'], 'input' => ['shape' => 'GetResourceShareAssociationsRequest'], 'output' => ['shape' => 'GetResourceShareAssociationsResponse'], 'errors' => [['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShareInvitations' => ['name' => 'GetResourceShareInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshareinvitations'], 'input' => ['shape' => 'GetResourceShareInvitationsRequest'], 'output' => ['shape' => 'GetResourceShareInvitationsResponse'], 'errors' => [['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'InvalidMaxResultsException'], ['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'GetResourceShares' => ['name' => 'GetResourceShares', 'http' => ['method' => 'POST', 'requestUri' => '/getresourceshares'], 'input' => ['shape' => 'GetResourceSharesRequest'], 'output' => ['shape' => 'GetResourceSharesResponse'], 'errors' => [['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'ListPendingInvitationResources' => ['name' => 'ListPendingInvitationResources', 'http' => ['method' => 'POST', 'requestUri' => '/listpendinginvitationresources'], 'input' => ['shape' => 'ListPendingInvitationResourcesRequest'], 'output' => ['shape' => 'ListPendingInvitationResourcesResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException']]], 'ListPermissions' => ['name' => 'ListPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/listpermissions'], 'input' => ['shape' => 'ListPermissionsRequest'], 'output' => ['shape' => 'ListPermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'ListPrincipals' => ['name' => 'ListPrincipals', 'http' => ['method' => 'POST', 'requestUri' => '/listprincipals'], 'input' => ['shape' => 'ListPrincipalsRequest'], 'output' => ['shape' => 'ListPrincipalsResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'ListResourceSharePermissions' => ['name' => 'ListResourceSharePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/listresourcesharepermissions'], 'input' => ['shape' => 'ListResourceSharePermissionsRequest'], 'output' => ['shape' => 'ListResourceSharePermissionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'UnknownResourceException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'OperationNotPermittedException']]], 'ListResourceTypes' => ['name' => 'ListResourceTypes', 'http' => ['method' => 'POST', 'requestUri' => '/listresourcetypes'], 'input' => ['shape' => 'ListResourceTypesRequest'], 'output' => ['shape' => 'ListResourceTypesResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/listresources'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidResourceTypeException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'PromoteResourceShareCreatedFromPolicy' => ['name' => 'PromoteResourceShareCreatedFromPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/promoteresourcesharecreatedfrompolicy'], 'input' => ['shape' => 'PromoteResourceShareCreatedFromPolicyRequest'], 'output' => ['shape' => 'PromoteResourceShareCreatedFromPolicyResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'UnknownResourceException']]], 'RejectResourceShareInvitation' => ['name' => 'RejectResourceShareInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/rejectresourceshareinvitation'], 'input' => ['shape' => 'RejectResourceShareInvitationRequest'], 'output' => ['shape' => 'RejectResourceShareInvitationResponse'], 'errors' => [['shape' => 'MalformedArnException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ResourceShareInvitationArnNotFoundException'], ['shape' => 'ResourceShareInvitationAlreadyAcceptedException'], ['shape' => 'ResourceShareInvitationAlreadyRejectedException'], ['shape' => 'ResourceShareInvitationExpiredException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'IdempotentParameterMismatchException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tagresource'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MalformedArnException'], ['shape' => 'TagLimitExceededException'], ['shape' => 'ResourceArnNotFoundException'], ['shape' => 'TagPolicyViolationException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/untagresource'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateResourceShare' => ['name' => 'UpdateResourceShare', 'http' => ['method' => 'POST', 'requestUri' => '/updateresourceshare'], 'input' => ['shape' => 'UpdateResourceShareRequest'], 'output' => ['shape' => 'UpdateResourceShareResponse'], 'errors' => [['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnknownResourceException'], ['shape' => 'MalformedArnException'], ['shape' => 'InvalidClientTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerInternalException'], ['shape' => 'ServiceUnavailableException']]]], 'shapes' => ['AcceptResourceShareInvitationRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'AcceptResourceShareInvitationResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitation' => ['shape' => 'ResourceShareInvitation'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceSharePermissionRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'permissionArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'permissionArn' => ['shape' => 'String'], 'replace' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceSharePermissionResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'clientToken' => ['shape' => 'String']]], 'AssociateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'clientToken' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'CreateResourceShareRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'tags' => ['shape' => 'TagList'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String'], 'permissionArns' => ['shape' => 'PermissionArnList']]], 'CreateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShare' => ['shape' => 'ResourceShare'], 'clientToken' => ['shape' => 'String']]], 'DateTime' => ['type' => 'timestamp'], 'DeleteResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'resourceShareArn'], 'clientToken' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'clientToken']]], 'DeleteResourceShareResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceSharePermissionRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'permissionArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'permissionArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceSharePermissionResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'clientToken' => ['shape' => 'String']]], 'DisassociateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'clientToken' => ['shape' => 'String']]], 'EnableSharingWithAwsOrganizationRequest' => ['type' => 'structure', 'members' => []], 'EnableSharingWithAwsOrganizationResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean']]], 'GetPermissionRequest' => ['type' => 'structure', 'required' => ['permissionArn'], 'members' => ['permissionArn' => ['shape' => 'String'], 'permissionVersion' => ['shape' => 'Integer']]], 'GetPermissionResponse' => ['type' => 'structure', 'members' => ['permission' => ['shape' => 'ResourceSharePermissionDetail']]], 'GetResourcePoliciesRequest' => ['type' => 'structure', 'required' => ['resourceArns'], 'members' => ['resourceArns' => ['shape' => 'ResourceArnList'], 'principal' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourcePoliciesResponse' => ['type' => 'structure', 'members' => ['policies' => ['shape' => 'PolicyList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceShareAssociationsRequest' => ['type' => 'structure', 'required' => ['associationType'], 'members' => ['associationType' => ['shape' => 'ResourceShareAssociationType'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'resourceArn' => ['shape' => 'String'], 'principal' => ['shape' => 'String'], 'associationStatus' => ['shape' => 'ResourceShareAssociationStatus'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceShareAssociationsResponse' => ['type' => 'structure', 'members' => ['resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceShareInvitationsRequest' => ['type' => 'structure', 'members' => ['resourceShareInvitationArns' => ['shape' => 'ResourceShareInvitationArnList'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceShareInvitationsResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitations' => ['shape' => 'ResourceShareInvitationList'], 'nextToken' => ['shape' => 'String']]], 'GetResourceSharesRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'resourceShareStatus' => ['shape' => 'ResourceShareStatus'], 'resourceOwner' => ['shape' => 'ResourceOwner'], 'name' => ['shape' => 'String'], 'tagFilters' => ['shape' => 'TagFilters'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetResourceSharesResponse' => ['type' => 'structure', 'members' => ['resourceShares' => ['shape' => 'ResourceShareList'], 'nextToken' => ['shape' => 'String']]], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InvalidClientTokenException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidMaxResultsException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidResourceTypeException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidStateTransitionException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListPendingInvitationResourcesRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPendingInvitationResourcesResponse' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'ResourceList'], 'nextToken' => ['shape' => 'String']]], 'ListPermissionsRequest' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPermissionsResponse' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'ResourceSharePermissionList'], 'nextToken' => ['shape' => 'String']]], 'ListPrincipalsRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceOwner' => ['shape' => 'ResourceOwner'], 'resourceArn' => ['shape' => 'String'], 'principals' => ['shape' => 'PrincipalArnOrIdList'], 'resourceType' => ['shape' => 'String'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListPrincipalsResponse' => ['type' => 'structure', 'members' => ['principals' => ['shape' => 'PrincipalList'], 'nextToken' => ['shape' => 'String']]], 'ListResourceSharePermissionsRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListResourceSharePermissionsResponse' => ['type' => 'structure', 'members' => ['permissions' => ['shape' => 'ResourceSharePermissionList'], 'nextToken' => ['shape' => 'String']]], 'ListResourceTypesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListResourceTypesResponse' => ['type' => 'structure', 'members' => ['resourceTypes' => ['shape' => 'ServiceNameAndResourceTypeList'], 'nextToken' => ['shape' => 'String']]], 'ListResourcesRequest' => ['type' => 'structure', 'required' => ['resourceOwner'], 'members' => ['resourceOwner' => ['shape' => 'ResourceOwner'], 'principal' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'resourceArns' => ['shape' => 'ResourceArnList'], 'resourceShareArns' => ['shape' => 'ResourceShareArnList'], 'nextToken' => ['shape' => 'String'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['resources' => ['shape' => 'ResourceList'], 'nextToken' => ['shape' => 'String']]], 'MalformedArnException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MaxResults' => ['type' => 'integer', 'max' => 500, 'min' => 1], 'MissingRequiredParameterException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'OperationNotPermittedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PermissionArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Policy' => ['type' => 'string'], 'PolicyList' => ['type' => 'list', 'member' => ['shape' => 'Policy']], 'Principal' => ['type' => 'structure', 'members' => ['id' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'external' => ['shape' => 'Boolean']]], 'PrincipalArnOrIdList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PrincipalList' => ['type' => 'list', 'member' => ['shape' => 'Principal']], 'PromoteResourceShareCreatedFromPolicyRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String', 'location' => 'querystring', 'locationName' => 'resourceShareArn']]], 'PromoteResourceShareCreatedFromPolicyResponse' => ['type' => 'structure', 'members' => ['returnValue' => ['shape' => 'Boolean']]], 'RejectResourceShareInvitationRequest' => ['type' => 'structure', 'required' => ['resourceShareInvitationArn'], 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'clientToken' => ['shape' => 'String']]], 'RejectResourceShareInvitationResponse' => ['type' => 'structure', 'members' => ['resourceShareInvitation' => ['shape' => 'ResourceShareInvitation'], 'clientToken' => ['shape' => 'String']]], 'Resource' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'type' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'resourceGroupArn' => ['shape' => 'String'], 'status' => ['shape' => 'ResourceStatus'], 'statusMessage' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceArnNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ResourceOwner' => ['type' => 'string', 'enum' => ['SELF', 'OTHER-ACCOUNTS']], 'ResourceShare' => ['type' => 'structure', 'members' => ['resourceShareArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'owningAccountId' => ['shape' => 'String'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'status' => ['shape' => 'ResourceShareStatus'], 'statusMessage' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'featureSet' => ['shape' => 'ResourceShareFeatureSet']]], 'ResourceShareArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceShareAssociation' => ['type' => 'structure', 'members' => ['resourceShareArn' => ['shape' => 'String'], 'resourceShareName' => ['shape' => 'String'], 'associatedEntity' => ['shape' => 'String'], 'associationType' => ['shape' => 'ResourceShareAssociationType'], 'status' => ['shape' => 'ResourceShareAssociationStatus'], 'statusMessage' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime'], 'external' => ['shape' => 'Boolean']]], 'ResourceShareAssociationList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShareAssociation']], 'ResourceShareAssociationStatus' => ['type' => 'string', 'enum' => ['ASSOCIATING', 'ASSOCIATED', 'FAILED', 'DISASSOCIATING', 'DISASSOCIATED']], 'ResourceShareAssociationType' => ['type' => 'string', 'enum' => ['PRINCIPAL', 'RESOURCE']], 'ResourceShareFeatureSet' => ['type' => 'string', 'enum' => ['CREATED_FROM_POLICY', 'PROMOTING_TO_STANDARD', 'STANDARD']], 'ResourceShareInvitation' => ['type' => 'structure', 'members' => ['resourceShareInvitationArn' => ['shape' => 'String'], 'resourceShareName' => ['shape' => 'String'], 'resourceShareArn' => ['shape' => 'String'], 'senderAccountId' => ['shape' => 'String'], 'receiverAccountId' => ['shape' => 'String'], 'invitationTimestamp' => ['shape' => 'DateTime'], 'status' => ['shape' => 'ResourceShareInvitationStatus'], 'resourceShareAssociations' => ['shape' => 'ResourceShareAssociationList', 'deprecated' => \true, 'deprecatedMessage' => 'This member has been deprecated. Use ListPendingInvitationResources.']]], 'ResourceShareInvitationAlreadyAcceptedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationAlreadyRejectedException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ResourceShareInvitationArnNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationExpiredException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareInvitationList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShareInvitation']], 'ResourceShareInvitationStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACCEPTED', 'REJECTED', 'EXPIRED']], 'ResourceShareLimitExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceShareList' => ['type' => 'list', 'member' => ['shape' => 'ResourceShare']], 'ResourceSharePermissionDetail' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'defaultVersion' => ['shape' => 'Boolean'], 'name' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'permission' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceSharePermissionList' => ['type' => 'list', 'member' => ['shape' => 'ResourceSharePermissionSummary']], 'ResourceSharePermissionSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'String'], 'version' => ['shape' => 'String'], 'defaultVersion' => ['shape' => 'Boolean'], 'name' => ['shape' => 'String'], 'resourceType' => ['shape' => 'String'], 'status' => ['shape' => 'String'], 'creationTime' => ['shape' => 'DateTime'], 'lastUpdatedTime' => ['shape' => 'DateTime']]], 'ResourceShareStatus' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'FAILED', 'DELETING', 'DELETED']], 'ResourceStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'ZONAL_RESOURCE_INACCESSIBLE', 'LIMIT_EXCEEDED', 'UNAVAILABLE', 'PENDING']], 'ServerInternalException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ServiceNameAndResourceType' => ['type' => 'structure', 'members' => ['resourceType' => ['shape' => 'String'], 'serviceName' => ['shape' => 'String']]], 'ServiceNameAndResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ServiceNameAndResourceType']], 'ServiceUnavailableException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'String' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagFilter' => ['type' => 'structure', 'members' => ['tagKey' => ['shape' => 'TagKey'], 'tagValues' => ['shape' => 'TagValueList']]], 'TagFilters' => ['type' => 'list', 'member' => ['shape' => 'TagFilter']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagLimitExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagPolicyViolationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'tags'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'TagValue']], 'UnknownResourceException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceShareArn', 'tagKeys'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateResourceShareRequest' => ['type' => 'structure', 'required' => ['resourceShareArn'], 'members' => ['resourceShareArn' => ['shape' => 'String'], 'name' => ['shape' => 'String'], 'allowExternalPrincipals' => ['shape' => 'Boolean'], 'clientToken' => ['shape' => 'String']]], 'UpdateResourceShareResponse' => ['type' => 'structure', 'members' => ['resourceShare' => ['shape' => 'ResourceShare'], 'clientToken' => ['shape' => 'String']]]]]; diff --git a/vendor/Aws3/Aws/data/rds/2014-10-31/api-2.json.php b/vendor/Aws3/Aws/data/rds/2014-10-31/api-2.json.php index 7b77ca9f..11bfd022 100644 --- a/vendor/Aws3/Aws/data/rds/2014-10-31/api-2.json.php +++ b/vendor/Aws3/Aws/data/rds/2014-10-31/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-10-31', 'endpointPrefix' => 'rds', 'protocol' => 'query', 'serviceAbbreviation' => 'Amazon RDS', 'serviceFullName' => 'Amazon Relational Database Service', 'serviceId' => 'RDS', 'signatureVersion' => 'v4', 'uid' => 'rds-2014-10-31', 'xmlNamespace' => 'http://rds.amazonaws.com/doc/2014-10-31/'], 'operations' => ['AddRoleToDBCluster' => ['name' => 'AddRoleToDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToDBClusterMessage'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterRoleAlreadyExistsFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterRoleQuotaExceededFault']]], 'AddRoleToDBInstance' => ['name' => 'AddRoleToDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToDBInstanceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBInstanceRoleAlreadyExistsFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceRoleQuotaExceededFault']]], 'AddSourceIdentifierToSubscription' => ['name' => 'AddSourceIdentifierToSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddSourceIdentifierToSubscriptionMessage'], 'output' => ['shape' => 'AddSourceIdentifierToSubscriptionResult', 'resultWrapper' => 'AddSourceIdentifierToSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterNotFoundFault']]], 'ApplyPendingMaintenanceAction' => ['name' => 'ApplyPendingMaintenanceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyPendingMaintenanceActionMessage'], 'output' => ['shape' => 'ApplyPendingMaintenanceActionResult', 'resultWrapper' => 'ApplyPendingMaintenanceActionResult'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'AuthorizeDBSecurityGroupIngress' => ['name' => 'AuthorizeDBSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeDBSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeDBSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeDBSecurityGroupIngressResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault']]], 'BacktrackDBCluster' => ['name' => 'BacktrackDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BacktrackDBClusterMessage'], 'output' => ['shape' => 'DBClusterBacktrack', 'resultWrapper' => 'BacktrackDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskMessage'], 'output' => ['shape' => 'ExportTask', 'resultWrapper' => 'CancelExportTaskResult'], 'errors' => [['shape' => 'ExportTaskNotFoundFault'], ['shape' => 'InvalidExportTaskStateFault']]], 'CopyDBClusterParameterGroup' => ['name' => 'CopyDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBClusterParameterGroupMessage'], 'output' => ['shape' => 'CopyDBClusterParameterGroupResult', 'resultWrapper' => 'CopyDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CopyDBClusterSnapshot' => ['name' => 'CopyDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBClusterSnapshotMessage'], 'output' => ['shape' => 'CopyDBClusterSnapshotResult', 'resultWrapper' => 'CopyDBClusterSnapshotResult'], 'errors' => [['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CopyDBParameterGroup' => ['name' => 'CopyDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBParameterGroupMessage'], 'output' => ['shape' => 'CopyDBParameterGroupResult', 'resultWrapper' => 'CopyDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault'], ['shape' => 'DBParameterGroupQuotaExceededFault']]], 'CopyDBSnapshot' => ['name' => 'CopyDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBSnapshotMessage'], 'output' => ['shape' => 'CopyDBSnapshotResult', 'resultWrapper' => 'CopyDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CopyOptionGroup' => ['name' => 'CopyOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyOptionGroupMessage'], 'output' => ['shape' => 'CopyOptionGroupResult', 'resultWrapper' => 'CopyOptionGroupResult'], 'errors' => [['shape' => 'OptionGroupAlreadyExistsFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'OptionGroupQuotaExceededFault']]], 'CreateCustomAvailabilityZone' => ['name' => 'CreateCustomAvailabilityZone', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomAvailabilityZoneMessage'], 'output' => ['shape' => 'CreateCustomAvailabilityZoneResult', 'resultWrapper' => 'CreateCustomAvailabilityZoneResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneAlreadyExistsFault'], ['shape' => 'CustomAvailabilityZoneQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CreateDBCluster' => ['name' => 'CreateDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterMessage'], 'output' => ['shape' => 'CreateDBClusterResult', 'resultWrapper' => 'CreateDBClusterResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault'], ['shape' => 'DomainNotFoundFault']]], 'CreateDBClusterEndpoint' => ['name' => 'CreateDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'CreateDBClusterEndpointResult'], 'errors' => [['shape' => 'DBClusterEndpointQuotaExceededFault'], ['shape' => 'DBClusterEndpointAlreadyExistsFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'CreateDBClusterParameterGroup' => ['name' => 'CreateDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterParameterGroupMessage'], 'output' => ['shape' => 'CreateDBClusterParameterGroupResult', 'resultWrapper' => 'CreateDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CreateDBClusterSnapshot' => ['name' => 'CreateDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterSnapshotMessage'], 'output' => ['shape' => 'CreateDBClusterSnapshotResult', 'resultWrapper' => 'CreateDBClusterSnapshotResult'], 'errors' => [['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault']]], 'CreateDBInstance' => ['name' => 'CreateDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBInstanceMessage'], 'output' => ['shape' => 'CreateDBInstanceResult', 'resultWrapper' => 'CreateDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'CreateDBInstanceReadReplica' => ['name' => 'CreateDBInstanceReadReplica', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBInstanceReadReplicaMessage'], 'output' => ['shape' => 'CreateDBInstanceReadReplicaResult', 'resultWrapper' => 'CreateDBInstanceReadReplicaResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBSubnetGroupNotAllowedFault'], ['shape' => 'InvalidDBSubnetGroupFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault']]], 'CreateDBParameterGroup' => ['name' => 'CreateDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBParameterGroupMessage'], 'output' => ['shape' => 'CreateDBParameterGroupResult', 'resultWrapper' => 'CreateDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CreateDBProxy' => ['name' => 'CreateDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBProxyRequest'], 'output' => ['shape' => 'CreateDBProxyResponse', 'resultWrapper' => 'CreateDBProxyResult'], 'errors' => [['shape' => 'InvalidSubnet'], ['shape' => 'DBProxyAlreadyExistsFault'], ['shape' => 'DBProxyQuotaExceededFault']]], 'CreateDBSecurityGroup' => ['name' => 'CreateDBSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSecurityGroupMessage'], 'output' => ['shape' => 'CreateDBSecurityGroupResult', 'resultWrapper' => 'CreateDBSecurityGroupResult'], 'errors' => [['shape' => 'DBSecurityGroupAlreadyExistsFault'], ['shape' => 'DBSecurityGroupQuotaExceededFault'], ['shape' => 'DBSecurityGroupNotSupportedFault']]], 'CreateDBSnapshot' => ['name' => 'CreateDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSnapshotMessage'], 'output' => ['shape' => 'CreateDBSnapshotResult', 'resultWrapper' => 'CreateDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault']]], 'CreateDBSubnetGroup' => ['name' => 'CreateDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSubnetGroupMessage'], 'output' => ['shape' => 'CreateDBSubnetGroupResult', 'resultWrapper' => 'CreateDBSubnetGroupResult'], 'errors' => [['shape' => 'DBSubnetGroupAlreadyExistsFault'], ['shape' => 'DBSubnetGroupQuotaExceededFault'], ['shape' => 'DBSubnetQuotaExceededFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResult', 'resultWrapper' => 'CreateEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionAlreadyExistFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'CreateGlobalCluster' => ['name' => 'CreateGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGlobalClusterMessage'], 'output' => ['shape' => 'CreateGlobalClusterResult', 'resultWrapper' => 'CreateGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterAlreadyExistsFault'], ['shape' => 'GlobalClusterQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterNotFoundFault']]], 'CreateOptionGroup' => ['name' => 'CreateOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOptionGroupMessage'], 'output' => ['shape' => 'CreateOptionGroupResult', 'resultWrapper' => 'CreateOptionGroupResult'], 'errors' => [['shape' => 'OptionGroupAlreadyExistsFault'], ['shape' => 'OptionGroupQuotaExceededFault']]], 'DeleteCustomAvailabilityZone' => ['name' => 'DeleteCustomAvailabilityZone', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomAvailabilityZoneMessage'], 'output' => ['shape' => 'DeleteCustomAvailabilityZoneResult', 'resultWrapper' => 'DeleteCustomAvailabilityZoneResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'DeleteDBCluster' => ['name' => 'DeleteDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterMessage'], 'output' => ['shape' => 'DeleteDBClusterResult', 'resultWrapper' => 'DeleteDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault']]], 'DeleteDBClusterEndpoint' => ['name' => 'DeleteDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'DeleteDBClusterEndpointResult'], 'errors' => [['shape' => 'InvalidDBClusterEndpointStateFault'], ['shape' => 'DBClusterEndpointNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'DeleteDBClusterParameterGroup' => ['name' => 'DeleteDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterParameterGroupMessage'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'DeleteDBClusterSnapshot' => ['name' => 'DeleteDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterSnapshotMessage'], 'output' => ['shape' => 'DeleteDBClusterSnapshotResult', 'resultWrapper' => 'DeleteDBClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DeleteDBInstance' => ['name' => 'DeleteDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBInstanceMessage'], 'output' => ['shape' => 'DeleteDBInstanceResult', 'resultWrapper' => 'DeleteDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBInstanceAutomatedBackupQuotaExceededFault']]], 'DeleteDBInstanceAutomatedBackup' => ['name' => 'DeleteDBInstanceAutomatedBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBInstanceAutomatedBackupMessage'], 'output' => ['shape' => 'DeleteDBInstanceAutomatedBackupResult', 'resultWrapper' => 'DeleteDBInstanceAutomatedBackupResult'], 'errors' => [['shape' => 'InvalidDBInstanceAutomatedBackupStateFault'], ['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'DeleteDBParameterGroup' => ['name' => 'DeleteDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBParameterGroupMessage'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'DeleteDBProxy' => ['name' => 'DeleteDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBProxyRequest'], 'output' => ['shape' => 'DeleteDBProxyResponse', 'resultWrapper' => 'DeleteDBProxyResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DeleteDBSecurityGroup' => ['name' => 'DeleteDBSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'DBSecurityGroupNotFoundFault']]], 'DeleteDBSnapshot' => ['name' => 'DeleteDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSnapshotMessage'], 'output' => ['shape' => 'DeleteDBSnapshotResult', 'resultWrapper' => 'DeleteDBSnapshotResult'], 'errors' => [['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'DBSnapshotNotFoundFault']]], 'DeleteDBSubnetGroup' => ['name' => 'DeleteDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSubnetGroupMessage'], 'errors' => [['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidDBSubnetStateFault'], ['shape' => 'DBSubnetGroupNotFoundFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'output' => ['shape' => 'DeleteEventSubscriptionResult', 'resultWrapper' => 'DeleteEventSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidEventSubscriptionStateFault']]], 'DeleteGlobalCluster' => ['name' => 'DeleteGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGlobalClusterMessage'], 'output' => ['shape' => 'DeleteGlobalClusterResult', 'resultWrapper' => 'DeleteGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault']]], 'DeleteInstallationMedia' => ['name' => 'DeleteInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMedia', 'resultWrapper' => 'DeleteInstallationMediaResult'], 'errors' => [['shape' => 'InstallationMediaNotFoundFault']]], 'DeleteOptionGroup' => ['name' => 'DeleteOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOptionGroupMessage'], 'errors' => [['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'InvalidOptionGroupStateFault']]], 'DeregisterDBProxyTargets' => ['name' => 'DeregisterDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterDBProxyTargetsRequest'], 'output' => ['shape' => 'DeregisterDBProxyTargetsResponse', 'resultWrapper' => 'DeregisterDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyTargetNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'DBProxyNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'AccountAttributesMessage', 'resultWrapper' => 'DescribeAccountAttributesResult']], 'DescribeCertificates' => ['name' => 'DescribeCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificatesMessage'], 'output' => ['shape' => 'CertificateMessage', 'resultWrapper' => 'DescribeCertificatesResult'], 'errors' => [['shape' => 'CertificateNotFoundFault']]], 'DescribeCustomAvailabilityZones' => ['name' => 'DescribeCustomAvailabilityZones', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomAvailabilityZonesMessage'], 'output' => ['shape' => 'CustomAvailabilityZoneMessage', 'resultWrapper' => 'DescribeCustomAvailabilityZonesResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault']]], 'DescribeDBClusterBacktracks' => ['name' => 'DescribeDBClusterBacktracks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterBacktracksMessage'], 'output' => ['shape' => 'DBClusterBacktrackMessage', 'resultWrapper' => 'DescribeDBClusterBacktracksResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterBacktrackNotFoundFault']]], 'DescribeDBClusterEndpoints' => ['name' => 'DescribeDBClusterEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterEndpointsMessage'], 'output' => ['shape' => 'DBClusterEndpointMessage', 'resultWrapper' => 'DescribeDBClusterEndpointsResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault']]], 'DescribeDBClusterParameterGroups' => ['name' => 'DescribeDBClusterParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterParameterGroupsMessage'], 'output' => ['shape' => 'DBClusterParameterGroupsMessage', 'resultWrapper' => 'DescribeDBClusterParameterGroupsResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBClusterParameters' => ['name' => 'DescribeDBClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterParametersMessage'], 'output' => ['shape' => 'DBClusterParameterGroupDetails', 'resultWrapper' => 'DescribeDBClusterParametersResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBClusterSnapshotAttributes' => ['name' => 'DescribeDBClusterSnapshotAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterSnapshotAttributesMessage'], 'output' => ['shape' => 'DescribeDBClusterSnapshotAttributesResult', 'resultWrapper' => 'DescribeDBClusterSnapshotAttributesResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DescribeDBClusterSnapshots' => ['name' => 'DescribeDBClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterSnapshotsMessage'], 'output' => ['shape' => 'DBClusterSnapshotMessage', 'resultWrapper' => 'DescribeDBClusterSnapshotsResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DescribeDBClusters' => ['name' => 'DescribeDBClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClustersMessage'], 'output' => ['shape' => 'DBClusterMessage', 'resultWrapper' => 'DescribeDBClustersResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault']]], 'DescribeDBEngineVersions' => ['name' => 'DescribeDBEngineVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBEngineVersionsMessage'], 'output' => ['shape' => 'DBEngineVersionMessage', 'resultWrapper' => 'DescribeDBEngineVersionsResult']], 'DescribeDBInstanceAutomatedBackups' => ['name' => 'DescribeDBInstanceAutomatedBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBInstanceAutomatedBackupsMessage'], 'output' => ['shape' => 'DBInstanceAutomatedBackupMessage', 'resultWrapper' => 'DescribeDBInstanceAutomatedBackupsResult'], 'errors' => [['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'DescribeDBInstances' => ['name' => 'DescribeDBInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBInstancesMessage'], 'output' => ['shape' => 'DBInstanceMessage', 'resultWrapper' => 'DescribeDBInstancesResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault']]], 'DescribeDBLogFiles' => ['name' => 'DescribeDBLogFiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBLogFilesMessage'], 'output' => ['shape' => 'DescribeDBLogFilesResponse', 'resultWrapper' => 'DescribeDBLogFilesResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault']]], 'DescribeDBParameterGroups' => ['name' => 'DescribeDBParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBParameterGroupsMessage'], 'output' => ['shape' => 'DBParameterGroupsMessage', 'resultWrapper' => 'DescribeDBParameterGroupsResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBParameters' => ['name' => 'DescribeDBParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBParametersMessage'], 'output' => ['shape' => 'DBParameterGroupDetails', 'resultWrapper' => 'DescribeDBParametersResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBProxies' => ['name' => 'DescribeDBProxies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxiesRequest'], 'output' => ['shape' => 'DescribeDBProxiesResponse', 'resultWrapper' => 'DescribeDBProxiesResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault']]], 'DescribeDBProxyTargetGroups' => ['name' => 'DescribeDBProxyTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxyTargetGroupsRequest'], 'output' => ['shape' => 'DescribeDBProxyTargetGroupsResponse', 'resultWrapper' => 'DescribeDBProxyTargetGroupsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeDBProxyTargets' => ['name' => 'DescribeDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxyTargetsRequest'], 'output' => ['shape' => 'DescribeDBProxyTargetsResponse', 'resultWrapper' => 'DescribeDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeDBSecurityGroups' => ['name' => 'DescribeDBSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSecurityGroupsMessage'], 'output' => ['shape' => 'DBSecurityGroupMessage', 'resultWrapper' => 'DescribeDBSecurityGroupsResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault']]], 'DescribeDBSnapshotAttributes' => ['name' => 'DescribeDBSnapshotAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSnapshotAttributesMessage'], 'output' => ['shape' => 'DescribeDBSnapshotAttributesResult', 'resultWrapper' => 'DescribeDBSnapshotAttributesResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'DescribeDBSnapshots' => ['name' => 'DescribeDBSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSnapshotsMessage'], 'output' => ['shape' => 'DBSnapshotMessage', 'resultWrapper' => 'DescribeDBSnapshotsResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'DescribeDBSubnetGroups' => ['name' => 'DescribeDBSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSubnetGroupsMessage'], 'output' => ['shape' => 'DBSubnetGroupMessage', 'resultWrapper' => 'DescribeDBSubnetGroupsResult'], 'errors' => [['shape' => 'DBSubnetGroupNotFoundFault']]], 'DescribeEngineDefaultClusterParameters' => ['name' => 'DescribeEngineDefaultClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultClusterParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultClusterParametersResult', 'resultWrapper' => 'DescribeEngineDefaultClusterParametersResult']], 'DescribeEngineDefaultParameters' => ['name' => 'DescribeEngineDefaultParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultParametersResult', 'resultWrapper' => 'DescribeEngineDefaultParametersResult']], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'EventCategoriesMessage', 'resultWrapper' => 'DescribeEventCategoriesResult']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'EventSubscriptionsMessage', 'resultWrapper' => 'DescribeEventSubscriptionsResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksMessage'], 'output' => ['shape' => 'ExportTasksMessage', 'resultWrapper' => 'DescribeExportTasksResult'], 'errors' => [['shape' => 'ExportTaskNotFoundFault']]], 'DescribeGlobalClusters' => ['name' => 'DescribeGlobalClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGlobalClustersMessage'], 'output' => ['shape' => 'GlobalClustersMessage', 'resultWrapper' => 'DescribeGlobalClustersResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault']]], 'DescribeInstallationMedia' => ['name' => 'DescribeInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMediaMessage', 'resultWrapper' => 'DescribeInstallationMediaResult'], 'errors' => [['shape' => 'InstallationMediaNotFoundFault']]], 'DescribeOptionGroupOptions' => ['name' => 'DescribeOptionGroupOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOptionGroupOptionsMessage'], 'output' => ['shape' => 'OptionGroupOptionsMessage', 'resultWrapper' => 'DescribeOptionGroupOptionsResult']], 'DescribeOptionGroups' => ['name' => 'DescribeOptionGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOptionGroupsMessage'], 'output' => ['shape' => 'OptionGroups', 'resultWrapper' => 'DescribeOptionGroupsResult'], 'errors' => [['shape' => 'OptionGroupNotFoundFault']]], 'DescribeOrderableDBInstanceOptions' => ['name' => 'DescribeOrderableDBInstanceOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableDBInstanceOptionsMessage'], 'output' => ['shape' => 'OrderableDBInstanceOptionsMessage', 'resultWrapper' => 'DescribeOrderableDBInstanceOptionsResult']], 'DescribePendingMaintenanceActions' => ['name' => 'DescribePendingMaintenanceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingMaintenanceActionsMessage'], 'output' => ['shape' => 'PendingMaintenanceActionsMessage', 'resultWrapper' => 'DescribePendingMaintenanceActionsResult'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReservedDBInstances' => ['name' => 'DescribeReservedDBInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedDBInstancesMessage'], 'output' => ['shape' => 'ReservedDBInstanceMessage', 'resultWrapper' => 'DescribeReservedDBInstancesResult'], 'errors' => [['shape' => 'ReservedDBInstanceNotFoundFault']]], 'DescribeReservedDBInstancesOfferings' => ['name' => 'DescribeReservedDBInstancesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedDBInstancesOfferingsMessage'], 'output' => ['shape' => 'ReservedDBInstancesOfferingMessage', 'resultWrapper' => 'DescribeReservedDBInstancesOfferingsResult'], 'errors' => [['shape' => 'ReservedDBInstancesOfferingNotFoundFault']]], 'DescribeSourceRegions' => ['name' => 'DescribeSourceRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSourceRegionsMessage'], 'output' => ['shape' => 'SourceRegionMessage', 'resultWrapper' => 'DescribeSourceRegionsResult']], 'DescribeValidDBInstanceModifications' => ['name' => 'DescribeValidDBInstanceModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeValidDBInstanceModificationsMessage'], 'output' => ['shape' => 'DescribeValidDBInstanceModificationsResult', 'resultWrapper' => 'DescribeValidDBInstanceModificationsResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'DownloadDBLogFilePortion' => ['name' => 'DownloadDBLogFilePortion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DownloadDBLogFilePortionMessage'], 'output' => ['shape' => 'DownloadDBLogFilePortionDetails', 'resultWrapper' => 'DownloadDBLogFilePortionResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBLogFileNotFoundFault']]], 'FailoverDBCluster' => ['name' => 'FailoverDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FailoverDBClusterMessage'], 'output' => ['shape' => 'FailoverDBClusterResult', 'resultWrapper' => 'FailoverDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'ImportInstallationMedia' => ['name' => 'ImportInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMedia', 'resultWrapper' => 'ImportInstallationMediaResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault'], ['shape' => 'InstallationMediaAlreadyExistsFault']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterNotFoundFault']]], 'ModifyCertificates' => ['name' => 'ModifyCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCertificatesMessage'], 'output' => ['shape' => 'ModifyCertificatesResult', 'resultWrapper' => 'ModifyCertificatesResult'], 'errors' => [['shape' => 'CertificateNotFoundFault']]], 'ModifyCurrentDBClusterCapacity' => ['name' => 'ModifyCurrentDBClusterCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCurrentDBClusterCapacityMessage'], 'output' => ['shape' => 'DBClusterCapacityInfo', 'resultWrapper' => 'ModifyCurrentDBClusterCapacityResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterCapacityFault']]], 'ModifyDBCluster' => ['name' => 'ModifyDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterMessage'], 'output' => ['shape' => 'ModifyDBClusterResult', 'resultWrapper' => 'ModifyDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DomainNotFoundFault']]], 'ModifyDBClusterEndpoint' => ['name' => 'ModifyDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'ModifyDBClusterEndpointResult'], 'errors' => [['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterEndpointStateFault'], ['shape' => 'DBClusterEndpointNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'ModifyDBClusterParameterGroup' => ['name' => 'ModifyDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterParameterGroupMessage'], 'output' => ['shape' => 'DBClusterParameterGroupNameMessage', 'resultWrapper' => 'ModifyDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InvalidDBParameterGroupStateFault']]], 'ModifyDBClusterSnapshotAttribute' => ['name' => 'ModifyDBClusterSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterSnapshotAttributeMessage'], 'output' => ['shape' => 'ModifyDBClusterSnapshotAttributeResult', 'resultWrapper' => 'ModifyDBClusterSnapshotAttributeResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'SharedSnapshotQuotaExceededFault']]], 'ModifyDBInstance' => ['name' => 'ModifyDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBInstanceMessage'], 'output' => ['shape' => 'ModifyDBInstanceResult', 'resultWrapper' => 'ModifyDBInstanceResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBUpgradeDependencyFailureFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'CertificateNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'ModifyDBParameterGroup' => ['name' => 'ModifyDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBParameterGroupMessage'], 'output' => ['shape' => 'DBParameterGroupNameMessage', 'resultWrapper' => 'ModifyDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InvalidDBParameterGroupStateFault']]], 'ModifyDBProxy' => ['name' => 'ModifyDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBProxyRequest'], 'output' => ['shape' => 'ModifyDBProxyResponse', 'resultWrapper' => 'ModifyDBProxyResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyAlreadyExistsFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'ModifyDBProxyTargetGroup' => ['name' => 'ModifyDBProxyTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBProxyTargetGroupRequest'], 'output' => ['shape' => 'ModifyDBProxyTargetGroupResponse', 'resultWrapper' => 'ModifyDBProxyTargetGroupResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'ModifyDBSnapshot' => ['name' => 'ModifyDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSnapshotMessage'], 'output' => ['shape' => 'ModifyDBSnapshotResult', 'resultWrapper' => 'ModifyDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'ModifyDBSnapshotAttribute' => ['name' => 'ModifyDBSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSnapshotAttributeMessage'], 'output' => ['shape' => 'ModifyDBSnapshotAttributeResult', 'resultWrapper' => 'ModifyDBSnapshotAttributeResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'SharedSnapshotQuotaExceededFault']]], 'ModifyDBSubnetGroup' => ['name' => 'ModifyDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSubnetGroupMessage'], 'output' => ['shape' => 'ModifyDBSubnetGroupResult', 'resultWrapper' => 'ModifyDBSubnetGroupResult'], 'errors' => [['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResult', 'resultWrapper' => 'ModifyEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault']]], 'ModifyGlobalCluster' => ['name' => 'ModifyGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyGlobalClusterMessage'], 'output' => ['shape' => 'ModifyGlobalClusterResult', 'resultWrapper' => 'ModifyGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault']]], 'ModifyOptionGroup' => ['name' => 'ModifyOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyOptionGroupMessage'], 'output' => ['shape' => 'ModifyOptionGroupResult', 'resultWrapper' => 'ModifyOptionGroupResult'], 'errors' => [['shape' => 'InvalidOptionGroupStateFault'], ['shape' => 'OptionGroupNotFoundFault']]], 'PromoteReadReplica' => ['name' => 'PromoteReadReplica', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PromoteReadReplicaMessage'], 'output' => ['shape' => 'PromoteReadReplicaResult', 'resultWrapper' => 'PromoteReadReplicaResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'PromoteReadReplicaDBCluster' => ['name' => 'PromoteReadReplicaDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PromoteReadReplicaDBClusterMessage'], 'output' => ['shape' => 'PromoteReadReplicaDBClusterResult', 'resultWrapper' => 'PromoteReadReplicaDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'PurchaseReservedDBInstancesOffering' => ['name' => 'PurchaseReservedDBInstancesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedDBInstancesOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedDBInstancesOfferingResult', 'resultWrapper' => 'PurchaseReservedDBInstancesOfferingResult'], 'errors' => [['shape' => 'ReservedDBInstancesOfferingNotFoundFault'], ['shape' => 'ReservedDBInstanceAlreadyExistsFault'], ['shape' => 'ReservedDBInstanceQuotaExceededFault']]], 'RebootDBInstance' => ['name' => 'RebootDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootDBInstanceMessage'], 'output' => ['shape' => 'RebootDBInstanceResult', 'resultWrapper' => 'RebootDBInstanceResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'RegisterDBProxyTargets' => ['name' => 'RegisterDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDBProxyTargetsRequest'], 'output' => ['shape' => 'RegisterDBProxyTargetsResponse', 'resultWrapper' => 'RegisterDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBProxyTargetAlreadyRegisteredFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'RemoveFromGlobalCluster' => ['name' => 'RemoveFromGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveFromGlobalClusterMessage'], 'output' => ['shape' => 'RemoveFromGlobalClusterResult', 'resultWrapper' => 'RemoveFromGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault'], ['shape' => 'DBClusterNotFoundFault']]], 'RemoveRoleFromDBCluster' => ['name' => 'RemoveRoleFromDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromDBClusterMessage'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterRoleNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'RemoveRoleFromDBInstance' => ['name' => 'RemoveRoleFromDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromDBInstanceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBInstanceRoleNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'RemoveSourceIdentifierFromSubscription' => ['name' => 'RemoveSourceIdentifierFromSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveSourceIdentifierFromSubscriptionMessage'], 'output' => ['shape' => 'RemoveSourceIdentifierFromSubscriptionResult', 'resultWrapper' => 'RemoveSourceIdentifierFromSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterNotFoundFault']]], 'ResetDBClusterParameterGroup' => ['name' => 'ResetDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetDBClusterParameterGroupMessage'], 'output' => ['shape' => 'DBClusterParameterGroupNameMessage', 'resultWrapper' => 'ResetDBClusterParameterGroupResult'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'ResetDBParameterGroup' => ['name' => 'ResetDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetDBParameterGroupMessage'], 'output' => ['shape' => 'DBParameterGroupNameMessage', 'resultWrapper' => 'ResetDBParameterGroupResult'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'RestoreDBClusterFromS3' => ['name' => 'RestoreDBClusterFromS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterFromS3Message'], 'output' => ['shape' => 'RestoreDBClusterFromS3Result', 'resultWrapper' => 'RestoreDBClusterFromS3Result'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'InsufficientStorageClusterCapacityFault']]], 'RestoreDBClusterFromSnapshot' => ['name' => 'RestoreDBClusterFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterFromSnapshotMessage'], 'output' => ['shape' => 'RestoreDBClusterFromSnapshotResult', 'resultWrapper' => 'RestoreDBClusterFromSnapshotResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InsufficientDBClusterCapacityFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault']]], 'RestoreDBClusterToPointInTime' => ['name' => 'RestoreDBClusterToPointInTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterToPointInTimeMessage'], 'output' => ['shape' => 'RestoreDBClusterToPointInTimeResult', 'resultWrapper' => 'RestoreDBClusterToPointInTimeResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InsufficientDBClusterCapacityFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault']]], 'RestoreDBInstanceFromDBSnapshot' => ['name' => 'RestoreDBInstanceFromDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceFromDBSnapshotMessage'], 'output' => ['shape' => 'RestoreDBInstanceFromDBSnapshotResult', 'resultWrapper' => 'RestoreDBInstanceFromDBSnapshotResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'RestoreDBInstanceFromS3' => ['name' => 'RestoreDBInstanceFromS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceFromS3Message'], 'output' => ['shape' => 'RestoreDBInstanceFromS3Result', 'resultWrapper' => 'RestoreDBInstanceFromS3Result'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'RestoreDBInstanceToPointInTime' => ['name' => 'RestoreDBInstanceToPointInTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceToPointInTimeMessage'], 'output' => ['shape' => 'RestoreDBInstanceToPointInTimeResult', 'resultWrapper' => 'RestoreDBInstanceToPointInTimeResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'PointInTimeRestoreNotEnabledFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'RevokeDBSecurityGroupIngress' => ['name' => 'RevokeDBSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeDBSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeDBSecurityGroupIngressResult', 'resultWrapper' => 'RevokeDBSecurityGroupIngressResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault']]], 'StartActivityStream' => ['name' => 'StartActivityStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartActivityStreamRequest'], 'output' => ['shape' => 'StartActivityStreamResponse', 'resultWrapper' => 'StartActivityStreamResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'StartDBCluster' => ['name' => 'StartDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDBClusterMessage'], 'output' => ['shape' => 'StartDBClusterResult', 'resultWrapper' => 'StartDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'StartDBInstance' => ['name' => 'StartDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDBInstanceMessage'], 'output' => ['shape' => 'StartDBInstanceResult', 'resultWrapper' => 'StartDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'StartExportTask' => ['name' => 'StartExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartExportTaskMessage'], 'output' => ['shape' => 'ExportTask', 'resultWrapper' => 'StartExportTaskResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'ExportTaskAlreadyExistsFault'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'IamRoleNotFoundFault'], ['shape' => 'IamRoleMissingPermissionsFault'], ['shape' => 'InvalidExportOnlyFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'InvalidExportSourceStateFault']]], 'StopActivityStream' => ['name' => 'StopActivityStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopActivityStreamRequest'], 'output' => ['shape' => 'StopActivityStreamResponse', 'resultWrapper' => 'StopActivityStreamResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'StopDBCluster' => ['name' => 'StopDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDBClusterMessage'], 'output' => ['shape' => 'StopDBClusterResult', 'resultWrapper' => 'StopDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'StopDBInstance' => ['name' => 'StopDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDBInstanceMessage'], 'output' => ['shape' => 'StopDBInstanceResult', 'resultWrapper' => 'StopDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault']]]], 'shapes' => ['AccountAttributesMessage' => ['type' => 'structure', 'members' => ['AccountQuotas' => ['shape' => 'AccountQuotaList']]], 'AccountQuota' => ['type' => 'structure', 'members' => ['AccountQuotaName' => ['shape' => 'String'], 'Used' => ['shape' => 'Long'], 'Max' => ['shape' => 'Long']], 'wrapper' => \true], 'AccountQuotaList' => ['type' => 'list', 'member' => ['shape' => 'AccountQuota', 'locationName' => 'AccountQuota']], 'ActivityStreamMode' => ['type' => 'string', 'enum' => ['sync', 'async']], 'ActivityStreamStatus' => ['type' => 'string', 'enum' => ['stopped', 'starting', 'started', 'stopping']], 'AddRoleToDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'RoleArn'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'AddRoleToDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'RoleArn', 'FeatureName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'AddSourceIdentifierToSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SourceIdentifier'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SourceIdentifier' => ['shape' => 'String']]], 'AddSourceIdentifierToSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'ApplyMethod' => ['type' => 'string', 'enum' => ['immediate', 'pending-reboot']], 'ApplyPendingMaintenanceActionMessage' => ['type' => 'structure', 'required' => ['ResourceIdentifier', 'ApplyAction', 'OptInType'], 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'ApplyAction' => ['shape' => 'String'], 'OptInType' => ['shape' => 'String']]], 'ApplyPendingMaintenanceActionResult' => ['type' => 'structure', 'members' => ['ResourcePendingMaintenanceActions' => ['shape' => 'ResourcePendingMaintenanceActions']]], 'AttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AttributeValue']], 'AuthScheme' => ['type' => 'string', 'enum' => ['SECRETS']], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizeDBSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeDBSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'AvailabilityZone']], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AvailableProcessorFeature' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String']]], 'AvailableProcessorFeatureList' => ['type' => 'list', 'member' => ['shape' => 'AvailableProcessorFeature', 'locationName' => 'AvailableProcessorFeature']], 'BacktrackDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'BacktrackTo'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackTo' => ['shape' => 'TStamp'], 'Force' => ['shape' => 'BooleanOptional'], 'UseEarliestTimeOnPointInTimeUnavailable' => ['shape' => 'BooleanOptional']]], 'BackupPolicyNotFoundFault' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'Please avoid using this fault', 'error' => ['code' => 'BackupPolicyNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'CancelExportTaskMessage' => ['type' => 'structure', 'required' => ['ExportTaskIdentifier'], 'members' => ['ExportTaskIdentifier' => ['shape' => 'String']]], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificateType' => ['shape' => 'String'], 'Thumbprint' => ['shape' => 'String'], 'ValidFrom' => ['shape' => 'TStamp'], 'ValidTill' => ['shape' => 'TStamp'], 'CertificateArn' => ['shape' => 'String'], 'CustomerOverride' => ['shape' => 'BooleanOptional'], 'CustomerOverrideValidTill' => ['shape' => 'TStamp']], 'wrapper' => \true], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate', 'locationName' => 'Certificate']], 'CertificateMessage' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList'], 'Marker' => ['shape' => 'String']]], 'CertificateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CertificateNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CharacterSet' => ['type' => 'structure', 'members' => ['CharacterSetName' => ['shape' => 'String'], 'CharacterSetDescription' => ['shape' => 'String']]], 'CloudwatchLogsExportConfiguration' => ['type' => 'structure', 'members' => ['EnableLogTypes' => ['shape' => 'LogTypeList'], 'DisableLogTypes' => ['shape' => 'LogTypeList']]], 'ConnectionPoolConfiguration' => ['type' => 'structure', 'members' => ['MaxConnectionsPercent' => ['shape' => 'IntegerOptional'], 'MaxIdleConnectionsPercent' => ['shape' => 'IntegerOptional'], 'ConnectionBorrowTimeout' => ['shape' => 'IntegerOptional'], 'SessionPinningFilters' => ['shape' => 'StringList'], 'InitQuery' => ['shape' => 'String']]], 'ConnectionPoolConfigurationInfo' => ['type' => 'structure', 'members' => ['MaxConnectionsPercent' => ['shape' => 'Integer'], 'MaxIdleConnectionsPercent' => ['shape' => 'Integer'], 'ConnectionBorrowTimeout' => ['shape' => 'Integer'], 'SessionPinningFilters' => ['shape' => 'StringList'], 'InitQuery' => ['shape' => 'String']]], 'CopyDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['SourceDBClusterParameterGroupIdentifier', 'TargetDBClusterParameterGroupIdentifier', 'TargetDBClusterParameterGroupDescription'], 'members' => ['SourceDBClusterParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBClusterParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBClusterParameterGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['DBClusterParameterGroup' => ['shape' => 'DBClusterParameterGroup']]], 'CopyDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceDBClusterSnapshotIdentifier', 'TargetDBClusterSnapshotIdentifier'], 'members' => ['SourceDBClusterSnapshotIdentifier' => ['shape' => 'String'], 'TargetDBClusterSnapshotIdentifier' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'CopyTags' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'CopyDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['SourceDBParameterGroupIdentifier', 'TargetDBParameterGroupIdentifier', 'TargetDBParameterGroupDescription'], 'members' => ['SourceDBParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBParameterGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBParameterGroupResult' => ['type' => 'structure', 'members' => ['DBParameterGroup' => ['shape' => 'DBParameterGroup']]], 'CopyDBSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceDBSnapshotIdentifier', 'TargetDBSnapshotIdentifier'], 'members' => ['SourceDBSnapshotIdentifier' => ['shape' => 'String'], 'TargetDBSnapshotIdentifier' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'CopyTags' => ['shape' => 'BooleanOptional'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String']]], 'CopyDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'CopyOptionGroupMessage' => ['type' => 'structure', 'required' => ['SourceOptionGroupIdentifier', 'TargetOptionGroupIdentifier', 'TargetOptionGroupDescription'], 'members' => ['SourceOptionGroupIdentifier' => ['shape' => 'String'], 'TargetOptionGroupIdentifier' => ['shape' => 'String'], 'TargetOptionGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'CreateCustomAvailabilityZoneMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneName'], 'members' => ['CustomAvailabilityZoneName' => ['shape' => 'String'], 'ExistingVpnId' => ['shape' => 'String'], 'NewVpnTunnelName' => ['shape' => 'String'], 'VpnTunnelOriginatorIP' => ['shape' => 'String']]], 'CreateCustomAvailabilityZoneResult' => ['type' => 'structure', 'members' => ['CustomAvailabilityZone' => ['shape' => 'CustomAvailabilityZone']]], 'CreateDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'DBClusterEndpointIdentifier', 'EndpointType'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'Engine'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ReplicationSourceIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'GlobalClusterIdentifier' => ['shape' => 'String'], 'EnableHttpEndpoint' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'CreateDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName', 'DBParameterGroupFamily', 'Description'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['DBClusterParameterGroup' => ['shape' => 'DBClusterParameterGroup']]], 'CreateDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'CreateDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier', 'DBClusterIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'CreateDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBInstanceClass', 'Engine'], 'members' => ['DBName' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'CharacterSetName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'DBClusterIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'Timezone' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional']]], 'CreateDBInstanceReadReplicaMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'SourceDBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'SourceDBInstanceIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'StorageType' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'CreateDBInstanceReadReplicaResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'CreateDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'CreateDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName', 'DBParameterGroupFamily', 'Description'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBParameterGroupResult' => ['type' => 'structure', 'members' => ['DBParameterGroup' => ['shape' => 'DBParameterGroup']]], 'CreateDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName', 'EngineFamily', 'Auth', 'RoleArn', 'VpcSubnetIds'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'EngineFamily' => ['shape' => 'EngineFamily'], 'Auth' => ['shape' => 'UserAuthConfigList'], 'RoleArn' => ['shape' => 'String'], 'VpcSubnetIds' => ['shape' => 'StringList'], 'VpcSecurityGroupIds' => ['shape' => 'StringList'], 'RequireTLS' => ['shape' => 'Boolean'], 'IdleClientTimeout' => ['shape' => 'IntegerOptional'], 'DebugLogging' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'CreateDBSecurityGroupMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName', 'DBSecurityGroupDescription'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'DBSecurityGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSecurityGroupResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'CreateDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier', 'DBInstanceIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'CreateDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName', 'DBSubnetGroupDescription', 'SubnetIds'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSubnetGroupResult' => ['type' => 'structure', 'members' => ['DBSubnetGroup' => ['shape' => 'DBSubnetGroup']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'SourceDBClusterIdentifier' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'DatabaseName' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional']]], 'CreateGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'CreateOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName', 'EngineName', 'MajorEngineVersion', 'OptionGroupDescription'], 'members' => ['OptionGroupName' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'OptionGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'CustomAvailabilityZone' => ['type' => 'structure', 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'CustomAvailabilityZoneName' => ['shape' => 'String'], 'CustomAvailabilityZoneStatus' => ['shape' => 'String'], 'VpnDetails' => ['shape' => 'VpnDetails']], 'wrapper' => \true], 'CustomAvailabilityZoneAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CustomAvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'CustomAvailabilityZone', 'locationName' => 'CustomAvailabilityZone']], 'CustomAvailabilityZoneMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CustomAvailabilityZones' => ['shape' => 'CustomAvailabilityZoneList']]], 'CustomAvailabilityZoneNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CustomAvailabilityZoneQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBCluster' => ['type' => 'structure', 'members' => ['AllocatedStorage' => ['shape' => 'IntegerOptional'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroup' => ['shape' => 'String'], 'DBSubnetGroup' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'String'], 'EarliestRestorableTime' => ['shape' => 'TStamp'], 'Endpoint' => ['shape' => 'String'], 'ReaderEndpoint' => ['shape' => 'String'], 'CustomEndpoints' => ['shape' => 'StringList'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LatestRestorableTime' => ['shape' => 'TStamp'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'DBClusterOptionGroupMemberships' => ['shape' => 'DBClusterOptionGroupMemberships'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ReplicationSourceIdentifier' => ['shape' => 'String'], 'ReadReplicaIdentifiers' => ['shape' => 'ReadReplicaIdentifierList'], 'DBClusterMembers' => ['shape' => 'DBClusterMemberList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'HostedZoneId' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DbClusterResourceId' => ['shape' => 'String'], 'DBClusterArn' => ['shape' => 'String'], 'AssociatedRoles' => ['shape' => 'DBClusterRoles'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'BooleanOptional'], 'CloneGroupId' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'EarliestBacktrackTime' => ['shape' => 'TStamp'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'BacktrackConsumedChangeRecords' => ['shape' => 'LongOptional'], 'EnabledCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'Capacity' => ['shape' => 'IntegerOptional'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfigurationInfo' => ['shape' => 'ScalingConfigurationInfo'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'HttpEndpointEnabled' => ['shape' => 'BooleanOptional'], 'ActivityStreamMode' => ['shape' => 'ActivityStreamMode'], 'ActivityStreamStatus' => ['shape' => 'ActivityStreamStatus'], 'ActivityStreamKmsKeyId' => ['shape' => 'String'], 'ActivityStreamKinesisStreamName' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'CrossAccountClone' => ['shape' => 'BooleanOptional'], 'DomainMemberships' => ['shape' => 'DomainMembershipList']], 'wrapper' => \true], 'DBClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterBacktrack' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackIdentifier' => ['shape' => 'String'], 'BacktrackTo' => ['shape' => 'TStamp'], 'BacktrackedFrom' => ['shape' => 'TStamp'], 'BacktrackRequestCreationTime' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'String']]], 'DBClusterBacktrackList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterBacktrack', 'locationName' => 'DBClusterBacktrack']], 'DBClusterBacktrackMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterBacktracks' => ['shape' => 'DBClusterBacktrackList']]], 'DBClusterBacktrackNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterBacktrackNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterCapacityInfo' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'PendingCapacity' => ['shape' => 'IntegerOptional'], 'CurrentCapacity' => ['shape' => 'IntegerOptional'], 'SecondsBeforeTimeout' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'DBClusterEndpoint' => ['type' => 'structure', 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointResourceIdentifier' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'CustomEndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList'], 'DBClusterEndpointArn' => ['shape' => 'String']]], 'DBClusterEndpointAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterEndpointList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterEndpoint', 'locationName' => 'DBClusterEndpointList']], 'DBClusterEndpointMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterEndpoints' => ['shape' => 'DBClusterEndpointList']]], 'DBClusterEndpointNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterEndpointQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointQuotaExceededFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'DBClusterList' => ['type' => 'list', 'member' => ['shape' => 'DBCluster', 'locationName' => 'DBCluster']], 'DBClusterMember' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'IsClusterWriter' => ['shape' => 'Boolean'], 'DBClusterParameterGroupStatus' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional']], 'wrapper' => \true], 'DBClusterMemberList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterMember', 'locationName' => 'DBClusterMember']], 'DBClusterMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusters' => ['shape' => 'DBClusterList']]], 'DBClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterOptionGroupMemberships' => ['type' => 'list', 'member' => ['shape' => 'DBClusterOptionGroupStatus', 'locationName' => 'DBClusterOptionGroup']], 'DBClusterOptionGroupStatus' => ['type' => 'structure', 'members' => ['DBClusterOptionGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBClusterParameterGroup' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DBClusterParameterGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBClusterParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'DBClusterParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterParameterGroup', 'locationName' => 'DBClusterParameterGroup']], 'DBClusterParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String']]], 'DBClusterParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterParameterGroups' => ['shape' => 'DBClusterParameterGroupList']]], 'DBClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterQuotaExceededFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'DBClusterRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'DBClusterRoleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoles' => ['type' => 'list', 'member' => ['shape' => 'DBClusterRole', 'locationName' => 'DBClusterRole']], 'DBClusterSnapshot' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Engine' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'VpcId' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DBClusterSnapshotArn' => ['shape' => 'String'], 'SourceDBClusterSnapshotArn' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']], 'wrapper' => \true], 'DBClusterSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterSnapshotAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterSnapshotAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']]], 'DBClusterSnapshotAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterSnapshotAttribute', 'locationName' => 'DBClusterSnapshotAttribute']], 'DBClusterSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterSnapshotAttributes' => ['shape' => 'DBClusterSnapshotAttributeList']], 'wrapper' => \true], 'DBClusterSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterSnapshot', 'locationName' => 'DBClusterSnapshot']], 'DBClusterSnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterSnapshots' => ['shape' => 'DBClusterSnapshotList']]], 'DBClusterSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterSnapshotNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBEngineVersion' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'DBEngineDescription' => ['shape' => 'String'], 'DBEngineVersionDescription' => ['shape' => 'String'], 'DefaultCharacterSet' => ['shape' => 'CharacterSet'], 'SupportedCharacterSets' => ['shape' => 'SupportedCharacterSetsList'], 'ValidUpgradeTarget' => ['shape' => 'ValidUpgradeTargetList'], 'SupportedTimezones' => ['shape' => 'SupportedTimezonesList'], 'ExportableLogTypes' => ['shape' => 'LogTypeList'], 'SupportsLogExportsToCloudwatchLogs' => ['shape' => 'Boolean'], 'SupportsReadReplica' => ['shape' => 'Boolean'], 'SupportedEngineModes' => ['shape' => 'EngineModeList'], 'SupportedFeatureNames' => ['shape' => 'FeatureNameList'], 'Status' => ['shape' => 'String']]], 'DBEngineVersionList' => ['type' => 'list', 'member' => ['shape' => 'DBEngineVersion', 'locationName' => 'DBEngineVersion']], 'DBEngineVersionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBEngineVersions' => ['shape' => 'DBEngineVersionList']]], 'DBInstance' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'DBInstanceStatus' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'Endpoint'], 'AllocatedStorage' => ['shape' => 'Integer'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'PreferredBackupWindow' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'Integer'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupMembershipList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'DBParameterGroups' => ['shape' => 'DBParameterGroupStatusList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroup' => ['shape' => 'DBSubnetGroup'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'LatestRestorableTime' => ['shape' => 'TStamp'], 'MultiAZ' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'ReadReplicaSourceDBInstanceIdentifier' => ['shape' => 'String'], 'ReadReplicaDBInstanceIdentifiers' => ['shape' => 'ReadReplicaDBInstanceIdentifierList'], 'ReadReplicaDBClusterIdentifiers' => ['shape' => 'ReadReplicaDBClusterIdentifierList'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupMemberships' => ['shape' => 'OptionGroupMembershipList'], 'CharacterSetName' => ['shape' => 'String'], 'SecondaryAvailabilityZone' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'StatusInfos' => ['shape' => 'DBInstanceStatusInfoList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'DbInstancePort' => ['shape' => 'Integer'], 'DBClusterIdentifier' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DbiResourceId' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'DomainMemberships' => ['shape' => 'DomainMembershipList'], 'CopyTagsToSnapshot' => ['shape' => 'Boolean'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'EnhancedMonitoringResourceArn' => ['shape' => 'String'], 'MonitoringRoleArn' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'DBInstanceArn' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'PerformanceInsightsEnabled' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnabledCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DeletionProtection' => ['shape' => 'Boolean'], 'AssociatedRoles' => ['shape' => 'DBInstanceRoles'], 'ListenerEndpoint' => ['shape' => 'Endpoint'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional']], 'wrapper' => \true], 'DBInstanceAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceAutomatedBackup' => ['type' => 'structure', 'members' => ['DBInstanceArn' => ['shape' => 'String'], 'DbiResourceId' => ['shape' => 'String'], 'Region' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'RestoreWindow' => ['shape' => 'RestoreWindow'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'StorageType' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']], 'wrapper' => \true], 'DBInstanceAutomatedBackupList' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceAutomatedBackup', 'locationName' => 'DBInstanceAutomatedBackup']], 'DBInstanceAutomatedBackupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBInstanceAutomatedBackups' => ['shape' => 'DBInstanceAutomatedBackupList']]], 'DBInstanceAutomatedBackupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAutomatedBackupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceAutomatedBackupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAutomatedBackupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceList' => ['type' => 'list', 'member' => ['shape' => 'DBInstance', 'locationName' => 'DBInstance']], 'DBInstanceMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBInstances' => ['shape' => 'DBInstanceList']]], 'DBInstanceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBInstanceRoleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoles' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceRole', 'locationName' => 'DBInstanceRole']], 'DBInstanceStatusInfo' => ['type' => 'structure', 'members' => ['StatusType' => ['shape' => 'String'], 'Normal' => ['shape' => 'Boolean'], 'Status' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'DBInstanceStatusInfoList' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceStatusInfo', 'locationName' => 'DBInstanceStatusInfo']], 'DBLogFileNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBLogFileNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroup' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DBParameterGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'DBParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBParameterGroup', 'locationName' => 'DBParameterGroup']], 'DBParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String']]], 'DBParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupStatus' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String']]], 'DBParameterGroupStatusList' => ['type' => 'list', 'member' => ['shape' => 'DBParameterGroupStatus', 'locationName' => 'DBParameterGroup']], 'DBParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBParameterGroups' => ['shape' => 'DBParameterGroupList']]], 'DBProxy' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'DBProxyArn' => ['shape' => 'String'], 'Status' => ['shape' => 'DBProxyStatus'], 'EngineFamily' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'StringList'], 'VpcSubnetIds' => ['shape' => 'StringList'], 'Auth' => ['shape' => 'UserAuthConfigInfoList'], 'RoleArn' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'RequireTLS' => ['shape' => 'Boolean'], 'IdleClientTimeout' => ['shape' => 'Integer'], 'DebugLogging' => ['shape' => 'Boolean'], 'CreatedDate' => ['shape' => 'TStamp'], 'UpdatedDate' => ['shape' => 'TStamp']]], 'DBProxyAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyList' => ['type' => 'list', 'member' => ['shape' => 'DBProxy']], 'DBProxyNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBProxyQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyStatus' => ['type' => 'string', 'enum' => ['available', 'modifying', 'incompatible-network', 'insufficient-resource-limits', 'creating', 'deleting']], 'DBProxyTarget' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'TrackedClusterId' => ['shape' => 'String'], 'RdsResourceId' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'Type' => ['shape' => 'TargetType']]], 'DBProxyTargetAlreadyRegisteredFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetAlreadyRegisteredFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyTargetGroup' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'TargetGroupArn' => ['shape' => 'String'], 'IsDefault' => ['shape' => 'Boolean'], 'Status' => ['shape' => 'String'], 'ConnectionPoolConfig' => ['shape' => 'ConnectionPoolConfigurationInfo'], 'CreatedDate' => ['shape' => 'TStamp'], 'UpdatedDate' => ['shape' => 'TStamp']]], 'DBProxyTargetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBProxyTargetNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroup' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String'], 'DBSecurityGroupName' => ['shape' => 'String'], 'DBSecurityGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList'], 'IPRanges' => ['shape' => 'IPRangeList'], 'DBSecurityGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupMembership' => ['type' => 'structure', 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'DBSecurityGroupMembership', 'locationName' => 'DBSecurityGroup']], 'DBSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroups']]], 'DBSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'DBSecurityGroupName']], 'DBSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.DBSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'DBSecurityGroup', 'locationName' => 'DBSecurityGroup']], 'DBSnapshot' => ['type' => 'structure', 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Engine' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'SourceRegion' => ['shape' => 'String'], 'SourceDBSnapshotIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DBSnapshotArn' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DbiResourceId' => ['shape' => 'String']], 'wrapper' => \true], 'DBSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSnapshotAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSnapshotAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']], 'wrapper' => \true], 'DBSnapshotAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DBSnapshotAttribute', 'locationName' => 'DBSnapshotAttribute']], 'DBSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBSnapshotAttributes' => ['shape' => 'DBSnapshotAttributeList']], 'wrapper' => \true], 'DBSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DBSnapshot', 'locationName' => 'DBSnapshot']], 'DBSnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSnapshots' => ['shape' => 'DBSnapshotList']]], 'DBSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSnapshotNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroup' => ['type' => 'structure', 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList'], 'DBSubnetGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupDoesNotCoverEnoughAZs' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupDoesNotCoverEnoughAZs', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSubnetGroups' => ['shape' => 'DBSubnetGroups']]], 'DBSubnetGroupNotAllowedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupNotAllowedFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'DBSubnetGroup', 'locationName' => 'DBSubnetGroup']], 'DBSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBUpgradeDependencyFailureFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBUpgradeDependencyFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DeleteCustomAvailabilityZoneMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneId'], 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String']]], 'DeleteCustomAvailabilityZoneResult' => ['type' => 'structure', 'members' => ['CustomAvailabilityZone' => ['shape' => 'CustomAvailabilityZone']]], 'DeleteDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterEndpointIdentifier'], 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'SkipFinalSnapshot' => ['shape' => 'Boolean'], 'FinalDBSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String']]], 'DeleteDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'DeleteDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'DeleteDBInstanceAutomatedBackupMessage' => ['type' => 'structure', 'required' => ['DbiResourceId'], 'members' => ['DbiResourceId' => ['shape' => 'String']]], 'DeleteDBInstanceAutomatedBackupResult' => ['type' => 'structure', 'members' => ['DBInstanceAutomatedBackup' => ['shape' => 'DBInstanceAutomatedBackup']]], 'DeleteDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'SkipFinalSnapshot' => ['shape' => 'Boolean'], 'FinalDBSnapshotIdentifier' => ['shape' => 'String'], 'DeleteAutomatedBackups' => ['shape' => 'BooleanOptional']]], 'DeleteDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'DeleteDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String']]], 'DeleteDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String']]], 'DeleteDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'DeleteDBSecurityGroupMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String']]], 'DeleteDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'DeleteDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'DeleteGlobalClusterMessage' => ['type' => 'structure', 'required' => ['GlobalClusterIdentifier'], 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String']]], 'DeleteGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'DeleteInstallationMediaMessage' => ['type' => 'structure', 'required' => ['InstallationMediaId'], 'members' => ['InstallationMediaId' => ['shape' => 'String']]], 'DeleteOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName'], 'members' => ['OptionGroupName' => ['shape' => 'String']]], 'DeregisterDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'DBInstanceIdentifiers' => ['shape' => 'StringList'], 'DBClusterIdentifiers' => ['shape' => 'StringList']]], 'DeregisterDBProxyTargetsResponse' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => []], 'DescribeCertificatesMessage' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCustomAvailabilityZonesMessage' => ['type' => 'structure', 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterBacktracksMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterEndpointsMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterParametersMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterSnapshotAttributesMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String']]], 'DescribeDBClusterSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotAttributesResult' => ['shape' => 'DBClusterSnapshotAttributesResult']]], 'DescribeDBClusterSnapshotsMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean'], 'IncludePublic' => ['shape' => 'Boolean']]], 'DescribeDBClustersMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean']]], 'DescribeDBEngineVersionsMessage' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'DefaultOnly' => ['shape' => 'Boolean'], 'ListSupportedCharacterSets' => ['shape' => 'BooleanOptional'], 'ListSupportedTimezones' => ['shape' => 'BooleanOptional'], 'IncludeAll' => ['shape' => 'BooleanOptional']]], 'DescribeDBInstanceAutomatedBackupsMessage' => ['type' => 'structure', 'members' => ['DbiResourceId' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBInstancesMessage' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBLogFilesDetails' => ['type' => 'structure', 'members' => ['LogFileName' => ['shape' => 'String'], 'LastWritten' => ['shape' => 'Long'], 'Size' => ['shape' => 'Long']]], 'DescribeDBLogFilesList' => ['type' => 'list', 'member' => ['shape' => 'DescribeDBLogFilesDetails', 'locationName' => 'DescribeDBLogFilesDetails']], 'DescribeDBLogFilesMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'FilenameContains' => ['shape' => 'String'], 'FileLastWritten' => ['shape' => 'Long'], 'FileSize' => ['shape' => 'Long'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBLogFilesResponse' => ['type' => 'structure', 'members' => ['DescribeDBLogFiles' => ['shape' => 'DescribeDBLogFilesList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBParameterGroupsMessage' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxiesRequest' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxiesResponse' => ['type' => 'structure', 'members' => ['DBProxies' => ['shape' => 'DBProxyList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxyTargetGroupsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxyTargetGroupsResponse' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroupList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxyTargetsResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBSnapshotAttributesMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String']]], 'DescribeDBSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBSnapshotAttributesResult' => ['shape' => 'DBSnapshotAttributesResult']]], 'DescribeDBSnapshotsMessage' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean'], 'IncludePublic' => ['shape' => 'Boolean'], 'DbiResourceId' => ['shape' => 'String']]], 'DescribeDBSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultClusterParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupFamily'], 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultClusterParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEngineDefaultParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupFamily'], 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeExportTasksMessage' => ['type' => 'structure', 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeGlobalClustersMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeInstallationMediaMessage' => ['type' => 'structure', 'members' => ['InstallationMediaId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOptionGroupOptionsMessage' => ['type' => 'structure', 'required' => ['EngineName'], 'members' => ['EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOptionGroupsMessage' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String']]], 'DescribeOrderableDBInstanceOptionsMessage' => ['type' => 'structure', 'required' => ['Engine'], 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'Vpc' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribePendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeReservedDBInstancesMessage' => ['type' => 'structure', 'members' => ['ReservedDBInstanceId' => ['shape' => 'String'], 'ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'LeaseId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedDBInstancesOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSourceRegionsMessage' => ['type' => 'structure', 'members' => ['RegionName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeValidDBInstanceModificationsMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String']]], 'DescribeValidDBInstanceModificationsResult' => ['type' => 'structure', 'members' => ['ValidDBInstanceModificationsMessage' => ['shape' => 'ValidDBInstanceModificationsMessage']]], 'DomainMembership' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FQDN' => ['shape' => 'String'], 'IAMRoleName' => ['shape' => 'String']]], 'DomainMembershipList' => ['type' => 'list', 'member' => ['shape' => 'DomainMembership', 'locationName' => 'DomainMembership']], 'DomainNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DomainNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'Double' => ['type' => 'double'], 'DoubleOptional' => ['type' => 'double'], 'DoubleRange' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Double'], 'To' => ['shape' => 'Double']]], 'DoubleRangeList' => ['type' => 'list', 'member' => ['shape' => 'DoubleRange', 'locationName' => 'DoubleRange']], 'DownloadDBLogFilePortionDetails' => ['type' => 'structure', 'members' => ['LogFileData' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'AdditionalDataPending' => ['shape' => 'Boolean']]], 'DownloadDBLogFilePortionMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'LogFileName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'LogFileName' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'NumberOfLines' => ['shape' => 'Integer']]], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'HostedZoneId' => ['shape' => 'String']]], 'EngineDefaults' => ['type' => 'structure', 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']], 'wrapper' => \true], 'EngineFamily' => ['type' => 'string', 'enum' => ['MYSQL']], 'EngineModeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Date' => ['shape' => 'TStamp'], 'SourceArn' => ['shape' => 'String']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'EventCategory']], 'EventCategoriesMap' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList']], 'wrapper' => \true], 'EventCategoriesMapList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoriesMap', 'locationName' => 'EventCategoriesMap']], 'EventCategoriesMessage' => ['type' => 'structure', 'members' => ['EventCategoriesMapList' => ['shape' => 'EventCategoriesMapList']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'Boolean'], 'EventSubscriptionArn' => ['shape' => 'String']], 'wrapper' => \true], 'EventSubscriptionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'EventSubscriptionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription', 'locationName' => 'EventSubscription']], 'EventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'ExportTask' => ['type' => 'structure', 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'ExportOnly' => ['shape' => 'StringList'], 'SnapshotTime' => ['shape' => 'TStamp'], 'TaskStartTime' => ['shape' => 'TStamp'], 'TaskEndTime' => ['shape' => 'TStamp'], 'S3Bucket' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'IamRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'TotalExtractedDataInGB' => ['shape' => 'Integer'], 'FailureCause' => ['shape' => 'String'], 'WarningMessage' => ['shape' => 'String']]], 'ExportTaskAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ExportTaskAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ExportTaskNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ExportTaskNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ExportTasksList' => ['type' => 'list', 'member' => ['shape' => 'ExportTask', 'locationName' => 'ExportTask']], 'ExportTasksMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ExportTasks' => ['shape' => 'ExportTasksList']]], 'FailoverDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'TargetDBInstanceIdentifier' => ['shape' => 'String']]], 'FailoverDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'FeatureNameList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Filter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter', 'locationName' => 'Filter']], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'Value']], 'GlobalCluster' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'GlobalClusterResourceId' => ['shape' => 'String'], 'GlobalClusterArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'GlobalClusterMembers' => ['shape' => 'GlobalClusterMemberList']], 'wrapper' => \true], 'GlobalClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalClusterList' => ['type' => 'list', 'member' => ['shape' => 'GlobalCluster', 'locationName' => 'GlobalClusterMember']], 'GlobalClusterMember' => ['type' => 'structure', 'members' => ['DBClusterArn' => ['shape' => 'String'], 'Readers' => ['shape' => 'ReadersArnList'], 'IsWriter' => ['shape' => 'Boolean']], 'wrapper' => \true], 'GlobalClusterMemberList' => ['type' => 'list', 'member' => ['shape' => 'GlobalClusterMember', 'locationName' => 'GlobalClusterMember']], 'GlobalClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'GlobalClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalClustersMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'GlobalClusters' => ['shape' => 'GlobalClusterList']]], 'IAMAuthMode' => ['type' => 'string', 'enum' => ['DISABLED', 'REQUIRED']], 'IPRange' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String']]], 'IPRangeList' => ['type' => 'list', 'member' => ['shape' => 'IPRange', 'locationName' => 'IPRange']], 'IamRoleMissingPermissionsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IamRoleMissingPermissions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IamRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IamRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ImportInstallationMediaMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneId', 'Engine', 'EngineVersion', 'EngineInstallationMediaPath', 'OSInstallationMediaPath'], 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineInstallationMediaPath' => ['shape' => 'String'], 'OSInstallationMediaPath' => ['shape' => 'String']]], 'InstallationMedia' => ['type' => 'structure', 'members' => ['InstallationMediaId' => ['shape' => 'String'], 'CustomAvailabilityZoneId' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineInstallationMediaPath' => ['shape' => 'String'], 'OSInstallationMediaPath' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FailureCause' => ['shape' => 'InstallationMediaFailureCause']]], 'InstallationMediaAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstallationMediaAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InstallationMediaFailureCause' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']]], 'InstallationMediaList' => ['type' => 'list', 'member' => ['shape' => 'InstallationMedia', 'locationName' => 'InstallationMedia']], 'InstallationMediaMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'InstallationMedia' => ['shape' => 'InstallationMediaList']]], 'InstallationMediaNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstallationMediaNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'InstanceQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstanceQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientDBClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientDBClusterCapacityFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InsufficientDBInstanceCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientDBInstanceCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientStorageClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientStorageClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidDBClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterCapacityFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterEndpointStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterEndpointStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterSnapshotStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBInstanceAutomatedBackupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBInstanceAutomatedBackupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBInstanceStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBInstanceState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBProxyStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBProxyStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetGroupFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetGroupFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidEventSubscriptionStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidEventSubscriptionState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportOnlyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportOnly', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportSourceStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportSourceState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportTaskStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportTaskStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidGlobalClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidGlobalClusterStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidOptionGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidOptionGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidRestoreFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRestoreFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3BucketFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3BucketFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KMSKeyNotAccessibleFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'KMSKeyNotAccessibleFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'LogTypeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Long' => ['type' => 'long'], 'LongOptional' => ['type' => 'long'], 'MaxRecords' => ['type' => 'integer', 'max' => 100, 'min' => 20], 'MinimumEngineVersionPerAllowedValue' => ['type' => 'structure', 'members' => ['AllowedValue' => ['shape' => 'String'], 'MinimumEngineVersion' => ['shape' => 'String']]], 'MinimumEngineVersionPerAllowedValueList' => ['type' => 'list', 'member' => ['shape' => 'MinimumEngineVersionPerAllowedValue', 'locationName' => 'MinimumEngineVersionPerAllowedValue']], 'ModifyCertificatesMessage' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'RemoveCustomerOverride' => ['shape' => 'BooleanOptional']]], 'ModifyCertificatesResult' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'ModifyCurrentDBClusterCapacityMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'Capacity' => ['shape' => 'IntegerOptional'], 'SecondsBeforeTimeout' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'ModifyDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterEndpointIdentifier'], 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList']]], 'ModifyDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'NewDBClusterIdentifier' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'CloudwatchLogsExportConfiguration' => ['shape' => 'CloudwatchLogsExportConfiguration'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'DBInstanceParameterGroupName' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'EnableHttpEndpoint' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional']]], 'ModifyDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName', 'Parameters'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'ModifyDBClusterSnapshotAttributeMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier', 'AttributeName'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'AttributeName' => ['shape' => 'String'], 'ValuesToAdd' => ['shape' => 'AttributeValueList'], 'ValuesToRemove' => ['shape' => 'AttributeValueList']]], 'ModifyDBClusterSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotAttributesResult' => ['shape' => 'DBClusterSnapshotAttributesResult']]], 'ModifyDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'MasterUserPassword' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'NewDBInstanceIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'DBPortNumber' => ['shape' => 'IntegerOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CloudwatchLogsExportConfiguration' => ['shape' => 'CloudwatchLogsExportConfiguration'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional'], 'CertificateRotationRestart' => ['shape' => 'BooleanOptional']]], 'ModifyDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'ModifyDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName', 'Parameters'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'NewDBProxyName' => ['shape' => 'String'], 'Auth' => ['shape' => 'UserAuthConfigList'], 'RequireTLS' => ['shape' => 'BooleanOptional'], 'IdleClientTimeout' => ['shape' => 'IntegerOptional'], 'DebugLogging' => ['shape' => 'BooleanOptional'], 'RoleArn' => ['shape' => 'String'], 'SecurityGroups' => ['shape' => 'StringList']]], 'ModifyDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'ModifyDBProxyTargetGroupRequest' => ['type' => 'structure', 'required' => ['TargetGroupName', 'DBProxyName'], 'members' => ['TargetGroupName' => ['shape' => 'String'], 'DBProxyName' => ['shape' => 'String'], 'ConnectionPoolConfig' => ['shape' => 'ConnectionPoolConfiguration'], 'NewName' => ['shape' => 'String']]], 'ModifyDBProxyTargetGroupResponse' => ['type' => 'structure', 'members' => ['DBProxyTargetGroup' => ['shape' => 'DBProxyTargetGroup']]], 'ModifyDBSnapshotAttributeMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier', 'AttributeName'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'AttributeName' => ['shape' => 'String'], 'ValuesToAdd' => ['shape' => 'AttributeValueList'], 'ValuesToRemove' => ['shape' => 'AttributeValueList']]], 'ModifyDBSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['DBSnapshotAttributesResult' => ['shape' => 'DBSnapshotAttributesResult']]], 'ModifyDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String']]], 'ModifyDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'ModifyDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName', 'SubnetIds'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyDBSubnetGroupResult' => ['type' => 'structure', 'members' => ['DBSubnetGroup' => ['shape' => 'DBSubnetGroup']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'NewGlobalClusterIdentifier' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'ModifyGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'ModifyOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName'], 'members' => ['OptionGroupName' => ['shape' => 'String'], 'OptionsToInclude' => ['shape' => 'OptionConfigurationList'], 'OptionsToRemove' => ['shape' => 'OptionNamesList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'ModifyOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'Option' => ['type' => 'structure', 'members' => ['OptionName' => ['shape' => 'String'], 'OptionDescription' => ['shape' => 'String'], 'Persistent' => ['shape' => 'Boolean'], 'Permanent' => ['shape' => 'Boolean'], 'Port' => ['shape' => 'IntegerOptional'], 'OptionVersion' => ['shape' => 'String'], 'OptionSettings' => ['shape' => 'OptionSettingConfigurationList'], 'DBSecurityGroupMemberships' => ['shape' => 'DBSecurityGroupMembershipList'], 'VpcSecurityGroupMemberships' => ['shape' => 'VpcSecurityGroupMembershipList']]], 'OptionConfiguration' => ['type' => 'structure', 'required' => ['OptionName'], 'members' => ['OptionName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'OptionVersion' => ['shape' => 'String'], 'DBSecurityGroupMemberships' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupMemberships' => ['shape' => 'VpcSecurityGroupIdList'], 'OptionSettings' => ['shape' => 'OptionSettingsList']]], 'OptionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'OptionConfiguration', 'locationName' => 'OptionConfiguration']], 'OptionGroup' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'OptionGroupDescription' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'Options' => ['shape' => 'OptionsList'], 'AllowsVpcAndNonVpcInstanceMemberships' => ['shape' => 'Boolean'], 'VpcId' => ['shape' => 'String'], 'OptionGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'OptionGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionGroupMembership' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'OptionGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupMembership', 'locationName' => 'OptionGroupMembership']], 'OptionGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OptionGroupOption' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'MinimumRequiredMinorEngineVersion' => ['shape' => 'String'], 'PortRequired' => ['shape' => 'Boolean'], 'DefaultPort' => ['shape' => 'IntegerOptional'], 'OptionsDependedOn' => ['shape' => 'OptionsDependedOn'], 'OptionsConflictsWith' => ['shape' => 'OptionsConflictsWith'], 'Persistent' => ['shape' => 'Boolean'], 'Permanent' => ['shape' => 'Boolean'], 'RequiresAutoMinorEngineVersionUpgrade' => ['shape' => 'Boolean'], 'VpcOnly' => ['shape' => 'Boolean'], 'SupportsOptionVersionDowngrade' => ['shape' => 'BooleanOptional'], 'OptionGroupOptionSettings' => ['shape' => 'OptionGroupOptionSettingsList'], 'OptionGroupOptionVersions' => ['shape' => 'OptionGroupOptionVersionsList']]], 'OptionGroupOptionSetting' => ['type' => 'structure', 'members' => ['SettingName' => ['shape' => 'String'], 'SettingDescription' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'IsRequired' => ['shape' => 'Boolean'], 'MinimumEngineVersionPerAllowedValue' => ['shape' => 'MinimumEngineVersionPerAllowedValueList']]], 'OptionGroupOptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupOptionSetting', 'locationName' => 'OptionGroupOptionSetting']], 'OptionGroupOptionVersionsList' => ['type' => 'list', 'member' => ['shape' => 'OptionVersion', 'locationName' => 'OptionVersion']], 'OptionGroupOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupOption', 'locationName' => 'OptionGroupOption']], 'OptionGroupOptionsMessage' => ['type' => 'structure', 'members' => ['OptionGroupOptions' => ['shape' => 'OptionGroupOptionsList'], 'Marker' => ['shape' => 'String']]], 'OptionGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionGroups' => ['type' => 'structure', 'members' => ['OptionGroupsList' => ['shape' => 'OptionGroupsList'], 'Marker' => ['shape' => 'String']]], 'OptionGroupsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroup', 'locationName' => 'OptionGroup']], 'OptionNamesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OptionSetting' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'IsCollection' => ['shape' => 'Boolean']]], 'OptionSettingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'OptionSetting', 'locationName' => 'OptionSetting']], 'OptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'OptionSetting', 'locationName' => 'OptionSetting']], 'OptionVersion' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'String'], 'IsDefault' => ['shape' => 'Boolean']]], 'OptionsConflictsWith' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'OptionConflictName']], 'OptionsDependedOn' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'OptionName']], 'OptionsList' => ['type' => 'list', 'member' => ['shape' => 'Option', 'locationName' => 'Option']], 'OrderableDBInstanceOption' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList'], 'MultiAZCapable' => ['shape' => 'Boolean'], 'ReadReplicaCapable' => ['shape' => 'Boolean'], 'Vpc' => ['shape' => 'Boolean'], 'SupportsStorageEncryption' => ['shape' => 'Boolean'], 'StorageType' => ['shape' => 'String'], 'SupportsIops' => ['shape' => 'Boolean'], 'SupportsEnhancedMonitoring' => ['shape' => 'Boolean'], 'SupportsIAMDatabaseAuthentication' => ['shape' => 'Boolean'], 'SupportsPerformanceInsights' => ['shape' => 'Boolean'], 'MinStorageSize' => ['shape' => 'IntegerOptional'], 'MaxStorageSize' => ['shape' => 'IntegerOptional'], 'MinIopsPerDbInstance' => ['shape' => 'IntegerOptional'], 'MaxIopsPerDbInstance' => ['shape' => 'IntegerOptional'], 'MinIopsPerGib' => ['shape' => 'DoubleOptional'], 'MaxIopsPerGib' => ['shape' => 'DoubleOptional'], 'AvailableProcessorFeatures' => ['shape' => 'AvailableProcessorFeatureList'], 'SupportedEngineModes' => ['shape' => 'EngineModeList'], 'SupportsStorageAutoscaling' => ['shape' => 'BooleanOptional'], 'SupportsKerberosAuthentication' => ['shape' => 'BooleanOptional']], 'wrapper' => \true], 'OrderableDBInstanceOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OrderableDBInstanceOption', 'locationName' => 'OrderableDBInstanceOption']], 'OrderableDBInstanceOptionsMessage' => ['type' => 'structure', 'members' => ['OrderableDBInstanceOptions' => ['shape' => 'OrderableDBInstanceOptionsList'], 'Marker' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'ApplyMethod' => ['shape' => 'ApplyMethod'], 'SupportedEngineModes' => ['shape' => 'EngineModeList']]], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PendingCloudwatchLogsExports' => ['type' => 'structure', 'members' => ['LogTypesToEnable' => ['shape' => 'LogTypeList'], 'LogTypesToDisable' => ['shape' => 'LogTypeList']]], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'String'], 'AutoAppliedAfterDate' => ['shape' => 'TStamp'], 'ForcedApplyDate' => ['shape' => 'TStamp'], 'OptInStatus' => ['shape' => 'String'], 'CurrentApplyDate' => ['shape' => 'TStamp'], 'Description' => ['shape' => 'String']]], 'PendingMaintenanceActionDetails' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction', 'locationName' => 'PendingMaintenanceAction']], 'PendingMaintenanceActions' => ['type' => 'list', 'member' => ['shape' => 'ResourcePendingMaintenanceActions', 'locationName' => 'ResourcePendingMaintenanceActions']], 'PendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['PendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActions'], 'Marker' => ['shape' => 'String']]], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['DBInstanceClass' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'MasterUserPassword' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PendingCloudwatchLogsExports' => ['shape' => 'PendingCloudwatchLogsExports'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList']]], 'PointInTimeRestoreNotEnabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PointInTimeRestoreNotEnabled', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ProcessorFeature' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'ProcessorFeatureList' => ['type' => 'list', 'member' => ['shape' => 'ProcessorFeature', 'locationName' => 'ProcessorFeature']], 'PromoteReadReplicaDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'PromoteReadReplicaDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'PromoteReadReplicaMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String']]], 'PromoteReadReplicaResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'ProvisionedIopsNotAvailableInAZFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ProvisionedIopsNotAvailableInAZFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PurchaseReservedDBInstancesOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedDBInstancesOfferingId'], 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'ReservedDBInstanceId' => ['shape' => 'String'], 'DBInstanceCount' => ['shape' => 'IntegerOptional'], 'Tags' => ['shape' => 'TagList']]], 'PurchaseReservedDBInstancesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedDBInstance' => ['shape' => 'ReservedDBInstance']]], 'Range' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Integer'], 'To' => ['shape' => 'Integer'], 'Step' => ['shape' => 'IntegerOptional']]], 'RangeList' => ['type' => 'list', 'member' => ['shape' => 'Range', 'locationName' => 'Range']], 'ReadReplicaDBClusterIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaDBClusterIdentifier']], 'ReadReplicaDBInstanceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaDBInstanceIdentifier']], 'ReadReplicaIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaIdentifier']], 'ReadersArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RebootDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'ForceFailover' => ['shape' => 'BooleanOptional']]], 'RebootDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'RegisterDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'DBInstanceIdentifiers' => ['shape' => 'StringList'], 'DBClusterIdentifiers' => ['shape' => 'StringList']]], 'RegisterDBProxyTargetsResponse' => ['type' => 'structure', 'members' => ['DBProxyTargets' => ['shape' => 'TargetList']]], 'RemoveFromGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'DbClusterIdentifier' => ['shape' => 'String']]], 'RemoveFromGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'RemoveRoleFromDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'RoleArn'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'RemoveRoleFromDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'RoleArn', 'FeatureName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'RemoveSourceIdentifierFromSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SourceIdentifier'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SourceIdentifier' => ['shape' => 'String']]], 'RemoveSourceIdentifierFromSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'ReservedDBInstance' => ['type' => 'structure', 'members' => ['ReservedDBInstanceId' => ['shape' => 'String'], 'ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'DBInstanceCount' => ['shape' => 'Integer'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'Boolean'], 'State' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedDBInstanceArn' => ['shape' => 'String'], 'LeaseId' => ['shape' => 'String']], 'wrapper' => \true], 'ReservedDBInstanceAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReservedDBInstance', 'locationName' => 'ReservedDBInstance']], 'ReservedDBInstanceMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedDBInstances' => ['shape' => 'ReservedDBInstanceList']]], 'ReservedDBInstanceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstanceQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstancesOffering' => ['type' => 'structure', 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'Boolean'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']], 'wrapper' => \true], 'ReservedDBInstancesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedDBInstancesOffering', 'locationName' => 'ReservedDBInstancesOffering']], 'ReservedDBInstancesOfferingMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedDBInstancesOfferings' => ['shape' => 'ReservedDBInstancesOfferingList']]], 'ReservedDBInstancesOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstancesOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResetDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResetDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourcePendingMaintenanceActions' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'PendingMaintenanceActionDetails' => ['shape' => 'PendingMaintenanceActionDetails']], 'wrapper' => \true], 'RestoreDBClusterFromS3Message' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'Engine', 'MasterUsername', 'MasterUserPassword', 'SourceEngine', 'SourceEngineVersion', 'S3BucketName', 'S3IngestionRoleArn'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'SourceEngine' => ['shape' => 'String'], 'SourceEngineVersion' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'S3IngestionRoleArn' => ['shape' => 'String'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterFromS3Result' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBClusterFromSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'SnapshotIdentifier', 'Engine'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'DBClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DBSubnetGroupName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterFromSnapshotResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBClusterToPointInTimeMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'SourceDBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RestoreType' => ['shape' => 'String'], 'SourceDBClusterIdentifier' => ['shape' => 'String'], 'RestoreToTime' => ['shape' => 'TStamp'], 'UseLatestRestorableTime' => ['shape' => 'Boolean'], 'Port' => ['shape' => 'IntegerOptional'], 'DBSubnetGroupName' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterToPointInTimeResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBInstanceFromDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBSnapshotIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'DomainIAMRoleName' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DBParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'RestoreDBInstanceFromDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreDBInstanceFromS3Message' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBInstanceClass', 'Engine', 'SourceEngine', 'SourceEngineVersion', 'S3BucketName', 'S3IngestionRoleArn'], 'members' => ['DBName' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'SourceEngine' => ['shape' => 'String'], 'SourceEngineVersion' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'S3IngestionRoleArn' => ['shape' => 'String'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'RestoreDBInstanceFromS3Result' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreDBInstanceToPointInTimeMessage' => ['type' => 'structure', 'required' => ['TargetDBInstanceIdentifier'], 'members' => ['SourceDBInstanceIdentifier' => ['shape' => 'String'], 'TargetDBInstanceIdentifier' => ['shape' => 'String'], 'RestoreTime' => ['shape' => 'TStamp'], 'UseLatestRestorableTime' => ['shape' => 'Boolean'], 'DBInstanceClass' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DBParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'SourceDbiResourceId' => ['shape' => 'String']]], 'RestoreDBInstanceToPointInTimeResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreWindow' => ['type' => 'structure', 'members' => ['EarliestTime' => ['shape' => 'TStamp'], 'LatestTime' => ['shape' => 'TStamp']]], 'RevokeDBSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeDBSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSInvalidTopic', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSNoAuthorization', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSTopicArnNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSTopicArnNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ScalingConfiguration' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'IntegerOptional'], 'MaxCapacity' => ['shape' => 'IntegerOptional'], 'AutoPause' => ['shape' => 'BooleanOptional'], 'SecondsUntilAutoPause' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'ScalingConfigurationInfo' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'IntegerOptional'], 'MaxCapacity' => ['shape' => 'IntegerOptional'], 'AutoPause' => ['shape' => 'BooleanOptional'], 'SecondsUntilAutoPause' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'SharedSnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SharedSnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SourceId']], 'SourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SourceRegion' => ['type' => 'structure', 'members' => ['RegionName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'SourceRegionList' => ['type' => 'list', 'member' => ['shape' => 'SourceRegion', 'locationName' => 'SourceRegion']], 'SourceRegionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SourceRegions' => ['shape' => 'SourceRegionList']]], 'SourceType' => ['type' => 'string', 'enum' => ['db-instance', 'db-parameter-group', 'db-security-group', 'db-snapshot', 'db-cluster', 'db-cluster-snapshot']], 'StartActivityStreamRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Mode', 'KmsKeyId'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'Mode' => ['shape' => 'ActivityStreamMode'], 'KmsKeyId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'BooleanOptional']]], 'StartActivityStreamResponse' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String'], 'KinesisStreamName' => ['shape' => 'String'], 'Status' => ['shape' => 'ActivityStreamStatus'], 'Mode' => ['shape' => 'ActivityStreamMode'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'StartDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'StartDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'StartDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String']]], 'StartDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'StartExportTaskMessage' => ['type' => 'structure', 'required' => ['ExportTaskIdentifier', 'SourceArn', 'S3BucketName', 'IamRoleArn', 'KmsKeyId'], 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'IamRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'ExportOnly' => ['shape' => 'StringList']]], 'StopActivityStreamRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'BooleanOptional']]], 'StopActivityStreamResponse' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String'], 'KinesisStreamName' => ['shape' => 'String'], 'Status' => ['shape' => 'ActivityStreamStatus']]], 'StopDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'StopDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'StopDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String']]], 'StopDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'StorageQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StorageQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'StorageTypeNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StorageTypeNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringSensitive' => ['type' => 'string', 'sensitive' => \true], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetAlreadyInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'SubscriptionAlreadyExistFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionAlreadyExist', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubscriptionCategoryNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionCategoryNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SupportedCharacterSetsList' => ['type' => 'list', 'member' => ['shape' => 'CharacterSet', 'locationName' => 'CharacterSet']], 'SupportedTimezonesList' => ['type' => 'list', 'member' => ['shape' => 'Timezone', 'locationName' => 'Timezone']], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagListMessage' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'TargetGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBProxyTargetGroup']], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'DBProxyTarget']], 'TargetType' => ['type' => 'string', 'enum' => ['RDS_INSTANCE', 'RDS_SERVERLESS_ENDPOINT', 'TRACKED_CLUSTER']], 'Timezone' => ['type' => 'structure', 'members' => ['TimezoneName' => ['shape' => 'String']]], 'UpgradeTarget' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'AutoUpgrade' => ['shape' => 'Boolean'], 'IsMajorVersionUpgrade' => ['shape' => 'Boolean']]], 'UserAuthConfig' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'UserName' => ['shape' => 'String'], 'AuthScheme' => ['shape' => 'AuthScheme'], 'SecretArn' => ['shape' => 'String'], 'IAMAuth' => ['shape' => 'IAMAuthMode']]], 'UserAuthConfigInfo' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'UserName' => ['shape' => 'String'], 'AuthScheme' => ['shape' => 'AuthScheme'], 'SecretArn' => ['shape' => 'String'], 'IAMAuth' => ['shape' => 'IAMAuthMode']]], 'UserAuthConfigInfoList' => ['type' => 'list', 'member' => ['shape' => 'UserAuthConfigInfo']], 'UserAuthConfigList' => ['type' => 'list', 'member' => ['shape' => 'UserAuthConfig']], 'ValidDBInstanceModificationsMessage' => ['type' => 'structure', 'members' => ['Storage' => ['shape' => 'ValidStorageOptionsList'], 'ValidProcessorFeatures' => ['shape' => 'AvailableProcessorFeatureList']], 'wrapper' => \true], 'ValidStorageOptions' => ['type' => 'structure', 'members' => ['StorageType' => ['shape' => 'String'], 'StorageSize' => ['shape' => 'RangeList'], 'ProvisionedIops' => ['shape' => 'RangeList'], 'IopsToStorageRatio' => ['shape' => 'DoubleRangeList'], 'SupportsStorageAutoscaling' => ['shape' => 'Boolean']]], 'ValidStorageOptionsList' => ['type' => 'list', 'member' => ['shape' => 'ValidStorageOptions', 'locationName' => 'ValidStorageOptions']], 'ValidUpgradeTargetList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeTarget', 'locationName' => 'UpgradeTarget']], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'VpcSecurityGroupId']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership', 'locationName' => 'VpcSecurityGroupMembership']], 'VpnDetails' => ['type' => 'structure', 'members' => ['VpnId' => ['shape' => 'String'], 'VpnTunnelOriginatorIP' => ['shape' => 'String'], 'VpnGatewayIp' => ['shape' => 'String'], 'VpnPSK' => ['shape' => 'StringSensitive'], 'VpnName' => ['shape' => 'String'], 'VpnState' => ['shape' => 'String']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-10-31', 'endpointPrefix' => 'rds', 'protocol' => 'query', 'serviceAbbreviation' => 'Amazon RDS', 'serviceFullName' => 'Amazon Relational Database Service', 'serviceId' => 'RDS', 'signatureVersion' => 'v4', 'uid' => 'rds-2014-10-31', 'xmlNamespace' => 'http://rds.amazonaws.com/doc/2014-10-31/'], 'operations' => ['AddRoleToDBCluster' => ['name' => 'AddRoleToDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToDBClusterMessage'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterRoleAlreadyExistsFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterRoleQuotaExceededFault']]], 'AddRoleToDBInstance' => ['name' => 'AddRoleToDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddRoleToDBInstanceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBInstanceRoleAlreadyExistsFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceRoleQuotaExceededFault']]], 'AddSourceIdentifierToSubscription' => ['name' => 'AddSourceIdentifierToSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddSourceIdentifierToSubscriptionMessage'], 'output' => ['shape' => 'AddSourceIdentifierToSubscriptionResult', 'resultWrapper' => 'AddSourceIdentifierToSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault']]], 'ApplyPendingMaintenanceAction' => ['name' => 'ApplyPendingMaintenanceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ApplyPendingMaintenanceActionMessage'], 'output' => ['shape' => 'ApplyPendingMaintenanceActionResult', 'resultWrapper' => 'ApplyPendingMaintenanceActionResult'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'AuthorizeDBSecurityGroupIngress' => ['name' => 'AuthorizeDBSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeDBSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeDBSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeDBSecurityGroupIngressResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault']]], 'BacktrackDBCluster' => ['name' => 'BacktrackDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BacktrackDBClusterMessage'], 'output' => ['shape' => 'DBClusterBacktrack', 'resultWrapper' => 'BacktrackDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'CancelExportTask' => ['name' => 'CancelExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelExportTaskMessage'], 'output' => ['shape' => 'ExportTask', 'resultWrapper' => 'CancelExportTaskResult'], 'errors' => [['shape' => 'ExportTaskNotFoundFault'], ['shape' => 'InvalidExportTaskStateFault']]], 'CopyDBClusterParameterGroup' => ['name' => 'CopyDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBClusterParameterGroupMessage'], 'output' => ['shape' => 'CopyDBClusterParameterGroupResult', 'resultWrapper' => 'CopyDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CopyDBClusterSnapshot' => ['name' => 'CopyDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBClusterSnapshotMessage'], 'output' => ['shape' => 'CopyDBClusterSnapshotResult', 'resultWrapper' => 'CopyDBClusterSnapshotResult'], 'errors' => [['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CopyDBParameterGroup' => ['name' => 'CopyDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBParameterGroupMessage'], 'output' => ['shape' => 'CopyDBParameterGroupResult', 'resultWrapper' => 'CopyDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault'], ['shape' => 'DBParameterGroupQuotaExceededFault']]], 'CopyDBSnapshot' => ['name' => 'CopyDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyDBSnapshotMessage'], 'output' => ['shape' => 'CopyDBSnapshotResult', 'resultWrapper' => 'CopyDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CopyOptionGroup' => ['name' => 'CopyOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyOptionGroupMessage'], 'output' => ['shape' => 'CopyOptionGroupResult', 'resultWrapper' => 'CopyOptionGroupResult'], 'errors' => [['shape' => 'OptionGroupAlreadyExistsFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'OptionGroupQuotaExceededFault']]], 'CreateCustomAvailabilityZone' => ['name' => 'CreateCustomAvailabilityZone', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCustomAvailabilityZoneMessage'], 'output' => ['shape' => 'CreateCustomAvailabilityZoneResult', 'resultWrapper' => 'CreateCustomAvailabilityZoneResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneAlreadyExistsFault'], ['shape' => 'CustomAvailabilityZoneQuotaExceededFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'CreateDBCluster' => ['name' => 'CreateDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterMessage'], 'output' => ['shape' => 'CreateDBClusterResult', 'resultWrapper' => 'CreateDBClusterResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault'], ['shape' => 'DomainNotFoundFault']]], 'CreateDBClusterEndpoint' => ['name' => 'CreateDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'CreateDBClusterEndpointResult'], 'errors' => [['shape' => 'DBClusterEndpointQuotaExceededFault'], ['shape' => 'DBClusterEndpointAlreadyExistsFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'CreateDBClusterParameterGroup' => ['name' => 'CreateDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterParameterGroupMessage'], 'output' => ['shape' => 'CreateDBClusterParameterGroupResult', 'resultWrapper' => 'CreateDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CreateDBClusterSnapshot' => ['name' => 'CreateDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBClusterSnapshotMessage'], 'output' => ['shape' => 'CreateDBClusterSnapshotResult', 'resultWrapper' => 'CreateDBClusterSnapshotResult'], 'errors' => [['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault']]], 'CreateDBInstance' => ['name' => 'CreateDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBInstanceMessage'], 'output' => ['shape' => 'CreateDBInstanceResult', 'resultWrapper' => 'CreateDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'CreateDBInstanceReadReplica' => ['name' => 'CreateDBInstanceReadReplica', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBInstanceReadReplicaMessage'], 'output' => ['shape' => 'CreateDBInstanceReadReplicaResult', 'resultWrapper' => 'CreateDBInstanceReadReplicaResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBSubnetGroupNotAllowedFault'], ['shape' => 'InvalidDBSubnetGroupFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault']]], 'CreateDBParameterGroup' => ['name' => 'CreateDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBParameterGroupMessage'], 'output' => ['shape' => 'CreateDBParameterGroupResult', 'resultWrapper' => 'CreateDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupQuotaExceededFault'], ['shape' => 'DBParameterGroupAlreadyExistsFault']]], 'CreateDBProxy' => ['name' => 'CreateDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBProxyRequest'], 'output' => ['shape' => 'CreateDBProxyResponse', 'resultWrapper' => 'CreateDBProxyResult'], 'errors' => [['shape' => 'InvalidSubnet'], ['shape' => 'DBProxyAlreadyExistsFault'], ['shape' => 'DBProxyQuotaExceededFault']]], 'CreateDBSecurityGroup' => ['name' => 'CreateDBSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSecurityGroupMessage'], 'output' => ['shape' => 'CreateDBSecurityGroupResult', 'resultWrapper' => 'CreateDBSecurityGroupResult'], 'errors' => [['shape' => 'DBSecurityGroupAlreadyExistsFault'], ['shape' => 'DBSecurityGroupQuotaExceededFault'], ['shape' => 'DBSecurityGroupNotSupportedFault']]], 'CreateDBSnapshot' => ['name' => 'CreateDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSnapshotMessage'], 'output' => ['shape' => 'CreateDBSnapshotResult', 'resultWrapper' => 'CreateDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'SnapshotQuotaExceededFault']]], 'CreateDBSubnetGroup' => ['name' => 'CreateDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDBSubnetGroupMessage'], 'output' => ['shape' => 'CreateDBSubnetGroupResult', 'resultWrapper' => 'CreateDBSubnetGroupResult'], 'errors' => [['shape' => 'DBSubnetGroupAlreadyExistsFault'], ['shape' => 'DBSubnetGroupQuotaExceededFault'], ['shape' => 'DBSubnetQuotaExceededFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResult', 'resultWrapper' => 'CreateEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionAlreadyExistFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'CreateGlobalCluster' => ['name' => 'CreateGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGlobalClusterMessage'], 'output' => ['shape' => 'CreateGlobalClusterResult', 'resultWrapper' => 'CreateGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterAlreadyExistsFault'], ['shape' => 'GlobalClusterQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterNotFoundFault']]], 'CreateOptionGroup' => ['name' => 'CreateOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOptionGroupMessage'], 'output' => ['shape' => 'CreateOptionGroupResult', 'resultWrapper' => 'CreateOptionGroupResult'], 'errors' => [['shape' => 'OptionGroupAlreadyExistsFault'], ['shape' => 'OptionGroupQuotaExceededFault']]], 'DeleteCustomAvailabilityZone' => ['name' => 'DeleteCustomAvailabilityZone', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCustomAvailabilityZoneMessage'], 'output' => ['shape' => 'DeleteCustomAvailabilityZoneResult', 'resultWrapper' => 'DeleteCustomAvailabilityZoneResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'DeleteDBCluster' => ['name' => 'DeleteDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterMessage'], 'output' => ['shape' => 'DeleteDBClusterResult', 'resultWrapper' => 'DeleteDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBClusterSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault']]], 'DeleteDBClusterEndpoint' => ['name' => 'DeleteDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'DeleteDBClusterEndpointResult'], 'errors' => [['shape' => 'InvalidDBClusterEndpointStateFault'], ['shape' => 'DBClusterEndpointNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'DeleteDBClusterParameterGroup' => ['name' => 'DeleteDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterParameterGroupMessage'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'DeleteDBClusterSnapshot' => ['name' => 'DeleteDBClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBClusterSnapshotMessage'], 'output' => ['shape' => 'DeleteDBClusterSnapshotResult', 'resultWrapper' => 'DeleteDBClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DeleteDBInstance' => ['name' => 'DeleteDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBInstanceMessage'], 'output' => ['shape' => 'DeleteDBInstanceResult', 'resultWrapper' => 'DeleteDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'DBInstanceAutomatedBackupQuotaExceededFault']]], 'DeleteDBInstanceAutomatedBackup' => ['name' => 'DeleteDBInstanceAutomatedBackup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBInstanceAutomatedBackupMessage'], 'output' => ['shape' => 'DeleteDBInstanceAutomatedBackupResult', 'resultWrapper' => 'DeleteDBInstanceAutomatedBackupResult'], 'errors' => [['shape' => 'InvalidDBInstanceAutomatedBackupStateFault'], ['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'DeleteDBParameterGroup' => ['name' => 'DeleteDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBParameterGroupMessage'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'DeleteDBProxy' => ['name' => 'DeleteDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBProxyRequest'], 'output' => ['shape' => 'DeleteDBProxyResponse', 'resultWrapper' => 'DeleteDBProxyResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DeleteDBSecurityGroup' => ['name' => 'DeleteDBSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'DBSecurityGroupNotFoundFault']]], 'DeleteDBSnapshot' => ['name' => 'DeleteDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSnapshotMessage'], 'output' => ['shape' => 'DeleteDBSnapshotResult', 'resultWrapper' => 'DeleteDBSnapshotResult'], 'errors' => [['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'DBSnapshotNotFoundFault']]], 'DeleteDBSubnetGroup' => ['name' => 'DeleteDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDBSubnetGroupMessage'], 'errors' => [['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidDBSubnetStateFault'], ['shape' => 'DBSubnetGroupNotFoundFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'output' => ['shape' => 'DeleteEventSubscriptionResult', 'resultWrapper' => 'DeleteEventSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidEventSubscriptionStateFault']]], 'DeleteGlobalCluster' => ['name' => 'DeleteGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGlobalClusterMessage'], 'output' => ['shape' => 'DeleteGlobalClusterResult', 'resultWrapper' => 'DeleteGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault']]], 'DeleteInstallationMedia' => ['name' => 'DeleteInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMedia', 'resultWrapper' => 'DeleteInstallationMediaResult'], 'errors' => [['shape' => 'InstallationMediaNotFoundFault']]], 'DeleteOptionGroup' => ['name' => 'DeleteOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteOptionGroupMessage'], 'errors' => [['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'InvalidOptionGroupStateFault']]], 'DeregisterDBProxyTargets' => ['name' => 'DeregisterDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterDBProxyTargetsRequest'], 'output' => ['shape' => 'DeregisterDBProxyTargetsResponse', 'resultWrapper' => 'DeregisterDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyTargetNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'DBProxyNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'AccountAttributesMessage', 'resultWrapper' => 'DescribeAccountAttributesResult']], 'DescribeCertificates' => ['name' => 'DescribeCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCertificatesMessage'], 'output' => ['shape' => 'CertificateMessage', 'resultWrapper' => 'DescribeCertificatesResult'], 'errors' => [['shape' => 'CertificateNotFoundFault']]], 'DescribeCustomAvailabilityZones' => ['name' => 'DescribeCustomAvailabilityZones', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCustomAvailabilityZonesMessage'], 'output' => ['shape' => 'CustomAvailabilityZoneMessage', 'resultWrapper' => 'DescribeCustomAvailabilityZonesResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault']]], 'DescribeDBClusterBacktracks' => ['name' => 'DescribeDBClusterBacktracks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterBacktracksMessage'], 'output' => ['shape' => 'DBClusterBacktrackMessage', 'resultWrapper' => 'DescribeDBClusterBacktracksResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterBacktrackNotFoundFault']]], 'DescribeDBClusterEndpoints' => ['name' => 'DescribeDBClusterEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterEndpointsMessage'], 'output' => ['shape' => 'DBClusterEndpointMessage', 'resultWrapper' => 'DescribeDBClusterEndpointsResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault']]], 'DescribeDBClusterParameterGroups' => ['name' => 'DescribeDBClusterParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterParameterGroupsMessage'], 'output' => ['shape' => 'DBClusterParameterGroupsMessage', 'resultWrapper' => 'DescribeDBClusterParameterGroupsResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBClusterParameters' => ['name' => 'DescribeDBClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterParametersMessage'], 'output' => ['shape' => 'DBClusterParameterGroupDetails', 'resultWrapper' => 'DescribeDBClusterParametersResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBClusterSnapshotAttributes' => ['name' => 'DescribeDBClusterSnapshotAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterSnapshotAttributesMessage'], 'output' => ['shape' => 'DescribeDBClusterSnapshotAttributesResult', 'resultWrapper' => 'DescribeDBClusterSnapshotAttributesResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DescribeDBClusterSnapshots' => ['name' => 'DescribeDBClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClusterSnapshotsMessage'], 'output' => ['shape' => 'DBClusterSnapshotMessage', 'resultWrapper' => 'DescribeDBClusterSnapshotsResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault']]], 'DescribeDBClusters' => ['name' => 'DescribeDBClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBClustersMessage'], 'output' => ['shape' => 'DBClusterMessage', 'resultWrapper' => 'DescribeDBClustersResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault']]], 'DescribeDBEngineVersions' => ['name' => 'DescribeDBEngineVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBEngineVersionsMessage'], 'output' => ['shape' => 'DBEngineVersionMessage', 'resultWrapper' => 'DescribeDBEngineVersionsResult']], 'DescribeDBInstanceAutomatedBackups' => ['name' => 'DescribeDBInstanceAutomatedBackups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBInstanceAutomatedBackupsMessage'], 'output' => ['shape' => 'DBInstanceAutomatedBackupMessage', 'resultWrapper' => 'DescribeDBInstanceAutomatedBackupsResult'], 'errors' => [['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'DescribeDBInstances' => ['name' => 'DescribeDBInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBInstancesMessage'], 'output' => ['shape' => 'DBInstanceMessage', 'resultWrapper' => 'DescribeDBInstancesResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault']]], 'DescribeDBLogFiles' => ['name' => 'DescribeDBLogFiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBLogFilesMessage'], 'output' => ['shape' => 'DescribeDBLogFilesResponse', 'resultWrapper' => 'DescribeDBLogFilesResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault']]], 'DescribeDBParameterGroups' => ['name' => 'DescribeDBParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBParameterGroupsMessage'], 'output' => ['shape' => 'DBParameterGroupsMessage', 'resultWrapper' => 'DescribeDBParameterGroupsResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBParameters' => ['name' => 'DescribeDBParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBParametersMessage'], 'output' => ['shape' => 'DBParameterGroupDetails', 'resultWrapper' => 'DescribeDBParametersResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault']]], 'DescribeDBProxies' => ['name' => 'DescribeDBProxies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxiesRequest'], 'output' => ['shape' => 'DescribeDBProxiesResponse', 'resultWrapper' => 'DescribeDBProxiesResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault']]], 'DescribeDBProxyTargetGroups' => ['name' => 'DescribeDBProxyTargetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxyTargetGroupsRequest'], 'output' => ['shape' => 'DescribeDBProxyTargetGroupsResponse', 'resultWrapper' => 'DescribeDBProxyTargetGroupsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeDBProxyTargets' => ['name' => 'DescribeDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBProxyTargetsRequest'], 'output' => ['shape' => 'DescribeDBProxyTargetsResponse', 'resultWrapper' => 'DescribeDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'DescribeDBSecurityGroups' => ['name' => 'DescribeDBSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSecurityGroupsMessage'], 'output' => ['shape' => 'DBSecurityGroupMessage', 'resultWrapper' => 'DescribeDBSecurityGroupsResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault']]], 'DescribeDBSnapshotAttributes' => ['name' => 'DescribeDBSnapshotAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSnapshotAttributesMessage'], 'output' => ['shape' => 'DescribeDBSnapshotAttributesResult', 'resultWrapper' => 'DescribeDBSnapshotAttributesResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'DescribeDBSnapshots' => ['name' => 'DescribeDBSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSnapshotsMessage'], 'output' => ['shape' => 'DBSnapshotMessage', 'resultWrapper' => 'DescribeDBSnapshotsResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'DescribeDBSubnetGroups' => ['name' => 'DescribeDBSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDBSubnetGroupsMessage'], 'output' => ['shape' => 'DBSubnetGroupMessage', 'resultWrapper' => 'DescribeDBSubnetGroupsResult'], 'errors' => [['shape' => 'DBSubnetGroupNotFoundFault']]], 'DescribeEngineDefaultClusterParameters' => ['name' => 'DescribeEngineDefaultClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultClusterParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultClusterParametersResult', 'resultWrapper' => 'DescribeEngineDefaultClusterParametersResult']], 'DescribeEngineDefaultParameters' => ['name' => 'DescribeEngineDefaultParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEngineDefaultParametersMessage'], 'output' => ['shape' => 'DescribeEngineDefaultParametersResult', 'resultWrapper' => 'DescribeEngineDefaultParametersResult']], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'EventCategoriesMessage', 'resultWrapper' => 'DescribeEventCategoriesResult']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'EventSubscriptionsMessage', 'resultWrapper' => 'DescribeEventSubscriptionsResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeExportTasks' => ['name' => 'DescribeExportTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExportTasksMessage'], 'output' => ['shape' => 'ExportTasksMessage', 'resultWrapper' => 'DescribeExportTasksResult'], 'errors' => [['shape' => 'ExportTaskNotFoundFault']]], 'DescribeGlobalClusters' => ['name' => 'DescribeGlobalClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGlobalClustersMessage'], 'output' => ['shape' => 'GlobalClustersMessage', 'resultWrapper' => 'DescribeGlobalClustersResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault']]], 'DescribeInstallationMedia' => ['name' => 'DescribeInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMediaMessage', 'resultWrapper' => 'DescribeInstallationMediaResult'], 'errors' => [['shape' => 'InstallationMediaNotFoundFault']]], 'DescribeOptionGroupOptions' => ['name' => 'DescribeOptionGroupOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOptionGroupOptionsMessage'], 'output' => ['shape' => 'OptionGroupOptionsMessage', 'resultWrapper' => 'DescribeOptionGroupOptionsResult']], 'DescribeOptionGroups' => ['name' => 'DescribeOptionGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOptionGroupsMessage'], 'output' => ['shape' => 'OptionGroups', 'resultWrapper' => 'DescribeOptionGroupsResult'], 'errors' => [['shape' => 'OptionGroupNotFoundFault']]], 'DescribeOrderableDBInstanceOptions' => ['name' => 'DescribeOrderableDBInstanceOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableDBInstanceOptionsMessage'], 'output' => ['shape' => 'OrderableDBInstanceOptionsMessage', 'resultWrapper' => 'DescribeOrderableDBInstanceOptionsResult']], 'DescribePendingMaintenanceActions' => ['name' => 'DescribePendingMaintenanceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePendingMaintenanceActionsMessage'], 'output' => ['shape' => 'PendingMaintenanceActionsMessage', 'resultWrapper' => 'DescribePendingMaintenanceActionsResult'], 'errors' => [['shape' => 'ResourceNotFoundFault']]], 'DescribeReservedDBInstances' => ['name' => 'DescribeReservedDBInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedDBInstancesMessage'], 'output' => ['shape' => 'ReservedDBInstanceMessage', 'resultWrapper' => 'DescribeReservedDBInstancesResult'], 'errors' => [['shape' => 'ReservedDBInstanceNotFoundFault']]], 'DescribeReservedDBInstancesOfferings' => ['name' => 'DescribeReservedDBInstancesOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedDBInstancesOfferingsMessage'], 'output' => ['shape' => 'ReservedDBInstancesOfferingMessage', 'resultWrapper' => 'DescribeReservedDBInstancesOfferingsResult'], 'errors' => [['shape' => 'ReservedDBInstancesOfferingNotFoundFault']]], 'DescribeSourceRegions' => ['name' => 'DescribeSourceRegions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSourceRegionsMessage'], 'output' => ['shape' => 'SourceRegionMessage', 'resultWrapper' => 'DescribeSourceRegionsResult']], 'DescribeValidDBInstanceModifications' => ['name' => 'DescribeValidDBInstanceModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeValidDBInstanceModificationsMessage'], 'output' => ['shape' => 'DescribeValidDBInstanceModificationsResult', 'resultWrapper' => 'DescribeValidDBInstanceModificationsResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'DownloadDBLogFilePortion' => ['name' => 'DownloadDBLogFilePortion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DownloadDBLogFilePortionMessage'], 'output' => ['shape' => 'DownloadDBLogFilePortionDetails', 'resultWrapper' => 'DownloadDBLogFilePortionResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBLogFileNotFoundFault']]], 'FailoverDBCluster' => ['name' => 'FailoverDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'FailoverDBClusterMessage'], 'output' => ['shape' => 'FailoverDBClusterResult', 'resultWrapper' => 'FailoverDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'ImportInstallationMedia' => ['name' => 'ImportInstallationMedia', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportInstallationMediaMessage'], 'output' => ['shape' => 'InstallationMedia', 'resultWrapper' => 'ImportInstallationMediaResult'], 'errors' => [['shape' => 'CustomAvailabilityZoneNotFoundFault'], ['shape' => 'InstallationMediaAlreadyExistsFault']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceMessage'], 'output' => ['shape' => 'TagListMessage', 'resultWrapper' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault']]], 'ModifyCertificates' => ['name' => 'ModifyCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCertificatesMessage'], 'output' => ['shape' => 'ModifyCertificatesResult', 'resultWrapper' => 'ModifyCertificatesResult'], 'errors' => [['shape' => 'CertificateNotFoundFault']]], 'ModifyCurrentDBClusterCapacity' => ['name' => 'ModifyCurrentDBClusterCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyCurrentDBClusterCapacityMessage'], 'output' => ['shape' => 'DBClusterCapacityInfo', 'resultWrapper' => 'ModifyCurrentDBClusterCapacityResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterCapacityFault']]], 'ModifyDBCluster' => ['name' => 'ModifyDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterMessage'], 'output' => ['shape' => 'ModifyDBClusterResult', 'resultWrapper' => 'ModifyDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DomainNotFoundFault']]], 'ModifyDBClusterEndpoint' => ['name' => 'ModifyDBClusterEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterEndpointMessage'], 'output' => ['shape' => 'DBClusterEndpoint', 'resultWrapper' => 'ModifyDBClusterEndpointResult'], 'errors' => [['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBClusterEndpointStateFault'], ['shape' => 'DBClusterEndpointNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'ModifyDBClusterParameterGroup' => ['name' => 'ModifyDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterParameterGroupMessage'], 'output' => ['shape' => 'DBClusterParameterGroupNameMessage', 'resultWrapper' => 'ModifyDBClusterParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InvalidDBParameterGroupStateFault']]], 'ModifyDBClusterSnapshotAttribute' => ['name' => 'ModifyDBClusterSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBClusterSnapshotAttributeMessage'], 'output' => ['shape' => 'ModifyDBClusterSnapshotAttributeResult', 'resultWrapper' => 'ModifyDBClusterSnapshotAttributeResult'], 'errors' => [['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'SharedSnapshotQuotaExceededFault']]], 'ModifyDBInstance' => ['name' => 'ModifyDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBInstanceMessage'], 'output' => ['shape' => 'ModifyDBInstanceResult', 'resultWrapper' => 'ModifyDBInstanceResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBSecurityGroupStateFault'], ['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'DBUpgradeDependencyFailureFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'CertificateNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'ModifyDBParameterGroup' => ['name' => 'ModifyDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBParameterGroupMessage'], 'output' => ['shape' => 'DBParameterGroupNameMessage', 'resultWrapper' => 'ModifyDBParameterGroupResult'], 'errors' => [['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'InvalidDBParameterGroupStateFault']]], 'ModifyDBProxy' => ['name' => 'ModifyDBProxy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBProxyRequest'], 'output' => ['shape' => 'ModifyDBProxyResponse', 'resultWrapper' => 'ModifyDBProxyResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyAlreadyExistsFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'ModifyDBProxyTargetGroup' => ['name' => 'ModifyDBProxyTargetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBProxyTargetGroupRequest'], 'output' => ['shape' => 'ModifyDBProxyTargetGroupResponse', 'resultWrapper' => 'ModifyDBProxyTargetGroupResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'ModifyDBSnapshot' => ['name' => 'ModifyDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSnapshotMessage'], 'output' => ['shape' => 'ModifyDBSnapshotResult', 'resultWrapper' => 'ModifyDBSnapshotResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault']]], 'ModifyDBSnapshotAttribute' => ['name' => 'ModifyDBSnapshotAttribute', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSnapshotAttributeMessage'], 'output' => ['shape' => 'ModifyDBSnapshotAttributeResult', 'resultWrapper' => 'ModifyDBSnapshotAttributeResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'SharedSnapshotQuotaExceededFault']]], 'ModifyDBSubnetGroup' => ['name' => 'ModifyDBSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDBSubnetGroupMessage'], 'output' => ['shape' => 'ModifyDBSubnetGroupResult', 'resultWrapper' => 'ModifyDBSubnetGroupResult'], 'errors' => [['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResult', 'resultWrapper' => 'ModifyEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault']]], 'ModifyGlobalCluster' => ['name' => 'ModifyGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyGlobalClusterMessage'], 'output' => ['shape' => 'ModifyGlobalClusterResult', 'resultWrapper' => 'ModifyGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault']]], 'ModifyOptionGroup' => ['name' => 'ModifyOptionGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyOptionGroupMessage'], 'output' => ['shape' => 'ModifyOptionGroupResult', 'resultWrapper' => 'ModifyOptionGroupResult'], 'errors' => [['shape' => 'InvalidOptionGroupStateFault'], ['shape' => 'OptionGroupNotFoundFault']]], 'PromoteReadReplica' => ['name' => 'PromoteReadReplica', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PromoteReadReplicaMessage'], 'output' => ['shape' => 'PromoteReadReplicaResult', 'resultWrapper' => 'PromoteReadReplicaResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'PromoteReadReplicaDBCluster' => ['name' => 'PromoteReadReplicaDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PromoteReadReplicaDBClusterMessage'], 'output' => ['shape' => 'PromoteReadReplicaDBClusterResult', 'resultWrapper' => 'PromoteReadReplicaDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'PurchaseReservedDBInstancesOffering' => ['name' => 'PurchaseReservedDBInstancesOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedDBInstancesOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedDBInstancesOfferingResult', 'resultWrapper' => 'PurchaseReservedDBInstancesOfferingResult'], 'errors' => [['shape' => 'ReservedDBInstancesOfferingNotFoundFault'], ['shape' => 'ReservedDBInstanceAlreadyExistsFault'], ['shape' => 'ReservedDBInstanceQuotaExceededFault']]], 'RebootDBInstance' => ['name' => 'RebootDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootDBInstanceMessage'], 'output' => ['shape' => 'RebootDBInstanceResult', 'resultWrapper' => 'RebootDBInstanceResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'RegisterDBProxyTargets' => ['name' => 'RegisterDBProxyTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDBProxyTargetsRequest'], 'output' => ['shape' => 'RegisterDBProxyTargetsResponse', 'resultWrapper' => 'RegisterDBProxyTargetsResult'], 'errors' => [['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBProxyTargetAlreadyRegisteredFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBProxyStateFault']]], 'RemoveFromGlobalCluster' => ['name' => 'RemoveFromGlobalCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveFromGlobalClusterMessage'], 'output' => ['shape' => 'RemoveFromGlobalClusterResult', 'resultWrapper' => 'RemoveFromGlobalClusterResult'], 'errors' => [['shape' => 'GlobalClusterNotFoundFault'], ['shape' => 'InvalidGlobalClusterStateFault'], ['shape' => 'DBClusterNotFoundFault']]], 'RemoveRoleFromDBCluster' => ['name' => 'RemoveRoleFromDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromDBClusterMessage'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterRoleNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault']]], 'RemoveRoleFromDBInstance' => ['name' => 'RemoveRoleFromDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveRoleFromDBInstanceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBInstanceRoleNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'RemoveSourceIdentifierFromSubscription' => ['name' => 'RemoveSourceIdentifierFromSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveSourceIdentifierFromSubscriptionMessage'], 'output' => ['shape' => 'RemoveSourceIdentifierFromSubscriptionResult', 'resultWrapper' => 'RemoveSourceIdentifierFromSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SourceNotFoundFault']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceMessage'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBProxyNotFoundFault'], ['shape' => 'DBProxyTargetGroupNotFoundFault']]], 'ResetDBClusterParameterGroup' => ['name' => 'ResetDBClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetDBClusterParameterGroupMessage'], 'output' => ['shape' => 'DBClusterParameterGroupNameMessage', 'resultWrapper' => 'ResetDBClusterParameterGroupResult'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'ResetDBParameterGroup' => ['name' => 'ResetDBParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetDBParameterGroupMessage'], 'output' => ['shape' => 'DBParameterGroupNameMessage', 'resultWrapper' => 'ResetDBParameterGroupResult'], 'errors' => [['shape' => 'InvalidDBParameterGroupStateFault'], ['shape' => 'DBParameterGroupNotFoundFault']]], 'RestoreDBClusterFromS3' => ['name' => 'RestoreDBClusterFromS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterFromS3Message'], 'output' => ['shape' => 'RestoreDBClusterFromS3Result', 'resultWrapper' => 'RestoreDBClusterFromS3Result'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'InsufficientStorageClusterCapacityFault']]], 'RestoreDBClusterFromSnapshot' => ['name' => 'RestoreDBClusterFromSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterFromSnapshotMessage'], 'output' => ['shape' => 'RestoreDBClusterFromSnapshotResult', 'resultWrapper' => 'RestoreDBClusterFromSnapshotResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'InsufficientDBClusterCapacityFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault']]], 'RestoreDBClusterToPointInTime' => ['name' => 'RestoreDBClusterToPointInTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBClusterToPointInTimeMessage'], 'output' => ['shape' => 'RestoreDBClusterToPointInTimeResult', 'resultWrapper' => 'RestoreDBClusterToPointInTimeResult'], 'errors' => [['shape' => 'DBClusterAlreadyExistsFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBClusterQuotaExceededFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'InsufficientDBClusterCapacityFault'], ['shape' => 'InsufficientStorageClusterCapacityFault'], ['shape' => 'InvalidDBClusterSnapshotStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBClusterParameterGroupNotFoundFault']]], 'RestoreDBInstanceFromDBSnapshot' => ['name' => 'RestoreDBInstanceFromDBSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceFromDBSnapshotMessage'], 'output' => ['shape' => 'RestoreDBInstanceFromDBSnapshotResult', 'resultWrapper' => 'RestoreDBInstanceFromDBSnapshotResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'InvalidDBSnapshotStateFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'RestoreDBInstanceFromS3' => ['name' => 'RestoreDBInstanceFromS3', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceFromS3Message'], 'output' => ['shape' => 'RestoreDBInstanceFromS3Result', 'resultWrapper' => 'RestoreDBInstanceFromS3Result'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'BackupPolicyNotFoundFault']]], 'RestoreDBInstanceToPointInTime' => ['name' => 'RestoreDBInstanceToPointInTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreDBInstanceToPointInTimeMessage'], 'output' => ['shape' => 'RestoreDBInstanceToPointInTimeResult', 'resultWrapper' => 'RestoreDBInstanceToPointInTimeResult'], 'errors' => [['shape' => 'DBInstanceAlreadyExistsFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InstanceQuotaExceededFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'PointInTimeRestoreNotEnabledFault'], ['shape' => 'StorageQuotaExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidSubnet'], ['shape' => 'ProvisionedIopsNotAvailableInAZFault'], ['shape' => 'OptionGroupNotFoundFault'], ['shape' => 'StorageTypeNotSupportedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'DomainNotFoundFault'], ['shape' => 'BackupPolicyNotFoundFault'], ['shape' => 'DBParameterGroupNotFoundFault'], ['shape' => 'DBInstanceAutomatedBackupNotFoundFault']]], 'RevokeDBSecurityGroupIngress' => ['name' => 'RevokeDBSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeDBSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeDBSecurityGroupIngressResult', 'resultWrapper' => 'RevokeDBSecurityGroupIngressResult'], 'errors' => [['shape' => 'DBSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidDBSecurityGroupStateFault']]], 'StartActivityStream' => ['name' => 'StartActivityStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartActivityStreamRequest'], 'output' => ['shape' => 'StartActivityStreamResponse', 'resultWrapper' => 'StartActivityStreamResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'StartDBCluster' => ['name' => 'StartDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDBClusterMessage'], 'output' => ['shape' => 'StartDBClusterResult', 'resultWrapper' => 'StartDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'StartDBInstance' => ['name' => 'StartDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartDBInstanceMessage'], 'output' => ['shape' => 'StartDBInstanceResult', 'resultWrapper' => 'StartDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InsufficientDBInstanceCapacityFault'], ['shape' => 'DBSubnetGroupNotFoundFault'], ['shape' => 'DBSubnetGroupDoesNotCoverEnoughAZs'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'KMSKeyNotAccessibleFault']]], 'StartExportTask' => ['name' => 'StartExportTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartExportTaskMessage'], 'output' => ['shape' => 'ExportTask', 'resultWrapper' => 'StartExportTaskResult'], 'errors' => [['shape' => 'DBSnapshotNotFoundFault'], ['shape' => 'DBClusterSnapshotNotFoundFault'], ['shape' => 'ExportTaskAlreadyExistsFault'], ['shape' => 'InvalidS3BucketFault'], ['shape' => 'IamRoleNotFoundFault'], ['shape' => 'IamRoleMissingPermissionsFault'], ['shape' => 'InvalidExportOnlyFault'], ['shape' => 'KMSKeyNotAccessibleFault'], ['shape' => 'InvalidExportSourceStateFault']]], 'StopActivityStream' => ['name' => 'StopActivityStream', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopActivityStreamRequest'], 'output' => ['shape' => 'StopActivityStreamResponse', 'resultWrapper' => 'StopActivityStreamResult'], 'errors' => [['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'DBClusterNotFoundFault'], ['shape' => 'DBInstanceNotFoundFault']]], 'StopDBCluster' => ['name' => 'StopDBCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDBClusterMessage'], 'output' => ['shape' => 'StopDBClusterResult', 'resultWrapper' => 'StopDBClusterResult'], 'errors' => [['shape' => 'DBClusterNotFoundFault'], ['shape' => 'InvalidDBClusterStateFault'], ['shape' => 'InvalidDBInstanceStateFault']]], 'StopDBInstance' => ['name' => 'StopDBInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopDBInstanceMessage'], 'output' => ['shape' => 'StopDBInstanceResult', 'resultWrapper' => 'StopDBInstanceResult'], 'errors' => [['shape' => 'DBInstanceNotFoundFault'], ['shape' => 'InvalidDBInstanceStateFault'], ['shape' => 'DBSnapshotAlreadyExistsFault'], ['shape' => 'SnapshotQuotaExceededFault'], ['shape' => 'InvalidDBClusterStateFault']]]], 'shapes' => ['AccountAttributesMessage' => ['type' => 'structure', 'members' => ['AccountQuotas' => ['shape' => 'AccountQuotaList']]], 'AccountQuota' => ['type' => 'structure', 'members' => ['AccountQuotaName' => ['shape' => 'String'], 'Used' => ['shape' => 'Long'], 'Max' => ['shape' => 'Long']], 'wrapper' => \true], 'AccountQuotaList' => ['type' => 'list', 'member' => ['shape' => 'AccountQuota', 'locationName' => 'AccountQuota']], 'ActivityStreamMode' => ['type' => 'string', 'enum' => ['sync', 'async']], 'ActivityStreamStatus' => ['type' => 'string', 'enum' => ['stopped', 'starting', 'started', 'stopping']], 'AddRoleToDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'RoleArn'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'AddRoleToDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'RoleArn', 'FeatureName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'AddSourceIdentifierToSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SourceIdentifier'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SourceIdentifier' => ['shape' => 'String']]], 'AddSourceIdentifierToSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'AddTagsToResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'ApplyMethod' => ['type' => 'string', 'enum' => ['immediate', 'pending-reboot']], 'ApplyPendingMaintenanceActionMessage' => ['type' => 'structure', 'required' => ['ResourceIdentifier', 'ApplyAction', 'OptInType'], 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'ApplyAction' => ['shape' => 'String'], 'OptInType' => ['shape' => 'String']]], 'ApplyPendingMaintenanceActionResult' => ['type' => 'structure', 'members' => ['ResourcePendingMaintenanceActions' => ['shape' => 'ResourcePendingMaintenanceActions']]], 'AttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AttributeValue']], 'AuthScheme' => ['type' => 'string', 'enum' => ['SECRETS']], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizeDBSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeDBSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'AvailabilityZone']], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AvailabilityZone']], 'AvailableProcessorFeature' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String']]], 'AvailableProcessorFeatureList' => ['type' => 'list', 'member' => ['shape' => 'AvailableProcessorFeature', 'locationName' => 'AvailableProcessorFeature']], 'BacktrackDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'BacktrackTo'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackTo' => ['shape' => 'TStamp'], 'Force' => ['shape' => 'BooleanOptional'], 'UseEarliestTimeOnPointInTimeUnavailable' => ['shape' => 'BooleanOptional']]], 'BackupPolicyNotFoundFault' => ['type' => 'structure', 'members' => [], 'deprecated' => \true, 'deprecatedMessage' => 'Please avoid using this fault', 'error' => ['code' => 'BackupPolicyNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'CancelExportTaskMessage' => ['type' => 'structure', 'required' => ['ExportTaskIdentifier'], 'members' => ['ExportTaskIdentifier' => ['shape' => 'String']]], 'Certificate' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'CertificateType' => ['shape' => 'String'], 'Thumbprint' => ['shape' => 'String'], 'ValidFrom' => ['shape' => 'TStamp'], 'ValidTill' => ['shape' => 'TStamp'], 'CertificateArn' => ['shape' => 'String'], 'CustomerOverride' => ['shape' => 'BooleanOptional'], 'CustomerOverrideValidTill' => ['shape' => 'TStamp']], 'wrapper' => \true], 'CertificateList' => ['type' => 'list', 'member' => ['shape' => 'Certificate', 'locationName' => 'Certificate']], 'CertificateMessage' => ['type' => 'structure', 'members' => ['Certificates' => ['shape' => 'CertificateList'], 'Marker' => ['shape' => 'String']]], 'CertificateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CertificateNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CharacterSet' => ['type' => 'structure', 'members' => ['CharacterSetName' => ['shape' => 'String'], 'CharacterSetDescription' => ['shape' => 'String']]], 'CloudwatchLogsExportConfiguration' => ['type' => 'structure', 'members' => ['EnableLogTypes' => ['shape' => 'LogTypeList'], 'DisableLogTypes' => ['shape' => 'LogTypeList']]], 'ConnectionPoolConfiguration' => ['type' => 'structure', 'members' => ['MaxConnectionsPercent' => ['shape' => 'IntegerOptional'], 'MaxIdleConnectionsPercent' => ['shape' => 'IntegerOptional'], 'ConnectionBorrowTimeout' => ['shape' => 'IntegerOptional'], 'SessionPinningFilters' => ['shape' => 'StringList'], 'InitQuery' => ['shape' => 'String']]], 'ConnectionPoolConfigurationInfo' => ['type' => 'structure', 'members' => ['MaxConnectionsPercent' => ['shape' => 'Integer'], 'MaxIdleConnectionsPercent' => ['shape' => 'Integer'], 'ConnectionBorrowTimeout' => ['shape' => 'Integer'], 'SessionPinningFilters' => ['shape' => 'StringList'], 'InitQuery' => ['shape' => 'String']]], 'CopyDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['SourceDBClusterParameterGroupIdentifier', 'TargetDBClusterParameterGroupIdentifier', 'TargetDBClusterParameterGroupDescription'], 'members' => ['SourceDBClusterParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBClusterParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBClusterParameterGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['DBClusterParameterGroup' => ['shape' => 'DBClusterParameterGroup']]], 'CopyDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceDBClusterSnapshotIdentifier', 'TargetDBClusterSnapshotIdentifier'], 'members' => ['SourceDBClusterSnapshotIdentifier' => ['shape' => 'String'], 'TargetDBClusterSnapshotIdentifier' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'CopyTags' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'CopyDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['SourceDBParameterGroupIdentifier', 'TargetDBParameterGroupIdentifier', 'TargetDBParameterGroupDescription'], 'members' => ['SourceDBParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBParameterGroupIdentifier' => ['shape' => 'String'], 'TargetDBParameterGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyDBParameterGroupResult' => ['type' => 'structure', 'members' => ['DBParameterGroup' => ['shape' => 'DBParameterGroup']]], 'CopyDBSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceDBSnapshotIdentifier', 'TargetDBSnapshotIdentifier'], 'members' => ['SourceDBSnapshotIdentifier' => ['shape' => 'String'], 'TargetDBSnapshotIdentifier' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'CopyTags' => ['shape' => 'BooleanOptional'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String']]], 'CopyDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'CopyOptionGroupMessage' => ['type' => 'structure', 'required' => ['SourceOptionGroupIdentifier', 'TargetOptionGroupIdentifier', 'TargetOptionGroupDescription'], 'members' => ['SourceOptionGroupIdentifier' => ['shape' => 'String'], 'TargetOptionGroupIdentifier' => ['shape' => 'String'], 'TargetOptionGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CopyOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'CreateCustomAvailabilityZoneMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneName'], 'members' => ['CustomAvailabilityZoneName' => ['shape' => 'String'], 'ExistingVpnId' => ['shape' => 'String'], 'NewVpnTunnelName' => ['shape' => 'String'], 'VpnTunnelOriginatorIP' => ['shape' => 'String']]], 'CreateCustomAvailabilityZoneResult' => ['type' => 'structure', 'members' => ['CustomAvailabilityZone' => ['shape' => 'CustomAvailabilityZone']]], 'CreateDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'DBClusterEndpointIdentifier', 'EndpointType'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'Engine'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ReplicationSourceIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'GlobalClusterIdentifier' => ['shape' => 'String'], 'EnableHttpEndpoint' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'EnableGlobalWriteForwarding' => ['shape' => 'BooleanOptional']]], 'CreateDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName', 'DBParameterGroupFamily', 'Description'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['DBClusterParameterGroup' => ['shape' => 'DBClusterParameterGroup']]], 'CreateDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'CreateDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier', 'DBClusterIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'CreateDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBInstanceClass', 'Engine'], 'members' => ['DBName' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'CharacterSetName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'DBClusterIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'Timezone' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional']]], 'CreateDBInstanceReadReplicaMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'SourceDBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'SourceDBInstanceIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'StorageType' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'PreSignedUrl' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'ReplicaMode' => ['shape' => 'ReplicaMode']]], 'CreateDBInstanceReadReplicaResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'CreateDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'CreateDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName', 'DBParameterGroupFamily', 'Description'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBParameterGroupResult' => ['type' => 'structure', 'members' => ['DBParameterGroup' => ['shape' => 'DBParameterGroup']]], 'CreateDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName', 'EngineFamily', 'Auth', 'RoleArn', 'VpcSubnetIds'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'EngineFamily' => ['shape' => 'EngineFamily'], 'Auth' => ['shape' => 'UserAuthConfigList'], 'RoleArn' => ['shape' => 'String'], 'VpcSubnetIds' => ['shape' => 'StringList'], 'VpcSecurityGroupIds' => ['shape' => 'StringList'], 'RequireTLS' => ['shape' => 'Boolean'], 'IdleClientTimeout' => ['shape' => 'IntegerOptional'], 'DebugLogging' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'CreateDBSecurityGroupMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName', 'DBSecurityGroupDescription'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'DBSecurityGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSecurityGroupResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'CreateDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier', 'DBInstanceIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'CreateDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName', 'DBSubnetGroupDescription', 'SubnetIds'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateDBSubnetGroupResult' => ['type' => 'structure', 'members' => ['DBSubnetGroup' => ['shape' => 'DBSubnetGroup']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'SourceDBClusterIdentifier' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'DatabaseName' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional']]], 'CreateGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'CreateOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName', 'EngineName', 'MajorEngineVersion', 'OptionGroupDescription'], 'members' => ['OptionGroupName' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'OptionGroupDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'CustomAvailabilityZone' => ['type' => 'structure', 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'CustomAvailabilityZoneName' => ['shape' => 'String'], 'CustomAvailabilityZoneStatus' => ['shape' => 'String'], 'VpnDetails' => ['shape' => 'VpnDetails']], 'wrapper' => \true], 'CustomAvailabilityZoneAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CustomAvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'CustomAvailabilityZone', 'locationName' => 'CustomAvailabilityZone']], 'CustomAvailabilityZoneMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'CustomAvailabilityZones' => ['shape' => 'CustomAvailabilityZoneList']]], 'CustomAvailabilityZoneNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'CustomAvailabilityZoneQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CustomAvailabilityZoneQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBCluster' => ['type' => 'structure', 'members' => ['AllocatedStorage' => ['shape' => 'IntegerOptional'], 'AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroup' => ['shape' => 'String'], 'DBSubnetGroup' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'String'], 'EarliestRestorableTime' => ['shape' => 'TStamp'], 'Endpoint' => ['shape' => 'String'], 'ReaderEndpoint' => ['shape' => 'String'], 'CustomEndpoints' => ['shape' => 'StringList'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LatestRestorableTime' => ['shape' => 'TStamp'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'DBClusterOptionGroupMemberships' => ['shape' => 'DBClusterOptionGroupMemberships'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ReplicationSourceIdentifier' => ['shape' => 'String'], 'ReadReplicaIdentifiers' => ['shape' => 'ReadReplicaIdentifierList'], 'DBClusterMembers' => ['shape' => 'DBClusterMemberList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'HostedZoneId' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DbClusterResourceId' => ['shape' => 'String'], 'DBClusterArn' => ['shape' => 'String'], 'AssociatedRoles' => ['shape' => 'DBClusterRoles'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'BooleanOptional'], 'CloneGroupId' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'EarliestBacktrackTime' => ['shape' => 'TStamp'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'BacktrackConsumedChangeRecords' => ['shape' => 'LongOptional'], 'EnabledCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'Capacity' => ['shape' => 'IntegerOptional'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfigurationInfo' => ['shape' => 'ScalingConfigurationInfo'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'HttpEndpointEnabled' => ['shape' => 'BooleanOptional'], 'ActivityStreamMode' => ['shape' => 'ActivityStreamMode'], 'ActivityStreamStatus' => ['shape' => 'ActivityStreamStatus'], 'ActivityStreamKmsKeyId' => ['shape' => 'String'], 'ActivityStreamKinesisStreamName' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'CrossAccountClone' => ['shape' => 'BooleanOptional'], 'DomainMemberships' => ['shape' => 'DomainMembershipList'], 'GlobalWriteForwardingStatus' => ['shape' => 'WriteForwardingStatus'], 'GlobalWriteForwardingRequested' => ['shape' => 'BooleanOptional']], 'wrapper' => \true], 'DBClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterBacktrack' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackIdentifier' => ['shape' => 'String'], 'BacktrackTo' => ['shape' => 'TStamp'], 'BacktrackedFrom' => ['shape' => 'TStamp'], 'BacktrackRequestCreationTime' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'String']]], 'DBClusterBacktrackList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterBacktrack', 'locationName' => 'DBClusterBacktrack']], 'DBClusterBacktrackMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterBacktracks' => ['shape' => 'DBClusterBacktrackList']]], 'DBClusterBacktrackNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterBacktrackNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterCapacityInfo' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'PendingCapacity' => ['shape' => 'IntegerOptional'], 'CurrentCapacity' => ['shape' => 'IntegerOptional'], 'SecondsBeforeTimeout' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'DBClusterEndpoint' => ['type' => 'structure', 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointResourceIdentifier' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'CustomEndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList'], 'DBClusterEndpointArn' => ['shape' => 'String']]], 'DBClusterEndpointAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterEndpointList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterEndpoint', 'locationName' => 'DBClusterEndpointList']], 'DBClusterEndpointMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterEndpoints' => ['shape' => 'DBClusterEndpointList']]], 'DBClusterEndpointNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterEndpointQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterEndpointQuotaExceededFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'DBClusterList' => ['type' => 'list', 'member' => ['shape' => 'DBCluster', 'locationName' => 'DBCluster']], 'DBClusterMember' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'IsClusterWriter' => ['shape' => 'Boolean'], 'DBClusterParameterGroupStatus' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional']], 'wrapper' => \true], 'DBClusterMemberList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterMember', 'locationName' => 'DBClusterMember']], 'DBClusterMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusters' => ['shape' => 'DBClusterList']]], 'DBClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterOptionGroupMemberships' => ['type' => 'list', 'member' => ['shape' => 'DBClusterOptionGroupStatus', 'locationName' => 'DBClusterOptionGroup']], 'DBClusterOptionGroupStatus' => ['type' => 'structure', 'members' => ['DBClusterOptionGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBClusterParameterGroup' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DBClusterParameterGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBClusterParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'DBClusterParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterParameterGroup', 'locationName' => 'DBClusterParameterGroup']], 'DBClusterParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String']]], 'DBClusterParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterParameterGroups' => ['shape' => 'DBClusterParameterGroupList']]], 'DBClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterQuotaExceededFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'DBClusterRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'DBClusterRoleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterRoleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterRoles' => ['type' => 'list', 'member' => ['shape' => 'DBClusterRole', 'locationName' => 'DBClusterRole']], 'DBClusterSnapshot' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Engine' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'VpcId' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DBClusterSnapshotArn' => ['shape' => 'String'], 'SourceDBClusterSnapshotArn' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']], 'wrapper' => \true], 'DBClusterSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterSnapshotAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBClusterSnapshotAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']]], 'DBClusterSnapshotAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterSnapshotAttribute', 'locationName' => 'DBClusterSnapshotAttribute']], 'DBClusterSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'DBClusterSnapshotAttributes' => ['shape' => 'DBClusterSnapshotAttributeList']], 'wrapper' => \true], 'DBClusterSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DBClusterSnapshot', 'locationName' => 'DBClusterSnapshot']], 'DBClusterSnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBClusterSnapshots' => ['shape' => 'DBClusterSnapshotList']]], 'DBClusterSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBClusterSnapshotNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBEngineVersion' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'DBEngineDescription' => ['shape' => 'String'], 'DBEngineVersionDescription' => ['shape' => 'String'], 'DefaultCharacterSet' => ['shape' => 'CharacterSet'], 'SupportedCharacterSets' => ['shape' => 'SupportedCharacterSetsList'], 'ValidUpgradeTarget' => ['shape' => 'ValidUpgradeTargetList'], 'SupportedTimezones' => ['shape' => 'SupportedTimezonesList'], 'ExportableLogTypes' => ['shape' => 'LogTypeList'], 'SupportsLogExportsToCloudwatchLogs' => ['shape' => 'Boolean'], 'SupportsReadReplica' => ['shape' => 'Boolean'], 'SupportedEngineModes' => ['shape' => 'EngineModeList'], 'SupportedFeatureNames' => ['shape' => 'FeatureNameList'], 'Status' => ['shape' => 'String'], 'SupportsParallelQuery' => ['shape' => 'Boolean'], 'SupportsGlobalDatabases' => ['shape' => 'Boolean']]], 'DBEngineVersionList' => ['type' => 'list', 'member' => ['shape' => 'DBEngineVersion', 'locationName' => 'DBEngineVersion']], 'DBEngineVersionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBEngineVersions' => ['shape' => 'DBEngineVersionList']]], 'DBInstance' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'DBInstanceStatus' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'Endpoint'], 'AllocatedStorage' => ['shape' => 'Integer'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'PreferredBackupWindow' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'Integer'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupMembershipList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'DBParameterGroups' => ['shape' => 'DBParameterGroupStatusList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroup' => ['shape' => 'DBSubnetGroup'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'LatestRestorableTime' => ['shape' => 'TStamp'], 'MultiAZ' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'ReadReplicaSourceDBInstanceIdentifier' => ['shape' => 'String'], 'ReadReplicaDBInstanceIdentifiers' => ['shape' => 'ReadReplicaDBInstanceIdentifierList'], 'ReadReplicaDBClusterIdentifiers' => ['shape' => 'ReadReplicaDBClusterIdentifierList'], 'ReplicaMode' => ['shape' => 'ReplicaMode'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupMemberships' => ['shape' => 'OptionGroupMembershipList'], 'CharacterSetName' => ['shape' => 'String'], 'SecondaryAvailabilityZone' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'StatusInfos' => ['shape' => 'DBInstanceStatusInfoList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'DbInstancePort' => ['shape' => 'Integer'], 'DBClusterIdentifier' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DbiResourceId' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'DomainMemberships' => ['shape' => 'DomainMembershipList'], 'CopyTagsToSnapshot' => ['shape' => 'Boolean'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'EnhancedMonitoringResourceArn' => ['shape' => 'String'], 'MonitoringRoleArn' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'DBInstanceArn' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'PerformanceInsightsEnabled' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnabledCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DeletionProtection' => ['shape' => 'Boolean'], 'AssociatedRoles' => ['shape' => 'DBInstanceRoles'], 'ListenerEndpoint' => ['shape' => 'Endpoint'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional']], 'wrapper' => \true], 'DBInstanceAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceAutomatedBackup' => ['type' => 'structure', 'members' => ['DBInstanceArn' => ['shape' => 'String'], 'DbiResourceId' => ['shape' => 'String'], 'Region' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'RestoreWindow' => ['shape' => 'RestoreWindow'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'StorageType' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']], 'wrapper' => \true], 'DBInstanceAutomatedBackupList' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceAutomatedBackup', 'locationName' => 'DBInstanceAutomatedBackup']], 'DBInstanceAutomatedBackupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBInstanceAutomatedBackups' => ['shape' => 'DBInstanceAutomatedBackupList']]], 'DBInstanceAutomatedBackupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAutomatedBackupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceAutomatedBackupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceAutomatedBackupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceList' => ['type' => 'list', 'member' => ['shape' => 'DBInstance', 'locationName' => 'DBInstance']], 'DBInstanceMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBInstances' => ['shape' => 'DBInstanceList']]], 'DBInstanceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBInstanceRoleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBInstanceRoleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBInstanceRoles' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceRole', 'locationName' => 'DBInstanceRole']], 'DBInstanceStatusInfo' => ['type' => 'structure', 'members' => ['StatusType' => ['shape' => 'String'], 'Normal' => ['shape' => 'Boolean'], 'Status' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'DBInstanceStatusInfoList' => ['type' => 'list', 'member' => ['shape' => 'DBInstanceStatusInfo', 'locationName' => 'DBInstanceStatusInfo']], 'DBLogFileNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBLogFileNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroup' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DBParameterGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'DBParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBParameterGroup', 'locationName' => 'DBParameterGroup']], 'DBParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String']]], 'DBParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBParameterGroupStatus' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String']]], 'DBParameterGroupStatusList' => ['type' => 'list', 'member' => ['shape' => 'DBParameterGroupStatus', 'locationName' => 'DBParameterGroup']], 'DBParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBParameterGroups' => ['shape' => 'DBParameterGroupList']]], 'DBProxy' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'DBProxyArn' => ['shape' => 'String'], 'Status' => ['shape' => 'DBProxyStatus'], 'EngineFamily' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'StringList'], 'VpcSubnetIds' => ['shape' => 'StringList'], 'Auth' => ['shape' => 'UserAuthConfigInfoList'], 'RoleArn' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'RequireTLS' => ['shape' => 'Boolean'], 'IdleClientTimeout' => ['shape' => 'Integer'], 'DebugLogging' => ['shape' => 'Boolean'], 'CreatedDate' => ['shape' => 'TStamp'], 'UpdatedDate' => ['shape' => 'TStamp']]], 'DBProxyAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyList' => ['type' => 'list', 'member' => ['shape' => 'DBProxy']], 'DBProxyNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBProxyQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyStatus' => ['type' => 'string', 'enum' => ['available', 'modifying', 'incompatible-network', 'insufficient-resource-limits', 'creating', 'deleting', 'suspended', 'suspending', 'reactivating']], 'DBProxyTarget' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'TrackedClusterId' => ['shape' => 'String'], 'RdsResourceId' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'Type' => ['shape' => 'TargetType'], 'TargetHealth' => ['shape' => 'TargetHealth']]], 'DBProxyTargetAlreadyRegisteredFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetAlreadyRegisteredFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBProxyTargetGroup' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'TargetGroupArn' => ['shape' => 'String'], 'IsDefault' => ['shape' => 'Boolean'], 'Status' => ['shape' => 'String'], 'ConnectionPoolConfig' => ['shape' => 'ConnectionPoolConfigurationInfo'], 'CreatedDate' => ['shape' => 'TStamp'], 'UpdatedDate' => ['shape' => 'TStamp']]], 'DBProxyTargetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBProxyTargetNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBProxyTargetNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroup' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'String'], 'DBSecurityGroupName' => ['shape' => 'String'], 'DBSecurityGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList'], 'IPRanges' => ['shape' => 'IPRangeList'], 'DBSecurityGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupMembership' => ['type' => 'structure', 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'DBSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'DBSecurityGroupMembership', 'locationName' => 'DBSecurityGroup']], 'DBSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroups']]], 'DBSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'DBSecurityGroupName']], 'DBSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSecurityGroupNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.DBSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'DBSecurityGroup', 'locationName' => 'DBSecurityGroup']], 'DBSnapshot' => ['type' => 'structure', 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Engine' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'InstanceCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'SourceRegion' => ['shape' => 'String'], 'SourceDBSnapshotIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'DBSnapshotArn' => ['shape' => 'String'], 'Timezone' => ['shape' => 'String'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'DbiResourceId' => ['shape' => 'String']], 'wrapper' => \true], 'DBSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSnapshotAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSnapshotAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']], 'wrapper' => \true], 'DBSnapshotAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DBSnapshotAttribute', 'locationName' => 'DBSnapshotAttribute']], 'DBSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'DBSnapshotAttributes' => ['shape' => 'DBSnapshotAttributeList']], 'wrapper' => \true], 'DBSnapshotList' => ['type' => 'list', 'member' => ['shape' => 'DBSnapshot', 'locationName' => 'DBSnapshot']], 'DBSnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSnapshots' => ['shape' => 'DBSnapshotList']]], 'DBSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSnapshotNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroup' => ['type' => 'structure', 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList'], 'DBSubnetGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'DBSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupDoesNotCoverEnoughAZs' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupDoesNotCoverEnoughAZs', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'DBSubnetGroups' => ['shape' => 'DBSubnetGroups']]], 'DBSubnetGroupNotAllowedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupNotAllowedFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'DBSubnetGroup', 'locationName' => 'DBSubnetGroup']], 'DBSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DBUpgradeDependencyFailureFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DBUpgradeDependencyFailure', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DeleteCustomAvailabilityZoneMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneId'], 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String']]], 'DeleteCustomAvailabilityZoneResult' => ['type' => 'structure', 'members' => ['CustomAvailabilityZone' => ['shape' => 'CustomAvailabilityZone']]], 'DeleteDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterEndpointIdentifier'], 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'SkipFinalSnapshot' => ['shape' => 'Boolean'], 'FinalDBSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String']]], 'DeleteDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'DeleteDBClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBClusterSnapshotResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshot' => ['shape' => 'DBClusterSnapshot']]], 'DeleteDBInstanceAutomatedBackupMessage' => ['type' => 'structure', 'required' => ['DbiResourceId'], 'members' => ['DbiResourceId' => ['shape' => 'String']]], 'DeleteDBInstanceAutomatedBackupResult' => ['type' => 'structure', 'members' => ['DBInstanceAutomatedBackup' => ['shape' => 'DBInstanceAutomatedBackup']]], 'DeleteDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'SkipFinalSnapshot' => ['shape' => 'Boolean'], 'FinalDBSnapshotIdentifier' => ['shape' => 'String'], 'DeleteAutomatedBackups' => ['shape' => 'BooleanOptional']]], 'DeleteDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'DeleteDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String']]], 'DeleteDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String']]], 'DeleteDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'DeleteDBSecurityGroupMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String']]], 'DeleteDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String']]], 'DeleteDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'DeleteDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'DeleteGlobalClusterMessage' => ['type' => 'structure', 'required' => ['GlobalClusterIdentifier'], 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String']]], 'DeleteGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'DeleteInstallationMediaMessage' => ['type' => 'structure', 'required' => ['InstallationMediaId'], 'members' => ['InstallationMediaId' => ['shape' => 'String']]], 'DeleteOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName'], 'members' => ['OptionGroupName' => ['shape' => 'String']]], 'DeregisterDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'DBInstanceIdentifiers' => ['shape' => 'StringList'], 'DBClusterIdentifiers' => ['shape' => 'StringList']]], 'DeregisterDBProxyTargetsResponse' => ['type' => 'structure', 'members' => []], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => []], 'DescribeCertificatesMessage' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeCustomAvailabilityZonesMessage' => ['type' => 'structure', 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterBacktracksMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'BacktrackIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterEndpointsMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterEndpointIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterParametersMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBClusterSnapshotAttributesMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String']]], 'DescribeDBClusterSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotAttributesResult' => ['shape' => 'DBClusterSnapshotAttributesResult']]], 'DescribeDBClusterSnapshotsMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean'], 'IncludePublic' => ['shape' => 'Boolean']]], 'DescribeDBClustersMessage' => ['type' => 'structure', 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean']]], 'DescribeDBEngineVersionsMessage' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'DefaultOnly' => ['shape' => 'Boolean'], 'ListSupportedCharacterSets' => ['shape' => 'BooleanOptional'], 'ListSupportedTimezones' => ['shape' => 'BooleanOptional'], 'IncludeAll' => ['shape' => 'BooleanOptional']]], 'DescribeDBInstanceAutomatedBackupsMessage' => ['type' => 'structure', 'members' => ['DbiResourceId' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBInstancesMessage' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBLogFilesDetails' => ['type' => 'structure', 'members' => ['LogFileName' => ['shape' => 'String'], 'LastWritten' => ['shape' => 'Long'], 'Size' => ['shape' => 'Long']]], 'DescribeDBLogFilesList' => ['type' => 'list', 'member' => ['shape' => 'DescribeDBLogFilesDetails', 'locationName' => 'DescribeDBLogFilesDetails']], 'DescribeDBLogFilesMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'FilenameContains' => ['shape' => 'String'], 'FileLastWritten' => ['shape' => 'Long'], 'FileSize' => ['shape' => 'Long'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBLogFilesResponse' => ['type' => 'structure', 'members' => ['DescribeDBLogFiles' => ['shape' => 'DescribeDBLogFilesList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBParameterGroupsMessage' => ['type' => 'structure', 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxiesRequest' => ['type' => 'structure', 'members' => ['DBProxyName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxiesResponse' => ['type' => 'structure', 'members' => ['DBProxies' => ['shape' => 'DBProxyList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxyTargetGroupsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxyTargetGroupsResponse' => ['type' => 'structure', 'members' => ['TargetGroups' => ['shape' => 'TargetGroupList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeDBProxyTargetsResponse' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'TargetList'], 'Marker' => ['shape' => 'String']]], 'DescribeDBSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDBSnapshotAttributesMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String']]], 'DescribeDBSnapshotAttributesResult' => ['type' => 'structure', 'members' => ['DBSnapshotAttributesResult' => ['shape' => 'DBSnapshotAttributesResult']]], 'DescribeDBSnapshotsMessage' => ['type' => 'structure', 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'IncludeShared' => ['shape' => 'Boolean'], 'IncludePublic' => ['shape' => 'Boolean'], 'DbiResourceId' => ['shape' => 'String']]], 'DescribeDBSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultClusterParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupFamily'], 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultClusterParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEngineDefaultParametersMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupFamily'], 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEngineDefaultParametersResult' => ['type' => 'structure', 'members' => ['EngineDefaults' => ['shape' => 'EngineDefaults']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeExportTasksMessage' => ['type' => 'structure', 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'MaxRecords']]], 'DescribeGlobalClustersMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeInstallationMediaMessage' => ['type' => 'structure', 'members' => ['InstallationMediaId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOptionGroupOptionsMessage' => ['type' => 'structure', 'required' => ['EngineName'], 'members' => ['EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeOptionGroupsMessage' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String']]], 'DescribeOrderableDBInstanceOptionsMessage' => ['type' => 'structure', 'required' => ['Engine'], 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'AvailabilityZoneGroup' => ['shape' => 'String'], 'Vpc' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribePendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeReservedDBInstancesMessage' => ['type' => 'structure', 'members' => ['ReservedDBInstanceId' => ['shape' => 'String'], 'ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'LeaseId' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedDBInstancesOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'FilterList'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeSourceRegionsMessage' => ['type' => 'structure', 'members' => ['RegionName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'DescribeValidDBInstanceModificationsMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String']]], 'DescribeValidDBInstanceModificationsResult' => ['type' => 'structure', 'members' => ['ValidDBInstanceModificationsMessage' => ['shape' => 'ValidDBInstanceModificationsMessage']]], 'DomainMembership' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FQDN' => ['shape' => 'String'], 'IAMRoleName' => ['shape' => 'String']]], 'DomainMembershipList' => ['type' => 'list', 'member' => ['shape' => 'DomainMembership', 'locationName' => 'DomainMembership']], 'DomainNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DomainNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'Double' => ['type' => 'double'], 'DoubleOptional' => ['type' => 'double'], 'DoubleRange' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Double'], 'To' => ['shape' => 'Double']]], 'DoubleRangeList' => ['type' => 'list', 'member' => ['shape' => 'DoubleRange', 'locationName' => 'DoubleRange']], 'DownloadDBLogFilePortionDetails' => ['type' => 'structure', 'members' => ['LogFileData' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'AdditionalDataPending' => ['shape' => 'Boolean']]], 'DownloadDBLogFilePortionMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'LogFileName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'LogFileName' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'NumberOfLines' => ['shape' => 'Integer']]], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'HostedZoneId' => ['shape' => 'String']]], 'EngineDefaults' => ['type' => 'structure', 'members' => ['DBParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']], 'wrapper' => \true], 'EngineFamily' => ['type' => 'string', 'enum' => ['MYSQL', 'POSTGRESQL']], 'EngineModeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Date' => ['shape' => 'TStamp'], 'SourceArn' => ['shape' => 'String']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'EventCategory']], 'EventCategoriesMap' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList']], 'wrapper' => \true], 'EventCategoriesMapList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoriesMap', 'locationName' => 'EventCategoriesMap']], 'EventCategoriesMessage' => ['type' => 'structure', 'members' => ['EventCategoriesMapList' => ['shape' => 'EventCategoriesMapList']]], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'Boolean'], 'EventSubscriptionArn' => ['shape' => 'String']], 'wrapper' => \true], 'EventSubscriptionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'EventSubscriptionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription', 'locationName' => 'EventSubscription']], 'EventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'ExportTask' => ['type' => 'structure', 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'ExportOnly' => ['shape' => 'StringList'], 'SnapshotTime' => ['shape' => 'TStamp'], 'TaskStartTime' => ['shape' => 'TStamp'], 'TaskEndTime' => ['shape' => 'TStamp'], 'S3Bucket' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'IamRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'PercentProgress' => ['shape' => 'Integer'], 'TotalExtractedDataInGB' => ['shape' => 'Integer'], 'FailureCause' => ['shape' => 'String'], 'WarningMessage' => ['shape' => 'String']]], 'ExportTaskAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ExportTaskAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ExportTaskNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ExportTaskNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ExportTasksList' => ['type' => 'list', 'member' => ['shape' => 'ExportTask', 'locationName' => 'ExportTask']], 'ExportTasksMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ExportTasks' => ['shape' => 'ExportTasksList']]], 'FailoverDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'TargetDBInstanceIdentifier' => ['shape' => 'String']]], 'FailoverDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'FeatureNameList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Filter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'String'], 'Values' => ['shape' => 'FilterValueList']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter', 'locationName' => 'Filter']], 'FilterValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'Value']], 'GlobalCluster' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'GlobalClusterResourceId' => ['shape' => 'String'], 'GlobalClusterArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'GlobalClusterMembers' => ['shape' => 'GlobalClusterMemberList']], 'wrapper' => \true], 'GlobalClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalClusterList' => ['type' => 'list', 'member' => ['shape' => 'GlobalCluster', 'locationName' => 'GlobalClusterMember']], 'GlobalClusterMember' => ['type' => 'structure', 'members' => ['DBClusterArn' => ['shape' => 'String'], 'Readers' => ['shape' => 'ReadersArnList'], 'IsWriter' => ['shape' => 'Boolean'], 'GlobalWriteForwardingStatus' => ['shape' => 'WriteForwardingStatus']], 'wrapper' => \true], 'GlobalClusterMemberList' => ['type' => 'list', 'member' => ['shape' => 'GlobalClusterMember', 'locationName' => 'GlobalClusterMember']], 'GlobalClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'GlobalClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'GlobalClusterQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GlobalClustersMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'GlobalClusters' => ['shape' => 'GlobalClusterList']]], 'IAMAuthMode' => ['type' => 'string', 'enum' => ['DISABLED', 'REQUIRED']], 'IPRange' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String']]], 'IPRangeList' => ['type' => 'list', 'member' => ['shape' => 'IPRange', 'locationName' => 'IPRange']], 'IamRoleMissingPermissionsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IamRoleMissingPermissions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IamRoleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IamRoleNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ImportInstallationMediaMessage' => ['type' => 'structure', 'required' => ['CustomAvailabilityZoneId', 'Engine', 'EngineVersion', 'EngineInstallationMediaPath', 'OSInstallationMediaPath'], 'members' => ['CustomAvailabilityZoneId' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineInstallationMediaPath' => ['shape' => 'String'], 'OSInstallationMediaPath' => ['shape' => 'String']]], 'InstallationMedia' => ['type' => 'structure', 'members' => ['InstallationMediaId' => ['shape' => 'String'], 'CustomAvailabilityZoneId' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'EngineInstallationMediaPath' => ['shape' => 'String'], 'OSInstallationMediaPath' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'FailureCause' => ['shape' => 'InstallationMediaFailureCause']]], 'InstallationMediaAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstallationMediaAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InstallationMediaFailureCause' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']]], 'InstallationMediaList' => ['type' => 'list', 'member' => ['shape' => 'InstallationMedia', 'locationName' => 'InstallationMedia']], 'InstallationMediaMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'InstallationMedia' => ['shape' => 'InstallationMediaList']]], 'InstallationMediaNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstallationMediaNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'InstanceQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InstanceQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientDBClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientDBClusterCapacityFault', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InsufficientDBInstanceCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientDBInstanceCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientStorageClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientStorageClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidDBClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterCapacityFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterEndpointStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterEndpointStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterSnapshotStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBClusterStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBInstanceAutomatedBackupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBInstanceAutomatedBackupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBInstanceStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBInstanceState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBProxyStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBProxyStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetGroupFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetGroupFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidDBSubnetStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidDBSubnetStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidEventSubscriptionStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidEventSubscriptionState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportOnlyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportOnly', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportSourceStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportSourceState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidExportTaskStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidExportTaskStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidGlobalClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidGlobalClusterStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidOptionGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidOptionGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidRestoreFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRestoreFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3BucketFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3BucketFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KMSKeyNotAccessibleFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'KMSKeyNotAccessibleFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListTagsForResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Filters' => ['shape' => 'FilterList']]], 'LogTypeList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'Long' => ['type' => 'long'], 'LongOptional' => ['type' => 'long'], 'MaxRecords' => ['type' => 'integer', 'max' => 100, 'min' => 20], 'MinimumEngineVersionPerAllowedValue' => ['type' => 'structure', 'members' => ['AllowedValue' => ['shape' => 'String'], 'MinimumEngineVersion' => ['shape' => 'String']]], 'MinimumEngineVersionPerAllowedValueList' => ['type' => 'list', 'member' => ['shape' => 'MinimumEngineVersionPerAllowedValue', 'locationName' => 'MinimumEngineVersionPerAllowedValue']], 'ModifyCertificatesMessage' => ['type' => 'structure', 'members' => ['CertificateIdentifier' => ['shape' => 'String'], 'RemoveCustomerOverride' => ['shape' => 'BooleanOptional']]], 'ModifyCertificatesResult' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate']]], 'ModifyCurrentDBClusterCapacityMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'Capacity' => ['shape' => 'IntegerOptional'], 'SecondsBeforeTimeout' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'ModifyDBClusterEndpointMessage' => ['type' => 'structure', 'required' => ['DBClusterEndpointIdentifier'], 'members' => ['DBClusterEndpointIdentifier' => ['shape' => 'String'], 'EndpointType' => ['shape' => 'String'], 'StaticMembers' => ['shape' => 'StringList'], 'ExcludedMembers' => ['shape' => 'StringList']]], 'ModifyDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'NewDBClusterIdentifier' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'CloudwatchLogsExportConfiguration' => ['shape' => 'CloudwatchLogsExportConfiguration'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'DBInstanceParameterGroupName' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'EnableHttpEndpoint' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'EnableGlobalWriteForwarding' => ['shape' => 'BooleanOptional']]], 'ModifyDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName', 'Parameters'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'ModifyDBClusterSnapshotAttributeMessage' => ['type' => 'structure', 'required' => ['DBClusterSnapshotIdentifier', 'AttributeName'], 'members' => ['DBClusterSnapshotIdentifier' => ['shape' => 'String'], 'AttributeName' => ['shape' => 'String'], 'ValuesToAdd' => ['shape' => 'AttributeValueList'], 'ValuesToRemove' => ['shape' => 'AttributeValueList']]], 'ModifyDBClusterSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['DBClusterSnapshotAttributesResult' => ['shape' => 'DBClusterSnapshotAttributesResult']]], 'ModifyDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'ApplyImmediately' => ['shape' => 'Boolean'], 'MasterUserPassword' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AllowMajorVersionUpgrade' => ['shape' => 'Boolean'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'NewDBInstanceIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'DBPortNumber' => ['shape' => 'IntegerOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'PromotionTier' => ['shape' => 'IntegerOptional'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CloudwatchLogsExportConfiguration' => ['shape' => 'CloudwatchLogsExportConfiguration'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'MaxAllocatedStorage' => ['shape' => 'IntegerOptional'], 'CertificateRotationRestart' => ['shape' => 'BooleanOptional'], 'ReplicaMode' => ['shape' => 'ReplicaMode']]], 'ModifyDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'ModifyDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName', 'Parameters'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyDBProxyRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'NewDBProxyName' => ['shape' => 'String'], 'Auth' => ['shape' => 'UserAuthConfigList'], 'RequireTLS' => ['shape' => 'BooleanOptional'], 'IdleClientTimeout' => ['shape' => 'IntegerOptional'], 'DebugLogging' => ['shape' => 'BooleanOptional'], 'RoleArn' => ['shape' => 'String'], 'SecurityGroups' => ['shape' => 'StringList']]], 'ModifyDBProxyResponse' => ['type' => 'structure', 'members' => ['DBProxy' => ['shape' => 'DBProxy']]], 'ModifyDBProxyTargetGroupRequest' => ['type' => 'structure', 'required' => ['TargetGroupName', 'DBProxyName'], 'members' => ['TargetGroupName' => ['shape' => 'String'], 'DBProxyName' => ['shape' => 'String'], 'ConnectionPoolConfig' => ['shape' => 'ConnectionPoolConfiguration'], 'NewName' => ['shape' => 'String']]], 'ModifyDBProxyTargetGroupResponse' => ['type' => 'structure', 'members' => ['DBProxyTargetGroup' => ['shape' => 'DBProxyTargetGroup']]], 'ModifyDBSnapshotAttributeMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier', 'AttributeName'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'AttributeName' => ['shape' => 'String'], 'ValuesToAdd' => ['shape' => 'AttributeValueList'], 'ValuesToRemove' => ['shape' => 'AttributeValueList']]], 'ModifyDBSnapshotAttributeResult' => ['type' => 'structure', 'members' => ['DBSnapshotAttributesResult' => ['shape' => 'DBSnapshotAttributesResult']]], 'ModifyDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBSnapshotIdentifier'], 'members' => ['DBSnapshotIdentifier' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String']]], 'ModifyDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBSnapshot' => ['shape' => 'DBSnapshot']]], 'ModifyDBSubnetGroupMessage' => ['type' => 'structure', 'required' => ['DBSubnetGroupName', 'SubnetIds'], 'members' => ['DBSubnetGroupName' => ['shape' => 'String'], 'DBSubnetGroupDescription' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyDBSubnetGroupResult' => ['type' => 'structure', 'members' => ['DBSubnetGroup' => ['shape' => 'DBSubnetGroup']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'NewGlobalClusterIdentifier' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'ModifyGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'ModifyOptionGroupMessage' => ['type' => 'structure', 'required' => ['OptionGroupName'], 'members' => ['OptionGroupName' => ['shape' => 'String'], 'OptionsToInclude' => ['shape' => 'OptionConfigurationList'], 'OptionsToRemove' => ['shape' => 'OptionNamesList'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'ModifyOptionGroupResult' => ['type' => 'structure', 'members' => ['OptionGroup' => ['shape' => 'OptionGroup']]], 'Option' => ['type' => 'structure', 'members' => ['OptionName' => ['shape' => 'String'], 'OptionDescription' => ['shape' => 'String'], 'Persistent' => ['shape' => 'Boolean'], 'Permanent' => ['shape' => 'Boolean'], 'Port' => ['shape' => 'IntegerOptional'], 'OptionVersion' => ['shape' => 'String'], 'OptionSettings' => ['shape' => 'OptionSettingConfigurationList'], 'DBSecurityGroupMemberships' => ['shape' => 'DBSecurityGroupMembershipList'], 'VpcSecurityGroupMemberships' => ['shape' => 'VpcSecurityGroupMembershipList']]], 'OptionConfiguration' => ['type' => 'structure', 'required' => ['OptionName'], 'members' => ['OptionName' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'OptionVersion' => ['shape' => 'String'], 'DBSecurityGroupMemberships' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupMemberships' => ['shape' => 'VpcSecurityGroupIdList'], 'OptionSettings' => ['shape' => 'OptionSettingsList']]], 'OptionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'OptionConfiguration', 'locationName' => 'OptionConfiguration']], 'OptionGroup' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'OptionGroupDescription' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'Options' => ['shape' => 'OptionsList'], 'AllowsVpcAndNonVpcInstanceMemberships' => ['shape' => 'Boolean'], 'VpcId' => ['shape' => 'String'], 'OptionGroupArn' => ['shape' => 'String']], 'wrapper' => \true], 'OptionGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionGroupMembership' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'OptionGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupMembership', 'locationName' => 'OptionGroupMembership']], 'OptionGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'OptionGroupOption' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EngineName' => ['shape' => 'String'], 'MajorEngineVersion' => ['shape' => 'String'], 'MinimumRequiredMinorEngineVersion' => ['shape' => 'String'], 'PortRequired' => ['shape' => 'Boolean'], 'DefaultPort' => ['shape' => 'IntegerOptional'], 'OptionsDependedOn' => ['shape' => 'OptionsDependedOn'], 'OptionsConflictsWith' => ['shape' => 'OptionsConflictsWith'], 'Persistent' => ['shape' => 'Boolean'], 'Permanent' => ['shape' => 'Boolean'], 'RequiresAutoMinorEngineVersionUpgrade' => ['shape' => 'Boolean'], 'VpcOnly' => ['shape' => 'Boolean'], 'SupportsOptionVersionDowngrade' => ['shape' => 'BooleanOptional'], 'OptionGroupOptionSettings' => ['shape' => 'OptionGroupOptionSettingsList'], 'OptionGroupOptionVersions' => ['shape' => 'OptionGroupOptionVersionsList']]], 'OptionGroupOptionSetting' => ['type' => 'structure', 'members' => ['SettingName' => ['shape' => 'String'], 'SettingDescription' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'IsRequired' => ['shape' => 'Boolean'], 'MinimumEngineVersionPerAllowedValue' => ['shape' => 'MinimumEngineVersionPerAllowedValueList']]], 'OptionGroupOptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupOptionSetting', 'locationName' => 'OptionGroupOptionSetting']], 'OptionGroupOptionVersionsList' => ['type' => 'list', 'member' => ['shape' => 'OptionVersion', 'locationName' => 'OptionVersion']], 'OptionGroupOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroupOption', 'locationName' => 'OptionGroupOption']], 'OptionGroupOptionsMessage' => ['type' => 'structure', 'members' => ['OptionGroupOptions' => ['shape' => 'OptionGroupOptionsList'], 'Marker' => ['shape' => 'String']]], 'OptionGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OptionGroupQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OptionGroups' => ['type' => 'structure', 'members' => ['OptionGroupsList' => ['shape' => 'OptionGroupsList'], 'Marker' => ['shape' => 'String']]], 'OptionGroupsList' => ['type' => 'list', 'member' => ['shape' => 'OptionGroup', 'locationName' => 'OptionGroup']], 'OptionNamesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OptionSetting' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'String'], 'DefaultValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'IsCollection' => ['shape' => 'Boolean']]], 'OptionSettingConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'OptionSetting', 'locationName' => 'OptionSetting']], 'OptionSettingsList' => ['type' => 'list', 'member' => ['shape' => 'OptionSetting', 'locationName' => 'OptionSetting']], 'OptionVersion' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'String'], 'IsDefault' => ['shape' => 'Boolean']]], 'OptionsConflictsWith' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'OptionConflictName']], 'OptionsDependedOn' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'OptionName']], 'OptionsList' => ['type' => 'list', 'member' => ['shape' => 'Option', 'locationName' => 'Option']], 'OrderableDBInstanceOption' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'AvailabilityZoneGroup' => ['shape' => 'String'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList'], 'MultiAZCapable' => ['shape' => 'Boolean'], 'ReadReplicaCapable' => ['shape' => 'Boolean'], 'Vpc' => ['shape' => 'Boolean'], 'SupportsStorageEncryption' => ['shape' => 'Boolean'], 'StorageType' => ['shape' => 'String'], 'SupportsIops' => ['shape' => 'Boolean'], 'SupportsEnhancedMonitoring' => ['shape' => 'Boolean'], 'SupportsIAMDatabaseAuthentication' => ['shape' => 'Boolean'], 'SupportsPerformanceInsights' => ['shape' => 'Boolean'], 'MinStorageSize' => ['shape' => 'IntegerOptional'], 'MaxStorageSize' => ['shape' => 'IntegerOptional'], 'MinIopsPerDbInstance' => ['shape' => 'IntegerOptional'], 'MaxIopsPerDbInstance' => ['shape' => 'IntegerOptional'], 'MinIopsPerGib' => ['shape' => 'DoubleOptional'], 'MaxIopsPerGib' => ['shape' => 'DoubleOptional'], 'AvailableProcessorFeatures' => ['shape' => 'AvailableProcessorFeatureList'], 'SupportedEngineModes' => ['shape' => 'EngineModeList'], 'SupportsStorageAutoscaling' => ['shape' => 'BooleanOptional'], 'SupportsKerberosAuthentication' => ['shape' => 'BooleanOptional'], 'OutpostCapable' => ['shape' => 'Boolean'], 'SupportsGlobalDatabases' => ['shape' => 'Boolean']], 'wrapper' => \true], 'OrderableDBInstanceOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OrderableDBInstanceOption', 'locationName' => 'OrderableDBInstanceOption']], 'OrderableDBInstanceOptionsMessage' => ['type' => 'structure', 'members' => ['OrderableDBInstanceOptions' => ['shape' => 'OrderableDBInstanceOptionsList'], 'Marker' => ['shape' => 'String']]], 'Outpost' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String'], 'ApplyMethod' => ['shape' => 'ApplyMethod'], 'SupportedEngineModes' => ['shape' => 'EngineModeList']]], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PendingCloudwatchLogsExports' => ['type' => 'structure', 'members' => ['LogTypesToEnable' => ['shape' => 'LogTypeList'], 'LogTypesToDisable' => ['shape' => 'LogTypeList']]], 'PendingMaintenanceAction' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'String'], 'AutoAppliedAfterDate' => ['shape' => 'TStamp'], 'ForcedApplyDate' => ['shape' => 'TStamp'], 'OptInStatus' => ['shape' => 'String'], 'CurrentApplyDate' => ['shape' => 'TStamp'], 'Description' => ['shape' => 'String']]], 'PendingMaintenanceActionDetails' => ['type' => 'list', 'member' => ['shape' => 'PendingMaintenanceAction', 'locationName' => 'PendingMaintenanceAction']], 'PendingMaintenanceActions' => ['type' => 'list', 'member' => ['shape' => 'ResourcePendingMaintenanceActions', 'locationName' => 'ResourcePendingMaintenanceActions']], 'PendingMaintenanceActionsMessage' => ['type' => 'structure', 'members' => ['PendingMaintenanceActions' => ['shape' => 'PendingMaintenanceActions'], 'Marker' => ['shape' => 'String']]], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['DBInstanceClass' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'MasterUserPassword' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'StorageType' => ['shape' => 'String'], 'CACertificateIdentifier' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PendingCloudwatchLogsExports' => ['shape' => 'PendingCloudwatchLogsExports'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList']]], 'PointInTimeRestoreNotEnabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'PointInTimeRestoreNotEnabled', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ProcessorFeature' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'ProcessorFeatureList' => ['type' => 'list', 'member' => ['shape' => 'ProcessorFeature', 'locationName' => 'ProcessorFeature']], 'PromoteReadReplicaDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'PromoteReadReplicaDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'PromoteReadReplicaMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String']]], 'PromoteReadReplicaResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'ProvisionedIopsNotAvailableInAZFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ProvisionedIopsNotAvailableInAZFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PurchaseReservedDBInstancesOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedDBInstancesOfferingId'], 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'ReservedDBInstanceId' => ['shape' => 'String'], 'DBInstanceCount' => ['shape' => 'IntegerOptional'], 'Tags' => ['shape' => 'TagList']]], 'PurchaseReservedDBInstancesOfferingResult' => ['type' => 'structure', 'members' => ['ReservedDBInstance' => ['shape' => 'ReservedDBInstance']]], 'Range' => ['type' => 'structure', 'members' => ['From' => ['shape' => 'Integer'], 'To' => ['shape' => 'Integer'], 'Step' => ['shape' => 'IntegerOptional']]], 'RangeList' => ['type' => 'list', 'member' => ['shape' => 'Range', 'locationName' => 'Range']], 'ReadReplicaDBClusterIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaDBClusterIdentifier']], 'ReadReplicaDBInstanceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaDBInstanceIdentifier']], 'ReadReplicaIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ReadReplicaIdentifier']], 'ReadersArnList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'RebootDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'ForceFailover' => ['shape' => 'BooleanOptional']]], 'RebootDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'RegisterDBProxyTargetsRequest' => ['type' => 'structure', 'required' => ['DBProxyName'], 'members' => ['DBProxyName' => ['shape' => 'String'], 'TargetGroupName' => ['shape' => 'String'], 'DBInstanceIdentifiers' => ['shape' => 'StringList'], 'DBClusterIdentifiers' => ['shape' => 'StringList']]], 'RegisterDBProxyTargetsResponse' => ['type' => 'structure', 'members' => ['DBProxyTargets' => ['shape' => 'TargetList']]], 'RemoveFromGlobalClusterMessage' => ['type' => 'structure', 'members' => ['GlobalClusterIdentifier' => ['shape' => 'String'], 'DbClusterIdentifier' => ['shape' => 'String']]], 'RemoveFromGlobalClusterResult' => ['type' => 'structure', 'members' => ['GlobalCluster' => ['shape' => 'GlobalCluster']]], 'RemoveRoleFromDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'RoleArn'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'RemoveRoleFromDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'RoleArn', 'FeatureName'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'RoleArn' => ['shape' => 'String'], 'FeatureName' => ['shape' => 'String']]], 'RemoveSourceIdentifierFromSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SourceIdentifier'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SourceIdentifier' => ['shape' => 'String']]], 'RemoveSourceIdentifierFromSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'RemoveTagsFromResourceMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'KeyList']]], 'ReplicaMode' => ['type' => 'string', 'enum' => ['open-read-only', 'mounted']], 'ReservedDBInstance' => ['type' => 'structure', 'members' => ['ReservedDBInstanceId' => ['shape' => 'String'], 'ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'DBInstanceCount' => ['shape' => 'Integer'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'Boolean'], 'State' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedDBInstanceArn' => ['shape' => 'String'], 'LeaseId' => ['shape' => 'String']], 'wrapper' => \true], 'ReservedDBInstanceAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstanceList' => ['type' => 'list', 'member' => ['shape' => 'ReservedDBInstance', 'locationName' => 'ReservedDBInstance']], 'ReservedDBInstanceMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedDBInstances' => ['shape' => 'ReservedDBInstanceList']]], 'ReservedDBInstanceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstanceQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstanceQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedDBInstancesOffering' => ['type' => 'structure', 'members' => ['ReservedDBInstancesOfferingId' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'ProductDescription' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'Boolean'], 'RecurringCharges' => ['shape' => 'RecurringChargeList']], 'wrapper' => \true], 'ReservedDBInstancesOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedDBInstancesOffering', 'locationName' => 'ReservedDBInstancesOffering']], 'ReservedDBInstancesOfferingMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedDBInstancesOfferings' => ['shape' => 'ReservedDBInstancesOfferingList']]], 'ReservedDBInstancesOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedDBInstancesOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResetDBClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBClusterParameterGroupName'], 'members' => ['DBClusterParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResetDBParameterGroupMessage' => ['type' => 'structure', 'required' => ['DBParameterGroupName'], 'members' => ['DBParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResourcePendingMaintenanceActions' => ['type' => 'structure', 'members' => ['ResourceIdentifier' => ['shape' => 'String'], 'PendingMaintenanceActionDetails' => ['shape' => 'PendingMaintenanceActionDetails']], 'wrapper' => \true], 'RestoreDBClusterFromS3Message' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'Engine', 'MasterUsername', 'MasterUserPassword', 'SourceEngine', 'SourceEngineVersion', 'S3BucketName', 'S3IngestionRoleArn'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'CharacterSetName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'DBClusterIdentifier' => ['shape' => 'String'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'DBSubnetGroupName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'PreferredBackupWindow' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'SourceEngine' => ['shape' => 'String'], 'SourceEngineVersion' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'S3IngestionRoleArn' => ['shape' => 'String'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterFromS3Result' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBClusterFromSnapshotMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'SnapshotIdentifier', 'Engine'], 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'DBClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'DBSubnetGroupName' => ['shape' => 'String'], 'DatabaseName' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'EngineMode' => ['shape' => 'String'], 'ScalingConfiguration' => ['shape' => 'ScalingConfiguration'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterFromSnapshotResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBClusterToPointInTimeMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier', 'SourceDBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String'], 'RestoreType' => ['shape' => 'String'], 'SourceDBClusterIdentifier' => ['shape' => 'String'], 'RestoreToTime' => ['shape' => 'TStamp'], 'UseLatestRestorableTime' => ['shape' => 'Boolean'], 'Port' => ['shape' => 'IntegerOptional'], 'DBSubnetGroupName' => ['shape' => 'String'], 'OptionGroupName' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'BacktrackWindow' => ['shape' => 'LongOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'DBClusterParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String']]], 'RestoreDBClusterToPointInTimeResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'RestoreDBInstanceFromDBSnapshotMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBSnapshotIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String'], 'DBInstanceClass' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Domain' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'DomainIAMRoleName' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DBParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'RestoreDBInstanceFromDBSnapshotResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreDBInstanceFromS3Message' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier', 'DBInstanceClass', 'Engine', 'SourceEngine', 'SourceEngineVersion', 'S3BucketName', 'S3IngestionRoleArn'], 'members' => ['DBName' => ['shape' => 'String'], 'DBInstanceIdentifier' => ['shape' => 'String'], 'AllocatedStorage' => ['shape' => 'IntegerOptional'], 'DBInstanceClass' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'DBSecurityGroups' => ['shape' => 'DBSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'DBParameterGroupName' => ['shape' => 'String'], 'BackupRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredBackupWindow' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'EngineVersion' => ['shape' => 'String'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'StorageEncrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'MonitoringInterval' => ['shape' => 'IntegerOptional'], 'MonitoringRoleArn' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'SourceEngine' => ['shape' => 'String'], 'SourceEngineVersion' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'S3IngestionRoleArn' => ['shape' => 'String'], 'EnablePerformanceInsights' => ['shape' => 'BooleanOptional'], 'PerformanceInsightsKMSKeyId' => ['shape' => 'String'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'IntegerOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DeletionProtection' => ['shape' => 'BooleanOptional']]], 'RestoreDBInstanceFromS3Result' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreDBInstanceToPointInTimeMessage' => ['type' => 'structure', 'required' => ['TargetDBInstanceIdentifier'], 'members' => ['SourceDBInstanceIdentifier' => ['shape' => 'String'], 'TargetDBInstanceIdentifier' => ['shape' => 'String'], 'RestoreTime' => ['shape' => 'TStamp'], 'UseLatestRestorableTime' => ['shape' => 'Boolean'], 'DBInstanceClass' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'DBSubnetGroupName' => ['shape' => 'String'], 'MultiAZ' => ['shape' => 'BooleanOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'AutoMinorVersionUpgrade' => ['shape' => 'BooleanOptional'], 'LicenseModel' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Engine' => ['shape' => 'String'], 'Iops' => ['shape' => 'IntegerOptional'], 'OptionGroupName' => ['shape' => 'String'], 'CopyTagsToSnapshot' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList'], 'StorageType' => ['shape' => 'String'], 'TdeCredentialArn' => ['shape' => 'String'], 'TdeCredentialPassword' => ['shape' => 'String'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'Domain' => ['shape' => 'String'], 'DomainIAMRoleName' => ['shape' => 'String'], 'EnableIAMDatabaseAuthentication' => ['shape' => 'BooleanOptional'], 'EnableCloudwatchLogsExports' => ['shape' => 'LogTypeList'], 'ProcessorFeatures' => ['shape' => 'ProcessorFeatureList'], 'UseDefaultProcessorFeatures' => ['shape' => 'BooleanOptional'], 'DBParameterGroupName' => ['shape' => 'String'], 'DeletionProtection' => ['shape' => 'BooleanOptional'], 'SourceDbiResourceId' => ['shape' => 'String']]], 'RestoreDBInstanceToPointInTimeResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'RestoreWindow' => ['type' => 'structure', 'members' => ['EarliestTime' => ['shape' => 'TStamp'], 'LatestTime' => ['shape' => 'TStamp']]], 'RevokeDBSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['DBSecurityGroupName'], 'members' => ['DBSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupId' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeDBSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['DBSecurityGroup' => ['shape' => 'DBSecurityGroup']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSInvalidTopic', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSNoAuthorization', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSTopicArnNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSTopicArnNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ScalingConfiguration' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'IntegerOptional'], 'MaxCapacity' => ['shape' => 'IntegerOptional'], 'AutoPause' => ['shape' => 'BooleanOptional'], 'SecondsUntilAutoPause' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'ScalingConfigurationInfo' => ['type' => 'structure', 'members' => ['MinCapacity' => ['shape' => 'IntegerOptional'], 'MaxCapacity' => ['shape' => 'IntegerOptional'], 'AutoPause' => ['shape' => 'BooleanOptional'], 'SecondsUntilAutoPause' => ['shape' => 'IntegerOptional'], 'TimeoutAction' => ['shape' => 'String']]], 'SharedSnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SharedSnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SourceId']], 'SourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SourceRegion' => ['type' => 'structure', 'members' => ['RegionName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'SourceRegionList' => ['type' => 'list', 'member' => ['shape' => 'SourceRegion', 'locationName' => 'SourceRegion']], 'SourceRegionMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SourceRegions' => ['shape' => 'SourceRegionList']]], 'SourceType' => ['type' => 'string', 'enum' => ['db-instance', 'db-parameter-group', 'db-security-group', 'db-snapshot', 'db-cluster', 'db-cluster-snapshot']], 'StartActivityStreamRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Mode', 'KmsKeyId'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'Mode' => ['shape' => 'ActivityStreamMode'], 'KmsKeyId' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'BooleanOptional']]], 'StartActivityStreamResponse' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String'], 'KinesisStreamName' => ['shape' => 'String'], 'Status' => ['shape' => 'ActivityStreamStatus'], 'Mode' => ['shape' => 'ActivityStreamMode'], 'ApplyImmediately' => ['shape' => 'Boolean']]], 'StartDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'StartDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'StartDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String']]], 'StartDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'StartExportTaskMessage' => ['type' => 'structure', 'required' => ['ExportTaskIdentifier', 'SourceArn', 'S3BucketName', 'IamRoleArn', 'KmsKeyId'], 'members' => ['ExportTaskIdentifier' => ['shape' => 'String'], 'SourceArn' => ['shape' => 'String'], 'S3BucketName' => ['shape' => 'String'], 'IamRoleArn' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'S3Prefix' => ['shape' => 'String'], 'ExportOnly' => ['shape' => 'StringList']]], 'StopActivityStreamRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'String'], 'ApplyImmediately' => ['shape' => 'BooleanOptional']]], 'StopActivityStreamResponse' => ['type' => 'structure', 'members' => ['KmsKeyId' => ['shape' => 'String'], 'KinesisStreamName' => ['shape' => 'String'], 'Status' => ['shape' => 'ActivityStreamStatus']]], 'StopDBClusterMessage' => ['type' => 'structure', 'required' => ['DBClusterIdentifier'], 'members' => ['DBClusterIdentifier' => ['shape' => 'String']]], 'StopDBClusterResult' => ['type' => 'structure', 'members' => ['DBCluster' => ['shape' => 'DBCluster']]], 'StopDBInstanceMessage' => ['type' => 'structure', 'required' => ['DBInstanceIdentifier'], 'members' => ['DBInstanceIdentifier' => ['shape' => 'String'], 'DBSnapshotIdentifier' => ['shape' => 'String']]], 'StopDBInstanceResult' => ['type' => 'structure', 'members' => ['DBInstance' => ['shape' => 'DBInstance']]], 'StorageQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StorageQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'StorageTypeNotSupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'StorageTypeNotSupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'StringSensitive' => ['type' => 'string', 'sensitive' => \true], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetOutpost' => ['shape' => 'Outpost'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetAlreadyInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'SubscriptionAlreadyExistFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionAlreadyExist', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubscriptionCategoryNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionCategoryNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SupportedCharacterSetsList' => ['type' => 'list', 'member' => ['shape' => 'CharacterSet', 'locationName' => 'CharacterSet']], 'SupportedTimezonesList' => ['type' => 'list', 'member' => ['shape' => 'Timezone', 'locationName' => 'Timezone']], 'TStamp' => ['type' => 'timestamp'], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagListMessage' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'TargetGroupList' => ['type' => 'list', 'member' => ['shape' => 'DBProxyTargetGroup']], 'TargetHealth' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'TargetState'], 'Reason' => ['shape' => 'TargetHealthReason'], 'Description' => ['shape' => 'String']]], 'TargetHealthReason' => ['type' => 'string', 'enum' => ['UNREACHABLE', 'CONNECTION_FAILED', 'AUTH_FAILURE', 'PENDING_PROXY_CAPACITY']], 'TargetList' => ['type' => 'list', 'member' => ['shape' => 'DBProxyTarget']], 'TargetState' => ['type' => 'string', 'enum' => ['REGISTERING', 'AVAILABLE', 'UNAVAILABLE']], 'TargetType' => ['type' => 'string', 'enum' => ['RDS_INSTANCE', 'RDS_SERVERLESS_ENDPOINT', 'TRACKED_CLUSTER']], 'Timezone' => ['type' => 'structure', 'members' => ['TimezoneName' => ['shape' => 'String']]], 'UpgradeTarget' => ['type' => 'structure', 'members' => ['Engine' => ['shape' => 'String'], 'EngineVersion' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'AutoUpgrade' => ['shape' => 'Boolean'], 'IsMajorVersionUpgrade' => ['shape' => 'Boolean']]], 'UserAuthConfig' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'UserName' => ['shape' => 'String'], 'AuthScheme' => ['shape' => 'AuthScheme'], 'SecretArn' => ['shape' => 'String'], 'IAMAuth' => ['shape' => 'IAMAuthMode']]], 'UserAuthConfigInfo' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'String'], 'UserName' => ['shape' => 'String'], 'AuthScheme' => ['shape' => 'AuthScheme'], 'SecretArn' => ['shape' => 'String'], 'IAMAuth' => ['shape' => 'IAMAuthMode']]], 'UserAuthConfigInfoList' => ['type' => 'list', 'member' => ['shape' => 'UserAuthConfigInfo']], 'UserAuthConfigList' => ['type' => 'list', 'member' => ['shape' => 'UserAuthConfig']], 'ValidDBInstanceModificationsMessage' => ['type' => 'structure', 'members' => ['Storage' => ['shape' => 'ValidStorageOptionsList'], 'ValidProcessorFeatures' => ['shape' => 'AvailableProcessorFeatureList']], 'wrapper' => \true], 'ValidStorageOptions' => ['type' => 'structure', 'members' => ['StorageType' => ['shape' => 'String'], 'StorageSize' => ['shape' => 'RangeList'], 'ProvisionedIops' => ['shape' => 'RangeList'], 'IopsToStorageRatio' => ['shape' => 'DoubleRangeList'], 'SupportsStorageAutoscaling' => ['shape' => 'Boolean']]], 'ValidStorageOptionsList' => ['type' => 'list', 'member' => ['shape' => 'ValidStorageOptions', 'locationName' => 'ValidStorageOptions']], 'ValidUpgradeTargetList' => ['type' => 'list', 'member' => ['shape' => 'UpgradeTarget', 'locationName' => 'UpgradeTarget']], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'VpcSecurityGroupId']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership', 'locationName' => 'VpcSecurityGroupMembership']], 'VpnDetails' => ['type' => 'structure', 'members' => ['VpnId' => ['shape' => 'String'], 'VpnTunnelOriginatorIP' => ['shape' => 'String'], 'VpnGatewayIp' => ['shape' => 'String'], 'VpnPSK' => ['shape' => 'StringSensitive'], 'VpnName' => ['shape' => 'String'], 'VpnState' => ['shape' => 'String']]], 'WriteForwardingStatus' => ['type' => 'string', 'enum' => ['enabled', 'disabled', 'enabling', 'disabling', 'unknown']]]]; diff --git a/vendor/Aws3/Aws/data/rds/2014-10-31/paginators-1.json.php b/vendor/Aws3/Aws/data/rds/2014-10-31/paginators-1.json.php index 7e2f1d40..49fb747d 100644 --- a/vendor/Aws3/Aws/data/rds/2014-10-31/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/rds/2014-10-31/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeCustomAvailabilityZones' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'CustomAvailabilityZones'], 'DescribeDBClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusters'], 'DescribeDBEngineVersions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBEngineVersions'], 'DescribeDBInstanceAutomatedBackups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBInstanceAutomatedBackups'], 'DescribeDBInstances' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBInstances'], 'DescribeDBLogFiles' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DescribeDBLogFiles'], 'DescribeDBParameterGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBParameterGroups'], 'DescribeDBParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Parameters'], 'DescribeDBProxies' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBProxies'], 'DescribeDBProxyTargetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'TargetGroups'], 'DescribeDBProxyTargets' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Targets'], 'DescribeDBSecurityGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSecurityGroups'], 'DescribeDBSnapshots' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSnapshots'], 'DescribeDBSubnetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSubnetGroups'], 'DescribeEngineDefaultParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'EngineDefaults.Marker', 'result_key' => 'EngineDefaults.Parameters'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'EventSubscriptionsList'], 'DescribeEvents' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Events'], 'DescribeExportTasks' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ExportTasks'], 'DescribeGlobalClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'GlobalClusters'], 'DescribeInstallationMedia' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'InstallationMedia'], 'DescribeOptionGroupOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OptionGroupOptions'], 'DescribeOptionGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OptionGroupsList'], 'DescribeOrderableDBInstanceOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OrderableDBInstanceOptions'], 'DescribeReservedDBInstances' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedDBInstances'], 'DescribeReservedDBInstancesOfferings' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedDBInstancesOfferings'], 'DownloadDBLogFilePortion' => ['input_token' => 'Marker', 'limit_key' => 'NumberOfLines', 'more_results' => 'AdditionalDataPending', 'output_token' => 'Marker', 'result_key' => 'LogFileData'], 'ListTagsForResource' => ['result_key' => 'TagList']]]; +return ['pagination' => ['DescribeCertificates' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Certificates'], 'DescribeCustomAvailabilityZones' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'CustomAvailabilityZones'], 'DescribeDBClusterBacktracks' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusterBacktracks'], 'DescribeDBClusterEndpoints' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusterEndpoints'], 'DescribeDBClusterParameterGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusterParameterGroups'], 'DescribeDBClusterParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Parameters'], 'DescribeDBClusterSnapshots' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusterSnapshots'], 'DescribeDBClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBClusters'], 'DescribeDBEngineVersions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBEngineVersions'], 'DescribeDBInstanceAutomatedBackups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBInstanceAutomatedBackups'], 'DescribeDBInstances' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBInstances'], 'DescribeDBLogFiles' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DescribeDBLogFiles'], 'DescribeDBParameterGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBParameterGroups'], 'DescribeDBParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Parameters'], 'DescribeDBProxies' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBProxies'], 'DescribeDBProxyTargetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'TargetGroups'], 'DescribeDBProxyTargets' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Targets'], 'DescribeDBSecurityGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSecurityGroups'], 'DescribeDBSnapshots' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSnapshots'], 'DescribeDBSubnetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'DBSubnetGroups'], 'DescribeEngineDefaultParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'EngineDefaults.Marker', 'result_key' => 'EngineDefaults.Parameters'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'EventSubscriptionsList'], 'DescribeEvents' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Events'], 'DescribeExportTasks' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ExportTasks'], 'DescribeGlobalClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'GlobalClusters'], 'DescribeInstallationMedia' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'InstallationMedia'], 'DescribeOptionGroupOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OptionGroupOptions'], 'DescribeOptionGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OptionGroupsList'], 'DescribeOrderableDBInstanceOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OrderableDBInstanceOptions'], 'DescribePendingMaintenanceActions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'PendingMaintenanceActions'], 'DescribeReservedDBInstances' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedDBInstances'], 'DescribeReservedDBInstancesOfferings' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedDBInstancesOfferings'], 'DescribeSourceRegions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'SourceRegions'], 'DownloadDBLogFilePortion' => ['input_token' => 'Marker', 'limit_key' => 'NumberOfLines', 'more_results' => 'AdditionalDataPending', 'output_token' => 'Marker', 'result_key' => 'LogFileData'], 'ListTagsForResource' => ['result_key' => 'TagList']]]; diff --git a/vendor/Aws3/Aws/data/redshift/2012-12-01/api-2.json.php b/vendor/Aws3/Aws/data/redshift/2012-12-01/api-2.json.php index 3faa32b1..5a639ab5 100644 --- a/vendor/Aws3/Aws/data/redshift/2012-12-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/redshift/2012-12-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2012-12-01', 'endpointPrefix' => 'redshift', 'protocol' => 'query', 'serviceFullName' => 'Amazon Redshift', 'serviceId' => 'Redshift', 'signatureVersion' => 'v4', 'uid' => 'redshift-2012-12-01', 'xmlNamespace' => 'http://redshift.amazonaws.com/doc/2012-12-01/'], 'operations' => ['AcceptReservedNodeExchange' => ['name' => 'AcceptReservedNodeExchange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptReservedNodeExchangeInputMessage'], 'output' => ['shape' => 'AcceptReservedNodeExchangeOutputMessage', 'resultWrapper' => 'AcceptReservedNodeExchangeResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'InvalidReservedNodeStateFault'], ['shape' => 'ReservedNodeAlreadyMigratedFault'], ['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault'], ['shape' => 'ReservedNodeAlreadyExistsFault']]], 'AuthorizeClusterSecurityGroupIngress' => ['name' => 'AuthorizeClusterSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeClusterSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeClusterSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeClusterSecurityGroupIngressResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault']]], 'AuthorizeSnapshotAccess' => ['name' => 'AuthorizeSnapshotAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSnapshotAccessMessage'], 'output' => ['shape' => 'AuthorizeSnapshotAccessResult', 'resultWrapper' => 'AuthorizeSnapshotAccessResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'LimitExceededFault']]], 'BatchDeleteClusterSnapshots' => ['name' => 'BatchDeleteClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteClusterSnapshotsRequest'], 'output' => ['shape' => 'BatchDeleteClusterSnapshotsResult', 'resultWrapper' => 'BatchDeleteClusterSnapshotsResult'], 'errors' => [['shape' => 'BatchDeleteRequestSizeExceededFault']]], 'BatchModifyClusterSnapshots' => ['name' => 'BatchModifyClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchModifyClusterSnapshotsMessage'], 'output' => ['shape' => 'BatchModifyClusterSnapshotsOutputMessage', 'resultWrapper' => 'BatchModifyClusterSnapshotsResult'], 'errors' => [['shape' => 'InvalidRetentionPeriodFault'], ['shape' => 'BatchModifyClusterSnapshotsLimitExceededFault']]], 'CancelResize' => ['name' => 'CancelResize', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelResizeMessage'], 'output' => ['shape' => 'ResizeProgressMessage', 'resultWrapper' => 'CancelResizeResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ResizeNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnsupportedOperationFault']]], 'CopyClusterSnapshot' => ['name' => 'CopyClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyClusterSnapshotMessage'], 'output' => ['shape' => 'CopyClusterSnapshotResult', 'resultWrapper' => 'CopyClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterMessage'], 'output' => ['shape' => 'CreateClusterResult', 'resultWrapper' => 'CreateClusterResult'], 'errors' => [['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'ClusterQuotaExceededFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateClusterParameterGroup' => ['name' => 'CreateClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterParameterGroupMessage'], 'output' => ['shape' => 'CreateClusterParameterGroupResult', 'resultWrapper' => 'CreateClusterParameterGroupResult'], 'errors' => [['shape' => 'ClusterParameterGroupQuotaExceededFault'], ['shape' => 'ClusterParameterGroupAlreadyExistsFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateClusterSecurityGroup' => ['name' => 'CreateClusterSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSecurityGroupMessage'], 'output' => ['shape' => 'CreateClusterSecurityGroupResult', 'resultWrapper' => 'CreateClusterSecurityGroupResult'], 'errors' => [['shape' => 'ClusterSecurityGroupAlreadyExistsFault'], ['shape' => 'ClusterSecurityGroupQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateClusterSnapshot' => ['name' => 'CreateClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSnapshotMessage'], 'output' => ['shape' => 'CreateClusterSnapshotResult', 'resultWrapper' => 'CreateClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateClusterSubnetGroup' => ['name' => 'CreateClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSubnetGroupMessage'], 'output' => ['shape' => 'CreateClusterSubnetGroupResult', 'resultWrapper' => 'CreateClusterSubnetGroupResult'], 'errors' => [['shape' => 'ClusterSubnetGroupAlreadyExistsFault'], ['shape' => 'ClusterSubnetGroupQuotaExceededFault'], ['shape' => 'ClusterSubnetQuotaExceededFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResult', 'resultWrapper' => 'CreateEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionAlreadyExistFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionEventIdNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SubscriptionSeverityNotFoundFault'], ['shape' => 'SourceNotFoundFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateHsmClientCertificate' => ['name' => 'CreateHsmClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHsmClientCertificateMessage'], 'output' => ['shape' => 'CreateHsmClientCertificateResult', 'resultWrapper' => 'CreateHsmClientCertificateResult'], 'errors' => [['shape' => 'HsmClientCertificateAlreadyExistsFault'], ['shape' => 'HsmClientCertificateQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateHsmConfiguration' => ['name' => 'CreateHsmConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHsmConfigurationMessage'], 'output' => ['shape' => 'CreateHsmConfigurationResult', 'resultWrapper' => 'CreateHsmConfigurationResult'], 'errors' => [['shape' => 'HsmConfigurationAlreadyExistsFault'], ['shape' => 'HsmConfigurationQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateScheduledAction' => ['name' => 'CreateScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateScheduledActionMessage'], 'output' => ['shape' => 'ScheduledAction', 'resultWrapper' => 'CreateScheduledActionResult'], 'errors' => [['shape' => 'ScheduledActionAlreadyExistsFault'], ['shape' => 'ScheduledActionQuotaExceededFault'], ['shape' => 'ScheduledActionTypeUnsupportedFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'InvalidScheduledActionFault'], ['shape' => 'UnauthorizedOperation']]], 'CreateSnapshotCopyGrant' => ['name' => 'CreateSnapshotCopyGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotCopyGrantMessage'], 'output' => ['shape' => 'CreateSnapshotCopyGrantResult', 'resultWrapper' => 'CreateSnapshotCopyGrantResult'], 'errors' => [['shape' => 'SnapshotCopyGrantAlreadyExistsFault'], ['shape' => 'SnapshotCopyGrantQuotaExceededFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'CreateSnapshotSchedule' => ['name' => 'CreateSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotScheduleMessage'], 'output' => ['shape' => 'SnapshotSchedule', 'resultWrapper' => 'CreateSnapshotScheduleResult'], 'errors' => [['shape' => 'SnapshotScheduleAlreadyExistsFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'SnapshotScheduleQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'ScheduleDefinitionTypeUnsupportedFault']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsMessage'], 'errors' => [['shape' => 'TagLimitExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterMessage'], 'output' => ['shape' => 'DeleteClusterResult', 'resultWrapper' => 'DeleteClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'DeleteClusterParameterGroup' => ['name' => 'DeleteClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterParameterGroupMessage'], 'errors' => [['shape' => 'InvalidClusterParameterGroupStateFault'], ['shape' => 'ClusterParameterGroupNotFoundFault']]], 'DeleteClusterSecurityGroup' => ['name' => 'DeleteClusterSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault']]], 'DeleteClusterSnapshot' => ['name' => 'DeleteClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSnapshotMessage'], 'output' => ['shape' => 'DeleteClusterSnapshotResult', 'resultWrapper' => 'DeleteClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotNotFoundFault']]], 'DeleteClusterSubnetGroup' => ['name' => 'DeleteClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSubnetGroupMessage'], 'errors' => [['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidClusterSubnetStateFault'], ['shape' => 'ClusterSubnetGroupNotFoundFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidSubscriptionStateFault']]], 'DeleteHsmClientCertificate' => ['name' => 'DeleteHsmClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHsmClientCertificateMessage'], 'errors' => [['shape' => 'InvalidHsmClientCertificateStateFault'], ['shape' => 'HsmClientCertificateNotFoundFault']]], 'DeleteHsmConfiguration' => ['name' => 'DeleteHsmConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHsmConfigurationMessage'], 'errors' => [['shape' => 'InvalidHsmConfigurationStateFault'], ['shape' => 'HsmConfigurationNotFoundFault']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionMessage'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'UnauthorizedOperation']]], 'DeleteSnapshotCopyGrant' => ['name' => 'DeleteSnapshotCopyGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotCopyGrantMessage'], 'errors' => [['shape' => 'InvalidSnapshotCopyGrantStateFault'], ['shape' => 'SnapshotCopyGrantNotFoundFault']]], 'DeleteSnapshotSchedule' => ['name' => 'DeleteSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotScheduleMessage'], 'errors' => [['shape' => 'InvalidClusterSnapshotScheduleStateFault'], ['shape' => 'SnapshotScheduleNotFoundFault']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsMessage'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'AccountAttributeList', 'resultWrapper' => 'DescribeAccountAttributesResult']], 'DescribeClusterDbRevisions' => ['name' => 'DescribeClusterDbRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterDbRevisionsMessage'], 'output' => ['shape' => 'ClusterDbRevisionsMessage', 'resultWrapper' => 'DescribeClusterDbRevisionsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'DescribeClusterParameterGroups' => ['name' => 'DescribeClusterParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterParameterGroupsMessage'], 'output' => ['shape' => 'ClusterParameterGroupsMessage', 'resultWrapper' => 'DescribeClusterParameterGroupsResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterParameters' => ['name' => 'DescribeClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterParametersMessage'], 'output' => ['shape' => 'ClusterParameterGroupDetails', 'resultWrapper' => 'DescribeClusterParametersResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault']]], 'DescribeClusterSecurityGroups' => ['name' => 'DescribeClusterSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSecurityGroupsMessage'], 'output' => ['shape' => 'ClusterSecurityGroupMessage', 'resultWrapper' => 'DescribeClusterSecurityGroupsResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterSnapshots' => ['name' => 'DescribeClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSnapshotsMessage'], 'output' => ['shape' => 'SnapshotMessage', 'resultWrapper' => 'DescribeClusterSnapshotsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterSubnetGroups' => ['name' => 'DescribeClusterSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSubnetGroupsMessage'], 'output' => ['shape' => 'ClusterSubnetGroupMessage', 'resultWrapper' => 'DescribeClusterSubnetGroupsResult'], 'errors' => [['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterTracks' => ['name' => 'DescribeClusterTracks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterTracksMessage'], 'output' => ['shape' => 'TrackListMessage', 'resultWrapper' => 'DescribeClusterTracksResult'], 'errors' => [['shape' => 'InvalidClusterTrackFault'], ['shape' => 'UnauthorizedOperation']]], 'DescribeClusterVersions' => ['name' => 'DescribeClusterVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterVersionsMessage'], 'output' => ['shape' => 'ClusterVersionsMessage', 'resultWrapper' => 'DescribeClusterVersionsResult']], 'DescribeClusters' => ['name' => 'DescribeClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClustersMessage'], 'output' => ['shape' => 'ClustersMessage', 'resultWrapper' => 'DescribeClustersResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeDefaultClusterParameters' => ['name' => 'DescribeDefaultClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDefaultClusterParametersMessage'], 'output' => ['shape' => 'DescribeDefaultClusterParametersResult', 'resultWrapper' => 'DescribeDefaultClusterParametersResult']], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'EventCategoriesMessage', 'resultWrapper' => 'DescribeEventCategoriesResult']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'EventSubscriptionsMessage', 'resultWrapper' => 'DescribeEventSubscriptionsResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeHsmClientCertificates' => ['name' => 'DescribeHsmClientCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHsmClientCertificatesMessage'], 'output' => ['shape' => 'HsmClientCertificateMessage', 'resultWrapper' => 'DescribeHsmClientCertificatesResult'], 'errors' => [['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeHsmConfigurations' => ['name' => 'DescribeHsmConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHsmConfigurationsMessage'], 'output' => ['shape' => 'HsmConfigurationMessage', 'resultWrapper' => 'DescribeHsmConfigurationsResult'], 'errors' => [['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeLoggingStatus' => ['name' => 'DescribeLoggingStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoggingStatusMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'DescribeLoggingStatusResult'], 'errors' => [['shape' => 'ClusterNotFoundFault']]], 'DescribeNodeConfigurationOptions' => ['name' => 'DescribeNodeConfigurationOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNodeConfigurationOptionsMessage'], 'output' => ['shape' => 'NodeConfigurationOptionsMessage', 'resultWrapper' => 'DescribeNodeConfigurationOptionsResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'AccessToSnapshotDeniedFault']]], 'DescribeOrderableClusterOptions' => ['name' => 'DescribeOrderableClusterOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableClusterOptionsMessage'], 'output' => ['shape' => 'OrderableClusterOptionsMessage', 'resultWrapper' => 'DescribeOrderableClusterOptionsResult']], 'DescribeReservedNodeOfferings' => ['name' => 'DescribeReservedNodeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedNodeOfferingsMessage'], 'output' => ['shape' => 'ReservedNodeOfferingsMessage', 'resultWrapper' => 'DescribeReservedNodeOfferingsResult'], 'errors' => [['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'DescribeReservedNodes' => ['name' => 'DescribeReservedNodes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedNodesMessage'], 'output' => ['shape' => 'ReservedNodesMessage', 'resultWrapper' => 'DescribeReservedNodesResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'DescribeResize' => ['name' => 'DescribeResize', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResizeMessage'], 'output' => ['shape' => 'ResizeProgressMessage', 'resultWrapper' => 'DescribeResizeResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ResizeNotFoundFault']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsMessage'], 'output' => ['shape' => 'ScheduledActionsMessage', 'resultWrapper' => 'DescribeScheduledActionsResult'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'UnauthorizedOperation']]], 'DescribeSnapshotCopyGrants' => ['name' => 'DescribeSnapshotCopyGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotCopyGrantsMessage'], 'output' => ['shape' => 'SnapshotCopyGrantMessage', 'resultWrapper' => 'DescribeSnapshotCopyGrantsResult'], 'errors' => [['shape' => 'SnapshotCopyGrantNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeSnapshotSchedules' => ['name' => 'DescribeSnapshotSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotSchedulesMessage'], 'output' => ['shape' => 'DescribeSnapshotSchedulesOutputMessage', 'resultWrapper' => 'DescribeSnapshotSchedulesResult']], 'DescribeStorage' => ['name' => 'DescribeStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'CustomerStorageMessage', 'resultWrapper' => 'DescribeStorageResult']], 'DescribeTableRestoreStatus' => ['name' => 'DescribeTableRestoreStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTableRestoreStatusMessage'], 'output' => ['shape' => 'TableRestoreStatusMessage', 'resultWrapper' => 'DescribeTableRestoreStatusResult'], 'errors' => [['shape' => 'TableRestoreNotFoundFault'], ['shape' => 'ClusterNotFoundFault']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsMessage'], 'output' => ['shape' => 'TaggedResourceListMessage', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DisableLogging' => ['name' => 'DisableLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableLoggingMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'DisableLoggingResult'], 'errors' => [['shape' => 'ClusterNotFoundFault']]], 'DisableSnapshotCopy' => ['name' => 'DisableSnapshotCopy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableSnapshotCopyMessage'], 'output' => ['shape' => 'DisableSnapshotCopyResult', 'resultWrapper' => 'DisableSnapshotCopyResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotCopyAlreadyDisabledFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnauthorizedOperation']]], 'EnableLogging' => ['name' => 'EnableLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableLoggingMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'EnableLoggingResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'BucketNotFoundFault'], ['shape' => 'InsufficientS3BucketPolicyFault'], ['shape' => 'InvalidS3KeyPrefixFault'], ['shape' => 'InvalidS3BucketNameFault'], ['shape' => 'InvalidClusterStateFault']]], 'EnableSnapshotCopy' => ['name' => 'EnableSnapshotCopy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableSnapshotCopyMessage'], 'output' => ['shape' => 'EnableSnapshotCopyResult', 'resultWrapper' => 'EnableSnapshotCopyResult'], 'errors' => [['shape' => 'IncompatibleOrderableOptions'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'CopyToRegionDisabledFault'], ['shape' => 'SnapshotCopyAlreadyEnabledFault'], ['shape' => 'UnknownSnapshotCopyRegionFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'SnapshotCopyGrantNotFoundFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'GetClusterCredentials' => ['name' => 'GetClusterCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetClusterCredentialsMessage'], 'output' => ['shape' => 'ClusterCredentials', 'resultWrapper' => 'GetClusterCredentialsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'UnsupportedOperationFault']]], 'GetReservedNodeExchangeOfferings' => ['name' => 'GetReservedNodeExchangeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservedNodeExchangeOfferingsInputMessage'], 'output' => ['shape' => 'GetReservedNodeExchangeOfferingsOutputMessage', 'resultWrapper' => 'GetReservedNodeExchangeOfferingsResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'InvalidReservedNodeStateFault'], ['shape' => 'ReservedNodeAlreadyMigratedFault'], ['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'ModifyCluster' => ['name' => 'ModifyCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterMessage'], 'output' => ['shape' => 'ModifyClusterResult', 'resultWrapper' => 'ModifyClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'UnsupportedOptionFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'TableLimitExceededFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifyClusterDbRevision' => ['name' => 'ModifyClusterDbRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterDbRevisionMessage'], 'output' => ['shape' => 'ModifyClusterDbRevisionResult', 'resultWrapper' => 'ModifyClusterDbRevisionResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterOnLatestRevisionFault'], ['shape' => 'InvalidClusterStateFault']]], 'ModifyClusterIamRoles' => ['name' => 'ModifyClusterIamRoles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterIamRolesMessage'], 'output' => ['shape' => 'ModifyClusterIamRolesResult', 'resultWrapper' => 'ModifyClusterIamRolesResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault']]], 'ModifyClusterMaintenance' => ['name' => 'ModifyClusterMaintenance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterMaintenanceMessage'], 'output' => ['shape' => 'ModifyClusterMaintenanceResult', 'resultWrapper' => 'ModifyClusterMaintenanceResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'ModifyClusterParameterGroup' => ['name' => 'ModifyClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterParameterGroupMessage'], 'output' => ['shape' => 'ClusterParameterGroupNameMessage', 'resultWrapper' => 'ModifyClusterParameterGroupResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidClusterParameterGroupStateFault']]], 'ModifyClusterSnapshot' => ['name' => 'ModifyClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSnapshotMessage'], 'output' => ['shape' => 'ModifyClusterSnapshotResult', 'resultWrapper' => 'ModifyClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifyClusterSnapshotSchedule' => ['name' => 'ModifyClusterSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSnapshotScheduleMessage'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'InvalidClusterSnapshotScheduleStateFault']]], 'ModifyClusterSubnetGroup' => ['name' => 'ModifyClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSubnetGroupMessage'], 'output' => ['shape' => 'ModifyClusterSubnetGroupResult', 'resultWrapper' => 'ModifyClusterSubnetGroupResult'], 'errors' => [['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'ClusterSubnetQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResult', 'resultWrapper' => 'ModifyEventSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionEventIdNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SubscriptionSeverityNotFoundFault'], ['shape' => 'SourceNotFoundFault'], ['shape' => 'InvalidSubscriptionStateFault']]], 'ModifyScheduledAction' => ['name' => 'ModifyScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyScheduledActionMessage'], 'output' => ['shape' => 'ScheduledAction', 'resultWrapper' => 'ModifyScheduledActionResult'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'ScheduledActionTypeUnsupportedFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'InvalidScheduledActionFault'], ['shape' => 'UnauthorizedOperation']]], 'ModifySnapshotCopyRetentionPeriod' => ['name' => 'ModifySnapshotCopyRetentionPeriod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotCopyRetentionPeriodMessage'], 'output' => ['shape' => 'ModifySnapshotCopyRetentionPeriodResult', 'resultWrapper' => 'ModifySnapshotCopyRetentionPeriodResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotCopyDisabledFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifySnapshotSchedule' => ['name' => 'ModifySnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotScheduleMessage'], 'output' => ['shape' => 'SnapshotSchedule', 'resultWrapper' => 'ModifySnapshotScheduleResult'], 'errors' => [['shape' => 'InvalidScheduleFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'SnapshotScheduleUpdateInProgressFault']]], 'PauseCluster' => ['name' => 'PauseCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PauseClusterMessage'], 'output' => ['shape' => 'PauseClusterResult', 'resultWrapper' => 'PauseClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'PurchaseReservedNodeOffering' => ['name' => 'PurchaseReservedNodeOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedNodeOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedNodeOfferingResult', 'resultWrapper' => 'PurchaseReservedNodeOfferingResult'], 'errors' => [['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'ReservedNodeAlreadyExistsFault'], ['shape' => 'ReservedNodeQuotaExceededFault'], ['shape' => 'UnsupportedOperationFault']]], 'RebootCluster' => ['name' => 'RebootCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootClusterMessage'], 'output' => ['shape' => 'RebootClusterResult', 'resultWrapper' => 'RebootClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault']]], 'ResetClusterParameterGroup' => ['name' => 'ResetClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetClusterParameterGroupMessage'], 'output' => ['shape' => 'ClusterParameterGroupNameMessage', 'resultWrapper' => 'ResetClusterParameterGroupResult'], 'errors' => [['shape' => 'InvalidClusterParameterGroupStateFault'], ['shape' => 'ClusterParameterGroupNotFoundFault']]], 'ResizeCluster' => ['name' => 'ResizeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResizeClusterMessage'], 'output' => ['shape' => 'ResizeClusterResult', 'resultWrapper' => 'ResizeClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'UnsupportedOptionFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'LimitExceededFault']]], 'RestoreFromClusterSnapshot' => ['name' => 'RestoreFromClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreFromClusterSnapshotMessage'], 'output' => ['shape' => 'RestoreFromClusterSnapshotResult', 'resultWrapper' => 'RestoreFromClusterSnapshotResult'], 'errors' => [['shape' => 'AccessToSnapshotDeniedFault'], ['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'ClusterQuotaExceededFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'RestoreTableFromClusterSnapshot' => ['name' => 'RestoreTableFromClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreTableFromClusterSnapshotMessage'], 'output' => ['shape' => 'RestoreTableFromClusterSnapshotResult', 'resultWrapper' => 'RestoreTableFromClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InProgressTableRestoreQuotaExceededFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'InvalidTableRestoreArgumentFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnsupportedOperationFault']]], 'ResumeCluster' => ['name' => 'ResumeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResumeClusterMessage'], 'output' => ['shape' => 'ResumeClusterResult', 'resultWrapper' => 'ResumeClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'RevokeClusterSecurityGroupIngress' => ['name' => 'RevokeClusterSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeClusterSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeClusterSecurityGroupIngressResult', 'resultWrapper' => 'RevokeClusterSecurityGroupIngressResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault']]], 'RevokeSnapshotAccess' => ['name' => 'RevokeSnapshotAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSnapshotAccessMessage'], 'output' => ['shape' => 'RevokeSnapshotAccessResult', 'resultWrapper' => 'RevokeSnapshotAccessResult'], 'errors' => [['shape' => 'AccessToSnapshotDeniedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'ClusterSnapshotNotFoundFault']]], 'RotateEncryptionKey' => ['name' => 'RotateEncryptionKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RotateEncryptionKeyMessage'], 'output' => ['shape' => 'RotateEncryptionKeyResult', 'resultWrapper' => 'RotateEncryptionKeyResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]]], 'shapes' => ['AcceptReservedNodeExchangeInputMessage' => ['type' => 'structure', 'required' => ['ReservedNodeId', 'TargetReservedNodeOfferingId'], 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'TargetReservedNodeOfferingId' => ['shape' => 'String']]], 'AcceptReservedNodeExchangeOutputMessage' => ['type' => 'structure', 'members' => ['ExchangedReservedNode' => ['shape' => 'ReservedNode']]], 'AccessToSnapshotDeniedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AccessToSnapshotDenied', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AccountAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']]], 'AccountAttributeList' => ['type' => 'structure', 'members' => ['AccountAttributes' => ['shape' => 'AttributeList']]], 'AccountWithRestoreAccess' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'String'], 'AccountAlias' => ['shape' => 'String']]], 'AccountsWithRestoreAccessList' => ['type' => 'list', 'member' => ['shape' => 'AccountWithRestoreAccess', 'locationName' => 'AccountWithRestoreAccess']], 'ActionType' => ['type' => 'string', 'enum' => ['restore-cluster', 'recommend-node-config', 'resize-cluster']], 'AssociatedClusterList' => ['type' => 'list', 'member' => ['shape' => 'ClusterAssociatedToSchedule', 'locationName' => 'ClusterAssociatedToSchedule']], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute', 'locationName' => 'AccountAttribute']], 'AttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AttributeName']], 'AttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'AttributeValueTarget', 'locationName' => 'AttributeValueTarget']], 'AttributeValueTarget' => ['type' => 'structure', 'members' => ['AttributeValue' => ['shape' => 'String']]], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizeClusterSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeClusterSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'AuthorizeSnapshotAccessMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'AccountWithRestoreAccess'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'AccountWithRestoreAccess' => ['shape' => 'String']]], 'AuthorizeSnapshotAccessResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'SupportedPlatforms' => ['shape' => 'SupportedPlatformsList']], 'wrapper' => \true], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'AvailabilityZone']], 'BatchDeleteClusterSnapshotsRequest' => ['type' => 'structure', 'required' => ['Identifiers'], 'members' => ['Identifiers' => ['shape' => 'DeleteClusterSnapshotMessageList']]], 'BatchDeleteClusterSnapshotsResult' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'SnapshotIdentifierList'], 'Errors' => ['shape' => 'BatchSnapshotOperationErrorList']]], 'BatchDeleteRequestSizeExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BatchDeleteRequestSizeExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchModifyClusterSnapshotsLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BatchModifyClusterSnapshotsLimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchModifyClusterSnapshotsMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifierList'], 'members' => ['SnapshotIdentifierList' => ['shape' => 'SnapshotIdentifierList'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Force' => ['shape' => 'Boolean']]], 'BatchModifyClusterSnapshotsOutputMessage' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'SnapshotIdentifierList'], 'Errors' => ['shape' => 'BatchSnapshotOperationErrors']]], 'BatchSnapshotOperationErrorList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotErrorMessage', 'locationName' => 'SnapshotErrorMessage']], 'BatchSnapshotOperationErrors' => ['type' => 'list', 'member' => ['shape' => 'SnapshotErrorMessage', 'locationName' => 'SnapshotErrorMessage']], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'BucketNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BucketNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CancelResizeMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'Cluster' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'ClusterStatus' => ['shape' => 'String'], 'ClusterAvailabilityStatus' => ['shape' => 'String'], 'ModifyStatus' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'Endpoint'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupMembershipList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'ClusterParameterGroups' => ['shape' => 'ClusterParameterGroupStatusList'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'Boolean'], 'NumberOfNodes' => ['shape' => 'Integer'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'RestoreStatus' => ['shape' => 'RestoreStatus'], 'DataTransferProgress' => ['shape' => 'DataTransferProgress'], 'HsmStatus' => ['shape' => 'HsmStatus'], 'ClusterSnapshotCopyStatus' => ['shape' => 'ClusterSnapshotCopyStatus'], 'ClusterPublicKey' => ['shape' => 'String'], 'ClusterNodes' => ['shape' => 'ClusterNodesList'], 'ElasticIpStatus' => ['shape' => 'ElasticIpStatus'], 'ClusterRevisionNumber' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'Boolean'], 'IamRoles' => ['shape' => 'ClusterIamRoleList'], 'PendingActions' => ['shape' => 'PendingActionsList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'ElasticResizeNumberOfNodeOptions' => ['shape' => 'String'], 'DeferredMaintenanceWindows' => ['shape' => 'DeferredMaintenanceWindowsList'], 'SnapshotScheduleIdentifier' => ['shape' => 'String'], 'SnapshotScheduleState' => ['shape' => 'ScheduleState'], 'ExpectedNextSnapshotScheduleTime' => ['shape' => 'TStamp'], 'ExpectedNextSnapshotScheduleTimeStatus' => ['shape' => 'String'], 'NextMaintenanceWindowStartTime' => ['shape' => 'TStamp'], 'ResizeInfo' => ['shape' => 'ResizeInfo']], 'wrapper' => \true], 'ClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterAssociatedToSchedule' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleAssociationState' => ['shape' => 'ScheduleState']]], 'ClusterCredentials' => ['type' => 'structure', 'members' => ['DbUser' => ['shape' => 'String'], 'DbPassword' => ['shape' => 'SensitiveString'], 'Expiration' => ['shape' => 'TStamp']]], 'ClusterDbRevision' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'CurrentDatabaseRevision' => ['shape' => 'String'], 'DatabaseRevisionReleaseDate' => ['shape' => 'TStamp'], 'RevisionTargets' => ['shape' => 'RevisionTargetsList']]], 'ClusterDbRevisionsList' => ['type' => 'list', 'member' => ['shape' => 'ClusterDbRevision', 'locationName' => 'ClusterDbRevision']], 'ClusterDbRevisionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterDbRevisions' => ['shape' => 'ClusterDbRevisionsList']]], 'ClusterIamRole' => ['type' => 'structure', 'members' => ['IamRoleArn' => ['shape' => 'String'], 'ApplyStatus' => ['shape' => 'String']]], 'ClusterIamRoleList' => ['type' => 'list', 'member' => ['shape' => 'ClusterIamRole', 'locationName' => 'ClusterIamRole']], 'ClusterList' => ['type' => 'list', 'member' => ['shape' => 'Cluster', 'locationName' => 'Cluster']], 'ClusterNode' => ['type' => 'structure', 'members' => ['NodeRole' => ['shape' => 'String'], 'PrivateIPAddress' => ['shape' => 'String'], 'PublicIPAddress' => ['shape' => 'String']]], 'ClusterNodesList' => ['type' => 'list', 'member' => ['shape' => 'ClusterNode']], 'ClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterOnLatestRevisionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterOnLatestRevision', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroup' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'ClusterParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupStatus' => ['shape' => 'String']]], 'ClusterParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupStatus' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'ClusterParameterStatusList' => ['shape' => 'ClusterParameterStatusList']]], 'ClusterParameterGroupStatusList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterGroupStatus', 'locationName' => 'ClusterParameterGroup']], 'ClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ParameterGroups' => ['shape' => 'ParameterGroupList']]], 'ClusterParameterStatus' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'ParameterApplyErrorDescription' => ['shape' => 'String']]], 'ClusterParameterStatusList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterStatus']], 'ClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroup' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList'], 'IPRanges' => ['shape' => 'IPRangeList'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroupMembership' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'ClusterSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'ClusterSecurityGroupMembership', 'locationName' => 'ClusterSecurityGroup']], 'ClusterSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroups']]], 'ClusterSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ClusterSecurityGroupName']], 'ClusterSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.ClusterSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'ClusterSecurityGroup', 'locationName' => 'ClusterSecurityGroup']], 'ClusterSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSnapshotCopyStatus' => ['type' => 'structure', 'members' => ['DestinationRegion' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'Long'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'SnapshotCopyGrantName' => ['shape' => 'String']]], 'ClusterSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterSnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroup' => ['type' => 'structure', 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterSubnetGroups' => ['shape' => 'ClusterSubnetGroups']]], 'ClusterSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'ClusterSubnetGroup', 'locationName' => 'ClusterSubnetGroup']], 'ClusterSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterVersion' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'ClusterVersionList' => ['type' => 'list', 'member' => ['shape' => 'ClusterVersion', 'locationName' => 'ClusterVersion']], 'ClusterVersionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterVersions' => ['shape' => 'ClusterVersionList']]], 'ClustersMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Clusters' => ['shape' => 'ClusterList']]], 'CopyClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceSnapshotIdentifier', 'TargetSnapshotIdentifier'], 'members' => ['SourceSnapshotIdentifier' => ['shape' => 'String'], 'SourceSnapshotClusterIdentifier' => ['shape' => 'String'], 'TargetSnapshotIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'CopyClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CopyToRegionDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CopyToRegionDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CreateClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'NodeType', 'MasterUsername', 'MasterUserPassword'], 'members' => ['DBName' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Port' => ['shape' => 'IntegerOptional'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Encrypted' => ['shape' => 'BooleanOptional'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'ElasticIp' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'AdditionalInfo' => ['shape' => 'String'], 'IamRoles' => ['shape' => 'IamRoleArnList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'SnapshotScheduleIdentifier' => ['shape' => 'String']]], 'CreateClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName', 'ParameterGroupFamily', 'Description'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['ClusterParameterGroup' => ['shape' => 'ClusterParameterGroup']]], 'CreateClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'CreateClusterSecurityGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName', 'Description'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSecurityGroupResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'CreateClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'ClusterIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CreateClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName', 'Description', 'SubnetIds'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSubnetGroupResult' => ['type' => 'structure', 'members' => ['ClusterSubnetGroup' => ['shape' => 'ClusterSubnetGroup']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateHsmClientCertificateMessage' => ['type' => 'structure', 'required' => ['HsmClientCertificateIdentifier'], 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateHsmClientCertificateResult' => ['type' => 'structure', 'members' => ['HsmClientCertificate' => ['shape' => 'HsmClientCertificate']]], 'CreateHsmConfigurationMessage' => ['type' => 'structure', 'required' => ['HsmConfigurationIdentifier', 'Description', 'HsmIpAddress', 'HsmPartitionName', 'HsmPartitionPassword', 'HsmServerPublicCertificate'], 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'HsmIpAddress' => ['shape' => 'String'], 'HsmPartitionName' => ['shape' => 'String'], 'HsmPartitionPassword' => ['shape' => 'String'], 'HsmServerPublicCertificate' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateHsmConfigurationResult' => ['type' => 'structure', 'members' => ['HsmConfiguration' => ['shape' => 'HsmConfiguration']]], 'CreateScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName', 'TargetAction', 'Schedule', 'IamRole'], 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Enable' => ['shape' => 'BooleanOptional']]], 'CreateSnapshotCopyGrantMessage' => ['type' => 'structure', 'required' => ['SnapshotCopyGrantName'], 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateSnapshotCopyGrantResult' => ['type' => 'structure', 'members' => ['SnapshotCopyGrant' => ['shape' => 'SnapshotCopyGrant']]], 'CreateSnapshotScheduleMessage' => ['type' => 'structure', 'members' => ['ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList'], 'ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'DryRun' => ['shape' => 'BooleanOptional'], 'NextInvocations' => ['shape' => 'IntegerOptional']]], 'CreateTagsMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CustomerStorageMessage' => ['type' => 'structure', 'members' => ['TotalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'TotalProvisionedStorageInMegaBytes' => ['shape' => 'Double']]], 'DataTransferProgress' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CurrentRateInMegaBytesPerSecond' => ['shape' => 'DoubleOptional'], 'TotalDataInMegaBytes' => ['shape' => 'Long'], 'DataTransferredInMegaBytes' => ['shape' => 'Long'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'LongOptional'], 'ElapsedTimeInSeconds' => ['shape' => 'LongOptional']]], 'DbGroupList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'DbGroup']], 'DefaultClusterParameters' => ['type' => 'structure', 'members' => ['ParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']], 'wrapper' => \true], 'DeferredMaintenanceWindow' => ['type' => 'structure', 'members' => ['DeferMaintenanceIdentifier' => ['shape' => 'String'], 'DeferMaintenanceStartTime' => ['shape' => 'TStamp'], 'DeferMaintenanceEndTime' => ['shape' => 'TStamp']]], 'DeferredMaintenanceWindowsList' => ['type' => 'list', 'member' => ['shape' => 'DeferredMaintenanceWindow', 'locationName' => 'DeferredMaintenanceWindow']], 'DeleteClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SkipFinalClusterSnapshot' => ['shape' => 'Boolean'], 'FinalClusterSnapshotIdentifier' => ['shape' => 'String'], 'FinalClusterSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'DeleteClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String']]], 'DeleteClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'DeleteClusterSecurityGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String']]], 'DeleteClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String']]], 'DeleteClusterSnapshotMessageList' => ['type' => 'list', 'member' => ['shape' => 'DeleteClusterSnapshotMessage', 'locationName' => 'DeleteClusterSnapshotMessage']], 'DeleteClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'DeleteClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteHsmClientCertificateMessage' => ['type' => 'structure', 'required' => ['HsmClientCertificateIdentifier'], 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String']]], 'DeleteHsmConfigurationMessage' => ['type' => 'structure', 'required' => ['HsmConfigurationIdentifier'], 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String']]], 'DeleteScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'String']]], 'DeleteSnapshotCopyGrantMessage' => ['type' => 'structure', 'required' => ['SnapshotCopyGrantName'], 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String']]], 'DeleteSnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ScheduleIdentifier'], 'members' => ['ScheduleIdentifier' => ['shape' => 'String']]], 'DeleteTagsMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DependentServiceRequestThrottlingFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DependentServiceRequestThrottlingFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DependentServiceUnavailableFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DependentServiceUnavailableFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => ['AttributeNames' => ['shape' => 'AttributeNameList']]], 'DescribeClusterDbRevisionsMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterParametersMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterSnapshotsMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'OwnerAccount' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList'], 'ClusterExists' => ['shape' => 'BooleanOptional'], 'SortingEntities' => ['shape' => 'SnapshotSortingEntityList']]], 'DescribeClusterSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterTracksMessage' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterVersionsMessage' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClustersMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeDefaultClusterParametersMessage' => ['type' => 'structure', 'required' => ['ParameterGroupFamily'], 'members' => ['ParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDefaultClusterParametersResult' => ['type' => 'structure', 'members' => ['DefaultClusterParameters' => ['shape' => 'DefaultClusterParameters']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeHsmClientCertificatesMessage' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeHsmConfigurationsMessage' => ['type' => 'structure', 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeLoggingStatusMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DescribeNodeConfigurationOptionsMessage' => ['type' => 'structure', 'required' => ['ActionType'], 'members' => ['ActionType' => ['shape' => 'ActionType'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'OwnerAccount' => ['shape' => 'String'], 'Filters' => ['shape' => 'NodeConfigurationOptionsFilterList', 'locationName' => 'Filter'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeOrderableClusterOptionsMessage' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedNodeOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedNodesMessage' => ['type' => 'structure', 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeResizeMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DescribeScheduledActionsMessage' => ['type' => 'structure', 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetActionType' => ['shape' => 'ScheduledActionTypeValues'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Active' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'ScheduledActionFilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeSnapshotCopyGrantsMessage' => ['type' => 'structure', 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeSnapshotSchedulesMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleIdentifier' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeSnapshotSchedulesOutputMessage' => ['type' => 'structure', 'members' => ['SnapshotSchedules' => ['shape' => 'SnapshotScheduleList'], 'Marker' => ['shape' => 'String']]], 'DescribeTableRestoreStatusMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'TableRestoreRequestId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeTagsMessage' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DisableLoggingMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DisableSnapshotCopyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DisableSnapshotCopyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'Double' => ['type' => 'double'], 'DoubleOptional' => ['type' => 'double'], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'ElasticIpStatus' => ['type' => 'structure', 'members' => ['ElasticIp' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'EligibleTracksToUpdateList' => ['type' => 'list', 'member' => ['shape' => 'UpdateTarget', 'locationName' => 'UpdateTarget']], 'EnableLoggingMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'BucketName'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'S3KeyPrefix' => ['shape' => 'String']]], 'EnableSnapshotCopyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'DestinationRegion'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'IntegerOptional'], 'SnapshotCopyGrantName' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'EnableSnapshotCopyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Date' => ['shape' => 'TStamp'], 'EventId' => ['shape' => 'String']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'EventCategory']], 'EventCategoriesMap' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Events' => ['shape' => 'EventInfoMapList']], 'wrapper' => \true], 'EventCategoriesMapList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoriesMap', 'locationName' => 'EventCategoriesMap']], 'EventCategoriesMessage' => ['type' => 'structure', 'members' => ['EventCategoriesMapList' => ['shape' => 'EventCategoriesMapList']]], 'EventInfoMap' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'EventDescription' => ['shape' => 'String'], 'Severity' => ['shape' => 'String']], 'wrapper' => \true], 'EventInfoMapList' => ['type' => 'list', 'member' => ['shape' => 'EventInfoMap', 'locationName' => 'EventInfoMap']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'TStamp'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'EventSubscriptionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'EventSubscriptionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription', 'locationName' => 'EventSubscription']], 'EventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'GetClusterCredentialsMessage' => ['type' => 'structure', 'required' => ['DbUser', 'ClusterIdentifier'], 'members' => ['DbUser' => ['shape' => 'String'], 'DbName' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'DurationSeconds' => ['shape' => 'IntegerOptional'], 'AutoCreate' => ['shape' => 'BooleanOptional'], 'DbGroups' => ['shape' => 'DbGroupList']]], 'GetReservedNodeExchangeOfferingsInputMessage' => ['type' => 'structure', 'required' => ['ReservedNodeId'], 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'GetReservedNodeExchangeOfferingsOutputMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodeOfferings' => ['shape' => 'ReservedNodeOfferingList']]], 'HsmClientCertificate' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmClientCertificatePublicKey' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'HsmClientCertificateAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmClientCertificateList' => ['type' => 'list', 'member' => ['shape' => 'HsmClientCertificate', 'locationName' => 'HsmClientCertificate']], 'HsmClientCertificateMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'HsmClientCertificates' => ['shape' => 'HsmClientCertificateList']]], 'HsmClientCertificateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmClientCertificateQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfiguration' => ['type' => 'structure', 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'HsmIpAddress' => ['shape' => 'String'], 'HsmPartitionName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'HsmConfigurationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'HsmConfiguration', 'locationName' => 'HsmConfiguration']], 'HsmConfigurationMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'HsmConfigurations' => ['shape' => 'HsmConfigurationList']]], 'HsmConfigurationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfigurationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmStatus' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'IPRange' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'IPRangeList' => ['type' => 'list', 'member' => ['shape' => 'IPRange', 'locationName' => 'IPRange']], 'IamRoleArnList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'IamRoleArn']], 'ImportTablesCompleted' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportTablesInProgress' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportTablesNotStarted' => ['type' => 'list', 'member' => ['shape' => 'String']], 'InProgressTableRestoreQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InProgressTableRestoreQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IncompatibleOrderableOptions' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IncompatibleOrderableOptions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientS3BucketPolicyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientS3BucketPolicyFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidClusterParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSnapshotScheduleStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSnapshotScheduleState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSubnetGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSubnetGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSubnetStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSubnetStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterTrackFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterTrack', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidElasticIpFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidElasticIpFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidHsmClientCertificateStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidHsmClientCertificateStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidHsmConfigurationStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidHsmConfigurationStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidReservedNodeStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidReservedNodeState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidRestoreFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRestore', 'httpStatusCode' => 406, 'senderFault' => \true], 'exception' => \true], 'InvalidRetentionPeriodFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRetentionPeriodFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3BucketNameFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3BucketNameFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3KeyPrefixFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3KeyPrefixFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidScheduleFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSchedule', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidScheduledActionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidScheduledAction', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSnapshotCopyGrantStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSnapshotCopyGrantStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubscriptionStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubscriptionStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTableRestoreArgumentFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTableRestoreArgument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTagFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTagFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoggingStatus' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'Boolean'], 'BucketName' => ['shape' => 'String'], 'S3KeyPrefix' => ['shape' => 'String'], 'LastSuccessfulDeliveryTime' => ['shape' => 'TStamp'], 'LastFailureTime' => ['shape' => 'TStamp'], 'LastFailureMessage' => ['shape' => 'String']]], 'Long' => ['type' => 'long'], 'LongOptional' => ['type' => 'long'], 'MaintenanceTrack' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'DatabaseVersion' => ['shape' => 'String'], 'UpdateTargets' => ['shape' => 'EligibleTracksToUpdateList']]], 'Mode' => ['type' => 'string', 'enum' => ['standard', 'high-performance']], 'ModifyClusterDbRevisionMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'RevisionTarget'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'RevisionTarget' => ['shape' => 'String']]], 'ModifyClusterDbRevisionResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterIamRolesMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'AddIamRoles' => ['shape' => 'IamRoleArnList'], 'RemoveIamRoles' => ['shape' => 'IamRoleArnList']]], 'ModifyClusterIamRolesResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterMaintenanceMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'DeferMaintenance' => ['shape' => 'BooleanOptional'], 'DeferMaintenanceIdentifier' => ['shape' => 'String'], 'DeferMaintenanceStartTime' => ['shape' => 'TStamp'], 'DeferMaintenanceEndTime' => ['shape' => 'TStamp'], 'DeferMaintenanceDuration' => ['shape' => 'IntegerOptional']]], 'ModifyClusterMaintenanceResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'MasterUserPassword' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'NewClusterIdentifier' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'ElasticIp' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'MaintenanceTrackName' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String']]], 'ModifyClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName', 'Parameters'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Force' => ['shape' => 'Boolean']]], 'ModifyClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'ModifyClusterSnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleIdentifier' => ['shape' => 'String'], 'DisassociateSchedule' => ['shape' => 'BooleanOptional']]], 'ModifyClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName', 'SubnetIds'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyClusterSubnetGroupResult' => ['type' => 'structure', 'members' => ['ClusterSubnetGroup' => ['shape' => 'ClusterSubnetGroup']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Enable' => ['shape' => 'BooleanOptional']]], 'ModifySnapshotCopyRetentionPeriodMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'RetentionPeriod'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'Integer'], 'Manual' => ['shape' => 'Boolean']]], 'ModifySnapshotCopyRetentionPeriodResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifySnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ScheduleIdentifier', 'ScheduleDefinitions'], 'members' => ['ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList']]], 'NodeConfigurationOption' => ['type' => 'structure', 'members' => ['NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'EstimatedDiskUtilizationPercent' => ['shape' => 'DoubleOptional'], 'Mode' => ['shape' => 'Mode']]], 'NodeConfigurationOptionList' => ['type' => 'list', 'member' => ['shape' => 'NodeConfigurationOption', 'locationName' => 'NodeConfigurationOption']], 'NodeConfigurationOptionsFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NodeConfigurationOptionsFilterName'], 'Operator' => ['shape' => 'OperatorType'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'NodeConfigurationOptionsFilterList' => ['type' => 'list', 'member' => ['shape' => 'NodeConfigurationOptionsFilter', 'locationName' => 'NodeConfigurationOptionsFilter']], 'NodeConfigurationOptionsFilterName' => ['type' => 'string', 'enum' => ['NodeType', 'NumberOfNodes', 'EstimatedDiskUtilizationPercent', 'Mode']], 'NodeConfigurationOptionsMessage' => ['type' => 'structure', 'members' => ['NodeConfigurationOptionList' => ['shape' => 'NodeConfigurationOptionList'], 'Marker' => ['shape' => 'String']]], 'NumberOfNodesPerClusterLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NumberOfNodesPerClusterLimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NumberOfNodesQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NumberOfNodesQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OperatorType' => ['type' => 'string', 'enum' => ['eq', 'lt', 'gt', 'le', 'ge', 'in', 'between']], 'OrderableClusterOption' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList']], 'wrapper' => \true], 'OrderableClusterOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OrderableClusterOption', 'locationName' => 'OrderableClusterOption']], 'OrderableClusterOptionsMessage' => ['type' => 'structure', 'members' => ['OrderableClusterOptions' => ['shape' => 'OrderableClusterOptionsList'], 'Marker' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'ParameterApplyType'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String']]], 'ParameterApplyType' => ['type' => 'string', 'enum' => ['static', 'dynamic']], 'ParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterGroup', 'locationName' => 'ClusterParameterGroup']], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PauseClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'PauseClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'PendingActionsList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['MasterUserPassword' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'ClusterType' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ClusterIdentifier' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'MaintenanceTrackName' => ['shape' => 'String'], 'EncryptionType' => ['shape' => 'String']]], 'PurchaseReservedNodeOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedNodeOfferingId'], 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeCount' => ['shape' => 'IntegerOptional']]], 'PurchaseReservedNodeOfferingResult' => ['type' => 'structure', 'members' => ['ReservedNode' => ['shape' => 'ReservedNode']]], 'RebootClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'RebootClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'ReservedNode' => ['type' => 'structure', 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'NodeCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedNodeOfferingType' => ['shape' => 'ReservedNodeOfferingType']], 'wrapper' => \true], 'ReservedNodeAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeAlreadyMigratedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeAlreadyMigrated', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeList' => ['type' => 'list', 'member' => ['shape' => 'ReservedNode', 'locationName' => 'ReservedNode']], 'ReservedNodeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeOffering' => ['type' => 'structure', 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedNodeOfferingType' => ['shape' => 'ReservedNodeOfferingType']], 'wrapper' => \true], 'ReservedNodeOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedNodeOffering', 'locationName' => 'ReservedNodeOffering']], 'ReservedNodeOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeOfferingType' => ['type' => 'string', 'enum' => ['Regular', 'Upgradable']], 'ReservedNodeOfferingsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodeOfferings' => ['shape' => 'ReservedNodeOfferingList']]], 'ReservedNodeQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedNodesMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodes' => ['shape' => 'ReservedNodeList']]], 'ResetClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResizeClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'Classic' => ['shape' => 'BooleanOptional']]], 'ResizeClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ResizeInfo' => ['type' => 'structure', 'members' => ['ResizeType' => ['shape' => 'String'], 'AllowCancelResize' => ['shape' => 'Boolean']]], 'ResizeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResizeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResizeProgressMessage' => ['type' => 'structure', 'members' => ['TargetNodeType' => ['shape' => 'String'], 'TargetNumberOfNodes' => ['shape' => 'IntegerOptional'], 'TargetClusterType' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'ImportTablesCompleted' => ['shape' => 'ImportTablesCompleted'], 'ImportTablesInProgress' => ['shape' => 'ImportTablesInProgress'], 'ImportTablesNotStarted' => ['shape' => 'ImportTablesNotStarted'], 'AvgResizeRateInMegaBytesPerSecond' => ['shape' => 'DoubleOptional'], 'TotalResizeDataInMegaBytes' => ['shape' => 'LongOptional'], 'ProgressInMegaBytes' => ['shape' => 'LongOptional'], 'ElapsedTimeInSeconds' => ['shape' => 'LongOptional'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'LongOptional'], 'ResizeType' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'TargetEncryptionType' => ['shape' => 'String'], 'DataTransferProgressPercent' => ['shape' => 'DoubleOptional']]], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'RestorableNodeTypeList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'NodeType']], 'RestoreFromClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'SnapshotIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'OwnerAccount' => ['shape' => 'String'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'ElasticIp' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'KmsKeyId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'AdditionalInfo' => ['shape' => 'String'], 'IamRoles' => ['shape' => 'IamRoleArnList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'SnapshotScheduleIdentifier' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional']]], 'RestoreFromClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RestoreStatus' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CurrentRestoreRateInMegaBytesPerSecond' => ['shape' => 'Double'], 'SnapshotSizeInMegaBytes' => ['shape' => 'Long'], 'ProgressInMegaBytes' => ['shape' => 'Long'], 'ElapsedTimeInSeconds' => ['shape' => 'Long'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'Long']]], 'RestoreTableFromClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'SnapshotIdentifier', 'SourceDatabaseName', 'SourceTableName', 'NewTableName'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SourceDatabaseName' => ['shape' => 'String'], 'SourceSchemaName' => ['shape' => 'String'], 'SourceTableName' => ['shape' => 'String'], 'TargetDatabaseName' => ['shape' => 'String'], 'TargetSchemaName' => ['shape' => 'String'], 'NewTableName' => ['shape' => 'String']]], 'RestoreTableFromClusterSnapshotResult' => ['type' => 'structure', 'members' => ['TableRestoreStatus' => ['shape' => 'TableRestoreStatus']]], 'ResumeClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'ResumeClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RevisionTarget' => ['type' => 'structure', 'members' => ['DatabaseRevision' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DatabaseRevisionReleaseDate' => ['shape' => 'TStamp']]], 'RevisionTargetsList' => ['type' => 'list', 'member' => ['shape' => 'RevisionTarget', 'locationName' => 'RevisionTarget']], 'RevokeClusterSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeClusterSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'RevokeSnapshotAccessMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'AccountWithRestoreAccess'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'AccountWithRestoreAccess' => ['shape' => 'String']]], 'RevokeSnapshotAccessResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'RotateEncryptionKeyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'RotateEncryptionKeyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSInvalidTopic', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSNoAuthorization', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSTopicArnNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSTopicArnNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ScheduleDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ScheduleDefinition']], 'ScheduleDefinitionTypeUnsupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduleDefinitionTypeUnsupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduleState' => ['type' => 'string', 'enum' => ['MODIFYING', 'ACTIVE', 'FAILED']], 'ScheduledAction' => ['type' => 'structure', 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'State' => ['shape' => 'ScheduledActionState'], 'NextInvocations' => ['shape' => 'ScheduledActionTimeList'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp']]], 'ScheduledActionAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ScheduledActionFilterName'], 'Values' => ['shape' => 'ValueStringList']]], 'ScheduledActionFilterList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledActionFilter', 'locationName' => 'ScheduledActionFilter']], 'ScheduledActionFilterName' => ['type' => 'string', 'enum' => ['cluster-identifier', 'iam-role']], 'ScheduledActionList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAction', 'locationName' => 'ScheduledAction']], 'ScheduledActionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionState' => ['type' => 'string', 'enum' => ['ACTIVE', 'DISABLED']], 'ScheduledActionTimeList' => ['type' => 'list', 'member' => ['shape' => 'TStamp', 'locationName' => 'ScheduledActionTime']], 'ScheduledActionType' => ['type' => 'structure', 'members' => ['ResizeCluster' => ['shape' => 'ResizeClusterMessage'], 'PauseCluster' => ['shape' => 'PauseClusterMessage'], 'ResumeCluster' => ['shape' => 'ResumeClusterMessage']]], 'ScheduledActionTypeUnsupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionTypeUnsupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionTypeValues' => ['type' => 'string', 'enum' => ['ResizeCluster', 'PauseCluster', 'ResumeCluster']], 'ScheduledActionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ScheduledActions' => ['shape' => 'ScheduledActionList']]], 'ScheduledSnapshotTimeList' => ['type' => 'list', 'member' => ['shape' => 'TStamp', 'locationName' => 'SnapshotTime']], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'DBName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'EncryptedWithHSM' => ['shape' => 'Boolean'], 'AccountsWithRestoreAccess' => ['shape' => 'AccountsWithRestoreAccessList'], 'OwnerAccount' => ['shape' => 'String'], 'TotalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'ActualIncrementalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'BackupProgressInMegaBytes' => ['shape' => 'Double'], 'CurrentBackupRateInMegaBytesPerSecond' => ['shape' => 'Double'], 'EstimatedSecondsToCompletion' => ['shape' => 'Long'], 'ElapsedTimeInSeconds' => ['shape' => 'Long'], 'SourceRegion' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'RestorableNodeTypes' => ['shape' => 'RestorableNodeTypeList'], 'EnhancedVpcRouting' => ['shape' => 'Boolean'], 'MaintenanceTrackName' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRemainingDays' => ['shape' => 'IntegerOptional'], 'SnapshotRetentionStartTime' => ['shape' => 'TStamp']], 'wrapper' => \true], 'SnapshotAttributeToSortBy' => ['type' => 'string', 'enum' => ['SOURCE_TYPE', 'TOTAL_SIZE', 'CREATE_TIME']], 'SnapshotCopyAlreadyDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyAlreadyDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyAlreadyEnabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyAlreadyEnabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrant' => ['type' => 'structure', 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'SnapshotCopyGrantAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrantList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotCopyGrant', 'locationName' => 'SnapshotCopyGrant']], 'SnapshotCopyGrantMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SnapshotCopyGrants' => ['shape' => 'SnapshotCopyGrantList']]], 'SnapshotCopyGrantNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrantQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotErrorMessage' => ['type' => 'structure', 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'FailureCode' => ['shape' => 'String'], 'FailureReason' => ['shape' => 'String']]], 'SnapshotIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'String']], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'Snapshot']], 'SnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Snapshots' => ['shape' => 'SnapshotList']]], 'SnapshotSchedule' => ['type' => 'structure', 'members' => ['ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList'], 'ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'NextInvocations' => ['shape' => 'ScheduledSnapshotTimeList'], 'AssociatedClusterCount' => ['shape' => 'IntegerOptional'], 'AssociatedClusters' => ['shape' => 'AssociatedClusterList']]], 'SnapshotScheduleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotSchedule', 'locationName' => 'SnapshotSchedule']], 'SnapshotScheduleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleUpdateInProgressFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleUpdateInProgress', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotSortingEntity' => ['type' => 'structure', 'required' => ['Attribute'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeToSortBy'], 'SortOrder' => ['shape' => 'SortByOrder']]], 'SnapshotSortingEntityList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotSortingEntity', 'locationName' => 'SnapshotSortingEntity']], 'SortByOrder' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SourceId']], 'SourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SourceType' => ['type' => 'string', 'enum' => ['cluster', 'cluster-parameter-group', 'cluster-security-group', 'cluster-snapshot', 'scheduled-action']], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetAlreadyInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'SubscriptionAlreadyExistFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionAlreadyExist', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubscriptionCategoryNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionCategoryNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionEventIdNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionEventIdNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionSeverityNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionSeverityNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SupportedOperation' => ['type' => 'structure', 'members' => ['OperationName' => ['shape' => 'String']]], 'SupportedOperationList' => ['type' => 'list', 'member' => ['shape' => 'SupportedOperation', 'locationName' => 'SupportedOperation']], 'SupportedPlatform' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'SupportedPlatformsList' => ['type' => 'list', 'member' => ['shape' => 'SupportedPlatform', 'locationName' => 'SupportedPlatform']], 'TStamp' => ['type' => 'timestamp'], 'TableLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TableLimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TableRestoreNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TableRestoreNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TableRestoreStatus' => ['type' => 'structure', 'members' => ['TableRestoreRequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'TableRestoreStatusType'], 'Message' => ['shape' => 'String'], 'RequestTime' => ['shape' => 'TStamp'], 'ProgressInMegaBytes' => ['shape' => 'LongOptional'], 'TotalDataInMegaBytes' => ['shape' => 'LongOptional'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SourceDatabaseName' => ['shape' => 'String'], 'SourceSchemaName' => ['shape' => 'String'], 'SourceTableName' => ['shape' => 'String'], 'TargetDatabaseName' => ['shape' => 'String'], 'TargetSchemaName' => ['shape' => 'String'], 'NewTableName' => ['shape' => 'String']], 'wrapper' => \true], 'TableRestoreStatusList' => ['type' => 'list', 'member' => ['shape' => 'TableRestoreStatus', 'locationName' => 'TableRestoreStatus']], 'TableRestoreStatusMessage' => ['type' => 'structure', 'members' => ['TableRestoreStatusDetails' => ['shape' => 'TableRestoreStatusList'], 'Marker' => ['shape' => 'String']]], 'TableRestoreStatusType' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED', 'CANCELED']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'TagKey']], 'TagLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagLimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'TagValue']], 'TaggedResource' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => 'Tag'], 'ResourceName' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String']]], 'TaggedResourceList' => ['type' => 'list', 'member' => ['shape' => 'TaggedResource', 'locationName' => 'TaggedResource']], 'TaggedResourceListMessage' => ['type' => 'structure', 'members' => ['TaggedResources' => ['shape' => 'TaggedResourceList'], 'Marker' => ['shape' => 'String']]], 'TrackList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceTrack', 'locationName' => 'MaintenanceTrack']], 'TrackListMessage' => ['type' => 'structure', 'members' => ['MaintenanceTracks' => ['shape' => 'TrackList'], 'Marker' => ['shape' => 'String']]], 'UnauthorizedOperation' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnauthorizedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnknownSnapshotCopyRegionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnknownSnapshotCopyRegionFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOperationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOptionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedOptionFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UpdateTarget' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'DatabaseVersion' => ['shape' => 'String'], 'SupportedOperations' => ['shape' => 'SupportedOperationList']]], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'VpcSecurityGroupId']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership', 'locationName' => 'VpcSecurityGroup']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2012-12-01', 'endpointPrefix' => 'redshift', 'protocol' => 'query', 'serviceFullName' => 'Amazon Redshift', 'serviceId' => 'Redshift', 'signatureVersion' => 'v4', 'uid' => 'redshift-2012-12-01', 'xmlNamespace' => 'http://redshift.amazonaws.com/doc/2012-12-01/'], 'operations' => ['AcceptReservedNodeExchange' => ['name' => 'AcceptReservedNodeExchange', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptReservedNodeExchangeInputMessage'], 'output' => ['shape' => 'AcceptReservedNodeExchangeOutputMessage', 'resultWrapper' => 'AcceptReservedNodeExchangeResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'InvalidReservedNodeStateFault'], ['shape' => 'ReservedNodeAlreadyMigratedFault'], ['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault'], ['shape' => 'ReservedNodeAlreadyExistsFault']]], 'AuthorizeClusterSecurityGroupIngress' => ['name' => 'AuthorizeClusterSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeClusterSecurityGroupIngressMessage'], 'output' => ['shape' => 'AuthorizeClusterSecurityGroupIngressResult', 'resultWrapper' => 'AuthorizeClusterSecurityGroupIngressResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault']]], 'AuthorizeSnapshotAccess' => ['name' => 'AuthorizeSnapshotAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeSnapshotAccessMessage'], 'output' => ['shape' => 'AuthorizeSnapshotAccessResult', 'resultWrapper' => 'AuthorizeSnapshotAccessResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'AuthorizationAlreadyExistsFault'], ['shape' => 'AuthorizationQuotaExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'LimitExceededFault']]], 'BatchDeleteClusterSnapshots' => ['name' => 'BatchDeleteClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDeleteClusterSnapshotsRequest'], 'output' => ['shape' => 'BatchDeleteClusterSnapshotsResult', 'resultWrapper' => 'BatchDeleteClusterSnapshotsResult'], 'errors' => [['shape' => 'BatchDeleteRequestSizeExceededFault']]], 'BatchModifyClusterSnapshots' => ['name' => 'BatchModifyClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchModifyClusterSnapshotsMessage'], 'output' => ['shape' => 'BatchModifyClusterSnapshotsOutputMessage', 'resultWrapper' => 'BatchModifyClusterSnapshotsResult'], 'errors' => [['shape' => 'InvalidRetentionPeriodFault'], ['shape' => 'BatchModifyClusterSnapshotsLimitExceededFault']]], 'CancelResize' => ['name' => 'CancelResize', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelResizeMessage'], 'output' => ['shape' => 'ResizeProgressMessage', 'resultWrapper' => 'CancelResizeResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ResizeNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnsupportedOperationFault']]], 'CopyClusterSnapshot' => ['name' => 'CopyClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyClusterSnapshotMessage'], 'output' => ['shape' => 'CopyClusterSnapshotResult', 'resultWrapper' => 'CopyClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterMessage'], 'output' => ['shape' => 'CreateClusterResult', 'resultWrapper' => 'CreateClusterResult'], 'errors' => [['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'ClusterQuotaExceededFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateClusterParameterGroup' => ['name' => 'CreateClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterParameterGroupMessage'], 'output' => ['shape' => 'CreateClusterParameterGroupResult', 'resultWrapper' => 'CreateClusterParameterGroupResult'], 'errors' => [['shape' => 'ClusterParameterGroupQuotaExceededFault'], ['shape' => 'ClusterParameterGroupAlreadyExistsFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateClusterSecurityGroup' => ['name' => 'CreateClusterSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSecurityGroupMessage'], 'output' => ['shape' => 'CreateClusterSecurityGroupResult', 'resultWrapper' => 'CreateClusterSecurityGroupResult'], 'errors' => [['shape' => 'ClusterSecurityGroupAlreadyExistsFault'], ['shape' => 'ClusterSecurityGroupQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateClusterSnapshot' => ['name' => 'CreateClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSnapshotMessage'], 'output' => ['shape' => 'CreateClusterSnapshotResult', 'resultWrapper' => 'CreateClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'CreateClusterSubnetGroup' => ['name' => 'CreateClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterSubnetGroupMessage'], 'output' => ['shape' => 'CreateClusterSubnetGroupResult', 'resultWrapper' => 'CreateClusterSubnetGroupResult'], 'errors' => [['shape' => 'ClusterSubnetGroupAlreadyExistsFault'], ['shape' => 'ClusterSubnetGroupQuotaExceededFault'], ['shape' => 'ClusterSubnetQuotaExceededFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'CreateEventSubscription' => ['name' => 'CreateEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEventSubscriptionMessage'], 'output' => ['shape' => 'CreateEventSubscriptionResult', 'resultWrapper' => 'CreateEventSubscriptionResult'], 'errors' => [['shape' => 'EventSubscriptionQuotaExceededFault'], ['shape' => 'SubscriptionAlreadyExistFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionEventIdNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SubscriptionSeverityNotFoundFault'], ['shape' => 'SourceNotFoundFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateHsmClientCertificate' => ['name' => 'CreateHsmClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHsmClientCertificateMessage'], 'output' => ['shape' => 'CreateHsmClientCertificateResult', 'resultWrapper' => 'CreateHsmClientCertificateResult'], 'errors' => [['shape' => 'HsmClientCertificateAlreadyExistsFault'], ['shape' => 'HsmClientCertificateQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateHsmConfiguration' => ['name' => 'CreateHsmConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHsmConfigurationMessage'], 'output' => ['shape' => 'CreateHsmConfigurationResult', 'resultWrapper' => 'CreateHsmConfigurationResult'], 'errors' => [['shape' => 'HsmConfigurationAlreadyExistsFault'], ['shape' => 'HsmConfigurationQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'CreateScheduledAction' => ['name' => 'CreateScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateScheduledActionMessage'], 'output' => ['shape' => 'ScheduledAction', 'resultWrapper' => 'CreateScheduledActionResult'], 'errors' => [['shape' => 'ScheduledActionAlreadyExistsFault'], ['shape' => 'ScheduledActionQuotaExceededFault'], ['shape' => 'ScheduledActionTypeUnsupportedFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'InvalidScheduledActionFault'], ['shape' => 'UnauthorizedOperation']]], 'CreateSnapshotCopyGrant' => ['name' => 'CreateSnapshotCopyGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotCopyGrantMessage'], 'output' => ['shape' => 'CreateSnapshotCopyGrantResult', 'resultWrapper' => 'CreateSnapshotCopyGrantResult'], 'errors' => [['shape' => 'SnapshotCopyGrantAlreadyExistsFault'], ['shape' => 'SnapshotCopyGrantQuotaExceededFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'CreateSnapshotSchedule' => ['name' => 'CreateSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotScheduleMessage'], 'output' => ['shape' => 'SnapshotSchedule', 'resultWrapper' => 'CreateSnapshotScheduleResult'], 'errors' => [['shape' => 'SnapshotScheduleAlreadyExistsFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'SnapshotScheduleQuotaExceededFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'ScheduleDefinitionTypeUnsupportedFault']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsMessage'], 'errors' => [['shape' => 'TagLimitExceededFault'], ['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'CreateUsageLimit' => ['name' => 'CreateUsageLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUsageLimitMessage'], 'output' => ['shape' => 'UsageLimit', 'resultWrapper' => 'CreateUsageLimitResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'UsageLimitAlreadyExistsFault'], ['shape' => 'InvalidUsageLimitFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'UnsupportedOperationFault']]], 'DeleteCluster' => ['name' => 'DeleteCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterMessage'], 'output' => ['shape' => 'DeleteClusterResult', 'resultWrapper' => 'DeleteClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterSnapshotAlreadyExistsFault'], ['shape' => 'ClusterSnapshotQuotaExceededFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'DeleteClusterParameterGroup' => ['name' => 'DeleteClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterParameterGroupMessage'], 'errors' => [['shape' => 'InvalidClusterParameterGroupStateFault'], ['shape' => 'ClusterParameterGroupNotFoundFault']]], 'DeleteClusterSecurityGroup' => ['name' => 'DeleteClusterSecurityGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSecurityGroupMessage'], 'errors' => [['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault']]], 'DeleteClusterSnapshot' => ['name' => 'DeleteClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSnapshotMessage'], 'output' => ['shape' => 'DeleteClusterSnapshotResult', 'resultWrapper' => 'DeleteClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotNotFoundFault']]], 'DeleteClusterSubnetGroup' => ['name' => 'DeleteClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteClusterSubnetGroupMessage'], 'errors' => [['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidClusterSubnetStateFault'], ['shape' => 'ClusterSubnetGroupNotFoundFault']]], 'DeleteEventSubscription' => ['name' => 'DeleteEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEventSubscriptionMessage'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidSubscriptionStateFault']]], 'DeleteHsmClientCertificate' => ['name' => 'DeleteHsmClientCertificate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHsmClientCertificateMessage'], 'errors' => [['shape' => 'InvalidHsmClientCertificateStateFault'], ['shape' => 'HsmClientCertificateNotFoundFault']]], 'DeleteHsmConfiguration' => ['name' => 'DeleteHsmConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHsmConfigurationMessage'], 'errors' => [['shape' => 'InvalidHsmConfigurationStateFault'], ['shape' => 'HsmConfigurationNotFoundFault']]], 'DeleteScheduledAction' => ['name' => 'DeleteScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteScheduledActionMessage'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'UnauthorizedOperation']]], 'DeleteSnapshotCopyGrant' => ['name' => 'DeleteSnapshotCopyGrant', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotCopyGrantMessage'], 'errors' => [['shape' => 'InvalidSnapshotCopyGrantStateFault'], ['shape' => 'SnapshotCopyGrantNotFoundFault']]], 'DeleteSnapshotSchedule' => ['name' => 'DeleteSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotScheduleMessage'], 'errors' => [['shape' => 'InvalidClusterSnapshotScheduleStateFault'], ['shape' => 'SnapshotScheduleNotFoundFault']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsMessage'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DeleteUsageLimit' => ['name' => 'DeleteUsageLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUsageLimitMessage'], 'errors' => [['shape' => 'UsageLimitNotFoundFault'], ['shape' => 'UnsupportedOperationFault']]], 'DescribeAccountAttributes' => ['name' => 'DescribeAccountAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountAttributesMessage'], 'output' => ['shape' => 'AccountAttributeList', 'resultWrapper' => 'DescribeAccountAttributesResult']], 'DescribeClusterDbRevisions' => ['name' => 'DescribeClusterDbRevisions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterDbRevisionsMessage'], 'output' => ['shape' => 'ClusterDbRevisionsMessage', 'resultWrapper' => 'DescribeClusterDbRevisionsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'DescribeClusterParameterGroups' => ['name' => 'DescribeClusterParameterGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterParameterGroupsMessage'], 'output' => ['shape' => 'ClusterParameterGroupsMessage', 'resultWrapper' => 'DescribeClusterParameterGroupsResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterParameters' => ['name' => 'DescribeClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterParametersMessage'], 'output' => ['shape' => 'ClusterParameterGroupDetails', 'resultWrapper' => 'DescribeClusterParametersResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault']]], 'DescribeClusterSecurityGroups' => ['name' => 'DescribeClusterSecurityGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSecurityGroupsMessage'], 'output' => ['shape' => 'ClusterSecurityGroupMessage', 'resultWrapper' => 'DescribeClusterSecurityGroupsResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterSnapshots' => ['name' => 'DescribeClusterSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSnapshotsMessage'], 'output' => ['shape' => 'SnapshotMessage', 'resultWrapper' => 'DescribeClusterSnapshotsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterSubnetGroups' => ['name' => 'DescribeClusterSubnetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterSubnetGroupsMessage'], 'output' => ['shape' => 'ClusterSubnetGroupMessage', 'resultWrapper' => 'DescribeClusterSubnetGroupsResult'], 'errors' => [['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeClusterTracks' => ['name' => 'DescribeClusterTracks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterTracksMessage'], 'output' => ['shape' => 'TrackListMessage', 'resultWrapper' => 'DescribeClusterTracksResult'], 'errors' => [['shape' => 'InvalidClusterTrackFault'], ['shape' => 'UnauthorizedOperation']]], 'DescribeClusterVersions' => ['name' => 'DescribeClusterVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterVersionsMessage'], 'output' => ['shape' => 'ClusterVersionsMessage', 'resultWrapper' => 'DescribeClusterVersionsResult']], 'DescribeClusters' => ['name' => 'DescribeClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClustersMessage'], 'output' => ['shape' => 'ClustersMessage', 'resultWrapper' => 'DescribeClustersResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeDefaultClusterParameters' => ['name' => 'DescribeDefaultClusterParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDefaultClusterParametersMessage'], 'output' => ['shape' => 'DescribeDefaultClusterParametersResult', 'resultWrapper' => 'DescribeDefaultClusterParametersResult']], 'DescribeEventCategories' => ['name' => 'DescribeEventCategories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventCategoriesMessage'], 'output' => ['shape' => 'EventCategoriesMessage', 'resultWrapper' => 'DescribeEventCategoriesResult']], 'DescribeEventSubscriptions' => ['name' => 'DescribeEventSubscriptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventSubscriptionsMessage'], 'output' => ['shape' => 'EventSubscriptionsMessage', 'resultWrapper' => 'DescribeEventSubscriptionsResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeEvents' => ['name' => 'DescribeEvents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEventsMessage'], 'output' => ['shape' => 'EventsMessage', 'resultWrapper' => 'DescribeEventsResult']], 'DescribeHsmClientCertificates' => ['name' => 'DescribeHsmClientCertificates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHsmClientCertificatesMessage'], 'output' => ['shape' => 'HsmClientCertificateMessage', 'resultWrapper' => 'DescribeHsmClientCertificatesResult'], 'errors' => [['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeHsmConfigurations' => ['name' => 'DescribeHsmConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHsmConfigurationsMessage'], 'output' => ['shape' => 'HsmConfigurationMessage', 'resultWrapper' => 'DescribeHsmConfigurationsResult'], 'errors' => [['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeLoggingStatus' => ['name' => 'DescribeLoggingStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLoggingStatusMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'DescribeLoggingStatusResult'], 'errors' => [['shape' => 'ClusterNotFoundFault']]], 'DescribeNodeConfigurationOptions' => ['name' => 'DescribeNodeConfigurationOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNodeConfigurationOptionsMessage'], 'output' => ['shape' => 'NodeConfigurationOptionsMessage', 'resultWrapper' => 'DescribeNodeConfigurationOptionsResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'AccessToSnapshotDeniedFault']]], 'DescribeOrderableClusterOptions' => ['name' => 'DescribeOrderableClusterOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrderableClusterOptionsMessage'], 'output' => ['shape' => 'OrderableClusterOptionsMessage', 'resultWrapper' => 'DescribeOrderableClusterOptionsResult']], 'DescribeReservedNodeOfferings' => ['name' => 'DescribeReservedNodeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedNodeOfferingsMessage'], 'output' => ['shape' => 'ReservedNodeOfferingsMessage', 'resultWrapper' => 'DescribeReservedNodeOfferingsResult'], 'errors' => [['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'DescribeReservedNodes' => ['name' => 'DescribeReservedNodes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReservedNodesMessage'], 'output' => ['shape' => 'ReservedNodesMessage', 'resultWrapper' => 'DescribeReservedNodesResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'DescribeResize' => ['name' => 'DescribeResize', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResizeMessage'], 'output' => ['shape' => 'ResizeProgressMessage', 'resultWrapper' => 'DescribeResizeResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ResizeNotFoundFault']]], 'DescribeScheduledActions' => ['name' => 'DescribeScheduledActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeScheduledActionsMessage'], 'output' => ['shape' => 'ScheduledActionsMessage', 'resultWrapper' => 'DescribeScheduledActionsResult'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'UnauthorizedOperation']]], 'DescribeSnapshotCopyGrants' => ['name' => 'DescribeSnapshotCopyGrants', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotCopyGrantsMessage'], 'output' => ['shape' => 'SnapshotCopyGrantMessage', 'resultWrapper' => 'DescribeSnapshotCopyGrantsResult'], 'errors' => [['shape' => 'SnapshotCopyGrantNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeSnapshotSchedules' => ['name' => 'DescribeSnapshotSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotSchedulesMessage'], 'output' => ['shape' => 'DescribeSnapshotSchedulesOutputMessage', 'resultWrapper' => 'DescribeSnapshotSchedulesResult']], 'DescribeStorage' => ['name' => 'DescribeStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'output' => ['shape' => 'CustomerStorageMessage', 'resultWrapper' => 'DescribeStorageResult']], 'DescribeTableRestoreStatus' => ['name' => 'DescribeTableRestoreStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTableRestoreStatusMessage'], 'output' => ['shape' => 'TableRestoreStatusMessage', 'resultWrapper' => 'DescribeTableRestoreStatusResult'], 'errors' => [['shape' => 'TableRestoreNotFoundFault'], ['shape' => 'ClusterNotFoundFault']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsMessage'], 'output' => ['shape' => 'TaggedResourceListMessage', 'resultWrapper' => 'DescribeTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundFault'], ['shape' => 'InvalidTagFault']]], 'DescribeUsageLimits' => ['name' => 'DescribeUsageLimits', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUsageLimitsMessage'], 'output' => ['shape' => 'UsageLimitList', 'resultWrapper' => 'DescribeUsageLimitsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'UnsupportedOperationFault']]], 'DisableLogging' => ['name' => 'DisableLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableLoggingMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'DisableLoggingResult'], 'errors' => [['shape' => 'ClusterNotFoundFault']]], 'DisableSnapshotCopy' => ['name' => 'DisableSnapshotCopy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableSnapshotCopyMessage'], 'output' => ['shape' => 'DisableSnapshotCopyResult', 'resultWrapper' => 'DisableSnapshotCopyResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotCopyAlreadyDisabledFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnauthorizedOperation']]], 'EnableLogging' => ['name' => 'EnableLogging', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableLoggingMessage'], 'output' => ['shape' => 'LoggingStatus', 'resultWrapper' => 'EnableLoggingResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'BucketNotFoundFault'], ['shape' => 'InsufficientS3BucketPolicyFault'], ['shape' => 'InvalidS3KeyPrefixFault'], ['shape' => 'InvalidS3BucketNameFault'], ['shape' => 'InvalidClusterStateFault']]], 'EnableSnapshotCopy' => ['name' => 'EnableSnapshotCopy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableSnapshotCopyMessage'], 'output' => ['shape' => 'EnableSnapshotCopyResult', 'resultWrapper' => 'EnableSnapshotCopyResult'], 'errors' => [['shape' => 'IncompatibleOrderableOptions'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'CopyToRegionDisabledFault'], ['shape' => 'SnapshotCopyAlreadyEnabledFault'], ['shape' => 'UnknownSnapshotCopyRegionFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'SnapshotCopyGrantNotFoundFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'GetClusterCredentials' => ['name' => 'GetClusterCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetClusterCredentialsMessage'], 'output' => ['shape' => 'ClusterCredentials', 'resultWrapper' => 'GetClusterCredentialsResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'UnsupportedOperationFault']]], 'GetReservedNodeExchangeOfferings' => ['name' => 'GetReservedNodeExchangeOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReservedNodeExchangeOfferingsInputMessage'], 'output' => ['shape' => 'GetReservedNodeExchangeOfferingsOutputMessage', 'resultWrapper' => 'GetReservedNodeExchangeOfferingsResult'], 'errors' => [['shape' => 'ReservedNodeNotFoundFault'], ['shape' => 'InvalidReservedNodeStateFault'], ['shape' => 'ReservedNodeAlreadyMigratedFault'], ['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'DependentServiceUnavailableFault']]], 'ModifyCluster' => ['name' => 'ModifyCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterMessage'], 'output' => ['shape' => 'ModifyClusterResult', 'resultWrapper' => 'ModifyClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'UnsupportedOptionFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'TableLimitExceededFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifyClusterDbRevision' => ['name' => 'ModifyClusterDbRevision', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterDbRevisionMessage'], 'output' => ['shape' => 'ModifyClusterDbRevisionResult', 'resultWrapper' => 'ModifyClusterDbRevisionResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'ClusterOnLatestRevisionFault'], ['shape' => 'InvalidClusterStateFault']]], 'ModifyClusterIamRoles' => ['name' => 'ModifyClusterIamRoles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterIamRolesMessage'], 'output' => ['shape' => 'ModifyClusterIamRolesResult', 'resultWrapper' => 'ModifyClusterIamRolesResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault']]], 'ModifyClusterMaintenance' => ['name' => 'ModifyClusterMaintenance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterMaintenanceMessage'], 'output' => ['shape' => 'ModifyClusterMaintenanceResult', 'resultWrapper' => 'ModifyClusterMaintenanceResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'ModifyClusterParameterGroup' => ['name' => 'ModifyClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterParameterGroupMessage'], 'output' => ['shape' => 'ClusterParameterGroupNameMessage', 'resultWrapper' => 'ModifyClusterParameterGroupResult'], 'errors' => [['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'InvalidClusterParameterGroupStateFault']]], 'ModifyClusterSnapshot' => ['name' => 'ModifyClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSnapshotMessage'], 'output' => ['shape' => 'ModifyClusterSnapshotResult', 'resultWrapper' => 'ModifyClusterSnapshotResult'], 'errors' => [['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifyClusterSnapshotSchedule' => ['name' => 'ModifyClusterSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSnapshotScheduleMessage'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'InvalidClusterSnapshotScheduleStateFault']]], 'ModifyClusterSubnetGroup' => ['name' => 'ModifyClusterSubnetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClusterSubnetGroupMessage'], 'output' => ['shape' => 'ModifyClusterSubnetGroupResult', 'resultWrapper' => 'ModifyClusterSubnetGroupResult'], 'errors' => [['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'ClusterSubnetQuotaExceededFault'], ['shape' => 'SubnetAlreadyInUse'], ['shape' => 'InvalidSubnet'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'DependentServiceRequestThrottlingFault']]], 'ModifyEventSubscription' => ['name' => 'ModifyEventSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyEventSubscriptionMessage'], 'output' => ['shape' => 'ModifyEventSubscriptionResult', 'resultWrapper' => 'ModifyEventSubscriptionResult'], 'errors' => [['shape' => 'SubscriptionNotFoundFault'], ['shape' => 'SNSInvalidTopicFault'], ['shape' => 'SNSNoAuthorizationFault'], ['shape' => 'SNSTopicArnNotFoundFault'], ['shape' => 'SubscriptionEventIdNotFoundFault'], ['shape' => 'SubscriptionCategoryNotFoundFault'], ['shape' => 'SubscriptionSeverityNotFoundFault'], ['shape' => 'SourceNotFoundFault'], ['shape' => 'InvalidSubscriptionStateFault']]], 'ModifyScheduledAction' => ['name' => 'ModifyScheduledAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyScheduledActionMessage'], 'output' => ['shape' => 'ScheduledAction', 'resultWrapper' => 'ModifyScheduledActionResult'], 'errors' => [['shape' => 'ScheduledActionNotFoundFault'], ['shape' => 'ScheduledActionTypeUnsupportedFault'], ['shape' => 'InvalidScheduleFault'], ['shape' => 'InvalidScheduledActionFault'], ['shape' => 'UnauthorizedOperation']]], 'ModifySnapshotCopyRetentionPeriod' => ['name' => 'ModifySnapshotCopyRetentionPeriod', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotCopyRetentionPeriodMessage'], 'output' => ['shape' => 'ModifySnapshotCopyRetentionPeriodResult', 'resultWrapper' => 'ModifySnapshotCopyRetentionPeriodResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'SnapshotCopyDisabledFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'InvalidRetentionPeriodFault']]], 'ModifySnapshotSchedule' => ['name' => 'ModifySnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySnapshotScheduleMessage'], 'output' => ['shape' => 'SnapshotSchedule', 'resultWrapper' => 'ModifySnapshotScheduleResult'], 'errors' => [['shape' => 'InvalidScheduleFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'SnapshotScheduleUpdateInProgressFault']]], 'ModifyUsageLimit' => ['name' => 'ModifyUsageLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyUsageLimitMessage'], 'output' => ['shape' => 'UsageLimit', 'resultWrapper' => 'ModifyUsageLimitResult'], 'errors' => [['shape' => 'InvalidUsageLimitFault'], ['shape' => 'UsageLimitNotFoundFault'], ['shape' => 'UnsupportedOperationFault']]], 'PauseCluster' => ['name' => 'PauseCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PauseClusterMessage'], 'output' => ['shape' => 'PauseClusterResult', 'resultWrapper' => 'PauseClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'PurchaseReservedNodeOffering' => ['name' => 'PurchaseReservedNodeOffering', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurchaseReservedNodeOfferingMessage'], 'output' => ['shape' => 'PurchaseReservedNodeOfferingResult', 'resultWrapper' => 'PurchaseReservedNodeOfferingResult'], 'errors' => [['shape' => 'ReservedNodeOfferingNotFoundFault'], ['shape' => 'ReservedNodeAlreadyExistsFault'], ['shape' => 'ReservedNodeQuotaExceededFault'], ['shape' => 'UnsupportedOperationFault']]], 'RebootCluster' => ['name' => 'RebootCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootClusterMessage'], 'output' => ['shape' => 'RebootClusterResult', 'resultWrapper' => 'RebootClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault']]], 'ResetClusterParameterGroup' => ['name' => 'ResetClusterParameterGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetClusterParameterGroupMessage'], 'output' => ['shape' => 'ClusterParameterGroupNameMessage', 'resultWrapper' => 'ResetClusterParameterGroupResult'], 'errors' => [['shape' => 'InvalidClusterParameterGroupStateFault'], ['shape' => 'ClusterParameterGroupNotFoundFault']]], 'ResizeCluster' => ['name' => 'ResizeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResizeClusterMessage'], 'output' => ['shape' => 'ResizeClusterResult', 'resultWrapper' => 'ResizeClusterResult'], 'errors' => [['shape' => 'InvalidClusterStateFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'UnsupportedOptionFault'], ['shape' => 'UnsupportedOperationFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'LimitExceededFault']]], 'RestoreFromClusterSnapshot' => ['name' => 'RestoreFromClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreFromClusterSnapshotMessage'], 'output' => ['shape' => 'RestoreFromClusterSnapshotResult', 'resultWrapper' => 'RestoreFromClusterSnapshotResult'], 'errors' => [['shape' => 'AccessToSnapshotDeniedFault'], ['shape' => 'ClusterAlreadyExistsFault'], ['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'ClusterQuotaExceededFault'], ['shape' => 'InsufficientClusterCapacityFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'InvalidRestoreFault'], ['shape' => 'NumberOfNodesQuotaExceededFault'], ['shape' => 'NumberOfNodesPerClusterLimitExceededFault'], ['shape' => 'InvalidVPCNetworkStateFault'], ['shape' => 'InvalidClusterSubnetGroupStateFault'], ['shape' => 'InvalidSubnet'], ['shape' => 'ClusterSubnetGroupNotFoundFault'], ['shape' => 'UnauthorizedOperation'], ['shape' => 'HsmClientCertificateNotFoundFault'], ['shape' => 'HsmConfigurationNotFoundFault'], ['shape' => 'InvalidElasticIpFault'], ['shape' => 'ClusterParameterGroupNotFoundFault'], ['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'LimitExceededFault'], ['shape' => 'DependentServiceRequestThrottlingFault'], ['shape' => 'InvalidClusterTrackFault'], ['shape' => 'SnapshotScheduleNotFoundFault'], ['shape' => 'TagLimitExceededFault'], ['shape' => 'InvalidTagFault']]], 'RestoreTableFromClusterSnapshot' => ['name' => 'RestoreTableFromClusterSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreTableFromClusterSnapshotMessage'], 'output' => ['shape' => 'RestoreTableFromClusterSnapshotResult', 'resultWrapper' => 'RestoreTableFromClusterSnapshotResult'], 'errors' => [['shape' => 'ClusterSnapshotNotFoundFault'], ['shape' => 'InProgressTableRestoreQuotaExceededFault'], ['shape' => 'InvalidClusterSnapshotStateFault'], ['shape' => 'InvalidTableRestoreArgumentFault'], ['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'UnsupportedOperationFault']]], 'ResumeCluster' => ['name' => 'ResumeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResumeClusterMessage'], 'output' => ['shape' => 'ResumeClusterResult', 'resultWrapper' => 'ResumeClusterResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault']]], 'RevokeClusterSecurityGroupIngress' => ['name' => 'RevokeClusterSecurityGroupIngress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeClusterSecurityGroupIngressMessage'], 'output' => ['shape' => 'RevokeClusterSecurityGroupIngressResult', 'resultWrapper' => 'RevokeClusterSecurityGroupIngressResult'], 'errors' => [['shape' => 'ClusterSecurityGroupNotFoundFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'InvalidClusterSecurityGroupStateFault']]], 'RevokeSnapshotAccess' => ['name' => 'RevokeSnapshotAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeSnapshotAccessMessage'], 'output' => ['shape' => 'RevokeSnapshotAccessResult', 'resultWrapper' => 'RevokeSnapshotAccessResult'], 'errors' => [['shape' => 'AccessToSnapshotDeniedFault'], ['shape' => 'AuthorizationNotFoundFault'], ['shape' => 'ClusterSnapshotNotFoundFault']]], 'RotateEncryptionKey' => ['name' => 'RotateEncryptionKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RotateEncryptionKeyMessage'], 'output' => ['shape' => 'RotateEncryptionKeyResult', 'resultWrapper' => 'RotateEncryptionKeyResult'], 'errors' => [['shape' => 'ClusterNotFoundFault'], ['shape' => 'InvalidClusterStateFault'], ['shape' => 'DependentServiceRequestThrottlingFault']]]], 'shapes' => ['AcceptReservedNodeExchangeInputMessage' => ['type' => 'structure', 'required' => ['ReservedNodeId', 'TargetReservedNodeOfferingId'], 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'TargetReservedNodeOfferingId' => ['shape' => 'String']]], 'AcceptReservedNodeExchangeOutputMessage' => ['type' => 'structure', 'members' => ['ExchangedReservedNode' => ['shape' => 'ReservedNode']]], 'AccessToSnapshotDeniedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AccessToSnapshotDenied', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AccountAttribute' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'String'], 'AttributeValues' => ['shape' => 'AttributeValueList']]], 'AccountAttributeList' => ['type' => 'structure', 'members' => ['AccountAttributes' => ['shape' => 'AttributeList']]], 'AccountWithRestoreAccess' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'String'], 'AccountAlias' => ['shape' => 'String']]], 'AccountsWithRestoreAccessList' => ['type' => 'list', 'member' => ['shape' => 'AccountWithRestoreAccess', 'locationName' => 'AccountWithRestoreAccess']], 'ActionType' => ['type' => 'string', 'enum' => ['restore-cluster', 'recommend-node-config', 'resize-cluster']], 'AssociatedClusterList' => ['type' => 'list', 'member' => ['shape' => 'ClusterAssociatedToSchedule', 'locationName' => 'ClusterAssociatedToSchedule']], 'AttributeList' => ['type' => 'list', 'member' => ['shape' => 'AccountAttribute', 'locationName' => 'AccountAttribute']], 'AttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AttributeName']], 'AttributeValueList' => ['type' => 'list', 'member' => ['shape' => 'AttributeValueTarget', 'locationName' => 'AttributeValueTarget']], 'AttributeValueTarget' => ['type' => 'structure', 'members' => ['AttributeValue' => ['shape' => 'String']]], 'AuthorizationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'AuthorizationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AuthorizationQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'AuthorizeClusterSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'AuthorizeClusterSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'AuthorizeSnapshotAccessMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'AccountWithRestoreAccess'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'AccountWithRestoreAccess' => ['shape' => 'String']]], 'AuthorizeSnapshotAccessResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'SupportedPlatforms' => ['shape' => 'SupportedPlatformsList']], 'wrapper' => \true], 'AvailabilityZoneList' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone', 'locationName' => 'AvailabilityZone']], 'BatchDeleteClusterSnapshotsRequest' => ['type' => 'structure', 'required' => ['Identifiers'], 'members' => ['Identifiers' => ['shape' => 'DeleteClusterSnapshotMessageList']]], 'BatchDeleteClusterSnapshotsResult' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'SnapshotIdentifierList'], 'Errors' => ['shape' => 'BatchSnapshotOperationErrorList']]], 'BatchDeleteRequestSizeExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BatchDeleteRequestSizeExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchModifyClusterSnapshotsLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BatchModifyClusterSnapshotsLimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchModifyClusterSnapshotsMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifierList'], 'members' => ['SnapshotIdentifierList' => ['shape' => 'SnapshotIdentifierList'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Force' => ['shape' => 'Boolean']]], 'BatchModifyClusterSnapshotsOutputMessage' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'SnapshotIdentifierList'], 'Errors' => ['shape' => 'BatchSnapshotOperationErrors']]], 'BatchSnapshotOperationErrorList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotErrorMessage', 'locationName' => 'SnapshotErrorMessage']], 'BatchSnapshotOperationErrors' => ['type' => 'list', 'member' => ['shape' => 'SnapshotErrorMessage', 'locationName' => 'SnapshotErrorMessage']], 'Boolean' => ['type' => 'boolean'], 'BooleanOptional' => ['type' => 'boolean'], 'BucketNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'BucketNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CancelResizeMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'Cluster' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'ClusterStatus' => ['shape' => 'String'], 'ClusterAvailabilityStatus' => ['shape' => 'String'], 'ModifyStatus' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'DBName' => ['shape' => 'String'], 'Endpoint' => ['shape' => 'Endpoint'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupMembershipList'], 'VpcSecurityGroups' => ['shape' => 'VpcSecurityGroupMembershipList'], 'ClusterParameterGroups' => ['shape' => 'ClusterParameterGroupStatusList'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'PendingModifiedValues' => ['shape' => 'PendingModifiedValues'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'Boolean'], 'NumberOfNodes' => ['shape' => 'Integer'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'Encrypted' => ['shape' => 'Boolean'], 'RestoreStatus' => ['shape' => 'RestoreStatus'], 'DataTransferProgress' => ['shape' => 'DataTransferProgress'], 'HsmStatus' => ['shape' => 'HsmStatus'], 'ClusterSnapshotCopyStatus' => ['shape' => 'ClusterSnapshotCopyStatus'], 'ClusterPublicKey' => ['shape' => 'String'], 'ClusterNodes' => ['shape' => 'ClusterNodesList'], 'ElasticIpStatus' => ['shape' => 'ElasticIpStatus'], 'ClusterRevisionNumber' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'Boolean'], 'IamRoles' => ['shape' => 'ClusterIamRoleList'], 'PendingActions' => ['shape' => 'PendingActionsList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'ElasticResizeNumberOfNodeOptions' => ['shape' => 'String'], 'DeferredMaintenanceWindows' => ['shape' => 'DeferredMaintenanceWindowsList'], 'SnapshotScheduleIdentifier' => ['shape' => 'String'], 'SnapshotScheduleState' => ['shape' => 'ScheduleState'], 'ExpectedNextSnapshotScheduleTime' => ['shape' => 'TStamp'], 'ExpectedNextSnapshotScheduleTimeStatus' => ['shape' => 'String'], 'NextMaintenanceWindowStartTime' => ['shape' => 'TStamp'], 'ResizeInfo' => ['shape' => 'ResizeInfo']], 'wrapper' => \true], 'ClusterAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterAssociatedToSchedule' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleAssociationState' => ['shape' => 'ScheduleState']]], 'ClusterCredentials' => ['type' => 'structure', 'members' => ['DbUser' => ['shape' => 'String'], 'DbPassword' => ['shape' => 'SensitiveString'], 'Expiration' => ['shape' => 'TStamp']]], 'ClusterDbRevision' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'CurrentDatabaseRevision' => ['shape' => 'String'], 'DatabaseRevisionReleaseDate' => ['shape' => 'TStamp'], 'RevisionTargets' => ['shape' => 'RevisionTargetsList']]], 'ClusterDbRevisionsList' => ['type' => 'list', 'member' => ['shape' => 'ClusterDbRevision', 'locationName' => 'ClusterDbRevision']], 'ClusterDbRevisionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterDbRevisions' => ['shape' => 'ClusterDbRevisionsList']]], 'ClusterIamRole' => ['type' => 'structure', 'members' => ['IamRoleArn' => ['shape' => 'String'], 'ApplyStatus' => ['shape' => 'String']]], 'ClusterIamRoleList' => ['type' => 'list', 'member' => ['shape' => 'ClusterIamRole', 'locationName' => 'ClusterIamRole']], 'ClusterList' => ['type' => 'list', 'member' => ['shape' => 'Cluster', 'locationName' => 'Cluster']], 'ClusterNode' => ['type' => 'structure', 'members' => ['NodeRole' => ['shape' => 'String'], 'PrivateIPAddress' => ['shape' => 'String'], 'PublicIPAddress' => ['shape' => 'String']]], 'ClusterNodesList' => ['type' => 'list', 'member' => ['shape' => 'ClusterNode']], 'ClusterNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterOnLatestRevisionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterOnLatestRevision', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroup' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterParameterGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupDetails' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParametersList'], 'Marker' => ['shape' => 'String']]], 'ClusterParameterGroupNameMessage' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupStatus' => ['shape' => 'String']]], 'ClusterParameterGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterParameterGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterParameterGroupStatus' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'ClusterParameterStatusList' => ['shape' => 'ClusterParameterStatusList']]], 'ClusterParameterGroupStatusList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterGroupStatus', 'locationName' => 'ClusterParameterGroup']], 'ClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ParameterGroups' => ['shape' => 'ParameterGroupList']]], 'ClusterParameterStatus' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterApplyStatus' => ['shape' => 'String'], 'ParameterApplyErrorDescription' => ['shape' => 'String']]], 'ClusterParameterStatusList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterStatus']], 'ClusterQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroup' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'EC2SecurityGroups' => ['shape' => 'EC2SecurityGroupList'], 'IPRanges' => ['shape' => 'IPRangeList'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterSecurityGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSecurityGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroupMembership' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'ClusterSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'ClusterSecurityGroupMembership', 'locationName' => 'ClusterSecurityGroup']], 'ClusterSecurityGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroups']]], 'ClusterSecurityGroupNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ClusterSecurityGroupName']], 'ClusterSecurityGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSecurityGroupNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QuotaExceeded.ClusterSecurityGroup', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'ClusterSecurityGroup', 'locationName' => 'ClusterSecurityGroup']], 'ClusterSnapshotAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSnapshotCopyStatus' => ['type' => 'structure', 'members' => ['DestinationRegion' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'Long'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'Integer'], 'SnapshotCopyGrantName' => ['shape' => 'String']]], 'ClusterSnapshotNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ClusterSnapshotQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSnapshotQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroup' => ['type' => 'structure', 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'SubnetGroupStatus' => ['shape' => 'String'], 'Subnets' => ['shape' => 'SubnetList'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'ClusterSubnetGroupAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroupMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterSubnetGroups' => ['shape' => 'ClusterSubnetGroups']]], 'ClusterSubnetGroupNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroupQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetGroupQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterSubnetGroups' => ['type' => 'list', 'member' => ['shape' => 'ClusterSubnetGroup', 'locationName' => 'ClusterSubnetGroup']], 'ClusterSubnetQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ClusterSubnetQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ClusterVersion' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String']]], 'ClusterVersionList' => ['type' => 'list', 'member' => ['shape' => 'ClusterVersion', 'locationName' => 'ClusterVersion']], 'ClusterVersionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ClusterVersions' => ['shape' => 'ClusterVersionList']]], 'ClustersMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Clusters' => ['shape' => 'ClusterList']]], 'CopyClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SourceSnapshotIdentifier', 'TargetSnapshotIdentifier'], 'members' => ['SourceSnapshotIdentifier' => ['shape' => 'String'], 'SourceSnapshotClusterIdentifier' => ['shape' => 'String'], 'TargetSnapshotIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'CopyClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CopyToRegionDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'CopyToRegionDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'CreateClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'NodeType', 'MasterUsername', 'MasterUserPassword'], 'members' => ['DBName' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'MasterUsername' => ['shape' => 'String'], 'MasterUserPassword' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'AvailabilityZone' => ['shape' => 'String'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Port' => ['shape' => 'IntegerOptional'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'Encrypted' => ['shape' => 'BooleanOptional'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'ElasticIp' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'AdditionalInfo' => ['shape' => 'String'], 'IamRoles' => ['shape' => 'IamRoleArnList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'SnapshotScheduleIdentifier' => ['shape' => 'String']]], 'CreateClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName', 'ParameterGroupFamily', 'Description'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ParameterGroupFamily' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterParameterGroupResult' => ['type' => 'structure', 'members' => ['ClusterParameterGroup' => ['shape' => 'ClusterParameterGroup']]], 'CreateClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'CreateClusterSecurityGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName', 'Description'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSecurityGroupResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'CreateClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'ClusterIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'CreateClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName', 'Description', 'SubnetIds'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList'], 'Tags' => ['shape' => 'TagList']]], 'CreateClusterSubnetGroupResult' => ['type' => 'structure', 'members' => ['ClusterSubnetGroup' => ['shape' => 'ClusterSubnetGroup']]], 'CreateEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName', 'SnsTopicArn'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'BooleanOptional'], 'Tags' => ['shape' => 'TagList']]], 'CreateEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'CreateHsmClientCertificateMessage' => ['type' => 'structure', 'required' => ['HsmClientCertificateIdentifier'], 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateHsmClientCertificateResult' => ['type' => 'structure', 'members' => ['HsmClientCertificate' => ['shape' => 'HsmClientCertificate']]], 'CreateHsmConfigurationMessage' => ['type' => 'structure', 'required' => ['HsmConfigurationIdentifier', 'Description', 'HsmIpAddress', 'HsmPartitionName', 'HsmPartitionPassword', 'HsmServerPublicCertificate'], 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'HsmIpAddress' => ['shape' => 'String'], 'HsmPartitionName' => ['shape' => 'String'], 'HsmPartitionPassword' => ['shape' => 'String'], 'HsmServerPublicCertificate' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateHsmConfigurationResult' => ['type' => 'structure', 'members' => ['HsmConfiguration' => ['shape' => 'HsmConfiguration']]], 'CreateScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName', 'TargetAction', 'Schedule', 'IamRole'], 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Enable' => ['shape' => 'BooleanOptional']]], 'CreateSnapshotCopyGrantMessage' => ['type' => 'structure', 'required' => ['SnapshotCopyGrantName'], 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateSnapshotCopyGrantResult' => ['type' => 'structure', 'members' => ['SnapshotCopyGrant' => ['shape' => 'SnapshotCopyGrant']]], 'CreateSnapshotScheduleMessage' => ['type' => 'structure', 'members' => ['ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList'], 'ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'DryRun' => ['shape' => 'BooleanOptional'], 'NextInvocations' => ['shape' => 'IntegerOptional']]], 'CreateTagsMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'Tags'], 'members' => ['ResourceName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'CreateUsageLimitMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'FeatureType', 'LimitType', 'Amount'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'FeatureType' => ['shape' => 'UsageLimitFeatureType'], 'LimitType' => ['shape' => 'UsageLimitLimitType'], 'Amount' => ['shape' => 'Long'], 'Period' => ['shape' => 'UsageLimitPeriod'], 'BreachAction' => ['shape' => 'UsageLimitBreachAction'], 'Tags' => ['shape' => 'TagList']]], 'CustomerStorageMessage' => ['type' => 'structure', 'members' => ['TotalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'TotalProvisionedStorageInMegaBytes' => ['shape' => 'Double']]], 'DataTransferProgress' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CurrentRateInMegaBytesPerSecond' => ['shape' => 'DoubleOptional'], 'TotalDataInMegaBytes' => ['shape' => 'Long'], 'DataTransferredInMegaBytes' => ['shape' => 'Long'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'LongOptional'], 'ElapsedTimeInSeconds' => ['shape' => 'LongOptional']]], 'DbGroupList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'DbGroup']], 'DefaultClusterParameters' => ['type' => 'structure', 'members' => ['ParameterGroupFamily' => ['shape' => 'String'], 'Marker' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']], 'wrapper' => \true], 'DeferredMaintenanceWindow' => ['type' => 'structure', 'members' => ['DeferMaintenanceIdentifier' => ['shape' => 'String'], 'DeferMaintenanceStartTime' => ['shape' => 'TStamp'], 'DeferMaintenanceEndTime' => ['shape' => 'TStamp']]], 'DeferredMaintenanceWindowsList' => ['type' => 'list', 'member' => ['shape' => 'DeferredMaintenanceWindow', 'locationName' => 'DeferredMaintenanceWindow']], 'DeleteClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SkipFinalClusterSnapshot' => ['shape' => 'Boolean'], 'FinalClusterSnapshotIdentifier' => ['shape' => 'String'], 'FinalClusterSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'DeleteClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String']]], 'DeleteClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'DeleteClusterSecurityGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String']]], 'DeleteClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String']]], 'DeleteClusterSnapshotMessageList' => ['type' => 'list', 'member' => ['shape' => 'DeleteClusterSnapshotMessage', 'locationName' => 'DeleteClusterSnapshotMessage']], 'DeleteClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'DeleteClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String']]], 'DeleteEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String']]], 'DeleteHsmClientCertificateMessage' => ['type' => 'structure', 'required' => ['HsmClientCertificateIdentifier'], 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String']]], 'DeleteHsmConfigurationMessage' => ['type' => 'structure', 'required' => ['HsmConfigurationIdentifier'], 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String']]], 'DeleteScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'String']]], 'DeleteSnapshotCopyGrantMessage' => ['type' => 'structure', 'required' => ['SnapshotCopyGrantName'], 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String']]], 'DeleteSnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ScheduleIdentifier'], 'members' => ['ScheduleIdentifier' => ['shape' => 'String']]], 'DeleteTagsMessage' => ['type' => 'structure', 'required' => ['ResourceName', 'TagKeys'], 'members' => ['ResourceName' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DeleteUsageLimitMessage' => ['type' => 'structure', 'required' => ['UsageLimitId'], 'members' => ['UsageLimitId' => ['shape' => 'String']]], 'DependentServiceRequestThrottlingFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DependentServiceRequestThrottlingFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DependentServiceUnavailableFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'DependentServiceUnavailableFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'DescribeAccountAttributesMessage' => ['type' => 'structure', 'members' => ['AttributeNames' => ['shape' => 'AttributeNameList']]], 'DescribeClusterDbRevisionsMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterParameterGroupsMessage' => ['type' => 'structure', 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterParametersMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterSecurityGroupsMessage' => ['type' => 'structure', 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterSnapshotsMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'OwnerAccount' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList'], 'ClusterExists' => ['shape' => 'BooleanOptional'], 'SortingEntities' => ['shape' => 'SnapshotSortingEntityList']]], 'DescribeClusterSubnetGroupsMessage' => ['type' => 'structure', 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeClusterTracksMessage' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClusterVersionsMessage' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeClustersMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeDefaultClusterParametersMessage' => ['type' => 'structure', 'required' => ['ParameterGroupFamily'], 'members' => ['ParameterGroupFamily' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeDefaultClusterParametersResult' => ['type' => 'structure', 'members' => ['DefaultClusterParameters' => ['shape' => 'DefaultClusterParameters']]], 'DescribeEventCategoriesMessage' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String']]], 'DescribeEventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['SubscriptionName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeEventsMessage' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'IntegerOptional'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeHsmClientCertificatesMessage' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeHsmConfigurationsMessage' => ['type' => 'structure', 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeLoggingStatusMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DescribeNodeConfigurationOptionsMessage' => ['type' => 'structure', 'required' => ['ActionType'], 'members' => ['ActionType' => ['shape' => 'ActionType'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'OwnerAccount' => ['shape' => 'String'], 'Filters' => ['shape' => 'NodeConfigurationOptionsFilterList', 'locationName' => 'Filter'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeOrderableClusterOptionsMessage' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedNodeOfferingsMessage' => ['type' => 'structure', 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeReservedNodesMessage' => ['type' => 'structure', 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeResizeMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DescribeScheduledActionsMessage' => ['type' => 'structure', 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetActionType' => ['shape' => 'ScheduledActionTypeValues'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Active' => ['shape' => 'BooleanOptional'], 'Filters' => ['shape' => 'ScheduledActionFilterList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeSnapshotCopyGrantsMessage' => ['type' => 'structure', 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeSnapshotSchedulesMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleIdentifier' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList'], 'Marker' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional']]], 'DescribeSnapshotSchedulesOutputMessage' => ['type' => 'structure', 'members' => ['SnapshotSchedules' => ['shape' => 'SnapshotScheduleList'], 'Marker' => ['shape' => 'String']]], 'DescribeTableRestoreStatusMessage' => ['type' => 'structure', 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'TableRestoreRequestId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'DescribeTagsMessage' => ['type' => 'structure', 'members' => ['ResourceName' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DescribeUsageLimitsMessage' => ['type' => 'structure', 'members' => ['UsageLimitId' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'FeatureType' => ['shape' => 'UsageLimitFeatureType'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList'], 'TagValues' => ['shape' => 'TagValueList']]], 'DisableLoggingMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DisableSnapshotCopyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'DisableSnapshotCopyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'Double' => ['type' => 'double'], 'DoubleOptional' => ['type' => 'double'], 'EC2SecurityGroup' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'EC2SecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'EC2SecurityGroup', 'locationName' => 'EC2SecurityGroup']], 'ElasticIpStatus' => ['type' => 'structure', 'members' => ['ElasticIp' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'EligibleTracksToUpdateList' => ['type' => 'list', 'member' => ['shape' => 'UpdateTarget', 'locationName' => 'UpdateTarget']], 'EnableLoggingMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'BucketName'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'BucketName' => ['shape' => 'String'], 'S3KeyPrefix' => ['shape' => 'String']]], 'EnableSnapshotCopyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'DestinationRegion'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'DestinationRegion' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'IntegerOptional'], 'SnapshotCopyGrantName' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional']]], 'EnableSnapshotCopyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'Endpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer']]], 'Event' => ['type' => 'structure', 'members' => ['SourceIdentifier' => ['shape' => 'String'], 'SourceType' => ['shape' => 'SourceType'], 'Message' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Date' => ['shape' => 'TStamp'], 'EventId' => ['shape' => 'String']]], 'EventCategoriesList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'EventCategory']], 'EventCategoriesMap' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'String'], 'Events' => ['shape' => 'EventInfoMapList']], 'wrapper' => \true], 'EventCategoriesMapList' => ['type' => 'list', 'member' => ['shape' => 'EventCategoriesMap', 'locationName' => 'EventCategoriesMap']], 'EventCategoriesMessage' => ['type' => 'structure', 'members' => ['EventCategoriesMapList' => ['shape' => 'EventCategoriesMapList']]], 'EventInfoMap' => ['type' => 'structure', 'members' => ['EventId' => ['shape' => 'String'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'EventDescription' => ['shape' => 'String'], 'Severity' => ['shape' => 'String']], 'wrapper' => \true], 'EventInfoMapList' => ['type' => 'list', 'member' => ['shape' => 'EventInfoMap', 'locationName' => 'EventInfoMap']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event', 'locationName' => 'Event']], 'EventSubscription' => ['type' => 'structure', 'members' => ['CustomerAwsId' => ['shape' => 'String'], 'CustSubscriptionId' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'SubscriptionCreationTime' => ['shape' => 'TStamp'], 'SourceType' => ['shape' => 'String'], 'SourceIdsList' => ['shape' => 'SourceIdsList'], 'EventCategoriesList' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'EventSubscriptionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'EventSubscriptionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'EventSubscriptionsList' => ['type' => 'list', 'member' => ['shape' => 'EventSubscription', 'locationName' => 'EventSubscription']], 'EventSubscriptionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'EventSubscriptionsList' => ['shape' => 'EventSubscriptionsList']]], 'EventsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Events' => ['shape' => 'EventList']]], 'GetClusterCredentialsMessage' => ['type' => 'structure', 'required' => ['DbUser', 'ClusterIdentifier'], 'members' => ['DbUser' => ['shape' => 'String'], 'DbName' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'DurationSeconds' => ['shape' => 'IntegerOptional'], 'AutoCreate' => ['shape' => 'BooleanOptional'], 'DbGroups' => ['shape' => 'DbGroupList']]], 'GetReservedNodeExchangeOfferingsInputMessage' => ['type' => 'structure', 'required' => ['ReservedNodeId'], 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'MaxRecords' => ['shape' => 'IntegerOptional'], 'Marker' => ['shape' => 'String']]], 'GetReservedNodeExchangeOfferingsOutputMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodeOfferings' => ['shape' => 'ReservedNodeOfferingList']]], 'HsmClientCertificate' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmClientCertificatePublicKey' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'HsmClientCertificateAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmClientCertificateList' => ['type' => 'list', 'member' => ['shape' => 'HsmClientCertificate', 'locationName' => 'HsmClientCertificate']], 'HsmClientCertificateMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'HsmClientCertificates' => ['shape' => 'HsmClientCertificateList']]], 'HsmClientCertificateNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmClientCertificateQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmClientCertificateQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfiguration' => ['type' => 'structure', 'members' => ['HsmConfigurationIdentifier' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'HsmIpAddress' => ['shape' => 'String'], 'HsmPartitionName' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'HsmConfigurationAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'HsmConfiguration', 'locationName' => 'HsmConfiguration']], 'HsmConfigurationMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'HsmConfigurations' => ['shape' => 'HsmConfigurationList']]], 'HsmConfigurationNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmConfigurationQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'HsmConfigurationQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'HsmStatus' => ['type' => 'structure', 'members' => ['HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'IPRange' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']]], 'IPRangeList' => ['type' => 'list', 'member' => ['shape' => 'IPRange', 'locationName' => 'IPRange']], 'IamRoleArnList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'IamRoleArn']], 'ImportTablesCompleted' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportTablesInProgress' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ImportTablesNotStarted' => ['type' => 'list', 'member' => ['shape' => 'String']], 'InProgressTableRestoreQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InProgressTableRestoreQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IncompatibleOrderableOptions' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'IncompatibleOrderableOptions', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientClusterCapacityFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientClusterCapacity', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InsufficientS3BucketPolicyFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InsufficientS3BucketPolicyFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'IntegerOptional' => ['type' => 'integer'], 'InvalidClusterParameterGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterParameterGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSecurityGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSecurityGroupState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSnapshotScheduleStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSnapshotScheduleState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSnapshotStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSnapshotState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSubnetGroupStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSubnetGroupStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterSubnetStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterSubnetStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidClusterTrackFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidClusterTrack', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidElasticIpFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidElasticIpFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidHsmClientCertificateStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidHsmClientCertificateStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidHsmConfigurationStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidHsmConfigurationStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidReservedNodeStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidReservedNodeState', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidRestoreFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRestore', 'httpStatusCode' => 406, 'senderFault' => \true], 'exception' => \true], 'InvalidRetentionPeriodFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidRetentionPeriodFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3BucketNameFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3BucketNameFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidS3KeyPrefixFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidS3KeyPrefixFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidScheduleFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSchedule', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidScheduledActionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidScheduledAction', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSnapshotCopyGrantStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSnapshotCopyGrantStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubnet' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubnet', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidSubscriptionStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidSubscriptionStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTableRestoreArgumentFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTableRestoreArgument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidTagFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidTagFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidUsageLimitFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidUsageLimit', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidVPCNetworkStateFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'InvalidVPCNetworkStateFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'LimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'LoggingStatus' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'Boolean'], 'BucketName' => ['shape' => 'String'], 'S3KeyPrefix' => ['shape' => 'String'], 'LastSuccessfulDeliveryTime' => ['shape' => 'TStamp'], 'LastFailureTime' => ['shape' => 'TStamp'], 'LastFailureMessage' => ['shape' => 'String']]], 'Long' => ['type' => 'long'], 'LongOptional' => ['type' => 'long'], 'MaintenanceTrack' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'DatabaseVersion' => ['shape' => 'String'], 'UpdateTargets' => ['shape' => 'EligibleTracksToUpdateList']]], 'Mode' => ['type' => 'string', 'enum' => ['standard', 'high-performance']], 'ModifyClusterDbRevisionMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'RevisionTarget'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'RevisionTarget' => ['shape' => 'String']]], 'ModifyClusterDbRevisionResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterIamRolesMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'AddIamRoles' => ['shape' => 'IamRoleArnList'], 'RemoveIamRoles' => ['shape' => 'IamRoleArnList']]], 'ModifyClusterIamRolesResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterMaintenanceMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'DeferMaintenance' => ['shape' => 'BooleanOptional'], 'DeferMaintenanceIdentifier' => ['shape' => 'String'], 'DeferMaintenanceStartTime' => ['shape' => 'TStamp'], 'DeferMaintenanceEndTime' => ['shape' => 'TStamp'], 'DeferMaintenanceDuration' => ['shape' => 'IntegerOptional']]], 'ModifyClusterMaintenanceResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'MasterUserPassword' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'NewClusterIdentifier' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'ElasticIp' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'MaintenanceTrackName' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'BooleanOptional'], 'KmsKeyId' => ['shape' => 'String']]], 'ModifyClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName', 'Parameters'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'Parameters' => ['shape' => 'ParametersList']]], 'ModifyClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifyClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'Force' => ['shape' => 'Boolean']]], 'ModifyClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'ModifyClusterSnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ScheduleIdentifier' => ['shape' => 'String'], 'DisassociateSchedule' => ['shape' => 'BooleanOptional']]], 'ModifyClusterSubnetGroupMessage' => ['type' => 'structure', 'required' => ['ClusterSubnetGroupName', 'SubnetIds'], 'members' => ['ClusterSubnetGroupName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'SubnetIds' => ['shape' => 'SubnetIdentifierList']]], 'ModifyClusterSubnetGroupResult' => ['type' => 'structure', 'members' => ['ClusterSubnetGroup' => ['shape' => 'ClusterSubnetGroup']]], 'ModifyEventSubscriptionMessage' => ['type' => 'structure', 'required' => ['SubscriptionName'], 'members' => ['SubscriptionName' => ['shape' => 'String'], 'SnsTopicArn' => ['shape' => 'String'], 'SourceType' => ['shape' => 'String'], 'SourceIds' => ['shape' => 'SourceIdsList'], 'EventCategories' => ['shape' => 'EventCategoriesList'], 'Severity' => ['shape' => 'String'], 'Enabled' => ['shape' => 'BooleanOptional']]], 'ModifyEventSubscriptionResult' => ['type' => 'structure', 'members' => ['EventSubscription' => ['shape' => 'EventSubscription']]], 'ModifyScheduledActionMessage' => ['type' => 'structure', 'required' => ['ScheduledActionName'], 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp'], 'Enable' => ['shape' => 'BooleanOptional']]], 'ModifySnapshotCopyRetentionPeriodMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'RetentionPeriod'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'RetentionPeriod' => ['shape' => 'Integer'], 'Manual' => ['shape' => 'Boolean']]], 'ModifySnapshotCopyRetentionPeriodResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ModifySnapshotScheduleMessage' => ['type' => 'structure', 'required' => ['ScheduleIdentifier', 'ScheduleDefinitions'], 'members' => ['ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList']]], 'ModifyUsageLimitMessage' => ['type' => 'structure', 'required' => ['UsageLimitId'], 'members' => ['UsageLimitId' => ['shape' => 'String'], 'Amount' => ['shape' => 'LongOptional'], 'BreachAction' => ['shape' => 'UsageLimitBreachAction']]], 'NodeConfigurationOption' => ['type' => 'structure', 'members' => ['NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'EstimatedDiskUtilizationPercent' => ['shape' => 'DoubleOptional'], 'Mode' => ['shape' => 'Mode']]], 'NodeConfigurationOptionList' => ['type' => 'list', 'member' => ['shape' => 'NodeConfigurationOption', 'locationName' => 'NodeConfigurationOption']], 'NodeConfigurationOptionsFilter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NodeConfigurationOptionsFilterName'], 'Operator' => ['shape' => 'OperatorType'], 'Values' => ['shape' => 'ValueStringList', 'locationName' => 'Value']]], 'NodeConfigurationOptionsFilterList' => ['type' => 'list', 'member' => ['shape' => 'NodeConfigurationOptionsFilter', 'locationName' => 'NodeConfigurationOptionsFilter']], 'NodeConfigurationOptionsFilterName' => ['type' => 'string', 'enum' => ['NodeType', 'NumberOfNodes', 'EstimatedDiskUtilizationPercent', 'Mode']], 'NodeConfigurationOptionsMessage' => ['type' => 'structure', 'members' => ['NodeConfigurationOptionList' => ['shape' => 'NodeConfigurationOptionList'], 'Marker' => ['shape' => 'String']]], 'NumberOfNodesPerClusterLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NumberOfNodesPerClusterLimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NumberOfNodesQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'NumberOfNodesQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'OperatorType' => ['type' => 'string', 'enum' => ['eq', 'lt', 'gt', 'le', 'ge', 'in', 'between']], 'OrderableClusterOption' => ['type' => 'structure', 'members' => ['ClusterVersion' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'AvailabilityZones' => ['shape' => 'AvailabilityZoneList']], 'wrapper' => \true], 'OrderableClusterOptionsList' => ['type' => 'list', 'member' => ['shape' => 'OrderableClusterOption', 'locationName' => 'OrderableClusterOption']], 'OrderableClusterOptionsMessage' => ['type' => 'structure', 'members' => ['OrderableClusterOptions' => ['shape' => 'OrderableClusterOptionsList'], 'Marker' => ['shape' => 'String']]], 'Parameter' => ['type' => 'structure', 'members' => ['ParameterName' => ['shape' => 'String'], 'ParameterValue' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'Source' => ['shape' => 'String'], 'DataType' => ['shape' => 'String'], 'AllowedValues' => ['shape' => 'String'], 'ApplyType' => ['shape' => 'ParameterApplyType'], 'IsModifiable' => ['shape' => 'Boolean'], 'MinimumEngineVersion' => ['shape' => 'String']]], 'ParameterApplyType' => ['type' => 'string', 'enum' => ['static', 'dynamic']], 'ParameterGroupList' => ['type' => 'list', 'member' => ['shape' => 'ClusterParameterGroup', 'locationName' => 'ClusterParameterGroup']], 'ParametersList' => ['type' => 'list', 'member' => ['shape' => 'Parameter', 'locationName' => 'Parameter']], 'PauseClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'PauseClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'PendingActionsList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'PendingModifiedValues' => ['type' => 'structure', 'members' => ['MasterUserPassword' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional'], 'ClusterType' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ClusterIdentifier' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'MaintenanceTrackName' => ['shape' => 'String'], 'EncryptionType' => ['shape' => 'String']]], 'PurchaseReservedNodeOfferingMessage' => ['type' => 'structure', 'required' => ['ReservedNodeOfferingId'], 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeCount' => ['shape' => 'IntegerOptional']]], 'PurchaseReservedNodeOfferingResult' => ['type' => 'structure', 'members' => ['ReservedNode' => ['shape' => 'ReservedNode']]], 'RebootClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'RebootClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RecurringCharge' => ['type' => 'structure', 'members' => ['RecurringChargeAmount' => ['shape' => 'Double'], 'RecurringChargeFrequency' => ['shape' => 'String']], 'wrapper' => \true], 'RecurringChargeList' => ['type' => 'list', 'member' => ['shape' => 'RecurringCharge', 'locationName' => 'RecurringCharge']], 'ReservedNode' => ['type' => 'structure', 'members' => ['ReservedNodeId' => ['shape' => 'String'], 'ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'StartTime' => ['shape' => 'TStamp'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'NodeCount' => ['shape' => 'Integer'], 'State' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedNodeOfferingType' => ['shape' => 'ReservedNodeOfferingType']], 'wrapper' => \true], 'ReservedNodeAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeAlreadyExists', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeAlreadyMigratedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeAlreadyMigrated', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeList' => ['type' => 'list', 'member' => ['shape' => 'ReservedNode', 'locationName' => 'ReservedNode']], 'ReservedNodeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeOffering' => ['type' => 'structure', 'members' => ['ReservedNodeOfferingId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'Duration' => ['shape' => 'Integer'], 'FixedPrice' => ['shape' => 'Double'], 'UsagePrice' => ['shape' => 'Double'], 'CurrencyCode' => ['shape' => 'String'], 'OfferingType' => ['shape' => 'String'], 'RecurringCharges' => ['shape' => 'RecurringChargeList'], 'ReservedNodeOfferingType' => ['shape' => 'ReservedNodeOfferingType']], 'wrapper' => \true], 'ReservedNodeOfferingList' => ['type' => 'list', 'member' => ['shape' => 'ReservedNodeOffering', 'locationName' => 'ReservedNodeOffering']], 'ReservedNodeOfferingNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeOfferingNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ReservedNodeOfferingType' => ['type' => 'string', 'enum' => ['Regular', 'Upgradable']], 'ReservedNodeOfferingsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodeOfferings' => ['shape' => 'ReservedNodeOfferingList']]], 'ReservedNodeQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ReservedNodeQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ReservedNodesMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ReservedNodes' => ['shape' => 'ReservedNodeList']]], 'ResetClusterParameterGroupMessage' => ['type' => 'structure', 'required' => ['ParameterGroupName'], 'members' => ['ParameterGroupName' => ['shape' => 'String'], 'ResetAllParameters' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'ParametersList']]], 'ResizeClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'ClusterType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'Classic' => ['shape' => 'BooleanOptional']]], 'ResizeClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'ResizeInfo' => ['type' => 'structure', 'members' => ['ResizeType' => ['shape' => 'String'], 'AllowCancelResize' => ['shape' => 'Boolean']]], 'ResizeNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResizeNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ResizeProgressMessage' => ['type' => 'structure', 'members' => ['TargetNodeType' => ['shape' => 'String'], 'TargetNumberOfNodes' => ['shape' => 'IntegerOptional'], 'TargetClusterType' => ['shape' => 'String'], 'Status' => ['shape' => 'String'], 'ImportTablesCompleted' => ['shape' => 'ImportTablesCompleted'], 'ImportTablesInProgress' => ['shape' => 'ImportTablesInProgress'], 'ImportTablesNotStarted' => ['shape' => 'ImportTablesNotStarted'], 'AvgResizeRateInMegaBytesPerSecond' => ['shape' => 'DoubleOptional'], 'TotalResizeDataInMegaBytes' => ['shape' => 'LongOptional'], 'ProgressInMegaBytes' => ['shape' => 'LongOptional'], 'ElapsedTimeInSeconds' => ['shape' => 'LongOptional'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'LongOptional'], 'ResizeType' => ['shape' => 'String'], 'Message' => ['shape' => 'String'], 'TargetEncryptionType' => ['shape' => 'String'], 'DataTransferProgressPercent' => ['shape' => 'DoubleOptional']]], 'ResourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ResourceNotFoundFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'RestorableNodeTypeList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'NodeType']], 'RestoreFromClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'SnapshotIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'Port' => ['shape' => 'IntegerOptional'], 'AvailabilityZone' => ['shape' => 'String'], 'AllowVersionUpgrade' => ['shape' => 'BooleanOptional'], 'ClusterSubnetGroupName' => ['shape' => 'String'], 'PubliclyAccessible' => ['shape' => 'BooleanOptional'], 'OwnerAccount' => ['shape' => 'String'], 'HsmClientCertificateIdentifier' => ['shape' => 'String'], 'HsmConfigurationIdentifier' => ['shape' => 'String'], 'ElasticIp' => ['shape' => 'String'], 'ClusterParameterGroupName' => ['shape' => 'String'], 'ClusterSecurityGroups' => ['shape' => 'ClusterSecurityGroupNameList'], 'VpcSecurityGroupIds' => ['shape' => 'VpcSecurityGroupIdList'], 'PreferredMaintenanceWindow' => ['shape' => 'String'], 'AutomatedSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'KmsKeyId' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'EnhancedVpcRouting' => ['shape' => 'BooleanOptional'], 'AdditionalInfo' => ['shape' => 'String'], 'IamRoles' => ['shape' => 'IamRoleArnList'], 'MaintenanceTrackName' => ['shape' => 'String'], 'SnapshotScheduleIdentifier' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'IntegerOptional']]], 'RestoreFromClusterSnapshotResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RestoreStatus' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'CurrentRestoreRateInMegaBytesPerSecond' => ['shape' => 'Double'], 'SnapshotSizeInMegaBytes' => ['shape' => 'Long'], 'ProgressInMegaBytes' => ['shape' => 'Long'], 'ElapsedTimeInSeconds' => ['shape' => 'Long'], 'EstimatedTimeToCompletionInSeconds' => ['shape' => 'Long']]], 'RestoreTableFromClusterSnapshotMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier', 'SnapshotIdentifier', 'SourceDatabaseName', 'SourceTableName', 'NewTableName'], 'members' => ['ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SourceDatabaseName' => ['shape' => 'String'], 'SourceSchemaName' => ['shape' => 'String'], 'SourceTableName' => ['shape' => 'String'], 'TargetDatabaseName' => ['shape' => 'String'], 'TargetSchemaName' => ['shape' => 'String'], 'NewTableName' => ['shape' => 'String']]], 'RestoreTableFromClusterSnapshotResult' => ['type' => 'structure', 'members' => ['TableRestoreStatus' => ['shape' => 'TableRestoreStatus']]], 'ResumeClusterMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'ResumeClusterResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'RevisionTarget' => ['type' => 'structure', 'members' => ['DatabaseRevision' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'DatabaseRevisionReleaseDate' => ['shape' => 'TStamp']]], 'RevisionTargetsList' => ['type' => 'list', 'member' => ['shape' => 'RevisionTarget', 'locationName' => 'RevisionTarget']], 'RevokeClusterSecurityGroupIngressMessage' => ['type' => 'structure', 'required' => ['ClusterSecurityGroupName'], 'members' => ['ClusterSecurityGroupName' => ['shape' => 'String'], 'CIDRIP' => ['shape' => 'String'], 'EC2SecurityGroupName' => ['shape' => 'String'], 'EC2SecurityGroupOwnerId' => ['shape' => 'String']]], 'RevokeClusterSecurityGroupIngressResult' => ['type' => 'structure', 'members' => ['ClusterSecurityGroup' => ['shape' => 'ClusterSecurityGroup']]], 'RevokeSnapshotAccessMessage' => ['type' => 'structure', 'required' => ['SnapshotIdentifier', 'AccountWithRestoreAccess'], 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'AccountWithRestoreAccess' => ['shape' => 'String']]], 'RevokeSnapshotAccessResult' => ['type' => 'structure', 'members' => ['Snapshot' => ['shape' => 'Snapshot']]], 'RotateEncryptionKeyMessage' => ['type' => 'structure', 'required' => ['ClusterIdentifier'], 'members' => ['ClusterIdentifier' => ['shape' => 'String']]], 'RotateEncryptionKeyResult' => ['type' => 'structure', 'members' => ['Cluster' => ['shape' => 'Cluster']]], 'SNSInvalidTopicFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSInvalidTopic', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSNoAuthorizationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSNoAuthorization', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SNSTopicArnNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SNSTopicArnNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'ScheduleDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ScheduleDefinition']], 'ScheduleDefinitionTypeUnsupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduleDefinitionTypeUnsupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduleState' => ['type' => 'string', 'enum' => ['MODIFYING', 'ACTIVE', 'FAILED']], 'ScheduledAction' => ['type' => 'structure', 'members' => ['ScheduledActionName' => ['shape' => 'String'], 'TargetAction' => ['shape' => 'ScheduledActionType'], 'Schedule' => ['shape' => 'String'], 'IamRole' => ['shape' => 'String'], 'ScheduledActionDescription' => ['shape' => 'String'], 'State' => ['shape' => 'ScheduledActionState'], 'NextInvocations' => ['shape' => 'ScheduledActionTimeList'], 'StartTime' => ['shape' => 'TStamp'], 'EndTime' => ['shape' => 'TStamp']]], 'ScheduledActionAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ScheduledActionFilterName'], 'Values' => ['shape' => 'ValueStringList']]], 'ScheduledActionFilterList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledActionFilter', 'locationName' => 'ScheduledActionFilter']], 'ScheduledActionFilterName' => ['type' => 'string', 'enum' => ['cluster-identifier', 'iam-role']], 'ScheduledActionList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledAction', 'locationName' => 'ScheduledAction']], 'ScheduledActionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionState' => ['type' => 'string', 'enum' => ['ACTIVE', 'DISABLED']], 'ScheduledActionTimeList' => ['type' => 'list', 'member' => ['shape' => 'TStamp', 'locationName' => 'ScheduledActionTime']], 'ScheduledActionType' => ['type' => 'structure', 'members' => ['ResizeCluster' => ['shape' => 'ResizeClusterMessage'], 'PauseCluster' => ['shape' => 'PauseClusterMessage'], 'ResumeCluster' => ['shape' => 'ResumeClusterMessage']]], 'ScheduledActionTypeUnsupportedFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'ScheduledActionTypeUnsupported', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'ScheduledActionTypeValues' => ['type' => 'string', 'enum' => ['ResizeCluster', 'PauseCluster', 'ResumeCluster']], 'ScheduledActionsMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'ScheduledActions' => ['shape' => 'ScheduledActionList']]], 'ScheduledSnapshotTimeList' => ['type' => 'list', 'member' => ['shape' => 'TStamp', 'locationName' => 'SnapshotTime']], 'SensitiveString' => ['type' => 'string', 'sensitive' => \true], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotCreateTime' => ['shape' => 'TStamp'], 'Status' => ['shape' => 'String'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'String'], 'ClusterCreateTime' => ['shape' => 'TStamp'], 'MasterUsername' => ['shape' => 'String'], 'ClusterVersion' => ['shape' => 'String'], 'SnapshotType' => ['shape' => 'String'], 'NodeType' => ['shape' => 'String'], 'NumberOfNodes' => ['shape' => 'Integer'], 'DBName' => ['shape' => 'String'], 'VpcId' => ['shape' => 'String'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'String'], 'EncryptedWithHSM' => ['shape' => 'Boolean'], 'AccountsWithRestoreAccess' => ['shape' => 'AccountsWithRestoreAccessList'], 'OwnerAccount' => ['shape' => 'String'], 'TotalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'ActualIncrementalBackupSizeInMegaBytes' => ['shape' => 'Double'], 'BackupProgressInMegaBytes' => ['shape' => 'Double'], 'CurrentBackupRateInMegaBytesPerSecond' => ['shape' => 'Double'], 'EstimatedSecondsToCompletion' => ['shape' => 'Long'], 'ElapsedTimeInSeconds' => ['shape' => 'Long'], 'SourceRegion' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'RestorableNodeTypes' => ['shape' => 'RestorableNodeTypeList'], 'EnhancedVpcRouting' => ['shape' => 'Boolean'], 'MaintenanceTrackName' => ['shape' => 'String'], 'ManualSnapshotRetentionPeriod' => ['shape' => 'IntegerOptional'], 'ManualSnapshotRemainingDays' => ['shape' => 'IntegerOptional'], 'SnapshotRetentionStartTime' => ['shape' => 'TStamp']], 'wrapper' => \true], 'SnapshotAttributeToSortBy' => ['type' => 'string', 'enum' => ['SOURCE_TYPE', 'TOTAL_SIZE', 'CREATE_TIME']], 'SnapshotCopyAlreadyDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyAlreadyDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyAlreadyEnabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyAlreadyEnabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyDisabledFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyDisabledFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrant' => ['type' => 'structure', 'members' => ['SnapshotCopyGrantName' => ['shape' => 'String'], 'KmsKeyId' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList']], 'wrapper' => \true], 'SnapshotCopyGrantAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantAlreadyExistsFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrantList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotCopyGrant', 'locationName' => 'SnapshotCopyGrant']], 'SnapshotCopyGrantMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'SnapshotCopyGrants' => ['shape' => 'SnapshotCopyGrantList']]], 'SnapshotCopyGrantNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotCopyGrantQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotCopyGrantQuotaExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotErrorMessage' => ['type' => 'structure', 'members' => ['SnapshotIdentifier' => ['shape' => 'String'], 'SnapshotClusterIdentifier' => ['shape' => 'String'], 'FailureCode' => ['shape' => 'String'], 'FailureReason' => ['shape' => 'String']]], 'SnapshotIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'String']], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot', 'locationName' => 'Snapshot']], 'SnapshotMessage' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'String'], 'Snapshots' => ['shape' => 'SnapshotList']]], 'SnapshotSchedule' => ['type' => 'structure', 'members' => ['ScheduleDefinitions' => ['shape' => 'ScheduleDefinitionList'], 'ScheduleIdentifier' => ['shape' => 'String'], 'ScheduleDescription' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagList'], 'NextInvocations' => ['shape' => 'ScheduledSnapshotTimeList'], 'AssociatedClusterCount' => ['shape' => 'IntegerOptional'], 'AssociatedClusters' => ['shape' => 'AssociatedClusterList']]], 'SnapshotScheduleAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotSchedule', 'locationName' => 'SnapshotSchedule']], 'SnapshotScheduleNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleNotFound', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleQuotaExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleQuotaExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotScheduleUpdateInProgressFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SnapshotScheduleUpdateInProgress', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SnapshotSortingEntity' => ['type' => 'structure', 'required' => ['Attribute'], 'members' => ['Attribute' => ['shape' => 'SnapshotAttributeToSortBy'], 'SortOrder' => ['shape' => 'SortByOrder']]], 'SnapshotSortingEntityList' => ['type' => 'list', 'member' => ['shape' => 'SnapshotSortingEntity', 'locationName' => 'SnapshotSortingEntity']], 'SortByOrder' => ['type' => 'string', 'enum' => ['ASC', 'DESC']], 'SourceIdsList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SourceId']], 'SourceNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SourceNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SourceType' => ['type' => 'string', 'enum' => ['cluster', 'cluster-parameter-group', 'cluster-security-group', 'cluster-snapshot', 'scheduled-action']], 'String' => ['type' => 'string'], 'Subnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'String'], 'SubnetAvailabilityZone' => ['shape' => 'AvailabilityZone'], 'SubnetStatus' => ['shape' => 'String']]], 'SubnetAlreadyInUse' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubnetAlreadyInUse', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubnetIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'SubnetIdentifier']], 'SubnetList' => ['type' => 'list', 'member' => ['shape' => 'Subnet', 'locationName' => 'Subnet']], 'SubscriptionAlreadyExistFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionAlreadyExist', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'SubscriptionCategoryNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionCategoryNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionEventIdNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionEventIdNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SubscriptionSeverityNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'SubscriptionSeverityNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'SupportedOperation' => ['type' => 'structure', 'members' => ['OperationName' => ['shape' => 'String']]], 'SupportedOperationList' => ['type' => 'list', 'member' => ['shape' => 'SupportedOperation', 'locationName' => 'SupportedOperation']], 'SupportedPlatform' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']], 'wrapper' => \true], 'SupportedPlatformsList' => ['type' => 'list', 'member' => ['shape' => 'SupportedPlatform', 'locationName' => 'SupportedPlatform']], 'TStamp' => ['type' => 'timestamp'], 'TableLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TableLimitExceeded', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TableRestoreNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TableRestoreNotFoundFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TableRestoreStatus' => ['type' => 'structure', 'members' => ['TableRestoreRequestId' => ['shape' => 'String'], 'Status' => ['shape' => 'TableRestoreStatusType'], 'Message' => ['shape' => 'String'], 'RequestTime' => ['shape' => 'TStamp'], 'ProgressInMegaBytes' => ['shape' => 'LongOptional'], 'TotalDataInMegaBytes' => ['shape' => 'LongOptional'], 'ClusterIdentifier' => ['shape' => 'String'], 'SnapshotIdentifier' => ['shape' => 'String'], 'SourceDatabaseName' => ['shape' => 'String'], 'SourceSchemaName' => ['shape' => 'String'], 'SourceTableName' => ['shape' => 'String'], 'TargetDatabaseName' => ['shape' => 'String'], 'TargetSchemaName' => ['shape' => 'String'], 'NewTableName' => ['shape' => 'String']], 'wrapper' => \true], 'TableRestoreStatusList' => ['type' => 'list', 'member' => ['shape' => 'TableRestoreStatus', 'locationName' => 'TableRestoreStatus']], 'TableRestoreStatusMessage' => ['type' => 'structure', 'members' => ['TableRestoreStatusDetails' => ['shape' => 'TableRestoreStatusList'], 'Marker' => ['shape' => 'String']]], 'TableRestoreStatusType' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED', 'CANCELED']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'String'], 'Value' => ['shape' => 'String']]], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'TagKey']], 'TagLimitExceededFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'TagLimitExceededFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'TagValue']], 'TaggedResource' => ['type' => 'structure', 'members' => ['Tag' => ['shape' => 'Tag'], 'ResourceName' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String']]], 'TaggedResourceList' => ['type' => 'list', 'member' => ['shape' => 'TaggedResource', 'locationName' => 'TaggedResource']], 'TaggedResourceListMessage' => ['type' => 'structure', 'members' => ['TaggedResources' => ['shape' => 'TaggedResourceList'], 'Marker' => ['shape' => 'String']]], 'TrackList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceTrack', 'locationName' => 'MaintenanceTrack']], 'TrackListMessage' => ['type' => 'structure', 'members' => ['MaintenanceTracks' => ['shape' => 'TrackList'], 'Marker' => ['shape' => 'String']]], 'UnauthorizedOperation' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnauthorizedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnknownSnapshotCopyRegionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnknownSnapshotCopyRegionFault', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOperationFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOptionFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UnsupportedOptionFault', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UpdateTarget' => ['type' => 'structure', 'members' => ['MaintenanceTrackName' => ['shape' => 'String'], 'DatabaseVersion' => ['shape' => 'String'], 'SupportedOperations' => ['shape' => 'SupportedOperationList']]], 'UsageLimit' => ['type' => 'structure', 'members' => ['UsageLimitId' => ['shape' => 'String'], 'ClusterIdentifier' => ['shape' => 'String'], 'FeatureType' => ['shape' => 'UsageLimitFeatureType'], 'LimitType' => ['shape' => 'UsageLimitLimitType'], 'Amount' => ['shape' => 'Long'], 'Period' => ['shape' => 'UsageLimitPeriod'], 'BreachAction' => ['shape' => 'UsageLimitBreachAction'], 'Tags' => ['shape' => 'TagList']]], 'UsageLimitAlreadyExistsFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UsageLimitAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UsageLimitBreachAction' => ['type' => 'string', 'enum' => ['log', 'emit-metric', 'disable']], 'UsageLimitFeatureType' => ['type' => 'string', 'enum' => ['spectrum', 'concurrency-scaling']], 'UsageLimitLimitType' => ['type' => 'string', 'enum' => ['time', 'data-scanned']], 'UsageLimitList' => ['type' => 'structure', 'members' => ['UsageLimits' => ['shape' => 'UsageLimits'], 'Marker' => ['shape' => 'String']]], 'UsageLimitNotFoundFault' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'UsageLimitNotFound', 'httpStatusCode' => 404, 'senderFault' => \true], 'exception' => \true], 'UsageLimitPeriod' => ['type' => 'string', 'enum' => ['daily', 'weekly', 'monthly']], 'UsageLimits' => ['type' => 'list', 'member' => ['shape' => 'UsageLimit']], 'ValueStringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'item']], 'VpcSecurityGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'VpcSecurityGroupId']], 'VpcSecurityGroupMembership' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'VpcSecurityGroupMembershipList' => ['type' => 'list', 'member' => ['shape' => 'VpcSecurityGroupMembership', 'locationName' => 'VpcSecurityGroup']]]]; diff --git a/vendor/Aws3/Aws/data/redshift/2012-12-01/paginators-1.json.php b/vendor/Aws3/Aws/data/redshift/2012-12-01/paginators-1.json.php index 0d50525b..3fab6880 100644 --- a/vendor/Aws3/Aws/data/redshift/2012-12-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/redshift/2012-12-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeClusterParameterGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ParameterGroups'], 'DescribeClusterParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Parameters'], 'DescribeClusterSecurityGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterSecurityGroups'], 'DescribeClusterSnapshots' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Snapshots'], 'DescribeClusterSubnetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterSubnetGroups'], 'DescribeClusterVersions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterVersions'], 'DescribeClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Clusters'], 'DescribeDefaultClusterParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'DefaultClusterParameters.Marker', 'result_key' => 'DefaultClusterParameters.Parameters'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'EventSubscriptionsList'], 'DescribeEvents' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Events'], 'DescribeHsmClientCertificates' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'HsmClientCertificates'], 'DescribeHsmConfigurations' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'HsmConfigurations'], 'DescribeNodeConfigurationOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'NodeConfigurationOptionList'], 'DescribeOrderableClusterOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OrderableClusterOptions'], 'DescribeReservedNodeOfferings' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedNodeOfferings'], 'DescribeReservedNodes' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedNodes'], 'DescribeScheduledActions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ScheduledActions']]]; +return ['pagination' => ['DescribeClusterParameterGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ParameterGroups'], 'DescribeClusterParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Parameters'], 'DescribeClusterSecurityGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterSecurityGroups'], 'DescribeClusterSnapshots' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Snapshots'], 'DescribeClusterSubnetGroups' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterSubnetGroups'], 'DescribeClusterVersions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ClusterVersions'], 'DescribeClusters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Clusters'], 'DescribeDefaultClusterParameters' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'DefaultClusterParameters.Marker', 'result_key' => 'DefaultClusterParameters.Parameters'], 'DescribeEventSubscriptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'EventSubscriptionsList'], 'DescribeEvents' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'Events'], 'DescribeHsmClientCertificates' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'HsmClientCertificates'], 'DescribeHsmConfigurations' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'HsmConfigurations'], 'DescribeNodeConfigurationOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'NodeConfigurationOptionList'], 'DescribeOrderableClusterOptions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'OrderableClusterOptions'], 'DescribeReservedNodeOfferings' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedNodeOfferings'], 'DescribeReservedNodes' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ReservedNodes'], 'DescribeScheduledActions' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'ScheduledActions'], 'DescribeUsageLimits' => ['input_token' => 'Marker', 'limit_key' => 'MaxRecords', 'output_token' => 'Marker', 'result_key' => 'UsageLimits']]]; diff --git a/vendor/Aws3/Aws/data/rekognition/2016-06-27/api-2.json.php b/vendor/Aws3/Aws/data/rekognition/2016-06-27/api-2.json.php index 00d8a82b..9cfc514b 100644 --- a/vendor/Aws3/Aws/data/rekognition/2016-06-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/rekognition/2016-06-27/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-06-27', 'endpointPrefix' => 'rekognition', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Rekognition', 'serviceId' => 'Rekognition', 'signatureVersion' => 'v4', 'targetPrefix' => 'RekognitionService', 'uid' => 'rekognition-2016-06-27'], 'operations' => ['CompareFaces' => ['name' => 'CompareFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompareFacesRequest'], 'output' => ['shape' => 'CompareFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'CreateCollection' => ['name' => 'CreateCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCollectionRequest'], 'output' => ['shape' => 'CreateCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateProject' => ['name' => 'CreateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectRequest'], 'output' => ['shape' => 'CreateProjectResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'CreateProjectVersion' => ['name' => 'CreateProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectVersionRequest'], 'output' => ['shape' => 'CreateProjectVersionResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'CreateStreamProcessor' => ['name' => 'CreateStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStreamProcessorRequest'], 'output' => ['shape' => 'CreateStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DeleteCollection' => ['name' => 'DeleteCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCollectionRequest'], 'output' => ['shape' => 'DeleteCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteFaces' => ['name' => 'DeleteFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFacesRequest'], 'output' => ['shape' => 'DeleteFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteStreamProcessor' => ['name' => 'DeleteStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStreamProcessorRequest'], 'output' => ['shape' => 'DeleteStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeCollection' => ['name' => 'DescribeCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCollectionRequest'], 'output' => ['shape' => 'DescribeCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProjectVersions' => ['name' => 'DescribeProjectVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProjectVersionsRequest'], 'output' => ['shape' => 'DescribeProjectVersionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeProjects' => ['name' => 'DescribeProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProjectsRequest'], 'output' => ['shape' => 'DescribeProjectsResponse'], 'errors' => [['shape' => 'InvalidPaginationTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeStreamProcessor' => ['name' => 'DescribeStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStreamProcessorRequest'], 'output' => ['shape' => 'DescribeStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DetectCustomLabels' => ['name' => 'DetectCustomLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectCustomLabelsRequest'], 'output' => ['shape' => 'DetectCustomLabelsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectFaces' => ['name' => 'DetectFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectFacesRequest'], 'output' => ['shape' => 'DetectFacesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectLabels' => ['name' => 'DetectLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectLabelsRequest'], 'output' => ['shape' => 'DetectLabelsResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectModerationLabels' => ['name' => 'DetectModerationLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectModerationLabelsRequest'], 'output' => ['shape' => 'DetectModerationLabelsResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException'], ['shape' => 'HumanLoopQuotaExceededException']]], 'DetectText' => ['name' => 'DetectText', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectTextRequest'], 'output' => ['shape' => 'DetectTextResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'GetCelebrityInfo' => ['name' => 'GetCelebrityInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCelebrityInfoRequest'], 'output' => ['shape' => 'GetCelebrityInfoResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetCelebrityRecognition' => ['name' => 'GetCelebrityRecognition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCelebrityRecognitionRequest'], 'output' => ['shape' => 'GetCelebrityRecognitionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetContentModeration' => ['name' => 'GetContentModeration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContentModerationRequest'], 'output' => ['shape' => 'GetContentModerationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetFaceDetection' => ['name' => 'GetFaceDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFaceDetectionRequest'], 'output' => ['shape' => 'GetFaceDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetFaceSearch' => ['name' => 'GetFaceSearch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFaceSearchRequest'], 'output' => ['shape' => 'GetFaceSearchResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetLabelDetection' => ['name' => 'GetLabelDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLabelDetectionRequest'], 'output' => ['shape' => 'GetLabelDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetPersonTracking' => ['name' => 'GetPersonTracking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPersonTrackingRequest'], 'output' => ['shape' => 'GetPersonTrackingResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetTextDetection' => ['name' => 'GetTextDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTextDetectionRequest'], 'output' => ['shape' => 'GetTextDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'IndexFaces' => ['name' => 'IndexFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IndexFacesRequest'], 'output' => ['shape' => 'IndexFacesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidImageFormatException']]], 'ListCollections' => ['name' => 'ListCollections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCollectionsRequest'], 'output' => ['shape' => 'ListCollectionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException']]], 'ListFaces' => ['name' => 'ListFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFacesRequest'], 'output' => ['shape' => 'ListFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException']]], 'ListStreamProcessors' => ['name' => 'ListStreamProcessors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStreamProcessorsRequest'], 'output' => ['shape' => 'ListStreamProcessorsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'RecognizeCelebrities' => ['name' => 'RecognizeCelebrities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecognizeCelebritiesRequest'], 'output' => ['shape' => 'RecognizeCelebritiesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidImageFormatException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'SearchFaces' => ['name' => 'SearchFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchFacesRequest'], 'output' => ['shape' => 'SearchFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'SearchFacesByImage' => ['name' => 'SearchFacesByImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchFacesByImageRequest'], 'output' => ['shape' => 'SearchFacesByImageResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidImageFormatException']]], 'StartCelebrityRecognition' => ['name' => 'StartCelebrityRecognition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartCelebrityRecognitionRequest'], 'output' => ['shape' => 'StartCelebrityRecognitionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartContentModeration' => ['name' => 'StartContentModeration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartContentModerationRequest'], 'output' => ['shape' => 'StartContentModerationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartFaceDetection' => ['name' => 'StartFaceDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFaceDetectionRequest'], 'output' => ['shape' => 'StartFaceDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartFaceSearch' => ['name' => 'StartFaceSearch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFaceSearchRequest'], 'output' => ['shape' => 'StartFaceSearchResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartLabelDetection' => ['name' => 'StartLabelDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartLabelDetectionRequest'], 'output' => ['shape' => 'StartLabelDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartPersonTracking' => ['name' => 'StartPersonTracking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartPersonTrackingRequest'], 'output' => ['shape' => 'StartPersonTrackingResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartProjectVersion' => ['name' => 'StartProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartProjectVersionRequest'], 'output' => ['shape' => 'StartProjectVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StartStreamProcessor' => ['name' => 'StartStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartStreamProcessorRequest'], 'output' => ['shape' => 'StartStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StartTextDetection' => ['name' => 'StartTextDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTextDetectionRequest'], 'output' => ['shape' => 'StartTextDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StopProjectVersion' => ['name' => 'StopProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopProjectVersionRequest'], 'output' => ['shape' => 'StopProjectVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StopStreamProcessor' => ['name' => 'StopStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopStreamProcessorRequest'], 'output' => ['shape' => 'StopStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AgeRange' => ['type' => 'structure', 'members' => ['Low' => ['shape' => 'UInteger'], 'High' => ['shape' => 'UInteger']]], 'Asset' => ['type' => 'structure', 'members' => ['GroundTruthManifest' => ['shape' => 'GroundTruthManifest']]], 'Assets' => ['type' => 'list', 'member' => ['shape' => 'Asset']], 'Attribute' => ['type' => 'string', 'enum' => ['DEFAULT', 'ALL']], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'Beard' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Boolean' => ['type' => 'boolean'], 'BoundingBox' => ['type' => 'structure', 'members' => ['Width' => ['shape' => 'Float'], 'Height' => ['shape' => 'Float'], 'Left' => ['shape' => 'Float'], 'Top' => ['shape' => 'Float']]], 'BoundingBoxHeight' => ['type' => 'float', 'max' => 1, 'min' => 0], 'BoundingBoxWidth' => ['type' => 'float', 'max' => 1, 'min' => 0], 'Celebrity' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String'], 'Id' => ['shape' => 'RekognitionUniqueId'], 'Face' => ['shape' => 'ComparedFace'], 'MatchConfidence' => ['shape' => 'Percent']]], 'CelebrityDetail' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String'], 'Id' => ['shape' => 'RekognitionUniqueId'], 'Confidence' => ['shape' => 'Percent'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'Face' => ['shape' => 'FaceDetail']]], 'CelebrityList' => ['type' => 'list', 'member' => ['shape' => 'Celebrity']], 'CelebrityRecognition' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Celebrity' => ['shape' => 'CelebrityDetail']]], 'CelebrityRecognitionSortBy' => ['type' => 'string', 'enum' => ['ID', 'TIMESTAMP']], 'CelebrityRecognitions' => ['type' => 'list', 'member' => ['shape' => 'CelebrityRecognition']], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'CollectionId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'CollectionIdList' => ['type' => 'list', 'member' => ['shape' => 'CollectionId']], 'CompareFacesMatch' => ['type' => 'structure', 'members' => ['Similarity' => ['shape' => 'Percent'], 'Face' => ['shape' => 'ComparedFace']]], 'CompareFacesMatchList' => ['type' => 'list', 'member' => ['shape' => 'CompareFacesMatch']], 'CompareFacesRequest' => ['type' => 'structure', 'required' => ['SourceImage', 'TargetImage'], 'members' => ['SourceImage' => ['shape' => 'Image'], 'TargetImage' => ['shape' => 'Image'], 'SimilarityThreshold' => ['shape' => 'Percent'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'CompareFacesResponse' => ['type' => 'structure', 'members' => ['SourceImageFace' => ['shape' => 'ComparedSourceImageFace'], 'FaceMatches' => ['shape' => 'CompareFacesMatchList'], 'UnmatchedFaces' => ['shape' => 'CompareFacesUnmatchList'], 'SourceImageOrientationCorrection' => ['shape' => 'OrientationCorrection'], 'TargetImageOrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'CompareFacesUnmatchList' => ['type' => 'list', 'member' => ['shape' => 'ComparedFace']], 'ComparedFace' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent'], 'Landmarks' => ['shape' => 'Landmarks'], 'Pose' => ['shape' => 'Pose'], 'Quality' => ['shape' => 'ImageQuality']]], 'ComparedFaceList' => ['type' => 'list', 'member' => ['shape' => 'ComparedFace']], 'ComparedSourceImageFace' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent']]], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'ContentModerationDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'ModerationLabel' => ['shape' => 'ModerationLabel']]], 'ContentModerationDetections' => ['type' => 'list', 'member' => ['shape' => 'ContentModerationDetection']], 'ContentModerationSortBy' => ['type' => 'string', 'enum' => ['NAME', 'TIMESTAMP']], 'CreateCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'CreateCollectionResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'UInteger'], 'CollectionArn' => ['shape' => 'String'], 'FaceModelVersion' => ['shape' => 'String']]], 'CreateProjectRequest' => ['type' => 'structure', 'required' => ['ProjectName'], 'members' => ['ProjectName' => ['shape' => 'ProjectName']]], 'CreateProjectResponse' => ['type' => 'structure', 'members' => ['ProjectArn' => ['shape' => 'ProjectArn']]], 'CreateProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectArn', 'VersionName', 'OutputConfig', 'TrainingData', 'TestingData'], 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'VersionName' => ['shape' => 'VersionName'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'TrainingData' => ['shape' => 'TrainingData'], 'TestingData' => ['shape' => 'TestingData']]], 'CreateProjectVersionResponse' => ['type' => 'structure', 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn']]], 'CreateStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Input', 'Output', 'Name', 'Settings', 'RoleArn'], 'members' => ['Input' => ['shape' => 'StreamProcessorInput'], 'Output' => ['shape' => 'StreamProcessorOutput'], 'Name' => ['shape' => 'StreamProcessorName'], 'Settings' => ['shape' => 'StreamProcessorSettings'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CreateStreamProcessorResponse' => ['type' => 'structure', 'members' => ['StreamProcessorArn' => ['shape' => 'StreamProcessorArn']]], 'CustomLabel' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Confidence' => ['shape' => 'Percent'], 'Geometry' => ['shape' => 'Geometry']]], 'CustomLabels' => ['type' => 'list', 'member' => ['shape' => 'CustomLabel']], 'DateTime' => ['type' => 'timestamp'], 'Degree' => ['type' => 'float', 'max' => 180, 'min' => -180], 'DeleteCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'DeleteCollectionResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'UInteger']]], 'DeleteFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'FaceIds'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceIds' => ['shape' => 'FaceIdList']]], 'DeleteFacesResponse' => ['type' => 'structure', 'members' => ['DeletedFaces' => ['shape' => 'FaceIdList']]], 'DeleteStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'DeleteStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'DescribeCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'DescribeCollectionResponse' => ['type' => 'structure', 'members' => ['FaceCount' => ['shape' => 'ULong'], 'FaceModelVersion' => ['shape' => 'String'], 'CollectionARN' => ['shape' => 'String'], 'CreationTimestamp' => ['shape' => 'DateTime']]], 'DescribeProjectVersionsRequest' => ['type' => 'structure', 'required' => ['ProjectArn'], 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'VersionNames' => ['shape' => 'VersionNames'], 'NextToken' => ['shape' => 'ExtendedPaginationToken'], 'MaxResults' => ['shape' => 'ProjectVersionsPageSize']]], 'DescribeProjectVersionsResponse' => ['type' => 'structure', 'members' => ['ProjectVersionDescriptions' => ['shape' => 'ProjectVersionDescriptions'], 'NextToken' => ['shape' => 'ExtendedPaginationToken']]], 'DescribeProjectsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'ExtendedPaginationToken'], 'MaxResults' => ['shape' => 'ProjectsPageSize']]], 'DescribeProjectsResponse' => ['type' => 'structure', 'members' => ['ProjectDescriptions' => ['shape' => 'ProjectDescriptions'], 'NextToken' => ['shape' => 'ExtendedPaginationToken']]], 'DescribeStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'DescribeStreamProcessorResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StreamProcessorName'], 'StreamProcessorArn' => ['shape' => 'StreamProcessorArn'], 'Status' => ['shape' => 'StreamProcessorStatus'], 'StatusMessage' => ['shape' => 'String'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'LastUpdateTimestamp' => ['shape' => 'DateTime'], 'Input' => ['shape' => 'StreamProcessorInput'], 'Output' => ['shape' => 'StreamProcessorOutput'], 'RoleArn' => ['shape' => 'RoleArn'], 'Settings' => ['shape' => 'StreamProcessorSettings']]], 'DetectCustomLabelsRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn', 'Image'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'Image' => ['shape' => 'Image'], 'MaxResults' => ['shape' => 'UInteger'], 'MinConfidence' => ['shape' => 'Percent']]], 'DetectCustomLabelsResponse' => ['type' => 'structure', 'members' => ['CustomLabels' => ['shape' => 'CustomLabels']]], 'DetectFacesRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'Attributes' => ['shape' => 'Attributes']]], 'DetectFacesResponse' => ['type' => 'structure', 'members' => ['FaceDetails' => ['shape' => 'FaceDetailList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'DetectLabelsRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'MaxLabels' => ['shape' => 'UInteger'], 'MinConfidence' => ['shape' => 'Percent']]], 'DetectLabelsResponse' => ['type' => 'structure', 'members' => ['Labels' => ['shape' => 'Labels'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection'], 'LabelModelVersion' => ['shape' => 'String']]], 'DetectModerationLabelsRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'MinConfidence' => ['shape' => 'Percent'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig']]], 'DetectModerationLabelsResponse' => ['type' => 'structure', 'members' => ['ModerationLabels' => ['shape' => 'ModerationLabels'], 'ModerationModelVersion' => ['shape' => 'String'], 'HumanLoopActivationOutput' => ['shape' => 'HumanLoopActivationOutput']]], 'DetectTextFilters' => ['type' => 'structure', 'members' => ['WordFilter' => ['shape' => 'DetectionFilter'], 'RegionsOfInterest' => ['shape' => 'RegionsOfInterest']]], 'DetectTextRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'Filters' => ['shape' => 'DetectTextFilters']]], 'DetectTextResponse' => ['type' => 'structure', 'members' => ['TextDetections' => ['shape' => 'TextDetectionList'], 'TextModelVersion' => ['shape' => 'String']]], 'DetectionFilter' => ['type' => 'structure', 'members' => ['MinConfidence' => ['shape' => 'Percent'], 'MinBoundingBoxHeight' => ['shape' => 'BoundingBoxHeight'], 'MinBoundingBoxWidth' => ['shape' => 'BoundingBoxWidth']]], 'Emotion' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EmotionName'], 'Confidence' => ['shape' => 'Percent']]], 'EmotionName' => ['type' => 'string', 'enum' => ['HAPPY', 'SAD', 'ANGRY', 'CONFUSED', 'DISGUSTED', 'SURPRISED', 'CALM', 'UNKNOWN', 'FEAR']], 'Emotions' => ['type' => 'list', 'member' => ['shape' => 'Emotion']], 'EvaluationResult' => ['type' => 'structure', 'members' => ['F1Score' => ['shape' => 'Float'], 'Summary' => ['shape' => 'Summary']]], 'ExtendedPaginationToken' => ['type' => 'string', 'max' => 1024], 'ExternalImageId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-:]+'], 'EyeOpen' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Eyeglasses' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Face' => ['type' => 'structure', 'members' => ['FaceId' => ['shape' => 'FaceId'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'ImageId' => ['shape' => 'ImageId'], 'ExternalImageId' => ['shape' => 'ExternalImageId'], 'Confidence' => ['shape' => 'Percent']]], 'FaceAttributes' => ['type' => 'string', 'enum' => ['DEFAULT', 'ALL']], 'FaceDetail' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'AgeRange' => ['shape' => 'AgeRange'], 'Smile' => ['shape' => 'Smile'], 'Eyeglasses' => ['shape' => 'Eyeglasses'], 'Sunglasses' => ['shape' => 'Sunglasses'], 'Gender' => ['shape' => 'Gender'], 'Beard' => ['shape' => 'Beard'], 'Mustache' => ['shape' => 'Mustache'], 'EyesOpen' => ['shape' => 'EyeOpen'], 'MouthOpen' => ['shape' => 'MouthOpen'], 'Emotions' => ['shape' => 'Emotions'], 'Landmarks' => ['shape' => 'Landmarks'], 'Pose' => ['shape' => 'Pose'], 'Quality' => ['shape' => 'ImageQuality'], 'Confidence' => ['shape' => 'Percent']]], 'FaceDetailList' => ['type' => 'list', 'member' => ['shape' => 'FaceDetail']], 'FaceDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Face' => ['shape' => 'FaceDetail']]], 'FaceDetections' => ['type' => 'list', 'member' => ['shape' => 'FaceDetection']], 'FaceId' => ['type' => 'string', 'pattern' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'FaceIdList' => ['type' => 'list', 'member' => ['shape' => 'FaceId'], 'max' => 4096, 'min' => 1], 'FaceList' => ['type' => 'list', 'member' => ['shape' => 'Face']], 'FaceMatch' => ['type' => 'structure', 'members' => ['Similarity' => ['shape' => 'Percent'], 'Face' => ['shape' => 'Face']]], 'FaceMatchList' => ['type' => 'list', 'member' => ['shape' => 'FaceMatch']], 'FaceModelVersionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'FaceRecord' => ['type' => 'structure', 'members' => ['Face' => ['shape' => 'Face'], 'FaceDetail' => ['shape' => 'FaceDetail']]], 'FaceRecordList' => ['type' => 'list', 'member' => ['shape' => 'FaceRecord']], 'FaceSearchSettings' => ['type' => 'structure', 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceMatchThreshold' => ['shape' => 'Percent']]], 'FaceSearchSortBy' => ['type' => 'string', 'enum' => ['INDEX', 'TIMESTAMP']], 'Float' => ['type' => 'float'], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 256], 'Gender' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'GenderType'], 'Confidence' => ['shape' => 'Percent']]], 'GenderType' => ['type' => 'string', 'enum' => ['Male', 'Female']], 'Geometry' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Polygon' => ['shape' => 'Polygon']]], 'GetCelebrityInfoRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'RekognitionUniqueId']]], 'GetCelebrityInfoResponse' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String']]], 'GetCelebrityRecognitionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'CelebrityRecognitionSortBy']]], 'GetCelebrityRecognitionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Celebrities' => ['shape' => 'CelebrityRecognitions']]], 'GetContentModerationRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'ContentModerationSortBy']]], 'GetContentModerationResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'ModerationLabels' => ['shape' => 'ContentModerationDetections'], 'NextToken' => ['shape' => 'PaginationToken'], 'ModerationModelVersion' => ['shape' => 'String']]], 'GetFaceDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetFaceDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Faces' => ['shape' => 'FaceDetections']]], 'GetFaceSearchRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'FaceSearchSortBy']]], 'GetFaceSearchResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'NextToken' => ['shape' => 'PaginationToken'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'Persons' => ['shape' => 'PersonMatches']]], 'GetLabelDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'LabelDetectionSortBy']]], 'GetLabelDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Labels' => ['shape' => 'LabelDetections'], 'LabelModelVersion' => ['shape' => 'String']]], 'GetPersonTrackingRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'PersonTrackingSortBy']]], 'GetPersonTrackingResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Persons' => ['shape' => 'PersonDetections']]], 'GetTextDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetTextDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'TextDetections' => ['shape' => 'TextDetectionResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'TextModelVersion' => ['shape' => 'String']]], 'GroundTruthManifest' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'HumanLoopActivationConditionsEvaluationResults' => ['type' => 'string', 'max' => 10240], 'HumanLoopActivationOutput' => ['type' => 'structure', 'members' => ['HumanLoopArn' => ['shape' => 'HumanLoopArn'], 'HumanLoopActivationReasons' => ['shape' => 'HumanLoopActivationReasons'], 'HumanLoopActivationConditionsEvaluationResults' => ['shape' => 'HumanLoopActivationConditionsEvaluationResults', 'jsonvalue' => \true]]], 'HumanLoopActivationReason' => ['type' => 'string'], 'HumanLoopActivationReasons' => ['type' => 'list', 'member' => ['shape' => 'HumanLoopActivationReason'], 'min' => 1], 'HumanLoopArn' => ['type' => 'string', 'max' => 256], 'HumanLoopConfig' => ['type' => 'structure', 'required' => ['HumanLoopName', 'FlowDefinitionArn'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'DataAttributes' => ['shape' => 'HumanLoopDataAttributes']]], 'HumanLoopDataAttributes' => ['type' => 'structure', 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'HumanLoopName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'HumanLoopQuotaExceededException' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'String'], 'QuotaCode' => ['shape' => 'String'], 'ServiceCode' => ['shape' => 'String']], 'exception' => \true], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Image' => ['type' => 'structure', 'members' => ['Bytes' => ['shape' => 'ImageBlob'], 'S3Object' => ['shape' => 'S3Object']]], 'ImageBlob' => ['type' => 'blob', 'max' => 5242880, 'min' => 1], 'ImageId' => ['type' => 'string', 'pattern' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'ImageQuality' => ['type' => 'structure', 'members' => ['Brightness' => ['shape' => 'Float'], 'Sharpness' => ['shape' => 'Float']]], 'ImageTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IndexFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'Image'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'Image' => ['shape' => 'Image'], 'ExternalImageId' => ['shape' => 'ExternalImageId'], 'DetectionAttributes' => ['shape' => 'Attributes'], 'MaxFaces' => ['shape' => 'MaxFacesToIndex'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'IndexFacesResponse' => ['type' => 'structure', 'members' => ['FaceRecords' => ['shape' => 'FaceRecordList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection'], 'FaceModelVersion' => ['shape' => 'String'], 'UnindexedFaces' => ['shape' => 'UnindexedFaces']]], 'InferenceUnits' => ['type' => 'integer', 'min' => 1], 'Instance' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent']]], 'Instances' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InternalServerError' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidImageFormatException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidS3ObjectException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'JobTag' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-:]+'], 'KinesisDataArn' => ['type' => 'string', 'pattern' => '(^arn:([a-z\\d-]+):kinesis:([a-z\\d-]+):\\d{12}:.+$)'], 'KinesisDataStream' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'KinesisDataArn']]], 'KinesisVideoArn' => ['type' => 'string', 'pattern' => '(^arn:([a-z\\d-]+):kinesisvideo:([a-z\\d-]+):\\d{12}:.+$)'], 'KinesisVideoStream' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'KinesisVideoArn']]], 'Label' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Confidence' => ['shape' => 'Percent'], 'Instances' => ['shape' => 'Instances'], 'Parents' => ['shape' => 'Parents']]], 'LabelDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Label' => ['shape' => 'Label']]], 'LabelDetectionSortBy' => ['type' => 'string', 'enum' => ['NAME', 'TIMESTAMP']], 'LabelDetections' => ['type' => 'list', 'member' => ['shape' => 'LabelDetection']], 'Labels' => ['type' => 'list', 'member' => ['shape' => 'Label']], 'Landmark' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'LandmarkType'], 'X' => ['shape' => 'Float'], 'Y' => ['shape' => 'Float']]], 'LandmarkType' => ['type' => 'string', 'enum' => ['eyeLeft', 'eyeRight', 'nose', 'mouthLeft', 'mouthRight', 'leftEyeBrowLeft', 'leftEyeBrowRight', 'leftEyeBrowUp', 'rightEyeBrowLeft', 'rightEyeBrowRight', 'rightEyeBrowUp', 'leftEyeLeft', 'leftEyeRight', 'leftEyeUp', 'leftEyeDown', 'rightEyeLeft', 'rightEyeRight', 'rightEyeUp', 'rightEyeDown', 'noseLeft', 'noseRight', 'mouthUp', 'mouthDown', 'leftPupil', 'rightPupil', 'upperJawlineLeft', 'midJawlineLeft', 'chinBottom', 'midJawlineRight', 'upperJawlineRight']], 'Landmarks' => ['type' => 'list', 'member' => ['shape' => 'Landmark']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListCollectionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListCollectionsResponse' => ['type' => 'structure', 'members' => ['CollectionIds' => ['shape' => 'CollectionIdList'], 'NextToken' => ['shape' => 'PaginationToken'], 'FaceModelVersions' => ['shape' => 'FaceModelVersionList']]], 'ListFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListFacesResponse' => ['type' => 'structure', 'members' => ['Faces' => ['shape' => 'FaceList'], 'NextToken' => ['shape' => 'String'], 'FaceModelVersion' => ['shape' => 'String']]], 'ListStreamProcessorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStreamProcessorsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'StreamProcessors' => ['shape' => 'StreamProcessorList']]], 'MaxFaces' => ['type' => 'integer', 'max' => 4096, 'min' => 1], 'MaxFacesToIndex' => ['type' => 'integer', 'min' => 1], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'ModerationLabel' => ['type' => 'structure', 'members' => ['Confidence' => ['shape' => 'Percent'], 'Name' => ['shape' => 'String'], 'ParentName' => ['shape' => 'String']]], 'ModerationLabels' => ['type' => 'list', 'member' => ['shape' => 'ModerationLabel']], 'MouthOpen' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Mustache' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'NotificationChannel' => ['type' => 'structure', 'required' => ['SNSTopicArn', 'RoleArn'], 'members' => ['SNSTopicArn' => ['shape' => 'SNSTopicArn'], 'RoleArn' => ['shape' => 'RoleArn']]], 'OrientationCorrection' => ['type' => 'string', 'enum' => ['ROTATE_0', 'ROTATE_90', 'ROTATE_180', 'ROTATE_270']], 'OutputConfig' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'PageSize' => ['type' => 'integer', 'max' => 4096, 'min' => 0], 'PaginationToken' => ['type' => 'string', 'max' => 255], 'Parent' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'Percent' => ['type' => 'float', 'max' => 100, 'min' => 0], 'PersonDetail' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'PersonIndex'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'Face' => ['shape' => 'FaceDetail']]], 'PersonDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Person' => ['shape' => 'PersonDetail']]], 'PersonDetections' => ['type' => 'list', 'member' => ['shape' => 'PersonDetection']], 'PersonIndex' => ['type' => 'long'], 'PersonMatch' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Person' => ['shape' => 'PersonDetail'], 'FaceMatches' => ['shape' => 'FaceMatchList']]], 'PersonMatches' => ['type' => 'list', 'member' => ['shape' => 'PersonMatch']], 'PersonTrackingSortBy' => ['type' => 'string', 'enum' => ['INDEX', 'TIMESTAMP']], 'Point' => ['type' => 'structure', 'members' => ['X' => ['shape' => 'Float'], 'Y' => ['shape' => 'Float']]], 'Polygon' => ['type' => 'list', 'member' => ['shape' => 'Point']], 'Pose' => ['type' => 'structure', 'members' => ['Roll' => ['shape' => 'Degree'], 'Yaw' => ['shape' => 'Degree'], 'Pitch' => ['shape' => 'Degree']]], 'ProjectArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)'], 'ProjectDescription' => ['type' => 'structure', 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'ProjectStatus']]], 'ProjectDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProjectDescription']], 'ProjectName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'ProjectStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATED', 'DELETING']], 'ProjectVersionArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/version\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)'], 'ProjectVersionDescription' => ['type' => 'structure', 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'MinInferenceUnits' => ['shape' => 'InferenceUnits'], 'Status' => ['shape' => 'ProjectVersionStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'BillableTrainingTimeInSeconds' => ['shape' => 'ULong'], 'TrainingEndTimestamp' => ['shape' => 'DateTime'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'TrainingDataResult' => ['shape' => 'TrainingDataResult'], 'TestingDataResult' => ['shape' => 'TestingDataResult'], 'EvaluationResult' => ['shape' => 'EvaluationResult']]], 'ProjectVersionDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProjectVersionDescription']], 'ProjectVersionStatus' => ['type' => 'string', 'enum' => ['TRAINING_IN_PROGRESS', 'TRAINING_COMPLETED', 'TRAINING_FAILED', 'STARTING', 'RUNNING', 'FAILED', 'STOPPING', 'STOPPED', 'DELETING']], 'ProjectVersionsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProjectsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProvisionedThroughputExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'QualityFilter' => ['type' => 'string', 'enum' => ['NONE', 'AUTO', 'LOW', 'MEDIUM', 'HIGH']], 'Reason' => ['type' => 'string', 'enum' => ['EXCEEDS_MAX_FACES', 'EXTREME_POSE', 'LOW_BRIGHTNESS', 'LOW_SHARPNESS', 'LOW_CONFIDENCE', 'SMALL_BOUNDING_BOX', 'LOW_FACE_QUALITY']], 'Reasons' => ['type' => 'list', 'member' => ['shape' => 'Reason']], 'RecognizeCelebritiesRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image']]], 'RecognizeCelebritiesResponse' => ['type' => 'structure', 'members' => ['CelebrityFaces' => ['shape' => 'CelebrityList'], 'UnrecognizedFaces' => ['shape' => 'ComparedFaceList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'RegionOfInterest' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox']]], 'RegionsOfInterest' => ['type' => 'list', 'member' => ['shape' => 'RegionOfInterest'], 'max' => 10, 'min' => 0], 'RekognitionUniqueId' => ['type' => 'string', 'pattern' => '[0-9A-Za-z]*'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'pattern' => 'arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'S3Bucket' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '[0-9A-Za-z\\.\\-_]*'], 'S3KeyPrefix' => ['type' => 'string', 'max' => 1024], 'S3Object' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Name' => ['shape' => 'S3ObjectName'], 'Version' => ['shape' => 'S3ObjectVersion']]], 'S3ObjectName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3ObjectVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SNSTopicArn' => ['type' => 'string', 'pattern' => '(^arn:aws:sns:.*:\\w{12}:.+$)'], 'SearchFacesByImageRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'Image'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'Image' => ['shape' => 'Image'], 'MaxFaces' => ['shape' => 'MaxFaces'], 'FaceMatchThreshold' => ['shape' => 'Percent'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'SearchFacesByImageResponse' => ['type' => 'structure', 'members' => ['SearchedFaceBoundingBox' => ['shape' => 'BoundingBox'], 'SearchedFaceConfidence' => ['shape' => 'Percent'], 'FaceMatches' => ['shape' => 'FaceMatchList'], 'FaceModelVersion' => ['shape' => 'String']]], 'SearchFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'FaceId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceId' => ['shape' => 'FaceId'], 'MaxFaces' => ['shape' => 'MaxFaces'], 'FaceMatchThreshold' => ['shape' => 'Percent']]], 'SearchFacesResponse' => ['type' => 'structure', 'members' => ['SearchedFaceId' => ['shape' => 'FaceId'], 'FaceMatches' => ['shape' => 'FaceMatchList'], 'FaceModelVersion' => ['shape' => 'String']]], 'Smile' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'StartCelebrityRecognitionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartCelebrityRecognitionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartContentModerationRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'MinConfidence' => ['shape' => 'Percent'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartContentModerationResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartFaceDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'FaceAttributes' => ['shape' => 'FaceAttributes'], 'JobTag' => ['shape' => 'JobTag']]], 'StartFaceDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartFaceSearchRequest' => ['type' => 'structure', 'required' => ['Video', 'CollectionId'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'FaceMatchThreshold' => ['shape' => 'Percent'], 'CollectionId' => ['shape' => 'CollectionId'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartFaceSearchResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartLabelDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'MinConfidence' => ['shape' => 'Percent'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartLabelDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartPersonTrackingRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartPersonTrackingResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn', 'MinInferenceUnits'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'MinInferenceUnits' => ['shape' => 'InferenceUnits']]], 'StartProjectVersionResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectVersionStatus']]], 'StartStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'StartStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'StartTextDetectionFilters' => ['type' => 'structure', 'members' => ['WordFilter' => ['shape' => 'DetectionFilter'], 'RegionsOfInterest' => ['shape' => 'RegionsOfInterest']]], 'StartTextDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag'], 'Filters' => ['shape' => 'StartTextDetectionFilters']]], 'StartTextDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StatusMessage' => ['type' => 'string'], 'StopProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn']]], 'StopProjectVersionResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectVersionStatus']]], 'StopStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'StopStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'StreamProcessor' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StreamProcessorName'], 'Status' => ['shape' => 'StreamProcessorStatus']]], 'StreamProcessorArn' => ['type' => 'string', 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:streamprocessor\\/.+$)'], 'StreamProcessorInput' => ['type' => 'structure', 'members' => ['KinesisVideoStream' => ['shape' => 'KinesisVideoStream']]], 'StreamProcessorList' => ['type' => 'list', 'member' => ['shape' => 'StreamProcessor']], 'StreamProcessorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'StreamProcessorOutput' => ['type' => 'structure', 'members' => ['KinesisDataStream' => ['shape' => 'KinesisDataStream']]], 'StreamProcessorSettings' => ['type' => 'structure', 'members' => ['FaceSearch' => ['shape' => 'FaceSearchSettings']]], 'StreamProcessorStatus' => ['type' => 'string', 'enum' => ['STOPPED', 'STARTING', 'RUNNING', 'FAILED', 'STOPPING']], 'String' => ['type' => 'string'], 'Summary' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'Sunglasses' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'TestingData' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'Assets'], 'AutoCreate' => ['shape' => 'Boolean']]], 'TestingDataResult' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'TestingData'], 'Output' => ['shape' => 'TestingData']]], 'TextDetection' => ['type' => 'structure', 'members' => ['DetectedText' => ['shape' => 'String'], 'Type' => ['shape' => 'TextTypes'], 'Id' => ['shape' => 'UInteger'], 'ParentId' => ['shape' => 'UInteger'], 'Confidence' => ['shape' => 'Percent'], 'Geometry' => ['shape' => 'Geometry']]], 'TextDetectionList' => ['type' => 'list', 'member' => ['shape' => 'TextDetection']], 'TextDetectionResult' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'TextDetection' => ['shape' => 'TextDetection']]], 'TextDetectionResults' => ['type' => 'list', 'member' => ['shape' => 'TextDetectionResult']], 'TextTypes' => ['type' => 'string', 'enum' => ['LINE', 'WORD']], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'Timestamp' => ['type' => 'long'], 'TrainingData' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'Assets']]], 'TrainingDataResult' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'TrainingData'], 'Output' => ['shape' => 'TrainingData']]], 'UInteger' => ['type' => 'integer', 'min' => 0], 'ULong' => ['type' => 'long', 'min' => 0], 'UnindexedFace' => ['type' => 'structure', 'members' => ['Reasons' => ['shape' => 'Reasons'], 'FaceDetail' => ['shape' => 'FaceDetail']]], 'UnindexedFaces' => ['type' => 'list', 'member' => ['shape' => 'UnindexedFace']], 'Url' => ['type' => 'string'], 'Urls' => ['type' => 'list', 'member' => ['shape' => 'Url']], 'VersionName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'VersionNames' => ['type' => 'list', 'member' => ['shape' => 'VersionName'], 'max' => 10, 'min' => 1], 'Video' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'VideoJobStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'VideoMetadata' => ['type' => 'structure', 'members' => ['Codec' => ['shape' => 'String'], 'DurationMillis' => ['shape' => 'ULong'], 'Format' => ['shape' => 'String'], 'FrameRate' => ['shape' => 'Float'], 'FrameHeight' => ['shape' => 'ULong'], 'FrameWidth' => ['shape' => 'ULong']]], 'VideoTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-06-27', 'endpointPrefix' => 'rekognition', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Rekognition', 'serviceId' => 'Rekognition', 'signatureVersion' => 'v4', 'targetPrefix' => 'RekognitionService', 'uid' => 'rekognition-2016-06-27'], 'operations' => ['CompareFaces' => ['name' => 'CompareFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CompareFacesRequest'], 'output' => ['shape' => 'CompareFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'CreateCollection' => ['name' => 'CreateCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCollectionRequest'], 'output' => ['shape' => 'CreateCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateProject' => ['name' => 'CreateProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectRequest'], 'output' => ['shape' => 'CreateProjectResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'CreateProjectVersion' => ['name' => 'CreateProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProjectVersionRequest'], 'output' => ['shape' => 'CreateProjectVersionResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'CreateStreamProcessor' => ['name' => 'CreateStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStreamProcessorRequest'], 'output' => ['shape' => 'CreateStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DeleteCollection' => ['name' => 'DeleteCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCollectionRequest'], 'output' => ['shape' => 'DeleteCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteFaces' => ['name' => 'DeleteFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFacesRequest'], 'output' => ['shape' => 'DeleteFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteProject' => ['name' => 'DeleteProject', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProjectRequest'], 'output' => ['shape' => 'DeleteProjectResponse'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DeleteProjectVersion' => ['name' => 'DeleteProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProjectVersionRequest'], 'output' => ['shape' => 'DeleteProjectVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DeleteStreamProcessor' => ['name' => 'DeleteStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteStreamProcessorRequest'], 'output' => ['shape' => 'DeleteStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeCollection' => ['name' => 'DescribeCollection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCollectionRequest'], 'output' => ['shape' => 'DescribeCollectionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProjectVersions' => ['name' => 'DescribeProjectVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProjectVersionsRequest'], 'output' => ['shape' => 'DescribeProjectVersionsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeProjects' => ['name' => 'DescribeProjects', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProjectsRequest'], 'output' => ['shape' => 'DescribeProjectsResponse'], 'errors' => [['shape' => 'InvalidPaginationTokenException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DescribeStreamProcessor' => ['name' => 'DescribeStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStreamProcessorRequest'], 'output' => ['shape' => 'DescribeStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'DetectCustomLabels' => ['name' => 'DetectCustomLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectCustomLabelsRequest'], 'output' => ['shape' => 'DetectCustomLabelsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceNotReadyException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectFaces' => ['name' => 'DetectFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectFacesRequest'], 'output' => ['shape' => 'DetectFacesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectLabels' => ['name' => 'DetectLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectLabelsRequest'], 'output' => ['shape' => 'DetectLabelsResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'DetectModerationLabels' => ['name' => 'DetectModerationLabels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectModerationLabelsRequest'], 'output' => ['shape' => 'DetectModerationLabelsResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException'], ['shape' => 'HumanLoopQuotaExceededException']]], 'DetectText' => ['name' => 'DetectText', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetectTextRequest'], 'output' => ['shape' => 'DetectTextResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'GetCelebrityInfo' => ['name' => 'GetCelebrityInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCelebrityInfoRequest'], 'output' => ['shape' => 'GetCelebrityInfoResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetCelebrityRecognition' => ['name' => 'GetCelebrityRecognition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCelebrityRecognitionRequest'], 'output' => ['shape' => 'GetCelebrityRecognitionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetContentModeration' => ['name' => 'GetContentModeration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContentModerationRequest'], 'output' => ['shape' => 'GetContentModerationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetFaceDetection' => ['name' => 'GetFaceDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFaceDetectionRequest'], 'output' => ['shape' => 'GetFaceDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetFaceSearch' => ['name' => 'GetFaceSearch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFaceSearchRequest'], 'output' => ['shape' => 'GetFaceSearchResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetLabelDetection' => ['name' => 'GetLabelDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLabelDetectionRequest'], 'output' => ['shape' => 'GetLabelDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetPersonTracking' => ['name' => 'GetPersonTracking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPersonTrackingRequest'], 'output' => ['shape' => 'GetPersonTrackingResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetSegmentDetection' => ['name' => 'GetSegmentDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSegmentDetectionRequest'], 'output' => ['shape' => 'GetSegmentDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'GetTextDetection' => ['name' => 'GetTextDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTextDetectionRequest'], 'output' => ['shape' => 'GetTextDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'IndexFaces' => ['name' => 'IndexFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'IndexFacesRequest'], 'output' => ['shape' => 'IndexFacesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidImageFormatException']]], 'ListCollections' => ['name' => 'ListCollections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCollectionsRequest'], 'output' => ['shape' => 'ListCollectionsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException']]], 'ListFaces' => ['name' => 'ListFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFacesRequest'], 'output' => ['shape' => 'ListFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ResourceNotFoundException']]], 'ListStreamProcessors' => ['name' => 'ListStreamProcessors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStreamProcessorsRequest'], 'output' => ['shape' => 'ListStreamProcessorsResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPaginationTokenException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'RecognizeCelebrities' => ['name' => 'RecognizeCelebrities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RecognizeCelebritiesRequest'], 'output' => ['shape' => 'RecognizeCelebritiesResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidImageFormatException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'InvalidImageFormatException']]], 'SearchFaces' => ['name' => 'SearchFaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchFacesRequest'], 'output' => ['shape' => 'SearchFacesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException']]], 'SearchFacesByImage' => ['name' => 'SearchFacesByImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchFacesByImageRequest'], 'output' => ['shape' => 'SearchFacesByImageResponse'], 'errors' => [['shape' => 'InvalidS3ObjectException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ImageTooLargeException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidImageFormatException']]], 'StartCelebrityRecognition' => ['name' => 'StartCelebrityRecognition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartCelebrityRecognitionRequest'], 'output' => ['shape' => 'StartCelebrityRecognitionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartContentModeration' => ['name' => 'StartContentModeration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartContentModerationRequest'], 'output' => ['shape' => 'StartContentModerationResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartFaceDetection' => ['name' => 'StartFaceDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFaceDetectionRequest'], 'output' => ['shape' => 'StartFaceDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartFaceSearch' => ['name' => 'StartFaceSearch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartFaceSearchRequest'], 'output' => ['shape' => 'StartFaceSearchResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartLabelDetection' => ['name' => 'StartLabelDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartLabelDetectionRequest'], 'output' => ['shape' => 'StartLabelDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartPersonTracking' => ['name' => 'StartPersonTracking', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartPersonTrackingRequest'], 'output' => ['shape' => 'StartPersonTrackingResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartProjectVersion' => ['name' => 'StartProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartProjectVersionRequest'], 'output' => ['shape' => 'StartProjectVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StartSegmentDetection' => ['name' => 'StartSegmentDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSegmentDetectionRequest'], 'output' => ['shape' => 'StartSegmentDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StartStreamProcessor' => ['name' => 'StartStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartStreamProcessorRequest'], 'output' => ['shape' => 'StartStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StartTextDetection' => ['name' => 'StartTextDetection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTextDetectionRequest'], 'output' => ['shape' => 'StartTextDetectionResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidS3ObjectException'], ['shape' => 'InternalServerError'], ['shape' => 'VideoTooLargeException'], ['shape' => 'ProvisionedThroughputExceededException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException']], 'idempotent' => \true], 'StopProjectVersion' => ['name' => 'StopProjectVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopProjectVersionRequest'], 'output' => ['shape' => 'StopProjectVersionResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'ProvisionedThroughputExceededException']]], 'StopStreamProcessor' => ['name' => 'StopStreamProcessor', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopStreamProcessorRequest'], 'output' => ['shape' => 'StopStreamProcessorResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InternalServerError'], ['shape' => 'ThrottlingException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ProvisionedThroughputExceededException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AgeRange' => ['type' => 'structure', 'members' => ['Low' => ['shape' => 'UInteger'], 'High' => ['shape' => 'UInteger']]], 'Asset' => ['type' => 'structure', 'members' => ['GroundTruthManifest' => ['shape' => 'GroundTruthManifest']]], 'Assets' => ['type' => 'list', 'member' => ['shape' => 'Asset']], 'Attribute' => ['type' => 'string', 'enum' => ['DEFAULT', 'ALL']], 'Attributes' => ['type' => 'list', 'member' => ['shape' => 'Attribute']], 'AudioMetadata' => ['type' => 'structure', 'members' => ['Codec' => ['shape' => 'String'], 'DurationMillis' => ['shape' => 'ULong'], 'SampleRate' => ['shape' => 'ULong'], 'NumberOfChannels' => ['shape' => 'ULong']]], 'AudioMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AudioMetadata']], 'Beard' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Boolean' => ['type' => 'boolean'], 'BoundingBox' => ['type' => 'structure', 'members' => ['Width' => ['shape' => 'Float'], 'Height' => ['shape' => 'Float'], 'Left' => ['shape' => 'Float'], 'Top' => ['shape' => 'Float']]], 'BoundingBoxHeight' => ['type' => 'float', 'max' => 1, 'min' => 0], 'BoundingBoxWidth' => ['type' => 'float', 'max' => 1, 'min' => 0], 'Celebrity' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String'], 'Id' => ['shape' => 'RekognitionUniqueId'], 'Face' => ['shape' => 'ComparedFace'], 'MatchConfidence' => ['shape' => 'Percent']]], 'CelebrityDetail' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String'], 'Id' => ['shape' => 'RekognitionUniqueId'], 'Confidence' => ['shape' => 'Percent'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'Face' => ['shape' => 'FaceDetail']]], 'CelebrityList' => ['type' => 'list', 'member' => ['shape' => 'Celebrity']], 'CelebrityRecognition' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Celebrity' => ['shape' => 'CelebrityDetail']]], 'CelebrityRecognitionSortBy' => ['type' => 'string', 'enum' => ['ID', 'TIMESTAMP']], 'CelebrityRecognitions' => ['type' => 'list', 'member' => ['shape' => 'CelebrityRecognition']], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'CollectionId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'CollectionIdList' => ['type' => 'list', 'member' => ['shape' => 'CollectionId']], 'CompareFacesMatch' => ['type' => 'structure', 'members' => ['Similarity' => ['shape' => 'Percent'], 'Face' => ['shape' => 'ComparedFace']]], 'CompareFacesMatchList' => ['type' => 'list', 'member' => ['shape' => 'CompareFacesMatch']], 'CompareFacesRequest' => ['type' => 'structure', 'required' => ['SourceImage', 'TargetImage'], 'members' => ['SourceImage' => ['shape' => 'Image'], 'TargetImage' => ['shape' => 'Image'], 'SimilarityThreshold' => ['shape' => 'Percent'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'CompareFacesResponse' => ['type' => 'structure', 'members' => ['SourceImageFace' => ['shape' => 'ComparedSourceImageFace'], 'FaceMatches' => ['shape' => 'CompareFacesMatchList'], 'UnmatchedFaces' => ['shape' => 'CompareFacesUnmatchList'], 'SourceImageOrientationCorrection' => ['shape' => 'OrientationCorrection'], 'TargetImageOrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'CompareFacesUnmatchList' => ['type' => 'list', 'member' => ['shape' => 'ComparedFace']], 'ComparedFace' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent'], 'Landmarks' => ['shape' => 'Landmarks'], 'Pose' => ['shape' => 'Pose'], 'Quality' => ['shape' => 'ImageQuality']]], 'ComparedFaceList' => ['type' => 'list', 'member' => ['shape' => 'ComparedFace']], 'ComparedSourceImageFace' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent']]], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'ContentModerationDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'ModerationLabel' => ['shape' => 'ModerationLabel']]], 'ContentModerationDetections' => ['type' => 'list', 'member' => ['shape' => 'ContentModerationDetection']], 'ContentModerationSortBy' => ['type' => 'string', 'enum' => ['NAME', 'TIMESTAMP']], 'CreateCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'CreateCollectionResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'UInteger'], 'CollectionArn' => ['shape' => 'String'], 'FaceModelVersion' => ['shape' => 'String']]], 'CreateProjectRequest' => ['type' => 'structure', 'required' => ['ProjectName'], 'members' => ['ProjectName' => ['shape' => 'ProjectName']]], 'CreateProjectResponse' => ['type' => 'structure', 'members' => ['ProjectArn' => ['shape' => 'ProjectArn']]], 'CreateProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectArn', 'VersionName', 'OutputConfig', 'TrainingData', 'TestingData'], 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'VersionName' => ['shape' => 'VersionName'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'TrainingData' => ['shape' => 'TrainingData'], 'TestingData' => ['shape' => 'TestingData']]], 'CreateProjectVersionResponse' => ['type' => 'structure', 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn']]], 'CreateStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Input', 'Output', 'Name', 'Settings', 'RoleArn'], 'members' => ['Input' => ['shape' => 'StreamProcessorInput'], 'Output' => ['shape' => 'StreamProcessorOutput'], 'Name' => ['shape' => 'StreamProcessorName'], 'Settings' => ['shape' => 'StreamProcessorSettings'], 'RoleArn' => ['shape' => 'RoleArn']]], 'CreateStreamProcessorResponse' => ['type' => 'structure', 'members' => ['StreamProcessorArn' => ['shape' => 'StreamProcessorArn']]], 'CustomLabel' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Confidence' => ['shape' => 'Percent'], 'Geometry' => ['shape' => 'Geometry']]], 'CustomLabels' => ['type' => 'list', 'member' => ['shape' => 'CustomLabel']], 'DateTime' => ['type' => 'timestamp'], 'Degree' => ['type' => 'float', 'max' => 180, 'min' => -180], 'DeleteCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'DeleteCollectionResponse' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'UInteger']]], 'DeleteFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'FaceIds'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceIds' => ['shape' => 'FaceIdList']]], 'DeleteFacesResponse' => ['type' => 'structure', 'members' => ['DeletedFaces' => ['shape' => 'FaceIdList']]], 'DeleteProjectRequest' => ['type' => 'structure', 'required' => ['ProjectArn'], 'members' => ['ProjectArn' => ['shape' => 'ProjectArn']]], 'DeleteProjectResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectStatus']]], 'DeleteProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn']]], 'DeleteProjectVersionResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectVersionStatus']]], 'DeleteStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'DeleteStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'DescribeCollectionRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId']]], 'DescribeCollectionResponse' => ['type' => 'structure', 'members' => ['FaceCount' => ['shape' => 'ULong'], 'FaceModelVersion' => ['shape' => 'String'], 'CollectionARN' => ['shape' => 'String'], 'CreationTimestamp' => ['shape' => 'DateTime']]], 'DescribeProjectVersionsRequest' => ['type' => 'structure', 'required' => ['ProjectArn'], 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'VersionNames' => ['shape' => 'VersionNames'], 'NextToken' => ['shape' => 'ExtendedPaginationToken'], 'MaxResults' => ['shape' => 'ProjectVersionsPageSize']]], 'DescribeProjectVersionsResponse' => ['type' => 'structure', 'members' => ['ProjectVersionDescriptions' => ['shape' => 'ProjectVersionDescriptions'], 'NextToken' => ['shape' => 'ExtendedPaginationToken']]], 'DescribeProjectsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'ExtendedPaginationToken'], 'MaxResults' => ['shape' => 'ProjectsPageSize']]], 'DescribeProjectsResponse' => ['type' => 'structure', 'members' => ['ProjectDescriptions' => ['shape' => 'ProjectDescriptions'], 'NextToken' => ['shape' => 'ExtendedPaginationToken']]], 'DescribeStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'DescribeStreamProcessorResponse' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StreamProcessorName'], 'StreamProcessorArn' => ['shape' => 'StreamProcessorArn'], 'Status' => ['shape' => 'StreamProcessorStatus'], 'StatusMessage' => ['shape' => 'String'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'LastUpdateTimestamp' => ['shape' => 'DateTime'], 'Input' => ['shape' => 'StreamProcessorInput'], 'Output' => ['shape' => 'StreamProcessorOutput'], 'RoleArn' => ['shape' => 'RoleArn'], 'Settings' => ['shape' => 'StreamProcessorSettings']]], 'DetectCustomLabelsRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn', 'Image'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'Image' => ['shape' => 'Image'], 'MaxResults' => ['shape' => 'UInteger'], 'MinConfidence' => ['shape' => 'Percent']]], 'DetectCustomLabelsResponse' => ['type' => 'structure', 'members' => ['CustomLabels' => ['shape' => 'CustomLabels']]], 'DetectFacesRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'Attributes' => ['shape' => 'Attributes']]], 'DetectFacesResponse' => ['type' => 'structure', 'members' => ['FaceDetails' => ['shape' => 'FaceDetailList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'DetectLabelsRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'MaxLabels' => ['shape' => 'UInteger'], 'MinConfidence' => ['shape' => 'Percent']]], 'DetectLabelsResponse' => ['type' => 'structure', 'members' => ['Labels' => ['shape' => 'Labels'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection'], 'LabelModelVersion' => ['shape' => 'String']]], 'DetectModerationLabelsRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'MinConfidence' => ['shape' => 'Percent'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig']]], 'DetectModerationLabelsResponse' => ['type' => 'structure', 'members' => ['ModerationLabels' => ['shape' => 'ModerationLabels'], 'ModerationModelVersion' => ['shape' => 'String'], 'HumanLoopActivationOutput' => ['shape' => 'HumanLoopActivationOutput']]], 'DetectTextFilters' => ['type' => 'structure', 'members' => ['WordFilter' => ['shape' => 'DetectionFilter'], 'RegionsOfInterest' => ['shape' => 'RegionsOfInterest']]], 'DetectTextRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image'], 'Filters' => ['shape' => 'DetectTextFilters']]], 'DetectTextResponse' => ['type' => 'structure', 'members' => ['TextDetections' => ['shape' => 'TextDetectionList'], 'TextModelVersion' => ['shape' => 'String']]], 'DetectionFilter' => ['type' => 'structure', 'members' => ['MinConfidence' => ['shape' => 'Percent'], 'MinBoundingBoxHeight' => ['shape' => 'BoundingBoxHeight'], 'MinBoundingBoxWidth' => ['shape' => 'BoundingBoxWidth']]], 'Emotion' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'EmotionName'], 'Confidence' => ['shape' => 'Percent']]], 'EmotionName' => ['type' => 'string', 'enum' => ['HAPPY', 'SAD', 'ANGRY', 'CONFUSED', 'DISGUSTED', 'SURPRISED', 'CALM', 'UNKNOWN', 'FEAR']], 'Emotions' => ['type' => 'list', 'member' => ['shape' => 'Emotion']], 'EvaluationResult' => ['type' => 'structure', 'members' => ['F1Score' => ['shape' => 'Float'], 'Summary' => ['shape' => 'Summary']]], 'ExtendedPaginationToken' => ['type' => 'string', 'max' => 1024], 'ExternalImageId' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-:]+'], 'EyeOpen' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Eyeglasses' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Face' => ['type' => 'structure', 'members' => ['FaceId' => ['shape' => 'FaceId'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'ImageId' => ['shape' => 'ImageId'], 'ExternalImageId' => ['shape' => 'ExternalImageId'], 'Confidence' => ['shape' => 'Percent']]], 'FaceAttributes' => ['type' => 'string', 'enum' => ['DEFAULT', 'ALL']], 'FaceDetail' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'AgeRange' => ['shape' => 'AgeRange'], 'Smile' => ['shape' => 'Smile'], 'Eyeglasses' => ['shape' => 'Eyeglasses'], 'Sunglasses' => ['shape' => 'Sunglasses'], 'Gender' => ['shape' => 'Gender'], 'Beard' => ['shape' => 'Beard'], 'Mustache' => ['shape' => 'Mustache'], 'EyesOpen' => ['shape' => 'EyeOpen'], 'MouthOpen' => ['shape' => 'MouthOpen'], 'Emotions' => ['shape' => 'Emotions'], 'Landmarks' => ['shape' => 'Landmarks'], 'Pose' => ['shape' => 'Pose'], 'Quality' => ['shape' => 'ImageQuality'], 'Confidence' => ['shape' => 'Percent']]], 'FaceDetailList' => ['type' => 'list', 'member' => ['shape' => 'FaceDetail']], 'FaceDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Face' => ['shape' => 'FaceDetail']]], 'FaceDetections' => ['type' => 'list', 'member' => ['shape' => 'FaceDetection']], 'FaceId' => ['type' => 'string', 'pattern' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'FaceIdList' => ['type' => 'list', 'member' => ['shape' => 'FaceId'], 'max' => 4096, 'min' => 1], 'FaceList' => ['type' => 'list', 'member' => ['shape' => 'Face']], 'FaceMatch' => ['type' => 'structure', 'members' => ['Similarity' => ['shape' => 'Percent'], 'Face' => ['shape' => 'Face']]], 'FaceMatchList' => ['type' => 'list', 'member' => ['shape' => 'FaceMatch']], 'FaceModelVersionList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'FaceRecord' => ['type' => 'structure', 'members' => ['Face' => ['shape' => 'Face'], 'FaceDetail' => ['shape' => 'FaceDetail']]], 'FaceRecordList' => ['type' => 'list', 'member' => ['shape' => 'FaceRecord']], 'FaceSearchSettings' => ['type' => 'structure', 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceMatchThreshold' => ['shape' => 'Percent']]], 'FaceSearchSortBy' => ['type' => 'string', 'enum' => ['INDEX', 'TIMESTAMP']], 'Float' => ['type' => 'float'], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 256], 'Gender' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'GenderType'], 'Confidence' => ['shape' => 'Percent']]], 'GenderType' => ['type' => 'string', 'enum' => ['Male', 'Female']], 'Geometry' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Polygon' => ['shape' => 'Polygon']]], 'GetCelebrityInfoRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'RekognitionUniqueId']]], 'GetCelebrityInfoResponse' => ['type' => 'structure', 'members' => ['Urls' => ['shape' => 'Urls'], 'Name' => ['shape' => 'String']]], 'GetCelebrityRecognitionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'CelebrityRecognitionSortBy']]], 'GetCelebrityRecognitionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Celebrities' => ['shape' => 'CelebrityRecognitions']]], 'GetContentModerationRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'ContentModerationSortBy']]], 'GetContentModerationResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'ModerationLabels' => ['shape' => 'ContentModerationDetections'], 'NextToken' => ['shape' => 'PaginationToken'], 'ModerationModelVersion' => ['shape' => 'String']]], 'GetFaceDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetFaceDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Faces' => ['shape' => 'FaceDetections']]], 'GetFaceSearchRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'FaceSearchSortBy']]], 'GetFaceSearchResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'NextToken' => ['shape' => 'PaginationToken'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'Persons' => ['shape' => 'PersonMatches']]], 'GetLabelDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'LabelDetectionSortBy']]], 'GetLabelDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Labels' => ['shape' => 'LabelDetections'], 'LabelModelVersion' => ['shape' => 'String']]], 'GetPersonTrackingRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'SortBy' => ['shape' => 'PersonTrackingSortBy']]], 'GetPersonTrackingResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'NextToken' => ['shape' => 'PaginationToken'], 'Persons' => ['shape' => 'PersonDetections']]], 'GetSegmentDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetSegmentDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadataList'], 'AudioMetadata' => ['shape' => 'AudioMetadataList'], 'NextToken' => ['shape' => 'PaginationToken'], 'Segments' => ['shape' => 'SegmentDetections'], 'SelectedSegmentTypes' => ['shape' => 'SegmentTypesInfo']]], 'GetTextDetectionRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'GetTextDetectionResponse' => ['type' => 'structure', 'members' => ['JobStatus' => ['shape' => 'VideoJobStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'VideoMetadata' => ['shape' => 'VideoMetadata'], 'TextDetections' => ['shape' => 'TextDetectionResults'], 'NextToken' => ['shape' => 'PaginationToken'], 'TextModelVersion' => ['shape' => 'String']]], 'GroundTruthManifest' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'HumanLoopActivationConditionsEvaluationResults' => ['type' => 'string', 'max' => 10240], 'HumanLoopActivationOutput' => ['type' => 'structure', 'members' => ['HumanLoopArn' => ['shape' => 'HumanLoopArn'], 'HumanLoopActivationReasons' => ['shape' => 'HumanLoopActivationReasons'], 'HumanLoopActivationConditionsEvaluationResults' => ['shape' => 'HumanLoopActivationConditionsEvaluationResults', 'jsonvalue' => \true]]], 'HumanLoopActivationReason' => ['type' => 'string'], 'HumanLoopActivationReasons' => ['type' => 'list', 'member' => ['shape' => 'HumanLoopActivationReason'], 'min' => 1], 'HumanLoopArn' => ['type' => 'string', 'max' => 256], 'HumanLoopConfig' => ['type' => 'structure', 'required' => ['HumanLoopName', 'FlowDefinitionArn'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'DataAttributes' => ['shape' => 'HumanLoopDataAttributes']]], 'HumanLoopDataAttributes' => ['type' => 'structure', 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'HumanLoopName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'HumanLoopQuotaExceededException' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'String'], 'QuotaCode' => ['shape' => 'String'], 'ServiceCode' => ['shape' => 'String']], 'exception' => \true], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Image' => ['type' => 'structure', 'members' => ['Bytes' => ['shape' => 'ImageBlob'], 'S3Object' => ['shape' => 'S3Object']]], 'ImageBlob' => ['type' => 'blob', 'max' => 5242880, 'min' => 1], 'ImageId' => ['type' => 'string', 'pattern' => '[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'ImageQuality' => ['type' => 'structure', 'members' => ['Brightness' => ['shape' => 'Float'], 'Sharpness' => ['shape' => 'Float']]], 'ImageTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'IndexFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'Image'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'Image' => ['shape' => 'Image'], 'ExternalImageId' => ['shape' => 'ExternalImageId'], 'DetectionAttributes' => ['shape' => 'Attributes'], 'MaxFaces' => ['shape' => 'MaxFacesToIndex'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'IndexFacesResponse' => ['type' => 'structure', 'members' => ['FaceRecords' => ['shape' => 'FaceRecordList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection'], 'FaceModelVersion' => ['shape' => 'String'], 'UnindexedFaces' => ['shape' => 'UnindexedFaces']]], 'InferenceUnits' => ['type' => 'integer', 'min' => 1], 'Instance' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox'], 'Confidence' => ['shape' => 'Percent']]], 'Instances' => ['type' => 'list', 'member' => ['shape' => 'Instance']], 'InternalServerError' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'InvalidImageFormatException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidS3ObjectException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-_]+$'], 'JobTag' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-:]+'], 'KinesisDataArn' => ['type' => 'string', 'pattern' => '(^arn:([a-z\\d-]+):kinesis:([a-z\\d-]+):\\d{12}:.+$)'], 'KinesisDataStream' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'KinesisDataArn']]], 'KinesisVideoArn' => ['type' => 'string', 'pattern' => '(^arn:([a-z\\d-]+):kinesisvideo:([a-z\\d-]+):\\d{12}:.+$)'], 'KinesisVideoStream' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'KinesisVideoArn']]], 'Label' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Confidence' => ['shape' => 'Percent'], 'Instances' => ['shape' => 'Instances'], 'Parents' => ['shape' => 'Parents']]], 'LabelDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Label' => ['shape' => 'Label']]], 'LabelDetectionSortBy' => ['type' => 'string', 'enum' => ['NAME', 'TIMESTAMP']], 'LabelDetections' => ['type' => 'list', 'member' => ['shape' => 'LabelDetection']], 'Labels' => ['type' => 'list', 'member' => ['shape' => 'Label']], 'Landmark' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'LandmarkType'], 'X' => ['shape' => 'Float'], 'Y' => ['shape' => 'Float']]], 'LandmarkType' => ['type' => 'string', 'enum' => ['eyeLeft', 'eyeRight', 'nose', 'mouthLeft', 'mouthRight', 'leftEyeBrowLeft', 'leftEyeBrowRight', 'leftEyeBrowUp', 'rightEyeBrowLeft', 'rightEyeBrowRight', 'rightEyeBrowUp', 'leftEyeLeft', 'leftEyeRight', 'leftEyeUp', 'leftEyeDown', 'rightEyeLeft', 'rightEyeRight', 'rightEyeUp', 'rightEyeDown', 'noseLeft', 'noseRight', 'mouthUp', 'mouthDown', 'leftPupil', 'rightPupil', 'upperJawlineLeft', 'midJawlineLeft', 'chinBottom', 'midJawlineRight', 'upperJawlineRight']], 'Landmarks' => ['type' => 'list', 'member' => ['shape' => 'Landmark']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListCollectionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListCollectionsResponse' => ['type' => 'structure', 'members' => ['CollectionIds' => ['shape' => 'CollectionIdList'], 'NextToken' => ['shape' => 'PaginationToken'], 'FaceModelVersions' => ['shape' => 'FaceModelVersionList']]], 'ListFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'PageSize']]], 'ListFacesResponse' => ['type' => 'structure', 'members' => ['Faces' => ['shape' => 'FaceList'], 'NextToken' => ['shape' => 'String'], 'FaceModelVersion' => ['shape' => 'String']]], 'ListStreamProcessorsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListStreamProcessorsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken'], 'StreamProcessors' => ['shape' => 'StreamProcessorList']]], 'MaxFaces' => ['type' => 'integer', 'max' => 4096, 'min' => 1], 'MaxFacesToIndex' => ['type' => 'integer', 'min' => 1], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'ModerationLabel' => ['type' => 'structure', 'members' => ['Confidence' => ['shape' => 'Percent'], 'Name' => ['shape' => 'String'], 'ParentName' => ['shape' => 'String']]], 'ModerationLabels' => ['type' => 'list', 'member' => ['shape' => 'ModerationLabel']], 'MouthOpen' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'Mustache' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'NotificationChannel' => ['type' => 'structure', 'required' => ['SNSTopicArn', 'RoleArn'], 'members' => ['SNSTopicArn' => ['shape' => 'SNSTopicArn'], 'RoleArn' => ['shape' => 'RoleArn']]], 'OrientationCorrection' => ['type' => 'string', 'enum' => ['ROTATE_0', 'ROTATE_90', 'ROTATE_180', 'ROTATE_270']], 'OutputConfig' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'S3Bucket'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'PageSize' => ['type' => 'integer', 'max' => 4096, 'min' => 0], 'PaginationToken' => ['type' => 'string', 'max' => 255], 'Parent' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'Percent' => ['type' => 'float', 'max' => 100, 'min' => 0], 'PersonDetail' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'PersonIndex'], 'BoundingBox' => ['shape' => 'BoundingBox'], 'Face' => ['shape' => 'FaceDetail']]], 'PersonDetection' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Person' => ['shape' => 'PersonDetail']]], 'PersonDetections' => ['type' => 'list', 'member' => ['shape' => 'PersonDetection']], 'PersonIndex' => ['type' => 'long'], 'PersonMatch' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'Person' => ['shape' => 'PersonDetail'], 'FaceMatches' => ['shape' => 'FaceMatchList']]], 'PersonMatches' => ['type' => 'list', 'member' => ['shape' => 'PersonMatch']], 'PersonTrackingSortBy' => ['type' => 'string', 'enum' => ['INDEX', 'TIMESTAMP']], 'Point' => ['type' => 'structure', 'members' => ['X' => ['shape' => 'Float'], 'Y' => ['shape' => 'Float']]], 'Polygon' => ['type' => 'list', 'member' => ['shape' => 'Point']], 'Pose' => ['type' => 'structure', 'members' => ['Roll' => ['shape' => 'Degree'], 'Yaw' => ['shape' => 'Degree'], 'Pitch' => ['shape' => 'Degree']]], 'ProjectArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)'], 'ProjectDescription' => ['type' => 'structure', 'members' => ['ProjectArn' => ['shape' => 'ProjectArn'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'ProjectStatus']]], 'ProjectDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProjectDescription']], 'ProjectName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'ProjectStatus' => ['type' => 'string', 'enum' => ['CREATING', 'CREATED', 'DELETING']], 'ProjectVersionArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/version\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)'], 'ProjectVersionDescription' => ['type' => 'structure', 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'CreationTimestamp' => ['shape' => 'DateTime'], 'MinInferenceUnits' => ['shape' => 'InferenceUnits'], 'Status' => ['shape' => 'ProjectVersionStatus'], 'StatusMessage' => ['shape' => 'StatusMessage'], 'BillableTrainingTimeInSeconds' => ['shape' => 'ULong'], 'TrainingEndTimestamp' => ['shape' => 'DateTime'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'TrainingDataResult' => ['shape' => 'TrainingDataResult'], 'TestingDataResult' => ['shape' => 'TestingDataResult'], 'EvaluationResult' => ['shape' => 'EvaluationResult']]], 'ProjectVersionDescriptions' => ['type' => 'list', 'member' => ['shape' => 'ProjectVersionDescription']], 'ProjectVersionStatus' => ['type' => 'string', 'enum' => ['TRAINING_IN_PROGRESS', 'TRAINING_COMPLETED', 'TRAINING_FAILED', 'STARTING', 'RUNNING', 'FAILED', 'STOPPING', 'STOPPED', 'DELETING']], 'ProjectVersionsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProjectsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProvisionedThroughputExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'QualityFilter' => ['type' => 'string', 'enum' => ['NONE', 'AUTO', 'LOW', 'MEDIUM', 'HIGH']], 'Reason' => ['type' => 'string', 'enum' => ['EXCEEDS_MAX_FACES', 'EXTREME_POSE', 'LOW_BRIGHTNESS', 'LOW_SHARPNESS', 'LOW_CONFIDENCE', 'SMALL_BOUNDING_BOX', 'LOW_FACE_QUALITY']], 'Reasons' => ['type' => 'list', 'member' => ['shape' => 'Reason']], 'RecognizeCelebritiesRequest' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['Image' => ['shape' => 'Image']]], 'RecognizeCelebritiesResponse' => ['type' => 'structure', 'members' => ['CelebrityFaces' => ['shape' => 'CelebrityList'], 'UnrecognizedFaces' => ['shape' => 'ComparedFaceList'], 'OrientationCorrection' => ['shape' => 'OrientationCorrection']]], 'RegionOfInterest' => ['type' => 'structure', 'members' => ['BoundingBox' => ['shape' => 'BoundingBox']]], 'RegionsOfInterest' => ['type' => 'list', 'member' => ['shape' => 'RegionOfInterest'], 'max' => 10, 'min' => 0], 'RekognitionUniqueId' => ['type' => 'string', 'pattern' => '[0-9A-Za-z]*'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotReadyException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'pattern' => 'arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'S3Bucket' => ['type' => 'string', 'max' => 255, 'min' => 3, 'pattern' => '[0-9A-Za-z\\.\\-_]*'], 'S3KeyPrefix' => ['type' => 'string', 'max' => 1024], 'S3Object' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'S3Bucket'], 'Name' => ['shape' => 'S3ObjectName'], 'Version' => ['shape' => 'S3ObjectVersion']]], 'S3ObjectName' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'S3ObjectVersion' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SNSTopicArn' => ['type' => 'string', 'pattern' => '(^arn:aws:sns:.*:\\w{12}:.+$)'], 'SearchFacesByImageRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'Image'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'Image' => ['shape' => 'Image'], 'MaxFaces' => ['shape' => 'MaxFaces'], 'FaceMatchThreshold' => ['shape' => 'Percent'], 'QualityFilter' => ['shape' => 'QualityFilter']]], 'SearchFacesByImageResponse' => ['type' => 'structure', 'members' => ['SearchedFaceBoundingBox' => ['shape' => 'BoundingBox'], 'SearchedFaceConfidence' => ['shape' => 'Percent'], 'FaceMatches' => ['shape' => 'FaceMatchList'], 'FaceModelVersion' => ['shape' => 'String']]], 'SearchFacesRequest' => ['type' => 'structure', 'required' => ['CollectionId', 'FaceId'], 'members' => ['CollectionId' => ['shape' => 'CollectionId'], 'FaceId' => ['shape' => 'FaceId'], 'MaxFaces' => ['shape' => 'MaxFaces'], 'FaceMatchThreshold' => ['shape' => 'Percent']]], 'SearchFacesResponse' => ['type' => 'structure', 'members' => ['SearchedFaceId' => ['shape' => 'FaceId'], 'FaceMatches' => ['shape' => 'FaceMatchList'], 'FaceModelVersion' => ['shape' => 'String']]], 'SegmentConfidence' => ['type' => 'float', 'max' => 100, 'min' => 50], 'SegmentDetection' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'SegmentType'], 'StartTimestampMillis' => ['shape' => 'Timestamp'], 'EndTimestampMillis' => ['shape' => 'Timestamp'], 'DurationMillis' => ['shape' => 'ULong'], 'StartTimecodeSMPTE' => ['shape' => 'Timecode'], 'EndTimecodeSMPTE' => ['shape' => 'Timecode'], 'DurationSMPTE' => ['shape' => 'Timecode'], 'TechnicalCueSegment' => ['shape' => 'TechnicalCueSegment'], 'ShotSegment' => ['shape' => 'ShotSegment']]], 'SegmentDetections' => ['type' => 'list', 'member' => ['shape' => 'SegmentDetection']], 'SegmentType' => ['type' => 'string', 'enum' => ['TECHNICAL_CUE', 'SHOT']], 'SegmentTypeInfo' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'SegmentType'], 'ModelVersion' => ['shape' => 'String']]], 'SegmentTypes' => ['type' => 'list', 'member' => ['shape' => 'SegmentType'], 'min' => 1], 'SegmentTypesInfo' => ['type' => 'list', 'member' => ['shape' => 'SegmentTypeInfo']], 'ShotSegment' => ['type' => 'structure', 'members' => ['Index' => ['shape' => 'ULong'], 'Confidence' => ['shape' => 'SegmentConfidence']]], 'Smile' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'StartCelebrityRecognitionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartCelebrityRecognitionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartContentModerationRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'MinConfidence' => ['shape' => 'Percent'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartContentModerationResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartFaceDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'FaceAttributes' => ['shape' => 'FaceAttributes'], 'JobTag' => ['shape' => 'JobTag']]], 'StartFaceDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartFaceSearchRequest' => ['type' => 'structure', 'required' => ['Video', 'CollectionId'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'FaceMatchThreshold' => ['shape' => 'Percent'], 'CollectionId' => ['shape' => 'CollectionId'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartFaceSearchResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartLabelDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'MinConfidence' => ['shape' => 'Percent'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartLabelDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartPersonTrackingRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag']]], 'StartPersonTrackingResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn', 'MinInferenceUnits'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn'], 'MinInferenceUnits' => ['shape' => 'InferenceUnits']]], 'StartProjectVersionResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectVersionStatus']]], 'StartSegmentDetectionFilters' => ['type' => 'structure', 'members' => ['TechnicalCueFilter' => ['shape' => 'StartTechnicalCueDetectionFilter'], 'ShotFilter' => ['shape' => 'StartShotDetectionFilter']]], 'StartSegmentDetectionRequest' => ['type' => 'structure', 'required' => ['Video', 'SegmentTypes'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag'], 'Filters' => ['shape' => 'StartSegmentDetectionFilters'], 'SegmentTypes' => ['shape' => 'SegmentTypes']]], 'StartSegmentDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StartShotDetectionFilter' => ['type' => 'structure', 'members' => ['MinSegmentConfidence' => ['shape' => 'SegmentConfidence']]], 'StartStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'StartStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'StartTechnicalCueDetectionFilter' => ['type' => 'structure', 'members' => ['MinSegmentConfidence' => ['shape' => 'SegmentConfidence']]], 'StartTextDetectionFilters' => ['type' => 'structure', 'members' => ['WordFilter' => ['shape' => 'DetectionFilter'], 'RegionsOfInterest' => ['shape' => 'RegionsOfInterest']]], 'StartTextDetectionRequest' => ['type' => 'structure', 'required' => ['Video'], 'members' => ['Video' => ['shape' => 'Video'], 'ClientRequestToken' => ['shape' => 'ClientRequestToken'], 'NotificationChannel' => ['shape' => 'NotificationChannel'], 'JobTag' => ['shape' => 'JobTag'], 'Filters' => ['shape' => 'StartTextDetectionFilters']]], 'StartTextDetectionResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'StatusMessage' => ['type' => 'string'], 'StopProjectVersionRequest' => ['type' => 'structure', 'required' => ['ProjectVersionArn'], 'members' => ['ProjectVersionArn' => ['shape' => 'ProjectVersionArn']]], 'StopProjectVersionResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ProjectVersionStatus']]], 'StopStreamProcessorRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'StreamProcessorName']]], 'StopStreamProcessorResponse' => ['type' => 'structure', 'members' => []], 'StreamProcessor' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'StreamProcessorName'], 'Status' => ['shape' => 'StreamProcessorStatus']]], 'StreamProcessorArn' => ['type' => 'string', 'pattern' => '(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:streamprocessor\\/.+$)'], 'StreamProcessorInput' => ['type' => 'structure', 'members' => ['KinesisVideoStream' => ['shape' => 'KinesisVideoStream']]], 'StreamProcessorList' => ['type' => 'list', 'member' => ['shape' => 'StreamProcessor']], 'StreamProcessorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'StreamProcessorOutput' => ['type' => 'structure', 'members' => ['KinesisDataStream' => ['shape' => 'KinesisDataStream']]], 'StreamProcessorSettings' => ['type' => 'structure', 'members' => ['FaceSearch' => ['shape' => 'FaceSearchSettings']]], 'StreamProcessorStatus' => ['type' => 'string', 'enum' => ['STOPPED', 'STARTING', 'RUNNING', 'FAILED', 'STOPPING']], 'String' => ['type' => 'string'], 'Summary' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'Sunglasses' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Boolean'], 'Confidence' => ['shape' => 'Percent']]], 'TechnicalCueSegment' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'TechnicalCueType'], 'Confidence' => ['shape' => 'SegmentConfidence']]], 'TechnicalCueType' => ['type' => 'string', 'enum' => ['ColorBars', 'EndCredits', 'BlackFrames']], 'TestingData' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'Assets'], 'AutoCreate' => ['shape' => 'Boolean']]], 'TestingDataResult' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'TestingData'], 'Output' => ['shape' => 'TestingData']]], 'TextDetection' => ['type' => 'structure', 'members' => ['DetectedText' => ['shape' => 'String'], 'Type' => ['shape' => 'TextTypes'], 'Id' => ['shape' => 'UInteger'], 'ParentId' => ['shape' => 'UInteger'], 'Confidence' => ['shape' => 'Percent'], 'Geometry' => ['shape' => 'Geometry']]], 'TextDetectionList' => ['type' => 'list', 'member' => ['shape' => 'TextDetection']], 'TextDetectionResult' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'TextDetection' => ['shape' => 'TextDetection']]], 'TextDetectionResults' => ['type' => 'list', 'member' => ['shape' => 'TextDetectionResult']], 'TextTypes' => ['type' => 'string', 'enum' => ['LINE', 'WORD']], 'ThrottlingException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'Timecode' => ['type' => 'string'], 'Timestamp' => ['type' => 'long'], 'TrainingData' => ['type' => 'structure', 'members' => ['Assets' => ['shape' => 'Assets']]], 'TrainingDataResult' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'TrainingData'], 'Output' => ['shape' => 'TrainingData']]], 'UInteger' => ['type' => 'integer', 'min' => 0], 'ULong' => ['type' => 'long', 'min' => 0], 'UnindexedFace' => ['type' => 'structure', 'members' => ['Reasons' => ['shape' => 'Reasons'], 'FaceDetail' => ['shape' => 'FaceDetail']]], 'UnindexedFaces' => ['type' => 'list', 'member' => ['shape' => 'UnindexedFace']], 'Url' => ['type' => 'string'], 'Urls' => ['type' => 'list', 'member' => ['shape' => 'Url']], 'VersionName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]+'], 'VersionNames' => ['type' => 'list', 'member' => ['shape' => 'VersionName'], 'max' => 10, 'min' => 1], 'Video' => ['type' => 'structure', 'members' => ['S3Object' => ['shape' => 'S3Object']]], 'VideoJobStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'VideoMetadata' => ['type' => 'structure', 'members' => ['Codec' => ['shape' => 'String'], 'DurationMillis' => ['shape' => 'ULong'], 'Format' => ['shape' => 'String'], 'FrameRate' => ['shape' => 'Float'], 'FrameHeight' => ['shape' => 'ULong'], 'FrameWidth' => ['shape' => 'ULong']]], 'VideoMetadataList' => ['type' => 'list', 'member' => ['shape' => 'VideoMetadata']], 'VideoTooLargeException' => ['type' => 'structure', 'members' => [], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/rekognition/2016-06-27/paginators-1.json.php b/vendor/Aws3/Aws/data/rekognition/2016-06-27/paginators-1.json.php index aefec2c5..8b3e2892 100644 --- a/vendor/Aws3/Aws/data/rekognition/2016-06-27/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/rekognition/2016-06-27/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeProjectVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ProjectVersionDescriptions'], 'DescribeProjects' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ProjectDescriptions'], 'GetCelebrityRecognition' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetContentModeration' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetFaceDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetFaceSearch' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetLabelDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetPersonTracking' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetTextDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListCollections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CollectionIds'], 'ListFaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Faces'], 'ListStreamProcessors' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; +return ['pagination' => ['DescribeProjectVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ProjectVersionDescriptions'], 'DescribeProjects' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ProjectDescriptions'], 'GetCelebrityRecognition' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetContentModeration' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetFaceDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetFaceSearch' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetLabelDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetPersonTracking' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetSegmentDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetTextDetection' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListCollections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CollectionIds'], 'ListFaces' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Faces'], 'ListStreamProcessors' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; diff --git a/vendor/Aws3/Aws/data/resource-groups/2017-11-27/api-2.json.php b/vendor/Aws3/Aws/data/resource-groups/2017-11-27/api-2.json.php index 633a225a..044059e4 100644 --- a/vendor/Aws3/Aws/data/resource-groups/2017-11-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/resource-groups/2017-11-27/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'resource-groups', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Resource Groups', 'serviceFullName' => 'AWS Resource Groups', 'serviceId' => 'Resource Groups', 'signatureVersion' => 'v4', 'signingName' => 'resource-groups', 'uid' => 'resource-groups-2017-11-27'], 'operations' => ['CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/groups'], 'input' => ['shape' => 'CreateGroupInput'], 'output' => ['shape' => 'CreateGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'DELETE', 'requestUri' => '/groups/{GroupName}'], 'input' => ['shape' => 'DeleteGroupInput'], 'output' => ['shape' => 'DeleteGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'GET', 'requestUri' => '/groups/{GroupName}'], 'input' => ['shape' => 'GetGroupInput'], 'output' => ['shape' => 'GetGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetGroupQuery' => ['name' => 'GetGroupQuery', 'http' => ['method' => 'GET', 'requestUri' => '/groups/{GroupName}/query'], 'input' => ['shape' => 'GetGroupQueryInput'], 'output' => ['shape' => 'GetGroupQueryOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'GetTagsInput'], 'output' => ['shape' => 'GetTagsOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'ListGroupResources' => ['name' => 'ListGroupResources', 'http' => ['method' => 'POST', 'requestUri' => '/groups/{GroupName}/resource-identifiers-list'], 'input' => ['shape' => 'ListGroupResourcesInput'], 'output' => ['shape' => 'ListGroupResourcesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/groups-list'], 'input' => ['shape' => 'ListGroupsInput'], 'output' => ['shape' => 'ListGroupsOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'SearchResources' => ['name' => 'SearchResources', 'http' => ['method' => 'POST', 'requestUri' => '/resources/search'], 'input' => ['shape' => 'SearchResourcesInput'], 'output' => ['shape' => 'SearchResourcesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'Tag' => ['name' => 'Tag', 'http' => ['method' => 'PUT', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'TagInput'], 'output' => ['shape' => 'TagOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'Untag' => ['name' => 'Untag', 'http' => ['method' => 'PATCH', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'UntagInput'], 'output' => ['shape' => 'UntagOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'PUT', 'requestUri' => '/groups/{GroupName}'], 'input' => ['shape' => 'UpdateGroupInput'], 'output' => ['shape' => 'UpdateGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'UpdateGroupQuery' => ['name' => 'UpdateGroupQuery', 'http' => ['method' => 'PUT', 'requestUri' => '/groups/{GroupName}/query'], 'input' => ['shape' => 'UpdateGroupQueryInput'], 'output' => ['shape' => 'UpdateGroupQueryOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateGroupInput' => ['type' => 'structure', 'required' => ['Name', 'ResourceQuery'], 'members' => ['Name' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription'], 'ResourceQuery' => ['shape' => 'ResourceQuery'], 'Tags' => ['shape' => 'Tags']]], 'CreateGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'ResourceQuery' => ['shape' => 'ResourceQuery'], 'Tags' => ['shape' => 'Tags']]], 'DeleteGroupInput' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName']]], 'DeleteGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'ErrorMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GetGroupInput' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName']]], 'GetGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'GetGroupQueryInput' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName']]], 'GetGroupQueryOutput' => ['type' => 'structure', 'members' => ['GroupQuery' => ['shape' => 'GroupQuery']]], 'GetTagsInput' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn']]], 'GetTagsOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Tags' => ['shape' => 'Tags']]], 'Group' => ['type' => 'structure', 'required' => ['GroupArn', 'Name'], 'members' => ['GroupArn' => ['shape' => 'GroupArn'], 'Name' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription']]], 'GroupArn' => ['type' => 'string', 'max' => 1600, 'min' => 12, 'pattern' => 'arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}-[a-z]+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}'], 'GroupDescription' => ['type' => 'string', 'max' => 512, 'pattern' => '[\\sa-zA-Z0-9_\\.-]*'], 'GroupFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'GroupFilterName'], 'Values' => ['shape' => 'GroupFilterValues']]], 'GroupFilterList' => ['type' => 'list', 'member' => ['shape' => 'GroupFilter']], 'GroupFilterName' => ['type' => 'string', 'enum' => ['resource-type']], 'GroupFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => 'AWS::(AllSupported|[a-zA-Z0-9]+::[a-zA-Z0-9]+)'], 'GroupFilterValues' => ['type' => 'list', 'member' => ['shape' => 'GroupFilterValue'], 'max' => 5, 'min' => 1], 'GroupIdentifier' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupArn' => ['shape' => 'GroupArn']]], 'GroupIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'GroupIdentifier']], 'GroupList' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'GroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\.-]+'], 'GroupQuery' => ['type' => 'structure', 'required' => ['GroupName', 'ResourceQuery'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'ResourceQuery' => ['shape' => 'ResourceQuery']]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListGroupResourcesInput' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'Filters' => ['shape' => 'ResourceFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListGroupResourcesOutput' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken'], 'QueryErrors' => ['shape' => 'QueryErrorList']]], 'ListGroupsInput' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'GroupFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListGroupsOutput' => ['type' => 'structure', 'members' => ['GroupIdentifiers' => ['shape' => 'GroupIdentifierList'], 'Groups' => ['shape' => 'GroupList', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use GroupIdentifiers instead.'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 405], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 8192, 'min' => 0, 'pattern' => '^[a-zA-Z0-9+/]*={0,2}$'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Query' => ['type' => 'string', 'max' => 4096, 'pattern' => '[\\s\\S]*'], 'QueryError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'QueryErrorCode'], 'Message' => ['shape' => 'QueryErrorMessage']]], 'QueryErrorCode' => ['type' => 'string', 'enum' => ['CLOUDFORMATION_STACK_INACTIVE', 'CLOUDFORMATION_STACK_NOT_EXISTING']], 'QueryErrorList' => ['type' => 'list', 'member' => ['shape' => 'QueryError']], 'QueryErrorMessage' => ['type' => 'string'], 'QueryType' => ['type' => 'string', 'enum' => ['TAG_FILTERS_1_0', 'CLOUDFORMATION_STACK_1_0'], 'max' => 128, 'min' => 1, 'pattern' => '^\\w+$'], 'ResourceArn' => ['type' => 'string', 'pattern' => 'arn:aws(-[a-z]+)*:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+'], 'ResourceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ResourceFilterName'], 'Values' => ['shape' => 'ResourceFilterValues']]], 'ResourceFilterList' => ['type' => 'list', 'member' => ['shape' => 'ResourceFilter']], 'ResourceFilterName' => ['type' => 'string', 'enum' => ['resource-type']], 'ResourceFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => 'AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+'], 'ResourceFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ResourceFilterValue'], 'max' => 5, 'min' => 1], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifier']], 'ResourceQuery' => ['type' => 'structure', 'required' => ['Type', 'Query'], 'members' => ['Type' => ['shape' => 'QueryType'], 'Query' => ['shape' => 'Query']]], 'ResourceType' => ['type' => 'string', 'pattern' => 'AWS::[a-zA-Z0-9]+::\\w+'], 'SearchResourcesInput' => ['type' => 'structure', 'required' => ['ResourceQuery'], 'members' => ['ResourceQuery' => ['shape' => 'ResourceQuery'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'SearchResourcesOutput' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken'], 'QueryErrors' => ['shape' => 'QueryErrorList']]], 'TagInput' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn'], 'Tags' => ['shape' => 'Tags']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UntagInput' => ['type' => 'structure', 'required' => ['Arn', 'Keys'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UntagOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UpdateGroupInput' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'Description' => ['shape' => 'GroupDescription']]], 'UpdateGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'UpdateGroupQueryInput' => ['type' => 'structure', 'required' => ['GroupName', 'ResourceQuery'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'location' => 'uri', 'locationName' => 'GroupName'], 'ResourceQuery' => ['shape' => 'ResourceQuery']]], 'UpdateGroupQueryOutput' => ['type' => 'structure', 'members' => ['GroupQuery' => ['shape' => 'GroupQuery']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-11-27', 'endpointPrefix' => 'resource-groups', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Resource Groups', 'serviceFullName' => 'AWS Resource Groups', 'serviceId' => 'Resource Groups', 'signatureVersion' => 'v4', 'signingName' => 'resource-groups', 'uid' => 'resource-groups-2017-11-27'], 'operations' => ['CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/groups'], 'input' => ['shape' => 'CreateGroupInput'], 'output' => ['shape' => 'CreateGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/delete-group'], 'input' => ['shape' => 'DeleteGroupInput'], 'output' => ['shape' => 'DeleteGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/get-group'], 'input' => ['shape' => 'GetGroupInput'], 'output' => ['shape' => 'GetGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetGroupConfiguration' => ['name' => 'GetGroupConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/get-group-configuration'], 'input' => ['shape' => 'GetGroupConfigurationInput'], 'output' => ['shape' => 'GetGroupConfigurationOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetGroupQuery' => ['name' => 'GetGroupQuery', 'http' => ['method' => 'POST', 'requestUri' => '/get-group-query'], 'input' => ['shape' => 'GetGroupQueryInput'], 'output' => ['shape' => 'GetGroupQueryOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GetTags' => ['name' => 'GetTags', 'http' => ['method' => 'GET', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'GetTagsInput'], 'output' => ['shape' => 'GetTagsOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'GroupResources' => ['name' => 'GroupResources', 'http' => ['method' => 'POST', 'requestUri' => '/group-resources'], 'input' => ['shape' => 'GroupResourcesInput'], 'output' => ['shape' => 'GroupResourcesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'ListGroupResources' => ['name' => 'ListGroupResources', 'http' => ['method' => 'POST', 'requestUri' => '/list-group-resources'], 'input' => ['shape' => 'ListGroupResourcesInput'], 'output' => ['shape' => 'ListGroupResourcesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/groups-list'], 'input' => ['shape' => 'ListGroupsInput'], 'output' => ['shape' => 'ListGroupsOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'SearchResources' => ['name' => 'SearchResources', 'http' => ['method' => 'POST', 'requestUri' => '/resources/search'], 'input' => ['shape' => 'SearchResourcesInput'], 'output' => ['shape' => 'SearchResourcesOutput'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'Tag' => ['name' => 'Tag', 'http' => ['method' => 'PUT', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'TagInput'], 'output' => ['shape' => 'TagOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'UngroupResources' => ['name' => 'UngroupResources', 'http' => ['method' => 'POST', 'requestUri' => '/ungroup-resources'], 'input' => ['shape' => 'UngroupResourcesInput'], 'output' => ['shape' => 'UngroupResourcesOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'Untag' => ['name' => 'Untag', 'http' => ['method' => 'PATCH', 'requestUri' => '/resources/{Arn}/tags'], 'input' => ['shape' => 'UntagInput'], 'output' => ['shape' => 'UntagOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/update-group'], 'input' => ['shape' => 'UpdateGroupInput'], 'output' => ['shape' => 'UpdateGroupOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]], 'UpdateGroupQuery' => ['name' => 'UpdateGroupQuery', 'http' => ['method' => 'POST', 'requestUri' => '/update-group-query'], 'input' => ['shape' => 'UpdateGroupQueryInput'], 'output' => ['shape' => 'UpdateGroupQueryOutput'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'MethodNotAllowedException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InternalServerErrorException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateGroupInput' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description'], 'ResourceQuery' => ['shape' => 'ResourceQuery'], 'Tags' => ['shape' => 'Tags'], 'Configuration' => ['shape' => 'GroupConfigurationList']]], 'CreateGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group'], 'ResourceQuery' => ['shape' => 'ResourceQuery'], 'Tags' => ['shape' => 'Tags'], 'GroupConfiguration' => ['shape' => 'GroupConfiguration']]], 'DeleteGroupInput' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString']]], 'DeleteGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'Description' => ['type' => 'string', 'max' => 512, 'pattern' => '[\\sa-zA-Z0-9_\\.-]*'], 'ErrorCode' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ErrorMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FailedResource' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'ErrorMessage' => ['shape' => 'ErrorMessage'], 'ErrorCode' => ['shape' => 'ErrorCode']]], 'FailedResourceList' => ['type' => 'list', 'member' => ['shape' => 'FailedResource']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'GetGroupConfigurationInput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'GroupString']]], 'GetGroupConfigurationOutput' => ['type' => 'structure', 'members' => ['GroupConfiguration' => ['shape' => 'GroupConfiguration']]], 'GetGroupInput' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString']]], 'GetGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'GetGroupQueryInput' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString']]], 'GetGroupQueryOutput' => ['type' => 'structure', 'members' => ['GroupQuery' => ['shape' => 'GroupQuery']]], 'GetTagsInput' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn']]], 'GetTagsOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Tags' => ['shape' => 'Tags']]], 'Group' => ['type' => 'structure', 'required' => ['GroupArn', 'Name'], 'members' => ['GroupArn' => ['shape' => 'GroupArn'], 'Name' => ['shape' => 'GroupName'], 'Description' => ['shape' => 'Description']]], 'GroupArn' => ['type' => 'string', 'max' => 1600, 'min' => 12, 'pattern' => 'arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}(-[a-z]+)+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}'], 'GroupConfiguration' => ['type' => 'structure', 'members' => ['Configuration' => ['shape' => 'GroupConfigurationList'], 'ProposedConfiguration' => ['shape' => 'GroupConfigurationList'], 'Status' => ['shape' => 'GroupConfigurationStatus'], 'FailureReason' => ['shape' => 'GroupConfigurationFailureReason']]], 'GroupConfigurationFailureReason' => ['type' => 'string'], 'GroupConfigurationItem' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'GroupConfigurationType'], 'Parameters' => ['shape' => 'GroupParameterList']]], 'GroupConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'GroupConfigurationItem'], 'max' => 2], 'GroupConfigurationParameter' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'GroupConfigurationParameterName'], 'Values' => ['shape' => 'GroupConfigurationParameterValueList']]], 'GroupConfigurationParameterName' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-z-]+'], 'GroupConfigurationParameterValue' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z0-9:]+'], 'GroupConfigurationParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'GroupConfigurationParameterValue']], 'GroupConfigurationStatus' => ['type' => 'string', 'enum' => ['UPDATING', 'UPDATE_COMPLETE', 'UPDATE_FAILED']], 'GroupConfigurationType' => ['type' => 'string', 'max' => 40, 'pattern' => 'AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+'], 'GroupFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'GroupFilterName'], 'Values' => ['shape' => 'GroupFilterValues']]], 'GroupFilterList' => ['type' => 'list', 'member' => ['shape' => 'GroupFilter']], 'GroupFilterName' => ['type' => 'string', 'enum' => ['resource-type', 'configuration-type']], 'GroupFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => 'AWS::(AllSupported|[a-zA-Z0-9]+::[a-zA-Z0-9]+)'], 'GroupFilterValues' => ['type' => 'list', 'member' => ['shape' => 'GroupFilterValue'], 'max' => 5, 'min' => 1], 'GroupIdentifier' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupArn' => ['shape' => 'GroupArn']]], 'GroupIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'GroupIdentifier']], 'GroupList' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'GroupName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\.-]+'], 'GroupParameterList' => ['type' => 'list', 'member' => ['shape' => 'GroupConfigurationParameter']], 'GroupQuery' => ['type' => 'structure', 'required' => ['GroupName', 'ResourceQuery'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'ResourceQuery' => ['shape' => 'ResourceQuery']]], 'GroupResourcesInput' => ['type' => 'structure', 'required' => ['Group', 'ResourceArns'], 'members' => ['Group' => ['shape' => 'GroupString'], 'ResourceArns' => ['shape' => 'ResourceArnList']]], 'GroupResourcesOutput' => ['type' => 'structure', 'members' => ['Succeeded' => ['shape' => 'ResourceArnList'], 'Failed' => ['shape' => 'FailedResourceList']]], 'GroupString' => ['type' => 'string', 'max' => 1600, 'min' => 1, 'pattern' => '(arn:aws(-[a-z]+)*:resource-groups:[a-z]{2}(-[a-z]+)+-\\d{1}:[0-9]{12}:group/)?[a-zA-Z0-9_\\.-]{1,128}'], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListGroupResourcesInput' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString'], 'Filters' => ['shape' => 'ResourceFilterList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGroupResourcesOutput' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken'], 'QueryErrors' => ['shape' => 'QueryErrorList']]], 'ListGroupsInput' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'GroupFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken']]], 'ListGroupsOutput' => ['type' => 'structure', 'members' => ['GroupIdentifiers' => ['shape' => 'GroupIdentifierList'], 'Groups' => ['shape' => 'GroupList', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use GroupIdentifiers instead.'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MethodNotAllowedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 405], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 8192, 'min' => 0, 'pattern' => '^[a-zA-Z0-9+/]*={0,2}$'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Query' => ['type' => 'string', 'max' => 4096, 'pattern' => '[\\s\\S]*'], 'QueryError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'QueryErrorCode'], 'Message' => ['shape' => 'QueryErrorMessage']]], 'QueryErrorCode' => ['type' => 'string', 'enum' => ['CLOUDFORMATION_STACK_INACTIVE', 'CLOUDFORMATION_STACK_NOT_EXISTING']], 'QueryErrorList' => ['type' => 'list', 'member' => ['shape' => 'QueryError']], 'QueryErrorMessage' => ['type' => 'string'], 'QueryType' => ['type' => 'string', 'enum' => ['TAG_FILTERS_1_0', 'CLOUDFORMATION_STACK_1_0'], 'max' => 128, 'min' => 1, 'pattern' => '^\\w+$'], 'ResourceArn' => ['type' => 'string', 'pattern' => 'arn:aws(-[a-z]+)*:[a-z0-9\\-]*:([a-z]{2}(-[a-z]+)+-\\d{1})?:([0-9]{12})?:.+'], 'ResourceArnList' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 10, 'min' => 1], 'ResourceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ResourceFilterName'], 'Values' => ['shape' => 'ResourceFilterValues']]], 'ResourceFilterList' => ['type' => 'list', 'member' => ['shape' => 'ResourceFilter']], 'ResourceFilterName' => ['type' => 'string', 'enum' => ['resource-type']], 'ResourceFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => 'AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+'], 'ResourceFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ResourceFilterValue'], 'max' => 5, 'min' => 1], 'ResourceIdentifier' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ResourceIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ResourceIdentifier']], 'ResourceQuery' => ['type' => 'structure', 'required' => ['Type', 'Query'], 'members' => ['Type' => ['shape' => 'QueryType'], 'Query' => ['shape' => 'Query']]], 'ResourceType' => ['type' => 'string', 'pattern' => 'AWS::[a-zA-Z0-9]+::\\w+'], 'SearchResourcesInput' => ['type' => 'structure', 'required' => ['ResourceQuery'], 'members' => ['ResourceQuery' => ['shape' => 'ResourceQuery'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'SearchResourcesOutput' => ['type' => 'structure', 'members' => ['ResourceIdentifiers' => ['shape' => 'ResourceIdentifierList'], 'NextToken' => ['shape' => 'NextToken'], 'QueryErrors' => ['shape' => 'QueryErrorList']]], 'TagInput' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn'], 'Tags' => ['shape' => 'Tags']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'UngroupResourcesInput' => ['type' => 'structure', 'required' => ['Group', 'ResourceArns'], 'members' => ['Group' => ['shape' => 'GroupString'], 'ResourceArns' => ['shape' => 'ResourceArnList']]], 'UngroupResourcesOutput' => ['type' => 'structure', 'members' => ['Succeeded' => ['shape' => 'ResourceArnList'], 'Failed' => ['shape' => 'FailedResourceList']]], 'UntagInput' => ['type' => 'structure', 'required' => ['Arn', 'Keys'], 'members' => ['Arn' => ['shape' => 'GroupArn', 'location' => 'uri', 'locationName' => 'Arn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UntagOutput' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'GroupArn'], 'Keys' => ['shape' => 'TagKeyList']]], 'UpdateGroupInput' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString'], 'Description' => ['shape' => 'Description']]], 'UpdateGroupOutput' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'UpdateGroupQueryInput' => ['type' => 'structure', 'required' => ['ResourceQuery'], 'members' => ['GroupName' => ['shape' => 'GroupName', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Group instead.'], 'Group' => ['shape' => 'GroupString'], 'ResourceQuery' => ['shape' => 'ResourceQuery']]], 'UpdateGroupQueryOutput' => ['type' => 'structure', 'members' => ['GroupQuery' => ['shape' => 'GroupQuery']]]]]; diff --git a/vendor/Aws3/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php b/vendor/Aws3/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php index 58d8c516..743a6adb 100644 --- a/vendor/Aws3/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-01-26', 'endpointPrefix' => 'tagging', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Resource Groups Tagging API', 'serviceId' => 'Resource Groups Tagging API', 'signatureVersion' => 'v4', 'targetPrefix' => 'ResourceGroupsTaggingAPI_20170126', 'uid' => 'resourcegroupstaggingapi-2017-01-26'], 'operations' => ['DescribeReportCreation' => ['name' => 'DescribeReportCreation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReportCreationInput'], 'output' => ['shape' => 'DescribeReportCreationOutput'], 'errors' => [['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'GetComplianceSummary' => ['name' => 'GetComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceSummaryInput'], 'output' => ['shape' => 'GetComplianceSummaryOutput'], 'errors' => [['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'GetResources' => ['name' => 'GetResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcesInput'], 'output' => ['shape' => 'GetResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'GetTagKeys' => ['name' => 'GetTagKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagKeysInput'], 'output' => ['shape' => 'GetTagKeysOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'GetTagValues' => ['name' => 'GetTagValues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagValuesInput'], 'output' => ['shape' => 'GetTagValuesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'StartReportCreation' => ['name' => 'StartReportCreation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReportCreationInput'], 'output' => ['shape' => 'StartReportCreationOutput'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'TagResources' => ['name' => 'TagResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourcesInput'], 'output' => ['shape' => 'TagResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException']]], 'UntagResources' => ['name' => 'UntagResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourcesInput'], 'output' => ['shape' => 'UntagResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AmazonResourceType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'ComplianceDetails' => ['type' => 'structure', 'members' => ['NoncompliantKeys' => ['shape' => 'TagKeyList'], 'KeysWithNoncompliantValues' => ['shape' => 'TagKeyList'], 'ComplianceStatus' => ['shape' => 'ComplianceStatus']]], 'ComplianceStatus' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DescribeReportCreationInput' => ['type' => 'structure', 'members' => []], 'DescribeReportCreationOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'Status'], 'S3Location' => ['shape' => 'S3Location'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'ErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceException', 'InvalidParameterException']], 'ErrorMessage' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'ExcludeCompliantResources' => ['type' => 'boolean'], 'FailedResourcesMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceARN'], 'value' => ['shape' => 'FailureInfo']], 'FailureInfo' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'StatusCode'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'GetComplianceSummaryInput' => ['type' => 'structure', 'members' => ['TargetIdFilters' => ['shape' => 'TargetIdFilterList'], 'RegionFilters' => ['shape' => 'RegionFilterList'], 'ResourceTypeFilters' => ['shape' => 'ResourceTypeFilterList'], 'TagKeyFilters' => ['shape' => 'TagKeyFilterList'], 'GroupBy' => ['shape' => 'GroupBy'], 'MaxResults' => ['shape' => 'MaxResultsGetComplianceSummary'], 'PaginationToken' => ['shape' => 'PaginationToken']]], 'GetComplianceSummaryOutput' => ['type' => 'structure', 'members' => ['SummaryList' => ['shape' => 'SummaryList'], 'PaginationToken' => ['shape' => 'PaginationToken']]], 'GetResourcesInput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagFilters' => ['shape' => 'TagFilterList'], 'ResourcesPerPage' => ['shape' => 'ResourcesPerPage'], 'TagsPerPage' => ['shape' => 'TagsPerPage'], 'ResourceTypeFilters' => ['shape' => 'ResourceTypeFilterList'], 'IncludeComplianceDetails' => ['shape' => 'IncludeComplianceDetails'], 'ExcludeCompliantResources' => ['shape' => 'ExcludeCompliantResources']]], 'GetResourcesOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'ResourceTagMappingList' => ['shape' => 'ResourceTagMappingList']]], 'GetTagKeysInput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken']]], 'GetTagKeysOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'GetTagValuesInput' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'Key' => ['shape' => 'TagKey']]], 'GetTagValuesOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagValues' => ['shape' => 'TagValuesOutputList']]], 'GroupBy' => ['type' => 'list', 'member' => ['shape' => 'GroupByAttribute']], 'GroupByAttribute' => ['type' => 'string', 'enum' => ['TARGET_ID', 'REGION', 'RESOURCE_TYPE']], 'IncludeComplianceDetails' => ['type' => 'boolean'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LastUpdated' => ['type' => 'string'], 'MaxResultsGetComplianceSummary' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NonCompliantResources' => ['type' => 'long'], 'PaginationToken' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'PaginationTokenExpiredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Region' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'RegionFilterList' => ['type' => 'list', 'member' => ['shape' => 'Region'], 'max' => 100, 'min' => 1], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'ResourceARNList' => ['type' => 'list', 'member' => ['shape' => 'ResourceARN'], 'max' => 20, 'min' => 1], 'ResourceTagMapping' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'TagList'], 'ComplianceDetails' => ['shape' => 'ComplianceDetails']]], 'ResourceTagMappingList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTagMapping']], 'ResourceTypeFilterList' => ['type' => 'list', 'member' => ['shape' => 'AmazonResourceType']], 'ResourcesPerPage' => ['type' => 'integer'], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[\\s\\S]*'], 'S3Location' => ['type' => 'string'], 'StartReportCreationInput' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket']]], 'StartReportCreationOutput' => ['type' => 'structure', 'members' => []], 'Status' => ['type' => 'string'], 'StatusCode' => ['type' => 'integer'], 'Summary' => ['type' => 'structure', 'members' => ['LastUpdated' => ['shape' => 'LastUpdated'], 'TargetId' => ['shape' => 'TargetId'], 'TargetIdType' => ['shape' => 'TargetIdType'], 'Region' => ['shape' => 'Region'], 'ResourceType' => ['shape' => 'AmazonResourceType'], 'NonCompliantResources' => ['shape' => 'NonCompliantResources']]], 'SummaryList' => ['type' => 'list', 'member' => ['shape' => 'Summary']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Values' => ['shape' => 'TagValueList']]], 'TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 0], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'TagKeyFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagKeyListForUntag' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourcesInput' => ['type' => 'structure', 'required' => ['ResourceARNList', 'Tags'], 'members' => ['ResourceARNList' => ['shape' => 'ResourceARNList'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourcesOutput' => ['type' => 'structure', 'members' => ['FailedResourcesMap' => ['shape' => 'FailedResourcesMap']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'TagValue'], 'max' => 20, 'min' => 0], 'TagValuesOutputList' => ['type' => 'list', 'member' => ['shape' => 'TagValue']], 'TagsPerPage' => ['type' => 'integer'], 'TargetId' => ['type' => 'string', 'max' => 68, 'min' => 6, 'pattern' => '[\\s\\S]*'], 'TargetIdFilterList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetIdType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'OU', 'ROOT']], 'ThrottledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourcesInput' => ['type' => 'structure', 'required' => ['ResourceARNList', 'TagKeys'], 'members' => ['ResourceARNList' => ['shape' => 'ResourceARNList'], 'TagKeys' => ['shape' => 'TagKeyListForUntag']]], 'UntagResourcesOutput' => ['type' => 'structure', 'members' => ['FailedResourcesMap' => ['shape' => 'FailedResourcesMap']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-01-26', 'endpointPrefix' => 'tagging', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Resource Groups Tagging API', 'serviceId' => 'Resource Groups Tagging API', 'signatureVersion' => 'v4', 'targetPrefix' => 'ResourceGroupsTaggingAPI_20170126', 'uid' => 'resourcegroupstaggingapi-2017-01-26'], 'operations' => ['DescribeReportCreation' => ['name' => 'DescribeReportCreation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeReportCreationInput'], 'output' => ['shape' => 'DescribeReportCreationOutput'], 'errors' => [['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'GetComplianceSummary' => ['name' => 'GetComplianceSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetComplianceSummaryInput'], 'output' => ['shape' => 'GetComplianceSummaryOutput'], 'errors' => [['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'GetResources' => ['name' => 'GetResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcesInput'], 'output' => ['shape' => 'GetResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'GetTagKeys' => ['name' => 'GetTagKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagKeysInput'], 'output' => ['shape' => 'GetTagKeysOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'GetTagValues' => ['name' => 'GetTagValues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTagValuesInput'], 'output' => ['shape' => 'GetTagValuesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException'], ['shape' => 'PaginationTokenExpiredException']]], 'StartReportCreation' => ['name' => 'StartReportCreation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartReportCreationInput'], 'output' => ['shape' => 'StartReportCreationOutput'], 'errors' => [['shape' => 'ConcurrentModificationException'], ['shape' => 'ConstraintViolationException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException']]], 'TagResources' => ['name' => 'TagResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourcesInput'], 'output' => ['shape' => 'TagResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException']]], 'UntagResources' => ['name' => 'UntagResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourcesInput'], 'output' => ['shape' => 'UntagResourcesOutput'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottledException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AmazonResourceType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'ComplianceDetails' => ['type' => 'structure', 'members' => ['NoncompliantKeys' => ['shape' => 'TagKeyList'], 'KeysWithNoncompliantValues' => ['shape' => 'TagKeyList'], 'ComplianceStatus' => ['shape' => 'ComplianceStatus']]], 'ComplianceStatus' => ['type' => 'boolean'], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ConstraintViolationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'DescribeReportCreationInput' => ['type' => 'structure', 'members' => []], 'DescribeReportCreationOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'Status'], 'S3Location' => ['shape' => 'S3Location'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'ErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceException', 'InvalidParameterException']], 'ErrorMessage' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'ExcludeCompliantResources' => ['type' => 'boolean'], 'FailedResourcesMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceARN'], 'value' => ['shape' => 'FailureInfo']], 'FailureInfo' => ['type' => 'structure', 'members' => ['StatusCode' => ['shape' => 'StatusCode'], 'ErrorCode' => ['shape' => 'ErrorCode'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'GetComplianceSummaryInput' => ['type' => 'structure', 'members' => ['TargetIdFilters' => ['shape' => 'TargetIdFilterList'], 'RegionFilters' => ['shape' => 'RegionFilterList'], 'ResourceTypeFilters' => ['shape' => 'ResourceTypeFilterList'], 'TagKeyFilters' => ['shape' => 'TagKeyFilterList'], 'GroupBy' => ['shape' => 'GroupBy'], 'MaxResults' => ['shape' => 'MaxResultsGetComplianceSummary'], 'PaginationToken' => ['shape' => 'PaginationToken']]], 'GetComplianceSummaryOutput' => ['type' => 'structure', 'members' => ['SummaryList' => ['shape' => 'SummaryList'], 'PaginationToken' => ['shape' => 'PaginationToken']]], 'GetResourcesInput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagFilters' => ['shape' => 'TagFilterList'], 'ResourcesPerPage' => ['shape' => 'ResourcesPerPage'], 'TagsPerPage' => ['shape' => 'TagsPerPage'], 'ResourceTypeFilters' => ['shape' => 'ResourceTypeFilterList'], 'IncludeComplianceDetails' => ['shape' => 'IncludeComplianceDetails'], 'ExcludeCompliantResources' => ['shape' => 'ExcludeCompliantResources']]], 'GetResourcesOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'ResourceTagMappingList' => ['shape' => 'ResourceTagMappingList']]], 'GetTagKeysInput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken']]], 'GetTagKeysOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'GetTagValuesInput' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'Key' => ['shape' => 'TagKey']]], 'GetTagValuesOutput' => ['type' => 'structure', 'members' => ['PaginationToken' => ['shape' => 'PaginationToken'], 'TagValues' => ['shape' => 'TagValuesOutputList']]], 'GroupBy' => ['type' => 'list', 'member' => ['shape' => 'GroupByAttribute']], 'GroupByAttribute' => ['type' => 'string', 'enum' => ['TARGET_ID', 'REGION', 'RESOURCE_TYPE']], 'IncludeComplianceDetails' => ['type' => 'boolean'], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'LastUpdated' => ['type' => 'string'], 'MaxResultsGetComplianceSummary' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NonCompliantResources' => ['type' => 'long'], 'PaginationToken' => ['type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'PaginationTokenExpiredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Region' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'RegionFilterList' => ['type' => 'list', 'member' => ['shape' => 'Region'], 'max' => 100, 'min' => 1], 'ResourceARN' => ['type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'ResourceARNList' => ['type' => 'list', 'member' => ['shape' => 'ResourceARN'], 'max' => 20, 'min' => 1], 'ResourceTagMapping' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'TagList'], 'ComplianceDetails' => ['shape' => 'ComplianceDetails']]], 'ResourceTagMappingList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTagMapping']], 'ResourceTypeFilterList' => ['type' => 'list', 'member' => ['shape' => 'AmazonResourceType']], 'ResourcesPerPage' => ['type' => 'integer'], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9.-]*'], 'S3Location' => ['type' => 'string'], 'StartReportCreationInput' => ['type' => 'structure', 'required' => ['S3Bucket'], 'members' => ['S3Bucket' => ['shape' => 'S3Bucket']]], 'StartReportCreationOutput' => ['type' => 'structure', 'members' => []], 'Status' => ['type' => 'string'], 'StatusCode' => ['type' => 'integer'], 'Summary' => ['type' => 'structure', 'members' => ['LastUpdated' => ['shape' => 'LastUpdated'], 'TargetId' => ['shape' => 'TargetId'], 'TargetIdType' => ['shape' => 'TargetIdType'], 'Region' => ['shape' => 'Region'], 'ResourceType' => ['shape' => 'AmazonResourceType'], 'NonCompliantResources' => ['shape' => 'NonCompliantResources']]], 'SummaryList' => ['type' => 'list', 'member' => ['shape' => 'Summary']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Values' => ['shape' => 'TagValueList']]], 'TagFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagFilter'], 'max' => 50, 'min' => 0], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\s\\S]*'], 'TagKeyFilterList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagKeyListForUntag' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 1], 'TagResourcesInput' => ['type' => 'structure', 'required' => ['ResourceARNList', 'Tags'], 'members' => ['ResourceARNList' => ['shape' => 'ResourceARNList'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourcesOutput' => ['type' => 'structure', 'members' => ['FailedResourcesMap' => ['shape' => 'FailedResourcesMap']]], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\S]*'], 'TagValueList' => ['type' => 'list', 'member' => ['shape' => 'TagValue'], 'max' => 20, 'min' => 0], 'TagValuesOutputList' => ['type' => 'list', 'member' => ['shape' => 'TagValue']], 'TagsPerPage' => ['type' => 'integer'], 'TargetId' => ['type' => 'string', 'max' => 68, 'min' => 6, 'pattern' => '[a-zA-Z0-9-]*'], 'TargetIdFilterList' => ['type' => 'list', 'member' => ['shape' => 'TargetId'], 'max' => 100, 'min' => 1], 'TargetIdType' => ['type' => 'string', 'enum' => ['ACCOUNT', 'OU', 'ROOT']], 'ThrottledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UntagResourcesInput' => ['type' => 'structure', 'required' => ['ResourceARNList', 'TagKeys'], 'members' => ['ResourceARNList' => ['shape' => 'ResourceARNList'], 'TagKeys' => ['shape' => 'TagKeyListForUntag']]], 'UntagResourcesOutput' => ['type' => 'structure', 'members' => ['FailedResourcesMap' => ['shape' => 'FailedResourcesMap']]]]]; diff --git a/vendor/Aws3/Aws/data/robomaker/2018-06-29/api-2.json.php b/vendor/Aws3/Aws/data/robomaker/2018-06-29/api-2.json.php index 06cae167..3252dc29 100644 --- a/vendor/Aws3/Aws/data/robomaker/2018-06-29/api-2.json.php +++ b/vendor/Aws3/Aws/data/robomaker/2018-06-29/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-06-29', 'endpointPrefix' => 'robomaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'RoboMaker', 'serviceFullName' => 'AWS RoboMaker', 'serviceId' => 'RoboMaker', 'signatureVersion' => 'v4', 'signingName' => 'robomaker', 'uid' => 'robomaker-2018-06-29'], 'operations' => ['BatchDescribeSimulationJob' => ['name' => 'BatchDescribeSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/batchDescribeSimulationJob'], 'input' => ['shape' => 'BatchDescribeSimulationJobRequest'], 'output' => ['shape' => 'BatchDescribeSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelDeploymentJob' => ['name' => 'CancelDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelDeploymentJob'], 'input' => ['shape' => 'CancelDeploymentJobRequest'], 'output' => ['shape' => 'CancelDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelSimulationJob' => ['name' => 'CancelSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelSimulationJob'], 'input' => ['shape' => 'CancelSimulationJobRequest'], 'output' => ['shape' => 'CancelSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelSimulationJobBatch' => ['name' => 'CancelSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/cancelSimulationJobBatch'], 'input' => ['shape' => 'CancelSimulationJobBatchRequest'], 'output' => ['shape' => 'CancelSimulationJobBatchResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateDeploymentJob' => ['name' => 'CreateDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/createDeploymentJob'], 'input' => ['shape' => 'CreateDeploymentJobRequest'], 'output' => ['shape' => 'CreateDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentDeploymentException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/createFleet'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'CreateRobot' => ['name' => 'CreateRobot', 'http' => ['method' => 'POST', 'requestUri' => '/createRobot'], 'input' => ['shape' => 'CreateRobotRequest'], 'output' => ['shape' => 'CreateRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateRobotApplication' => ['name' => 'CreateRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/createRobotApplication'], 'input' => ['shape' => 'CreateRobotApplicationRequest'], 'output' => ['shape' => 'CreateRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateRobotApplicationVersion' => ['name' => 'CreateRobotApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/createRobotApplicationVersion'], 'input' => ['shape' => 'CreateRobotApplicationVersionRequest'], 'output' => ['shape' => 'CreateRobotApplicationVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'CreateSimulationApplication' => ['name' => 'CreateSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationApplication'], 'input' => ['shape' => 'CreateSimulationApplicationRequest'], 'output' => ['shape' => 'CreateSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateSimulationApplicationVersion' => ['name' => 'CreateSimulationApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationApplicationVersion'], 'input' => ['shape' => 'CreateSimulationApplicationVersionRequest'], 'output' => ['shape' => 'CreateSimulationApplicationVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'CreateSimulationJob' => ['name' => 'CreateSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationJob'], 'input' => ['shape' => 'CreateSimulationJobRequest'], 'output' => ['shape' => 'CreateSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/deleteFleet'], 'input' => ['shape' => 'DeleteFleetRequest'], 'output' => ['shape' => 'DeleteFleetResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteRobot' => ['name' => 'DeleteRobot', 'http' => ['method' => 'POST', 'requestUri' => '/deleteRobot'], 'input' => ['shape' => 'DeleteRobotRequest'], 'output' => ['shape' => 'DeleteRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteRobotApplication' => ['name' => 'DeleteRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/deleteRobotApplication'], 'input' => ['shape' => 'DeleteRobotApplicationRequest'], 'output' => ['shape' => 'DeleteRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeleteSimulationApplication' => ['name' => 'DeleteSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/deleteSimulationApplication'], 'input' => ['shape' => 'DeleteSimulationApplicationRequest'], 'output' => ['shape' => 'DeleteSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeregisterRobot' => ['name' => 'DeregisterRobot', 'http' => ['method' => 'POST', 'requestUri' => '/deregisterRobot'], 'input' => ['shape' => 'DeregisterRobotRequest'], 'output' => ['shape' => 'DeregisterRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDeploymentJob' => ['name' => 'DescribeDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeDeploymentJob'], 'input' => ['shape' => 'DescribeDeploymentJobRequest'], 'output' => ['shape' => 'DescribeDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeFleet' => ['name' => 'DescribeFleet', 'http' => ['method' => 'POST', 'requestUri' => '/describeFleet'], 'input' => ['shape' => 'DescribeFleetRequest'], 'output' => ['shape' => 'DescribeFleetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeRobot' => ['name' => 'DescribeRobot', 'http' => ['method' => 'POST', 'requestUri' => '/describeRobot'], 'input' => ['shape' => 'DescribeRobotRequest'], 'output' => ['shape' => 'DescribeRobotResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeRobotApplication' => ['name' => 'DescribeRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/describeRobotApplication'], 'input' => ['shape' => 'DescribeRobotApplicationRequest'], 'output' => ['shape' => 'DescribeRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeSimulationApplication' => ['name' => 'DescribeSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationApplication'], 'input' => ['shape' => 'DescribeSimulationApplicationRequest'], 'output' => ['shape' => 'DescribeSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeSimulationJob' => ['name' => 'DescribeSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationJob'], 'input' => ['shape' => 'DescribeSimulationJobRequest'], 'output' => ['shape' => 'DescribeSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeSimulationJobBatch' => ['name' => 'DescribeSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationJobBatch'], 'input' => ['shape' => 'DescribeSimulationJobBatchRequest'], 'output' => ['shape' => 'DescribeSimulationJobBatchResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'ListDeploymentJobs' => ['name' => 'ListDeploymentJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listDeploymentJobs'], 'input' => ['shape' => 'ListDeploymentJobsRequest'], 'output' => ['shape' => 'ListDeploymentJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/listFleets'], 'input' => ['shape' => 'ListFleetsRequest'], 'output' => ['shape' => 'ListFleetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListRobotApplications' => ['name' => 'ListRobotApplications', 'http' => ['method' => 'POST', 'requestUri' => '/listRobotApplications'], 'input' => ['shape' => 'ListRobotApplicationsRequest'], 'output' => ['shape' => 'ListRobotApplicationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListRobots' => ['name' => 'ListRobots', 'http' => ['method' => 'POST', 'requestUri' => '/listRobots'], 'input' => ['shape' => 'ListRobotsRequest'], 'output' => ['shape' => 'ListRobotsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListSimulationApplications' => ['name' => 'ListSimulationApplications', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationApplications'], 'input' => ['shape' => 'ListSimulationApplicationsRequest'], 'output' => ['shape' => 'ListSimulationApplicationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListSimulationJobBatches' => ['name' => 'ListSimulationJobBatches', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationJobBatches'], 'input' => ['shape' => 'ListSimulationJobBatchesRequest'], 'output' => ['shape' => 'ListSimulationJobBatchesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'ListSimulationJobs' => ['name' => 'ListSimulationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationJobs'], 'input' => ['shape' => 'ListSimulationJobsRequest'], 'output' => ['shape' => 'ListSimulationJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'RegisterRobot' => ['name' => 'RegisterRobot', 'http' => ['method' => 'POST', 'requestUri' => '/registerRobot'], 'input' => ['shape' => 'RegisterRobotRequest'], 'output' => ['shape' => 'RegisterRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'RestartSimulationJob' => ['name' => 'RestartSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/restartSimulationJob'], 'input' => ['shape' => 'RestartSimulationJobRequest'], 'output' => ['shape' => 'RestartSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'StartSimulationJobBatch' => ['name' => 'StartSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/startSimulationJobBatch'], 'input' => ['shape' => 'StartSimulationJobBatchRequest'], 'output' => ['shape' => 'StartSimulationJobBatchResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InternalServerException']]], 'SyncDeploymentJob' => ['name' => 'SyncDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/syncDeploymentJob'], 'input' => ['shape' => 'SyncDeploymentJobRequest'], 'output' => ['shape' => 'SyncDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentDeploymentException'], ['shape' => 'IdempotentParameterMismatchException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'UpdateRobotApplication' => ['name' => 'UpdateRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/updateRobotApplication'], 'input' => ['shape' => 'UpdateRobotApplicationRequest'], 'output' => ['shape' => 'UpdateRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'UpdateSimulationApplication' => ['name' => 'UpdateSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/updateSimulationApplication'], 'input' => ['shape' => 'UpdateSimulationApplicationRequest'], 'output' => ['shape' => 'UpdateSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Architecture' => ['type' => 'string', 'enum' => ['X86_64', 'ARM64', 'ARMHF']], 'Arn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:.*'], 'Arns' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'max' => 100, 'min' => 1], 'BatchDescribeSimulationJobRequest' => ['type' => 'structure', 'required' => ['jobs'], 'members' => ['jobs' => ['shape' => 'Arns']]], 'BatchDescribeSimulationJobResponse' => ['type' => 'structure', 'members' => ['jobs' => ['shape' => 'SimulationJobs'], 'unprocessedJobs' => ['shape' => 'Arns']]], 'BatchPolicy' => ['type' => 'structure', 'members' => ['timeoutInSeconds' => ['shape' => 'BatchTimeoutInSeconds'], 'maxConcurrency' => ['shape' => 'MaxConcurrency']]], 'BatchTimeoutInSeconds' => ['type' => 'long'], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean'], 'CancelDeploymentJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelDeploymentJobResponse' => ['type' => 'structure', 'members' => []], 'CancelSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['batch'], 'members' => ['batch' => ['shape' => 'Arn']]], 'CancelSimulationJobBatchResponse' => ['type' => 'structure', 'members' => []], 'CancelSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelSimulationJobResponse' => ['type' => 'structure', 'members' => []], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\-=]*'], 'Command' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]*'], 'ConcurrentDeploymentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateDeploymentJobRequest' => ['type' => 'structure', 'required' => ['clientRequestToken', 'fleet', 'deploymentApplicationConfigs'], 'members' => ['deploymentConfig' => ['shape' => 'DeploymentConfig'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'fleet' => ['shape' => 'Arn'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'tags' => ['shape' => 'TagMap']]], 'CreateDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'tags' => ['shape' => 'TagMap']]], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'Name'], 'tags' => ['shape' => 'TagMap']]], 'CreateFleetResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'createdAt' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationRequest' => ['type' => 'structure', 'required' => ['name', 'sources', 'robotSoftwareSuite'], 'members' => ['name' => ['shape' => 'Name'], 'sources' => ['shape' => 'SourceConfigs'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationVersionRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'CreateRobotApplicationVersionResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'CreateRobotRequest' => ['type' => 'structure', 'required' => ['name', 'architecture', 'greengrassGroupId'], 'members' => ['name' => ['shape' => 'Name'], 'architecture' => ['shape' => 'Architecture'], 'greengrassGroupId' => ['shape' => 'Id'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'createdAt' => ['shape' => 'CreatedAt'], 'greengrassGroupId' => ['shape' => 'Id'], 'architecture' => ['shape' => 'Architecture'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['name', 'sources', 'simulationSoftwareSuite', 'robotSoftwareSuite'], 'members' => ['name' => ['shape' => 'Name'], 'sources' => ['shape' => 'SourceConfigs'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationVersionRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'CreateSimulationApplicationVersionResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'CreateSimulationJobRequest' => ['type' => 'structure', 'required' => ['maxJobDurationInSeconds', 'iamRole'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'iamRole' => ['shape' => 'IamRole'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSourceConfigs'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfig']]], 'CreateSimulationJobRequests' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobRequest'], 'min' => 1], 'CreateSimulationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse']]], 'CreatedAt' => ['type' => 'timestamp'], 'DataSource' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3Keys' => ['shape' => 'S3KeyOutputs']]], 'DataSourceConfig' => ['type' => 'structure', 'required' => ['name', 's3Bucket', 's3Keys'], 'members' => ['name' => ['shape' => 'Name'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3Keys' => ['shape' => 'S3Keys']]], 'DataSourceConfigs' => ['type' => 'list', 'member' => ['shape' => 'DataSourceConfig'], 'max' => 5, 'min' => 1], 'DataSourceNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'DataSources' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DeleteFleetRequest' => ['type' => 'structure', 'required' => ['fleet'], 'members' => ['fleet' => ['shape' => 'Arn']]], 'DeleteFleetResponse' => ['type' => 'structure', 'members' => []], 'DeleteRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DeleteRobotApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeleteRobotRequest' => ['type' => 'structure', 'required' => ['robot'], 'members' => ['robot' => ['shape' => 'Arn']]], 'DeleteRobotResponse' => ['type' => 'structure', 'members' => []], 'DeleteSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DeleteSimulationApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeploymentApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'applicationVersion', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'DeploymentVersion'], 'launchConfig' => ['shape' => 'DeploymentLaunchConfig']]], 'DeploymentApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'DeploymentApplicationConfig'], 'max' => 1, 'min' => 1], 'DeploymentConfig' => ['type' => 'structure', 'members' => ['concurrentDeploymentPercentage' => ['shape' => 'Percentage'], 'failureThresholdPercentage' => ['shape' => 'Percentage'], 'robotDeploymentTimeoutInSeconds' => ['shape' => 'DeploymentTimeout'], 'downloadConditionFile' => ['shape' => 'S3Object']]], 'DeploymentJob' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt']]], 'DeploymentJobErrorCode' => ['type' => 'string', 'enum' => ['ResourceNotFound', 'EnvironmentSetupError', 'EtagMismatch', 'FailureThresholdBreached', 'RobotDeploymentAborted', 'RobotDeploymentNoResponse', 'RobotAgentConnectionTimeout', 'GreengrassDeploymentFailed', 'InvalidGreengrassGroup', 'MissingRobotArchitecture', 'MissingRobotApplicationArchitecture', 'MissingRobotDeploymentResource', 'GreengrassGroupVersionDoesNotExist', 'LambdaDeleted', 'ExtractingBundleFailure', 'PreLaunchFileFailure', 'PostLaunchFileFailure', 'BadPermissionError', 'DownloadConditionFailed', 'InternalServerError']], 'DeploymentJobs' => ['type' => 'list', 'member' => ['shape' => 'DeploymentJob'], 'max' => 200, 'min' => 0], 'DeploymentLaunchConfig' => ['type' => 'structure', 'required' => ['packageName', 'launchFile'], 'members' => ['packageName' => ['shape' => 'Command'], 'preLaunchFile' => ['shape' => 'Path'], 'launchFile' => ['shape' => 'Command'], 'postLaunchFile' => ['shape' => 'Path'], 'environmentVariables' => ['shape' => 'EnvironmentVariableMap']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['Pending', 'Preparing', 'InProgress', 'Failed', 'Succeeded', 'Canceled']], 'DeploymentTimeout' => ['type' => 'long'], 'DeploymentVersion' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[0-9]*'], 'DeregisterRobotRequest' => ['type' => 'structure', 'required' => ['fleet', 'robot'], 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'DeregisterRobotResponse' => ['type' => 'structure', 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'DescribeDeploymentJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt'], 'robotDeploymentSummary' => ['shape' => 'RobotDeploymentSummary'], 'tags' => ['shape' => 'TagMap']]], 'DescribeFleetRequest' => ['type' => 'structure', 'required' => ['fleet'], 'members' => ['fleet' => ['shape' => 'Arn']]], 'DescribeFleetResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'robots' => ['shape' => 'Robots'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastDeploymentStatus' => ['shape' => 'DeploymentStatus'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DescribeRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'revisionId' => ['shape' => 'RevisionId'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeRobotRequest' => ['type' => 'structure', 'required' => ['robot'], 'members' => ['robot' => ['shape' => 'Arn']]], 'DescribeRobotResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'fleetArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'RobotStatus'], 'greengrassGroupId' => ['shape' => 'Id'], 'createdAt' => ['shape' => 'CreatedAt'], 'architecture' => ['shape' => 'Architecture'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DescribeSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'revisionId' => ['shape' => 'RevisionId'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['batch'], 'members' => ['batch' => ['shape' => 'Arn']]], 'DescribeSimulationJobBatchResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'createdAt' => ['shape' => 'CreatedAt'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'failureCode' => ['shape' => 'SimulationJobBatchErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'failedRequests' => ['shape' => 'FailedCreateSimulationJobRequests'], 'pendingRequests' => ['shape' => 'CreateSimulationJobRequests'], 'createdRequests' => ['shape' => 'SimulationJobSummaries'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeSimulationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse'], 'networkInterface' => ['shape' => 'NetworkInterface']]], 'EnvironmentVariableKey' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[A-Z_][A-Z0-9_]*'], 'EnvironmentVariableMap' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentVariableKey'], 'value' => ['shape' => 'EnvironmentVariableValue'], 'max' => 16, 'min' => 0], 'EnvironmentVariableValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'FailedAt' => ['type' => 'timestamp'], 'FailedCreateSimulationJobRequest' => ['type' => 'structure', 'members' => ['request' => ['shape' => 'SimulationJobRequest'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failedAt' => ['shape' => 'FailedAt']]], 'FailedCreateSimulationJobRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateSimulationJobRequest']], 'FailureBehavior' => ['type' => 'string', 'enum' => ['Fail', 'Continue']], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'values' => ['shape' => 'FilterValues']]], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 1, 'min' => 1], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 1, 'min' => 1], 'Fleet' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastDeploymentStatus' => ['shape' => 'DeploymentStatus'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt']]], 'Fleets' => ['type' => 'list', 'member' => ['shape' => 'Fleet'], 'max' => 200, 'min' => 0], 'GenericInteger' => ['type' => 'integer'], 'GenericString' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*'], 'IamRole' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => 'arn:aws:iam::\\w+:role/.*'], 'Id' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*'], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JobDuration' => ['type' => 'long'], 'LastStartedAt' => ['type' => 'timestamp'], 'LastUpdatedAt' => ['type' => 'timestamp'], 'LaunchConfig' => ['type' => 'structure', 'required' => ['packageName', 'launchFile'], 'members' => ['packageName' => ['shape' => 'Command'], 'launchFile' => ['shape' => 'Command'], 'environmentVariables' => ['shape' => 'EnvironmentVariableMap'], 'portForwardingConfig' => ['shape' => 'PortForwardingConfig'], 'streamUI' => ['shape' => 'Boolean']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListDeploymentJobsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'Filters'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDeploymentJobsResponse' => ['type' => 'structure', 'members' => ['deploymentJobs' => ['shape' => 'DeploymentJobs'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListFleetsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListFleetsResponse' => ['type' => 'structure', 'members' => ['fleetDetails' => ['shape' => 'Fleets'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRobotApplicationsRequest' => ['type' => 'structure', 'members' => ['versionQualifier' => ['shape' => 'VersionQualifier'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListRobotApplicationsResponse' => ['type' => 'structure', 'members' => ['robotApplicationSummaries' => ['shape' => 'RobotApplicationSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRobotsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListRobotsResponse' => ['type' => 'structure', 'members' => ['robots' => ['shape' => 'Robots'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationApplicationsRequest' => ['type' => 'structure', 'members' => ['versionQualifier' => ['shape' => 'VersionQualifier'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationApplicationsResponse' => ['type' => 'structure', 'members' => ['simulationApplicationSummaries' => ['shape' => 'SimulationApplicationSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationJobBatchesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationJobBatchesResponse' => ['type' => 'structure', 'members' => ['simulationJobBatchSummaries' => ['shape' => 'SimulationJobBatchSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationJobsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationJobsResponse' => ['type' => 'structure', 'required' => ['simulationJobSummaries'], 'members' => ['simulationJobSummaries' => ['shape' => 'SimulationJobSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'LoggingConfig' => ['type' => 'structure', 'required' => ['recordAllRosTopics'], 'members' => ['recordAllRosTopics' => ['shape' => 'BoxedBoolean']]], 'MaxConcurrency' => ['type' => 'integer'], 'MaxResults' => ['type' => 'integer'], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\-]*'], 'NetworkInterface' => ['type' => 'structure', 'members' => ['networkInterfaceId' => ['shape' => 'GenericString'], 'privateIpAddress' => ['shape' => 'GenericString'], 'publicIpAddress' => ['shape' => 'GenericString']]], 'NonEmptyString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'NonSystemPort' => ['type' => 'integer', 'max' => 65535, 'min' => 1024], 'OutputLocation' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Prefix' => ['shape' => 'S3Key']]], 'PaginationToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-\\/+=]*'], 'Path' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'PercentDone' => ['type' => 'float', 'max' => 100, 'min' => 0], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PortForwardingConfig' => ['type' => 'structure', 'members' => ['portMappings' => ['shape' => 'PortMappingList']]], 'PortMapping' => ['type' => 'structure', 'required' => ['jobPort', 'applicationPort'], 'members' => ['jobPort' => ['shape' => 'Port'], 'applicationPort' => ['shape' => 'NonSystemPort'], 'enableOnPublicIp' => ['shape' => 'Boolean']]], 'PortMappingList' => ['type' => 'list', 'member' => ['shape' => 'PortMapping'], 'max' => 10, 'min' => 0], 'ProgressDetail' => ['type' => 'structure', 'members' => ['currentProgress' => ['shape' => 'RobotDeploymentStep'], 'percentDone' => ['shape' => 'PercentDone'], 'estimatedTimeRemainingSeconds' => ['shape' => 'GenericInteger'], 'targetResource' => ['shape' => 'GenericString']]], 'RegisterRobotRequest' => ['type' => 'structure', 'required' => ['fleet', 'robot'], 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'RegisterRobotResponse' => ['type' => 'structure', 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'RenderingEngine' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RenderingEngineType'], 'version' => ['shape' => 'RenderingEngineVersionType']]], 'RenderingEngineType' => ['type' => 'string', 'enum' => ['OGRE']], 'RenderingEngineVersionType' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '1.x'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RestartSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'RestartSimulationJobResponse' => ['type' => 'structure', 'members' => []], 'RevisionId' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]*'], 'Robot' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'fleetArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'RobotStatus'], 'greenGrassGroupId' => ['shape' => 'Id'], 'createdAt' => ['shape' => 'CreatedAt'], 'architecture' => ['shape' => 'Architecture'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt']]], 'RobotApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version'], 'launchConfig' => ['shape' => 'LaunchConfig']]], 'RobotApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'RobotApplicationConfig'], 'max' => 1, 'min' => 1], 'RobotApplicationNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'RobotApplicationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RobotApplicationSummary'], 'max' => 100, 'min' => 0], 'RobotApplicationSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'version' => ['shape' => 'Version'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite']]], 'RobotDeployment' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'deploymentStartTime' => ['shape' => 'CreatedAt'], 'deploymentFinishTime' => ['shape' => 'CreatedAt'], 'status' => ['shape' => 'RobotStatus'], 'progressDetail' => ['shape' => 'ProgressDetail'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode']]], 'RobotDeploymentStep' => ['type' => 'string', 'enum' => ['Validating', 'DownloadingExtracting', 'ExecutingDownloadCondition', 'ExecutingPreLaunch', 'Launching', 'ExecutingPostLaunch', 'Finished']], 'RobotDeploymentSummary' => ['type' => 'list', 'member' => ['shape' => 'RobotDeployment']], 'RobotSoftwareSuite' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RobotSoftwareSuiteType'], 'version' => ['shape' => 'RobotSoftwareSuiteVersionType']]], 'RobotSoftwareSuiteType' => ['type' => 'string', 'enum' => ['ROS', 'ROS2']], 'RobotSoftwareSuiteVersionType' => ['type' => 'string', 'enum' => ['Kinetic', 'Melodic', 'Dashing']], 'RobotStatus' => ['type' => 'string', 'enum' => ['Available', 'Registered', 'PendingNewDeployment', 'Deploying', 'Failed', 'InSync', 'NoResponse']], 'Robots' => ['type' => 'list', 'member' => ['shape' => 'Robot'], 'max' => 1000, 'min' => 0], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][a-z0-9.\\-]*[a-z0-9]'], 'S3Etag' => ['type' => 'string'], 'S3Key' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'S3KeyOutput' => ['type' => 'structure', 'members' => ['s3Key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag']]], 'S3KeyOutputs' => ['type' => 'list', 'member' => ['shape' => 'S3KeyOutput']], 'S3Keys' => ['type' => 'list', 'member' => ['shape' => 'S3Key'], 'max' => 100, 'min' => 1], 'S3Object' => ['type' => 'structure', 'required' => ['bucket', 'key'], 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag']]], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 5, 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'SimulationApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version'], 'launchConfig' => ['shape' => 'LaunchConfig']]], 'SimulationApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'SimulationApplicationConfig'], 'max' => 1, 'min' => 1], 'SimulationApplicationNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'SimulationApplicationSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationApplicationSummary'], 'max' => 100, 'min' => 0], 'SimulationApplicationSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'version' => ['shape' => 'Version'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite']]], 'SimulationJob' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse'], 'networkInterface' => ['shape' => 'NetworkInterface']]], 'SimulationJobBatchErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError']], 'SimulationJobBatchStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Failed', 'Completed', 'Canceled', 'Canceling', 'Completing', 'TimingOut', 'TimedOut']], 'SimulationJobBatchSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobBatchSummary']], 'SimulationJobBatchSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'createdAt' => ['shape' => 'CreatedAt'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'failedRequestCount' => ['shape' => 'Integer'], 'pendingRequestCount' => ['shape' => 'Integer'], 'createdRequestCount' => ['shape' => 'Integer']]], 'SimulationJobErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError', 'RobotApplicationCrash', 'SimulationApplicationCrash', 'BadPermissionsRobotApplication', 'BadPermissionsSimulationApplication', 'BadPermissionsS3Object', 'BadPermissionsS3Output', 'BadPermissionsCloudwatchLogs', 'SubnetIpLimitExceeded', 'ENILimitExceeded', 'BadPermissionsUserCredentials', 'InvalidBundleRobotApplication', 'InvalidBundleSimulationApplication', 'InvalidS3Resource', 'LimitExceeded', 'MismatchedEtag', 'RobotApplicationVersionMismatchedEtag', 'SimulationApplicationVersionMismatchedEtag', 'ResourceNotFound', 'RequestThrottled', 'BatchTimedOut', 'BatchCanceled', 'InvalidInput', 'WrongRegionS3Bucket', 'WrongRegionS3Output', 'WrongRegionRobotApplication', 'WrongRegionSimulationApplication']], 'SimulationJobRequest' => ['type' => 'structure', 'required' => ['maxJobDurationInSeconds'], 'members' => ['outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'iamRole' => ['shape' => 'IamRole'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'useDefaultApplications' => ['shape' => 'BoxedBoolean'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSourceConfigs'], 'vpcConfig' => ['shape' => 'VPCConfig'], 'tags' => ['shape' => 'TagMap']]], 'SimulationJobStatus' => ['type' => 'string', 'enum' => ['Pending', 'Preparing', 'Running', 'Restarting', 'Completed', 'Failed', 'RunningFailed', 'Terminating', 'Terminated', 'Canceled']], 'SimulationJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobSummary'], 'max' => 100, 'min' => 0], 'SimulationJobSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'simulationApplicationNames' => ['shape' => 'SimulationApplicationNames'], 'robotApplicationNames' => ['shape' => 'RobotApplicationNames'], 'dataSourceNames' => ['shape' => 'DataSourceNames']]], 'SimulationJobs' => ['type' => 'list', 'member' => ['shape' => 'SimulationJob']], 'SimulationSoftwareSuite' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SimulationSoftwareSuiteType'], 'version' => ['shape' => 'SimulationSoftwareSuiteVersionType']]], 'SimulationSoftwareSuiteType' => ['type' => 'string', 'enum' => ['Gazebo', 'RosbagPlay']], 'SimulationSoftwareSuiteVersionType' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '7|9|Kinetic|Melodic|Dashing'], 'SimulationTimeMillis' => ['type' => 'long'], 'Source' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag'], 'architecture' => ['shape' => 'Architecture']]], 'SourceConfig' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Key' => ['shape' => 'S3Key'], 'architecture' => ['shape' => 'Architecture']]], 'SourceConfigs' => ['type' => 'list', 'member' => ['shape' => 'SourceConfig']], 'Sources' => ['type' => 'list', 'member' => ['shape' => 'Source']], 'StartSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['createSimulationJobRequests'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'createSimulationJobRequests' => ['shape' => 'CreateSimulationJobRequests'], 'tags' => ['shape' => 'TagMap']]], 'StartSimulationJobBatchResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'failureCode' => ['shape' => 'SimulationJobBatchErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'failedRequests' => ['shape' => 'FailedCreateSimulationJobRequests'], 'pendingRequests' => ['shape' => 'CreateSimulationJobRequests'], 'createdRequests' => ['shape' => 'SimulationJobSummaries'], 'tags' => ['shape' => 'TagMap']]], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 16, 'min' => 1], 'SyncDeploymentJobRequest' => ['type' => 'structure', 'required' => ['clientRequestToken', 'fleet'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'fleet' => ['shape' => 'Arn']]], 'SyncDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9 _.\\-\\/+=:]*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[a-zA-Z0-9 _.\\-\\/+=:]*'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application', 'sources', 'robotSoftwareSuite'], 'members' => ['application' => ['shape' => 'Arn'], 'sources' => ['shape' => 'SourceConfigs'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'UpdateRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'UpdateSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application', 'sources', 'simulationSoftwareSuite', 'robotSoftwareSuite'], 'members' => ['application' => ['shape' => 'Arn'], 'sources' => ['shape' => 'SourceConfigs'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'UpdateSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'VPCConfig' => ['type' => 'structure', 'required' => ['subnets'], 'members' => ['subnets' => ['shape' => 'Subnets'], 'securityGroups' => ['shape' => 'SecurityGroups'], 'assignPublicIp' => ['shape' => 'Boolean']]], 'VPCConfigResponse' => ['type' => 'structure', 'members' => ['subnets' => ['shape' => 'Subnets'], 'securityGroups' => ['shape' => 'SecurityGroups'], 'vpcId' => ['shape' => 'GenericString'], 'assignPublicIp' => ['shape' => 'Boolean']]], 'Version' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(\\$LATEST)|[0-9]*'], 'VersionQualifier' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => 'ALL'], 'errorMessage' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-06-29', 'endpointPrefix' => 'robomaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'RoboMaker', 'serviceFullName' => 'AWS RoboMaker', 'serviceId' => 'RoboMaker', 'signatureVersion' => 'v4', 'signingName' => 'robomaker', 'uid' => 'robomaker-2018-06-29'], 'operations' => ['BatchDeleteWorlds' => ['name' => 'BatchDeleteWorlds', 'http' => ['method' => 'POST', 'requestUri' => '/batchDeleteWorlds'], 'input' => ['shape' => 'BatchDeleteWorldsRequest'], 'output' => ['shape' => 'BatchDeleteWorldsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'BatchDescribeSimulationJob' => ['name' => 'BatchDescribeSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/batchDescribeSimulationJob'], 'input' => ['shape' => 'BatchDescribeSimulationJobRequest'], 'output' => ['shape' => 'BatchDescribeSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelDeploymentJob' => ['name' => 'CancelDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelDeploymentJob'], 'input' => ['shape' => 'CancelDeploymentJobRequest'], 'output' => ['shape' => 'CancelDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelSimulationJob' => ['name' => 'CancelSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelSimulationJob'], 'input' => ['shape' => 'CancelSimulationJobRequest'], 'output' => ['shape' => 'CancelSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelSimulationJobBatch' => ['name' => 'CancelSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/cancelSimulationJobBatch'], 'input' => ['shape' => 'CancelSimulationJobBatchRequest'], 'output' => ['shape' => 'CancelSimulationJobBatchResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelWorldExportJob' => ['name' => 'CancelWorldExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelWorldExportJob'], 'input' => ['shape' => 'CancelWorldExportJobRequest'], 'output' => ['shape' => 'CancelWorldExportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CancelWorldGenerationJob' => ['name' => 'CancelWorldGenerationJob', 'http' => ['method' => 'POST', 'requestUri' => '/cancelWorldGenerationJob'], 'input' => ['shape' => 'CancelWorldGenerationJobRequest'], 'output' => ['shape' => 'CancelWorldGenerationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'CreateDeploymentJob' => ['name' => 'CreateDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/createDeploymentJob'], 'input' => ['shape' => 'CreateDeploymentJobRequest'], 'output' => ['shape' => 'CreateDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentDeploymentException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/createFleet'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException']]], 'CreateRobot' => ['name' => 'CreateRobot', 'http' => ['method' => 'POST', 'requestUri' => '/createRobot'], 'input' => ['shape' => 'CreateRobotRequest'], 'output' => ['shape' => 'CreateRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceAlreadyExistsException']]], 'CreateRobotApplication' => ['name' => 'CreateRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/createRobotApplication'], 'input' => ['shape' => 'CreateRobotApplicationRequest'], 'output' => ['shape' => 'CreateRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateRobotApplicationVersion' => ['name' => 'CreateRobotApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/createRobotApplicationVersion'], 'input' => ['shape' => 'CreateRobotApplicationVersionRequest'], 'output' => ['shape' => 'CreateRobotApplicationVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'CreateSimulationApplication' => ['name' => 'CreateSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationApplication'], 'input' => ['shape' => 'CreateSimulationApplicationRequest'], 'output' => ['shape' => 'CreateSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException'], ['shape' => 'IdempotentParameterMismatchException']]], 'CreateSimulationApplicationVersion' => ['name' => 'CreateSimulationApplicationVersion', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationApplicationVersion'], 'input' => ['shape' => 'CreateSimulationApplicationVersionRequest'], 'output' => ['shape' => 'CreateSimulationApplicationVersionResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'CreateSimulationJob' => ['name' => 'CreateSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/createSimulationJob'], 'input' => ['shape' => 'CreateSimulationJobRequest'], 'output' => ['shape' => 'CreateSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ServiceUnavailableException']]], 'CreateWorldExportJob' => ['name' => 'CreateWorldExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/createWorldExportJob'], 'input' => ['shape' => 'CreateWorldExportJobRequest'], 'output' => ['shape' => 'CreateWorldExportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ServiceUnavailableException']]], 'CreateWorldGenerationJob' => ['name' => 'CreateWorldGenerationJob', 'http' => ['method' => 'POST', 'requestUri' => '/createWorldGenerationJob'], 'input' => ['shape' => 'CreateWorldGenerationJobRequest'], 'output' => ['shape' => 'CreateWorldGenerationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'ServiceUnavailableException']]], 'CreateWorldTemplate' => ['name' => 'CreateWorldTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/createWorldTemplate'], 'input' => ['shape' => 'CreateWorldTemplateRequest'], 'output' => ['shape' => 'CreateWorldTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/deleteFleet'], 'input' => ['shape' => 'DeleteFleetRequest'], 'output' => ['shape' => 'DeleteFleetResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteRobot' => ['name' => 'DeleteRobot', 'http' => ['method' => 'POST', 'requestUri' => '/deleteRobot'], 'input' => ['shape' => 'DeleteRobotRequest'], 'output' => ['shape' => 'DeleteRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DeleteRobotApplication' => ['name' => 'DeleteRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/deleteRobotApplication'], 'input' => ['shape' => 'DeleteRobotApplicationRequest'], 'output' => ['shape' => 'DeleteRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeleteSimulationApplication' => ['name' => 'DeleteSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/deleteSimulationApplication'], 'input' => ['shape' => 'DeleteSimulationApplicationRequest'], 'output' => ['shape' => 'DeleteSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeleteWorldTemplate' => ['name' => 'DeleteWorldTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/deleteWorldTemplate'], 'input' => ['shape' => 'DeleteWorldTemplateRequest'], 'output' => ['shape' => 'DeleteWorldTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DeregisterRobot' => ['name' => 'DeregisterRobot', 'http' => ['method' => 'POST', 'requestUri' => '/deregisterRobot'], 'input' => ['shape' => 'DeregisterRobotRequest'], 'output' => ['shape' => 'DeregisterRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeDeploymentJob' => ['name' => 'DescribeDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeDeploymentJob'], 'input' => ['shape' => 'DescribeDeploymentJobRequest'], 'output' => ['shape' => 'DescribeDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeFleet' => ['name' => 'DescribeFleet', 'http' => ['method' => 'POST', 'requestUri' => '/describeFleet'], 'input' => ['shape' => 'DescribeFleetRequest'], 'output' => ['shape' => 'DescribeFleetResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeRobot' => ['name' => 'DescribeRobot', 'http' => ['method' => 'POST', 'requestUri' => '/describeRobot'], 'input' => ['shape' => 'DescribeRobotRequest'], 'output' => ['shape' => 'DescribeRobotResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeRobotApplication' => ['name' => 'DescribeRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/describeRobotApplication'], 'input' => ['shape' => 'DescribeRobotApplicationRequest'], 'output' => ['shape' => 'DescribeRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeSimulationApplication' => ['name' => 'DescribeSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationApplication'], 'input' => ['shape' => 'DescribeSimulationApplicationRequest'], 'output' => ['shape' => 'DescribeSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeSimulationJob' => ['name' => 'DescribeSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationJob'], 'input' => ['shape' => 'DescribeSimulationJobRequest'], 'output' => ['shape' => 'DescribeSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeSimulationJobBatch' => ['name' => 'DescribeSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/describeSimulationJobBatch'], 'input' => ['shape' => 'DescribeSimulationJobBatchRequest'], 'output' => ['shape' => 'DescribeSimulationJobBatchResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'DescribeWorld' => ['name' => 'DescribeWorld', 'http' => ['method' => 'POST', 'requestUri' => '/describeWorld'], 'input' => ['shape' => 'DescribeWorldRequest'], 'output' => ['shape' => 'DescribeWorldResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeWorldExportJob' => ['name' => 'DescribeWorldExportJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeWorldExportJob'], 'input' => ['shape' => 'DescribeWorldExportJobRequest'], 'output' => ['shape' => 'DescribeWorldExportJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeWorldGenerationJob' => ['name' => 'DescribeWorldGenerationJob', 'http' => ['method' => 'POST', 'requestUri' => '/describeWorldGenerationJob'], 'input' => ['shape' => 'DescribeWorldGenerationJobRequest'], 'output' => ['shape' => 'DescribeWorldGenerationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'DescribeWorldTemplate' => ['name' => 'DescribeWorldTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/describeWorldTemplate'], 'input' => ['shape' => 'DescribeWorldTemplateRequest'], 'output' => ['shape' => 'DescribeWorldTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'GetWorldTemplateBody' => ['name' => 'GetWorldTemplateBody', 'http' => ['method' => 'POST', 'requestUri' => '/getWorldTemplateBody'], 'input' => ['shape' => 'GetWorldTemplateBodyRequest'], 'output' => ['shape' => 'GetWorldTemplateBodyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListDeploymentJobs' => ['name' => 'ListDeploymentJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listDeploymentJobs'], 'input' => ['shape' => 'ListDeploymentJobsRequest'], 'output' => ['shape' => 'ListDeploymentJobsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/listFleets'], 'input' => ['shape' => 'ListFleetsRequest'], 'output' => ['shape' => 'ListFleetsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListRobotApplications' => ['name' => 'ListRobotApplications', 'http' => ['method' => 'POST', 'requestUri' => '/listRobotApplications'], 'input' => ['shape' => 'ListRobotApplicationsRequest'], 'output' => ['shape' => 'ListRobotApplicationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListRobots' => ['name' => 'ListRobots', 'http' => ['method' => 'POST', 'requestUri' => '/listRobots'], 'input' => ['shape' => 'ListRobotsRequest'], 'output' => ['shape' => 'ListRobotsResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListSimulationApplications' => ['name' => 'ListSimulationApplications', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationApplications'], 'input' => ['shape' => 'ListSimulationApplicationsRequest'], 'output' => ['shape' => 'ListSimulationApplicationsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListSimulationJobBatches' => ['name' => 'ListSimulationJobBatches', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationJobBatches'], 'input' => ['shape' => 'ListSimulationJobBatchesRequest'], 'output' => ['shape' => 'ListSimulationJobBatchesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'ListSimulationJobs' => ['name' => 'ListSimulationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listSimulationJobs'], 'input' => ['shape' => 'ListSimulationJobsRequest'], 'output' => ['shape' => 'ListSimulationJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'ListWorldExportJobs' => ['name' => 'ListWorldExportJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listWorldExportJobs'], 'input' => ['shape' => 'ListWorldExportJobsRequest'], 'output' => ['shape' => 'ListWorldExportJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListWorldGenerationJobs' => ['name' => 'ListWorldGenerationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/listWorldGenerationJobs'], 'input' => ['shape' => 'ListWorldGenerationJobsRequest'], 'output' => ['shape' => 'ListWorldGenerationJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException']]], 'ListWorldTemplates' => ['name' => 'ListWorldTemplates', 'http' => ['method' => 'POST', 'requestUri' => '/listWorldTemplates'], 'input' => ['shape' => 'ListWorldTemplatesRequest'], 'output' => ['shape' => 'ListWorldTemplatesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListWorlds' => ['name' => 'ListWorlds', 'http' => ['method' => 'POST', 'requestUri' => '/listWorlds'], 'input' => ['shape' => 'ListWorldsRequest'], 'output' => ['shape' => 'ListWorldsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'RegisterRobot' => ['name' => 'RegisterRobot', 'http' => ['method' => 'POST', 'requestUri' => '/registerRobot'], 'input' => ['shape' => 'RegisterRobotRequest'], 'output' => ['shape' => 'RegisterRobotResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'RestartSimulationJob' => ['name' => 'RestartSimulationJob', 'http' => ['method' => 'POST', 'requestUri' => '/restartSimulationJob'], 'input' => ['shape' => 'RestartSimulationJobRequest'], 'output' => ['shape' => 'RestartSimulationJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException']]], 'StartSimulationJobBatch' => ['name' => 'StartSimulationJobBatch', 'http' => ['method' => 'POST', 'requestUri' => '/startSimulationJobBatch'], 'input' => ['shape' => 'StartSimulationJobBatchRequest'], 'output' => ['shape' => 'StartSimulationJobBatchResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'IdempotentParameterMismatchException'], ['shape' => 'InternalServerException']]], 'SyncDeploymentJob' => ['name' => 'SyncDeploymentJob', 'http' => ['method' => 'POST', 'requestUri' => '/syncDeploymentJob'], 'input' => ['shape' => 'SyncDeploymentJobRequest'], 'output' => ['shape' => 'SyncDeploymentJobResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServerException'], ['shape' => 'ThrottlingException'], ['shape' => 'LimitExceededException'], ['shape' => 'ConcurrentDeploymentException'], ['shape' => 'IdempotentParameterMismatchException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ThrottlingException']]], 'UpdateRobotApplication' => ['name' => 'UpdateRobotApplication', 'http' => ['method' => 'POST', 'requestUri' => '/updateRobotApplication'], 'input' => ['shape' => 'UpdateRobotApplicationRequest'], 'output' => ['shape' => 'UpdateRobotApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'UpdateSimulationApplication' => ['name' => 'UpdateSimulationApplication', 'http' => ['method' => 'POST', 'requestUri' => '/updateSimulationApplication'], 'input' => ['shape' => 'UpdateSimulationApplicationRequest'], 'output' => ['shape' => 'UpdateSimulationApplicationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'UpdateWorldTemplate' => ['name' => 'UpdateWorldTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/updateWorldTemplate'], 'input' => ['shape' => 'UpdateWorldTemplateRequest'], 'output' => ['shape' => 'UpdateWorldTemplateResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Architecture' => ['type' => 'string', 'enum' => ['X86_64', 'ARM64', 'ARMHF']], 'Arn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:.*'], 'Arns' => ['type' => 'list', 'member' => ['shape' => 'Arn'], 'max' => 100, 'min' => 1], 'BatchDeleteWorldsRequest' => ['type' => 'structure', 'required' => ['worlds'], 'members' => ['worlds' => ['shape' => 'Arns']]], 'BatchDeleteWorldsResponse' => ['type' => 'structure', 'members' => ['unprocessedWorlds' => ['shape' => 'Arns']]], 'BatchDescribeSimulationJobRequest' => ['type' => 'structure', 'required' => ['jobs'], 'members' => ['jobs' => ['shape' => 'Arns']]], 'BatchDescribeSimulationJobResponse' => ['type' => 'structure', 'members' => ['jobs' => ['shape' => 'SimulationJobs'], 'unprocessedJobs' => ['shape' => 'Arns']]], 'BatchPolicy' => ['type' => 'structure', 'members' => ['timeoutInSeconds' => ['shape' => 'BatchTimeoutInSeconds'], 'maxConcurrency' => ['shape' => 'MaxConcurrency']]], 'BatchTimeoutInSeconds' => ['type' => 'long'], 'Boolean' => ['type' => 'boolean'], 'BoxedBoolean' => ['type' => 'boolean'], 'CancelDeploymentJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelDeploymentJobResponse' => ['type' => 'structure', 'members' => []], 'CancelSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['batch'], 'members' => ['batch' => ['shape' => 'Arn']]], 'CancelSimulationJobBatchResponse' => ['type' => 'structure', 'members' => []], 'CancelSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelSimulationJobResponse' => ['type' => 'structure', 'members' => []], 'CancelWorldExportJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelWorldExportJobResponse' => ['type' => 'structure', 'members' => []], 'CancelWorldGenerationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'CancelWorldGenerationJobResponse' => ['type' => 'structure', 'members' => []], 'ClientRequestToken' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\-=]*'], 'Command' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]*'], 'Compute' => ['type' => 'structure', 'members' => ['simulationUnitLimit' => ['shape' => 'SimulationUnit']]], 'ComputeResponse' => ['type' => 'structure', 'members' => ['simulationUnitLimit' => ['shape' => 'SimulationUnit']]], 'ConcurrentDeploymentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateDeploymentJobRequest' => ['type' => 'structure', 'required' => ['clientRequestToken', 'fleet', 'deploymentApplicationConfigs'], 'members' => ['deploymentConfig' => ['shape' => 'DeploymentConfig'], 'clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'fleet' => ['shape' => 'Arn'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'tags' => ['shape' => 'TagMap']]], 'CreateDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'tags' => ['shape' => 'TagMap']]], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['name'], 'members' => ['name' => ['shape' => 'Name'], 'tags' => ['shape' => 'TagMap']]], 'CreateFleetResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'createdAt' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationRequest' => ['type' => 'structure', 'required' => ['name', 'sources', 'robotSoftwareSuite'], 'members' => ['name' => ['shape' => 'Name'], 'sources' => ['shape' => 'SourceConfigs'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotApplicationVersionRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'CreateRobotApplicationVersionResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'CreateRobotRequest' => ['type' => 'structure', 'required' => ['name', 'architecture', 'greengrassGroupId'], 'members' => ['name' => ['shape' => 'Name'], 'architecture' => ['shape' => 'Architecture'], 'greengrassGroupId' => ['shape' => 'Id'], 'tags' => ['shape' => 'TagMap']]], 'CreateRobotResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'createdAt' => ['shape' => 'CreatedAt'], 'greengrassGroupId' => ['shape' => 'Id'], 'architecture' => ['shape' => 'Architecture'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['name', 'sources', 'simulationSoftwareSuite', 'robotSoftwareSuite'], 'members' => ['name' => ['shape' => 'Name'], 'sources' => ['shape' => 'SourceConfigs'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId'], 'tags' => ['shape' => 'TagMap']]], 'CreateSimulationApplicationVersionRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'CreateSimulationApplicationVersionResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'CreateSimulationJobRequest' => ['type' => 'structure', 'required' => ['maxJobDurationInSeconds', 'iamRole'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'iamRole' => ['shape' => 'IamRole'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSourceConfigs'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfig'], 'compute' => ['shape' => 'Compute']]], 'CreateSimulationJobRequests' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobRequest'], 'max' => 1000, 'min' => 1], 'CreateSimulationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse'], 'compute' => ['shape' => 'ComputeResponse']]], 'CreateWorldExportJobRequest' => ['type' => 'structure', 'required' => ['worlds', 'outputLocation', 'iamRole'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'worlds' => ['shape' => 'Arns'], 'outputLocation' => ['shape' => 'OutputLocation'], 'iamRole' => ['shape' => 'IamRole'], 'tags' => ['shape' => 'TagMap']]], 'CreateWorldExportJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'WorldExportJobStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'failureCode' => ['shape' => 'WorldExportJobErrorCode'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'iamRole' => ['shape' => 'IamRole'], 'tags' => ['shape' => 'TagMap']]], 'CreateWorldGenerationJobRequest' => ['type' => 'structure', 'required' => ['template', 'worldCount'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'template' => ['shape' => 'Arn'], 'worldCount' => ['shape' => 'WorldCount'], 'tags' => ['shape' => 'TagMap']]], 'CreateWorldGenerationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'WorldGenerationJobStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'failureCode' => ['shape' => 'WorldGenerationJobErrorCode'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'template' => ['shape' => 'Arn'], 'worldCount' => ['shape' => 'WorldCount'], 'tags' => ['shape' => 'TagMap']]], 'CreateWorldTemplateRequest' => ['type' => 'structure', 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken'], 'name' => ['shape' => 'TemplateName'], 'templateBody' => ['shape' => 'Json'], 'templateLocation' => ['shape' => 'TemplateLocation'], 'tags' => ['shape' => 'TagMap']]], 'CreateWorldTemplateResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'createdAt' => ['shape' => 'CreatedAt'], 'name' => ['shape' => 'TemplateName'], 'tags' => ['shape' => 'TagMap']]], 'CreatedAt' => ['type' => 'timestamp'], 'DataSource' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3Keys' => ['shape' => 'S3KeyOutputs']]], 'DataSourceConfig' => ['type' => 'structure', 'required' => ['name', 's3Bucket', 's3Keys'], 'members' => ['name' => ['shape' => 'Name'], 's3Bucket' => ['shape' => 'S3Bucket'], 's3Keys' => ['shape' => 'S3Keys']]], 'DataSourceConfigs' => ['type' => 'list', 'member' => ['shape' => 'DataSourceConfig'], 'max' => 5, 'min' => 1], 'DataSourceNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'DataSources' => ['type' => 'list', 'member' => ['shape' => 'DataSource']], 'DeleteFleetRequest' => ['type' => 'structure', 'required' => ['fleet'], 'members' => ['fleet' => ['shape' => 'Arn']]], 'DeleteFleetResponse' => ['type' => 'structure', 'members' => []], 'DeleteRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DeleteRobotApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeleteRobotRequest' => ['type' => 'structure', 'required' => ['robot'], 'members' => ['robot' => ['shape' => 'Arn']]], 'DeleteRobotResponse' => ['type' => 'structure', 'members' => []], 'DeleteSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DeleteSimulationApplicationResponse' => ['type' => 'structure', 'members' => []], 'DeleteWorldTemplateRequest' => ['type' => 'structure', 'required' => ['template'], 'members' => ['template' => ['shape' => 'Arn']]], 'DeleteWorldTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeploymentApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'applicationVersion', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'DeploymentVersion'], 'launchConfig' => ['shape' => 'DeploymentLaunchConfig']]], 'DeploymentApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'DeploymentApplicationConfig'], 'max' => 1, 'min' => 1], 'DeploymentConfig' => ['type' => 'structure', 'members' => ['concurrentDeploymentPercentage' => ['shape' => 'Percentage'], 'failureThresholdPercentage' => ['shape' => 'Percentage'], 'robotDeploymentTimeoutInSeconds' => ['shape' => 'DeploymentTimeout'], 'downloadConditionFile' => ['shape' => 'S3Object']]], 'DeploymentJob' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt']]], 'DeploymentJobErrorCode' => ['type' => 'string', 'enum' => ['ResourceNotFound', 'EnvironmentSetupError', 'EtagMismatch', 'FailureThresholdBreached', 'RobotDeploymentAborted', 'RobotDeploymentNoResponse', 'RobotAgentConnectionTimeout', 'GreengrassDeploymentFailed', 'InvalidGreengrassGroup', 'MissingRobotArchitecture', 'MissingRobotApplicationArchitecture', 'MissingRobotDeploymentResource', 'GreengrassGroupVersionDoesNotExist', 'LambdaDeleted', 'ExtractingBundleFailure', 'PreLaunchFileFailure', 'PostLaunchFileFailure', 'BadPermissionError', 'DownloadConditionFailed', 'InternalServerError']], 'DeploymentJobs' => ['type' => 'list', 'member' => ['shape' => 'DeploymentJob'], 'max' => 200, 'min' => 0], 'DeploymentLaunchConfig' => ['type' => 'structure', 'required' => ['packageName', 'launchFile'], 'members' => ['packageName' => ['shape' => 'Command'], 'preLaunchFile' => ['shape' => 'Path'], 'launchFile' => ['shape' => 'Command'], 'postLaunchFile' => ['shape' => 'Path'], 'environmentVariables' => ['shape' => 'EnvironmentVariableMap']]], 'DeploymentStatus' => ['type' => 'string', 'enum' => ['Pending', 'Preparing', 'InProgress', 'Failed', 'Succeeded', 'Canceled']], 'DeploymentTimeout' => ['type' => 'long'], 'DeploymentVersion' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[0-9]*'], 'DeregisterRobotRequest' => ['type' => 'structure', 'required' => ['fleet', 'robot'], 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'DeregisterRobotResponse' => ['type' => 'structure', 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'DescribeDeploymentJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt'], 'robotDeploymentSummary' => ['shape' => 'RobotDeploymentSummary'], 'tags' => ['shape' => 'TagMap']]], 'DescribeFleetRequest' => ['type' => 'structure', 'required' => ['fleet'], 'members' => ['fleet' => ['shape' => 'Arn']]], 'DescribeFleetResponse' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'robots' => ['shape' => 'Robots'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastDeploymentStatus' => ['shape' => 'DeploymentStatus'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DescribeRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'revisionId' => ['shape' => 'RevisionId'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeRobotRequest' => ['type' => 'structure', 'required' => ['robot'], 'members' => ['robot' => ['shape' => 'Arn']]], 'DescribeRobotResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'fleetArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'RobotStatus'], 'greengrassGroupId' => ['shape' => 'Id'], 'createdAt' => ['shape' => 'CreatedAt'], 'architecture' => ['shape' => 'Architecture'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version']]], 'DescribeSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'revisionId' => ['shape' => 'RevisionId'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['batch'], 'members' => ['batch' => ['shape' => 'Arn']]], 'DescribeSimulationJobBatchResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'createdAt' => ['shape' => 'CreatedAt'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'failureCode' => ['shape' => 'SimulationJobBatchErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'failedRequests' => ['shape' => 'FailedCreateSimulationJobRequests'], 'pendingRequests' => ['shape' => 'CreateSimulationJobRequests'], 'createdRequests' => ['shape' => 'SimulationJobSummaries'], 'tags' => ['shape' => 'TagMap']]], 'DescribeSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeSimulationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse'], 'networkInterface' => ['shape' => 'NetworkInterface'], 'compute' => ['shape' => 'ComputeResponse']]], 'DescribeWorldExportJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeWorldExportJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'WorldExportJobStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'failureCode' => ['shape' => 'WorldExportJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'worlds' => ['shape' => 'Arns'], 'outputLocation' => ['shape' => 'OutputLocation'], 'iamRole' => ['shape' => 'IamRole'], 'tags' => ['shape' => 'TagMap']]], 'DescribeWorldGenerationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'DescribeWorldGenerationJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'WorldGenerationJobStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'failureCode' => ['shape' => 'WorldGenerationJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'template' => ['shape' => 'Arn'], 'worldCount' => ['shape' => 'WorldCount'], 'finishedWorldsSummary' => ['shape' => 'FinishedWorldsSummary'], 'tags' => ['shape' => 'TagMap']]], 'DescribeWorldRequest' => ['type' => 'structure', 'required' => ['world'], 'members' => ['world' => ['shape' => 'Arn']]], 'DescribeWorldResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'generationJob' => ['shape' => 'Arn'], 'template' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'tags' => ['shape' => 'TagMap']]], 'DescribeWorldTemplateRequest' => ['type' => 'structure', 'required' => ['template'], 'members' => ['template' => ['shape' => 'Arn']]], 'DescribeWorldTemplateResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'name' => ['shape' => 'TemplateName'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'tags' => ['shape' => 'TagMap']]], 'EnvironmentVariableKey' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[A-Z_][A-Z0-9_]*'], 'EnvironmentVariableMap' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentVariableKey'], 'value' => ['shape' => 'EnvironmentVariableValue'], 'max' => 16, 'min' => 0], 'EnvironmentVariableValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'FailedAt' => ['type' => 'timestamp'], 'FailedCreateSimulationJobRequest' => ['type' => 'structure', 'members' => ['request' => ['shape' => 'SimulationJobRequest'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failedAt' => ['shape' => 'FailedAt']]], 'FailedCreateSimulationJobRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateSimulationJobRequest']], 'FailureBehavior' => ['type' => 'string', 'enum' => ['Fail', 'Continue']], 'FailureSummary' => ['type' => 'structure', 'members' => ['totalFailureCount' => ['shape' => 'Integer'], 'failures' => ['shape' => 'WorldFailures']]], 'Filter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'values' => ['shape' => 'FilterValues']]], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'Name'], 'max' => 1, 'min' => 1], 'Filters' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 1, 'min' => 1], 'FinishedWorldsSummary' => ['type' => 'structure', 'members' => ['finishedCount' => ['shape' => 'Integer'], 'succeededWorlds' => ['shape' => 'Arns'], 'failureSummary' => ['shape' => 'FailureSummary']]], 'Fleet' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastDeploymentStatus' => ['shape' => 'DeploymentStatus'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt']]], 'Fleets' => ['type' => 'list', 'member' => ['shape' => 'Fleet'], 'max' => 200, 'min' => 0], 'FloorplanCount' => ['type' => 'integer'], 'GenericInteger' => ['type' => 'integer'], 'GenericString' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '.*'], 'GetWorldTemplateBodyRequest' => ['type' => 'structure', 'members' => ['template' => ['shape' => 'Arn'], 'generationJob' => ['shape' => 'Arn']]], 'GetWorldTemplateBodyResponse' => ['type' => 'structure', 'members' => ['templateBody' => ['shape' => 'Json']]], 'IamRole' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => 'arn:aws:iam::\\w+:role/.*'], 'Id' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*'], 'IdempotentParameterMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Integer' => ['type' => 'integer'], 'InteriorCountPerFloorplan' => ['type' => 'integer'], 'InternalServerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'JobDuration' => ['type' => 'long'], 'Json' => ['type' => 'string', 'max' => 262144, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'LastStartedAt' => ['type' => 'timestamp'], 'LastUpdatedAt' => ['type' => 'timestamp'], 'LaunchConfig' => ['type' => 'structure', 'required' => ['packageName', 'launchFile'], 'members' => ['packageName' => ['shape' => 'Command'], 'launchFile' => ['shape' => 'Command'], 'environmentVariables' => ['shape' => 'EnvironmentVariableMap'], 'portForwardingConfig' => ['shape' => 'PortForwardingConfig'], 'streamUI' => ['shape' => 'Boolean']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListDeploymentJobsRequest' => ['type' => 'structure', 'members' => ['filters' => ['shape' => 'Filters'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListDeploymentJobsResponse' => ['type' => 'structure', 'members' => ['deploymentJobs' => ['shape' => 'DeploymentJobs'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListFleetsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListFleetsResponse' => ['type' => 'structure', 'members' => ['fleetDetails' => ['shape' => 'Fleets'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRobotApplicationsRequest' => ['type' => 'structure', 'members' => ['versionQualifier' => ['shape' => 'VersionQualifier'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListRobotApplicationsResponse' => ['type' => 'structure', 'members' => ['robotApplicationSummaries' => ['shape' => 'RobotApplicationSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListRobotsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListRobotsResponse' => ['type' => 'structure', 'members' => ['robots' => ['shape' => 'Robots'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationApplicationsRequest' => ['type' => 'structure', 'members' => ['versionQualifier' => ['shape' => 'VersionQualifier'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationApplicationsResponse' => ['type' => 'structure', 'members' => ['simulationApplicationSummaries' => ['shape' => 'SimulationApplicationSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationJobBatchesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationJobBatchesResponse' => ['type' => 'structure', 'members' => ['simulationJobBatchSummaries' => ['shape' => 'SimulationJobBatchSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListSimulationJobsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListSimulationJobsResponse' => ['type' => 'structure', 'required' => ['simulationJobSummaries'], 'members' => ['simulationJobSummaries' => ['shape' => 'SimulationJobSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'ListWorldExportJobsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListWorldExportJobsResponse' => ['type' => 'structure', 'required' => ['worldExportJobSummaries'], 'members' => ['worldExportJobSummaries' => ['shape' => 'WorldExportJobSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListWorldGenerationJobsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListWorldGenerationJobsResponse' => ['type' => 'structure', 'required' => ['worldGenerationJobSummaries'], 'members' => ['worldGenerationJobSummaries' => ['shape' => 'WorldGenerationJobSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListWorldTemplatesRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListWorldTemplatesResponse' => ['type' => 'structure', 'members' => ['templateSummaries' => ['shape' => 'TemplateSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'ListWorldsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'filters' => ['shape' => 'Filters']]], 'ListWorldsResponse' => ['type' => 'structure', 'members' => ['worldSummaries' => ['shape' => 'WorldSummaries'], 'nextToken' => ['shape' => 'PaginationToken']]], 'LoggingConfig' => ['type' => 'structure', 'required' => ['recordAllRosTopics'], 'members' => ['recordAllRosTopics' => ['shape' => 'BoxedBoolean']]], 'MaxConcurrency' => ['type' => 'integer'], 'MaxResults' => ['type' => 'integer'], 'Name' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9_\\-]*'], 'NetworkInterface' => ['type' => 'structure', 'members' => ['networkInterfaceId' => ['shape' => 'GenericString'], 'privateIpAddress' => ['shape' => 'GenericString'], 'publicIpAddress' => ['shape' => 'GenericString']]], 'NonEmptyString' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'NonSystemPort' => ['type' => 'integer', 'max' => 65535, 'min' => 1024], 'OutputLocation' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Prefix' => ['shape' => 'S3Key']]], 'PaginationToken' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-\\/+=]*'], 'Path' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'PercentDone' => ['type' => 'float', 'max' => 100, 'min' => 0], 'Percentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PortForwardingConfig' => ['type' => 'structure', 'members' => ['portMappings' => ['shape' => 'PortMappingList']]], 'PortMapping' => ['type' => 'structure', 'required' => ['jobPort', 'applicationPort'], 'members' => ['jobPort' => ['shape' => 'Port'], 'applicationPort' => ['shape' => 'NonSystemPort'], 'enableOnPublicIp' => ['shape' => 'Boolean']]], 'PortMappingList' => ['type' => 'list', 'member' => ['shape' => 'PortMapping'], 'max' => 10, 'min' => 0], 'ProgressDetail' => ['type' => 'structure', 'members' => ['currentProgress' => ['shape' => 'RobotDeploymentStep'], 'percentDone' => ['shape' => 'PercentDone'], 'estimatedTimeRemainingSeconds' => ['shape' => 'GenericInteger'], 'targetResource' => ['shape' => 'GenericString']]], 'RegisterRobotRequest' => ['type' => 'structure', 'required' => ['fleet', 'robot'], 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'RegisterRobotResponse' => ['type' => 'structure', 'members' => ['fleet' => ['shape' => 'Arn'], 'robot' => ['shape' => 'Arn']]], 'RenderingEngine' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RenderingEngineType'], 'version' => ['shape' => 'RenderingEngineVersionType']]], 'RenderingEngineType' => ['type' => 'string', 'enum' => ['OGRE']], 'RenderingEngineVersionType' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '1.x'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'RestartSimulationJobRequest' => ['type' => 'structure', 'required' => ['job'], 'members' => ['job' => ['shape' => 'Arn']]], 'RestartSimulationJobResponse' => ['type' => 'structure', 'members' => []], 'RevisionId' => ['type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.\\-]*'], 'Robot' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'fleetArn' => ['shape' => 'Arn'], 'status' => ['shape' => 'RobotStatus'], 'greenGrassGroupId' => ['shape' => 'Id'], 'createdAt' => ['shape' => 'CreatedAt'], 'architecture' => ['shape' => 'Architecture'], 'lastDeploymentJob' => ['shape' => 'Arn'], 'lastDeploymentTime' => ['shape' => 'CreatedAt']]], 'RobotApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version'], 'launchConfig' => ['shape' => 'LaunchConfig']]], 'RobotApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'RobotApplicationConfig'], 'max' => 1, 'min' => 1], 'RobotApplicationNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'RobotApplicationSummaries' => ['type' => 'list', 'member' => ['shape' => 'RobotApplicationSummary'], 'max' => 100, 'min' => 0], 'RobotApplicationSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'version' => ['shape' => 'Version'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite']]], 'RobotDeployment' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'deploymentStartTime' => ['shape' => 'CreatedAt'], 'deploymentFinishTime' => ['shape' => 'CreatedAt'], 'status' => ['shape' => 'RobotStatus'], 'progressDetail' => ['shape' => 'ProgressDetail'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode']]], 'RobotDeploymentStep' => ['type' => 'string', 'enum' => ['Validating', 'DownloadingExtracting', 'ExecutingDownloadCondition', 'ExecutingPreLaunch', 'Launching', 'ExecutingPostLaunch', 'Finished']], 'RobotDeploymentSummary' => ['type' => 'list', 'member' => ['shape' => 'RobotDeployment']], 'RobotSoftwareSuite' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'RobotSoftwareSuiteType'], 'version' => ['shape' => 'RobotSoftwareSuiteVersionType']]], 'RobotSoftwareSuiteType' => ['type' => 'string', 'enum' => ['ROS', 'ROS2']], 'RobotSoftwareSuiteVersionType' => ['type' => 'string', 'enum' => ['Kinetic', 'Melodic', 'Dashing']], 'RobotStatus' => ['type' => 'string', 'enum' => ['Available', 'Registered', 'PendingNewDeployment', 'Deploying', 'Failed', 'InSync', 'NoResponse']], 'Robots' => ['type' => 'list', 'member' => ['shape' => 'Robot'], 'max' => 1000, 'min' => 0], 'S3Bucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][a-z0-9.\\-]*[a-z0-9]'], 'S3Etag' => ['type' => 'string'], 'S3Key' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.*'], 'S3KeyOutput' => ['type' => 'structure', 'members' => ['s3Key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag']]], 'S3KeyOutputs' => ['type' => 'list', 'member' => ['shape' => 'S3KeyOutput']], 'S3Keys' => ['type' => 'list', 'member' => ['shape' => 'S3Key'], 'max' => 100, 'min' => 1], 'S3Object' => ['type' => 'structure', 'required' => ['bucket', 'key'], 'members' => ['bucket' => ['shape' => 'S3Bucket'], 'key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag']]], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 5, 'min' => 1], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 503], 'exception' => \true], 'SimulationApplicationConfig' => ['type' => 'structure', 'required' => ['application', 'launchConfig'], 'members' => ['application' => ['shape' => 'Arn'], 'applicationVersion' => ['shape' => 'Version'], 'launchConfig' => ['shape' => 'LaunchConfig'], 'worldConfigs' => ['shape' => 'WorldConfigs']]], 'SimulationApplicationConfigs' => ['type' => 'list', 'member' => ['shape' => 'SimulationApplicationConfig'], 'max' => 1, 'min' => 1], 'SimulationApplicationNames' => ['type' => 'list', 'member' => ['shape' => 'Name']], 'SimulationApplicationSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationApplicationSummary'], 'max' => 100, 'min' => 0], 'SimulationApplicationSummary' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'Name'], 'arn' => ['shape' => 'Arn'], 'version' => ['shape' => 'Version'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite']]], 'SimulationJob' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'lastStartedAt' => ['shape' => 'LastStartedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'failureCode' => ['shape' => 'SimulationJobErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'simulationTimeMillis' => ['shape' => 'SimulationTimeMillis'], 'iamRole' => ['shape' => 'IamRole'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSources'], 'tags' => ['shape' => 'TagMap'], 'vpcConfig' => ['shape' => 'VPCConfigResponse'], 'networkInterface' => ['shape' => 'NetworkInterface'], 'compute' => ['shape' => 'ComputeResponse']]], 'SimulationJobBatchErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError']], 'SimulationJobBatchStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Failed', 'Completed', 'Canceled', 'Canceling', 'Completing', 'TimingOut', 'TimedOut']], 'SimulationJobBatchSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobBatchSummary']], 'SimulationJobBatchSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'createdAt' => ['shape' => 'CreatedAt'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'failedRequestCount' => ['shape' => 'Integer'], 'pendingRequestCount' => ['shape' => 'Integer'], 'createdRequestCount' => ['shape' => 'Integer']]], 'SimulationJobErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError', 'RobotApplicationCrash', 'SimulationApplicationCrash', 'BadPermissionsRobotApplication', 'BadPermissionsSimulationApplication', 'BadPermissionsS3Object', 'BadPermissionsS3Output', 'BadPermissionsCloudwatchLogs', 'SubnetIpLimitExceeded', 'ENILimitExceeded', 'BadPermissionsUserCredentials', 'InvalidBundleRobotApplication', 'InvalidBundleSimulationApplication', 'InvalidS3Resource', 'LimitExceeded', 'MismatchedEtag', 'RobotApplicationVersionMismatchedEtag', 'SimulationApplicationVersionMismatchedEtag', 'ResourceNotFound', 'RequestThrottled', 'BatchTimedOut', 'BatchCanceled', 'InvalidInput', 'WrongRegionS3Bucket', 'WrongRegionS3Output', 'WrongRegionRobotApplication', 'WrongRegionSimulationApplication']], 'SimulationJobRequest' => ['type' => 'structure', 'required' => ['maxJobDurationInSeconds'], 'members' => ['outputLocation' => ['shape' => 'OutputLocation'], 'loggingConfig' => ['shape' => 'LoggingConfig'], 'maxJobDurationInSeconds' => ['shape' => 'JobDuration'], 'iamRole' => ['shape' => 'IamRole'], 'failureBehavior' => ['shape' => 'FailureBehavior'], 'useDefaultApplications' => ['shape' => 'BoxedBoolean'], 'robotApplications' => ['shape' => 'RobotApplicationConfigs'], 'simulationApplications' => ['shape' => 'SimulationApplicationConfigs'], 'dataSources' => ['shape' => 'DataSourceConfigs'], 'vpcConfig' => ['shape' => 'VPCConfig'], 'compute' => ['shape' => 'Compute'], 'tags' => ['shape' => 'TagMap']]], 'SimulationJobStatus' => ['type' => 'string', 'enum' => ['Pending', 'Preparing', 'Running', 'Restarting', 'Completed', 'Failed', 'RunningFailed', 'Terminating', 'Terminated', 'Canceled']], 'SimulationJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'SimulationJobSummary'], 'max' => 100, 'min' => 0], 'SimulationJobSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'name' => ['shape' => 'Name'], 'status' => ['shape' => 'SimulationJobStatus'], 'simulationApplicationNames' => ['shape' => 'SimulationApplicationNames'], 'robotApplicationNames' => ['shape' => 'RobotApplicationNames'], 'dataSourceNames' => ['shape' => 'DataSourceNames']]], 'SimulationJobs' => ['type' => 'list', 'member' => ['shape' => 'SimulationJob']], 'SimulationSoftwareSuite' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SimulationSoftwareSuiteType'], 'version' => ['shape' => 'SimulationSoftwareSuiteVersionType']]], 'SimulationSoftwareSuiteType' => ['type' => 'string', 'enum' => ['Gazebo', 'RosbagPlay']], 'SimulationSoftwareSuiteVersionType' => ['type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '7|9|Kinetic|Melodic|Dashing'], 'SimulationTimeMillis' => ['type' => 'long'], 'SimulationUnit' => ['type' => 'integer', 'max' => 15, 'min' => 1], 'Source' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Key' => ['shape' => 'S3Key'], 'etag' => ['shape' => 'S3Etag'], 'architecture' => ['shape' => 'Architecture']]], 'SourceConfig' => ['type' => 'structure', 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Key' => ['shape' => 'S3Key'], 'architecture' => ['shape' => 'Architecture']]], 'SourceConfigs' => ['type' => 'list', 'member' => ['shape' => 'SourceConfig']], 'Sources' => ['type' => 'list', 'member' => ['shape' => 'Source']], 'StartSimulationJobBatchRequest' => ['type' => 'structure', 'required' => ['createSimulationJobRequests'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'createSimulationJobRequests' => ['shape' => 'CreateSimulationJobRequests'], 'tags' => ['shape' => 'TagMap']]], 'StartSimulationJobBatchResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'SimulationJobBatchStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'clientRequestToken' => ['shape' => 'ClientRequestToken'], 'batchPolicy' => ['shape' => 'BatchPolicy'], 'failureCode' => ['shape' => 'SimulationJobBatchErrorCode'], 'failureReason' => ['shape' => 'GenericString'], 'failedRequests' => ['shape' => 'FailedCreateSimulationJobRequests'], 'pendingRequests' => ['shape' => 'CreateSimulationJobRequests'], 'createdRequests' => ['shape' => 'SimulationJobSummaries'], 'tags' => ['shape' => 'TagMap']]], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 16, 'min' => 1], 'SyncDeploymentJobRequest' => ['type' => 'structure', 'required' => ['clientRequestToken', 'fleet'], 'members' => ['clientRequestToken' => ['shape' => 'ClientRequestToken', 'idempotencyToken' => \true], 'fleet' => ['shape' => 'Arn']]], 'SyncDeploymentJobResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'fleet' => ['shape' => 'Arn'], 'status' => ['shape' => 'DeploymentStatus'], 'deploymentConfig' => ['shape' => 'DeploymentConfig'], 'deploymentApplicationConfigs' => ['shape' => 'DeploymentApplicationConfigs'], 'failureReason' => ['shape' => 'GenericString'], 'failureCode' => ['shape' => 'DeploymentJobErrorCode'], 'createdAt' => ['shape' => 'CreatedAt']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9 _.\\-\\/+=:]*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[a-zA-Z0-9 _.\\-\\/+=:]*'], 'TemplateLocation' => ['type' => 'structure', 'required' => ['s3Bucket', 's3Key'], 'members' => ['s3Bucket' => ['shape' => 'S3Bucket'], 's3Key' => ['shape' => 'S3Key']]], 'TemplateName' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '.*'], 'TemplateSummaries' => ['type' => 'list', 'member' => ['shape' => 'TemplateSummary']], 'TemplateSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'name' => ['shape' => 'TemplateName']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'tagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateRobotApplicationRequest' => ['type' => 'structure', 'required' => ['application', 'sources', 'robotSoftwareSuite'], 'members' => ['application' => ['shape' => 'Arn'], 'sources' => ['shape' => 'SourceConfigs'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'UpdateRobotApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'UpdateSimulationApplicationRequest' => ['type' => 'structure', 'required' => ['application', 'sources', 'simulationSoftwareSuite', 'robotSoftwareSuite'], 'members' => ['application' => ['shape' => 'Arn'], 'sources' => ['shape' => 'SourceConfigs'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'currentRevisionId' => ['shape' => 'RevisionId']]], 'UpdateSimulationApplicationResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'Name'], 'version' => ['shape' => 'Version'], 'sources' => ['shape' => 'Sources'], 'simulationSoftwareSuite' => ['shape' => 'SimulationSoftwareSuite'], 'robotSoftwareSuite' => ['shape' => 'RobotSoftwareSuite'], 'renderingEngine' => ['shape' => 'RenderingEngine'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt'], 'revisionId' => ['shape' => 'RevisionId']]], 'UpdateWorldTemplateRequest' => ['type' => 'structure', 'required' => ['template'], 'members' => ['template' => ['shape' => 'Arn'], 'name' => ['shape' => 'TemplateName'], 'templateBody' => ['shape' => 'Json'], 'templateLocation' => ['shape' => 'TemplateLocation']]], 'UpdateWorldTemplateResponse' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'name' => ['shape' => 'TemplateName'], 'createdAt' => ['shape' => 'CreatedAt'], 'lastUpdatedAt' => ['shape' => 'LastUpdatedAt']]], 'VPCConfig' => ['type' => 'structure', 'required' => ['subnets'], 'members' => ['subnets' => ['shape' => 'Subnets'], 'securityGroups' => ['shape' => 'SecurityGroups'], 'assignPublicIp' => ['shape' => 'Boolean']]], 'VPCConfigResponse' => ['type' => 'structure', 'members' => ['subnets' => ['shape' => 'Subnets'], 'securityGroups' => ['shape' => 'SecurityGroups'], 'vpcId' => ['shape' => 'GenericString'], 'assignPublicIp' => ['shape' => 'Boolean']]], 'Version' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(\\$LATEST)|[0-9]*'], 'VersionQualifier' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => 'ALL'], 'WorldConfig' => ['type' => 'structure', 'members' => ['world' => ['shape' => 'Arn']]], 'WorldConfigs' => ['type' => 'list', 'member' => ['shape' => 'WorldConfig'], 'max' => 1, 'min' => 0], 'WorldCount' => ['type' => 'structure', 'members' => ['floorplanCount' => ['shape' => 'FloorplanCount'], 'interiorCountPerFloorplan' => ['shape' => 'InteriorCountPerFloorplan']]], 'WorldExportJobErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError', 'LimitExceeded', 'ResourceNotFound', 'RequestThrottled', 'InvalidInput', 'AccessDenied']], 'WorldExportJobStatus' => ['type' => 'string', 'enum' => ['Pending', 'Running', 'Completed', 'Failed', 'Canceling', 'Canceled']], 'WorldExportJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'WorldExportJobSummary'], 'max' => 100, 'min' => 0], 'WorldExportJobSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'status' => ['shape' => 'WorldExportJobStatus'], 'createdAt' => ['shape' => 'CreatedAt'], 'worlds' => ['shape' => 'Arns']]], 'WorldFailure' => ['type' => 'structure', 'members' => ['failureCode' => ['shape' => 'WorldGenerationJobErrorCode'], 'sampleFailureReason' => ['shape' => 'GenericString'], 'failureCount' => ['shape' => 'Integer']]], 'WorldFailures' => ['type' => 'list', 'member' => ['shape' => 'WorldFailure'], 'max' => 100, 'min' => 0], 'WorldGenerationJobErrorCode' => ['type' => 'string', 'enum' => ['InternalServiceError', 'LimitExceeded', 'ResourceNotFound', 'RequestThrottled', 'InvalidInput', 'AllWorldGenerationFailed']], 'WorldGenerationJobStatus' => ['type' => 'string', 'enum' => ['Pending', 'Running', 'Completed', 'Failed', 'PartialFailed', 'Canceling', 'Canceled']], 'WorldGenerationJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'WorldGenerationJobSummary'], 'max' => 100, 'min' => 0], 'WorldGenerationJobSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'template' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'status' => ['shape' => 'WorldGenerationJobStatus'], 'worldCount' => ['shape' => 'WorldCount'], 'succeededWorldCount' => ['shape' => 'Integer'], 'failedWorldCount' => ['shape' => 'Integer']]], 'WorldSummaries' => ['type' => 'list', 'member' => ['shape' => 'WorldSummary']], 'WorldSummary' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'Arn'], 'createdAt' => ['shape' => 'CreatedAt'], 'generationJob' => ['shape' => 'Arn'], 'template' => ['shape' => 'Arn']]], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/robomaker/2018-06-29/paginators-1.json.php b/vendor/Aws3/Aws/data/robomaker/2018-06-29/paginators-1.json.php index d5c8a532..8a9c9682 100644 --- a/vendor/Aws3/Aws/data/robomaker/2018-06-29/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/robomaker/2018-06-29/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListDeploymentJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'deploymentJobs'], 'ListFleets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'fleetDetails'], 'ListRobotApplications' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'robotApplicationSummaries'], 'ListRobots' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'robots'], 'ListSimulationApplications' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationApplicationSummaries'], 'ListSimulationJobBatches' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationJobBatchSummaries'], 'ListSimulationJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationJobSummaries']]]; +return ['pagination' => ['ListDeploymentJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'deploymentJobs'], 'ListFleets' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'fleetDetails'], 'ListRobotApplications' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'robotApplicationSummaries'], 'ListRobots' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'robots'], 'ListSimulationApplications' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationApplicationSummaries'], 'ListSimulationJobBatches' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationJobBatchSummaries'], 'ListSimulationJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'simulationJobSummaries'], 'ListWorldExportJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'worldExportJobSummaries'], 'ListWorldGenerationJobs' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'worldGenerationJobSummaries'], 'ListWorldTemplates' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'templateSummaries'], 'ListWorlds' => ['input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'worldSummaries']]]; diff --git a/vendor/Aws3/Aws/data/route53/2013-04-01/api-2.json.php b/vendor/Aws3/Aws/data/route53/2013-04-01/api-2.json.php index 142311b5..5b60a0c3 100644 --- a/vendor/Aws3/Aws/data/route53/2013-04-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/route53/2013-04-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2013-04-01', 'endpointPrefix' => 'route53', 'globalEndpoint' => 'route53.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'Route 53', 'serviceFullName' => 'Amazon Route 53', 'serviceId' => 'Route 53', 'signatureVersion' => 'v4', 'uid' => 'route53-2013-04-01'], 'operations' => ['AssociateVPCWithHostedZone' => ['name' => 'AssociateVPCWithHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/associatevpc'], 'input' => ['shape' => 'AssociateVPCWithHostedZoneRequest', 'locationName' => 'AssociateVPCWithHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'AssociateVPCWithHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput'], ['shape' => 'PublicZoneVPCAssociation'], ['shape' => 'ConflictingDomainExists'], ['shape' => 'LimitsExceeded']]], 'ChangeResourceRecordSets' => ['name' => 'ChangeResourceRecordSets', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/rrset/'], 'input' => ['shape' => 'ChangeResourceRecordSetsRequest', 'locationName' => 'ChangeResourceRecordSetsRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ChangeResourceRecordSetsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidChangeBatch'], ['shape' => 'InvalidInput'], ['shape' => 'PriorRequestNotComplete']]], 'ChangeTagsForResource' => ['name' => 'ChangeTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/tags/{ResourceType}/{ResourceId}'], 'input' => ['shape' => 'ChangeTagsForResourceRequest', 'locationName' => 'ChangeTagsForResourceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ChangeTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'CreateHealthCheck' => ['name' => 'CreateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/healthcheck', 'responseCode' => 201], 'input' => ['shape' => 'CreateHealthCheckRequest', 'locationName' => 'CreateHealthCheckRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateHealthCheckResponse'], 'errors' => [['shape' => 'TooManyHealthChecks'], ['shape' => 'HealthCheckAlreadyExists'], ['shape' => 'InvalidInput']]], 'CreateHostedZone' => ['name' => 'CreateHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone', 'responseCode' => 201], 'input' => ['shape' => 'CreateHostedZoneRequest', 'locationName' => 'CreateHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateHostedZoneResponse'], 'errors' => [['shape' => 'InvalidDomainName'], ['shape' => 'HostedZoneAlreadyExists'], ['shape' => 'TooManyHostedZones'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput'], ['shape' => 'DelegationSetNotAvailable'], ['shape' => 'ConflictingDomainExists'], ['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable']]], 'CreateQueryLoggingConfig' => ['name' => 'CreateQueryLoggingConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/queryloggingconfig', 'responseCode' => 201], 'input' => ['shape' => 'CreateQueryLoggingConfigRequest', 'locationName' => 'CreateQueryLoggingConfigRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateQueryLoggingConfigResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'NoSuchCloudWatchLogsLogGroup'], ['shape' => 'InvalidInput'], ['shape' => 'QueryLoggingConfigAlreadyExists'], ['shape' => 'InsufficientCloudWatchLogsResourcePolicy']]], 'CreateReusableDelegationSet' => ['name' => 'CreateReusableDelegationSet', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/delegationset', 'responseCode' => 201], 'input' => ['shape' => 'CreateReusableDelegationSetRequest', 'locationName' => 'CreateReusableDelegationSetRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateReusableDelegationSetResponse'], 'errors' => [['shape' => 'DelegationSetAlreadyCreated'], ['shape' => 'LimitsExceeded'], ['shape' => 'HostedZoneNotFound'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidInput'], ['shape' => 'DelegationSetNotAvailable'], ['shape' => 'DelegationSetAlreadyReusable']]], 'CreateTrafficPolicy' => ['name' => 'CreateTrafficPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyRequest', 'locationName' => 'CreateTrafficPolicyRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicies'], ['shape' => 'TrafficPolicyAlreadyExists'], ['shape' => 'InvalidTrafficPolicyDocument']]], 'CreateTrafficPolicyInstance' => ['name' => 'CreateTrafficPolicyInstance', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicyinstance', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyInstanceRequest', 'locationName' => 'CreateTrafficPolicyInstanceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicyInstances'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'TrafficPolicyInstanceAlreadyExists']]], 'CreateTrafficPolicyVersion' => ['name' => 'CreateTrafficPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyVersionRequest', 'locationName' => 'CreateTrafficPolicyVersionRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyVersionResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicyVersionsForCurrentPolicy'], ['shape' => 'ConcurrentModification'], ['shape' => 'InvalidTrafficPolicyDocument']]], 'CreateVPCAssociationAuthorization' => ['name' => 'CreateVPCAssociationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/authorizevpcassociation'], 'input' => ['shape' => 'CreateVPCAssociationAuthorizationRequest', 'locationName' => 'CreateVPCAssociationAuthorizationRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateVPCAssociationAuthorizationResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'TooManyVPCAssociationAuthorizations'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput']]], 'DeleteHealthCheck' => ['name' => 'DeleteHealthCheck', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'DeleteHealthCheckRequest'], 'output' => ['shape' => 'DeleteHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'HealthCheckInUse'], ['shape' => 'InvalidInput']]], 'DeleteHostedZone' => ['name' => 'DeleteHostedZone', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'DeleteHostedZoneRequest'], 'output' => ['shape' => 'DeleteHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'HostedZoneNotEmpty'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'InvalidInput'], ['shape' => 'InvalidDomainName']]], 'DeleteQueryLoggingConfig' => ['name' => 'DeleteQueryLoggingConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/queryloggingconfig/{Id}'], 'input' => ['shape' => 'DeleteQueryLoggingConfigRequest'], 'output' => ['shape' => 'DeleteQueryLoggingConfigResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'NoSuchQueryLoggingConfig'], ['shape' => 'InvalidInput']]], 'DeleteReusableDelegationSet' => ['name' => 'DeleteReusableDelegationSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/delegationset/{Id}'], 'input' => ['shape' => 'DeleteReusableDelegationSetRequest'], 'output' => ['shape' => 'DeleteReusableDelegationSetResponse'], 'errors' => [['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetInUse'], ['shape' => 'DelegationSetNotReusable'], ['shape' => 'InvalidInput']]], 'DeleteTrafficPolicy' => ['name' => 'DeleteTrafficPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'DeleteTrafficPolicyRequest'], 'output' => ['shape' => 'DeleteTrafficPolicyResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput'], ['shape' => 'TrafficPolicyInUse'], ['shape' => 'ConcurrentModification']]], 'DeleteTrafficPolicyInstance' => ['name' => 'DeleteTrafficPolicyInstance', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'DeleteTrafficPolicyInstanceRequest'], 'output' => ['shape' => 'DeleteTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'InvalidInput'], ['shape' => 'PriorRequestNotComplete']]], 'DeleteVPCAssociationAuthorization' => ['name' => 'DeleteVPCAssociationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/deauthorizevpcassociation'], 'input' => ['shape' => 'DeleteVPCAssociationAuthorizationRequest', 'locationName' => 'DeleteVPCAssociationAuthorizationRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'DeleteVPCAssociationAuthorizationResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'VPCAssociationAuthorizationNotFound'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput']]], 'DisassociateVPCFromHostedZone' => ['name' => 'DisassociateVPCFromHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/disassociatevpc'], 'input' => ['shape' => 'DisassociateVPCFromHostedZoneRequest', 'locationName' => 'DisassociateVPCFromHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'DisassociateVPCFromHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'VPCAssociationNotFound'], ['shape' => 'LastVPCAssociation'], ['shape' => 'InvalidInput']]], 'GetAccountLimit' => ['name' => 'GetAccountLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/accountlimit/{Type}'], 'input' => ['shape' => 'GetAccountLimitRequest'], 'output' => ['shape' => 'GetAccountLimitResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'GetChange' => ['name' => 'GetChange', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/change/{Id}'], 'input' => ['shape' => 'GetChangeRequest'], 'output' => ['shape' => 'GetChangeResponse'], 'errors' => [['shape' => 'NoSuchChange'], ['shape' => 'InvalidInput']]], 'GetCheckerIpRanges' => ['name' => 'GetCheckerIpRanges', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/checkeripranges'], 'input' => ['shape' => 'GetCheckerIpRangesRequest'], 'output' => ['shape' => 'GetCheckerIpRangesResponse']], 'GetGeoLocation' => ['name' => 'GetGeoLocation', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/geolocation'], 'input' => ['shape' => 'GetGeoLocationRequest'], 'output' => ['shape' => 'GetGeoLocationResponse'], 'errors' => [['shape' => 'NoSuchGeoLocation'], ['shape' => 'InvalidInput']]], 'GetHealthCheck' => ['name' => 'GetHealthCheck', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'GetHealthCheckRequest'], 'output' => ['shape' => 'GetHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput'], ['shape' => 'IncompatibleVersion']]], 'GetHealthCheckCount' => ['name' => 'GetHealthCheckCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheckcount'], 'input' => ['shape' => 'GetHealthCheckCountRequest'], 'output' => ['shape' => 'GetHealthCheckCountResponse']], 'GetHealthCheckLastFailureReason' => ['name' => 'GetHealthCheckLastFailureReason', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason'], 'input' => ['shape' => 'GetHealthCheckLastFailureReasonRequest'], 'output' => ['shape' => 'GetHealthCheckLastFailureReasonResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput']]], 'GetHealthCheckStatus' => ['name' => 'GetHealthCheckStatus', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}/status'], 'input' => ['shape' => 'GetHealthCheckStatusRequest'], 'output' => ['shape' => 'GetHealthCheckStatusResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput']]], 'GetHostedZone' => ['name' => 'GetHostedZone', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'GetHostedZoneRequest'], 'output' => ['shape' => 'GetHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'GetHostedZoneCount' => ['name' => 'GetHostedZoneCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonecount'], 'input' => ['shape' => 'GetHostedZoneCountRequest'], 'output' => ['shape' => 'GetHostedZoneCountResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'GetHostedZoneLimit' => ['name' => 'GetHostedZoneLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonelimit/{Id}/{Type}'], 'input' => ['shape' => 'GetHostedZoneLimitRequest'], 'output' => ['shape' => 'GetHostedZoneLimitResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'HostedZoneNotPrivate']]], 'GetQueryLoggingConfig' => ['name' => 'GetQueryLoggingConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/queryloggingconfig/{Id}'], 'input' => ['shape' => 'GetQueryLoggingConfigRequest'], 'output' => ['shape' => 'GetQueryLoggingConfigResponse'], 'errors' => [['shape' => 'NoSuchQueryLoggingConfig'], ['shape' => 'InvalidInput']]], 'GetReusableDelegationSet' => ['name' => 'GetReusableDelegationSet', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/delegationset/{Id}'], 'input' => ['shape' => 'GetReusableDelegationSetRequest'], 'output' => ['shape' => 'GetReusableDelegationSetResponse'], 'errors' => [['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable'], ['shape' => 'InvalidInput']]], 'GetReusableDelegationSetLimit' => ['name' => 'GetReusableDelegationSetLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/reusabledelegationsetlimit/{Id}/{Type}'], 'input' => ['shape' => 'GetReusableDelegationSetLimitRequest'], 'output' => ['shape' => 'GetReusableDelegationSetLimitResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchDelegationSet']]], 'GetTrafficPolicy' => ['name' => 'GetTrafficPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'GetTrafficPolicyRequest'], 'output' => ['shape' => 'GetTrafficPolicyResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput']]], 'GetTrafficPolicyInstance' => ['name' => 'GetTrafficPolicyInstance', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'GetTrafficPolicyInstanceRequest'], 'output' => ['shape' => 'GetTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'InvalidInput']]], 'GetTrafficPolicyInstanceCount' => ['name' => 'GetTrafficPolicyInstanceCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstancecount'], 'input' => ['shape' => 'GetTrafficPolicyInstanceCountRequest'], 'output' => ['shape' => 'GetTrafficPolicyInstanceCountResponse']], 'ListGeoLocations' => ['name' => 'ListGeoLocations', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/geolocations'], 'input' => ['shape' => 'ListGeoLocationsRequest'], 'output' => ['shape' => 'ListGeoLocationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListHealthChecks' => ['name' => 'ListHealthChecks', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck'], 'input' => ['shape' => 'ListHealthChecksRequest'], 'output' => ['shape' => 'ListHealthChecksResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'IncompatibleVersion']]], 'ListHostedZones' => ['name' => 'ListHostedZones', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone'], 'input' => ['shape' => 'ListHostedZonesRequest'], 'output' => ['shape' => 'ListHostedZonesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable']]], 'ListHostedZonesByName' => ['name' => 'ListHostedZonesByName', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonesbyname'], 'input' => ['shape' => 'ListHostedZonesByNameRequest'], 'output' => ['shape' => 'ListHostedZonesByNameResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'InvalidDomainName']]], 'ListQueryLoggingConfigs' => ['name' => 'ListQueryLoggingConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/queryloggingconfig'], 'input' => ['shape' => 'ListQueryLoggingConfigsRequest'], 'output' => ['shape' => 'ListQueryLoggingConfigsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'InvalidPaginationToken'], ['shape' => 'NoSuchHostedZone']]], 'ListResourceRecordSets' => ['name' => 'ListResourceRecordSets', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}/rrset'], 'input' => ['shape' => 'ListResourceRecordSetsRequest'], 'output' => ['shape' => 'ListResourceRecordSetsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'ListReusableDelegationSets' => ['name' => 'ListReusableDelegationSets', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/delegationset'], 'input' => ['shape' => 'ListReusableDelegationSetsRequest'], 'output' => ['shape' => 'ListReusableDelegationSetsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/tags/{ResourceType}/{ResourceId}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'ListTagsForResources' => ['name' => 'ListTagsForResources', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/tags/{ResourceType}'], 'input' => ['shape' => 'ListTagsForResourcesRequest', 'locationName' => 'ListTagsForResourcesRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ListTagsForResourcesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'ListTrafficPolicies' => ['name' => 'ListTrafficPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicies'], 'input' => ['shape' => 'ListTrafficPoliciesRequest'], 'output' => ['shape' => 'ListTrafficPoliciesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTrafficPolicyInstances' => ['name' => 'ListTrafficPolicyInstances', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances'], 'input' => ['shape' => 'ListTrafficPolicyInstancesRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance']]], 'ListTrafficPolicyInstancesByHostedZone' => ['name' => 'ListTrafficPolicyInstancesByHostedZone', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances/hostedzone'], 'input' => ['shape' => 'ListTrafficPolicyInstancesByHostedZoneRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesByHostedZoneResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'NoSuchHostedZone']]], 'ListTrafficPolicyInstancesByPolicy' => ['name' => 'ListTrafficPolicyInstancesByPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances/trafficpolicy'], 'input' => ['shape' => 'ListTrafficPolicyInstancesByPolicyRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesByPolicyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'NoSuchTrafficPolicy']]], 'ListTrafficPolicyVersions' => ['name' => 'ListTrafficPolicyVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicies/{Id}/versions'], 'input' => ['shape' => 'ListTrafficPolicyVersionsRequest'], 'output' => ['shape' => 'ListTrafficPolicyVersionsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy']]], 'ListVPCAssociationAuthorizations' => ['name' => 'ListVPCAssociationAuthorizations', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}/authorizevpcassociation'], 'input' => ['shape' => 'ListVPCAssociationAuthorizationsRequest'], 'output' => ['shape' => 'ListVPCAssociationAuthorizationsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'InvalidPaginationToken']]], 'TestDNSAnswer' => ['name' => 'TestDNSAnswer', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/testdnsanswer'], 'input' => ['shape' => 'TestDNSAnswerRequest'], 'output' => ['shape' => 'TestDNSAnswerResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'UpdateHealthCheck' => ['name' => 'UpdateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'UpdateHealthCheckRequest', 'locationName' => 'UpdateHealthCheckRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput'], ['shape' => 'HealthCheckVersionMismatch']]], 'UpdateHostedZoneComment' => ['name' => 'UpdateHostedZoneComment', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'UpdateHostedZoneCommentRequest', 'locationName' => 'UpdateHostedZoneCommentRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateHostedZoneCommentResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'UpdateTrafficPolicyComment' => ['name' => 'UpdateTrafficPolicyComment', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'UpdateTrafficPolicyCommentRequest', 'locationName' => 'UpdateTrafficPolicyCommentRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateTrafficPolicyCommentResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'ConcurrentModification']]], 'UpdateTrafficPolicyInstance' => ['name' => 'UpdateTrafficPolicyInstance', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'UpdateTrafficPolicyInstanceRequest', 'locationName' => 'UpdateTrafficPolicyInstanceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ConflictingTypes']]]], 'shapes' => ['AccountLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'AccountLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'AccountLimitType' => ['type' => 'string', 'enum' => ['MAX_HEALTH_CHECKS_BY_OWNER', 'MAX_HOSTED_ZONES_BY_OWNER', 'MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER', 'MAX_REUSABLE_DELEGATION_SETS_BY_OWNER', 'MAX_TRAFFIC_POLICIES_BY_OWNER']], 'AlarmIdentifier' => ['type' => 'structure', 'required' => ['Region', 'Name'], 'members' => ['Region' => ['shape' => 'CloudWatchRegion'], 'Name' => ['shape' => 'AlarmName']]], 'AlarmName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'AliasHealthEnabled' => ['type' => 'boolean'], 'AliasTarget' => ['type' => 'structure', 'required' => ['HostedZoneId', 'DNSName', 'EvaluateTargetHealth'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'DNSName' => ['shape' => 'DNSName'], 'EvaluateTargetHealth' => ['shape' => 'AliasHealthEnabled']]], 'AssociateVPCComment' => ['type' => 'string'], 'AssociateVPCWithHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC'], 'Comment' => ['shape' => 'AssociateVPCComment']]], 'AssociateVPCWithHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'Change' => ['type' => 'structure', 'required' => ['Action', 'ResourceRecordSet'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ResourceRecordSet' => ['shape' => 'ResourceRecordSet']]], 'ChangeAction' => ['type' => 'string', 'enum' => ['CREATE', 'DELETE', 'UPSERT']], 'ChangeBatch' => ['type' => 'structure', 'required' => ['Changes'], 'members' => ['Comment' => ['shape' => 'ResourceDescription'], 'Changes' => ['shape' => 'Changes']]], 'ChangeInfo' => ['type' => 'structure', 'required' => ['Id', 'Status', 'SubmittedAt'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Status' => ['shape' => 'ChangeStatus'], 'SubmittedAt' => ['shape' => 'TimeStamp'], 'Comment' => ['shape' => 'ResourceDescription']]], 'ChangeResourceRecordSetsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'ChangeBatch'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'ChangeBatch' => ['shape' => 'ChangeBatch']]], 'ChangeResourceRecordSetsResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'ChangeStatus' => ['type' => 'string', 'enum' => ['PENDING', 'INSYNC']], 'ChangeTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceId' => ['shape' => 'TagResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'AddTags' => ['shape' => 'TagList'], 'RemoveTagKeys' => ['shape' => 'TagKeyList']]], 'ChangeTagsForResourceResponse' => ['type' => 'structure', 'members' => []], 'Changes' => ['type' => 'list', 'member' => ['shape' => 'Change', 'locationName' => 'Change'], 'min' => 1], 'CheckerIpRanges' => ['type' => 'list', 'member' => ['shape' => 'IPAddressCidr']], 'ChildHealthCheckList' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckId', 'locationName' => 'ChildHealthCheck'], 'max' => 256], 'CloudWatchAlarmConfiguration' => ['type' => 'structure', 'required' => ['EvaluationPeriods', 'Threshold', 'ComparisonOperator', 'Period', 'MetricName', 'Namespace', 'Statistic'], 'members' => ['EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Period' => ['shape' => 'Period'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'Dimensions' => ['shape' => 'DimensionList']]], 'CloudWatchLogsLogGroupArn' => ['type' => 'string'], 'CloudWatchRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'ap-east-1', 'me-south-1', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'cn-northwest-1', 'cn-north-1'], 'max' => 64, 'min' => 1], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ConcurrentModification' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ConflictingDomainExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConflictingTypes' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateHealthCheckRequest' => ['type' => 'structure', 'required' => ['CallerReference', 'HealthCheckConfig'], 'members' => ['CallerReference' => ['shape' => 'HealthCheckNonce'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig']]], 'CreateHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck', 'Location'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateHostedZoneRequest' => ['type' => 'structure', 'required' => ['Name', 'CallerReference'], 'members' => ['Name' => ['shape' => 'DNSName'], 'VPC' => ['shape' => 'VPC'], 'CallerReference' => ['shape' => 'Nonce'], 'HostedZoneConfig' => ['shape' => 'HostedZoneConfig'], 'DelegationSetId' => ['shape' => 'ResourceId']]], 'CreateHostedZoneResponse' => ['type' => 'structure', 'required' => ['HostedZone', 'ChangeInfo', 'DelegationSet', 'Location'], 'members' => ['HostedZone' => ['shape' => 'HostedZone'], 'ChangeInfo' => ['shape' => 'ChangeInfo'], 'DelegationSet' => ['shape' => 'DelegationSet'], 'VPC' => ['shape' => 'VPC'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'CloudWatchLogsLogGroupArn'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn']]], 'CreateQueryLoggingConfigResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfig', 'Location'], 'members' => ['QueryLoggingConfig' => ['shape' => 'QueryLoggingConfig'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['CallerReference'], 'members' => ['CallerReference' => ['shape' => 'Nonce'], 'HostedZoneId' => ['shape' => 'ResourceId']]], 'CreateReusableDelegationSetResponse' => ['type' => 'structure', 'required' => ['DelegationSet', 'Location'], 'members' => ['DelegationSet' => ['shape' => 'DelegationSet'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'Name', 'TTL', 'TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'TTL' => ['shape' => 'TTL'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion']]], 'CreateTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance', 'Location'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Name', 'Document'], 'members' => ['Name' => ['shape' => 'TrafficPolicyName'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'CreateTrafficPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy', 'Location'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyVersionRequest' => ['type' => 'structure', 'required' => ['Id', 'Document'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'CreateTrafficPolicyVersionResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy', 'Location'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateVPCAssociationAuthorizationRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC']]], 'CreateVPCAssociationAuthorizationResponse' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'VPC' => ['shape' => 'VPC']]], 'DNSName' => ['type' => 'string', 'max' => 1024], 'DNSRCode' => ['type' => 'string'], 'DelegationSet' => ['type' => 'structure', 'required' => ['NameServers'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'CallerReference' => ['shape' => 'Nonce'], 'NameServers' => ['shape' => 'DelegationSetNameServers']]], 'DelegationSetAlreadyCreated' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetAlreadyReusable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetNameServers' => ['type' => 'list', 'member' => ['shape' => 'DNSName', 'locationName' => 'NameServer'], 'min' => 1], 'DelegationSetNotAvailable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetNotReusable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSets' => ['type' => 'list', 'member' => ['shape' => 'DelegationSet', 'locationName' => 'DelegationSet']], 'DeleteHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'DeleteHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'DeleteHostedZoneRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'DeleteQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteQueryLoggingConfigResponse' => ['type' => 'structure', 'members' => []], 'DeleteReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteReusableDelegationSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteTrafficPolicyInstanceResponse' => ['type' => 'structure', 'members' => []], 'DeleteTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Id', 'Version'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version']]], 'DeleteTrafficPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteVPCAssociationAuthorizationRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC']]], 'DeleteVPCAssociationAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'Dimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'DimensionField'], 'Value' => ['shape' => 'DimensionField']]], 'DimensionField' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DimensionList' => ['type' => 'list', 'member' => ['shape' => 'Dimension', 'locationName' => 'Dimension'], 'max' => 10], 'Disabled' => ['type' => 'boolean'], 'DisassociateVPCComment' => ['type' => 'string'], 'DisassociateVPCFromHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC'], 'Comment' => ['shape' => 'DisassociateVPCComment']]], 'DisassociateVPCFromHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'EnableSNI' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'ErrorMessages' => ['type' => 'list', 'member' => ['shape' => 'ErrorMessage', 'locationName' => 'Message']], 'EvaluationPeriods' => ['type' => 'integer', 'min' => 1], 'FailureThreshold' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'FullyQualifiedDomainName' => ['type' => 'string', 'max' => 255], 'GeoLocation' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode']]], 'GeoLocationContinentCode' => ['type' => 'string', 'max' => 2, 'min' => 2], 'GeoLocationContinentName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'GeoLocationCountryCode' => ['type' => 'string', 'max' => 2, 'min' => 1], 'GeoLocationCountryName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'GeoLocationDetails' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'ContinentName' => ['shape' => 'GeoLocationContinentName'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode'], 'CountryName' => ['shape' => 'GeoLocationCountryName'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode'], 'SubdivisionName' => ['shape' => 'GeoLocationSubdivisionName']]], 'GeoLocationDetailsList' => ['type' => 'list', 'member' => ['shape' => 'GeoLocationDetails', 'locationName' => 'GeoLocationDetails']], 'GeoLocationSubdivisionCode' => ['type' => 'string', 'max' => 3, 'min' => 1], 'GeoLocationSubdivisionName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'GetAccountLimitRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'AccountLimitType', 'location' => 'uri', 'locationName' => 'Type']]], 'GetAccountLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'AccountLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetChangeRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetChangeResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'GetCheckerIpRangesRequest' => ['type' => 'structure', 'members' => []], 'GetCheckerIpRangesResponse' => ['type' => 'structure', 'required' => ['CheckerIpRanges'], 'members' => ['CheckerIpRanges' => ['shape' => 'CheckerIpRanges']]], 'GetGeoLocationRequest' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode', 'location' => 'querystring', 'locationName' => 'continentcode'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode', 'location' => 'querystring', 'locationName' => 'countrycode'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode', 'location' => 'querystring', 'locationName' => 'subdivisioncode']]], 'GetGeoLocationResponse' => ['type' => 'structure', 'required' => ['GeoLocationDetails'], 'members' => ['GeoLocationDetails' => ['shape' => 'GeoLocationDetails']]], 'GetHealthCheckCountRequest' => ['type' => 'structure', 'members' => []], 'GetHealthCheckCountResponse' => ['type' => 'structure', 'required' => ['HealthCheckCount'], 'members' => ['HealthCheckCount' => ['shape' => 'HealthCheckCount']]], 'GetHealthCheckLastFailureReasonRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckLastFailureReasonResponse' => ['type' => 'structure', 'required' => ['HealthCheckObservations'], 'members' => ['HealthCheckObservations' => ['shape' => 'HealthCheckObservations']]], 'GetHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck']]], 'GetHealthCheckStatusRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckStatusResponse' => ['type' => 'structure', 'required' => ['HealthCheckObservations'], 'members' => ['HealthCheckObservations' => ['shape' => 'HealthCheckObservations']]], 'GetHostedZoneCountRequest' => ['type' => 'structure', 'members' => []], 'GetHostedZoneCountResponse' => ['type' => 'structure', 'required' => ['HostedZoneCount'], 'members' => ['HostedZoneCount' => ['shape' => 'HostedZoneCount']]], 'GetHostedZoneLimitRequest' => ['type' => 'structure', 'required' => ['Type', 'HostedZoneId'], 'members' => ['Type' => ['shape' => 'HostedZoneLimitType', 'location' => 'uri', 'locationName' => 'Type'], 'HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetHostedZoneLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'HostedZoneLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetHostedZoneRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetHostedZoneResponse' => ['type' => 'structure', 'required' => ['HostedZone'], 'members' => ['HostedZone' => ['shape' => 'HostedZone'], 'DelegationSet' => ['shape' => 'DelegationSet'], 'VPCs' => ['shape' => 'VPCs']]], 'GetQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetQueryLoggingConfigResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfig'], 'members' => ['QueryLoggingConfig' => ['shape' => 'QueryLoggingConfig']]], 'GetReusableDelegationSetLimitRequest' => ['type' => 'structure', 'required' => ['Type', 'DelegationSetId'], 'members' => ['Type' => ['shape' => 'ReusableDelegationSetLimitType', 'location' => 'uri', 'locationName' => 'Type'], 'DelegationSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetReusableDelegationSetLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'ReusableDelegationSetLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetReusableDelegationSetResponse' => ['type' => 'structure', 'required' => ['DelegationSet'], 'members' => ['DelegationSet' => ['shape' => 'DelegationSet']]], 'GetTrafficPolicyInstanceCountRequest' => ['type' => 'structure', 'members' => []], 'GetTrafficPolicyInstanceCountResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstanceCount'], 'members' => ['TrafficPolicyInstanceCount' => ['shape' => 'TrafficPolicyInstanceCount']]], 'GetTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance']]], 'GetTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Id', 'Version'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version']]], 'GetTrafficPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy']]], 'HealthCheck' => ['type' => 'structure', 'required' => ['Id', 'CallerReference', 'HealthCheckConfig', 'HealthCheckVersion'], 'members' => ['Id' => ['shape' => 'HealthCheckId'], 'CallerReference' => ['shape' => 'HealthCheckNonce'], 'LinkedService' => ['shape' => 'LinkedService'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckVersion' => ['shape' => 'HealthCheckVersion'], 'CloudWatchAlarmConfiguration' => ['shape' => 'CloudWatchAlarmConfiguration']]], 'HealthCheckAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HealthCheckConfig' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['IPAddress' => ['shape' => 'IPAddress'], 'Port' => ['shape' => 'Port'], 'Type' => ['shape' => 'HealthCheckType'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FullyQualifiedDomainName' => ['shape' => 'FullyQualifiedDomainName'], 'SearchString' => ['shape' => 'SearchString'], 'RequestInterval' => ['shape' => 'RequestInterval'], 'FailureThreshold' => ['shape' => 'FailureThreshold'], 'MeasureLatency' => ['shape' => 'MeasureLatency'], 'Inverted' => ['shape' => 'Inverted'], 'Disabled' => ['shape' => 'Disabled'], 'HealthThreshold' => ['shape' => 'HealthThreshold'], 'ChildHealthChecks' => ['shape' => 'ChildHealthCheckList'], 'EnableSNI' => ['shape' => 'EnableSNI'], 'Regions' => ['shape' => 'HealthCheckRegionList'], 'AlarmIdentifier' => ['shape' => 'AlarmIdentifier'], 'InsufficientDataHealthStatus' => ['shape' => 'InsufficientDataHealthStatus']]], 'HealthCheckCount' => ['type' => 'long'], 'HealthCheckId' => ['type' => 'string', 'max' => 64], 'HealthCheckInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'deprecated' => \true, 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'HealthCheckNonce' => ['type' => 'string', 'max' => 64, 'min' => 1], 'HealthCheckObservation' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'HealthCheckRegion'], 'IPAddress' => ['shape' => 'IPAddress'], 'StatusReport' => ['shape' => 'StatusReport']]], 'HealthCheckObservations' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckObservation', 'locationName' => 'HealthCheckObservation']], 'HealthCheckRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-west-1', 'us-west-2', 'eu-west-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'sa-east-1'], 'max' => 64, 'min' => 1], 'HealthCheckRegionList' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckRegion', 'locationName' => 'Region'], 'max' => 64, 'min' => 3], 'HealthCheckType' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'HTTP_STR_MATCH', 'HTTPS_STR_MATCH', 'TCP', 'CALCULATED', 'CLOUDWATCH_METRIC']], 'HealthCheckVersion' => ['type' => 'long', 'min' => 1], 'HealthCheckVersionMismatch' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HealthChecks' => ['type' => 'list', 'member' => ['shape' => 'HealthCheck', 'locationName' => 'HealthCheck']], 'HealthThreshold' => ['type' => 'integer', 'max' => 256, 'min' => 0], 'HostedZone' => ['type' => 'structure', 'required' => ['Id', 'Name', 'CallerReference'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'CallerReference' => ['shape' => 'Nonce'], 'Config' => ['shape' => 'HostedZoneConfig'], 'ResourceRecordSetCount' => ['shape' => 'HostedZoneRRSetCount'], 'LinkedService' => ['shape' => 'LinkedService']]], 'HostedZoneAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HostedZoneConfig' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'ResourceDescription'], 'PrivateZone' => ['shape' => 'IsPrivateZone']]], 'HostedZoneCount' => ['type' => 'long'], 'HostedZoneLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'HostedZoneLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'HostedZoneLimitType' => ['type' => 'string', 'enum' => ['MAX_RRSETS_BY_ZONE', 'MAX_VPCS_ASSOCIATED_BY_ZONE']], 'HostedZoneNotEmpty' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'HostedZoneNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'HostedZoneNotPrivate' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'HostedZoneRRSetCount' => ['type' => 'long'], 'HostedZones' => ['type' => 'list', 'member' => ['shape' => 'HostedZone', 'locationName' => 'HostedZone']], 'IPAddress' => ['type' => 'string', 'max' => 45, 'pattern' => '(^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$|^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)'], 'IPAddressCidr' => ['type' => 'string'], 'IncompatibleVersion' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InsufficientCloudWatchLogsResourcePolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InsufficientDataHealthStatus' => ['type' => 'string', 'enum' => ['Healthy', 'Unhealthy', 'LastKnownStatus']], 'InvalidArgument' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidChangeBatch' => ['type' => 'structure', 'members' => ['messages' => ['shape' => 'ErrorMessages'], 'message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidDomainName' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidInput' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidPaginationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTrafficPolicyDocument' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidVPCId' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Inverted' => ['type' => 'boolean'], 'IsPrivateZone' => ['type' => 'boolean'], 'LastVPCAssociation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LimitValue' => ['type' => 'long', 'min' => 1], 'LimitsExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LinkedService' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'Description' => ['shape' => 'ResourceDescription']]], 'ListGeoLocationsRequest' => ['type' => 'structure', 'members' => ['StartContinentCode' => ['shape' => 'GeoLocationContinentCode', 'location' => 'querystring', 'locationName' => 'startcontinentcode'], 'StartCountryCode' => ['shape' => 'GeoLocationCountryCode', 'location' => 'querystring', 'locationName' => 'startcountrycode'], 'StartSubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode', 'location' => 'querystring', 'locationName' => 'startsubdivisioncode'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListGeoLocationsResponse' => ['type' => 'structure', 'required' => ['GeoLocationDetailsList', 'IsTruncated', 'MaxItems'], 'members' => ['GeoLocationDetailsList' => ['shape' => 'GeoLocationDetailsList'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'NextCountryCode' => ['shape' => 'GeoLocationCountryCode'], 'NextSubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHealthChecksRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListHealthChecksResponse' => ['type' => 'structure', 'required' => ['HealthChecks', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['HealthChecks' => ['shape' => 'HealthChecks'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHostedZonesByNameRequest' => ['type' => 'structure', 'members' => ['DNSName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'dnsname'], 'HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListHostedZonesByNameResponse' => ['type' => 'structure', 'required' => ['HostedZones', 'IsTruncated', 'MaxItems'], 'members' => ['HostedZones' => ['shape' => 'HostedZones'], 'DNSName' => ['shape' => 'DNSName'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextDNSName' => ['shape' => 'DNSName'], 'NextHostedZoneId' => ['shape' => 'ResourceId'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHostedZonesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems'], 'DelegationSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'delegationsetid']]], 'ListHostedZonesResponse' => ['type' => 'structure', 'required' => ['HostedZones', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['HostedZones' => ['shape' => 'HostedZones'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListQueryLoggingConfigsRequest' => ['type' => 'structure', 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nexttoken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxresults']]], 'ListQueryLoggingConfigsResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfigs'], 'members' => ['QueryLoggingConfigs' => ['shape' => 'QueryLoggingConfigs'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListResourceRecordSetsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'StartRecordName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'name'], 'StartRecordType' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'type'], 'StartRecordIdentifier' => ['shape' => 'ResourceRecordSetIdentifier', 'location' => 'querystring', 'locationName' => 'identifier'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListResourceRecordSetsResponse' => ['type' => 'structure', 'required' => ['ResourceRecordSets', 'IsTruncated', 'MaxItems'], 'members' => ['ResourceRecordSets' => ['shape' => 'ResourceRecordSets'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextRecordName' => ['shape' => 'DNSName'], 'NextRecordType' => ['shape' => 'RRType'], 'NextRecordIdentifier' => ['shape' => 'ResourceRecordSetIdentifier'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListReusableDelegationSetsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListReusableDelegationSetsResponse' => ['type' => 'structure', 'required' => ['DelegationSets', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['DelegationSets' => ['shape' => 'DelegationSets'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceId' => ['shape' => 'TagResourceId', 'location' => 'uri', 'locationName' => 'ResourceId']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'required' => ['ResourceTagSet'], 'members' => ['ResourceTagSet' => ['shape' => 'ResourceTagSet']]], 'ListTagsForResourcesRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceIds'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceIds' => ['shape' => 'TagResourceIdList']]], 'ListTagsForResourcesResponse' => ['type' => 'structure', 'required' => ['ResourceTagSets'], 'members' => ['ResourceTagSets' => ['shape' => 'ResourceTagSetList']]], 'ListTrafficPoliciesRequest' => ['type' => 'structure', 'members' => ['TrafficPolicyIdMarker' => ['shape' => 'TrafficPolicyId', 'location' => 'querystring', 'locationName' => 'trafficpolicyid'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPoliciesResponse' => ['type' => 'structure', 'required' => ['TrafficPolicySummaries', 'IsTruncated', 'TrafficPolicyIdMarker', 'MaxItems'], 'members' => ['TrafficPolicySummaries' => ['shape' => 'TrafficPolicySummaries'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'TrafficPolicyIdMarker' => ['shape' => 'TrafficPolicyId'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesByHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'id'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesByHostedZoneResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesByPolicyRequest' => ['type' => 'structure', 'required' => ['TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['TrafficPolicyId' => ['shape' => 'TrafficPolicyId', 'location' => 'querystring', 'locationName' => 'id'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion', 'location' => 'querystring', 'locationName' => 'version'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesByPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesRequest' => ['type' => 'structure', 'members' => ['HostedZoneIdMarker' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'TrafficPolicyVersionMarker' => ['shape' => 'TrafficPolicyVersionMarker', 'location' => 'querystring', 'locationName' => 'trafficpolicyversion'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyVersionsResponse' => ['type' => 'structure', 'required' => ['TrafficPolicies', 'IsTruncated', 'TrafficPolicyVersionMarker', 'MaxItems'], 'members' => ['TrafficPolicies' => ['shape' => 'TrafficPolicies'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'TrafficPolicyVersionMarker' => ['shape' => 'TrafficPolicyVersionMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListVPCAssociationAuthorizationsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nexttoken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxresults']]], 'ListVPCAssociationAuthorizationsResponse' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPCs'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'NextToken' => ['shape' => 'PaginationToken'], 'VPCs' => ['shape' => 'VPCs']]], 'MaxResults' => ['type' => 'string'], 'MeasureLatency' => ['type' => 'boolean'], 'Message' => ['type' => 'string', 'max' => 1024], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Nameserver' => ['type' => 'string', 'max' => 255, 'min' => 0], 'Namespace' => ['type' => 'string', 'max' => 255, 'min' => 1], 'NoSuchChange' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchCloudWatchLogsLogGroup' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchDelegationSet' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NoSuchGeoLocation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchHealthCheck' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchHostedZone' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchQueryLoggingConfig' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchTrafficPolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchTrafficPolicyInstance' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Nonce' => ['type' => 'string', 'max' => 128, 'min' => 1], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'PageMarker' => ['type' => 'string', 'max' => 64], 'PageMaxItems' => ['type' => 'string'], 'PageTruncated' => ['type' => 'boolean'], 'PaginationToken' => ['type' => 'string', 'max' => 256], 'Period' => ['type' => 'integer', 'min' => 60], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PriorRequestNotComplete' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PublicZoneVPCAssociation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'QueryLoggingConfig' => ['type' => 'structure', 'required' => ['Id', 'HostedZoneId', 'CloudWatchLogsLogGroupArn'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn']]], 'QueryLoggingConfigAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'QueryLoggingConfigId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'QueryLoggingConfigs' => ['type' => 'list', 'member' => ['shape' => 'QueryLoggingConfig', 'locationName' => 'QueryLoggingConfig']], 'RData' => ['type' => 'string', 'max' => 4000], 'RRType' => ['type' => 'string', 'enum' => ['SOA', 'A', 'TXT', 'NS', 'CNAME', 'MX', 'NAPTR', 'PTR', 'SRV', 'SPF', 'AAAA', 'CAA']], 'RecordData' => ['type' => 'list', 'member' => ['shape' => 'RecordDataEntry', 'locationName' => 'RecordDataEntry']], 'RecordDataEntry' => ['type' => 'string', 'max' => 512, 'min' => 0], 'RequestInterval' => ['type' => 'integer', 'max' => 30, 'min' => 10], 'ResettableElementName' => ['type' => 'string', 'enum' => ['FullyQualifiedDomainName', 'Regions', 'ResourcePath', 'ChildHealthChecks'], 'max' => 64, 'min' => 1], 'ResettableElementNameList' => ['type' => 'list', 'member' => ['shape' => 'ResettableElementName', 'locationName' => 'ResettableElementName'], 'max' => 64], 'ResourceDescription' => ['type' => 'string', 'max' => 256], 'ResourceId' => ['type' => 'string', 'max' => 32], 'ResourcePath' => ['type' => 'string', 'max' => 255], 'ResourceRecord' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'RData']]], 'ResourceRecordSet' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'DNSName'], 'Type' => ['shape' => 'RRType'], 'SetIdentifier' => ['shape' => 'ResourceRecordSetIdentifier'], 'Weight' => ['shape' => 'ResourceRecordSetWeight'], 'Region' => ['shape' => 'ResourceRecordSetRegion'], 'GeoLocation' => ['shape' => 'GeoLocation'], 'Failover' => ['shape' => 'ResourceRecordSetFailover'], 'MultiValueAnswer' => ['shape' => 'ResourceRecordSetMultiValueAnswer'], 'TTL' => ['shape' => 'TTL'], 'ResourceRecords' => ['shape' => 'ResourceRecords'], 'AliasTarget' => ['shape' => 'AliasTarget'], 'HealthCheckId' => ['shape' => 'HealthCheckId'], 'TrafficPolicyInstanceId' => ['shape' => 'TrafficPolicyInstanceId']]], 'ResourceRecordSetFailover' => ['type' => 'string', 'enum' => ['PRIMARY', 'SECONDARY']], 'ResourceRecordSetIdentifier' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceRecordSetMultiValueAnswer' => ['type' => 'boolean'], 'ResourceRecordSetRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'cn-north-1', 'cn-northwest-1', 'ap-east-1', 'me-south-1', 'ap-south-1'], 'max' => 64, 'min' => 1], 'ResourceRecordSetWeight' => ['type' => 'long', 'max' => 255, 'min' => 0], 'ResourceRecordSets' => ['type' => 'list', 'member' => ['shape' => 'ResourceRecordSet', 'locationName' => 'ResourceRecordSet']], 'ResourceRecords' => ['type' => 'list', 'member' => ['shape' => 'ResourceRecord', 'locationName' => 'ResourceRecord'], 'min' => 1], 'ResourceTagSet' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'TagResourceType'], 'ResourceId' => ['shape' => 'TagResourceId'], 'Tags' => ['shape' => 'TagList']]], 'ResourceTagSetList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTagSet', 'locationName' => 'ResourceTagSet']], 'ResourceURI' => ['type' => 'string', 'max' => 1024], 'ReusableDelegationSetLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'ReusableDelegationSetLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'ReusableDelegationSetLimitType' => ['type' => 'string', 'enum' => ['MAX_ZONES_BY_REUSABLE_DELEGATION_SET']], 'SearchString' => ['type' => 'string', 'max' => 255], 'ServicePrincipal' => ['type' => 'string', 'max' => 128], 'Statistic' => ['type' => 'string', 'enum' => ['Average', 'Sum', 'SampleCount', 'Maximum', 'Minimum']], 'Status' => ['type' => 'string'], 'StatusReport' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'Status'], 'CheckedTime' => ['shape' => 'TimeStamp']]], 'SubnetMask' => ['type' => 'string', 'max' => 3, 'min' => 0], 'TTL' => ['type' => 'long', 'max' => 2147483647, 'min' => 0], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'Key'], 'max' => 10, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag'], 'max' => 10, 'min' => 1], 'TagResourceId' => ['type' => 'string', 'max' => 64], 'TagResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'TagResourceId', 'locationName' => 'ResourceId'], 'max' => 10, 'min' => 1], 'TagResourceType' => ['type' => 'string', 'enum' => ['healthcheck', 'hostedzone']], 'TagValue' => ['type' => 'string', 'max' => 256], 'TestDNSAnswerRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'RecordName', 'RecordType'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'RecordName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'recordname'], 'RecordType' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'recordtype'], 'ResolverIP' => ['shape' => 'IPAddress', 'location' => 'querystring', 'locationName' => 'resolverip'], 'EDNS0ClientSubnetIP' => ['shape' => 'IPAddress', 'location' => 'querystring', 'locationName' => 'edns0clientsubnetip'], 'EDNS0ClientSubnetMask' => ['shape' => 'SubnetMask', 'location' => 'querystring', 'locationName' => 'edns0clientsubnetmask']]], 'TestDNSAnswerResponse' => ['type' => 'structure', 'required' => ['Nameserver', 'RecordName', 'RecordType', 'RecordData', 'ResponseCode', 'Protocol'], 'members' => ['Nameserver' => ['shape' => 'Nameserver'], 'RecordName' => ['shape' => 'DNSName'], 'RecordType' => ['shape' => 'RRType'], 'RecordData' => ['shape' => 'RecordData'], 'ResponseCode' => ['shape' => 'DNSRCode'], 'Protocol' => ['shape' => 'TransportProtocol']]], 'Threshold' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TimeStamp' => ['type' => 'timestamp'], 'TooManyHealthChecks' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'TooManyHostedZones' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicies' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicyInstances' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicyVersionsForCurrentPolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyVPCAssociationAuthorizations' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrafficPolicies' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicy', 'locationName' => 'TrafficPolicy']], 'TrafficPolicy' => ['type' => 'structure', 'required' => ['Id', 'Version', 'Name', 'Type', 'Document'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId'], 'Version' => ['shape' => 'TrafficPolicyVersion'], 'Name' => ['shape' => 'TrafficPolicyName'], 'Type' => ['shape' => 'RRType'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'TrafficPolicyAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TrafficPolicyComment' => ['type' => 'string', 'max' => 1024], 'TrafficPolicyDocument' => ['type' => 'string', 'max' => 102400], 'TrafficPolicyId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'TrafficPolicyInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrafficPolicyInstance' => ['type' => 'structure', 'required' => ['Id', 'HostedZoneId', 'Name', 'TTL', 'State', 'Message', 'TrafficPolicyId', 'TrafficPolicyVersion', 'TrafficPolicyType'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'TTL' => ['shape' => 'TTL'], 'State' => ['shape' => 'TrafficPolicyInstanceState'], 'Message' => ['shape' => 'Message'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion'], 'TrafficPolicyType' => ['shape' => 'RRType']]], 'TrafficPolicyInstanceAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TrafficPolicyInstanceCount' => ['type' => 'integer'], 'TrafficPolicyInstanceId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'TrafficPolicyInstanceState' => ['type' => 'string'], 'TrafficPolicyInstances' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicyInstance', 'locationName' => 'TrafficPolicyInstance']], 'TrafficPolicyName' => ['type' => 'string', 'max' => 512], 'TrafficPolicySummaries' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicySummary', 'locationName' => 'TrafficPolicySummary']], 'TrafficPolicySummary' => ['type' => 'structure', 'required' => ['Id', 'Name', 'Type', 'LatestVersion', 'TrafficPolicyCount'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId'], 'Name' => ['shape' => 'TrafficPolicyName'], 'Type' => ['shape' => 'RRType'], 'LatestVersion' => ['shape' => 'TrafficPolicyVersion'], 'TrafficPolicyCount' => ['shape' => 'TrafficPolicyVersion']]], 'TrafficPolicyVersion' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'TrafficPolicyVersionMarker' => ['type' => 'string', 'max' => 4], 'TransportProtocol' => ['type' => 'string'], 'UpdateHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId'], 'HealthCheckVersion' => ['shape' => 'HealthCheckVersion'], 'IPAddress' => ['shape' => 'IPAddress'], 'Port' => ['shape' => 'Port'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FullyQualifiedDomainName' => ['shape' => 'FullyQualifiedDomainName'], 'SearchString' => ['shape' => 'SearchString'], 'FailureThreshold' => ['shape' => 'FailureThreshold'], 'Inverted' => ['shape' => 'Inverted'], 'Disabled' => ['shape' => 'Disabled'], 'HealthThreshold' => ['shape' => 'HealthThreshold'], 'ChildHealthChecks' => ['shape' => 'ChildHealthCheckList'], 'EnableSNI' => ['shape' => 'EnableSNI'], 'Regions' => ['shape' => 'HealthCheckRegionList'], 'AlarmIdentifier' => ['shape' => 'AlarmIdentifier'], 'InsufficientDataHealthStatus' => ['shape' => 'InsufficientDataHealthStatus'], 'ResetElements' => ['shape' => 'ResettableElementNameList']]], 'UpdateHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck']]], 'UpdateHostedZoneCommentRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'Comment' => ['shape' => 'ResourceDescription']]], 'UpdateHostedZoneCommentResponse' => ['type' => 'structure', 'required' => ['HostedZone'], 'members' => ['HostedZone' => ['shape' => 'HostedZone']]], 'UpdateTrafficPolicyCommentRequest' => ['type' => 'structure', 'required' => ['Id', 'Version', 'Comment'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'UpdateTrafficPolicyCommentResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy']]], 'UpdateTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id', 'TTL', 'TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id'], 'TTL' => ['shape' => 'TTL'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion']]], 'UpdateTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance']]], 'UsageCount' => ['type' => 'long', 'min' => 0], 'VPC' => ['type' => 'structure', 'members' => ['VPCRegion' => ['shape' => 'VPCRegion'], 'VPCId' => ['shape' => 'VPCId']]], 'VPCAssociationAuthorizationNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'VPCAssociationNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'VPCId' => ['type' => 'string', 'max' => 1024], 'VPCRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ap-east-1', 'me-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'ca-central-1', 'cn-north-1'], 'max' => 64, 'min' => 1], 'VPCs' => ['type' => 'list', 'member' => ['shape' => 'VPC', 'locationName' => 'VPC'], 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2013-04-01', 'endpointPrefix' => 'route53', 'globalEndpoint' => 'route53.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'Route 53', 'serviceFullName' => 'Amazon Route 53', 'serviceId' => 'Route 53', 'signatureVersion' => 'v4', 'uid' => 'route53-2013-04-01'], 'operations' => ['AssociateVPCWithHostedZone' => ['name' => 'AssociateVPCWithHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/associatevpc'], 'input' => ['shape' => 'AssociateVPCWithHostedZoneRequest', 'locationName' => 'AssociateVPCWithHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'AssociateVPCWithHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'NotAuthorizedException'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput'], ['shape' => 'PublicZoneVPCAssociation'], ['shape' => 'ConflictingDomainExists'], ['shape' => 'LimitsExceeded'], ['shape' => 'PriorRequestNotComplete']]], 'ChangeResourceRecordSets' => ['name' => 'ChangeResourceRecordSets', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/rrset/'], 'input' => ['shape' => 'ChangeResourceRecordSetsRequest', 'locationName' => 'ChangeResourceRecordSetsRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ChangeResourceRecordSetsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidChangeBatch'], ['shape' => 'InvalidInput'], ['shape' => 'PriorRequestNotComplete']]], 'ChangeTagsForResource' => ['name' => 'ChangeTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/tags/{ResourceType}/{ResourceId}'], 'input' => ['shape' => 'ChangeTagsForResourceRequest', 'locationName' => 'ChangeTagsForResourceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ChangeTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'CreateHealthCheck' => ['name' => 'CreateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/healthcheck', 'responseCode' => 201], 'input' => ['shape' => 'CreateHealthCheckRequest', 'locationName' => 'CreateHealthCheckRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateHealthCheckResponse'], 'errors' => [['shape' => 'TooManyHealthChecks'], ['shape' => 'HealthCheckAlreadyExists'], ['shape' => 'InvalidInput']]], 'CreateHostedZone' => ['name' => 'CreateHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone', 'responseCode' => 201], 'input' => ['shape' => 'CreateHostedZoneRequest', 'locationName' => 'CreateHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateHostedZoneResponse'], 'errors' => [['shape' => 'InvalidDomainName'], ['shape' => 'HostedZoneAlreadyExists'], ['shape' => 'TooManyHostedZones'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput'], ['shape' => 'DelegationSetNotAvailable'], ['shape' => 'ConflictingDomainExists'], ['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable']]], 'CreateQueryLoggingConfig' => ['name' => 'CreateQueryLoggingConfig', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/queryloggingconfig', 'responseCode' => 201], 'input' => ['shape' => 'CreateQueryLoggingConfigRequest', 'locationName' => 'CreateQueryLoggingConfigRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateQueryLoggingConfigResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'NoSuchCloudWatchLogsLogGroup'], ['shape' => 'InvalidInput'], ['shape' => 'QueryLoggingConfigAlreadyExists'], ['shape' => 'InsufficientCloudWatchLogsResourcePolicy']]], 'CreateReusableDelegationSet' => ['name' => 'CreateReusableDelegationSet', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/delegationset', 'responseCode' => 201], 'input' => ['shape' => 'CreateReusableDelegationSetRequest', 'locationName' => 'CreateReusableDelegationSetRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateReusableDelegationSetResponse'], 'errors' => [['shape' => 'DelegationSetAlreadyCreated'], ['shape' => 'LimitsExceeded'], ['shape' => 'HostedZoneNotFound'], ['shape' => 'InvalidArgument'], ['shape' => 'InvalidInput'], ['shape' => 'DelegationSetNotAvailable'], ['shape' => 'DelegationSetAlreadyReusable']]], 'CreateTrafficPolicy' => ['name' => 'CreateTrafficPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyRequest', 'locationName' => 'CreateTrafficPolicyRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicies'], ['shape' => 'TrafficPolicyAlreadyExists'], ['shape' => 'InvalidTrafficPolicyDocument']]], 'CreateTrafficPolicyInstance' => ['name' => 'CreateTrafficPolicyInstance', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicyinstance', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyInstanceRequest', 'locationName' => 'CreateTrafficPolicyInstanceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicyInstances'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'TrafficPolicyInstanceAlreadyExists']]], 'CreateTrafficPolicyVersion' => ['name' => 'CreateTrafficPolicyVersion', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}', 'responseCode' => 201], 'input' => ['shape' => 'CreateTrafficPolicyVersionRequest', 'locationName' => 'CreateTrafficPolicyVersionRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateTrafficPolicyVersionResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput'], ['shape' => 'TooManyTrafficPolicyVersionsForCurrentPolicy'], ['shape' => 'ConcurrentModification'], ['shape' => 'InvalidTrafficPolicyDocument']]], 'CreateVPCAssociationAuthorization' => ['name' => 'CreateVPCAssociationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/authorizevpcassociation'], 'input' => ['shape' => 'CreateVPCAssociationAuthorizationRequest', 'locationName' => 'CreateVPCAssociationAuthorizationRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'CreateVPCAssociationAuthorizationResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'TooManyVPCAssociationAuthorizations'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput']]], 'DeleteHealthCheck' => ['name' => 'DeleteHealthCheck', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'DeleteHealthCheckRequest'], 'output' => ['shape' => 'DeleteHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'HealthCheckInUse'], ['shape' => 'InvalidInput']]], 'DeleteHostedZone' => ['name' => 'DeleteHostedZone', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'DeleteHostedZoneRequest'], 'output' => ['shape' => 'DeleteHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'HostedZoneNotEmpty'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'InvalidInput'], ['shape' => 'InvalidDomainName']]], 'DeleteQueryLoggingConfig' => ['name' => 'DeleteQueryLoggingConfig', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/queryloggingconfig/{Id}'], 'input' => ['shape' => 'DeleteQueryLoggingConfigRequest'], 'output' => ['shape' => 'DeleteQueryLoggingConfigResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'NoSuchQueryLoggingConfig'], ['shape' => 'InvalidInput']]], 'DeleteReusableDelegationSet' => ['name' => 'DeleteReusableDelegationSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/delegationset/{Id}'], 'input' => ['shape' => 'DeleteReusableDelegationSetRequest'], 'output' => ['shape' => 'DeleteReusableDelegationSetResponse'], 'errors' => [['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetInUse'], ['shape' => 'DelegationSetNotReusable'], ['shape' => 'InvalidInput']]], 'DeleteTrafficPolicy' => ['name' => 'DeleteTrafficPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'DeleteTrafficPolicyRequest'], 'output' => ['shape' => 'DeleteTrafficPolicyResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput'], ['shape' => 'TrafficPolicyInUse'], ['shape' => 'ConcurrentModification']]], 'DeleteTrafficPolicyInstance' => ['name' => 'DeleteTrafficPolicyInstance', 'http' => ['method' => 'DELETE', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'DeleteTrafficPolicyInstanceRequest'], 'output' => ['shape' => 'DeleteTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'InvalidInput'], ['shape' => 'PriorRequestNotComplete']]], 'DeleteVPCAssociationAuthorization' => ['name' => 'DeleteVPCAssociationAuthorization', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/deauthorizevpcassociation'], 'input' => ['shape' => 'DeleteVPCAssociationAuthorizationRequest', 'locationName' => 'DeleteVPCAssociationAuthorizationRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'DeleteVPCAssociationAuthorizationResponse'], 'errors' => [['shape' => 'ConcurrentModification'], ['shape' => 'VPCAssociationAuthorizationNotFound'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'InvalidInput']]], 'DisassociateVPCFromHostedZone' => ['name' => 'DisassociateVPCFromHostedZone', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}/disassociatevpc'], 'input' => ['shape' => 'DisassociateVPCFromHostedZoneRequest', 'locationName' => 'DisassociateVPCFromHostedZoneRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'DisassociateVPCFromHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidVPCId'], ['shape' => 'VPCAssociationNotFound'], ['shape' => 'LastVPCAssociation'], ['shape' => 'InvalidInput']]], 'GetAccountLimit' => ['name' => 'GetAccountLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/accountlimit/{Type}'], 'input' => ['shape' => 'GetAccountLimitRequest'], 'output' => ['shape' => 'GetAccountLimitResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'GetChange' => ['name' => 'GetChange', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/change/{Id}'], 'input' => ['shape' => 'GetChangeRequest'], 'output' => ['shape' => 'GetChangeResponse'], 'errors' => [['shape' => 'NoSuchChange'], ['shape' => 'InvalidInput']]], 'GetCheckerIpRanges' => ['name' => 'GetCheckerIpRanges', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/checkeripranges'], 'input' => ['shape' => 'GetCheckerIpRangesRequest'], 'output' => ['shape' => 'GetCheckerIpRangesResponse']], 'GetGeoLocation' => ['name' => 'GetGeoLocation', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/geolocation'], 'input' => ['shape' => 'GetGeoLocationRequest'], 'output' => ['shape' => 'GetGeoLocationResponse'], 'errors' => [['shape' => 'NoSuchGeoLocation'], ['shape' => 'InvalidInput']]], 'GetHealthCheck' => ['name' => 'GetHealthCheck', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'GetHealthCheckRequest'], 'output' => ['shape' => 'GetHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput'], ['shape' => 'IncompatibleVersion']]], 'GetHealthCheckCount' => ['name' => 'GetHealthCheckCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheckcount'], 'input' => ['shape' => 'GetHealthCheckCountRequest'], 'output' => ['shape' => 'GetHealthCheckCountResponse']], 'GetHealthCheckLastFailureReason' => ['name' => 'GetHealthCheckLastFailureReason', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}/lastfailurereason'], 'input' => ['shape' => 'GetHealthCheckLastFailureReasonRequest'], 'output' => ['shape' => 'GetHealthCheckLastFailureReasonResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput']]], 'GetHealthCheckStatus' => ['name' => 'GetHealthCheckStatus', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}/status'], 'input' => ['shape' => 'GetHealthCheckStatusRequest'], 'output' => ['shape' => 'GetHealthCheckStatusResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput']]], 'GetHostedZone' => ['name' => 'GetHostedZone', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'GetHostedZoneRequest'], 'output' => ['shape' => 'GetHostedZoneResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'GetHostedZoneCount' => ['name' => 'GetHostedZoneCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonecount'], 'input' => ['shape' => 'GetHostedZoneCountRequest'], 'output' => ['shape' => 'GetHostedZoneCountResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'GetHostedZoneLimit' => ['name' => 'GetHostedZoneLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonelimit/{Id}/{Type}'], 'input' => ['shape' => 'GetHostedZoneLimitRequest'], 'output' => ['shape' => 'GetHostedZoneLimitResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'HostedZoneNotPrivate']]], 'GetQueryLoggingConfig' => ['name' => 'GetQueryLoggingConfig', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/queryloggingconfig/{Id}'], 'input' => ['shape' => 'GetQueryLoggingConfigRequest'], 'output' => ['shape' => 'GetQueryLoggingConfigResponse'], 'errors' => [['shape' => 'NoSuchQueryLoggingConfig'], ['shape' => 'InvalidInput']]], 'GetReusableDelegationSet' => ['name' => 'GetReusableDelegationSet', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/delegationset/{Id}'], 'input' => ['shape' => 'GetReusableDelegationSetRequest'], 'output' => ['shape' => 'GetReusableDelegationSetResponse'], 'errors' => [['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable'], ['shape' => 'InvalidInput']]], 'GetReusableDelegationSetLimit' => ['name' => 'GetReusableDelegationSetLimit', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/reusabledelegationsetlimit/{Id}/{Type}'], 'input' => ['shape' => 'GetReusableDelegationSetLimitRequest'], 'output' => ['shape' => 'GetReusableDelegationSetLimitResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchDelegationSet']]], 'GetTrafficPolicy' => ['name' => 'GetTrafficPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'GetTrafficPolicyRequest'], 'output' => ['shape' => 'GetTrafficPolicyResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'InvalidInput']]], 'GetTrafficPolicyInstance' => ['name' => 'GetTrafficPolicyInstance', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'GetTrafficPolicyInstanceRequest'], 'output' => ['shape' => 'GetTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'InvalidInput']]], 'GetTrafficPolicyInstanceCount' => ['name' => 'GetTrafficPolicyInstanceCount', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstancecount'], 'input' => ['shape' => 'GetTrafficPolicyInstanceCountRequest'], 'output' => ['shape' => 'GetTrafficPolicyInstanceCountResponse']], 'ListGeoLocations' => ['name' => 'ListGeoLocations', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/geolocations'], 'input' => ['shape' => 'ListGeoLocationsRequest'], 'output' => ['shape' => 'ListGeoLocationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListHealthChecks' => ['name' => 'ListHealthChecks', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/healthcheck'], 'input' => ['shape' => 'ListHealthChecksRequest'], 'output' => ['shape' => 'ListHealthChecksResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'IncompatibleVersion']]], 'ListHostedZones' => ['name' => 'ListHostedZones', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone'], 'input' => ['shape' => 'ListHostedZonesRequest'], 'output' => ['shape' => 'ListHostedZonesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchDelegationSet'], ['shape' => 'DelegationSetNotReusable']]], 'ListHostedZonesByName' => ['name' => 'ListHostedZonesByName', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonesbyname'], 'input' => ['shape' => 'ListHostedZonesByNameRequest'], 'output' => ['shape' => 'ListHostedZonesByNameResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'InvalidDomainName']]], 'ListHostedZonesByVPC' => ['name' => 'ListHostedZonesByVPC', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzonesbyvpc'], 'input' => ['shape' => 'ListHostedZonesByVPCRequest'], 'output' => ['shape' => 'ListHostedZonesByVPCResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'InvalidPaginationToken']]], 'ListQueryLoggingConfigs' => ['name' => 'ListQueryLoggingConfigs', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/queryloggingconfig'], 'input' => ['shape' => 'ListQueryLoggingConfigsRequest'], 'output' => ['shape' => 'ListQueryLoggingConfigsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'InvalidPaginationToken'], ['shape' => 'NoSuchHostedZone']]], 'ListResourceRecordSets' => ['name' => 'ListResourceRecordSets', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}/rrset'], 'input' => ['shape' => 'ListResourceRecordSetsRequest'], 'output' => ['shape' => 'ListResourceRecordSetsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'ListReusableDelegationSets' => ['name' => 'ListReusableDelegationSets', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/delegationset'], 'input' => ['shape' => 'ListReusableDelegationSetsRequest'], 'output' => ['shape' => 'ListReusableDelegationSetsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/tags/{ResourceType}/{ResourceId}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'ListTagsForResources' => ['name' => 'ListTagsForResources', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/tags/{ResourceType}'], 'input' => ['shape' => 'ListTagsForResourcesRequest', 'locationName' => 'ListTagsForResourcesRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'ListTagsForResourcesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchHealthCheck'], ['shape' => 'NoSuchHostedZone'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ThrottlingException']]], 'ListTrafficPolicies' => ['name' => 'ListTrafficPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicies'], 'input' => ['shape' => 'ListTrafficPoliciesRequest'], 'output' => ['shape' => 'ListTrafficPoliciesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTrafficPolicyInstances' => ['name' => 'ListTrafficPolicyInstances', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances'], 'input' => ['shape' => 'ListTrafficPolicyInstancesRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance']]], 'ListTrafficPolicyInstancesByHostedZone' => ['name' => 'ListTrafficPolicyInstancesByHostedZone', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances/hostedzone'], 'input' => ['shape' => 'ListTrafficPolicyInstancesByHostedZoneRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesByHostedZoneResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'NoSuchHostedZone']]], 'ListTrafficPolicyInstancesByPolicy' => ['name' => 'ListTrafficPolicyInstancesByPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicyinstances/trafficpolicy'], 'input' => ['shape' => 'ListTrafficPolicyInstancesByPolicyRequest'], 'output' => ['shape' => 'ListTrafficPolicyInstancesByPolicyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'NoSuchTrafficPolicy']]], 'ListTrafficPolicyVersions' => ['name' => 'ListTrafficPolicyVersions', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/trafficpolicies/{Id}/versions'], 'input' => ['shape' => 'ListTrafficPolicyVersionsRequest'], 'output' => ['shape' => 'ListTrafficPolicyVersionsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy']]], 'ListVPCAssociationAuthorizations' => ['name' => 'ListVPCAssociationAuthorizations', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/hostedzone/{Id}/authorizevpcassociation'], 'input' => ['shape' => 'ListVPCAssociationAuthorizationsRequest'], 'output' => ['shape' => 'ListVPCAssociationAuthorizationsResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput'], ['shape' => 'InvalidPaginationToken']]], 'TestDNSAnswer' => ['name' => 'TestDNSAnswer', 'http' => ['method' => 'GET', 'requestUri' => '/2013-04-01/testdnsanswer'], 'input' => ['shape' => 'TestDNSAnswerRequest'], 'output' => ['shape' => 'TestDNSAnswerResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'UpdateHealthCheck' => ['name' => 'UpdateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/healthcheck/{HealthCheckId}'], 'input' => ['shape' => 'UpdateHealthCheckRequest', 'locationName' => 'UpdateHealthCheckRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateHealthCheckResponse'], 'errors' => [['shape' => 'NoSuchHealthCheck'], ['shape' => 'InvalidInput'], ['shape' => 'HealthCheckVersionMismatch']]], 'UpdateHostedZoneComment' => ['name' => 'UpdateHostedZoneComment', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/hostedzone/{Id}'], 'input' => ['shape' => 'UpdateHostedZoneCommentRequest', 'locationName' => 'UpdateHostedZoneCommentRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateHostedZoneCommentResponse'], 'errors' => [['shape' => 'NoSuchHostedZone'], ['shape' => 'InvalidInput']]], 'UpdateTrafficPolicyComment' => ['name' => 'UpdateTrafficPolicyComment', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicy/{Id}/{Version}'], 'input' => ['shape' => 'UpdateTrafficPolicyCommentRequest', 'locationName' => 'UpdateTrafficPolicyCommentRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateTrafficPolicyCommentResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'ConcurrentModification']]], 'UpdateTrafficPolicyInstance' => ['name' => 'UpdateTrafficPolicyInstance', 'http' => ['method' => 'POST', 'requestUri' => '/2013-04-01/trafficpolicyinstance/{Id}'], 'input' => ['shape' => 'UpdateTrafficPolicyInstanceRequest', 'locationName' => 'UpdateTrafficPolicyInstanceRequest', 'xmlNamespace' => ['uri' => 'https://route53.amazonaws.com/doc/2013-04-01/']], 'output' => ['shape' => 'UpdateTrafficPolicyInstanceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NoSuchTrafficPolicy'], ['shape' => 'NoSuchTrafficPolicyInstance'], ['shape' => 'PriorRequestNotComplete'], ['shape' => 'ConflictingTypes']]]], 'shapes' => ['AWSAccountID' => ['type' => 'string'], 'AccountLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'AccountLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'AccountLimitType' => ['type' => 'string', 'enum' => ['MAX_HEALTH_CHECKS_BY_OWNER', 'MAX_HOSTED_ZONES_BY_OWNER', 'MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER', 'MAX_REUSABLE_DELEGATION_SETS_BY_OWNER', 'MAX_TRAFFIC_POLICIES_BY_OWNER']], 'AlarmIdentifier' => ['type' => 'structure', 'required' => ['Region', 'Name'], 'members' => ['Region' => ['shape' => 'CloudWatchRegion'], 'Name' => ['shape' => 'AlarmName']]], 'AlarmName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'AliasHealthEnabled' => ['type' => 'boolean'], 'AliasTarget' => ['type' => 'structure', 'required' => ['HostedZoneId', 'DNSName', 'EvaluateTargetHealth'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'DNSName' => ['shape' => 'DNSName'], 'EvaluateTargetHealth' => ['shape' => 'AliasHealthEnabled']]], 'AssociateVPCComment' => ['type' => 'string'], 'AssociateVPCWithHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC'], 'Comment' => ['shape' => 'AssociateVPCComment']]], 'AssociateVPCWithHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'Change' => ['type' => 'structure', 'required' => ['Action', 'ResourceRecordSet'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ResourceRecordSet' => ['shape' => 'ResourceRecordSet']]], 'ChangeAction' => ['type' => 'string', 'enum' => ['CREATE', 'DELETE', 'UPSERT']], 'ChangeBatch' => ['type' => 'structure', 'required' => ['Changes'], 'members' => ['Comment' => ['shape' => 'ResourceDescription'], 'Changes' => ['shape' => 'Changes']]], 'ChangeInfo' => ['type' => 'structure', 'required' => ['Id', 'Status', 'SubmittedAt'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Status' => ['shape' => 'ChangeStatus'], 'SubmittedAt' => ['shape' => 'TimeStamp'], 'Comment' => ['shape' => 'ResourceDescription']]], 'ChangeResourceRecordSetsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'ChangeBatch'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'ChangeBatch' => ['shape' => 'ChangeBatch']]], 'ChangeResourceRecordSetsResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'ChangeStatus' => ['type' => 'string', 'enum' => ['PENDING', 'INSYNC']], 'ChangeTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceId' => ['shape' => 'TagResourceId', 'location' => 'uri', 'locationName' => 'ResourceId'], 'AddTags' => ['shape' => 'TagList'], 'RemoveTagKeys' => ['shape' => 'TagKeyList']]], 'ChangeTagsForResourceResponse' => ['type' => 'structure', 'members' => []], 'Changes' => ['type' => 'list', 'member' => ['shape' => 'Change', 'locationName' => 'Change'], 'min' => 1], 'CheckerIpRanges' => ['type' => 'list', 'member' => ['shape' => 'IPAddressCidr']], 'ChildHealthCheckList' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckId', 'locationName' => 'ChildHealthCheck'], 'max' => 256], 'CloudWatchAlarmConfiguration' => ['type' => 'structure', 'required' => ['EvaluationPeriods', 'Threshold', 'ComparisonOperator', 'Period', 'MetricName', 'Namespace', 'Statistic'], 'members' => ['EvaluationPeriods' => ['shape' => 'EvaluationPeriods'], 'Threshold' => ['shape' => 'Threshold'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Period' => ['shape' => 'Period'], 'MetricName' => ['shape' => 'MetricName'], 'Namespace' => ['shape' => 'Namespace'], 'Statistic' => ['shape' => 'Statistic'], 'Dimensions' => ['shape' => 'DimensionList']]], 'CloudWatchLogsLogGroupArn' => ['type' => 'string'], 'CloudWatchRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'ap-east-1', 'me-south-1', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'cn-northwest-1', 'cn-north-1', 'af-south-1', 'eu-south-1', 'us-gov-west-1', 'us-gov-east-1', 'us-iso-east-1', 'us-isob-east-1'], 'max' => 64, 'min' => 1], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['GreaterThanOrEqualToThreshold', 'GreaterThanThreshold', 'LessThanThreshold', 'LessThanOrEqualToThreshold']], 'ConcurrentModification' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ConflictingDomainExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ConflictingTypes' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'CreateHealthCheckRequest' => ['type' => 'structure', 'required' => ['CallerReference', 'HealthCheckConfig'], 'members' => ['CallerReference' => ['shape' => 'HealthCheckNonce'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig']]], 'CreateHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck', 'Location'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateHostedZoneRequest' => ['type' => 'structure', 'required' => ['Name', 'CallerReference'], 'members' => ['Name' => ['shape' => 'DNSName'], 'VPC' => ['shape' => 'VPC'], 'CallerReference' => ['shape' => 'Nonce'], 'HostedZoneConfig' => ['shape' => 'HostedZoneConfig'], 'DelegationSetId' => ['shape' => 'ResourceId']]], 'CreateHostedZoneResponse' => ['type' => 'structure', 'required' => ['HostedZone', 'ChangeInfo', 'DelegationSet', 'Location'], 'members' => ['HostedZone' => ['shape' => 'HostedZone'], 'ChangeInfo' => ['shape' => 'ChangeInfo'], 'DelegationSet' => ['shape' => 'DelegationSet'], 'VPC' => ['shape' => 'VPC'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'CloudWatchLogsLogGroupArn'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn']]], 'CreateQueryLoggingConfigResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfig', 'Location'], 'members' => ['QueryLoggingConfig' => ['shape' => 'QueryLoggingConfig'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['CallerReference'], 'members' => ['CallerReference' => ['shape' => 'Nonce'], 'HostedZoneId' => ['shape' => 'ResourceId']]], 'CreateReusableDelegationSetResponse' => ['type' => 'structure', 'required' => ['DelegationSet', 'Location'], 'members' => ['DelegationSet' => ['shape' => 'DelegationSet'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'Name', 'TTL', 'TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'TTL' => ['shape' => 'TTL'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion']]], 'CreateTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance', 'Location'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Name', 'Document'], 'members' => ['Name' => ['shape' => 'TrafficPolicyName'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'CreateTrafficPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy', 'Location'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateTrafficPolicyVersionRequest' => ['type' => 'structure', 'required' => ['Id', 'Document'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'CreateTrafficPolicyVersionResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy', 'Location'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy'], 'Location' => ['shape' => 'ResourceURI', 'location' => 'header', 'locationName' => 'Location']]], 'CreateVPCAssociationAuthorizationRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC']]], 'CreateVPCAssociationAuthorizationResponse' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'VPC' => ['shape' => 'VPC']]], 'DNSName' => ['type' => 'string', 'max' => 1024], 'DNSRCode' => ['type' => 'string'], 'DelegationSet' => ['type' => 'structure', 'required' => ['NameServers'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'CallerReference' => ['shape' => 'Nonce'], 'NameServers' => ['shape' => 'DelegationSetNameServers']]], 'DelegationSetAlreadyCreated' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetAlreadyReusable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetNameServers' => ['type' => 'list', 'member' => ['shape' => 'DNSName', 'locationName' => 'NameServer'], 'min' => 1], 'DelegationSetNotAvailable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSetNotReusable' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DelegationSets' => ['type' => 'list', 'member' => ['shape' => 'DelegationSet', 'locationName' => 'DelegationSet']], 'DeleteHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'DeleteHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'DeleteHostedZoneRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'DeleteQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteQueryLoggingConfigResponse' => ['type' => 'structure', 'members' => []], 'DeleteReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteReusableDelegationSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id']]], 'DeleteTrafficPolicyInstanceResponse' => ['type' => 'structure', 'members' => []], 'DeleteTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Id', 'Version'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version']]], 'DeleteTrafficPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteVPCAssociationAuthorizationRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC']]], 'DeleteVPCAssociationAuthorizationResponse' => ['type' => 'structure', 'members' => []], 'Dimension' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'DimensionField'], 'Value' => ['shape' => 'DimensionField']]], 'DimensionField' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DimensionList' => ['type' => 'list', 'member' => ['shape' => 'Dimension', 'locationName' => 'Dimension'], 'max' => 10], 'Disabled' => ['type' => 'boolean'], 'DisassociateVPCComment' => ['type' => 'string'], 'DisassociateVPCFromHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPC'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'VPC' => ['shape' => 'VPC'], 'Comment' => ['shape' => 'DisassociateVPCComment']]], 'DisassociateVPCFromHostedZoneResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'EnableSNI' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'ErrorMessages' => ['type' => 'list', 'member' => ['shape' => 'ErrorMessage', 'locationName' => 'Message']], 'EvaluationPeriods' => ['type' => 'integer', 'min' => 1], 'FailureThreshold' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'FullyQualifiedDomainName' => ['type' => 'string', 'max' => 255], 'GeoLocation' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode']]], 'GeoLocationContinentCode' => ['type' => 'string', 'max' => 2, 'min' => 2], 'GeoLocationContinentName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'GeoLocationCountryCode' => ['type' => 'string', 'max' => 2, 'min' => 1], 'GeoLocationCountryName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'GeoLocationDetails' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'ContinentName' => ['shape' => 'GeoLocationContinentName'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode'], 'CountryName' => ['shape' => 'GeoLocationCountryName'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode'], 'SubdivisionName' => ['shape' => 'GeoLocationSubdivisionName']]], 'GeoLocationDetailsList' => ['type' => 'list', 'member' => ['shape' => 'GeoLocationDetails', 'locationName' => 'GeoLocationDetails']], 'GeoLocationSubdivisionCode' => ['type' => 'string', 'max' => 3, 'min' => 1], 'GeoLocationSubdivisionName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'GetAccountLimitRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'AccountLimitType', 'location' => 'uri', 'locationName' => 'Type']]], 'GetAccountLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'AccountLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetChangeRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetChangeResponse' => ['type' => 'structure', 'required' => ['ChangeInfo'], 'members' => ['ChangeInfo' => ['shape' => 'ChangeInfo']]], 'GetCheckerIpRangesRequest' => ['type' => 'structure', 'members' => []], 'GetCheckerIpRangesResponse' => ['type' => 'structure', 'required' => ['CheckerIpRanges'], 'members' => ['CheckerIpRanges' => ['shape' => 'CheckerIpRanges']]], 'GetGeoLocationRequest' => ['type' => 'structure', 'members' => ['ContinentCode' => ['shape' => 'GeoLocationContinentCode', 'location' => 'querystring', 'locationName' => 'continentcode'], 'CountryCode' => ['shape' => 'GeoLocationCountryCode', 'location' => 'querystring', 'locationName' => 'countrycode'], 'SubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode', 'location' => 'querystring', 'locationName' => 'subdivisioncode']]], 'GetGeoLocationResponse' => ['type' => 'structure', 'required' => ['GeoLocationDetails'], 'members' => ['GeoLocationDetails' => ['shape' => 'GeoLocationDetails']]], 'GetHealthCheckCountRequest' => ['type' => 'structure', 'members' => []], 'GetHealthCheckCountResponse' => ['type' => 'structure', 'required' => ['HealthCheckCount'], 'members' => ['HealthCheckCount' => ['shape' => 'HealthCheckCount']]], 'GetHealthCheckLastFailureReasonRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckLastFailureReasonResponse' => ['type' => 'structure', 'required' => ['HealthCheckObservations'], 'members' => ['HealthCheckObservations' => ['shape' => 'HealthCheckObservations']]], 'GetHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck']]], 'GetHealthCheckStatusRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId']]], 'GetHealthCheckStatusResponse' => ['type' => 'structure', 'required' => ['HealthCheckObservations'], 'members' => ['HealthCheckObservations' => ['shape' => 'HealthCheckObservations']]], 'GetHostedZoneCountRequest' => ['type' => 'structure', 'members' => []], 'GetHostedZoneCountResponse' => ['type' => 'structure', 'required' => ['HostedZoneCount'], 'members' => ['HostedZoneCount' => ['shape' => 'HostedZoneCount']]], 'GetHostedZoneLimitRequest' => ['type' => 'structure', 'required' => ['Type', 'HostedZoneId'], 'members' => ['Type' => ['shape' => 'HostedZoneLimitType', 'location' => 'uri', 'locationName' => 'Type'], 'HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetHostedZoneLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'HostedZoneLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetHostedZoneRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetHostedZoneResponse' => ['type' => 'structure', 'required' => ['HostedZone'], 'members' => ['HostedZone' => ['shape' => 'HostedZone'], 'DelegationSet' => ['shape' => 'DelegationSet'], 'VPCs' => ['shape' => 'VPCs']]], 'GetQueryLoggingConfigRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetQueryLoggingConfigResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfig'], 'members' => ['QueryLoggingConfig' => ['shape' => 'QueryLoggingConfig']]], 'GetReusableDelegationSetLimitRequest' => ['type' => 'structure', 'required' => ['Type', 'DelegationSetId'], 'members' => ['Type' => ['shape' => 'ReusableDelegationSetLimitType', 'location' => 'uri', 'locationName' => 'Type'], 'DelegationSetId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetReusableDelegationSetLimitResponse' => ['type' => 'structure', 'required' => ['Limit', 'Count'], 'members' => ['Limit' => ['shape' => 'ReusableDelegationSetLimit'], 'Count' => ['shape' => 'UsageCount']]], 'GetReusableDelegationSetRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetReusableDelegationSetResponse' => ['type' => 'structure', 'required' => ['DelegationSet'], 'members' => ['DelegationSet' => ['shape' => 'DelegationSet']]], 'GetTrafficPolicyInstanceCountRequest' => ['type' => 'structure', 'members' => []], 'GetTrafficPolicyInstanceCountResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstanceCount'], 'members' => ['TrafficPolicyInstanceCount' => ['shape' => 'TrafficPolicyInstanceCount']]], 'GetTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id']]], 'GetTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance']]], 'GetTrafficPolicyRequest' => ['type' => 'structure', 'required' => ['Id', 'Version'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version']]], 'GetTrafficPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy']]], 'HealthCheck' => ['type' => 'structure', 'required' => ['Id', 'CallerReference', 'HealthCheckConfig', 'HealthCheckVersion'], 'members' => ['Id' => ['shape' => 'HealthCheckId'], 'CallerReference' => ['shape' => 'HealthCheckNonce'], 'LinkedService' => ['shape' => 'LinkedService'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckVersion' => ['shape' => 'HealthCheckVersion'], 'CloudWatchAlarmConfiguration' => ['shape' => 'CloudWatchAlarmConfiguration']]], 'HealthCheckAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HealthCheckConfig' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['IPAddress' => ['shape' => 'IPAddress'], 'Port' => ['shape' => 'Port'], 'Type' => ['shape' => 'HealthCheckType'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FullyQualifiedDomainName' => ['shape' => 'FullyQualifiedDomainName'], 'SearchString' => ['shape' => 'SearchString'], 'RequestInterval' => ['shape' => 'RequestInterval'], 'FailureThreshold' => ['shape' => 'FailureThreshold'], 'MeasureLatency' => ['shape' => 'MeasureLatency'], 'Inverted' => ['shape' => 'Inverted'], 'Disabled' => ['shape' => 'Disabled'], 'HealthThreshold' => ['shape' => 'HealthThreshold'], 'ChildHealthChecks' => ['shape' => 'ChildHealthCheckList'], 'EnableSNI' => ['shape' => 'EnableSNI'], 'Regions' => ['shape' => 'HealthCheckRegionList'], 'AlarmIdentifier' => ['shape' => 'AlarmIdentifier'], 'InsufficientDataHealthStatus' => ['shape' => 'InsufficientDataHealthStatus']]], 'HealthCheckCount' => ['type' => 'long'], 'HealthCheckId' => ['type' => 'string', 'max' => 64], 'HealthCheckInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'deprecated' => \true, 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'HealthCheckNonce' => ['type' => 'string', 'max' => 64, 'min' => 1], 'HealthCheckObservation' => ['type' => 'structure', 'members' => ['Region' => ['shape' => 'HealthCheckRegion'], 'IPAddress' => ['shape' => 'IPAddress'], 'StatusReport' => ['shape' => 'StatusReport']]], 'HealthCheckObservations' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckObservation', 'locationName' => 'HealthCheckObservation']], 'HealthCheckRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-west-1', 'us-west-2', 'eu-west-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'sa-east-1'], 'max' => 64, 'min' => 1], 'HealthCheckRegionList' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckRegion', 'locationName' => 'Region'], 'max' => 64, 'min' => 3], 'HealthCheckType' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'HTTP_STR_MATCH', 'HTTPS_STR_MATCH', 'TCP', 'CALCULATED', 'CLOUDWATCH_METRIC']], 'HealthCheckVersion' => ['type' => 'long', 'min' => 1], 'HealthCheckVersionMismatch' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HealthChecks' => ['type' => 'list', 'member' => ['shape' => 'HealthCheck', 'locationName' => 'HealthCheck']], 'HealthThreshold' => ['type' => 'integer', 'max' => 256, 'min' => 0], 'HostedZone' => ['type' => 'structure', 'required' => ['Id', 'Name', 'CallerReference'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'CallerReference' => ['shape' => 'Nonce'], 'Config' => ['shape' => 'HostedZoneConfig'], 'ResourceRecordSetCount' => ['shape' => 'HostedZoneRRSetCount'], 'LinkedService' => ['shape' => 'LinkedService']]], 'HostedZoneAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'HostedZoneConfig' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'ResourceDescription'], 'PrivateZone' => ['shape' => 'IsPrivateZone']]], 'HostedZoneCount' => ['type' => 'long'], 'HostedZoneLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'HostedZoneLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'HostedZoneLimitType' => ['type' => 'string', 'enum' => ['MAX_RRSETS_BY_ZONE', 'MAX_VPCS_ASSOCIATED_BY_ZONE']], 'HostedZoneNotEmpty' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'HostedZoneNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'HostedZoneNotPrivate' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'HostedZoneOwner' => ['type' => 'structure', 'members' => ['OwningAccount' => ['shape' => 'AWSAccountID'], 'OwningService' => ['shape' => 'HostedZoneOwningService']]], 'HostedZoneOwningService' => ['type' => 'string', 'max' => 128], 'HostedZoneRRSetCount' => ['type' => 'long'], 'HostedZoneSummaries' => ['type' => 'list', 'member' => ['shape' => 'HostedZoneSummary', 'locationName' => 'HostedZoneSummary']], 'HostedZoneSummary' => ['type' => 'structure', 'required' => ['HostedZoneId', 'Name', 'Owner'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'Owner' => ['shape' => 'HostedZoneOwner']]], 'HostedZones' => ['type' => 'list', 'member' => ['shape' => 'HostedZone', 'locationName' => 'HostedZone']], 'IPAddress' => ['type' => 'string', 'max' => 45, 'pattern' => '(^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$|^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)'], 'IPAddressCidr' => ['type' => 'string'], 'IncompatibleVersion' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InsufficientCloudWatchLogsResourcePolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InsufficientDataHealthStatus' => ['type' => 'string', 'enum' => ['Healthy', 'Unhealthy', 'LastKnownStatus']], 'InvalidArgument' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidChangeBatch' => ['type' => 'structure', 'members' => ['messages' => ['shape' => 'ErrorMessages'], 'message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidDomainName' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidInput' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidPaginationToken' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidTrafficPolicyDocument' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'InvalidVPCId' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Inverted' => ['type' => 'boolean'], 'IsPrivateZone' => ['type' => 'boolean'], 'LastVPCAssociation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'LimitValue' => ['type' => 'long', 'min' => 1], 'LimitsExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'LinkedService' => ['type' => 'structure', 'members' => ['ServicePrincipal' => ['shape' => 'ServicePrincipal'], 'Description' => ['shape' => 'ResourceDescription']]], 'ListGeoLocationsRequest' => ['type' => 'structure', 'members' => ['StartContinentCode' => ['shape' => 'GeoLocationContinentCode', 'location' => 'querystring', 'locationName' => 'startcontinentcode'], 'StartCountryCode' => ['shape' => 'GeoLocationCountryCode', 'location' => 'querystring', 'locationName' => 'startcountrycode'], 'StartSubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode', 'location' => 'querystring', 'locationName' => 'startsubdivisioncode'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListGeoLocationsResponse' => ['type' => 'structure', 'required' => ['GeoLocationDetailsList', 'IsTruncated', 'MaxItems'], 'members' => ['GeoLocationDetailsList' => ['shape' => 'GeoLocationDetailsList'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextContinentCode' => ['shape' => 'GeoLocationContinentCode'], 'NextCountryCode' => ['shape' => 'GeoLocationCountryCode'], 'NextSubdivisionCode' => ['shape' => 'GeoLocationSubdivisionCode'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHealthChecksRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListHealthChecksResponse' => ['type' => 'structure', 'required' => ['HealthChecks', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['HealthChecks' => ['shape' => 'HealthChecks'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHostedZonesByNameRequest' => ['type' => 'structure', 'members' => ['DNSName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'dnsname'], 'HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListHostedZonesByNameResponse' => ['type' => 'structure', 'required' => ['HostedZones', 'IsTruncated', 'MaxItems'], 'members' => ['HostedZones' => ['shape' => 'HostedZones'], 'DNSName' => ['shape' => 'DNSName'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextDNSName' => ['shape' => 'DNSName'], 'NextHostedZoneId' => ['shape' => 'ResourceId'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListHostedZonesByVPCRequest' => ['type' => 'structure', 'required' => ['VPCId', 'VPCRegion'], 'members' => ['VPCId' => ['shape' => 'VPCId', 'location' => 'querystring', 'locationName' => 'vpcid'], 'VPCRegion' => ['shape' => 'VPCRegion', 'location' => 'querystring', 'locationName' => 'vpcregion'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nexttoken']]], 'ListHostedZonesByVPCResponse' => ['type' => 'structure', 'required' => ['HostedZoneSummaries', 'MaxItems'], 'members' => ['HostedZoneSummaries' => ['shape' => 'HostedZoneSummaries'], 'MaxItems' => ['shape' => 'PageMaxItems'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListHostedZonesRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems'], 'DelegationSetId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'delegationsetid']]], 'ListHostedZonesResponse' => ['type' => 'structure', 'required' => ['HostedZones', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['HostedZones' => ['shape' => 'HostedZones'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListQueryLoggingConfigsRequest' => ['type' => 'structure', 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nexttoken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxresults']]], 'ListQueryLoggingConfigsResponse' => ['type' => 'structure', 'required' => ['QueryLoggingConfigs'], 'members' => ['QueryLoggingConfigs' => ['shape' => 'QueryLoggingConfigs'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListResourceRecordSetsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'StartRecordName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'name'], 'StartRecordType' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'type'], 'StartRecordIdentifier' => ['shape' => 'ResourceRecordSetIdentifier', 'location' => 'querystring', 'locationName' => 'identifier'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListResourceRecordSetsResponse' => ['type' => 'structure', 'required' => ['ResourceRecordSets', 'IsTruncated', 'MaxItems'], 'members' => ['ResourceRecordSets' => ['shape' => 'ResourceRecordSets'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextRecordName' => ['shape' => 'DNSName'], 'NextRecordType' => ['shape' => 'RRType'], 'NextRecordIdentifier' => ['shape' => 'ResourceRecordSetIdentifier'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListReusableDelegationSetsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListReusableDelegationSetsResponse' => ['type' => 'structure', 'required' => ['DelegationSets', 'Marker', 'IsTruncated', 'MaxItems'], 'members' => ['DelegationSets' => ['shape' => 'DelegationSets'], 'Marker' => ['shape' => 'PageMarker'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'NextMarker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceId' => ['shape' => 'TagResourceId', 'location' => 'uri', 'locationName' => 'ResourceId']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'required' => ['ResourceTagSet'], 'members' => ['ResourceTagSet' => ['shape' => 'ResourceTagSet']]], 'ListTagsForResourcesRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceIds'], 'members' => ['ResourceType' => ['shape' => 'TagResourceType', 'location' => 'uri', 'locationName' => 'ResourceType'], 'ResourceIds' => ['shape' => 'TagResourceIdList']]], 'ListTagsForResourcesResponse' => ['type' => 'structure', 'required' => ['ResourceTagSets'], 'members' => ['ResourceTagSets' => ['shape' => 'ResourceTagSetList']]], 'ListTrafficPoliciesRequest' => ['type' => 'structure', 'members' => ['TrafficPolicyIdMarker' => ['shape' => 'TrafficPolicyId', 'location' => 'querystring', 'locationName' => 'trafficpolicyid'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPoliciesResponse' => ['type' => 'structure', 'required' => ['TrafficPolicySummaries', 'IsTruncated', 'TrafficPolicyIdMarker', 'MaxItems'], 'members' => ['TrafficPolicySummaries' => ['shape' => 'TrafficPolicySummaries'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'TrafficPolicyIdMarker' => ['shape' => 'TrafficPolicyId'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesByHostedZoneRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'id'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesByHostedZoneResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesByPolicyRequest' => ['type' => 'structure', 'required' => ['TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['TrafficPolicyId' => ['shape' => 'TrafficPolicyId', 'location' => 'querystring', 'locationName' => 'id'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion', 'location' => 'querystring', 'locationName' => 'version'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesByPolicyResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyInstancesRequest' => ['type' => 'structure', 'members' => ['HostedZoneIdMarker' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancename'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'trafficpolicyinstancetype'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyInstancesResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstances', 'IsTruncated', 'MaxItems'], 'members' => ['TrafficPolicyInstances' => ['shape' => 'TrafficPolicyInstances'], 'HostedZoneIdMarker' => ['shape' => 'ResourceId'], 'TrafficPolicyInstanceNameMarker' => ['shape' => 'DNSName'], 'TrafficPolicyInstanceTypeMarker' => ['shape' => 'RRType'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListTrafficPolicyVersionsRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'TrafficPolicyVersionMarker' => ['shape' => 'TrafficPolicyVersionMarker', 'location' => 'querystring', 'locationName' => 'trafficpolicyversion'], 'MaxItems' => ['shape' => 'PageMaxItems', 'location' => 'querystring', 'locationName' => 'maxitems']]], 'ListTrafficPolicyVersionsResponse' => ['type' => 'structure', 'required' => ['TrafficPolicies', 'IsTruncated', 'TrafficPolicyVersionMarker', 'MaxItems'], 'members' => ['TrafficPolicies' => ['shape' => 'TrafficPolicies'], 'IsTruncated' => ['shape' => 'PageTruncated'], 'TrafficPolicyVersionMarker' => ['shape' => 'TrafficPolicyVersionMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListVPCAssociationAuthorizationsRequest' => ['type' => 'structure', 'required' => ['HostedZoneId'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'NextToken' => ['shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nexttoken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxresults']]], 'ListVPCAssociationAuthorizationsResponse' => ['type' => 'structure', 'required' => ['HostedZoneId', 'VPCs'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId'], 'NextToken' => ['shape' => 'PaginationToken'], 'VPCs' => ['shape' => 'VPCs']]], 'MaxResults' => ['type' => 'string'], 'MeasureLatency' => ['type' => 'boolean'], 'Message' => ['type' => 'string', 'max' => 1024], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'Nameserver' => ['type' => 'string', 'max' => 255, 'min' => 0], 'Namespace' => ['type' => 'string', 'max' => 255, 'min' => 1], 'NoSuchChange' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchCloudWatchLogsLogGroup' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchDelegationSet' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NoSuchGeoLocation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchHealthCheck' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchHostedZone' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchQueryLoggingConfig' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchTrafficPolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchTrafficPolicyInstance' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Nonce' => ['type' => 'string', 'max' => 128, 'min' => 1], 'NotAuthorizedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'PageMarker' => ['type' => 'string', 'max' => 64], 'PageMaxItems' => ['type' => 'string'], 'PageTruncated' => ['type' => 'boolean'], 'PaginationToken' => ['type' => 'string', 'max' => 1024], 'Period' => ['type' => 'integer', 'min' => 60], 'Port' => ['type' => 'integer', 'max' => 65535, 'min' => 1], 'PriorRequestNotComplete' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'PublicZoneVPCAssociation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'QueryLoggingConfig' => ['type' => 'structure', 'required' => ['Id', 'HostedZoneId', 'CloudWatchLogsLogGroupArn'], 'members' => ['Id' => ['shape' => 'QueryLoggingConfigId'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'CloudWatchLogsLogGroupArn' => ['shape' => 'CloudWatchLogsLogGroupArn']]], 'QueryLoggingConfigAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'QueryLoggingConfigId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'QueryLoggingConfigs' => ['type' => 'list', 'member' => ['shape' => 'QueryLoggingConfig', 'locationName' => 'QueryLoggingConfig']], 'RData' => ['type' => 'string', 'max' => 4000], 'RRType' => ['type' => 'string', 'enum' => ['SOA', 'A', 'TXT', 'NS', 'CNAME', 'MX', 'NAPTR', 'PTR', 'SRV', 'SPF', 'AAAA', 'CAA']], 'RecordData' => ['type' => 'list', 'member' => ['shape' => 'RecordDataEntry', 'locationName' => 'RecordDataEntry']], 'RecordDataEntry' => ['type' => 'string', 'max' => 512, 'min' => 0], 'RequestInterval' => ['type' => 'integer', 'max' => 30, 'min' => 10], 'ResettableElementName' => ['type' => 'string', 'enum' => ['FullyQualifiedDomainName', 'Regions', 'ResourcePath', 'ChildHealthChecks'], 'max' => 64, 'min' => 1], 'ResettableElementNameList' => ['type' => 'list', 'member' => ['shape' => 'ResettableElementName', 'locationName' => 'ResettableElementName'], 'max' => 64], 'ResourceDescription' => ['type' => 'string', 'max' => 256], 'ResourceId' => ['type' => 'string', 'max' => 32], 'ResourcePath' => ['type' => 'string', 'max' => 255], 'ResourceRecord' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['Value' => ['shape' => 'RData']]], 'ResourceRecordSet' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'DNSName'], 'Type' => ['shape' => 'RRType'], 'SetIdentifier' => ['shape' => 'ResourceRecordSetIdentifier'], 'Weight' => ['shape' => 'ResourceRecordSetWeight'], 'Region' => ['shape' => 'ResourceRecordSetRegion'], 'GeoLocation' => ['shape' => 'GeoLocation'], 'Failover' => ['shape' => 'ResourceRecordSetFailover'], 'MultiValueAnswer' => ['shape' => 'ResourceRecordSetMultiValueAnswer'], 'TTL' => ['shape' => 'TTL'], 'ResourceRecords' => ['shape' => 'ResourceRecords'], 'AliasTarget' => ['shape' => 'AliasTarget'], 'HealthCheckId' => ['shape' => 'HealthCheckId'], 'TrafficPolicyInstanceId' => ['shape' => 'TrafficPolicyInstanceId']]], 'ResourceRecordSetFailover' => ['type' => 'string', 'enum' => ['PRIMARY', 'SECONDARY']], 'ResourceRecordSetIdentifier' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceRecordSetMultiValueAnswer' => ['type' => 'boolean'], 'ResourceRecordSetRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'cn-north-1', 'cn-northwest-1', 'ap-east-1', 'me-south-1', 'ap-south-1', 'af-south-1', 'eu-south-1'], 'max' => 64, 'min' => 1], 'ResourceRecordSetWeight' => ['type' => 'long', 'max' => 255, 'min' => 0], 'ResourceRecordSets' => ['type' => 'list', 'member' => ['shape' => 'ResourceRecordSet', 'locationName' => 'ResourceRecordSet']], 'ResourceRecords' => ['type' => 'list', 'member' => ['shape' => 'ResourceRecord', 'locationName' => 'ResourceRecord'], 'min' => 1], 'ResourceTagSet' => ['type' => 'structure', 'members' => ['ResourceType' => ['shape' => 'TagResourceType'], 'ResourceId' => ['shape' => 'TagResourceId'], 'Tags' => ['shape' => 'TagList']]], 'ResourceTagSetList' => ['type' => 'list', 'member' => ['shape' => 'ResourceTagSet', 'locationName' => 'ResourceTagSet']], 'ResourceURI' => ['type' => 'string', 'max' => 1024], 'ReusableDelegationSetLimit' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'ReusableDelegationSetLimitType'], 'Value' => ['shape' => 'LimitValue']]], 'ReusableDelegationSetLimitType' => ['type' => 'string', 'enum' => ['MAX_ZONES_BY_REUSABLE_DELEGATION_SET']], 'SearchString' => ['type' => 'string', 'max' => 255], 'ServicePrincipal' => ['type' => 'string', 'max' => 128], 'Statistic' => ['type' => 'string', 'enum' => ['Average', 'Sum', 'SampleCount', 'Maximum', 'Minimum']], 'Status' => ['type' => 'string'], 'StatusReport' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'Status'], 'CheckedTime' => ['shape' => 'TimeStamp']]], 'SubnetMask' => ['type' => 'string', 'max' => 3, 'min' => 0], 'TTL' => ['type' => 'long', 'max' => 2147483647, 'min' => 0], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'Key'], 'max' => 10, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag'], 'max' => 10, 'min' => 1], 'TagResourceId' => ['type' => 'string', 'max' => 64], 'TagResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'TagResourceId', 'locationName' => 'ResourceId'], 'max' => 10, 'min' => 1], 'TagResourceType' => ['type' => 'string', 'enum' => ['healthcheck', 'hostedzone']], 'TagValue' => ['type' => 'string', 'max' => 256], 'TestDNSAnswerRequest' => ['type' => 'structure', 'required' => ['HostedZoneId', 'RecordName', 'RecordType'], 'members' => ['HostedZoneId' => ['shape' => 'ResourceId', 'location' => 'querystring', 'locationName' => 'hostedzoneid'], 'RecordName' => ['shape' => 'DNSName', 'location' => 'querystring', 'locationName' => 'recordname'], 'RecordType' => ['shape' => 'RRType', 'location' => 'querystring', 'locationName' => 'recordtype'], 'ResolverIP' => ['shape' => 'IPAddress', 'location' => 'querystring', 'locationName' => 'resolverip'], 'EDNS0ClientSubnetIP' => ['shape' => 'IPAddress', 'location' => 'querystring', 'locationName' => 'edns0clientsubnetip'], 'EDNS0ClientSubnetMask' => ['shape' => 'SubnetMask', 'location' => 'querystring', 'locationName' => 'edns0clientsubnetmask']]], 'TestDNSAnswerResponse' => ['type' => 'structure', 'required' => ['Nameserver', 'RecordName', 'RecordType', 'RecordData', 'ResponseCode', 'Protocol'], 'members' => ['Nameserver' => ['shape' => 'Nameserver'], 'RecordName' => ['shape' => 'DNSName'], 'RecordType' => ['shape' => 'RRType'], 'RecordData' => ['shape' => 'RecordData'], 'ResponseCode' => ['shape' => 'DNSRCode'], 'Protocol' => ['shape' => 'TransportProtocol']]], 'Threshold' => ['type' => 'double'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TimeStamp' => ['type' => 'timestamp'], 'TooManyHealthChecks' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'TooManyHostedZones' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicies' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicyInstances' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyTrafficPolicyVersionsForCurrentPolicy' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TooManyVPCAssociationAuthorizations' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrafficPolicies' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicy', 'locationName' => 'TrafficPolicy']], 'TrafficPolicy' => ['type' => 'structure', 'required' => ['Id', 'Version', 'Name', 'Type', 'Document'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId'], 'Version' => ['shape' => 'TrafficPolicyVersion'], 'Name' => ['shape' => 'TrafficPolicyName'], 'Type' => ['shape' => 'RRType'], 'Document' => ['shape' => 'TrafficPolicyDocument'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'TrafficPolicyAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TrafficPolicyComment' => ['type' => 'string', 'max' => 1024], 'TrafficPolicyDocument' => ['type' => 'string', 'max' => 102400], 'TrafficPolicyId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'TrafficPolicyInUse' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'TrafficPolicyInstance' => ['type' => 'structure', 'required' => ['Id', 'HostedZoneId', 'Name', 'TTL', 'State', 'Message', 'TrafficPolicyId', 'TrafficPolicyVersion', 'TrafficPolicyType'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId'], 'HostedZoneId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'DNSName'], 'TTL' => ['shape' => 'TTL'], 'State' => ['shape' => 'TrafficPolicyInstanceState'], 'Message' => ['shape' => 'Message'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion'], 'TrafficPolicyType' => ['shape' => 'RRType']]], 'TrafficPolicyInstanceAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'TrafficPolicyInstanceCount' => ['type' => 'integer'], 'TrafficPolicyInstanceId' => ['type' => 'string', 'max' => 36, 'min' => 1], 'TrafficPolicyInstanceState' => ['type' => 'string'], 'TrafficPolicyInstances' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicyInstance', 'locationName' => 'TrafficPolicyInstance']], 'TrafficPolicyName' => ['type' => 'string', 'max' => 512], 'TrafficPolicySummaries' => ['type' => 'list', 'member' => ['shape' => 'TrafficPolicySummary', 'locationName' => 'TrafficPolicySummary']], 'TrafficPolicySummary' => ['type' => 'structure', 'required' => ['Id', 'Name', 'Type', 'LatestVersion', 'TrafficPolicyCount'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId'], 'Name' => ['shape' => 'TrafficPolicyName'], 'Type' => ['shape' => 'RRType'], 'LatestVersion' => ['shape' => 'TrafficPolicyVersion'], 'TrafficPolicyCount' => ['shape' => 'TrafficPolicyVersion']]], 'TrafficPolicyVersion' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'TrafficPolicyVersionMarker' => ['type' => 'string', 'max' => 4], 'TransportProtocol' => ['type' => 'string'], 'UpdateHealthCheckRequest' => ['type' => 'structure', 'required' => ['HealthCheckId'], 'members' => ['HealthCheckId' => ['shape' => 'HealthCheckId', 'location' => 'uri', 'locationName' => 'HealthCheckId'], 'HealthCheckVersion' => ['shape' => 'HealthCheckVersion'], 'IPAddress' => ['shape' => 'IPAddress'], 'Port' => ['shape' => 'Port'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FullyQualifiedDomainName' => ['shape' => 'FullyQualifiedDomainName'], 'SearchString' => ['shape' => 'SearchString'], 'FailureThreshold' => ['shape' => 'FailureThreshold'], 'Inverted' => ['shape' => 'Inverted'], 'Disabled' => ['shape' => 'Disabled'], 'HealthThreshold' => ['shape' => 'HealthThreshold'], 'ChildHealthChecks' => ['shape' => 'ChildHealthCheckList'], 'EnableSNI' => ['shape' => 'EnableSNI'], 'Regions' => ['shape' => 'HealthCheckRegionList'], 'AlarmIdentifier' => ['shape' => 'AlarmIdentifier'], 'InsufficientDataHealthStatus' => ['shape' => 'InsufficientDataHealthStatus'], 'ResetElements' => ['shape' => 'ResettableElementNameList']]], 'UpdateHealthCheckResponse' => ['type' => 'structure', 'required' => ['HealthCheck'], 'members' => ['HealthCheck' => ['shape' => 'HealthCheck']]], 'UpdateHostedZoneCommentRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId', 'location' => 'uri', 'locationName' => 'Id'], 'Comment' => ['shape' => 'ResourceDescription']]], 'UpdateHostedZoneCommentResponse' => ['type' => 'structure', 'required' => ['HostedZone'], 'members' => ['HostedZone' => ['shape' => 'HostedZone']]], 'UpdateTrafficPolicyCommentRequest' => ['type' => 'structure', 'required' => ['Id', 'Version', 'Comment'], 'members' => ['Id' => ['shape' => 'TrafficPolicyId', 'location' => 'uri', 'locationName' => 'Id'], 'Version' => ['shape' => 'TrafficPolicyVersion', 'location' => 'uri', 'locationName' => 'Version'], 'Comment' => ['shape' => 'TrafficPolicyComment']]], 'UpdateTrafficPolicyCommentResponse' => ['type' => 'structure', 'required' => ['TrafficPolicy'], 'members' => ['TrafficPolicy' => ['shape' => 'TrafficPolicy']]], 'UpdateTrafficPolicyInstanceRequest' => ['type' => 'structure', 'required' => ['Id', 'TTL', 'TrafficPolicyId', 'TrafficPolicyVersion'], 'members' => ['Id' => ['shape' => 'TrafficPolicyInstanceId', 'location' => 'uri', 'locationName' => 'Id'], 'TTL' => ['shape' => 'TTL'], 'TrafficPolicyId' => ['shape' => 'TrafficPolicyId'], 'TrafficPolicyVersion' => ['shape' => 'TrafficPolicyVersion']]], 'UpdateTrafficPolicyInstanceResponse' => ['type' => 'structure', 'required' => ['TrafficPolicyInstance'], 'members' => ['TrafficPolicyInstance' => ['shape' => 'TrafficPolicyInstance']]], 'UsageCount' => ['type' => 'long', 'min' => 0], 'VPC' => ['type' => 'structure', 'members' => ['VPCRegion' => ['shape' => 'VPCRegion'], 'VPCId' => ['shape' => 'VPCId']]], 'VPCAssociationAuthorizationNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'VPCAssociationNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'VPCId' => ['type' => 'string', 'max' => 1024], 'VPCRegion' => ['type' => 'string', 'enum' => ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'eu-central-1', 'ap-east-1', 'me-south-1', 'us-gov-west-1', 'us-gov-east-1', 'us-iso-east-1', 'us-isob-east-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'eu-north-1', 'sa-east-1', 'ca-central-1', 'cn-north-1', 'af-south-1', 'eu-south-1'], 'max' => 64, 'min' => 1], 'VPCs' => ['type' => 'list', 'member' => ['shape' => 'VPC', 'locationName' => 'VPC'], 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/route53/2013-04-01/paginators-1.json.php b/vendor/Aws3/Aws/data/route53/2013-04-01/paginators-1.json.php index 95cc5bfc..0ace9a52 100644 --- a/vendor/Aws3/Aws/data/route53/2013-04-01/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/route53/2013-04-01/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListHealthChecks' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => 'NextMarker', 'result_key' => 'HealthChecks'], 'ListHostedZones' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => 'NextMarker', 'result_key' => 'HostedZones'], 'ListResourceRecordSets' => ['input_token' => ['StartRecordName', 'StartRecordType', 'StartRecordIdentifier'], 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => ['NextRecordName', 'NextRecordType', 'NextRecordIdentifier'], 'result_key' => 'ResourceRecordSets']]]; +return ['pagination' => ['ListHealthChecks' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => 'NextMarker', 'result_key' => 'HealthChecks'], 'ListHostedZones' => ['input_token' => 'Marker', 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => 'NextMarker', 'result_key' => 'HostedZones'], 'ListQueryLoggingConfigs' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'QueryLoggingConfigs'], 'ListResourceRecordSets' => ['input_token' => ['StartRecordName', 'StartRecordType', 'StartRecordIdentifier'], 'limit_key' => 'MaxItems', 'more_results' => 'IsTruncated', 'output_token' => ['NextRecordName', 'NextRecordType', 'NextRecordIdentifier'], 'result_key' => 'ResourceRecordSets']]]; diff --git a/vendor/Aws3/Aws/data/route53domains/2014-05-15/api-2.json.php b/vendor/Aws3/Aws/data/route53domains/2014-05-15/api-2.json.php index 49ed2a73..ee2c6b13 100644 --- a/vendor/Aws3/Aws/data/route53domains/2014-05-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/route53domains/2014-05-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-05-15', 'endpointPrefix' => 'route53domains', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Route 53 Domains', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53Domains_v20140515', 'uid' => 'route53domains-2014-05-15'], 'operations' => ['CheckDomainAvailability' => ['name' => 'CheckDomainAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDomainAvailabilityRequest'], 'output' => ['shape' => 'CheckDomainAvailabilityResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'CheckDomainTransferability' => ['name' => 'CheckDomainTransferability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDomainTransferabilityRequest'], 'output' => ['shape' => 'CheckDomainTransferabilityResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'DeleteTagsForDomain' => ['name' => 'DeleteTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsForDomainRequest'], 'output' => ['shape' => 'DeleteTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'DisableDomainAutoRenew' => ['name' => 'DisableDomainAutoRenew', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableDomainAutoRenewRequest'], 'output' => ['shape' => 'DisableDomainAutoRenewResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'DisableDomainTransferLock' => ['name' => 'DisableDomainTransferLock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableDomainTransferLockRequest'], 'output' => ['shape' => 'DisableDomainTransferLockResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'EnableDomainAutoRenew' => ['name' => 'EnableDomainAutoRenew', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableDomainAutoRenewRequest'], 'output' => ['shape' => 'EnableDomainAutoRenewResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'TLDRulesViolation']]], 'EnableDomainTransferLock' => ['name' => 'EnableDomainTransferLock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableDomainTransferLockRequest'], 'output' => ['shape' => 'EnableDomainTransferLockResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'GetContactReachabilityStatus' => ['name' => 'GetContactReachabilityStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactReachabilityStatusRequest'], 'output' => ['shape' => 'GetContactReachabilityStatusResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'GetDomainDetail' => ['name' => 'GetDomainDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainDetailRequest'], 'output' => ['shape' => 'GetDomainDetailResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'GetDomainSuggestions' => ['name' => 'GetDomainSuggestions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainSuggestionsRequest'], 'output' => ['shape' => 'GetDomainSuggestionsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'GetOperationDetail' => ['name' => 'GetOperationDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationDetailRequest'], 'output' => ['shape' => 'GetOperationDetailResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListOperations' => ['name' => 'ListOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOperationsRequest'], 'output' => ['shape' => 'ListOperationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTagsForDomain' => ['name' => 'ListTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForDomainRequest'], 'output' => ['shape' => 'ListTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'RegisterDomain' => ['name' => 'RegisterDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDomainRequest'], 'output' => ['shape' => 'RegisterDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'DomainLimitExceeded'], ['shape' => 'OperationLimitExceeded']]], 'RenewDomain' => ['name' => 'RenewDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenewDomainRequest'], 'output' => ['shape' => 'RenewDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded']]], 'ResendContactReachabilityEmail' => ['name' => 'ResendContactReachabilityEmail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendContactReachabilityEmailRequest'], 'output' => ['shape' => 'ResendContactReachabilityEmailResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'RetrieveDomainAuthCode' => ['name' => 'RetrieveDomainAuthCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveDomainAuthCodeRequest'], 'output' => ['shape' => 'RetrieveDomainAuthCodeResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'TransferDomain' => ['name' => 'TransferDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TransferDomainRequest'], 'output' => ['shape' => 'TransferDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'DomainLimitExceeded'], ['shape' => 'OperationLimitExceeded']]], 'UpdateDomainContact' => ['name' => 'UpdateDomainContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainContactRequest'], 'output' => ['shape' => 'UpdateDomainContactResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateDomainContactPrivacy' => ['name' => 'UpdateDomainContactPrivacy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainContactPrivacyRequest'], 'output' => ['shape' => 'UpdateDomainContactPrivacyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateDomainNameservers' => ['name' => 'UpdateDomainNameservers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainNameserversRequest'], 'output' => ['shape' => 'UpdateDomainNameserversResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateTagsForDomain' => ['name' => 'UpdateTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagsForDomainRequest'], 'output' => ['shape' => 'UpdateTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'ViewBilling' => ['name' => 'ViewBilling', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ViewBillingRequest'], 'output' => ['shape' => 'ViewBillingResponse'], 'errors' => [['shape' => 'InvalidInput']]]], 'shapes' => ['AddressLine' => ['type' => 'string', 'max' => 255], 'BillingRecord' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Operation' => ['shape' => 'OperationType'], 'InvoiceId' => ['shape' => 'InvoiceId'], 'BillDate' => ['shape' => 'Timestamp'], 'Price' => ['shape' => 'Price']]], 'BillingRecords' => ['type' => 'list', 'member' => ['shape' => 'BillingRecord']], 'Boolean' => ['type' => 'boolean'], 'CheckDomainAvailabilityRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode']]], 'CheckDomainAvailabilityResponse' => ['type' => 'structure', 'required' => ['Availability'], 'members' => ['Availability' => ['shape' => 'DomainAvailability']]], 'CheckDomainTransferabilityRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AuthCode' => ['shape' => 'DomainAuthCode']]], 'CheckDomainTransferabilityResponse' => ['type' => 'structure', 'required' => ['Transferability'], 'members' => ['Transferability' => ['shape' => 'DomainTransferability']]], 'City' => ['type' => 'string', 'max' => 255], 'ContactDetail' => ['type' => 'structure', 'members' => ['FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'ContactType' => ['shape' => 'ContactType'], 'OrganizationName' => ['shape' => 'ContactName'], 'AddressLine1' => ['shape' => 'AddressLine'], 'AddressLine2' => ['shape' => 'AddressLine'], 'City' => ['shape' => 'City'], 'State' => ['shape' => 'State'], 'CountryCode' => ['shape' => 'CountryCode'], 'ZipCode' => ['shape' => 'ZipCode'], 'PhoneNumber' => ['shape' => 'ContactNumber'], 'Email' => ['shape' => 'Email'], 'Fax' => ['shape' => 'ContactNumber'], 'ExtraParams' => ['shape' => 'ExtraParamList']], 'sensitive' => \true], 'ContactName' => ['type' => 'string', 'max' => 255], 'ContactNumber' => ['type' => 'string', 'max' => 30], 'ContactType' => ['type' => 'string', 'enum' => ['PERSON', 'COMPANY', 'ASSOCIATION', 'PUBLIC_BODY', 'RESELLER']], 'CountryCode' => ['type' => 'string', 'enum' => ['AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AN', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BR', 'BS', 'BT', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GH', 'GI', 'GL', 'GM', 'GN', 'GQ', 'GR', 'GT', 'GU', 'GW', 'GY', 'HK', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IQ', 'IR', 'IS', 'IT', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PT', 'PW', 'PY', 'QA', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'ST', 'SV', 'SY', 'SZ', 'TC', 'TD', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW']], 'CurrentExpiryYear' => ['type' => 'integer'], 'DNSSec' => ['type' => 'string'], 'DeleteTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'TagsToDelete'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TagsToDelete' => ['shape' => 'TagKeyList']]], 'DeleteTagsForDomainResponse' => ['type' => 'structure', 'members' => []], 'DisableDomainAutoRenewRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DisableDomainAutoRenewResponse' => ['type' => 'structure', 'members' => []], 'DisableDomainTransferLockRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DisableDomainTransferLockResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DomainAuthCode' => ['type' => 'string', 'max' => 1024, 'sensitive' => \true], 'DomainAvailability' => ['type' => 'string', 'enum' => ['AVAILABLE', 'AVAILABLE_RESERVED', 'AVAILABLE_PREORDER', 'UNAVAILABLE', 'UNAVAILABLE_PREMIUM', 'UNAVAILABLE_RESTRICTED', 'RESERVED', 'DONT_KNOW']], 'DomainLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DomainName' => ['type' => 'string', 'max' => 255], 'DomainStatus' => ['type' => 'string'], 'DomainStatusList' => ['type' => 'list', 'member' => ['shape' => 'DomainStatus']], 'DomainSuggestion' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Availability' => ['shape' => 'String']]], 'DomainSuggestionsList' => ['type' => 'list', 'member' => ['shape' => 'DomainSuggestion']], 'DomainSummary' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AutoRenew' => ['shape' => 'Boolean'], 'TransferLock' => ['shape' => 'Boolean'], 'Expiry' => ['shape' => 'Timestamp']]], 'DomainSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DomainSummary']], 'DomainTransferability' => ['type' => 'structure', 'members' => ['Transferable' => ['shape' => 'Transferable']]], 'DuplicateRequest' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DurationInYears' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Email' => ['type' => 'string', 'max' => 254], 'EnableDomainAutoRenewRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'EnableDomainAutoRenewResponse' => ['type' => 'structure', 'members' => []], 'EnableDomainTransferLockRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'EnableDomainTransferLockResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'ErrorMessage' => ['type' => 'string'], 'ExtraParam' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'ExtraParamName'], 'Value' => ['shape' => 'ExtraParamValue']]], 'ExtraParamList' => ['type' => 'list', 'member' => ['shape' => 'ExtraParam']], 'ExtraParamName' => ['type' => 'string', 'enum' => ['DUNS_NUMBER', 'BRAND_NUMBER', 'BIRTH_DEPARTMENT', 'BIRTH_DATE_IN_YYYY_MM_DD', 'BIRTH_COUNTRY', 'BIRTH_CITY', 'DOCUMENT_NUMBER', 'AU_ID_NUMBER', 'AU_ID_TYPE', 'CA_LEGAL_TYPE', 'CA_BUSINESS_ENTITY_TYPE', 'ES_IDENTIFICATION', 'ES_IDENTIFICATION_TYPE', 'ES_LEGAL_FORM', 'FI_BUSINESS_NUMBER', 'FI_ID_NUMBER', 'FI_NATIONALITY', 'FI_ORGANIZATION_TYPE', 'IT_PIN', 'IT_REGISTRANT_ENTITY_TYPE', 'RU_PASSPORT_DATA', 'SE_ID_NUMBER', 'SG_ID_NUMBER', 'VAT_NUMBER', 'UK_CONTACT_TYPE', 'UK_COMPANY_NUMBER']], 'ExtraParamValue' => ['type' => 'string', 'max' => 2048], 'FIAuthKey' => ['type' => 'string'], 'GetContactReachabilityStatusRequest' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName']]], 'GetContactReachabilityStatusResponse' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'status' => ['shape' => 'ReachabilityStatus']]], 'GetDomainDetailRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'GetDomainDetailResponse' => ['type' => 'structure', 'required' => ['DomainName', 'Nameservers', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Nameservers' => ['shape' => 'NameserverList'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'AdminPrivacy' => ['shape' => 'Boolean'], 'RegistrantPrivacy' => ['shape' => 'Boolean'], 'TechPrivacy' => ['shape' => 'Boolean'], 'RegistrarName' => ['shape' => 'RegistrarName'], 'WhoIsServer' => ['shape' => 'RegistrarWhoIsServer'], 'RegistrarUrl' => ['shape' => 'RegistrarUrl'], 'AbuseContactEmail' => ['shape' => 'Email'], 'AbuseContactPhone' => ['shape' => 'ContactNumber'], 'RegistryDomainId' => ['shape' => 'RegistryDomainId'], 'CreationDate' => ['shape' => 'Timestamp'], 'UpdatedDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'Reseller' => ['shape' => 'Reseller'], 'DnsSec' => ['shape' => 'DNSSec'], 'StatusList' => ['shape' => 'DomainStatusList']]], 'GetDomainSuggestionsRequest' => ['type' => 'structure', 'required' => ['DomainName', 'SuggestionCount', 'OnlyAvailable'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'SuggestionCount' => ['shape' => 'Integer'], 'OnlyAvailable' => ['shape' => 'Boolean']]], 'GetDomainSuggestionsResponse' => ['type' => 'structure', 'members' => ['SuggestionsList' => ['shape' => 'DomainSuggestionsList']]], 'GetOperationDetailRequest' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'GetOperationDetailResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus'], 'Message' => ['shape' => 'ErrorMessage'], 'DomainName' => ['shape' => 'DomainName'], 'Type' => ['shape' => 'OperationType'], 'SubmittedDate' => ['shape' => 'Timestamp']]], 'GlueIp' => ['type' => 'string', 'max' => 45], 'GlueIpList' => ['type' => 'list', 'member' => ['shape' => 'GlueIp']], 'HostName' => ['type' => 'string', 'max' => 255, 'pattern' => '[a-zA-Z0-9_\\-.]*'], 'Integer' => ['type' => 'integer'], 'InvalidInput' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvoiceId' => ['type' => 'string'], 'LangCode' => ['type' => 'string', 'max' => 3], 'ListDomainsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListDomainsResponse' => ['type' => 'structure', 'required' => ['Domains'], 'members' => ['Domains' => ['shape' => 'DomainSummaryList'], 'NextPageMarker' => ['shape' => 'PageMarker']]], 'ListOperationsRequest' => ['type' => 'structure', 'members' => ['SubmittedSince' => ['shape' => 'Timestamp'], 'Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListOperationsResponse' => ['type' => 'structure', 'required' => ['Operations'], 'members' => ['Operations' => ['shape' => 'OperationSummaryList'], 'NextPageMarker' => ['shape' => 'PageMarker']]], 'ListTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'ListTagsForDomainResponse' => ['type' => 'structure', 'required' => ['TagList'], 'members' => ['TagList' => ['shape' => 'TagList']]], 'Nameserver' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'HostName'], 'GlueIps' => ['shape' => 'GlueIpList']]], 'NameserverList' => ['type' => 'list', 'member' => ['shape' => 'Nameserver']], 'OperationId' => ['type' => 'string', 'max' => 255], 'OperationLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'ERROR', 'SUCCESSFUL', 'FAILED']], 'OperationSummary' => ['type' => 'structure', 'required' => ['OperationId', 'Status', 'Type', 'SubmittedDate'], 'members' => ['OperationId' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus'], 'Type' => ['shape' => 'OperationType'], 'SubmittedDate' => ['shape' => 'Timestamp']]], 'OperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'OperationSummary']], 'OperationType' => ['type' => 'string', 'enum' => ['REGISTER_DOMAIN', 'DELETE_DOMAIN', 'TRANSFER_IN_DOMAIN', 'UPDATE_DOMAIN_CONTACT', 'UPDATE_NAMESERVER', 'CHANGE_PRIVACY_PROTECTION', 'DOMAIN_LOCK', 'ENABLE_AUTORENEW', 'DISABLE_AUTORENEW', 'ADD_DNSSEC', 'REMOVE_DNSSEC', 'EXPIRE_DOMAIN', 'TRANSFER_OUT_DOMAIN', 'CHANGE_DOMAIN_OWNER', 'RENEW_DOMAIN', 'PUSH_DOMAIN']], 'PageMarker' => ['type' => 'string', 'max' => 4096], 'PageMaxItems' => ['type' => 'integer', 'max' => 100], 'Price' => ['type' => 'double'], 'ReachabilityStatus' => ['type' => 'string', 'enum' => ['PENDING', 'DONE', 'EXPIRED']], 'RegisterDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'PrivacyProtectAdminContact' => ['shape' => 'Boolean'], 'PrivacyProtectRegistrantContact' => ['shape' => 'Boolean'], 'PrivacyProtectTechContact' => ['shape' => 'Boolean']]], 'RegisterDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'RegistrarName' => ['type' => 'string'], 'RegistrarUrl' => ['type' => 'string'], 'RegistrarWhoIsServer' => ['type' => 'string'], 'RegistryDomainId' => ['type' => 'string'], 'RenewDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'CurrentExpiryYear'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'CurrentExpiryYear' => ['shape' => 'CurrentExpiryYear']]], 'RenewDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'Reseller' => ['type' => 'string'], 'ResendContactReachabilityEmailRequest' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName']]], 'ResendContactReachabilityEmailResponse' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'emailAddress' => ['shape' => 'Email'], 'isAlreadyVerified' => ['shape' => 'Boolean']]], 'RetrieveDomainAuthCodeRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'RetrieveDomainAuthCodeResponse' => ['type' => 'structure', 'required' => ['AuthCode'], 'members' => ['AuthCode' => ['shape' => 'DomainAuthCode']]], 'State' => ['type' => 'string', 'max' => 255], 'String' => ['type' => 'string'], 'TLDRulesViolation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string'], 'Timestamp' => ['type' => 'timestamp'], 'TransferDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'Nameservers' => ['shape' => 'NameserverList'], 'AuthCode' => ['shape' => 'DomainAuthCode'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'PrivacyProtectAdminContact' => ['shape' => 'Boolean'], 'PrivacyProtectRegistrantContact' => ['shape' => 'Boolean'], 'PrivacyProtectTechContact' => ['shape' => 'Boolean']]], 'TransferDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'Transferable' => ['type' => 'string', 'enum' => ['TRANSFERABLE', 'UNTRANSFERABLE', 'DONT_KNOW']], 'UnsupportedTLD' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateDomainContactPrivacyRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AdminPrivacy' => ['shape' => 'Boolean'], 'RegistrantPrivacy' => ['shape' => 'Boolean'], 'TechPrivacy' => ['shape' => 'Boolean']]], 'UpdateDomainContactPrivacyResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateDomainContactRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail']]], 'UpdateDomainContactResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateDomainNameserversRequest' => ['type' => 'structure', 'required' => ['DomainName', 'Nameservers'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'FIAuthKey' => ['shape' => 'FIAuthKey', 'deprecated' => \true], 'Nameservers' => ['shape' => 'NameserverList']]], 'UpdateDomainNameserversResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TagsToUpdate' => ['shape' => 'TagList']]], 'UpdateTagsForDomainResponse' => ['type' => 'structure', 'members' => []], 'ViewBillingRequest' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'Timestamp'], 'End' => ['shape' => 'Timestamp'], 'Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ViewBillingResponse' => ['type' => 'structure', 'members' => ['NextPageMarker' => ['shape' => 'PageMarker'], 'BillingRecords' => ['shape' => 'BillingRecords']]], 'ZipCode' => ['type' => 'string', 'max' => 255]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-05-15', 'endpointPrefix' => 'route53domains', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Route 53 Domains', 'serviceId' => 'Route 53 Domains', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53Domains_v20140515', 'uid' => 'route53domains-2014-05-15'], 'operations' => ['AcceptDomainTransferFromAnotherAwsAccount' => ['name' => 'AcceptDomainTransferFromAnotherAwsAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptDomainTransferFromAnotherAwsAccountRequest'], 'output' => ['shape' => 'AcceptDomainTransferFromAnotherAwsAccountResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'DomainLimitExceeded']]], 'CancelDomainTransferToAnotherAwsAccount' => ['name' => 'CancelDomainTransferToAnotherAwsAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelDomainTransferToAnotherAwsAccountRequest'], 'output' => ['shape' => 'CancelDomainTransferToAnotherAwsAccountResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded']]], 'CheckDomainAvailability' => ['name' => 'CheckDomainAvailability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDomainAvailabilityRequest'], 'output' => ['shape' => 'CheckDomainAvailabilityResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'CheckDomainTransferability' => ['name' => 'CheckDomainTransferability', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckDomainTransferabilityRequest'], 'output' => ['shape' => 'CheckDomainTransferabilityResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'DeleteTagsForDomain' => ['name' => 'DeleteTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsForDomainRequest'], 'output' => ['shape' => 'DeleteTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'DisableDomainAutoRenew' => ['name' => 'DisableDomainAutoRenew', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableDomainAutoRenewRequest'], 'output' => ['shape' => 'DisableDomainAutoRenewResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'DisableDomainTransferLock' => ['name' => 'DisableDomainTransferLock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableDomainTransferLockRequest'], 'output' => ['shape' => 'DisableDomainTransferLockResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'EnableDomainAutoRenew' => ['name' => 'EnableDomainAutoRenew', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableDomainAutoRenewRequest'], 'output' => ['shape' => 'EnableDomainAutoRenewResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'TLDRulesViolation']]], 'EnableDomainTransferLock' => ['name' => 'EnableDomainTransferLock', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableDomainTransferLockRequest'], 'output' => ['shape' => 'EnableDomainTransferLockResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'GetContactReachabilityStatus' => ['name' => 'GetContactReachabilityStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetContactReachabilityStatusRequest'], 'output' => ['shape' => 'GetContactReachabilityStatusResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'GetDomainDetail' => ['name' => 'GetDomainDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainDetailRequest'], 'output' => ['shape' => 'GetDomainDetailResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'GetDomainSuggestions' => ['name' => 'GetDomainSuggestions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDomainSuggestionsRequest'], 'output' => ['shape' => 'GetDomainSuggestionsResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'GetOperationDetail' => ['name' => 'GetOperationDetail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationDetailRequest'], 'output' => ['shape' => 'GetOperationDetailResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListOperations' => ['name' => 'ListOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOperationsRequest'], 'output' => ['shape' => 'ListOperationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTagsForDomain' => ['name' => 'ListTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForDomainRequest'], 'output' => ['shape' => 'ListTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'RegisterDomain' => ['name' => 'RegisterDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDomainRequest'], 'output' => ['shape' => 'RegisterDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'DomainLimitExceeded'], ['shape' => 'OperationLimitExceeded']]], 'RejectDomainTransferFromAnotherAwsAccount' => ['name' => 'RejectDomainTransferFromAnotherAwsAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectDomainTransferFromAnotherAwsAccountRequest'], 'output' => ['shape' => 'RejectDomainTransferFromAnotherAwsAccountResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded']]], 'RenewDomain' => ['name' => 'RenewDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenewDomainRequest'], 'output' => ['shape' => 'RenewDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded']]], 'ResendContactReachabilityEmail' => ['name' => 'ResendContactReachabilityEmail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResendContactReachabilityEmailRequest'], 'output' => ['shape' => 'ResendContactReachabilityEmailResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'RetrieveDomainAuthCode' => ['name' => 'RetrieveDomainAuthCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveDomainAuthCodeRequest'], 'output' => ['shape' => 'RetrieveDomainAuthCodeResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD']]], 'TransferDomain' => ['name' => 'TransferDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TransferDomainRequest'], 'output' => ['shape' => 'TransferDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'UnsupportedTLD'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'DomainLimitExceeded'], ['shape' => 'OperationLimitExceeded']]], 'TransferDomainToAnotherAwsAccount' => ['name' => 'TransferDomainToAnotherAwsAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TransferDomainToAnotherAwsAccountRequest'], 'output' => ['shape' => 'TransferDomainToAnotherAwsAccountResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'DuplicateRequest']]], 'UpdateDomainContact' => ['name' => 'UpdateDomainContact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainContactRequest'], 'output' => ['shape' => 'UpdateDomainContactResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateDomainContactPrivacy' => ['name' => 'UpdateDomainContactPrivacy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainContactPrivacyRequest'], 'output' => ['shape' => 'UpdateDomainContactPrivacyResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateDomainNameservers' => ['name' => 'UpdateDomainNameservers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainNameserversRequest'], 'output' => ['shape' => 'UpdateDomainNameserversResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'DuplicateRequest'], ['shape' => 'TLDRulesViolation'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'UpdateTagsForDomain' => ['name' => 'UpdateTagsForDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagsForDomainRequest'], 'output' => ['shape' => 'UpdateTagsForDomainResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationLimitExceeded'], ['shape' => 'UnsupportedTLD']]], 'ViewBilling' => ['name' => 'ViewBilling', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ViewBillingRequest'], 'output' => ['shape' => 'ViewBillingResponse'], 'errors' => [['shape' => 'InvalidInput']]]], 'shapes' => ['AcceptDomainTransferFromAnotherAwsAccountRequest' => ['type' => 'structure', 'required' => ['DomainName', 'Password'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Password' => ['shape' => 'String']]], 'AcceptDomainTransferFromAnotherAwsAccountResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'AccountId' => ['type' => 'string', 'pattern' => '^(\\d{12})$'], 'AddressLine' => ['type' => 'string', 'max' => 255], 'BillingRecord' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Operation' => ['shape' => 'OperationType'], 'InvoiceId' => ['shape' => 'InvoiceId'], 'BillDate' => ['shape' => 'Timestamp'], 'Price' => ['shape' => 'Price']]], 'BillingRecords' => ['type' => 'list', 'member' => ['shape' => 'BillingRecord']], 'Boolean' => ['type' => 'boolean'], 'CancelDomainTransferToAnotherAwsAccountRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'CancelDomainTransferToAnotherAwsAccountResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CheckDomainAvailabilityRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode']]], 'CheckDomainAvailabilityResponse' => ['type' => 'structure', 'required' => ['Availability'], 'members' => ['Availability' => ['shape' => 'DomainAvailability']]], 'CheckDomainTransferabilityRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AuthCode' => ['shape' => 'DomainAuthCode']]], 'CheckDomainTransferabilityResponse' => ['type' => 'structure', 'required' => ['Transferability'], 'members' => ['Transferability' => ['shape' => 'DomainTransferability']]], 'City' => ['type' => 'string', 'max' => 255], 'ContactDetail' => ['type' => 'structure', 'members' => ['FirstName' => ['shape' => 'ContactName'], 'LastName' => ['shape' => 'ContactName'], 'ContactType' => ['shape' => 'ContactType'], 'OrganizationName' => ['shape' => 'ContactName'], 'AddressLine1' => ['shape' => 'AddressLine'], 'AddressLine2' => ['shape' => 'AddressLine'], 'City' => ['shape' => 'City'], 'State' => ['shape' => 'State'], 'CountryCode' => ['shape' => 'CountryCode'], 'ZipCode' => ['shape' => 'ZipCode'], 'PhoneNumber' => ['shape' => 'ContactNumber'], 'Email' => ['shape' => 'Email'], 'Fax' => ['shape' => 'ContactNumber'], 'ExtraParams' => ['shape' => 'ExtraParamList']], 'sensitive' => \true], 'ContactName' => ['type' => 'string', 'max' => 255], 'ContactNumber' => ['type' => 'string', 'max' => 30], 'ContactType' => ['type' => 'string', 'enum' => ['PERSON', 'COMPANY', 'ASSOCIATION', 'PUBLIC_BODY', 'RESELLER']], 'CountryCode' => ['type' => 'string', 'enum' => ['AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AN', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BR', 'BS', 'BT', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GH', 'GI', 'GL', 'GM', 'GN', 'GQ', 'GR', 'GT', 'GU', 'GW', 'GY', 'HK', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IQ', 'IR', 'IS', 'IT', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PT', 'PW', 'PY', 'QA', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'ST', 'SV', 'SY', 'SZ', 'TC', 'TD', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW']], 'CurrentExpiryYear' => ['type' => 'integer'], 'DNSSec' => ['type' => 'string'], 'DeleteTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'TagsToDelete'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TagsToDelete' => ['shape' => 'TagKeyList']]], 'DeleteTagsForDomainResponse' => ['type' => 'structure', 'members' => []], 'DisableDomainAutoRenewRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DisableDomainAutoRenewResponse' => ['type' => 'structure', 'members' => []], 'DisableDomainTransferLockRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'DisableDomainTransferLockResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DomainAuthCode' => ['type' => 'string', 'max' => 1024, 'sensitive' => \true], 'DomainAvailability' => ['type' => 'string', 'enum' => ['AVAILABLE', 'AVAILABLE_RESERVED', 'AVAILABLE_PREORDER', 'UNAVAILABLE', 'UNAVAILABLE_PREMIUM', 'UNAVAILABLE_RESTRICTED', 'RESERVED', 'DONT_KNOW']], 'DomainLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DomainName' => ['type' => 'string', 'max' => 255], 'DomainStatus' => ['type' => 'string'], 'DomainStatusList' => ['type' => 'list', 'member' => ['shape' => 'DomainStatus']], 'DomainSuggestion' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Availability' => ['shape' => 'String']]], 'DomainSuggestionsList' => ['type' => 'list', 'member' => ['shape' => 'DomainSuggestion']], 'DomainSummary' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AutoRenew' => ['shape' => 'Boolean'], 'TransferLock' => ['shape' => 'Boolean'], 'Expiry' => ['shape' => 'Timestamp']]], 'DomainSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DomainSummary']], 'DomainTransferability' => ['type' => 'structure', 'members' => ['Transferable' => ['shape' => 'Transferable']]], 'DuplicateRequest' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DurationInYears' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'Email' => ['type' => 'string', 'max' => 254], 'EnableDomainAutoRenewRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'EnableDomainAutoRenewResponse' => ['type' => 'structure', 'members' => []], 'EnableDomainTransferLockRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'EnableDomainTransferLockResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'ErrorMessage' => ['type' => 'string'], 'ExtraParam' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'ExtraParamName'], 'Value' => ['shape' => 'ExtraParamValue']]], 'ExtraParamList' => ['type' => 'list', 'member' => ['shape' => 'ExtraParam']], 'ExtraParamName' => ['type' => 'string', 'enum' => ['DUNS_NUMBER', 'BRAND_NUMBER', 'BIRTH_DEPARTMENT', 'BIRTH_DATE_IN_YYYY_MM_DD', 'BIRTH_COUNTRY', 'BIRTH_CITY', 'DOCUMENT_NUMBER', 'AU_ID_NUMBER', 'AU_ID_TYPE', 'CA_LEGAL_TYPE', 'CA_BUSINESS_ENTITY_TYPE', 'CA_LEGAL_REPRESENTATIVE', 'CA_LEGAL_REPRESENTATIVE_CAPACITY', 'ES_IDENTIFICATION', 'ES_IDENTIFICATION_TYPE', 'ES_LEGAL_FORM', 'FI_BUSINESS_NUMBER', 'FI_ID_NUMBER', 'FI_NATIONALITY', 'FI_ORGANIZATION_TYPE', 'IT_NATIONALITY', 'IT_PIN', 'IT_REGISTRANT_ENTITY_TYPE', 'RU_PASSPORT_DATA', 'SE_ID_NUMBER', 'SG_ID_NUMBER', 'VAT_NUMBER', 'UK_CONTACT_TYPE', 'UK_COMPANY_NUMBER']], 'ExtraParamValue' => ['type' => 'string', 'max' => 2048], 'FIAuthKey' => ['type' => 'string'], 'GetContactReachabilityStatusRequest' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName']]], 'GetContactReachabilityStatusResponse' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'status' => ['shape' => 'ReachabilityStatus']]], 'GetDomainDetailRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'GetDomainDetailResponse' => ['type' => 'structure', 'required' => ['DomainName', 'Nameservers', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'Nameservers' => ['shape' => 'NameserverList'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'AdminPrivacy' => ['shape' => 'Boolean'], 'RegistrantPrivacy' => ['shape' => 'Boolean'], 'TechPrivacy' => ['shape' => 'Boolean'], 'RegistrarName' => ['shape' => 'RegistrarName'], 'WhoIsServer' => ['shape' => 'RegistrarWhoIsServer'], 'RegistrarUrl' => ['shape' => 'RegistrarUrl'], 'AbuseContactEmail' => ['shape' => 'Email'], 'AbuseContactPhone' => ['shape' => 'ContactNumber'], 'RegistryDomainId' => ['shape' => 'RegistryDomainId'], 'CreationDate' => ['shape' => 'Timestamp'], 'UpdatedDate' => ['shape' => 'Timestamp'], 'ExpirationDate' => ['shape' => 'Timestamp'], 'Reseller' => ['shape' => 'Reseller'], 'DnsSec' => ['shape' => 'DNSSec'], 'StatusList' => ['shape' => 'DomainStatusList']]], 'GetDomainSuggestionsRequest' => ['type' => 'structure', 'required' => ['DomainName', 'SuggestionCount', 'OnlyAvailable'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'SuggestionCount' => ['shape' => 'Integer'], 'OnlyAvailable' => ['shape' => 'Boolean']]], 'GetDomainSuggestionsResponse' => ['type' => 'structure', 'members' => ['SuggestionsList' => ['shape' => 'DomainSuggestionsList']]], 'GetOperationDetailRequest' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'GetOperationDetailResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus'], 'Message' => ['shape' => 'ErrorMessage'], 'DomainName' => ['shape' => 'DomainName'], 'Type' => ['shape' => 'OperationType'], 'SubmittedDate' => ['shape' => 'Timestamp']]], 'GlueIp' => ['type' => 'string', 'max' => 45], 'GlueIpList' => ['type' => 'list', 'member' => ['shape' => 'GlueIp']], 'HostName' => ['type' => 'string', 'max' => 255, 'pattern' => '[a-zA-Z0-9_\\-.]*'], 'Integer' => ['type' => 'integer'], 'InvalidInput' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvoiceId' => ['type' => 'string'], 'LangCode' => ['type' => 'string', 'max' => 3], 'ListDomainsRequest' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListDomainsResponse' => ['type' => 'structure', 'required' => ['Domains'], 'members' => ['Domains' => ['shape' => 'DomainSummaryList'], 'NextPageMarker' => ['shape' => 'PageMarker']]], 'ListOperationsRequest' => ['type' => 'structure', 'members' => ['SubmittedSince' => ['shape' => 'Timestamp'], 'Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ListOperationsResponse' => ['type' => 'structure', 'required' => ['Operations'], 'members' => ['Operations' => ['shape' => 'OperationSummaryList'], 'NextPageMarker' => ['shape' => 'PageMarker']]], 'ListTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'ListTagsForDomainResponse' => ['type' => 'structure', 'required' => ['TagList'], 'members' => ['TagList' => ['shape' => 'TagList']]], 'Nameserver' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'HostName'], 'GlueIps' => ['shape' => 'GlueIpList']]], 'NameserverList' => ['type' => 'list', 'member' => ['shape' => 'Nameserver']], 'OperationId' => ['type' => 'string', 'max' => 255], 'OperationLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'IN_PROGRESS', 'ERROR', 'SUCCESSFUL', 'FAILED']], 'OperationSummary' => ['type' => 'structure', 'required' => ['OperationId', 'Status', 'Type', 'SubmittedDate'], 'members' => ['OperationId' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus'], 'Type' => ['shape' => 'OperationType'], 'SubmittedDate' => ['shape' => 'Timestamp']]], 'OperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'OperationSummary']], 'OperationType' => ['type' => 'string', 'enum' => ['REGISTER_DOMAIN', 'DELETE_DOMAIN', 'TRANSFER_IN_DOMAIN', 'UPDATE_DOMAIN_CONTACT', 'UPDATE_NAMESERVER', 'CHANGE_PRIVACY_PROTECTION', 'DOMAIN_LOCK', 'ENABLE_AUTORENEW', 'DISABLE_AUTORENEW', 'ADD_DNSSEC', 'REMOVE_DNSSEC', 'EXPIRE_DOMAIN', 'TRANSFER_OUT_DOMAIN', 'CHANGE_DOMAIN_OWNER', 'RENEW_DOMAIN', 'PUSH_DOMAIN', 'INTERNAL_TRANSFER_OUT_DOMAIN', 'INTERNAL_TRANSFER_IN_DOMAIN']], 'PageMarker' => ['type' => 'string', 'max' => 4096], 'PageMaxItems' => ['type' => 'integer', 'max' => 100], 'Price' => ['type' => 'double'], 'ReachabilityStatus' => ['type' => 'string', 'enum' => ['PENDING', 'DONE', 'EXPIRED']], 'RegisterDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'PrivacyProtectAdminContact' => ['shape' => 'Boolean'], 'PrivacyProtectRegistrantContact' => ['shape' => 'Boolean'], 'PrivacyProtectTechContact' => ['shape' => 'Boolean']]], 'RegisterDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'RegistrarName' => ['type' => 'string'], 'RegistrarUrl' => ['type' => 'string'], 'RegistrarWhoIsServer' => ['type' => 'string'], 'RegistryDomainId' => ['type' => 'string'], 'RejectDomainTransferFromAnotherAwsAccountRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'RejectDomainTransferFromAnotherAwsAccountResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'RenewDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'CurrentExpiryYear'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'CurrentExpiryYear' => ['shape' => 'CurrentExpiryYear']]], 'RenewDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'Reseller' => ['type' => 'string'], 'ResendContactReachabilityEmailRequest' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName']]], 'ResendContactReachabilityEmailResponse' => ['type' => 'structure', 'members' => ['domainName' => ['shape' => 'DomainName'], 'emailAddress' => ['shape' => 'Email'], 'isAlreadyVerified' => ['shape' => 'Boolean']]], 'RetrieveDomainAuthCodeRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName']]], 'RetrieveDomainAuthCodeResponse' => ['type' => 'structure', 'required' => ['AuthCode'], 'members' => ['AuthCode' => ['shape' => 'DomainAuthCode']]], 'State' => ['type' => 'string', 'max' => 255], 'String' => ['type' => 'string'], 'TLDRulesViolation' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string'], 'Timestamp' => ['type' => 'timestamp'], 'TransferDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'IdnLangCode' => ['shape' => 'LangCode'], 'DurationInYears' => ['shape' => 'DurationInYears'], 'Nameservers' => ['shape' => 'NameserverList'], 'AuthCode' => ['shape' => 'DomainAuthCode'], 'AutoRenew' => ['shape' => 'Boolean'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail'], 'PrivacyProtectAdminContact' => ['shape' => 'Boolean'], 'PrivacyProtectRegistrantContact' => ['shape' => 'Boolean'], 'PrivacyProtectTechContact' => ['shape' => 'Boolean']]], 'TransferDomainResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'TransferDomainToAnotherAwsAccountRequest' => ['type' => 'structure', 'required' => ['DomainName', 'AccountId'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AccountId' => ['shape' => 'AccountId']]], 'TransferDomainToAnotherAwsAccountResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId'], 'Password' => ['shape' => 'String']]], 'Transferable' => ['type' => 'string', 'enum' => ['TRANSFERABLE', 'UNTRANSFERABLE', 'DONT_KNOW']], 'UnsupportedTLD' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateDomainContactPrivacyRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AdminPrivacy' => ['shape' => 'Boolean'], 'RegistrantPrivacy' => ['shape' => 'Boolean'], 'TechPrivacy' => ['shape' => 'Boolean']]], 'UpdateDomainContactPrivacyResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateDomainContactRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AdminContact' => ['shape' => 'ContactDetail'], 'RegistrantContact' => ['shape' => 'ContactDetail'], 'TechContact' => ['shape' => 'ContactDetail']]], 'UpdateDomainContactResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateDomainNameserversRequest' => ['type' => 'structure', 'required' => ['DomainName', 'Nameservers'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'FIAuthKey' => ['shape' => 'FIAuthKey', 'deprecated' => \true], 'Nameservers' => ['shape' => 'NameserverList']]], 'UpdateDomainNameserversResponse' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'UpdateTagsForDomainRequest' => ['type' => 'structure', 'required' => ['DomainName'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'TagsToUpdate' => ['shape' => 'TagList']]], 'UpdateTagsForDomainResponse' => ['type' => 'structure', 'members' => []], 'ViewBillingRequest' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'Timestamp'], 'End' => ['shape' => 'Timestamp'], 'Marker' => ['shape' => 'PageMarker'], 'MaxItems' => ['shape' => 'PageMaxItems']]], 'ViewBillingResponse' => ['type' => 'structure', 'members' => ['NextPageMarker' => ['shape' => 'PageMarker'], 'BillingRecords' => ['shape' => 'BillingRecords']]], 'ZipCode' => ['type' => 'string', 'max' => 255]]]; diff --git a/vendor/Aws3/Aws/data/route53domains/2014-05-15/smoke.json.php b/vendor/Aws3/Aws/data/route53domains/2014-05-15/smoke.json.php new file mode 100644 index 00000000..2249b226 --- /dev/null +++ b/vendor/Aws3/Aws/data/route53domains/2014-05-15/smoke.json.php @@ -0,0 +1,4 @@ + 1, 'defaultRegion' => 'us-east-1', 'testCases' => [['operationName' => 'ListDomains', 'input' => [], 'errorExpectedFromService' => \false], ['operationName' => 'GetDomainDetail', 'input' => ['DomainName' => 'fake-domain-name'], 'errorExpectedFromService' => \true]]]; diff --git a/vendor/Aws3/Aws/data/runtime.lex/2016-11-28/api-2.json.php b/vendor/Aws3/Aws/data/runtime.lex/2016-11-28/api-2.json.php index f25557a4..bef70bc6 100644 --- a/vendor/Aws3/Aws/data/runtime.lex/2016-11-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/runtime.lex/2016-11-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'runtime.lex', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Lex Runtime Service', 'serviceId' => 'Lex Runtime Service', 'signatureVersion' => 'v4', 'signingName' => 'lex', 'uid' => 'runtime.lex-2016-11-28'], 'operations' => ['DeleteSession' => ['name' => 'DeleteSession', 'http' => ['method' => 'DELETE', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session'], 'input' => ['shape' => 'DeleteSessionRequest'], 'output' => ['shape' => 'DeleteSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'GetSession' => ['name' => 'GetSession', 'http' => ['method' => 'GET', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session/'], 'input' => ['shape' => 'GetSessionRequest'], 'output' => ['shape' => 'GetSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'PostContent' => ['name' => 'PostContent', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/content'], 'input' => ['shape' => 'PostContentRequest'], 'output' => ['shape' => 'PostContentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedMediaTypeException'], ['shape' => 'NotAcceptableException'], ['shape' => 'RequestTimeoutException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException'], ['shape' => 'LoopDetectedException']], 'authtype' => 'v4-unsigned-body'], 'PostText' => ['name' => 'PostText', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/text'], 'input' => ['shape' => 'PostTextRequest'], 'output' => ['shape' => 'PostTextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException'], ['shape' => 'LoopDetectedException']]], 'PutSession' => ['name' => 'PutSession', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session'], 'input' => ['shape' => 'PutSessionRequest'], 'output' => ['shape' => 'PutSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'NotAcceptableException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException']]]], 'shapes' => ['Accept' => ['type' => 'string'], 'AttributesString' => ['type' => 'string', 'sensitive' => \true], 'BadGatewayException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BlobStream' => ['type' => 'blob', 'streaming' => \true], 'BotAlias' => ['type' => 'string'], 'BotName' => ['type' => 'string'], 'Button' => ['type' => 'structure', 'required' => ['text', 'value'], 'members' => ['text' => ['shape' => 'ButtonTextStringWithLength'], 'value' => ['shape' => 'ButtonValueStringWithLength']]], 'ButtonTextStringWithLength' => ['type' => 'string', 'max' => 15, 'min' => 1], 'ButtonValueStringWithLength' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ConfirmationStatus' => ['type' => 'string', 'enum' => ['None', 'Confirmed', 'Denied']], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentType' => ['type' => 'string', 'enum' => ['application/vnd.amazonaws.card.generic']], 'DeleteSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId']]], 'DeleteSessionResponse' => ['type' => 'structure', 'members' => ['botName' => ['shape' => 'BotName'], 'botAlias' => ['shape' => 'BotAlias'], 'userId' => ['shape' => 'UserId'], 'sessionId' => ['shape' => 'String']]], 'DependencyFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 424], 'exception' => \true], 'DialogAction' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DialogActionType'], 'intentName' => ['shape' => 'IntentName'], 'slots' => ['shape' => 'StringMap'], 'slotToElicit' => ['shape' => 'String'], 'fulfillmentState' => ['shape' => 'FulfillmentState'], 'message' => ['shape' => 'Text'], 'messageFormat' => ['shape' => 'MessageFormatType']]], 'DialogActionType' => ['type' => 'string', 'enum' => ['ElicitIntent', 'ConfirmIntent', 'ElicitSlot', 'Close', 'Delegate']], 'DialogState' => ['type' => 'string', 'enum' => ['ElicitIntent', 'ConfirmIntent', 'ElicitSlot', 'Fulfilled', 'ReadyForFulfillment', 'Failed']], 'ErrorMessage' => ['type' => 'string'], 'FulfillmentState' => ['type' => 'string', 'enum' => ['Fulfilled', 'Failed', 'ReadyForFulfillment']], 'GenericAttachment' => ['type' => 'structure', 'members' => ['title' => ['shape' => 'StringWithLength'], 'subTitle' => ['shape' => 'StringWithLength'], 'attachmentLinkUrl' => ['shape' => 'StringUrlWithLength'], 'imageUrl' => ['shape' => 'StringUrlWithLength'], 'buttons' => ['shape' => 'listOfButtons']]], 'GetSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'checkpointLabelFilter' => ['shape' => 'IntentSummaryCheckpointLabel', 'location' => 'querystring', 'locationName' => 'checkpointLabelFilter']]], 'GetSessionResponse' => ['type' => 'structure', 'members' => ['recentIntentSummaryView' => ['shape' => 'IntentSummaryList'], 'sessionAttributes' => ['shape' => 'StringMap'], 'sessionId' => ['shape' => 'String'], 'dialogAction' => ['shape' => 'DialogAction']]], 'HttpContentType' => ['type' => 'string'], 'IntentName' => ['type' => 'string'], 'IntentSummary' => ['type' => 'structure', 'required' => ['dialogActionType'], 'members' => ['intentName' => ['shape' => 'IntentName'], 'checkpointLabel' => ['shape' => 'IntentSummaryCheckpointLabel'], 'slots' => ['shape' => 'StringMap'], 'confirmationStatus' => ['shape' => 'ConfirmationStatus'], 'dialogActionType' => ['shape' => 'DialogActionType'], 'fulfillmentState' => ['shape' => 'FulfillmentState'], 'slotToElicit' => ['shape' => 'String']]], 'IntentSummaryCheckpointLabel' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'IntentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IntentSummary'], 'max' => 3, 'min' => 0], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'LoopDetectedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 508], 'exception' => \true], 'MessageFormatType' => ['type' => 'string', 'enum' => ['PlainText', 'CustomPayload', 'SSML', 'Composite']], 'NotAcceptableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 406], 'exception' => \true], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'PostContentRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId', 'contentType', 'inputStream'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'AttributesString', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'requestAttributes' => ['shape' => 'AttributesString', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-request-attributes'], 'contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'accept' => ['shape' => 'Accept', 'location' => 'header', 'locationName' => 'Accept'], 'inputStream' => ['shape' => 'BlobStream']], 'payload' => 'inputStream'], 'PostContentResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'intentName' => ['shape' => 'IntentName', 'location' => 'header', 'locationName' => 'x-amz-lex-intent-name'], 'slots' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-slots'], 'sessionAttributes' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'sentimentResponse' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-sentiment'], 'message' => ['shape' => 'Text', 'location' => 'header', 'locationName' => 'x-amz-lex-message'], 'messageFormat' => ['shape' => 'MessageFormatType', 'location' => 'header', 'locationName' => 'x-amz-lex-message-format'], 'dialogState' => ['shape' => 'DialogState', 'location' => 'header', 'locationName' => 'x-amz-lex-dialog-state'], 'slotToElicit' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-slot-to-elicit'], 'inputTranscript' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-input-transcript'], 'audioStream' => ['shape' => 'BlobStream'], 'sessionId' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-session-id']], 'payload' => 'audioStream'], 'PostTextRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId', 'inputText'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'StringMap'], 'requestAttributes' => ['shape' => 'StringMap'], 'inputText' => ['shape' => 'Text']]], 'PostTextResponse' => ['type' => 'structure', 'members' => ['intentName' => ['shape' => 'IntentName'], 'slots' => ['shape' => 'StringMap'], 'sessionAttributes' => ['shape' => 'StringMap'], 'message' => ['shape' => 'Text'], 'sentimentResponse' => ['shape' => 'SentimentResponse'], 'messageFormat' => ['shape' => 'MessageFormatType'], 'dialogState' => ['shape' => 'DialogState'], 'slotToElicit' => ['shape' => 'String'], 'responseCard' => ['shape' => 'ResponseCard'], 'sessionId' => ['shape' => 'String']]], 'PutSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'StringMap'], 'dialogAction' => ['shape' => 'DialogAction'], 'recentIntentSummaryView' => ['shape' => 'IntentSummaryList'], 'accept' => ['shape' => 'Accept', 'location' => 'header', 'locationName' => 'Accept']]], 'PutSessionResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'intentName' => ['shape' => 'IntentName', 'location' => 'header', 'locationName' => 'x-amz-lex-intent-name'], 'slots' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-slots'], 'sessionAttributes' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'message' => ['shape' => 'Text', 'location' => 'header', 'locationName' => 'x-amz-lex-message'], 'messageFormat' => ['shape' => 'MessageFormatType', 'location' => 'header', 'locationName' => 'x-amz-lex-message-format'], 'dialogState' => ['shape' => 'DialogState', 'location' => 'header', 'locationName' => 'x-amz-lex-dialog-state'], 'slotToElicit' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-slot-to-elicit'], 'audioStream' => ['shape' => 'BlobStream'], 'sessionId' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-session-id']], 'payload' => 'audioStream'], 'RequestTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 408], 'exception' => \true], 'ResponseCard' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'String'], 'contentType' => ['shape' => 'ContentType'], 'genericAttachments' => ['shape' => 'genericAttachmentList']]], 'SentimentLabel' => ['type' => 'string'], 'SentimentResponse' => ['type' => 'structure', 'members' => ['sentimentLabel' => ['shape' => 'SentimentLabel'], 'sentimentScore' => ['shape' => 'SentimentScore']]], 'SentimentScore' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'sensitive' => \true], 'StringUrlWithLength' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StringWithLength' => ['type' => 'string', 'max' => 80, 'min' => 1], 'Text' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'sensitive' => \true], 'UnsupportedMediaTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UserId' => ['type' => 'string', 'max' => 100, 'min' => 2, 'pattern' => '[0-9a-zA-Z._:-]+'], 'genericAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'GenericAttachment'], 'max' => 10, 'min' => 0], 'listOfButtons' => ['type' => 'list', 'member' => ['shape' => 'Button'], 'max' => 5, 'min' => 0]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'runtime.lex', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Lex Runtime Service', 'serviceId' => 'Lex Runtime Service', 'signatureVersion' => 'v4', 'signingName' => 'lex', 'uid' => 'runtime.lex-2016-11-28'], 'operations' => ['DeleteSession' => ['name' => 'DeleteSession', 'http' => ['method' => 'DELETE', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session'], 'input' => ['shape' => 'DeleteSessionRequest'], 'output' => ['shape' => 'DeleteSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'GetSession' => ['name' => 'GetSession', 'http' => ['method' => 'GET', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session/'], 'input' => ['shape' => 'GetSessionRequest'], 'output' => ['shape' => 'GetSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'PostContent' => ['name' => 'PostContent', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/content'], 'input' => ['shape' => 'PostContentRequest'], 'output' => ['shape' => 'PostContentResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'UnsupportedMediaTypeException'], ['shape' => 'NotAcceptableException'], ['shape' => 'RequestTimeoutException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException'], ['shape' => 'LoopDetectedException']], 'authtype' => 'v4-unsigned-body'], 'PostText' => ['name' => 'PostText', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/text'], 'input' => ['shape' => 'PostTextRequest'], 'output' => ['shape' => 'PostTextResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException'], ['shape' => 'LoopDetectedException']]], 'PutSession' => ['name' => 'PutSession', 'http' => ['method' => 'POST', 'requestUri' => '/bot/{botName}/alias/{botAlias}/user/{userId}/session'], 'input' => ['shape' => 'PutSessionRequest'], 'output' => ['shape' => 'PutSessionResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException'], ['shape' => 'NotAcceptableException'], ['shape' => 'DependencyFailedException'], ['shape' => 'BadGatewayException']]]], 'shapes' => ['Accept' => ['type' => 'string'], 'AttributesString' => ['type' => 'string', 'sensitive' => \true], 'BadGatewayException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 502], 'exception' => \true], 'BadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BlobStream' => ['type' => 'blob', 'streaming' => \true], 'BotAlias' => ['type' => 'string'], 'BotName' => ['type' => 'string'], 'BotVersion' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[0-9]+|\\$LATEST'], 'Button' => ['type' => 'structure', 'required' => ['text', 'value'], 'members' => ['text' => ['shape' => 'ButtonTextStringWithLength'], 'value' => ['shape' => 'ButtonValueStringWithLength']]], 'ButtonTextStringWithLength' => ['type' => 'string', 'max' => 15, 'min' => 1], 'ButtonValueStringWithLength' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ConfirmationStatus' => ['type' => 'string', 'enum' => ['None', 'Confirmed', 'Denied']], 'ConflictException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentType' => ['type' => 'string', 'enum' => ['application/vnd.amazonaws.card.generic']], 'DeleteSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId']]], 'DeleteSessionResponse' => ['type' => 'structure', 'members' => ['botName' => ['shape' => 'BotName'], 'botAlias' => ['shape' => 'BotAlias'], 'userId' => ['shape' => 'UserId'], 'sessionId' => ['shape' => 'String']]], 'DependencyFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 424], 'exception' => \true], 'DialogAction' => ['type' => 'structure', 'required' => ['type'], 'members' => ['type' => ['shape' => 'DialogActionType'], 'intentName' => ['shape' => 'IntentName'], 'slots' => ['shape' => 'StringMap'], 'slotToElicit' => ['shape' => 'String'], 'fulfillmentState' => ['shape' => 'FulfillmentState'], 'message' => ['shape' => 'Text'], 'messageFormat' => ['shape' => 'MessageFormatType']]], 'DialogActionType' => ['type' => 'string', 'enum' => ['ElicitIntent', 'ConfirmIntent', 'ElicitSlot', 'Close', 'Delegate']], 'DialogState' => ['type' => 'string', 'enum' => ['ElicitIntent', 'ConfirmIntent', 'ElicitSlot', 'Fulfilled', 'ReadyForFulfillment', 'Failed']], 'Double' => ['type' => 'double'], 'ErrorMessage' => ['type' => 'string'], 'FulfillmentState' => ['type' => 'string', 'enum' => ['Fulfilled', 'Failed', 'ReadyForFulfillment']], 'GenericAttachment' => ['type' => 'structure', 'members' => ['title' => ['shape' => 'StringWithLength'], 'subTitle' => ['shape' => 'StringWithLength'], 'attachmentLinkUrl' => ['shape' => 'StringUrlWithLength'], 'imageUrl' => ['shape' => 'StringUrlWithLength'], 'buttons' => ['shape' => 'listOfButtons']]], 'GetSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'checkpointLabelFilter' => ['shape' => 'IntentSummaryCheckpointLabel', 'location' => 'querystring', 'locationName' => 'checkpointLabelFilter']]], 'GetSessionResponse' => ['type' => 'structure', 'members' => ['recentIntentSummaryView' => ['shape' => 'IntentSummaryList'], 'sessionAttributes' => ['shape' => 'StringMap'], 'sessionId' => ['shape' => 'String'], 'dialogAction' => ['shape' => 'DialogAction']]], 'HttpContentType' => ['type' => 'string'], 'IntentConfidence' => ['type' => 'structure', 'members' => ['score' => ['shape' => 'Double']]], 'IntentList' => ['type' => 'list', 'member' => ['shape' => 'PredictedIntent'], 'max' => 4], 'IntentName' => ['type' => 'string'], 'IntentSummary' => ['type' => 'structure', 'required' => ['dialogActionType'], 'members' => ['intentName' => ['shape' => 'IntentName'], 'checkpointLabel' => ['shape' => 'IntentSummaryCheckpointLabel'], 'slots' => ['shape' => 'StringMap'], 'confirmationStatus' => ['shape' => 'ConfirmationStatus'], 'dialogActionType' => ['shape' => 'DialogActionType'], 'fulfillmentState' => ['shape' => 'FulfillmentState'], 'slotToElicit' => ['shape' => 'String']]], 'IntentSummaryCheckpointLabel' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9-]+'], 'IntentSummaryList' => ['type' => 'list', 'member' => ['shape' => 'IntentSummary'], 'max' => 3, 'min' => 0], 'InternalFailureException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'LimitExceededException' => ['type' => 'structure', 'members' => ['retryAfterSeconds' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'Retry-After'], 'message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'LoopDetectedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 508], 'exception' => \true], 'MessageFormatType' => ['type' => 'string', 'enum' => ['PlainText', 'CustomPayload', 'SSML', 'Composite']], 'NotAcceptableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 406], 'exception' => \true], 'NotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'PostContentRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId', 'contentType', 'inputStream'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'AttributesString', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'requestAttributes' => ['shape' => 'AttributesString', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-request-attributes'], 'contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'accept' => ['shape' => 'Accept', 'location' => 'header', 'locationName' => 'Accept'], 'inputStream' => ['shape' => 'BlobStream']], 'payload' => 'inputStream'], 'PostContentResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'intentName' => ['shape' => 'IntentName', 'location' => 'header', 'locationName' => 'x-amz-lex-intent-name'], 'nluIntentConfidence' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-nlu-intent-confidence'], 'alternativeIntents' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-alternative-intents'], 'slots' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-slots'], 'sessionAttributes' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'sentimentResponse' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-sentiment'], 'message' => ['shape' => 'Text', 'location' => 'header', 'locationName' => 'x-amz-lex-message'], 'messageFormat' => ['shape' => 'MessageFormatType', 'location' => 'header', 'locationName' => 'x-amz-lex-message-format'], 'dialogState' => ['shape' => 'DialogState', 'location' => 'header', 'locationName' => 'x-amz-lex-dialog-state'], 'slotToElicit' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-slot-to-elicit'], 'inputTranscript' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-input-transcript'], 'audioStream' => ['shape' => 'BlobStream'], 'botVersion' => ['shape' => 'BotVersion', 'location' => 'header', 'locationName' => 'x-amz-lex-bot-version'], 'sessionId' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-session-id']], 'payload' => 'audioStream'], 'PostTextRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId', 'inputText'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'StringMap'], 'requestAttributes' => ['shape' => 'StringMap'], 'inputText' => ['shape' => 'Text']]], 'PostTextResponse' => ['type' => 'structure', 'members' => ['intentName' => ['shape' => 'IntentName'], 'nluIntentConfidence' => ['shape' => 'IntentConfidence'], 'alternativeIntents' => ['shape' => 'IntentList'], 'slots' => ['shape' => 'StringMap'], 'sessionAttributes' => ['shape' => 'StringMap'], 'message' => ['shape' => 'Text'], 'sentimentResponse' => ['shape' => 'SentimentResponse'], 'messageFormat' => ['shape' => 'MessageFormatType'], 'dialogState' => ['shape' => 'DialogState'], 'slotToElicit' => ['shape' => 'String'], 'responseCard' => ['shape' => 'ResponseCard'], 'sessionId' => ['shape' => 'String'], 'botVersion' => ['shape' => 'BotVersion']]], 'PredictedIntent' => ['type' => 'structure', 'members' => ['intentName' => ['shape' => 'IntentName'], 'nluIntentConfidence' => ['shape' => 'IntentConfidence'], 'slots' => ['shape' => 'StringMap']]], 'PutSessionRequest' => ['type' => 'structure', 'required' => ['botName', 'botAlias', 'userId'], 'members' => ['botName' => ['shape' => 'BotName', 'location' => 'uri', 'locationName' => 'botName'], 'botAlias' => ['shape' => 'BotAlias', 'location' => 'uri', 'locationName' => 'botAlias'], 'userId' => ['shape' => 'UserId', 'location' => 'uri', 'locationName' => 'userId'], 'sessionAttributes' => ['shape' => 'StringMap'], 'dialogAction' => ['shape' => 'DialogAction'], 'recentIntentSummaryView' => ['shape' => 'IntentSummaryList'], 'accept' => ['shape' => 'Accept', 'location' => 'header', 'locationName' => 'Accept']]], 'PutSessionResponse' => ['type' => 'structure', 'members' => ['contentType' => ['shape' => 'HttpContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'intentName' => ['shape' => 'IntentName', 'location' => 'header', 'locationName' => 'x-amz-lex-intent-name'], 'slots' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-slots'], 'sessionAttributes' => ['shape' => 'String', 'jsonvalue' => \true, 'location' => 'header', 'locationName' => 'x-amz-lex-session-attributes'], 'message' => ['shape' => 'Text', 'location' => 'header', 'locationName' => 'x-amz-lex-message'], 'messageFormat' => ['shape' => 'MessageFormatType', 'location' => 'header', 'locationName' => 'x-amz-lex-message-format'], 'dialogState' => ['shape' => 'DialogState', 'location' => 'header', 'locationName' => 'x-amz-lex-dialog-state'], 'slotToElicit' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-slot-to-elicit'], 'audioStream' => ['shape' => 'BlobStream'], 'sessionId' => ['shape' => 'String', 'location' => 'header', 'locationName' => 'x-amz-lex-session-id']], 'payload' => 'audioStream'], 'RequestTimeoutException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 408], 'exception' => \true], 'ResponseCard' => ['type' => 'structure', 'members' => ['version' => ['shape' => 'String'], 'contentType' => ['shape' => 'ContentType'], 'genericAttachments' => ['shape' => 'genericAttachmentList']]], 'SentimentLabel' => ['type' => 'string'], 'SentimentResponse' => ['type' => 'structure', 'members' => ['sentimentLabel' => ['shape' => 'SentimentLabel'], 'sentimentScore' => ['shape' => 'SentimentScore']]], 'SentimentScore' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String'], 'sensitive' => \true], 'StringUrlWithLength' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'StringWithLength' => ['type' => 'string', 'max' => 80, 'min' => 1], 'Text' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'sensitive' => \true], 'UnsupportedMediaTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 415], 'exception' => \true], 'UserId' => ['type' => 'string', 'max' => 100, 'min' => 2, 'pattern' => '[0-9a-zA-Z._:-]+'], 'genericAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'GenericAttachment'], 'max' => 10, 'min' => 0], 'listOfButtons' => ['type' => 'list', 'member' => ['shape' => 'Button'], 'max' => 5, 'min' => 0]]]; diff --git a/vendor/Aws3/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php b/vendor/Aws3/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php index 39f40734..88826800 100644 --- a/vendor/Aws3/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php +++ b/vendor/Aws3/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-05-13', 'endpointPrefix' => 'runtime.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon SageMaker Runtime', 'serviceId' => 'SageMaker Runtime', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'uid' => 'runtime.sagemaker-2017-05-13'], 'operations' => ['InvokeEndpoint' => ['name' => 'InvokeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/endpoints/{EndpointName}/invocations'], 'input' => ['shape' => 'InvokeEndpointInput'], 'output' => ['shape' => 'InvokeEndpointOutput'], 'errors' => [['shape' => 'InternalFailure'], ['shape' => 'ServiceUnavailable'], ['shape' => 'ValidationError'], ['shape' => 'ModelError']]]], 'shapes' => ['BodyBlob' => ['type' => 'blob', 'max' => 5242880, 'sensitive' => \true], 'CustomAttributesHeader' => ['type' => 'string', 'max' => 1024, 'pattern' => '\\p{ASCII}*', 'sensitive' => \true], 'EndpointName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'Header' => ['type' => 'string', 'max' => 1024, 'pattern' => '\\p{ASCII}*'], 'InternalFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'InvokeEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'Body'], 'members' => ['EndpointName' => ['shape' => 'EndpointName', 'location' => 'uri', 'locationName' => 'EndpointName'], 'Body' => ['shape' => 'BodyBlob'], 'ContentType' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Content-Type'], 'Accept' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Accept'], 'CustomAttributes' => ['shape' => 'CustomAttributesHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Custom-Attributes'], 'TargetModel' => ['shape' => 'TargetModelHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Target-Model']], 'payload' => 'Body'], 'InvokeEndpointOutput' => ['type' => 'structure', 'required' => ['Body'], 'members' => ['Body' => ['shape' => 'BodyBlob'], 'ContentType' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Content-Type'], 'InvokedProductionVariant' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'x-Amzn-Invoked-Production-Variant'], 'CustomAttributes' => ['shape' => 'CustomAttributesHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Custom-Attributes']], 'payload' => 'Body'], 'LogStreamArn' => ['type' => 'string'], 'Message' => ['type' => 'string', 'max' => 2048], 'ModelError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'OriginalStatusCode' => ['shape' => 'StatusCode'], 'OriginalMessage' => ['shape' => 'Message'], 'LogStreamArn' => ['shape' => 'LogStreamArn']], 'error' => ['httpStatusCode' => 424], 'exception' => \true], 'ServiceUnavailable' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'StatusCode' => ['type' => 'integer'], 'TargetModelHeader' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '\\A\\S[\\p{Print}]*\\z'], 'ValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true, 'synthetic' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-05-13', 'endpointPrefix' => 'runtime.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon SageMaker Runtime', 'serviceId' => 'SageMaker Runtime', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'uid' => 'runtime.sagemaker-2017-05-13'], 'operations' => ['InvokeEndpoint' => ['name' => 'InvokeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/endpoints/{EndpointName}/invocations'], 'input' => ['shape' => 'InvokeEndpointInput'], 'output' => ['shape' => 'InvokeEndpointOutput'], 'errors' => [['shape' => 'InternalFailure'], ['shape' => 'ServiceUnavailable'], ['shape' => 'ValidationError'], ['shape' => 'ModelError']]]], 'shapes' => ['BodyBlob' => ['type' => 'blob', 'max' => 6291456, 'sensitive' => \true], 'CustomAttributesHeader' => ['type' => 'string', 'max' => 1024, 'pattern' => '\\p{ASCII}*', 'sensitive' => \true], 'EndpointName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'Header' => ['type' => 'string', 'max' => 1024, 'pattern' => '\\p{ASCII}*'], 'InternalFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'InvokeEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'Body'], 'members' => ['EndpointName' => ['shape' => 'EndpointName', 'location' => 'uri', 'locationName' => 'EndpointName'], 'Body' => ['shape' => 'BodyBlob'], 'ContentType' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Content-Type'], 'Accept' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Accept'], 'CustomAttributes' => ['shape' => 'CustomAttributesHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Custom-Attributes'], 'TargetModel' => ['shape' => 'TargetModelHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Target-Model'], 'TargetVariant' => ['shape' => 'TargetVariantHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Target-Variant']], 'payload' => 'Body'], 'InvokeEndpointOutput' => ['type' => 'structure', 'required' => ['Body'], 'members' => ['Body' => ['shape' => 'BodyBlob'], 'ContentType' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'Content-Type'], 'InvokedProductionVariant' => ['shape' => 'Header', 'location' => 'header', 'locationName' => 'x-Amzn-Invoked-Production-Variant'], 'CustomAttributes' => ['shape' => 'CustomAttributesHeader', 'location' => 'header', 'locationName' => 'X-Amzn-SageMaker-Custom-Attributes']], 'payload' => 'Body'], 'LogStreamArn' => ['type' => 'string'], 'Message' => ['type' => 'string', 'max' => 2048], 'ModelError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message'], 'OriginalStatusCode' => ['shape' => 'StatusCode'], 'OriginalMessage' => ['shape' => 'Message'], 'LogStreamArn' => ['shape' => 'LogStreamArn']], 'error' => ['httpStatusCode' => 424], 'exception' => \true], 'ServiceUnavailable' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 503], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'StatusCode' => ['type' => 'integer'], 'TargetModelHeader' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '\\A\\S[\\p{Print}]*\\z'], 'TargetVariantHeader' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ValidationError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'Message']], 'error' => ['httpStatusCode' => 400], 'exception' => \true, 'synthetic' => \true]]]; diff --git a/vendor/Aws3/Aws/data/s3/2006-03-01/api-2.json.php b/vendor/Aws3/Aws/data/s3/2006-03-01/api-2.json.php index 6f0f1cd8..6d2cdd5c 100644 --- a/vendor/Aws3/Aws/data/s3/2006-03-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/s3/2006-03-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2006-03-01', 'checksumFormat' => 'md5', 'endpointPrefix' => 's3', 'globalEndpoint' => 's3.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'Amazon S3', 'serviceFullName' => 'Amazon Simple Storage Service', 'serviceId' => 'S3', 'signatureVersion' => 's3', 'uid' => 's3-2006-03-01'], 'operations' => ['AbortMultipartUpload' => ['name' => 'AbortMultipartUpload', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}', 'responseCode' => 204], 'input' => ['shape' => 'AbortMultipartUploadRequest'], 'output' => ['shape' => 'AbortMultipartUploadOutput'], 'errors' => [['shape' => 'NoSuchUpload']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html'], 'CompleteMultipartUpload' => ['name' => 'CompleteMultipartUpload', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'CompleteMultipartUploadRequest'], 'output' => ['shape' => 'CompleteMultipartUploadOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadComplete.html'], 'CopyObject' => ['name' => 'CopyObject', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'CopyObjectRequest'], 'output' => ['shape' => 'CopyObjectOutput'], 'errors' => [['shape' => 'ObjectNotInActiveTierError']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectCOPY.html', 'alias' => 'PutObjectCopy'], 'CreateBucket' => ['name' => 'CreateBucket', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'CreateBucketRequest'], 'output' => ['shape' => 'CreateBucketOutput'], 'errors' => [['shape' => 'BucketAlreadyExists'], ['shape' => 'BucketAlreadyOwnedByYou']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html', 'alias' => 'PutBucket'], 'CreateMultipartUpload' => ['name' => 'CreateMultipartUpload', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?uploads'], 'input' => ['shape' => 'CreateMultipartUploadRequest'], 'output' => ['shape' => 'CreateMultipartUploadOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadInitiate.html', 'alias' => 'InitiateMultipartUpload'], 'DeleteBucket' => ['name' => 'DeleteBucket', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETE.html'], 'DeleteBucketAnalyticsConfiguration' => ['name' => 'DeleteBucketAnalyticsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?analytics', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketAnalyticsConfigurationRequest']], 'DeleteBucketCors' => ['name' => 'DeleteBucketCors', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?cors', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketCorsRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html'], 'DeleteBucketEncryption' => ['name' => 'DeleteBucketEncryption', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?encryption', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketEncryptionRequest']], 'DeleteBucketInventoryConfiguration' => ['name' => 'DeleteBucketInventoryConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?inventory', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketInventoryConfigurationRequest']], 'DeleteBucketLifecycle' => ['name' => 'DeleteBucketLifecycle', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?lifecycle', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketLifecycleRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETElifecycle.html'], 'DeleteBucketMetricsConfiguration' => ['name' => 'DeleteBucketMetricsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?metrics', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketMetricsConfigurationRequest']], 'DeleteBucketPolicy' => ['name' => 'DeleteBucketPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?policy', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketPolicyRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEpolicy.html'], 'DeleteBucketReplication' => ['name' => 'DeleteBucketReplication', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?replication', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketReplicationRequest']], 'DeleteBucketTagging' => ['name' => 'DeleteBucketTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?tagging', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketTaggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEtagging.html'], 'DeleteBucketWebsite' => ['name' => 'DeleteBucketWebsite', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?website', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketWebsiteRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEwebsite.html'], 'DeleteObject' => ['name' => 'DeleteObject', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteObjectRequest'], 'output' => ['shape' => 'DeleteObjectOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectDELETE.html'], 'DeleteObjectTagging' => ['name' => 'DeleteObjectTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}?tagging', 'responseCode' => 204], 'input' => ['shape' => 'DeleteObjectTaggingRequest'], 'output' => ['shape' => 'DeleteObjectTaggingOutput']], 'DeleteObjects' => ['name' => 'DeleteObjects', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}?delete'], 'input' => ['shape' => 'DeleteObjectsRequest'], 'output' => ['shape' => 'DeleteObjectsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html', 'alias' => 'DeleteMultipleObjects'], 'DeletePublicAccessBlock' => ['name' => 'DeletePublicAccessBlock', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?publicAccessBlock', 'responseCode' => 204], 'input' => ['shape' => 'DeletePublicAccessBlockRequest']], 'GetBucketAccelerateConfiguration' => ['name' => 'GetBucketAccelerateConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?accelerate'], 'input' => ['shape' => 'GetBucketAccelerateConfigurationRequest'], 'output' => ['shape' => 'GetBucketAccelerateConfigurationOutput']], 'GetBucketAcl' => ['name' => 'GetBucketAcl', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?acl'], 'input' => ['shape' => 'GetBucketAclRequest'], 'output' => ['shape' => 'GetBucketAclOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETacl.html'], 'GetBucketAnalyticsConfiguration' => ['name' => 'GetBucketAnalyticsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'GetBucketAnalyticsConfigurationRequest'], 'output' => ['shape' => 'GetBucketAnalyticsConfigurationOutput']], 'GetBucketCors' => ['name' => 'GetBucketCors', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?cors'], 'input' => ['shape' => 'GetBucketCorsRequest'], 'output' => ['shape' => 'GetBucketCorsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html'], 'GetBucketEncryption' => ['name' => 'GetBucketEncryption', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?encryption'], 'input' => ['shape' => 'GetBucketEncryptionRequest'], 'output' => ['shape' => 'GetBucketEncryptionOutput']], 'GetBucketInventoryConfiguration' => ['name' => 'GetBucketInventoryConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'GetBucketInventoryConfigurationRequest'], 'output' => ['shape' => 'GetBucketInventoryConfigurationOutput']], 'GetBucketLifecycle' => ['name' => 'GetBucketLifecycle', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'GetBucketLifecycleRequest'], 'output' => ['shape' => 'GetBucketLifecycleOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlifecycle.html', 'deprecated' => \true], 'GetBucketLifecycleConfiguration' => ['name' => 'GetBucketLifecycleConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'GetBucketLifecycleConfigurationRequest'], 'output' => ['shape' => 'GetBucketLifecycleConfigurationOutput']], 'GetBucketLocation' => ['name' => 'GetBucketLocation', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?location'], 'input' => ['shape' => 'GetBucketLocationRequest'], 'output' => ['shape' => 'GetBucketLocationOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlocation.html'], 'GetBucketLogging' => ['name' => 'GetBucketLogging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?logging'], 'input' => ['shape' => 'GetBucketLoggingRequest'], 'output' => ['shape' => 'GetBucketLoggingOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlogging.html'], 'GetBucketMetricsConfiguration' => ['name' => 'GetBucketMetricsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'GetBucketMetricsConfigurationRequest'], 'output' => ['shape' => 'GetBucketMetricsConfigurationOutput']], 'GetBucketNotification' => ['name' => 'GetBucketNotification', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'GetBucketNotificationConfigurationRequest'], 'output' => ['shape' => 'NotificationConfigurationDeprecated'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html', 'deprecated' => \true], 'GetBucketNotificationConfiguration' => ['name' => 'GetBucketNotificationConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'GetBucketNotificationConfigurationRequest'], 'output' => ['shape' => 'NotificationConfiguration']], 'GetBucketPolicy' => ['name' => 'GetBucketPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?policy'], 'input' => ['shape' => 'GetBucketPolicyRequest'], 'output' => ['shape' => 'GetBucketPolicyOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETpolicy.html'], 'GetBucketPolicyStatus' => ['name' => 'GetBucketPolicyStatus', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?policyStatus'], 'input' => ['shape' => 'GetBucketPolicyStatusRequest'], 'output' => ['shape' => 'GetBucketPolicyStatusOutput']], 'GetBucketReplication' => ['name' => 'GetBucketReplication', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?replication'], 'input' => ['shape' => 'GetBucketReplicationRequest'], 'output' => ['shape' => 'GetBucketReplicationOutput']], 'GetBucketRequestPayment' => ['name' => 'GetBucketRequestPayment', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?requestPayment'], 'input' => ['shape' => 'GetBucketRequestPaymentRequest'], 'output' => ['shape' => 'GetBucketRequestPaymentOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentGET.html'], 'GetBucketTagging' => ['name' => 'GetBucketTagging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?tagging'], 'input' => ['shape' => 'GetBucketTaggingRequest'], 'output' => ['shape' => 'GetBucketTaggingOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETtagging.html'], 'GetBucketVersioning' => ['name' => 'GetBucketVersioning', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?versioning'], 'input' => ['shape' => 'GetBucketVersioningRequest'], 'output' => ['shape' => 'GetBucketVersioningOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETversioningStatus.html'], 'GetBucketWebsite' => ['name' => 'GetBucketWebsite', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?website'], 'input' => ['shape' => 'GetBucketWebsiteRequest'], 'output' => ['shape' => 'GetBucketWebsiteOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETwebsite.html'], 'GetObject' => ['name' => 'GetObject', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'GetObjectRequest'], 'output' => ['shape' => 'GetObjectOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html'], 'GetObjectAcl' => ['name' => 'GetObjectAcl', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?acl'], 'input' => ['shape' => 'GetObjectAclRequest'], 'output' => ['shape' => 'GetObjectAclOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html'], 'GetObjectLegalHold' => ['name' => 'GetObjectLegalHold', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?legal-hold'], 'input' => ['shape' => 'GetObjectLegalHoldRequest'], 'output' => ['shape' => 'GetObjectLegalHoldOutput']], 'GetObjectLockConfiguration' => ['name' => 'GetObjectLockConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?object-lock'], 'input' => ['shape' => 'GetObjectLockConfigurationRequest'], 'output' => ['shape' => 'GetObjectLockConfigurationOutput']], 'GetObjectRetention' => ['name' => 'GetObjectRetention', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?retention'], 'input' => ['shape' => 'GetObjectRetentionRequest'], 'output' => ['shape' => 'GetObjectRetentionOutput']], 'GetObjectTagging' => ['name' => 'GetObjectTagging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?tagging'], 'input' => ['shape' => 'GetObjectTaggingRequest'], 'output' => ['shape' => 'GetObjectTaggingOutput']], 'GetObjectTorrent' => ['name' => 'GetObjectTorrent', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?torrent'], 'input' => ['shape' => 'GetObjectTorrentRequest'], 'output' => ['shape' => 'GetObjectTorrentOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETtorrent.html'], 'GetPublicAccessBlock' => ['name' => 'GetPublicAccessBlock', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?publicAccessBlock'], 'input' => ['shape' => 'GetPublicAccessBlockRequest'], 'output' => ['shape' => 'GetPublicAccessBlockOutput']], 'HeadBucket' => ['name' => 'HeadBucket', 'http' => ['method' => 'HEAD', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'HeadBucketRequest'], 'errors' => [['shape' => 'NoSuchBucket']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketHEAD.html'], 'HeadObject' => ['name' => 'HeadObject', 'http' => ['method' => 'HEAD', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'HeadObjectRequest'], 'output' => ['shape' => 'HeadObjectOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html'], 'ListBucketAnalyticsConfigurations' => ['name' => 'ListBucketAnalyticsConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'ListBucketAnalyticsConfigurationsRequest'], 'output' => ['shape' => 'ListBucketAnalyticsConfigurationsOutput']], 'ListBucketInventoryConfigurations' => ['name' => 'ListBucketInventoryConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'ListBucketInventoryConfigurationsRequest'], 'output' => ['shape' => 'ListBucketInventoryConfigurationsOutput']], 'ListBucketMetricsConfigurations' => ['name' => 'ListBucketMetricsConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'ListBucketMetricsConfigurationsRequest'], 'output' => ['shape' => 'ListBucketMetricsConfigurationsOutput']], 'ListBuckets' => ['name' => 'ListBuckets', 'http' => ['method' => 'GET', 'requestUri' => '/'], 'output' => ['shape' => 'ListBucketsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTServiceGET.html', 'alias' => 'GetService'], 'ListMultipartUploads' => ['name' => 'ListMultipartUploads', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?uploads'], 'input' => ['shape' => 'ListMultipartUploadsRequest'], 'output' => ['shape' => 'ListMultipartUploadsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListMPUpload.html'], 'ListObjectVersions' => ['name' => 'ListObjectVersions', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?versions'], 'input' => ['shape' => 'ListObjectVersionsRequest'], 'output' => ['shape' => 'ListObjectVersionsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETVersion.html', 'alias' => 'GetBucketObjectVersions'], 'ListObjects' => ['name' => 'ListObjects', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'ListObjectsRequest'], 'output' => ['shape' => 'ListObjectsOutput'], 'errors' => [['shape' => 'NoSuchBucket']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html', 'alias' => 'GetBucket'], 'ListObjectsV2' => ['name' => 'ListObjectsV2', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?list-type=2'], 'input' => ['shape' => 'ListObjectsV2Request'], 'output' => ['shape' => 'ListObjectsV2Output'], 'errors' => [['shape' => 'NoSuchBucket']]], 'ListParts' => ['name' => 'ListParts', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'ListPartsRequest'], 'output' => ['shape' => 'ListPartsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListParts.html'], 'PutBucketAccelerateConfiguration' => ['name' => 'PutBucketAccelerateConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?accelerate'], 'input' => ['shape' => 'PutBucketAccelerateConfigurationRequest']], 'PutBucketAcl' => ['name' => 'PutBucketAcl', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?acl'], 'input' => ['shape' => 'PutBucketAclRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html'], 'PutBucketAnalyticsConfiguration' => ['name' => 'PutBucketAnalyticsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'PutBucketAnalyticsConfigurationRequest']], 'PutBucketCors' => ['name' => 'PutBucketCors', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?cors'], 'input' => ['shape' => 'PutBucketCorsRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html'], 'PutBucketEncryption' => ['name' => 'PutBucketEncryption', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?encryption'], 'input' => ['shape' => 'PutBucketEncryptionRequest']], 'PutBucketInventoryConfiguration' => ['name' => 'PutBucketInventoryConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'PutBucketInventoryConfigurationRequest']], 'PutBucketLifecycle' => ['name' => 'PutBucketLifecycle', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'PutBucketLifecycleRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html', 'deprecated' => \true], 'PutBucketLifecycleConfiguration' => ['name' => 'PutBucketLifecycleConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'PutBucketLifecycleConfigurationRequest']], 'PutBucketLogging' => ['name' => 'PutBucketLogging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?logging'], 'input' => ['shape' => 'PutBucketLoggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html'], 'PutBucketMetricsConfiguration' => ['name' => 'PutBucketMetricsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'PutBucketMetricsConfigurationRequest']], 'PutBucketNotification' => ['name' => 'PutBucketNotification', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'PutBucketNotificationRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html', 'deprecated' => \true], 'PutBucketNotificationConfiguration' => ['name' => 'PutBucketNotificationConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'PutBucketNotificationConfigurationRequest']], 'PutBucketPolicy' => ['name' => 'PutBucketPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?policy'], 'input' => ['shape' => 'PutBucketPolicyRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html'], 'PutBucketReplication' => ['name' => 'PutBucketReplication', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?replication'], 'input' => ['shape' => 'PutBucketReplicationRequest']], 'PutBucketRequestPayment' => ['name' => 'PutBucketRequestPayment', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?requestPayment'], 'input' => ['shape' => 'PutBucketRequestPaymentRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html'], 'PutBucketTagging' => ['name' => 'PutBucketTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?tagging'], 'input' => ['shape' => 'PutBucketTaggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html'], 'PutBucketVersioning' => ['name' => 'PutBucketVersioning', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?versioning'], 'input' => ['shape' => 'PutBucketVersioningRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html'], 'PutBucketWebsite' => ['name' => 'PutBucketWebsite', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?website'], 'input' => ['shape' => 'PutBucketWebsiteRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html'], 'PutObject' => ['name' => 'PutObject', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'PutObjectRequest'], 'output' => ['shape' => 'PutObjectOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUT.html'], 'PutObjectAcl' => ['name' => 'PutObjectAcl', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?acl'], 'input' => ['shape' => 'PutObjectAclRequest'], 'output' => ['shape' => 'PutObjectAclOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html'], 'PutObjectLegalHold' => ['name' => 'PutObjectLegalHold', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?legal-hold'], 'input' => ['shape' => 'PutObjectLegalHoldRequest'], 'output' => ['shape' => 'PutObjectLegalHoldOutput']], 'PutObjectLockConfiguration' => ['name' => 'PutObjectLockConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?object-lock'], 'input' => ['shape' => 'PutObjectLockConfigurationRequest'], 'output' => ['shape' => 'PutObjectLockConfigurationOutput']], 'PutObjectRetention' => ['name' => 'PutObjectRetention', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?retention'], 'input' => ['shape' => 'PutObjectRetentionRequest'], 'output' => ['shape' => 'PutObjectRetentionOutput']], 'PutObjectTagging' => ['name' => 'PutObjectTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?tagging'], 'input' => ['shape' => 'PutObjectTaggingRequest'], 'output' => ['shape' => 'PutObjectTaggingOutput']], 'PutPublicAccessBlock' => ['name' => 'PutPublicAccessBlock', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?publicAccessBlock'], 'input' => ['shape' => 'PutPublicAccessBlockRequest']], 'RestoreObject' => ['name' => 'RestoreObject', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?restore'], 'input' => ['shape' => 'RestoreObjectRequest'], 'output' => ['shape' => 'RestoreObjectOutput'], 'errors' => [['shape' => 'ObjectAlreadyInActiveTierError']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectRestore.html', 'alias' => 'PostObjectRestore'], 'SelectObjectContent' => ['name' => 'SelectObjectContent', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?select&select-type=2'], 'input' => ['shape' => 'SelectObjectContentRequest', 'locationName' => 'SelectObjectContentRequest', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'output' => ['shape' => 'SelectObjectContentOutput']], 'UploadPart' => ['name' => 'UploadPart', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'UploadPartRequest'], 'output' => ['shape' => 'UploadPartOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPart.html'], 'UploadPartCopy' => ['name' => 'UploadPartCopy', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'UploadPartCopyRequest'], 'output' => ['shape' => 'UploadPartCopyOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html']], 'shapes' => ['AbortDate' => ['type' => 'timestamp'], 'AbortIncompleteMultipartUpload' => ['type' => 'structure', 'members' => ['DaysAfterInitiation' => ['shape' => 'DaysAfterInitiation']]], 'AbortMultipartUploadOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'AbortMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'AbortRuleId' => ['type' => 'string'], 'AccelerateConfiguration' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketAccelerateStatus']]], 'AcceptRanges' => ['type' => 'string'], 'AccessControlPolicy' => ['type' => 'structure', 'members' => ['Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList'], 'Owner' => ['shape' => 'Owner']]], 'AccessControlTranslation' => ['type' => 'structure', 'required' => ['Owner'], 'members' => ['Owner' => ['shape' => 'OwnerOverride']]], 'AccountId' => ['type' => 'string'], 'AllowQuotedRecordDelimiter' => ['type' => 'boolean'], 'AllowedHeader' => ['type' => 'string'], 'AllowedHeaders' => ['type' => 'list', 'member' => ['shape' => 'AllowedHeader'], 'flattened' => \true], 'AllowedMethod' => ['type' => 'string'], 'AllowedMethods' => ['type' => 'list', 'member' => ['shape' => 'AllowedMethod'], 'flattened' => \true], 'AllowedOrigin' => ['type' => 'string'], 'AllowedOrigins' => ['type' => 'list', 'member' => ['shape' => 'AllowedOrigin'], 'flattened' => \true], 'AnalyticsAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'AnalyticsConfiguration' => ['type' => 'structure', 'required' => ['Id', 'StorageClassAnalysis'], 'members' => ['Id' => ['shape' => 'AnalyticsId'], 'Filter' => ['shape' => 'AnalyticsFilter'], 'StorageClassAnalysis' => ['shape' => 'StorageClassAnalysis']]], 'AnalyticsConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'AnalyticsConfiguration'], 'flattened' => \true], 'AnalyticsExportDestination' => ['type' => 'structure', 'required' => ['S3BucketDestination'], 'members' => ['S3BucketDestination' => ['shape' => 'AnalyticsS3BucketDestination']]], 'AnalyticsFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'AnalyticsAndOperator']]], 'AnalyticsId' => ['type' => 'string'], 'AnalyticsS3BucketDestination' => ['type' => 'structure', 'required' => ['Format', 'Bucket'], 'members' => ['Format' => ['shape' => 'AnalyticsS3ExportFileFormat'], 'BucketAccountId' => ['shape' => 'AccountId'], 'Bucket' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix']]], 'AnalyticsS3ExportFileFormat' => ['type' => 'string', 'enum' => ['CSV']], 'Body' => ['type' => 'blob'], 'Bucket' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'BucketName'], 'CreationDate' => ['shape' => 'CreationDate']]], 'BucketAccelerateStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Suspended']], 'BucketAlreadyExists' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BucketAlreadyOwnedByYou' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BucketCannedACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read']], 'BucketLifecycleConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'LifecycleRules', 'locationName' => 'Rule']]], 'BucketLocationConstraint' => ['type' => 'string', 'enum' => ['EU', 'eu-west-1', 'us-west-1', 'us-west-2', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ap-northeast-1', 'sa-east-1', 'cn-north-1', 'eu-central-1']], 'BucketLoggingStatus' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'LoggingEnabled']]], 'BucketLogsPermission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'READ', 'WRITE']], 'BucketName' => ['type' => 'string'], 'BucketVersioningStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Suspended']], 'Buckets' => ['type' => 'list', 'member' => ['shape' => 'Bucket', 'locationName' => 'Bucket']], 'BypassGovernanceRetention' => ['type' => 'boolean'], 'BytesProcessed' => ['type' => 'long'], 'BytesReturned' => ['type' => 'long'], 'BytesScanned' => ['type' => 'long'], 'CORSConfiguration' => ['type' => 'structure', 'required' => ['CORSRules'], 'members' => ['CORSRules' => ['shape' => 'CORSRules', 'locationName' => 'CORSRule']]], 'CORSRule' => ['type' => 'structure', 'required' => ['AllowedMethods', 'AllowedOrigins'], 'members' => ['AllowedHeaders' => ['shape' => 'AllowedHeaders', 'locationName' => 'AllowedHeader'], 'AllowedMethods' => ['shape' => 'AllowedMethods', 'locationName' => 'AllowedMethod'], 'AllowedOrigins' => ['shape' => 'AllowedOrigins', 'locationName' => 'AllowedOrigin'], 'ExposeHeaders' => ['shape' => 'ExposeHeaders', 'locationName' => 'ExposeHeader'], 'MaxAgeSeconds' => ['shape' => 'MaxAgeSeconds']]], 'CORSRules' => ['type' => 'list', 'member' => ['shape' => 'CORSRule'], 'flattened' => \true], 'CSVInput' => ['type' => 'structure', 'members' => ['FileHeaderInfo' => ['shape' => 'FileHeaderInfo'], 'Comments' => ['shape' => 'Comments'], 'QuoteEscapeCharacter' => ['shape' => 'QuoteEscapeCharacter'], 'RecordDelimiter' => ['shape' => 'RecordDelimiter'], 'FieldDelimiter' => ['shape' => 'FieldDelimiter'], 'QuoteCharacter' => ['shape' => 'QuoteCharacter'], 'AllowQuotedRecordDelimiter' => ['shape' => 'AllowQuotedRecordDelimiter']]], 'CSVOutput' => ['type' => 'structure', 'members' => ['QuoteFields' => ['shape' => 'QuoteFields'], 'QuoteEscapeCharacter' => ['shape' => 'QuoteEscapeCharacter'], 'RecordDelimiter' => ['shape' => 'RecordDelimiter'], 'FieldDelimiter' => ['shape' => 'FieldDelimiter'], 'QuoteCharacter' => ['shape' => 'QuoteCharacter']]], 'CacheControl' => ['type' => 'string'], 'CloudFunction' => ['type' => 'string'], 'CloudFunctionConfiguration' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'CloudFunction' => ['shape' => 'CloudFunction'], 'InvocationRole' => ['shape' => 'CloudFunctionInvocationRole']]], 'CloudFunctionInvocationRole' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Comments' => ['type' => 'string'], 'CommonPrefix' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix']]], 'CommonPrefixList' => ['type' => 'list', 'member' => ['shape' => 'CommonPrefix'], 'flattened' => \true], 'CompleteMultipartUploadOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'Location'], 'Bucket' => ['shape' => 'BucketName'], 'Key' => ['shape' => 'ObjectKey'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'ETag' => ['shape' => 'ETag'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'CompleteMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MultipartUpload' => ['shape' => 'CompletedMultipartUpload', 'locationName' => 'CompleteMultipartUpload', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'MultipartUpload'], 'CompletedMultipartUpload' => ['type' => 'structure', 'members' => ['Parts' => ['shape' => 'CompletedPartList', 'locationName' => 'Part']]], 'CompletedPart' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'PartNumber' => ['shape' => 'PartNumber']]], 'CompletedPartList' => ['type' => 'list', 'member' => ['shape' => 'CompletedPart'], 'flattened' => \true], 'CompressionType' => ['type' => 'string', 'enum' => ['NONE', 'GZIP', 'BZIP2']], 'Condition' => ['type' => 'structure', 'members' => ['HttpErrorCodeReturnedEquals' => ['shape' => 'HttpErrorCodeReturnedEquals'], 'KeyPrefixEquals' => ['shape' => 'KeyPrefixEquals']]], 'ConfirmRemoveSelfBucketAccess' => ['type' => 'boolean'], 'ContentDisposition' => ['type' => 'string'], 'ContentEncoding' => ['type' => 'string'], 'ContentLanguage' => ['type' => 'string'], 'ContentLength' => ['type' => 'long'], 'ContentMD5' => ['type' => 'string'], 'ContentRange' => ['type' => 'string'], 'ContentType' => ['type' => 'string'], 'ContinuationEvent' => ['type' => 'structure', 'members' => [], 'event' => \true], 'CopyObjectOutput' => ['type' => 'structure', 'members' => ['CopyObjectResult' => ['shape' => 'CopyObjectResult'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'CopySourceVersionId' => ['shape' => 'CopySourceVersionId', 'location' => 'header', 'locationName' => 'x-amz-copy-source-version-id'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'CopyObjectResult'], 'CopyObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CopySource', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'CopySource' => ['shape' => 'CopySource', 'location' => 'header', 'locationName' => 'x-amz-copy-source'], 'CopySourceIfMatch' => ['shape' => 'CopySourceIfMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-match'], 'CopySourceIfModifiedSince' => ['shape' => 'CopySourceIfModifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-modified-since'], 'CopySourceIfNoneMatch' => ['shape' => 'CopySourceIfNoneMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-none-match'], 'CopySourceIfUnmodifiedSince' => ['shape' => 'CopySourceIfUnmodifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-unmodified-since'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'MetadataDirective' => ['shape' => 'MetadataDirective', 'location' => 'header', 'locationName' => 'x-amz-metadata-directive'], 'TaggingDirective' => ['shape' => 'TaggingDirective', 'location' => 'header', 'locationName' => 'x-amz-tagging-directive'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'CopySourceSSECustomerAlgorithm' => ['shape' => 'CopySourceSSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-algorithm'], 'CopySourceSSECustomerKey' => ['shape' => 'CopySourceSSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key'], 'CopySourceSSECustomerKeyMD5' => ['shape' => 'CopySourceSSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'CopyObjectResult' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'LastModified' => ['shape' => 'LastModified']]], 'CopyPartResult' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'LastModified' => ['shape' => 'LastModified']]], 'CopySource' => ['type' => 'string', 'pattern' => '\\/.+\\/.+'], 'CopySourceIfMatch' => ['type' => 'string'], 'CopySourceIfModifiedSince' => ['type' => 'timestamp'], 'CopySourceIfNoneMatch' => ['type' => 'string'], 'CopySourceIfUnmodifiedSince' => ['type' => 'timestamp'], 'CopySourceRange' => ['type' => 'string'], 'CopySourceSSECustomerAlgorithm' => ['type' => 'string'], 'CopySourceSSECustomerKey' => ['type' => 'string', 'sensitive' => \true], 'CopySourceSSECustomerKeyMD5' => ['type' => 'string'], 'CopySourceVersionId' => ['type' => 'string'], 'CreateBucketConfiguration' => ['type' => 'structure', 'members' => ['LocationConstraint' => ['shape' => 'BucketLocationConstraint']]], 'CreateBucketOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'Location', 'location' => 'header', 'locationName' => 'Location']]], 'CreateBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['ACL' => ['shape' => 'BucketCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CreateBucketConfiguration' => ['shape' => 'CreateBucketConfiguration', 'locationName' => 'CreateBucketConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'ObjectLockEnabledForBucket' => ['shape' => 'ObjectLockEnabledForBucket', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-enabled']], 'payload' => 'CreateBucketConfiguration'], 'CreateMultipartUploadOutput' => ['type' => 'structure', 'members' => ['AbortDate' => ['shape' => 'AbortDate', 'location' => 'header', 'locationName' => 'x-amz-abort-date'], 'AbortRuleId' => ['shape' => 'AbortRuleId', 'location' => 'header', 'locationName' => 'x-amz-abort-rule-id'], 'Bucket' => ['shape' => 'BucketName', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey'], 'UploadId' => ['shape' => 'MultipartUploadId'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'CreateMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'CreationDate' => ['type' => 'timestamp'], 'Date' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Days' => ['type' => 'integer'], 'DaysAfterInitiation' => ['type' => 'integer'], 'DefaultRetention' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'ObjectLockRetentionMode'], 'Days' => ['shape' => 'Days'], 'Years' => ['shape' => 'Years']]], 'Delete' => ['type' => 'structure', 'required' => ['Objects'], 'members' => ['Objects' => ['shape' => 'ObjectIdentifierList', 'locationName' => 'Object'], 'Quiet' => ['shape' => 'Quiet']]], 'DeleteBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteMarker' => ['type' => 'boolean'], 'DeleteMarkerEntry' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'IsLatest' => ['shape' => 'IsLatest'], 'LastModified' => ['shape' => 'LastModified']]], 'DeleteMarkerReplication' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'DeleteMarkerReplicationStatus']]], 'DeleteMarkerReplicationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'DeleteMarkerVersionId' => ['type' => 'string'], 'DeleteMarkers' => ['type' => 'list', 'member' => ['shape' => 'DeleteMarkerEntry'], 'flattened' => \true], 'DeleteObjectOutput' => ['type' => 'structure', 'members' => ['DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'DeleteObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention']]], 'DeleteObjectTaggingOutput' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id']]], 'DeleteObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']]], 'DeleteObjectsOutput' => ['type' => 'structure', 'members' => ['Deleted' => ['shape' => 'DeletedObjects'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'Errors' => ['shape' => 'Errors', 'locationName' => 'Error']]], 'DeleteObjectsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Delete'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delete' => ['shape' => 'Delete', 'locationName' => 'Delete', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention']], 'payload' => 'Delete'], 'DeletePublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeletedObject' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'DeleteMarker' => ['shape' => 'DeleteMarker'], 'DeleteMarkerVersionId' => ['shape' => 'DeleteMarkerVersionId']]], 'DeletedObjects' => ['type' => 'list', 'member' => ['shape' => 'DeletedObject'], 'flattened' => \true], 'Delimiter' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'Destination' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName'], 'Account' => ['shape' => 'AccountId'], 'StorageClass' => ['shape' => 'StorageClass'], 'AccessControlTranslation' => ['shape' => 'AccessControlTranslation'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'ReplicationTime' => ['shape' => 'ReplicationTime'], 'Metrics' => ['shape' => 'Metrics']]], 'DisplayName' => ['type' => 'string'], 'ETag' => ['type' => 'string'], 'EmailAddress' => ['type' => 'string'], 'EnableRequestProgress' => ['type' => 'boolean'], 'EncodingType' => ['type' => 'string', 'enum' => ['url']], 'Encryption' => ['type' => 'structure', 'required' => ['EncryptionType'], 'members' => ['EncryptionType' => ['shape' => 'ServerSideEncryption'], 'KMSKeyId' => ['shape' => 'SSEKMSKeyId'], 'KMSContext' => ['shape' => 'KMSContext']]], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['ReplicaKmsKeyID' => ['shape' => 'ReplicaKmsKeyID']]], 'End' => ['type' => 'long'], 'EndEvent' => ['type' => 'structure', 'members' => [], 'event' => \true], 'Error' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'Code' => ['shape' => 'Code'], 'Message' => ['shape' => 'Message']]], 'ErrorDocument' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ObjectKey']]], 'Errors' => ['type' => 'list', 'member' => ['shape' => 'Error'], 'flattened' => \true], 'Event' => ['type' => 'string', 'enum' => ['s3:ReducedRedundancyLostObject', 's3:ObjectCreated:*', 's3:ObjectCreated:Put', 's3:ObjectCreated:Post', 's3:ObjectCreated:Copy', 's3:ObjectCreated:CompleteMultipartUpload', 's3:ObjectRemoved:*', 's3:ObjectRemoved:Delete', 's3:ObjectRemoved:DeleteMarkerCreated', 's3:ObjectRestore:*', 's3:ObjectRestore:Post', 's3:ObjectRestore:Completed', 's3:Replication:*', 's3:Replication:OperationFailedReplication', 's3:Replication:OperationNotTracked', 's3:Replication:OperationMissedThreshold', 's3:Replication:OperationReplicatedAfterThreshold']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event'], 'flattened' => \true], 'ExistingObjectReplication' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'ExistingObjectReplicationStatus']]], 'ExistingObjectReplicationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Expiration' => ['type' => 'string'], 'ExpirationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ExpiredObjectDeleteMarker' => ['type' => 'boolean'], 'Expires' => ['type' => 'timestamp'], 'ExposeHeader' => ['type' => 'string'], 'ExposeHeaders' => ['type' => 'list', 'member' => ['shape' => 'ExposeHeader'], 'flattened' => \true], 'Expression' => ['type' => 'string'], 'ExpressionType' => ['type' => 'string', 'enum' => ['SQL']], 'FetchOwner' => ['type' => 'boolean'], 'FieldDelimiter' => ['type' => 'string'], 'FileHeaderInfo' => ['type' => 'string', 'enum' => ['USE', 'IGNORE', 'NONE']], 'FilterRule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterRuleName'], 'Value' => ['shape' => 'FilterRuleValue']]], 'FilterRuleList' => ['type' => 'list', 'member' => ['shape' => 'FilterRule'], 'flattened' => \true], 'FilterRuleName' => ['type' => 'string', 'enum' => ['prefix', 'suffix']], 'FilterRuleValue' => ['type' => 'string'], 'GetBucketAccelerateConfigurationOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketAccelerateStatus']]], 'GetBucketAccelerateConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketAclOutput' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList']]], 'GetBucketAclRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketAnalyticsConfigurationOutput' => ['type' => 'structure', 'members' => ['AnalyticsConfiguration' => ['shape' => 'AnalyticsConfiguration']], 'payload' => 'AnalyticsConfiguration'], 'GetBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketCorsOutput' => ['type' => 'structure', 'members' => ['CORSRules' => ['shape' => 'CORSRules', 'locationName' => 'CORSRule']]], 'GetBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketEncryptionOutput' => ['type' => 'structure', 'members' => ['ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration']], 'payload' => 'ServerSideEncryptionConfiguration'], 'GetBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketInventoryConfigurationOutput' => ['type' => 'structure', 'members' => ['InventoryConfiguration' => ['shape' => 'InventoryConfiguration']], 'payload' => 'InventoryConfiguration'], 'GetBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketLifecycleConfigurationOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'LifecycleRules', 'locationName' => 'Rule']]], 'GetBucketLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLifecycleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules', 'locationName' => 'Rule']]], 'GetBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLocationOutput' => ['type' => 'structure', 'members' => ['LocationConstraint' => ['shape' => 'BucketLocationConstraint']]], 'GetBucketLocationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLoggingOutput' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'LoggingEnabled']]], 'GetBucketLoggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketMetricsConfigurationOutput' => ['type' => 'structure', 'members' => ['MetricsConfiguration' => ['shape' => 'MetricsConfiguration']], 'payload' => 'MetricsConfiguration'], 'GetBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketNotificationConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketPolicyOutput' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']], 'payload' => 'Policy'], 'GetBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketPolicyStatusOutput' => ['type' => 'structure', 'members' => ['PolicyStatus' => ['shape' => 'PolicyStatus']], 'payload' => 'PolicyStatus'], 'GetBucketPolicyStatusRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketReplicationOutput' => ['type' => 'structure', 'members' => ['ReplicationConfiguration' => ['shape' => 'ReplicationConfiguration']], 'payload' => 'ReplicationConfiguration'], 'GetBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketRequestPaymentOutput' => ['type' => 'structure', 'members' => ['Payer' => ['shape' => 'Payer']]], 'GetBucketRequestPaymentRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketTaggingOutput' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['TagSet' => ['shape' => 'TagSet']]], 'GetBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketVersioningOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketVersioningStatus'], 'MFADelete' => ['shape' => 'MFADeleteStatus', 'locationName' => 'MfaDelete']]], 'GetBucketVersioningRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketWebsiteOutput' => ['type' => 'structure', 'members' => ['RedirectAllRequestsTo' => ['shape' => 'RedirectAllRequestsTo'], 'IndexDocument' => ['shape' => 'IndexDocument'], 'ErrorDocument' => ['shape' => 'ErrorDocument'], 'RoutingRules' => ['shape' => 'RoutingRules']]], 'GetBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetObjectAclOutput' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'GetObjectAclRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectLegalHoldOutput' => ['type' => 'structure', 'members' => ['LegalHold' => ['shape' => 'ObjectLockLegalHold']], 'payload' => 'LegalHold'], 'GetObjectLegalHoldRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectLockConfigurationOutput' => ['type' => 'structure', 'members' => ['ObjectLockConfiguration' => ['shape' => 'ObjectLockConfiguration']], 'payload' => 'ObjectLockConfiguration'], 'GetObjectLockConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetObjectOutput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'AcceptRanges' => ['shape' => 'AcceptRanges', 'location' => 'header', 'locationName' => 'accept-ranges'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'Restore' => ['shape' => 'Restore', 'location' => 'header', 'locationName' => 'x-amz-restore'], 'LastModified' => ['shape' => 'LastModified', 'location' => 'header', 'locationName' => 'Last-Modified'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'MissingMeta' => ['shape' => 'MissingMeta', 'location' => 'header', 'locationName' => 'x-amz-missing-meta'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentRange' => ['shape' => 'ContentRange', 'location' => 'header', 'locationName' => 'Content-Range'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'ReplicationStatus' => ['shape' => 'ReplicationStatus', 'location' => 'header', 'locationName' => 'x-amz-replication-status'], 'PartsCount' => ['shape' => 'PartsCount', 'location' => 'header', 'locationName' => 'x-amz-mp-parts-count'], 'TagCount' => ['shape' => 'TagCount', 'location' => 'header', 'locationName' => 'x-amz-tagging-count'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']], 'payload' => 'Body'], 'GetObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'IfMatch' => ['shape' => 'IfMatch', 'location' => 'header', 'locationName' => 'If-Match'], 'IfModifiedSince' => ['shape' => 'IfModifiedSince', 'location' => 'header', 'locationName' => 'If-Modified-Since'], 'IfNoneMatch' => ['shape' => 'IfNoneMatch', 'location' => 'header', 'locationName' => 'If-None-Match'], 'IfUnmodifiedSince' => ['shape' => 'IfUnmodifiedSince', 'location' => 'header', 'locationName' => 'If-Unmodified-Since'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Range' => ['shape' => 'Range', 'location' => 'header', 'locationName' => 'Range'], 'ResponseCacheControl' => ['shape' => 'ResponseCacheControl', 'location' => 'querystring', 'locationName' => 'response-cache-control'], 'ResponseContentDisposition' => ['shape' => 'ResponseContentDisposition', 'location' => 'querystring', 'locationName' => 'response-content-disposition'], 'ResponseContentEncoding' => ['shape' => 'ResponseContentEncoding', 'location' => 'querystring', 'locationName' => 'response-content-encoding'], 'ResponseContentLanguage' => ['shape' => 'ResponseContentLanguage', 'location' => 'querystring', 'locationName' => 'response-content-language'], 'ResponseContentType' => ['shape' => 'ResponseContentType', 'location' => 'querystring', 'locationName' => 'response-content-type'], 'ResponseExpires' => ['shape' => 'ResponseExpires', 'location' => 'querystring', 'locationName' => 'response-expires'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber']]], 'GetObjectRetentionOutput' => ['type' => 'structure', 'members' => ['Retention' => ['shape' => 'ObjectLockRetention']], 'payload' => 'Retention'], 'GetObjectRetentionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectTaggingOutput' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'TagSet' => ['shape' => 'TagSet']]], 'GetObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']]], 'GetObjectTorrentOutput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'Body'], 'GetObjectTorrentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetPublicAccessBlockOutput' => ['type' => 'structure', 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']], 'payload' => 'PublicAccessBlockConfiguration'], 'GetPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GlacierJobParameters' => ['type' => 'structure', 'required' => ['Tier'], 'members' => ['Tier' => ['shape' => 'Tier']]], 'Grant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'Grantee'], 'Permission' => ['shape' => 'Permission']]], 'GrantFullControl' => ['type' => 'string'], 'GrantRead' => ['type' => 'string'], 'GrantReadACP' => ['type' => 'string'], 'GrantWrite' => ['type' => 'string'], 'GrantWriteACP' => ['type' => 'string'], 'Grantee' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['DisplayName' => ['shape' => 'DisplayName'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'ID' => ['shape' => 'ID'], 'Type' => ['shape' => 'Type', 'locationName' => 'xsi:type', 'xmlAttribute' => \true], 'URI' => ['shape' => 'URI']], 'xmlNamespace' => ['prefix' => 'xsi', 'uri' => 'http://www.w3.org/2001/XMLSchema-instance']], 'Grants' => ['type' => 'list', 'member' => ['shape' => 'Grant', 'locationName' => 'Grant']], 'HeadBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'HeadObjectOutput' => ['type' => 'structure', 'members' => ['DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'AcceptRanges' => ['shape' => 'AcceptRanges', 'location' => 'header', 'locationName' => 'accept-ranges'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'Restore' => ['shape' => 'Restore', 'location' => 'header', 'locationName' => 'x-amz-restore'], 'LastModified' => ['shape' => 'LastModified', 'location' => 'header', 'locationName' => 'Last-Modified'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'MissingMeta' => ['shape' => 'MissingMeta', 'location' => 'header', 'locationName' => 'x-amz-missing-meta'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'ReplicationStatus' => ['shape' => 'ReplicationStatus', 'location' => 'header', 'locationName' => 'x-amz-replication-status'], 'PartsCount' => ['shape' => 'PartsCount', 'location' => 'header', 'locationName' => 'x-amz-mp-parts-count'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'HeadObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'IfMatch' => ['shape' => 'IfMatch', 'location' => 'header', 'locationName' => 'If-Match'], 'IfModifiedSince' => ['shape' => 'IfModifiedSince', 'location' => 'header', 'locationName' => 'If-Modified-Since'], 'IfNoneMatch' => ['shape' => 'IfNoneMatch', 'location' => 'header', 'locationName' => 'If-None-Match'], 'IfUnmodifiedSince' => ['shape' => 'IfUnmodifiedSince', 'location' => 'header', 'locationName' => 'If-Unmodified-Since'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Range' => ['shape' => 'Range', 'location' => 'header', 'locationName' => 'Range'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber']]], 'HostName' => ['type' => 'string'], 'HttpErrorCodeReturnedEquals' => ['type' => 'string'], 'HttpRedirectCode' => ['type' => 'string'], 'ID' => ['type' => 'string'], 'IfMatch' => ['type' => 'string'], 'IfModifiedSince' => ['type' => 'timestamp'], 'IfNoneMatch' => ['type' => 'string'], 'IfUnmodifiedSince' => ['type' => 'timestamp'], 'IndexDocument' => ['type' => 'structure', 'required' => ['Suffix'], 'members' => ['Suffix' => ['shape' => 'Suffix']]], 'Initiated' => ['type' => 'timestamp'], 'Initiator' => ['type' => 'structure', 'members' => ['ID' => ['shape' => 'ID'], 'DisplayName' => ['shape' => 'DisplayName']]], 'InputSerialization' => ['type' => 'structure', 'members' => ['CSV' => ['shape' => 'CSVInput'], 'CompressionType' => ['shape' => 'CompressionType'], 'JSON' => ['shape' => 'JSONInput'], 'Parquet' => ['shape' => 'ParquetInput']]], 'InventoryConfiguration' => ['type' => 'structure', 'required' => ['Destination', 'IsEnabled', 'Id', 'IncludedObjectVersions', 'Schedule'], 'members' => ['Destination' => ['shape' => 'InventoryDestination'], 'IsEnabled' => ['shape' => 'IsEnabled'], 'Filter' => ['shape' => 'InventoryFilter'], 'Id' => ['shape' => 'InventoryId'], 'IncludedObjectVersions' => ['shape' => 'InventoryIncludedObjectVersions'], 'OptionalFields' => ['shape' => 'InventoryOptionalFields'], 'Schedule' => ['shape' => 'InventorySchedule']]], 'InventoryConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'InventoryConfiguration'], 'flattened' => \true], 'InventoryDestination' => ['type' => 'structure', 'required' => ['S3BucketDestination'], 'members' => ['S3BucketDestination' => ['shape' => 'InventoryS3BucketDestination']]], 'InventoryEncryption' => ['type' => 'structure', 'members' => ['SSES3' => ['shape' => 'SSES3', 'locationName' => 'SSE-S3'], 'SSEKMS' => ['shape' => 'SSEKMS', 'locationName' => 'SSE-KMS']]], 'InventoryFilter' => ['type' => 'structure', 'required' => ['Prefix'], 'members' => ['Prefix' => ['shape' => 'Prefix']]], 'InventoryFormat' => ['type' => 'string', 'enum' => ['CSV', 'ORC', 'Parquet']], 'InventoryFrequency' => ['type' => 'string', 'enum' => ['Daily', 'Weekly']], 'InventoryId' => ['type' => 'string'], 'InventoryIncludedObjectVersions' => ['type' => 'string', 'enum' => ['All', 'Current']], 'InventoryOptionalField' => ['type' => 'string', 'enum' => ['Size', 'LastModifiedDate', 'StorageClass', 'ETag', 'IsMultipartUploaded', 'ReplicationStatus', 'EncryptionStatus', 'ObjectLockRetainUntilDate', 'ObjectLockMode', 'ObjectLockLegalHoldStatus', 'IntelligentTieringAccessTier']], 'InventoryOptionalFields' => ['type' => 'list', 'member' => ['shape' => 'InventoryOptionalField', 'locationName' => 'Field']], 'InventoryS3BucketDestination' => ['type' => 'structure', 'required' => ['Bucket', 'Format'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Bucket' => ['shape' => 'BucketName'], 'Format' => ['shape' => 'InventoryFormat'], 'Prefix' => ['shape' => 'Prefix'], 'Encryption' => ['shape' => 'InventoryEncryption']]], 'InventorySchedule' => ['type' => 'structure', 'required' => ['Frequency'], 'members' => ['Frequency' => ['shape' => 'InventoryFrequency']]], 'IsEnabled' => ['type' => 'boolean'], 'IsLatest' => ['type' => 'boolean'], 'IsPublic' => ['type' => 'boolean'], 'IsTruncated' => ['type' => 'boolean'], 'JSONInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'JSONType']]], 'JSONOutput' => ['type' => 'structure', 'members' => ['RecordDelimiter' => ['shape' => 'RecordDelimiter']]], 'JSONType' => ['type' => 'string', 'enum' => ['DOCUMENT', 'LINES']], 'KMSContext' => ['type' => 'string'], 'KeyCount' => ['type' => 'integer'], 'KeyMarker' => ['type' => 'string'], 'KeyPrefixEquals' => ['type' => 'string'], 'LambdaFunctionArn' => ['type' => 'string'], 'LambdaFunctionConfiguration' => ['type' => 'structure', 'required' => ['LambdaFunctionArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'LambdaFunctionArn' => ['shape' => 'LambdaFunctionArn', 'locationName' => 'CloudFunction'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'LambdaFunctionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'LambdaFunctionConfiguration'], 'flattened' => \true], 'LastModified' => ['type' => 'timestamp'], 'LifecycleConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'Rules', 'locationName' => 'Rule']]], 'LifecycleExpiration' => ['type' => 'structure', 'members' => ['Date' => ['shape' => 'Date'], 'Days' => ['shape' => 'Days'], 'ExpiredObjectDeleteMarker' => ['shape' => 'ExpiredObjectDeleteMarker']]], 'LifecycleRule' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Expiration' => ['shape' => 'LifecycleExpiration'], 'ID' => ['shape' => 'ID'], 'Prefix' => ['shape' => 'Prefix', 'deprecated' => \true], 'Filter' => ['shape' => 'LifecycleRuleFilter'], 'Status' => ['shape' => 'ExpirationStatus'], 'Transitions' => ['shape' => 'TransitionList', 'locationName' => 'Transition'], 'NoncurrentVersionTransitions' => ['shape' => 'NoncurrentVersionTransitionList', 'locationName' => 'NoncurrentVersionTransition'], 'NoncurrentVersionExpiration' => ['shape' => 'NoncurrentVersionExpiration'], 'AbortIncompleteMultipartUpload' => ['shape' => 'AbortIncompleteMultipartUpload']]], 'LifecycleRuleAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'LifecycleRuleFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'LifecycleRuleAndOperator']]], 'LifecycleRules' => ['type' => 'list', 'member' => ['shape' => 'LifecycleRule'], 'flattened' => \true], 'ListBucketAnalyticsConfigurationsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'AnalyticsConfigurationList' => ['shape' => 'AnalyticsConfigurationList', 'locationName' => 'AnalyticsConfiguration']]], 'ListBucketAnalyticsConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketInventoryConfigurationsOutput' => ['type' => 'structure', 'members' => ['ContinuationToken' => ['shape' => 'Token'], 'InventoryConfigurationList' => ['shape' => 'InventoryConfigurationList', 'locationName' => 'InventoryConfiguration'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'NextContinuationToken' => ['shape' => 'NextToken']]], 'ListBucketInventoryConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketMetricsConfigurationsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'MetricsConfigurationList' => ['shape' => 'MetricsConfigurationList', 'locationName' => 'MetricsConfiguration']]], 'ListBucketMetricsConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketsOutput' => ['type' => 'structure', 'members' => ['Buckets' => ['shape' => 'Buckets'], 'Owner' => ['shape' => 'Owner']]], 'ListMultipartUploadsOutput' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'BucketName'], 'KeyMarker' => ['shape' => 'KeyMarker'], 'UploadIdMarker' => ['shape' => 'UploadIdMarker'], 'NextKeyMarker' => ['shape' => 'NextKeyMarker'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'NextUploadIdMarker' => ['shape' => 'NextUploadIdMarker'], 'MaxUploads' => ['shape' => 'MaxUploads'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'Uploads' => ['shape' => 'MultipartUploadList', 'locationName' => 'Upload'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListMultipartUploadsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'KeyMarker' => ['shape' => 'KeyMarker', 'location' => 'querystring', 'locationName' => 'key-marker'], 'MaxUploads' => ['shape' => 'MaxUploads', 'location' => 'querystring', 'locationName' => 'max-uploads'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'UploadIdMarker' => ['shape' => 'UploadIdMarker', 'location' => 'querystring', 'locationName' => 'upload-id-marker']]], 'ListObjectVersionsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'KeyMarker' => ['shape' => 'KeyMarker'], 'VersionIdMarker' => ['shape' => 'VersionIdMarker'], 'NextKeyMarker' => ['shape' => 'NextKeyMarker'], 'NextVersionIdMarker' => ['shape' => 'NextVersionIdMarker'], 'Versions' => ['shape' => 'ObjectVersionList', 'locationName' => 'Version'], 'DeleteMarkers' => ['shape' => 'DeleteMarkers', 'locationName' => 'DeleteMarker'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListObjectVersionsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'KeyMarker' => ['shape' => 'KeyMarker', 'location' => 'querystring', 'locationName' => 'key-marker'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'VersionIdMarker' => ['shape' => 'VersionIdMarker', 'location' => 'querystring', 'locationName' => 'version-id-marker']]], 'ListObjectsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'Marker' => ['shape' => 'Marker'], 'NextMarker' => ['shape' => 'NextMarker'], 'Contents' => ['shape' => 'ObjectList'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListObjectsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'ListObjectsV2Output' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'Contents' => ['shape' => 'ObjectList'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType'], 'KeyCount' => ['shape' => 'KeyCount'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'StartAfter' => ['shape' => 'StartAfter']]], 'ListObjectsV2Request' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token'], 'FetchOwner' => ['shape' => 'FetchOwner', 'location' => 'querystring', 'locationName' => 'fetch-owner'], 'StartAfter' => ['shape' => 'StartAfter', 'location' => 'querystring', 'locationName' => 'start-after'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'ListPartsOutput' => ['type' => 'structure', 'members' => ['AbortDate' => ['shape' => 'AbortDate', 'location' => 'header', 'locationName' => 'x-amz-abort-date'], 'AbortRuleId' => ['shape' => 'AbortRuleId', 'location' => 'header', 'locationName' => 'x-amz-abort-rule-id'], 'Bucket' => ['shape' => 'BucketName'], 'Key' => ['shape' => 'ObjectKey'], 'UploadId' => ['shape' => 'MultipartUploadId'], 'PartNumberMarker' => ['shape' => 'PartNumberMarker'], 'NextPartNumberMarker' => ['shape' => 'NextPartNumberMarker'], 'MaxParts' => ['shape' => 'MaxParts'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'Parts' => ['shape' => 'Parts', 'locationName' => 'Part'], 'Initiator' => ['shape' => 'Initiator'], 'Owner' => ['shape' => 'Owner'], 'StorageClass' => ['shape' => 'StorageClass'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'ListPartsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MaxParts' => ['shape' => 'MaxParts', 'location' => 'querystring', 'locationName' => 'max-parts'], 'PartNumberMarker' => ['shape' => 'PartNumberMarker', 'location' => 'querystring', 'locationName' => 'part-number-marker'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'Location' => ['type' => 'string'], 'LocationPrefix' => ['type' => 'string'], 'LoggingEnabled' => ['type' => 'structure', 'required' => ['TargetBucket', 'TargetPrefix'], 'members' => ['TargetBucket' => ['shape' => 'TargetBucket'], 'TargetGrants' => ['shape' => 'TargetGrants'], 'TargetPrefix' => ['shape' => 'TargetPrefix']]], 'MFA' => ['type' => 'string'], 'MFADelete' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'MFADeleteStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Marker' => ['type' => 'string'], 'MaxAgeSeconds' => ['type' => 'integer'], 'MaxKeys' => ['type' => 'integer'], 'MaxParts' => ['type' => 'integer'], 'MaxUploads' => ['type' => 'integer'], 'Message' => ['type' => 'string'], 'Metadata' => ['type' => 'map', 'key' => ['shape' => 'MetadataKey'], 'value' => ['shape' => 'MetadataValue']], 'MetadataDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'MetadataEntry' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'MetadataKey'], 'Value' => ['shape' => 'MetadataValue']]], 'MetadataKey' => ['type' => 'string'], 'MetadataValue' => ['type' => 'string'], 'Metrics' => ['type' => 'structure', 'required' => ['Status', 'EventThreshold'], 'members' => ['Status' => ['shape' => 'MetricsStatus'], 'EventThreshold' => ['shape' => 'ReplicationTimeValue']]], 'MetricsAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'MetricsConfiguration' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'MetricsId'], 'Filter' => ['shape' => 'MetricsFilter']]], 'MetricsConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'MetricsConfiguration'], 'flattened' => \true], 'MetricsFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'MetricsAndOperator']]], 'MetricsId' => ['type' => 'string'], 'MetricsStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Minutes' => ['type' => 'integer'], 'MissingMeta' => ['type' => 'integer'], 'MultipartUpload' => ['type' => 'structure', 'members' => ['UploadId' => ['shape' => 'MultipartUploadId'], 'Key' => ['shape' => 'ObjectKey'], 'Initiated' => ['shape' => 'Initiated'], 'StorageClass' => ['shape' => 'StorageClass'], 'Owner' => ['shape' => 'Owner'], 'Initiator' => ['shape' => 'Initiator']]], 'MultipartUploadId' => ['type' => 'string'], 'MultipartUploadList' => ['type' => 'list', 'member' => ['shape' => 'MultipartUpload'], 'flattened' => \true], 'NextKeyMarker' => ['type' => 'string'], 'NextMarker' => ['type' => 'string'], 'NextPartNumberMarker' => ['type' => 'integer'], 'NextToken' => ['type' => 'string'], 'NextUploadIdMarker' => ['type' => 'string'], 'NextVersionIdMarker' => ['type' => 'string'], 'NoSuchBucket' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchKey' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchUpload' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoncurrentVersionExpiration' => ['type' => 'structure', 'members' => ['NoncurrentDays' => ['shape' => 'Days']]], 'NoncurrentVersionTransition' => ['type' => 'structure', 'members' => ['NoncurrentDays' => ['shape' => 'Days'], 'StorageClass' => ['shape' => 'TransitionStorageClass']]], 'NoncurrentVersionTransitionList' => ['type' => 'list', 'member' => ['shape' => 'NoncurrentVersionTransition'], 'flattened' => \true], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['TopicConfigurations' => ['shape' => 'TopicConfigurationList', 'locationName' => 'TopicConfiguration'], 'QueueConfigurations' => ['shape' => 'QueueConfigurationList', 'locationName' => 'QueueConfiguration'], 'LambdaFunctionConfigurations' => ['shape' => 'LambdaFunctionConfigurationList', 'locationName' => 'CloudFunctionConfiguration']]], 'NotificationConfigurationDeprecated' => ['type' => 'structure', 'members' => ['TopicConfiguration' => ['shape' => 'TopicConfigurationDeprecated'], 'QueueConfiguration' => ['shape' => 'QueueConfigurationDeprecated'], 'CloudFunctionConfiguration' => ['shape' => 'CloudFunctionConfiguration']]], 'NotificationConfigurationFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'S3KeyFilter', 'locationName' => 'S3Key']]], 'NotificationId' => ['type' => 'string'], 'Object' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'LastModified' => ['shape' => 'LastModified'], 'ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size'], 'StorageClass' => ['shape' => 'ObjectStorageClass'], 'Owner' => ['shape' => 'Owner']]], 'ObjectAlreadyInActiveTierError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectCannedACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read', 'aws-exec-read', 'bucket-owner-read', 'bucket-owner-full-control']], 'ObjectIdentifier' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId']]], 'ObjectIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ObjectIdentifier'], 'flattened' => \true], 'ObjectKey' => ['type' => 'string', 'min' => 1], 'ObjectList' => ['type' => 'list', 'member' => ['shape' => 'Object'], 'flattened' => \true], 'ObjectLockConfiguration' => ['type' => 'structure', 'members' => ['ObjectLockEnabled' => ['shape' => 'ObjectLockEnabled'], 'Rule' => ['shape' => 'ObjectLockRule']]], 'ObjectLockEnabled' => ['type' => 'string', 'enum' => ['Enabled']], 'ObjectLockEnabledForBucket' => ['type' => 'boolean'], 'ObjectLockLegalHold' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ObjectLockLegalHoldStatus']]], 'ObjectLockLegalHoldStatus' => ['type' => 'string', 'enum' => ['ON', 'OFF']], 'ObjectLockMode' => ['type' => 'string', 'enum' => ['GOVERNANCE', 'COMPLIANCE']], 'ObjectLockRetainUntilDate' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'ObjectLockRetention' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'ObjectLockRetentionMode'], 'RetainUntilDate' => ['shape' => 'Date']]], 'ObjectLockRetentionMode' => ['type' => 'string', 'enum' => ['GOVERNANCE', 'COMPLIANCE']], 'ObjectLockRule' => ['type' => 'structure', 'members' => ['DefaultRetention' => ['shape' => 'DefaultRetention']]], 'ObjectLockToken' => ['type' => 'string'], 'ObjectNotInActiveTierError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectStorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'REDUCED_REDUNDANCY', 'GLACIER', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'ObjectVersion' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size'], 'StorageClass' => ['shape' => 'ObjectVersionStorageClass'], 'Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'IsLatest' => ['shape' => 'IsLatest'], 'LastModified' => ['shape' => 'LastModified'], 'Owner' => ['shape' => 'Owner']]], 'ObjectVersionId' => ['type' => 'string'], 'ObjectVersionList' => ['type' => 'list', 'member' => ['shape' => 'ObjectVersion'], 'flattened' => \true], 'ObjectVersionStorageClass' => ['type' => 'string', 'enum' => ['STANDARD']], 'OutputLocation' => ['type' => 'structure', 'members' => ['S3' => ['shape' => 'S3Location']]], 'OutputSerialization' => ['type' => 'structure', 'members' => ['CSV' => ['shape' => 'CSVOutput'], 'JSON' => ['shape' => 'JSONOutput']]], 'Owner' => ['type' => 'structure', 'members' => ['DisplayName' => ['shape' => 'DisplayName'], 'ID' => ['shape' => 'ID']]], 'OwnerOverride' => ['type' => 'string', 'enum' => ['Destination']], 'ParquetInput' => ['type' => 'structure', 'members' => []], 'Part' => ['type' => 'structure', 'members' => ['PartNumber' => ['shape' => 'PartNumber'], 'LastModified' => ['shape' => 'LastModified'], 'ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size']]], 'PartNumber' => ['type' => 'integer'], 'PartNumberMarker' => ['type' => 'integer'], 'Parts' => ['type' => 'list', 'member' => ['shape' => 'Part'], 'flattened' => \true], 'PartsCount' => ['type' => 'integer'], 'Payer' => ['type' => 'string', 'enum' => ['Requester', 'BucketOwner']], 'Permission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'WRITE', 'WRITE_ACP', 'READ', 'READ_ACP']], 'Policy' => ['type' => 'string'], 'PolicyStatus' => ['type' => 'structure', 'members' => ['IsPublic' => ['shape' => 'IsPublic', 'locationName' => 'IsPublic']]], 'Prefix' => ['type' => 'string'], 'Priority' => ['type' => 'integer'], 'Progress' => ['type' => 'structure', 'members' => ['BytesScanned' => ['shape' => 'BytesScanned'], 'BytesProcessed' => ['shape' => 'BytesProcessed'], 'BytesReturned' => ['shape' => 'BytesReturned']]], 'ProgressEvent' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'Progress', 'eventpayload' => \true]], 'event' => \true], 'Protocol' => ['type' => 'string', 'enum' => ['http', 'https']], 'PublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['BlockPublicAcls' => ['shape' => 'Setting', 'locationName' => 'BlockPublicAcls'], 'IgnorePublicAcls' => ['shape' => 'Setting', 'locationName' => 'IgnorePublicAcls'], 'BlockPublicPolicy' => ['shape' => 'Setting', 'locationName' => 'BlockPublicPolicy'], 'RestrictPublicBuckets' => ['shape' => 'Setting', 'locationName' => 'RestrictPublicBuckets']]], 'PutBucketAccelerateConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'AccelerateConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'AccelerateConfiguration' => ['shape' => 'AccelerateConfiguration', 'locationName' => 'AccelerateConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'AccelerateConfiguration'], 'PutBucketAclRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['ACL' => ['shape' => 'BucketCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'AccessControlPolicy' => ['shape' => 'AccessControlPolicy', 'locationName' => 'AccessControlPolicy', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp']], 'payload' => 'AccessControlPolicy'], 'PutBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'AnalyticsConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfiguration', 'locationName' => 'AnalyticsConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'AnalyticsConfiguration'], 'PutBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CORSConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CORSConfiguration' => ['shape' => 'CORSConfiguration', 'locationName' => 'CORSConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'CORSConfiguration'], 'PutBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'ServerSideEncryptionConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration', 'locationName' => 'ServerSideEncryptionConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'ServerSideEncryptionConfiguration'], 'PutBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'InventoryConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id'], 'InventoryConfiguration' => ['shape' => 'InventoryConfiguration', 'locationName' => 'InventoryConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'InventoryConfiguration'], 'PutBucketLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'LifecycleConfiguration' => ['shape' => 'BucketLifecycleConfiguration', 'locationName' => 'LifecycleConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'LifecycleConfiguration'], 'PutBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'LifecycleConfiguration' => ['shape' => 'LifecycleConfiguration', 'locationName' => 'LifecycleConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'LifecycleConfiguration'], 'PutBucketLoggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'BucketLoggingStatus'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'BucketLoggingStatus' => ['shape' => 'BucketLoggingStatus', 'locationName' => 'BucketLoggingStatus', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'BucketLoggingStatus'], 'PutBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'MetricsConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id'], 'MetricsConfiguration' => ['shape' => 'MetricsConfiguration', 'locationName' => 'MetricsConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'MetricsConfiguration'], 'PutBucketNotificationConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'NotificationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration', 'locationName' => 'NotificationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'NotificationConfiguration'], 'PutBucketNotificationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'NotificationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'NotificationConfiguration' => ['shape' => 'NotificationConfigurationDeprecated', 'locationName' => 'NotificationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'NotificationConfiguration'], 'PutBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Policy'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ConfirmRemoveSelfBucketAccess' => ['shape' => 'ConfirmRemoveSelfBucketAccess', 'location' => 'header', 'locationName' => 'x-amz-confirm-remove-self-bucket-access'], 'Policy' => ['shape' => 'Policy']], 'payload' => 'Policy'], 'PutBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'ReplicationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ReplicationConfiguration' => ['shape' => 'ReplicationConfiguration', 'locationName' => 'ReplicationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Token' => ['shape' => 'ObjectLockToken', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-token']], 'payload' => 'ReplicationConfiguration'], 'PutBucketRequestPaymentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'RequestPaymentConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'RequestPaymentConfiguration' => ['shape' => 'RequestPaymentConfiguration', 'locationName' => 'RequestPaymentConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'RequestPaymentConfiguration'], 'PutBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Tagging'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Tagging' => ['shape' => 'Tagging', 'locationName' => 'Tagging', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'Tagging'], 'PutBucketVersioningRequest' => ['type' => 'structure', 'required' => ['Bucket', 'VersioningConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'VersioningConfiguration' => ['shape' => 'VersioningConfiguration', 'locationName' => 'VersioningConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'VersioningConfiguration'], 'PutBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket', 'WebsiteConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'WebsiteConfiguration' => ['shape' => 'WebsiteConfiguration', 'locationName' => 'WebsiteConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'WebsiteConfiguration'], 'PutObjectAclOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectAclRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'AccessControlPolicy' => ['shape' => 'AccessControlPolicy', 'locationName' => 'AccessControlPolicy', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']], 'payload' => 'AccessControlPolicy'], 'PutObjectLegalHoldOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectLegalHoldRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'LegalHold' => ['shape' => 'ObjectLockLegalHold', 'locationName' => 'LegalHold', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'LegalHold'], 'PutObjectLockConfigurationOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectLockConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ObjectLockConfiguration' => ['shape' => 'ObjectLockConfiguration', 'locationName' => 'ObjectLockConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Token' => ['shape' => 'ObjectLockToken', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-token'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'ObjectLockConfiguration'], 'PutObjectOutput' => ['type' => 'structure', 'members' => ['Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Body' => ['shape' => 'Body', 'streaming' => \true], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']], 'payload' => 'Body'], 'PutObjectRetentionOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectRetentionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Retention' => ['shape' => 'ObjectLockRetention', 'locationName' => 'Retention', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'Retention'], 'PutObjectTaggingOutput' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id']]], 'PutObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'Tagging'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Tagging' => ['shape' => 'Tagging', 'locationName' => 'Tagging', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'Tagging'], 'PutPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket', 'PublicAccessBlockConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration', 'locationName' => 'PublicAccessBlockConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'PublicAccessBlockConfiguration'], 'QueueArn' => ['type' => 'string'], 'QueueConfiguration' => ['type' => 'structure', 'required' => ['QueueArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'QueueArn' => ['shape' => 'QueueArn', 'locationName' => 'Queue'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'QueueConfigurationDeprecated' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Queue' => ['shape' => 'QueueArn']]], 'QueueConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'QueueConfiguration'], 'flattened' => \true], 'Quiet' => ['type' => 'boolean'], 'QuoteCharacter' => ['type' => 'string'], 'QuoteEscapeCharacter' => ['type' => 'string'], 'QuoteFields' => ['type' => 'string', 'enum' => ['ALWAYS', 'ASNEEDED']], 'Range' => ['type' => 'string'], 'RecordDelimiter' => ['type' => 'string'], 'RecordsEvent' => ['type' => 'structure', 'members' => ['Payload' => ['shape' => 'Body', 'eventpayload' => \true]], 'event' => \true], 'Redirect' => ['type' => 'structure', 'members' => ['HostName' => ['shape' => 'HostName'], 'HttpRedirectCode' => ['shape' => 'HttpRedirectCode'], 'Protocol' => ['shape' => 'Protocol'], 'ReplaceKeyPrefixWith' => ['shape' => 'ReplaceKeyPrefixWith'], 'ReplaceKeyWith' => ['shape' => 'ReplaceKeyWith']]], 'RedirectAllRequestsTo' => ['type' => 'structure', 'required' => ['HostName'], 'members' => ['HostName' => ['shape' => 'HostName'], 'Protocol' => ['shape' => 'Protocol']]], 'ReplaceKeyPrefixWith' => ['type' => 'string'], 'ReplaceKeyWith' => ['type' => 'string'], 'ReplicaKmsKeyID' => ['type' => 'string'], 'ReplicationConfiguration' => ['type' => 'structure', 'required' => ['Role', 'Rules'], 'members' => ['Role' => ['shape' => 'Role'], 'Rules' => ['shape' => 'ReplicationRules', 'locationName' => 'Rule']]], 'ReplicationRule' => ['type' => 'structure', 'required' => ['Status', 'Destination'], 'members' => ['ID' => ['shape' => 'ID'], 'Priority' => ['shape' => 'Priority'], 'Prefix' => ['shape' => 'Prefix', 'deprecated' => \true], 'Filter' => ['shape' => 'ReplicationRuleFilter'], 'Status' => ['shape' => 'ReplicationRuleStatus'], 'SourceSelectionCriteria' => ['shape' => 'SourceSelectionCriteria'], 'ExistingObjectReplication' => ['shape' => 'ExistingObjectReplication'], 'Destination' => ['shape' => 'Destination'], 'DeleteMarkerReplication' => ['shape' => 'DeleteMarkerReplication']]], 'ReplicationRuleAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'ReplicationRuleFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'ReplicationRuleAndOperator']]], 'ReplicationRuleStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ReplicationRules' => ['type' => 'list', 'member' => ['shape' => 'ReplicationRule'], 'flattened' => \true], 'ReplicationStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'PENDING', 'FAILED', 'REPLICA']], 'ReplicationTime' => ['type' => 'structure', 'required' => ['Status', 'Time'], 'members' => ['Status' => ['shape' => 'ReplicationTimeStatus'], 'Time' => ['shape' => 'ReplicationTimeValue']]], 'ReplicationTimeStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ReplicationTimeValue' => ['type' => 'structure', 'members' => ['Minutes' => ['shape' => 'Minutes']]], 'RequestCharged' => ['type' => 'string', 'enum' => ['requester']], 'RequestPayer' => ['type' => 'string', 'enum' => ['requester']], 'RequestPaymentConfiguration' => ['type' => 'structure', 'required' => ['Payer'], 'members' => ['Payer' => ['shape' => 'Payer']]], 'RequestProgress' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'EnableRequestProgress']]], 'ResponseCacheControl' => ['type' => 'string'], 'ResponseContentDisposition' => ['type' => 'string'], 'ResponseContentEncoding' => ['type' => 'string'], 'ResponseContentLanguage' => ['type' => 'string'], 'ResponseContentType' => ['type' => 'string'], 'ResponseExpires' => ['type' => 'timestamp'], 'Restore' => ['type' => 'string'], 'RestoreObjectOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'RestoreOutputPath' => ['shape' => 'RestoreOutputPath', 'location' => 'header', 'locationName' => 'x-amz-restore-output-path']]], 'RestoreObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RestoreRequest' => ['shape' => 'RestoreRequest', 'locationName' => 'RestoreRequest', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'RestoreRequest'], 'RestoreOutputPath' => ['type' => 'string'], 'RestoreRequest' => ['type' => 'structure', 'members' => ['Days' => ['shape' => 'Days'], 'GlacierJobParameters' => ['shape' => 'GlacierJobParameters'], 'Type' => ['shape' => 'RestoreRequestType'], 'Tier' => ['shape' => 'Tier'], 'Description' => ['shape' => 'Description'], 'SelectParameters' => ['shape' => 'SelectParameters'], 'OutputLocation' => ['shape' => 'OutputLocation']]], 'RestoreRequestType' => ['type' => 'string', 'enum' => ['SELECT']], 'Role' => ['type' => 'string'], 'RoutingRule' => ['type' => 'structure', 'required' => ['Redirect'], 'members' => ['Condition' => ['shape' => 'Condition'], 'Redirect' => ['shape' => 'Redirect']]], 'RoutingRules' => ['type' => 'list', 'member' => ['shape' => 'RoutingRule', 'locationName' => 'RoutingRule']], 'Rule' => ['type' => 'structure', 'required' => ['Prefix', 'Status'], 'members' => ['Expiration' => ['shape' => 'LifecycleExpiration'], 'ID' => ['shape' => 'ID'], 'Prefix' => ['shape' => 'Prefix'], 'Status' => ['shape' => 'ExpirationStatus'], 'Transition' => ['shape' => 'Transition'], 'NoncurrentVersionTransition' => ['shape' => 'NoncurrentVersionTransition'], 'NoncurrentVersionExpiration' => ['shape' => 'NoncurrentVersionExpiration'], 'AbortIncompleteMultipartUpload' => ['shape' => 'AbortIncompleteMultipartUpload']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule'], 'flattened' => \true], 'S3KeyFilter' => ['type' => 'structure', 'members' => ['FilterRules' => ['shape' => 'FilterRuleList', 'locationName' => 'FilterRule']]], 'S3Location' => ['type' => 'structure', 'required' => ['BucketName', 'Prefix'], 'members' => ['BucketName' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'LocationPrefix'], 'Encryption' => ['shape' => 'Encryption'], 'CannedACL' => ['shape' => 'ObjectCannedACL'], 'AccessControlList' => ['shape' => 'Grants'], 'Tagging' => ['shape' => 'Tagging'], 'UserMetadata' => ['shape' => 'UserMetadata'], 'StorageClass' => ['shape' => 'StorageClass']]], 'SSECustomerAlgorithm' => ['type' => 'string'], 'SSECustomerKey' => ['type' => 'string', 'sensitive' => \true], 'SSECustomerKeyMD5' => ['type' => 'string'], 'SSEKMS' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'SSEKMSKeyId']], 'locationName' => 'SSE-KMS'], 'SSEKMSEncryptionContext' => ['type' => 'string', 'sensitive' => \true], 'SSEKMSKeyId' => ['type' => 'string', 'sensitive' => \true], 'SSES3' => ['type' => 'structure', 'members' => [], 'locationName' => 'SSE-S3'], 'ScanRange' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'Start'], 'End' => ['shape' => 'End']]], 'SelectObjectContentEventStream' => ['type' => 'structure', 'members' => ['Records' => ['shape' => 'RecordsEvent'], 'Stats' => ['shape' => 'StatsEvent'], 'Progress' => ['shape' => 'ProgressEvent'], 'Cont' => ['shape' => 'ContinuationEvent'], 'End' => ['shape' => 'EndEvent']], 'eventstream' => \true], 'SelectObjectContentOutput' => ['type' => 'structure', 'members' => ['Payload' => ['shape' => 'SelectObjectContentEventStream']], 'payload' => 'Payload'], 'SelectObjectContentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'Expression', 'ExpressionType', 'InputSerialization', 'OutputSerialization'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'Expression' => ['shape' => 'Expression'], 'ExpressionType' => ['shape' => 'ExpressionType'], 'RequestProgress' => ['shape' => 'RequestProgress'], 'InputSerialization' => ['shape' => 'InputSerialization'], 'OutputSerialization' => ['shape' => 'OutputSerialization'], 'ScanRange' => ['shape' => 'ScanRange']]], 'SelectParameters' => ['type' => 'structure', 'required' => ['InputSerialization', 'ExpressionType', 'Expression', 'OutputSerialization'], 'members' => ['InputSerialization' => ['shape' => 'InputSerialization'], 'ExpressionType' => ['shape' => 'ExpressionType'], 'Expression' => ['shape' => 'Expression'], 'OutputSerialization' => ['shape' => 'OutputSerialization']]], 'ServerSideEncryption' => ['type' => 'string', 'enum' => ['AES256', 'aws:kms']], 'ServerSideEncryptionByDefault' => ['type' => 'structure', 'required' => ['SSEAlgorithm'], 'members' => ['SSEAlgorithm' => ['shape' => 'ServerSideEncryption'], 'KMSMasterKeyID' => ['shape' => 'SSEKMSKeyId']]], 'ServerSideEncryptionConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'ServerSideEncryptionRules', 'locationName' => 'Rule']]], 'ServerSideEncryptionRule' => ['type' => 'structure', 'members' => ['ApplyServerSideEncryptionByDefault' => ['shape' => 'ServerSideEncryptionByDefault']]], 'ServerSideEncryptionRules' => ['type' => 'list', 'member' => ['shape' => 'ServerSideEncryptionRule'], 'flattened' => \true], 'Setting' => ['type' => 'boolean'], 'Size' => ['type' => 'long'], 'SourceSelectionCriteria' => ['type' => 'structure', 'members' => ['SseKmsEncryptedObjects' => ['shape' => 'SseKmsEncryptedObjects']]], 'SseKmsEncryptedObjects' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'SseKmsEncryptedObjectsStatus']]], 'SseKmsEncryptedObjectsStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Start' => ['type' => 'long'], 'StartAfter' => ['type' => 'string'], 'Stats' => ['type' => 'structure', 'members' => ['BytesScanned' => ['shape' => 'BytesScanned'], 'BytesProcessed' => ['shape' => 'BytesProcessed'], 'BytesReturned' => ['shape' => 'BytesReturned']]], 'StatsEvent' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'Stats', 'eventpayload' => \true]], 'event' => \true], 'StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'REDUCED_REDUNDANCY', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'GLACIER', 'DEEP_ARCHIVE']], 'StorageClassAnalysis' => ['type' => 'structure', 'members' => ['DataExport' => ['shape' => 'StorageClassAnalysisDataExport']]], 'StorageClassAnalysisDataExport' => ['type' => 'structure', 'required' => ['OutputSchemaVersion', 'Destination'], 'members' => ['OutputSchemaVersion' => ['shape' => 'StorageClassAnalysisSchemaVersion'], 'Destination' => ['shape' => 'AnalyticsExportDestination']]], 'StorageClassAnalysisSchemaVersion' => ['type' => 'string', 'enum' => ['V_1']], 'Suffix' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'ObjectKey'], 'Value' => ['shape' => 'Value']]], 'TagCount' => ['type' => 'integer'], 'TagSet' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'Tagging' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['TagSet' => ['shape' => 'TagSet']]], 'TaggingDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'TaggingHeader' => ['type' => 'string'], 'TargetBucket' => ['type' => 'string'], 'TargetGrant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'Grantee'], 'Permission' => ['shape' => 'BucketLogsPermission']]], 'TargetGrants' => ['type' => 'list', 'member' => ['shape' => 'TargetGrant', 'locationName' => 'Grant']], 'TargetPrefix' => ['type' => 'string'], 'Tier' => ['type' => 'string', 'enum' => ['Standard', 'Bulk', 'Expedited']], 'Token' => ['type' => 'string'], 'TopicArn' => ['type' => 'string'], 'TopicConfiguration' => ['type' => 'structure', 'required' => ['TopicArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'TopicArn' => ['shape' => 'TopicArn', 'locationName' => 'Topic'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'TopicConfigurationDeprecated' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Topic' => ['shape' => 'TopicArn']]], 'TopicConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'TopicConfiguration'], 'flattened' => \true], 'Transition' => ['type' => 'structure', 'members' => ['Date' => ['shape' => 'Date'], 'Days' => ['shape' => 'Days'], 'StorageClass' => ['shape' => 'TransitionStorageClass']]], 'TransitionList' => ['type' => 'list', 'member' => ['shape' => 'Transition'], 'flattened' => \true], 'TransitionStorageClass' => ['type' => 'string', 'enum' => ['GLACIER', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'Type' => ['type' => 'string', 'enum' => ['CanonicalUser', 'AmazonCustomerByEmail', 'Group']], 'URI' => ['type' => 'string'], 'UploadIdMarker' => ['type' => 'string'], 'UploadPartCopyOutput' => ['type' => 'structure', 'members' => ['CopySourceVersionId' => ['shape' => 'CopySourceVersionId', 'location' => 'header', 'locationName' => 'x-amz-copy-source-version-id'], 'CopyPartResult' => ['shape' => 'CopyPartResult'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'CopyPartResult'], 'UploadPartCopyRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CopySource', 'Key', 'PartNumber', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CopySource' => ['shape' => 'CopySource', 'location' => 'header', 'locationName' => 'x-amz-copy-source'], 'CopySourceIfMatch' => ['shape' => 'CopySourceIfMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-match'], 'CopySourceIfModifiedSince' => ['shape' => 'CopySourceIfModifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-modified-since'], 'CopySourceIfNoneMatch' => ['shape' => 'CopySourceIfNoneMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-none-match'], 'CopySourceIfUnmodifiedSince' => ['shape' => 'CopySourceIfUnmodifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-unmodified-since'], 'CopySourceRange' => ['shape' => 'CopySourceRange', 'location' => 'header', 'locationName' => 'x-amz-copy-source-range'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'CopySourceSSECustomerAlgorithm' => ['shape' => 'CopySourceSSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-algorithm'], 'CopySourceSSECustomerKey' => ['shape' => 'CopySourceSSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key'], 'CopySourceSSECustomerKeyMD5' => ['shape' => 'CopySourceSSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'UploadPartOutput' => ['type' => 'structure', 'members' => ['ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'UploadPartRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'PartNumber', 'UploadId'], 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'Body'], 'UserMetadata' => ['type' => 'list', 'member' => ['shape' => 'MetadataEntry', 'locationName' => 'MetadataEntry']], 'Value' => ['type' => 'string'], 'VersionIdMarker' => ['type' => 'string'], 'VersioningConfiguration' => ['type' => 'structure', 'members' => ['MFADelete' => ['shape' => 'MFADelete', 'locationName' => 'MfaDelete'], 'Status' => ['shape' => 'BucketVersioningStatus']]], 'WebsiteConfiguration' => ['type' => 'structure', 'members' => ['ErrorDocument' => ['shape' => 'ErrorDocument'], 'IndexDocument' => ['shape' => 'IndexDocument'], 'RedirectAllRequestsTo' => ['shape' => 'RedirectAllRequestsTo'], 'RoutingRules' => ['shape' => 'RoutingRules']]], 'WebsiteRedirectLocation' => ['type' => 'string'], 'Years' => ['type' => 'integer']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2006-03-01', 'checksumFormat' => 'md5', 'endpointPrefix' => 's3', 'globalEndpoint' => 's3.amazonaws.com', 'protocol' => 'rest-xml', 'serviceAbbreviation' => 'Amazon S3', 'serviceFullName' => 'Amazon Simple Storage Service', 'serviceId' => 'S3', 'signatureVersion' => 's3', 'uid' => 's3-2006-03-01'], 'operations' => ['AbortMultipartUpload' => ['name' => 'AbortMultipartUpload', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}', 'responseCode' => 204], 'input' => ['shape' => 'AbortMultipartUploadRequest'], 'output' => ['shape' => 'AbortMultipartUploadOutput'], 'errors' => [['shape' => 'NoSuchUpload']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html'], 'CompleteMultipartUpload' => ['name' => 'CompleteMultipartUpload', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'CompleteMultipartUploadRequest'], 'output' => ['shape' => 'CompleteMultipartUploadOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadComplete.html'], 'CopyObject' => ['name' => 'CopyObject', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'CopyObjectRequest'], 'output' => ['shape' => 'CopyObjectOutput'], 'errors' => [['shape' => 'ObjectNotInActiveTierError']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectCOPY.html', 'alias' => 'PutObjectCopy'], 'CreateBucket' => ['name' => 'CreateBucket', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'CreateBucketRequest'], 'output' => ['shape' => 'CreateBucketOutput'], 'errors' => [['shape' => 'BucketAlreadyExists'], ['shape' => 'BucketAlreadyOwnedByYou']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html', 'alias' => 'PutBucket'], 'CreateMultipartUpload' => ['name' => 'CreateMultipartUpload', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?uploads'], 'input' => ['shape' => 'CreateMultipartUploadRequest'], 'output' => ['shape' => 'CreateMultipartUploadOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadInitiate.html', 'alias' => 'InitiateMultipartUpload'], 'DeleteBucket' => ['name' => 'DeleteBucket', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETE.html'], 'DeleteBucketAnalyticsConfiguration' => ['name' => 'DeleteBucketAnalyticsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?analytics', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketAnalyticsConfigurationRequest']], 'DeleteBucketCors' => ['name' => 'DeleteBucketCors', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?cors', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketCorsRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html'], 'DeleteBucketEncryption' => ['name' => 'DeleteBucketEncryption', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?encryption', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketEncryptionRequest']], 'DeleteBucketInventoryConfiguration' => ['name' => 'DeleteBucketInventoryConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?inventory', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketInventoryConfigurationRequest']], 'DeleteBucketLifecycle' => ['name' => 'DeleteBucketLifecycle', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?lifecycle', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketLifecycleRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETElifecycle.html'], 'DeleteBucketMetricsConfiguration' => ['name' => 'DeleteBucketMetricsConfiguration', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?metrics', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketMetricsConfigurationRequest']], 'DeleteBucketPolicy' => ['name' => 'DeleteBucketPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?policy', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketPolicyRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEpolicy.html'], 'DeleteBucketReplication' => ['name' => 'DeleteBucketReplication', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?replication', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketReplicationRequest']], 'DeleteBucketTagging' => ['name' => 'DeleteBucketTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?tagging', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketTaggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEtagging.html'], 'DeleteBucketWebsite' => ['name' => 'DeleteBucketWebsite', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?website', 'responseCode' => 204], 'input' => ['shape' => 'DeleteBucketWebsiteRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEwebsite.html'], 'DeleteObject' => ['name' => 'DeleteObject', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteObjectRequest'], 'output' => ['shape' => 'DeleteObjectOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectDELETE.html'], 'DeleteObjectTagging' => ['name' => 'DeleteObjectTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}/{Key+}?tagging', 'responseCode' => 204], 'input' => ['shape' => 'DeleteObjectTaggingRequest'], 'output' => ['shape' => 'DeleteObjectTaggingOutput']], 'DeleteObjects' => ['name' => 'DeleteObjects', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}?delete'], 'input' => ['shape' => 'DeleteObjectsRequest'], 'output' => ['shape' => 'DeleteObjectsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html', 'alias' => 'DeleteMultipleObjects', 'httpChecksumRequired' => \true], 'DeletePublicAccessBlock' => ['name' => 'DeletePublicAccessBlock', 'http' => ['method' => 'DELETE', 'requestUri' => '/{Bucket}?publicAccessBlock', 'responseCode' => 204], 'input' => ['shape' => 'DeletePublicAccessBlockRequest']], 'GetBucketAccelerateConfiguration' => ['name' => 'GetBucketAccelerateConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?accelerate'], 'input' => ['shape' => 'GetBucketAccelerateConfigurationRequest'], 'output' => ['shape' => 'GetBucketAccelerateConfigurationOutput']], 'GetBucketAcl' => ['name' => 'GetBucketAcl', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?acl'], 'input' => ['shape' => 'GetBucketAclRequest'], 'output' => ['shape' => 'GetBucketAclOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETacl.html'], 'GetBucketAnalyticsConfiguration' => ['name' => 'GetBucketAnalyticsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'GetBucketAnalyticsConfigurationRequest'], 'output' => ['shape' => 'GetBucketAnalyticsConfigurationOutput']], 'GetBucketCors' => ['name' => 'GetBucketCors', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?cors'], 'input' => ['shape' => 'GetBucketCorsRequest'], 'output' => ['shape' => 'GetBucketCorsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html'], 'GetBucketEncryption' => ['name' => 'GetBucketEncryption', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?encryption'], 'input' => ['shape' => 'GetBucketEncryptionRequest'], 'output' => ['shape' => 'GetBucketEncryptionOutput']], 'GetBucketInventoryConfiguration' => ['name' => 'GetBucketInventoryConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'GetBucketInventoryConfigurationRequest'], 'output' => ['shape' => 'GetBucketInventoryConfigurationOutput']], 'GetBucketLifecycle' => ['name' => 'GetBucketLifecycle', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'GetBucketLifecycleRequest'], 'output' => ['shape' => 'GetBucketLifecycleOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlifecycle.html', 'deprecated' => \true], 'GetBucketLifecycleConfiguration' => ['name' => 'GetBucketLifecycleConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'GetBucketLifecycleConfigurationRequest'], 'output' => ['shape' => 'GetBucketLifecycleConfigurationOutput']], 'GetBucketLocation' => ['name' => 'GetBucketLocation', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?location'], 'input' => ['shape' => 'GetBucketLocationRequest'], 'output' => ['shape' => 'GetBucketLocationOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlocation.html'], 'GetBucketLogging' => ['name' => 'GetBucketLogging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?logging'], 'input' => ['shape' => 'GetBucketLoggingRequest'], 'output' => ['shape' => 'GetBucketLoggingOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlogging.html'], 'GetBucketMetricsConfiguration' => ['name' => 'GetBucketMetricsConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'GetBucketMetricsConfigurationRequest'], 'output' => ['shape' => 'GetBucketMetricsConfigurationOutput']], 'GetBucketNotification' => ['name' => 'GetBucketNotification', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'GetBucketNotificationConfigurationRequest'], 'output' => ['shape' => 'NotificationConfigurationDeprecated'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html', 'deprecated' => \true], 'GetBucketNotificationConfiguration' => ['name' => 'GetBucketNotificationConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'GetBucketNotificationConfigurationRequest'], 'output' => ['shape' => 'NotificationConfiguration']], 'GetBucketPolicy' => ['name' => 'GetBucketPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?policy'], 'input' => ['shape' => 'GetBucketPolicyRequest'], 'output' => ['shape' => 'GetBucketPolicyOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETpolicy.html'], 'GetBucketPolicyStatus' => ['name' => 'GetBucketPolicyStatus', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?policyStatus'], 'input' => ['shape' => 'GetBucketPolicyStatusRequest'], 'output' => ['shape' => 'GetBucketPolicyStatusOutput']], 'GetBucketReplication' => ['name' => 'GetBucketReplication', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?replication'], 'input' => ['shape' => 'GetBucketReplicationRequest'], 'output' => ['shape' => 'GetBucketReplicationOutput']], 'GetBucketRequestPayment' => ['name' => 'GetBucketRequestPayment', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?requestPayment'], 'input' => ['shape' => 'GetBucketRequestPaymentRequest'], 'output' => ['shape' => 'GetBucketRequestPaymentOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentGET.html'], 'GetBucketTagging' => ['name' => 'GetBucketTagging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?tagging'], 'input' => ['shape' => 'GetBucketTaggingRequest'], 'output' => ['shape' => 'GetBucketTaggingOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETtagging.html'], 'GetBucketVersioning' => ['name' => 'GetBucketVersioning', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?versioning'], 'input' => ['shape' => 'GetBucketVersioningRequest'], 'output' => ['shape' => 'GetBucketVersioningOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETversioningStatus.html'], 'GetBucketWebsite' => ['name' => 'GetBucketWebsite', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?website'], 'input' => ['shape' => 'GetBucketWebsiteRequest'], 'output' => ['shape' => 'GetBucketWebsiteOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETwebsite.html'], 'GetObject' => ['name' => 'GetObject', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'GetObjectRequest'], 'output' => ['shape' => 'GetObjectOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html'], 'GetObjectAcl' => ['name' => 'GetObjectAcl', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?acl'], 'input' => ['shape' => 'GetObjectAclRequest'], 'output' => ['shape' => 'GetObjectAclOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html'], 'GetObjectLegalHold' => ['name' => 'GetObjectLegalHold', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?legal-hold'], 'input' => ['shape' => 'GetObjectLegalHoldRequest'], 'output' => ['shape' => 'GetObjectLegalHoldOutput']], 'GetObjectLockConfiguration' => ['name' => 'GetObjectLockConfiguration', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?object-lock'], 'input' => ['shape' => 'GetObjectLockConfigurationRequest'], 'output' => ['shape' => 'GetObjectLockConfigurationOutput']], 'GetObjectRetention' => ['name' => 'GetObjectRetention', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?retention'], 'input' => ['shape' => 'GetObjectRetentionRequest'], 'output' => ['shape' => 'GetObjectRetentionOutput']], 'GetObjectTagging' => ['name' => 'GetObjectTagging', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?tagging'], 'input' => ['shape' => 'GetObjectTaggingRequest'], 'output' => ['shape' => 'GetObjectTaggingOutput']], 'GetObjectTorrent' => ['name' => 'GetObjectTorrent', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}?torrent'], 'input' => ['shape' => 'GetObjectTorrentRequest'], 'output' => ['shape' => 'GetObjectTorrentOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETtorrent.html'], 'GetPublicAccessBlock' => ['name' => 'GetPublicAccessBlock', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?publicAccessBlock'], 'input' => ['shape' => 'GetPublicAccessBlockRequest'], 'output' => ['shape' => 'GetPublicAccessBlockOutput']], 'HeadBucket' => ['name' => 'HeadBucket', 'http' => ['method' => 'HEAD', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'HeadBucketRequest'], 'errors' => [['shape' => 'NoSuchBucket']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketHEAD.html'], 'HeadObject' => ['name' => 'HeadObject', 'http' => ['method' => 'HEAD', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'HeadObjectRequest'], 'output' => ['shape' => 'HeadObjectOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html'], 'ListBucketAnalyticsConfigurations' => ['name' => 'ListBucketAnalyticsConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'ListBucketAnalyticsConfigurationsRequest'], 'output' => ['shape' => 'ListBucketAnalyticsConfigurationsOutput']], 'ListBucketInventoryConfigurations' => ['name' => 'ListBucketInventoryConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'ListBucketInventoryConfigurationsRequest'], 'output' => ['shape' => 'ListBucketInventoryConfigurationsOutput']], 'ListBucketMetricsConfigurations' => ['name' => 'ListBucketMetricsConfigurations', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'ListBucketMetricsConfigurationsRequest'], 'output' => ['shape' => 'ListBucketMetricsConfigurationsOutput']], 'ListBuckets' => ['name' => 'ListBuckets', 'http' => ['method' => 'GET', 'requestUri' => '/'], 'output' => ['shape' => 'ListBucketsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTServiceGET.html', 'alias' => 'GetService'], 'ListMultipartUploads' => ['name' => 'ListMultipartUploads', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?uploads'], 'input' => ['shape' => 'ListMultipartUploadsRequest'], 'output' => ['shape' => 'ListMultipartUploadsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListMPUpload.html'], 'ListObjectVersions' => ['name' => 'ListObjectVersions', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?versions'], 'input' => ['shape' => 'ListObjectVersionsRequest'], 'output' => ['shape' => 'ListObjectVersionsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETVersion.html', 'alias' => 'GetBucketObjectVersions'], 'ListObjects' => ['name' => 'ListObjects', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}'], 'input' => ['shape' => 'ListObjectsRequest'], 'output' => ['shape' => 'ListObjectsOutput'], 'errors' => [['shape' => 'NoSuchBucket']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html', 'alias' => 'GetBucket'], 'ListObjectsV2' => ['name' => 'ListObjectsV2', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}?list-type=2'], 'input' => ['shape' => 'ListObjectsV2Request'], 'output' => ['shape' => 'ListObjectsV2Output'], 'errors' => [['shape' => 'NoSuchBucket']]], 'ListParts' => ['name' => 'ListParts', 'http' => ['method' => 'GET', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'ListPartsRequest'], 'output' => ['shape' => 'ListPartsOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListParts.html'], 'PutBucketAccelerateConfiguration' => ['name' => 'PutBucketAccelerateConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?accelerate'], 'input' => ['shape' => 'PutBucketAccelerateConfigurationRequest']], 'PutBucketAcl' => ['name' => 'PutBucketAcl', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?acl'], 'input' => ['shape' => 'PutBucketAclRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html', 'httpChecksumRequired' => \true], 'PutBucketAnalyticsConfiguration' => ['name' => 'PutBucketAnalyticsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?analytics'], 'input' => ['shape' => 'PutBucketAnalyticsConfigurationRequest']], 'PutBucketCors' => ['name' => 'PutBucketCors', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?cors'], 'input' => ['shape' => 'PutBucketCorsRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html', 'httpChecksumRequired' => \true], 'PutBucketEncryption' => ['name' => 'PutBucketEncryption', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?encryption'], 'input' => ['shape' => 'PutBucketEncryptionRequest'], 'httpChecksumRequired' => \true], 'PutBucketInventoryConfiguration' => ['name' => 'PutBucketInventoryConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?inventory'], 'input' => ['shape' => 'PutBucketInventoryConfigurationRequest']], 'PutBucketLifecycle' => ['name' => 'PutBucketLifecycle', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'PutBucketLifecycleRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html', 'deprecated' => \true, 'httpChecksumRequired' => \true], 'PutBucketLifecycleConfiguration' => ['name' => 'PutBucketLifecycleConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?lifecycle'], 'input' => ['shape' => 'PutBucketLifecycleConfigurationRequest'], 'httpChecksumRequired' => \true], 'PutBucketLogging' => ['name' => 'PutBucketLogging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?logging'], 'input' => ['shape' => 'PutBucketLoggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html', 'httpChecksumRequired' => \true], 'PutBucketMetricsConfiguration' => ['name' => 'PutBucketMetricsConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?metrics'], 'input' => ['shape' => 'PutBucketMetricsConfigurationRequest']], 'PutBucketNotification' => ['name' => 'PutBucketNotification', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'PutBucketNotificationRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html', 'deprecated' => \true, 'httpChecksumRequired' => \true], 'PutBucketNotificationConfiguration' => ['name' => 'PutBucketNotificationConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?notification'], 'input' => ['shape' => 'PutBucketNotificationConfigurationRequest']], 'PutBucketPolicy' => ['name' => 'PutBucketPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?policy'], 'input' => ['shape' => 'PutBucketPolicyRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTpolicy.html', 'httpChecksumRequired' => \true], 'PutBucketReplication' => ['name' => 'PutBucketReplication', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?replication'], 'input' => ['shape' => 'PutBucketReplicationRequest'], 'httpChecksumRequired' => \true], 'PutBucketRequestPayment' => ['name' => 'PutBucketRequestPayment', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?requestPayment'], 'input' => ['shape' => 'PutBucketRequestPaymentRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTrequestPaymentPUT.html', 'httpChecksumRequired' => \true], 'PutBucketTagging' => ['name' => 'PutBucketTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?tagging'], 'input' => ['shape' => 'PutBucketTaggingRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html', 'httpChecksumRequired' => \true], 'PutBucketVersioning' => ['name' => 'PutBucketVersioning', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?versioning'], 'input' => ['shape' => 'PutBucketVersioningRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html', 'httpChecksumRequired' => \true], 'PutBucketWebsite' => ['name' => 'PutBucketWebsite', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?website'], 'input' => ['shape' => 'PutBucketWebsiteRequest'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTwebsite.html', 'httpChecksumRequired' => \true], 'PutObject' => ['name' => 'PutObject', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'PutObjectRequest'], 'output' => ['shape' => 'PutObjectOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUT.html'], 'PutObjectAcl' => ['name' => 'PutObjectAcl', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?acl'], 'input' => ['shape' => 'PutObjectAclRequest'], 'output' => ['shape' => 'PutObjectAclOutput'], 'errors' => [['shape' => 'NoSuchKey']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html', 'httpChecksumRequired' => \true], 'PutObjectLegalHold' => ['name' => 'PutObjectLegalHold', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?legal-hold'], 'input' => ['shape' => 'PutObjectLegalHoldRequest'], 'output' => ['shape' => 'PutObjectLegalHoldOutput'], 'httpChecksumRequired' => \true], 'PutObjectLockConfiguration' => ['name' => 'PutObjectLockConfiguration', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?object-lock'], 'input' => ['shape' => 'PutObjectLockConfigurationRequest'], 'output' => ['shape' => 'PutObjectLockConfigurationOutput'], 'httpChecksumRequired' => \true], 'PutObjectRetention' => ['name' => 'PutObjectRetention', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?retention'], 'input' => ['shape' => 'PutObjectRetentionRequest'], 'output' => ['shape' => 'PutObjectRetentionOutput'], 'httpChecksumRequired' => \true], 'PutObjectTagging' => ['name' => 'PutObjectTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}?tagging'], 'input' => ['shape' => 'PutObjectTaggingRequest'], 'output' => ['shape' => 'PutObjectTaggingOutput'], 'httpChecksumRequired' => \true], 'PutPublicAccessBlock' => ['name' => 'PutPublicAccessBlock', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}?publicAccessBlock'], 'input' => ['shape' => 'PutPublicAccessBlockRequest'], 'httpChecksumRequired' => \true], 'RestoreObject' => ['name' => 'RestoreObject', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?restore'], 'input' => ['shape' => 'RestoreObjectRequest'], 'output' => ['shape' => 'RestoreObjectOutput'], 'errors' => [['shape' => 'ObjectAlreadyInActiveTierError']], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectRestore.html', 'alias' => 'PostObjectRestore'], 'SelectObjectContent' => ['name' => 'SelectObjectContent', 'http' => ['method' => 'POST', 'requestUri' => '/{Bucket}/{Key+}?select&select-type=2'], 'input' => ['shape' => 'SelectObjectContentRequest', 'locationName' => 'SelectObjectContentRequest', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'output' => ['shape' => 'SelectObjectContentOutput']], 'UploadPart' => ['name' => 'UploadPart', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'UploadPartRequest'], 'output' => ['shape' => 'UploadPartOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPart.html'], 'UploadPartCopy' => ['name' => 'UploadPartCopy', 'http' => ['method' => 'PUT', 'requestUri' => '/{Bucket}/{Key+}'], 'input' => ['shape' => 'UploadPartCopyRequest'], 'output' => ['shape' => 'UploadPartCopyOutput'], 'documentationUrl' => 'http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html']], 'shapes' => ['AbortDate' => ['type' => 'timestamp'], 'AbortIncompleteMultipartUpload' => ['type' => 'structure', 'members' => ['DaysAfterInitiation' => ['shape' => 'DaysAfterInitiation']]], 'AbortMultipartUploadOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'AbortMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'AbortRuleId' => ['type' => 'string'], 'AccelerateConfiguration' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketAccelerateStatus']]], 'AcceptRanges' => ['type' => 'string'], 'AccessControlPolicy' => ['type' => 'structure', 'members' => ['Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList'], 'Owner' => ['shape' => 'Owner']]], 'AccessControlTranslation' => ['type' => 'structure', 'required' => ['Owner'], 'members' => ['Owner' => ['shape' => 'OwnerOverride']]], 'AccountId' => ['type' => 'string'], 'AllowQuotedRecordDelimiter' => ['type' => 'boolean'], 'AllowedHeader' => ['type' => 'string'], 'AllowedHeaders' => ['type' => 'list', 'member' => ['shape' => 'AllowedHeader'], 'flattened' => \true], 'AllowedMethod' => ['type' => 'string'], 'AllowedMethods' => ['type' => 'list', 'member' => ['shape' => 'AllowedMethod'], 'flattened' => \true], 'AllowedOrigin' => ['type' => 'string'], 'AllowedOrigins' => ['type' => 'list', 'member' => ['shape' => 'AllowedOrigin'], 'flattened' => \true], 'AnalyticsAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'AnalyticsConfiguration' => ['type' => 'structure', 'required' => ['Id', 'StorageClassAnalysis'], 'members' => ['Id' => ['shape' => 'AnalyticsId'], 'Filter' => ['shape' => 'AnalyticsFilter'], 'StorageClassAnalysis' => ['shape' => 'StorageClassAnalysis']]], 'AnalyticsConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'AnalyticsConfiguration'], 'flattened' => \true], 'AnalyticsExportDestination' => ['type' => 'structure', 'required' => ['S3BucketDestination'], 'members' => ['S3BucketDestination' => ['shape' => 'AnalyticsS3BucketDestination']]], 'AnalyticsFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'AnalyticsAndOperator']]], 'AnalyticsId' => ['type' => 'string'], 'AnalyticsS3BucketDestination' => ['type' => 'structure', 'required' => ['Format', 'Bucket'], 'members' => ['Format' => ['shape' => 'AnalyticsS3ExportFileFormat'], 'BucketAccountId' => ['shape' => 'AccountId'], 'Bucket' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix']]], 'AnalyticsS3ExportFileFormat' => ['type' => 'string', 'enum' => ['CSV']], 'Body' => ['type' => 'blob'], 'Bucket' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'BucketName'], 'CreationDate' => ['shape' => 'CreationDate']]], 'BucketAccelerateStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Suspended']], 'BucketAlreadyExists' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BucketAlreadyOwnedByYou' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'BucketCannedACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read']], 'BucketLifecycleConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'LifecycleRules', 'locationName' => 'Rule']]], 'BucketLocationConstraint' => ['type' => 'string', 'enum' => ['af-south-1', 'ap-east-1', 'ap-northeast-1', 'ap-northeast-2', 'ap-northeast-3', 'ap-south-1', 'ap-southeast-1', 'ap-southeast-2', 'ca-central-1', 'cn-north-1', 'cn-northwest-1', 'EU', 'eu-central-1', 'eu-north-1', 'eu-south-1', 'eu-west-1', 'eu-west-2', 'eu-west-3', 'me-south-1', 'sa-east-1', 'us-east-2', 'us-gov-east-1', 'us-gov-west-1', 'us-west-1', 'us-west-2']], 'BucketLoggingStatus' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'LoggingEnabled']]], 'BucketLogsPermission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'READ', 'WRITE']], 'BucketName' => ['type' => 'string'], 'BucketVersioningStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Suspended']], 'Buckets' => ['type' => 'list', 'member' => ['shape' => 'Bucket', 'locationName' => 'Bucket']], 'BypassGovernanceRetention' => ['type' => 'boolean'], 'BytesProcessed' => ['type' => 'long'], 'BytesReturned' => ['type' => 'long'], 'BytesScanned' => ['type' => 'long'], 'CORSConfiguration' => ['type' => 'structure', 'required' => ['CORSRules'], 'members' => ['CORSRules' => ['shape' => 'CORSRules', 'locationName' => 'CORSRule']]], 'CORSRule' => ['type' => 'structure', 'required' => ['AllowedMethods', 'AllowedOrigins'], 'members' => ['AllowedHeaders' => ['shape' => 'AllowedHeaders', 'locationName' => 'AllowedHeader'], 'AllowedMethods' => ['shape' => 'AllowedMethods', 'locationName' => 'AllowedMethod'], 'AllowedOrigins' => ['shape' => 'AllowedOrigins', 'locationName' => 'AllowedOrigin'], 'ExposeHeaders' => ['shape' => 'ExposeHeaders', 'locationName' => 'ExposeHeader'], 'MaxAgeSeconds' => ['shape' => 'MaxAgeSeconds']]], 'CORSRules' => ['type' => 'list', 'member' => ['shape' => 'CORSRule'], 'flattened' => \true], 'CSVInput' => ['type' => 'structure', 'members' => ['FileHeaderInfo' => ['shape' => 'FileHeaderInfo'], 'Comments' => ['shape' => 'Comments'], 'QuoteEscapeCharacter' => ['shape' => 'QuoteEscapeCharacter'], 'RecordDelimiter' => ['shape' => 'RecordDelimiter'], 'FieldDelimiter' => ['shape' => 'FieldDelimiter'], 'QuoteCharacter' => ['shape' => 'QuoteCharacter'], 'AllowQuotedRecordDelimiter' => ['shape' => 'AllowQuotedRecordDelimiter']]], 'CSVOutput' => ['type' => 'structure', 'members' => ['QuoteFields' => ['shape' => 'QuoteFields'], 'QuoteEscapeCharacter' => ['shape' => 'QuoteEscapeCharacter'], 'RecordDelimiter' => ['shape' => 'RecordDelimiter'], 'FieldDelimiter' => ['shape' => 'FieldDelimiter'], 'QuoteCharacter' => ['shape' => 'QuoteCharacter']]], 'CacheControl' => ['type' => 'string'], 'CloudFunction' => ['type' => 'string'], 'CloudFunctionConfiguration' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'CloudFunction' => ['shape' => 'CloudFunction'], 'InvocationRole' => ['shape' => 'CloudFunctionInvocationRole']]], 'CloudFunctionInvocationRole' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Comments' => ['type' => 'string'], 'CommonPrefix' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix']]], 'CommonPrefixList' => ['type' => 'list', 'member' => ['shape' => 'CommonPrefix'], 'flattened' => \true], 'CompleteMultipartUploadOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'Location'], 'Bucket' => ['shape' => 'BucketName'], 'Key' => ['shape' => 'ObjectKey'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'ETag' => ['shape' => 'ETag'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'CompleteMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MultipartUpload' => ['shape' => 'CompletedMultipartUpload', 'locationName' => 'CompleteMultipartUpload', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'MultipartUpload'], 'CompletedMultipartUpload' => ['type' => 'structure', 'members' => ['Parts' => ['shape' => 'CompletedPartList', 'locationName' => 'Part']]], 'CompletedPart' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'PartNumber' => ['shape' => 'PartNumber']]], 'CompletedPartList' => ['type' => 'list', 'member' => ['shape' => 'CompletedPart'], 'flattened' => \true], 'CompressionType' => ['type' => 'string', 'enum' => ['NONE', 'GZIP', 'BZIP2']], 'Condition' => ['type' => 'structure', 'members' => ['HttpErrorCodeReturnedEquals' => ['shape' => 'HttpErrorCodeReturnedEquals'], 'KeyPrefixEquals' => ['shape' => 'KeyPrefixEquals']]], 'ConfirmRemoveSelfBucketAccess' => ['type' => 'boolean'], 'ContentDisposition' => ['type' => 'string'], 'ContentEncoding' => ['type' => 'string'], 'ContentLanguage' => ['type' => 'string'], 'ContentLength' => ['type' => 'long'], 'ContentMD5' => ['type' => 'string'], 'ContentRange' => ['type' => 'string'], 'ContentType' => ['type' => 'string'], 'ContinuationEvent' => ['type' => 'structure', 'members' => [], 'event' => \true], 'CopyObjectOutput' => ['type' => 'structure', 'members' => ['CopyObjectResult' => ['shape' => 'CopyObjectResult'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'CopySourceVersionId' => ['shape' => 'CopySourceVersionId', 'location' => 'header', 'locationName' => 'x-amz-copy-source-version-id'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'CopyObjectResult'], 'CopyObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CopySource', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'CopySource' => ['shape' => 'CopySource', 'location' => 'header', 'locationName' => 'x-amz-copy-source'], 'CopySourceIfMatch' => ['shape' => 'CopySourceIfMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-match'], 'CopySourceIfModifiedSince' => ['shape' => 'CopySourceIfModifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-modified-since'], 'CopySourceIfNoneMatch' => ['shape' => 'CopySourceIfNoneMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-none-match'], 'CopySourceIfUnmodifiedSince' => ['shape' => 'CopySourceIfUnmodifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-unmodified-since'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'MetadataDirective' => ['shape' => 'MetadataDirective', 'location' => 'header', 'locationName' => 'x-amz-metadata-directive'], 'TaggingDirective' => ['shape' => 'TaggingDirective', 'location' => 'header', 'locationName' => 'x-amz-tagging-directive'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'CopySourceSSECustomerAlgorithm' => ['shape' => 'CopySourceSSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-algorithm'], 'CopySourceSSECustomerKey' => ['shape' => 'CopySourceSSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key'], 'CopySourceSSECustomerKeyMD5' => ['shape' => 'CopySourceSSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'CopyObjectResult' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'LastModified' => ['shape' => 'LastModified']]], 'CopyPartResult' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'LastModified' => ['shape' => 'LastModified']]], 'CopySource' => ['type' => 'string', 'pattern' => '\\/.+\\/.+'], 'CopySourceIfMatch' => ['type' => 'string'], 'CopySourceIfModifiedSince' => ['type' => 'timestamp'], 'CopySourceIfNoneMatch' => ['type' => 'string'], 'CopySourceIfUnmodifiedSince' => ['type' => 'timestamp'], 'CopySourceRange' => ['type' => 'string'], 'CopySourceSSECustomerAlgorithm' => ['type' => 'string'], 'CopySourceSSECustomerKey' => ['type' => 'string', 'sensitive' => \true], 'CopySourceSSECustomerKeyMD5' => ['type' => 'string'], 'CopySourceVersionId' => ['type' => 'string'], 'CreateBucketConfiguration' => ['type' => 'structure', 'members' => ['LocationConstraint' => ['shape' => 'BucketLocationConstraint']]], 'CreateBucketOutput' => ['type' => 'structure', 'members' => ['Location' => ['shape' => 'Location', 'location' => 'header', 'locationName' => 'Location']]], 'CreateBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['ACL' => ['shape' => 'BucketCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CreateBucketConfiguration' => ['shape' => 'CreateBucketConfiguration', 'locationName' => 'CreateBucketConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'ObjectLockEnabledForBucket' => ['shape' => 'ObjectLockEnabledForBucket', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-enabled']], 'payload' => 'CreateBucketConfiguration'], 'CreateMultipartUploadOutput' => ['type' => 'structure', 'members' => ['AbortDate' => ['shape' => 'AbortDate', 'location' => 'header', 'locationName' => 'x-amz-abort-date'], 'AbortRuleId' => ['shape' => 'AbortRuleId', 'location' => 'header', 'locationName' => 'x-amz-abort-rule-id'], 'Bucket' => ['shape' => 'BucketName', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey'], 'UploadId' => ['shape' => 'MultipartUploadId'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'CreateMultipartUploadRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'CreationDate' => ['type' => 'timestamp'], 'Date' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'Days' => ['type' => 'integer'], 'DaysAfterInitiation' => ['type' => 'integer'], 'DefaultRetention' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'ObjectLockRetentionMode'], 'Days' => ['shape' => 'Days'], 'Years' => ['shape' => 'Years']]], 'Delete' => ['type' => 'structure', 'required' => ['Objects'], 'members' => ['Objects' => ['shape' => 'ObjectIdentifierList', 'locationName' => 'Object'], 'Quiet' => ['shape' => 'Quiet']]], 'DeleteBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id']]], 'DeleteBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeleteMarker' => ['type' => 'boolean'], 'DeleteMarkerEntry' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'IsLatest' => ['shape' => 'IsLatest'], 'LastModified' => ['shape' => 'LastModified']]], 'DeleteMarkerReplication' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'DeleteMarkerReplicationStatus']]], 'DeleteMarkerReplicationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'DeleteMarkerVersionId' => ['type' => 'string'], 'DeleteMarkers' => ['type' => 'list', 'member' => ['shape' => 'DeleteMarkerEntry'], 'flattened' => \true], 'DeleteObjectOutput' => ['type' => 'structure', 'members' => ['DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'DeleteObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention']]], 'DeleteObjectTaggingOutput' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id']]], 'DeleteObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']]], 'DeleteObjectsOutput' => ['type' => 'structure', 'members' => ['Deleted' => ['shape' => 'DeletedObjects'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'Errors' => ['shape' => 'Errors', 'locationName' => 'Error']]], 'DeleteObjectsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Delete'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delete' => ['shape' => 'Delete', 'locationName' => 'Delete', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention']], 'payload' => 'Delete'], 'DeletePublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'DeletedObject' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'DeleteMarker' => ['shape' => 'DeleteMarker'], 'DeleteMarkerVersionId' => ['shape' => 'DeleteMarkerVersionId']]], 'DeletedObjects' => ['type' => 'list', 'member' => ['shape' => 'DeletedObject'], 'flattened' => \true], 'Delimiter' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'Destination' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName'], 'Account' => ['shape' => 'AccountId'], 'StorageClass' => ['shape' => 'StorageClass'], 'AccessControlTranslation' => ['shape' => 'AccessControlTranslation'], 'EncryptionConfiguration' => ['shape' => 'EncryptionConfiguration'], 'ReplicationTime' => ['shape' => 'ReplicationTime'], 'Metrics' => ['shape' => 'Metrics']]], 'DisplayName' => ['type' => 'string'], 'ETag' => ['type' => 'string'], 'EmailAddress' => ['type' => 'string'], 'EnableRequestProgress' => ['type' => 'boolean'], 'EncodingType' => ['type' => 'string', 'enum' => ['url']], 'Encryption' => ['type' => 'structure', 'required' => ['EncryptionType'], 'members' => ['EncryptionType' => ['shape' => 'ServerSideEncryption'], 'KMSKeyId' => ['shape' => 'SSEKMSKeyId'], 'KMSContext' => ['shape' => 'KMSContext']]], 'EncryptionConfiguration' => ['type' => 'structure', 'members' => ['ReplicaKmsKeyID' => ['shape' => 'ReplicaKmsKeyID']]], 'End' => ['type' => 'long'], 'EndEvent' => ['type' => 'structure', 'members' => [], 'event' => \true], 'Error' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'Code' => ['shape' => 'Code'], 'Message' => ['shape' => 'Message']]], 'ErrorDocument' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ObjectKey']]], 'Errors' => ['type' => 'list', 'member' => ['shape' => 'Error'], 'flattened' => \true], 'Event' => ['type' => 'string', 'enum' => ['s3:ReducedRedundancyLostObject', 's3:ObjectCreated:*', 's3:ObjectCreated:Put', 's3:ObjectCreated:Post', 's3:ObjectCreated:Copy', 's3:ObjectCreated:CompleteMultipartUpload', 's3:ObjectRemoved:*', 's3:ObjectRemoved:Delete', 's3:ObjectRemoved:DeleteMarkerCreated', 's3:ObjectRestore:*', 's3:ObjectRestore:Post', 's3:ObjectRestore:Completed', 's3:Replication:*', 's3:Replication:OperationFailedReplication', 's3:Replication:OperationNotTracked', 's3:Replication:OperationMissedThreshold', 's3:Replication:OperationReplicatedAfterThreshold']], 'EventList' => ['type' => 'list', 'member' => ['shape' => 'Event'], 'flattened' => \true], 'ExistingObjectReplication' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'ExistingObjectReplicationStatus']]], 'ExistingObjectReplicationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Expiration' => ['type' => 'string'], 'ExpirationStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ExpiredObjectDeleteMarker' => ['type' => 'boolean'], 'Expires' => ['type' => 'timestamp'], 'ExposeHeader' => ['type' => 'string'], 'ExposeHeaders' => ['type' => 'list', 'member' => ['shape' => 'ExposeHeader'], 'flattened' => \true], 'Expression' => ['type' => 'string'], 'ExpressionType' => ['type' => 'string', 'enum' => ['SQL']], 'FetchOwner' => ['type' => 'boolean'], 'FieldDelimiter' => ['type' => 'string'], 'FileHeaderInfo' => ['type' => 'string', 'enum' => ['USE', 'IGNORE', 'NONE']], 'FilterRule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'FilterRuleName'], 'Value' => ['shape' => 'FilterRuleValue']]], 'FilterRuleList' => ['type' => 'list', 'member' => ['shape' => 'FilterRule'], 'flattened' => \true], 'FilterRuleName' => ['type' => 'string', 'enum' => ['prefix', 'suffix']], 'FilterRuleValue' => ['type' => 'string'], 'GetBucketAccelerateConfigurationOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketAccelerateStatus']]], 'GetBucketAccelerateConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketAclOutput' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList']]], 'GetBucketAclRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketAnalyticsConfigurationOutput' => ['type' => 'structure', 'members' => ['AnalyticsConfiguration' => ['shape' => 'AnalyticsConfiguration']], 'payload' => 'AnalyticsConfiguration'], 'GetBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketCorsOutput' => ['type' => 'structure', 'members' => ['CORSRules' => ['shape' => 'CORSRules', 'locationName' => 'CORSRule']]], 'GetBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketEncryptionOutput' => ['type' => 'structure', 'members' => ['ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration']], 'payload' => 'ServerSideEncryptionConfiguration'], 'GetBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketInventoryConfigurationOutput' => ['type' => 'structure', 'members' => ['InventoryConfiguration' => ['shape' => 'InventoryConfiguration']], 'payload' => 'InventoryConfiguration'], 'GetBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketLifecycleConfigurationOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'LifecycleRules', 'locationName' => 'Rule']]], 'GetBucketLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLifecycleOutput' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'Rules', 'locationName' => 'Rule']]], 'GetBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLocationOutput' => ['type' => 'structure', 'members' => ['LocationConstraint' => ['shape' => 'BucketLocationConstraint']]], 'GetBucketLocationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketLoggingOutput' => ['type' => 'structure', 'members' => ['LoggingEnabled' => ['shape' => 'LoggingEnabled']]], 'GetBucketLoggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketMetricsConfigurationOutput' => ['type' => 'structure', 'members' => ['MetricsConfiguration' => ['shape' => 'MetricsConfiguration']], 'payload' => 'MetricsConfiguration'], 'GetBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id']]], 'GetBucketNotificationConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketPolicyOutput' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']], 'payload' => 'Policy'], 'GetBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketPolicyStatusOutput' => ['type' => 'structure', 'members' => ['PolicyStatus' => ['shape' => 'PolicyStatus']], 'payload' => 'PolicyStatus'], 'GetBucketPolicyStatusRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketReplicationOutput' => ['type' => 'structure', 'members' => ['ReplicationConfiguration' => ['shape' => 'ReplicationConfiguration']], 'payload' => 'ReplicationConfiguration'], 'GetBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketRequestPaymentOutput' => ['type' => 'structure', 'members' => ['Payer' => ['shape' => 'Payer']]], 'GetBucketRequestPaymentRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketTaggingOutput' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['TagSet' => ['shape' => 'TagSet']]], 'GetBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketVersioningOutput' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BucketVersioningStatus'], 'MFADelete' => ['shape' => 'MFADeleteStatus', 'locationName' => 'MfaDelete']]], 'GetBucketVersioningRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetBucketWebsiteOutput' => ['type' => 'structure', 'members' => ['RedirectAllRequestsTo' => ['shape' => 'RedirectAllRequestsTo'], 'IndexDocument' => ['shape' => 'IndexDocument'], 'ErrorDocument' => ['shape' => 'ErrorDocument'], 'RoutingRules' => ['shape' => 'RoutingRules']]], 'GetBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetObjectAclOutput' => ['type' => 'structure', 'members' => ['Owner' => ['shape' => 'Owner'], 'Grants' => ['shape' => 'Grants', 'locationName' => 'AccessControlList'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'GetObjectAclRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectLegalHoldOutput' => ['type' => 'structure', 'members' => ['LegalHold' => ['shape' => 'ObjectLockLegalHold']], 'payload' => 'LegalHold'], 'GetObjectLegalHoldRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectLockConfigurationOutput' => ['type' => 'structure', 'members' => ['ObjectLockConfiguration' => ['shape' => 'ObjectLockConfiguration']], 'payload' => 'ObjectLockConfiguration'], 'GetObjectLockConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GetObjectOutput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'AcceptRanges' => ['shape' => 'AcceptRanges', 'location' => 'header', 'locationName' => 'accept-ranges'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'Restore' => ['shape' => 'Restore', 'location' => 'header', 'locationName' => 'x-amz-restore'], 'LastModified' => ['shape' => 'LastModified', 'location' => 'header', 'locationName' => 'Last-Modified'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'MissingMeta' => ['shape' => 'MissingMeta', 'location' => 'header', 'locationName' => 'x-amz-missing-meta'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentRange' => ['shape' => 'ContentRange', 'location' => 'header', 'locationName' => 'Content-Range'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'ReplicationStatus' => ['shape' => 'ReplicationStatus', 'location' => 'header', 'locationName' => 'x-amz-replication-status'], 'PartsCount' => ['shape' => 'PartsCount', 'location' => 'header', 'locationName' => 'x-amz-mp-parts-count'], 'TagCount' => ['shape' => 'TagCount', 'location' => 'header', 'locationName' => 'x-amz-tagging-count'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']], 'payload' => 'Body'], 'GetObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'IfMatch' => ['shape' => 'IfMatch', 'location' => 'header', 'locationName' => 'If-Match'], 'IfModifiedSince' => ['shape' => 'IfModifiedSince', 'location' => 'header', 'locationName' => 'If-Modified-Since'], 'IfNoneMatch' => ['shape' => 'IfNoneMatch', 'location' => 'header', 'locationName' => 'If-None-Match'], 'IfUnmodifiedSince' => ['shape' => 'IfUnmodifiedSince', 'location' => 'header', 'locationName' => 'If-Unmodified-Since'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Range' => ['shape' => 'Range', 'location' => 'header', 'locationName' => 'Range'], 'ResponseCacheControl' => ['shape' => 'ResponseCacheControl', 'location' => 'querystring', 'locationName' => 'response-cache-control'], 'ResponseContentDisposition' => ['shape' => 'ResponseContentDisposition', 'location' => 'querystring', 'locationName' => 'response-content-disposition'], 'ResponseContentEncoding' => ['shape' => 'ResponseContentEncoding', 'location' => 'querystring', 'locationName' => 'response-content-encoding'], 'ResponseContentLanguage' => ['shape' => 'ResponseContentLanguage', 'location' => 'querystring', 'locationName' => 'response-content-language'], 'ResponseContentType' => ['shape' => 'ResponseContentType', 'location' => 'querystring', 'locationName' => 'response-content-type'], 'ResponseExpires' => ['shape' => 'ResponseExpires', 'location' => 'querystring', 'locationName' => 'response-expires'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber']]], 'GetObjectRetentionOutput' => ['type' => 'structure', 'members' => ['Retention' => ['shape' => 'ObjectLockRetention']], 'payload' => 'Retention'], 'GetObjectRetentionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetObjectTaggingOutput' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'TagSet' => ['shape' => 'TagSet']]], 'GetObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']]], 'GetObjectTorrentOutput' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'Body'], 'GetObjectTorrentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'GetPublicAccessBlockOutput' => ['type' => 'structure', 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']], 'payload' => 'PublicAccessBlockConfiguration'], 'GetPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'GlacierJobParameters' => ['type' => 'structure', 'required' => ['Tier'], 'members' => ['Tier' => ['shape' => 'Tier']]], 'Grant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'Grantee'], 'Permission' => ['shape' => 'Permission']]], 'GrantFullControl' => ['type' => 'string'], 'GrantRead' => ['type' => 'string'], 'GrantReadACP' => ['type' => 'string'], 'GrantWrite' => ['type' => 'string'], 'GrantWriteACP' => ['type' => 'string'], 'Grantee' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['DisplayName' => ['shape' => 'DisplayName'], 'EmailAddress' => ['shape' => 'EmailAddress'], 'ID' => ['shape' => 'ID'], 'Type' => ['shape' => 'Type', 'locationName' => 'xsi:type', 'xmlAttribute' => \true], 'URI' => ['shape' => 'URI']], 'xmlNamespace' => ['prefix' => 'xsi', 'uri' => 'http://www.w3.org/2001/XMLSchema-instance']], 'Grants' => ['type' => 'list', 'member' => ['shape' => 'Grant', 'locationName' => 'Grant']], 'HeadBucketRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket']]], 'HeadObjectOutput' => ['type' => 'structure', 'members' => ['DeleteMarker' => ['shape' => 'DeleteMarker', 'location' => 'header', 'locationName' => 'x-amz-delete-marker'], 'AcceptRanges' => ['shape' => 'AcceptRanges', 'location' => 'header', 'locationName' => 'accept-ranges'], 'Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'Restore' => ['shape' => 'Restore', 'location' => 'header', 'locationName' => 'x-amz-restore'], 'LastModified' => ['shape' => 'LastModified', 'location' => 'header', 'locationName' => 'Last-Modified'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'MissingMeta' => ['shape' => 'MissingMeta', 'location' => 'header', 'locationName' => 'x-amz-missing-meta'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'ReplicationStatus' => ['shape' => 'ReplicationStatus', 'location' => 'header', 'locationName' => 'x-amz-replication-status'], 'PartsCount' => ['shape' => 'PartsCount', 'location' => 'header', 'locationName' => 'x-amz-mp-parts-count'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']]], 'HeadObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'IfMatch' => ['shape' => 'IfMatch', 'location' => 'header', 'locationName' => 'If-Match'], 'IfModifiedSince' => ['shape' => 'IfModifiedSince', 'location' => 'header', 'locationName' => 'If-Modified-Since'], 'IfNoneMatch' => ['shape' => 'IfNoneMatch', 'location' => 'header', 'locationName' => 'If-None-Match'], 'IfUnmodifiedSince' => ['shape' => 'IfUnmodifiedSince', 'location' => 'header', 'locationName' => 'If-Unmodified-Since'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Range' => ['shape' => 'Range', 'location' => 'header', 'locationName' => 'Range'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber']]], 'HostName' => ['type' => 'string'], 'HttpErrorCodeReturnedEquals' => ['type' => 'string'], 'HttpRedirectCode' => ['type' => 'string'], 'ID' => ['type' => 'string'], 'IfMatch' => ['type' => 'string'], 'IfModifiedSince' => ['type' => 'timestamp'], 'IfNoneMatch' => ['type' => 'string'], 'IfUnmodifiedSince' => ['type' => 'timestamp'], 'IndexDocument' => ['type' => 'structure', 'required' => ['Suffix'], 'members' => ['Suffix' => ['shape' => 'Suffix']]], 'Initiated' => ['type' => 'timestamp'], 'Initiator' => ['type' => 'structure', 'members' => ['ID' => ['shape' => 'ID'], 'DisplayName' => ['shape' => 'DisplayName']]], 'InputSerialization' => ['type' => 'structure', 'members' => ['CSV' => ['shape' => 'CSVInput'], 'CompressionType' => ['shape' => 'CompressionType'], 'JSON' => ['shape' => 'JSONInput'], 'Parquet' => ['shape' => 'ParquetInput']]], 'InventoryConfiguration' => ['type' => 'structure', 'required' => ['Destination', 'IsEnabled', 'Id', 'IncludedObjectVersions', 'Schedule'], 'members' => ['Destination' => ['shape' => 'InventoryDestination'], 'IsEnabled' => ['shape' => 'IsEnabled'], 'Filter' => ['shape' => 'InventoryFilter'], 'Id' => ['shape' => 'InventoryId'], 'IncludedObjectVersions' => ['shape' => 'InventoryIncludedObjectVersions'], 'OptionalFields' => ['shape' => 'InventoryOptionalFields'], 'Schedule' => ['shape' => 'InventorySchedule']]], 'InventoryConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'InventoryConfiguration'], 'flattened' => \true], 'InventoryDestination' => ['type' => 'structure', 'required' => ['S3BucketDestination'], 'members' => ['S3BucketDestination' => ['shape' => 'InventoryS3BucketDestination']]], 'InventoryEncryption' => ['type' => 'structure', 'members' => ['SSES3' => ['shape' => 'SSES3', 'locationName' => 'SSE-S3'], 'SSEKMS' => ['shape' => 'SSEKMS', 'locationName' => 'SSE-KMS']]], 'InventoryFilter' => ['type' => 'structure', 'required' => ['Prefix'], 'members' => ['Prefix' => ['shape' => 'Prefix']]], 'InventoryFormat' => ['type' => 'string', 'enum' => ['CSV', 'ORC', 'Parquet']], 'InventoryFrequency' => ['type' => 'string', 'enum' => ['Daily', 'Weekly']], 'InventoryId' => ['type' => 'string'], 'InventoryIncludedObjectVersions' => ['type' => 'string', 'enum' => ['All', 'Current']], 'InventoryOptionalField' => ['type' => 'string', 'enum' => ['Size', 'LastModifiedDate', 'StorageClass', 'ETag', 'IsMultipartUploaded', 'ReplicationStatus', 'EncryptionStatus', 'ObjectLockRetainUntilDate', 'ObjectLockMode', 'ObjectLockLegalHoldStatus', 'IntelligentTieringAccessTier']], 'InventoryOptionalFields' => ['type' => 'list', 'member' => ['shape' => 'InventoryOptionalField', 'locationName' => 'Field']], 'InventoryS3BucketDestination' => ['type' => 'structure', 'required' => ['Bucket', 'Format'], 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Bucket' => ['shape' => 'BucketName'], 'Format' => ['shape' => 'InventoryFormat'], 'Prefix' => ['shape' => 'Prefix'], 'Encryption' => ['shape' => 'InventoryEncryption']]], 'InventorySchedule' => ['type' => 'structure', 'required' => ['Frequency'], 'members' => ['Frequency' => ['shape' => 'InventoryFrequency']]], 'IsEnabled' => ['type' => 'boolean'], 'IsLatest' => ['type' => 'boolean'], 'IsPublic' => ['type' => 'boolean'], 'IsTruncated' => ['type' => 'boolean'], 'JSONInput' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'JSONType']]], 'JSONOutput' => ['type' => 'structure', 'members' => ['RecordDelimiter' => ['shape' => 'RecordDelimiter']]], 'JSONType' => ['type' => 'string', 'enum' => ['DOCUMENT', 'LINES']], 'KMSContext' => ['type' => 'string'], 'KeyCount' => ['type' => 'integer'], 'KeyMarker' => ['type' => 'string'], 'KeyPrefixEquals' => ['type' => 'string'], 'LambdaFunctionArn' => ['type' => 'string'], 'LambdaFunctionConfiguration' => ['type' => 'structure', 'required' => ['LambdaFunctionArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'LambdaFunctionArn' => ['shape' => 'LambdaFunctionArn', 'locationName' => 'CloudFunction'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'LambdaFunctionConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'LambdaFunctionConfiguration'], 'flattened' => \true], 'LastModified' => ['type' => 'timestamp'], 'LifecycleConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'Rules', 'locationName' => 'Rule']]], 'LifecycleExpiration' => ['type' => 'structure', 'members' => ['Date' => ['shape' => 'Date'], 'Days' => ['shape' => 'Days'], 'ExpiredObjectDeleteMarker' => ['shape' => 'ExpiredObjectDeleteMarker']]], 'LifecycleRule' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Expiration' => ['shape' => 'LifecycleExpiration'], 'ID' => ['shape' => 'ID'], 'Prefix' => ['shape' => 'Prefix', 'deprecated' => \true], 'Filter' => ['shape' => 'LifecycleRuleFilter'], 'Status' => ['shape' => 'ExpirationStatus'], 'Transitions' => ['shape' => 'TransitionList', 'locationName' => 'Transition'], 'NoncurrentVersionTransitions' => ['shape' => 'NoncurrentVersionTransitionList', 'locationName' => 'NoncurrentVersionTransition'], 'NoncurrentVersionExpiration' => ['shape' => 'NoncurrentVersionExpiration'], 'AbortIncompleteMultipartUpload' => ['shape' => 'AbortIncompleteMultipartUpload']]], 'LifecycleRuleAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'LifecycleRuleFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'LifecycleRuleAndOperator']]], 'LifecycleRules' => ['type' => 'list', 'member' => ['shape' => 'LifecycleRule'], 'flattened' => \true], 'ListBucketAnalyticsConfigurationsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'AnalyticsConfigurationList' => ['shape' => 'AnalyticsConfigurationList', 'locationName' => 'AnalyticsConfiguration']]], 'ListBucketAnalyticsConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketInventoryConfigurationsOutput' => ['type' => 'structure', 'members' => ['ContinuationToken' => ['shape' => 'Token'], 'InventoryConfigurationList' => ['shape' => 'InventoryConfigurationList', 'locationName' => 'InventoryConfiguration'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'NextContinuationToken' => ['shape' => 'NextToken']]], 'ListBucketInventoryConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketMetricsConfigurationsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'MetricsConfigurationList' => ['shape' => 'MetricsConfigurationList', 'locationName' => 'MetricsConfiguration']]], 'ListBucketMetricsConfigurationsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token']]], 'ListBucketsOutput' => ['type' => 'structure', 'members' => ['Buckets' => ['shape' => 'Buckets'], 'Owner' => ['shape' => 'Owner']]], 'ListMultipartUploadsOutput' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'BucketName'], 'KeyMarker' => ['shape' => 'KeyMarker'], 'UploadIdMarker' => ['shape' => 'UploadIdMarker'], 'NextKeyMarker' => ['shape' => 'NextKeyMarker'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'NextUploadIdMarker' => ['shape' => 'NextUploadIdMarker'], 'MaxUploads' => ['shape' => 'MaxUploads'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'Uploads' => ['shape' => 'MultipartUploadList', 'locationName' => 'Upload'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListMultipartUploadsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'KeyMarker' => ['shape' => 'KeyMarker', 'location' => 'querystring', 'locationName' => 'key-marker'], 'MaxUploads' => ['shape' => 'MaxUploads', 'location' => 'querystring', 'locationName' => 'max-uploads'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'UploadIdMarker' => ['shape' => 'UploadIdMarker', 'location' => 'querystring', 'locationName' => 'upload-id-marker']]], 'ListObjectVersionsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'KeyMarker' => ['shape' => 'KeyMarker'], 'VersionIdMarker' => ['shape' => 'VersionIdMarker'], 'NextKeyMarker' => ['shape' => 'NextKeyMarker'], 'NextVersionIdMarker' => ['shape' => 'NextVersionIdMarker'], 'Versions' => ['shape' => 'ObjectVersionList', 'locationName' => 'Version'], 'DeleteMarkers' => ['shape' => 'DeleteMarkers', 'locationName' => 'DeleteMarker'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListObjectVersionsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'KeyMarker' => ['shape' => 'KeyMarker', 'location' => 'querystring', 'locationName' => 'key-marker'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'VersionIdMarker' => ['shape' => 'VersionIdMarker', 'location' => 'querystring', 'locationName' => 'version-id-marker']]], 'ListObjectsOutput' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'Marker' => ['shape' => 'Marker'], 'NextMarker' => ['shape' => 'NextMarker'], 'Contents' => ['shape' => 'ObjectList'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType']]], 'ListObjectsRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'Marker' => ['shape' => 'Marker', 'location' => 'querystring', 'locationName' => 'marker'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'ListObjectsV2Output' => ['type' => 'structure', 'members' => ['IsTruncated' => ['shape' => 'IsTruncated'], 'Contents' => ['shape' => 'ObjectList'], 'Name' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'Prefix'], 'Delimiter' => ['shape' => 'Delimiter'], 'MaxKeys' => ['shape' => 'MaxKeys'], 'CommonPrefixes' => ['shape' => 'CommonPrefixList'], 'EncodingType' => ['shape' => 'EncodingType'], 'KeyCount' => ['shape' => 'KeyCount'], 'ContinuationToken' => ['shape' => 'Token'], 'NextContinuationToken' => ['shape' => 'NextToken'], 'StartAfter' => ['shape' => 'StartAfter']]], 'ListObjectsV2Request' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Delimiter' => ['shape' => 'Delimiter', 'location' => 'querystring', 'locationName' => 'delimiter'], 'EncodingType' => ['shape' => 'EncodingType', 'location' => 'querystring', 'locationName' => 'encoding-type'], 'MaxKeys' => ['shape' => 'MaxKeys', 'location' => 'querystring', 'locationName' => 'max-keys'], 'Prefix' => ['shape' => 'Prefix', 'location' => 'querystring', 'locationName' => 'prefix'], 'ContinuationToken' => ['shape' => 'Token', 'location' => 'querystring', 'locationName' => 'continuation-token'], 'FetchOwner' => ['shape' => 'FetchOwner', 'location' => 'querystring', 'locationName' => 'fetch-owner'], 'StartAfter' => ['shape' => 'StartAfter', 'location' => 'querystring', 'locationName' => 'start-after'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'ListPartsOutput' => ['type' => 'structure', 'members' => ['AbortDate' => ['shape' => 'AbortDate', 'location' => 'header', 'locationName' => 'x-amz-abort-date'], 'AbortRuleId' => ['shape' => 'AbortRuleId', 'location' => 'header', 'locationName' => 'x-amz-abort-rule-id'], 'Bucket' => ['shape' => 'BucketName'], 'Key' => ['shape' => 'ObjectKey'], 'UploadId' => ['shape' => 'MultipartUploadId'], 'PartNumberMarker' => ['shape' => 'PartNumberMarker'], 'NextPartNumberMarker' => ['shape' => 'NextPartNumberMarker'], 'MaxParts' => ['shape' => 'MaxParts'], 'IsTruncated' => ['shape' => 'IsTruncated'], 'Parts' => ['shape' => 'Parts', 'locationName' => 'Part'], 'Initiator' => ['shape' => 'Initiator'], 'Owner' => ['shape' => 'Owner'], 'StorageClass' => ['shape' => 'StorageClass'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'ListPartsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'MaxParts' => ['shape' => 'MaxParts', 'location' => 'querystring', 'locationName' => 'max-parts'], 'PartNumberMarker' => ['shape' => 'PartNumberMarker', 'location' => 'querystring', 'locationName' => 'part-number-marker'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'Location' => ['type' => 'string'], 'LocationPrefix' => ['type' => 'string'], 'LoggingEnabled' => ['type' => 'structure', 'required' => ['TargetBucket', 'TargetPrefix'], 'members' => ['TargetBucket' => ['shape' => 'TargetBucket'], 'TargetGrants' => ['shape' => 'TargetGrants'], 'TargetPrefix' => ['shape' => 'TargetPrefix']]], 'MFA' => ['type' => 'string'], 'MFADelete' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'MFADeleteStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Marker' => ['type' => 'string'], 'MaxAgeSeconds' => ['type' => 'integer'], 'MaxKeys' => ['type' => 'integer'], 'MaxParts' => ['type' => 'integer'], 'MaxUploads' => ['type' => 'integer'], 'Message' => ['type' => 'string'], 'Metadata' => ['type' => 'map', 'key' => ['shape' => 'MetadataKey'], 'value' => ['shape' => 'MetadataValue']], 'MetadataDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'MetadataEntry' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'MetadataKey'], 'Value' => ['shape' => 'MetadataValue']]], 'MetadataKey' => ['type' => 'string'], 'MetadataValue' => ['type' => 'string'], 'Metrics' => ['type' => 'structure', 'required' => ['Status', 'EventThreshold'], 'members' => ['Status' => ['shape' => 'MetricsStatus'], 'EventThreshold' => ['shape' => 'ReplicationTimeValue']]], 'MetricsAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'MetricsConfiguration' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'MetricsId'], 'Filter' => ['shape' => 'MetricsFilter']]], 'MetricsConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'MetricsConfiguration'], 'flattened' => \true], 'MetricsFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'MetricsAndOperator']]], 'MetricsId' => ['type' => 'string'], 'MetricsStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Minutes' => ['type' => 'integer'], 'MissingMeta' => ['type' => 'integer'], 'MultipartUpload' => ['type' => 'structure', 'members' => ['UploadId' => ['shape' => 'MultipartUploadId'], 'Key' => ['shape' => 'ObjectKey'], 'Initiated' => ['shape' => 'Initiated'], 'StorageClass' => ['shape' => 'StorageClass'], 'Owner' => ['shape' => 'Owner'], 'Initiator' => ['shape' => 'Initiator']]], 'MultipartUploadId' => ['type' => 'string'], 'MultipartUploadList' => ['type' => 'list', 'member' => ['shape' => 'MultipartUpload'], 'flattened' => \true], 'NextKeyMarker' => ['type' => 'string'], 'NextMarker' => ['type' => 'string'], 'NextPartNumberMarker' => ['type' => 'integer'], 'NextToken' => ['type' => 'string'], 'NextUploadIdMarker' => ['type' => 'string'], 'NextVersionIdMarker' => ['type' => 'string'], 'NoSuchBucket' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchKey' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoSuchUpload' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'NoncurrentVersionExpiration' => ['type' => 'structure', 'members' => ['NoncurrentDays' => ['shape' => 'Days']]], 'NoncurrentVersionTransition' => ['type' => 'structure', 'members' => ['NoncurrentDays' => ['shape' => 'Days'], 'StorageClass' => ['shape' => 'TransitionStorageClass']]], 'NoncurrentVersionTransitionList' => ['type' => 'list', 'member' => ['shape' => 'NoncurrentVersionTransition'], 'flattened' => \true], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['TopicConfigurations' => ['shape' => 'TopicConfigurationList', 'locationName' => 'TopicConfiguration'], 'QueueConfigurations' => ['shape' => 'QueueConfigurationList', 'locationName' => 'QueueConfiguration'], 'LambdaFunctionConfigurations' => ['shape' => 'LambdaFunctionConfigurationList', 'locationName' => 'CloudFunctionConfiguration']]], 'NotificationConfigurationDeprecated' => ['type' => 'structure', 'members' => ['TopicConfiguration' => ['shape' => 'TopicConfigurationDeprecated'], 'QueueConfiguration' => ['shape' => 'QueueConfigurationDeprecated'], 'CloudFunctionConfiguration' => ['shape' => 'CloudFunctionConfiguration']]], 'NotificationConfigurationFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'S3KeyFilter', 'locationName' => 'S3Key']]], 'NotificationId' => ['type' => 'string'], 'Object' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ObjectKey'], 'LastModified' => ['shape' => 'LastModified'], 'ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size'], 'StorageClass' => ['shape' => 'ObjectStorageClass'], 'Owner' => ['shape' => 'Owner']]], 'ObjectAlreadyInActiveTierError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectCannedACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read', 'aws-exec-read', 'bucket-owner-read', 'bucket-owner-full-control']], 'ObjectIdentifier' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId']]], 'ObjectIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'ObjectIdentifier'], 'flattened' => \true], 'ObjectKey' => ['type' => 'string', 'min' => 1], 'ObjectList' => ['type' => 'list', 'member' => ['shape' => 'Object'], 'flattened' => \true], 'ObjectLockConfiguration' => ['type' => 'structure', 'members' => ['ObjectLockEnabled' => ['shape' => 'ObjectLockEnabled'], 'Rule' => ['shape' => 'ObjectLockRule']]], 'ObjectLockEnabled' => ['type' => 'string', 'enum' => ['Enabled']], 'ObjectLockEnabledForBucket' => ['type' => 'boolean'], 'ObjectLockLegalHold' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ObjectLockLegalHoldStatus']]], 'ObjectLockLegalHoldStatus' => ['type' => 'string', 'enum' => ['ON', 'OFF']], 'ObjectLockMode' => ['type' => 'string', 'enum' => ['GOVERNANCE', 'COMPLIANCE']], 'ObjectLockRetainUntilDate' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'ObjectLockRetention' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'ObjectLockRetentionMode'], 'RetainUntilDate' => ['shape' => 'Date']]], 'ObjectLockRetentionMode' => ['type' => 'string', 'enum' => ['GOVERNANCE', 'COMPLIANCE']], 'ObjectLockRule' => ['type' => 'structure', 'members' => ['DefaultRetention' => ['shape' => 'DefaultRetention']]], 'ObjectLockToken' => ['type' => 'string'], 'ObjectNotInActiveTierError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ObjectStorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'REDUCED_REDUNDANCY', 'GLACIER', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'ObjectVersion' => ['type' => 'structure', 'members' => ['ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size'], 'StorageClass' => ['shape' => 'ObjectVersionStorageClass'], 'Key' => ['shape' => 'ObjectKey'], 'VersionId' => ['shape' => 'ObjectVersionId'], 'IsLatest' => ['shape' => 'IsLatest'], 'LastModified' => ['shape' => 'LastModified'], 'Owner' => ['shape' => 'Owner']]], 'ObjectVersionId' => ['type' => 'string'], 'ObjectVersionList' => ['type' => 'list', 'member' => ['shape' => 'ObjectVersion'], 'flattened' => \true], 'ObjectVersionStorageClass' => ['type' => 'string', 'enum' => ['STANDARD']], 'OutputLocation' => ['type' => 'structure', 'members' => ['S3' => ['shape' => 'S3Location']]], 'OutputSerialization' => ['type' => 'structure', 'members' => ['CSV' => ['shape' => 'CSVOutput'], 'JSON' => ['shape' => 'JSONOutput']]], 'Owner' => ['type' => 'structure', 'members' => ['DisplayName' => ['shape' => 'DisplayName'], 'ID' => ['shape' => 'ID']]], 'OwnerOverride' => ['type' => 'string', 'enum' => ['Destination']], 'ParquetInput' => ['type' => 'structure', 'members' => []], 'Part' => ['type' => 'structure', 'members' => ['PartNumber' => ['shape' => 'PartNumber'], 'LastModified' => ['shape' => 'LastModified'], 'ETag' => ['shape' => 'ETag'], 'Size' => ['shape' => 'Size']]], 'PartNumber' => ['type' => 'integer'], 'PartNumberMarker' => ['type' => 'integer'], 'Parts' => ['type' => 'list', 'member' => ['shape' => 'Part'], 'flattened' => \true], 'PartsCount' => ['type' => 'integer'], 'Payer' => ['type' => 'string', 'enum' => ['Requester', 'BucketOwner']], 'Permission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'WRITE', 'WRITE_ACP', 'READ', 'READ_ACP']], 'Policy' => ['type' => 'string'], 'PolicyStatus' => ['type' => 'structure', 'members' => ['IsPublic' => ['shape' => 'IsPublic', 'locationName' => 'IsPublic']]], 'Prefix' => ['type' => 'string'], 'Priority' => ['type' => 'integer'], 'Progress' => ['type' => 'structure', 'members' => ['BytesScanned' => ['shape' => 'BytesScanned'], 'BytesProcessed' => ['shape' => 'BytesProcessed'], 'BytesReturned' => ['shape' => 'BytesReturned']]], 'ProgressEvent' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'Progress', 'eventpayload' => \true]], 'event' => \true], 'Protocol' => ['type' => 'string', 'enum' => ['http', 'https']], 'PublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['BlockPublicAcls' => ['shape' => 'Setting', 'locationName' => 'BlockPublicAcls'], 'IgnorePublicAcls' => ['shape' => 'Setting', 'locationName' => 'IgnorePublicAcls'], 'BlockPublicPolicy' => ['shape' => 'Setting', 'locationName' => 'BlockPublicPolicy'], 'RestrictPublicBuckets' => ['shape' => 'Setting', 'locationName' => 'RestrictPublicBuckets']]], 'PutBucketAccelerateConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'AccelerateConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'AccelerateConfiguration' => ['shape' => 'AccelerateConfiguration', 'locationName' => 'AccelerateConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'AccelerateConfiguration'], 'PutBucketAclRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['ACL' => ['shape' => 'BucketCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'AccessControlPolicy' => ['shape' => 'AccessControlPolicy', 'locationName' => 'AccessControlPolicy', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp']], 'payload' => 'AccessControlPolicy'], 'PutBucketAnalyticsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'AnalyticsConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'AnalyticsId', 'location' => 'querystring', 'locationName' => 'id'], 'AnalyticsConfiguration' => ['shape' => 'AnalyticsConfiguration', 'locationName' => 'AnalyticsConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'AnalyticsConfiguration'], 'PutBucketCorsRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CORSConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CORSConfiguration' => ['shape' => 'CORSConfiguration', 'locationName' => 'CORSConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'CORSConfiguration'], 'PutBucketEncryptionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'ServerSideEncryptionConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ServerSideEncryptionConfiguration' => ['shape' => 'ServerSideEncryptionConfiguration', 'locationName' => 'ServerSideEncryptionConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'ServerSideEncryptionConfiguration'], 'PutBucketInventoryConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'InventoryConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'InventoryId', 'location' => 'querystring', 'locationName' => 'id'], 'InventoryConfiguration' => ['shape' => 'InventoryConfiguration', 'locationName' => 'InventoryConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'InventoryConfiguration'], 'PutBucketLifecycleConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'LifecycleConfiguration' => ['shape' => 'BucketLifecycleConfiguration', 'locationName' => 'LifecycleConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'LifecycleConfiguration'], 'PutBucketLifecycleRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'LifecycleConfiguration' => ['shape' => 'LifecycleConfiguration', 'locationName' => 'LifecycleConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'LifecycleConfiguration'], 'PutBucketLoggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'BucketLoggingStatus'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'BucketLoggingStatus' => ['shape' => 'BucketLoggingStatus', 'locationName' => 'BucketLoggingStatus', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'BucketLoggingStatus'], 'PutBucketMetricsConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Id', 'MetricsConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Id' => ['shape' => 'MetricsId', 'location' => 'querystring', 'locationName' => 'id'], 'MetricsConfiguration' => ['shape' => 'MetricsConfiguration', 'locationName' => 'MetricsConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'MetricsConfiguration'], 'PutBucketNotificationConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'NotificationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration', 'locationName' => 'NotificationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'NotificationConfiguration'], 'PutBucketNotificationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'NotificationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'NotificationConfiguration' => ['shape' => 'NotificationConfigurationDeprecated', 'locationName' => 'NotificationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'NotificationConfiguration'], 'PutBucketPolicyRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Policy'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ConfirmRemoveSelfBucketAccess' => ['shape' => 'ConfirmRemoveSelfBucketAccess', 'location' => 'header', 'locationName' => 'x-amz-confirm-remove-self-bucket-access'], 'Policy' => ['shape' => 'Policy']], 'payload' => 'Policy'], 'PutBucketReplicationRequest' => ['type' => 'structure', 'required' => ['Bucket', 'ReplicationConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ReplicationConfiguration' => ['shape' => 'ReplicationConfiguration', 'locationName' => 'ReplicationConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Token' => ['shape' => 'ObjectLockToken', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-token']], 'payload' => 'ReplicationConfiguration'], 'PutBucketRequestPaymentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'RequestPaymentConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'RequestPaymentConfiguration' => ['shape' => 'RequestPaymentConfiguration', 'locationName' => 'RequestPaymentConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'RequestPaymentConfiguration'], 'PutBucketTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Tagging'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Tagging' => ['shape' => 'Tagging', 'locationName' => 'Tagging', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'Tagging'], 'PutBucketVersioningRequest' => ['type' => 'structure', 'required' => ['Bucket', 'VersioningConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'MFA' => ['shape' => 'MFA', 'location' => 'header', 'locationName' => 'x-amz-mfa'], 'VersioningConfiguration' => ['shape' => 'VersioningConfiguration', 'locationName' => 'VersioningConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'VersioningConfiguration'], 'PutBucketWebsiteRequest' => ['type' => 'structure', 'required' => ['Bucket', 'WebsiteConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'WebsiteConfiguration' => ['shape' => 'WebsiteConfiguration', 'locationName' => 'WebsiteConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'WebsiteConfiguration'], 'PutObjectAclOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectAclRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'AccessControlPolicy' => ['shape' => 'AccessControlPolicy', 'locationName' => 'AccessControlPolicy', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWrite' => ['shape' => 'GrantWrite', 'location' => 'header', 'locationName' => 'x-amz-grant-write'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId']], 'payload' => 'AccessControlPolicy'], 'PutObjectLegalHoldOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectLegalHoldRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'LegalHold' => ['shape' => 'ObjectLockLegalHold', 'locationName' => 'LegalHold', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'LegalHold'], 'PutObjectLockConfigurationOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectLockConfigurationRequest' => ['type' => 'structure', 'required' => ['Bucket'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ObjectLockConfiguration' => ['shape' => 'ObjectLockConfiguration', 'locationName' => 'ObjectLockConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Token' => ['shape' => 'ObjectLockToken', 'location' => 'header', 'locationName' => 'x-amz-bucket-object-lock-token'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'ObjectLockConfiguration'], 'PutObjectOutput' => ['type' => 'structure', 'members' => ['Expiration' => ['shape' => 'Expiration', 'location' => 'header', 'locationName' => 'x-amz-expiration'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['ACL' => ['shape' => 'ObjectCannedACL', 'location' => 'header', 'locationName' => 'x-amz-acl'], 'Body' => ['shape' => 'Body', 'streaming' => \true], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CacheControl' => ['shape' => 'CacheControl', 'location' => 'header', 'locationName' => 'Cache-Control'], 'ContentDisposition' => ['shape' => 'ContentDisposition', 'location' => 'header', 'locationName' => 'Content-Disposition'], 'ContentEncoding' => ['shape' => 'ContentEncoding', 'location' => 'header', 'locationName' => 'Content-Encoding'], 'ContentLanguage' => ['shape' => 'ContentLanguage', 'location' => 'header', 'locationName' => 'Content-Language'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'ContentType' => ['shape' => 'ContentType', 'location' => 'header', 'locationName' => 'Content-Type'], 'Expires' => ['shape' => 'Expires', 'location' => 'header', 'locationName' => 'Expires'], 'GrantFullControl' => ['shape' => 'GrantFullControl', 'location' => 'header', 'locationName' => 'x-amz-grant-full-control'], 'GrantRead' => ['shape' => 'GrantRead', 'location' => 'header', 'locationName' => 'x-amz-grant-read'], 'GrantReadACP' => ['shape' => 'GrantReadACP', 'location' => 'header', 'locationName' => 'x-amz-grant-read-acp'], 'GrantWriteACP' => ['shape' => 'GrantWriteACP', 'location' => 'header', 'locationName' => 'x-amz-grant-write-acp'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Metadata' => ['shape' => 'Metadata', 'location' => 'headers', 'locationName' => 'x-amz-meta-'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'StorageClass' => ['shape' => 'StorageClass', 'location' => 'header', 'locationName' => 'x-amz-storage-class'], 'WebsiteRedirectLocation' => ['shape' => 'WebsiteRedirectLocation', 'location' => 'header', 'locationName' => 'x-amz-website-redirect-location'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'SSEKMSEncryptionContext' => ['shape' => 'SSEKMSEncryptionContext', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-context'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'Tagging' => ['shape' => 'TaggingHeader', 'location' => 'header', 'locationName' => 'x-amz-tagging'], 'ObjectLockMode' => ['shape' => 'ObjectLockMode', 'location' => 'header', 'locationName' => 'x-amz-object-lock-mode'], 'ObjectLockRetainUntilDate' => ['shape' => 'ObjectLockRetainUntilDate', 'location' => 'header', 'locationName' => 'x-amz-object-lock-retain-until-date'], 'ObjectLockLegalHoldStatus' => ['shape' => 'ObjectLockLegalHoldStatus', 'location' => 'header', 'locationName' => 'x-amz-object-lock-legal-hold']], 'payload' => 'Body'], 'PutObjectRetentionOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'PutObjectRetentionRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'Retention' => ['shape' => 'ObjectLockRetention', 'locationName' => 'Retention', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'BypassGovernanceRetention' => ['shape' => 'BypassGovernanceRetention', 'location' => 'header', 'locationName' => 'x-amz-bypass-governance-retention'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5']], 'payload' => 'Retention'], 'PutObjectTaggingOutput' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'header', 'locationName' => 'x-amz-version-id']]], 'PutObjectTaggingRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'Tagging'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Tagging' => ['shape' => 'Tagging', 'locationName' => 'Tagging', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'Tagging'], 'PutPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['Bucket', 'PublicAccessBlockConfiguration'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentMD5' => ['shape' => 'ContentMD5', 'deprecated' => \true, 'deprecatedMessage' => 'Content-MD5 header will now be automatically computed and injected in associated operation\'s Http request.', 'location' => 'header', 'locationName' => 'Content-MD5'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration', 'locationName' => 'PublicAccessBlockConfiguration', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']]], 'payload' => 'PublicAccessBlockConfiguration'], 'QueueArn' => ['type' => 'string'], 'QueueConfiguration' => ['type' => 'structure', 'required' => ['QueueArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'QueueArn' => ['shape' => 'QueueArn', 'locationName' => 'Queue'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'QueueConfigurationDeprecated' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Queue' => ['shape' => 'QueueArn']]], 'QueueConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'QueueConfiguration'], 'flattened' => \true], 'Quiet' => ['type' => 'boolean'], 'QuoteCharacter' => ['type' => 'string'], 'QuoteEscapeCharacter' => ['type' => 'string'], 'QuoteFields' => ['type' => 'string', 'enum' => ['ALWAYS', 'ASNEEDED']], 'Range' => ['type' => 'string'], 'RecordDelimiter' => ['type' => 'string'], 'RecordsEvent' => ['type' => 'structure', 'members' => ['Payload' => ['shape' => 'Body', 'eventpayload' => \true]], 'event' => \true], 'Redirect' => ['type' => 'structure', 'members' => ['HostName' => ['shape' => 'HostName'], 'HttpRedirectCode' => ['shape' => 'HttpRedirectCode'], 'Protocol' => ['shape' => 'Protocol'], 'ReplaceKeyPrefixWith' => ['shape' => 'ReplaceKeyPrefixWith'], 'ReplaceKeyWith' => ['shape' => 'ReplaceKeyWith']]], 'RedirectAllRequestsTo' => ['type' => 'structure', 'required' => ['HostName'], 'members' => ['HostName' => ['shape' => 'HostName'], 'Protocol' => ['shape' => 'Protocol']]], 'ReplaceKeyPrefixWith' => ['type' => 'string'], 'ReplaceKeyWith' => ['type' => 'string'], 'ReplicaKmsKeyID' => ['type' => 'string'], 'ReplicationConfiguration' => ['type' => 'structure', 'required' => ['Role', 'Rules'], 'members' => ['Role' => ['shape' => 'Role'], 'Rules' => ['shape' => 'ReplicationRules', 'locationName' => 'Rule']]], 'ReplicationRule' => ['type' => 'structure', 'required' => ['Status', 'Destination'], 'members' => ['ID' => ['shape' => 'ID'], 'Priority' => ['shape' => 'Priority'], 'Prefix' => ['shape' => 'Prefix', 'deprecated' => \true], 'Filter' => ['shape' => 'ReplicationRuleFilter'], 'Status' => ['shape' => 'ReplicationRuleStatus'], 'SourceSelectionCriteria' => ['shape' => 'SourceSelectionCriteria'], 'ExistingObjectReplication' => ['shape' => 'ExistingObjectReplication'], 'Destination' => ['shape' => 'Destination'], 'DeleteMarkerReplication' => ['shape' => 'DeleteMarkerReplication']]], 'ReplicationRuleAndOperator' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tags' => ['shape' => 'TagSet', 'flattened' => \true, 'locationName' => 'Tag']]], 'ReplicationRuleFilter' => ['type' => 'structure', 'members' => ['Prefix' => ['shape' => 'Prefix'], 'Tag' => ['shape' => 'Tag'], 'And' => ['shape' => 'ReplicationRuleAndOperator']]], 'ReplicationRuleStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ReplicationRules' => ['type' => 'list', 'member' => ['shape' => 'ReplicationRule'], 'flattened' => \true], 'ReplicationStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'PENDING', 'FAILED', 'REPLICA']], 'ReplicationTime' => ['type' => 'structure', 'required' => ['Status', 'Time'], 'members' => ['Status' => ['shape' => 'ReplicationTimeStatus'], 'Time' => ['shape' => 'ReplicationTimeValue']]], 'ReplicationTimeStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'ReplicationTimeValue' => ['type' => 'structure', 'members' => ['Minutes' => ['shape' => 'Minutes']]], 'RequestCharged' => ['type' => 'string', 'enum' => ['requester']], 'RequestPayer' => ['type' => 'string', 'enum' => ['requester']], 'RequestPaymentConfiguration' => ['type' => 'structure', 'required' => ['Payer'], 'members' => ['Payer' => ['shape' => 'Payer']]], 'RequestProgress' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'EnableRequestProgress']]], 'ResponseCacheControl' => ['type' => 'string'], 'ResponseContentDisposition' => ['type' => 'string'], 'ResponseContentEncoding' => ['type' => 'string'], 'ResponseContentLanguage' => ['type' => 'string'], 'ResponseContentType' => ['type' => 'string'], 'ResponseExpires' => ['type' => 'timestamp'], 'Restore' => ['type' => 'string'], 'RestoreObjectOutput' => ['type' => 'structure', 'members' => ['RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged'], 'RestoreOutputPath' => ['shape' => 'RestoreOutputPath', 'location' => 'header', 'locationName' => 'x-amz-restore-output-path']]], 'RestoreObjectRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'VersionId' => ['shape' => 'ObjectVersionId', 'location' => 'querystring', 'locationName' => 'versionId'], 'RestoreRequest' => ['shape' => 'RestoreRequest', 'locationName' => 'RestoreRequest', 'xmlNamespace' => ['uri' => 'http://s3.amazonaws.com/doc/2006-03-01/']], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'RestoreRequest'], 'RestoreOutputPath' => ['type' => 'string'], 'RestoreRequest' => ['type' => 'structure', 'members' => ['Days' => ['shape' => 'Days'], 'GlacierJobParameters' => ['shape' => 'GlacierJobParameters'], 'Type' => ['shape' => 'RestoreRequestType'], 'Tier' => ['shape' => 'Tier'], 'Description' => ['shape' => 'Description'], 'SelectParameters' => ['shape' => 'SelectParameters'], 'OutputLocation' => ['shape' => 'OutputLocation']]], 'RestoreRequestType' => ['type' => 'string', 'enum' => ['SELECT']], 'Role' => ['type' => 'string'], 'RoutingRule' => ['type' => 'structure', 'required' => ['Redirect'], 'members' => ['Condition' => ['shape' => 'Condition'], 'Redirect' => ['shape' => 'Redirect']]], 'RoutingRules' => ['type' => 'list', 'member' => ['shape' => 'RoutingRule', 'locationName' => 'RoutingRule']], 'Rule' => ['type' => 'structure', 'required' => ['Prefix', 'Status'], 'members' => ['Expiration' => ['shape' => 'LifecycleExpiration'], 'ID' => ['shape' => 'ID'], 'Prefix' => ['shape' => 'Prefix'], 'Status' => ['shape' => 'ExpirationStatus'], 'Transition' => ['shape' => 'Transition'], 'NoncurrentVersionTransition' => ['shape' => 'NoncurrentVersionTransition'], 'NoncurrentVersionExpiration' => ['shape' => 'NoncurrentVersionExpiration'], 'AbortIncompleteMultipartUpload' => ['shape' => 'AbortIncompleteMultipartUpload']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule'], 'flattened' => \true], 'S3KeyFilter' => ['type' => 'structure', 'members' => ['FilterRules' => ['shape' => 'FilterRuleList', 'locationName' => 'FilterRule']]], 'S3Location' => ['type' => 'structure', 'required' => ['BucketName', 'Prefix'], 'members' => ['BucketName' => ['shape' => 'BucketName'], 'Prefix' => ['shape' => 'LocationPrefix'], 'Encryption' => ['shape' => 'Encryption'], 'CannedACL' => ['shape' => 'ObjectCannedACL'], 'AccessControlList' => ['shape' => 'Grants'], 'Tagging' => ['shape' => 'Tagging'], 'UserMetadata' => ['shape' => 'UserMetadata'], 'StorageClass' => ['shape' => 'StorageClass']]], 'SSECustomerAlgorithm' => ['type' => 'string'], 'SSECustomerKey' => ['type' => 'string', 'sensitive' => \true], 'SSECustomerKeyMD5' => ['type' => 'string'], 'SSEKMS' => ['type' => 'structure', 'required' => ['KeyId'], 'members' => ['KeyId' => ['shape' => 'SSEKMSKeyId']], 'locationName' => 'SSE-KMS'], 'SSEKMSEncryptionContext' => ['type' => 'string', 'sensitive' => \true], 'SSEKMSKeyId' => ['type' => 'string', 'sensitive' => \true], 'SSES3' => ['type' => 'structure', 'members' => [], 'locationName' => 'SSE-S3'], 'ScanRange' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'Start'], 'End' => ['shape' => 'End']]], 'SelectObjectContentEventStream' => ['type' => 'structure', 'members' => ['Records' => ['shape' => 'RecordsEvent'], 'Stats' => ['shape' => 'StatsEvent'], 'Progress' => ['shape' => 'ProgressEvent'], 'Cont' => ['shape' => 'ContinuationEvent'], 'End' => ['shape' => 'EndEvent']], 'eventstream' => \true], 'SelectObjectContentOutput' => ['type' => 'structure', 'members' => ['Payload' => ['shape' => 'SelectObjectContentEventStream']], 'payload' => 'Payload'], 'SelectObjectContentRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'Expression', 'ExpressionType', 'InputSerialization', 'OutputSerialization'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'Expression' => ['shape' => 'Expression'], 'ExpressionType' => ['shape' => 'ExpressionType'], 'RequestProgress' => ['shape' => 'RequestProgress'], 'InputSerialization' => ['shape' => 'InputSerialization'], 'OutputSerialization' => ['shape' => 'OutputSerialization'], 'ScanRange' => ['shape' => 'ScanRange']]], 'SelectParameters' => ['type' => 'structure', 'required' => ['InputSerialization', 'ExpressionType', 'Expression', 'OutputSerialization'], 'members' => ['InputSerialization' => ['shape' => 'InputSerialization'], 'ExpressionType' => ['shape' => 'ExpressionType'], 'Expression' => ['shape' => 'Expression'], 'OutputSerialization' => ['shape' => 'OutputSerialization']]], 'ServerSideEncryption' => ['type' => 'string', 'enum' => ['AES256', 'aws:kms']], 'ServerSideEncryptionByDefault' => ['type' => 'structure', 'required' => ['SSEAlgorithm'], 'members' => ['SSEAlgorithm' => ['shape' => 'ServerSideEncryption'], 'KMSMasterKeyID' => ['shape' => 'SSEKMSKeyId']]], 'ServerSideEncryptionConfiguration' => ['type' => 'structure', 'required' => ['Rules'], 'members' => ['Rules' => ['shape' => 'ServerSideEncryptionRules', 'locationName' => 'Rule']]], 'ServerSideEncryptionRule' => ['type' => 'structure', 'members' => ['ApplyServerSideEncryptionByDefault' => ['shape' => 'ServerSideEncryptionByDefault']]], 'ServerSideEncryptionRules' => ['type' => 'list', 'member' => ['shape' => 'ServerSideEncryptionRule'], 'flattened' => \true], 'Setting' => ['type' => 'boolean'], 'Size' => ['type' => 'long'], 'SourceSelectionCriteria' => ['type' => 'structure', 'members' => ['SseKmsEncryptedObjects' => ['shape' => 'SseKmsEncryptedObjects']]], 'SseKmsEncryptedObjects' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'SseKmsEncryptedObjectsStatus']]], 'SseKmsEncryptedObjectsStatus' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'Start' => ['type' => 'long'], 'StartAfter' => ['type' => 'string'], 'Stats' => ['type' => 'structure', 'members' => ['BytesScanned' => ['shape' => 'BytesScanned'], 'BytesProcessed' => ['shape' => 'BytesProcessed'], 'BytesReturned' => ['shape' => 'BytesReturned']]], 'StatsEvent' => ['type' => 'structure', 'members' => ['Details' => ['shape' => 'Stats', 'eventpayload' => \true]], 'event' => \true], 'StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'REDUCED_REDUNDANCY', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'GLACIER', 'DEEP_ARCHIVE']], 'StorageClassAnalysis' => ['type' => 'structure', 'members' => ['DataExport' => ['shape' => 'StorageClassAnalysisDataExport']]], 'StorageClassAnalysisDataExport' => ['type' => 'structure', 'required' => ['OutputSchemaVersion', 'Destination'], 'members' => ['OutputSchemaVersion' => ['shape' => 'StorageClassAnalysisSchemaVersion'], 'Destination' => ['shape' => 'AnalyticsExportDestination']]], 'StorageClassAnalysisSchemaVersion' => ['type' => 'string', 'enum' => ['V_1']], 'Suffix' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'ObjectKey'], 'Value' => ['shape' => 'Value']]], 'TagCount' => ['type' => 'integer'], 'TagSet' => ['type' => 'list', 'member' => ['shape' => 'Tag', 'locationName' => 'Tag']], 'Tagging' => ['type' => 'structure', 'required' => ['TagSet'], 'members' => ['TagSet' => ['shape' => 'TagSet']]], 'TaggingDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'TaggingHeader' => ['type' => 'string'], 'TargetBucket' => ['type' => 'string'], 'TargetGrant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'Grantee'], 'Permission' => ['shape' => 'BucketLogsPermission']]], 'TargetGrants' => ['type' => 'list', 'member' => ['shape' => 'TargetGrant', 'locationName' => 'Grant']], 'TargetPrefix' => ['type' => 'string'], 'Tier' => ['type' => 'string', 'enum' => ['Standard', 'Bulk', 'Expedited']], 'Token' => ['type' => 'string'], 'TopicArn' => ['type' => 'string'], 'TopicConfiguration' => ['type' => 'structure', 'required' => ['TopicArn', 'Events'], 'members' => ['Id' => ['shape' => 'NotificationId'], 'TopicArn' => ['shape' => 'TopicArn', 'locationName' => 'Topic'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Filter' => ['shape' => 'NotificationConfigurationFilter']]], 'TopicConfigurationDeprecated' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'NotificationId'], 'Events' => ['shape' => 'EventList', 'locationName' => 'Event'], 'Event' => ['shape' => 'Event', 'deprecated' => \true], 'Topic' => ['shape' => 'TopicArn']]], 'TopicConfigurationList' => ['type' => 'list', 'member' => ['shape' => 'TopicConfiguration'], 'flattened' => \true], 'Transition' => ['type' => 'structure', 'members' => ['Date' => ['shape' => 'Date'], 'Days' => ['shape' => 'Days'], 'StorageClass' => ['shape' => 'TransitionStorageClass']]], 'TransitionList' => ['type' => 'list', 'member' => ['shape' => 'Transition'], 'flattened' => \true], 'TransitionStorageClass' => ['type' => 'string', 'enum' => ['GLACIER', 'STANDARD_IA', 'ONEZONE_IA', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'Type' => ['type' => 'string', 'enum' => ['CanonicalUser', 'AmazonCustomerByEmail', 'Group']], 'URI' => ['type' => 'string'], 'UploadIdMarker' => ['type' => 'string'], 'UploadPartCopyOutput' => ['type' => 'structure', 'members' => ['CopySourceVersionId' => ['shape' => 'CopySourceVersionId', 'location' => 'header', 'locationName' => 'x-amz-copy-source-version-id'], 'CopyPartResult' => ['shape' => 'CopyPartResult'], 'ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']], 'payload' => 'CopyPartResult'], 'UploadPartCopyRequest' => ['type' => 'structure', 'required' => ['Bucket', 'CopySource', 'Key', 'PartNumber', 'UploadId'], 'members' => ['Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'CopySource' => ['shape' => 'CopySource', 'location' => 'header', 'locationName' => 'x-amz-copy-source'], 'CopySourceIfMatch' => ['shape' => 'CopySourceIfMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-match'], 'CopySourceIfModifiedSince' => ['shape' => 'CopySourceIfModifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-modified-since'], 'CopySourceIfNoneMatch' => ['shape' => 'CopySourceIfNoneMatch', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-none-match'], 'CopySourceIfUnmodifiedSince' => ['shape' => 'CopySourceIfUnmodifiedSince', 'location' => 'header', 'locationName' => 'x-amz-copy-source-if-unmodified-since'], 'CopySourceRange' => ['shape' => 'CopySourceRange', 'location' => 'header', 'locationName' => 'x-amz-copy-source-range'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'CopySourceSSECustomerAlgorithm' => ['shape' => 'CopySourceSSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-algorithm'], 'CopySourceSSECustomerKey' => ['shape' => 'CopySourceSSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key'], 'CopySourceSSECustomerKeyMD5' => ['shape' => 'CopySourceSSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-copy-source-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']]], 'UploadPartOutput' => ['type' => 'structure', 'members' => ['ServerSideEncryption' => ['shape' => 'ServerSideEncryption', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption'], 'ETag' => ['shape' => 'ETag', 'location' => 'header', 'locationName' => 'ETag'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'SSEKMSKeyId' => ['shape' => 'SSEKMSKeyId', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-aws-kms-key-id'], 'RequestCharged' => ['shape' => 'RequestCharged', 'location' => 'header', 'locationName' => 'x-amz-request-charged']]], 'UploadPartRequest' => ['type' => 'structure', 'required' => ['Bucket', 'Key', 'PartNumber', 'UploadId'], 'members' => ['Body' => ['shape' => 'Body', 'streaming' => \true], 'Bucket' => ['shape' => 'BucketName', 'location' => 'uri', 'locationName' => 'Bucket'], 'ContentLength' => ['shape' => 'ContentLength', 'location' => 'header', 'locationName' => 'Content-Length'], 'ContentMD5' => ['shape' => 'ContentMD5', 'location' => 'header', 'locationName' => 'Content-MD5'], 'Key' => ['shape' => 'ObjectKey', 'location' => 'uri', 'locationName' => 'Key'], 'PartNumber' => ['shape' => 'PartNumber', 'location' => 'querystring', 'locationName' => 'partNumber'], 'UploadId' => ['shape' => 'MultipartUploadId', 'location' => 'querystring', 'locationName' => 'uploadId'], 'SSECustomerAlgorithm' => ['shape' => 'SSECustomerAlgorithm', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-algorithm'], 'SSECustomerKey' => ['shape' => 'SSECustomerKey', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key'], 'SSECustomerKeyMD5' => ['shape' => 'SSECustomerKeyMD5', 'location' => 'header', 'locationName' => 'x-amz-server-side-encryption-customer-key-MD5'], 'RequestPayer' => ['shape' => 'RequestPayer', 'location' => 'header', 'locationName' => 'x-amz-request-payer']], 'payload' => 'Body'], 'UserMetadata' => ['type' => 'list', 'member' => ['shape' => 'MetadataEntry', 'locationName' => 'MetadataEntry']], 'Value' => ['type' => 'string'], 'VersionIdMarker' => ['type' => 'string'], 'VersioningConfiguration' => ['type' => 'structure', 'members' => ['MFADelete' => ['shape' => 'MFADelete', 'locationName' => 'MfaDelete'], 'Status' => ['shape' => 'BucketVersioningStatus']]], 'WebsiteConfiguration' => ['type' => 'structure', 'members' => ['ErrorDocument' => ['shape' => 'ErrorDocument'], 'IndexDocument' => ['shape' => 'IndexDocument'], 'RedirectAllRequestsTo' => ['shape' => 'RedirectAllRequestsTo'], 'RoutingRules' => ['shape' => 'RoutingRules']]], 'WebsiteRedirectLocation' => ['type' => 'string'], 'Years' => ['type' => 'integer']]]; diff --git a/vendor/Aws3/Aws/data/s3control/2018-08-20/api-2.json.php b/vendor/Aws3/Aws/data/s3control/2018-08-20/api-2.json.php index afd15422..3be2fe51 100644 --- a/vendor/Aws3/Aws/data/s3control/2018-08-20/api-2.json.php +++ b/vendor/Aws3/Aws/data/s3control/2018-08-20/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-08-20', 'endpointPrefix' => 's3-control', 'protocol' => 'rest-xml', 'serviceFullName' => 'AWS S3 Control', 'serviceId' => 'S3 Control', 'signatureVersion' => 's3v4', 'signingName' => 's3', 'uid' => 's3control-2018-08-20'], 'operations' => ['CreateAccessPoint' => ['name' => 'CreateAccessPoint', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'CreateAccessPointRequest', 'locationName' => 'CreateAccessPointRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs'], 'input' => ['shape' => 'CreateJobRequest', 'locationName' => 'CreateJobRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'output' => ['shape' => 'CreateJobResult'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'IdempotencyException'], ['shape' => 'InternalServiceException']]], 'DeleteAccessPoint' => ['name' => 'DeleteAccessPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'DeleteAccessPointRequest']], 'DeleteAccessPointPolicy' => ['name' => 'DeleteAccessPointPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'DeleteAccessPointPolicyRequest']], 'DeleteJobTagging' => ['name' => 'DeleteJobTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'DeleteJobTaggingRequest'], 'output' => ['shape' => 'DeleteJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'DeletePublicAccessBlock' => ['name' => 'DeletePublicAccessBlock', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'DeletePublicAccessBlockRequest']], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs/{id}'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'GetAccessPoint' => ['name' => 'GetAccessPoint', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'GetAccessPointRequest'], 'output' => ['shape' => 'GetAccessPointResult']], 'GetAccessPointPolicy' => ['name' => 'GetAccessPointPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'GetAccessPointPolicyRequest'], 'output' => ['shape' => 'GetAccessPointPolicyResult']], 'GetAccessPointPolicyStatus' => ['name' => 'GetAccessPointPolicyStatus', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}/policyStatus'], 'input' => ['shape' => 'GetAccessPointPolicyStatusRequest'], 'output' => ['shape' => 'GetAccessPointPolicyStatusResult']], 'GetJobTagging' => ['name' => 'GetJobTagging', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'GetJobTaggingRequest'], 'output' => ['shape' => 'GetJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'GetPublicAccessBlock' => ['name' => 'GetPublicAccessBlock', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'GetPublicAccessBlockRequest'], 'output' => ['shape' => 'GetPublicAccessBlockOutput'], 'errors' => [['shape' => 'NoSuchPublicAccessBlockConfiguration']]], 'ListAccessPoints' => ['name' => 'ListAccessPoints', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint'], 'input' => ['shape' => 'ListAccessPointsRequest'], 'output' => ['shape' => 'ListAccessPointsResult']], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidNextTokenException']]], 'PutAccessPointPolicy' => ['name' => 'PutAccessPointPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'PutAccessPointPolicyRequest', 'locationName' => 'PutAccessPointPolicyRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']]], 'PutJobTagging' => ['name' => 'PutJobTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'PutJobTaggingRequest', 'locationName' => 'PutJobTaggingRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'output' => ['shape' => 'PutJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyTagsException']]], 'PutPublicAccessBlock' => ['name' => 'PutPublicAccessBlock', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'PutPublicAccessBlockRequest']], 'UpdateJobPriority' => ['name' => 'UpdateJobPriority', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs/{id}/priority'], 'input' => ['shape' => 'UpdateJobPriorityRequest'], 'output' => ['shape' => 'UpdateJobPriorityResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateJobStatus' => ['name' => 'UpdateJobStatus', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs/{id}/status'], 'input' => ['shape' => 'UpdateJobStatusRequest'], 'output' => ['shape' => 'UpdateJobStatusResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'JobStatusException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AccessPoint' => ['type' => 'structure', 'required' => ['Name', 'NetworkOrigin', 'Bucket'], 'members' => ['Name' => ['shape' => 'AccessPointName'], 'NetworkOrigin' => ['shape' => 'NetworkOrigin'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'Bucket' => ['shape' => 'BucketName']]], 'AccessPointList' => ['type' => 'list', 'member' => ['shape' => 'AccessPoint', 'locationName' => 'AccessPoint']], 'AccessPointName' => ['type' => 'string', 'max' => 50, 'min' => 3], 'AccountId' => ['type' => 'string', 'max' => 64], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string', 'max' => 255, 'min' => 3], 'ConfirmationRequired' => ['type' => 'boolean'], 'CreateAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name', 'Bucket'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name'], 'Bucket' => ['shape' => 'BucketName'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Operation', 'Report', 'ClientRequestToken', 'Manifest', 'Priority', 'RoleArn'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'ConfirmationRequired' => ['shape' => 'ConfirmationRequired', 'box' => \true], 'Operation' => ['shape' => 'JobOperation'], 'Report' => ['shape' => 'JobReport'], 'ClientRequestToken' => ['shape' => 'NonEmptyMaxLength64String', 'idempotencyToken' => \true], 'Manifest' => ['shape' => 'JobManifest'], 'Description' => ['shape' => 'NonEmptyMaxLength256String'], 'Priority' => ['shape' => 'JobPriority', 'box' => \true], 'RoleArn' => ['shape' => 'IAMRoleArn'], 'Tags' => ['shape' => 'S3TagSet']]], 'CreateJobResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'CreationDate' => ['type' => 'timestamp'], 'DeleteAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'DeleteJobTaggingResult' => ['type' => 'structure', 'members' => []], 'DeletePublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'DescribeJobResult' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'JobDescriptor']]], 'ExceptionMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'GetAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointPolicyResult' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'GetAccessPointPolicyStatusRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointPolicyStatusResult' => ['type' => 'structure', 'members' => ['PolicyStatus' => ['shape' => 'PolicyStatus']]], 'GetAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointResult' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccessPointName'], 'Bucket' => ['shape' => 'BucketName'], 'NetworkOrigin' => ['shape' => 'NetworkOrigin'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration'], 'CreationDate' => ['shape' => 'CreationDate']]], 'GetJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'GetJobTaggingResult' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'S3TagSet']]], 'GetPublicAccessBlockOutput' => ['type' => 'structure', 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']], 'payload' => 'PublicAccessBlockConfiguration'], 'GetPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']]], 'IAMRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'IdempotencyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'IsPublic' => ['type' => 'boolean'], 'JobArn' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'JobCreationTime' => ['type' => 'timestamp'], 'JobDescriptor' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'ConfirmationRequired' => ['shape' => 'ConfirmationRequired', 'box' => \true], 'Description' => ['shape' => 'NonEmptyMaxLength256String', 'box' => \true], 'JobArn' => ['shape' => 'JobArn', 'box' => \true], 'Status' => ['shape' => 'JobStatus'], 'Manifest' => ['shape' => 'JobManifest', 'box' => \true], 'Operation' => ['shape' => 'JobOperation', 'box' => \true], 'Priority' => ['shape' => 'JobPriority'], 'ProgressSummary' => ['shape' => 'JobProgressSummary', 'box' => \true], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason', 'box' => \true], 'FailureReasons' => ['shape' => 'JobFailureList', 'box' => \true], 'Report' => ['shape' => 'JobReport', 'box' => \true], 'CreationTime' => ['shape' => 'JobCreationTime'], 'TerminationDate' => ['shape' => 'JobTerminationDate', 'box' => \true], 'RoleArn' => ['shape' => 'IAMRoleArn', 'box' => \true], 'SuspendedDate' => ['shape' => 'SuspendedDate', 'box' => \true], 'SuspendedCause' => ['shape' => 'SuspendedCause', 'box' => \true]]], 'JobFailure' => ['type' => 'structure', 'members' => ['FailureCode' => ['shape' => 'JobFailureCode'], 'FailureReason' => ['shape' => 'JobFailureReason']]], 'JobFailureCode' => ['type' => 'string', 'max' => 64, 'min' => 1], 'JobFailureList' => ['type' => 'list', 'member' => ['shape' => 'JobFailure']], 'JobFailureReason' => ['type' => 'string', 'max' => 256, 'min' => 1], 'JobId' => ['type' => 'string', 'max' => 36, 'min' => 5], 'JobListDescriptor' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'Description' => ['shape' => 'NonEmptyMaxLength256String'], 'Operation' => ['shape' => 'OperationName'], 'Priority' => ['shape' => 'JobPriority'], 'Status' => ['shape' => 'JobStatus'], 'CreationTime' => ['shape' => 'JobCreationTime'], 'TerminationDate' => ['shape' => 'JobTerminationDate'], 'ProgressSummary' => ['shape' => 'JobProgressSummary']]], 'JobListDescriptorList' => ['type' => 'list', 'member' => ['shape' => 'JobListDescriptor']], 'JobManifest' => ['type' => 'structure', 'required' => ['Spec', 'Location'], 'members' => ['Spec' => ['shape' => 'JobManifestSpec'], 'Location' => ['shape' => 'JobManifestLocation']]], 'JobManifestFieldList' => ['type' => 'list', 'member' => ['shape' => 'JobManifestFieldName']], 'JobManifestFieldName' => ['type' => 'string', 'enum' => ['Ignore', 'Bucket', 'Key', 'VersionId']], 'JobManifestFormat' => ['type' => 'string', 'enum' => ['S3BatchOperations_CSV_20180820', 'S3InventoryReport_CSV_20161130']], 'JobManifestLocation' => ['type' => 'structure', 'required' => ['ObjectArn', 'ETag'], 'members' => ['ObjectArn' => ['shape' => 'S3KeyArnString'], 'ObjectVersionId' => ['shape' => 'S3ObjectVersionId', 'box' => \true], 'ETag' => ['shape' => 'NonEmptyMaxLength1024String']]], 'JobManifestSpec' => ['type' => 'structure', 'required' => ['Format'], 'members' => ['Format' => ['shape' => 'JobManifestFormat'], 'Fields' => ['shape' => 'JobManifestFieldList', 'box' => \true]]], 'JobNumberOfTasksFailed' => ['type' => 'long', 'min' => 0], 'JobNumberOfTasksSucceeded' => ['type' => 'long', 'min' => 0], 'JobOperation' => ['type' => 'structure', 'members' => ['LambdaInvoke' => ['shape' => 'LambdaInvokeOperation', 'box' => \true], 'S3PutObjectCopy' => ['shape' => 'S3CopyObjectOperation', 'box' => \true], 'S3PutObjectAcl' => ['shape' => 'S3SetObjectAclOperation', 'box' => \true], 'S3PutObjectTagging' => ['shape' => 'S3SetObjectTaggingOperation', 'box' => \true], 'S3InitiateRestoreObject' => ['shape' => 'S3InitiateRestoreObjectOperation', 'box' => \true]]], 'JobPriority' => ['type' => 'integer', 'max' => 2147483647, 'min' => 0], 'JobProgressSummary' => ['type' => 'structure', 'members' => ['TotalNumberOfTasks' => ['shape' => 'JobTotalNumberOfTasks', 'box' => \true], 'NumberOfTasksSucceeded' => ['shape' => 'JobNumberOfTasksSucceeded', 'box' => \true], 'NumberOfTasksFailed' => ['shape' => 'JobNumberOfTasksFailed', 'box' => \true]]], 'JobReport' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Bucket' => ['shape' => 'S3BucketArnString', 'box' => \true], 'Format' => ['shape' => 'JobReportFormat', 'box' => \true], 'Enabled' => ['shape' => 'Boolean'], 'Prefix' => ['shape' => 'ReportPrefixString', 'box' => \true], 'ReportScope' => ['shape' => 'JobReportScope', 'box' => \true]]], 'JobReportFormat' => ['type' => 'string', 'enum' => ['Report_CSV_20180820']], 'JobReportScope' => ['type' => 'string', 'enum' => ['AllTasks', 'FailedTasksOnly']], 'JobStatus' => ['type' => 'string', 'enum' => ['Active', 'Cancelled', 'Cancelling', 'Complete', 'Completing', 'Failed', 'Failing', 'New', 'Paused', 'Pausing', 'Preparing', 'Ready', 'Suspended']], 'JobStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'JobStatusList' => ['type' => 'list', 'member' => ['shape' => 'JobStatus']], 'JobStatusUpdateReason' => ['type' => 'string', 'max' => 256, 'min' => 1], 'JobTerminationDate' => ['type' => 'timestamp'], 'JobTotalNumberOfTasks' => ['type' => 'long', 'min' => 0], 'KmsKeyArnString' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'LambdaInvokeOperation' => ['type' => 'structure', 'members' => ['FunctionArn' => ['shape' => 'NonEmptyMaxLength1024String']]], 'ListAccessPointsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'querystring', 'locationName' => 'bucket'], 'NextToken' => ['shape' => 'NonEmptyMaxLength1024String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAccessPointsResult' => ['type' => 'structure', 'members' => ['AccessPointList' => ['shape' => 'AccessPointList'], 'NextToken' => ['shape' => 'NonEmptyMaxLength1024String']]], 'ListJobsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobStatuses' => ['shape' => 'JobStatusList', 'location' => 'querystring', 'locationName' => 'jobStatuses'], 'NextToken' => ['shape' => 'NonEmptyMaxLength1024String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListJobsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NonEmptyMaxLength1024String'], 'Jobs' => ['shape' => 'JobListDescriptorList']]], 'MaxLength1024String' => ['type' => 'string', 'max' => 1024], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NetworkOrigin' => ['type' => 'string', 'enum' => ['Internet', 'VPC']], 'NoSuchPublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NoSuchPublicAccessBlockConfigurationMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchPublicAccessBlockConfigurationMessage' => ['type' => 'string'], 'NonEmptyMaxLength1024String' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NonEmptyMaxLength2048String' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonEmptyMaxLength256String' => ['type' => 'string', 'max' => 256, 'min' => 1], 'NonEmptyMaxLength64String' => ['type' => 'string', 'max' => 64, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OperationName' => ['type' => 'string', 'enum' => ['LambdaInvoke', 'S3PutObjectCopy', 'S3PutObjectAcl', 'S3PutObjectTagging', 'S3InitiateRestoreObject']], 'Policy' => ['type' => 'string'], 'PolicyStatus' => ['type' => 'structure', 'members' => ['IsPublic' => ['shape' => 'IsPublic', 'locationName' => 'IsPublic']]], 'PublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['BlockPublicAcls' => ['shape' => 'Setting', 'locationName' => 'BlockPublicAcls'], 'IgnorePublicAcls' => ['shape' => 'Setting', 'locationName' => 'IgnorePublicAcls'], 'BlockPublicPolicy' => ['shape' => 'Setting', 'locationName' => 'BlockPublicPolicy'], 'RestrictPublicBuckets' => ['shape' => 'Setting', 'locationName' => 'RestrictPublicBuckets']]], 'PutAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name', 'Policy'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name'], 'Policy' => ['shape' => 'Policy']]], 'PutJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'Tags'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'Tags' => ['shape' => 'S3TagSet']]], 'PutJobTaggingResult' => ['type' => 'structure', 'members' => []], 'PutPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['PublicAccessBlockConfiguration', 'AccountId'], 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration', 'locationName' => 'PublicAccessBlockConfiguration', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']], 'payload' => 'PublicAccessBlockConfiguration'], 'ReportPrefixString' => ['type' => 'string', 'max' => 512, 'min' => 1], 'RequestedJobStatus' => ['type' => 'string', 'enum' => ['Cancelled', 'Ready']], 'S3AccessControlList' => ['type' => 'structure', 'required' => ['Owner'], 'members' => ['Owner' => ['shape' => 'S3ObjectOwner'], 'Grants' => ['shape' => 'S3GrantList']]], 'S3AccessControlPolicy' => ['type' => 'structure', 'members' => ['AccessControlList' => ['shape' => 'S3AccessControlList', 'box' => \true], 'CannedAccessControlList' => ['shape' => 'S3CannedAccessControlList', 'box' => \true]]], 'S3BucketArnString' => ['type' => 'string', 'max' => 128, 'min' => 1], 'S3CannedAccessControlList' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'aws-exec-read', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control']], 'S3ContentLength' => ['type' => 'long', 'min' => 0], 'S3CopyObjectOperation' => ['type' => 'structure', 'members' => ['TargetResource' => ['shape' => 'S3BucketArnString'], 'CannedAccessControlList' => ['shape' => 'S3CannedAccessControlList', 'box' => \true], 'AccessControlGrants' => ['shape' => 'S3GrantList', 'box' => \true], 'MetadataDirective' => ['shape' => 'S3MetadataDirective'], 'ModifiedSinceConstraint' => ['shape' => 'TimeStamp'], 'NewObjectMetadata' => ['shape' => 'S3ObjectMetadata'], 'NewObjectTagging' => ['shape' => 'S3TagSet'], 'RedirectLocation' => ['shape' => 'NonEmptyMaxLength2048String'], 'RequesterPays' => ['shape' => 'Boolean'], 'StorageClass' => ['shape' => 'S3StorageClass'], 'UnModifiedSinceConstraint' => ['shape' => 'TimeStamp'], 'SSEAwsKmsKeyId' => ['shape' => 'KmsKeyArnString'], 'TargetKeyPrefix' => ['shape' => 'NonEmptyMaxLength1024String'], 'ObjectLockLegalHoldStatus' => ['shape' => 'S3ObjectLockLegalHoldStatus'], 'ObjectLockMode' => ['shape' => 'S3ObjectLockMode'], 'ObjectLockRetainUntilDate' => ['shape' => 'TimeStamp']]], 'S3ExpirationInDays' => ['type' => 'integer', 'min' => 0], 'S3GlacierJobTier' => ['type' => 'string', 'enum' => ['BULK', 'STANDARD']], 'S3Grant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'S3Grantee'], 'Permission' => ['shape' => 'S3Permission']]], 'S3GrantList' => ['type' => 'list', 'member' => ['shape' => 'S3Grant']], 'S3Grantee' => ['type' => 'structure', 'members' => ['TypeIdentifier' => ['shape' => 'S3GranteeTypeIdentifier'], 'Identifier' => ['shape' => 'NonEmptyMaxLength1024String', 'box' => \true], 'DisplayName' => ['shape' => 'NonEmptyMaxLength1024String']]], 'S3GranteeTypeIdentifier' => ['type' => 'string', 'enum' => ['id', 'emailAddress', 'uri']], 'S3InitiateRestoreObjectOperation' => ['type' => 'structure', 'members' => ['ExpirationInDays' => ['shape' => 'S3ExpirationInDays'], 'GlacierJobTier' => ['shape' => 'S3GlacierJobTier']]], 'S3KeyArnString' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'S3MetadataDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'S3ObjectLockLegalHoldStatus' => ['type' => 'string', 'enum' => ['OFF', 'ON']], 'S3ObjectLockMode' => ['type' => 'string', 'enum' => ['COMPLIANCE', 'GOVERNANCE']], 'S3ObjectMetadata' => ['type' => 'structure', 'members' => ['CacheControl' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentDisposition' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentEncoding' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentLanguage' => ['shape' => 'NonEmptyMaxLength1024String'], 'UserMetadata' => ['shape' => 'S3UserMetadata'], 'ContentLength' => ['shape' => 'S3ContentLength', 'box' => \true], 'ContentMD5' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentType' => ['shape' => 'NonEmptyMaxLength1024String'], 'HttpExpiresDate' => ['shape' => 'TimeStamp'], 'RequesterCharged' => ['shape' => 'Boolean'], 'SSEAlgorithm' => ['shape' => 'S3SSEAlgorithm']]], 'S3ObjectOwner' => ['type' => 'structure', 'members' => ['ID' => ['shape' => 'NonEmptyMaxLength1024String'], 'DisplayName' => ['shape' => 'NonEmptyMaxLength1024String']]], 'S3ObjectVersionId' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'S3Permission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'READ', 'WRITE', 'READ_ACP', 'WRITE_ACP']], 'S3SSEAlgorithm' => ['type' => 'string', 'enum' => ['AES256', 'KMS']], 'S3SetObjectAclOperation' => ['type' => 'structure', 'members' => ['AccessControlPolicy' => ['shape' => 'S3AccessControlPolicy']]], 'S3SetObjectTaggingOperation' => ['type' => 'structure', 'members' => ['TagSet' => ['shape' => 'S3TagSet']]], 'S3StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'STANDARD_IA', 'ONEZONE_IA', 'GLACIER', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'S3Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'NonEmptyMaxLength1024String'], 'Value' => ['shape' => 'MaxLength1024String']]], 'S3TagSet' => ['type' => 'list', 'member' => ['shape' => 'S3Tag']], 'S3UserMetadata' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyMaxLength1024String'], 'value' => ['shape' => 'MaxLength1024String'], 'max' => 8192], 'Setting' => ['type' => 'boolean'], 'SuspendedCause' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SuspendedDate' => ['type' => 'timestamp'], 'TimeStamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UpdateJobPriorityRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'Priority'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'Priority' => ['shape' => 'JobPriority', 'location' => 'querystring', 'locationName' => 'priority']]], 'UpdateJobPriorityResult' => ['type' => 'structure', 'required' => ['JobId', 'Priority'], 'members' => ['JobId' => ['shape' => 'JobId'], 'Priority' => ['shape' => 'JobPriority']]], 'UpdateJobStatusRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'RequestedJobStatus'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'RequestedJobStatus' => ['shape' => 'RequestedJobStatus', 'location' => 'querystring', 'locationName' => 'requestedJobStatus'], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason', 'location' => 'querystring', 'locationName' => 'statusUpdateReason']]], 'UpdateJobStatusResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'Status' => ['shape' => 'JobStatus'], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason']]], 'VpcConfiguration' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'VpcId' => ['type' => 'string', 'max' => 1024, 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-08-20', 'endpointPrefix' => 's3-control', 'protocol' => 'rest-xml', 'serviceFullName' => 'AWS S3 Control', 'serviceId' => 'S3 Control', 'signatureVersion' => 's3v4', 'signingName' => 's3', 'uid' => 's3control-2018-08-20'], 'operations' => ['CreateAccessPoint' => ['name' => 'CreateAccessPoint', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'CreateAccessPointRequest', 'locationName' => 'CreateAccessPointRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs'], 'input' => ['shape' => 'CreateJobRequest', 'locationName' => 'CreateJobRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'output' => ['shape' => 'CreateJobResult'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'IdempotencyException'], ['shape' => 'InternalServiceException']]], 'DeleteAccessPoint' => ['name' => 'DeleteAccessPoint', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'DeleteAccessPointRequest']], 'DeleteAccessPointPolicy' => ['name' => 'DeleteAccessPointPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'DeleteAccessPointPolicyRequest']], 'DeleteJobTagging' => ['name' => 'DeleteJobTagging', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'DeleteJobTaggingRequest'], 'output' => ['shape' => 'DeleteJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'DeletePublicAccessBlock' => ['name' => 'DeletePublicAccessBlock', 'http' => ['method' => 'DELETE', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'DeletePublicAccessBlockRequest']], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs/{id}'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'GetAccessPoint' => ['name' => 'GetAccessPoint', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}'], 'input' => ['shape' => 'GetAccessPointRequest'], 'output' => ['shape' => 'GetAccessPointResult']], 'GetAccessPointPolicy' => ['name' => 'GetAccessPointPolicy', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'GetAccessPointPolicyRequest'], 'output' => ['shape' => 'GetAccessPointPolicyResult']], 'GetAccessPointPolicyStatus' => ['name' => 'GetAccessPointPolicyStatus', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint/{name}/policyStatus'], 'input' => ['shape' => 'GetAccessPointPolicyStatusRequest'], 'output' => ['shape' => 'GetAccessPointPolicyStatusResult']], 'GetJobTagging' => ['name' => 'GetJobTagging', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'GetJobTaggingRequest'], 'output' => ['shape' => 'GetJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'GetPublicAccessBlock' => ['name' => 'GetPublicAccessBlock', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'GetPublicAccessBlockRequest'], 'output' => ['shape' => 'GetPublicAccessBlockOutput'], 'errors' => [['shape' => 'NoSuchPublicAccessBlockConfiguration']]], 'ListAccessPoints' => ['name' => 'ListAccessPoints', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/accesspoint'], 'input' => ['shape' => 'ListAccessPointsRequest'], 'output' => ['shape' => 'ListAccessPointsResult']], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v20180820/jobs'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceException'], ['shape' => 'InvalidNextTokenException']]], 'PutAccessPointPolicy' => ['name' => 'PutAccessPointPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/accesspoint/{name}/policy'], 'input' => ['shape' => 'PutAccessPointPolicyRequest', 'locationName' => 'PutAccessPointPolicyRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']]], 'PutJobTagging' => ['name' => 'PutJobTagging', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/jobs/{id}/tagging'], 'input' => ['shape' => 'PutJobTaggingRequest', 'locationName' => 'PutJobTaggingRequest', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'output' => ['shape' => 'PutJobTaggingResult'], 'errors' => [['shape' => 'InternalServiceException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyTagsException']]], 'PutPublicAccessBlock' => ['name' => 'PutPublicAccessBlock', 'http' => ['method' => 'PUT', 'requestUri' => '/v20180820/configuration/publicAccessBlock'], 'input' => ['shape' => 'PutPublicAccessBlockRequest']], 'UpdateJobPriority' => ['name' => 'UpdateJobPriority', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs/{id}/priority'], 'input' => ['shape' => 'UpdateJobPriorityRequest'], 'output' => ['shape' => 'UpdateJobPriorityResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'InternalServiceException']]], 'UpdateJobStatus' => ['name' => 'UpdateJobStatus', 'http' => ['method' => 'POST', 'requestUri' => '/v20180820/jobs/{id}/status'], 'input' => ['shape' => 'UpdateJobStatusRequest'], 'output' => ['shape' => 'UpdateJobStatusResult'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'JobStatusException'], ['shape' => 'InternalServiceException']]]], 'shapes' => ['AccessPoint' => ['type' => 'structure', 'required' => ['Name', 'NetworkOrigin', 'Bucket'], 'members' => ['Name' => ['shape' => 'AccessPointName'], 'NetworkOrigin' => ['shape' => 'NetworkOrigin'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'Bucket' => ['shape' => 'BucketName']]], 'AccessPointList' => ['type' => 'list', 'member' => ['shape' => 'AccessPoint', 'locationName' => 'AccessPoint']], 'AccessPointName' => ['type' => 'string', 'max' => 50, 'min' => 3], 'AccountId' => ['type' => 'string', 'max' => 64, 'pattern' => '^\\d{12}$'], 'BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string', 'max' => 255, 'min' => 3], 'ConfirmationRequired' => ['type' => 'boolean'], 'CreateAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name', 'Bucket'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name'], 'Bucket' => ['shape' => 'BucketName'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']]], 'CreateJobRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Operation', 'Report', 'ClientRequestToken', 'Manifest', 'Priority', 'RoleArn'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'ConfirmationRequired' => ['shape' => 'ConfirmationRequired', 'box' => \true], 'Operation' => ['shape' => 'JobOperation'], 'Report' => ['shape' => 'JobReport'], 'ClientRequestToken' => ['shape' => 'NonEmptyMaxLength64String', 'idempotencyToken' => \true], 'Manifest' => ['shape' => 'JobManifest'], 'Description' => ['shape' => 'NonEmptyMaxLength256String'], 'Priority' => ['shape' => 'JobPriority', 'box' => \true], 'RoleArn' => ['shape' => 'IAMRoleArn'], 'Tags' => ['shape' => 'S3TagSet']]], 'CreateJobResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'CreationDate' => ['type' => 'timestamp'], 'DeleteAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'DeleteJobTaggingResult' => ['type' => 'structure', 'members' => []], 'DeletePublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'DescribeJobResult' => ['type' => 'structure', 'members' => ['Job' => ['shape' => 'JobDescriptor']]], 'ExceptionMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FunctionArnString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'GetAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointPolicyResult' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'Policy']]], 'GetAccessPointPolicyStatusRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointPolicyStatusResult' => ['type' => 'structure', 'members' => ['PolicyStatus' => ['shape' => 'PolicyStatus']]], 'GetAccessPointRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name']]], 'GetAccessPointResult' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccessPointName'], 'Bucket' => ['shape' => 'BucketName'], 'NetworkOrigin' => ['shape' => 'NetworkOrigin'], 'VpcConfiguration' => ['shape' => 'VpcConfiguration'], 'PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration'], 'CreationDate' => ['shape' => 'CreationDate']]], 'GetJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id']]], 'GetJobTaggingResult' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'S3TagSet']]], 'GetPublicAccessBlockOutput' => ['type' => 'structure', 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration']], 'payload' => 'PublicAccessBlockConfiguration'], 'GetPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']]], 'IAMRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:[^:]+:iam::\\d{12}:role/.*'], 'IdempotencyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InternalServiceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'IsPublic' => ['type' => 'boolean'], 'JobArn' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:[^:]+:s3:[a-zA-Z0-9\\-]+:\\d{12}:job\\/.*'], 'JobCreationTime' => ['type' => 'timestamp'], 'JobDescriptor' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'ConfirmationRequired' => ['shape' => 'ConfirmationRequired', 'box' => \true], 'Description' => ['shape' => 'NonEmptyMaxLength256String', 'box' => \true], 'JobArn' => ['shape' => 'JobArn', 'box' => \true], 'Status' => ['shape' => 'JobStatus'], 'Manifest' => ['shape' => 'JobManifest', 'box' => \true], 'Operation' => ['shape' => 'JobOperation', 'box' => \true], 'Priority' => ['shape' => 'JobPriority'], 'ProgressSummary' => ['shape' => 'JobProgressSummary', 'box' => \true], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason', 'box' => \true], 'FailureReasons' => ['shape' => 'JobFailureList', 'box' => \true], 'Report' => ['shape' => 'JobReport', 'box' => \true], 'CreationTime' => ['shape' => 'JobCreationTime'], 'TerminationDate' => ['shape' => 'JobTerminationDate', 'box' => \true], 'RoleArn' => ['shape' => 'IAMRoleArn', 'box' => \true], 'SuspendedDate' => ['shape' => 'SuspendedDate', 'box' => \true], 'SuspendedCause' => ['shape' => 'SuspendedCause', 'box' => \true]]], 'JobFailure' => ['type' => 'structure', 'members' => ['FailureCode' => ['shape' => 'JobFailureCode'], 'FailureReason' => ['shape' => 'JobFailureReason']]], 'JobFailureCode' => ['type' => 'string', 'max' => 64, 'min' => 1], 'JobFailureList' => ['type' => 'list', 'member' => ['shape' => 'JobFailure']], 'JobFailureReason' => ['type' => 'string', 'max' => 256, 'min' => 1], 'JobId' => ['type' => 'string', 'max' => 36, 'min' => 5, 'pattern' => '[a-zA-Z0-9\\-\\_]+'], 'JobListDescriptor' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'Description' => ['shape' => 'NonEmptyMaxLength256String'], 'Operation' => ['shape' => 'OperationName'], 'Priority' => ['shape' => 'JobPriority'], 'Status' => ['shape' => 'JobStatus'], 'CreationTime' => ['shape' => 'JobCreationTime'], 'TerminationDate' => ['shape' => 'JobTerminationDate'], 'ProgressSummary' => ['shape' => 'JobProgressSummary']]], 'JobListDescriptorList' => ['type' => 'list', 'member' => ['shape' => 'JobListDescriptor']], 'JobManifest' => ['type' => 'structure', 'required' => ['Spec', 'Location'], 'members' => ['Spec' => ['shape' => 'JobManifestSpec'], 'Location' => ['shape' => 'JobManifestLocation']]], 'JobManifestFieldList' => ['type' => 'list', 'member' => ['shape' => 'JobManifestFieldName']], 'JobManifestFieldName' => ['type' => 'string', 'enum' => ['Ignore', 'Bucket', 'Key', 'VersionId']], 'JobManifestFormat' => ['type' => 'string', 'enum' => ['S3BatchOperations_CSV_20180820', 'S3InventoryReport_CSV_20161130']], 'JobManifestLocation' => ['type' => 'structure', 'required' => ['ObjectArn', 'ETag'], 'members' => ['ObjectArn' => ['shape' => 'S3KeyArnString'], 'ObjectVersionId' => ['shape' => 'S3ObjectVersionId', 'box' => \true], 'ETag' => ['shape' => 'NonEmptyMaxLength1024String']]], 'JobManifestSpec' => ['type' => 'structure', 'required' => ['Format'], 'members' => ['Format' => ['shape' => 'JobManifestFormat'], 'Fields' => ['shape' => 'JobManifestFieldList', 'box' => \true]]], 'JobNumberOfTasksFailed' => ['type' => 'long', 'min' => 0], 'JobNumberOfTasksSucceeded' => ['type' => 'long', 'min' => 0], 'JobOperation' => ['type' => 'structure', 'members' => ['LambdaInvoke' => ['shape' => 'LambdaInvokeOperation', 'box' => \true], 'S3PutObjectCopy' => ['shape' => 'S3CopyObjectOperation', 'box' => \true], 'S3PutObjectAcl' => ['shape' => 'S3SetObjectAclOperation', 'box' => \true], 'S3PutObjectTagging' => ['shape' => 'S3SetObjectTaggingOperation', 'box' => \true], 'S3InitiateRestoreObject' => ['shape' => 'S3InitiateRestoreObjectOperation', 'box' => \true], 'S3PutObjectLegalHold' => ['shape' => 'S3SetObjectLegalHoldOperation', 'box' => \true], 'S3PutObjectRetention' => ['shape' => 'S3SetObjectRetentionOperation', 'box' => \true]]], 'JobPriority' => ['type' => 'integer', 'max' => 2147483647, 'min' => 0], 'JobProgressSummary' => ['type' => 'structure', 'members' => ['TotalNumberOfTasks' => ['shape' => 'JobTotalNumberOfTasks', 'box' => \true], 'NumberOfTasksSucceeded' => ['shape' => 'JobNumberOfTasksSucceeded', 'box' => \true], 'NumberOfTasksFailed' => ['shape' => 'JobNumberOfTasksFailed', 'box' => \true]]], 'JobReport' => ['type' => 'structure', 'required' => ['Enabled'], 'members' => ['Bucket' => ['shape' => 'S3BucketArnString', 'box' => \true], 'Format' => ['shape' => 'JobReportFormat', 'box' => \true], 'Enabled' => ['shape' => 'Boolean'], 'Prefix' => ['shape' => 'ReportPrefixString', 'box' => \true], 'ReportScope' => ['shape' => 'JobReportScope', 'box' => \true]]], 'JobReportFormat' => ['type' => 'string', 'enum' => ['Report_CSV_20180820']], 'JobReportScope' => ['type' => 'string', 'enum' => ['AllTasks', 'FailedTasksOnly']], 'JobStatus' => ['type' => 'string', 'enum' => ['Active', 'Cancelled', 'Cancelling', 'Complete', 'Completing', 'Failed', 'Failing', 'New', 'Paused', 'Pausing', 'Preparing', 'Ready', 'Suspended']], 'JobStatusException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'JobStatusList' => ['type' => 'list', 'member' => ['shape' => 'JobStatus']], 'JobStatusUpdateReason' => ['type' => 'string', 'max' => 256, 'min' => 1], 'JobTerminationDate' => ['type' => 'timestamp'], 'JobTotalNumberOfTasks' => ['type' => 'long', 'min' => 0], 'KmsKeyArnString' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'LambdaInvokeOperation' => ['type' => 'structure', 'members' => ['FunctionArn' => ['shape' => 'FunctionArnString']]], 'ListAccessPointsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Bucket' => ['shape' => 'BucketName', 'location' => 'querystring', 'locationName' => 'bucket'], 'NextToken' => ['shape' => 'NonEmptyMaxLength1024String', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListAccessPointsResult' => ['type' => 'structure', 'members' => ['AccessPointList' => ['shape' => 'AccessPointList'], 'NextToken' => ['shape' => 'NonEmptyMaxLength1024String']]], 'ListJobsRequest' => ['type' => 'structure', 'required' => ['AccountId'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobStatuses' => ['shape' => 'JobStatusList', 'location' => 'querystring', 'locationName' => 'jobStatuses'], 'NextToken' => ['shape' => 'StringForNextToken', 'location' => 'querystring', 'locationName' => 'nextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'maxResults']]], 'ListJobsResult' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'StringForNextToken'], 'Jobs' => ['shape' => 'JobListDescriptorList']]], 'MaxLength1024String' => ['type' => 'string', 'max' => 1024], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'NetworkOrigin' => ['type' => 'string', 'enum' => ['Internet', 'VPC']], 'NoSuchPublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NoSuchPublicAccessBlockConfigurationMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'NoSuchPublicAccessBlockConfigurationMessage' => ['type' => 'string'], 'NonEmptyMaxLength1024String' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'NonEmptyMaxLength2048String' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NonEmptyMaxLength256String' => ['type' => 'string', 'max' => 256, 'min' => 1], 'NonEmptyMaxLength64String' => ['type' => 'string', 'max' => 64, 'min' => 1], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OperationName' => ['type' => 'string', 'enum' => ['LambdaInvoke', 'S3PutObjectCopy', 'S3PutObjectAcl', 'S3PutObjectTagging', 'S3InitiateRestoreObject', 'S3PutObjectLegalHold', 'S3PutObjectRetention']], 'Policy' => ['type' => 'string'], 'PolicyStatus' => ['type' => 'structure', 'members' => ['IsPublic' => ['shape' => 'IsPublic', 'locationName' => 'IsPublic']]], 'PublicAccessBlockConfiguration' => ['type' => 'structure', 'members' => ['BlockPublicAcls' => ['shape' => 'Setting', 'locationName' => 'BlockPublicAcls'], 'IgnorePublicAcls' => ['shape' => 'Setting', 'locationName' => 'IgnorePublicAcls'], 'BlockPublicPolicy' => ['shape' => 'Setting', 'locationName' => 'BlockPublicPolicy'], 'RestrictPublicBuckets' => ['shape' => 'Setting', 'locationName' => 'RestrictPublicBuckets']]], 'PutAccessPointPolicyRequest' => ['type' => 'structure', 'required' => ['AccountId', 'Name', 'Policy'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'Name' => ['shape' => 'AccessPointName', 'location' => 'uri', 'locationName' => 'name'], 'Policy' => ['shape' => 'Policy']]], 'PutJobTaggingRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'Tags'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'Tags' => ['shape' => 'S3TagSet']]], 'PutJobTaggingResult' => ['type' => 'structure', 'members' => []], 'PutPublicAccessBlockRequest' => ['type' => 'structure', 'required' => ['PublicAccessBlockConfiguration', 'AccountId'], 'members' => ['PublicAccessBlockConfiguration' => ['shape' => 'PublicAccessBlockConfiguration', 'locationName' => 'PublicAccessBlockConfiguration', 'xmlNamespace' => ['uri' => 'http://awss3control.amazonaws.com/doc/2018-08-20/']], 'AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id']], 'payload' => 'PublicAccessBlockConfiguration'], 'ReportPrefixString' => ['type' => 'string', 'max' => 512, 'min' => 1], 'RequestedJobStatus' => ['type' => 'string', 'enum' => ['Cancelled', 'Ready']], 'S3AccessControlList' => ['type' => 'structure', 'required' => ['Owner'], 'members' => ['Owner' => ['shape' => 'S3ObjectOwner'], 'Grants' => ['shape' => 'S3GrantList']]], 'S3AccessControlPolicy' => ['type' => 'structure', 'members' => ['AccessControlList' => ['shape' => 'S3AccessControlList', 'box' => \true], 'CannedAccessControlList' => ['shape' => 'S3CannedAccessControlList', 'box' => \true]]], 'S3BucketArnString' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => 'arn:[^:]+:s3:.*'], 'S3CannedAccessControlList' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'aws-exec-read', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control']], 'S3ContentLength' => ['type' => 'long', 'min' => 0], 'S3CopyObjectOperation' => ['type' => 'structure', 'members' => ['TargetResource' => ['shape' => 'S3BucketArnString'], 'CannedAccessControlList' => ['shape' => 'S3CannedAccessControlList', 'box' => \true], 'AccessControlGrants' => ['shape' => 'S3GrantList', 'box' => \true], 'MetadataDirective' => ['shape' => 'S3MetadataDirective'], 'ModifiedSinceConstraint' => ['shape' => 'TimeStamp'], 'NewObjectMetadata' => ['shape' => 'S3ObjectMetadata'], 'NewObjectTagging' => ['shape' => 'S3TagSet'], 'RedirectLocation' => ['shape' => 'NonEmptyMaxLength2048String'], 'RequesterPays' => ['shape' => 'Boolean'], 'StorageClass' => ['shape' => 'S3StorageClass'], 'UnModifiedSinceConstraint' => ['shape' => 'TimeStamp'], 'SSEAwsKmsKeyId' => ['shape' => 'KmsKeyArnString'], 'TargetKeyPrefix' => ['shape' => 'NonEmptyMaxLength1024String'], 'ObjectLockLegalHoldStatus' => ['shape' => 'S3ObjectLockLegalHoldStatus'], 'ObjectLockMode' => ['shape' => 'S3ObjectLockMode'], 'ObjectLockRetainUntilDate' => ['shape' => 'TimeStamp']]], 'S3ExpirationInDays' => ['type' => 'integer', 'min' => 0], 'S3GlacierJobTier' => ['type' => 'string', 'enum' => ['BULK', 'STANDARD']], 'S3Grant' => ['type' => 'structure', 'members' => ['Grantee' => ['shape' => 'S3Grantee'], 'Permission' => ['shape' => 'S3Permission']]], 'S3GrantList' => ['type' => 'list', 'member' => ['shape' => 'S3Grant']], 'S3Grantee' => ['type' => 'structure', 'members' => ['TypeIdentifier' => ['shape' => 'S3GranteeTypeIdentifier'], 'Identifier' => ['shape' => 'NonEmptyMaxLength1024String', 'box' => \true], 'DisplayName' => ['shape' => 'NonEmptyMaxLength1024String']]], 'S3GranteeTypeIdentifier' => ['type' => 'string', 'enum' => ['id', 'emailAddress', 'uri']], 'S3InitiateRestoreObjectOperation' => ['type' => 'structure', 'members' => ['ExpirationInDays' => ['shape' => 'S3ExpirationInDays'], 'GlacierJobTier' => ['shape' => 'S3GlacierJobTier']]], 'S3KeyArnString' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => 'arn:[^:]+:s3:.*'], 'S3MetadataDirective' => ['type' => 'string', 'enum' => ['COPY', 'REPLACE']], 'S3ObjectLockLegalHold' => ['type' => 'structure', 'required' => ['Status'], 'members' => ['Status' => ['shape' => 'S3ObjectLockLegalHoldStatus']]], 'S3ObjectLockLegalHoldStatus' => ['type' => 'string', 'enum' => ['OFF', 'ON']], 'S3ObjectLockMode' => ['type' => 'string', 'enum' => ['COMPLIANCE', 'GOVERNANCE']], 'S3ObjectLockRetentionMode' => ['type' => 'string', 'enum' => ['COMPLIANCE', 'GOVERNANCE']], 'S3ObjectMetadata' => ['type' => 'structure', 'members' => ['CacheControl' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentDisposition' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentEncoding' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentLanguage' => ['shape' => 'NonEmptyMaxLength1024String'], 'UserMetadata' => ['shape' => 'S3UserMetadata'], 'ContentLength' => ['shape' => 'S3ContentLength', 'box' => \true], 'ContentMD5' => ['shape' => 'NonEmptyMaxLength1024String'], 'ContentType' => ['shape' => 'NonEmptyMaxLength1024String'], 'HttpExpiresDate' => ['shape' => 'TimeStamp'], 'RequesterCharged' => ['shape' => 'Boolean'], 'SSEAlgorithm' => ['shape' => 'S3SSEAlgorithm']]], 'S3ObjectOwner' => ['type' => 'structure', 'members' => ['ID' => ['shape' => 'NonEmptyMaxLength1024String'], 'DisplayName' => ['shape' => 'NonEmptyMaxLength1024String']]], 'S3ObjectVersionId' => ['type' => 'string', 'max' => 2000, 'min' => 1], 'S3Permission' => ['type' => 'string', 'enum' => ['FULL_CONTROL', 'READ', 'WRITE', 'READ_ACP', 'WRITE_ACP']], 'S3Retention' => ['type' => 'structure', 'members' => ['RetainUntilDate' => ['shape' => 'TimeStamp'], 'Mode' => ['shape' => 'S3ObjectLockRetentionMode']]], 'S3SSEAlgorithm' => ['type' => 'string', 'enum' => ['AES256', 'KMS']], 'S3SetObjectAclOperation' => ['type' => 'structure', 'members' => ['AccessControlPolicy' => ['shape' => 'S3AccessControlPolicy']]], 'S3SetObjectLegalHoldOperation' => ['type' => 'structure', 'required' => ['LegalHold'], 'members' => ['LegalHold' => ['shape' => 'S3ObjectLockLegalHold']]], 'S3SetObjectRetentionOperation' => ['type' => 'structure', 'required' => ['Retention'], 'members' => ['BypassGovernanceRetention' => ['shape' => 'Boolean', 'box' => \true], 'Retention' => ['shape' => 'S3Retention']]], 'S3SetObjectTaggingOperation' => ['type' => 'structure', 'members' => ['TagSet' => ['shape' => 'S3TagSet']]], 'S3StorageClass' => ['type' => 'string', 'enum' => ['STANDARD', 'STANDARD_IA', 'ONEZONE_IA', 'GLACIER', 'INTELLIGENT_TIERING', 'DEEP_ARCHIVE']], 'S3Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKeyString'], 'Value' => ['shape' => 'TagValueString']]], 'S3TagSet' => ['type' => 'list', 'member' => ['shape' => 'S3Tag']], 'S3UserMetadata' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyMaxLength1024String'], 'value' => ['shape' => 'MaxLength1024String'], 'max' => 8192], 'Setting' => ['type' => 'boolean'], 'StringForNextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[A-Za-z0-9\\+\\:\\/\\=\\?\\#-_]+$'], 'SuspendedCause' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SuspendedDate' => ['type' => 'timestamp'], 'TagKeyString' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:=+\\-@%]*)$'], 'TagValueString' => ['type' => 'string', 'max' => 1024, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:=+\\-@%]*)$'], 'TimeStamp' => ['type' => 'timestamp'], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UpdateJobPriorityRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'Priority'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'Priority' => ['shape' => 'JobPriority', 'location' => 'querystring', 'locationName' => 'priority']]], 'UpdateJobPriorityResult' => ['type' => 'structure', 'required' => ['JobId', 'Priority'], 'members' => ['JobId' => ['shape' => 'JobId'], 'Priority' => ['shape' => 'JobPriority']]], 'UpdateJobStatusRequest' => ['type' => 'structure', 'required' => ['AccountId', 'JobId', 'RequestedJobStatus'], 'members' => ['AccountId' => ['shape' => 'AccountId', 'location' => 'header', 'locationName' => 'x-amz-account-id'], 'JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'id'], 'RequestedJobStatus' => ['shape' => 'RequestedJobStatus', 'location' => 'querystring', 'locationName' => 'requestedJobStatus'], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason', 'location' => 'querystring', 'locationName' => 'statusUpdateReason']]], 'UpdateJobStatusResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'Status' => ['shape' => 'JobStatus'], 'StatusUpdateReason' => ['shape' => 'JobStatusUpdateReason']]], 'VpcConfiguration' => ['type' => 'structure', 'required' => ['VpcId'], 'members' => ['VpcId' => ['shape' => 'VpcId']]], 'VpcId' => ['type' => 'string', 'max' => 1024, 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php b/vendor/Aws3/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php index c2085782..f3a80eeb 100644 --- a/vendor/Aws3/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php +++ b/vendor/Aws3/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-11-07', 'endpointPrefix' => 'a2i-runtime.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Augmented AI Runtime', 'serviceId' => 'SageMaker A2I Runtime', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'uid' => 'sagemaker-a2i-runtime-2019-11-07'], 'operations' => ['DeleteHumanLoop' => ['name' => 'DeleteHumanLoop', 'http' => ['method' => 'DELETE', 'requestUri' => '/human-loops/{HumanLoopName}'], 'input' => ['shape' => 'DeleteHumanLoopRequest'], 'output' => ['shape' => 'DeleteHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeHumanLoop' => ['name' => 'DescribeHumanLoop', 'http' => ['method' => 'GET', 'requestUri' => '/human-loops/{HumanLoopName}'], 'input' => ['shape' => 'DescribeHumanLoopRequest'], 'output' => ['shape' => 'DescribeHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListHumanLoops' => ['name' => 'ListHumanLoops', 'http' => ['method' => 'GET', 'requestUri' => '/human-loops'], 'input' => ['shape' => 'ListHumanLoopsRequest'], 'output' => ['shape' => 'ListHumanLoopsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'StartHumanLoop' => ['name' => 'StartHumanLoop', 'http' => ['method' => 'POST', 'requestUri' => '/human-loops'], 'input' => ['shape' => 'StartHumanLoopRequest'], 'output' => ['shape' => 'StartHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException']]], 'StopHumanLoop' => ['name' => 'StopHumanLoop', 'http' => ['method' => 'POST', 'requestUri' => '/human-loops/stop'], 'input' => ['shape' => 'StopHumanLoopRequest'], 'output' => ['shape' => 'StopHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'DeleteHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName', 'location' => 'uri', 'locationName' => 'HumanLoopName']]], 'DeleteHumanLoopResponse' => ['type' => 'structure', 'members' => []], 'DescribeHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName', 'location' => 'uri', 'locationName' => 'HumanLoopName']]], 'DescribeHumanLoopResponse' => ['type' => 'structure', 'required' => ['CreationTime', 'HumanLoopStatus', 'HumanLoopName', 'HumanLoopArn', 'FlowDefinitionArn'], 'members' => ['CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'String'], 'FailureCode' => ['shape' => 'String'], 'HumanLoopStatus' => ['shape' => 'HumanLoopStatus'], 'HumanLoopName' => ['shape' => 'HumanLoopName'], 'HumanLoopArn' => ['shape' => 'HumanLoopArn'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'HumanLoopOutput' => ['shape' => 'HumanLoopOutput']]], 'FailureReason' => ['type' => 'string', 'max' => 1024], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*'], 'HumanLoopArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-loop/.*'], 'HumanLoopDataAttributes' => ['type' => 'structure', 'required' => ['ContentClassifiers'], 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'HumanLoopInput' => ['type' => 'structure', 'required' => ['InputContent'], 'members' => ['InputContent' => ['shape' => 'InputContent']]], 'HumanLoopName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*$'], 'HumanLoopOutput' => ['type' => 'structure', 'required' => ['OutputS3Uri'], 'members' => ['OutputS3Uri' => ['shape' => 'String']]], 'HumanLoopStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Failed', 'Completed', 'Stopped', 'Stopping']], 'HumanLoopSummaries' => ['type' => 'list', 'member' => ['shape' => 'HumanLoopSummary']], 'HumanLoopSummary' => ['type' => 'structure', 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'HumanLoopStatus' => ['shape' => 'HumanLoopStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'FailureReason'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn']]], 'InputContent' => ['type' => 'string', 'max' => 4194304], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListHumanLoopsRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionArn'], 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'CreationTimeAfter'], 'CreationTimeBefore' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'CreationTimeBefore'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn', 'location' => 'querystring', 'locationName' => 'FlowDefinitionArn'], 'SortOrder' => ['shape' => 'SortOrder', 'location' => 'querystring', 'locationName' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'ListHumanLoopsResponse' => ['type' => 'structure', 'required' => ['HumanLoopSummaries'], 'members' => ['HumanLoopSummaries' => ['shape' => 'HumanLoopSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'SortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'StartHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName', 'FlowDefinitionArn', 'HumanLoopInput'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'HumanLoopInput' => ['shape' => 'HumanLoopInput'], 'DataAttributes' => ['shape' => 'HumanLoopDataAttributes']]], 'StartHumanLoopResponse' => ['type' => 'structure', 'members' => ['HumanLoopArn' => ['shape' => 'HumanLoopArn']]], 'StopHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName']]], 'StopHumanLoopResponse' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-11-07', 'endpointPrefix' => 'a2i-runtime.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Augmented AI Runtime', 'serviceId' => 'SageMaker A2I Runtime', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'uid' => 'sagemaker-a2i-runtime-2019-11-07'], 'operations' => ['DeleteHumanLoop' => ['name' => 'DeleteHumanLoop', 'http' => ['method' => 'DELETE', 'requestUri' => '/human-loops/{HumanLoopName}'], 'input' => ['shape' => 'DeleteHumanLoopRequest'], 'output' => ['shape' => 'DeleteHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'DescribeHumanLoop' => ['name' => 'DescribeHumanLoop', 'http' => ['method' => 'GET', 'requestUri' => '/human-loops/{HumanLoopName}'], 'input' => ['shape' => 'DescribeHumanLoopRequest'], 'output' => ['shape' => 'DescribeHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'ListHumanLoops' => ['name' => 'ListHumanLoops', 'http' => ['method' => 'GET', 'requestUri' => '/human-loops'], 'input' => ['shape' => 'ListHumanLoopsRequest'], 'output' => ['shape' => 'ListHumanLoopsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]], 'StartHumanLoop' => ['name' => 'StartHumanLoop', 'http' => ['method' => 'POST', 'requestUri' => '/human-loops'], 'input' => ['shape' => 'StartHumanLoopRequest'], 'output' => ['shape' => 'StartHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ThrottlingException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'InternalServerException'], ['shape' => 'ConflictException']]], 'StopHumanLoop' => ['name' => 'StopHumanLoop', 'http' => ['method' => 'POST', 'requestUri' => '/human-loops/stop'], 'input' => ['shape' => 'StopHumanLoopRequest'], 'output' => ['shape' => 'StopHumanLoopResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'DeleteHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName', 'location' => 'uri', 'locationName' => 'HumanLoopName']]], 'DeleteHumanLoopResponse' => ['type' => 'structure', 'members' => []], 'DescribeHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName', 'location' => 'uri', 'locationName' => 'HumanLoopName']]], 'DescribeHumanLoopResponse' => ['type' => 'structure', 'required' => ['CreationTime', 'HumanLoopStatus', 'HumanLoopName', 'HumanLoopArn', 'FlowDefinitionArn'], 'members' => ['CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'String'], 'FailureCode' => ['shape' => 'String'], 'HumanLoopStatus' => ['shape' => 'HumanLoopStatus'], 'HumanLoopName' => ['shape' => 'HumanLoopName'], 'HumanLoopArn' => ['shape' => 'HumanLoopArn'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'HumanLoopOutput' => ['shape' => 'HumanLoopOutput']]], 'FailureReason' => ['type' => 'string', 'max' => 1024], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*'], 'HumanLoopArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-loop/.*'], 'HumanLoopDataAttributes' => ['type' => 'structure', 'required' => ['ContentClassifiers'], 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'HumanLoopInput' => ['type' => 'structure', 'required' => ['InputContent'], 'members' => ['InputContent' => ['shape' => 'InputContent']]], 'HumanLoopName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*$'], 'HumanLoopOutput' => ['type' => 'structure', 'required' => ['OutputS3Uri'], 'members' => ['OutputS3Uri' => ['shape' => 'String']]], 'HumanLoopStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Failed', 'Completed', 'Stopped', 'Stopping']], 'HumanLoopSummaries' => ['type' => 'list', 'member' => ['shape' => 'HumanLoopSummary']], 'HumanLoopSummary' => ['type' => 'structure', 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'HumanLoopStatus' => ['shape' => 'HumanLoopStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'FailureReason'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn']]], 'InputContent' => ['type' => 'string', 'max' => 3145728], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListHumanLoopsRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionArn'], 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'CreationTimeAfter'], 'CreationTimeBefore' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'CreationTimeBefore'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn', 'location' => 'querystring', 'locationName' => 'FlowDefinitionArn'], 'SortOrder' => ['shape' => 'SortOrder', 'location' => 'querystring', 'locationName' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true, 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'ListHumanLoopsResponse' => ['type' => 'structure', 'required' => ['HumanLoopSummaries'], 'members' => ['HumanLoopSummaries' => ['shape' => 'HumanLoopSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'ServiceQuotaExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'SortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'StartHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName', 'FlowDefinitionArn', 'HumanLoopInput'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'HumanLoopInput' => ['shape' => 'HumanLoopInput'], 'DataAttributes' => ['shape' => 'HumanLoopDataAttributes']]], 'StartHumanLoopResponse' => ['type' => 'structure', 'members' => ['HumanLoopArn' => ['shape' => 'HumanLoopArn']]], 'StopHumanLoopRequest' => ['type' => 'structure', 'required' => ['HumanLoopName'], 'members' => ['HumanLoopName' => ['shape' => 'HumanLoopName']]], 'StopHumanLoopResponse' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string'], 'ThrottlingException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'Timestamp' => ['type' => 'timestamp'], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/sagemaker/2017-07-24/api-2.json.php b/vendor/Aws3/Aws/data/sagemaker/2017-07-24/api-2.json.php index b7290823..23362f34 100644 --- a/vendor/Aws3/Aws/data/sagemaker/2017-07-24/api-2.json.php +++ b/vendor/Aws3/Aws/data/sagemaker/2017-07-24/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-07-24', 'endpointPrefix' => 'api.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'SageMaker', 'serviceFullName' => 'Amazon SageMaker Service', 'serviceId' => 'SageMaker', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'targetPrefix' => 'SageMaker', 'uid' => 'sagemaker-2017-07-24'], 'operations' => ['AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput']], 'AssociateTrialComponent' => ['name' => 'AssociateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTrialComponentRequest'], 'output' => ['shape' => 'AssociateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'ResourceLimitExceeded']]], 'CreateAlgorithm' => ['name' => 'CreateAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAlgorithmInput'], 'output' => ['shape' => 'CreateAlgorithmOutput']], 'CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateAutoMLJob' => ['name' => 'CreateAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAutoMLJobRequest'], 'output' => ['shape' => 'CreateAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateCodeRepository' => ['name' => 'CreateCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCodeRepositoryInput'], 'output' => ['shape' => 'CreateCodeRepositoryOutput']], 'CreateCompilationJob' => ['name' => 'CreateCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCompilationJobRequest'], 'output' => ['shape' => 'CreateCompilationJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateDomain' => ['name' => 'CreateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainRequest'], 'output' => ['shape' => 'CreateDomainResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointInput'], 'output' => ['shape' => 'CreateEndpointOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateEndpointConfig' => ['name' => 'CreateEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointConfigInput'], 'output' => ['shape' => 'CreateEndpointConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateExperiment' => ['name' => 'CreateExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateExperimentRequest'], 'output' => ['shape' => 'CreateExperimentResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateFlowDefinition' => ['name' => 'CreateFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFlowDefinitionRequest'], 'output' => ['shape' => 'CreateFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateHumanTaskUi' => ['name' => 'CreateHumanTaskUi', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHumanTaskUiRequest'], 'output' => ['shape' => 'CreateHumanTaskUiResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateHyperParameterTuningJob' => ['name' => 'CreateHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHyperParameterTuningJobRequest'], 'output' => ['shape' => 'CreateHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateLabelingJob' => ['name' => 'CreateLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLabelingJobRequest'], 'output' => ['shape' => 'CreateLabelingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelInput'], 'output' => ['shape' => 'CreateModelOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateModelPackage' => ['name' => 'CreateModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelPackageInput'], 'output' => ['shape' => 'CreateModelPackageOutput']], 'CreateMonitoringSchedule' => ['name' => 'CreateMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMonitoringScheduleRequest'], 'output' => ['shape' => 'CreateMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateNotebookInstance' => ['name' => 'CreateNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNotebookInstanceInput'], 'output' => ['shape' => 'CreateNotebookInstanceOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateNotebookInstanceLifecycleConfig' => ['name' => 'CreateNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'CreateNotebookInstanceLifecycleConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreatePresignedDomainUrl' => ['name' => 'CreatePresignedDomainUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePresignedDomainUrlRequest'], 'output' => ['shape' => 'CreatePresignedDomainUrlResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'CreatePresignedNotebookInstanceUrl' => ['name' => 'CreatePresignedNotebookInstanceUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePresignedNotebookInstanceUrlInput'], 'output' => ['shape' => 'CreatePresignedNotebookInstanceUrlOutput']], 'CreateProcessingJob' => ['name' => 'CreateProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProcessingJobRequest'], 'output' => ['shape' => 'CreateProcessingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTrainingJob' => ['name' => 'CreateTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrainingJobRequest'], 'output' => ['shape' => 'CreateTrainingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTransformJob' => ['name' => 'CreateTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransformJobRequest'], 'output' => ['shape' => 'CreateTransformJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTrial' => ['name' => 'CreateTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrialRequest'], 'output' => ['shape' => 'CreateTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'ResourceLimitExceeded']]], 'CreateTrialComponent' => ['name' => 'CreateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrialComponentRequest'], 'output' => ['shape' => 'CreateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateUserProfile' => ['name' => 'CreateUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserProfileRequest'], 'output' => ['shape' => 'CreateUserProfileResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateWorkteam' => ['name' => 'CreateWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkteamRequest'], 'output' => ['shape' => 'CreateWorkteamResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'DeleteAlgorithm' => ['name' => 'DeleteAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlgorithmInput']], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteCodeRepository' => ['name' => 'DeleteCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCodeRepositoryInput']], 'DeleteDomain' => ['name' => 'DeleteDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointInput']], 'DeleteEndpointConfig' => ['name' => 'DeleteEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointConfigInput']], 'DeleteExperiment' => ['name' => 'DeleteExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteExperimentRequest'], 'output' => ['shape' => 'DeleteExperimentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteFlowDefinition' => ['name' => 'DeleteFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFlowDefinitionRequest'], 'output' => ['shape' => 'DeleteFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteModelInput']], 'DeleteModelPackage' => ['name' => 'DeleteModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteModelPackageInput']], 'DeleteMonitoringSchedule' => ['name' => 'DeleteMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteNotebookInstance' => ['name' => 'DeleteNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotebookInstanceInput']], 'DeleteNotebookInstanceLifecycleConfig' => ['name' => 'DeleteNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotebookInstanceLifecycleConfigInput']], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsInput'], 'output' => ['shape' => 'DeleteTagsOutput']], 'DeleteTrial' => ['name' => 'DeleteTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrialRequest'], 'output' => ['shape' => 'DeleteTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteTrialComponent' => ['name' => 'DeleteTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrialComponentRequest'], 'output' => ['shape' => 'DeleteTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteUserProfile' => ['name' => 'DeleteUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserProfileRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteWorkteam' => ['name' => 'DeleteWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkteamRequest'], 'output' => ['shape' => 'DeleteWorkteamResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'DescribeAlgorithm' => ['name' => 'DescribeAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlgorithmInput'], 'output' => ['shape' => 'DescribeAlgorithmOutput']], 'DescribeApp' => ['name' => 'DescribeApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAppRequest'], 'output' => ['shape' => 'DescribeAppResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeAutoMLJob' => ['name' => 'DescribeAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutoMLJobRequest'], 'output' => ['shape' => 'DescribeAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeCodeRepository' => ['name' => 'DescribeCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCodeRepositoryInput'], 'output' => ['shape' => 'DescribeCodeRepositoryOutput']], 'DescribeCompilationJob' => ['name' => 'DescribeCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCompilationJobRequest'], 'output' => ['shape' => 'DescribeCompilationJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeDomain' => ['name' => 'DescribeDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDomainRequest'], 'output' => ['shape' => 'DescribeDomainResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointInput'], 'output' => ['shape' => 'DescribeEndpointOutput']], 'DescribeEndpointConfig' => ['name' => 'DescribeEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointConfigInput'], 'output' => ['shape' => 'DescribeEndpointConfigOutput']], 'DescribeExperiment' => ['name' => 'DescribeExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExperimentRequest'], 'output' => ['shape' => 'DescribeExperimentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeFlowDefinition' => ['name' => 'DescribeFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFlowDefinitionRequest'], 'output' => ['shape' => 'DescribeFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeHumanTaskUi' => ['name' => 'DescribeHumanTaskUi', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHumanTaskUiRequest'], 'output' => ['shape' => 'DescribeHumanTaskUiResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeHyperParameterTuningJob' => ['name' => 'DescribeHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHyperParameterTuningJobRequest'], 'output' => ['shape' => 'DescribeHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeLabelingJob' => ['name' => 'DescribeLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLabelingJobRequest'], 'output' => ['shape' => 'DescribeLabelingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeModel' => ['name' => 'DescribeModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelInput'], 'output' => ['shape' => 'DescribeModelOutput']], 'DescribeModelPackage' => ['name' => 'DescribeModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelPackageInput'], 'output' => ['shape' => 'DescribeModelPackageOutput']], 'DescribeMonitoringSchedule' => ['name' => 'DescribeMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMonitoringScheduleRequest'], 'output' => ['shape' => 'DescribeMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeNotebookInstance' => ['name' => 'DescribeNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotebookInstanceInput'], 'output' => ['shape' => 'DescribeNotebookInstanceOutput']], 'DescribeNotebookInstanceLifecycleConfig' => ['name' => 'DescribeNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'DescribeNotebookInstanceLifecycleConfigOutput']], 'DescribeProcessingJob' => ['name' => 'DescribeProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProcessingJobRequest'], 'output' => ['shape' => 'DescribeProcessingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeSubscribedWorkteam' => ['name' => 'DescribeSubscribedWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscribedWorkteamRequest'], 'output' => ['shape' => 'DescribeSubscribedWorkteamResponse']], 'DescribeTrainingJob' => ['name' => 'DescribeTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrainingJobRequest'], 'output' => ['shape' => 'DescribeTrainingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTransformJob' => ['name' => 'DescribeTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransformJobRequest'], 'output' => ['shape' => 'DescribeTransformJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTrial' => ['name' => 'DescribeTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrialRequest'], 'output' => ['shape' => 'DescribeTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTrialComponent' => ['name' => 'DescribeTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrialComponentRequest'], 'output' => ['shape' => 'DescribeTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeUserProfile' => ['name' => 'DescribeUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserProfileRequest'], 'output' => ['shape' => 'DescribeUserProfileResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeWorkforce' => ['name' => 'DescribeWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkforceRequest'], 'output' => ['shape' => 'DescribeWorkforceResponse']], 'DescribeWorkteam' => ['name' => 'DescribeWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkteamRequest'], 'output' => ['shape' => 'DescribeWorkteamResponse']], 'DisassociateTrialComponent' => ['name' => 'DisassociateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTrialComponentRequest'], 'output' => ['shape' => 'DisassociateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'GetSearchSuggestions' => ['name' => 'GetSearchSuggestions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSearchSuggestionsRequest'], 'output' => ['shape' => 'GetSearchSuggestionsResponse']], 'ListAlgorithms' => ['name' => 'ListAlgorithms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAlgorithmsInput'], 'output' => ['shape' => 'ListAlgorithmsOutput']], 'ListApps' => ['name' => 'ListApps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAppsRequest'], 'output' => ['shape' => 'ListAppsResponse']], 'ListAutoMLJobs' => ['name' => 'ListAutoMLJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAutoMLJobsRequest'], 'output' => ['shape' => 'ListAutoMLJobsResponse']], 'ListCandidatesForAutoMLJob' => ['name' => 'ListCandidatesForAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCandidatesForAutoMLJobRequest'], 'output' => ['shape' => 'ListCandidatesForAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListCodeRepositories' => ['name' => 'ListCodeRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCodeRepositoriesInput'], 'output' => ['shape' => 'ListCodeRepositoriesOutput']], 'ListCompilationJobs' => ['name' => 'ListCompilationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCompilationJobsRequest'], 'output' => ['shape' => 'ListCompilationJobsResponse']], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse']], 'ListEndpointConfigs' => ['name' => 'ListEndpointConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointConfigsInput'], 'output' => ['shape' => 'ListEndpointConfigsOutput']], 'ListEndpoints' => ['name' => 'ListEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointsInput'], 'output' => ['shape' => 'ListEndpointsOutput']], 'ListExperiments' => ['name' => 'ListExperiments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListExperimentsRequest'], 'output' => ['shape' => 'ListExperimentsResponse']], 'ListFlowDefinitions' => ['name' => 'ListFlowDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFlowDefinitionsRequest'], 'output' => ['shape' => 'ListFlowDefinitionsResponse']], 'ListHumanTaskUis' => ['name' => 'ListHumanTaskUis', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHumanTaskUisRequest'], 'output' => ['shape' => 'ListHumanTaskUisResponse']], 'ListHyperParameterTuningJobs' => ['name' => 'ListHyperParameterTuningJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHyperParameterTuningJobsRequest'], 'output' => ['shape' => 'ListHyperParameterTuningJobsResponse']], 'ListLabelingJobs' => ['name' => 'ListLabelingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLabelingJobsRequest'], 'output' => ['shape' => 'ListLabelingJobsResponse']], 'ListLabelingJobsForWorkteam' => ['name' => 'ListLabelingJobsForWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLabelingJobsForWorkteamRequest'], 'output' => ['shape' => 'ListLabelingJobsForWorkteamResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListModelPackages' => ['name' => 'ListModelPackages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListModelPackagesInput'], 'output' => ['shape' => 'ListModelPackagesOutput']], 'ListModels' => ['name' => 'ListModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListModelsInput'], 'output' => ['shape' => 'ListModelsOutput']], 'ListMonitoringExecutions' => ['name' => 'ListMonitoringExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMonitoringExecutionsRequest'], 'output' => ['shape' => 'ListMonitoringExecutionsResponse']], 'ListMonitoringSchedules' => ['name' => 'ListMonitoringSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMonitoringSchedulesRequest'], 'output' => ['shape' => 'ListMonitoringSchedulesResponse']], 'ListNotebookInstanceLifecycleConfigs' => ['name' => 'ListNotebookInstanceLifecycleConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNotebookInstanceLifecycleConfigsInput'], 'output' => ['shape' => 'ListNotebookInstanceLifecycleConfigsOutput']], 'ListNotebookInstances' => ['name' => 'ListNotebookInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNotebookInstancesInput'], 'output' => ['shape' => 'ListNotebookInstancesOutput']], 'ListProcessingJobs' => ['name' => 'ListProcessingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProcessingJobsRequest'], 'output' => ['shape' => 'ListProcessingJobsResponse']], 'ListSubscribedWorkteams' => ['name' => 'ListSubscribedWorkteams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedWorkteamsRequest'], 'output' => ['shape' => 'ListSubscribedWorkteamsResponse']], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsInput'], 'output' => ['shape' => 'ListTagsOutput']], 'ListTrainingJobs' => ['name' => 'ListTrainingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrainingJobsRequest'], 'output' => ['shape' => 'ListTrainingJobsResponse']], 'ListTrainingJobsForHyperParameterTuningJob' => ['name' => 'ListTrainingJobsForHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrainingJobsForHyperParameterTuningJobRequest'], 'output' => ['shape' => 'ListTrainingJobsForHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListTransformJobs' => ['name' => 'ListTransformJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTransformJobsRequest'], 'output' => ['shape' => 'ListTransformJobsResponse']], 'ListTrialComponents' => ['name' => 'ListTrialComponents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrialComponentsRequest'], 'output' => ['shape' => 'ListTrialComponentsResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListTrials' => ['name' => 'ListTrials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrialsRequest'], 'output' => ['shape' => 'ListTrialsResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListUserProfiles' => ['name' => 'ListUserProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserProfilesRequest'], 'output' => ['shape' => 'ListUserProfilesResponse']], 'ListWorkteams' => ['name' => 'ListWorkteams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkteamsRequest'], 'output' => ['shape' => 'ListWorkteamsResponse']], 'RenderUiTemplate' => ['name' => 'RenderUiTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenderUiTemplateRequest'], 'output' => ['shape' => 'RenderUiTemplateResponse']], 'Search' => ['name' => 'Search', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchRequest'], 'output' => ['shape' => 'SearchResponse']], 'StartMonitoringSchedule' => ['name' => 'StartMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StartNotebookInstance' => ['name' => 'StartNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartNotebookInstanceInput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'StopAutoMLJob' => ['name' => 'StopAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAutoMLJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopCompilationJob' => ['name' => 'StopCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCompilationJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopHyperParameterTuningJob' => ['name' => 'StopHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopHyperParameterTuningJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopLabelingJob' => ['name' => 'StopLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopLabelingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopMonitoringSchedule' => ['name' => 'StopMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopNotebookInstance' => ['name' => 'StopNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopNotebookInstanceInput']], 'StopProcessingJob' => ['name' => 'StopProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopProcessingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopTrainingJob' => ['name' => 'StopTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopTransformJob' => ['name' => 'StopTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTransformJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'UpdateCodeRepository' => ['name' => 'UpdateCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCodeRepositoryInput'], 'output' => ['shape' => 'UpdateCodeRepositoryOutput']], 'UpdateDomain' => ['name' => 'UpdateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainRequest'], 'output' => ['shape' => 'UpdateDomainResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointInput'], 'output' => ['shape' => 'UpdateEndpointOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateEndpointWeightsAndCapacities' => ['name' => 'UpdateEndpointWeightsAndCapacities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointWeightsAndCapacitiesInput'], 'output' => ['shape' => 'UpdateEndpointWeightsAndCapacitiesOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateExperiment' => ['name' => 'UpdateExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateExperimentRequest'], 'output' => ['shape' => 'UpdateExperimentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateMonitoringSchedule' => ['name' => 'UpdateMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMonitoringScheduleRequest'], 'output' => ['shape' => 'UpdateMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'UpdateNotebookInstance' => ['name' => 'UpdateNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNotebookInstanceInput'], 'output' => ['shape' => 'UpdateNotebookInstanceOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateNotebookInstanceLifecycleConfig' => ['name' => 'UpdateNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'UpdateNotebookInstanceLifecycleConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateTrial' => ['name' => 'UpdateTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTrialRequest'], 'output' => ['shape' => 'UpdateTrialResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateTrialComponent' => ['name' => 'UpdateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTrialComponentRequest'], 'output' => ['shape' => 'UpdateTrialComponentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateUserProfile' => ['name' => 'UpdateUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserProfileRequest'], 'output' => ['shape' => 'UpdateUserProfileResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'UpdateWorkforce' => ['name' => 'UpdateWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkforceRequest'], 'output' => ['shape' => 'UpdateWorkforceResponse']], 'UpdateWorkteam' => ['name' => 'UpdateWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkteamRequest'], 'output' => ['shape' => 'UpdateWorkteamResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]]], 'shapes' => ['Accept' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'AccountId' => ['type' => 'string', 'pattern' => '^\\d+$'], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'AdditionalCodeRepositoryNamesOrUrls' => ['type' => 'list', 'member' => ['shape' => 'CodeRepositoryNameOrUrl'], 'max' => 3], 'AlgorithmArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:algorithm/.*'], 'AlgorithmImage' => ['type' => 'string', 'max' => 255, 'pattern' => '.*'], 'AlgorithmSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'AlgorithmSpecification' => ['type' => 'structure', 'required' => ['TrainingInputMode'], 'members' => ['TrainingImage' => ['shape' => 'AlgorithmImage'], 'AlgorithmName' => ['shape' => 'ArnOrName'], 'TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList'], 'EnableSageMakerMetricsTimeSeries' => ['shape' => 'Boolean']]], 'AlgorithmStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Completed', 'Failed', 'Deleting']], 'AlgorithmStatusDetails' => ['type' => 'structure', 'members' => ['ValidationStatuses' => ['shape' => 'AlgorithmStatusItemList'], 'ImageScanStatuses' => ['shape' => 'AlgorithmStatusItemList']]], 'AlgorithmStatusItem' => ['type' => 'structure', 'required' => ['Name', 'Status'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Status' => ['shape' => 'DetailedAlgorithmStatus'], 'FailureReason' => ['shape' => 'String']]], 'AlgorithmStatusItemList' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmStatusItem']], 'AlgorithmSummary' => ['type' => 'structure', 'required' => ['AlgorithmName', 'AlgorithmArn', 'CreationTime', 'AlgorithmStatus'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmArn' => ['shape' => 'AlgorithmArn'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'AlgorithmStatus' => ['shape' => 'AlgorithmStatus']]], 'AlgorithmSummaryList' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmSummary']], 'AlgorithmValidationProfile' => ['type' => 'structure', 'required' => ['ProfileName', 'TrainingJobDefinition'], 'members' => ['ProfileName' => ['shape' => 'EntityName'], 'TrainingJobDefinition' => ['shape' => 'TrainingJobDefinition'], 'TransformJobDefinition' => ['shape' => 'TransformJobDefinition']]], 'AlgorithmValidationProfiles' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmValidationProfile'], 'max' => 1, 'min' => 1], 'AlgorithmValidationSpecification' => ['type' => 'structure', 'required' => ['ValidationRole', 'ValidationProfiles'], 'members' => ['ValidationRole' => ['shape' => 'RoleArn'], 'ValidationProfiles' => ['shape' => 'AlgorithmValidationProfiles']]], 'AnnotationConsolidationConfig' => ['type' => 'structure', 'required' => ['AnnotationConsolidationLambdaArn'], 'members' => ['AnnotationConsolidationLambdaArn' => ['shape' => 'LambdaFunctionArn']]], 'AppArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app/.*'], 'AppDetails' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'Status' => ['shape' => 'AppStatus'], 'CreationTime' => ['shape' => 'CreationTime']]], 'AppInstanceType' => ['type' => 'string', 'enum' => ['system', 'ml.t3.micro', 'ml.t3.small', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.8xlarge', 'ml.m5.12xlarge', 'ml.m5.16xlarge', 'ml.m5.24xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.12xlarge', 'ml.c5.18xlarge', 'ml.c5.24xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge']], 'AppList' => ['type' => 'list', 'member' => ['shape' => 'AppDetails']], 'AppName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'AppSortKey' => ['type' => 'string', 'enum' => ['CreationTime']], 'AppSpecification' => ['type' => 'structure', 'required' => ['ImageUri'], 'members' => ['ImageUri' => ['shape' => 'ImageUri'], 'ContainerEntrypoint' => ['shape' => 'ContainerEntrypoint'], 'ContainerArguments' => ['shape' => 'ContainerArguments']]], 'AppStatus' => ['type' => 'string', 'enum' => ['Deleted', 'Deleting', 'Failed', 'InService', 'Pending']], 'AppType' => ['type' => 'string', 'enum' => ['JupyterServer', 'KernelGateway', 'TensorBoard']], 'ArnOrName' => ['type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? ['type' => 'string', 'enum' => ['None', 'Line']], 'AssociateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName', 'TrialName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName']]], 'AssociateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialArn' => ['shape' => 'TrialArn']]], 'AttributeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.+'], 'AttributeNames' => ['type' => 'list', 'member' => ['shape' => 'AttributeName'], 'max' => 16], 'AuthMode' => ['type' => 'string', 'enum' => ['SSO', 'IAM']], 'AutoMLCandidate' => ['type' => 'structure', 'required' => ['CandidateName', 'ObjectiveStatus', 'CandidateSteps', 'CandidateStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['CandidateName' => ['shape' => 'CandidateName'], 'FinalAutoMLJobObjectiveMetric' => ['shape' => 'FinalAutoMLJobObjectiveMetric'], 'ObjectiveStatus' => ['shape' => 'ObjectiveStatus'], 'CandidateSteps' => ['shape' => 'CandidateSteps'], 'CandidateStatus' => ['shape' => 'CandidateStatus'], 'InferenceContainers' => ['shape' => 'AutoMLContainerDefinitions'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason']]], 'AutoMLCandidateStep' => ['type' => 'structure', 'required' => ['CandidateStepType', 'CandidateStepArn', 'CandidateStepName'], 'members' => ['CandidateStepType' => ['shape' => 'CandidateStepType'], 'CandidateStepArn' => ['shape' => 'CandidateStepArn'], 'CandidateStepName' => ['shape' => 'CandidateStepName']]], 'AutoMLCandidates' => ['type' => 'list', 'member' => ['shape' => 'AutoMLCandidate']], 'AutoMLChannel' => ['type' => 'structure', 'required' => ['DataSource', 'TargetAttributeName'], 'members' => ['DataSource' => ['shape' => 'AutoMLDataSource'], 'CompressionType' => ['shape' => 'CompressionType'], 'TargetAttributeName' => ['shape' => 'TargetAttributeName']]], 'AutoMLContainerDefinition' => ['type' => 'structure', 'required' => ['Image', 'ModelDataUrl'], 'members' => ['Image' => ['shape' => 'Image'], 'ModelDataUrl' => ['shape' => 'Url'], 'Environment' => ['shape' => 'EnvironmentMap']]], 'AutoMLContainerDefinitions' => ['type' => 'list', 'member' => ['shape' => 'AutoMLContainerDefinition'], 'max' => 5], 'AutoMLDataSource' => ['type' => 'structure', 'required' => ['S3DataSource'], 'members' => ['S3DataSource' => ['shape' => 'AutoMLS3DataSource']]], 'AutoMLFailureReason' => ['type' => 'string', 'max' => 1024], 'AutoMLInputDataConfig' => ['type' => 'list', 'member' => ['shape' => 'AutoMLChannel'], 'max' => 20, 'min' => 1], 'AutoMLJobArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:automl-job/.*'], 'AutoMLJobArtifacts' => ['type' => 'structure', 'members' => ['CandidateDefinitionNotebookLocation' => ['shape' => 'CandidateDefinitionNotebookLocation'], 'DataExplorationNotebookLocation' => ['shape' => 'DataExplorationNotebookLocation']]], 'AutoMLJobCompletionCriteria' => ['type' => 'structure', 'members' => ['MaxCandidates' => ['shape' => 'MaxCandidates'], 'MaxRuntimePerTrainingJobInSeconds' => ['shape' => 'MaxRuntimePerTrainingJobInSeconds'], 'MaxAutoMLJobRuntimeInSeconds' => ['shape' => 'MaxAutoMLJobRuntimeInSeconds']]], 'AutoMLJobConfig' => ['type' => 'structure', 'members' => ['CompletionCriteria' => ['shape' => 'AutoMLJobCompletionCriteria'], 'SecurityConfig' => ['shape' => 'AutoMLSecurityConfig']]], 'AutoMLJobName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'AutoMLJobObjective' => ['type' => 'structure', 'required' => ['MetricName'], 'members' => ['MetricName' => ['shape' => 'AutoMLMetricEnum']]], 'AutoMLJobObjectiveType' => ['type' => 'string', 'enum' => ['Maximize', 'Minimize']], 'AutoMLJobSecondaryStatus' => ['type' => 'string', 'enum' => ['Starting', 'AnalyzingData', 'FeatureEngineering', 'ModelTuning', 'MaxCandidatesReached', 'Failed', 'Stopped', 'MaxAutoMLJobRuntimeReached', 'Stopping', 'CandidateDefinitionsGenerated']], 'AutoMLJobStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'AutoMLJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'AutoMLJobSummary']], 'AutoMLJobSummary' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'AutoMLJobStatus' => ['shape' => 'AutoMLJobStatus'], 'AutoMLJobSecondaryStatus' => ['shape' => 'AutoMLJobSecondaryStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason']]], 'AutoMLMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'AutoMLMetricEnum' => ['type' => 'string', 'enum' => ['Accuracy', 'MSE', 'F1', 'F1macro']], 'AutoMLNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+'], 'AutoMLOutputDataConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'AutoMLS3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'AutoMLS3DataType'], 'S3Uri' => ['shape' => 'S3Uri']]], 'AutoMLS3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix']], 'AutoMLSecurityConfig' => ['type' => 'structure', 'members' => ['VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'AutoMLSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'AutoMLSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'AwsManagedHumanLoopRequestSource' => ['type' => 'string', 'enum' => ['AWS/Rekognition/DetectModerationLabels/Image/V3', 'AWS/Textract/AnalyzeDocument/Forms/V1']], 'BatchStrategy' => ['type' => 'string', 'enum' => ['MultiRecord', 'SingleRecord']], 'BillableTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'Boolean' => ['type' => 'boolean'], 'BooleanOperator' => ['type' => 'string', 'enum' => ['And', 'Or']], 'Branch' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^ ~^:?*\\[]+'], 'CandidateDefinitionNotebookLocation' => ['type' => 'string', 'min' => 1], 'CandidateName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CandidateSortBy' => ['type' => 'string', 'enum' => ['CreationTime', 'Status', 'FinalObjectiveMetricValue']], 'CandidateStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'CandidateStepArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*/.*'], 'CandidateStepName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CandidateStepType' => ['type' => 'string', 'enum' => ['AWS::SageMaker::TrainingJob', 'AWS::SageMaker::TransformJob', 'AWS::SageMaker::ProcessingJob']], 'CandidateSteps' => ['type' => 'list', 'member' => ['shape' => 'AutoMLCandidateStep']], 'CaptureContentTypeHeader' => ['type' => 'structure', 'members' => ['CsvContentTypes' => ['shape' => 'CsvContentTypes'], 'JsonContentTypes' => ['shape' => 'JsonContentTypes']]], 'CaptureMode' => ['type' => 'string', 'enum' => ['Input', 'Output']], 'CaptureOption' => ['type' => 'structure', 'required' => ['CaptureMode'], 'members' => ['CaptureMode' => ['shape' => 'CaptureMode']]], 'CaptureOptionList' => ['type' => 'list', 'member' => ['shape' => 'CaptureOption'], 'max' => 2, 'min' => 1], 'CaptureStatus' => ['type' => 'string', 'enum' => ['Started', 'Stopped']], 'CategoricalParameterRange' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'Values' => ['shape' => 'ParameterValues']]], 'CategoricalParameterRangeSpecification' => ['type' => 'structure', 'required' => ['Values'], 'members' => ['Values' => ['shape' => 'ParameterValues']]], 'CategoricalParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalParameterRange'], 'max' => 20, 'min' => 0], 'Cents' => ['type' => 'integer', 'max' => 99, 'min' => 0], 'CertifyForMarketplace' => ['type' => 'boolean'], 'Channel' => ['type' => 'structure', 'required' => ['ChannelName', 'DataSource'], 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'DataSource' => ['shape' => 'DataSource'], 'ContentType' => ['shape' => 'ContentType'], 'CompressionType' => ['shape' => 'CompressionType'], 'RecordWrapperType' => ['shape' => 'RecordWrapper'], 'InputMode' => ['shape' => 'TrainingInputMode'], 'ShuffleConfig' => ['shape' => 'ShuffleConfig']]], 'ChannelName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Za-z0-9\\.\\-_]+'], 'ChannelSpecification' => ['type' => 'structure', 'required' => ['Name', 'SupportedContentTypes', 'SupportedInputModes'], 'members' => ['Name' => ['shape' => 'ChannelName'], 'Description' => ['shape' => 'EntityDescription'], 'IsRequired' => ['shape' => 'Boolean'], 'SupportedContentTypes' => ['shape' => 'ContentTypes'], 'SupportedCompressionTypes' => ['shape' => 'CompressionTypes'], 'SupportedInputModes' => ['shape' => 'InputModes']]], 'ChannelSpecifications' => ['type' => 'list', 'member' => ['shape' => 'ChannelSpecification'], 'max' => 8, 'min' => 1], 'CheckpointConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'DirectoryPath']]], 'Cidr' => ['type' => 'string', 'max' => 64, 'min' => 4, 'pattern' => '(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))$)'], 'Cidrs' => ['type' => 'list', 'member' => ['shape' => 'Cidr']], 'CodeRepositoryArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:code-repository/.*'], 'CodeRepositoryContains' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z0-9-]+'], 'CodeRepositoryNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'CodeRepositoryNameOrUrl' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^https://([^/]+)/?(.*)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'CodeRepositorySortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'LastModifiedTime']], 'CodeRepositorySortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'CodeRepositorySummary' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'GitConfig' => ['shape' => 'GitConfig']]], 'CodeRepositorySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CodeRepositorySummary']], 'CognitoClientId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+]+'], 'CognitoMemberDefinition' => ['type' => 'structure', 'required' => ['UserPool', 'UserGroup', 'ClientId'], 'members' => ['UserPool' => ['shape' => 'CognitoUserPool'], 'UserGroup' => ['shape' => 'CognitoUserGroup'], 'ClientId' => ['shape' => 'CognitoClientId']]], 'CognitoUserGroup' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'CognitoUserPool' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'CollectionConfiguration' => ['type' => 'structure', 'members' => ['CollectionName' => ['shape' => 'CollectionName'], 'CollectionParameters' => ['shape' => 'CollectionParameters']]], 'CollectionConfigurations' => ['type' => 'list', 'member' => ['shape' => 'CollectionConfiguration'], 'max' => 20, 'min' => 0], 'CollectionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'CollectionParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'CompilationJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:compilation-job/.*'], 'CompilationJobStatus' => ['type' => 'string', 'enum' => ['INPROGRESS', 'COMPLETED', 'FAILED', 'STARTING', 'STOPPING', 'STOPPED']], 'CompilationJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'CompilationJobSummary']], 'CompilationJobSummary' => ['type' => 'structure', 'required' => ['CompilationJobName', 'CompilationJobArn', 'CreationTime', 'CompilationTargetDevice', 'CompilationJobStatus'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'CompilationJobArn' => ['shape' => 'CompilationJobArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'CompilationStartTime' => ['shape' => 'Timestamp'], 'CompilationEndTime' => ['shape' => 'Timestamp'], 'CompilationTargetDevice' => ['shape' => 'TargetDevice'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CompilationJobStatus' => ['shape' => 'CompilationJobStatus']]], 'CompressionType' => ['type' => 'string', 'enum' => ['None', 'Gzip']], 'CompressionTypes' => ['type' => 'list', 'member' => ['shape' => 'CompressionType']], 'ConfigKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'ConfigValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ContainerArgument' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContainerArguments' => ['type' => 'list', 'member' => ['shape' => 'ContainerArgument'], 'max' => 100, 'min' => 1], 'ContainerDefinition' => ['type' => 'structure', 'members' => ['ContainerHostname' => ['shape' => 'ContainerHostname'], 'Image' => ['shape' => 'Image'], 'Mode' => ['shape' => 'ContainerMode'], 'ModelDataUrl' => ['shape' => 'Url'], 'Environment' => ['shape' => 'EnvironmentMap'], 'ModelPackageName' => ['shape' => 'ArnOrName']]], 'ContainerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'ContainerDefinition'], 'max' => 5], 'ContainerEntrypoint' => ['type' => 'list', 'member' => ['shape' => 'ContainerEntrypointString'], 'max' => 100, 'min' => 1], 'ContainerEntrypointString' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContainerHostname' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ContainerMode' => ['type' => 'string', 'enum' => ['SingleModel', 'MultiModel']], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'ContentType' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContentTypes' => ['type' => 'list', 'member' => ['shape' => 'ContentType']], 'ContinuousParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MinValue', 'MaxValue'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue'], 'ScalingType' => ['shape' => 'HyperParameterScalingType']]], 'ContinuousParameterRangeSpecification' => ['type' => 'structure', 'required' => ['MinValue', 'MaxValue'], 'members' => ['MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue']]], 'ContinuousParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousParameterRange'], 'max' => 20, 'min' => 0], 'CreateAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName', 'TrainingSpecification'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'TrainingSpecification' => ['shape' => 'TrainingSpecification'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'AlgorithmValidationSpecification'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'CreateAlgorithmOutput' => ['type' => 'structure', 'required' => ['AlgorithmArn'], 'members' => ['AlgorithmArn' => ['shape' => 'AlgorithmArn']]], 'CreateAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'Tags' => ['shape' => 'TagList'], 'ResourceSpec' => ['shape' => 'ResourceSpec']]], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['AppArn' => ['shape' => 'AppArn']]], 'CreateAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'InputDataConfig', 'OutputDataConfig', 'RoleArn'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'InputDataConfig' => ['shape' => 'AutoMLInputDataConfig'], 'OutputDataConfig' => ['shape' => 'AutoMLOutputDataConfig'], 'ProblemType' => ['shape' => 'ProblemType'], 'AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'AutoMLJobConfig' => ['shape' => 'AutoMLJobConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'GenerateCandidateDefinitionsOnly' => ['shape' => 'GenerateCandidateDefinitionsOnly'], 'Tags' => ['shape' => 'TagList']]], 'CreateAutoMLJobResponse' => ['type' => 'structure', 'required' => ['AutoMLJobArn'], 'members' => ['AutoMLJobArn' => ['shape' => 'AutoMLJobArn']]], 'CreateCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'GitConfig'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'GitConfig' => ['shape' => 'GitConfig']]], 'CreateCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryArn'], 'members' => ['CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn']]], 'CreateCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName', 'RoleArn', 'InputConfig', 'OutputConfig', 'StoppingCondition'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputConfig' => ['shape' => 'InputConfig'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition']]], 'CreateCompilationJobResponse' => ['type' => 'structure', 'required' => ['CompilationJobArn'], 'members' => ['CompilationJobArn' => ['shape' => 'CompilationJobArn']]], 'CreateDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'AuthMode', 'DefaultUserSettings', 'SubnetIds', 'VpcId'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AuthMode' => ['shape' => 'AuthMode'], 'DefaultUserSettings' => ['shape' => 'UserSettings'], 'SubnetIds' => ['shape' => 'Subnets'], 'VpcId' => ['shape' => 'VpcId'], 'Tags' => ['shape' => 'TagList'], 'HomeEfsFileSystemKmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'Url' => ['shape' => 'String1024']]], 'CreateEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'ProductionVariants'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'ProductionVariants' => ['shape' => 'ProductionVariantList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfig'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateEndpointConfigOutput' => ['type' => 'structure', 'required' => ['EndpointConfigArn'], 'members' => ['EndpointConfigArn' => ['shape' => 'EndpointConfigArn']]], 'CreateEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointConfigName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'CreateExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Description' => ['shape' => 'ExperimentDescription'], 'Tags' => ['shape' => 'TagList']]], 'CreateExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'CreateFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName', 'HumanLoopConfig', 'OutputConfig', 'RoleArn'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'HumanLoopActivationConfig' => ['shape' => 'HumanLoopActivationConfig'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig'], 'OutputConfig' => ['shape' => 'FlowDefinitionOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateFlowDefinitionResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionArn'], 'members' => ['FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn']]], 'CreateHumanTaskUiRequest' => ['type' => 'structure', 'required' => ['HumanTaskUiName', 'UiTemplate'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'UiTemplate' => ['shape' => 'UiTemplate'], 'Tags' => ['shape' => 'TagList']]], 'CreateHumanTaskUiResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiArn'], 'members' => ['HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn']]], 'CreateHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobConfig'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'TrainingJobDefinition' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'TrainingJobDefinitions' => ['shape' => 'HyperParameterTrainingJobDefinitions'], 'WarmStartConfig' => ['shape' => 'HyperParameterTuningJobWarmStartConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobArn'], 'members' => ['HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn']]], 'CreateLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName', 'LabelAttributeName', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelAttributeName' => ['shape' => 'LabelAttributeName'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig'], 'OutputConfig' => ['shape' => 'LabelingJobOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'LabelCategoryConfigS3Uri' => ['shape' => 'S3Uri'], 'StoppingConditions' => ['shape' => 'LabelingJobStoppingConditions'], 'LabelingJobAlgorithmsConfig' => ['shape' => 'LabelingJobAlgorithmsConfig'], 'HumanTaskConfig' => ['shape' => 'HumanTaskConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateLabelingJobResponse' => ['type' => 'structure', 'required' => ['LabelingJobArn'], 'members' => ['LabelingJobArn' => ['shape' => 'LabelingJobArn']]], 'CreateModelInput' => ['type' => 'structure', 'required' => ['ModelName', 'ExecutionRoleArn'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'PrimaryContainer' => ['shape' => 'ContainerDefinition'], 'Containers' => ['shape' => 'ContainerDefinitionList'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'EnableNetworkIsolation' => ['shape' => 'Boolean']]], 'CreateModelOutput' => ['type' => 'structure', 'required' => ['ModelArn'], 'members' => ['ModelArn' => ['shape' => 'ModelArn']]], 'CreateModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'ModelPackageValidationSpecification'], 'SourceAlgorithmSpecification' => ['shape' => 'SourceAlgorithmSpecification'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'CreateModelPackageOutput' => ['type' => 'structure', 'required' => ['ModelPackageArn'], 'members' => ['ModelPackageArn' => ['shape' => 'ModelPackageArn']]], 'CreateMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn']]], 'CreateNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName', 'InstanceType', 'RoleArn'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'InstanceType' => ['shape' => 'InstanceType'], 'SubnetId' => ['shape' => 'SubnetId'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'RoleArn' => ['shape' => 'RoleArn'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'Tags' => ['shape' => 'TagList'], 'LifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DirectInternetAccess' => ['shape' => 'DirectInternetAccess'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'RootAccess' => ['shape' => 'RootAccess']]], 'CreateNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList']]], 'CreateNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn']]], 'CreateNotebookInstanceOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn']]], 'CreatePresignedDomainUrlRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'SessionExpirationDurationInSeconds' => ['shape' => 'SessionExpirationDurationInSeconds']]], 'CreatePresignedDomainUrlResponse' => ['type' => 'structure', 'members' => ['AuthorizedUrl' => ['shape' => 'PresignedDomainUrl']]], 'CreatePresignedNotebookInstanceUrlInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'SessionExpirationDurationInSeconds' => ['shape' => 'SessionExpirationDurationInSeconds']]], 'CreatePresignedNotebookInstanceUrlOutput' => ['type' => 'structure', 'members' => ['AuthorizedUrl' => ['shape' => 'NotebookInstanceUrl']]], 'CreateProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'RoleArn'], 'members' => ['ProcessingInputs' => ['shape' => 'ProcessingInputs'], 'ProcessingOutputConfig' => ['shape' => 'ProcessingOutputConfig'], 'ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingResources' => ['shape' => 'ProcessingResources'], 'StoppingCondition' => ['shape' => 'ProcessingStoppingCondition'], 'AppSpecification' => ['shape' => 'AppSpecification'], 'Environment' => ['shape' => 'ProcessingEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateProcessingJobResponse' => ['type' => 'structure', 'required' => ['ProcessingJobArn'], 'members' => ['ProcessingJobArn' => ['shape' => 'ProcessingJobArn']]], 'CreateTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName', 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'Tags' => ['shape' => 'TagList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateTrainingJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobArn'], 'members' => ['TrainingJobArn' => ['shape' => 'TrainingJobArn']]], 'CreateTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName', 'ModelName', 'TransformInput', 'TransformOutput', 'TransformResources'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'ModelName' => ['shape' => 'ModelName'], 'MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources'], 'DataProcessing' => ['shape' => 'DataProcessing'], 'Tags' => ['shape' => 'TagList'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateTransformJobResponse' => ['type' => 'structure', 'required' => ['TransformJobArn'], 'members' => ['TransformJobArn' => ['shape' => 'TransformJobArn']]], 'CreateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Tags' => ['shape' => 'TagList']]], 'CreateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'CreateTrialRequest' => ['type' => 'structure', 'required' => ['TrialName', 'ExperimentName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Tags' => ['shape' => 'TagList']]], 'CreateTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'CreateUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'SingleSignOnUserIdentifier' => ['shape' => 'SingleSignOnUserIdentifier'], 'SingleSignOnUserValue' => ['shape' => 'String256'], 'Tags' => ['shape' => 'TagList'], 'UserSettings' => ['shape' => 'UserSettings']]], 'CreateUserProfileResponse' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'UserProfileArn']]], 'CreateWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName', 'MemberDefinitions', 'Description'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'Description' => ['shape' => 'String200'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration'], 'Tags' => ['shape' => 'TagList']]], 'CreateWorkteamResponse' => ['type' => 'structure', 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn']]], 'CreationTime' => ['type' => 'timestamp'], 'CsvContentType' => ['type' => 'string', 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*'], 'CsvContentTypes' => ['type' => 'list', 'member' => ['shape' => 'CsvContentType'], 'max' => 10, 'min' => 1], 'DataCaptureConfig' => ['type' => 'structure', 'required' => ['InitialSamplingPercentage', 'DestinationS3Uri', 'CaptureOptions'], 'members' => ['EnableCapture' => ['shape' => 'EnableCapture'], 'InitialSamplingPercentage' => ['shape' => 'SamplingPercentage'], 'DestinationS3Uri' => ['shape' => 'DestinationS3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'CaptureOptions' => ['shape' => 'CaptureOptionList'], 'CaptureContentTypeHeader' => ['shape' => 'CaptureContentTypeHeader']]], 'DataCaptureConfigSummary' => ['type' => 'structure', 'required' => ['EnableCapture', 'CaptureStatus', 'CurrentSamplingPercentage', 'DestinationS3Uri', 'KmsKeyId'], 'members' => ['EnableCapture' => ['shape' => 'EnableCapture'], 'CaptureStatus' => ['shape' => 'CaptureStatus'], 'CurrentSamplingPercentage' => ['shape' => 'SamplingPercentage'], 'DestinationS3Uri' => ['shape' => 'DestinationS3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'DataExplorationNotebookLocation' => ['type' => 'string', 'min' => 1], 'DataInputConfig' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'DataProcessing' => ['type' => 'structure', 'members' => ['InputFilter' => ['shape' => 'JsonPath'], 'OutputFilter' => ['shape' => 'JsonPath'], 'JoinSource' => ['shape' => 'JoinSource']]], 'DataSource' => ['type' => 'structure', 'members' => ['S3DataSource' => ['shape' => 'S3DataSource'], 'FileSystemDataSource' => ['shape' => 'FileSystemDataSource']]], 'DebugHookConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'HookParameters' => ['shape' => 'HookParameters'], 'CollectionConfigurations' => ['shape' => 'CollectionConfigurations']]], 'DebugRuleConfiguration' => ['type' => 'structure', 'required' => ['RuleConfigurationName', 'RuleEvaluatorImage'], 'members' => ['RuleConfigurationName' => ['shape' => 'RuleConfigurationName'], 'LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'RuleEvaluatorImage' => ['shape' => 'AlgorithmImage'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'OptionalVolumeSizeInGB'], 'RuleParameters' => ['shape' => 'RuleParameters']]], 'DebugRuleConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DebugRuleConfiguration'], 'max' => 20, 'min' => 0], 'DebugRuleEvaluationStatus' => ['type' => 'structure', 'members' => ['RuleConfigurationName' => ['shape' => 'RuleConfigurationName'], 'RuleEvaluationJobArn' => ['shape' => 'ProcessingJobArn'], 'RuleEvaluationStatus' => ['shape' => 'RuleEvaluationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'DebugRuleEvaluationStatuses' => ['type' => 'list', 'member' => ['shape' => 'DebugRuleEvaluationStatus'], 'max' => 20, 'min' => 0], 'DeleteAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName']]], 'DeleteAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName']]], 'DeleteCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName']]], 'DeleteDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'RetentionPolicy' => ['shape' => 'RetentionPolicy']]], 'DeleteEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName']]], 'DeleteEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName']]], 'DeleteExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'DeleteExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'DeleteFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName']]], 'DeleteFlowDefinitionResponse' => ['type' => 'structure', 'members' => []], 'DeleteModelInput' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DeleteModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName']]], 'DeleteMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'DeleteNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'DeleteNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName']]], 'DeleteTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DeleteTagsOutput' => ['type' => 'structure', 'members' => []], 'DeleteTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName']]], 'DeleteTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'DeleteTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName']]], 'DeleteTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'DeleteUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName']]], 'DeleteWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName']]], 'DeleteWorkteamResponse' => ['type' => 'structure', 'required' => ['Success'], 'members' => ['Success' => ['shape' => 'Success']]], 'DeployedImage' => ['type' => 'structure', 'members' => ['SpecifiedImage' => ['shape' => 'Image'], 'ResolvedImage' => ['shape' => 'Image'], 'ResolutionTime' => ['shape' => 'Timestamp']]], 'DeployedImages' => ['type' => 'list', 'member' => ['shape' => 'DeployedImage']], 'DescribeAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['AlgorithmName' => ['shape' => 'ArnOrName']]], 'DescribeAlgorithmOutput' => ['type' => 'structure', 'required' => ['AlgorithmName', 'AlgorithmArn', 'CreationTime', 'TrainingSpecification', 'AlgorithmStatus', 'AlgorithmStatusDetails'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmArn' => ['shape' => 'AlgorithmArn'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'TrainingSpecification' => ['shape' => 'TrainingSpecification'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'AlgorithmValidationSpecification'], 'AlgorithmStatus' => ['shape' => 'AlgorithmStatus'], 'AlgorithmStatusDetails' => ['shape' => 'AlgorithmStatusDetails'], 'ProductId' => ['shape' => 'ProductId'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'DescribeAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName']]], 'DescribeAppResponse' => ['type' => 'structure', 'members' => ['AppArn' => ['shape' => 'AppArn'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'Status' => ['shape' => 'AppStatus'], 'LastHealthCheckTimestamp' => ['shape' => 'Timestamp'], 'LastUserActivityTimestamp' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'CreationTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'ResourceSpec' => ['shape' => 'ResourceSpec']]], 'DescribeAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName']]], 'DescribeAutoMLJobResponse' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'AutoMLJobArn', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'InputDataConfig' => ['shape' => 'AutoMLInputDataConfig'], 'OutputDataConfig' => ['shape' => 'AutoMLOutputDataConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'ProblemType' => ['shape' => 'ProblemType'], 'AutoMLJobConfig' => ['shape' => 'AutoMLJobConfig'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason'], 'BestCandidate' => ['shape' => 'AutoMLCandidate'], 'AutoMLJobStatus' => ['shape' => 'AutoMLJobStatus'], 'AutoMLJobSecondaryStatus' => ['shape' => 'AutoMLJobSecondaryStatus'], 'GenerateCandidateDefinitionsOnly' => ['shape' => 'GenerateCandidateDefinitionsOnly'], 'AutoMLJobArtifacts' => ['shape' => 'AutoMLJobArtifacts'], 'ResolvedAttributes' => ['shape' => 'ResolvedAttributes']]], 'DescribeCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName']]], 'DescribeCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'GitConfig' => ['shape' => 'GitConfig']]], 'DescribeCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName']]], 'DescribeCompilationJobResponse' => ['type' => 'structure', 'required' => ['CompilationJobName', 'CompilationJobArn', 'CompilationJobStatus', 'StoppingCondition', 'CreationTime', 'LastModifiedTime', 'FailureReason', 'ModelArtifacts', 'RoleArn', 'InputConfig', 'OutputConfig'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'CompilationJobArn' => ['shape' => 'CompilationJobArn'], 'CompilationJobStatus' => ['shape' => 'CompilationJobStatus'], 'CompilationStartTime' => ['shape' => 'Timestamp'], 'CompilationEndTime' => ['shape' => 'Timestamp'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputConfig' => ['shape' => 'InputConfig'], 'OutputConfig' => ['shape' => 'OutputConfig']]], 'DescribeDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId']]], 'DescribeDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'HomeEfsFileSystemId' => ['shape' => 'ResourceId'], 'SingleSignOnManagedApplicationInstanceId' => ['shape' => 'String256'], 'Status' => ['shape' => 'DomainStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'AuthMode' => ['shape' => 'AuthMode'], 'DefaultUserSettings' => ['shape' => 'UserSettings'], 'HomeEfsFileSystemKmsKeyId' => ['shape' => 'KmsKeyId'], 'SubnetIds' => ['shape' => 'Subnets'], 'Url' => ['shape' => 'String1024'], 'VpcId' => ['shape' => 'VpcId']]], 'DescribeEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName']]], 'DescribeEndpointConfigOutput' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'EndpointConfigArn', 'ProductionVariants', 'CreationTime'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'EndpointConfigArn' => ['shape' => 'EndpointConfigArn'], 'ProductionVariants' => ['shape' => 'ProductionVariantList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfig'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'CreationTime' => ['shape' => 'Timestamp']]], 'DescribeEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName']]], 'DescribeEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointArn' => ['shape' => 'EndpointArn'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'ProductionVariants' => ['shape' => 'ProductionVariantSummaryList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfigSummary'], 'EndpointStatus' => ['shape' => 'EndpointStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'DescribeExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'DescribeExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'ExperimentArn' => ['shape' => 'ExperimentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'ExperimentSource'], 'Description' => ['shape' => 'ExperimentDescription'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'DescribeFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName']]], 'DescribeFlowDefinitionResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionArn', 'FlowDefinitionName', 'FlowDefinitionStatus', 'CreationTime', 'HumanLoopConfig', 'OutputConfig', 'RoleArn'], 'members' => ['FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'FlowDefinitionStatus' => ['shape' => 'FlowDefinitionStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'HumanLoopActivationConfig' => ['shape' => 'HumanLoopActivationConfig'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig'], 'OutputConfig' => ['shape' => 'FlowDefinitionOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DescribeHumanTaskUiRequest' => ['type' => 'structure', 'required' => ['HumanTaskUiName'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName']]], 'DescribeHumanTaskUiResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiArn', 'HumanTaskUiName', 'CreationTime', 'UiTemplate'], 'members' => ['HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'CreationTime' => ['shape' => 'Timestamp'], 'UiTemplate' => ['shape' => 'UiTemplateInfo']]], 'DescribeHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'DescribeHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobConfig', 'HyperParameterTuningJobStatus', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'HyperParameterTuningJobConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'TrainingJobDefinition' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'TrainingJobDefinitions' => ['shape' => 'HyperParameterTrainingJobDefinitions'], 'HyperParameterTuningJobStatus' => ['shape' => 'HyperParameterTuningJobStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'HyperParameterTuningEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatusCounters' => ['shape' => 'TrainingJobStatusCounters'], 'ObjectiveStatusCounters' => ['shape' => 'ObjectiveStatusCounters'], 'BestTrainingJob' => ['shape' => 'HyperParameterTrainingJobSummary'], 'OverallBestTrainingJob' => ['shape' => 'HyperParameterTrainingJobSummary'], 'WarmStartConfig' => ['shape' => 'HyperParameterTuningJobWarmStartConfig'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DescribeLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName']]], 'DescribeLabelingJobResponse' => ['type' => 'structure', 'required' => ['LabelingJobStatus', 'LabelCounters', 'CreationTime', 'LastModifiedTime', 'JobReferenceCode', 'LabelingJobName', 'LabelingJobArn', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig'], 'members' => ['LabelingJobStatus' => ['shape' => 'LabelingJobStatus'], 'LabelCounters' => ['shape' => 'LabelCounters'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'JobReferenceCode' => ['shape' => 'JobReferenceCode'], 'LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'LabelAttributeName' => ['shape' => 'LabelAttributeName'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig'], 'OutputConfig' => ['shape' => 'LabelingJobOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'LabelCategoryConfigS3Uri' => ['shape' => 'S3Uri'], 'StoppingConditions' => ['shape' => 'LabelingJobStoppingConditions'], 'LabelingJobAlgorithmsConfig' => ['shape' => 'LabelingJobAlgorithmsConfig'], 'HumanTaskConfig' => ['shape' => 'HumanTaskConfig'], 'Tags' => ['shape' => 'TagList'], 'LabelingJobOutput' => ['shape' => 'LabelingJobOutput']]], 'DescribeModelInput' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DescribeModelOutput' => ['type' => 'structure', 'required' => ['ModelName', 'ExecutionRoleArn', 'CreationTime', 'ModelArn'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'PrimaryContainer' => ['shape' => 'ContainerDefinition'], 'Containers' => ['shape' => 'ContainerDefinitionList'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'CreationTime' => ['shape' => 'Timestamp'], 'ModelArn' => ['shape' => 'ModelArn'], 'EnableNetworkIsolation' => ['shape' => 'Boolean']]], 'DescribeModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'ArnOrName']]], 'DescribeModelPackageOutput' => ['type' => 'structure', 'required' => ['ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', 'ModelPackageStatusDetails'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageArn' => ['shape' => 'ModelPackageArn'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'SourceAlgorithmSpecification' => ['shape' => 'SourceAlgorithmSpecification'], 'ValidationSpecification' => ['shape' => 'ModelPackageValidationSpecification'], 'ModelPackageStatus' => ['shape' => 'ModelPackageStatus'], 'ModelPackageStatusDetails' => ['shape' => 'ModelPackageStatusDetails'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'DescribeMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'DescribeMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn', 'MonitoringScheduleName', 'MonitoringScheduleStatus', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleStatus' => ['shape' => 'ScheduleStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig'], 'EndpointName' => ['shape' => 'EndpointName'], 'LastMonitoringExecutionSummary' => ['shape' => 'MonitoringExecutionSummary']]], 'DescribeNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'DescribeNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName']]], 'DescribeNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime']]], 'DescribeNotebookInstanceOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn'], 'NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'NotebookInstanceStatus' => ['shape' => 'NotebookInstanceStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'Url' => ['shape' => 'NotebookInstanceUrl'], 'InstanceType' => ['shape' => 'InstanceType'], 'SubnetId' => ['shape' => 'SubnetId'], 'SecurityGroups' => ['shape' => 'SecurityGroupIds'], 'RoleArn' => ['shape' => 'RoleArn'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DirectInternetAccess' => ['shape' => 'DirectInternetAccess'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'RootAccess' => ['shape' => 'RootAccess']]], 'DescribeProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName']]], 'DescribeProcessingJobResponse' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'ProcessingJobArn', 'ProcessingJobStatus', 'CreationTime'], 'members' => ['ProcessingInputs' => ['shape' => 'ProcessingInputs'], 'ProcessingOutputConfig' => ['shape' => 'ProcessingOutputConfig'], 'ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingResources' => ['shape' => 'ProcessingResources'], 'StoppingCondition' => ['shape' => 'ProcessingStoppingCondition'], 'AppSpecification' => ['shape' => 'AppSpecification'], 'Environment' => ['shape' => 'ProcessingEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'ProcessingJobStatus' => ['shape' => 'ProcessingJobStatus'], 'ExitMessage' => ['shape' => 'ExitMessage'], 'FailureReason' => ['shape' => 'FailureReason'], 'ProcessingEndTime' => ['shape' => 'Timestamp'], 'ProcessingStartTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn']]], 'DescribeSubscribedWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn']]], 'DescribeSubscribedWorkteamResponse' => ['type' => 'structure', 'required' => ['SubscribedWorkteam'], 'members' => ['SubscribedWorkteam' => ['shape' => 'SubscribedWorkteam']]], 'DescribeTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName']]], 'DescribeTrainingJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'ModelArtifacts', 'TrainingJobStatus', 'SecondaryStatus', 'AlgorithmSpecification', 'ResourceConfig', 'StoppingCondition', 'CreationTime'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'SecondaryStatus' => ['shape' => 'SecondaryStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'SecondaryStatusTransitions' => ['shape' => 'SecondaryStatusTransitions'], 'FinalMetricDataList' => ['shape' => 'FinalMetricDataList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'TrainingTimeInSeconds' => ['shape' => 'TrainingTimeInSeconds'], 'BillableTimeInSeconds' => ['shape' => 'BillableTimeInSeconds'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'DebugRuleEvaluationStatuses' => ['shape' => 'DebugRuleEvaluationStatuses']]], 'DescribeTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName']]], 'DescribeTransformJobResponse' => ['type' => 'structure', 'required' => ['TransformJobName', 'TransformJobArn', 'TransformJobStatus', 'ModelName', 'TransformInput', 'TransformResources', 'CreationTime'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'TransformJobArn' => ['shape' => 'TransformJobArn'], 'TransformJobStatus' => ['shape' => 'TransformJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'ModelName' => ['shape' => 'ModelName'], 'MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources'], 'CreationTime' => ['shape' => 'Timestamp'], 'TransformStartTime' => ['shape' => 'Timestamp'], 'TransformEndTime' => ['shape' => 'Timestamp'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'DataProcessing' => ['shape' => 'DataProcessing'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'DescribeTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName']]], 'DescribeTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Metrics' => ['shape' => 'TrialComponentMetricSummaries']]], 'DescribeTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName']]], 'DescribeTrialResponse' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialArn' => ['shape' => 'TrialArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'DescribeUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName']]], 'DescribeUserProfileResponse' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileArn' => ['shape' => 'UserProfileArn'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'HomeEfsFileSystemUid' => ['shape' => 'EfsUid'], 'Status' => ['shape' => 'UserProfileStatus'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'SingleSignOnUserIdentifier' => ['shape' => 'SingleSignOnUserIdentifier'], 'SingleSignOnUserValue' => ['shape' => 'String256'], 'UserSettings' => ['shape' => 'UserSettings']]], 'DescribeWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName']]], 'DescribeWorkforceResponse' => ['type' => 'structure', 'required' => ['Workforce'], 'members' => ['Workforce' => ['shape' => 'Workforce']]], 'DescribeWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName']]], 'DescribeWorkteamResponse' => ['type' => 'structure', 'required' => ['Workteam'], 'members' => ['Workteam' => ['shape' => 'Workteam']]], 'DesiredWeightAndCapacity' => ['type' => 'structure', 'required' => ['VariantName'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'DesiredWeight' => ['shape' => 'VariantWeight'], 'DesiredInstanceCount' => ['shape' => 'TaskCount']]], 'DesiredWeightAndCapacityList' => ['type' => 'list', 'member' => ['shape' => 'DesiredWeightAndCapacity'], 'min' => 1], 'DestinationS3Uri' => ['type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/])/?(.*)$'], 'DetailedAlgorithmStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'InProgress', 'Completed', 'Failed']], 'DetailedModelPackageStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'InProgress', 'Completed', 'Failed']], 'DirectInternetAccess' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'DirectoryPath' => ['type' => 'string', 'max' => 4096, 'pattern' => '.*'], 'DisassociateAdditionalCodeRepositories' => ['type' => 'boolean'], 'DisassociateDefaultCodeRepository' => ['type' => 'boolean'], 'DisassociateNotebookInstanceAcceleratorTypes' => ['type' => 'boolean'], 'DisassociateNotebookInstanceLifecycleConfig' => ['type' => 'boolean'], 'DisassociateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName', 'TrialName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName']]], 'DisassociateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialArn' => ['shape' => 'TrialArn']]], 'Dollars' => ['type' => 'integer', 'max' => 2, 'min' => 0], 'DomainArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:domain/.*'], 'DomainDetails' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'Status' => ['shape' => 'DomainStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'Url' => ['shape' => 'String1024']]], 'DomainId' => ['type' => 'string', 'max' => 63], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'DomainDetails']], 'DomainName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DomainStatus' => ['type' => 'string', 'enum' => ['Deleting', 'Failed', 'InService', 'Pending']], 'DoubleParameterValue' => ['type' => 'double'], 'EfsUid' => ['type' => 'string', 'max' => 10, 'pattern' => '\\d+'], 'EnableCapture' => ['type' => 'boolean'], 'EndpointArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint/.*'], 'EndpointConfigArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint-config/.*'], 'EndpointConfigName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EndpointConfigNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'EndpointConfigSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'EndpointConfigSummary' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'EndpointConfigArn', 'CreationTime'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'EndpointConfigArn' => ['shape' => 'EndpointConfigArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'EndpointConfigSummaryList' => ['type' => 'list', 'member' => ['shape' => 'EndpointConfigSummary']], 'EndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'LocalPath'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3InputMode' => ['shape' => 'ProcessingS3InputMode'], 'S3DataDistributionType' => ['shape' => 'ProcessingS3DataDistributionType']]], 'EndpointName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EndpointNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'EndpointSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['OutOfService', 'Creating', 'Updating', 'SystemUpdating', 'RollingBack', 'InService', 'Deleting', 'Failed']], 'EndpointSummary' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointArn' => ['shape' => 'EndpointArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'EndpointStatus' => ['shape' => 'EndpointStatus']]], 'EndpointSummaryList' => ['type' => 'list', 'member' => ['shape' => 'EndpointSummary']], 'EntityDescription' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'EntityName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'EnvironmentArn' => ['type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:environment/[a-z0-9](-*[a-z0-9]){0,62}$'], 'EnvironmentKey' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'EnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentKey'], 'value' => ['shape' => 'EnvironmentValue'], 'max' => 16], 'EnvironmentValue' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*'], 'ExecutionStatus' => ['type' => 'string', 'enum' => ['Pending', 'Completed', 'CompletedWithViolations', 'InProgress', 'Failed', 'Stopping', 'Stopped']], 'ExitMessage' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*'], 'Experiment' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'ExperimentArn' => ['shape' => 'ExperimentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'ExperimentSource'], 'Description' => ['shape' => 'ExperimentDescription'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Tags' => ['shape' => 'TagList']]], 'ExperimentArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment/.*'], 'ExperimentConfig' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentDisplayName' => ['shape' => 'ExperimentEntityName']]], 'ExperimentDescription' => ['type' => 'string', 'max' => 3072, 'pattern' => '.*'], 'ExperimentEntityName' => ['type' => 'string', 'max' => 82, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ExperimentSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'ExperimentSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'ExperimentSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'ExperimentSummaries' => ['type' => 'list', 'member' => ['shape' => 'ExperimentSummary']], 'ExperimentSummary' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentSource' => ['shape' => 'ExperimentSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'FailureReason' => ['type' => 'string', 'max' => 1024], 'FileSystemAccessMode' => ['type' => 'string', 'enum' => ['rw', 'ro']], 'FileSystemDataSource' => ['type' => 'structure', 'required' => ['FileSystemId', 'FileSystemAccessMode', 'FileSystemType', 'DirectoryPath'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'FileSystemAccessMode' => ['shape' => 'FileSystemAccessMode'], 'FileSystemType' => ['shape' => 'FileSystemType'], 'DirectoryPath' => ['shape' => 'DirectoryPath']]], 'FileSystemId' => ['type' => 'string', 'min' => 11, 'pattern' => '.*'], 'FileSystemType' => ['type' => 'string', 'enum' => ['EFS', 'FSxLustre']], 'Filter' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'ResourcePropertyName'], 'Operator' => ['shape' => 'Operator'], 'Value' => ['shape' => 'FilterValue']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 20, 'min' => 1], 'FilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+'], 'FinalAutoMLJobObjectiveMetric' => ['type' => 'structure', 'required' => ['MetricName', 'Value'], 'members' => ['Type' => ['shape' => 'AutoMLJobObjectiveType'], 'MetricName' => ['shape' => 'AutoMLMetricEnum'], 'Value' => ['shape' => 'MetricValue']]], 'FinalHyperParameterTuningJobObjectiveMetric' => ['type' => 'structure', 'required' => ['MetricName', 'Value'], 'members' => ['Type' => ['shape' => 'HyperParameterTuningJobObjectiveType'], 'MetricName' => ['shape' => 'MetricName'], 'Value' => ['shape' => 'MetricValue']]], 'FinalMetricDataList' => ['type' => 'list', 'member' => ['shape' => 'MetricData'], 'max' => 40, 'min' => 0], 'Float' => ['type' => 'float'], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*'], 'FlowDefinitionName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'FlowDefinitionOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'FlowDefinitionStatus' => ['type' => 'string', 'enum' => ['Initializing', 'Active', 'Failed', 'Deleting', 'Deleted']], 'FlowDefinitionSummaries' => ['type' => 'list', 'member' => ['shape' => 'FlowDefinitionSummary']], 'FlowDefinitionSummary' => ['type' => 'structure', 'required' => ['FlowDefinitionName', 'FlowDefinitionArn', 'FlowDefinitionStatus', 'CreationTime'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'FlowDefinitionStatus' => ['shape' => 'FlowDefinitionStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'FailureReason']]], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => ['type' => 'integer', 'max' => 864000, 'min' => 1], 'FlowDefinitionTaskCount' => ['type' => 'integer', 'max' => 3, 'min' => 1], 'FlowDefinitionTaskDescription' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'FlowDefinitionTaskKeyword' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$'], 'FlowDefinitionTaskKeywords' => ['type' => 'list', 'member' => ['shape' => 'FlowDefinitionTaskKeyword'], 'max' => 5, 'min' => 1], 'FlowDefinitionTaskTimeLimitInSeconds' => ['type' => 'integer', 'max' => 28800, 'min' => 30], 'FlowDefinitionTaskTitle' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$'], 'Framework' => ['type' => 'string', 'enum' => ['TENSORFLOW', 'KERAS', 'MXNET', 'ONNX', 'PYTORCH', 'XGBOOST']], 'GenerateCandidateDefinitionsOnly' => ['type' => 'boolean'], 'GetSearchSuggestionsRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceType'], 'SuggestionQuery' => ['shape' => 'SuggestionQuery']]], 'GetSearchSuggestionsResponse' => ['type' => 'structure', 'members' => ['PropertyNameSuggestions' => ['shape' => 'PropertyNameSuggestionList']]], 'GitConfig' => ['type' => 'structure', 'required' => ['RepositoryUrl'], 'members' => ['RepositoryUrl' => ['shape' => 'GitConfigUrl'], 'Branch' => ['shape' => 'Branch'], 'SecretArn' => ['shape' => 'SecretArn']]], 'GitConfigForUpdate' => ['type' => 'structure', 'members' => ['SecretArn' => ['shape' => 'SecretArn']]], 'GitConfigUrl' => ['type' => 'string', 'pattern' => '^https://([^/]+)/?(.*)$'], 'HookParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'HumanLoopActivationConditions' => ['type' => 'string', 'max' => 10240], 'HumanLoopActivationConditionsConfig' => ['type' => 'structure', 'required' => ['HumanLoopActivationConditions'], 'members' => ['HumanLoopActivationConditions' => ['shape' => 'HumanLoopActivationConditions', 'jsonvalue' => \true]]], 'HumanLoopActivationConfig' => ['type' => 'structure', 'required' => ['HumanLoopRequestSource', 'HumanLoopActivationConditionsConfig'], 'members' => ['HumanLoopRequestSource' => ['shape' => 'HumanLoopRequestSource'], 'HumanLoopActivationConditionsConfig' => ['shape' => 'HumanLoopActivationConditionsConfig']]], 'HumanLoopConfig' => ['type' => 'structure', 'required' => ['WorkteamArn', 'HumanTaskUiArn', 'TaskTitle', 'TaskDescription', 'TaskCount'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'TaskTitle' => ['shape' => 'FlowDefinitionTaskTitle'], 'TaskDescription' => ['shape' => 'FlowDefinitionTaskDescription'], 'TaskCount' => ['shape' => 'FlowDefinitionTaskCount'], 'TaskAvailabilityLifetimeInSeconds' => ['shape' => 'FlowDefinitionTaskAvailabilityLifetimeInSeconds'], 'TaskTimeLimitInSeconds' => ['shape' => 'FlowDefinitionTaskTimeLimitInSeconds'], 'TaskKeywords' => ['shape' => 'FlowDefinitionTaskKeywords'], 'PublicWorkforceTaskPrice' => ['shape' => 'PublicWorkforceTaskPrice']]], 'HumanLoopRequestSource' => ['type' => 'structure', 'required' => ['AwsManagedHumanLoopRequestSource'], 'members' => ['AwsManagedHumanLoopRequestSource' => ['shape' => 'AwsManagedHumanLoopRequestSource']]], 'HumanTaskConfig' => ['type' => 'structure', 'required' => ['WorkteamArn', 'UiConfig', 'PreHumanTaskLambdaArn', 'TaskTitle', 'TaskDescription', 'NumberOfHumanWorkersPerDataObject', 'TaskTimeLimitInSeconds', 'AnnotationConsolidationConfig'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'UiConfig' => ['shape' => 'UiConfig'], 'PreHumanTaskLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'TaskKeywords' => ['shape' => 'TaskKeywords'], 'TaskTitle' => ['shape' => 'TaskTitle'], 'TaskDescription' => ['shape' => 'TaskDescription'], 'NumberOfHumanWorkersPerDataObject' => ['shape' => 'NumberOfHumanWorkersPerDataObject'], 'TaskTimeLimitInSeconds' => ['shape' => 'TaskTimeLimitInSeconds'], 'TaskAvailabilityLifetimeInSeconds' => ['shape' => 'TaskAvailabilityLifetimeInSeconds'], 'MaxConcurrentTaskCount' => ['shape' => 'MaxConcurrentTaskCount'], 'AnnotationConsolidationConfig' => ['shape' => 'AnnotationConsolidationConfig'], 'PublicWorkforceTaskPrice' => ['shape' => 'PublicWorkforceTaskPrice']]], 'HumanTaskUiArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-task-ui/.*'], 'HumanTaskUiName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'HumanTaskUiSummaries' => ['type' => 'list', 'member' => ['shape' => 'HumanTaskUiSummary']], 'HumanTaskUiSummary' => ['type' => 'structure', 'required' => ['HumanTaskUiName', 'HumanTaskUiArn', 'CreationTime'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'HyperParameterAlgorithmSpecification' => ['type' => 'structure', 'required' => ['TrainingInputMode'], 'members' => ['TrainingImage' => ['shape' => 'AlgorithmImage'], 'TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'AlgorithmName' => ['shape' => 'ArnOrName'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList']]], 'HyperParameterScalingType' => ['type' => 'string', 'enum' => ['Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic']], 'HyperParameterSpecification' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'ParameterName'], 'Description' => ['shape' => 'EntityDescription'], 'Type' => ['shape' => 'ParameterType'], 'Range' => ['shape' => 'ParameterRange'], 'IsTunable' => ['shape' => 'Boolean'], 'IsRequired' => ['shape' => 'Boolean'], 'DefaultValue' => ['shape' => 'ParameterValue']]], 'HyperParameterSpecifications' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterSpecification'], 'max' => 100, 'min' => 0], 'HyperParameterTrainingJobDefinition' => ['type' => 'structure', 'required' => ['AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['DefinitionName' => ['shape' => 'HyperParameterTrainingJobDefinitionName'], 'TuningObjective' => ['shape' => 'HyperParameterTuningJobObjective'], 'HyperParameterRanges' => ['shape' => 'ParameterRanges'], 'StaticHyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'HyperParameterAlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig']]], 'HyperParameterTrainingJobDefinitionName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'HyperParameterTrainingJobDefinitions' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'max' => 10, 'min' => 1], 'HyperParameterTrainingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTrainingJobSummary']], 'HyperParameterTrainingJobSummary' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', 'TunedHyperParameters'], 'members' => ['TrainingJobDefinitionName' => ['shape' => 'HyperParameterTrainingJobDefinitionName'], 'TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'TunedHyperParameters' => ['shape' => 'HyperParameters'], 'FailureReason' => ['shape' => 'FailureReason'], 'FinalHyperParameterTuningJobObjectiveMetric' => ['shape' => 'FinalHyperParameterTuningJobObjectiveMetric'], 'ObjectiveStatus' => ['shape' => 'ObjectiveStatus']]], 'HyperParameterTuningJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:hyper-parameter-tuning-job/.*'], 'HyperParameterTuningJobConfig' => ['type' => 'structure', 'required' => ['Strategy', 'ResourceLimits'], 'members' => ['Strategy' => ['shape' => 'HyperParameterTuningJobStrategyType'], 'HyperParameterTuningJobObjective' => ['shape' => 'HyperParameterTuningJobObjective'], 'ResourceLimits' => ['shape' => 'ResourceLimits'], 'ParameterRanges' => ['shape' => 'ParameterRanges'], 'TrainingJobEarlyStoppingType' => ['shape' => 'TrainingJobEarlyStoppingType'], 'TuningJobCompletionCriteria' => ['shape' => 'TuningJobCompletionCriteria']]], 'HyperParameterTuningJobName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'HyperParameterTuningJobObjective' => ['type' => 'structure', 'required' => ['Type', 'MetricName'], 'members' => ['Type' => ['shape' => 'HyperParameterTuningJobObjectiveType'], 'MetricName' => ['shape' => 'MetricName']]], 'HyperParameterTuningJobObjectiveType' => ['type' => 'string', 'enum' => ['Maximize', 'Minimize']], 'HyperParameterTuningJobObjectives' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTuningJobObjective']], 'HyperParameterTuningJobSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'Status', 'CreationTime']], 'HyperParameterTuningJobStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'HyperParameterTuningJobStrategyType' => ['type' => 'string', 'enum' => ['Bayesian', 'Random']], 'HyperParameterTuningJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTuningJobSummary']], 'HyperParameterTuningJobSummary' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobStatus', 'Strategy', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'HyperParameterTuningJobStatus' => ['shape' => 'HyperParameterTuningJobStatus'], 'Strategy' => ['shape' => 'HyperParameterTuningJobStrategyType'], 'CreationTime' => ['shape' => 'Timestamp'], 'HyperParameterTuningEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatusCounters' => ['shape' => 'TrainingJobStatusCounters'], 'ObjectiveStatusCounters' => ['shape' => 'ObjectiveStatusCounters'], 'ResourceLimits' => ['shape' => 'ResourceLimits']]], 'HyperParameterTuningJobWarmStartConfig' => ['type' => 'structure', 'required' => ['ParentHyperParameterTuningJobs', 'WarmStartType'], 'members' => ['ParentHyperParameterTuningJobs' => ['shape' => 'ParentHyperParameterTuningJobs'], 'WarmStartType' => ['shape' => 'HyperParameterTuningJobWarmStartType']]], 'HyperParameterTuningJobWarmStartType' => ['type' => 'string', 'enum' => ['IdenticalDataAndAlgorithm', 'TransferLearning']], 'HyperParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100, 'min' => 0], 'Image' => ['type' => 'string', 'max' => 255, 'pattern' => '[\\S]+'], 'ImageDigest' => ['type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$'], 'ImageUri' => ['type' => 'string', 'max' => 255, 'pattern' => '.*'], 'InferenceSpecification' => ['type' => 'structure', 'required' => ['Containers', 'SupportedTransformInstanceTypes', 'SupportedRealtimeInferenceInstanceTypes', 'SupportedContentTypes', 'SupportedResponseMIMETypes'], 'members' => ['Containers' => ['shape' => 'ModelPackageContainerDefinitionList'], 'SupportedTransformInstanceTypes' => ['shape' => 'TransformInstanceTypes'], 'SupportedRealtimeInferenceInstanceTypes' => ['shape' => 'RealtimeInferenceInstanceTypes'], 'SupportedContentTypes' => ['shape' => 'ContentTypes'], 'SupportedResponseMIMETypes' => ['shape' => 'ResponseMIMETypes']]], 'InputConfig' => ['type' => 'structure', 'required' => ['S3Uri', 'DataInputConfig', 'Framework'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'DataInputConfig' => ['shape' => 'DataInputConfig'], 'Framework' => ['shape' => 'Framework']]], 'InputDataConfig' => ['type' => 'list', 'member' => ['shape' => 'Channel'], 'max' => 20, 'min' => 1], 'InputModes' => ['type' => 'list', 'member' => ['shape' => 'TrainingInputMode'], 'min' => 1], 'InstanceType' => ['type' => 'string', 'enum' => ['ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge']], 'IntegerParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MinValue', 'MaxValue'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue'], 'ScalingType' => ['shape' => 'HyperParameterScalingType']]], 'IntegerParameterRangeSpecification' => ['type' => 'structure', 'required' => ['MinValue', 'MaxValue'], 'members' => ['MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue']]], 'IntegerParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameterRange'], 'max' => 20, 'min' => 0], 'JobReferenceCode' => ['type' => 'string', 'min' => 1, 'pattern' => '.+'], 'JobReferenceCodeContains' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'JoinSource' => ['type' => 'string', 'enum' => ['Input', 'None']], 'JsonContentType' => ['type' => 'string', 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*'], 'JsonContentTypes' => ['type' => 'list', 'member' => ['shape' => 'JsonContentType'], 'max' => 10, 'min' => 1], 'JsonPath' => ['type' => 'string', 'max' => 63, 'min' => 0], 'JupyterServerAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'KernelGatewayAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'pattern' => '.*'], 'LabelAttributeName' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'LabelCounter' => ['type' => 'integer', 'min' => 0], 'LabelCounters' => ['type' => 'structure', 'members' => ['TotalLabeled' => ['shape' => 'LabelCounter'], 'HumanLabeled' => ['shape' => 'LabelCounter'], 'MachineLabeled' => ['shape' => 'LabelCounter'], 'FailedNonRetryableError' => ['shape' => 'LabelCounter'], 'Unlabeled' => ['shape' => 'LabelCounter']]], 'LabelCountersForWorkteam' => ['type' => 'structure', 'members' => ['HumanLabeled' => ['shape' => 'LabelCounter'], 'PendingHuman' => ['shape' => 'LabelCounter'], 'Total' => ['shape' => 'LabelCounter']]], 'LabelingJobAlgorithmSpecificationArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:.*'], 'LabelingJobAlgorithmsConfig' => ['type' => 'structure', 'required' => ['LabelingJobAlgorithmSpecificationArn'], 'members' => ['LabelingJobAlgorithmSpecificationArn' => ['shape' => 'LabelingJobAlgorithmSpecificationArn'], 'InitialActiveLearningModelArn' => ['shape' => 'ModelArn'], 'LabelingJobResourceConfig' => ['shape' => 'LabelingJobResourceConfig']]], 'LabelingJobArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:labeling-job/.*'], 'LabelingJobDataAttributes' => ['type' => 'structure', 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'LabelingJobDataSource' => ['type' => 'structure', 'required' => ['S3DataSource'], 'members' => ['S3DataSource' => ['shape' => 'LabelingJobS3DataSource']]], 'LabelingJobForWorkteamSummary' => ['type' => 'structure', 'required' => ['JobReferenceCode', 'WorkRequesterAccountId', 'CreationTime'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'JobReferenceCode' => ['shape' => 'JobReferenceCode'], 'WorkRequesterAccountId' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'LabelCounters' => ['shape' => 'LabelCountersForWorkteam'], 'NumberOfHumanWorkersPerDataObject' => ['shape' => 'NumberOfHumanWorkersPerDataObject']]], 'LabelingJobForWorkteamSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LabelingJobForWorkteamSummary']], 'LabelingJobInputConfig' => ['type' => 'structure', 'required' => ['DataSource'], 'members' => ['DataSource' => ['shape' => 'LabelingJobDataSource'], 'DataAttributes' => ['shape' => 'LabelingJobDataAttributes']]], 'LabelingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'LabelingJobOutput' => ['type' => 'structure', 'required' => ['OutputDatasetS3Uri'], 'members' => ['OutputDatasetS3Uri' => ['shape' => 'S3Uri'], 'FinalActiveLearningModelArn' => ['shape' => 'ModelArn']]], 'LabelingJobOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'LabelingJobResourceConfig' => ['type' => 'structure', 'members' => ['VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'LabelingJobS3DataSource' => ['type' => 'structure', 'required' => ['ManifestS3Uri'], 'members' => ['ManifestS3Uri' => ['shape' => 'S3Uri']]], 'LabelingJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'LabelingJobStoppingConditions' => ['type' => 'structure', 'members' => ['MaxHumanLabeledObjectCount' => ['shape' => 'MaxHumanLabeledObjectCount'], 'MaxPercentageOfInputDatasetLabeled' => ['shape' => 'MaxPercentageOfInputDatasetLabeled']]], 'LabelingJobSummary' => ['type' => 'structure', 'required' => ['LabelingJobName', 'LabelingJobArn', 'CreationTime', 'LastModifiedTime', 'LabelingJobStatus', 'LabelCounters', 'WorkteamArn', 'PreHumanTaskLambdaArn'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LabelingJobStatus' => ['shape' => 'LabelingJobStatus'], 'LabelCounters' => ['shape' => 'LabelCounters'], 'WorkteamArn' => ['shape' => 'WorkteamArn'], 'PreHumanTaskLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'AnnotationConsolidationLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'FailureReason' => ['shape' => 'FailureReason'], 'LabelingJobOutput' => ['shape' => 'LabelingJobOutput'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig']]], 'LabelingJobSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LabelingJobSummary']], 'LambdaFunctionArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'LastModifiedTime' => ['type' => 'timestamp'], 'ListAlgorithmsInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'AlgorithmSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListAlgorithmsOutput' => ['type' => 'structure', 'required' => ['AlgorithmSummaryList'], 'members' => ['AlgorithmSummaryList' => ['shape' => 'AlgorithmSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAppsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortOrder' => ['shape' => 'SortOrder'], 'SortBy' => ['shape' => 'AppSortKey'], 'DomainIdEquals' => ['shape' => 'DomainId'], 'UserProfileNameEquals' => ['shape' => 'UserProfileName']]], 'ListAppsResponse' => ['type' => 'structure', 'members' => ['Apps' => ['shape' => 'AppList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAutoMLJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'AutoMLNameContains'], 'StatusEquals' => ['shape' => 'AutoMLJobStatus'], 'SortOrder' => ['shape' => 'AutoMLSortOrder'], 'SortBy' => ['shape' => 'AutoMLSortBy'], 'MaxResults' => ['shape' => 'AutoMLMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAutoMLJobsResponse' => ['type' => 'structure', 'required' => ['AutoMLJobSummaries'], 'members' => ['AutoMLJobSummaries' => ['shape' => 'AutoMLJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCandidatesForAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'StatusEquals' => ['shape' => 'CandidateStatus'], 'CandidateNameEquals' => ['shape' => 'CandidateName'], 'SortOrder' => ['shape' => 'AutoMLSortOrder'], 'SortBy' => ['shape' => 'CandidateSortBy'], 'MaxResults' => ['shape' => 'AutoMLMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListCandidatesForAutoMLJobResponse' => ['type' => 'structure', 'required' => ['Candidates'], 'members' => ['Candidates' => ['shape' => 'AutoMLCandidates'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCodeRepositoriesInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'CodeRepositoryNameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'CodeRepositorySortBy'], 'SortOrder' => ['shape' => 'CodeRepositorySortOrder']]], 'ListCodeRepositoriesOutput' => ['type' => 'structure', 'required' => ['CodeRepositorySummaryList'], 'members' => ['CodeRepositorySummaryList' => ['shape' => 'CodeRepositorySummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCompilationJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'CompilationJobStatus'], 'SortBy' => ['shape' => 'ListCompilationJobsSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListCompilationJobsResponse' => ['type' => 'structure', 'required' => ['CompilationJobSummaries'], 'members' => ['CompilationJobSummaries' => ['shape' => 'CompilationJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCompilationJobsSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'ListDomainsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDomainsResponse' => ['type' => 'structure', 'members' => ['Domains' => ['shape' => 'DomainList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEndpointConfigsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'EndpointConfigSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'EndpointConfigNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'ListEndpointConfigsOutput' => ['type' => 'structure', 'required' => ['EndpointConfigs'], 'members' => ['EndpointConfigs' => ['shape' => 'EndpointConfigSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListEndpointsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'EndpointSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'EndpointNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'EndpointStatus']]], 'ListEndpointsOutput' => ['type' => 'structure', 'required' => ['Endpoints'], 'members' => ['Endpoints' => ['shape' => 'EndpointSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListExperimentsRequest' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortExperimentsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListExperimentsResponse' => ['type' => 'structure', 'members' => ['ExperimentSummaries' => ['shape' => 'ExperimentSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFlowDefinitionsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListFlowDefinitionsResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionSummaries'], 'members' => ['FlowDefinitionSummaries' => ['shape' => 'FlowDefinitionSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHumanTaskUisRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListHumanTaskUisResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiSummaries'], 'members' => ['HumanTaskUiSummaries' => ['shape' => 'HumanTaskUiSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHyperParameterTuningJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'SortBy' => ['shape' => 'HyperParameterTuningJobSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder'], 'NameContains' => ['shape' => 'NameContains'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'HyperParameterTuningJobStatus']]], 'ListHyperParameterTuningJobsResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobSummaries'], 'members' => ['HyperParameterTuningJobSummaries' => ['shape' => 'HyperParameterTuningJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLabelingJobsForWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'JobReferenceCodeContains' => ['shape' => 'JobReferenceCodeContains'], 'SortBy' => ['shape' => 'ListLabelingJobsForWorkteamSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListLabelingJobsForWorkteamResponse' => ['type' => 'structure', 'required' => ['LabelingJobSummaryList'], 'members' => ['LabelingJobSummaryList' => ['shape' => 'LabelingJobForWorkteamSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLabelingJobsForWorkteamSortByOptions' => ['type' => 'string', 'enum' => ['CreationTime']], 'ListLabelingJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'NameContains' => ['shape' => 'NameContains'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'StatusEquals' => ['shape' => 'LabelingJobStatus']]], 'ListLabelingJobsResponse' => ['type' => 'structure', 'members' => ['LabelingJobSummaryList' => ['shape' => 'LabelingJobSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListModelPackagesInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'ModelPackageSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListModelPackagesOutput' => ['type' => 'structure', 'required' => ['ModelPackageSummaryList'], 'members' => ['ModelPackageSummaryList' => ['shape' => 'ModelPackageSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListModelsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'ModelSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'ModelNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'ListModelsOutput' => ['type' => 'structure', 'required' => ['Models'], 'members' => ['Models' => ['shape' => 'ModelSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMonitoringExecutionsRequest' => ['type' => 'structure', 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'EndpointName' => ['shape' => 'EndpointName'], 'SortBy' => ['shape' => 'MonitoringExecutionSortKey'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'ScheduledTimeBefore' => ['shape' => 'Timestamp'], 'ScheduledTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'ExecutionStatus']]], 'ListMonitoringExecutionsResponse' => ['type' => 'structure', 'required' => ['MonitoringExecutionSummaries'], 'members' => ['MonitoringExecutionSummaries' => ['shape' => 'MonitoringExecutionSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMonitoringSchedulesRequest' => ['type' => 'structure', 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'SortBy' => ['shape' => 'MonitoringScheduleSortKey'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'ScheduleStatus']]], 'ListMonitoringSchedulesResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleSummaries'], 'members' => ['MonitoringScheduleSummaries' => ['shape' => 'MonitoringScheduleSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListNotebookInstanceLifecycleConfigsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortBy' => ['shape' => 'NotebookInstanceLifecycleConfigSortKey'], 'SortOrder' => ['shape' => 'NotebookInstanceLifecycleConfigSortOrder'], 'NameContains' => ['shape' => 'NotebookInstanceLifecycleConfigNameContains'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime']]], 'ListNotebookInstanceLifecycleConfigsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'NotebookInstanceLifecycleConfigs' => ['shape' => 'NotebookInstanceLifecycleConfigSummaryList']]], 'ListNotebookInstancesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortBy' => ['shape' => 'NotebookInstanceSortKey'], 'SortOrder' => ['shape' => 'NotebookInstanceSortOrder'], 'NameContains' => ['shape' => 'NotebookInstanceNameContains'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime'], 'StatusEquals' => ['shape' => 'NotebookInstanceStatus'], 'NotebookInstanceLifecycleConfigNameContains' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DefaultCodeRepositoryContains' => ['shape' => 'CodeRepositoryContains'], 'AdditionalCodeRepositoryEquals' => ['shape' => 'CodeRepositoryNameOrUrl']]], 'ListNotebookInstancesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'NotebookInstances' => ['shape' => 'NotebookInstanceSummaryList']]], 'ListProcessingJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'String'], 'StatusEquals' => ['shape' => 'ProcessingJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListProcessingJobsResponse' => ['type' => 'structure', 'required' => ['ProcessingJobSummaries'], 'members' => ['ProcessingJobSummaries' => ['shape' => 'ProcessingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSubscribedWorkteamsRequest' => ['type' => 'structure', 'members' => ['NameContains' => ['shape' => 'WorkteamName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListSubscribedWorkteamsResponse' => ['type' => 'structure', 'required' => ['SubscribedWorkteams'], 'members' => ['SubscribedWorkteams' => ['shape' => 'SubscribedWorkteams'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'ListTagsMaxResults']]], 'ListTagsMaxResults' => ['type' => 'integer', 'min' => 50], 'ListTagsOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrainingJobsForHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StatusEquals' => ['shape' => 'TrainingJobStatus'], 'SortBy' => ['shape' => 'TrainingJobSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListTrainingJobsForHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobSummaries'], 'members' => ['TrainingJobSummaries' => ['shape' => 'HyperParameterTrainingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrainingJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'TrainingJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListTrainingJobsResponse' => ['type' => 'structure', 'required' => ['TrainingJobSummaries'], 'members' => ['TrainingJobSummaries' => ['shape' => 'TrainingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTransformJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'TransformJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListTransformJobsResponse' => ['type' => 'structure', 'required' => ['TransformJobSummaries'], 'members' => ['TransformJobSummaries' => ['shape' => 'TransformJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialComponentKey256' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentKey256']], 'ListTrialComponentsRequest' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'SourceArn' => ['shape' => 'String256'], 'CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortTrialComponentsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialComponentsResponse' => ['type' => 'structure', 'members' => ['TrialComponentSummaries' => ['shape' => 'TrialComponentSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialsRequest' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortTrialsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialsResponse' => ['type' => 'structure', 'members' => ['TrialSummaries' => ['shape' => 'TrialSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListUserProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortOrder' => ['shape' => 'SortOrder'], 'SortBy' => ['shape' => 'UserProfileSortKey'], 'DomainIdEquals' => ['shape' => 'DomainId'], 'UserProfileNameContains' => ['shape' => 'UserProfileName']]], 'ListUserProfilesResponse' => ['type' => 'structure', 'members' => ['UserProfiles' => ['shape' => 'UserProfileList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWorkteamsRequest' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'ListWorkteamsSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder'], 'NameContains' => ['shape' => 'WorkteamName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListWorkteamsResponse' => ['type' => 'structure', 'required' => ['Workteams'], 'members' => ['Workteams' => ['shape' => 'Workteams'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWorkteamsSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'CreateDate']], 'MaxAutoMLJobRuntimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxCandidates' => ['type' => 'integer', 'min' => 1], 'MaxConcurrentTaskCount' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'MaxConcurrentTransforms' => ['type' => 'integer', 'min' => 0], 'MaxHumanLabeledObjectCount' => ['type' => 'integer', 'min' => 1], 'MaxNumberOfTrainingJobs' => ['type' => 'integer', 'min' => 1], 'MaxParallelTrainingJobs' => ['type' => 'integer', 'min' => 1], 'MaxPayloadInMB' => ['type' => 'integer', 'min' => 0], 'MaxPercentageOfInputDatasetLabeled' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxRuntimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxRuntimePerTrainingJobInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxWaitTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MediaType' => ['type' => 'string', 'max' => 64, 'pattern' => '^[\\w]+\\/[\\w+]+$'], 'MemberDefinition' => ['type' => 'structure', 'members' => ['CognitoMemberDefinition' => ['shape' => 'CognitoMemberDefinition']]], 'MemberDefinitions' => ['type' => 'list', 'member' => ['shape' => 'MemberDefinition'], 'max' => 10, 'min' => 1], 'MetricData' => ['type' => 'structure', 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Value' => ['shape' => 'Float'], 'Timestamp' => ['shape' => 'Timestamp']]], 'MetricDefinition' => ['type' => 'structure', 'required' => ['Name', 'Regex'], 'members' => ['Name' => ['shape' => 'MetricName'], 'Regex' => ['shape' => 'MetricRegex']]], 'MetricDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'MetricDefinition'], 'max' => 40, 'min' => 0], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'MetricRegex' => ['type' => 'string', 'max' => 500, 'min' => 1, 'pattern' => '.+'], 'MetricValue' => ['type' => 'float'], 'ModelArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model/.*'], 'ModelArtifacts' => ['type' => 'structure', 'required' => ['S3ModelArtifacts'], 'members' => ['S3ModelArtifacts' => ['shape' => 'S3Uri']]], 'ModelName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ModelNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'ModelPackageArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*'], 'ModelPackageContainerDefinition' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['ContainerHostname' => ['shape' => 'ContainerHostname'], 'Image' => ['shape' => 'Image'], 'ImageDigest' => ['shape' => 'ImageDigest'], 'ModelDataUrl' => ['shape' => 'Url'], 'ProductId' => ['shape' => 'ProductId']]], 'ModelPackageContainerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageContainerDefinition'], 'max' => 1, 'min' => 1], 'ModelPackageSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'ModelPackageStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Completed', 'Failed', 'Deleting']], 'ModelPackageStatusDetails' => ['type' => 'structure', 'required' => ['ValidationStatuses'], 'members' => ['ValidationStatuses' => ['shape' => 'ModelPackageStatusItemList'], 'ImageScanStatuses' => ['shape' => 'ModelPackageStatusItemList']]], 'ModelPackageStatusItem' => ['type' => 'structure', 'required' => ['Name', 'Status'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Status' => ['shape' => 'DetailedModelPackageStatus'], 'FailureReason' => ['shape' => 'String']]], 'ModelPackageStatusItemList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageStatusItem']], 'ModelPackageSummary' => ['type' => 'structure', 'required' => ['ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageArn' => ['shape' => 'ModelPackageArn'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'ModelPackageStatus' => ['shape' => 'ModelPackageStatus']]], 'ModelPackageSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageSummary']], 'ModelPackageValidationProfile' => ['type' => 'structure', 'required' => ['ProfileName', 'TransformJobDefinition'], 'members' => ['ProfileName' => ['shape' => 'EntityName'], 'TransformJobDefinition' => ['shape' => 'TransformJobDefinition']]], 'ModelPackageValidationProfiles' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageValidationProfile'], 'max' => 1, 'min' => 1], 'ModelPackageValidationSpecification' => ['type' => 'structure', 'required' => ['ValidationRole', 'ValidationProfiles'], 'members' => ['ValidationRole' => ['shape' => 'RoleArn'], 'ValidationProfiles' => ['shape' => 'ModelPackageValidationProfiles']]], 'ModelSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'ModelSummary' => ['type' => 'structure', 'required' => ['ModelName', 'ModelArn', 'CreationTime'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'ModelArn' => ['shape' => 'ModelArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'ModelSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ModelSummary']], 'MonitoringAppSpecification' => ['type' => 'structure', 'required' => ['ImageUri'], 'members' => ['ImageUri' => ['shape' => 'ImageUri'], 'ContainerEntrypoint' => ['shape' => 'ContainerEntrypoint'], 'ContainerArguments' => ['shape' => 'MonitoringContainerArguments'], 'RecordPreprocessorSourceUri' => ['shape' => 'S3Uri'], 'PostAnalyticsProcessorSourceUri' => ['shape' => 'S3Uri']]], 'MonitoringBaselineConfig' => ['type' => 'structure', 'members' => ['ConstraintsResource' => ['shape' => 'MonitoringConstraintsResource'], 'StatisticsResource' => ['shape' => 'MonitoringStatisticsResource']]], 'MonitoringClusterConfig' => ['type' => 'structure', 'required' => ['InstanceCount', 'InstanceType', 'VolumeSizeInGB'], 'members' => ['InstanceCount' => ['shape' => 'ProcessingInstanceCount'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'ProcessingVolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'MonitoringConstraintsResource' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'MonitoringContainerArguments' => ['type' => 'list', 'member' => ['shape' => 'ContainerArgument'], 'max' => 50, 'min' => 1], 'MonitoringEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'ProcessingEnvironmentKey'], 'value' => ['shape' => 'ProcessingEnvironmentValue'], 'max' => 50], 'MonitoringExecutionSortKey' => ['type' => 'string', 'enum' => ['CreationTime', 'ScheduledTime', 'Status']], 'MonitoringExecutionSummary' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'ScheduledTime', 'CreationTime', 'LastModifiedTime', 'MonitoringExecutionStatus'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'ScheduledTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringExecutionStatus' => ['shape' => 'ExecutionStatus'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'EndpointName' => ['shape' => 'EndpointName'], 'FailureReason' => ['shape' => 'FailureReason']]], 'MonitoringExecutionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MonitoringExecutionSummary']], 'MonitoringInput' => ['type' => 'structure', 'required' => ['EndpointInput'], 'members' => ['EndpointInput' => ['shape' => 'EndpointInput']]], 'MonitoringInputs' => ['type' => 'list', 'member' => ['shape' => 'MonitoringInput'], 'max' => 1, 'min' => 1], 'MonitoringJobDefinition' => ['type' => 'structure', 'required' => ['MonitoringInputs', 'MonitoringOutputConfig', 'MonitoringResources', 'MonitoringAppSpecification', 'RoleArn'], 'members' => ['BaselineConfig' => ['shape' => 'MonitoringBaselineConfig'], 'MonitoringInputs' => ['shape' => 'MonitoringInputs'], 'MonitoringOutputConfig' => ['shape' => 'MonitoringOutputConfig'], 'MonitoringResources' => ['shape' => 'MonitoringResources'], 'MonitoringAppSpecification' => ['shape' => 'MonitoringAppSpecification'], 'StoppingCondition' => ['shape' => 'MonitoringStoppingCondition'], 'Environment' => ['shape' => 'MonitoringEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn']]], 'MonitoringMaxRuntimeInSeconds' => ['type' => 'integer', 'max' => 86400, 'min' => 1], 'MonitoringOutput' => ['type' => 'structure', 'required' => ['S3Output'], 'members' => ['S3Output' => ['shape' => 'MonitoringS3Output']]], 'MonitoringOutputConfig' => ['type' => 'structure', 'required' => ['MonitoringOutputs'], 'members' => ['MonitoringOutputs' => ['shape' => 'MonitoringOutputs'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'MonitoringOutputs' => ['type' => 'list', 'member' => ['shape' => 'MonitoringOutput'], 'max' => 1, 'min' => 1], 'MonitoringResources' => ['type' => 'structure', 'required' => ['ClusterConfig'], 'members' => ['ClusterConfig' => ['shape' => 'MonitoringClusterConfig']]], 'MonitoringS3Output' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath'], 'members' => ['S3Uri' => ['shape' => 'MonitoringS3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3UploadMode' => ['shape' => 'ProcessingS3UploadMode']]], 'MonitoringS3Uri' => ['type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'MonitoringScheduleArn' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'MonitoringScheduleConfig' => ['type' => 'structure', 'required' => ['MonitoringJobDefinition'], 'members' => ['ScheduleConfig' => ['shape' => 'ScheduleConfig'], 'MonitoringJobDefinition' => ['shape' => 'MonitoringJobDefinition']]], 'MonitoringScheduleName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'MonitoringScheduleSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'MonitoringScheduleSummary' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleArn', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleStatus'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleStatus' => ['shape' => 'ScheduleStatus'], 'EndpointName' => ['shape' => 'EndpointName']]], 'MonitoringScheduleSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MonitoringScheduleSummary']], 'MonitoringStatisticsResource' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'MonitoringStoppingCondition' => ['type' => 'structure', 'required' => ['MaxRuntimeInSeconds'], 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'MonitoringMaxRuntimeInSeconds']]], 'NameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+'], 'NestedFilters' => ['type' => 'structure', 'required' => ['NestedPropertyName', 'Filters'], 'members' => ['NestedPropertyName' => ['shape' => 'ResourcePropertyName'], 'Filters' => ['shape' => 'FilterList']]], 'NestedFiltersList' => ['type' => 'list', 'member' => ['shape' => 'NestedFilters'], 'max' => 20, 'min' => 1], 'NetworkConfig' => ['type' => 'structure', 'members' => ['EnableNetworkIsolation' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'NetworkInterfaceId' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'NotebookInstanceAcceleratorType' => ['type' => 'string', 'enum' => ['ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge']], 'NotebookInstanceAcceleratorTypes' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceAcceleratorType']], 'NotebookInstanceArn' => ['type' => 'string', 'max' => 256], 'NotebookInstanceLifecycleConfigArn' => ['type' => 'string', 'max' => 256], 'NotebookInstanceLifecycleConfigContent' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'NotebookInstanceLifecycleConfigList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceLifecycleHook'], 'max' => 1], 'NotebookInstanceLifecycleConfigName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'NotebookInstanceLifecycleConfigNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'NotebookInstanceLifecycleConfigSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'LastModifiedTime']], 'NotebookInstanceLifecycleConfigSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'NotebookInstanceLifecycleConfigSummary' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName', 'NotebookInstanceLifecycleConfigArn'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime']]], 'NotebookInstanceLifecycleConfigSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceLifecycleConfigSummary']], 'NotebookInstanceLifecycleHook' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'NotebookInstanceLifecycleConfigContent']]], 'NotebookInstanceName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'NotebookInstanceNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'NotebookInstanceSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'NotebookInstanceSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'NotebookInstanceStatus' => ['type' => 'string', 'enum' => ['Pending', 'InService', 'Stopping', 'Stopped', 'Failed', 'Deleting', 'Updating']], 'NotebookInstanceSummary' => ['type' => 'structure', 'required' => ['NotebookInstanceName', 'NotebookInstanceArn'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn'], 'NotebookInstanceStatus' => ['shape' => 'NotebookInstanceStatus'], 'Url' => ['shape' => 'NotebookInstanceUrl'], 'InstanceType' => ['shape' => 'InstanceType'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls']]], 'NotebookInstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceSummary']], 'NotebookInstanceUrl' => ['type' => 'string'], 'NotebookInstanceVolumeSizeInGB' => ['type' => 'integer', 'max' => 16384, 'min' => 5], 'NotebookOutputOption' => ['type' => 'string', 'enum' => ['Allowed', 'Disabled']], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['NotificationTopicArn' => ['shape' => 'NotificationTopicArn']]], 'NotificationTopicArn' => ['type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*'], 'NumberOfHumanWorkersPerDataObject' => ['type' => 'integer', 'max' => 9, 'min' => 1], 'ObjectiveStatus' => ['type' => 'string', 'enum' => ['Succeeded', 'Pending', 'Failed']], 'ObjectiveStatusCounter' => ['type' => 'integer', 'min' => 0], 'ObjectiveStatusCounters' => ['type' => 'structure', 'members' => ['Succeeded' => ['shape' => 'ObjectiveStatusCounter'], 'Pending' => ['shape' => 'ObjectiveStatusCounter'], 'Failed' => ['shape' => 'ObjectiveStatusCounter']]], 'Operator' => ['type' => 'string', 'enum' => ['Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LessThan', 'LessThanOrEqualTo', 'Contains', 'Exists', 'NotExists']], 'OptionalDouble' => ['type' => 'double'], 'OptionalInteger' => ['type' => 'integer'], 'OptionalVolumeSizeInGB' => ['type' => 'integer', 'min' => 0], 'OrderKey' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'OutputConfig' => ['type' => 'structure', 'required' => ['S3OutputLocation', 'TargetDevice'], 'members' => ['S3OutputLocation' => ['shape' => 'S3Uri'], 'TargetDevice' => ['shape' => 'TargetDevice']]], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'PaginationToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'ParameterKey' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ParameterName' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'ParameterRange' => ['type' => 'structure', 'members' => ['IntegerParameterRangeSpecification' => ['shape' => 'IntegerParameterRangeSpecification'], 'ContinuousParameterRangeSpecification' => ['shape' => 'ContinuousParameterRangeSpecification'], 'CategoricalParameterRangeSpecification' => ['shape' => 'CategoricalParameterRangeSpecification']]], 'ParameterRanges' => ['type' => 'structure', 'members' => ['IntegerParameterRanges' => ['shape' => 'IntegerParameterRanges'], 'ContinuousParameterRanges' => ['shape' => 'ContinuousParameterRanges'], 'CategoricalParameterRanges' => ['shape' => 'CategoricalParameterRanges']]], 'ParameterType' => ['type' => 'string', 'enum' => ['Integer', 'Continuous', 'Categorical', 'FreeText']], 'ParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ParameterValues' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue'], 'max' => 20, 'min' => 1], 'Parent' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'ParentHyperParameterTuningJob' => ['type' => 'structure', 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'ParentHyperParameterTuningJobs' => ['type' => 'list', 'member' => ['shape' => 'ParentHyperParameterTuningJob'], 'max' => 5, 'min' => 1], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'PresignedDomainUrl' => ['type' => 'string'], 'ProblemType' => ['type' => 'string', 'enum' => ['BinaryClassification', 'MulticlassClassification', 'Regression']], 'ProcessingClusterConfig' => ['type' => 'structure', 'required' => ['InstanceCount', 'InstanceType', 'VolumeSizeInGB'], 'members' => ['InstanceCount' => ['shape' => 'ProcessingInstanceCount'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'ProcessingVolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'ProcessingEnvironmentKey' => ['type' => 'string', 'max' => 256, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'ProcessingEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'ProcessingEnvironmentKey'], 'value' => ['shape' => 'ProcessingEnvironmentValue'], 'max' => 100], 'ProcessingEnvironmentValue' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\S\\s]*'], 'ProcessingInput' => ['type' => 'structure', 'required' => ['InputName', 'S3Input'], 'members' => ['InputName' => ['shape' => 'String'], 'S3Input' => ['shape' => 'ProcessingS3Input']]], 'ProcessingInputs' => ['type' => 'list', 'member' => ['shape' => 'ProcessingInput'], 'max' => 10, 'min' => 0], 'ProcessingInstanceCount' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProcessingInstanceType' => ['type' => 'string', 'enum' => ['ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge']], 'ProcessingJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:processing-job/.*'], 'ProcessingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ProcessingJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'ProcessingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProcessingJobSummary']], 'ProcessingJobSummary' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingJobArn', 'CreationTime', 'ProcessingJobStatus'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'ProcessingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'ProcessingJobStatus' => ['shape' => 'ProcessingJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'ExitMessage' => ['shape' => 'ExitMessage']]], 'ProcessingLocalPath' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ProcessingMaxRuntimeInSeconds' => ['type' => 'integer', 'max' => 604800, 'min' => 1], 'ProcessingOutput' => ['type' => 'structure', 'required' => ['OutputName', 'S3Output'], 'members' => ['OutputName' => ['shape' => 'String'], 'S3Output' => ['shape' => 'ProcessingS3Output']]], 'ProcessingOutputConfig' => ['type' => 'structure', 'required' => ['Outputs'], 'members' => ['Outputs' => ['shape' => 'ProcessingOutputs'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ProcessingOutputs' => ['type' => 'list', 'member' => ['shape' => 'ProcessingOutput'], 'max' => 10, 'min' => 0], 'ProcessingResources' => ['type' => 'structure', 'required' => ['ClusterConfig'], 'members' => ['ClusterConfig' => ['shape' => 'ProcessingClusterConfig']]], 'ProcessingS3CompressionType' => ['type' => 'string', 'enum' => ['None', 'Gzip']], 'ProcessingS3DataDistributionType' => ['type' => 'string', 'enum' => ['FullyReplicated', 'ShardedByS3Key']], 'ProcessingS3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix']], 'ProcessingS3Input' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath', 'S3DataType', 'S3InputMode'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3DataType' => ['shape' => 'ProcessingS3DataType'], 'S3InputMode' => ['shape' => 'ProcessingS3InputMode'], 'S3DataDistributionType' => ['shape' => 'ProcessingS3DataDistributionType'], 'S3CompressionType' => ['shape' => 'ProcessingS3CompressionType']]], 'ProcessingS3InputMode' => ['type' => 'string', 'enum' => ['Pipe', 'File']], 'ProcessingS3Output' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath', 'S3UploadMode'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3UploadMode' => ['shape' => 'ProcessingS3UploadMode']]], 'ProcessingS3UploadMode' => ['type' => 'string', 'enum' => ['Continuous', 'EndOfJob']], 'ProcessingStoppingCondition' => ['type' => 'structure', 'required' => ['MaxRuntimeInSeconds'], 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'ProcessingMaxRuntimeInSeconds']]], 'ProcessingVolumeSizeInGB' => ['type' => 'integer', 'max' => 16384, 'min' => 1], 'ProductId' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ProductListings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ProductionVariant' => ['type' => 'structure', 'required' => ['VariantName', 'ModelName', 'InitialInstanceCount', 'InstanceType'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'ModelName' => ['shape' => 'ModelName'], 'InitialInstanceCount' => ['shape' => 'TaskCount'], 'InstanceType' => ['shape' => 'ProductionVariantInstanceType'], 'InitialVariantWeight' => ['shape' => 'VariantWeight'], 'AcceleratorType' => ['shape' => 'ProductionVariantAcceleratorType']]], 'ProductionVariantAcceleratorType' => ['type' => 'string', 'enum' => ['ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge']], 'ProductionVariantInstanceType' => ['type' => 'string', 'enum' => ['ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.12xlarge', 'ml.m5d.24xlarge', 'ml.c4.large', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.large', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.12xlarge', 'ml.r5.24xlarge', 'ml.r5d.large', 'ml.r5d.xlarge', 'ml.r5d.2xlarge', 'ml.r5d.4xlarge', 'ml.r5d.12xlarge', 'ml.r5d.24xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge']], 'ProductionVariantList' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariant'], 'max' => 10, 'min' => 1], 'ProductionVariantSummary' => ['type' => 'structure', 'required' => ['VariantName'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'DeployedImages' => ['shape' => 'DeployedImages'], 'CurrentWeight' => ['shape' => 'VariantWeight'], 'DesiredWeight' => ['shape' => 'VariantWeight'], 'CurrentInstanceCount' => ['shape' => 'TaskCount'], 'DesiredInstanceCount' => ['shape' => 'TaskCount']]], 'ProductionVariantSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariantSummary'], 'min' => 1], 'PropertyNameHint' => ['type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '.*'], 'PropertyNameQuery' => ['type' => 'structure', 'required' => ['PropertyNameHint'], 'members' => ['PropertyNameHint' => ['shape' => 'PropertyNameHint']]], 'PropertyNameSuggestion' => ['type' => 'structure', 'members' => ['PropertyName' => ['shape' => 'ResourcePropertyName']]], 'PropertyNameSuggestionList' => ['type' => 'list', 'member' => ['shape' => 'PropertyNameSuggestion']], 'PublicWorkforceTaskPrice' => ['type' => 'structure', 'members' => ['AmountInUsd' => ['shape' => 'USD']]], 'RealtimeInferenceInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariantInstanceType']], 'RecordWrapper' => ['type' => 'string', 'enum' => ['None', 'RecordIO']], 'RenderUiTemplateRequest' => ['type' => 'structure', 'required' => ['UiTemplate', 'Task', 'RoleArn'], 'members' => ['UiTemplate' => ['shape' => 'UiTemplate'], 'Task' => ['shape' => 'RenderableTask'], 'RoleArn' => ['shape' => 'RoleArn']]], 'RenderUiTemplateResponse' => ['type' => 'structure', 'required' => ['RenderedContent', 'Errors'], 'members' => ['RenderedContent' => ['shape' => 'String'], 'Errors' => ['shape' => 'RenderingErrorList']]], 'RenderableTask' => ['type' => 'structure', 'required' => ['Input'], 'members' => ['Input' => ['shape' => 'TaskInput']]], 'RenderingError' => ['type' => 'structure', 'required' => ['Code', 'Message'], 'members' => ['Code' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'RenderingErrorList' => ['type' => 'list', 'member' => ['shape' => 'RenderingError']], 'ResolvedAttributes' => ['type' => 'structure', 'members' => ['AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'ProblemType' => ['shape' => 'ProblemType'], 'CompletionCriteria' => ['shape' => 'AutoMLJobCompletionCriteria']]], 'ResourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:.*'], 'ResourceConfig' => ['type' => 'structure', 'required' => ['InstanceType', 'InstanceCount', 'VolumeSizeInGB'], 'members' => ['InstanceType' => ['shape' => 'TrainingInstanceType'], 'InstanceCount' => ['shape' => 'TrainingInstanceCount'], 'VolumeSizeInGB' => ['shape' => 'VolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'ResourceId' => ['type' => 'string', 'max' => 32], 'ResourceInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourceLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourceLimits' => ['type' => 'structure', 'required' => ['MaxNumberOfTrainingJobs', 'MaxParallelTrainingJobs'], 'members' => ['MaxNumberOfTrainingJobs' => ['shape' => 'MaxNumberOfTrainingJobs'], 'MaxParallelTrainingJobs' => ['shape' => 'MaxParallelTrainingJobs']]], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourcePropertyName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'ResourceSpec' => ['type' => 'structure', 'members' => ['EnvironmentArn' => ['shape' => 'EnvironmentArn'], 'InstanceType' => ['shape' => 'AppInstanceType']]], 'ResourceType' => ['type' => 'string', 'enum' => ['TrainingJob', 'Experiment', 'ExperimentTrial', 'ExperimentTrialComponent']], 'ResponseMIMEType' => ['type' => 'string', 'max' => 1024, 'pattern' => '^[-\\w]+\\/.+$'], 'ResponseMIMETypes' => ['type' => 'list', 'member' => ['shape' => 'ResponseMIMEType']], 'RetentionPolicy' => ['type' => 'structure', 'members' => ['HomeEfsFileSystem' => ['shape' => 'RetentionType']]], 'RetentionType' => ['type' => 'string', 'enum' => ['Retain', 'Delete']], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$'], 'RootAccess' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'RuleConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'RuleEvaluationStatus' => ['type' => 'string', 'enum' => ['InProgress', 'NoIssuesFound', 'IssuesFound', 'Error', 'Stopping', 'Stopped']], 'RuleParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'S3DataDistribution' => ['type' => 'string', 'enum' => ['FullyReplicated', 'ShardedByS3Key']], 'S3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'S3DataType'], 'S3Uri' => ['shape' => 'S3Uri'], 'S3DataDistributionType' => ['shape' => 'S3DataDistribution'], 'AttributeNames' => ['shape' => 'AttributeNames']]], 'S3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix', 'AugmentedManifestFile']], 'S3Uri' => ['type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'SamplingPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ScheduleConfig' => ['type' => 'structure', 'required' => ['ScheduleExpression'], 'members' => ['ScheduleExpression' => ['shape' => 'ScheduleExpression']]], 'ScheduleExpression' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ScheduleStatus' => ['type' => 'string', 'enum' => ['Pending', 'Failed', 'Scheduled', 'Stopped']], 'SearchExpression' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'NestedFilters' => ['shape' => 'NestedFiltersList'], 'SubExpressions' => ['shape' => 'SearchExpressionList'], 'Operator' => ['shape' => 'BooleanOperator']]], 'SearchExpressionList' => ['type' => 'list', 'member' => ['shape' => 'SearchExpression'], 'max' => 20, 'min' => 1], 'SearchRecord' => ['type' => 'structure', 'members' => ['TrainingJob' => ['shape' => 'TrainingJob'], 'Experiment' => ['shape' => 'Experiment'], 'Trial' => ['shape' => 'Trial'], 'TrialComponent' => ['shape' => 'TrialComponent']]], 'SearchRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceType'], 'SearchExpression' => ['shape' => 'SearchExpression'], 'SortBy' => ['shape' => 'ResourcePropertyName'], 'SortOrder' => ['shape' => 'SearchSortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'SearchResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'SearchResultsList'], 'NextToken' => ['shape' => 'NextToken']]], 'SearchResultsList' => ['type' => 'list', 'member' => ['shape' => 'SearchRecord']], 'SearchSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'SecondaryStatus' => ['type' => 'string', 'enum' => ['Starting', 'LaunchingMLInstances', 'PreparingTrainingStack', 'Downloading', 'DownloadingTrainingImage', 'Training', 'Uploading', 'Stopping', 'Stopped', 'MaxRuntimeExceeded', 'Completed', 'Failed', 'Interrupted', 'MaxWaitTimeExceeded']], 'SecondaryStatusTransition' => ['type' => 'structure', 'required' => ['Status', 'StartTime'], 'members' => ['Status' => ['shape' => 'SecondaryStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'StatusMessage' => ['shape' => 'StatusMessage']]], 'SecondaryStatusTransitions' => ['type' => 'list', 'member' => ['shape' => 'SecondaryStatusTransition']], 'SecretArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:secretsmanager:[a-z0-9\\-]*:[0-9]{12}:secret:.*'], 'SecurityGroupId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'Seed' => ['type' => 'long'], 'SessionExpirationDurationInSeconds' => ['type' => 'integer', 'max' => 43200, 'min' => 1800], 'SharingSettings' => ['type' => 'structure', 'members' => ['NotebookOutputOption' => ['shape' => 'NotebookOutputOption'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'S3KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ShuffleConfig' => ['type' => 'structure', 'required' => ['Seed'], 'members' => ['Seed' => ['shape' => 'Seed']]], 'SingleSignOnUserIdentifier' => ['type' => 'string', 'pattern' => 'UserName'], 'SortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'SortExperimentsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'SortTrialComponentsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SortTrialsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SourceAlgorithm' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['ModelDataUrl' => ['shape' => 'Url'], 'AlgorithmName' => ['shape' => 'ArnOrName']]], 'SourceAlgorithmList' => ['type' => 'list', 'member' => ['shape' => 'SourceAlgorithm'], 'max' => 1, 'min' => 1], 'SourceAlgorithmSpecification' => ['type' => 'structure', 'required' => ['SourceAlgorithms'], 'members' => ['SourceAlgorithms' => ['shape' => 'SourceAlgorithmList']]], 'SourceIpConfig' => ['type' => 'structure', 'required' => ['Cidrs'], 'members' => ['Cidrs' => ['shape' => 'Cidrs']]], 'SourceType' => ['type' => 'string', 'max' => 128], 'SplitType' => ['type' => 'string', 'enum' => ['None', 'Line', 'RecordIO', 'TFRecord']], 'StartMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'StartNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'StatusDetails' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'StatusMessage' => ['type' => 'string'], 'StopAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName']]], 'StopCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName']]], 'StopHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'StopLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName']]], 'StopMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'StopNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'StopProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName']]], 'StopTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName']]], 'StopTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName']]], 'StoppingCondition' => ['type' => 'structure', 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'MaxRuntimeInSeconds'], 'MaxWaitTimeInSeconds' => ['shape' => 'MaxWaitTimeInSeconds']]], 'String' => ['type' => 'string'], 'String1024' => ['type' => 'string', 'max' => 1024], 'String200' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '.+'], 'String256' => ['type' => 'string', 'max' => 256], 'StringParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'SubnetId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16, 'min' => 1], 'SubscribedWorkteam' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'MarketplaceTitle' => ['shape' => 'String200'], 'SellerName' => ['shape' => 'String'], 'MarketplaceDescription' => ['shape' => 'String200'], 'ListingId' => ['shape' => 'String']]], 'SubscribedWorkteams' => ['type' => 'list', 'member' => ['shape' => 'SubscribedWorkteam']], 'Success' => ['type' => 'boolean'], 'SuggestionQuery' => ['type' => 'structure', 'members' => ['PropertyNameQuery' => ['shape' => 'PropertyNameQuery']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TargetAttributeName' => ['type' => 'string', 'min' => 1], 'TargetDevice' => ['type' => 'string', 'enum' => ['lambda', 'ml_m4', 'ml_m5', 'ml_c4', 'ml_c5', 'ml_p2', 'ml_p3', 'ml_inf1', 'jetson_tx1', 'jetson_tx2', 'jetson_nano', 'jetson_xavier', 'rasp3b', 'imx8qm', 'deeplens', 'rk3399', 'rk3288', 'aisage', 'sbe_c', 'qcs605', 'qcs603', 'amba_cv22']], 'TargetObjectiveMetricValue' => ['type' => 'float'], 'TaskAvailabilityLifetimeInSeconds' => ['type' => 'integer', 'max' => 864000, 'min' => 60], 'TaskCount' => ['type' => 'integer', 'min' => 1], 'TaskDescription' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'TaskInput' => ['type' => 'string', 'max' => 128000, 'min' => 2, 'pattern' => '[\\S\\s]+'], 'TaskKeyword' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$'], 'TaskKeywords' => ['type' => 'list', 'member' => ['shape' => 'TaskKeyword'], 'max' => 5, 'min' => 1], 'TaskTimeLimitInSeconds' => ['type' => 'integer', 'max' => 28800, 'min' => 30], 'TaskTitle' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$'], 'TemplateContent' => ['type' => 'string', 'max' => 128000, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'TemplateContentSha256' => ['type' => 'string', 'max' => 128000, 'min' => 1], 'TemplateUrl' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'TensorBoardAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'TensorBoardOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'TenthFractionsOfACent' => ['type' => 'integer', 'max' => 9, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TrainingInputMode' => ['type' => 'string', 'enum' => ['Pipe', 'File']], 'TrainingInstanceCount' => ['type' => 'integer', 'min' => 1], 'TrainingInstanceType' => ['type' => 'string', 'enum' => ['ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge']], 'TrainingInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'TrainingInstanceType']], 'TrainingJob' => ['type' => 'structure', 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'SecondaryStatus' => ['shape' => 'SecondaryStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'SecondaryStatusTransitions' => ['shape' => 'SecondaryStatusTransitions'], 'FinalMetricDataList' => ['shape' => 'FinalMetricDataList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'TrainingTimeInSeconds' => ['shape' => 'TrainingTimeInSeconds'], 'BillableTimeInSeconds' => ['shape' => 'BillableTimeInSeconds'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'DebugRuleEvaluationStatuses' => ['shape' => 'DebugRuleEvaluationStatuses'], 'Tags' => ['shape' => 'TagList']]], 'TrainingJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*'], 'TrainingJobDefinition' => ['type' => 'structure', 'required' => ['TrainingInputMode', 'InputDataConfig', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition']]], 'TrainingJobEarlyStoppingType' => ['type' => 'string', 'enum' => ['Off', 'Auto']], 'TrainingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'TrainingJobSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status', 'FinalObjectiveMetricValue']], 'TrainingJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'TrainingJobStatusCounter' => ['type' => 'integer', 'min' => 0], 'TrainingJobStatusCounters' => ['type' => 'structure', 'members' => ['Completed' => ['shape' => 'TrainingJobStatusCounter'], 'InProgress' => ['shape' => 'TrainingJobStatusCounter'], 'RetryableError' => ['shape' => 'TrainingJobStatusCounter'], 'NonRetryableError' => ['shape' => 'TrainingJobStatusCounter'], 'Stopped' => ['shape' => 'TrainingJobStatusCounter']]], 'TrainingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrainingJobSummary']], 'TrainingJobSummary' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus']]], 'TrainingSpecification' => ['type' => 'structure', 'required' => ['TrainingImage', 'SupportedTrainingInstanceTypes', 'TrainingChannels'], 'members' => ['TrainingImage' => ['shape' => 'Image'], 'TrainingImageDigest' => ['shape' => 'ImageDigest'], 'SupportedHyperParameters' => ['shape' => 'HyperParameterSpecifications'], 'SupportedTrainingInstanceTypes' => ['shape' => 'TrainingInstanceTypes'], 'SupportsDistributedTraining' => ['shape' => 'Boolean'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList'], 'TrainingChannels' => ['shape' => 'ChannelSpecifications'], 'SupportedTuningJobObjectiveMetrics' => ['shape' => 'HyperParameterTuningJobObjectives']]], 'TrainingTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'TransformDataSource' => ['type' => 'structure', 'required' => ['S3DataSource'], 'members' => ['S3DataSource' => ['shape' => 'TransformS3DataSource']]], 'TransformEnvironmentKey' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'TransformEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'TransformEnvironmentKey'], 'value' => ['shape' => 'TransformEnvironmentValue'], 'max' => 16], 'TransformEnvironmentValue' => ['type' => 'string', 'max' => 10240, 'pattern' => '[\\S\\s]*'], 'TransformInput' => ['type' => 'structure', 'required' => ['DataSource'], 'members' => ['DataSource' => ['shape' => 'TransformDataSource'], 'ContentType' => ['shape' => 'ContentType'], 'CompressionType' => ['shape' => 'CompressionType'], 'SplitType' => ['shape' => 'SplitType']]], 'TransformInstanceCount' => ['type' => 'integer', 'min' => 1], 'TransformInstanceType' => ['type' => 'string', 'enum' => ['ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge']], 'TransformInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'TransformInstanceType'], 'min' => 1], 'TransformJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/.*'], 'TransformJobDefinition' => ['type' => 'structure', 'required' => ['TransformInput', 'TransformOutput', 'TransformResources'], 'members' => ['MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources']]], 'TransformJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'TransformJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'TransformJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TransformJobSummary']], 'TransformJobSummary' => ['type' => 'structure', 'required' => ['TransformJobName', 'TransformJobArn', 'CreationTime', 'TransformJobStatus'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'TransformJobArn' => ['shape' => 'TransformJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TransformEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TransformJobStatus' => ['shape' => 'TransformJobStatus'], 'FailureReason' => ['shape' => 'FailureReason']]], 'TransformOutput' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'Accept' => ['shape' => 'Accept'], 'AssembleWith' => ['shape' => 'AssemblyType'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'TransformResources' => ['type' => 'structure', 'required' => ['InstanceType', 'InstanceCount'], 'members' => ['InstanceType' => ['shape' => 'TransformInstanceType'], 'InstanceCount' => ['shape' => 'TransformInstanceCount'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'TransformS3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'S3DataType'], 'S3Uri' => ['shape' => 'S3Uri']]], 'Trial' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialArn' => ['shape' => 'TrialArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Tags' => ['shape' => 'TagList'], 'TrialComponentSummaries' => ['shape' => 'TrialComponentSimpleSummaries']]], 'TrialArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial/.*'], 'TrialComponent' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'Source' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Metrics' => ['shape' => 'TrialComponentMetricSummaries'], 'SourceDetail' => ['shape' => 'TrialComponentSourceDetail'], 'Tags' => ['shape' => 'TagList'], 'Parents' => ['shape' => 'Parents']]], 'TrialComponentArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial-component/.*'], 'TrialComponentArtifact' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['MediaType' => ['shape' => 'MediaType'], 'Value' => ['shape' => 'TrialComponentArtifactValue']]], 'TrialComponentArtifactValue' => ['type' => 'string', 'max' => 2048, 'pattern' => '.*'], 'TrialComponentArtifacts' => ['type' => 'map', 'key' => ['shape' => 'TrialComponentKey64'], 'value' => ['shape' => 'TrialComponentArtifact'], 'max' => 30], 'TrialComponentKey256' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'TrialComponentKey64' => ['type' => 'string', 'max' => 64, 'pattern' => '.*'], 'TrialComponentMetricSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentMetricSummary']], 'TrialComponentMetricSummary' => ['type' => 'structure', 'members' => ['MetricName' => ['shape' => 'MetricName'], 'SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'TimeStamp' => ['shape' => 'Timestamp'], 'Max' => ['shape' => 'OptionalDouble'], 'Min' => ['shape' => 'OptionalDouble'], 'Last' => ['shape' => 'OptionalDouble'], 'Count' => ['shape' => 'OptionalInteger'], 'Avg' => ['shape' => 'OptionalDouble'], 'StdDev' => ['shape' => 'OptionalDouble']]], 'TrialComponentParameterValue' => ['type' => 'structure', 'members' => ['StringValue' => ['shape' => 'StringParameterValue'], 'NumberValue' => ['shape' => 'DoubleParameterValue']]], 'TrialComponentParameters' => ['type' => 'map', 'key' => ['shape' => 'TrialComponentKey256'], 'value' => ['shape' => 'TrialComponentParameterValue'], 'max' => 150], 'TrialComponentPrimaryStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed']], 'TrialComponentSimpleSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentSimpleSummary']], 'TrialComponentSimpleSummary' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialComponentSource' => ['shape' => 'TrialComponentSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext']]], 'TrialComponentSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'TrialComponentSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'TrialComponentSourceDetail' => ['type' => 'structure', 'members' => ['SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'TrainingJob' => ['shape' => 'TrainingJob']]], 'TrialComponentStatus' => ['type' => 'structure', 'members' => ['PrimaryStatus' => ['shape' => 'TrialComponentPrimaryStatus'], 'Message' => ['shape' => 'TrialComponentStatusMessage']]], 'TrialComponentStatusMessage' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'TrialComponentSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentSummary']], 'TrialComponentSummary' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentSource' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'TrialSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'TrialSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'TrialSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'TrialSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialSummary']], 'TrialSummary' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialSource' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'TuningJobCompletionCriteria' => ['type' => 'structure', 'required' => ['TargetObjectiveMetricValue'], 'members' => ['TargetObjectiveMetricValue' => ['shape' => 'TargetObjectiveMetricValue']]], 'USD' => ['type' => 'structure', 'members' => ['Dollars' => ['shape' => 'Dollars'], 'Cents' => ['shape' => 'Cents'], 'TenthFractionsOfACent' => ['shape' => 'TenthFractionsOfACent']]], 'UiConfig' => ['type' => 'structure', 'required' => ['UiTemplateS3Uri'], 'members' => ['UiTemplateS3Uri' => ['shape' => 'S3Uri']]], 'UiTemplate' => ['type' => 'structure', 'required' => ['Content'], 'members' => ['Content' => ['shape' => 'TemplateContent']]], 'UiTemplateInfo' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'TemplateUrl'], 'ContentSha256' => ['shape' => 'TemplateContentSha256']]], 'UpdateCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'GitConfig' => ['shape' => 'GitConfigForUpdate']]], 'UpdateCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryArn'], 'members' => ['CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn']]], 'UpdateDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'DefaultUserSettings' => ['shape' => 'UserSettings']]], 'UpdateDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn']]], 'UpdateEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointConfigName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'RetainAllVariantProperties' => ['shape' => 'Boolean'], 'ExcludeRetainedVariantProperties' => ['shape' => 'VariantPropertyList']]], 'UpdateEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'UpdateEndpointWeightsAndCapacitiesInput' => ['type' => 'structure', 'required' => ['EndpointName', 'DesiredWeightsAndCapacities'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'DesiredWeightsAndCapacities' => ['shape' => 'DesiredWeightAndCapacityList']]], 'UpdateEndpointWeightsAndCapacitiesOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'UpdateExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Description' => ['shape' => 'ExperimentDescription']]], 'UpdateExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'UpdateMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig']]], 'UpdateMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn']]], 'UpdateNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'InstanceType' => ['shape' => 'InstanceType'], 'RoleArn' => ['shape' => 'RoleArn'], 'LifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DisassociateLifecycleConfig' => ['shape' => 'DisassociateNotebookInstanceLifecycleConfig'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DisassociateAcceleratorTypes' => ['shape' => 'DisassociateNotebookInstanceAcceleratorTypes'], 'DisassociateDefaultCodeRepository' => ['shape' => 'DisassociateDefaultCodeRepository'], 'DisassociateAdditionalCodeRepositories' => ['shape' => 'DisassociateAdditionalCodeRepositories'], 'RootAccess' => ['shape' => 'RootAccess']]], 'UpdateNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList']]], 'UpdateNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => []], 'UpdateNotebookInstanceOutput' => ['type' => 'structure', 'members' => []], 'UpdateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'ParametersToRemove' => ['shape' => 'ListTrialComponentKey256'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'InputArtifactsToRemove' => ['shape' => 'ListTrialComponentKey256'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifactsToRemove' => ['shape' => 'ListTrialComponentKey256']]], 'UpdateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'UpdateTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName']]], 'UpdateTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'UpdateUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'UserSettings' => ['shape' => 'UserSettings']]], 'UpdateUserProfileResponse' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'UserProfileArn']]], 'UpdateWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName'], 'SourceIpConfig' => ['shape' => 'SourceIpConfig']]], 'UpdateWorkforceResponse' => ['type' => 'structure', 'required' => ['Workforce'], 'members' => ['Workforce' => ['shape' => 'Workforce']]], 'UpdateWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'Description' => ['shape' => 'String200'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'UpdateWorkteamResponse' => ['type' => 'structure', 'required' => ['Workteam'], 'members' => ['Workteam' => ['shape' => 'Workteam']]], 'Url' => ['type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'UserContext' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'String'], 'UserProfileName' => ['shape' => 'String'], 'DomainId' => ['shape' => 'String']]], 'UserProfileArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:user-profile/.*'], 'UserProfileDetails' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'Status' => ['shape' => 'UserProfileStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime']]], 'UserProfileList' => ['type' => 'list', 'member' => ['shape' => 'UserProfileDetails']], 'UserProfileName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'UserProfileSortKey' => ['type' => 'string', 'enum' => ['CreationTime', 'LastModifiedTime']], 'UserProfileStatus' => ['type' => 'string', 'enum' => ['Deleting', 'Failed', 'InService', 'Pending']], 'UserSettings' => ['type' => 'structure', 'members' => ['ExecutionRole' => ['shape' => 'RoleArn'], 'SecurityGroups' => ['shape' => 'SecurityGroupIds'], 'SharingSettings' => ['shape' => 'SharingSettings'], 'JupyterServerAppSettings' => ['shape' => 'JupyterServerAppSettings'], 'KernelGatewayAppSettings' => ['shape' => 'KernelGatewayAppSettings'], 'TensorBoardAppSettings' => ['shape' => 'TensorBoardAppSettings']]], 'VariantName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'VariantProperty' => ['type' => 'structure', 'required' => ['VariantPropertyType'], 'members' => ['VariantPropertyType' => ['shape' => 'VariantPropertyType']]], 'VariantPropertyList' => ['type' => 'list', 'member' => ['shape' => 'VariantProperty'], 'max' => 3, 'min' => 0], 'VariantPropertyType' => ['type' => 'string', 'enum' => ['DesiredInstanceCount', 'DesiredWeight', 'DataCaptureConfig']], 'VariantWeight' => ['type' => 'float', 'min' => 0], 'VolumeSizeInGB' => ['type' => 'integer', 'min' => 1], 'VpcConfig' => ['type' => 'structure', 'required' => ['SecurityGroupIds', 'Subnets'], 'members' => ['SecurityGroupIds' => ['shape' => 'VpcSecurityGroupIds'], 'Subnets' => ['shape' => 'Subnets']]], 'VpcId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'VpcSecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5, 'min' => 1], 'Workforce' => ['type' => 'structure', 'required' => ['WorkforceName', 'WorkforceArn'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName'], 'WorkforceArn' => ['shape' => 'WorkforceArn'], 'LastUpdatedDate' => ['shape' => 'Timestamp'], 'SourceIpConfig' => ['shape' => 'SourceIpConfig']]], 'WorkforceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workforce/.*'], 'WorkforceName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([a-zA-Z0-9\\-])*$'], 'Workteam' => ['type' => 'structure', 'required' => ['WorkteamName', 'MemberDefinitions', 'WorkteamArn', 'Description'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'WorkteamArn' => ['shape' => 'WorkteamArn'], 'ProductListingIds' => ['shape' => 'ProductListings'], 'Description' => ['shape' => 'String200'], 'SubDomain' => ['shape' => 'String'], 'CreateDate' => ['shape' => 'Timestamp'], 'LastUpdatedDate' => ['shape' => 'Timestamp'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'WorkteamArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workteam/.*'], 'WorkteamName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'Workteams' => ['type' => 'list', 'member' => ['shape' => 'Workteam']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-07-24', 'endpointPrefix' => 'api.sagemaker', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'SageMaker', 'serviceFullName' => 'Amazon SageMaker Service', 'serviceId' => 'SageMaker', 'signatureVersion' => 'v4', 'signingName' => 'sagemaker', 'targetPrefix' => 'SageMaker', 'uid' => 'sagemaker-2017-07-24'], 'operations' => ['AddTags' => ['name' => 'AddTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsInput'], 'output' => ['shape' => 'AddTagsOutput']], 'AssociateTrialComponent' => ['name' => 'AssociateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTrialComponentRequest'], 'output' => ['shape' => 'AssociateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'ResourceLimitExceeded']]], 'CreateAlgorithm' => ['name' => 'CreateAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAlgorithmInput'], 'output' => ['shape' => 'CreateAlgorithmOutput']], 'CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateAutoMLJob' => ['name' => 'CreateAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAutoMLJobRequest'], 'output' => ['shape' => 'CreateAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateCodeRepository' => ['name' => 'CreateCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCodeRepositoryInput'], 'output' => ['shape' => 'CreateCodeRepositoryOutput']], 'CreateCompilationJob' => ['name' => 'CreateCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCompilationJobRequest'], 'output' => ['shape' => 'CreateCompilationJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateDomain' => ['name' => 'CreateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDomainRequest'], 'output' => ['shape' => 'CreateDomainResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateEndpoint' => ['name' => 'CreateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointInput'], 'output' => ['shape' => 'CreateEndpointOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateEndpointConfig' => ['name' => 'CreateEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateEndpointConfigInput'], 'output' => ['shape' => 'CreateEndpointConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateExperiment' => ['name' => 'CreateExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateExperimentRequest'], 'output' => ['shape' => 'CreateExperimentResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateFlowDefinition' => ['name' => 'CreateFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateFlowDefinitionRequest'], 'output' => ['shape' => 'CreateFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateHumanTaskUi' => ['name' => 'CreateHumanTaskUi', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHumanTaskUiRequest'], 'output' => ['shape' => 'CreateHumanTaskUiResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateHyperParameterTuningJob' => ['name' => 'CreateHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHyperParameterTuningJobRequest'], 'output' => ['shape' => 'CreateHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateLabelingJob' => ['name' => 'CreateLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLabelingJobRequest'], 'output' => ['shape' => 'CreateLabelingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'CreateModel' => ['name' => 'CreateModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelInput'], 'output' => ['shape' => 'CreateModelOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateModelPackage' => ['name' => 'CreateModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateModelPackageInput'], 'output' => ['shape' => 'CreateModelPackageOutput']], 'CreateMonitoringSchedule' => ['name' => 'CreateMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMonitoringScheduleRequest'], 'output' => ['shape' => 'CreateMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateNotebookInstance' => ['name' => 'CreateNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNotebookInstanceInput'], 'output' => ['shape' => 'CreateNotebookInstanceOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateNotebookInstanceLifecycleConfig' => ['name' => 'CreateNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'CreateNotebookInstanceLifecycleConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreatePresignedDomainUrl' => ['name' => 'CreatePresignedDomainUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePresignedDomainUrlRequest'], 'output' => ['shape' => 'CreatePresignedDomainUrlResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'CreatePresignedNotebookInstanceUrl' => ['name' => 'CreatePresignedNotebookInstanceUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePresignedNotebookInstanceUrlInput'], 'output' => ['shape' => 'CreatePresignedNotebookInstanceUrlOutput']], 'CreateProcessingJob' => ['name' => 'CreateProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProcessingJobRequest'], 'output' => ['shape' => 'CreateProcessingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTrainingJob' => ['name' => 'CreateTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrainingJobRequest'], 'output' => ['shape' => 'CreateTrainingJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTransformJob' => ['name' => 'CreateTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTransformJobRequest'], 'output' => ['shape' => 'CreateTransformJobResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'CreateTrial' => ['name' => 'CreateTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrialRequest'], 'output' => ['shape' => 'CreateTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound'], ['shape' => 'ResourceLimitExceeded']]], 'CreateTrialComponent' => ['name' => 'CreateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTrialComponentRequest'], 'output' => ['shape' => 'CreateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'CreateUserProfile' => ['name' => 'CreateUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserProfileRequest'], 'output' => ['shape' => 'CreateUserProfileResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse']]], 'CreateWorkforce' => ['name' => 'CreateWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkforceRequest'], 'output' => ['shape' => 'CreateWorkforceResponse']], 'CreateWorkteam' => ['name' => 'CreateWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkteamRequest'], 'output' => ['shape' => 'CreateWorkteamResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded']]], 'DeleteAlgorithm' => ['name' => 'DeleteAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAlgorithmInput']], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteCodeRepository' => ['name' => 'DeleteCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteCodeRepositoryInput']], 'DeleteDomain' => ['name' => 'DeleteDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDomainRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteEndpoint' => ['name' => 'DeleteEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointInput']], 'DeleteEndpointConfig' => ['name' => 'DeleteEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteEndpointConfigInput']], 'DeleteExperiment' => ['name' => 'DeleteExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteExperimentRequest'], 'output' => ['shape' => 'DeleteExperimentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteFlowDefinition' => ['name' => 'DeleteFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFlowDefinitionRequest'], 'output' => ['shape' => 'DeleteFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteHumanTaskUi' => ['name' => 'DeleteHumanTaskUi', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteHumanTaskUiRequest'], 'output' => ['shape' => 'DeleteHumanTaskUiResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteModel' => ['name' => 'DeleteModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteModelInput']], 'DeleteModelPackage' => ['name' => 'DeleteModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteModelPackageInput']], 'DeleteMonitoringSchedule' => ['name' => 'DeleteMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteNotebookInstance' => ['name' => 'DeleteNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotebookInstanceInput']], 'DeleteNotebookInstanceLifecycleConfig' => ['name' => 'DeleteNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNotebookInstanceLifecycleConfigInput']], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsInput'], 'output' => ['shape' => 'DeleteTagsOutput']], 'DeleteTrial' => ['name' => 'DeleteTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrialRequest'], 'output' => ['shape' => 'DeleteTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteTrialComponent' => ['name' => 'DeleteTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTrialComponentRequest'], 'output' => ['shape' => 'DeleteTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DeleteUserProfile' => ['name' => 'DeleteUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserProfileRequest'], 'errors' => [['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'DeleteWorkforce' => ['name' => 'DeleteWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkforceRequest'], 'output' => ['shape' => 'DeleteWorkforceResponse']], 'DeleteWorkteam' => ['name' => 'DeleteWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkteamRequest'], 'output' => ['shape' => 'DeleteWorkteamResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'DescribeAlgorithm' => ['name' => 'DescribeAlgorithm', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAlgorithmInput'], 'output' => ['shape' => 'DescribeAlgorithmOutput']], 'DescribeApp' => ['name' => 'DescribeApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAppRequest'], 'output' => ['shape' => 'DescribeAppResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeAutoMLJob' => ['name' => 'DescribeAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutoMLJobRequest'], 'output' => ['shape' => 'DescribeAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeCodeRepository' => ['name' => 'DescribeCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCodeRepositoryInput'], 'output' => ['shape' => 'DescribeCodeRepositoryOutput']], 'DescribeCompilationJob' => ['name' => 'DescribeCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCompilationJobRequest'], 'output' => ['shape' => 'DescribeCompilationJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeDomain' => ['name' => 'DescribeDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDomainRequest'], 'output' => ['shape' => 'DescribeDomainResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeEndpoint' => ['name' => 'DescribeEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointInput'], 'output' => ['shape' => 'DescribeEndpointOutput']], 'DescribeEndpointConfig' => ['name' => 'DescribeEndpointConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEndpointConfigInput'], 'output' => ['shape' => 'DescribeEndpointConfigOutput']], 'DescribeExperiment' => ['name' => 'DescribeExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeExperimentRequest'], 'output' => ['shape' => 'DescribeExperimentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeFlowDefinition' => ['name' => 'DescribeFlowDefinition', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeFlowDefinitionRequest'], 'output' => ['shape' => 'DescribeFlowDefinitionResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeHumanTaskUi' => ['name' => 'DescribeHumanTaskUi', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHumanTaskUiRequest'], 'output' => ['shape' => 'DescribeHumanTaskUiResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeHyperParameterTuningJob' => ['name' => 'DescribeHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeHyperParameterTuningJobRequest'], 'output' => ['shape' => 'DescribeHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeLabelingJob' => ['name' => 'DescribeLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLabelingJobRequest'], 'output' => ['shape' => 'DescribeLabelingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeModel' => ['name' => 'DescribeModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelInput'], 'output' => ['shape' => 'DescribeModelOutput']], 'DescribeModelPackage' => ['name' => 'DescribeModelPackage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeModelPackageInput'], 'output' => ['shape' => 'DescribeModelPackageOutput']], 'DescribeMonitoringSchedule' => ['name' => 'DescribeMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMonitoringScheduleRequest'], 'output' => ['shape' => 'DescribeMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeNotebookInstance' => ['name' => 'DescribeNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotebookInstanceInput'], 'output' => ['shape' => 'DescribeNotebookInstanceOutput']], 'DescribeNotebookInstanceLifecycleConfig' => ['name' => 'DescribeNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'DescribeNotebookInstanceLifecycleConfigOutput']], 'DescribeProcessingJob' => ['name' => 'DescribeProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProcessingJobRequest'], 'output' => ['shape' => 'DescribeProcessingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeSubscribedWorkteam' => ['name' => 'DescribeSubscribedWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscribedWorkteamRequest'], 'output' => ['shape' => 'DescribeSubscribedWorkteamResponse']], 'DescribeTrainingJob' => ['name' => 'DescribeTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrainingJobRequest'], 'output' => ['shape' => 'DescribeTrainingJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTransformJob' => ['name' => 'DescribeTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTransformJobRequest'], 'output' => ['shape' => 'DescribeTransformJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTrial' => ['name' => 'DescribeTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrialRequest'], 'output' => ['shape' => 'DescribeTrialResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeTrialComponent' => ['name' => 'DescribeTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTrialComponentRequest'], 'output' => ['shape' => 'DescribeTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeUserProfile' => ['name' => 'DescribeUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserProfileRequest'], 'output' => ['shape' => 'DescribeUserProfileResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'DescribeWorkforce' => ['name' => 'DescribeWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkforceRequest'], 'output' => ['shape' => 'DescribeWorkforceResponse']], 'DescribeWorkteam' => ['name' => 'DescribeWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkteamRequest'], 'output' => ['shape' => 'DescribeWorkteamResponse']], 'DisassociateTrialComponent' => ['name' => 'DisassociateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTrialComponentRequest'], 'output' => ['shape' => 'DisassociateTrialComponentResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'GetSearchSuggestions' => ['name' => 'GetSearchSuggestions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSearchSuggestionsRequest'], 'output' => ['shape' => 'GetSearchSuggestionsResponse']], 'ListAlgorithms' => ['name' => 'ListAlgorithms', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAlgorithmsInput'], 'output' => ['shape' => 'ListAlgorithmsOutput']], 'ListApps' => ['name' => 'ListApps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAppsRequest'], 'output' => ['shape' => 'ListAppsResponse']], 'ListAutoMLJobs' => ['name' => 'ListAutoMLJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAutoMLJobsRequest'], 'output' => ['shape' => 'ListAutoMLJobsResponse']], 'ListCandidatesForAutoMLJob' => ['name' => 'ListCandidatesForAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCandidatesForAutoMLJobRequest'], 'output' => ['shape' => 'ListCandidatesForAutoMLJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListCodeRepositories' => ['name' => 'ListCodeRepositories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCodeRepositoriesInput'], 'output' => ['shape' => 'ListCodeRepositoriesOutput']], 'ListCompilationJobs' => ['name' => 'ListCompilationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCompilationJobsRequest'], 'output' => ['shape' => 'ListCompilationJobsResponse']], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse']], 'ListEndpointConfigs' => ['name' => 'ListEndpointConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointConfigsInput'], 'output' => ['shape' => 'ListEndpointConfigsOutput']], 'ListEndpoints' => ['name' => 'ListEndpoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListEndpointsInput'], 'output' => ['shape' => 'ListEndpointsOutput']], 'ListExperiments' => ['name' => 'ListExperiments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListExperimentsRequest'], 'output' => ['shape' => 'ListExperimentsResponse']], 'ListFlowDefinitions' => ['name' => 'ListFlowDefinitions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFlowDefinitionsRequest'], 'output' => ['shape' => 'ListFlowDefinitionsResponse']], 'ListHumanTaskUis' => ['name' => 'ListHumanTaskUis', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHumanTaskUisRequest'], 'output' => ['shape' => 'ListHumanTaskUisResponse']], 'ListHyperParameterTuningJobs' => ['name' => 'ListHyperParameterTuningJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListHyperParameterTuningJobsRequest'], 'output' => ['shape' => 'ListHyperParameterTuningJobsResponse']], 'ListLabelingJobs' => ['name' => 'ListLabelingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLabelingJobsRequest'], 'output' => ['shape' => 'ListLabelingJobsResponse']], 'ListLabelingJobsForWorkteam' => ['name' => 'ListLabelingJobsForWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLabelingJobsForWorkteamRequest'], 'output' => ['shape' => 'ListLabelingJobsForWorkteamResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListModelPackages' => ['name' => 'ListModelPackages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListModelPackagesInput'], 'output' => ['shape' => 'ListModelPackagesOutput']], 'ListModels' => ['name' => 'ListModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListModelsInput'], 'output' => ['shape' => 'ListModelsOutput']], 'ListMonitoringExecutions' => ['name' => 'ListMonitoringExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMonitoringExecutionsRequest'], 'output' => ['shape' => 'ListMonitoringExecutionsResponse']], 'ListMonitoringSchedules' => ['name' => 'ListMonitoringSchedules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMonitoringSchedulesRequest'], 'output' => ['shape' => 'ListMonitoringSchedulesResponse']], 'ListNotebookInstanceLifecycleConfigs' => ['name' => 'ListNotebookInstanceLifecycleConfigs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNotebookInstanceLifecycleConfigsInput'], 'output' => ['shape' => 'ListNotebookInstanceLifecycleConfigsOutput']], 'ListNotebookInstances' => ['name' => 'ListNotebookInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNotebookInstancesInput'], 'output' => ['shape' => 'ListNotebookInstancesOutput']], 'ListProcessingJobs' => ['name' => 'ListProcessingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProcessingJobsRequest'], 'output' => ['shape' => 'ListProcessingJobsResponse']], 'ListSubscribedWorkteams' => ['name' => 'ListSubscribedWorkteams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedWorkteamsRequest'], 'output' => ['shape' => 'ListSubscribedWorkteamsResponse']], 'ListTags' => ['name' => 'ListTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsInput'], 'output' => ['shape' => 'ListTagsOutput']], 'ListTrainingJobs' => ['name' => 'ListTrainingJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrainingJobsRequest'], 'output' => ['shape' => 'ListTrainingJobsResponse']], 'ListTrainingJobsForHyperParameterTuningJob' => ['name' => 'ListTrainingJobsForHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrainingJobsForHyperParameterTuningJobRequest'], 'output' => ['shape' => 'ListTrainingJobsForHyperParameterTuningJobResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListTransformJobs' => ['name' => 'ListTransformJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTransformJobsRequest'], 'output' => ['shape' => 'ListTransformJobsResponse']], 'ListTrialComponents' => ['name' => 'ListTrialComponents', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrialComponentsRequest'], 'output' => ['shape' => 'ListTrialComponentsResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListTrials' => ['name' => 'ListTrials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTrialsRequest'], 'output' => ['shape' => 'ListTrialsResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'ListUserProfiles' => ['name' => 'ListUserProfiles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUserProfilesRequest'], 'output' => ['shape' => 'ListUserProfilesResponse']], 'ListWorkforces' => ['name' => 'ListWorkforces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkforcesRequest'], 'output' => ['shape' => 'ListWorkforcesResponse']], 'ListWorkteams' => ['name' => 'ListWorkteams', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWorkteamsRequest'], 'output' => ['shape' => 'ListWorkteamsResponse']], 'RenderUiTemplate' => ['name' => 'RenderUiTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RenderUiTemplateRequest'], 'output' => ['shape' => 'RenderUiTemplateResponse'], 'errors' => [['shape' => 'ResourceNotFound']]], 'Search' => ['name' => 'Search', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchRequest'], 'output' => ['shape' => 'SearchResponse']], 'StartMonitoringSchedule' => ['name' => 'StartMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StartNotebookInstance' => ['name' => 'StartNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartNotebookInstanceInput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'StopAutoMLJob' => ['name' => 'StopAutoMLJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAutoMLJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopCompilationJob' => ['name' => 'StopCompilationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopCompilationJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopHyperParameterTuningJob' => ['name' => 'StopHyperParameterTuningJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopHyperParameterTuningJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopLabelingJob' => ['name' => 'StopLabelingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopLabelingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopMonitoringSchedule' => ['name' => 'StopMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopMonitoringScheduleRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopNotebookInstance' => ['name' => 'StopNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopNotebookInstanceInput']], 'StopProcessingJob' => ['name' => 'StopProcessingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopProcessingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopTrainingJob' => ['name' => 'StopTrainingJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTrainingJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'StopTransformJob' => ['name' => 'StopTransformJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopTransformJobRequest'], 'errors' => [['shape' => 'ResourceNotFound']]], 'UpdateCodeRepository' => ['name' => 'UpdateCodeRepository', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateCodeRepositoryInput'], 'output' => ['shape' => 'UpdateCodeRepositoryOutput']], 'UpdateDomain' => ['name' => 'UpdateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDomainRequest'], 'output' => ['shape' => 'UpdateDomainResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'UpdateEndpoint' => ['name' => 'UpdateEndpoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointInput'], 'output' => ['shape' => 'UpdateEndpointOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateEndpointWeightsAndCapacities' => ['name' => 'UpdateEndpointWeightsAndCapacities', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEndpointWeightsAndCapacitiesInput'], 'output' => ['shape' => 'UpdateEndpointWeightsAndCapacitiesOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateExperiment' => ['name' => 'UpdateExperiment', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateExperimentRequest'], 'output' => ['shape' => 'UpdateExperimentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateMonitoringSchedule' => ['name' => 'UpdateMonitoringSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMonitoringScheduleRequest'], 'output' => ['shape' => 'UpdateMonitoringScheduleResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceNotFound']]], 'UpdateNotebookInstance' => ['name' => 'UpdateNotebookInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNotebookInstanceInput'], 'output' => ['shape' => 'UpdateNotebookInstanceOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateNotebookInstanceLifecycleConfig' => ['name' => 'UpdateNotebookInstanceLifecycleConfig', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNotebookInstanceLifecycleConfigInput'], 'output' => ['shape' => 'UpdateNotebookInstanceLifecycleConfigOutput'], 'errors' => [['shape' => 'ResourceLimitExceeded']]], 'UpdateTrial' => ['name' => 'UpdateTrial', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTrialRequest'], 'output' => ['shape' => 'UpdateTrialResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateTrialComponent' => ['name' => 'UpdateTrialComponent', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTrialComponentRequest'], 'output' => ['shape' => 'UpdateTrialComponentResponse'], 'errors' => [['shape' => 'ConflictException'], ['shape' => 'ResourceNotFound']]], 'UpdateUserProfile' => ['name' => 'UpdateUserProfile', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserProfileRequest'], 'output' => ['shape' => 'UpdateUserProfileResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceNotFound']]], 'UpdateWorkforce' => ['name' => 'UpdateWorkforce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkforceRequest'], 'output' => ['shape' => 'UpdateWorkforceResponse']], 'UpdateWorkteam' => ['name' => 'UpdateWorkteam', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkteamRequest'], 'output' => ['shape' => 'UpdateWorkteamResponse'], 'errors' => [['shape' => 'ResourceLimitExceeded']]]], 'shapes' => ['Accept' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'AccountId' => ['type' => 'string', 'pattern' => '^\\d+$'], 'AddTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'AdditionalCodeRepositoryNamesOrUrls' => ['type' => 'list', 'member' => ['shape' => 'CodeRepositoryNameOrUrl'], 'max' => 3], 'AlgorithmArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:algorithm/.*'], 'AlgorithmImage' => ['type' => 'string', 'max' => 255, 'pattern' => '.*'], 'AlgorithmSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'AlgorithmSpecification' => ['type' => 'structure', 'required' => ['TrainingInputMode'], 'members' => ['TrainingImage' => ['shape' => 'AlgorithmImage'], 'AlgorithmName' => ['shape' => 'ArnOrName'], 'TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList'], 'EnableSageMakerMetricsTimeSeries' => ['shape' => 'Boolean']]], 'AlgorithmStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Completed', 'Failed', 'Deleting']], 'AlgorithmStatusDetails' => ['type' => 'structure', 'members' => ['ValidationStatuses' => ['shape' => 'AlgorithmStatusItemList'], 'ImageScanStatuses' => ['shape' => 'AlgorithmStatusItemList']]], 'AlgorithmStatusItem' => ['type' => 'structure', 'required' => ['Name', 'Status'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Status' => ['shape' => 'DetailedAlgorithmStatus'], 'FailureReason' => ['shape' => 'String']]], 'AlgorithmStatusItemList' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmStatusItem']], 'AlgorithmSummary' => ['type' => 'structure', 'required' => ['AlgorithmName', 'AlgorithmArn', 'CreationTime', 'AlgorithmStatus'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmArn' => ['shape' => 'AlgorithmArn'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'AlgorithmStatus' => ['shape' => 'AlgorithmStatus']]], 'AlgorithmSummaryList' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmSummary']], 'AlgorithmValidationProfile' => ['type' => 'structure', 'required' => ['ProfileName', 'TrainingJobDefinition'], 'members' => ['ProfileName' => ['shape' => 'EntityName'], 'TrainingJobDefinition' => ['shape' => 'TrainingJobDefinition'], 'TransformJobDefinition' => ['shape' => 'TransformJobDefinition']]], 'AlgorithmValidationProfiles' => ['type' => 'list', 'member' => ['shape' => 'AlgorithmValidationProfile'], 'max' => 1, 'min' => 1], 'AlgorithmValidationSpecification' => ['type' => 'structure', 'required' => ['ValidationRole', 'ValidationProfiles'], 'members' => ['ValidationRole' => ['shape' => 'RoleArn'], 'ValidationProfiles' => ['shape' => 'AlgorithmValidationProfiles']]], 'AnnotationConsolidationConfig' => ['type' => 'structure', 'required' => ['AnnotationConsolidationLambdaArn'], 'members' => ['AnnotationConsolidationLambdaArn' => ['shape' => 'LambdaFunctionArn']]], 'AppArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app/.*'], 'AppDetails' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'Status' => ['shape' => 'AppStatus'], 'CreationTime' => ['shape' => 'CreationTime']]], 'AppInstanceType' => ['type' => 'string', 'enum' => ['system', 'ml.t3.micro', 'ml.t3.small', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.8xlarge', 'ml.m5.12xlarge', 'ml.m5.16xlarge', 'ml.m5.24xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.12xlarge', 'ml.c5.18xlarge', 'ml.c5.24xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge']], 'AppList' => ['type' => 'list', 'member' => ['shape' => 'AppDetails']], 'AppName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'AppSortKey' => ['type' => 'string', 'enum' => ['CreationTime']], 'AppSpecification' => ['type' => 'structure', 'required' => ['ImageUri'], 'members' => ['ImageUri' => ['shape' => 'ImageUri'], 'ContainerEntrypoint' => ['shape' => 'ContainerEntrypoint'], 'ContainerArguments' => ['shape' => 'ContainerArguments']]], 'AppStatus' => ['type' => 'string', 'enum' => ['Deleted', 'Deleting', 'Failed', 'InService', 'Pending']], 'AppType' => ['type' => 'string', 'enum' => ['JupyterServer', 'KernelGateway', 'TensorBoard']], 'ArnOrName' => ['type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? ['type' => 'string', 'enum' => ['None', 'Line']], 'AssociateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName', 'TrialName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName']]], 'AssociateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialArn' => ['shape' => 'TrialArn']]], 'AttributeName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.+'], 'AttributeNames' => ['type' => 'list', 'member' => ['shape' => 'AttributeName'], 'max' => 16], 'AuthMode' => ['type' => 'string', 'enum' => ['SSO', 'IAM']], 'AutoMLCandidate' => ['type' => 'structure', 'required' => ['CandidateName', 'ObjectiveStatus', 'CandidateSteps', 'CandidateStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['CandidateName' => ['shape' => 'CandidateName'], 'FinalAutoMLJobObjectiveMetric' => ['shape' => 'FinalAutoMLJobObjectiveMetric'], 'ObjectiveStatus' => ['shape' => 'ObjectiveStatus'], 'CandidateSteps' => ['shape' => 'CandidateSteps'], 'CandidateStatus' => ['shape' => 'CandidateStatus'], 'InferenceContainers' => ['shape' => 'AutoMLContainerDefinitions'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason']]], 'AutoMLCandidateStep' => ['type' => 'structure', 'required' => ['CandidateStepType', 'CandidateStepArn', 'CandidateStepName'], 'members' => ['CandidateStepType' => ['shape' => 'CandidateStepType'], 'CandidateStepArn' => ['shape' => 'CandidateStepArn'], 'CandidateStepName' => ['shape' => 'CandidateStepName']]], 'AutoMLCandidates' => ['type' => 'list', 'member' => ['shape' => 'AutoMLCandidate']], 'AutoMLChannel' => ['type' => 'structure', 'required' => ['DataSource', 'TargetAttributeName'], 'members' => ['DataSource' => ['shape' => 'AutoMLDataSource'], 'CompressionType' => ['shape' => 'CompressionType'], 'TargetAttributeName' => ['shape' => 'TargetAttributeName']]], 'AutoMLContainerDefinition' => ['type' => 'structure', 'required' => ['Image', 'ModelDataUrl'], 'members' => ['Image' => ['shape' => 'ContainerImage'], 'ModelDataUrl' => ['shape' => 'Url'], 'Environment' => ['shape' => 'EnvironmentMap']]], 'AutoMLContainerDefinitions' => ['type' => 'list', 'member' => ['shape' => 'AutoMLContainerDefinition'], 'max' => 5], 'AutoMLDataSource' => ['type' => 'structure', 'required' => ['S3DataSource'], 'members' => ['S3DataSource' => ['shape' => 'AutoMLS3DataSource']]], 'AutoMLFailureReason' => ['type' => 'string', 'max' => 1024], 'AutoMLInputDataConfig' => ['type' => 'list', 'member' => ['shape' => 'AutoMLChannel'], 'max' => 20, 'min' => 1], 'AutoMLJobArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:automl-job/.*'], 'AutoMLJobArtifacts' => ['type' => 'structure', 'members' => ['CandidateDefinitionNotebookLocation' => ['shape' => 'CandidateDefinitionNotebookLocation'], 'DataExplorationNotebookLocation' => ['shape' => 'DataExplorationNotebookLocation']]], 'AutoMLJobCompletionCriteria' => ['type' => 'structure', 'members' => ['MaxCandidates' => ['shape' => 'MaxCandidates'], 'MaxRuntimePerTrainingJobInSeconds' => ['shape' => 'MaxRuntimePerTrainingJobInSeconds'], 'MaxAutoMLJobRuntimeInSeconds' => ['shape' => 'MaxAutoMLJobRuntimeInSeconds']]], 'AutoMLJobConfig' => ['type' => 'structure', 'members' => ['CompletionCriteria' => ['shape' => 'AutoMLJobCompletionCriteria'], 'SecurityConfig' => ['shape' => 'AutoMLSecurityConfig']]], 'AutoMLJobName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'AutoMLJobObjective' => ['type' => 'structure', 'required' => ['MetricName'], 'members' => ['MetricName' => ['shape' => 'AutoMLMetricEnum']]], 'AutoMLJobObjectiveType' => ['type' => 'string', 'enum' => ['Maximize', 'Minimize']], 'AutoMLJobSecondaryStatus' => ['type' => 'string', 'enum' => ['Starting', 'AnalyzingData', 'FeatureEngineering', 'ModelTuning', 'MaxCandidatesReached', 'Failed', 'Stopped', 'MaxAutoMLJobRuntimeReached', 'Stopping', 'CandidateDefinitionsGenerated']], 'AutoMLJobStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'AutoMLJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'AutoMLJobSummary']], 'AutoMLJobSummary' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'AutoMLJobStatus' => ['shape' => 'AutoMLJobStatus'], 'AutoMLJobSecondaryStatus' => ['shape' => 'AutoMLJobSecondaryStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason']]], 'AutoMLMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'AutoMLMetricEnum' => ['type' => 'string', 'enum' => ['Accuracy', 'MSE', 'F1', 'F1macro', 'AUC']], 'AutoMLNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+'], 'AutoMLOutputDataConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'AutoMLS3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'AutoMLS3DataType'], 'S3Uri' => ['shape' => 'S3Uri']]], 'AutoMLS3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix']], 'AutoMLSecurityConfig' => ['type' => 'structure', 'members' => ['VolumeKmsKeyId' => ['shape' => 'KmsKeyId'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'AutoMLSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'AutoMLSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'AwsManagedHumanLoopRequestSource' => ['type' => 'string', 'enum' => ['AWS/Rekognition/DetectModerationLabels/Image/V3', 'AWS/Textract/AnalyzeDocument/Forms/V1']], 'BatchStrategy' => ['type' => 'string', 'enum' => ['MultiRecord', 'SingleRecord']], 'BillableTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'Boolean' => ['type' => 'boolean'], 'BooleanOperator' => ['type' => 'string', 'enum' => ['And', 'Or']], 'Branch' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^ ~^:?*\\[]+'], 'CandidateDefinitionNotebookLocation' => ['type' => 'string', 'min' => 1], 'CandidateName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CandidateSortBy' => ['type' => 'string', 'enum' => ['CreationTime', 'Status', 'FinalObjectiveMetricValue']], 'CandidateStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'CandidateStepArn' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*/.*'], 'CandidateStepName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CandidateStepType' => ['type' => 'string', 'enum' => ['AWS::SageMaker::TrainingJob', 'AWS::SageMaker::TransformJob', 'AWS::SageMaker::ProcessingJob']], 'CandidateSteps' => ['type' => 'list', 'member' => ['shape' => 'AutoMLCandidateStep']], 'CaptureContentTypeHeader' => ['type' => 'structure', 'members' => ['CsvContentTypes' => ['shape' => 'CsvContentTypes'], 'JsonContentTypes' => ['shape' => 'JsonContentTypes']]], 'CaptureMode' => ['type' => 'string', 'enum' => ['Input', 'Output']], 'CaptureOption' => ['type' => 'structure', 'required' => ['CaptureMode'], 'members' => ['CaptureMode' => ['shape' => 'CaptureMode']]], 'CaptureOptionList' => ['type' => 'list', 'member' => ['shape' => 'CaptureOption'], 'max' => 2, 'min' => 1], 'CaptureStatus' => ['type' => 'string', 'enum' => ['Started', 'Stopped']], 'CategoricalParameterRange' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'Values' => ['shape' => 'ParameterValues']]], 'CategoricalParameterRangeSpecification' => ['type' => 'structure', 'required' => ['Values'], 'members' => ['Values' => ['shape' => 'ParameterValues']]], 'CategoricalParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'CategoricalParameterRange'], 'max' => 20, 'min' => 0], 'Cents' => ['type' => 'integer', 'max' => 99, 'min' => 0], 'CertifyForMarketplace' => ['type' => 'boolean'], 'Channel' => ['type' => 'structure', 'required' => ['ChannelName', 'DataSource'], 'members' => ['ChannelName' => ['shape' => 'ChannelName'], 'DataSource' => ['shape' => 'DataSource'], 'ContentType' => ['shape' => 'ContentType'], 'CompressionType' => ['shape' => 'CompressionType'], 'RecordWrapperType' => ['shape' => 'RecordWrapper'], 'InputMode' => ['shape' => 'TrainingInputMode'], 'ShuffleConfig' => ['shape' => 'ShuffleConfig']]], 'ChannelName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Za-z0-9\\.\\-_]+'], 'ChannelSpecification' => ['type' => 'structure', 'required' => ['Name', 'SupportedContentTypes', 'SupportedInputModes'], 'members' => ['Name' => ['shape' => 'ChannelName'], 'Description' => ['shape' => 'EntityDescription'], 'IsRequired' => ['shape' => 'Boolean'], 'SupportedContentTypes' => ['shape' => 'ContentTypes'], 'SupportedCompressionTypes' => ['shape' => 'CompressionTypes'], 'SupportedInputModes' => ['shape' => 'InputModes']]], 'ChannelSpecifications' => ['type' => 'list', 'member' => ['shape' => 'ChannelSpecification'], 'max' => 8, 'min' => 1], 'CheckpointConfig' => ['type' => 'structure', 'required' => ['S3Uri'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'DirectoryPath']]], 'Cidr' => ['type' => 'string', 'max' => 64, 'min' => 4, 'pattern' => '(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))$)'], 'Cidrs' => ['type' => 'list', 'member' => ['shape' => 'Cidr']], 'ClientId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\w+-]+'], 'ClientSecret' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w+=/-]+', 'sensitive' => \true], 'CodeRepositoryArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:code-repository/.*'], 'CodeRepositoryContains' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z0-9-]+'], 'CodeRepositoryNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'CodeRepositoryNameOrUrl' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^https://([^/]+)/?(.*)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'CodeRepositorySortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'LastModifiedTime']], 'CodeRepositorySortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'CodeRepositorySummary' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'GitConfig' => ['shape' => 'GitConfig']]], 'CodeRepositorySummaryList' => ['type' => 'list', 'member' => ['shape' => 'CodeRepositorySummary']], 'CognitoConfig' => ['type' => 'structure', 'required' => ['UserPool', 'ClientId'], 'members' => ['UserPool' => ['shape' => 'CognitoUserPool'], 'ClientId' => ['shape' => 'ClientId']]], 'CognitoMemberDefinition' => ['type' => 'structure', 'required' => ['UserPool', 'UserGroup', 'ClientId'], 'members' => ['UserPool' => ['shape' => 'CognitoUserPool'], 'UserGroup' => ['shape' => 'CognitoUserGroup'], 'ClientId' => ['shape' => 'ClientId']]], 'CognitoUserGroup' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'CognitoUserPool' => ['type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+'], 'CollectionConfiguration' => ['type' => 'structure', 'members' => ['CollectionName' => ['shape' => 'CollectionName'], 'CollectionParameters' => ['shape' => 'CollectionParameters']]], 'CollectionConfigurations' => ['type' => 'list', 'member' => ['shape' => 'CollectionConfiguration'], 'max' => 20, 'min' => 0], 'CollectionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'CollectionParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'CompilationJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:compilation-job/.*'], 'CompilationJobStatus' => ['type' => 'string', 'enum' => ['INPROGRESS', 'COMPLETED', 'FAILED', 'STARTING', 'STOPPING', 'STOPPED']], 'CompilationJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'CompilationJobSummary']], 'CompilationJobSummary' => ['type' => 'structure', 'required' => ['CompilationJobName', 'CompilationJobArn', 'CreationTime', 'CompilationJobStatus'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'CompilationJobArn' => ['shape' => 'CompilationJobArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'CompilationStartTime' => ['shape' => 'Timestamp'], 'CompilationEndTime' => ['shape' => 'Timestamp'], 'CompilationTargetDevice' => ['shape' => 'TargetDevice'], 'CompilationTargetPlatformOs' => ['shape' => 'TargetPlatformOs'], 'CompilationTargetPlatformArch' => ['shape' => 'TargetPlatformArch'], 'CompilationTargetPlatformAccelerator' => ['shape' => 'TargetPlatformAccelerator'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CompilationJobStatus' => ['shape' => 'CompilationJobStatus']]], 'CompilerOptions' => ['type' => 'string', 'max' => 1024, 'min' => 7, 'pattern' => '^\\{.+\\}$'], 'CompressionType' => ['type' => 'string', 'enum' => ['None', 'Gzip']], 'CompressionTypes' => ['type' => 'list', 'member' => ['shape' => 'CompressionType']], 'ConfigKey' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'ConfigValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ContainerArgument' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContainerArguments' => ['type' => 'list', 'member' => ['shape' => 'ContainerArgument'], 'max' => 100, 'min' => 1], 'ContainerDefinition' => ['type' => 'structure', 'members' => ['ContainerHostname' => ['shape' => 'ContainerHostname'], 'Image' => ['shape' => 'ContainerImage'], 'ImageConfig' => ['shape' => 'ImageConfig'], 'Mode' => ['shape' => 'ContainerMode'], 'ModelDataUrl' => ['shape' => 'Url'], 'Environment' => ['shape' => 'EnvironmentMap'], 'ModelPackageName' => ['shape' => 'ArnOrName']]], 'ContainerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'ContainerDefinition'], 'max' => 5], 'ContainerEntrypoint' => ['type' => 'list', 'member' => ['shape' => 'ContainerEntrypointString'], 'max' => 100, 'min' => 1], 'ContainerEntrypointString' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContainerHostname' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ContainerImage' => ['type' => 'string', 'max' => 255, 'pattern' => '[\\S]+'], 'ContainerMode' => ['type' => 'string', 'enum' => ['SingleModel', 'MultiModel']], 'ContentClassifier' => ['type' => 'string', 'enum' => ['FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent']], 'ContentClassifiers' => ['type' => 'list', 'member' => ['shape' => 'ContentClassifier'], 'max' => 256], 'ContentType' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ContentTypes' => ['type' => 'list', 'member' => ['shape' => 'ContentType']], 'ContinuousParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MinValue', 'MaxValue'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue'], 'ScalingType' => ['shape' => 'HyperParameterScalingType']]], 'ContinuousParameterRangeSpecification' => ['type' => 'structure', 'required' => ['MinValue', 'MaxValue'], 'members' => ['MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue']]], 'ContinuousParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'ContinuousParameterRange'], 'max' => 20, 'min' => 0], 'CreateAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName', 'TrainingSpecification'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'TrainingSpecification' => ['shape' => 'TrainingSpecification'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'AlgorithmValidationSpecification'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'CreateAlgorithmOutput' => ['type' => 'structure', 'required' => ['AlgorithmArn'], 'members' => ['AlgorithmArn' => ['shape' => 'AlgorithmArn']]], 'CreateAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'Tags' => ['shape' => 'TagList'], 'ResourceSpec' => ['shape' => 'ResourceSpec']]], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['AppArn' => ['shape' => 'AppArn']]], 'CreateAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'InputDataConfig', 'OutputDataConfig', 'RoleArn'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'InputDataConfig' => ['shape' => 'AutoMLInputDataConfig'], 'OutputDataConfig' => ['shape' => 'AutoMLOutputDataConfig'], 'ProblemType' => ['shape' => 'ProblemType'], 'AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'AutoMLJobConfig' => ['shape' => 'AutoMLJobConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'GenerateCandidateDefinitionsOnly' => ['shape' => 'GenerateCandidateDefinitionsOnly'], 'Tags' => ['shape' => 'TagList']]], 'CreateAutoMLJobResponse' => ['type' => 'structure', 'required' => ['AutoMLJobArn'], 'members' => ['AutoMLJobArn' => ['shape' => 'AutoMLJobArn']]], 'CreateCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'GitConfig'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'GitConfig' => ['shape' => 'GitConfig']]], 'CreateCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryArn'], 'members' => ['CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn']]], 'CreateCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName', 'RoleArn', 'InputConfig', 'OutputConfig', 'StoppingCondition'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputConfig' => ['shape' => 'InputConfig'], 'OutputConfig' => ['shape' => 'OutputConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition']]], 'CreateCompilationJobResponse' => ['type' => 'structure', 'required' => ['CompilationJobArn'], 'members' => ['CompilationJobArn' => ['shape' => 'CompilationJobArn']]], 'CreateDomainRequest' => ['type' => 'structure', 'required' => ['DomainName', 'AuthMode', 'DefaultUserSettings', 'SubnetIds', 'VpcId'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'AuthMode' => ['shape' => 'AuthMode'], 'DefaultUserSettings' => ['shape' => 'UserSettings'], 'SubnetIds' => ['shape' => 'Subnets'], 'VpcId' => ['shape' => 'VpcId'], 'Tags' => ['shape' => 'TagList'], 'HomeEfsFileSystemKmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'Url' => ['shape' => 'String1024']]], 'CreateEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'ProductionVariants'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'ProductionVariants' => ['shape' => 'ProductionVariantList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfig'], 'Tags' => ['shape' => 'TagList'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateEndpointConfigOutput' => ['type' => 'structure', 'required' => ['EndpointConfigArn'], 'members' => ['EndpointConfigArn' => ['shape' => 'EndpointConfigArn']]], 'CreateEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointConfigName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'Tags' => ['shape' => 'TagList']]], 'CreateEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'CreateExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Description' => ['shape' => 'ExperimentDescription'], 'Tags' => ['shape' => 'TagList']]], 'CreateExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'CreateFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName', 'HumanLoopConfig', 'OutputConfig', 'RoleArn'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'HumanLoopRequestSource' => ['shape' => 'HumanLoopRequestSource'], 'HumanLoopActivationConfig' => ['shape' => 'HumanLoopActivationConfig'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig'], 'OutputConfig' => ['shape' => 'FlowDefinitionOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList']]], 'CreateFlowDefinitionResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionArn'], 'members' => ['FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn']]], 'CreateHumanTaskUiRequest' => ['type' => 'structure', 'required' => ['HumanTaskUiName', 'UiTemplate'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'UiTemplate' => ['shape' => 'UiTemplate'], 'Tags' => ['shape' => 'TagList']]], 'CreateHumanTaskUiResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiArn'], 'members' => ['HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn']]], 'CreateHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobConfig'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'TrainingJobDefinition' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'TrainingJobDefinitions' => ['shape' => 'HyperParameterTrainingJobDefinitions'], 'WarmStartConfig' => ['shape' => 'HyperParameterTuningJobWarmStartConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobArn'], 'members' => ['HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn']]], 'CreateLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName', 'LabelAttributeName', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelAttributeName' => ['shape' => 'LabelAttributeName'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig'], 'OutputConfig' => ['shape' => 'LabelingJobOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'LabelCategoryConfigS3Uri' => ['shape' => 'S3Uri'], 'StoppingConditions' => ['shape' => 'LabelingJobStoppingConditions'], 'LabelingJobAlgorithmsConfig' => ['shape' => 'LabelingJobAlgorithmsConfig'], 'HumanTaskConfig' => ['shape' => 'HumanTaskConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateLabelingJobResponse' => ['type' => 'structure', 'required' => ['LabelingJobArn'], 'members' => ['LabelingJobArn' => ['shape' => 'LabelingJobArn']]], 'CreateModelInput' => ['type' => 'structure', 'required' => ['ModelName', 'ExecutionRoleArn'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'PrimaryContainer' => ['shape' => 'ContainerDefinition'], 'Containers' => ['shape' => 'ContainerDefinitionList'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'EnableNetworkIsolation' => ['shape' => 'Boolean']]], 'CreateModelOutput' => ['type' => 'structure', 'required' => ['ModelArn'], 'members' => ['ModelArn' => ['shape' => 'ModelArn']]], 'CreateModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'ModelPackageValidationSpecification'], 'SourceAlgorithmSpecification' => ['shape' => 'SourceAlgorithmSpecification'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'CreateModelPackageOutput' => ['type' => 'structure', 'required' => ['ModelPackageArn'], 'members' => ['ModelPackageArn' => ['shape' => 'ModelPackageArn']]], 'CreateMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn']]], 'CreateNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName', 'InstanceType', 'RoleArn'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'InstanceType' => ['shape' => 'InstanceType'], 'SubnetId' => ['shape' => 'SubnetId'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds'], 'RoleArn' => ['shape' => 'RoleArn'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'Tags' => ['shape' => 'TagList'], 'LifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DirectInternetAccess' => ['shape' => 'DirectInternetAccess'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'RootAccess' => ['shape' => 'RootAccess']]], 'CreateNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList']]], 'CreateNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn']]], 'CreateNotebookInstanceOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn']]], 'CreatePresignedDomainUrlRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'SessionExpirationDurationInSeconds' => ['shape' => 'SessionExpirationDurationInSeconds']]], 'CreatePresignedDomainUrlResponse' => ['type' => 'structure', 'members' => ['AuthorizedUrl' => ['shape' => 'PresignedDomainUrl']]], 'CreatePresignedNotebookInstanceUrlInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'SessionExpirationDurationInSeconds' => ['shape' => 'SessionExpirationDurationInSeconds']]], 'CreatePresignedNotebookInstanceUrlOutput' => ['type' => 'structure', 'members' => ['AuthorizedUrl' => ['shape' => 'NotebookInstanceUrl']]], 'CreateProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'RoleArn'], 'members' => ['ProcessingInputs' => ['shape' => 'ProcessingInputs'], 'ProcessingOutputConfig' => ['shape' => 'ProcessingOutputConfig'], 'ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingResources' => ['shape' => 'ProcessingResources'], 'StoppingCondition' => ['shape' => 'ProcessingStoppingCondition'], 'AppSpecification' => ['shape' => 'AppSpecification'], 'Environment' => ['shape' => 'ProcessingEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'Tags' => ['shape' => 'TagList'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateProcessingJobResponse' => ['type' => 'structure', 'required' => ['ProcessingJobArn'], 'members' => ['ProcessingJobArn' => ['shape' => 'ProcessingJobArn']]], 'CreateTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName', 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'Tags' => ['shape' => 'TagList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateTrainingJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobArn'], 'members' => ['TrainingJobArn' => ['shape' => 'TrainingJobArn']]], 'CreateTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName', 'ModelName', 'TransformInput', 'TransformOutput', 'TransformResources'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'ModelName' => ['shape' => 'ModelName'], 'MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'ModelClientConfig' => ['shape' => 'ModelClientConfig'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources'], 'DataProcessing' => ['shape' => 'DataProcessing'], 'Tags' => ['shape' => 'TagList'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'CreateTransformJobResponse' => ['type' => 'structure', 'required' => ['TransformJobArn'], 'members' => ['TransformJobArn' => ['shape' => 'TransformJobArn']]], 'CreateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Tags' => ['shape' => 'TagList']]], 'CreateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'CreateTrialRequest' => ['type' => 'structure', 'required' => ['TrialName', 'ExperimentName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Tags' => ['shape' => 'TagList']]], 'CreateTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'CreateUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'SingleSignOnUserIdentifier' => ['shape' => 'SingleSignOnUserIdentifier'], 'SingleSignOnUserValue' => ['shape' => 'String256'], 'Tags' => ['shape' => 'TagList'], 'UserSettings' => ['shape' => 'UserSettings']]], 'CreateUserProfileResponse' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'UserProfileArn']]], 'CreateWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['CognitoConfig' => ['shape' => 'CognitoConfig'], 'OidcConfig' => ['shape' => 'OidcConfig'], 'SourceIpConfig' => ['shape' => 'SourceIpConfig'], 'WorkforceName' => ['shape' => 'WorkforceName'], 'Tags' => ['shape' => 'TagList']]], 'CreateWorkforceResponse' => ['type' => 'structure', 'required' => ['WorkforceArn'], 'members' => ['WorkforceArn' => ['shape' => 'WorkforceArn']]], 'CreateWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName', 'MemberDefinitions', 'Description'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'WorkforceName' => ['shape' => 'WorkforceName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'Description' => ['shape' => 'String200'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration'], 'Tags' => ['shape' => 'TagList']]], 'CreateWorkteamResponse' => ['type' => 'structure', 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn']]], 'CreationTime' => ['type' => 'timestamp'], 'CsvContentType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*'], 'CsvContentTypes' => ['type' => 'list', 'member' => ['shape' => 'CsvContentType'], 'max' => 10, 'min' => 1], 'DataCaptureConfig' => ['type' => 'structure', 'required' => ['InitialSamplingPercentage', 'DestinationS3Uri', 'CaptureOptions'], 'members' => ['EnableCapture' => ['shape' => 'EnableCapture'], 'InitialSamplingPercentage' => ['shape' => 'SamplingPercentage'], 'DestinationS3Uri' => ['shape' => 'DestinationS3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'CaptureOptions' => ['shape' => 'CaptureOptionList'], 'CaptureContentTypeHeader' => ['shape' => 'CaptureContentTypeHeader']]], 'DataCaptureConfigSummary' => ['type' => 'structure', 'required' => ['EnableCapture', 'CaptureStatus', 'CurrentSamplingPercentage', 'DestinationS3Uri', 'KmsKeyId'], 'members' => ['EnableCapture' => ['shape' => 'EnableCapture'], 'CaptureStatus' => ['shape' => 'CaptureStatus'], 'CurrentSamplingPercentage' => ['shape' => 'SamplingPercentage'], 'DestinationS3Uri' => ['shape' => 'DestinationS3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'DataExplorationNotebookLocation' => ['type' => 'string', 'min' => 1], 'DataInputConfig' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'DataProcessing' => ['type' => 'structure', 'members' => ['InputFilter' => ['shape' => 'JsonPath'], 'OutputFilter' => ['shape' => 'JsonPath'], 'JoinSource' => ['shape' => 'JoinSource']]], 'DataSource' => ['type' => 'structure', 'members' => ['S3DataSource' => ['shape' => 'S3DataSource'], 'FileSystemDataSource' => ['shape' => 'FileSystemDataSource']]], 'DebugHookConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'HookParameters' => ['shape' => 'HookParameters'], 'CollectionConfigurations' => ['shape' => 'CollectionConfigurations']]], 'DebugRuleConfiguration' => ['type' => 'structure', 'required' => ['RuleConfigurationName', 'RuleEvaluatorImage'], 'members' => ['RuleConfigurationName' => ['shape' => 'RuleConfigurationName'], 'LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'RuleEvaluatorImage' => ['shape' => 'AlgorithmImage'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'OptionalVolumeSizeInGB'], 'RuleParameters' => ['shape' => 'RuleParameters']]], 'DebugRuleConfigurations' => ['type' => 'list', 'member' => ['shape' => 'DebugRuleConfiguration'], 'max' => 20, 'min' => 0], 'DebugRuleEvaluationStatus' => ['type' => 'structure', 'members' => ['RuleConfigurationName' => ['shape' => 'RuleConfigurationName'], 'RuleEvaluationJobArn' => ['shape' => 'ProcessingJobArn'], 'RuleEvaluationStatus' => ['shape' => 'RuleEvaluationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'DebugRuleEvaluationStatuses' => ['type' => 'list', 'member' => ['shape' => 'DebugRuleEvaluationStatus'], 'max' => 20, 'min' => 0], 'DeleteAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName']]], 'DeleteAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName']]], 'DeleteCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName']]], 'DeleteDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'RetentionPolicy' => ['shape' => 'RetentionPolicy']]], 'DeleteEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName']]], 'DeleteEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName']]], 'DeleteExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'DeleteExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'DeleteFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName']]], 'DeleteFlowDefinitionResponse' => ['type' => 'structure', 'members' => []], 'DeleteHumanTaskUiRequest' => ['type' => 'structure', 'required' => ['HumanTaskUiName'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName']]], 'DeleteHumanTaskUiResponse' => ['type' => 'structure', 'members' => []], 'DeleteModelInput' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DeleteModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName']]], 'DeleteMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'DeleteNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'DeleteNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName']]], 'DeleteTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DeleteTagsOutput' => ['type' => 'structure', 'members' => []], 'DeleteTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName']]], 'DeleteTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'DeleteTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName']]], 'DeleteTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'DeleteUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName']]], 'DeleteWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName']]], 'DeleteWorkforceResponse' => ['type' => 'structure', 'members' => []], 'DeleteWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName']]], 'DeleteWorkteamResponse' => ['type' => 'structure', 'required' => ['Success'], 'members' => ['Success' => ['shape' => 'Success']]], 'DeployedImage' => ['type' => 'structure', 'members' => ['SpecifiedImage' => ['shape' => 'ContainerImage'], 'ResolvedImage' => ['shape' => 'ContainerImage'], 'ResolutionTime' => ['shape' => 'Timestamp']]], 'DeployedImages' => ['type' => 'list', 'member' => ['shape' => 'DeployedImage']], 'DescribeAlgorithmInput' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['AlgorithmName' => ['shape' => 'ArnOrName']]], 'DescribeAlgorithmOutput' => ['type' => 'structure', 'required' => ['AlgorithmName', 'AlgorithmArn', 'CreationTime', 'TrainingSpecification', 'AlgorithmStatus', 'AlgorithmStatusDetails'], 'members' => ['AlgorithmName' => ['shape' => 'EntityName'], 'AlgorithmArn' => ['shape' => 'AlgorithmArn'], 'AlgorithmDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'TrainingSpecification' => ['shape' => 'TrainingSpecification'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'ValidationSpecification' => ['shape' => 'AlgorithmValidationSpecification'], 'AlgorithmStatus' => ['shape' => 'AlgorithmStatus'], 'AlgorithmStatusDetails' => ['shape' => 'AlgorithmStatusDetails'], 'ProductId' => ['shape' => 'ProductId'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'DescribeAppRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName', 'AppType', 'AppName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName']]], 'DescribeAppResponse' => ['type' => 'structure', 'members' => ['AppArn' => ['shape' => 'AppArn'], 'AppType' => ['shape' => 'AppType'], 'AppName' => ['shape' => 'AppName'], 'DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'Status' => ['shape' => 'AppStatus'], 'LastHealthCheckTimestamp' => ['shape' => 'Timestamp'], 'LastUserActivityTimestamp' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'CreationTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'ResourceSpec' => ['shape' => 'ResourceSpec']]], 'DescribeAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName']]], 'DescribeAutoMLJobResponse' => ['type' => 'structure', 'required' => ['AutoMLJobName', 'AutoMLJobArn', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'InputDataConfig' => ['shape' => 'AutoMLInputDataConfig'], 'OutputDataConfig' => ['shape' => 'AutoMLOutputDataConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'ProblemType' => ['shape' => 'ProblemType'], 'AutoMLJobConfig' => ['shape' => 'AutoMLJobConfig'], 'CreationTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'AutoMLFailureReason'], 'BestCandidate' => ['shape' => 'AutoMLCandidate'], 'AutoMLJobStatus' => ['shape' => 'AutoMLJobStatus'], 'AutoMLJobSecondaryStatus' => ['shape' => 'AutoMLJobSecondaryStatus'], 'GenerateCandidateDefinitionsOnly' => ['shape' => 'GenerateCandidateDefinitionsOnly'], 'AutoMLJobArtifacts' => ['shape' => 'AutoMLJobArtifacts'], 'ResolvedAttributes' => ['shape' => 'ResolvedAttributes']]], 'DescribeCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName']]], 'DescribeCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'GitConfig' => ['shape' => 'GitConfig']]], 'DescribeCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName']]], 'DescribeCompilationJobResponse' => ['type' => 'structure', 'required' => ['CompilationJobName', 'CompilationJobArn', 'CompilationJobStatus', 'StoppingCondition', 'CreationTime', 'LastModifiedTime', 'FailureReason', 'ModelArtifacts', 'RoleArn', 'InputConfig', 'OutputConfig'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName'], 'CompilationJobArn' => ['shape' => 'CompilationJobArn'], 'CompilationJobStatus' => ['shape' => 'CompilationJobStatus'], 'CompilationStartTime' => ['shape' => 'Timestamp'], 'CompilationEndTime' => ['shape' => 'Timestamp'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputConfig' => ['shape' => 'InputConfig'], 'OutputConfig' => ['shape' => 'OutputConfig']]], 'DescribeDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId']]], 'DescribeDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'HomeEfsFileSystemId' => ['shape' => 'ResourceId'], 'SingleSignOnManagedApplicationInstanceId' => ['shape' => 'String256'], 'Status' => ['shape' => 'DomainStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'AuthMode' => ['shape' => 'AuthMode'], 'DefaultUserSettings' => ['shape' => 'UserSettings'], 'HomeEfsFileSystemKmsKeyId' => ['shape' => 'KmsKeyId'], 'SubnetIds' => ['shape' => 'Subnets'], 'Url' => ['shape' => 'String1024'], 'VpcId' => ['shape' => 'VpcId']]], 'DescribeEndpointConfigInput' => ['type' => 'structure', 'required' => ['EndpointConfigName'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName']]], 'DescribeEndpointConfigOutput' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'EndpointConfigArn', 'ProductionVariants', 'CreationTime'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'EndpointConfigArn' => ['shape' => 'EndpointConfigArn'], 'ProductionVariants' => ['shape' => 'ProductionVariantList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfig'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'CreationTime' => ['shape' => 'Timestamp']]], 'DescribeEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName']]], 'DescribeEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointArn' => ['shape' => 'EndpointArn'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'ProductionVariants' => ['shape' => 'ProductionVariantSummaryList'], 'DataCaptureConfig' => ['shape' => 'DataCaptureConfigSummary'], 'EndpointStatus' => ['shape' => 'EndpointStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'DescribeExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'DescribeExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'ExperimentArn' => ['shape' => 'ExperimentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'ExperimentSource'], 'Description' => ['shape' => 'ExperimentDescription'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'DescribeFlowDefinitionRequest' => ['type' => 'structure', 'required' => ['FlowDefinitionName'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName']]], 'DescribeFlowDefinitionResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionArn', 'FlowDefinitionName', 'FlowDefinitionStatus', 'CreationTime', 'HumanLoopConfig', 'OutputConfig', 'RoleArn'], 'members' => ['FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'FlowDefinitionStatus' => ['shape' => 'FlowDefinitionStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'HumanLoopRequestSource' => ['shape' => 'HumanLoopRequestSource'], 'HumanLoopActivationConfig' => ['shape' => 'HumanLoopActivationConfig'], 'HumanLoopConfig' => ['shape' => 'HumanLoopConfig'], 'OutputConfig' => ['shape' => 'FlowDefinitionOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DescribeHumanTaskUiRequest' => ['type' => 'structure', 'required' => ['HumanTaskUiName'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName']]], 'DescribeHumanTaskUiResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiArn', 'HumanTaskUiName', 'CreationTime', 'UiTemplate'], 'members' => ['HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'HumanTaskUiStatus' => ['shape' => 'HumanTaskUiStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'UiTemplate' => ['shape' => 'UiTemplateInfo']]], 'DescribeHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'DescribeHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobConfig', 'HyperParameterTuningJobStatus', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'HyperParameterTuningJobConfig' => ['shape' => 'HyperParameterTuningJobConfig'], 'TrainingJobDefinition' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'TrainingJobDefinitions' => ['shape' => 'HyperParameterTrainingJobDefinitions'], 'HyperParameterTuningJobStatus' => ['shape' => 'HyperParameterTuningJobStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'HyperParameterTuningEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatusCounters' => ['shape' => 'TrainingJobStatusCounters'], 'ObjectiveStatusCounters' => ['shape' => 'ObjectiveStatusCounters'], 'BestTrainingJob' => ['shape' => 'HyperParameterTrainingJobSummary'], 'OverallBestTrainingJob' => ['shape' => 'HyperParameterTrainingJobSummary'], 'WarmStartConfig' => ['shape' => 'HyperParameterTuningJobWarmStartConfig'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DescribeLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName']]], 'DescribeLabelingJobResponse' => ['type' => 'structure', 'required' => ['LabelingJobStatus', 'LabelCounters', 'CreationTime', 'LastModifiedTime', 'JobReferenceCode', 'LabelingJobName', 'LabelingJobArn', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig'], 'members' => ['LabelingJobStatus' => ['shape' => 'LabelingJobStatus'], 'LabelCounters' => ['shape' => 'LabelCounters'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'JobReferenceCode' => ['shape' => 'JobReferenceCode'], 'LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'LabelAttributeName' => ['shape' => 'LabelAttributeName'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig'], 'OutputConfig' => ['shape' => 'LabelingJobOutputConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'LabelCategoryConfigS3Uri' => ['shape' => 'S3Uri'], 'StoppingConditions' => ['shape' => 'LabelingJobStoppingConditions'], 'LabelingJobAlgorithmsConfig' => ['shape' => 'LabelingJobAlgorithmsConfig'], 'HumanTaskConfig' => ['shape' => 'HumanTaskConfig'], 'Tags' => ['shape' => 'TagList'], 'LabelingJobOutput' => ['shape' => 'LabelingJobOutput']]], 'DescribeModelInput' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DescribeModelOutput' => ['type' => 'structure', 'required' => ['ModelName', 'ExecutionRoleArn', 'CreationTime', 'ModelArn'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'PrimaryContainer' => ['shape' => 'ContainerDefinition'], 'Containers' => ['shape' => 'ContainerDefinitionList'], 'ExecutionRoleArn' => ['shape' => 'RoleArn'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'CreationTime' => ['shape' => 'Timestamp'], 'ModelArn' => ['shape' => 'ModelArn'], 'EnableNetworkIsolation' => ['shape' => 'Boolean']]], 'DescribeModelPackageInput' => ['type' => 'structure', 'required' => ['ModelPackageName'], 'members' => ['ModelPackageName' => ['shape' => 'ArnOrName']]], 'DescribeModelPackageOutput' => ['type' => 'structure', 'required' => ['ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', 'ModelPackageStatusDetails'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageArn' => ['shape' => 'ModelPackageArn'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'InferenceSpecification' => ['shape' => 'InferenceSpecification'], 'SourceAlgorithmSpecification' => ['shape' => 'SourceAlgorithmSpecification'], 'ValidationSpecification' => ['shape' => 'ModelPackageValidationSpecification'], 'ModelPackageStatus' => ['shape' => 'ModelPackageStatus'], 'ModelPackageStatusDetails' => ['shape' => 'ModelPackageStatusDetails'], 'CertifyForMarketplace' => ['shape' => 'CertifyForMarketplace']]], 'DescribeMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'DescribeMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn', 'MonitoringScheduleName', 'MonitoringScheduleStatus', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleStatus' => ['shape' => 'ScheduleStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig'], 'EndpointName' => ['shape' => 'EndpointName'], 'LastMonitoringExecutionSummary' => ['shape' => 'MonitoringExecutionSummary']]], 'DescribeNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'DescribeNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName']]], 'DescribeNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime']]], 'DescribeNotebookInstanceOutput' => ['type' => 'structure', 'members' => ['NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn'], 'NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'NotebookInstanceStatus' => ['shape' => 'NotebookInstanceStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'Url' => ['shape' => 'NotebookInstanceUrl'], 'InstanceType' => ['shape' => 'InstanceType'], 'SubnetId' => ['shape' => 'SubnetId'], 'SecurityGroups' => ['shape' => 'SecurityGroupIds'], 'RoleArn' => ['shape' => 'RoleArn'], 'KmsKeyId' => ['shape' => 'KmsKeyId'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DirectInternetAccess' => ['shape' => 'DirectInternetAccess'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'RootAccess' => ['shape' => 'RootAccess']]], 'DescribeProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName']]], 'DescribeProcessingJobResponse' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'ProcessingJobArn', 'ProcessingJobStatus', 'CreationTime'], 'members' => ['ProcessingInputs' => ['shape' => 'ProcessingInputs'], 'ProcessingOutputConfig' => ['shape' => 'ProcessingOutputConfig'], 'ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingResources' => ['shape' => 'ProcessingResources'], 'StoppingCondition' => ['shape' => 'ProcessingStoppingCondition'], 'AppSpecification' => ['shape' => 'AppSpecification'], 'Environment' => ['shape' => 'ProcessingEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'ProcessingJobStatus' => ['shape' => 'ProcessingJobStatus'], 'ExitMessage' => ['shape' => 'ExitMessage'], 'FailureReason' => ['shape' => 'FailureReason'], 'ProcessingEndTime' => ['shape' => 'Timestamp'], 'ProcessingStartTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn']]], 'DescribeSubscribedWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn']]], 'DescribeSubscribedWorkteamResponse' => ['type' => 'structure', 'required' => ['SubscribedWorkteam'], 'members' => ['SubscribedWorkteam' => ['shape' => 'SubscribedWorkteam']]], 'DescribeTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName']]], 'DescribeTrainingJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'ModelArtifacts', 'TrainingJobStatus', 'SecondaryStatus', 'AlgorithmSpecification', 'ResourceConfig', 'StoppingCondition', 'CreationTime'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'SecondaryStatus' => ['shape' => 'SecondaryStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'SecondaryStatusTransitions' => ['shape' => 'SecondaryStatusTransitions'], 'FinalMetricDataList' => ['shape' => 'FinalMetricDataList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'TrainingTimeInSeconds' => ['shape' => 'TrainingTimeInSeconds'], 'BillableTimeInSeconds' => ['shape' => 'BillableTimeInSeconds'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'DebugRuleEvaluationStatuses' => ['shape' => 'DebugRuleEvaluationStatuses']]], 'DescribeTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName']]], 'DescribeTransformJobResponse' => ['type' => 'structure', 'required' => ['TransformJobName', 'TransformJobArn', 'TransformJobStatus', 'ModelName', 'TransformInput', 'TransformResources', 'CreationTime'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'TransformJobArn' => ['shape' => 'TransformJobArn'], 'TransformJobStatus' => ['shape' => 'TransformJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'ModelName' => ['shape' => 'ModelName'], 'MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'ModelClientConfig' => ['shape' => 'ModelClientConfig'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources'], 'CreationTime' => ['shape' => 'Timestamp'], 'TransformStartTime' => ['shape' => 'Timestamp'], 'TransformEndTime' => ['shape' => 'Timestamp'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'DataProcessing' => ['shape' => 'DataProcessing'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig']]], 'DescribeTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName']]], 'DescribeTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Metrics' => ['shape' => 'TrialComponentMetricSummaries']]], 'DescribeTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName']]], 'DescribeTrialResponse' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialArn' => ['shape' => 'TrialArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'DescribeUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName']]], 'DescribeUserProfileResponse' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileArn' => ['shape' => 'UserProfileArn'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'HomeEfsFileSystemUid' => ['shape' => 'EfsUid'], 'Status' => ['shape' => 'UserProfileStatus'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'CreationTime' => ['shape' => 'CreationTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'SingleSignOnUserIdentifier' => ['shape' => 'SingleSignOnUserIdentifier'], 'SingleSignOnUserValue' => ['shape' => 'String256'], 'UserSettings' => ['shape' => 'UserSettings']]], 'DescribeWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName']]], 'DescribeWorkforceResponse' => ['type' => 'structure', 'required' => ['Workforce'], 'members' => ['Workforce' => ['shape' => 'Workforce']]], 'DescribeWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName']]], 'DescribeWorkteamResponse' => ['type' => 'structure', 'required' => ['Workteam'], 'members' => ['Workteam' => ['shape' => 'Workteam']]], 'DesiredWeightAndCapacity' => ['type' => 'structure', 'required' => ['VariantName'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'DesiredWeight' => ['shape' => 'VariantWeight'], 'DesiredInstanceCount' => ['shape' => 'TaskCount']]], 'DesiredWeightAndCapacityList' => ['type' => 'list', 'member' => ['shape' => 'DesiredWeightAndCapacity'], 'min' => 1], 'DestinationS3Uri' => ['type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/])/?(.*)$'], 'DetailedAlgorithmStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'InProgress', 'Completed', 'Failed']], 'DetailedModelPackageStatus' => ['type' => 'string', 'enum' => ['NotStarted', 'InProgress', 'Completed', 'Failed']], 'DirectInternetAccess' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'DirectoryPath' => ['type' => 'string', 'max' => 4096, 'pattern' => '.*'], 'DisassociateAdditionalCodeRepositories' => ['type' => 'boolean'], 'DisassociateDefaultCodeRepository' => ['type' => 'boolean'], 'DisassociateNotebookInstanceAcceleratorTypes' => ['type' => 'boolean'], 'DisassociateNotebookInstanceLifecycleConfig' => ['type' => 'boolean'], 'DisassociateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName', 'TrialName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName']]], 'DisassociateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialArn' => ['shape' => 'TrialArn']]], 'Dollars' => ['type' => 'integer', 'max' => 2, 'min' => 0], 'DomainArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:domain/.*'], 'DomainDetails' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn'], 'DomainId' => ['shape' => 'DomainId'], 'DomainName' => ['shape' => 'DomainName'], 'Status' => ['shape' => 'DomainStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'Url' => ['shape' => 'String1024']]], 'DomainId' => ['type' => 'string', 'max' => 63], 'DomainList' => ['type' => 'list', 'member' => ['shape' => 'DomainDetails']], 'DomainName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'DomainStatus' => ['type' => 'string', 'enum' => ['Deleting', 'Failed', 'InService', 'Pending']], 'DoubleParameterValue' => ['type' => 'double'], 'EfsUid' => ['type' => 'string', 'max' => 10, 'pattern' => '\\d+'], 'EnableCapture' => ['type' => 'boolean'], 'EndpointArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint/.*'], 'EndpointConfigArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint-config/.*'], 'EndpointConfigName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EndpointConfigNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'EndpointConfigSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'EndpointConfigSummary' => ['type' => 'structure', 'required' => ['EndpointConfigName', 'EndpointConfigArn', 'CreationTime'], 'members' => ['EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'EndpointConfigArn' => ['shape' => 'EndpointConfigArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'EndpointConfigSummaryList' => ['type' => 'list', 'member' => ['shape' => 'EndpointConfigSummary']], 'EndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'LocalPath'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3InputMode' => ['shape' => 'ProcessingS3InputMode'], 'S3DataDistributionType' => ['shape' => 'ProcessingS3DataDistributionType']]], 'EndpointName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'EndpointNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'EndpointSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'EndpointStatus' => ['type' => 'string', 'enum' => ['OutOfService', 'Creating', 'Updating', 'SystemUpdating', 'RollingBack', 'InService', 'Deleting', 'Failed']], 'EndpointSummary' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointArn' => ['shape' => 'EndpointArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'EndpointStatus' => ['shape' => 'EndpointStatus']]], 'EndpointSummaryList' => ['type' => 'list', 'member' => ['shape' => 'EndpointSummary']], 'EntityDescription' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'EntityName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'EnvironmentKey' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'EnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'EnvironmentKey'], 'value' => ['shape' => 'EnvironmentValue'], 'max' => 16], 'EnvironmentValue' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*'], 'ExecutionStatus' => ['type' => 'string', 'enum' => ['Pending', 'Completed', 'CompletedWithViolations', 'InProgress', 'Failed', 'Stopping', 'Stopped']], 'ExitMessage' => ['type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*'], 'Experiment' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'ExperimentArn' => ['shape' => 'ExperimentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'ExperimentSource'], 'Description' => ['shape' => 'ExperimentDescription'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Tags' => ['shape' => 'TagList']]], 'ExperimentArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment/.*'], 'ExperimentConfig' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentDisplayName' => ['shape' => 'ExperimentEntityName']]], 'ExperimentDescription' => ['type' => 'string', 'max' => 3072, 'pattern' => '.*'], 'ExperimentEntityName' => ['type' => 'string', 'max' => 82, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ExperimentSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'ExperimentSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'ExperimentSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'ExperimentSummaries' => ['type' => 'list', 'member' => ['shape' => 'ExperimentSummary']], 'ExperimentSummary' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentSource' => ['shape' => 'ExperimentSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'FailureReason' => ['type' => 'string', 'max' => 1024], 'FileSystemAccessMode' => ['type' => 'string', 'enum' => ['rw', 'ro']], 'FileSystemDataSource' => ['type' => 'structure', 'required' => ['FileSystemId', 'FileSystemAccessMode', 'FileSystemType', 'DirectoryPath'], 'members' => ['FileSystemId' => ['shape' => 'FileSystemId'], 'FileSystemAccessMode' => ['shape' => 'FileSystemAccessMode'], 'FileSystemType' => ['shape' => 'FileSystemType'], 'DirectoryPath' => ['shape' => 'DirectoryPath']]], 'FileSystemId' => ['type' => 'string', 'min' => 11, 'pattern' => '.*'], 'FileSystemType' => ['type' => 'string', 'enum' => ['EFS', 'FSxLustre']], 'Filter' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'ResourcePropertyName'], 'Operator' => ['shape' => 'Operator'], 'Value' => ['shape' => 'FilterValue']]], 'FilterList' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 20, 'min' => 1], 'FilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+'], 'FinalAutoMLJobObjectiveMetric' => ['type' => 'structure', 'required' => ['MetricName', 'Value'], 'members' => ['Type' => ['shape' => 'AutoMLJobObjectiveType'], 'MetricName' => ['shape' => 'AutoMLMetricEnum'], 'Value' => ['shape' => 'MetricValue']]], 'FinalHyperParameterTuningJobObjectiveMetric' => ['type' => 'structure', 'required' => ['MetricName', 'Value'], 'members' => ['Type' => ['shape' => 'HyperParameterTuningJobObjectiveType'], 'MetricName' => ['shape' => 'MetricName'], 'Value' => ['shape' => 'MetricValue']]], 'FinalMetricDataList' => ['type' => 'list', 'member' => ['shape' => 'MetricData'], 'max' => 40, 'min' => 0], 'Float' => ['type' => 'float'], 'FlowDefinitionArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*'], 'FlowDefinitionName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'FlowDefinitionOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'FlowDefinitionStatus' => ['type' => 'string', 'enum' => ['Initializing', 'Active', 'Failed', 'Deleting']], 'FlowDefinitionSummaries' => ['type' => 'list', 'member' => ['shape' => 'FlowDefinitionSummary']], 'FlowDefinitionSummary' => ['type' => 'structure', 'required' => ['FlowDefinitionName', 'FlowDefinitionArn', 'FlowDefinitionStatus', 'CreationTime'], 'members' => ['FlowDefinitionName' => ['shape' => 'FlowDefinitionName'], 'FlowDefinitionArn' => ['shape' => 'FlowDefinitionArn'], 'FlowDefinitionStatus' => ['shape' => 'FlowDefinitionStatus'], 'CreationTime' => ['shape' => 'Timestamp'], 'FailureReason' => ['shape' => 'FailureReason']]], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => ['type' => 'integer', 'max' => 864000, 'min' => 1], 'FlowDefinitionTaskCount' => ['type' => 'integer', 'max' => 3, 'min' => 1], 'FlowDefinitionTaskDescription' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'FlowDefinitionTaskKeyword' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$'], 'FlowDefinitionTaskKeywords' => ['type' => 'list', 'member' => ['shape' => 'FlowDefinitionTaskKeyword'], 'max' => 5, 'min' => 1], 'FlowDefinitionTaskTimeLimitInSeconds' => ['type' => 'integer', 'max' => 28800, 'min' => 30], 'FlowDefinitionTaskTitle' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$'], 'Framework' => ['type' => 'string', 'enum' => ['TENSORFLOW', 'KERAS', 'MXNET', 'ONNX', 'PYTORCH', 'XGBOOST', 'TFLITE']], 'GenerateCandidateDefinitionsOnly' => ['type' => 'boolean'], 'GetSearchSuggestionsRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceType'], 'SuggestionQuery' => ['shape' => 'SuggestionQuery']]], 'GetSearchSuggestionsResponse' => ['type' => 'structure', 'members' => ['PropertyNameSuggestions' => ['shape' => 'PropertyNameSuggestionList']]], 'GitConfig' => ['type' => 'structure', 'required' => ['RepositoryUrl'], 'members' => ['RepositoryUrl' => ['shape' => 'GitConfigUrl'], 'Branch' => ['shape' => 'Branch'], 'SecretArn' => ['shape' => 'SecretArn']]], 'GitConfigForUpdate' => ['type' => 'structure', 'members' => ['SecretArn' => ['shape' => 'SecretArn']]], 'GitConfigUrl' => ['type' => 'string', 'pattern' => '^https://([^/]+)/?(.*)$'], 'Group' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+'], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group'], 'max' => 10, 'min' => 1], 'HookParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'HumanLoopActivationConditions' => ['type' => 'string', 'max' => 10240], 'HumanLoopActivationConditionsConfig' => ['type' => 'structure', 'required' => ['HumanLoopActivationConditions'], 'members' => ['HumanLoopActivationConditions' => ['shape' => 'HumanLoopActivationConditions', 'jsonvalue' => \true]]], 'HumanLoopActivationConfig' => ['type' => 'structure', 'required' => ['HumanLoopActivationConditionsConfig'], 'members' => ['HumanLoopActivationConditionsConfig' => ['shape' => 'HumanLoopActivationConditionsConfig']]], 'HumanLoopConfig' => ['type' => 'structure', 'required' => ['WorkteamArn', 'HumanTaskUiArn', 'TaskTitle', 'TaskDescription', 'TaskCount'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'TaskTitle' => ['shape' => 'FlowDefinitionTaskTitle'], 'TaskDescription' => ['shape' => 'FlowDefinitionTaskDescription'], 'TaskCount' => ['shape' => 'FlowDefinitionTaskCount'], 'TaskAvailabilityLifetimeInSeconds' => ['shape' => 'FlowDefinitionTaskAvailabilityLifetimeInSeconds'], 'TaskTimeLimitInSeconds' => ['shape' => 'FlowDefinitionTaskTimeLimitInSeconds'], 'TaskKeywords' => ['shape' => 'FlowDefinitionTaskKeywords'], 'PublicWorkforceTaskPrice' => ['shape' => 'PublicWorkforceTaskPrice']]], 'HumanLoopRequestSource' => ['type' => 'structure', 'required' => ['AwsManagedHumanLoopRequestSource'], 'members' => ['AwsManagedHumanLoopRequestSource' => ['shape' => 'AwsManagedHumanLoopRequestSource']]], 'HumanTaskConfig' => ['type' => 'structure', 'required' => ['WorkteamArn', 'UiConfig', 'PreHumanTaskLambdaArn', 'TaskTitle', 'TaskDescription', 'NumberOfHumanWorkersPerDataObject', 'TaskTimeLimitInSeconds', 'AnnotationConsolidationConfig'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'UiConfig' => ['shape' => 'UiConfig'], 'PreHumanTaskLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'TaskKeywords' => ['shape' => 'TaskKeywords'], 'TaskTitle' => ['shape' => 'TaskTitle'], 'TaskDescription' => ['shape' => 'TaskDescription'], 'NumberOfHumanWorkersPerDataObject' => ['shape' => 'NumberOfHumanWorkersPerDataObject'], 'TaskTimeLimitInSeconds' => ['shape' => 'TaskTimeLimitInSeconds'], 'TaskAvailabilityLifetimeInSeconds' => ['shape' => 'TaskAvailabilityLifetimeInSeconds'], 'MaxConcurrentTaskCount' => ['shape' => 'MaxConcurrentTaskCount'], 'AnnotationConsolidationConfig' => ['shape' => 'AnnotationConsolidationConfig'], 'PublicWorkforceTaskPrice' => ['shape' => 'PublicWorkforceTaskPrice']]], 'HumanTaskUiArn' => ['type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-task-ui/.*'], 'HumanTaskUiName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*'], 'HumanTaskUiStatus' => ['type' => 'string', 'enum' => ['Active', 'Deleting']], 'HumanTaskUiSummaries' => ['type' => 'list', 'member' => ['shape' => 'HumanTaskUiSummary']], 'HumanTaskUiSummary' => ['type' => 'structure', 'required' => ['HumanTaskUiName', 'HumanTaskUiArn', 'CreationTime'], 'members' => ['HumanTaskUiName' => ['shape' => 'HumanTaskUiName'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'HyperParameterAlgorithmSpecification' => ['type' => 'structure', 'required' => ['TrainingInputMode'], 'members' => ['TrainingImage' => ['shape' => 'AlgorithmImage'], 'TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'AlgorithmName' => ['shape' => 'ArnOrName'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList']]], 'HyperParameterScalingType' => ['type' => 'string', 'enum' => ['Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic']], 'HyperParameterSpecification' => ['type' => 'structure', 'required' => ['Name', 'Type'], 'members' => ['Name' => ['shape' => 'ParameterName'], 'Description' => ['shape' => 'EntityDescription'], 'Type' => ['shape' => 'ParameterType'], 'Range' => ['shape' => 'ParameterRange'], 'IsTunable' => ['shape' => 'Boolean'], 'IsRequired' => ['shape' => 'Boolean'], 'DefaultValue' => ['shape' => 'ParameterValue']]], 'HyperParameterSpecifications' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterSpecification'], 'max' => 100, 'min' => 0], 'HyperParameterTrainingJobDefinition' => ['type' => 'structure', 'required' => ['AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['DefinitionName' => ['shape' => 'HyperParameterTrainingJobDefinitionName'], 'TuningObjective' => ['shape' => 'HyperParameterTuningJobObjective'], 'HyperParameterRanges' => ['shape' => 'ParameterRanges'], 'StaticHyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'HyperParameterAlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig']]], 'HyperParameterTrainingJobDefinitionName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'HyperParameterTrainingJobDefinitions' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTrainingJobDefinition'], 'max' => 10, 'min' => 1], 'HyperParameterTrainingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTrainingJobSummary']], 'HyperParameterTrainingJobSummary' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', 'TunedHyperParameters'], 'members' => ['TrainingJobDefinitionName' => ['shape' => 'HyperParameterTrainingJobDefinitionName'], 'TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'TunedHyperParameters' => ['shape' => 'HyperParameters'], 'FailureReason' => ['shape' => 'FailureReason'], 'FinalHyperParameterTuningJobObjectiveMetric' => ['shape' => 'FinalHyperParameterTuningJobObjectiveMetric'], 'ObjectiveStatus' => ['shape' => 'ObjectiveStatus']]], 'HyperParameterTuningJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:hyper-parameter-tuning-job/.*'], 'HyperParameterTuningJobConfig' => ['type' => 'structure', 'required' => ['Strategy', 'ResourceLimits'], 'members' => ['Strategy' => ['shape' => 'HyperParameterTuningJobStrategyType'], 'HyperParameterTuningJobObjective' => ['shape' => 'HyperParameterTuningJobObjective'], 'ResourceLimits' => ['shape' => 'ResourceLimits'], 'ParameterRanges' => ['shape' => 'ParameterRanges'], 'TrainingJobEarlyStoppingType' => ['shape' => 'TrainingJobEarlyStoppingType'], 'TuningJobCompletionCriteria' => ['shape' => 'TuningJobCompletionCriteria']]], 'HyperParameterTuningJobName' => ['type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'HyperParameterTuningJobObjective' => ['type' => 'structure', 'required' => ['Type', 'MetricName'], 'members' => ['Type' => ['shape' => 'HyperParameterTuningJobObjectiveType'], 'MetricName' => ['shape' => 'MetricName']]], 'HyperParameterTuningJobObjectiveType' => ['type' => 'string', 'enum' => ['Maximize', 'Minimize']], 'HyperParameterTuningJobObjectives' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTuningJobObjective']], 'HyperParameterTuningJobSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'Status', 'CreationTime']], 'HyperParameterTuningJobStatus' => ['type' => 'string', 'enum' => ['Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping']], 'HyperParameterTuningJobStrategyType' => ['type' => 'string', 'enum' => ['Bayesian', 'Random']], 'HyperParameterTuningJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'HyperParameterTuningJobSummary']], 'HyperParameterTuningJobSummary' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobStatus', 'Strategy', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'HyperParameterTuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'HyperParameterTuningJobStatus' => ['shape' => 'HyperParameterTuningJobStatus'], 'Strategy' => ['shape' => 'HyperParameterTuningJobStrategyType'], 'CreationTime' => ['shape' => 'Timestamp'], 'HyperParameterTuningEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatusCounters' => ['shape' => 'TrainingJobStatusCounters'], 'ObjectiveStatusCounters' => ['shape' => 'ObjectiveStatusCounters'], 'ResourceLimits' => ['shape' => 'ResourceLimits']]], 'HyperParameterTuningJobWarmStartConfig' => ['type' => 'structure', 'required' => ['ParentHyperParameterTuningJobs', 'WarmStartType'], 'members' => ['ParentHyperParameterTuningJobs' => ['shape' => 'ParentHyperParameterTuningJobs'], 'WarmStartType' => ['shape' => 'HyperParameterTuningJobWarmStartType']]], 'HyperParameterTuningJobWarmStartType' => ['type' => 'string', 'enum' => ['IdenticalDataAndAlgorithm', 'TransferLearning']], 'HyperParameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterKey'], 'value' => ['shape' => 'ParameterValue'], 'max' => 100, 'min' => 0], 'ImageArn' => ['type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$'], 'ImageConfig' => ['type' => 'structure', 'required' => ['RepositoryAccessMode'], 'members' => ['RepositoryAccessMode' => ['shape' => 'RepositoryAccessMode']]], 'ImageDigest' => ['type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$'], 'ImageUri' => ['type' => 'string', 'max' => 255, 'pattern' => '.*'], 'InferenceSpecification' => ['type' => 'structure', 'required' => ['Containers', 'SupportedTransformInstanceTypes', 'SupportedRealtimeInferenceInstanceTypes', 'SupportedContentTypes', 'SupportedResponseMIMETypes'], 'members' => ['Containers' => ['shape' => 'ModelPackageContainerDefinitionList'], 'SupportedTransformInstanceTypes' => ['shape' => 'TransformInstanceTypes'], 'SupportedRealtimeInferenceInstanceTypes' => ['shape' => 'RealtimeInferenceInstanceTypes'], 'SupportedContentTypes' => ['shape' => 'ContentTypes'], 'SupportedResponseMIMETypes' => ['shape' => 'ResponseMIMETypes']]], 'InputConfig' => ['type' => 'structure', 'required' => ['S3Uri', 'DataInputConfig', 'Framework'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'DataInputConfig' => ['shape' => 'DataInputConfig'], 'Framework' => ['shape' => 'Framework']]], 'InputDataConfig' => ['type' => 'list', 'member' => ['shape' => 'Channel'], 'max' => 20, 'min' => 1], 'InputModes' => ['type' => 'list', 'member' => ['shape' => 'TrainingInputMode'], 'min' => 1], 'InstanceType' => ['type' => 'string', 'enum' => ['ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge']], 'IntegerParameterRange' => ['type' => 'structure', 'required' => ['Name', 'MinValue', 'MaxValue'], 'members' => ['Name' => ['shape' => 'ParameterKey'], 'MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue'], 'ScalingType' => ['shape' => 'HyperParameterScalingType']]], 'IntegerParameterRangeSpecification' => ['type' => 'structure', 'required' => ['MinValue', 'MaxValue'], 'members' => ['MinValue' => ['shape' => 'ParameterValue'], 'MaxValue' => ['shape' => 'ParameterValue']]], 'IntegerParameterRanges' => ['type' => 'list', 'member' => ['shape' => 'IntegerParameterRange'], 'max' => 20, 'min' => 0], 'InvocationsMaxRetries' => ['type' => 'integer', 'max' => 3, 'min' => 0], 'InvocationsTimeoutInSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 1], 'JobReferenceCode' => ['type' => 'string', 'min' => 1, 'pattern' => '.+'], 'JobReferenceCodeContains' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'JoinSource' => ['type' => 'string', 'enum' => ['Input', 'None']], 'JsonContentType' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*'], 'JsonContentTypes' => ['type' => 'list', 'member' => ['shape' => 'JsonContentType'], 'max' => 10, 'min' => 1], 'JsonPath' => ['type' => 'string', 'max' => 63, 'min' => 0], 'JupyterServerAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'KernelGatewayAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'KmsKeyId' => ['type' => 'string', 'max' => 2048, 'pattern' => '.*'], 'LabelAttributeName' => ['type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'LabelCounter' => ['type' => 'integer', 'min' => 0], 'LabelCounters' => ['type' => 'structure', 'members' => ['TotalLabeled' => ['shape' => 'LabelCounter'], 'HumanLabeled' => ['shape' => 'LabelCounter'], 'MachineLabeled' => ['shape' => 'LabelCounter'], 'FailedNonRetryableError' => ['shape' => 'LabelCounter'], 'Unlabeled' => ['shape' => 'LabelCounter']]], 'LabelCountersForWorkteam' => ['type' => 'structure', 'members' => ['HumanLabeled' => ['shape' => 'LabelCounter'], 'PendingHuman' => ['shape' => 'LabelCounter'], 'Total' => ['shape' => 'LabelCounter']]], 'LabelingJobAlgorithmSpecificationArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:.*'], 'LabelingJobAlgorithmsConfig' => ['type' => 'structure', 'required' => ['LabelingJobAlgorithmSpecificationArn'], 'members' => ['LabelingJobAlgorithmSpecificationArn' => ['shape' => 'LabelingJobAlgorithmSpecificationArn'], 'InitialActiveLearningModelArn' => ['shape' => 'ModelArn'], 'LabelingJobResourceConfig' => ['shape' => 'LabelingJobResourceConfig']]], 'LabelingJobArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:labeling-job/.*'], 'LabelingJobDataAttributes' => ['type' => 'structure', 'members' => ['ContentClassifiers' => ['shape' => 'ContentClassifiers']]], 'LabelingJobDataSource' => ['type' => 'structure', 'members' => ['S3DataSource' => ['shape' => 'LabelingJobS3DataSource']]], 'LabelingJobForWorkteamSummary' => ['type' => 'structure', 'required' => ['JobReferenceCode', 'WorkRequesterAccountId', 'CreationTime'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'JobReferenceCode' => ['shape' => 'JobReferenceCode'], 'WorkRequesterAccountId' => ['shape' => 'AccountId'], 'CreationTime' => ['shape' => 'Timestamp'], 'LabelCounters' => ['shape' => 'LabelCountersForWorkteam'], 'NumberOfHumanWorkersPerDataObject' => ['shape' => 'NumberOfHumanWorkersPerDataObject']]], 'LabelingJobForWorkteamSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LabelingJobForWorkteamSummary']], 'LabelingJobInputConfig' => ['type' => 'structure', 'required' => ['DataSource'], 'members' => ['DataSource' => ['shape' => 'LabelingJobDataSource'], 'DataAttributes' => ['shape' => 'LabelingJobDataAttributes']]], 'LabelingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'LabelingJobOutput' => ['type' => 'structure', 'required' => ['OutputDatasetS3Uri'], 'members' => ['OutputDatasetS3Uri' => ['shape' => 'S3Uri'], 'FinalActiveLearningModelArn' => ['shape' => 'ModelArn']]], 'LabelingJobOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'LabelingJobResourceConfig' => ['type' => 'structure', 'members' => ['VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'LabelingJobS3DataSource' => ['type' => 'structure', 'required' => ['ManifestS3Uri'], 'members' => ['ManifestS3Uri' => ['shape' => 'S3Uri']]], 'LabelingJobStatus' => ['type' => 'string', 'enum' => ['Initializing', 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'LabelingJobStoppingConditions' => ['type' => 'structure', 'members' => ['MaxHumanLabeledObjectCount' => ['shape' => 'MaxHumanLabeledObjectCount'], 'MaxPercentageOfInputDatasetLabeled' => ['shape' => 'MaxPercentageOfInputDatasetLabeled']]], 'LabelingJobSummary' => ['type' => 'structure', 'required' => ['LabelingJobName', 'LabelingJobArn', 'CreationTime', 'LastModifiedTime', 'LabelingJobStatus', 'LabelCounters', 'WorkteamArn', 'PreHumanTaskLambdaArn'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LabelingJobStatus' => ['shape' => 'LabelingJobStatus'], 'LabelCounters' => ['shape' => 'LabelCounters'], 'WorkteamArn' => ['shape' => 'WorkteamArn'], 'PreHumanTaskLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'AnnotationConsolidationLambdaArn' => ['shape' => 'LambdaFunctionArn'], 'FailureReason' => ['shape' => 'FailureReason'], 'LabelingJobOutput' => ['shape' => 'LabelingJobOutput'], 'InputConfig' => ['shape' => 'LabelingJobInputConfig']]], 'LabelingJobSummaryList' => ['type' => 'list', 'member' => ['shape' => 'LabelingJobSummary']], 'LambdaFunctionArn' => ['type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?'], 'LastModifiedTime' => ['type' => 'timestamp'], 'ListAlgorithmsInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'AlgorithmSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListAlgorithmsOutput' => ['type' => 'structure', 'required' => ['AlgorithmSummaryList'], 'members' => ['AlgorithmSummaryList' => ['shape' => 'AlgorithmSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAppsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortOrder' => ['shape' => 'SortOrder'], 'SortBy' => ['shape' => 'AppSortKey'], 'DomainIdEquals' => ['shape' => 'DomainId'], 'UserProfileNameEquals' => ['shape' => 'UserProfileName']]], 'ListAppsResponse' => ['type' => 'structure', 'members' => ['Apps' => ['shape' => 'AppList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAutoMLJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'AutoMLNameContains'], 'StatusEquals' => ['shape' => 'AutoMLJobStatus'], 'SortOrder' => ['shape' => 'AutoMLSortOrder'], 'SortBy' => ['shape' => 'AutoMLSortBy'], 'MaxResults' => ['shape' => 'AutoMLMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAutoMLJobsResponse' => ['type' => 'structure', 'required' => ['AutoMLJobSummaries'], 'members' => ['AutoMLJobSummaries' => ['shape' => 'AutoMLJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCandidatesForAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName'], 'StatusEquals' => ['shape' => 'CandidateStatus'], 'CandidateNameEquals' => ['shape' => 'CandidateName'], 'SortOrder' => ['shape' => 'AutoMLSortOrder'], 'SortBy' => ['shape' => 'CandidateSortBy'], 'MaxResults' => ['shape' => 'AutoMLMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListCandidatesForAutoMLJobResponse' => ['type' => 'structure', 'required' => ['Candidates'], 'members' => ['Candidates' => ['shape' => 'AutoMLCandidates'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCodeRepositoriesInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'CodeRepositoryNameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'CodeRepositorySortBy'], 'SortOrder' => ['shape' => 'CodeRepositorySortOrder']]], 'ListCodeRepositoriesOutput' => ['type' => 'structure', 'required' => ['CodeRepositorySummaryList'], 'members' => ['CodeRepositorySummaryList' => ['shape' => 'CodeRepositorySummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCompilationJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'CompilationJobStatus'], 'SortBy' => ['shape' => 'ListCompilationJobsSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListCompilationJobsResponse' => ['type' => 'structure', 'required' => ['CompilationJobSummaries'], 'members' => ['CompilationJobSummaries' => ['shape' => 'CompilationJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCompilationJobsSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'ListDomainsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDomainsResponse' => ['type' => 'structure', 'members' => ['Domains' => ['shape' => 'DomainList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEndpointConfigsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'EndpointConfigSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'EndpointConfigNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'ListEndpointConfigsOutput' => ['type' => 'structure', 'required' => ['EndpointConfigs'], 'members' => ['EndpointConfigs' => ['shape' => 'EndpointConfigSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListEndpointsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'EndpointSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'EndpointNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'EndpointStatus']]], 'ListEndpointsOutput' => ['type' => 'structure', 'required' => ['Endpoints'], 'members' => ['Endpoints' => ['shape' => 'EndpointSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListExperimentsRequest' => ['type' => 'structure', 'members' => ['CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortExperimentsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListExperimentsResponse' => ['type' => 'structure', 'members' => ['ExperimentSummaries' => ['shape' => 'ExperimentSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFlowDefinitionsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListFlowDefinitionsResponse' => ['type' => 'structure', 'required' => ['FlowDefinitionSummaries'], 'members' => ['FlowDefinitionSummaries' => ['shape' => 'FlowDefinitionSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHumanTaskUisRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListHumanTaskUisResponse' => ['type' => 'structure', 'required' => ['HumanTaskUiSummaries'], 'members' => ['HumanTaskUiSummaries' => ['shape' => 'HumanTaskUiSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListHyperParameterTuningJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'SortBy' => ['shape' => 'HyperParameterTuningJobSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder'], 'NameContains' => ['shape' => 'NameContains'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'HyperParameterTuningJobStatus']]], 'ListHyperParameterTuningJobsResponse' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobSummaries'], 'members' => ['HyperParameterTuningJobSummaries' => ['shape' => 'HyperParameterTuningJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLabelingJobsForWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'JobReferenceCodeContains' => ['shape' => 'JobReferenceCodeContains'], 'SortBy' => ['shape' => 'ListLabelingJobsForWorkteamSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListLabelingJobsForWorkteamResponse' => ['type' => 'structure', 'required' => ['LabelingJobSummaryList'], 'members' => ['LabelingJobSummaryList' => ['shape' => 'LabelingJobForWorkteamSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListLabelingJobsForWorkteamSortByOptions' => ['type' => 'string', 'enum' => ['CreationTime']], 'ListLabelingJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'NameContains' => ['shape' => 'NameContains'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'StatusEquals' => ['shape' => 'LabelingJobStatus']]], 'ListLabelingJobsResponse' => ['type' => 'structure', 'members' => ['LabelingJobSummaryList' => ['shape' => 'LabelingJobSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListModelPackagesInput' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'CreationTime'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'NextToken' => ['shape' => 'NextToken'], 'SortBy' => ['shape' => 'ModelPackageSortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListModelPackagesOutput' => ['type' => 'structure', 'required' => ['ModelPackageSummaryList'], 'members' => ['ModelPackageSummaryList' => ['shape' => 'ModelPackageSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListModelsInput' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'ModelSortKey'], 'SortOrder' => ['shape' => 'OrderKey'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'ModelNameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp']]], 'ListModelsOutput' => ['type' => 'structure', 'required' => ['Models'], 'members' => ['Models' => ['shape' => 'ModelSummaryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListMonitoringExecutionsRequest' => ['type' => 'structure', 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'EndpointName' => ['shape' => 'EndpointName'], 'SortBy' => ['shape' => 'MonitoringExecutionSortKey'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'ScheduledTimeBefore' => ['shape' => 'Timestamp'], 'ScheduledTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'ExecutionStatus']]], 'ListMonitoringExecutionsResponse' => ['type' => 'structure', 'required' => ['MonitoringExecutionSummaries'], 'members' => ['MonitoringExecutionSummaries' => ['shape' => 'MonitoringExecutionSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMonitoringSchedulesRequest' => ['type' => 'structure', 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'SortBy' => ['shape' => 'MonitoringScheduleSortKey'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'NameContains'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'StatusEquals' => ['shape' => 'ScheduleStatus']]], 'ListMonitoringSchedulesResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleSummaries'], 'members' => ['MonitoringScheduleSummaries' => ['shape' => 'MonitoringScheduleSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListNotebookInstanceLifecycleConfigsInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortBy' => ['shape' => 'NotebookInstanceLifecycleConfigSortKey'], 'SortOrder' => ['shape' => 'NotebookInstanceLifecycleConfigSortOrder'], 'NameContains' => ['shape' => 'NotebookInstanceLifecycleConfigNameContains'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime']]], 'ListNotebookInstanceLifecycleConfigsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'NotebookInstanceLifecycleConfigs' => ['shape' => 'NotebookInstanceLifecycleConfigSummaryList']]], 'ListNotebookInstancesInput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortBy' => ['shape' => 'NotebookInstanceSortKey'], 'SortOrder' => ['shape' => 'NotebookInstanceSortOrder'], 'NameContains' => ['shape' => 'NotebookInstanceNameContains'], 'CreationTimeBefore' => ['shape' => 'CreationTime'], 'CreationTimeAfter' => ['shape' => 'CreationTime'], 'LastModifiedTimeBefore' => ['shape' => 'LastModifiedTime'], 'LastModifiedTimeAfter' => ['shape' => 'LastModifiedTime'], 'StatusEquals' => ['shape' => 'NotebookInstanceStatus'], 'NotebookInstanceLifecycleConfigNameContains' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DefaultCodeRepositoryContains' => ['shape' => 'CodeRepositoryContains'], 'AdditionalCodeRepositoryEquals' => ['shape' => 'CodeRepositoryNameOrUrl']]], 'ListNotebookInstancesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'NotebookInstances' => ['shape' => 'NotebookInstanceSummaryList']]], 'ListProcessingJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'String'], 'StatusEquals' => ['shape' => 'ProcessingJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListProcessingJobsResponse' => ['type' => 'structure', 'required' => ['ProcessingJobSummaries'], 'members' => ['ProcessingJobSummaries' => ['shape' => 'ProcessingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSubscribedWorkteamsRequest' => ['type' => 'structure', 'members' => ['NameContains' => ['shape' => 'WorkteamName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListSubscribedWorkteamsResponse' => ['type' => 'structure', 'required' => ['SubscribedWorkteams'], 'members' => ['SubscribedWorkteams' => ['shape' => 'SubscribedWorkteams'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsInput' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'ListTagsMaxResults']]], 'ListTagsMaxResults' => ['type' => 'integer', 'min' => 50], 'ListTagsOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrainingJobsForHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StatusEquals' => ['shape' => 'TrainingJobStatus'], 'SortBy' => ['shape' => 'TrainingJobSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListTrainingJobsForHyperParameterTuningJobResponse' => ['type' => 'structure', 'required' => ['TrainingJobSummaries'], 'members' => ['TrainingJobSummaries' => ['shape' => 'HyperParameterTrainingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrainingJobsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'TrainingJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder']]], 'ListTrainingJobsResponse' => ['type' => 'structure', 'required' => ['TrainingJobSummaries'], 'members' => ['TrainingJobSummaries' => ['shape' => 'TrainingJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTransformJobsRequest' => ['type' => 'structure', 'members' => ['CreationTimeAfter' => ['shape' => 'Timestamp'], 'CreationTimeBefore' => ['shape' => 'Timestamp'], 'LastModifiedTimeAfter' => ['shape' => 'Timestamp'], 'LastModifiedTimeBefore' => ['shape' => 'Timestamp'], 'NameContains' => ['shape' => 'NameContains'], 'StatusEquals' => ['shape' => 'TransformJobStatus'], 'SortBy' => ['shape' => 'SortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListTransformJobsResponse' => ['type' => 'structure', 'required' => ['TransformJobSummaries'], 'members' => ['TransformJobSummaries' => ['shape' => 'TransformJobSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialComponentKey256' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentKey256']], 'ListTrialComponentsRequest' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'SourceArn' => ['shape' => 'String256'], 'CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortTrialComponentsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialComponentsResponse' => ['type' => 'structure', 'members' => ['TrialComponentSummaries' => ['shape' => 'TrialComponentSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialsRequest' => ['type' => 'structure', 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'CreatedAfter' => ['shape' => 'Timestamp'], 'CreatedBefore' => ['shape' => 'Timestamp'], 'SortBy' => ['shape' => 'SortTrialsBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTrialsResponse' => ['type' => 'structure', 'members' => ['TrialSummaries' => ['shape' => 'TrialSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListUserProfilesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'SortOrder' => ['shape' => 'SortOrder'], 'SortBy' => ['shape' => 'UserProfileSortKey'], 'DomainIdEquals' => ['shape' => 'DomainId'], 'UserProfileNameContains' => ['shape' => 'UserProfileName']]], 'ListUserProfilesResponse' => ['type' => 'structure', 'members' => ['UserProfiles' => ['shape' => 'UserProfileList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWorkforcesRequest' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'ListWorkforcesSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder'], 'NameContains' => ['shape' => 'WorkforceName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListWorkforcesResponse' => ['type' => 'structure', 'required' => ['Workforces'], 'members' => ['Workforces' => ['shape' => 'Workforces'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWorkforcesSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'CreateDate']], 'ListWorkteamsRequest' => ['type' => 'structure', 'members' => ['SortBy' => ['shape' => 'ListWorkteamsSortByOptions'], 'SortOrder' => ['shape' => 'SortOrder'], 'NameContains' => ['shape' => 'WorkteamName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListWorkteamsResponse' => ['type' => 'structure', 'required' => ['Workteams'], 'members' => ['Workteams' => ['shape' => 'Workteams'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWorkteamsSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'CreateDate']], 'MaxAutoMLJobRuntimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxCandidates' => ['type' => 'integer', 'min' => 1], 'MaxConcurrentTaskCount' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'MaxConcurrentTransforms' => ['type' => 'integer', 'min' => 0], 'MaxHumanLabeledObjectCount' => ['type' => 'integer', 'min' => 1], 'MaxNumberOfTrainingJobs' => ['type' => 'integer', 'min' => 1], 'MaxParallelTrainingJobs' => ['type' => 'integer', 'min' => 1], 'MaxPayloadInMB' => ['type' => 'integer', 'min' => 0], 'MaxPercentageOfInputDatasetLabeled' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxRuntimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxRuntimePerTrainingJobInSeconds' => ['type' => 'integer', 'min' => 1], 'MaxWaitTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'MediaType' => ['type' => 'string', 'max' => 64, 'pattern' => '^[\\w]+\\/[\\w+]+$'], 'MemberDefinition' => ['type' => 'structure', 'members' => ['CognitoMemberDefinition' => ['shape' => 'CognitoMemberDefinition'], 'OidcMemberDefinition' => ['shape' => 'OidcMemberDefinition']]], 'MemberDefinitions' => ['type' => 'list', 'member' => ['shape' => 'MemberDefinition'], 'max' => 10, 'min' => 1], 'MetricData' => ['type' => 'structure', 'members' => ['MetricName' => ['shape' => 'MetricName'], 'Value' => ['shape' => 'Float'], 'Timestamp' => ['shape' => 'Timestamp']]], 'MetricDefinition' => ['type' => 'structure', 'required' => ['Name', 'Regex'], 'members' => ['Name' => ['shape' => 'MetricName'], 'Regex' => ['shape' => 'MetricRegex']]], 'MetricDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'MetricDefinition'], 'max' => 40, 'min' => 0], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'MetricRegex' => ['type' => 'string', 'max' => 500, 'min' => 1, 'pattern' => '.+'], 'MetricValue' => ['type' => 'float'], 'ModelArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model/.*'], 'ModelArtifacts' => ['type' => 'structure', 'required' => ['S3ModelArtifacts'], 'members' => ['S3ModelArtifacts' => ['shape' => 'S3Uri']]], 'ModelClientConfig' => ['type' => 'structure', 'members' => ['InvocationsTimeoutInSeconds' => ['shape' => 'InvocationsTimeoutInSeconds'], 'InvocationsMaxRetries' => ['shape' => 'InvocationsMaxRetries']]], 'ModelName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ModelNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'ModelPackageArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*'], 'ModelPackageContainerDefinition' => ['type' => 'structure', 'required' => ['Image'], 'members' => ['ContainerHostname' => ['shape' => 'ContainerHostname'], 'Image' => ['shape' => 'ContainerImage'], 'ImageDigest' => ['shape' => 'ImageDigest'], 'ModelDataUrl' => ['shape' => 'Url'], 'ProductId' => ['shape' => 'ProductId']]], 'ModelPackageContainerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageContainerDefinition'], 'max' => 1, 'min' => 1], 'ModelPackageSortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'ModelPackageStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Completed', 'Failed', 'Deleting']], 'ModelPackageStatusDetails' => ['type' => 'structure', 'required' => ['ValidationStatuses'], 'members' => ['ValidationStatuses' => ['shape' => 'ModelPackageStatusItemList'], 'ImageScanStatuses' => ['shape' => 'ModelPackageStatusItemList']]], 'ModelPackageStatusItem' => ['type' => 'structure', 'required' => ['Name', 'Status'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Status' => ['shape' => 'DetailedModelPackageStatus'], 'FailureReason' => ['shape' => 'String']]], 'ModelPackageStatusItemList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageStatusItem']], 'ModelPackageSummary' => ['type' => 'structure', 'required' => ['ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus'], 'members' => ['ModelPackageName' => ['shape' => 'EntityName'], 'ModelPackageArn' => ['shape' => 'ModelPackageArn'], 'ModelPackageDescription' => ['shape' => 'EntityDescription'], 'CreationTime' => ['shape' => 'CreationTime'], 'ModelPackageStatus' => ['shape' => 'ModelPackageStatus']]], 'ModelPackageSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageSummary']], 'ModelPackageValidationProfile' => ['type' => 'structure', 'required' => ['ProfileName', 'TransformJobDefinition'], 'members' => ['ProfileName' => ['shape' => 'EntityName'], 'TransformJobDefinition' => ['shape' => 'TransformJobDefinition']]], 'ModelPackageValidationProfiles' => ['type' => 'list', 'member' => ['shape' => 'ModelPackageValidationProfile'], 'max' => 1, 'min' => 1], 'ModelPackageValidationSpecification' => ['type' => 'structure', 'required' => ['ValidationRole', 'ValidationProfiles'], 'members' => ['ValidationRole' => ['shape' => 'RoleArn'], 'ValidationProfiles' => ['shape' => 'ModelPackageValidationProfiles']]], 'ModelSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'ModelSummary' => ['type' => 'structure', 'required' => ['ModelName', 'ModelArn', 'CreationTime'], 'members' => ['ModelName' => ['shape' => 'ModelName'], 'ModelArn' => ['shape' => 'ModelArn'], 'CreationTime' => ['shape' => 'Timestamp']]], 'ModelSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ModelSummary']], 'MonitoringAppSpecification' => ['type' => 'structure', 'required' => ['ImageUri'], 'members' => ['ImageUri' => ['shape' => 'ImageUri'], 'ContainerEntrypoint' => ['shape' => 'ContainerEntrypoint'], 'ContainerArguments' => ['shape' => 'MonitoringContainerArguments'], 'RecordPreprocessorSourceUri' => ['shape' => 'S3Uri'], 'PostAnalyticsProcessorSourceUri' => ['shape' => 'S3Uri']]], 'MonitoringBaselineConfig' => ['type' => 'structure', 'members' => ['ConstraintsResource' => ['shape' => 'MonitoringConstraintsResource'], 'StatisticsResource' => ['shape' => 'MonitoringStatisticsResource']]], 'MonitoringClusterConfig' => ['type' => 'structure', 'required' => ['InstanceCount', 'InstanceType', 'VolumeSizeInGB'], 'members' => ['InstanceCount' => ['shape' => 'ProcessingInstanceCount'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'ProcessingVolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'MonitoringConstraintsResource' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'MonitoringContainerArguments' => ['type' => 'list', 'member' => ['shape' => 'ContainerArgument'], 'max' => 50, 'min' => 1], 'MonitoringEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'ProcessingEnvironmentKey'], 'value' => ['shape' => 'ProcessingEnvironmentValue'], 'max' => 50], 'MonitoringExecutionSortKey' => ['type' => 'string', 'enum' => ['CreationTime', 'ScheduledTime', 'Status']], 'MonitoringExecutionSummary' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'ScheduledTime', 'CreationTime', 'LastModifiedTime', 'MonitoringExecutionStatus'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'ScheduledTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringExecutionStatus' => ['shape' => 'ExecutionStatus'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'EndpointName' => ['shape' => 'EndpointName'], 'FailureReason' => ['shape' => 'FailureReason']]], 'MonitoringExecutionSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MonitoringExecutionSummary']], 'MonitoringInput' => ['type' => 'structure', 'required' => ['EndpointInput'], 'members' => ['EndpointInput' => ['shape' => 'EndpointInput']]], 'MonitoringInputs' => ['type' => 'list', 'member' => ['shape' => 'MonitoringInput'], 'max' => 1, 'min' => 1], 'MonitoringJobDefinition' => ['type' => 'structure', 'required' => ['MonitoringInputs', 'MonitoringOutputConfig', 'MonitoringResources', 'MonitoringAppSpecification', 'RoleArn'], 'members' => ['BaselineConfig' => ['shape' => 'MonitoringBaselineConfig'], 'MonitoringInputs' => ['shape' => 'MonitoringInputs'], 'MonitoringOutputConfig' => ['shape' => 'MonitoringOutputConfig'], 'MonitoringResources' => ['shape' => 'MonitoringResources'], 'MonitoringAppSpecification' => ['shape' => 'MonitoringAppSpecification'], 'StoppingCondition' => ['shape' => 'MonitoringStoppingCondition'], 'Environment' => ['shape' => 'MonitoringEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn']]], 'MonitoringMaxRuntimeInSeconds' => ['type' => 'integer', 'max' => 86400, 'min' => 1], 'MonitoringOutput' => ['type' => 'structure', 'required' => ['S3Output'], 'members' => ['S3Output' => ['shape' => 'MonitoringS3Output']]], 'MonitoringOutputConfig' => ['type' => 'structure', 'required' => ['MonitoringOutputs'], 'members' => ['MonitoringOutputs' => ['shape' => 'MonitoringOutputs'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'MonitoringOutputs' => ['type' => 'list', 'member' => ['shape' => 'MonitoringOutput'], 'max' => 1, 'min' => 1], 'MonitoringResources' => ['type' => 'structure', 'required' => ['ClusterConfig'], 'members' => ['ClusterConfig' => ['shape' => 'MonitoringClusterConfig']]], 'MonitoringS3Output' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath'], 'members' => ['S3Uri' => ['shape' => 'MonitoringS3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3UploadMode' => ['shape' => 'ProcessingS3UploadMode']]], 'MonitoringS3Uri' => ['type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'MonitoringScheduleArn' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'MonitoringScheduleConfig' => ['type' => 'structure', 'required' => ['MonitoringJobDefinition'], 'members' => ['ScheduleConfig' => ['shape' => 'ScheduleConfig'], 'MonitoringJobDefinition' => ['shape' => 'MonitoringJobDefinition']]], 'MonitoringScheduleName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'MonitoringScheduleSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'MonitoringScheduleSummary' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleArn', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleStatus'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleStatus' => ['shape' => 'ScheduleStatus'], 'EndpointName' => ['shape' => 'EndpointName']]], 'MonitoringScheduleSummaryList' => ['type' => 'list', 'member' => ['shape' => 'MonitoringScheduleSummary']], 'MonitoringStatisticsResource' => ['type' => 'structure', 'members' => ['S3Uri' => ['shape' => 'S3Uri']]], 'MonitoringStoppingCondition' => ['type' => 'structure', 'required' => ['MaxRuntimeInSeconds'], 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'MonitoringMaxRuntimeInSeconds']]], 'NameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+'], 'NestedFilters' => ['type' => 'structure', 'required' => ['NestedPropertyName', 'Filters'], 'members' => ['NestedPropertyName' => ['shape' => 'ResourcePropertyName'], 'Filters' => ['shape' => 'FilterList']]], 'NestedFiltersList' => ['type' => 'list', 'member' => ['shape' => 'NestedFilters'], 'max' => 20, 'min' => 1], 'NetworkConfig' => ['type' => 'structure', 'members' => ['EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'VpcConfig' => ['shape' => 'VpcConfig']]], 'NetworkInterfaceId' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'NotebookInstanceAcceleratorType' => ['type' => 'string', 'enum' => ['ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge']], 'NotebookInstanceAcceleratorTypes' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceAcceleratorType']], 'NotebookInstanceArn' => ['type' => 'string', 'max' => 256], 'NotebookInstanceLifecycleConfigArn' => ['type' => 'string', 'max' => 256], 'NotebookInstanceLifecycleConfigContent' => ['type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'NotebookInstanceLifecycleConfigList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceLifecycleHook'], 'max' => 1], 'NotebookInstanceLifecycleConfigName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'NotebookInstanceLifecycleConfigNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'NotebookInstanceLifecycleConfigSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'LastModifiedTime']], 'NotebookInstanceLifecycleConfigSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'NotebookInstanceLifecycleConfigSummary' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName', 'NotebookInstanceLifecycleConfigArn'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'NotebookInstanceLifecycleConfigArn' => ['shape' => 'NotebookInstanceLifecycleConfigArn'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime']]], 'NotebookInstanceLifecycleConfigSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceLifecycleConfigSummary']], 'NotebookInstanceLifecycleHook' => ['type' => 'structure', 'members' => ['Content' => ['shape' => 'NotebookInstanceLifecycleConfigContent']]], 'NotebookInstanceName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'NotebookInstanceNameContains' => ['type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+'], 'NotebookInstanceSortKey' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'NotebookInstanceSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'NotebookInstanceStatus' => ['type' => 'string', 'enum' => ['Pending', 'InService', 'Stopping', 'Stopped', 'Failed', 'Deleting', 'Updating']], 'NotebookInstanceSummary' => ['type' => 'structure', 'required' => ['NotebookInstanceName', 'NotebookInstanceArn'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'NotebookInstanceArn' => ['shape' => 'NotebookInstanceArn'], 'NotebookInstanceStatus' => ['shape' => 'NotebookInstanceStatus'], 'Url' => ['shape' => 'NotebookInstanceUrl'], 'InstanceType' => ['shape' => 'InstanceType'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime'], 'NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls']]], 'NotebookInstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'NotebookInstanceSummary']], 'NotebookInstanceUrl' => ['type' => 'string'], 'NotebookInstanceVolumeSizeInGB' => ['type' => 'integer', 'max' => 16384, 'min' => 5], 'NotebookOutputOption' => ['type' => 'string', 'enum' => ['Allowed', 'Disabled']], 'NotificationConfiguration' => ['type' => 'structure', 'members' => ['NotificationTopicArn' => ['shape' => 'NotificationTopicArn']]], 'NotificationTopicArn' => ['type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*'], 'NumberOfHumanWorkersPerDataObject' => ['type' => 'integer', 'max' => 9, 'min' => 1], 'ObjectiveStatus' => ['type' => 'string', 'enum' => ['Succeeded', 'Pending', 'Failed']], 'ObjectiveStatusCounter' => ['type' => 'integer', 'min' => 0], 'ObjectiveStatusCounters' => ['type' => 'structure', 'members' => ['Succeeded' => ['shape' => 'ObjectiveStatusCounter'], 'Pending' => ['shape' => 'ObjectiveStatusCounter'], 'Failed' => ['shape' => 'ObjectiveStatusCounter']]], 'OidcConfig' => ['type' => 'structure', 'required' => ['ClientId', 'ClientSecret', 'Issuer', 'AuthorizationEndpoint', 'TokenEndpoint', 'UserInfoEndpoint', 'LogoutEndpoint', 'JwksUri'], 'members' => ['ClientId' => ['shape' => 'ClientId'], 'ClientSecret' => ['shape' => 'ClientSecret'], 'Issuer' => ['shape' => 'OidcEndpoint'], 'AuthorizationEndpoint' => ['shape' => 'OidcEndpoint'], 'TokenEndpoint' => ['shape' => 'OidcEndpoint'], 'UserInfoEndpoint' => ['shape' => 'OidcEndpoint'], 'LogoutEndpoint' => ['shape' => 'OidcEndpoint'], 'JwksUri' => ['shape' => 'OidcEndpoint']]], 'OidcConfigForResponse' => ['type' => 'structure', 'members' => ['ClientId' => ['shape' => 'ClientId'], 'Issuer' => ['shape' => 'OidcEndpoint'], 'AuthorizationEndpoint' => ['shape' => 'OidcEndpoint'], 'TokenEndpoint' => ['shape' => 'OidcEndpoint'], 'UserInfoEndpoint' => ['shape' => 'OidcEndpoint'], 'LogoutEndpoint' => ['shape' => 'OidcEndpoint'], 'JwksUri' => ['shape' => 'OidcEndpoint']]], 'OidcEndpoint' => ['type' => 'string', 'max' => 500, 'pattern' => 'https://\\S+'], 'OidcMemberDefinition' => ['type' => 'structure', 'required' => ['Groups'], 'members' => ['Groups' => ['shape' => 'Groups']]], 'Operator' => ['type' => 'string', 'enum' => ['Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LessThan', 'LessThanOrEqualTo', 'Contains', 'Exists', 'NotExists', 'In']], 'OptionalDouble' => ['type' => 'double'], 'OptionalInteger' => ['type' => 'integer'], 'OptionalVolumeSizeInGB' => ['type' => 'integer', 'min' => 0], 'OrderKey' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'OutputConfig' => ['type' => 'structure', 'required' => ['S3OutputLocation'], 'members' => ['S3OutputLocation' => ['shape' => 'S3Uri'], 'TargetDevice' => ['shape' => 'TargetDevice'], 'TargetPlatform' => ['shape' => 'TargetPlatform'], 'CompilerOptions' => ['shape' => 'CompilerOptions']]], 'OutputDataConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['KmsKeyId' => ['shape' => 'KmsKeyId'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'PaginationToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.*'], 'ParameterKey' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ParameterName' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*'], 'ParameterRange' => ['type' => 'structure', 'members' => ['IntegerParameterRangeSpecification' => ['shape' => 'IntegerParameterRangeSpecification'], 'ContinuousParameterRangeSpecification' => ['shape' => 'ContinuousParameterRangeSpecification'], 'CategoricalParameterRangeSpecification' => ['shape' => 'CategoricalParameterRangeSpecification']]], 'ParameterRanges' => ['type' => 'structure', 'members' => ['IntegerParameterRanges' => ['shape' => 'IntegerParameterRanges'], 'ContinuousParameterRanges' => ['shape' => 'ContinuousParameterRanges'], 'CategoricalParameterRanges' => ['shape' => 'CategoricalParameterRanges']]], 'ParameterType' => ['type' => 'string', 'enum' => ['Integer', 'Continuous', 'Categorical', 'FreeText']], 'ParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ParameterValues' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue'], 'max' => 20, 'min' => 1], 'Parent' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName']]], 'ParentHyperParameterTuningJob' => ['type' => 'structure', 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'ParentHyperParameterTuningJobs' => ['type' => 'list', 'member' => ['shape' => 'ParentHyperParameterTuningJob'], 'max' => 5, 'min' => 1], 'Parents' => ['type' => 'list', 'member' => ['shape' => 'Parent']], 'PresignedDomainUrl' => ['type' => 'string'], 'ProblemType' => ['type' => 'string', 'enum' => ['BinaryClassification', 'MulticlassClassification', 'Regression']], 'ProcessingClusterConfig' => ['type' => 'structure', 'required' => ['InstanceCount', 'InstanceType', 'VolumeSizeInGB'], 'members' => ['InstanceCount' => ['shape' => 'ProcessingInstanceCount'], 'InstanceType' => ['shape' => 'ProcessingInstanceType'], 'VolumeSizeInGB' => ['shape' => 'ProcessingVolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'ProcessingEnvironmentKey' => ['type' => 'string', 'max' => 256, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'ProcessingEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'ProcessingEnvironmentKey'], 'value' => ['shape' => 'ProcessingEnvironmentValue'], 'max' => 100], 'ProcessingEnvironmentValue' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\S\\s]*'], 'ProcessingInput' => ['type' => 'structure', 'required' => ['InputName', 'S3Input'], 'members' => ['InputName' => ['shape' => 'String'], 'S3Input' => ['shape' => 'ProcessingS3Input']]], 'ProcessingInputs' => ['type' => 'list', 'member' => ['shape' => 'ProcessingInput'], 'max' => 10, 'min' => 0], 'ProcessingInstanceCount' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ProcessingInstanceType' => ['type' => 'string', 'enum' => ['ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge']], 'ProcessingJob' => ['type' => 'structure', 'members' => ['ProcessingInputs' => ['shape' => 'ProcessingInputs'], 'ProcessingOutputConfig' => ['shape' => 'ProcessingOutputConfig'], 'ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingResources' => ['shape' => 'ProcessingResources'], 'StoppingCondition' => ['shape' => 'ProcessingStoppingCondition'], 'AppSpecification' => ['shape' => 'AppSpecification'], 'Environment' => ['shape' => 'ProcessingEnvironmentMap'], 'NetworkConfig' => ['shape' => 'NetworkConfig'], 'RoleArn' => ['shape' => 'RoleArn'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'ProcessingJobStatus' => ['shape' => 'ProcessingJobStatus'], 'ExitMessage' => ['shape' => 'ExitMessage'], 'FailureReason' => ['shape' => 'FailureReason'], 'ProcessingEndTime' => ['shape' => 'Timestamp'], 'ProcessingStartTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'Tags' => ['shape' => 'TagList']]], 'ProcessingJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:processing-job/.*'], 'ProcessingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'ProcessingJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'ProcessingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProcessingJobSummary']], 'ProcessingJobSummary' => ['type' => 'structure', 'required' => ['ProcessingJobName', 'ProcessingJobArn', 'CreationTime', 'ProcessingJobStatus'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName'], 'ProcessingJobArn' => ['shape' => 'ProcessingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'ProcessingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'ProcessingJobStatus' => ['shape' => 'ProcessingJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'ExitMessage' => ['shape' => 'ExitMessage']]], 'ProcessingLocalPath' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'ProcessingMaxRuntimeInSeconds' => ['type' => 'integer', 'max' => 604800, 'min' => 1], 'ProcessingOutput' => ['type' => 'structure', 'required' => ['OutputName', 'S3Output'], 'members' => ['OutputName' => ['shape' => 'String'], 'S3Output' => ['shape' => 'ProcessingS3Output']]], 'ProcessingOutputConfig' => ['type' => 'structure', 'required' => ['Outputs'], 'members' => ['Outputs' => ['shape' => 'ProcessingOutputs'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ProcessingOutputs' => ['type' => 'list', 'member' => ['shape' => 'ProcessingOutput'], 'max' => 10, 'min' => 0], 'ProcessingResources' => ['type' => 'structure', 'required' => ['ClusterConfig'], 'members' => ['ClusterConfig' => ['shape' => 'ProcessingClusterConfig']]], 'ProcessingS3CompressionType' => ['type' => 'string', 'enum' => ['None', 'Gzip']], 'ProcessingS3DataDistributionType' => ['type' => 'string', 'enum' => ['FullyReplicated', 'ShardedByS3Key']], 'ProcessingS3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix']], 'ProcessingS3Input' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath', 'S3DataType', 'S3InputMode'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3DataType' => ['shape' => 'ProcessingS3DataType'], 'S3InputMode' => ['shape' => 'ProcessingS3InputMode'], 'S3DataDistributionType' => ['shape' => 'ProcessingS3DataDistributionType'], 'S3CompressionType' => ['shape' => 'ProcessingS3CompressionType']]], 'ProcessingS3InputMode' => ['type' => 'string', 'enum' => ['Pipe', 'File']], 'ProcessingS3Output' => ['type' => 'structure', 'required' => ['S3Uri', 'LocalPath', 'S3UploadMode'], 'members' => ['S3Uri' => ['shape' => 'S3Uri'], 'LocalPath' => ['shape' => 'ProcessingLocalPath'], 'S3UploadMode' => ['shape' => 'ProcessingS3UploadMode']]], 'ProcessingS3UploadMode' => ['type' => 'string', 'enum' => ['Continuous', 'EndOfJob']], 'ProcessingStoppingCondition' => ['type' => 'structure', 'required' => ['MaxRuntimeInSeconds'], 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'ProcessingMaxRuntimeInSeconds']]], 'ProcessingVolumeSizeInGB' => ['type' => 'integer', 'max' => 16384, 'min' => 1], 'ProductId' => ['type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$'], 'ProductListings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ProductionVariant' => ['type' => 'structure', 'required' => ['VariantName', 'ModelName', 'InitialInstanceCount', 'InstanceType'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'ModelName' => ['shape' => 'ModelName'], 'InitialInstanceCount' => ['shape' => 'TaskCount'], 'InstanceType' => ['shape' => 'ProductionVariantInstanceType'], 'InitialVariantWeight' => ['shape' => 'VariantWeight'], 'AcceleratorType' => ['shape' => 'ProductionVariantAcceleratorType']]], 'ProductionVariantAcceleratorType' => ['type' => 'string', 'enum' => ['ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge']], 'ProductionVariantInstanceType' => ['type' => 'string', 'enum' => ['ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.12xlarge', 'ml.m5d.24xlarge', 'ml.c4.large', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.large', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.12xlarge', 'ml.r5.24xlarge', 'ml.r5d.large', 'ml.r5d.xlarge', 'ml.r5d.2xlarge', 'ml.r5d.4xlarge', 'ml.r5d.12xlarge', 'ml.r5d.24xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge']], 'ProductionVariantList' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariant'], 'max' => 10, 'min' => 1], 'ProductionVariantSummary' => ['type' => 'structure', 'required' => ['VariantName'], 'members' => ['VariantName' => ['shape' => 'VariantName'], 'DeployedImages' => ['shape' => 'DeployedImages'], 'CurrentWeight' => ['shape' => 'VariantWeight'], 'DesiredWeight' => ['shape' => 'VariantWeight'], 'CurrentInstanceCount' => ['shape' => 'TaskCount'], 'DesiredInstanceCount' => ['shape' => 'TaskCount']]], 'ProductionVariantSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariantSummary'], 'min' => 1], 'PropertyNameHint' => ['type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '.*'], 'PropertyNameQuery' => ['type' => 'structure', 'required' => ['PropertyNameHint'], 'members' => ['PropertyNameHint' => ['shape' => 'PropertyNameHint']]], 'PropertyNameSuggestion' => ['type' => 'structure', 'members' => ['PropertyName' => ['shape' => 'ResourcePropertyName']]], 'PropertyNameSuggestionList' => ['type' => 'list', 'member' => ['shape' => 'PropertyNameSuggestion']], 'PublicWorkforceTaskPrice' => ['type' => 'structure', 'members' => ['AmountInUsd' => ['shape' => 'USD']]], 'RealtimeInferenceInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'ProductionVariantInstanceType']], 'RecordWrapper' => ['type' => 'string', 'enum' => ['None', 'RecordIO']], 'RenderUiTemplateRequest' => ['type' => 'structure', 'required' => ['Task', 'RoleArn'], 'members' => ['UiTemplate' => ['shape' => 'UiTemplate'], 'Task' => ['shape' => 'RenderableTask'], 'RoleArn' => ['shape' => 'RoleArn'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn']]], 'RenderUiTemplateResponse' => ['type' => 'structure', 'required' => ['RenderedContent', 'Errors'], 'members' => ['RenderedContent' => ['shape' => 'String'], 'Errors' => ['shape' => 'RenderingErrorList']]], 'RenderableTask' => ['type' => 'structure', 'required' => ['Input'], 'members' => ['Input' => ['shape' => 'TaskInput']]], 'RenderingError' => ['type' => 'structure', 'required' => ['Code', 'Message'], 'members' => ['Code' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'RenderingErrorList' => ['type' => 'list', 'member' => ['shape' => 'RenderingError']], 'RepositoryAccessMode' => ['type' => 'string', 'enum' => ['Platform', 'Vpc']], 'ResolvedAttributes' => ['type' => 'structure', 'members' => ['AutoMLJobObjective' => ['shape' => 'AutoMLJobObjective'], 'ProblemType' => ['shape' => 'ProblemType'], 'CompletionCriteria' => ['shape' => 'AutoMLJobCompletionCriteria']]], 'ResourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:.*'], 'ResourceConfig' => ['type' => 'structure', 'required' => ['InstanceType', 'InstanceCount', 'VolumeSizeInGB'], 'members' => ['InstanceType' => ['shape' => 'TrainingInstanceType'], 'InstanceCount' => ['shape' => 'TrainingInstanceCount'], 'VolumeSizeInGB' => ['shape' => 'VolumeSizeInGB'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'ResourceId' => ['type' => 'string', 'max' => 32], 'ResourceInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourceLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourceLimits' => ['type' => 'structure', 'required' => ['MaxNumberOfTrainingJobs', 'MaxParallelTrainingJobs'], 'members' => ['MaxNumberOfTrainingJobs' => ['shape' => 'MaxNumberOfTrainingJobs'], 'MaxParallelTrainingJobs' => ['shape' => 'MaxParallelTrainingJobs']]], 'ResourceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'ResourcePropertyName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'ResourceSpec' => ['type' => 'structure', 'members' => ['SageMakerImageArn' => ['shape' => 'ImageArn'], 'InstanceType' => ['shape' => 'AppInstanceType']]], 'ResourceType' => ['type' => 'string', 'enum' => ['TrainingJob', 'Experiment', 'ExperimentTrial', 'ExperimentTrialComponent']], 'ResponseMIMEType' => ['type' => 'string', 'max' => 1024, 'pattern' => '^[-\\w]+\\/.+$'], 'ResponseMIMETypes' => ['type' => 'list', 'member' => ['shape' => 'ResponseMIMEType']], 'RetentionPolicy' => ['type' => 'structure', 'members' => ['HomeEfsFileSystem' => ['shape' => 'RetentionType']]], 'RetentionType' => ['type' => 'string', 'enum' => ['Retain', 'Delete']], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$'], 'RootAccess' => ['type' => 'string', 'enum' => ['Enabled', 'Disabled']], 'RuleConfigurationName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*'], 'RuleEvaluationStatus' => ['type' => 'string', 'enum' => ['InProgress', 'NoIssuesFound', 'IssuesFound', 'Error', 'Stopping', 'Stopped']], 'RuleParameters' => ['type' => 'map', 'key' => ['shape' => 'ConfigKey'], 'value' => ['shape' => 'ConfigValue'], 'max' => 20, 'min' => 0], 'S3DataDistribution' => ['type' => 'string', 'enum' => ['FullyReplicated', 'ShardedByS3Key']], 'S3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'S3DataType'], 'S3Uri' => ['shape' => 'S3Uri'], 'S3DataDistributionType' => ['shape' => 'S3DataDistribution'], 'AttributeNames' => ['shape' => 'AttributeNames']]], 'S3DataType' => ['type' => 'string', 'enum' => ['ManifestFile', 'S3Prefix', 'AugmentedManifestFile']], 'S3Uri' => ['type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'SamplingPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ScheduleConfig' => ['type' => 'structure', 'required' => ['ScheduleExpression'], 'members' => ['ScheduleExpression' => ['shape' => 'ScheduleExpression']]], 'ScheduleExpression' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ScheduleStatus' => ['type' => 'string', 'enum' => ['Pending', 'Failed', 'Scheduled', 'Stopped']], 'SearchExpression' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'FilterList'], 'NestedFilters' => ['shape' => 'NestedFiltersList'], 'SubExpressions' => ['shape' => 'SearchExpressionList'], 'Operator' => ['shape' => 'BooleanOperator']]], 'SearchExpressionList' => ['type' => 'list', 'member' => ['shape' => 'SearchExpression'], 'max' => 20, 'min' => 1], 'SearchRecord' => ['type' => 'structure', 'members' => ['TrainingJob' => ['shape' => 'TrainingJob'], 'Experiment' => ['shape' => 'Experiment'], 'Trial' => ['shape' => 'Trial'], 'TrialComponent' => ['shape' => 'TrialComponent']]], 'SearchRequest' => ['type' => 'structure', 'required' => ['Resource'], 'members' => ['Resource' => ['shape' => 'ResourceType'], 'SearchExpression' => ['shape' => 'SearchExpression'], 'SortBy' => ['shape' => 'ResourcePropertyName'], 'SortOrder' => ['shape' => 'SearchSortOrder'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'SearchResponse' => ['type' => 'structure', 'members' => ['Results' => ['shape' => 'SearchResultsList'], 'NextToken' => ['shape' => 'NextToken']]], 'SearchResultsList' => ['type' => 'list', 'member' => ['shape' => 'SearchRecord']], 'SearchSortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'SecondaryStatus' => ['type' => 'string', 'enum' => ['Starting', 'LaunchingMLInstances', 'PreparingTrainingStack', 'Downloading', 'DownloadingTrainingImage', 'Training', 'Uploading', 'Stopping', 'Stopped', 'MaxRuntimeExceeded', 'Completed', 'Failed', 'Interrupted', 'MaxWaitTimeExceeded']], 'SecondaryStatusTransition' => ['type' => 'structure', 'required' => ['Status', 'StartTime'], 'members' => ['Status' => ['shape' => 'SecondaryStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'StatusMessage' => ['shape' => 'StatusMessage']]], 'SecondaryStatusTransitions' => ['type' => 'list', 'member' => ['shape' => 'SecondaryStatusTransition']], 'SecretArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:secretsmanager:[a-z0-9\\-]*:[0-9]{12}:secret:.*'], 'SecurityGroupId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'Seed' => ['type' => 'long'], 'SessionExpirationDurationInSeconds' => ['type' => 'integer', 'max' => 43200, 'min' => 1800], 'SharingSettings' => ['type' => 'structure', 'members' => ['NotebookOutputOption' => ['shape' => 'NotebookOutputOption'], 'S3OutputPath' => ['shape' => 'S3Uri'], 'S3KmsKeyId' => ['shape' => 'KmsKeyId']]], 'ShuffleConfig' => ['type' => 'structure', 'required' => ['Seed'], 'members' => ['Seed' => ['shape' => 'Seed']]], 'SingleSignOnUserIdentifier' => ['type' => 'string', 'pattern' => 'UserName'], 'SortBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status']], 'SortExperimentsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SortOrder' => ['type' => 'string', 'enum' => ['Ascending', 'Descending']], 'SortTrialComponentsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SortTrialsBy' => ['type' => 'string', 'enum' => ['Name', 'CreationTime']], 'SourceAlgorithm' => ['type' => 'structure', 'required' => ['AlgorithmName'], 'members' => ['ModelDataUrl' => ['shape' => 'Url'], 'AlgorithmName' => ['shape' => 'ArnOrName']]], 'SourceAlgorithmList' => ['type' => 'list', 'member' => ['shape' => 'SourceAlgorithm'], 'max' => 1, 'min' => 1], 'SourceAlgorithmSpecification' => ['type' => 'structure', 'required' => ['SourceAlgorithms'], 'members' => ['SourceAlgorithms' => ['shape' => 'SourceAlgorithmList']]], 'SourceIpConfig' => ['type' => 'structure', 'required' => ['Cidrs'], 'members' => ['Cidrs' => ['shape' => 'Cidrs']]], 'SourceType' => ['type' => 'string', 'max' => 128], 'SplitType' => ['type' => 'string', 'enum' => ['None', 'Line', 'RecordIO', 'TFRecord']], 'StartMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'StartNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'StatusDetails' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'StatusMessage' => ['type' => 'string'], 'StopAutoMLJobRequest' => ['type' => 'structure', 'required' => ['AutoMLJobName'], 'members' => ['AutoMLJobName' => ['shape' => 'AutoMLJobName']]], 'StopCompilationJobRequest' => ['type' => 'structure', 'required' => ['CompilationJobName'], 'members' => ['CompilationJobName' => ['shape' => 'EntityName']]], 'StopHyperParameterTuningJobRequest' => ['type' => 'structure', 'required' => ['HyperParameterTuningJobName'], 'members' => ['HyperParameterTuningJobName' => ['shape' => 'HyperParameterTuningJobName']]], 'StopLabelingJobRequest' => ['type' => 'structure', 'required' => ['LabelingJobName'], 'members' => ['LabelingJobName' => ['shape' => 'LabelingJobName']]], 'StopMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName']]], 'StopNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName']]], 'StopProcessingJobRequest' => ['type' => 'structure', 'required' => ['ProcessingJobName'], 'members' => ['ProcessingJobName' => ['shape' => 'ProcessingJobName']]], 'StopTrainingJobRequest' => ['type' => 'structure', 'required' => ['TrainingJobName'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName']]], 'StopTransformJobRequest' => ['type' => 'structure', 'required' => ['TransformJobName'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName']]], 'StoppingCondition' => ['type' => 'structure', 'members' => ['MaxRuntimeInSeconds' => ['shape' => 'MaxRuntimeInSeconds'], 'MaxWaitTimeInSeconds' => ['shape' => 'MaxWaitTimeInSeconds']]], 'String' => ['type' => 'string'], 'String1024' => ['type' => 'string', 'max' => 1024], 'String200' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '.+'], 'String256' => ['type' => 'string', 'max' => 256], 'StringParameterValue' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'SubnetId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'Subnets' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16, 'min' => 1], 'SubscribedWorkteam' => ['type' => 'structure', 'required' => ['WorkteamArn'], 'members' => ['WorkteamArn' => ['shape' => 'WorkteamArn'], 'MarketplaceTitle' => ['shape' => 'String200'], 'SellerName' => ['shape' => 'String'], 'MarketplaceDescription' => ['shape' => 'String200'], 'ListingId' => ['shape' => 'String']]], 'SubscribedWorkteams' => ['type' => 'list', 'member' => ['shape' => 'SubscribedWorkteam']], 'Success' => ['type' => 'boolean'], 'SuggestionQuery' => ['type' => 'structure', 'members' => ['PropertyNameQuery' => ['shape' => 'PropertyNameQuery']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TargetAttributeName' => ['type' => 'string', 'min' => 1], 'TargetDevice' => ['type' => 'string', 'enum' => ['lambda', 'ml_m4', 'ml_m5', 'ml_c4', 'ml_c5', 'ml_p2', 'ml_p3', 'ml_g4dn', 'ml_inf1', 'jetson_tx1', 'jetson_tx2', 'jetson_nano', 'jetson_xavier', 'rasp3b', 'imx8qm', 'deeplens', 'rk3399', 'rk3288', 'aisage', 'sbe_c', 'qcs605', 'qcs603', 'sitara_am57x', 'amba_cv22', 'x86_win32', 'x86_win64']], 'TargetObjectiveMetricValue' => ['type' => 'float'], 'TargetPlatform' => ['type' => 'structure', 'required' => ['Os', 'Arch'], 'members' => ['Os' => ['shape' => 'TargetPlatformOs'], 'Arch' => ['shape' => 'TargetPlatformArch'], 'Accelerator' => ['shape' => 'TargetPlatformAccelerator']]], 'TargetPlatformAccelerator' => ['type' => 'string', 'enum' => ['INTEL_GRAPHICS', 'MALI', 'NVIDIA']], 'TargetPlatformArch' => ['type' => 'string', 'enum' => ['X86_64', 'X86', 'ARM64', 'ARM_EABI', 'ARM_EABIHF']], 'TargetPlatformOs' => ['type' => 'string', 'enum' => ['ANDROID', 'LINUX']], 'TaskAvailabilityLifetimeInSeconds' => ['type' => 'integer', 'max' => 864000, 'min' => 60], 'TaskCount' => ['type' => 'integer', 'min' => 1], 'TaskDescription' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+'], 'TaskInput' => ['type' => 'string', 'max' => 128000, 'min' => 2, 'pattern' => '[\\S\\s]+'], 'TaskKeyword' => ['type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$'], 'TaskKeywords' => ['type' => 'list', 'member' => ['shape' => 'TaskKeyword'], 'max' => 5, 'min' => 1], 'TaskTimeLimitInSeconds' => ['type' => 'integer', 'max' => 604800, 'min' => 30], 'TaskTitle' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$'], 'TemplateContent' => ['type' => 'string', 'max' => 128000, 'min' => 1, 'pattern' => '[\\S\\s]+'], 'TemplateContentSha256' => ['type' => 'string', 'max' => 128000, 'min' => 1], 'TemplateUrl' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'TensorBoardAppSettings' => ['type' => 'structure', 'members' => ['DefaultResourceSpec' => ['shape' => 'ResourceSpec']]], 'TensorBoardOutputConfig' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['LocalPath' => ['shape' => 'DirectoryPath'], 'S3OutputPath' => ['shape' => 'S3Uri']]], 'TenthFractionsOfACent' => ['type' => 'integer', 'max' => 9, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TrainingInputMode' => ['type' => 'string', 'enum' => ['Pipe', 'File']], 'TrainingInstanceCount' => ['type' => 'integer', 'min' => 1], 'TrainingInstanceType' => ['type' => 'string', 'enum' => ['ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5n.xlarge', 'ml.c5n.2xlarge', 'ml.c5n.4xlarge', 'ml.c5n.9xlarge', 'ml.c5n.18xlarge']], 'TrainingInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'TrainingInstanceType']], 'TrainingJob' => ['type' => 'structure', 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'TuningJobArn' => ['shape' => 'HyperParameterTuningJobArn'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'ModelArtifacts' => ['shape' => 'ModelArtifacts'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus'], 'SecondaryStatus' => ['shape' => 'SecondaryStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'AlgorithmSpecification' => ['shape' => 'AlgorithmSpecification'], 'RoleArn' => ['shape' => 'RoleArn'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'VpcConfig' => ['shape' => 'VpcConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingStartTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'SecondaryStatusTransitions' => ['shape' => 'SecondaryStatusTransitions'], 'FinalMetricDataList' => ['shape' => 'FinalMetricDataList'], 'EnableNetworkIsolation' => ['shape' => 'Boolean'], 'EnableInterContainerTrafficEncryption' => ['shape' => 'Boolean'], 'EnableManagedSpotTraining' => ['shape' => 'Boolean'], 'CheckpointConfig' => ['shape' => 'CheckpointConfig'], 'TrainingTimeInSeconds' => ['shape' => 'TrainingTimeInSeconds'], 'BillableTimeInSeconds' => ['shape' => 'BillableTimeInSeconds'], 'DebugHookConfig' => ['shape' => 'DebugHookConfig'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'DebugRuleConfigurations' => ['shape' => 'DebugRuleConfigurations'], 'TensorBoardOutputConfig' => ['shape' => 'TensorBoardOutputConfig'], 'DebugRuleEvaluationStatuses' => ['shape' => 'DebugRuleEvaluationStatuses'], 'Tags' => ['shape' => 'TagList']]], 'TrainingJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*'], 'TrainingJobDefinition' => ['type' => 'structure', 'required' => ['TrainingInputMode', 'InputDataConfig', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition'], 'members' => ['TrainingInputMode' => ['shape' => 'TrainingInputMode'], 'HyperParameters' => ['shape' => 'HyperParameters'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'OutputDataConfig' => ['shape' => 'OutputDataConfig'], 'ResourceConfig' => ['shape' => 'ResourceConfig'], 'StoppingCondition' => ['shape' => 'StoppingCondition']]], 'TrainingJobEarlyStoppingType' => ['type' => 'string', 'enum' => ['Off', 'Auto']], 'TrainingJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'TrainingJobSortByOptions' => ['type' => 'string', 'enum' => ['Name', 'CreationTime', 'Status', 'FinalObjectiveMetricValue']], 'TrainingJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'TrainingJobStatusCounter' => ['type' => 'integer', 'min' => 0], 'TrainingJobStatusCounters' => ['type' => 'structure', 'members' => ['Completed' => ['shape' => 'TrainingJobStatusCounter'], 'InProgress' => ['shape' => 'TrainingJobStatusCounter'], 'RetryableError' => ['shape' => 'TrainingJobStatusCounter'], 'NonRetryableError' => ['shape' => 'TrainingJobStatusCounter'], 'Stopped' => ['shape' => 'TrainingJobStatusCounter']]], 'TrainingJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrainingJobSummary']], 'TrainingJobSummary' => ['type' => 'structure', 'required' => ['TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus'], 'members' => ['TrainingJobName' => ['shape' => 'TrainingJobName'], 'TrainingJobArn' => ['shape' => 'TrainingJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TrainingEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TrainingJobStatus' => ['shape' => 'TrainingJobStatus']]], 'TrainingSpecification' => ['type' => 'structure', 'required' => ['TrainingImage', 'SupportedTrainingInstanceTypes', 'TrainingChannels'], 'members' => ['TrainingImage' => ['shape' => 'ContainerImage'], 'TrainingImageDigest' => ['shape' => 'ImageDigest'], 'SupportedHyperParameters' => ['shape' => 'HyperParameterSpecifications'], 'SupportedTrainingInstanceTypes' => ['shape' => 'TrainingInstanceTypes'], 'SupportsDistributedTraining' => ['shape' => 'Boolean'], 'MetricDefinitions' => ['shape' => 'MetricDefinitionList'], 'TrainingChannels' => ['shape' => 'ChannelSpecifications'], 'SupportedTuningJobObjectiveMetrics' => ['shape' => 'HyperParameterTuningJobObjectives']]], 'TrainingTimeInSeconds' => ['type' => 'integer', 'min' => 1], 'TransformDataSource' => ['type' => 'structure', 'required' => ['S3DataSource'], 'members' => ['S3DataSource' => ['shape' => 'TransformS3DataSource']]], 'TransformEnvironmentKey' => ['type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*'], 'TransformEnvironmentMap' => ['type' => 'map', 'key' => ['shape' => 'TransformEnvironmentKey'], 'value' => ['shape' => 'TransformEnvironmentValue'], 'max' => 16], 'TransformEnvironmentValue' => ['type' => 'string', 'max' => 10240, 'pattern' => '[\\S\\s]*'], 'TransformInput' => ['type' => 'structure', 'required' => ['DataSource'], 'members' => ['DataSource' => ['shape' => 'TransformDataSource'], 'ContentType' => ['shape' => 'ContentType'], 'CompressionType' => ['shape' => 'CompressionType'], 'SplitType' => ['shape' => 'SplitType']]], 'TransformInstanceCount' => ['type' => 'integer', 'min' => 1], 'TransformInstanceType' => ['type' => 'string', 'enum' => ['ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge']], 'TransformInstanceTypes' => ['type' => 'list', 'member' => ['shape' => 'TransformInstanceType'], 'min' => 1], 'TransformJob' => ['type' => 'structure', 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'TransformJobArn' => ['shape' => 'TransformJobArn'], 'TransformJobStatus' => ['shape' => 'TransformJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'ModelName' => ['shape' => 'ModelName'], 'MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'ModelClientConfig' => ['shape' => 'ModelClientConfig'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources'], 'CreationTime' => ['shape' => 'Timestamp'], 'TransformStartTime' => ['shape' => 'Timestamp'], 'TransformEndTime' => ['shape' => 'Timestamp'], 'LabelingJobArn' => ['shape' => 'LabelingJobArn'], 'AutoMLJobArn' => ['shape' => 'AutoMLJobArn'], 'DataProcessing' => ['shape' => 'DataProcessing'], 'ExperimentConfig' => ['shape' => 'ExperimentConfig'], 'Tags' => ['shape' => 'TagList']]], 'TransformJobArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/.*'], 'TransformJobDefinition' => ['type' => 'structure', 'required' => ['TransformInput', 'TransformOutput', 'TransformResources'], 'members' => ['MaxConcurrentTransforms' => ['shape' => 'MaxConcurrentTransforms'], 'MaxPayloadInMB' => ['shape' => 'MaxPayloadInMB'], 'BatchStrategy' => ['shape' => 'BatchStrategy'], 'Environment' => ['shape' => 'TransformEnvironmentMap'], 'TransformInput' => ['shape' => 'TransformInput'], 'TransformOutput' => ['shape' => 'TransformOutput'], 'TransformResources' => ['shape' => 'TransformResources']]], 'TransformJobName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'TransformJobStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'TransformJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TransformJobSummary']], 'TransformJobSummary' => ['type' => 'structure', 'required' => ['TransformJobName', 'TransformJobArn', 'CreationTime', 'TransformJobStatus'], 'members' => ['TransformJobName' => ['shape' => 'TransformJobName'], 'TransformJobArn' => ['shape' => 'TransformJobArn'], 'CreationTime' => ['shape' => 'Timestamp'], 'TransformEndTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'TransformJobStatus' => ['shape' => 'TransformJobStatus'], 'FailureReason' => ['shape' => 'FailureReason']]], 'TransformOutput' => ['type' => 'structure', 'required' => ['S3OutputPath'], 'members' => ['S3OutputPath' => ['shape' => 'S3Uri'], 'Accept' => ['shape' => 'Accept'], 'AssembleWith' => ['shape' => 'AssemblyType'], 'KmsKeyId' => ['shape' => 'KmsKeyId']]], 'TransformResources' => ['type' => 'structure', 'required' => ['InstanceType', 'InstanceCount'], 'members' => ['InstanceType' => ['shape' => 'TransformInstanceType'], 'InstanceCount' => ['shape' => 'TransformInstanceCount'], 'VolumeKmsKeyId' => ['shape' => 'KmsKeyId']]], 'TransformS3DataSource' => ['type' => 'structure', 'required' => ['S3DataType', 'S3Uri'], 'members' => ['S3DataType' => ['shape' => 'S3DataType'], 'S3Uri' => ['shape' => 'S3Uri']]], 'Trial' => ['type' => 'structure', 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'TrialArn' => ['shape' => 'TrialArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'ExperimentName' => ['shape' => 'ExperimentEntityName'], 'Source' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Tags' => ['shape' => 'TagList'], 'TrialComponentSummaries' => ['shape' => 'TrialComponentSimpleSummaries']]], 'TrialArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial/.*'], 'TrialComponent' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'Source' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'Metrics' => ['shape' => 'TrialComponentMetricSummaries'], 'SourceDetail' => ['shape' => 'TrialComponentSourceDetail'], 'Tags' => ['shape' => 'TagList'], 'Parents' => ['shape' => 'Parents']]], 'TrialComponentArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial-component/.*'], 'TrialComponentArtifact' => ['type' => 'structure', 'required' => ['Value'], 'members' => ['MediaType' => ['shape' => 'MediaType'], 'Value' => ['shape' => 'TrialComponentArtifactValue']]], 'TrialComponentArtifactValue' => ['type' => 'string', 'max' => 2048, 'pattern' => '.*'], 'TrialComponentArtifacts' => ['type' => 'map', 'key' => ['shape' => 'TrialComponentKey64'], 'value' => ['shape' => 'TrialComponentArtifact'], 'max' => 30], 'TrialComponentKey256' => ['type' => 'string', 'max' => 256, 'pattern' => '.*'], 'TrialComponentKey64' => ['type' => 'string', 'max' => 64, 'pattern' => '.*'], 'TrialComponentMetricSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentMetricSummary']], 'TrialComponentMetricSummary' => ['type' => 'structure', 'members' => ['MetricName' => ['shape' => 'MetricName'], 'SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'TimeStamp' => ['shape' => 'Timestamp'], 'Max' => ['shape' => 'OptionalDouble'], 'Min' => ['shape' => 'OptionalDouble'], 'Last' => ['shape' => 'OptionalDouble'], 'Count' => ['shape' => 'OptionalInteger'], 'Avg' => ['shape' => 'OptionalDouble'], 'StdDev' => ['shape' => 'OptionalDouble']]], 'TrialComponentParameterValue' => ['type' => 'structure', 'members' => ['StringValue' => ['shape' => 'StringParameterValue'], 'NumberValue' => ['shape' => 'DoubleParameterValue']]], 'TrialComponentParameters' => ['type' => 'map', 'key' => ['shape' => 'TrialComponentKey256'], 'value' => ['shape' => 'TrialComponentParameterValue'], 'max' => 150], 'TrialComponentPrimaryStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped']], 'TrialComponentSimpleSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentSimpleSummary']], 'TrialComponentSimpleSummary' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'TrialComponentSource' => ['shape' => 'TrialComponentSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext']]], 'TrialComponentSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'TrialComponentSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'TrialComponentSourceDetail' => ['type' => 'structure', 'members' => ['SourceArn' => ['shape' => 'TrialComponentSourceArn'], 'TrainingJob' => ['shape' => 'TrainingJob'], 'ProcessingJob' => ['shape' => 'ProcessingJob'], 'TransformJob' => ['shape' => 'TransformJob']]], 'TrialComponentStatus' => ['type' => 'structure', 'members' => ['PrimaryStatus' => ['shape' => 'TrialComponentPrimaryStatus'], 'Message' => ['shape' => 'TrialComponentStatusMessage']]], 'TrialComponentStatusMessage' => ['type' => 'string', 'max' => 1024, 'pattern' => '.*'], 'TrialComponentSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialComponentSummary']], 'TrialComponentSummary' => ['type' => 'structure', 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentArn' => ['shape' => 'TrialComponentArn'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialComponentSource' => ['shape' => 'TrialComponentSource'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'CreationTime' => ['shape' => 'Timestamp'], 'CreatedBy' => ['shape' => 'UserContext'], 'LastModifiedTime' => ['shape' => 'Timestamp'], 'LastModifiedBy' => ['shape' => 'UserContext']]], 'TrialSource' => ['type' => 'structure', 'required' => ['SourceArn'], 'members' => ['SourceArn' => ['shape' => 'TrialSourceArn'], 'SourceType' => ['shape' => 'SourceType']]], 'TrialSourceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*'], 'TrialSummaries' => ['type' => 'list', 'member' => ['shape' => 'TrialSummary']], 'TrialSummary' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn'], 'TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'TrialSource' => ['shape' => 'TrialSource'], 'CreationTime' => ['shape' => 'Timestamp'], 'LastModifiedTime' => ['shape' => 'Timestamp']]], 'TuningJobCompletionCriteria' => ['type' => 'structure', 'required' => ['TargetObjectiveMetricValue'], 'members' => ['TargetObjectiveMetricValue' => ['shape' => 'TargetObjectiveMetricValue']]], 'USD' => ['type' => 'structure', 'members' => ['Dollars' => ['shape' => 'Dollars'], 'Cents' => ['shape' => 'Cents'], 'TenthFractionsOfACent' => ['shape' => 'TenthFractionsOfACent']]], 'UiConfig' => ['type' => 'structure', 'members' => ['UiTemplateS3Uri' => ['shape' => 'S3Uri'], 'HumanTaskUiArn' => ['shape' => 'HumanTaskUiArn']]], 'UiTemplate' => ['type' => 'structure', 'required' => ['Content'], 'members' => ['Content' => ['shape' => 'TemplateContent']]], 'UiTemplateInfo' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'TemplateUrl'], 'ContentSha256' => ['shape' => 'TemplateContentSha256']]], 'UpdateCodeRepositoryInput' => ['type' => 'structure', 'required' => ['CodeRepositoryName'], 'members' => ['CodeRepositoryName' => ['shape' => 'EntityName'], 'GitConfig' => ['shape' => 'GitConfigForUpdate']]], 'UpdateCodeRepositoryOutput' => ['type' => 'structure', 'required' => ['CodeRepositoryArn'], 'members' => ['CodeRepositoryArn' => ['shape' => 'CodeRepositoryArn']]], 'UpdateDomainRequest' => ['type' => 'structure', 'required' => ['DomainId'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'DefaultUserSettings' => ['shape' => 'UserSettings']]], 'UpdateDomainResponse' => ['type' => 'structure', 'members' => ['DomainArn' => ['shape' => 'DomainArn']]], 'UpdateEndpointInput' => ['type' => 'structure', 'required' => ['EndpointName', 'EndpointConfigName'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'EndpointConfigName' => ['shape' => 'EndpointConfigName'], 'RetainAllVariantProperties' => ['shape' => 'Boolean'], 'ExcludeRetainedVariantProperties' => ['shape' => 'VariantPropertyList']]], 'UpdateEndpointOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'UpdateEndpointWeightsAndCapacitiesInput' => ['type' => 'structure', 'required' => ['EndpointName', 'DesiredWeightsAndCapacities'], 'members' => ['EndpointName' => ['shape' => 'EndpointName'], 'DesiredWeightsAndCapacities' => ['shape' => 'DesiredWeightAndCapacityList']]], 'UpdateEndpointWeightsAndCapacitiesOutput' => ['type' => 'structure', 'required' => ['EndpointArn'], 'members' => ['EndpointArn' => ['shape' => 'EndpointArn']]], 'UpdateExperimentRequest' => ['type' => 'structure', 'required' => ['ExperimentName'], 'members' => ['ExperimentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Description' => ['shape' => 'ExperimentDescription']]], 'UpdateExperimentResponse' => ['type' => 'structure', 'members' => ['ExperimentArn' => ['shape' => 'ExperimentArn']]], 'UpdateMonitoringScheduleRequest' => ['type' => 'structure', 'required' => ['MonitoringScheduleName', 'MonitoringScheduleConfig'], 'members' => ['MonitoringScheduleName' => ['shape' => 'MonitoringScheduleName'], 'MonitoringScheduleConfig' => ['shape' => 'MonitoringScheduleConfig']]], 'UpdateMonitoringScheduleResponse' => ['type' => 'structure', 'required' => ['MonitoringScheduleArn'], 'members' => ['MonitoringScheduleArn' => ['shape' => 'MonitoringScheduleArn']]], 'UpdateNotebookInstanceInput' => ['type' => 'structure', 'required' => ['NotebookInstanceName'], 'members' => ['NotebookInstanceName' => ['shape' => 'NotebookInstanceName'], 'InstanceType' => ['shape' => 'InstanceType'], 'RoleArn' => ['shape' => 'RoleArn'], 'LifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'DisassociateLifecycleConfig' => ['shape' => 'DisassociateNotebookInstanceLifecycleConfig'], 'VolumeSizeInGB' => ['shape' => 'NotebookInstanceVolumeSizeInGB'], 'DefaultCodeRepository' => ['shape' => 'CodeRepositoryNameOrUrl'], 'AdditionalCodeRepositories' => ['shape' => 'AdditionalCodeRepositoryNamesOrUrls'], 'AcceleratorTypes' => ['shape' => 'NotebookInstanceAcceleratorTypes'], 'DisassociateAcceleratorTypes' => ['shape' => 'DisassociateNotebookInstanceAcceleratorTypes'], 'DisassociateDefaultCodeRepository' => ['shape' => 'DisassociateDefaultCodeRepository'], 'DisassociateAdditionalCodeRepositories' => ['shape' => 'DisassociateAdditionalCodeRepositories'], 'RootAccess' => ['shape' => 'RootAccess']]], 'UpdateNotebookInstanceLifecycleConfigInput' => ['type' => 'structure', 'required' => ['NotebookInstanceLifecycleConfigName'], 'members' => ['NotebookInstanceLifecycleConfigName' => ['shape' => 'NotebookInstanceLifecycleConfigName'], 'OnCreate' => ['shape' => 'NotebookInstanceLifecycleConfigList'], 'OnStart' => ['shape' => 'NotebookInstanceLifecycleConfigList']]], 'UpdateNotebookInstanceLifecycleConfigOutput' => ['type' => 'structure', 'members' => []], 'UpdateNotebookInstanceOutput' => ['type' => 'structure', 'members' => []], 'UpdateTrialComponentRequest' => ['type' => 'structure', 'required' => ['TrialComponentName'], 'members' => ['TrialComponentName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName'], 'Status' => ['shape' => 'TrialComponentStatus'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Parameters' => ['shape' => 'TrialComponentParameters'], 'ParametersToRemove' => ['shape' => 'ListTrialComponentKey256'], 'InputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'InputArtifactsToRemove' => ['shape' => 'ListTrialComponentKey256'], 'OutputArtifacts' => ['shape' => 'TrialComponentArtifacts'], 'OutputArtifactsToRemove' => ['shape' => 'ListTrialComponentKey256']]], 'UpdateTrialComponentResponse' => ['type' => 'structure', 'members' => ['TrialComponentArn' => ['shape' => 'TrialComponentArn']]], 'UpdateTrialRequest' => ['type' => 'structure', 'required' => ['TrialName'], 'members' => ['TrialName' => ['shape' => 'ExperimentEntityName'], 'DisplayName' => ['shape' => 'ExperimentEntityName']]], 'UpdateTrialResponse' => ['type' => 'structure', 'members' => ['TrialArn' => ['shape' => 'TrialArn']]], 'UpdateUserProfileRequest' => ['type' => 'structure', 'required' => ['DomainId', 'UserProfileName'], 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'UserSettings' => ['shape' => 'UserSettings']]], 'UpdateUserProfileResponse' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'UserProfileArn']]], 'UpdateWorkforceRequest' => ['type' => 'structure', 'required' => ['WorkforceName'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName'], 'SourceIpConfig' => ['shape' => 'SourceIpConfig'], 'OidcConfig' => ['shape' => 'OidcConfig']]], 'UpdateWorkforceResponse' => ['type' => 'structure', 'required' => ['Workforce'], 'members' => ['Workforce' => ['shape' => 'Workforce']]], 'UpdateWorkteamRequest' => ['type' => 'structure', 'required' => ['WorkteamName'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'Description' => ['shape' => 'String200'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'UpdateWorkteamResponse' => ['type' => 'structure', 'required' => ['Workteam'], 'members' => ['Workteam' => ['shape' => 'Workteam']]], 'Url' => ['type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$'], 'UserContext' => ['type' => 'structure', 'members' => ['UserProfileArn' => ['shape' => 'String'], 'UserProfileName' => ['shape' => 'String'], 'DomainId' => ['shape' => 'String']]], 'UserProfileArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:user-profile/.*'], 'UserProfileDetails' => ['type' => 'structure', 'members' => ['DomainId' => ['shape' => 'DomainId'], 'UserProfileName' => ['shape' => 'UserProfileName'], 'Status' => ['shape' => 'UserProfileStatus'], 'CreationTime' => ['shape' => 'CreationTime'], 'LastModifiedTime' => ['shape' => 'LastModifiedTime']]], 'UserProfileList' => ['type' => 'list', 'member' => ['shape' => 'UserProfileDetails']], 'UserProfileName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'UserProfileSortKey' => ['type' => 'string', 'enum' => ['CreationTime', 'LastModifiedTime']], 'UserProfileStatus' => ['type' => 'string', 'enum' => ['Deleting', 'Failed', 'InService', 'Pending']], 'UserSettings' => ['type' => 'structure', 'members' => ['ExecutionRole' => ['shape' => 'RoleArn'], 'SecurityGroups' => ['shape' => 'SecurityGroupIds'], 'SharingSettings' => ['shape' => 'SharingSettings'], 'JupyterServerAppSettings' => ['shape' => 'JupyterServerAppSettings'], 'KernelGatewayAppSettings' => ['shape' => 'KernelGatewayAppSettings'], 'TensorBoardAppSettings' => ['shape' => 'TensorBoardAppSettings']]], 'VariantName' => ['type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'VariantProperty' => ['type' => 'structure', 'required' => ['VariantPropertyType'], 'members' => ['VariantPropertyType' => ['shape' => 'VariantPropertyType']]], 'VariantPropertyList' => ['type' => 'list', 'member' => ['shape' => 'VariantProperty'], 'max' => 3, 'min' => 0], 'VariantPropertyType' => ['type' => 'string', 'enum' => ['DesiredInstanceCount', 'DesiredWeight', 'DataCaptureConfig']], 'VariantWeight' => ['type' => 'float', 'min' => 0], 'VolumeSizeInGB' => ['type' => 'integer', 'min' => 1], 'VpcConfig' => ['type' => 'structure', 'required' => ['SecurityGroupIds', 'Subnets'], 'members' => ['SecurityGroupIds' => ['shape' => 'VpcSecurityGroupIds'], 'Subnets' => ['shape' => 'Subnets']]], 'VpcId' => ['type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+'], 'VpcSecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5, 'min' => 1], 'Workforce' => ['type' => 'structure', 'required' => ['WorkforceName', 'WorkforceArn'], 'members' => ['WorkforceName' => ['shape' => 'WorkforceName'], 'WorkforceArn' => ['shape' => 'WorkforceArn'], 'LastUpdatedDate' => ['shape' => 'Timestamp'], 'SourceIpConfig' => ['shape' => 'SourceIpConfig'], 'SubDomain' => ['shape' => 'String'], 'CognitoConfig' => ['shape' => 'CognitoConfig'], 'OidcConfig' => ['shape' => 'OidcConfigForResponse'], 'CreateDate' => ['shape' => 'Timestamp']]], 'WorkforceArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workforce/.*'], 'WorkforceName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([a-zA-Z0-9\\-])*$'], 'Workforces' => ['type' => 'list', 'member' => ['shape' => 'Workforce']], 'Workteam' => ['type' => 'structure', 'required' => ['WorkteamName', 'MemberDefinitions', 'WorkteamArn', 'Description'], 'members' => ['WorkteamName' => ['shape' => 'WorkteamName'], 'MemberDefinitions' => ['shape' => 'MemberDefinitions'], 'WorkteamArn' => ['shape' => 'WorkteamArn'], 'WorkforceArn' => ['shape' => 'WorkforceArn'], 'ProductListingIds' => ['shape' => 'ProductListings'], 'Description' => ['shape' => 'String200'], 'SubDomain' => ['shape' => 'String'], 'CreateDate' => ['shape' => 'Timestamp'], 'LastUpdatedDate' => ['shape' => 'Timestamp'], 'NotificationConfiguration' => ['shape' => 'NotificationConfiguration']]], 'WorkteamArn' => ['type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workteam/.*'], 'WorkteamName' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*'], 'Workteams' => ['type' => 'list', 'member' => ['shape' => 'Workteam']]]]; diff --git a/vendor/Aws3/Aws/data/sagemaker/2017-07-24/paginators-1.json.php b/vendor/Aws3/Aws/data/sagemaker/2017-07-24/paginators-1.json.php index e3087d0d..8167ba73 100644 --- a/vendor/Aws3/Aws/data/sagemaker/2017-07-24/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/sagemaker/2017-07-24/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListAlgorithms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AlgorithmSummaryList'], 'ListApps' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Apps'], 'ListAutoMLJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AutoMLJobSummaries'], 'ListCandidatesForAutoMLJob' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Candidates'], 'ListCodeRepositories' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'CodeRepositorySummaryList'], 'ListCompilationJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'CompilationJobSummaries'], 'ListDomains' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Domains'], 'ListEndpointConfigs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'EndpointConfigs'], 'ListEndpoints' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Endpoints'], 'ListExperiments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ExperimentSummaries'], 'ListFlowDefinitions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FlowDefinitionSummaries'], 'ListHumanTaskUis' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'HumanTaskUiSummaries'], 'ListHyperParameterTuningJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'HyperParameterTuningJobSummaries'], 'ListLabelingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'LabelingJobSummaryList'], 'ListLabelingJobsForWorkteam' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'LabelingJobSummaryList'], 'ListModelPackages' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ModelPackageSummaryList'], 'ListModels' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Models'], 'ListMonitoringExecutions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MonitoringExecutionSummaries'], 'ListMonitoringSchedules' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MonitoringScheduleSummaries'], 'ListNotebookInstanceLifecycleConfigs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'NotebookInstanceLifecycleConfigs'], 'ListNotebookInstances' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'NotebookInstances'], 'ListProcessingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ProcessingJobSummaries'], 'ListSubscribedWorkteams' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'SubscribedWorkteams'], 'ListTags' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Tags'], 'ListTrainingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrainingJobSummaries'], 'ListTrainingJobsForHyperParameterTuningJob' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrainingJobSummaries'], 'ListTransformJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TransformJobSummaries'], 'ListTrialComponents' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrialComponentSummaries'], 'ListTrials' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrialSummaries'], 'ListUserProfiles' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'UserProfiles'], 'ListWorkteams' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Workteams'], 'Search' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Results']]]; +return ['pagination' => ['ListAlgorithms' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AlgorithmSummaryList'], 'ListApps' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Apps'], 'ListAutoMLJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'AutoMLJobSummaries'], 'ListCandidatesForAutoMLJob' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Candidates'], 'ListCodeRepositories' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'CodeRepositorySummaryList'], 'ListCompilationJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'CompilationJobSummaries'], 'ListDomains' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Domains'], 'ListEndpointConfigs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'EndpointConfigs'], 'ListEndpoints' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Endpoints'], 'ListExperiments' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ExperimentSummaries'], 'ListFlowDefinitions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'FlowDefinitionSummaries'], 'ListHumanTaskUis' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'HumanTaskUiSummaries'], 'ListHyperParameterTuningJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'HyperParameterTuningJobSummaries'], 'ListLabelingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'LabelingJobSummaryList'], 'ListLabelingJobsForWorkteam' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'LabelingJobSummaryList'], 'ListModelPackages' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ModelPackageSummaryList'], 'ListModels' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Models'], 'ListMonitoringExecutions' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MonitoringExecutionSummaries'], 'ListMonitoringSchedules' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'MonitoringScheduleSummaries'], 'ListNotebookInstanceLifecycleConfigs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'NotebookInstanceLifecycleConfigs'], 'ListNotebookInstances' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'NotebookInstances'], 'ListProcessingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'ProcessingJobSummaries'], 'ListSubscribedWorkteams' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'SubscribedWorkteams'], 'ListTags' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Tags'], 'ListTrainingJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrainingJobSummaries'], 'ListTrainingJobsForHyperParameterTuningJob' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrainingJobSummaries'], 'ListTransformJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TransformJobSummaries'], 'ListTrialComponents' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrialComponentSummaries'], 'ListTrials' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'TrialSummaries'], 'ListUserProfiles' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'UserProfiles'], 'ListWorkforces' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Workforces'], 'ListWorkteams' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Workteams'], 'Search' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', 'result_key' => 'Results']]]; diff --git a/vendor/Aws3/Aws/data/savingsplans/2019-06-28/api-2.json.php b/vendor/Aws3/Aws/data/savingsplans/2019-06-28/api-2.json.php index 97604902..cf6e27ae 100644 --- a/vendor/Aws3/Aws/data/savingsplans/2019-06-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/savingsplans/2019-06-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-06-28', 'endpointPrefix' => 'savingsplans', 'globalEndpoint' => 'savingsplans.amazonaws.com', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWSSavingsPlans', 'serviceFullName' => 'AWS Savings Plans', 'serviceId' => 'savingsplans', 'signatureVersion' => 'v4', 'uid' => 'savingsplans-2019-06-28'], 'operations' => ['CreateSavingsPlan' => ['name' => 'CreateSavingsPlan', 'http' => ['method' => 'POST', 'requestUri' => '/CreateSavingsPlan'], 'input' => ['shape' => 'CreateSavingsPlanRequest'], 'output' => ['shape' => 'CreateSavingsPlanResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException']]], 'DescribeSavingsPlanRates' => ['name' => 'DescribeSavingsPlanRates', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlanRates'], 'input' => ['shape' => 'DescribeSavingsPlanRatesRequest'], 'output' => ['shape' => 'DescribeSavingsPlanRatesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeSavingsPlans' => ['name' => 'DescribeSavingsPlans', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlans'], 'input' => ['shape' => 'DescribeSavingsPlansRequest'], 'output' => ['shape' => 'DescribeSavingsPlansResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'DescribeSavingsPlansOfferingRates' => ['name' => 'DescribeSavingsPlansOfferingRates', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlansOfferingRates'], 'input' => ['shape' => 'DescribeSavingsPlansOfferingRatesRequest'], 'output' => ['shape' => 'DescribeSavingsPlansOfferingRatesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeSavingsPlansOfferings' => ['name' => 'DescribeSavingsPlansOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlansOfferings'], 'input' => ['shape' => 'DescribeSavingsPlansOfferingsRequest'], 'output' => ['shape' => 'DescribeSavingsPlansOfferingsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/ListTagsForResource'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/TagResource'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/UntagResource'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Amount' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'CreateSavingsPlanRequest' => ['type' => 'structure', 'required' => ['savingsPlanOfferingId', 'commitment'], 'members' => ['savingsPlanOfferingId' => ['shape' => 'SavingsPlanOfferingId'], 'commitment' => ['shape' => 'Amount'], 'upfrontPaymentAmount' => ['shape' => 'Amount'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateSavingsPlanResponse' => ['type' => 'structure', 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId']]], 'CurrencyCode' => ['type' => 'string', 'enum' => ['CNY', 'USD']], 'CurrencyList' => ['type' => 'list', 'member' => ['shape' => 'CurrencyCode']], 'DescribeSavingsPlanRatesRequest' => ['type' => 'structure', 'required' => ['savingsPlanId'], 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId'], 'filters' => ['shape' => 'SavingsPlanRateFilterList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeSavingsPlanRatesResponse' => ['type' => 'structure', 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId'], 'searchResults' => ['shape' => 'SavingsPlanRateList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansOfferingRatesRequest' => ['type' => 'structure', 'members' => ['savingsPlanOfferingIds' => ['shape' => 'UUIDs'], 'savingsPlanPaymentOptions' => ['shape' => 'SavingsPlanPaymentOptionList'], 'savingsPlanTypes' => ['shape' => 'SavingsPlanTypeList'], 'products' => ['shape' => 'SavingsPlanProductTypeList'], 'serviceCodes' => ['shape' => 'SavingsPlanRateServiceCodeList'], 'usageTypes' => ['shape' => 'SavingsPlanRateUsageTypeList'], 'operations' => ['shape' => 'SavingsPlanRateOperationList'], 'filters' => ['shape' => 'SavingsPlanOfferingRateFiltersList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'PageSize']]], 'DescribeSavingsPlansOfferingRatesResponse' => ['type' => 'structure', 'members' => ['searchResults' => ['shape' => 'SavingsPlanOfferingRatesList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansOfferingsRequest' => ['type' => 'structure', 'members' => ['offeringIds' => ['shape' => 'UUIDs'], 'paymentOptions' => ['shape' => 'SavingsPlanPaymentOptionList'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'planTypes' => ['shape' => 'SavingsPlanTypeList'], 'durations' => ['shape' => 'DurationsList'], 'currencies' => ['shape' => 'CurrencyList'], 'descriptions' => ['shape' => 'SavingsPlanDescriptionsList'], 'serviceCodes' => ['shape' => 'SavingsPlanServiceCodeList'], 'usageTypes' => ['shape' => 'SavingsPlanUsageTypeList'], 'operations' => ['shape' => 'SavingsPlanOperationList'], 'filters' => ['shape' => 'SavingsPlanOfferingFiltersList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'PageSize']]], 'DescribeSavingsPlansOfferingsResponse' => ['type' => 'structure', 'members' => ['searchResults' => ['shape' => 'SavingsPlanOfferingsList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansRequest' => ['type' => 'structure', 'members' => ['savingsPlanArns' => ['shape' => 'SavingsPlanArnList'], 'savingsPlanIds' => ['shape' => 'SavingsPlanIdList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'states' => ['shape' => 'SavingsPlanStateList'], 'filters' => ['shape' => 'SavingsPlanFilterList']]], 'DescribeSavingsPlansResponse' => ['type' => 'structure', 'members' => ['savingsPlans' => ['shape' => 'SavingsPlanList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DurationsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansDuration']], 'EC2InstanceFamily' => ['type' => 'string'], 'FilterValuesList' => ['type' => 'list', 'member' => ['shape' => 'JsonSafeFilterValueString']], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'JsonSafeFilterValueString' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_ \\/.\\:\\-\\(\\)]+$'], 'ListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'PageSize' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'pattern' => '^[A-Za-z0-9/=\\+]+$'], 'ParentSavingsPlanOffering' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'UUID'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'planType' => ['shape' => 'SavingsPlanType'], 'durationSeconds' => ['shape' => 'SavingsPlansDuration'], 'currency' => ['shape' => 'CurrencyCode'], 'planDescription' => ['shape' => 'SavingsPlanDescription']]], 'Region' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SavingsPlan' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'SavingsPlanOfferingId'], 'savingsPlanId' => ['shape' => 'SavingsPlanId'], 'savingsPlanArn' => ['shape' => 'SavingsPlanArn'], 'description' => ['shape' => 'String'], 'start' => ['shape' => 'String'], 'end' => ['shape' => 'String'], 'state' => ['shape' => 'SavingsPlanState'], 'region' => ['shape' => 'Region'], 'ec2InstanceFamily' => ['shape' => 'EC2InstanceFamily'], 'savingsPlanType' => ['shape' => 'SavingsPlanType'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'productTypes' => ['shape' => 'SavingsPlanProductTypeList'], 'currency' => ['shape' => 'CurrencyCode'], 'commitment' => ['shape' => 'Amount'], 'upfrontPaymentAmount' => ['shape' => 'Amount'], 'recurringPaymentAmount' => ['shape' => 'Amount'], 'termDurationInSeconds' => ['shape' => 'TermDurationInSeconds'], 'tags' => ['shape' => 'TagMap']]], 'SavingsPlanArn' => ['type' => 'string', 'pattern' => 'arn:aws:[a-z]+:([a-z]{2}-[a-z]+-\\d{1}|):(\\d{12}):savingsplan\\/([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})$'], 'SavingsPlanArnList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanArn'], 'max' => 100], 'SavingsPlanDescription' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\- ]+$'], 'SavingsPlanDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanDescription']], 'SavingsPlanFilter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlansFilterName'], 'values' => ['shape' => 'ListOfStrings']]], 'SavingsPlanFilterList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanFilter']], 'SavingsPlanId' => ['type' => 'string'], 'SavingsPlanIdList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanId']], 'SavingsPlanList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlan']], 'SavingsPlanOffering' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'UUID'], 'productTypes' => ['shape' => 'SavingsPlanProductTypeList'], 'planType' => ['shape' => 'SavingsPlanType'], 'description' => ['shape' => 'SavingsPlanDescription'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'durationSeconds' => ['shape' => 'SavingsPlansDuration'], 'currency' => ['shape' => 'CurrencyCode'], 'serviceCode' => ['shape' => 'SavingsPlanServiceCode'], 'usageType' => ['shape' => 'SavingsPlanUsageType'], 'operation' => ['shape' => 'SavingsPlanOperation'], 'properties' => ['shape' => 'SavingsPlanOfferingPropertyList']]], 'SavingsPlanOfferingFilterAttribute' => ['type' => 'string', 'enum' => ['region', 'instanceFamily']], 'SavingsPlanOfferingFilterElement' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanOfferingFilterAttribute'], 'values' => ['shape' => 'FilterValuesList']]], 'SavingsPlanOfferingFiltersList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingFilterElement']], 'SavingsPlanOfferingId' => ['type' => 'string'], 'SavingsPlanOfferingProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanOfferingPropertyKey'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanOfferingPropertyKey' => ['type' => 'string', 'enum' => ['region', 'instanceFamily']], 'SavingsPlanOfferingPropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingProperty']], 'SavingsPlanOfferingRate' => ['type' => 'structure', 'members' => ['savingsPlanOffering' => ['shape' => 'ParentSavingsPlanOffering'], 'rate' => ['shape' => 'SavingsPlanRatePricePerUnit'], 'unit' => ['shape' => 'SavingsPlanRateUnit'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'serviceCode' => ['shape' => 'SavingsPlanRateServiceCode'], 'usageType' => ['shape' => 'SavingsPlanRateUsageType'], 'operation' => ['shape' => 'SavingsPlanRateOperation'], 'properties' => ['shape' => 'SavingsPlanOfferingRatePropertyList']]], 'SavingsPlanOfferingRateFilterElement' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRateFilterAttribute'], 'values' => ['shape' => 'FilterValuesList']]], 'SavingsPlanOfferingRateFiltersList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRateFilterElement']], 'SavingsPlanOfferingRateProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'JsonSafeFilterValueString'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanOfferingRatePropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRateProperty']], 'SavingsPlanOfferingRatesList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRate']], 'SavingsPlanOfferingsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOffering']], 'SavingsPlanOperation' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]*$'], 'SavingsPlanOperationList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOperation']], 'SavingsPlanPaymentOption' => ['type' => 'string', 'enum' => ['All Upfront', 'Partial Upfront', 'No Upfront']], 'SavingsPlanPaymentOptionList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanPaymentOption']], 'SavingsPlanProductType' => ['type' => 'string', 'enum' => ['EC2', 'Fargate', 'Lambda']], 'SavingsPlanProductTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanProductType']], 'SavingsPlanRate' => ['type' => 'structure', 'members' => ['rate' => ['shape' => 'Amount'], 'currency' => ['shape' => 'CurrencyCode'], 'unit' => ['shape' => 'SavingsPlanRateUnit'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'serviceCode' => ['shape' => 'SavingsPlanRateServiceCode'], 'usageType' => ['shape' => 'SavingsPlanRateUsageType'], 'operation' => ['shape' => 'SavingsPlanRateOperation'], 'properties' => ['shape' => 'SavingsPlanRatePropertyList']]], 'SavingsPlanRateFilter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRateFilterName'], 'values' => ['shape' => 'ListOfStrings']]], 'SavingsPlanRateFilterAttribute' => ['type' => 'string', 'enum' => ['region', 'instanceFamily', 'instanceType', 'productDescription', 'tenancy', 'productId']], 'SavingsPlanRateFilterList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateFilter']], 'SavingsPlanRateFilterName' => ['type' => 'string', 'enum' => ['region', 'instanceType', 'productDescription', 'tenancy', 'productType', 'serviceCode', 'usageType', 'operation']], 'SavingsPlanRateList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRate']], 'SavingsPlanRateOperation' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]*$'], 'SavingsPlanRateOperationList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateOperation']], 'SavingsPlanRatePricePerUnit' => ['type' => 'string'], 'SavingsPlanRateProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRatePropertyKey'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanRatePropertyKey' => ['type' => 'string', 'enum' => ['region', 'instanceType', 'instanceFamily', 'productDescription', 'tenancy']], 'SavingsPlanRatePropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateProperty']], 'SavingsPlanRateServiceCode' => ['type' => 'string', 'enum' => ['AmazonEC2', 'AmazonECS', 'AWSLambda']], 'SavingsPlanRateServiceCodeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateServiceCode']], 'SavingsPlanRateUnit' => ['type' => 'string', 'enum' => ['Hrs', 'Lambda-GB-Second', 'Request']], 'SavingsPlanRateUsageType' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]+$'], 'SavingsPlanRateUsageTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateUsageType']], 'SavingsPlanServiceCode' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z]+$'], 'SavingsPlanServiceCodeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanServiceCode']], 'SavingsPlanState' => ['type' => 'string', 'enum' => ['payment-pending', 'payment-failed', 'active', 'retired']], 'SavingsPlanStateList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanState']], 'SavingsPlanType' => ['type' => 'string', 'enum' => ['Compute', 'EC2Instance']], 'SavingsPlanTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanType']], 'SavingsPlanUsageType' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]+$'], 'SavingsPlanUsageTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanUsageType']], 'SavingsPlansDuration' => ['type' => 'long', 'min' => 0], 'SavingsPlansFilterName' => ['type' => 'string', 'enum' => ['region', 'ec2-instance-family', 'commitment', 'upfront', 'term', 'savings-plan-type', 'payment-option', 'start', 'end']], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'String' => ['type' => 'string'], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'TermDurationInSeconds' => ['type' => 'long'], 'UUID' => ['type' => 'string', 'pattern' => '^(([0-9a-f]+)(-?))+$'], 'UUIDs' => ['type' => 'list', 'member' => ['shape' => 'UUID']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-06-28', 'endpointPrefix' => 'savingsplans', 'globalEndpoint' => 'savingsplans.amazonaws.com', 'jsonVersion' => '1.0', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'AWSSavingsPlans', 'serviceFullName' => 'AWS Savings Plans', 'serviceId' => 'savingsplans', 'signatureVersion' => 'v4', 'uid' => 'savingsplans-2019-06-28'], 'operations' => ['CreateSavingsPlan' => ['name' => 'CreateSavingsPlan', 'http' => ['method' => 'POST', 'requestUri' => '/CreateSavingsPlan'], 'input' => ['shape' => 'CreateSavingsPlanRequest'], 'output' => ['shape' => 'CreateSavingsPlanResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException'], ['shape' => 'ServiceQuotaExceededException']]], 'DescribeSavingsPlanRates' => ['name' => 'DescribeSavingsPlanRates', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlanRates'], 'input' => ['shape' => 'DescribeSavingsPlanRatesRequest'], 'output' => ['shape' => 'DescribeSavingsPlanRatesResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'DescribeSavingsPlans' => ['name' => 'DescribeSavingsPlans', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlans'], 'input' => ['shape' => 'DescribeSavingsPlansRequest'], 'output' => ['shape' => 'DescribeSavingsPlansResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'DescribeSavingsPlansOfferingRates' => ['name' => 'DescribeSavingsPlansOfferingRates', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlansOfferingRates'], 'input' => ['shape' => 'DescribeSavingsPlansOfferingRatesRequest'], 'output' => ['shape' => 'DescribeSavingsPlansOfferingRatesResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'DescribeSavingsPlansOfferings' => ['name' => 'DescribeSavingsPlansOfferings', 'http' => ['method' => 'POST', 'requestUri' => '/DescribeSavingsPlansOfferings'], 'input' => ['shape' => 'DescribeSavingsPlansOfferingsRequest'], 'output' => ['shape' => 'DescribeSavingsPlansOfferingsResponse'], 'errors' => [['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/ListTagsForResource'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/TagResource'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ServiceQuotaExceededException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/UntagResource'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException'], ['shape' => 'InternalServerException']]]], 'shapes' => ['Amount' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'CreateSavingsPlanRequest' => ['type' => 'structure', 'required' => ['savingsPlanOfferingId', 'commitment'], 'members' => ['savingsPlanOfferingId' => ['shape' => 'SavingsPlanOfferingId'], 'commitment' => ['shape' => 'Amount'], 'upfrontPaymentAmount' => ['shape' => 'Amount'], 'clientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'tags' => ['shape' => 'TagMap']]], 'CreateSavingsPlanResponse' => ['type' => 'structure', 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId']]], 'CurrencyCode' => ['type' => 'string', 'enum' => ['CNY', 'USD']], 'CurrencyList' => ['type' => 'list', 'member' => ['shape' => 'CurrencyCode']], 'DescribeSavingsPlanRatesRequest' => ['type' => 'structure', 'required' => ['savingsPlanId'], 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId'], 'filters' => ['shape' => 'SavingsPlanRateFilterList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'DescribeSavingsPlanRatesResponse' => ['type' => 'structure', 'members' => ['savingsPlanId' => ['shape' => 'SavingsPlanId'], 'searchResults' => ['shape' => 'SavingsPlanRateList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansOfferingRatesRequest' => ['type' => 'structure', 'members' => ['savingsPlanOfferingIds' => ['shape' => 'UUIDs'], 'savingsPlanPaymentOptions' => ['shape' => 'SavingsPlanPaymentOptionList'], 'savingsPlanTypes' => ['shape' => 'SavingsPlanTypeList'], 'products' => ['shape' => 'SavingsPlanProductTypeList'], 'serviceCodes' => ['shape' => 'SavingsPlanRateServiceCodeList'], 'usageTypes' => ['shape' => 'SavingsPlanRateUsageTypeList'], 'operations' => ['shape' => 'SavingsPlanRateOperationList'], 'filters' => ['shape' => 'SavingsPlanOfferingRateFiltersList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'PageSize']]], 'DescribeSavingsPlansOfferingRatesResponse' => ['type' => 'structure', 'members' => ['searchResults' => ['shape' => 'SavingsPlanOfferingRatesList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansOfferingsRequest' => ['type' => 'structure', 'members' => ['offeringIds' => ['shape' => 'UUIDs'], 'paymentOptions' => ['shape' => 'SavingsPlanPaymentOptionList'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'planTypes' => ['shape' => 'SavingsPlanTypeList'], 'durations' => ['shape' => 'DurationsList'], 'currencies' => ['shape' => 'CurrencyList'], 'descriptions' => ['shape' => 'SavingsPlanDescriptionsList'], 'serviceCodes' => ['shape' => 'SavingsPlanServiceCodeList'], 'usageTypes' => ['shape' => 'SavingsPlanUsageTypeList'], 'operations' => ['shape' => 'SavingsPlanOperationList'], 'filters' => ['shape' => 'SavingsPlanOfferingFiltersList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'PageSize']]], 'DescribeSavingsPlansOfferingsResponse' => ['type' => 'structure', 'members' => ['searchResults' => ['shape' => 'SavingsPlanOfferingsList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DescribeSavingsPlansRequest' => ['type' => 'structure', 'members' => ['savingsPlanArns' => ['shape' => 'SavingsPlanArnList'], 'savingsPlanIds' => ['shape' => 'SavingsPlanIdList'], 'nextToken' => ['shape' => 'PaginationToken'], 'maxResults' => ['shape' => 'MaxResults'], 'states' => ['shape' => 'SavingsPlanStateList'], 'filters' => ['shape' => 'SavingsPlanFilterList']]], 'DescribeSavingsPlansResponse' => ['type' => 'structure', 'members' => ['savingsPlans' => ['shape' => 'SavingsPlanList'], 'nextToken' => ['shape' => 'PaginationToken']]], 'DurationsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlansDuration']], 'EC2InstanceFamily' => ['type' => 'string'], 'FilterValuesList' => ['type' => 'list', 'member' => ['shape' => 'JsonSafeFilterValueString']], 'InternalServerException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'JsonSafeFilterValueString' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_ \\/.\\:\\-\\(\\)]+$'], 'ListOfStrings' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['tags' => ['shape' => 'TagMap']]], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'PageSize' => ['type' => 'integer', 'max' => 1000, 'min' => 0], 'PaginationToken' => ['type' => 'string', 'max' => 1024, 'pattern' => '^[A-Za-z0-9/=\\+]+$'], 'ParentSavingsPlanOffering' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'UUID'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'planType' => ['shape' => 'SavingsPlanType'], 'durationSeconds' => ['shape' => 'SavingsPlansDuration'], 'currency' => ['shape' => 'CurrencyCode'], 'planDescription' => ['shape' => 'SavingsPlanDescription']]], 'Region' => ['type' => 'string'], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'SavingsPlan' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'SavingsPlanOfferingId'], 'savingsPlanId' => ['shape' => 'SavingsPlanId'], 'savingsPlanArn' => ['shape' => 'SavingsPlanArn'], 'description' => ['shape' => 'String'], 'start' => ['shape' => 'String'], 'end' => ['shape' => 'String'], 'state' => ['shape' => 'SavingsPlanState'], 'region' => ['shape' => 'Region'], 'ec2InstanceFamily' => ['shape' => 'EC2InstanceFamily'], 'savingsPlanType' => ['shape' => 'SavingsPlanType'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'productTypes' => ['shape' => 'SavingsPlanProductTypeList'], 'currency' => ['shape' => 'CurrencyCode'], 'commitment' => ['shape' => 'Amount'], 'upfrontPaymentAmount' => ['shape' => 'Amount'], 'recurringPaymentAmount' => ['shape' => 'Amount'], 'termDurationInSeconds' => ['shape' => 'TermDurationInSeconds'], 'tags' => ['shape' => 'TagMap']]], 'SavingsPlanArn' => ['type' => 'string', 'pattern' => 'arn:aws:[a-z]+:([a-z]{2}-[a-z]+-\\d{1}|):(\\d{12}):savingsplan\\/([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})$'], 'SavingsPlanArnList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanArn'], 'max' => 100], 'SavingsPlanDescription' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\- ]+$'], 'SavingsPlanDescriptionsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanDescription']], 'SavingsPlanFilter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlansFilterName'], 'values' => ['shape' => 'ListOfStrings']]], 'SavingsPlanFilterList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanFilter']], 'SavingsPlanId' => ['type' => 'string'], 'SavingsPlanIdList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanId']], 'SavingsPlanList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlan']], 'SavingsPlanOffering' => ['type' => 'structure', 'members' => ['offeringId' => ['shape' => 'UUID'], 'productTypes' => ['shape' => 'SavingsPlanProductTypeList'], 'planType' => ['shape' => 'SavingsPlanType'], 'description' => ['shape' => 'SavingsPlanDescription'], 'paymentOption' => ['shape' => 'SavingsPlanPaymentOption'], 'durationSeconds' => ['shape' => 'SavingsPlansDuration'], 'currency' => ['shape' => 'CurrencyCode'], 'serviceCode' => ['shape' => 'SavingsPlanServiceCode'], 'usageType' => ['shape' => 'SavingsPlanUsageType'], 'operation' => ['shape' => 'SavingsPlanOperation'], 'properties' => ['shape' => 'SavingsPlanOfferingPropertyList']]], 'SavingsPlanOfferingFilterAttribute' => ['type' => 'string', 'enum' => ['region', 'instanceFamily']], 'SavingsPlanOfferingFilterElement' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanOfferingFilterAttribute'], 'values' => ['shape' => 'FilterValuesList']]], 'SavingsPlanOfferingFiltersList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingFilterElement']], 'SavingsPlanOfferingId' => ['type' => 'string'], 'SavingsPlanOfferingProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanOfferingPropertyKey'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanOfferingPropertyKey' => ['type' => 'string', 'enum' => ['region', 'instanceFamily']], 'SavingsPlanOfferingPropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingProperty']], 'SavingsPlanOfferingRate' => ['type' => 'structure', 'members' => ['savingsPlanOffering' => ['shape' => 'ParentSavingsPlanOffering'], 'rate' => ['shape' => 'SavingsPlanRatePricePerUnit'], 'unit' => ['shape' => 'SavingsPlanRateUnit'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'serviceCode' => ['shape' => 'SavingsPlanRateServiceCode'], 'usageType' => ['shape' => 'SavingsPlanRateUsageType'], 'operation' => ['shape' => 'SavingsPlanRateOperation'], 'properties' => ['shape' => 'SavingsPlanOfferingRatePropertyList']]], 'SavingsPlanOfferingRateFilterElement' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRateFilterAttribute'], 'values' => ['shape' => 'FilterValuesList']]], 'SavingsPlanOfferingRateFiltersList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRateFilterElement']], 'SavingsPlanOfferingRateProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'JsonSafeFilterValueString'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanOfferingRatePropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRateProperty']], 'SavingsPlanOfferingRatesList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOfferingRate']], 'SavingsPlanOfferingsList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOffering']], 'SavingsPlanOperation' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]*$'], 'SavingsPlanOperationList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanOperation']], 'SavingsPlanPaymentOption' => ['type' => 'string', 'enum' => ['All Upfront', 'Partial Upfront', 'No Upfront']], 'SavingsPlanPaymentOptionList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanPaymentOption']], 'SavingsPlanProductType' => ['type' => 'string', 'enum' => ['EC2', 'Fargate', 'Lambda']], 'SavingsPlanProductTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanProductType']], 'SavingsPlanRate' => ['type' => 'structure', 'members' => ['rate' => ['shape' => 'Amount'], 'currency' => ['shape' => 'CurrencyCode'], 'unit' => ['shape' => 'SavingsPlanRateUnit'], 'productType' => ['shape' => 'SavingsPlanProductType'], 'serviceCode' => ['shape' => 'SavingsPlanRateServiceCode'], 'usageType' => ['shape' => 'SavingsPlanRateUsageType'], 'operation' => ['shape' => 'SavingsPlanRateOperation'], 'properties' => ['shape' => 'SavingsPlanRatePropertyList']]], 'SavingsPlanRateFilter' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRateFilterName'], 'values' => ['shape' => 'ListOfStrings']]], 'SavingsPlanRateFilterAttribute' => ['type' => 'string', 'enum' => ['region', 'instanceFamily', 'instanceType', 'productDescription', 'tenancy', 'productId']], 'SavingsPlanRateFilterList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateFilter']], 'SavingsPlanRateFilterName' => ['type' => 'string', 'enum' => ['region', 'instanceType', 'productDescription', 'tenancy', 'productType', 'serviceCode', 'usageType', 'operation']], 'SavingsPlanRateList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRate']], 'SavingsPlanRateOperation' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]*$'], 'SavingsPlanRateOperationList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateOperation']], 'SavingsPlanRatePricePerUnit' => ['type' => 'string'], 'SavingsPlanRateProperty' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'SavingsPlanRatePropertyKey'], 'value' => ['shape' => 'JsonSafeFilterValueString']]], 'SavingsPlanRatePropertyKey' => ['type' => 'string', 'enum' => ['region', 'instanceType', 'instanceFamily', 'productDescription', 'tenancy']], 'SavingsPlanRatePropertyList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateProperty']], 'SavingsPlanRateServiceCode' => ['type' => 'string', 'enum' => ['AmazonEC2', 'AmazonECS', 'AmazonEKS', 'AWSLambda']], 'SavingsPlanRateServiceCodeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateServiceCode']], 'SavingsPlanRateUnit' => ['type' => 'string', 'enum' => ['Hrs', 'Lambda-GB-Second', 'Request']], 'SavingsPlanRateUsageType' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]+$'], 'SavingsPlanRateUsageTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanRateUsageType']], 'SavingsPlanServiceCode' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z]+$'], 'SavingsPlanServiceCodeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanServiceCode']], 'SavingsPlanState' => ['type' => 'string', 'enum' => ['payment-pending', 'payment-failed', 'active', 'retired']], 'SavingsPlanStateList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanState']], 'SavingsPlanType' => ['type' => 'string', 'enum' => ['Compute', 'EC2Instance']], 'SavingsPlanTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanType']], 'SavingsPlanUsageType' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9_ \\/.:-]+$'], 'SavingsPlanUsageTypeList' => ['type' => 'list', 'member' => ['shape' => 'SavingsPlanUsageType']], 'SavingsPlansDuration' => ['type' => 'long', 'min' => 0], 'SavingsPlansFilterName' => ['type' => 'string', 'enum' => ['region', 'ec2-instance-family', 'commitment', 'upfront', 'term', 'savings-plan-type', 'payment-option', 'start', 'end']], 'ServiceQuotaExceededException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 402], 'exception' => \true], 'String' => ['type' => 'string'], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tags'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn'], 'tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'TermDurationInSeconds' => ['type' => 'long'], 'UUID' => ['type' => 'string', 'pattern' => '^(([0-9a-f]+)(-?))+$'], 'UUIDs' => ['type' => 'list', 'member' => ['shape' => 'UUID']], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['resourceArn', 'tagKeys'], 'members' => ['resourceArn' => ['shape' => 'SavingsPlanArn'], 'tagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'ValidationException' => ['type' => 'structure', 'required' => ['message'], 'members' => ['message' => ['shape' => 'String']], 'error' => ['httpStatusCode' => 400], 'exception' => \true]]]; diff --git a/vendor/Aws3/Aws/data/schemas/2019-12-02/api-2.json.php b/vendor/Aws3/Aws/data/schemas/2019-12-02/api-2.json.php index 2875d64c..aa971511 100644 --- a/vendor/Aws3/Aws/data/schemas/2019-12-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/schemas/2019-12-02/api-2.json.php @@ -1,4 +1,4 @@ ['apiVersion' => '2019-12-02', 'endpointPrefix' => 'schemas', 'signingName' => 'schemas', 'serviceFullName' => 'Schemas', 'serviceId' => 'schemas', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'schemas-2019-12-02', 'signatureVersion' => 'v4'], 'operations' => ['CreateDiscoverer' => ['name' => 'CreateDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers', 'responseCode' => 201], 'input' => ['shape' => 'CreateDiscovererRequest'], 'output' => ['shape' => 'CreateDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException']]], 'CreateRegistry' => ['name' => 'CreateRegistry', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 201], 'input' => ['shape' => 'CreateRegistryRequest'], 'output' => ['shape' => 'CreateRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException']]], 'CreateSchema' => ['name' => 'CreateSchema', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 201], 'input' => ['shape' => 'CreateSchemaRequest'], 'output' => ['shape' => 'CreateSchemaResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteDiscoverer' => ['name' => 'DeleteDiscoverer', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDiscovererRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteRegistry' => ['name' => 'DeleteRegistry', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRegistryRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSchema' => ['name' => 'DeleteSchema', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSchemaRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSchemaVersion' => ['name' => 'DeleteSchemaVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/version/{schemaVersion}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSchemaVersionRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeCodeBinding' => ['name' => 'DescribeCodeBinding', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeCodeBindingRequest'], 'output' => ['shape' => 'DescribeCodeBindingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDiscoverer' => ['name' => 'DescribeDiscoverer', 'http' => ['method' => 'GET', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeDiscovererRequest'], 'output' => ['shape' => 'DescribeDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeRegistry' => ['name' => 'DescribeRegistry', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeRegistryRequest'], 'output' => ['shape' => 'DescribeRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeSchema' => ['name' => 'DescribeSchema', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeSchemaRequest'], 'output' => ['shape' => 'DescribeSchemaResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetCodeBindingSource' => ['name' => 'GetCodeBindingSource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}/source', 'responseCode' => 200], 'input' => ['shape' => 'GetCodeBindingSourceRequest'], 'output' => ['shape' => 'GetCodeBindingSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDiscoveredSchema' => ['name' => 'GetDiscoveredSchema', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discover', 'responseCode' => 200], 'input' => ['shape' => 'GetDiscoveredSchemaRequest'], 'output' => ['shape' => 'GetDiscoveredSchemaResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListDiscoverers' => ['name' => 'ListDiscoverers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/discoverers', 'responseCode' => 200], 'input' => ['shape' => 'ListDiscoverersRequest'], 'output' => ['shape' => 'ListDiscoverersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListRegistries' => ['name' => 'ListRegistries', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries', 'responseCode' => 200], 'input' => ['shape' => 'ListRegistriesRequest'], 'output' => ['shape' => 'ListRegistriesResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListSchemaVersions' => ['name' => 'ListSchemaVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListSchemaVersionsRequest'], 'output' => ['shape' => 'ListSchemaVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListSchemas' => ['name' => 'ListSchemas', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas', 'responseCode' => 200], 'input' => ['shape' => 'ListSchemasRequest'], 'output' => ['shape' => 'ListSchemasResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'LockServiceLinkedRole' => ['name' => 'LockServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/slr-deletion/lock', 'responseCode' => 200], 'input' => ['shape' => 'LockServiceLinkedRoleRequest'], 'output' => ['shape' => 'LockServiceLinkedRoleResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']], 'internal' => \true], 'PutCodeBinding' => ['name' => 'PutCodeBinding', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}', 'responseCode' => 202], 'input' => ['shape' => 'PutCodeBindingRequest'], 'output' => ['shape' => 'PutCodeBindingResponse'], 'errors' => [['shape' => 'GoneException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'SearchSchemas' => ['name' => 'SearchSchemas', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/search', 'responseCode' => 200], 'input' => ['shape' => 'SearchSchemasRequest'], 'output' => ['shape' => 'SearchSchemasResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'StartDiscoverer' => ['name' => 'StartDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers/id/{discovererId}/start', 'responseCode' => 200], 'input' => ['shape' => 'StartDiscovererRequest'], 'output' => ['shape' => 'StartDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'StopDiscoverer' => ['name' => 'StopDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers/id/{discovererId}/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopDiscovererRequest'], 'output' => ['shape' => 'StopDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UnlockServiceLinkedRole' => ['name' => 'UnlockServiceLinkedRole', 'http' => ['method' => 'POST', 'requestUri' => '/slr-deletion/unlock', 'responseCode' => 200], 'input' => ['shape' => 'UnlockServiceLinkedRoleRequest'], 'output' => ['shape' => 'UnlockServiceLinkedRoleResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']], 'internal' => \true], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateDiscoverer' => ['name' => 'UpdateDiscoverer', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDiscovererRequest'], 'output' => ['shape' => 'UpdateDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateRegistry' => ['name' => 'UpdateRegistry', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRegistryRequest'], 'output' => ['shape' => 'UpdateRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateSchema' => ['name' => 'UpdateSchema', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSchemaRequest'], 'output' => ['shape' => 'UpdateSchemaResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'CodeBindingOutput' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'CodeGenerationStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED']], 'ConflictException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateDiscovererInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'SourceArn' => ['shape' => '__stringMin20Max1600'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SourceArn']], 'CreateDiscovererRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'SourceArn' => ['shape' => '__stringMin20Max1600'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SourceArn']], 'CreateDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateRegistryInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateRegistryRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RegistryName']], 'CreateRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateSchemaInput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Content']], 'CreateSchemaRequest' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'Type']], 'required' => ['RegistryName', 'SchemaName', 'Type', 'Content']], 'CreateSchemaResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DeleteDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'DeleteRegistryRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'DeleteSchemaRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName']], 'required' => ['RegistryName', 'SchemaName']], 'DeleteSchemaVersionRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaVersion']], 'required' => ['SchemaVersion', 'RegistryName', 'SchemaName']], 'DescribeCodeBindingRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'DescribeCodeBindingResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'DescribeDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'DescribeDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeRegistryRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'DescribeRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeSchemaOutput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DescribeSchemaRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName']], 'DescribeSchemaResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DiscovererOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DiscovererState' => ['type' => 'string', 'enum' => ['STARTED', 'STOPPED']], 'DiscovererStateOutput' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'DiscovererSummary' => ['type' => 'structure', 'members' => ['DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ErrorOutput' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GetCodeBindingSourceOutput' => ['type' => 'string'], 'GetCodeBindingSourceRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'GetCodeBindingSourceResponse' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body']], 'payload' => 'Body'], 'GetDiscoveredSchemaInput' => ['type' => 'structure', 'members' => ['Events' => ['shape' => '__listOfGetDiscoveredSchemaVersionItemInput'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Events']], 'GetDiscoveredSchemaOutput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string']]], 'GetDiscoveredSchemaRequest' => ['type' => 'structure', 'members' => ['Events' => ['shape' => '__listOfGetDiscoveredSchemaVersionItemInput'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Events']], 'GetDiscoveredSchemaResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string']]], 'GetDiscoveredSchemaVersionItemInput' => ['type' => 'string', 'min' => 1, 'max' => 100000], 'GoneException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 410]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'Limit' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'ListDiscoverersOutput' => ['type' => 'structure', 'members' => ['Discoverers' => ['shape' => '__listOfDiscovererSummary'], 'NextToken' => ['shape' => '__string']]], 'ListDiscoverersRequest' => ['type' => 'structure', 'members' => ['DiscovererIdPrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'discovererIdPrefix'], 'Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'SourceArnPrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'sourceArnPrefix']]], 'ListDiscoverersResponse' => ['type' => 'structure', 'members' => ['Discoverers' => ['shape' => '__listOfDiscovererSummary'], 'NextToken' => ['shape' => '__string']]], 'ListRegistriesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Registries' => ['shape' => '__listOfRegistrySummary']]], 'ListRegistriesRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryNamePrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'registryNamePrefix'], 'Scope' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'scope']]], 'ListRegistriesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Registries' => ['shape' => '__listOfRegistrySummary']]], 'ListSchemaVersionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSchemaVersionSummary']]], 'ListSchemaVersionsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName']], 'required' => ['RegistryName', 'SchemaName']], 'ListSchemaVersionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSchemaVersionSummary']]], 'ListSchemasOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSchemaSummary']]], 'ListSchemasRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaNamePrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaNamePrefix']], 'required' => ['RegistryName']], 'ListSchemasResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSchemaSummary']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags']], 'required' => ['Tags']], 'LockServiceLinkedRoleInput' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600'], 'Timeout' => ['shape' => '__integerMin1Max29000']], 'required' => ['Timeout', 'RoleArn']], 'LockServiceLinkedRoleOutput' => ['type' => 'structure', 'members' => ['CanBeDeleted' => ['shape' => '__boolean'], 'ReasonOfFailure' => ['shape' => '__stringMin1Max1600'], 'RelatedResources' => ['shape' => '__listOfDiscovererSummary']]], 'LockServiceLinkedRoleRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600'], 'Timeout' => ['shape' => '__integerMin1Max29000']], 'required' => ['Timeout', 'RoleArn']], 'LockServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => ['CanBeDeleted' => ['shape' => '__boolean'], 'ReasonOfFailure' => ['shape' => '__stringMin1Max1600'], 'RelatedResources' => ['shape' => '__listOfDiscovererSummary']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'PutCodeBindingRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'PutCodeBindingResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'RegistryOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'RegistrySummary' => ['type' => 'structure', 'members' => ['RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'SchemaOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'SchemaSummary' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VersionCount' => ['shape' => '__long']]], 'SchemaVersionSummary' => ['type' => 'structure', 'members' => ['SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string']]], 'SearchSchemaSummary' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSearchSchemaVersionSummary']]], 'SearchSchemaVersionSummary' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string']]], 'SearchSchemasOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSearchSchemaSummary']]], 'SearchSchemasRequest' => ['type' => 'structure', 'members' => ['Keywords' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'keywords'], 'Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName', 'Keywords']], 'SearchSchemasResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSearchSchemaSummary']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'StartDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'StartDiscovererResponse' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'StopDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'StopDiscovererResponse' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'TagResourceInput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['Tags']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Type' => ['type' => 'string', 'enum' => ['OpenApi3']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UnlockServiceLinkedRoleInput' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600']], 'required' => ['RoleArn']], 'UnlockServiceLinkedRoleRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600']], 'required' => ['RoleArn']], 'UnlockServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => []], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateDiscovererInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256']]], 'UpdateDiscovererRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'UpdateDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateRegistryInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256']]], 'UpdateRegistryRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'UpdateRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateSchemaInput' => ['type' => 'structure', 'members' => ['ClientTokenId' => ['shape' => '__stringMin0Max36', 'idempotencyToken' => \true], 'Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'Type' => ['shape' => 'Type']]], 'UpdateSchemaRequest' => ['type' => 'structure', 'members' => ['ClientTokenId' => ['shape' => '__stringMin0Max36', 'idempotencyToken' => \true], 'Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'Type' => ['shape' => 'Type']], 'required' => ['RegistryName', 'SchemaName']], 'UpdateSchemaResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1Max29000' => ['type' => 'integer', 'min' => 1, 'max' => 29000], '__listOfDiscovererSummary' => ['type' => 'list', 'member' => ['shape' => 'DiscovererSummary']], '__listOfGetDiscoveredSchemaVersionItemInput' => ['type' => 'list', 'min' => 1, 'max' => 10, 'member' => ['shape' => 'GetDiscoveredSchemaVersionItemInput']], '__listOfRegistrySummary' => ['type' => 'list', 'member' => ['shape' => 'RegistrySummary']], '__listOfSchemaSummary' => ['type' => 'list', 'member' => ['shape' => 'SchemaSummary']], '__listOfSchemaVersionSummary' => ['type' => 'list', 'member' => ['shape' => 'SchemaVersionSummary']], '__listOfSearchSchemaSummary' => ['type' => 'list', 'member' => ['shape' => 'SearchSchemaSummary']], '__listOfSearchSchemaVersionSummary' => ['type' => 'list', 'member' => ['shape' => 'SearchSchemaVersionSummary']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__string' => ['type' => 'string'], '__stringMin0Max256' => ['type' => 'string', 'min' => 0, 'max' => 256], '__stringMin0Max36' => ['type' => 'string', 'min' => 0, 'max' => 36], '__stringMin1Max100000' => ['type' => 'string', 'min' => 1, 'max' => 100000], '__stringMin1Max1600' => ['type' => 'string', 'min' => 1, 'max' => 1600], '__stringMin20Max1600' => ['type' => 'string', 'min' => 20, 'max' => 1600], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp'], 'Body' => ['type' => 'blob']]]; +return ['metadata' => ['apiVersion' => '2019-12-02', 'endpointPrefix' => 'schemas', 'signingName' => 'schemas', 'serviceFullName' => 'Schemas', 'serviceId' => 'schemas', 'protocol' => 'rest-json', 'jsonVersion' => '1.1', 'uid' => 'schemas-2019-12-02', 'signatureVersion' => 'v4'], 'operations' => ['CreateDiscoverer' => ['name' => 'CreateDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers', 'responseCode' => 201], 'input' => ['shape' => 'CreateDiscovererRequest'], 'output' => ['shape' => 'CreateDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException']]], 'CreateRegistry' => ['name' => 'CreateRegistry', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 201], 'input' => ['shape' => 'CreateRegistryRequest'], 'output' => ['shape' => 'CreateRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'UnauthorizedException'], ['shape' => 'ForbiddenException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException']]], 'CreateSchema' => ['name' => 'CreateSchema', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 201], 'input' => ['shape' => 'CreateSchemaRequest'], 'output' => ['shape' => 'CreateSchemaResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'DeleteDiscoverer' => ['name' => 'DeleteDiscoverer', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteDiscovererRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteRegistry' => ['name' => 'DeleteRegistry', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteRegistryRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/policy', 'responseCode' => 204], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSchema' => ['name' => 'DeleteSchema', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSchemaRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DeleteSchemaVersion' => ['name' => 'DeleteSchemaVersion', 'http' => ['method' => 'DELETE', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/version/{schemaVersion}', 'responseCode' => 204], 'input' => ['shape' => 'DeleteSchemaVersionRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeCodeBinding' => ['name' => 'DescribeCodeBinding', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeCodeBindingRequest'], 'output' => ['shape' => 'DescribeCodeBindingResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDiscoverer' => ['name' => 'DescribeDiscoverer', 'http' => ['method' => 'GET', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeDiscovererRequest'], 'output' => ['shape' => 'DescribeDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeRegistry' => ['name' => 'DescribeRegistry', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeRegistryRequest'], 'output' => ['shape' => 'DescribeRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'DescribeSchema' => ['name' => 'DescribeSchema', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 200], 'input' => ['shape' => 'DescribeSchemaRequest'], 'output' => ['shape' => 'DescribeSchemaResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'GetCodeBindingSource' => ['name' => 'GetCodeBindingSource', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}/source', 'responseCode' => 200], 'input' => ['shape' => 'GetCodeBindingSourceRequest'], 'output' => ['shape' => 'GetCodeBindingSourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetDiscoveredSchema' => ['name' => 'GetDiscoveredSchema', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discover', 'responseCode' => 200], 'input' => ['shape' => 'GetDiscoveredSchemaRequest'], 'output' => ['shape' => 'GetDiscoveredSchemaResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'GET', 'requestUri' => '/v1/policy', 'responseCode' => 200], 'input' => ['shape' => 'GetResourcePolicyRequest'], 'output' => ['shape' => 'GetResourcePolicyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListDiscoverers' => ['name' => 'ListDiscoverers', 'http' => ['method' => 'GET', 'requestUri' => '/v1/discoverers', 'responseCode' => 200], 'input' => ['shape' => 'ListDiscoverersRequest'], 'output' => ['shape' => 'ListDiscoverersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListRegistries' => ['name' => 'ListRegistries', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries', 'responseCode' => 200], 'input' => ['shape' => 'ListRegistriesRequest'], 'output' => ['shape' => 'ListRegistriesResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListSchemaVersions' => ['name' => 'ListSchemaVersions', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/versions', 'responseCode' => 200], 'input' => ['shape' => 'ListSchemaVersionsRequest'], 'output' => ['shape' => 'ListSchemaVersionsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'ListSchemas' => ['name' => 'ListSchemas', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas', 'responseCode' => 200], 'input' => ['shape' => 'ListSchemasRequest'], 'output' => ['shape' => 'ListSchemasResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 200], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'PutCodeBinding' => ['name' => 'PutCodeBinding', 'http' => ['method' => 'POST', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}', 'responseCode' => 202], 'input' => ['shape' => 'PutCodeBindingRequest'], 'output' => ['shape' => 'PutCodeBindingResponse'], 'errors' => [['shape' => 'GoneException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/policy', 'responseCode' => 200], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'PreconditionFailedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'SearchSchemas' => ['name' => 'SearchSchemas', 'http' => ['method' => 'GET', 'requestUri' => '/v1/registries/name/{registryName}/schemas/search', 'responseCode' => 200], 'input' => ['shape' => 'SearchSchemasRequest'], 'output' => ['shape' => 'SearchSchemasResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'StartDiscoverer' => ['name' => 'StartDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers/id/{discovererId}/start', 'responseCode' => 200], 'input' => ['shape' => 'StartDiscovererRequest'], 'output' => ['shape' => 'StartDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'StopDiscoverer' => ['name' => 'StopDiscoverer', 'http' => ['method' => 'POST', 'requestUri' => '/v1/discoverers/id/{discovererId}/stop', 'responseCode' => 200], 'input' => ['shape' => 'StopDiscovererRequest'], 'output' => ['shape' => 'StopDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resource-arn}', 'responseCode' => 204], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException']]], 'UpdateDiscoverer' => ['name' => 'UpdateDiscoverer', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/discoverers/id/{discovererId}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateDiscovererRequest'], 'output' => ['shape' => 'UpdateDiscovererResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateRegistry' => ['name' => 'UpdateRegistry', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/registries/name/{registryName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateRegistryRequest'], 'output' => ['shape' => 'UpdateRegistryResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]], 'UpdateSchema' => ['name' => 'UpdateSchema', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/registries/name/{registryName}/schemas/name/{schemaName}', 'responseCode' => 200], 'input' => ['shape' => 'UpdateSchemaRequest'], 'output' => ['shape' => 'UpdateSchemaResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'ForbiddenException'], ['shape' => 'NotFoundException'], ['shape' => 'ServiceUnavailableException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 400]], 'CodeBindingOutput' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'CodeGenerationStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_COMPLETE', 'CREATE_FAILED']], 'ConflictException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 409]], 'CreateDiscovererInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'SourceArn' => ['shape' => '__stringMin20Max1600'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SourceArn']], 'CreateDiscovererRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'SourceArn' => ['shape' => '__stringMin20Max1600'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['SourceArn']], 'CreateDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateRegistryInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateRegistryRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['RegistryName']], 'CreateRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'CreateSchemaInput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Content']], 'CreateSchemaRequest' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => 'Type']], 'required' => ['RegistryName', 'SchemaName', 'Type', 'Content']], 'CreateSchemaResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DeleteDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'DeleteRegistryRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'registryName']]], 'DeleteSchemaRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName']], 'required' => ['RegistryName', 'SchemaName']], 'DeleteSchemaVersionRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaVersion']], 'required' => ['SchemaVersion', 'RegistryName', 'SchemaName']], 'DescribeCodeBindingRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'DescribeCodeBindingResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'DescribeDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'DescribeDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeRegistryRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'DescribeRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DescribeSchemaOutput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DescribeSchemaRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName']], 'DescribeSchemaResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string'], 'Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'DiscovererOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'DiscovererState' => ['type' => 'string', 'enum' => ['STARTED', 'STOPPED']], 'DiscovererStateOutput' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'DiscovererSummary' => ['type' => 'structure', 'members' => ['DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ErrorOutput' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code']], 'ForbiddenException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 403]], 'GetCodeBindingSourceOutput' => ['type' => 'string'], 'GetCodeBindingSourceRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'GetCodeBindingSourceResponse' => ['type' => 'structure', 'members' => ['Body' => ['shape' => 'Body']], 'payload' => 'Body'], 'GetDiscoveredSchemaInput' => ['type' => 'structure', 'members' => ['Events' => ['shape' => '__listOfGetDiscoveredSchemaVersionItemInput'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Events']], 'GetDiscoveredSchemaOutput' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string']]], 'GetDiscoveredSchemaRequest' => ['type' => 'structure', 'members' => ['Events' => ['shape' => '__listOfGetDiscoveredSchemaVersionItemInput'], 'Type' => ['shape' => 'Type']], 'required' => ['Type', 'Events']], 'GetDiscoveredSchemaResponse' => ['type' => 'structure', 'members' => ['Content' => ['shape' => '__string']]], 'GetDiscoveredSchemaVersionItemInput' => ['type' => 'string', 'min' => 1, 'max' => 100000], 'GetResourcePolicyOutput' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RevisionId' => ['shape' => '__string']]], 'GetResourcePolicyRequest' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'registryName']]], 'GetResourcePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RevisionId' => ['shape' => '__string']]], 'GoneException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 410]], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 500]], 'Limit' => ['type' => 'integer', 'min' => 1, 'max' => 100], 'ListDiscoverersOutput' => ['type' => 'structure', 'members' => ['Discoverers' => ['shape' => '__listOfDiscovererSummary'], 'NextToken' => ['shape' => '__string']]], 'ListDiscoverersRequest' => ['type' => 'structure', 'members' => ['DiscovererIdPrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'discovererIdPrefix'], 'Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'SourceArnPrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'sourceArnPrefix']]], 'ListDiscoverersResponse' => ['type' => 'structure', 'members' => ['Discoverers' => ['shape' => '__listOfDiscovererSummary'], 'NextToken' => ['shape' => '__string']]], 'ListRegistriesOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Registries' => ['shape' => '__listOfRegistrySummary']]], 'ListRegistriesRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryNamePrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'registryNamePrefix'], 'Scope' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'scope']]], 'ListRegistriesResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Registries' => ['shape' => '__listOfRegistrySummary']]], 'ListSchemaVersionsOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSchemaVersionSummary']]], 'ListSchemaVersionsRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName']], 'required' => ['RegistryName', 'SchemaName']], 'ListSchemaVersionsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSchemaVersionSummary']]], 'ListSchemasOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSchemaSummary']]], 'ListSchemasRequest' => ['type' => 'structure', 'members' => ['Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaNamePrefix' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaNamePrefix']], 'required' => ['RegistryName']], 'ListSchemasResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSchemaSummary']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn']], 'required' => ['ResourceArn']], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'LockServiceLinkedRoleInput' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600'], 'Timeout' => ['shape' => '__integerMin1Max29000']], 'required' => ['Timeout', 'RoleArn']], 'LockServiceLinkedRoleOutput' => ['type' => 'structure', 'members' => ['CanBeDeleted' => ['shape' => '__boolean'], 'ReasonOfFailure' => ['shape' => '__stringMin1Max1600'], 'RelatedResources' => ['shape' => '__listOfDiscovererSummary']]], 'LockServiceLinkedRoleRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600'], 'Timeout' => ['shape' => '__integerMin1Max29000']], 'required' => ['Timeout', 'RoleArn']], 'LockServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => ['CanBeDeleted' => ['shape' => '__boolean'], 'ReasonOfFailure' => ['shape' => '__stringMin1Max1600'], 'RelatedResources' => ['shape' => '__listOfDiscovererSummary']]], 'NotFoundException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 404]], 'PreconditionFailedException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 412]], 'PutCodeBindingRequest' => ['type' => 'structure', 'members' => ['Language' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'language'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'SchemaVersion' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'schemaVersion']], 'required' => ['RegistryName', 'SchemaName', 'Language']], 'PutCodeBindingResponse' => ['type' => 'structure', 'members' => ['CreationDate' => ['shape' => '__timestampIso8601'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string'], 'Status' => ['shape' => 'CodeGenerationStatus']]], 'PutResourcePolicyInput' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RevisionId' => ['shape' => '__string']], 'required' => ['Policy']], 'PutResourcePolicyOutput' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RevisionId' => ['shape' => '__string']]], 'PutResourcePolicyRequest' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RegistryName' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'registryName'], 'RevisionId' => ['shape' => '__string']], 'required' => ['Policy']], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => '__string', 'jsonvalue' => \true], 'RevisionId' => ['shape' => '__string']]], 'RegistryOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'RegistrySummary' => ['type' => 'structure', 'members' => ['RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'SchemaOutput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], 'SchemaSummary' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'VersionCount' => ['shape' => '__long']]], 'SchemaVersionSummary' => ['type' => 'structure', 'members' => ['SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string']]], 'SearchSchemaSummary' => ['type' => 'structure', 'members' => ['RegistryName' => ['shape' => '__string'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersions' => ['shape' => '__listOfSearchSchemaVersionSummary']]], 'SearchSchemaVersionSummary' => ['type' => 'structure', 'members' => ['CreatedDate' => ['shape' => '__timestampIso8601'], 'SchemaVersion' => ['shape' => '__string']]], 'SearchSchemasOutput' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSearchSchemaSummary']]], 'SearchSchemasRequest' => ['type' => 'structure', 'members' => ['Keywords' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'keywords'], 'Limit' => ['shape' => '__integer', 'location' => 'querystring', 'locationName' => 'limit'], 'NextToken' => ['shape' => '__string', 'location' => 'querystring', 'locationName' => 'nextToken'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName', 'Keywords']], 'SearchSchemasResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => '__string'], 'Schemas' => ['shape' => '__listOfSearchSchemaSummary']]], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 503]], 'StartDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'StartDiscovererResponse' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'StopDiscovererRequest' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'StopDiscovererResponse' => ['type' => 'structure', 'members' => ['DiscovererId' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState']]], 'TagResourceInput' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['Tags']], 'TagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']], 'required' => ['ResourceArn', 'Tags']], 'Tags' => ['type' => 'map', 'key' => ['shape' => '__string'], 'value' => ['shape' => '__string']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 429]], 'Type' => ['type' => 'string', 'enum' => ['OpenApi3']], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Code' => ['shape' => '__string'], 'Message' => ['shape' => '__string']], 'required' => ['Message', 'Code'], 'exception' => \true, 'error' => ['httpStatusCode' => 401]], 'UnlockServiceLinkedRoleInput' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600']], 'required' => ['RoleArn']], 'UnlockServiceLinkedRoleRequest' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => '__stringMin1Max1600']], 'required' => ['RoleArn']], 'UnlockServiceLinkedRoleResponse' => ['type' => 'structure', 'members' => []], 'UntagResourceRequest' => ['type' => 'structure', 'members' => ['ResourceArn' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'resource-arn'], 'TagKeys' => ['shape' => '__listOf__string', 'location' => 'querystring', 'locationName' => 'tagKeys']], 'required' => ['TagKeys', 'ResourceArn']], 'UpdateDiscovererInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256']]], 'UpdateDiscovererRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'DiscovererId' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'discovererId']], 'required' => ['DiscovererId']], 'UpdateDiscovererResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'DiscovererArn' => ['shape' => '__string'], 'DiscovererId' => ['shape' => '__string'], 'SourceArn' => ['shape' => '__string'], 'State' => ['shape' => 'DiscovererState'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateRegistryInput' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256']]], 'UpdateRegistryRequest' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName']], 'required' => ['RegistryName']], 'UpdateRegistryResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'RegistryArn' => ['shape' => '__string'], 'RegistryName' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags']]], 'UpdateSchemaInput' => ['type' => 'structure', 'members' => ['ClientTokenId' => ['shape' => '__stringMin0Max36', 'idempotencyToken' => \true], 'Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'Type' => ['shape' => 'Type']]], 'UpdateSchemaRequest' => ['type' => 'structure', 'members' => ['ClientTokenId' => ['shape' => '__stringMin0Max36', 'idempotencyToken' => \true], 'Content' => ['shape' => '__stringMin1Max100000'], 'Description' => ['shape' => '__stringMin0Max256'], 'RegistryName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'registryName'], 'SchemaName' => ['shape' => '__string', 'location' => 'uri', 'locationName' => 'schemaName'], 'Type' => ['shape' => 'Type']], 'required' => ['RegistryName', 'SchemaName']], 'UpdateSchemaResponse' => ['type' => 'structure', 'members' => ['Description' => ['shape' => '__string'], 'LastModified' => ['shape' => '__timestampIso8601'], 'SchemaArn' => ['shape' => '__string'], 'SchemaName' => ['shape' => '__string'], 'SchemaVersion' => ['shape' => '__string'], 'Tags' => ['shape' => 'Tags', 'locationName' => 'tags'], 'Type' => ['shape' => '__string'], 'VersionCreatedDate' => ['shape' => '__timestampIso8601']]], '__boolean' => ['type' => 'boolean'], '__double' => ['type' => 'double'], '__integer' => ['type' => 'integer'], '__integerMin1Max29000' => ['type' => 'integer', 'min' => 1, 'max' => 29000], '__listOfDiscovererSummary' => ['type' => 'list', 'member' => ['shape' => 'DiscovererSummary']], '__listOfGetDiscoveredSchemaVersionItemInput' => ['type' => 'list', 'min' => 1, 'max' => 10, 'member' => ['shape' => 'GetDiscoveredSchemaVersionItemInput']], '__listOfRegistrySummary' => ['type' => 'list', 'member' => ['shape' => 'RegistrySummary']], '__listOfSchemaSummary' => ['type' => 'list', 'member' => ['shape' => 'SchemaSummary']], '__listOfSchemaVersionSummary' => ['type' => 'list', 'member' => ['shape' => 'SchemaVersionSummary']], '__listOfSearchSchemaSummary' => ['type' => 'list', 'member' => ['shape' => 'SearchSchemaSummary']], '__listOfSearchSchemaVersionSummary' => ['type' => 'list', 'member' => ['shape' => 'SearchSchemaVersionSummary']], '__listOf__string' => ['type' => 'list', 'member' => ['shape' => '__string']], '__long' => ['type' => 'long'], '__string' => ['type' => 'string'], '__stringMin0Max256' => ['type' => 'string', 'min' => 0, 'max' => 256], '__stringMin0Max36' => ['type' => 'string', 'min' => 0, 'max' => 36], '__stringMin1Max100000' => ['type' => 'string', 'min' => 1, 'max' => 100000], '__stringMin1Max1600' => ['type' => 'string', 'min' => 1, 'max' => 1600], '__stringMin20Max1600' => ['type' => 'string', 'min' => 20, 'max' => 1600], '__timestampIso8601' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], '__timestampUnix' => ['type' => 'timestamp', 'timestampFormat' => 'unixTimestamp'], 'Body' => ['type' => 'blob']]]; diff --git a/vendor/Aws3/Aws/data/secretsmanager/2017-10-17/api-2.json.php b/vendor/Aws3/Aws/data/secretsmanager/2017-10-17/api-2.json.php index 18a2a4b2..cb1905f7 100644 --- a/vendor/Aws3/Aws/data/secretsmanager/2017-10-17/api-2.json.php +++ b/vendor/Aws3/Aws/data/secretsmanager/2017-10-17/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-10-17', 'endpointPrefix' => 'secretsmanager', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Secrets Manager', 'serviceId' => 'Secrets Manager', 'signatureVersion' => 'v4', 'signingName' => 'secretsmanager', 'targetPrefix' => 'secretsmanager', 'uid' => 'secretsmanager-2017-10-17'], 'operations' => ['CancelRotateSecret' => ['name' => 'CancelRotateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelRotateSecretRequest'], 'output' => ['shape' => 'CancelRotateSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'CreateSecret' => ['name' => 'CreateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecretRequest'], 'output' => ['shape' => 'CreateSecretResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InternalServiceError'], ['shape' => 'PreconditionNotMetException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'output' => ['shape' => 'DeleteResourcePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'DeleteSecret' => ['name' => 'DeleteSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecretRequest'], 'output' => ['shape' => 'DeleteSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'DescribeSecret' => ['name' => 'DescribeSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecretRequest'], 'output' => ['shape' => 'DescribeSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'GetRandomPassword' => ['name' => 'GetRandomPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRandomPasswordRequest'], 'output' => ['shape' => 'GetRandomPasswordResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcePolicyRequest'], 'output' => ['shape' => 'GetResourcePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'GetSecretValue' => ['name' => 'GetSecretValue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSecretValueRequest'], 'output' => ['shape' => 'GetSecretValueResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'DecryptionFailure'], ['shape' => 'InternalServiceError']]], 'ListSecretVersionIds' => ['name' => 'ListSecretVersionIds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecretVersionIdsRequest'], 'output' => ['shape' => 'ListSecretVersionIdsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'ListSecrets' => ['name' => 'ListSecrets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecretsRequest'], 'output' => ['shape' => 'ListSecretsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceError']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'PutSecretValue' => ['name' => 'PutSecretValue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSecretValueRequest'], 'output' => ['shape' => 'PutSecretValueResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'RestoreSecret' => ['name' => 'RestoreSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreSecretRequest'], 'output' => ['shape' => 'RestoreSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'RotateSecret' => ['name' => 'RotateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RotateSecretRequest'], 'output' => ['shape' => 'RotateSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError']]], 'UpdateSecret' => ['name' => 'UpdateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecretRequest'], 'output' => ['shape' => 'UpdateSecretResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InternalServiceError'], ['shape' => 'PreconditionNotMetException']]], 'UpdateSecretVersionStage' => ['name' => 'UpdateSecretVersionStage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecretVersionStageRequest'], 'output' => ['shape' => 'UpdateSecretVersionStageResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceError']]]], 'shapes' => ['AutomaticallyRotateAfterDaysType' => ['type' => 'long', 'max' => 1000, 'min' => 1], 'BooleanType' => ['type' => 'boolean'], 'CancelRotateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'CancelRotateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'ClientRequestTokenType' => ['type' => 'string', 'max' => 64, 'min' => 32], 'CreateSecretRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'Tags' => ['shape' => 'TagListType']]], 'CreateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'CreatedDateType' => ['type' => 'timestamp'], 'DecryptionFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'DeleteResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType']]], 'DeleteSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'RecoveryWindowInDays' => ['shape' => 'RecoveryWindowInDaysType', 'box' => \true], 'ForceDeleteWithoutRecovery' => ['shape' => 'BooleanType', 'box' => \true]]], 'DeleteSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'DeletionDate' => ['shape' => 'DeletionDateType', 'box' => \true]]], 'DeletedDateType' => ['type' => 'timestamp'], 'DeletionDateType' => ['type' => 'timestamp'], 'DescribeSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'DescribeSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'RotationEnabled' => ['shape' => 'RotationEnabledType', 'box' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType'], 'LastRotatedDate' => ['shape' => 'LastRotatedDateType', 'box' => \true], 'LastChangedDate' => ['shape' => 'LastChangedDateType', 'box' => \true], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'DeletedDate' => ['shape' => 'DeletedDateType', 'box' => \true], 'Tags' => ['shape' => 'TagListType'], 'VersionIdsToStages' => ['shape' => 'SecretVersionsToStagesMapType'], 'OwningService' => ['shape' => 'OwningServiceType']]], 'DescriptionType' => ['type' => 'string', 'max' => 2048], 'EncryptionFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'ExcludeCharactersType' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'ExcludeLowercaseType' => ['type' => 'boolean'], 'ExcludeNumbersType' => ['type' => 'boolean'], 'ExcludePunctuationType' => ['type' => 'boolean'], 'ExcludeUppercaseType' => ['type' => 'boolean'], 'GetRandomPasswordRequest' => ['type' => 'structure', 'members' => ['PasswordLength' => ['shape' => 'PasswordLengthType', 'box' => \true], 'ExcludeCharacters' => ['shape' => 'ExcludeCharactersType'], 'ExcludeNumbers' => ['shape' => 'ExcludeNumbersType', 'box' => \true], 'ExcludePunctuation' => ['shape' => 'ExcludePunctuationType', 'box' => \true], 'ExcludeUppercase' => ['shape' => 'ExcludeUppercaseType', 'box' => \true], 'ExcludeLowercase' => ['shape' => 'ExcludeLowercaseType', 'box' => \true], 'IncludeSpace' => ['shape' => 'IncludeSpaceType', 'box' => \true], 'RequireEachIncludedType' => ['shape' => 'RequireEachIncludedTypeType', 'box' => \true]]], 'GetRandomPasswordResponse' => ['type' => 'structure', 'members' => ['RandomPassword' => ['shape' => 'RandomPasswordType']]], 'GetResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'GetResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType'], 'ResourcePolicy' => ['shape' => 'NonEmptyResourcePolicyType']]], 'GetSecretValueRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStage' => ['shape' => 'SecretVersionStageType']]], 'GetSecretValueResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType'], 'CreatedDate' => ['shape' => 'CreatedDateType', 'box' => \true]]], 'IncludeSpaceType' => ['type' => 'boolean'], 'InternalServiceError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KmsKeyIdType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'LastAccessedDateType' => ['type' => 'timestamp'], 'LastChangedDateType' => ['type' => 'timestamp'], 'LastRotatedDateType' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListSecretVersionIdsRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'MaxResults' => ['shape' => 'MaxResultsType', 'box' => \true], 'NextToken' => ['shape' => 'NextTokenType'], 'IncludeDeprecated' => ['shape' => 'BooleanType', 'box' => \true]]], 'ListSecretVersionIdsResponse' => ['type' => 'structure', 'members' => ['Versions' => ['shape' => 'SecretVersionsListType'], 'NextToken' => ['shape' => 'NextTokenType'], 'ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]], 'ListSecretsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResultsType', 'box' => \true], 'NextToken' => ['shape' => 'NextTokenType']]], 'ListSecretsResponse' => ['type' => 'structure', 'members' => ['SecretList' => ['shape' => 'SecretListType'], 'NextToken' => ['shape' => 'NextTokenType']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'MaxResultsType' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NameType' => ['type' => 'string', 'max' => 512, 'min' => 1], 'NextTokenType' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'NonEmptyResourcePolicyType' => ['type' => 'string', 'max' => 20480, 'min' => 1], 'OwningServiceType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PasswordLengthType' => ['type' => 'long', 'max' => 4096, 'min' => 1], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PutResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId', 'ResourcePolicy'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ResourcePolicy' => ['shape' => 'NonEmptyResourcePolicyType']]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType']]], 'PutSecretValueRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType']]], 'PutSecretValueResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType']]], 'RandomPasswordType' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'sensitive' => \true], 'RecoveryWindowInDaysType' => ['type' => 'long'], 'RequireEachIncludedTypeType' => ['type' => 'boolean'], 'ResourceExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RestoreSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'RestoreSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]], 'RotateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType']]], 'RotateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true]]], 'RotationEnabledType' => ['type' => 'boolean'], 'RotationLambdaARNType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'RotationRulesType' => ['type' => 'structure', 'members' => ['AutomaticallyAfterDays' => ['shape' => 'AutomaticallyRotateAfterDaysType', 'box' => \true]]], 'SecretARNType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'SecretBinaryType' => ['type' => 'blob', 'max' => 65536, 'min' => 0, 'sensitive' => \true], 'SecretIdType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SecretListEntry' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'RotationEnabled' => ['shape' => 'RotationEnabledType', 'box' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType'], 'LastRotatedDate' => ['shape' => 'LastRotatedDateType', 'box' => \true], 'LastChangedDate' => ['shape' => 'LastChangedDateType', 'box' => \true], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'DeletedDate' => ['shape' => 'DeletedDateType'], 'Tags' => ['shape' => 'TagListType'], 'SecretVersionsToStages' => ['shape' => 'SecretVersionsToStagesMapType'], 'OwningService' => ['shape' => 'OwningServiceType']]], 'SecretListType' => ['type' => 'list', 'member' => ['shape' => 'SecretListEntry']], 'SecretNameType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SecretStringType' => ['type' => 'string', 'max' => 65536, 'min' => 0, 'sensitive' => \true], 'SecretVersionIdType' => ['type' => 'string', 'max' => 64, 'min' => 32], 'SecretVersionStageType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SecretVersionStagesType' => ['type' => 'list', 'member' => ['shape' => 'SecretVersionStageType'], 'max' => 20, 'min' => 1], 'SecretVersionsListEntry' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType'], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'CreatedDate' => ['shape' => 'CreatedDateType', 'box' => \true]]], 'SecretVersionsListType' => ['type' => 'list', 'member' => ['shape' => 'SecretVersionsListEntry']], 'SecretVersionsToStagesMapType' => ['type' => 'map', 'key' => ['shape' => 'SecretVersionIdType'], 'value' => ['shape' => 'SecretVersionStagesType']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKeyType'], 'Value' => ['shape' => 'TagValueType']]], 'TagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'TagKeyType']], 'TagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['SecretId', 'Tags'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'Tags' => ['shape' => 'TagListType']]], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['SecretId', 'TagKeys'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'TagKeys' => ['shape' => 'TagKeyListType']]], 'UpdateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType']]], 'UpdateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'UpdateSecretVersionStageRequest' => ['type' => 'structure', 'required' => ['SecretId', 'VersionStage'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'VersionStage' => ['shape' => 'SecretVersionStageType'], 'RemoveFromVersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true], 'MoveToVersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true]]], 'UpdateSecretVersionStageResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-10-17', 'endpointPrefix' => 'secretsmanager', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Secrets Manager', 'serviceId' => 'Secrets Manager', 'signatureVersion' => 'v4', 'signingName' => 'secretsmanager', 'targetPrefix' => 'secretsmanager', 'uid' => 'secretsmanager-2017-10-17'], 'operations' => ['CancelRotateSecret' => ['name' => 'CancelRotateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelRotateSecretRequest'], 'output' => ['shape' => 'CancelRotateSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'CreateSecret' => ['name' => 'CreateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSecretRequest'], 'output' => ['shape' => 'CreateSecretResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InternalServiceError'], ['shape' => 'PreconditionNotMetException']]], 'DeleteResourcePolicy' => ['name' => 'DeleteResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourcePolicyRequest'], 'output' => ['shape' => 'DeleteResourcePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'DeleteSecret' => ['name' => 'DeleteSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSecretRequest'], 'output' => ['shape' => 'DeleteSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'DescribeSecret' => ['name' => 'DescribeSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecretRequest'], 'output' => ['shape' => 'DescribeSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'GetRandomPassword' => ['name' => 'GetRandomPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRandomPasswordRequest'], 'output' => ['shape' => 'GetRandomPasswordResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'GetResourcePolicy' => ['name' => 'GetResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetResourcePolicyRequest'], 'output' => ['shape' => 'GetResourcePolicyResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'GetSecretValue' => ['name' => 'GetSecretValue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSecretValueRequest'], 'output' => ['shape' => 'GetSecretValueResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'DecryptionFailure'], ['shape' => 'InternalServiceError']]], 'ListSecretVersionIds' => ['name' => 'ListSecretVersionIds', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecretVersionIdsRequest'], 'output' => ['shape' => 'ListSecretVersionIdsResponse'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'ListSecrets' => ['name' => 'ListSecrets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecretsRequest'], 'output' => ['shape' => 'ListSecretsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InternalServiceError']]], 'PutResourcePolicy' => ['name' => 'PutResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutResourcePolicyRequest'], 'output' => ['shape' => 'PutResourcePolicyResponse'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'PublicPolicyException']]], 'PutSecretValue' => ['name' => 'PutSecretValue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutSecretValueRequest'], 'output' => ['shape' => 'PutSecretValueResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InternalServiceError']]], 'RestoreSecret' => ['name' => 'RestoreSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreSecretRequest'], 'output' => ['shape' => 'RestoreSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InternalServiceError']]], 'RotateSecret' => ['name' => 'RotateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RotateSecretRequest'], 'output' => ['shape' => 'RotateSecretResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidRequestException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError']]], 'UpdateSecret' => ['name' => 'UpdateSecret', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecretRequest'], 'output' => ['shape' => 'UpdateSecretResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'EncryptionFailure'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'InternalServiceError'], ['shape' => 'PreconditionNotMetException']]], 'UpdateSecretVersionStage' => ['name' => 'UpdateSecretVersionStage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSecretVersionStageRequest'], 'output' => ['shape' => 'UpdateSecretVersionStageResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalServiceError']]], 'ValidateResourcePolicy' => ['name' => 'ValidateResourcePolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ValidateResourcePolicyRequest'], 'output' => ['shape' => 'ValidateResourcePolicyResponse'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException']]]], 'shapes' => ['AutomaticallyRotateAfterDaysType' => ['type' => 'long', 'max' => 1000, 'min' => 1], 'BooleanType' => ['type' => 'boolean'], 'CancelRotateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'CancelRotateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'ClientRequestTokenType' => ['type' => 'string', 'max' => 64, 'min' => 32], 'CreateSecretRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NameType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'Tags' => ['shape' => 'TagListType']]], 'CreateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'CreatedDateType' => ['type' => 'timestamp'], 'DecryptionFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'DeleteResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'DeleteResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType']]], 'DeleteSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'RecoveryWindowInDays' => ['shape' => 'RecoveryWindowInDaysType', 'box' => \true], 'ForceDeleteWithoutRecovery' => ['shape' => 'BooleanType', 'box' => \true]]], 'DeleteSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'DeletionDate' => ['shape' => 'DeletionDateType', 'box' => \true]]], 'DeletedDateType' => ['type' => 'timestamp'], 'DeletionDateType' => ['type' => 'timestamp'], 'DescribeSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'DescribeSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'RotationEnabled' => ['shape' => 'RotationEnabledType', 'box' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType'], 'LastRotatedDate' => ['shape' => 'LastRotatedDateType', 'box' => \true], 'LastChangedDate' => ['shape' => 'LastChangedDateType', 'box' => \true], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'DeletedDate' => ['shape' => 'DeletedDateType', 'box' => \true], 'Tags' => ['shape' => 'TagListType'], 'VersionIdsToStages' => ['shape' => 'SecretVersionsToStagesMapType'], 'OwningService' => ['shape' => 'OwningServiceType'], 'CreatedDate' => ['shape' => 'TimestampType', 'box' => \true]]], 'DescriptionType' => ['type' => 'string', 'max' => 2048], 'EncryptionFailure' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'ExcludeCharactersType' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'ExcludeLowercaseType' => ['type' => 'boolean'], 'ExcludeNumbersType' => ['type' => 'boolean'], 'ExcludePunctuationType' => ['type' => 'boolean'], 'ExcludeUppercaseType' => ['type' => 'boolean'], 'Filter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'FilterNameStringType'], 'Values' => ['shape' => 'FilterValuesStringList']]], 'FilterNameStringType' => ['type' => 'string', 'enum' => ['description', 'name', 'tag-key', 'tag-value', 'all']], 'FilterValueStringType' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[a-zA-Z0-9 :_@\\/\\+\\=\\.\\-]+'], 'FilterValuesStringList' => ['type' => 'list', 'member' => ['shape' => 'FilterValueStringType'], 'max' => 10, 'min' => 1], 'FiltersListType' => ['type' => 'list', 'member' => ['shape' => 'Filter'], 'max' => 10], 'GetRandomPasswordRequest' => ['type' => 'structure', 'members' => ['PasswordLength' => ['shape' => 'PasswordLengthType', 'box' => \true], 'ExcludeCharacters' => ['shape' => 'ExcludeCharactersType'], 'ExcludeNumbers' => ['shape' => 'ExcludeNumbersType', 'box' => \true], 'ExcludePunctuation' => ['shape' => 'ExcludePunctuationType', 'box' => \true], 'ExcludeUppercase' => ['shape' => 'ExcludeUppercaseType', 'box' => \true], 'ExcludeLowercase' => ['shape' => 'ExcludeLowercaseType', 'box' => \true], 'IncludeSpace' => ['shape' => 'IncludeSpaceType', 'box' => \true], 'RequireEachIncludedType' => ['shape' => 'RequireEachIncludedTypeType', 'box' => \true]]], 'GetRandomPasswordResponse' => ['type' => 'structure', 'members' => ['RandomPassword' => ['shape' => 'RandomPasswordType']]], 'GetResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'GetResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType'], 'ResourcePolicy' => ['shape' => 'NonEmptyResourcePolicyType']]], 'GetSecretValueRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStage' => ['shape' => 'SecretVersionStageType']]], 'GetSecretValueResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType'], 'CreatedDate' => ['shape' => 'CreatedDateType', 'box' => \true]]], 'IncludeSpaceType' => ['type' => 'boolean'], 'InternalServiceError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'KmsKeyIdType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'LastAccessedDateType' => ['type' => 'timestamp'], 'LastChangedDateType' => ['type' => 'timestamp'], 'LastRotatedDateType' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListSecretVersionIdsRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'MaxResults' => ['shape' => 'MaxResultsType', 'box' => \true], 'NextToken' => ['shape' => 'NextTokenType'], 'IncludeDeprecated' => ['shape' => 'BooleanType', 'box' => \true]]], 'ListSecretVersionIdsResponse' => ['type' => 'structure', 'members' => ['Versions' => ['shape' => 'SecretVersionsListType'], 'NextToken' => ['shape' => 'NextTokenType'], 'ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]], 'ListSecretsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResultsType', 'box' => \true], 'NextToken' => ['shape' => 'NextTokenType'], 'Filters' => ['shape' => 'FiltersListType'], 'SortOrder' => ['shape' => 'SortOrderType']]], 'ListSecretsResponse' => ['type' => 'structure', 'members' => ['SecretList' => ['shape' => 'SecretListType'], 'NextToken' => ['shape' => 'NextTokenType']]], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'MaxResultsType' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'NameType' => ['type' => 'string', 'max' => 512, 'min' => 1], 'NextTokenType' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'NonEmptyResourcePolicyType' => ['type' => 'string', 'max' => 20480, 'min' => 1], 'OwningServiceType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PasswordLengthType' => ['type' => 'long', 'max' => 4096, 'min' => 1], 'PreconditionNotMetException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PublicPolicyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'PutResourcePolicyRequest' => ['type' => 'structure', 'required' => ['SecretId', 'ResourcePolicy'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ResourcePolicy' => ['shape' => 'NonEmptyResourcePolicyType'], 'BlockPublicPolicy' => ['shape' => 'BooleanType', 'box' => \true]]], 'PutResourcePolicyResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'NameType']]], 'PutSecretValueRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType']]], 'PutSecretValueResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType']]], 'RandomPasswordType' => ['type' => 'string', 'max' => 4096, 'min' => 0, 'sensitive' => \true], 'RecoveryWindowInDaysType' => ['type' => 'long'], 'RequireEachIncludedTypeType' => ['type' => 'boolean'], 'ResourceExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RestoreSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType']]], 'RestoreSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]], 'RotateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType']]], 'RotateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true]]], 'RotationEnabledType' => ['type' => 'boolean'], 'RotationLambdaARNType' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'RotationRulesType' => ['type' => 'structure', 'members' => ['AutomaticallyAfterDays' => ['shape' => 'AutomaticallyRotateAfterDaysType', 'box' => \true]]], 'SecretARNType' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'SecretBinaryType' => ['type' => 'blob', 'max' => 65536, 'min' => 0, 'sensitive' => \true], 'SecretIdType' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'SecretListEntry' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'RotationEnabled' => ['shape' => 'RotationEnabledType', 'box' => \true], 'RotationLambdaARN' => ['shape' => 'RotationLambdaARNType'], 'RotationRules' => ['shape' => 'RotationRulesType'], 'LastRotatedDate' => ['shape' => 'LastRotatedDateType', 'box' => \true], 'LastChangedDate' => ['shape' => 'LastChangedDateType', 'box' => \true], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'DeletedDate' => ['shape' => 'DeletedDateType'], 'Tags' => ['shape' => 'TagListType'], 'SecretVersionsToStages' => ['shape' => 'SecretVersionsToStagesMapType'], 'OwningService' => ['shape' => 'OwningServiceType'], 'CreatedDate' => ['shape' => 'TimestampType', 'box' => \true]]], 'SecretListType' => ['type' => 'list', 'member' => ['shape' => 'SecretListEntry']], 'SecretNameType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SecretStringType' => ['type' => 'string', 'max' => 65536, 'min' => 0, 'sensitive' => \true], 'SecretVersionIdType' => ['type' => 'string', 'max' => 64, 'min' => 32], 'SecretVersionStageType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SecretVersionStagesType' => ['type' => 'list', 'member' => ['shape' => 'SecretVersionStageType'], 'max' => 20, 'min' => 1], 'SecretVersionsListEntry' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'SecretVersionIdType'], 'VersionStages' => ['shape' => 'SecretVersionStagesType'], 'LastAccessedDate' => ['shape' => 'LastAccessedDateType', 'box' => \true], 'CreatedDate' => ['shape' => 'CreatedDateType', 'box' => \true]]], 'SecretVersionsListType' => ['type' => 'list', 'member' => ['shape' => 'SecretVersionsListEntry']], 'SecretVersionsToStagesMapType' => ['type' => 'map', 'key' => ['shape' => 'SecretVersionIdType'], 'value' => ['shape' => 'SecretVersionStagesType']], 'SortOrderType' => ['type' => 'string', 'enum' => ['asc', 'desc']], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKeyType'], 'Value' => ['shape' => 'TagValueType']]], 'TagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'TagKeyType']], 'TagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['SecretId', 'Tags'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'Tags' => ['shape' => 'TagListType']]], 'TagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TimestampType' => ['type' => 'timestamp'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['SecretId', 'TagKeys'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'TagKeys' => ['shape' => 'TagKeyListType']]], 'UpdateSecretRequest' => ['type' => 'structure', 'required' => ['SecretId'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ClientRequestToken' => ['shape' => 'ClientRequestTokenType', 'idempotencyToken' => \true], 'Description' => ['shape' => 'DescriptionType'], 'KmsKeyId' => ['shape' => 'KmsKeyIdType'], 'SecretBinary' => ['shape' => 'SecretBinaryType'], 'SecretString' => ['shape' => 'SecretStringType']]], 'UpdateSecretResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType'], 'VersionId' => ['shape' => 'SecretVersionIdType']]], 'UpdateSecretVersionStageRequest' => ['type' => 'structure', 'required' => ['SecretId', 'VersionStage'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'VersionStage' => ['shape' => 'SecretVersionStageType'], 'RemoveFromVersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true], 'MoveToVersionId' => ['shape' => 'SecretVersionIdType', 'box' => \true]]], 'UpdateSecretVersionStageResponse' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'SecretARNType'], 'Name' => ['shape' => 'SecretNameType']]], 'ValidateResourcePolicyRequest' => ['type' => 'structure', 'required' => ['ResourcePolicy'], 'members' => ['SecretId' => ['shape' => 'SecretIdType'], 'ResourcePolicy' => ['shape' => 'NonEmptyResourcePolicyType']]], 'ValidateResourcePolicyResponse' => ['type' => 'structure', 'members' => ['PolicyValidationPassed' => ['shape' => 'BooleanType'], 'ValidationErrors' => ['shape' => 'ValidationErrorsType']]], 'ValidationErrorsEntry' => ['type' => 'structure', 'members' => ['CheckName' => ['shape' => 'NameType'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'ValidationErrorsType' => ['type' => 'list', 'member' => ['shape' => 'ValidationErrorsEntry']]]]; diff --git a/vendor/Aws3/Aws/data/securityhub/2018-10-26/api-2.json.php b/vendor/Aws3/Aws/data/securityhub/2018-10-26/api-2.json.php index 70b4fd86..a34d4d96 100644 --- a/vendor/Aws3/Aws/data/securityhub/2018-10-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/securityhub/2018-10-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-10-26', 'endpointPrefix' => 'securityhub', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS SecurityHub', 'serviceId' => 'SecurityHub', 'signatureVersion' => 'v4', 'signingName' => 'securityhub', 'uid' => 'securityhub-2018-10-26'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/master'], 'input' => ['shape' => 'AcceptInvitationRequest'], 'output' => ['shape' => 'AcceptInvitationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException']]], 'BatchDisableStandards' => ['name' => 'BatchDisableStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/deregister'], 'input' => ['shape' => 'BatchDisableStandardsRequest'], 'output' => ['shape' => 'BatchDisableStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'BatchEnableStandards' => ['name' => 'BatchEnableStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/register'], 'input' => ['shape' => 'BatchEnableStandardsRequest'], 'output' => ['shape' => 'BatchEnableStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'BatchImportFindings' => ['name' => 'BatchImportFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings/import'], 'input' => ['shape' => 'BatchImportFindingsRequest'], 'output' => ['shape' => 'BatchImportFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException']]], 'CreateActionTarget' => ['name' => 'CreateActionTarget', 'http' => ['method' => 'POST', 'requestUri' => '/actionTargets'], 'input' => ['shape' => 'CreateActionTargetRequest'], 'output' => ['shape' => 'CreateActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceConflictException']]], 'CreateInsight' => ['name' => 'CreateInsight', 'http' => ['method' => 'POST', 'requestUri' => '/insights'], 'input' => ['shape' => 'CreateInsightRequest'], 'output' => ['shape' => 'CreateInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members'], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException']]], 'DeclineInvitations' => ['name' => 'DeclineInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/decline'], 'input' => ['shape' => 'DeclineInvitationsRequest'], 'output' => ['shape' => 'DeclineInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteActionTarget' => ['name' => 'DeleteActionTarget', 'http' => ['method' => 'DELETE', 'requestUri' => '/actionTargets/{ActionTargetArn+}'], 'input' => ['shape' => 'DeleteActionTargetRequest'], 'output' => ['shape' => 'DeleteActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteInsight' => ['name' => 'DeleteInsight', 'http' => ['method' => 'DELETE', 'requestUri' => '/insights/{InsightArn+}'], 'input' => ['shape' => 'DeleteInsightRequest'], 'output' => ['shape' => 'DeleteInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteInvitations' => ['name' => 'DeleteInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/delete'], 'input' => ['shape' => 'DeleteInvitationsRequest'], 'output' => ['shape' => 'DeleteInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/delete'], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeActionTargets' => ['name' => 'DescribeActionTargets', 'http' => ['method' => 'POST', 'requestUri' => '/actionTargets/get'], 'input' => ['shape' => 'DescribeActionTargetsRequest'], 'output' => ['shape' => 'DescribeActionTargetsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeHub' => ['name' => 'DescribeHub', 'http' => ['method' => 'GET', 'requestUri' => '/accounts'], 'input' => ['shape' => 'DescribeHubRequest'], 'output' => ['shape' => 'DescribeHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProducts' => ['name' => 'DescribeProducts', 'http' => ['method' => 'GET', 'requestUri' => '/products'], 'input' => ['shape' => 'DescribeProductsRequest'], 'output' => ['shape' => 'DescribeProductsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'InvalidInputException']]], 'DescribeStandards' => ['name' => 'DescribeStandards', 'http' => ['method' => 'GET', 'requestUri' => '/standards'], 'input' => ['shape' => 'DescribeStandardsRequest'], 'output' => ['shape' => 'DescribeStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException']]], 'DescribeStandardsControls' => ['name' => 'DescribeStandardsControls', 'http' => ['method' => 'GET', 'requestUri' => '/standards/controls/{StandardsSubscriptionArn+}'], 'input' => ['shape' => 'DescribeStandardsControlsRequest'], 'output' => ['shape' => 'DescribeStandardsControlsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DisableImportFindingsForProduct' => ['name' => 'DisableImportFindingsForProduct', 'http' => ['method' => 'DELETE', 'requestUri' => '/productSubscriptions/{ProductSubscriptionArn+}'], 'input' => ['shape' => 'DisableImportFindingsForProductRequest'], 'output' => ['shape' => 'DisableImportFindingsForProductResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'DisableSecurityHub' => ['name' => 'DisableSecurityHub', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts'], 'input' => ['shape' => 'DisableSecurityHubRequest'], 'output' => ['shape' => 'DisableSecurityHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateFromMasterAccount' => ['name' => 'DisassociateFromMasterAccount', 'http' => ['method' => 'POST', 'requestUri' => '/master/disassociate'], 'input' => ['shape' => 'DisassociateFromMasterAccountRequest'], 'output' => ['shape' => 'DisassociateFromMasterAccountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateMembers' => ['name' => 'DisassociateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/disassociate'], 'input' => ['shape' => 'DisassociateMembersRequest'], 'output' => ['shape' => 'DisassociateMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'EnableImportFindingsForProduct' => ['name' => 'EnableImportFindingsForProduct', 'http' => ['method' => 'POST', 'requestUri' => '/productSubscriptions'], 'input' => ['shape' => 'EnableImportFindingsForProductRequest'], 'output' => ['shape' => 'EnableImportFindingsForProductResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException'], ['shape' => 'LimitExceededException']]], 'EnableSecurityHub' => ['name' => 'EnableSecurityHub', 'http' => ['method' => 'POST', 'requestUri' => '/accounts'], 'input' => ['shape' => 'EnableSecurityHubRequest'], 'output' => ['shape' => 'EnableSecurityHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException'], ['shape' => 'AccessDeniedException']]], 'GetEnabledStandards' => ['name' => 'GetEnabledStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/get'], 'input' => ['shape' => 'GetEnabledStandardsRequest'], 'output' => ['shape' => 'GetEnabledStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetFindings' => ['name' => 'GetFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings'], 'input' => ['shape' => 'GetFindingsRequest'], 'output' => ['shape' => 'GetFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetInsightResults' => ['name' => 'GetInsightResults', 'http' => ['method' => 'GET', 'requestUri' => '/insights/results/{InsightArn+}'], 'input' => ['shape' => 'GetInsightResultsRequest'], 'output' => ['shape' => 'GetInsightResultsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetInsights' => ['name' => 'GetInsights', 'http' => ['method' => 'POST', 'requestUri' => '/insights/get'], 'input' => ['shape' => 'GetInsightsRequest'], 'output' => ['shape' => 'GetInsightsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetInvitationsCount' => ['name' => 'GetInvitationsCount', 'http' => ['method' => 'GET', 'requestUri' => '/invitations/count'], 'input' => ['shape' => 'GetInvitationsCountRequest'], 'output' => ['shape' => 'GetInvitationsCountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetMasterAccount' => ['name' => 'GetMasterAccount', 'http' => ['method' => 'GET', 'requestUri' => '/master'], 'input' => ['shape' => 'GetMasterAccountRequest'], 'output' => ['shape' => 'GetMasterAccountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/get'], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'InviteMembers' => ['name' => 'InviteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/invite'], 'input' => ['shape' => 'InviteMembersRequest'], 'output' => ['shape' => 'InviteMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'ListEnabledProductsForImport' => ['name' => 'ListEnabledProductsForImport', 'http' => ['method' => 'GET', 'requestUri' => '/productSubscriptions'], 'input' => ['shape' => 'ListEnabledProductsForImportRequest'], 'output' => ['shape' => 'ListEnabledProductsForImportResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitations'], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/members'], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateActionTarget' => ['name' => 'UpdateActionTarget', 'http' => ['method' => 'PATCH', 'requestUri' => '/actionTargets/{ActionTargetArn+}'], 'input' => ['shape' => 'UpdateActionTargetRequest'], 'output' => ['shape' => 'UpdateActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateFindings' => ['name' => 'UpdateFindings', 'http' => ['method' => 'PATCH', 'requestUri' => '/findings'], 'input' => ['shape' => 'UpdateFindingsRequest'], 'output' => ['shape' => 'UpdateFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateInsight' => ['name' => 'UpdateInsight', 'http' => ['method' => 'PATCH', 'requestUri' => '/insights/{InsightArn+}'], 'input' => ['shape' => 'UpdateInsightRequest'], 'output' => ['shape' => 'UpdateInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateStandardsControl' => ['name' => 'UpdateStandardsControl', 'http' => ['method' => 'PATCH', 'requestUri' => '/standards/control/{StandardsControlArn+}'], 'input' => ['shape' => 'UpdateStandardsControlRequest'], 'output' => ['shape' => 'UpdateStandardsControlResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['MasterId', 'InvitationId'], 'members' => ['MasterId' => ['shape' => 'NonEmptyString'], 'InvitationId' => ['shape' => 'NonEmptyString']]], 'AcceptInvitationResponse' => ['type' => 'structure', 'members' => []], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccountDetails' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Email' => ['shape' => 'NonEmptyString']]], 'AccountDetailsList' => ['type' => 'list', 'member' => ['shape' => 'AccountDetails']], 'AccountId' => ['type' => 'string'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ActionTarget' => ['type' => 'structure', 'required' => ['ActionTargetArn', 'Name', 'Description'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'ActionTargetList' => ['type' => 'list', 'member' => ['shape' => 'ActionTarget']], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['ZoneName' => ['shape' => 'NonEmptyString'], 'SubnetId' => ['shape' => 'NonEmptyString']]], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'AwsCloudFrontDistributionDetails' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'NonEmptyString'], 'ETag' => ['shape' => 'NonEmptyString'], 'LastModifiedTime' => ['shape' => 'NonEmptyString'], 'Logging' => ['shape' => 'AwsCloudFrontDistributionLogging'], 'Origins' => ['shape' => 'AwsCloudFrontDistributionOrigins'], 'Status' => ['shape' => 'NonEmptyString'], 'WebAclId' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionLogging' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'NonEmptyString'], 'Enabled' => ['shape' => 'Boolean'], 'IncludeCookies' => ['shape' => 'Boolean'], 'Prefix' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionOriginItem' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'OriginPath' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionOriginItemList' => ['type' => 'list', 'member' => ['shape' => 'AwsCloudFrontDistributionOriginItem']], 'AwsCloudFrontDistributionOrigins' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'AwsCloudFrontDistributionOriginItemList']]], 'AwsCodeBuildProjectDetails' => ['type' => 'structure', 'members' => ['EncryptionKey' => ['shape' => 'NonEmptyString'], 'Environment' => ['shape' => 'AwsCodeBuildProjectEnvironment'], 'Name' => ['shape' => 'NonEmptyString'], 'Source' => ['shape' => 'AwsCodeBuildProjectSource'], 'ServiceRole' => ['shape' => 'NonEmptyString'], 'VpcConfig' => ['shape' => 'AwsCodeBuildProjectVpcConfig']]], 'AwsCodeBuildProjectEnvironment' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'NonEmptyString'], 'ImagePullCredentialsType' => ['shape' => 'NonEmptyString'], 'RegistryCredential' => ['shape' => 'AwsCodeBuildProjectEnvironmentRegistryCredential'], 'Type' => ['shape' => 'NonEmptyString']]], 'AwsCodeBuildProjectEnvironmentRegistryCredential' => ['type' => 'structure', 'members' => ['Credential' => ['shape' => 'NonEmptyString'], 'CredentialProvider' => ['shape' => 'NonEmptyString']]], 'AwsCodeBuildProjectSource' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'Location' => ['shape' => 'NonEmptyString'], 'GitCloneDepth' => ['shape' => 'Integer'], 'InsecureSsl' => ['shape' => 'Boolean']]], 'AwsCodeBuildProjectVpcConfig' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'NonEmptyString'], 'Subnets' => ['shape' => 'NonEmptyStringList'], 'SecurityGroupIds' => ['shape' => 'NonEmptyStringList']]], 'AwsEc2InstanceDetails' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'ImageId' => ['shape' => 'NonEmptyString'], 'IpV4Addresses' => ['shape' => 'StringList'], 'IpV6Addresses' => ['shape' => 'StringList'], 'KeyName' => ['shape' => 'NonEmptyString'], 'IamInstanceProfileArn' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'SubnetId' => ['shape' => 'NonEmptyString'], 'LaunchedAt' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'NonEmptyString'], 'AttachmentId' => ['shape' => 'NonEmptyString'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'DeviceIndex' => ['shape' => 'Integer'], 'InstanceId' => ['shape' => 'NonEmptyString'], 'InstanceOwnerId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceDetails' => ['type' => 'structure', 'members' => ['Attachment' => ['shape' => 'AwsEc2NetworkInterfaceAttachment'], 'NetworkInterfaceId' => ['shape' => 'NonEmptyString'], 'SecurityGroups' => ['shape' => 'AwsEc2NetworkInterfaceSecurityGroupList'], 'SourceDestCheck' => ['shape' => 'Boolean']]], 'AwsEc2NetworkInterfaceSecurityGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString'], 'GroupId' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceSecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2NetworkInterfaceSecurityGroup']], 'AwsEc2SecurityGroupDetails' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString'], 'GroupId' => ['shape' => 'NonEmptyString'], 'OwnerId' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'IpPermissions' => ['shape' => 'AwsEc2SecurityGroupIpPermissionList'], 'IpPermissionsEgress' => ['shape' => 'AwsEc2SecurityGroupIpPermissionList']]], 'AwsEc2SecurityGroupIpPermission' => ['type' => 'structure', 'members' => ['IpProtocol' => ['shape' => 'NonEmptyString'], 'FromPort' => ['shape' => 'Integer'], 'ToPort' => ['shape' => 'Integer'], 'UserIdGroupPairs' => ['shape' => 'AwsEc2SecurityGroupUserIdGroupPairList'], 'IpRanges' => ['shape' => 'AwsEc2SecurityGroupIpRangeList'], 'Ipv6Ranges' => ['shape' => 'AwsEc2SecurityGroupIpv6RangeList'], 'PrefixListIds' => ['shape' => 'AwsEc2SecurityGroupPrefixListIdList']]], 'AwsEc2SecurityGroupIpPermissionList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpPermission']], 'AwsEc2SecurityGroupIpRange' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupIpRangeList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpRange']], 'AwsEc2SecurityGroupIpv6Range' => ['type' => 'structure', 'members' => ['CidrIpv6' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupIpv6RangeList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpv6Range']], 'AwsEc2SecurityGroupPrefixListId' => ['type' => 'structure', 'members' => ['PrefixListId' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupPrefixListIdList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupPrefixListId']], 'AwsEc2SecurityGroupUserIdGroupPair' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'NonEmptyString'], 'GroupName' => ['shape' => 'NonEmptyString'], 'PeeringStatus' => ['shape' => 'NonEmptyString'], 'UserId' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'VpcPeeringConnectionId' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupUserIdGroupPairList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupUserIdGroupPair']], 'AwsElasticsearchDomainDetails' => ['type' => 'structure', 'members' => ['AccessPolicies' => ['shape' => 'NonEmptyString'], 'DomainEndpointOptions' => ['shape' => 'AwsElasticsearchDomainDomainEndpointOptions'], 'DomainId' => ['shape' => 'NonEmptyString'], 'DomainName' => ['shape' => 'NonEmptyString'], 'Endpoint' => ['shape' => 'NonEmptyString'], 'Endpoints' => ['shape' => 'FieldMap'], 'ElasticsearchVersion' => ['shape' => 'NonEmptyString'], 'EncryptionAtRestOptions' => ['shape' => 'AwsElasticsearchDomainEncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'AwsElasticsearchDomainNodeToNodeEncryptionOptions'], 'VPCOptions' => ['shape' => 'AwsElasticsearchDomainVPCOptions']]], 'AwsElasticsearchDomainDomainEndpointOptions' => ['type' => 'structure', 'members' => ['EnforceHTTPS' => ['shape' => 'Boolean'], 'TLSSecurityPolicy' => ['shape' => 'NonEmptyString']]], 'AwsElasticsearchDomainEncryptionAtRestOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString']]], 'AwsElasticsearchDomainNodeToNodeEncryptionOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'AwsElasticsearchDomainVPCOptions' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'NonEmptyStringList'], 'SecurityGroupIds' => ['shape' => 'NonEmptyStringList'], 'SubnetIds' => ['shape' => 'NonEmptyStringList'], 'VPCId' => ['shape' => 'NonEmptyString']]], 'AwsElbv2LoadBalancerDetails' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'CanonicalHostedZoneId' => ['shape' => 'NonEmptyString'], 'CreatedTime' => ['shape' => 'NonEmptyString'], 'DNSName' => ['shape' => 'NonEmptyString'], 'IpAddressType' => ['shape' => 'NonEmptyString'], 'Scheme' => ['shape' => 'NonEmptyString'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'State' => ['shape' => 'LoadBalancerState'], 'Type' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString']]], 'AwsIamAccessKeyDetails' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'NonEmptyString', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use PrincipalName instead.'], 'Status' => ['shape' => 'AwsIamAccessKeyStatus'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'PrincipalId' => ['shape' => 'NonEmptyString'], 'PrincipalType' => ['shape' => 'NonEmptyString'], 'PrincipalName' => ['shape' => 'NonEmptyString']]], 'AwsIamAccessKeyStatus' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'AwsIamRoleAssumeRolePolicyDocument' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+'], 'AwsIamRoleDetails' => ['type' => 'structure', 'members' => ['AssumeRolePolicyDocument' => ['shape' => 'AwsIamRoleAssumeRolePolicyDocument'], 'CreateDate' => ['shape' => 'NonEmptyString'], 'RoleId' => ['shape' => 'NonEmptyString'], 'RoleName' => ['shape' => 'NonEmptyString'], 'MaxSessionDuration' => ['shape' => 'Integer'], 'Path' => ['shape' => 'NonEmptyString']]], 'AwsKmsKeyDetails' => ['type' => 'structure', 'members' => ['AWSAccountId' => ['shape' => 'NonEmptyString'], 'CreationDate' => ['shape' => 'Double'], 'KeyId' => ['shape' => 'NonEmptyString'], 'KeyManager' => ['shape' => 'NonEmptyString'], 'KeyState' => ['shape' => 'NonEmptyString'], 'Origin' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionCode' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'NonEmptyString'], 'S3Key' => ['shape' => 'NonEmptyString'], 'S3ObjectVersion' => ['shape' => 'NonEmptyString'], 'ZipFile' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionDeadLetterConfig' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionDetails' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AwsLambdaFunctionCode'], 'CodeSha256' => ['shape' => 'NonEmptyString'], 'DeadLetterConfig' => ['shape' => 'AwsLambdaFunctionDeadLetterConfig'], 'Environment' => ['shape' => 'AwsLambdaFunctionEnvironment'], 'FunctionName' => ['shape' => 'NonEmptyString'], 'Handler' => ['shape' => 'NonEmptyString'], 'KmsKeyArn' => ['shape' => 'NonEmptyString'], 'LastModified' => ['shape' => 'NonEmptyString'], 'Layers' => ['shape' => 'AwsLambdaFunctionLayerList'], 'MasterArn' => ['shape' => 'NonEmptyString'], 'MemorySize' => ['shape' => 'Integer'], 'RevisionId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'NonEmptyString'], 'Runtime' => ['shape' => 'NonEmptyString'], 'Timeout' => ['shape' => 'Integer'], 'TracingConfig' => ['shape' => 'AwsLambdaFunctionTracingConfig'], 'VpcConfig' => ['shape' => 'AwsLambdaFunctionVpcConfig'], 'Version' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionEnvironment' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'FieldMap'], 'Error' => ['shape' => 'AwsLambdaFunctionEnvironmentError']]], 'AwsLambdaFunctionEnvironmentError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NonEmptyString'], 'Message' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionLayer' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'NonEmptyString'], 'CodeSize' => ['shape' => 'Integer']]], 'AwsLambdaFunctionLayerList' => ['type' => 'list', 'member' => ['shape' => 'AwsLambdaFunctionLayer']], 'AwsLambdaFunctionTracingConfig' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionVpcConfig' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'NonEmptyStringList'], 'SubnetIds' => ['shape' => 'NonEmptyStringList'], 'VpcId' => ['shape' => 'NonEmptyString']]], 'AwsLambdaLayerVersionDetails' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'AwsLambdaLayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'NonEmptyStringList'], 'CreatedDate' => ['shape' => 'NonEmptyString']]], 'AwsLambdaLayerVersionNumber' => ['type' => 'long'], 'AwsRdsDbInstanceAssociatedRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'NonEmptyString'], 'FeatureName' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceAssociatedRoles' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbInstanceAssociatedRole']], 'AwsRdsDbInstanceDetails' => ['type' => 'structure', 'members' => ['AssociatedRoles' => ['shape' => 'AwsRdsDbInstanceAssociatedRoles'], 'CACertificateIdentifier' => ['shape' => 'NonEmptyString'], 'DBClusterIdentifier' => ['shape' => 'NonEmptyString'], 'DBInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'DBInstanceClass' => ['shape' => 'NonEmptyString'], 'DbInstancePort' => ['shape' => 'Integer'], 'DbiResourceId' => ['shape' => 'NonEmptyString'], 'DBName' => ['shape' => 'NonEmptyString'], 'DeletionProtection' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'AwsRdsDbInstanceEndpoint'], 'Engine' => ['shape' => 'NonEmptyString'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'InstanceCreateTime' => ['shape' => 'NonEmptyString'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'TdeCredentialArn' => ['shape' => 'NonEmptyString'], 'VpcSecurityGroups' => ['shape' => 'AwsRdsDbInstanceVpcSecurityGroups']]], 'AwsRdsDbInstanceEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'HostedZoneId' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceVpcSecurityGroup' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceVpcSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbInstanceVpcSecurityGroup']], 'AwsS3BucketDetails' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'NonEmptyString'], 'OwnerName' => ['shape' => 'NonEmptyString'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'ServerSideEncryptionConfiguration' => ['shape' => 'AwsS3BucketServerSideEncryptionConfiguration']]], 'AwsS3BucketServerSideEncryptionByDefault' => ['type' => 'structure', 'members' => ['SSEAlgorithm' => ['shape' => 'NonEmptyString'], 'KMSMasterKeyID' => ['shape' => 'NonEmptyString']]], 'AwsS3BucketServerSideEncryptionConfiguration' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'AwsS3BucketServerSideEncryptionRules']]], 'AwsS3BucketServerSideEncryptionRule' => ['type' => 'structure', 'members' => ['ApplyServerSideEncryptionByDefault' => ['shape' => 'AwsS3BucketServerSideEncryptionByDefault']]], 'AwsS3BucketServerSideEncryptionRules' => ['type' => 'list', 'member' => ['shape' => 'AwsS3BucketServerSideEncryptionRule']], 'AwsS3ObjectDetails' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => 'NonEmptyString'], 'ETag' => ['shape' => 'NonEmptyString'], 'VersionId' => ['shape' => 'NonEmptyString'], 'ContentType' => ['shape' => 'NonEmptyString'], 'ServerSideEncryption' => ['shape' => 'NonEmptyString'], 'SSEKMSKeyId' => ['shape' => 'NonEmptyString']]], 'AwsSecurityFinding' => ['type' => 'structure', 'required' => ['SchemaVersion', 'Id', 'ProductArn', 'GeneratorId', 'AwsAccountId', 'Types', 'CreatedAt', 'UpdatedAt', 'Severity', 'Title', 'Description', 'Resources'], 'members' => ['SchemaVersion' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'ProductArn' => ['shape' => 'NonEmptyString'], 'GeneratorId' => ['shape' => 'NonEmptyString'], 'AwsAccountId' => ['shape' => 'NonEmptyString'], 'Types' => ['shape' => 'TypeList'], 'FirstObservedAt' => ['shape' => 'NonEmptyString'], 'LastObservedAt' => ['shape' => 'NonEmptyString'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'UpdatedAt' => ['shape' => 'NonEmptyString'], 'Severity' => ['shape' => 'Severity'], 'Confidence' => ['shape' => 'Integer'], 'Criticality' => ['shape' => 'Integer'], 'Title' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Remediation' => ['shape' => 'Remediation'], 'SourceUrl' => ['shape' => 'NonEmptyString'], 'ProductFields' => ['shape' => 'FieldMap'], 'UserDefinedFields' => ['shape' => 'FieldMap'], 'Malware' => ['shape' => 'MalwareList'], 'Network' => ['shape' => 'Network'], 'Process' => ['shape' => 'ProcessDetails'], 'ThreatIntelIndicators' => ['shape' => 'ThreatIntelIndicatorList'], 'Resources' => ['shape' => 'ResourceList'], 'Compliance' => ['shape' => 'Compliance'], 'VerificationState' => ['shape' => 'VerificationState'], 'WorkflowState' => ['shape' => 'WorkflowState'], 'Workflow' => ['shape' => 'Workflow'], 'RecordState' => ['shape' => 'RecordState'], 'RelatedFindings' => ['shape' => 'RelatedFindingList'], 'Note' => ['shape' => 'Note']]], 'AwsSecurityFindingFilters' => ['type' => 'structure', 'members' => ['ProductArn' => ['shape' => 'StringFilterList'], 'AwsAccountId' => ['shape' => 'StringFilterList'], 'Id' => ['shape' => 'StringFilterList'], 'GeneratorId' => ['shape' => 'StringFilterList'], 'Type' => ['shape' => 'StringFilterList'], 'FirstObservedAt' => ['shape' => 'DateFilterList'], 'LastObservedAt' => ['shape' => 'DateFilterList'], 'CreatedAt' => ['shape' => 'DateFilterList'], 'UpdatedAt' => ['shape' => 'DateFilterList'], 'SeverityProduct' => ['shape' => 'NumberFilterList'], 'SeverityNormalized' => ['shape' => 'NumberFilterList'], 'SeverityLabel' => ['shape' => 'StringFilterList'], 'Confidence' => ['shape' => 'NumberFilterList'], 'Criticality' => ['shape' => 'NumberFilterList'], 'Title' => ['shape' => 'StringFilterList'], 'Description' => ['shape' => 'StringFilterList'], 'RecommendationText' => ['shape' => 'StringFilterList'], 'SourceUrl' => ['shape' => 'StringFilterList'], 'ProductFields' => ['shape' => 'MapFilterList'], 'ProductName' => ['shape' => 'StringFilterList'], 'CompanyName' => ['shape' => 'StringFilterList'], 'UserDefinedFields' => ['shape' => 'MapFilterList'], 'MalwareName' => ['shape' => 'StringFilterList'], 'MalwareType' => ['shape' => 'StringFilterList'], 'MalwarePath' => ['shape' => 'StringFilterList'], 'MalwareState' => ['shape' => 'StringFilterList'], 'NetworkDirection' => ['shape' => 'StringFilterList'], 'NetworkProtocol' => ['shape' => 'StringFilterList'], 'NetworkSourceIpV4' => ['shape' => 'IpFilterList'], 'NetworkSourceIpV6' => ['shape' => 'IpFilterList'], 'NetworkSourcePort' => ['shape' => 'NumberFilterList'], 'NetworkSourceDomain' => ['shape' => 'StringFilterList'], 'NetworkSourceMac' => ['shape' => 'StringFilterList'], 'NetworkDestinationIpV4' => ['shape' => 'IpFilterList'], 'NetworkDestinationIpV6' => ['shape' => 'IpFilterList'], 'NetworkDestinationPort' => ['shape' => 'NumberFilterList'], 'NetworkDestinationDomain' => ['shape' => 'StringFilterList'], 'ProcessName' => ['shape' => 'StringFilterList'], 'ProcessPath' => ['shape' => 'StringFilterList'], 'ProcessPid' => ['shape' => 'NumberFilterList'], 'ProcessParentPid' => ['shape' => 'NumberFilterList'], 'ProcessLaunchedAt' => ['shape' => 'DateFilterList'], 'ProcessTerminatedAt' => ['shape' => 'DateFilterList'], 'ThreatIntelIndicatorType' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorValue' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorCategory' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorLastObservedAt' => ['shape' => 'DateFilterList'], 'ThreatIntelIndicatorSource' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorSourceUrl' => ['shape' => 'StringFilterList'], 'ResourceType' => ['shape' => 'StringFilterList'], 'ResourceId' => ['shape' => 'StringFilterList'], 'ResourcePartition' => ['shape' => 'StringFilterList'], 'ResourceRegion' => ['shape' => 'StringFilterList'], 'ResourceTags' => ['shape' => 'MapFilterList'], 'ResourceAwsEc2InstanceType' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceImageId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceIpV4Addresses' => ['shape' => 'IpFilterList'], 'ResourceAwsEc2InstanceIpV6Addresses' => ['shape' => 'IpFilterList'], 'ResourceAwsEc2InstanceKeyName' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceIamInstanceProfileArn' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceVpcId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceSubnetId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceLaunchedAt' => ['shape' => 'DateFilterList'], 'ResourceAwsS3BucketOwnerId' => ['shape' => 'StringFilterList'], 'ResourceAwsS3BucketOwnerName' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyUserName' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyStatus' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyCreatedAt' => ['shape' => 'DateFilterList'], 'ResourceContainerName' => ['shape' => 'StringFilterList'], 'ResourceContainerImageId' => ['shape' => 'StringFilterList'], 'ResourceContainerImageName' => ['shape' => 'StringFilterList'], 'ResourceContainerLaunchedAt' => ['shape' => 'DateFilterList'], 'ResourceDetailsOther' => ['shape' => 'MapFilterList'], 'ComplianceStatus' => ['shape' => 'StringFilterList'], 'VerificationState' => ['shape' => 'StringFilterList'], 'WorkflowState' => ['shape' => 'StringFilterList'], 'WorkflowStatus' => ['shape' => 'StringFilterList'], 'RecordState' => ['shape' => 'StringFilterList'], 'RelatedFindingsProductArn' => ['shape' => 'StringFilterList'], 'RelatedFindingsId' => ['shape' => 'StringFilterList'], 'NoteText' => ['shape' => 'StringFilterList'], 'NoteUpdatedAt' => ['shape' => 'DateFilterList'], 'NoteUpdatedBy' => ['shape' => 'StringFilterList'], 'Keyword' => ['shape' => 'KeywordFilterList']]], 'AwsSecurityFindingList' => ['type' => 'list', 'member' => ['shape' => 'AwsSecurityFinding']], 'AwsSnsTopicDetails' => ['type' => 'structure', 'members' => ['KmsMasterKeyId' => ['shape' => 'NonEmptyString'], 'Subscription' => ['shape' => 'AwsSnsTopicSubscriptionList'], 'TopicName' => ['shape' => 'NonEmptyString'], 'Owner' => ['shape' => 'NonEmptyString']]], 'AwsSnsTopicSubscription' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'NonEmptyString'], 'Protocol' => ['shape' => 'NonEmptyString']]], 'AwsSnsTopicSubscriptionList' => ['type' => 'list', 'member' => ['shape' => 'AwsSnsTopicSubscription']], 'AwsSqsQueueDetails' => ['type' => 'structure', 'members' => ['KmsDataKeyReusePeriodSeconds' => ['shape' => 'Integer'], 'KmsMasterKeyId' => ['shape' => 'NonEmptyString'], 'QueueName' => ['shape' => 'NonEmptyString'], 'DeadLetterTargetArn' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'DefaultAction' => ['shape' => 'NonEmptyString'], 'Rules' => ['shape' => 'AwsWafWebAclRuleList'], 'WebAclId' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclRule' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'WafAction'], 'ExcludedRules' => ['shape' => 'WafExcludedRuleList'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Priority' => ['shape' => 'Integer'], 'RuleId' => ['shape' => 'NonEmptyString'], 'Type' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclRuleList' => ['type' => 'list', 'member' => ['shape' => 'AwsWafWebAclRule']], 'BatchDisableStandardsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArns'], 'members' => ['StandardsSubscriptionArns' => ['shape' => 'StandardsSubscriptionArns']]], 'BatchDisableStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions']]], 'BatchEnableStandardsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionRequests'], 'members' => ['StandardsSubscriptionRequests' => ['shape' => 'StandardsSubscriptionRequests']]], 'BatchEnableStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions']]], 'BatchImportFindingsRequest' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'AwsSecurityFindingList']]], 'BatchImportFindingsResponse' => ['type' => 'structure', 'required' => ['FailedCount', 'SuccessCount'], 'members' => ['FailedCount' => ['shape' => 'Integer'], 'SuccessCount' => ['shape' => 'Integer'], 'FailedFindings' => ['shape' => 'ImportFindingsErrorList']]], 'Boolean' => ['type' => 'boolean'], 'CategoryList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Compliance' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ComplianceStatus'], 'RelatedRequirements' => ['shape' => 'RelatedRequirementsList']]], 'ComplianceStatus' => ['type' => 'string', 'enum' => ['PASSED', 'WARNING', 'FAILED', 'NOT_AVAILABLE']], 'ContainerDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'ImageId' => ['shape' => 'NonEmptyString'], 'ImageName' => ['shape' => 'NonEmptyString'], 'LaunchedAt' => ['shape' => 'NonEmptyString']]], 'ControlStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CreateActionTargetRequest' => ['type' => 'structure', 'required' => ['Name', 'Description', 'Id'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString']]], 'CreateActionTargetResponse' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString']]], 'CreateInsightRequest' => ['type' => 'structure', 'required' => ['Name', 'Filters', 'GroupByAttribute'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'CreateInsightResponse' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString']]], 'CreateMembersRequest' => ['type' => 'structure', 'members' => ['AccountDetails' => ['shape' => 'AccountDetailsList']]], 'CreateMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DateFilter' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'NonEmptyString'], 'End' => ['shape' => 'NonEmptyString'], 'DateRange' => ['shape' => 'DateRange']]], 'DateFilterList' => ['type' => 'list', 'member' => ['shape' => 'DateFilter']], 'DateRange' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer'], 'Unit' => ['shape' => 'DateRangeUnit']]], 'DateRangeUnit' => ['type' => 'string', 'enum' => ['DAYS']], 'DeclineInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeclineInvitationsResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DeleteActionTargetRequest' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ActionTargetArn']]], 'DeleteActionTargetResponse' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString']]], 'DeleteInsightRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn']]], 'DeleteInsightResponse' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString']]], 'DeleteInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteInvitationsResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DeleteMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DescribeActionTargetsRequest' => ['type' => 'structure', 'members' => ['ActionTargetArns' => ['shape' => 'ArnList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeActionTargetsResponse' => ['type' => 'structure', 'required' => ['ActionTargets'], 'members' => ['ActionTargets' => ['shape' => 'ActionTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeHubRequest' => ['type' => 'structure', 'members' => ['HubArn' => ['shape' => 'NonEmptyString', 'location' => 'querystring', 'locationName' => 'HubArn']]], 'DescribeHubResponse' => ['type' => 'structure', 'members' => ['HubArn' => ['shape' => 'NonEmptyString'], 'SubscribedAt' => ['shape' => 'NonEmptyString']]], 'DescribeProductsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeProductsResponse' => ['type' => 'structure', 'required' => ['Products'], 'members' => ['Products' => ['shape' => 'ProductsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStandardsControlsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArn'], 'members' => ['StandardsSubscriptionArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'StandardsSubscriptionArn'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeStandardsControlsResponse' => ['type' => 'structure', 'members' => ['Controls' => ['shape' => 'StandardsControls'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStandardsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeStandardsResponse' => ['type' => 'structure', 'members' => ['Standards' => ['shape' => 'Standards'], 'NextToken' => ['shape' => 'NextToken']]], 'DisableImportFindingsForProductRequest' => ['type' => 'structure', 'required' => ['ProductSubscriptionArn'], 'members' => ['ProductSubscriptionArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ProductSubscriptionArn']]], 'DisableImportFindingsForProductResponse' => ['type' => 'structure', 'members' => []], 'DisableSecurityHubRequest' => ['type' => 'structure', 'members' => []], 'DisableSecurityHubResponse' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DisassociateMembersResponse' => ['type' => 'structure', 'members' => []], 'Double' => ['type' => 'double'], 'EnableImportFindingsForProductRequest' => ['type' => 'structure', 'required' => ['ProductArn'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString']]], 'EnableImportFindingsForProductResponse' => ['type' => 'structure', 'members' => ['ProductSubscriptionArn' => ['shape' => 'NonEmptyString']]], 'EnableSecurityHubRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'EnableSecurityHubResponse' => ['type' => 'structure', 'members' => []], 'FieldMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString']], 'GetEnabledStandardsRequest' => ['type' => 'structure', 'members' => ['StandardsSubscriptionArns' => ['shape' => 'StandardsSubscriptionArns'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetEnabledStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions'], 'NextToken' => ['shape' => 'NextToken']]], 'GetFindingsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'SortCriteria' => ['shape' => 'SortCriteria'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetFindingsResponse' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'AwsSecurityFindingList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInsightResultsRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn']]], 'GetInsightResultsResponse' => ['type' => 'structure', 'required' => ['InsightResults'], 'members' => ['InsightResults' => ['shape' => 'InsightResults']]], 'GetInsightsRequest' => ['type' => 'structure', 'members' => ['InsightArns' => ['shape' => 'ArnList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetInsightsResponse' => ['type' => 'structure', 'required' => ['Insights'], 'members' => ['Insights' => ['shape' => 'InsightList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInvitationsCountRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationsCountResponse' => ['type' => 'structure', 'members' => ['InvitationsCount' => ['shape' => 'Integer']]], 'GetMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'GetMasterAccountResponse' => ['type' => 'structure', 'members' => ['Master' => ['shape' => 'Invitation']]], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'GetMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberList'], 'UnprocessedAccounts' => ['shape' => 'ResultList']]], 'ImportFindingsError' => ['type' => 'structure', 'required' => ['Id', 'ErrorCode', 'ErrorMessage'], 'members' => ['Id' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'NonEmptyString'], 'ErrorMessage' => ['shape' => 'NonEmptyString']]], 'ImportFindingsErrorList' => ['type' => 'list', 'member' => ['shape' => 'ImportFindingsError']], 'Insight' => ['type' => 'structure', 'required' => ['InsightArn', 'Name', 'Filters', 'GroupByAttribute'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'InsightList' => ['type' => 'list', 'member' => ['shape' => 'Insight']], 'InsightResultValue' => ['type' => 'structure', 'required' => ['GroupByAttributeValue', 'Count'], 'members' => ['GroupByAttributeValue' => ['shape' => 'NonEmptyString'], 'Count' => ['shape' => 'Integer']]], 'InsightResultValueList' => ['type' => 'list', 'member' => ['shape' => 'InsightResultValue']], 'InsightResults' => ['type' => 'structure', 'required' => ['InsightArn', 'GroupByAttribute', 'ResultValues'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString'], 'GroupByAttribute' => ['shape' => 'NonEmptyString'], 'ResultValues' => ['shape' => 'InsightResultValueList']]], 'Integer' => ['type' => 'integer'], 'IntegrationType' => ['type' => 'string', 'enum' => ['SEND_FINDINGS_TO_SECURITY_HUB', 'RECEIVE_FINDINGS_FROM_SECURITY_HUB']], 'IntegrationTypeList' => ['type' => 'list', 'member' => ['shape' => 'IntegrationType']], 'InternalException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidAccessException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'InvitationId' => ['shape' => 'NonEmptyString'], 'InvitedAt' => ['shape' => 'Timestamp'], 'MemberStatus' => ['shape' => 'NonEmptyString']]], 'InvitationList' => ['type' => 'list', 'member' => ['shape' => 'Invitation']], 'InviteMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'InviteMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'IpFilter' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'NonEmptyString']]], 'IpFilterList' => ['type' => 'list', 'member' => ['shape' => 'IpFilter']], 'KeywordFilter' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'NonEmptyString']]], 'KeywordFilterList' => ['type' => 'list', 'member' => ['shape' => 'KeywordFilter']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListEnabledProductsForImportRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'ListEnabledProductsForImportResponse' => ['type' => 'structure', 'members' => ['ProductSubscriptions' => ['shape' => 'ProductSubscriptionArnList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InvitationList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListMembersRequest' => ['type' => 'structure', 'members' => ['OnlyAssociated' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'OnlyAssociated'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'NonEmptyString'], 'Reason' => ['shape' => 'NonEmptyString']]], 'Malware' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Type' => ['shape' => 'MalwareType'], 'Path' => ['shape' => 'NonEmptyString'], 'State' => ['shape' => 'MalwareState']]], 'MalwareList' => ['type' => 'list', 'member' => ['shape' => 'Malware']], 'MalwareState' => ['type' => 'string', 'enum' => ['OBSERVED', 'REMOVAL_FAILED', 'REMOVED']], 'MalwareType' => ['type' => 'string', 'enum' => ['ADWARE', 'BLENDED_THREAT', 'BOTNET_AGENT', 'COIN_MINER', 'EXPLOIT_KIT', 'KEYLOGGER', 'MACRO', 'POTENTIALLY_UNWANTED', 'SPYWARE', 'RANSOMWARE', 'REMOTE_ACCESS', 'ROOTKIT', 'TROJAN', 'VIRUS', 'WORM']], 'MapFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'NonEmptyString'], 'Value' => ['shape' => 'NonEmptyString'], 'Comparison' => ['shape' => 'MapFilterComparison']]], 'MapFilterComparison' => ['type' => 'string', 'enum' => ['EQUALS']], 'MapFilterList' => ['type' => 'list', 'member' => ['shape' => 'MapFilter']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Member' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Email' => ['shape' => 'NonEmptyString'], 'MasterId' => ['shape' => 'NonEmptyString'], 'MemberStatus' => ['shape' => 'NonEmptyString'], 'InvitedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'MemberList' => ['type' => 'list', 'member' => ['shape' => 'Member']], 'Network' => ['type' => 'structure', 'members' => ['Direction' => ['shape' => 'NetworkDirection'], 'Protocol' => ['shape' => 'NonEmptyString'], 'SourceIpV4' => ['shape' => 'NonEmptyString'], 'SourceIpV6' => ['shape' => 'NonEmptyString'], 'SourcePort' => ['shape' => 'Integer'], 'SourceDomain' => ['shape' => 'NonEmptyString'], 'SourceMac' => ['shape' => 'NonEmptyString'], 'DestinationIpV4' => ['shape' => 'NonEmptyString'], 'DestinationIpV6' => ['shape' => 'NonEmptyString'], 'DestinationPort' => ['shape' => 'Integer'], 'DestinationDomain' => ['shape' => 'NonEmptyString']]], 'NetworkDirection' => ['type' => 'string', 'enum' => ['IN', 'OUT']], 'NextToken' => ['type' => 'string'], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NonEmptyStringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Note' => ['type' => 'structure', 'required' => ['Text', 'UpdatedBy', 'UpdatedAt'], 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'UpdatedBy' => ['shape' => 'NonEmptyString'], 'UpdatedAt' => ['shape' => 'NonEmptyString']]], 'NoteUpdate' => ['type' => 'structure', 'required' => ['Text', 'UpdatedBy'], 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'UpdatedBy' => ['shape' => 'NonEmptyString']]], 'NumberFilter' => ['type' => 'structure', 'members' => ['Gte' => ['shape' => 'Double'], 'Lte' => ['shape' => 'Double'], 'Eq' => ['shape' => 'Double']]], 'NumberFilterList' => ['type' => 'list', 'member' => ['shape' => 'NumberFilter']], 'Partition' => ['type' => 'string', 'enum' => ['aws', 'aws-cn', 'aws-us-gov']], 'ProcessDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Path' => ['shape' => 'NonEmptyString'], 'Pid' => ['shape' => 'Integer'], 'ParentPid' => ['shape' => 'Integer'], 'LaunchedAt' => ['shape' => 'NonEmptyString'], 'TerminatedAt' => ['shape' => 'NonEmptyString']]], 'Product' => ['type' => 'structure', 'required' => ['ProductArn'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString'], 'ProductName' => ['shape' => 'NonEmptyString'], 'CompanyName' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Categories' => ['shape' => 'CategoryList'], 'IntegrationTypes' => ['shape' => 'IntegrationTypeList'], 'MarketplaceUrl' => ['shape' => 'NonEmptyString'], 'ActivationUrl' => ['shape' => 'NonEmptyString'], 'ProductSubscriptionResourcePolicy' => ['shape' => 'NonEmptyString']]], 'ProductSubscriptionArnList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ProductsList' => ['type' => 'list', 'member' => ['shape' => 'Product']], 'Recommendation' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'Url' => ['shape' => 'NonEmptyString']]], 'RecordState' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED']], 'RelatedFinding' => ['type' => 'structure', 'required' => ['ProductArn', 'Id'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString']]], 'RelatedFindingList' => ['type' => 'list', 'member' => ['shape' => 'RelatedFinding']], 'RelatedRequirementsList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Remediation' => ['type' => 'structure', 'members' => ['Recommendation' => ['shape' => 'Recommendation']]], 'Resource' => ['type' => 'structure', 'required' => ['Type', 'Id'], 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'Partition' => ['shape' => 'Partition'], 'Region' => ['shape' => 'NonEmptyString'], 'Tags' => ['shape' => 'FieldMap'], 'Details' => ['shape' => 'ResourceDetails']]], 'ResourceArn' => ['type' => 'string', 'pattern' => '^arn:aws:securityhub:.*'], 'ResourceConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceDetails' => ['type' => 'structure', 'members' => ['AwsCodeBuildProject' => ['shape' => 'AwsCodeBuildProjectDetails'], 'AwsCloudFrontDistribution' => ['shape' => 'AwsCloudFrontDistributionDetails'], 'AwsEc2Instance' => ['shape' => 'AwsEc2InstanceDetails'], 'AwsEc2NetworkInterface' => ['shape' => 'AwsEc2NetworkInterfaceDetails'], 'AwsEc2SecurityGroup' => ['shape' => 'AwsEc2SecurityGroupDetails'], 'AwsElbv2LoadBalancer' => ['shape' => 'AwsElbv2LoadBalancerDetails'], 'AwsElasticsearchDomain' => ['shape' => 'AwsElasticsearchDomainDetails'], 'AwsS3Bucket' => ['shape' => 'AwsS3BucketDetails'], 'AwsS3Object' => ['shape' => 'AwsS3ObjectDetails'], 'AwsIamAccessKey' => ['shape' => 'AwsIamAccessKeyDetails'], 'AwsIamRole' => ['shape' => 'AwsIamRoleDetails'], 'AwsKmsKey' => ['shape' => 'AwsKmsKeyDetails'], 'AwsLambdaFunction' => ['shape' => 'AwsLambdaFunctionDetails'], 'AwsLambdaLayerVersion' => ['shape' => 'AwsLambdaLayerVersionDetails'], 'AwsRdsDbInstance' => ['shape' => 'AwsRdsDbInstanceDetails'], 'AwsSnsTopic' => ['shape' => 'AwsSnsTopicDetails'], 'AwsSqsQueue' => ['shape' => 'AwsSqsQueueDetails'], 'AwsWafWebAcl' => ['shape' => 'AwsWafWebAclDetails'], 'Container' => ['shape' => 'ContainerDetails'], 'Other' => ['shape' => 'FieldMap']]], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Result' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ProcessingResult' => ['shape' => 'NonEmptyString']]], 'ResultList' => ['type' => 'list', 'member' => ['shape' => 'Result']], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Severity' => ['type' => 'structure', 'members' => ['Product' => ['shape' => 'Double'], 'Label' => ['shape' => 'SeverityLabel'], 'Normalized' => ['shape' => 'Integer']]], 'SeverityLabel' => ['type' => 'string', 'enum' => ['INFORMATIONAL', 'LOW', 'MEDIUM', 'HIGH', 'CRITICAL']], 'SeverityRating' => ['type' => 'string', 'enum' => ['LOW', 'MEDIUM', 'HIGH', 'CRITICAL']], 'SortCriteria' => ['type' => 'list', 'member' => ['shape' => 'SortCriterion']], 'SortCriterion' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'NonEmptyString'], 'SortOrder' => ['shape' => 'SortOrder']]], 'SortOrder' => ['type' => 'string', 'enum' => ['asc', 'desc']], 'Standard' => ['type' => 'structure', 'members' => ['StandardsArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'Standards' => ['type' => 'list', 'member' => ['shape' => 'Standard']], 'StandardsControl' => ['type' => 'structure', 'members' => ['StandardsControlArn' => ['shape' => 'NonEmptyString'], 'ControlStatus' => ['shape' => 'ControlStatus'], 'DisabledReason' => ['shape' => 'NonEmptyString'], 'ControlStatusUpdatedAt' => ['shape' => 'Timestamp'], 'ControlId' => ['shape' => 'NonEmptyString'], 'Title' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'RemediationUrl' => ['shape' => 'NonEmptyString'], 'SeverityRating' => ['shape' => 'SeverityRating'], 'RelatedRequirements' => ['shape' => 'RelatedRequirementsList']]], 'StandardsControls' => ['type' => 'list', 'member' => ['shape' => 'StandardsControl']], 'StandardsInputParameterMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString']], 'StandardsStatus' => ['type' => 'string', 'enum' => ['PENDING', 'READY', 'FAILED', 'DELETING', 'INCOMPLETE']], 'StandardsSubscription' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArn', 'StandardsArn', 'StandardsInput', 'StandardsStatus'], 'members' => ['StandardsSubscriptionArn' => ['shape' => 'NonEmptyString'], 'StandardsArn' => ['shape' => 'NonEmptyString'], 'StandardsInput' => ['shape' => 'StandardsInputParameterMap'], 'StandardsStatus' => ['shape' => 'StandardsStatus']]], 'StandardsSubscriptionArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 25, 'min' => 1], 'StandardsSubscriptionRequest' => ['type' => 'structure', 'required' => ['StandardsArn'], 'members' => ['StandardsArn' => ['shape' => 'NonEmptyString'], 'StandardsInput' => ['shape' => 'StandardsInputParameterMap']]], 'StandardsSubscriptionRequests' => ['type' => 'list', 'member' => ['shape' => 'StandardsSubscriptionRequest'], 'max' => 25, 'min' => 1], 'StandardsSubscriptions' => ['type' => 'list', 'member' => ['shape' => 'StandardsSubscription']], 'StringFilter' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'NonEmptyString'], 'Comparison' => ['shape' => 'StringFilterComparison']]], 'StringFilterComparison' => ['type' => 'string', 'enum' => ['EQUALS', 'PREFIX']], 'StringFilterList' => ['type' => 'list', 'member' => ['shape' => 'StringFilter']], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => 1], '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], 'ThreatIntelIndicator' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ThreatIntelIndicatorType'], 'Value' => ['shape' => 'NonEmptyString'], 'Category' => ['shape' => 'ThreatIntelIndicatorCategory'], 'LastObservedAt' => ['shape' => 'NonEmptyString'], 'Source' => ['shape' => 'NonEmptyString'], 'SourceUrl' => ['shape' => 'NonEmptyString']]], 'ThreatIntelIndicatorCategory' => ['type' => 'string', 'enum' => ['BACKDOOR', 'CARD_STEALER', 'COMMAND_AND_CONTROL', 'DROP_SITE', 'EXPLOIT_SITE', 'KEYLOGGER']], 'ThreatIntelIndicatorList' => ['type' => 'list', 'member' => ['shape' => 'ThreatIntelIndicator']], 'ThreatIntelIndicatorType' => ['type' => 'string', 'enum' => ['DOMAIN', 'EMAIL_ADDRESS', 'HASH_MD5', 'HASH_SHA1', 'HASH_SHA256', 'HASH_SHA512', 'IPV4_ADDRESS', 'IPV6_ADDRESS', 'MUTEX', 'PROCESS', 'URL']], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'TypeList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => []], 'UpdateActionTargetRequest' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ActionTargetArn'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'UpdateActionTargetResponse' => ['type' => 'structure', 'members' => []], 'UpdateFindingsRequest' => ['type' => 'structure', 'required' => ['Filters'], 'members' => ['Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'Note' => ['shape' => 'NoteUpdate'], 'RecordState' => ['shape' => 'RecordState']]], 'UpdateFindingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateInsightRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn'], 'Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'UpdateInsightResponse' => ['type' => 'structure', 'members' => []], 'UpdateStandardsControlRequest' => ['type' => 'structure', 'required' => ['StandardsControlArn'], 'members' => ['StandardsControlArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'StandardsControlArn'], 'ControlStatus' => ['shape' => 'ControlStatus'], 'DisabledReason' => ['shape' => 'NonEmptyString']]], 'UpdateStandardsControlResponse' => ['type' => 'structure', 'members' => []], 'VerificationState' => ['type' => 'string', 'enum' => ['UNKNOWN', 'TRUE_POSITIVE', 'FALSE_POSITIVE', 'BENIGN_POSITIVE']], 'WafAction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString']]], 'WafExcludedRule' => ['type' => 'structure', 'members' => ['RuleId' => ['shape' => 'NonEmptyString']]], 'WafExcludedRuleList' => ['type' => 'list', 'member' => ['shape' => 'WafExcludedRule']], 'WafOverrideAction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString']]], 'Workflow' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'WorkflowStatus']]], 'WorkflowState' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Workflow.Status instead.', 'enum' => ['NEW', 'ASSIGNED', 'IN_PROGRESS', 'DEFERRED', 'RESOLVED']], 'WorkflowStatus' => ['type' => 'string', 'enum' => ['NEW', 'NOTIFIED', 'RESOLVED', 'SUPPRESSED']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-10-26', 'endpointPrefix' => 'securityhub', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS SecurityHub', 'serviceId' => 'SecurityHub', 'signatureVersion' => 'v4', 'signingName' => 'securityhub', 'uid' => 'securityhub-2018-10-26'], 'operations' => ['AcceptInvitation' => ['name' => 'AcceptInvitation', 'http' => ['method' => 'POST', 'requestUri' => '/master'], 'input' => ['shape' => 'AcceptInvitationRequest'], 'output' => ['shape' => 'AcceptInvitationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException']]], 'BatchDisableStandards' => ['name' => 'BatchDisableStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/deregister'], 'input' => ['shape' => 'BatchDisableStandardsRequest'], 'output' => ['shape' => 'BatchDisableStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'BatchEnableStandards' => ['name' => 'BatchEnableStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/register'], 'input' => ['shape' => 'BatchEnableStandardsRequest'], 'output' => ['shape' => 'BatchEnableStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'BatchImportFindings' => ['name' => 'BatchImportFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings/import'], 'input' => ['shape' => 'BatchImportFindingsRequest'], 'output' => ['shape' => 'BatchImportFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException']]], 'BatchUpdateFindings' => ['name' => 'BatchUpdateFindings', 'http' => ['method' => 'PATCH', 'requestUri' => '/findings/batchupdate'], 'input' => ['shape' => 'BatchUpdateFindingsRequest'], 'output' => ['shape' => 'BatchUpdateFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException']]], 'CreateActionTarget' => ['name' => 'CreateActionTarget', 'http' => ['method' => 'POST', 'requestUri' => '/actionTargets'], 'input' => ['shape' => 'CreateActionTargetRequest'], 'output' => ['shape' => 'CreateActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceConflictException']]], 'CreateInsight' => ['name' => 'CreateInsight', 'http' => ['method' => 'POST', 'requestUri' => '/insights'], 'input' => ['shape' => 'CreateInsightRequest'], 'output' => ['shape' => 'CreateInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException']]], 'CreateMembers' => ['name' => 'CreateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members'], 'input' => ['shape' => 'CreateMembersRequest'], 'output' => ['shape' => 'CreateMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException']]], 'DeclineInvitations' => ['name' => 'DeclineInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/decline'], 'input' => ['shape' => 'DeclineInvitationsRequest'], 'output' => ['shape' => 'DeclineInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteActionTarget' => ['name' => 'DeleteActionTarget', 'http' => ['method' => 'DELETE', 'requestUri' => '/actionTargets/{ActionTargetArn+}'], 'input' => ['shape' => 'DeleteActionTargetRequest'], 'output' => ['shape' => 'DeleteActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteInsight' => ['name' => 'DeleteInsight', 'http' => ['method' => 'DELETE', 'requestUri' => '/insights/{InsightArn+}'], 'input' => ['shape' => 'DeleteInsightRequest'], 'output' => ['shape' => 'DeleteInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteInvitations' => ['name' => 'DeleteInvitations', 'http' => ['method' => 'POST', 'requestUri' => '/invitations/delete'], 'input' => ['shape' => 'DeleteInvitationsRequest'], 'output' => ['shape' => 'DeleteInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException']]], 'DeleteMembers' => ['name' => 'DeleteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/delete'], 'input' => ['shape' => 'DeleteMembersRequest'], 'output' => ['shape' => 'DeleteMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeActionTargets' => ['name' => 'DescribeActionTargets', 'http' => ['method' => 'POST', 'requestUri' => '/actionTargets/get'], 'input' => ['shape' => 'DescribeActionTargetsRequest'], 'output' => ['shape' => 'DescribeActionTargetsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeHub' => ['name' => 'DescribeHub', 'http' => ['method' => 'GET', 'requestUri' => '/accounts'], 'input' => ['shape' => 'DescribeHubRequest'], 'output' => ['shape' => 'DescribeHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProducts' => ['name' => 'DescribeProducts', 'http' => ['method' => 'GET', 'requestUri' => '/products'], 'input' => ['shape' => 'DescribeProductsRequest'], 'output' => ['shape' => 'DescribeProductsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'InvalidInputException']]], 'DescribeStandards' => ['name' => 'DescribeStandards', 'http' => ['method' => 'GET', 'requestUri' => '/standards'], 'input' => ['shape' => 'DescribeStandardsRequest'], 'output' => ['shape' => 'DescribeStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException']]], 'DescribeStandardsControls' => ['name' => 'DescribeStandardsControls', 'http' => ['method' => 'GET', 'requestUri' => '/standards/controls/{StandardsSubscriptionArn+}'], 'input' => ['shape' => 'DescribeStandardsControlsRequest'], 'output' => ['shape' => 'DescribeStandardsControlsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DisableImportFindingsForProduct' => ['name' => 'DisableImportFindingsForProduct', 'http' => ['method' => 'DELETE', 'requestUri' => '/productSubscriptions/{ProductSubscriptionArn+}'], 'input' => ['shape' => 'DisableImportFindingsForProductRequest'], 'output' => ['shape' => 'DisableImportFindingsForProductResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'DisableSecurityHub' => ['name' => 'DisableSecurityHub', 'http' => ['method' => 'DELETE', 'requestUri' => '/accounts'], 'input' => ['shape' => 'DisableSecurityHubRequest'], 'output' => ['shape' => 'DisableSecurityHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateFromMasterAccount' => ['name' => 'DisassociateFromMasterAccount', 'http' => ['method' => 'POST', 'requestUri' => '/master/disassociate'], 'input' => ['shape' => 'DisassociateFromMasterAccountRequest'], 'output' => ['shape' => 'DisassociateFromMasterAccountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateMembers' => ['name' => 'DisassociateMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/disassociate'], 'input' => ['shape' => 'DisassociateMembersRequest'], 'output' => ['shape' => 'DisassociateMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'EnableImportFindingsForProduct' => ['name' => 'EnableImportFindingsForProduct', 'http' => ['method' => 'POST', 'requestUri' => '/productSubscriptions'], 'input' => ['shape' => 'EnableImportFindingsForProductRequest'], 'output' => ['shape' => 'EnableImportFindingsForProductResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException'], ['shape' => 'LimitExceededException']]], 'EnableSecurityHub' => ['name' => 'EnableSecurityHub', 'http' => ['method' => 'POST', 'requestUri' => '/accounts'], 'input' => ['shape' => 'EnableSecurityHubRequest'], 'output' => ['shape' => 'EnableSecurityHubResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceConflictException'], ['shape' => 'AccessDeniedException']]], 'GetEnabledStandards' => ['name' => 'GetEnabledStandards', 'http' => ['method' => 'POST', 'requestUri' => '/standards/get'], 'input' => ['shape' => 'GetEnabledStandardsRequest'], 'output' => ['shape' => 'GetEnabledStandardsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetFindings' => ['name' => 'GetFindings', 'http' => ['method' => 'POST', 'requestUri' => '/findings'], 'input' => ['shape' => 'GetFindingsRequest'], 'output' => ['shape' => 'GetFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetInsightResults' => ['name' => 'GetInsightResults', 'http' => ['method' => 'GET', 'requestUri' => '/insights/results/{InsightArn+}'], 'input' => ['shape' => 'GetInsightResultsRequest'], 'output' => ['shape' => 'GetInsightResultsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetInsights' => ['name' => 'GetInsights', 'http' => ['method' => 'POST', 'requestUri' => '/insights/get'], 'input' => ['shape' => 'GetInsightsRequest'], 'output' => ['shape' => 'GetInsightsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetInvitationsCount' => ['name' => 'GetInvitationsCount', 'http' => ['method' => 'GET', 'requestUri' => '/invitations/count'], 'input' => ['shape' => 'GetInvitationsCountRequest'], 'output' => ['shape' => 'GetInvitationsCountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'GetMasterAccount' => ['name' => 'GetMasterAccount', 'http' => ['method' => 'GET', 'requestUri' => '/master'], 'input' => ['shape' => 'GetMasterAccountRequest'], 'output' => ['shape' => 'GetMasterAccountResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'GetMembers' => ['name' => 'GetMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/get'], 'input' => ['shape' => 'GetMembersRequest'], 'output' => ['shape' => 'GetMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'InviteMembers' => ['name' => 'InviteMembers', 'http' => ['method' => 'POST', 'requestUri' => '/members/invite'], 'input' => ['shape' => 'InviteMembersRequest'], 'output' => ['shape' => 'InviteMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'ListEnabledProductsForImport' => ['name' => 'ListEnabledProductsForImport', 'http' => ['method' => 'GET', 'requestUri' => '/productSubscriptions'], 'input' => ['shape' => 'ListEnabledProductsForImportRequest'], 'output' => ['shape' => 'ListEnabledProductsForImportResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException']]], 'ListInvitations' => ['name' => 'ListInvitations', 'http' => ['method' => 'GET', 'requestUri' => '/invitations'], 'input' => ['shape' => 'ListInvitationsRequest'], 'output' => ['shape' => 'ListInvitationsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'ListMembers' => ['name' => 'ListMembers', 'http' => ['method' => 'GET', 'requestUri' => '/members'], 'input' => ['shape' => 'ListMembersRequest'], 'output' => ['shape' => 'ListMembersResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateActionTarget' => ['name' => 'UpdateActionTarget', 'http' => ['method' => 'PATCH', 'requestUri' => '/actionTargets/{ActionTargetArn+}'], 'input' => ['shape' => 'UpdateActionTargetRequest'], 'output' => ['shape' => 'UpdateActionTargetResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateFindings' => ['name' => 'UpdateFindings', 'http' => ['method' => 'PATCH', 'requestUri' => '/findings'], 'input' => ['shape' => 'UpdateFindingsRequest'], 'output' => ['shape' => 'UpdateFindingsResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateInsight' => ['name' => 'UpdateInsight', 'http' => ['method' => 'PATCH', 'requestUri' => '/insights/{InsightArn+}'], 'input' => ['shape' => 'UpdateInsightRequest'], 'output' => ['shape' => 'UpdateInsightResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateSecurityHubConfiguration' => ['name' => 'UpdateSecurityHubConfiguration', 'http' => ['method' => 'PATCH', 'requestUri' => '/accounts'], 'input' => ['shape' => 'UpdateSecurityHubConfigurationRequest'], 'output' => ['shape' => 'UpdateSecurityHubConfigurationResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateStandardsControl' => ['name' => 'UpdateStandardsControl', 'http' => ['method' => 'PATCH', 'requestUri' => '/standards/control/{StandardsControlArn+}'], 'input' => ['shape' => 'UpdateStandardsControlRequest'], 'output' => ['shape' => 'UpdateStandardsControlResponse'], 'errors' => [['shape' => 'InternalException'], ['shape' => 'InvalidInputException'], ['shape' => 'InvalidAccessException'], ['shape' => 'ResourceNotFoundException']]]], 'shapes' => ['AcceptInvitationRequest' => ['type' => 'structure', 'required' => ['MasterId', 'InvitationId'], 'members' => ['MasterId' => ['shape' => 'NonEmptyString'], 'InvitationId' => ['shape' => 'NonEmptyString']]], 'AcceptInvitationResponse' => ['type' => 'structure', 'members' => []], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'AccountDetails' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Email' => ['shape' => 'NonEmptyString']]], 'AccountDetailsList' => ['type' => 'list', 'member' => ['shape' => 'AccountDetails']], 'AccountId' => ['type' => 'string'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ActionTarget' => ['type' => 'structure', 'required' => ['ActionTargetArn', 'Name', 'Description'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'ActionTargetList' => ['type' => 'list', 'member' => ['shape' => 'ActionTarget']], 'ArnList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'AvailabilityZone' => ['type' => 'structure', 'members' => ['ZoneName' => ['shape' => 'NonEmptyString'], 'SubnetId' => ['shape' => 'NonEmptyString']]], 'AvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZone']], 'AwsAutoScalingAutoScalingGroupDetails' => ['type' => 'structure', 'members' => ['LaunchConfigurationName' => ['shape' => 'NonEmptyString'], 'LoadBalancerNames' => ['shape' => 'StringList'], 'HealthCheckType' => ['shape' => 'NonEmptyString'], 'HealthCheckGracePeriod' => ['shape' => 'Integer'], 'CreatedTime' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionDetails' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'NonEmptyString'], 'ETag' => ['shape' => 'NonEmptyString'], 'LastModifiedTime' => ['shape' => 'NonEmptyString'], 'Logging' => ['shape' => 'AwsCloudFrontDistributionLogging'], 'Origins' => ['shape' => 'AwsCloudFrontDistributionOrigins'], 'Status' => ['shape' => 'NonEmptyString'], 'WebAclId' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionLogging' => ['type' => 'structure', 'members' => ['Bucket' => ['shape' => 'NonEmptyString'], 'Enabled' => ['shape' => 'Boolean'], 'IncludeCookies' => ['shape' => 'Boolean'], 'Prefix' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionOriginItem' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'OriginPath' => ['shape' => 'NonEmptyString']]], 'AwsCloudFrontDistributionOriginItemList' => ['type' => 'list', 'member' => ['shape' => 'AwsCloudFrontDistributionOriginItem']], 'AwsCloudFrontDistributionOrigins' => ['type' => 'structure', 'members' => ['Items' => ['shape' => 'AwsCloudFrontDistributionOriginItemList']]], 'AwsCodeBuildProjectDetails' => ['type' => 'structure', 'members' => ['EncryptionKey' => ['shape' => 'NonEmptyString'], 'Environment' => ['shape' => 'AwsCodeBuildProjectEnvironment'], 'Name' => ['shape' => 'NonEmptyString'], 'Source' => ['shape' => 'AwsCodeBuildProjectSource'], 'ServiceRole' => ['shape' => 'NonEmptyString'], 'VpcConfig' => ['shape' => 'AwsCodeBuildProjectVpcConfig']]], 'AwsCodeBuildProjectEnvironment' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'NonEmptyString'], 'ImagePullCredentialsType' => ['shape' => 'NonEmptyString'], 'RegistryCredential' => ['shape' => 'AwsCodeBuildProjectEnvironmentRegistryCredential'], 'Type' => ['shape' => 'NonEmptyString']]], 'AwsCodeBuildProjectEnvironmentRegistryCredential' => ['type' => 'structure', 'members' => ['Credential' => ['shape' => 'NonEmptyString'], 'CredentialProvider' => ['shape' => 'NonEmptyString']]], 'AwsCodeBuildProjectSource' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'Location' => ['shape' => 'NonEmptyString'], 'GitCloneDepth' => ['shape' => 'Integer'], 'InsecureSsl' => ['shape' => 'Boolean']]], 'AwsCodeBuildProjectVpcConfig' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'NonEmptyString'], 'Subnets' => ['shape' => 'NonEmptyStringList'], 'SecurityGroupIds' => ['shape' => 'NonEmptyStringList']]], 'AwsDynamoDbTableAttributeDefinition' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'NonEmptyString'], 'AttributeType' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableAttributeDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableAttributeDefinition']], 'AwsDynamoDbTableBillingModeSummary' => ['type' => 'structure', 'members' => ['BillingMode' => ['shape' => 'NonEmptyString'], 'LastUpdateToPayPerRequestDateTime' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableDetails' => ['type' => 'structure', 'members' => ['AttributeDefinitions' => ['shape' => 'AwsDynamoDbTableAttributeDefinitionList'], 'BillingModeSummary' => ['shape' => 'AwsDynamoDbTableBillingModeSummary'], 'CreationDateTime' => ['shape' => 'NonEmptyString'], 'GlobalSecondaryIndexes' => ['shape' => 'AwsDynamoDbTableGlobalSecondaryIndexList'], 'GlobalTableVersion' => ['shape' => 'NonEmptyString'], 'ItemCount' => ['shape' => 'Integer'], 'KeySchema' => ['shape' => 'AwsDynamoDbTableKeySchemaList'], 'LatestStreamArn' => ['shape' => 'NonEmptyString'], 'LatestStreamLabel' => ['shape' => 'NonEmptyString'], 'LocalSecondaryIndexes' => ['shape' => 'AwsDynamoDbTableLocalSecondaryIndexList'], 'ProvisionedThroughput' => ['shape' => 'AwsDynamoDbTableProvisionedThroughput'], 'Replicas' => ['shape' => 'AwsDynamoDbTableReplicaList'], 'RestoreSummary' => ['shape' => 'AwsDynamoDbTableRestoreSummary'], 'SseDescription' => ['shape' => 'AwsDynamoDbTableSseDescription'], 'StreamSpecification' => ['shape' => 'AwsDynamoDbTableStreamSpecification'], 'TableId' => ['shape' => 'NonEmptyString'], 'TableName' => ['shape' => 'NonEmptyString'], 'TableSizeBytes' => ['shape' => 'SizeBytes'], 'TableStatus' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableGlobalSecondaryIndex' => ['type' => 'structure', 'members' => ['Backfilling' => ['shape' => 'Boolean'], 'IndexArn' => ['shape' => 'NonEmptyString'], 'IndexName' => ['shape' => 'NonEmptyString'], 'IndexSizeBytes' => ['shape' => 'SizeBytes'], 'IndexStatus' => ['shape' => 'NonEmptyString'], 'ItemCount' => ['shape' => 'Integer'], 'KeySchema' => ['shape' => 'AwsDynamoDbTableKeySchemaList'], 'Projection' => ['shape' => 'AwsDynamoDbTableProjection'], 'ProvisionedThroughput' => ['shape' => 'AwsDynamoDbTableProvisionedThroughput']]], 'AwsDynamoDbTableGlobalSecondaryIndexList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableGlobalSecondaryIndex']], 'AwsDynamoDbTableKeySchema' => ['type' => 'structure', 'members' => ['AttributeName' => ['shape' => 'NonEmptyString'], 'KeyType' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableKeySchemaList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableKeySchema']], 'AwsDynamoDbTableLocalSecondaryIndex' => ['type' => 'structure', 'members' => ['IndexArn' => ['shape' => 'NonEmptyString'], 'IndexName' => ['shape' => 'NonEmptyString'], 'KeySchema' => ['shape' => 'AwsDynamoDbTableKeySchemaList'], 'Projection' => ['shape' => 'AwsDynamoDbTableProjection']]], 'AwsDynamoDbTableLocalSecondaryIndexList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableLocalSecondaryIndex']], 'AwsDynamoDbTableProjection' => ['type' => 'structure', 'members' => ['NonKeyAttributes' => ['shape' => 'StringList'], 'ProjectionType' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableProvisionedThroughput' => ['type' => 'structure', 'members' => ['LastDecreaseDateTime' => ['shape' => 'NonEmptyString'], 'LastIncreaseDateTime' => ['shape' => 'NonEmptyString'], 'NumberOfDecreasesToday' => ['shape' => 'Integer'], 'ReadCapacityUnits' => ['shape' => 'Integer'], 'WriteCapacityUnits' => ['shape' => 'Integer']]], 'AwsDynamoDbTableProvisionedThroughputOverride' => ['type' => 'structure', 'members' => ['ReadCapacityUnits' => ['shape' => 'Integer']]], 'AwsDynamoDbTableReplica' => ['type' => 'structure', 'members' => ['GlobalSecondaryIndexes' => ['shape' => 'AwsDynamoDbTableReplicaGlobalSecondaryIndexList'], 'KmsMasterKeyId' => ['shape' => 'NonEmptyString'], 'ProvisionedThroughputOverride' => ['shape' => 'AwsDynamoDbTableProvisionedThroughputOverride'], 'RegionName' => ['shape' => 'NonEmptyString'], 'ReplicaStatus' => ['shape' => 'NonEmptyString'], 'ReplicaStatusDescription' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableReplicaGlobalSecondaryIndex' => ['type' => 'structure', 'members' => ['IndexName' => ['shape' => 'NonEmptyString'], 'ProvisionedThroughputOverride' => ['shape' => 'AwsDynamoDbTableProvisionedThroughputOverride']]], 'AwsDynamoDbTableReplicaGlobalSecondaryIndexList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableReplicaGlobalSecondaryIndex']], 'AwsDynamoDbTableReplicaList' => ['type' => 'list', 'member' => ['shape' => 'AwsDynamoDbTableReplica']], 'AwsDynamoDbTableRestoreSummary' => ['type' => 'structure', 'members' => ['SourceBackupArn' => ['shape' => 'NonEmptyString'], 'SourceTableArn' => ['shape' => 'NonEmptyString'], 'RestoreDateTime' => ['shape' => 'NonEmptyString'], 'RestoreInProgress' => ['shape' => 'Boolean']]], 'AwsDynamoDbTableSseDescription' => ['type' => 'structure', 'members' => ['InaccessibleEncryptionDateTime' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString'], 'SseType' => ['shape' => 'NonEmptyString'], 'KmsMasterKeyArn' => ['shape' => 'NonEmptyString']]], 'AwsDynamoDbTableStreamSpecification' => ['type' => 'structure', 'members' => ['StreamEnabled' => ['shape' => 'Boolean'], 'StreamViewType' => ['shape' => 'NonEmptyString']]], 'AwsEc2EipDetails' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'NonEmptyString'], 'PublicIp' => ['shape' => 'NonEmptyString'], 'AllocationId' => ['shape' => 'NonEmptyString'], 'AssociationId' => ['shape' => 'NonEmptyString'], 'Domain' => ['shape' => 'NonEmptyString'], 'PublicIpv4Pool' => ['shape' => 'NonEmptyString'], 'NetworkBorderGroup' => ['shape' => 'NonEmptyString'], 'NetworkInterfaceId' => ['shape' => 'NonEmptyString'], 'NetworkInterfaceOwnerId' => ['shape' => 'NonEmptyString'], 'PrivateIpAddress' => ['shape' => 'NonEmptyString']]], 'AwsEc2InstanceDetails' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'ImageId' => ['shape' => 'NonEmptyString'], 'IpV4Addresses' => ['shape' => 'StringList'], 'IpV6Addresses' => ['shape' => 'StringList'], 'KeyName' => ['shape' => 'NonEmptyString'], 'IamInstanceProfileArn' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'SubnetId' => ['shape' => 'NonEmptyString'], 'LaunchedAt' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'NonEmptyString'], 'AttachmentId' => ['shape' => 'NonEmptyString'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'DeviceIndex' => ['shape' => 'Integer'], 'InstanceId' => ['shape' => 'NonEmptyString'], 'InstanceOwnerId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceDetails' => ['type' => 'structure', 'members' => ['Attachment' => ['shape' => 'AwsEc2NetworkInterfaceAttachment'], 'NetworkInterfaceId' => ['shape' => 'NonEmptyString'], 'SecurityGroups' => ['shape' => 'AwsEc2NetworkInterfaceSecurityGroupList'], 'SourceDestCheck' => ['shape' => 'Boolean']]], 'AwsEc2NetworkInterfaceSecurityGroup' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString'], 'GroupId' => ['shape' => 'NonEmptyString']]], 'AwsEc2NetworkInterfaceSecurityGroupList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2NetworkInterfaceSecurityGroup']], 'AwsEc2SecurityGroupDetails' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'NonEmptyString'], 'GroupId' => ['shape' => 'NonEmptyString'], 'OwnerId' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'IpPermissions' => ['shape' => 'AwsEc2SecurityGroupIpPermissionList'], 'IpPermissionsEgress' => ['shape' => 'AwsEc2SecurityGroupIpPermissionList']]], 'AwsEc2SecurityGroupIpPermission' => ['type' => 'structure', 'members' => ['IpProtocol' => ['shape' => 'NonEmptyString'], 'FromPort' => ['shape' => 'Integer'], 'ToPort' => ['shape' => 'Integer'], 'UserIdGroupPairs' => ['shape' => 'AwsEc2SecurityGroupUserIdGroupPairList'], 'IpRanges' => ['shape' => 'AwsEc2SecurityGroupIpRangeList'], 'Ipv6Ranges' => ['shape' => 'AwsEc2SecurityGroupIpv6RangeList'], 'PrefixListIds' => ['shape' => 'AwsEc2SecurityGroupPrefixListIdList']]], 'AwsEc2SecurityGroupIpPermissionList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpPermission']], 'AwsEc2SecurityGroupIpRange' => ['type' => 'structure', 'members' => ['CidrIp' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupIpRangeList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpRange']], 'AwsEc2SecurityGroupIpv6Range' => ['type' => 'structure', 'members' => ['CidrIpv6' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupIpv6RangeList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupIpv6Range']], 'AwsEc2SecurityGroupPrefixListId' => ['type' => 'structure', 'members' => ['PrefixListId' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupPrefixListIdList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupPrefixListId']], 'AwsEc2SecurityGroupUserIdGroupPair' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'NonEmptyString'], 'GroupName' => ['shape' => 'NonEmptyString'], 'PeeringStatus' => ['shape' => 'NonEmptyString'], 'UserId' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'VpcPeeringConnectionId' => ['shape' => 'NonEmptyString']]], 'AwsEc2SecurityGroupUserIdGroupPairList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2SecurityGroupUserIdGroupPair']], 'AwsEc2VolumeAttachment' => ['type' => 'structure', 'members' => ['AttachTime' => ['shape' => 'NonEmptyString'], 'DeleteOnTermination' => ['shape' => 'Boolean'], 'InstanceId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsEc2VolumeAttachmentList' => ['type' => 'list', 'member' => ['shape' => 'AwsEc2VolumeAttachment']], 'AwsEc2VolumeDetails' => ['type' => 'structure', 'members' => ['CreateTime' => ['shape' => 'NonEmptyString'], 'Encrypted' => ['shape' => 'Boolean'], 'Size' => ['shape' => 'Integer'], 'SnapshotId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'Attachments' => ['shape' => 'AwsEc2VolumeAttachmentList']]], 'AwsEc2VpcDetails' => ['type' => 'structure', 'members' => ['CidrBlockAssociationSet' => ['shape' => 'CidrBlockAssociationList'], 'Ipv6CidrBlockAssociationSet' => ['shape' => 'Ipv6CidrBlockAssociationList'], 'DhcpOptionsId' => ['shape' => 'NonEmptyString'], 'State' => ['shape' => 'NonEmptyString']]], 'AwsElasticsearchDomainDetails' => ['type' => 'structure', 'members' => ['AccessPolicies' => ['shape' => 'NonEmptyString'], 'DomainEndpointOptions' => ['shape' => 'AwsElasticsearchDomainDomainEndpointOptions'], 'DomainId' => ['shape' => 'NonEmptyString'], 'DomainName' => ['shape' => 'NonEmptyString'], 'Endpoint' => ['shape' => 'NonEmptyString'], 'Endpoints' => ['shape' => 'FieldMap'], 'ElasticsearchVersion' => ['shape' => 'NonEmptyString'], 'EncryptionAtRestOptions' => ['shape' => 'AwsElasticsearchDomainEncryptionAtRestOptions'], 'NodeToNodeEncryptionOptions' => ['shape' => 'AwsElasticsearchDomainNodeToNodeEncryptionOptions'], 'VPCOptions' => ['shape' => 'AwsElasticsearchDomainVPCOptions']]], 'AwsElasticsearchDomainDomainEndpointOptions' => ['type' => 'structure', 'members' => ['EnforceHTTPS' => ['shape' => 'Boolean'], 'TLSSecurityPolicy' => ['shape' => 'NonEmptyString']]], 'AwsElasticsearchDomainEncryptionAtRestOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString']]], 'AwsElasticsearchDomainNodeToNodeEncryptionOptions' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Boolean']]], 'AwsElasticsearchDomainVPCOptions' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'NonEmptyStringList'], 'SecurityGroupIds' => ['shape' => 'NonEmptyStringList'], 'SubnetIds' => ['shape' => 'NonEmptyStringList'], 'VPCId' => ['shape' => 'NonEmptyString']]], 'AwsElbv2LoadBalancerDetails' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'AvailabilityZones'], 'CanonicalHostedZoneId' => ['shape' => 'NonEmptyString'], 'CreatedTime' => ['shape' => 'NonEmptyString'], 'DNSName' => ['shape' => 'NonEmptyString'], 'IpAddressType' => ['shape' => 'NonEmptyString'], 'Scheme' => ['shape' => 'NonEmptyString'], 'SecurityGroups' => ['shape' => 'SecurityGroups'], 'State' => ['shape' => 'LoadBalancerState'], 'Type' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString']]], 'AwsIamAccessKeyDetails' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'NonEmptyString', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use PrincipalName instead.'], 'Status' => ['shape' => 'AwsIamAccessKeyStatus'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'PrincipalId' => ['shape' => 'NonEmptyString'], 'PrincipalType' => ['shape' => 'NonEmptyString'], 'PrincipalName' => ['shape' => 'NonEmptyString']]], 'AwsIamAccessKeyStatus' => ['type' => 'string', 'enum' => ['Active', 'Inactive']], 'AwsIamAttachedManagedPolicy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'NonEmptyString'], 'PolicyArn' => ['shape' => 'NonEmptyString']]], 'AwsIamAttachedManagedPolicyList' => ['type' => 'list', 'member' => ['shape' => 'AwsIamAttachedManagedPolicy']], 'AwsIamPermissionsBoundary' => ['type' => 'structure', 'members' => ['PermissionsBoundaryArn' => ['shape' => 'NonEmptyString'], 'PermissionsBoundaryType' => ['shape' => 'NonEmptyString']]], 'AwsIamPolicyDetails' => ['type' => 'structure', 'members' => ['AttachmentCount' => ['shape' => 'Integer'], 'CreateDate' => ['shape' => 'NonEmptyString'], 'DefaultVersionId' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'IsAttachable' => ['shape' => 'Boolean'], 'Path' => ['shape' => 'NonEmptyString'], 'PermissionsBoundaryUsageCount' => ['shape' => 'Integer'], 'PolicyId' => ['shape' => 'NonEmptyString'], 'PolicyName' => ['shape' => 'NonEmptyString'], 'PolicyVersionList' => ['shape' => 'AwsIamPolicyVersionList'], 'UpdateDate' => ['shape' => 'NonEmptyString']]], 'AwsIamPolicyVersion' => ['type' => 'structure', 'members' => ['VersionId' => ['shape' => 'NonEmptyString'], 'IsDefaultVersion' => ['shape' => 'Boolean'], 'CreateDate' => ['shape' => 'NonEmptyString']]], 'AwsIamPolicyVersionList' => ['type' => 'list', 'member' => ['shape' => 'AwsIamPolicyVersion']], 'AwsIamRoleAssumeRolePolicyDocument' => ['type' => 'string', 'max' => 131072, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+'], 'AwsIamRoleDetails' => ['type' => 'structure', 'members' => ['AssumeRolePolicyDocument' => ['shape' => 'AwsIamRoleAssumeRolePolicyDocument'], 'CreateDate' => ['shape' => 'NonEmptyString'], 'RoleId' => ['shape' => 'NonEmptyString'], 'RoleName' => ['shape' => 'NonEmptyString'], 'MaxSessionDuration' => ['shape' => 'Integer'], 'Path' => ['shape' => 'NonEmptyString']]], 'AwsIamUserDetails' => ['type' => 'structure', 'members' => ['AttachedManagedPolicies' => ['shape' => 'AwsIamAttachedManagedPolicyList'], 'CreateDate' => ['shape' => 'NonEmptyString'], 'GroupList' => ['shape' => 'StringList'], 'Path' => ['shape' => 'NonEmptyString'], 'PermissionsBoundary' => ['shape' => 'AwsIamPermissionsBoundary'], 'UserId' => ['shape' => 'NonEmptyString'], 'UserName' => ['shape' => 'NonEmptyString'], 'UserPolicyList' => ['shape' => 'AwsIamUserPolicyList']]], 'AwsIamUserPolicy' => ['type' => 'structure', 'members' => ['PolicyName' => ['shape' => 'NonEmptyString']]], 'AwsIamUserPolicyList' => ['type' => 'list', 'member' => ['shape' => 'AwsIamUserPolicy']], 'AwsKmsKeyDetails' => ['type' => 'structure', 'members' => ['AWSAccountId' => ['shape' => 'NonEmptyString'], 'CreationDate' => ['shape' => 'Double'], 'KeyId' => ['shape' => 'NonEmptyString'], 'KeyManager' => ['shape' => 'NonEmptyString'], 'KeyState' => ['shape' => 'NonEmptyString'], 'Origin' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionCode' => ['type' => 'structure', 'members' => ['S3Bucket' => ['shape' => 'NonEmptyString'], 'S3Key' => ['shape' => 'NonEmptyString'], 'S3ObjectVersion' => ['shape' => 'NonEmptyString'], 'ZipFile' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionDeadLetterConfig' => ['type' => 'structure', 'members' => ['TargetArn' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionDetails' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'AwsLambdaFunctionCode'], 'CodeSha256' => ['shape' => 'NonEmptyString'], 'DeadLetterConfig' => ['shape' => 'AwsLambdaFunctionDeadLetterConfig'], 'Environment' => ['shape' => 'AwsLambdaFunctionEnvironment'], 'FunctionName' => ['shape' => 'NonEmptyString'], 'Handler' => ['shape' => 'NonEmptyString'], 'KmsKeyArn' => ['shape' => 'NonEmptyString'], 'LastModified' => ['shape' => 'NonEmptyString'], 'Layers' => ['shape' => 'AwsLambdaFunctionLayerList'], 'MasterArn' => ['shape' => 'NonEmptyString'], 'MemorySize' => ['shape' => 'Integer'], 'RevisionId' => ['shape' => 'NonEmptyString'], 'Role' => ['shape' => 'NonEmptyString'], 'Runtime' => ['shape' => 'NonEmptyString'], 'Timeout' => ['shape' => 'Integer'], 'TracingConfig' => ['shape' => 'AwsLambdaFunctionTracingConfig'], 'VpcConfig' => ['shape' => 'AwsLambdaFunctionVpcConfig'], 'Version' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionEnvironment' => ['type' => 'structure', 'members' => ['Variables' => ['shape' => 'FieldMap'], 'Error' => ['shape' => 'AwsLambdaFunctionEnvironmentError']]], 'AwsLambdaFunctionEnvironmentError' => ['type' => 'structure', 'members' => ['ErrorCode' => ['shape' => 'NonEmptyString'], 'Message' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionLayer' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'NonEmptyString'], 'CodeSize' => ['shape' => 'Integer']]], 'AwsLambdaFunctionLayerList' => ['type' => 'list', 'member' => ['shape' => 'AwsLambdaFunctionLayer']], 'AwsLambdaFunctionTracingConfig' => ['type' => 'structure', 'members' => ['Mode' => ['shape' => 'NonEmptyString']]], 'AwsLambdaFunctionVpcConfig' => ['type' => 'structure', 'members' => ['SecurityGroupIds' => ['shape' => 'NonEmptyStringList'], 'SubnetIds' => ['shape' => 'NonEmptyStringList'], 'VpcId' => ['shape' => 'NonEmptyString']]], 'AwsLambdaLayerVersionDetails' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'AwsLambdaLayerVersionNumber'], 'CompatibleRuntimes' => ['shape' => 'NonEmptyStringList'], 'CreatedDate' => ['shape' => 'NonEmptyString']]], 'AwsLambdaLayerVersionNumber' => ['type' => 'long'], 'AwsRdsDbClusterAssociatedRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbClusterAssociatedRoles' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbClusterAssociatedRole']], 'AwsRdsDbClusterDetails' => ['type' => 'structure', 'members' => ['AllocatedStorage' => ['shape' => 'Integer'], 'AvailabilityZones' => ['shape' => 'StringList'], 'BackupRetentionPeriod' => ['shape' => 'Integer'], 'DatabaseName' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString'], 'Endpoint' => ['shape' => 'NonEmptyString'], 'ReaderEndpoint' => ['shape' => 'NonEmptyString'], 'CustomEndpoints' => ['shape' => 'StringList'], 'MultiAz' => ['shape' => 'Boolean'], 'Engine' => ['shape' => 'NonEmptyString'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'MasterUsername' => ['shape' => 'NonEmptyString'], 'PreferredBackupWindow' => ['shape' => 'NonEmptyString'], 'PreferredMaintenanceWindow' => ['shape' => 'NonEmptyString'], 'ReadReplicaIdentifiers' => ['shape' => 'StringList'], 'VpcSecurityGroups' => ['shape' => 'AwsRdsDbInstanceVpcSecurityGroups'], 'HostedZoneId' => ['shape' => 'NonEmptyString'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'DbClusterResourceId' => ['shape' => 'NonEmptyString'], 'AssociatedRoles' => ['shape' => 'AwsRdsDbClusterAssociatedRoles'], 'ClusterCreateTime' => ['shape' => 'NonEmptyString'], 'EnabledCloudWatchLogsExports' => ['shape' => 'StringList'], 'EngineMode' => ['shape' => 'NonEmptyString'], 'DeletionProtection' => ['shape' => 'Boolean'], 'HttpEndpointEnabled' => ['shape' => 'Boolean'], 'ActivityStreamStatus' => ['shape' => 'NonEmptyString'], 'CopyTagsToSnapshot' => ['shape' => 'Boolean'], 'CrossAccountClone' => ['shape' => 'Boolean'], 'DomainMemberships' => ['shape' => 'AwsRdsDbDomainMemberships'], 'DbClusterParameterGroup' => ['shape' => 'NonEmptyString'], 'DbSubnetGroup' => ['shape' => 'NonEmptyString'], 'DbClusterOptionGroupMemberships' => ['shape' => 'AwsRdsDbClusterOptionGroupMemberships'], 'DbClusterIdentifier' => ['shape' => 'NonEmptyString'], 'DbClusterMembers' => ['shape' => 'AwsRdsDbClusterMembers'], 'IamDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']]], 'AwsRdsDbClusterMember' => ['type' => 'structure', 'members' => ['IsClusterWriter' => ['shape' => 'Boolean'], 'PromotionTier' => ['shape' => 'Integer'], 'DbInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'DbClusterParameterGroupStatus' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbClusterMembers' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbClusterMember']], 'AwsRdsDbClusterOptionGroupMembership' => ['type' => 'structure', 'members' => ['DbClusterOptionGroupName' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbClusterOptionGroupMemberships' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbClusterOptionGroupMembership']], 'AwsRdsDbClusterSnapshotDetails' => ['type' => 'structure', 'members' => ['AvailabilityZones' => ['shape' => 'StringList'], 'SnapshotCreateTime' => ['shape' => 'NonEmptyString'], 'Engine' => ['shape' => 'NonEmptyString'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'VpcId' => ['shape' => 'NonEmptyString'], 'ClusterCreateTime' => ['shape' => 'NonEmptyString'], 'MasterUsername' => ['shape' => 'NonEmptyString'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'LicenseModel' => ['shape' => 'NonEmptyString'], 'SnapshotType' => ['shape' => 'NonEmptyString'], 'PercentProgress' => ['shape' => 'Integer'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'DbClusterIdentifier' => ['shape' => 'NonEmptyString'], 'DbClusterSnapshotIdentifier' => ['shape' => 'NonEmptyString'], 'IamDatabaseAuthenticationEnabled' => ['shape' => 'Boolean']]], 'AwsRdsDbDomainMembership' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString'], 'Fqdn' => ['shape' => 'NonEmptyString'], 'IamRoleName' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbDomainMemberships' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbDomainMembership']], 'AwsRdsDbInstanceAssociatedRole' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'NonEmptyString'], 'FeatureName' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceAssociatedRoles' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbInstanceAssociatedRole']], 'AwsRdsDbInstanceDetails' => ['type' => 'structure', 'members' => ['AssociatedRoles' => ['shape' => 'AwsRdsDbInstanceAssociatedRoles'], 'CACertificateIdentifier' => ['shape' => 'NonEmptyString'], 'DBClusterIdentifier' => ['shape' => 'NonEmptyString'], 'DBInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'DBInstanceClass' => ['shape' => 'NonEmptyString'], 'DbInstancePort' => ['shape' => 'Integer'], 'DbiResourceId' => ['shape' => 'NonEmptyString'], 'DBName' => ['shape' => 'NonEmptyString'], 'DeletionProtection' => ['shape' => 'Boolean'], 'Endpoint' => ['shape' => 'AwsRdsDbInstanceEndpoint'], 'Engine' => ['shape' => 'NonEmptyString'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'IAMDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'InstanceCreateTime' => ['shape' => 'NonEmptyString'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'PubliclyAccessible' => ['shape' => 'Boolean'], 'StorageEncrypted' => ['shape' => 'Boolean'], 'TdeCredentialArn' => ['shape' => 'NonEmptyString'], 'VpcSecurityGroups' => ['shape' => 'AwsRdsDbInstanceVpcSecurityGroups'], 'MultiAz' => ['shape' => 'Boolean'], 'EnhancedMonitoringResourceArn' => ['shape' => 'NonEmptyString'], 'DbInstanceStatus' => ['shape' => 'NonEmptyString'], 'MasterUsername' => ['shape' => 'NonEmptyString'], 'AllocatedStorage' => ['shape' => 'Integer'], 'PreferredBackupWindow' => ['shape' => 'NonEmptyString'], 'BackupRetentionPeriod' => ['shape' => 'Integer'], 'DbSecurityGroups' => ['shape' => 'StringList'], 'DbParameterGroups' => ['shape' => 'AwsRdsDbParameterGroups'], 'AvailabilityZone' => ['shape' => 'NonEmptyString'], 'DbSubnetGroup' => ['shape' => 'AwsRdsDbSubnetGroup'], 'PreferredMaintenanceWindow' => ['shape' => 'NonEmptyString'], 'PendingModifiedValues' => ['shape' => 'AwsRdsDbPendingModifiedValues'], 'LatestRestorableTime' => ['shape' => 'NonEmptyString'], 'AutoMinorVersionUpgrade' => ['shape' => 'Boolean'], 'ReadReplicaSourceDBInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'ReadReplicaDBInstanceIdentifiers' => ['shape' => 'StringList'], 'ReadReplicaDBClusterIdentifiers' => ['shape' => 'StringList'], 'LicenseModel' => ['shape' => 'NonEmptyString'], 'Iops' => ['shape' => 'Integer'], 'OptionGroupMemberships' => ['shape' => 'AwsRdsDbOptionGroupMemberships'], 'CharacterSetName' => ['shape' => 'NonEmptyString'], 'SecondaryAvailabilityZone' => ['shape' => 'NonEmptyString'], 'StatusInfos' => ['shape' => 'AwsRdsDbStatusInfos'], 'StorageType' => ['shape' => 'NonEmptyString'], 'DomainMemberships' => ['shape' => 'AwsRdsDbDomainMemberships'], 'CopyTagsToSnapshot' => ['shape' => 'Boolean'], 'MonitoringInterval' => ['shape' => 'Integer'], 'MonitoringRoleArn' => ['shape' => 'NonEmptyString'], 'PromotionTier' => ['shape' => 'Integer'], 'Timezone' => ['shape' => 'NonEmptyString'], 'PerformanceInsightsEnabled' => ['shape' => 'Boolean'], 'PerformanceInsightsKmsKeyId' => ['shape' => 'NonEmptyString'], 'PerformanceInsightsRetentionPeriod' => ['shape' => 'Integer'], 'EnabledCloudWatchLogsExports' => ['shape' => 'StringList'], 'ProcessorFeatures' => ['shape' => 'AwsRdsDbProcessorFeatures'], 'ListenerEndpoint' => ['shape' => 'AwsRdsDbInstanceEndpoint'], 'MaxAllocatedStorage' => ['shape' => 'Integer']]], 'AwsRdsDbInstanceEndpoint' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'HostedZoneId' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceVpcSecurityGroup' => ['type' => 'structure', 'members' => ['VpcSecurityGroupId' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbInstanceVpcSecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbInstanceVpcSecurityGroup']], 'AwsRdsDbOptionGroupMembership' => ['type' => 'structure', 'members' => ['OptionGroupName' => ['shape' => 'NonEmptyString'], 'Status' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbOptionGroupMemberships' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbOptionGroupMembership']], 'AwsRdsDbParameterGroup' => ['type' => 'structure', 'members' => ['DbParameterGroupName' => ['shape' => 'NonEmptyString'], 'ParameterApplyStatus' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbParameterGroups' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbParameterGroup']], 'AwsRdsDbPendingModifiedValues' => ['type' => 'structure', 'members' => ['DbInstanceClass' => ['shape' => 'NonEmptyString'], 'AllocatedStorage' => ['shape' => 'Integer'], 'MasterUserPassword' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'BackupRetentionPeriod' => ['shape' => 'Integer'], 'MultiAZ' => ['shape' => 'Boolean'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'LicenseModel' => ['shape' => 'NonEmptyString'], 'Iops' => ['shape' => 'Integer'], 'DbInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'StorageType' => ['shape' => 'NonEmptyString'], 'CaCertificateIdentifier' => ['shape' => 'NonEmptyString'], 'DbSubnetGroupName' => ['shape' => 'NonEmptyString'], 'PendingCloudWatchLogsExports' => ['shape' => 'AwsRdsPendingCloudWatchLogsExports'], 'ProcessorFeatures' => ['shape' => 'AwsRdsDbProcessorFeatures']]], 'AwsRdsDbProcessorFeature' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Value' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbProcessorFeatures' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbProcessorFeature']], 'AwsRdsDbSnapshotDetails' => ['type' => 'structure', 'members' => ['DbSnapshotIdentifier' => ['shape' => 'NonEmptyString'], 'DbInstanceIdentifier' => ['shape' => 'NonEmptyString'], 'SnapshotCreateTime' => ['shape' => 'NonEmptyString'], 'Engine' => ['shape' => 'NonEmptyString'], 'AllocatedStorage' => ['shape' => 'Integer'], 'Status' => ['shape' => 'NonEmptyString'], 'Port' => ['shape' => 'Integer'], 'AvailabilityZone' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'InstanceCreateTime' => ['shape' => 'NonEmptyString'], 'MasterUsername' => ['shape' => 'NonEmptyString'], 'EngineVersion' => ['shape' => 'NonEmptyString'], 'LicenseModel' => ['shape' => 'NonEmptyString'], 'SnapshotType' => ['shape' => 'NonEmptyString'], 'Iops' => ['shape' => 'Integer'], 'OptionGroupName' => ['shape' => 'NonEmptyString'], 'PercentProgress' => ['shape' => 'Integer'], 'SourceRegion' => ['shape' => 'NonEmptyString'], 'SourceDbSnapshotIdentifier' => ['shape' => 'NonEmptyString'], 'StorageType' => ['shape' => 'NonEmptyString'], 'TdeCredentialArn' => ['shape' => 'NonEmptyString'], 'Encrypted' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'Timezone' => ['shape' => 'NonEmptyString'], 'IamDatabaseAuthenticationEnabled' => ['shape' => 'Boolean'], 'ProcessorFeatures' => ['shape' => 'AwsRdsDbProcessorFeatures'], 'DbiResourceId' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbStatusInfo' => ['type' => 'structure', 'members' => ['StatusType' => ['shape' => 'NonEmptyString'], 'Normal' => ['shape' => 'Boolean'], 'Status' => ['shape' => 'NonEmptyString'], 'Message' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbStatusInfos' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbStatusInfo']], 'AwsRdsDbSubnetGroup' => ['type' => 'structure', 'members' => ['DbSubnetGroupName' => ['shape' => 'NonEmptyString'], 'DbSubnetGroupDescription' => ['shape' => 'NonEmptyString'], 'VpcId' => ['shape' => 'NonEmptyString'], 'SubnetGroupStatus' => ['shape' => 'NonEmptyString'], 'Subnets' => ['shape' => 'AwsRdsDbSubnetGroupSubnets'], 'DbSubnetGroupArn' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbSubnetGroupSubnet' => ['type' => 'structure', 'members' => ['SubnetIdentifier' => ['shape' => 'NonEmptyString'], 'SubnetAvailabilityZone' => ['shape' => 'AwsRdsDbSubnetGroupSubnetAvailabilityZone'], 'SubnetStatus' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbSubnetGroupSubnetAvailabilityZone' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString']]], 'AwsRdsDbSubnetGroupSubnets' => ['type' => 'list', 'member' => ['shape' => 'AwsRdsDbSubnetGroupSubnet']], 'AwsRdsPendingCloudWatchLogsExports' => ['type' => 'structure', 'members' => ['LogTypesToEnable' => ['shape' => 'StringList'], 'LogTypesToDisable' => ['shape' => 'StringList']]], 'AwsS3BucketDetails' => ['type' => 'structure', 'members' => ['OwnerId' => ['shape' => 'NonEmptyString'], 'OwnerName' => ['shape' => 'NonEmptyString'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'ServerSideEncryptionConfiguration' => ['shape' => 'AwsS3BucketServerSideEncryptionConfiguration']]], 'AwsS3BucketServerSideEncryptionByDefault' => ['type' => 'structure', 'members' => ['SSEAlgorithm' => ['shape' => 'NonEmptyString'], 'KMSMasterKeyID' => ['shape' => 'NonEmptyString']]], 'AwsS3BucketServerSideEncryptionConfiguration' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'AwsS3BucketServerSideEncryptionRules']]], 'AwsS3BucketServerSideEncryptionRule' => ['type' => 'structure', 'members' => ['ApplyServerSideEncryptionByDefault' => ['shape' => 'AwsS3BucketServerSideEncryptionByDefault']]], 'AwsS3BucketServerSideEncryptionRules' => ['type' => 'list', 'member' => ['shape' => 'AwsS3BucketServerSideEncryptionRule']], 'AwsS3ObjectDetails' => ['type' => 'structure', 'members' => ['LastModified' => ['shape' => 'NonEmptyString'], 'ETag' => ['shape' => 'NonEmptyString'], 'VersionId' => ['shape' => 'NonEmptyString'], 'ContentType' => ['shape' => 'NonEmptyString'], 'ServerSideEncryption' => ['shape' => 'NonEmptyString'], 'SSEKMSKeyId' => ['shape' => 'NonEmptyString']]], 'AwsSecretsManagerSecretDetails' => ['type' => 'structure', 'members' => ['RotationRules' => ['shape' => 'AwsSecretsManagerSecretRotationRules'], 'RotationOccurredWithinFrequency' => ['shape' => 'Boolean'], 'KmsKeyId' => ['shape' => 'NonEmptyString'], 'RotationEnabled' => ['shape' => 'Boolean'], 'RotationLambdaArn' => ['shape' => 'NonEmptyString'], 'Deleted' => ['shape' => 'Boolean'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'AwsSecretsManagerSecretRotationRules' => ['type' => 'structure', 'members' => ['AutomaticallyAfterDays' => ['shape' => 'Integer']]], 'AwsSecurityFinding' => ['type' => 'structure', 'required' => ['SchemaVersion', 'Id', 'ProductArn', 'GeneratorId', 'AwsAccountId', 'Types', 'CreatedAt', 'UpdatedAt', 'Severity', 'Title', 'Description', 'Resources'], 'members' => ['SchemaVersion' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'ProductArn' => ['shape' => 'NonEmptyString'], 'GeneratorId' => ['shape' => 'NonEmptyString'], 'AwsAccountId' => ['shape' => 'NonEmptyString'], 'Types' => ['shape' => 'TypeList'], 'FirstObservedAt' => ['shape' => 'NonEmptyString'], 'LastObservedAt' => ['shape' => 'NonEmptyString'], 'CreatedAt' => ['shape' => 'NonEmptyString'], 'UpdatedAt' => ['shape' => 'NonEmptyString'], 'Severity' => ['shape' => 'Severity'], 'Confidence' => ['shape' => 'Integer'], 'Criticality' => ['shape' => 'Integer'], 'Title' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Remediation' => ['shape' => 'Remediation'], 'SourceUrl' => ['shape' => 'NonEmptyString'], 'ProductFields' => ['shape' => 'FieldMap'], 'UserDefinedFields' => ['shape' => 'FieldMap'], 'Malware' => ['shape' => 'MalwareList'], 'Network' => ['shape' => 'Network'], 'NetworkPath' => ['shape' => 'NetworkPathList'], 'Process' => ['shape' => 'ProcessDetails'], 'ThreatIntelIndicators' => ['shape' => 'ThreatIntelIndicatorList'], 'Resources' => ['shape' => 'ResourceList'], 'Compliance' => ['shape' => 'Compliance'], 'VerificationState' => ['shape' => 'VerificationState'], 'WorkflowState' => ['shape' => 'WorkflowState'], 'Workflow' => ['shape' => 'Workflow'], 'RecordState' => ['shape' => 'RecordState'], 'RelatedFindings' => ['shape' => 'RelatedFindingList'], 'Note' => ['shape' => 'Note'], 'Vulnerabilities' => ['shape' => 'VulnerabilityList']]], 'AwsSecurityFindingFilters' => ['type' => 'structure', 'members' => ['ProductArn' => ['shape' => 'StringFilterList'], 'AwsAccountId' => ['shape' => 'StringFilterList'], 'Id' => ['shape' => 'StringFilterList'], 'GeneratorId' => ['shape' => 'StringFilterList'], 'Type' => ['shape' => 'StringFilterList'], 'FirstObservedAt' => ['shape' => 'DateFilterList'], 'LastObservedAt' => ['shape' => 'DateFilterList'], 'CreatedAt' => ['shape' => 'DateFilterList'], 'UpdatedAt' => ['shape' => 'DateFilterList'], 'SeverityProduct' => ['shape' => 'NumberFilterList'], 'SeverityNormalized' => ['shape' => 'NumberFilterList'], 'SeverityLabel' => ['shape' => 'StringFilterList'], 'Confidence' => ['shape' => 'NumberFilterList'], 'Criticality' => ['shape' => 'NumberFilterList'], 'Title' => ['shape' => 'StringFilterList'], 'Description' => ['shape' => 'StringFilterList'], 'RecommendationText' => ['shape' => 'StringFilterList'], 'SourceUrl' => ['shape' => 'StringFilterList'], 'ProductFields' => ['shape' => 'MapFilterList'], 'ProductName' => ['shape' => 'StringFilterList'], 'CompanyName' => ['shape' => 'StringFilterList'], 'UserDefinedFields' => ['shape' => 'MapFilterList'], 'MalwareName' => ['shape' => 'StringFilterList'], 'MalwareType' => ['shape' => 'StringFilterList'], 'MalwarePath' => ['shape' => 'StringFilterList'], 'MalwareState' => ['shape' => 'StringFilterList'], 'NetworkDirection' => ['shape' => 'StringFilterList'], 'NetworkProtocol' => ['shape' => 'StringFilterList'], 'NetworkSourceIpV4' => ['shape' => 'IpFilterList'], 'NetworkSourceIpV6' => ['shape' => 'IpFilterList'], 'NetworkSourcePort' => ['shape' => 'NumberFilterList'], 'NetworkSourceDomain' => ['shape' => 'StringFilterList'], 'NetworkSourceMac' => ['shape' => 'StringFilterList'], 'NetworkDestinationIpV4' => ['shape' => 'IpFilterList'], 'NetworkDestinationIpV6' => ['shape' => 'IpFilterList'], 'NetworkDestinationPort' => ['shape' => 'NumberFilterList'], 'NetworkDestinationDomain' => ['shape' => 'StringFilterList'], 'ProcessName' => ['shape' => 'StringFilterList'], 'ProcessPath' => ['shape' => 'StringFilterList'], 'ProcessPid' => ['shape' => 'NumberFilterList'], 'ProcessParentPid' => ['shape' => 'NumberFilterList'], 'ProcessLaunchedAt' => ['shape' => 'DateFilterList'], 'ProcessTerminatedAt' => ['shape' => 'DateFilterList'], 'ThreatIntelIndicatorType' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorValue' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorCategory' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorLastObservedAt' => ['shape' => 'DateFilterList'], 'ThreatIntelIndicatorSource' => ['shape' => 'StringFilterList'], 'ThreatIntelIndicatorSourceUrl' => ['shape' => 'StringFilterList'], 'ResourceType' => ['shape' => 'StringFilterList'], 'ResourceId' => ['shape' => 'StringFilterList'], 'ResourcePartition' => ['shape' => 'StringFilterList'], 'ResourceRegion' => ['shape' => 'StringFilterList'], 'ResourceTags' => ['shape' => 'MapFilterList'], 'ResourceAwsEc2InstanceType' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceImageId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceIpV4Addresses' => ['shape' => 'IpFilterList'], 'ResourceAwsEc2InstanceIpV6Addresses' => ['shape' => 'IpFilterList'], 'ResourceAwsEc2InstanceKeyName' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceIamInstanceProfileArn' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceVpcId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceSubnetId' => ['shape' => 'StringFilterList'], 'ResourceAwsEc2InstanceLaunchedAt' => ['shape' => 'DateFilterList'], 'ResourceAwsS3BucketOwnerId' => ['shape' => 'StringFilterList'], 'ResourceAwsS3BucketOwnerName' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyUserName' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyStatus' => ['shape' => 'StringFilterList'], 'ResourceAwsIamAccessKeyCreatedAt' => ['shape' => 'DateFilterList'], 'ResourceContainerName' => ['shape' => 'StringFilterList'], 'ResourceContainerImageId' => ['shape' => 'StringFilterList'], 'ResourceContainerImageName' => ['shape' => 'StringFilterList'], 'ResourceContainerLaunchedAt' => ['shape' => 'DateFilterList'], 'ResourceDetailsOther' => ['shape' => 'MapFilterList'], 'ComplianceStatus' => ['shape' => 'StringFilterList'], 'VerificationState' => ['shape' => 'StringFilterList'], 'WorkflowState' => ['shape' => 'StringFilterList'], 'WorkflowStatus' => ['shape' => 'StringFilterList'], 'RecordState' => ['shape' => 'StringFilterList'], 'RelatedFindingsProductArn' => ['shape' => 'StringFilterList'], 'RelatedFindingsId' => ['shape' => 'StringFilterList'], 'NoteText' => ['shape' => 'StringFilterList'], 'NoteUpdatedAt' => ['shape' => 'DateFilterList'], 'NoteUpdatedBy' => ['shape' => 'StringFilterList'], 'Keyword' => ['shape' => 'KeywordFilterList']]], 'AwsSecurityFindingIdentifier' => ['type' => 'structure', 'required' => ['Id', 'ProductArn'], 'members' => ['Id' => ['shape' => 'NonEmptyString'], 'ProductArn' => ['shape' => 'NonEmptyString']]], 'AwsSecurityFindingIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'AwsSecurityFindingIdentifier']], 'AwsSecurityFindingList' => ['type' => 'list', 'member' => ['shape' => 'AwsSecurityFinding']], 'AwsSnsTopicDetails' => ['type' => 'structure', 'members' => ['KmsMasterKeyId' => ['shape' => 'NonEmptyString'], 'Subscription' => ['shape' => 'AwsSnsTopicSubscriptionList'], 'TopicName' => ['shape' => 'NonEmptyString'], 'Owner' => ['shape' => 'NonEmptyString']]], 'AwsSnsTopicSubscription' => ['type' => 'structure', 'members' => ['Endpoint' => ['shape' => 'NonEmptyString'], 'Protocol' => ['shape' => 'NonEmptyString']]], 'AwsSnsTopicSubscriptionList' => ['type' => 'list', 'member' => ['shape' => 'AwsSnsTopicSubscription']], 'AwsSqsQueueDetails' => ['type' => 'structure', 'members' => ['KmsDataKeyReusePeriodSeconds' => ['shape' => 'Integer'], 'KmsMasterKeyId' => ['shape' => 'NonEmptyString'], 'QueueName' => ['shape' => 'NonEmptyString'], 'DeadLetterTargetArn' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'DefaultAction' => ['shape' => 'NonEmptyString'], 'Rules' => ['shape' => 'AwsWafWebAclRuleList'], 'WebAclId' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclRule' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'WafAction'], 'ExcludedRules' => ['shape' => 'WafExcludedRuleList'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Priority' => ['shape' => 'Integer'], 'RuleId' => ['shape' => 'NonEmptyString'], 'Type' => ['shape' => 'NonEmptyString']]], 'AwsWafWebAclRuleList' => ['type' => 'list', 'member' => ['shape' => 'AwsWafWebAclRule']], 'BatchDisableStandardsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArns'], 'members' => ['StandardsSubscriptionArns' => ['shape' => 'StandardsSubscriptionArns']]], 'BatchDisableStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions']]], 'BatchEnableStandardsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionRequests'], 'members' => ['StandardsSubscriptionRequests' => ['shape' => 'StandardsSubscriptionRequests']]], 'BatchEnableStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions']]], 'BatchImportFindingsRequest' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'AwsSecurityFindingList']]], 'BatchImportFindingsResponse' => ['type' => 'structure', 'required' => ['FailedCount', 'SuccessCount'], 'members' => ['FailedCount' => ['shape' => 'Integer'], 'SuccessCount' => ['shape' => 'Integer'], 'FailedFindings' => ['shape' => 'ImportFindingsErrorList']]], 'BatchUpdateFindingsRequest' => ['type' => 'structure', 'required' => ['FindingIdentifiers'], 'members' => ['FindingIdentifiers' => ['shape' => 'AwsSecurityFindingIdentifierList'], 'Note' => ['shape' => 'NoteUpdate'], 'Severity' => ['shape' => 'SeverityUpdate'], 'VerificationState' => ['shape' => 'VerificationState'], 'Confidence' => ['shape' => 'RatioScale'], 'Criticality' => ['shape' => 'RatioScale'], 'Types' => ['shape' => 'TypeList'], 'UserDefinedFields' => ['shape' => 'FieldMap'], 'Workflow' => ['shape' => 'WorkflowUpdate'], 'RelatedFindings' => ['shape' => 'RelatedFindingList']]], 'BatchUpdateFindingsResponse' => ['type' => 'structure', 'required' => ['ProcessedFindings', 'UnprocessedFindings'], 'members' => ['ProcessedFindings' => ['shape' => 'AwsSecurityFindingIdentifierList'], 'UnprocessedFindings' => ['shape' => 'BatchUpdateFindingsUnprocessedFindingsList']]], 'BatchUpdateFindingsUnprocessedFinding' => ['type' => 'structure', 'required' => ['FindingIdentifier', 'ErrorCode', 'ErrorMessage'], 'members' => ['FindingIdentifier' => ['shape' => 'AwsSecurityFindingIdentifier'], 'ErrorCode' => ['shape' => 'NonEmptyString'], 'ErrorMessage' => ['shape' => 'NonEmptyString']]], 'BatchUpdateFindingsUnprocessedFindingsList' => ['type' => 'list', 'member' => ['shape' => 'BatchUpdateFindingsUnprocessedFinding']], 'Boolean' => ['type' => 'boolean'], 'CategoryList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'NonEmptyString'], 'CidrBlock' => ['shape' => 'NonEmptyString'], 'CidrBlockState' => ['shape' => 'NonEmptyString']]], 'CidrBlockAssociationList' => ['type' => 'list', 'member' => ['shape' => 'CidrBlockAssociation']], 'Compliance' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ComplianceStatus'], 'RelatedRequirements' => ['shape' => 'RelatedRequirementsList'], 'StatusReasons' => ['shape' => 'StatusReasonsList']]], 'ComplianceStatus' => ['type' => 'string', 'enum' => ['PASSED', 'WARNING', 'FAILED', 'NOT_AVAILABLE']], 'ContainerDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'ImageId' => ['shape' => 'NonEmptyString'], 'ImageName' => ['shape' => 'NonEmptyString'], 'LaunchedAt' => ['shape' => 'NonEmptyString']]], 'ControlStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'CreateActionTargetRequest' => ['type' => 'structure', 'required' => ['Name', 'Description', 'Id'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString']]], 'CreateActionTargetResponse' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString']]], 'CreateInsightRequest' => ['type' => 'structure', 'required' => ['Name', 'Filters', 'GroupByAttribute'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'CreateInsightResponse' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString']]], 'CreateMembersRequest' => ['type' => 'structure', 'members' => ['AccountDetails' => ['shape' => 'AccountDetailsList']]], 'CreateMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'Cvss' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'NonEmptyString'], 'BaseScore' => ['shape' => 'Double'], 'BaseVector' => ['shape' => 'NonEmptyString']]], 'CvssList' => ['type' => 'list', 'member' => ['shape' => 'Cvss']], 'DateFilter' => ['type' => 'structure', 'members' => ['Start' => ['shape' => 'NonEmptyString'], 'End' => ['shape' => 'NonEmptyString'], 'DateRange' => ['shape' => 'DateRange']]], 'DateFilterList' => ['type' => 'list', 'member' => ['shape' => 'DateFilter']], 'DateRange' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Integer'], 'Unit' => ['shape' => 'DateRangeUnit']]], 'DateRangeUnit' => ['type' => 'string', 'enum' => ['DAYS']], 'DeclineInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeclineInvitationsResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DeleteActionTargetRequest' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ActionTargetArn']]], 'DeleteActionTargetResponse' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString']]], 'DeleteInsightRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn']]], 'DeleteInsightResponse' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString']]], 'DeleteInvitationsRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteInvitationsResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DeleteMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DeleteMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'DescribeActionTargetsRequest' => ['type' => 'structure', 'members' => ['ActionTargetArns' => ['shape' => 'ArnList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'DescribeActionTargetsResponse' => ['type' => 'structure', 'required' => ['ActionTargets'], 'members' => ['ActionTargets' => ['shape' => 'ActionTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeHubRequest' => ['type' => 'structure', 'members' => ['HubArn' => ['shape' => 'NonEmptyString', 'location' => 'querystring', 'locationName' => 'HubArn']]], 'DescribeHubResponse' => ['type' => 'structure', 'members' => ['HubArn' => ['shape' => 'NonEmptyString'], 'SubscribedAt' => ['shape' => 'NonEmptyString'], 'AutoEnableControls' => ['shape' => 'Boolean']]], 'DescribeProductsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeProductsResponse' => ['type' => 'structure', 'required' => ['Products'], 'members' => ['Products' => ['shape' => 'ProductsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStandardsControlsRequest' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArn'], 'members' => ['StandardsSubscriptionArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'StandardsSubscriptionArn'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeStandardsControlsResponse' => ['type' => 'structure', 'members' => ['Controls' => ['shape' => 'StandardsControls'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeStandardsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'DescribeStandardsResponse' => ['type' => 'structure', 'members' => ['Standards' => ['shape' => 'Standards'], 'NextToken' => ['shape' => 'NextToken']]], 'DisableImportFindingsForProductRequest' => ['type' => 'structure', 'required' => ['ProductSubscriptionArn'], 'members' => ['ProductSubscriptionArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ProductSubscriptionArn']]], 'DisableImportFindingsForProductResponse' => ['type' => 'structure', 'members' => []], 'DisableSecurityHubRequest' => ['type' => 'structure', 'members' => []], 'DisableSecurityHubResponse' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'DisassociateFromMasterAccountResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'DisassociateMembersResponse' => ['type' => 'structure', 'members' => []], 'Double' => ['type' => 'double'], 'EnableImportFindingsForProductRequest' => ['type' => 'structure', 'required' => ['ProductArn'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString']]], 'EnableImportFindingsForProductResponse' => ['type' => 'structure', 'members' => ['ProductSubscriptionArn' => ['shape' => 'NonEmptyString']]], 'EnableSecurityHubRequest' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap'], 'EnableDefaultStandards' => ['shape' => 'Boolean']]], 'EnableSecurityHubResponse' => ['type' => 'structure', 'members' => []], 'FieldMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString']], 'GetEnabledStandardsRequest' => ['type' => 'structure', 'members' => ['StandardsSubscriptionArns' => ['shape' => 'StandardsSubscriptionArns'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetEnabledStandardsResponse' => ['type' => 'structure', 'members' => ['StandardsSubscriptions' => ['shape' => 'StandardsSubscriptions'], 'NextToken' => ['shape' => 'NextToken']]], 'GetFindingsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'SortCriteria' => ['shape' => 'SortCriteria'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetFindingsResponse' => ['type' => 'structure', 'required' => ['Findings'], 'members' => ['Findings' => ['shape' => 'AwsSecurityFindingList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInsightResultsRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn']]], 'GetInsightResultsResponse' => ['type' => 'structure', 'required' => ['InsightResults'], 'members' => ['InsightResults' => ['shape' => 'InsightResults']]], 'GetInsightsRequest' => ['type' => 'structure', 'members' => ['InsightArns' => ['shape' => 'ArnList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'GetInsightsResponse' => ['type' => 'structure', 'required' => ['Insights'], 'members' => ['Insights' => ['shape' => 'InsightList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInvitationsCountRequest' => ['type' => 'structure', 'members' => []], 'GetInvitationsCountResponse' => ['type' => 'structure', 'members' => ['InvitationsCount' => ['shape' => 'Integer']]], 'GetMasterAccountRequest' => ['type' => 'structure', 'members' => []], 'GetMasterAccountResponse' => ['type' => 'structure', 'members' => ['Master' => ['shape' => 'Invitation']]], 'GetMembersRequest' => ['type' => 'structure', 'required' => ['AccountIds'], 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'GetMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberList'], 'UnprocessedAccounts' => ['shape' => 'ResultList']]], 'ImportFindingsError' => ['type' => 'structure', 'required' => ['Id', 'ErrorCode', 'ErrorMessage'], 'members' => ['Id' => ['shape' => 'NonEmptyString'], 'ErrorCode' => ['shape' => 'NonEmptyString'], 'ErrorMessage' => ['shape' => 'NonEmptyString']]], 'ImportFindingsErrorList' => ['type' => 'list', 'member' => ['shape' => 'ImportFindingsError']], 'Insight' => ['type' => 'structure', 'required' => ['InsightArn', 'Name', 'Filters', 'GroupByAttribute'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'InsightList' => ['type' => 'list', 'member' => ['shape' => 'Insight']], 'InsightResultValue' => ['type' => 'structure', 'required' => ['GroupByAttributeValue', 'Count'], 'members' => ['GroupByAttributeValue' => ['shape' => 'NonEmptyString'], 'Count' => ['shape' => 'Integer']]], 'InsightResultValueList' => ['type' => 'list', 'member' => ['shape' => 'InsightResultValue']], 'InsightResults' => ['type' => 'structure', 'required' => ['InsightArn', 'GroupByAttribute', 'ResultValues'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString'], 'GroupByAttribute' => ['shape' => 'NonEmptyString'], 'ResultValues' => ['shape' => 'InsightResultValueList']]], 'Integer' => ['type' => 'integer'], 'IntegrationType' => ['type' => 'string', 'enum' => ['SEND_FINDINGS_TO_SECURITY_HUB', 'RECEIVE_FINDINGS_FROM_SECURITY_HUB']], 'IntegrationTypeList' => ['type' => 'list', 'member' => ['shape' => 'IntegrationType']], 'InternalException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidAccessException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 401], 'exception' => \true], 'InvalidInputException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Invitation' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'InvitationId' => ['shape' => 'NonEmptyString'], 'InvitedAt' => ['shape' => 'Timestamp'], 'MemberStatus' => ['shape' => 'NonEmptyString']]], 'InvitationList' => ['type' => 'list', 'member' => ['shape' => 'Invitation']], 'InviteMembersRequest' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList']]], 'InviteMembersResponse' => ['type' => 'structure', 'members' => ['UnprocessedAccounts' => ['shape' => 'ResultList']]], 'IpFilter' => ['type' => 'structure', 'members' => ['Cidr' => ['shape' => 'NonEmptyString']]], 'IpFilterList' => ['type' => 'list', 'member' => ['shape' => 'IpFilter']], 'Ipv6CidrBlockAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'NonEmptyString'], 'Ipv6CidrBlock' => ['shape' => 'NonEmptyString'], 'CidrBlockState' => ['shape' => 'NonEmptyString']]], 'Ipv6CidrBlockAssociationList' => ['type' => 'list', 'member' => ['shape' => 'Ipv6CidrBlockAssociation']], 'KeywordFilter' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'NonEmptyString']]], 'KeywordFilterList' => ['type' => 'list', 'member' => ['shape' => 'KeywordFilter']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'ListEnabledProductsForImportRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults']]], 'ListEnabledProductsForImportResponse' => ['type' => 'structure', 'members' => ['ProductSubscriptions' => ['shape' => 'ProductSubscriptionArnList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListInvitationsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListInvitationsResponse' => ['type' => 'structure', 'members' => ['Invitations' => ['shape' => 'InvitationList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListMembersRequest' => ['type' => 'structure', 'members' => ['OnlyAssociated' => ['shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'OnlyAssociated'], 'MaxResults' => ['shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken']]], 'ListMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'MemberList'], 'NextToken' => ['shape' => 'NonEmptyString']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'LoadBalancerState' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'NonEmptyString'], 'Reason' => ['shape' => 'NonEmptyString']]], 'Malware' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Type' => ['shape' => 'MalwareType'], 'Path' => ['shape' => 'NonEmptyString'], 'State' => ['shape' => 'MalwareState']]], 'MalwareList' => ['type' => 'list', 'member' => ['shape' => 'Malware']], 'MalwareState' => ['type' => 'string', 'enum' => ['OBSERVED', 'REMOVAL_FAILED', 'REMOVED']], 'MalwareType' => ['type' => 'string', 'enum' => ['ADWARE', 'BLENDED_THREAT', 'BOTNET_AGENT', 'COIN_MINER', 'EXPLOIT_KIT', 'KEYLOGGER', 'MACRO', 'POTENTIALLY_UNWANTED', 'SPYWARE', 'RANSOMWARE', 'REMOTE_ACCESS', 'ROOTKIT', 'TROJAN', 'VIRUS', 'WORM']], 'MapFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'NonEmptyString'], 'Value' => ['shape' => 'NonEmptyString'], 'Comparison' => ['shape' => 'MapFilterComparison']]], 'MapFilterComparison' => ['type' => 'string', 'enum' => ['EQUALS', 'NOT_EQUALS']], 'MapFilterList' => ['type' => 'list', 'member' => ['shape' => 'MapFilter']], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Member' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'Email' => ['shape' => 'NonEmptyString'], 'MasterId' => ['shape' => 'NonEmptyString'], 'MemberStatus' => ['shape' => 'NonEmptyString'], 'InvitedAt' => ['shape' => 'Timestamp'], 'UpdatedAt' => ['shape' => 'Timestamp']]], 'MemberList' => ['type' => 'list', 'member' => ['shape' => 'Member']], 'Network' => ['type' => 'structure', 'members' => ['Direction' => ['shape' => 'NetworkDirection'], 'Protocol' => ['shape' => 'NonEmptyString'], 'OpenPortRange' => ['shape' => 'PortRange'], 'SourceIpV4' => ['shape' => 'NonEmptyString'], 'SourceIpV6' => ['shape' => 'NonEmptyString'], 'SourcePort' => ['shape' => 'Integer'], 'SourceDomain' => ['shape' => 'NonEmptyString'], 'SourceMac' => ['shape' => 'NonEmptyString'], 'DestinationIpV4' => ['shape' => 'NonEmptyString'], 'DestinationIpV6' => ['shape' => 'NonEmptyString'], 'DestinationPort' => ['shape' => 'Integer'], 'DestinationDomain' => ['shape' => 'NonEmptyString']]], 'NetworkDirection' => ['type' => 'string', 'enum' => ['IN', 'OUT']], 'NetworkHeader' => ['type' => 'structure', 'members' => ['Protocol' => ['shape' => 'NonEmptyString'], 'Destination' => ['shape' => 'NetworkPathComponentDetails'], 'Source' => ['shape' => 'NetworkPathComponentDetails']]], 'NetworkPathComponent' => ['type' => 'structure', 'members' => ['ComponentId' => ['shape' => 'NonEmptyString'], 'ComponentType' => ['shape' => 'NonEmptyString'], 'Egress' => ['shape' => 'NetworkHeader'], 'Ingress' => ['shape' => 'NetworkHeader']]], 'NetworkPathComponentDetails' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'StringList'], 'PortRanges' => ['shape' => 'PortRangeList']]], 'NetworkPathList' => ['type' => 'list', 'member' => ['shape' => 'NetworkPathComponent']], 'NextToken' => ['type' => 'string'], 'NonEmptyString' => ['type' => 'string', 'pattern' => '.*\\S.*'], 'NonEmptyStringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Note' => ['type' => 'structure', 'required' => ['Text', 'UpdatedBy', 'UpdatedAt'], 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'UpdatedBy' => ['shape' => 'NonEmptyString'], 'UpdatedAt' => ['shape' => 'NonEmptyString']]], 'NoteUpdate' => ['type' => 'structure', 'required' => ['Text', 'UpdatedBy'], 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'UpdatedBy' => ['shape' => 'NonEmptyString']]], 'NumberFilter' => ['type' => 'structure', 'members' => ['Gte' => ['shape' => 'Double'], 'Lte' => ['shape' => 'Double'], 'Eq' => ['shape' => 'Double']]], 'NumberFilterList' => ['type' => 'list', 'member' => ['shape' => 'NumberFilter']], 'Partition' => ['type' => 'string', 'enum' => ['aws', 'aws-cn', 'aws-us-gov']], 'PortRange' => ['type' => 'structure', 'members' => ['Begin' => ['shape' => 'Integer'], 'End' => ['shape' => 'Integer']]], 'PortRangeList' => ['type' => 'list', 'member' => ['shape' => 'PortRange']], 'ProcessDetails' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Path' => ['shape' => 'NonEmptyString'], 'Pid' => ['shape' => 'Integer'], 'ParentPid' => ['shape' => 'Integer'], 'LaunchedAt' => ['shape' => 'NonEmptyString'], 'TerminatedAt' => ['shape' => 'NonEmptyString']]], 'Product' => ['type' => 'structure', 'required' => ['ProductArn'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString'], 'ProductName' => ['shape' => 'NonEmptyString'], 'CompanyName' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'Categories' => ['shape' => 'CategoryList'], 'IntegrationTypes' => ['shape' => 'IntegrationTypeList'], 'MarketplaceUrl' => ['shape' => 'NonEmptyString'], 'ActivationUrl' => ['shape' => 'NonEmptyString'], 'ProductSubscriptionResourcePolicy' => ['shape' => 'NonEmptyString']]], 'ProductSubscriptionArnList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'ProductsList' => ['type' => 'list', 'member' => ['shape' => 'Product']], 'RatioScale' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Recommendation' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'NonEmptyString'], 'Url' => ['shape' => 'NonEmptyString']]], 'RecordState' => ['type' => 'string', 'enum' => ['ACTIVE', 'ARCHIVED']], 'RelatedFinding' => ['type' => 'structure', 'required' => ['ProductArn', 'Id'], 'members' => ['ProductArn' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString']]], 'RelatedFindingList' => ['type' => 'list', 'member' => ['shape' => 'RelatedFinding']], 'RelatedRequirementsList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Remediation' => ['type' => 'structure', 'members' => ['Recommendation' => ['shape' => 'Recommendation']]], 'Resource' => ['type' => 'structure', 'required' => ['Type', 'Id'], 'members' => ['Type' => ['shape' => 'NonEmptyString'], 'Id' => ['shape' => 'NonEmptyString'], 'Partition' => ['shape' => 'Partition'], 'Region' => ['shape' => 'NonEmptyString'], 'Tags' => ['shape' => 'FieldMap'], 'Details' => ['shape' => 'ResourceDetails']]], 'ResourceArn' => ['type' => 'string', 'pattern' => '^arn:aws:securityhub:.*'], 'ResourceConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ResourceDetails' => ['type' => 'structure', 'members' => ['AwsAutoScalingAutoScalingGroup' => ['shape' => 'AwsAutoScalingAutoScalingGroupDetails'], 'AwsCodeBuildProject' => ['shape' => 'AwsCodeBuildProjectDetails'], 'AwsCloudFrontDistribution' => ['shape' => 'AwsCloudFrontDistributionDetails'], 'AwsEc2Instance' => ['shape' => 'AwsEc2InstanceDetails'], 'AwsEc2NetworkInterface' => ['shape' => 'AwsEc2NetworkInterfaceDetails'], 'AwsEc2SecurityGroup' => ['shape' => 'AwsEc2SecurityGroupDetails'], 'AwsEc2Volume' => ['shape' => 'AwsEc2VolumeDetails'], 'AwsEc2Vpc' => ['shape' => 'AwsEc2VpcDetails'], 'AwsEc2Eip' => ['shape' => 'AwsEc2EipDetails'], 'AwsElbv2LoadBalancer' => ['shape' => 'AwsElbv2LoadBalancerDetails'], 'AwsElasticsearchDomain' => ['shape' => 'AwsElasticsearchDomainDetails'], 'AwsS3Bucket' => ['shape' => 'AwsS3BucketDetails'], 'AwsS3Object' => ['shape' => 'AwsS3ObjectDetails'], 'AwsSecretsManagerSecret' => ['shape' => 'AwsSecretsManagerSecretDetails'], 'AwsIamAccessKey' => ['shape' => 'AwsIamAccessKeyDetails'], 'AwsIamUser' => ['shape' => 'AwsIamUserDetails'], 'AwsIamPolicy' => ['shape' => 'AwsIamPolicyDetails'], 'AwsDynamoDbTable' => ['shape' => 'AwsDynamoDbTableDetails'], 'AwsIamRole' => ['shape' => 'AwsIamRoleDetails'], 'AwsKmsKey' => ['shape' => 'AwsKmsKeyDetails'], 'AwsLambdaFunction' => ['shape' => 'AwsLambdaFunctionDetails'], 'AwsLambdaLayerVersion' => ['shape' => 'AwsLambdaLayerVersionDetails'], 'AwsRdsDbInstance' => ['shape' => 'AwsRdsDbInstanceDetails'], 'AwsSnsTopic' => ['shape' => 'AwsSnsTopicDetails'], 'AwsSqsQueue' => ['shape' => 'AwsSqsQueueDetails'], 'AwsWafWebAcl' => ['shape' => 'AwsWafWebAclDetails'], 'AwsRdsDbSnapshot' => ['shape' => 'AwsRdsDbSnapshotDetails'], 'AwsRdsDbClusterSnapshot' => ['shape' => 'AwsRdsDbClusterSnapshotDetails'], 'AwsRdsDbCluster' => ['shape' => 'AwsRdsDbClusterDetails'], 'Container' => ['shape' => 'ContainerDetails'], 'Other' => ['shape' => 'FieldMap']]], 'ResourceList' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'NonEmptyString'], 'Code' => ['shape' => 'NonEmptyString']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'Result' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'ProcessingResult' => ['shape' => 'NonEmptyString']]], 'ResultList' => ['type' => 'list', 'member' => ['shape' => 'Result']], 'SecurityGroups' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'Severity' => ['type' => 'structure', 'members' => ['Product' => ['shape' => 'Double'], 'Label' => ['shape' => 'SeverityLabel'], 'Normalized' => ['shape' => 'Integer'], 'Original' => ['shape' => 'NonEmptyString']]], 'SeverityLabel' => ['type' => 'string', 'enum' => ['INFORMATIONAL', 'LOW', 'MEDIUM', 'HIGH', 'CRITICAL']], 'SeverityRating' => ['type' => 'string', 'enum' => ['LOW', 'MEDIUM', 'HIGH', 'CRITICAL']], 'SeverityUpdate' => ['type' => 'structure', 'members' => ['Normalized' => ['shape' => 'RatioScale'], 'Product' => ['shape' => 'Double'], 'Label' => ['shape' => 'SeverityLabel']]], 'SizeBytes' => ['type' => 'long'], 'SoftwarePackage' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Version' => ['shape' => 'NonEmptyString'], 'Epoch' => ['shape' => 'NonEmptyString'], 'Release' => ['shape' => 'NonEmptyString'], 'Architecture' => ['shape' => 'NonEmptyString']]], 'SoftwarePackageList' => ['type' => 'list', 'member' => ['shape' => 'SoftwarePackage']], 'SortCriteria' => ['type' => 'list', 'member' => ['shape' => 'SortCriterion']], 'SortCriterion' => ['type' => 'structure', 'members' => ['Field' => ['shape' => 'NonEmptyString'], 'SortOrder' => ['shape' => 'SortOrder']]], 'SortOrder' => ['type' => 'string', 'enum' => ['asc', 'desc']], 'Standard' => ['type' => 'structure', 'members' => ['StandardsArn' => ['shape' => 'NonEmptyString'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'EnabledByDefault' => ['shape' => 'Boolean']]], 'Standards' => ['type' => 'list', 'member' => ['shape' => 'Standard']], 'StandardsControl' => ['type' => 'structure', 'members' => ['StandardsControlArn' => ['shape' => 'NonEmptyString'], 'ControlStatus' => ['shape' => 'ControlStatus'], 'DisabledReason' => ['shape' => 'NonEmptyString'], 'ControlStatusUpdatedAt' => ['shape' => 'Timestamp'], 'ControlId' => ['shape' => 'NonEmptyString'], 'Title' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString'], 'RemediationUrl' => ['shape' => 'NonEmptyString'], 'SeverityRating' => ['shape' => 'SeverityRating'], 'RelatedRequirements' => ['shape' => 'RelatedRequirementsList']]], 'StandardsControls' => ['type' => 'list', 'member' => ['shape' => 'StandardsControl']], 'StandardsInputParameterMap' => ['type' => 'map', 'key' => ['shape' => 'NonEmptyString'], 'value' => ['shape' => 'NonEmptyString']], 'StandardsStatus' => ['type' => 'string', 'enum' => ['PENDING', 'READY', 'FAILED', 'DELETING', 'INCOMPLETE']], 'StandardsSubscription' => ['type' => 'structure', 'required' => ['StandardsSubscriptionArn', 'StandardsArn', 'StandardsInput', 'StandardsStatus'], 'members' => ['StandardsSubscriptionArn' => ['shape' => 'NonEmptyString'], 'StandardsArn' => ['shape' => 'NonEmptyString'], 'StandardsInput' => ['shape' => 'StandardsInputParameterMap'], 'StandardsStatus' => ['shape' => 'StandardsStatus']]], 'StandardsSubscriptionArns' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 25, 'min' => 1], 'StandardsSubscriptionRequest' => ['type' => 'structure', 'required' => ['StandardsArn'], 'members' => ['StandardsArn' => ['shape' => 'NonEmptyString'], 'StandardsInput' => ['shape' => 'StandardsInputParameterMap']]], 'StandardsSubscriptionRequests' => ['type' => 'list', 'member' => ['shape' => 'StandardsSubscriptionRequest'], 'max' => 25, 'min' => 1], 'StandardsSubscriptions' => ['type' => 'list', 'member' => ['shape' => 'StandardsSubscription']], 'StatusReason' => ['type' => 'structure', 'required' => ['ReasonCode'], 'members' => ['ReasonCode' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'StatusReasonsList' => ['type' => 'list', 'member' => ['shape' => 'StatusReason']], 'StringFilter' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'NonEmptyString'], 'Comparison' => ['shape' => 'StringFilterComparison']]], 'StringFilterComparison' => ['type' => 'string', 'enum' => ['EQUALS', 'PREFIX', 'NOT_EQUALS', 'PREFIX_NOT_EQUALS']], 'StringFilterList' => ['type' => 'list', 'member' => ['shape' => 'StringFilter']], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => 1], '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], 'ThreatIntelIndicator' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ThreatIntelIndicatorType'], 'Value' => ['shape' => 'NonEmptyString'], 'Category' => ['shape' => 'ThreatIntelIndicatorCategory'], 'LastObservedAt' => ['shape' => 'NonEmptyString'], 'Source' => ['shape' => 'NonEmptyString'], 'SourceUrl' => ['shape' => 'NonEmptyString']]], 'ThreatIntelIndicatorCategory' => ['type' => 'string', 'enum' => ['BACKDOOR', 'CARD_STEALER', 'COMMAND_AND_CONTROL', 'DROP_SITE', 'EXPLOIT_SITE', 'KEYLOGGER']], 'ThreatIntelIndicatorList' => ['type' => 'list', 'member' => ['shape' => 'ThreatIntelIndicator']], 'ThreatIntelIndicatorType' => ['type' => 'string', 'enum' => ['DOMAIN', 'EMAIL_ADDRESS', 'HASH_MD5', 'HASH_SHA1', 'HASH_SHA256', 'HASH_SHA512', 'IPV4_ADDRESS', 'IPV6_ADDRESS', 'MUTEX', 'PROCESS', 'URL']], 'Timestamp' => ['type' => 'timestamp', 'timestampFormat' => 'iso8601'], 'TypeList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], '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' => []], 'UpdateActionTargetRequest' => ['type' => 'structure', 'required' => ['ActionTargetArn'], 'members' => ['ActionTargetArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'ActionTargetArn'], 'Name' => ['shape' => 'NonEmptyString'], 'Description' => ['shape' => 'NonEmptyString']]], 'UpdateActionTargetResponse' => ['type' => 'structure', 'members' => []], 'UpdateFindingsRequest' => ['type' => 'structure', 'required' => ['Filters'], 'members' => ['Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'Note' => ['shape' => 'NoteUpdate'], 'RecordState' => ['shape' => 'RecordState']]], 'UpdateFindingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateInsightRequest' => ['type' => 'structure', 'required' => ['InsightArn'], 'members' => ['InsightArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'InsightArn'], 'Name' => ['shape' => 'NonEmptyString'], 'Filters' => ['shape' => 'AwsSecurityFindingFilters'], 'GroupByAttribute' => ['shape' => 'NonEmptyString']]], 'UpdateInsightResponse' => ['type' => 'structure', 'members' => []], 'UpdateSecurityHubConfigurationRequest' => ['type' => 'structure', 'members' => ['AutoEnableControls' => ['shape' => 'Boolean']]], 'UpdateSecurityHubConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateStandardsControlRequest' => ['type' => 'structure', 'required' => ['StandardsControlArn'], 'members' => ['StandardsControlArn' => ['shape' => 'NonEmptyString', 'location' => 'uri', 'locationName' => 'StandardsControlArn'], 'ControlStatus' => ['shape' => 'ControlStatus'], 'DisabledReason' => ['shape' => 'NonEmptyString']]], 'UpdateStandardsControlResponse' => ['type' => 'structure', 'members' => []], 'VerificationState' => ['type' => 'string', 'enum' => ['UNKNOWN', 'TRUE_POSITIVE', 'FALSE_POSITIVE', 'BENIGN_POSITIVE']], 'Vulnerability' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'NonEmptyString'], 'VulnerablePackages' => ['shape' => 'SoftwarePackageList'], 'Cvss' => ['shape' => 'CvssList'], 'RelatedVulnerabilities' => ['shape' => 'StringList'], 'Vendor' => ['shape' => 'VulnerabilityVendor'], 'ReferenceUrls' => ['shape' => 'StringList']]], 'VulnerabilityList' => ['type' => 'list', 'member' => ['shape' => 'Vulnerability']], 'VulnerabilityVendor' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NonEmptyString'], 'Url' => ['shape' => 'NonEmptyString'], 'VendorSeverity' => ['shape' => 'NonEmptyString'], 'VendorCreatedAt' => ['shape' => 'NonEmptyString'], 'VendorUpdatedAt' => ['shape' => 'NonEmptyString']]], 'WafAction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString']]], 'WafExcludedRule' => ['type' => 'structure', 'members' => ['RuleId' => ['shape' => 'NonEmptyString']]], 'WafExcludedRuleList' => ['type' => 'list', 'member' => ['shape' => 'WafExcludedRule']], 'WafOverrideAction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'NonEmptyString']]], 'Workflow' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'WorkflowStatus']]], 'WorkflowState' => ['type' => 'string', 'deprecated' => \true, 'deprecatedMessage' => 'This field is deprecated, use Workflow.Status instead.', 'enum' => ['NEW', 'ASSIGNED', 'IN_PROGRESS', 'DEFERRED', 'RESOLVED']], 'WorkflowStatus' => ['type' => 'string', 'enum' => ['NEW', 'NOTIFIED', 'RESOLVED', 'SUPPRESSED']], 'WorkflowUpdate' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'WorkflowStatus']]]]]; diff --git a/vendor/Aws3/Aws/data/servicecatalog/2015-12-10/api-2.json.php b/vendor/Aws3/Aws/data/servicecatalog/2015-12-10/api-2.json.php index f09ebe01..ecbeb351 100644 --- a/vendor/Aws3/Aws/data/servicecatalog/2015-12-10/api-2.json.php +++ b/vendor/Aws3/Aws/data/servicecatalog/2015-12-10/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-12-10', 'endpointPrefix' => 'servicecatalog', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Service Catalog', 'serviceId' => 'Service Catalog', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWS242ServiceCatalogService', 'uid' => 'servicecatalog-2015-12-10'], 'operations' => ['AcceptPortfolioShare' => ['name' => 'AcceptPortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptPortfolioShareInput'], 'output' => ['shape' => 'AcceptPortfolioShareOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateBudgetWithResource' => ['name' => 'AssociateBudgetWithResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateBudgetWithResourceInput'], 'output' => ['shape' => 'AssociateBudgetWithResourceOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'AssociatePrincipalWithPortfolio' => ['name' => 'AssociatePrincipalWithPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociatePrincipalWithPortfolioInput'], 'output' => ['shape' => 'AssociatePrincipalWithPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateProductWithPortfolio' => ['name' => 'AssociateProductWithPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateProductWithPortfolioInput'], 'output' => ['shape' => 'AssociateProductWithPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateServiceActionWithProvisioningArtifact' => ['name' => 'AssociateServiceActionWithProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateServiceActionWithProvisioningArtifactInput'], 'output' => ['shape' => 'AssociateServiceActionWithProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException']]], 'AssociateTagOptionWithResource' => ['name' => 'AssociateTagOptionWithResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTagOptionWithResourceInput'], 'output' => ['shape' => 'AssociateTagOptionWithResourceOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'InvalidStateException']]], 'BatchAssociateServiceActionWithProvisioningArtifact' => ['name' => 'BatchAssociateServiceActionWithProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchAssociateServiceActionWithProvisioningArtifactInput'], 'output' => ['shape' => 'BatchAssociateServiceActionWithProvisioningArtifactOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'BatchDisassociateServiceActionFromProvisioningArtifact' => ['name' => 'BatchDisassociateServiceActionFromProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDisassociateServiceActionFromProvisioningArtifactInput'], 'output' => ['shape' => 'BatchDisassociateServiceActionFromProvisioningArtifactOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'CopyProduct' => ['name' => 'CopyProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyProductInput'], 'output' => ['shape' => 'CopyProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'CreateConstraint' => ['name' => 'CreateConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConstraintInput'], 'output' => ['shape' => 'CreateConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException']]], 'CreatePortfolio' => ['name' => 'CreatePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePortfolioInput'], 'output' => ['shape' => 'CreatePortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'CreatePortfolioShare' => ['name' => 'CreatePortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePortfolioShareInput'], 'output' => ['shape' => 'CreatePortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'InvalidStateException']]], 'CreateProduct' => ['name' => 'CreateProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProductInput'], 'output' => ['shape' => 'CreateProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'CreateProvisionedProductPlan' => ['name' => 'CreateProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProvisionedProductPlanInput'], 'output' => ['shape' => 'CreateProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'CreateProvisioningArtifact' => ['name' => 'CreateProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProvisioningArtifactInput'], 'output' => ['shape' => 'CreateProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException']]], 'CreateServiceAction' => ['name' => 'CreateServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceActionInput'], 'output' => ['shape' => 'CreateServiceActionOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException']]], 'CreateTagOption' => ['name' => 'CreateTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagOptionInput'], 'output' => ['shape' => 'CreateTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException']]], 'DeleteConstraint' => ['name' => 'DeleteConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConstraintInput'], 'output' => ['shape' => 'DeleteConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DeletePortfolio' => ['name' => 'DeletePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePortfolioInput'], 'output' => ['shape' => 'DeletePortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TagOptionNotMigratedException']]], 'DeletePortfolioShare' => ['name' => 'DeletePortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePortfolioShareInput'], 'output' => ['shape' => 'DeletePortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'InvalidStateException']]], 'DeleteProduct' => ['name' => 'DeleteProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProductInput'], 'output' => ['shape' => 'DeleteProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException'], ['shape' => 'TagOptionNotMigratedException']]], 'DeleteProvisionedProductPlan' => ['name' => 'DeleteProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProvisionedProductPlanInput'], 'output' => ['shape' => 'DeleteProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteProvisioningArtifact' => ['name' => 'DeleteProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProvisioningArtifactInput'], 'output' => ['shape' => 'DeleteProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException']]], 'DeleteServiceAction' => ['name' => 'DeleteServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceActionInput'], 'output' => ['shape' => 'DeleteServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'DeleteTagOption' => ['name' => 'DeleteTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagOptionInput'], 'output' => ['shape' => 'DeleteTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeConstraint' => ['name' => 'DescribeConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConstraintInput'], 'output' => ['shape' => 'DescribeConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeCopyProductStatus' => ['name' => 'DescribeCopyProductStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCopyProductStatusInput'], 'output' => ['shape' => 'DescribeCopyProductStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribePortfolio' => ['name' => 'DescribePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePortfolioInput'], 'output' => ['shape' => 'DescribePortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribePortfolioShareStatus' => ['name' => 'DescribePortfolioShareStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePortfolioShareStatusInput'], 'output' => ['shape' => 'DescribePortfolioShareStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'DescribeProduct' => ['name' => 'DescribeProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductInput'], 'output' => ['shape' => 'DescribeProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProductAsAdmin' => ['name' => 'DescribeProductAsAdmin', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductAsAdminInput'], 'output' => ['shape' => 'DescribeProductAsAdminOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeProductView' => ['name' => 'DescribeProductView', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductViewInput'], 'output' => ['shape' => 'DescribeProductViewOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProvisionedProduct' => ['name' => 'DescribeProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisionedProductInput'], 'output' => ['shape' => 'DescribeProvisionedProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeProvisionedProductPlan' => ['name' => 'DescribeProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisionedProductPlanInput'], 'output' => ['shape' => 'DescribeProvisionedProductPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProvisioningArtifact' => ['name' => 'DescribeProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisioningArtifactInput'], 'output' => ['shape' => 'DescribeProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeProvisioningParameters' => ['name' => 'DescribeProvisioningParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisioningParametersInput'], 'output' => ['shape' => 'DescribeProvisioningParametersOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeRecord' => ['name' => 'DescribeRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRecordInput'], 'output' => ['shape' => 'DescribeRecordOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeServiceAction' => ['name' => 'DescribeServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceActionInput'], 'output' => ['shape' => 'DescribeServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeServiceActionExecutionParameters' => ['name' => 'DescribeServiceActionExecutionParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceActionExecutionParametersInput'], 'output' => ['shape' => 'DescribeServiceActionExecutionParametersOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeTagOption' => ['name' => 'DescribeTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagOptionInput'], 'output' => ['shape' => 'DescribeTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException']]], 'DisableAWSOrganizationsAccess' => ['name' => 'DisableAWSOrganizationsAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAWSOrganizationsAccessInput'], 'output' => ['shape' => 'DisableAWSOrganizationsAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'OperationNotSupportedException']]], 'DisassociateBudgetFromResource' => ['name' => 'DisassociateBudgetFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateBudgetFromResourceInput'], 'output' => ['shape' => 'DisassociateBudgetFromResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DisassociatePrincipalFromPortfolio' => ['name' => 'DisassociatePrincipalFromPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociatePrincipalFromPortfolioInput'], 'output' => ['shape' => 'DisassociatePrincipalFromPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateProductFromPortfolio' => ['name' => 'DisassociateProductFromPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateProductFromPortfolioInput'], 'output' => ['shape' => 'DisassociateProductFromPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException']]], 'DisassociateServiceActionFromProvisioningArtifact' => ['name' => 'DisassociateServiceActionFromProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateServiceActionFromProvisioningArtifactInput'], 'output' => ['shape' => 'DisassociateServiceActionFromProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DisassociateTagOptionFromResource' => ['name' => 'DisassociateTagOptionFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTagOptionFromResourceInput'], 'output' => ['shape' => 'DisassociateTagOptionFromResourceOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException']]], 'EnableAWSOrganizationsAccess' => ['name' => 'EnableAWSOrganizationsAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAWSOrganizationsAccessInput'], 'output' => ['shape' => 'EnableAWSOrganizationsAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'OperationNotSupportedException']]], 'ExecuteProvisionedProductPlan' => ['name' => 'ExecuteProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteProvisionedProductPlanInput'], 'output' => ['shape' => 'ExecuteProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'ExecuteProvisionedProductServiceAction' => ['name' => 'ExecuteProvisionedProductServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteProvisionedProductServiceActionInput'], 'output' => ['shape' => 'ExecuteProvisionedProductServiceActionOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'GetAWSOrganizationsAccessStatus' => ['name' => 'GetAWSOrganizationsAccessStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAWSOrganizationsAccessStatusInput'], 'output' => ['shape' => 'GetAWSOrganizationsAccessStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotSupportedException']]], 'ListAcceptedPortfolioShares' => ['name' => 'ListAcceptedPortfolioShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAcceptedPortfolioSharesInput'], 'output' => ['shape' => 'ListAcceptedPortfolioSharesOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'ListBudgetsForResource' => ['name' => 'ListBudgetsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBudgetsForResourceInput'], 'output' => ['shape' => 'ListBudgetsForResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListConstraintsForPortfolio' => ['name' => 'ListConstraintsForPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConstraintsForPortfolioInput'], 'output' => ['shape' => 'ListConstraintsForPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListLaunchPaths' => ['name' => 'ListLaunchPaths', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLaunchPathsInput'], 'output' => ['shape' => 'ListLaunchPathsOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListOrganizationPortfolioAccess' => ['name' => 'ListOrganizationPortfolioAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationPortfolioAccessInput'], 'output' => ['shape' => 'ListOrganizationPortfolioAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'ListPortfolioAccess' => ['name' => 'ListPortfolioAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfolioAccessInput'], 'output' => ['shape' => 'ListPortfolioAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListPortfolios' => ['name' => 'ListPortfolios', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfoliosInput'], 'output' => ['shape' => 'ListPortfoliosOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListPortfoliosForProduct' => ['name' => 'ListPortfoliosForProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfoliosForProductInput'], 'output' => ['shape' => 'ListPortfoliosForProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListPrincipalsForPortfolio' => ['name' => 'ListPrincipalsForPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPrincipalsForPortfolioInput'], 'output' => ['shape' => 'ListPrincipalsForPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisionedProductPlans' => ['name' => 'ListProvisionedProductPlans', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisionedProductPlansInput'], 'output' => ['shape' => 'ListProvisionedProductPlansOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisioningArtifacts' => ['name' => 'ListProvisioningArtifacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisioningArtifactsInput'], 'output' => ['shape' => 'ListProvisioningArtifactsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisioningArtifactsForServiceAction' => ['name' => 'ListProvisioningArtifactsForServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisioningArtifactsForServiceActionInput'], 'output' => ['shape' => 'ListProvisioningArtifactsForServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListRecordHistory' => ['name' => 'ListRecordHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRecordHistoryInput'], 'output' => ['shape' => 'ListRecordHistoryOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListResourcesForTagOption' => ['name' => 'ListResourcesForTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForTagOptionInput'], 'output' => ['shape' => 'ListResourcesForTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListServiceActions' => ['name' => 'ListServiceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceActionsInput'], 'output' => ['shape' => 'ListServiceActionsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListServiceActionsForProvisioningArtifact' => ['name' => 'ListServiceActionsForProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceActionsForProvisioningArtifactInput'], 'output' => ['shape' => 'ListServiceActionsForProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListStackInstancesForProvisionedProduct' => ['name' => 'ListStackInstancesForProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackInstancesForProvisionedProductInput'], 'output' => ['shape' => 'ListStackInstancesForProvisionedProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagOptions' => ['name' => 'ListTagOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagOptionsInput'], 'output' => ['shape' => 'ListTagOptionsOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'InvalidParametersException']]], 'ProvisionProduct' => ['name' => 'ProvisionProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionProductInput'], 'output' => ['shape' => 'ProvisionProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException']]], 'RejectPortfolioShare' => ['name' => 'RejectPortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectPortfolioShareInput'], 'output' => ['shape' => 'RejectPortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ScanProvisionedProducts' => ['name' => 'ScanProvisionedProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScanProvisionedProductsInput'], 'output' => ['shape' => 'ScanProvisionedProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'SearchProducts' => ['name' => 'SearchProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProductsInput'], 'output' => ['shape' => 'SearchProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'SearchProductsAsAdmin' => ['name' => 'SearchProductsAsAdmin', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProductsAsAdminInput'], 'output' => ['shape' => 'SearchProductsAsAdminOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'SearchProvisionedProducts' => ['name' => 'SearchProvisionedProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProvisionedProductsInput'], 'output' => ['shape' => 'SearchProvisionedProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'TerminateProvisionedProduct' => ['name' => 'TerminateProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateProvisionedProductInput'], 'output' => ['shape' => 'TerminateProvisionedProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'UpdateConstraint' => ['name' => 'UpdateConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConstraintInput'], 'output' => ['shape' => 'UpdateConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdatePortfolio' => ['name' => 'UpdatePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePortfolioInput'], 'output' => ['shape' => 'UpdatePortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'UpdateProduct' => ['name' => 'UpdateProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProductInput'], 'output' => ['shape' => 'UpdateProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'TagOptionNotMigratedException']]], 'UpdateProvisionedProduct' => ['name' => 'UpdateProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisionedProductInput'], 'output' => ['shape' => 'UpdateProvisionedProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateProvisionedProductProperties' => ['name' => 'UpdateProvisionedProductProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisionedProductPropertiesInput'], 'output' => ['shape' => 'UpdateProvisionedProductPropertiesOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'UpdateProvisioningArtifact' => ['name' => 'UpdateProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisioningArtifactInput'], 'output' => ['shape' => 'UpdateProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdateServiceAction' => ['name' => 'UpdateServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceActionInput'], 'output' => ['shape' => 'UpdateServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdateTagOption' => ['name' => 'UpdateTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagOptionInput'], 'output' => ['shape' => 'UpdateTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'InvalidParametersException']]]], 'shapes' => ['AcceptLanguage' => ['type' => 'string', 'max' => 100], 'AcceptPortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'AcceptPortfolioShareOutput' => ['type' => 'structure', 'members' => []], 'AccessLevelFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'AccessLevelFilterKey'], 'Value' => ['shape' => 'AccessLevelFilterValue']]], 'AccessLevelFilterKey' => ['type' => 'string', 'enum' => ['Account', 'Role', 'User']], 'AccessLevelFilterValue' => ['type' => 'string'], 'AccessStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'UNDER_CHANGE', 'DISABLED']], 'AccountId' => ['type' => 'string', 'pattern' => '^[0-9]{12}$'], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'AddTags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 20], 'AllowedValue' => ['type' => 'string'], 'AllowedValues' => ['type' => 'list', 'member' => ['shape' => 'AllowedValue']], 'ApproximateCount' => ['type' => 'integer'], 'AssociateBudgetWithResourceInput' => ['type' => 'structure', 'required' => ['BudgetName', 'ResourceId'], 'members' => ['BudgetName' => ['shape' => 'BudgetName'], 'ResourceId' => ['shape' => 'Id']]], 'AssociateBudgetWithResourceOutput' => ['type' => 'structure', 'members' => []], 'AssociatePrincipalWithPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'PrincipalARN', 'PrincipalType'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PrincipalARN' => ['shape' => 'PrincipalARN'], 'PrincipalType' => ['shape' => 'PrincipalType']]], 'AssociatePrincipalWithPortfolioOutput' => ['type' => 'structure', 'members' => []], 'AssociateProductWithPortfolioInput' => ['type' => 'structure', 'required' => ['ProductId', 'PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id'], 'SourcePortfolioId' => ['shape' => 'Id']]], 'AssociateProductWithPortfolioOutput' => ['type' => 'structure', 'members' => []], 'AssociateServiceActionWithProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId', 'ServiceActionId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'AssociateServiceActionWithProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'AssociateTagOptionWithResourceInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagOptionId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagOptionId' => ['shape' => 'TagOptionId']]], 'AssociateTagOptionWithResourceOutput' => ['type' => 'structure', 'members' => []], 'AttributeValue' => ['type' => 'string'], 'BatchAssociateServiceActionWithProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ServiceActionAssociations'], 'members' => ['ServiceActionAssociations' => ['shape' => 'ServiceActionAssociations'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'BatchAssociateServiceActionWithProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['FailedServiceActionAssociations' => ['shape' => 'FailedServiceActionAssociations']]], 'BatchDisassociateServiceActionFromProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ServiceActionAssociations'], 'members' => ['ServiceActionAssociations' => ['shape' => 'ServiceActionAssociations'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'BatchDisassociateServiceActionFromProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['FailedServiceActionAssociations' => ['shape' => 'FailedServiceActionAssociations']]], 'BudgetDetail' => ['type' => 'structure', 'members' => ['BudgetName' => ['shape' => 'BudgetName']]], 'BudgetName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'Budgets' => ['type' => 'list', 'member' => ['shape' => 'BudgetDetail']], 'CausingEntity' => ['type' => 'string'], 'ChangeAction' => ['type' => 'string', 'enum' => ['ADD', 'MODIFY', 'REMOVE']], 'CloudWatchDashboard' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CloudWatchDashboardName']]], 'CloudWatchDashboardName' => ['type' => 'string'], 'CloudWatchDashboards' => ['type' => 'list', 'member' => ['shape' => 'CloudWatchDashboard']], 'ConstraintDescription' => ['type' => 'string', 'max' => 2000], 'ConstraintDetail' => ['type' => 'structure', 'members' => ['ConstraintId' => ['shape' => 'Id'], 'Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription'], 'Owner' => ['shape' => 'AccountId']]], 'ConstraintDetails' => ['type' => 'list', 'member' => ['shape' => 'ConstraintDetail']], 'ConstraintParameters' => ['type' => 'string'], 'ConstraintSummaries' => ['type' => 'list', 'member' => ['shape' => 'ConstraintSummary']], 'ConstraintSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription']]], 'ConstraintType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'CopyOption' => ['type' => 'string', 'enum' => ['CopyTags']], 'CopyOptions' => ['type' => 'list', 'member' => ['shape' => 'CopyOption']], 'CopyProductInput' => ['type' => 'structure', 'required' => ['SourceProductArn', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'SourceProductArn' => ['shape' => 'ProductArn'], 'TargetProductId' => ['shape' => 'Id'], 'TargetProductName' => ['shape' => 'ProductViewName'], 'SourceProvisioningArtifactIdentifiers' => ['shape' => 'SourceProvisioningArtifactProperties'], 'CopyOptions' => ['shape' => 'CopyOptions'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CopyProductOutput' => ['type' => 'structure', 'members' => ['CopyProductToken' => ['shape' => 'Id']]], 'CopyProductStatus' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'IN_PROGRESS', 'FAILED']], 'CreateConstraintInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'ProductId', 'Parameters', 'Type', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'Parameters' => ['shape' => 'ConstraintParameters'], 'Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'CreatePortfolioInput' => ['type' => 'structure', 'required' => ['DisplayName', 'ProviderName', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'ProviderName' => ['shape' => 'ProviderName'], 'Tags' => ['shape' => 'AddTags'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreatePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags']]], 'CreatePortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'AccountId' => ['shape' => 'AccountId'], 'OrganizationNode' => ['shape' => 'OrganizationNode']]], 'CreatePortfolioShareOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'CreateProductInput' => ['type' => 'structure', 'required' => ['Name', 'Owner', 'ProductType', 'ProvisioningArtifactParameters', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'Description' => ['shape' => 'ProductViewShortDescription'], 'Distributor' => ['shape' => 'ProductViewOwner'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportUrl' => ['shape' => 'SupportUrl'], 'ProductType' => ['shape' => 'ProductType'], 'Tags' => ['shape' => 'AddTags'], 'ProvisioningArtifactParameters' => ['shape' => 'ProvisioningArtifactProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateProductOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Tags' => ['shape' => 'Tags']]], 'CreateProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanName', 'PlanType', 'ProductId', 'ProvisionedProductName', 'ProvisioningArtifactId', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'PathId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'CreateProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'Parameters', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'Parameters' => ['shape' => 'ProvisioningArtifactProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'CreateServiceActionInput' => ['type' => 'structure', 'required' => ['Name', 'DefinitionType', 'Definition', 'IdempotencyToken'], 'members' => ['Name' => ['shape' => 'ServiceActionName'], 'DefinitionType' => ['shape' => 'ServiceActionDefinitionType'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap'], 'Description' => ['shape' => 'ServiceActionDescription'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'CreateTagOptionInput' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue']]], 'CreateTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'CreatedTime' => ['type' => 'timestamp'], 'CreationTime' => ['type' => 'timestamp'], 'DefaultValue' => ['type' => 'string'], 'DeleteConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeleteConstraintOutput' => ['type' => 'structure', 'members' => []], 'DeletePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeletePortfolioOutput' => ['type' => 'structure', 'members' => []], 'DeletePortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'AccountId' => ['shape' => 'AccountId'], 'OrganizationNode' => ['shape' => 'OrganizationNode']]], 'DeletePortfolioShareOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'DeleteProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeleteProductOutput' => ['type' => 'structure', 'members' => []], 'DeleteProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'IgnoreErrors' => ['shape' => 'IgnoreErrors']]], 'DeleteProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => []], 'DeleteProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'DeleteProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'DeleteServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DeleteServiceActionOutput' => ['type' => 'structure', 'members' => []], 'DeleteTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId']]], 'DeleteTagOptionOutput' => ['type' => 'structure', 'members' => []], 'DescribeConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'DescribeCopyProductStatusInput' => ['type' => 'structure', 'required' => ['CopyProductToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'CopyProductToken' => ['shape' => 'Id']]], 'DescribeCopyProductStatusOutput' => ['type' => 'structure', 'members' => ['CopyProductStatus' => ['shape' => 'CopyProductStatus'], 'TargetProductId' => ['shape' => 'Id'], 'StatusDetail' => ['shape' => 'StatusDetail']]], 'DescribePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags'], 'TagOptions' => ['shape' => 'TagOptionDetails'], 'Budgets' => ['shape' => 'Budgets']]], 'DescribePortfolioShareStatusInput' => ['type' => 'structure', 'required' => ['PortfolioShareToken'], 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'DescribePortfolioShareStatusOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationNodeValue' => ['shape' => 'OrganizationNodeValue'], 'Status' => ['shape' => 'ShareStatus'], 'ShareDetails' => ['shape' => 'ShareDetails']]], 'DescribeProductAsAdminInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProductAsAdminOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'ProvisioningArtifactSummaries' => ['shape' => 'ProvisioningArtifactSummaries'], 'Tags' => ['shape' => 'Tags'], 'TagOptions' => ['shape' => 'TagOptionDetails'], 'Budgets' => ['shape' => 'Budgets']]], 'DescribeProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProductOutput' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifacts' => ['shape' => 'ProvisioningArtifacts'], 'Budgets' => ['shape' => 'Budgets']]], 'DescribeProductViewInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProductViewOutput' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifacts' => ['shape' => 'ProvisioningArtifacts']]], 'DescribeProvisionedProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProvisionedProductOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductDetail' => ['shape' => 'ProvisionedProductDetail'], 'CloudWatchDashboards' => ['shape' => 'CloudWatchDashboards']]], 'DescribeProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'DescribeProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductPlanDetails' => ['shape' => 'ProvisionedProductPlanDetails'], 'ResourceChanges' => ['shape' => 'ResourceChanges'], 'NextPageToken' => ['shape' => 'PageToken']]], 'DescribeProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProvisioningArtifactId', 'ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'Verbose' => ['shape' => 'Verbose']]], 'DescribeProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'DescribeProvisioningParametersInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PathId' => ['shape' => 'Id']]], 'DescribeProvisioningParametersOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactParameters' => ['shape' => 'ProvisioningArtifactParameters'], 'ConstraintSummaries' => ['shape' => 'ConstraintSummaries'], 'UsageInstructions' => ['shape' => 'UsageInstructions'], 'TagOptions' => ['shape' => 'TagOptionSummaries'], 'ProvisioningArtifactPreferences' => ['shape' => 'ProvisioningArtifactPreferences']]], 'DescribeRecordInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeRecordOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail'], 'RecordOutputs' => ['shape' => 'RecordOutputs'], 'NextPageToken' => ['shape' => 'PageToken']]], 'DescribeServiceActionExecutionParametersInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ServiceActionId'], 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DescribeServiceActionExecutionParametersOutput' => ['type' => 'structure', 'members' => ['ServiceActionParameters' => ['shape' => 'ExecutionParameters']]], 'DescribeServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DescribeServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'DescribeTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId']]], 'DescribeTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'Description' => ['type' => 'string'], 'DisableAWSOrganizationsAccessInput' => ['type' => 'structure', 'members' => []], 'DisableAWSOrganizationsAccessOutput' => ['type' => 'structure', 'members' => []], 'DisableTemplateValidation' => ['type' => 'boolean'], 'DisassociateBudgetFromResourceInput' => ['type' => 'structure', 'required' => ['BudgetName', 'ResourceId'], 'members' => ['BudgetName' => ['shape' => 'BudgetName'], 'ResourceId' => ['shape' => 'Id']]], 'DisassociateBudgetFromResourceOutput' => ['type' => 'structure', 'members' => []], 'DisassociatePrincipalFromPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'PrincipalARN'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PrincipalARN' => ['shape' => 'PrincipalARN']]], 'DisassociatePrincipalFromPortfolioOutput' => ['type' => 'structure', 'members' => []], 'DisassociateProductFromPortfolioInput' => ['type' => 'structure', 'required' => ['ProductId', 'PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id']]], 'DisassociateProductFromPortfolioOutput' => ['type' => 'structure', 'members' => []], 'DisassociateServiceActionFromProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId', 'ServiceActionId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DisassociateServiceActionFromProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'DisassociateTagOptionFromResourceInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagOptionId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagOptionId' => ['shape' => 'TagOptionId']]], 'DisassociateTagOptionFromResourceOutput' => ['type' => 'structure', 'members' => []], 'DuplicateResourceException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EnableAWSOrganizationsAccessInput' => ['type' => 'structure', 'members' => []], 'EnableAWSOrganizationsAccessOutput' => ['type' => 'structure', 'members' => []], 'Error' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'ErrorDescription' => ['type' => 'string'], 'EvaluationType' => ['type' => 'string', 'enum' => ['STATIC', 'DYNAMIC']], 'ExecuteProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'ExecuteProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ExecuteProvisionedProductServiceActionInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ServiceActionId', 'ExecuteToken'], 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'ExecuteToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Parameters' => ['shape' => 'ExecutionParameterMap']]], 'ExecuteProvisionedProductServiceActionOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ExecutionParameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ExecutionParameterKey'], 'Type' => ['shape' => 'ExecutionParameterType'], 'DefaultValues' => ['shape' => 'ExecutionParameterValueList']]], 'ExecutionParameterKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ExecutionParameterMap' => ['type' => 'map', 'key' => ['shape' => 'ExecutionParameterKey'], 'value' => ['shape' => 'ExecutionParameterValueList'], 'max' => 200, 'min' => 1], 'ExecutionParameterType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ExecutionParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 0], 'ExecutionParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'ExecutionParameterValue'], 'max' => 25, 'min' => 0], 'ExecutionParameters' => ['type' => 'list', 'member' => ['shape' => 'ExecutionParameter']], 'FailedServiceActionAssociation' => ['type' => 'structure', 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ErrorCode' => ['shape' => 'ServiceActionAssociationErrorCode'], 'ErrorMessage' => ['shape' => 'ServiceActionAssociationErrorMessage']]], 'FailedServiceActionAssociations' => ['type' => 'list', 'member' => ['shape' => 'FailedServiceActionAssociation'], 'max' => 50], 'GetAWSOrganizationsAccessStatusInput' => ['type' => 'structure', 'members' => []], 'GetAWSOrganizationsAccessStatusOutput' => ['type' => 'structure', 'members' => ['AccessStatus' => ['shape' => 'AccessStatus']]], 'HasDefaultPath' => ['type' => 'boolean'], 'Id' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-]*'], 'IdempotencyToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'IgnoreErrors' => ['type' => 'boolean'], 'InstructionType' => ['type' => 'string'], 'InstructionValue' => ['type' => 'string'], 'InvalidParametersException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LastRequestId' => ['type' => 'string'], 'LaunchPathSummaries' => ['type' => 'list', 'member' => ['shape' => 'LaunchPathSummary']], 'LaunchPathSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ConstraintSummaries' => ['shape' => 'ConstraintSummaries'], 'Tags' => ['shape' => 'Tags'], 'Name' => ['shape' => 'PortfolioName']]], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListAcceptedPortfolioSharesInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'ListAcceptedPortfolioSharesOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListBudgetsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ResourceId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListBudgetsForResourceOutput' => ['type' => 'structure', 'members' => ['Budgets' => ['shape' => 'Budgets'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListConstraintsForPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListConstraintsForPortfolioOutput' => ['type' => 'structure', 'members' => ['ConstraintDetails' => ['shape' => 'ConstraintDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListLaunchPathsInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListLaunchPathsOutput' => ['type' => 'structure', 'members' => ['LaunchPathSummaries' => ['shape' => 'LaunchPathSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListOrganizationPortfolioAccessInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'OrganizationNodeType'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationNodeType' => ['shape' => 'OrganizationNodeType'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListOrganizationPortfolioAccessOutput' => ['type' => 'structure', 'members' => ['OrganizationNodes' => ['shape' => 'OrganizationNodes'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfolioAccessInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationParentId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfolioAccessOutput' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIds'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfoliosForProductInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfoliosForProductOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfoliosInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfoliosOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPrincipalsForPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListPrincipalsForPortfolioOutput' => ['type' => 'structure', 'members' => ['Principals' => ['shape' => 'Principals'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisionedProductPlansInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter']]], 'ListProvisionedProductPlansOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductPlans' => ['shape' => 'ProvisionedProductPlans'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisioningArtifactsForServiceActionInput' => ['type' => 'structure', 'required' => ['ServiceActionId'], 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'ListProvisioningArtifactsForServiceActionOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactViews' => ['shape' => 'ProvisioningArtifactViews'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisioningArtifactsInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id']]], 'ListProvisioningArtifactsOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetails' => ['shape' => 'ProvisioningArtifactDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListRecordHistoryInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'SearchFilter' => ['shape' => 'ListRecordHistorySearchFilter'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListRecordHistoryOutput' => ['type' => 'structure', 'members' => ['RecordDetails' => ['shape' => 'RecordDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListRecordHistorySearchFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'SearchFilterKey'], 'Value' => ['shape' => 'SearchFilterValue']]], 'ListResourcesForTagOptionInput' => ['type' => 'structure', 'required' => ['TagOptionId'], 'members' => ['TagOptionId' => ['shape' => 'TagOptionId'], 'ResourceType' => ['shape' => 'ResourceType'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListResourcesForTagOptionOutput' => ['type' => 'structure', 'members' => ['ResourceDetails' => ['shape' => 'ResourceDetails'], 'PageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsForProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'ListServiceActionsForProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ServiceActionSummaries' => ['shape' => 'ServiceActionSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsOutput' => ['type' => 'structure', 'members' => ['ServiceActionSummaries' => ['shape' => 'ServiceActionSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListStackInstancesForProvisionedProductInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListStackInstancesForProvisionedProductOutput' => ['type' => 'structure', 'members' => ['StackInstances' => ['shape' => 'StackInstances'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListTagOptionsFilters' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive']]], 'ListTagOptionsInput' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ListTagOptionsFilters'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListTagOptionsOutput' => ['type' => 'structure', 'members' => ['TagOptionDetails' => ['shape' => 'TagOptionDetails'], 'PageToken' => ['shape' => 'PageToken']]], 'LogicalResourceId' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'Namespaces' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'NoEcho' => ['type' => 'boolean'], 'NotificationArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'NotificationArns' => ['type' => 'list', 'member' => ['shape' => 'NotificationArn'], 'max' => 5], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationNode' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'OrganizationNodeType'], 'Value' => ['shape' => 'OrganizationNodeValue']]], 'OrganizationNodeType' => ['type' => 'string', 'enum' => ['ORGANIZATION', 'ORGANIZATIONAL_UNIT', 'ACCOUNT']], 'OrganizationNodeValue' => ['type' => 'string', 'pattern' => '(^[0-9]{12}$)|(^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32})|(^o-[a-z0-9]{10,32}$)|(^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}$)|(^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)'], 'OrganizationNodes' => ['type' => 'list', 'member' => ['shape' => 'OrganizationNode']], 'OutputKey' => ['type' => 'string'], 'OutputValue' => ['type' => 'string'], 'PageSize' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'PageToken' => ['type' => 'string', 'max' => 2024, 'pattern' => '[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*'], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['AllowedValues' => ['shape' => 'AllowedValues']]], 'ParameterKey' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ParameterType' => ['type' => 'string'], 'ParameterValue' => ['type' => 'string', 'max' => 4096], 'PhysicalId' => ['type' => 'string'], 'PhysicalResourceId' => ['type' => 'string'], 'PlanResourceType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'PortfolioDescription' => ['type' => 'string', 'max' => 2000], 'PortfolioDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ARN' => ['shape' => 'ResourceARN'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'CreatedTime' => ['shape' => 'CreationTime'], 'ProviderName' => ['shape' => 'ProviderName']]], 'PortfolioDetails' => ['type' => 'list', 'member' => ['shape' => 'PortfolioDetail']], 'PortfolioDisplayName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PortfolioName' => ['type' => 'string'], 'PortfolioShareType' => ['type' => 'string', 'enum' => ['IMPORTED', 'AWS_SERVICECATALOG', 'AWS_ORGANIZATIONS']], 'Principal' => ['type' => 'structure', 'members' => ['PrincipalARN' => ['shape' => 'PrincipalARN'], 'PrincipalType' => ['shape' => 'PrincipalType']]], 'PrincipalARN' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'PrincipalType' => ['type' => 'string', 'enum' => ['IAM']], 'Principals' => ['type' => 'list', 'member' => ['shape' => 'Principal']], 'ProductArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'ProductSource' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'ProductType' => ['type' => 'string', 'enum' => ['CLOUD_FORMATION_TEMPLATE', 'MARKETPLACE'], 'max' => 8191], 'ProductViewAggregationType' => ['type' => 'string'], 'ProductViewAggregationValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'AttributeValue'], 'ApproximateCount' => ['shape' => 'ApproximateCount']]], 'ProductViewAggregationValues' => ['type' => 'list', 'member' => ['shape' => 'ProductViewAggregationValue']], 'ProductViewAggregations' => ['type' => 'map', 'key' => ['shape' => 'ProductViewAggregationType'], 'value' => ['shape' => 'ProductViewAggregationValues']], 'ProductViewDetail' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'Status' => ['shape' => 'Status'], 'ProductARN' => ['shape' => 'ResourceARN'], 'CreatedTime' => ['shape' => 'CreatedTime']]], 'ProductViewDetails' => ['type' => 'list', 'member' => ['shape' => 'ProductViewDetail']], 'ProductViewDistributor' => ['type' => 'string'], 'ProductViewFilterBy' => ['type' => 'string', 'enum' => ['FullTextSearch', 'Owner', 'ProductType', 'SourceProductId']], 'ProductViewFilterValue' => ['type' => 'string'], 'ProductViewFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ProductViewFilterValue']], 'ProductViewFilters' => ['type' => 'map', 'key' => ['shape' => 'ProductViewFilterBy'], 'value' => ['shape' => 'ProductViewFilterValues']], 'ProductViewName' => ['type' => 'string', 'max' => 8191], 'ProductViewOwner' => ['type' => 'string', 'max' => 8191], 'ProductViewShortDescription' => ['type' => 'string', 'max' => 8191], 'ProductViewSortBy' => ['type' => 'string', 'enum' => ['Title', 'VersionCount', 'CreationDate']], 'ProductViewSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProductViewSummary']], 'ProductViewSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'ShortDescription' => ['shape' => 'ProductViewShortDescription'], 'Type' => ['shape' => 'ProductType'], 'Distributor' => ['shape' => 'ProductViewDistributor'], 'HasDefaultPath' => ['shape' => 'HasDefaultPath'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportUrl' => ['shape' => 'SupportUrl']]], 'PropertyKey' => ['type' => 'string', 'enum' => ['OWNER'], 'max' => 128, 'min' => 1], 'PropertyName' => ['type' => 'string'], 'PropertyValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ProviderName' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ProvisionProductInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId', 'ProvisionedProductName', 'ProvisionToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PathId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningParameters' => ['shape' => 'ProvisioningParameters'], 'ProvisioningPreferences' => ['shape' => 'ProvisioningPreferences'], 'Tags' => ['shape' => 'Tags'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'ProvisionToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'ProvisionProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ProvisionedProductAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ProvisionedProductNameOrArn'], 'Arn' => ['shape' => 'ProvisionedProductNameOrArn'], 'Type' => ['shape' => 'ProvisionedProductType'], 'Id' => ['shape' => 'Id'], 'Status' => ['shape' => 'ProvisionedProductStatus'], 'StatusMessage' => ['shape' => 'ProvisionedProductStatusMessage'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'LastRecordId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'Tags'], 'PhysicalId' => ['shape' => 'PhysicalId'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'UserArn' => ['shape' => 'UserArn'], 'UserArnSession' => ['shape' => 'UserArnSession']]], 'ProvisionedProductAttributes' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductAttribute']], 'ProvisionedProductDetail' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ProvisionedProductNameOrArn'], 'Arn' => ['shape' => 'ProvisionedProductNameOrArn'], 'Type' => ['shape' => 'ProvisionedProductType'], 'Id' => ['shape' => 'ProvisionedProductId'], 'Status' => ['shape' => 'ProvisionedProductStatus'], 'StatusMessage' => ['shape' => 'ProvisionedProductStatusMessage'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'LastRecordId' => ['shape' => 'LastRequestId'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ProvisionedProductDetails' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductDetail']], 'ProvisionedProductFilters' => ['type' => 'map', 'key' => ['shape' => 'ProvisionedProductViewFilterBy'], 'value' => ['shape' => 'ProvisionedProductViewFilterValues']], 'ProvisionedProductId' => ['type' => 'string'], 'ProvisionedProductName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9._-]*'], 'ProvisionedProductNameOrArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'ProvisionedProductPlanDetails' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'CreatedTime'], 'PathId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionProductName' => ['shape' => 'ProvisionedProductName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'Status' => ['shape' => 'ProvisionedProductPlanStatus'], 'UpdatedTime' => ['shape' => 'UpdatedTime'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'Tags' => ['shape' => 'Tags'], 'StatusMessage' => ['shape' => 'StatusMessage']]], 'ProvisionedProductPlanName' => ['type' => 'string'], 'ProvisionedProductPlanStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_SUCCESS', 'CREATE_FAILED', 'EXECUTE_IN_PROGRESS', 'EXECUTE_SUCCESS', 'EXECUTE_FAILED']], 'ProvisionedProductPlanSummary' => ['type' => 'structure', 'members' => ['PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionProductName' => ['shape' => 'ProvisionedProductName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ProvisionedProductPlanType' => ['type' => 'string', 'enum' => ['CLOUDFORMATION']], 'ProvisionedProductPlans' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductPlanSummary']], 'ProvisionedProductProperties' => ['type' => 'map', 'key' => ['shape' => 'PropertyKey'], 'value' => ['shape' => 'PropertyValue'], 'max' => 100, 'min' => 1], 'ProvisionedProductStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UNDER_CHANGE', 'TAINTED', 'ERROR', 'PLAN_IN_PROGRESS']], 'ProvisionedProductStatusMessage' => ['type' => 'string'], 'ProvisionedProductType' => ['type' => 'string'], 'ProvisionedProductViewFilterBy' => ['type' => 'string', 'enum' => ['SearchQuery']], 'ProvisionedProductViewFilterValue' => ['type' => 'string'], 'ProvisionedProductViewFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductViewFilterValue']], 'ProvisioningArtifact' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'CreatedTime' => ['shape' => 'ProvisioningArtifactCreatedTime'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'ProvisioningArtifactActive' => ['type' => 'boolean'], 'ProvisioningArtifactCreatedTime' => ['type' => 'timestamp'], 'ProvisioningArtifactDescription' => ['type' => 'string'], 'ProvisioningArtifactDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactName'], 'Type' => ['shape' => 'ProvisioningArtifactType'], 'CreatedTime' => ['shape' => 'CreationTime'], 'Active' => ['shape' => 'ProvisioningArtifactActive'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'ProvisioningArtifactDetails' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactDetail']], 'ProvisioningArtifactGuidance' => ['type' => 'string', 'enum' => ['DEFAULT', 'DEPRECATED']], 'ProvisioningArtifactInfo' => ['type' => 'map', 'key' => ['shape' => 'ProvisioningArtifactInfoKey'], 'value' => ['shape' => 'ProvisioningArtifactInfoValue'], 'max' => 100, 'min' => 1], 'ProvisioningArtifactInfoKey' => ['type' => 'string'], 'ProvisioningArtifactInfoValue' => ['type' => 'string'], 'ProvisioningArtifactName' => ['type' => 'string'], 'ProvisioningArtifactParameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'DefaultValue'], 'ParameterType' => ['shape' => 'ParameterType'], 'IsNoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description'], 'ParameterConstraints' => ['shape' => 'ParameterConstraints']]], 'ProvisioningArtifactParameters' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactParameter']], 'ProvisioningArtifactPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions']]], 'ProvisioningArtifactProperties' => ['type' => 'structure', 'required' => ['Info'], 'members' => ['Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Type' => ['shape' => 'ProvisioningArtifactType'], 'DisableTemplateValidation' => ['shape' => 'DisableTemplateValidation']]], 'ProvisioningArtifactPropertyName' => ['type' => 'string', 'enum' => ['Id']], 'ProvisioningArtifactPropertyValue' => ['type' => 'string'], 'ProvisioningArtifactSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactSummary']], 'ProvisioningArtifactSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'CreatedTime' => ['shape' => 'ProvisioningArtifactCreatedTime'], 'ProvisioningArtifactMetadata' => ['shape' => 'ProvisioningArtifactInfo']]], 'ProvisioningArtifactType' => ['type' => 'string', 'enum' => ['CLOUD_FORMATION_TEMPLATE', 'MARKETPLACE_AMI', 'MARKETPLACE_CAR']], 'ProvisioningArtifactView' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifact' => ['shape' => 'ProvisioningArtifact']]], 'ProvisioningArtifactViews' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactView']], 'ProvisioningArtifacts' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifact']], 'ProvisioningParameter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ParameterKey'], 'Value' => ['shape' => 'ParameterValue']]], 'ProvisioningParameters' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningParameter']], 'ProvisioningPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions'], 'StackSetFailureToleranceCount' => ['shape' => 'StackSetFailureToleranceCount'], 'StackSetFailureTolerancePercentage' => ['shape' => 'StackSetFailureTolerancePercentage'], 'StackSetMaxConcurrencyCount' => ['shape' => 'StackSetMaxConcurrencyCount'], 'StackSetMaxConcurrencyPercentage' => ['shape' => 'StackSetMaxConcurrencyPercentage']]], 'RecordDetail' => ['type' => 'structure', 'members' => ['RecordId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'Status' => ['shape' => 'RecordStatus'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'UpdatedTime' => ['shape' => 'UpdatedTime'], 'ProvisionedProductType' => ['shape' => 'ProvisionedProductType'], 'RecordType' => ['shape' => 'RecordType'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PathId' => ['shape' => 'Id'], 'RecordErrors' => ['shape' => 'RecordErrors'], 'RecordTags' => ['shape' => 'RecordTags']]], 'RecordDetails' => ['type' => 'list', 'member' => ['shape' => 'RecordDetail']], 'RecordError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Description' => ['shape' => 'ErrorDescription']]], 'RecordErrors' => ['type' => 'list', 'member' => ['shape' => 'RecordError']], 'RecordOutput' => ['type' => 'structure', 'members' => ['OutputKey' => ['shape' => 'OutputKey'], 'OutputValue' => ['shape' => 'OutputValue'], 'Description' => ['shape' => 'Description']]], 'RecordOutputs' => ['type' => 'list', 'member' => ['shape' => 'RecordOutput']], 'RecordStatus' => ['type' => 'string', 'enum' => ['CREATED', 'IN_PROGRESS', 'IN_PROGRESS_IN_ERROR', 'SUCCEEDED', 'FAILED']], 'RecordTag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'RecordTagKey'], 'Value' => ['shape' => 'RecordTagValue']]], 'RecordTagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'RecordTagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'RecordTags' => ['type' => 'list', 'member' => ['shape' => 'RecordTag'], 'max' => 50], 'RecordType' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'RejectPortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'RejectPortfolioShareOutput' => ['type' => 'structure', 'members' => []], 'Replacement' => ['type' => 'string', 'enum' => ['TRUE', 'FALSE', 'CONDITIONAL']], 'RequiresRecreation' => ['type' => 'string', 'enum' => ['NEVER', 'CONDITIONALLY', 'ALWAYS']], 'ResourceARN' => ['type' => 'string', 'max' => 150, 'min' => 1], 'ResourceAttribute' => ['type' => 'string', 'enum' => ['PROPERTIES', 'METADATA', 'CREATIONPOLICY', 'UPDATEPOLICY', 'DELETIONPOLICY', 'TAGS']], 'ResourceChange' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'ChangeAction'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'PlanResourceType'], 'Replacement' => ['shape' => 'Replacement'], 'Scope' => ['shape' => 'Scope'], 'Details' => ['shape' => 'ResourceChangeDetails']]], 'ResourceChangeDetail' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'ResourceTargetDefinition'], 'Evaluation' => ['shape' => 'EvaluationType'], 'CausingEntity' => ['shape' => 'CausingEntity']]], 'ResourceChangeDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceChangeDetail']], 'ResourceChanges' => ['type' => 'list', 'member' => ['shape' => 'ResourceChange']], 'ResourceDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceDetailId'], 'ARN' => ['shape' => 'ResourceDetailARN'], 'Name' => ['shape' => 'ResourceDetailName'], 'Description' => ['shape' => 'ResourceDetailDescription'], 'CreatedTime' => ['shape' => 'ResourceDetailCreatedTime']]], 'ResourceDetailARN' => ['type' => 'string'], 'ResourceDetailCreatedTime' => ['type' => 'timestamp'], 'ResourceDetailDescription' => ['type' => 'string'], 'ResourceDetailId' => ['type' => 'string'], 'ResourceDetailName' => ['type' => 'string'], 'ResourceDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceDetail']], 'ResourceId' => ['type' => 'string'], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceTargetDefinition' => ['type' => 'structure', 'members' => ['Attribute' => ['shape' => 'ResourceAttribute'], 'Name' => ['shape' => 'PropertyName'], 'RequiresRecreation' => ['shape' => 'RequiresRecreation']]], 'ResourceType' => ['type' => 'string'], 'ScanProvisionedProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ScanProvisionedProductsOutput' => ['type' => 'structure', 'members' => ['ProvisionedProducts' => ['shape' => 'ProvisionedProductDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'Scope' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute']], 'SearchFilterKey' => ['type' => 'string'], 'SearchFilterValue' => ['type' => 'string'], 'SearchProductsAsAdminInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'Filters' => ['shape' => 'ProductViewFilters'], 'SortBy' => ['shape' => 'ProductViewSortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize'], 'ProductSource' => ['shape' => 'ProductSource']]], 'SearchProductsAsAdminOutput' => ['type' => 'structure', 'members' => ['ProductViewDetails' => ['shape' => 'ProductViewDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Filters' => ['shape' => 'ProductViewFilters'], 'PageSize' => ['shape' => 'PageSize'], 'SortBy' => ['shape' => 'ProductViewSortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageToken' => ['shape' => 'PageToken']]], 'SearchProductsOutput' => ['type' => 'structure', 'members' => ['ProductViewSummaries' => ['shape' => 'ProductViewSummaries'], 'ProductViewAggregations' => ['shape' => 'ProductViewAggregations'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'Filters' => ['shape' => 'ProvisionedProductFilters'], 'SortBy' => ['shape' => 'SortField'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageSize' => ['shape' => 'SearchProvisionedProductsPageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsOutput' => ['type' => 'structure', 'members' => ['ProvisionedProducts' => ['shape' => 'ProvisionedProductAttributes'], 'TotalResultsCount' => ['shape' => 'TotalResultsCount'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ServiceActionAssociation' => ['type' => 'structure', 'required' => ['ServiceActionId', 'ProductId', 'ProvisioningArtifactId'], 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ServiceActionAssociationErrorCode' => ['type' => 'string', 'enum' => ['DUPLICATE_RESOURCE', 'INTERNAL_FAILURE', 'LIMIT_EXCEEDED', 'RESOURCE_NOT_FOUND', 'THROTTLING']], 'ServiceActionAssociationErrorMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ServiceActionAssociations' => ['type' => 'list', 'member' => ['shape' => 'ServiceActionAssociation'], 'max' => 50, 'min' => 1], 'ServiceActionDefinitionKey' => ['type' => 'string', 'enum' => ['Name', 'Version', 'AssumeRole', 'Parameters']], 'ServiceActionDefinitionMap' => ['type' => 'map', 'key' => ['shape' => 'ServiceActionDefinitionKey'], 'value' => ['shape' => 'ServiceActionDefinitionValue'], 'max' => 100, 'min' => 1], 'ServiceActionDefinitionType' => ['type' => 'string', 'enum' => ['SSM_AUTOMATION']], 'ServiceActionDefinitionValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ServiceActionDescription' => ['type' => 'string', 'max' => 1024], 'ServiceActionDetail' => ['type' => 'structure', 'members' => ['ServiceActionSummary' => ['shape' => 'ServiceActionSummary'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap']]], 'ServiceActionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-.]*'], 'ServiceActionSummaries' => ['type' => 'list', 'member' => ['shape' => 'ServiceActionSummary']], 'ServiceActionSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ServiceActionName'], 'Description' => ['shape' => 'ServiceActionDescription'], 'DefinitionType' => ['shape' => 'ServiceActionDefinitionType']]], 'ShareDetails' => ['type' => 'structure', 'members' => ['SuccessfulShares' => ['shape' => 'SuccessfulShares'], 'ShareErrors' => ['shape' => 'ShareErrors']]], 'ShareError' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Namespaces'], 'Message' => ['shape' => 'Message'], 'Error' => ['shape' => 'Error']]], 'ShareErrors' => ['type' => 'list', 'member' => ['shape' => 'ShareError']], 'ShareStatus' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'COMPLETED', 'COMPLETED_WITH_ERRORS', 'ERROR']], 'SortField' => ['type' => 'string'], 'SortOrder' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'SourceProvisioningArtifactProperties' => ['type' => 'list', 'member' => ['shape' => 'SourceProvisioningArtifactPropertiesMap']], 'SourceProvisioningArtifactPropertiesMap' => ['type' => 'map', 'key' => ['shape' => 'ProvisioningArtifactPropertyName'], 'value' => ['shape' => 'ProvisioningArtifactPropertyValue']], 'StackInstance' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'Region' => ['shape' => 'Region'], 'StackInstanceStatus' => ['shape' => 'StackInstanceStatus']]], 'StackInstanceStatus' => ['type' => 'string', 'enum' => ['CURRENT', 'OUTDATED', 'INOPERABLE']], 'StackInstances' => ['type' => 'list', 'member' => ['shape' => 'StackInstance']], 'StackSetAccounts' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'StackSetFailureToleranceCount' => ['type' => 'integer', 'min' => 0], 'StackSetFailureTolerancePercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'StackSetMaxConcurrencyCount' => ['type' => 'integer', 'min' => 1], 'StackSetMaxConcurrencyPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'StackSetOperationType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE']], 'StackSetRegions' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'Status' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'FAILED']], 'StatusDetail' => ['type' => 'string'], 'StatusMessage' => ['type' => 'string', 'pattern' => '[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*'], 'SuccessfulShares' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'SupportDescription' => ['type' => 'string', 'max' => 8191], 'SupportEmail' => ['type' => 'string', 'max' => 254], 'SupportUrl' => ['type' => 'string', 'max' => 2083], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagOptionActive' => ['type' => 'boolean'], 'TagOptionDetail' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive'], 'Id' => ['shape' => 'TagOptionId']]], 'TagOptionDetails' => ['type' => 'list', 'member' => ['shape' => 'TagOptionDetail']], 'TagOptionId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'TagOptionKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagOptionNotMigratedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagOptionSummaries' => ['type' => 'list', 'member' => ['shape' => 'TagOptionSummary']], 'TagOptionSummary' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Values' => ['shape' => 'TagOptionValues']]], 'TagOptionValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagOptionValues' => ['type' => 'list', 'member' => ['shape' => 'TagOptionValue']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'TerminateProvisionedProductInput' => ['type' => 'structure', 'required' => ['TerminateToken'], 'members' => ['ProvisionedProductName' => ['shape' => 'ProvisionedProductNameOrArn'], 'ProvisionedProductId' => ['shape' => 'Id'], 'TerminateToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'IgnoreErrors' => ['shape' => 'IgnoreErrors'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'TerminateProvisionedProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'TotalResultsCount' => ['type' => 'integer'], 'UpdateConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Description' => ['shape' => 'ConstraintDescription'], 'Parameters' => ['shape' => 'ConstraintParameters']]], 'UpdateConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'UpdatePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'ProviderName' => ['shape' => 'ProviderName'], 'AddTags' => ['shape' => 'AddTags'], 'RemoveTags' => ['shape' => 'TagKeys']]], 'UpdatePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags']]], 'UpdateProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'Description' => ['shape' => 'ProductViewShortDescription'], 'Distributor' => ['shape' => 'ProductViewOwner'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportUrl' => ['shape' => 'SupportUrl'], 'AddTags' => ['shape' => 'AddTags'], 'RemoveTags' => ['shape' => 'TagKeys']]], 'UpdateProductOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'Tags' => ['shape' => 'Tags']]], 'UpdateProvisionedProductInput' => ['type' => 'structure', 'required' => ['UpdateToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductNameOrArn'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PathId' => ['shape' => 'Id'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'ProvisioningPreferences' => ['shape' => 'UpdateProvisioningPreferences'], 'Tags' => ['shape' => 'Tags'], 'UpdateToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'UpdateProvisionedProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'UpdateProvisionedProductPropertiesInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ProvisionedProductProperties', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProvisionedProductProperties' => ['shape' => 'ProvisionedProductProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'UpdateProvisionedProductPropertiesOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ProvisionedProductProperties' => ['shape' => 'ProvisionedProductProperties'], 'RecordId' => ['shape' => 'Id'], 'Status' => ['shape' => 'RecordStatus']]], 'UpdateProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'Active' => ['shape' => 'ProvisioningArtifactActive'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'UpdateProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'UpdateProvisioningParameter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ParameterKey'], 'Value' => ['shape' => 'ParameterValue'], 'UsePreviousValue' => ['shape' => 'UsePreviousValue']]], 'UpdateProvisioningParameters' => ['type' => 'list', 'member' => ['shape' => 'UpdateProvisioningParameter']], 'UpdateProvisioningPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions'], 'StackSetFailureToleranceCount' => ['shape' => 'StackSetFailureToleranceCount'], 'StackSetFailureTolerancePercentage' => ['shape' => 'StackSetFailureTolerancePercentage'], 'StackSetMaxConcurrencyCount' => ['shape' => 'StackSetMaxConcurrencyCount'], 'StackSetMaxConcurrencyPercentage' => ['shape' => 'StackSetMaxConcurrencyPercentage'], 'StackSetOperationType' => ['shape' => 'StackSetOperationType']]], 'UpdateServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ServiceActionName'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap'], 'Description' => ['shape' => 'ServiceActionDescription'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'UpdateServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'UpdateTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive']]], 'UpdateTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'UpdatedTime' => ['type' => 'timestamp'], 'UsageInstruction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'InstructionType'], 'Value' => ['shape' => 'InstructionValue']]], 'UsageInstructions' => ['type' => 'list', 'member' => ['shape' => 'UsageInstruction']], 'UsePreviousValue' => ['type' => 'boolean'], 'UserArn' => ['type' => 'string'], 'UserArnSession' => ['type' => 'string'], 'Verbose' => ['type' => 'boolean']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-12-10', 'endpointPrefix' => 'servicecatalog', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Service Catalog', 'serviceId' => 'Service Catalog', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWS242ServiceCatalogService', 'uid' => 'servicecatalog-2015-12-10'], 'operations' => ['AcceptPortfolioShare' => ['name' => 'AcceptPortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AcceptPortfolioShareInput'], 'output' => ['shape' => 'AcceptPortfolioShareOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateBudgetWithResource' => ['name' => 'AssociateBudgetWithResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateBudgetWithResourceInput'], 'output' => ['shape' => 'AssociateBudgetWithResourceOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException'], ['shape' => 'ResourceNotFoundException']]], 'AssociatePrincipalWithPortfolio' => ['name' => 'AssociatePrincipalWithPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociatePrincipalWithPortfolioInput'], 'output' => ['shape' => 'AssociatePrincipalWithPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateProductWithPortfolio' => ['name' => 'AssociateProductWithPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateProductWithPortfolioInput'], 'output' => ['shape' => 'AssociateProductWithPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException']]], 'AssociateServiceActionWithProvisioningArtifact' => ['name' => 'AssociateServiceActionWithProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateServiceActionWithProvisioningArtifactInput'], 'output' => ['shape' => 'AssociateServiceActionWithProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException']]], 'AssociateTagOptionWithResource' => ['name' => 'AssociateTagOptionWithResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateTagOptionWithResourceInput'], 'output' => ['shape' => 'AssociateTagOptionWithResourceOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'InvalidStateException']]], 'BatchAssociateServiceActionWithProvisioningArtifact' => ['name' => 'BatchAssociateServiceActionWithProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchAssociateServiceActionWithProvisioningArtifactInput'], 'output' => ['shape' => 'BatchAssociateServiceActionWithProvisioningArtifactOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'BatchDisassociateServiceActionFromProvisioningArtifact' => ['name' => 'BatchDisassociateServiceActionFromProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'BatchDisassociateServiceActionFromProvisioningArtifactInput'], 'output' => ['shape' => 'BatchDisassociateServiceActionFromProvisioningArtifactOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'CopyProduct' => ['name' => 'CopyProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyProductInput'], 'output' => ['shape' => 'CopyProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'CreateConstraint' => ['name' => 'CreateConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateConstraintInput'], 'output' => ['shape' => 'CreateConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'DuplicateResourceException']]], 'CreatePortfolio' => ['name' => 'CreatePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePortfolioInput'], 'output' => ['shape' => 'CreatePortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'CreatePortfolioShare' => ['name' => 'CreatePortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePortfolioShareInput'], 'output' => ['shape' => 'CreatePortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'InvalidStateException']]], 'CreateProduct' => ['name' => 'CreateProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProductInput'], 'output' => ['shape' => 'CreateProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'CreateProvisionedProductPlan' => ['name' => 'CreateProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProvisionedProductPlanInput'], 'output' => ['shape' => 'CreateProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'CreateProvisioningArtifact' => ['name' => 'CreateProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProvisioningArtifactInput'], 'output' => ['shape' => 'CreateProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException']]], 'CreateServiceAction' => ['name' => 'CreateServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceActionInput'], 'output' => ['shape' => 'CreateServiceActionOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'LimitExceededException']]], 'CreateTagOption' => ['name' => 'CreateTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagOptionInput'], 'output' => ['shape' => 'CreateTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'LimitExceededException']]], 'DeleteConstraint' => ['name' => 'DeleteConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteConstraintInput'], 'output' => ['shape' => 'DeleteConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DeletePortfolio' => ['name' => 'DeletePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePortfolioInput'], 'output' => ['shape' => 'DeletePortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'ResourceInUseException'], ['shape' => 'TagOptionNotMigratedException']]], 'DeletePortfolioShare' => ['name' => 'DeletePortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePortfolioShareInput'], 'output' => ['shape' => 'DeletePortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'InvalidStateException']]], 'DeleteProduct' => ['name' => 'DeleteProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProductInput'], 'output' => ['shape' => 'DeleteProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException'], ['shape' => 'TagOptionNotMigratedException']]], 'DeleteProvisionedProductPlan' => ['name' => 'DeleteProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProvisionedProductPlanInput'], 'output' => ['shape' => 'DeleteProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteProvisioningArtifact' => ['name' => 'DeleteProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProvisioningArtifactInput'], 'output' => ['shape' => 'DeleteProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException']]], 'DeleteServiceAction' => ['name' => 'DeleteServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceActionInput'], 'output' => ['shape' => 'DeleteServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException']]], 'DeleteTagOption' => ['name' => 'DeleteTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagOptionInput'], 'output' => ['shape' => 'DeleteTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceInUseException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeConstraint' => ['name' => 'DescribeConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeConstraintInput'], 'output' => ['shape' => 'DescribeConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeCopyProductStatus' => ['name' => 'DescribeCopyProductStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCopyProductStatusInput'], 'output' => ['shape' => 'DescribeCopyProductStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribePortfolio' => ['name' => 'DescribePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePortfolioInput'], 'output' => ['shape' => 'DescribePortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribePortfolioShareStatus' => ['name' => 'DescribePortfolioShareStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePortfolioShareStatusInput'], 'output' => ['shape' => 'DescribePortfolioShareStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'DescribeProduct' => ['name' => 'DescribeProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductInput'], 'output' => ['shape' => 'DescribeProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProductAsAdmin' => ['name' => 'DescribeProductAsAdmin', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductAsAdminInput'], 'output' => ['shape' => 'DescribeProductAsAdminOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProductView' => ['name' => 'DescribeProductView', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProductViewInput'], 'output' => ['shape' => 'DescribeProductViewOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProvisionedProduct' => ['name' => 'DescribeProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisionedProductInput'], 'output' => ['shape' => 'DescribeProvisionedProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeProvisionedProductPlan' => ['name' => 'DescribeProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisionedProductPlanInput'], 'output' => ['shape' => 'DescribeProvisionedProductPlanOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProvisioningArtifact' => ['name' => 'DescribeProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisioningArtifactInput'], 'output' => ['shape' => 'DescribeProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'DescribeProvisioningParameters' => ['name' => 'DescribeProvisioningParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProvisioningParametersInput'], 'output' => ['shape' => 'DescribeProvisioningParametersOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeRecord' => ['name' => 'DescribeRecord', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeRecordInput'], 'output' => ['shape' => 'DescribeRecordOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeServiceAction' => ['name' => 'DescribeServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceActionInput'], 'output' => ['shape' => 'DescribeServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeServiceActionExecutionParameters' => ['name' => 'DescribeServiceActionExecutionParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServiceActionExecutionParametersInput'], 'output' => ['shape' => 'DescribeServiceActionExecutionParametersOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeTagOption' => ['name' => 'DescribeTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagOptionInput'], 'output' => ['shape' => 'DescribeTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException']]], 'DisableAWSOrganizationsAccess' => ['name' => 'DisableAWSOrganizationsAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableAWSOrganizationsAccessInput'], 'output' => ['shape' => 'DisableAWSOrganizationsAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'OperationNotSupportedException']]], 'DisassociateBudgetFromResource' => ['name' => 'DisassociateBudgetFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateBudgetFromResourceInput'], 'output' => ['shape' => 'DisassociateBudgetFromResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DisassociatePrincipalFromPortfolio' => ['name' => 'DisassociatePrincipalFromPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociatePrincipalFromPortfolioInput'], 'output' => ['shape' => 'DisassociatePrincipalFromPortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateProductFromPortfolio' => ['name' => 'DisassociateProductFromPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateProductFromPortfolioInput'], 'output' => ['shape' => 'DisassociateProductFromPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceInUseException'], ['shape' => 'InvalidParametersException']]], 'DisassociateServiceActionFromProvisioningArtifact' => ['name' => 'DisassociateServiceActionFromProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateServiceActionFromProvisioningArtifactInput'], 'output' => ['shape' => 'DisassociateServiceActionFromProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DisassociateTagOptionFromResource' => ['name' => 'DisassociateTagOptionFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateTagOptionFromResourceInput'], 'output' => ['shape' => 'DisassociateTagOptionFromResourceOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException']]], 'EnableAWSOrganizationsAccess' => ['name' => 'EnableAWSOrganizationsAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableAWSOrganizationsAccessInput'], 'output' => ['shape' => 'EnableAWSOrganizationsAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException'], ['shape' => 'OperationNotSupportedException']]], 'ExecuteProvisionedProductPlan' => ['name' => 'ExecuteProvisionedProductPlan', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteProvisionedProductPlanInput'], 'output' => ['shape' => 'ExecuteProvisionedProductPlanOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'ExecuteProvisionedProductServiceAction' => ['name' => 'ExecuteProvisionedProductServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ExecuteProvisionedProductServiceActionInput'], 'output' => ['shape' => 'ExecuteProvisionedProductServiceActionOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'GetAWSOrganizationsAccessStatus' => ['name' => 'GetAWSOrganizationsAccessStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAWSOrganizationsAccessStatusInput'], 'output' => ['shape' => 'GetAWSOrganizationsAccessStatusOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotSupportedException']]], 'ListAcceptedPortfolioShares' => ['name' => 'ListAcceptedPortfolioShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAcceptedPortfolioSharesInput'], 'output' => ['shape' => 'ListAcceptedPortfolioSharesOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'ListBudgetsForResource' => ['name' => 'ListBudgetsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListBudgetsForResourceInput'], 'output' => ['shape' => 'ListBudgetsForResourceOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListConstraintsForPortfolio' => ['name' => 'ListConstraintsForPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListConstraintsForPortfolioInput'], 'output' => ['shape' => 'ListConstraintsForPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListLaunchPaths' => ['name' => 'ListLaunchPaths', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLaunchPathsInput'], 'output' => ['shape' => 'ListLaunchPathsOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListOrganizationPortfolioAccess' => ['name' => 'ListOrganizationPortfolioAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationPortfolioAccessInput'], 'output' => ['shape' => 'ListOrganizationPortfolioAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'OperationNotSupportedException']]], 'ListPortfolioAccess' => ['name' => 'ListPortfolioAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfolioAccessInput'], 'output' => ['shape' => 'ListPortfolioAccessOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListPortfolios' => ['name' => 'ListPortfolios', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfoliosInput'], 'output' => ['shape' => 'ListPortfoliosOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListPortfoliosForProduct' => ['name' => 'ListPortfoliosForProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPortfoliosForProductInput'], 'output' => ['shape' => 'ListPortfoliosForProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListPrincipalsForPortfolio' => ['name' => 'ListPrincipalsForPortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListPrincipalsForPortfolioInput'], 'output' => ['shape' => 'ListPrincipalsForPortfolioOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisionedProductPlans' => ['name' => 'ListProvisionedProductPlans', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisionedProductPlansInput'], 'output' => ['shape' => 'ListProvisionedProductPlansOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisioningArtifacts' => ['name' => 'ListProvisioningArtifacts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisioningArtifactsInput'], 'output' => ['shape' => 'ListProvisioningArtifactsOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListProvisioningArtifactsForServiceAction' => ['name' => 'ListProvisioningArtifactsForServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProvisioningArtifactsForServiceActionInput'], 'output' => ['shape' => 'ListProvisioningArtifactsForServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListRecordHistory' => ['name' => 'ListRecordHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRecordHistoryInput'], 'output' => ['shape' => 'ListRecordHistoryOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListResourcesForTagOption' => ['name' => 'ListResourcesForTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForTagOptionInput'], 'output' => ['shape' => 'ListResourcesForTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListServiceActions' => ['name' => 'ListServiceActions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceActionsInput'], 'output' => ['shape' => 'ListServiceActionsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'ListServiceActionsForProvisioningArtifact' => ['name' => 'ListServiceActionsForProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServiceActionsForProvisioningArtifactInput'], 'output' => ['shape' => 'ListServiceActionsForProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'ListStackInstancesForProvisionedProduct' => ['name' => 'ListStackInstancesForProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListStackInstancesForProvisionedProductInput'], 'output' => ['shape' => 'ListStackInstancesForProvisionedProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagOptions' => ['name' => 'ListTagOptions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagOptionsInput'], 'output' => ['shape' => 'ListTagOptionsOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'InvalidParametersException']]], 'ProvisionProduct' => ['name' => 'ProvisionProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ProvisionProductInput'], 'output' => ['shape' => 'ProvisionProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException']]], 'RejectPortfolioShare' => ['name' => 'RejectPortfolioShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RejectPortfolioShareInput'], 'output' => ['shape' => 'RejectPortfolioShareOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ScanProvisionedProducts' => ['name' => 'ScanProvisionedProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ScanProvisionedProductsInput'], 'output' => ['shape' => 'ScanProvisionedProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'SearchProducts' => ['name' => 'SearchProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProductsInput'], 'output' => ['shape' => 'SearchProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'SearchProductsAsAdmin' => ['name' => 'SearchProductsAsAdmin', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProductsAsAdminInput'], 'output' => ['shape' => 'SearchProductsAsAdminOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'SearchProvisionedProducts' => ['name' => 'SearchProvisionedProducts', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SearchProvisionedProductsInput'], 'output' => ['shape' => 'SearchProvisionedProductsOutput'], 'errors' => [['shape' => 'InvalidParametersException']]], 'TerminateProvisionedProduct' => ['name' => 'TerminateProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateProvisionedProductInput'], 'output' => ['shape' => 'TerminateProvisionedProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'UpdateConstraint' => ['name' => 'UpdateConstraint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateConstraintInput'], 'output' => ['shape' => 'UpdateConstraintOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdatePortfolio' => ['name' => 'UpdatePortfolio', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePortfolioInput'], 'output' => ['shape' => 'UpdatePortfolioOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'TagOptionNotMigratedException']]], 'UpdateProduct' => ['name' => 'UpdateProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProductInput'], 'output' => ['shape' => 'UpdateProductOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException'], ['shape' => 'TagOptionNotMigratedException']]], 'UpdateProvisionedProduct' => ['name' => 'UpdateProvisionedProduct', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisionedProductInput'], 'output' => ['shape' => 'UpdateProvisionedProductOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateProvisionedProductProperties' => ['name' => 'UpdateProvisionedProductProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisionedProductPropertiesInput'], 'output' => ['shape' => 'UpdateProvisionedProductPropertiesOutput'], 'errors' => [['shape' => 'InvalidParametersException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidStateException']]], 'UpdateProvisioningArtifact' => ['name' => 'UpdateProvisioningArtifact', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateProvisioningArtifactInput'], 'output' => ['shape' => 'UpdateProvisioningArtifactOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdateServiceAction' => ['name' => 'UpdateServiceAction', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceActionInput'], 'output' => ['shape' => 'UpdateServiceActionOutput'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParametersException']]], 'UpdateTagOption' => ['name' => 'UpdateTagOption', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateTagOptionInput'], 'output' => ['shape' => 'UpdateTagOptionOutput'], 'errors' => [['shape' => 'TagOptionNotMigratedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'DuplicateResourceException'], ['shape' => 'InvalidParametersException']]]], 'shapes' => ['AcceptLanguage' => ['type' => 'string', 'max' => 100], 'AcceptPortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'AcceptPortfolioShareOutput' => ['type' => 'structure', 'members' => []], 'AccessLevelFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'AccessLevelFilterKey'], 'Value' => ['shape' => 'AccessLevelFilterValue']]], 'AccessLevelFilterKey' => ['type' => 'string', 'enum' => ['Account', 'Role', 'User']], 'AccessLevelFilterValue' => ['type' => 'string'], 'AccessStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'UNDER_CHANGE', 'DISABLED']], 'AccountId' => ['type' => 'string', 'pattern' => '^[0-9]{12}$'], 'AccountIds' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'AddTags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 20], 'AllowedValue' => ['type' => 'string'], 'AllowedValues' => ['type' => 'list', 'member' => ['shape' => 'AllowedValue']], 'ApproximateCount' => ['type' => 'integer'], 'AssociateBudgetWithResourceInput' => ['type' => 'structure', 'required' => ['BudgetName', 'ResourceId'], 'members' => ['BudgetName' => ['shape' => 'BudgetName'], 'ResourceId' => ['shape' => 'Id']]], 'AssociateBudgetWithResourceOutput' => ['type' => 'structure', 'members' => []], 'AssociatePrincipalWithPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'PrincipalARN', 'PrincipalType'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PrincipalARN' => ['shape' => 'PrincipalARN'], 'PrincipalType' => ['shape' => 'PrincipalType']]], 'AssociatePrincipalWithPortfolioOutput' => ['type' => 'structure', 'members' => []], 'AssociateProductWithPortfolioInput' => ['type' => 'structure', 'required' => ['ProductId', 'PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id'], 'SourcePortfolioId' => ['shape' => 'Id']]], 'AssociateProductWithPortfolioOutput' => ['type' => 'structure', 'members' => []], 'AssociateServiceActionWithProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId', 'ServiceActionId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'AssociateServiceActionWithProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'AssociateTagOptionWithResourceInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagOptionId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagOptionId' => ['shape' => 'TagOptionId']]], 'AssociateTagOptionWithResourceOutput' => ['type' => 'structure', 'members' => []], 'AttributeValue' => ['type' => 'string'], 'BatchAssociateServiceActionWithProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ServiceActionAssociations'], 'members' => ['ServiceActionAssociations' => ['shape' => 'ServiceActionAssociations'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'BatchAssociateServiceActionWithProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['FailedServiceActionAssociations' => ['shape' => 'FailedServiceActionAssociations']]], 'BatchDisassociateServiceActionFromProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ServiceActionAssociations'], 'members' => ['ServiceActionAssociations' => ['shape' => 'ServiceActionAssociations'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'BatchDisassociateServiceActionFromProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['FailedServiceActionAssociations' => ['shape' => 'FailedServiceActionAssociations']]], 'BudgetDetail' => ['type' => 'structure', 'members' => ['BudgetName' => ['shape' => 'BudgetName']]], 'BudgetName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'Budgets' => ['type' => 'list', 'member' => ['shape' => 'BudgetDetail']], 'CausingEntity' => ['type' => 'string'], 'ChangeAction' => ['type' => 'string', 'enum' => ['ADD', 'MODIFY', 'REMOVE']], 'CloudWatchDashboard' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CloudWatchDashboardName']]], 'CloudWatchDashboardName' => ['type' => 'string'], 'CloudWatchDashboards' => ['type' => 'list', 'member' => ['shape' => 'CloudWatchDashboard']], 'ConstraintDescription' => ['type' => 'string', 'max' => 2000], 'ConstraintDetail' => ['type' => 'structure', 'members' => ['ConstraintId' => ['shape' => 'Id'], 'Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription'], 'Owner' => ['shape' => 'AccountId'], 'ProductId' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id']]], 'ConstraintDetails' => ['type' => 'list', 'member' => ['shape' => 'ConstraintDetail']], 'ConstraintParameters' => ['type' => 'string'], 'ConstraintSummaries' => ['type' => 'list', 'member' => ['shape' => 'ConstraintSummary']], 'ConstraintSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription']]], 'ConstraintType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'CopyOption' => ['type' => 'string', 'enum' => ['CopyTags']], 'CopyOptions' => ['type' => 'list', 'member' => ['shape' => 'CopyOption']], 'CopyProductInput' => ['type' => 'structure', 'required' => ['SourceProductArn', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'SourceProductArn' => ['shape' => 'ProductArn'], 'TargetProductId' => ['shape' => 'Id'], 'TargetProductName' => ['shape' => 'ProductViewName'], 'SourceProvisioningArtifactIdentifiers' => ['shape' => 'SourceProvisioningArtifactProperties'], 'CopyOptions' => ['shape' => 'CopyOptions'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CopyProductOutput' => ['type' => 'structure', 'members' => ['CopyProductToken' => ['shape' => 'Id']]], 'CopyProductStatus' => ['type' => 'string', 'enum' => ['SUCCEEDED', 'IN_PROGRESS', 'FAILED']], 'CreateConstraintInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'ProductId', 'Parameters', 'Type', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'Parameters' => ['shape' => 'ConstraintParameters'], 'Type' => ['shape' => 'ConstraintType'], 'Description' => ['shape' => 'ConstraintDescription'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'CreatePortfolioInput' => ['type' => 'structure', 'required' => ['DisplayName', 'ProviderName', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'ProviderName' => ['shape' => 'ProviderName'], 'Tags' => ['shape' => 'AddTags'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreatePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags']]], 'CreatePortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'AccountId' => ['shape' => 'AccountId'], 'OrganizationNode' => ['shape' => 'OrganizationNode']]], 'CreatePortfolioShareOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'CreateProductInput' => ['type' => 'structure', 'required' => ['Name', 'Owner', 'ProductType', 'ProvisioningArtifactParameters', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'Description' => ['shape' => 'ProductViewShortDescription'], 'Distributor' => ['shape' => 'ProductViewOwner'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportUrl' => ['shape' => 'SupportUrl'], 'ProductType' => ['shape' => 'ProductType'], 'Tags' => ['shape' => 'AddTags'], 'ProvisioningArtifactParameters' => ['shape' => 'ProvisioningArtifactProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateProductOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Tags' => ['shape' => 'Tags']]], 'CreateProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanName', 'PlanType', 'ProductId', 'ProvisionedProductName', 'ProvisioningArtifactId', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'PathId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'Tags']]], 'CreateProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'CreateProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'Parameters', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'Parameters' => ['shape' => 'ProvisioningArtifactProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'CreateServiceActionInput' => ['type' => 'structure', 'required' => ['Name', 'DefinitionType', 'Definition', 'IdempotencyToken'], 'members' => ['Name' => ['shape' => 'ServiceActionName'], 'DefinitionType' => ['shape' => 'ServiceActionDefinitionType'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap'], 'Description' => ['shape' => 'ServiceActionDescription'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'CreateServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'CreateTagOptionInput' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue']]], 'CreateTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'CreatedTime' => ['type' => 'timestamp'], 'CreationTime' => ['type' => 'timestamp'], 'DefaultValue' => ['type' => 'string'], 'DeleteConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeleteConstraintOutput' => ['type' => 'structure', 'members' => []], 'DeletePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeletePortfolioOutput' => ['type' => 'structure', 'members' => []], 'DeletePortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'AccountId' => ['shape' => 'AccountId'], 'OrganizationNode' => ['shape' => 'OrganizationNode']]], 'DeletePortfolioShareOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'DeleteProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DeleteProductOutput' => ['type' => 'structure', 'members' => []], 'DeleteProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'IgnoreErrors' => ['shape' => 'IgnoreErrors']]], 'DeleteProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => []], 'DeleteProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'DeleteProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'DeleteServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DeleteServiceActionOutput' => ['type' => 'structure', 'members' => []], 'DeleteTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId']]], 'DeleteTagOptionOutput' => ['type' => 'structure', 'members' => []], 'DescribeConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'DescribeCopyProductStatusInput' => ['type' => 'structure', 'required' => ['CopyProductToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'CopyProductToken' => ['shape' => 'Id']]], 'DescribeCopyProductStatusOutput' => ['type' => 'structure', 'members' => ['CopyProductStatus' => ['shape' => 'CopyProductStatus'], 'TargetProductId' => ['shape' => 'Id'], 'StatusDetail' => ['shape' => 'StatusDetail']]], 'DescribePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags'], 'TagOptions' => ['shape' => 'TagOptionDetails'], 'Budgets' => ['shape' => 'Budgets']]], 'DescribePortfolioShareStatusInput' => ['type' => 'structure', 'required' => ['PortfolioShareToken'], 'members' => ['PortfolioShareToken' => ['shape' => 'Id']]], 'DescribePortfolioShareStatusOutput' => ['type' => 'structure', 'members' => ['PortfolioShareToken' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationNodeValue' => ['shape' => 'OrganizationNodeValue'], 'Status' => ['shape' => 'ShareStatus'], 'ShareDetails' => ['shape' => 'ShareDetails']]], 'DescribeProductAsAdminInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName']]], 'DescribeProductAsAdminOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'ProvisioningArtifactSummaries' => ['shape' => 'ProvisioningArtifactSummaries'], 'Tags' => ['shape' => 'Tags'], 'TagOptions' => ['shape' => 'TagOptionDetails'], 'Budgets' => ['shape' => 'Budgets']]], 'DescribeProductInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName']]], 'DescribeProductOutput' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifacts' => ['shape' => 'ProvisioningArtifacts'], 'Budgets' => ['shape' => 'Budgets'], 'LaunchPaths' => ['shape' => 'LaunchPaths']]], 'DescribeProductViewInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProductViewOutput' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifacts' => ['shape' => 'ProvisioningArtifacts']]], 'DescribeProvisionedProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id']]], 'DescribeProvisionedProductOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductDetail' => ['shape' => 'ProvisionedProductDetail'], 'CloudWatchDashboards' => ['shape' => 'CloudWatchDashboards']]], 'DescribeProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'DescribeProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductPlanDetails' => ['shape' => 'ProvisionedProductPlanDetails'], 'ResourceChanges' => ['shape' => 'ResourceChanges'], 'NextPageToken' => ['shape' => 'PageToken']]], 'DescribeProvisioningArtifactInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactName' => ['shape' => 'ProvisioningArtifactName'], 'ProductName' => ['shape' => 'ProductViewName'], 'Verbose' => ['shape' => 'Verbose']]], 'DescribeProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'DescribeProvisioningParametersInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProductName' => ['shape' => 'ProductViewName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningArtifactName' => ['shape' => 'ProvisioningArtifactName'], 'PathId' => ['shape' => 'Id'], 'PathName' => ['shape' => 'PortfolioDisplayName']]], 'DescribeProvisioningParametersOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactParameters' => ['shape' => 'ProvisioningArtifactParameters'], 'ConstraintSummaries' => ['shape' => 'ConstraintSummaries'], 'UsageInstructions' => ['shape' => 'UsageInstructions'], 'TagOptions' => ['shape' => 'TagOptionSummaries'], 'ProvisioningArtifactPreferences' => ['shape' => 'ProvisioningArtifactPreferences'], 'ProvisioningArtifactOutputs' => ['shape' => 'ProvisioningArtifactOutputs']]], 'DescribeRecordInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'DescribeRecordOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail'], 'RecordOutputs' => ['shape' => 'RecordOutputs'], 'NextPageToken' => ['shape' => 'PageToken']]], 'DescribeServiceActionExecutionParametersInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ServiceActionId'], 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DescribeServiceActionExecutionParametersOutput' => ['type' => 'structure', 'members' => ['ServiceActionParameters' => ['shape' => 'ExecutionParameters']]], 'DescribeServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DescribeServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'DescribeTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId']]], 'DescribeTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'Description' => ['type' => 'string'], 'DisableAWSOrganizationsAccessInput' => ['type' => 'structure', 'members' => []], 'DisableAWSOrganizationsAccessOutput' => ['type' => 'structure', 'members' => []], 'DisableTemplateValidation' => ['type' => 'boolean'], 'DisassociateBudgetFromResourceInput' => ['type' => 'structure', 'required' => ['BudgetName', 'ResourceId'], 'members' => ['BudgetName' => ['shape' => 'BudgetName'], 'ResourceId' => ['shape' => 'Id']]], 'DisassociateBudgetFromResourceOutput' => ['type' => 'structure', 'members' => []], 'DisassociatePrincipalFromPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'PrincipalARN'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PrincipalARN' => ['shape' => 'PrincipalARN']]], 'DisassociatePrincipalFromPortfolioOutput' => ['type' => 'structure', 'members' => []], 'DisassociateProductFromPortfolioInput' => ['type' => 'structure', 'required' => ['ProductId', 'PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PortfolioId' => ['shape' => 'Id']]], 'DisassociateProductFromPortfolioOutput' => ['type' => 'structure', 'members' => []], 'DisassociateServiceActionFromProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId', 'ServiceActionId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'DisassociateServiceActionFromProvisioningArtifactOutput' => ['type' => 'structure', 'members' => []], 'DisassociateTagOptionFromResourceInput' => ['type' => 'structure', 'required' => ['ResourceId', 'TagOptionId'], 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'TagOptionId' => ['shape' => 'TagOptionId']]], 'DisassociateTagOptionFromResourceOutput' => ['type' => 'structure', 'members' => []], 'DuplicateResourceException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EnableAWSOrganizationsAccessInput' => ['type' => 'structure', 'members' => []], 'EnableAWSOrganizationsAccessOutput' => ['type' => 'structure', 'members' => []], 'Error' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'ErrorDescription' => ['type' => 'string'], 'EvaluationType' => ['type' => 'string', 'enum' => ['STATIC', 'DYNAMIC']], 'ExecuteProvisionedProductPlanInput' => ['type' => 'structure', 'required' => ['PlanId', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PlanId' => ['shape' => 'Id'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'ExecuteProvisionedProductPlanOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ExecuteProvisionedProductServiceActionInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ServiceActionId', 'ExecuteToken'], 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ServiceActionId' => ['shape' => 'Id'], 'ExecuteToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Parameters' => ['shape' => 'ExecutionParameterMap']]], 'ExecuteProvisionedProductServiceActionOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ExecutionParameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ExecutionParameterKey'], 'Type' => ['shape' => 'ExecutionParameterType'], 'DefaultValues' => ['shape' => 'ExecutionParameterValueList']]], 'ExecutionParameterKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ExecutionParameterMap' => ['type' => 'map', 'key' => ['shape' => 'ExecutionParameterKey'], 'value' => ['shape' => 'ExecutionParameterValueList'], 'max' => 200, 'min' => 1], 'ExecutionParameterType' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ExecutionParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 0], 'ExecutionParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'ExecutionParameterValue'], 'max' => 25, 'min' => 0], 'ExecutionParameters' => ['type' => 'list', 'member' => ['shape' => 'ExecutionParameter']], 'FailedServiceActionAssociation' => ['type' => 'structure', 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ErrorCode' => ['shape' => 'ServiceActionAssociationErrorCode'], 'ErrorMessage' => ['shape' => 'ServiceActionAssociationErrorMessage']]], 'FailedServiceActionAssociations' => ['type' => 'list', 'member' => ['shape' => 'FailedServiceActionAssociation'], 'max' => 50], 'GetAWSOrganizationsAccessStatusInput' => ['type' => 'structure', 'members' => []], 'GetAWSOrganizationsAccessStatusOutput' => ['type' => 'structure', 'members' => ['AccessStatus' => ['shape' => 'AccessStatus']]], 'HasDefaultPath' => ['type' => 'boolean'], 'Id' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-]*'], 'IdempotencyToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9_-]*'], 'IgnoreErrors' => ['type' => 'boolean'], 'InstructionType' => ['type' => 'string'], 'InstructionValue' => ['type' => 'string'], 'InvalidParametersException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidStateException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'LastRequestId' => ['type' => 'string'], 'LaunchPath' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'PortfolioName']]], 'LaunchPathSummaries' => ['type' => 'list', 'member' => ['shape' => 'LaunchPathSummary']], 'LaunchPathSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ConstraintSummaries' => ['shape' => 'ConstraintSummaries'], 'Tags' => ['shape' => 'Tags'], 'Name' => ['shape' => 'PortfolioName']]], 'LaunchPaths' => ['type' => 'list', 'member' => ['shape' => 'LaunchPath']], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListAcceptedPortfolioSharesInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'ListAcceptedPortfolioSharesOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListBudgetsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ResourceId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListBudgetsForResourceOutput' => ['type' => 'structure', 'members' => ['Budgets' => ['shape' => 'Budgets'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListConstraintsForPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListConstraintsForPortfolioOutput' => ['type' => 'structure', 'members' => ['ConstraintDetails' => ['shape' => 'ConstraintDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListLaunchPathsInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListLaunchPathsOutput' => ['type' => 'structure', 'members' => ['LaunchPathSummaries' => ['shape' => 'LaunchPathSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListOrganizationPortfolioAccessInput' => ['type' => 'structure', 'required' => ['PortfolioId', 'OrganizationNodeType'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationNodeType' => ['shape' => 'OrganizationNodeType'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListOrganizationPortfolioAccessOutput' => ['type' => 'structure', 'members' => ['OrganizationNodes' => ['shape' => 'OrganizationNodes'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfolioAccessInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'OrganizationParentId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfolioAccessOutput' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIds'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfoliosForProductInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfoliosForProductOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPortfoliosInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListPortfoliosOutput' => ['type' => 'structure', 'members' => ['PortfolioDetails' => ['shape' => 'PortfolioDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListPrincipalsForPortfolioInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListPrincipalsForPortfolioOutput' => ['type' => 'structure', 'members' => ['Principals' => ['shape' => 'Principals'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisionedProductPlansInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionProductId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter']]], 'ListProvisionedProductPlansOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductPlans' => ['shape' => 'ProvisionedProductPlans'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisioningArtifactsForServiceActionInput' => ['type' => 'structure', 'required' => ['ServiceActionId'], 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'ListProvisioningArtifactsForServiceActionOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactViews' => ['shape' => 'ProvisioningArtifactViews'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListProvisioningArtifactsInput' => ['type' => 'structure', 'required' => ['ProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id']]], 'ListProvisioningArtifactsOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetails' => ['shape' => 'ProvisioningArtifactDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListRecordHistoryInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'SearchFilter' => ['shape' => 'ListRecordHistorySearchFilter'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListRecordHistoryOutput' => ['type' => 'structure', 'members' => ['RecordDetails' => ['shape' => 'RecordDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListRecordHistorySearchFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'SearchFilterKey'], 'Value' => ['shape' => 'SearchFilterValue']]], 'ListResourcesForTagOptionInput' => ['type' => 'structure', 'required' => ['TagOptionId'], 'members' => ['TagOptionId' => ['shape' => 'TagOptionId'], 'ResourceType' => ['shape' => 'ResourceType'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListResourcesForTagOptionOutput' => ['type' => 'structure', 'members' => ['ResourceDetails' => ['shape' => 'ResourceDetails'], 'PageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsForProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'ListServiceActionsForProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ServiceActionSummaries' => ['shape' => 'ServiceActionSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListServiceActionsOutput' => ['type' => 'structure', 'members' => ['ServiceActionSummaries' => ['shape' => 'ServiceActionSummaries'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListStackInstancesForProvisionedProductInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductId' => ['shape' => 'Id'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize']]], 'ListStackInstancesForProvisionedProductOutput' => ['type' => 'structure', 'members' => ['StackInstances' => ['shape' => 'StackInstances'], 'NextPageToken' => ['shape' => 'PageToken']]], 'ListTagOptionsFilters' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive']]], 'ListTagOptionsInput' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ListTagOptionsFilters'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ListTagOptionsOutput' => ['type' => 'structure', 'members' => ['TagOptionDetails' => ['shape' => 'TagOptionDetails'], 'PageToken' => ['shape' => 'PageToken']]], 'LogicalResourceId' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'Namespaces' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'NoEcho' => ['type' => 'boolean'], 'NotificationArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'NotificationArns' => ['type' => 'list', 'member' => ['shape' => 'NotificationArn'], 'max' => 5], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'OrganizationNode' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'OrganizationNodeType'], 'Value' => ['shape' => 'OrganizationNodeValue']]], 'OrganizationNodeType' => ['type' => 'string', 'enum' => ['ORGANIZATION', 'ORGANIZATIONAL_UNIT', 'ACCOUNT']], 'OrganizationNodeValue' => ['type' => 'string', 'pattern' => '(^[0-9]{12}$)|(^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32})|(^o-[a-z0-9]{10,32}$)|(^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}$)|(^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$)'], 'OrganizationNodes' => ['type' => 'list', 'member' => ['shape' => 'OrganizationNode']], 'OutputDescription' => ['type' => 'string', 'max' => 1024], 'OutputKey' => ['type' => 'string'], 'OutputValue' => ['type' => 'string'], 'PageSize' => ['type' => 'integer', 'max' => 20, 'min' => 0], 'PageToken' => ['type' => 'string', 'max' => 2024, 'pattern' => '[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*'], 'ParameterConstraints' => ['type' => 'structure', 'members' => ['AllowedValues' => ['shape' => 'AllowedValues']]], 'ParameterKey' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ParameterType' => ['type' => 'string'], 'ParameterValue' => ['type' => 'string', 'max' => 4096], 'PhysicalId' => ['type' => 'string'], 'PhysicalResourceId' => ['type' => 'string'], 'PlanResourceType' => ['type' => 'string', 'max' => 256, 'min' => 1], 'PortfolioDescription' => ['type' => 'string', 'max' => 2000], 'PortfolioDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ARN' => ['shape' => 'ResourceARN'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'CreatedTime' => ['shape' => 'CreationTime'], 'ProviderName' => ['shape' => 'ProviderName']]], 'PortfolioDetails' => ['type' => 'list', 'member' => ['shape' => 'PortfolioDetail']], 'PortfolioDisplayName' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PortfolioName' => ['type' => 'string'], 'PortfolioShareType' => ['type' => 'string', 'enum' => ['IMPORTED', 'AWS_SERVICECATALOG', 'AWS_ORGANIZATIONS']], 'Principal' => ['type' => 'structure', 'members' => ['PrincipalARN' => ['shape' => 'PrincipalARN'], 'PrincipalType' => ['shape' => 'PrincipalType']]], 'PrincipalARN' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'PrincipalType' => ['type' => 'string', 'enum' => ['IAM']], 'Principals' => ['type' => 'list', 'member' => ['shape' => 'Principal']], 'ProductArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => 'arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'ProductSource' => ['type' => 'string', 'enum' => ['ACCOUNT']], 'ProductType' => ['type' => 'string', 'enum' => ['CLOUD_FORMATION_TEMPLATE', 'MARKETPLACE'], 'max' => 8191], 'ProductViewAggregationType' => ['type' => 'string'], 'ProductViewAggregationValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'AttributeValue'], 'ApproximateCount' => ['shape' => 'ApproximateCount']]], 'ProductViewAggregationValues' => ['type' => 'list', 'member' => ['shape' => 'ProductViewAggregationValue']], 'ProductViewAggregations' => ['type' => 'map', 'key' => ['shape' => 'ProductViewAggregationType'], 'value' => ['shape' => 'ProductViewAggregationValues']], 'ProductViewDetail' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'Status' => ['shape' => 'Status'], 'ProductARN' => ['shape' => 'ResourceARN'], 'CreatedTime' => ['shape' => 'CreatedTime']]], 'ProductViewDetails' => ['type' => 'list', 'member' => ['shape' => 'ProductViewDetail']], 'ProductViewDistributor' => ['type' => 'string'], 'ProductViewFilterBy' => ['type' => 'string', 'enum' => ['FullTextSearch', 'Owner', 'ProductType', 'SourceProductId']], 'ProductViewFilterValue' => ['type' => 'string'], 'ProductViewFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ProductViewFilterValue']], 'ProductViewFilters' => ['type' => 'map', 'key' => ['shape' => 'ProductViewFilterBy'], 'value' => ['shape' => 'ProductViewFilterValues']], 'ProductViewName' => ['type' => 'string', 'max' => 8191], 'ProductViewOwner' => ['type' => 'string', 'max' => 8191], 'ProductViewShortDescription' => ['type' => 'string', 'max' => 8191], 'ProductViewSortBy' => ['type' => 'string', 'enum' => ['Title', 'VersionCount', 'CreationDate']], 'ProductViewSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProductViewSummary']], 'ProductViewSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'ShortDescription' => ['shape' => 'ProductViewShortDescription'], 'Type' => ['shape' => 'ProductType'], 'Distributor' => ['shape' => 'ProductViewDistributor'], 'HasDefaultPath' => ['shape' => 'HasDefaultPath'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportUrl' => ['shape' => 'SupportUrl']]], 'PropertyKey' => ['type' => 'string', 'enum' => ['OWNER'], 'max' => 128, 'min' => 1], 'PropertyName' => ['type' => 'string'], 'PropertyValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ProviderName' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ProvisionProductInput' => ['type' => 'structure', 'required' => ['ProvisionedProductName', 'ProvisionToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProductName' => ['shape' => 'ProductViewName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningArtifactName' => ['shape' => 'ProvisioningArtifactName'], 'PathId' => ['shape' => 'Id'], 'PathName' => ['shape' => 'PortfolioDisplayName'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'ProvisioningParameters' => ['shape' => 'ProvisioningParameters'], 'ProvisioningPreferences' => ['shape' => 'ProvisioningPreferences'], 'Tags' => ['shape' => 'Tags'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'ProvisionToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'ProvisionProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'ProvisionedProductAttribute' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ProvisionedProductNameOrArn'], 'Arn' => ['shape' => 'ProvisionedProductNameOrArn'], 'Type' => ['shape' => 'ProvisionedProductType'], 'Id' => ['shape' => 'Id'], 'Status' => ['shape' => 'ProvisionedProductStatus'], 'StatusMessage' => ['shape' => 'ProvisionedProductStatusMessage'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'LastRecordId' => ['shape' => 'Id'], 'LastProvisioningRecordId' => ['shape' => 'Id'], 'LastSuccessfulProvisioningRecordId' => ['shape' => 'Id'], 'Tags' => ['shape' => 'Tags'], 'PhysicalId' => ['shape' => 'PhysicalId'], 'ProductId' => ['shape' => 'Id'], 'ProductName' => ['shape' => 'ProductViewName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningArtifactName' => ['shape' => 'ProvisioningArtifactName'], 'UserArn' => ['shape' => 'UserArn'], 'UserArnSession' => ['shape' => 'UserArnSession']]], 'ProvisionedProductAttributes' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductAttribute']], 'ProvisionedProductDetail' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'ProvisionedProductNameOrArn'], 'Arn' => ['shape' => 'ProvisionedProductNameOrArn'], 'Type' => ['shape' => 'ProvisionedProductType'], 'Id' => ['shape' => 'ProvisionedProductId'], 'Status' => ['shape' => 'ProvisionedProductStatus'], 'StatusMessage' => ['shape' => 'ProvisionedProductStatusMessage'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken'], 'LastRecordId' => ['shape' => 'LastRequestId'], 'LastProvisioningRecordId' => ['shape' => 'Id'], 'LastSuccessfulProvisioningRecordId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ProvisionedProductDetails' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductDetail']], 'ProvisionedProductFilters' => ['type' => 'map', 'key' => ['shape' => 'ProvisionedProductViewFilterBy'], 'value' => ['shape' => 'ProvisionedProductViewFilterValues']], 'ProvisionedProductId' => ['type' => 'string'], 'ProvisionedProductName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9._-]*'], 'ProvisionedProductNameOrArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}|arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}'], 'ProvisionedProductPlanDetails' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'CreatedTime'], 'PathId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionProductName' => ['shape' => 'ProvisionedProductName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'Status' => ['shape' => 'ProvisionedProductPlanStatus'], 'UpdatedTime' => ['shape' => 'UpdatedTime'], 'NotificationArns' => ['shape' => 'NotificationArns'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'Tags' => ['shape' => 'Tags'], 'StatusMessage' => ['shape' => 'StatusMessage']]], 'ProvisionedProductPlanName' => ['type' => 'string'], 'ProvisionedProductPlanStatus' => ['type' => 'string', 'enum' => ['CREATE_IN_PROGRESS', 'CREATE_SUCCESS', 'CREATE_FAILED', 'EXECUTE_IN_PROGRESS', 'EXECUTE_SUCCESS', 'EXECUTE_FAILED']], 'ProvisionedProductPlanSummary' => ['type' => 'structure', 'members' => ['PlanName' => ['shape' => 'ProvisionedProductPlanName'], 'PlanId' => ['shape' => 'Id'], 'ProvisionProductId' => ['shape' => 'Id'], 'ProvisionProductName' => ['shape' => 'ProvisionedProductName'], 'PlanType' => ['shape' => 'ProvisionedProductPlanType'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ProvisionedProductPlanType' => ['type' => 'string', 'enum' => ['CLOUDFORMATION']], 'ProvisionedProductPlans' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductPlanSummary']], 'ProvisionedProductProperties' => ['type' => 'map', 'key' => ['shape' => 'PropertyKey'], 'value' => ['shape' => 'PropertyValue'], 'max' => 100, 'min' => 1], 'ProvisionedProductStatus' => ['type' => 'string', 'enum' => ['AVAILABLE', 'UNDER_CHANGE', 'TAINTED', 'ERROR', 'PLAN_IN_PROGRESS']], 'ProvisionedProductStatusMessage' => ['type' => 'string'], 'ProvisionedProductType' => ['type' => 'string'], 'ProvisionedProductViewFilterBy' => ['type' => 'string', 'enum' => ['SearchQuery']], 'ProvisionedProductViewFilterValue' => ['type' => 'string'], 'ProvisionedProductViewFilterValues' => ['type' => 'list', 'member' => ['shape' => 'ProvisionedProductViewFilterValue']], 'ProvisioningArtifact' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'CreatedTime' => ['shape' => 'ProvisioningArtifactCreatedTime'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'ProvisioningArtifactActive' => ['type' => 'boolean'], 'ProvisioningArtifactCreatedTime' => ['type' => 'timestamp'], 'ProvisioningArtifactDescription' => ['type' => 'string', 'max' => 8192], 'ProvisioningArtifactDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactName'], 'Type' => ['shape' => 'ProvisioningArtifactType'], 'CreatedTime' => ['shape' => 'CreationTime'], 'Active' => ['shape' => 'ProvisioningArtifactActive'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'ProvisioningArtifactDetails' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactDetail']], 'ProvisioningArtifactGuidance' => ['type' => 'string', 'enum' => ['DEFAULT', 'DEPRECATED']], 'ProvisioningArtifactInfo' => ['type' => 'map', 'key' => ['shape' => 'ProvisioningArtifactInfoKey'], 'value' => ['shape' => 'ProvisioningArtifactInfoValue'], 'max' => 100, 'min' => 1], 'ProvisioningArtifactInfoKey' => ['type' => 'string'], 'ProvisioningArtifactInfoValue' => ['type' => 'string'], 'ProvisioningArtifactName' => ['type' => 'string', 'max' => 8192], 'ProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ProvisioningArtifactOutputKey'], 'Description' => ['shape' => 'OutputDescription']]], 'ProvisioningArtifactOutputKey' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9]*'], 'ProvisioningArtifactOutputs' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactOutput'], 'max' => 60], 'ProvisioningArtifactParameter' => ['type' => 'structure', 'members' => ['ParameterKey' => ['shape' => 'ParameterKey'], 'DefaultValue' => ['shape' => 'DefaultValue'], 'ParameterType' => ['shape' => 'ParameterType'], 'IsNoEcho' => ['shape' => 'NoEcho'], 'Description' => ['shape' => 'Description'], 'ParameterConstraints' => ['shape' => 'ParameterConstraints']]], 'ProvisioningArtifactParameters' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactParameter']], 'ProvisioningArtifactPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions']]], 'ProvisioningArtifactProperties' => ['type' => 'structure', 'required' => ['Info'], 'members' => ['Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Type' => ['shape' => 'ProvisioningArtifactType'], 'DisableTemplateValidation' => ['shape' => 'DisableTemplateValidation']]], 'ProvisioningArtifactPropertyName' => ['type' => 'string', 'enum' => ['Id']], 'ProvisioningArtifactPropertyValue' => ['type' => 'string'], 'ProvisioningArtifactSummaries' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactSummary']], 'ProvisioningArtifactSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'CreatedTime' => ['shape' => 'ProvisioningArtifactCreatedTime'], 'ProvisioningArtifactMetadata' => ['shape' => 'ProvisioningArtifactInfo']]], 'ProvisioningArtifactType' => ['type' => 'string', 'enum' => ['CLOUD_FORMATION_TEMPLATE', 'MARKETPLACE_AMI', 'MARKETPLACE_CAR']], 'ProvisioningArtifactView' => ['type' => 'structure', 'members' => ['ProductViewSummary' => ['shape' => 'ProductViewSummary'], 'ProvisioningArtifact' => ['shape' => 'ProvisioningArtifact']]], 'ProvisioningArtifactViews' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifactView']], 'ProvisioningArtifacts' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningArtifact']], 'ProvisioningParameter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ParameterKey'], 'Value' => ['shape' => 'ParameterValue']]], 'ProvisioningParameters' => ['type' => 'list', 'member' => ['shape' => 'ProvisioningParameter']], 'ProvisioningPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions'], 'StackSetFailureToleranceCount' => ['shape' => 'StackSetFailureToleranceCount'], 'StackSetFailureTolerancePercentage' => ['shape' => 'StackSetFailureTolerancePercentage'], 'StackSetMaxConcurrencyCount' => ['shape' => 'StackSetMaxConcurrencyCount'], 'StackSetMaxConcurrencyPercentage' => ['shape' => 'StackSetMaxConcurrencyPercentage']]], 'RecordDetail' => ['type' => 'structure', 'members' => ['RecordId' => ['shape' => 'Id'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductName'], 'Status' => ['shape' => 'RecordStatus'], 'CreatedTime' => ['shape' => 'CreatedTime'], 'UpdatedTime' => ['shape' => 'UpdatedTime'], 'ProvisionedProductType' => ['shape' => 'ProvisionedProductType'], 'RecordType' => ['shape' => 'RecordType'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'PathId' => ['shape' => 'Id'], 'RecordErrors' => ['shape' => 'RecordErrors'], 'RecordTags' => ['shape' => 'RecordTags']]], 'RecordDetails' => ['type' => 'list', 'member' => ['shape' => 'RecordDetail']], 'RecordError' => ['type' => 'structure', 'members' => ['Code' => ['shape' => 'ErrorCode'], 'Description' => ['shape' => 'ErrorDescription']]], 'RecordErrors' => ['type' => 'list', 'member' => ['shape' => 'RecordError']], 'RecordOutput' => ['type' => 'structure', 'members' => ['OutputKey' => ['shape' => 'OutputKey'], 'OutputValue' => ['shape' => 'OutputValue'], 'Description' => ['shape' => 'Description']]], 'RecordOutputs' => ['type' => 'list', 'member' => ['shape' => 'RecordOutput']], 'RecordStatus' => ['type' => 'string', 'enum' => ['CREATED', 'IN_PROGRESS', 'IN_PROGRESS_IN_ERROR', 'SUCCEEDED', 'FAILED']], 'RecordTag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'RecordTagKey'], 'Value' => ['shape' => 'RecordTagValue']]], 'RecordTagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'RecordTagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$'], 'RecordTags' => ['type' => 'list', 'member' => ['shape' => 'RecordTag'], 'max' => 50], 'RecordType' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'RejectPortfolioShareInput' => ['type' => 'structure', 'required' => ['PortfolioId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'PortfolioShareType' => ['shape' => 'PortfolioShareType']]], 'RejectPortfolioShareOutput' => ['type' => 'structure', 'members' => []], 'Replacement' => ['type' => 'string', 'enum' => ['TRUE', 'FALSE', 'CONDITIONAL']], 'RequiresRecreation' => ['type' => 'string', 'enum' => ['NEVER', 'CONDITIONALLY', 'ALWAYS']], 'ResourceARN' => ['type' => 'string', 'max' => 150, 'min' => 1], 'ResourceAttribute' => ['type' => 'string', 'enum' => ['PROPERTIES', 'METADATA', 'CREATIONPOLICY', 'UPDATEPOLICY', 'DELETIONPOLICY', 'TAGS']], 'ResourceChange' => ['type' => 'structure', 'members' => ['Action' => ['shape' => 'ChangeAction'], 'LogicalResourceId' => ['shape' => 'LogicalResourceId'], 'PhysicalResourceId' => ['shape' => 'PhysicalResourceId'], 'ResourceType' => ['shape' => 'PlanResourceType'], 'Replacement' => ['shape' => 'Replacement'], 'Scope' => ['shape' => 'Scope'], 'Details' => ['shape' => 'ResourceChangeDetails']]], 'ResourceChangeDetail' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'ResourceTargetDefinition'], 'Evaluation' => ['shape' => 'EvaluationType'], 'CausingEntity' => ['shape' => 'CausingEntity']]], 'ResourceChangeDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceChangeDetail']], 'ResourceChanges' => ['type' => 'list', 'member' => ['shape' => 'ResourceChange']], 'ResourceDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceDetailId'], 'ARN' => ['shape' => 'ResourceDetailARN'], 'Name' => ['shape' => 'ResourceDetailName'], 'Description' => ['shape' => 'ResourceDetailDescription'], 'CreatedTime' => ['shape' => 'ResourceDetailCreatedTime']]], 'ResourceDetailARN' => ['type' => 'string'], 'ResourceDetailCreatedTime' => ['type' => 'timestamp'], 'ResourceDetailDescription' => ['type' => 'string'], 'ResourceDetailId' => ['type' => 'string'], 'ResourceDetailName' => ['type' => 'string'], 'ResourceDetails' => ['type' => 'list', 'member' => ['shape' => 'ResourceDetail']], 'ResourceId' => ['type' => 'string'], 'ResourceInUseException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ResourceTargetDefinition' => ['type' => 'structure', 'members' => ['Attribute' => ['shape' => 'ResourceAttribute'], 'Name' => ['shape' => 'PropertyName'], 'RequiresRecreation' => ['shape' => 'RequiresRecreation']]], 'ResourceType' => ['type' => 'string'], 'ScanProvisionedProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'PageSize' => ['shape' => 'PageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'ScanProvisionedProductsOutput' => ['type' => 'structure', 'members' => ['ProvisionedProducts' => ['shape' => 'ProvisionedProductDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'Scope' => ['type' => 'list', 'member' => ['shape' => 'ResourceAttribute']], 'SearchFilterKey' => ['type' => 'string'], 'SearchFilterValue' => ['type' => 'string'], 'SearchProductsAsAdminInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'PortfolioId' => ['shape' => 'Id'], 'Filters' => ['shape' => 'ProductViewFilters'], 'SortBy' => ['shape' => 'ProductViewSortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageToken' => ['shape' => 'PageToken'], 'PageSize' => ['shape' => 'PageSize'], 'ProductSource' => ['shape' => 'ProductSource']]], 'SearchProductsAsAdminOutput' => ['type' => 'structure', 'members' => ['ProductViewDetails' => ['shape' => 'ProductViewDetails'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Filters' => ['shape' => 'ProductViewFilters'], 'PageSize' => ['shape' => 'PageSize'], 'SortBy' => ['shape' => 'ProductViewSortBy'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageToken' => ['shape' => 'PageToken']]], 'SearchProductsOutput' => ['type' => 'structure', 'members' => ['ProductViewSummaries' => ['shape' => 'ProductViewSummaries'], 'ProductViewAggregations' => ['shape' => 'ProductViewAggregations'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsInput' => ['type' => 'structure', 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'AccessLevelFilter' => ['shape' => 'AccessLevelFilter'], 'Filters' => ['shape' => 'ProvisionedProductFilters'], 'SortBy' => ['shape' => 'SortField'], 'SortOrder' => ['shape' => 'SortOrder'], 'PageSize' => ['shape' => 'SearchProvisionedProductsPageSize'], 'PageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsOutput' => ['type' => 'structure', 'members' => ['ProvisionedProducts' => ['shape' => 'ProvisionedProductAttributes'], 'TotalResultsCount' => ['shape' => 'TotalResultsCount'], 'NextPageToken' => ['shape' => 'PageToken']]], 'SearchProvisionedProductsPageSize' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ServiceActionAssociation' => ['type' => 'structure', 'required' => ['ServiceActionId', 'ProductId', 'ProvisioningArtifactId'], 'members' => ['ServiceActionId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id']]], 'ServiceActionAssociationErrorCode' => ['type' => 'string', 'enum' => ['DUPLICATE_RESOURCE', 'INTERNAL_FAILURE', 'LIMIT_EXCEEDED', 'RESOURCE_NOT_FOUND', 'THROTTLING']], 'ServiceActionAssociationErrorMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ServiceActionAssociations' => ['type' => 'list', 'member' => ['shape' => 'ServiceActionAssociation'], 'max' => 50, 'min' => 1], 'ServiceActionDefinitionKey' => ['type' => 'string', 'enum' => ['Name', 'Version', 'AssumeRole', 'Parameters']], 'ServiceActionDefinitionMap' => ['type' => 'map', 'key' => ['shape' => 'ServiceActionDefinitionKey'], 'value' => ['shape' => 'ServiceActionDefinitionValue'], 'max' => 100, 'min' => 1], 'ServiceActionDefinitionType' => ['type' => 'string', 'enum' => ['SSM_AUTOMATION']], 'ServiceActionDefinitionValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ServiceActionDescription' => ['type' => 'string', 'max' => 1024], 'ServiceActionDetail' => ['type' => 'structure', 'members' => ['ServiceActionSummary' => ['shape' => 'ServiceActionSummary'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap']]], 'ServiceActionName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-.]*'], 'ServiceActionSummaries' => ['type' => 'list', 'member' => ['shape' => 'ServiceActionSummary']], 'ServiceActionSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ServiceActionName'], 'Description' => ['shape' => 'ServiceActionDescription'], 'DefinitionType' => ['shape' => 'ServiceActionDefinitionType']]], 'ShareDetails' => ['type' => 'structure', 'members' => ['SuccessfulShares' => ['shape' => 'SuccessfulShares'], 'ShareErrors' => ['shape' => 'ShareErrors']]], 'ShareError' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Namespaces'], 'Message' => ['shape' => 'Message'], 'Error' => ['shape' => 'Error']]], 'ShareErrors' => ['type' => 'list', 'member' => ['shape' => 'ShareError']], 'ShareStatus' => ['type' => 'string', 'enum' => ['NOT_STARTED', 'IN_PROGRESS', 'COMPLETED', 'COMPLETED_WITH_ERRORS', 'ERROR']], 'SortField' => ['type' => 'string'], 'SortOrder' => ['type' => 'string', 'enum' => ['ASCENDING', 'DESCENDING']], 'SourceProvisioningArtifactProperties' => ['type' => 'list', 'member' => ['shape' => 'SourceProvisioningArtifactPropertiesMap']], 'SourceProvisioningArtifactPropertiesMap' => ['type' => 'map', 'key' => ['shape' => 'ProvisioningArtifactPropertyName'], 'value' => ['shape' => 'ProvisioningArtifactPropertyValue']], 'StackInstance' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'AccountId'], 'Region' => ['shape' => 'Region'], 'StackInstanceStatus' => ['shape' => 'StackInstanceStatus']]], 'StackInstanceStatus' => ['type' => 'string', 'enum' => ['CURRENT', 'OUTDATED', 'INOPERABLE']], 'StackInstances' => ['type' => 'list', 'member' => ['shape' => 'StackInstance']], 'StackSetAccounts' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'StackSetFailureToleranceCount' => ['type' => 'integer', 'min' => 0], 'StackSetFailureTolerancePercentage' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'StackSetMaxConcurrencyCount' => ['type' => 'integer', 'min' => 1], 'StackSetMaxConcurrencyPercentage' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'StackSetOperationType' => ['type' => 'string', 'enum' => ['CREATE', 'UPDATE', 'DELETE']], 'StackSetRegions' => ['type' => 'list', 'member' => ['shape' => 'Region']], 'Status' => ['type' => 'string', 'enum' => ['AVAILABLE', 'CREATING', 'FAILED']], 'StatusDetail' => ['type' => 'string'], 'StatusMessage' => ['type' => 'string', 'pattern' => '[\\u0009\\u000a\\u000d\\u0020-\\uD7FF\\uE000-\\uFFFD]*'], 'SuccessfulShares' => ['type' => 'list', 'member' => ['shape' => 'AccountId']], 'SupportDescription' => ['type' => 'string', 'max' => 8191], 'SupportEmail' => ['type' => 'string', 'max' => 254], 'SupportUrl' => ['type' => 'string', 'max' => 2083], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagOptionActive' => ['type' => 'boolean'], 'TagOptionDetail' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive'], 'Id' => ['shape' => 'TagOptionId']]], 'TagOptionDetails' => ['type' => 'list', 'member' => ['shape' => 'TagOptionDetail']], 'TagOptionId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'TagOptionKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagOptionNotMigratedException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TagOptionSummaries' => ['type' => 'list', 'member' => ['shape' => 'TagOptionSummary']], 'TagOptionSummary' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagOptionKey'], 'Values' => ['shape' => 'TagOptionValues']]], 'TagOptionValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagOptionValues' => ['type' => 'list', 'member' => ['shape' => 'TagOptionValue']], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'TerminateProvisionedProductInput' => ['type' => 'structure', 'required' => ['TerminateToken'], 'members' => ['ProvisionedProductName' => ['shape' => 'ProvisionedProductNameOrArn'], 'ProvisionedProductId' => ['shape' => 'Id'], 'TerminateToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true], 'IgnoreErrors' => ['shape' => 'IgnoreErrors'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'TerminateProvisionedProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'TotalResultsCount' => ['type' => 'integer'], 'UpdateConstraintInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Description' => ['shape' => 'ConstraintDescription'], 'Parameters' => ['shape' => 'ConstraintParameters']]], 'UpdateConstraintOutput' => ['type' => 'structure', 'members' => ['ConstraintDetail' => ['shape' => 'ConstraintDetail'], 'ConstraintParameters' => ['shape' => 'ConstraintParameters'], 'Status' => ['shape' => 'Status']]], 'UpdatePortfolioInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'DisplayName' => ['shape' => 'PortfolioDisplayName'], 'Description' => ['shape' => 'PortfolioDescription'], 'ProviderName' => ['shape' => 'ProviderName'], 'AddTags' => ['shape' => 'AddTags'], 'RemoveTags' => ['shape' => 'TagKeys']]], 'UpdatePortfolioOutput' => ['type' => 'structure', 'members' => ['PortfolioDetail' => ['shape' => 'PortfolioDetail'], 'Tags' => ['shape' => 'Tags']]], 'UpdateProductInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProductViewName'], 'Owner' => ['shape' => 'ProductViewOwner'], 'Description' => ['shape' => 'ProductViewShortDescription'], 'Distributor' => ['shape' => 'ProductViewOwner'], 'SupportDescription' => ['shape' => 'SupportDescription'], 'SupportEmail' => ['shape' => 'SupportEmail'], 'SupportUrl' => ['shape' => 'SupportUrl'], 'AddTags' => ['shape' => 'AddTags'], 'RemoveTags' => ['shape' => 'TagKeys']]], 'UpdateProductOutput' => ['type' => 'structure', 'members' => ['ProductViewDetail' => ['shape' => 'ProductViewDetail'], 'Tags' => ['shape' => 'Tags']]], 'UpdateProvisionedProductInput' => ['type' => 'structure', 'required' => ['UpdateToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductName' => ['shape' => 'ProvisionedProductNameOrArn'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProductId' => ['shape' => 'Id'], 'ProductName' => ['shape' => 'ProductViewName'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'ProvisioningArtifactName' => ['shape' => 'ProvisioningArtifactName'], 'PathId' => ['shape' => 'Id'], 'PathName' => ['shape' => 'PortfolioDisplayName'], 'ProvisioningParameters' => ['shape' => 'UpdateProvisioningParameters'], 'ProvisioningPreferences' => ['shape' => 'UpdateProvisioningPreferences'], 'Tags' => ['shape' => 'Tags'], 'UpdateToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'UpdateProvisionedProductOutput' => ['type' => 'structure', 'members' => ['RecordDetail' => ['shape' => 'RecordDetail']]], 'UpdateProvisionedProductPropertiesInput' => ['type' => 'structure', 'required' => ['ProvisionedProductId', 'ProvisionedProductProperties', 'IdempotencyToken'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProvisionedProductId' => ['shape' => 'Id'], 'ProvisionedProductProperties' => ['shape' => 'ProvisionedProductProperties'], 'IdempotencyToken' => ['shape' => 'IdempotencyToken', 'idempotencyToken' => \true]]], 'UpdateProvisionedProductPropertiesOutput' => ['type' => 'structure', 'members' => ['ProvisionedProductId' => ['shape' => 'Id'], 'ProvisionedProductProperties' => ['shape' => 'ProvisionedProductProperties'], 'RecordId' => ['shape' => 'Id'], 'Status' => ['shape' => 'RecordStatus']]], 'UpdateProvisioningArtifactInput' => ['type' => 'structure', 'required' => ['ProductId', 'ProvisioningArtifactId'], 'members' => ['AcceptLanguage' => ['shape' => 'AcceptLanguage'], 'ProductId' => ['shape' => 'Id'], 'ProvisioningArtifactId' => ['shape' => 'Id'], 'Name' => ['shape' => 'ProvisioningArtifactName'], 'Description' => ['shape' => 'ProvisioningArtifactDescription'], 'Active' => ['shape' => 'ProvisioningArtifactActive'], 'Guidance' => ['shape' => 'ProvisioningArtifactGuidance']]], 'UpdateProvisioningArtifactOutput' => ['type' => 'structure', 'members' => ['ProvisioningArtifactDetail' => ['shape' => 'ProvisioningArtifactDetail'], 'Info' => ['shape' => 'ProvisioningArtifactInfo'], 'Status' => ['shape' => 'Status']]], 'UpdateProvisioningParameter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ParameterKey'], 'Value' => ['shape' => 'ParameterValue'], 'UsePreviousValue' => ['shape' => 'UsePreviousValue']]], 'UpdateProvisioningParameters' => ['type' => 'list', 'member' => ['shape' => 'UpdateProvisioningParameter']], 'UpdateProvisioningPreferences' => ['type' => 'structure', 'members' => ['StackSetAccounts' => ['shape' => 'StackSetAccounts'], 'StackSetRegions' => ['shape' => 'StackSetRegions'], 'StackSetFailureToleranceCount' => ['shape' => 'StackSetFailureToleranceCount'], 'StackSetFailureTolerancePercentage' => ['shape' => 'StackSetFailureTolerancePercentage'], 'StackSetMaxConcurrencyCount' => ['shape' => 'StackSetMaxConcurrencyCount'], 'StackSetMaxConcurrencyPercentage' => ['shape' => 'StackSetMaxConcurrencyPercentage'], 'StackSetOperationType' => ['shape' => 'StackSetOperationType']]], 'UpdateServiceActionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'Id'], 'Name' => ['shape' => 'ServiceActionName'], 'Definition' => ['shape' => 'ServiceActionDefinitionMap'], 'Description' => ['shape' => 'ServiceActionDescription'], 'AcceptLanguage' => ['shape' => 'AcceptLanguage']]], 'UpdateServiceActionOutput' => ['type' => 'structure', 'members' => ['ServiceActionDetail' => ['shape' => 'ServiceActionDetail']]], 'UpdateTagOptionInput' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'TagOptionId'], 'Value' => ['shape' => 'TagOptionValue'], 'Active' => ['shape' => 'TagOptionActive']]], 'UpdateTagOptionOutput' => ['type' => 'structure', 'members' => ['TagOptionDetail' => ['shape' => 'TagOptionDetail']]], 'UpdatedTime' => ['type' => 'timestamp'], 'UsageInstruction' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'InstructionType'], 'Value' => ['shape' => 'InstructionValue']]], 'UsageInstructions' => ['type' => 'list', 'member' => ['shape' => 'UsageInstruction']], 'UsePreviousValue' => ['type' => 'boolean'], 'UserArn' => ['type' => 'string'], 'UserArnSession' => ['type' => 'string'], 'Verbose' => ['type' => 'boolean']]]; diff --git a/vendor/Aws3/Aws/data/servicediscovery/2017-03-14/api-2.json.php b/vendor/Aws3/Aws/data/servicediscovery/2017-03-14/api-2.json.php index 0efd890f..5bacee6c 100644 --- a/vendor/Aws3/Aws/data/servicediscovery/2017-03-14/api-2.json.php +++ b/vendor/Aws3/Aws/data/servicediscovery/2017-03-14/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-03-14', 'endpointPrefix' => 'servicediscovery', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ServiceDiscovery', 'serviceFullName' => 'AWS Cloud Map', 'serviceId' => 'ServiceDiscovery', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53AutoNaming_v20170314', 'uid' => 'servicediscovery-2017-03-14'], 'operations' => ['CreateHttpNamespace' => ['name' => 'CreateHttpNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHttpNamespaceRequest'], 'output' => ['shape' => 'CreateHttpNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest']]], 'CreatePrivateDnsNamespace' => ['name' => 'CreatePrivateDnsNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePrivateDnsNamespaceRequest'], 'output' => ['shape' => 'CreatePrivateDnsNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest']]], 'CreatePublicDnsNamespace' => ['name' => 'CreatePublicDnsNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePublicDnsNamespaceRequest'], 'output' => ['shape' => 'CreatePublicDnsNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest']]], 'CreateService' => ['name' => 'CreateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceRequest'], 'output' => ['shape' => 'CreateServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'NamespaceNotFound'], ['shape' => 'ServiceAlreadyExists']]], 'DeleteNamespace' => ['name' => 'DeleteNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNamespaceRequest'], 'output' => ['shape' => 'DeleteNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceNotFound'], ['shape' => 'ResourceInUse'], ['shape' => 'DuplicateRequest']]], 'DeleteService' => ['name' => 'DeleteService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceRequest'], 'output' => ['shape' => 'DeleteServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound'], ['shape' => 'ResourceInUse']]], 'DeregisterInstance' => ['name' => 'DeregisterInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterInstanceRequest'], 'output' => ['shape' => 'DeregisterInstanceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'InstanceNotFound'], ['shape' => 'ResourceInUse'], ['shape' => 'ServiceNotFound']]], 'DiscoverInstances' => ['name' => 'DiscoverInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DiscoverInstancesRequest'], 'output' => ['shape' => 'DiscoverInstancesResponse'], 'errors' => [['shape' => 'ServiceNotFound'], ['shape' => 'NamespaceNotFound'], ['shape' => 'InvalidInput']], 'endpoint' => ['hostPrefix' => 'data-']], 'GetInstance' => ['name' => 'GetInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceRequest'], 'output' => ['shape' => 'GetInstanceResponse'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'GetInstancesHealthStatus' => ['name' => 'GetInstancesHealthStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancesHealthStatusRequest'], 'output' => ['shape' => 'GetInstancesHealthStatusResponse'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'GetNamespace' => ['name' => 'GetNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNamespaceRequest'], 'output' => ['shape' => 'GetNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceNotFound']]], 'GetOperation' => ['name' => 'GetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationRequest'], 'output' => ['shape' => 'GetOperationResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationNotFound']]], 'GetService' => ['name' => 'GetService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceRequest'], 'output' => ['shape' => 'GetServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'ListInstances' => ['name' => 'ListInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstancesRequest'], 'output' => ['shape' => 'ListInstancesResponse'], 'errors' => [['shape' => 'ServiceNotFound'], ['shape' => 'InvalidInput']]], 'ListNamespaces' => ['name' => 'ListNamespaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNamespacesRequest'], 'output' => ['shape' => 'ListNamespacesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListOperations' => ['name' => 'ListOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOperationsRequest'], 'output' => ['shape' => 'ListOperationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListServices' => ['name' => 'ListServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServicesRequest'], 'output' => ['shape' => 'ListServicesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'RegisterInstance' => ['name' => 'RegisterInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterInstanceRequest'], 'output' => ['shape' => 'RegisterInstanceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ServiceNotFound']]], 'UpdateInstanceCustomHealthStatus' => ['name' => 'UpdateInstanceCustomHealthStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateInstanceCustomHealthStatusRequest'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'ServiceNotFound'], ['shape' => 'CustomHealthNotFound'], ['shape' => 'InvalidInput']]], 'UpdateService' => ['name' => 'UpdateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceRequest'], 'output' => ['shape' => 'UpdateServiceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]]], 'shapes' => ['Arn' => ['type' => 'string', 'max' => 255], 'AttrKey' => ['type' => 'string', 'max' => 255], 'AttrValue' => ['type' => 'string', 'max' => 1024], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttrKey'], 'value' => ['shape' => 'AttrValue']], 'Code' => ['type' => 'string'], 'CreateHttpNamespaceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription']]], 'CreateHttpNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreatePrivateDnsNamespaceRequest' => ['type' => 'structure', 'required' => ['Name', 'Vpc'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'Vpc' => ['shape' => 'ResourceId']]], 'CreatePrivateDnsNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreatePublicDnsNamespaceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription']]], 'CreatePublicDnsNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreateServiceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'ServiceName'], 'NamespaceId' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig']]], 'CreateServiceResponse' => ['type' => 'structure', 'members' => ['Service' => ['shape' => 'Service']]], 'CustomHealthNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CustomHealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY']], 'DeleteNamespaceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'DeleteNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DeleteServiceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'DeleteServiceResponse' => ['type' => 'structure', 'members' => []], 'DeregisterInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId']]], 'DeregisterInstanceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DiscoverInstancesRequest' => ['type' => 'structure', 'required' => ['NamespaceName', 'ServiceName'], 'members' => ['NamespaceName' => ['shape' => 'NamespaceName'], 'ServiceName' => ['shape' => 'ServiceName'], 'MaxResults' => ['shape' => 'MaxResults'], 'QueryParameters' => ['shape' => 'Attributes'], 'HealthStatus' => ['shape' => 'HealthStatusFilter']]], 'DiscoverInstancesResponse' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'HttpInstanceSummaryList']]], 'DnsConfig' => ['type' => 'structure', 'required' => ['DnsRecords'], 'members' => ['NamespaceId' => ['shape' => 'ResourceId', 'deprecated' => \true, 'deprecatedMessage' => 'Top level attribute in request should be used to reference namespace-id'], 'RoutingPolicy' => ['shape' => 'RoutingPolicy'], 'DnsRecords' => ['shape' => 'DnsRecordList']]], 'DnsConfigChange' => ['type' => 'structure', 'required' => ['DnsRecords'], 'members' => ['DnsRecords' => ['shape' => 'DnsRecordList']]], 'DnsProperties' => ['type' => 'structure', 'members' => ['HostedZoneId' => ['shape' => 'ResourceId']]], 'DnsRecord' => ['type' => 'structure', 'required' => ['Type', 'TTL'], 'members' => ['Type' => ['shape' => 'RecordType'], 'TTL' => ['shape' => 'RecordTTL']]], 'DnsRecordList' => ['type' => 'list', 'member' => ['shape' => 'DnsRecord']], 'DuplicateRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'DuplicateOperationId' => ['shape' => 'ResourceId']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'FailureThreshold' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'FilterCondition' => ['type' => 'string', 'enum' => ['EQ', 'IN', 'BETWEEN']], 'FilterValue' => ['type' => 'string', 'max' => 255, 'min' => 1], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'GetInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId']]], 'GetInstanceResponse' => ['type' => 'structure', 'members' => ['Instance' => ['shape' => 'Instance']]], 'GetInstancesHealthStatusRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'Instances' => ['shape' => 'InstanceIdList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInstancesHealthStatusResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'InstanceHealthStatusMap'], 'NextToken' => ['shape' => 'NextToken']]], 'GetNamespaceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'GetNamespaceResponse' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace']]], 'GetOperationRequest' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'ResourceId']]], 'GetOperationResponse' => ['type' => 'structure', 'members' => ['Operation' => ['shape' => 'Operation']]], 'GetServiceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'GetServiceResponse' => ['type' => 'structure', 'members' => ['Service' => ['shape' => 'Service']]], 'HealthCheckConfig' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'HealthCheckType'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FailureThreshold' => ['shape' => 'FailureThreshold']]], 'HealthCheckCustomConfig' => ['type' => 'structure', 'members' => ['FailureThreshold' => ['shape' => 'FailureThreshold']]], 'HealthCheckType' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'TCP']], 'HealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'UNKNOWN']], 'HealthStatusFilter' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'ALL']], 'HttpInstanceSummary' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'ResourceId'], 'NamespaceName' => ['shape' => 'NamespaceName'], 'ServiceName' => ['shape' => 'ServiceName'], 'HealthStatus' => ['shape' => 'HealthStatus'], 'Attributes' => ['shape' => 'Attributes']]], 'HttpInstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HttpInstanceSummary']], 'HttpProperties' => ['type' => 'structure', 'members' => ['HttpName' => ['shape' => 'NamespaceName']]], 'Instance' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'Attributes' => ['shape' => 'Attributes']]], 'InstanceHealthStatusMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceId'], 'value' => ['shape' => 'HealthStatus']], 'InstanceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId'], 'min' => 1], 'InstanceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InstanceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Attributes' => ['shape' => 'Attributes']]], 'InstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSummary']], 'InvalidInput' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListInstancesRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListInstancesResponse' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListNamespacesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'NamespaceFilters']]], 'ListNamespacesResponse' => ['type' => 'structure', 'members' => ['Namespaces' => ['shape' => 'NamespaceSummariesList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOperationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'OperationFilters']]], 'ListOperationsResponse' => ['type' => 'structure', 'members' => ['Operations' => ['shape' => 'OperationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListServicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'ServiceFilters']]], 'ListServicesResponse' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ServiceSummariesList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Message' => ['type' => 'string'], 'Namespace' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'NamespaceName'], 'Type' => ['shape' => 'NamespaceType'], 'Description' => ['shape' => 'ResourceDescription'], 'ServiceCount' => ['shape' => 'ResourceCount'], 'Properties' => ['shape' => 'NamespaceProperties'], 'CreateDate' => ['shape' => 'Timestamp'], 'CreatorRequestId' => ['shape' => 'ResourceId']]], 'NamespaceAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'NamespaceId' => ['shape' => 'ResourceId']], 'exception' => \true], 'NamespaceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NamespaceFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'NamespaceFilterName' => ['type' => 'string', 'enum' => ['TYPE']], 'NamespaceFilters' => ['type' => 'list', 'member' => ['shape' => 'NamespaceFilter']], 'NamespaceName' => ['type' => 'string', 'max' => 1024], 'NamespaceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NamespaceProperties' => ['type' => 'structure', 'members' => ['DnsProperties' => ['shape' => 'DnsProperties'], 'HttpProperties' => ['shape' => 'HttpProperties']]], 'NamespaceSummariesList' => ['type' => 'list', 'member' => ['shape' => 'NamespaceSummary']], 'NamespaceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'NamespaceName'], 'Type' => ['shape' => 'NamespaceType'], 'Description' => ['shape' => 'ResourceDescription'], 'ServiceCount' => ['shape' => 'ResourceCount'], 'Properties' => ['shape' => 'NamespaceProperties'], 'CreateDate' => ['shape' => 'Timestamp']]], 'NamespaceType' => ['type' => 'string', 'enum' => ['DNS_PUBLIC', 'DNS_PRIVATE', 'HTTP']], 'NextToken' => ['type' => 'string', 'max' => 4096], 'Operation' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OperationId'], 'Type' => ['shape' => 'OperationType'], 'Status' => ['shape' => 'OperationStatus'], 'ErrorMessage' => ['shape' => 'Message'], 'ErrorCode' => ['shape' => 'Code'], 'CreateDate' => ['shape' => 'Timestamp'], 'UpdateDate' => ['shape' => 'Timestamp'], 'Targets' => ['shape' => 'OperationTargetsMap']]], 'OperationFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'OperationFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'OperationFilterName' => ['type' => 'string', 'enum' => ['NAMESPACE_ID', 'SERVICE_ID', 'STATUS', 'TYPE', 'UPDATE_DATE']], 'OperationFilters' => ['type' => 'list', 'member' => ['shape' => 'OperationFilter']], 'OperationId' => ['type' => 'string', 'max' => 255], 'OperationNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'PENDING', 'SUCCESS', 'FAIL']], 'OperationSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus']]], 'OperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'OperationSummary']], 'OperationTargetType' => ['type' => 'string', 'enum' => ['NAMESPACE', 'SERVICE', 'INSTANCE']], 'OperationTargetsMap' => ['type' => 'map', 'key' => ['shape' => 'OperationTargetType'], 'value' => ['shape' => 'ResourceId']], 'OperationType' => ['type' => 'string', 'enum' => ['CREATE_NAMESPACE', 'DELETE_NAMESPACE', 'UPDATE_SERVICE', 'REGISTER_INSTANCE', 'DEREGISTER_INSTANCE']], 'RecordTTL' => ['type' => 'long', 'max' => 2147483647, 'min' => 0], 'RecordType' => ['type' => 'string', 'enum' => ['SRV', 'A', 'AAAA', 'CNAME']], 'RegisterInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId', 'Attributes'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Attributes' => ['shape' => 'Attributes']]], 'RegisterInstanceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'ResourceCount' => ['type' => 'integer'], 'ResourceDescription' => ['type' => 'string', 'max' => 1024], 'ResourceId' => ['type' => 'string', 'max' => 64], 'ResourceInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourcePath' => ['type' => 'string', 'max' => 255], 'RoutingPolicy' => ['type' => 'string', 'enum' => ['MULTIVALUE', 'WEIGHTED']], 'Service' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ServiceName'], 'NamespaceId' => ['shape' => 'ResourceId'], 'Description' => ['shape' => 'ResourceDescription'], 'InstanceCount' => ['shape' => 'ResourceCount'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig'], 'CreateDate' => ['shape' => 'Timestamp'], 'CreatorRequestId' => ['shape' => 'ResourceId']]], 'ServiceAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'ServiceId' => ['shape' => 'ResourceId']], 'exception' => \true], 'ServiceChange' => ['type' => 'structure', 'required' => ['DnsConfig'], 'members' => ['Description' => ['shape' => 'ResourceDescription'], 'DnsConfig' => ['shape' => 'DnsConfigChange'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig']]], 'ServiceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ServiceFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'ServiceFilterName' => ['type' => 'string', 'enum' => ['NAMESPACE_ID']], 'ServiceFilters' => ['type' => 'list', 'member' => ['shape' => 'ServiceFilter']], 'ServiceName' => ['type' => 'string', 'pattern' => '((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(\\.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^\\.$)'], 'ServiceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServiceSummariesList' => ['type' => 'list', 'member' => ['shape' => 'ServiceSummary']], 'ServiceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ServiceName'], 'Description' => ['shape' => 'ResourceDescription'], 'InstanceCount' => ['shape' => 'ResourceCount'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig'], 'CreateDate' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'UpdateInstanceCustomHealthStatusRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId', 'Status'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId'], 'Status' => ['shape' => 'CustomHealthStatus']]], 'UpdateServiceRequest' => ['type' => 'structure', 'required' => ['Id', 'Service'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Service' => ['shape' => 'ServiceChange']]], 'UpdateServiceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-03-14', 'endpointPrefix' => 'servicediscovery', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'ServiceDiscovery', 'serviceFullName' => 'AWS Cloud Map', 'serviceId' => 'ServiceDiscovery', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53AutoNaming_v20170314', 'uid' => 'servicediscovery-2017-03-14'], 'operations' => ['CreateHttpNamespace' => ['name' => 'CreateHttpNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateHttpNamespaceRequest'], 'output' => ['shape' => 'CreateHttpNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest'], ['shape' => 'TooManyTagsException']]], 'CreatePrivateDnsNamespace' => ['name' => 'CreatePrivateDnsNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePrivateDnsNamespaceRequest'], 'output' => ['shape' => 'CreatePrivateDnsNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest'], ['shape' => 'TooManyTagsException']]], 'CreatePublicDnsNamespace' => ['name' => 'CreatePublicDnsNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePublicDnsNamespaceRequest'], 'output' => ['shape' => 'CreatePublicDnsNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceAlreadyExists'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'DuplicateRequest'], ['shape' => 'TooManyTagsException']]], 'CreateService' => ['name' => 'CreateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServiceRequest'], 'output' => ['shape' => 'CreateServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'NamespaceNotFound'], ['shape' => 'ServiceAlreadyExists'], ['shape' => 'TooManyTagsException']]], 'DeleteNamespace' => ['name' => 'DeleteNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteNamespaceRequest'], 'output' => ['shape' => 'DeleteNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceNotFound'], ['shape' => 'ResourceInUse'], ['shape' => 'DuplicateRequest']]], 'DeleteService' => ['name' => 'DeleteService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServiceRequest'], 'output' => ['shape' => 'DeleteServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound'], ['shape' => 'ResourceInUse']]], 'DeregisterInstance' => ['name' => 'DeregisterInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterInstanceRequest'], 'output' => ['shape' => 'DeregisterInstanceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'InstanceNotFound'], ['shape' => 'ResourceInUse'], ['shape' => 'ServiceNotFound']]], 'DiscoverInstances' => ['name' => 'DiscoverInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DiscoverInstancesRequest'], 'output' => ['shape' => 'DiscoverInstancesResponse'], 'errors' => [['shape' => 'ServiceNotFound'], ['shape' => 'NamespaceNotFound'], ['shape' => 'InvalidInput'], ['shape' => 'RequestLimitExceeded']], 'endpoint' => ['hostPrefix' => 'data-']], 'GetInstance' => ['name' => 'GetInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstanceRequest'], 'output' => ['shape' => 'GetInstanceResponse'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'GetInstancesHealthStatus' => ['name' => 'GetInstancesHealthStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInstancesHealthStatusRequest'], 'output' => ['shape' => 'GetInstancesHealthStatusResponse'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'GetNamespace' => ['name' => 'GetNamespace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetNamespaceRequest'], 'output' => ['shape' => 'GetNamespaceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'NamespaceNotFound']]], 'GetOperation' => ['name' => 'GetOperation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOperationRequest'], 'output' => ['shape' => 'GetOperationResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'OperationNotFound']]], 'GetService' => ['name' => 'GetService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceRequest'], 'output' => ['shape' => 'GetServiceResponse'], 'errors' => [['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]], 'ListInstances' => ['name' => 'ListInstances', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInstancesRequest'], 'output' => ['shape' => 'ListInstancesResponse'], 'errors' => [['shape' => 'ServiceNotFound'], ['shape' => 'InvalidInput']]], 'ListNamespaces' => ['name' => 'ListNamespaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListNamespacesRequest'], 'output' => ['shape' => 'ListNamespacesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListOperations' => ['name' => 'ListOperations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOperationsRequest'], 'output' => ['shape' => 'ListOperationsResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListServices' => ['name' => 'ListServices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServicesRequest'], 'output' => ['shape' => 'ListServicesResponse'], 'errors' => [['shape' => 'InvalidInput']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInput']]], 'RegisterInstance' => ['name' => 'RegisterInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterInstanceRequest'], 'output' => ['shape' => 'RegisterInstanceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'ResourceInUse'], ['shape' => 'ResourceLimitExceeded'], ['shape' => 'ServiceNotFound']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'InvalidInput']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidInput']]], 'UpdateInstanceCustomHealthStatus' => ['name' => 'UpdateInstanceCustomHealthStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateInstanceCustomHealthStatusRequest'], 'errors' => [['shape' => 'InstanceNotFound'], ['shape' => 'ServiceNotFound'], ['shape' => 'CustomHealthNotFound'], ['shape' => 'InvalidInput']]], 'UpdateService' => ['name' => 'UpdateService', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceRequest'], 'output' => ['shape' => 'UpdateServiceResponse'], 'errors' => [['shape' => 'DuplicateRequest'], ['shape' => 'InvalidInput'], ['shape' => 'ServiceNotFound']]]], 'shapes' => ['AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'Arn' => ['type' => 'string', 'max' => 255], 'AttrKey' => ['type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9!-~]+$'], 'AttrValue' => ['type' => 'string', 'max' => 1024, 'pattern' => '^([a-zA-Z0-9!-~][ \\ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$'], 'Attributes' => ['type' => 'map', 'key' => ['shape' => 'AttrKey'], 'value' => ['shape' => 'AttrValue']], 'Code' => ['type' => 'string'], 'CreateHttpNamespaceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'Tags' => ['shape' => 'TagList']]], 'CreateHttpNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreatePrivateDnsNamespaceRequest' => ['type' => 'structure', 'required' => ['Name', 'Vpc'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'Vpc' => ['shape' => 'ResourceId'], 'Tags' => ['shape' => 'TagList']]], 'CreatePrivateDnsNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreatePublicDnsNamespaceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'NamespaceName'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'Tags' => ['shape' => 'TagList']]], 'CreatePublicDnsNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'CreateServiceRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'ServiceName'], 'NamespaceId' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Description' => ['shape' => 'ResourceDescription'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateServiceResponse' => ['type' => 'structure', 'members' => ['Service' => ['shape' => 'Service']]], 'CustomHealthNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'CustomHealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY']], 'DeleteNamespaceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'DeleteNamespaceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DeleteServiceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'DeleteServiceResponse' => ['type' => 'structure', 'members' => []], 'DeregisterInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId']]], 'DeregisterInstanceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'DiscoverInstancesRequest' => ['type' => 'structure', 'required' => ['NamespaceName', 'ServiceName'], 'members' => ['NamespaceName' => ['shape' => 'NamespaceName'], 'ServiceName' => ['shape' => 'ServiceName'], 'MaxResults' => ['shape' => 'DiscoverMaxResults'], 'QueryParameters' => ['shape' => 'Attributes'], 'HealthStatus' => ['shape' => 'HealthStatusFilter']]], 'DiscoverInstancesResponse' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'HttpInstanceSummaryList']]], 'DiscoverMaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'DnsConfig' => ['type' => 'structure', 'required' => ['DnsRecords'], 'members' => ['NamespaceId' => ['shape' => 'ResourceId', 'deprecated' => \true, 'deprecatedMessage' => 'Top level attribute in request should be used to reference namespace-id'], 'RoutingPolicy' => ['shape' => 'RoutingPolicy'], 'DnsRecords' => ['shape' => 'DnsRecordList']]], 'DnsConfigChange' => ['type' => 'structure', 'required' => ['DnsRecords'], 'members' => ['DnsRecords' => ['shape' => 'DnsRecordList']]], 'DnsProperties' => ['type' => 'structure', 'members' => ['HostedZoneId' => ['shape' => 'ResourceId']]], 'DnsRecord' => ['type' => 'structure', 'required' => ['Type', 'TTL'], 'members' => ['Type' => ['shape' => 'RecordType'], 'TTL' => ['shape' => 'RecordTTL']]], 'DnsRecordList' => ['type' => 'list', 'member' => ['shape' => 'DnsRecord']], 'DuplicateRequest' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'DuplicateOperationId' => ['shape' => 'ResourceId']], 'exception' => \true], 'ErrorMessage' => ['type' => 'string'], 'FailureThreshold' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'FilterCondition' => ['type' => 'string', 'enum' => ['EQ', 'IN', 'BETWEEN']], 'FilterValue' => ['type' => 'string', 'max' => 255, 'min' => 1], 'FilterValues' => ['type' => 'list', 'member' => ['shape' => 'FilterValue']], 'GetInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId']]], 'GetInstanceResponse' => ['type' => 'structure', 'members' => ['Instance' => ['shape' => 'Instance']]], 'GetInstancesHealthStatusRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'Instances' => ['shape' => 'InstanceIdList'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInstancesHealthStatusResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'InstanceHealthStatusMap'], 'NextToken' => ['shape' => 'NextToken']]], 'GetNamespaceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'GetNamespaceResponse' => ['type' => 'structure', 'members' => ['Namespace' => ['shape' => 'Namespace']]], 'GetOperationRequest' => ['type' => 'structure', 'required' => ['OperationId'], 'members' => ['OperationId' => ['shape' => 'ResourceId']]], 'GetOperationResponse' => ['type' => 'structure', 'members' => ['Operation' => ['shape' => 'Operation']]], 'GetServiceRequest' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId']]], 'GetServiceResponse' => ['type' => 'structure', 'members' => ['Service' => ['shape' => 'Service']]], 'HealthCheckConfig' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'HealthCheckType'], 'ResourcePath' => ['shape' => 'ResourcePath'], 'FailureThreshold' => ['shape' => 'FailureThreshold']]], 'HealthCheckCustomConfig' => ['type' => 'structure', 'members' => ['FailureThreshold' => ['shape' => 'FailureThreshold']]], 'HealthCheckType' => ['type' => 'string', 'enum' => ['HTTP', 'HTTPS', 'TCP']], 'HealthStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'UNKNOWN']], 'HealthStatusFilter' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY', 'ALL']], 'HttpInstanceSummary' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'ResourceId'], 'NamespaceName' => ['shape' => 'NamespaceName'], 'ServiceName' => ['shape' => 'ServiceName'], 'HealthStatus' => ['shape' => 'HealthStatus'], 'Attributes' => ['shape' => 'Attributes']]], 'HttpInstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'HttpInstanceSummary']], 'HttpProperties' => ['type' => 'structure', 'members' => ['HttpName' => ['shape' => 'NamespaceName']]], 'Instance' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'Attributes' => ['shape' => 'Attributes']]], 'InstanceHealthStatusMap' => ['type' => 'map', 'key' => ['shape' => 'ResourceId'], 'value' => ['shape' => 'HealthStatus']], 'InstanceIdList' => ['type' => 'list', 'member' => ['shape' => 'ResourceId'], 'min' => 1], 'InstanceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'InstanceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Attributes' => ['shape' => 'Attributes']]], 'InstanceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'InstanceSummary']], 'InvalidInput' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ListInstancesRequest' => ['type' => 'structure', 'required' => ['ServiceId'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListInstancesResponse' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'InstanceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListNamespacesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'NamespaceFilters']]], 'ListNamespacesResponse' => ['type' => 'structure', 'members' => ['Namespaces' => ['shape' => 'NamespaceSummariesList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOperationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'OperationFilters']]], 'ListOperationsResponse' => ['type' => 'structure', 'members' => ['Operations' => ['shape' => 'OperationSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListServicesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'Filters' => ['shape' => 'ServiceFilters']]], 'ListServicesResponse' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ServiceSummariesList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'Message' => ['type' => 'string'], 'Namespace' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'NamespaceName'], 'Type' => ['shape' => 'NamespaceType'], 'Description' => ['shape' => 'ResourceDescription'], 'ServiceCount' => ['shape' => 'ResourceCount'], 'Properties' => ['shape' => 'NamespaceProperties'], 'CreateDate' => ['shape' => 'Timestamp'], 'CreatorRequestId' => ['shape' => 'ResourceId']]], 'NamespaceAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'NamespaceId' => ['shape' => 'ResourceId']], 'exception' => \true], 'NamespaceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'NamespaceFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'NamespaceFilterName' => ['type' => 'string', 'enum' => ['TYPE']], 'NamespaceFilters' => ['type' => 'list', 'member' => ['shape' => 'NamespaceFilter']], 'NamespaceName' => ['type' => 'string', 'max' => 1024], 'NamespaceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NamespaceProperties' => ['type' => 'structure', 'members' => ['DnsProperties' => ['shape' => 'DnsProperties'], 'HttpProperties' => ['shape' => 'HttpProperties']]], 'NamespaceSummariesList' => ['type' => 'list', 'member' => ['shape' => 'NamespaceSummary']], 'NamespaceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'NamespaceName'], 'Type' => ['shape' => 'NamespaceType'], 'Description' => ['shape' => 'ResourceDescription'], 'ServiceCount' => ['shape' => 'ResourceCount'], 'Properties' => ['shape' => 'NamespaceProperties'], 'CreateDate' => ['shape' => 'Timestamp']]], 'NamespaceType' => ['type' => 'string', 'enum' => ['DNS_PUBLIC', 'DNS_PRIVATE', 'HTTP']], 'NextToken' => ['type' => 'string', 'max' => 4096], 'Operation' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OperationId'], 'Type' => ['shape' => 'OperationType'], 'Status' => ['shape' => 'OperationStatus'], 'ErrorMessage' => ['shape' => 'Message'], 'ErrorCode' => ['shape' => 'Code'], 'CreateDate' => ['shape' => 'Timestamp'], 'UpdateDate' => ['shape' => 'Timestamp'], 'Targets' => ['shape' => 'OperationTargetsMap']]], 'OperationFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'OperationFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'OperationFilterName' => ['type' => 'string', 'enum' => ['NAMESPACE_ID', 'SERVICE_ID', 'STATUS', 'TYPE', 'UPDATE_DATE']], 'OperationFilters' => ['type' => 'list', 'member' => ['shape' => 'OperationFilter']], 'OperationId' => ['type' => 'string', 'max' => 255], 'OperationNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OperationStatus' => ['type' => 'string', 'enum' => ['SUBMITTED', 'PENDING', 'SUCCESS', 'FAIL']], 'OperationSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OperationId'], 'Status' => ['shape' => 'OperationStatus']]], 'OperationSummaryList' => ['type' => 'list', 'member' => ['shape' => 'OperationSummary']], 'OperationTargetType' => ['type' => 'string', 'enum' => ['NAMESPACE', 'SERVICE', 'INSTANCE']], 'OperationTargetsMap' => ['type' => 'map', 'key' => ['shape' => 'OperationTargetType'], 'value' => ['shape' => 'ResourceId']], 'OperationType' => ['type' => 'string', 'enum' => ['CREATE_NAMESPACE', 'DELETE_NAMESPACE', 'UPDATE_SERVICE', 'REGISTER_INSTANCE', 'DEREGISTER_INSTANCE']], 'RecordTTL' => ['type' => 'long', 'max' => 2147483647, 'min' => 0], 'RecordType' => ['type' => 'string', 'enum' => ['SRV', 'A', 'AAAA', 'CNAME']], 'RegisterInstanceRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId', 'Attributes'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId'], 'CreatorRequestId' => ['shape' => 'ResourceId', 'idempotencyToken' => \true], 'Attributes' => ['shape' => 'Attributes']]], 'RegisterInstanceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]], 'RequestLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceCount' => ['type' => 'integer'], 'ResourceDescription' => ['type' => 'string', 'max' => 1024], 'ResourceId' => ['type' => 'string', 'max' => 64], 'ResourceInUse' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ResourcePath' => ['type' => 'string', 'max' => 255], 'RoutingPolicy' => ['type' => 'string', 'enum' => ['MULTIVALUE', 'WEIGHTED']], 'Service' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ServiceName'], 'NamespaceId' => ['shape' => 'ResourceId'], 'Description' => ['shape' => 'ResourceDescription'], 'InstanceCount' => ['shape' => 'ResourceCount'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig'], 'CreateDate' => ['shape' => 'Timestamp'], 'CreatorRequestId' => ['shape' => 'ResourceId']]], 'ServiceAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'CreatorRequestId' => ['shape' => 'ResourceId'], 'ServiceId' => ['shape' => 'ResourceId']], 'exception' => \true], 'ServiceChange' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'ResourceDescription'], 'DnsConfig' => ['shape' => 'DnsConfigChange'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig']]], 'ServiceFilter' => ['type' => 'structure', 'required' => ['Name', 'Values'], 'members' => ['Name' => ['shape' => 'ServiceFilterName'], 'Values' => ['shape' => 'FilterValues'], 'Condition' => ['shape' => 'FilterCondition']]], 'ServiceFilterName' => ['type' => 'string', 'enum' => ['NAMESPACE_ID']], 'ServiceFilters' => ['type' => 'list', 'member' => ['shape' => 'ServiceFilter']], 'ServiceName' => ['type' => 'string', 'pattern' => '((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(\\.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^\\.$)'], 'ServiceNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServiceSummariesList' => ['type' => 'list', 'member' => ['shape' => 'ServiceSummary']], 'ServiceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ResourceId'], 'Arn' => ['shape' => 'Arn'], 'Name' => ['shape' => 'ServiceName'], 'Description' => ['shape' => 'ResourceDescription'], 'InstanceCount' => ['shape' => 'ResourceCount'], 'DnsConfig' => ['shape' => 'DnsConfig'], 'HealthCheckConfig' => ['shape' => 'HealthCheckConfig'], 'HealthCheckCustomConfig' => ['shape' => 'HealthCheckCustomConfig'], 'CreateDate' => ['shape' => 'Timestamp']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 200, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 200, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage'], 'ResourceName' => ['shape' => 'AmazonResourceName']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateInstanceCustomHealthStatusRequest' => ['type' => 'structure', 'required' => ['ServiceId', 'InstanceId', 'Status'], 'members' => ['ServiceId' => ['shape' => 'ResourceId'], 'InstanceId' => ['shape' => 'ResourceId'], 'Status' => ['shape' => 'CustomHealthStatus']]], 'UpdateServiceRequest' => ['type' => 'structure', 'required' => ['Id', 'Service'], 'members' => ['Id' => ['shape' => 'ResourceId'], 'Service' => ['shape' => 'ServiceChange']]], 'UpdateServiceResponse' => ['type' => 'structure', 'members' => ['OperationId' => ['shape' => 'OperationId']]]]]; diff --git a/vendor/Aws3/Aws/data/sesv2/2019-09-27/api-2.json.php b/vendor/Aws3/Aws/data/sesv2/2019-09-27/api-2.json.php index ff76f67f..810f5059 100644 --- a/vendor/Aws3/Aws/data/sesv2/2019-09-27/api-2.json.php +++ b/vendor/Aws3/Aws/data/sesv2/2019-09-27/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-09-27', 'endpointPrefix' => 'email', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon SES V2', 'serviceFullName' => 'Amazon Simple Email Service', 'serviceId' => 'SESv2', 'signatureVersion' => 'v4', 'signingName' => 'ses', 'uid' => 'sesv2-2019-09-27'], 'operations' => ['CreateConfigurationSet' => ['name' => 'CreateConfigurationSet', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/configuration-sets'], 'input' => ['shape' => 'CreateConfigurationSetRequest'], 'output' => ['shape' => 'CreateConfigurationSetResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateConfigurationSetEventDestination' => ['name' => 'CreateConfigurationSetEventDestination', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations'], 'input' => ['shape' => 'CreateConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'CreateConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'CreateDedicatedIpPool' => ['name' => 'CreateDedicatedIpPool', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/dedicated-ip-pools'], 'input' => ['shape' => 'CreateDedicatedIpPoolRequest'], 'output' => ['shape' => 'CreateDedicatedIpPoolResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateDeliverabilityTestReport' => ['name' => 'CreateDeliverabilityTestReport', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/deliverability-dashboard/test'], 'input' => ['shape' => 'CreateDeliverabilityTestReportRequest'], 'output' => ['shape' => 'CreateDeliverabilityTestReportResponse'], 'errors' => [['shape' => 'AccountSuspendedException'], ['shape' => 'SendingPausedException'], ['shape' => 'MessageRejected'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateEmailIdentity' => ['name' => 'CreateEmailIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/identities'], 'input' => ['shape' => 'CreateEmailIdentityRequest'], 'output' => ['shape' => 'CreateEmailIdentityResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteConfigurationSet' => ['name' => 'DeleteConfigurationSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}'], 'input' => ['shape' => 'DeleteConfigurationSetRequest'], 'output' => ['shape' => 'DeleteConfigurationSetResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteConfigurationSetEventDestination' => ['name' => 'DeleteConfigurationSetEventDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}'], 'input' => ['shape' => 'DeleteConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'DeleteConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteDedicatedIpPool' => ['name' => 'DeleteDedicatedIpPool', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/dedicated-ip-pools/{PoolName}'], 'input' => ['shape' => 'DeleteDedicatedIpPoolRequest'], 'output' => ['shape' => 'DeleteDedicatedIpPoolResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteEmailIdentity' => ['name' => 'DeleteEmailIdentity', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/identities/{EmailIdentity}'], 'input' => ['shape' => 'DeleteEmailIdentityRequest'], 'output' => ['shape' => 'DeleteEmailIdentityResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteSuppressedDestination' => ['name' => 'DeleteSuppressedDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/suppression/addresses/{EmailAddress}'], 'input' => ['shape' => 'DeleteSuppressedDestinationRequest'], 'output' => ['shape' => 'DeleteSuppressedDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/account'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'GetAccountResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetBlacklistReports' => ['name' => 'GetBlacklistReports', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/blacklist-report'], 'input' => ['shape' => 'GetBlacklistReportsRequest'], 'output' => ['shape' => 'GetBlacklistReportsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetConfigurationSet' => ['name' => 'GetConfigurationSet', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}'], 'input' => ['shape' => 'GetConfigurationSetRequest'], 'output' => ['shape' => 'GetConfigurationSetResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetConfigurationSetEventDestinations' => ['name' => 'GetConfigurationSetEventDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations'], 'input' => ['shape' => 'GetConfigurationSetEventDestinationsRequest'], 'output' => ['shape' => 'GetConfigurationSetEventDestinationsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDedicatedIp' => ['name' => 'GetDedicatedIp', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ips/{IP}'], 'input' => ['shape' => 'GetDedicatedIpRequest'], 'output' => ['shape' => 'GetDedicatedIpResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDedicatedIps' => ['name' => 'GetDedicatedIps', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ips'], 'input' => ['shape' => 'GetDedicatedIpsRequest'], 'output' => ['shape' => 'GetDedicatedIpsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDeliverabilityDashboardOptions' => ['name' => 'GetDeliverabilityDashboardOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard'], 'input' => ['shape' => 'GetDeliverabilityDashboardOptionsRequest'], 'output' => ['shape' => 'GetDeliverabilityDashboardOptionsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException']]], 'GetDeliverabilityTestReport' => ['name' => 'GetDeliverabilityTestReport', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/test-reports/{ReportId}'], 'input' => ['shape' => 'GetDeliverabilityTestReportRequest'], 'output' => ['shape' => 'GetDeliverabilityTestReportResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDomainDeliverabilityCampaign' => ['name' => 'GetDomainDeliverabilityCampaign', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/campaigns/{CampaignId}'], 'input' => ['shape' => 'GetDomainDeliverabilityCampaignRequest'], 'output' => ['shape' => 'GetDomainDeliverabilityCampaignResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'GetDomainStatisticsReport' => ['name' => 'GetDomainStatisticsReport', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/statistics-report/{Domain}'], 'input' => ['shape' => 'GetDomainStatisticsReportRequest'], 'output' => ['shape' => 'GetDomainStatisticsReportResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetEmailIdentity' => ['name' => 'GetEmailIdentity', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/identities/{EmailIdentity}'], 'input' => ['shape' => 'GetEmailIdentityRequest'], 'output' => ['shape' => 'GetEmailIdentityResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetSuppressedDestination' => ['name' => 'GetSuppressedDestination', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/suppression/addresses/{EmailAddress}'], 'input' => ['shape' => 'GetSuppressedDestinationRequest'], 'output' => ['shape' => 'GetSuppressedDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'ListConfigurationSets' => ['name' => 'ListConfigurationSets', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets'], 'input' => ['shape' => 'ListConfigurationSetsRequest'], 'output' => ['shape' => 'ListConfigurationSetsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListDedicatedIpPools' => ['name' => 'ListDedicatedIpPools', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ip-pools'], 'input' => ['shape' => 'ListDedicatedIpPoolsRequest'], 'output' => ['shape' => 'ListDedicatedIpPoolsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListDeliverabilityTestReports' => ['name' => 'ListDeliverabilityTestReports', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/test-reports'], 'input' => ['shape' => 'ListDeliverabilityTestReportsRequest'], 'output' => ['shape' => 'ListDeliverabilityTestReportsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'ListDomainDeliverabilityCampaigns' => ['name' => 'ListDomainDeliverabilityCampaigns', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns'], 'input' => ['shape' => 'ListDomainDeliverabilityCampaignsRequest'], 'output' => ['shape' => 'ListDomainDeliverabilityCampaignsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'ListEmailIdentities' => ['name' => 'ListEmailIdentities', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/identities'], 'input' => ['shape' => 'ListEmailIdentitiesRequest'], 'output' => ['shape' => 'ListEmailIdentitiesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListSuppressedDestinations' => ['name' => 'ListSuppressedDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/suppression/addresses'], 'input' => ['shape' => 'ListSuppressedDestinationsRequest'], 'output' => ['shape' => 'ListSuppressedDestinationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidNextTokenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'PutAccountDedicatedIpWarmupAttributes' => ['name' => 'PutAccountDedicatedIpWarmupAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/dedicated-ips/warmup'], 'input' => ['shape' => 'PutAccountDedicatedIpWarmupAttributesRequest'], 'output' => ['shape' => 'PutAccountDedicatedIpWarmupAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutAccountSendingAttributes' => ['name' => 'PutAccountSendingAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/sending'], 'input' => ['shape' => 'PutAccountSendingAttributesRequest'], 'output' => ['shape' => 'PutAccountSendingAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutAccountSuppressionAttributes' => ['name' => 'PutAccountSuppressionAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/suppression'], 'input' => ['shape' => 'PutAccountSuppressionAttributesRequest'], 'output' => ['shape' => 'PutAccountSuppressionAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetDeliveryOptions' => ['name' => 'PutConfigurationSetDeliveryOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options'], 'input' => ['shape' => 'PutConfigurationSetDeliveryOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetDeliveryOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetReputationOptions' => ['name' => 'PutConfigurationSetReputationOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options'], 'input' => ['shape' => 'PutConfigurationSetReputationOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetReputationOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetSendingOptions' => ['name' => 'PutConfigurationSetSendingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/sending'], 'input' => ['shape' => 'PutConfigurationSetSendingOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetSendingOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetSuppressionOptions' => ['name' => 'PutConfigurationSetSuppressionOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options'], 'input' => ['shape' => 'PutConfigurationSetSuppressionOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetSuppressionOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetTrackingOptions' => ['name' => 'PutConfigurationSetTrackingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options'], 'input' => ['shape' => 'PutConfigurationSetTrackingOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetTrackingOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDedicatedIpInPool' => ['name' => 'PutDedicatedIpInPool', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/dedicated-ips/{IP}/pool'], 'input' => ['shape' => 'PutDedicatedIpInPoolRequest'], 'output' => ['shape' => 'PutDedicatedIpInPoolResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDedicatedIpWarmupAttributes' => ['name' => 'PutDedicatedIpWarmupAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/dedicated-ips/{IP}/warmup'], 'input' => ['shape' => 'PutDedicatedIpWarmupAttributesRequest'], 'output' => ['shape' => 'PutDedicatedIpWarmupAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDeliverabilityDashboardOption' => ['name' => 'PutDeliverabilityDashboardOption', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/deliverability-dashboard'], 'input' => ['shape' => 'PutDeliverabilityDashboardOptionRequest'], 'output' => ['shape' => 'PutDeliverabilityDashboardOptionResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityDkimAttributes' => ['name' => 'PutEmailIdentityDkimAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/dkim'], 'input' => ['shape' => 'PutEmailIdentityDkimAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityDkimAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityDkimSigningAttributes' => ['name' => 'PutEmailIdentityDkimSigningAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/email/identities/{EmailIdentity}/dkim/signing'], 'input' => ['shape' => 'PutEmailIdentityDkimSigningAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityDkimSigningAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityFeedbackAttributes' => ['name' => 'PutEmailIdentityFeedbackAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/feedback'], 'input' => ['shape' => 'PutEmailIdentityFeedbackAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityFeedbackAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityMailFromAttributes' => ['name' => 'PutEmailIdentityMailFromAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/mail-from'], 'input' => ['shape' => 'PutEmailIdentityMailFromAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityMailFromAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutSuppressedDestination' => ['name' => 'PutSuppressedDestination', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/suppression/addresses'], 'input' => ['shape' => 'PutSuppressedDestinationRequest'], 'output' => ['shape' => 'PutSuppressedDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'SendEmail' => ['name' => 'SendEmail', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/outbound-emails'], 'input' => ['shape' => 'SendEmailRequest'], 'output' => ['shape' => 'SendEmailResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccountSuspendedException'], ['shape' => 'SendingPausedException'], ['shape' => 'MessageRejected'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateConfigurationSetEventDestination' => ['name' => 'UpdateConfigurationSetEventDestination', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}'], 'input' => ['shape' => 'UpdateConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'UpdateConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]]], 'shapes' => ['AccountSuspendedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AmazonResourceName' => ['type' => 'string'], 'BadRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BehaviorOnMxFailure' => ['type' => 'string', 'enum' => ['USE_DEFAULT_VALUE', 'REJECT_MESSAGE']], 'BlacklistEntries' => ['type' => 'list', 'member' => ['shape' => 'BlacklistEntry']], 'BlacklistEntry' => ['type' => 'structure', 'members' => ['RblName' => ['shape' => 'RblName'], 'ListingTime' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'BlacklistingDescription']]], 'BlacklistItemName' => ['type' => 'string'], 'BlacklistItemNames' => ['type' => 'list', 'member' => ['shape' => 'BlacklistItemName']], 'BlacklistReport' => ['type' => 'map', 'key' => ['shape' => 'BlacklistItemName'], 'value' => ['shape' => 'BlacklistEntries']], 'BlacklistingDescription' => ['type' => 'string'], 'Body' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'Content'], 'Html' => ['shape' => 'Content']]], 'CampaignId' => ['type' => 'string'], 'Charset' => ['type' => 'string'], 'CloudWatchDestination' => ['type' => 'structure', 'required' => ['DimensionConfigurations'], 'members' => ['DimensionConfigurations' => ['shape' => 'CloudWatchDimensionConfigurations']]], 'CloudWatchDimensionConfiguration' => ['type' => 'structure', 'required' => ['DimensionName', 'DimensionValueSource', 'DefaultDimensionValue'], 'members' => ['DimensionName' => ['shape' => 'DimensionName'], 'DimensionValueSource' => ['shape' => 'DimensionValueSource'], 'DefaultDimensionValue' => ['shape' => 'DefaultDimensionValue']]], 'CloudWatchDimensionConfigurations' => ['type' => 'list', 'member' => ['shape' => 'CloudWatchDimensionConfiguration']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ConfigurationSetName' => ['type' => 'string'], 'ConfigurationSetNameList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationSetName']], 'Content' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'MessageData'], 'Charset' => ['shape' => 'Charset']]], 'CreateConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName', 'EventDestination'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName'], 'EventDestination' => ['shape' => 'EventDestinationDefinition']]], 'CreateConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'CreateConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName'], 'TrackingOptions' => ['shape' => 'TrackingOptions'], 'DeliveryOptions' => ['shape' => 'DeliveryOptions'], 'ReputationOptions' => ['shape' => 'ReputationOptions'], 'SendingOptions' => ['shape' => 'SendingOptions'], 'Tags' => ['shape' => 'TagList'], 'SuppressionOptions' => ['shape' => 'SuppressionOptions']]], 'CreateConfigurationSetResponse' => ['type' => 'structure', 'members' => []], 'CreateDedicatedIpPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'PoolName'], 'Tags' => ['shape' => 'TagList']]], 'CreateDedicatedIpPoolResponse' => ['type' => 'structure', 'members' => []], 'CreateDeliverabilityTestReportRequest' => ['type' => 'structure', 'required' => ['FromEmailAddress', 'Content'], 'members' => ['ReportName' => ['shape' => 'ReportName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'Content' => ['shape' => 'EmailContent'], 'Tags' => ['shape' => 'TagList']]], 'CreateDeliverabilityTestReportResponse' => ['type' => 'structure', 'required' => ['ReportId', 'DeliverabilityTestStatus'], 'members' => ['ReportId' => ['shape' => 'ReportId'], 'DeliverabilityTestStatus' => ['shape' => 'DeliverabilityTestStatus']]], 'CreateEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity'], 'Tags' => ['shape' => 'TagList'], 'DkimSigningAttributes' => ['shape' => 'DkimSigningAttributes']]], 'CreateEmailIdentityResponse' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'VerifiedForSendingStatus' => ['shape' => 'Enabled'], 'DkimAttributes' => ['shape' => 'DkimAttributes']]], 'CustomRedirectDomain' => ['type' => 'string'], 'DailyVolume' => ['type' => 'structure', 'members' => ['StartDate' => ['shape' => 'Timestamp'], 'VolumeStatistics' => ['shape' => 'VolumeStatistics'], 'DomainIspPlacements' => ['shape' => 'DomainIspPlacements']]], 'DailyVolumes' => ['type' => 'list', 'member' => ['shape' => 'DailyVolume']], 'DedicatedIp' => ['type' => 'structure', 'required' => ['Ip', 'WarmupStatus', 'WarmupPercentage'], 'members' => ['Ip' => ['shape' => 'Ip'], 'WarmupStatus' => ['shape' => 'WarmupStatus'], 'WarmupPercentage' => ['shape' => 'Percentage100Wrapper'], 'PoolName' => ['shape' => 'PoolName']]], 'DedicatedIpList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedIp']], 'DefaultDimensionValue' => ['type' => 'string'], 'DeleteConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName', 'location' => 'uri', 'locationName' => 'EventDestinationName']]], 'DeleteConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'DeleteConfigurationSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteDedicatedIpPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'PoolName', 'location' => 'uri', 'locationName' => 'PoolName']]], 'DeleteDedicatedIpPoolResponse' => ['type' => 'structure', 'members' => []], 'DeleteEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity']]], 'DeleteEmailIdentityResponse' => ['type' => 'structure', 'members' => []], 'DeleteSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress', 'location' => 'uri', 'locationName' => 'EmailAddress']]], 'DeleteSuppressedDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeliverabilityDashboardAccountStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'PENDING_EXPIRATION', 'DISABLED']], 'DeliverabilityTestReport' => ['type' => 'structure', 'members' => ['ReportId' => ['shape' => 'ReportId'], 'ReportName' => ['shape' => 'ReportName'], 'Subject' => ['shape' => 'DeliverabilityTestSubject'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'CreateDate' => ['shape' => 'Timestamp'], 'DeliverabilityTestStatus' => ['shape' => 'DeliverabilityTestStatus']]], 'DeliverabilityTestReports' => ['type' => 'list', 'member' => ['shape' => 'DeliverabilityTestReport']], 'DeliverabilityTestStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED']], 'DeliverabilityTestSubject' => ['type' => 'string'], 'DeliveryOptions' => ['type' => 'structure', 'members' => ['TlsPolicy' => ['shape' => 'TlsPolicy'], 'SendingPoolName' => ['shape' => 'PoolName']]], 'Destination' => ['type' => 'structure', 'members' => ['ToAddresses' => ['shape' => 'EmailAddressList'], 'CcAddresses' => ['shape' => 'EmailAddressList'], 'BccAddresses' => ['shape' => 'EmailAddressList']]], 'DimensionName' => ['type' => 'string'], 'DimensionValueSource' => ['type' => 'string', 'enum' => ['MESSAGE_TAG', 'EMAIL_HEADER', 'LINK_TAG']], 'DkimAttributes' => ['type' => 'structure', 'members' => ['SigningEnabled' => ['shape' => 'Enabled'], 'Status' => ['shape' => 'DkimStatus'], 'Tokens' => ['shape' => 'DnsTokenList'], 'SigningAttributesOrigin' => ['shape' => 'DkimSigningAttributesOrigin']]], 'DkimSigningAttributes' => ['type' => 'structure', 'required' => ['DomainSigningSelector', 'DomainSigningPrivateKey'], 'members' => ['DomainSigningSelector' => ['shape' => 'Selector'], 'DomainSigningPrivateKey' => ['shape' => 'PrivateKey']]], 'DkimSigningAttributesOrigin' => ['type' => 'string', 'enum' => ['AWS_SES', 'EXTERNAL']], 'DkimStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'FAILED', 'TEMPORARY_FAILURE', 'NOT_STARTED']], 'DnsToken' => ['type' => 'string'], 'DnsTokenList' => ['type' => 'list', 'member' => ['shape' => 'DnsToken']], 'Domain' => ['type' => 'string'], 'DomainDeliverabilityCampaign' => ['type' => 'structure', 'members' => ['CampaignId' => ['shape' => 'CampaignId'], 'ImageUrl' => ['shape' => 'ImageUrl'], 'Subject' => ['shape' => 'Subject'], 'FromAddress' => ['shape' => 'Identity'], 'SendingIps' => ['shape' => 'IpList'], 'FirstSeenDateTime' => ['shape' => 'Timestamp'], 'LastSeenDateTime' => ['shape' => 'Timestamp'], 'InboxCount' => ['shape' => 'Volume'], 'SpamCount' => ['shape' => 'Volume'], 'ReadRate' => ['shape' => 'Percentage'], 'DeleteRate' => ['shape' => 'Percentage'], 'ReadDeleteRate' => ['shape' => 'Percentage'], 'ProjectedVolume' => ['shape' => 'Volume'], 'Esps' => ['shape' => 'Esps']]], 'DomainDeliverabilityCampaignList' => ['type' => 'list', 'member' => ['shape' => 'DomainDeliverabilityCampaign']], 'DomainDeliverabilityTrackingOption' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'Domain'], 'SubscriptionStartDate' => ['shape' => 'Timestamp'], 'InboxPlacementTrackingOption' => ['shape' => 'InboxPlacementTrackingOption']]], 'DomainDeliverabilityTrackingOptions' => ['type' => 'list', 'member' => ['shape' => 'DomainDeliverabilityTrackingOption']], 'DomainIspPlacement' => ['type' => 'structure', 'members' => ['IspName' => ['shape' => 'IspName'], 'InboxRawCount' => ['shape' => 'Volume'], 'SpamRawCount' => ['shape' => 'Volume'], 'InboxPercentage' => ['shape' => 'Percentage'], 'SpamPercentage' => ['shape' => 'Percentage']]], 'DomainIspPlacements' => ['type' => 'list', 'member' => ['shape' => 'DomainIspPlacement']], 'EmailAddress' => ['type' => 'string'], 'EmailAddressList' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress']], 'EmailContent' => ['type' => 'structure', 'members' => ['Simple' => ['shape' => 'Message'], 'Raw' => ['shape' => 'RawMessage'], 'Template' => ['shape' => 'Template']]], 'Enabled' => ['type' => 'boolean'], 'Esp' => ['type' => 'string'], 'Esps' => ['type' => 'list', 'member' => ['shape' => 'Esp']], 'EventDestination' => ['type' => 'structure', 'required' => ['Name', 'MatchingEventTypes'], 'members' => ['Name' => ['shape' => 'EventDestinationName'], 'Enabled' => ['shape' => 'Enabled'], 'MatchingEventTypes' => ['shape' => 'EventTypes'], 'KinesisFirehoseDestination' => ['shape' => 'KinesisFirehoseDestination'], 'CloudWatchDestination' => ['shape' => 'CloudWatchDestination'], 'SnsDestination' => ['shape' => 'SnsDestination'], 'PinpointDestination' => ['shape' => 'PinpointDestination']]], 'EventDestinationDefinition' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Enabled'], 'MatchingEventTypes' => ['shape' => 'EventTypes'], 'KinesisFirehoseDestination' => ['shape' => 'KinesisFirehoseDestination'], 'CloudWatchDestination' => ['shape' => 'CloudWatchDestination'], 'SnsDestination' => ['shape' => 'SnsDestination'], 'PinpointDestination' => ['shape' => 'PinpointDestination']]], 'EventDestinationName' => ['type' => 'string'], 'EventDestinations' => ['type' => 'list', 'member' => ['shape' => 'EventDestination']], 'EventType' => ['type' => 'string', 'enum' => ['SEND', 'REJECT', 'BOUNCE', 'COMPLAINT', 'DELIVERY', 'OPEN', 'CLICK', 'RENDERING_FAILURE']], 'EventTypes' => ['type' => 'list', 'member' => ['shape' => 'EventType']], 'FeedbackId' => ['type' => 'string'], 'GeneralEnforcementStatus' => ['type' => 'string'], 'GetAccountRequest' => ['type' => 'structure', 'members' => []], 'GetAccountResponse' => ['type' => 'structure', 'members' => ['DedicatedIpAutoWarmupEnabled' => ['shape' => 'Enabled'], 'EnforcementStatus' => ['shape' => 'GeneralEnforcementStatus'], 'ProductionAccessEnabled' => ['shape' => 'Enabled'], 'SendQuota' => ['shape' => 'SendQuota'], 'SendingEnabled' => ['shape' => 'Enabled'], 'SuppressionAttributes' => ['shape' => 'SuppressionAttributes']]], 'GetBlacklistReportsRequest' => ['type' => 'structure', 'required' => ['BlacklistItemNames'], 'members' => ['BlacklistItemNames' => ['shape' => 'BlacklistItemNames', 'location' => 'querystring', 'locationName' => 'BlacklistItemNames']]], 'GetBlacklistReportsResponse' => ['type' => 'structure', 'required' => ['BlacklistReport'], 'members' => ['BlacklistReport' => ['shape' => 'BlacklistReport']]], 'GetConfigurationSetEventDestinationsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'GetConfigurationSetEventDestinationsResponse' => ['type' => 'structure', 'members' => ['EventDestinations' => ['shape' => 'EventDestinations']]], 'GetConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'GetConfigurationSetResponse' => ['type' => 'structure', 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName'], 'TrackingOptions' => ['shape' => 'TrackingOptions'], 'DeliveryOptions' => ['shape' => 'DeliveryOptions'], 'ReputationOptions' => ['shape' => 'ReputationOptions'], 'SendingOptions' => ['shape' => 'SendingOptions'], 'Tags' => ['shape' => 'TagList'], 'SuppressionOptions' => ['shape' => 'SuppressionOptions']]], 'GetDedicatedIpRequest' => ['type' => 'structure', 'required' => ['Ip'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP']]], 'GetDedicatedIpResponse' => ['type' => 'structure', 'members' => ['DedicatedIp' => ['shape' => 'DedicatedIp']]], 'GetDedicatedIpsRequest' => ['type' => 'structure', 'members' => ['PoolName' => ['shape' => 'PoolName', 'location' => 'querystring', 'locationName' => 'PoolName'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'GetDedicatedIpsResponse' => ['type' => 'structure', 'members' => ['DedicatedIps' => ['shape' => 'DedicatedIpList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDeliverabilityDashboardOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetDeliverabilityDashboardOptionsResponse' => ['type' => 'structure', 'required' => ['DashboardEnabled'], 'members' => ['DashboardEnabled' => ['shape' => 'Enabled'], 'SubscriptionExpiryDate' => ['shape' => 'Timestamp'], 'AccountStatus' => ['shape' => 'DeliverabilityDashboardAccountStatus'], 'ActiveSubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions'], 'PendingExpirationSubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions']]], 'GetDeliverabilityTestReportRequest' => ['type' => 'structure', 'required' => ['ReportId'], 'members' => ['ReportId' => ['shape' => 'ReportId', 'location' => 'uri', 'locationName' => 'ReportId']]], 'GetDeliverabilityTestReportResponse' => ['type' => 'structure', 'required' => ['DeliverabilityTestReport', 'OverallPlacement', 'IspPlacements'], 'members' => ['DeliverabilityTestReport' => ['shape' => 'DeliverabilityTestReport'], 'OverallPlacement' => ['shape' => 'PlacementStatistics'], 'IspPlacements' => ['shape' => 'IspPlacements'], 'Message' => ['shape' => 'MessageContent'], 'Tags' => ['shape' => 'TagList']]], 'GetDomainDeliverabilityCampaignRequest' => ['type' => 'structure', 'required' => ['CampaignId'], 'members' => ['CampaignId' => ['shape' => 'CampaignId', 'location' => 'uri', 'locationName' => 'CampaignId']]], 'GetDomainDeliverabilityCampaignResponse' => ['type' => 'structure', 'required' => ['DomainDeliverabilityCampaign'], 'members' => ['DomainDeliverabilityCampaign' => ['shape' => 'DomainDeliverabilityCampaign']]], 'GetDomainStatisticsReportRequest' => ['type' => 'structure', 'required' => ['Domain', 'StartDate', 'EndDate'], 'members' => ['Domain' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'Domain'], 'StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate']]], 'GetDomainStatisticsReportResponse' => ['type' => 'structure', 'required' => ['OverallVolume', 'DailyVolumes'], 'members' => ['OverallVolume' => ['shape' => 'OverallVolume'], 'DailyVolumes' => ['shape' => 'DailyVolumes']]], 'GetEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity']]], 'GetEmailIdentityResponse' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'FeedbackForwardingStatus' => ['shape' => 'Enabled'], 'VerifiedForSendingStatus' => ['shape' => 'Enabled'], 'DkimAttributes' => ['shape' => 'DkimAttributes'], 'MailFromAttributes' => ['shape' => 'MailFromAttributes'], 'Tags' => ['shape' => 'TagList']]], 'GetSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress', 'location' => 'uri', 'locationName' => 'EmailAddress']]], 'GetSuppressedDestinationResponse' => ['type' => 'structure', 'required' => ['SuppressedDestination'], 'members' => ['SuppressedDestination' => ['shape' => 'SuppressedDestination']]], 'Identity' => ['type' => 'string'], 'IdentityInfo' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'IdentityName' => ['shape' => 'Identity'], 'SendingEnabled' => ['shape' => 'Enabled']]], 'IdentityInfoList' => ['type' => 'list', 'member' => ['shape' => 'IdentityInfo']], 'IdentityType' => ['type' => 'string', 'enum' => ['EMAIL_ADDRESS', 'DOMAIN', 'MANAGED_DOMAIN']], 'ImageUrl' => ['type' => 'string'], 'InboxPlacementTrackingOption' => ['type' => 'structure', 'members' => ['Global' => ['shape' => 'Enabled'], 'TrackedIsps' => ['shape' => 'IspNameList']]], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Ip' => ['type' => 'string'], 'IpList' => ['type' => 'list', 'member' => ['shape' => 'Ip']], 'IspName' => ['type' => 'string'], 'IspNameList' => ['type' => 'list', 'member' => ['shape' => 'IspName']], 'IspPlacement' => ['type' => 'structure', 'members' => ['IspName' => ['shape' => 'IspName'], 'PlacementStatistics' => ['shape' => 'PlacementStatistics']]], 'IspPlacements' => ['type' => 'list', 'member' => ['shape' => 'IspPlacement']], 'KinesisFirehoseDestination' => ['type' => 'structure', 'required' => ['IamRoleArn', 'DeliveryStreamArn'], 'members' => ['IamRoleArn' => ['shape' => 'AmazonResourceName'], 'DeliveryStreamArn' => ['shape' => 'AmazonResourceName']]], 'LastFreshStart' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListConfigurationSetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListConfigurationSetsResponse' => ['type' => 'structure', 'members' => ['ConfigurationSets' => ['shape' => 'ConfigurationSetNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDedicatedIpPoolsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDedicatedIpPoolsResponse' => ['type' => 'structure', 'members' => ['DedicatedIpPools' => ['shape' => 'ListOfDedicatedIpPools'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDeliverabilityTestReportsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDeliverabilityTestReportsResponse' => ['type' => 'structure', 'required' => ['DeliverabilityTestReports'], 'members' => ['DeliverabilityTestReports' => ['shape' => 'DeliverabilityTestReports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDomainDeliverabilityCampaignsRequest' => ['type' => 'structure', 'required' => ['StartDate', 'EndDate', 'SubscribedDomain'], 'members' => ['StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate'], 'SubscribedDomain' => ['shape' => 'Domain', 'location' => 'uri', 'locationName' => 'SubscribedDomain'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDomainDeliverabilityCampaignsResponse' => ['type' => 'structure', 'required' => ['DomainDeliverabilityCampaigns'], 'members' => ['DomainDeliverabilityCampaigns' => ['shape' => 'DomainDeliverabilityCampaignList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEmailIdentitiesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListEmailIdentitiesResponse' => ['type' => 'structure', 'members' => ['EmailIdentities' => ['shape' => 'IdentityInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOfDedicatedIpPools' => ['type' => 'list', 'member' => ['shape' => 'PoolName']], 'ListSuppressedDestinationsRequest' => ['type' => 'structure', 'members' => ['Reasons' => ['shape' => 'SuppressionListReasons', 'location' => 'querystring', 'locationName' => 'Reason'], 'StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListSuppressedDestinationsResponse' => ['type' => 'structure', 'members' => ['SuppressedDestinationSummaries' => ['shape' => 'SuppressedDestinationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'TagList']]], 'MailFromAttributes' => ['type' => 'structure', 'required' => ['MailFromDomain', 'MailFromDomainStatus', 'BehaviorOnMxFailure'], 'members' => ['MailFromDomain' => ['shape' => 'MailFromDomainName'], 'MailFromDomainStatus' => ['shape' => 'MailFromDomainStatus'], 'BehaviorOnMxFailure' => ['shape' => 'BehaviorOnMxFailure']]], 'MailFromDomainName' => ['type' => 'string'], 'MailFromDomainNotVerifiedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MailFromDomainStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'FAILED', 'TEMPORARY_FAILURE']], 'Max24HourSend' => ['type' => 'double'], 'MaxItems' => ['type' => 'integer'], 'MaxSendRate' => ['type' => 'double'], 'Message' => ['type' => 'structure', 'required' => ['Subject', 'Body'], 'members' => ['Subject' => ['shape' => 'Content'], 'Body' => ['shape' => 'Body']]], 'MessageContent' => ['type' => 'string'], 'MessageData' => ['type' => 'string'], 'MessageRejected' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MessageTag' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MessageTagName'], 'Value' => ['shape' => 'MessageTagValue']]], 'MessageTagList' => ['type' => 'list', 'member' => ['shape' => 'MessageTag']], 'MessageTagName' => ['type' => 'string'], 'MessageTagValue' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OutboundMessageId' => ['type' => 'string'], 'OverallVolume' => ['type' => 'structure', 'members' => ['VolumeStatistics' => ['shape' => 'VolumeStatistics'], 'ReadRatePercent' => ['shape' => 'Percentage'], 'DomainIspPlacements' => ['shape' => 'DomainIspPlacements']]], 'Percentage' => ['type' => 'double'], 'Percentage100Wrapper' => ['type' => 'integer'], 'PinpointDestination' => ['type' => 'structure', 'members' => ['ApplicationArn' => ['shape' => 'AmazonResourceName']]], 'PlacementStatistics' => ['type' => 'structure', 'members' => ['InboxPercentage' => ['shape' => 'Percentage'], 'SpamPercentage' => ['shape' => 'Percentage'], 'MissingPercentage' => ['shape' => 'Percentage'], 'SpfPercentage' => ['shape' => 'Percentage'], 'DkimPercentage' => ['shape' => 'Percentage']]], 'PoolName' => ['type' => 'string'], 'PrivateKey' => ['type' => 'string', 'max' => 20480, 'min' => 1, 'pattern' => '^[a-zA-Z0-9+\\/]+={0,2}$', 'sensitive' => \true], 'PutAccountDedicatedIpWarmupAttributesRequest' => ['type' => 'structure', 'members' => ['AutoWarmupEnabled' => ['shape' => 'Enabled']]], 'PutAccountDedicatedIpWarmupAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutAccountSendingAttributesRequest' => ['type' => 'structure', 'members' => ['SendingEnabled' => ['shape' => 'Enabled']]], 'PutAccountSendingAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutAccountSuppressionAttributesRequest' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'PutAccountSuppressionAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetDeliveryOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'TlsPolicy' => ['shape' => 'TlsPolicy'], 'SendingPoolName' => ['shape' => 'SendingPoolName']]], 'PutConfigurationSetDeliveryOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetReputationOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'ReputationMetricsEnabled' => ['shape' => 'Enabled']]], 'PutConfigurationSetReputationOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetSendingOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'SendingEnabled' => ['shape' => 'Enabled']]], 'PutConfigurationSetSendingOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetSuppressionOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'PutConfigurationSetSuppressionOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetTrackingOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'CustomRedirectDomain' => ['shape' => 'CustomRedirectDomain']]], 'PutConfigurationSetTrackingOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutDedicatedIpInPoolRequest' => ['type' => 'structure', 'required' => ['Ip', 'DestinationPoolName'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP'], 'DestinationPoolName' => ['shape' => 'PoolName']]], 'PutDedicatedIpInPoolResponse' => ['type' => 'structure', 'members' => []], 'PutDedicatedIpWarmupAttributesRequest' => ['type' => 'structure', 'required' => ['Ip', 'WarmupPercentage'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP'], 'WarmupPercentage' => ['shape' => 'Percentage100Wrapper']]], 'PutDedicatedIpWarmupAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutDeliverabilityDashboardOptionRequest' => ['type' => 'structure', 'required' => ['DashboardEnabled'], 'members' => ['DashboardEnabled' => ['shape' => 'Enabled'], 'SubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions']]], 'PutDeliverabilityDashboardOptionResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityDkimAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'SigningEnabled' => ['shape' => 'Enabled']]], 'PutEmailIdentityDkimAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityDkimSigningAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity', 'SigningAttributesOrigin'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'SigningAttributesOrigin' => ['shape' => 'DkimSigningAttributesOrigin'], 'SigningAttributes' => ['shape' => 'DkimSigningAttributes']]], 'PutEmailIdentityDkimSigningAttributesResponse' => ['type' => 'structure', 'members' => ['DkimStatus' => ['shape' => 'DkimStatus'], 'DkimTokens' => ['shape' => 'DnsTokenList']]], 'PutEmailIdentityFeedbackAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'EmailForwardingEnabled' => ['shape' => 'Enabled']]], 'PutEmailIdentityFeedbackAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityMailFromAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'MailFromDomain' => ['shape' => 'MailFromDomainName'], 'BehaviorOnMxFailure' => ['shape' => 'BehaviorOnMxFailure']]], 'PutEmailIdentityMailFromAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason']]], 'PutSuppressedDestinationResponse' => ['type' => 'structure', 'members' => []], 'RawMessage' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'RawMessageData']]], 'RawMessageData' => ['type' => 'blob'], 'RblName' => ['type' => 'string'], 'ReportId' => ['type' => 'string'], 'ReportName' => ['type' => 'string'], 'ReputationOptions' => ['type' => 'structure', 'members' => ['ReputationMetricsEnabled' => ['shape' => 'Enabled'], 'LastFreshStart' => ['shape' => 'LastFreshStart']]], 'Selector' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]))$'], 'SendEmailRequest' => ['type' => 'structure', 'required' => ['Destination', 'Content'], 'members' => ['FromEmailAddress' => ['shape' => 'EmailAddress'], 'Destination' => ['shape' => 'Destination'], 'ReplyToAddresses' => ['shape' => 'EmailAddressList'], 'FeedbackForwardingEmailAddress' => ['shape' => 'EmailAddress'], 'Content' => ['shape' => 'EmailContent'], 'EmailTags' => ['shape' => 'MessageTagList'], 'ConfigurationSetName' => ['shape' => 'ConfigurationSetName']]], 'SendEmailResponse' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'OutboundMessageId']]], 'SendQuota' => ['type' => 'structure', 'members' => ['Max24HourSend' => ['shape' => 'Max24HourSend'], 'MaxSendRate' => ['shape' => 'MaxSendRate'], 'SentLast24Hours' => ['shape' => 'SentLast24Hours']]], 'SendingOptions' => ['type' => 'structure', 'members' => ['SendingEnabled' => ['shape' => 'Enabled']]], 'SendingPausedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SendingPoolName' => ['type' => 'string'], 'SentLast24Hours' => ['type' => 'double'], 'SnsDestination' => ['type' => 'structure', 'required' => ['TopicArn'], 'members' => ['TopicArn' => ['shape' => 'AmazonResourceName']]], 'Subject' => ['type' => 'string'], 'SuppressedDestination' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason', 'LastUpdateTime'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason'], 'LastUpdateTime' => ['shape' => 'Timestamp'], 'Attributes' => ['shape' => 'SuppressedDestinationAttributes']]], 'SuppressedDestinationAttributes' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'OutboundMessageId'], 'FeedbackId' => ['shape' => 'FeedbackId']]], 'SuppressedDestinationSummaries' => ['type' => 'list', 'member' => ['shape' => 'SuppressedDestinationSummary']], 'SuppressedDestinationSummary' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason', 'LastUpdateTime'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason'], 'LastUpdateTime' => ['shape' => 'Timestamp']]], 'SuppressionAttributes' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'SuppressionListReason' => ['type' => 'string', 'enum' => ['BOUNCE', 'COMPLAINT']], 'SuppressionListReasons' => ['type' => 'list', 'member' => ['shape' => 'SuppressionListReason']], 'SuppressionOptions' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'Template' => ['type' => 'structure', 'members' => ['TemplateArn' => ['shape' => 'TemplateArn'], 'TemplateData' => ['shape' => 'TemplateData']]], 'TemplateArn' => ['type' => 'string'], 'TemplateData' => ['type' => 'string', 'max' => 262144], 'Timestamp' => ['type' => 'timestamp'], 'TlsPolicy' => ['type' => 'string', 'enum' => ['REQUIRE', 'OPTIONAL']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TrackingOptions' => ['type' => 'structure', 'required' => ['CustomRedirectDomain'], 'members' => ['CustomRedirectDomain' => ['shape' => 'CustomRedirectDomain']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName', 'EventDestination'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName', 'location' => 'uri', 'locationName' => 'EventDestinationName'], 'EventDestination' => ['shape' => 'EventDestinationDefinition']]], 'UpdateConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'Volume' => ['type' => 'long'], 'VolumeStatistics' => ['type' => 'structure', 'members' => ['InboxRawCount' => ['shape' => 'Volume'], 'SpamRawCount' => ['shape' => 'Volume'], 'ProjectedInbox' => ['shape' => 'Volume'], 'ProjectedSpam' => ['shape' => 'Volume']]], 'WarmupStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'DONE']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-09-27', 'endpointPrefix' => 'email', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Amazon SES V2', 'serviceFullName' => 'Amazon Simple Email Service', 'serviceId' => 'SESv2', 'signatureVersion' => 'v4', 'signingName' => 'ses', 'uid' => 'sesv2-2019-09-27'], 'operations' => ['CreateConfigurationSet' => ['name' => 'CreateConfigurationSet', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/configuration-sets'], 'input' => ['shape' => 'CreateConfigurationSetRequest'], 'output' => ['shape' => 'CreateConfigurationSetResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateConfigurationSetEventDestination' => ['name' => 'CreateConfigurationSetEventDestination', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations'], 'input' => ['shape' => 'CreateConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'CreateConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'CreateCustomVerificationEmailTemplate' => ['name' => 'CreateCustomVerificationEmailTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/custom-verification-email-templates'], 'input' => ['shape' => 'CreateCustomVerificationEmailTemplateRequest'], 'output' => ['shape' => 'CreateCustomVerificationEmailTemplateResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException']]], 'CreateDedicatedIpPool' => ['name' => 'CreateDedicatedIpPool', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/dedicated-ip-pools'], 'input' => ['shape' => 'CreateDedicatedIpPoolRequest'], 'output' => ['shape' => 'CreateDedicatedIpPoolResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateDeliverabilityTestReport' => ['name' => 'CreateDeliverabilityTestReport', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/deliverability-dashboard/test'], 'input' => ['shape' => 'CreateDeliverabilityTestReportRequest'], 'output' => ['shape' => 'CreateDeliverabilityTestReportResponse'], 'errors' => [['shape' => 'AccountSuspendedException'], ['shape' => 'SendingPausedException'], ['shape' => 'MessageRejected'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateEmailIdentity' => ['name' => 'CreateEmailIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/identities'], 'input' => ['shape' => 'CreateEmailIdentityRequest'], 'output' => ['shape' => 'CreateEmailIdentityResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'CreateEmailIdentityPolicy' => ['name' => 'CreateEmailIdentityPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/identities/{EmailIdentity}/policies/{PolicyName}'], 'input' => ['shape' => 'CreateEmailIdentityPolicyRequest'], 'output' => ['shape' => 'CreateEmailIdentityPolicyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'AlreadyExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException']]], 'CreateEmailTemplate' => ['name' => 'CreateEmailTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/templates'], 'input' => ['shape' => 'CreateEmailTemplateRequest'], 'output' => ['shape' => 'CreateEmailTemplateResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException']]], 'CreateImportJob' => ['name' => 'CreateImportJob', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/import-jobs'], 'input' => ['shape' => 'CreateImportJobRequest'], 'output' => ['shape' => 'CreateImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'TooManyRequestsException']]], 'DeleteConfigurationSet' => ['name' => 'DeleteConfigurationSet', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}'], 'input' => ['shape' => 'DeleteConfigurationSetRequest'], 'output' => ['shape' => 'DeleteConfigurationSetResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteConfigurationSetEventDestination' => ['name' => 'DeleteConfigurationSetEventDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}'], 'input' => ['shape' => 'DeleteConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'DeleteConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteCustomVerificationEmailTemplate' => ['name' => 'DeleteCustomVerificationEmailTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/custom-verification-email-templates/{TemplateName}'], 'input' => ['shape' => 'DeleteCustomVerificationEmailTemplateRequest'], 'output' => ['shape' => 'DeleteCustomVerificationEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteDedicatedIpPool' => ['name' => 'DeleteDedicatedIpPool', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/dedicated-ip-pools/{PoolName}'], 'input' => ['shape' => 'DeleteDedicatedIpPoolRequest'], 'output' => ['shape' => 'DeleteDedicatedIpPoolResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteEmailIdentity' => ['name' => 'DeleteEmailIdentity', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/identities/{EmailIdentity}'], 'input' => ['shape' => 'DeleteEmailIdentityRequest'], 'output' => ['shape' => 'DeleteEmailIdentityResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException']]], 'DeleteEmailIdentityPolicy' => ['name' => 'DeleteEmailIdentityPolicy', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/identities/{EmailIdentity}/policies/{PolicyName}'], 'input' => ['shape' => 'DeleteEmailIdentityPolicyRequest'], 'output' => ['shape' => 'DeleteEmailIdentityPolicyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteEmailTemplate' => ['name' => 'DeleteEmailTemplate', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/templates/{TemplateName}'], 'input' => ['shape' => 'DeleteEmailTemplateRequest'], 'output' => ['shape' => 'DeleteEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'DeleteSuppressedDestination' => ['name' => 'DeleteSuppressedDestination', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/suppression/addresses/{EmailAddress}'], 'input' => ['shape' => 'DeleteSuppressedDestinationRequest'], 'output' => ['shape' => 'DeleteSuppressedDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'GetAccount' => ['name' => 'GetAccount', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/account'], 'input' => ['shape' => 'GetAccountRequest'], 'output' => ['shape' => 'GetAccountResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetBlacklistReports' => ['name' => 'GetBlacklistReports', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/blacklist-report'], 'input' => ['shape' => 'GetBlacklistReportsRequest'], 'output' => ['shape' => 'GetBlacklistReportsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetConfigurationSet' => ['name' => 'GetConfigurationSet', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}'], 'input' => ['shape' => 'GetConfigurationSetRequest'], 'output' => ['shape' => 'GetConfigurationSetResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetConfigurationSetEventDestinations' => ['name' => 'GetConfigurationSetEventDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations'], 'input' => ['shape' => 'GetConfigurationSetEventDestinationsRequest'], 'output' => ['shape' => 'GetConfigurationSetEventDestinationsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetCustomVerificationEmailTemplate' => ['name' => 'GetCustomVerificationEmailTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/custom-verification-email-templates/{TemplateName}'], 'input' => ['shape' => 'GetCustomVerificationEmailTemplateRequest'], 'output' => ['shape' => 'GetCustomVerificationEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetDedicatedIp' => ['name' => 'GetDedicatedIp', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ips/{IP}'], 'input' => ['shape' => 'GetDedicatedIpRequest'], 'output' => ['shape' => 'GetDedicatedIpResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDedicatedIps' => ['name' => 'GetDedicatedIps', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ips'], 'input' => ['shape' => 'GetDedicatedIpsRequest'], 'output' => ['shape' => 'GetDedicatedIpsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDeliverabilityDashboardOptions' => ['name' => 'GetDeliverabilityDashboardOptions', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard'], 'input' => ['shape' => 'GetDeliverabilityDashboardOptionsRequest'], 'output' => ['shape' => 'GetDeliverabilityDashboardOptionsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException']]], 'GetDeliverabilityTestReport' => ['name' => 'GetDeliverabilityTestReport', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/test-reports/{ReportId}'], 'input' => ['shape' => 'GetDeliverabilityTestReportRequest'], 'output' => ['shape' => 'GetDeliverabilityTestReportResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetDomainDeliverabilityCampaign' => ['name' => 'GetDomainDeliverabilityCampaign', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/campaigns/{CampaignId}'], 'input' => ['shape' => 'GetDomainDeliverabilityCampaignRequest'], 'output' => ['shape' => 'GetDomainDeliverabilityCampaignResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'GetDomainStatisticsReport' => ['name' => 'GetDomainStatisticsReport', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/statistics-report/{Domain}'], 'input' => ['shape' => 'GetDomainStatisticsReportRequest'], 'output' => ['shape' => 'GetDomainStatisticsReportResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'GetEmailIdentity' => ['name' => 'GetEmailIdentity', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/identities/{EmailIdentity}'], 'input' => ['shape' => 'GetEmailIdentityRequest'], 'output' => ['shape' => 'GetEmailIdentityResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetEmailIdentityPolicies' => ['name' => 'GetEmailIdentityPolicies', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/identities/{EmailIdentity}/policies'], 'input' => ['shape' => 'GetEmailIdentityPoliciesRequest'], 'output' => ['shape' => 'GetEmailIdentityPoliciesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetEmailTemplate' => ['name' => 'GetEmailTemplate', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/templates/{TemplateName}'], 'input' => ['shape' => 'GetEmailTemplateRequest'], 'output' => ['shape' => 'GetEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'GetImportJob' => ['name' => 'GetImportJob', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/import-jobs/{JobId}'], 'input' => ['shape' => 'GetImportJobRequest'], 'output' => ['shape' => 'GetImportJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'GetSuppressedDestination' => ['name' => 'GetSuppressedDestination', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/suppression/addresses/{EmailAddress}'], 'input' => ['shape' => 'GetSuppressedDestinationRequest'], 'output' => ['shape' => 'GetSuppressedDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException']]], 'ListConfigurationSets' => ['name' => 'ListConfigurationSets', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/configuration-sets'], 'input' => ['shape' => 'ListConfigurationSetsRequest'], 'output' => ['shape' => 'ListConfigurationSetsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListCustomVerificationEmailTemplates' => ['name' => 'ListCustomVerificationEmailTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/custom-verification-email-templates'], 'input' => ['shape' => 'ListCustomVerificationEmailTemplatesRequest'], 'output' => ['shape' => 'ListCustomVerificationEmailTemplatesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListDedicatedIpPools' => ['name' => 'ListDedicatedIpPools', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/dedicated-ip-pools'], 'input' => ['shape' => 'ListDedicatedIpPoolsRequest'], 'output' => ['shape' => 'ListDedicatedIpPoolsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListDeliverabilityTestReports' => ['name' => 'ListDeliverabilityTestReports', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/test-reports'], 'input' => ['shape' => 'ListDeliverabilityTestReportsRequest'], 'output' => ['shape' => 'ListDeliverabilityTestReportsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'ListDomainDeliverabilityCampaigns' => ['name' => 'ListDomainDeliverabilityCampaigns', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns'], 'input' => ['shape' => 'ListDomainDeliverabilityCampaignsRequest'], 'output' => ['shape' => 'ListDomainDeliverabilityCampaignsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'NotFoundException']]], 'ListEmailIdentities' => ['name' => 'ListEmailIdentities', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/identities'], 'input' => ['shape' => 'ListEmailIdentitiesRequest'], 'output' => ['shape' => 'ListEmailIdentitiesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListEmailTemplates' => ['name' => 'ListEmailTemplates', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/templates'], 'input' => ['shape' => 'ListEmailTemplatesRequest'], 'output' => ['shape' => 'ListEmailTemplatesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListImportJobs' => ['name' => 'ListImportJobs', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/import-jobs'], 'input' => ['shape' => 'ListImportJobsRequest'], 'output' => ['shape' => 'ListImportJobsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'ListSuppressedDestinations' => ['name' => 'ListSuppressedDestinations', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/suppression/addresses'], 'input' => ['shape' => 'ListSuppressedDestinationsRequest'], 'output' => ['shape' => 'ListSuppressedDestinationsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'InvalidNextTokenException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'PutAccountDedicatedIpWarmupAttributes' => ['name' => 'PutAccountDedicatedIpWarmupAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/dedicated-ips/warmup'], 'input' => ['shape' => 'PutAccountDedicatedIpWarmupAttributesRequest'], 'output' => ['shape' => 'PutAccountDedicatedIpWarmupAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutAccountDetails' => ['name' => 'PutAccountDetails', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/account/details'], 'input' => ['shape' => 'PutAccountDetailsRequest'], 'output' => ['shape' => 'PutAccountDetailsResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException'], ['shape' => 'ConflictException']]], 'PutAccountSendingAttributes' => ['name' => 'PutAccountSendingAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/sending'], 'input' => ['shape' => 'PutAccountSendingAttributesRequest'], 'output' => ['shape' => 'PutAccountSendingAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutAccountSuppressionAttributes' => ['name' => 'PutAccountSuppressionAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/account/suppression'], 'input' => ['shape' => 'PutAccountSuppressionAttributesRequest'], 'output' => ['shape' => 'PutAccountSuppressionAttributesResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetDeliveryOptions' => ['name' => 'PutConfigurationSetDeliveryOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options'], 'input' => ['shape' => 'PutConfigurationSetDeliveryOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetDeliveryOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetReputationOptions' => ['name' => 'PutConfigurationSetReputationOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options'], 'input' => ['shape' => 'PutConfigurationSetReputationOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetReputationOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetSendingOptions' => ['name' => 'PutConfigurationSetSendingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/sending'], 'input' => ['shape' => 'PutConfigurationSetSendingOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetSendingOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetSuppressionOptions' => ['name' => 'PutConfigurationSetSuppressionOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options'], 'input' => ['shape' => 'PutConfigurationSetSuppressionOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetSuppressionOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutConfigurationSetTrackingOptions' => ['name' => 'PutConfigurationSetTrackingOptions', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options'], 'input' => ['shape' => 'PutConfigurationSetTrackingOptionsRequest'], 'output' => ['shape' => 'PutConfigurationSetTrackingOptionsResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDedicatedIpInPool' => ['name' => 'PutDedicatedIpInPool', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/dedicated-ips/{IP}/pool'], 'input' => ['shape' => 'PutDedicatedIpInPoolRequest'], 'output' => ['shape' => 'PutDedicatedIpInPoolResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDedicatedIpWarmupAttributes' => ['name' => 'PutDedicatedIpWarmupAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/dedicated-ips/{IP}/warmup'], 'input' => ['shape' => 'PutDedicatedIpWarmupAttributesRequest'], 'output' => ['shape' => 'PutDedicatedIpWarmupAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutDeliverabilityDashboardOption' => ['name' => 'PutDeliverabilityDashboardOption', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/deliverability-dashboard'], 'input' => ['shape' => 'PutDeliverabilityDashboardOptionRequest'], 'output' => ['shape' => 'PutDeliverabilityDashboardOptionResponse'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityDkimAttributes' => ['name' => 'PutEmailIdentityDkimAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/dkim'], 'input' => ['shape' => 'PutEmailIdentityDkimAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityDkimAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityDkimSigningAttributes' => ['name' => 'PutEmailIdentityDkimSigningAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v1/email/identities/{EmailIdentity}/dkim/signing'], 'input' => ['shape' => 'PutEmailIdentityDkimSigningAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityDkimSigningAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityFeedbackAttributes' => ['name' => 'PutEmailIdentityFeedbackAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/feedback'], 'input' => ['shape' => 'PutEmailIdentityFeedbackAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityFeedbackAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutEmailIdentityMailFromAttributes' => ['name' => 'PutEmailIdentityMailFromAttributes', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/mail-from'], 'input' => ['shape' => 'PutEmailIdentityMailFromAttributesRequest'], 'output' => ['shape' => 'PutEmailIdentityMailFromAttributesResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'PutSuppressedDestination' => ['name' => 'PutSuppressedDestination', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/suppression/addresses'], 'input' => ['shape' => 'PutSuppressedDestinationRequest'], 'output' => ['shape' => 'PutSuppressedDestinationResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'SendBulkEmail' => ['name' => 'SendBulkEmail', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/outbound-bulk-emails'], 'input' => ['shape' => 'SendBulkEmailRequest'], 'output' => ['shape' => 'SendBulkEmailResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccountSuspendedException'], ['shape' => 'SendingPausedException'], ['shape' => 'MessageRejected'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'SendCustomVerificationEmail' => ['name' => 'SendCustomVerificationEmail', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/outbound-custom-verification-emails'], 'input' => ['shape' => 'SendCustomVerificationEmailRequest'], 'output' => ['shape' => 'SendCustomVerificationEmailResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'MessageRejected'], ['shape' => 'SendingPausedException'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'SendEmail' => ['name' => 'SendEmail', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/outbound-emails'], 'input' => ['shape' => 'SendEmailRequest'], 'output' => ['shape' => 'SendEmailResponse'], 'errors' => [['shape' => 'TooManyRequestsException'], ['shape' => 'LimitExceededException'], ['shape' => 'AccountSuspendedException'], ['shape' => 'SendingPausedException'], ['shape' => 'MessageRejected'], ['shape' => 'MailFromDomainNotVerifiedException'], ['shape' => 'NotFoundException'], ['shape' => 'BadRequestException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'TestRenderEmailTemplate' => ['name' => 'TestRenderEmailTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/v2/email/templates/{TemplateName}/render'], 'input' => ['shape' => 'TestRenderEmailTemplateRequest'], 'output' => ['shape' => 'TestRenderEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/v2/email/tags'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'ConcurrentModificationException'], ['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateConfigurationSetEventDestination' => ['name' => 'UpdateConfigurationSetEventDestination', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}'], 'input' => ['shape' => 'UpdateConfigurationSetEventDestinationRequest'], 'output' => ['shape' => 'UpdateConfigurationSetEventDestinationResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'UpdateCustomVerificationEmailTemplate' => ['name' => 'UpdateCustomVerificationEmailTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/custom-verification-email-templates/{TemplateName}'], 'input' => ['shape' => 'UpdateCustomVerificationEmailTemplateRequest'], 'output' => ['shape' => 'UpdateCustomVerificationEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'BadRequestException'], ['shape' => 'TooManyRequestsException']]], 'UpdateEmailIdentityPolicy' => ['name' => 'UpdateEmailIdentityPolicy', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/identities/{EmailIdentity}/policies/{PolicyName}'], 'input' => ['shape' => 'UpdateEmailIdentityPolicyRequest'], 'output' => ['shape' => 'UpdateEmailIdentityPolicyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]], 'UpdateEmailTemplate' => ['name' => 'UpdateEmailTemplate', 'http' => ['method' => 'PUT', 'requestUri' => '/v2/email/templates/{TemplateName}'], 'input' => ['shape' => 'UpdateEmailTemplateRequest'], 'output' => ['shape' => 'UpdateEmailTemplateResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'TooManyRequestsException'], ['shape' => 'BadRequestException']]]], 'shapes' => ['AccountDetails' => ['type' => 'structure', 'members' => ['MailType' => ['shape' => 'MailType'], 'WebsiteURL' => ['shape' => 'WebsiteURL'], 'ContactLanguage' => ['shape' => 'ContactLanguage'], 'UseCaseDescription' => ['shape' => 'UseCaseDescription'], 'AdditionalContactEmailAddresses' => ['shape' => 'AdditionalContactEmailAddresses'], 'ReviewDetails' => ['shape' => 'ReviewDetails']]], 'AccountSuspendedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AdditionalContactEmailAddress' => ['type' => 'string', 'max' => 254, 'min' => 6, 'pattern' => '^(.+)@(.+)$', 'sensitive' => \true], 'AdditionalContactEmailAddresses' => ['type' => 'list', 'member' => ['shape' => 'AdditionalContactEmailAddress'], 'max' => 4, 'min' => 1, 'sensitive' => \true], 'AlreadyExistsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'AmazonResourceName' => ['type' => 'string'], 'BadRequestException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'BehaviorOnMxFailure' => ['type' => 'string', 'enum' => ['USE_DEFAULT_VALUE', 'REJECT_MESSAGE']], 'BlacklistEntries' => ['type' => 'list', 'member' => ['shape' => 'BlacklistEntry']], 'BlacklistEntry' => ['type' => 'structure', 'members' => ['RblName' => ['shape' => 'RblName'], 'ListingTime' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'BlacklistingDescription']]], 'BlacklistItemName' => ['type' => 'string'], 'BlacklistItemNames' => ['type' => 'list', 'member' => ['shape' => 'BlacklistItemName']], 'BlacklistReport' => ['type' => 'map', 'key' => ['shape' => 'BlacklistItemName'], 'value' => ['shape' => 'BlacklistEntries']], 'BlacklistingDescription' => ['type' => 'string'], 'Body' => ['type' => 'structure', 'members' => ['Text' => ['shape' => 'Content'], 'Html' => ['shape' => 'Content']]], 'BulkEmailContent' => ['type' => 'structure', 'members' => ['Template' => ['shape' => 'Template']]], 'BulkEmailEntry' => ['type' => 'structure', 'required' => ['Destination'], 'members' => ['Destination' => ['shape' => 'Destination'], 'ReplacementTags' => ['shape' => 'MessageTagList'], 'ReplacementEmailContent' => ['shape' => 'ReplacementEmailContent']]], 'BulkEmailEntryList' => ['type' => 'list', 'member' => ['shape' => 'BulkEmailEntry']], 'BulkEmailEntryResult' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'BulkEmailStatus'], 'Error' => ['shape' => 'ErrorMessage'], 'MessageId' => ['shape' => 'OutboundMessageId']]], 'BulkEmailEntryResultList' => ['type' => 'list', 'member' => ['shape' => 'BulkEmailEntryResult']], 'BulkEmailStatus' => ['type' => 'string', 'enum' => ['SUCCESS', 'MESSAGE_REJECTED', 'MAIL_FROM_DOMAIN_NOT_VERIFIED', 'CONFIGURATION_SET_NOT_FOUND', 'TEMPLATE_NOT_FOUND', 'ACCOUNT_SUSPENDED', 'ACCOUNT_THROTTLED', 'ACCOUNT_DAILY_QUOTA_EXCEEDED', 'INVALID_SENDING_POOL_NAME', 'ACCOUNT_SENDING_PAUSED', 'CONFIGURATION_SET_SENDING_PAUSED', 'INVALID_PARAMETER', 'TRANSIENT_FAILURE', 'FAILED']], 'CampaignId' => ['type' => 'string'], 'CaseId' => ['type' => 'string'], 'Charset' => ['type' => 'string'], 'CloudWatchDestination' => ['type' => 'structure', 'required' => ['DimensionConfigurations'], 'members' => ['DimensionConfigurations' => ['shape' => 'CloudWatchDimensionConfigurations']]], 'CloudWatchDimensionConfiguration' => ['type' => 'structure', 'required' => ['DimensionName', 'DimensionValueSource', 'DefaultDimensionValue'], 'members' => ['DimensionName' => ['shape' => 'DimensionName'], 'DimensionValueSource' => ['shape' => 'DimensionValueSource'], 'DefaultDimensionValue' => ['shape' => 'DefaultDimensionValue']]], 'CloudWatchDimensionConfigurations' => ['type' => 'list', 'member' => ['shape' => 'CloudWatchDimensionConfiguration']], 'ConcurrentModificationException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 500], 'exception' => \true, 'fault' => \true], 'ConfigurationSetName' => ['type' => 'string'], 'ConfigurationSetNameList' => ['type' => 'list', 'member' => ['shape' => 'ConfigurationSetName']], 'ConflictException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'ContactLanguage' => ['type' => 'string', 'enum' => ['EN', 'JA']], 'Content' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'MessageData'], 'Charset' => ['shape' => 'Charset']]], 'CreateConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName', 'EventDestination'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName'], 'EventDestination' => ['shape' => 'EventDestinationDefinition']]], 'CreateConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'CreateConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName'], 'TrackingOptions' => ['shape' => 'TrackingOptions'], 'DeliveryOptions' => ['shape' => 'DeliveryOptions'], 'ReputationOptions' => ['shape' => 'ReputationOptions'], 'SendingOptions' => ['shape' => 'SendingOptions'], 'Tags' => ['shape' => 'TagList'], 'SuppressionOptions' => ['shape' => 'SuppressionOptions']]], 'CreateConfigurationSetResponse' => ['type' => 'structure', 'members' => []], 'CreateCustomVerificationEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName', 'FromEmailAddress', 'TemplateSubject', 'TemplateContent', 'SuccessRedirectionURL', 'FailureRedirectionURL'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'TemplateSubject' => ['shape' => 'EmailTemplateSubject'], 'TemplateContent' => ['shape' => 'TemplateContent'], 'SuccessRedirectionURL' => ['shape' => 'SuccessRedirectionURL'], 'FailureRedirectionURL' => ['shape' => 'FailureRedirectionURL']]], 'CreateCustomVerificationEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'CreateDedicatedIpPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'PoolName'], 'Tags' => ['shape' => 'TagList']]], 'CreateDedicatedIpPoolResponse' => ['type' => 'structure', 'members' => []], 'CreateDeliverabilityTestReportRequest' => ['type' => 'structure', 'required' => ['FromEmailAddress', 'Content'], 'members' => ['ReportName' => ['shape' => 'ReportName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'Content' => ['shape' => 'EmailContent'], 'Tags' => ['shape' => 'TagList']]], 'CreateDeliverabilityTestReportResponse' => ['type' => 'structure', 'required' => ['ReportId', 'DeliverabilityTestStatus'], 'members' => ['ReportId' => ['shape' => 'ReportId'], 'DeliverabilityTestStatus' => ['shape' => 'DeliverabilityTestStatus']]], 'CreateEmailIdentityPolicyRequest' => ['type' => 'structure', 'required' => ['EmailIdentity', 'PolicyName', 'Policy'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'PolicyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'PolicyName'], 'Policy' => ['shape' => 'Policy']]], 'CreateEmailIdentityPolicyResponse' => ['type' => 'structure', 'members' => []], 'CreateEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity'], 'Tags' => ['shape' => 'TagList'], 'DkimSigningAttributes' => ['shape' => 'DkimSigningAttributes']]], 'CreateEmailIdentityResponse' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'VerifiedForSendingStatus' => ['shape' => 'Enabled'], 'DkimAttributes' => ['shape' => 'DkimAttributes']]], 'CreateEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName', 'TemplateContent'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'TemplateContent' => ['shape' => 'EmailTemplateContent']]], 'CreateEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'CreateImportJobRequest' => ['type' => 'structure', 'required' => ['ImportDestination', 'ImportDataSource'], 'members' => ['ImportDestination' => ['shape' => 'ImportDestination'], 'ImportDataSource' => ['shape' => 'ImportDataSource']]], 'CreateImportJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'CustomRedirectDomain' => ['type' => 'string'], 'CustomVerificationEmailTemplateMetadata' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'TemplateSubject' => ['shape' => 'EmailTemplateSubject'], 'SuccessRedirectionURL' => ['shape' => 'SuccessRedirectionURL'], 'FailureRedirectionURL' => ['shape' => 'FailureRedirectionURL']]], 'CustomVerificationEmailTemplatesList' => ['type' => 'list', 'member' => ['shape' => 'CustomVerificationEmailTemplateMetadata']], 'DailyVolume' => ['type' => 'structure', 'members' => ['StartDate' => ['shape' => 'Timestamp'], 'VolumeStatistics' => ['shape' => 'VolumeStatistics'], 'DomainIspPlacements' => ['shape' => 'DomainIspPlacements']]], 'DailyVolumes' => ['type' => 'list', 'member' => ['shape' => 'DailyVolume']], 'DataFormat' => ['type' => 'string', 'enum' => ['CSV', 'JSON']], 'DedicatedIp' => ['type' => 'structure', 'required' => ['Ip', 'WarmupStatus', 'WarmupPercentage'], 'members' => ['Ip' => ['shape' => 'Ip'], 'WarmupStatus' => ['shape' => 'WarmupStatus'], 'WarmupPercentage' => ['shape' => 'Percentage100Wrapper'], 'PoolName' => ['shape' => 'PoolName']]], 'DedicatedIpList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedIp']], 'DefaultDimensionValue' => ['type' => 'string'], 'DeleteConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName', 'location' => 'uri', 'locationName' => 'EventDestinationName']]], 'DeleteConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeleteConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'DeleteConfigurationSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteCustomVerificationEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName']]], 'DeleteCustomVerificationEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeleteDedicatedIpPoolRequest' => ['type' => 'structure', 'required' => ['PoolName'], 'members' => ['PoolName' => ['shape' => 'PoolName', 'location' => 'uri', 'locationName' => 'PoolName']]], 'DeleteDedicatedIpPoolResponse' => ['type' => 'structure', 'members' => []], 'DeleteEmailIdentityPolicyRequest' => ['type' => 'structure', 'required' => ['EmailIdentity', 'PolicyName'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'PolicyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'PolicyName']]], 'DeleteEmailIdentityPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity']]], 'DeleteEmailIdentityResponse' => ['type' => 'structure', 'members' => []], 'DeleteEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName']]], 'DeleteEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'DeleteSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress', 'location' => 'uri', 'locationName' => 'EmailAddress']]], 'DeleteSuppressedDestinationResponse' => ['type' => 'structure', 'members' => []], 'DeliverabilityDashboardAccountStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'PENDING_EXPIRATION', 'DISABLED']], 'DeliverabilityTestReport' => ['type' => 'structure', 'members' => ['ReportId' => ['shape' => 'ReportId'], 'ReportName' => ['shape' => 'ReportName'], 'Subject' => ['shape' => 'DeliverabilityTestSubject'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'CreateDate' => ['shape' => 'Timestamp'], 'DeliverabilityTestStatus' => ['shape' => 'DeliverabilityTestStatus']]], 'DeliverabilityTestReports' => ['type' => 'list', 'member' => ['shape' => 'DeliverabilityTestReport']], 'DeliverabilityTestStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'COMPLETED']], 'DeliverabilityTestSubject' => ['type' => 'string'], 'DeliveryOptions' => ['type' => 'structure', 'members' => ['TlsPolicy' => ['shape' => 'TlsPolicy'], 'SendingPoolName' => ['shape' => 'PoolName']]], 'Destination' => ['type' => 'structure', 'members' => ['ToAddresses' => ['shape' => 'EmailAddressList'], 'CcAddresses' => ['shape' => 'EmailAddressList'], 'BccAddresses' => ['shape' => 'EmailAddressList']]], 'DimensionName' => ['type' => 'string'], 'DimensionValueSource' => ['type' => 'string', 'enum' => ['MESSAGE_TAG', 'EMAIL_HEADER', 'LINK_TAG']], 'DkimAttributes' => ['type' => 'structure', 'members' => ['SigningEnabled' => ['shape' => 'Enabled'], 'Status' => ['shape' => 'DkimStatus'], 'Tokens' => ['shape' => 'DnsTokenList'], 'SigningAttributesOrigin' => ['shape' => 'DkimSigningAttributesOrigin']]], 'DkimSigningAttributes' => ['type' => 'structure', 'required' => ['DomainSigningSelector', 'DomainSigningPrivateKey'], 'members' => ['DomainSigningSelector' => ['shape' => 'Selector'], 'DomainSigningPrivateKey' => ['shape' => 'PrivateKey']]], 'DkimSigningAttributesOrigin' => ['type' => 'string', 'enum' => ['AWS_SES', 'EXTERNAL']], 'DkimStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'FAILED', 'TEMPORARY_FAILURE', 'NOT_STARTED']], 'DnsToken' => ['type' => 'string'], 'DnsTokenList' => ['type' => 'list', 'member' => ['shape' => 'DnsToken']], 'Domain' => ['type' => 'string'], 'DomainDeliverabilityCampaign' => ['type' => 'structure', 'members' => ['CampaignId' => ['shape' => 'CampaignId'], 'ImageUrl' => ['shape' => 'ImageUrl'], 'Subject' => ['shape' => 'Subject'], 'FromAddress' => ['shape' => 'Identity'], 'SendingIps' => ['shape' => 'IpList'], 'FirstSeenDateTime' => ['shape' => 'Timestamp'], 'LastSeenDateTime' => ['shape' => 'Timestamp'], 'InboxCount' => ['shape' => 'Volume'], 'SpamCount' => ['shape' => 'Volume'], 'ReadRate' => ['shape' => 'Percentage'], 'DeleteRate' => ['shape' => 'Percentage'], 'ReadDeleteRate' => ['shape' => 'Percentage'], 'ProjectedVolume' => ['shape' => 'Volume'], 'Esps' => ['shape' => 'Esps']]], 'DomainDeliverabilityCampaignList' => ['type' => 'list', 'member' => ['shape' => 'DomainDeliverabilityCampaign']], 'DomainDeliverabilityTrackingOption' => ['type' => 'structure', 'members' => ['Domain' => ['shape' => 'Domain'], 'SubscriptionStartDate' => ['shape' => 'Timestamp'], 'InboxPlacementTrackingOption' => ['shape' => 'InboxPlacementTrackingOption']]], 'DomainDeliverabilityTrackingOptions' => ['type' => 'list', 'member' => ['shape' => 'DomainDeliverabilityTrackingOption']], 'DomainIspPlacement' => ['type' => 'structure', 'members' => ['IspName' => ['shape' => 'IspName'], 'InboxRawCount' => ['shape' => 'Volume'], 'SpamRawCount' => ['shape' => 'Volume'], 'InboxPercentage' => ['shape' => 'Percentage'], 'SpamPercentage' => ['shape' => 'Percentage']]], 'DomainIspPlacements' => ['type' => 'list', 'member' => ['shape' => 'DomainIspPlacement']], 'EmailAddress' => ['type' => 'string'], 'EmailAddressList' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress']], 'EmailContent' => ['type' => 'structure', 'members' => ['Simple' => ['shape' => 'Message'], 'Raw' => ['shape' => 'RawMessage'], 'Template' => ['shape' => 'Template']]], 'EmailTemplateContent' => ['type' => 'structure', 'members' => ['Subject' => ['shape' => 'EmailTemplateSubject'], 'Text' => ['shape' => 'EmailTemplateText'], 'Html' => ['shape' => 'EmailTemplateHtml']]], 'EmailTemplateData' => ['type' => 'string', 'max' => 262144], 'EmailTemplateHtml' => ['type' => 'string'], 'EmailTemplateMetadata' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'CreatedTimestamp' => ['shape' => 'Timestamp']]], 'EmailTemplateMetadataList' => ['type' => 'list', 'member' => ['shape' => 'EmailTemplateMetadata']], 'EmailTemplateName' => ['type' => 'string', 'min' => 1], 'EmailTemplateSubject' => ['type' => 'string'], 'EmailTemplateText' => ['type' => 'string'], 'Enabled' => ['type' => 'boolean'], 'EnabledWrapper' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'Esp' => ['type' => 'string'], 'Esps' => ['type' => 'list', 'member' => ['shape' => 'Esp']], 'EventDestination' => ['type' => 'structure', 'required' => ['Name', 'MatchingEventTypes'], 'members' => ['Name' => ['shape' => 'EventDestinationName'], 'Enabled' => ['shape' => 'Enabled'], 'MatchingEventTypes' => ['shape' => 'EventTypes'], 'KinesisFirehoseDestination' => ['shape' => 'KinesisFirehoseDestination'], 'CloudWatchDestination' => ['shape' => 'CloudWatchDestination'], 'SnsDestination' => ['shape' => 'SnsDestination'], 'PinpointDestination' => ['shape' => 'PinpointDestination']]], 'EventDestinationDefinition' => ['type' => 'structure', 'members' => ['Enabled' => ['shape' => 'Enabled'], 'MatchingEventTypes' => ['shape' => 'EventTypes'], 'KinesisFirehoseDestination' => ['shape' => 'KinesisFirehoseDestination'], 'CloudWatchDestination' => ['shape' => 'CloudWatchDestination'], 'SnsDestination' => ['shape' => 'SnsDestination'], 'PinpointDestination' => ['shape' => 'PinpointDestination']]], 'EventDestinationName' => ['type' => 'string'], 'EventDestinations' => ['type' => 'list', 'member' => ['shape' => 'EventDestination']], 'EventType' => ['type' => 'string', 'enum' => ['SEND', 'REJECT', 'BOUNCE', 'COMPLAINT', 'DELIVERY', 'OPEN', 'CLICK', 'RENDERING_FAILURE', 'DELIVERY_DELAY']], 'EventTypes' => ['type' => 'list', 'member' => ['shape' => 'EventType']], 'FailedRecordsCount' => ['type' => 'integer'], 'FailedRecordsS3Url' => ['type' => 'string'], 'FailureInfo' => ['type' => 'structure', 'members' => ['FailedRecordsS3Url' => ['shape' => 'FailedRecordsS3Url'], 'ErrorMessage' => ['shape' => 'ErrorMessage']]], 'FailureRedirectionURL' => ['type' => 'string'], 'FeedbackId' => ['type' => 'string'], 'GeneralEnforcementStatus' => ['type' => 'string'], 'GetAccountRequest' => ['type' => 'structure', 'members' => []], 'GetAccountResponse' => ['type' => 'structure', 'members' => ['DedicatedIpAutoWarmupEnabled' => ['shape' => 'Enabled'], 'EnforcementStatus' => ['shape' => 'GeneralEnforcementStatus'], 'ProductionAccessEnabled' => ['shape' => 'Enabled'], 'SendQuota' => ['shape' => 'SendQuota'], 'SendingEnabled' => ['shape' => 'Enabled'], 'SuppressionAttributes' => ['shape' => 'SuppressionAttributes'], 'Details' => ['shape' => 'AccountDetails']]], 'GetBlacklistReportsRequest' => ['type' => 'structure', 'required' => ['BlacklistItemNames'], 'members' => ['BlacklistItemNames' => ['shape' => 'BlacklistItemNames', 'location' => 'querystring', 'locationName' => 'BlacklistItemNames']]], 'GetBlacklistReportsResponse' => ['type' => 'structure', 'required' => ['BlacklistReport'], 'members' => ['BlacklistReport' => ['shape' => 'BlacklistReport']]], 'GetConfigurationSetEventDestinationsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'GetConfigurationSetEventDestinationsResponse' => ['type' => 'structure', 'members' => ['EventDestinations' => ['shape' => 'EventDestinations']]], 'GetConfigurationSetRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName']]], 'GetConfigurationSetResponse' => ['type' => 'structure', 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName'], 'TrackingOptions' => ['shape' => 'TrackingOptions'], 'DeliveryOptions' => ['shape' => 'DeliveryOptions'], 'ReputationOptions' => ['shape' => 'ReputationOptions'], 'SendingOptions' => ['shape' => 'SendingOptions'], 'Tags' => ['shape' => 'TagList'], 'SuppressionOptions' => ['shape' => 'SuppressionOptions']]], 'GetCustomVerificationEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName']]], 'GetCustomVerificationEmailTemplateResponse' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'TemplateSubject' => ['shape' => 'EmailTemplateSubject'], 'TemplateContent' => ['shape' => 'TemplateContent'], 'SuccessRedirectionURL' => ['shape' => 'SuccessRedirectionURL'], 'FailureRedirectionURL' => ['shape' => 'FailureRedirectionURL']]], 'GetDedicatedIpRequest' => ['type' => 'structure', 'required' => ['Ip'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP']]], 'GetDedicatedIpResponse' => ['type' => 'structure', 'members' => ['DedicatedIp' => ['shape' => 'DedicatedIp']]], 'GetDedicatedIpsRequest' => ['type' => 'structure', 'members' => ['PoolName' => ['shape' => 'PoolName', 'location' => 'querystring', 'locationName' => 'PoolName'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'GetDedicatedIpsResponse' => ['type' => 'structure', 'members' => ['DedicatedIps' => ['shape' => 'DedicatedIpList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetDeliverabilityDashboardOptionsRequest' => ['type' => 'structure', 'members' => []], 'GetDeliverabilityDashboardOptionsResponse' => ['type' => 'structure', 'required' => ['DashboardEnabled'], 'members' => ['DashboardEnabled' => ['shape' => 'Enabled'], 'SubscriptionExpiryDate' => ['shape' => 'Timestamp'], 'AccountStatus' => ['shape' => 'DeliverabilityDashboardAccountStatus'], 'ActiveSubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions'], 'PendingExpirationSubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions']]], 'GetDeliverabilityTestReportRequest' => ['type' => 'structure', 'required' => ['ReportId'], 'members' => ['ReportId' => ['shape' => 'ReportId', 'location' => 'uri', 'locationName' => 'ReportId']]], 'GetDeliverabilityTestReportResponse' => ['type' => 'structure', 'required' => ['DeliverabilityTestReport', 'OverallPlacement', 'IspPlacements'], 'members' => ['DeliverabilityTestReport' => ['shape' => 'DeliverabilityTestReport'], 'OverallPlacement' => ['shape' => 'PlacementStatistics'], 'IspPlacements' => ['shape' => 'IspPlacements'], 'Message' => ['shape' => 'MessageContent'], 'Tags' => ['shape' => 'TagList']]], 'GetDomainDeliverabilityCampaignRequest' => ['type' => 'structure', 'required' => ['CampaignId'], 'members' => ['CampaignId' => ['shape' => 'CampaignId', 'location' => 'uri', 'locationName' => 'CampaignId']]], 'GetDomainDeliverabilityCampaignResponse' => ['type' => 'structure', 'required' => ['DomainDeliverabilityCampaign'], 'members' => ['DomainDeliverabilityCampaign' => ['shape' => 'DomainDeliverabilityCampaign']]], 'GetDomainStatisticsReportRequest' => ['type' => 'structure', 'required' => ['Domain', 'StartDate', 'EndDate'], 'members' => ['Domain' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'Domain'], 'StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate']]], 'GetDomainStatisticsReportResponse' => ['type' => 'structure', 'required' => ['OverallVolume', 'DailyVolumes'], 'members' => ['OverallVolume' => ['shape' => 'OverallVolume'], 'DailyVolumes' => ['shape' => 'DailyVolumes']]], 'GetEmailIdentityPoliciesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity']]], 'GetEmailIdentityPoliciesResponse' => ['type' => 'structure', 'members' => ['Policies' => ['shape' => 'PolicyMap']]], 'GetEmailIdentityRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity']]], 'GetEmailIdentityResponse' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'FeedbackForwardingStatus' => ['shape' => 'Enabled'], 'VerifiedForSendingStatus' => ['shape' => 'Enabled'], 'DkimAttributes' => ['shape' => 'DkimAttributes'], 'MailFromAttributes' => ['shape' => 'MailFromAttributes'], 'Policies' => ['shape' => 'PolicyMap'], 'Tags' => ['shape' => 'TagList']]], 'GetEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName']]], 'GetEmailTemplateResponse' => ['type' => 'structure', 'required' => ['TemplateName', 'TemplateContent'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'TemplateContent' => ['shape' => 'EmailTemplateContent']]], 'GetImportJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId', 'location' => 'uri', 'locationName' => 'JobId']]], 'GetImportJobResponse' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'ImportDestination' => ['shape' => 'ImportDestination'], 'ImportDataSource' => ['shape' => 'ImportDataSource'], 'FailureInfo' => ['shape' => 'FailureInfo'], 'JobStatus' => ['shape' => 'JobStatus'], 'CreatedTimestamp' => ['shape' => 'Timestamp'], 'CompletedTimestamp' => ['shape' => 'Timestamp'], 'ProcessedRecordsCount' => ['shape' => 'ProcessedRecordsCount'], 'FailedRecordsCount' => ['shape' => 'FailedRecordsCount']]], 'GetSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress', 'location' => 'uri', 'locationName' => 'EmailAddress']]], 'GetSuppressedDestinationResponse' => ['type' => 'structure', 'required' => ['SuppressedDestination'], 'members' => ['SuppressedDestination' => ['shape' => 'SuppressedDestination']]], 'Identity' => ['type' => 'string', 'min' => 1], 'IdentityInfo' => ['type' => 'structure', 'members' => ['IdentityType' => ['shape' => 'IdentityType'], 'IdentityName' => ['shape' => 'Identity'], 'SendingEnabled' => ['shape' => 'Enabled']]], 'IdentityInfoList' => ['type' => 'list', 'member' => ['shape' => 'IdentityInfo']], 'IdentityType' => ['type' => 'string', 'enum' => ['EMAIL_ADDRESS', 'DOMAIN', 'MANAGED_DOMAIN']], 'ImageUrl' => ['type' => 'string'], 'ImportDataSource' => ['type' => 'structure', 'required' => ['S3Url', 'DataFormat'], 'members' => ['S3Url' => ['shape' => 'S3Url'], 'DataFormat' => ['shape' => 'DataFormat']]], 'ImportDestination' => ['type' => 'structure', 'required' => ['SuppressionListDestination'], 'members' => ['SuppressionListDestination' => ['shape' => 'SuppressionListDestination']]], 'ImportDestinationType' => ['type' => 'string', 'enum' => ['SUPPRESSION_LIST']], 'ImportJobSummary' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId'], 'ImportDestination' => ['shape' => 'ImportDestination'], 'JobStatus' => ['shape' => 'JobStatus'], 'CreatedTimestamp' => ['shape' => 'Timestamp']]], 'ImportJobSummaryList' => ['type' => 'list', 'member' => ['shape' => 'ImportJobSummary']], 'InboxPlacementTrackingOption' => ['type' => 'structure', 'members' => ['Global' => ['shape' => 'Enabled'], 'TrackedIsps' => ['shape' => 'IspNameList']]], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'Ip' => ['type' => 'string'], 'IpList' => ['type' => 'list', 'member' => ['shape' => 'Ip']], 'IspName' => ['type' => 'string'], 'IspNameList' => ['type' => 'list', 'member' => ['shape' => 'IspName']], 'IspPlacement' => ['type' => 'structure', 'members' => ['IspName' => ['shape' => 'IspName'], 'PlacementStatistics' => ['shape' => 'PlacementStatistics']]], 'IspPlacements' => ['type' => 'list', 'member' => ['shape' => 'IspPlacement']], 'JobId' => ['type' => 'string', 'min' => 1], 'JobStatus' => ['type' => 'string', 'enum' => ['CREATED', 'PROCESSING', 'COMPLETED', 'FAILED']], 'KinesisFirehoseDestination' => ['type' => 'structure', 'required' => ['IamRoleArn', 'DeliveryStreamArn'], 'members' => ['IamRoleArn' => ['shape' => 'AmazonResourceName'], 'DeliveryStreamArn' => ['shape' => 'AmazonResourceName']]], 'LastFreshStart' => ['type' => 'timestamp'], 'LimitExceededException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListConfigurationSetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListConfigurationSetsResponse' => ['type' => 'structure', 'members' => ['ConfigurationSets' => ['shape' => 'ConfigurationSetNameList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCustomVerificationEmailTemplatesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListCustomVerificationEmailTemplatesResponse' => ['type' => 'structure', 'members' => ['CustomVerificationEmailTemplates' => ['shape' => 'CustomVerificationEmailTemplatesList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDedicatedIpPoolsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDedicatedIpPoolsResponse' => ['type' => 'structure', 'members' => ['DedicatedIpPools' => ['shape' => 'ListOfDedicatedIpPools'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDeliverabilityTestReportsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDeliverabilityTestReportsResponse' => ['type' => 'structure', 'required' => ['DeliverabilityTestReports'], 'members' => ['DeliverabilityTestReports' => ['shape' => 'DeliverabilityTestReports'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDomainDeliverabilityCampaignsRequest' => ['type' => 'structure', 'required' => ['StartDate', 'EndDate', 'SubscribedDomain'], 'members' => ['StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate'], 'SubscribedDomain' => ['shape' => 'Domain', 'location' => 'uri', 'locationName' => 'SubscribedDomain'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListDomainDeliverabilityCampaignsResponse' => ['type' => 'structure', 'required' => ['DomainDeliverabilityCampaigns'], 'members' => ['DomainDeliverabilityCampaigns' => ['shape' => 'DomainDeliverabilityCampaignList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEmailIdentitiesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListEmailIdentitiesResponse' => ['type' => 'structure', 'members' => ['EmailIdentities' => ['shape' => 'IdentityInfoList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListEmailTemplatesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListEmailTemplatesResponse' => ['type' => 'structure', 'members' => ['TemplatesMetadata' => ['shape' => 'EmailTemplateMetadataList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListImportJobsRequest' => ['type' => 'structure', 'members' => ['ImportDestinationType' => ['shape' => 'ImportDestinationType'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListImportJobsResponse' => ['type' => 'structure', 'members' => ['ImportJobs' => ['shape' => 'ImportJobSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOfDedicatedIpPools' => ['type' => 'list', 'member' => ['shape' => 'PoolName']], 'ListSuppressedDestinationsRequest' => ['type' => 'structure', 'members' => ['Reasons' => ['shape' => 'SuppressionListReasons', 'location' => 'querystring', 'locationName' => 'Reason'], 'StartDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'StartDate'], 'EndDate' => ['shape' => 'Timestamp', 'location' => 'querystring', 'locationName' => 'EndDate'], 'NextToken' => ['shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'NextToken'], 'PageSize' => ['shape' => 'MaxItems', 'location' => 'querystring', 'locationName' => 'PageSize']]], 'ListSuppressedDestinationsResponse' => ['type' => 'structure', 'members' => ['SuppressedDestinationSummaries' => ['shape' => 'SuppressedDestinationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'required' => ['Tags'], 'members' => ['Tags' => ['shape' => 'TagList']]], 'MailFromAttributes' => ['type' => 'structure', 'required' => ['MailFromDomain', 'MailFromDomainStatus', 'BehaviorOnMxFailure'], 'members' => ['MailFromDomain' => ['shape' => 'MailFromDomainName'], 'MailFromDomainStatus' => ['shape' => 'MailFromDomainStatus'], 'BehaviorOnMxFailure' => ['shape' => 'BehaviorOnMxFailure']]], 'MailFromDomainName' => ['type' => 'string'], 'MailFromDomainNotVerifiedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MailFromDomainStatus' => ['type' => 'string', 'enum' => ['PENDING', 'SUCCESS', 'FAILED', 'TEMPORARY_FAILURE']], 'MailType' => ['type' => 'string', 'enum' => ['MARKETING', 'TRANSACTIONAL']], 'Max24HourSend' => ['type' => 'double'], 'MaxItems' => ['type' => 'integer'], 'MaxSendRate' => ['type' => 'double'], 'Message' => ['type' => 'structure', 'required' => ['Subject', 'Body'], 'members' => ['Subject' => ['shape' => 'Content'], 'Body' => ['shape' => 'Body']]], 'MessageContent' => ['type' => 'string'], 'MessageData' => ['type' => 'string'], 'MessageRejected' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'MessageTag' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'MessageTagName'], 'Value' => ['shape' => 'MessageTagValue']]], 'MessageTagList' => ['type' => 'list', 'member' => ['shape' => 'MessageTag']], 'MessageTagName' => ['type' => 'string'], 'MessageTagValue' => ['type' => 'string'], 'NextToken' => ['type' => 'string'], 'NotFoundException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'OutboundMessageId' => ['type' => 'string'], 'OverallVolume' => ['type' => 'structure', 'members' => ['VolumeStatistics' => ['shape' => 'VolumeStatistics'], 'ReadRatePercent' => ['shape' => 'Percentage'], 'DomainIspPlacements' => ['shape' => 'DomainIspPlacements']]], 'Percentage' => ['type' => 'double'], 'Percentage100Wrapper' => ['type' => 'integer'], 'PinpointDestination' => ['type' => 'structure', 'members' => ['ApplicationArn' => ['shape' => 'AmazonResourceName']]], 'PlacementStatistics' => ['type' => 'structure', 'members' => ['InboxPercentage' => ['shape' => 'Percentage'], 'SpamPercentage' => ['shape' => 'Percentage'], 'MissingPercentage' => ['shape' => 'Percentage'], 'SpfPercentage' => ['shape' => 'Percentage'], 'DkimPercentage' => ['shape' => 'Percentage']]], 'Policy' => ['type' => 'string', 'min' => 1], 'PolicyMap' => ['type' => 'map', 'key' => ['shape' => 'PolicyName'], 'value' => ['shape' => 'Policy']], 'PolicyName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PoolName' => ['type' => 'string'], 'PrivateKey' => ['type' => 'string', 'max' => 20480, 'min' => 1, 'pattern' => '^[a-zA-Z0-9+\\/]+={0,2}$', 'sensitive' => \true], 'ProcessedRecordsCount' => ['type' => 'integer'], 'PutAccountDedicatedIpWarmupAttributesRequest' => ['type' => 'structure', 'members' => ['AutoWarmupEnabled' => ['shape' => 'Enabled']]], 'PutAccountDedicatedIpWarmupAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutAccountDetailsRequest' => ['type' => 'structure', 'required' => ['MailType', 'WebsiteURL', 'UseCaseDescription'], 'members' => ['MailType' => ['shape' => 'MailType'], 'WebsiteURL' => ['shape' => 'WebsiteURL'], 'ContactLanguage' => ['shape' => 'ContactLanguage'], 'UseCaseDescription' => ['shape' => 'UseCaseDescription'], 'AdditionalContactEmailAddresses' => ['shape' => 'AdditionalContactEmailAddresses'], 'ProductionAccessEnabled' => ['shape' => 'EnabledWrapper']]], 'PutAccountDetailsResponse' => ['type' => 'structure', 'members' => []], 'PutAccountSendingAttributesRequest' => ['type' => 'structure', 'members' => ['SendingEnabled' => ['shape' => 'Enabled']]], 'PutAccountSendingAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutAccountSuppressionAttributesRequest' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'PutAccountSuppressionAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetDeliveryOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'TlsPolicy' => ['shape' => 'TlsPolicy'], 'SendingPoolName' => ['shape' => 'SendingPoolName']]], 'PutConfigurationSetDeliveryOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetReputationOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'ReputationMetricsEnabled' => ['shape' => 'Enabled']]], 'PutConfigurationSetReputationOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetSendingOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'SendingEnabled' => ['shape' => 'Enabled']]], 'PutConfigurationSetSendingOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetSuppressionOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'PutConfigurationSetSuppressionOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutConfigurationSetTrackingOptionsRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'CustomRedirectDomain' => ['shape' => 'CustomRedirectDomain']]], 'PutConfigurationSetTrackingOptionsResponse' => ['type' => 'structure', 'members' => []], 'PutDedicatedIpInPoolRequest' => ['type' => 'structure', 'required' => ['Ip', 'DestinationPoolName'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP'], 'DestinationPoolName' => ['shape' => 'PoolName']]], 'PutDedicatedIpInPoolResponse' => ['type' => 'structure', 'members' => []], 'PutDedicatedIpWarmupAttributesRequest' => ['type' => 'structure', 'required' => ['Ip', 'WarmupPercentage'], 'members' => ['Ip' => ['shape' => 'Ip', 'location' => 'uri', 'locationName' => 'IP'], 'WarmupPercentage' => ['shape' => 'Percentage100Wrapper']]], 'PutDedicatedIpWarmupAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutDeliverabilityDashboardOptionRequest' => ['type' => 'structure', 'required' => ['DashboardEnabled'], 'members' => ['DashboardEnabled' => ['shape' => 'Enabled'], 'SubscribedDomains' => ['shape' => 'DomainDeliverabilityTrackingOptions']]], 'PutDeliverabilityDashboardOptionResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityDkimAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'SigningEnabled' => ['shape' => 'Enabled']]], 'PutEmailIdentityDkimAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityDkimSigningAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity', 'SigningAttributesOrigin'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'SigningAttributesOrigin' => ['shape' => 'DkimSigningAttributesOrigin'], 'SigningAttributes' => ['shape' => 'DkimSigningAttributes']]], 'PutEmailIdentityDkimSigningAttributesResponse' => ['type' => 'structure', 'members' => ['DkimStatus' => ['shape' => 'DkimStatus'], 'DkimTokens' => ['shape' => 'DnsTokenList']]], 'PutEmailIdentityFeedbackAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'EmailForwardingEnabled' => ['shape' => 'Enabled']]], 'PutEmailIdentityFeedbackAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutEmailIdentityMailFromAttributesRequest' => ['type' => 'structure', 'required' => ['EmailIdentity'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'MailFromDomain' => ['shape' => 'MailFromDomainName'], 'BehaviorOnMxFailure' => ['shape' => 'BehaviorOnMxFailure']]], 'PutEmailIdentityMailFromAttributesResponse' => ['type' => 'structure', 'members' => []], 'PutSuppressedDestinationRequest' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason']]], 'PutSuppressedDestinationResponse' => ['type' => 'structure', 'members' => []], 'RawMessage' => ['type' => 'structure', 'required' => ['Data'], 'members' => ['Data' => ['shape' => 'RawMessageData']]], 'RawMessageData' => ['type' => 'blob'], 'RblName' => ['type' => 'string'], 'RenderedEmailTemplate' => ['type' => 'string'], 'ReplacementEmailContent' => ['type' => 'structure', 'members' => ['ReplacementTemplate' => ['shape' => 'ReplacementTemplate']]], 'ReplacementTemplate' => ['type' => 'structure', 'members' => ['ReplacementTemplateData' => ['shape' => 'EmailTemplateData']]], 'ReportId' => ['type' => 'string'], 'ReportName' => ['type' => 'string'], 'ReputationOptions' => ['type' => 'structure', 'members' => ['ReputationMetricsEnabled' => ['shape' => 'Enabled'], 'LastFreshStart' => ['shape' => 'LastFreshStart']]], 'ReviewDetails' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'ReviewStatus'], 'CaseId' => ['shape' => 'CaseId']]], 'ReviewStatus' => ['type' => 'string', 'enum' => ['PENDING', 'FAILED', 'GRANTED', 'DENIED']], 'S3Url' => ['type' => 'string', 'pattern' => '^s3:\\/\\/([^\\/]+)\\/(.*?([^\\/]+)\\/?)$'], 'Selector' => ['type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]))$'], 'SendBulkEmailRequest' => ['type' => 'structure', 'required' => ['DefaultContent', 'BulkEmailEntries'], 'members' => ['FromEmailAddress' => ['shape' => 'EmailAddress'], 'FromEmailAddressIdentityArn' => ['shape' => 'AmazonResourceName'], 'ReplyToAddresses' => ['shape' => 'EmailAddressList'], 'FeedbackForwardingEmailAddress' => ['shape' => 'EmailAddress'], 'FeedbackForwardingEmailAddressIdentityArn' => ['shape' => 'AmazonResourceName'], 'DefaultEmailTags' => ['shape' => 'MessageTagList'], 'DefaultContent' => ['shape' => 'BulkEmailContent'], 'BulkEmailEntries' => ['shape' => 'BulkEmailEntryList'], 'ConfigurationSetName' => ['shape' => 'ConfigurationSetName']]], 'SendBulkEmailResponse' => ['type' => 'structure', 'required' => ['BulkEmailEntryResults'], 'members' => ['BulkEmailEntryResults' => ['shape' => 'BulkEmailEntryResultList']]], 'SendCustomVerificationEmailRequest' => ['type' => 'structure', 'required' => ['EmailAddress', 'TemplateName'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'TemplateName' => ['shape' => 'EmailTemplateName'], 'ConfigurationSetName' => ['shape' => 'ConfigurationSetName']]], 'SendCustomVerificationEmailResponse' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'OutboundMessageId']]], 'SendEmailRequest' => ['type' => 'structure', 'required' => ['Content'], 'members' => ['FromEmailAddress' => ['shape' => 'EmailAddress'], 'FromEmailAddressIdentityArn' => ['shape' => 'AmazonResourceName'], 'Destination' => ['shape' => 'Destination'], 'ReplyToAddresses' => ['shape' => 'EmailAddressList'], 'FeedbackForwardingEmailAddress' => ['shape' => 'EmailAddress'], 'FeedbackForwardingEmailAddressIdentityArn' => ['shape' => 'AmazonResourceName'], 'Content' => ['shape' => 'EmailContent'], 'EmailTags' => ['shape' => 'MessageTagList'], 'ConfigurationSetName' => ['shape' => 'ConfigurationSetName']]], 'SendEmailResponse' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'OutboundMessageId']]], 'SendQuota' => ['type' => 'structure', 'members' => ['Max24HourSend' => ['shape' => 'Max24HourSend'], 'MaxSendRate' => ['shape' => 'MaxSendRate'], 'SentLast24Hours' => ['shape' => 'SentLast24Hours']]], 'SendingOptions' => ['type' => 'structure', 'members' => ['SendingEnabled' => ['shape' => 'Enabled']]], 'SendingPausedException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'SendingPoolName' => ['type' => 'string'], 'SentLast24Hours' => ['type' => 'double'], 'SnsDestination' => ['type' => 'structure', 'required' => ['TopicArn'], 'members' => ['TopicArn' => ['shape' => 'AmazonResourceName']]], 'Subject' => ['type' => 'string'], 'SuccessRedirectionURL' => ['type' => 'string'], 'SuppressedDestination' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason', 'LastUpdateTime'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason'], 'LastUpdateTime' => ['shape' => 'Timestamp'], 'Attributes' => ['shape' => 'SuppressedDestinationAttributes']]], 'SuppressedDestinationAttributes' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'OutboundMessageId'], 'FeedbackId' => ['shape' => 'FeedbackId']]], 'SuppressedDestinationSummaries' => ['type' => 'list', 'member' => ['shape' => 'SuppressedDestinationSummary']], 'SuppressedDestinationSummary' => ['type' => 'structure', 'required' => ['EmailAddress', 'Reason', 'LastUpdateTime'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'Reason' => ['shape' => 'SuppressionListReason'], 'LastUpdateTime' => ['shape' => 'Timestamp']]], 'SuppressionAttributes' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'SuppressionListDestination' => ['type' => 'structure', 'required' => ['SuppressionListImportAction'], 'members' => ['SuppressionListImportAction' => ['shape' => 'SuppressionListImportAction']]], 'SuppressionListImportAction' => ['type' => 'string', 'enum' => ['DELETE', 'PUT']], 'SuppressionListReason' => ['type' => 'string', 'enum' => ['BOUNCE', 'COMPLAINT']], 'SuppressionListReasons' => ['type' => 'list', 'member' => ['shape' => 'SuppressionListReason']], 'SuppressionOptions' => ['type' => 'structure', 'members' => ['SuppressedReasons' => ['shape' => 'SuppressionListReasons']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string'], 'Template' => ['type' => 'structure', 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName'], 'TemplateArn' => ['shape' => 'AmazonResourceName'], 'TemplateData' => ['shape' => 'EmailTemplateData']]], 'TemplateContent' => ['type' => 'string'], 'TestRenderEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName', 'TemplateData'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName'], 'TemplateData' => ['shape' => 'EmailTemplateData']]], 'TestRenderEmailTemplateResponse' => ['type' => 'structure', 'required' => ['RenderedTemplate'], 'members' => ['RenderedTemplate' => ['shape' => 'RenderedEmailTemplate']]], 'Timestamp' => ['type' => 'timestamp'], 'TlsPolicy' => ['type' => 'string', 'enum' => ['REQUIRE', 'OPTIONAL']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => [], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TrackingOptions' => ['type' => 'structure', 'required' => ['CustomRedirectDomain'], 'members' => ['CustomRedirectDomain' => ['shape' => 'CustomRedirectDomain']]], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'TagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateConfigurationSetEventDestinationRequest' => ['type' => 'structure', 'required' => ['ConfigurationSetName', 'EventDestinationName', 'EventDestination'], 'members' => ['ConfigurationSetName' => ['shape' => 'ConfigurationSetName', 'location' => 'uri', 'locationName' => 'ConfigurationSetName'], 'EventDestinationName' => ['shape' => 'EventDestinationName', 'location' => 'uri', 'locationName' => 'EventDestinationName'], 'EventDestination' => ['shape' => 'EventDestinationDefinition']]], 'UpdateConfigurationSetEventDestinationResponse' => ['type' => 'structure', 'members' => []], 'UpdateCustomVerificationEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName', 'FromEmailAddress', 'TemplateSubject', 'TemplateContent', 'SuccessRedirectionURL', 'FailureRedirectionURL'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName'], 'FromEmailAddress' => ['shape' => 'EmailAddress'], 'TemplateSubject' => ['shape' => 'EmailTemplateSubject'], 'TemplateContent' => ['shape' => 'TemplateContent'], 'SuccessRedirectionURL' => ['shape' => 'SuccessRedirectionURL'], 'FailureRedirectionURL' => ['shape' => 'FailureRedirectionURL']]], 'UpdateCustomVerificationEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'UpdateEmailIdentityPolicyRequest' => ['type' => 'structure', 'required' => ['EmailIdentity', 'PolicyName', 'Policy'], 'members' => ['EmailIdentity' => ['shape' => 'Identity', 'location' => 'uri', 'locationName' => 'EmailIdentity'], 'PolicyName' => ['shape' => 'PolicyName', 'location' => 'uri', 'locationName' => 'PolicyName'], 'Policy' => ['shape' => 'Policy']]], 'UpdateEmailIdentityPolicyResponse' => ['type' => 'structure', 'members' => []], 'UpdateEmailTemplateRequest' => ['type' => 'structure', 'required' => ['TemplateName', 'TemplateContent'], 'members' => ['TemplateName' => ['shape' => 'EmailTemplateName', 'location' => 'uri', 'locationName' => 'TemplateName'], 'TemplateContent' => ['shape' => 'EmailTemplateContent']]], 'UpdateEmailTemplateResponse' => ['type' => 'structure', 'members' => []], 'UseCaseDescription' => ['type' => 'string', 'max' => 5000, 'min' => 1, 'sensitive' => \true], 'Volume' => ['type' => 'long'], 'VolumeStatistics' => ['type' => 'structure', 'members' => ['InboxRawCount' => ['shape' => 'Volume'], 'SpamRawCount' => ['shape' => 'Volume'], 'ProjectedInbox' => ['shape' => 'Volume'], 'ProjectedSpam' => ['shape' => 'Volume']]], 'WarmupStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'DONE']], 'WebsiteURL' => ['type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?', 'sensitive' => \true]]]; diff --git a/vendor/Aws3/Aws/data/sesv2/2019-09-27/paginators-1.json.php b/vendor/Aws3/Aws/data/sesv2/2019-09-27/paginators-1.json.php index ab90f632..05da183d 100644 --- a/vendor/Aws3/Aws/data/sesv2/2019-09-27/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/sesv2/2019-09-27/paginators-1.json.php @@ -1,4 +1,4 @@ ['GetDedicatedIps' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListConfigurationSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDedicatedIpPools' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDeliverabilityTestReports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDomainDeliverabilityCampaigns' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListEmailIdentities' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListSuppressedDestinations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize']]]; +return ['pagination' => ['GetDedicatedIps' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListConfigurationSets' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListCustomVerificationEmailTemplates' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDedicatedIpPools' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDeliverabilityTestReports' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListDomainDeliverabilityCampaigns' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListEmailIdentities' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListEmailTemplates' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListImportJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize'], 'ListSuppressedDestinations' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize']]]; diff --git a/vendor/Aws3/Aws/data/shield/2016-06-02/api-2.json.php b/vendor/Aws3/Aws/data/shield/2016-06-02/api-2.json.php index deb94767..7d92110b 100644 --- a/vendor/Aws3/Aws/data/shield/2016-06-02/api-2.json.php +++ b/vendor/Aws3/Aws/data/shield/2016-06-02/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-06-02', 'endpointPrefix' => 'shield', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Shield', 'serviceFullName' => 'AWS Shield', 'serviceId' => 'Shield', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSShield_20160616', 'uid' => 'shield-2016-06-02'], 'operations' => ['AssociateDRTLogBucket' => ['name' => 'AssociateDRTLogBucket', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDRTLogBucketRequest'], 'output' => ['shape' => 'AssociateDRTLogBucketResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'NoAssociatedRoleException'], ['shape' => 'LimitsExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateDRTRole' => ['name' => 'AssociateDRTRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDRTRoleRequest'], 'output' => ['shape' => 'AssociateDRTRoleResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateHealthCheck' => ['name' => 'AssociateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateHealthCheckRequest'], 'output' => ['shape' => 'AssociateHealthCheckResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LimitsExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException']]], 'CreateProtection' => ['name' => 'CreateProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProtectionRequest'], 'output' => ['shape' => 'CreateProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidResourceException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitsExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'CreateSubscription' => ['name' => 'CreateSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSubscriptionRequest'], 'output' => ['shape' => 'CreateSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceAlreadyExistsException']]], 'DeleteProtection' => ['name' => 'DeleteProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProtectionRequest'], 'output' => ['shape' => 'DeleteProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'DeleteSubscription' => ['name' => 'DeleteSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubscriptionRequest'], 'output' => ['shape' => 'DeleteSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LockedSubscriptionException'], ['shape' => 'ResourceNotFoundException']], 'deprecated' => \true], 'DescribeAttack' => ['name' => 'DescribeAttack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAttackRequest'], 'output' => ['shape' => 'DescribeAttackResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'AccessDeniedException']]], 'DescribeDRTAccess' => ['name' => 'DescribeDRTAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDRTAccessRequest'], 'output' => ['shape' => 'DescribeDRTAccessResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEmergencyContactSettings' => ['name' => 'DescribeEmergencyContactSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEmergencyContactSettingsRequest'], 'output' => ['shape' => 'DescribeEmergencyContactSettingsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProtection' => ['name' => 'DescribeProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProtectionRequest'], 'output' => ['shape' => 'DescribeProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeSubscription' => ['name' => 'DescribeSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscriptionRequest'], 'output' => ['shape' => 'DescribeSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateDRTLogBucket' => ['name' => 'DisassociateDRTLogBucket', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDRTLogBucketRequest'], 'output' => ['shape' => 'DisassociateDRTLogBucketResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'NoAssociatedRoleException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateDRTRole' => ['name' => 'DisassociateDRTRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDRTRoleRequest'], 'output' => ['shape' => 'DisassociateDRTRoleResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateHealthCheck' => ['name' => 'DisassociateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateHealthCheckRequest'], 'output' => ['shape' => 'DisassociateHealthCheckResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'GetSubscriptionState' => ['name' => 'GetSubscriptionState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSubscriptionStateRequest'], 'output' => ['shape' => 'GetSubscriptionStateResponse'], 'errors' => [['shape' => 'InternalErrorException']]], 'ListAttacks' => ['name' => 'ListAttacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttacksRequest'], 'output' => ['shape' => 'ListAttacksResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidOperationException']]], 'ListProtections' => ['name' => 'ListProtections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProtectionsRequest'], 'output' => ['shape' => 'ListProtectionsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidPaginationTokenException']]], 'UpdateEmergencyContactSettings' => ['name' => 'UpdateEmergencyContactSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEmergencyContactSettingsRequest'], 'output' => ['shape' => 'UpdateEmergencyContactSettingsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateSubscription' => ['name' => 'UpdateSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSubscriptionRequest'], 'output' => ['shape' => 'UpdateSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LockedSubscriptionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'AccessDeniedForDependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'AssociateDRTLogBucketRequest' => ['type' => 'structure', 'required' => ['LogBucket'], 'members' => ['LogBucket' => ['shape' => 'LogBucket']]], 'AssociateDRTLogBucketResponse' => ['type' => 'structure', 'members' => []], 'AssociateDRTRoleRequest' => ['type' => 'structure', 'required' => ['RoleArn'], 'members' => ['RoleArn' => ['shape' => 'RoleArn']]], 'AssociateDRTRoleResponse' => ['type' => 'structure', 'members' => []], 'AssociateHealthCheckRequest' => ['type' => 'structure', 'required' => ['ProtectionId', 'HealthCheckArn'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'HealthCheckArn' => ['shape' => 'HealthCheckArn']]], 'AssociateHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'AttackDetail' => ['type' => 'structure', 'members' => ['AttackId' => ['shape' => 'AttackId'], 'ResourceArn' => ['shape' => 'ResourceArn'], 'SubResources' => ['shape' => 'SubResourceSummaryList'], 'StartTime' => ['shape' => 'AttackTimestamp'], 'EndTime' => ['shape' => 'AttackTimestamp'], 'AttackCounters' => ['shape' => 'SummarizedCounterList'], 'AttackProperties' => ['shape' => 'AttackProperties'], 'Mitigations' => ['shape' => 'MitigationList']]], 'AttackId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\\\-]*'], 'AttackLayer' => ['type' => 'string', 'enum' => ['NETWORK', 'APPLICATION']], 'AttackProperties' => ['type' => 'list', 'member' => ['shape' => 'AttackProperty']], 'AttackProperty' => ['type' => 'structure', 'members' => ['AttackLayer' => ['shape' => 'AttackLayer'], 'AttackPropertyIdentifier' => ['shape' => 'AttackPropertyIdentifier'], 'TopContributors' => ['shape' => 'TopContributors'], 'Unit' => ['shape' => 'Unit'], 'Total' => ['shape' => 'Long']]], 'AttackPropertyIdentifier' => ['type' => 'string', 'enum' => ['DESTINATION_URL', 'REFERRER', 'SOURCE_ASN', 'SOURCE_COUNTRY', 'SOURCE_IP_ADDRESS', 'SOURCE_USER_AGENT', 'WORDPRESS_PINGBACK_REFLECTOR', 'WORDPRESS_PINGBACK_SOURCE']], 'AttackSummaries' => ['type' => 'list', 'member' => ['shape' => 'AttackSummary']], 'AttackSummary' => ['type' => 'structure', 'members' => ['AttackId' => ['shape' => 'String'], 'ResourceArn' => ['shape' => 'String'], 'StartTime' => ['shape' => 'AttackTimestamp'], 'EndTime' => ['shape' => 'AttackTimestamp'], 'AttackVectors' => ['shape' => 'AttackVectorDescriptionList']]], 'AttackTimestamp' => ['type' => 'timestamp'], 'AttackVectorDescription' => ['type' => 'structure', 'required' => ['VectorType'], 'members' => ['VectorType' => ['shape' => 'String']]], 'AttackVectorDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'AttackVectorDescription']], 'AutoRenew' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Contributor' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'Long']]], 'CreateProtectionRequest' => ['type' => 'structure', 'required' => ['Name', 'ResourceArn'], 'members' => ['Name' => ['shape' => 'ProtectionName'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'CreateProtectionResponse' => ['type' => 'structure', 'members' => ['ProtectionId' => ['shape' => 'ProtectionId']]], 'CreateSubscriptionRequest' => ['type' => 'structure', 'members' => []], 'CreateSubscriptionResponse' => ['type' => 'structure', 'members' => []], 'DeleteProtectionRequest' => ['type' => 'structure', 'required' => ['ProtectionId'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId']]], 'DeleteProtectionResponse' => ['type' => 'structure', 'members' => []], 'DeleteSubscriptionRequest' => ['type' => 'structure', 'members' => [], 'deprecated' => \true], 'DeleteSubscriptionResponse' => ['type' => 'structure', 'members' => [], 'deprecated' => \true], 'DescribeAttackRequest' => ['type' => 'structure', 'required' => ['AttackId'], 'members' => ['AttackId' => ['shape' => 'AttackId']]], 'DescribeAttackResponse' => ['type' => 'structure', 'members' => ['Attack' => ['shape' => 'AttackDetail']]], 'DescribeDRTAccessRequest' => ['type' => 'structure', 'members' => []], 'DescribeDRTAccessResponse' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'RoleArn'], 'LogBucketList' => ['shape' => 'LogBucketList']]], 'DescribeEmergencyContactSettingsRequest' => ['type' => 'structure', 'members' => []], 'DescribeEmergencyContactSettingsResponse' => ['type' => 'structure', 'members' => ['EmergencyContactList' => ['shape' => 'EmergencyContactList']]], 'DescribeProtectionRequest' => ['type' => 'structure', 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'DescribeProtectionResponse' => ['type' => 'structure', 'members' => ['Protection' => ['shape' => 'Protection']]], 'DescribeSubscriptionRequest' => ['type' => 'structure', 'members' => []], 'DescribeSubscriptionResponse' => ['type' => 'structure', 'members' => ['Subscription' => ['shape' => 'Subscription']]], 'DisassociateDRTLogBucketRequest' => ['type' => 'structure', 'required' => ['LogBucket'], 'members' => ['LogBucket' => ['shape' => 'LogBucket']]], 'DisassociateDRTLogBucketResponse' => ['type' => 'structure', 'members' => []], 'DisassociateDRTRoleRequest' => ['type' => 'structure', 'members' => []], 'DisassociateDRTRoleResponse' => ['type' => 'structure', 'members' => []], 'DisassociateHealthCheckRequest' => ['type' => 'structure', 'required' => ['ProtectionId', 'HealthCheckArn'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'HealthCheckArn' => ['shape' => 'HealthCheckArn']]], 'DisassociateHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'Double' => ['type' => 'double'], 'DurationInSeconds' => ['type' => 'long', 'min' => 0], 'EmailAddress' => ['type' => 'string', 'max' => 150, 'min' => 1, 'pattern' => '^\\S+@\\S+\\.\\S+$'], 'EmergencyContact' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress']]], 'EmergencyContactList' => ['type' => 'list', 'member' => ['shape' => 'EmergencyContact'], 'max' => 10, 'min' => 0], 'GetSubscriptionStateRequest' => ['type' => 'structure', 'members' => []], 'GetSubscriptionStateResponse' => ['type' => 'structure', 'required' => ['SubscriptionState'], 'members' => ['SubscriptionState' => ['shape' => 'SubscriptionState']]], 'HealthCheckArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws:route53:::healthcheck/\\S{36}$'], 'HealthCheckId' => ['type' => 'string'], 'HealthCheckIds' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckId']], 'Integer' => ['type' => 'integer'], 'InternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidResourceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'Limit' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Max' => ['shape' => 'Long']]], 'LimitNumber' => ['type' => 'long'], 'LimitType' => ['type' => 'string'], 'Limits' => ['type' => 'list', 'member' => ['shape' => 'Limit']], 'LimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'Type' => ['shape' => 'LimitType'], 'Limit' => ['shape' => 'LimitNumber']], 'exception' => \true], 'ListAttacksRequest' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArnFilterList'], 'StartTime' => ['shape' => 'TimeRange'], 'EndTime' => ['shape' => 'TimeRange'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAttacksResponse' => ['type' => 'structure', 'members' => ['AttackSummaries' => ['shape' => 'AttackSummaries'], 'NextToken' => ['shape' => 'Token']]], 'ListProtectionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListProtectionsResponse' => ['type' => 'structure', 'members' => ['Protections' => ['shape' => 'Protections'], 'NextToken' => ['shape' => 'Token']]], 'LockedSubscriptionException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'LogBucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^([a-z]|(\\d(?!\\d{0,2}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})))([a-z\\d]|(\\.(?!(\\.|-)))|(-(?!\\.))){1,61}[a-z\\d]$'], 'LogBucketList' => ['type' => 'list', 'member' => ['shape' => 'LogBucket'], 'max' => 10, 'min' => 0], 'Long' => ['type' => 'long'], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10000, 'min' => 0], 'Mitigation' => ['type' => 'structure', 'members' => ['MitigationName' => ['shape' => 'String']]], 'MitigationList' => ['type' => 'list', 'member' => ['shape' => 'Mitigation']], 'NoAssociatedRoleException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'OptimisticLockException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'Protection' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ProtectionId'], 'Name' => ['shape' => 'ProtectionName'], 'ResourceArn' => ['shape' => 'ResourceArn'], 'HealthCheckIds' => ['shape' => 'HealthCheckIds']]], 'ProtectionId' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\\\-]*'], 'ProtectionName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[ a-zA-Z0-9_\\\\.\\\\-]*'], 'Protections' => ['type' => 'list', 'member' => ['shape' => 'Protection']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws.*'], 'ResourceArnFilterList' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'String' => ['type' => 'string'], 'SubResourceSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'SubResourceType'], 'Id' => ['shape' => 'String'], 'AttackVectors' => ['shape' => 'SummarizedAttackVectorList'], 'Counters' => ['shape' => 'SummarizedCounterList']]], 'SubResourceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SubResourceSummary']], 'SubResourceType' => ['type' => 'string', 'enum' => ['IP', 'URL']], 'Subscription' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TimeCommitmentInSeconds' => ['shape' => 'DurationInSeconds'], 'AutoRenew' => ['shape' => 'AutoRenew'], 'Limits' => ['shape' => 'Limits']]], 'SubscriptionState' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'SummarizedAttackVector' => ['type' => 'structure', 'required' => ['VectorType'], 'members' => ['VectorType' => ['shape' => 'String'], 'VectorCounters' => ['shape' => 'SummarizedCounterList']]], 'SummarizedAttackVectorList' => ['type' => 'list', 'member' => ['shape' => 'SummarizedAttackVector']], 'SummarizedCounter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Max' => ['shape' => 'Double'], 'Average' => ['shape' => 'Double'], 'Sum' => ['shape' => 'Double'], 'N' => ['shape' => 'Integer'], 'Unit' => ['shape' => 'String']]], 'SummarizedCounterList' => ['type' => 'list', 'member' => ['shape' => 'SummarizedCounter']], 'TimeRange' => ['type' => 'structure', 'members' => ['FromInclusive' => ['shape' => 'AttackTimestamp'], 'ToExclusive' => ['shape' => 'AttackTimestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '^.*$'], 'TopContributors' => ['type' => 'list', 'member' => ['shape' => 'Contributor']], 'Unit' => ['type' => 'string', 'enum' => ['BITS', 'BYTES', 'PACKETS', 'REQUESTS']], 'UpdateEmergencyContactSettingsRequest' => ['type' => 'structure', 'members' => ['EmergencyContactList' => ['shape' => 'EmergencyContactList']]], 'UpdateEmergencyContactSettingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateSubscriptionRequest' => ['type' => 'structure', 'members' => ['AutoRenew' => ['shape' => 'AutoRenew']]], 'UpdateSubscriptionResponse' => ['type' => 'structure', 'members' => []], 'errorMessage' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-06-02', 'endpointPrefix' => 'shield', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Shield', 'serviceFullName' => 'AWS Shield', 'serviceId' => 'Shield', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSShield_20160616', 'uid' => 'shield-2016-06-02'], 'operations' => ['AssociateDRTLogBucket' => ['name' => 'AssociateDRTLogBucket', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDRTLogBucketRequest'], 'output' => ['shape' => 'AssociateDRTLogBucketResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'NoAssociatedRoleException'], ['shape' => 'LimitsExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateDRTRole' => ['name' => 'AssociateDRTRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDRTRoleRequest'], 'output' => ['shape' => 'AssociateDRTRoleResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'AssociateHealthCheck' => ['name' => 'AssociateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateHealthCheckRequest'], 'output' => ['shape' => 'AssociateHealthCheckResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LimitsExceededException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException']]], 'AssociateProactiveEngagementDetails' => ['name' => 'AssociateProactiveEngagementDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateProactiveEngagementDetailsRequest'], 'output' => ['shape' => 'AssociateProactiveEngagementDetailsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'CreateProtection' => ['name' => 'CreateProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateProtectionRequest'], 'output' => ['shape' => 'CreateProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidResourceException'], ['shape' => 'InvalidOperationException'], ['shape' => 'LimitsExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'CreateSubscription' => ['name' => 'CreateSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSubscriptionRequest'], 'output' => ['shape' => 'CreateSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceAlreadyExistsException']]], 'DeleteProtection' => ['name' => 'DeleteProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteProtectionRequest'], 'output' => ['shape' => 'DeleteProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'DeleteSubscription' => ['name' => 'DeleteSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSubscriptionRequest'], 'output' => ['shape' => 'DeleteSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LockedSubscriptionException'], ['shape' => 'ResourceNotFoundException']], 'deprecated' => \true], 'DescribeAttack' => ['name' => 'DescribeAttack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAttackRequest'], 'output' => ['shape' => 'DescribeAttackResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'AccessDeniedException']]], 'DescribeDRTAccess' => ['name' => 'DescribeDRTAccess', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDRTAccessRequest'], 'output' => ['shape' => 'DescribeDRTAccessResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeEmergencyContactSettings' => ['name' => 'DescribeEmergencyContactSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEmergencyContactSettingsRequest'], 'output' => ['shape' => 'DescribeEmergencyContactSettingsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeProtection' => ['name' => 'DescribeProtection', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeProtectionRequest'], 'output' => ['shape' => 'DescribeProtectionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeSubscription' => ['name' => 'DescribeSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSubscriptionRequest'], 'output' => ['shape' => 'DescribeSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException']]], 'DisableProactiveEngagement' => ['name' => 'DisableProactiveEngagement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableProactiveEngagementRequest'], 'output' => ['shape' => 'DisableProactiveEngagementResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'DisassociateDRTLogBucket' => ['name' => 'DisassociateDRTLogBucket', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDRTLogBucketRequest'], 'output' => ['shape' => 'DisassociateDRTLogBucketResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'NoAssociatedRoleException'], ['shape' => 'AccessDeniedForDependencyException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateDRTRole' => ['name' => 'DisassociateDRTRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDRTRoleRequest'], 'output' => ['shape' => 'DisassociateDRTRoleResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'DisassociateHealthCheck' => ['name' => 'DisassociateHealthCheck', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateHealthCheckRequest'], 'output' => ['shape' => 'DisassociateHealthCheckResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'EnableProactiveEngagement' => ['name' => 'EnableProactiveEngagement', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'EnableProactiveEngagementRequest'], 'output' => ['shape' => 'EnableProactiveEngagementResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OptimisticLockException']]], 'GetSubscriptionState' => ['name' => 'GetSubscriptionState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSubscriptionStateRequest'], 'output' => ['shape' => 'GetSubscriptionStateResponse'], 'errors' => [['shape' => 'InternalErrorException']]], 'ListAttacks' => ['name' => 'ListAttacks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAttacksRequest'], 'output' => ['shape' => 'ListAttacksResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidOperationException']]], 'ListProtections' => ['name' => 'ListProtections', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListProtectionsRequest'], 'output' => ['shape' => 'ListProtectionsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidPaginationTokenException']]], 'UpdateEmergencyContactSettings' => ['name' => 'UpdateEmergencyContactSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateEmergencyContactSettingsRequest'], 'output' => ['shape' => 'UpdateEmergencyContactSettingsResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateSubscription' => ['name' => 'UpdateSubscription', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSubscriptionRequest'], 'output' => ['shape' => 'UpdateSubscriptionResponse'], 'errors' => [['shape' => 'InternalErrorException'], ['shape' => 'LockedSubscriptionException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OptimisticLockException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'AccessDeniedForDependencyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'AssociateDRTLogBucketRequest' => ['type' => 'structure', 'required' => ['LogBucket'], 'members' => ['LogBucket' => ['shape' => 'LogBucket']]], 'AssociateDRTLogBucketResponse' => ['type' => 'structure', 'members' => []], 'AssociateDRTRoleRequest' => ['type' => 'structure', 'required' => ['RoleArn'], 'members' => ['RoleArn' => ['shape' => 'RoleArn']]], 'AssociateDRTRoleResponse' => ['type' => 'structure', 'members' => []], 'AssociateHealthCheckRequest' => ['type' => 'structure', 'required' => ['ProtectionId', 'HealthCheckArn'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'HealthCheckArn' => ['shape' => 'HealthCheckArn']]], 'AssociateHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'AssociateProactiveEngagementDetailsRequest' => ['type' => 'structure', 'required' => ['EmergencyContactList'], 'members' => ['EmergencyContactList' => ['shape' => 'EmergencyContactList']]], 'AssociateProactiveEngagementDetailsResponse' => ['type' => 'structure', 'members' => []], 'AttackDetail' => ['type' => 'structure', 'members' => ['AttackId' => ['shape' => 'AttackId'], 'ResourceArn' => ['shape' => 'ResourceArn'], 'SubResources' => ['shape' => 'SubResourceSummaryList'], 'StartTime' => ['shape' => 'AttackTimestamp'], 'EndTime' => ['shape' => 'AttackTimestamp'], 'AttackCounters' => ['shape' => 'SummarizedCounterList'], 'AttackProperties' => ['shape' => 'AttackProperties'], 'Mitigations' => ['shape' => 'MitigationList']]], 'AttackId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\\\-]*'], 'AttackLayer' => ['type' => 'string', 'enum' => ['NETWORK', 'APPLICATION']], 'AttackProperties' => ['type' => 'list', 'member' => ['shape' => 'AttackProperty']], 'AttackProperty' => ['type' => 'structure', 'members' => ['AttackLayer' => ['shape' => 'AttackLayer'], 'AttackPropertyIdentifier' => ['shape' => 'AttackPropertyIdentifier'], 'TopContributors' => ['shape' => 'TopContributors'], 'Unit' => ['shape' => 'Unit'], 'Total' => ['shape' => 'Long']]], 'AttackPropertyIdentifier' => ['type' => 'string', 'enum' => ['DESTINATION_URL', 'REFERRER', 'SOURCE_ASN', 'SOURCE_COUNTRY', 'SOURCE_IP_ADDRESS', 'SOURCE_USER_AGENT', 'WORDPRESS_PINGBACK_REFLECTOR', 'WORDPRESS_PINGBACK_SOURCE']], 'AttackSummaries' => ['type' => 'list', 'member' => ['shape' => 'AttackSummary']], 'AttackSummary' => ['type' => 'structure', 'members' => ['AttackId' => ['shape' => 'String'], 'ResourceArn' => ['shape' => 'String'], 'StartTime' => ['shape' => 'AttackTimestamp'], 'EndTime' => ['shape' => 'AttackTimestamp'], 'AttackVectors' => ['shape' => 'AttackVectorDescriptionList']]], 'AttackTimestamp' => ['type' => 'timestamp'], 'AttackVectorDescription' => ['type' => 'structure', 'required' => ['VectorType'], 'members' => ['VectorType' => ['shape' => 'String']]], 'AttackVectorDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'AttackVectorDescription']], 'AutoRenew' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'ContactNotes' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[\\w\\s\\.\\-,:/()+@]*$'], 'Contributor' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Value' => ['shape' => 'Long']]], 'CreateProtectionRequest' => ['type' => 'structure', 'required' => ['Name', 'ResourceArn'], 'members' => ['Name' => ['shape' => 'ProtectionName'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'CreateProtectionResponse' => ['type' => 'structure', 'members' => ['ProtectionId' => ['shape' => 'ProtectionId']]], 'CreateSubscriptionRequest' => ['type' => 'structure', 'members' => []], 'CreateSubscriptionResponse' => ['type' => 'structure', 'members' => []], 'DeleteProtectionRequest' => ['type' => 'structure', 'required' => ['ProtectionId'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId']]], 'DeleteProtectionResponse' => ['type' => 'structure', 'members' => []], 'DeleteSubscriptionRequest' => ['type' => 'structure', 'members' => [], 'deprecated' => \true], 'DeleteSubscriptionResponse' => ['type' => 'structure', 'members' => [], 'deprecated' => \true], 'DescribeAttackRequest' => ['type' => 'structure', 'required' => ['AttackId'], 'members' => ['AttackId' => ['shape' => 'AttackId']]], 'DescribeAttackResponse' => ['type' => 'structure', 'members' => ['Attack' => ['shape' => 'AttackDetail']]], 'DescribeDRTAccessRequest' => ['type' => 'structure', 'members' => []], 'DescribeDRTAccessResponse' => ['type' => 'structure', 'members' => ['RoleArn' => ['shape' => 'RoleArn'], 'LogBucketList' => ['shape' => 'LogBucketList']]], 'DescribeEmergencyContactSettingsRequest' => ['type' => 'structure', 'members' => []], 'DescribeEmergencyContactSettingsResponse' => ['type' => 'structure', 'members' => ['EmergencyContactList' => ['shape' => 'EmergencyContactList']]], 'DescribeProtectionRequest' => ['type' => 'structure', 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'DescribeProtectionResponse' => ['type' => 'structure', 'members' => ['Protection' => ['shape' => 'Protection']]], 'DescribeSubscriptionRequest' => ['type' => 'structure', 'members' => []], 'DescribeSubscriptionResponse' => ['type' => 'structure', 'members' => ['Subscription' => ['shape' => 'Subscription']]], 'DisableProactiveEngagementRequest' => ['type' => 'structure', 'members' => []], 'DisableProactiveEngagementResponse' => ['type' => 'structure', 'members' => []], 'DisassociateDRTLogBucketRequest' => ['type' => 'structure', 'required' => ['LogBucket'], 'members' => ['LogBucket' => ['shape' => 'LogBucket']]], 'DisassociateDRTLogBucketResponse' => ['type' => 'structure', 'members' => []], 'DisassociateDRTRoleRequest' => ['type' => 'structure', 'members' => []], 'DisassociateDRTRoleResponse' => ['type' => 'structure', 'members' => []], 'DisassociateHealthCheckRequest' => ['type' => 'structure', 'required' => ['ProtectionId', 'HealthCheckArn'], 'members' => ['ProtectionId' => ['shape' => 'ProtectionId'], 'HealthCheckArn' => ['shape' => 'HealthCheckArn']]], 'DisassociateHealthCheckResponse' => ['type' => 'structure', 'members' => []], 'Double' => ['type' => 'double'], 'DurationInSeconds' => ['type' => 'long', 'min' => 0], 'EmailAddress' => ['type' => 'string', 'max' => 150, 'min' => 1, 'pattern' => '^\\S+@\\S+\\.\\S+$'], 'EmergencyContact' => ['type' => 'structure', 'required' => ['EmailAddress'], 'members' => ['EmailAddress' => ['shape' => 'EmailAddress'], 'PhoneNumber' => ['shape' => 'PhoneNumber'], 'ContactNotes' => ['shape' => 'ContactNotes']]], 'EmergencyContactList' => ['type' => 'list', 'member' => ['shape' => 'EmergencyContact'], 'max' => 10, 'min' => 0], 'EnableProactiveEngagementRequest' => ['type' => 'structure', 'members' => []], 'EnableProactiveEngagementResponse' => ['type' => 'structure', 'members' => []], 'GetSubscriptionStateRequest' => ['type' => 'structure', 'members' => []], 'GetSubscriptionStateResponse' => ['type' => 'structure', 'required' => ['SubscriptionState'], 'members' => ['SubscriptionState' => ['shape' => 'SubscriptionState']]], 'HealthCheckArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws:route53:::healthcheck/\\S{36}$'], 'HealthCheckId' => ['type' => 'string'], 'HealthCheckIds' => ['type' => 'list', 'member' => ['shape' => 'HealthCheckId']], 'Integer' => ['type' => 'integer'], 'InternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidPaginationTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'InvalidResourceException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'Limit' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'String'], 'Max' => ['shape' => 'Long']]], 'LimitNumber' => ['type' => 'long'], 'LimitType' => ['type' => 'string'], 'Limits' => ['type' => 'list', 'member' => ['shape' => 'Limit']], 'LimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'Type' => ['shape' => 'LimitType'], 'Limit' => ['shape' => 'LimitNumber']], 'exception' => \true], 'ListAttacksRequest' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArnFilterList'], 'StartTime' => ['shape' => 'TimeRange'], 'EndTime' => ['shape' => 'TimeRange'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAttacksResponse' => ['type' => 'structure', 'members' => ['AttackSummaries' => ['shape' => 'AttackSummaries'], 'NextToken' => ['shape' => 'Token']]], 'ListProtectionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListProtectionsResponse' => ['type' => 'structure', 'members' => ['Protections' => ['shape' => 'Protections'], 'NextToken' => ['shape' => 'Token']]], 'LockedSubscriptionException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'LogBucket' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^([a-z]|(\\d(?!\\d{0,2}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})))([a-z\\d]|(\\.(?!(\\.|-)))|(-(?!\\.))){1,61}[a-z\\d]$'], 'LogBucketList' => ['type' => 'list', 'member' => ['shape' => 'LogBucket'], 'max' => 10, 'min' => 0], 'Long' => ['type' => 'long'], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 10000, 'min' => 0], 'Mitigation' => ['type' => 'structure', 'members' => ['MitigationName' => ['shape' => 'String']]], 'MitigationList' => ['type' => 'list', 'member' => ['shape' => 'Mitigation']], 'NoAssociatedRoleException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'OptimisticLockException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'PhoneNumber' => ['type' => 'string', 'max' => 16, 'min' => 1, 'pattern' => '^\\+[1-9]\\d{1,14}$'], 'ProactiveEngagementStatus' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED', 'PENDING']], 'Protection' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ProtectionId'], 'Name' => ['shape' => 'ProtectionName'], 'ResourceArn' => ['shape' => 'ResourceArn'], 'HealthCheckIds' => ['shape' => 'HealthCheckIds']]], 'ProtectionId' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\\\-]*'], 'ProtectionName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[ a-zA-Z0-9_\\\\.\\\\-]*'], 'Protections' => ['type' => 'list', 'member' => ['shape' => 'Protection']], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws.*'], 'ResourceArnFilterList' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'RoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+'], 'String' => ['type' => 'string'], 'SubResourceSummary' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'SubResourceType'], 'Id' => ['shape' => 'String'], 'AttackVectors' => ['shape' => 'SummarizedAttackVectorList'], 'Counters' => ['shape' => 'SummarizedCounterList']]], 'SubResourceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SubResourceSummary']], 'SubResourceType' => ['type' => 'string', 'enum' => ['IP', 'URL']], 'Subscription' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TimeCommitmentInSeconds' => ['shape' => 'DurationInSeconds'], 'AutoRenew' => ['shape' => 'AutoRenew'], 'Limits' => ['shape' => 'Limits'], 'ProactiveEngagementStatus' => ['shape' => 'ProactiveEngagementStatus']]], 'SubscriptionState' => ['type' => 'string', 'enum' => ['ACTIVE', 'INACTIVE']], 'SummarizedAttackVector' => ['type' => 'structure', 'required' => ['VectorType'], 'members' => ['VectorType' => ['shape' => 'String'], 'VectorCounters' => ['shape' => 'SummarizedCounterList']]], 'SummarizedAttackVectorList' => ['type' => 'list', 'member' => ['shape' => 'SummarizedAttackVector']], 'SummarizedCounter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Max' => ['shape' => 'Double'], 'Average' => ['shape' => 'Double'], 'Sum' => ['shape' => 'Double'], 'N' => ['shape' => 'Integer'], 'Unit' => ['shape' => 'String']]], 'SummarizedCounterList' => ['type' => 'list', 'member' => ['shape' => 'SummarizedCounter']], 'TimeRange' => ['type' => 'structure', 'members' => ['FromInclusive' => ['shape' => 'AttackTimestamp'], 'ToExclusive' => ['shape' => 'AttackTimestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '^.*$'], 'TopContributors' => ['type' => 'list', 'member' => ['shape' => 'Contributor']], 'Unit' => ['type' => 'string', 'enum' => ['BITS', 'BYTES', 'PACKETS', 'REQUESTS']], 'UpdateEmergencyContactSettingsRequest' => ['type' => 'structure', 'members' => ['EmergencyContactList' => ['shape' => 'EmergencyContactList']]], 'UpdateEmergencyContactSettingsResponse' => ['type' => 'structure', 'members' => []], 'UpdateSubscriptionRequest' => ['type' => 'structure', 'members' => ['AutoRenew' => ['shape' => 'AutoRenew']]], 'UpdateSubscriptionResponse' => ['type' => 'structure', 'members' => []], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/shield/2016-06-02/paginators-1.json.php b/vendor/Aws3/Aws/data/shield/2016-06-02/paginators-1.json.php index da50431a..90e10e5e 100644 --- a/vendor/Aws3/Aws/data/shield/2016-06-02/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/shield/2016-06-02/paginators-1.json.php @@ -1,4 +1,4 @@ []]; +return ['pagination' => ['ListAttacks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AttackSummaries'], 'ListProtections' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Protections']]]; diff --git a/vendor/Aws3/Aws/data/sms/2016-10-24/api-2.json.php b/vendor/Aws3/Aws/data/sms/2016-10-24/api-2.json.php index ee2e1375..4416b774 100644 --- a/vendor/Aws3/Aws/data/sms/2016-10-24/api-2.json.php +++ b/vendor/Aws3/Aws/data/sms/2016-10-24/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-10-24', 'endpointPrefix' => 'sms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'SMS', 'serviceFullName' => 'AWS Server Migration Service', 'serviceId' => 'SMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSServerMigrationService_V2016_10_24', 'uid' => 'sms-2016-10-24'], 'operations' => ['CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'CreateReplicationJob' => ['name' => 'CreateReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationJobRequest'], 'output' => ['shape' => 'CreateReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerCannotBeReplicatedException'], ['shape' => 'ReplicationJobAlreadyExistsException'], ['shape' => 'NoConnectorsAvailableException'], ['shape' => 'InternalError'], ['shape' => 'TemporarilyUnavailableException']]], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppRequest'], 'output' => ['shape' => 'DeleteAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteAppLaunchConfiguration' => ['name' => 'DeleteAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppLaunchConfigurationRequest'], 'output' => ['shape' => 'DeleteAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteAppReplicationConfiguration' => ['name' => 'DeleteAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppReplicationConfigurationRequest'], 'output' => ['shape' => 'DeleteAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteReplicationJob' => ['name' => 'DeleteReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationJobRequest'], 'output' => ['shape' => 'DeleteReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ReplicationJobNotFoundException']]], 'DeleteServerCatalog' => ['name' => 'DeleteServerCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerCatalogRequest'], 'output' => ['shape' => 'DeleteServerCatalogResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException']]], 'DisassociateConnector' => ['name' => 'DisassociateConnector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateConnectorRequest'], 'output' => ['shape' => 'DisassociateConnectorResponse'], 'errors' => [['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException']]], 'GenerateChangeSet' => ['name' => 'GenerateChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateChangeSetRequest'], 'output' => ['shape' => 'GenerateChangeSetResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GenerateTemplate' => ['name' => 'GenerateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateTemplateRequest'], 'output' => ['shape' => 'GenerateTemplateResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetApp' => ['name' => 'GetApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppRequest'], 'output' => ['shape' => 'GetAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppLaunchConfiguration' => ['name' => 'GetAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppLaunchConfigurationRequest'], 'output' => ['shape' => 'GetAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppReplicationConfiguration' => ['name' => 'GetAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppReplicationConfigurationRequest'], 'output' => ['shape' => 'GetAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetConnectors' => ['name' => 'GetConnectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectorsRequest'], 'output' => ['shape' => 'GetConnectorsResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException']]], 'GetReplicationJobs' => ['name' => 'GetReplicationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReplicationJobsRequest'], 'output' => ['shape' => 'GetReplicationJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException']]], 'GetReplicationRuns' => ['name' => 'GetReplicationRuns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReplicationRunsRequest'], 'output' => ['shape' => 'GetReplicationRunsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException']]], 'GetServers' => ['name' => 'GetServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServersRequest'], 'output' => ['shape' => 'GetServersResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException']]], 'ImportServerCatalog' => ['name' => 'ImportServerCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportServerCatalogRequest'], 'output' => ['shape' => 'ImportServerCatalogResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'NoConnectorsAvailableException']]], 'LaunchApp' => ['name' => 'LaunchApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchAppRequest'], 'output' => ['shape' => 'LaunchAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'ListApps' => ['name' => 'ListApps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAppsRequest'], 'output' => ['shape' => 'ListAppsResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'PutAppLaunchConfiguration' => ['name' => 'PutAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppLaunchConfigurationRequest'], 'output' => ['shape' => 'PutAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'PutAppReplicationConfiguration' => ['name' => 'PutAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppReplicationConfigurationRequest'], 'output' => ['shape' => 'PutAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'StartAppReplication' => ['name' => 'StartAppReplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAppReplicationRequest'], 'output' => ['shape' => 'StartAppReplicationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'StartOnDemandReplicationRun' => ['name' => 'StartOnDemandReplicationRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartOnDemandReplicationRunRequest'], 'output' => ['shape' => 'StartOnDemandReplicationRunResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ReplicationRunLimitExceededException']]], 'StopAppReplication' => ['name' => 'StopAppReplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAppReplicationRequest'], 'output' => ['shape' => 'StopAppReplicationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'TerminateApp' => ['name' => 'TerminateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateAppRequest'], 'output' => ['shape' => 'TerminateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'UpdateApp' => ['name' => 'UpdateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAppRequest'], 'output' => ['shape' => 'UpdateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'UpdateReplicationJob' => ['name' => 'UpdateReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateReplicationJobRequest'], 'output' => ['shape' => 'UpdateReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'ServerCannotBeReplicatedException'], ['shape' => 'ReplicationJobNotFoundException'], ['shape' => 'InternalError'], ['shape' => 'TemporarilyUnavailableException']]]], 'shapes' => ['AmiId' => ['type' => 'string'], 'AppDescription' => ['type' => 'string'], 'AppId' => ['type' => 'string'], 'AppIds' => ['type' => 'list', 'member' => ['shape' => 'AppId']], 'AppLaunchStatus' => ['type' => 'string', 'enum' => ['READY_FOR_CONFIGURATION', 'CONFIGURATION_IN_PROGRESS', 'CONFIGURATION_INVALID', 'READY_FOR_LAUNCH', 'VALIDATION_IN_PROGRESS', 'LAUNCH_PENDING', 'LAUNCH_IN_PROGRESS', 'LAUNCHED', 'DELTA_LAUNCH_IN_PROGRESS', 'DELTA_LAUNCH_FAILED', 'LAUNCH_FAILED', 'TERMINATE_IN_PROGRESS', 'TERMINATE_FAILED', 'TERMINATED']], 'AppLaunchStatusMessage' => ['type' => 'string'], 'AppName' => ['type' => 'string'], 'AppReplicationStatus' => ['type' => 'string', 'enum' => ['READY_FOR_CONFIGURATION', 'CONFIGURATION_IN_PROGRESS', 'CONFIGURATION_INVALID', 'READY_FOR_REPLICATION', 'VALIDATION_IN_PROGRESS', 'REPLICATION_PENDING', 'REPLICATION_IN_PROGRESS', 'REPLICATED', 'DELTA_REPLICATION_IN_PROGRESS', 'DELTA_REPLICATED', 'DELTA_REPLICATION_FAILED', 'REPLICATION_FAILED', 'REPLICATION_STOPPING', 'REPLICATION_STOP_FAILED', 'REPLICATION_STOPPED']], 'AppReplicationStatusMessage' => ['type' => 'string'], 'AppStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING', 'DELETED', 'DELETE_FAILED']], 'AppStatusMessage' => ['type' => 'string'], 'AppSummary' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'status' => ['shape' => 'AppStatus'], 'statusMessage' => ['shape' => 'AppStatusMessage'], 'replicationStatus' => ['shape' => 'AppReplicationStatus'], 'replicationStatusMessage' => ['shape' => 'AppReplicationStatusMessage'], 'latestReplicationTime' => ['shape' => 'Timestamp'], 'launchStatus' => ['shape' => 'AppLaunchStatus'], 'launchStatusMessage' => ['shape' => 'AppLaunchStatusMessage'], 'launchDetails' => ['shape' => 'LaunchDetails'], 'creationTime' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp'], 'roleName' => ['shape' => 'RoleName'], 'totalServerGroups' => ['shape' => 'TotalServerGroups'], 'totalServers' => ['shape' => 'TotalServers']]], 'Apps' => ['type' => 'list', 'member' => ['shape' => 'AppSummary']], 'AssociatePublicIpAddress' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'Connector' => ['type' => 'structure', 'members' => ['connectorId' => ['shape' => 'ConnectorId'], 'version' => ['shape' => 'ConnectorVersion'], 'status' => ['shape' => 'ConnectorStatus'], 'capabilityList' => ['shape' => 'ConnectorCapabilityList'], 'vmManagerName' => ['shape' => 'VmManagerName'], 'vmManagerType' => ['shape' => 'VmManagerType'], 'vmManagerId' => ['shape' => 'VmManagerId'], 'ipAddress' => ['shape' => 'IpAddress'], 'macAddress' => ['shape' => 'MacAddress'], 'associatedOn' => ['shape' => 'Timestamp']]], 'ConnectorCapability' => ['type' => 'string', 'enum' => ['VSPHERE', 'SCVMM', 'HYPERV-MANAGER', 'SNAPSHOT_BATCHING']], 'ConnectorCapabilityList' => ['type' => 'list', 'member' => ['shape' => 'ConnectorCapability']], 'ConnectorId' => ['type' => 'string'], 'ConnectorList' => ['type' => 'list', 'member' => ['shape' => 'Connector']], 'ConnectorStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY']], 'ConnectorVersion' => ['type' => 'string'], 'CreateAppRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'roleName' => ['shape' => 'RoleName'], 'clientToken' => ['shape' => 'ClientToken'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'CreateReplicationJobRequest' => ['type' => 'structure', 'required' => ['serverId', 'seedReplicationTime'], 'members' => ['serverId' => ['shape' => 'ServerId'], 'seedReplicationTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateReplicationJobResponse' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId']]], 'DeleteAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'DeleteAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'DeleteAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'forceStopAppReplication' => ['shape' => 'ForceStopAppReplication'], 'forceTerminateApp' => ['shape' => 'ForceTerminateApp']]], 'DeleteAppResponse' => ['type' => 'structure', 'members' => []], 'DeleteReplicationJobRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId']]], 'DeleteReplicationJobResponse' => ['type' => 'structure', 'members' => []], 'DeleteServerCatalogRequest' => ['type' => 'structure', 'members' => []], 'DeleteServerCatalogResponse' => ['type' => 'structure', 'members' => []], 'Description' => ['type' => 'string'], 'DisassociateConnectorRequest' => ['type' => 'structure', 'required' => ['connectorId'], 'members' => ['connectorId' => ['shape' => 'ConnectorId']]], 'DisassociateConnectorResponse' => ['type' => 'structure', 'members' => []], 'EC2KeyName' => ['type' => 'string'], 'Encrypted' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'ForceStopAppReplication' => ['type' => 'boolean'], 'ForceTerminateApp' => ['type' => 'boolean'], 'Frequency' => ['type' => 'integer'], 'GenerateChangeSetRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'changesetFormat' => ['shape' => 'OutputFormat']]], 'GenerateChangeSetResponse' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'GenerateTemplateRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'templateFormat' => ['shape' => 'OutputFormat']]], 'GenerateTemplateResponse' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'GetAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'roleName' => ['shape' => 'RoleName'], 'serverGroupLaunchConfigurations' => ['shape' => 'ServerGroupLaunchConfigurations']]], 'GetAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => ['serverGroupReplicationConfigurations' => ['shape' => 'ServerGroupReplicationConfigurations']]], 'GetAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'GetConnectorsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetConnectorsResponse' => ['type' => 'structure', 'members' => ['connectorList' => ['shape' => 'ConnectorList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetReplicationJobsRequest' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetReplicationJobsResponse' => ['type' => 'structure', 'members' => ['replicationJobList' => ['shape' => 'ReplicationJobList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetReplicationRunsRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetReplicationRunsResponse' => ['type' => 'structure', 'members' => ['replicationJob' => ['shape' => 'ReplicationJob'], 'replicationRunList' => ['shape' => 'ReplicationRunList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetServersRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'vmServerAddressList' => ['shape' => 'VmServerAddressList']]], 'GetServersResponse' => ['type' => 'structure', 'members' => ['lastModifiedOn' => ['shape' => 'Timestamp'], 'serverCatalogStatus' => ['shape' => 'ServerCatalogStatus'], 'serverList' => ['shape' => 'ServerList'], 'nextToken' => ['shape' => 'NextToken']]], 'ImportServerCatalogRequest' => ['type' => 'structure', 'members' => []], 'ImportServerCatalogResponse' => ['type' => 'structure', 'members' => []], 'InstanceType' => ['type' => 'string'], 'InternalError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'KeyName' => ['type' => 'string'], 'KmsKeyId' => ['type' => 'string'], 'LaunchAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'LaunchAppResponse' => ['type' => 'structure', 'members' => []], 'LaunchDetails' => ['type' => 'structure', 'members' => ['latestLaunchTime' => ['shape' => 'Timestamp'], 'stackName' => ['shape' => 'StackName'], 'stackId' => ['shape' => 'StackId']]], 'LaunchOrder' => ['type' => 'integer'], 'LicenseType' => ['type' => 'string', 'enum' => ['AWS', 'BYOL']], 'ListAppsRequest' => ['type' => 'structure', 'members' => ['appIds' => ['shape' => 'AppIds'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListAppsResponse' => ['type' => 'structure', 'members' => ['apps' => ['shape' => 'Apps'], 'nextToken' => ['shape' => 'NextToken']]], 'LogicalId' => ['type' => 'string'], 'MacAddress' => ['type' => 'string'], 'MaxResults' => ['type' => 'integer'], 'MissingRequiredParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NoConnectorsAvailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NumberOfRecentAmisToKeep' => ['type' => 'integer'], 'OperationNotPermittedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OutputFormat' => ['type' => 'string', 'enum' => ['JSON', 'YAML']], 'PutAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'roleName' => ['shape' => 'RoleName'], 'serverGroupLaunchConfigurations' => ['shape' => 'ServerGroupLaunchConfigurations']]], 'PutAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => []], 'PutAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'serverGroupReplicationConfigurations' => ['shape' => 'ServerGroupReplicationConfigurations']]], 'PutAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'ReplicationJob' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'serverId' => ['shape' => 'ServerId'], 'serverType' => ['shape' => 'ServerType'], 'vmServer' => ['shape' => 'VmServer'], 'seedReplicationTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'nextReplicationRunStartTime' => ['shape' => 'Timestamp'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'latestAmiId' => ['shape' => 'AmiId'], 'state' => ['shape' => 'ReplicationJobState'], 'statusMessage' => ['shape' => 'ReplicationJobStatusMessage'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId'], 'replicationRunList' => ['shape' => 'ReplicationRunList']]], 'ReplicationJobAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationJobId' => ['type' => 'string'], 'ReplicationJobList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationJob']], 'ReplicationJobNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationJobState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'FAILED', 'DELETING', 'DELETED', 'COMPLETED', 'PAUSED_ON_FAILURE', 'FAILING']], 'ReplicationJobStatusMessage' => ['type' => 'string'], 'ReplicationJobTerminated' => ['type' => 'boolean'], 'ReplicationRun' => ['type' => 'structure', 'members' => ['replicationRunId' => ['shape' => 'ReplicationRunId'], 'state' => ['shape' => 'ReplicationRunState'], 'type' => ['shape' => 'ReplicationRunType'], 'stageDetails' => ['shape' => 'ReplicationRunStageDetails'], 'statusMessage' => ['shape' => 'ReplicationRunStatusMessage'], 'amiId' => ['shape' => 'AmiId'], 'scheduledStartTime' => ['shape' => 'Timestamp'], 'completedTime' => ['shape' => 'Timestamp'], 'description' => ['shape' => 'Description'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'ReplicationRunId' => ['type' => 'string'], 'ReplicationRunLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationRunList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationRun']], 'ReplicationRunStage' => ['type' => 'string'], 'ReplicationRunStageDetails' => ['type' => 'structure', 'members' => ['stage' => ['shape' => 'ReplicationRunStage'], 'stageProgress' => ['shape' => 'ReplicationRunStageProgress']]], 'ReplicationRunStageProgress' => ['type' => 'string'], 'ReplicationRunState' => ['type' => 'string', 'enum' => ['PENDING', 'MISSED', 'ACTIVE', 'FAILED', 'COMPLETED', 'DELETING', 'DELETED']], 'ReplicationRunStatusMessage' => ['type' => 'string'], 'ReplicationRunType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'AUTOMATIC']], 'RoleName' => ['type' => 'string'], 'RunOnce' => ['type' => 'boolean'], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'BucketName'], 'key' => ['shape' => 'KeyName']]], 'SecurityGroup' => ['type' => 'string'], 'Server' => ['type' => 'structure', 'members' => ['serverId' => ['shape' => 'ServerId'], 'serverType' => ['shape' => 'ServerType'], 'vmServer' => ['shape' => 'VmServer'], 'replicationJobId' => ['shape' => 'ReplicationJobId'], 'replicationJobTerminated' => ['shape' => 'ReplicationJobTerminated']]], 'ServerCannotBeReplicatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServerCatalogStatus' => ['type' => 'string', 'enum' => ['NOT_IMPORTED', 'IMPORTING', 'AVAILABLE', 'DELETED', 'EXPIRED']], 'ServerGroup' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'name' => ['shape' => 'ServerGroupName'], 'serverList' => ['shape' => 'ServerList']]], 'ServerGroupId' => ['type' => 'string'], 'ServerGroupLaunchConfiguration' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'launchOrder' => ['shape' => 'LaunchOrder'], 'serverLaunchConfigurations' => ['shape' => 'ServerLaunchConfigurations']]], 'ServerGroupLaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerGroupLaunchConfiguration']], 'ServerGroupName' => ['type' => 'string'], 'ServerGroupReplicationConfiguration' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'serverReplicationConfigurations' => ['shape' => 'ServerReplicationConfigurations']]], 'ServerGroupReplicationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerGroupReplicationConfiguration']], 'ServerGroups' => ['type' => 'list', 'member' => ['shape' => 'ServerGroup']], 'ServerId' => ['type' => 'string'], 'ServerLaunchConfiguration' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server'], 'logicalId' => ['shape' => 'LogicalId'], 'vpc' => ['shape' => 'VPC'], 'subnet' => ['shape' => 'Subnet'], 'securityGroup' => ['shape' => 'SecurityGroup'], 'ec2KeyName' => ['shape' => 'EC2KeyName'], 'userData' => ['shape' => 'UserData'], 'instanceType' => ['shape' => 'InstanceType'], 'associatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress']]], 'ServerLaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerLaunchConfiguration']], 'ServerList' => ['type' => 'list', 'member' => ['shape' => 'Server']], 'ServerReplicationConfiguration' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server'], 'serverReplicationParameters' => ['shape' => 'ServerReplicationParameters']]], 'ServerReplicationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerReplicationConfiguration']], 'ServerReplicationParameters' => ['type' => 'structure', 'members' => ['seedTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'licenseType' => ['shape' => 'LicenseType'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'ServerType' => ['type' => 'string', 'enum' => ['VIRTUAL_MACHINE']], 'StackId' => ['type' => 'string'], 'StackName' => ['type' => 'string'], 'StartAppReplicationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'StartAppReplicationResponse' => ['type' => 'structure', 'members' => []], 'StartOnDemandReplicationRunRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'description' => ['shape' => 'Description']]], 'StartOnDemandReplicationRunResponse' => ['type' => 'structure', 'members' => ['replicationRunId' => ['shape' => 'ReplicationRunId']]], 'StopAppReplicationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'StopAppReplicationResponse' => ['type' => 'structure', 'members' => []], 'Subnet' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TemporarilyUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'TerminateAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'TerminateAppResponse' => ['type' => 'structure', 'members' => []], 'Timestamp' => ['type' => 'timestamp'], 'TotalServerGroups' => ['type' => 'integer'], 'TotalServers' => ['type' => 'integer'], 'UnauthorizedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'roleName' => ['shape' => 'RoleName'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'UpdateAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'UpdateReplicationJobRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'frequency' => ['shape' => 'Frequency'], 'nextReplicationRunStartTime' => ['shape' => 'Timestamp'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'UpdateReplicationJobResponse' => ['type' => 'structure', 'members' => []], 'UserData' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'VPC' => ['type' => 'string'], 'VmId' => ['type' => 'string'], 'VmManagerId' => ['type' => 'string'], 'VmManagerName' => ['type' => 'string'], 'VmManagerType' => ['type' => 'string', 'enum' => ['VSPHERE', 'SCVMM', 'HYPERV-MANAGER']], 'VmName' => ['type' => 'string'], 'VmPath' => ['type' => 'string'], 'VmServer' => ['type' => 'structure', 'members' => ['vmServerAddress' => ['shape' => 'VmServerAddress'], 'vmName' => ['shape' => 'VmName'], 'vmManagerName' => ['shape' => 'VmManagerName'], 'vmManagerType' => ['shape' => 'VmManagerType'], 'vmPath' => ['shape' => 'VmPath']]], 'VmServerAddress' => ['type' => 'structure', 'members' => ['vmManagerId' => ['shape' => 'VmManagerId'], 'vmId' => ['shape' => 'VmId']]], 'VmServerAddressList' => ['type' => 'list', 'member' => ['shape' => 'VmServerAddress']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-10-24', 'endpointPrefix' => 'sms', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'SMS', 'serviceFullName' => 'AWS Server Migration Service', 'serviceId' => 'SMS', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSServerMigrationService_V2016_10_24', 'uid' => 'sms-2016-10-24'], 'operations' => ['CreateApp' => ['name' => 'CreateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAppRequest'], 'output' => ['shape' => 'CreateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'CreateReplicationJob' => ['name' => 'CreateReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateReplicationJobRequest'], 'output' => ['shape' => 'CreateReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ServerCannotBeReplicatedException'], ['shape' => 'ReplicationJobAlreadyExistsException'], ['shape' => 'NoConnectorsAvailableException'], ['shape' => 'InternalError'], ['shape' => 'TemporarilyUnavailableException']]], 'DeleteApp' => ['name' => 'DeleteApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppRequest'], 'output' => ['shape' => 'DeleteAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteAppLaunchConfiguration' => ['name' => 'DeleteAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppLaunchConfigurationRequest'], 'output' => ['shape' => 'DeleteAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteAppReplicationConfiguration' => ['name' => 'DeleteAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppReplicationConfigurationRequest'], 'output' => ['shape' => 'DeleteAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteAppValidationConfiguration' => ['name' => 'DeleteAppValidationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAppValidationConfigurationRequest'], 'output' => ['shape' => 'DeleteAppValidationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'DeleteReplicationJob' => ['name' => 'DeleteReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteReplicationJobRequest'], 'output' => ['shape' => 'DeleteReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ReplicationJobNotFoundException']]], 'DeleteServerCatalog' => ['name' => 'DeleteServerCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerCatalogRequest'], 'output' => ['shape' => 'DeleteServerCatalogResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException']]], 'DisassociateConnector' => ['name' => 'DisassociateConnector', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateConnectorRequest'], 'output' => ['shape' => 'DisassociateConnectorResponse'], 'errors' => [['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException']]], 'GenerateChangeSet' => ['name' => 'GenerateChangeSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateChangeSetRequest'], 'output' => ['shape' => 'GenerateChangeSetResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GenerateTemplate' => ['name' => 'GenerateTemplate', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GenerateTemplateRequest'], 'output' => ['shape' => 'GenerateTemplateResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetApp' => ['name' => 'GetApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppRequest'], 'output' => ['shape' => 'GetAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppLaunchConfiguration' => ['name' => 'GetAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppLaunchConfigurationRequest'], 'output' => ['shape' => 'GetAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppReplicationConfiguration' => ['name' => 'GetAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppReplicationConfigurationRequest'], 'output' => ['shape' => 'GetAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppValidationConfiguration' => ['name' => 'GetAppValidationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppValidationConfigurationRequest'], 'output' => ['shape' => 'GetAppValidationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetAppValidationOutput' => ['name' => 'GetAppValidationOutput', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAppValidationOutputRequest'], 'output' => ['shape' => 'GetAppValidationOutputResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'GetConnectors' => ['name' => 'GetConnectors', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectorsRequest'], 'output' => ['shape' => 'GetConnectorsResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException']]], 'GetReplicationJobs' => ['name' => 'GetReplicationJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReplicationJobsRequest'], 'output' => ['shape' => 'GetReplicationJobsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException']]], 'GetReplicationRuns' => ['name' => 'GetReplicationRuns', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetReplicationRunsRequest'], 'output' => ['shape' => 'GetReplicationRunsResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException']]], 'GetServers' => ['name' => 'GetServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServersRequest'], 'output' => ['shape' => 'GetServersResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError']]], 'ImportAppCatalog' => ['name' => 'ImportAppCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportAppCatalogRequest'], 'output' => ['shape' => 'ImportAppCatalogResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'ImportServerCatalog' => ['name' => 'ImportServerCatalog', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportServerCatalogRequest'], 'output' => ['shape' => 'ImportServerCatalogResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'NoConnectorsAvailableException']]], 'LaunchApp' => ['name' => 'LaunchApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LaunchAppRequest'], 'output' => ['shape' => 'LaunchAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'ListApps' => ['name' => 'ListApps', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAppsRequest'], 'output' => ['shape' => 'ListAppsResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'NotifyAppValidationOutput' => ['name' => 'NotifyAppValidationOutput', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyAppValidationOutputRequest'], 'output' => ['shape' => 'NotifyAppValidationOutputResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'PutAppLaunchConfiguration' => ['name' => 'PutAppLaunchConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppLaunchConfigurationRequest'], 'output' => ['shape' => 'PutAppLaunchConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'PutAppReplicationConfiguration' => ['name' => 'PutAppReplicationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppReplicationConfigurationRequest'], 'output' => ['shape' => 'PutAppReplicationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'PutAppValidationConfiguration' => ['name' => 'PutAppValidationConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAppValidationConfigurationRequest'], 'output' => ['shape' => 'PutAppValidationConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'StartAppReplication' => ['name' => 'StartAppReplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAppReplicationRequest'], 'output' => ['shape' => 'StartAppReplicationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'StartOnDemandAppReplication' => ['name' => 'StartOnDemandAppReplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartOnDemandAppReplicationRequest'], 'output' => ['shape' => 'StartOnDemandAppReplicationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'StartOnDemandReplicationRun' => ['name' => 'StartOnDemandReplicationRun', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartOnDemandReplicationRunRequest'], 'output' => ['shape' => 'StartOnDemandReplicationRunResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'ReplicationRunLimitExceededException'], ['shape' => 'DryRunOperationException']]], 'StopAppReplication' => ['name' => 'StopAppReplication', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAppReplicationRequest'], 'output' => ['shape' => 'StopAppReplicationResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'TerminateApp' => ['name' => 'TerminateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateAppRequest'], 'output' => ['shape' => 'TerminateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'UpdateApp' => ['name' => 'UpdateApp', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAppRequest'], 'output' => ['shape' => 'UpdateAppResponse'], 'errors' => [['shape' => 'UnauthorizedOperationException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'InternalError'], ['shape' => 'OperationNotPermittedException']]], 'UpdateReplicationJob' => ['name' => 'UpdateReplicationJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateReplicationJobRequest'], 'output' => ['shape' => 'UpdateReplicationJobResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'MissingRequiredParameterException'], ['shape' => 'OperationNotPermittedException'], ['shape' => 'UnauthorizedOperationException'], ['shape' => 'ServerCannotBeReplicatedException'], ['shape' => 'ReplicationJobNotFoundException'], ['shape' => 'InternalError'], ['shape' => 'TemporarilyUnavailableException']]]], 'shapes' => ['AmiId' => ['type' => 'string'], 'AppDescription' => ['type' => 'string'], 'AppId' => ['type' => 'string'], 'AppIdWithValidation' => ['type' => 'string', 'pattern' => '^app-[0-9a-f]{17}$'], 'AppIds' => ['type' => 'list', 'member' => ['shape' => 'AppId']], 'AppLaunchConfigurationStatus' => ['type' => 'string', 'enum' => ['NOT_CONFIGURED', 'CONFIGURED']], 'AppLaunchStatus' => ['type' => 'string', 'enum' => ['READY_FOR_CONFIGURATION', 'CONFIGURATION_IN_PROGRESS', 'CONFIGURATION_INVALID', 'READY_FOR_LAUNCH', 'VALIDATION_IN_PROGRESS', 'LAUNCH_PENDING', 'LAUNCH_IN_PROGRESS', 'LAUNCHED', 'PARTIALLY_LAUNCHED', 'DELTA_LAUNCH_IN_PROGRESS', 'DELTA_LAUNCH_FAILED', 'LAUNCH_FAILED', 'TERMINATE_IN_PROGRESS', 'TERMINATE_FAILED', 'TERMINATED']], 'AppLaunchStatusMessage' => ['type' => 'string'], 'AppName' => ['type' => 'string'], 'AppReplicationConfigurationStatus' => ['type' => 'string', 'enum' => ['NOT_CONFIGURED', 'CONFIGURED']], 'AppReplicationStatus' => ['type' => 'string', 'enum' => ['READY_FOR_CONFIGURATION', 'CONFIGURATION_IN_PROGRESS', 'CONFIGURATION_INVALID', 'READY_FOR_REPLICATION', 'VALIDATION_IN_PROGRESS', 'REPLICATION_PENDING', 'REPLICATION_IN_PROGRESS', 'REPLICATED', 'PARTIALLY_REPLICATED', 'DELTA_REPLICATION_IN_PROGRESS', 'DELTA_REPLICATED', 'DELTA_REPLICATION_FAILED', 'REPLICATION_FAILED', 'REPLICATION_STOPPING', 'REPLICATION_STOP_FAILED', 'REPLICATION_STOPPED']], 'AppReplicationStatusMessage' => ['type' => 'string'], 'AppStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'UPDATING', 'DELETING', 'DELETED', 'DELETE_FAILED']], 'AppStatusMessage' => ['type' => 'string'], 'AppSummary' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'importedAppId' => ['shape' => 'ImportedAppId'], 'name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'status' => ['shape' => 'AppStatus'], 'statusMessage' => ['shape' => 'AppStatusMessage'], 'replicationConfigurationStatus' => ['shape' => 'AppReplicationConfigurationStatus'], 'replicationStatus' => ['shape' => 'AppReplicationStatus'], 'replicationStatusMessage' => ['shape' => 'AppReplicationStatusMessage'], 'latestReplicationTime' => ['shape' => 'Timestamp'], 'launchConfigurationStatus' => ['shape' => 'AppLaunchConfigurationStatus'], 'launchStatus' => ['shape' => 'AppLaunchStatus'], 'launchStatusMessage' => ['shape' => 'AppLaunchStatusMessage'], 'launchDetails' => ['shape' => 'LaunchDetails'], 'creationTime' => ['shape' => 'Timestamp'], 'lastModified' => ['shape' => 'Timestamp'], 'roleName' => ['shape' => 'RoleName'], 'totalServerGroups' => ['shape' => 'TotalServerGroups'], 'totalServers' => ['shape' => 'TotalServers']]], 'AppValidationConfiguration' => ['type' => 'structure', 'members' => ['validationId' => ['shape' => 'ValidationId'], 'name' => ['shape' => 'NonEmptyStringWithMaxLen255'], 'appValidationStrategy' => ['shape' => 'AppValidationStrategy'], 'ssmValidationParameters' => ['shape' => 'SSMValidationParameters']]], 'AppValidationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'AppValidationConfiguration']], 'AppValidationOutput' => ['type' => 'structure', 'members' => ['ssmOutput' => ['shape' => 'SSMOutput']]], 'AppValidationStrategy' => ['type' => 'string', 'enum' => ['SSM']], 'Apps' => ['type' => 'list', 'member' => ['shape' => 'AppSummary']], 'AssociatePublicIpAddress' => ['type' => 'boolean'], 'AutoLaunch' => ['type' => 'boolean'], 'BucketName' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'Command' => ['type' => 'string', 'max' => 64000, 'min' => 1], 'Connector' => ['type' => 'structure', 'members' => ['connectorId' => ['shape' => 'ConnectorId'], 'version' => ['shape' => 'ConnectorVersion'], 'status' => ['shape' => 'ConnectorStatus'], 'capabilityList' => ['shape' => 'ConnectorCapabilityList'], 'vmManagerName' => ['shape' => 'VmManagerName'], 'vmManagerType' => ['shape' => 'VmManagerType'], 'vmManagerId' => ['shape' => 'VmManagerId'], 'ipAddress' => ['shape' => 'IpAddress'], 'macAddress' => ['shape' => 'MacAddress'], 'associatedOn' => ['shape' => 'Timestamp']]], 'ConnectorCapability' => ['type' => 'string', 'enum' => ['VSPHERE', 'SCVMM', 'HYPERV-MANAGER', 'SNAPSHOT_BATCHING', 'SMS_OPTIMIZED']], 'ConnectorCapabilityList' => ['type' => 'list', 'member' => ['shape' => 'ConnectorCapability']], 'ConnectorId' => ['type' => 'string'], 'ConnectorList' => ['type' => 'list', 'member' => ['shape' => 'Connector']], 'ConnectorStatus' => ['type' => 'string', 'enum' => ['HEALTHY', 'UNHEALTHY']], 'ConnectorVersion' => ['type' => 'string'], 'CreateAppRequest' => ['type' => 'structure', 'members' => ['name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'roleName' => ['shape' => 'RoleName'], 'clientToken' => ['shape' => 'ClientToken'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'CreateAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'CreateReplicationJobRequest' => ['type' => 'structure', 'required' => ['serverId', 'seedReplicationTime'], 'members' => ['serverId' => ['shape' => 'ServerId'], 'seedReplicationTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'CreateReplicationJobResponse' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId']]], 'DeleteAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'DeleteAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'DeleteAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'forceStopAppReplication' => ['shape' => 'ForceStopAppReplication'], 'forceTerminateApp' => ['shape' => 'ForceTerminateApp']]], 'DeleteAppResponse' => ['type' => 'structure', 'members' => []], 'DeleteAppValidationConfigurationRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppIdWithValidation']]], 'DeleteAppValidationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteReplicationJobRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId']]], 'DeleteReplicationJobResponse' => ['type' => 'structure', 'members' => []], 'DeleteServerCatalogRequest' => ['type' => 'structure', 'members' => []], 'DeleteServerCatalogResponse' => ['type' => 'structure', 'members' => []], 'Description' => ['type' => 'string'], 'DisassociateConnectorRequest' => ['type' => 'structure', 'required' => ['connectorId'], 'members' => ['connectorId' => ['shape' => 'ConnectorId']]], 'DisassociateConnectorResponse' => ['type' => 'structure', 'members' => []], 'DryRunOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'EC2KeyName' => ['type' => 'string'], 'Encrypted' => ['type' => 'boolean'], 'ErrorMessage' => ['type' => 'string'], 'ExecutionTimeoutSeconds' => ['type' => 'integer', 'max' => 28800, 'min' => 60], 'ForceStopAppReplication' => ['type' => 'boolean'], 'ForceTerminateApp' => ['type' => 'boolean'], 'Frequency' => ['type' => 'integer'], 'GenerateChangeSetRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'changesetFormat' => ['shape' => 'OutputFormat']]], 'GenerateChangeSetResponse' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'GenerateTemplateRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'templateFormat' => ['shape' => 'OutputFormat']]], 'GenerateTemplateResponse' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'GetAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'roleName' => ['shape' => 'RoleName'], 'autoLaunch' => ['shape' => 'AutoLaunch'], 'serverGroupLaunchConfigurations' => ['shape' => 'ServerGroupLaunchConfigurations']]], 'GetAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => ['serverGroupReplicationConfigurations' => ['shape' => 'ServerGroupReplicationConfigurations']]], 'GetAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'GetAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'GetAppValidationConfigurationRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppIdWithValidation']]], 'GetAppValidationConfigurationResponse' => ['type' => 'structure', 'members' => ['appValidationConfigurations' => ['shape' => 'AppValidationConfigurations'], 'serverGroupValidationConfigurations' => ['shape' => 'ServerGroupValidationConfigurations']]], 'GetAppValidationOutputRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppIdWithValidation']]], 'GetAppValidationOutputResponse' => ['type' => 'structure', 'members' => ['validationOutputList' => ['shape' => 'ValidationOutputList']]], 'GetConnectorsRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetConnectorsResponse' => ['type' => 'structure', 'members' => ['connectorList' => ['shape' => 'ConnectorList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetReplicationJobsRequest' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetReplicationJobsResponse' => ['type' => 'structure', 'members' => ['replicationJobList' => ['shape' => 'ReplicationJobList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetReplicationRunsRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'GetReplicationRunsResponse' => ['type' => 'structure', 'members' => ['replicationJob' => ['shape' => 'ReplicationJob'], 'replicationRunList' => ['shape' => 'ReplicationRunList'], 'nextToken' => ['shape' => 'NextToken']]], 'GetServersRequest' => ['type' => 'structure', 'members' => ['nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults'], 'vmServerAddressList' => ['shape' => 'VmServerAddressList']]], 'GetServersResponse' => ['type' => 'structure', 'members' => ['lastModifiedOn' => ['shape' => 'Timestamp'], 'serverCatalogStatus' => ['shape' => 'ServerCatalogStatus'], 'serverList' => ['shape' => 'ServerList'], 'nextToken' => ['shape' => 'NextToken']]], 'ImportAppCatalogRequest' => ['type' => 'structure', 'members' => ['roleName' => ['shape' => 'RoleName']]], 'ImportAppCatalogResponse' => ['type' => 'structure', 'members' => []], 'ImportServerCatalogRequest' => ['type' => 'structure', 'members' => []], 'ImportServerCatalogResponse' => ['type' => 'structure', 'members' => []], 'ImportedAppId' => ['type' => 'string'], 'InstanceId' => ['type' => 'string', 'pattern' => '(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)'], 'InstanceType' => ['type' => 'string'], 'InternalError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'KmsKeyId' => ['type' => 'string'], 'LaunchAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'LaunchAppResponse' => ['type' => 'structure', 'members' => []], 'LaunchDetails' => ['type' => 'structure', 'members' => ['latestLaunchTime' => ['shape' => 'Timestamp'], 'stackName' => ['shape' => 'StackName'], 'stackId' => ['shape' => 'StackId']]], 'LaunchOrder' => ['type' => 'integer'], 'LicenseType' => ['type' => 'string', 'enum' => ['AWS', 'BYOL']], 'ListAppsRequest' => ['type' => 'structure', 'members' => ['appIds' => ['shape' => 'AppIds'], 'nextToken' => ['shape' => 'NextToken'], 'maxResults' => ['shape' => 'MaxResults']]], 'ListAppsResponse' => ['type' => 'structure', 'members' => ['apps' => ['shape' => 'Apps'], 'nextToken' => ['shape' => 'NextToken']]], 'LogicalId' => ['type' => 'string'], 'MacAddress' => ['type' => 'string'], 'MaxResults' => ['type' => 'integer'], 'MissingRequiredParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NextToken' => ['type' => 'string'], 'NoConnectorsAvailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NonEmptyStringWithMaxLen255' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\S]+$'], 'NotificationContext' => ['type' => 'structure', 'members' => ['validationId' => ['shape' => 'ValidationId'], 'status' => ['shape' => 'ValidationStatus'], 'statusMessage' => ['shape' => 'ValidationStatusMessage']]], 'NotifyAppValidationOutputRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppIdWithValidation'], 'notificationContext' => ['shape' => 'NotificationContext']]], 'NotifyAppValidationOutputResponse' => ['type' => 'structure', 'members' => []], 'NumberOfRecentAmisToKeep' => ['type' => 'integer'], 'OperationNotPermittedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'OutputFormat' => ['type' => 'string', 'enum' => ['JSON', 'YAML']], 'PutAppLaunchConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'roleName' => ['shape' => 'RoleName'], 'autoLaunch' => ['shape' => 'AutoLaunch'], 'serverGroupLaunchConfigurations' => ['shape' => 'ServerGroupLaunchConfigurations']]], 'PutAppLaunchConfigurationResponse' => ['type' => 'structure', 'members' => []], 'PutAppReplicationConfigurationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'serverGroupReplicationConfigurations' => ['shape' => 'ServerGroupReplicationConfigurations']]], 'PutAppReplicationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'PutAppValidationConfigurationRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppIdWithValidation'], 'appValidationConfigurations' => ['shape' => 'AppValidationConfigurations'], 'serverGroupValidationConfigurations' => ['shape' => 'ServerGroupValidationConfigurations']]], 'PutAppValidationConfigurationResponse' => ['type' => 'structure', 'members' => []], 'ReplicationJob' => ['type' => 'structure', 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'serverId' => ['shape' => 'ServerId'], 'serverType' => ['shape' => 'ServerType'], 'vmServer' => ['shape' => 'VmServer'], 'seedReplicationTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'nextReplicationRunStartTime' => ['shape' => 'Timestamp'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'latestAmiId' => ['shape' => 'AmiId'], 'state' => ['shape' => 'ReplicationJobState'], 'statusMessage' => ['shape' => 'ReplicationJobStatusMessage'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId'], 'replicationRunList' => ['shape' => 'ReplicationRunList']]], 'ReplicationJobAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationJobId' => ['type' => 'string'], 'ReplicationJobList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationJob']], 'ReplicationJobNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationJobState' => ['type' => 'string', 'enum' => ['PENDING', 'ACTIVE', 'FAILED', 'DELETING', 'DELETED', 'COMPLETED', 'PAUSED_ON_FAILURE', 'FAILING']], 'ReplicationJobStatusMessage' => ['type' => 'string'], 'ReplicationJobTerminated' => ['type' => 'boolean'], 'ReplicationRun' => ['type' => 'structure', 'members' => ['replicationRunId' => ['shape' => 'ReplicationRunId'], 'state' => ['shape' => 'ReplicationRunState'], 'type' => ['shape' => 'ReplicationRunType'], 'stageDetails' => ['shape' => 'ReplicationRunStageDetails'], 'statusMessage' => ['shape' => 'ReplicationRunStatusMessage'], 'amiId' => ['shape' => 'AmiId'], 'scheduledStartTime' => ['shape' => 'Timestamp'], 'completedTime' => ['shape' => 'Timestamp'], 'description' => ['shape' => 'Description'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'ReplicationRunId' => ['type' => 'string'], 'ReplicationRunLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ReplicationRunList' => ['type' => 'list', 'member' => ['shape' => 'ReplicationRun']], 'ReplicationRunStage' => ['type' => 'string'], 'ReplicationRunStageDetails' => ['type' => 'structure', 'members' => ['stage' => ['shape' => 'ReplicationRunStage'], 'stageProgress' => ['shape' => 'ReplicationRunStageProgress']]], 'ReplicationRunStageProgress' => ['type' => 'string'], 'ReplicationRunState' => ['type' => 'string', 'enum' => ['PENDING', 'MISSED', 'ACTIVE', 'FAILED', 'COMPLETED', 'DELETING', 'DELETED']], 'ReplicationRunStatusMessage' => ['type' => 'string'], 'ReplicationRunType' => ['type' => 'string', 'enum' => ['ON_DEMAND', 'AUTOMATIC']], 'RoleName' => ['type' => 'string'], 'RunOnce' => ['type' => 'boolean'], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3], 'S3KeyName' => ['type' => 'string', 'max' => 1024], 'S3Location' => ['type' => 'structure', 'members' => ['bucket' => ['shape' => 'S3BucketName'], 'key' => ['shape' => 'S3KeyName']]], 'SSMOutput' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'SSMValidationParameters' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'Source'], 'instanceId' => ['shape' => 'InstanceId'], 'scriptType' => ['shape' => 'ScriptType'], 'command' => ['shape' => 'Command'], 'executionTimeoutSeconds' => ['shape' => 'ExecutionTimeoutSeconds'], 'outputS3BucketName' => ['shape' => 'BucketName']]], 'ScriptType' => ['type' => 'string', 'enum' => ['SHELL_SCRIPT', 'POWERSHELL_SCRIPT']], 'SecurityGroup' => ['type' => 'string'], 'Server' => ['type' => 'structure', 'members' => ['serverId' => ['shape' => 'ServerId'], 'serverType' => ['shape' => 'ServerType'], 'vmServer' => ['shape' => 'VmServer'], 'replicationJobId' => ['shape' => 'ReplicationJobId'], 'replicationJobTerminated' => ['shape' => 'ReplicationJobTerminated']]], 'ServerCannotBeReplicatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'ServerCatalogStatus' => ['type' => 'string', 'enum' => ['NOT_IMPORTED', 'IMPORTING', 'AVAILABLE', 'DELETED', 'EXPIRED']], 'ServerGroup' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'name' => ['shape' => 'ServerGroupName'], 'serverList' => ['shape' => 'ServerList']]], 'ServerGroupId' => ['type' => 'string'], 'ServerGroupLaunchConfiguration' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'launchOrder' => ['shape' => 'LaunchOrder'], 'serverLaunchConfigurations' => ['shape' => 'ServerLaunchConfigurations']]], 'ServerGroupLaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerGroupLaunchConfiguration']], 'ServerGroupName' => ['type' => 'string'], 'ServerGroupReplicationConfiguration' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'serverReplicationConfigurations' => ['shape' => 'ServerReplicationConfigurations']]], 'ServerGroupReplicationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerGroupReplicationConfiguration']], 'ServerGroupValidationConfiguration' => ['type' => 'structure', 'members' => ['serverGroupId' => ['shape' => 'ServerGroupId'], 'serverValidationConfigurations' => ['shape' => 'ServerValidationConfigurations']]], 'ServerGroupValidationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerGroupValidationConfiguration']], 'ServerGroups' => ['type' => 'list', 'member' => ['shape' => 'ServerGroup']], 'ServerId' => ['type' => 'string'], 'ServerLaunchConfiguration' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server'], 'logicalId' => ['shape' => 'LogicalId'], 'vpc' => ['shape' => 'VPC'], 'subnet' => ['shape' => 'Subnet'], 'securityGroup' => ['shape' => 'SecurityGroup'], 'ec2KeyName' => ['shape' => 'EC2KeyName'], 'userData' => ['shape' => 'UserData'], 'instanceType' => ['shape' => 'InstanceType'], 'associatePublicIpAddress' => ['shape' => 'AssociatePublicIpAddress'], 'iamInstanceProfileName' => ['shape' => 'RoleName'], 'configureScript' => ['shape' => 'S3Location'], 'configureScriptType' => ['shape' => 'ScriptType']]], 'ServerLaunchConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerLaunchConfiguration']], 'ServerList' => ['type' => 'list', 'member' => ['shape' => 'Server']], 'ServerReplicationConfiguration' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server'], 'serverReplicationParameters' => ['shape' => 'ServerReplicationParameters']]], 'ServerReplicationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerReplicationConfiguration']], 'ServerReplicationParameters' => ['type' => 'structure', 'members' => ['seedTime' => ['shape' => 'Timestamp'], 'frequency' => ['shape' => 'Frequency'], 'runOnce' => ['shape' => 'RunOnce'], 'licenseType' => ['shape' => 'LicenseType'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'ServerType' => ['type' => 'string', 'enum' => ['VIRTUAL_MACHINE']], 'ServerValidationConfiguration' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server'], 'validationId' => ['shape' => 'ValidationId'], 'name' => ['shape' => 'NonEmptyStringWithMaxLen255'], 'serverValidationStrategy' => ['shape' => 'ServerValidationStrategy'], 'userDataValidationParameters' => ['shape' => 'UserDataValidationParameters']]], 'ServerValidationConfigurations' => ['type' => 'list', 'member' => ['shape' => 'ServerValidationConfiguration']], 'ServerValidationOutput' => ['type' => 'structure', 'members' => ['server' => ['shape' => 'Server']]], 'ServerValidationStrategy' => ['type' => 'string', 'enum' => ['USERDATA']], 'Source' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'StackId' => ['type' => 'string'], 'StackName' => ['type' => 'string'], 'StartAppReplicationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'StartAppReplicationResponse' => ['type' => 'structure', 'members' => []], 'StartOnDemandAppReplicationRequest' => ['type' => 'structure', 'required' => ['appId'], 'members' => ['appId' => ['shape' => 'AppId'], 'description' => ['shape' => 'Description']]], 'StartOnDemandAppReplicationResponse' => ['type' => 'structure', 'members' => []], 'StartOnDemandReplicationRunRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'description' => ['shape' => 'Description']]], 'StartOnDemandReplicationRunResponse' => ['type' => 'structure', 'members' => ['replicationRunId' => ['shape' => 'ReplicationRunId']]], 'StopAppReplicationRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'StopAppReplicationResponse' => ['type' => 'structure', 'members' => []], 'Subnet' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'members' => ['key' => ['shape' => 'TagKey'], 'value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string'], 'TagValue' => ['type' => 'string'], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TemporarilyUnavailableException' => ['type' => 'structure', 'members' => [], 'exception' => \true, 'fault' => \true], 'TerminateAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId']]], 'TerminateAppResponse' => ['type' => 'structure', 'members' => []], 'Timestamp' => ['type' => 'timestamp'], 'TotalServerGroups' => ['type' => 'integer'], 'TotalServers' => ['type' => 'integer'], 'UnauthorizedOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'UpdateAppRequest' => ['type' => 'structure', 'members' => ['appId' => ['shape' => 'AppId'], 'name' => ['shape' => 'AppName'], 'description' => ['shape' => 'AppDescription'], 'roleName' => ['shape' => 'RoleName'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'UpdateAppResponse' => ['type' => 'structure', 'members' => ['appSummary' => ['shape' => 'AppSummary'], 'serverGroups' => ['shape' => 'ServerGroups'], 'tags' => ['shape' => 'Tags']]], 'UpdateReplicationJobRequest' => ['type' => 'structure', 'required' => ['replicationJobId'], 'members' => ['replicationJobId' => ['shape' => 'ReplicationJobId'], 'frequency' => ['shape' => 'Frequency'], 'nextReplicationRunStartTime' => ['shape' => 'Timestamp'], 'licenseType' => ['shape' => 'LicenseType'], 'roleName' => ['shape' => 'RoleName'], 'description' => ['shape' => 'Description'], 'numberOfRecentAmisToKeep' => ['shape' => 'NumberOfRecentAmisToKeep'], 'encrypted' => ['shape' => 'Encrypted'], 'kmsKeyId' => ['shape' => 'KmsKeyId']]], 'UpdateReplicationJobResponse' => ['type' => 'structure', 'members' => []], 'UserData' => ['type' => 'structure', 'members' => ['s3Location' => ['shape' => 'S3Location']]], 'UserDataValidationParameters' => ['type' => 'structure', 'members' => ['source' => ['shape' => 'Source'], 'scriptType' => ['shape' => 'ScriptType']]], 'VPC' => ['type' => 'string'], 'ValidationId' => ['type' => 'string', 'pattern' => '^val-[0-9a-f]{17}$'], 'ValidationOutput' => ['type' => 'structure', 'members' => ['validationId' => ['shape' => 'ValidationId'], 'name' => ['shape' => 'NonEmptyStringWithMaxLen255'], 'status' => ['shape' => 'ValidationStatus'], 'statusMessage' => ['shape' => 'ValidationStatusMessage'], 'latestValidationTime' => ['shape' => 'Timestamp'], 'appValidationOutput' => ['shape' => 'AppValidationOutput'], 'serverValidationOutput' => ['shape' => 'ServerValidationOutput']]], 'ValidationOutputList' => ['type' => 'list', 'member' => ['shape' => 'ValidationOutput']], 'ValidationStatus' => ['type' => 'string', 'enum' => ['READY_FOR_VALIDATION', 'PENDING', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED']], 'ValidationStatusMessage' => ['type' => 'string', 'max' => 2500], 'VmId' => ['type' => 'string'], 'VmManagerId' => ['type' => 'string'], 'VmManagerName' => ['type' => 'string'], 'VmManagerType' => ['type' => 'string', 'enum' => ['VSPHERE', 'SCVMM', 'HYPERV-MANAGER']], 'VmName' => ['type' => 'string'], 'VmPath' => ['type' => 'string'], 'VmServer' => ['type' => 'structure', 'members' => ['vmServerAddress' => ['shape' => 'VmServerAddress'], 'vmName' => ['shape' => 'VmName'], 'vmManagerName' => ['shape' => 'VmManagerName'], 'vmManagerType' => ['shape' => 'VmManagerType'], 'vmPath' => ['shape' => 'VmPath']]], 'VmServerAddress' => ['type' => 'structure', 'members' => ['vmManagerId' => ['shape' => 'VmManagerId'], 'vmId' => ['shape' => 'VmId']]], 'VmServerAddressList' => ['type' => 'list', 'member' => ['shape' => 'VmServerAddress']]]]; diff --git a/vendor/Aws3/Aws/data/snowball/2016-06-30/api-2.json.php b/vendor/Aws3/Aws/data/snowball/2016-06-30/api-2.json.php index 8e0aadde..5baa381c 100644 --- a/vendor/Aws3/Aws/data/snowball/2016-06-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/snowball/2016-06-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-06-30', 'endpointPrefix' => 'snowball', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon Snowball', 'serviceFullName' => 'Amazon Import/Export Snowball', 'serviceId' => 'Snowball', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSIESnowballJobManagementService', 'uid' => 'snowball-2016-06-30'], 'operations' => ['CancelCluster' => ['name' => 'CancelCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelClusterRequest'], 'output' => ['shape' => 'CancelClusterResult'], 'errors' => [['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'InvalidResourceException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException']]], 'CreateAddress' => ['name' => 'CreateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAddressRequest'], 'output' => ['shape' => 'CreateAddressResult'], 'errors' => [['shape' => 'InvalidAddressException'], ['shape' => 'UnsupportedAddressException']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'Ec2RequestFailedException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'ClusterLimitExceededException'], ['shape' => 'Ec2RequestFailedException']]], 'DescribeAddress' => ['name' => 'DescribeAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressRequest'], 'output' => ['shape' => 'DescribeAddressResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'DescribeAddresses' => ['name' => 'DescribeAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressesRequest'], 'output' => ['shape' => 'DescribeAddressesResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'GetJobManifest' => ['name' => 'GetJobManifest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetJobManifestRequest'], 'output' => ['shape' => 'GetJobManifestResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'GetJobUnlockCode' => ['name' => 'GetJobUnlockCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetJobUnlockCodeRequest'], 'output' => ['shape' => 'GetJobUnlockCodeResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'GetSnowballUsage' => ['name' => 'GetSnowballUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSnowballUsageRequest'], 'output' => ['shape' => 'GetSnowballUsageResult']], 'GetSoftwareUpdates' => ['name' => 'GetSoftwareUpdates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSoftwareUpdatesRequest'], 'output' => ['shape' => 'GetSoftwareUpdatesResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'ListClusterJobs' => ['name' => 'ListClusterJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClusterJobsRequest'], 'output' => ['shape' => 'ListClusterJobsResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidNextTokenException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResult'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListCompatibleImages' => ['name' => 'ListCompatibleImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCompatibleImagesRequest'], 'output' => ['shape' => 'ListCompatibleImagesResult'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'Ec2RequestFailedException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResult'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'UpdateCluster' => ['name' => 'UpdateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateClusterRequest'], 'output' => ['shape' => 'UpdateClusterResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'Ec2RequestFailedException']]], 'UpdateJob' => ['name' => 'UpdateJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateJobRequest'], 'output' => ['shape' => 'UpdateJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'ClusterLimitExceededException'], ['shape' => 'Ec2RequestFailedException']]]], 'shapes' => ['Address' => ['type' => 'structure', 'members' => ['AddressId' => ['shape' => 'AddressId'], 'Name' => ['shape' => 'String'], 'Company' => ['shape' => 'String'], 'Street1' => ['shape' => 'String'], 'Street2' => ['shape' => 'String'], 'Street3' => ['shape' => 'String'], 'City' => ['shape' => 'String'], 'StateOrProvince' => ['shape' => 'String'], 'PrefectureOrDistrict' => ['shape' => 'String'], 'Landmark' => ['shape' => 'String'], 'Country' => ['shape' => 'String'], 'PostalCode' => ['shape' => 'String'], 'PhoneNumber' => ['shape' => 'String'], 'IsRestricted' => ['shape' => 'Boolean']]], 'AddressId' => ['type' => 'string', 'max' => 40, 'min' => 40, 'pattern' => 'ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'AddressList' => ['type' => 'list', 'member' => ['shape' => 'Address']], 'AmiId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '(ami-[0-9a-f]{8})|(ami-[0-9a-f]{17})'], 'Boolean' => ['type' => 'boolean'], 'CancelClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'CancelClusterResult' => ['type' => 'structure', 'members' => []], 'CancelJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'CancelJobResult' => ['type' => 'structure', 'members' => []], 'ClusterId' => ['type' => 'string', 'max' => 39, 'min' => 39, 'pattern' => 'CID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'ClusterLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ClusterListEntry' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'String'], 'ClusterState' => ['shape' => 'ClusterState'], 'CreationDate' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String']]], 'ClusterListEntryList' => ['type' => 'list', 'member' => ['shape' => 'ClusterListEntry']], 'ClusterMetadata' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'ClusterState' => ['shape' => 'ClusterState'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'ClusterState' => ['type' => 'string', 'enum' => ['AwaitingQuorum', 'Pending', 'InUse', 'Complete', 'Cancelled']], 'CompatibleImage' => ['type' => 'structure', 'members' => ['AmiId' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'CompatibleImageList' => ['type' => 'list', 'member' => ['shape' => 'CompatibleImage']], 'CreateAddressRequest' => ['type' => 'structure', 'required' => ['Address'], 'members' => ['Address' => ['shape' => 'Address']]], 'CreateAddressResult' => ['type' => 'structure', 'members' => ['AddressId' => ['shape' => 'String']]], 'CreateClusterRequest' => ['type' => 'structure', 'required' => ['JobType', 'Resources', 'AddressId', 'RoleARN', 'ShippingOption'], 'members' => ['JobType' => ['shape' => 'JobType'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'AddressId' => ['shape' => 'AddressId'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'SnowballType' => ['shape' => 'SnowballType'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'CreateClusterResult' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['JobType' => ['shape' => 'JobType'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'AddressId' => ['shape' => 'AddressId'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ClusterId' => ['shape' => 'ClusterId'], 'SnowballType' => ['shape' => 'SnowballType'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'CreateJobResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'DataTransfer' => ['type' => 'structure', 'members' => ['BytesTransferred' => ['shape' => 'Long'], 'ObjectsTransferred' => ['shape' => 'Long'], 'TotalBytes' => ['shape' => 'Long'], 'TotalObjects' => ['shape' => 'Long']]], 'DescribeAddressRequest' => ['type' => 'structure', 'required' => ['AddressId'], 'members' => ['AddressId' => ['shape' => 'AddressId']]], 'DescribeAddressResult' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'Address']]], 'DescribeAddressesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeAddressesResult' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'AddressList'], 'NextToken' => ['shape' => 'String']]], 'DescribeClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'DescribeClusterResult' => ['type' => 'structure', 'members' => ['ClusterMetadata' => ['shape' => 'ClusterMetadata']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeJobResult' => ['type' => 'structure', 'members' => ['JobMetadata' => ['shape' => 'JobMetadata'], 'SubJobMetadata' => ['shape' => 'JobMetadataList']]], 'Ec2AmiResource' => ['type' => 'structure', 'required' => ['AmiId'], 'members' => ['AmiId' => ['shape' => 'AmiId'], 'SnowballAmiId' => ['shape' => 'String']]], 'Ec2AmiResourceList' => ['type' => 'list', 'member' => ['shape' => 'Ec2AmiResource']], 'Ec2RequestFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EventTriggerDefinition' => ['type' => 'structure', 'members' => ['EventResourceARN' => ['shape' => 'ResourceARN']]], 'EventTriggerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'EventTriggerDefinition']], 'GSTIN' => ['type' => 'string', 'pattern' => '\\d{2}[A-Z]{5}\\d{4}[A-Z]{1}[A-Z\\d]{1}[Z]{1}[A-Z\\d]{1}'], 'GetJobManifestRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetJobManifestResult' => ['type' => 'structure', 'members' => ['ManifestURI' => ['shape' => 'String']]], 'GetJobUnlockCodeRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetJobUnlockCodeResult' => ['type' => 'structure', 'members' => ['UnlockCode' => ['shape' => 'String']]], 'GetSnowballUsageRequest' => ['type' => 'structure', 'members' => []], 'GetSnowballUsageResult' => ['type' => 'structure', 'members' => ['SnowballLimit' => ['shape' => 'Integer'], 'SnowballsInUse' => ['shape' => 'Integer']]], 'GetSoftwareUpdatesRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetSoftwareUpdatesResult' => ['type' => 'structure', 'members' => ['UpdatesURI' => ['shape' => 'String']]], 'INDTaxDocuments' => ['type' => 'structure', 'members' => ['GSTIN' => ['shape' => 'GSTIN']]], 'Integer' => ['type' => 'integer'], 'InvalidAddressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInputCombinationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidJobStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 39, 'min' => 39, 'pattern' => '(M|J)ID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'JobListEntry' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'String'], 'JobState' => ['shape' => 'JobState'], 'IsMaster' => ['shape' => 'Boolean'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String']]], 'JobListEntryList' => ['type' => 'list', 'member' => ['shape' => 'JobListEntry']], 'JobLogs' => ['type' => 'structure', 'members' => ['JobCompletionReportURI' => ['shape' => 'String'], 'JobSuccessLogURI' => ['shape' => 'String'], 'JobFailureLogURI' => ['shape' => 'String']]], 'JobMetadata' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'String'], 'JobState' => ['shape' => 'JobState'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingDetails' => ['shape' => 'ShippingDetails'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'Notification' => ['shape' => 'Notification'], 'DataTransferProgress' => ['shape' => 'DataTransfer'], 'JobLogInfo' => ['shape' => 'JobLogs'], 'ClusterId' => ['shape' => 'String'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'JobMetadataList' => ['type' => 'list', 'member' => ['shape' => 'JobMetadata']], 'JobResource' => ['type' => 'structure', 'members' => ['S3Resources' => ['shape' => 'S3ResourceList'], 'LambdaResources' => ['shape' => 'LambdaResourceList'], 'Ec2AmiResources' => ['shape' => 'Ec2AmiResourceList']]], 'JobState' => ['type' => 'string', 'enum' => ['New', 'PreparingAppliance', 'PreparingShipment', 'InTransitToCustomer', 'WithCustomer', 'InTransitToAWS', 'WithAWSSortingFacility', 'WithAWS', 'InProgress', 'Complete', 'Cancelled', 'Listing', 'Pending']], 'JobStateList' => ['type' => 'list', 'member' => ['shape' => 'JobState']], 'JobType' => ['type' => 'string', 'enum' => ['IMPORT', 'EXPORT', 'LOCAL_USE']], 'KMSRequestFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'KeyRange' => ['type' => 'structure', 'members' => ['BeginMarker' => ['shape' => 'String'], 'EndMarker' => ['shape' => 'String']]], 'KmsKeyARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:kms:.*:[0-9]{12}:key/.*'], 'LambdaResource' => ['type' => 'structure', 'members' => ['LambdaArn' => ['shape' => 'ResourceARN'], 'EventTriggers' => ['shape' => 'EventTriggerDefinitionList']]], 'LambdaResourceList' => ['type' => 'list', 'member' => ['shape' => 'LambdaResource']], 'ListClusterJobsRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListClusterJobsResult' => ['type' => 'structure', 'members' => ['JobListEntries' => ['shape' => 'JobListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListClustersResult' => ['type' => 'structure', 'members' => ['ClusterListEntries' => ['shape' => 'ClusterListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListCompatibleImagesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListCompatibleImagesResult' => ['type' => 'structure', 'members' => ['CompatibleImages' => ['shape' => 'CompatibleImageList'], 'NextToken' => ['shape' => 'String']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListJobsResult' => ['type' => 'structure', 'members' => ['JobListEntries' => ['shape' => 'JobListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Long' => ['type' => 'long'], 'Notification' => ['type' => 'structure', 'members' => ['SnsTopicARN' => ['shape' => 'SnsTopicARN'], 'JobStatesToNotify' => ['shape' => 'JobStateList'], 'NotifyAll' => ['shape' => 'Boolean']]], 'ResourceARN' => ['type' => 'string', 'max' => 255], 'RoleARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:iam::[0-9]{12}:role/.*'], 'S3Resource' => ['type' => 'structure', 'members' => ['BucketArn' => ['shape' => 'ResourceARN'], 'KeyRange' => ['shape' => 'KeyRange']]], 'S3ResourceList' => ['type' => 'list', 'member' => ['shape' => 'S3Resource']], 'Shipment' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'TrackingNumber' => ['shape' => 'String']]], 'ShippingDetails' => ['type' => 'structure', 'members' => ['ShippingOption' => ['shape' => 'ShippingOption'], 'InboundShipment' => ['shape' => 'Shipment'], 'OutboundShipment' => ['shape' => 'Shipment']]], 'ShippingOption' => ['type' => 'string', 'enum' => ['SECOND_DAY', 'NEXT_DAY', 'EXPRESS', 'STANDARD']], 'SnowballCapacity' => ['type' => 'string', 'enum' => ['T50', 'T80', 'T100', 'T42', 'NoPreference']], 'SnowballType' => ['type' => 'string', 'enum' => ['STANDARD', 'EDGE', 'EDGE_C', 'EDGE_CG']], 'SnsTopicARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:sns:.*:[0-9]{12}:.*'], 'String' => ['type' => 'string', 'min' => 1], 'TaxDocuments' => ['type' => 'structure', 'members' => ['IND' => ['shape' => 'INDTaxDocuments']]], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedAddressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UpdateClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'RoleARN' => ['shape' => 'RoleARN'], 'Description' => ['shape' => 'String'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId']]], 'UpdateClusterResult' => ['type' => 'structure', 'members' => []], 'UpdateJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'RoleARN' => ['shape' => 'RoleARN'], 'Notification' => ['shape' => 'Notification'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Description' => ['shape' => 'String'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'ForwardingAddressId' => ['shape' => 'AddressId']]], 'UpdateJobResult' => ['type' => 'structure', 'members' => []]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-06-30', 'endpointPrefix' => 'snowball', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon Snowball', 'serviceFullName' => 'Amazon Import/Export Snowball', 'serviceId' => 'Snowball', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSIESnowballJobManagementService', 'uid' => 'snowball-2016-06-30'], 'operations' => ['CancelCluster' => ['name' => 'CancelCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelClusterRequest'], 'output' => ['shape' => 'CancelClusterResult'], 'errors' => [['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'InvalidResourceException']]], 'CancelJob' => ['name' => 'CancelJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelJobRequest'], 'output' => ['shape' => 'CancelJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException']]], 'CreateAddress' => ['name' => 'CreateAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAddressRequest'], 'output' => ['shape' => 'CreateAddressResult'], 'errors' => [['shape' => 'InvalidAddressException'], ['shape' => 'UnsupportedAddressException']]], 'CreateCluster' => ['name' => 'CreateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateClusterRequest'], 'output' => ['shape' => 'CreateClusterResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'Ec2RequestFailedException']]], 'CreateJob' => ['name' => 'CreateJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateJobRequest'], 'output' => ['shape' => 'CreateJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'ClusterLimitExceededException'], ['shape' => 'Ec2RequestFailedException']]], 'DescribeAddress' => ['name' => 'DescribeAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressRequest'], 'output' => ['shape' => 'DescribeAddressResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'DescribeAddresses' => ['name' => 'DescribeAddresses', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAddressesRequest'], 'output' => ['shape' => 'DescribeAddressesResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidNextTokenException']]], 'DescribeCluster' => ['name' => 'DescribeCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClusterRequest'], 'output' => ['shape' => 'DescribeClusterResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'DescribeJob' => ['name' => 'DescribeJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeJobRequest'], 'output' => ['shape' => 'DescribeJobResult'], 'errors' => [['shape' => 'InvalidResourceException']]], 'GetJobManifest' => ['name' => 'GetJobManifest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetJobManifestRequest'], 'output' => ['shape' => 'GetJobManifestResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'GetJobUnlockCode' => ['name' => 'GetJobUnlockCode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetJobUnlockCodeRequest'], 'output' => ['shape' => 'GetJobUnlockCodeResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'GetSnowballUsage' => ['name' => 'GetSnowballUsage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSnowballUsageRequest'], 'output' => ['shape' => 'GetSnowballUsageResult']], 'GetSoftwareUpdates' => ['name' => 'GetSoftwareUpdates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSoftwareUpdatesRequest'], 'output' => ['shape' => 'GetSoftwareUpdatesResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException']]], 'ListClusterJobs' => ['name' => 'ListClusterJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClusterJobsRequest'], 'output' => ['shape' => 'ListClusterJobsResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidNextTokenException']]], 'ListClusters' => ['name' => 'ListClusters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListClustersRequest'], 'output' => ['shape' => 'ListClustersResult'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'ListCompatibleImages' => ['name' => 'ListCompatibleImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCompatibleImagesRequest'], 'output' => ['shape' => 'ListCompatibleImagesResult'], 'errors' => [['shape' => 'InvalidNextTokenException'], ['shape' => 'Ec2RequestFailedException']]], 'ListJobs' => ['name' => 'ListJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListJobsRequest'], 'output' => ['shape' => 'ListJobsResult'], 'errors' => [['shape' => 'InvalidNextTokenException']]], 'UpdateCluster' => ['name' => 'UpdateCluster', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateClusterRequest'], 'output' => ['shape' => 'UpdateClusterResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'Ec2RequestFailedException']]], 'UpdateJob' => ['name' => 'UpdateJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateJobRequest'], 'output' => ['shape' => 'UpdateJobResult'], 'errors' => [['shape' => 'InvalidResourceException'], ['shape' => 'InvalidJobStateException'], ['shape' => 'KMSRequestFailedException'], ['shape' => 'InvalidInputCombinationException'], ['shape' => 'ClusterLimitExceededException'], ['shape' => 'Ec2RequestFailedException']]]], 'shapes' => ['Address' => ['type' => 'structure', 'members' => ['AddressId' => ['shape' => 'AddressId'], 'Name' => ['shape' => 'String'], 'Company' => ['shape' => 'String'], 'Street1' => ['shape' => 'String'], 'Street2' => ['shape' => 'String'], 'Street3' => ['shape' => 'String'], 'City' => ['shape' => 'String'], 'StateOrProvince' => ['shape' => 'String'], 'PrefectureOrDistrict' => ['shape' => 'String'], 'Landmark' => ['shape' => 'String'], 'Country' => ['shape' => 'String'], 'PostalCode' => ['shape' => 'String'], 'PhoneNumber' => ['shape' => 'String'], 'IsRestricted' => ['shape' => 'Boolean']]], 'AddressId' => ['type' => 'string', 'max' => 40, 'min' => 40, 'pattern' => 'ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'AddressList' => ['type' => 'list', 'member' => ['shape' => 'Address']], 'AmiId' => ['type' => 'string', 'max' => 21, 'min' => 12, 'pattern' => '(ami-[0-9a-f]{8})|(ami-[0-9a-f]{17})'], 'Boolean' => ['type' => 'boolean'], 'CancelClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'CancelClusterResult' => ['type' => 'structure', 'members' => []], 'CancelJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'CancelJobResult' => ['type' => 'structure', 'members' => []], 'ClusterId' => ['type' => 'string', 'max' => 39, 'min' => 39, 'pattern' => 'CID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'ClusterLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ClusterListEntry' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'String'], 'ClusterState' => ['shape' => 'ClusterState'], 'CreationDate' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String']]], 'ClusterListEntryList' => ['type' => 'list', 'member' => ['shape' => 'ClusterListEntry']], 'ClusterMetadata' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'ClusterState' => ['shape' => 'ClusterState'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'ClusterState' => ['type' => 'string', 'enum' => ['AwaitingQuorum', 'Pending', 'InUse', 'Complete', 'Cancelled']], 'CompatibleImage' => ['type' => 'structure', 'members' => ['AmiId' => ['shape' => 'String'], 'Name' => ['shape' => 'String']]], 'CompatibleImageList' => ['type' => 'list', 'member' => ['shape' => 'CompatibleImage']], 'CreateAddressRequest' => ['type' => 'structure', 'required' => ['Address'], 'members' => ['Address' => ['shape' => 'Address']]], 'CreateAddressResult' => ['type' => 'structure', 'members' => ['AddressId' => ['shape' => 'String']]], 'CreateClusterRequest' => ['type' => 'structure', 'required' => ['JobType', 'Resources', 'AddressId', 'RoleARN', 'ShippingOption'], 'members' => ['JobType' => ['shape' => 'JobType'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'AddressId' => ['shape' => 'AddressId'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'SnowballType' => ['shape' => 'SnowballType'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments']]], 'CreateClusterResult' => ['type' => 'structure', 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'CreateJobRequest' => ['type' => 'structure', 'members' => ['JobType' => ['shape' => 'JobType'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'AddressId' => ['shape' => 'AddressId'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ClusterId' => ['shape' => 'ClusterId'], 'SnowballType' => ['shape' => 'SnowballType'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments'], 'DeviceConfiguration' => ['shape' => 'DeviceConfiguration']]], 'CreateJobResult' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'JobId']]], 'DataTransfer' => ['type' => 'structure', 'members' => ['BytesTransferred' => ['shape' => 'Long'], 'ObjectsTransferred' => ['shape' => 'Long'], 'TotalBytes' => ['shape' => 'Long'], 'TotalObjects' => ['shape' => 'Long']]], 'DescribeAddressRequest' => ['type' => 'structure', 'required' => ['AddressId'], 'members' => ['AddressId' => ['shape' => 'AddressId']]], 'DescribeAddressResult' => ['type' => 'structure', 'members' => ['Address' => ['shape' => 'Address']]], 'DescribeAddressesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'DescribeAddressesResult' => ['type' => 'structure', 'members' => ['Addresses' => ['shape' => 'AddressList'], 'NextToken' => ['shape' => 'String']]], 'DescribeClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId']]], 'DescribeClusterResult' => ['type' => 'structure', 'members' => ['ClusterMetadata' => ['shape' => 'ClusterMetadata']]], 'DescribeJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'DescribeJobResult' => ['type' => 'structure', 'members' => ['JobMetadata' => ['shape' => 'JobMetadata'], 'SubJobMetadata' => ['shape' => 'JobMetadataList']]], 'DeviceConfiguration' => ['type' => 'structure', 'members' => ['SnowconeDeviceConfiguration' => ['shape' => 'SnowconeDeviceConfiguration']]], 'Ec2AmiResource' => ['type' => 'structure', 'required' => ['AmiId'], 'members' => ['AmiId' => ['shape' => 'AmiId'], 'SnowballAmiId' => ['shape' => 'String']]], 'Ec2AmiResourceList' => ['type' => 'list', 'member' => ['shape' => 'Ec2AmiResource']], 'Ec2RequestFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EventTriggerDefinition' => ['type' => 'structure', 'members' => ['EventResourceARN' => ['shape' => 'ResourceARN']]], 'EventTriggerDefinitionList' => ['type' => 'list', 'member' => ['shape' => 'EventTriggerDefinition']], 'GSTIN' => ['type' => 'string', 'pattern' => '\\d{2}[A-Z]{5}\\d{4}[A-Z]{1}[A-Z\\d]{1}[Z]{1}[A-Z\\d]{1}'], 'GetJobManifestRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetJobManifestResult' => ['type' => 'structure', 'members' => ['ManifestURI' => ['shape' => 'String']]], 'GetJobUnlockCodeRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetJobUnlockCodeResult' => ['type' => 'structure', 'members' => ['UnlockCode' => ['shape' => 'String']]], 'GetSnowballUsageRequest' => ['type' => 'structure', 'members' => []], 'GetSnowballUsageResult' => ['type' => 'structure', 'members' => ['SnowballLimit' => ['shape' => 'Integer'], 'SnowballsInUse' => ['shape' => 'Integer']]], 'GetSoftwareUpdatesRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId']]], 'GetSoftwareUpdatesResult' => ['type' => 'structure', 'members' => ['UpdatesURI' => ['shape' => 'String']]], 'INDTaxDocuments' => ['type' => 'structure', 'members' => ['GSTIN' => ['shape' => 'GSTIN']]], 'Integer' => ['type' => 'integer'], 'InvalidAddressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInputCombinationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidJobStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'ResourceType' => ['shape' => 'String']], 'exception' => \true], 'JobId' => ['type' => 'string', 'max' => 39, 'min' => 39, 'pattern' => '(M|J)ID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'], 'JobListEntry' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'String'], 'JobState' => ['shape' => 'JobState'], 'IsMaster' => ['shape' => 'Boolean'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Description' => ['shape' => 'String']]], 'JobListEntryList' => ['type' => 'list', 'member' => ['shape' => 'JobListEntry']], 'JobLogs' => ['type' => 'structure', 'members' => ['JobCompletionReportURI' => ['shape' => 'String'], 'JobSuccessLogURI' => ['shape' => 'String'], 'JobFailureLogURI' => ['shape' => 'String']]], 'JobMetadata' => ['type' => 'structure', 'members' => ['JobId' => ['shape' => 'String'], 'JobState' => ['shape' => 'JobState'], 'JobType' => ['shape' => 'JobType'], 'SnowballType' => ['shape' => 'SnowballType'], 'CreationDate' => ['shape' => 'Timestamp'], 'Resources' => ['shape' => 'JobResource'], 'Description' => ['shape' => 'String'], 'KmsKeyARN' => ['shape' => 'KmsKeyARN'], 'RoleARN' => ['shape' => 'RoleARN'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingDetails' => ['shape' => 'ShippingDetails'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'Notification' => ['shape' => 'Notification'], 'DataTransferProgress' => ['shape' => 'DataTransfer'], 'JobLogInfo' => ['shape' => 'JobLogs'], 'ClusterId' => ['shape' => 'String'], 'ForwardingAddressId' => ['shape' => 'AddressId'], 'TaxDocuments' => ['shape' => 'TaxDocuments'], 'DeviceConfiguration' => ['shape' => 'DeviceConfiguration']]], 'JobMetadataList' => ['type' => 'list', 'member' => ['shape' => 'JobMetadata']], 'JobResource' => ['type' => 'structure', 'members' => ['S3Resources' => ['shape' => 'S3ResourceList'], 'LambdaResources' => ['shape' => 'LambdaResourceList'], 'Ec2AmiResources' => ['shape' => 'Ec2AmiResourceList']]], 'JobState' => ['type' => 'string', 'enum' => ['New', 'PreparingAppliance', 'PreparingShipment', 'InTransitToCustomer', 'WithCustomer', 'InTransitToAWS', 'WithAWSSortingFacility', 'WithAWS', 'InProgress', 'Complete', 'Cancelled', 'Listing', 'Pending']], 'JobStateList' => ['type' => 'list', 'member' => ['shape' => 'JobState']], 'JobType' => ['type' => 'string', 'enum' => ['IMPORT', 'EXPORT', 'LOCAL_USE']], 'KMSRequestFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'KeyRange' => ['type' => 'structure', 'members' => ['BeginMarker' => ['shape' => 'String'], 'EndMarker' => ['shape' => 'String']]], 'KmsKeyARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:kms:.*:[0-9]{12}:key/.*'], 'LambdaResource' => ['type' => 'structure', 'members' => ['LambdaArn' => ['shape' => 'ResourceARN'], 'EventTriggers' => ['shape' => 'EventTriggerDefinitionList']]], 'LambdaResourceList' => ['type' => 'list', 'member' => ['shape' => 'LambdaResource']], 'ListClusterJobsRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListClusterJobsResult' => ['type' => 'structure', 'members' => ['JobListEntries' => ['shape' => 'JobListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListClustersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListClustersResult' => ['type' => 'structure', 'members' => ['ClusterListEntries' => ['shape' => 'ClusterListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListCompatibleImagesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListCompatibleImagesResult' => ['type' => 'structure', 'members' => ['CompatibleImages' => ['shape' => 'CompatibleImageList'], 'NextToken' => ['shape' => 'String']]], 'ListJobsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'ListLimit'], 'NextToken' => ['shape' => 'String']]], 'ListJobsResult' => ['type' => 'structure', 'members' => ['JobListEntries' => ['shape' => 'JobListEntryList'], 'NextToken' => ['shape' => 'String']]], 'ListLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'Long' => ['type' => 'long'], 'Notification' => ['type' => 'structure', 'members' => ['SnsTopicARN' => ['shape' => 'SnsTopicARN'], 'JobStatesToNotify' => ['shape' => 'JobStateList'], 'NotifyAll' => ['shape' => 'Boolean']]], 'ResourceARN' => ['type' => 'string', 'max' => 255], 'RoleARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:iam::[0-9]{12}:role/.*'], 'S3Resource' => ['type' => 'structure', 'members' => ['BucketArn' => ['shape' => 'ResourceARN'], 'KeyRange' => ['shape' => 'KeyRange']]], 'S3ResourceList' => ['type' => 'list', 'member' => ['shape' => 'S3Resource']], 'Shipment' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'String'], 'TrackingNumber' => ['shape' => 'String']]], 'ShippingDetails' => ['type' => 'structure', 'members' => ['ShippingOption' => ['shape' => 'ShippingOption'], 'InboundShipment' => ['shape' => 'Shipment'], 'OutboundShipment' => ['shape' => 'Shipment']]], 'ShippingOption' => ['type' => 'string', 'enum' => ['SECOND_DAY', 'NEXT_DAY', 'EXPRESS', 'STANDARD']], 'SnowballCapacity' => ['type' => 'string', 'enum' => ['T50', 'T80', 'T100', 'T42', 'T98', 'T8', 'NoPreference']], 'SnowballType' => ['type' => 'string', 'enum' => ['STANDARD', 'EDGE', 'EDGE_C', 'EDGE_CG', 'EDGE_S', 'SNC1_HDD']], 'SnowconeDeviceConfiguration' => ['type' => 'structure', 'members' => ['WirelessConnection' => ['shape' => 'WirelessConnection']]], 'SnsTopicARN' => ['type' => 'string', 'max' => 255, 'pattern' => 'arn:aws.*:sns:.*:[0-9]{12}:.*'], 'String' => ['type' => 'string', 'min' => 1], 'TaxDocuments' => ['type' => 'structure', 'members' => ['IND' => ['shape' => 'INDTaxDocuments']]], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedAddressException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UpdateClusterRequest' => ['type' => 'structure', 'required' => ['ClusterId'], 'members' => ['ClusterId' => ['shape' => 'ClusterId'], 'RoleARN' => ['shape' => 'RoleARN'], 'Description' => ['shape' => 'String'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Notification' => ['shape' => 'Notification'], 'ForwardingAddressId' => ['shape' => 'AddressId']]], 'UpdateClusterResult' => ['type' => 'structure', 'members' => []], 'UpdateJobRequest' => ['type' => 'structure', 'required' => ['JobId'], 'members' => ['JobId' => ['shape' => 'JobId'], 'RoleARN' => ['shape' => 'RoleARN'], 'Notification' => ['shape' => 'Notification'], 'Resources' => ['shape' => 'JobResource'], 'AddressId' => ['shape' => 'AddressId'], 'ShippingOption' => ['shape' => 'ShippingOption'], 'Description' => ['shape' => 'String'], 'SnowballCapacityPreference' => ['shape' => 'SnowballCapacity'], 'ForwardingAddressId' => ['shape' => 'AddressId']]], 'UpdateJobResult' => ['type' => 'structure', 'members' => []], 'WirelessConnection' => ['type' => 'structure', 'members' => ['IsWifiEnabled' => ['shape' => 'Boolean']]]]]; diff --git a/vendor/Aws3/Aws/data/sqs/2012-11-05/api-2.json.php b/vendor/Aws3/Aws/data/sqs/2012-11-05/api-2.json.php index b22c56cd..3787977c 100644 --- a/vendor/Aws3/Aws/data/sqs/2012-11-05/api-2.json.php +++ b/vendor/Aws3/Aws/data/sqs/2012-11-05/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2012-11-05', 'endpointPrefix' => 'sqs', 'protocol' => 'query', 'serviceAbbreviation' => 'Amazon SQS', 'serviceFullName' => 'Amazon Simple Queue Service', 'serviceId' => 'SQS', 'signatureVersion' => 'v4', 'uid' => 'sqs-2012-11-05', 'xmlNamespace' => 'http://queue.amazonaws.com/doc/2012-11-05/'], 'operations' => ['AddPermission' => ['name' => 'AddPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddPermissionRequest'], 'errors' => [['shape' => 'OverLimit']]], 'ChangeMessageVisibility' => ['name' => 'ChangeMessageVisibility', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangeMessageVisibilityRequest'], 'errors' => [['shape' => 'MessageNotInflight'], ['shape' => 'ReceiptHandleIsInvalid']]], 'ChangeMessageVisibilityBatch' => ['name' => 'ChangeMessageVisibilityBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangeMessageVisibilityBatchRequest'], 'output' => ['shape' => 'ChangeMessageVisibilityBatchResult', 'resultWrapper' => 'ChangeMessageVisibilityBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'InvalidBatchEntryId']]], 'CreateQueue' => ['name' => 'CreateQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateQueueRequest'], 'output' => ['shape' => 'CreateQueueResult', 'resultWrapper' => 'CreateQueueResult'], 'errors' => [['shape' => 'QueueDeletedRecently'], ['shape' => 'QueueNameExists']]], 'DeleteMessage' => ['name' => 'DeleteMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMessageRequest'], 'errors' => [['shape' => 'InvalidIdFormat'], ['shape' => 'ReceiptHandleIsInvalid']]], 'DeleteMessageBatch' => ['name' => 'DeleteMessageBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMessageBatchRequest'], 'output' => ['shape' => 'DeleteMessageBatchResult', 'resultWrapper' => 'DeleteMessageBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'InvalidBatchEntryId']]], 'DeleteQueue' => ['name' => 'DeleteQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteQueueRequest']], 'GetQueueAttributes' => ['name' => 'GetQueueAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueueAttributesRequest'], 'output' => ['shape' => 'GetQueueAttributesResult', 'resultWrapper' => 'GetQueueAttributesResult'], 'errors' => [['shape' => 'InvalidAttributeName']]], 'GetQueueUrl' => ['name' => 'GetQueueUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueueUrlRequest'], 'output' => ['shape' => 'GetQueueUrlResult', 'resultWrapper' => 'GetQueueUrlResult'], 'errors' => [['shape' => 'QueueDoesNotExist']]], 'ListDeadLetterSourceQueues' => ['name' => 'ListDeadLetterSourceQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeadLetterSourceQueuesRequest'], 'output' => ['shape' => 'ListDeadLetterSourceQueuesResult', 'resultWrapper' => 'ListDeadLetterSourceQueuesResult'], 'errors' => [['shape' => 'QueueDoesNotExist']]], 'ListQueueTags' => ['name' => 'ListQueueTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueueTagsRequest'], 'output' => ['shape' => 'ListQueueTagsResult', 'resultWrapper' => 'ListQueueTagsResult']], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResult', 'resultWrapper' => 'ListQueuesResult']], 'PurgeQueue' => ['name' => 'PurgeQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurgeQueueRequest'], 'errors' => [['shape' => 'QueueDoesNotExist'], ['shape' => 'PurgeQueueInProgress']]], 'ReceiveMessage' => ['name' => 'ReceiveMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReceiveMessageRequest'], 'output' => ['shape' => 'ReceiveMessageResult', 'resultWrapper' => 'ReceiveMessageResult'], 'errors' => [['shape' => 'OverLimit']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest']], 'SendMessage' => ['name' => 'SendMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendMessageRequest'], 'output' => ['shape' => 'SendMessageResult', 'resultWrapper' => 'SendMessageResult'], 'errors' => [['shape' => 'InvalidMessageContents'], ['shape' => 'UnsupportedOperation']]], 'SendMessageBatch' => ['name' => 'SendMessageBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendMessageBatchRequest'], 'output' => ['shape' => 'SendMessageBatchResult', 'resultWrapper' => 'SendMessageBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'BatchRequestTooLong'], ['shape' => 'InvalidBatchEntryId'], ['shape' => 'UnsupportedOperation']]], 'SetQueueAttributes' => ['name' => 'SetQueueAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetQueueAttributesRequest'], 'errors' => [['shape' => 'InvalidAttributeName']]], 'TagQueue' => ['name' => 'TagQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagQueueRequest']], 'UntagQueue' => ['name' => 'UntagQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagQueueRequest']]], 'shapes' => ['AWSAccountIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AWSAccountId'], 'flattened' => \true], 'ActionNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ActionName'], 'flattened' => \true], 'AddPermissionRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Label', 'AWSAccountIds', 'Actions'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Label' => ['shape' => 'String'], 'AWSAccountIds' => ['shape' => 'AWSAccountIdList'], 'Actions' => ['shape' => 'ActionNameList']]], 'AttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'QueueAttributeName', 'locationName' => 'AttributeName'], 'flattened' => \true], 'BatchEntryIdsNotDistinct' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.BatchEntryIdsNotDistinct', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchRequestTooLong' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.BatchRequestTooLong', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchResultErrorEntry' => ['type' => 'structure', 'required' => ['Id', 'SenderFault', 'Code'], 'members' => ['Id' => ['shape' => 'String'], 'SenderFault' => ['shape' => 'Boolean'], 'Code' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'BatchResultErrorEntryList' => ['type' => 'list', 'member' => ['shape' => 'BatchResultErrorEntry', 'locationName' => 'BatchResultErrorEntry'], 'flattened' => \true], 'Binary' => ['type' => 'blob'], 'BinaryList' => ['type' => 'list', 'member' => ['shape' => 'Binary', 'locationName' => 'BinaryListValue']], 'Boolean' => ['type' => 'boolean'], 'ChangeMessageVisibilityBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'ChangeMessageVisibilityBatchRequestEntryList']]], 'ChangeMessageVisibilityBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'ReceiptHandle'], 'members' => ['Id' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'VisibilityTimeout' => ['shape' => 'Integer']]], 'ChangeMessageVisibilityBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeMessageVisibilityBatchRequestEntry', 'locationName' => 'ChangeMessageVisibilityBatchRequestEntry'], 'flattened' => \true], 'ChangeMessageVisibilityBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'ChangeMessageVisibilityBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'ChangeMessageVisibilityBatchResultEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'String']]], 'ChangeMessageVisibilityBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeMessageVisibilityBatchResultEntry', 'locationName' => 'ChangeMessageVisibilityBatchResultEntry'], 'flattened' => \true], 'ChangeMessageVisibilityRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'ReceiptHandle', 'VisibilityTimeout'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'VisibilityTimeout' => ['shape' => 'Integer']]], 'CreateQueueRequest' => ['type' => 'structure', 'required' => ['QueueName'], 'members' => ['QueueName' => ['shape' => 'String'], 'Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'Tag']]], 'CreateQueueResult' => ['type' => 'structure', 'members' => ['QueueUrl' => ['shape' => 'String']]], 'DeleteMessageBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'DeleteMessageBatchRequestEntryList']]], 'DeleteMessageBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'ReceiptHandle'], 'members' => ['Id' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String']]], 'DeleteMessageBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'DeleteMessageBatchRequestEntry', 'locationName' => 'DeleteMessageBatchRequestEntry'], 'flattened' => \true], 'DeleteMessageBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'DeleteMessageBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'DeleteMessageBatchResultEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'String']]], 'DeleteMessageBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'DeleteMessageBatchResultEntry', 'locationName' => 'DeleteMessageBatchResultEntry'], 'flattened' => \true], 'DeleteMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'ReceiptHandle'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String']]], 'DeleteQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'EmptyBatchRequest' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.EmptyBatchRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GetQueueAttributesRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'AttributeNames' => ['shape' => 'AttributeNameList']]], 'GetQueueAttributesResult' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute']]], 'GetQueueUrlRequest' => ['type' => 'structure', 'required' => ['QueueName'], 'members' => ['QueueName' => ['shape' => 'String'], 'QueueOwnerAWSAccountId' => ['shape' => 'String']]], 'GetQueueUrlResult' => ['type' => 'structure', 'members' => ['QueueUrl' => ['shape' => 'String']]], 'Integer' => ['type' => 'integer'], 'InvalidAttributeName' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBatchEntryId' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.InvalidBatchEntryId', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidIdFormat' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMessageContents' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListDeadLetterSourceQueuesRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'ListDeadLetterSourceQueuesResult' => ['type' => 'structure', 'required' => ['queueUrls'], 'members' => ['queueUrls' => ['shape' => 'QueueUrlList']]], 'ListQueueTagsRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'ListQueueTagsResult' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap', 'locationName' => 'Tag']]], 'ListQueuesRequest' => ['type' => 'structure', 'members' => ['QueueNamePrefix' => ['shape' => 'String']]], 'ListQueuesResult' => ['type' => 'structure', 'members' => ['QueueUrls' => ['shape' => 'QueueUrlList']]], 'Message' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'MD5OfBody' => ['shape' => 'String'], 'Body' => ['shape' => 'String'], 'Attributes' => ['shape' => 'MessageSystemAttributeMap', 'locationName' => 'Attribute'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute']]], 'MessageAttributeName' => ['type' => 'string'], 'MessageAttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'MessageAttributeName', 'locationName' => 'MessageAttributeName'], 'flattened' => \true], 'MessageAttributeValue' => ['type' => 'structure', 'required' => ['DataType'], 'members' => ['StringValue' => ['shape' => 'String'], 'BinaryValue' => ['shape' => 'Binary'], 'StringListValues' => ['shape' => 'StringList', 'flattened' => \true, 'locationName' => 'StringListValue'], 'BinaryListValues' => ['shape' => 'BinaryList', 'flattened' => \true, 'locationName' => 'BinaryListValue'], 'DataType' => ['shape' => 'String']]], 'MessageBodyAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'String', 'locationName' => 'Name'], 'value' => ['shape' => 'MessageAttributeValue', 'locationName' => 'Value'], 'flattened' => \true], 'MessageBodySystemAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'MessageSystemAttributeNameForSends', 'locationName' => 'Name'], 'value' => ['shape' => 'MessageSystemAttributeValue', 'locationName' => 'Value'], 'flattened' => \true], 'MessageList' => ['type' => 'list', 'member' => ['shape' => 'Message', 'locationName' => 'Message'], 'flattened' => \true], 'MessageNotInflight' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.MessageNotInflight', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'MessageSystemAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'MessageSystemAttributeName', 'locationName' => 'Name'], 'value' => ['shape' => 'String', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Attribute'], 'MessageSystemAttributeName' => ['type' => 'string', 'enum' => ['SenderId', 'SentTimestamp', 'ApproximateReceiveCount', 'ApproximateFirstReceiveTimestamp', 'SequenceNumber', 'MessageDeduplicationId', 'MessageGroupId', 'AWSTraceHeader']], 'MessageSystemAttributeNameForSends' => ['type' => 'string', 'enum' => ['AWSTraceHeader']], 'MessageSystemAttributeValue' => ['type' => 'structure', 'required' => ['DataType'], 'members' => ['StringValue' => ['shape' => 'String'], 'BinaryValue' => ['shape' => 'Binary'], 'StringListValues' => ['shape' => 'StringList', 'flattened' => \true, 'locationName' => 'StringListValue'], 'BinaryListValues' => ['shape' => 'BinaryList', 'flattened' => \true, 'locationName' => 'BinaryListValue'], 'DataType' => ['shape' => 'String']]], 'OverLimit' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OverLimit', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'PurgeQueueInProgress' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.PurgeQueueInProgress', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'PurgeQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'QueueAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'QueueAttributeName', 'locationName' => 'Name'], 'value' => ['shape' => 'String', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Attribute'], 'QueueAttributeName' => ['type' => 'string', 'enum' => ['All', 'Policy', 'VisibilityTimeout', 'MaximumMessageSize', 'MessageRetentionPeriod', 'ApproximateNumberOfMessages', 'ApproximateNumberOfMessagesNotVisible', 'CreatedTimestamp', 'LastModifiedTimestamp', 'QueueArn', 'ApproximateNumberOfMessagesDelayed', 'DelaySeconds', 'ReceiveMessageWaitTimeSeconds', 'RedrivePolicy', 'FifoQueue', 'ContentBasedDeduplication', 'KmsMasterKeyId', 'KmsDataKeyReusePeriodSeconds']], 'QueueDeletedRecently' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.QueueDeletedRecently', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueDoesNotExist' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.NonExistentQueue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueNameExists' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QueueAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueUrlList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'QueueUrl'], 'flattened' => \true], 'ReceiptHandleIsInvalid' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReceiveMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'AttributeNames' => ['shape' => 'AttributeNameList'], 'MessageAttributeNames' => ['shape' => 'MessageAttributeNameList'], 'MaxNumberOfMessages' => ['shape' => 'Integer'], 'VisibilityTimeout' => ['shape' => 'Integer'], 'WaitTimeSeconds' => ['shape' => 'Integer'], 'ReceiveRequestAttemptId' => ['shape' => 'String']]], 'ReceiveMessageResult' => ['type' => 'structure', 'members' => ['Messages' => ['shape' => 'MessageList']]], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Label'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Label' => ['shape' => 'String']]], 'SendMessageBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'SendMessageBatchRequestEntryList']]], 'SendMessageBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'MessageBody'], 'members' => ['Id' => ['shape' => 'String'], 'MessageBody' => ['shape' => 'String'], 'DelaySeconds' => ['shape' => 'Integer'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute'], 'MessageSystemAttributes' => ['shape' => 'MessageBodySystemAttributeMap', 'locationName' => 'MessageSystemAttribute'], 'MessageDeduplicationId' => ['shape' => 'String'], 'MessageGroupId' => ['shape' => 'String']]], 'SendMessageBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'SendMessageBatchRequestEntry', 'locationName' => 'SendMessageBatchRequestEntry'], 'flattened' => \true], 'SendMessageBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'SendMessageBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'SendMessageBatchResultEntry' => ['type' => 'structure', 'required' => ['Id', 'MessageId', 'MD5OfMessageBody'], 'members' => ['Id' => ['shape' => 'String'], 'MessageId' => ['shape' => 'String'], 'MD5OfMessageBody' => ['shape' => 'String'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MD5OfMessageSystemAttributes' => ['shape' => 'String'], 'SequenceNumber' => ['shape' => 'String']]], 'SendMessageBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'SendMessageBatchResultEntry', 'locationName' => 'SendMessageBatchResultEntry'], 'flattened' => \true], 'SendMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'MessageBody'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'MessageBody' => ['shape' => 'String'], 'DelaySeconds' => ['shape' => 'Integer'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute'], 'MessageSystemAttributes' => ['shape' => 'MessageBodySystemAttributeMap', 'locationName' => 'MessageSystemAttribute'], 'MessageDeduplicationId' => ['shape' => 'String'], 'MessageGroupId' => ['shape' => 'String']]], 'SendMessageResult' => ['type' => 'structure', 'members' => ['MD5OfMessageBody' => ['shape' => 'String'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MD5OfMessageSystemAttributes' => ['shape' => 'String'], 'MessageId' => ['shape' => 'String'], 'SequenceNumber' => ['shape' => 'String']]], 'SetQueueAttributesRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Attributes'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'StringListValue']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'TagKey'], 'flattened' => \true], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey', 'locationName' => 'Key'], 'value' => ['shape' => 'TagValue', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Tag'], 'TagQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Tags'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string'], 'TooManyEntriesInBatchRequest' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.TooManyEntriesInBatchRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOperation' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.UnsupportedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UntagQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'TagKeys'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2012-11-05', 'endpointPrefix' => 'sqs', 'protocol' => 'query', 'serviceAbbreviation' => 'Amazon SQS', 'serviceFullName' => 'Amazon Simple Queue Service', 'serviceId' => 'SQS', 'signatureVersion' => 'v4', 'uid' => 'sqs-2012-11-05', 'xmlNamespace' => 'http://queue.amazonaws.com/doc/2012-11-05/'], 'operations' => ['AddPermission' => ['name' => 'AddPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddPermissionRequest'], 'errors' => [['shape' => 'OverLimit']]], 'ChangeMessageVisibility' => ['name' => 'ChangeMessageVisibility', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangeMessageVisibilityRequest'], 'errors' => [['shape' => 'MessageNotInflight'], ['shape' => 'ReceiptHandleIsInvalid']]], 'ChangeMessageVisibilityBatch' => ['name' => 'ChangeMessageVisibilityBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ChangeMessageVisibilityBatchRequest'], 'output' => ['shape' => 'ChangeMessageVisibilityBatchResult', 'resultWrapper' => 'ChangeMessageVisibilityBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'InvalidBatchEntryId']]], 'CreateQueue' => ['name' => 'CreateQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateQueueRequest'], 'output' => ['shape' => 'CreateQueueResult', 'resultWrapper' => 'CreateQueueResult'], 'errors' => [['shape' => 'QueueDeletedRecently'], ['shape' => 'QueueNameExists']]], 'DeleteMessage' => ['name' => 'DeleteMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMessageRequest'], 'errors' => [['shape' => 'InvalidIdFormat'], ['shape' => 'ReceiptHandleIsInvalid']]], 'DeleteMessageBatch' => ['name' => 'DeleteMessageBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMessageBatchRequest'], 'output' => ['shape' => 'DeleteMessageBatchResult', 'resultWrapper' => 'DeleteMessageBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'InvalidBatchEntryId']]], 'DeleteQueue' => ['name' => 'DeleteQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteQueueRequest']], 'GetQueueAttributes' => ['name' => 'GetQueueAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueueAttributesRequest'], 'output' => ['shape' => 'GetQueueAttributesResult', 'resultWrapper' => 'GetQueueAttributesResult'], 'errors' => [['shape' => 'InvalidAttributeName']]], 'GetQueueUrl' => ['name' => 'GetQueueUrl', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetQueueUrlRequest'], 'output' => ['shape' => 'GetQueueUrlResult', 'resultWrapper' => 'GetQueueUrlResult'], 'errors' => [['shape' => 'QueueDoesNotExist']]], 'ListDeadLetterSourceQueues' => ['name' => 'ListDeadLetterSourceQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDeadLetterSourceQueuesRequest'], 'output' => ['shape' => 'ListDeadLetterSourceQueuesResult', 'resultWrapper' => 'ListDeadLetterSourceQueuesResult'], 'errors' => [['shape' => 'QueueDoesNotExist']]], 'ListQueueTags' => ['name' => 'ListQueueTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueueTagsRequest'], 'output' => ['shape' => 'ListQueueTagsResult', 'resultWrapper' => 'ListQueueTagsResult']], 'ListQueues' => ['name' => 'ListQueues', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListQueuesRequest'], 'output' => ['shape' => 'ListQueuesResult', 'resultWrapper' => 'ListQueuesResult']], 'PurgeQueue' => ['name' => 'PurgeQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PurgeQueueRequest'], 'errors' => [['shape' => 'QueueDoesNotExist'], ['shape' => 'PurgeQueueInProgress']]], 'ReceiveMessage' => ['name' => 'ReceiveMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ReceiveMessageRequest'], 'output' => ['shape' => 'ReceiveMessageResult', 'resultWrapper' => 'ReceiveMessageResult'], 'errors' => [['shape' => 'OverLimit']]], 'RemovePermission' => ['name' => 'RemovePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemovePermissionRequest']], 'SendMessage' => ['name' => 'SendMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendMessageRequest'], 'output' => ['shape' => 'SendMessageResult', 'resultWrapper' => 'SendMessageResult'], 'errors' => [['shape' => 'InvalidMessageContents'], ['shape' => 'UnsupportedOperation']]], 'SendMessageBatch' => ['name' => 'SendMessageBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendMessageBatchRequest'], 'output' => ['shape' => 'SendMessageBatchResult', 'resultWrapper' => 'SendMessageBatchResult'], 'errors' => [['shape' => 'TooManyEntriesInBatchRequest'], ['shape' => 'EmptyBatchRequest'], ['shape' => 'BatchEntryIdsNotDistinct'], ['shape' => 'BatchRequestTooLong'], ['shape' => 'InvalidBatchEntryId'], ['shape' => 'UnsupportedOperation']]], 'SetQueueAttributes' => ['name' => 'SetQueueAttributes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetQueueAttributesRequest'], 'errors' => [['shape' => 'InvalidAttributeName']]], 'TagQueue' => ['name' => 'TagQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagQueueRequest']], 'UntagQueue' => ['name' => 'UntagQueue', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagQueueRequest']]], 'shapes' => ['AWSAccountIdList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'AWSAccountId'], 'flattened' => \true], 'ActionNameList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'ActionName'], 'flattened' => \true], 'AddPermissionRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Label', 'AWSAccountIds', 'Actions'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Label' => ['shape' => 'String'], 'AWSAccountIds' => ['shape' => 'AWSAccountIdList'], 'Actions' => ['shape' => 'ActionNameList']]], 'AttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'QueueAttributeName', 'locationName' => 'AttributeName'], 'flattened' => \true], 'BatchEntryIdsNotDistinct' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.BatchEntryIdsNotDistinct', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchRequestTooLong' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.BatchRequestTooLong', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'BatchResultErrorEntry' => ['type' => 'structure', 'required' => ['Id', 'SenderFault', 'Code'], 'members' => ['Id' => ['shape' => 'String'], 'SenderFault' => ['shape' => 'Boolean'], 'Code' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'BatchResultErrorEntryList' => ['type' => 'list', 'member' => ['shape' => 'BatchResultErrorEntry', 'locationName' => 'BatchResultErrorEntry'], 'flattened' => \true], 'Binary' => ['type' => 'blob'], 'BinaryList' => ['type' => 'list', 'member' => ['shape' => 'Binary', 'locationName' => 'BinaryListValue']], 'Boolean' => ['type' => 'boolean'], 'BoxedInteger' => ['type' => 'integer', 'box' => \true], 'ChangeMessageVisibilityBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'ChangeMessageVisibilityBatchRequestEntryList']]], 'ChangeMessageVisibilityBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'ReceiptHandle'], 'members' => ['Id' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'VisibilityTimeout' => ['shape' => 'Integer']]], 'ChangeMessageVisibilityBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeMessageVisibilityBatchRequestEntry', 'locationName' => 'ChangeMessageVisibilityBatchRequestEntry'], 'flattened' => \true], 'ChangeMessageVisibilityBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'ChangeMessageVisibilityBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'ChangeMessageVisibilityBatchResultEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'String']]], 'ChangeMessageVisibilityBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'ChangeMessageVisibilityBatchResultEntry', 'locationName' => 'ChangeMessageVisibilityBatchResultEntry'], 'flattened' => \true], 'ChangeMessageVisibilityRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'ReceiptHandle', 'VisibilityTimeout'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'VisibilityTimeout' => ['shape' => 'Integer']]], 'CreateQueueRequest' => ['type' => 'structure', 'required' => ['QueueName'], 'members' => ['QueueName' => ['shape' => 'String'], 'Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute'], 'tags' => ['shape' => 'TagMap', 'locationName' => 'Tag']]], 'CreateQueueResult' => ['type' => 'structure', 'members' => ['QueueUrl' => ['shape' => 'String']]], 'DeleteMessageBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'DeleteMessageBatchRequestEntryList']]], 'DeleteMessageBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'ReceiptHandle'], 'members' => ['Id' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String']]], 'DeleteMessageBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'DeleteMessageBatchRequestEntry', 'locationName' => 'DeleteMessageBatchRequestEntry'], 'flattened' => \true], 'DeleteMessageBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'DeleteMessageBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'DeleteMessageBatchResultEntry' => ['type' => 'structure', 'required' => ['Id'], 'members' => ['Id' => ['shape' => 'String']]], 'DeleteMessageBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'DeleteMessageBatchResultEntry', 'locationName' => 'DeleteMessageBatchResultEntry'], 'flattened' => \true], 'DeleteMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'ReceiptHandle'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String']]], 'DeleteQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'EmptyBatchRequest' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.EmptyBatchRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'GetQueueAttributesRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'AttributeNames' => ['shape' => 'AttributeNameList']]], 'GetQueueAttributesResult' => ['type' => 'structure', 'members' => ['Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute']]], 'GetQueueUrlRequest' => ['type' => 'structure', 'required' => ['QueueName'], 'members' => ['QueueName' => ['shape' => 'String'], 'QueueOwnerAWSAccountId' => ['shape' => 'String']]], 'GetQueueUrlResult' => ['type' => 'structure', 'members' => ['QueueUrl' => ['shape' => 'String']]], 'Integer' => ['type' => 'integer'], 'InvalidAttributeName' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidBatchEntryId' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.InvalidBatchEntryId', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidIdFormat' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidMessageContents' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ListDeadLetterSourceQueuesRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'BoxedInteger']]], 'ListDeadLetterSourceQueuesResult' => ['type' => 'structure', 'required' => ['queueUrls'], 'members' => ['queueUrls' => ['shape' => 'QueueUrlList'], 'NextToken' => ['shape' => 'Token']]], 'ListQueueTagsRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'ListQueueTagsResult' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap', 'locationName' => 'Tag']]], 'ListQueuesRequest' => ['type' => 'structure', 'members' => ['QueueNamePrefix' => ['shape' => 'String'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'BoxedInteger']]], 'ListQueuesResult' => ['type' => 'structure', 'members' => ['QueueUrls' => ['shape' => 'QueueUrlList'], 'NextToken' => ['shape' => 'Token']]], 'Message' => ['type' => 'structure', 'members' => ['MessageId' => ['shape' => 'String'], 'ReceiptHandle' => ['shape' => 'String'], 'MD5OfBody' => ['shape' => 'String'], 'Body' => ['shape' => 'String'], 'Attributes' => ['shape' => 'MessageSystemAttributeMap', 'locationName' => 'Attribute'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute']]], 'MessageAttributeName' => ['type' => 'string'], 'MessageAttributeNameList' => ['type' => 'list', 'member' => ['shape' => 'MessageAttributeName', 'locationName' => 'MessageAttributeName'], 'flattened' => \true], 'MessageAttributeValue' => ['type' => 'structure', 'required' => ['DataType'], 'members' => ['StringValue' => ['shape' => 'String'], 'BinaryValue' => ['shape' => 'Binary'], 'StringListValues' => ['shape' => 'StringList', 'flattened' => \true, 'locationName' => 'StringListValue'], 'BinaryListValues' => ['shape' => 'BinaryList', 'flattened' => \true, 'locationName' => 'BinaryListValue'], 'DataType' => ['shape' => 'String']]], 'MessageBodyAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'String', 'locationName' => 'Name'], 'value' => ['shape' => 'MessageAttributeValue', 'locationName' => 'Value'], 'flattened' => \true], 'MessageBodySystemAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'MessageSystemAttributeNameForSends', 'locationName' => 'Name'], 'value' => ['shape' => 'MessageSystemAttributeValue', 'locationName' => 'Value'], 'flattened' => \true], 'MessageList' => ['type' => 'list', 'member' => ['shape' => 'Message', 'locationName' => 'Message'], 'flattened' => \true], 'MessageNotInflight' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.MessageNotInflight', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'MessageSystemAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'MessageSystemAttributeName', 'locationName' => 'Name'], 'value' => ['shape' => 'String', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Attribute'], 'MessageSystemAttributeName' => ['type' => 'string', 'enum' => ['SenderId', 'SentTimestamp', 'ApproximateReceiveCount', 'ApproximateFirstReceiveTimestamp', 'SequenceNumber', 'MessageDeduplicationId', 'MessageGroupId', 'AWSTraceHeader']], 'MessageSystemAttributeNameForSends' => ['type' => 'string', 'enum' => ['AWSTraceHeader']], 'MessageSystemAttributeValue' => ['type' => 'structure', 'required' => ['DataType'], 'members' => ['StringValue' => ['shape' => 'String'], 'BinaryValue' => ['shape' => 'Binary'], 'StringListValues' => ['shape' => 'StringList', 'flattened' => \true, 'locationName' => 'StringListValue'], 'BinaryListValues' => ['shape' => 'BinaryList', 'flattened' => \true, 'locationName' => 'BinaryListValue'], 'DataType' => ['shape' => 'String']]], 'OverLimit' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'OverLimit', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'PurgeQueueInProgress' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.PurgeQueueInProgress', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'PurgeQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String']]], 'QueueAttributeMap' => ['type' => 'map', 'key' => ['shape' => 'QueueAttributeName', 'locationName' => 'Name'], 'value' => ['shape' => 'String', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Attribute'], 'QueueAttributeName' => ['type' => 'string', 'enum' => ['All', 'Policy', 'VisibilityTimeout', 'MaximumMessageSize', 'MessageRetentionPeriod', 'ApproximateNumberOfMessages', 'ApproximateNumberOfMessagesNotVisible', 'CreatedTimestamp', 'LastModifiedTimestamp', 'QueueArn', 'ApproximateNumberOfMessagesDelayed', 'DelaySeconds', 'ReceiveMessageWaitTimeSeconds', 'RedrivePolicy', 'FifoQueue', 'ContentBasedDeduplication', 'KmsMasterKeyId', 'KmsDataKeyReusePeriodSeconds']], 'QueueDeletedRecently' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.QueueDeletedRecently', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueDoesNotExist' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.NonExistentQueue', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueNameExists' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'QueueAlreadyExists', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'QueueUrlList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'QueueUrl'], 'flattened' => \true], 'ReceiptHandleIsInvalid' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'ReceiveMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'AttributeNames' => ['shape' => 'AttributeNameList'], 'MessageAttributeNames' => ['shape' => 'MessageAttributeNameList'], 'MaxNumberOfMessages' => ['shape' => 'Integer'], 'VisibilityTimeout' => ['shape' => 'Integer'], 'WaitTimeSeconds' => ['shape' => 'Integer'], 'ReceiveRequestAttemptId' => ['shape' => 'String']]], 'ReceiveMessageResult' => ['type' => 'structure', 'members' => ['Messages' => ['shape' => 'MessageList']]], 'RemovePermissionRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Label'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Label' => ['shape' => 'String']]], 'SendMessageBatchRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Entries'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Entries' => ['shape' => 'SendMessageBatchRequestEntryList']]], 'SendMessageBatchRequestEntry' => ['type' => 'structure', 'required' => ['Id', 'MessageBody'], 'members' => ['Id' => ['shape' => 'String'], 'MessageBody' => ['shape' => 'String'], 'DelaySeconds' => ['shape' => 'Integer'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute'], 'MessageSystemAttributes' => ['shape' => 'MessageBodySystemAttributeMap', 'locationName' => 'MessageSystemAttribute'], 'MessageDeduplicationId' => ['shape' => 'String'], 'MessageGroupId' => ['shape' => 'String']]], 'SendMessageBatchRequestEntryList' => ['type' => 'list', 'member' => ['shape' => 'SendMessageBatchRequestEntry', 'locationName' => 'SendMessageBatchRequestEntry'], 'flattened' => \true], 'SendMessageBatchResult' => ['type' => 'structure', 'required' => ['Successful', 'Failed'], 'members' => ['Successful' => ['shape' => 'SendMessageBatchResultEntryList'], 'Failed' => ['shape' => 'BatchResultErrorEntryList']]], 'SendMessageBatchResultEntry' => ['type' => 'structure', 'required' => ['Id', 'MessageId', 'MD5OfMessageBody'], 'members' => ['Id' => ['shape' => 'String'], 'MessageId' => ['shape' => 'String'], 'MD5OfMessageBody' => ['shape' => 'String'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MD5OfMessageSystemAttributes' => ['shape' => 'String'], 'SequenceNumber' => ['shape' => 'String']]], 'SendMessageBatchResultEntryList' => ['type' => 'list', 'member' => ['shape' => 'SendMessageBatchResultEntry', 'locationName' => 'SendMessageBatchResultEntry'], 'flattened' => \true], 'SendMessageRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'MessageBody'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'MessageBody' => ['shape' => 'String'], 'DelaySeconds' => ['shape' => 'Integer'], 'MessageAttributes' => ['shape' => 'MessageBodyAttributeMap', 'locationName' => 'MessageAttribute'], 'MessageSystemAttributes' => ['shape' => 'MessageBodySystemAttributeMap', 'locationName' => 'MessageSystemAttribute'], 'MessageDeduplicationId' => ['shape' => 'String'], 'MessageGroupId' => ['shape' => 'String']]], 'SendMessageResult' => ['type' => 'structure', 'members' => ['MD5OfMessageBody' => ['shape' => 'String'], 'MD5OfMessageAttributes' => ['shape' => 'String'], 'MD5OfMessageSystemAttributes' => ['shape' => 'String'], 'MessageId' => ['shape' => 'String'], 'SequenceNumber' => ['shape' => 'String']]], 'SetQueueAttributesRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Attributes'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Attributes' => ['shape' => 'QueueAttributeMap', 'locationName' => 'Attribute']]], 'String' => ['type' => 'string'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String', 'locationName' => 'StringListValue']], 'TagKey' => ['type' => 'string'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey', 'locationName' => 'TagKey'], 'flattened' => \true], 'TagMap' => ['type' => 'map', 'key' => ['shape' => 'TagKey', 'locationName' => 'Key'], 'value' => ['shape' => 'TagValue', 'locationName' => 'Value'], 'flattened' => \true, 'locationName' => 'Tag'], 'TagQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'Tags'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'Tags' => ['shape' => 'TagMap']]], 'TagValue' => ['type' => 'string'], 'Token' => ['type' => 'string'], 'TooManyEntriesInBatchRequest' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.TooManyEntriesInBatchRequest', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UnsupportedOperation' => ['type' => 'structure', 'members' => [], 'error' => ['code' => 'AWS.SimpleQueueService.UnsupportedOperation', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'UntagQueueRequest' => ['type' => 'structure', 'required' => ['QueueUrl', 'TagKeys'], 'members' => ['QueueUrl' => ['shape' => 'String'], 'TagKeys' => ['shape' => 'TagKeyList']]]]]; diff --git a/vendor/Aws3/Aws/data/sqs/2012-11-05/paginators-1.json.php b/vendor/Aws3/Aws/data/sqs/2012-11-05/paginators-1.json.php index acc0b124..734677d0 100644 --- a/vendor/Aws3/Aws/data/sqs/2012-11-05/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/sqs/2012-11-05/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListQueues' => ['result_key' => 'QueueUrls']]]; +return ['pagination' => ['ListDeadLetterSourceQueues' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'queueUrls'], 'ListQueues' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'QueueUrls']]]; diff --git a/vendor/Aws3/Aws/data/ssm/2014-11-06/api-2.json.php b/vendor/Aws3/Aws/data/ssm/2014-11-06/api-2.json.php index bff2bcaf..72a176c8 100644 --- a/vendor/Aws3/Aws/data/ssm/2014-11-06/api-2.json.php +++ b/vendor/Aws3/Aws/data/ssm/2014-11-06/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2014-11-06', 'endpointPrefix' => 'ssm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon SSM', 'serviceFullName' => 'Amazon Simple Systems Manager (SSM)', 'serviceId' => 'SSM', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonSSM', 'uid' => 'ssm-2014-11-06'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceRequest'], 'output' => ['shape' => 'AddTagsToResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyTagsError'], ['shape' => 'TooManyUpdates']]], 'CancelCommand' => ['name' => 'CancelCommand', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelCommandRequest'], 'output' => ['shape' => 'CancelCommandResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'DuplicateInstanceId']]], 'CancelMaintenanceWindowExecution' => ['name' => 'CancelMaintenanceWindowExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelMaintenanceWindowExecutionRequest'], 'output' => ['shape' => 'CancelMaintenanceWindowExecutionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'DoesNotExistException']]], 'CreateActivation' => ['name' => 'CreateActivation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateActivationRequest'], 'output' => ['shape' => 'CreateActivationResult'], 'errors' => [['shape' => 'InternalServerError']]], 'CreateAssociation' => ['name' => 'CreateAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAssociationRequest'], 'output' => ['shape' => 'CreateAssociationResult'], 'errors' => [['shape' => 'AssociationAlreadyExists'], ['shape' => 'AssociationLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidInstanceId'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidParameters'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidSchedule']]], 'CreateAssociationBatch' => ['name' => 'CreateAssociationBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAssociationBatchRequest'], 'output' => ['shape' => 'CreateAssociationBatchResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidParameters'], ['shape' => 'DuplicateInstanceId'], ['shape' => 'AssociationLimitExceeded'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidSchedule']]], 'CreateDocument' => ['name' => 'CreateDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDocumentRequest'], 'output' => ['shape' => 'CreateDocumentResult'], 'errors' => [['shape' => 'DocumentAlreadyExists'], ['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocumentContent'], ['shape' => 'DocumentLimitExceeded'], ['shape' => 'InvalidDocumentSchemaVersion']]], 'CreateMaintenanceWindow' => ['name' => 'CreateMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMaintenanceWindowRequest'], 'output' => ['shape' => 'CreateMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'CreateOpsItem' => ['name' => 'CreateOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOpsItemRequest'], 'output' => ['shape' => 'CreateOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemAlreadyExistsException'], ['shape' => 'OpsItemLimitExceededException'], ['shape' => 'OpsItemInvalidParameterException']]], 'CreatePatchBaseline' => ['name' => 'CreatePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePatchBaselineRequest'], 'output' => ['shape' => 'CreatePatchBaselineResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'CreateResourceDataSync' => ['name' => 'CreateResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceDataSyncRequest'], 'output' => ['shape' => 'CreateResourceDataSyncResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncCountExceededException'], ['shape' => 'ResourceDataSyncAlreadyExistsException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException']]], 'DeleteActivation' => ['name' => 'DeleteActivation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteActivationRequest'], 'output' => ['shape' => 'DeleteActivationResult'], 'errors' => [['shape' => 'InvalidActivationId'], ['shape' => 'InvalidActivation'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates']]], 'DeleteAssociation' => ['name' => 'DeleteAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAssociationRequest'], 'output' => ['shape' => 'DeleteAssociationResult'], 'errors' => [['shape' => 'AssociationDoesNotExist'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidInstanceId'], ['shape' => 'TooManyUpdates']]], 'DeleteDocument' => ['name' => 'DeleteDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDocumentRequest'], 'output' => ['shape' => 'DeleteDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentOperation'], ['shape' => 'AssociatedInstances']]], 'DeleteInventory' => ['name' => 'DeleteInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInventoryRequest'], 'output' => ['shape' => 'DeleteInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidOptionException'], ['shape' => 'InvalidDeleteInventoryParametersException'], ['shape' => 'InvalidInventoryRequestException']]], 'DeleteMaintenanceWindow' => ['name' => 'DeleteMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMaintenanceWindowRequest'], 'output' => ['shape' => 'DeleteMaintenanceWindowResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DeleteParameter' => ['name' => 'DeleteParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteParameterRequest'], 'output' => ['shape' => 'DeleteParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ParameterNotFound']]], 'DeleteParameters' => ['name' => 'DeleteParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteParametersRequest'], 'output' => ['shape' => 'DeleteParametersResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DeletePatchBaseline' => ['name' => 'DeletePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePatchBaselineRequest'], 'output' => ['shape' => 'DeletePatchBaselineResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerError']]], 'DeleteResourceDataSync' => ['name' => 'DeleteResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceDataSyncRequest'], 'output' => ['shape' => 'DeleteResourceDataSyncResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException']]], 'DeregisterManagedInstance' => ['name' => 'DeregisterManagedInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterManagedInstanceRequest'], 'output' => ['shape' => 'DeregisterManagedInstanceResult'], 'errors' => [['shape' => 'InvalidInstanceId'], ['shape' => 'InternalServerError']]], 'DeregisterPatchBaselineForPatchGroup' => ['name' => 'DeregisterPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'DeregisterPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'DeregisterTargetFromMaintenanceWindow' => ['name' => 'DeregisterTargetFromMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTargetFromMaintenanceWindowRequest'], 'output' => ['shape' => 'DeregisterTargetFromMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError'], ['shape' => 'TargetInUseException']]], 'DeregisterTaskFromMaintenanceWindow' => ['name' => 'DeregisterTaskFromMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTaskFromMaintenanceWindowRequest'], 'output' => ['shape' => 'DeregisterTaskFromMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeActivations' => ['name' => 'DescribeActivations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeActivationsRequest'], 'output' => ['shape' => 'DescribeActivationsResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'DescribeAssociation' => ['name' => 'DescribeAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationRequest'], 'output' => ['shape' => 'DescribeAssociationResult'], 'errors' => [['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidAssociationVersion'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidInstanceId']]], 'DescribeAssociationExecutionTargets' => ['name' => 'DescribeAssociationExecutionTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationExecutionTargetsRequest'], 'output' => ['shape' => 'DescribeAssociationExecutionTargetsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidNextToken'], ['shape' => 'AssociationExecutionDoesNotExist']]], 'DescribeAssociationExecutions' => ['name' => 'DescribeAssociationExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationExecutionsRequest'], 'output' => ['shape' => 'DescribeAssociationExecutionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidNextToken']]], 'DescribeAutomationExecutions' => ['name' => 'DescribeAutomationExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutomationExecutionsRequest'], 'output' => ['shape' => 'DescribeAutomationExecutionsResult'], 'errors' => [['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'DescribeAutomationStepExecutions' => ['name' => 'DescribeAutomationStepExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutomationStepExecutionsRequest'], 'output' => ['shape' => 'DescribeAutomationStepExecutionsResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InternalServerError']]], 'DescribeAvailablePatches' => ['name' => 'DescribeAvailablePatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailablePatchesRequest'], 'output' => ['shape' => 'DescribeAvailablePatchesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeDocument' => ['name' => 'DescribeDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentRequest'], 'output' => ['shape' => 'DescribeDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion']]], 'DescribeDocumentPermission' => ['name' => 'DescribeDocumentPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentPermissionRequest'], 'output' => ['shape' => 'DescribeDocumentPermissionResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidPermissionType']]], 'DescribeEffectiveInstanceAssociations' => ['name' => 'DescribeEffectiveInstanceAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectiveInstanceAssociationsRequest'], 'output' => ['shape' => 'DescribeEffectiveInstanceAssociationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken']]], 'DescribeEffectivePatchesForPatchBaseline' => ['name' => 'DescribeEffectivePatchesForPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectivePatchesForPatchBaselineRequest'], 'output' => ['shape' => 'DescribeEffectivePatchesForPatchBaselineResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'DoesNotExistException'], ['shape' => 'UnsupportedOperatingSystem'], ['shape' => 'InternalServerError']]], 'DescribeInstanceAssociationsStatus' => ['name' => 'DescribeInstanceAssociationsStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceAssociationsStatusRequest'], 'output' => ['shape' => 'DescribeInstanceAssociationsStatusResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken']]], 'DescribeInstanceInformation' => ['name' => 'DescribeInstanceInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceInformationRequest'], 'output' => ['shape' => 'DescribeInstanceInformationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidInstanceInformationFilterValue'], ['shape' => 'InvalidFilterKey']]], 'DescribeInstancePatchStates' => ['name' => 'DescribeInstancePatchStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchStatesRequest'], 'output' => ['shape' => 'DescribeInstancePatchStatesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'DescribeInstancePatchStatesForPatchGroup' => ['name' => 'DescribeInstancePatchStatesForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchStatesForPatchGroupRequest'], 'output' => ['shape' => 'DescribeInstancePatchStatesForPatchGroupResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'DescribeInstancePatches' => ['name' => 'DescribeInstancePatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchesRequest'], 'output' => ['shape' => 'DescribeInstancePatchesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'DescribeInventoryDeletions' => ['name' => 'DescribeInventoryDeletions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInventoryDeletionsRequest'], 'output' => ['shape' => 'DescribeInventoryDeletionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDeletionIdException'], ['shape' => 'InvalidNextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocations' => ['name' => 'DescribeMaintenanceWindowExecutionTaskInvocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionTaskInvocationsResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowExecutionTasks' => ['name' => 'DescribeMaintenanceWindowExecutionTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionTasksRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionTasksResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowExecutions' => ['name' => 'DescribeMaintenanceWindowExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowSchedule' => ['name' => 'DescribeMaintenanceWindowSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowScheduleRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowScheduleResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'DoesNotExistException']]], 'DescribeMaintenanceWindowTargets' => ['name' => 'DescribeMaintenanceWindowTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowTargetsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowTargetsResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowTasks' => ['name' => 'DescribeMaintenanceWindowTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowTasksRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowTasksResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindows' => ['name' => 'DescribeMaintenanceWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowsForTarget' => ['name' => 'DescribeMaintenanceWindowsForTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowsForTargetRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowsForTargetResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeOpsItems' => ['name' => 'DescribeOpsItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOpsItemsRequest'], 'output' => ['shape' => 'DescribeOpsItemsResponse'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeParameters' => ['name' => 'DescribeParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeParametersRequest'], 'output' => ['shape' => 'DescribeParametersResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterOption'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidNextToken']]], 'DescribePatchBaselines' => ['name' => 'DescribePatchBaselines', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchBaselinesRequest'], 'output' => ['shape' => 'DescribePatchBaselinesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribePatchGroupState' => ['name' => 'DescribePatchGroupState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchGroupStateRequest'], 'output' => ['shape' => 'DescribePatchGroupStateResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'DescribePatchGroups' => ['name' => 'DescribePatchGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchGroupsRequest'], 'output' => ['shape' => 'DescribePatchGroupsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribePatchProperties' => ['name' => 'DescribePatchProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchPropertiesRequest'], 'output' => ['shape' => 'DescribePatchPropertiesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeSessions' => ['name' => 'DescribeSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSessionsRequest'], 'output' => ['shape' => 'DescribeSessionsResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'GetAutomationExecution' => ['name' => 'GetAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutomationExecutionRequest'], 'output' => ['shape' => 'GetAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InternalServerError']]], 'GetCalendarState' => ['name' => 'GetCalendarState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCalendarStateRequest'], 'output' => ['shape' => 'GetCalendarStateResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentType'], ['shape' => 'UnsupportedCalendarException']]], 'GetCommandInvocation' => ['name' => 'GetCommandInvocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommandInvocationRequest'], 'output' => ['shape' => 'GetCommandInvocationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidPluginName'], ['shape' => 'InvocationDoesNotExist']]], 'GetConnectionStatus' => ['name' => 'GetConnectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionStatusRequest'], 'output' => ['shape' => 'GetConnectionStatusResponse'], 'errors' => [['shape' => 'InternalServerError']]], 'GetDefaultPatchBaseline' => ['name' => 'GetDefaultPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDefaultPatchBaselineRequest'], 'output' => ['shape' => 'GetDefaultPatchBaselineResult'], 'errors' => [['shape' => 'InternalServerError']]], 'GetDeployablePatchSnapshotForInstance' => ['name' => 'GetDeployablePatchSnapshotForInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeployablePatchSnapshotForInstanceRequest'], 'output' => ['shape' => 'GetDeployablePatchSnapshotForInstanceResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'UnsupportedOperatingSystem'], ['shape' => 'UnsupportedFeatureRequiredException']]], 'GetDocument' => ['name' => 'GetDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDocumentRequest'], 'output' => ['shape' => 'GetDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion']]], 'GetInventory' => ['name' => 'GetInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInventoryRequest'], 'output' => ['shape' => 'GetInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidInventoryGroupException'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidAggregatorException'], ['shape' => 'InvalidResultAttributeException']]], 'GetInventorySchema' => ['name' => 'GetInventorySchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInventorySchemaRequest'], 'output' => ['shape' => 'GetInventorySchemaResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidNextToken']]], 'GetMaintenanceWindow' => ['name' => 'GetMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowRequest'], 'output' => ['shape' => 'GetMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecution' => ['name' => 'GetMaintenanceWindowExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecutionTask' => ['name' => 'GetMaintenanceWindowExecutionTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionTaskRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecutionTaskInvocation' => ['name' => 'GetMaintenanceWindowExecutionTaskInvocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionTaskInvocationRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionTaskInvocationResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowTask' => ['name' => 'GetMaintenanceWindowTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowTaskRequest'], 'output' => ['shape' => 'GetMaintenanceWindowTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetOpsItem' => ['name' => 'GetOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpsItemRequest'], 'output' => ['shape' => 'GetOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemNotFoundException']]], 'GetOpsSummary' => ['name' => 'GetOpsSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpsSummaryRequest'], 'output' => ['shape' => 'GetOpsSummaryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidAggregatorException']]], 'GetParameter' => ['name' => 'GetParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParameterRequest'], 'output' => ['shape' => 'GetParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidKeyId'], ['shape' => 'ParameterNotFound'], ['shape' => 'ParameterVersionNotFound']]], 'GetParameterHistory' => ['name' => 'GetParameterHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParameterHistoryRequest'], 'output' => ['shape' => 'GetParameterHistoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ParameterNotFound'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidKeyId']]], 'GetParameters' => ['name' => 'GetParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersRequest'], 'output' => ['shape' => 'GetParametersResult'], 'errors' => [['shape' => 'InvalidKeyId'], ['shape' => 'InternalServerError']]], 'GetParametersByPath' => ['name' => 'GetParametersByPath', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersByPathRequest'], 'output' => ['shape' => 'GetParametersByPathResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterOption'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidKeyId'], ['shape' => 'InvalidNextToken']]], 'GetPatchBaseline' => ['name' => 'GetPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPatchBaselineRequest'], 'output' => ['shape' => 'GetPatchBaselineResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'GetPatchBaselineForPatchGroup' => ['name' => 'GetPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'GetPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'InternalServerError']]], 'GetServiceSetting' => ['name' => 'GetServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceSettingRequest'], 'output' => ['shape' => 'GetServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound']]], 'LabelParameterVersion' => ['name' => 'LabelParameterVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LabelParameterVersionRequest'], 'output' => ['shape' => 'LabelParameterVersionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates'], ['shape' => 'ParameterNotFound'], ['shape' => 'ParameterVersionNotFound'], ['shape' => 'ParameterVersionLabelLimitExceeded']]], 'ListAssociationVersions' => ['name' => 'ListAssociationVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociationVersionsRequest'], 'output' => ['shape' => 'ListAssociationVersionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'AssociationDoesNotExist']]], 'ListAssociations' => ['name' => 'ListAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociationsRequest'], 'output' => ['shape' => 'ListAssociationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'ListCommandInvocations' => ['name' => 'ListCommandInvocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCommandInvocationsRequest'], 'output' => ['shape' => 'ListCommandInvocationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'ListCommands' => ['name' => 'ListCommands', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCommandsRequest'], 'output' => ['shape' => 'ListCommandsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'ListComplianceItems' => ['name' => 'ListComplianceItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceItemsRequest'], 'output' => ['shape' => 'ListComplianceItemsResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'ListComplianceSummaries' => ['name' => 'ListComplianceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceSummariesRequest'], 'output' => ['shape' => 'ListComplianceSummariesResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'ListDocumentVersions' => ['name' => 'ListDocumentVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentVersionsRequest'], 'output' => ['shape' => 'ListDocumentVersionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidDocument']]], 'ListDocuments' => ['name' => 'ListDocuments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentsRequest'], 'output' => ['shape' => 'ListDocumentsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidFilterKey']]], 'ListInventoryEntries' => ['name' => 'ListInventoryEntries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInventoryEntriesRequest'], 'output' => ['shape' => 'ListInventoryEntriesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'ListResourceComplianceSummaries' => ['name' => 'ListResourceComplianceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceComplianceSummariesRequest'], 'output' => ['shape' => 'ListResourceComplianceSummariesResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'ListResourceDataSync' => ['name' => 'ListResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceDataSyncRequest'], 'output' => ['shape' => 'ListResourceDataSyncResult'], 'errors' => [['shape' => 'ResourceDataSyncInvalidConfigurationException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'ModifyDocumentPermission' => ['name' => 'ModifyDocumentPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDocumentPermissionRequest'], 'output' => ['shape' => 'ModifyDocumentPermissionResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidPermissionType'], ['shape' => 'DocumentPermissionLimit'], ['shape' => 'DocumentLimitExceeded']]], 'PutComplianceItems' => ['name' => 'PutComplianceItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutComplianceItemsRequest'], 'output' => ['shape' => 'PutComplianceItemsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidItemContentException'], ['shape' => 'TotalSizeLimitExceededException'], ['shape' => 'ItemSizeLimitExceededException'], ['shape' => 'ComplianceTypeCountLimitExceededException'], ['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId']]], 'PutInventory' => ['name' => 'PutInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInventoryRequest'], 'output' => ['shape' => 'PutInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidItemContentException'], ['shape' => 'TotalSizeLimitExceededException'], ['shape' => 'ItemSizeLimitExceededException'], ['shape' => 'ItemContentMismatchException'], ['shape' => 'CustomSchemaCountLimitExceededException'], ['shape' => 'UnsupportedInventorySchemaVersionException'], ['shape' => 'UnsupportedInventoryItemContextException'], ['shape' => 'InvalidInventoryItemContextException'], ['shape' => 'SubTypeCountLimitExceededException']]], 'PutParameter' => ['name' => 'PutParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutParameterRequest'], 'output' => ['shape' => 'PutParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidKeyId'], ['shape' => 'ParameterLimitExceeded'], ['shape' => 'TooManyUpdates'], ['shape' => 'ParameterAlreadyExists'], ['shape' => 'HierarchyLevelLimitExceededException'], ['shape' => 'HierarchyTypeMismatchException'], ['shape' => 'InvalidAllowedPatternException'], ['shape' => 'ParameterMaxVersionLimitExceeded'], ['shape' => 'ParameterPatternMismatchException'], ['shape' => 'UnsupportedParameterType'], ['shape' => 'PoliciesLimitExceededException'], ['shape' => 'InvalidPolicyTypeException'], ['shape' => 'InvalidPolicyAttributeException'], ['shape' => 'IncompatiblePolicyException']]], 'RegisterDefaultPatchBaseline' => ['name' => 'RegisterDefaultPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDefaultPatchBaselineRequest'], 'output' => ['shape' => 'RegisterDefaultPatchBaselineResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'RegisterPatchBaselineForPatchGroup' => ['name' => 'RegisterPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'RegisterPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'DoesNotExistException'], ['shape' => 'InvalidResourceId'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'RegisterTargetWithMaintenanceWindow' => ['name' => 'RegisterTargetWithMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTargetWithMaintenanceWindowRequest'], 'output' => ['shape' => 'RegisterTargetWithMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'DoesNotExistException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'RegisterTaskWithMaintenanceWindow' => ['name' => 'RegisterTaskWithMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTaskWithMaintenanceWindowRequest'], 'output' => ['shape' => 'RegisterTaskWithMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'DoesNotExistException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'FeatureNotAvailableException'], ['shape' => 'InternalServerError']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceRequest'], 'output' => ['shape' => 'RemoveTagsFromResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates']]], 'ResetServiceSetting' => ['name' => 'ResetServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetServiceSettingRequest'], 'output' => ['shape' => 'ResetServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound'], ['shape' => 'TooManyUpdates']]], 'ResumeSession' => ['name' => 'ResumeSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResumeSessionRequest'], 'output' => ['shape' => 'ResumeSessionResponse'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'SendAutomationSignal' => ['name' => 'SendAutomationSignal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendAutomationSignalRequest'], 'output' => ['shape' => 'SendAutomationSignalResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'AutomationStepNotFoundException'], ['shape' => 'InvalidAutomationSignalException'], ['shape' => 'InternalServerError']]], 'SendCommand' => ['name' => 'SendCommand', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendCommandRequest'], 'output' => ['shape' => 'SendCommandResult'], 'errors' => [['shape' => 'DuplicateInstanceId'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidOutputFolder'], ['shape' => 'InvalidParameters'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'InvalidRole'], ['shape' => 'InvalidNotificationConfig']]], 'StartAssociationsOnce' => ['name' => 'StartAssociationsOnce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAssociationsOnceRequest'], 'output' => ['shape' => 'StartAssociationsOnceResult'], 'errors' => [['shape' => 'InvalidAssociation'], ['shape' => 'AssociationDoesNotExist']]], 'StartAutomationExecution' => ['name' => 'StartAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAutomationExecutionRequest'], 'output' => ['shape' => 'StartAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationDefinitionNotFoundException'], ['shape' => 'InvalidAutomationExecutionParametersException'], ['shape' => 'AutomationExecutionLimitExceededException'], ['shape' => 'AutomationDefinitionVersionNotFoundException'], ['shape' => 'IdempotentParameterMismatch'], ['shape' => 'InvalidTarget'], ['shape' => 'InternalServerError']]], 'StartSession' => ['name' => 'StartSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSessionRequest'], 'output' => ['shape' => 'StartSessionResponse'], 'errors' => [['shape' => 'InvalidDocument'], ['shape' => 'TargetNotConnected'], ['shape' => 'InternalServerError']]], 'StopAutomationExecution' => ['name' => 'StopAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAutomationExecutionRequest'], 'output' => ['shape' => 'StopAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InvalidAutomationStatusUpdateException'], ['shape' => 'InternalServerError']]], 'TerminateSession' => ['name' => 'TerminateSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateSessionRequest'], 'output' => ['shape' => 'TerminateSessionResponse'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateAssociation' => ['name' => 'UpdateAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssociationRequest'], 'output' => ['shape' => 'UpdateAssociationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidSchedule'], ['shape' => 'InvalidParameters'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidUpdate'], ['shape' => 'TooManyUpdates'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidAssociationVersion'], ['shape' => 'AssociationVersionLimitExceeded']]], 'UpdateAssociationStatus' => ['name' => 'UpdateAssociationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssociationStatusRequest'], 'output' => ['shape' => 'UpdateAssociationStatusResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidDocument'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'StatusUnchanged'], ['shape' => 'TooManyUpdates']]], 'UpdateDocument' => ['name' => 'UpdateDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDocumentRequest'], 'output' => ['shape' => 'UpdateDocumentResult'], 'errors' => [['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'DocumentVersionLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'DuplicateDocumentContent'], ['shape' => 'DuplicateDocumentVersionName'], ['shape' => 'InvalidDocumentContent'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidDocumentSchemaVersion'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentOperation']]], 'UpdateDocumentDefaultVersion' => ['name' => 'UpdateDocumentDefaultVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDocumentDefaultVersionRequest'], 'output' => ['shape' => 'UpdateDocumentDefaultVersionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidDocumentSchemaVersion']]], 'UpdateMaintenanceWindow' => ['name' => 'UpdateMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceWindowTarget' => ['name' => 'UpdateMaintenanceWindowTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowTargetRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowTargetResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceWindowTask' => ['name' => 'UpdateMaintenanceWindowTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowTaskRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateManagedInstanceRole' => ['name' => 'UpdateManagedInstanceRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateManagedInstanceRoleRequest'], 'output' => ['shape' => 'UpdateManagedInstanceRoleResult'], 'errors' => [['shape' => 'InvalidInstanceId'], ['shape' => 'InternalServerError']]], 'UpdateOpsItem' => ['name' => 'UpdateOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOpsItemRequest'], 'output' => ['shape' => 'UpdateOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemNotFoundException'], ['shape' => 'OpsItemAlreadyExistsException'], ['shape' => 'OpsItemLimitExceededException'], ['shape' => 'OpsItemInvalidParameterException']]], 'UpdatePatchBaseline' => ['name' => 'UpdatePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePatchBaselineRequest'], 'output' => ['shape' => 'UpdatePatchBaselineResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateResourceDataSync' => ['name' => 'UpdateResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceDataSyncRequest'], 'output' => ['shape' => 'UpdateResourceDataSyncResult'], 'errors' => [['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException'], ['shape' => 'ResourceDataSyncConflictException'], ['shape' => 'InternalServerError']]], 'UpdateServiceSetting' => ['name' => 'UpdateServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceSettingRequest'], 'output' => ['shape' => 'UpdateServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound'], ['shape' => 'TooManyUpdates']]]], 'shapes' => ['Account' => ['type' => 'string'], 'AccountId' => ['type' => 'string', 'pattern' => '(?i)all|[0-9]{12}'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 20], 'AccountSharingInfo' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'SharedDocumentVersion' => ['shape' => 'SharedDocumentVersion']]], 'AccountSharingInfoList' => ['type' => 'list', 'member' => ['shape' => 'AccountSharingInfo']], 'Accounts' => ['type' => 'list', 'member' => ['shape' => 'Account'], 'max' => 50, 'min' => 1], 'Activation' => ['type' => 'structure', 'members' => ['ActivationId' => ['shape' => 'ActivationId'], 'Description' => ['shape' => 'ActivationDescription'], 'DefaultInstanceName' => ['shape' => 'DefaultInstanceName'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationLimit' => ['shape' => 'RegistrationLimit'], 'RegistrationsCount' => ['shape' => 'RegistrationsCount'], 'ExpirationDate' => ['shape' => 'ExpirationDate'], 'Expired' => ['shape' => 'Boolean'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'Tags' => ['shape' => 'TagList']]], 'ActivationCode' => ['type' => 'string', 'max' => 250, 'min' => 20], 'ActivationDescription' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ActivationId' => ['type' => 'string', 'pattern' => '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'], 'ActivationList' => ['type' => 'list', 'member' => ['shape' => 'Activation']], 'AddTagsToResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId', 'Tags'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsToResourceResult' => ['type' => 'structure', 'members' => []], 'AgentErrorCode' => ['type' => 'string', 'max' => 10], 'AggregatorSchemaOnly' => ['type' => 'boolean'], 'AllowedPattern' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ApproveAfterDays' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'AssociatedInstances' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Association' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Targets' => ['shape' => 'Targets'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'Overview' => ['shape' => 'AssociationOverview'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'AssociationName' => ['shape' => 'AssociationName']]], 'AssociationAlreadyExists' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AssociationComplianceSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'UNSPECIFIED']], 'AssociationDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'Date' => ['shape' => 'DateTime'], 'LastUpdateAssociationDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'AssociationStatus'], 'Overview' => ['shape' => 'AssociationOverview'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'Parameters' => ['shape' => 'Parameters'], 'AssociationId' => ['shape' => 'AssociationId'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'LastSuccessfulExecutionDate' => ['shape' => 'DateTime'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity']]], 'AssociationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'AssociationDescription']], 'AssociationDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationExecution' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'ResourceCountByStatus' => ['shape' => 'ResourceCountByStatus']]], 'AssociationExecutionDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Value', 'Type'], 'members' => ['Key' => ['shape' => 'AssociationExecutionFilterKey'], 'Value' => ['shape' => 'AssociationExecutionFilterValue'], 'Type' => ['shape' => 'AssociationFilterOperatorType']]], 'AssociationExecutionFilterKey' => ['type' => 'string', 'enum' => ['ExecutionId', 'Status', 'CreatedTime']], 'AssociationExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionFilter'], 'min' => 1], 'AssociationExecutionFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationExecutionId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'AssociationExecutionTarget' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'ResourceId' => ['shape' => 'AssociationResourceId'], 'ResourceType' => ['shape' => 'AssociationResourceType'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'OutputSource' => ['shape' => 'OutputSource']]], 'AssociationExecutionTargetsFilter' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'AssociationExecutionTargetsFilterKey'], 'Value' => ['shape' => 'AssociationExecutionTargetsFilterValue']]], 'AssociationExecutionTargetsFilterKey' => ['type' => 'string', 'enum' => ['Status', 'ResourceId', 'ResourceType']], 'AssociationExecutionTargetsFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionTargetsFilter'], 'min' => 1], 'AssociationExecutionTargetsFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationExecutionTargetsList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionTarget']], 'AssociationExecutionsList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecution']], 'AssociationFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'AssociationFilterKey'], 'value' => ['shape' => 'AssociationFilterValue']]], 'AssociationFilterKey' => ['type' => 'string', 'enum' => ['InstanceId', 'Name', 'AssociationId', 'AssociationStatusName', 'LastExecutedBefore', 'LastExecutedAfter', 'AssociationName']], 'AssociationFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationFilter'], 'min' => 1], 'AssociationFilterOperatorType' => ['type' => 'string', 'enum' => ['EQUAL', 'LESS_THAN', 'GREATER_THAN']], 'AssociationFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'AssociationIdList' => ['type' => 'list', 'member' => ['shape' => 'AssociationId'], 'max' => 10, 'min' => 1], 'AssociationLimitExceeded' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AssociationList' => ['type' => 'list', 'member' => ['shape' => 'Association']], 'AssociationName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AssociationOverview' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'AssociationStatusAggregatedCount' => ['shape' => 'AssociationStatusAggregatedCount']]], 'AssociationResourceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AssociationResourceType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AssociationStatus' => ['type' => 'structure', 'required' => ['Date', 'Name', 'Message'], 'members' => ['Date' => ['shape' => 'DateTime'], 'Name' => ['shape' => 'AssociationStatusName'], 'Message' => ['shape' => 'StatusMessage'], 'AdditionalInfo' => ['shape' => 'StatusAdditionalInfo']]], 'AssociationStatusAggregatedCount' => ['type' => 'map', 'key' => ['shape' => 'StatusName'], 'value' => ['shape' => 'InstanceCount']], 'AssociationStatusName' => ['type' => 'string', 'enum' => ['Pending', 'Success', 'Failed']], 'AssociationVersion' => ['type' => 'string', 'pattern' => '([$]LATEST)|([1-9][0-9]*)'], 'AssociationVersionInfo' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'CreatedDate' => ['shape' => 'DateTime'], 'Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Parameters' => ['shape' => 'Parameters'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity']]], 'AssociationVersionLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationVersionList' => ['type' => 'list', 'member' => ['shape' => 'AssociationVersionInfo'], 'min' => 1], 'AttachmentContent' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttachmentName'], 'Size' => ['shape' => 'ContentLength'], 'Hash' => ['shape' => 'AttachmentHash'], 'HashType' => ['shape' => 'AttachmentHashType'], 'Url' => ['shape' => 'AttachmentUrl']]], 'AttachmentContentList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentContent']], 'AttachmentHash' => ['type' => 'string', 'max' => 256], 'AttachmentHashType' => ['type' => 'string', 'enum' => ['Sha256']], 'AttachmentIdentifier' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AttachmentInformation' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttachmentName']]], 'AttachmentInformationList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentInformation']], 'AttachmentName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AttachmentUrl' => ['type' => 'string'], 'AttachmentsSource' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'AttachmentsSourceKey'], 'Values' => ['shape' => 'AttachmentsSourceValues'], 'Name' => ['shape' => 'AttachmentIdentifier']]], 'AttachmentsSourceKey' => ['type' => 'string', 'enum' => ['SourceUrl', 'S3FileUrl', 'AttachmentReference']], 'AttachmentsSourceList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentsSource'], 'max' => 20, 'min' => 0], 'AttachmentsSourceValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AttachmentsSourceValues' => ['type' => 'list', 'member' => ['shape' => 'AttachmentsSourceValue'], 'max' => 1, 'min' => 1], 'AttributeName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'AttributeValue' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'AutomationActionName' => ['type' => 'string', 'pattern' => '^aws:[a-zA-Z]{3,25}$'], 'AutomationDefinitionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationDefinitionVersionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecution' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'AutomationExecutionStatus' => ['shape' => 'AutomationExecutionStatus'], 'StepExecutions' => ['shape' => 'StepExecutionList'], 'StepExecutionsTruncated' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'AutomationParameterMap'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'FailureMessage' => ['shape' => 'String'], 'Mode' => ['shape' => 'ExecutionMode'], 'ParentAutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'ExecutedBy' => ['shape' => 'String'], 'CurrentStepName' => ['shape' => 'String'], 'CurrentAction' => ['shape' => 'String'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'ResolvedTargets' => ['shape' => 'ResolvedTargets'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Target' => ['shape' => 'String'], 'TargetLocations' => ['shape' => 'TargetLocations', 'box' => \true], 'ProgressCounters' => ['shape' => 'ProgressCounters']]], 'AutomationExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'AutomationExecutionFilterKey'], 'Values' => ['shape' => 'AutomationExecutionFilterValueList']]], 'AutomationExecutionFilterKey' => ['type' => 'string', 'enum' => ['DocumentNamePrefix', 'ExecutionStatus', 'ExecutionId', 'ParentExecutionId', 'CurrentAction', 'StartTimeBefore', 'StartTimeAfter', 'AutomationType', 'TagKey']], 'AutomationExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionFilter'], 'max' => 10, 'min' => 1], 'AutomationExecutionFilterValue' => ['type' => 'string', 'max' => 150, 'min' => 1], 'AutomationExecutionFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionFilterValue'], 'max' => 10, 'min' => 1], 'AutomationExecutionId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'AutomationExecutionLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecutionMetadata' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AutomationExecutionStatus' => ['shape' => 'AutomationExecutionStatus'], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'ExecutedBy' => ['shape' => 'String'], 'LogFile' => ['shape' => 'String'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'Mode' => ['shape' => 'ExecutionMode'], 'ParentAutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'CurrentStepName' => ['shape' => 'String'], 'CurrentAction' => ['shape' => 'String'], 'FailureMessage' => ['shape' => 'String'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'ResolvedTargets' => ['shape' => 'ResolvedTargets'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Target' => ['shape' => 'String'], 'AutomationType' => ['shape' => 'AutomationType']]], 'AutomationExecutionMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionMetadata']], 'AutomationExecutionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecutionStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Waiting', 'Success', 'TimedOut', 'Cancelling', 'Cancelled', 'Failed']], 'AutomationParameterKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AutomationParameterMap' => ['type' => 'map', 'key' => ['shape' => 'AutomationParameterKey'], 'value' => ['shape' => 'AutomationParameterValueList'], 'max' => 200, 'min' => 1], 'AutomationParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1], 'AutomationParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'AutomationParameterValue'], 'max' => 10, 'min' => 0], 'AutomationStepNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationTargetParameterName' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AutomationType' => ['type' => 'string', 'enum' => ['CrossAccount', 'Local']], 'BaselineDescription' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'BaselineId' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '^[a-zA-Z0-9_\\-:/]{20,128}$'], 'BaselineName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'BatchErrorMessage' => ['type' => 'string'], 'Boolean' => ['type' => 'boolean'], 'CalendarNameOrARN' => ['type' => 'string'], 'CalendarNameOrARNList' => ['type' => 'list', 'member' => ['shape' => 'CalendarNameOrARN']], 'CalendarState' => ['type' => 'string', 'enum' => ['OPEN', 'CLOSED']], 'CancelCommandRequest' => ['type' => 'structure', 'required' => ['CommandId'], 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceIds' => ['shape' => 'InstanceIdList']]], 'CancelCommandResult' => ['type' => 'structure', 'members' => []], 'CancelMaintenanceWindowExecutionRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'CancelMaintenanceWindowExecutionResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CloudWatchLogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1], 'CloudWatchOutputConfig' => ['type' => 'structure', 'members' => ['CloudWatchLogGroupName' => ['shape' => 'CloudWatchLogGroupName'], 'CloudWatchOutputEnabled' => ['shape' => 'CloudWatchOutputEnabled']]], 'CloudWatchOutputEnabled' => ['type' => 'boolean'], 'Command' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Comment' => ['shape' => 'Comment'], 'ExpiresAfter' => ['shape' => 'DateTime'], 'Parameters' => ['shape' => 'Parameters'], 'InstanceIds' => ['shape' => 'InstanceIdList'], 'Targets' => ['shape' => 'Targets'], 'RequestedDateTime' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'CommandStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'TargetCount' => ['shape' => 'TargetCount'], 'CompletedCount' => ['shape' => 'CompletedCount'], 'ErrorCount' => ['shape' => 'ErrorCount'], 'DeliveryTimedOutCount' => ['shape' => 'DeliveryTimedOutCount'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'CommandFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'CommandFilterKey'], 'value' => ['shape' => 'CommandFilterValue']]], 'CommandFilterKey' => ['type' => 'string', 'enum' => ['InvokedAfter', 'InvokedBefore', 'Status', 'ExecutionStage', 'DocumentName']], 'CommandFilterList' => ['type' => 'list', 'member' => ['shape' => 'CommandFilter'], 'max' => 5, 'min' => 1], 'CommandFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1], 'CommandId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'CommandInvocation' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'InstanceName' => ['shape' => 'InstanceTagName'], 'Comment' => ['shape' => 'Comment'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'RequestedDateTime' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'CommandInvocationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'TraceOutput' => ['shape' => 'InvocationTraceOutput'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorUrl' => ['shape' => 'Url'], 'CommandPlugins' => ['shape' => 'CommandPluginList'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'CommandInvocationList' => ['type' => 'list', 'member' => ['shape' => 'CommandInvocation']], 'CommandInvocationStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Delayed', 'Success', 'Cancelled', 'TimedOut', 'Failed', 'Cancelling']], 'CommandList' => ['type' => 'list', 'member' => ['shape' => 'Command']], 'CommandMaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'CommandPlugin' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CommandPluginName'], 'Status' => ['shape' => 'CommandPluginStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'ResponseCode' => ['shape' => 'ResponseCode'], 'ResponseStartDateTime' => ['shape' => 'DateTime'], 'ResponseFinishDateTime' => ['shape' => 'DateTime'], 'Output' => ['shape' => 'CommandPluginOutput'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorUrl' => ['shape' => 'Url'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'CommandPluginList' => ['type' => 'list', 'member' => ['shape' => 'CommandPlugin']], 'CommandPluginName' => ['type' => 'string', 'min' => 4], 'CommandPluginOutput' => ['type' => 'string', 'max' => 2500], 'CommandPluginStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Success', 'TimedOut', 'Cancelled', 'Failed']], 'CommandStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Success', 'Cancelled', 'Failed', 'TimedOut', 'Cancelling']], 'Comment' => ['type' => 'string', 'max' => 100], 'CompletedCount' => ['type' => 'integer'], 'ComplianceExecutionId' => ['type' => 'string', 'max' => 100], 'ComplianceExecutionSummary' => ['type' => 'structure', 'required' => ['ExecutionTime'], 'members' => ['ExecutionTime' => ['shape' => 'DateTime'], 'ExecutionId' => ['shape' => 'ComplianceExecutionId'], 'ExecutionType' => ['shape' => 'ComplianceExecutionType']]], 'ComplianceExecutionType' => ['type' => 'string', 'max' => 50], 'ComplianceFilterValue' => ['type' => 'string'], 'ComplianceItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ResourceId' => ['shape' => 'ComplianceResourceId'], 'Id' => ['shape' => 'ComplianceItemId'], 'Title' => ['shape' => 'ComplianceItemTitle'], 'Status' => ['shape' => 'ComplianceStatus'], 'Severity' => ['shape' => 'ComplianceSeverity'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'Details' => ['shape' => 'ComplianceItemDetails']]], 'ComplianceItemContentHash' => ['type' => 'string', 'max' => 256], 'ComplianceItemDetails' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'ComplianceItemEntry' => ['type' => 'structure', 'required' => ['Severity', 'Status'], 'members' => ['Id' => ['shape' => 'ComplianceItemId'], 'Title' => ['shape' => 'ComplianceItemTitle'], 'Severity' => ['shape' => 'ComplianceSeverity'], 'Status' => ['shape' => 'ComplianceStatus'], 'Details' => ['shape' => 'ComplianceItemDetails']]], 'ComplianceItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceItemEntry'], 'max' => 10000, 'min' => 0], 'ComplianceItemId' => ['type' => 'string'], 'ComplianceItemList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceItem']], 'ComplianceItemTitle' => ['type' => 'string', 'max' => 500], 'ComplianceQueryOperatorType' => ['type' => 'string', 'enum' => ['EQUAL', 'NOT_EQUAL', 'BEGIN_WITH', 'LESS_THAN', 'GREATER_THAN']], 'ComplianceResourceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ComplianceResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceResourceId'], 'min' => 1], 'ComplianceResourceType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ComplianceResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceResourceType'], 'min' => 1], 'ComplianceSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'INFORMATIONAL', 'UNSPECIFIED']], 'ComplianceStatus' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'ComplianceStringFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ComplianceStringFilterKey'], 'Values' => ['shape' => 'ComplianceStringFilterValueList'], 'Type' => ['shape' => 'ComplianceQueryOperatorType']]], 'ComplianceStringFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'ComplianceStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceStringFilter']], 'ComplianceStringFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceFilterValue'], 'max' => 20, 'min' => 1], 'ComplianceSummaryCount' => ['type' => 'integer'], 'ComplianceSummaryItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'CompliantSummary' => ['shape' => 'CompliantSummary'], 'NonCompliantSummary' => ['shape' => 'NonCompliantSummary']]], 'ComplianceSummaryItemList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceSummaryItem']], 'ComplianceTypeCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ComplianceTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[A-Za-z0-9_\\-]\\w+|Custom:[a-zA-Z0-9_\\-]\\w+'], 'CompliantSummary' => ['type' => 'structure', 'members' => ['CompliantCount' => ['shape' => 'ComplianceSummaryCount'], 'SeveritySummary' => ['shape' => 'SeveritySummary']]], 'ComputerName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['Connected', 'NotConnected']], 'ContentLength' => ['type' => 'long'], 'CreateActivationRequest' => ['type' => 'structure', 'required' => ['IamRole'], 'members' => ['Description' => ['shape' => 'ActivationDescription'], 'DefaultInstanceName' => ['shape' => 'DefaultInstanceName'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationLimit' => ['shape' => 'RegistrationLimit', 'box' => \true], 'ExpirationDate' => ['shape' => 'ExpirationDate'], 'Tags' => ['shape' => 'TagList']]], 'CreateActivationResult' => ['type' => 'structure', 'members' => ['ActivationId' => ['shape' => 'ActivationId'], 'ActivationCode' => ['shape' => 'ActivationCode']]], 'CreateAssociationBatchRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'CreateAssociationBatchRequestEntries']]], 'CreateAssociationBatchRequestEntries' => ['type' => 'list', 'member' => ['shape' => 'CreateAssociationBatchRequestEntry'], 'min' => 1], 'CreateAssociationBatchRequestEntry' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'Parameters' => ['shape' => 'Parameters'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity']]], 'CreateAssociationBatchResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'AssociationDescriptionList'], 'Failed' => ['shape' => 'FailedCreateAssociationList']]], 'CreateAssociationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'InstanceId' => ['shape' => 'InstanceId'], 'Parameters' => ['shape' => 'Parameters'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity']]], 'CreateAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'CreateDocumentRequest' => ['type' => 'structure', 'required' => ['Content', 'Name'], 'members' => ['Content' => ['shape' => 'DocumentContent'], 'Requires' => ['shape' => 'DocumentRequiresList'], 'Attachments' => ['shape' => 'AttachmentsSourceList'], 'Name' => ['shape' => 'DocumentName'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentType' => ['shape' => 'DocumentType'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList']]], 'CreateDocumentResult' => ['type' => 'structure', 'members' => ['DocumentDescription' => ['shape' => 'DocumentDescription']]], 'CreateMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['Name', 'Schedule', 'Duration', 'Cutoff', 'AllowUnassociatedTargets'], 'members' => ['Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'CreateOpsItemRequest' => ['type' => 'structure', 'required' => ['Description', 'Source', 'Title'], 'members' => ['Description' => ['shape' => 'OpsItemDescription'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Source' => ['shape' => 'OpsItemSource'], 'Title' => ['shape' => 'OpsItemTitle'], 'Tags' => ['shape' => 'TagList'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'CreateOpsItemResponse' => ['type' => 'structure', 'members' => ['OpsItemId' => ['shape' => 'String']]], 'CreatePatchBaselineRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem'], 'Name' => ['shape' => 'BaselineName'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreatePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'CreateResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'S3Destination' => ['shape' => 'ResourceDataSyncS3Destination'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSource']]], 'CreateResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'CreatedDate' => ['type' => 'timestamp'], 'CustomSchemaCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DateTime' => ['type' => 'timestamp'], 'DefaultBaseline' => ['type' => 'boolean'], 'DefaultInstanceName' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'DeleteActivationRequest' => ['type' => 'structure', 'required' => ['ActivationId'], 'members' => ['ActivationId' => ['shape' => 'ActivationId']]], 'DeleteActivationResult' => ['type' => 'structure', 'members' => []], 'DeleteAssociationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId']]], 'DeleteAssociationResult' => ['type' => 'structure', 'members' => []], 'DeleteDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'Force' => ['shape' => 'Boolean']]], 'DeleteDocumentResult' => ['type' => 'structure', 'members' => []], 'DeleteInventoryRequest' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaDeleteOption' => ['shape' => 'InventorySchemaDeleteOption'], 'DryRun' => ['shape' => 'DryRun'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'DeleteInventoryResult' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'DeletionSummary' => ['shape' => 'InventoryDeletionSummary']]], 'DeleteMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'DeleteMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'DeleteParameterRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName']]], 'DeleteParameterResult' => ['type' => 'structure', 'members' => []], 'DeleteParametersRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'ParameterNameList']]], 'DeleteParametersResult' => ['type' => 'structure', 'members' => ['DeletedParameters' => ['shape' => 'ParameterNameList'], 'InvalidParameters' => ['shape' => 'ParameterNameList']]], 'DeletePatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'DeletePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'DeleteResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType']]], 'DeleteResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'DeliveryTimedOutCount' => ['type' => 'integer'], 'DeregisterManagedInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'ManagedInstanceId']]], 'DeregisterManagedInstanceResult' => ['type' => 'structure', 'members' => []], 'DeregisterPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['BaselineId', 'PatchGroup'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'DeregisterPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'DeregisterTargetFromMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTargetId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Safe' => ['shape' => 'Boolean', 'box' => \true]]], 'DeregisterTargetFromMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId']]], 'DeregisterTaskFromMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'DeregisterTaskFromMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'DescribeActivationsFilter' => ['type' => 'structure', 'members' => ['FilterKey' => ['shape' => 'DescribeActivationsFilterKeys'], 'FilterValues' => ['shape' => 'StringList']]], 'DescribeActivationsFilterKeys' => ['type' => 'string', 'enum' => ['ActivationIds', 'DefaultInstanceName', 'IamRole']], 'DescribeActivationsFilterList' => ['type' => 'list', 'member' => ['shape' => 'DescribeActivationsFilter']], 'DescribeActivationsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'DescribeActivationsFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeActivationsResult' => ['type' => 'structure', 'members' => ['ActivationList' => ['shape' => 'ActivationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionTargetsRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'ExecutionId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'Filters' => ['shape' => 'AssociationExecutionTargetsFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionTargetsResult' => ['type' => 'structure', 'members' => ['AssociationExecutionTargets' => ['shape' => 'AssociationExecutionTargetsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionsRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Filters' => ['shape' => 'AssociationExecutionFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionsResult' => ['type' => 'structure', 'members' => ['AssociationExecutions' => ['shape' => 'AssociationExecutionsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion']]], 'DescribeAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'DescribeAutomationExecutionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'AutomationExecutionFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAutomationExecutionsResult' => ['type' => 'structure', 'members' => ['AutomationExecutionMetadataList' => ['shape' => 'AutomationExecutionMetadataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAutomationStepExecutionsRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'Filters' => ['shape' => 'StepExecutionFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'ReverseOrder' => ['shape' => 'Boolean', 'box' => \true]]], 'DescribeAutomationStepExecutionsResult' => ['type' => 'structure', 'members' => ['StepExecutions' => ['shape' => 'StepExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAvailablePatchesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAvailablePatchesResult' => ['type' => 'structure', 'members' => ['Patches' => ['shape' => 'PatchList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDocumentPermissionRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionType'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'PermissionType' => ['shape' => 'DocumentPermissionType']]], 'DescribeDocumentPermissionResponse' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList'], 'AccountSharingInfoList' => ['shape' => 'AccountSharingInfoList']]], 'DescribeDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName']]], 'DescribeDocumentResult' => ['type' => 'structure', 'members' => ['Document' => ['shape' => 'DocumentDescription']]], 'DescribeEffectiveInstanceAssociationsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'EffectiveInstanceAssociationMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectiveInstanceAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'InstanceAssociationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectivePatchesForPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectivePatchesForPatchBaselineResult' => ['type' => 'structure', 'members' => ['EffectivePatches' => ['shape' => 'EffectivePatchList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceAssociationsStatusRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceAssociationsStatusResult' => ['type' => 'structure', 'members' => ['InstanceAssociationStatusInfos' => ['shape' => 'InstanceAssociationStatusInfos'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceInformationRequest' => ['type' => 'structure', 'members' => ['InstanceInformationFilterList' => ['shape' => 'InstanceInformationFilterList'], 'Filters' => ['shape' => 'InstanceInformationStringFilterList'], 'MaxResults' => ['shape' => 'MaxResultsEC2Compatible', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceInformationResult' => ['type' => 'structure', 'members' => ['InstanceInformationList' => ['shape' => 'InstanceInformationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchStatesForPatchGroupRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'Filters' => ['shape' => 'InstancePatchStateFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchStatesForPatchGroupResult' => ['type' => 'structure', 'members' => ['InstancePatchStates' => ['shape' => 'InstancePatchStatesList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchStatesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchStatesResult' => ['type' => 'structure', 'members' => ['InstancePatchStates' => ['shape' => 'InstancePatchStateList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchesResult' => ['type' => 'structure', 'members' => ['Patches' => ['shape' => 'PatchComplianceDataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInventoryDeletionsRequest' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'DescribeInventoryDeletionsResult' => ['type' => 'structure', 'members' => ['InventoryDeletions' => ['shape' => 'InventoryDeletionsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocationsResult' => ['type' => 'structure', 'members' => ['WindowExecutionTaskInvocationIdentities' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTasksRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTasksResult' => ['type' => 'structure', 'members' => ['WindowExecutionTaskIdentities' => ['shape' => 'MaintenanceWindowExecutionTaskIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionsRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionsResult' => ['type' => 'structure', 'members' => ['WindowExecutions' => ['shape' => 'MaintenanceWindowExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowScheduleRequest' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Targets' => ['shape' => 'Targets'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowSearchMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowScheduleResult' => ['type' => 'structure', 'members' => ['ScheduledWindowExecutions' => ['shape' => 'ScheduledWindowExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTargetsRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTargetsResult' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'MaintenanceWindowTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTasksRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTasksResult' => ['type' => 'structure', 'members' => ['Tasks' => ['shape' => 'MaintenanceWindowTaskList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsForTargetRequest' => ['type' => 'structure', 'required' => ['Targets', 'ResourceType'], 'members' => ['Targets' => ['shape' => 'Targets'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'MaxResults' => ['shape' => 'MaintenanceWindowSearchMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsForTargetResult' => ['type' => 'structure', 'members' => ['WindowIdentities' => ['shape' => 'MaintenanceWindowsForTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsResult' => ['type' => 'structure', 'members' => ['WindowIdentities' => ['shape' => 'MaintenanceWindowIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeOpsItemsRequest' => ['type' => 'structure', 'members' => ['OpsItemFilters' => ['shape' => 'OpsItemFilters'], 'MaxResults' => ['shape' => 'OpsItemMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeOpsItemsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String'], 'OpsItemSummaries' => ['shape' => 'OpsItemSummaries']]], 'DescribeParametersRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ParametersFilterList'], 'ParameterFilters' => ['shape' => 'ParameterStringFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeParametersResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterMetadataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchBaselinesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchBaselinesResult' => ['type' => 'structure', 'members' => ['BaselineIdentities' => ['shape' => 'PatchBaselineIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchGroupStateRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup']]], 'DescribePatchGroupStateResult' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'Integer'], 'InstancesWithInstalledPatches' => ['shape' => 'Integer'], 'InstancesWithInstalledOtherPatches' => ['shape' => 'Integer'], 'InstancesWithInstalledPendingRebootPatches' => ['shape' => 'InstancesCount', 'box' => \true], 'InstancesWithInstalledRejectedPatches' => ['shape' => 'InstancesCount', 'box' => \true], 'InstancesWithMissingPatches' => ['shape' => 'Integer'], 'InstancesWithFailedPatches' => ['shape' => 'Integer'], 'InstancesWithNotApplicablePatches' => ['shape' => 'Integer'], 'InstancesWithUnreportedNotApplicablePatches' => ['shape' => 'Integer', 'box' => \true]]], 'DescribePatchGroupsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchGroupsResult' => ['type' => 'structure', 'members' => ['Mappings' => ['shape' => 'PatchGroupPatchBaselineMappingList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchPropertiesRequest' => ['type' => 'structure', 'required' => ['OperatingSystem', 'Property'], 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem'], 'Property' => ['shape' => 'PatchProperty'], 'PatchSet' => ['shape' => 'PatchSet'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchPropertiesResult' => ['type' => 'structure', 'members' => ['Properties' => ['shape' => 'PatchPropertiesList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeSessionsRequest' => ['type' => 'structure', 'required' => ['State'], 'members' => ['State' => ['shape' => 'SessionState'], 'MaxResults' => ['shape' => 'SessionMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'SessionFilterList']]], 'DescribeSessionsResponse' => ['type' => 'structure', 'members' => ['Sessions' => ['shape' => 'SessionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescriptionInDocument' => ['type' => 'string'], 'DocumentARN' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.:/]{3,128}$'], 'DocumentAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentContent' => ['type' => 'string', 'min' => 1], 'DocumentDefaultVersionDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentName'], 'DefaultVersion' => ['shape' => 'DocumentVersion'], 'DefaultVersionName' => ['shape' => 'DocumentVersionName']]], 'DocumentDescription' => ['type' => 'structure', 'members' => ['Sha1' => ['shape' => 'DocumentSha1'], 'Hash' => ['shape' => 'DocumentHash'], 'HashType' => ['shape' => 'DocumentHashType'], 'Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'Owner' => ['shape' => 'DocumentOwner'], 'CreatedDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Description' => ['shape' => 'DescriptionInDocument'], 'Parameters' => ['shape' => 'DocumentParameterList'], 'PlatformTypes' => ['shape' => 'PlatformTypeList'], 'DocumentType' => ['shape' => 'DocumentType'], 'SchemaVersion' => ['shape' => 'DocumentSchemaVersion'], 'LatestVersion' => ['shape' => 'DocumentVersion'], 'DefaultVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList'], 'AttachmentsInformation' => ['shape' => 'AttachmentInformationList'], 'Requires' => ['shape' => 'DocumentRequiresList']]], 'DocumentFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'DocumentFilterKey'], 'value' => ['shape' => 'DocumentFilterValue']]], 'DocumentFilterKey' => ['type' => 'string', 'enum' => ['Name', 'Owner', 'PlatformTypes', 'DocumentType']], 'DocumentFilterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentFilter'], 'min' => 1], 'DocumentFilterValue' => ['type' => 'string', 'min' => 1], 'DocumentFormat' => ['type' => 'string', 'enum' => ['YAML', 'JSON', 'TEXT']], 'DocumentHash' => ['type' => 'string', 'max' => 256], 'DocumentHashType' => ['type' => 'string', 'enum' => ['Sha256', 'Sha1']], 'DocumentIdentifier' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'Owner' => ['shape' => 'DocumentOwner'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'PlatformTypes' => ['shape' => 'PlatformTypeList'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentType' => ['shape' => 'DocumentType'], 'SchemaVersion' => ['shape' => 'DocumentSchemaVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList'], 'Requires' => ['shape' => 'DocumentRequiresList']]], 'DocumentIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'DocumentIdentifier']], 'DocumentKeyValuesFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'DocumentKeyValuesFilterKey'], 'Values' => ['shape' => 'DocumentKeyValuesFilterValues']]], 'DocumentKeyValuesFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DocumentKeyValuesFilterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentKeyValuesFilter'], 'max' => 6, 'min' => 0], 'DocumentKeyValuesFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DocumentKeyValuesFilterValues' => ['type' => 'list', 'member' => ['shape' => 'DocumentKeyValuesFilterValue']], 'DocumentLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'DocumentOwner' => ['type' => 'string'], 'DocumentParameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentParameterName'], 'Type' => ['shape' => 'DocumentParameterType'], 'Description' => ['shape' => 'DocumentParameterDescrption'], 'DefaultValue' => ['shape' => 'DocumentParameterDefaultValue']]], 'DocumentParameterDefaultValue' => ['type' => 'string'], 'DocumentParameterDescrption' => ['type' => 'string'], 'DocumentParameterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentParameter']], 'DocumentParameterName' => ['type' => 'string'], 'DocumentParameterType' => ['type' => 'string', 'enum' => ['String', 'StringList']], 'DocumentPermissionLimit' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentPermissionType' => ['type' => 'string', 'enum' => ['Share']], 'DocumentRequires' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'Version' => ['shape' => 'DocumentVersion']]], 'DocumentRequiresList' => ['type' => 'list', 'member' => ['shape' => 'DocumentRequires'], 'min' => 1], 'DocumentSchemaVersion' => ['type' => 'string', 'pattern' => '([0-9]+)\\.([0-9]+)'], 'DocumentSha1' => ['type' => 'string'], 'DocumentStatus' => ['type' => 'string', 'enum' => ['Creating', 'Active', 'Updating', 'Deleting', 'Failed']], 'DocumentStatusInformation' => ['type' => 'string'], 'DocumentType' => ['type' => 'string', 'enum' => ['Command', 'Policy', 'Automation', 'Session', 'Package', 'ApplicationConfiguration', 'ApplicationConfigurationSchema', 'DeploymentStrategy', 'ChangeCalendar']], 'DocumentVersion' => ['type' => 'string', 'pattern' => '([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)'], 'DocumentVersionInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'CreatedDate' => ['shape' => 'DateTime'], 'IsDefaultVersion' => ['shape' => 'Boolean'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation']]], 'DocumentVersionLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentVersionList' => ['type' => 'list', 'member' => ['shape' => 'DocumentVersionInfo'], 'min' => 1], 'DocumentVersionName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{1,128}$'], 'DocumentVersionNumber' => ['type' => 'string', 'pattern' => '(^[1-9][0-9]*$)'], 'DoesNotExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DryRun' => ['type' => 'boolean'], 'DuplicateDocumentContent' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DuplicateDocumentVersionName' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DuplicateInstanceId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EffectiveInstanceAssociationMaxResults' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'EffectivePatch' => ['type' => 'structure', 'members' => ['Patch' => ['shape' => 'Patch'], 'PatchStatus' => ['shape' => 'PatchStatus']]], 'EffectivePatchList' => ['type' => 'list', 'member' => ['shape' => 'EffectivePatch']], 'ErrorCount' => ['type' => 'integer'], 'ExecutionMode' => ['type' => 'string', 'enum' => ['Auto', 'Interactive']], 'ExecutionRoleName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ExpirationDate' => ['type' => 'timestamp'], 'FailedCreateAssociation' => ['type' => 'structure', 'members' => ['Entry' => ['shape' => 'CreateAssociationBatchRequestEntry'], 'Message' => ['shape' => 'BatchErrorMessage'], 'Fault' => ['shape' => 'Fault']]], 'FailedCreateAssociationList' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateAssociation']], 'FailureDetails' => ['type' => 'structure', 'members' => ['FailureStage' => ['shape' => 'String'], 'FailureType' => ['shape' => 'String'], 'Details' => ['shape' => 'AutomationParameterMap']]], 'Fault' => ['type' => 'string', 'enum' => ['Client', 'Server', 'Unknown']], 'FeatureNotAvailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'GetAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId']]], 'GetAutomationExecutionResult' => ['type' => 'structure', 'members' => ['AutomationExecution' => ['shape' => 'AutomationExecution']]], 'GetCalendarStateRequest' => ['type' => 'structure', 'required' => ['CalendarNames'], 'members' => ['CalendarNames' => ['shape' => 'CalendarNameOrARNList'], 'AtTime' => ['shape' => 'ISO8601String']]], 'GetCalendarStateResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CalendarState'], 'AtTime' => ['shape' => 'ISO8601String'], 'NextTransitionTime' => ['shape' => 'ISO8601String']]], 'GetCommandInvocationRequest' => ['type' => 'structure', 'required' => ['CommandId', 'InstanceId'], 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'PluginName' => ['shape' => 'CommandPluginName']]], 'GetCommandInvocationResult' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Comment' => ['shape' => 'Comment'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'PluginName' => ['shape' => 'CommandPluginName'], 'ResponseCode' => ['shape' => 'ResponseCode'], 'ExecutionStartDateTime' => ['shape' => 'StringDateTime'], 'ExecutionElapsedTime' => ['shape' => 'StringDateTime'], 'ExecutionEndDateTime' => ['shape' => 'StringDateTime'], 'Status' => ['shape' => 'CommandInvocationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'StandardOutputContent' => ['shape' => 'StandardOutputContent'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorContent' => ['shape' => 'StandardErrorContent'], 'StandardErrorUrl' => ['shape' => 'Url'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'GetConnectionStatusRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'SessionTarget']]], 'GetConnectionStatusResponse' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'SessionTarget'], 'Status' => ['shape' => 'ConnectionStatus']]], 'GetDefaultPatchBaselineRequest' => ['type' => 'structure', 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetDefaultPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetDeployablePatchSnapshotForInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'SnapshotId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'SnapshotId' => ['shape' => 'SnapshotId']]], 'GetDeployablePatchSnapshotForInstanceResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'SnapshotDownloadUrl' => ['shape' => 'SnapshotDownloadUrl'], 'Product' => ['shape' => 'Product']]], 'GetDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat']]], 'GetDocumentResult' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation'], 'Content' => ['shape' => 'DocumentContent'], 'DocumentType' => ['shape' => 'DocumentType'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'Requires' => ['shape' => 'DocumentRequiresList'], 'AttachmentsContent' => ['shape' => 'AttachmentContentList']]], 'GetInventoryRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'InventoryFilterList'], 'Aggregators' => ['shape' => 'InventoryAggregatorList'], 'ResultAttributes' => ['shape' => 'ResultAttributeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetInventoryResult' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'InventoryResultEntityList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInventorySchemaMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 50], 'GetInventorySchemaRequest' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeNameFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'GetInventorySchemaMaxResults', 'box' => \true], 'Aggregator' => ['shape' => 'AggregatorSchemaOnly'], 'SubType' => ['shape' => 'IsSubTypeSchema', 'box' => \true]]], 'GetInventorySchemaResult' => ['type' => 'structure', 'members' => ['Schemas' => ['shape' => 'InventoryItemSchemaResultList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetMaintenanceWindowExecutionRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'GetMaintenanceWindowExecutionResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskIds' => ['shape' => 'MaintenanceWindowExecutionTaskIdList'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowExecutionTaskInvocationRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId', 'InvocationId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId']]], 'GetMaintenanceWindowExecutionTaskInvocationResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId'], 'ExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskExecutionId'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'Parameters' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationParameters'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTaskTargetId']]], 'GetMaintenanceWindowExecutionTaskRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId']]], 'GetMaintenanceWindowExecutionTaskResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'Type' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParametersList'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'GetMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'NextExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowTaskRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'GetMaintenanceWindowTaskResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'GetOpsItemRequest' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['OpsItemId' => ['shape' => 'OpsItemId']]], 'GetOpsItemResponse' => ['type' => 'structure', 'members' => ['OpsItem' => ['shape' => 'OpsItem']]], 'GetOpsSummaryRequest' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'Filters' => ['shape' => 'OpsFilterList'], 'Aggregators' => ['shape' => 'OpsAggregatorList'], 'ResultAttributes' => ['shape' => 'OpsResultAttributeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetOpsSummaryResult' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'OpsEntityList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterHistoryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterHistoryResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterHistoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true]]], 'GetParameterResult' => ['type' => 'structure', 'members' => ['Parameter' => ['shape' => 'Parameter']]], 'GetParametersByPathMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'GetParametersByPathRequest' => ['type' => 'structure', 'required' => ['Path'], 'members' => ['Path' => ['shape' => 'PSParameterName'], 'Recursive' => ['shape' => 'Boolean', 'box' => \true], 'ParameterFilters' => ['shape' => 'ParameterStringFilterList'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true], 'MaxResults' => ['shape' => 'GetParametersByPathMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'GetParametersByPathResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParametersRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'ParameterNameList'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true]]], 'GetParametersResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterList'], 'InvalidParameters' => ['shape' => 'ParameterNameList']]], 'GetPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'GetPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'PatchGroups' => ['shape' => 'PatchGroupList'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList']]], 'GetServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId']]], 'GetServiceSettingResult' => ['type' => 'structure', 'members' => ['ServiceSetting' => ['shape' => 'ServiceSetting']]], 'HierarchyLevelLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'HierarchyTypeMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'IPAddress' => ['type' => 'string', 'max' => 46, 'min' => 1], 'ISO8601String' => ['type' => 'string'], 'IamRole' => ['type' => 'string', 'max' => 64], 'IdempotencyToken' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}'], 'IdempotentParameterMismatch' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'IncompatiblePolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InstallOverrideList' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^https://.+$|^s3://([^/]+)/(.*?([^/]+))$'], 'InstanceAggregatedAssociationOverview' => ['type' => 'structure', 'members' => ['DetailedStatus' => ['shape' => 'StatusName'], 'InstanceAssociationStatusAggregatedCount' => ['shape' => 'InstanceAssociationStatusAggregatedCount']]], 'InstanceAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Content' => ['shape' => 'DocumentContent'], 'AssociationVersion' => ['shape' => 'AssociationVersion']]], 'InstanceAssociationExecutionSummary' => ['type' => 'string', 'max' => 512, 'min' => 1], 'InstanceAssociationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceAssociation']], 'InstanceAssociationOutputLocation' => ['type' => 'structure', 'members' => ['S3Location' => ['shape' => 'S3OutputLocation']]], 'InstanceAssociationOutputUrl' => ['type' => 'structure', 'members' => ['S3OutputUrl' => ['shape' => 'S3OutputUrl']]], 'InstanceAssociationStatusAggregatedCount' => ['type' => 'map', 'key' => ['shape' => 'StatusName'], 'value' => ['shape' => 'InstanceCount']], 'InstanceAssociationStatusInfo' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'InstanceId' => ['shape' => 'InstanceId'], 'ExecutionDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'ExecutionSummary' => ['shape' => 'InstanceAssociationExecutionSummary'], 'ErrorCode' => ['shape' => 'AgentErrorCode'], 'OutputUrl' => ['shape' => 'InstanceAssociationOutputUrl'], 'AssociationName' => ['shape' => 'AssociationName']]], 'InstanceAssociationStatusInfos' => ['type' => 'list', 'member' => ['shape' => 'InstanceAssociationStatusInfo']], 'InstanceCount' => ['type' => 'integer'], 'InstanceId' => ['type' => 'string', 'pattern' => '(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)'], 'InstanceIdList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId'], 'max' => 50, 'min' => 0], 'InstanceInformation' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'PingStatus' => ['shape' => 'PingStatus'], 'LastPingDateTime' => ['shape' => 'DateTime', 'box' => \true], 'AgentVersion' => ['shape' => 'Version'], 'IsLatestVersion' => ['shape' => 'Boolean', 'box' => \true], 'PlatformType' => ['shape' => 'PlatformType'], 'PlatformName' => ['shape' => 'String'], 'PlatformVersion' => ['shape' => 'String'], 'ActivationId' => ['shape' => 'ActivationId'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationDate' => ['shape' => 'DateTime', 'box' => \true], 'ResourceType' => ['shape' => 'ResourceType'], 'Name' => ['shape' => 'String'], 'IPAddress' => ['shape' => 'IPAddress'], 'ComputerName' => ['shape' => 'ComputerName'], 'AssociationStatus' => ['shape' => 'StatusName'], 'LastAssociationExecutionDate' => ['shape' => 'DateTime'], 'LastSuccessfulAssociationExecutionDate' => ['shape' => 'DateTime'], 'AssociationOverview' => ['shape' => 'InstanceAggregatedAssociationOverview']]], 'InstanceInformationFilter' => ['type' => 'structure', 'required' => ['key', 'valueSet'], 'members' => ['key' => ['shape' => 'InstanceInformationFilterKey'], 'valueSet' => ['shape' => 'InstanceInformationFilterValueSet']]], 'InstanceInformationFilterKey' => ['type' => 'string', 'enum' => ['InstanceIds', 'AgentVersion', 'PingStatus', 'PlatformTypes', 'ActivationIds', 'IamRole', 'ResourceType', 'AssociationStatus']], 'InstanceInformationFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationFilter'], 'min' => 0], 'InstanceInformationFilterValue' => ['type' => 'string', 'min' => 1], 'InstanceInformationFilterValueSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationFilterValue'], 'max' => 100, 'min' => 1], 'InstanceInformationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformation']], 'InstanceInformationStringFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'InstanceInformationStringFilterKey'], 'Values' => ['shape' => 'InstanceInformationFilterValueSet']]], 'InstanceInformationStringFilterKey' => ['type' => 'string', 'min' => 1], 'InstanceInformationStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationStringFilter'], 'min' => 0], 'InstancePatchState' => ['type' => 'structure', 'required' => ['InstanceId', 'PatchGroup', 'BaselineId', 'OperationStartTime', 'OperationEndTime', 'Operation'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'PatchGroup' => ['shape' => 'PatchGroup'], 'BaselineId' => ['shape' => 'BaselineId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'InstallOverrideList' => ['shape' => 'InstallOverrideList'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'InstalledCount' => ['shape' => 'PatchInstalledCount'], 'InstalledOtherCount' => ['shape' => 'PatchInstalledOtherCount'], 'InstalledPendingRebootCount' => ['shape' => 'PatchInstalledPendingRebootCount', 'box' => \true], 'InstalledRejectedCount' => ['shape' => 'PatchInstalledRejectedCount', 'box' => \true], 'MissingCount' => ['shape' => 'PatchMissingCount'], 'FailedCount' => ['shape' => 'PatchFailedCount'], 'UnreportedNotApplicableCount' => ['shape' => 'PatchUnreportedNotApplicableCount', 'box' => \true], 'NotApplicableCount' => ['shape' => 'PatchNotApplicableCount'], 'OperationStartTime' => ['shape' => 'DateTime'], 'OperationEndTime' => ['shape' => 'DateTime'], 'Operation' => ['shape' => 'PatchOperationType'], 'LastNoRebootInstallOperationTime' => ['shape' => 'DateTime'], 'RebootOption' => ['shape' => 'RebootOption']]], 'InstancePatchStateFilter' => ['type' => 'structure', 'required' => ['Key', 'Values', 'Type'], 'members' => ['Key' => ['shape' => 'InstancePatchStateFilterKey'], 'Values' => ['shape' => 'InstancePatchStateFilterValues'], 'Type' => ['shape' => 'InstancePatchStateOperatorType']]], 'InstancePatchStateFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InstancePatchStateFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchStateFilter'], 'max' => 4, 'min' => 0], 'InstancePatchStateFilterValue' => ['type' => 'string'], 'InstancePatchStateFilterValues' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchStateFilterValue'], 'max' => 1, 'min' => 1], 'InstancePatchStateList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchState']], 'InstancePatchStateOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'LessThan', 'GreaterThan']], 'InstancePatchStatesList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchState'], 'max' => 5, 'min' => 1], 'InstanceTagName' => ['type' => 'string', 'max' => 255], 'InstancesCount' => ['type' => 'integer'], 'Integer' => ['type' => 'integer'], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidActivation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidActivationId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAggregatorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAllowedPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAssociation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAssociationVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationExecutionParametersException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationSignalException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationStatusUpdateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidCommandId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeleteInventoryParametersException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDeletionIdException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocument' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentContent' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentSchemaVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilter' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilterKey' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFilterOption' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilterValue' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInstanceId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInstanceInformationFilterValue' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryGroupException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryItemContextException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidItemContentException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidKeyId' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNotificationConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidOptionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidOutputFolder' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOutputLocation' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPermissionType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPluginName' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPolicyAttributeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPolicyTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidResourceId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResourceType' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResultAttributeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRole' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidSchedule' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTarget' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTypeNameException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidUpdate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InventoryAggregator' => ['type' => 'structure', 'members' => ['Expression' => ['shape' => 'InventoryAggregatorExpression'], 'Aggregators' => ['shape' => 'InventoryAggregatorList'], 'Groups' => ['shape' => 'InventoryGroupList']]], 'InventoryAggregatorExpression' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'InventoryAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'InventoryAggregator'], 'max' => 10, 'min' => 1], 'InventoryAttributeDataType' => ['type' => 'string', 'enum' => ['string', 'number']], 'InventoryDeletionId' => ['type' => 'string'], 'InventoryDeletionLastStatusMessage' => ['type' => 'string'], 'InventoryDeletionLastStatusUpdateTime' => ['type' => 'timestamp'], 'InventoryDeletionStartTime' => ['type' => 'timestamp'], 'InventoryDeletionStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Complete']], 'InventoryDeletionStatusItem' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'DeletionStartTime' => ['shape' => 'InventoryDeletionStartTime'], 'LastStatus' => ['shape' => 'InventoryDeletionStatus'], 'LastStatusMessage' => ['shape' => 'InventoryDeletionLastStatusMessage'], 'DeletionSummary' => ['shape' => 'InventoryDeletionSummary'], 'LastStatusUpdateTime' => ['shape' => 'InventoryDeletionLastStatusUpdateTime']]], 'InventoryDeletionSummary' => ['type' => 'structure', 'members' => ['TotalCount' => ['shape' => 'TotalCount'], 'RemainingCount' => ['shape' => 'RemainingCount'], 'SummaryItems' => ['shape' => 'InventoryDeletionSummaryItems']]], 'InventoryDeletionSummaryItem' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'InventoryItemSchemaVersion'], 'Count' => ['shape' => 'ResourceCount'], 'RemainingCount' => ['shape' => 'RemainingCount']]], 'InventoryDeletionSummaryItems' => ['type' => 'list', 'member' => ['shape' => 'InventoryDeletionSummaryItem']], 'InventoryDeletionsList' => ['type' => 'list', 'member' => ['shape' => 'InventoryDeletionStatusItem']], 'InventoryFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'InventoryFilterKey'], 'Values' => ['shape' => 'InventoryFilterValueList'], 'Type' => ['shape' => 'InventoryQueryOperatorType']]], 'InventoryFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InventoryFilterList' => ['type' => 'list', 'member' => ['shape' => 'InventoryFilter'], 'max' => 5, 'min' => 1], 'InventoryFilterValue' => ['type' => 'string'], 'InventoryFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'InventoryFilterValue'], 'max' => 40, 'min' => 1], 'InventoryGroup' => ['type' => 'structure', 'required' => ['Name', 'Filters'], 'members' => ['Name' => ['shape' => 'InventoryGroupName'], 'Filters' => ['shape' => 'InventoryFilterList']]], 'InventoryGroupList' => ['type' => 'list', 'member' => ['shape' => 'InventoryGroup'], 'max' => 15, 'min' => 1], 'InventoryGroupName' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InventoryItem' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaVersion', 'CaptureTime'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'ContentHash' => ['shape' => 'InventoryItemContentHash'], 'Content' => ['shape' => 'InventoryItemEntryList'], 'Context' => ['shape' => 'InventoryItemContentContext']]], 'InventoryItemAttribute' => ['type' => 'structure', 'required' => ['Name', 'DataType'], 'members' => ['Name' => ['shape' => 'InventoryItemAttributeName'], 'DataType' => ['shape' => 'InventoryAttributeDataType']]], 'InventoryItemAttributeList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemAttribute'], 'max' => 50, 'min' => 1], 'InventoryItemAttributeName' => ['type' => 'string'], 'InventoryItemCaptureTime' => ['type' => 'string', 'pattern' => '^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$'], 'InventoryItemContentContext' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'InventoryItemContentHash' => ['type' => 'string', 'max' => 256], 'InventoryItemEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'InventoryItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemEntry'], 'max' => 10000, 'min' => 0], 'InventoryItemList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItem'], 'max' => 30, 'min' => 1], 'InventoryItemSchema' => ['type' => 'structure', 'required' => ['TypeName', 'Attributes'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Version' => ['shape' => 'InventoryItemSchemaVersion'], 'Attributes' => ['shape' => 'InventoryItemAttributeList'], 'DisplayName' => ['shape' => 'InventoryTypeDisplayName']]], 'InventoryItemSchemaResultList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemSchema']], 'InventoryItemSchemaVersion' => ['type' => 'string', 'pattern' => '^([0-9]{1,6})(\\.[0-9]{1,6})$'], 'InventoryItemTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(AWS|Custom):.*$'], 'InventoryItemTypeNameFilter' => ['type' => 'string', 'max' => 100, 'min' => 0], 'InventoryQueryOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'BeginWith', 'LessThan', 'GreaterThan', 'Exists']], 'InventoryResultEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InventoryResultEntityId'], 'Data' => ['shape' => 'InventoryResultItemMap']]], 'InventoryResultEntityId' => ['type' => 'string'], 'InventoryResultEntityList' => ['type' => 'list', 'member' => ['shape' => 'InventoryResultEntity']], 'InventoryResultItem' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaVersion', 'Content'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'ContentHash' => ['shape' => 'InventoryItemContentHash'], 'Content' => ['shape' => 'InventoryItemEntryList']]], 'InventoryResultItemKey' => ['type' => 'string'], 'InventoryResultItemMap' => ['type' => 'map', 'key' => ['shape' => 'InventoryResultItemKey'], 'value' => ['shape' => 'InventoryResultItem']], 'InventorySchemaDeleteOption' => ['type' => 'string', 'enum' => ['DisableSchema', 'DeleteSchema']], 'InventoryTypeDisplayName' => ['type' => 'string'], 'InvocationDoesNotExist' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvocationTraceOutput' => ['type' => 'string', 'max' => 2500], 'IsSubTypeSchema' => ['type' => 'boolean'], 'ItemContentMismatchException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'ItemSizeLimitExceededException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'LabelParameterVersionRequest' => ['type' => 'structure', 'required' => ['Name', 'Labels'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'ParameterVersion' => ['shape' => 'PSParameterVersion', 'box' => \true], 'Labels' => ['shape' => 'ParameterLabelList']]], 'LabelParameterVersionResult' => ['type' => 'structure', 'members' => ['InvalidLabels' => ['shape' => 'ParameterLabelList'], 'ParameterVersion' => ['shape' => 'PSParameterVersion']]], 'LastResourceDataSyncMessage' => ['type' => 'string'], 'LastResourceDataSyncStatus' => ['type' => 'string', 'enum' => ['Successful', 'Failed', 'InProgress']], 'LastResourceDataSyncTime' => ['type' => 'timestamp'], 'LastSuccessfulResourceDataSyncTime' => ['type' => 'timestamp'], 'ListAssociationVersionsRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationVersionsResult' => ['type' => 'structure', 'members' => ['AssociationVersions' => ['shape' => 'AssociationVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationsRequest' => ['type' => 'structure', 'members' => ['AssociationFilterList' => ['shape' => 'AssociationFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'AssociationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCommandInvocationsRequest' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'CommandMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'CommandFilterList'], 'Details' => ['shape' => 'Boolean']]], 'ListCommandInvocationsResult' => ['type' => 'structure', 'members' => ['CommandInvocations' => ['shape' => 'CommandInvocationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCommandsRequest' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'CommandMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'CommandFilterList']]], 'ListCommandsResult' => ['type' => 'structure', 'members' => ['Commands' => ['shape' => 'CommandList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListComplianceItemsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'ResourceIds' => ['shape' => 'ComplianceResourceIdList'], 'ResourceTypes' => ['shape' => 'ComplianceResourceTypeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListComplianceItemsResult' => ['type' => 'structure', 'members' => ['ComplianceItems' => ['shape' => 'ComplianceItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListComplianceSummariesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListComplianceSummariesResult' => ['type' => 'structure', 'members' => ['ComplianceSummaryItems' => ['shape' => 'ComplianceSummaryItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentVersionsRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentVersionsResult' => ['type' => 'structure', 'members' => ['DocumentVersions' => ['shape' => 'DocumentVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentsRequest' => ['type' => 'structure', 'members' => ['DocumentFilterList' => ['shape' => 'DocumentFilterList'], 'Filters' => ['shape' => 'DocumentKeyValuesFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentsResult' => ['type' => 'structure', 'members' => ['DocumentIdentifiers' => ['shape' => 'DocumentIdentifierList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListInventoryEntriesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'TypeName'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'Filters' => ['shape' => 'InventoryFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListInventoryEntriesResult' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'InstanceId' => ['shape' => 'InstanceId'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'Entries' => ['shape' => 'InventoryItemEntryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceComplianceSummariesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListResourceComplianceSummariesResult' => ['type' => 'structure', 'members' => ['ResourceComplianceSummaryItems' => ['shape' => 'ResourceComplianceSummaryItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceDataSyncRequest' => ['type' => 'structure', 'members' => ['SyncType' => ['shape' => 'ResourceDataSyncType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListResourceDataSyncResult' => ['type' => 'structure', 'members' => ['ResourceDataSyncItems' => ['shape' => 'ResourceDataSyncItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'LoggingInfo' => ['type' => 'structure', 'required' => ['S3BucketName', 'S3Region'], 'members' => ['S3BucketName' => ['shape' => 'S3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'S3Region' => ['shape' => 'S3Region']]], 'Long' => ['type' => 'long'], 'MaintenanceWindowAllowUnassociatedTargets' => ['type' => 'boolean'], 'MaintenanceWindowAutomationParameters' => ['type' => 'structure', 'members' => ['DocumentVersion' => ['shape' => 'DocumentVersion'], 'Parameters' => ['shape' => 'AutomationParameterMap']]], 'MaintenanceWindowCutoff' => ['type' => 'integer', 'max' => 23, 'min' => 0], 'MaintenanceWindowDescription' => ['type' => 'string', 'max' => 128, 'min' => 1, 'sensitive' => \true], 'MaintenanceWindowDurationHours' => ['type' => 'integer', 'max' => 24, 'min' => 1], 'MaintenanceWindowEnabled' => ['type' => 'boolean'], 'MaintenanceWindowExecution' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'MaintenanceWindowExecutionId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecution']], 'MaintenanceWindowExecutionStatus' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCESS', 'FAILED', 'TIMED_OUT', 'CANCELLING', 'CANCELLED', 'SKIPPED_OVERLAPPING']], 'MaintenanceWindowExecutionStatusDetails' => ['type' => 'string', 'max' => 250, 'min' => 0], 'MaintenanceWindowExecutionTaskExecutionId' => ['type' => 'string'], 'MaintenanceWindowExecutionTaskId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskId']], 'MaintenanceWindowExecutionTaskIdentity' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType']]], 'MaintenanceWindowExecutionTaskIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskIdentity']], 'MaintenanceWindowExecutionTaskInvocationId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionTaskInvocationIdentity' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId'], 'ExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskExecutionId'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'Parameters' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationParameters'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTaskTargetId']]], 'MaintenanceWindowExecutionTaskInvocationIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationIdentity']], 'MaintenanceWindowExecutionTaskInvocationParameters' => ['type' => 'string', 'sensitive' => \true], 'MaintenanceWindowFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'MaintenanceWindowFilterKey'], 'Values' => ['shape' => 'MaintenanceWindowFilterValues']]], 'MaintenanceWindowFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaintenanceWindowFilterList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowFilter'], 'max' => 5, 'min' => 0], 'MaintenanceWindowFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'MaintenanceWindowFilterValues' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowFilterValue']], 'MaintenanceWindowId' => ['type' => 'string', 'max' => 20, 'min' => 20, 'pattern' => '^mw-[0-9a-f]{17}$'], 'MaintenanceWindowIdentity' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'NextExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime']]], 'MaintenanceWindowIdentityForTarget' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName']]], 'MaintenanceWindowIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowIdentity']], 'MaintenanceWindowLambdaClientContext' => ['type' => 'string', 'max' => 8000, 'min' => 1], 'MaintenanceWindowLambdaParameters' => ['type' => 'structure', 'members' => ['ClientContext' => ['shape' => 'MaintenanceWindowLambdaClientContext'], 'Qualifier' => ['shape' => 'MaintenanceWindowLambdaQualifier'], 'Payload' => ['shape' => 'MaintenanceWindowLambdaPayload']]], 'MaintenanceWindowLambdaPayload' => ['type' => 'blob', 'max' => 4096, 'sensitive' => \true], 'MaintenanceWindowLambdaQualifier' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaintenanceWindowMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'MaintenanceWindowName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'MaintenanceWindowResourceType' => ['type' => 'string', 'enum' => ['INSTANCE', 'RESOURCE_GROUP']], 'MaintenanceWindowRunCommandParameters' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'Comment'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig'], 'DocumentHash' => ['shape' => 'DocumentHash'], 'DocumentHashType' => ['shape' => 'DocumentHashType'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Parameters' => ['shape' => 'Parameters'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TimeoutSeconds' => ['shape' => 'TimeoutSeconds', 'box' => \true]]], 'MaintenanceWindowSchedule' => ['type' => 'string', 'max' => 256, 'min' => 1], 'MaintenanceWindowSearchMaxResults' => ['type' => 'integer', 'min' => 1], 'MaintenanceWindowStepFunctionsInput' => ['type' => 'string', 'max' => 4096, 'sensitive' => \true], 'MaintenanceWindowStepFunctionsName' => ['type' => 'string', 'max' => 80, 'min' => 1], 'MaintenanceWindowStepFunctionsParameters' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'MaintenanceWindowStepFunctionsInput'], 'Name' => ['shape' => 'MaintenanceWindowStepFunctionsName']]], 'MaintenanceWindowStringDateTime' => ['type' => 'string'], 'MaintenanceWindowTarget' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'MaintenanceWindowTargetId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowTargetList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTarget']], 'MaintenanceWindowTask' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'Type' => ['shape' => 'MaintenanceWindowTaskType'], 'Targets' => ['shape' => 'Targets'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'MaintenanceWindowTaskArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'MaintenanceWindowTaskId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowTaskInvocationParameters' => ['type' => 'structure', 'members' => ['RunCommand' => ['shape' => 'MaintenanceWindowRunCommandParameters'], 'Automation' => ['shape' => 'MaintenanceWindowAutomationParameters'], 'StepFunctions' => ['shape' => 'MaintenanceWindowStepFunctionsParameters'], 'Lambda' => ['shape' => 'MaintenanceWindowLambdaParameters']]], 'MaintenanceWindowTaskList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTask']], 'MaintenanceWindowTaskParameterName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MaintenanceWindowTaskParameterValue' => ['type' => 'string', 'max' => 255, 'min' => 1, 'sensitive' => \true], 'MaintenanceWindowTaskParameterValueExpression' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'MaintenanceWindowTaskParameterValueList']], 'sensitive' => \true], 'MaintenanceWindowTaskParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTaskParameterValue'], 'sensitive' => \true], 'MaintenanceWindowTaskParameters' => ['type' => 'map', 'key' => ['shape' => 'MaintenanceWindowTaskParameterName'], 'value' => ['shape' => 'MaintenanceWindowTaskParameterValueExpression'], 'sensitive' => \true], 'MaintenanceWindowTaskParametersList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTaskParameters'], 'sensitive' => \true], 'MaintenanceWindowTaskPriority' => ['type' => 'integer', 'min' => 0], 'MaintenanceWindowTaskTargetId' => ['type' => 'string', 'max' => 36], 'MaintenanceWindowTaskType' => ['type' => 'string', 'enum' => ['RUN_COMMAND', 'AUTOMATION', 'STEP_FUNCTIONS', 'LAMBDA']], 'MaintenanceWindowTimezone' => ['type' => 'string'], 'MaintenanceWindowsForTargetList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowIdentityForTarget']], 'ManagedInstanceId' => ['type' => 'string', 'pattern' => '^mi-[0-9a-f]{17}$'], 'MaxConcurrency' => ['type' => 'string', 'max' => 7, 'min' => 1, 'pattern' => '^([1-9][0-9]*|[1-9][0-9]%|[1-9]%|100%)$'], 'MaxDocumentSizeExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MaxErrors' => ['type' => 'string', 'max' => 7, 'min' => 1, 'pattern' => '^([1-9][0-9]*|[0]|[1-9][0-9]%|[0-9]%|100%)$'], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxResultsEC2Compatible' => ['type' => 'integer', 'max' => 50, 'min' => 5], 'ModifyDocumentPermissionRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionType'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'PermissionType' => ['shape' => 'DocumentPermissionType'], 'AccountIdsToAdd' => ['shape' => 'AccountIdList'], 'AccountIdsToRemove' => ['shape' => 'AccountIdList'], 'SharedDocumentVersion' => ['shape' => 'SharedDocumentVersion']]], 'ModifyDocumentPermissionResponse' => ['type' => 'structure', 'members' => []], 'NextToken' => ['type' => 'string'], 'NonCompliantSummary' => ['type' => 'structure', 'members' => ['NonCompliantCount' => ['shape' => 'ComplianceSummaryCount'], 'SeveritySummary' => ['shape' => 'SeveritySummary']]], 'NormalStringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'NotificationArn' => ['type' => 'string'], 'NotificationConfig' => ['type' => 'structure', 'members' => ['NotificationArn' => ['shape' => 'NotificationArn'], 'NotificationEvents' => ['shape' => 'NotificationEventList'], 'NotificationType' => ['shape' => 'NotificationType']]], 'NotificationEvent' => ['type' => 'string', 'enum' => ['All', 'InProgress', 'Success', 'TimedOut', 'Cancelled', 'Failed']], 'NotificationEventList' => ['type' => 'list', 'member' => ['shape' => 'NotificationEvent']], 'NotificationType' => ['type' => 'string', 'enum' => ['Command', 'Invocation']], 'OperatingSystem' => ['type' => 'string', 'enum' => ['WINDOWS', 'AMAZON_LINUX', 'AMAZON_LINUX_2', 'UBUNTU', 'REDHAT_ENTERPRISE_LINUX', 'SUSE', 'CENTOS']], 'OpsAggregator' => ['type' => 'structure', 'members' => ['AggregatorType' => ['shape' => 'OpsAggregatorType'], 'TypeName' => ['shape' => 'OpsDataTypeName'], 'AttributeName' => ['shape' => 'OpsDataAttributeName'], 'Values' => ['shape' => 'OpsAggregatorValueMap'], 'Filters' => ['shape' => 'OpsFilterList'], 'Aggregators' => ['shape' => 'OpsAggregatorList']]], 'OpsAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'OpsAggregator'], 'max' => 12, 'min' => 1], 'OpsAggregatorType' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '^(range|count|sum)'], 'OpsAggregatorValue' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'OpsAggregatorValueKey' => ['type' => 'string', 'max' => 32, 'min' => 1], 'OpsAggregatorValueMap' => ['type' => 'map', 'key' => ['shape' => 'OpsAggregatorValueKey'], 'value' => ['shape' => 'OpsAggregatorValue'], 'max' => 5, 'min' => 0], 'OpsDataAttributeName' => ['type' => 'string'], 'OpsDataTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(AWS|Custom):.*$'], 'OpsEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OpsEntityId'], 'Data' => ['shape' => 'OpsEntityItemMap']]], 'OpsEntityId' => ['type' => 'string'], 'OpsEntityItem' => ['type' => 'structure', 'members' => ['CaptureTime' => ['shape' => 'OpsEntityItemCaptureTime'], 'Content' => ['shape' => 'OpsEntityItemEntryList']]], 'OpsEntityItemCaptureTime' => ['type' => 'string', 'pattern' => '^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$'], 'OpsEntityItemEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'OpsEntityItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'OpsEntityItemEntry'], 'max' => 10000, 'min' => 0], 'OpsEntityItemKey' => ['type' => 'string'], 'OpsEntityItemMap' => ['type' => 'map', 'key' => ['shape' => 'OpsEntityItemKey'], 'value' => ['shape' => 'OpsEntityItem']], 'OpsEntityList' => ['type' => 'list', 'member' => ['shape' => 'OpsEntity']], 'OpsFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'OpsFilterKey'], 'Values' => ['shape' => 'OpsFilterValueList'], 'Type' => ['shape' => 'OpsFilterOperatorType']]], 'OpsFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'OpsFilterList' => ['type' => 'list', 'member' => ['shape' => 'OpsFilter'], 'max' => 5, 'min' => 1], 'OpsFilterOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'BeginWith', 'LessThan', 'GreaterThan', 'Exists']], 'OpsFilterValue' => ['type' => 'string'], 'OpsFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'OpsFilterValue'], 'max' => 40, 'min' => 1], 'OpsItem' => ['type' => 'structure', 'members' => ['CreatedBy' => ['shape' => 'String'], 'CreatedTime' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'OpsItemDescription'], 'LastModifiedBy' => ['shape' => 'String'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Version' => ['shape' => 'String'], 'Title' => ['shape' => 'OpsItemTitle'], 'Source' => ['shape' => 'OpsItemSource'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'OpsItemAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'OpsItemId' => ['shape' => 'String']], 'exception' => \true], 'OpsItemCategory' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemDataKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'OpsItemDataType' => ['type' => 'string', 'enum' => ['SearchableString', 'String']], 'OpsItemDataValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'OpsItemDataValueString'], 'Type' => ['shape' => 'OpsItemDataType']]], 'OpsItemDataValueString' => ['type' => 'string'], 'OpsItemDescription' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OpsItemFilter' => ['type' => 'structure', 'required' => ['Key', 'Values', 'Operator'], 'members' => ['Key' => ['shape' => 'OpsItemFilterKey'], 'Values' => ['shape' => 'OpsItemFilterValues'], 'Operator' => ['shape' => 'OpsItemFilterOperator']]], 'OpsItemFilterKey' => ['type' => 'string', 'enum' => ['Status', 'CreatedBy', 'Source', 'Priority', 'Title', 'OpsItemId', 'CreatedTime', 'LastModifiedTime', 'OperationalData', 'OperationalDataKey', 'OperationalDataValue', 'ResourceId', 'AutomationId', 'Category', 'Severity']], 'OpsItemFilterOperator' => ['type' => 'string', 'enum' => ['Equal', 'Contains', 'GreaterThan', 'LessThan']], 'OpsItemFilterValue' => ['type' => 'string'], 'OpsItemFilterValues' => ['type' => 'list', 'member' => ['shape' => 'OpsItemFilterValue']], 'OpsItemFilters' => ['type' => 'list', 'member' => ['shape' => 'OpsItemFilter']], 'OpsItemId' => ['type' => 'string', 'pattern' => '^(oi)-[0-9a-f]{12}$'], 'OpsItemInvalidParameterException' => ['type' => 'structure', 'members' => ['ParameterNames' => ['shape' => 'OpsItemParameterNamesList'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemLimitExceededException' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'OpsItemParameterNamesList'], 'Limit' => ['shape' => 'Integer'], 'LimitType' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemMaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'OpsItemNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemNotification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String']]], 'OpsItemNotifications' => ['type' => 'list', 'member' => ['shape' => 'OpsItemNotification']], 'OpsItemOperationalData' => ['type' => 'map', 'key' => ['shape' => 'OpsItemDataKey'], 'value' => ['shape' => 'OpsItemDataValue']], 'OpsItemOpsDataKeysList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OpsItemParameterNamesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OpsItemPriority' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'OpsItemSeverity' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemSource' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemStatus' => ['type' => 'string', 'enum' => ['Open', 'InProgress', 'Resolved']], 'OpsItemSummaries' => ['type' => 'list', 'member' => ['shape' => 'OpsItemSummary']], 'OpsItemSummary' => ['type' => 'structure', 'members' => ['CreatedBy' => ['shape' => 'String'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastModifiedBy' => ['shape' => 'String'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'Priority' => ['shape' => 'OpsItemPriority'], 'Source' => ['shape' => 'OpsItemSource'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Title' => ['shape' => 'OpsItemTitle'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'OpsItemTitle' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OpsResultAttribute' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'OpsDataTypeName']]], 'OpsResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'OpsResultAttribute'], 'max' => 1, 'min' => 1], 'OutputSource' => ['type' => 'structure', 'members' => ['OutputSourceId' => ['shape' => 'OutputSourceId'], 'OutputSourceType' => ['shape' => 'OutputSourceType']]], 'OutputSourceId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'OutputSourceType' => ['type' => 'string'], 'OwnerInformation' => ['type' => 'string', 'max' => 128, 'min' => 1, 'sensitive' => \true], 'PSParameterName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'PSParameterSelector' => ['type' => 'string', 'max' => 128, 'min' => 0], 'PSParameterValue' => ['type' => 'string'], 'PSParameterVersion' => ['type' => 'long'], 'Parameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'Value' => ['shape' => 'PSParameterValue'], 'Version' => ['shape' => 'PSParameterVersion'], 'Selector' => ['shape' => 'PSParameterSelector'], 'SourceResult' => ['shape' => 'String'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'ARN' => ['shape' => 'String']]], 'ParameterAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterDescription' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'ParameterHistory' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'Description' => ['shape' => 'ParameterDescription'], 'Value' => ['shape' => 'PSParameterValue'], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Version' => ['shape' => 'PSParameterVersion'], 'Labels' => ['shape' => 'ParameterLabelList'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicyList']]], 'ParameterHistoryList' => ['type' => 'list', 'member' => ['shape' => 'ParameterHistory']], 'ParameterInlinePolicy' => ['type' => 'structure', 'members' => ['PolicyText' => ['shape' => 'String'], 'PolicyType' => ['shape' => 'String'], 'PolicyStatus' => ['shape' => 'String']]], 'ParameterKeyId' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([a-zA-Z0-9:/_-]+)$'], 'ParameterLabel' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ParameterLabelList' => ['type' => 'list', 'member' => ['shape' => 'ParameterLabel'], 'max' => 10, 'min' => 1], 'ParameterLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterList' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'ParameterMaxVersionLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterMetadata' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'Description' => ['shape' => 'ParameterDescription'], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Version' => ['shape' => 'PSParameterVersion'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicyList']]], 'ParameterMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ParameterMetadata']], 'ParameterName' => ['type' => 'string'], 'ParameterNameList' => ['type' => 'list', 'member' => ['shape' => 'PSParameterName'], 'max' => 10, 'min' => 1], 'ParameterNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterPatternMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterPolicies' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'ParameterPolicyList' => ['type' => 'list', 'member' => ['shape' => 'ParameterInlinePolicy']], 'ParameterStringFilter' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ParameterStringFilterKey'], 'Option' => ['shape' => 'ParameterStringQueryOption'], 'Values' => ['shape' => 'ParameterStringFilterValueList']]], 'ParameterStringFilterKey' => ['type' => 'string', 'max' => 132, 'min' => 1, 'pattern' => 'tag:.+|Name|Type|KeyId|Path|Label|Tier'], 'ParameterStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'ParameterStringFilter']], 'ParameterStringFilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ParameterStringFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterStringFilterValue'], 'max' => 50, 'min' => 1], 'ParameterStringQueryOption' => ['type' => 'string', 'max' => 10, 'min' => 1], 'ParameterTier' => ['type' => 'string', 'enum' => ['Standard', 'Advanced', 'Intelligent-Tiering']], 'ParameterType' => ['type' => 'string', 'enum' => ['String', 'StringList', 'SecureString']], 'ParameterValue' => ['type' => 'string'], 'ParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue']], 'ParameterVersionLabelLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterVersionNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Parameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValueList']], 'ParametersFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'ParametersFilterKey'], 'Values' => ['shape' => 'ParametersFilterValueList']]], 'ParametersFilterKey' => ['type' => 'string', 'enum' => ['Name', 'Type', 'KeyId']], 'ParametersFilterList' => ['type' => 'list', 'member' => ['shape' => 'ParametersFilter']], 'ParametersFilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ParametersFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParametersFilterValue'], 'max' => 50, 'min' => 1], 'Patch' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PatchId'], 'ReleaseDate' => ['shape' => 'DateTime'], 'Title' => ['shape' => 'PatchTitle'], 'Description' => ['shape' => 'PatchDescription'], 'ContentUrl' => ['shape' => 'PatchContentUrl'], 'Vendor' => ['shape' => 'PatchVendor'], 'ProductFamily' => ['shape' => 'PatchProductFamily'], 'Product' => ['shape' => 'PatchProduct'], 'Classification' => ['shape' => 'PatchClassification'], 'MsrcSeverity' => ['shape' => 'PatchMsrcSeverity'], 'KbNumber' => ['shape' => 'PatchKbNumber'], 'MsrcNumber' => ['shape' => 'PatchMsrcNumber'], 'Language' => ['shape' => 'PatchLanguage']]], 'PatchAction' => ['type' => 'string', 'enum' => ['ALLOW_AS_DEPENDENCY', 'BLOCK']], 'PatchBaselineIdentity' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'BaselineName' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'BaselineDescription' => ['shape' => 'BaselineDescription'], 'DefaultBaseline' => ['shape' => 'DefaultBaseline']]], 'PatchBaselineIdentityList' => ['type' => 'list', 'member' => ['shape' => 'PatchBaselineIdentity']], 'PatchBaselineMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PatchClassification' => ['type' => 'string'], 'PatchComplianceData' => ['type' => 'structure', 'required' => ['Title', 'KBId', 'Classification', 'Severity', 'State', 'InstalledTime'], 'members' => ['Title' => ['shape' => 'PatchTitle'], 'KBId' => ['shape' => 'PatchKbNumber'], 'Classification' => ['shape' => 'PatchClassification'], 'Severity' => ['shape' => 'PatchSeverity'], 'State' => ['shape' => 'PatchComplianceDataState'], 'InstalledTime' => ['shape' => 'DateTime']]], 'PatchComplianceDataList' => ['type' => 'list', 'member' => ['shape' => 'PatchComplianceData']], 'PatchComplianceDataState' => ['type' => 'string', 'enum' => ['INSTALLED', 'INSTALLED_OTHER', 'INSTALLED_PENDING_REBOOT', 'INSTALLED_REJECTED', 'MISSING', 'NOT_APPLICABLE', 'FAILED']], 'PatchComplianceLevel' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'INFORMATIONAL', 'UNSPECIFIED']], 'PatchComplianceMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'PatchContentUrl' => ['type' => 'string'], 'PatchDeploymentStatus' => ['type' => 'string', 'enum' => ['APPROVED', 'PENDING_APPROVAL', 'EXPLICIT_APPROVED', 'EXPLICIT_REJECTED']], 'PatchDescription' => ['type' => 'string'], 'PatchFailedCount' => ['type' => 'integer'], 'PatchFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'PatchFilterKey'], 'Values' => ['shape' => 'PatchFilterValueList']]], 'PatchFilterGroup' => ['type' => 'structure', 'required' => ['PatchFilters'], 'members' => ['PatchFilters' => ['shape' => 'PatchFilterList']]], 'PatchFilterKey' => ['type' => 'string', 'enum' => ['PATCH_SET', 'PRODUCT', 'PRODUCT_FAMILY', 'CLASSIFICATION', 'MSRC_SEVERITY', 'PATCH_ID', 'SECTION', 'PRIORITY', 'SEVERITY']], 'PatchFilterList' => ['type' => 'list', 'member' => ['shape' => 'PatchFilter'], 'max' => 4, 'min' => 0], 'PatchFilterValue' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PatchFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'PatchFilterValue'], 'max' => 20, 'min' => 1], 'PatchGroup' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'PatchGroupList' => ['type' => 'list', 'member' => ['shape' => 'PatchGroup']], 'PatchGroupPatchBaselineMapping' => ['type' => 'structure', 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'BaselineIdentity' => ['shape' => 'PatchBaselineIdentity']]], 'PatchGroupPatchBaselineMappingList' => ['type' => 'list', 'member' => ['shape' => 'PatchGroupPatchBaselineMapping']], 'PatchId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PatchIdList' => ['type' => 'list', 'member' => ['shape' => 'PatchId'], 'max' => 50, 'min' => 0], 'PatchInstalledCount' => ['type' => 'integer'], 'PatchInstalledOtherCount' => ['type' => 'integer'], 'PatchInstalledPendingRebootCount' => ['type' => 'integer'], 'PatchInstalledRejectedCount' => ['type' => 'integer'], 'PatchKbNumber' => ['type' => 'string'], 'PatchLanguage' => ['type' => 'string'], 'PatchList' => ['type' => 'list', 'member' => ['shape' => 'Patch']], 'PatchMissingCount' => ['type' => 'integer'], 'PatchMsrcNumber' => ['type' => 'string'], 'PatchMsrcSeverity' => ['type' => 'string'], 'PatchNotApplicableCount' => ['type' => 'integer'], 'PatchOperationType' => ['type' => 'string', 'enum' => ['Scan', 'Install']], 'PatchOrchestratorFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'PatchOrchestratorFilterKey'], 'Values' => ['shape' => 'PatchOrchestratorFilterValues']]], 'PatchOrchestratorFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PatchOrchestratorFilterList' => ['type' => 'list', 'member' => ['shape' => 'PatchOrchestratorFilter'], 'max' => 5, 'min' => 0], 'PatchOrchestratorFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'PatchOrchestratorFilterValues' => ['type' => 'list', 'member' => ['shape' => 'PatchOrchestratorFilterValue']], 'PatchProduct' => ['type' => 'string'], 'PatchProductFamily' => ['type' => 'string'], 'PatchPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'PatchPropertyEntry']], 'PatchProperty' => ['type' => 'string', 'enum' => ['PRODUCT', 'PRODUCT_FAMILY', 'CLASSIFICATION', 'MSRC_SEVERITY', 'PRIORITY', 'SEVERITY']], 'PatchPropertyEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'PatchRule' => ['type' => 'structure', 'required' => ['PatchFilterGroup'], 'members' => ['PatchFilterGroup' => ['shape' => 'PatchFilterGroup'], 'ComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApproveAfterDays' => ['shape' => 'ApproveAfterDays', 'box' => \true], 'ApproveUntilDate' => ['shape' => 'PatchStringDateTime', 'box' => \true], 'EnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true]]], 'PatchRuleGroup' => ['type' => 'structure', 'required' => ['PatchRules'], 'members' => ['PatchRules' => ['shape' => 'PatchRuleList']]], 'PatchRuleList' => ['type' => 'list', 'member' => ['shape' => 'PatchRule'], 'max' => 10, 'min' => 0], 'PatchSet' => ['type' => 'string', 'enum' => ['OS', 'APPLICATION']], 'PatchSeverity' => ['type' => 'string'], 'PatchSource' => ['type' => 'structure', 'required' => ['Name', 'Products', 'Configuration'], 'members' => ['Name' => ['shape' => 'PatchSourceName'], 'Products' => ['shape' => 'PatchSourceProductList'], 'Configuration' => ['shape' => 'PatchSourceConfiguration']]], 'PatchSourceConfiguration' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'sensitive' => \true], 'PatchSourceList' => ['type' => 'list', 'member' => ['shape' => 'PatchSource'], 'max' => 20, 'min' => 0], 'PatchSourceName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,50}$'], 'PatchSourceProduct' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PatchSourceProductList' => ['type' => 'list', 'member' => ['shape' => 'PatchSourceProduct'], 'max' => 20, 'min' => 1], 'PatchStatus' => ['type' => 'structure', 'members' => ['DeploymentStatus' => ['shape' => 'PatchDeploymentStatus'], 'ComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovalDate' => ['shape' => 'DateTime']]], 'PatchStringDateTime' => ['type' => 'string', 'max' => 10, 'min' => 1], 'PatchTitle' => ['type' => 'string'], 'PatchUnreportedNotApplicableCount' => ['type' => 'integer'], 'PatchVendor' => ['type' => 'string'], 'PingStatus' => ['type' => 'string', 'enum' => ['Online', 'ConnectionLost', 'Inactive']], 'PlatformType' => ['type' => 'string', 'enum' => ['Windows', 'Linux']], 'PlatformTypeList' => ['type' => 'list', 'member' => ['shape' => 'PlatformType']], 'PoliciesLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Product' => ['type' => 'string'], 'ProgressCounters' => ['type' => 'structure', 'members' => ['TotalSteps' => ['shape' => 'Integer'], 'SuccessSteps' => ['shape' => 'Integer'], 'FailedSteps' => ['shape' => 'Integer'], 'CancelledSteps' => ['shape' => 'Integer'], 'TimedOutSteps' => ['shape' => 'Integer']]], 'PutComplianceItemsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'ResourceType', 'ComplianceType', 'ExecutionSummary', 'Items'], 'members' => ['ResourceId' => ['shape' => 'ComplianceResourceId'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'Items' => ['shape' => 'ComplianceItemEntryList'], 'ItemContentHash' => ['shape' => 'ComplianceItemContentHash']]], 'PutComplianceItemsResult' => ['type' => 'structure', 'members' => []], 'PutInventoryMessage' => ['type' => 'string'], 'PutInventoryRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Items'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Items' => ['shape' => 'InventoryItemList']]], 'PutInventoryResult' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'PutInventoryMessage']]], 'PutParameterRequest' => ['type' => 'structure', 'required' => ['Name', 'Value', 'Type'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Description' => ['shape' => 'ParameterDescription'], 'Value' => ['shape' => 'PSParameterValue'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'Overwrite' => ['shape' => 'Boolean', 'box' => \true], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Tags' => ['shape' => 'TagList'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicies']]], 'PutParameterResult' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'PSParameterVersion'], 'Tier' => ['shape' => 'ParameterTier']]], 'RebootOption' => ['type' => 'string', 'enum' => ['RebootIfNeeded', 'NoReboot']], 'Region' => ['type' => 'string'], 'Regions' => ['type' => 'list', 'member' => ['shape' => 'Region'], 'max' => 50, 'min' => 1], 'RegisterDefaultPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'RegisterDefaultPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'RegisterPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['BaselineId', 'PatchGroup'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'RegisterPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'RegisterTargetWithMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'ResourceType', 'Targets'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'RegisterTargetWithMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId']]], 'RegisterTaskWithMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'Targets', 'TaskArn', 'TaskType', 'MaxConcurrency', 'MaxErrors'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority', 'box' => \true], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'RegisterTaskWithMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'RegistrationLimit' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RegistrationsCount' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RelatedOpsItem' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['OpsItemId' => ['shape' => 'String']]], 'RelatedOpsItems' => ['type' => 'list', 'member' => ['shape' => 'RelatedOpsItem']], 'RemainingCount' => ['type' => 'integer'], 'RemoveTagsFromResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId', 'TagKeys'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId'], 'TagKeys' => ['shape' => 'KeyList']]], 'RemoveTagsFromResourceResult' => ['type' => 'structure', 'members' => []], 'ResetServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId']]], 'ResetServiceSettingResult' => ['type' => 'structure', 'members' => ['ServiceSetting' => ['shape' => 'ServiceSetting']]], 'ResolvedTargets' => ['type' => 'structure', 'members' => ['ParameterValues' => ['shape' => 'TargetParameterList'], 'Truncated' => ['shape' => 'Boolean']]], 'ResourceComplianceSummaryItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ResourceId' => ['shape' => 'ComplianceResourceId'], 'Status' => ['shape' => 'ComplianceStatus'], 'OverallSeverity' => ['shape' => 'ComplianceSeverity'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'CompliantSummary' => ['shape' => 'CompliantSummary'], 'NonCompliantSummary' => ['shape' => 'NonCompliantSummary']]], 'ResourceComplianceSummaryItemList' => ['type' => 'list', 'member' => ['shape' => 'ResourceComplianceSummaryItem']], 'ResourceCount' => ['type' => 'integer'], 'ResourceCountByStatus' => ['type' => 'string'], 'ResourceDataSyncAWSKMSKeyARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'ResourceDataSyncAlreadyExistsException' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName']], 'exception' => \true], 'ResourceDataSyncAwsOrganizationsSource' => ['type' => 'structure', 'required' => ['OrganizationSourceType'], 'members' => ['OrganizationSourceType' => ['shape' => 'ResourceDataSyncOrganizationSourceType'], 'OrganizationalUnits' => ['shape' => 'ResourceDataSyncOrganizationalUnitList']]], 'ResourceDataSyncConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncCountExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncCreatedTime' => ['type' => 'timestamp'], 'ResourceDataSyncDestinationDataSharing' => ['type' => 'structure', 'members' => ['DestinationDataSharingType' => ['shape' => 'ResourceDataSyncDestinationDataSharingType']]], 'ResourceDataSyncDestinationDataSharingType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncIncludeFutureRegions' => ['type' => 'boolean'], 'ResourceDataSyncInvalidConfigurationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncItem' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSourceWithState'], 'S3Destination' => ['shape' => 'ResourceDataSyncS3Destination'], 'LastSyncTime' => ['shape' => 'LastResourceDataSyncTime'], 'LastSuccessfulSyncTime' => ['shape' => 'LastSuccessfulResourceDataSyncTime'], 'SyncLastModifiedTime' => ['shape' => 'ResourceDataSyncLastModifiedTime'], 'LastStatus' => ['shape' => 'LastResourceDataSyncStatus'], 'SyncCreatedTime' => ['shape' => 'ResourceDataSyncCreatedTime'], 'LastSyncStatusMessage' => ['shape' => 'LastResourceDataSyncMessage']]], 'ResourceDataSyncItemList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncItem']], 'ResourceDataSyncLastModifiedTime' => ['type' => 'timestamp'], 'ResourceDataSyncName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncNotFoundException' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncOrganizationSourceType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncOrganizationalUnit' => ['type' => 'structure', 'members' => ['OrganizationalUnitId' => ['shape' => 'ResourceDataSyncOrganizationalUnitId']]], 'ResourceDataSyncOrganizationalUnitId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$'], 'ResourceDataSyncOrganizationalUnitList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncOrganizationalUnit'], 'max' => 1000, 'min' => 1], 'ResourceDataSyncS3BucketName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceDataSyncS3Destination' => ['type' => 'structure', 'required' => ['BucketName', 'SyncFormat', 'Region'], 'members' => ['BucketName' => ['shape' => 'ResourceDataSyncS3BucketName'], 'Prefix' => ['shape' => 'ResourceDataSyncS3Prefix'], 'SyncFormat' => ['shape' => 'ResourceDataSyncS3Format'], 'Region' => ['shape' => 'ResourceDataSyncS3Region'], 'AWSKMSKeyARN' => ['shape' => 'ResourceDataSyncAWSKMSKeyARN'], 'DestinationDataSharing' => ['shape' => 'ResourceDataSyncDestinationDataSharing']]], 'ResourceDataSyncS3Format' => ['type' => 'string', 'enum' => ['JsonSerDe']], 'ResourceDataSyncS3Prefix' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceDataSyncS3Region' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSource' => ['type' => 'structure', 'required' => ['SourceType', 'SourceRegions'], 'members' => ['SourceType' => ['shape' => 'ResourceDataSyncSourceType'], 'AwsOrganizationsSource' => ['shape' => 'ResourceDataSyncAwsOrganizationsSource'], 'SourceRegions' => ['shape' => 'ResourceDataSyncSourceRegionList'], 'IncludeFutureRegions' => ['shape' => 'ResourceDataSyncIncludeFutureRegions']]], 'ResourceDataSyncSourceRegion' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSourceRegionList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncSourceRegion']], 'ResourceDataSyncSourceType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSourceWithState' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'ResourceDataSyncSourceType'], 'AwsOrganizationsSource' => ['shape' => 'ResourceDataSyncAwsOrganizationsSource'], 'SourceRegions' => ['shape' => 'ResourceDataSyncSourceRegionList'], 'IncludeFutureRegions' => ['shape' => 'ResourceDataSyncIncludeFutureRegions'], 'State' => ['shape' => 'ResourceDataSyncState']]], 'ResourceDataSyncState' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceId' => ['type' => 'string'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['ManagedInstance', 'Document', 'EC2Instance']], 'ResourceTypeForTagging' => ['type' => 'string', 'enum' => ['Document', 'ManagedInstance', 'MaintenanceWindow', 'Parameter', 'PatchBaseline', 'OpsItem']], 'ResponseCode' => ['type' => 'integer'], 'ResultAttribute' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName']]], 'ResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResultAttribute'], 'max' => 1, 'min' => 1], 'ResumeSessionRequest' => ['type' => 'structure', 'required' => ['SessionId'], 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'ResumeSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'TokenValue' => ['shape' => 'TokenValue'], 'StreamUrl' => ['shape' => 'StreamUrl']]], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3], 'S3KeyPrefix' => ['type' => 'string', 'max' => 500], 'S3OutputLocation' => ['type' => 'structure', 'members' => ['OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'S3OutputUrl' => ['type' => 'structure', 'members' => ['OutputUrl' => ['shape' => 'Url']]], 'S3Region' => ['type' => 'string', 'max' => 20, 'min' => 3], 'ScheduleExpression' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ScheduledWindowExecution' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'ExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime']]], 'ScheduledWindowExecutionList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledWindowExecution']], 'SendAutomationSignalRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId', 'SignalType'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'SignalType' => ['shape' => 'SignalType'], 'Payload' => ['shape' => 'AutomationParameterMap']]], 'SendAutomationSignalResult' => ['type' => 'structure', 'members' => []], 'SendCommandRequest' => ['type' => 'structure', 'required' => ['DocumentName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdList'], 'Targets' => ['shape' => 'Targets'], 'DocumentName' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentHash' => ['shape' => 'DocumentHash'], 'DocumentHashType' => ['shape' => 'DocumentHashType'], 'TimeoutSeconds' => ['shape' => 'TimeoutSeconds', 'box' => \true], 'Comment' => ['shape' => 'Comment'], 'Parameters' => ['shape' => 'Parameters'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'SendCommandResult' => ['type' => 'structure', 'members' => ['Command' => ['shape' => 'Command']]], 'ServiceRole' => ['type' => 'string'], 'ServiceSetting' => ['type' => 'structure', 'members' => ['SettingId' => ['shape' => 'ServiceSettingId'], 'SettingValue' => ['shape' => 'ServiceSettingValue'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'ARN' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'ServiceSettingId' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ServiceSettingNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ServiceSettingValue' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'Session' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'Target' => ['shape' => 'SessionTarget'], 'Status' => ['shape' => 'SessionStatus'], 'StartDate' => ['shape' => 'DateTime'], 'EndDate' => ['shape' => 'DateTime'], 'DocumentName' => ['shape' => 'DocumentName'], 'Owner' => ['shape' => 'SessionOwner'], 'Details' => ['shape' => 'SessionDetails'], 'OutputUrl' => ['shape' => 'SessionManagerOutputUrl']]], 'SessionDetails' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SessionFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'SessionFilterKey'], 'value' => ['shape' => 'SessionFilterValue']]], 'SessionFilterKey' => ['type' => 'string', 'enum' => ['InvokedAfter', 'InvokedBefore', 'Target', 'Owner', 'Status']], 'SessionFilterList' => ['type' => 'list', 'member' => ['shape' => 'SessionFilter'], 'max' => 5, 'min' => 1], 'SessionFilterValue' => ['type' => 'string', 'max' => 400, 'min' => 1], 'SessionId' => ['type' => 'string', 'max' => 96, 'min' => 1], 'SessionList' => ['type' => 'list', 'member' => ['shape' => 'Session']], 'SessionManagerCloudWatchOutputUrl' => ['type' => 'string', 'max' => 2083, 'min' => 1], 'SessionManagerOutputUrl' => ['type' => 'structure', 'members' => ['S3OutputUrl' => ['shape' => 'SessionManagerS3OutputUrl'], 'CloudWatchOutputUrl' => ['shape' => 'SessionManagerCloudWatchOutputUrl']]], 'SessionManagerParameterName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'SessionManagerParameterValue' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'SessionManagerParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'SessionManagerParameterValue']], 'SessionManagerParameters' => ['type' => 'map', 'key' => ['shape' => 'SessionManagerParameterName'], 'value' => ['shape' => 'SessionManagerParameterValueList']], 'SessionManagerS3OutputUrl' => ['type' => 'string', 'max' => 2083, 'min' => 1], 'SessionMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'SessionOwner' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SessionState' => ['type' => 'string', 'enum' => ['Active', 'History']], 'SessionStatus' => ['type' => 'string', 'enum' => ['Connected', 'Connecting', 'Disconnected', 'Terminated', 'Terminating', 'Failed']], 'SessionTarget' => ['type' => 'string', 'max' => 400, 'min' => 1], 'SeveritySummary' => ['type' => 'structure', 'members' => ['CriticalCount' => ['shape' => 'ComplianceSummaryCount'], 'HighCount' => ['shape' => 'ComplianceSummaryCount'], 'MediumCount' => ['shape' => 'ComplianceSummaryCount'], 'LowCount' => ['shape' => 'ComplianceSummaryCount'], 'InformationalCount' => ['shape' => 'ComplianceSummaryCount'], 'UnspecifiedCount' => ['shape' => 'ComplianceSummaryCount']]], 'SharedDocumentVersion' => ['type' => 'string', 'max' => 8, 'pattern' => '([$]LATEST|[$]DEFAULT|[$]ALL)'], 'SignalType' => ['type' => 'string', 'enum' => ['Approve', 'Reject', 'StartStep', 'StopStep', 'Resume']], 'SnapshotDownloadUrl' => ['type' => 'string'], 'SnapshotId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], 'StandardErrorContent' => ['type' => 'string', 'max' => 8000], 'StandardOutputContent' => ['type' => 'string', 'max' => 24000], 'StartAssociationsOnceRequest' => ['type' => 'structure', 'required' => ['AssociationIds'], 'members' => ['AssociationIds' => ['shape' => 'AssociationIdList']]], 'StartAssociationsOnceResult' => ['type' => 'structure', 'members' => []], 'StartAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['DocumentName'], 'members' => ['DocumentName' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion', 'box' => \true], 'Parameters' => ['shape' => 'AutomationParameterMap'], 'ClientToken' => ['shape' => 'IdempotencyToken'], 'Mode' => ['shape' => 'ExecutionMode'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'TargetLocations' => ['shape' => 'TargetLocations', 'box' => \true], 'Tags' => ['shape' => 'TagList']]], 'StartAutomationExecutionResult' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId']]], 'StartSessionRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'SessionTarget'], 'DocumentName' => ['shape' => 'DocumentARN'], 'Parameters' => ['shape' => 'SessionManagerParameters']]], 'StartSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'TokenValue' => ['shape' => 'TokenValue'], 'StreamUrl' => ['shape' => 'StreamUrl']]], 'StatusAdditionalInfo' => ['type' => 'string', 'max' => 1024], 'StatusDetails' => ['type' => 'string', 'max' => 100, 'min' => 0], 'StatusMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'StatusName' => ['type' => 'string'], 'StatusUnchanged' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'StepExecution' => ['type' => 'structure', 'members' => ['StepName' => ['shape' => 'String'], 'Action' => ['shape' => 'AutomationActionName'], 'TimeoutSeconds' => ['shape' => 'Long', 'box' => \true], 'OnFailure' => ['shape' => 'String'], 'MaxAttempts' => ['shape' => 'Integer', 'box' => \true], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'StepStatus' => ['shape' => 'AutomationExecutionStatus'], 'ResponseCode' => ['shape' => 'String'], 'Inputs' => ['shape' => 'NormalStringMap'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'Response' => ['shape' => 'String'], 'FailureMessage' => ['shape' => 'String'], 'FailureDetails' => ['shape' => 'FailureDetails'], 'StepExecutionId' => ['shape' => 'String'], 'OverriddenParameters' => ['shape' => 'AutomationParameterMap'], 'IsEnd' => ['shape' => 'Boolean', 'box' => \true], 'NextStep' => ['shape' => 'String', 'box' => \true], 'IsCritical' => ['shape' => 'Boolean', 'box' => \true], 'ValidNextSteps' => ['shape' => 'ValidNextStepList'], 'Targets' => ['shape' => 'Targets', 'box' => \true], 'TargetLocation' => ['shape' => 'TargetLocation', 'box' => \true]]], 'StepExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'StepExecutionFilterKey'], 'Values' => ['shape' => 'StepExecutionFilterValueList']]], 'StepExecutionFilterKey' => ['type' => 'string', 'enum' => ['StartTimeBefore', 'StartTimeAfter', 'StepExecutionStatus', 'StepExecutionId', 'StepName', 'Action']], 'StepExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'StepExecutionFilter'], 'max' => 6, 'min' => 1], 'StepExecutionFilterValue' => ['type' => 'string', 'max' => 150, 'min' => 1], 'StepExecutionFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'StepExecutionFilterValue'], 'max' => 10, 'min' => 1], 'StepExecutionList' => ['type' => 'list', 'member' => ['shape' => 'StepExecution']], 'StopAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'Type' => ['shape' => 'StopType']]], 'StopAutomationExecutionResult' => ['type' => 'structure', 'members' => []], 'StopType' => ['type' => 'string', 'enum' => ['Complete', 'Cancel']], 'StreamUrl' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringDateTime' => ['type' => 'string', 'pattern' => '^([\\-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d(?!:))?)?(\\17[0-5]\\d([\\.,]\\d)?)?([zZ]|([\\-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubTypeCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 1000], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Target' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TargetKey'], 'Values' => ['shape' => 'TargetValues']]], 'TargetCount' => ['type' => 'integer'], 'TargetInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TargetKey' => ['type' => 'string', 'max' => 163, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$|resource-groups:ResourceTypeFilters|resource-groups:Name'], 'TargetLocation' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'Regions' => ['shape' => 'Regions'], 'TargetLocationMaxConcurrency' => ['shape' => 'MaxConcurrency', 'box' => \true], 'TargetLocationMaxErrors' => ['shape' => 'MaxErrors', 'box' => \true], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName', 'box' => \true]]], 'TargetLocations' => ['type' => 'list', 'member' => ['shape' => 'TargetLocation'], 'max' => 100, 'min' => 1], 'TargetMap' => ['type' => 'map', 'key' => ['shape' => 'TargetMapKey'], 'value' => ['shape' => 'TargetMapValueList'], 'max' => 20, 'min' => 1], 'TargetMapKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'TargetMapValue' => ['type' => 'string', 'max' => 50, 'min' => 1], 'TargetMapValueList' => ['type' => 'list', 'member' => ['shape' => 'TargetMapValue'], 'max' => 25, 'min' => 0], 'TargetMaps' => ['type' => 'list', 'member' => ['shape' => 'TargetMap'], 'max' => 300, 'min' => 0], 'TargetNotConnected' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TargetParameterList' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue']], 'TargetType' => ['type' => 'string', 'max' => 200, 'pattern' => '^\\/[\\w\\.\\-\\:\\/]*$'], 'TargetValue' => ['type' => 'string'], 'TargetValues' => ['type' => 'list', 'member' => ['shape' => 'TargetValue'], 'max' => 50, 'min' => 0], 'Targets' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 5, 'min' => 0], 'TerminateSessionRequest' => ['type' => 'structure', 'required' => ['SessionId'], 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'TerminateSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'TimeoutSeconds' => ['type' => 'integer', 'max' => 2592000, 'min' => 30], 'TokenValue' => ['type' => 'string', 'max' => 300, 'min' => 0], 'TooManyTagsError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyUpdates' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TotalCount' => ['type' => 'integer'], 'TotalSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedCalendarException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedFeatureRequiredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedInventoryItemContextException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedInventorySchemaVersionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedOperatingSystem' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedParameterType' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedPlatformType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UpdateAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Parameters' => ['shape' => 'Parameters'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'Name' => ['shape' => 'DocumentARN'], 'Targets' => ['shape' => 'Targets'], 'AssociationName' => ['shape' => 'AssociationName'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity']]], 'UpdateAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'UpdateAssociationStatusRequest' => ['type' => 'structure', 'required' => ['Name', 'InstanceId', 'AssociationStatus'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationStatus' => ['shape' => 'AssociationStatus']]], 'UpdateAssociationStatusResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'UpdateDocumentDefaultVersionRequest' => ['type' => 'structure', 'required' => ['Name', 'DocumentVersion'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersionNumber']]], 'UpdateDocumentDefaultVersionResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'DocumentDefaultVersionDescription']]], 'UpdateDocumentRequest' => ['type' => 'structure', 'required' => ['Content', 'Name'], 'members' => ['Content' => ['shape' => 'DocumentContent'], 'Attachments' => ['shape' => 'AttachmentsSourceList'], 'Name' => ['shape' => 'DocumentName'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType']]], 'UpdateDocumentResult' => ['type' => 'structure', 'members' => ['DocumentDescription' => ['shape' => 'DocumentDescription']]], 'UpdateMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours', 'box' => \true], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff', 'box' => \true], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets', 'box' => \true], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled', 'box' => \true], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled']]], 'UpdateMaintenanceWindowTargetRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTargetId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowTargetResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'UpdateMaintenanceWindowTaskRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority', 'box' => \true], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowTaskResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'UpdateManagedInstanceRoleRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'IamRole'], 'members' => ['InstanceId' => ['shape' => 'ManagedInstanceId'], 'IamRole' => ['shape' => 'IamRole']]], 'UpdateManagedInstanceRoleResult' => ['type' => 'structure', 'members' => []], 'UpdateOpsItemRequest' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['Description' => ['shape' => 'OpsItemDescription'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'OperationalDataToDelete' => ['shape' => 'OpsItemOpsDataKeysList'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Title' => ['shape' => 'OpsItemTitle'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'UpdateOpsItemResponse' => ['type' => 'structure', 'members' => []], 'UpdatePatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdatePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList']]], 'UpdateResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName', 'SyncType', 'SyncSource'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSource']]], 'UpdateResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'UpdateServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId', 'SettingValue'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId'], 'SettingValue' => ['shape' => 'ServiceSettingValue']]], 'UpdateServiceSettingResult' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string'], 'ValidNextStep' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'ValidNextStepList' => ['type' => 'list', 'member' => ['shape' => 'ValidNextStep']], 'Version' => ['type' => 'string', 'pattern' => '^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2014-11-06', 'endpointPrefix' => 'ssm', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'Amazon SSM', 'serviceFullName' => 'Amazon Simple Systems Manager (SSM)', 'serviceId' => 'SSM', 'signatureVersion' => 'v4', 'targetPrefix' => 'AmazonSSM', 'uid' => 'ssm-2014-11-06'], 'operations' => ['AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceRequest'], 'output' => ['shape' => 'AddTagsToResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyTagsError'], ['shape' => 'TooManyUpdates']]], 'CancelCommand' => ['name' => 'CancelCommand', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelCommandRequest'], 'output' => ['shape' => 'CancelCommandResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'DuplicateInstanceId']]], 'CancelMaintenanceWindowExecution' => ['name' => 'CancelMaintenanceWindowExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelMaintenanceWindowExecutionRequest'], 'output' => ['shape' => 'CancelMaintenanceWindowExecutionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'DoesNotExistException']]], 'CreateActivation' => ['name' => 'CreateActivation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateActivationRequest'], 'output' => ['shape' => 'CreateActivationResult'], 'errors' => [['shape' => 'InternalServerError']]], 'CreateAssociation' => ['name' => 'CreateAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAssociationRequest'], 'output' => ['shape' => 'CreateAssociationResult'], 'errors' => [['shape' => 'AssociationAlreadyExists'], ['shape' => 'AssociationLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidInstanceId'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidParameters'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidSchedule']]], 'CreateAssociationBatch' => ['name' => 'CreateAssociationBatch', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAssociationBatchRequest'], 'output' => ['shape' => 'CreateAssociationBatchResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidParameters'], ['shape' => 'DuplicateInstanceId'], ['shape' => 'AssociationLimitExceeded'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidSchedule']]], 'CreateDocument' => ['name' => 'CreateDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateDocumentRequest'], 'output' => ['shape' => 'CreateDocumentResult'], 'errors' => [['shape' => 'DocumentAlreadyExists'], ['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocumentContent'], ['shape' => 'DocumentLimitExceeded'], ['shape' => 'InvalidDocumentSchemaVersion']]], 'CreateMaintenanceWindow' => ['name' => 'CreateMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMaintenanceWindowRequest'], 'output' => ['shape' => 'CreateMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'CreateOpsItem' => ['name' => 'CreateOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateOpsItemRequest'], 'output' => ['shape' => 'CreateOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemAlreadyExistsException'], ['shape' => 'OpsItemLimitExceededException'], ['shape' => 'OpsItemInvalidParameterException']]], 'CreatePatchBaseline' => ['name' => 'CreatePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreatePatchBaselineRequest'], 'output' => ['shape' => 'CreatePatchBaselineResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'CreateResourceDataSync' => ['name' => 'CreateResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceDataSyncRequest'], 'output' => ['shape' => 'CreateResourceDataSyncResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncCountExceededException'], ['shape' => 'ResourceDataSyncAlreadyExistsException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException']]], 'DeleteActivation' => ['name' => 'DeleteActivation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteActivationRequest'], 'output' => ['shape' => 'DeleteActivationResult'], 'errors' => [['shape' => 'InvalidActivationId'], ['shape' => 'InvalidActivation'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates']]], 'DeleteAssociation' => ['name' => 'DeleteAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAssociationRequest'], 'output' => ['shape' => 'DeleteAssociationResult'], 'errors' => [['shape' => 'AssociationDoesNotExist'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidInstanceId'], ['shape' => 'TooManyUpdates']]], 'DeleteDocument' => ['name' => 'DeleteDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteDocumentRequest'], 'output' => ['shape' => 'DeleteDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentOperation'], ['shape' => 'AssociatedInstances']]], 'DeleteInventory' => ['name' => 'DeleteInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteInventoryRequest'], 'output' => ['shape' => 'DeleteInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidOptionException'], ['shape' => 'InvalidDeleteInventoryParametersException'], ['shape' => 'InvalidInventoryRequestException']]], 'DeleteMaintenanceWindow' => ['name' => 'DeleteMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMaintenanceWindowRequest'], 'output' => ['shape' => 'DeleteMaintenanceWindowResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DeleteParameter' => ['name' => 'DeleteParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteParameterRequest'], 'output' => ['shape' => 'DeleteParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ParameterNotFound']]], 'DeleteParameters' => ['name' => 'DeleteParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteParametersRequest'], 'output' => ['shape' => 'DeleteParametersResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DeletePatchBaseline' => ['name' => 'DeletePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePatchBaselineRequest'], 'output' => ['shape' => 'DeletePatchBaselineResult'], 'errors' => [['shape' => 'ResourceInUseException'], ['shape' => 'InternalServerError']]], 'DeleteResourceDataSync' => ['name' => 'DeleteResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceDataSyncRequest'], 'output' => ['shape' => 'DeleteResourceDataSyncResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException']]], 'DeregisterManagedInstance' => ['name' => 'DeregisterManagedInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterManagedInstanceRequest'], 'output' => ['shape' => 'DeregisterManagedInstanceResult'], 'errors' => [['shape' => 'InvalidInstanceId'], ['shape' => 'InternalServerError']]], 'DeregisterPatchBaselineForPatchGroup' => ['name' => 'DeregisterPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'DeregisterPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'DeregisterTargetFromMaintenanceWindow' => ['name' => 'DeregisterTargetFromMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTargetFromMaintenanceWindowRequest'], 'output' => ['shape' => 'DeregisterTargetFromMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError'], ['shape' => 'TargetInUseException']]], 'DeregisterTaskFromMaintenanceWindow' => ['name' => 'DeregisterTaskFromMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterTaskFromMaintenanceWindowRequest'], 'output' => ['shape' => 'DeregisterTaskFromMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeActivations' => ['name' => 'DescribeActivations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeActivationsRequest'], 'output' => ['shape' => 'DescribeActivationsResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'DescribeAssociation' => ['name' => 'DescribeAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationRequest'], 'output' => ['shape' => 'DescribeAssociationResult'], 'errors' => [['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidAssociationVersion'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidInstanceId']]], 'DescribeAssociationExecutionTargets' => ['name' => 'DescribeAssociationExecutionTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationExecutionTargetsRequest'], 'output' => ['shape' => 'DescribeAssociationExecutionTargetsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidNextToken'], ['shape' => 'AssociationExecutionDoesNotExist']]], 'DescribeAssociationExecutions' => ['name' => 'DescribeAssociationExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAssociationExecutionsRequest'], 'output' => ['shape' => 'DescribeAssociationExecutionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidNextToken']]], 'DescribeAutomationExecutions' => ['name' => 'DescribeAutomationExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutomationExecutionsRequest'], 'output' => ['shape' => 'DescribeAutomationExecutionsResult'], 'errors' => [['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'DescribeAutomationStepExecutions' => ['name' => 'DescribeAutomationStepExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAutomationStepExecutionsRequest'], 'output' => ['shape' => 'DescribeAutomationStepExecutionsResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InternalServerError']]], 'DescribeAvailablePatches' => ['name' => 'DescribeAvailablePatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailablePatchesRequest'], 'output' => ['shape' => 'DescribeAvailablePatchesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeDocument' => ['name' => 'DescribeDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentRequest'], 'output' => ['shape' => 'DescribeDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion']]], 'DescribeDocumentPermission' => ['name' => 'DescribeDocumentPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeDocumentPermissionRequest'], 'output' => ['shape' => 'DescribeDocumentPermissionResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidPermissionType']]], 'DescribeEffectiveInstanceAssociations' => ['name' => 'DescribeEffectiveInstanceAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectiveInstanceAssociationsRequest'], 'output' => ['shape' => 'DescribeEffectiveInstanceAssociationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken']]], 'DescribeEffectivePatchesForPatchBaseline' => ['name' => 'DescribeEffectivePatchesForPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeEffectivePatchesForPatchBaselineRequest'], 'output' => ['shape' => 'DescribeEffectivePatchesForPatchBaselineResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'DoesNotExistException'], ['shape' => 'UnsupportedOperatingSystem'], ['shape' => 'InternalServerError']]], 'DescribeInstanceAssociationsStatus' => ['name' => 'DescribeInstanceAssociationsStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceAssociationsStatusRequest'], 'output' => ['shape' => 'DescribeInstanceAssociationsStatusResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken']]], 'DescribeInstanceInformation' => ['name' => 'DescribeInstanceInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstanceInformationRequest'], 'output' => ['shape' => 'DescribeInstanceInformationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidInstanceInformationFilterValue'], ['shape' => 'InvalidFilterKey']]], 'DescribeInstancePatchStates' => ['name' => 'DescribeInstancePatchStates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchStatesRequest'], 'output' => ['shape' => 'DescribeInstancePatchStatesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'DescribeInstancePatchStatesForPatchGroup' => ['name' => 'DescribeInstancePatchStatesForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchStatesForPatchGroupRequest'], 'output' => ['shape' => 'DescribeInstancePatchStatesForPatchGroupResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'DescribeInstancePatches' => ['name' => 'DescribeInstancePatches', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInstancePatchesRequest'], 'output' => ['shape' => 'DescribeInstancePatchesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'DescribeInventoryDeletions' => ['name' => 'DescribeInventoryDeletions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeInventoryDeletionsRequest'], 'output' => ['shape' => 'DescribeInventoryDeletionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDeletionIdException'], ['shape' => 'InvalidNextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocations' => ['name' => 'DescribeMaintenanceWindowExecutionTaskInvocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionTaskInvocationsResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowExecutionTasks' => ['name' => 'DescribeMaintenanceWindowExecutionTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionTasksRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionTasksResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowExecutions' => ['name' => 'DescribeMaintenanceWindowExecutions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowExecutionsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowExecutionsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowSchedule' => ['name' => 'DescribeMaintenanceWindowSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowScheduleRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowScheduleResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'DoesNotExistException']]], 'DescribeMaintenanceWindowTargets' => ['name' => 'DescribeMaintenanceWindowTargets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowTargetsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowTargetsResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowTasks' => ['name' => 'DescribeMaintenanceWindowTasks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowTasksRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowTasksResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindows' => ['name' => 'DescribeMaintenanceWindows', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowsRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeMaintenanceWindowsForTarget' => ['name' => 'DescribeMaintenanceWindowsForTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceWindowsForTargetRequest'], 'output' => ['shape' => 'DescribeMaintenanceWindowsForTargetResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeOpsItems' => ['name' => 'DescribeOpsItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOpsItemsRequest'], 'output' => ['shape' => 'DescribeOpsItemsResponse'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeParameters' => ['name' => 'DescribeParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeParametersRequest'], 'output' => ['shape' => 'DescribeParametersResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterOption'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidNextToken']]], 'DescribePatchBaselines' => ['name' => 'DescribePatchBaselines', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchBaselinesRequest'], 'output' => ['shape' => 'DescribePatchBaselinesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribePatchGroupState' => ['name' => 'DescribePatchGroupState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchGroupStateRequest'], 'output' => ['shape' => 'DescribePatchGroupStateResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'DescribePatchGroups' => ['name' => 'DescribePatchGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchGroupsRequest'], 'output' => ['shape' => 'DescribePatchGroupsResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribePatchProperties' => ['name' => 'DescribePatchProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribePatchPropertiesRequest'], 'output' => ['shape' => 'DescribePatchPropertiesResult'], 'errors' => [['shape' => 'InternalServerError']]], 'DescribeSessions' => ['name' => 'DescribeSessions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSessionsRequest'], 'output' => ['shape' => 'DescribeSessionsResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'GetAutomationExecution' => ['name' => 'GetAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAutomationExecutionRequest'], 'output' => ['shape' => 'GetAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InternalServerError']]], 'GetCalendarState' => ['name' => 'GetCalendarState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCalendarStateRequest'], 'output' => ['shape' => 'GetCalendarStateResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentType'], ['shape' => 'UnsupportedCalendarException']]], 'GetCommandInvocation' => ['name' => 'GetCommandInvocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCommandInvocationRequest'], 'output' => ['shape' => 'GetCommandInvocationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidPluginName'], ['shape' => 'InvocationDoesNotExist']]], 'GetConnectionStatus' => ['name' => 'GetConnectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetConnectionStatusRequest'], 'output' => ['shape' => 'GetConnectionStatusResponse'], 'errors' => [['shape' => 'InternalServerError']]], 'GetDefaultPatchBaseline' => ['name' => 'GetDefaultPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDefaultPatchBaselineRequest'], 'output' => ['shape' => 'GetDefaultPatchBaselineResult'], 'errors' => [['shape' => 'InternalServerError']]], 'GetDeployablePatchSnapshotForInstance' => ['name' => 'GetDeployablePatchSnapshotForInstance', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDeployablePatchSnapshotForInstanceRequest'], 'output' => ['shape' => 'GetDeployablePatchSnapshotForInstanceResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'UnsupportedOperatingSystem'], ['shape' => 'UnsupportedFeatureRequiredException']]], 'GetDocument' => ['name' => 'GetDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDocumentRequest'], 'output' => ['shape' => 'GetDocumentResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion']]], 'GetInventory' => ['name' => 'GetInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInventoryRequest'], 'output' => ['shape' => 'GetInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidInventoryGroupException'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidAggregatorException'], ['shape' => 'InvalidResultAttributeException']]], 'GetInventorySchema' => ['name' => 'GetInventorySchema', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetInventorySchemaRequest'], 'output' => ['shape' => 'GetInventorySchemaResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidNextToken']]], 'GetMaintenanceWindow' => ['name' => 'GetMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowRequest'], 'output' => ['shape' => 'GetMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecution' => ['name' => 'GetMaintenanceWindowExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecutionTask' => ['name' => 'GetMaintenanceWindowExecutionTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionTaskRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowExecutionTaskInvocation' => ['name' => 'GetMaintenanceWindowExecutionTaskInvocation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowExecutionTaskInvocationRequest'], 'output' => ['shape' => 'GetMaintenanceWindowExecutionTaskInvocationResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetMaintenanceWindowTask' => ['name' => 'GetMaintenanceWindowTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMaintenanceWindowTaskRequest'], 'output' => ['shape' => 'GetMaintenanceWindowTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'GetOpsItem' => ['name' => 'GetOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpsItemRequest'], 'output' => ['shape' => 'GetOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemNotFoundException']]], 'GetOpsSummary' => ['name' => 'GetOpsSummary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetOpsSummaryRequest'], 'output' => ['shape' => 'GetOpsSummaryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidAggregatorException']]], 'GetParameter' => ['name' => 'GetParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParameterRequest'], 'output' => ['shape' => 'GetParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidKeyId'], ['shape' => 'ParameterNotFound'], ['shape' => 'ParameterVersionNotFound']]], 'GetParameterHistory' => ['name' => 'GetParameterHistory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParameterHistoryRequest'], 'output' => ['shape' => 'GetParameterHistoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ParameterNotFound'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidKeyId']]], 'GetParameters' => ['name' => 'GetParameters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersRequest'], 'output' => ['shape' => 'GetParametersResult'], 'errors' => [['shape' => 'InvalidKeyId'], ['shape' => 'InternalServerError']]], 'GetParametersByPath' => ['name' => 'GetParametersByPath', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetParametersByPathRequest'], 'output' => ['shape' => 'GetParametersByPathResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidFilterOption'], ['shape' => 'InvalidFilterValue'], ['shape' => 'InvalidKeyId'], ['shape' => 'InvalidNextToken']]], 'GetPatchBaseline' => ['name' => 'GetPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPatchBaselineRequest'], 'output' => ['shape' => 'GetPatchBaselineResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'GetPatchBaselineForPatchGroup' => ['name' => 'GetPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'GetPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'InternalServerError']]], 'GetServiceSetting' => ['name' => 'GetServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetServiceSettingRequest'], 'output' => ['shape' => 'GetServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound']]], 'LabelParameterVersion' => ['name' => 'LabelParameterVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'LabelParameterVersionRequest'], 'output' => ['shape' => 'LabelParameterVersionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates'], ['shape' => 'ParameterNotFound'], ['shape' => 'ParameterVersionNotFound'], ['shape' => 'ParameterVersionLabelLimitExceeded']]], 'ListAssociationVersions' => ['name' => 'ListAssociationVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociationVersionsRequest'], 'output' => ['shape' => 'ListAssociationVersionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'AssociationDoesNotExist']]], 'ListAssociations' => ['name' => 'ListAssociations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAssociationsRequest'], 'output' => ['shape' => 'ListAssociationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'ListCommandInvocations' => ['name' => 'ListCommandInvocations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCommandInvocationsRequest'], 'output' => ['shape' => 'ListCommandInvocationsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'ListCommands' => ['name' => 'ListCommands', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListCommandsRequest'], 'output' => ['shape' => 'ListCommandsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidCommandId'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidFilterKey'], ['shape' => 'InvalidNextToken']]], 'ListComplianceItems' => ['name' => 'ListComplianceItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceItemsRequest'], 'output' => ['shape' => 'ListComplianceItemsResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'ListComplianceSummaries' => ['name' => 'ListComplianceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListComplianceSummariesRequest'], 'output' => ['shape' => 'ListComplianceSummariesResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'ListDocumentVersions' => ['name' => 'ListDocumentVersions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentVersionsRequest'], 'output' => ['shape' => 'ListDocumentVersionsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidDocument']]], 'ListDocuments' => ['name' => 'ListDocuments', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListDocumentsRequest'], 'output' => ['shape' => 'ListDocumentsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken'], ['shape' => 'InvalidFilterKey']]], 'ListInventoryEntries' => ['name' => 'ListInventoryEntries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListInventoryEntriesRequest'], 'output' => ['shape' => 'ListInventoryEntriesResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken']]], 'ListResourceComplianceSummaries' => ['name' => 'ListResourceComplianceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceComplianceSummariesRequest'], 'output' => ['shape' => 'ListResourceComplianceSummariesResult'], 'errors' => [['shape' => 'InvalidFilter'], ['shape' => 'InvalidNextToken'], ['shape' => 'InternalServerError']]], 'ListResourceDataSync' => ['name' => 'ListResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceDataSyncRequest'], 'output' => ['shape' => 'ListResourceDataSyncResult'], 'errors' => [['shape' => 'ResourceDataSyncInvalidConfigurationException'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidNextToken']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError']]], 'ModifyDocumentPermission' => ['name' => 'ModifyDocumentPermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyDocumentPermissionRequest'], 'output' => ['shape' => 'ModifyDocumentPermissionResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidPermissionType'], ['shape' => 'DocumentPermissionLimit'], ['shape' => 'DocumentLimitExceeded']]], 'PutComplianceItems' => ['name' => 'PutComplianceItems', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutComplianceItemsRequest'], 'output' => ['shape' => 'PutComplianceItemsResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidItemContentException'], ['shape' => 'TotalSizeLimitExceededException'], ['shape' => 'ItemSizeLimitExceededException'], ['shape' => 'ComplianceTypeCountLimitExceededException'], ['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId']]], 'PutInventory' => ['name' => 'PutInventory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutInventoryRequest'], 'output' => ['shape' => 'PutInventoryResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidTypeNameException'], ['shape' => 'InvalidItemContentException'], ['shape' => 'TotalSizeLimitExceededException'], ['shape' => 'ItemSizeLimitExceededException'], ['shape' => 'ItemContentMismatchException'], ['shape' => 'CustomSchemaCountLimitExceededException'], ['shape' => 'UnsupportedInventorySchemaVersionException'], ['shape' => 'UnsupportedInventoryItemContextException'], ['shape' => 'InvalidInventoryItemContextException'], ['shape' => 'SubTypeCountLimitExceededException']]], 'PutParameter' => ['name' => 'PutParameter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutParameterRequest'], 'output' => ['shape' => 'PutParameterResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidKeyId'], ['shape' => 'ParameterLimitExceeded'], ['shape' => 'TooManyUpdates'], ['shape' => 'ParameterAlreadyExists'], ['shape' => 'HierarchyLevelLimitExceededException'], ['shape' => 'HierarchyTypeMismatchException'], ['shape' => 'InvalidAllowedPatternException'], ['shape' => 'ParameterMaxVersionLimitExceeded'], ['shape' => 'ParameterPatternMismatchException'], ['shape' => 'UnsupportedParameterType'], ['shape' => 'PoliciesLimitExceededException'], ['shape' => 'InvalidPolicyTypeException'], ['shape' => 'InvalidPolicyAttributeException'], ['shape' => 'IncompatiblePolicyException']]], 'RegisterDefaultPatchBaseline' => ['name' => 'RegisterDefaultPatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterDefaultPatchBaselineRequest'], 'output' => ['shape' => 'RegisterDefaultPatchBaselineResult'], 'errors' => [['shape' => 'InvalidResourceId'], ['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'RegisterPatchBaselineForPatchGroup' => ['name' => 'RegisterPatchBaselineForPatchGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterPatchBaselineForPatchGroupRequest'], 'output' => ['shape' => 'RegisterPatchBaselineForPatchGroupResult'], 'errors' => [['shape' => 'AlreadyExistsException'], ['shape' => 'DoesNotExistException'], ['shape' => 'InvalidResourceId'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'RegisterTargetWithMaintenanceWindow' => ['name' => 'RegisterTargetWithMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTargetWithMaintenanceWindowRequest'], 'output' => ['shape' => 'RegisterTargetWithMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'DoesNotExistException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InternalServerError']]], 'RegisterTaskWithMaintenanceWindow' => ['name' => 'RegisterTaskWithMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterTaskWithMaintenanceWindowRequest'], 'output' => ['shape' => 'RegisterTaskWithMaintenanceWindowResult'], 'errors' => [['shape' => 'IdempotentParameterMismatch'], ['shape' => 'DoesNotExistException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'FeatureNotAvailableException'], ['shape' => 'InternalServerError']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceRequest'], 'output' => ['shape' => 'RemoveTagsFromResourceResult'], 'errors' => [['shape' => 'InvalidResourceType'], ['shape' => 'InvalidResourceId'], ['shape' => 'InternalServerError'], ['shape' => 'TooManyUpdates']]], 'ResetServiceSetting' => ['name' => 'ResetServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetServiceSettingRequest'], 'output' => ['shape' => 'ResetServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound'], ['shape' => 'TooManyUpdates']]], 'ResumeSession' => ['name' => 'ResumeSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResumeSessionRequest'], 'output' => ['shape' => 'ResumeSessionResponse'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'SendAutomationSignal' => ['name' => 'SendAutomationSignal', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendAutomationSignalRequest'], 'output' => ['shape' => 'SendAutomationSignalResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'AutomationStepNotFoundException'], ['shape' => 'InvalidAutomationSignalException'], ['shape' => 'InternalServerError']]], 'SendCommand' => ['name' => 'SendCommand', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SendCommandRequest'], 'output' => ['shape' => 'SendCommandResult'], 'errors' => [['shape' => 'DuplicateInstanceId'], ['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidOutputFolder'], ['shape' => 'InvalidParameters'], ['shape' => 'UnsupportedPlatformType'], ['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'InvalidRole'], ['shape' => 'InvalidNotificationConfig']]], 'StartAssociationsOnce' => ['name' => 'StartAssociationsOnce', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAssociationsOnceRequest'], 'output' => ['shape' => 'StartAssociationsOnceResult'], 'errors' => [['shape' => 'InvalidAssociation'], ['shape' => 'AssociationDoesNotExist']]], 'StartAutomationExecution' => ['name' => 'StartAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAutomationExecutionRequest'], 'output' => ['shape' => 'StartAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationDefinitionNotFoundException'], ['shape' => 'InvalidAutomationExecutionParametersException'], ['shape' => 'AutomationExecutionLimitExceededException'], ['shape' => 'AutomationDefinitionVersionNotFoundException'], ['shape' => 'IdempotentParameterMismatch'], ['shape' => 'InvalidTarget'], ['shape' => 'InternalServerError']]], 'StartSession' => ['name' => 'StartSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartSessionRequest'], 'output' => ['shape' => 'StartSessionResponse'], 'errors' => [['shape' => 'InvalidDocument'], ['shape' => 'TargetNotConnected'], ['shape' => 'InternalServerError']]], 'StopAutomationExecution' => ['name' => 'StopAutomationExecution', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopAutomationExecutionRequest'], 'output' => ['shape' => 'StopAutomationExecutionResult'], 'errors' => [['shape' => 'AutomationExecutionNotFoundException'], ['shape' => 'InvalidAutomationStatusUpdateException'], ['shape' => 'InternalServerError']]], 'TerminateSession' => ['name' => 'TerminateSession', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateSessionRequest'], 'output' => ['shape' => 'TerminateSessionResponse'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateAssociation' => ['name' => 'UpdateAssociation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssociationRequest'], 'output' => ['shape' => 'UpdateAssociationResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidSchedule'], ['shape' => 'InvalidParameters'], ['shape' => 'InvalidOutputLocation'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'InvalidUpdate'], ['shape' => 'TooManyUpdates'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidTarget'], ['shape' => 'InvalidAssociationVersion'], ['shape' => 'AssociationVersionLimitExceeded']]], 'UpdateAssociationStatus' => ['name' => 'UpdateAssociationStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAssociationStatusRequest'], 'output' => ['shape' => 'UpdateAssociationStatusResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidInstanceId'], ['shape' => 'InvalidDocument'], ['shape' => 'AssociationDoesNotExist'], ['shape' => 'StatusUnchanged'], ['shape' => 'TooManyUpdates']]], 'UpdateDocument' => ['name' => 'UpdateDocument', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDocumentRequest'], 'output' => ['shape' => 'UpdateDocumentResult'], 'errors' => [['shape' => 'MaxDocumentSizeExceeded'], ['shape' => 'DocumentVersionLimitExceeded'], ['shape' => 'InternalServerError'], ['shape' => 'DuplicateDocumentContent'], ['shape' => 'DuplicateDocumentVersionName'], ['shape' => 'InvalidDocumentContent'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidDocumentSchemaVersion'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentOperation']]], 'UpdateDocumentDefaultVersion' => ['name' => 'UpdateDocumentDefaultVersion', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateDocumentDefaultVersionRequest'], 'output' => ['shape' => 'UpdateDocumentDefaultVersionResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'InvalidDocument'], ['shape' => 'InvalidDocumentVersion'], ['shape' => 'InvalidDocumentSchemaVersion']]], 'UpdateMaintenanceWindow' => ['name' => 'UpdateMaintenanceWindow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceWindowTarget' => ['name' => 'UpdateMaintenanceWindowTarget', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowTargetRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowTargetResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceWindowTask' => ['name' => 'UpdateMaintenanceWindowTask', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceWindowTaskRequest'], 'output' => ['shape' => 'UpdateMaintenanceWindowTaskResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateManagedInstanceRole' => ['name' => 'UpdateManagedInstanceRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateManagedInstanceRoleRequest'], 'output' => ['shape' => 'UpdateManagedInstanceRoleResult'], 'errors' => [['shape' => 'InvalidInstanceId'], ['shape' => 'InternalServerError']]], 'UpdateOpsItem' => ['name' => 'UpdateOpsItem', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateOpsItemRequest'], 'output' => ['shape' => 'UpdateOpsItemResponse'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'OpsItemNotFoundException'], ['shape' => 'OpsItemAlreadyExistsException'], ['shape' => 'OpsItemLimitExceededException'], ['shape' => 'OpsItemInvalidParameterException']]], 'UpdatePatchBaseline' => ['name' => 'UpdatePatchBaseline', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePatchBaselineRequest'], 'output' => ['shape' => 'UpdatePatchBaselineResult'], 'errors' => [['shape' => 'DoesNotExistException'], ['shape' => 'InternalServerError']]], 'UpdateResourceDataSync' => ['name' => 'UpdateResourceDataSync', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceDataSyncRequest'], 'output' => ['shape' => 'UpdateResourceDataSyncResult'], 'errors' => [['shape' => 'ResourceDataSyncNotFoundException'], ['shape' => 'ResourceDataSyncInvalidConfigurationException'], ['shape' => 'ResourceDataSyncConflictException'], ['shape' => 'InternalServerError']]], 'UpdateServiceSetting' => ['name' => 'UpdateServiceSetting', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServiceSettingRequest'], 'output' => ['shape' => 'UpdateServiceSettingResult'], 'errors' => [['shape' => 'InternalServerError'], ['shape' => 'ServiceSettingNotFound'], ['shape' => 'TooManyUpdates']]]], 'shapes' => ['Account' => ['type' => 'string'], 'AccountId' => ['type' => 'string', 'pattern' => '(?i)all|[0-9]{12}'], 'AccountIdList' => ['type' => 'list', 'member' => ['shape' => 'AccountId'], 'max' => 20], 'AccountSharingInfo' => ['type' => 'structure', 'members' => ['AccountId' => ['shape' => 'AccountId'], 'SharedDocumentVersion' => ['shape' => 'SharedDocumentVersion']]], 'AccountSharingInfoList' => ['type' => 'list', 'member' => ['shape' => 'AccountSharingInfo']], 'Accounts' => ['type' => 'list', 'member' => ['shape' => 'Account'], 'max' => 50, 'min' => 1], 'Activation' => ['type' => 'structure', 'members' => ['ActivationId' => ['shape' => 'ActivationId'], 'Description' => ['shape' => 'ActivationDescription'], 'DefaultInstanceName' => ['shape' => 'DefaultInstanceName'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationLimit' => ['shape' => 'RegistrationLimit'], 'RegistrationsCount' => ['shape' => 'RegistrationsCount'], 'ExpirationDate' => ['shape' => 'ExpirationDate'], 'Expired' => ['shape' => 'Boolean'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'Tags' => ['shape' => 'TagList']]], 'ActivationCode' => ['type' => 'string', 'max' => 250, 'min' => 20], 'ActivationDescription' => ['type' => 'string', 'max' => 256, 'min' => 0], 'ActivationId' => ['type' => 'string', 'pattern' => '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'], 'ActivationList' => ['type' => 'list', 'member' => ['shape' => 'Activation']], 'AddTagsToResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId', 'Tags'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId'], 'Tags' => ['shape' => 'TagList']]], 'AddTagsToResourceResult' => ['type' => 'structure', 'members' => []], 'AgentErrorCode' => ['type' => 'string', 'max' => 10], 'AggregatorSchemaOnly' => ['type' => 'boolean'], 'AllowedPattern' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'AlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ApplyOnlyAtCronInterval' => ['type' => 'boolean'], 'ApproveAfterDays' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'AssociatedInstances' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'Association' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Targets' => ['shape' => 'Targets'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'Overview' => ['shape' => 'AssociationOverview'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'AssociationName' => ['shape' => 'AssociationName']]], 'AssociationAlreadyExists' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AssociationComplianceSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'UNSPECIFIED']], 'AssociationDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'Date' => ['shape' => 'DateTime'], 'LastUpdateAssociationDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'AssociationStatus'], 'Overview' => ['shape' => 'AssociationOverview'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'Parameters' => ['shape' => 'Parameters'], 'AssociationId' => ['shape' => 'AssociationId'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'LastSuccessfulExecutionDate' => ['shape' => 'DateTime'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity'], 'SyncCompliance' => ['shape' => 'AssociationSyncCompliance'], 'ApplyOnlyAtCronInterval' => ['shape' => 'ApplyOnlyAtCronInterval']]], 'AssociationDescriptionList' => ['type' => 'list', 'member' => ['shape' => 'AssociationDescription']], 'AssociationDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationExecution' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'ResourceCountByStatus' => ['shape' => 'ResourceCountByStatus']]], 'AssociationExecutionDoesNotExist' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Value', 'Type'], 'members' => ['Key' => ['shape' => 'AssociationExecutionFilterKey'], 'Value' => ['shape' => 'AssociationExecutionFilterValue'], 'Type' => ['shape' => 'AssociationFilterOperatorType']]], 'AssociationExecutionFilterKey' => ['type' => 'string', 'enum' => ['ExecutionId', 'Status', 'CreatedTime']], 'AssociationExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionFilter'], 'min' => 1], 'AssociationExecutionFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationExecutionId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'AssociationExecutionTarget' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'ResourceId' => ['shape' => 'AssociationResourceId'], 'ResourceType' => ['shape' => 'AssociationResourceType'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'LastExecutionDate' => ['shape' => 'DateTime'], 'OutputSource' => ['shape' => 'OutputSource']]], 'AssociationExecutionTargetsFilter' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'AssociationExecutionTargetsFilterKey'], 'Value' => ['shape' => 'AssociationExecutionTargetsFilterValue']]], 'AssociationExecutionTargetsFilterKey' => ['type' => 'string', 'enum' => ['Status', 'ResourceId', 'ResourceType']], 'AssociationExecutionTargetsFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionTargetsFilter'], 'min' => 1], 'AssociationExecutionTargetsFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationExecutionTargetsList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecutionTarget']], 'AssociationExecutionsList' => ['type' => 'list', 'member' => ['shape' => 'AssociationExecution']], 'AssociationFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'AssociationFilterKey'], 'value' => ['shape' => 'AssociationFilterValue']]], 'AssociationFilterKey' => ['type' => 'string', 'enum' => ['InstanceId', 'Name', 'AssociationId', 'AssociationStatusName', 'LastExecutedBefore', 'LastExecutedAfter', 'AssociationName', 'ResourceGroupName']], 'AssociationFilterList' => ['type' => 'list', 'member' => ['shape' => 'AssociationFilter'], 'min' => 1], 'AssociationFilterOperatorType' => ['type' => 'string', 'enum' => ['EQUAL', 'LESS_THAN', 'GREATER_THAN']], 'AssociationFilterValue' => ['type' => 'string', 'min' => 1], 'AssociationId' => ['type' => 'string', 'pattern' => '[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}'], 'AssociationIdList' => ['type' => 'list', 'member' => ['shape' => 'AssociationId'], 'max' => 10, 'min' => 1], 'AssociationLimitExceeded' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'AssociationList' => ['type' => 'list', 'member' => ['shape' => 'Association']], 'AssociationName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AssociationOverview' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'AssociationStatusAggregatedCount' => ['shape' => 'AssociationStatusAggregatedCount']]], 'AssociationResourceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'AssociationResourceType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AssociationStatus' => ['type' => 'structure', 'required' => ['Date', 'Name', 'Message'], 'members' => ['Date' => ['shape' => 'DateTime'], 'Name' => ['shape' => 'AssociationStatusName'], 'Message' => ['shape' => 'StatusMessage'], 'AdditionalInfo' => ['shape' => 'StatusAdditionalInfo']]], 'AssociationStatusAggregatedCount' => ['type' => 'map', 'key' => ['shape' => 'StatusName'], 'value' => ['shape' => 'InstanceCount']], 'AssociationStatusName' => ['type' => 'string', 'enum' => ['Pending', 'Success', 'Failed']], 'AssociationSyncCompliance' => ['type' => 'string', 'enum' => ['AUTO', 'MANUAL']], 'AssociationVersion' => ['type' => 'string', 'pattern' => '([$]LATEST)|([1-9][0-9]*)'], 'AssociationVersionInfo' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'CreatedDate' => ['shape' => 'DateTime'], 'Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Parameters' => ['shape' => 'Parameters'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity'], 'SyncCompliance' => ['shape' => 'AssociationSyncCompliance'], 'ApplyOnlyAtCronInterval' => ['shape' => 'ApplyOnlyAtCronInterval']]], 'AssociationVersionLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AssociationVersionList' => ['type' => 'list', 'member' => ['shape' => 'AssociationVersionInfo'], 'min' => 1], 'AttachmentContent' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttachmentName'], 'Size' => ['shape' => 'ContentLength'], 'Hash' => ['shape' => 'AttachmentHash'], 'HashType' => ['shape' => 'AttachmentHashType'], 'Url' => ['shape' => 'AttachmentUrl']]], 'AttachmentContentList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentContent']], 'AttachmentHash' => ['type' => 'string', 'max' => 256], 'AttachmentHashType' => ['type' => 'string', 'enum' => ['Sha256']], 'AttachmentIdentifier' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AttachmentInformation' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AttachmentName']]], 'AttachmentInformationList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentInformation']], 'AttachmentName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'AttachmentUrl' => ['type' => 'string'], 'AttachmentsSource' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'AttachmentsSourceKey'], 'Values' => ['shape' => 'AttachmentsSourceValues'], 'Name' => ['shape' => 'AttachmentIdentifier']]], 'AttachmentsSourceKey' => ['type' => 'string', 'enum' => ['SourceUrl', 'S3FileUrl', 'AttachmentReference']], 'AttachmentsSourceList' => ['type' => 'list', 'member' => ['shape' => 'AttachmentsSource'], 'max' => 20, 'min' => 0], 'AttachmentsSourceValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'AttachmentsSourceValues' => ['type' => 'list', 'member' => ['shape' => 'AttachmentsSourceValue'], 'max' => 1, 'min' => 1], 'AttributeName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'AttributeValue' => ['type' => 'string', 'max' => 4096, 'min' => 0], 'AutomationActionName' => ['type' => 'string', 'pattern' => '^aws:[a-zA-Z]{3,25}$'], 'AutomationDefinitionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationDefinitionVersionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecution' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'AutomationExecutionStatus' => ['shape' => 'AutomationExecutionStatus'], 'StepExecutions' => ['shape' => 'StepExecutionList'], 'StepExecutionsTruncated' => ['shape' => 'Boolean'], 'Parameters' => ['shape' => 'AutomationParameterMap'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'FailureMessage' => ['shape' => 'String'], 'Mode' => ['shape' => 'ExecutionMode'], 'ParentAutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'ExecutedBy' => ['shape' => 'String'], 'CurrentStepName' => ['shape' => 'String'], 'CurrentAction' => ['shape' => 'String'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'ResolvedTargets' => ['shape' => 'ResolvedTargets'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Target' => ['shape' => 'String'], 'TargetLocations' => ['shape' => 'TargetLocations', 'box' => \true], 'ProgressCounters' => ['shape' => 'ProgressCounters']]], 'AutomationExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'AutomationExecutionFilterKey'], 'Values' => ['shape' => 'AutomationExecutionFilterValueList']]], 'AutomationExecutionFilterKey' => ['type' => 'string', 'enum' => ['DocumentNamePrefix', 'ExecutionStatus', 'ExecutionId', 'ParentExecutionId', 'CurrentAction', 'StartTimeBefore', 'StartTimeAfter', 'AutomationType', 'TagKey']], 'AutomationExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionFilter'], 'max' => 10, 'min' => 1], 'AutomationExecutionFilterValue' => ['type' => 'string', 'max' => 150, 'min' => 1], 'AutomationExecutionFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionFilterValue'], 'max' => 10, 'min' => 1], 'AutomationExecutionId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'AutomationExecutionLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecutionMetadata' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AutomationExecutionStatus' => ['shape' => 'AutomationExecutionStatus'], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'ExecutedBy' => ['shape' => 'String'], 'LogFile' => ['shape' => 'String'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'Mode' => ['shape' => 'ExecutionMode'], 'ParentAutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'CurrentStepName' => ['shape' => 'String'], 'CurrentAction' => ['shape' => 'String'], 'FailureMessage' => ['shape' => 'String'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'ResolvedTargets' => ['shape' => 'ResolvedTargets'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Target' => ['shape' => 'String'], 'AutomationType' => ['shape' => 'AutomationType']]], 'AutomationExecutionMetadataList' => ['type' => 'list', 'member' => ['shape' => 'AutomationExecutionMetadata']], 'AutomationExecutionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationExecutionStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Waiting', 'Success', 'TimedOut', 'Cancelling', 'Cancelled', 'Failed']], 'AutomationParameterKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AutomationParameterMap' => ['type' => 'map', 'key' => ['shape' => 'AutomationParameterKey'], 'value' => ['shape' => 'AutomationParameterValueList'], 'max' => 200, 'min' => 1], 'AutomationParameterValue' => ['type' => 'string', 'max' => 512, 'min' => 1], 'AutomationParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'AutomationParameterValue'], 'max' => 10, 'min' => 0], 'AutomationStepNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'AutomationTargetParameterName' => ['type' => 'string', 'max' => 50, 'min' => 1], 'AutomationType' => ['type' => 'string', 'enum' => ['CrossAccount', 'Local']], 'BaselineDescription' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'BaselineId' => ['type' => 'string', 'max' => 128, 'min' => 20, 'pattern' => '^[a-zA-Z0-9_\\-:/]{20,128}$'], 'BaselineName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'BatchErrorMessage' => ['type' => 'string'], 'Boolean' => ['type' => 'boolean'], 'CalendarNameOrARN' => ['type' => 'string'], 'CalendarNameOrARNList' => ['type' => 'list', 'member' => ['shape' => 'CalendarNameOrARN']], 'CalendarState' => ['type' => 'string', 'enum' => ['OPEN', 'CLOSED']], 'CancelCommandRequest' => ['type' => 'structure', 'required' => ['CommandId'], 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceIds' => ['shape' => 'InstanceIdList']]], 'CancelCommandResult' => ['type' => 'structure', 'members' => []], 'CancelMaintenanceWindowExecutionRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'CancelMaintenanceWindowExecutionResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'ClientToken' => ['type' => 'string', 'max' => 64, 'min' => 1], 'CloudWatchLogGroupName' => ['type' => 'string', 'max' => 512, 'min' => 1], 'CloudWatchOutputConfig' => ['type' => 'structure', 'members' => ['CloudWatchLogGroupName' => ['shape' => 'CloudWatchLogGroupName'], 'CloudWatchOutputEnabled' => ['shape' => 'CloudWatchOutputEnabled']]], 'CloudWatchOutputEnabled' => ['type' => 'boolean'], 'Command' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Comment' => ['shape' => 'Comment'], 'ExpiresAfter' => ['shape' => 'DateTime'], 'Parameters' => ['shape' => 'Parameters'], 'InstanceIds' => ['shape' => 'InstanceIdList'], 'Targets' => ['shape' => 'Targets'], 'RequestedDateTime' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'CommandStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'TargetCount' => ['shape' => 'TargetCount'], 'CompletedCount' => ['shape' => 'CompletedCount'], 'ErrorCount' => ['shape' => 'ErrorCount'], 'DeliveryTimedOutCount' => ['shape' => 'DeliveryTimedOutCount'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig'], 'TimeoutSeconds' => ['shape' => 'TimeoutSeconds']]], 'CommandFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'CommandFilterKey'], 'value' => ['shape' => 'CommandFilterValue']]], 'CommandFilterKey' => ['type' => 'string', 'enum' => ['InvokedAfter', 'InvokedBefore', 'Status', 'ExecutionStage', 'DocumentName']], 'CommandFilterList' => ['type' => 'list', 'member' => ['shape' => 'CommandFilter'], 'max' => 5, 'min' => 1], 'CommandFilterValue' => ['type' => 'string', 'max' => 128, 'min' => 1], 'CommandId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'CommandInvocation' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'InstanceName' => ['shape' => 'InstanceTagName'], 'Comment' => ['shape' => 'Comment'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'RequestedDateTime' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'CommandInvocationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'TraceOutput' => ['shape' => 'InvocationTraceOutput'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorUrl' => ['shape' => 'Url'], 'CommandPlugins' => ['shape' => 'CommandPluginList'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'CommandInvocationList' => ['type' => 'list', 'member' => ['shape' => 'CommandInvocation']], 'CommandInvocationStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Delayed', 'Success', 'Cancelled', 'TimedOut', 'Failed', 'Cancelling']], 'CommandList' => ['type' => 'list', 'member' => ['shape' => 'Command']], 'CommandMaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'CommandPlugin' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CommandPluginName'], 'Status' => ['shape' => 'CommandPluginStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'ResponseCode' => ['shape' => 'ResponseCode'], 'ResponseStartDateTime' => ['shape' => 'DateTime'], 'ResponseFinishDateTime' => ['shape' => 'DateTime'], 'Output' => ['shape' => 'CommandPluginOutput'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorUrl' => ['shape' => 'Url'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'CommandPluginList' => ['type' => 'list', 'member' => ['shape' => 'CommandPlugin']], 'CommandPluginName' => ['type' => 'string', 'min' => 4], 'CommandPluginOutput' => ['type' => 'string', 'max' => 2500], 'CommandPluginStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Success', 'TimedOut', 'Cancelled', 'Failed']], 'CommandStatus' => ['type' => 'string', 'enum' => ['Pending', 'InProgress', 'Success', 'Cancelled', 'Failed', 'TimedOut', 'Cancelling']], 'Comment' => ['type' => 'string', 'max' => 100], 'CompletedCount' => ['type' => 'integer'], 'ComplianceExecutionId' => ['type' => 'string', 'max' => 100], 'ComplianceExecutionSummary' => ['type' => 'structure', 'required' => ['ExecutionTime'], 'members' => ['ExecutionTime' => ['shape' => 'DateTime'], 'ExecutionId' => ['shape' => 'ComplianceExecutionId'], 'ExecutionType' => ['shape' => 'ComplianceExecutionType']]], 'ComplianceExecutionType' => ['type' => 'string', 'max' => 50], 'ComplianceFilterValue' => ['type' => 'string'], 'ComplianceItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ResourceId' => ['shape' => 'ComplianceResourceId'], 'Id' => ['shape' => 'ComplianceItemId'], 'Title' => ['shape' => 'ComplianceItemTitle'], 'Status' => ['shape' => 'ComplianceStatus'], 'Severity' => ['shape' => 'ComplianceSeverity'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'Details' => ['shape' => 'ComplianceItemDetails']]], 'ComplianceItemContentHash' => ['type' => 'string', 'max' => 256], 'ComplianceItemDetails' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'ComplianceItemEntry' => ['type' => 'structure', 'required' => ['Severity', 'Status'], 'members' => ['Id' => ['shape' => 'ComplianceItemId'], 'Title' => ['shape' => 'ComplianceItemTitle'], 'Severity' => ['shape' => 'ComplianceSeverity'], 'Status' => ['shape' => 'ComplianceStatus'], 'Details' => ['shape' => 'ComplianceItemDetails']]], 'ComplianceItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceItemEntry'], 'max' => 10000, 'min' => 0], 'ComplianceItemId' => ['type' => 'string'], 'ComplianceItemList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceItem']], 'ComplianceItemTitle' => ['type' => 'string', 'max' => 500], 'ComplianceQueryOperatorType' => ['type' => 'string', 'enum' => ['EQUAL', 'NOT_EQUAL', 'BEGIN_WITH', 'LESS_THAN', 'GREATER_THAN']], 'ComplianceResourceId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ComplianceResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceResourceId'], 'min' => 1], 'ComplianceResourceType' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ComplianceResourceTypeList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceResourceType'], 'min' => 1], 'ComplianceSeverity' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'INFORMATIONAL', 'UNSPECIFIED']], 'ComplianceStatus' => ['type' => 'string', 'enum' => ['COMPLIANT', 'NON_COMPLIANT']], 'ComplianceStringFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'ComplianceStringFilterKey'], 'Values' => ['shape' => 'ComplianceStringFilterValueList'], 'Type' => ['shape' => 'ComplianceQueryOperatorType']]], 'ComplianceStringFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'ComplianceStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceStringFilter']], 'ComplianceStringFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceFilterValue'], 'max' => 20, 'min' => 1], 'ComplianceSummaryCount' => ['type' => 'integer'], 'ComplianceSummaryItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'CompliantSummary' => ['shape' => 'CompliantSummary'], 'NonCompliantSummary' => ['shape' => 'NonCompliantSummary']]], 'ComplianceSummaryItemList' => ['type' => 'list', 'member' => ['shape' => 'ComplianceSummaryItem']], 'ComplianceTypeCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ComplianceTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '[A-Za-z0-9_\\-]\\w+|Custom:[a-zA-Z0-9_\\-]\\w+'], 'ComplianceUploadType' => ['type' => 'string', 'enum' => ['COMPLETE', 'PARTIAL']], 'CompliantSummary' => ['type' => 'structure', 'members' => ['CompliantCount' => ['shape' => 'ComplianceSummaryCount'], 'SeveritySummary' => ['shape' => 'SeveritySummary']]], 'ComputerName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'ConnectionStatus' => ['type' => 'string', 'enum' => ['Connected', 'NotConnected']], 'ContentLength' => ['type' => 'long'], 'CreateActivationRequest' => ['type' => 'structure', 'required' => ['IamRole'], 'members' => ['Description' => ['shape' => 'ActivationDescription'], 'DefaultInstanceName' => ['shape' => 'DefaultInstanceName'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationLimit' => ['shape' => 'RegistrationLimit', 'box' => \true], 'ExpirationDate' => ['shape' => 'ExpirationDate'], 'Tags' => ['shape' => 'TagList']]], 'CreateActivationResult' => ['type' => 'structure', 'members' => ['ActivationId' => ['shape' => 'ActivationId'], 'ActivationCode' => ['shape' => 'ActivationCode']]], 'CreateAssociationBatchRequest' => ['type' => 'structure', 'required' => ['Entries'], 'members' => ['Entries' => ['shape' => 'CreateAssociationBatchRequestEntries']]], 'CreateAssociationBatchRequestEntries' => ['type' => 'list', 'member' => ['shape' => 'CreateAssociationBatchRequestEntry'], 'min' => 1], 'CreateAssociationBatchRequestEntry' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'Parameters' => ['shape' => 'Parameters'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity'], 'SyncCompliance' => ['shape' => 'AssociationSyncCompliance'], 'ApplyOnlyAtCronInterval' => ['shape' => 'ApplyOnlyAtCronInterval']]], 'CreateAssociationBatchResult' => ['type' => 'structure', 'members' => ['Successful' => ['shape' => 'AssociationDescriptionList'], 'Failed' => ['shape' => 'FailedCreateAssociationList']]], 'CreateAssociationRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'InstanceId' => ['shape' => 'InstanceId'], 'Parameters' => ['shape' => 'Parameters'], 'Targets' => ['shape' => 'Targets'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'AssociationName' => ['shape' => 'AssociationName'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity'], 'SyncCompliance' => ['shape' => 'AssociationSyncCompliance'], 'ApplyOnlyAtCronInterval' => ['shape' => 'ApplyOnlyAtCronInterval']]], 'CreateAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'CreateDocumentRequest' => ['type' => 'structure', 'required' => ['Content', 'Name'], 'members' => ['Content' => ['shape' => 'DocumentContent'], 'Requires' => ['shape' => 'DocumentRequiresList'], 'Attachments' => ['shape' => 'AttachmentsSourceList'], 'Name' => ['shape' => 'DocumentName'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentType' => ['shape' => 'DocumentType'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList']]], 'CreateDocumentResult' => ['type' => 'structure', 'members' => ['DocumentDescription' => ['shape' => 'DocumentDescription']]], 'CreateMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['Name', 'Schedule', 'Duration', 'Cutoff', 'AllowUnassociatedTargets'], 'members' => ['Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'ScheduleOffset' => ['shape' => 'MaintenanceWindowOffset', 'box' => \true], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreateMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'CreateOpsItemRequest' => ['type' => 'structure', 'required' => ['Description', 'Source', 'Title'], 'members' => ['Description' => ['shape' => 'OpsItemDescription'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Source' => ['shape' => 'OpsItemSource'], 'Title' => ['shape' => 'OpsItemTitle'], 'Tags' => ['shape' => 'TagList'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'CreateOpsItemResponse' => ['type' => 'structure', 'members' => ['OpsItemId' => ['shape' => 'String']]], 'CreatePatchBaselineRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem'], 'Name' => ['shape' => 'BaselineName'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true], 'Tags' => ['shape' => 'TagList']]], 'CreatePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'CreateResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'S3Destination' => ['shape' => 'ResourceDataSyncS3Destination'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSource']]], 'CreateResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'CreatedDate' => ['type' => 'timestamp'], 'CustomSchemaCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DateTime' => ['type' => 'timestamp'], 'DefaultBaseline' => ['type' => 'boolean'], 'DefaultInstanceName' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'DeleteActivationRequest' => ['type' => 'structure', 'required' => ['ActivationId'], 'members' => ['ActivationId' => ['shape' => 'ActivationId']]], 'DeleteActivationResult' => ['type' => 'structure', 'members' => []], 'DeleteAssociationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId']]], 'DeleteAssociationResult' => ['type' => 'structure', 'members' => []], 'DeleteDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'Force' => ['shape' => 'Boolean']]], 'DeleteDocumentResult' => ['type' => 'structure', 'members' => []], 'DeleteInventoryRequest' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaDeleteOption' => ['shape' => 'InventorySchemaDeleteOption'], 'DryRun' => ['shape' => 'DryRun'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'DeleteInventoryResult' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'DeletionSummary' => ['shape' => 'InventoryDeletionSummary']]], 'DeleteMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'DeleteMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'DeleteParameterRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName']]], 'DeleteParameterResult' => ['type' => 'structure', 'members' => []], 'DeleteParametersRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'ParameterNameList']]], 'DeleteParametersResult' => ['type' => 'structure', 'members' => ['DeletedParameters' => ['shape' => 'ParameterNameList'], 'InvalidParameters' => ['shape' => 'ParameterNameList']]], 'DeletePatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'DeletePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'DeleteResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType']]], 'DeleteResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'DeliveryTimedOutCount' => ['type' => 'integer'], 'DeregisterManagedInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'ManagedInstanceId']]], 'DeregisterManagedInstanceResult' => ['type' => 'structure', 'members' => []], 'DeregisterPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['BaselineId', 'PatchGroup'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'DeregisterPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'DeregisterTargetFromMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTargetId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Safe' => ['shape' => 'Boolean', 'box' => \true]]], 'DeregisterTargetFromMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId']]], 'DeregisterTaskFromMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'DeregisterTaskFromMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'DescribeActivationsFilter' => ['type' => 'structure', 'members' => ['FilterKey' => ['shape' => 'DescribeActivationsFilterKeys'], 'FilterValues' => ['shape' => 'StringList']]], 'DescribeActivationsFilterKeys' => ['type' => 'string', 'enum' => ['ActivationIds', 'DefaultInstanceName', 'IamRole']], 'DescribeActivationsFilterList' => ['type' => 'list', 'member' => ['shape' => 'DescribeActivationsFilter']], 'DescribeActivationsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'DescribeActivationsFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeActivationsResult' => ['type' => 'structure', 'members' => ['ActivationList' => ['shape' => 'ActivationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionTargetsRequest' => ['type' => 'structure', 'required' => ['AssociationId', 'ExecutionId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'ExecutionId' => ['shape' => 'AssociationExecutionId'], 'Filters' => ['shape' => 'AssociationExecutionTargetsFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionTargetsResult' => ['type' => 'structure', 'members' => ['AssociationExecutionTargets' => ['shape' => 'AssociationExecutionTargetsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionsRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Filters' => ['shape' => 'AssociationExecutionFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationExecutionsResult' => ['type' => 'structure', 'members' => ['AssociationExecutions' => ['shape' => 'AssociationExecutionsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAssociationRequest' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationId' => ['shape' => 'AssociationId'], 'AssociationVersion' => ['shape' => 'AssociationVersion']]], 'DescribeAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'DescribeAutomationExecutionsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'AutomationExecutionFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAutomationExecutionsResult' => ['type' => 'structure', 'members' => ['AutomationExecutionMetadataList' => ['shape' => 'AutomationExecutionMetadataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAutomationStepExecutionsRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'Filters' => ['shape' => 'StepExecutionFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'ReverseOrder' => ['shape' => 'Boolean', 'box' => \true]]], 'DescribeAutomationStepExecutionsResult' => ['type' => 'structure', 'members' => ['StepExecutions' => ['shape' => 'StepExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAvailablePatchesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeAvailablePatchesResult' => ['type' => 'structure', 'members' => ['Patches' => ['shape' => 'PatchList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeDocumentPermissionRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionType'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'PermissionType' => ['shape' => 'DocumentPermissionType']]], 'DescribeDocumentPermissionResponse' => ['type' => 'structure', 'members' => ['AccountIds' => ['shape' => 'AccountIdList'], 'AccountSharingInfoList' => ['shape' => 'AccountSharingInfoList']]], 'DescribeDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName']]], 'DescribeDocumentResult' => ['type' => 'structure', 'members' => ['Document' => ['shape' => 'DocumentDescription']]], 'DescribeEffectiveInstanceAssociationsRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'EffectiveInstanceAssociationMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectiveInstanceAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'InstanceAssociationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectivePatchesForPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeEffectivePatchesForPatchBaselineResult' => ['type' => 'structure', 'members' => ['EffectivePatches' => ['shape' => 'EffectivePatchList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceAssociationsStatusRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceAssociationsStatusResult' => ['type' => 'structure', 'members' => ['InstanceAssociationStatusInfos' => ['shape' => 'InstanceAssociationStatusInfos'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceInformationRequest' => ['type' => 'structure', 'members' => ['InstanceInformationFilterList' => ['shape' => 'InstanceInformationFilterList'], 'Filters' => ['shape' => 'InstanceInformationStringFilterList'], 'MaxResults' => ['shape' => 'MaxResultsEC2Compatible', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstanceInformationResult' => ['type' => 'structure', 'members' => ['InstanceInformationList' => ['shape' => 'InstanceInformationList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchStatesForPatchGroupRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'Filters' => ['shape' => 'InstancePatchStateFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchStatesForPatchGroupResult' => ['type' => 'structure', 'members' => ['InstancePatchStates' => ['shape' => 'InstancePatchStatesList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchStatesRequest' => ['type' => 'structure', 'required' => ['InstanceIds'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchStatesResult' => ['type' => 'structure', 'members' => ['InstancePatchStates' => ['shape' => 'InstancePatchStateList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInstancePatchesRequest' => ['type' => 'structure', 'required' => ['InstanceId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'PatchComplianceMaxResults', 'box' => \true]]], 'DescribeInstancePatchesResult' => ['type' => 'structure', 'members' => ['Patches' => ['shape' => 'PatchComplianceDataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeInventoryDeletionsRequest' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'DescribeInventoryDeletionsResult' => ['type' => 'structure', 'members' => ['InventoryDeletions' => ['shape' => 'InventoryDeletionsList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTaskInvocationsResult' => ['type' => 'structure', 'members' => ['WindowExecutionTaskInvocationIdentities' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTasksRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionTasksResult' => ['type' => 'structure', 'members' => ['WindowExecutionTaskIdentities' => ['shape' => 'MaintenanceWindowExecutionTaskIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionsRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowExecutionsResult' => ['type' => 'structure', 'members' => ['WindowExecutions' => ['shape' => 'MaintenanceWindowExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowScheduleRequest' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Targets' => ['shape' => 'Targets'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowSearchMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowScheduleResult' => ['type' => 'structure', 'members' => ['ScheduledWindowExecutions' => ['shape' => 'ScheduledWindowExecutionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTargetsRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTargetsResult' => ['type' => 'structure', 'members' => ['Targets' => ['shape' => 'MaintenanceWindowTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTasksRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowTasksResult' => ['type' => 'structure', 'members' => ['Tasks' => ['shape' => 'MaintenanceWindowTaskList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsForTargetRequest' => ['type' => 'structure', 'required' => ['Targets', 'ResourceType'], 'members' => ['Targets' => ['shape' => 'Targets'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'MaxResults' => ['shape' => 'MaintenanceWindowSearchMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsForTargetResult' => ['type' => 'structure', 'members' => ['WindowIdentities' => ['shape' => 'MaintenanceWindowsForTargetList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'MaintenanceWindowFilterList'], 'MaxResults' => ['shape' => 'MaintenanceWindowMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeMaintenanceWindowsResult' => ['type' => 'structure', 'members' => ['WindowIdentities' => ['shape' => 'MaintenanceWindowIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeOpsItemsRequest' => ['type' => 'structure', 'members' => ['OpsItemFilters' => ['shape' => 'OpsItemFilters'], 'MaxResults' => ['shape' => 'OpsItemMaxResults'], 'NextToken' => ['shape' => 'String']]], 'DescribeOpsItemsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String'], 'OpsItemSummaries' => ['shape' => 'OpsItemSummaries']]], 'DescribeParametersRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ParametersFilterList'], 'ParameterFilters' => ['shape' => 'ParameterStringFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeParametersResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterMetadataList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchBaselinesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchBaselinesResult' => ['type' => 'structure', 'members' => ['BaselineIdentities' => ['shape' => 'PatchBaselineIdentityList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchGroupStateRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup']]], 'DescribePatchGroupStateResult' => ['type' => 'structure', 'members' => ['Instances' => ['shape' => 'Integer'], 'InstancesWithInstalledPatches' => ['shape' => 'Integer'], 'InstancesWithInstalledOtherPatches' => ['shape' => 'Integer'], 'InstancesWithInstalledPendingRebootPatches' => ['shape' => 'InstancesCount', 'box' => \true], 'InstancesWithInstalledRejectedPatches' => ['shape' => 'InstancesCount', 'box' => \true], 'InstancesWithMissingPatches' => ['shape' => 'Integer'], 'InstancesWithFailedPatches' => ['shape' => 'Integer'], 'InstancesWithNotApplicablePatches' => ['shape' => 'Integer'], 'InstancesWithUnreportedNotApplicablePatches' => ['shape' => 'Integer', 'box' => \true]]], 'DescribePatchGroupsRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'PatchBaselineMaxResults', 'box' => \true], 'Filters' => ['shape' => 'PatchOrchestratorFilterList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchGroupsResult' => ['type' => 'structure', 'members' => ['Mappings' => ['shape' => 'PatchGroupPatchBaselineMappingList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchPropertiesRequest' => ['type' => 'structure', 'required' => ['OperatingSystem', 'Property'], 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem'], 'Property' => ['shape' => 'PatchProperty'], 'PatchSet' => ['shape' => 'PatchSet'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'DescribePatchPropertiesResult' => ['type' => 'structure', 'members' => ['Properties' => ['shape' => 'PatchPropertiesList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescribeSessionsRequest' => ['type' => 'structure', 'required' => ['State'], 'members' => ['State' => ['shape' => 'SessionState'], 'MaxResults' => ['shape' => 'SessionMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'SessionFilterList']]], 'DescribeSessionsResponse' => ['type' => 'structure', 'members' => ['Sessions' => ['shape' => 'SessionList'], 'NextToken' => ['shape' => 'NextToken']]], 'DescriptionInDocument' => ['type' => 'string'], 'DocumentARN' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.:/]{3,128}$'], 'DocumentAlreadyExists' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentContent' => ['type' => 'string', 'min' => 1], 'DocumentDefaultVersionDescription' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentName'], 'DefaultVersion' => ['shape' => 'DocumentVersion'], 'DefaultVersionName' => ['shape' => 'DocumentVersionName']]], 'DocumentDescription' => ['type' => 'structure', 'members' => ['Sha1' => ['shape' => 'DocumentSha1'], 'Hash' => ['shape' => 'DocumentHash'], 'HashType' => ['shape' => 'DocumentHashType'], 'Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'Owner' => ['shape' => 'DocumentOwner'], 'CreatedDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Description' => ['shape' => 'DescriptionInDocument'], 'Parameters' => ['shape' => 'DocumentParameterList'], 'PlatformTypes' => ['shape' => 'PlatformTypeList'], 'DocumentType' => ['shape' => 'DocumentType'], 'SchemaVersion' => ['shape' => 'DocumentSchemaVersion'], 'LatestVersion' => ['shape' => 'DocumentVersion'], 'DefaultVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList'], 'AttachmentsInformation' => ['shape' => 'AttachmentInformationList'], 'Requires' => ['shape' => 'DocumentRequiresList']]], 'DocumentFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'DocumentFilterKey'], 'value' => ['shape' => 'DocumentFilterValue']]], 'DocumentFilterKey' => ['type' => 'string', 'enum' => ['Name', 'Owner', 'PlatformTypes', 'DocumentType']], 'DocumentFilterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentFilter'], 'min' => 1], 'DocumentFilterValue' => ['type' => 'string', 'min' => 1], 'DocumentFormat' => ['type' => 'string', 'enum' => ['YAML', 'JSON', 'TEXT']], 'DocumentHash' => ['type' => 'string', 'max' => 256], 'DocumentHashType' => ['type' => 'string', 'enum' => ['Sha256', 'Sha1']], 'DocumentIdentifier' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'Owner' => ['shape' => 'DocumentOwner'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'PlatformTypes' => ['shape' => 'PlatformTypeList'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentType' => ['shape' => 'DocumentType'], 'SchemaVersion' => ['shape' => 'DocumentSchemaVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType'], 'Tags' => ['shape' => 'TagList'], 'Requires' => ['shape' => 'DocumentRequiresList']]], 'DocumentIdentifierList' => ['type' => 'list', 'member' => ['shape' => 'DocumentIdentifier']], 'DocumentKeyValuesFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'DocumentKeyValuesFilterKey'], 'Values' => ['shape' => 'DocumentKeyValuesFilterValues']]], 'DocumentKeyValuesFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'DocumentKeyValuesFilterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentKeyValuesFilter'], 'max' => 6, 'min' => 0], 'DocumentKeyValuesFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DocumentKeyValuesFilterValues' => ['type' => 'list', 'member' => ['shape' => 'DocumentKeyValuesFilterValue']], 'DocumentLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'DocumentOwner' => ['type' => 'string'], 'DocumentParameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentParameterName'], 'Type' => ['shape' => 'DocumentParameterType'], 'Description' => ['shape' => 'DocumentParameterDescrption'], 'DefaultValue' => ['shape' => 'DocumentParameterDefaultValue']]], 'DocumentParameterDefaultValue' => ['type' => 'string'], 'DocumentParameterDescrption' => ['type' => 'string'], 'DocumentParameterList' => ['type' => 'list', 'member' => ['shape' => 'DocumentParameter']], 'DocumentParameterName' => ['type' => 'string'], 'DocumentParameterType' => ['type' => 'string', 'enum' => ['String', 'StringList']], 'DocumentPermissionLimit' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentPermissionType' => ['type' => 'string', 'enum' => ['Share']], 'DocumentRequires' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'Version' => ['shape' => 'DocumentVersion']]], 'DocumentRequiresList' => ['type' => 'list', 'member' => ['shape' => 'DocumentRequires'], 'min' => 1], 'DocumentSchemaVersion' => ['type' => 'string', 'pattern' => '([0-9]+)\\.([0-9]+)'], 'DocumentSha1' => ['type' => 'string'], 'DocumentStatus' => ['type' => 'string', 'enum' => ['Creating', 'Active', 'Updating', 'Deleting', 'Failed']], 'DocumentStatusInformation' => ['type' => 'string'], 'DocumentType' => ['type' => 'string', 'enum' => ['Command', 'Policy', 'Automation', 'Session', 'Package', 'ApplicationConfiguration', 'ApplicationConfigurationSchema', 'DeploymentStrategy', 'ChangeCalendar']], 'DocumentVersion' => ['type' => 'string', 'pattern' => '([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)'], 'DocumentVersionInfo' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'CreatedDate' => ['shape' => 'DateTime'], 'IsDefaultVersion' => ['shape' => 'Boolean'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation']]], 'DocumentVersionLimitExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DocumentVersionList' => ['type' => 'list', 'member' => ['shape' => 'DocumentVersionInfo'], 'min' => 1], 'DocumentVersionName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{1,128}$'], 'DocumentVersionNumber' => ['type' => 'string', 'pattern' => '(^[1-9][0-9]*$)'], 'DoesNotExistException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DryRun' => ['type' => 'boolean'], 'DuplicateDocumentContent' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DuplicateDocumentVersionName' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DuplicateInstanceId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'EffectiveInstanceAssociationMaxResults' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'EffectivePatch' => ['type' => 'structure', 'members' => ['Patch' => ['shape' => 'Patch'], 'PatchStatus' => ['shape' => 'PatchStatus']]], 'EffectivePatchList' => ['type' => 'list', 'member' => ['shape' => 'EffectivePatch']], 'ErrorCount' => ['type' => 'integer'], 'ExecutionMode' => ['type' => 'string', 'enum' => ['Auto', 'Interactive']], 'ExecutionRoleName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ExpirationDate' => ['type' => 'timestamp'], 'FailedCreateAssociation' => ['type' => 'structure', 'members' => ['Entry' => ['shape' => 'CreateAssociationBatchRequestEntry'], 'Message' => ['shape' => 'BatchErrorMessage'], 'Fault' => ['shape' => 'Fault']]], 'FailedCreateAssociationList' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateAssociation']], 'FailureDetails' => ['type' => 'structure', 'members' => ['FailureStage' => ['shape' => 'String'], 'FailureType' => ['shape' => 'String'], 'Details' => ['shape' => 'AutomationParameterMap']]], 'Fault' => ['type' => 'string', 'enum' => ['Client', 'Server', 'Unknown']], 'FeatureNotAvailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'GetAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId']]], 'GetAutomationExecutionResult' => ['type' => 'structure', 'members' => ['AutomationExecution' => ['shape' => 'AutomationExecution']]], 'GetCalendarStateRequest' => ['type' => 'structure', 'required' => ['CalendarNames'], 'members' => ['CalendarNames' => ['shape' => 'CalendarNameOrARNList'], 'AtTime' => ['shape' => 'ISO8601String']]], 'GetCalendarStateResponse' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CalendarState'], 'AtTime' => ['shape' => 'ISO8601String'], 'NextTransitionTime' => ['shape' => 'ISO8601String']]], 'GetCommandInvocationRequest' => ['type' => 'structure', 'required' => ['CommandId', 'InstanceId'], 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'PluginName' => ['shape' => 'CommandPluginName']]], 'GetCommandInvocationResult' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Comment' => ['shape' => 'Comment'], 'DocumentName' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'PluginName' => ['shape' => 'CommandPluginName'], 'ResponseCode' => ['shape' => 'ResponseCode'], 'ExecutionStartDateTime' => ['shape' => 'StringDateTime'], 'ExecutionElapsedTime' => ['shape' => 'StringDateTime'], 'ExecutionEndDateTime' => ['shape' => 'StringDateTime'], 'Status' => ['shape' => 'CommandInvocationStatus'], 'StatusDetails' => ['shape' => 'StatusDetails'], 'StandardOutputContent' => ['shape' => 'StandardOutputContent'], 'StandardOutputUrl' => ['shape' => 'Url'], 'StandardErrorContent' => ['shape' => 'StandardErrorContent'], 'StandardErrorUrl' => ['shape' => 'Url'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'GetConnectionStatusRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'SessionTarget']]], 'GetConnectionStatusResponse' => ['type' => 'structure', 'members' => ['Target' => ['shape' => 'SessionTarget'], 'Status' => ['shape' => 'ConnectionStatus']]], 'GetDefaultPatchBaselineRequest' => ['type' => 'structure', 'members' => ['OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetDefaultPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetDeployablePatchSnapshotForInstanceRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'SnapshotId'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'SnapshotId' => ['shape' => 'SnapshotId']]], 'GetDeployablePatchSnapshotForInstanceResult' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'SnapshotDownloadUrl' => ['shape' => 'SnapshotDownloadUrl'], 'Product' => ['shape' => 'Product']]], 'GetDocumentRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat']]], 'GetDocumentResult' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'DocumentARN'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'Status' => ['shape' => 'DocumentStatus'], 'StatusInformation' => ['shape' => 'DocumentStatusInformation'], 'Content' => ['shape' => 'DocumentContent'], 'DocumentType' => ['shape' => 'DocumentType'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'Requires' => ['shape' => 'DocumentRequiresList'], 'AttachmentsContent' => ['shape' => 'AttachmentContentList']]], 'GetInventoryRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'InventoryFilterList'], 'Aggregators' => ['shape' => 'InventoryAggregatorList'], 'ResultAttributes' => ['shape' => 'ResultAttributeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetInventoryResult' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'InventoryResultEntityList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetInventorySchemaMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 50], 'GetInventorySchemaRequest' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeNameFilter'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'GetInventorySchemaMaxResults', 'box' => \true], 'Aggregator' => ['shape' => 'AggregatorSchemaOnly'], 'SubType' => ['shape' => 'IsSubTypeSchema', 'box' => \true]]], 'GetInventorySchemaResult' => ['type' => 'structure', 'members' => ['Schemas' => ['shape' => 'InventoryItemSchemaResultList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetMaintenanceWindowExecutionRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId']]], 'GetMaintenanceWindowExecutionResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskIds' => ['shape' => 'MaintenanceWindowExecutionTaskIdList'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowExecutionTaskInvocationRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId', 'InvocationId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId']]], 'GetMaintenanceWindowExecutionTaskInvocationResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId'], 'ExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskExecutionId'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'Parameters' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationParameters'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTaskTargetId']]], 'GetMaintenanceWindowExecutionTaskRequest' => ['type' => 'structure', 'required' => ['WindowExecutionId', 'TaskId'], 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskId' => ['shape' => 'MaintenanceWindowExecutionTaskId']]], 'GetMaintenanceWindowExecutionTaskResult' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRole' => ['shape' => 'ServiceRole'], 'Type' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParametersList'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId']]], 'GetMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'ScheduleOffset' => ['shape' => 'MaintenanceWindowOffset', 'box' => \true], 'NextExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime']]], 'GetMaintenanceWindowTaskRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'GetMaintenanceWindowTaskResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'GetOpsItemRequest' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['OpsItemId' => ['shape' => 'OpsItemId']]], 'GetOpsItemResponse' => ['type' => 'structure', 'members' => ['OpsItem' => ['shape' => 'OpsItem']]], 'GetOpsSummaryRequest' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'Filters' => ['shape' => 'OpsFilterList'], 'Aggregators' => ['shape' => 'OpsAggregatorList'], 'ResultAttributes' => ['shape' => 'OpsResultAttributeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'GetOpsSummaryResult' => ['type' => 'structure', 'members' => ['Entities' => ['shape' => 'OpsEntityList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterHistoryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterHistoryResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterHistoryList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParameterRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true]]], 'GetParameterResult' => ['type' => 'structure', 'members' => ['Parameter' => ['shape' => 'Parameter']]], 'GetParametersByPathMaxResults' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'GetParametersByPathRequest' => ['type' => 'structure', 'required' => ['Path'], 'members' => ['Path' => ['shape' => 'PSParameterName'], 'Recursive' => ['shape' => 'Boolean', 'box' => \true], 'ParameterFilters' => ['shape' => 'ParameterStringFilterList'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true], 'MaxResults' => ['shape' => 'GetParametersByPathMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'GetParametersByPathResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterList'], 'NextToken' => ['shape' => 'NextToken']]], 'GetParametersRequest' => ['type' => 'structure', 'required' => ['Names'], 'members' => ['Names' => ['shape' => 'ParameterNameList'], 'WithDecryption' => ['shape' => 'Boolean', 'box' => \true]]], 'GetParametersResult' => ['type' => 'structure', 'members' => ['Parameters' => ['shape' => 'ParameterList'], 'InvalidParameters' => ['shape' => 'ParameterNameList']]], 'GetPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['PatchGroup'], 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup'], 'OperatingSystem' => ['shape' => 'OperatingSystem']]], 'GetPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'GetPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'PatchGroups' => ['shape' => 'PatchGroupList'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList']]], 'GetServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId']]], 'GetServiceSettingResult' => ['type' => 'structure', 'members' => ['ServiceSetting' => ['shape' => 'ServiceSetting']]], 'HierarchyLevelLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'HierarchyTypeMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'IPAddress' => ['type' => 'string', 'max' => 46, 'min' => 1], 'ISO8601String' => ['type' => 'string'], 'IamRole' => ['type' => 'string', 'max' => 64], 'IdempotencyToken' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}'], 'IdempotentParameterMismatch' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'IncompatiblePolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InstallOverrideList' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^https://.+$|^s3://([^/]+)/(.*?([^/]+))$'], 'InstanceAggregatedAssociationOverview' => ['type' => 'structure', 'members' => ['DetailedStatus' => ['shape' => 'StatusName'], 'InstanceAssociationStatusAggregatedCount' => ['shape' => 'InstanceAssociationStatusAggregatedCount']]], 'InstanceAssociation' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'InstanceId' => ['shape' => 'InstanceId'], 'Content' => ['shape' => 'DocumentContent'], 'AssociationVersion' => ['shape' => 'AssociationVersion']]], 'InstanceAssociationExecutionSummary' => ['type' => 'string', 'max' => 512, 'min' => 1], 'InstanceAssociationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceAssociation']], 'InstanceAssociationOutputLocation' => ['type' => 'structure', 'members' => ['S3Location' => ['shape' => 'S3OutputLocation']]], 'InstanceAssociationOutputUrl' => ['type' => 'structure', 'members' => ['S3OutputUrl' => ['shape' => 'S3OutputUrl']]], 'InstanceAssociationStatusAggregatedCount' => ['type' => 'map', 'key' => ['shape' => 'StatusName'], 'value' => ['shape' => 'InstanceCount']], 'InstanceAssociationStatusInfo' => ['type' => 'structure', 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Name' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'InstanceId' => ['shape' => 'InstanceId'], 'ExecutionDate' => ['shape' => 'DateTime'], 'Status' => ['shape' => 'StatusName'], 'DetailedStatus' => ['shape' => 'StatusName'], 'ExecutionSummary' => ['shape' => 'InstanceAssociationExecutionSummary'], 'ErrorCode' => ['shape' => 'AgentErrorCode'], 'OutputUrl' => ['shape' => 'InstanceAssociationOutputUrl'], 'AssociationName' => ['shape' => 'AssociationName']]], 'InstanceAssociationStatusInfos' => ['type' => 'list', 'member' => ['shape' => 'InstanceAssociationStatusInfo']], 'InstanceCount' => ['type' => 'integer'], 'InstanceId' => ['type' => 'string', 'pattern' => '(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)'], 'InstanceIdList' => ['type' => 'list', 'member' => ['shape' => 'InstanceId'], 'max' => 50, 'min' => 0], 'InstanceInformation' => ['type' => 'structure', 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'PingStatus' => ['shape' => 'PingStatus'], 'LastPingDateTime' => ['shape' => 'DateTime', 'box' => \true], 'AgentVersion' => ['shape' => 'Version'], 'IsLatestVersion' => ['shape' => 'Boolean', 'box' => \true], 'PlatformType' => ['shape' => 'PlatformType'], 'PlatformName' => ['shape' => 'String'], 'PlatformVersion' => ['shape' => 'String'], 'ActivationId' => ['shape' => 'ActivationId'], 'IamRole' => ['shape' => 'IamRole'], 'RegistrationDate' => ['shape' => 'DateTime', 'box' => \true], 'ResourceType' => ['shape' => 'ResourceType'], 'Name' => ['shape' => 'String'], 'IPAddress' => ['shape' => 'IPAddress'], 'ComputerName' => ['shape' => 'ComputerName'], 'AssociationStatus' => ['shape' => 'StatusName'], 'LastAssociationExecutionDate' => ['shape' => 'DateTime'], 'LastSuccessfulAssociationExecutionDate' => ['shape' => 'DateTime'], 'AssociationOverview' => ['shape' => 'InstanceAggregatedAssociationOverview']]], 'InstanceInformationFilter' => ['type' => 'structure', 'required' => ['key', 'valueSet'], 'members' => ['key' => ['shape' => 'InstanceInformationFilterKey'], 'valueSet' => ['shape' => 'InstanceInformationFilterValueSet']]], 'InstanceInformationFilterKey' => ['type' => 'string', 'enum' => ['InstanceIds', 'AgentVersion', 'PingStatus', 'PlatformTypes', 'ActivationIds', 'IamRole', 'ResourceType', 'AssociationStatus']], 'InstanceInformationFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationFilter'], 'min' => 0], 'InstanceInformationFilterValue' => ['type' => 'string', 'min' => 1], 'InstanceInformationFilterValueSet' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationFilterValue'], 'max' => 100, 'min' => 1], 'InstanceInformationList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformation']], 'InstanceInformationStringFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'InstanceInformationStringFilterKey'], 'Values' => ['shape' => 'InstanceInformationFilterValueSet']]], 'InstanceInformationStringFilterKey' => ['type' => 'string', 'min' => 1], 'InstanceInformationStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstanceInformationStringFilter'], 'min' => 0], 'InstancePatchState' => ['type' => 'structure', 'required' => ['InstanceId', 'PatchGroup', 'BaselineId', 'OperationStartTime', 'OperationEndTime', 'Operation'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'PatchGroup' => ['shape' => 'PatchGroup'], 'BaselineId' => ['shape' => 'BaselineId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'InstallOverrideList' => ['shape' => 'InstallOverrideList'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'InstalledCount' => ['shape' => 'PatchInstalledCount'], 'InstalledOtherCount' => ['shape' => 'PatchInstalledOtherCount'], 'InstalledPendingRebootCount' => ['shape' => 'PatchInstalledPendingRebootCount', 'box' => \true], 'InstalledRejectedCount' => ['shape' => 'PatchInstalledRejectedCount', 'box' => \true], 'MissingCount' => ['shape' => 'PatchMissingCount'], 'FailedCount' => ['shape' => 'PatchFailedCount'], 'UnreportedNotApplicableCount' => ['shape' => 'PatchUnreportedNotApplicableCount', 'box' => \true], 'NotApplicableCount' => ['shape' => 'PatchNotApplicableCount'], 'OperationStartTime' => ['shape' => 'DateTime'], 'OperationEndTime' => ['shape' => 'DateTime'], 'Operation' => ['shape' => 'PatchOperationType'], 'LastNoRebootInstallOperationTime' => ['shape' => 'DateTime'], 'RebootOption' => ['shape' => 'RebootOption']]], 'InstancePatchStateFilter' => ['type' => 'structure', 'required' => ['Key', 'Values', 'Type'], 'members' => ['Key' => ['shape' => 'InstancePatchStateFilterKey'], 'Values' => ['shape' => 'InstancePatchStateFilterValues'], 'Type' => ['shape' => 'InstancePatchStateOperatorType']]], 'InstancePatchStateFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InstancePatchStateFilterList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchStateFilter'], 'max' => 4, 'min' => 0], 'InstancePatchStateFilterValue' => ['type' => 'string'], 'InstancePatchStateFilterValues' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchStateFilterValue'], 'max' => 1, 'min' => 1], 'InstancePatchStateList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchState']], 'InstancePatchStateOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'LessThan', 'GreaterThan']], 'InstancePatchStatesList' => ['type' => 'list', 'member' => ['shape' => 'InstancePatchState'], 'max' => 5, 'min' => 1], 'InstanceTagName' => ['type' => 'string', 'max' => 255], 'InstancesCount' => ['type' => 'integer'], 'Integer' => ['type' => 'integer'], 'InternalServerError' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'InvalidActivation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidActivationId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAggregatorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAllowedPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAssociation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAssociationVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationExecutionParametersException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationSignalException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidAutomationStatusUpdateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidCommandId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidDeleteInventoryParametersException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDeletionIdException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocument' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentContent' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentOperation' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentSchemaVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidDocumentVersion' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilter' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilterKey' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidFilterOption' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidFilterValue' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInstanceId' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInstanceInformationFilterValue' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryGroupException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryItemContextException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidInventoryRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidItemContentException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidKeyId' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNextToken' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidNotificationConfig' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidOptionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidOutputFolder' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidOutputLocation' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidParameters' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPermissionType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPluginName' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidPolicyAttributeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPolicyTypeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'InvalidResourceId' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResourceType' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvalidResultAttributeException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidRole' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidSchedule' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTarget' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidTypeNameException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidUpdate' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InventoryAggregator' => ['type' => 'structure', 'members' => ['Expression' => ['shape' => 'InventoryAggregatorExpression'], 'Aggregators' => ['shape' => 'InventoryAggregatorList'], 'Groups' => ['shape' => 'InventoryGroupList']]], 'InventoryAggregatorExpression' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'InventoryAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'InventoryAggregator'], 'max' => 10, 'min' => 1], 'InventoryAttributeDataType' => ['type' => 'string', 'enum' => ['string', 'number']], 'InventoryDeletionId' => ['type' => 'string'], 'InventoryDeletionLastStatusMessage' => ['type' => 'string'], 'InventoryDeletionLastStatusUpdateTime' => ['type' => 'timestamp'], 'InventoryDeletionStartTime' => ['type' => 'timestamp'], 'InventoryDeletionStatus' => ['type' => 'string', 'enum' => ['InProgress', 'Complete']], 'InventoryDeletionStatusItem' => ['type' => 'structure', 'members' => ['DeletionId' => ['shape' => 'InventoryDeletionId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'DeletionStartTime' => ['shape' => 'InventoryDeletionStartTime'], 'LastStatus' => ['shape' => 'InventoryDeletionStatus'], 'LastStatusMessage' => ['shape' => 'InventoryDeletionLastStatusMessage'], 'DeletionSummary' => ['shape' => 'InventoryDeletionSummary'], 'LastStatusUpdateTime' => ['shape' => 'InventoryDeletionLastStatusUpdateTime']]], 'InventoryDeletionSummary' => ['type' => 'structure', 'members' => ['TotalCount' => ['shape' => 'TotalCount'], 'RemainingCount' => ['shape' => 'RemainingCount'], 'SummaryItems' => ['shape' => 'InventoryDeletionSummaryItems']]], 'InventoryDeletionSummaryItem' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'InventoryItemSchemaVersion'], 'Count' => ['shape' => 'ResourceCount'], 'RemainingCount' => ['shape' => 'RemainingCount']]], 'InventoryDeletionSummaryItems' => ['type' => 'list', 'member' => ['shape' => 'InventoryDeletionSummaryItem']], 'InventoryDeletionsList' => ['type' => 'list', 'member' => ['shape' => 'InventoryDeletionStatusItem']], 'InventoryFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'InventoryFilterKey'], 'Values' => ['shape' => 'InventoryFilterValueList'], 'Type' => ['shape' => 'InventoryQueryOperatorType']]], 'InventoryFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InventoryFilterList' => ['type' => 'list', 'member' => ['shape' => 'InventoryFilter'], 'max' => 5, 'min' => 1], 'InventoryFilterValue' => ['type' => 'string'], 'InventoryFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'InventoryFilterValue'], 'max' => 40, 'min' => 1], 'InventoryGroup' => ['type' => 'structure', 'required' => ['Name', 'Filters'], 'members' => ['Name' => ['shape' => 'InventoryGroupName'], 'Filters' => ['shape' => 'InventoryFilterList']]], 'InventoryGroupList' => ['type' => 'list', 'member' => ['shape' => 'InventoryGroup'], 'max' => 15, 'min' => 1], 'InventoryGroupName' => ['type' => 'string', 'max' => 200, 'min' => 1], 'InventoryItem' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaVersion', 'CaptureTime'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'ContentHash' => ['shape' => 'InventoryItemContentHash'], 'Content' => ['shape' => 'InventoryItemEntryList'], 'Context' => ['shape' => 'InventoryItemContentContext']]], 'InventoryItemAttribute' => ['type' => 'structure', 'required' => ['Name', 'DataType'], 'members' => ['Name' => ['shape' => 'InventoryItemAttributeName'], 'DataType' => ['shape' => 'InventoryAttributeDataType']]], 'InventoryItemAttributeList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemAttribute'], 'max' => 50, 'min' => 1], 'InventoryItemAttributeName' => ['type' => 'string'], 'InventoryItemCaptureTime' => ['type' => 'string', 'pattern' => '^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$'], 'InventoryItemContentContext' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'InventoryItemContentHash' => ['type' => 'string', 'max' => 256], 'InventoryItemEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'InventoryItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemEntry'], 'max' => 10000, 'min' => 0], 'InventoryItemList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItem'], 'max' => 30, 'min' => 1], 'InventoryItemSchema' => ['type' => 'structure', 'required' => ['TypeName', 'Attributes'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Version' => ['shape' => 'InventoryItemSchemaVersion'], 'Attributes' => ['shape' => 'InventoryItemAttributeList'], 'DisplayName' => ['shape' => 'InventoryTypeDisplayName']]], 'InventoryItemSchemaResultList' => ['type' => 'list', 'member' => ['shape' => 'InventoryItemSchema']], 'InventoryItemSchemaVersion' => ['type' => 'string', 'pattern' => '^([0-9]{1,6})(\\.[0-9]{1,6})$'], 'InventoryItemTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(AWS|Custom):.*$'], 'InventoryItemTypeNameFilter' => ['type' => 'string', 'max' => 100, 'min' => 0], 'InventoryQueryOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'BeginWith', 'LessThan', 'GreaterThan', 'Exists']], 'InventoryResultEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'InventoryResultEntityId'], 'Data' => ['shape' => 'InventoryResultItemMap']]], 'InventoryResultEntityId' => ['type' => 'string'], 'InventoryResultEntityList' => ['type' => 'list', 'member' => ['shape' => 'InventoryResultEntity']], 'InventoryResultItem' => ['type' => 'structure', 'required' => ['TypeName', 'SchemaVersion', 'Content'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'ContentHash' => ['shape' => 'InventoryItemContentHash'], 'Content' => ['shape' => 'InventoryItemEntryList']]], 'InventoryResultItemKey' => ['type' => 'string'], 'InventoryResultItemMap' => ['type' => 'map', 'key' => ['shape' => 'InventoryResultItemKey'], 'value' => ['shape' => 'InventoryResultItem']], 'InventorySchemaDeleteOption' => ['type' => 'string', 'enum' => ['DisableSchema', 'DeleteSchema']], 'InventoryTypeDisplayName' => ['type' => 'string'], 'InvocationDoesNotExist' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'InvocationTraceOutput' => ['type' => 'string', 'max' => 2500], 'IsSubTypeSchema' => ['type' => 'boolean'], 'ItemContentMismatchException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'ItemSizeLimitExceededException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'KeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'LabelParameterVersionRequest' => ['type' => 'structure', 'required' => ['Name', 'Labels'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'ParameterVersion' => ['shape' => 'PSParameterVersion', 'box' => \true], 'Labels' => ['shape' => 'ParameterLabelList']]], 'LabelParameterVersionResult' => ['type' => 'structure', 'members' => ['InvalidLabels' => ['shape' => 'ParameterLabelList'], 'ParameterVersion' => ['shape' => 'PSParameterVersion']]], 'LastResourceDataSyncMessage' => ['type' => 'string'], 'LastResourceDataSyncStatus' => ['type' => 'string', 'enum' => ['Successful', 'Failed', 'InProgress']], 'LastResourceDataSyncTime' => ['type' => 'timestamp'], 'LastSuccessfulResourceDataSyncTime' => ['type' => 'timestamp'], 'ListAssociationVersionsRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationVersionsResult' => ['type' => 'structure', 'members' => ['AssociationVersions' => ['shape' => 'AssociationVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationsRequest' => ['type' => 'structure', 'members' => ['AssociationFilterList' => ['shape' => 'AssociationFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListAssociationsResult' => ['type' => 'structure', 'members' => ['Associations' => ['shape' => 'AssociationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCommandInvocationsRequest' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'CommandMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'CommandFilterList'], 'Details' => ['shape' => 'Boolean']]], 'ListCommandInvocationsResult' => ['type' => 'structure', 'members' => ['CommandInvocations' => ['shape' => 'CommandInvocationList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListCommandsRequest' => ['type' => 'structure', 'members' => ['CommandId' => ['shape' => 'CommandId'], 'InstanceId' => ['shape' => 'InstanceId'], 'MaxResults' => ['shape' => 'CommandMaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken'], 'Filters' => ['shape' => 'CommandFilterList']]], 'ListCommandsResult' => ['type' => 'structure', 'members' => ['Commands' => ['shape' => 'CommandList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListComplianceItemsRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'ResourceIds' => ['shape' => 'ComplianceResourceIdList'], 'ResourceTypes' => ['shape' => 'ComplianceResourceTypeList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListComplianceItemsResult' => ['type' => 'structure', 'members' => ['ComplianceItems' => ['shape' => 'ComplianceItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListComplianceSummariesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListComplianceSummariesResult' => ['type' => 'structure', 'members' => ['ComplianceSummaryItems' => ['shape' => 'ComplianceSummaryItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentVersionsRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentVersionsResult' => ['type' => 'structure', 'members' => ['DocumentVersions' => ['shape' => 'DocumentVersionList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentsRequest' => ['type' => 'structure', 'members' => ['DocumentFilterList' => ['shape' => 'DocumentFilterList'], 'Filters' => ['shape' => 'DocumentKeyValuesFilterList'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true], 'NextToken' => ['shape' => 'NextToken']]], 'ListDocumentsResult' => ['type' => 'structure', 'members' => ['DocumentIdentifiers' => ['shape' => 'DocumentIdentifierList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListInventoryEntriesRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'TypeName'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'TypeName' => ['shape' => 'InventoryItemTypeName'], 'Filters' => ['shape' => 'InventoryFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListInventoryEntriesResult' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'InstanceId' => ['shape' => 'InstanceId'], 'SchemaVersion' => ['shape' => 'InventoryItemSchemaVersion'], 'CaptureTime' => ['shape' => 'InventoryItemCaptureTime'], 'Entries' => ['shape' => 'InventoryItemEntryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceComplianceSummariesRequest' => ['type' => 'structure', 'members' => ['Filters' => ['shape' => 'ComplianceStringFilterList'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListResourceComplianceSummariesResult' => ['type' => 'structure', 'members' => ['ResourceComplianceSummaryItems' => ['shape' => 'ResourceComplianceSummaryItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceDataSyncRequest' => ['type' => 'structure', 'members' => ['SyncType' => ['shape' => 'ResourceDataSyncType'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults', 'box' => \true]]], 'ListResourceDataSyncResult' => ['type' => 'structure', 'members' => ['ResourceDataSyncItems' => ['shape' => 'ResourceDataSyncItemList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId']]], 'ListTagsForResourceResult' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'LoggingInfo' => ['type' => 'structure', 'required' => ['S3BucketName', 'S3Region'], 'members' => ['S3BucketName' => ['shape' => 'S3BucketName'], 'S3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'S3Region' => ['shape' => 'S3Region']]], 'Long' => ['type' => 'long'], 'MaintenanceWindowAllowUnassociatedTargets' => ['type' => 'boolean'], 'MaintenanceWindowAutomationParameters' => ['type' => 'structure', 'members' => ['DocumentVersion' => ['shape' => 'DocumentVersion'], 'Parameters' => ['shape' => 'AutomationParameterMap']]], 'MaintenanceWindowCutoff' => ['type' => 'integer', 'max' => 23, 'min' => 0], 'MaintenanceWindowDescription' => ['type' => 'string', 'max' => 128, 'min' => 1, 'sensitive' => \true], 'MaintenanceWindowDurationHours' => ['type' => 'integer', 'max' => 24, 'min' => 1], 'MaintenanceWindowEnabled' => ['type' => 'boolean'], 'MaintenanceWindowExecution' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime']]], 'MaintenanceWindowExecutionId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecution']], 'MaintenanceWindowExecutionStatus' => ['type' => 'string', 'enum' => ['PENDING', 'IN_PROGRESS', 'SUCCESS', 'FAILED', 'TIMED_OUT', 'CANCELLING', 'CANCELLED', 'SKIPPED_OVERLAPPING']], 'MaintenanceWindowExecutionStatusDetails' => ['type' => 'string', 'max' => 250, 'min' => 0], 'MaintenanceWindowExecutionTaskExecutionId' => ['type' => 'string'], 'MaintenanceWindowExecutionTaskId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionTaskIdList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskId']], 'MaintenanceWindowExecutionTaskIdentity' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType']]], 'MaintenanceWindowExecutionTaskIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskIdentity']], 'MaintenanceWindowExecutionTaskInvocationId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowExecutionTaskInvocationIdentity' => ['type' => 'structure', 'members' => ['WindowExecutionId' => ['shape' => 'MaintenanceWindowExecutionId'], 'TaskExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskId'], 'InvocationId' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationId'], 'ExecutionId' => ['shape' => 'MaintenanceWindowExecutionTaskExecutionId'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'Parameters' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationParameters'], 'Status' => ['shape' => 'MaintenanceWindowExecutionStatus'], 'StatusDetails' => ['shape' => 'MaintenanceWindowExecutionStatusDetails'], 'StartTime' => ['shape' => 'DateTime'], 'EndTime' => ['shape' => 'DateTime'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTaskTargetId']]], 'MaintenanceWindowExecutionTaskInvocationIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowExecutionTaskInvocationIdentity']], 'MaintenanceWindowExecutionTaskInvocationParameters' => ['type' => 'string', 'sensitive' => \true], 'MaintenanceWindowFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'MaintenanceWindowFilterKey'], 'Values' => ['shape' => 'MaintenanceWindowFilterValues']]], 'MaintenanceWindowFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaintenanceWindowFilterList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowFilter'], 'max' => 5, 'min' => 0], 'MaintenanceWindowFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'MaintenanceWindowFilterValues' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowFilterValue']], 'MaintenanceWindowId' => ['type' => 'string', 'max' => 20, 'min' => 20, 'pattern' => '^mw-[0-9a-f]{17}$'], 'MaintenanceWindowIdentity' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled'], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'ScheduleOffset' => ['shape' => 'MaintenanceWindowOffset', 'box' => \true], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'NextExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime']]], 'MaintenanceWindowIdentityForTarget' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName']]], 'MaintenanceWindowIdentityList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowIdentity']], 'MaintenanceWindowLambdaClientContext' => ['type' => 'string', 'max' => 8000, 'min' => 1], 'MaintenanceWindowLambdaParameters' => ['type' => 'structure', 'members' => ['ClientContext' => ['shape' => 'MaintenanceWindowLambdaClientContext'], 'Qualifier' => ['shape' => 'MaintenanceWindowLambdaQualifier'], 'Payload' => ['shape' => 'MaintenanceWindowLambdaPayload']]], 'MaintenanceWindowLambdaPayload' => ['type' => 'blob', 'max' => 4096, 'sensitive' => \true], 'MaintenanceWindowLambdaQualifier' => ['type' => 'string', 'max' => 128, 'min' => 1], 'MaintenanceWindowMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'MaintenanceWindowName' => ['type' => 'string', 'max' => 128, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_\\-.]{3,128}$'], 'MaintenanceWindowOffset' => ['type' => 'integer', 'max' => 6, 'min' => 1], 'MaintenanceWindowResourceType' => ['type' => 'string', 'enum' => ['INSTANCE', 'RESOURCE_GROUP']], 'MaintenanceWindowRunCommandParameters' => ['type' => 'structure', 'members' => ['Comment' => ['shape' => 'Comment'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig'], 'DocumentHash' => ['shape' => 'DocumentHash'], 'DocumentHashType' => ['shape' => 'DocumentHashType'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'Parameters' => ['shape' => 'Parameters'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TimeoutSeconds' => ['shape' => 'TimeoutSeconds', 'box' => \true]]], 'MaintenanceWindowSchedule' => ['type' => 'string', 'max' => 256, 'min' => 1], 'MaintenanceWindowSearchMaxResults' => ['type' => 'integer', 'min' => 1], 'MaintenanceWindowStepFunctionsInput' => ['type' => 'string', 'max' => 4096, 'sensitive' => \true], 'MaintenanceWindowStepFunctionsName' => ['type' => 'string', 'max' => 80, 'min' => 1], 'MaintenanceWindowStepFunctionsParameters' => ['type' => 'structure', 'members' => ['Input' => ['shape' => 'MaintenanceWindowStepFunctionsInput'], 'Name' => ['shape' => 'MaintenanceWindowStepFunctionsName']]], 'MaintenanceWindowStringDateTime' => ['type' => 'string'], 'MaintenanceWindowTarget' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'MaintenanceWindowTargetId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowTargetList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTarget']], 'MaintenanceWindowTask' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'Type' => ['shape' => 'MaintenanceWindowTaskType'], 'Targets' => ['shape' => 'Targets'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'MaintenanceWindowTaskArn' => ['type' => 'string', 'max' => 1600, 'min' => 1], 'MaintenanceWindowTaskId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$'], 'MaintenanceWindowTaskInvocationParameters' => ['type' => 'structure', 'members' => ['RunCommand' => ['shape' => 'MaintenanceWindowRunCommandParameters'], 'Automation' => ['shape' => 'MaintenanceWindowAutomationParameters'], 'StepFunctions' => ['shape' => 'MaintenanceWindowStepFunctionsParameters'], 'Lambda' => ['shape' => 'MaintenanceWindowLambdaParameters']]], 'MaintenanceWindowTaskList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTask']], 'MaintenanceWindowTaskParameterName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'MaintenanceWindowTaskParameterValue' => ['type' => 'string', 'max' => 255, 'min' => 1, 'sensitive' => \true], 'MaintenanceWindowTaskParameterValueExpression' => ['type' => 'structure', 'members' => ['Values' => ['shape' => 'MaintenanceWindowTaskParameterValueList']], 'sensitive' => \true], 'MaintenanceWindowTaskParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTaskParameterValue'], 'sensitive' => \true], 'MaintenanceWindowTaskParameters' => ['type' => 'map', 'key' => ['shape' => 'MaintenanceWindowTaskParameterName'], 'value' => ['shape' => 'MaintenanceWindowTaskParameterValueExpression'], 'sensitive' => \true], 'MaintenanceWindowTaskParametersList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowTaskParameters'], 'sensitive' => \true], 'MaintenanceWindowTaskPriority' => ['type' => 'integer', 'min' => 0], 'MaintenanceWindowTaskTargetId' => ['type' => 'string', 'max' => 36], 'MaintenanceWindowTaskType' => ['type' => 'string', 'enum' => ['RUN_COMMAND', 'AUTOMATION', 'STEP_FUNCTIONS', 'LAMBDA']], 'MaintenanceWindowTimezone' => ['type' => 'string'], 'MaintenanceWindowsForTargetList' => ['type' => 'list', 'member' => ['shape' => 'MaintenanceWindowIdentityForTarget']], 'ManagedInstanceId' => ['type' => 'string', 'pattern' => '^mi-[0-9a-f]{17}$'], 'MaxConcurrency' => ['type' => 'string', 'max' => 7, 'min' => 1, 'pattern' => '^([1-9][0-9]*|[1-9][0-9]%|[1-9]%|100%)$'], 'MaxDocumentSizeExceeded' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MaxErrors' => ['type' => 'string', 'max' => 7, 'min' => 1, 'pattern' => '^([1-9][0-9]*|[0]|[1-9][0-9]%|[0-9]%|100%)$'], 'MaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'MaxResultsEC2Compatible' => ['type' => 'integer', 'max' => 50, 'min' => 5], 'ModifyDocumentPermissionRequest' => ['type' => 'structure', 'required' => ['Name', 'PermissionType'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'PermissionType' => ['shape' => 'DocumentPermissionType'], 'AccountIdsToAdd' => ['shape' => 'AccountIdList'], 'AccountIdsToRemove' => ['shape' => 'AccountIdList'], 'SharedDocumentVersion' => ['shape' => 'SharedDocumentVersion']]], 'ModifyDocumentPermissionResponse' => ['type' => 'structure', 'members' => []], 'NextToken' => ['type' => 'string'], 'NonCompliantSummary' => ['type' => 'structure', 'members' => ['NonCompliantCount' => ['shape' => 'ComplianceSummaryCount'], 'SeveritySummary' => ['shape' => 'SeveritySummary']]], 'NormalStringMap' => ['type' => 'map', 'key' => ['shape' => 'String'], 'value' => ['shape' => 'String']], 'NotificationArn' => ['type' => 'string'], 'NotificationConfig' => ['type' => 'structure', 'members' => ['NotificationArn' => ['shape' => 'NotificationArn'], 'NotificationEvents' => ['shape' => 'NotificationEventList'], 'NotificationType' => ['shape' => 'NotificationType']]], 'NotificationEvent' => ['type' => 'string', 'enum' => ['All', 'InProgress', 'Success', 'TimedOut', 'Cancelled', 'Failed']], 'NotificationEventList' => ['type' => 'list', 'member' => ['shape' => 'NotificationEvent']], 'NotificationType' => ['type' => 'string', 'enum' => ['Command', 'Invocation']], 'OperatingSystem' => ['type' => 'string', 'enum' => ['WINDOWS', 'AMAZON_LINUX', 'AMAZON_LINUX_2', 'UBUNTU', 'REDHAT_ENTERPRISE_LINUX', 'SUSE', 'CENTOS', 'ORACLE_LINUX', 'DEBIAN']], 'OpsAggregator' => ['type' => 'structure', 'members' => ['AggregatorType' => ['shape' => 'OpsAggregatorType'], 'TypeName' => ['shape' => 'OpsDataTypeName'], 'AttributeName' => ['shape' => 'OpsDataAttributeName'], 'Values' => ['shape' => 'OpsAggregatorValueMap'], 'Filters' => ['shape' => 'OpsFilterList'], 'Aggregators' => ['shape' => 'OpsAggregatorList']]], 'OpsAggregatorList' => ['type' => 'list', 'member' => ['shape' => 'OpsAggregator'], 'max' => 12, 'min' => 1], 'OpsAggregatorType' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '^(range|count|sum)'], 'OpsAggregatorValue' => ['type' => 'string', 'max' => 2048, 'min' => 0], 'OpsAggregatorValueKey' => ['type' => 'string', 'max' => 32, 'min' => 1], 'OpsAggregatorValueMap' => ['type' => 'map', 'key' => ['shape' => 'OpsAggregatorValueKey'], 'value' => ['shape' => 'OpsAggregatorValue'], 'max' => 5, 'min' => 0], 'OpsDataAttributeName' => ['type' => 'string'], 'OpsDataTypeName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^(AWS|Custom):.*$'], 'OpsEntity' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'OpsEntityId'], 'Data' => ['shape' => 'OpsEntityItemMap']]], 'OpsEntityId' => ['type' => 'string'], 'OpsEntityItem' => ['type' => 'structure', 'members' => ['CaptureTime' => ['shape' => 'OpsEntityItemCaptureTime'], 'Content' => ['shape' => 'OpsEntityItemEntryList']]], 'OpsEntityItemCaptureTime' => ['type' => 'string', 'pattern' => '^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$'], 'OpsEntityItemEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue'], 'max' => 50, 'min' => 0], 'OpsEntityItemEntryList' => ['type' => 'list', 'member' => ['shape' => 'OpsEntityItemEntry'], 'max' => 10000, 'min' => 0], 'OpsEntityItemKey' => ['type' => 'string'], 'OpsEntityItemMap' => ['type' => 'map', 'key' => ['shape' => 'OpsEntityItemKey'], 'value' => ['shape' => 'OpsEntityItem']], 'OpsEntityList' => ['type' => 'list', 'member' => ['shape' => 'OpsEntity']], 'OpsFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'OpsFilterKey'], 'Values' => ['shape' => 'OpsFilterValueList'], 'Type' => ['shape' => 'OpsFilterOperatorType']]], 'OpsFilterKey' => ['type' => 'string', 'max' => 200, 'min' => 1], 'OpsFilterList' => ['type' => 'list', 'member' => ['shape' => 'OpsFilter'], 'max' => 5, 'min' => 1], 'OpsFilterOperatorType' => ['type' => 'string', 'enum' => ['Equal', 'NotEqual', 'BeginWith', 'LessThan', 'GreaterThan', 'Exists']], 'OpsFilterValue' => ['type' => 'string'], 'OpsFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'OpsFilterValue'], 'max' => 40, 'min' => 1], 'OpsItem' => ['type' => 'structure', 'members' => ['CreatedBy' => ['shape' => 'String'], 'CreatedTime' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'OpsItemDescription'], 'LastModifiedBy' => ['shape' => 'String'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Version' => ['shape' => 'String'], 'Title' => ['shape' => 'OpsItemTitle'], 'Source' => ['shape' => 'OpsItemSource'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'OpsItemAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String'], 'OpsItemId' => ['shape' => 'String']], 'exception' => \true], 'OpsItemCategory' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemDataKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'OpsItemDataType' => ['type' => 'string', 'enum' => ['SearchableString', 'String']], 'OpsItemDataValue' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'OpsItemDataValueString'], 'Type' => ['shape' => 'OpsItemDataType']]], 'OpsItemDataValueString' => ['type' => 'string'], 'OpsItemDescription' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OpsItemFilter' => ['type' => 'structure', 'required' => ['Key', 'Values', 'Operator'], 'members' => ['Key' => ['shape' => 'OpsItemFilterKey'], 'Values' => ['shape' => 'OpsItemFilterValues'], 'Operator' => ['shape' => 'OpsItemFilterOperator']]], 'OpsItemFilterKey' => ['type' => 'string', 'enum' => ['Status', 'CreatedBy', 'Source', 'Priority', 'Title', 'OpsItemId', 'CreatedTime', 'LastModifiedTime', 'OperationalData', 'OperationalDataKey', 'OperationalDataValue', 'ResourceId', 'AutomationId', 'Category', 'Severity']], 'OpsItemFilterOperator' => ['type' => 'string', 'enum' => ['Equal', 'Contains', 'GreaterThan', 'LessThan']], 'OpsItemFilterValue' => ['type' => 'string'], 'OpsItemFilterValues' => ['type' => 'list', 'member' => ['shape' => 'OpsItemFilterValue']], 'OpsItemFilters' => ['type' => 'list', 'member' => ['shape' => 'OpsItemFilter']], 'OpsItemId' => ['type' => 'string', 'pattern' => '^(oi)-[0-9a-f]{12}$'], 'OpsItemInvalidParameterException' => ['type' => 'structure', 'members' => ['ParameterNames' => ['shape' => 'OpsItemParameterNamesList'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemLimitExceededException' => ['type' => 'structure', 'members' => ['ResourceTypes' => ['shape' => 'OpsItemParameterNamesList'], 'Limit' => ['shape' => 'Integer'], 'LimitType' => ['shape' => 'String'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemMaxResults' => ['type' => 'integer', 'max' => 50, 'min' => 1], 'OpsItemNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OpsItemNotification' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'String']]], 'OpsItemNotifications' => ['type' => 'list', 'member' => ['shape' => 'OpsItemNotification']], 'OpsItemOperationalData' => ['type' => 'map', 'key' => ['shape' => 'OpsItemDataKey'], 'value' => ['shape' => 'OpsItemDataValue']], 'OpsItemOpsDataKeysList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OpsItemParameterNamesList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'OpsItemPriority' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'OpsItemSeverity' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemSource' => ['type' => 'string', 'max' => 64, 'min' => 1], 'OpsItemStatus' => ['type' => 'string', 'enum' => ['Open', 'InProgress', 'Resolved']], 'OpsItemSummaries' => ['type' => 'list', 'member' => ['shape' => 'OpsItemSummary']], 'OpsItemSummary' => ['type' => 'structure', 'members' => ['CreatedBy' => ['shape' => 'String'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastModifiedBy' => ['shape' => 'String'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'Priority' => ['shape' => 'OpsItemPriority'], 'Source' => ['shape' => 'OpsItemSource'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Title' => ['shape' => 'OpsItemTitle'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'OpsItemTitle' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OpsResultAttribute' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'OpsDataTypeName']]], 'OpsResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'OpsResultAttribute'], 'min' => 1], 'OutputSource' => ['type' => 'structure', 'members' => ['OutputSourceId' => ['shape' => 'OutputSourceId'], 'OutputSourceType' => ['shape' => 'OutputSourceType']]], 'OutputSourceId' => ['type' => 'string', 'max' => 36, 'min' => 36], 'OutputSourceType' => ['type' => 'string'], 'OwnerInformation' => ['type' => 'string', 'max' => 128, 'min' => 1, 'sensitive' => \true], 'PSParameterName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'PSParameterSelector' => ['type' => 'string', 'max' => 128, 'min' => 0], 'PSParameterValue' => ['type' => 'string'], 'PSParameterVersion' => ['type' => 'long'], 'Parameter' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'Value' => ['shape' => 'PSParameterValue'], 'Version' => ['shape' => 'PSParameterVersion'], 'Selector' => ['shape' => 'PSParameterSelector'], 'SourceResult' => ['shape' => 'String'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'ARN' => ['shape' => 'String'], 'DataType' => ['shape' => 'ParameterDataType']]], 'ParameterAlreadyExists' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterDataType' => ['type' => 'string', 'max' => 128, 'min' => 0], 'ParameterDescription' => ['type' => 'string', 'max' => 1024, 'min' => 0], 'ParameterHistory' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'Description' => ['shape' => 'ParameterDescription'], 'Value' => ['shape' => 'PSParameterValue'], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Version' => ['shape' => 'PSParameterVersion'], 'Labels' => ['shape' => 'ParameterLabelList'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicyList'], 'DataType' => ['shape' => 'ParameterDataType']]], 'ParameterHistoryList' => ['type' => 'list', 'member' => ['shape' => 'ParameterHistory']], 'ParameterInlinePolicy' => ['type' => 'structure', 'members' => ['PolicyText' => ['shape' => 'String'], 'PolicyType' => ['shape' => 'String'], 'PolicyStatus' => ['shape' => 'String']]], 'ParameterKeyId' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([a-zA-Z0-9:/_-]+)$'], 'ParameterLabel' => ['type' => 'string', 'max' => 100, 'min' => 1], 'ParameterLabelList' => ['type' => 'list', 'member' => ['shape' => 'ParameterLabel'], 'max' => 10, 'min' => 1], 'ParameterLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterList' => ['type' => 'list', 'member' => ['shape' => 'Parameter']], 'ParameterMaxVersionLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterMetadata' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'Description' => ['shape' => 'ParameterDescription'], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Version' => ['shape' => 'PSParameterVersion'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicyList'], 'DataType' => ['shape' => 'ParameterDataType']]], 'ParameterMetadataList' => ['type' => 'list', 'member' => ['shape' => 'ParameterMetadata']], 'ParameterName' => ['type' => 'string'], 'ParameterNameList' => ['type' => 'list', 'member' => ['shape' => 'PSParameterName'], 'max' => 10, 'min' => 1], 'ParameterNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterPatternMismatchException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterPolicies' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'ParameterPolicyList' => ['type' => 'list', 'member' => ['shape' => 'ParameterInlinePolicy']], 'ParameterStringFilter' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'ParameterStringFilterKey'], 'Option' => ['shape' => 'ParameterStringQueryOption'], 'Values' => ['shape' => 'ParameterStringFilterValueList']]], 'ParameterStringFilterKey' => ['type' => 'string', 'max' => 132, 'min' => 1, 'pattern' => 'tag:.+|Name|Type|KeyId|Path|Label|Tier|DataType'], 'ParameterStringFilterList' => ['type' => 'list', 'member' => ['shape' => 'ParameterStringFilter']], 'ParameterStringFilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ParameterStringFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterStringFilterValue'], 'max' => 50, 'min' => 1], 'ParameterStringQueryOption' => ['type' => 'string', 'max' => 10, 'min' => 1], 'ParameterTier' => ['type' => 'string', 'enum' => ['Standard', 'Advanced', 'Intelligent-Tiering']], 'ParameterType' => ['type' => 'string', 'enum' => ['String', 'StringList', 'SecureString']], 'ParameterValue' => ['type' => 'string'], 'ParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue']], 'ParameterVersionLabelLimitExceeded' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'ParameterVersionNotFound' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Parameters' => ['type' => 'map', 'key' => ['shape' => 'ParameterName'], 'value' => ['shape' => 'ParameterValueList']], 'ParametersFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'ParametersFilterKey'], 'Values' => ['shape' => 'ParametersFilterValueList']]], 'ParametersFilterKey' => ['type' => 'string', 'enum' => ['Name', 'Type', 'KeyId']], 'ParametersFilterList' => ['type' => 'list', 'member' => ['shape' => 'ParametersFilter']], 'ParametersFilterValue' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'ParametersFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'ParametersFilterValue'], 'max' => 50, 'min' => 1], 'Patch' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'PatchId'], 'ReleaseDate' => ['shape' => 'DateTime'], 'Title' => ['shape' => 'PatchTitle'], 'Description' => ['shape' => 'PatchDescription'], 'ContentUrl' => ['shape' => 'PatchContentUrl'], 'Vendor' => ['shape' => 'PatchVendor'], 'ProductFamily' => ['shape' => 'PatchProductFamily'], 'Product' => ['shape' => 'PatchProduct'], 'Classification' => ['shape' => 'PatchClassification'], 'MsrcSeverity' => ['shape' => 'PatchMsrcSeverity'], 'KbNumber' => ['shape' => 'PatchKbNumber'], 'MsrcNumber' => ['shape' => 'PatchMsrcNumber'], 'Language' => ['shape' => 'PatchLanguage']]], 'PatchAction' => ['type' => 'string', 'enum' => ['ALLOW_AS_DEPENDENCY', 'BLOCK']], 'PatchBaselineIdentity' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'BaselineName' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'BaselineDescription' => ['shape' => 'BaselineDescription'], 'DefaultBaseline' => ['shape' => 'DefaultBaseline']]], 'PatchBaselineIdentityList' => ['type' => 'list', 'member' => ['shape' => 'PatchBaselineIdentity']], 'PatchBaselineMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'PatchClassification' => ['type' => 'string'], 'PatchComplianceData' => ['type' => 'structure', 'required' => ['Title', 'KBId', 'Classification', 'Severity', 'State', 'InstalledTime'], 'members' => ['Title' => ['shape' => 'PatchTitle'], 'KBId' => ['shape' => 'PatchKbNumber'], 'Classification' => ['shape' => 'PatchClassification'], 'Severity' => ['shape' => 'PatchSeverity'], 'State' => ['shape' => 'PatchComplianceDataState'], 'InstalledTime' => ['shape' => 'DateTime']]], 'PatchComplianceDataList' => ['type' => 'list', 'member' => ['shape' => 'PatchComplianceData']], 'PatchComplianceDataState' => ['type' => 'string', 'enum' => ['INSTALLED', 'INSTALLED_OTHER', 'INSTALLED_PENDING_REBOOT', 'INSTALLED_REJECTED', 'MISSING', 'NOT_APPLICABLE', 'FAILED']], 'PatchComplianceLevel' => ['type' => 'string', 'enum' => ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW', 'INFORMATIONAL', 'UNSPECIFIED']], 'PatchComplianceMaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 10], 'PatchContentUrl' => ['type' => 'string'], 'PatchDeploymentStatus' => ['type' => 'string', 'enum' => ['APPROVED', 'PENDING_APPROVAL', 'EXPLICIT_APPROVED', 'EXPLICIT_REJECTED']], 'PatchDescription' => ['type' => 'string'], 'PatchFailedCount' => ['type' => 'integer'], 'PatchFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'PatchFilterKey'], 'Values' => ['shape' => 'PatchFilterValueList']]], 'PatchFilterGroup' => ['type' => 'structure', 'required' => ['PatchFilters'], 'members' => ['PatchFilters' => ['shape' => 'PatchFilterList']]], 'PatchFilterKey' => ['type' => 'string', 'enum' => ['PATCH_SET', 'PRODUCT', 'PRODUCT_FAMILY', 'CLASSIFICATION', 'MSRC_SEVERITY', 'PATCH_ID', 'SECTION', 'PRIORITY', 'SEVERITY']], 'PatchFilterList' => ['type' => 'list', 'member' => ['shape' => 'PatchFilter'], 'max' => 4, 'min' => 0], 'PatchFilterValue' => ['type' => 'string', 'max' => 64, 'min' => 1], 'PatchFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'PatchFilterValue'], 'max' => 20, 'min' => 1], 'PatchGroup' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'PatchGroupList' => ['type' => 'list', 'member' => ['shape' => 'PatchGroup']], 'PatchGroupPatchBaselineMapping' => ['type' => 'structure', 'members' => ['PatchGroup' => ['shape' => 'PatchGroup'], 'BaselineIdentity' => ['shape' => 'PatchBaselineIdentity']]], 'PatchGroupPatchBaselineMappingList' => ['type' => 'list', 'member' => ['shape' => 'PatchGroupPatchBaselineMapping']], 'PatchId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PatchIdList' => ['type' => 'list', 'member' => ['shape' => 'PatchId'], 'max' => 50, 'min' => 0], 'PatchInstalledCount' => ['type' => 'integer'], 'PatchInstalledOtherCount' => ['type' => 'integer'], 'PatchInstalledPendingRebootCount' => ['type' => 'integer'], 'PatchInstalledRejectedCount' => ['type' => 'integer'], 'PatchKbNumber' => ['type' => 'string'], 'PatchLanguage' => ['type' => 'string'], 'PatchList' => ['type' => 'list', 'member' => ['shape' => 'Patch']], 'PatchMissingCount' => ['type' => 'integer'], 'PatchMsrcNumber' => ['type' => 'string'], 'PatchMsrcSeverity' => ['type' => 'string'], 'PatchNotApplicableCount' => ['type' => 'integer'], 'PatchOperationType' => ['type' => 'string', 'enum' => ['Scan', 'Install']], 'PatchOrchestratorFilter' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'PatchOrchestratorFilterKey'], 'Values' => ['shape' => 'PatchOrchestratorFilterValues']]], 'PatchOrchestratorFilterKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PatchOrchestratorFilterList' => ['type' => 'list', 'member' => ['shape' => 'PatchOrchestratorFilter'], 'max' => 5, 'min' => 0], 'PatchOrchestratorFilterValue' => ['type' => 'string', 'max' => 256, 'min' => 1], 'PatchOrchestratorFilterValues' => ['type' => 'list', 'member' => ['shape' => 'PatchOrchestratorFilterValue']], 'PatchProduct' => ['type' => 'string'], 'PatchProductFamily' => ['type' => 'string'], 'PatchPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'PatchPropertyEntry']], 'PatchProperty' => ['type' => 'string', 'enum' => ['PRODUCT', 'PRODUCT_FAMILY', 'CLASSIFICATION', 'MSRC_SEVERITY', 'PRIORITY', 'SEVERITY']], 'PatchPropertyEntry' => ['type' => 'map', 'key' => ['shape' => 'AttributeName'], 'value' => ['shape' => 'AttributeValue']], 'PatchRule' => ['type' => 'structure', 'required' => ['PatchFilterGroup'], 'members' => ['PatchFilterGroup' => ['shape' => 'PatchFilterGroup'], 'ComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApproveAfterDays' => ['shape' => 'ApproveAfterDays', 'box' => \true], 'ApproveUntilDate' => ['shape' => 'PatchStringDateTime', 'box' => \true], 'EnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true]]], 'PatchRuleGroup' => ['type' => 'structure', 'required' => ['PatchRules'], 'members' => ['PatchRules' => ['shape' => 'PatchRuleList']]], 'PatchRuleList' => ['type' => 'list', 'member' => ['shape' => 'PatchRule'], 'max' => 10, 'min' => 0], 'PatchSet' => ['type' => 'string', 'enum' => ['OS', 'APPLICATION']], 'PatchSeverity' => ['type' => 'string'], 'PatchSource' => ['type' => 'structure', 'required' => ['Name', 'Products', 'Configuration'], 'members' => ['Name' => ['shape' => 'PatchSourceName'], 'Products' => ['shape' => 'PatchSourceProductList'], 'Configuration' => ['shape' => 'PatchSourceConfiguration']]], 'PatchSourceConfiguration' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'sensitive' => \true], 'PatchSourceList' => ['type' => 'list', 'member' => ['shape' => 'PatchSource'], 'max' => 20, 'min' => 0], 'PatchSourceName' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9_\\-.]{3,50}$'], 'PatchSourceProduct' => ['type' => 'string', 'max' => 128, 'min' => 1], 'PatchSourceProductList' => ['type' => 'list', 'member' => ['shape' => 'PatchSourceProduct'], 'max' => 20, 'min' => 1], 'PatchStatus' => ['type' => 'structure', 'members' => ['DeploymentStatus' => ['shape' => 'PatchDeploymentStatus'], 'ComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovalDate' => ['shape' => 'DateTime']]], 'PatchStringDateTime' => ['type' => 'string', 'max' => 10, 'min' => 1], 'PatchTitle' => ['type' => 'string'], 'PatchUnreportedNotApplicableCount' => ['type' => 'integer'], 'PatchVendor' => ['type' => 'string'], 'PingStatus' => ['type' => 'string', 'enum' => ['Online', 'ConnectionLost', 'Inactive']], 'PlatformType' => ['type' => 'string', 'enum' => ['Windows', 'Linux']], 'PlatformTypeList' => ['type' => 'list', 'member' => ['shape' => 'PlatformType']], 'PoliciesLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'Product' => ['type' => 'string'], 'ProgressCounters' => ['type' => 'structure', 'members' => ['TotalSteps' => ['shape' => 'Integer'], 'SuccessSteps' => ['shape' => 'Integer'], 'FailedSteps' => ['shape' => 'Integer'], 'CancelledSteps' => ['shape' => 'Integer'], 'TimedOutSteps' => ['shape' => 'Integer']]], 'PutComplianceItemsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'ResourceType', 'ComplianceType', 'ExecutionSummary', 'Items'], 'members' => ['ResourceId' => ['shape' => 'ComplianceResourceId'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'Items' => ['shape' => 'ComplianceItemEntryList'], 'ItemContentHash' => ['shape' => 'ComplianceItemContentHash'], 'UploadType' => ['shape' => 'ComplianceUploadType', 'box' => \true]]], 'PutComplianceItemsResult' => ['type' => 'structure', 'members' => []], 'PutInventoryMessage' => ['type' => 'string'], 'PutInventoryRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'Items'], 'members' => ['InstanceId' => ['shape' => 'InstanceId'], 'Items' => ['shape' => 'InventoryItemList']]], 'PutInventoryResult' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'PutInventoryMessage']]], 'PutParameterRequest' => ['type' => 'structure', 'required' => ['Name', 'Value'], 'members' => ['Name' => ['shape' => 'PSParameterName'], 'Description' => ['shape' => 'ParameterDescription'], 'Value' => ['shape' => 'PSParameterValue'], 'Type' => ['shape' => 'ParameterType'], 'KeyId' => ['shape' => 'ParameterKeyId'], 'Overwrite' => ['shape' => 'Boolean', 'box' => \true], 'AllowedPattern' => ['shape' => 'AllowedPattern'], 'Tags' => ['shape' => 'TagList'], 'Tier' => ['shape' => 'ParameterTier'], 'Policies' => ['shape' => 'ParameterPolicies'], 'DataType' => ['shape' => 'ParameterDataType']]], 'PutParameterResult' => ['type' => 'structure', 'members' => ['Version' => ['shape' => 'PSParameterVersion'], 'Tier' => ['shape' => 'ParameterTier']]], 'RebootOption' => ['type' => 'string', 'enum' => ['RebootIfNeeded', 'NoReboot']], 'Region' => ['type' => 'string'], 'Regions' => ['type' => 'list', 'member' => ['shape' => 'Region'], 'max' => 50, 'min' => 1], 'RegisterDefaultPatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'RegisterDefaultPatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId']]], 'RegisterPatchBaselineForPatchGroupRequest' => ['type' => 'structure', 'required' => ['BaselineId', 'PatchGroup'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'RegisterPatchBaselineForPatchGroupResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'PatchGroup' => ['shape' => 'PatchGroup']]], 'RegisterTargetWithMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'ResourceType', 'Targets'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'ResourceType' => ['shape' => 'MaintenanceWindowResourceType'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'RegisterTargetWithMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId']]], 'RegisterTaskWithMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId', 'Targets', 'TaskArn', 'TaskType', 'MaxConcurrency', 'MaxErrors'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskType' => ['shape' => 'MaintenanceWindowTaskType'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority', 'box' => \true], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'ClientToken' => ['shape' => 'ClientToken', 'idempotencyToken' => \true]]], 'RegisterTaskWithMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId']]], 'RegistrationLimit' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RegistrationsCount' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'RelatedOpsItem' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['OpsItemId' => ['shape' => 'String']]], 'RelatedOpsItems' => ['type' => 'list', 'member' => ['shape' => 'RelatedOpsItem']], 'RemainingCount' => ['type' => 'integer'], 'RemoveTagsFromResourceRequest' => ['type' => 'structure', 'required' => ['ResourceType', 'ResourceId', 'TagKeys'], 'members' => ['ResourceType' => ['shape' => 'ResourceTypeForTagging'], 'ResourceId' => ['shape' => 'ResourceId'], 'TagKeys' => ['shape' => 'KeyList']]], 'RemoveTagsFromResourceResult' => ['type' => 'structure', 'members' => []], 'ResetServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId']]], 'ResetServiceSettingResult' => ['type' => 'structure', 'members' => ['ServiceSetting' => ['shape' => 'ServiceSetting']]], 'ResolvedTargets' => ['type' => 'structure', 'members' => ['ParameterValues' => ['shape' => 'TargetParameterList'], 'Truncated' => ['shape' => 'Boolean']]], 'ResourceComplianceSummaryItem' => ['type' => 'structure', 'members' => ['ComplianceType' => ['shape' => 'ComplianceTypeName'], 'ResourceType' => ['shape' => 'ComplianceResourceType'], 'ResourceId' => ['shape' => 'ComplianceResourceId'], 'Status' => ['shape' => 'ComplianceStatus'], 'OverallSeverity' => ['shape' => 'ComplianceSeverity'], 'ExecutionSummary' => ['shape' => 'ComplianceExecutionSummary'], 'CompliantSummary' => ['shape' => 'CompliantSummary'], 'NonCompliantSummary' => ['shape' => 'NonCompliantSummary']]], 'ResourceComplianceSummaryItemList' => ['type' => 'list', 'member' => ['shape' => 'ResourceComplianceSummaryItem']], 'ResourceCount' => ['type' => 'integer'], 'ResourceCountByStatus' => ['type' => 'string'], 'ResourceDataSyncAWSKMSKeyARN' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => 'arn:.*'], 'ResourceDataSyncAlreadyExistsException' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName']], 'exception' => \true], 'ResourceDataSyncAwsOrganizationsSource' => ['type' => 'structure', 'required' => ['OrganizationSourceType'], 'members' => ['OrganizationSourceType' => ['shape' => 'ResourceDataSyncOrganizationSourceType'], 'OrganizationalUnits' => ['shape' => 'ResourceDataSyncOrganizationalUnitList']]], 'ResourceDataSyncConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncCountExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncCreatedTime' => ['type' => 'timestamp'], 'ResourceDataSyncDestinationDataSharing' => ['type' => 'structure', 'members' => ['DestinationDataSharingType' => ['shape' => 'ResourceDataSyncDestinationDataSharingType']]], 'ResourceDataSyncDestinationDataSharingType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncIncludeFutureRegions' => ['type' => 'boolean'], 'ResourceDataSyncInvalidConfigurationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncItem' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSourceWithState'], 'S3Destination' => ['shape' => 'ResourceDataSyncS3Destination'], 'LastSyncTime' => ['shape' => 'LastResourceDataSyncTime'], 'LastSuccessfulSyncTime' => ['shape' => 'LastSuccessfulResourceDataSyncTime'], 'SyncLastModifiedTime' => ['shape' => 'ResourceDataSyncLastModifiedTime'], 'LastStatus' => ['shape' => 'LastResourceDataSyncStatus'], 'SyncCreatedTime' => ['shape' => 'ResourceDataSyncCreatedTime'], 'LastSyncStatusMessage' => ['shape' => 'LastResourceDataSyncMessage']]], 'ResourceDataSyncItemList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncItem']], 'ResourceDataSyncLastModifiedTime' => ['type' => 'timestamp'], 'ResourceDataSyncName' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncNotFoundException' => ['type' => 'structure', 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceDataSyncOrganizationSourceType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncOrganizationalUnit' => ['type' => 'structure', 'members' => ['OrganizationalUnitId' => ['shape' => 'ResourceDataSyncOrganizationalUnitId']]], 'ResourceDataSyncOrganizationalUnitId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$'], 'ResourceDataSyncOrganizationalUnitList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncOrganizationalUnit'], 'max' => 1000, 'min' => 1], 'ResourceDataSyncS3BucketName' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'ResourceDataSyncS3Destination' => ['type' => 'structure', 'required' => ['BucketName', 'SyncFormat', 'Region'], 'members' => ['BucketName' => ['shape' => 'ResourceDataSyncS3BucketName'], 'Prefix' => ['shape' => 'ResourceDataSyncS3Prefix'], 'SyncFormat' => ['shape' => 'ResourceDataSyncS3Format'], 'Region' => ['shape' => 'ResourceDataSyncS3Region'], 'AWSKMSKeyARN' => ['shape' => 'ResourceDataSyncAWSKMSKeyARN'], 'DestinationDataSharing' => ['shape' => 'ResourceDataSyncDestinationDataSharing']]], 'ResourceDataSyncS3Format' => ['type' => 'string', 'enum' => ['JsonSerDe']], 'ResourceDataSyncS3Prefix' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ResourceDataSyncS3Region' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSource' => ['type' => 'structure', 'required' => ['SourceType', 'SourceRegions'], 'members' => ['SourceType' => ['shape' => 'ResourceDataSyncSourceType'], 'AwsOrganizationsSource' => ['shape' => 'ResourceDataSyncAwsOrganizationsSource'], 'SourceRegions' => ['shape' => 'ResourceDataSyncSourceRegionList'], 'IncludeFutureRegions' => ['shape' => 'ResourceDataSyncIncludeFutureRegions']]], 'ResourceDataSyncSourceRegion' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSourceRegionList' => ['type' => 'list', 'member' => ['shape' => 'ResourceDataSyncSourceRegion']], 'ResourceDataSyncSourceType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncSourceWithState' => ['type' => 'structure', 'members' => ['SourceType' => ['shape' => 'ResourceDataSyncSourceType'], 'AwsOrganizationsSource' => ['shape' => 'ResourceDataSyncAwsOrganizationsSource'], 'SourceRegions' => ['shape' => 'ResourceDataSyncSourceRegionList'], 'IncludeFutureRegions' => ['shape' => 'ResourceDataSyncIncludeFutureRegions'], 'State' => ['shape' => 'ResourceDataSyncState']]], 'ResourceDataSyncState' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceDataSyncType' => ['type' => 'string', 'max' => 64, 'min' => 1], 'ResourceId' => ['type' => 'string'], 'ResourceInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['ManagedInstance', 'Document', 'EC2Instance']], 'ResourceTypeForTagging' => ['type' => 'string', 'enum' => ['Document', 'ManagedInstance', 'MaintenanceWindow', 'Parameter', 'PatchBaseline', 'OpsItem']], 'ResponseCode' => ['type' => 'integer'], 'ResultAttribute' => ['type' => 'structure', 'required' => ['TypeName'], 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName']]], 'ResultAttributeList' => ['type' => 'list', 'member' => ['shape' => 'ResultAttribute'], 'max' => 1, 'min' => 1], 'ResumeSessionRequest' => ['type' => 'structure', 'required' => ['SessionId'], 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'ResumeSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'TokenValue' => ['shape' => 'TokenValue'], 'StreamUrl' => ['shape' => 'StreamUrl']]], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3], 'S3KeyPrefix' => ['type' => 'string', 'max' => 500], 'S3OutputLocation' => ['type' => 'structure', 'members' => ['OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix']]], 'S3OutputUrl' => ['type' => 'structure', 'members' => ['OutputUrl' => ['shape' => 'Url']]], 'S3Region' => ['type' => 'string', 'max' => 20, 'min' => 3], 'ScheduleExpression' => ['type' => 'string', 'max' => 256, 'min' => 1], 'ScheduledWindowExecution' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'ExecutionTime' => ['shape' => 'MaintenanceWindowStringDateTime']]], 'ScheduledWindowExecutionList' => ['type' => 'list', 'member' => ['shape' => 'ScheduledWindowExecution']], 'SendAutomationSignalRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId', 'SignalType'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'SignalType' => ['shape' => 'SignalType'], 'Payload' => ['shape' => 'AutomationParameterMap']]], 'SendAutomationSignalResult' => ['type' => 'structure', 'members' => []], 'SendCommandRequest' => ['type' => 'structure', 'required' => ['DocumentName'], 'members' => ['InstanceIds' => ['shape' => 'InstanceIdList'], 'Targets' => ['shape' => 'Targets'], 'DocumentName' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentHash' => ['shape' => 'DocumentHash'], 'DocumentHashType' => ['shape' => 'DocumentHashType'], 'TimeoutSeconds' => ['shape' => 'TimeoutSeconds', 'box' => \true], 'Comment' => ['shape' => 'Comment'], 'Parameters' => ['shape' => 'Parameters'], 'OutputS3Region' => ['shape' => 'S3Region'], 'OutputS3BucketName' => ['shape' => 'S3BucketName'], 'OutputS3KeyPrefix' => ['shape' => 'S3KeyPrefix'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'NotificationConfig' => ['shape' => 'NotificationConfig'], 'CloudWatchOutputConfig' => ['shape' => 'CloudWatchOutputConfig']]], 'SendCommandResult' => ['type' => 'structure', 'members' => ['Command' => ['shape' => 'Command']]], 'ServiceRole' => ['type' => 'string'], 'ServiceSetting' => ['type' => 'structure', 'members' => ['SettingId' => ['shape' => 'ServiceSettingId'], 'SettingValue' => ['shape' => 'ServiceSettingValue'], 'LastModifiedDate' => ['shape' => 'DateTime'], 'LastModifiedUser' => ['shape' => 'String'], 'ARN' => ['shape' => 'String'], 'Status' => ['shape' => 'String']]], 'ServiceSettingId' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'ServiceSettingNotFound' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ServiceSettingValue' => ['type' => 'string', 'max' => 4096, 'min' => 1], 'Session' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'Target' => ['shape' => 'SessionTarget'], 'Status' => ['shape' => 'SessionStatus'], 'StartDate' => ['shape' => 'DateTime'], 'EndDate' => ['shape' => 'DateTime'], 'DocumentName' => ['shape' => 'DocumentName'], 'Owner' => ['shape' => 'SessionOwner'], 'Details' => ['shape' => 'SessionDetails'], 'OutputUrl' => ['shape' => 'SessionManagerOutputUrl']]], 'SessionDetails' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SessionFilter' => ['type' => 'structure', 'required' => ['key', 'value'], 'members' => ['key' => ['shape' => 'SessionFilterKey'], 'value' => ['shape' => 'SessionFilterValue']]], 'SessionFilterKey' => ['type' => 'string', 'enum' => ['InvokedAfter', 'InvokedBefore', 'Target', 'Owner', 'Status']], 'SessionFilterList' => ['type' => 'list', 'member' => ['shape' => 'SessionFilter'], 'max' => 5, 'min' => 1], 'SessionFilterValue' => ['type' => 'string', 'max' => 400, 'min' => 1], 'SessionId' => ['type' => 'string', 'max' => 96, 'min' => 1], 'SessionList' => ['type' => 'list', 'member' => ['shape' => 'Session']], 'SessionManagerCloudWatchOutputUrl' => ['type' => 'string', 'max' => 2083, 'min' => 1], 'SessionManagerOutputUrl' => ['type' => 'structure', 'members' => ['S3OutputUrl' => ['shape' => 'SessionManagerS3OutputUrl'], 'CloudWatchOutputUrl' => ['shape' => 'SessionManagerCloudWatchOutputUrl']]], 'SessionManagerParameterName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'SessionManagerParameterValue' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'SessionManagerParameterValueList' => ['type' => 'list', 'member' => ['shape' => 'SessionManagerParameterValue']], 'SessionManagerParameters' => ['type' => 'map', 'key' => ['shape' => 'SessionManagerParameterName'], 'value' => ['shape' => 'SessionManagerParameterValueList']], 'SessionManagerS3OutputUrl' => ['type' => 'string', 'max' => 2083, 'min' => 1], 'SessionMaxResults' => ['type' => 'integer', 'max' => 200, 'min' => 1], 'SessionOwner' => ['type' => 'string', 'max' => 256, 'min' => 1], 'SessionState' => ['type' => 'string', 'enum' => ['Active', 'History']], 'SessionStatus' => ['type' => 'string', 'enum' => ['Connected', 'Connecting', 'Disconnected', 'Terminated', 'Terminating', 'Failed']], 'SessionTarget' => ['type' => 'string', 'max' => 400, 'min' => 1], 'SeveritySummary' => ['type' => 'structure', 'members' => ['CriticalCount' => ['shape' => 'ComplianceSummaryCount'], 'HighCount' => ['shape' => 'ComplianceSummaryCount'], 'MediumCount' => ['shape' => 'ComplianceSummaryCount'], 'LowCount' => ['shape' => 'ComplianceSummaryCount'], 'InformationalCount' => ['shape' => 'ComplianceSummaryCount'], 'UnspecifiedCount' => ['shape' => 'ComplianceSummaryCount']]], 'SharedDocumentVersion' => ['type' => 'string', 'max' => 8, 'pattern' => '([$]LATEST|[$]DEFAULT|[$]ALL)'], 'SignalType' => ['type' => 'string', 'enum' => ['Approve', 'Reject', 'StartStep', 'StopStep', 'Resume']], 'SnapshotDownloadUrl' => ['type' => 'string'], 'SnapshotId' => ['type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'], 'StandardErrorContent' => ['type' => 'string', 'max' => 8000], 'StandardOutputContent' => ['type' => 'string', 'max' => 24000], 'StartAssociationsOnceRequest' => ['type' => 'structure', 'required' => ['AssociationIds'], 'members' => ['AssociationIds' => ['shape' => 'AssociationIdList']]], 'StartAssociationsOnceResult' => ['type' => 'structure', 'members' => []], 'StartAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['DocumentName'], 'members' => ['DocumentName' => ['shape' => 'DocumentARN'], 'DocumentVersion' => ['shape' => 'DocumentVersion', 'box' => \true], 'Parameters' => ['shape' => 'AutomationParameterMap'], 'ClientToken' => ['shape' => 'IdempotencyToken'], 'Mode' => ['shape' => 'ExecutionMode'], 'TargetParameterName' => ['shape' => 'AutomationParameterKey'], 'Targets' => ['shape' => 'Targets'], 'TargetMaps' => ['shape' => 'TargetMaps'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'TargetLocations' => ['shape' => 'TargetLocations', 'box' => \true], 'Tags' => ['shape' => 'TagList']]], 'StartAutomationExecutionResult' => ['type' => 'structure', 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId']]], 'StartSessionRequest' => ['type' => 'structure', 'required' => ['Target'], 'members' => ['Target' => ['shape' => 'SessionTarget'], 'DocumentName' => ['shape' => 'DocumentARN'], 'Parameters' => ['shape' => 'SessionManagerParameters']]], 'StartSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId'], 'TokenValue' => ['shape' => 'TokenValue'], 'StreamUrl' => ['shape' => 'StreamUrl']]], 'StatusAdditionalInfo' => ['type' => 'string', 'max' => 1024], 'StatusDetails' => ['type' => 'string', 'max' => 100, 'min' => 0], 'StatusMessage' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'StatusName' => ['type' => 'string'], 'StatusUnchanged' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'StepExecution' => ['type' => 'structure', 'members' => ['StepName' => ['shape' => 'String'], 'Action' => ['shape' => 'AutomationActionName'], 'TimeoutSeconds' => ['shape' => 'Long', 'box' => \true], 'OnFailure' => ['shape' => 'String'], 'MaxAttempts' => ['shape' => 'Integer', 'box' => \true], 'ExecutionStartTime' => ['shape' => 'DateTime'], 'ExecutionEndTime' => ['shape' => 'DateTime'], 'StepStatus' => ['shape' => 'AutomationExecutionStatus'], 'ResponseCode' => ['shape' => 'String'], 'Inputs' => ['shape' => 'NormalStringMap'], 'Outputs' => ['shape' => 'AutomationParameterMap'], 'Response' => ['shape' => 'String'], 'FailureMessage' => ['shape' => 'String'], 'FailureDetails' => ['shape' => 'FailureDetails'], 'StepExecutionId' => ['shape' => 'String'], 'OverriddenParameters' => ['shape' => 'AutomationParameterMap'], 'IsEnd' => ['shape' => 'Boolean', 'box' => \true], 'NextStep' => ['shape' => 'String', 'box' => \true], 'IsCritical' => ['shape' => 'Boolean', 'box' => \true], 'ValidNextSteps' => ['shape' => 'ValidNextStepList'], 'Targets' => ['shape' => 'Targets', 'box' => \true], 'TargetLocation' => ['shape' => 'TargetLocation', 'box' => \true]]], 'StepExecutionFilter' => ['type' => 'structure', 'required' => ['Key', 'Values'], 'members' => ['Key' => ['shape' => 'StepExecutionFilterKey'], 'Values' => ['shape' => 'StepExecutionFilterValueList']]], 'StepExecutionFilterKey' => ['type' => 'string', 'enum' => ['StartTimeBefore', 'StartTimeAfter', 'StepExecutionStatus', 'StepExecutionId', 'StepName', 'Action']], 'StepExecutionFilterList' => ['type' => 'list', 'member' => ['shape' => 'StepExecutionFilter'], 'max' => 6, 'min' => 1], 'StepExecutionFilterValue' => ['type' => 'string', 'max' => 150, 'min' => 1], 'StepExecutionFilterValueList' => ['type' => 'list', 'member' => ['shape' => 'StepExecutionFilterValue'], 'max' => 10, 'min' => 1], 'StepExecutionList' => ['type' => 'list', 'member' => ['shape' => 'StepExecution']], 'StopAutomationExecutionRequest' => ['type' => 'structure', 'required' => ['AutomationExecutionId'], 'members' => ['AutomationExecutionId' => ['shape' => 'AutomationExecutionId'], 'Type' => ['shape' => 'StopType']]], 'StopAutomationExecutionResult' => ['type' => 'structure', 'members' => []], 'StopType' => ['type' => 'string', 'enum' => ['Complete', 'Cancel']], 'StreamUrl' => ['type' => 'string'], 'String' => ['type' => 'string'], 'StringDateTime' => ['type' => 'string', 'pattern' => '^([\\-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d(?!:))?)?(\\17[0-5]\\d([\\.,]\\d)?)?([zZ]|([\\-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$'], 'StringList' => ['type' => 'list', 'member' => ['shape' => 'String']], 'SubTypeCountLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 1000], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'Target' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TargetKey'], 'Values' => ['shape' => 'TargetValues']]], 'TargetCount' => ['type' => 'integer'], 'TargetInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TargetKey' => ['type' => 'string', 'max' => 163, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$|resource-groups:ResourceTypeFilters|resource-groups:Name'], 'TargetLocation' => ['type' => 'structure', 'members' => ['Accounts' => ['shape' => 'Accounts'], 'Regions' => ['shape' => 'Regions'], 'TargetLocationMaxConcurrency' => ['shape' => 'MaxConcurrency', 'box' => \true], 'TargetLocationMaxErrors' => ['shape' => 'MaxErrors', 'box' => \true], 'ExecutionRoleName' => ['shape' => 'ExecutionRoleName', 'box' => \true]]], 'TargetLocations' => ['type' => 'list', 'member' => ['shape' => 'TargetLocation'], 'max' => 100, 'min' => 1], 'TargetMap' => ['type' => 'map', 'key' => ['shape' => 'TargetMapKey'], 'value' => ['shape' => 'TargetMapValueList'], 'max' => 20, 'min' => 1], 'TargetMapKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'TargetMapValue' => ['type' => 'string', 'max' => 50, 'min' => 1], 'TargetMapValueList' => ['type' => 'list', 'member' => ['shape' => 'TargetMapValue'], 'max' => 25, 'min' => 0], 'TargetMaps' => ['type' => 'list', 'member' => ['shape' => 'TargetMap'], 'max' => 300, 'min' => 0], 'TargetNotConnected' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TargetParameterList' => ['type' => 'list', 'member' => ['shape' => 'ParameterValue']], 'TargetType' => ['type' => 'string', 'max' => 200, 'pattern' => '^\\/[\\w\\.\\-\\:\\/]*$'], 'TargetValue' => ['type' => 'string'], 'TargetValues' => ['type' => 'list', 'member' => ['shape' => 'TargetValue'], 'max' => 50, 'min' => 0], 'Targets' => ['type' => 'list', 'member' => ['shape' => 'Target'], 'max' => 5, 'min' => 0], 'TerminateSessionRequest' => ['type' => 'structure', 'required' => ['SessionId'], 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'TerminateSessionResponse' => ['type' => 'structure', 'members' => ['SessionId' => ['shape' => 'SessionId']]], 'TimeoutSeconds' => ['type' => 'integer', 'max' => 2592000, 'min' => 30], 'TokenValue' => ['type' => 'string', 'max' => 300, 'min' => 0], 'TooManyTagsError' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'TooManyUpdates' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'TotalCount' => ['type' => 'integer'], 'TotalSizeLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedCalendarException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedFeatureRequiredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedInventoryItemContextException' => ['type' => 'structure', 'members' => ['TypeName' => ['shape' => 'InventoryItemTypeName'], 'Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedInventorySchemaVersionException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedOperatingSystem' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedParameterType' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedPlatformType' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UpdateAssociationRequest' => ['type' => 'structure', 'required' => ['AssociationId'], 'members' => ['AssociationId' => ['shape' => 'AssociationId'], 'Parameters' => ['shape' => 'Parameters'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'ScheduleExpression' => ['shape' => 'ScheduleExpression'], 'OutputLocation' => ['shape' => 'InstanceAssociationOutputLocation'], 'Name' => ['shape' => 'DocumentARN'], 'Targets' => ['shape' => 'Targets'], 'AssociationName' => ['shape' => 'AssociationName'], 'AssociationVersion' => ['shape' => 'AssociationVersion'], 'AutomationTargetParameterName' => ['shape' => 'AutomationTargetParameterName'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'ComplianceSeverity' => ['shape' => 'AssociationComplianceSeverity'], 'SyncCompliance' => ['shape' => 'AssociationSyncCompliance'], 'ApplyOnlyAtCronInterval' => ['shape' => 'ApplyOnlyAtCronInterval']]], 'UpdateAssociationResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'UpdateAssociationStatusRequest' => ['type' => 'structure', 'required' => ['Name', 'InstanceId', 'AssociationStatus'], 'members' => ['Name' => ['shape' => 'DocumentARN'], 'InstanceId' => ['shape' => 'InstanceId'], 'AssociationStatus' => ['shape' => 'AssociationStatus']]], 'UpdateAssociationStatusResult' => ['type' => 'structure', 'members' => ['AssociationDescription' => ['shape' => 'AssociationDescription']]], 'UpdateDocumentDefaultVersionRequest' => ['type' => 'structure', 'required' => ['Name', 'DocumentVersion'], 'members' => ['Name' => ['shape' => 'DocumentName'], 'DocumentVersion' => ['shape' => 'DocumentVersionNumber']]], 'UpdateDocumentDefaultVersionResult' => ['type' => 'structure', 'members' => ['Description' => ['shape' => 'DocumentDefaultVersionDescription']]], 'UpdateDocumentRequest' => ['type' => 'structure', 'required' => ['Content', 'Name'], 'members' => ['Content' => ['shape' => 'DocumentContent'], 'Attachments' => ['shape' => 'AttachmentsSourceList'], 'Name' => ['shape' => 'DocumentName'], 'VersionName' => ['shape' => 'DocumentVersionName'], 'DocumentVersion' => ['shape' => 'DocumentVersion'], 'DocumentFormat' => ['shape' => 'DocumentFormat'], 'TargetType' => ['shape' => 'TargetType']]], 'UpdateDocumentResult' => ['type' => 'structure', 'members' => ['DocumentDescription' => ['shape' => 'DocumentDescription']]], 'UpdateMaintenanceWindowRequest' => ['type' => 'structure', 'required' => ['WindowId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'ScheduleOffset' => ['shape' => 'MaintenanceWindowOffset', 'box' => \true], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours', 'box' => \true], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff', 'box' => \true], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets', 'box' => \true], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled', 'box' => \true], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'StartDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'EndDate' => ['shape' => 'MaintenanceWindowStringDateTime'], 'Schedule' => ['shape' => 'MaintenanceWindowSchedule'], 'ScheduleTimezone' => ['shape' => 'MaintenanceWindowTimezone'], 'ScheduleOffset' => ['shape' => 'MaintenanceWindowOffset', 'box' => \true], 'Duration' => ['shape' => 'MaintenanceWindowDurationHours'], 'Cutoff' => ['shape' => 'MaintenanceWindowCutoff'], 'AllowUnassociatedTargets' => ['shape' => 'MaintenanceWindowAllowUnassociatedTargets'], 'Enabled' => ['shape' => 'MaintenanceWindowEnabled']]], 'UpdateMaintenanceWindowTargetRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTargetId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowTargetResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTargetId' => ['shape' => 'MaintenanceWindowTargetId'], 'Targets' => ['shape' => 'Targets'], 'OwnerInformation' => ['shape' => 'OwnerInformation'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'UpdateMaintenanceWindowTaskRequest' => ['type' => 'structure', 'required' => ['WindowId', 'WindowTaskId'], 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority', 'box' => \true], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdateMaintenanceWindowTaskResult' => ['type' => 'structure', 'members' => ['WindowId' => ['shape' => 'MaintenanceWindowId'], 'WindowTaskId' => ['shape' => 'MaintenanceWindowTaskId'], 'Targets' => ['shape' => 'Targets'], 'TaskArn' => ['shape' => 'MaintenanceWindowTaskArn'], 'ServiceRoleArn' => ['shape' => 'ServiceRole'], 'TaskParameters' => ['shape' => 'MaintenanceWindowTaskParameters'], 'TaskInvocationParameters' => ['shape' => 'MaintenanceWindowTaskInvocationParameters'], 'Priority' => ['shape' => 'MaintenanceWindowTaskPriority'], 'MaxConcurrency' => ['shape' => 'MaxConcurrency'], 'MaxErrors' => ['shape' => 'MaxErrors'], 'LoggingInfo' => ['shape' => 'LoggingInfo'], 'Name' => ['shape' => 'MaintenanceWindowName'], 'Description' => ['shape' => 'MaintenanceWindowDescription']]], 'UpdateManagedInstanceRoleRequest' => ['type' => 'structure', 'required' => ['InstanceId', 'IamRole'], 'members' => ['InstanceId' => ['shape' => 'ManagedInstanceId'], 'IamRole' => ['shape' => 'IamRole']]], 'UpdateManagedInstanceRoleResult' => ['type' => 'structure', 'members' => []], 'UpdateOpsItemRequest' => ['type' => 'structure', 'required' => ['OpsItemId'], 'members' => ['Description' => ['shape' => 'OpsItemDescription'], 'OperationalData' => ['shape' => 'OpsItemOperationalData'], 'OperationalDataToDelete' => ['shape' => 'OpsItemOpsDataKeysList'], 'Notifications' => ['shape' => 'OpsItemNotifications'], 'Priority' => ['shape' => 'OpsItemPriority'], 'RelatedOpsItems' => ['shape' => 'RelatedOpsItems'], 'Status' => ['shape' => 'OpsItemStatus'], 'OpsItemId' => ['shape' => 'OpsItemId'], 'Title' => ['shape' => 'OpsItemTitle'], 'Category' => ['shape' => 'OpsItemCategory'], 'Severity' => ['shape' => 'OpsItemSeverity']]], 'UpdateOpsItemResponse' => ['type' => 'structure', 'members' => []], 'UpdatePatchBaselineRequest' => ['type' => 'structure', 'required' => ['BaselineId'], 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList'], 'Replace' => ['shape' => 'Boolean', 'box' => \true]]], 'UpdatePatchBaselineResult' => ['type' => 'structure', 'members' => ['BaselineId' => ['shape' => 'BaselineId'], 'Name' => ['shape' => 'BaselineName'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'GlobalFilters' => ['shape' => 'PatchFilterGroup'], 'ApprovalRules' => ['shape' => 'PatchRuleGroup'], 'ApprovedPatches' => ['shape' => 'PatchIdList'], 'ApprovedPatchesComplianceLevel' => ['shape' => 'PatchComplianceLevel'], 'ApprovedPatchesEnableNonSecurity' => ['shape' => 'Boolean', 'box' => \true], 'RejectedPatches' => ['shape' => 'PatchIdList'], 'RejectedPatchesAction' => ['shape' => 'PatchAction'], 'CreatedDate' => ['shape' => 'DateTime'], 'ModifiedDate' => ['shape' => 'DateTime'], 'Description' => ['shape' => 'BaselineDescription'], 'Sources' => ['shape' => 'PatchSourceList']]], 'UpdateResourceDataSyncRequest' => ['type' => 'structure', 'required' => ['SyncName', 'SyncType', 'SyncSource'], 'members' => ['SyncName' => ['shape' => 'ResourceDataSyncName'], 'SyncType' => ['shape' => 'ResourceDataSyncType'], 'SyncSource' => ['shape' => 'ResourceDataSyncSource']]], 'UpdateResourceDataSyncResult' => ['type' => 'structure', 'members' => []], 'UpdateServiceSettingRequest' => ['type' => 'structure', 'required' => ['SettingId', 'SettingValue'], 'members' => ['SettingId' => ['shape' => 'ServiceSettingId'], 'SettingValue' => ['shape' => 'ServiceSettingValue']]], 'UpdateServiceSettingResult' => ['type' => 'structure', 'members' => []], 'Url' => ['type' => 'string'], 'ValidNextStep' => ['type' => 'string', 'max' => 65535, 'min' => 1], 'ValidNextStepList' => ['type' => 'list', 'member' => ['shape' => 'ValidNextStep']], 'Version' => ['type' => 'string', 'pattern' => '^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$']]]; diff --git a/vendor/Aws3/Aws/data/ssm/2014-11-06/paginators-1.json.php b/vendor/Aws3/Aws/data/ssm/2014-11-06/paginators-1.json.php index be7bb74f..bf2f4ea2 100644 --- a/vendor/Aws3/Aws/data/ssm/2014-11-06/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/ssm/2014-11-06/paginators-1.json.php @@ -1,4 +1,4 @@ ['DescribeActivations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ActivationList'], 'DescribeInstanceInformation' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceInformationList'], 'DescribeParameters' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetParameterHistory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetParametersByPath' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Associations'], 'ListCommandInvocations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CommandInvocations'], 'ListCommands' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Commands'], 'ListDocuments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DocumentIdentifiers']]]; +return ['pagination' => ['DescribeActivations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ActivationList'], 'DescribeAssociationExecutionTargets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AssociationExecutionTargets'], 'DescribeAssociationExecutions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AssociationExecutions'], 'DescribeAutomationExecutions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AutomationExecutionMetadataList'], 'DescribeAutomationStepExecutions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'StepExecutions'], 'DescribeAvailablePatches' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Patches'], 'DescribeEffectiveInstanceAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Associations'], 'DescribeEffectivePatchesForPatchBaseline' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'EffectivePatches'], 'DescribeInstanceAssociationsStatus' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceAssociationStatusInfos'], 'DescribeInstanceInformation' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstanceInformationList'], 'DescribeInstancePatchStates' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstancePatchStates'], 'DescribeInstancePatchStatesForPatchGroup' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InstancePatchStates'], 'DescribeInstancePatches' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Patches'], 'DescribeInventoryDeletions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'InventoryDeletions'], 'DescribeMaintenanceWindowExecutionTaskInvocations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'WindowExecutionTaskInvocationIdentities'], 'DescribeMaintenanceWindowExecutionTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'WindowExecutionTaskIdentities'], 'DescribeMaintenanceWindowExecutions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'WindowExecutions'], 'DescribeMaintenanceWindowSchedule' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ScheduledWindowExecutions'], 'DescribeMaintenanceWindowTargets' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Targets'], 'DescribeMaintenanceWindowTasks' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Tasks'], 'DescribeMaintenanceWindows' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'WindowIdentities'], 'DescribeMaintenanceWindowsForTarget' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'WindowIdentities'], 'DescribeOpsItems' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'OpsItemSummaries'], 'DescribeParameters' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'DescribePatchBaselines' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'BaselineIdentities'], 'DescribePatchGroups' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Mappings'], 'DescribePatchProperties' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Properties'], 'DescribeSessions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Sessions'], 'GetInventory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Entities'], 'GetInventorySchema' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Schemas'], 'GetOpsSummary' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Entities'], 'GetParameterHistory' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetParametersByPath' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListAssociationVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'AssociationVersions'], 'ListAssociations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Associations'], 'ListCommandInvocations' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'CommandInvocations'], 'ListCommands' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'Commands'], 'ListComplianceItems' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ComplianceItems'], 'ListComplianceSummaries' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ComplianceSummaryItems'], 'ListDocumentVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DocumentVersions'], 'ListDocuments' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'DocumentIdentifiers'], 'ListResourceComplianceSummaries' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ResourceComplianceSummaryItems'], 'ListResourceDataSync' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken', 'result_key' => 'ResourceDataSyncItems']]]; diff --git a/vendor/Aws3/Aws/data/ssm/2014-11-06/waiters-2.json.php b/vendor/Aws3/Aws/data/ssm/2014-11-06/waiters-2.json.php new file mode 100644 index 00000000..7abaa488 --- /dev/null +++ b/vendor/Aws3/Aws/data/ssm/2014-11-06/waiters-2.json.php @@ -0,0 +1,4 @@ + 2, 'waiters' => ['CommandExecuted' => ['delay' => 5, 'operation' => 'GetCommandInvocation', 'maxAttempts' => 20, 'acceptors' => [['expected' => 'Pending', 'matcher' => 'path', 'state' => 'retry', 'argument' => 'Status'], ['expected' => 'InProgress', 'matcher' => 'path', 'state' => 'retry', 'argument' => 'Status'], ['expected' => 'Delayed', 'matcher' => 'path', 'state' => 'retry', 'argument' => 'Status'], ['expected' => 'Success', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Status'], ['expected' => 'Cancelled', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'Status'], ['expected' => 'TimedOut', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'Status'], ['expected' => 'Failed', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'Status'], ['expected' => 'Cancelling', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'Status']]]]]; diff --git a/vendor/Aws3/Aws/data/storagegateway/2013-06-30/api-2.json.php b/vendor/Aws3/Aws/data/storagegateway/2013-06-30/api-2.json.php index 1d2a3a38..c7fc4d58 100644 --- a/vendor/Aws3/Aws/data/storagegateway/2013-06-30/api-2.json.php +++ b/vendor/Aws3/Aws/data/storagegateway/2013-06-30/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2013-06-30', 'endpointPrefix' => 'storagegateway', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Storage Gateway', 'serviceId' => 'Storage Gateway', 'signatureVersion' => 'v4', 'targetPrefix' => 'StorageGateway_20130630', 'uid' => 'storagegateway-2013-06-30'], 'operations' => ['ActivateGateway' => ['name' => 'ActivateGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateGatewayInput'], 'output' => ['shape' => 'ActivateGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddCache' => ['name' => 'AddCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddCacheInput'], 'output' => ['shape' => 'AddCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceInput'], 'output' => ['shape' => 'AddTagsToResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddUploadBuffer' => ['name' => 'AddUploadBuffer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddUploadBufferInput'], 'output' => ['shape' => 'AddUploadBufferOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddWorkingStorage' => ['name' => 'AddWorkingStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddWorkingStorageInput'], 'output' => ['shape' => 'AddWorkingStorageOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AssignTapePool' => ['name' => 'AssignTapePool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignTapePoolInput'], 'output' => ['shape' => 'AssignTapePoolOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AttachVolume' => ['name' => 'AttachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVolumeInput'], 'output' => ['shape' => 'AttachVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CancelArchival' => ['name' => 'CancelArchival', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelArchivalInput'], 'output' => ['shape' => 'CancelArchivalOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CancelRetrieval' => ['name' => 'CancelRetrieval', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelRetrievalInput'], 'output' => ['shape' => 'CancelRetrievalOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateCachediSCSIVolume' => ['name' => 'CreateCachediSCSIVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCachediSCSIVolumeInput'], 'output' => ['shape' => 'CreateCachediSCSIVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateNFSFileShare' => ['name' => 'CreateNFSFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNFSFileShareInput'], 'output' => ['shape' => 'CreateNFSFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateSMBFileShare' => ['name' => 'CreateSMBFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSMBFileShareInput'], 'output' => ['shape' => 'CreateSMBFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotInput'], 'output' => ['shape' => 'CreateSnapshotOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableError']]], 'CreateSnapshotFromVolumeRecoveryPoint' => ['name' => 'CreateSnapshotFromVolumeRecoveryPoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotFromVolumeRecoveryPointInput'], 'output' => ['shape' => 'CreateSnapshotFromVolumeRecoveryPointOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableError']]], 'CreateStorediSCSIVolume' => ['name' => 'CreateStorediSCSIVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStorediSCSIVolumeInput'], 'output' => ['shape' => 'CreateStorediSCSIVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateTapeWithBarcode' => ['name' => 'CreateTapeWithBarcode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTapeWithBarcodeInput'], 'output' => ['shape' => 'CreateTapeWithBarcodeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateTapes' => ['name' => 'CreateTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTapesInput'], 'output' => ['shape' => 'CreateTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteBandwidthRateLimit' => ['name' => 'DeleteBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBandwidthRateLimitInput'], 'output' => ['shape' => 'DeleteBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteChapCredentials' => ['name' => 'DeleteChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteChapCredentialsInput'], 'output' => ['shape' => 'DeleteChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteFileShare' => ['name' => 'DeleteFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileShareInput'], 'output' => ['shape' => 'DeleteFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteGateway' => ['name' => 'DeleteGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGatewayInput'], 'output' => ['shape' => 'DeleteGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteSnapshotSchedule' => ['name' => 'DeleteSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotScheduleInput'], 'output' => ['shape' => 'DeleteSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteTape' => ['name' => 'DeleteTape', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTapeInput'], 'output' => ['shape' => 'DeleteTapeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteTapeArchive' => ['name' => 'DeleteTapeArchive', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTapeArchiveInput'], 'output' => ['shape' => 'DeleteTapeArchiveOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteVolume' => ['name' => 'DeleteVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVolumeInput'], 'output' => ['shape' => 'DeleteVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeAvailabilityMonitorTest' => ['name' => 'DescribeAvailabilityMonitorTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailabilityMonitorTestInput'], 'output' => ['shape' => 'DescribeAvailabilityMonitorTestOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeBandwidthRateLimit' => ['name' => 'DescribeBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBandwidthRateLimitInput'], 'output' => ['shape' => 'DescribeBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeCache' => ['name' => 'DescribeCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheInput'], 'output' => ['shape' => 'DescribeCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeCachediSCSIVolumes' => ['name' => 'DescribeCachediSCSIVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCachediSCSIVolumesInput'], 'output' => ['shape' => 'DescribeCachediSCSIVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeChapCredentials' => ['name' => 'DescribeChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeChapCredentialsInput'], 'output' => ['shape' => 'DescribeChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeGatewayInformation' => ['name' => 'DescribeGatewayInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGatewayInformationInput'], 'output' => ['shape' => 'DescribeGatewayInformationOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceStartTime' => ['name' => 'DescribeMaintenanceStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceStartTimeInput'], 'output' => ['shape' => 'DescribeMaintenanceStartTimeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeNFSFileShares' => ['name' => 'DescribeNFSFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNFSFileSharesInput'], 'output' => ['shape' => 'DescribeNFSFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSMBFileShares' => ['name' => 'DescribeSMBFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSMBFileSharesInput'], 'output' => ['shape' => 'DescribeSMBFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSMBSettings' => ['name' => 'DescribeSMBSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSMBSettingsInput'], 'output' => ['shape' => 'DescribeSMBSettingsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSnapshotSchedule' => ['name' => 'DescribeSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotScheduleInput'], 'output' => ['shape' => 'DescribeSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeStorediSCSIVolumes' => ['name' => 'DescribeStorediSCSIVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStorediSCSIVolumesInput'], 'output' => ['shape' => 'DescribeStorediSCSIVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapeArchives' => ['name' => 'DescribeTapeArchives', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapeArchivesInput'], 'output' => ['shape' => 'DescribeTapeArchivesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapeRecoveryPoints' => ['name' => 'DescribeTapeRecoveryPoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapeRecoveryPointsInput'], 'output' => ['shape' => 'DescribeTapeRecoveryPointsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapes' => ['name' => 'DescribeTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapesInput'], 'output' => ['shape' => 'DescribeTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeUploadBuffer' => ['name' => 'DescribeUploadBuffer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUploadBufferInput'], 'output' => ['shape' => 'DescribeUploadBufferOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeVTLDevices' => ['name' => 'DescribeVTLDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVTLDevicesInput'], 'output' => ['shape' => 'DescribeVTLDevicesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeWorkingStorage' => ['name' => 'DescribeWorkingStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkingStorageInput'], 'output' => ['shape' => 'DescribeWorkingStorageOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DetachVolume' => ['name' => 'DetachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVolumeInput'], 'output' => ['shape' => 'DetachVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DisableGateway' => ['name' => 'DisableGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableGatewayInput'], 'output' => ['shape' => 'DisableGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'JoinDomain' => ['name' => 'JoinDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'JoinDomainInput'], 'output' => ['shape' => 'JoinDomainOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListFileShares' => ['name' => 'ListFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFileSharesInput'], 'output' => ['shape' => 'ListFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListGateways' => ['name' => 'ListGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewaysInput'], 'output' => ['shape' => 'ListGatewaysOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListLocalDisks' => ['name' => 'ListLocalDisks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLocalDisksInput'], 'output' => ['shape' => 'ListLocalDisksOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListTapes' => ['name' => 'ListTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTapesInput'], 'output' => ['shape' => 'ListTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumeInitiators' => ['name' => 'ListVolumeInitiators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumeInitiatorsInput'], 'output' => ['shape' => 'ListVolumeInitiatorsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumeRecoveryPoints' => ['name' => 'ListVolumeRecoveryPoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumeRecoveryPointsInput'], 'output' => ['shape' => 'ListVolumeRecoveryPointsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumes' => ['name' => 'ListVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumesInput'], 'output' => ['shape' => 'ListVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'NotifyWhenUploaded' => ['name' => 'NotifyWhenUploaded', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyWhenUploadedInput'], 'output' => ['shape' => 'NotifyWhenUploadedOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RefreshCache' => ['name' => 'RefreshCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RefreshCacheInput'], 'output' => ['shape' => 'RefreshCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceInput'], 'output' => ['shape' => 'RemoveTagsFromResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ResetCache' => ['name' => 'ResetCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetCacheInput'], 'output' => ['shape' => 'ResetCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RetrieveTapeArchive' => ['name' => 'RetrieveTapeArchive', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveTapeArchiveInput'], 'output' => ['shape' => 'RetrieveTapeArchiveOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RetrieveTapeRecoveryPoint' => ['name' => 'RetrieveTapeRecoveryPoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveTapeRecoveryPointInput'], 'output' => ['shape' => 'RetrieveTapeRecoveryPointOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'SetLocalConsolePassword' => ['name' => 'SetLocalConsolePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetLocalConsolePasswordInput'], 'output' => ['shape' => 'SetLocalConsolePasswordOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'SetSMBGuestPassword' => ['name' => 'SetSMBGuestPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSMBGuestPasswordInput'], 'output' => ['shape' => 'SetSMBGuestPasswordOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ShutdownGateway' => ['name' => 'ShutdownGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ShutdownGatewayInput'], 'output' => ['shape' => 'ShutdownGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'StartAvailabilityMonitorTest' => ['name' => 'StartAvailabilityMonitorTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAvailabilityMonitorTestInput'], 'output' => ['shape' => 'StartAvailabilityMonitorTestOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'StartGateway' => ['name' => 'StartGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartGatewayInput'], 'output' => ['shape' => 'StartGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateBandwidthRateLimit' => ['name' => 'UpdateBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBandwidthRateLimitInput'], 'output' => ['shape' => 'UpdateBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateChapCredentials' => ['name' => 'UpdateChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateChapCredentialsInput'], 'output' => ['shape' => 'UpdateChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateGatewayInformation' => ['name' => 'UpdateGatewayInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayInformationInput'], 'output' => ['shape' => 'UpdateGatewayInformationOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateGatewaySoftwareNow' => ['name' => 'UpdateGatewaySoftwareNow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewaySoftwareNowInput'], 'output' => ['shape' => 'UpdateGatewaySoftwareNowOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceStartTime' => ['name' => 'UpdateMaintenanceStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceStartTimeInput'], 'output' => ['shape' => 'UpdateMaintenanceStartTimeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateNFSFileShare' => ['name' => 'UpdateNFSFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNFSFileShareInput'], 'output' => ['shape' => 'UpdateNFSFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSMBFileShare' => ['name' => 'UpdateSMBFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSMBFileShareInput'], 'output' => ['shape' => 'UpdateSMBFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSMBSecurityStrategy' => ['name' => 'UpdateSMBSecurityStrategy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSMBSecurityStrategyInput'], 'output' => ['shape' => 'UpdateSMBSecurityStrategyOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSnapshotSchedule' => ['name' => 'UpdateSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSnapshotScheduleInput'], 'output' => ['shape' => 'UpdateSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateVTLDeviceType' => ['name' => 'UpdateVTLDeviceType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVTLDeviceTypeInput'], 'output' => ['shape' => 'UpdateVTLDeviceTypeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]]], 'shapes' => ['ActivateGatewayInput' => ['type' => 'structure', 'required' => ['ActivationKey', 'GatewayName', 'GatewayTimezone', 'GatewayRegion'], 'members' => ['ActivationKey' => ['shape' => 'ActivationKey'], 'GatewayName' => ['shape' => 'GatewayName'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'GatewayRegion' => ['shape' => 'RegionId'], 'GatewayType' => ['shape' => 'GatewayType'], 'TapeDriveType' => ['shape' => 'TapeDriveType'], 'MediumChangerType' => ['shape' => 'MediumChangerType'], 'Tags' => ['shape' => 'Tags']]], 'ActivateGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ActivationKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ActiveDirectoryStatus' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'DETACHED', 'JOINED', 'JOINING', 'NETWORK_ERROR', 'TIMEOUT', 'UNKNOWN_ERROR']], 'AddCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AddTagsToResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags']]], 'AddTagsToResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN']]], 'AddUploadBufferInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddUploadBufferOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AddWorkingStorageInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddWorkingStorageOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AssignTapePoolInput' => ['type' => 'structure', 'required' => ['TapeARN', 'PoolId'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'PoolId' => ['shape' => 'PoolId']]], 'AssignTapePoolOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'AttachVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'VolumeARN', 'NetworkInterfaceId'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TargetName' => ['shape' => 'TargetName'], 'VolumeARN' => ['shape' => 'VolumeARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'DiskId' => ['shape' => 'DiskId']]], 'AttachVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'TargetARN' => ['shape' => 'TargetARN']]], 'Authentication' => ['type' => 'string', 'max' => 15, 'min' => 5], 'AvailabilityMonitorTestStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'FAILED', 'PENDING']], 'BandwidthDownloadRateLimit' => ['type' => 'long', 'min' => 102400], 'BandwidthType' => ['type' => 'string', 'max' => 25, 'min' => 3], 'BandwidthUploadRateLimit' => ['type' => 'long', 'min' => 51200], 'Boolean' => ['type' => 'boolean'], 'CachediSCSIVolume' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeStatus' => ['shape' => 'VolumeStatus'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeProgress' => ['shape' => 'DoubleObject'], 'SourceSnapshotId' => ['shape' => 'SnapshotId'], 'VolumeiSCSIAttributes' => ['shape' => 'VolumeiSCSIAttributes'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'VolumeUsedInBytes' => ['shape' => 'VolumeUsedInBytes'], 'KMSKey' => ['shape' => 'KMSKey'], 'TargetName' => ['shape' => 'TargetName']]], 'CachediSCSIVolumes' => ['type' => 'list', 'member' => ['shape' => 'CachediSCSIVolume']], 'CancelArchivalInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN']]], 'CancelArchivalOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'CancelRetrievalInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN']]], 'CancelRetrievalOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'ChapCredentials' => ['type' => 'list', 'member' => ['shape' => 'ChapInfo']], 'ChapInfo' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'SecretToAuthenticateInitiator' => ['shape' => 'ChapSecret'], 'InitiatorName' => ['shape' => 'IqnName'], 'SecretToAuthenticateTarget' => ['shape' => 'ChapSecret']]], 'ChapSecret' => ['type' => 'string', 'max' => 100, 'min' => 1, 'sensitive' => \true], 'ClientToken' => ['type' => 'string', 'max' => 100, 'min' => 5], 'CloudWatchLogGroupARN' => ['type' => 'string', 'max' => 562], 'CreateCachediSCSIVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'VolumeSizeInBytes', 'TargetName', 'NetworkInterfaceId', 'ClientToken'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'TargetName' => ['shape' => 'TargetName'], 'SourceVolumeARN' => ['shape' => 'VolumeARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'ClientToken' => ['shape' => 'ClientToken'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Tags' => ['shape' => 'Tags']]], 'CreateCachediSCSIVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'TargetARN' => ['shape' => 'TargetARN']]], 'CreateNFSFileShareInput' => ['type' => 'structure', 'required' => ['ClientToken', 'GatewayARN', 'Role', 'LocationARN'], 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'Tags']]], 'CreateNFSFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'CreateSMBFileShareInput' => ['type' => 'structure', 'required' => ['ClientToken', 'GatewayARN', 'Role', 'LocationARN'], 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList'], 'Authentication' => ['shape' => 'Authentication'], 'Tags' => ['shape' => 'Tags']]], 'CreateSMBFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'CreateSnapshotFromVolumeRecoveryPointInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'SnapshotDescription'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotDescription' => ['shape' => 'SnapshotDescription'], 'Tags' => ['shape' => 'Tags']]], 'CreateSnapshotFromVolumeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeRecoveryPointTime' => ['shape' => 'string']]], 'CreateSnapshotInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'SnapshotDescription'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotDescription' => ['shape' => 'SnapshotDescription'], 'Tags' => ['shape' => 'Tags']]], 'CreateSnapshotOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotId' => ['shape' => 'SnapshotId']]], 'CreateStorediSCSIVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskId', 'PreserveExistingData', 'TargetName', 'NetworkInterfaceId'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskId' => ['shape' => 'DiskId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'PreserveExistingData' => ['shape' => 'boolean'], 'TargetName' => ['shape' => 'TargetName'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Tags' => ['shape' => 'Tags']]], 'CreateStorediSCSIVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'TargetARN' => ['shape' => 'TargetARN']]], 'CreateTapeWithBarcodeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeSizeInBytes', 'TapeBarcode'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Tags' => ['shape' => 'Tags']]], 'CreateTapeWithBarcodeOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'CreateTapesInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeSizeInBytes', 'ClientToken', 'NumTapesToCreate', 'TapeBarcodePrefix'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'ClientToken' => ['shape' => 'ClientToken'], 'NumTapesToCreate' => ['shape' => 'NumTapesToCreate'], 'TapeBarcodePrefix' => ['shape' => 'TapeBarcodePrefix'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Tags' => ['shape' => 'Tags']]], 'CreateTapesOutput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs']]], 'CreatedDate' => ['type' => 'timestamp'], 'DayOfMonth' => ['type' => 'integer', 'max' => 28, 'min' => 1], 'DayOfWeek' => ['type' => 'integer', 'max' => 6, 'min' => 0], 'DeleteBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'BandwidthType'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'BandwidthType' => ['shape' => 'BandwidthType']]], 'DeleteBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN', 'InitiatorName'], 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'DeleteChapCredentialsOutput' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'DeleteFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'ForceDelete' => ['shape' => 'boolean']]], 'DeleteFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'DeleteGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteTapeArchiveInput' => ['type' => 'structure', 'required' => ['TapeARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'DeleteTapeArchiveOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'DeleteTapeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN']]], 'DeleteTapeOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'DeleteVolumeInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DescribeAvailabilityMonitorTestInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeAvailabilityMonitorTestOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Status' => ['shape' => 'AvailabilityMonitorTestStatus'], 'StartTime' => ['shape' => 'Time']]], 'DescribeBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'AverageUploadRateLimitInBitsPerSec' => ['shape' => 'BandwidthUploadRateLimit'], 'AverageDownloadRateLimitInBitsPerSec' => ['shape' => 'BandwidthDownloadRateLimit']]], 'DescribeCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'CacheAllocatedInBytes' => ['shape' => 'long'], 'CacheUsedPercentage' => ['shape' => 'double'], 'CacheDirtyPercentage' => ['shape' => 'double'], 'CacheHitPercentage' => ['shape' => 'double'], 'CacheMissPercentage' => ['shape' => 'double']]], 'DescribeCachediSCSIVolumesInput' => ['type' => 'structure', 'required' => ['VolumeARNs'], 'members' => ['VolumeARNs' => ['shape' => 'VolumeARNs']]], 'DescribeCachediSCSIVolumesOutput' => ['type' => 'structure', 'members' => ['CachediSCSIVolumes' => ['shape' => 'CachediSCSIVolumes']]], 'DescribeChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN'], 'members' => ['TargetARN' => ['shape' => 'TargetARN']]], 'DescribeChapCredentialsOutput' => ['type' => 'structure', 'members' => ['ChapCredentials' => ['shape' => 'ChapCredentials']]], 'DescribeGatewayInformationInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeGatewayInformationOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayId' => ['shape' => 'GatewayId'], 'GatewayName' => ['shape' => 'string'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'GatewayState' => ['shape' => 'GatewayState'], 'GatewayNetworkInterfaces' => ['shape' => 'GatewayNetworkInterfaces'], 'GatewayType' => ['shape' => 'GatewayType'], 'NextUpdateAvailabilityDate' => ['shape' => 'NextUpdateAvailabilityDate'], 'LastSoftwareUpdate' => ['shape' => 'LastSoftwareUpdate'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'Ec2InstanceRegion' => ['shape' => 'Ec2InstanceRegion'], 'Tags' => ['shape' => 'Tags'], 'VPCEndpoint' => ['shape' => 'string'], 'CloudWatchLogGroupARN' => ['shape' => 'CloudWatchLogGroupARN'], 'HostEnvironment' => ['shape' => 'HostEnvironment']]], 'DescribeMaintenanceStartTimeInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeMaintenanceStartTimeOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'HourOfDay' => ['shape' => 'HourOfDay'], 'MinuteOfHour' => ['shape' => 'MinuteOfHour'], 'DayOfWeek' => ['shape' => 'DayOfWeek'], 'DayOfMonth' => ['shape' => 'DayOfMonth'], 'Timezone' => ['shape' => 'GatewayTimezone']]], 'DescribeNFSFileSharesInput' => ['type' => 'structure', 'required' => ['FileShareARNList'], 'members' => ['FileShareARNList' => ['shape' => 'FileShareARNList']]], 'DescribeNFSFileSharesOutput' => ['type' => 'structure', 'members' => ['NFSFileShareInfoList' => ['shape' => 'NFSFileShareInfoList']]], 'DescribeSMBFileSharesInput' => ['type' => 'structure', 'required' => ['FileShareARNList'], 'members' => ['FileShareARNList' => ['shape' => 'FileShareARNList']]], 'DescribeSMBFileSharesOutput' => ['type' => 'structure', 'members' => ['SMBFileShareInfoList' => ['shape' => 'SMBFileShareInfoList']]], 'DescribeSMBSettingsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeSMBSettingsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DomainName' => ['shape' => 'DomainName'], 'ActiveDirectoryStatus' => ['shape' => 'ActiveDirectoryStatus'], 'SMBGuestPasswordSet' => ['shape' => 'Boolean'], 'SMBSecurityStrategy' => ['shape' => 'SMBSecurityStrategy']]], 'DescribeSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DescribeSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'StartAt' => ['shape' => 'HourOfDay'], 'RecurrenceInHours' => ['shape' => 'RecurrenceInHours'], 'Description' => ['shape' => 'Description'], 'Timezone' => ['shape' => 'GatewayTimezone'], 'Tags' => ['shape' => 'Tags']]], 'DescribeStorediSCSIVolumesInput' => ['type' => 'structure', 'required' => ['VolumeARNs'], 'members' => ['VolumeARNs' => ['shape' => 'VolumeARNs']]], 'DescribeStorediSCSIVolumesOutput' => ['type' => 'structure', 'members' => ['StorediSCSIVolumes' => ['shape' => 'StorediSCSIVolumes']]], 'DescribeTapeArchivesInput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapeArchivesOutput' => ['type' => 'structure', 'members' => ['TapeArchives' => ['shape' => 'TapeArchives'], 'Marker' => ['shape' => 'Marker']]], 'DescribeTapeRecoveryPointsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapeRecoveryPointsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeRecoveryPointInfos' => ['shape' => 'TapeRecoveryPointInfos'], 'Marker' => ['shape' => 'Marker']]], 'DescribeTapesInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapesOutput' => ['type' => 'structure', 'members' => ['Tapes' => ['shape' => 'Tapes'], 'Marker' => ['shape' => 'Marker']]], 'DescribeUploadBufferInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeUploadBufferOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'UploadBufferUsedInBytes' => ['shape' => 'long'], 'UploadBufferAllocatedInBytes' => ['shape' => 'long']]], 'DescribeVTLDevicesInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VTLDeviceARNs' => ['shape' => 'VTLDeviceARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeVTLDevicesOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VTLDevices' => ['shape' => 'VTLDevices'], 'Marker' => ['shape' => 'Marker']]], 'DescribeWorkingStorageInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeWorkingStorageOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'WorkingStorageUsedInBytes' => ['shape' => 'long'], 'WorkingStorageAllocatedInBytes' => ['shape' => 'long']]], 'Description' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DetachVolumeInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'ForceDetach' => ['shape' => 'Boolean']]], 'DetachVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeviceType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'DeviceiSCSIAttributes' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkInterfacePort' => ['shape' => 'integer'], 'ChapEnabled' => ['shape' => 'boolean']]], 'DisableGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DisableGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'Disk' => ['type' => 'structure', 'members' => ['DiskId' => ['shape' => 'DiskId'], 'DiskPath' => ['shape' => 'string'], 'DiskNode' => ['shape' => 'string'], 'DiskStatus' => ['shape' => 'string'], 'DiskSizeInBytes' => ['shape' => 'long'], 'DiskAllocationType' => ['shape' => 'DiskAllocationType'], 'DiskAllocationResource' => ['shape' => 'string'], 'DiskAttributeList' => ['shape' => 'DiskAttributeList']]], 'DiskAllocationType' => ['type' => 'string', 'max' => 100, 'min' => 3], 'DiskAttribute' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DiskAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DiskAttribute'], 'max' => 10, 'min' => 0], 'DiskId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'DiskIds' => ['type' => 'list', 'member' => ['shape' => 'DiskId']], 'Disks' => ['type' => 'list', 'member' => ['shape' => 'Disk']], 'DomainName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$'], 'DomainUserName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^\\w[\\w\\.\\- ]*$'], 'DomainUserPassword' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'DoubleObject' => ['type' => 'double'], 'Ec2InstanceId' => ['type' => 'string'], 'Ec2InstanceRegion' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string', 'enum' => ['ActivationKeyExpired', 'ActivationKeyInvalid', 'ActivationKeyNotFound', 'GatewayInternalError', 'GatewayNotConnected', 'GatewayNotFound', 'GatewayProxyNetworkConnectionBusy', 'AuthenticationFailure', 'BandwidthThrottleScheduleNotFound', 'Blocked', 'CannotExportSnapshot', 'ChapCredentialNotFound', 'DiskAlreadyAllocated', 'DiskDoesNotExist', 'DiskSizeGreaterThanVolumeMaxSize', 'DiskSizeLessThanVolumeSize', 'DiskSizeNotGigAligned', 'DuplicateCertificateInfo', 'DuplicateSchedule', 'EndpointNotFound', 'IAMNotSupported', 'InitiatorInvalid', 'InitiatorNotFound', 'InternalError', 'InvalidGateway', 'InvalidEndpoint', 'InvalidParameters', 'InvalidSchedule', 'LocalStorageLimitExceeded', 'LunAlreadyAllocated ', 'LunInvalid', 'JoinDomainInProgress', 'MaximumContentLengthExceeded', 'MaximumTapeCartridgeCountExceeded', 'MaximumVolumeCountExceeded', 'NetworkConfigurationChanged', 'NoDisksAvailable', 'NotImplemented', 'NotSupported', 'OperationAborted', 'OutdatedGateway', 'ParametersNotImplemented', 'RegionInvalid', 'RequestTimeout', 'ServiceUnavailable', 'SnapshotDeleted', 'SnapshotIdInvalid', 'SnapshotInProgress', 'SnapshotNotFound', 'SnapshotScheduleNotFound', 'StagingAreaFull', 'StorageFailure', 'TapeCartridgeNotFound', 'TargetAlreadyExists', 'TargetInvalid', 'TargetNotFound', 'UnauthorizedOperation', 'VolumeAlreadyExists', 'VolumeIdInvalid', 'VolumeInUse', 'VolumeNotFound', 'VolumeNotReady']], 'FileShareARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'FileShareARNList' => ['type' => 'list', 'member' => ['shape' => 'FileShareARN'], 'max' => 10, 'min' => 1], 'FileShareClientList' => ['type' => 'list', 'member' => ['shape' => 'IPV4AddressCIDR'], 'max' => 100, 'min' => 1], 'FileShareId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'FileShareInfo' => ['type' => 'structure', 'members' => ['FileShareType' => ['shape' => 'FileShareType'], 'FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'FileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'FileShareInfo']], 'FileShareStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'FileShareType' => ['type' => 'string', 'enum' => ['NFS', 'SMB']], 'FileShareUser' => ['type' => 'string', 'max' => 64, 'min' => 1], 'FileShareUserList' => ['type' => 'list', 'member' => ['shape' => 'FileShareUser'], 'max' => 100, 'min' => 0], 'Folder' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FolderList' => ['type' => 'list', 'member' => ['shape' => 'Folder'], 'max' => 50, 'min' => 1], 'GatewayARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'GatewayId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'GatewayInfo' => ['type' => 'structure', 'members' => ['GatewayId' => ['shape' => 'GatewayId'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayType' => ['shape' => 'GatewayType'], 'GatewayOperationalState' => ['shape' => 'GatewayOperationalState'], 'GatewayName' => ['shape' => 'string'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'Ec2InstanceRegion' => ['shape' => 'Ec2InstanceRegion']]], 'GatewayName' => ['type' => 'string', 'max' => 255, 'min' => 2, 'pattern' => '^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$'], 'GatewayNetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'GatewayOperationalState' => ['type' => 'string', 'max' => 25, 'min' => 2], 'GatewayState' => ['type' => 'string', 'max' => 25, 'min' => 2], 'GatewayTimezone' => ['type' => 'string', 'max' => 10, 'min' => 3], 'GatewayType' => ['type' => 'string', 'max' => 20, 'min' => 2], 'Gateways' => ['type' => 'list', 'member' => ['shape' => 'GatewayInfo']], 'Host' => ['type' => 'string', 'pattern' => '^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$'], 'HostEnvironment' => ['type' => 'string', 'enum' => ['VMWARE', 'HYPER-V', 'EC2', 'KVM', 'OTHER']], 'Hosts' => ['type' => 'list', 'member' => ['shape' => 'Host']], 'HourOfDay' => ['type' => 'integer', 'max' => 23, 'min' => 0], 'IPV4AddressCIDR' => ['type' => 'string', 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))?$'], 'Initiator' => ['type' => 'string', 'max' => 50, 'min' => 1], 'Initiators' => ['type' => 'list', 'member' => ['shape' => 'Initiator']], 'InternalServerError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'InvalidGatewayRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'IqnName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[0-9a-z:.-]+'], 'JoinDomainInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DomainName', 'UserName', 'Password'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DomainName' => ['shape' => 'DomainName'], 'OrganizationalUnit' => ['shape' => 'OrganizationalUnit'], 'DomainControllers' => ['shape' => 'Hosts'], 'TimeoutInSeconds' => ['shape' => 'TimeoutInSeconds'], 'UserName' => ['shape' => 'DomainUserName'], 'Password' => ['shape' => 'DomainUserPassword']]], 'JoinDomainOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'ActiveDirectoryStatus' => ['shape' => 'ActiveDirectoryStatus']]], 'KMSKey' => ['type' => 'string', 'max' => 2048, 'min' => 7], 'LastSoftwareUpdate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'ListFileSharesInput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Limit' => ['shape' => 'PositiveIntObject'], 'Marker' => ['shape' => 'Marker']]], 'ListFileSharesOutput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'NextMarker' => ['shape' => 'Marker'], 'FileShareInfoList' => ['shape' => 'FileShareInfoList']]], 'ListGatewaysInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListGatewaysOutput' => ['type' => 'structure', 'members' => ['Gateways' => ['shape' => 'Gateways'], 'Marker' => ['shape' => 'Marker']]], 'ListLocalDisksInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ListLocalDisksOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Disks' => ['shape' => 'Disks']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Marker' => ['shape' => 'Marker'], 'Tags' => ['shape' => 'Tags']]], 'ListTapesInput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListTapesOutput' => ['type' => 'structure', 'members' => ['TapeInfos' => ['shape' => 'TapeInfos'], 'Marker' => ['shape' => 'Marker']]], 'ListVolumeInitiatorsInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'ListVolumeInitiatorsOutput' => ['type' => 'structure', 'members' => ['Initiators' => ['shape' => 'Initiators']]], 'ListVolumeRecoveryPointsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ListVolumeRecoveryPointsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VolumeRecoveryPointInfos' => ['shape' => 'VolumeRecoveryPointInfos']]], 'ListVolumesInput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListVolumesOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'VolumeInfos' => ['shape' => 'VolumeInfos']]], 'LocalConsolePassword' => ['type' => 'string', 'max' => 512, 'min' => 6, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'LocationARN' => ['type' => 'string', 'max' => 310, 'min' => 16], 'Marker' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'MediumChangerType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'MinuteOfHour' => ['type' => 'integer', 'max' => 59, 'min' => 0], 'NFSFileShareDefaults' => ['type' => 'structure', 'members' => ['FileMode' => ['shape' => 'PermissionMode'], 'DirectoryMode' => ['shape' => 'PermissionMode'], 'GroupId' => ['shape' => 'PermissionId'], 'OwnerId' => ['shape' => 'PermissionId']]], 'NFSFileShareInfo' => ['type' => 'structure', 'members' => ['NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Path' => ['shape' => 'Path'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'Tags']]], 'NFSFileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'NFSFileShareInfo']], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Ipv4Address' => ['shape' => 'string'], 'MacAddress' => ['shape' => 'string'], 'Ipv6Address' => ['shape' => 'string']]], 'NetworkInterfaceId' => ['type' => 'string', 'pattern' => '\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z'], 'NextUpdateAvailabilityDate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'NotificationId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NotifyWhenUploadedInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'NotifyWhenUploadedOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'NotificationId' => ['shape' => 'NotificationId']]], 'NumTapesToCreate' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'ObjectACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control', 'aws-exec-read']], 'OrganizationalUnit' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'Path' => ['type' => 'string'], 'PermissionId' => ['type' => 'long', 'max' => 4294967294, 'min' => 0], 'PermissionMode' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '^[0-7]{4}$'], 'PoolId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PositiveIntObject' => ['type' => 'integer', 'min' => 1], 'RecurrenceInHours' => ['type' => 'integer', 'max' => 24, 'min' => 1], 'RefreshCacheInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'FolderList' => ['shape' => 'FolderList'], 'Recursive' => ['shape' => 'Boolean']]], 'RefreshCacheOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'NotificationId' => ['shape' => 'NotificationId']]], 'RegionId' => ['type' => 'string', 'max' => 25, 'min' => 1], 'RemoveTagsFromResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeys' => ['shape' => 'TagKeys']]], 'RemoveTagsFromResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN']]], 'ResetCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ResetCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ResourceARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'RetrieveTapeArchiveInput' => ['type' => 'structure', 'required' => ['TapeARN', 'GatewayARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'RetrieveTapeArchiveOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'RetrieveTapeRecoveryPointInput' => ['type' => 'structure', 'required' => ['TapeARN', 'GatewayARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'RetrieveTapeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'Role' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'SMBFileShareInfo' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Path' => ['shape' => 'Path'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList'], 'Authentication' => ['shape' => 'Authentication'], 'Tags' => ['shape' => 'Tags']]], 'SMBFileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'SMBFileShareInfo']], 'SMBGuestPassword' => ['type' => 'string', 'max' => 512, 'min' => 6, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'SMBSecurityStrategy' => ['type' => 'string', 'enum' => ['ClientSpecified', 'MandatorySigning', 'MandatoryEncryption']], 'ServiceUnavailableError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'SetLocalConsolePasswordInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'LocalConsolePassword'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'LocalConsolePassword' => ['shape' => 'LocalConsolePassword']]], 'SetLocalConsolePasswordOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'SetSMBGuestPasswordInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'Password'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Password' => ['shape' => 'SMBGuestPassword']]], 'SetSMBGuestPasswordOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ShutdownGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ShutdownGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'SnapshotDescription' => ['type' => 'string', 'max' => 255, 'min' => 1], 'SnapshotId' => ['type' => 'string', 'pattern' => '\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z'], 'Squash' => ['type' => 'string', 'max' => 15, 'min' => 5], 'StartAvailabilityMonitorTestInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartAvailabilityMonitorTestOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StorageClass' => ['type' => 'string', 'max' => 20, 'min' => 5], 'StorageGatewayError' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'ErrorCode'], 'errorDetails' => ['shape' => 'errorDetails']]], 'StorediSCSIVolume' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeStatus' => ['shape' => 'VolumeStatus'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeProgress' => ['shape' => 'DoubleObject'], 'VolumeDiskId' => ['shape' => 'DiskId'], 'SourceSnapshotId' => ['shape' => 'SnapshotId'], 'PreservedExistingData' => ['shape' => 'boolean'], 'VolumeiSCSIAttributes' => ['shape' => 'VolumeiSCSIAttributes'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'VolumeUsedInBytes' => ['shape' => 'VolumeUsedInBytes'], 'KMSKey' => ['shape' => 'KMSKey'], 'TargetName' => ['shape' => 'TargetName']]], 'StorediSCSIVolumes' => ['type' => 'list', 'member' => ['shape' => 'StorediSCSIVolume']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'Tape' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeCreatedDate' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeStatus'], 'VTLDevice' => ['shape' => 'VTLDeviceARN'], 'Progress' => ['shape' => 'DoubleObject'], 'TapeUsedInBytes' => ['shape' => 'TapeUsage'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId']]], 'TapeARN' => ['type' => 'string', 'max' => 500, 'min' => 50, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$'], 'TapeARNs' => ['type' => 'list', 'member' => ['shape' => 'TapeARN']], 'TapeArchive' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeCreatedDate' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'CompletionTime' => ['shape' => 'Time'], 'RetrievedTo' => ['shape' => 'GatewayARN'], 'TapeStatus' => ['shape' => 'TapeArchiveStatus'], 'TapeUsedInBytes' => ['shape' => 'TapeUsage'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId']]], 'TapeArchiveStatus' => ['type' => 'string'], 'TapeArchives' => ['type' => 'list', 'member' => ['shape' => 'TapeArchive']], 'TapeBarcode' => ['type' => 'string', 'max' => 16, 'min' => 7, 'pattern' => '^[A-Z0-9]*$'], 'TapeBarcodePrefix' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '^[A-Z]*$'], 'TapeDriveType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'TapeInfo' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'PoolId' => ['shape' => 'PoolId']]], 'TapeInfos' => ['type' => 'list', 'member' => ['shape' => 'TapeInfo']], 'TapeRecoveryPointInfo' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeRecoveryPointTime' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeRecoveryPointStatus']]], 'TapeRecoveryPointInfos' => ['type' => 'list', 'member' => ['shape' => 'TapeRecoveryPointInfo']], 'TapeRecoveryPointStatus' => ['type' => 'string'], 'TapeSize' => ['type' => 'long'], 'TapeStatus' => ['type' => 'string'], 'TapeUsage' => ['type' => 'long'], 'Tapes' => ['type' => 'list', 'member' => ['shape' => 'Tape']], 'TargetARN' => ['type' => 'string', 'max' => 800, 'min' => 50], 'TargetName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[-\\.;a-z0-9]+$'], 'Time' => ['type' => 'timestamp'], 'TimeoutInSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 0], 'UpdateBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'AverageUploadRateLimitInBitsPerSec' => ['shape' => 'BandwidthUploadRateLimit'], 'AverageDownloadRateLimitInBitsPerSec' => ['shape' => 'BandwidthDownloadRateLimit']]], 'UpdateBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN', 'SecretToAuthenticateInitiator', 'InitiatorName'], 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'SecretToAuthenticateInitiator' => ['shape' => 'ChapSecret'], 'InitiatorName' => ['shape' => 'IqnName'], 'SecretToAuthenticateTarget' => ['shape' => 'ChapSecret']]], 'UpdateChapCredentialsOutput' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'UpdateGatewayInformationInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayName' => ['shape' => 'GatewayName'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'CloudWatchLogGroupARN' => ['shape' => 'CloudWatchLogGroupARN']]], 'UpdateGatewayInformationOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayName' => ['shape' => 'string']]], 'UpdateGatewaySoftwareNowInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateGatewaySoftwareNowOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateMaintenanceStartTimeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'HourOfDay', 'MinuteOfHour'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'HourOfDay' => ['shape' => 'HourOfDay'], 'MinuteOfHour' => ['shape' => 'MinuteOfHour'], 'DayOfWeek' => ['shape' => 'DayOfWeek'], 'DayOfMonth' => ['shape' => 'DayOfMonth']]], 'UpdateMaintenanceStartTimeOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateNFSFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean']]], 'UpdateNFSFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'UpdateSMBFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList']]], 'UpdateSMBFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'UpdateSMBSecurityStrategyInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'SMBSecurityStrategy'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'SMBSecurityStrategy' => ['shape' => 'SMBSecurityStrategy']]], 'UpdateSMBSecurityStrategyOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'StartAt', 'RecurrenceInHours'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'StartAt' => ['shape' => 'HourOfDay'], 'RecurrenceInHours' => ['shape' => 'RecurrenceInHours'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'Tags']]], 'UpdateSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'UpdateVTLDeviceTypeInput' => ['type' => 'structure', 'required' => ['VTLDeviceARN', 'DeviceType'], 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN'], 'DeviceType' => ['shape' => 'DeviceType']]], 'UpdateVTLDeviceTypeOutput' => ['type' => 'structure', 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN']]], 'VTLDevice' => ['type' => 'structure', 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN'], 'VTLDeviceType' => ['shape' => 'VTLDeviceType'], 'VTLDeviceVendor' => ['shape' => 'VTLDeviceVendor'], 'VTLDeviceProductIdentifier' => ['shape' => 'VTLDeviceProductIdentifier'], 'DeviceiSCSIAttributes' => ['shape' => 'DeviceiSCSIAttributes']]], 'VTLDeviceARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'VTLDeviceARNs' => ['type' => 'list', 'member' => ['shape' => 'VTLDeviceARN']], 'VTLDeviceProductIdentifier' => ['type' => 'string'], 'VTLDeviceType' => ['type' => 'string'], 'VTLDeviceVendor' => ['type' => 'string'], 'VTLDevices' => ['type' => 'list', 'member' => ['shape' => 'VTLDevice']], 'VolumeARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'VolumeARNs' => ['type' => 'list', 'member' => ['shape' => 'VolumeARN']], 'VolumeAttachmentStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'VolumeId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'VolumeInfo' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayId' => ['shape' => 'GatewayId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus']]], 'VolumeInfos' => ['type' => 'list', 'member' => ['shape' => 'VolumeInfo']], 'VolumeRecoveryPointInfo' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeUsageInBytes' => ['shape' => 'long'], 'VolumeRecoveryPointTime' => ['shape' => 'string']]], 'VolumeRecoveryPointInfos' => ['type' => 'list', 'member' => ['shape' => 'VolumeRecoveryPointInfo']], 'VolumeStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'VolumeType' => ['type' => 'string', 'max' => 100, 'min' => 3], 'VolumeUsedInBytes' => ['type' => 'long'], 'VolumeiSCSIAttributes' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkInterfacePort' => ['shape' => 'integer'], 'LunNumber' => ['shape' => 'PositiveIntObject'], 'ChapEnabled' => ['shape' => 'boolean']]], 'boolean' => ['type' => 'boolean'], 'double' => ['type' => 'double'], 'errorDetails' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2013-06-30', 'endpointPrefix' => 'storagegateway', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'AWS Storage Gateway', 'serviceId' => 'Storage Gateway', 'signatureVersion' => 'v4', 'targetPrefix' => 'StorageGateway_20130630', 'uid' => 'storagegateway-2013-06-30'], 'operations' => ['ActivateGateway' => ['name' => 'ActivateGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ActivateGatewayInput'], 'output' => ['shape' => 'ActivateGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddCache' => ['name' => 'AddCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddCacheInput'], 'output' => ['shape' => 'AddCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddTagsToResource' => ['name' => 'AddTagsToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddTagsToResourceInput'], 'output' => ['shape' => 'AddTagsToResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddUploadBuffer' => ['name' => 'AddUploadBuffer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddUploadBufferInput'], 'output' => ['shape' => 'AddUploadBufferOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AddWorkingStorage' => ['name' => 'AddWorkingStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AddWorkingStorageInput'], 'output' => ['shape' => 'AddWorkingStorageOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AssignTapePool' => ['name' => 'AssignTapePool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssignTapePoolInput'], 'output' => ['shape' => 'AssignTapePoolOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'AttachVolume' => ['name' => 'AttachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AttachVolumeInput'], 'output' => ['shape' => 'AttachVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CancelArchival' => ['name' => 'CancelArchival', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelArchivalInput'], 'output' => ['shape' => 'CancelArchivalOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CancelRetrieval' => ['name' => 'CancelRetrieval', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CancelRetrievalInput'], 'output' => ['shape' => 'CancelRetrievalOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateCachediSCSIVolume' => ['name' => 'CreateCachediSCSIVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateCachediSCSIVolumeInput'], 'output' => ['shape' => 'CreateCachediSCSIVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateNFSFileShare' => ['name' => 'CreateNFSFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateNFSFileShareInput'], 'output' => ['shape' => 'CreateNFSFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateSMBFileShare' => ['name' => 'CreateSMBFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSMBFileShareInput'], 'output' => ['shape' => 'CreateSMBFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateSnapshot' => ['name' => 'CreateSnapshot', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotInput'], 'output' => ['shape' => 'CreateSnapshotOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableError']]], 'CreateSnapshotFromVolumeRecoveryPoint' => ['name' => 'CreateSnapshotFromVolumeRecoveryPoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSnapshotFromVolumeRecoveryPointInput'], 'output' => ['shape' => 'CreateSnapshotFromVolumeRecoveryPointOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError'], ['shape' => 'ServiceUnavailableError']]], 'CreateStorediSCSIVolume' => ['name' => 'CreateStorediSCSIVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateStorediSCSIVolumeInput'], 'output' => ['shape' => 'CreateStorediSCSIVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateTapePool' => ['name' => 'CreateTapePool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTapePoolInput'], 'output' => ['shape' => 'CreateTapePoolOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateTapeWithBarcode' => ['name' => 'CreateTapeWithBarcode', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTapeWithBarcodeInput'], 'output' => ['shape' => 'CreateTapeWithBarcodeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'CreateTapes' => ['name' => 'CreateTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTapesInput'], 'output' => ['shape' => 'CreateTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteAutomaticTapeCreationPolicy' => ['name' => 'DeleteAutomaticTapeCreationPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAutomaticTapeCreationPolicyInput'], 'output' => ['shape' => 'DeleteAutomaticTapeCreationPolicyOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteBandwidthRateLimit' => ['name' => 'DeleteBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteBandwidthRateLimitInput'], 'output' => ['shape' => 'DeleteBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteChapCredentials' => ['name' => 'DeleteChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteChapCredentialsInput'], 'output' => ['shape' => 'DeleteChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteFileShare' => ['name' => 'DeleteFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFileShareInput'], 'output' => ['shape' => 'DeleteFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteGateway' => ['name' => 'DeleteGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGatewayInput'], 'output' => ['shape' => 'DeleteGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteSnapshotSchedule' => ['name' => 'DeleteSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSnapshotScheduleInput'], 'output' => ['shape' => 'DeleteSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteTape' => ['name' => 'DeleteTape', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTapeInput'], 'output' => ['shape' => 'DeleteTapeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteTapeArchive' => ['name' => 'DeleteTapeArchive', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTapeArchiveInput'], 'output' => ['shape' => 'DeleteTapeArchiveOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteTapePool' => ['name' => 'DeleteTapePool', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTapePoolInput'], 'output' => ['shape' => 'DeleteTapePoolOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DeleteVolume' => ['name' => 'DeleteVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVolumeInput'], 'output' => ['shape' => 'DeleteVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeAvailabilityMonitorTest' => ['name' => 'DescribeAvailabilityMonitorTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAvailabilityMonitorTestInput'], 'output' => ['shape' => 'DescribeAvailabilityMonitorTestOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeBandwidthRateLimit' => ['name' => 'DescribeBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeBandwidthRateLimitInput'], 'output' => ['shape' => 'DescribeBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeCache' => ['name' => 'DescribeCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCacheInput'], 'output' => ['shape' => 'DescribeCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeCachediSCSIVolumes' => ['name' => 'DescribeCachediSCSIVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeCachediSCSIVolumesInput'], 'output' => ['shape' => 'DescribeCachediSCSIVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeChapCredentials' => ['name' => 'DescribeChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeChapCredentialsInput'], 'output' => ['shape' => 'DescribeChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeGatewayInformation' => ['name' => 'DescribeGatewayInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGatewayInformationInput'], 'output' => ['shape' => 'DescribeGatewayInformationOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeMaintenanceStartTime' => ['name' => 'DescribeMaintenanceStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeMaintenanceStartTimeInput'], 'output' => ['shape' => 'DescribeMaintenanceStartTimeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeNFSFileShares' => ['name' => 'DescribeNFSFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeNFSFileSharesInput'], 'output' => ['shape' => 'DescribeNFSFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSMBFileShares' => ['name' => 'DescribeSMBFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSMBFileSharesInput'], 'output' => ['shape' => 'DescribeSMBFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSMBSettings' => ['name' => 'DescribeSMBSettings', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSMBSettingsInput'], 'output' => ['shape' => 'DescribeSMBSettingsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeSnapshotSchedule' => ['name' => 'DescribeSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSnapshotScheduleInput'], 'output' => ['shape' => 'DescribeSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeStorediSCSIVolumes' => ['name' => 'DescribeStorediSCSIVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeStorediSCSIVolumesInput'], 'output' => ['shape' => 'DescribeStorediSCSIVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapeArchives' => ['name' => 'DescribeTapeArchives', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapeArchivesInput'], 'output' => ['shape' => 'DescribeTapeArchivesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapeRecoveryPoints' => ['name' => 'DescribeTapeRecoveryPoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapeRecoveryPointsInput'], 'output' => ['shape' => 'DescribeTapeRecoveryPointsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeTapes' => ['name' => 'DescribeTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTapesInput'], 'output' => ['shape' => 'DescribeTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeUploadBuffer' => ['name' => 'DescribeUploadBuffer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUploadBufferInput'], 'output' => ['shape' => 'DescribeUploadBufferOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeVTLDevices' => ['name' => 'DescribeVTLDevices', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeVTLDevicesInput'], 'output' => ['shape' => 'DescribeVTLDevicesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DescribeWorkingStorage' => ['name' => 'DescribeWorkingStorage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkingStorageInput'], 'output' => ['shape' => 'DescribeWorkingStorageOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DetachVolume' => ['name' => 'DetachVolume', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DetachVolumeInput'], 'output' => ['shape' => 'DetachVolumeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'DisableGateway' => ['name' => 'DisableGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisableGatewayInput'], 'output' => ['shape' => 'DisableGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'JoinDomain' => ['name' => 'JoinDomain', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'JoinDomainInput'], 'output' => ['shape' => 'JoinDomainOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListAutomaticTapeCreationPolicies' => ['name' => 'ListAutomaticTapeCreationPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAutomaticTapeCreationPoliciesInput'], 'output' => ['shape' => 'ListAutomaticTapeCreationPoliciesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListFileShares' => ['name' => 'ListFileShares', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListFileSharesInput'], 'output' => ['shape' => 'ListFileSharesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListGateways' => ['name' => 'ListGateways', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGatewaysInput'], 'output' => ['shape' => 'ListGatewaysOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListLocalDisks' => ['name' => 'ListLocalDisks', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLocalDisksInput'], 'output' => ['shape' => 'ListLocalDisksOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceInput'], 'output' => ['shape' => 'ListTagsForResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListTapePools' => ['name' => 'ListTapePools', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTapePoolsInput'], 'output' => ['shape' => 'ListTapePoolsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListTapes' => ['name' => 'ListTapes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTapesInput'], 'output' => ['shape' => 'ListTapesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumeInitiators' => ['name' => 'ListVolumeInitiators', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumeInitiatorsInput'], 'output' => ['shape' => 'ListVolumeInitiatorsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumeRecoveryPoints' => ['name' => 'ListVolumeRecoveryPoints', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumeRecoveryPointsInput'], 'output' => ['shape' => 'ListVolumeRecoveryPointsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ListVolumes' => ['name' => 'ListVolumes', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVolumesInput'], 'output' => ['shape' => 'ListVolumesOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'NotifyWhenUploaded' => ['name' => 'NotifyWhenUploaded', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'NotifyWhenUploadedInput'], 'output' => ['shape' => 'NotifyWhenUploadedOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RefreshCache' => ['name' => 'RefreshCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RefreshCacheInput'], 'output' => ['shape' => 'RefreshCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RemoveTagsFromResource' => ['name' => 'RemoveTagsFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RemoveTagsFromResourceInput'], 'output' => ['shape' => 'RemoveTagsFromResourceOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ResetCache' => ['name' => 'ResetCache', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetCacheInput'], 'output' => ['shape' => 'ResetCacheOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RetrieveTapeArchive' => ['name' => 'RetrieveTapeArchive', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveTapeArchiveInput'], 'output' => ['shape' => 'RetrieveTapeArchiveOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'RetrieveTapeRecoveryPoint' => ['name' => 'RetrieveTapeRecoveryPoint', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RetrieveTapeRecoveryPointInput'], 'output' => ['shape' => 'RetrieveTapeRecoveryPointOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'SetLocalConsolePassword' => ['name' => 'SetLocalConsolePassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetLocalConsolePasswordInput'], 'output' => ['shape' => 'SetLocalConsolePasswordOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'SetSMBGuestPassword' => ['name' => 'SetSMBGuestPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'SetSMBGuestPasswordInput'], 'output' => ['shape' => 'SetSMBGuestPasswordOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'ShutdownGateway' => ['name' => 'ShutdownGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ShutdownGatewayInput'], 'output' => ['shape' => 'ShutdownGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'StartAvailabilityMonitorTest' => ['name' => 'StartAvailabilityMonitorTest', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartAvailabilityMonitorTestInput'], 'output' => ['shape' => 'StartAvailabilityMonitorTestOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'StartGateway' => ['name' => 'StartGateway', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartGatewayInput'], 'output' => ['shape' => 'StartGatewayOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateAutomaticTapeCreationPolicy' => ['name' => 'UpdateAutomaticTapeCreationPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateAutomaticTapeCreationPolicyInput'], 'output' => ['shape' => 'UpdateAutomaticTapeCreationPolicyOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateBandwidthRateLimit' => ['name' => 'UpdateBandwidthRateLimit', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateBandwidthRateLimitInput'], 'output' => ['shape' => 'UpdateBandwidthRateLimitOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateChapCredentials' => ['name' => 'UpdateChapCredentials', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateChapCredentialsInput'], 'output' => ['shape' => 'UpdateChapCredentialsOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateGatewayInformation' => ['name' => 'UpdateGatewayInformation', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewayInformationInput'], 'output' => ['shape' => 'UpdateGatewayInformationOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateGatewaySoftwareNow' => ['name' => 'UpdateGatewaySoftwareNow', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGatewaySoftwareNowInput'], 'output' => ['shape' => 'UpdateGatewaySoftwareNowOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateMaintenanceStartTime' => ['name' => 'UpdateMaintenanceStartTime', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMaintenanceStartTimeInput'], 'output' => ['shape' => 'UpdateMaintenanceStartTimeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateNFSFileShare' => ['name' => 'UpdateNFSFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateNFSFileShareInput'], 'output' => ['shape' => 'UpdateNFSFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSMBFileShare' => ['name' => 'UpdateSMBFileShare', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSMBFileShareInput'], 'output' => ['shape' => 'UpdateSMBFileShareOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSMBSecurityStrategy' => ['name' => 'UpdateSMBSecurityStrategy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSMBSecurityStrategyInput'], 'output' => ['shape' => 'UpdateSMBSecurityStrategyOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateSnapshotSchedule' => ['name' => 'UpdateSnapshotSchedule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSnapshotScheduleInput'], 'output' => ['shape' => 'UpdateSnapshotScheduleOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]], 'UpdateVTLDeviceType' => ['name' => 'UpdateVTLDeviceType', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVTLDeviceTypeInput'], 'output' => ['shape' => 'UpdateVTLDeviceTypeOutput'], 'errors' => [['shape' => 'InvalidGatewayRequestException'], ['shape' => 'InternalServerError']]]], 'shapes' => ['ActivateGatewayInput' => ['type' => 'structure', 'required' => ['ActivationKey', 'GatewayName', 'GatewayTimezone', 'GatewayRegion'], 'members' => ['ActivationKey' => ['shape' => 'ActivationKey'], 'GatewayName' => ['shape' => 'GatewayName'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'GatewayRegion' => ['shape' => 'RegionId'], 'GatewayType' => ['shape' => 'GatewayType'], 'TapeDriveType' => ['shape' => 'TapeDriveType'], 'MediumChangerType' => ['shape' => 'MediumChangerType'], 'Tags' => ['shape' => 'Tags']]], 'ActivateGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ActivationKey' => ['type' => 'string', 'max' => 50, 'min' => 1], 'ActiveDirectoryStatus' => ['type' => 'string', 'enum' => ['ACCESS_DENIED', 'DETACHED', 'JOINED', 'JOINING', 'NETWORK_ERROR', 'TIMEOUT', 'UNKNOWN_ERROR']], 'AddCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AddTagsToResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Tags' => ['shape' => 'Tags']]], 'AddTagsToResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN']]], 'AddUploadBufferInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddUploadBufferOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AddWorkingStorageInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskIds'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds']]], 'AddWorkingStorageOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'AssignTapePoolInput' => ['type' => 'structure', 'required' => ['TapeARN', 'PoolId'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'PoolId' => ['shape' => 'PoolId'], 'BypassGovernanceRetention' => ['shape' => 'boolean']]], 'AssignTapePoolOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'AttachVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'VolumeARN', 'NetworkInterfaceId'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TargetName' => ['shape' => 'TargetName'], 'VolumeARN' => ['shape' => 'VolumeARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'DiskId' => ['shape' => 'DiskId']]], 'AttachVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'TargetARN' => ['shape' => 'TargetARN']]], 'AuditDestinationARN' => ['type' => 'string', 'max' => 1024], 'Authentication' => ['type' => 'string', 'max' => 15, 'min' => 5], 'AutomaticTapeCreationPolicyInfo' => ['type' => 'structure', 'members' => ['AutomaticTapeCreationRules' => ['shape' => 'AutomaticTapeCreationRules'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'AutomaticTapeCreationPolicyInfos' => ['type' => 'list', 'member' => ['shape' => 'AutomaticTapeCreationPolicyInfo']], 'AutomaticTapeCreationRule' => ['type' => 'structure', 'required' => ['TapeBarcodePrefix', 'PoolId', 'TapeSizeInBytes', 'MinimumNumTapes'], 'members' => ['TapeBarcodePrefix' => ['shape' => 'TapeBarcodePrefix'], 'PoolId' => ['shape' => 'PoolId'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'MinimumNumTapes' => ['shape' => 'MinimumNumTapes'], 'Worm' => ['shape' => 'boolean']]], 'AutomaticTapeCreationRules' => ['type' => 'list', 'member' => ['shape' => 'AutomaticTapeCreationRule'], 'max' => 10, 'min' => 1], 'AvailabilityMonitorTestStatus' => ['type' => 'string', 'enum' => ['COMPLETE', 'FAILED', 'PENDING']], 'BandwidthDownloadRateLimit' => ['type' => 'long', 'min' => 102400], 'BandwidthType' => ['type' => 'string', 'max' => 25, 'min' => 3], 'BandwidthUploadRateLimit' => ['type' => 'long', 'min' => 51200], 'Boolean' => ['type' => 'boolean'], 'CacheAttributes' => ['type' => 'structure', 'members' => ['CacheStaleTimeoutInSeconds' => ['shape' => 'CacheStaleTimeoutInSeconds']]], 'CacheStaleTimeoutInSeconds' => ['type' => 'integer'], 'CachediSCSIVolume' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeStatus' => ['shape' => 'VolumeStatus'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeProgress' => ['shape' => 'DoubleObject'], 'SourceSnapshotId' => ['shape' => 'SnapshotId'], 'VolumeiSCSIAttributes' => ['shape' => 'VolumeiSCSIAttributes'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'VolumeUsedInBytes' => ['shape' => 'VolumeUsedInBytes'], 'KMSKey' => ['shape' => 'KMSKey'], 'TargetName' => ['shape' => 'TargetName']]], 'CachediSCSIVolumes' => ['type' => 'list', 'member' => ['shape' => 'CachediSCSIVolume']], 'CancelArchivalInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN']]], 'CancelArchivalOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'CancelRetrievalInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN']]], 'CancelRetrievalOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'CaseSensitivity' => ['type' => 'string', 'enum' => ['ClientSpecified', 'CaseSensitive']], 'ChapCredentials' => ['type' => 'list', 'member' => ['shape' => 'ChapInfo']], 'ChapInfo' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'SecretToAuthenticateInitiator' => ['shape' => 'ChapSecret'], 'InitiatorName' => ['shape' => 'IqnName'], 'SecretToAuthenticateTarget' => ['shape' => 'ChapSecret']]], 'ChapSecret' => ['type' => 'string', 'max' => 100, 'min' => 1, 'sensitive' => \true], 'ClientToken' => ['type' => 'string', 'max' => 100, 'min' => 5], 'CloudWatchLogGroupARN' => ['type' => 'string', 'max' => 562], 'CreateCachediSCSIVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'VolumeSizeInBytes', 'TargetName', 'NetworkInterfaceId', 'ClientToken'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'TargetName' => ['shape' => 'TargetName'], 'SourceVolumeARN' => ['shape' => 'VolumeARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'ClientToken' => ['shape' => 'ClientToken'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Tags' => ['shape' => 'Tags']]], 'CreateCachediSCSIVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'TargetARN' => ['shape' => 'TargetARN']]], 'CreateNFSFileShareInput' => ['type' => 'structure', 'required' => ['ClientToken', 'GatewayARN', 'Role', 'LocationARN'], 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'Tags'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'CreateNFSFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'CreateSMBFileShareInput' => ['type' => 'structure', 'required' => ['ClientToken', 'GatewayARN', 'Role', 'LocationARN'], 'members' => ['ClientToken' => ['shape' => 'ClientToken'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList'], 'AuditDestinationARN' => ['shape' => 'AuditDestinationARN'], 'Authentication' => ['shape' => 'Authentication'], 'CaseSensitivity' => ['shape' => 'CaseSensitivity'], 'Tags' => ['shape' => 'Tags'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'CreateSMBFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'CreateSnapshotFromVolumeRecoveryPointInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'SnapshotDescription'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotDescription' => ['shape' => 'SnapshotDescription'], 'Tags' => ['shape' => 'Tags']]], 'CreateSnapshotFromVolumeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['SnapshotId' => ['shape' => 'SnapshotId'], 'VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeRecoveryPointTime' => ['shape' => 'string']]], 'CreateSnapshotInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'SnapshotDescription'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotDescription' => ['shape' => 'SnapshotDescription'], 'Tags' => ['shape' => 'Tags']]], 'CreateSnapshotOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'SnapshotId' => ['shape' => 'SnapshotId']]], 'CreateStorediSCSIVolumeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DiskId', 'PreserveExistingData', 'TargetName', 'NetworkInterfaceId'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskId' => ['shape' => 'DiskId'], 'SnapshotId' => ['shape' => 'SnapshotId'], 'PreserveExistingData' => ['shape' => 'boolean'], 'TargetName' => ['shape' => 'TargetName'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Tags' => ['shape' => 'Tags']]], 'CreateStorediSCSIVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'TargetARN' => ['shape' => 'TargetARN']]], 'CreateTapePoolInput' => ['type' => 'structure', 'required' => ['PoolName', 'StorageClass'], 'members' => ['PoolName' => ['shape' => 'PoolName'], 'StorageClass' => ['shape' => 'TapeStorageClass'], 'RetentionLockType' => ['shape' => 'RetentionLockType'], 'RetentionLockTimeInDays' => ['shape' => 'RetentionLockTimeInDays'], 'Tags' => ['shape' => 'Tags']]], 'CreateTapePoolOutput' => ['type' => 'structure', 'members' => ['PoolARN' => ['shape' => 'PoolARN']]], 'CreateTapeWithBarcodeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeSizeInBytes', 'TapeBarcode'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Worm' => ['shape' => 'boolean'], 'Tags' => ['shape' => 'Tags']]], 'CreateTapeWithBarcodeOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'CreateTapesInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeSizeInBytes', 'ClientToken', 'NumTapesToCreate', 'TapeBarcodePrefix'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'ClientToken' => ['shape' => 'ClientToken'], 'NumTapesToCreate' => ['shape' => 'NumTapesToCreate'], 'TapeBarcodePrefix' => ['shape' => 'TapeBarcodePrefix'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Worm' => ['shape' => 'boolean'], 'Tags' => ['shape' => 'Tags']]], 'CreateTapesOutput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs']]], 'CreatedDate' => ['type' => 'timestamp'], 'DayOfMonth' => ['type' => 'integer', 'max' => 28, 'min' => 1], 'DayOfWeek' => ['type' => 'integer', 'max' => 6, 'min' => 0], 'DeleteAutomaticTapeCreationPolicyInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteAutomaticTapeCreationPolicyOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'BandwidthType'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'BandwidthType' => ['shape' => 'BandwidthType']]], 'DeleteBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN', 'InitiatorName'], 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'DeleteChapCredentialsOutput' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'DeleteFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'ForceDelete' => ['shape' => 'boolean']]], 'DeleteFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'DeleteGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DeleteSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteTapeArchiveInput' => ['type' => 'structure', 'required' => ['TapeARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'BypassGovernanceRetention' => ['shape' => 'boolean']]], 'DeleteTapeArchiveOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'DeleteTapeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'TapeARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARN' => ['shape' => 'TapeARN'], 'BypassGovernanceRetention' => ['shape' => 'boolean']]], 'DeleteTapeOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'DeleteTapePoolInput' => ['type' => 'structure', 'required' => ['PoolARN'], 'members' => ['PoolARN' => ['shape' => 'PoolARN']]], 'DeleteTapePoolOutput' => ['type' => 'structure', 'members' => ['PoolARN' => ['shape' => 'PoolARN']]], 'DeleteVolumeInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeleteVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeprecationDate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'DescribeAvailabilityMonitorTestInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeAvailabilityMonitorTestOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Status' => ['shape' => 'AvailabilityMonitorTestStatus'], 'StartTime' => ['shape' => 'Time']]], 'DescribeBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'AverageUploadRateLimitInBitsPerSec' => ['shape' => 'BandwidthUploadRateLimit'], 'AverageDownloadRateLimitInBitsPerSec' => ['shape' => 'BandwidthDownloadRateLimit']]], 'DescribeCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'CacheAllocatedInBytes' => ['shape' => 'long'], 'CacheUsedPercentage' => ['shape' => 'double'], 'CacheDirtyPercentage' => ['shape' => 'double'], 'CacheHitPercentage' => ['shape' => 'double'], 'CacheMissPercentage' => ['shape' => 'double']]], 'DescribeCachediSCSIVolumesInput' => ['type' => 'structure', 'required' => ['VolumeARNs'], 'members' => ['VolumeARNs' => ['shape' => 'VolumeARNs']]], 'DescribeCachediSCSIVolumesOutput' => ['type' => 'structure', 'members' => ['CachediSCSIVolumes' => ['shape' => 'CachediSCSIVolumes']]], 'DescribeChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN'], 'members' => ['TargetARN' => ['shape' => 'TargetARN']]], 'DescribeChapCredentialsOutput' => ['type' => 'structure', 'members' => ['ChapCredentials' => ['shape' => 'ChapCredentials']]], 'DescribeGatewayInformationInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeGatewayInformationOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayId' => ['shape' => 'GatewayId'], 'GatewayName' => ['shape' => 'string'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'GatewayState' => ['shape' => 'GatewayState'], 'GatewayNetworkInterfaces' => ['shape' => 'GatewayNetworkInterfaces'], 'GatewayType' => ['shape' => 'GatewayType'], 'NextUpdateAvailabilityDate' => ['shape' => 'NextUpdateAvailabilityDate'], 'LastSoftwareUpdate' => ['shape' => 'LastSoftwareUpdate'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'Ec2InstanceRegion' => ['shape' => 'Ec2InstanceRegion'], 'Tags' => ['shape' => 'Tags'], 'VPCEndpoint' => ['shape' => 'string'], 'CloudWatchLogGroupARN' => ['shape' => 'CloudWatchLogGroupARN'], 'HostEnvironment' => ['shape' => 'HostEnvironment'], 'EndpointType' => ['shape' => 'EndpointType'], 'SoftwareUpdatesEndDate' => ['shape' => 'SoftwareUpdatesEndDate'], 'DeprecationDate' => ['shape' => 'DeprecationDate']]], 'DescribeMaintenanceStartTimeInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeMaintenanceStartTimeOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'HourOfDay' => ['shape' => 'HourOfDay'], 'MinuteOfHour' => ['shape' => 'MinuteOfHour'], 'DayOfWeek' => ['shape' => 'DayOfWeek'], 'DayOfMonth' => ['shape' => 'DayOfMonth'], 'Timezone' => ['shape' => 'GatewayTimezone']]], 'DescribeNFSFileSharesInput' => ['type' => 'structure', 'required' => ['FileShareARNList'], 'members' => ['FileShareARNList' => ['shape' => 'FileShareARNList']]], 'DescribeNFSFileSharesOutput' => ['type' => 'structure', 'members' => ['NFSFileShareInfoList' => ['shape' => 'NFSFileShareInfoList']]], 'DescribeSMBFileSharesInput' => ['type' => 'structure', 'required' => ['FileShareARNList'], 'members' => ['FileShareARNList' => ['shape' => 'FileShareARNList']]], 'DescribeSMBFileSharesOutput' => ['type' => 'structure', 'members' => ['SMBFileShareInfoList' => ['shape' => 'SMBFileShareInfoList']]], 'DescribeSMBSettingsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeSMBSettingsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DomainName' => ['shape' => 'DomainName'], 'ActiveDirectoryStatus' => ['shape' => 'ActiveDirectoryStatus'], 'SMBGuestPasswordSet' => ['shape' => 'Boolean'], 'SMBSecurityStrategy' => ['shape' => 'SMBSecurityStrategy']]], 'DescribeSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DescribeSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'StartAt' => ['shape' => 'HourOfDay'], 'RecurrenceInHours' => ['shape' => 'RecurrenceInHours'], 'Description' => ['shape' => 'Description'], 'Timezone' => ['shape' => 'GatewayTimezone'], 'Tags' => ['shape' => 'Tags']]], 'DescribeStorediSCSIVolumesInput' => ['type' => 'structure', 'required' => ['VolumeARNs'], 'members' => ['VolumeARNs' => ['shape' => 'VolumeARNs']]], 'DescribeStorediSCSIVolumesOutput' => ['type' => 'structure', 'members' => ['StorediSCSIVolumes' => ['shape' => 'StorediSCSIVolumes']]], 'DescribeTapeArchivesInput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapeArchivesOutput' => ['type' => 'structure', 'members' => ['TapeArchives' => ['shape' => 'TapeArchives'], 'Marker' => ['shape' => 'Marker']]], 'DescribeTapeRecoveryPointsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapeRecoveryPointsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeRecoveryPointInfos' => ['shape' => 'TapeRecoveryPointInfos'], 'Marker' => ['shape' => 'Marker']]], 'DescribeTapesInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeTapesOutput' => ['type' => 'structure', 'members' => ['Tapes' => ['shape' => 'Tapes'], 'Marker' => ['shape' => 'Marker']]], 'DescribeUploadBufferInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeUploadBufferOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'UploadBufferUsedInBytes' => ['shape' => 'long'], 'UploadBufferAllocatedInBytes' => ['shape' => 'long']]], 'DescribeVTLDevicesInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VTLDeviceARNs' => ['shape' => 'VTLDeviceARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'DescribeVTLDevicesOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VTLDevices' => ['shape' => 'VTLDevices'], 'Marker' => ['shape' => 'Marker']]], 'DescribeWorkingStorageInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DescribeWorkingStorageOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DiskIds' => ['shape' => 'DiskIds'], 'WorkingStorageUsedInBytes' => ['shape' => 'long'], 'WorkingStorageAllocatedInBytes' => ['shape' => 'long']]], 'Description' => ['type' => 'string', 'max' => 255, 'min' => 1], 'DetachVolumeInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'ForceDetach' => ['shape' => 'Boolean']]], 'DetachVolumeOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'DeviceType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'DeviceiSCSIAttributes' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkInterfacePort' => ['shape' => 'integer'], 'ChapEnabled' => ['shape' => 'boolean']]], 'DisableGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'DisableGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'Disk' => ['type' => 'structure', 'members' => ['DiskId' => ['shape' => 'DiskId'], 'DiskPath' => ['shape' => 'string'], 'DiskNode' => ['shape' => 'string'], 'DiskStatus' => ['shape' => 'string'], 'DiskSizeInBytes' => ['shape' => 'long'], 'DiskAllocationType' => ['shape' => 'DiskAllocationType'], 'DiskAllocationResource' => ['shape' => 'string'], 'DiskAttributeList' => ['shape' => 'DiskAttributeList']]], 'DiskAllocationType' => ['type' => 'string', 'max' => 100, 'min' => 3], 'DiskAttribute' => ['type' => 'string', 'max' => 64, 'min' => 1], 'DiskAttributeList' => ['type' => 'list', 'member' => ['shape' => 'DiskAttribute'], 'max' => 10, 'min' => 0], 'DiskId' => ['type' => 'string', 'max' => 300, 'min' => 1], 'DiskIds' => ['type' => 'list', 'member' => ['shape' => 'DiskId']], 'Disks' => ['type' => 'list', 'member' => ['shape' => 'Disk']], 'DomainName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$'], 'DomainUserName' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^\\w[\\w\\.\\- ]*$'], 'DomainUserPassword' => ['type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'DoubleObject' => ['type' => 'double'], 'Ec2InstanceId' => ['type' => 'string'], 'Ec2InstanceRegion' => ['type' => 'string'], 'EndpointType' => ['type' => 'string', 'max' => 8, 'min' => 4], 'ErrorCode' => ['type' => 'string', 'enum' => ['ActivationKeyExpired', 'ActivationKeyInvalid', 'ActivationKeyNotFound', 'GatewayInternalError', 'GatewayNotConnected', 'GatewayNotFound', 'GatewayProxyNetworkConnectionBusy', 'AuthenticationFailure', 'BandwidthThrottleScheduleNotFound', 'Blocked', 'CannotExportSnapshot', 'ChapCredentialNotFound', 'DiskAlreadyAllocated', 'DiskDoesNotExist', 'DiskSizeGreaterThanVolumeMaxSize', 'DiskSizeLessThanVolumeSize', 'DiskSizeNotGigAligned', 'DuplicateCertificateInfo', 'DuplicateSchedule', 'EndpointNotFound', 'IAMNotSupported', 'InitiatorInvalid', 'InitiatorNotFound', 'InternalError', 'InvalidGateway', 'InvalidEndpoint', 'InvalidParameters', 'InvalidSchedule', 'LocalStorageLimitExceeded', 'LunAlreadyAllocated ', 'LunInvalid', 'JoinDomainInProgress', 'MaximumContentLengthExceeded', 'MaximumTapeCartridgeCountExceeded', 'MaximumVolumeCountExceeded', 'NetworkConfigurationChanged', 'NoDisksAvailable', 'NotImplemented', 'NotSupported', 'OperationAborted', 'OutdatedGateway', 'ParametersNotImplemented', 'RegionInvalid', 'RequestTimeout', 'ServiceUnavailable', 'SnapshotDeleted', 'SnapshotIdInvalid', 'SnapshotInProgress', 'SnapshotNotFound', 'SnapshotScheduleNotFound', 'StagingAreaFull', 'StorageFailure', 'TapeCartridgeNotFound', 'TargetAlreadyExists', 'TargetInvalid', 'TargetNotFound', 'UnauthorizedOperation', 'VolumeAlreadyExists', 'VolumeIdInvalid', 'VolumeInUse', 'VolumeNotFound', 'VolumeNotReady']], 'FileShareARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'FileShareARNList' => ['type' => 'list', 'member' => ['shape' => 'FileShareARN'], 'max' => 10, 'min' => 1], 'FileShareClientList' => ['type' => 'list', 'member' => ['shape' => 'IPV4AddressCIDR'], 'max' => 100, 'min' => 1], 'FileShareId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'FileShareInfo' => ['type' => 'structure', 'members' => ['FileShareType' => ['shape' => 'FileShareType'], 'FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'FileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'FileShareInfo']], 'FileShareName' => ['type' => 'string', 'max' => 255, 'min' => 1], 'FileShareStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'FileShareType' => ['type' => 'string', 'enum' => ['NFS', 'SMB']], 'FileShareUser' => ['type' => 'string', 'max' => 64, 'min' => 1], 'FileShareUserList' => ['type' => 'list', 'member' => ['shape' => 'FileShareUser'], 'max' => 100, 'min' => 0], 'Folder' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'FolderList' => ['type' => 'list', 'member' => ['shape' => 'Folder'], 'max' => 50, 'min' => 1], 'GatewayARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'GatewayId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'GatewayInfo' => ['type' => 'structure', 'members' => ['GatewayId' => ['shape' => 'GatewayId'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayType' => ['shape' => 'GatewayType'], 'GatewayOperationalState' => ['shape' => 'GatewayOperationalState'], 'GatewayName' => ['shape' => 'string'], 'Ec2InstanceId' => ['shape' => 'Ec2InstanceId'], 'Ec2InstanceRegion' => ['shape' => 'Ec2InstanceRegion']]], 'GatewayName' => ['type' => 'string', 'max' => 255, 'min' => 2, 'pattern' => '^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$'], 'GatewayNetworkInterfaces' => ['type' => 'list', 'member' => ['shape' => 'NetworkInterface']], 'GatewayOperationalState' => ['type' => 'string', 'max' => 25, 'min' => 2], 'GatewayState' => ['type' => 'string', 'max' => 25, 'min' => 2], 'GatewayTimezone' => ['type' => 'string', 'max' => 10, 'min' => 3], 'GatewayType' => ['type' => 'string', 'max' => 20, 'min' => 2], 'Gateways' => ['type' => 'list', 'member' => ['shape' => 'GatewayInfo']], 'Host' => ['type' => 'string', 'max' => 1024, 'min' => 6, 'pattern' => '^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$'], 'HostEnvironment' => ['type' => 'string', 'enum' => ['VMWARE', 'HYPER-V', 'EC2', 'KVM', 'OTHER']], 'Hosts' => ['type' => 'list', 'member' => ['shape' => 'Host']], 'HourOfDay' => ['type' => 'integer', 'max' => 23, 'min' => 0], 'IPV4AddressCIDR' => ['type' => 'string', 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))?$'], 'Initiator' => ['type' => 'string', 'max' => 50, 'min' => 1], 'Initiators' => ['type' => 'list', 'member' => ['shape' => 'Initiator']], 'InternalServerError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'InvalidGatewayRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'IqnName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[0-9a-z:.-]+'], 'JoinDomainInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'DomainName', 'UserName', 'Password'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'DomainName' => ['shape' => 'DomainName'], 'OrganizationalUnit' => ['shape' => 'OrganizationalUnit'], 'DomainControllers' => ['shape' => 'Hosts'], 'TimeoutInSeconds' => ['shape' => 'TimeoutInSeconds'], 'UserName' => ['shape' => 'DomainUserName'], 'Password' => ['shape' => 'DomainUserPassword']]], 'JoinDomainOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'ActiveDirectoryStatus' => ['shape' => 'ActiveDirectoryStatus']]], 'KMSKey' => ['type' => 'string', 'max' => 2048, 'min' => 7, 'pattern' => '(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)'], 'LastSoftwareUpdate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'ListAutomaticTapeCreationPoliciesInput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ListAutomaticTapeCreationPoliciesOutput' => ['type' => 'structure', 'members' => ['AutomaticTapeCreationPolicyInfos' => ['shape' => 'AutomaticTapeCreationPolicyInfos']]], 'ListFileSharesInput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Limit' => ['shape' => 'PositiveIntObject'], 'Marker' => ['shape' => 'Marker']]], 'ListFileSharesOutput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'NextMarker' => ['shape' => 'Marker'], 'FileShareInfoList' => ['shape' => 'FileShareInfoList']]], 'ListGatewaysInput' => ['type' => 'structure', 'members' => ['Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListGatewaysOutput' => ['type' => 'structure', 'members' => ['Gateways' => ['shape' => 'Gateways'], 'Marker' => ['shape' => 'Marker']]], 'ListLocalDisksInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ListLocalDisksOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Disks' => ['shape' => 'Disks']]], 'ListTagsForResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListTagsForResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'Marker' => ['shape' => 'Marker'], 'Tags' => ['shape' => 'Tags']]], 'ListTapePoolsInput' => ['type' => 'structure', 'members' => ['PoolARNs' => ['shape' => 'PoolARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListTapePoolsOutput' => ['type' => 'structure', 'members' => ['PoolInfos' => ['shape' => 'PoolInfos'], 'Marker' => ['shape' => 'Marker']]], 'ListTapesInput' => ['type' => 'structure', 'members' => ['TapeARNs' => ['shape' => 'TapeARNs'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListTapesOutput' => ['type' => 'structure', 'members' => ['TapeInfos' => ['shape' => 'TapeInfos'], 'Marker' => ['shape' => 'Marker']]], 'ListVolumeInitiatorsInput' => ['type' => 'structure', 'required' => ['VolumeARN'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'ListVolumeInitiatorsOutput' => ['type' => 'structure', 'members' => ['Initiators' => ['shape' => 'Initiators']]], 'ListVolumeRecoveryPointsInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ListVolumeRecoveryPointsOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'VolumeRecoveryPointInfos' => ['shape' => 'VolumeRecoveryPointInfos']]], 'ListVolumesInput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'Limit' => ['shape' => 'PositiveIntObject']]], 'ListVolumesOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Marker' => ['shape' => 'Marker'], 'VolumeInfos' => ['shape' => 'VolumeInfos']]], 'LocalConsolePassword' => ['type' => 'string', 'max' => 512, 'min' => 6, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'LocationARN' => ['type' => 'string', 'max' => 1400, 'min' => 16], 'Marker' => ['type' => 'string', 'max' => 1000, 'min' => 1], 'MediumChangerType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'MinimumNumTapes' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'MinuteOfHour' => ['type' => 'integer', 'max' => 59, 'min' => 0], 'NFSFileShareDefaults' => ['type' => 'structure', 'members' => ['FileMode' => ['shape' => 'PermissionMode'], 'DirectoryMode' => ['shape' => 'PermissionMode'], 'GroupId' => ['shape' => 'PermissionId'], 'OwnerId' => ['shape' => 'PermissionId']]], 'NFSFileShareInfo' => ['type' => 'structure', 'members' => ['NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Path' => ['shape' => 'Path'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'Tags'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'NFSFileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'NFSFileShareInfo']], 'NetworkInterface' => ['type' => 'structure', 'members' => ['Ipv4Address' => ['shape' => 'string'], 'MacAddress' => ['shape' => 'string'], 'Ipv6Address' => ['shape' => 'string']]], 'NetworkInterfaceId' => ['type' => 'string', 'pattern' => '\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z'], 'NextUpdateAvailabilityDate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'NotificationId' => ['type' => 'string', 'max' => 2048, 'min' => 1], 'NotifyWhenUploadedInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'NotifyWhenUploadedOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'NotificationId' => ['shape' => 'NotificationId']]], 'NumTapesToCreate' => ['type' => 'integer', 'max' => 10, 'min' => 1], 'ObjectACL' => ['type' => 'string', 'enum' => ['private', 'public-read', 'public-read-write', 'authenticated-read', 'bucket-owner-read', 'bucket-owner-full-control', 'aws-exec-read']], 'OrganizationalUnit' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'Path' => ['type' => 'string'], 'PermissionId' => ['type' => 'long', 'max' => 4294967294, 'min' => 0], 'PermissionMode' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '^[0-7]{4}$'], 'PoolARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'PoolARNs' => ['type' => 'list', 'member' => ['shape' => 'PoolARN']], 'PoolId' => ['type' => 'string', 'max' => 100, 'min' => 1], 'PoolInfo' => ['type' => 'structure', 'members' => ['PoolARN' => ['shape' => 'PoolARN'], 'PoolName' => ['shape' => 'PoolName'], 'StorageClass' => ['shape' => 'TapeStorageClass'], 'RetentionLockType' => ['shape' => 'RetentionLockType'], 'RetentionLockTimeInDays' => ['shape' => 'RetentionLockTimeInDays'], 'PoolStatus' => ['shape' => 'PoolStatus']]], 'PoolInfos' => ['type' => 'list', 'member' => ['shape' => 'PoolInfo']], 'PoolName' => ['type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$'], 'PoolStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'DELETED']], 'PositiveIntObject' => ['type' => 'integer', 'min' => 1], 'RecurrenceInHours' => ['type' => 'integer', 'max' => 24, 'min' => 1], 'RefreshCacheInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'FolderList' => ['shape' => 'FolderList'], 'Recursive' => ['shape' => 'Boolean']]], 'RefreshCacheOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'NotificationId' => ['shape' => 'NotificationId']]], 'RegionId' => ['type' => 'string', 'max' => 25, 'min' => 1], 'RemoveTagsFromResourceInput' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceARN'], 'TagKeys' => ['shape' => 'TagKeys']]], 'RemoveTagsFromResourceOutput' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceARN']]], 'ResetCacheInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ResetCacheOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ResourceARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'RetentionLockTimeInDays' => ['type' => 'integer', 'max' => 36500, 'min' => 0], 'RetentionLockType' => ['type' => 'string', 'enum' => ['COMPLIANCE', 'GOVERNANCE', 'NONE']], 'RetrieveTapeArchiveInput' => ['type' => 'structure', 'required' => ['TapeARN', 'GatewayARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'RetrieveTapeArchiveOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'RetrieveTapeRecoveryPointInput' => ['type' => 'structure', 'required' => ['TapeARN', 'GatewayARN'], 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'RetrieveTapeRecoveryPointOutput' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN']]], 'Role' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$'], 'SMBFileShareInfo' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'FileShareId' => ['shape' => 'FileShareId'], 'FileShareStatus' => ['shape' => 'FileShareStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'KMSEncrypted' => ['shape' => 'boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'Path' => ['shape' => 'Path'], 'Role' => ['shape' => 'Role'], 'LocationARN' => ['shape' => 'LocationARN'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList'], 'AuditDestinationARN' => ['shape' => 'AuditDestinationARN'], 'Authentication' => ['shape' => 'Authentication'], 'CaseSensitivity' => ['shape' => 'CaseSensitivity'], 'Tags' => ['shape' => 'Tags'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'SMBFileShareInfoList' => ['type' => 'list', 'member' => ['shape' => 'SMBFileShareInfo']], 'SMBGuestPassword' => ['type' => 'string', 'max' => 512, 'min' => 6, 'pattern' => '^[ -~]+$', 'sensitive' => \true], 'SMBSecurityStrategy' => ['type' => 'string', 'enum' => ['ClientSpecified', 'MandatorySigning', 'MandatoryEncryption']], 'ServiceUnavailableError' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'string'], 'error' => ['shape' => 'StorageGatewayError']], 'exception' => \true], 'SetLocalConsolePasswordInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'LocalConsolePassword'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'LocalConsolePassword' => ['shape' => 'LocalConsolePassword']]], 'SetLocalConsolePasswordOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'SetSMBGuestPasswordInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'Password'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'Password' => ['shape' => 'SMBGuestPassword']]], 'SetSMBGuestPasswordOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ShutdownGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'ShutdownGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'SnapshotDescription' => ['type' => 'string', 'max' => 255, 'min' => 1], 'SnapshotId' => ['type' => 'string', 'pattern' => '\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z'], 'SoftwareUpdatesEndDate' => ['type' => 'string', 'max' => 25, 'min' => 1], 'Squash' => ['type' => 'string', 'max' => 15, 'min' => 5], 'StartAvailabilityMonitorTestInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartAvailabilityMonitorTestOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartGatewayInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StartGatewayOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'StorageClass' => ['type' => 'string', 'max' => 50, 'min' => 5], 'StorageGatewayError' => ['type' => 'structure', 'members' => ['errorCode' => ['shape' => 'ErrorCode'], 'errorDetails' => ['shape' => 'errorDetails']]], 'StorediSCSIVolume' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeStatus' => ['shape' => 'VolumeStatus'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeProgress' => ['shape' => 'DoubleObject'], 'VolumeDiskId' => ['shape' => 'DiskId'], 'SourceSnapshotId' => ['shape' => 'SnapshotId'], 'PreservedExistingData' => ['shape' => 'boolean'], 'VolumeiSCSIAttributes' => ['shape' => 'VolumeiSCSIAttributes'], 'CreatedDate' => ['shape' => 'CreatedDate'], 'VolumeUsedInBytes' => ['shape' => 'VolumeUsedInBytes'], 'KMSKey' => ['shape' => 'KMSKey'], 'TargetName' => ['shape' => 'TargetName']]], 'StorediSCSIVolumes' => ['type' => 'list', 'member' => ['shape' => 'StorediSCSIVolume']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey']], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'Tape' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeCreatedDate' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeStatus'], 'VTLDevice' => ['shape' => 'VTLDeviceARN'], 'Progress' => ['shape' => 'DoubleObject'], 'TapeUsedInBytes' => ['shape' => 'TapeUsage'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Worm' => ['shape' => 'boolean'], 'RetentionStartDate' => ['shape' => 'Time'], 'PoolEntryDate' => ['shape' => 'Time']]], 'TapeARN' => ['type' => 'string', 'max' => 500, 'min' => 50, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$'], 'TapeARNs' => ['type' => 'list', 'member' => ['shape' => 'TapeARN']], 'TapeArchive' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeCreatedDate' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'CompletionTime' => ['shape' => 'Time'], 'RetrievedTo' => ['shape' => 'GatewayARN'], 'TapeStatus' => ['shape' => 'TapeArchiveStatus'], 'TapeUsedInBytes' => ['shape' => 'TapeUsage'], 'KMSKey' => ['shape' => 'KMSKey'], 'PoolId' => ['shape' => 'PoolId'], 'Worm' => ['shape' => 'boolean'], 'RetentionStartDate' => ['shape' => 'Time'], 'PoolEntryDate' => ['shape' => 'Time']]], 'TapeArchiveStatus' => ['type' => 'string'], 'TapeArchives' => ['type' => 'list', 'member' => ['shape' => 'TapeArchive']], 'TapeBarcode' => ['type' => 'string', 'max' => 16, 'min' => 7, 'pattern' => '^[A-Z0-9]*$'], 'TapeBarcodePrefix' => ['type' => 'string', 'max' => 4, 'min' => 1, 'pattern' => '^[A-Z]*$'], 'TapeDriveType' => ['type' => 'string', 'max' => 50, 'min' => 2], 'TapeInfo' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeBarcode' => ['shape' => 'TapeBarcode'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeStatus'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'PoolId' => ['shape' => 'PoolId'], 'RetentionStartDate' => ['shape' => 'Time'], 'PoolEntryDate' => ['shape' => 'Time']]], 'TapeInfos' => ['type' => 'list', 'member' => ['shape' => 'TapeInfo']], 'TapeRecoveryPointInfo' => ['type' => 'structure', 'members' => ['TapeARN' => ['shape' => 'TapeARN'], 'TapeRecoveryPointTime' => ['shape' => 'Time'], 'TapeSizeInBytes' => ['shape' => 'TapeSize'], 'TapeStatus' => ['shape' => 'TapeRecoveryPointStatus']]], 'TapeRecoveryPointInfos' => ['type' => 'list', 'member' => ['shape' => 'TapeRecoveryPointInfo']], 'TapeRecoveryPointStatus' => ['type' => 'string'], 'TapeSize' => ['type' => 'long'], 'TapeStatus' => ['type' => 'string'], 'TapeStorageClass' => ['type' => 'string', 'enum' => ['DEEP_ARCHIVE', 'GLACIER']], 'TapeUsage' => ['type' => 'long'], 'Tapes' => ['type' => 'list', 'member' => ['shape' => 'Tape']], 'TargetARN' => ['type' => 'string', 'max' => 800, 'min' => 50], 'TargetName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[-\\.;a-z0-9]+$'], 'Time' => ['type' => 'timestamp'], 'TimeoutInSeconds' => ['type' => 'integer', 'max' => 3600, 'min' => 0], 'UpdateAutomaticTapeCreationPolicyInput' => ['type' => 'structure', 'required' => ['AutomaticTapeCreationRules', 'GatewayARN'], 'members' => ['AutomaticTapeCreationRules' => ['shape' => 'AutomaticTapeCreationRules'], 'GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateAutomaticTapeCreationPolicyOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateBandwidthRateLimitInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'AverageUploadRateLimitInBitsPerSec' => ['shape' => 'BandwidthUploadRateLimit'], 'AverageDownloadRateLimitInBitsPerSec' => ['shape' => 'BandwidthDownloadRateLimit']]], 'UpdateBandwidthRateLimitOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateChapCredentialsInput' => ['type' => 'structure', 'required' => ['TargetARN', 'SecretToAuthenticateInitiator', 'InitiatorName'], 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'SecretToAuthenticateInitiator' => ['shape' => 'ChapSecret'], 'InitiatorName' => ['shape' => 'IqnName'], 'SecretToAuthenticateTarget' => ['shape' => 'ChapSecret']]], 'UpdateChapCredentialsOutput' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'InitiatorName' => ['shape' => 'IqnName']]], 'UpdateGatewayInformationInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayName' => ['shape' => 'GatewayName'], 'GatewayTimezone' => ['shape' => 'GatewayTimezone'], 'CloudWatchLogGroupARN' => ['shape' => 'CloudWatchLogGroupARN']]], 'UpdateGatewayInformationOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayName' => ['shape' => 'string']]], 'UpdateGatewaySoftwareNowInput' => ['type' => 'structure', 'required' => ['GatewayARN'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateGatewaySoftwareNowOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateMaintenanceStartTimeInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'HourOfDay', 'MinuteOfHour'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'HourOfDay' => ['shape' => 'HourOfDay'], 'MinuteOfHour' => ['shape' => 'MinuteOfHour'], 'DayOfWeek' => ['shape' => 'DayOfWeek'], 'DayOfMonth' => ['shape' => 'DayOfMonth']]], 'UpdateMaintenanceStartTimeOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateNFSFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'NFSFileShareDefaults' => ['shape' => 'NFSFileShareDefaults'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ClientList' => ['shape' => 'FileShareClientList'], 'Squash' => ['shape' => 'Squash'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'UpdateNFSFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'UpdateSMBFileShareInput' => ['type' => 'structure', 'required' => ['FileShareARN'], 'members' => ['FileShareARN' => ['shape' => 'FileShareARN'], 'KMSEncrypted' => ['shape' => 'Boolean'], 'KMSKey' => ['shape' => 'KMSKey'], 'DefaultStorageClass' => ['shape' => 'StorageClass'], 'ObjectACL' => ['shape' => 'ObjectACL'], 'ReadOnly' => ['shape' => 'Boolean'], 'GuessMIMETypeEnabled' => ['shape' => 'Boolean'], 'RequesterPays' => ['shape' => 'Boolean'], 'SMBACLEnabled' => ['shape' => 'Boolean'], 'AdminUserList' => ['shape' => 'FileShareUserList'], 'ValidUserList' => ['shape' => 'FileShareUserList'], 'InvalidUserList' => ['shape' => 'FileShareUserList'], 'AuditDestinationARN' => ['shape' => 'AuditDestinationARN'], 'CaseSensitivity' => ['shape' => 'CaseSensitivity'], 'FileShareName' => ['shape' => 'FileShareName'], 'CacheAttributes' => ['shape' => 'CacheAttributes']]], 'UpdateSMBFileShareOutput' => ['type' => 'structure', 'members' => ['FileShareARN' => ['shape' => 'FileShareARN']]], 'UpdateSMBSecurityStrategyInput' => ['type' => 'structure', 'required' => ['GatewayARN', 'SMBSecurityStrategy'], 'members' => ['GatewayARN' => ['shape' => 'GatewayARN'], 'SMBSecurityStrategy' => ['shape' => 'SMBSecurityStrategy']]], 'UpdateSMBSecurityStrategyOutput' => ['type' => 'structure', 'members' => ['GatewayARN' => ['shape' => 'GatewayARN']]], 'UpdateSnapshotScheduleInput' => ['type' => 'structure', 'required' => ['VolumeARN', 'StartAt', 'RecurrenceInHours'], 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'StartAt' => ['shape' => 'HourOfDay'], 'RecurrenceInHours' => ['shape' => 'RecurrenceInHours'], 'Description' => ['shape' => 'Description'], 'Tags' => ['shape' => 'Tags']]], 'UpdateSnapshotScheduleOutput' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN']]], 'UpdateVTLDeviceTypeInput' => ['type' => 'structure', 'required' => ['VTLDeviceARN', 'DeviceType'], 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN'], 'DeviceType' => ['shape' => 'DeviceType']]], 'UpdateVTLDeviceTypeOutput' => ['type' => 'structure', 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN']]], 'VTLDevice' => ['type' => 'structure', 'members' => ['VTLDeviceARN' => ['shape' => 'VTLDeviceARN'], 'VTLDeviceType' => ['shape' => 'VTLDeviceType'], 'VTLDeviceVendor' => ['shape' => 'VTLDeviceVendor'], 'VTLDeviceProductIdentifier' => ['shape' => 'VTLDeviceProductIdentifier'], 'DeviceiSCSIAttributes' => ['shape' => 'DeviceiSCSIAttributes']]], 'VTLDeviceARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'VTLDeviceARNs' => ['type' => 'list', 'member' => ['shape' => 'VTLDeviceARN']], 'VTLDeviceProductIdentifier' => ['type' => 'string'], 'VTLDeviceType' => ['type' => 'string'], 'VTLDeviceVendor' => ['type' => 'string'], 'VTLDevices' => ['type' => 'list', 'member' => ['shape' => 'VTLDevice']], 'VolumeARN' => ['type' => 'string', 'max' => 500, 'min' => 50], 'VolumeARNs' => ['type' => 'list', 'member' => ['shape' => 'VolumeARN']], 'VolumeAttachmentStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'VolumeId' => ['type' => 'string', 'max' => 30, 'min' => 12], 'VolumeInfo' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeId' => ['shape' => 'VolumeId'], 'GatewayARN' => ['shape' => 'GatewayARN'], 'GatewayId' => ['shape' => 'GatewayId'], 'VolumeType' => ['shape' => 'VolumeType'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeAttachmentStatus' => ['shape' => 'VolumeAttachmentStatus']]], 'VolumeInfos' => ['type' => 'list', 'member' => ['shape' => 'VolumeInfo']], 'VolumeRecoveryPointInfo' => ['type' => 'structure', 'members' => ['VolumeARN' => ['shape' => 'VolumeARN'], 'VolumeSizeInBytes' => ['shape' => 'long'], 'VolumeUsageInBytes' => ['shape' => 'long'], 'VolumeRecoveryPointTime' => ['shape' => 'string']]], 'VolumeRecoveryPointInfos' => ['type' => 'list', 'member' => ['shape' => 'VolumeRecoveryPointInfo']], 'VolumeStatus' => ['type' => 'string', 'max' => 50, 'min' => 3], 'VolumeType' => ['type' => 'string', 'max' => 100, 'min' => 3], 'VolumeUsedInBytes' => ['type' => 'long'], 'VolumeiSCSIAttributes' => ['type' => 'structure', 'members' => ['TargetARN' => ['shape' => 'TargetARN'], 'NetworkInterfaceId' => ['shape' => 'NetworkInterfaceId'], 'NetworkInterfacePort' => ['shape' => 'integer'], 'LunNumber' => ['shape' => 'PositiveIntObject'], 'ChapEnabled' => ['shape' => 'boolean']]], 'boolean' => ['type' => 'boolean'], 'double' => ['type' => 'double'], 'errorDetails' => ['type' => 'map', 'key' => ['shape' => 'string'], 'value' => ['shape' => 'string']], 'integer' => ['type' => 'integer'], 'long' => ['type' => 'long'], 'string' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/sts/2011-06-15/api-2.json.php b/vendor/Aws3/Aws/data/sts/2011-06-15/api-2.json.php index 75b57583..ef4f1bad 100644 --- a/vendor/Aws3/Aws/data/sts/2011-06-15/api-2.json.php +++ b/vendor/Aws3/Aws/data/sts/2011-06-15/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2011-06-15', 'endpointPrefix' => 'sts', 'globalEndpoint' => 'sts.amazonaws.com', 'protocol' => 'query', 'serviceAbbreviation' => 'AWS STS', 'serviceFullName' => 'AWS Security Token Service', 'serviceId' => 'STS', 'signatureVersion' => 'v4', 'uid' => 'sts-2011-06-15', 'xmlNamespace' => 'https://sts.amazonaws.com/doc/2011-06-15/'], 'operations' => ['AssumeRole' => ['name' => 'AssumeRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleRequest'], 'output' => ['shape' => 'AssumeRoleResponse', 'resultWrapper' => 'AssumeRoleResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'RegionDisabledException']]], 'AssumeRoleWithSAML' => ['name' => 'AssumeRoleWithSAML', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleWithSAMLRequest'], 'output' => ['shape' => 'AssumeRoleWithSAMLResponse', 'resultWrapper' => 'AssumeRoleWithSAMLResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'IDPRejectedClaimException'], ['shape' => 'InvalidIdentityTokenException'], ['shape' => 'ExpiredTokenException'], ['shape' => 'RegionDisabledException']]], 'AssumeRoleWithWebIdentity' => ['name' => 'AssumeRoleWithWebIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleWithWebIdentityRequest'], 'output' => ['shape' => 'AssumeRoleWithWebIdentityResponse', 'resultWrapper' => 'AssumeRoleWithWebIdentityResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'IDPRejectedClaimException'], ['shape' => 'IDPCommunicationErrorException'], ['shape' => 'InvalidIdentityTokenException'], ['shape' => 'ExpiredTokenException'], ['shape' => 'RegionDisabledException']]], 'DecodeAuthorizationMessage' => ['name' => 'DecodeAuthorizationMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecodeAuthorizationMessageRequest'], 'output' => ['shape' => 'DecodeAuthorizationMessageResponse', 'resultWrapper' => 'DecodeAuthorizationMessageResult'], 'errors' => [['shape' => 'InvalidAuthorizationMessageException']]], 'GetAccessKeyInfo' => ['name' => 'GetAccessKeyInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessKeyInfoRequest'], 'output' => ['shape' => 'GetAccessKeyInfoResponse', 'resultWrapper' => 'GetAccessKeyInfoResult']], 'GetCallerIdentity' => ['name' => 'GetCallerIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCallerIdentityRequest'], 'output' => ['shape' => 'GetCallerIdentityResponse', 'resultWrapper' => 'GetCallerIdentityResult']], 'GetFederationToken' => ['name' => 'GetFederationToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFederationTokenRequest'], 'output' => ['shape' => 'GetFederationTokenResponse', 'resultWrapper' => 'GetFederationTokenResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'RegionDisabledException']]], 'GetSessionToken' => ['name' => 'GetSessionToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSessionTokenRequest'], 'output' => ['shape' => 'GetSessionTokenResponse', 'resultWrapper' => 'GetSessionTokenResult'], 'errors' => [['shape' => 'RegionDisabledException']]]], 'shapes' => ['AssumeRoleRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'RoleSessionName'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'RoleSessionName' => ['shape' => 'roleSessionNameType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType'], 'Tags' => ['shape' => 'tagListType'], 'TransitiveTagKeys' => ['shape' => 'tagKeyListType'], 'ExternalId' => ['shape' => 'externalIdType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'TokenCode' => ['shape' => 'tokenCodeType']]], 'AssumeRoleResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType']]], 'AssumeRoleWithSAMLRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'PrincipalArn', 'SAMLAssertion'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'PrincipalArn' => ['shape' => 'arnType'], 'SAMLAssertion' => ['shape' => 'SAMLAssertionType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType']]], 'AssumeRoleWithSAMLResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType'], 'Subject' => ['shape' => 'Subject'], 'SubjectType' => ['shape' => 'SubjectType'], 'Issuer' => ['shape' => 'Issuer'], 'Audience' => ['shape' => 'Audience'], 'NameQualifier' => ['shape' => 'NameQualifier']]], 'AssumeRoleWithWebIdentityRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'RoleSessionName', 'WebIdentityToken'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'RoleSessionName' => ['shape' => 'roleSessionNameType'], 'WebIdentityToken' => ['shape' => 'clientTokenType'], 'ProviderId' => ['shape' => 'urlType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType']]], 'AssumeRoleWithWebIdentityResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'SubjectFromWebIdentityToken' => ['shape' => 'webIdentitySubjectType'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType'], 'Provider' => ['shape' => 'Issuer'], 'Audience' => ['shape' => 'Audience']]], 'AssumedRoleUser' => ['type' => 'structure', 'required' => ['AssumedRoleId', 'Arn'], 'members' => ['AssumedRoleId' => ['shape' => 'assumedRoleIdType'], 'Arn' => ['shape' => 'arnType']]], 'Audience' => ['type' => 'string'], 'Credentials' => ['type' => 'structure', 'required' => ['AccessKeyId', 'SecretAccessKey', 'SessionToken', 'Expiration'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType'], 'SecretAccessKey' => ['shape' => 'accessKeySecretType'], 'SessionToken' => ['shape' => 'tokenType'], 'Expiration' => ['shape' => 'dateType']]], 'DecodeAuthorizationMessageRequest' => ['type' => 'structure', 'required' => ['EncodedMessage'], 'members' => ['EncodedMessage' => ['shape' => 'encodedMessageType']]], 'DecodeAuthorizationMessageResponse' => ['type' => 'structure', 'members' => ['DecodedMessage' => ['shape' => 'decodedMessageType']]], 'ExpiredTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'expiredIdentityTokenMessage']], 'error' => ['code' => 'ExpiredTokenException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'FederatedUser' => ['type' => 'structure', 'required' => ['FederatedUserId', 'Arn'], 'members' => ['FederatedUserId' => ['shape' => 'federatedIdType'], 'Arn' => ['shape' => 'arnType']]], 'GetAccessKeyInfoRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'GetAccessKeyInfoResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'accountType']]], 'GetCallerIdentityRequest' => ['type' => 'structure', 'members' => []], 'GetCallerIdentityResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'userIdType'], 'Account' => ['shape' => 'accountType'], 'Arn' => ['shape' => 'arnType']]], 'GetFederationTokenRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'userNameType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'DurationSeconds' => ['shape' => 'durationSecondsType'], 'Tags' => ['shape' => 'tagListType']]], 'GetFederationTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'FederatedUser' => ['shape' => 'FederatedUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType']]], 'GetSessionTokenRequest' => ['type' => 'structure', 'members' => ['DurationSeconds' => ['shape' => 'durationSecondsType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'TokenCode' => ['shape' => 'tokenCodeType']]], 'GetSessionTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials']]], 'IDPCommunicationErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'idpCommunicationErrorMessage']], 'error' => ['code' => 'IDPCommunicationError', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IDPRejectedClaimException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'idpRejectedClaimMessage']], 'error' => ['code' => 'IDPRejectedClaim', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InvalidAuthorizationMessageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidAuthorizationMessage']], 'error' => ['code' => 'InvalidAuthorizationMessageException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidIdentityTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidIdentityTokenMessage']], 'error' => ['code' => 'InvalidIdentityToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Issuer' => ['type' => 'string'], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedPolicyDocumentMessage']], 'error' => ['code' => 'MalformedPolicyDocument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NameQualifier' => ['type' => 'string'], 'PackedPolicyTooLargeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'packedPolicyTooLargeMessage']], 'error' => ['code' => 'PackedPolicyTooLarge', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PolicyDescriptorType' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'arnType']]], 'RegionDisabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'regionDisabledMessage']], 'error' => ['code' => 'RegionDisabledException', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'SAMLAssertionType' => ['type' => 'string', 'max' => 100000, 'min' => 4], 'Subject' => ['type' => 'string'], 'SubjectType' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'tagKeyType'], 'Value' => ['shape' => 'tagValueType']]], 'accessKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]*'], 'accessKeySecretType' => ['type' => 'string'], 'accountType' => ['type' => 'string'], 'arnType' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]+'], 'assumedRoleIdType' => ['type' => 'string', 'max' => 193, 'min' => 2, 'pattern' => '[\\w+=,.@:-]*'], 'clientTokenType' => ['type' => 'string', 'max' => 2048, 'min' => 4], 'dateType' => ['type' => 'timestamp'], 'decodedMessageType' => ['type' => 'string'], 'durationSecondsType' => ['type' => 'integer', 'max' => 129600, 'min' => 900], 'encodedMessageType' => ['type' => 'string', 'max' => 10240, 'min' => 1], 'expiredIdentityTokenMessage' => ['type' => 'string'], 'externalIdType' => ['type' => 'string', 'max' => 1224, 'min' => 2, 'pattern' => '[\\w+=,.@:\\/-]*'], 'federatedIdType' => ['type' => 'string', 'max' => 193, 'min' => 2, 'pattern' => '[\\w+=,.@\\:-]*'], 'idpCommunicationErrorMessage' => ['type' => 'string'], 'idpRejectedClaimMessage' => ['type' => 'string'], 'invalidAuthorizationMessage' => ['type' => 'string'], 'invalidIdentityTokenMessage' => ['type' => 'string'], 'malformedPolicyDocumentMessage' => ['type' => 'string'], 'nonNegativeIntegerType' => ['type' => 'integer', 'min' => 0], 'packedPolicyTooLargeMessage' => ['type' => 'string'], 'policyDescriptorListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyDescriptorType']], 'regionDisabledMessage' => ['type' => 'string'], 'roleDurationSecondsType' => ['type' => 'integer', 'max' => 43200, 'min' => 900], 'roleSessionNameType' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[\\w+=,.@-]*'], 'serialNumberType' => ['type' => 'string', 'max' => 256, 'min' => 9, 'pattern' => '[\\w+=/:,.@-]*'], 'sessionPolicyDocumentType' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'tagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'tagKeyType'], 'max' => 50], 'tagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+'], 'tagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'tagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'tokenCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[\\d]*'], 'tokenType' => ['type' => 'string'], 'urlType' => ['type' => 'string', 'max' => 2048, 'min' => 4], 'userIdType' => ['type' => 'string'], 'userNameType' => ['type' => 'string', 'max' => 32, 'min' => 2, 'pattern' => '[\\w+=,.@-]*'], 'webIdentitySubjectType' => ['type' => 'string', 'max' => 255, 'min' => 6]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2011-06-15', 'endpointPrefix' => 'sts', 'globalEndpoint' => 'sts.amazonaws.com', 'protocol' => 'query', 'serviceAbbreviation' => 'AWS STS', 'serviceFullName' => 'AWS Security Token Service', 'serviceId' => 'STS', 'signatureVersion' => 'v4', 'uid' => 'sts-2011-06-15', 'xmlNamespace' => 'https://sts.amazonaws.com/doc/2011-06-15/'], 'operations' => ['AssumeRole' => ['name' => 'AssumeRole', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleRequest'], 'output' => ['shape' => 'AssumeRoleResponse', 'resultWrapper' => 'AssumeRoleResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'RegionDisabledException']]], 'AssumeRoleWithSAML' => ['name' => 'AssumeRoleWithSAML', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleWithSAMLRequest'], 'output' => ['shape' => 'AssumeRoleWithSAMLResponse', 'resultWrapper' => 'AssumeRoleWithSAMLResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'IDPRejectedClaimException'], ['shape' => 'InvalidIdentityTokenException'], ['shape' => 'ExpiredTokenException'], ['shape' => 'RegionDisabledException']]], 'AssumeRoleWithWebIdentity' => ['name' => 'AssumeRoleWithWebIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssumeRoleWithWebIdentityRequest'], 'output' => ['shape' => 'AssumeRoleWithWebIdentityResponse', 'resultWrapper' => 'AssumeRoleWithWebIdentityResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'IDPRejectedClaimException'], ['shape' => 'IDPCommunicationErrorException'], ['shape' => 'InvalidIdentityTokenException'], ['shape' => 'ExpiredTokenException'], ['shape' => 'RegionDisabledException']]], 'DecodeAuthorizationMessage' => ['name' => 'DecodeAuthorizationMessage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DecodeAuthorizationMessageRequest'], 'output' => ['shape' => 'DecodeAuthorizationMessageResponse', 'resultWrapper' => 'DecodeAuthorizationMessageResult'], 'errors' => [['shape' => 'InvalidAuthorizationMessageException']]], 'GetAccessKeyInfo' => ['name' => 'GetAccessKeyInfo', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessKeyInfoRequest'], 'output' => ['shape' => 'GetAccessKeyInfoResponse', 'resultWrapper' => 'GetAccessKeyInfoResult']], 'GetCallerIdentity' => ['name' => 'GetCallerIdentity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetCallerIdentityRequest'], 'output' => ['shape' => 'GetCallerIdentityResponse', 'resultWrapper' => 'GetCallerIdentityResult']], 'GetFederationToken' => ['name' => 'GetFederationToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetFederationTokenRequest'], 'output' => ['shape' => 'GetFederationTokenResponse', 'resultWrapper' => 'GetFederationTokenResult'], 'errors' => [['shape' => 'MalformedPolicyDocumentException'], ['shape' => 'PackedPolicyTooLargeException'], ['shape' => 'RegionDisabledException']]], 'GetSessionToken' => ['name' => 'GetSessionToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSessionTokenRequest'], 'output' => ['shape' => 'GetSessionTokenResponse', 'resultWrapper' => 'GetSessionTokenResult'], 'errors' => [['shape' => 'RegionDisabledException']]]], 'shapes' => ['AssumeRoleRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'RoleSessionName'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'RoleSessionName' => ['shape' => 'roleSessionNameType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType'], 'Tags' => ['shape' => 'tagListType'], 'TransitiveTagKeys' => ['shape' => 'tagKeyListType'], 'ExternalId' => ['shape' => 'externalIdType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'TokenCode' => ['shape' => 'tokenCodeType']]], 'AssumeRoleResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType']]], 'AssumeRoleWithSAMLRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'PrincipalArn', 'SAMLAssertion'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'PrincipalArn' => ['shape' => 'arnType'], 'SAMLAssertion' => ['shape' => 'SAMLAssertionType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType']]], 'AssumeRoleWithSAMLResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType'], 'Subject' => ['shape' => 'Subject'], 'SubjectType' => ['shape' => 'SubjectType'], 'Issuer' => ['shape' => 'Issuer'], 'Audience' => ['shape' => 'Audience'], 'NameQualifier' => ['shape' => 'NameQualifier']]], 'AssumeRoleWithWebIdentityRequest' => ['type' => 'structure', 'required' => ['RoleArn', 'RoleSessionName', 'WebIdentityToken'], 'members' => ['RoleArn' => ['shape' => 'arnType'], 'RoleSessionName' => ['shape' => 'roleSessionNameType'], 'WebIdentityToken' => ['shape' => 'clientTokenType'], 'ProviderId' => ['shape' => 'urlType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'DurationSeconds' => ['shape' => 'roleDurationSecondsType']]], 'AssumeRoleWithWebIdentityResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'SubjectFromWebIdentityToken' => ['shape' => 'webIdentitySubjectType'], 'AssumedRoleUser' => ['shape' => 'AssumedRoleUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType'], 'Provider' => ['shape' => 'Issuer'], 'Audience' => ['shape' => 'Audience']]], 'AssumedRoleUser' => ['type' => 'structure', 'required' => ['AssumedRoleId', 'Arn'], 'members' => ['AssumedRoleId' => ['shape' => 'assumedRoleIdType'], 'Arn' => ['shape' => 'arnType']]], 'Audience' => ['type' => 'string'], 'Credentials' => ['type' => 'structure', 'required' => ['AccessKeyId', 'SecretAccessKey', 'SessionToken', 'Expiration'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType'], 'SecretAccessKey' => ['shape' => 'accessKeySecretType'], 'SessionToken' => ['shape' => 'tokenType'], 'Expiration' => ['shape' => 'dateType']]], 'DecodeAuthorizationMessageRequest' => ['type' => 'structure', 'required' => ['EncodedMessage'], 'members' => ['EncodedMessage' => ['shape' => 'encodedMessageType']]], 'DecodeAuthorizationMessageResponse' => ['type' => 'structure', 'members' => ['DecodedMessage' => ['shape' => 'decodedMessageType']]], 'ExpiredTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'expiredIdentityTokenMessage']], 'error' => ['code' => 'ExpiredTokenException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'FederatedUser' => ['type' => 'structure', 'required' => ['FederatedUserId', 'Arn'], 'members' => ['FederatedUserId' => ['shape' => 'federatedIdType'], 'Arn' => ['shape' => 'arnType']]], 'GetAccessKeyInfoRequest' => ['type' => 'structure', 'required' => ['AccessKeyId'], 'members' => ['AccessKeyId' => ['shape' => 'accessKeyIdType']]], 'GetAccessKeyInfoResponse' => ['type' => 'structure', 'members' => ['Account' => ['shape' => 'accountType']]], 'GetCallerIdentityRequest' => ['type' => 'structure', 'members' => []], 'GetCallerIdentityResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'userIdType'], 'Account' => ['shape' => 'accountType'], 'Arn' => ['shape' => 'arnType']]], 'GetFederationTokenRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'userNameType'], 'Policy' => ['shape' => 'sessionPolicyDocumentType'], 'PolicyArns' => ['shape' => 'policyDescriptorListType'], 'DurationSeconds' => ['shape' => 'durationSecondsType'], 'Tags' => ['shape' => 'tagListType']]], 'GetFederationTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials'], 'FederatedUser' => ['shape' => 'FederatedUser'], 'PackedPolicySize' => ['shape' => 'nonNegativeIntegerType']]], 'GetSessionTokenRequest' => ['type' => 'structure', 'members' => ['DurationSeconds' => ['shape' => 'durationSecondsType'], 'SerialNumber' => ['shape' => 'serialNumberType'], 'TokenCode' => ['shape' => 'tokenCodeType']]], 'GetSessionTokenResponse' => ['type' => 'structure', 'members' => ['Credentials' => ['shape' => 'Credentials']]], 'IDPCommunicationErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'idpCommunicationErrorMessage']], 'error' => ['code' => 'IDPCommunicationError', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'IDPRejectedClaimException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'idpRejectedClaimMessage']], 'error' => ['code' => 'IDPRejectedClaim', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'InvalidAuthorizationMessageException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidAuthorizationMessage']], 'error' => ['code' => 'InvalidAuthorizationMessageException', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'InvalidIdentityTokenException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'invalidIdentityTokenMessage']], 'error' => ['code' => 'InvalidIdentityToken', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'Issuer' => ['type' => 'string'], 'MalformedPolicyDocumentException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'malformedPolicyDocumentMessage']], 'error' => ['code' => 'MalformedPolicyDocument', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'NameQualifier' => ['type' => 'string'], 'PackedPolicyTooLargeException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'packedPolicyTooLargeMessage']], 'error' => ['code' => 'PackedPolicyTooLarge', 'httpStatusCode' => 400, 'senderFault' => \true], 'exception' => \true], 'PolicyDescriptorType' => ['type' => 'structure', 'members' => ['arn' => ['shape' => 'arnType']]], 'RegionDisabledException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'regionDisabledMessage']], 'error' => ['code' => 'RegionDisabledException', 'httpStatusCode' => 403, 'senderFault' => \true], 'exception' => \true], 'SAMLAssertionType' => ['type' => 'string', 'max' => 100000, 'min' => 4, 'sensitive' => \true], 'Subject' => ['type' => 'string'], 'SubjectType' => ['type' => 'string'], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'tagKeyType'], 'Value' => ['shape' => 'tagValueType']]], 'accessKeyIdType' => ['type' => 'string', 'max' => 128, 'min' => 16, 'pattern' => '[\\w]*'], 'accessKeySecretType' => ['type' => 'string'], 'accountType' => ['type' => 'string'], 'arnType' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]+'], 'assumedRoleIdType' => ['type' => 'string', 'max' => 193, 'min' => 2, 'pattern' => '[\\w+=,.@:-]*'], 'clientTokenType' => ['type' => 'string', 'max' => 2048, 'min' => 4, 'sensitive' => \true], 'dateType' => ['type' => 'timestamp'], 'decodedMessageType' => ['type' => 'string'], 'durationSecondsType' => ['type' => 'integer', 'max' => 129600, 'min' => 900], 'encodedMessageType' => ['type' => 'string', 'max' => 10240, 'min' => 1], 'expiredIdentityTokenMessage' => ['type' => 'string'], 'externalIdType' => ['type' => 'string', 'max' => 1224, 'min' => 2, 'pattern' => '[\\w+=,.@:\\/-]*'], 'federatedIdType' => ['type' => 'string', 'max' => 193, 'min' => 2, 'pattern' => '[\\w+=,.@\\:-]*'], 'idpCommunicationErrorMessage' => ['type' => 'string'], 'idpRejectedClaimMessage' => ['type' => 'string'], 'invalidAuthorizationMessage' => ['type' => 'string'], 'invalidIdentityTokenMessage' => ['type' => 'string'], 'malformedPolicyDocumentMessage' => ['type' => 'string'], 'nonNegativeIntegerType' => ['type' => 'integer', 'min' => 0], 'packedPolicyTooLargeMessage' => ['type' => 'string'], 'policyDescriptorListType' => ['type' => 'list', 'member' => ['shape' => 'PolicyDescriptorType']], 'regionDisabledMessage' => ['type' => 'string'], 'roleDurationSecondsType' => ['type' => 'integer', 'max' => 43200, 'min' => 900], 'roleSessionNameType' => ['type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[\\w+=,.@-]*'], 'serialNumberType' => ['type' => 'string', 'max' => 256, 'min' => 9, 'pattern' => '[\\w+=/:,.@-]*'], 'sessionPolicyDocumentType' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+'], 'tagKeyListType' => ['type' => 'list', 'member' => ['shape' => 'tagKeyType'], 'max' => 50], 'tagKeyType' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+'], 'tagListType' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50], 'tagValueType' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*'], 'tokenCodeType' => ['type' => 'string', 'max' => 6, 'min' => 6, 'pattern' => '[\\d]*'], 'tokenType' => ['type' => 'string'], 'urlType' => ['type' => 'string', 'max' => 2048, 'min' => 4], 'userIdType' => ['type' => 'string'], 'userNameType' => ['type' => 'string', 'max' => 32, 'min' => 2, 'pattern' => '[\\w+=,.@-]*'], 'webIdentitySubjectType' => ['type' => 'string', 'max' => 255, 'min' => 6]]]; diff --git a/vendor/Aws3/Aws/data/synthetics/2017-10-11/api-2.json.php b/vendor/Aws3/Aws/data/synthetics/2017-10-11/api-2.json.php new file mode 100644 index 00000000..f99a36a7 --- /dev/null +++ b/vendor/Aws3/Aws/data/synthetics/2017-10-11/api-2.json.php @@ -0,0 +1,4 @@ + '2.0', 'metadata' => ['apiVersion' => '2017-10-11', 'endpointPrefix' => 'synthetics', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'Synthetics', 'serviceFullName' => 'Synthetics', 'serviceId' => 'synthetics', 'signatureVersion' => 'v4', 'signingName' => 'synthetics', 'uid' => 'synthetics-2017-10-11'], 'operations' => ['CreateCanary' => ['name' => 'CreateCanary', 'http' => ['method' => 'POST', 'requestUri' => '/canary'], 'input' => ['shape' => 'CreateCanaryRequest'], 'output' => ['shape' => 'CreateCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'DeleteCanary' => ['name' => 'DeleteCanary', 'http' => ['method' => 'DELETE', 'requestUri' => '/canary/{name}'], 'input' => ['shape' => 'DeleteCanaryRequest'], 'output' => ['shape' => 'DeleteCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException']]], 'DescribeCanaries' => ['name' => 'DescribeCanaries', 'http' => ['method' => 'POST', 'requestUri' => '/canaries'], 'input' => ['shape' => 'DescribeCanariesRequest'], 'output' => ['shape' => 'DescribeCanariesResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'DescribeCanariesLastRun' => ['name' => 'DescribeCanariesLastRun', 'http' => ['method' => 'POST', 'requestUri' => '/canaries/last-run'], 'input' => ['shape' => 'DescribeCanariesLastRunRequest'], 'output' => ['shape' => 'DescribeCanariesLastRunResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'DescribeRuntimeVersions' => ['name' => 'DescribeRuntimeVersions', 'http' => ['method' => 'POST', 'requestUri' => '/runtime-versions'], 'input' => ['shape' => 'DescribeRuntimeVersionsRequest'], 'output' => ['shape' => 'DescribeRuntimeVersionsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'GetCanary' => ['name' => 'GetCanary', 'http' => ['method' => 'GET', 'requestUri' => '/canary/{name}'], 'input' => ['shape' => 'GetCanaryRequest'], 'output' => ['shape' => 'GetCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException']]], 'GetCanaryRuns' => ['name' => 'GetCanaryRuns', 'http' => ['method' => 'POST', 'requestUri' => '/canary/{name}/runs'], 'input' => ['shape' => 'GetCanaryRunsRequest'], 'output' => ['shape' => 'GetCanaryRunsResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'StartCanary' => ['name' => 'StartCanary', 'http' => ['method' => 'POST', 'requestUri' => '/canary/{name}/start'], 'input' => ['shape' => 'StartCanaryRequest'], 'output' => ['shape' => 'StartCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException']]], 'StopCanary' => ['name' => 'StopCanary', 'http' => ['method' => 'POST', 'requestUri' => '/canary/{name}/stop'], 'input' => ['shape' => 'StopCanaryRequest'], 'output' => ['shape' => 'StopCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ValidationException']]], 'UpdateCanary' => ['name' => 'UpdateCanary', 'http' => ['method' => 'PATCH', 'requestUri' => '/canary/{name}'], 'input' => ['shape' => 'UpdateCanaryRequest'], 'output' => ['shape' => 'UpdateCanaryResponse'], 'errors' => [['shape' => 'InternalServerException'], ['shape' => 'ValidationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ConflictException']]]], 'shapes' => ['Arn' => ['type' => 'string', 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[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}$'], 'Blob' => ['type' => 'blob', 'max' => 10000000, 'min' => 1], 'Canaries' => ['type' => 'list', 'member' => ['shape' => 'Canary']], 'CanariesLastRun' => ['type' => 'list', 'member' => ['shape' => 'CanaryLastRun']], 'Canary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'UUID'], 'Name' => ['shape' => 'CanaryName'], 'Code' => ['shape' => 'CanaryCodeOutput'], 'ExecutionRoleArn' => ['shape' => 'Arn'], 'Schedule' => ['shape' => 'CanaryScheduleOutput'], 'RunConfig' => ['shape' => 'CanaryRunConfigOutput'], 'SuccessRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'FailureRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'Status' => ['shape' => 'CanaryStatus'], 'Timeline' => ['shape' => 'CanaryTimeline'], 'ArtifactS3Location' => ['shape' => 'String'], 'EngineArn' => ['shape' => 'Arn'], 'RuntimeVersion' => ['shape' => 'String'], 'VpcConfig' => ['shape' => 'VpcConfigOutput'], 'Tags' => ['shape' => 'TagMap']]], 'CanaryCodeInput' => ['type' => 'structure', 'required' => ['Handler'], 'members' => ['S3Bucket' => ['shape' => 'String'], 'S3Key' => ['shape' => 'String'], 'S3Version' => ['shape' => 'String'], 'ZipFile' => ['shape' => 'Blob'], 'Handler' => ['shape' => 'String']]], 'CanaryCodeOutput' => ['type' => 'structure', 'members' => ['SourceLocationArn' => ['shape' => 'String'], 'Handler' => ['shape' => 'String']]], 'CanaryLastRun' => ['type' => 'structure', 'members' => ['CanaryName' => ['shape' => 'CanaryName'], 'LastRun' => ['shape' => 'CanaryRun']]], 'CanaryName' => ['type' => 'string', 'max' => 21, 'min' => 1, 'pattern' => '^[0-9a-z_\\-]+$'], 'CanaryRun' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'CanaryName'], 'Status' => ['shape' => 'CanaryRunStatus'], 'Timeline' => ['shape' => 'CanaryRunTimeline'], 'ArtifactS3Location' => ['shape' => 'String']]], 'CanaryRunConfigInput' => ['type' => 'structure', 'required' => ['TimeoutInSeconds'], 'members' => ['TimeoutInSeconds' => ['shape' => 'MaxFifteenMinutesInSeconds'], 'MemoryInMB' => ['shape' => 'MaxSize3008']]], 'CanaryRunConfigOutput' => ['type' => 'structure', 'members' => ['TimeoutInSeconds' => ['shape' => 'MaxFifteenMinutesInSeconds'], 'MemoryInMB' => ['shape' => 'MaxSize3008']]], 'CanaryRunState' => ['type' => 'string', 'enum' => ['RUNNING', 'PASSED', 'FAILED']], 'CanaryRunStateReasonCode' => ['type' => 'string', 'enum' => ['CANARY_FAILURE', 'EXECUTION_FAILURE']], 'CanaryRunStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CanaryRunState'], 'StateReason' => ['shape' => 'String'], 'StateReasonCode' => ['shape' => 'CanaryRunStateReasonCode']]], 'CanaryRunTimeline' => ['type' => 'structure', 'members' => ['Started' => ['shape' => 'Timestamp'], 'Completed' => ['shape' => 'Timestamp']]], 'CanaryRuns' => ['type' => 'list', 'member' => ['shape' => 'CanaryRun']], 'CanaryScheduleInput' => ['type' => 'structure', 'required' => ['Expression'], 'members' => ['Expression' => ['shape' => 'String'], 'DurationInSeconds' => ['shape' => 'MaxOneYearInSeconds']]], 'CanaryScheduleOutput' => ['type' => 'structure', 'members' => ['Expression' => ['shape' => 'String'], 'DurationInSeconds' => ['shape' => 'MaxOneYearInSeconds']]], 'CanaryState' => ['type' => 'string', 'enum' => ['CREATING', 'READY', 'STARTING', 'RUNNING', 'UPDATING', 'STOPPING', 'STOPPED', 'ERROR', 'DELETING']], 'CanaryStateReasonCode' => ['type' => 'string', 'enum' => ['INVALID_PERMISSIONS']], 'CanaryStatus' => ['type' => 'structure', 'members' => ['State' => ['shape' => 'CanaryState'], 'StateReason' => ['shape' => 'String'], 'StateReasonCode' => ['shape' => 'CanaryStateReasonCode']]], 'CanaryTimeline' => ['type' => 'structure', 'members' => ['Created' => ['shape' => 'Timestamp'], 'LastModified' => ['shape' => 'Timestamp'], 'LastStarted' => ['shape' => 'Timestamp'], 'LastStopped' => ['shape' => 'Timestamp']]], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 409], 'exception' => \true], 'CreateCanaryRequest' => ['type' => 'structure', 'required' => ['Name', 'Code', 'ArtifactS3Location', 'ExecutionRoleArn', 'Schedule', 'RuntimeVersion'], 'members' => ['Name' => ['shape' => 'CanaryName'], 'Code' => ['shape' => 'CanaryCodeInput'], 'ArtifactS3Location' => ['shape' => 'String'], 'ExecutionRoleArn' => ['shape' => 'Arn'], 'Schedule' => ['shape' => 'CanaryScheduleInput'], 'RunConfig' => ['shape' => 'CanaryRunConfigInput'], 'SuccessRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'FailureRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'RuntimeVersion' => ['shape' => 'String'], 'VpcConfig' => ['shape' => 'VpcConfigInput'], 'Tags' => ['shape' => 'TagMap']]], 'CreateCanaryResponse' => ['type' => 'structure', 'members' => ['Canary' => ['shape' => 'Canary']]], 'DeleteCanaryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name']]], 'DeleteCanaryResponse' => ['type' => 'structure', 'members' => []], 'DescribeCanariesLastRunRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxSize100']]], 'DescribeCanariesLastRunResponse' => ['type' => 'structure', 'members' => ['CanariesLastRun' => ['shape' => 'CanariesLastRun'], 'NextToken' => ['shape' => 'Token']]], 'DescribeCanariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxCanaryResults']]], 'DescribeCanariesResponse' => ['type' => 'structure', 'members' => ['Canaries' => ['shape' => 'Canaries'], 'NextToken' => ['shape' => 'Token']]], 'DescribeRuntimeVersionsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxSize100']]], 'DescribeRuntimeVersionsResponse' => ['type' => 'structure', 'members' => ['RuntimeVersions' => ['shape' => 'RuntimeVersionList'], 'NextToken' => ['shape' => 'Token']]], 'ErrorMessage' => ['type' => 'string'], 'GetCanaryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name']]], 'GetCanaryResponse' => ['type' => 'structure', 'members' => ['Canary' => ['shape' => 'Canary']]], 'GetCanaryRunsRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name'], 'NextToken' => ['shape' => 'Token'], 'MaxResults' => ['shape' => 'MaxSize100']]], 'GetCanaryRunsResponse' => ['type' => 'structure', 'members' => ['CanaryRuns' => ['shape' => 'CanaryRuns'], 'NextToken' => ['shape' => 'Token']]], 'InternalServerException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'MaxCanaryResults' => ['type' => 'integer', 'max' => 20, 'min' => 1], 'MaxFifteenMinutesInSeconds' => ['type' => 'integer', 'max' => 900, 'min' => 60], 'MaxOneYearInSeconds' => ['type' => 'long', 'max' => 31622400, 'min' => 0], 'MaxSize100' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxSize1024' => ['type' => 'integer', 'max' => 1024, 'min' => 1], 'MaxSize3008' => ['type' => 'integer', 'max' => 3008, 'min' => 960], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RuntimeVersion' => ['type' => 'structure', 'members' => ['VersionName' => ['shape' => 'String'], 'Description' => ['shape' => 'String'], 'ReleaseDate' => ['shape' => 'Timestamp'], 'DeprecationDate' => ['shape' => 'Timestamp']]], 'RuntimeVersionList' => ['type' => 'list', 'member' => ['shape' => 'RuntimeVersion']], 'SecurityGroupId' => ['type' => 'string'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5, 'min' => 0], 'StartCanaryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name']]], 'StartCanaryResponse' => ['type' => 'structure', 'members' => []], 'StopCanaryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name']]], 'StopCanaryResponse' => ['type' => 'structure', 'members' => []], 'String' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'SubnetId' => ['type' => 'string'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 16, 'min' => 0], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'Timestamp' => ['type' => 'timestamp'], 'Token' => ['type' => 'string', 'pattern' => '^[a-zA-Z0-9=/+_.-]{4,252}$'], 'UUID' => ['type' => 'string', 'pattern' => '^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateCanaryRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'CanaryName', 'location' => 'uri', 'locationName' => 'name'], 'Code' => ['shape' => 'CanaryCodeInput'], 'ExecutionRoleArn' => ['shape' => 'Arn'], 'RuntimeVersion' => ['shape' => 'String'], 'Schedule' => ['shape' => 'CanaryScheduleInput'], 'RunConfig' => ['shape' => 'CanaryRunConfigInput'], 'SuccessRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'FailureRetentionPeriodInDays' => ['shape' => 'MaxSize1024'], 'VpcConfig' => ['shape' => 'VpcConfigInput']]], 'UpdateCanaryResponse' => ['type' => 'structure', 'members' => []], 'ValidationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'VpcConfigInput' => ['type' => 'structure', 'members' => ['SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'VpcConfigOutput' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'VpcId' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/synthetics/2017-10-11/paginators-1.json.php b/vendor/Aws3/Aws/data/synthetics/2017-10-11/paginators-1.json.php new file mode 100644 index 00000000..0af6f9ac --- /dev/null +++ b/vendor/Aws3/Aws/data/synthetics/2017-10-11/paginators-1.json.php @@ -0,0 +1,4 @@ + ['DescribeCanaries' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'DescribeCanariesLastRun' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'DescribeRuntimeVersions' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'GetCanaryRuns' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken']]]; diff --git a/vendor/Aws3/Aws/data/transcribe/2017-10-26/api-2.json.php b/vendor/Aws3/Aws/data/transcribe/2017-10-26/api-2.json.php index 99cf56ee..dc3c5e57 100644 --- a/vendor/Aws3/Aws/data/transcribe/2017-10-26/api-2.json.php +++ b/vendor/Aws3/Aws/data/transcribe/2017-10-26/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-10-26', 'endpointPrefix' => 'transcribe', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Transcribe Service', 'serviceId' => 'Transcribe', 'signatureVersion' => 'v4', 'signingName' => 'transcribe', 'targetPrefix' => 'Transcribe', 'uid' => 'transcribe-2017-10-26'], 'operations' => ['CreateVocabulary' => ['name' => 'CreateVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVocabularyRequest'], 'output' => ['shape' => 'CreateVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'CreateVocabularyFilter' => ['name' => 'CreateVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVocabularyFilterRequest'], 'output' => ['shape' => 'CreateVocabularyFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'DeleteTranscriptionJob' => ['name' => 'DeleteTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTranscriptionJobRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteVocabulary' => ['name' => 'DeleteVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVocabularyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteVocabularyFilter' => ['name' => 'DeleteVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVocabularyFilterRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'GetTranscriptionJob' => ['name' => 'GetTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTranscriptionJobRequest'], 'output' => ['shape' => 'GetTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]], 'GetVocabulary' => ['name' => 'GetVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVocabularyRequest'], 'output' => ['shape' => 'GetVocabularyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetVocabularyFilter' => ['name' => 'GetVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVocabularyFilterRequest'], 'output' => ['shape' => 'GetVocabularyFilterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'ListTranscriptionJobs' => ['name' => 'ListTranscriptionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTranscriptionJobsRequest'], 'output' => ['shape' => 'ListTranscriptionJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListVocabularies' => ['name' => 'ListVocabularies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVocabulariesRequest'], 'output' => ['shape' => 'ListVocabulariesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListVocabularyFilters' => ['name' => 'ListVocabularyFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVocabularyFiltersRequest'], 'output' => ['shape' => 'ListVocabularyFiltersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'StartTranscriptionJob' => ['name' => 'StartTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTranscriptionJobRequest'], 'output' => ['shape' => 'StartTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'UpdateVocabulary' => ['name' => 'UpdateVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVocabularyRequest'], 'output' => ['shape' => 'UpdateVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateVocabularyFilter' => ['name' => 'UpdateVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVocabularyFilterRequest'], 'output' => ['shape' => 'UpdateVocabularyFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'Boolean' => ['type' => 'boolean'], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ContentRedaction' => ['type' => 'structure', 'required' => ['RedactionType', 'RedactionOutput'], 'members' => ['RedactionType' => ['shape' => 'RedactionType'], 'RedactionOutput' => ['shape' => 'RedactionOutput']]], 'CreateVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName', 'LanguageCode'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Words' => ['shape' => 'Words'], 'VocabularyFilterFileUri' => ['shape' => 'Uri']]], 'CreateVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'CreateVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Phrases' => ['shape' => 'Phrases'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'CreateVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DataAccessRoleArn' => ['type' => 'string', 'pattern' => '^arn:aws:iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1023}$'], 'DateTime' => ['type' => 'timestamp'], 'DeleteTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'DeleteVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName']]], 'DeleteVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'FailureReason' => ['type' => 'string'], 'GetTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'GetTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['TranscriptionJob' => ['shape' => 'TranscriptionJob']]], 'GetVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName']]], 'GetVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'DownloadUri' => ['shape' => 'Uri']]], 'GetVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'GetVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'DownloadUri' => ['shape' => 'Uri']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'JobExecutionSettings' => ['type' => 'structure', 'members' => ['AllowDeferredExecution' => ['shape' => 'Boolean'], 'DataAccessRoleArn' => ['shape' => 'DataAccessRoleArn']]], 'KMSKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$'], 'LanguageCode' => ['type' => 'string', 'enum' => ['en-US', 'es-US', 'en-AU', 'fr-CA', 'en-GB', 'de-DE', 'pt-BR', 'fr-FR', 'it-IT', 'ko-KR', 'es-ES', 'en-IN', 'hi-IN', 'ar-SA', 'ru-RU', 'zh-CN', 'nl-NL', 'id-ID', 'ta-IN', 'fa-IR', 'en-IE', 'en-AB', 'en-WL', 'pt-PT', 'te-IN', 'tr-TR', 'de-CH', 'he-IL', 'ms-MY', 'ja-JP', 'ar-AE']], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListTranscriptionJobsRequest' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'JobNameContains' => ['shape' => 'TranscriptionJobName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTranscriptionJobsResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'NextToken' => ['shape' => 'NextToken'], 'TranscriptionJobSummaries' => ['shape' => 'TranscriptionJobSummaries']]], 'ListVocabulariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StateEquals' => ['shape' => 'VocabularyState'], 'NameContains' => ['shape' => 'VocabularyName']]], 'ListVocabulariesResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'NextToken' => ['shape' => 'NextToken'], 'Vocabularies' => ['shape' => 'Vocabularies']]], 'ListVocabularyFiltersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'VocabularyFilterName']]], 'ListVocabularyFiltersResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'VocabularyFilters' => ['shape' => 'VocabularyFilters']]], 'MaxAlternatives' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxSpeakers' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'Media' => ['type' => 'structure', 'members' => ['MediaFileUri' => ['shape' => 'Uri']]], 'MediaFormat' => ['type' => 'string', 'enum' => ['mp3', 'mp4', 'wav', 'flac']], 'MediaSampleRateHertz' => ['type' => 'integer', 'max' => 48000, 'min' => 8000], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.+'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OutputBucketName' => ['type' => 'string', 'max' => 64, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]'], 'OutputLocationType' => ['type' => 'string', 'enum' => ['CUSTOMER_BUCKET', 'SERVICE_BUCKET']], 'Phrase' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.+'], 'Phrases' => ['type' => 'list', 'member' => ['shape' => 'Phrase']], 'RedactionOutput' => ['type' => 'string', 'enum' => ['redacted', 'redacted_and_unredacted']], 'RedactionType' => ['type' => 'string', 'enum' => ['PII']], 'Settings' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'ShowSpeakerLabels' => ['shape' => 'Boolean'], 'MaxSpeakerLabels' => ['shape' => 'MaxSpeakers'], 'ChannelIdentification' => ['shape' => 'Boolean'], 'ShowAlternatives' => ['shape' => 'Boolean'], 'MaxAlternatives' => ['shape' => 'MaxAlternatives'], 'VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'VocabularyFilterMethod' => ['shape' => 'VocabularyFilterMethod']]], 'StartTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName', 'LanguageCode', 'Media'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'OutputBucketName' => ['shape' => 'OutputBucketName'], 'OutputEncryptionKMSKeyId' => ['shape' => 'KMSKeyId'], 'Settings' => ['shape' => 'Settings'], 'JobExecutionSettings' => ['shape' => 'JobExecutionSettings'], 'ContentRedaction' => ['shape' => 'ContentRedaction']]], 'StartTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['TranscriptionJob' => ['shape' => 'TranscriptionJob']]], 'String' => ['type' => 'string'], 'Transcript' => ['type' => 'structure', 'members' => ['TranscriptFileUri' => ['shape' => 'Uri'], 'RedactedTranscriptFileUri' => ['shape' => 'Uri']]], 'TranscriptionJob' => ['type' => 'structure', 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'Transcript' => ['shape' => 'Transcript'], 'StartTime' => ['shape' => 'DateTime'], 'CreationTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'Settings' => ['shape' => 'Settings'], 'JobExecutionSettings' => ['shape' => 'JobExecutionSettings'], 'ContentRedaction' => ['shape' => 'ContentRedaction']]], 'TranscriptionJobName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'TranscriptionJobStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'FAILED', 'COMPLETED']], 'TranscriptionJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TranscriptionJobSummary']], 'TranscriptionJobSummary' => ['type' => 'structure', 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'CreationTime' => ['shape' => 'DateTime'], 'StartTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'OutputLocationType' => ['shape' => 'OutputLocationType'], 'ContentRedaction' => ['shape' => 'ContentRedaction']]], 'UpdateVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'Words' => ['shape' => 'Words'], 'VocabularyFilterFileUri' => ['shape' => 'Uri']]], 'UpdateVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'UpdateVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Phrases' => ['shape' => 'Phrases'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'UpdateVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'VocabularyState' => ['shape' => 'VocabularyState']]], 'Uri' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '(s3://|http(s*)://).+'], 'Vocabularies' => ['type' => 'list', 'member' => ['shape' => 'VocabularyInfo']], 'VocabularyFilterInfo' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'VocabularyFilterMethod' => ['type' => 'string', 'enum' => ['remove', 'mask']], 'VocabularyFilterName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'VocabularyFilters' => ['type' => 'list', 'member' => ['shape' => 'VocabularyFilterInfo']], 'VocabularyInfo' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'VocabularyState' => ['shape' => 'VocabularyState']]], 'VocabularyName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'VocabularyState' => ['type' => 'string', 'enum' => ['PENDING', 'READY', 'FAILED']], 'Word' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Words' => ['type' => 'list', 'member' => ['shape' => 'Word'], 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-10-26', 'endpointPrefix' => 'transcribe', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Transcribe Service', 'serviceId' => 'Transcribe', 'signatureVersion' => 'v4', 'signingName' => 'transcribe', 'targetPrefix' => 'Transcribe', 'uid' => 'transcribe-2017-10-26'], 'operations' => ['CreateLanguageModel' => ['name' => 'CreateLanguageModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateLanguageModelRequest'], 'output' => ['shape' => 'CreateLanguageModelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'CreateMedicalVocabulary' => ['name' => 'CreateMedicalVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateMedicalVocabularyRequest'], 'output' => ['shape' => 'CreateMedicalVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'CreateVocabulary' => ['name' => 'CreateVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVocabularyRequest'], 'output' => ['shape' => 'CreateVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'CreateVocabularyFilter' => ['name' => 'CreateVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateVocabularyFilterRequest'], 'output' => ['shape' => 'CreateVocabularyFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'DeleteLanguageModel' => ['name' => 'DeleteLanguageModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLanguageModelRequest'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'DeleteMedicalTranscriptionJob' => ['name' => 'DeleteMedicalTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMedicalTranscriptionJobRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteMedicalVocabulary' => ['name' => 'DeleteMedicalVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMedicalVocabularyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteTranscriptionJob' => ['name' => 'DeleteTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTranscriptionJobRequest'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteVocabulary' => ['name' => 'DeleteVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVocabularyRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DeleteVocabularyFilter' => ['name' => 'DeleteVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteVocabularyFilterRequest'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'BadRequestException'], ['shape' => 'InternalFailureException']]], 'DescribeLanguageModel' => ['name' => 'DescribeLanguageModel', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeLanguageModelRequest'], 'output' => ['shape' => 'DescribeLanguageModelResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]], 'GetMedicalTranscriptionJob' => ['name' => 'GetMedicalTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMedicalTranscriptionJobRequest'], 'output' => ['shape' => 'GetMedicalTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]], 'GetMedicalVocabulary' => ['name' => 'GetMedicalVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMedicalVocabularyRequest'], 'output' => ['shape' => 'GetMedicalVocabularyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetTranscriptionJob' => ['name' => 'GetTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetTranscriptionJobRequest'], 'output' => ['shape' => 'GetTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]], 'GetVocabulary' => ['name' => 'GetVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVocabularyRequest'], 'output' => ['shape' => 'GetVocabularyResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'GetVocabularyFilter' => ['name' => 'GetVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetVocabularyFilterRequest'], 'output' => ['shape' => 'GetVocabularyFilterResponse'], 'errors' => [['shape' => 'NotFoundException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'BadRequestException']]], 'ListLanguageModels' => ['name' => 'ListLanguageModels', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLanguageModelsRequest'], 'output' => ['shape' => 'ListLanguageModelsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListMedicalTranscriptionJobs' => ['name' => 'ListMedicalTranscriptionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMedicalTranscriptionJobsRequest'], 'output' => ['shape' => 'ListMedicalTranscriptionJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListMedicalVocabularies' => ['name' => 'ListMedicalVocabularies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMedicalVocabulariesRequest'], 'output' => ['shape' => 'ListMedicalVocabulariesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListTranscriptionJobs' => ['name' => 'ListTranscriptionJobs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTranscriptionJobsRequest'], 'output' => ['shape' => 'ListTranscriptionJobsResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListVocabularies' => ['name' => 'ListVocabularies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVocabulariesRequest'], 'output' => ['shape' => 'ListVocabulariesResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'ListVocabularyFilters' => ['name' => 'ListVocabularyFilters', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListVocabularyFiltersRequest'], 'output' => ['shape' => 'ListVocabularyFiltersResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException']]], 'StartMedicalTranscriptionJob' => ['name' => 'StartMedicalTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartMedicalTranscriptionJobRequest'], 'output' => ['shape' => 'StartMedicalTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'StartTranscriptionJob' => ['name' => 'StartTranscriptionJob', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartTranscriptionJobRequest'], 'output' => ['shape' => 'StartTranscriptionJobResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'ConflictException']]], 'UpdateMedicalVocabulary' => ['name' => 'UpdateMedicalVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMedicalVocabularyRequest'], 'output' => ['shape' => 'UpdateMedicalVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateVocabulary' => ['name' => 'UpdateVocabulary', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVocabularyRequest'], 'output' => ['shape' => 'UpdateVocabularyResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException'], ['shape' => 'ConflictException']]], 'UpdateVocabularyFilter' => ['name' => 'UpdateVocabularyFilter', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateVocabularyFilterRequest'], 'output' => ['shape' => 'UpdateVocabularyFilterResponse'], 'errors' => [['shape' => 'BadRequestException'], ['shape' => 'LimitExceededException'], ['shape' => 'InternalFailureException'], ['shape' => 'NotFoundException']]]], 'shapes' => ['BadRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'FailureReason']], 'exception' => \true], 'BaseModelName' => ['type' => 'string', 'enum' => ['NarrowBand', 'WideBand']], 'Boolean' => ['type' => 'boolean'], 'CLMLanguageCode' => ['type' => 'string', 'enum' => ['en-US']], 'ConflictException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ContentRedaction' => ['type' => 'structure', 'required' => ['RedactionType', 'RedactionOutput'], 'members' => ['RedactionType' => ['shape' => 'RedactionType'], 'RedactionOutput' => ['shape' => 'RedactionOutput']]], 'CreateLanguageModelRequest' => ['type' => 'structure', 'required' => ['LanguageCode', 'BaseModelName', 'ModelName', 'InputDataConfig'], 'members' => ['LanguageCode' => ['shape' => 'CLMLanguageCode'], 'BaseModelName' => ['shape' => 'BaseModelName'], 'ModelName' => ['shape' => 'ModelName'], 'InputDataConfig' => ['shape' => 'InputDataConfig']]], 'CreateLanguageModelResponse' => ['type' => 'structure', 'members' => ['LanguageCode' => ['shape' => 'CLMLanguageCode'], 'BaseModelName' => ['shape' => 'BaseModelName'], 'ModelName' => ['shape' => 'ModelName'], 'InputDataConfig' => ['shape' => 'InputDataConfig'], 'ModelStatus' => ['shape' => 'ModelStatus']]], 'CreateMedicalVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode', 'VocabularyFileUri'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'CreateMedicalVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason']]], 'CreateVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName', 'LanguageCode'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Words' => ['shape' => 'Words'], 'VocabularyFilterFileUri' => ['shape' => 'Uri']]], 'CreateVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'CreateVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Phrases' => ['shape' => 'Phrases'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'CreateVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason']]], 'DataAccessRoleArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:(aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):iam::[0-9]{0,63}:role/[A-Za-z0-9:_/+=,@.-]{0,1024}$'], 'DateTime' => ['type' => 'timestamp'], 'DeleteLanguageModelRequest' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DeleteMedicalTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['MedicalTranscriptionJobName'], 'members' => ['MedicalTranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'DeleteMedicalVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'DeleteTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'DeleteVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName']]], 'DeleteVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'DescribeLanguageModelRequest' => ['type' => 'structure', 'required' => ['ModelName'], 'members' => ['ModelName' => ['shape' => 'ModelName']]], 'DescribeLanguageModelResponse' => ['type' => 'structure', 'members' => ['LanguageModel' => ['shape' => 'LanguageModel']]], 'FailureReason' => ['type' => 'string'], 'GetMedicalTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['MedicalTranscriptionJobName'], 'members' => ['MedicalTranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'GetMedicalTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['MedicalTranscriptionJob' => ['shape' => 'MedicalTranscriptionJob']]], 'GetMedicalVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'GetMedicalVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'DownloadUri' => ['shape' => 'Uri']]], 'GetTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName']]], 'GetTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['TranscriptionJob' => ['shape' => 'TranscriptionJob']]], 'GetVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName']]], 'GetVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'DownloadUri' => ['shape' => 'Uri']]], 'GetVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName']]], 'GetVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyState' => ['shape' => 'VocabularyState'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'DownloadUri' => ['shape' => 'Uri']]], 'InputDataConfig' => ['type' => 'structure', 'required' => ['S3Uri', 'DataAccessRoleArn'], 'members' => ['S3Uri' => ['shape' => 'Uri'], 'TuningDataS3Uri' => ['shape' => 'Uri'], 'DataAccessRoleArn' => ['shape' => 'DataAccessRoleArn']]], 'InternalFailureException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true, 'fault' => \true], 'JobExecutionSettings' => ['type' => 'structure', 'members' => ['AllowDeferredExecution' => ['shape' => 'Boolean'], 'DataAccessRoleArn' => ['shape' => 'DataAccessRoleArn']]], 'KMSKeyId' => ['type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$'], 'LanguageCode' => ['type' => 'string', 'enum' => ['af-ZA', 'ar-AE', 'ar-SA', 'cy-GB', 'da-DK', 'de-CH', 'de-DE', 'en-AB', 'en-AU', 'en-GB', 'en-IE', 'en-IN', 'en-US', 'en-WL', 'es-ES', 'es-US', 'fa-IR', 'fr-CA', 'fr-FR', 'ga-IE', 'gd-GB', 'he-IL', 'hi-IN', 'id-ID', 'it-IT', 'ja-JP', 'ko-KR', 'ms-MY', 'nl-NL', 'pt-BR', 'pt-PT', 'ru-RU', 'ta-IN', 'te-IN', 'tr-TR', 'zh-CN']], 'LanguageModel' => ['type' => 'structure', 'members' => ['ModelName' => ['shape' => 'ModelName'], 'CreateTime' => ['shape' => 'DateTime'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'LanguageCode' => ['shape' => 'CLMLanguageCode'], 'BaseModelName' => ['shape' => 'BaseModelName'], 'ModelStatus' => ['shape' => 'ModelStatus'], 'UpgradeAvailability' => ['shape' => 'Boolean'], 'FailureReason' => ['shape' => 'FailureReason'], 'InputDataConfig' => ['shape' => 'InputDataConfig']]], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListLanguageModelsRequest' => ['type' => 'structure', 'members' => ['StatusEquals' => ['shape' => 'ModelStatus'], 'NameContains' => ['shape' => 'ModelName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListLanguageModelsResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Models' => ['shape' => 'Models']]], 'ListMedicalTranscriptionJobsRequest' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'JobNameContains' => ['shape' => 'TranscriptionJobName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListMedicalTranscriptionJobsResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'NextToken' => ['shape' => 'NextToken'], 'MedicalTranscriptionJobSummaries' => ['shape' => 'MedicalTranscriptionJobSummaries']]], 'ListMedicalVocabulariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StateEquals' => ['shape' => 'VocabularyState'], 'NameContains' => ['shape' => 'VocabularyName']]], 'ListMedicalVocabulariesResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'VocabularyState'], 'NextToken' => ['shape' => 'NextToken'], 'Vocabularies' => ['shape' => 'Vocabularies']]], 'ListTranscriptionJobsRequest' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'JobNameContains' => ['shape' => 'TranscriptionJobName'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListTranscriptionJobsResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'TranscriptionJobStatus'], 'NextToken' => ['shape' => 'NextToken'], 'TranscriptionJobSummaries' => ['shape' => 'TranscriptionJobSummaries']]], 'ListVocabulariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'StateEquals' => ['shape' => 'VocabularyState'], 'NameContains' => ['shape' => 'VocabularyName']]], 'ListVocabulariesResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'VocabularyState'], 'NextToken' => ['shape' => 'NextToken'], 'Vocabularies' => ['shape' => 'Vocabularies']]], 'ListVocabularyFiltersRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults'], 'NameContains' => ['shape' => 'VocabularyFilterName']]], 'ListVocabularyFiltersResponse' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'VocabularyFilters' => ['shape' => 'VocabularyFilters']]], 'MaxAlternatives' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'MaxResults' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'MaxSpeakers' => ['type' => 'integer', 'max' => 10, 'min' => 2], 'Media' => ['type' => 'structure', 'members' => ['MediaFileUri' => ['shape' => 'Uri']]], 'MediaFormat' => ['type' => 'string', 'enum' => ['mp3', 'mp4', 'wav', 'flac']], 'MediaSampleRateHertz' => ['type' => 'integer', 'max' => 48000, 'min' => 8000], 'MedicalTranscript' => ['type' => 'structure', 'members' => ['TranscriptFileUri' => ['shape' => 'Uri']]], 'MedicalTranscriptionJob' => ['type' => 'structure', 'members' => ['MedicalTranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'Transcript' => ['shape' => 'MedicalTranscript'], 'StartTime' => ['shape' => 'DateTime'], 'CreationTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'Settings' => ['shape' => 'MedicalTranscriptionSetting'], 'Specialty' => ['shape' => 'Specialty'], 'Type' => ['shape' => 'Type']]], 'MedicalTranscriptionJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'MedicalTranscriptionJobSummary']], 'MedicalTranscriptionJobSummary' => ['type' => 'structure', 'members' => ['MedicalTranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'CreationTime' => ['shape' => 'DateTime'], 'StartTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'OutputLocationType' => ['shape' => 'OutputLocationType'], 'Specialty' => ['shape' => 'Specialty'], 'Type' => ['shape' => 'Type']]], 'MedicalTranscriptionSetting' => ['type' => 'structure', 'members' => ['ShowSpeakerLabels' => ['shape' => 'Boolean'], 'MaxSpeakerLabels' => ['shape' => 'MaxSpeakers'], 'ChannelIdentification' => ['shape' => 'Boolean'], 'ShowAlternatives' => ['shape' => 'Boolean'], 'MaxAlternatives' => ['shape' => 'MaxAlternatives'], 'VocabularyName' => ['shape' => 'VocabularyName']]], 'ModelName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'ModelSettings' => ['type' => 'structure', 'members' => ['LanguageModelName' => ['shape' => 'ModelName']]], 'ModelStatus' => ['type' => 'string', 'enum' => ['IN_PROGRESS', 'FAILED', 'COMPLETED']], 'Models' => ['type' => 'list', 'member' => ['shape' => 'LanguageModel']], 'NextToken' => ['type' => 'string', 'max' => 8192, 'pattern' => '.+'], 'NotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OutputBucketName' => ['type' => 'string', 'max' => 64, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]'], 'OutputLocationType' => ['type' => 'string', 'enum' => ['CUSTOMER_BUCKET', 'SERVICE_BUCKET']], 'Phrase' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.+'], 'Phrases' => ['type' => 'list', 'member' => ['shape' => 'Phrase']], 'RedactionOutput' => ['type' => 'string', 'enum' => ['redacted', 'redacted_and_unredacted']], 'RedactionType' => ['type' => 'string', 'enum' => ['PII']], 'Settings' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'ShowSpeakerLabels' => ['shape' => 'Boolean'], 'MaxSpeakerLabels' => ['shape' => 'MaxSpeakers'], 'ChannelIdentification' => ['shape' => 'Boolean'], 'ShowAlternatives' => ['shape' => 'Boolean'], 'MaxAlternatives' => ['shape' => 'MaxAlternatives'], 'VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'VocabularyFilterMethod' => ['shape' => 'VocabularyFilterMethod']]], 'Specialty' => ['type' => 'string', 'enum' => ['PRIMARYCARE']], 'StartMedicalTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['MedicalTranscriptionJobName', 'LanguageCode', 'Media', 'OutputBucketName', 'Specialty', 'Type'], 'members' => ['MedicalTranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'OutputBucketName' => ['shape' => 'OutputBucketName'], 'OutputEncryptionKMSKeyId' => ['shape' => 'KMSKeyId'], 'Settings' => ['shape' => 'MedicalTranscriptionSetting'], 'Specialty' => ['shape' => 'Specialty'], 'Type' => ['shape' => 'Type']]], 'StartMedicalTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['MedicalTranscriptionJob' => ['shape' => 'MedicalTranscriptionJob']]], 'StartTranscriptionJobRequest' => ['type' => 'structure', 'required' => ['TranscriptionJobName', 'LanguageCode', 'Media'], 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'OutputBucketName' => ['shape' => 'OutputBucketName'], 'OutputEncryptionKMSKeyId' => ['shape' => 'KMSKeyId'], 'Settings' => ['shape' => 'Settings'], 'ModelSettings' => ['shape' => 'ModelSettings'], 'JobExecutionSettings' => ['shape' => 'JobExecutionSettings'], 'ContentRedaction' => ['shape' => 'ContentRedaction']]], 'StartTranscriptionJobResponse' => ['type' => 'structure', 'members' => ['TranscriptionJob' => ['shape' => 'TranscriptionJob']]], 'String' => ['type' => 'string'], 'Transcript' => ['type' => 'structure', 'members' => ['TranscriptFileUri' => ['shape' => 'Uri'], 'RedactedTranscriptFileUri' => ['shape' => 'Uri']]], 'TranscriptionJob' => ['type' => 'structure', 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'MediaSampleRateHertz' => ['shape' => 'MediaSampleRateHertz'], 'MediaFormat' => ['shape' => 'MediaFormat'], 'Media' => ['shape' => 'Media'], 'Transcript' => ['shape' => 'Transcript'], 'StartTime' => ['shape' => 'DateTime'], 'CreationTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'FailureReason' => ['shape' => 'FailureReason'], 'Settings' => ['shape' => 'Settings'], 'ModelSettings' => ['shape' => 'ModelSettings'], 'JobExecutionSettings' => ['shape' => 'JobExecutionSettings'], 'ContentRedaction' => ['shape' => 'ContentRedaction']]], 'TranscriptionJobName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'TranscriptionJobStatus' => ['type' => 'string', 'enum' => ['QUEUED', 'IN_PROGRESS', 'FAILED', 'COMPLETED']], 'TranscriptionJobSummaries' => ['type' => 'list', 'member' => ['shape' => 'TranscriptionJobSummary']], 'TranscriptionJobSummary' => ['type' => 'structure', 'members' => ['TranscriptionJobName' => ['shape' => 'TranscriptionJobName'], 'CreationTime' => ['shape' => 'DateTime'], 'StartTime' => ['shape' => 'DateTime'], 'CompletionTime' => ['shape' => 'DateTime'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'TranscriptionJobStatus' => ['shape' => 'TranscriptionJobStatus'], 'FailureReason' => ['shape' => 'FailureReason'], 'OutputLocationType' => ['shape' => 'OutputLocationType'], 'ContentRedaction' => ['shape' => 'ContentRedaction'], 'ModelSettings' => ['shape' => 'ModelSettings']]], 'Type' => ['type' => 'string', 'enum' => ['CONVERSATION', 'DICTATION']], 'UpdateMedicalVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'UpdateMedicalVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'VocabularyState' => ['shape' => 'VocabularyState']]], 'UpdateVocabularyFilterRequest' => ['type' => 'structure', 'required' => ['VocabularyFilterName'], 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'Words' => ['shape' => 'Words'], 'VocabularyFilterFileUri' => ['shape' => 'Uri']]], 'UpdateVocabularyFilterResponse' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'UpdateVocabularyRequest' => ['type' => 'structure', 'required' => ['VocabularyName', 'LanguageCode'], 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'Phrases' => ['shape' => 'Phrases'], 'VocabularyFileUri' => ['shape' => 'Uri']]], 'UpdateVocabularyResponse' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'VocabularyState' => ['shape' => 'VocabularyState']]], 'Uri' => ['type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '(s3://|http(s*)://).+'], 'Vocabularies' => ['type' => 'list', 'member' => ['shape' => 'VocabularyInfo']], 'VocabularyFilterInfo' => ['type' => 'structure', 'members' => ['VocabularyFilterName' => ['shape' => 'VocabularyFilterName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime']]], 'VocabularyFilterMethod' => ['type' => 'string', 'enum' => ['remove', 'mask']], 'VocabularyFilterName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'VocabularyFilters' => ['type' => 'list', 'member' => ['shape' => 'VocabularyFilterInfo']], 'VocabularyInfo' => ['type' => 'structure', 'members' => ['VocabularyName' => ['shape' => 'VocabularyName'], 'LanguageCode' => ['shape' => 'LanguageCode'], 'LastModifiedTime' => ['shape' => 'DateTime'], 'VocabularyState' => ['shape' => 'VocabularyState']]], 'VocabularyName' => ['type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+'], 'VocabularyState' => ['type' => 'string', 'enum' => ['PENDING', 'READY', 'FAILED']], 'Word' => ['type' => 'string', 'max' => 256, 'min' => 1], 'Words' => ['type' => 'list', 'member' => ['shape' => 'Word'], 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/data/transcribe/2017-10-26/paginators-1.json.php b/vendor/Aws3/Aws/data/transcribe/2017-10-26/paginators-1.json.php index 990dd623..35a99912 100644 --- a/vendor/Aws3/Aws/data/transcribe/2017-10-26/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/transcribe/2017-10-26/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListTranscriptionJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVocabularies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVocabularyFilters' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListLanguageModels' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListMedicalTranscriptionJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListMedicalVocabularies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTranscriptionJobs' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVocabularies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListVocabularyFilters' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/transfer/2018-11-05/api-2.json.php b/vendor/Aws3/Aws/data/transfer/2018-11-05/api-2.json.php index 347d9f7c..cbd41c9a 100644 --- a/vendor/Aws3/Aws/data/transfer/2018-11-05/api-2.json.php +++ b/vendor/Aws3/Aws/data/transfer/2018-11-05/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-11-05', 'endpointPrefix' => 'transfer', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Transfer', 'serviceFullName' => 'AWS Transfer for SFTP', 'serviceId' => 'Transfer', 'signatureVersion' => 'v4', 'signingName' => 'transfer', 'targetPrefix' => 'TransferService', 'uid' => 'transfer-2018-11-05'], 'operations' => ['CreateServer' => ['name' => 'CreateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServerRequest'], 'output' => ['shape' => 'CreateServerResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteServer' => ['name' => 'DeleteServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteSshPublicKey' => ['name' => 'DeleteSshPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSshPublicKeyRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeServer' => ['name' => 'DescribeServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServerRequest'], 'output' => ['shape' => 'DescribeServerResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'ImportSshPublicKey' => ['name' => 'ImportSshPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSshPublicKeyRequest'], 'output' => ['shape' => 'ImportSshPublicKeyResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListServers' => ['name' => 'ListServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServersRequest'], 'output' => ['shape' => 'ListServersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'StartServer' => ['name' => 'StartServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartServerRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'StopServer' => ['name' => 'StopServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopServerRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'TestIdentityProvider' => ['name' => 'TestIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestIdentityProviderRequest'], 'output' => ['shape' => 'TestIdentityProviderResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateServer' => ['name' => 'UpdateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerRequest'], 'output' => ['shape' => 'UpdateServerResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AddressAllocationId' => ['type' => 'string'], 'AddressAllocationIds' => ['type' => 'list', 'member' => ['shape' => 'AddressAllocationId']], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 20, 'pattern' => 'arn:.*'], 'ConflictException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'CreateServerRequest' => ['type' => 'structure', 'members' => ['EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKey' => ['shape' => 'HostKey'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'LoggingRole' => ['shape' => 'Role'], 'Tags' => ['shape' => 'Tags']]], 'CreateServerResponse' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['Role', 'ServerId', 'UserName'], 'members' => ['HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'Tags' => ['shape' => 'Tags'], 'UserName' => ['shape' => 'UserName']]], 'CreateUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DateImported' => ['type' => 'timestamp'], 'DeleteServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'DeleteSshPublicKeyRequest' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId'], 'UserName' => ['shape' => 'UserName']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DescribeServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'DescribeServerResponse' => ['type' => 'structure', 'required' => ['Server'], 'members' => ['Server' => ['shape' => 'DescribedServer']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DescribeUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'User'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'User' => ['shape' => 'DescribedUser']]], 'DescribedServer' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKeyFingerprint' => ['shape' => 'HostKeyFingerprint'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'LoggingRole' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'State' => ['shape' => 'State'], 'Tags' => ['shape' => 'Tags'], 'UserCount' => ['shape' => 'UserCount']]], 'DescribedUser' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'SshPublicKeys' => ['shape' => 'SshPublicKeys'], 'Tags' => ['shape' => 'Tags'], 'UserName' => ['shape' => 'UserName']]], 'EndpointDetails' => ['type' => 'structure', 'members' => ['AddressAllocationIds' => ['shape' => 'AddressAllocationIds'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'VpcId' => ['shape' => 'VpcId']]], 'EndpointType' => ['type' => 'string', 'enum' => ['PUBLIC', 'VPC', 'VPC_ENDPOINT']], 'HomeDirectory' => ['type' => 'string', 'max' => 1024, 'pattern' => '^$|/.*'], 'HomeDirectoryMapEntry' => ['type' => 'structure', 'required' => ['Entry', 'Target'], 'members' => ['Entry' => ['shape' => 'MapEntry'], 'Target' => ['shape' => 'MapTarget']]], 'HomeDirectoryMappings' => ['type' => 'list', 'member' => ['shape' => 'HomeDirectoryMapEntry'], 'max' => 50, 'min' => 1], 'HomeDirectoryType' => ['type' => 'string', 'enum' => ['PATH', 'LOGICAL']], 'HostKey' => ['type' => 'string', 'max' => 4096, 'sensitive' => \true], 'HostKeyFingerprint' => ['type' => 'string'], 'IdentityProviderDetails' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'Url'], 'InvocationRole' => ['shape' => 'Role']]], 'IdentityProviderType' => ['type' => 'string', 'enum' => ['SERVICE_MANAGED', 'API_GATEWAY']], 'ImportSshPublicKeyRequest' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyBody', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'UserName' => ['shape' => 'UserName']]], 'ImportSshPublicKeyResponse' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId'], 'UserName' => ['shape' => 'UserName']]], 'InternalServiceError' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'ListServersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListServersResponse' => ['type' => 'structure', 'required' => ['Servers'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Servers' => ['shape' => 'ListedServers']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'Tags']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'ServerId' => ['shape' => 'ServerId']]], 'ListUsersResponse' => ['type' => 'structure', 'required' => ['ServerId', 'Users'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ServerId' => ['shape' => 'ServerId'], 'Users' => ['shape' => 'ListedUsers']]], 'ListedServer' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'EndpointType' => ['shape' => 'EndpointType'], 'LoggingRole' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'State' => ['shape' => 'State'], 'UserCount' => ['shape' => 'UserCount']]], 'ListedServers' => ['type' => 'list', 'member' => ['shape' => 'ListedServer']], 'ListedUser' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'Role' => ['shape' => 'Role'], 'SshPublicKeyCount' => ['shape' => 'SshPublicKeyCount'], 'UserName' => ['shape' => 'UserName']]], 'ListedUsers' => ['type' => 'list', 'member' => ['shape' => 'ListedUser']], 'MapEntry' => ['type' => 'string', 'max' => 1024, 'pattern' => '^/.*'], 'MapTarget' => ['type' => 'string', 'max' => 1024, 'pattern' => '^/.*'], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 6144, 'min' => 1], 'NullableRole' => ['type' => 'string', 'max' => 2048, 'pattern' => '^$|arn:.*role/.*'], 'Policy' => ['type' => 'string', 'max' => 2048], 'Resource' => ['type' => 'string'], 'ResourceExistsException' => ['type' => 'structure', 'required' => ['Message', 'Resource', 'ResourceType'], 'members' => ['Message' => ['shape' => 'Message'], 'Resource' => ['shape' => 'Resource'], 'ResourceType' => ['shape' => 'ResourceType']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['Message', 'Resource', 'ResourceType'], 'members' => ['Message' => ['shape' => 'Message'], 'Resource' => ['shape' => 'Resource'], 'ResourceType' => ['shape' => 'ResourceType']], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'Response' => ['type' => 'string'], 'RetryAfterSeconds' => ['type' => 'string'], 'Role' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:.*role/.*'], 'ServerId' => ['type' => 'string', 'max' => 19, 'min' => 19, 'pattern' => '^s-([0-9a-f]{17})$'], 'ServiceErrorMessage' => ['type' => 'string'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ServiceErrorMessage']], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'SshPublicKey' => ['type' => 'structure', 'required' => ['DateImported', 'SshPublicKeyBody', 'SshPublicKeyId'], 'members' => ['DateImported' => ['shape' => 'DateImported'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId']]], 'SshPublicKeyBody' => ['type' => 'string', 'max' => 2048, 'pattern' => '^ssh-rsa\\s+[A-Za-z0-9+/]+[=]{0,3}(\\s+.+)?\\s*$'], 'SshPublicKeyCount' => ['type' => 'integer'], 'SshPublicKeyId' => ['type' => 'string', 'max' => 21, 'min' => 21, 'pattern' => '^key-[0-9a-f]{17}$'], 'SshPublicKeys' => ['type' => 'list', 'member' => ['shape' => 'SshPublicKey'], 'max' => 5], 'StartServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'State' => ['type' => 'string', 'enum' => ['OFFLINE', 'ONLINE', 'STARTING', 'STOPPING', 'START_FAILED', 'STOP_FAILED']], 'StatusCode' => ['type' => 'integer'], 'StopServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'SubnetId' => ['type' => 'string'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TestIdentityProviderRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName'], 'UserPassword' => ['shape' => 'UserPassword']]], 'TestIdentityProviderResponse' => ['type' => 'structure', 'required' => ['StatusCode', 'Url'], 'members' => ['Response' => ['shape' => 'Response'], 'StatusCode' => ['shape' => 'StatusCode'], 'Message' => ['shape' => 'Message'], 'Url' => ['shape' => 'Url']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['RetryAfterSeconds' => ['shape' => 'RetryAfterSeconds']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'TagKeys'], 'members' => ['Arn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UpdateServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKey' => ['shape' => 'HostKey'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'LoggingRole' => ['shape' => 'NullableRole'], 'ServerId' => ['shape' => 'ServerId']]], 'UpdateServerResponse' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'UpdateUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'Url' => ['type' => 'string', 'max' => 255], 'UserCount' => ['type' => 'integer'], 'UserName' => ['type' => 'string', 'max' => 32, 'min' => 3, 'pattern' => '^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$'], 'UserPassword' => ['type' => 'string', 'max' => 2048, 'sensitive' => \true], 'VpcEndpointId' => ['type' => 'string', 'max' => 22, 'min' => 22, 'pattern' => '^vpce-[0-9a-f]{17}$'], 'VpcId' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-11-05', 'endpointPrefix' => 'transfer', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS Transfer', 'serviceFullName' => 'AWS Transfer Family', 'serviceId' => 'Transfer', 'signatureVersion' => 'v4', 'signingName' => 'transfer', 'targetPrefix' => 'TransferService', 'uid' => 'transfer-2018-11-05'], 'operations' => ['CreateServer' => ['name' => 'CreateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateServerRequest'], 'output' => ['shape' => 'CreateServerResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ThrottlingException']]], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteServer' => ['name' => 'DeleteServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteServerRequest'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DeleteSshPublicKey' => ['name' => 'DeleteSshPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSshPublicKeyRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeSecurityPolicy' => ['name' => 'DescribeSecurityPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeSecurityPolicyRequest'], 'output' => ['shape' => 'DescribeSecurityPolicyResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeServer' => ['name' => 'DescribeServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeServerRequest'], 'output' => ['shape' => 'DescribeServerResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'ImportSshPublicKey' => ['name' => 'ImportSshPublicKey', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportSshPublicKeyRequest'], 'output' => ['shape' => 'ImportSshPublicKeyResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'ListSecurityPolicies' => ['name' => 'ListSecurityPolicies', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSecurityPoliciesRequest'], 'output' => ['shape' => 'ListSecurityPoliciesResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException']]], 'ListServers' => ['name' => 'ListServers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListServersRequest'], 'output' => ['shape' => 'ListServersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidNextTokenException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'StartServer' => ['name' => 'StartServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartServerRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'StopServer' => ['name' => 'StopServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopServerRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'TestIdentityProvider' => ['name' => 'TestIdentityProvider', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TestIdentityProviderRequest'], 'output' => ['shape' => 'TestIdentityProviderResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException']]], 'UpdateServer' => ['name' => 'UpdateServer', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateServerRequest'], 'output' => ['shape' => 'UpdateServerResponse'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'ServiceUnavailableException'], ['shape' => 'ConflictException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]], 'UpdateUser' => ['name' => 'UpdateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateUserRequest'], 'output' => ['shape' => 'UpdateUserResponse'], 'errors' => [['shape' => 'ServiceUnavailableException'], ['shape' => 'InternalServiceError'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ThrottlingException']]]], 'shapes' => ['AccessDeniedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ServiceErrorMessage']], 'exception' => \true, 'synthetic' => \true], 'AddressAllocationId' => ['type' => 'string'], 'AddressAllocationIds' => ['type' => 'list', 'member' => ['shape' => 'AddressAllocationId']], 'Arn' => ['type' => 'string', 'max' => 1600, 'min' => 20, 'pattern' => 'arn:.*'], 'Certificate' => ['type' => 'string', 'max' => 1600], 'ConflictException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'CreateServerRequest' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate'], 'EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKey' => ['shape' => 'HostKey'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'LoggingRole' => ['shape' => 'Role'], 'Protocols' => ['shape' => 'Protocols'], 'SecurityPolicyName' => ['shape' => 'SecurityPolicyName'], 'Tags' => ['shape' => 'Tags']]], 'CreateServerResponse' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['Role', 'ServerId', 'UserName'], 'members' => ['HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'Tags' => ['shape' => 'Tags'], 'UserName' => ['shape' => 'UserName']]], 'CreateUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DateImported' => ['type' => 'timestamp'], 'DeleteServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'DeleteSshPublicKeyRequest' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId'], 'UserName' => ['shape' => 'UserName']]], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DescribeSecurityPolicyRequest' => ['type' => 'structure', 'required' => ['SecurityPolicyName'], 'members' => ['SecurityPolicyName' => ['shape' => 'SecurityPolicyName']]], 'DescribeSecurityPolicyResponse' => ['type' => 'structure', 'required' => ['SecurityPolicy'], 'members' => ['SecurityPolicy' => ['shape' => 'DescribedSecurityPolicy']]], 'DescribeServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'DescribeServerResponse' => ['type' => 'structure', 'required' => ['Server'], 'members' => ['Server' => ['shape' => 'DescribedServer']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'DescribeUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'User'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'User' => ['shape' => 'DescribedUser']]], 'DescribedSecurityPolicy' => ['type' => 'structure', 'required' => ['SecurityPolicyName'], 'members' => ['Fips' => ['shape' => 'Fips'], 'SecurityPolicyName' => ['shape' => 'SecurityPolicyName'], 'SshCiphers' => ['shape' => 'SecurityPolicyOptions'], 'SshKexs' => ['shape' => 'SecurityPolicyOptions'], 'SshMacs' => ['shape' => 'SecurityPolicyOptions'], 'TlsCiphers' => ['shape' => 'SecurityPolicyOptions']]], 'DescribedServer' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Certificate' => ['shape' => 'Certificate'], 'EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKeyFingerprint' => ['shape' => 'HostKeyFingerprint'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'LoggingRole' => ['shape' => 'Role'], 'Protocols' => ['shape' => 'Protocols'], 'SecurityPolicyName' => ['shape' => 'SecurityPolicyName'], 'ServerId' => ['shape' => 'ServerId'], 'State' => ['shape' => 'State'], 'Tags' => ['shape' => 'Tags'], 'UserCount' => ['shape' => 'UserCount']]], 'DescribedUser' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'SshPublicKeys' => ['shape' => 'SshPublicKeys'], 'Tags' => ['shape' => 'Tags'], 'UserName' => ['shape' => 'UserName']]], 'EndpointDetails' => ['type' => 'structure', 'members' => ['AddressAllocationIds' => ['shape' => 'AddressAllocationIds'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'VpcEndpointId' => ['shape' => 'VpcEndpointId'], 'VpcId' => ['shape' => 'VpcId']]], 'EndpointType' => ['type' => 'string', 'enum' => ['PUBLIC', 'VPC', 'VPC_ENDPOINT']], 'Fips' => ['type' => 'boolean'], 'HomeDirectory' => ['type' => 'string', 'max' => 1024, 'pattern' => '^$|/.*'], 'HomeDirectoryMapEntry' => ['type' => 'structure', 'required' => ['Entry', 'Target'], 'members' => ['Entry' => ['shape' => 'MapEntry'], 'Target' => ['shape' => 'MapTarget']]], 'HomeDirectoryMappings' => ['type' => 'list', 'member' => ['shape' => 'HomeDirectoryMapEntry'], 'max' => 50, 'min' => 1], 'HomeDirectoryType' => ['type' => 'string', 'enum' => ['PATH', 'LOGICAL']], 'HostKey' => ['type' => 'string', 'max' => 4096, 'sensitive' => \true], 'HostKeyFingerprint' => ['type' => 'string'], 'IdentityProviderDetails' => ['type' => 'structure', 'members' => ['Url' => ['shape' => 'Url'], 'InvocationRole' => ['shape' => 'Role']]], 'IdentityProviderType' => ['type' => 'string', 'enum' => ['SERVICE_MANAGED', 'API_GATEWAY']], 'ImportSshPublicKeyRequest' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyBody', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'UserName' => ['shape' => 'UserName']]], 'ImportSshPublicKeyResponse' => ['type' => 'structure', 'required' => ['ServerId', 'SshPublicKeyId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId'], 'UserName' => ['shape' => 'UserName']]], 'InternalServiceError' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true, 'fault' => \true], 'InvalidNextTokenException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'required' => ['Message'], 'members' => ['Message' => ['shape' => 'Message']], 'exception' => \true], 'ListSecurityPoliciesRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListSecurityPoliciesResponse' => ['type' => 'structure', 'required' => ['SecurityPolicyNames'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'SecurityPolicyNames' => ['shape' => 'SecurityPolicyNames']]], 'ListServersRequest' => ['type' => 'structure', 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListServersResponse' => ['type' => 'structure', 'required' => ['Servers'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'Servers' => ['shape' => 'ListedServers']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Arn' => ['shape' => 'Arn'], 'NextToken' => ['shape' => 'NextToken'], 'Tags' => ['shape' => 'Tags']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken'], 'ServerId' => ['shape' => 'ServerId']]], 'ListUsersResponse' => ['type' => 'structure', 'required' => ['ServerId', 'Users'], 'members' => ['NextToken' => ['shape' => 'NextToken'], 'ServerId' => ['shape' => 'ServerId'], 'Users' => ['shape' => 'ListedUsers']]], 'ListedServer' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'EndpointType' => ['shape' => 'EndpointType'], 'LoggingRole' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'State' => ['shape' => 'State'], 'UserCount' => ['shape' => 'UserCount']]], 'ListedServers' => ['type' => 'list', 'member' => ['shape' => 'ListedServer']], 'ListedUser' => ['type' => 'structure', 'required' => ['Arn'], 'members' => ['Arn' => ['shape' => 'Arn'], 'HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'Role' => ['shape' => 'Role'], 'SshPublicKeyCount' => ['shape' => 'SshPublicKeyCount'], 'UserName' => ['shape' => 'UserName']]], 'ListedUsers' => ['type' => 'list', 'member' => ['shape' => 'ListedUser']], 'MapEntry' => ['type' => 'string', 'max' => 1024, 'pattern' => '^/.*'], 'MapTarget' => ['type' => 'string', 'max' => 1024, 'pattern' => '^/.*'], 'MaxResults' => ['type' => 'integer', 'max' => 1000, 'min' => 1], 'Message' => ['type' => 'string'], 'NextToken' => ['type' => 'string', 'max' => 6144, 'min' => 1], 'NullableRole' => ['type' => 'string', 'max' => 2048, 'pattern' => '^$|arn:.*role/.*'], 'Policy' => ['type' => 'string', 'max' => 2048], 'Protocol' => ['type' => 'string', 'enum' => ['SFTP', 'FTP', 'FTPS']], 'Protocols' => ['type' => 'list', 'member' => ['shape' => 'Protocol'], 'max' => 3, 'min' => 1], 'Resource' => ['type' => 'string'], 'ResourceExistsException' => ['type' => 'structure', 'required' => ['Message', 'Resource', 'ResourceType'], 'members' => ['Message' => ['shape' => 'Message'], 'Resource' => ['shape' => 'Resource'], 'ResourceType' => ['shape' => 'ResourceType']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'required' => ['Message', 'Resource', 'ResourceType'], 'members' => ['Message' => ['shape' => 'Message'], 'Resource' => ['shape' => 'Resource'], 'ResourceType' => ['shape' => 'ResourceType']], 'exception' => \true], 'ResourceType' => ['type' => 'string'], 'Response' => ['type' => 'string'], 'RetryAfterSeconds' => ['type' => 'string'], 'Role' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:.*role/.*'], 'SecurityPolicyName' => ['type' => 'string', 'max' => 100, 'pattern' => 'TransferSecurityPolicy-.+'], 'SecurityPolicyNames' => ['type' => 'list', 'member' => ['shape' => 'SecurityPolicyName']], 'SecurityPolicyOption' => ['type' => 'string', 'max' => 50], 'SecurityPolicyOptions' => ['type' => 'list', 'member' => ['shape' => 'SecurityPolicyOption']], 'ServerId' => ['type' => 'string', 'max' => 19, 'min' => 19, 'pattern' => '^s-([0-9a-f]{17})$'], 'ServiceErrorMessage' => ['type' => 'string'], 'ServiceUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ServiceErrorMessage']], 'exception' => \true, 'fault' => \true, 'synthetic' => \true], 'SourceIp' => ['type' => 'string', 'max' => 32, 'pattern' => '^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$'], 'SshPublicKey' => ['type' => 'structure', 'required' => ['DateImported', 'SshPublicKeyBody', 'SshPublicKeyId'], 'members' => ['DateImported' => ['shape' => 'DateImported'], 'SshPublicKeyBody' => ['shape' => 'SshPublicKeyBody'], 'SshPublicKeyId' => ['shape' => 'SshPublicKeyId']]], 'SshPublicKeyBody' => ['type' => 'string', 'max' => 2048, 'pattern' => '^ssh-rsa\\s+[A-Za-z0-9+/]+[=]{0,3}(\\s+.+)?\\s*$'], 'SshPublicKeyCount' => ['type' => 'integer'], 'SshPublicKeyId' => ['type' => 'string', 'max' => 21, 'min' => 21, 'pattern' => '^key-[0-9a-f]{17}$'], 'SshPublicKeys' => ['type' => 'list', 'member' => ['shape' => 'SshPublicKey'], 'max' => 5], 'StartServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'State' => ['type' => 'string', 'enum' => ['OFFLINE', 'ONLINE', 'STARTING', 'STOPPING', 'START_FAILED', 'STOP_FAILED']], 'StatusCode' => ['type' => 'integer'], 'StopServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'SubnetId' => ['type' => 'string'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128], 'TagKeys' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'Tags'], 'members' => ['Arn' => ['shape' => 'Arn'], 'Tags' => ['shape' => 'Tags']]], 'TagValue' => ['type' => 'string', 'max' => 256], 'Tags' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 1], 'TestIdentityProviderRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'ServerProtocol' => ['shape' => 'Protocol'], 'SourceIp' => ['shape' => 'SourceIp'], 'UserName' => ['shape' => 'UserName'], 'UserPassword' => ['shape' => 'UserPassword']]], 'TestIdentityProviderResponse' => ['type' => 'structure', 'required' => ['StatusCode', 'Url'], 'members' => ['Response' => ['shape' => 'Response'], 'StatusCode' => ['shape' => 'StatusCode'], 'Message' => ['shape' => 'Message'], 'Url' => ['shape' => 'Url']]], 'ThrottlingException' => ['type' => 'structure', 'members' => ['RetryAfterSeconds' => ['shape' => 'RetryAfterSeconds']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['Arn', 'TagKeys'], 'members' => ['Arn' => ['shape' => 'Arn'], 'TagKeys' => ['shape' => 'TagKeys']]], 'UpdateServerRequest' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['Certificate' => ['shape' => 'Certificate'], 'EndpointDetails' => ['shape' => 'EndpointDetails'], 'EndpointType' => ['shape' => 'EndpointType'], 'HostKey' => ['shape' => 'HostKey'], 'IdentityProviderDetails' => ['shape' => 'IdentityProviderDetails'], 'LoggingRole' => ['shape' => 'NullableRole'], 'Protocols' => ['shape' => 'Protocols'], 'SecurityPolicyName' => ['shape' => 'SecurityPolicyName'], 'ServerId' => ['shape' => 'ServerId']]], 'UpdateServerResponse' => ['type' => 'structure', 'required' => ['ServerId'], 'members' => ['ServerId' => ['shape' => 'ServerId']]], 'UpdateUserRequest' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['HomeDirectory' => ['shape' => 'HomeDirectory'], 'HomeDirectoryType' => ['shape' => 'HomeDirectoryType'], 'HomeDirectoryMappings' => ['shape' => 'HomeDirectoryMappings'], 'Policy' => ['shape' => 'Policy'], 'Role' => ['shape' => 'Role'], 'ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'UpdateUserResponse' => ['type' => 'structure', 'required' => ['ServerId', 'UserName'], 'members' => ['ServerId' => ['shape' => 'ServerId'], 'UserName' => ['shape' => 'UserName']]], 'Url' => ['type' => 'string', 'max' => 255], 'UserCount' => ['type' => 'integer'], 'UserName' => ['type' => 'string', 'max' => 100, 'min' => 3, 'pattern' => '^[\\w][\\w@.-]{2,99}$'], 'UserPassword' => ['type' => 'string', 'max' => 2048, 'sensitive' => \true], 'VpcEndpointId' => ['type' => 'string', 'max' => 22, 'min' => 22, 'pattern' => '^vpce-[0-9a-f]{17}$'], 'VpcId' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/transfer/2018-11-05/paginators-1.json.php b/vendor/Aws3/Aws/data/transfer/2018-11-05/paginators-1.json.php index fbf9c87c..be3a938c 100644 --- a/vendor/Aws3/Aws/data/transfer/2018-11-05/paginators-1.json.php +++ b/vendor/Aws3/Aws/data/transfer/2018-11-05/paginators-1.json.php @@ -1,4 +1,4 @@ ['ListServers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListUsers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; +return ['pagination' => ['ListSecurityPolicies' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListServers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListTagsForResource' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults'], 'ListUsers' => ['input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults']]]; diff --git a/vendor/Aws3/Aws/data/waf-regional/2016-11-28/api-2.json.php b/vendor/Aws3/Aws/data/waf-regional/2016-11-28/api-2.json.php index 7d718190..b8a02a5e 100644 --- a/vendor/Aws3/Aws/data/waf-regional/2016-11-28/api-2.json.php +++ b/vendor/Aws3/Aws/data/waf-regional/2016-11-28/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'waf-regional', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAF Regional', 'serviceFullName' => 'AWS WAF Regional', 'serviceId' => 'WAF Regional', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_Regional_20161128', 'uid' => 'waf-regional-2016-11-28'], 'operations' => ['AssociateWebACL' => ['name' => 'AssociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateWebACLRequest'], 'output' => ['shape' => 'AssociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFUnavailableEntityException']]], 'CreateByteMatchSet' => ['name' => 'CreateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateByteMatchSetRequest'], 'output' => ['shape' => 'CreateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateGeoMatchSet' => ['name' => 'CreateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGeoMatchSetRequest'], 'output' => ['shape' => 'CreateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRateBasedRule' => ['name' => 'CreateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRateBasedRuleRequest'], 'output' => ['shape' => 'CreateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRegexMatchSet' => ['name' => 'CreateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexMatchSetRequest'], 'output' => ['shape' => 'CreateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateSizeConstraintSet' => ['name' => 'CreateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSizeConstraintSetRequest'], 'output' => ['shape' => 'CreateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateSqlInjectionMatchSet' => ['name' => 'CreateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'CreateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateXssMatchSet' => ['name' => 'CreateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateXssMatchSetRequest'], 'output' => ['shape' => 'CreateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'DeleteByteMatchSet' => ['name' => 'DeleteByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteByteMatchSetRequest'], 'output' => ['shape' => 'DeleteByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteGeoMatchSet' => ['name' => 'DeleteGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGeoMatchSetRequest'], 'output' => ['shape' => 'DeleteGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException']]], 'DeletePermissionPolicy' => ['name' => 'DeletePermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionPolicyRequest'], 'output' => ['shape' => 'DeletePermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException']]], 'DeleteRateBasedRule' => ['name' => 'DeleteRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRateBasedRuleRequest'], 'output' => ['shape' => 'DeleteRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRegexMatchSet' => ['name' => 'DeleteRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexMatchSetRequest'], 'output' => ['shape' => 'DeleteRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'output' => ['shape' => 'DeleteRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteSizeConstraintSet' => ['name' => 'DeleteSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSizeConstraintSetRequest'], 'output' => ['shape' => 'DeleteSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteSqlInjectionMatchSet' => ['name' => 'DeleteSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'DeleteSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteXssMatchSet' => ['name' => 'DeleteXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteXssMatchSetRequest'], 'output' => ['shape' => 'DeleteXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DisassociateWebACL' => ['name' => 'DisassociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateWebACLRequest'], 'output' => ['shape' => 'DisassociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetByteMatchSet' => ['name' => 'GetByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetByteMatchSetRequest'], 'output' => ['shape' => 'GetByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetChangeToken' => ['name' => 'GetChangeToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenRequest'], 'output' => ['shape' => 'GetChangeTokenResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'GetChangeTokenStatus' => ['name' => 'GetChangeTokenStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenStatusRequest'], 'output' => ['shape' => 'GetChangeTokenStatusResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetGeoMatchSet' => ['name' => 'GetGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGeoMatchSetRequest'], 'output' => ['shape' => 'GetGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetPermissionPolicy' => ['name' => 'GetPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPermissionPolicyRequest'], 'output' => ['shape' => 'GetPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRule' => ['name' => 'GetRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleRequest'], 'output' => ['shape' => 'GetRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRuleManagedKeys' => ['name' => 'GetRateBasedRuleManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedRuleManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'GetRegexMatchSet' => ['name' => 'GetRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexMatchSetRequest'], 'output' => ['shape' => 'GetRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRule' => ['name' => 'GetRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleRequest'], 'output' => ['shape' => 'GetRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetSizeConstraintSet' => ['name' => 'GetSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSizeConstraintSetRequest'], 'output' => ['shape' => 'GetSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSqlInjectionMatchSet' => ['name' => 'GetSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'GetSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACLForResource' => ['name' => 'GetWebACLForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLForResourceRequest'], 'output' => ['shape' => 'GetWebACLForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFUnavailableEntityException']]], 'GetXssMatchSet' => ['name' => 'GetXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetXssMatchSetRequest'], 'output' => ['shape' => 'GetXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'ListActivatedRulesInRuleGroup' => ['name' => 'ListActivatedRulesInRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListActivatedRulesInRuleGroupRequest'], 'output' => ['shape' => 'ListActivatedRulesInRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListByteMatchSets' => ['name' => 'ListByteMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByteMatchSetsRequest'], 'output' => ['shape' => 'ListByteMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListGeoMatchSets' => ['name' => 'ListGeoMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGeoMatchSetsRequest'], 'output' => ['shape' => 'ListGeoMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRateBasedRules' => ['name' => 'ListRateBasedRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRateBasedRulesRequest'], 'output' => ['shape' => 'ListRateBasedRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexMatchSets' => ['name' => 'ListRegexMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexMatchSetsRequest'], 'output' => ['shape' => 'ListRegexMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListResourcesForWebACL' => ['name' => 'ListResourcesForWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForWebACLRequest'], 'output' => ['shape' => 'ListResourcesForWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSizeConstraintSets' => ['name' => 'ListSizeConstraintSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSizeConstraintSetsRequest'], 'output' => ['shape' => 'ListSizeConstraintSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSqlInjectionMatchSets' => ['name' => 'ListSqlInjectionMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSqlInjectionMatchSetsRequest'], 'output' => ['shape' => 'ListSqlInjectionMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSubscribedRuleGroups' => ['name' => 'ListSubscribedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedRuleGroupsRequest'], 'output' => ['shape' => 'ListSubscribedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListXssMatchSets' => ['name' => 'ListXssMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListXssMatchSetsRequest'], 'output' => ['shape' => 'ListXssMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFServiceLinkedRoleErrorException']]], 'PutPermissionPolicy' => ['name' => 'PutPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionPolicyRequest'], 'output' => ['shape' => 'PutPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidPermissionPolicyException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UpdateByteMatchSet' => ['name' => 'UpdateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateByteMatchSetRequest'], 'output' => ['shape' => 'UpdateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateGeoMatchSet' => ['name' => 'UpdateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGeoMatchSetRequest'], 'output' => ['shape' => 'UpdateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRateBasedRule' => ['name' => 'UpdateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRateBasedRuleRequest'], 'output' => ['shape' => 'UpdateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRegexMatchSet' => ['name' => 'UpdateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexMatchSetRequest'], 'output' => ['shape' => 'UpdateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidRegexPatternException']]], 'UpdateRule' => ['name' => 'UpdateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleRequest'], 'output' => ['shape' => 'UpdateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidParameterException']]], 'UpdateSizeConstraintSet' => ['name' => 'UpdateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSizeConstraintSetRequest'], 'output' => ['shape' => 'UpdateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateSqlInjectionMatchSet' => ['name' => 'UpdateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'UpdateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'UpdateXssMatchSet' => ['name' => 'UpdateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateXssMatchSetRequest'], 'output' => ['shape' => 'UpdateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'ActivatedRule' => ['type' => 'structure', 'required' => ['Priority', 'RuleId'], 'members' => ['Priority' => ['shape' => 'RulePriority'], 'RuleId' => ['shape' => 'ResourceId'], 'Action' => ['shape' => 'WafAction'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Type' => ['shape' => 'WafRuleType'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ActivatedRules' => ['type' => 'list', 'member' => ['shape' => 'ActivatedRule']], 'AssociateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ResourceArn'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'AssociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'ByteMatchSet' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ByteMatchTuples'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'ByteMatchTuples' => ['shape' => 'ByteMatchTuples']]], 'ByteMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetSummary']], 'ByteMatchSetSummary' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'Name'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'ByteMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'ByteMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ByteMatchTuple' => ['shape' => 'ByteMatchTuple']]], 'ByteMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetUpdate'], 'min' => 1], 'ByteMatchTargetString' => ['type' => 'blob'], 'ByteMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TargetString', 'TextTransformation', 'PositionalConstraint'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TargetString' => ['shape' => 'ByteMatchTargetString'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'ByteMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchTuple']], 'ChangeAction' => ['type' => 'string', 'enum' => ['INSERT', 'DELETE']], 'ChangeToken' => ['type' => 'string', 'min' => 1], 'ChangeTokenStatus' => ['type' => 'string', 'enum' => ['PROVISIONED', 'PENDING', 'INSYNC']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'Country' => ['type' => 'string'], 'CreateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'RateKey', 'RateLimit', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'DefaultAction', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeletePermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeletePermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DisassociateWebACLRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DisassociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'ExcludedRule' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FieldToMatch' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'MatchFieldType'], 'Data' => ['shape' => 'MatchFieldData']]], 'GeoMatchConstraint' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'GeoMatchConstraintType'], 'Value' => ['shape' => 'GeoMatchConstraintValue']]], 'GeoMatchConstraintType' => ['type' => 'string', 'enum' => ['Country']], 'GeoMatchConstraintValue' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'GeoMatchConstraints' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchConstraint']], 'GeoMatchSet' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'GeoMatchConstraints'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'GeoMatchConstraints' => ['shape' => 'GeoMatchConstraints']]], 'GeoMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetSummary']], 'GeoMatchSetSummary' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'Name'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'GeoMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'GeoMatchConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'GeoMatchConstraint' => ['shape' => 'GeoMatchConstraint']]], 'GeoMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetUpdate'], 'min' => 1], 'GetByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId']]], 'GetByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet']]], 'GetChangeTokenRequest' => ['type' => 'structure', 'members' => []], 'GetChangeTokenResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusRequest' => ['type' => 'structure', 'required' => ['ChangeToken'], 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusResponse' => ['type' => 'structure', 'members' => ['ChangeTokenStatus' => ['shape' => 'ChangeTokenStatus']]], 'GetGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId']]], 'GetGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId'], 'members' => ['IPSetId' => ['shape' => 'ResourceId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetPermissionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyString']]], 'GetRateBasedRuleManagedKeysRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeys' => ['shape' => 'ManagedKeys'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule']]], 'GetRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId']]], 'GetRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup']]], 'GetRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule']]], 'GetSampledRequestsMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclId', 'RuleId', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclId' => ['shape' => 'ResourceId'], 'RuleId' => ['shape' => 'ResourceId'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'GetSampledRequestsMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId']]], 'GetSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet']]], 'GetSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId']]], 'GetSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet']]], 'GetWebACLForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetWebACLForResourceResponse' => ['type' => 'structure', 'members' => ['WebACLSummary' => ['shape' => 'WebACLSummary']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId']]], 'GetXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPSet' => ['type' => 'structure', 'required' => ['IPSetId', 'IPSetDescriptors'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'IPSetDescriptors' => ['shape' => 'IPSetDescriptors']]], 'IPSetDescriptor' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'IPSetDescriptorType'], 'Value' => ['shape' => 'IPSetDescriptorValue']]], 'IPSetDescriptorType' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPSetDescriptorValue' => ['type' => 'string'], 'IPSetDescriptors' => ['type' => 'list', 'member' => ['shape' => 'IPSetDescriptor']], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'required' => ['IPSetId', 'Name'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'IPSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'IPSetDescriptor'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'IPSetDescriptor' => ['shape' => 'IPSetDescriptor']]], 'IPSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'IPSetUpdate'], 'min' => 1], 'IPString' => ['type' => 'string'], 'ListActivatedRulesInRuleGroupRequest' => ['type' => 'structure', 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListActivatedRulesInRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ActivatedRules' => ['shape' => 'ActivatedRules']]], 'ListByteMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListByteMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ByteMatchSets' => ['shape' => 'ByteMatchSetSummaries']]], 'ListGeoMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListGeoMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'GeoMatchSets' => ['shape' => 'GeoMatchSetSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListRateBasedRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRateBasedRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListRegexMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexMatchSets' => ['shape' => 'RegexMatchSetSummaries']]], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListResourcesForWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ListResourcesForWebACLResponse' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListSizeConstraintSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSizeConstraintSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SizeConstraintSets' => ['shape' => 'SizeConstraintSetSummaries']]], 'ListSqlInjectionMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSqlInjectionMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SqlInjectionMatchSets' => ['shape' => 'SqlInjectionMatchSetSummaries']]], 'ListSubscribedRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSubscribedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'SubscribedRuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'ListXssMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListXssMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'XssMatchSets' => ['shape' => 'XssMatchSetSummaries']]], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 1, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedKey' => ['type' => 'string'], 'ManagedKeys' => ['type' => 'list', 'member' => ['shape' => 'ManagedKey']], 'MatchFieldData' => ['type' => 'string'], 'MatchFieldType' => ['type' => 'string', 'enum' => ['URI', 'QUERY_STRING', 'HEADER', 'METHOD', 'BODY', 'SINGLE_QUERY_ARG', 'ALL_QUERY_ARGS']], 'MetricName' => ['type' => 'string'], 'Negated' => ['type' => 'boolean'], 'NextMarker' => ['type' => 'string', 'min' => 1], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['CHANGE_ACTION', 'WAF_ACTION', 'WAF_OVERRIDE_ACTION', 'PREDICATE_TYPE', 'IPSET_TYPE', 'BYTE_MATCH_FIELD_TYPE', 'SQL_INJECTION_MATCH_FIELD_TYPE', 'BYTE_MATCH_TEXT_TRANSFORMATION', 'BYTE_MATCH_POSITIONAL_CONSTRAINT', 'SIZE_CONSTRAINT_COMPARISON_OPERATOR', 'GEO_MATCH_LOCATION_TYPE', 'GEO_MATCH_LOCATION_VALUE', 'RATE_KEY', 'RULE_TYPE', 'NEXT_MARKER', 'RESOURCE_ARN', 'TAGS', 'TAG_KEYS']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'ParameterExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_OPTION', 'ILLEGAL_COMBINATION', 'ILLEGAL_ARGUMENT', 'INVALID_TAG_KEY']], 'PolicyString' => ['type' => 'string', 'min' => 1], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'Predicate' => ['type' => 'structure', 'required' => ['Negated', 'Type', 'DataId'], 'members' => ['Negated' => ['shape' => 'Negated'], 'Type' => ['shape' => 'PredicateType'], 'DataId' => ['shape' => 'ResourceId']]], 'PredicateType' => ['type' => 'string', 'enum' => ['IPMatch', 'ByteMatch', 'SqlInjectionMatch', 'GeoMatch', 'SizeConstraint', 'XssMatch', 'RegexMatch']], 'Predicates' => ['type' => 'list', 'member' => ['shape' => 'Predicate']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Policy' => ['shape' => 'PolicyString']]], 'PutPermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'RateBasedRule' => ['type' => 'structure', 'required' => ['RuleId', 'MatchPredicates', 'RateKey', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'MatchPredicates' => ['shape' => 'Predicates'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit']]], 'RateKey' => ['type' => 'string', 'enum' => ['IP']], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch']], 'RegexMatchSet' => ['type' => 'structure', 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexMatchTuples' => ['shape' => 'RegexMatchTuples']]], 'RegexMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetSummary']], 'RegexMatchSetSummary' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Name'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexMatchTuple' => ['shape' => 'RegexMatchTuple']]], 'RegexMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetUpdate'], 'min' => 1], 'RegexMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'RegexPatternSetId'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'RegexPatternSetId' => ['shape' => 'ResourceId']]], 'RegexMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchTuple']], 'RegexPatternSet' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'RegexPatternStrings'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexPatternStrings' => ['shape' => 'RegexPatternStrings']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Name'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexPatternSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexPatternString'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexPatternString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetUpdate'], 'min' => 1], 'RegexPatternString' => ['type' => 'string', 'min' => 1], 'RegexPatternStrings' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternString'], 'max' => 10], 'ResourceArn' => ['type' => 'string', 'max' => 1224, 'min' => 1], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceId' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceType' => ['type' => 'string', 'enum' => ['APPLICATION_LOAD_BALANCER', 'API_GATEWAY']], 'Rule' => ['type' => 'structure', 'required' => ['RuleId', 'Predicates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'Predicates' => ['shape' => 'Predicates']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleGroupUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'RuleGroupUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupUpdate'], 'min' => 1], 'RulePriority' => ['type' => 'integer'], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'required' => ['RuleId', 'Name'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleUpdate' => ['type' => 'structure', 'required' => ['Action', 'Predicate'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'Predicate' => ['shape' => 'Predicate']]], 'RuleUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleUpdate']], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleWithinRuleGroup' => ['shape' => 'ResourceId']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraint' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'ComparisonOperator', 'Size'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size']]], 'SizeConstraintSet' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'SizeConstraints'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SizeConstraints' => ['shape' => 'SizeConstraints']]], 'SizeConstraintSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetSummary']], 'SizeConstraintSetSummary' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'Name'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SizeConstraintSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SizeConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SizeConstraint' => ['shape' => 'SizeConstraint']]], 'SizeConstraintSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetUpdate'], 'min' => 1], 'SizeConstraints' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraint']], 'SqlInjectionMatchSet' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'SqlInjectionMatchTuples'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SqlInjectionMatchTuples' => ['shape' => 'SqlInjectionMatchTuples']]], 'SqlInjectionMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetSummary']], 'SqlInjectionMatchSetSummary' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'Name'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SqlInjectionMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SqlInjectionMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SqlInjectionMatchTuple' => ['shape' => 'SqlInjectionMatchTuple']]], 'SqlInjectionMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetUpdate'], 'min' => 1], 'SqlInjectionMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'SqlInjectionMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchTuple']], 'SubscribedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'SubscribedRuleGroupSummary']], 'SubscribedRuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name', 'MetricName'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TextTransformation' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'ByteMatchSetUpdates']]], 'UpdateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'GeoMatchSetUpdates']]], 'UpdateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken', 'Updates'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'IPSetUpdates']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates'], 'RateLimit' => ['shape' => 'RateLimit']]], 'UpdateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexMatchSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexPatternSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Updates', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RuleGroupUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates']]], 'UpdateRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken', 'Updates'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SizeConstraintSetUpdates']]], 'UpdateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SqlInjectionMatchSetUpdates']]], 'UpdateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'WebACLUpdates'], 'DefaultAction' => ['shape' => 'WafAction']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'XssMatchSetUpdates']]], 'UpdateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'WAFBadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFDisallowedNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidAccountException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'WAFInvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'ParameterExceptionField'], 'parameter' => ['shape' => 'ParameterExceptionParameter'], 'reason' => ['shape' => 'ParameterExceptionReason']], 'exception' => \true], 'WAFInvalidPermissionPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidRegexPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonEmptyEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentContainerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFReferencedItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFStaleDataException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFUnavailableEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WafAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafActionType']]], 'WafActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'ALLOW', 'COUNT']], 'WafOverrideAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafOverrideActionType']]], 'WafOverrideActionType' => ['type' => 'string', 'enum' => ['NONE', 'COUNT']], 'WafRuleType' => ['type' => 'string', 'enum' => ['REGULAR', 'RATE_BASED', 'GROUP']], 'WebACL' => ['type' => 'structure', 'required' => ['WebACLId', 'DefaultAction', 'Rules'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'Rules' => ['shape' => 'ActivatedRules'], 'WebACLArn' => ['shape' => 'ResourceArn']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'required' => ['WebACLId', 'Name'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'WebACLUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'WebACLUpdates' => ['type' => 'list', 'member' => ['shape' => 'WebACLUpdate']], 'XssMatchSet' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'XssMatchTuples'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'XssMatchTuples' => ['shape' => 'XssMatchTuples']]], 'XssMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetSummary']], 'XssMatchSetSummary' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'Name'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'XssMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'XssMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'XssMatchTuple' => ['shape' => 'XssMatchTuple']]], 'XssMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetUpdate'], 'min' => 1], 'XssMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'XssMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'XssMatchTuple']], 'errorMessage' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-11-28', 'endpointPrefix' => 'waf-regional', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAF Regional', 'serviceFullName' => 'AWS WAF Regional', 'serviceId' => 'WAF Regional', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_Regional_20161128', 'uid' => 'waf-regional-2016-11-28'], 'operations' => ['AssociateWebACL' => ['name' => 'AssociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateWebACLRequest'], 'output' => ['shape' => 'AssociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFUnavailableEntityException']]], 'CreateByteMatchSet' => ['name' => 'CreateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateByteMatchSetRequest'], 'output' => ['shape' => 'CreateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateGeoMatchSet' => ['name' => 'CreateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGeoMatchSetRequest'], 'output' => ['shape' => 'CreateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRateBasedRule' => ['name' => 'CreateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRateBasedRuleRequest'], 'output' => ['shape' => 'CreateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRegexMatchSet' => ['name' => 'CreateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexMatchSetRequest'], 'output' => ['shape' => 'CreateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateSizeConstraintSet' => ['name' => 'CreateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSizeConstraintSetRequest'], 'output' => ['shape' => 'CreateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateSqlInjectionMatchSet' => ['name' => 'CreateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'CreateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateWebACLMigrationStack' => ['name' => 'CreateWebACLMigrationStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLMigrationStackRequest'], 'output' => ['shape' => 'CreateWebACLMigrationStackResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFEntityMigrationException']]], 'CreateXssMatchSet' => ['name' => 'CreateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateXssMatchSetRequest'], 'output' => ['shape' => 'CreateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'DeleteByteMatchSet' => ['name' => 'DeleteByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteByteMatchSetRequest'], 'output' => ['shape' => 'DeleteByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteGeoMatchSet' => ['name' => 'DeleteGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGeoMatchSetRequest'], 'output' => ['shape' => 'DeleteGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException']]], 'DeletePermissionPolicy' => ['name' => 'DeletePermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionPolicyRequest'], 'output' => ['shape' => 'DeletePermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException']]], 'DeleteRateBasedRule' => ['name' => 'DeleteRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRateBasedRuleRequest'], 'output' => ['shape' => 'DeleteRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRegexMatchSet' => ['name' => 'DeleteRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexMatchSetRequest'], 'output' => ['shape' => 'DeleteRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'output' => ['shape' => 'DeleteRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteSizeConstraintSet' => ['name' => 'DeleteSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSizeConstraintSetRequest'], 'output' => ['shape' => 'DeleteSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteSqlInjectionMatchSet' => ['name' => 'DeleteSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'DeleteSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteXssMatchSet' => ['name' => 'DeleteXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteXssMatchSetRequest'], 'output' => ['shape' => 'DeleteXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DisassociateWebACL' => ['name' => 'DisassociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateWebACLRequest'], 'output' => ['shape' => 'DisassociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetByteMatchSet' => ['name' => 'GetByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetByteMatchSetRequest'], 'output' => ['shape' => 'GetByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetChangeToken' => ['name' => 'GetChangeToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenRequest'], 'output' => ['shape' => 'GetChangeTokenResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'GetChangeTokenStatus' => ['name' => 'GetChangeTokenStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenStatusRequest'], 'output' => ['shape' => 'GetChangeTokenStatusResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetGeoMatchSet' => ['name' => 'GetGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGeoMatchSetRequest'], 'output' => ['shape' => 'GetGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetPermissionPolicy' => ['name' => 'GetPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPermissionPolicyRequest'], 'output' => ['shape' => 'GetPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRule' => ['name' => 'GetRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleRequest'], 'output' => ['shape' => 'GetRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRuleManagedKeys' => ['name' => 'GetRateBasedRuleManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedRuleManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'GetRegexMatchSet' => ['name' => 'GetRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexMatchSetRequest'], 'output' => ['shape' => 'GetRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRule' => ['name' => 'GetRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleRequest'], 'output' => ['shape' => 'GetRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetSizeConstraintSet' => ['name' => 'GetSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSizeConstraintSetRequest'], 'output' => ['shape' => 'GetSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSqlInjectionMatchSet' => ['name' => 'GetSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'GetSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACLForResource' => ['name' => 'GetWebACLForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLForResourceRequest'], 'output' => ['shape' => 'GetWebACLForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFUnavailableEntityException']]], 'GetXssMatchSet' => ['name' => 'GetXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetXssMatchSetRequest'], 'output' => ['shape' => 'GetXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'ListActivatedRulesInRuleGroup' => ['name' => 'ListActivatedRulesInRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListActivatedRulesInRuleGroupRequest'], 'output' => ['shape' => 'ListActivatedRulesInRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListByteMatchSets' => ['name' => 'ListByteMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByteMatchSetsRequest'], 'output' => ['shape' => 'ListByteMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListGeoMatchSets' => ['name' => 'ListGeoMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGeoMatchSetsRequest'], 'output' => ['shape' => 'ListGeoMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRateBasedRules' => ['name' => 'ListRateBasedRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRateBasedRulesRequest'], 'output' => ['shape' => 'ListRateBasedRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexMatchSets' => ['name' => 'ListRegexMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexMatchSetsRequest'], 'output' => ['shape' => 'ListRegexMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListResourcesForWebACL' => ['name' => 'ListResourcesForWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForWebACLRequest'], 'output' => ['shape' => 'ListResourcesForWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSizeConstraintSets' => ['name' => 'ListSizeConstraintSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSizeConstraintSetsRequest'], 'output' => ['shape' => 'ListSizeConstraintSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSqlInjectionMatchSets' => ['name' => 'ListSqlInjectionMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSqlInjectionMatchSetsRequest'], 'output' => ['shape' => 'ListSqlInjectionMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSubscribedRuleGroups' => ['name' => 'ListSubscribedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedRuleGroupsRequest'], 'output' => ['shape' => 'ListSubscribedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListXssMatchSets' => ['name' => 'ListXssMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListXssMatchSetsRequest'], 'output' => ['shape' => 'ListXssMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFServiceLinkedRoleErrorException']]], 'PutPermissionPolicy' => ['name' => 'PutPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionPolicyRequest'], 'output' => ['shape' => 'PutPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidPermissionPolicyException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UpdateByteMatchSet' => ['name' => 'UpdateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateByteMatchSetRequest'], 'output' => ['shape' => 'UpdateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateGeoMatchSet' => ['name' => 'UpdateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGeoMatchSetRequest'], 'output' => ['shape' => 'UpdateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRateBasedRule' => ['name' => 'UpdateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRateBasedRuleRequest'], 'output' => ['shape' => 'UpdateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRegexMatchSet' => ['name' => 'UpdateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexMatchSetRequest'], 'output' => ['shape' => 'UpdateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidRegexPatternException']]], 'UpdateRule' => ['name' => 'UpdateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleRequest'], 'output' => ['shape' => 'UpdateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidParameterException']]], 'UpdateSizeConstraintSet' => ['name' => 'UpdateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSizeConstraintSetRequest'], 'output' => ['shape' => 'UpdateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateSqlInjectionMatchSet' => ['name' => 'UpdateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'UpdateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'UpdateXssMatchSet' => ['name' => 'UpdateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateXssMatchSetRequest'], 'output' => ['shape' => 'UpdateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'ActivatedRule' => ['type' => 'structure', 'required' => ['Priority', 'RuleId'], 'members' => ['Priority' => ['shape' => 'RulePriority'], 'RuleId' => ['shape' => 'ResourceId'], 'Action' => ['shape' => 'WafAction'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Type' => ['shape' => 'WafRuleType'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ActivatedRules' => ['type' => 'list', 'member' => ['shape' => 'ActivatedRule']], 'AssociateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ResourceArn'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'AssociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'ByteMatchSet' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ByteMatchTuples'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'ByteMatchTuples' => ['shape' => 'ByteMatchTuples']]], 'ByteMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetSummary']], 'ByteMatchSetSummary' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'Name'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'ByteMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'ByteMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ByteMatchTuple' => ['shape' => 'ByteMatchTuple']]], 'ByteMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetUpdate'], 'min' => 1], 'ByteMatchTargetString' => ['type' => 'blob'], 'ByteMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TargetString', 'TextTransformation', 'PositionalConstraint'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TargetString' => ['shape' => 'ByteMatchTargetString'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'ByteMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchTuple']], 'ChangeAction' => ['type' => 'string', 'enum' => ['INSERT', 'DELETE']], 'ChangeToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ChangeTokenStatus' => ['type' => 'string', 'enum' => ['PROVISIONED', 'PENDING', 'INSYNC']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'Country' => ['type' => 'string'], 'CreateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'RateKey', 'RateLimit', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateWebACLMigrationStackRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'S3BucketName', 'IgnoreUnsupportedType'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'S3BucketName' => ['shape' => 'S3BucketName'], 'IgnoreUnsupportedType' => ['shape' => 'IgnoreUnsupportedType']]], 'CreateWebACLMigrationStackResponse' => ['type' => 'structure', 'required' => ['S3ObjectUrl'], 'members' => ['S3ObjectUrl' => ['shape' => 'S3ObjectUrl']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'DefaultAction', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeletePermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeletePermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DisassociateWebACLRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DisassociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'ErrorReason' => ['type' => 'string'], 'ExcludedRule' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FieldToMatch' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'MatchFieldType'], 'Data' => ['shape' => 'MatchFieldData']]], 'GeoMatchConstraint' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'GeoMatchConstraintType'], 'Value' => ['shape' => 'GeoMatchConstraintValue']]], 'GeoMatchConstraintType' => ['type' => 'string', 'enum' => ['Country']], 'GeoMatchConstraintValue' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'GeoMatchConstraints' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchConstraint']], 'GeoMatchSet' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'GeoMatchConstraints'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'GeoMatchConstraints' => ['shape' => 'GeoMatchConstraints']]], 'GeoMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetSummary']], 'GeoMatchSetSummary' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'Name'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'GeoMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'GeoMatchConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'GeoMatchConstraint' => ['shape' => 'GeoMatchConstraint']]], 'GeoMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetUpdate'], 'min' => 1], 'GetByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId']]], 'GetByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet']]], 'GetChangeTokenRequest' => ['type' => 'structure', 'members' => []], 'GetChangeTokenResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusRequest' => ['type' => 'structure', 'required' => ['ChangeToken'], 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusResponse' => ['type' => 'structure', 'members' => ['ChangeTokenStatus' => ['shape' => 'ChangeTokenStatus']]], 'GetGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId']]], 'GetGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId'], 'members' => ['IPSetId' => ['shape' => 'ResourceId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetPermissionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyString']]], 'GetRateBasedRuleManagedKeysRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeys' => ['shape' => 'ManagedKeys'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule']]], 'GetRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId']]], 'GetRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup']]], 'GetRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule']]], 'GetSampledRequestsMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclId', 'RuleId', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclId' => ['shape' => 'ResourceId'], 'RuleId' => ['shape' => 'ResourceId'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'GetSampledRequestsMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId']]], 'GetSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet']]], 'GetSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId']]], 'GetSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet']]], 'GetWebACLForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetWebACLForResourceResponse' => ['type' => 'structure', 'members' => ['WebACLSummary' => ['shape' => 'WebACLSummary']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId']]], 'GetXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPSet' => ['type' => 'structure', 'required' => ['IPSetId', 'IPSetDescriptors'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'IPSetDescriptors' => ['shape' => 'IPSetDescriptors']]], 'IPSetDescriptor' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'IPSetDescriptorType'], 'Value' => ['shape' => 'IPSetDescriptorValue']]], 'IPSetDescriptorType' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPSetDescriptorValue' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '.*\\S.*'], 'IPSetDescriptors' => ['type' => 'list', 'member' => ['shape' => 'IPSetDescriptor']], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'required' => ['IPSetId', 'Name'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'IPSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'IPSetDescriptor'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'IPSetDescriptor' => ['shape' => 'IPSetDescriptor']]], 'IPSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'IPSetUpdate'], 'min' => 1], 'IPString' => ['type' => 'string'], 'IgnoreUnsupportedType' => ['type' => 'boolean'], 'ListActivatedRulesInRuleGroupRequest' => ['type' => 'structure', 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListActivatedRulesInRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ActivatedRules' => ['shape' => 'ActivatedRules']]], 'ListByteMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListByteMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ByteMatchSets' => ['shape' => 'ByteMatchSetSummaries']]], 'ListGeoMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListGeoMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'GeoMatchSets' => ['shape' => 'GeoMatchSetSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListRateBasedRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRateBasedRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListRegexMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexMatchSets' => ['shape' => 'RegexMatchSetSummaries']]], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListResourcesForWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ListResourcesForWebACLResponse' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListSizeConstraintSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSizeConstraintSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SizeConstraintSets' => ['shape' => 'SizeConstraintSetSummaries']]], 'ListSqlInjectionMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSqlInjectionMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SqlInjectionMatchSets' => ['shape' => 'SqlInjectionMatchSetSummaries']]], 'ListSubscribedRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSubscribedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'SubscribedRuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'ListXssMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListXssMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'XssMatchSets' => ['shape' => 'XssMatchSetSummaries']]], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 1, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedKey' => ['type' => 'string'], 'ManagedKeys' => ['type' => 'list', 'member' => ['shape' => 'ManagedKey']], 'MatchFieldData' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'MatchFieldType' => ['type' => 'string', 'enum' => ['URI', 'QUERY_STRING', 'HEADER', 'METHOD', 'BODY', 'SINGLE_QUERY_ARG', 'ALL_QUERY_ARGS']], 'MetricName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'MigrationErrorType' => ['type' => 'string', 'enum' => ['ENTITY_NOT_SUPPORTED', 'ENTITY_NOT_FOUND', 'S3_BUCKET_NO_PERMISSION', 'S3_BUCKET_NOT_ACCESSIBLE', 'S3_BUCKET_NOT_FOUND', 'S3_BUCKET_INVALID_REGION', 'S3_INTERNAL_ERROR']], 'Negated' => ['type' => 'boolean'], 'NextMarker' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*\\S.*'], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['CHANGE_ACTION', 'WAF_ACTION', 'WAF_OVERRIDE_ACTION', 'PREDICATE_TYPE', 'IPSET_TYPE', 'BYTE_MATCH_FIELD_TYPE', 'SQL_INJECTION_MATCH_FIELD_TYPE', 'BYTE_MATCH_TEXT_TRANSFORMATION', 'BYTE_MATCH_POSITIONAL_CONSTRAINT', 'SIZE_CONSTRAINT_COMPARISON_OPERATOR', 'GEO_MATCH_LOCATION_TYPE', 'GEO_MATCH_LOCATION_VALUE', 'RATE_KEY', 'RULE_TYPE', 'NEXT_MARKER', 'RESOURCE_ARN', 'TAGS', 'TAG_KEYS']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'ParameterExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_OPTION', 'ILLEGAL_COMBINATION', 'ILLEGAL_ARGUMENT', 'INVALID_TAG_KEY']], 'PolicyString' => ['type' => 'string', 'max' => 395000, 'min' => 1, 'pattern' => '.*\\S.*'], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'Predicate' => ['type' => 'structure', 'required' => ['Negated', 'Type', 'DataId'], 'members' => ['Negated' => ['shape' => 'Negated'], 'Type' => ['shape' => 'PredicateType'], 'DataId' => ['shape' => 'ResourceId']]], 'PredicateType' => ['type' => 'string', 'enum' => ['IPMatch', 'ByteMatch', 'SqlInjectionMatch', 'GeoMatch', 'SizeConstraint', 'XssMatch', 'RegexMatch']], 'Predicates' => ['type' => 'list', 'member' => ['shape' => 'Predicate']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Policy' => ['shape' => 'PolicyString']]], 'PutPermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'RateBasedRule' => ['type' => 'structure', 'required' => ['RuleId', 'MatchPredicates', 'RateKey', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'MatchPredicates' => ['shape' => 'Predicates'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit']]], 'RateKey' => ['type' => 'string', 'enum' => ['IP']], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch']], 'RegexMatchSet' => ['type' => 'structure', 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexMatchTuples' => ['shape' => 'RegexMatchTuples']]], 'RegexMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetSummary']], 'RegexMatchSetSummary' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Name'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexMatchTuple' => ['shape' => 'RegexMatchTuple']]], 'RegexMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetUpdate'], 'min' => 1], 'RegexMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'RegexPatternSetId'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'RegexPatternSetId' => ['shape' => 'ResourceId']]], 'RegexMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchTuple']], 'RegexPatternSet' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'RegexPatternStrings'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexPatternStrings' => ['shape' => 'RegexPatternStrings']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Name'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexPatternSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexPatternString'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexPatternString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetUpdate'], 'min' => 1], 'RegexPatternString' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*'], 'RegexPatternStrings' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternString'], 'max' => 10], 'ResourceArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*\\S.*'], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ResourceType' => ['type' => 'string', 'enum' => ['APPLICATION_LOAD_BALANCER', 'API_GATEWAY']], 'Rule' => ['type' => 'structure', 'required' => ['RuleId', 'Predicates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'Predicates' => ['shape' => 'Predicates']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleGroupUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'RuleGroupUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupUpdate'], 'min' => 1], 'RulePriority' => ['type' => 'integer'], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'required' => ['RuleId', 'Name'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleUpdate' => ['type' => 'structure', 'required' => ['Action', 'Predicate'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'Predicate' => ['shape' => 'Predicate']]], 'RuleUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleUpdate']], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^aws-waf-migration-[0-9A-Za-z\\.\\-_]*'], 'S3ObjectUrl' => ['type' => 'string', 'min' => 1], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleWithinRuleGroup' => ['shape' => 'ResourceId']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraint' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'ComparisonOperator', 'Size'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size']]], 'SizeConstraintSet' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'SizeConstraints'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SizeConstraints' => ['shape' => 'SizeConstraints']]], 'SizeConstraintSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetSummary']], 'SizeConstraintSetSummary' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'Name'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SizeConstraintSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SizeConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SizeConstraint' => ['shape' => 'SizeConstraint']]], 'SizeConstraintSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetUpdate'], 'min' => 1], 'SizeConstraints' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraint']], 'SqlInjectionMatchSet' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'SqlInjectionMatchTuples'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SqlInjectionMatchTuples' => ['shape' => 'SqlInjectionMatchTuples']]], 'SqlInjectionMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetSummary']], 'SqlInjectionMatchSetSummary' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'Name'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SqlInjectionMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SqlInjectionMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SqlInjectionMatchTuple' => ['shape' => 'SqlInjectionMatchTuple']]], 'SqlInjectionMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetUpdate'], 'min' => 1], 'SqlInjectionMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'SqlInjectionMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchTuple']], 'SubscribedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'SubscribedRuleGroupSummary']], 'SubscribedRuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name', 'MetricName'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*'], 'TextTransformation' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'ByteMatchSetUpdates']]], 'UpdateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'GeoMatchSetUpdates']]], 'UpdateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken', 'Updates'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'IPSetUpdates']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates'], 'RateLimit' => ['shape' => 'RateLimit']]], 'UpdateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexMatchSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexPatternSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Updates', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RuleGroupUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates']]], 'UpdateRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken', 'Updates'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SizeConstraintSetUpdates']]], 'UpdateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SqlInjectionMatchSetUpdates']]], 'UpdateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'WebACLUpdates'], 'DefaultAction' => ['shape' => 'WafAction']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'XssMatchSetUpdates']]], 'UpdateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'WAFBadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFDisallowedNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFEntityMigrationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'MigrationErrorType' => ['shape' => 'MigrationErrorType'], 'MigrationErrorReason' => ['shape' => 'ErrorReason']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidAccountException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'WAFInvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'ParameterExceptionField'], 'parameter' => ['shape' => 'ParameterExceptionParameter'], 'reason' => ['shape' => 'ParameterExceptionReason']], 'exception' => \true], 'WAFInvalidPermissionPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidRegexPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonEmptyEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentContainerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFReferencedItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFStaleDataException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFUnavailableEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WafAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafActionType']]], 'WafActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'ALLOW', 'COUNT']], 'WafOverrideAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafOverrideActionType']]], 'WafOverrideActionType' => ['type' => 'string', 'enum' => ['NONE', 'COUNT']], 'WafRuleType' => ['type' => 'string', 'enum' => ['REGULAR', 'RATE_BASED', 'GROUP']], 'WebACL' => ['type' => 'structure', 'required' => ['WebACLId', 'DefaultAction', 'Rules'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'Rules' => ['shape' => 'ActivatedRules'], 'WebACLArn' => ['shape' => 'ResourceArn']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'required' => ['WebACLId', 'Name'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'WebACLUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'WebACLUpdates' => ['type' => 'list', 'member' => ['shape' => 'WebACLUpdate']], 'XssMatchSet' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'XssMatchTuples'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'XssMatchTuples' => ['shape' => 'XssMatchTuples']]], 'XssMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetSummary']], 'XssMatchSetSummary' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'Name'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'XssMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'XssMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'XssMatchTuple' => ['shape' => 'XssMatchTuple']]], 'XssMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetUpdate'], 'min' => 1], 'XssMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'XssMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'XssMatchTuple']], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/waf/2015-08-24/api-2.json.php b/vendor/Aws3/Aws/data/waf/2015-08-24/api-2.json.php index afa4a0e9..53ceddfe 100644 --- a/vendor/Aws3/Aws/data/waf/2015-08-24/api-2.json.php +++ b/vendor/Aws3/Aws/data/waf/2015-08-24/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-08-24', 'endpointPrefix' => 'waf', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAF', 'serviceFullName' => 'AWS WAF', 'serviceId' => 'WAF', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_20150824', 'uid' => 'waf-2015-08-24'], 'operations' => ['CreateByteMatchSet' => ['name' => 'CreateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateByteMatchSetRequest'], 'output' => ['shape' => 'CreateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateGeoMatchSet' => ['name' => 'CreateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGeoMatchSetRequest'], 'output' => ['shape' => 'CreateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRateBasedRule' => ['name' => 'CreateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRateBasedRuleRequest'], 'output' => ['shape' => 'CreateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRegexMatchSet' => ['name' => 'CreateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexMatchSetRequest'], 'output' => ['shape' => 'CreateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateSizeConstraintSet' => ['name' => 'CreateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSizeConstraintSetRequest'], 'output' => ['shape' => 'CreateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateSqlInjectionMatchSet' => ['name' => 'CreateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'CreateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateXssMatchSet' => ['name' => 'CreateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateXssMatchSetRequest'], 'output' => ['shape' => 'CreateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'DeleteByteMatchSet' => ['name' => 'DeleteByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteByteMatchSetRequest'], 'output' => ['shape' => 'DeleteByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteGeoMatchSet' => ['name' => 'DeleteGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGeoMatchSetRequest'], 'output' => ['shape' => 'DeleteGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException']]], 'DeletePermissionPolicy' => ['name' => 'DeletePermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionPolicyRequest'], 'output' => ['shape' => 'DeletePermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException']]], 'DeleteRateBasedRule' => ['name' => 'DeleteRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRateBasedRuleRequest'], 'output' => ['shape' => 'DeleteRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRegexMatchSet' => ['name' => 'DeleteRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexMatchSetRequest'], 'output' => ['shape' => 'DeleteRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'output' => ['shape' => 'DeleteRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteSizeConstraintSet' => ['name' => 'DeleteSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSizeConstraintSetRequest'], 'output' => ['shape' => 'DeleteSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteSqlInjectionMatchSet' => ['name' => 'DeleteSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'DeleteSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteXssMatchSet' => ['name' => 'DeleteXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteXssMatchSetRequest'], 'output' => ['shape' => 'DeleteXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'GetByteMatchSet' => ['name' => 'GetByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetByteMatchSetRequest'], 'output' => ['shape' => 'GetByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetChangeToken' => ['name' => 'GetChangeToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenRequest'], 'output' => ['shape' => 'GetChangeTokenResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'GetChangeTokenStatus' => ['name' => 'GetChangeTokenStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenStatusRequest'], 'output' => ['shape' => 'GetChangeTokenStatusResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetGeoMatchSet' => ['name' => 'GetGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGeoMatchSetRequest'], 'output' => ['shape' => 'GetGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetPermissionPolicy' => ['name' => 'GetPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPermissionPolicyRequest'], 'output' => ['shape' => 'GetPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRule' => ['name' => 'GetRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleRequest'], 'output' => ['shape' => 'GetRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRuleManagedKeys' => ['name' => 'GetRateBasedRuleManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedRuleManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'GetRegexMatchSet' => ['name' => 'GetRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexMatchSetRequest'], 'output' => ['shape' => 'GetRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRule' => ['name' => 'GetRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleRequest'], 'output' => ['shape' => 'GetRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetSizeConstraintSet' => ['name' => 'GetSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSizeConstraintSetRequest'], 'output' => ['shape' => 'GetSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSqlInjectionMatchSet' => ['name' => 'GetSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'GetSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetXssMatchSet' => ['name' => 'GetXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetXssMatchSetRequest'], 'output' => ['shape' => 'GetXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'ListActivatedRulesInRuleGroup' => ['name' => 'ListActivatedRulesInRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListActivatedRulesInRuleGroupRequest'], 'output' => ['shape' => 'ListActivatedRulesInRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListByteMatchSets' => ['name' => 'ListByteMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByteMatchSetsRequest'], 'output' => ['shape' => 'ListByteMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListGeoMatchSets' => ['name' => 'ListGeoMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGeoMatchSetsRequest'], 'output' => ['shape' => 'ListGeoMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRateBasedRules' => ['name' => 'ListRateBasedRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRateBasedRulesRequest'], 'output' => ['shape' => 'ListRateBasedRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexMatchSets' => ['name' => 'ListRegexMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexMatchSetsRequest'], 'output' => ['shape' => 'ListRegexMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSizeConstraintSets' => ['name' => 'ListSizeConstraintSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSizeConstraintSetsRequest'], 'output' => ['shape' => 'ListSizeConstraintSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSqlInjectionMatchSets' => ['name' => 'ListSqlInjectionMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSqlInjectionMatchSetsRequest'], 'output' => ['shape' => 'ListSqlInjectionMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSubscribedRuleGroups' => ['name' => 'ListSubscribedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedRuleGroupsRequest'], 'output' => ['shape' => 'ListSubscribedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListXssMatchSets' => ['name' => 'ListXssMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListXssMatchSetsRequest'], 'output' => ['shape' => 'ListXssMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFServiceLinkedRoleErrorException']]], 'PutPermissionPolicy' => ['name' => 'PutPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionPolicyRequest'], 'output' => ['shape' => 'PutPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidPermissionPolicyException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UpdateByteMatchSet' => ['name' => 'UpdateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateByteMatchSetRequest'], 'output' => ['shape' => 'UpdateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateGeoMatchSet' => ['name' => 'UpdateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGeoMatchSetRequest'], 'output' => ['shape' => 'UpdateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRateBasedRule' => ['name' => 'UpdateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRateBasedRuleRequest'], 'output' => ['shape' => 'UpdateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRegexMatchSet' => ['name' => 'UpdateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexMatchSetRequest'], 'output' => ['shape' => 'UpdateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidRegexPatternException']]], 'UpdateRule' => ['name' => 'UpdateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleRequest'], 'output' => ['shape' => 'UpdateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidParameterException']]], 'UpdateSizeConstraintSet' => ['name' => 'UpdateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSizeConstraintSetRequest'], 'output' => ['shape' => 'UpdateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateSqlInjectionMatchSet' => ['name' => 'UpdateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'UpdateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'UpdateXssMatchSet' => ['name' => 'UpdateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateXssMatchSetRequest'], 'output' => ['shape' => 'UpdateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'ActivatedRule' => ['type' => 'structure', 'required' => ['Priority', 'RuleId'], 'members' => ['Priority' => ['shape' => 'RulePriority'], 'RuleId' => ['shape' => 'ResourceId'], 'Action' => ['shape' => 'WafAction'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Type' => ['shape' => 'WafRuleType'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ActivatedRules' => ['type' => 'list', 'member' => ['shape' => 'ActivatedRule']], 'ByteMatchSet' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ByteMatchTuples'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'ByteMatchTuples' => ['shape' => 'ByteMatchTuples']]], 'ByteMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetSummary']], 'ByteMatchSetSummary' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'Name'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'ByteMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'ByteMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ByteMatchTuple' => ['shape' => 'ByteMatchTuple']]], 'ByteMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetUpdate'], 'min' => 1], 'ByteMatchTargetString' => ['type' => 'blob'], 'ByteMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TargetString', 'TextTransformation', 'PositionalConstraint'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TargetString' => ['shape' => 'ByteMatchTargetString'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'ByteMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchTuple']], 'ChangeAction' => ['type' => 'string', 'enum' => ['INSERT', 'DELETE']], 'ChangeToken' => ['type' => 'string', 'min' => 1], 'ChangeTokenStatus' => ['type' => 'string', 'enum' => ['PROVISIONED', 'PENDING', 'INSYNC']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'Country' => ['type' => 'string'], 'CreateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'RateKey', 'RateLimit', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'DefaultAction', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeletePermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeletePermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'ExcludedRule' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FieldToMatch' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'MatchFieldType'], 'Data' => ['shape' => 'MatchFieldData']]], 'GeoMatchConstraint' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'GeoMatchConstraintType'], 'Value' => ['shape' => 'GeoMatchConstraintValue']]], 'GeoMatchConstraintType' => ['type' => 'string', 'enum' => ['Country']], 'GeoMatchConstraintValue' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'GeoMatchConstraints' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchConstraint']], 'GeoMatchSet' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'GeoMatchConstraints'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'GeoMatchConstraints' => ['shape' => 'GeoMatchConstraints']]], 'GeoMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetSummary']], 'GeoMatchSetSummary' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'Name'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'GeoMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'GeoMatchConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'GeoMatchConstraint' => ['shape' => 'GeoMatchConstraint']]], 'GeoMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetUpdate'], 'min' => 1], 'GetByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId']]], 'GetByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet']]], 'GetChangeTokenRequest' => ['type' => 'structure', 'members' => []], 'GetChangeTokenResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusRequest' => ['type' => 'structure', 'required' => ['ChangeToken'], 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusResponse' => ['type' => 'structure', 'members' => ['ChangeTokenStatus' => ['shape' => 'ChangeTokenStatus']]], 'GetGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId']]], 'GetGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId'], 'members' => ['IPSetId' => ['shape' => 'ResourceId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetPermissionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyString']]], 'GetRateBasedRuleManagedKeysRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeys' => ['shape' => 'ManagedKeys'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule']]], 'GetRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId']]], 'GetRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup']]], 'GetRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule']]], 'GetSampledRequestsMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclId', 'RuleId', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclId' => ['shape' => 'ResourceId'], 'RuleId' => ['shape' => 'ResourceId'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'GetSampledRequestsMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId']]], 'GetSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet']]], 'GetSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId']]], 'GetSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId']]], 'GetXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPSet' => ['type' => 'structure', 'required' => ['IPSetId', 'IPSetDescriptors'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'IPSetDescriptors' => ['shape' => 'IPSetDescriptors']]], 'IPSetDescriptor' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'IPSetDescriptorType'], 'Value' => ['shape' => 'IPSetDescriptorValue']]], 'IPSetDescriptorType' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPSetDescriptorValue' => ['type' => 'string'], 'IPSetDescriptors' => ['type' => 'list', 'member' => ['shape' => 'IPSetDescriptor']], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'required' => ['IPSetId', 'Name'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'IPSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'IPSetDescriptor'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'IPSetDescriptor' => ['shape' => 'IPSetDescriptor']]], 'IPSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'IPSetUpdate'], 'min' => 1], 'IPString' => ['type' => 'string'], 'ListActivatedRulesInRuleGroupRequest' => ['type' => 'structure', 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListActivatedRulesInRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ActivatedRules' => ['shape' => 'ActivatedRules']]], 'ListByteMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListByteMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ByteMatchSets' => ['shape' => 'ByteMatchSetSummaries']]], 'ListGeoMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListGeoMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'GeoMatchSets' => ['shape' => 'GeoMatchSetSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListRateBasedRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRateBasedRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListRegexMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexMatchSets' => ['shape' => 'RegexMatchSetSummaries']]], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListSizeConstraintSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSizeConstraintSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SizeConstraintSets' => ['shape' => 'SizeConstraintSetSummaries']]], 'ListSqlInjectionMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSqlInjectionMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SqlInjectionMatchSets' => ['shape' => 'SqlInjectionMatchSetSummaries']]], 'ListSubscribedRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSubscribedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'SubscribedRuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'ListXssMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListXssMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'XssMatchSets' => ['shape' => 'XssMatchSetSummaries']]], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 1, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedKey' => ['type' => 'string'], 'ManagedKeys' => ['type' => 'list', 'member' => ['shape' => 'ManagedKey']], 'MatchFieldData' => ['type' => 'string'], 'MatchFieldType' => ['type' => 'string', 'enum' => ['URI', 'QUERY_STRING', 'HEADER', 'METHOD', 'BODY', 'SINGLE_QUERY_ARG', 'ALL_QUERY_ARGS']], 'MetricName' => ['type' => 'string'], 'Negated' => ['type' => 'boolean'], 'NextMarker' => ['type' => 'string', 'min' => 1], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['CHANGE_ACTION', 'WAF_ACTION', 'WAF_OVERRIDE_ACTION', 'PREDICATE_TYPE', 'IPSET_TYPE', 'BYTE_MATCH_FIELD_TYPE', 'SQL_INJECTION_MATCH_FIELD_TYPE', 'BYTE_MATCH_TEXT_TRANSFORMATION', 'BYTE_MATCH_POSITIONAL_CONSTRAINT', 'SIZE_CONSTRAINT_COMPARISON_OPERATOR', 'GEO_MATCH_LOCATION_TYPE', 'GEO_MATCH_LOCATION_VALUE', 'RATE_KEY', 'RULE_TYPE', 'NEXT_MARKER', 'RESOURCE_ARN', 'TAGS', 'TAG_KEYS']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'ParameterExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_OPTION', 'ILLEGAL_COMBINATION', 'ILLEGAL_ARGUMENT', 'INVALID_TAG_KEY']], 'PolicyString' => ['type' => 'string', 'min' => 1], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'Predicate' => ['type' => 'structure', 'required' => ['Negated', 'Type', 'DataId'], 'members' => ['Negated' => ['shape' => 'Negated'], 'Type' => ['shape' => 'PredicateType'], 'DataId' => ['shape' => 'ResourceId']]], 'PredicateType' => ['type' => 'string', 'enum' => ['IPMatch', 'ByteMatch', 'SqlInjectionMatch', 'GeoMatch', 'SizeConstraint', 'XssMatch', 'RegexMatch']], 'Predicates' => ['type' => 'list', 'member' => ['shape' => 'Predicate']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Policy' => ['shape' => 'PolicyString']]], 'PutPermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'RateBasedRule' => ['type' => 'structure', 'required' => ['RuleId', 'MatchPredicates', 'RateKey', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'MatchPredicates' => ['shape' => 'Predicates'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit']]], 'RateKey' => ['type' => 'string', 'enum' => ['IP']], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch']], 'RegexMatchSet' => ['type' => 'structure', 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexMatchTuples' => ['shape' => 'RegexMatchTuples']]], 'RegexMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetSummary']], 'RegexMatchSetSummary' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Name'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexMatchTuple' => ['shape' => 'RegexMatchTuple']]], 'RegexMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetUpdate'], 'min' => 1], 'RegexMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'RegexPatternSetId'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'RegexPatternSetId' => ['shape' => 'ResourceId']]], 'RegexMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchTuple']], 'RegexPatternSet' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'RegexPatternStrings'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexPatternStrings' => ['shape' => 'RegexPatternStrings']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Name'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexPatternSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexPatternString'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexPatternString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetUpdate'], 'min' => 1], 'RegexPatternString' => ['type' => 'string', 'min' => 1], 'RegexPatternStrings' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternString'], 'max' => 10], 'ResourceArn' => ['type' => 'string', 'max' => 1224, 'min' => 1], 'ResourceId' => ['type' => 'string', 'max' => 128, 'min' => 1], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1], 'Rule' => ['type' => 'structure', 'required' => ['RuleId', 'Predicates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'Predicates' => ['shape' => 'Predicates']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleGroupUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'RuleGroupUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupUpdate'], 'min' => 1], 'RulePriority' => ['type' => 'integer'], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'required' => ['RuleId', 'Name'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleUpdate' => ['type' => 'structure', 'required' => ['Action', 'Predicate'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'Predicate' => ['shape' => 'Predicate']]], 'RuleUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleUpdate']], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleWithinRuleGroup' => ['shape' => 'ResourceId']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraint' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'ComparisonOperator', 'Size'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size']]], 'SizeConstraintSet' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'SizeConstraints'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SizeConstraints' => ['shape' => 'SizeConstraints']]], 'SizeConstraintSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetSummary']], 'SizeConstraintSetSummary' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'Name'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SizeConstraintSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SizeConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SizeConstraint' => ['shape' => 'SizeConstraint']]], 'SizeConstraintSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetUpdate'], 'min' => 1], 'SizeConstraints' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraint']], 'SqlInjectionMatchSet' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'SqlInjectionMatchTuples'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SqlInjectionMatchTuples' => ['shape' => 'SqlInjectionMatchTuples']]], 'SqlInjectionMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetSummary']], 'SqlInjectionMatchSetSummary' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'Name'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SqlInjectionMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SqlInjectionMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SqlInjectionMatchTuple' => ['shape' => 'SqlInjectionMatchTuple']]], 'SqlInjectionMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetUpdate'], 'min' => 1], 'SqlInjectionMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'SqlInjectionMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchTuple']], 'SubscribedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'SubscribedRuleGroupSummary']], 'SubscribedRuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name', 'MetricName'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'Tag' => ['type' => 'structure', 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'TextTransformation' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'ByteMatchSetUpdates']]], 'UpdateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'GeoMatchSetUpdates']]], 'UpdateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken', 'Updates'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'IPSetUpdates']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates'], 'RateLimit' => ['shape' => 'RateLimit']]], 'UpdateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexMatchSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexPatternSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Updates', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RuleGroupUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates']]], 'UpdateRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken', 'Updates'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SizeConstraintSetUpdates']]], 'UpdateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SqlInjectionMatchSetUpdates']]], 'UpdateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'WebACLUpdates'], 'DefaultAction' => ['shape' => 'WafAction']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'XssMatchSetUpdates']]], 'UpdateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'WAFBadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFDisallowedNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidAccountException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'WAFInvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'ParameterExceptionField'], 'parameter' => ['shape' => 'ParameterExceptionParameter'], 'reason' => ['shape' => 'ParameterExceptionReason']], 'exception' => \true], 'WAFInvalidPermissionPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidRegexPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonEmptyEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentContainerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFReferencedItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFStaleDataException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WafAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafActionType']]], 'WafActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'ALLOW', 'COUNT']], 'WafOverrideAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafOverrideActionType']]], 'WafOverrideActionType' => ['type' => 'string', 'enum' => ['NONE', 'COUNT']], 'WafRuleType' => ['type' => 'string', 'enum' => ['REGULAR', 'RATE_BASED', 'GROUP']], 'WebACL' => ['type' => 'structure', 'required' => ['WebACLId', 'DefaultAction', 'Rules'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'Rules' => ['shape' => 'ActivatedRules'], 'WebACLArn' => ['shape' => 'ResourceArn']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'required' => ['WebACLId', 'Name'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'WebACLUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'WebACLUpdates' => ['type' => 'list', 'member' => ['shape' => 'WebACLUpdate']], 'XssMatchSet' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'XssMatchTuples'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'XssMatchTuples' => ['shape' => 'XssMatchTuples']]], 'XssMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetSummary']], 'XssMatchSetSummary' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'Name'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'XssMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'XssMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'XssMatchTuple' => ['shape' => 'XssMatchTuple']]], 'XssMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetUpdate'], 'min' => 1], 'XssMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'XssMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'XssMatchTuple']], 'errorMessage' => ['type' => 'string']]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-08-24', 'endpointPrefix' => 'waf', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAF', 'serviceFullName' => 'AWS WAF', 'serviceId' => 'WAF', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_20150824', 'uid' => 'waf-2015-08-24'], 'operations' => ['CreateByteMatchSet' => ['name' => 'CreateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateByteMatchSetRequest'], 'output' => ['shape' => 'CreateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateGeoMatchSet' => ['name' => 'CreateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGeoMatchSetRequest'], 'output' => ['shape' => 'CreateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRateBasedRule' => ['name' => 'CreateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRateBasedRuleRequest'], 'output' => ['shape' => 'CreateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRegexMatchSet' => ['name' => 'CreateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexMatchSetRequest'], 'output' => ['shape' => 'CreateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateRule' => ['name' => 'CreateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleRequest'], 'output' => ['shape' => 'CreateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateSizeConstraintSet' => ['name' => 'CreateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSizeConstraintSetRequest'], 'output' => ['shape' => 'CreateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateSqlInjectionMatchSet' => ['name' => 'CreateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'CreateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFBadRequestException']]], 'CreateWebACLMigrationStack' => ['name' => 'CreateWebACLMigrationStack', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLMigrationStackRequest'], 'output' => ['shape' => 'CreateWebACLMigrationStackResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFEntityMigrationException']]], 'CreateXssMatchSet' => ['name' => 'CreateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateXssMatchSetRequest'], 'output' => ['shape' => 'CreateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'DeleteByteMatchSet' => ['name' => 'DeleteByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteByteMatchSetRequest'], 'output' => ['shape' => 'DeleteByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteGeoMatchSet' => ['name' => 'DeleteGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGeoMatchSetRequest'], 'output' => ['shape' => 'DeleteGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException']]], 'DeletePermissionPolicy' => ['name' => 'DeletePermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionPolicyRequest'], 'output' => ['shape' => 'DeletePermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException']]], 'DeleteRateBasedRule' => ['name' => 'DeleteRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRateBasedRuleRequest'], 'output' => ['shape' => 'DeleteRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRegexMatchSet' => ['name' => 'DeleteRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexMatchSetRequest'], 'output' => ['shape' => 'DeleteRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteRule' => ['name' => 'DeleteRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleRequest'], 'output' => ['shape' => 'DeleteRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteSizeConstraintSet' => ['name' => 'DeleteSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSizeConstraintSetRequest'], 'output' => ['shape' => 'DeleteSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteSqlInjectionMatchSet' => ['name' => 'DeleteSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'DeleteSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFNonEmptyEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteXssMatchSet' => ['name' => 'DeleteXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteXssMatchSetRequest'], 'output' => ['shape' => 'DeleteXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonEmptyEntityException']]], 'GetByteMatchSet' => ['name' => 'GetByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetByteMatchSetRequest'], 'output' => ['shape' => 'GetByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetChangeToken' => ['name' => 'GetChangeToken', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenRequest'], 'output' => ['shape' => 'GetChangeTokenResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'GetChangeTokenStatus' => ['name' => 'GetChangeTokenStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetChangeTokenStatusRequest'], 'output' => ['shape' => 'GetChangeTokenStatusResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetGeoMatchSet' => ['name' => 'GetGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetGeoMatchSetRequest'], 'output' => ['shape' => 'GetGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetPermissionPolicy' => ['name' => 'GetPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPermissionPolicyRequest'], 'output' => ['shape' => 'GetPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRule' => ['name' => 'GetRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleRequest'], 'output' => ['shape' => 'GetRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedRuleManagedKeys' => ['name' => 'GetRateBasedRuleManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedRuleManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedRuleManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'GetRegexMatchSet' => ['name' => 'GetRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexMatchSetRequest'], 'output' => ['shape' => 'GetRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRule' => ['name' => 'GetRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleRequest'], 'output' => ['shape' => 'GetRuleResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'GetSizeConstraintSet' => ['name' => 'GetSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSizeConstraintSetRequest'], 'output' => ['shape' => 'GetSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSqlInjectionMatchSet' => ['name' => 'GetSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'GetSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'GetXssMatchSet' => ['name' => 'GetXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetXssMatchSetRequest'], 'output' => ['shape' => 'GetXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFNonexistentItemException']]], 'ListActivatedRulesInRuleGroup' => ['name' => 'ListActivatedRulesInRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListActivatedRulesInRuleGroupRequest'], 'output' => ['shape' => 'ListActivatedRulesInRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListByteMatchSets' => ['name' => 'ListByteMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListByteMatchSetsRequest'], 'output' => ['shape' => 'ListByteMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListGeoMatchSets' => ['name' => 'ListGeoMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGeoMatchSetsRequest'], 'output' => ['shape' => 'ListGeoMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRateBasedRules' => ['name' => 'ListRateBasedRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRateBasedRulesRequest'], 'output' => ['shape' => 'ListRateBasedRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexMatchSets' => ['name' => 'ListRegexMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexMatchSetsRequest'], 'output' => ['shape' => 'ListRegexMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException']]], 'ListRules' => ['name' => 'ListRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRulesRequest'], 'output' => ['shape' => 'ListRulesResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSizeConstraintSets' => ['name' => 'ListSizeConstraintSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSizeConstraintSetsRequest'], 'output' => ['shape' => 'ListSizeConstraintSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSqlInjectionMatchSets' => ['name' => 'ListSqlInjectionMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSqlInjectionMatchSetsRequest'], 'output' => ['shape' => 'ListSqlInjectionMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListSubscribedRuleGroups' => ['name' => 'ListSubscribedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListSubscribedRuleGroupsRequest'], 'output' => ['shape' => 'ListSubscribedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'ListXssMatchSets' => ['name' => 'ListXssMatchSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListXssMatchSetsRequest'], 'output' => ['shape' => 'ListXssMatchSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFServiceLinkedRoleErrorException']]], 'PutPermissionPolicy' => ['name' => 'PutPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionPolicyRequest'], 'output' => ['shape' => 'PutPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidPermissionPolicyException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFBadRequestException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UpdateByteMatchSet' => ['name' => 'UpdateByteMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateByteMatchSetRequest'], 'output' => ['shape' => 'UpdateByteMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateGeoMatchSet' => ['name' => 'UpdateGeoMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateGeoMatchSetRequest'], 'output' => ['shape' => 'UpdateGeoMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRateBasedRule' => ['name' => 'UpdateRateBasedRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRateBasedRuleRequest'], 'output' => ['shape' => 'UpdateRateBasedRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRegexMatchSet' => ['name' => 'UpdateRegexMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexMatchSetRequest'], 'output' => ['shape' => 'UpdateRegexMatchSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFDisallowedNameException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidRegexPatternException']]], 'UpdateRule' => ['name' => 'UpdateRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleRequest'], 'output' => ['shape' => 'UpdateRuleResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidParameterException']]], 'UpdateSizeConstraintSet' => ['name' => 'UpdateSizeConstraintSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSizeConstraintSetRequest'], 'output' => ['shape' => 'UpdateSizeConstraintSetResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateSqlInjectionMatchSet' => ['name' => 'UpdateSqlInjectionMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateSqlInjectionMatchSetRequest'], 'output' => ['shape' => 'UpdateSqlInjectionMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFStaleDataException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFReferencedItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'UpdateXssMatchSet' => ['name' => 'UpdateXssMatchSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateXssMatchSetRequest'], 'output' => ['shape' => 'UpdateXssMatchSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidAccountException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentContainerException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFStaleDataException'], ['shape' => 'WAFLimitsExceededException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'ActivatedRule' => ['type' => 'structure', 'required' => ['Priority', 'RuleId'], 'members' => ['Priority' => ['shape' => 'RulePriority'], 'RuleId' => ['shape' => 'ResourceId'], 'Action' => ['shape' => 'WafAction'], 'OverrideAction' => ['shape' => 'WafOverrideAction'], 'Type' => ['shape' => 'WafRuleType'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ActivatedRules' => ['type' => 'list', 'member' => ['shape' => 'ActivatedRule']], 'ByteMatchSet' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ByteMatchTuples'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'ByteMatchTuples' => ['shape' => 'ByteMatchTuples']]], 'ByteMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetSummary']], 'ByteMatchSetSummary' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'Name'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'ByteMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'ByteMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ByteMatchTuple' => ['shape' => 'ByteMatchTuple']]], 'ByteMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchSetUpdate'], 'min' => 1], 'ByteMatchTargetString' => ['type' => 'blob'], 'ByteMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TargetString', 'TextTransformation', 'PositionalConstraint'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TargetString' => ['shape' => 'ByteMatchTargetString'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'ByteMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'ByteMatchTuple']], 'ChangeAction' => ['type' => 'string', 'enum' => ['INSERT', 'DELETE']], 'ChangeToken' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ChangeTokenStatus' => ['type' => 'string', 'enum' => ['PROVISIONED', 'PENDING', 'INSYNC']], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'Country' => ['type' => 'string'], 'CreateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'RateKey', 'RateLimit', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateWebACLMigrationStackRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'S3BucketName', 'IgnoreUnsupportedType'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'S3BucketName' => ['shape' => 'S3BucketName'], 'IgnoreUnsupportedType' => ['shape' => 'IgnoreUnsupportedType']]], 'CreateWebACLMigrationStackResponse' => ['type' => 'structure', 'required' => ['S3ObjectUrl'], 'members' => ['S3ObjectUrl' => ['shape' => 'S3ObjectUrl']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'MetricName', 'DefaultAction', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['Name', 'ChangeToken'], 'members' => ['Name' => ['shape' => 'ResourceName'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'CreateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeletePermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeletePermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'DeleteXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'ErrorReason' => ['type' => 'string'], 'ExcludedRule' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FieldToMatch' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'MatchFieldType'], 'Data' => ['shape' => 'MatchFieldData']]], 'GeoMatchConstraint' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'GeoMatchConstraintType'], 'Value' => ['shape' => 'GeoMatchConstraintValue']]], 'GeoMatchConstraintType' => ['type' => 'string', 'enum' => ['Country']], 'GeoMatchConstraintValue' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'GeoMatchConstraints' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchConstraint']], 'GeoMatchSet' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'GeoMatchConstraints'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'GeoMatchConstraints' => ['shape' => 'GeoMatchConstraints']]], 'GeoMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetSummary']], 'GeoMatchSetSummary' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'Name'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'GeoMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'GeoMatchConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'GeoMatchConstraint' => ['shape' => 'GeoMatchConstraint']]], 'GeoMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'GeoMatchSetUpdate'], 'min' => 1], 'GetByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId']]], 'GetByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ByteMatchSet' => ['shape' => 'ByteMatchSet']]], 'GetChangeTokenRequest' => ['type' => 'structure', 'members' => []], 'GetChangeTokenResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusRequest' => ['type' => 'structure', 'required' => ['ChangeToken'], 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'GetChangeTokenStatusResponse' => ['type' => 'structure', 'members' => ['ChangeTokenStatus' => ['shape' => 'ChangeTokenStatus']]], 'GetGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId']]], 'GetGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['GeoMatchSet' => ['shape' => 'GeoMatchSet']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId'], 'members' => ['IPSetId' => ['shape' => 'ResourceId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetPermissionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyString']]], 'GetRateBasedRuleManagedKeysRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeys' => ['shape' => 'ManagedKeys'], 'NextMarker' => ['shape' => 'NextMarker']]], 'GetRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'RateBasedRule']]], 'GetRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId']]], 'GetRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['RegexMatchSet' => ['shape' => 'RegexMatchSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup']]], 'GetRuleRequest' => ['type' => 'structure', 'required' => ['RuleId'], 'members' => ['RuleId' => ['shape' => 'ResourceId']]], 'GetRuleResponse' => ['type' => 'structure', 'members' => ['Rule' => ['shape' => 'Rule']]], 'GetSampledRequestsMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclId', 'RuleId', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclId' => ['shape' => 'ResourceId'], 'RuleId' => ['shape' => 'ResourceId'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'GetSampledRequestsMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId']]], 'GetSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['SizeConstraintSet' => ['shape' => 'SizeConstraintSet']]], 'GetSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId']]], 'GetSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['SqlInjectionMatchSet' => ['shape' => 'SqlInjectionMatchSet']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId'], 'members' => ['WebACLId' => ['shape' => 'ResourceId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId']]], 'GetXssMatchSetResponse' => ['type' => 'structure', 'members' => ['XssMatchSet' => ['shape' => 'XssMatchSet']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPSet' => ['type' => 'structure', 'required' => ['IPSetId', 'IPSetDescriptors'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'IPSetDescriptors' => ['shape' => 'IPSetDescriptors']]], 'IPSetDescriptor' => ['type' => 'structure', 'required' => ['Type', 'Value'], 'members' => ['Type' => ['shape' => 'IPSetDescriptorType'], 'Value' => ['shape' => 'IPSetDescriptorValue']]], 'IPSetDescriptorType' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPSetDescriptorValue' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '.*\\S.*'], 'IPSetDescriptors' => ['type' => 'list', 'member' => ['shape' => 'IPSetDescriptor']], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'required' => ['IPSetId', 'Name'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'IPSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'IPSetDescriptor'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'IPSetDescriptor' => ['shape' => 'IPSetDescriptor']]], 'IPSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'IPSetUpdate'], 'min' => 1], 'IPString' => ['type' => 'string'], 'IgnoreUnsupportedType' => ['type' => 'boolean'], 'ListActivatedRulesInRuleGroupRequest' => ['type' => 'structure', 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListActivatedRulesInRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ActivatedRules' => ['shape' => 'ActivatedRules']]], 'ListByteMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListByteMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ByteMatchSets' => ['shape' => 'ByteMatchSetSummaries']]], 'ListGeoMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListGeoMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'GeoMatchSets' => ['shape' => 'GeoMatchSetSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListRateBasedRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRateBasedRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListRegexMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexMatchSets' => ['shape' => 'RegexMatchSetSummaries']]], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListRulesRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRulesResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Rules' => ['shape' => 'RuleSummaries']]], 'ListSizeConstraintSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSizeConstraintSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SizeConstraintSets' => ['shape' => 'SizeConstraintSetSummaries']]], 'ListSqlInjectionMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSqlInjectionMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'SqlInjectionMatchSets' => ['shape' => 'SqlInjectionMatchSetSummaries']]], 'ListSubscribedRuleGroupsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListSubscribedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'SubscribedRuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'ListXssMatchSetsRequest' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListXssMatchSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'XssMatchSets' => ['shape' => 'XssMatchSetSummaries']]], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 1, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedKey' => ['type' => 'string'], 'ManagedKeys' => ['type' => 'list', 'member' => ['shape' => 'ManagedKey']], 'MatchFieldData' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'MatchFieldType' => ['type' => 'string', 'enum' => ['URI', 'QUERY_STRING', 'HEADER', 'METHOD', 'BODY', 'SINGLE_QUERY_ARG', 'ALL_QUERY_ARGS']], 'MetricName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'MigrationErrorType' => ['type' => 'string', 'enum' => ['ENTITY_NOT_SUPPORTED', 'ENTITY_NOT_FOUND', 'S3_BUCKET_NO_PERMISSION', 'S3_BUCKET_NOT_ACCESSIBLE', 'S3_BUCKET_NOT_FOUND', 'S3_BUCKET_INVALID_REGION', 'S3_INTERNAL_ERROR']], 'Negated' => ['type' => 'boolean'], 'NextMarker' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*\\S.*'], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 0], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['CHANGE_ACTION', 'WAF_ACTION', 'WAF_OVERRIDE_ACTION', 'PREDICATE_TYPE', 'IPSET_TYPE', 'BYTE_MATCH_FIELD_TYPE', 'SQL_INJECTION_MATCH_FIELD_TYPE', 'BYTE_MATCH_TEXT_TRANSFORMATION', 'BYTE_MATCH_POSITIONAL_CONSTRAINT', 'SIZE_CONSTRAINT_COMPARISON_OPERATOR', 'GEO_MATCH_LOCATION_TYPE', 'GEO_MATCH_LOCATION_VALUE', 'RATE_KEY', 'RULE_TYPE', 'NEXT_MARKER', 'RESOURCE_ARN', 'TAGS', 'TAG_KEYS']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'ParameterExceptionReason' => ['type' => 'string', 'enum' => ['INVALID_OPTION', 'ILLEGAL_COMBINATION', 'ILLEGAL_ARGUMENT', 'INVALID_TAG_KEY']], 'PolicyString' => ['type' => 'string', 'max' => 395000, 'min' => 1, 'pattern' => '.*\\S.*'], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'Predicate' => ['type' => 'structure', 'required' => ['Negated', 'Type', 'DataId'], 'members' => ['Negated' => ['shape' => 'Negated'], 'Type' => ['shape' => 'PredicateType'], 'DataId' => ['shape' => 'ResourceId']]], 'PredicateType' => ['type' => 'string', 'enum' => ['IPMatch', 'ByteMatch', 'SqlInjectionMatch', 'GeoMatch', 'SizeConstraint', 'XssMatch', 'RegexMatch']], 'Predicates' => ['type' => 'list', 'member' => ['shape' => 'Predicate']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Policy' => ['shape' => 'PolicyString']]], 'PutPermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'RateBasedRule' => ['type' => 'structure', 'required' => ['RuleId', 'MatchPredicates', 'RateKey', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'MatchPredicates' => ['shape' => 'Predicates'], 'RateKey' => ['shape' => 'RateKey'], 'RateLimit' => ['shape' => 'RateLimit']]], 'RateKey' => ['type' => 'string', 'enum' => ['IP']], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch']], 'RegexMatchSet' => ['type' => 'structure', 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexMatchTuples' => ['shape' => 'RegexMatchTuples']]], 'RegexMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetSummary']], 'RegexMatchSetSummary' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Name'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexMatchTuple' => ['shape' => 'RegexMatchTuple']]], 'RegexMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchSetUpdate'], 'min' => 1], 'RegexMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'RegexPatternSetId'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'RegexPatternSetId' => ['shape' => 'ResourceId']]], 'RegexMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'RegexMatchTuple']], 'RegexPatternSet' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'RegexPatternStrings'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'RegexPatternStrings' => ['shape' => 'RegexPatternStrings']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Name'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RegexPatternSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'RegexPatternString'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'RegexPatternString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetUpdate'], 'min' => 1], 'RegexPatternString' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*'], 'RegexPatternStrings' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternString'], 'max' => 10], 'ResourceArn' => ['type' => 'string', 'max' => 1224, 'min' => 1, 'pattern' => '.*\\S.*'], 'ResourceId' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'ResourceName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'Rule' => ['type' => 'structure', 'required' => ['RuleId', 'Predicates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'Predicates' => ['shape' => 'Predicates']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['RuleGroupId'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleGroupUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'RuleGroupUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupUpdate'], 'min' => 1], 'RulePriority' => ['type' => 'integer'], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'required' => ['RuleId', 'Name'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'RuleUpdate' => ['type' => 'structure', 'required' => ['Action', 'Predicate'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'Predicate' => ['shape' => 'Predicate']]], 'RuleUpdates' => ['type' => 'list', 'member' => ['shape' => 'RuleUpdate']], 'S3BucketName' => ['type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^aws-waf-migration-[0-9A-Za-z\\.\\-_]*'], 'S3ObjectUrl' => ['type' => 'string', 'min' => 1], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleWithinRuleGroup' => ['shape' => 'ResourceId']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraint' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation', 'ComparisonOperator', 'Size'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size']]], 'SizeConstraintSet' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'SizeConstraints'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SizeConstraints' => ['shape' => 'SizeConstraints']]], 'SizeConstraintSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetSummary']], 'SizeConstraintSetSummary' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'Name'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SizeConstraintSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SizeConstraint'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SizeConstraint' => ['shape' => 'SizeConstraint']]], 'SizeConstraintSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraintSetUpdate'], 'min' => 1], 'SizeConstraints' => ['type' => 'list', 'member' => ['shape' => 'SizeConstraint']], 'SqlInjectionMatchSet' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'SqlInjectionMatchTuples'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'SqlInjectionMatchTuples' => ['shape' => 'SqlInjectionMatchTuples']]], 'SqlInjectionMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetSummary']], 'SqlInjectionMatchSetSummary' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'Name'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'SqlInjectionMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'SqlInjectionMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'SqlInjectionMatchTuple' => ['shape' => 'SqlInjectionMatchTuple']]], 'SqlInjectionMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchSetUpdate'], 'min' => 1], 'SqlInjectionMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'SqlInjectionMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'SqlInjectionMatchTuple']], 'SubscribedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'SubscribedRuleGroupSummary']], 'SubscribedRuleGroupSummary' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Name', 'MetricName'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName']]], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*'], 'TextTransformation' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateByteMatchSetRequest' => ['type' => 'structure', 'required' => ['ByteMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['ByteMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'ByteMatchSetUpdates']]], 'UpdateByteMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateGeoMatchSetRequest' => ['type' => 'structure', 'required' => ['GeoMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['GeoMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'GeoMatchSetUpdates']]], 'UpdateGeoMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['IPSetId', 'ChangeToken', 'Updates'], 'members' => ['IPSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'IPSetUpdates']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRateBasedRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates', 'RateLimit'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates'], 'RateLimit' => ['shape' => 'RateLimit']]], 'UpdateRateBasedRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetRequest' => ['type' => 'structure', 'required' => ['RegexMatchSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexMatchSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexMatchSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['RegexPatternSetId', 'Updates', 'ChangeToken'], 'members' => ['RegexPatternSetId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RegexPatternSetUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['RuleGroupId', 'Updates', 'ChangeToken'], 'members' => ['RuleGroupId' => ['shape' => 'ResourceId'], 'Updates' => ['shape' => 'RuleGroupUpdates'], 'ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateRuleRequest' => ['type' => 'structure', 'required' => ['RuleId', 'ChangeToken', 'Updates'], 'members' => ['RuleId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'RuleUpdates']]], 'UpdateRuleResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSizeConstraintSetRequest' => ['type' => 'structure', 'required' => ['SizeConstraintSetId', 'ChangeToken', 'Updates'], 'members' => ['SizeConstraintSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SizeConstraintSetUpdates']]], 'UpdateSizeConstraintSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateSqlInjectionMatchSetRequest' => ['type' => 'structure', 'required' => ['SqlInjectionMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['SqlInjectionMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'SqlInjectionMatchSetUpdates']]], 'UpdateSqlInjectionMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLId', 'ChangeToken'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'WebACLUpdates'], 'DefaultAction' => ['shape' => 'WafAction']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'UpdateXssMatchSetRequest' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'ChangeToken', 'Updates'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'ChangeToken' => ['shape' => 'ChangeToken'], 'Updates' => ['shape' => 'XssMatchSetUpdates']]], 'UpdateXssMatchSetResponse' => ['type' => 'structure', 'members' => ['ChangeToken' => ['shape' => 'ChangeToken']]], 'WAFBadRequestException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFDisallowedNameException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFEntityMigrationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage'], 'MigrationErrorType' => ['shape' => 'MigrationErrorType'], 'MigrationErrorReason' => ['shape' => 'ErrorReason']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidAccountException' => ['type' => 'structure', 'members' => [], 'exception' => \true], 'WAFInvalidOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['field' => ['shape' => 'ParameterExceptionField'], 'parameter' => ['shape' => 'ParameterExceptionParameter'], 'reason' => ['shape' => 'ParameterExceptionReason']], 'exception' => \true], 'WAFInvalidPermissionPolicyException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFInvalidRegexPatternException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonEmptyEntityException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentContainerException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFReferencedItemException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFStaleDataException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'errorMessage']], 'exception' => \true, 'fault' => \true], 'WafAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafActionType']]], 'WafActionType' => ['type' => 'string', 'enum' => ['BLOCK', 'ALLOW', 'COUNT']], 'WafOverrideAction' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['Type' => ['shape' => 'WafOverrideActionType']]], 'WafOverrideActionType' => ['type' => 'string', 'enum' => ['NONE', 'COUNT']], 'WafRuleType' => ['type' => 'string', 'enum' => ['REGULAR', 'RATE_BASED', 'GROUP']], 'WebACL' => ['type' => 'structure', 'required' => ['WebACLId', 'DefaultAction', 'Rules'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'MetricName' => ['shape' => 'MetricName'], 'DefaultAction' => ['shape' => 'WafAction'], 'Rules' => ['shape' => 'ActivatedRules'], 'WebACLArn' => ['shape' => 'ResourceArn']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'required' => ['WebACLId', 'Name'], 'members' => ['WebACLId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'WebACLUpdate' => ['type' => 'structure', 'required' => ['Action', 'ActivatedRule'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'ActivatedRule' => ['shape' => 'ActivatedRule']]], 'WebACLUpdates' => ['type' => 'list', 'member' => ['shape' => 'WebACLUpdate']], 'XssMatchSet' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'XssMatchTuples'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'XssMatchTuples' => ['shape' => 'XssMatchTuples']]], 'XssMatchSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetSummary']], 'XssMatchSetSummary' => ['type' => 'structure', 'required' => ['XssMatchSetId', 'Name'], 'members' => ['XssMatchSetId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName']]], 'XssMatchSetUpdate' => ['type' => 'structure', 'required' => ['Action', 'XssMatchTuple'], 'members' => ['Action' => ['shape' => 'ChangeAction'], 'XssMatchTuple' => ['shape' => 'XssMatchTuple']]], 'XssMatchSetUpdates' => ['type' => 'list', 'member' => ['shape' => 'XssMatchSetUpdate'], 'min' => 1], 'XssMatchTuple' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformation'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformation' => ['shape' => 'TextTransformation']]], 'XssMatchTuples' => ['type' => 'list', 'member' => ['shape' => 'XssMatchTuple']], 'errorMessage' => ['type' => 'string']]]; diff --git a/vendor/Aws3/Aws/data/wafv2/2019-07-29/api-2.json.php b/vendor/Aws3/Aws/data/wafv2/2019-07-29/api-2.json.php index 55d4a6ec..1fd1f614 100644 --- a/vendor/Aws3/Aws/data/wafv2/2019-07-29/api-2.json.php +++ b/vendor/Aws3/Aws/data/wafv2/2019-07-29/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2019-07-29', 'endpointPrefix' => 'wafv2', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAFV2', 'serviceFullName' => 'AWS WAFV2', 'serviceId' => 'WAFV2', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_20190729', 'uid' => 'wafv2-2019-07-29'], 'operations' => ['AssociateWebACL' => ['name' => 'AssociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateWebACLRequest'], 'output' => ['shape' => 'AssociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFUnavailableEntityException']]], 'CheckCapacity' => ['name' => 'CheckCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckCapacityRequest'], 'output' => ['shape' => 'CheckCapacityResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'DescribeManagedRuleGroup' => ['name' => 'DescribeManagedRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeManagedRuleGroupRequest'], 'output' => ['shape' => 'DescribeManagedRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFNonexistentItemException']]], 'DisassociateWebACL' => ['name' => 'DisassociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateWebACLRequest'], 'output' => ['shape' => 'DisassociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRateBasedStatementManagedKeys' => ['name' => 'GetRateBasedStatementManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedStatementManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedStatementManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException']]], 'GetWebACLForResource' => ['name' => 'GetWebACLForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLForResourceRequest'], 'output' => ['shape' => 'GetWebACLForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFUnavailableEntityException']]], 'ListAvailableManagedRuleGroups' => ['name' => 'ListAvailableManagedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAvailableManagedRuleGroupsRequest'], 'output' => ['shape' => 'ListAvailableManagedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'ListResourcesForWebACL' => ['name' => 'ListResourcesForWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForWebACLRequest'], 'output' => ['shape' => 'ListResourcesForWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFServiceLinkedRoleErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'AllQueryArguments' => ['type' => 'structure', 'members' => []], 'AllowAction' => ['type' => 'structure', 'members' => []], 'AndStatement' => ['type' => 'structure', 'required' => ['Statements'], 'members' => ['Statements' => ['shape' => 'Statements']]], 'AssociateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLArn', 'ResourceArn'], 'members' => ['WebACLArn' => ['shape' => 'ResourceArn'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'AssociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'BlockAction' => ['type' => 'structure', 'members' => []], 'Body' => ['type' => 'structure', 'members' => []], 'Boolean' => ['type' => 'boolean'], 'ByteMatchStatement' => ['type' => 'structure', 'required' => ['SearchString', 'FieldToMatch', 'TextTransformations', 'PositionalConstraint'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'CapacityUnit' => ['type' => 'long', 'min' => 1], 'CheckCapacityRequest' => ['type' => 'structure', 'required' => ['Scope', 'Rules'], 'members' => ['Scope' => ['shape' => 'Scope'], 'Rules' => ['shape' => 'Rules']]], 'CheckCapacityResponse' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'ConsumedCapacity']]], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'ConsumedCapacity' => ['type' => 'long', 'min' => 0], 'CountAction' => ['type' => 'structure', 'members' => []], 'Country' => ['type' => 'string'], 'CountryCode' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'CountryCodes' => ['type' => 'list', 'member' => ['shape' => 'CountryCode'], 'min' => 1], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'IPAddressVersion', 'Addresses'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Description' => ['shape' => 'EntityDescription'], 'IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses'], 'Tags' => ['shape' => 'TagList']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'IPSetSummary']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'RegularExpressionList'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList'], 'Tags' => ['shape' => 'TagList']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'RegexPatternSetSummary']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Capacity', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Capacity' => ['shape' => 'CapacityUnit'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'RuleGroupSummary']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'DefaultAction', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'WebACLSummary']]], 'DefaultAction' => ['type' => 'structure', 'members' => ['Block' => ['shape' => 'BlockAction'], 'Allow' => ['shape' => 'AllowAction']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => []], 'DescribeManagedRuleGroupRequest' => ['type' => 'structure', 'required' => ['VendorName', 'Name', 'Scope'], 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope']]], 'DescribeManagedRuleGroupResponse' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'CapacityUnit'], 'Rules' => ['shape' => 'RuleSummaries']]], 'DisassociateWebACLRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DisassociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'EntityDescription' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[\\w+=:#@/\\-,\\.][\\w+=:#@/\\-,\\.\\s]+[\\w+=:#@/\\-,\\.]$'], 'EntityId' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$'], 'EntityName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'ErrorMessage' => ['type' => 'string'], 'ErrorReason' => ['type' => 'string'], 'ExcludedRule' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EntityName']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FieldToMatch' => ['type' => 'structure', 'members' => ['SingleHeader' => ['shape' => 'SingleHeader'], 'SingleQueryArgument' => ['shape' => 'SingleQueryArgument'], 'AllQueryArguments' => ['shape' => 'AllQueryArguments'], 'UriPath' => ['shape' => 'UriPath'], 'QueryString' => ['shape' => 'QueryString'], 'Body' => ['shape' => 'Body'], 'Method' => ['shape' => 'Method']]], 'FieldToMatchData' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'GeoMatchStatement' => ['type' => 'structure', 'members' => ['CountryCodes' => ['shape' => 'CountryCodes']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'LockToken' => ['shape' => 'LockToken']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetRateBasedStatementManagedKeysRequest' => ['type' => 'structure', 'required' => ['Scope', 'WebACLName', 'WebACLId', 'RuleName'], 'members' => ['Scope' => ['shape' => 'Scope'], 'WebACLName' => ['shape' => 'EntityName'], 'WebACLId' => ['shape' => 'EntityId'], 'RuleName' => ['shape' => 'EntityName']]], 'GetRateBasedStatementManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeysIPV4' => ['shape' => 'RateBasedStatementManagedKeysIPSet'], 'ManagedKeysIPV6' => ['shape' => 'RateBasedStatementManagedKeysIPSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'LockToken' => ['shape' => 'LockToken']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'LockToken' => ['shape' => 'LockToken']]], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclArn', 'RuleMetricName', 'Scope', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclArn' => ['shape' => 'ResourceArn'], 'RuleMetricName' => ['shape' => 'MetricName'], 'Scope' => ['shape' => 'Scope'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'ListMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetWebACLForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetWebACLForResourceResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'LockToken' => ['shape' => 'LockToken']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPAddress' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '.*\\S.*'], 'IPAddressVersion' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPAddresses' => ['type' => 'list', 'member' => ['shape' => 'IPAddress']], 'IPSet' => ['type' => 'structure', 'required' => ['Name', 'Id', 'ARN', 'IPAddressVersion', 'Addresses'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses']]], 'IPSetReferenceStatement' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ResourceArn']]], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'IPString' => ['type' => 'string'], 'ListAvailableManagedRuleGroupsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListAvailableManagedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ManagedRuleGroups' => ['shape' => 'ManagedRuleGroupSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListResourcesForWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLArn'], 'members' => ['WebACLArn' => ['shape' => 'ResourceArn'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ListResourcesForWebACLResponse' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'LockToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$'], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 100, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedRuleGroupStatement' => ['type' => 'structure', 'required' => ['VendorName', 'Name'], 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ManagedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'ManagedRuleGroupSummary']], 'ManagedRuleGroupSummary' => ['type' => 'structure', 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'Description' => ['shape' => 'EntityDescription']]], 'Method' => ['type' => 'structure', 'members' => []], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w#:\\.\\-/]+$'], 'NextMarker' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*\\S.*'], 'NoneAction' => ['type' => 'structure', 'members' => []], 'NotStatement' => ['type' => 'structure', 'required' => ['Statement'], 'members' => ['Statement' => ['shape' => 'Statement']]], 'OrStatement' => ['type' => 'structure', 'required' => ['Statements'], 'members' => ['Statements' => ['shape' => 'Statements']]], 'OverrideAction' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'CountAction'], 'None' => ['shape' => 'NoneAction']]], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['WEB_ACL', 'RULE_GROUP', 'REGEX_PATTERN_SET', 'IP_SET', 'MANAGED_RULE_SET', 'RULE', 'EXCLUDED_RULE', 'STATEMENT', 'BYTE_MATCH_STATEMENT', 'SQLI_MATCH_STATEMENT', 'XSS_MATCH_STATEMENT', 'SIZE_CONSTRAINT_STATEMENT', 'GEO_MATCH_STATEMENT', 'RATE_BASED_STATEMENT', 'RULE_GROUP_REFERENCE_STATEMENT', 'REGEX_PATTERN_REFERENCE_STATEMENT', 'IP_SET_REFERENCE_STATEMENT', 'MANAGED_RULE_SET_STATEMENT', 'AND_STATEMENT', 'OR_STATEMENT', 'NOT_STATEMENT', 'IP_ADDRESS', 'IP_ADDRESS_VERSION', 'FIELD_TO_MATCH', 'TEXT_TRANSFORMATION', 'SINGLE_QUERY_ARGUMENT', 'SINGLE_HEADER', 'DEFAULT_ACTION', 'RULE_ACTION', 'ENTITY_LIMIT', 'OVERRIDE_ACTION', 'SCOPE_VALUE', 'RESOURCE_ARN', 'RESOURCE_TYPE', 'TAGS', 'TAG_KEYS', 'METRIC_NAME']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'QueryString' => ['type' => 'structure', 'members' => []], 'RateBasedStatement' => ['type' => 'structure', 'required' => ['Limit', 'AggregateKeyType'], 'members' => ['Limit' => ['shape' => 'RateLimit'], 'AggregateKeyType' => ['shape' => 'RateBasedStatementAggregateKeyType'], 'ScopeDownStatement' => ['shape' => 'Statement']]], 'RateBasedStatementAggregateKeyType' => ['type' => 'string', 'enum' => ['IP']], 'RateBasedStatementManagedKeysIPSet' => ['type' => 'structure', 'members' => ['IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses']]], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch'], 'max' => 100], 'Regex' => ['type' => 'structure', 'members' => ['RegexString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSet' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList']]], 'RegexPatternSetReferenceStatement' => ['type' => 'structure', 'required' => ['ARN', 'FieldToMatch', 'TextTransformations'], 'members' => ['ARN' => ['shape' => 'ResourceArn'], 'FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'RegexPatternString' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*'], 'RegularExpressionList' => ['type' => 'list', 'member' => ['shape' => 'Regex'], 'min' => 1], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '.*\\S.*'], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceType' => ['type' => 'string', 'enum' => ['APPLICATION_LOAD_BALANCER', 'API_GATEWAY']], 'Rule' => ['type' => 'structure', 'required' => ['Name', 'Priority', 'Statement', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Priority' => ['shape' => 'RulePriority'], 'Statement' => ['shape' => 'Statement'], 'Action' => ['shape' => 'RuleAction'], 'OverrideAction' => ['shape' => 'OverrideAction'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig']]], 'RuleAction' => ['type' => 'structure', 'members' => ['Block' => ['shape' => 'BlockAction'], 'Allow' => ['shape' => 'AllowAction'], 'Count' => ['shape' => 'CountAction']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['Name', 'Id', 'Capacity', 'ARN', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Capacity' => ['shape' => 'CapacityUnit'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig']]], 'RuleGroupReferenceStatement' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ResourceArn'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'RulePriority' => ['type' => 'integer', 'min' => 0], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Action' => ['shape' => 'RuleAction']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleNameWithinRuleGroup' => ['shape' => 'EntityName']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Scope' => ['type' => 'string', 'enum' => ['CLOUDFRONT', 'REGIONAL']], 'SearchString' => ['type' => 'blob'], 'SingleHeader' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FieldToMatchData']]], 'SingleQueryArgument' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FieldToMatchData']]], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraintStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'ComparisonOperator', 'Size', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'SqliMatchStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'Statement' => ['type' => 'structure', 'members' => ['ByteMatchStatement' => ['shape' => 'ByteMatchStatement'], 'SqliMatchStatement' => ['shape' => 'SqliMatchStatement'], 'XssMatchStatement' => ['shape' => 'XssMatchStatement'], 'SizeConstraintStatement' => ['shape' => 'SizeConstraintStatement'], 'GeoMatchStatement' => ['shape' => 'GeoMatchStatement'], 'RuleGroupReferenceStatement' => ['shape' => 'RuleGroupReferenceStatement'], 'IPSetReferenceStatement' => ['shape' => 'IPSetReferenceStatement'], 'RegexPatternSetReferenceStatement' => ['shape' => 'RegexPatternSetReferenceStatement'], 'RateBasedStatement' => ['shape' => 'RateBasedStatement'], 'AndStatement' => ['shape' => 'AndStatement'], 'OrStatement' => ['shape' => 'OrStatement'], 'NotStatement' => ['shape' => 'NotStatement'], 'ManagedRuleGroupStatement' => ['shape' => 'ManagedRuleGroupStatement']]], 'Statements' => ['type' => 'list', 'member' => ['shape' => 'Statement']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*'], 'TextTransformation' => ['type' => 'structure', 'required' => ['Priority', 'Type'], 'members' => ['Priority' => ['shape' => 'TextTransformationPriority'], 'Type' => ['shape' => 'TextTransformationType']]], 'TextTransformationPriority' => ['type' => 'integer', 'min' => 0], 'TextTransformationType' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TextTransformations' => ['type' => 'list', 'member' => ['shape' => 'TextTransformation'], 'min' => 1], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'Addresses', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'Addresses' => ['shape' => 'IPAddresses'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'RegularExpressionList', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'VisibilityConfig', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'DefaultAction', 'VisibilityConfig', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UriPath' => ['type' => 'structure', 'members' => []], 'VendorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'VisibilityConfig' => ['type' => 'structure', 'required' => ['SampledRequestsEnabled', 'CloudWatchMetricsEnabled', 'MetricName'], 'members' => ['SampledRequestsEnabled' => ['shape' => 'Boolean'], 'CloudWatchMetricsEnabled' => ['shape' => 'Boolean'], 'MetricName' => ['shape' => 'MetricName']]], 'WAFAssociatedItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFDuplicateItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage'], 'Field' => ['shape' => 'ParameterExceptionField'], 'Parameter' => ['shape' => 'ParameterExceptionParameter'], 'Reason' => ['shape' => 'ErrorReason']], 'exception' => \true], 'WAFInvalidResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFOptimisticLockException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'WAFUnavailableEntityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WebACL' => ['type' => 'structure', 'required' => ['Name', 'Id', 'ARN', 'DefaultAction', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Capacity' => ['shape' => 'ConsumedCapacity']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'XssMatchStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2019-07-29', 'endpointPrefix' => 'wafv2', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'WAFV2', 'serviceFullName' => 'AWS WAFV2', 'serviceId' => 'WAFV2', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSWAF_20190729', 'uid' => 'wafv2-2019-07-29'], 'operations' => ['AssociateWebACL' => ['name' => 'AssociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateWebACLRequest'], 'output' => ['shape' => 'AssociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFInvalidOperationException']]], 'CheckCapacity' => ['name' => 'CheckCapacity', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CheckCapacityRequest'], 'output' => ['shape' => 'CheckCapacityResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException']]], 'CreateIPSet' => ['name' => 'CreateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIPSetRequest'], 'output' => ['shape' => 'CreateIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'CreateRegexPatternSet' => ['name' => 'CreateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRegexPatternSetRequest'], 'output' => ['shape' => 'CreateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'CreateRuleGroup' => ['name' => 'CreateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateRuleGroupRequest'], 'output' => ['shape' => 'CreateRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFSubscriptionNotFoundException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'CreateWebACL' => ['name' => 'CreateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWebACLRequest'], 'output' => ['shape' => 'CreateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFSubscriptionNotFoundException'], ['shape' => 'WAFInvalidOperationException']]], 'DeleteFirewallManagerRuleGroups' => ['name' => 'DeleteFirewallManagerRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteFirewallManagerRuleGroupsRequest'], 'output' => ['shape' => 'DeleteFirewallManagerRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFInvalidOperationException']]], 'DeleteIPSet' => ['name' => 'DeleteIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIPSetRequest'], 'output' => ['shape' => 'DeleteIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'DeleteLoggingConfiguration' => ['name' => 'DeleteLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteLoggingConfigurationRequest'], 'output' => ['shape' => 'DeleteLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'DeletePermissionPolicy' => ['name' => 'DeletePermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeletePermissionPolicyRequest'], 'output' => ['shape' => 'DeletePermissionPolicyResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'DeleteRegexPatternSet' => ['name' => 'DeleteRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRegexPatternSetRequest'], 'output' => ['shape' => 'DeleteRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'DeleteRuleGroup' => ['name' => 'DeleteRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRuleGroupRequest'], 'output' => ['shape' => 'DeleteRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'DeleteWebACL' => ['name' => 'DeleteWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWebACLRequest'], 'output' => ['shape' => 'DeleteWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFAssociatedItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'DescribeManagedRuleGroup' => ['name' => 'DescribeManagedRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeManagedRuleGroupRequest'], 'output' => ['shape' => 'DescribeManagedRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'DisassociateWebACL' => ['name' => 'DisassociateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateWebACLRequest'], 'output' => ['shape' => 'DisassociateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetIPSet' => ['name' => 'GetIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetIPSetRequest'], 'output' => ['shape' => 'GetIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetLoggingConfiguration' => ['name' => 'GetLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetLoggingConfigurationRequest'], 'output' => ['shape' => 'GetLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'GetPermissionPolicy' => ['name' => 'GetPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetPermissionPolicyRequest'], 'output' => ['shape' => 'GetPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'GetRateBasedStatementManagedKeys' => ['name' => 'GetRateBasedStatementManagedKeys', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRateBasedStatementManagedKeysRequest'], 'output' => ['shape' => 'GetRateBasedStatementManagedKeysResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetRegexPatternSet' => ['name' => 'GetRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRegexPatternSetRequest'], 'output' => ['shape' => 'GetRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetRuleGroup' => ['name' => 'GetRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetRuleGroupRequest'], 'output' => ['shape' => 'GetRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetSampledRequests' => ['name' => 'GetSampledRequests', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetSampledRequestsRequest'], 'output' => ['shape' => 'GetSampledRequestsResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException']]], 'GetWebACL' => ['name' => 'GetWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLRequest'], 'output' => ['shape' => 'GetWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidOperationException']]], 'GetWebACLForResource' => ['name' => 'GetWebACLForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetWebACLForResourceRequest'], 'output' => ['shape' => 'GetWebACLForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFInvalidOperationException']]], 'ListAvailableManagedRuleGroups' => ['name' => 'ListAvailableManagedRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAvailableManagedRuleGroupsRequest'], 'output' => ['shape' => 'ListAvailableManagedRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListIPSets' => ['name' => 'ListIPSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListIPSetsRequest'], 'output' => ['shape' => 'ListIPSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListLoggingConfigurations' => ['name' => 'ListLoggingConfigurations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListLoggingConfigurationsRequest'], 'output' => ['shape' => 'ListLoggingConfigurationsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListRegexPatternSets' => ['name' => 'ListRegexPatternSets', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRegexPatternSetsRequest'], 'output' => ['shape' => 'ListRegexPatternSetsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListResourcesForWebACL' => ['name' => 'ListResourcesForWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesForWebACLRequest'], 'output' => ['shape' => 'ListResourcesForWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListRuleGroups' => ['name' => 'ListRuleGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListRuleGroupsRequest'], 'output' => ['shape' => 'ListRuleGroupsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'ListWebACLs' => ['name' => 'ListWebACLs', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListWebACLsRequest'], 'output' => ['shape' => 'ListWebACLsResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException']]], 'PutLoggingConfiguration' => ['name' => 'PutLoggingConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutLoggingConfigurationRequest'], 'output' => ['shape' => 'PutLoggingConfigurationResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFServiceLinkedRoleErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidOperationException'], ['shape' => 'WAFLimitsExceededException']]], 'PutPermissionPolicy' => ['name' => 'PutPermissionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutPermissionPolicyRequest'], 'output' => ['shape' => 'PutPermissionPolicyResponse'], 'errors' => [['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFInvalidPermissionPolicyException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFTagOperationException'], ['shape' => 'WAFTagOperationInternalErrorException'], ['shape' => 'WAFInvalidOperationException']]], 'UpdateIPSet' => ['name' => 'UpdateIPSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateIPSetRequest'], 'output' => ['shape' => 'UpdateIPSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidOperationException']]], 'UpdateRegexPatternSet' => ['name' => 'UpdateRegexPatternSet', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRegexPatternSetRequest'], 'output' => ['shape' => 'UpdateRegexPatternSetResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidOperationException']]], 'UpdateRuleGroup' => ['name' => 'UpdateRuleGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRuleGroupRequest'], 'output' => ['shape' => 'UpdateRuleGroupResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException'], ['shape' => 'WAFInvalidOperationException']]], 'UpdateWebACL' => ['name' => 'UpdateWebACL', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWebACLRequest'], 'output' => ['shape' => 'UpdateWebACLResponse'], 'errors' => [['shape' => 'WAFInternalErrorException'], ['shape' => 'WAFInvalidParameterException'], ['shape' => 'WAFNonexistentItemException'], ['shape' => 'WAFDuplicateItemException'], ['shape' => 'WAFOptimisticLockException'], ['shape' => 'WAFLimitsExceededException'], ['shape' => 'WAFInvalidResourceException'], ['shape' => 'WAFUnavailableEntityException'], ['shape' => 'WAFSubscriptionNotFoundException'], ['shape' => 'WAFInvalidOperationException']]]], 'shapes' => ['Action' => ['type' => 'string'], 'AllQueryArguments' => ['type' => 'structure', 'members' => []], 'AllowAction' => ['type' => 'structure', 'members' => []], 'AndStatement' => ['type' => 'structure', 'required' => ['Statements'], 'members' => ['Statements' => ['shape' => 'Statements']]], 'AssociateWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLArn', 'ResourceArn'], 'members' => ['WebACLArn' => ['shape' => 'ResourceArn'], 'ResourceArn' => ['shape' => 'ResourceArn']]], 'AssociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'BlockAction' => ['type' => 'structure', 'members' => []], 'Body' => ['type' => 'structure', 'members' => []], 'Boolean' => ['type' => 'boolean'], 'ByteMatchStatement' => ['type' => 'structure', 'required' => ['SearchString', 'FieldToMatch', 'TextTransformations', 'PositionalConstraint'], 'members' => ['SearchString' => ['shape' => 'SearchString'], 'FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations'], 'PositionalConstraint' => ['shape' => 'PositionalConstraint']]], 'CapacityUnit' => ['type' => 'long', 'min' => 1], 'CheckCapacityRequest' => ['type' => 'structure', 'required' => ['Scope', 'Rules'], 'members' => ['Scope' => ['shape' => 'Scope'], 'Rules' => ['shape' => 'Rules']]], 'CheckCapacityResponse' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'ConsumedCapacity']]], 'ComparisonOperator' => ['type' => 'string', 'enum' => ['EQ', 'NE', 'LE', 'LT', 'GE', 'GT']], 'ConsumedCapacity' => ['type' => 'long', 'min' => 0], 'CountAction' => ['type' => 'structure', 'members' => []], 'Country' => ['type' => 'string'], 'CountryCode' => ['type' => 'string', 'enum' => ['AF', 'AX', 'AL', 'DZ', 'AS', 'AD', 'AO', 'AI', 'AQ', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ', 'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BJ', 'BM', 'BT', 'BO', 'BQ', 'BA', 'BW', 'BV', 'BR', 'IO', 'BN', 'BG', 'BF', 'BI', 'KH', 'CM', 'CA', 'CV', 'KY', 'CF', 'TD', 'CL', 'CN', 'CX', 'CC', 'CO', 'KM', 'CG', 'CD', 'CK', 'CR', 'CI', 'HR', 'CU', 'CW', 'CY', 'CZ', 'DK', 'DJ', 'DM', 'DO', 'EC', 'EG', 'SV', 'GQ', 'ER', 'EE', 'ET', 'FK', 'FO', 'FJ', 'FI', 'FR', 'GF', 'PF', 'TF', 'GA', 'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GL', 'GD', 'GP', 'GU', 'GT', 'GG', 'GN', 'GW', 'GY', 'HT', 'HM', 'VA', 'HN', 'HK', 'HU', 'IS', 'IN', 'ID', 'IR', 'IQ', 'IE', 'IM', 'IL', 'IT', 'JM', 'JP', 'JE', 'JO', 'KZ', 'KE', 'KI', 'KP', 'KR', 'KW', 'KG', 'LA', 'LV', 'LB', 'LS', 'LR', 'LY', 'LI', 'LT', 'LU', 'MO', 'MK', 'MG', 'MW', 'MY', 'MV', 'ML', 'MT', 'MH', 'MQ', 'MR', 'MU', 'YT', 'MX', 'FM', 'MD', 'MC', 'MN', 'ME', 'MS', 'MA', 'MZ', 'MM', 'NA', 'NR', 'NP', 'NL', 'NC', 'NZ', 'NI', 'NE', 'NG', 'NU', 'NF', 'MP', 'NO', 'OM', 'PK', 'PW', 'PS', 'PA', 'PG', 'PY', 'PE', 'PH', 'PN', 'PL', 'PT', 'PR', 'QA', 'RE', 'RO', 'RU', 'RW', 'BL', 'SH', 'KN', 'LC', 'MF', 'PM', 'VC', 'WS', 'SM', 'ST', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK', 'SI', 'SB', 'SO', 'ZA', 'GS', 'SS', 'ES', 'LK', 'SD', 'SR', 'SJ', 'SZ', 'SE', 'CH', 'SY', 'TW', 'TJ', 'TZ', 'TH', 'TL', 'TG', 'TK', 'TO', 'TT', 'TN', 'TR', 'TM', 'TC', 'TV', 'UG', 'UA', 'AE', 'GB', 'US', 'UM', 'UY', 'UZ', 'VU', 'VE', 'VN', 'VG', 'VI', 'WF', 'EH', 'YE', 'ZM', 'ZW']], 'CountryCodes' => ['type' => 'list', 'member' => ['shape' => 'CountryCode'], 'min' => 1], 'CreateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'IPAddressVersion', 'Addresses'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Description' => ['shape' => 'EntityDescription'], 'IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses'], 'Tags' => ['shape' => 'TagList']]], 'CreateIPSetResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'IPSetSummary']]], 'CreateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'RegularExpressionList'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList'], 'Tags' => ['shape' => 'TagList']]], 'CreateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'RegexPatternSetSummary']]], 'CreateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Capacity', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Capacity' => ['shape' => 'CapacityUnit'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateRuleGroupResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'RuleGroupSummary']]], 'CreateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'DefaultAction', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Tags' => ['shape' => 'TagList']]], 'CreateWebACLResponse' => ['type' => 'structure', 'members' => ['Summary' => ['shape' => 'WebACLSummary']]], 'DefaultAction' => ['type' => 'structure', 'members' => ['Block' => ['shape' => 'BlockAction'], 'Allow' => ['shape' => 'AllowAction']]], 'DeleteFirewallManagerRuleGroupsRequest' => ['type' => 'structure', 'required' => ['WebACLArn', 'WebACLLockToken'], 'members' => ['WebACLArn' => ['shape' => 'ResourceArn'], 'WebACLLockToken' => ['shape' => 'LockToken']]], 'DeleteFirewallManagerRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextWebACLLockToken' => ['shape' => 'LockToken']]], 'DeleteIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteIPSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeleteLoggingConfigurationResponse' => ['type' => 'structure', 'members' => []], 'DeletePermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DeletePermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteRegexPatternSetResponse' => ['type' => 'structure', 'members' => []], 'DeleteRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteRuleGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'LockToken' => ['shape' => 'LockToken']]], 'DeleteWebACLResponse' => ['type' => 'structure', 'members' => []], 'DescribeManagedRuleGroupRequest' => ['type' => 'structure', 'required' => ['VendorName', 'Name', 'Scope'], 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope']]], 'DescribeManagedRuleGroupResponse' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'CapacityUnit'], 'Rules' => ['shape' => 'RuleSummaries']]], 'DisassociateWebACLRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'DisassociateWebACLResponse' => ['type' => 'structure', 'members' => []], 'EntityDescription' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[\\w+=:#@/\\-,\\.][\\w+=:#@/\\-,\\.\\s]+[\\w+=:#@/\\-,\\.]$'], 'EntityId' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$'], 'EntityName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\w\\-]+$'], 'ErrorMessage' => ['type' => 'string'], 'ErrorReason' => ['type' => 'string'], 'ExcludedRule' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'EntityName']]], 'ExcludedRules' => ['type' => 'list', 'member' => ['shape' => 'ExcludedRule']], 'FallbackBehavior' => ['type' => 'string', 'enum' => ['MATCH', 'NO_MATCH']], 'FieldToMatch' => ['type' => 'structure', 'members' => ['SingleHeader' => ['shape' => 'SingleHeader'], 'SingleQueryArgument' => ['shape' => 'SingleQueryArgument'], 'AllQueryArguments' => ['shape' => 'AllQueryArguments'], 'UriPath' => ['shape' => 'UriPath'], 'QueryString' => ['shape' => 'QueryString'], 'Body' => ['shape' => 'Body'], 'Method' => ['shape' => 'Method']]], 'FieldToMatchData' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*\\S.*'], 'FirewallManagerRuleGroup' => ['type' => 'structure', 'required' => ['Name', 'Priority', 'FirewallManagerStatement', 'OverrideAction', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Priority' => ['shape' => 'RulePriority'], 'FirewallManagerStatement' => ['shape' => 'FirewallManagerStatement'], 'OverrideAction' => ['shape' => 'OverrideAction'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig']]], 'FirewallManagerRuleGroups' => ['type' => 'list', 'member' => ['shape' => 'FirewallManagerRuleGroup']], 'FirewallManagerStatement' => ['type' => 'structure', 'members' => ['ManagedRuleGroupStatement' => ['shape' => 'ManagedRuleGroupStatement'], 'RuleGroupReferenceStatement' => ['shape' => 'RuleGroupReferenceStatement']]], 'ForwardedIPConfig' => ['type' => 'structure', 'required' => ['HeaderName', 'FallbackBehavior'], 'members' => ['HeaderName' => ['shape' => 'ForwardedIPHeaderName'], 'FallbackBehavior' => ['shape' => 'FallbackBehavior']]], 'ForwardedIPHeaderName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$'], 'ForwardedIPPosition' => ['type' => 'string', 'enum' => ['FIRST', 'LAST', 'ANY']], 'GeoMatchStatement' => ['type' => 'structure', 'members' => ['CountryCodes' => ['shape' => 'CountryCodes'], 'ForwardedIPConfig' => ['shape' => 'ForwardedIPConfig']]], 'GetIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetIPSetResponse' => ['type' => 'structure', 'members' => ['IPSet' => ['shape' => 'IPSet'], 'LockToken' => ['shape' => 'LockToken']]], 'GetLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'GetPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetPermissionPolicyResponse' => ['type' => 'structure', 'members' => ['Policy' => ['shape' => 'PolicyString']]], 'GetRateBasedStatementManagedKeysRequest' => ['type' => 'structure', 'required' => ['Scope', 'WebACLName', 'WebACLId', 'RuleName'], 'members' => ['Scope' => ['shape' => 'Scope'], 'WebACLName' => ['shape' => 'EntityName'], 'WebACLId' => ['shape' => 'EntityId'], 'RuleName' => ['shape' => 'EntityName']]], 'GetRateBasedStatementManagedKeysResponse' => ['type' => 'structure', 'members' => ['ManagedKeysIPV4' => ['shape' => 'RateBasedStatementManagedKeysIPSet'], 'ManagedKeysIPV6' => ['shape' => 'RateBasedStatementManagedKeysIPSet']]], 'GetRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['RegexPatternSet' => ['shape' => 'RegexPatternSet'], 'LockToken' => ['shape' => 'LockToken']]], 'GetRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetRuleGroupResponse' => ['type' => 'structure', 'members' => ['RuleGroup' => ['shape' => 'RuleGroup'], 'LockToken' => ['shape' => 'LockToken']]], 'GetSampledRequestsRequest' => ['type' => 'structure', 'required' => ['WebAclArn', 'RuleMetricName', 'Scope', 'TimeWindow', 'MaxItems'], 'members' => ['WebAclArn' => ['shape' => 'ResourceArn'], 'RuleMetricName' => ['shape' => 'MetricName'], 'Scope' => ['shape' => 'Scope'], 'TimeWindow' => ['shape' => 'TimeWindow'], 'MaxItems' => ['shape' => 'ListMaxItems']]], 'GetSampledRequestsResponse' => ['type' => 'structure', 'members' => ['SampledRequests' => ['shape' => 'SampledHTTPRequests'], 'PopulationSize' => ['shape' => 'PopulationSize'], 'TimeWindow' => ['shape' => 'TimeWindow']]], 'GetWebACLForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn']]], 'GetWebACLForResourceResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL']]], 'GetWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId']]], 'GetWebACLResponse' => ['type' => 'structure', 'members' => ['WebACL' => ['shape' => 'WebACL'], 'LockToken' => ['shape' => 'LockToken']]], 'HTTPHeader' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'HeaderName'], 'Value' => ['shape' => 'HeaderValue']]], 'HTTPHeaders' => ['type' => 'list', 'member' => ['shape' => 'HTTPHeader']], 'HTTPMethod' => ['type' => 'string'], 'HTTPRequest' => ['type' => 'structure', 'members' => ['ClientIP' => ['shape' => 'IPString'], 'Country' => ['shape' => 'Country'], 'URI' => ['shape' => 'URIString'], 'Method' => ['shape' => 'HTTPMethod'], 'HTTPVersion' => ['shape' => 'HTTPVersion'], 'Headers' => ['shape' => 'HTTPHeaders']]], 'HTTPVersion' => ['type' => 'string'], 'HeaderName' => ['type' => 'string'], 'HeaderValue' => ['type' => 'string'], 'IPAddress' => ['type' => 'string', 'max' => 50, 'min' => 1, 'pattern' => '.*\\S.*'], 'IPAddressVersion' => ['type' => 'string', 'enum' => ['IPV4', 'IPV6']], 'IPAddresses' => ['type' => 'list', 'member' => ['shape' => 'IPAddress']], 'IPSet' => ['type' => 'structure', 'required' => ['Name', 'Id', 'ARN', 'IPAddressVersion', 'Addresses'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses']]], 'IPSetForwardedIPConfig' => ['type' => 'structure', 'required' => ['HeaderName', 'FallbackBehavior', 'Position'], 'members' => ['HeaderName' => ['shape' => 'ForwardedIPHeaderName'], 'FallbackBehavior' => ['shape' => 'FallbackBehavior'], 'Position' => ['shape' => 'ForwardedIPPosition']]], 'IPSetReferenceStatement' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ResourceArn'], 'IPSetForwardedIPConfig' => ['shape' => 'IPSetForwardedIPConfig']]], 'IPSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'IPSetSummary']], 'IPSetSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'IPString' => ['type' => 'string'], 'ListAvailableManagedRuleGroupsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListAvailableManagedRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'ManagedRuleGroups' => ['shape' => 'ManagedRuleGroupSummaries']]], 'ListIPSetsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListIPSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'IPSets' => ['shape' => 'IPSetSummaries']]], 'ListLoggingConfigurationsRequest' => ['type' => 'structure', 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListLoggingConfigurationsResponse' => ['type' => 'structure', 'members' => ['LoggingConfigurations' => ['shape' => 'LoggingConfigurations'], 'NextMarker' => ['shape' => 'NextMarker']]], 'ListMaxItems' => ['type' => 'long', 'max' => 500, 'min' => 1], 'ListRegexPatternSetsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRegexPatternSetsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RegexPatternSets' => ['shape' => 'RegexPatternSetSummaries']]], 'ListResourcesForWebACLRequest' => ['type' => 'structure', 'required' => ['WebACLArn'], 'members' => ['WebACLArn' => ['shape' => 'ResourceArn'], 'ResourceType' => ['shape' => 'ResourceType']]], 'ListResourcesForWebACLResponse' => ['type' => 'structure', 'members' => ['ResourceArns' => ['shape' => 'ResourceArns']]], 'ListRuleGroupsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListRuleGroupsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'RuleGroups' => ['shape' => 'RuleGroupSummaries']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit'], 'ResourceARN' => ['shape' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'TagInfoForResource' => ['shape' => 'TagInfoForResource']]], 'ListWebACLsRequest' => ['type' => 'structure', 'required' => ['Scope'], 'members' => ['Scope' => ['shape' => 'Scope'], 'NextMarker' => ['shape' => 'NextMarker'], 'Limit' => ['shape' => 'PaginationLimit']]], 'ListWebACLsResponse' => ['type' => 'structure', 'members' => ['NextMarker' => ['shape' => 'NextMarker'], 'WebACLs' => ['shape' => 'WebACLSummaries']]], 'LockToken' => ['type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$'], 'LogDestinationConfigs' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn'], 'max' => 100, 'min' => 1], 'LoggingConfiguration' => ['type' => 'structure', 'required' => ['ResourceArn', 'LogDestinationConfigs'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'LogDestinationConfigs' => ['shape' => 'LogDestinationConfigs'], 'RedactedFields' => ['shape' => 'RedactedFields'], 'ManagedByFirewallManager' => ['shape' => 'Boolean']]], 'LoggingConfigurations' => ['type' => 'list', 'member' => ['shape' => 'LoggingConfiguration']], 'ManagedRuleGroupStatement' => ['type' => 'structure', 'required' => ['VendorName', 'Name'], 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'ManagedRuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'ManagedRuleGroupSummary']], 'ManagedRuleGroupSummary' => ['type' => 'structure', 'members' => ['VendorName' => ['shape' => 'VendorName'], 'Name' => ['shape' => 'EntityName'], 'Description' => ['shape' => 'EntityDescription']]], 'Method' => ['type' => 'structure', 'members' => []], 'MetricName' => ['type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^[\\w#:\\.\\-/]+$'], 'NextMarker' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*\\S.*'], 'NoneAction' => ['type' => 'structure', 'members' => []], 'NotStatement' => ['type' => 'structure', 'required' => ['Statement'], 'members' => ['Statement' => ['shape' => 'Statement']]], 'OrStatement' => ['type' => 'structure', 'required' => ['Statements'], 'members' => ['Statements' => ['shape' => 'Statements']]], 'OverrideAction' => ['type' => 'structure', 'members' => ['Count' => ['shape' => 'CountAction'], 'None' => ['shape' => 'NoneAction']]], 'PaginationLimit' => ['type' => 'integer', 'max' => 100, 'min' => 1], 'ParameterExceptionField' => ['type' => 'string', 'enum' => ['WEB_ACL', 'RULE_GROUP', 'REGEX_PATTERN_SET', 'IP_SET', 'MANAGED_RULE_SET', 'RULE', 'EXCLUDED_RULE', 'STATEMENT', 'BYTE_MATCH_STATEMENT', 'SQLI_MATCH_STATEMENT', 'XSS_MATCH_STATEMENT', 'SIZE_CONSTRAINT_STATEMENT', 'GEO_MATCH_STATEMENT', 'RATE_BASED_STATEMENT', 'RULE_GROUP_REFERENCE_STATEMENT', 'REGEX_PATTERN_REFERENCE_STATEMENT', 'IP_SET_REFERENCE_STATEMENT', 'MANAGED_RULE_SET_STATEMENT', 'AND_STATEMENT', 'OR_STATEMENT', 'NOT_STATEMENT', 'IP_ADDRESS', 'IP_ADDRESS_VERSION', 'FIELD_TO_MATCH', 'TEXT_TRANSFORMATION', 'SINGLE_QUERY_ARGUMENT', 'SINGLE_HEADER', 'DEFAULT_ACTION', 'RULE_ACTION', 'ENTITY_LIMIT', 'OVERRIDE_ACTION', 'SCOPE_VALUE', 'RESOURCE_ARN', 'RESOURCE_TYPE', 'TAGS', 'TAG_KEYS', 'METRIC_NAME', 'FIREWALL_MANAGER_STATEMENT', 'FALLBACK_BEHAVIOR', 'POSITION', 'FORWARDED_IP_CONFIG', 'IP_SET_FORWARDED_IP_CONFIG', 'HEADER_NAME']], 'ParameterExceptionParameter' => ['type' => 'string', 'min' => 1], 'PolicyString' => ['type' => 'string', 'min' => 1], 'PopulationSize' => ['type' => 'long'], 'PositionalConstraint' => ['type' => 'string', 'enum' => ['EXACTLY', 'STARTS_WITH', 'ENDS_WITH', 'CONTAINS', 'CONTAINS_WORD']], 'PutLoggingConfigurationRequest' => ['type' => 'structure', 'required' => ['LoggingConfiguration'], 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutLoggingConfigurationResponse' => ['type' => 'structure', 'members' => ['LoggingConfiguration' => ['shape' => 'LoggingConfiguration']]], 'PutPermissionPolicyRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Policy'], 'members' => ['ResourceArn' => ['shape' => 'ResourceArn'], 'Policy' => ['shape' => 'PolicyString']]], 'PutPermissionPolicyResponse' => ['type' => 'structure', 'members' => []], 'QueryString' => ['type' => 'structure', 'members' => []], 'RateBasedStatement' => ['type' => 'structure', 'required' => ['Limit', 'AggregateKeyType'], 'members' => ['Limit' => ['shape' => 'RateLimit'], 'AggregateKeyType' => ['shape' => 'RateBasedStatementAggregateKeyType'], 'ScopeDownStatement' => ['shape' => 'Statement'], 'ForwardedIPConfig' => ['shape' => 'ForwardedIPConfig']]], 'RateBasedStatementAggregateKeyType' => ['type' => 'string', 'enum' => ['IP', 'FORWARDED_IP']], 'RateBasedStatementManagedKeysIPSet' => ['type' => 'structure', 'members' => ['IPAddressVersion' => ['shape' => 'IPAddressVersion'], 'Addresses' => ['shape' => 'IPAddresses']]], 'RateLimit' => ['type' => 'long', 'max' => 2000000000, 'min' => 100], 'RedactedFields' => ['type' => 'list', 'member' => ['shape' => 'FieldToMatch'], 'max' => 100], 'Regex' => ['type' => 'structure', 'members' => ['RegexString' => ['shape' => 'RegexPatternString']]], 'RegexPatternSet' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList']]], 'RegexPatternSetReferenceStatement' => ['type' => 'structure', 'required' => ['ARN', 'FieldToMatch', 'TextTransformations'], 'members' => ['ARN' => ['shape' => 'ResourceArn'], 'FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'RegexPatternSetSummaries' => ['type' => 'list', 'member' => ['shape' => 'RegexPatternSetSummary']], 'RegexPatternSetSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'RegexPatternString' => ['type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*'], 'RegularExpressionList' => ['type' => 'list', 'member' => ['shape' => 'Regex']], 'ResourceArn' => ['type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '.*\\S.*'], 'ResourceArns' => ['type' => 'list', 'member' => ['shape' => 'ResourceArn']], 'ResourceType' => ['type' => 'string', 'enum' => ['APPLICATION_LOAD_BALANCER', 'API_GATEWAY']], 'Rule' => ['type' => 'structure', 'required' => ['Name', 'Priority', 'Statement', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Priority' => ['shape' => 'RulePriority'], 'Statement' => ['shape' => 'Statement'], 'Action' => ['shape' => 'RuleAction'], 'OverrideAction' => ['shape' => 'OverrideAction'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig']]], 'RuleAction' => ['type' => 'structure', 'members' => ['Block' => ['shape' => 'BlockAction'], 'Allow' => ['shape' => 'AllowAction'], 'Count' => ['shape' => 'CountAction']]], 'RuleGroup' => ['type' => 'structure', 'required' => ['Name', 'Id', 'Capacity', 'ARN', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Capacity' => ['shape' => 'CapacityUnit'], 'ARN' => ['shape' => 'ResourceArn'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig']]], 'RuleGroupReferenceStatement' => ['type' => 'structure', 'required' => ['ARN'], 'members' => ['ARN' => ['shape' => 'ResourceArn'], 'ExcludedRules' => ['shape' => 'ExcludedRules']]], 'RuleGroupSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleGroupSummary']], 'RuleGroupSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'RulePriority' => ['type' => 'integer', 'min' => 0], 'RuleSummaries' => ['type' => 'list', 'member' => ['shape' => 'RuleSummary']], 'RuleSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Action' => ['shape' => 'RuleAction']]], 'Rules' => ['type' => 'list', 'member' => ['shape' => 'Rule']], 'SampleWeight' => ['type' => 'long', 'min' => 0], 'SampledHTTPRequest' => ['type' => 'structure', 'required' => ['Request', 'Weight'], 'members' => ['Request' => ['shape' => 'HTTPRequest'], 'Weight' => ['shape' => 'SampleWeight'], 'Timestamp' => ['shape' => 'Timestamp'], 'Action' => ['shape' => 'Action'], 'RuleNameWithinRuleGroup' => ['shape' => 'EntityName']]], 'SampledHTTPRequests' => ['type' => 'list', 'member' => ['shape' => 'SampledHTTPRequest']], 'Scope' => ['type' => 'string', 'enum' => ['CLOUDFRONT', 'REGIONAL']], 'SearchString' => ['type' => 'blob'], 'SingleHeader' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FieldToMatchData']]], 'SingleQueryArgument' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['Name' => ['shape' => 'FieldToMatchData']]], 'Size' => ['type' => 'long', 'max' => 21474836480, 'min' => 0], 'SizeConstraintStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'ComparisonOperator', 'Size', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'ComparisonOperator' => ['shape' => 'ComparisonOperator'], 'Size' => ['shape' => 'Size'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'SqliMatchStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]], 'Statement' => ['type' => 'structure', 'members' => ['ByteMatchStatement' => ['shape' => 'ByteMatchStatement'], 'SqliMatchStatement' => ['shape' => 'SqliMatchStatement'], 'XssMatchStatement' => ['shape' => 'XssMatchStatement'], 'SizeConstraintStatement' => ['shape' => 'SizeConstraintStatement'], 'GeoMatchStatement' => ['shape' => 'GeoMatchStatement'], 'RuleGroupReferenceStatement' => ['shape' => 'RuleGroupReferenceStatement'], 'IPSetReferenceStatement' => ['shape' => 'IPSetReferenceStatement'], 'RegexPatternSetReferenceStatement' => ['shape' => 'RegexPatternSetReferenceStatement'], 'RateBasedStatement' => ['shape' => 'RateBasedStatement'], 'AndStatement' => ['shape' => 'AndStatement'], 'OrStatement' => ['shape' => 'OrStatement'], 'NotStatement' => ['shape' => 'NotStatement'], 'ManagedRuleGroupStatement' => ['shape' => 'ManagedRuleGroupStatement']]], 'Statements' => ['type' => 'list', 'member' => ['shape' => 'Statement']], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagInfoForResource' => ['type' => 'structure', 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagList' => ['shape' => 'TagList']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'min' => 1], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'min' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$'], 'TextTransformation' => ['type' => 'structure', 'required' => ['Priority', 'Type'], 'members' => ['Priority' => ['shape' => 'TextTransformationPriority'], 'Type' => ['shape' => 'TextTransformationType']]], 'TextTransformationPriority' => ['type' => 'integer', 'min' => 0], 'TextTransformationType' => ['type' => 'string', 'enum' => ['NONE', 'COMPRESS_WHITE_SPACE', 'HTML_ENTITY_DECODE', 'LOWERCASE', 'CMD_LINE', 'URL_DECODE']], 'TextTransformations' => ['type' => 'list', 'member' => ['shape' => 'TextTransformation'], 'min' => 1], 'TimeWindow' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp']]], 'Timestamp' => ['type' => 'timestamp'], 'URIString' => ['type' => 'string'], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateIPSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'Addresses', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'Addresses' => ['shape' => 'IPAddresses'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateIPSetResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateRegexPatternSetRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'RegularExpressionList', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'RegularExpressionList' => ['shape' => 'RegularExpressionList'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateRegexPatternSetResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateRuleGroupRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'VisibilityConfig', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateRuleGroupResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UpdateWebACLRequest' => ['type' => 'structure', 'required' => ['Name', 'Scope', 'Id', 'DefaultAction', 'VisibilityConfig', 'LockToken'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Scope' => ['shape' => 'Scope'], 'Id' => ['shape' => 'EntityId'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'LockToken' => ['shape' => 'LockToken']]], 'UpdateWebACLResponse' => ['type' => 'structure', 'members' => ['NextLockToken' => ['shape' => 'LockToken']]], 'UriPath' => ['type' => 'structure', 'members' => []], 'VendorName' => ['type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*\\S.*'], 'VisibilityConfig' => ['type' => 'structure', 'required' => ['SampledRequestsEnabled', 'CloudWatchMetricsEnabled', 'MetricName'], 'members' => ['SampledRequestsEnabled' => ['shape' => 'Boolean'], 'CloudWatchMetricsEnabled' => ['shape' => 'Boolean'], 'MetricName' => ['shape' => 'MetricName']]], 'WAFAssociatedItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFDuplicateItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFInternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'WAFInvalidOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFInvalidParameterException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage'], 'Field' => ['shape' => 'ParameterExceptionField'], 'Parameter' => ['shape' => 'ParameterExceptionParameter'], 'Reason' => ['shape' => 'ErrorReason']], 'exception' => \true], 'WAFInvalidPermissionPolicyException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFInvalidResourceException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFLimitsExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFNonexistentItemException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFOptimisticLockException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFServiceLinkedRoleErrorException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFSubscriptionNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFTagOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WAFTagOperationInternalErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true, 'fault' => \true], 'WAFUnavailableEntityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'WebACL' => ['type' => 'structure', 'required' => ['Name', 'Id', 'ARN', 'DefaultAction', 'VisibilityConfig'], 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'ARN' => ['shape' => 'ResourceArn'], 'DefaultAction' => ['shape' => 'DefaultAction'], 'Description' => ['shape' => 'EntityDescription'], 'Rules' => ['shape' => 'Rules'], 'VisibilityConfig' => ['shape' => 'VisibilityConfig'], 'Capacity' => ['shape' => 'ConsumedCapacity'], 'PreProcessFirewallManagerRuleGroups' => ['shape' => 'FirewallManagerRuleGroups'], 'PostProcessFirewallManagerRuleGroups' => ['shape' => 'FirewallManagerRuleGroups'], 'ManagedByFirewallManager' => ['shape' => 'Boolean']]], 'WebACLSummaries' => ['type' => 'list', 'member' => ['shape' => 'WebACLSummary']], 'WebACLSummary' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'EntityName'], 'Id' => ['shape' => 'EntityId'], 'Description' => ['shape' => 'EntityDescription'], 'LockToken' => ['shape' => 'LockToken'], 'ARN' => ['shape' => 'ResourceArn']]], 'XssMatchStatement' => ['type' => 'structure', 'required' => ['FieldToMatch', 'TextTransformations'], 'members' => ['FieldToMatch' => ['shape' => 'FieldToMatch'], 'TextTransformations' => ['shape' => 'TextTransformations']]]]]; diff --git a/vendor/Aws3/Aws/data/worklink/2018-09-25/api-2.json.php b/vendor/Aws3/Aws/data/worklink/2018-09-25/api-2.json.php index 816741c4..2ace64d3 100644 --- a/vendor/Aws3/Aws/data/worklink/2018-09-25/api-2.json.php +++ b/vendor/Aws3/Aws/data/worklink/2018-09-25/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2018-09-25', 'endpointPrefix' => 'worklink', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'WorkLink', 'serviceFullName' => 'Amazon WorkLink', 'serviceId' => 'WorkLink', 'signatureVersion' => 'v4', 'signingName' => 'worklink', 'uid' => 'worklink-2018-09-25'], 'operations' => ['AssociateDomain' => ['name' => 'AssociateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/associateDomain'], 'input' => ['shape' => 'AssociateDomainRequest'], 'output' => ['shape' => 'AssociateDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'AssociateWebsiteAuthorizationProvider' => ['name' => 'AssociateWebsiteAuthorizationProvider', 'http' => ['method' => 'POST', 'requestUri' => '/associateWebsiteAuthorizationProvider'], 'input' => ['shape' => 'AssociateWebsiteAuthorizationProviderRequest'], 'output' => ['shape' => 'AssociateWebsiteAuthorizationProviderResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'AssociateWebsiteCertificateAuthority' => ['name' => 'AssociateWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/associateWebsiteCertificateAuthority'], 'input' => ['shape' => 'AssociateWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'AssociateWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/createFleet'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/deleteFleet'], 'input' => ['shape' => 'DeleteFleetRequest'], 'output' => ['shape' => 'DeleteFleetResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeAuditStreamConfiguration' => ['name' => 'DescribeAuditStreamConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeAuditStreamConfiguration'], 'input' => ['shape' => 'DescribeAuditStreamConfigurationRequest'], 'output' => ['shape' => 'DescribeAuditStreamConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeCompanyNetworkConfiguration' => ['name' => 'DescribeCompanyNetworkConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeCompanyNetworkConfiguration'], 'input' => ['shape' => 'DescribeCompanyNetworkConfigurationRequest'], 'output' => ['shape' => 'DescribeCompanyNetworkConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDevice' => ['name' => 'DescribeDevice', 'http' => ['method' => 'POST', 'requestUri' => '/describeDevice'], 'input' => ['shape' => 'DescribeDeviceRequest'], 'output' => ['shape' => 'DescribeDeviceResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDevicePolicyConfiguration' => ['name' => 'DescribeDevicePolicyConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeDevicePolicyConfiguration'], 'input' => ['shape' => 'DescribeDevicePolicyConfigurationRequest'], 'output' => ['shape' => 'DescribeDevicePolicyConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDomain' => ['name' => 'DescribeDomain', 'http' => ['method' => 'POST', 'requestUri' => '/describeDomain'], 'input' => ['shape' => 'DescribeDomainRequest'], 'output' => ['shape' => 'DescribeDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeFleetMetadata' => ['name' => 'DescribeFleetMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/describeFleetMetadata'], 'input' => ['shape' => 'DescribeFleetMetadataRequest'], 'output' => ['shape' => 'DescribeFleetMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeIdentityProviderConfiguration' => ['name' => 'DescribeIdentityProviderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeIdentityProviderConfiguration'], 'input' => ['shape' => 'DescribeIdentityProviderConfigurationRequest'], 'output' => ['shape' => 'DescribeIdentityProviderConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeWebsiteCertificateAuthority' => ['name' => 'DescribeWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/describeWebsiteCertificateAuthority'], 'input' => ['shape' => 'DescribeWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'DescribeWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateDomain' => ['name' => 'DisassociateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateDomain'], 'input' => ['shape' => 'DisassociateDomainRequest'], 'output' => ['shape' => 'DisassociateDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateWebsiteAuthorizationProvider' => ['name' => 'DisassociateWebsiteAuthorizationProvider', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateWebsiteAuthorizationProvider'], 'input' => ['shape' => 'DisassociateWebsiteAuthorizationProviderRequest'], 'output' => ['shape' => 'DisassociateWebsiteAuthorizationProviderResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateWebsiteCertificateAuthority' => ['name' => 'DisassociateWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateWebsiteCertificateAuthority'], 'input' => ['shape' => 'DisassociateWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'DisassociateWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListDevices' => ['name' => 'ListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/listDevices'], 'input' => ['shape' => 'ListDevicesRequest'], 'output' => ['shape' => 'ListDevicesResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/listDomains'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/listFleets'], 'input' => ['shape' => 'ListFleetsRequest'], 'output' => ['shape' => 'ListFleetsResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']]], 'ListWebsiteAuthorizationProviders' => ['name' => 'ListWebsiteAuthorizationProviders', 'http' => ['method' => 'POST', 'requestUri' => '/listWebsiteAuthorizationProviders'], 'input' => ['shape' => 'ListWebsiteAuthorizationProvidersRequest'], 'output' => ['shape' => 'ListWebsiteAuthorizationProvidersResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListWebsiteCertificateAuthorities' => ['name' => 'ListWebsiteCertificateAuthorities', 'http' => ['method' => 'POST', 'requestUri' => '/listWebsiteCertificateAuthorities'], 'input' => ['shape' => 'ListWebsiteCertificateAuthoritiesRequest'], 'output' => ['shape' => 'ListWebsiteCertificateAuthoritiesResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']]], 'RestoreDomainAccess' => ['name' => 'RestoreDomainAccess', 'http' => ['method' => 'POST', 'requestUri' => '/restoreDomainAccess'], 'input' => ['shape' => 'RestoreDomainAccessRequest'], 'output' => ['shape' => 'RestoreDomainAccessResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'RevokeDomainAccess' => ['name' => 'RevokeDomainAccess', 'http' => ['method' => 'POST', 'requestUri' => '/revokeDomainAccess'], 'input' => ['shape' => 'RevokeDomainAccessRequest'], 'output' => ['shape' => 'RevokeDomainAccessResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'SignOutUser' => ['name' => 'SignOutUser', 'http' => ['method' => 'POST', 'requestUri' => '/signOutUser'], 'input' => ['shape' => 'SignOutUserRequest'], 'output' => ['shape' => 'SignOutUserResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateAuditStreamConfiguration' => ['name' => 'UpdateAuditStreamConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateAuditStreamConfiguration'], 'input' => ['shape' => 'UpdateAuditStreamConfigurationRequest'], 'output' => ['shape' => 'UpdateAuditStreamConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateCompanyNetworkConfiguration' => ['name' => 'UpdateCompanyNetworkConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateCompanyNetworkConfiguration'], 'input' => ['shape' => 'UpdateCompanyNetworkConfigurationRequest'], 'output' => ['shape' => 'UpdateCompanyNetworkConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDevicePolicyConfiguration' => ['name' => 'UpdateDevicePolicyConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateDevicePolicyConfiguration'], 'input' => ['shape' => 'UpdateDevicePolicyConfigurationRequest'], 'output' => ['shape' => 'UpdateDevicePolicyConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDomainMetadata' => ['name' => 'UpdateDomainMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/updateDomainMetadata'], 'input' => ['shape' => 'UpdateDomainMetadataRequest'], 'output' => ['shape' => 'UpdateDomainMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFleetMetadata' => ['name' => 'UpdateFleetMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateFleetMetadata'], 'input' => ['shape' => 'UpdateFleetMetadataRequest'], 'output' => ['shape' => 'UpdateFleetMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateIdentityProviderConfiguration' => ['name' => 'UpdateIdentityProviderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateIdentityProviderConfiguration'], 'input' => ['shape' => 'UpdateIdentityProviderConfigurationRequest'], 'output' => ['shape' => 'UpdateIdentityProviderConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AcmCertificateArn' => ['type' => 'string', 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*'], 'AssociateDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName', 'AcmCertificateArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'AcmCertificateArn' => ['shape' => 'AcmCertificateArn']]], 'AssociateDomainResponse' => ['type' => 'structure', 'members' => []], 'AssociateWebsiteAuthorizationProviderRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'AuthorizationProviderType'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuthorizationProviderType' => ['shape' => 'AuthorizationProviderType'], 'DomainName' => ['shape' => 'DomainName']]], 'AssociateWebsiteAuthorizationProviderResponse' => ['type' => 'structure', 'members' => ['AuthorizationProviderId' => ['shape' => 'Id']]], 'AssociateWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'Certificate'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'Certificate' => ['shape' => 'Certificate'], 'DisplayName' => ['shape' => 'DisplayName']]], 'AssociateWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['WebsiteCaId' => ['shape' => 'Id']]], 'AuditStreamArn' => ['type' => 'string'], 'AuthorizationProviderType' => ['type' => 'string', 'enum' => ['SAML']], 'Boolean' => ['type' => 'boolean'], 'Certificate' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateChain' => ['type' => 'string', 'max' => 32768, 'min' => 1, 'pattern' => '(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CompanyCode' => ['type' => 'string', 'max' => 32, 'min' => 1], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['FleetName'], 'members' => ['FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean']]], 'CreateFleetResponse' => ['type' => 'structure', 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DateTime' => ['type' => 'timestamp'], 'DeleteFleetRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DeleteFleetResponse' => ['type' => 'structure', 'members' => []], 'DescribeAuditStreamConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeAuditStreamConfigurationResponse' => ['type' => 'structure', 'members' => ['AuditStreamArn' => ['shape' => 'AuditStreamArn']]], 'DescribeCompanyNetworkConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeCompanyNetworkConfigurationResponse' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'DescribeDevicePolicyConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeDevicePolicyConfigurationResponse' => ['type' => 'structure', 'members' => ['DeviceCaCertificate' => ['shape' => 'Certificate']]], 'DescribeDeviceRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DeviceId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DeviceId' => ['shape' => 'Id']]], 'DescribeDeviceResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'DeviceStatus'], 'Model' => ['shape' => 'DeviceModel'], 'Manufacturer' => ['shape' => 'DeviceManufacturer'], 'OperatingSystem' => ['shape' => 'DeviceOperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'DeviceOperatingSystemVersion'], 'PatchLevel' => ['shape' => 'DevicePatchLevel'], 'FirstAccessedTime' => ['shape' => 'DateTime'], 'LastAccessedTime' => ['shape' => 'DateTime'], 'Username' => ['shape' => 'Username']]], 'DescribeDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'DescribeDomainResponse' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CreatedTime' => ['shape' => 'DateTime'], 'DomainStatus' => ['shape' => 'DomainStatus'], 'AcmCertificateArn' => ['shape' => 'AcmCertificateArn']]], 'DescribeFleetMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeFleetMetadataResponse' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'DateTime'], 'LastUpdatedTime' => ['shape' => 'DateTime'], 'FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean'], 'CompanyCode' => ['shape' => 'CompanyCode'], 'FleetStatus' => ['shape' => 'FleetStatus']]], 'DescribeIdentityProviderConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeIdentityProviderConfigurationResponse' => ['type' => 'structure', 'members' => ['IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'ServiceProviderSamlMetadata' => ['shape' => 'SamlMetadata'], 'IdentityProviderSamlMetadata' => ['shape' => 'SamlMetadata']]], 'DescribeWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'WebsiteCaId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'WebsiteCaId' => ['shape' => 'Id']]], 'DescribeWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate'], 'CreatedTime' => ['shape' => 'DateTime'], 'DisplayName' => ['shape' => 'DisplayName']]], 'DeviceManufacturer' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceModel' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceOperatingSystemName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceOperatingSystemVersion' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DevicePatchLevel' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'SIGNED_OUT']], 'DeviceSummary' => ['type' => 'structure', 'members' => ['DeviceId' => ['shape' => 'Id'], 'DeviceStatus' => ['shape' => 'DeviceStatus']]], 'DeviceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DeviceSummary']], 'DisassociateDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'DisassociateDomainResponse' => ['type' => 'structure', 'members' => []], 'DisassociateWebsiteAuthorizationProviderRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'AuthorizationProviderId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuthorizationProviderId' => ['shape' => 'Id']]], 'DisassociateWebsiteAuthorizationProviderResponse' => ['type' => 'structure', 'members' => []], 'DisassociateWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'WebsiteCaId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'WebsiteCaId' => ['shape' => 'Id']]], 'DisassociateWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => []], 'DisplayName' => ['type' => 'string', 'max' => 100], 'DomainName' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+$'], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ASSOCIATING', 'ACTIVE', 'INACTIVE', 'DISASSOCIATING', 'DISASSOCIATED', 'FAILED_TO_ASSOCIATE', 'FAILED_TO_DISASSOCIATE']], 'DomainSummary' => ['type' => 'structure', 'required' => ['DomainName', 'CreatedTime', 'DomainStatus'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CreatedTime' => ['shape' => 'DateTime'], 'DomainStatus' => ['shape' => 'DomainStatus']]], 'DomainSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DomainSummary']], 'ExceptionMessage' => ['type' => 'string'], 'FleetArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'FleetName' => ['type' => 'string', 'max' => 48, 'min' => 1, 'pattern' => '^[a-z0-9](?:[a-z0-9\\-]{0,46}[a-z0-9])?$'], 'FleetStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED_TO_CREATE', 'FAILED_TO_DELETE']], 'FleetSummary' => ['type' => 'structure', 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastUpdatedTime' => ['shape' => 'DateTime'], 'FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CompanyCode' => ['shape' => 'CompanyCode'], 'FleetStatus' => ['shape' => 'FleetStatus']]], 'FleetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FleetSummary']], 'Id' => ['type' => 'string', 'max' => 256, 'min' => 1], 'IdentityProviderType' => ['type' => 'string', 'enum' => ['SAML']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListDevicesRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDomainsRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDomainsResponse' => ['type' => 'structure', 'members' => ['Domains' => ['shape' => 'DomainSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFleetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListFleetsResponse' => ['type' => 'structure', 'members' => ['FleetSummaryList' => ['shape' => 'FleetSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWebsiteAuthorizationProvidersRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListWebsiteAuthorizationProvidersResponse' => ['type' => 'structure', 'members' => ['WebsiteAuthorizationProviders' => ['shape' => 'WebsiteAuthorizationProvidersSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWebsiteCertificateAuthoritiesRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWebsiteCertificateAuthoritiesResponse' => ['type' => 'structure', 'members' => ['WebsiteCertificateAuthorities' => ['shape' => 'WebsiteCaSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RestoreDomainAccessRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'RestoreDomainAccessResponse' => ['type' => 'structure', 'members' => []], 'RevokeDomainAccessRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'RevokeDomainAccessResponse' => ['type' => 'structure', 'members' => []], 'SamlMetadata' => ['type' => 'string', 'max' => 204800, 'min' => 1], 'SecurityGroupId' => ['type' => 'string', 'pattern' => '^sg-([0-9a-f]{8}|[0-9a-f]{17})$'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'SignOutUserRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'Username'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'Username' => ['shape' => 'Username']]], 'SignOutUserResponse' => ['type' => 'structure', 'members' => []], 'SubnetId' => ['type' => 'string', 'pattern' => '^subnet-([0-9a-f]{8}|[0-9a-f]{17})$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'UpdateAuditStreamConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuditStreamArn' => ['shape' => 'AuditStreamArn']]], 'UpdateAuditStreamConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateCompanyNetworkConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'VpcId', 'SubnetIds', 'SecurityGroupIds'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'UpdateCompanyNetworkConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateDevicePolicyConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DeviceCaCertificate' => ['shape' => 'CertificateChain']]], 'UpdateDevicePolicyConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateDomainMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName']]], 'UpdateDomainMetadataResponse' => ['type' => 'structure', 'members' => []], 'UpdateFleetMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean']]], 'UpdateFleetMetadataResponse' => ['type' => 'structure', 'members' => []], 'UpdateIdentityProviderConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'IdentityProviderType'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'IdentityProviderSamlMetadata' => ['shape' => 'SamlMetadata']]], 'UpdateIdentityProviderConfigurationResponse' => ['type' => 'structure', 'members' => []], 'Username' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VpcId' => ['type' => 'string', 'pattern' => '^vpc-([0-9a-f]{8}|[0-9a-f]{17})$'], 'WebsiteAuthorizationProviderSummary' => ['type' => 'structure', 'required' => ['AuthorizationProviderType'], 'members' => ['AuthorizationProviderId' => ['shape' => 'Id'], 'AuthorizationProviderType' => ['shape' => 'AuthorizationProviderType'], 'DomainName' => ['shape' => 'DomainName'], 'CreatedTime' => ['shape' => 'DateTime']]], 'WebsiteAuthorizationProvidersSummaryList' => ['type' => 'list', 'member' => ['shape' => 'WebsiteAuthorizationProviderSummary']], 'WebsiteCaSummary' => ['type' => 'structure', 'members' => ['WebsiteCaId' => ['shape' => 'Id'], 'CreatedTime' => ['shape' => 'DateTime'], 'DisplayName' => ['shape' => 'DisplayName']]], 'WebsiteCaSummaryList' => ['type' => 'list', 'member' => ['shape' => 'WebsiteCaSummary']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2018-09-25', 'endpointPrefix' => 'worklink', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'WorkLink', 'serviceFullName' => 'Amazon WorkLink', 'serviceId' => 'WorkLink', 'signatureVersion' => 'v4', 'signingName' => 'worklink', 'uid' => 'worklink-2018-09-25'], 'operations' => ['AssociateDomain' => ['name' => 'AssociateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/associateDomain'], 'input' => ['shape' => 'AssociateDomainRequest'], 'output' => ['shape' => 'AssociateDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'AssociateWebsiteAuthorizationProvider' => ['name' => 'AssociateWebsiteAuthorizationProvider', 'http' => ['method' => 'POST', 'requestUri' => '/associateWebsiteAuthorizationProvider'], 'input' => ['shape' => 'AssociateWebsiteAuthorizationProviderRequest'], 'output' => ['shape' => 'AssociateWebsiteAuthorizationProviderResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'AssociateWebsiteCertificateAuthority' => ['name' => 'AssociateWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/associateWebsiteCertificateAuthority'], 'input' => ['shape' => 'AssociateWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'AssociateWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'CreateFleet' => ['name' => 'CreateFleet', 'http' => ['method' => 'POST', 'requestUri' => '/createFleet'], 'input' => ['shape' => 'CreateFleetRequest'], 'output' => ['shape' => 'CreateFleetResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'DeleteFleet' => ['name' => 'DeleteFleet', 'http' => ['method' => 'POST', 'requestUri' => '/deleteFleet'], 'input' => ['shape' => 'DeleteFleetRequest'], 'output' => ['shape' => 'DeleteFleetResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeAuditStreamConfiguration' => ['name' => 'DescribeAuditStreamConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeAuditStreamConfiguration'], 'input' => ['shape' => 'DescribeAuditStreamConfigurationRequest'], 'output' => ['shape' => 'DescribeAuditStreamConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeCompanyNetworkConfiguration' => ['name' => 'DescribeCompanyNetworkConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeCompanyNetworkConfiguration'], 'input' => ['shape' => 'DescribeCompanyNetworkConfigurationRequest'], 'output' => ['shape' => 'DescribeCompanyNetworkConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDevice' => ['name' => 'DescribeDevice', 'http' => ['method' => 'POST', 'requestUri' => '/describeDevice'], 'input' => ['shape' => 'DescribeDeviceRequest'], 'output' => ['shape' => 'DescribeDeviceResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDevicePolicyConfiguration' => ['name' => 'DescribeDevicePolicyConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeDevicePolicyConfiguration'], 'input' => ['shape' => 'DescribeDevicePolicyConfigurationRequest'], 'output' => ['shape' => 'DescribeDevicePolicyConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeDomain' => ['name' => 'DescribeDomain', 'http' => ['method' => 'POST', 'requestUri' => '/describeDomain'], 'input' => ['shape' => 'DescribeDomainRequest'], 'output' => ['shape' => 'DescribeDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeFleetMetadata' => ['name' => 'DescribeFleetMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/describeFleetMetadata'], 'input' => ['shape' => 'DescribeFleetMetadataRequest'], 'output' => ['shape' => 'DescribeFleetMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeIdentityProviderConfiguration' => ['name' => 'DescribeIdentityProviderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/describeIdentityProviderConfiguration'], 'input' => ['shape' => 'DescribeIdentityProviderConfigurationRequest'], 'output' => ['shape' => 'DescribeIdentityProviderConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DescribeWebsiteCertificateAuthority' => ['name' => 'DescribeWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/describeWebsiteCertificateAuthority'], 'input' => ['shape' => 'DescribeWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'DescribeWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateDomain' => ['name' => 'DisassociateDomain', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateDomain'], 'input' => ['shape' => 'DisassociateDomainRequest'], 'output' => ['shape' => 'DisassociateDomainResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateWebsiteAuthorizationProvider' => ['name' => 'DisassociateWebsiteAuthorizationProvider', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateWebsiteAuthorizationProvider'], 'input' => ['shape' => 'DisassociateWebsiteAuthorizationProviderRequest'], 'output' => ['shape' => 'DisassociateWebsiteAuthorizationProviderResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'TooManyRequestsException']]], 'DisassociateWebsiteCertificateAuthority' => ['name' => 'DisassociateWebsiteCertificateAuthority', 'http' => ['method' => 'POST', 'requestUri' => '/disassociateWebsiteCertificateAuthority'], 'input' => ['shape' => 'DisassociateWebsiteCertificateAuthorityRequest'], 'output' => ['shape' => 'DisassociateWebsiteCertificateAuthorityResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListDevices' => ['name' => 'ListDevices', 'http' => ['method' => 'POST', 'requestUri' => '/listDevices'], 'input' => ['shape' => 'ListDevicesRequest'], 'output' => ['shape' => 'ListDevicesResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListDomains' => ['name' => 'ListDomains', 'http' => ['method' => 'POST', 'requestUri' => '/listDomains'], 'input' => ['shape' => 'ListDomainsRequest'], 'output' => ['shape' => 'ListDomainsResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListFleets' => ['name' => 'ListFleets', 'http' => ['method' => 'POST', 'requestUri' => '/listFleets'], 'input' => ['shape' => 'ListFleetsRequest'], 'output' => ['shape' => 'ListFleetsResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']]], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'GET', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException']]], 'ListWebsiteAuthorizationProviders' => ['name' => 'ListWebsiteAuthorizationProviders', 'http' => ['method' => 'POST', 'requestUri' => '/listWebsiteAuthorizationProviders'], 'input' => ['shape' => 'ListWebsiteAuthorizationProvidersRequest'], 'output' => ['shape' => 'ListWebsiteAuthorizationProvidersResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'ListWebsiteCertificateAuthorities' => ['name' => 'ListWebsiteCertificateAuthorities', 'http' => ['method' => 'POST', 'requestUri' => '/listWebsiteCertificateAuthorities'], 'input' => ['shape' => 'ListWebsiteCertificateAuthoritiesRequest'], 'output' => ['shape' => 'ListWebsiteCertificateAuthoritiesResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'TooManyRequestsException']]], 'RestoreDomainAccess' => ['name' => 'RestoreDomainAccess', 'http' => ['method' => 'POST', 'requestUri' => '/restoreDomainAccess'], 'input' => ['shape' => 'RestoreDomainAccessRequest'], 'output' => ['shape' => 'RestoreDomainAccessResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'RevokeDomainAccess' => ['name' => 'RevokeDomainAccess', 'http' => ['method' => 'POST', 'requestUri' => '/revokeDomainAccess'], 'input' => ['shape' => 'RevokeDomainAccessRequest'], 'output' => ['shape' => 'RevokeDomainAccessResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'SignOutUser' => ['name' => 'SignOutUser', 'http' => ['method' => 'POST', 'requestUri' => '/signOutUser'], 'input' => ['shape' => 'SignOutUserRequest'], 'output' => ['shape' => 'SignOutUserResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'DELETE', 'requestUri' => '/tags/{ResourceArn}'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'InvalidRequestException']]], 'UpdateAuditStreamConfiguration' => ['name' => 'UpdateAuditStreamConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateAuditStreamConfiguration'], 'input' => ['shape' => 'UpdateAuditStreamConfigurationRequest'], 'output' => ['shape' => 'UpdateAuditStreamConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateCompanyNetworkConfiguration' => ['name' => 'UpdateCompanyNetworkConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateCompanyNetworkConfiguration'], 'input' => ['shape' => 'UpdateCompanyNetworkConfigurationRequest'], 'output' => ['shape' => 'UpdateCompanyNetworkConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDevicePolicyConfiguration' => ['name' => 'UpdateDevicePolicyConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateDevicePolicyConfiguration'], 'input' => ['shape' => 'UpdateDevicePolicyConfigurationRequest'], 'output' => ['shape' => 'UpdateDevicePolicyConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateDomainMetadata' => ['name' => 'UpdateDomainMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/updateDomainMetadata'], 'input' => ['shape' => 'UpdateDomainMetadataRequest'], 'output' => ['shape' => 'UpdateDomainMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateFleetMetadata' => ['name' => 'UpdateFleetMetadata', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateFleetMetadata'], 'input' => ['shape' => 'UpdateFleetMetadataRequest'], 'output' => ['shape' => 'UpdateFleetMetadataResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]], 'UpdateIdentityProviderConfiguration' => ['name' => 'UpdateIdentityProviderConfiguration', 'http' => ['method' => 'POST', 'requestUri' => '/updateIdentityProviderConfiguration'], 'input' => ['shape' => 'UpdateIdentityProviderConfigurationRequest'], 'output' => ['shape' => 'UpdateIdentityProviderConfigurationResponse'], 'errors' => [['shape' => 'UnauthorizedException'], ['shape' => 'InternalServerErrorException'], ['shape' => 'InvalidRequestException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyRequestsException']]]], 'shapes' => ['AcmCertificateArn' => ['type' => 'string', 'pattern' => 'arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*'], 'AssociateDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName', 'AcmCertificateArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'AcmCertificateArn' => ['shape' => 'AcmCertificateArn']]], 'AssociateDomainResponse' => ['type' => 'structure', 'members' => []], 'AssociateWebsiteAuthorizationProviderRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'AuthorizationProviderType'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuthorizationProviderType' => ['shape' => 'AuthorizationProviderType'], 'DomainName' => ['shape' => 'DomainName']]], 'AssociateWebsiteAuthorizationProviderResponse' => ['type' => 'structure', 'members' => ['AuthorizationProviderId' => ['shape' => 'Id']]], 'AssociateWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'Certificate'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'Certificate' => ['shape' => 'Certificate'], 'DisplayName' => ['shape' => 'DisplayName']]], 'AssociateWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['WebsiteCaId' => ['shape' => 'Id']]], 'AuditStreamArn' => ['type' => 'string', 'pattern' => '^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$'], 'AuthorizationProviderType' => ['type' => 'string', 'enum' => ['SAML']], 'Boolean' => ['type' => 'boolean'], 'Certificate' => ['type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CertificateChain' => ['type' => 'string', 'max' => 32768, 'min' => 1, 'pattern' => '(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?'], 'CompanyCode' => ['type' => 'string', 'max' => 32, 'min' => 1], 'CreateFleetRequest' => ['type' => 'structure', 'required' => ['FleetName'], 'members' => ['FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean'], 'Tags' => ['shape' => 'TagMap']]], 'CreateFleetResponse' => ['type' => 'structure', 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DateTime' => ['type' => 'timestamp'], 'DeleteFleetRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DeleteFleetResponse' => ['type' => 'structure', 'members' => []], 'DescribeAuditStreamConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeAuditStreamConfigurationResponse' => ['type' => 'structure', 'members' => ['AuditStreamArn' => ['shape' => 'AuditStreamArn']]], 'DescribeCompanyNetworkConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeCompanyNetworkConfigurationResponse' => ['type' => 'structure', 'members' => ['VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'DescribeDevicePolicyConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeDevicePolicyConfigurationResponse' => ['type' => 'structure', 'members' => ['DeviceCaCertificate' => ['shape' => 'Certificate']]], 'DescribeDeviceRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DeviceId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DeviceId' => ['shape' => 'Id']]], 'DescribeDeviceResponse' => ['type' => 'structure', 'members' => ['Status' => ['shape' => 'DeviceStatus'], 'Model' => ['shape' => 'DeviceModel'], 'Manufacturer' => ['shape' => 'DeviceManufacturer'], 'OperatingSystem' => ['shape' => 'DeviceOperatingSystemName'], 'OperatingSystemVersion' => ['shape' => 'DeviceOperatingSystemVersion'], 'PatchLevel' => ['shape' => 'DevicePatchLevel'], 'FirstAccessedTime' => ['shape' => 'DateTime'], 'LastAccessedTime' => ['shape' => 'DateTime'], 'Username' => ['shape' => 'Username']]], 'DescribeDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'DescribeDomainResponse' => ['type' => 'structure', 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CreatedTime' => ['shape' => 'DateTime'], 'DomainStatus' => ['shape' => 'DomainStatus'], 'AcmCertificateArn' => ['shape' => 'AcmCertificateArn']]], 'DescribeFleetMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeFleetMetadataResponse' => ['type' => 'structure', 'members' => ['CreatedTime' => ['shape' => 'DateTime'], 'LastUpdatedTime' => ['shape' => 'DateTime'], 'FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean'], 'CompanyCode' => ['shape' => 'CompanyCode'], 'FleetStatus' => ['shape' => 'FleetStatus'], 'Tags' => ['shape' => 'TagMap']]], 'DescribeIdentityProviderConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn']]], 'DescribeIdentityProviderConfigurationResponse' => ['type' => 'structure', 'members' => ['IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'ServiceProviderSamlMetadata' => ['shape' => 'SamlMetadata'], 'IdentityProviderSamlMetadata' => ['shape' => 'SamlMetadata']]], 'DescribeWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'WebsiteCaId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'WebsiteCaId' => ['shape' => 'Id']]], 'DescribeWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => ['Certificate' => ['shape' => 'Certificate'], 'CreatedTime' => ['shape' => 'DateTime'], 'DisplayName' => ['shape' => 'DisplayName']]], 'DeviceManufacturer' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceModel' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceOperatingSystemName' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceOperatingSystemVersion' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DevicePatchLevel' => ['type' => 'string', 'max' => 256, 'min' => 1], 'DeviceStatus' => ['type' => 'string', 'enum' => ['ACTIVE', 'SIGNED_OUT']], 'DeviceSummary' => ['type' => 'structure', 'members' => ['DeviceId' => ['shape' => 'Id'], 'DeviceStatus' => ['shape' => 'DeviceStatus']]], 'DeviceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DeviceSummary']], 'DisassociateDomainRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'DisassociateDomainResponse' => ['type' => 'structure', 'members' => []], 'DisassociateWebsiteAuthorizationProviderRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'AuthorizationProviderId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuthorizationProviderId' => ['shape' => 'Id']]], 'DisassociateWebsiteAuthorizationProviderResponse' => ['type' => 'structure', 'members' => []], 'DisassociateWebsiteCertificateAuthorityRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'WebsiteCaId'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'WebsiteCaId' => ['shape' => 'Id']]], 'DisassociateWebsiteCertificateAuthorityResponse' => ['type' => 'structure', 'members' => []], 'DisplayName' => ['type' => 'string', 'max' => 100], 'DomainName' => ['type' => 'string', 'max' => 253, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]?((?!-)([A-Za-z0-9-]*[A-Za-z0-9])\\.)+[a-zA-Z0-9]+$'], 'DomainStatus' => ['type' => 'string', 'enum' => ['PENDING_VALIDATION', 'ASSOCIATING', 'ACTIVE', 'INACTIVE', 'DISASSOCIATING', 'DISASSOCIATED', 'FAILED_TO_ASSOCIATE', 'FAILED_TO_DISASSOCIATE']], 'DomainSummary' => ['type' => 'structure', 'required' => ['DomainName', 'CreatedTime', 'DomainStatus'], 'members' => ['DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CreatedTime' => ['shape' => 'DateTime'], 'DomainStatus' => ['shape' => 'DomainStatus']]], 'DomainSummaryList' => ['type' => 'list', 'member' => ['shape' => 'DomainSummary']], 'ExceptionMessage' => ['type' => 'string'], 'FleetArn' => ['type' => 'string', 'max' => 2048, 'min' => 20], 'FleetName' => ['type' => 'string', 'max' => 48, 'min' => 1, 'pattern' => '^[a-z0-9](?:[a-z0-9\\-]{0,46}[a-z0-9])?$'], 'FleetStatus' => ['type' => 'string', 'enum' => ['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED_TO_CREATE', 'FAILED_TO_DELETE']], 'FleetSummary' => ['type' => 'structure', 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'CreatedTime' => ['shape' => 'DateTime'], 'LastUpdatedTime' => ['shape' => 'DateTime'], 'FleetName' => ['shape' => 'FleetName'], 'DisplayName' => ['shape' => 'DisplayName'], 'CompanyCode' => ['shape' => 'CompanyCode'], 'FleetStatus' => ['shape' => 'FleetStatus'], 'Tags' => ['shape' => 'TagMap']]], 'FleetSummaryList' => ['type' => 'list', 'member' => ['shape' => 'FleetSummary']], 'Id' => ['type' => 'string', 'max' => 256, 'min' => 1], 'IdentityProviderType' => ['type' => 'string', 'enum' => ['SAML']], 'InternalServerErrorException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 500], 'exception' => \true], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ListDevicesRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDevicesResponse' => ['type' => 'structure', 'members' => ['Devices' => ['shape' => 'DeviceSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListDomainsRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListDomainsResponse' => ['type' => 'structure', 'members' => ['Domains' => ['shape' => 'DomainSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListFleetsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListFleetsResponse' => ['type' => 'structure', 'members' => ['FleetSummaryList' => ['shape' => 'FleetSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn'], 'members' => ['ResourceArn' => ['shape' => 'FleetArn', 'location' => 'uri', 'locationName' => 'ResourceArn']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagMap']]], 'ListWebsiteAuthorizationProvidersRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListWebsiteAuthorizationProvidersResponse' => ['type' => 'structure', 'members' => ['WebsiteAuthorizationProviders' => ['shape' => 'WebsiteAuthorizationProvidersSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWebsiteCertificateAuthoritiesRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'MaxResults' => ['shape' => 'MaxResults'], 'NextToken' => ['shape' => 'NextToken']]], 'ListWebsiteCertificateAuthoritiesResponse' => ['type' => 'structure', 'members' => ['WebsiteCertificateAuthorities' => ['shape' => 'WebsiteCaSummaryList'], 'NextToken' => ['shape' => 'NextToken']]], 'MaxResults' => ['type' => 'integer', 'min' => 1], 'NextToken' => ['type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\w\\-]+'], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 400], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 404], 'exception' => \true], 'RestoreDomainAccessRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'RestoreDomainAccessResponse' => ['type' => 'structure', 'members' => []], 'RevokeDomainAccessRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName']]], 'RevokeDomainAccessResponse' => ['type' => 'structure', 'members' => []], 'SamlMetadata' => ['type' => 'string', 'max' => 204800, 'min' => 1], 'SecurityGroupId' => ['type' => 'string', 'pattern' => '^sg-([0-9a-f]{8}|[0-9a-f]{17})$'], 'SecurityGroupIds' => ['type' => 'list', 'member' => ['shape' => 'SecurityGroupId'], 'max' => 5], 'SignOutUserRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'Username'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'Username' => ['shape' => 'Username']]], 'SignOutUserResponse' => ['type' => 'structure', 'members' => []], 'SubnetId' => ['type' => 'string', 'pattern' => '^subnet-([0-9a-f]{8}|[0-9a-f]{17})$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId']], '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' => 1], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'Tags'], 'members' => ['ResourceArn' => ['shape' => 'FleetArn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'Tags' => ['shape' => 'TagMap']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256], 'TooManyRequestsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'UnauthorizedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ExceptionMessage']], 'error' => ['httpStatusCode' => 403], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceArn', 'TagKeys'], 'members' => ['ResourceArn' => ['shape' => 'FleetArn', 'location' => 'uri', 'locationName' => 'ResourceArn'], 'TagKeys' => ['shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateAuditStreamConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'AuditStreamArn' => ['shape' => 'AuditStreamArn']]], 'UpdateAuditStreamConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateCompanyNetworkConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'VpcId', 'SubnetIds', 'SecurityGroupIds'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'VpcId' => ['shape' => 'VpcId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'SecurityGroupIds' => ['shape' => 'SecurityGroupIds']]], 'UpdateCompanyNetworkConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateDevicePolicyConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DeviceCaCertificate' => ['shape' => 'CertificateChain']]], 'UpdateDevicePolicyConfigurationResponse' => ['type' => 'structure', 'members' => []], 'UpdateDomainMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'DomainName'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DomainName' => ['shape' => 'DomainName'], 'DisplayName' => ['shape' => 'DisplayName']]], 'UpdateDomainMetadataResponse' => ['type' => 'structure', 'members' => []], 'UpdateFleetMetadataRequest' => ['type' => 'structure', 'required' => ['FleetArn'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'DisplayName' => ['shape' => 'DisplayName'], 'OptimizeForEndUserLocation' => ['shape' => 'Boolean']]], 'UpdateFleetMetadataResponse' => ['type' => 'structure', 'members' => []], 'UpdateIdentityProviderConfigurationRequest' => ['type' => 'structure', 'required' => ['FleetArn', 'IdentityProviderType'], 'members' => ['FleetArn' => ['shape' => 'FleetArn'], 'IdentityProviderType' => ['shape' => 'IdentityProviderType'], 'IdentityProviderSamlMetadata' => ['shape' => 'SamlMetadata']]], 'UpdateIdentityProviderConfigurationResponse' => ['type' => 'structure', 'members' => []], 'Username' => ['type' => 'string', 'max' => 256, 'min' => 1], 'VpcId' => ['type' => 'string', 'pattern' => '^vpc-([0-9a-f]{8}|[0-9a-f]{17})$'], 'WebsiteAuthorizationProviderSummary' => ['type' => 'structure', 'required' => ['AuthorizationProviderType'], 'members' => ['AuthorizationProviderId' => ['shape' => 'Id'], 'AuthorizationProviderType' => ['shape' => 'AuthorizationProviderType'], 'DomainName' => ['shape' => 'DomainName'], 'CreatedTime' => ['shape' => 'DateTime']]], 'WebsiteAuthorizationProvidersSummaryList' => ['type' => 'list', 'member' => ['shape' => 'WebsiteAuthorizationProviderSummary']], 'WebsiteCaSummary' => ['type' => 'structure', 'members' => ['WebsiteCaId' => ['shape' => 'Id'], 'CreatedTime' => ['shape' => 'DateTime'], 'DisplayName' => ['shape' => 'DisplayName']]], 'WebsiteCaSummaryList' => ['type' => 'list', 'member' => ['shape' => 'WebsiteCaSummary']]]]; diff --git a/vendor/Aws3/Aws/data/workmail/2017-10-01/api-2.json.php b/vendor/Aws3/Aws/data/workmail/2017-10-01/api-2.json.php index ec9db625..2f2011c8 100644 --- a/vendor/Aws3/Aws/data/workmail/2017-10-01/api-2.json.php +++ b/vendor/Aws3/Aws/data/workmail/2017-10-01/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2017-10-01', 'endpointPrefix' => 'workmail', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon WorkMail', 'serviceId' => 'WorkMail', 'signatureVersion' => 'v4', 'targetPrefix' => 'WorkMailService', 'uid' => 'workmail-2017-10-01'], 'operations' => ['AssociateDelegateToResource' => ['name' => 'AssociateDelegateToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDelegateToResourceRequest'], 'output' => ['shape' => 'AssociateDelegateToResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'AssociateMemberToGroup' => ['name' => 'AssociateMemberToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateMemberToGroupRequest'], 'output' => ['shape' => 'AssociateMemberToGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasRequest'], 'output' => ['shape' => 'CreateAliasResponse'], 'errors' => [['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'CreateResource' => ['name' => 'CreateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceRequest'], 'output' => ['shape' => 'CreateResourceResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException']], 'idempotent' => \true], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeleteAccessControlRule' => ['name' => 'DeleteAccessControlRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccessControlRuleRequest'], 'output' => ['shape' => 'DeleteAccessControlRuleResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasRequest'], 'output' => ['shape' => 'DeleteAliasResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeleteMailboxPermissions' => ['name' => 'DeleteMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMailboxPermissionsRequest'], 'output' => ['shape' => 'DeleteMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteResource' => ['name' => 'DeleteResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceRequest'], 'output' => ['shape' => 'DeleteResourceResponse'], 'errors' => [['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeregisterFromWorkMail' => ['name' => 'DeregisterFromWorkMail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterFromWorkMailRequest'], 'output' => ['shape' => 'DeregisterFromWorkMailResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeGroup' => ['name' => 'DescribeGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGroupRequest'], 'output' => ['shape' => 'DescribeGroupResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeOrganization' => ['name' => 'DescribeOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationRequest'], 'output' => ['shape' => 'DescribeOrganizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException']], 'idempotent' => \true], 'DescribeResource' => ['name' => 'DescribeResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceRequest'], 'output' => ['shape' => 'DescribeResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DisassociateDelegateFromResource' => ['name' => 'DisassociateDelegateFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDelegateFromResourceRequest'], 'output' => ['shape' => 'DisassociateDelegateFromResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DisassociateMemberFromGroup' => ['name' => 'DisassociateMemberFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateMemberFromGroupRequest'], 'output' => ['shape' => 'DisassociateMemberFromGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'GetAccessControlEffect' => ['name' => 'GetAccessControlEffect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessControlEffectRequest'], 'output' => ['shape' => 'GetAccessControlEffectResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'GetMailboxDetails' => ['name' => 'GetMailboxDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMailboxDetailsRequest'], 'output' => ['shape' => 'GetMailboxDetailsResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'EntityNotFoundException']], 'idempotent' => \true], 'ListAccessControlRules' => ['name' => 'ListAccessControlRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccessControlRulesRequest'], 'output' => ['shape' => 'ListAccessControlRulesResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListGroupMembers' => ['name' => 'ListGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupMembersRequest'], 'output' => ['shape' => 'ListGroupMembersResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListMailboxPermissions' => ['name' => 'ListMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMailboxPermissionsRequest'], 'output' => ['shape' => 'ListMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListOrganizations' => ['name' => 'ListOrganizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationsRequest'], 'output' => ['shape' => 'ListOrganizationsResponse'], 'errors' => [['shape' => 'InvalidParameterException']], 'idempotent' => \true], 'ListResourceDelegates' => ['name' => 'ListResourceDelegates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceDelegatesRequest'], 'output' => ['shape' => 'ListResourceDelegatesResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'PutAccessControlRule' => ['name' => 'PutAccessControlRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccessControlRuleRequest'], 'output' => ['shape' => 'PutAccessControlRuleResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'PutMailboxPermissions' => ['name' => 'PutMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMailboxPermissionsRequest'], 'output' => ['shape' => 'PutMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'RegisterToWorkMail' => ['name' => 'RegisterToWorkMail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterToWorkMailRequest'], 'output' => ['shape' => 'RegisterToWorkMailResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'EntityAlreadyRegisteredException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ResetPassword' => ['name' => 'ResetPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetPasswordRequest'], 'output' => ['shape' => 'ResetPasswordResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'OrganizationStateException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'UpdateMailboxQuota' => ['name' => 'UpdateMailboxQuota', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMailboxQuotaRequest'], 'output' => ['shape' => 'UpdateMailboxQuotaResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException']], 'idempotent' => \true], 'UpdatePrimaryEmailAddress' => ['name' => 'UpdatePrimaryEmailAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePrimaryEmailAddressRequest'], 'output' => ['shape' => 'UpdatePrimaryEmailAddressResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'UpdateResourceResponse'], 'errors' => [['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidConfigurationException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true]], 'shapes' => ['AccessControlRule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccessControlRuleName'], 'Effect' => ['shape' => 'AccessControlRuleEffect'], 'Description' => ['shape' => 'AccessControlRuleDescription'], 'IpRanges' => ['shape' => 'IpRangeList'], 'NotIpRanges' => ['shape' => 'IpRangeList'], 'Actions' => ['shape' => 'ActionsList'], 'NotActions' => ['shape' => 'ActionsList'], 'UserIds' => ['shape' => 'UserIdList'], 'NotUserIds' => ['shape' => 'UserIdList'], 'DateCreated' => ['shape' => 'Timestamp'], 'DateModified' => ['shape' => 'Timestamp']]], 'AccessControlRuleAction' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z]+'], 'AccessControlRuleDescription' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\u00FF]+'], 'AccessControlRuleEffect' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'AccessControlRuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'AccessControlRuleNameList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRuleName'], 'max' => 10, 'min' => 0], 'AccessControlRulesList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRule'], 'max' => 10, 'min' => 0], 'ActionsList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRuleAction'], 'max' => 10, 'min' => 0], 'Aliases' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'AssociateDelegateToResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'AssociateDelegateToResourceResponse' => ['type' => 'structure', 'members' => []], 'AssociateMemberToGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId', 'MemberId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'MemberId' => ['shape' => 'WorkMailIdentifier']]], 'AssociateMemberToGroupResponse' => ['type' => 'structure', 'members' => []], 'BookingOptions' => ['type' => 'structure', 'members' => ['AutoAcceptRequests' => ['shape' => 'Boolean'], 'AutoDeclineRecurringRequests' => ['shape' => 'Boolean'], 'AutoDeclineConflictingRequests' => ['shape' => 'Boolean']]], 'Boolean' => ['type' => 'boolean'], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Alias'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Alias' => ['shape' => 'EmailAddress']]], 'CreateAliasResponse' => ['type' => 'structure', 'members' => []], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'GroupName']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'WorkMailIdentifier']]], 'CreateResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name', 'Type'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType']]], 'CreateResourceResponse' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name', 'DisplayName', 'Password'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'UserName'], 'DisplayName' => ['shape' => 'String'], 'Password' => ['shape' => 'Password']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'WorkMailIdentifier']]], 'Delegate' => ['type' => 'structure', 'required' => ['Id', 'Type'], 'members' => ['Id' => ['shape' => 'String'], 'Type' => ['shape' => 'MemberType']]], 'DeleteAccessControlRuleRequest' => ['type' => 'structure', 'required' => ['Name'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'AccessControlRuleName']]], 'DeleteAccessControlRuleResponse' => ['type' => 'structure', 'members' => []], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Alias'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Alias' => ['shape' => 'EmailAddress']]], 'DeleteAliasResponse' => ['type' => 'structure', 'members' => []], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'GranteeId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'GranteeId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteMailboxPermissionsResponse' => ['type' => 'structure', 'members' => []], 'DeleteResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DeleteResourceResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeregisterFromWorkMailRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'DeregisterFromWorkMailResponse' => ['type' => 'structure', 'members' => []], 'DescribeGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier']]], 'DescribeGroupResponse' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'WorkMailIdentifier'], 'Name' => ['shape' => 'GroupName'], 'Email' => ['shape' => 'EmailAddress'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DescribeOrganizationRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId']]], 'DescribeOrganizationResponse' => ['type' => 'structure', 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Alias' => ['shape' => 'OrganizationName'], 'State' => ['shape' => 'String'], 'DirectoryId' => ['shape' => 'String'], 'DirectoryType' => ['shape' => 'String'], 'DefaultMailDomain' => ['shape' => 'String'], 'CompletedDate' => ['shape' => 'Timestamp'], 'ErrorMessage' => ['shape' => 'String'], 'ARN' => ['shape' => 'AmazonResourceName']]], 'DescribeResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DescribeResourceResponse' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType'], 'BookingOptions' => ['shape' => 'BookingOptions'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'WorkMailIdentifier'], 'Name' => ['shape' => 'UserName'], 'Email' => ['shape' => 'EmailAddress'], 'DisplayName' => ['shape' => 'String'], 'State' => ['shape' => 'EntityState'], 'UserRole' => ['shape' => 'UserRole'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DirectoryServiceAuthenticationFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DirectoryUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DisassociateDelegateFromResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'DisassociateDelegateFromResourceResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMemberFromGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId', 'MemberId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'MemberId' => ['shape' => 'WorkMailIdentifier']]], 'DisassociateMemberFromGroupResponse' => ['type' => 'structure', 'members' => []], 'EmailAddress' => ['type' => 'string', 'max' => 254, 'min' => 1, 'pattern' => '[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}'], 'EmailAddressInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityAlreadyRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED', 'DELETED']], 'EntityStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'GetAccessControlEffectRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'IpAddress', 'Action', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'IpAddress' => ['shape' => 'IpAddress'], 'Action' => ['shape' => 'AccessControlRuleAction'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'GetAccessControlEffectResponse' => ['type' => 'structure', 'members' => ['Effect' => ['shape' => 'AccessControlRuleEffect'], 'MatchedRules' => ['shape' => 'AccessControlRuleNameList']]], 'GetMailboxDetailsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'GetMailboxDetailsResponse' => ['type' => 'structure', 'members' => ['MailboxQuota' => ['shape' => 'MailboxQuota'], 'MailboxSize' => ['shape' => 'MailboxSize']]], 'Group' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'GroupName'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'GroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'InvalidConfigurationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPasswordException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'max' => 15, 'min' => 1, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'], 'IpRange' => ['type' => 'string', 'max' => 18, 'min' => 1, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[12][0-9]|3[0-2])$'], 'IpRangeList' => ['type' => 'list', 'member' => ['shape' => 'IpRange'], 'max' => 10, 'min' => 0], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListAccessControlRulesRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId']]], 'ListAccessControlRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'AccessControlRulesList']]], 'ListAliasesRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'Aliases'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGroupMembersRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGroupMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'Members'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'Groups'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListMailboxPermissionsResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'Permissions'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOrganizationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListOrganizationsResponse' => ['type' => 'structure', 'members' => ['OrganizationSummaries' => ['shape' => 'OrganizationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceDelegatesRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListResourceDelegatesResponse' => ['type' => 'structure', 'members' => ['Delegates' => ['shape' => 'ResourceDelegates'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourcesRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'Resources'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'Users'], 'NextToken' => ['shape' => 'NextToken']]], 'MailDomainNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MailDomainStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MailboxQuota' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'MailboxSize' => ['type' => 'double', 'min' => 0], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'Member' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'Type' => ['shape' => 'MemberType'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'MemberType' => ['type' => 'string', 'enum' => ['GROUP', 'USER']], 'Members' => ['type' => 'list', 'member' => ['shape' => 'Member']], 'NameAvailabilityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OrganizationId' => ['type' => 'string', 'pattern' => '^m-[0-9a-f]{32}$'], 'OrganizationName' => ['type' => 'string', 'max' => 62, 'min' => 1, 'pattern' => '^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*'], 'OrganizationNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OrganizationStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OrganizationSummaries' => ['type' => 'list', 'member' => ['shape' => 'OrganizationSummary']], 'OrganizationSummary' => ['type' => 'structure', 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Alias' => ['shape' => 'OrganizationName'], 'ErrorMessage' => ['shape' => 'String'], 'State' => ['shape' => 'String']]], 'Password' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\u0020-\\u00FF]+', 'sensitive' => \true], 'Permission' => ['type' => 'structure', 'required' => ['GranteeId', 'GranteeType', 'PermissionValues'], 'members' => ['GranteeId' => ['shape' => 'WorkMailIdentifier'], 'GranteeType' => ['shape' => 'MemberType'], 'PermissionValues' => ['shape' => 'PermissionValues']]], 'PermissionType' => ['type' => 'string', 'enum' => ['FULL_ACCESS', 'SEND_AS', 'SEND_ON_BEHALF']], 'PermissionValues' => ['type' => 'list', 'member' => ['shape' => 'PermissionType']], 'Permissions' => ['type' => 'list', 'member' => ['shape' => 'Permission']], 'PutAccessControlRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'Effect', 'Description', 'OrganizationId'], 'members' => ['Name' => ['shape' => 'AccessControlRuleName'], 'Effect' => ['shape' => 'AccessControlRuleEffect'], 'Description' => ['shape' => 'AccessControlRuleDescription'], 'IpRanges' => ['shape' => 'IpRangeList'], 'NotIpRanges' => ['shape' => 'IpRangeList'], 'Actions' => ['shape' => 'ActionsList'], 'NotActions' => ['shape' => 'ActionsList'], 'UserIds' => ['shape' => 'UserIdList'], 'NotUserIds' => ['shape' => 'UserIdList'], 'OrganizationId' => ['shape' => 'OrganizationId']]], 'PutAccessControlRuleResponse' => ['type' => 'structure', 'members' => []], 'PutMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'GranteeId', 'PermissionValues'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'GranteeId' => ['shape' => 'WorkMailIdentifier'], 'PermissionValues' => ['shape' => 'PermissionValues']]], 'PutMailboxPermissionsResponse' => ['type' => 'structure', 'members' => []], 'RegisterToWorkMailRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Email'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress']]], 'RegisterToWorkMailResponse' => ['type' => 'structure', 'members' => []], 'ReservedNameException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResetPasswordRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId', 'Password'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier'], 'Password' => ['shape' => 'Password']]], 'ResetPasswordResponse' => ['type' => 'structure', 'members' => []], 'Resource' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'ResourceDelegates' => ['type' => 'list', 'member' => ['shape' => 'Delegate']], 'ResourceId' => ['type' => 'string', 'pattern' => '^r-[0-9a-f]{32}$'], 'ResourceName' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['ROOM', 'EQUIPMENT']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'String' => ['type' => 'string', 'max' => 256], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateMailboxQuotaRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId', 'MailboxQuota'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier'], 'MailboxQuota' => ['shape' => 'MailboxQuota']]], 'UpdateMailboxQuotaResponse' => ['type' => 'structure', 'members' => []], 'UpdatePrimaryEmailAddressRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Email'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress']]], 'UpdatePrimaryEmailAddressResponse' => ['type' => 'structure', 'members' => []], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'BookingOptions' => ['shape' => 'BookingOptions']]], 'UpdateResourceResponse' => ['type' => 'structure', 'members' => []], 'User' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'UserName'], 'DisplayName' => ['shape' => 'String'], 'State' => ['shape' => 'EntityState'], 'UserRole' => ['shape' => 'UserRole'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'UserIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkMailIdentifier'], 'max' => 10, 'min' => 0], 'UserName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?'], 'UserRole' => ['type' => 'string', 'enum' => ['USER', 'RESOURCE', 'SYSTEM_USER']], 'Users' => ['type' => 'list', 'member' => ['shape' => 'User']], 'WorkMailIdentifier' => ['type' => 'string', 'max' => 256, 'min' => 12]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2017-10-01', 'endpointPrefix' => 'workmail', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon WorkMail', 'serviceId' => 'WorkMail', 'signatureVersion' => 'v4', 'targetPrefix' => 'WorkMailService', 'uid' => 'workmail-2017-10-01'], 'operations' => ['AssociateDelegateToResource' => ['name' => 'AssociateDelegateToResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateDelegateToResourceRequest'], 'output' => ['shape' => 'AssociateDelegateToResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'AssociateMemberToGroup' => ['name' => 'AssociateMemberToGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateMemberToGroupRequest'], 'output' => ['shape' => 'AssociateMemberToGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'CreateAlias' => ['name' => 'CreateAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateAliasRequest'], 'output' => ['shape' => 'CreateAliasResponse'], 'errors' => [['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'CreateResource' => ['name' => 'CreateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateResourceRequest'], 'output' => ['shape' => 'CreateResourceResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException']], 'idempotent' => \true], 'CreateUser' => ['name' => 'CreateUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateUserRequest'], 'output' => ['shape' => 'CreateUserResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'ReservedNameException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeleteAccessControlRule' => ['name' => 'DeleteAccessControlRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAccessControlRuleRequest'], 'output' => ['shape' => 'DeleteAccessControlRuleResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'DeleteAlias' => ['name' => 'DeleteAlias', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteAliasRequest'], 'output' => ['shape' => 'DeleteAliasResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeleteMailboxPermissions' => ['name' => 'DeleteMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteMailboxPermissionsRequest'], 'output' => ['shape' => 'DeleteMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteResource' => ['name' => 'DeleteResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteResourceRequest'], 'output' => ['shape' => 'DeleteResourceResponse'], 'errors' => [['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteRetentionPolicy' => ['name' => 'DeleteRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteRetentionPolicyRequest'], 'output' => ['shape' => 'DeleteRetentionPolicyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DeleteUser' => ['name' => 'DeleteUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteUserRequest'], 'output' => ['shape' => 'DeleteUserResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'DeregisterFromWorkMail' => ['name' => 'DeregisterFromWorkMail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterFromWorkMailRequest'], 'output' => ['shape' => 'DeregisterFromWorkMailResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeGroup' => ['name' => 'DescribeGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeGroupRequest'], 'output' => ['shape' => 'DescribeGroupResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeOrganization' => ['name' => 'DescribeOrganization', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeOrganizationRequest'], 'output' => ['shape' => 'DescribeOrganizationResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException']], 'idempotent' => \true], 'DescribeResource' => ['name' => 'DescribeResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeResourceRequest'], 'output' => ['shape' => 'DescribeResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DescribeUser' => ['name' => 'DescribeUser', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeUserRequest'], 'output' => ['shape' => 'DescribeUserResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DisassociateDelegateFromResource' => ['name' => 'DisassociateDelegateFromResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateDelegateFromResourceRequest'], 'output' => ['shape' => 'DisassociateDelegateFromResourceResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'DisassociateMemberFromGroup' => ['name' => 'DisassociateMemberFromGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateMemberFromGroupRequest'], 'output' => ['shape' => 'DisassociateMemberFromGroupResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'GetAccessControlEffect' => ['name' => 'GetAccessControlEffect', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetAccessControlEffectRequest'], 'output' => ['shape' => 'GetAccessControlEffectResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'GetDefaultRetentionPolicy' => ['name' => 'GetDefaultRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetDefaultRetentionPolicyRequest'], 'output' => ['shape' => 'GetDefaultRetentionPolicyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'EntityNotFoundException']], 'idempotent' => \true], 'GetMailboxDetails' => ['name' => 'GetMailboxDetails', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'GetMailboxDetailsRequest'], 'output' => ['shape' => 'GetMailboxDetailsResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'EntityNotFoundException']], 'idempotent' => \true], 'ListAccessControlRules' => ['name' => 'ListAccessControlRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAccessControlRulesRequest'], 'output' => ['shape' => 'ListAccessControlRulesResponse'], 'errors' => [['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'ListAliases' => ['name' => 'ListAliases', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAliasesRequest'], 'output' => ['shape' => 'ListAliasesResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListGroupMembers' => ['name' => 'ListGroupMembers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupMembersRequest'], 'output' => ['shape' => 'ListGroupMembersResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListGroups' => ['name' => 'ListGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListGroupsRequest'], 'output' => ['shape' => 'ListGroupsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListMailboxPermissions' => ['name' => 'ListMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListMailboxPermissionsRequest'], 'output' => ['shape' => 'ListMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListOrganizations' => ['name' => 'ListOrganizations', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListOrganizationsRequest'], 'output' => ['shape' => 'ListOrganizationsResponse'], 'errors' => [['shape' => 'InvalidParameterException']], 'idempotent' => \true], 'ListResourceDelegates' => ['name' => 'ListResourceDelegates', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourceDelegatesRequest'], 'output' => ['shape' => 'ListResourceDelegatesResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListResources' => ['name' => 'ListResources', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListResourcesRequest'], 'output' => ['shape' => 'ListResourcesResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ListTagsForResource' => ['name' => 'ListTagsForResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListTagsForResourceRequest'], 'output' => ['shape' => 'ListTagsForResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'ListUsers' => ['name' => 'ListUsers', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListUsersRequest'], 'output' => ['shape' => 'ListUsersResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'PutAccessControlRule' => ['name' => 'PutAccessControlRule', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutAccessControlRuleRequest'], 'output' => ['shape' => 'PutAccessControlRuleResponse'], 'errors' => [['shape' => 'LimitExceededException'], ['shape' => 'InvalidParameterException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']]], 'PutMailboxPermissions' => ['name' => 'PutMailboxPermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutMailboxPermissionsRequest'], 'output' => ['shape' => 'PutMailboxPermissionsResponse'], 'errors' => [['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'PutRetentionPolicy' => ['name' => 'PutRetentionPolicy', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'PutRetentionPolicyRequest'], 'output' => ['shape' => 'PutRetentionPolicyResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'LimitExceededException']], 'idempotent' => \true], 'RegisterToWorkMail' => ['name' => 'RegisterToWorkMail', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterToWorkMailRequest'], 'output' => ['shape' => 'RegisterToWorkMailResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'EntityAlreadyRegisteredException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true], 'ResetPassword' => ['name' => 'ResetPassword', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ResetPasswordRequest'], 'output' => ['shape' => 'ResetPasswordResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'InvalidPasswordException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'TagResource' => ['name' => 'TagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TagResourceRequest'], 'output' => ['shape' => 'TagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'TooManyTagsException'], ['shape' => 'OrganizationStateException']]], 'UntagResource' => ['name' => 'UntagResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UntagResourceRequest'], 'output' => ['shape' => 'UntagResourceResponse'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'UpdateMailboxQuota' => ['name' => 'UpdateMailboxQuota', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateMailboxQuotaRequest'], 'output' => ['shape' => 'UpdateMailboxQuotaResponse'], 'errors' => [['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException']], 'idempotent' => \true], 'UpdatePrimaryEmailAddress' => ['name' => 'UpdatePrimaryEmailAddress', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdatePrimaryEmailAddressRequest'], 'output' => ['shape' => 'UpdatePrimaryEmailAddressResponse'], 'errors' => [['shape' => 'DirectoryServiceAuthenticationFailedException'], ['shape' => 'DirectoryUnavailableException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'InvalidParameterException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException'], ['shape' => 'UnsupportedOperationException']], 'idempotent' => \true], 'UpdateResource' => ['name' => 'UpdateResource', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateResourceRequest'], 'output' => ['shape' => 'UpdateResourceResponse'], 'errors' => [['shape' => 'DirectoryUnavailableException'], ['shape' => 'EntityNotFoundException'], ['shape' => 'EntityStateException'], ['shape' => 'InvalidConfigurationException'], ['shape' => 'EmailAddressInUseException'], ['shape' => 'MailDomainNotFoundException'], ['shape' => 'MailDomainStateException'], ['shape' => 'NameAvailabilityException'], ['shape' => 'OrganizationNotFoundException'], ['shape' => 'OrganizationStateException']], 'idempotent' => \true]], 'shapes' => ['AccessControlRule' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'AccessControlRuleName'], 'Effect' => ['shape' => 'AccessControlRuleEffect'], 'Description' => ['shape' => 'AccessControlRuleDescription'], 'IpRanges' => ['shape' => 'IpRangeList'], 'NotIpRanges' => ['shape' => 'IpRangeList'], 'Actions' => ['shape' => 'ActionsList'], 'NotActions' => ['shape' => 'ActionsList'], 'UserIds' => ['shape' => 'UserIdList'], 'NotUserIds' => ['shape' => 'UserIdList'], 'DateCreated' => ['shape' => 'Timestamp'], 'DateModified' => ['shape' => 'Timestamp']]], 'AccessControlRuleAction' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z]+'], 'AccessControlRuleDescription' => ['type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\u00FF]+'], 'AccessControlRuleEffect' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'AccessControlRuleName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'AccessControlRuleNameList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRuleName'], 'max' => 10, 'min' => 0], 'AccessControlRulesList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRule'], 'max' => 10, 'min' => 0], 'ActionsList' => ['type' => 'list', 'member' => ['shape' => 'AccessControlRuleAction'], 'max' => 10, 'min' => 0], 'Aliases' => ['type' => 'list', 'member' => ['shape' => 'EmailAddress']], 'AmazonResourceName' => ['type' => 'string', 'max' => 1011, 'min' => 1], 'AssociateDelegateToResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'AssociateDelegateToResourceResponse' => ['type' => 'structure', 'members' => []], 'AssociateMemberToGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId', 'MemberId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'MemberId' => ['shape' => 'WorkMailIdentifier']]], 'AssociateMemberToGroupResponse' => ['type' => 'structure', 'members' => []], 'BookingOptions' => ['type' => 'structure', 'members' => ['AutoAcceptRequests' => ['shape' => 'Boolean'], 'AutoDeclineRecurringRequests' => ['shape' => 'Boolean'], 'AutoDeclineConflictingRequests' => ['shape' => 'Boolean']]], 'Boolean' => ['type' => 'boolean'], 'CreateAliasRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Alias'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Alias' => ['shape' => 'EmailAddress']]], 'CreateAliasResponse' => ['type' => 'structure', 'members' => []], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'GroupName']]], 'CreateGroupResponse' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'WorkMailIdentifier']]], 'CreateResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name', 'Type'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType']]], 'CreateResourceResponse' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId']]], 'CreateUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name', 'DisplayName', 'Password'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'UserName'], 'DisplayName' => ['shape' => 'String'], 'Password' => ['shape' => 'Password']]], 'CreateUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'WorkMailIdentifier']]], 'Delegate' => ['type' => 'structure', 'required' => ['Id', 'Type'], 'members' => ['Id' => ['shape' => 'String'], 'Type' => ['shape' => 'MemberType']]], 'DeleteAccessControlRuleRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Name' => ['shape' => 'AccessControlRuleName']]], 'DeleteAccessControlRuleResponse' => ['type' => 'structure', 'members' => []], 'DeleteAliasRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Alias'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Alias' => ['shape' => 'EmailAddress']]], 'DeleteAliasResponse' => ['type' => 'structure', 'members' => []], 'DeleteGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteGroupResponse' => ['type' => 'structure', 'members' => []], 'DeleteMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'GranteeId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'GranteeId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteMailboxPermissionsResponse' => ['type' => 'structure', 'members' => []], 'DeleteResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DeleteResourceResponse' => ['type' => 'structure', 'members' => []], 'DeleteRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Id'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Id' => ['shape' => 'ShortString']]], 'DeleteRetentionPolicyResponse' => ['type' => 'structure', 'members' => []], 'DeleteUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'DeleteUserResponse' => ['type' => 'structure', 'members' => []], 'DeregisterFromWorkMailRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'DeregisterFromWorkMailResponse' => ['type' => 'structure', 'members' => []], 'DescribeGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier']]], 'DescribeGroupResponse' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'WorkMailIdentifier'], 'Name' => ['shape' => 'GroupName'], 'Email' => ['shape' => 'EmailAddress'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DescribeOrganizationRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId']]], 'DescribeOrganizationResponse' => ['type' => 'structure', 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Alias' => ['shape' => 'OrganizationName'], 'State' => ['shape' => 'String'], 'DirectoryId' => ['shape' => 'String'], 'DirectoryType' => ['shape' => 'String'], 'DefaultMailDomain' => ['shape' => 'String'], 'CompletedDate' => ['shape' => 'Timestamp'], 'ErrorMessage' => ['shape' => 'String'], 'ARN' => ['shape' => 'AmazonResourceName']]], 'DescribeResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId']]], 'DescribeResourceResponse' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'ResourceId'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType'], 'BookingOptions' => ['shape' => 'BookingOptions'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DescribeUserRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'DescribeUserResponse' => ['type' => 'structure', 'members' => ['UserId' => ['shape' => 'WorkMailIdentifier'], 'Name' => ['shape' => 'UserName'], 'Email' => ['shape' => 'EmailAddress'], 'DisplayName' => ['shape' => 'String'], 'State' => ['shape' => 'EntityState'], 'UserRole' => ['shape' => 'UserRole'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'DirectoryServiceAuthenticationFailedException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DirectoryUnavailableException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'DisassociateDelegateFromResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'EntityId' => ['shape' => 'WorkMailIdentifier']]], 'DisassociateDelegateFromResourceResponse' => ['type' => 'structure', 'members' => []], 'DisassociateMemberFromGroupRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId', 'MemberId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'MemberId' => ['shape' => 'WorkMailIdentifier']]], 'DisassociateMemberFromGroupResponse' => ['type' => 'structure', 'members' => []], 'EmailAddress' => ['type' => 'string', 'max' => 254, 'min' => 1, 'pattern' => '[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}'], 'EmailAddressInUseException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityAlreadyRegisteredException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'EntityState' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED', 'DELETED']], 'EntityStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'FolderConfiguration' => ['type' => 'structure', 'required' => ['Name', 'Action'], 'members' => ['Name' => ['shape' => 'FolderName'], 'Action' => ['shape' => 'RetentionAction'], 'Period' => ['shape' => 'RetentionPeriod']]], 'FolderConfigurations' => ['type' => 'list', 'member' => ['shape' => 'FolderConfiguration']], 'FolderName' => ['type' => 'string', 'enum' => ['INBOX', 'DELETED_ITEMS', 'SENT_ITEMS', 'DRAFTS', 'JUNK_EMAIL']], 'GetAccessControlEffectRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'IpAddress', 'Action', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'IpAddress' => ['shape' => 'IpAddress'], 'Action' => ['shape' => 'AccessControlRuleAction'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'GetAccessControlEffectResponse' => ['type' => 'structure', 'members' => ['Effect' => ['shape' => 'AccessControlRuleEffect'], 'MatchedRules' => ['shape' => 'AccessControlRuleNameList']]], 'GetDefaultRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId']]], 'GetDefaultRetentionPolicyResponse' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'ShortString'], 'Name' => ['shape' => 'ShortString'], 'Description' => ['shape' => 'String'], 'FolderConfigurations' => ['shape' => 'FolderConfigurations']]], 'GetMailboxDetailsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier']]], 'GetMailboxDetailsResponse' => ['type' => 'structure', 'members' => ['MailboxQuota' => ['shape' => 'MailboxQuota'], 'MailboxSize' => ['shape' => 'MailboxSize']]], 'Group' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'GroupName'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'GroupName' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\u00FF]+'], 'Groups' => ['type' => 'list', 'member' => ['shape' => 'Group']], 'InvalidConfigurationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidParameterException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'InvalidPasswordException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'IpAddress' => ['type' => 'string', 'max' => 15, 'min' => 1, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$'], 'IpRange' => ['type' => 'string', 'max' => 18, 'min' => 1, 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])/([0-9]|[12][0-9]|3[0-2])$'], 'IpRangeList' => ['type' => 'list', 'member' => ['shape' => 'IpRange'], 'max' => 10, 'min' => 0], 'LimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ListAccessControlRulesRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId']]], 'ListAccessControlRulesResponse' => ['type' => 'structure', 'members' => ['Rules' => ['shape' => 'AccessControlRulesList']]], 'ListAliasesRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListAliasesResponse' => ['type' => 'structure', 'members' => ['Aliases' => ['shape' => 'Aliases'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGroupMembersRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'GroupId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'GroupId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGroupMembersResponse' => ['type' => 'structure', 'members' => ['Members' => ['shape' => 'Members'], 'NextToken' => ['shape' => 'NextToken']]], 'ListGroupsRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListGroupsResponse' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'Groups'], 'NextToken' => ['shape' => 'NextToken']]], 'ListMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListMailboxPermissionsResponse' => ['type' => 'structure', 'members' => ['Permissions' => ['shape' => 'Permissions'], 'NextToken' => ['shape' => 'NextToken']]], 'ListOrganizationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListOrganizationsResponse' => ['type' => 'structure', 'members' => ['OrganizationSummaries' => ['shape' => 'OrganizationSummaries'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourceDelegatesRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'WorkMailIdentifier'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListResourceDelegatesResponse' => ['type' => 'structure', 'members' => ['Delegates' => ['shape' => 'ResourceDelegates'], 'NextToken' => ['shape' => 'NextToken']]], 'ListResourcesRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListResourcesResponse' => ['type' => 'structure', 'members' => ['Resources' => ['shape' => 'Resources'], 'NextToken' => ['shape' => 'NextToken']]], 'ListTagsForResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName']]], 'ListTagsForResourceResponse' => ['type' => 'structure', 'members' => ['Tags' => ['shape' => 'TagList']]], 'ListUsersRequest' => ['type' => 'structure', 'required' => ['OrganizationId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'NextToken' => ['shape' => 'NextToken'], 'MaxResults' => ['shape' => 'MaxResults']]], 'ListUsersResponse' => ['type' => 'structure', 'members' => ['Users' => ['shape' => 'Users'], 'NextToken' => ['shape' => 'NextToken']]], 'MailDomainNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MailDomainStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'MailboxQuota' => ['type' => 'integer', 'box' => \true, 'min' => 1], 'MailboxSize' => ['type' => 'double', 'min' => 0], 'MaxResults' => ['type' => 'integer', 'box' => \true, 'max' => 100, 'min' => 1], 'Member' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String'], 'Name' => ['shape' => 'String'], 'Type' => ['shape' => 'MemberType'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'MemberType' => ['type' => 'string', 'enum' => ['GROUP', 'USER']], 'Members' => ['type' => 'list', 'member' => ['shape' => 'Member']], 'NameAvailabilityException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'NextToken' => ['type' => 'string', 'max' => 1024, 'min' => 1], 'OrganizationId' => ['type' => 'string', 'pattern' => '^m-[0-9a-f]{32}$'], 'OrganizationName' => ['type' => 'string', 'max' => 62, 'min' => 1, 'pattern' => '^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*'], 'OrganizationNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OrganizationStateException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'OrganizationSummaries' => ['type' => 'list', 'member' => ['shape' => 'OrganizationSummary']], 'OrganizationSummary' => ['type' => 'structure', 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Alias' => ['shape' => 'OrganizationName'], 'ErrorMessage' => ['shape' => 'String'], 'State' => ['shape' => 'String']]], 'Password' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\u0020-\\u00FF]+', 'sensitive' => \true], 'Permission' => ['type' => 'structure', 'required' => ['GranteeId', 'GranteeType', 'PermissionValues'], 'members' => ['GranteeId' => ['shape' => 'WorkMailIdentifier'], 'GranteeType' => ['shape' => 'MemberType'], 'PermissionValues' => ['shape' => 'PermissionValues']]], 'PermissionType' => ['type' => 'string', 'enum' => ['FULL_ACCESS', 'SEND_AS', 'SEND_ON_BEHALF']], 'PermissionValues' => ['type' => 'list', 'member' => ['shape' => 'PermissionType']], 'Permissions' => ['type' => 'list', 'member' => ['shape' => 'Permission']], 'PolicyDescription' => ['type' => 'string', 'max' => 256, 'pattern' => '[\\w\\d\\s\\S\\-!?=,.;:\'_]+'], 'PutAccessControlRuleRequest' => ['type' => 'structure', 'required' => ['Name', 'Effect', 'Description', 'OrganizationId'], 'members' => ['Name' => ['shape' => 'AccessControlRuleName'], 'Effect' => ['shape' => 'AccessControlRuleEffect'], 'Description' => ['shape' => 'AccessControlRuleDescription'], 'IpRanges' => ['shape' => 'IpRangeList'], 'NotIpRanges' => ['shape' => 'IpRangeList'], 'Actions' => ['shape' => 'ActionsList'], 'NotActions' => ['shape' => 'ActionsList'], 'UserIds' => ['shape' => 'UserIdList'], 'NotUserIds' => ['shape' => 'UserIdList'], 'OrganizationId' => ['shape' => 'OrganizationId']]], 'PutAccessControlRuleResponse' => ['type' => 'structure', 'members' => []], 'PutMailboxPermissionsRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'GranteeId', 'PermissionValues'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'GranteeId' => ['shape' => 'WorkMailIdentifier'], 'PermissionValues' => ['shape' => 'PermissionValues']]], 'PutMailboxPermissionsResponse' => ['type' => 'structure', 'members' => []], 'PutRetentionPolicyRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'Name', 'FolderConfigurations'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'Id' => ['shape' => 'ShortString'], 'Name' => ['shape' => 'ShortString'], 'Description' => ['shape' => 'PolicyDescription'], 'FolderConfigurations' => ['shape' => 'FolderConfigurations']]], 'PutRetentionPolicyResponse' => ['type' => 'structure', 'members' => []], 'RegisterToWorkMailRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Email'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress']]], 'RegisterToWorkMailResponse' => ['type' => 'structure', 'members' => []], 'ReservedNameException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResetPasswordRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId', 'Password'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier'], 'Password' => ['shape' => 'Password']]], 'ResetPasswordResponse' => ['type' => 'structure', 'members' => []], 'Resource' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'ResourceName'], 'Type' => ['shape' => 'ResourceType'], 'State' => ['shape' => 'EntityState'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'ResourceDelegates' => ['type' => 'list', 'member' => ['shape' => 'Delegate']], 'ResourceId' => ['type' => 'string', 'pattern' => '^r-[0-9a-f]{32}$'], 'ResourceName' => ['type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?'], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'ResourceType' => ['type' => 'string', 'enum' => ['ROOM', 'EQUIPMENT']], 'Resources' => ['type' => 'list', 'member' => ['shape' => 'Resource']], 'RetentionAction' => ['type' => 'string', 'enum' => ['NONE', 'DELETE', 'PERMANENTLY_DELETE']], 'RetentionPeriod' => ['type' => 'integer', 'box' => \true, 'max' => 730, 'min' => 1], 'ShortString' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[a-zA-Z0-9_-]+'], 'String' => ['type' => 'string', 'max' => 256], 'Tag' => ['type' => 'structure', 'required' => ['Key', 'Value'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 128, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'TagKey'], 'max' => 50, 'min' => 0], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag'], 'max' => 50, 'min' => 0], 'TagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'Tags'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'Tags' => ['shape' => 'TagList']]], 'TagResourceResponse' => ['type' => 'structure', 'members' => []], 'TagValue' => ['type' => 'string', 'max' => 256, 'min' => 0], 'Timestamp' => ['type' => 'timestamp'], 'TooManyTagsException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UnsupportedOperationException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'String']], 'exception' => \true], 'UntagResourceRequest' => ['type' => 'structure', 'required' => ['ResourceARN', 'TagKeys'], 'members' => ['ResourceARN' => ['shape' => 'AmazonResourceName'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'UntagResourceResponse' => ['type' => 'structure', 'members' => []], 'UpdateMailboxQuotaRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'UserId', 'MailboxQuota'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'UserId' => ['shape' => 'WorkMailIdentifier'], 'MailboxQuota' => ['shape' => 'MailboxQuota']]], 'UpdateMailboxQuotaResponse' => ['type' => 'structure', 'members' => []], 'UpdatePrimaryEmailAddressRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'EntityId', 'Email'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'EntityId' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress']]], 'UpdatePrimaryEmailAddressResponse' => ['type' => 'structure', 'members' => []], 'UpdateResourceRequest' => ['type' => 'structure', 'required' => ['OrganizationId', 'ResourceId'], 'members' => ['OrganizationId' => ['shape' => 'OrganizationId'], 'ResourceId' => ['shape' => 'ResourceId'], 'Name' => ['shape' => 'ResourceName'], 'BookingOptions' => ['shape' => 'BookingOptions']]], 'UpdateResourceResponse' => ['type' => 'structure', 'members' => []], 'User' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'WorkMailIdentifier'], 'Email' => ['shape' => 'EmailAddress'], 'Name' => ['shape' => 'UserName'], 'DisplayName' => ['shape' => 'String'], 'State' => ['shape' => 'EntityState'], 'UserRole' => ['shape' => 'UserRole'], 'EnabledDate' => ['shape' => 'Timestamp'], 'DisabledDate' => ['shape' => 'Timestamp']]], 'UserIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkMailIdentifier'], 'max' => 10, 'min' => 0], 'UserName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?'], 'UserRole' => ['type' => 'string', 'enum' => ['USER', 'RESOURCE', 'SYSTEM_USER']], 'Users' => ['type' => 'list', 'member' => ['shape' => 'User']], 'WorkMailIdentifier' => ['type' => 'string', 'max' => 256, 'min' => 12]]]; diff --git a/vendor/Aws3/Aws/data/workspaces/2015-04-08/api-2.json.php b/vendor/Aws3/Aws/data/workspaces/2015-04-08/api-2.json.php index eaf32edf..39f9ec15 100644 --- a/vendor/Aws3/Aws/data/workspaces/2015-04-08/api-2.json.php +++ b/vendor/Aws3/Aws/data/workspaces/2015-04-08/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2015-04-08', 'endpointPrefix' => 'workspaces', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon WorkSpaces', 'serviceId' => 'WorkSpaces', 'signatureVersion' => 'v4', 'targetPrefix' => 'WorkspacesService', 'uid' => 'workspaces-2015-04-08'], 'operations' => ['AssociateIpGroups' => ['name' => 'AssociateIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateIpGroupsRequest'], 'output' => ['shape' => 'AssociateIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException'], ['shape' => 'OperationNotSupportedException']]], 'AuthorizeIpRules' => ['name' => 'AuthorizeIpRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeIpRulesRequest'], 'output' => ['shape' => 'AuthorizeIpRulesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'CopyWorkspaceImage' => ['name' => 'CopyWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyWorkspaceImageRequest'], 'output' => ['shape' => 'CopyWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException']]], 'CreateIpGroup' => ['name' => 'CreateIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIpGroupRequest'], 'output' => ['shape' => 'CreateIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceCreationFailedException'], ['shape' => 'AccessDeniedException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsRequest'], 'output' => ['shape' => 'CreateTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceLimitExceededException']]], 'CreateWorkspaces' => ['name' => 'CreateWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkspacesRequest'], 'output' => ['shape' => 'CreateWorkspacesResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidParameterValuesException']]], 'DeleteIpGroup' => ['name' => 'DeleteIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIpGroupRequest'], 'output' => ['shape' => 'DeleteIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAssociatedException'], ['shape' => 'AccessDeniedException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsRequest'], 'output' => ['shape' => 'DeleteTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValuesException']]], 'DeleteWorkspaceImage' => ['name' => 'DeleteWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkspaceImageRequest'], 'output' => ['shape' => 'DeleteWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceAssociatedException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'DeregisterWorkspaceDirectory' => ['name' => 'DeregisterWorkspaceDirectory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterWorkspaceDirectoryRequest'], 'output' => ['shape' => 'DeregisterWorkspaceDirectoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException']]], 'DescribeAccount' => ['name' => 'DescribeAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountRequest'], 'output' => ['shape' => 'DescribeAccountResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeAccountModifications' => ['name' => 'DescribeAccountModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountModificationsRequest'], 'output' => ['shape' => 'DescribeAccountModificationsResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeClientProperties' => ['name' => 'DescribeClientProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientPropertiesRequest'], 'output' => ['shape' => 'DescribeClientPropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeIpGroups' => ['name' => 'DescribeIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIpGroupsRequest'], 'output' => ['shape' => 'DescribeIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeWorkspaceBundles' => ['name' => 'DescribeWorkspaceBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceBundlesRequest'], 'output' => ['shape' => 'DescribeWorkspaceBundlesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DescribeWorkspaceDirectories' => ['name' => 'DescribeWorkspaceDirectories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceDirectoriesRequest'], 'output' => ['shape' => 'DescribeWorkspaceDirectoriesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DescribeWorkspaceImages' => ['name' => 'DescribeWorkspaceImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceImagesRequest'], 'output' => ['shape' => 'DescribeWorkspaceImagesResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeWorkspaceSnapshots' => ['name' => 'DescribeWorkspaceSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceSnapshotsRequest'], 'output' => ['shape' => 'DescribeWorkspaceSnapshotsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeWorkspaces' => ['name' => 'DescribeWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspacesRequest'], 'output' => ['shape' => 'DescribeWorkspacesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeWorkspacesConnectionStatus' => ['name' => 'DescribeWorkspacesConnectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspacesConnectionStatusRequest'], 'output' => ['shape' => 'DescribeWorkspacesConnectionStatusResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DisassociateIpGroups' => ['name' => 'DisassociateIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateIpGroupsRequest'], 'output' => ['shape' => 'DisassociateIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'ImportWorkspaceImage' => ['name' => 'ImportWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportWorkspaceImageRequest'], 'output' => ['shape' => 'ImportWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException']]], 'ListAvailableManagementCidrRanges' => ['name' => 'ListAvailableManagementCidrRanges', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAvailableManagementCidrRangesRequest'], 'output' => ['shape' => 'ListAvailableManagementCidrRangesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException']]], 'MigrateWorkspace' => ['name' => 'MigrateWorkspace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MigrateWorkspaceRequest'], 'output' => ['shape' => 'MigrateWorkspaceResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'OperationInProgressException'], ['shape' => 'ResourceUnavailableException']]], 'ModifyAccount' => ['name' => 'ModifyAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyAccountRequest'], 'output' => ['shape' => 'ModifyAccountResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ModifyClientProperties' => ['name' => 'ModifyClientProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClientPropertiesRequest'], 'output' => ['shape' => 'ModifyClientPropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ModifySelfservicePermissions' => ['name' => 'ModifySelfservicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySelfservicePermissionsRequest'], 'output' => ['shape' => 'ModifySelfservicePermissionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException']]], 'ModifyWorkspaceAccessProperties' => ['name' => 'ModifyWorkspaceAccessProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceAccessPropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspaceAccessPropertiesResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ModifyWorkspaceCreationProperties' => ['name' => 'ModifyWorkspaceCreationProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceCreationPropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspaceCreationPropertiesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException']]], 'ModifyWorkspaceProperties' => ['name' => 'ModifyWorkspaceProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspacePropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspacePropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'OperationInProgressException'], ['shape' => 'UnsupportedWorkspaceConfigurationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceUnavailableException']]], 'ModifyWorkspaceState' => ['name' => 'ModifyWorkspaceState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceStateRequest'], 'output' => ['shape' => 'ModifyWorkspaceStateResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'ResourceNotFoundException']]], 'RebootWorkspaces' => ['name' => 'RebootWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootWorkspacesRequest'], 'output' => ['shape' => 'RebootWorkspacesResult']], 'RebuildWorkspaces' => ['name' => 'RebuildWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebuildWorkspacesRequest'], 'output' => ['shape' => 'RebuildWorkspacesResult']], 'RegisterWorkspaceDirectory' => ['name' => 'RegisterWorkspaceDirectory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterWorkspaceDirectoryRequest'], 'output' => ['shape' => 'RegisterWorkspaceDirectoryResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'WorkspacesDefaultRoleNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'UnsupportedNetworkConfigurationException'], ['shape' => 'OperationNotSupportedException']]], 'RestoreWorkspace' => ['name' => 'RestoreWorkspace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreWorkspaceRequest'], 'output' => ['shape' => 'RestoreWorkspaceResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'RevokeIpRules' => ['name' => 'RevokeIpRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeIpRulesRequest'], 'output' => ['shape' => 'RevokeIpRulesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'StartWorkspaces' => ['name' => 'StartWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartWorkspacesRequest'], 'output' => ['shape' => 'StartWorkspacesResult']], 'StopWorkspaces' => ['name' => 'StopWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopWorkspacesRequest'], 'output' => ['shape' => 'StopWorkspacesResult']], 'TerminateWorkspaces' => ['name' => 'TerminateWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateWorkspacesRequest'], 'output' => ['shape' => 'TerminateWorkspacesResult']], 'UpdateRulesOfIpGroup' => ['name' => 'UpdateRulesOfIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRulesOfIpGroupRequest'], 'output' => ['shape' => 'UpdateRulesOfIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]]], 'shapes' => ['ARN' => ['type' => 'string', 'pattern' => '^arn:aws:[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,127}$'], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccessPropertyValue' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'AccountModification' => ['type' => 'structure', 'members' => ['ModificationState' => ['shape' => 'DedicatedTenancyModificationStateEnum'], 'DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportResultEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange'], 'StartTime' => ['shape' => 'Timestamp'], 'ErrorCode' => ['shape' => 'WorkspaceErrorCode'], 'ErrorMessage' => ['shape' => 'Description']]], 'AccountModificationList' => ['type' => 'list', 'member' => ['shape' => 'AccountModification']], 'Alias' => ['type' => 'string'], 'AssociateIpGroupsRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'GroupIds'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'GroupIds' => ['shape' => 'IpGroupIdList']]], 'AssociateIpGroupsResult' => ['type' => 'structure', 'members' => []], 'AuthorizeIpRulesRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRuleList']]], 'AuthorizeIpRulesResult' => ['type' => 'structure', 'members' => []], 'BooleanObject' => ['type' => 'boolean'], 'BundleId' => ['type' => 'string', 'pattern' => '^wsb-[0-9a-z]{8,63}$'], 'BundleIdList' => ['type' => 'list', 'member' => ['shape' => 'BundleId'], 'max' => 25, 'min' => 1], 'BundleList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceBundle']], 'BundleOwner' => ['type' => 'string'], 'ClientProperties' => ['type' => 'structure', 'members' => ['ReconnectEnabled' => ['shape' => 'ReconnectEnum']]], 'ClientPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'ClientPropertiesResult']], 'ClientPropertiesResult' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'ClientProperties' => ['shape' => 'ClientProperties']]], 'Compute' => ['type' => 'string', 'enum' => ['VALUE', 'STANDARD', 'PERFORMANCE', 'POWER', 'GRAPHICS', 'POWERPRO', 'GRAPHICSPRO']], 'ComputeType' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Compute']]], 'ComputerName' => ['type' => 'string'], 'ConnectionState' => ['type' => 'string', 'enum' => ['CONNECTED', 'DISCONNECTED', 'UNKNOWN']], 'CopyWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['Name', 'SourceImageId', 'SourceRegion'], 'members' => ['Name' => ['shape' => 'WorkspaceImageName'], 'Description' => ['shape' => 'WorkspaceImageDescription'], 'SourceImageId' => ['shape' => 'WorkspaceImageId'], 'SourceRegion' => ['shape' => 'Region'], 'Tags' => ['shape' => 'TagList']]], 'CopyWorkspaceImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'CreateIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'IpGroupName'], 'GroupDesc' => ['shape' => 'IpGroupDesc'], 'UserRules' => ['shape' => 'IpRuleList'], 'Tags' => ['shape' => 'TagList']]], 'CreateIpGroupResult' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'IpGroupId']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'Tags' => ['shape' => 'TagList']]], 'CreateTagsResult' => ['type' => 'structure', 'members' => []], 'CreateWorkspacesRequest' => ['type' => 'structure', 'required' => ['Workspaces'], 'members' => ['Workspaces' => ['shape' => 'WorkspaceRequestList']]], 'CreateWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedCreateWorkspaceRequests'], 'PendingRequests' => ['shape' => 'WorkspaceList']]], 'DedicatedTenancyCidrRangeList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedTenancyManagementCidrRange']], 'DedicatedTenancyManagementCidrRange' => ['type' => 'string', 'pattern' => '(^([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.0\\.0)(\\/(16$))$'], 'DedicatedTenancyModificationStateEnum' => ['type' => 'string', 'enum' => ['PENDING', 'COMPLETED', 'FAILED']], 'DedicatedTenancySupportEnum' => ['type' => 'string', 'enum' => ['ENABLED']], 'DedicatedTenancySupportResultEnum' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DefaultOu' => ['type' => 'string'], 'DefaultWorkspaceCreationProperties' => ['type' => 'structure', 'members' => ['EnableWorkDocs' => ['shape' => 'BooleanObject'], 'EnableInternetAccess' => ['shape' => 'BooleanObject'], 'DefaultOu' => ['shape' => 'DefaultOu'], 'CustomSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'UserEnabledAsLocalAdministrator' => ['shape' => 'BooleanObject'], 'EnableMaintenanceMode' => ['shape' => 'BooleanObject']]], 'DeleteIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['GroupId' => ['shape' => 'IpGroupId']]], 'DeleteIpGroupResult' => ['type' => 'structure', 'members' => []], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DeleteTagsResult' => ['type' => 'structure', 'members' => []], 'DeleteWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'DeleteWorkspaceImageResult' => ['type' => 'structure', 'members' => []], 'DeregisterWorkspaceDirectoryRequest' => ['type' => 'structure', 'required' => ['DirectoryId'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId']]], 'DeregisterWorkspaceDirectoryResult' => ['type' => 'structure', 'members' => []], 'DescribeAccountModificationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken']]], 'DescribeAccountModificationsResult' => ['type' => 'structure', 'members' => ['AccountModifications' => ['shape' => 'AccountModificationList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeAccountRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountResult' => ['type' => 'structure', 'members' => ['DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportResultEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange']]], 'DescribeClientPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceIds'], 'members' => ['ResourceIds' => ['shape' => 'ResourceIdList']]], 'DescribeClientPropertiesResult' => ['type' => 'structure', 'members' => ['ClientPropertiesList' => ['shape' => 'ClientPropertiesList']]], 'DescribeIpGroupsRequest' => ['type' => 'structure', 'members' => ['GroupIds' => ['shape' => 'IpGroupIdList'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'Limit']]], 'DescribeIpGroupsResult' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'WorkspacesIpGroupsList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString']]], 'DescribeTagsResult' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'DescribeWorkspaceBundlesRequest' => ['type' => 'structure', 'members' => ['BundleIds' => ['shape' => 'BundleIdList'], 'Owner' => ['shape' => 'BundleOwner'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceBundlesResult' => ['type' => 'structure', 'members' => ['Bundles' => ['shape' => 'BundleList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceDirectoriesRequest' => ['type' => 'structure', 'members' => ['DirectoryIds' => ['shape' => 'DirectoryIdList'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceDirectoriesResult' => ['type' => 'structure', 'members' => ['Directories' => ['shape' => 'DirectoryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceImagesRequest' => ['type' => 'structure', 'members' => ['ImageIds' => ['shape' => 'WorkspaceImageIdList'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'Limit']]], 'DescribeWorkspaceImagesResult' => ['type' => 'structure', 'members' => ['Images' => ['shape' => 'WorkspaceImageList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceSnapshotsRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'DescribeWorkspaceSnapshotsResult' => ['type' => 'structure', 'members' => ['RebuildSnapshots' => ['shape' => 'SnapshotList'], 'RestoreSnapshots' => ['shape' => 'SnapshotList']]], 'DescribeWorkspacesConnectionStatusRequest' => ['type' => 'structure', 'members' => ['WorkspaceIds' => ['shape' => 'WorkspaceIdList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesConnectionStatusResult' => ['type' => 'structure', 'members' => ['WorkspacesConnectionStatus' => ['shape' => 'WorkspaceConnectionStatusList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesRequest' => ['type' => 'structure', 'members' => ['WorkspaceIds' => ['shape' => 'WorkspaceIdList'], 'DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'BundleId' => ['shape' => 'BundleId'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesResult' => ['type' => 'structure', 'members' => ['Workspaces' => ['shape' => 'WorkspaceList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'Description' => ['type' => 'string'], 'DirectoryId' => ['type' => 'string', 'max' => 65, 'min' => 10, 'pattern' => '^d-[0-9a-f]{8,63}$'], 'DirectoryIdList' => ['type' => 'list', 'member' => ['shape' => 'DirectoryId'], 'max' => 25, 'min' => 1], 'DirectoryList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceDirectory']], 'DirectoryName' => ['type' => 'string'], 'DisassociateIpGroupsRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'GroupIds'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'GroupIds' => ['shape' => 'IpGroupIdList']]], 'DisassociateIpGroupsResult' => ['type' => 'structure', 'members' => []], 'DnsIpAddresses' => ['type' => 'list', 'member' => ['shape' => 'IpAddress']], 'Ec2ImageId' => ['type' => 'string', 'pattern' => '^ami\\-([a-f0-9]{8}|[a-f0-9]{17})$'], 'ErrorType' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string'], 'FailedCreateWorkspaceRequest' => ['type' => 'structure', 'members' => ['WorkspaceRequest' => ['shape' => 'WorkspaceRequest'], 'ErrorCode' => ['shape' => 'ErrorType'], 'ErrorMessage' => ['shape' => 'Description']]], 'FailedCreateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateWorkspaceRequest']], 'FailedRebootWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedRebuildWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedStartWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedStopWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedTerminateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedWorkspaceChangeRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'ErrorCode' => ['shape' => 'ErrorType'], 'ErrorMessage' => ['shape' => 'Description']]], 'ImportWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['Ec2ImageId', 'IngestionProcess', 'ImageName', 'ImageDescription'], 'members' => ['Ec2ImageId' => ['shape' => 'Ec2ImageId'], 'IngestionProcess' => ['shape' => 'WorkspaceImageIngestionProcess'], 'ImageName' => ['shape' => 'WorkspaceImageName'], 'ImageDescription' => ['shape' => 'WorkspaceImageDescription'], 'Tags' => ['shape' => 'TagList']]], 'ImportWorkspaceImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'InvalidParameterValuesException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidResourceStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpGroupDesc' => ['type' => 'string'], 'IpGroupId' => ['type' => 'string', 'pattern' => 'wsipg-[0-9a-z]{8,63}$'], 'IpGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'IpGroupId']], 'IpGroupName' => ['type' => 'string'], 'IpRevokedRuleList' => ['type' => 'list', 'member' => ['shape' => 'IpRule']], 'IpRule' => ['type' => 'string'], 'IpRuleDesc' => ['type' => 'string'], 'IpRuleItem' => ['type' => 'structure', 'members' => ['ipRule' => ['shape' => 'IpRule'], 'ruleDesc' => ['shape' => 'IpRuleDesc']]], 'IpRuleList' => ['type' => 'list', 'member' => ['shape' => 'IpRuleItem']], 'Limit' => ['type' => 'integer', 'max' => 25, 'min' => 1], 'ListAvailableManagementCidrRangesRequest' => ['type' => 'structure', 'required' => ['ManagementCidrRangeConstraint'], 'members' => ['ManagementCidrRangeConstraint' => ['shape' => 'ManagementCidrRangeConstraint'], 'MaxResults' => ['shape' => 'ManagementCidrRangeMaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListAvailableManagementCidrRangesResult' => ['type' => 'structure', 'members' => ['ManagementCidrRanges' => ['shape' => 'DedicatedTenancyCidrRangeList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ManagementCidrRangeConstraint' => ['type' => 'string', 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$'], 'ManagementCidrRangeMaxResults' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'MigrateWorkspaceRequest' => ['type' => 'structure', 'required' => ['SourceWorkspaceId', 'BundleId'], 'members' => ['SourceWorkspaceId' => ['shape' => 'WorkspaceId'], 'BundleId' => ['shape' => 'BundleId']]], 'MigrateWorkspaceResult' => ['type' => 'structure', 'members' => ['SourceWorkspaceId' => ['shape' => 'WorkspaceId'], 'TargetWorkspaceId' => ['shape' => 'WorkspaceId']]], 'ModificationResourceEnum' => ['type' => 'string', 'enum' => ['ROOT_VOLUME', 'USER_VOLUME', 'COMPUTE_TYPE']], 'ModificationState' => ['type' => 'structure', 'members' => ['Resource' => ['shape' => 'ModificationResourceEnum'], 'State' => ['shape' => 'ModificationStateEnum']]], 'ModificationStateEnum' => ['type' => 'string', 'enum' => ['UPDATE_INITIATED', 'UPDATE_IN_PROGRESS']], 'ModificationStateList' => ['type' => 'list', 'member' => ['shape' => 'ModificationState']], 'ModifyAccountRequest' => ['type' => 'structure', 'members' => ['DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange']]], 'ModifyAccountResult' => ['type' => 'structure', 'members' => []], 'ModifyClientPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'ClientProperties'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'ClientProperties' => ['shape' => 'ClientProperties']]], 'ModifyClientPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifySelfservicePermissionsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'SelfservicePermissions'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'SelfservicePermissions' => ['shape' => 'SelfservicePermissions']]], 'ModifySelfservicePermissionsResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceAccessPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'WorkspaceAccessProperties'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'WorkspaceAccessProperties' => ['shape' => 'WorkspaceAccessProperties']]], 'ModifyWorkspaceAccessPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceCreationPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'WorkspaceCreationProperties'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'WorkspaceCreationProperties' => ['shape' => 'WorkspaceCreationProperties']]], 'ModifyWorkspaceCreationPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspacePropertiesRequest' => ['type' => 'structure', 'required' => ['WorkspaceId', 'WorkspaceProperties'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties']]], 'ModifyWorkspacePropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceStateRequest' => ['type' => 'structure', 'required' => ['WorkspaceId', 'WorkspaceState'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'WorkspaceState' => ['shape' => 'TargetWorkspaceState']]], 'ModifyWorkspaceStateResult' => ['type' => 'structure', 'members' => []], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'OperatingSystem' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'OperatingSystemType']]], 'OperatingSystemType' => ['type' => 'string', 'enum' => ['WINDOWS', 'LINUX']], 'OperationInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PaginationToken' => ['type' => 'string', 'max' => 63, 'min' => 1], 'RebootRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RebootWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'RebootRequest'], 'max' => 25, 'min' => 1], 'RebootWorkspacesRequest' => ['type' => 'structure', 'required' => ['RebootWorkspaceRequests'], 'members' => ['RebootWorkspaceRequests' => ['shape' => 'RebootWorkspaceRequests']]], 'RebootWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedRebootWorkspaceRequests']]], 'RebuildRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RebuildWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'RebuildRequest'], 'max' => 1, 'min' => 1], 'RebuildWorkspacesRequest' => ['type' => 'structure', 'required' => ['RebuildWorkspaceRequests'], 'members' => ['RebuildWorkspaceRequests' => ['shape' => 'RebuildWorkspaceRequests']]], 'RebuildWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedRebuildWorkspaceRequests']]], 'ReconnectEnum' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Region' => ['type' => 'string', 'max' => 31, 'min' => 1, 'pattern' => '^[-0-9a-z]{1,31}$'], 'RegisterWorkspaceDirectoryRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'EnableWorkDocs'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'EnableWorkDocs' => ['shape' => 'BooleanObject'], 'EnableSelfService' => ['shape' => 'BooleanObject'], 'Tenancy' => ['shape' => 'Tenancy'], 'Tags' => ['shape' => 'TagList']]], 'RegisterWorkspaceDirectoryResult' => ['type' => 'structure', 'members' => []], 'RegistrationCode' => ['type' => 'string', 'max' => 20, 'min' => 1], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceAssociatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceCreationFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 25, 'min' => 1], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'ResourceId' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'ResourceId' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'RestoreWorkspaceRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RestoreWorkspaceResult' => ['type' => 'structure', 'members' => []], 'RevokeIpRulesRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRevokedRuleList']]], 'RevokeIpRulesResult' => ['type' => 'structure', 'members' => []], 'RootStorage' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'NonEmptyString']]], 'RootVolumeSizeGib' => ['type' => 'integer'], 'RunningMode' => ['type' => 'string', 'enum' => ['AUTO_STOP', 'ALWAYS_ON']], 'RunningModeAutoStopTimeoutInMinutes' => ['type' => 'integer'], 'SecurityGroupId' => ['type' => 'string', 'max' => 20, 'min' => 11, 'pattern' => '^(sg-([0-9a-f]{8}|[0-9a-f]{17}))$'], 'SelfservicePermissions' => ['type' => 'structure', 'members' => ['RestartWorkspace' => ['shape' => 'ReconnectEnum'], 'IncreaseVolumeSize' => ['shape' => 'ReconnectEnum'], 'ChangeComputeType' => ['shape' => 'ReconnectEnum'], 'SwitchRunningMode' => ['shape' => 'ReconnectEnum'], 'RebuildWorkspace' => ['shape' => 'ReconnectEnum']]], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotTime' => ['shape' => 'Timestamp']]], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot']], 'StartRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'StartWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'StartRequest'], 'max' => 25, 'min' => 1], 'StartWorkspacesRequest' => ['type' => 'structure', 'required' => ['StartWorkspaceRequests'], 'members' => ['StartWorkspaceRequests' => ['shape' => 'StartWorkspaceRequests']]], 'StartWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedStartWorkspaceRequests']]], 'StopRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'StopWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'StopRequest'], 'max' => 25, 'min' => 1], 'StopWorkspacesRequest' => ['type' => 'structure', 'required' => ['StopWorkspaceRequests'], 'members' => ['StopWorkspaceRequests' => ['shape' => 'StopWorkspaceRequests']]], 'StopWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedStopWorkspaceRequests']]], 'SubnetId' => ['type' => 'string', 'max' => 24, 'min' => 15, 'pattern' => '^(subnet-([0-9a-f]{8}|[0-9a-f]{17}))$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 2], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 127, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 255], 'TargetWorkspaceState' => ['type' => 'string', 'enum' => ['AVAILABLE', 'ADMIN_MAINTENANCE']], 'Tenancy' => ['type' => 'string', 'enum' => ['DEDICATED', 'SHARED']], 'TerminateRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'TerminateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'TerminateRequest'], 'max' => 25, 'min' => 1], 'TerminateWorkspacesRequest' => ['type' => 'structure', 'required' => ['TerminateWorkspaceRequests'], 'members' => ['TerminateWorkspaceRequests' => ['shape' => 'TerminateWorkspaceRequests']]], 'TerminateWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedTerminateWorkspaceRequests']]], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedNetworkConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UnsupportedWorkspaceConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UpdateRulesOfIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRuleList']]], 'UpdateRulesOfIpGroupResult' => ['type' => 'structure', 'members' => []], 'UserName' => ['type' => 'string', 'max' => 63, 'min' => 1], 'UserStorage' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'NonEmptyString']]], 'UserVolumeSizeGib' => ['type' => 'integer'], 'VolumeEncryptionKey' => ['type' => 'string'], 'Workspace' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'IpAddress' => ['shape' => 'IpAddress'], 'State' => ['shape' => 'WorkspaceState'], 'BundleId' => ['shape' => 'BundleId'], 'SubnetId' => ['shape' => 'SubnetId'], 'ErrorMessage' => ['shape' => 'Description'], 'ErrorCode' => ['shape' => 'WorkspaceErrorCode'], 'ComputerName' => ['shape' => 'ComputerName'], 'VolumeEncryptionKey' => ['shape' => 'VolumeEncryptionKey'], 'UserVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'RootVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties'], 'ModificationStates' => ['shape' => 'ModificationStateList']]], 'WorkspaceAccessProperties' => ['type' => 'structure', 'members' => ['DeviceTypeWindows' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeOsx' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeWeb' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeIos' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeAndroid' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeChromeOs' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeZeroClient' => ['shape' => 'AccessPropertyValue']]], 'WorkspaceBundle' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => 'BundleId'], 'Name' => ['shape' => 'NonEmptyString'], 'Owner' => ['shape' => 'BundleOwner'], 'Description' => ['shape' => 'Description'], 'ImageId' => ['shape' => 'WorkspaceImageId'], 'RootStorage' => ['shape' => 'RootStorage'], 'UserStorage' => ['shape' => 'UserStorage'], 'ComputeType' => ['shape' => 'ComputeType'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'WorkspaceConnectionStatus' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'ConnectionState' => ['shape' => 'ConnectionState'], 'ConnectionStateCheckTimestamp' => ['shape' => 'Timestamp'], 'LastKnownUserConnectionTimestamp' => ['shape' => 'Timestamp']]], 'WorkspaceConnectionStatusList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceConnectionStatus']], 'WorkspaceCreationProperties' => ['type' => 'structure', 'members' => ['EnableInternetAccess' => ['shape' => 'BooleanObject'], 'DefaultOu' => ['shape' => 'DefaultOu'], 'CustomSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'UserEnabledAsLocalAdministrator' => ['shape' => 'BooleanObject'], 'EnableMaintenanceMode' => ['shape' => 'BooleanObject']]], 'WorkspaceDirectory' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'Alias' => ['shape' => 'Alias'], 'DirectoryName' => ['shape' => 'DirectoryName'], 'RegistrationCode' => ['shape' => 'RegistrationCode'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'DnsIpAddresses' => ['shape' => 'DnsIpAddresses'], 'CustomerUserName' => ['shape' => 'UserName'], 'IamRoleId' => ['shape' => 'ARN'], 'DirectoryType' => ['shape' => 'WorkspaceDirectoryType'], 'WorkspaceSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'State' => ['shape' => 'WorkspaceDirectoryState'], 'WorkspaceCreationProperties' => ['shape' => 'DefaultWorkspaceCreationProperties'], 'ipGroupIds' => ['shape' => 'IpGroupIdList'], 'WorkspaceAccessProperties' => ['shape' => 'WorkspaceAccessProperties'], 'Tenancy' => ['shape' => 'Tenancy'], 'SelfservicePermissions' => ['shape' => 'SelfservicePermissions']]], 'WorkspaceDirectoryState' => ['type' => 'string', 'enum' => ['REGISTERING', 'REGISTERED', 'DEREGISTERING', 'DEREGISTERED', 'ERROR']], 'WorkspaceDirectoryType' => ['type' => 'string', 'enum' => ['SIMPLE_AD', 'AD_CONNECTOR']], 'WorkspaceErrorCode' => ['type' => 'string'], 'WorkspaceId' => ['type' => 'string', 'pattern' => '^ws-[0-9a-z]{8,63}$'], 'WorkspaceIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceId'], 'max' => 25, 'min' => 1], 'WorkspaceImage' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId'], 'Name' => ['shape' => 'WorkspaceImageName'], 'Description' => ['shape' => 'WorkspaceImageDescription'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'State' => ['shape' => 'WorkspaceImageState'], 'RequiredTenancy' => ['shape' => 'WorkspaceImageRequiredTenancy'], 'ErrorCode' => ['shape' => 'WorkspaceImageErrorCode'], 'ErrorMessage' => ['shape' => 'Description']]], 'WorkspaceImageDescription' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_./() -]+$'], 'WorkspaceImageErrorCode' => ['type' => 'string'], 'WorkspaceImageId' => ['type' => 'string', 'pattern' => 'wsi-[0-9a-z]{9,63}$'], 'WorkspaceImageIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceImageId'], 'max' => 25, 'min' => 1], 'WorkspaceImageIngestionProcess' => ['type' => 'string', 'enum' => ['BYOL_REGULAR', 'BYOL_GRAPHICS', 'BYOL_GRAPHICSPRO']], 'WorkspaceImageList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceImage']], 'WorkspaceImageName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_./()\\\\-]+$'], 'WorkspaceImageRequiredTenancy' => ['type' => 'string', 'enum' => ['DEFAULT', 'DEDICATED']], 'WorkspaceImageState' => ['type' => 'string', 'enum' => ['AVAILABLE', 'PENDING', 'ERROR']], 'WorkspaceList' => ['type' => 'list', 'member' => ['shape' => 'Workspace']], 'WorkspaceProperties' => ['type' => 'structure', 'members' => ['RunningMode' => ['shape' => 'RunningMode'], 'RunningModeAutoStopTimeoutInMinutes' => ['shape' => 'RunningModeAutoStopTimeoutInMinutes'], 'RootVolumeSizeGib' => ['shape' => 'RootVolumeSizeGib'], 'UserVolumeSizeGib' => ['shape' => 'UserVolumeSizeGib'], 'ComputeTypeName' => ['shape' => 'Compute']]], 'WorkspaceRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'UserName', 'BundleId'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'BundleId' => ['shape' => 'BundleId'], 'VolumeEncryptionKey' => ['shape' => 'VolumeEncryptionKey'], 'UserVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'RootVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties'], 'Tags' => ['shape' => 'TagList']]], 'WorkspaceRequestList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceRequest'], 'max' => 25, 'min' => 1], 'WorkspaceState' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'IMPAIRED', 'UNHEALTHY', 'REBOOTING', 'STARTING', 'REBUILDING', 'RESTORING', 'MAINTENANCE', 'ADMIN_MAINTENANCE', 'TERMINATING', 'TERMINATED', 'SUSPENDED', 'UPDATING', 'STOPPING', 'STOPPED', 'ERROR']], 'WorkspacesDefaultRoleNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'WorkspacesIpGroup' => ['type' => 'structure', 'members' => ['groupId' => ['shape' => 'IpGroupId'], 'groupName' => ['shape' => 'IpGroupName'], 'groupDesc' => ['shape' => 'IpGroupDesc'], 'userRules' => ['shape' => 'IpRuleList']]], 'WorkspacesIpGroupsList' => ['type' => 'list', 'member' => ['shape' => 'WorkspacesIpGroup']]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2015-04-08', 'endpointPrefix' => 'workspaces', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon WorkSpaces', 'serviceId' => 'WorkSpaces', 'signatureVersion' => 'v4', 'targetPrefix' => 'WorkspacesService', 'uid' => 'workspaces-2015-04-08'], 'operations' => ['AssociateIpGroups' => ['name' => 'AssociateIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AssociateIpGroupsRequest'], 'output' => ['shape' => 'AssociateIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException'], ['shape' => 'OperationNotSupportedException']]], 'AuthorizeIpRules' => ['name' => 'AuthorizeIpRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'AuthorizeIpRulesRequest'], 'output' => ['shape' => 'AuthorizeIpRulesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'CopyWorkspaceImage' => ['name' => 'CopyWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CopyWorkspaceImageRequest'], 'output' => ['shape' => 'CopyWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException']]], 'CreateIpGroup' => ['name' => 'CreateIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateIpGroupRequest'], 'output' => ['shape' => 'CreateIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceCreationFailedException'], ['shape' => 'AccessDeniedException']]], 'CreateTags' => ['name' => 'CreateTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateTagsRequest'], 'output' => ['shape' => 'CreateTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceLimitExceededException']]], 'CreateWorkspaces' => ['name' => 'CreateWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'CreateWorkspacesRequest'], 'output' => ['shape' => 'CreateWorkspacesResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidParameterValuesException']]], 'DeleteIpGroup' => ['name' => 'DeleteIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteIpGroupRequest'], 'output' => ['shape' => 'DeleteIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceAssociatedException'], ['shape' => 'AccessDeniedException']]], 'DeleteTags' => ['name' => 'DeleteTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteTagsRequest'], 'output' => ['shape' => 'DeleteTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidParameterValuesException']]], 'DeleteWorkspaceImage' => ['name' => 'DeleteWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeleteWorkspaceImageRequest'], 'output' => ['shape' => 'DeleteWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceAssociatedException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'DeregisterWorkspaceDirectory' => ['name' => 'DeregisterWorkspaceDirectory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DeregisterWorkspaceDirectoryRequest'], 'output' => ['shape' => 'DeregisterWorkspaceDirectoryResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException']]], 'DescribeAccount' => ['name' => 'DescribeAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountRequest'], 'output' => ['shape' => 'DescribeAccountResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeAccountModifications' => ['name' => 'DescribeAccountModifications', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeAccountModificationsRequest'], 'output' => ['shape' => 'DescribeAccountModificationsResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeClientProperties' => ['name' => 'DescribeClientProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeClientPropertiesRequest'], 'output' => ['shape' => 'DescribeClientPropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeIpGroups' => ['name' => 'DescribeIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeIpGroupsRequest'], 'output' => ['shape' => 'DescribeIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException']]], 'DescribeTags' => ['name' => 'DescribeTags', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeTagsRequest'], 'output' => ['shape' => 'DescribeTagsResult'], 'errors' => [['shape' => 'ResourceNotFoundException']]], 'DescribeWorkspaceBundles' => ['name' => 'DescribeWorkspaceBundles', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceBundlesRequest'], 'output' => ['shape' => 'DescribeWorkspaceBundlesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DescribeWorkspaceDirectories' => ['name' => 'DescribeWorkspaceDirectories', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceDirectoriesRequest'], 'output' => ['shape' => 'DescribeWorkspaceDirectoriesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DescribeWorkspaceImagePermissions' => ['name' => 'DescribeWorkspaceImagePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceImagePermissionsRequest'], 'output' => ['shape' => 'DescribeWorkspaceImagePermissionsResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException']]], 'DescribeWorkspaceImages' => ['name' => 'DescribeWorkspaceImages', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceImagesRequest'], 'output' => ['shape' => 'DescribeWorkspaceImagesResult'], 'errors' => [['shape' => 'AccessDeniedException']]], 'DescribeWorkspaceSnapshots' => ['name' => 'DescribeWorkspaceSnapshots', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspaceSnapshotsRequest'], 'output' => ['shape' => 'DescribeWorkspaceSnapshotsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'DescribeWorkspaces' => ['name' => 'DescribeWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspacesRequest'], 'output' => ['shape' => 'DescribeWorkspacesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceUnavailableException']]], 'DescribeWorkspacesConnectionStatus' => ['name' => 'DescribeWorkspacesConnectionStatus', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DescribeWorkspacesConnectionStatusRequest'], 'output' => ['shape' => 'DescribeWorkspacesConnectionStatusResult'], 'errors' => [['shape' => 'InvalidParameterValuesException']]], 'DisassociateIpGroups' => ['name' => 'DisassociateIpGroups', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'DisassociateIpGroupsRequest'], 'output' => ['shape' => 'DisassociateIpGroupsResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'ImportWorkspaceImage' => ['name' => 'ImportWorkspaceImage', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ImportWorkspaceImageRequest'], 'output' => ['shape' => 'ImportWorkspaceImageResult'], 'errors' => [['shape' => 'ResourceLimitExceededException'], ['shape' => 'ResourceAlreadyExistsException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException']]], 'ListAvailableManagementCidrRanges' => ['name' => 'ListAvailableManagementCidrRanges', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ListAvailableManagementCidrRangesRequest'], 'output' => ['shape' => 'ListAvailableManagementCidrRangesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException']]], 'MigrateWorkspace' => ['name' => 'MigrateWorkspace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'MigrateWorkspaceRequest'], 'output' => ['shape' => 'MigrateWorkspaceResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'OperationNotSupportedException'], ['shape' => 'OperationInProgressException'], ['shape' => 'ResourceUnavailableException']]], 'ModifyAccount' => ['name' => 'ModifyAccount', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyAccountRequest'], 'output' => ['shape' => 'ModifyAccountResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'ResourceNotFoundException']]], 'ModifyClientProperties' => ['name' => 'ModifyClientProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyClientPropertiesRequest'], 'output' => ['shape' => 'ModifyClientPropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ModifySelfservicePermissions' => ['name' => 'ModifySelfservicePermissions', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifySelfservicePermissionsRequest'], 'output' => ['shape' => 'ModifySelfservicePermissionsResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException']]], 'ModifyWorkspaceAccessProperties' => ['name' => 'ModifyWorkspaceAccessProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceAccessPropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspaceAccessPropertiesResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'ModifyWorkspaceCreationProperties' => ['name' => 'ModifyWorkspaceCreationProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceCreationPropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspaceCreationPropertiesResult'], 'errors' => [['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'OperationNotSupportedException']]], 'ModifyWorkspaceProperties' => ['name' => 'ModifyWorkspaceProperties', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspacePropertiesRequest'], 'output' => ['shape' => 'ModifyWorkspacePropertiesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'OperationInProgressException'], ['shape' => 'UnsupportedWorkspaceConfigurationException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException'], ['shape' => 'ResourceUnavailableException']]], 'ModifyWorkspaceState' => ['name' => 'ModifyWorkspaceState', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'ModifyWorkspaceStateRequest'], 'output' => ['shape' => 'ModifyWorkspaceStateResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'ResourceNotFoundException']]], 'RebootWorkspaces' => ['name' => 'RebootWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebootWorkspacesRequest'], 'output' => ['shape' => 'RebootWorkspacesResult']], 'RebuildWorkspaces' => ['name' => 'RebuildWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RebuildWorkspacesRequest'], 'output' => ['shape' => 'RebuildWorkspacesResult']], 'RegisterWorkspaceDirectory' => ['name' => 'RegisterWorkspaceDirectory', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RegisterWorkspaceDirectoryRequest'], 'output' => ['shape' => 'RegisterWorkspaceDirectoryResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'AccessDeniedException'], ['shape' => 'WorkspacesDefaultRoleNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'UnsupportedNetworkConfigurationException'], ['shape' => 'OperationNotSupportedException']]], 'RestoreWorkspace' => ['name' => 'RestoreWorkspace', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RestoreWorkspaceRequest'], 'output' => ['shape' => 'RestoreWorkspaceResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'AccessDeniedException']]], 'RevokeIpRules' => ['name' => 'RevokeIpRules', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'RevokeIpRulesRequest'], 'output' => ['shape' => 'RevokeIpRulesResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'StartWorkspaces' => ['name' => 'StartWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StartWorkspacesRequest'], 'output' => ['shape' => 'StartWorkspacesResult']], 'StopWorkspaces' => ['name' => 'StopWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'StopWorkspacesRequest'], 'output' => ['shape' => 'StopWorkspacesResult']], 'TerminateWorkspaces' => ['name' => 'TerminateWorkspaces', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'TerminateWorkspacesRequest'], 'output' => ['shape' => 'TerminateWorkspacesResult']], 'UpdateRulesOfIpGroup' => ['name' => 'UpdateRulesOfIpGroup', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateRulesOfIpGroupRequest'], 'output' => ['shape' => 'UpdateRulesOfIpGroupResult'], 'errors' => [['shape' => 'InvalidParameterValuesException'], ['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceLimitExceededException'], ['shape' => 'InvalidResourceStateException'], ['shape' => 'AccessDeniedException']]], 'UpdateWorkspaceImagePermission' => ['name' => 'UpdateWorkspaceImagePermission', 'http' => ['method' => 'POST', 'requestUri' => '/'], 'input' => ['shape' => 'UpdateWorkspaceImagePermissionRequest'], 'output' => ['shape' => 'UpdateWorkspaceImagePermissionResult'], 'errors' => [['shape' => 'ResourceNotFoundException'], ['shape' => 'ResourceUnavailableException'], ['shape' => 'AccessDeniedException'], ['shape' => 'InvalidParameterValuesException'], ['shape' => 'OperationNotSupportedException']]]], 'shapes' => ['ARN' => ['type' => 'string', 'pattern' => '^arn:aws:[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,127}$'], 'AccessDeniedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'AccessPropertyValue' => ['type' => 'string', 'enum' => ['ALLOW', 'DENY']], 'AccountModification' => ['type' => 'structure', 'members' => ['ModificationState' => ['shape' => 'DedicatedTenancyModificationStateEnum'], 'DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportResultEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange'], 'StartTime' => ['shape' => 'Timestamp'], 'ErrorCode' => ['shape' => 'WorkspaceErrorCode'], 'ErrorMessage' => ['shape' => 'Description']]], 'AccountModificationList' => ['type' => 'list', 'member' => ['shape' => 'AccountModification']], 'Alias' => ['type' => 'string'], 'AssociateIpGroupsRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'GroupIds'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'GroupIds' => ['shape' => 'IpGroupIdList']]], 'AssociateIpGroupsResult' => ['type' => 'structure', 'members' => []], 'AuthorizeIpRulesRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRuleList']]], 'AuthorizeIpRulesResult' => ['type' => 'structure', 'members' => []], 'AwsAccount' => ['type' => 'string', 'pattern' => '^\\d{12}$'], 'BooleanObject' => ['type' => 'boolean'], 'BundleId' => ['type' => 'string', 'pattern' => '^wsb-[0-9a-z]{8,63}$'], 'BundleIdList' => ['type' => 'list', 'member' => ['shape' => 'BundleId'], 'max' => 25, 'min' => 1], 'BundleList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceBundle']], 'BundleOwner' => ['type' => 'string'], 'ClientProperties' => ['type' => 'structure', 'members' => ['ReconnectEnabled' => ['shape' => 'ReconnectEnum']]], 'ClientPropertiesList' => ['type' => 'list', 'member' => ['shape' => 'ClientPropertiesResult']], 'ClientPropertiesResult' => ['type' => 'structure', 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'ClientProperties' => ['shape' => 'ClientProperties']]], 'Compute' => ['type' => 'string', 'enum' => ['VALUE', 'STANDARD', 'PERFORMANCE', 'POWER', 'GRAPHICS', 'POWERPRO', 'GRAPHICSPRO']], 'ComputeType' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'Compute']]], 'ComputerName' => ['type' => 'string'], 'ConnectionState' => ['type' => 'string', 'enum' => ['CONNECTED', 'DISCONNECTED', 'UNKNOWN']], 'CopyWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['Name', 'SourceImageId', 'SourceRegion'], 'members' => ['Name' => ['shape' => 'WorkspaceImageName'], 'Description' => ['shape' => 'WorkspaceImageDescription'], 'SourceImageId' => ['shape' => 'WorkspaceImageId'], 'SourceRegion' => ['shape' => 'Region'], 'Tags' => ['shape' => 'TagList']]], 'CopyWorkspaceImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'CreateIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'IpGroupName'], 'GroupDesc' => ['shape' => 'IpGroupDesc'], 'UserRules' => ['shape' => 'IpRuleList'], 'Tags' => ['shape' => 'TagList']]], 'CreateIpGroupResult' => ['type' => 'structure', 'members' => ['GroupId' => ['shape' => 'IpGroupId']]], 'CreateTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'Tags'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'Tags' => ['shape' => 'TagList']]], 'CreateTagsResult' => ['type' => 'structure', 'members' => []], 'CreateWorkspacesRequest' => ['type' => 'structure', 'required' => ['Workspaces'], 'members' => ['Workspaces' => ['shape' => 'WorkspaceRequestList']]], 'CreateWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedCreateWorkspaceRequests'], 'PendingRequests' => ['shape' => 'WorkspaceList']]], 'DedicatedTenancyCidrRangeList' => ['type' => 'list', 'member' => ['shape' => 'DedicatedTenancyManagementCidrRange']], 'DedicatedTenancyManagementCidrRange' => ['type' => 'string', 'pattern' => '(^([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.0\\.0)(\\/(16$))$'], 'DedicatedTenancyModificationStateEnum' => ['type' => 'string', 'enum' => ['PENDING', 'COMPLETED', 'FAILED']], 'DedicatedTenancySupportEnum' => ['type' => 'string', 'enum' => ['ENABLED']], 'DedicatedTenancySupportResultEnum' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'DefaultOu' => ['type' => 'string'], 'DefaultWorkspaceCreationProperties' => ['type' => 'structure', 'members' => ['EnableWorkDocs' => ['shape' => 'BooleanObject'], 'EnableInternetAccess' => ['shape' => 'BooleanObject'], 'DefaultOu' => ['shape' => 'DefaultOu'], 'CustomSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'UserEnabledAsLocalAdministrator' => ['shape' => 'BooleanObject'], 'EnableMaintenanceMode' => ['shape' => 'BooleanObject']]], 'DeleteIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupId'], 'members' => ['GroupId' => ['shape' => 'IpGroupId']]], 'DeleteIpGroupResult' => ['type' => 'structure', 'members' => []], 'DeleteTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'TagKeys'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'TagKeys' => ['shape' => 'TagKeyList']]], 'DeleteTagsResult' => ['type' => 'structure', 'members' => []], 'DeleteWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'DeleteWorkspaceImageResult' => ['type' => 'structure', 'members' => []], 'DeregisterWorkspaceDirectoryRequest' => ['type' => 'structure', 'required' => ['DirectoryId'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId']]], 'DeregisterWorkspaceDirectoryResult' => ['type' => 'structure', 'members' => []], 'DescribeAccountModificationsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'PaginationToken']]], 'DescribeAccountModificationsResult' => ['type' => 'structure', 'members' => ['AccountModifications' => ['shape' => 'AccountModificationList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeAccountRequest' => ['type' => 'structure', 'members' => []], 'DescribeAccountResult' => ['type' => 'structure', 'members' => ['DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportResultEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange']]], 'DescribeClientPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceIds'], 'members' => ['ResourceIds' => ['shape' => 'ResourceIdList']]], 'DescribeClientPropertiesResult' => ['type' => 'structure', 'members' => ['ClientPropertiesList' => ['shape' => 'ClientPropertiesList']]], 'DescribeIpGroupsRequest' => ['type' => 'structure', 'members' => ['GroupIds' => ['shape' => 'IpGroupIdList'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'Limit']]], 'DescribeIpGroupsResult' => ['type' => 'structure', 'members' => ['Result' => ['shape' => 'WorkspacesIpGroupsList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeTagsRequest' => ['type' => 'structure', 'required' => ['ResourceId'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString']]], 'DescribeTagsResult' => ['type' => 'structure', 'members' => ['TagList' => ['shape' => 'TagList']]], 'DescribeWorkspaceBundlesRequest' => ['type' => 'structure', 'members' => ['BundleIds' => ['shape' => 'BundleIdList'], 'Owner' => ['shape' => 'BundleOwner'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceBundlesResult' => ['type' => 'structure', 'members' => ['Bundles' => ['shape' => 'BundleList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceDirectoriesRequest' => ['type' => 'structure', 'members' => ['DirectoryIds' => ['shape' => 'DirectoryIdList'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceDirectoriesResult' => ['type' => 'structure', 'members' => ['Directories' => ['shape' => 'DirectoryList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceImagePermissionsRequest' => ['type' => 'structure', 'required' => ['ImageId'], 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'Limit']]], 'DescribeWorkspaceImagePermissionsResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId'], 'ImagePermissions' => ['shape' => 'ImagePermissions'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceImagesRequest' => ['type' => 'structure', 'members' => ['ImageIds' => ['shape' => 'WorkspaceImageIdList'], 'ImageType' => ['shape' => 'ImageType'], 'NextToken' => ['shape' => 'PaginationToken'], 'MaxResults' => ['shape' => 'Limit']]], 'DescribeWorkspaceImagesResult' => ['type' => 'structure', 'members' => ['Images' => ['shape' => 'WorkspaceImageList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspaceSnapshotsRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'DescribeWorkspaceSnapshotsResult' => ['type' => 'structure', 'members' => ['RebuildSnapshots' => ['shape' => 'SnapshotList'], 'RestoreSnapshots' => ['shape' => 'SnapshotList']]], 'DescribeWorkspacesConnectionStatusRequest' => ['type' => 'structure', 'members' => ['WorkspaceIds' => ['shape' => 'WorkspaceIdList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesConnectionStatusResult' => ['type' => 'structure', 'members' => ['WorkspacesConnectionStatus' => ['shape' => 'WorkspaceConnectionStatusList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesRequest' => ['type' => 'structure', 'members' => ['WorkspaceIds' => ['shape' => 'WorkspaceIdList'], 'DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'BundleId' => ['shape' => 'BundleId'], 'Limit' => ['shape' => 'Limit'], 'NextToken' => ['shape' => 'PaginationToken']]], 'DescribeWorkspacesResult' => ['type' => 'structure', 'members' => ['Workspaces' => ['shape' => 'WorkspaceList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'Description' => ['type' => 'string'], 'DirectoryId' => ['type' => 'string', 'max' => 65, 'min' => 10, 'pattern' => '^d-[0-9a-f]{8,63}$'], 'DirectoryIdList' => ['type' => 'list', 'member' => ['shape' => 'DirectoryId'], 'max' => 25, 'min' => 1], 'DirectoryList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceDirectory']], 'DirectoryName' => ['type' => 'string'], 'DisassociateIpGroupsRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'GroupIds'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'GroupIds' => ['shape' => 'IpGroupIdList']]], 'DisassociateIpGroupsResult' => ['type' => 'structure', 'members' => []], 'DnsIpAddresses' => ['type' => 'list', 'member' => ['shape' => 'IpAddress']], 'Ec2ImageId' => ['type' => 'string', 'pattern' => '^ami\\-([a-f0-9]{8}|[a-f0-9]{17})$'], 'ErrorType' => ['type' => 'string'], 'ExceptionMessage' => ['type' => 'string'], 'FailedCreateWorkspaceRequest' => ['type' => 'structure', 'members' => ['WorkspaceRequest' => ['shape' => 'WorkspaceRequest'], 'ErrorCode' => ['shape' => 'ErrorType'], 'ErrorMessage' => ['shape' => 'Description']]], 'FailedCreateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedCreateWorkspaceRequest']], 'FailedRebootWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedRebuildWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedStartWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedStopWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedTerminateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'FailedWorkspaceChangeRequest']], 'FailedWorkspaceChangeRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'ErrorCode' => ['shape' => 'ErrorType'], 'ErrorMessage' => ['shape' => 'Description']]], 'ImagePermission' => ['type' => 'structure', 'members' => ['SharedAccountId' => ['shape' => 'AwsAccount']]], 'ImagePermissions' => ['type' => 'list', 'member' => ['shape' => 'ImagePermission']], 'ImageType' => ['type' => 'string', 'enum' => ['OWNED', 'SHARED']], 'ImportWorkspaceImageRequest' => ['type' => 'structure', 'required' => ['Ec2ImageId', 'IngestionProcess', 'ImageName', 'ImageDescription'], 'members' => ['Ec2ImageId' => ['shape' => 'Ec2ImageId'], 'IngestionProcess' => ['shape' => 'WorkspaceImageIngestionProcess'], 'ImageName' => ['shape' => 'WorkspaceImageName'], 'ImageDescription' => ['shape' => 'WorkspaceImageDescription'], 'Tags' => ['shape' => 'TagList']]], 'ImportWorkspaceImageResult' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId']]], 'InvalidParameterValuesException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'InvalidResourceStateException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'IpAddress' => ['type' => 'string'], 'IpGroupDesc' => ['type' => 'string'], 'IpGroupId' => ['type' => 'string', 'pattern' => 'wsipg-[0-9a-z]{8,63}$'], 'IpGroupIdList' => ['type' => 'list', 'member' => ['shape' => 'IpGroupId']], 'IpGroupName' => ['type' => 'string'], 'IpRevokedRuleList' => ['type' => 'list', 'member' => ['shape' => 'IpRule']], 'IpRule' => ['type' => 'string'], 'IpRuleDesc' => ['type' => 'string'], 'IpRuleItem' => ['type' => 'structure', 'members' => ['ipRule' => ['shape' => 'IpRule'], 'ruleDesc' => ['shape' => 'IpRuleDesc']]], 'IpRuleList' => ['type' => 'list', 'member' => ['shape' => 'IpRuleItem']], 'Limit' => ['type' => 'integer', 'max' => 25, 'min' => 1], 'ListAvailableManagementCidrRangesRequest' => ['type' => 'structure', 'required' => ['ManagementCidrRangeConstraint'], 'members' => ['ManagementCidrRangeConstraint' => ['shape' => 'ManagementCidrRangeConstraint'], 'MaxResults' => ['shape' => 'ManagementCidrRangeMaxResults'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ListAvailableManagementCidrRangesResult' => ['type' => 'structure', 'members' => ['ManagementCidrRanges' => ['shape' => 'DedicatedTenancyCidrRangeList'], 'NextToken' => ['shape' => 'PaginationToken']]], 'ManagementCidrRangeConstraint' => ['type' => 'string', 'pattern' => '^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$'], 'ManagementCidrRangeMaxResults' => ['type' => 'integer', 'max' => 5, 'min' => 1], 'MigrateWorkspaceRequest' => ['type' => 'structure', 'required' => ['SourceWorkspaceId', 'BundleId'], 'members' => ['SourceWorkspaceId' => ['shape' => 'WorkspaceId'], 'BundleId' => ['shape' => 'BundleId']]], 'MigrateWorkspaceResult' => ['type' => 'structure', 'members' => ['SourceWorkspaceId' => ['shape' => 'WorkspaceId'], 'TargetWorkspaceId' => ['shape' => 'WorkspaceId']]], 'ModificationResourceEnum' => ['type' => 'string', 'enum' => ['ROOT_VOLUME', 'USER_VOLUME', 'COMPUTE_TYPE']], 'ModificationState' => ['type' => 'structure', 'members' => ['Resource' => ['shape' => 'ModificationResourceEnum'], 'State' => ['shape' => 'ModificationStateEnum']]], 'ModificationStateEnum' => ['type' => 'string', 'enum' => ['UPDATE_INITIATED', 'UPDATE_IN_PROGRESS']], 'ModificationStateList' => ['type' => 'list', 'member' => ['shape' => 'ModificationState']], 'ModifyAccountRequest' => ['type' => 'structure', 'members' => ['DedicatedTenancySupport' => ['shape' => 'DedicatedTenancySupportEnum'], 'DedicatedTenancyManagementCidrRange' => ['shape' => 'DedicatedTenancyManagementCidrRange']]], 'ModifyAccountResult' => ['type' => 'structure', 'members' => []], 'ModifyClientPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'ClientProperties'], 'members' => ['ResourceId' => ['shape' => 'NonEmptyString'], 'ClientProperties' => ['shape' => 'ClientProperties']]], 'ModifyClientPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifySelfservicePermissionsRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'SelfservicePermissions'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'SelfservicePermissions' => ['shape' => 'SelfservicePermissions']]], 'ModifySelfservicePermissionsResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceAccessPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'WorkspaceAccessProperties'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'WorkspaceAccessProperties' => ['shape' => 'WorkspaceAccessProperties']]], 'ModifyWorkspaceAccessPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceCreationPropertiesRequest' => ['type' => 'structure', 'required' => ['ResourceId', 'WorkspaceCreationProperties'], 'members' => ['ResourceId' => ['shape' => 'DirectoryId'], 'WorkspaceCreationProperties' => ['shape' => 'WorkspaceCreationProperties']]], 'ModifyWorkspaceCreationPropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspacePropertiesRequest' => ['type' => 'structure', 'required' => ['WorkspaceId', 'WorkspaceProperties'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties']]], 'ModifyWorkspacePropertiesResult' => ['type' => 'structure', 'members' => []], 'ModifyWorkspaceStateRequest' => ['type' => 'structure', 'required' => ['WorkspaceId', 'WorkspaceState'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'WorkspaceState' => ['shape' => 'TargetWorkspaceState']]], 'ModifyWorkspaceStateResult' => ['type' => 'structure', 'members' => []], 'NonEmptyString' => ['type' => 'string', 'min' => 1], 'OperatingSystem' => ['type' => 'structure', 'members' => ['Type' => ['shape' => 'OperatingSystemType']]], 'OperatingSystemType' => ['type' => 'string', 'enum' => ['WINDOWS', 'LINUX']], 'OperationInProgressException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'OperationNotSupportedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'PaginationToken' => ['type' => 'string', 'max' => 63, 'min' => 1], 'RebootRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RebootWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'RebootRequest'], 'max' => 25, 'min' => 1], 'RebootWorkspacesRequest' => ['type' => 'structure', 'required' => ['RebootWorkspaceRequests'], 'members' => ['RebootWorkspaceRequests' => ['shape' => 'RebootWorkspaceRequests']]], 'RebootWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedRebootWorkspaceRequests']]], 'RebuildRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RebuildWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'RebuildRequest'], 'max' => 1, 'min' => 1], 'RebuildWorkspacesRequest' => ['type' => 'structure', 'required' => ['RebuildWorkspaceRequests'], 'members' => ['RebuildWorkspaceRequests' => ['shape' => 'RebuildWorkspaceRequests']]], 'RebuildWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedRebuildWorkspaceRequests']]], 'ReconnectEnum' => ['type' => 'string', 'enum' => ['ENABLED', 'DISABLED']], 'Region' => ['type' => 'string', 'max' => 31, 'min' => 1, 'pattern' => '^[-0-9a-z]{1,31}$'], 'RegisterWorkspaceDirectoryRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'EnableWorkDocs'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'EnableWorkDocs' => ['shape' => 'BooleanObject'], 'EnableSelfService' => ['shape' => 'BooleanObject'], 'Tenancy' => ['shape' => 'Tenancy'], 'Tags' => ['shape' => 'TagList']]], 'RegisterWorkspaceDirectoryResult' => ['type' => 'structure', 'members' => []], 'RegistrationCode' => ['type' => 'string', 'max' => 20, 'min' => 1], 'ResourceAlreadyExistsException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceAssociatedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceCreationFailedException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceIdList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString'], 'max' => 25, 'min' => 1], 'ResourceLimitExceededException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'ResourceNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'ResourceId' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'ResourceUnavailableException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage'], 'ResourceId' => ['shape' => 'NonEmptyString']], 'exception' => \true], 'RestoreWorkspaceRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'RestoreWorkspaceResult' => ['type' => 'structure', 'members' => []], 'RevokeIpRulesRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRevokedRuleList']]], 'RevokeIpRulesResult' => ['type' => 'structure', 'members' => []], 'RootStorage' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'NonEmptyString']]], 'RootVolumeSizeGib' => ['type' => 'integer'], 'RunningMode' => ['type' => 'string', 'enum' => ['AUTO_STOP', 'ALWAYS_ON']], 'RunningModeAutoStopTimeoutInMinutes' => ['type' => 'integer'], 'SecurityGroupId' => ['type' => 'string', 'max' => 20, 'min' => 11, 'pattern' => '^(sg-([0-9a-f]{8}|[0-9a-f]{17}))$'], 'SelfservicePermissions' => ['type' => 'structure', 'members' => ['RestartWorkspace' => ['shape' => 'ReconnectEnum'], 'IncreaseVolumeSize' => ['shape' => 'ReconnectEnum'], 'ChangeComputeType' => ['shape' => 'ReconnectEnum'], 'SwitchRunningMode' => ['shape' => 'ReconnectEnum'], 'RebuildWorkspace' => ['shape' => 'ReconnectEnum']]], 'Snapshot' => ['type' => 'structure', 'members' => ['SnapshotTime' => ['shape' => 'Timestamp']]], 'SnapshotList' => ['type' => 'list', 'member' => ['shape' => 'Snapshot']], 'StartRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'StartWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'StartRequest'], 'max' => 25, 'min' => 1], 'StartWorkspacesRequest' => ['type' => 'structure', 'required' => ['StartWorkspaceRequests'], 'members' => ['StartWorkspaceRequests' => ['shape' => 'StartWorkspaceRequests']]], 'StartWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedStartWorkspaceRequests']]], 'StopRequest' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'StopWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'StopRequest'], 'max' => 25, 'min' => 1], 'StopWorkspacesRequest' => ['type' => 'structure', 'required' => ['StopWorkspaceRequests'], 'members' => ['StopWorkspaceRequests' => ['shape' => 'StopWorkspaceRequests']]], 'StopWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedStopWorkspaceRequests']]], 'SubnetId' => ['type' => 'string', 'max' => 24, 'min' => 15, 'pattern' => '^(subnet-([0-9a-f]{8}|[0-9a-f]{17}))$'], 'SubnetIds' => ['type' => 'list', 'member' => ['shape' => 'SubnetId'], 'max' => 2], 'Tag' => ['type' => 'structure', 'required' => ['Key'], 'members' => ['Key' => ['shape' => 'TagKey'], 'Value' => ['shape' => 'TagValue']]], 'TagKey' => ['type' => 'string', 'max' => 127, 'min' => 1], 'TagKeyList' => ['type' => 'list', 'member' => ['shape' => 'NonEmptyString']], 'TagList' => ['type' => 'list', 'member' => ['shape' => 'Tag']], 'TagValue' => ['type' => 'string', 'max' => 255], 'TargetWorkspaceState' => ['type' => 'string', 'enum' => ['AVAILABLE', 'ADMIN_MAINTENANCE']], 'Tenancy' => ['type' => 'string', 'enum' => ['DEDICATED', 'SHARED']], 'TerminateRequest' => ['type' => 'structure', 'required' => ['WorkspaceId'], 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId']]], 'TerminateWorkspaceRequests' => ['type' => 'list', 'member' => ['shape' => 'TerminateRequest'], 'max' => 25, 'min' => 1], 'TerminateWorkspacesRequest' => ['type' => 'structure', 'required' => ['TerminateWorkspaceRequests'], 'members' => ['TerminateWorkspaceRequests' => ['shape' => 'TerminateWorkspaceRequests']]], 'TerminateWorkspacesResult' => ['type' => 'structure', 'members' => ['FailedRequests' => ['shape' => 'FailedTerminateWorkspaceRequests']]], 'Timestamp' => ['type' => 'timestamp'], 'UnsupportedNetworkConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UnsupportedWorkspaceConfigurationException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'UpdateRulesOfIpGroupRequest' => ['type' => 'structure', 'required' => ['GroupId', 'UserRules'], 'members' => ['GroupId' => ['shape' => 'IpGroupId'], 'UserRules' => ['shape' => 'IpRuleList']]], 'UpdateRulesOfIpGroupResult' => ['type' => 'structure', 'members' => []], 'UpdateWorkspaceImagePermissionRequest' => ['type' => 'structure', 'required' => ['ImageId', 'AllowCopyImage', 'SharedAccountId'], 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId'], 'AllowCopyImage' => ['shape' => 'BooleanObject'], 'SharedAccountId' => ['shape' => 'AwsAccount']]], 'UpdateWorkspaceImagePermissionResult' => ['type' => 'structure', 'members' => []], 'UserName' => ['type' => 'string', 'max' => 63, 'min' => 1], 'UserStorage' => ['type' => 'structure', 'members' => ['Capacity' => ['shape' => 'NonEmptyString']]], 'UserVolumeSizeGib' => ['type' => 'integer'], 'VolumeEncryptionKey' => ['type' => 'string'], 'Workspace' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'IpAddress' => ['shape' => 'IpAddress'], 'State' => ['shape' => 'WorkspaceState'], 'BundleId' => ['shape' => 'BundleId'], 'SubnetId' => ['shape' => 'SubnetId'], 'ErrorMessage' => ['shape' => 'Description'], 'ErrorCode' => ['shape' => 'WorkspaceErrorCode'], 'ComputerName' => ['shape' => 'ComputerName'], 'VolumeEncryptionKey' => ['shape' => 'VolumeEncryptionKey'], 'UserVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'RootVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties'], 'ModificationStates' => ['shape' => 'ModificationStateList']]], 'WorkspaceAccessProperties' => ['type' => 'structure', 'members' => ['DeviceTypeWindows' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeOsx' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeWeb' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeIos' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeAndroid' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeChromeOs' => ['shape' => 'AccessPropertyValue'], 'DeviceTypeZeroClient' => ['shape' => 'AccessPropertyValue']]], 'WorkspaceBundle' => ['type' => 'structure', 'members' => ['BundleId' => ['shape' => 'BundleId'], 'Name' => ['shape' => 'NonEmptyString'], 'Owner' => ['shape' => 'BundleOwner'], 'Description' => ['shape' => 'Description'], 'ImageId' => ['shape' => 'WorkspaceImageId'], 'RootStorage' => ['shape' => 'RootStorage'], 'UserStorage' => ['shape' => 'UserStorage'], 'ComputeType' => ['shape' => 'ComputeType'], 'LastUpdatedTime' => ['shape' => 'Timestamp']]], 'WorkspaceConnectionStatus' => ['type' => 'structure', 'members' => ['WorkspaceId' => ['shape' => 'WorkspaceId'], 'ConnectionState' => ['shape' => 'ConnectionState'], 'ConnectionStateCheckTimestamp' => ['shape' => 'Timestamp'], 'LastKnownUserConnectionTimestamp' => ['shape' => 'Timestamp']]], 'WorkspaceConnectionStatusList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceConnectionStatus']], 'WorkspaceCreationProperties' => ['type' => 'structure', 'members' => ['EnableWorkDocs' => ['shape' => 'BooleanObject'], 'EnableInternetAccess' => ['shape' => 'BooleanObject'], 'DefaultOu' => ['shape' => 'DefaultOu'], 'CustomSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'UserEnabledAsLocalAdministrator' => ['shape' => 'BooleanObject'], 'EnableMaintenanceMode' => ['shape' => 'BooleanObject']]], 'WorkspaceDirectory' => ['type' => 'structure', 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'Alias' => ['shape' => 'Alias'], 'DirectoryName' => ['shape' => 'DirectoryName'], 'RegistrationCode' => ['shape' => 'RegistrationCode'], 'SubnetIds' => ['shape' => 'SubnetIds'], 'DnsIpAddresses' => ['shape' => 'DnsIpAddresses'], 'CustomerUserName' => ['shape' => 'UserName'], 'IamRoleId' => ['shape' => 'ARN'], 'DirectoryType' => ['shape' => 'WorkspaceDirectoryType'], 'WorkspaceSecurityGroupId' => ['shape' => 'SecurityGroupId'], 'State' => ['shape' => 'WorkspaceDirectoryState'], 'WorkspaceCreationProperties' => ['shape' => 'DefaultWorkspaceCreationProperties'], 'ipGroupIds' => ['shape' => 'IpGroupIdList'], 'WorkspaceAccessProperties' => ['shape' => 'WorkspaceAccessProperties'], 'Tenancy' => ['shape' => 'Tenancy'], 'SelfservicePermissions' => ['shape' => 'SelfservicePermissions']]], 'WorkspaceDirectoryState' => ['type' => 'string', 'enum' => ['REGISTERING', 'REGISTERED', 'DEREGISTERING', 'DEREGISTERED', 'ERROR']], 'WorkspaceDirectoryType' => ['type' => 'string', 'enum' => ['SIMPLE_AD', 'AD_CONNECTOR']], 'WorkspaceErrorCode' => ['type' => 'string'], 'WorkspaceId' => ['type' => 'string', 'pattern' => '^ws-[0-9a-z]{8,63}$'], 'WorkspaceIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceId'], 'max' => 25, 'min' => 1], 'WorkspaceImage' => ['type' => 'structure', 'members' => ['ImageId' => ['shape' => 'WorkspaceImageId'], 'Name' => ['shape' => 'WorkspaceImageName'], 'Description' => ['shape' => 'WorkspaceImageDescription'], 'OperatingSystem' => ['shape' => 'OperatingSystem'], 'State' => ['shape' => 'WorkspaceImageState'], 'RequiredTenancy' => ['shape' => 'WorkspaceImageRequiredTenancy'], 'ErrorCode' => ['shape' => 'WorkspaceImageErrorCode'], 'ErrorMessage' => ['shape' => 'Description'], 'Created' => ['shape' => 'Timestamp'], 'OwnerAccountId' => ['shape' => 'AwsAccount']]], 'WorkspaceImageDescription' => ['type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_./() -]+$'], 'WorkspaceImageErrorCode' => ['type' => 'string'], 'WorkspaceImageId' => ['type' => 'string', 'pattern' => 'wsi-[0-9a-z]{9,63}$'], 'WorkspaceImageIdList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceImageId'], 'max' => 25, 'min' => 1], 'WorkspaceImageIngestionProcess' => ['type' => 'string', 'enum' => ['BYOL_REGULAR', 'BYOL_GRAPHICS', 'BYOL_GRAPHICSPRO']], 'WorkspaceImageList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceImage']], 'WorkspaceImageName' => ['type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_./()\\\\-]+$'], 'WorkspaceImageRequiredTenancy' => ['type' => 'string', 'enum' => ['DEFAULT', 'DEDICATED']], 'WorkspaceImageState' => ['type' => 'string', 'enum' => ['AVAILABLE', 'PENDING', 'ERROR']], 'WorkspaceList' => ['type' => 'list', 'member' => ['shape' => 'Workspace']], 'WorkspaceProperties' => ['type' => 'structure', 'members' => ['RunningMode' => ['shape' => 'RunningMode'], 'RunningModeAutoStopTimeoutInMinutes' => ['shape' => 'RunningModeAutoStopTimeoutInMinutes'], 'RootVolumeSizeGib' => ['shape' => 'RootVolumeSizeGib'], 'UserVolumeSizeGib' => ['shape' => 'UserVolumeSizeGib'], 'ComputeTypeName' => ['shape' => 'Compute']]], 'WorkspaceRequest' => ['type' => 'structure', 'required' => ['DirectoryId', 'UserName', 'BundleId'], 'members' => ['DirectoryId' => ['shape' => 'DirectoryId'], 'UserName' => ['shape' => 'UserName'], 'BundleId' => ['shape' => 'BundleId'], 'VolumeEncryptionKey' => ['shape' => 'VolumeEncryptionKey'], 'UserVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'RootVolumeEncryptionEnabled' => ['shape' => 'BooleanObject'], 'WorkspaceProperties' => ['shape' => 'WorkspaceProperties'], 'Tags' => ['shape' => 'TagList']]], 'WorkspaceRequestList' => ['type' => 'list', 'member' => ['shape' => 'WorkspaceRequest'], 'max' => 25, 'min' => 1], 'WorkspaceState' => ['type' => 'string', 'enum' => ['PENDING', 'AVAILABLE', 'IMPAIRED', 'UNHEALTHY', 'REBOOTING', 'STARTING', 'REBUILDING', 'RESTORING', 'MAINTENANCE', 'ADMIN_MAINTENANCE', 'TERMINATING', 'TERMINATED', 'SUSPENDED', 'UPDATING', 'STOPPING', 'STOPPED', 'ERROR']], 'WorkspacesDefaultRoleNotFoundException' => ['type' => 'structure', 'members' => ['message' => ['shape' => 'ExceptionMessage']], 'exception' => \true], 'WorkspacesIpGroup' => ['type' => 'structure', 'members' => ['groupId' => ['shape' => 'IpGroupId'], 'groupName' => ['shape' => 'IpGroupName'], 'groupDesc' => ['shape' => 'IpGroupDesc'], 'userRules' => ['shape' => 'IpRuleList']]], 'WorkspacesIpGroupsList' => ['type' => 'list', 'member' => ['shape' => 'WorkspacesIpGroup']]]]; diff --git a/vendor/Aws3/Aws/data/xray/2016-04-12/api-2.json.php b/vendor/Aws3/Aws/data/xray/2016-04-12/api-2.json.php index 8bc8e5a0..85167edc 100644 --- a/vendor/Aws3/Aws/data/xray/2016-04-12/api-2.json.php +++ b/vendor/Aws3/Aws/data/xray/2016-04-12/api-2.json.php @@ -1,4 +1,4 @@ '2.0', 'metadata' => ['apiVersion' => '2016-04-12', 'endpointPrefix' => 'xray', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS X-Ray', 'serviceId' => 'XRay', 'signatureVersion' => 'v4', 'uid' => 'xray-2016-04-12'], 'operations' => ['BatchGetTraces' => ['name' => 'BatchGetTraces', 'http' => ['method' => 'POST', 'requestUri' => '/Traces'], 'input' => ['shape' => 'BatchGetTracesRequest'], 'output' => ['shape' => 'BatchGetTracesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/CreateGroup'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'CreateSamplingRule' => ['name' => 'CreateSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/CreateSamplingRule'], 'input' => ['shape' => 'CreateSamplingRuleRequest'], 'output' => ['shape' => 'CreateSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException'], ['shape' => 'RuleLimitExceededException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteGroup'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'DeleteSamplingRule' => ['name' => 'DeleteSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteSamplingRule'], 'input' => ['shape' => 'DeleteSamplingRuleRequest'], 'output' => ['shape' => 'DeleteSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetEncryptionConfig' => ['name' => 'GetEncryptionConfig', 'http' => ['method' => 'POST', 'requestUri' => '/EncryptionConfig'], 'input' => ['shape' => 'GetEncryptionConfigRequest'], 'output' => ['shape' => 'GetEncryptionConfigResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/GetGroup'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetGroups' => ['name' => 'GetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/Groups'], 'input' => ['shape' => 'GetGroupsRequest'], 'output' => ['shape' => 'GetGroupsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingRules' => ['name' => 'GetSamplingRules', 'http' => ['method' => 'POST', 'requestUri' => '/GetSamplingRules'], 'input' => ['shape' => 'GetSamplingRulesRequest'], 'output' => ['shape' => 'GetSamplingRulesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingStatisticSummaries' => ['name' => 'GetSamplingStatisticSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/SamplingStatisticSummaries'], 'input' => ['shape' => 'GetSamplingStatisticSummariesRequest'], 'output' => ['shape' => 'GetSamplingStatisticSummariesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingTargets' => ['name' => 'GetSamplingTargets', 'http' => ['method' => 'POST', 'requestUri' => '/SamplingTargets'], 'input' => ['shape' => 'GetSamplingTargetsRequest'], 'output' => ['shape' => 'GetSamplingTargetsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetServiceGraph' => ['name' => 'GetServiceGraph', 'http' => ['method' => 'POST', 'requestUri' => '/ServiceGraph'], 'input' => ['shape' => 'GetServiceGraphRequest'], 'output' => ['shape' => 'GetServiceGraphResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTimeSeriesServiceStatistics' => ['name' => 'GetTimeSeriesServiceStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/TimeSeriesServiceStatistics'], 'input' => ['shape' => 'GetTimeSeriesServiceStatisticsRequest'], 'output' => ['shape' => 'GetTimeSeriesServiceStatisticsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTraceGraph' => ['name' => 'GetTraceGraph', 'http' => ['method' => 'POST', 'requestUri' => '/TraceGraph'], 'input' => ['shape' => 'GetTraceGraphRequest'], 'output' => ['shape' => 'GetTraceGraphResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTraceSummaries' => ['name' => 'GetTraceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/TraceSummaries'], 'input' => ['shape' => 'GetTraceSummariesRequest'], 'output' => ['shape' => 'GetTraceSummariesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutEncryptionConfig' => ['name' => 'PutEncryptionConfig', 'http' => ['method' => 'POST', 'requestUri' => '/PutEncryptionConfig'], 'input' => ['shape' => 'PutEncryptionConfigRequest'], 'output' => ['shape' => 'PutEncryptionConfigResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutTelemetryRecords' => ['name' => 'PutTelemetryRecords', 'http' => ['method' => 'POST', 'requestUri' => '/TelemetryRecords'], 'input' => ['shape' => 'PutTelemetryRecordsRequest'], 'output' => ['shape' => 'PutTelemetryRecordsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutTraceSegments' => ['name' => 'PutTraceSegments', 'http' => ['method' => 'POST', 'requestUri' => '/TraceSegments'], 'input' => ['shape' => 'PutTraceSegmentsRequest'], 'output' => ['shape' => 'PutTraceSegmentsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateGroup'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'UpdateSamplingRule' => ['name' => 'UpdateSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateSamplingRule'], 'input' => ['shape' => 'UpdateSamplingRuleRequest'], 'output' => ['shape' => 'UpdateSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]]], 'shapes' => ['Alias' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'AliasNames'], 'Type' => ['shape' => 'String']]], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'Alias']], 'AliasNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'AnnotationKey' => ['type' => 'string'], 'AnnotationValue' => ['type' => 'structure', 'members' => ['NumberValue' => ['shape' => 'NullableDouble'], 'BooleanValue' => ['shape' => 'NullableBoolean'], 'StringValue' => ['shape' => 'String']]], 'Annotations' => ['type' => 'map', 'key' => ['shape' => 'AnnotationKey'], 'value' => ['shape' => 'ValuesWithServiceIds']], 'AttributeKey' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AttributeMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'AttributeValue'], 'max' => 5], 'AttributeValue' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AvailabilityZoneDetail' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'BackendConnectionErrors' => ['type' => 'structure', 'members' => ['TimeoutCount' => ['shape' => 'NullableInteger'], 'ConnectionRefusedCount' => ['shape' => 'NullableInteger'], 'HTTPCode4XXCount' => ['shape' => 'NullableInteger'], 'HTTPCode5XXCount' => ['shape' => 'NullableInteger'], 'UnknownHostCount' => ['shape' => 'NullableInteger'], 'OtherCount' => ['shape' => 'NullableInteger']]], 'BatchGetTracesRequest' => ['type' => 'structure', 'required' => ['TraceIds'], 'members' => ['TraceIds' => ['shape' => 'TraceIdList'], 'NextToken' => ['shape' => 'String']]], 'BatchGetTracesResult' => ['type' => 'structure', 'members' => ['Traces' => ['shape' => 'TraceList'], 'UnprocessedTraceIds' => ['shape' => 'UnprocessedTraceIdList'], 'NextToken' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'BorrowCount' => ['type' => 'integer', 'min' => 0], 'ClientID' => ['type' => 'string', 'max' => 24, 'min' => 24], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'FilterExpression' => ['shape' => 'FilterExpression']]], 'CreateGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'CreateSamplingRuleRequest' => ['type' => 'structure', 'required' => ['SamplingRule'], 'members' => ['SamplingRule' => ['shape' => 'SamplingRule']]], 'CreateSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'DeleteGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN']]], 'DeleteGroupResult' => ['type' => 'structure', 'members' => []], 'DeleteSamplingRuleRequest' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'RuleARN' => ['shape' => 'String']]], 'DeleteSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'Double' => ['type' => 'double'], 'EC2InstanceId' => ['type' => 'string', 'max' => 20], 'Edge' => ['type' => 'structure', 'members' => ['ReferenceId' => ['shape' => 'NullableInteger'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'SummaryStatistics' => ['shape' => 'EdgeStatistics'], 'ResponseTimeHistogram' => ['shape' => 'Histogram'], 'Aliases' => ['shape' => 'AliasList']]], 'EdgeList' => ['type' => 'list', 'member' => ['shape' => 'Edge']], 'EdgeStatistics' => ['type' => 'structure', 'members' => ['OkCount' => ['shape' => 'NullableLong'], 'ErrorStatistics' => ['shape' => 'ErrorStatistics'], 'FaultStatistics' => ['shape' => 'FaultStatistics'], 'TotalCount' => ['shape' => 'NullableLong'], 'TotalResponseTime' => ['shape' => 'NullableDouble']]], 'EncryptionConfig' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'String'], 'Status' => ['shape' => 'EncryptionStatus'], 'Type' => ['shape' => 'EncryptionType']]], 'EncryptionKeyId' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'EncryptionStatus' => ['type' => 'string', 'enum' => ['UPDATING', 'ACTIVE']], 'EncryptionType' => ['type' => 'string', 'enum' => ['NONE', 'KMS']], 'EntitySelectorExpression' => ['type' => 'string', 'max' => 500, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'ErrorRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ErrorRootCauseServices']]], 'ErrorRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Exceptions' => ['shape' => 'RootCauseExceptions'], 'Remote' => ['shape' => 'NullableBoolean']]], 'ErrorRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCauseEntity']], 'ErrorRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'ErrorRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'ErrorRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCauseService']], 'ErrorRootCauses' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCause']], 'ErrorStatistics' => ['type' => 'structure', 'members' => ['ThrottleCount' => ['shape' => 'NullableLong'], 'OtherCount' => ['shape' => 'NullableLong'], 'TotalCount' => ['shape' => 'NullableLong']]], 'FaultRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'FaultRootCauseServices']]], 'FaultRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Exceptions' => ['shape' => 'RootCauseExceptions'], 'Remote' => ['shape' => 'NullableBoolean']]], 'FaultRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCauseEntity']], 'FaultRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'FaultRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'FaultRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCauseService']], 'FaultRootCauses' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCause']], 'FaultStatistics' => ['type' => 'structure', 'members' => ['OtherCount' => ['shape' => 'NullableLong'], 'TotalCount' => ['shape' => 'NullableLong']]], 'FilterExpression' => ['type' => 'string'], 'FixedRate' => ['type' => 'double', 'max' => 1, 'min' => 0], 'GetEncryptionConfigRequest' => ['type' => 'structure', 'members' => []], 'GetEncryptionConfigResult' => ['type' => 'structure', 'members' => ['EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'GetGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN']]], 'GetGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'GetGroupsNextToken' => ['type' => 'string', 'max' => 100, 'min' => 1], 'GetGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GetGroupsNextToken']]], 'GetGroupsResult' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupSummaryList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingRulesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String']]], 'GetSamplingRulesResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecords' => ['shape' => 'SamplingRuleRecordList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingStatisticSummariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String']]], 'GetSamplingStatisticSummariesResult' => ['type' => 'structure', 'members' => ['SamplingStatisticSummaries' => ['shape' => 'SamplingStatisticSummaryList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingTargetsRequest' => ['type' => 'structure', 'required' => ['SamplingStatisticsDocuments'], 'members' => ['SamplingStatisticsDocuments' => ['shape' => 'SamplingStatisticsDocumentList']]], 'GetSamplingTargetsResult' => ['type' => 'structure', 'members' => ['SamplingTargetDocuments' => ['shape' => 'SamplingTargetDocumentList'], 'LastRuleModification' => ['shape' => 'Timestamp'], 'UnprocessedStatistics' => ['shape' => 'UnprocessedStatisticsList']]], 'GetServiceGraphRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'NextToken' => ['shape' => 'String']]], 'GetServiceGraphResult' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Services' => ['shape' => 'ServiceList'], 'ContainsOldGroupVersions' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'String']]], 'GetTimeSeriesServiceStatisticsRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'EntitySelectorExpression' => ['shape' => 'EntitySelectorExpression'], 'Period' => ['shape' => 'NullableInteger'], 'NextToken' => ['shape' => 'String']]], 'GetTimeSeriesServiceStatisticsResult' => ['type' => 'structure', 'members' => ['TimeSeriesServiceStatistics' => ['shape' => 'TimeSeriesServiceStatisticsList'], 'ContainsOldGroupVersions' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'String']]], 'GetTraceGraphRequest' => ['type' => 'structure', 'required' => ['TraceIds'], 'members' => ['TraceIds' => ['shape' => 'TraceIdList'], 'NextToken' => ['shape' => 'String']]], 'GetTraceGraphResult' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ServiceList'], 'NextToken' => ['shape' => 'String']]], 'GetTraceSummariesRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TimeRangeType' => ['shape' => 'TimeRangeType'], 'Sampling' => ['shape' => 'NullableBoolean'], 'SamplingStrategy' => ['shape' => 'SamplingStrategy'], 'FilterExpression' => ['shape' => 'FilterExpression'], 'NextToken' => ['shape' => 'String']]], 'GetTraceSummariesResult' => ['type' => 'structure', 'members' => ['TraceSummaries' => ['shape' => 'TraceSummaryList'], 'ApproximateTime' => ['shape' => 'Timestamp'], 'TracesProcessedCount' => ['shape' => 'NullableLong'], 'NextToken' => ['shape' => 'String']]], 'Group' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String'], 'GroupARN' => ['shape' => 'String'], 'FilterExpression' => ['shape' => 'String']]], 'GroupARN' => ['type' => 'string', 'max' => 400, 'min' => 1], 'GroupName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'GroupSummary' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String'], 'GroupARN' => ['shape' => 'String'], 'FilterExpression' => ['shape' => 'String']]], 'GroupSummaryList' => ['type' => 'list', 'member' => ['shape' => 'GroupSummary']], 'HTTPMethod' => ['type' => 'string', 'max' => 10], 'Histogram' => ['type' => 'list', 'member' => ['shape' => 'HistogramEntry']], 'HistogramEntry' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Double'], 'Count' => ['shape' => 'Integer']]], 'Host' => ['type' => 'string', 'max' => 64], 'Hostname' => ['type' => 'string', 'max' => 255], 'Http' => ['type' => 'structure', 'members' => ['HttpURL' => ['shape' => 'String'], 'HttpStatus' => ['shape' => 'NullableInteger'], 'HttpMethod' => ['shape' => 'String'], 'UserAgent' => ['shape' => 'String'], 'ClientIp' => ['shape' => 'String']]], 'InstanceIdDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String']]], 'Integer' => ['type' => 'integer'], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NullableBoolean' => ['type' => 'boolean'], 'NullableDouble' => ['type' => 'double'], 'NullableInteger' => ['type' => 'integer'], 'NullableLong' => ['type' => 'long'], 'Priority' => ['type' => 'integer', 'max' => 9999, 'min' => 1], 'PutEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['KeyId' => ['shape' => 'EncryptionKeyId'], 'Type' => ['shape' => 'EncryptionType']]], 'PutEncryptionConfigResult' => ['type' => 'structure', 'members' => ['EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'PutTelemetryRecordsRequest' => ['type' => 'structure', 'required' => ['TelemetryRecords'], 'members' => ['TelemetryRecords' => ['shape' => 'TelemetryRecordList'], 'EC2InstanceId' => ['shape' => 'EC2InstanceId'], 'Hostname' => ['shape' => 'Hostname'], 'ResourceARN' => ['shape' => 'ResourceARN']]], 'PutTelemetryRecordsResult' => ['type' => 'structure', 'members' => []], 'PutTraceSegmentsRequest' => ['type' => 'structure', 'required' => ['TraceSegmentDocuments'], 'members' => ['TraceSegmentDocuments' => ['shape' => 'TraceSegmentDocumentList']]], 'PutTraceSegmentsResult' => ['type' => 'structure', 'members' => ['UnprocessedTraceSegments' => ['shape' => 'UnprocessedTraceSegmentList']]], 'RequestCount' => ['type' => 'integer', 'min' => 0], 'ReservoirSize' => ['type' => 'integer', 'min' => 0], 'ResourceARN' => ['type' => 'string', 'max' => 500], 'ResourceARNDetail' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'String']]], 'ResponseTimeRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ResponseTimeRootCauseServices']]], 'ResponseTimeRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Coverage' => ['shape' => 'NullableDouble'], 'Remote' => ['shape' => 'NullableBoolean']]], 'ResponseTimeRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCauseEntity']], 'ResponseTimeRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'ResponseTimeRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'ResponseTimeRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCauseService']], 'ResponseTimeRootCauses' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCause']], 'RootCauseException' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'RootCauseExceptions' => ['type' => 'list', 'member' => ['shape' => 'RootCauseException']], 'RuleLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RuleName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'SampledCount' => ['type' => 'integer', 'min' => 0], 'SamplingRule' => ['type' => 'structure', 'required' => ['ResourceARN', 'Priority', 'FixedRate', 'ReservoirSize', 'ServiceName', 'ServiceType', 'Host', 'HTTPMethod', 'URLPath', 'Version'], 'members' => ['RuleName' => ['shape' => 'RuleName'], 'RuleARN' => ['shape' => 'String'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Priority' => ['shape' => 'Priority'], 'FixedRate' => ['shape' => 'FixedRate'], 'ReservoirSize' => ['shape' => 'ReservoirSize'], 'ServiceName' => ['shape' => 'ServiceName'], 'ServiceType' => ['shape' => 'ServiceType'], 'Host' => ['shape' => 'Host'], 'HTTPMethod' => ['shape' => 'HTTPMethod'], 'URLPath' => ['shape' => 'URLPath'], 'Version' => ['shape' => 'Version'], 'Attributes' => ['shape' => 'AttributeMap']]], 'SamplingRuleRecord' => ['type' => 'structure', 'members' => ['SamplingRule' => ['shape' => 'SamplingRule'], 'CreatedAt' => ['shape' => 'Timestamp'], 'ModifiedAt' => ['shape' => 'Timestamp']]], 'SamplingRuleRecordList' => ['type' => 'list', 'member' => ['shape' => 'SamplingRuleRecord']], 'SamplingRuleUpdate' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'RuleName'], 'RuleARN' => ['shape' => 'String'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Priority' => ['shape' => 'NullableInteger'], 'FixedRate' => ['shape' => 'NullableDouble'], 'ReservoirSize' => ['shape' => 'NullableInteger'], 'Host' => ['shape' => 'Host'], 'ServiceName' => ['shape' => 'ServiceName'], 'ServiceType' => ['shape' => 'ServiceType'], 'HTTPMethod' => ['shape' => 'HTTPMethod'], 'URLPath' => ['shape' => 'URLPath'], 'Attributes' => ['shape' => 'AttributeMap']]], 'SamplingStatisticSummary' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'Timestamp' => ['shape' => 'Timestamp'], 'RequestCount' => ['shape' => 'Integer'], 'BorrowCount' => ['shape' => 'Integer'], 'SampledCount' => ['shape' => 'Integer']]], 'SamplingStatisticSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SamplingStatisticSummary']], 'SamplingStatisticsDocument' => ['type' => 'structure', 'required' => ['RuleName', 'ClientID', 'Timestamp', 'RequestCount', 'SampledCount'], 'members' => ['RuleName' => ['shape' => 'RuleName'], 'ClientID' => ['shape' => 'ClientID'], 'Timestamp' => ['shape' => 'Timestamp'], 'RequestCount' => ['shape' => 'RequestCount'], 'SampledCount' => ['shape' => 'SampledCount'], 'BorrowCount' => ['shape' => 'BorrowCount']]], 'SamplingStatisticsDocumentList' => ['type' => 'list', 'member' => ['shape' => 'SamplingStatisticsDocument'], 'max' => 25], 'SamplingStrategy' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'SamplingStrategyName'], 'Value' => ['shape' => 'NullableDouble']]], 'SamplingStrategyName' => ['type' => 'string', 'enum' => ['PartialScan', 'FixedRate']], 'SamplingTargetDocument' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'FixedRate' => ['shape' => 'Double'], 'ReservoirQuota' => ['shape' => 'NullableInteger'], 'ReservoirQuotaTTL' => ['shape' => 'Timestamp'], 'Interval' => ['shape' => 'NullableInteger']]], 'SamplingTargetDocumentList' => ['type' => 'list', 'member' => ['shape' => 'SamplingTargetDocument']], 'Segment' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'SegmentId'], 'Document' => ['shape' => 'SegmentDocument']]], 'SegmentDocument' => ['type' => 'string', 'min' => 1], 'SegmentId' => ['type' => 'string'], 'SegmentList' => ['type' => 'list', 'member' => ['shape' => 'Segment']], 'Service' => ['type' => 'structure', 'members' => ['ReferenceId' => ['shape' => 'NullableInteger'], 'Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Root' => ['shape' => 'NullableBoolean'], 'AccountId' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Edges' => ['shape' => 'EdgeList'], 'SummaryStatistics' => ['shape' => 'ServiceStatistics'], 'DurationHistogram' => ['shape' => 'Histogram'], 'ResponseTimeHistogram' => ['shape' => 'Histogram']]], 'ServiceId' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'AccountId' => ['shape' => 'String'], 'Type' => ['shape' => 'String']]], 'ServiceIds' => ['type' => 'list', 'member' => ['shape' => 'ServiceId']], 'ServiceList' => ['type' => 'list', 'member' => ['shape' => 'Service']], 'ServiceName' => ['type' => 'string', 'max' => 64], 'ServiceNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ServiceStatistics' => ['type' => 'structure', 'members' => ['OkCount' => ['shape' => 'NullableLong'], 'ErrorStatistics' => ['shape' => 'ErrorStatistics'], 'FaultStatistics' => ['shape' => 'FaultStatistics'], 'TotalCount' => ['shape' => 'NullableLong'], 'TotalResponseTime' => ['shape' => 'NullableDouble']]], 'ServiceType' => ['type' => 'string', 'max' => 64], 'String' => ['type' => 'string'], 'TelemetryRecord' => ['type' => 'structure', 'required' => ['Timestamp'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'SegmentsReceivedCount' => ['shape' => 'NullableInteger'], 'SegmentsSentCount' => ['shape' => 'NullableInteger'], 'SegmentsSpilloverCount' => ['shape' => 'NullableInteger'], 'SegmentsRejectedCount' => ['shape' => 'NullableInteger'], 'BackendConnectionErrors' => ['shape' => 'BackendConnectionErrors']]], 'TelemetryRecordList' => ['type' => 'list', 'member' => ['shape' => 'TelemetryRecord']], 'ThrottledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimeRangeType' => ['type' => 'string', 'enum' => ['TraceId', 'Event']], 'TimeSeriesServiceStatistics' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'EdgeSummaryStatistics' => ['shape' => 'EdgeStatistics'], 'ServiceSummaryStatistics' => ['shape' => 'ServiceStatistics'], 'ResponseTimeHistogram' => ['shape' => 'Histogram']]], 'TimeSeriesServiceStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'TimeSeriesServiceStatistics']], 'Timestamp' => ['type' => 'timestamp'], 'Trace' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'TraceId'], 'Duration' => ['shape' => 'NullableDouble'], 'Segments' => ['shape' => 'SegmentList']]], 'TraceAvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZoneDetail']], 'TraceId' => ['type' => 'string', 'max' => 35, 'min' => 1], 'TraceIdList' => ['type' => 'list', 'member' => ['shape' => 'TraceId']], 'TraceInstanceIds' => ['type' => 'list', 'member' => ['shape' => 'InstanceIdDetail']], 'TraceList' => ['type' => 'list', 'member' => ['shape' => 'Trace']], 'TraceResourceARNs' => ['type' => 'list', 'member' => ['shape' => 'ResourceARNDetail']], 'TraceSegmentDocument' => ['type' => 'string'], 'TraceSegmentDocumentList' => ['type' => 'list', 'member' => ['shape' => 'TraceSegmentDocument']], 'TraceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'TraceId'], 'Duration' => ['shape' => 'NullableDouble'], 'ResponseTime' => ['shape' => 'NullableDouble'], 'HasFault' => ['shape' => 'NullableBoolean'], 'HasError' => ['shape' => 'NullableBoolean'], 'HasThrottle' => ['shape' => 'NullableBoolean'], 'IsPartial' => ['shape' => 'NullableBoolean'], 'Http' => ['shape' => 'Http'], 'Annotations' => ['shape' => 'Annotations'], 'Users' => ['shape' => 'TraceUsers'], 'ServiceIds' => ['shape' => 'ServiceIds'], 'ResourceARNs' => ['shape' => 'TraceResourceARNs'], 'InstanceIds' => ['shape' => 'TraceInstanceIds'], 'AvailabilityZones' => ['shape' => 'TraceAvailabilityZones'], 'EntryPoint' => ['shape' => 'ServiceId'], 'FaultRootCauses' => ['shape' => 'FaultRootCauses'], 'ErrorRootCauses' => ['shape' => 'ErrorRootCauses'], 'ResponseTimeRootCauses' => ['shape' => 'ResponseTimeRootCauses'], 'Revision' => ['shape' => 'Integer'], 'MatchedEventTime' => ['shape' => 'Timestamp']]], 'TraceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TraceSummary']], 'TraceUser' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'String'], 'ServiceIds' => ['shape' => 'ServiceIds']]], 'TraceUsers' => ['type' => 'list', 'member' => ['shape' => 'TraceUser']], 'URLPath' => ['type' => 'string', 'max' => 128], 'UnprocessedStatistics' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'UnprocessedStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedStatistics']], 'UnprocessedTraceIdList' => ['type' => 'list', 'member' => ['shape' => 'TraceId']], 'UnprocessedTraceSegment' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String'], 'ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'UnprocessedTraceSegmentList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedTraceSegment']], 'UpdateGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'FilterExpression' => ['shape' => 'FilterExpression']]], 'UpdateGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'UpdateSamplingRuleRequest' => ['type' => 'structure', 'required' => ['SamplingRuleUpdate'], 'members' => ['SamplingRuleUpdate' => ['shape' => 'SamplingRuleUpdate']]], 'UpdateSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'ValueWithServiceIds' => ['type' => 'structure', 'members' => ['AnnotationValue' => ['shape' => 'AnnotationValue'], 'ServiceIds' => ['shape' => 'ServiceIds']]], 'ValuesWithServiceIds' => ['type' => 'list', 'member' => ['shape' => 'ValueWithServiceIds']], 'Version' => ['type' => 'integer', 'min' => 1]]]; +return ['version' => '2.0', 'metadata' => ['apiVersion' => '2016-04-12', 'endpointPrefix' => 'xray', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS X-Ray', 'serviceId' => 'XRay', 'signatureVersion' => 'v4', 'uid' => 'xray-2016-04-12'], 'operations' => ['BatchGetTraces' => ['name' => 'BatchGetTraces', 'http' => ['method' => 'POST', 'requestUri' => '/Traces'], 'input' => ['shape' => 'BatchGetTracesRequest'], 'output' => ['shape' => 'BatchGetTracesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'CreateGroup' => ['name' => 'CreateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/CreateGroup'], 'input' => ['shape' => 'CreateGroupRequest'], 'output' => ['shape' => 'CreateGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'CreateSamplingRule' => ['name' => 'CreateSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/CreateSamplingRule'], 'input' => ['shape' => 'CreateSamplingRuleRequest'], 'output' => ['shape' => 'CreateSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException'], ['shape' => 'RuleLimitExceededException']]], 'DeleteGroup' => ['name' => 'DeleteGroup', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteGroup'], 'input' => ['shape' => 'DeleteGroupRequest'], 'output' => ['shape' => 'DeleteGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'DeleteSamplingRule' => ['name' => 'DeleteSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/DeleteSamplingRule'], 'input' => ['shape' => 'DeleteSamplingRuleRequest'], 'output' => ['shape' => 'DeleteSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetEncryptionConfig' => ['name' => 'GetEncryptionConfig', 'http' => ['method' => 'POST', 'requestUri' => '/EncryptionConfig'], 'input' => ['shape' => 'GetEncryptionConfigRequest'], 'output' => ['shape' => 'GetEncryptionConfigResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetGroup' => ['name' => 'GetGroup', 'http' => ['method' => 'POST', 'requestUri' => '/GetGroup'], 'input' => ['shape' => 'GetGroupRequest'], 'output' => ['shape' => 'GetGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetGroups' => ['name' => 'GetGroups', 'http' => ['method' => 'POST', 'requestUri' => '/Groups'], 'input' => ['shape' => 'GetGroupsRequest'], 'output' => ['shape' => 'GetGroupsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingRules' => ['name' => 'GetSamplingRules', 'http' => ['method' => 'POST', 'requestUri' => '/GetSamplingRules'], 'input' => ['shape' => 'GetSamplingRulesRequest'], 'output' => ['shape' => 'GetSamplingRulesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingStatisticSummaries' => ['name' => 'GetSamplingStatisticSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/SamplingStatisticSummaries'], 'input' => ['shape' => 'GetSamplingStatisticSummariesRequest'], 'output' => ['shape' => 'GetSamplingStatisticSummariesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetSamplingTargets' => ['name' => 'GetSamplingTargets', 'http' => ['method' => 'POST', 'requestUri' => '/SamplingTargets'], 'input' => ['shape' => 'GetSamplingTargetsRequest'], 'output' => ['shape' => 'GetSamplingTargetsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetServiceGraph' => ['name' => 'GetServiceGraph', 'http' => ['method' => 'POST', 'requestUri' => '/ServiceGraph'], 'input' => ['shape' => 'GetServiceGraphRequest'], 'output' => ['shape' => 'GetServiceGraphResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTimeSeriesServiceStatistics' => ['name' => 'GetTimeSeriesServiceStatistics', 'http' => ['method' => 'POST', 'requestUri' => '/TimeSeriesServiceStatistics'], 'input' => ['shape' => 'GetTimeSeriesServiceStatisticsRequest'], 'output' => ['shape' => 'GetTimeSeriesServiceStatisticsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTraceGraph' => ['name' => 'GetTraceGraph', 'http' => ['method' => 'POST', 'requestUri' => '/TraceGraph'], 'input' => ['shape' => 'GetTraceGraphRequest'], 'output' => ['shape' => 'GetTraceGraphResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'GetTraceSummaries' => ['name' => 'GetTraceSummaries', 'http' => ['method' => 'POST', 'requestUri' => '/TraceSummaries'], 'input' => ['shape' => 'GetTraceSummariesRequest'], 'output' => ['shape' => 'GetTraceSummariesResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutEncryptionConfig' => ['name' => 'PutEncryptionConfig', 'http' => ['method' => 'POST', 'requestUri' => '/PutEncryptionConfig'], 'input' => ['shape' => 'PutEncryptionConfigRequest'], 'output' => ['shape' => 'PutEncryptionConfigResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutTelemetryRecords' => ['name' => 'PutTelemetryRecords', 'http' => ['method' => 'POST', 'requestUri' => '/TelemetryRecords'], 'input' => ['shape' => 'PutTelemetryRecordsRequest'], 'output' => ['shape' => 'PutTelemetryRecordsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'PutTraceSegments' => ['name' => 'PutTraceSegments', 'http' => ['method' => 'POST', 'requestUri' => '/TraceSegments'], 'input' => ['shape' => 'PutTraceSegmentsRequest'], 'output' => ['shape' => 'PutTraceSegmentsResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'UpdateGroup' => ['name' => 'UpdateGroup', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateGroup'], 'input' => ['shape' => 'UpdateGroupRequest'], 'output' => ['shape' => 'UpdateGroupResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]], 'UpdateSamplingRule' => ['name' => 'UpdateSamplingRule', 'http' => ['method' => 'POST', 'requestUri' => '/UpdateSamplingRule'], 'input' => ['shape' => 'UpdateSamplingRuleRequest'], 'output' => ['shape' => 'UpdateSamplingRuleResult'], 'errors' => [['shape' => 'InvalidRequestException'], ['shape' => 'ThrottledException']]]], 'shapes' => ['Alias' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'AliasNames'], 'Type' => ['shape' => 'String']]], 'AliasList' => ['type' => 'list', 'member' => ['shape' => 'Alias']], 'AliasNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'AnnotationKey' => ['type' => 'string'], 'AnnotationValue' => ['type' => 'structure', 'members' => ['NumberValue' => ['shape' => 'NullableDouble'], 'BooleanValue' => ['shape' => 'NullableBoolean'], 'StringValue' => ['shape' => 'String']]], 'Annotations' => ['type' => 'map', 'key' => ['shape' => 'AnnotationKey'], 'value' => ['shape' => 'ValuesWithServiceIds']], 'AttributeKey' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AttributeMap' => ['type' => 'map', 'key' => ['shape' => 'AttributeKey'], 'value' => ['shape' => 'AttributeValue'], 'max' => 5], 'AttributeValue' => ['type' => 'string', 'max' => 32, 'min' => 1], 'AvailabilityZoneDetail' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String']]], 'BackendConnectionErrors' => ['type' => 'structure', 'members' => ['TimeoutCount' => ['shape' => 'NullableInteger'], 'ConnectionRefusedCount' => ['shape' => 'NullableInteger'], 'HTTPCode4XXCount' => ['shape' => 'NullableInteger'], 'HTTPCode5XXCount' => ['shape' => 'NullableInteger'], 'UnknownHostCount' => ['shape' => 'NullableInteger'], 'OtherCount' => ['shape' => 'NullableInteger']]], 'BatchGetTracesRequest' => ['type' => 'structure', 'required' => ['TraceIds'], 'members' => ['TraceIds' => ['shape' => 'TraceIdList'], 'NextToken' => ['shape' => 'String']]], 'BatchGetTracesResult' => ['type' => 'structure', 'members' => ['Traces' => ['shape' => 'TraceList'], 'UnprocessedTraceIds' => ['shape' => 'UnprocessedTraceIdList'], 'NextToken' => ['shape' => 'String']]], 'Boolean' => ['type' => 'boolean'], 'BorrowCount' => ['type' => 'integer', 'min' => 0], 'ClientID' => ['type' => 'string', 'max' => 24, 'min' => 24], 'CreateGroupRequest' => ['type' => 'structure', 'required' => ['GroupName'], 'members' => ['GroupName' => ['shape' => 'GroupName'], 'FilterExpression' => ['shape' => 'FilterExpression']]], 'CreateGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'CreateSamplingRuleRequest' => ['type' => 'structure', 'required' => ['SamplingRule'], 'members' => ['SamplingRule' => ['shape' => 'SamplingRule']]], 'CreateSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'DeleteGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN']]], 'DeleteGroupResult' => ['type' => 'structure', 'members' => []], 'DeleteSamplingRuleRequest' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'RuleARN' => ['shape' => 'String']]], 'DeleteSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'Double' => ['type' => 'double'], 'EC2InstanceId' => ['type' => 'string', 'max' => 20], 'Edge' => ['type' => 'structure', 'members' => ['ReferenceId' => ['shape' => 'NullableInteger'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'SummaryStatistics' => ['shape' => 'EdgeStatistics'], 'ResponseTimeHistogram' => ['shape' => 'Histogram'], 'Aliases' => ['shape' => 'AliasList']]], 'EdgeList' => ['type' => 'list', 'member' => ['shape' => 'Edge']], 'EdgeStatistics' => ['type' => 'structure', 'members' => ['OkCount' => ['shape' => 'NullableLong'], 'ErrorStatistics' => ['shape' => 'ErrorStatistics'], 'FaultStatistics' => ['shape' => 'FaultStatistics'], 'TotalCount' => ['shape' => 'NullableLong'], 'TotalResponseTime' => ['shape' => 'NullableDouble']]], 'EncryptionConfig' => ['type' => 'structure', 'members' => ['KeyId' => ['shape' => 'String'], 'Status' => ['shape' => 'EncryptionStatus'], 'Type' => ['shape' => 'EncryptionType']]], 'EncryptionKeyId' => ['type' => 'string', 'max' => 3000, 'min' => 1], 'EncryptionStatus' => ['type' => 'string', 'enum' => ['UPDATING', 'ACTIVE']], 'EncryptionType' => ['type' => 'string', 'enum' => ['NONE', 'KMS']], 'EntitySelectorExpression' => ['type' => 'string', 'max' => 500, 'min' => 1], 'ErrorMessage' => ['type' => 'string'], 'ErrorRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ErrorRootCauseServices'], 'ClientImpacting' => ['shape' => 'NullableBoolean']]], 'ErrorRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Exceptions' => ['shape' => 'RootCauseExceptions'], 'Remote' => ['shape' => 'NullableBoolean']]], 'ErrorRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCauseEntity']], 'ErrorRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'ErrorRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'ErrorRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCauseService']], 'ErrorRootCauses' => ['type' => 'list', 'member' => ['shape' => 'ErrorRootCause']], 'ErrorStatistics' => ['type' => 'structure', 'members' => ['ThrottleCount' => ['shape' => 'NullableLong'], 'OtherCount' => ['shape' => 'NullableLong'], 'TotalCount' => ['shape' => 'NullableLong']]], 'FaultRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'FaultRootCauseServices'], 'ClientImpacting' => ['shape' => 'NullableBoolean']]], 'FaultRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Exceptions' => ['shape' => 'RootCauseExceptions'], 'Remote' => ['shape' => 'NullableBoolean']]], 'FaultRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCauseEntity']], 'FaultRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'FaultRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'FaultRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCauseService']], 'FaultRootCauses' => ['type' => 'list', 'member' => ['shape' => 'FaultRootCause']], 'FaultStatistics' => ['type' => 'structure', 'members' => ['OtherCount' => ['shape' => 'NullableLong'], 'TotalCount' => ['shape' => 'NullableLong']]], 'FilterExpression' => ['type' => 'string'], 'FixedRate' => ['type' => 'double', 'max' => 1, 'min' => 0], 'GetEncryptionConfigRequest' => ['type' => 'structure', 'members' => []], 'GetEncryptionConfigResult' => ['type' => 'structure', 'members' => ['EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'GetGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN']]], 'GetGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'GetGroupsNextToken' => ['type' => 'string', 'max' => 100, 'min' => 1], 'GetGroupsRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'GetGroupsNextToken']]], 'GetGroupsResult' => ['type' => 'structure', 'members' => ['Groups' => ['shape' => 'GroupSummaryList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingRulesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String']]], 'GetSamplingRulesResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecords' => ['shape' => 'SamplingRuleRecordList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingStatisticSummariesRequest' => ['type' => 'structure', 'members' => ['NextToken' => ['shape' => 'String']]], 'GetSamplingStatisticSummariesResult' => ['type' => 'structure', 'members' => ['SamplingStatisticSummaries' => ['shape' => 'SamplingStatisticSummaryList'], 'NextToken' => ['shape' => 'String']]], 'GetSamplingTargetsRequest' => ['type' => 'structure', 'required' => ['SamplingStatisticsDocuments'], 'members' => ['SamplingStatisticsDocuments' => ['shape' => 'SamplingStatisticsDocumentList']]], 'GetSamplingTargetsResult' => ['type' => 'structure', 'members' => ['SamplingTargetDocuments' => ['shape' => 'SamplingTargetDocumentList'], 'LastRuleModification' => ['shape' => 'Timestamp'], 'UnprocessedStatistics' => ['shape' => 'UnprocessedStatisticsList']]], 'GetServiceGraphRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'NextToken' => ['shape' => 'String']]], 'GetServiceGraphResult' => ['type' => 'structure', 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Services' => ['shape' => 'ServiceList'], 'ContainsOldGroupVersions' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'String']]], 'GetTimeSeriesServiceStatisticsRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'EntitySelectorExpression' => ['shape' => 'EntitySelectorExpression'], 'Period' => ['shape' => 'NullableInteger'], 'NextToken' => ['shape' => 'String']]], 'GetTimeSeriesServiceStatisticsResult' => ['type' => 'structure', 'members' => ['TimeSeriesServiceStatistics' => ['shape' => 'TimeSeriesServiceStatisticsList'], 'ContainsOldGroupVersions' => ['shape' => 'Boolean'], 'NextToken' => ['shape' => 'String']]], 'GetTraceGraphRequest' => ['type' => 'structure', 'required' => ['TraceIds'], 'members' => ['TraceIds' => ['shape' => 'TraceIdList'], 'NextToken' => ['shape' => 'String']]], 'GetTraceGraphResult' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ServiceList'], 'NextToken' => ['shape' => 'String']]], 'GetTraceSummariesRequest' => ['type' => 'structure', 'required' => ['StartTime', 'EndTime'], 'members' => ['StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'TimeRangeType' => ['shape' => 'TimeRangeType'], 'Sampling' => ['shape' => 'NullableBoolean'], 'SamplingStrategy' => ['shape' => 'SamplingStrategy'], 'FilterExpression' => ['shape' => 'FilterExpression'], 'NextToken' => ['shape' => 'String']]], 'GetTraceSummariesResult' => ['type' => 'structure', 'members' => ['TraceSummaries' => ['shape' => 'TraceSummaryList'], 'ApproximateTime' => ['shape' => 'Timestamp'], 'TracesProcessedCount' => ['shape' => 'NullableLong'], 'NextToken' => ['shape' => 'String']]], 'Group' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String'], 'GroupARN' => ['shape' => 'String'], 'FilterExpression' => ['shape' => 'String']]], 'GroupARN' => ['type' => 'string', 'max' => 400, 'min' => 1], 'GroupName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'GroupSummary' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'String'], 'GroupARN' => ['shape' => 'String'], 'FilterExpression' => ['shape' => 'String']]], 'GroupSummaryList' => ['type' => 'list', 'member' => ['shape' => 'GroupSummary']], 'HTTPMethod' => ['type' => 'string', 'max' => 10], 'Histogram' => ['type' => 'list', 'member' => ['shape' => 'HistogramEntry']], 'HistogramEntry' => ['type' => 'structure', 'members' => ['Value' => ['shape' => 'Double'], 'Count' => ['shape' => 'Integer']]], 'Host' => ['type' => 'string', 'max' => 64], 'Hostname' => ['type' => 'string', 'max' => 255], 'Http' => ['type' => 'structure', 'members' => ['HttpURL' => ['shape' => 'String'], 'HttpStatus' => ['shape' => 'NullableInteger'], 'HttpMethod' => ['shape' => 'String'], 'UserAgent' => ['shape' => 'String'], 'ClientIp' => ['shape' => 'String']]], 'InstanceIdDetail' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String']]], 'Integer' => ['type' => 'integer'], 'InvalidRequestException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'NullableBoolean' => ['type' => 'boolean'], 'NullableDouble' => ['type' => 'double'], 'NullableInteger' => ['type' => 'integer'], 'NullableLong' => ['type' => 'long'], 'Priority' => ['type' => 'integer', 'max' => 9999, 'min' => 1], 'PutEncryptionConfigRequest' => ['type' => 'structure', 'required' => ['Type'], 'members' => ['KeyId' => ['shape' => 'EncryptionKeyId'], 'Type' => ['shape' => 'EncryptionType']]], 'PutEncryptionConfigResult' => ['type' => 'structure', 'members' => ['EncryptionConfig' => ['shape' => 'EncryptionConfig']]], 'PutTelemetryRecordsRequest' => ['type' => 'structure', 'required' => ['TelemetryRecords'], 'members' => ['TelemetryRecords' => ['shape' => 'TelemetryRecordList'], 'EC2InstanceId' => ['shape' => 'EC2InstanceId'], 'Hostname' => ['shape' => 'Hostname'], 'ResourceARN' => ['shape' => 'ResourceARN']]], 'PutTelemetryRecordsResult' => ['type' => 'structure', 'members' => []], 'PutTraceSegmentsRequest' => ['type' => 'structure', 'required' => ['TraceSegmentDocuments'], 'members' => ['TraceSegmentDocuments' => ['shape' => 'TraceSegmentDocumentList']]], 'PutTraceSegmentsResult' => ['type' => 'structure', 'members' => ['UnprocessedTraceSegments' => ['shape' => 'UnprocessedTraceSegmentList']]], 'RequestCount' => ['type' => 'integer', 'min' => 0], 'ReservoirSize' => ['type' => 'integer', 'min' => 0], 'ResourceARN' => ['type' => 'string', 'max' => 500], 'ResourceARNDetail' => ['type' => 'structure', 'members' => ['ARN' => ['shape' => 'String']]], 'ResponseTimeRootCause' => ['type' => 'structure', 'members' => ['Services' => ['shape' => 'ResponseTimeRootCauseServices'], 'ClientImpacting' => ['shape' => 'NullableBoolean']]], 'ResponseTimeRootCauseEntity' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Coverage' => ['shape' => 'NullableDouble'], 'Remote' => ['shape' => 'NullableBoolean']]], 'ResponseTimeRootCauseEntityPath' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCauseEntity']], 'ResponseTimeRootCauseService' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Type' => ['shape' => 'String'], 'AccountId' => ['shape' => 'String'], 'EntityPath' => ['shape' => 'ResponseTimeRootCauseEntityPath'], 'Inferred' => ['shape' => 'NullableBoolean']]], 'ResponseTimeRootCauseServices' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCauseService']], 'ResponseTimeRootCauses' => ['type' => 'list', 'member' => ['shape' => 'ResponseTimeRootCause']], 'RootCauseException' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'RootCauseExceptions' => ['type' => 'list', 'member' => ['shape' => 'RootCauseException']], 'RuleLimitExceededException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'exception' => \true], 'RuleName' => ['type' => 'string', 'max' => 32, 'min' => 1], 'SampledCount' => ['type' => 'integer', 'min' => 0], 'SamplingRule' => ['type' => 'structure', 'required' => ['ResourceARN', 'Priority', 'FixedRate', 'ReservoirSize', 'ServiceName', 'ServiceType', 'Host', 'HTTPMethod', 'URLPath', 'Version'], 'members' => ['RuleName' => ['shape' => 'RuleName'], 'RuleARN' => ['shape' => 'String'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Priority' => ['shape' => 'Priority'], 'FixedRate' => ['shape' => 'FixedRate'], 'ReservoirSize' => ['shape' => 'ReservoirSize'], 'ServiceName' => ['shape' => 'ServiceName'], 'ServiceType' => ['shape' => 'ServiceType'], 'Host' => ['shape' => 'Host'], 'HTTPMethod' => ['shape' => 'HTTPMethod'], 'URLPath' => ['shape' => 'URLPath'], 'Version' => ['shape' => 'Version'], 'Attributes' => ['shape' => 'AttributeMap']]], 'SamplingRuleRecord' => ['type' => 'structure', 'members' => ['SamplingRule' => ['shape' => 'SamplingRule'], 'CreatedAt' => ['shape' => 'Timestamp'], 'ModifiedAt' => ['shape' => 'Timestamp']]], 'SamplingRuleRecordList' => ['type' => 'list', 'member' => ['shape' => 'SamplingRuleRecord']], 'SamplingRuleUpdate' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'RuleName'], 'RuleARN' => ['shape' => 'String'], 'ResourceARN' => ['shape' => 'ResourceARN'], 'Priority' => ['shape' => 'NullableInteger'], 'FixedRate' => ['shape' => 'NullableDouble'], 'ReservoirSize' => ['shape' => 'NullableInteger'], 'Host' => ['shape' => 'Host'], 'ServiceName' => ['shape' => 'ServiceName'], 'ServiceType' => ['shape' => 'ServiceType'], 'HTTPMethod' => ['shape' => 'HTTPMethod'], 'URLPath' => ['shape' => 'URLPath'], 'Attributes' => ['shape' => 'AttributeMap']]], 'SamplingStatisticSummary' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'Timestamp' => ['shape' => 'Timestamp'], 'RequestCount' => ['shape' => 'Integer'], 'BorrowCount' => ['shape' => 'Integer'], 'SampledCount' => ['shape' => 'Integer']]], 'SamplingStatisticSummaryList' => ['type' => 'list', 'member' => ['shape' => 'SamplingStatisticSummary']], 'SamplingStatisticsDocument' => ['type' => 'structure', 'required' => ['RuleName', 'ClientID', 'Timestamp', 'RequestCount', 'SampledCount'], 'members' => ['RuleName' => ['shape' => 'RuleName'], 'ClientID' => ['shape' => 'ClientID'], 'Timestamp' => ['shape' => 'Timestamp'], 'RequestCount' => ['shape' => 'RequestCount'], 'SampledCount' => ['shape' => 'SampledCount'], 'BorrowCount' => ['shape' => 'BorrowCount']]], 'SamplingStatisticsDocumentList' => ['type' => 'list', 'member' => ['shape' => 'SamplingStatisticsDocument'], 'max' => 25], 'SamplingStrategy' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'SamplingStrategyName'], 'Value' => ['shape' => 'NullableDouble']]], 'SamplingStrategyName' => ['type' => 'string', 'enum' => ['PartialScan', 'FixedRate']], 'SamplingTargetDocument' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'FixedRate' => ['shape' => 'Double'], 'ReservoirQuota' => ['shape' => 'NullableInteger'], 'ReservoirQuotaTTL' => ['shape' => 'Timestamp'], 'Interval' => ['shape' => 'NullableInteger']]], 'SamplingTargetDocumentList' => ['type' => 'list', 'member' => ['shape' => 'SamplingTargetDocument']], 'Segment' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'SegmentId'], 'Document' => ['shape' => 'SegmentDocument']]], 'SegmentDocument' => ['type' => 'string', 'min' => 1], 'SegmentId' => ['type' => 'string'], 'SegmentList' => ['type' => 'list', 'member' => ['shape' => 'Segment']], 'Service' => ['type' => 'structure', 'members' => ['ReferenceId' => ['shape' => 'NullableInteger'], 'Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'Root' => ['shape' => 'NullableBoolean'], 'AccountId' => ['shape' => 'String'], 'Type' => ['shape' => 'String'], 'State' => ['shape' => 'String'], 'StartTime' => ['shape' => 'Timestamp'], 'EndTime' => ['shape' => 'Timestamp'], 'Edges' => ['shape' => 'EdgeList'], 'SummaryStatistics' => ['shape' => 'ServiceStatistics'], 'DurationHistogram' => ['shape' => 'Histogram'], 'ResponseTimeHistogram' => ['shape' => 'Histogram']]], 'ServiceId' => ['type' => 'structure', 'members' => ['Name' => ['shape' => 'String'], 'Names' => ['shape' => 'ServiceNames'], 'AccountId' => ['shape' => 'String'], 'Type' => ['shape' => 'String']]], 'ServiceIds' => ['type' => 'list', 'member' => ['shape' => 'ServiceId']], 'ServiceList' => ['type' => 'list', 'member' => ['shape' => 'Service']], 'ServiceName' => ['type' => 'string', 'max' => 64], 'ServiceNames' => ['type' => 'list', 'member' => ['shape' => 'String']], 'ServiceStatistics' => ['type' => 'structure', 'members' => ['OkCount' => ['shape' => 'NullableLong'], 'ErrorStatistics' => ['shape' => 'ErrorStatistics'], 'FaultStatistics' => ['shape' => 'FaultStatistics'], 'TotalCount' => ['shape' => 'NullableLong'], 'TotalResponseTime' => ['shape' => 'NullableDouble']]], 'ServiceType' => ['type' => 'string', 'max' => 64], 'String' => ['type' => 'string'], 'TelemetryRecord' => ['type' => 'structure', 'required' => ['Timestamp'], 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'SegmentsReceivedCount' => ['shape' => 'NullableInteger'], 'SegmentsSentCount' => ['shape' => 'NullableInteger'], 'SegmentsSpilloverCount' => ['shape' => 'NullableInteger'], 'SegmentsRejectedCount' => ['shape' => 'NullableInteger'], 'BackendConnectionErrors' => ['shape' => 'BackendConnectionErrors']]], 'TelemetryRecordList' => ['type' => 'list', 'member' => ['shape' => 'TelemetryRecord']], 'ThrottledException' => ['type' => 'structure', 'members' => ['Message' => ['shape' => 'ErrorMessage']], 'error' => ['httpStatusCode' => 429], 'exception' => \true], 'TimeRangeType' => ['type' => 'string', 'enum' => ['TraceId', 'Event']], 'TimeSeriesServiceStatistics' => ['type' => 'structure', 'members' => ['Timestamp' => ['shape' => 'Timestamp'], 'EdgeSummaryStatistics' => ['shape' => 'EdgeStatistics'], 'ServiceSummaryStatistics' => ['shape' => 'ServiceStatistics'], 'ResponseTimeHistogram' => ['shape' => 'Histogram']]], 'TimeSeriesServiceStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'TimeSeriesServiceStatistics']], 'Timestamp' => ['type' => 'timestamp'], 'Trace' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'TraceId'], 'Duration' => ['shape' => 'NullableDouble'], 'Segments' => ['shape' => 'SegmentList']]], 'TraceAvailabilityZones' => ['type' => 'list', 'member' => ['shape' => 'AvailabilityZoneDetail']], 'TraceId' => ['type' => 'string', 'max' => 35, 'min' => 1], 'TraceIdList' => ['type' => 'list', 'member' => ['shape' => 'TraceId']], 'TraceInstanceIds' => ['type' => 'list', 'member' => ['shape' => 'InstanceIdDetail']], 'TraceList' => ['type' => 'list', 'member' => ['shape' => 'Trace']], 'TraceResourceARNs' => ['type' => 'list', 'member' => ['shape' => 'ResourceARNDetail']], 'TraceSegmentDocument' => ['type' => 'string'], 'TraceSegmentDocumentList' => ['type' => 'list', 'member' => ['shape' => 'TraceSegmentDocument']], 'TraceSummary' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'TraceId'], 'Duration' => ['shape' => 'NullableDouble'], 'ResponseTime' => ['shape' => 'NullableDouble'], 'HasFault' => ['shape' => 'NullableBoolean'], 'HasError' => ['shape' => 'NullableBoolean'], 'HasThrottle' => ['shape' => 'NullableBoolean'], 'IsPartial' => ['shape' => 'NullableBoolean'], 'Http' => ['shape' => 'Http'], 'Annotations' => ['shape' => 'Annotations'], 'Users' => ['shape' => 'TraceUsers'], 'ServiceIds' => ['shape' => 'ServiceIds'], 'ResourceARNs' => ['shape' => 'TraceResourceARNs'], 'InstanceIds' => ['shape' => 'TraceInstanceIds'], 'AvailabilityZones' => ['shape' => 'TraceAvailabilityZones'], 'EntryPoint' => ['shape' => 'ServiceId'], 'FaultRootCauses' => ['shape' => 'FaultRootCauses'], 'ErrorRootCauses' => ['shape' => 'ErrorRootCauses'], 'ResponseTimeRootCauses' => ['shape' => 'ResponseTimeRootCauses'], 'Revision' => ['shape' => 'Integer'], 'MatchedEventTime' => ['shape' => 'Timestamp']]], 'TraceSummaryList' => ['type' => 'list', 'member' => ['shape' => 'TraceSummary']], 'TraceUser' => ['type' => 'structure', 'members' => ['UserName' => ['shape' => 'String'], 'ServiceIds' => ['shape' => 'ServiceIds']]], 'TraceUsers' => ['type' => 'list', 'member' => ['shape' => 'TraceUser']], 'URLPath' => ['type' => 'string', 'max' => 128], 'UnprocessedStatistics' => ['type' => 'structure', 'members' => ['RuleName' => ['shape' => 'String'], 'ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'UnprocessedStatisticsList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedStatistics']], 'UnprocessedTraceIdList' => ['type' => 'list', 'member' => ['shape' => 'TraceId']], 'UnprocessedTraceSegment' => ['type' => 'structure', 'members' => ['Id' => ['shape' => 'String'], 'ErrorCode' => ['shape' => 'String'], 'Message' => ['shape' => 'String']]], 'UnprocessedTraceSegmentList' => ['type' => 'list', 'member' => ['shape' => 'UnprocessedTraceSegment']], 'UpdateGroupRequest' => ['type' => 'structure', 'members' => ['GroupName' => ['shape' => 'GroupName'], 'GroupARN' => ['shape' => 'GroupARN'], 'FilterExpression' => ['shape' => 'FilterExpression']]], 'UpdateGroupResult' => ['type' => 'structure', 'members' => ['Group' => ['shape' => 'Group']]], 'UpdateSamplingRuleRequest' => ['type' => 'structure', 'required' => ['SamplingRuleUpdate'], 'members' => ['SamplingRuleUpdate' => ['shape' => 'SamplingRuleUpdate']]], 'UpdateSamplingRuleResult' => ['type' => 'structure', 'members' => ['SamplingRuleRecord' => ['shape' => 'SamplingRuleRecord']]], 'ValueWithServiceIds' => ['type' => 'structure', 'members' => ['AnnotationValue' => ['shape' => 'AnnotationValue'], 'ServiceIds' => ['shape' => 'ServiceIds']]], 'ValuesWithServiceIds' => ['type' => 'list', 'member' => ['shape' => 'ValueWithServiceIds']], 'Version' => ['type' => 'integer', 'min' => 1]]]; diff --git a/vendor/Aws3/Aws/functions.php b/vendor/Aws3/Aws/functions.php index fbff819d..d0ea4ac8 100644 --- a/vendor/Aws3/Aws/functions.php +++ b/vendor/Aws3/Aws/functions.php @@ -299,8 +299,8 @@ function guzzle_major_version() if ($version[0] === '5') { return $cache = 5; } - } elseif (method_exists(\DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Client::class, 'sendRequest')) { - return $cache = 7; + } elseif (defined('DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\ClientInterface::MAJOR_VERSION')) { + return $cache = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\ClientInterface::MAJOR_VERSION; } throw new \RuntimeException('Unable to determine what Guzzle version is installed.'); } @@ -379,6 +379,16 @@ function is_valid_hostname($hostname) { return preg_match("/^([a-z\\d](-*[a-z\\d])*)(\\.([a-z\\d](-*[a-z\\d])*))*\\.?\$/i", $hostname) && preg_match("/^.{1,253}\$/", $hostname) && preg_match("/^[^\\.]{1,63}(\\.[^\\.]{0,63})*\$/", $hostname); } +/** + * Checks if supplied parameter is a valid host label + * + * @param $label + * @return bool + */ +function is_valid_hostlabel($label) +{ + return preg_match("/^(?!-)[a-zA-Z0-9-]{1,63}(?getScheme() === '' && $uri->getHost() !== '' ? $uri->withScheme('http') : $uri; } @@ -206,9 +205,7 @@ private function buildUri($uri, array $config) */ private function configureDefaults(array $config) { - $defaults = ['allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true, 'verify' => true, 'cookies' => false]; - // idn_to_ascii() is a part of ext-intl and might be not available - $defaults['idn_conversion'] = function_exists('idn_to_ascii') && (defined('INTL_IDNA_VARIANT_UTS46') || PHP_VERSION_ID < 70200); + $defaults = ['allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true, 'verify' => true, 'cookies' => false, 'idn_conversion' => true]; // Use the standard Linux HTTP_PROXY and HTTPS_PROXY if set. // We can only trust the HTTP_PROXY environment variable in a CLI // process due to the fact that PHP has no reliable mechanism to @@ -418,7 +415,7 @@ private function applyOptions(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Me /** * Throw Exception with pre-set message. * @return void - * @throws InvalidArgumentException Invalid body. + * @throws \InvalidArgumentException Invalid body. */ private function invalidBody() { diff --git a/vendor/Aws3/GuzzleHttp/ClientInterface.php b/vendor/Aws3/GuzzleHttp/ClientInterface.php index 4cf32122..0aa4bda6 100644 --- a/vendor/Aws3/GuzzleHttp/ClientInterface.php +++ b/vendor/Aws3/GuzzleHttp/ClientInterface.php @@ -15,7 +15,7 @@ interface ClientInterface /** * @deprecated Will be removed in Guzzle 7.0.0 */ - const VERSION = '6.5.1'; + const VERSION = '6.5.5'; /** * Send an HTTP request. * diff --git a/vendor/Aws3/GuzzleHttp/Handler/CurlMultiHandler.php b/vendor/Aws3/GuzzleHttp/Handler/CurlMultiHandler.php index 6bdc3d2a..902f090f 100644 --- a/vendor/Aws3/GuzzleHttp/Handler/CurlMultiHandler.php +++ b/vendor/Aws3/GuzzleHttp/Handler/CurlMultiHandler.php @@ -2,9 +2,9 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Handler; -use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Exception\InvalidArgumentException; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise as P; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\Promise; +use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface; /** * Returns an asynchronous response using curl_multi_* functions. @@ -85,7 +85,7 @@ public function tick() { // Add any delayed handles if needed. if ($this->delays) { - $currentTime = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\_current_time(); + $currentTime = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::currentTime(); foreach ($this->delays as $id => $delay) { if ($currentTime >= $delay) { unset($this->delays[$id]); @@ -126,7 +126,7 @@ private function addRequest(array $entry) if (empty($easy->options['delay'])) { curl_multi_add_handle($this->_mh, $easy->handle); } else { - $this->delays[$id] = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\_current_time() + $easy->options['delay'] / 1000; + $this->delays[$id] = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::currentTime() + $easy->options['delay'] / 1000; } } /** @@ -165,7 +165,7 @@ private function processMessages() } private function timeToNext() { - $currentTime = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\_current_time(); + $currentTime = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::currentTime(); $nextTime = PHP_INT_MAX; foreach ($this->delays as $time) { if ($time < $nextTime) { diff --git a/vendor/Aws3/GuzzleHttp/Handler/StreamHandler.php b/vendor/Aws3/GuzzleHttp/Handler/StreamHandler.php index 98188fdb..2af2f8b4 100644 --- a/vendor/Aws3/GuzzleHttp/Handler/StreamHandler.php +++ b/vendor/Aws3/GuzzleHttp/Handler/StreamHandler.php @@ -8,6 +8,7 @@ use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Promise\PromiseInterface; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\TransferStats; +use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\ResponseInterface; use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\StreamInterface; @@ -31,7 +32,7 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message if (isset($options['delay'])) { usleep($options['delay'] * 1000); } - $startTime = isset($options['on_stats']) ? \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\_current_time() : null; + $startTime = isset($options['on_stats']) ? \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::currentTime() : null; try { // Does not support the expect header. $request = $request->withoutHeader('Expect'); @@ -58,7 +59,7 @@ public function __invoke(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message private function invokeStats(array $options, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\RequestInterface $request, $startTime, \DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\ResponseInterface $response = null, $error = null) { if (isset($options['on_stats'])) { - $stats = new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\TransferStats($request, $response, \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\_current_time() - $startTime, $error, []); + $stats = new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\TransferStats($request, $response, \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::currentTime() - $startTime, $error, []); call_user_func($options['on_stats'], $stats); } } diff --git a/vendor/Aws3/GuzzleHttp/RedirectMiddleware.php b/vendor/Aws3/GuzzleHttp/RedirectMiddleware.php index 93145b21..5f41d5df 100644 --- a/vendor/Aws3/GuzzleHttp/RedirectMiddleware.php +++ b/vendor/Aws3/GuzzleHttp/RedirectMiddleware.php @@ -138,7 +138,7 @@ public function modifyRequest(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Me $uri = $this->redirectUri($request, $response, $protocols); if (isset($options['idn_conversion']) && $options['idn_conversion'] !== false) { $idnOptions = $options['idn_conversion'] === true ? IDNA_DEFAULT : $options['idn_conversion']; - $uri = _idn_uri_convert($uri, $idnOptions); + $uri = \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Utils::idnUriConvert($uri, $idnOptions); } $modify['uri'] = $uri; \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Psr7\rewind_body($request); diff --git a/vendor/Aws3/GuzzleHttp/Utils.php b/vendor/Aws3/GuzzleHttp/Utils.php new file mode 100644 index 00000000..dbc2dac6 --- /dev/null +++ b/vendor/Aws3/GuzzleHttp/Utils.php @@ -0,0 +1,82 @@ +getHost()) { + $asciiHost = self::idnToAsci($uri->getHost(), $options, $info); + if ($asciiHost === false) { + $errorBitSet = isset($info['errors']) ? $info['errors'] : 0; + $errorConstants = array_filter(array_keys(get_defined_constants()), function ($name) { + return substr($name, 0, 11) === 'IDNA_ERROR_'; + }); + $errors = []; + foreach ($errorConstants as $errorConstant) { + if ($errorBitSet & constant($errorConstant)) { + $errors[] = $errorConstant; + } + } + $errorMessage = 'IDN conversion failed'; + if ($errors) { + $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')'; + } + throw new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Exception\InvalidArgumentException($errorMessage); + } else { + if ($uri->getHost() !== $asciiHost) { + // Replace URI only if the ASCII version is different + $uri = $uri->withHost($asciiHost); + } + } + } + return $uri; + } + /** + * @param string $domain + * @param int $options + * @param array $info + * + * @return string|false + */ + private static function idnToAsci($domain, $options, &$info = []) + { + if (\preg_match('%^[ -~]+$%', $domain) === 1) { + return $domain; + } + if (\extension_loaded('intl') && defined('INTL_IDNA_VARIANT_UTS46')) { + return \idn_to_ascii($domain, $options, INTL_IDNA_VARIANT_UTS46, $info); + } + /* + * The Idn class is marked as @internal. Verify that class and method exists. + */ + if (method_exists(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::class, 'idn_to_ascii')) { + return \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::idn_to_ascii($domain, $options, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::INTL_IDNA_VARIANT_UTS46, $info); + } + throw new \RuntimeException('ext-intl or symfony/polyfill-intl-idn not loaded or too old'); + } +} diff --git a/vendor/Aws3/GuzzleHttp/functions.php b/vendor/Aws3/GuzzleHttp/functions.php index 3d28cfd2..e5812075 100644 --- a/vendor/Aws3/GuzzleHttp/functions.php +++ b/vendor/Aws3/GuzzleHttp/functions.php @@ -2,12 +2,10 @@ namespace DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp; -use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Exception\InvalidArgumentException; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Handler\CurlHandler; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Handler\CurlMultiHandler; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Handler\Proxy; use DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Handler\StreamHandler; -use DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\UriInterface; /** * Expands a URI template * @@ -88,8 +86,8 @@ function debug_resource($value = null) * * The returned handler is not wrapped by any default middlewares. * - * @throws \RuntimeException if no viable Handler is available. * @return callable Returns the best handler for the given system. + * @throws \RuntimeException if no viable Handler is available. */ function choose_handler() { @@ -294,51 +292,3 @@ function json_encode($value, $options = 0, $depth = 512) } return $json; } -/** - * Wrapper for the hrtime() or microtime() functions - * (depending on the PHP version, one of the two is used) - * - * @return float|mixed UNIX timestamp - * @internal - */ -function _current_time() -{ - return function_exists('hrtime') ? hrtime(true) / 1000000000.0 : microtime(true); -} -/** - * @param int $options - * - * @return UriInterface - * - * @internal - */ -function _idn_uri_convert(\DeliciousBrains\WP_Offload_Media\Aws3\Psr\Http\Message\UriInterface $uri, $options = 0) -{ - if ($uri->getHost()) { - $idnaVariant = defined('INTL_IDNA_VARIANT_UTS46') ? INTL_IDNA_VARIANT_UTS46 : 0; - $asciiHost = $idnaVariant === 0 ? idn_to_ascii($uri->getHost(), $options) : idn_to_ascii($uri->getHost(), $options, $idnaVariant, $info); - if ($asciiHost === false) { - $errorBitSet = isset($info['errors']) ? $info['errors'] : 0; - $errorConstants = array_filter(array_keys(get_defined_constants()), function ($name) { - return substr($name, 0, 11) === 'IDNA_ERROR_'; - }); - $errors = []; - foreach ($errorConstants as $errorConstant) { - if ($errorBitSet & constant($errorConstant)) { - $errors[] = $errorConstant; - } - } - $errorMessage = 'IDN conversion failed'; - if ($errors) { - $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')'; - } - throw new \DeliciousBrains\WP_Offload_Media\Aws3\GuzzleHttp\Exception\InvalidArgumentException($errorMessage); - } else { - if ($uri->getHost() !== $asciiHost) { - // Replace URI only if the ASCII version is different - $uri = $uri->withHost($asciiHost); - } - } - } - return $uri; -} diff --git a/vendor/Aws3/JmesPath/AstRuntime.php b/vendor/Aws3/JmesPath/AstRuntime.php index 06f6e1e2..188694cc 100644 --- a/vendor/Aws3/JmesPath/AstRuntime.php +++ b/vendor/Aws3/JmesPath/AstRuntime.php @@ -26,7 +26,7 @@ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Pars * is similar to data returned from json_decode * using associative arrays rather than objects. * - * @return mixed|null Returns the matching data or null + * @return mixed Returns the matching data or null */ public function __invoke($expression, $data) { diff --git a/vendor/Aws3/JmesPath/CompilerRuntime.php b/vendor/Aws3/JmesPath/CompilerRuntime.php index 16d6a4cb..0620976a 100644 --- a/vendor/Aws3/JmesPath/CompilerRuntime.php +++ b/vendor/Aws3/JmesPath/CompilerRuntime.php @@ -19,8 +19,8 @@ class CompilerRuntime private $cacheDir; private $interpreter; /** - * @param string $dir Directory used to store compiled PHP files. - * @param Parser $parser JMESPath parser to utilize + * @param string|null $dir Directory used to store compiled PHP files. + * @param Parser|null $parser JMESPath parser to utilize * @throws \RuntimeException if the cache directory cannot be created */ public function __construct($dir = null, \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Parser $parser = null) @@ -43,7 +43,7 @@ public function __construct($dir = null, \DeliciousBrains\WP_Offload_Media\Aws3\ * is similar to data returned from json_decode * using associative arrays rather than objects. * - * @return mixed|null Returns the matching data or null + * @return mixed Returns the matching data or null * @throws \RuntimeException */ public function __invoke($expression, $data) diff --git a/vendor/Aws3/JmesPath/Env.php b/vendor/Aws3/JmesPath/Env.php index 22eefb04..12449fc3 100644 --- a/vendor/Aws3/JmesPath/Env.php +++ b/vendor/Aws3/JmesPath/Env.php @@ -20,7 +20,7 @@ final class Env * @param string $expression JMESPath expression to evaluate * @param mixed $data JSON-like data to search * - * @return mixed|null Returns the matching data or null + * @return mixed Returns the matching data or null */ public static function search($expression, $data) { diff --git a/vendor/Aws3/JmesPath/FnDispatcher.php b/vendor/Aws3/JmesPath/FnDispatcher.php index aade6b87..06c5779f 100644 --- a/vendor/Aws3/JmesPath/FnDispatcher.php +++ b/vendor/Aws3/JmesPath/FnDispatcher.php @@ -42,7 +42,7 @@ private function fn_avg(array $args) { $this->validate('avg', $args, [['array']]); $sum = $this->reduce('avg:0', $args[0], ['number'], function ($a, $b) { - return $a + $b; + return \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Utils::add($a, $b); }); return $args[0] ? $sum / count($args[0]) : null; } @@ -150,7 +150,7 @@ private function fn_sum(array $args) { $this->validate('sum', $args, [['array']]); $fn = function ($a, $b) { - return $a + $b; + return \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Utils::add($a, $b); }; return $this->reduce('sum:0', $args[0], ['number'], $fn); } diff --git a/vendor/Aws3/JmesPath/JmesPath.php b/vendor/Aws3/JmesPath/JmesPath.php index 5de53b57..c608a8d9 100644 --- a/vendor/Aws3/JmesPath/JmesPath.php +++ b/vendor/Aws3/JmesPath/JmesPath.php @@ -8,7 +8,7 @@ * @param string $expression Expression to search. * @param mixed $data Data to search. * - * @return mixed|null + * @return mixed */ if (!function_exists(__NAMESPACE__ . '\\search')) { function search($expression, $data) diff --git a/vendor/Aws3/JmesPath/Parser.php b/vendor/Aws3/JmesPath/Parser.php index e06d3f1d..214e0b02 100644 --- a/vendor/Aws3/JmesPath/Parser.php +++ b/vendor/Aws3/JmesPath/Parser.php @@ -33,7 +33,7 @@ class Parser \DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Lexer::T_FILTER => true, ]; /** - * @param Lexer $lexer Lexer used to tokenize expressions + * @param Lexer|null $lexer Lexer used to tokenize expressions */ public function __construct(\DeliciousBrains\WP_Offload_Media\Aws3\JmesPath\Lexer $lexer = null) { diff --git a/vendor/Aws3/JmesPath/TreeInterpreter.php b/vendor/Aws3/JmesPath/TreeInterpreter.php index 5b07f00e..de5c5fa5 100644 --- a/vendor/Aws3/JmesPath/TreeInterpreter.php +++ b/vendor/Aws3/JmesPath/TreeInterpreter.php @@ -10,9 +10,9 @@ class TreeInterpreter /** @var callable */ private $fnDispatcher; /** - * @param callable $fnDispatcher Function dispatching function that accepts - * a function name argument and an array of - * function arguments and returns the result. + * @param callable|null $fnDispatcher Function dispatching function that accepts + * a function name argument and an array of + * function arguments and returns the result. */ public function __construct(callable $fnDispatcher = null) { diff --git a/vendor/Aws3/JmesPath/Utils.php b/vendor/Aws3/JmesPath/Utils.php index d11e1fd6..b6a0a4b1 100644 --- a/vendor/Aws3/JmesPath/Utils.php +++ b/vendor/Aws3/JmesPath/Utils.php @@ -101,6 +101,30 @@ public static function isEqual($a, $b) return false; } } + /** + * Safely add together two values. + * + * @param mixed $a First value to add + * @param mixed $b Second value to add + * + * @return int|float + */ + public static function add($a, $b) + { + if (is_numeric($a)) { + if (is_numeric($b)) { + return $a + $b; + } else { + return $a; + } + } else { + if (is_numeric($b)) { + return $b; + } else { + return 0; + } + } + } /** * JMESPath requires a stable sorting algorithm, so here we'll implement * a simple Schwartzian transform that uses array index positions as tie diff --git a/vendor/Aws3/README.md b/vendor/Aws3/README.md index df060e75..181ef68a 100644 --- a/vendor/Aws3/README.md +++ b/vendor/Aws3/README.md @@ -13,51 +13,14 @@ using services like Amazon S3, Amazon DynamoDB, Amazon Glacier, etc. You can get started in minutes by [installing the SDK through Composer][docs-installation] or by downloading a single zip or phar file from our [latest release][latest-release]. -## Resources - -* [User Guide][docs-guide] – For both getting started and in-depth SDK usage information -* [API Docs][docs-api] – For details about operations, parameters, and responses -* [Blog][sdk-blog] – Tips & tricks, articles, and announcements -* [Sample Project][sdk-sample] - A quick, sample project to help get you started -* [Forum][sdk-forum] – Ask questions, get help, and give feedback -* [Issues][sdk-issues] – Report issues, submit pull requests, and get involved - (see [Apache 2.0 License][sdk-license]) -* [@awsforphp][sdk-twitter] – Follow us on Twitter - -## Getting Help - -Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. - -* Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with [`aws-php-sdk`](http://stackoverflow.com/questions/tagged/aws-php-sdk) -* Come join the AWS SDK for PHP [gitter](https://gitter.im/aws/aws-sdk-php) -* Open a support ticket with [AWS Support](https://console.aws.amazon.com/support/home/) -* If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-php/issues/new) - -## Opening Issues - -If you encounter a bug with `aws-sdk-php` we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of `aws-sdk-php`, PHP version and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too. - -The GitHub issues are intended for bug reports and feature requests. For help and questions with using `aws-sdk-php` please make use of the resources listed in the Getting Help section. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner. - -## Features - -* Provides easy-to-use HTTP clients for all supported AWS - [services][docs-services], [regions][docs-rande], and authentication - protocols. -* Is built on [Guzzle][guzzle-docs], and utilizes many of its features, - including persistent connections, asynchronous requests, middlewares, etc. -* Provides convenience features including easy result pagination via - [Paginators][docs-paginators], [Waiters][docs-waiters], and simple - [Result objects][docs-results]. -* Provides a [multipart uploader tool][docs-s3-multipart] for Amazon S3 and - Amazon Glacier that can be paused and resumed. -* Provides an [Amazon S3 Stream Wrapper][docs-streamwrapper], so that you can - use PHP's native file handling functions to interact with your S3 buckets and - objects like a local filesystem. -* Provides the [Amazon DynamoDB Session Handler][docs-ddbsh] for easily scaling - sessions on a fast, NoSQL database. -* Automatically uses [IAM Instance Profile Credentials][aws-iam-credentials] on - configured Amazon EC2 instances. +Jump To: +* [Getting Started](#Getting-Started) +* [Quick Examples](#Quick-Examples) +* [Getting Help](#Getting-Help) +* [Features](#Features) +* [Contributing](#Contributing) +* [More Resources](#Resources) +* [Related AWS Projects](#Related-AWS-Projects) ## Getting Started @@ -117,7 +80,61 @@ try { } ``` -### Related AWS Projects +## Getting Help + +Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. + +* Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with [`aws-php-sdk`](http://stackoverflow.com/questions/tagged/aws-php-sdk) +* Come join the AWS SDK for PHP [gitter](https://gitter.im/aws/aws-sdk-php) +* Open a support ticket with [AWS Support](https://console.aws.amazon.com/support/home/) +* If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-php/issues/new/choose) + +This SDK implements AWS service APIs. For general issues regarding the AWS services and their limitations, you may also take a look at the [Amazon Web Services Discussion Forums](https://forums.aws.amazon.com/). + + +### Opening Issues + +If you encounter a bug with `aws-sdk-php` we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of `aws-sdk-php`, PHP version and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too. + +The GitHub issues are intended for bug reports and feature requests. For help and questions with using `aws-sdk-php` please make use of the resources listed in the Getting Help section. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner. + +## Features + +* Provides easy-to-use HTTP clients for all supported AWS + [services][docs-services], [regions][docs-rande], and authentication + protocols. +* Is built on [Guzzle][guzzle-docs], and utilizes many of its features, + including persistent connections, asynchronous requests, middlewares, etc. +* Provides convenience features including easy result pagination via + [Paginators][docs-paginators], [Waiters][docs-waiters], and simple + [Result objects][docs-results]. +* Provides a [multipart uploader tool][docs-s3-multipart] for Amazon S3 and + Amazon Glacier that can be paused and resumed. +* Provides an [Amazon S3 Stream Wrapper][docs-streamwrapper], so that you can + use PHP's native file handling functions to interact with your S3 buckets and + objects like a local filesystem. +* Provides the [Amazon DynamoDB Session Handler][docs-ddbsh] for easily scaling + sessions on a fast, NoSQL database. +* Automatically uses [IAM Instance Profile Credentials][aws-iam-credentials] on + configured Amazon EC2 instances. + +## Contributing + +We work hard to provide a high-quality and useful SDK for our AWS services, and we greatly value feedback and contributions from our community. Please review our [contributing guidelines](./CONTRIBUTING.md) before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution. + + +## Resources + +* [User Guide][docs-guide] – For both getting started and in-depth SDK usage information +* [API Docs][docs-api] – For details about operations, parameters, and responses +* [Blog][sdk-blog] – Tips & tricks, articles, and announcements +* [Sample Project][sdk-sample] - A quick, sample project to help get you started +* [Forum][sdk-forum] – Ask questions, get help, and give feedback +* [Issues][sdk-issues] – Report issues, submit pull requests, and get involved + (see [Apache 2.0 License][sdk-license]) +* [@awsforphp][sdk-twitter] – Follow us on Twitter + +## Related AWS Projects * [AWS Service Provider for Laravel][mod-laravel] * [AWS SDK ZF2 Module][mod-zf2] @@ -125,7 +142,7 @@ try { * [AWS SDK Bundle for Symfony][mod-symfony] * [Amazon SNS Message Validator for PHP][sns-validator] - SNS validator without requiring SDK * [Guzzle Version 6][guzzle-docs] – PHP HTTP client and framework -* For Version 2 of the SDK: +* For Version 2 of the SDK (deprecated): * [User Guide][docs-guide-v2] * [API Docs][docs-api-v2] * Other [AWS SDKs & Tools][aws-tools] (e.g., js, cli, ruby, python, java, etc.) diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Idn.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Idn.php new file mode 100644 index 00000000..24686008 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Idn.php @@ -0,0 +1,709 @@ + and Trevor Rowbotham + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn; + +use Exception; +use Normalizer; +use DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\DisallowedRanges; +use DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex; +/** + * @see https://www.unicode.org/reports/tr46/ + * + * @internal + */ +final class Idn +{ + const ERROR_EMPTY_LABEL = 1; + const ERROR_LABEL_TOO_LONG = 2; + const ERROR_DOMAIN_NAME_TOO_LONG = 4; + const ERROR_LEADING_HYPHEN = 8; + const ERROR_TRAILING_HYPHEN = 0x10; + const ERROR_HYPHEN_3_4 = 0x20; + const ERROR_LEADING_COMBINING_MARK = 0x40; + const ERROR_DISALLOWED = 0x80; + const ERROR_PUNYCODE = 0x100; + const ERROR_LABEL_HAS_DOT = 0x200; + const ERROR_INVALID_ACE_LABEL = 0x400; + const ERROR_BIDI = 0x800; + const ERROR_CONTEXTJ = 0x1000; + const ERROR_CONTEXTO_PUNCTUATION = 0x2000; + const ERROR_CONTEXTO_DIGITS = 0x4000; + const INTL_IDNA_VARIANT_2003 = 0; + const INTL_IDNA_VARIANT_UTS46 = 1; + const MAX_DOMAIN_SIZE = 253; + const MAX_LABEL_SIZE = 63; + const BASE = 36; + const TMIN = 1; + const TMAX = 26; + const SKEW = 38; + const DAMP = 700; + const INITIAL_BIAS = 72; + const INITIAL_N = 128; + const DELIMITER = '-'; + const MAX_INT = 2147483647; + /** + * Contains the numeric value of a basic code point (for use in representing integers) in the + * range 0 to BASE-1, or -1 if b is does not represent a value. + * + * @var array + */ + private static $basicToDigit = array(-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1); + /** + * @var array + */ + private static $virama; + /** + * @var array + */ + private static $mapped; + /** + * @var array + */ + private static $ignored; + /** + * @var array + */ + private static $deviation; + /** + * @var array + */ + private static $disallowed; + /** + * @var array + */ + private static $disallowed_STD3_mapped; + /** + * @var array + */ + private static $disallowed_STD3_valid; + /** + * @var bool + */ + private static $mappingTableLoaded = false; + /** + * @see https://www.unicode.org/reports/tr46/#ToASCII + * + * @param string $domainName + * @param int $options + * @param int $variant + * @param array $idna_info + * + * @return string|false + */ + public static function idn_to_ascii($domainName, $options = IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + { + if (\PHP_VERSION_ID >= 70200 && self::INTL_IDNA_VARIANT_2003 === $variant) { + @trigger_error('idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated', E_USER_DEPRECATED); + } + $options = array('CheckHyphens' => true, 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & \IDNA_CHECK_BIDI), 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & \IDNA_CHECK_CONTEXTJ), 'UseSTD3ASCIIRules' => 0 !== ($options & \IDNA_USE_STD3_RULES), 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & \IDNA_NONTRANSITIONAL_TO_ASCII), 'VerifyDnsLength' => true); + $info = new \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info(); + $labels = self::process((string) $domainName, $options, $info); + foreach ($labels as $i => $label) { + // Only convert labels to punycode that contain non-ASCII code points + if (1 === preg_match('/[^\\x00-\\x7F]/', $label)) { + try { + $label = 'xn--' . self::punycodeEncode($label); + } catch (Exception $e) { + $info->errors |= self::ERROR_PUNYCODE; + } + $labels[$i] = $label; + } + } + if ($options['VerifyDnsLength']) { + self::validateDomainAndLabelLength($labels, $info); + } + $idna_info = array('result' => implode('.', $labels), 'isTransitionalDifferent' => $info->transitionalDifferent, 'errors' => $info->errors); + return 0 === $info->errors ? $idna_info['result'] : false; + } + /** + * @see https://www.unicode.org/reports/tr46/#ToUnicode + * + * @param string $domainName + * @param int $options + * @param int $variant + * @param array $idna_info + * + * @return string|false + */ + public static function idn_to_utf8($domainName, $options = IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + { + if (\PHP_VERSION_ID >= 70200 && self::INTL_IDNA_VARIANT_2003 === $variant) { + @trigger_error('idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated', E_USER_DEPRECATED); + } + $info = new \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info(); + $labels = self::process((string) $domainName, array('CheckHyphens' => true, 'CheckBidi' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 !== ($options & \IDNA_CHECK_BIDI), 'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & \IDNA_CHECK_CONTEXTJ), 'UseSTD3ASCIIRules' => 0 !== ($options & \IDNA_USE_STD3_RULES), 'Transitional_Processing' => self::INTL_IDNA_VARIANT_2003 === $variant || 0 === ($options & \IDNA_NONTRANSITIONAL_TO_UNICODE)), $info); + $idna_info = array('result' => implode('.', $labels), 'isTransitionalDifferent' => $info->transitionalDifferent, 'errors' => $info->errors); + return 0 === $info->errors ? $idna_info['result'] : false; + } + /** + * @param string $label + * + * @return bool + */ + private static function isValidContextJ(array $codePoints, $label) + { + if (!isset(self::$virama)) { + self::$virama = (require __DIR__ . \DIRECTORY_SEPARATOR . 'Resources' . \DIRECTORY_SEPARATOR . 'unidata' . \DIRECTORY_SEPARATOR . 'virama.php'); + } + $offset = 0; + foreach ($codePoints as $i => $codePoint) { + if (0x200c !== $codePoint && 0x200d !== $codePoint) { + continue; + } + if (!isset($codePoints[$i - 1])) { + return false; + } + // If Canonical_Combining_Class(Before(cp)) .eq. Virama Then True; + if (isset(self::$virama[$codePoints[$i - 1]])) { + continue; + } + // If RegExpMatch((Joining_Type:{L,D})(Joining_Type:T)*\u200C(Joining_Type:T)*(Joining_Type:{R,D})) Then + // True; + // Generated RegExp = ([Joining_Type:{L,D}][Joining_Type:T]*\u200C[Joining_Type:T]*)[Joining_Type:{R,D}] + if (0x200c === $codePoint && 1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::ZWNJ, $label, $matches, PREG_OFFSET_CAPTURE, $offset)) { + $offset += \strlen($matches[1][0]); + continue; + } + return false; + } + return true; + } + /** + * @see https://www.unicode.org/reports/tr46/#ProcessingStepMap + * + * @param string $input + * @param array $options + * + * @return string + */ + private static function mapCodePoints($input, array $options, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info $info) + { + $str = ''; + $useSTD3ASCIIRules = $options['UseSTD3ASCIIRules']; + $transitional = $options['Transitional_Processing']; + foreach (self::utf8Decode($input) as $codePoint) { + $data = self::lookupCodePointStatus($codePoint, $useSTD3ASCIIRules); + switch ($data['status']) { + case 'disallowed': + $info->errors |= self::ERROR_DISALLOWED; + // no break. + case 'valid': + $str .= mb_chr($codePoint, 'utf-8'); + break; + case 'ignored': + // Do nothing. + break; + case 'mapped': + $str .= $data['mapping']; + break; + case 'deviation': + $info->transitionalDifferent = true; + $str .= $transitional ? $data['mapping'] : mb_chr($codePoint, 'utf-8'); + break; + } + } + return $str; + } + /** + * @see https://www.unicode.org/reports/tr46/#Processing + * + * @param string $domain + * @param array $options + * + * @return array + */ + private static function process($domain, array $options, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info $info) + { + // If VerifyDnsLength is not set, we are doing ToUnicode otherwise we are doing ToASCII and + // we need to respect the VerifyDnsLength option. + $checkForEmptyLabels = !isset($options['VerifyDnsLength']) || $options['VerifyDnsLength']; + if ($checkForEmptyLabels && '' === $domain) { + $info->errors |= self::ERROR_EMPTY_LABEL; + return array($domain); + } + // Step 1. Map each code point in the domain name string + $domain = self::mapCodePoints($domain, $options, $info); + // Step 2. Normalize the domain name string to Unicode Normalization Form C. + if (!\Normalizer::isNormalized($domain, \Normalizer::FORM_C)) { + $domain = \Normalizer::normalize($domain, \Normalizer::FORM_C); + } + // Step 3. Break the string into labels at U+002E (.) FULL STOP. + $labels = explode('.', $domain); + $lastLabelIndex = \count($labels) - 1; + // Step 4. Convert and validate each label in the domain name string. + foreach ($labels as $i => $label) { + $validationOptions = $options; + if ('xn--' === substr($label, 0, 4)) { + try { + $label = self::punycodeDecode(substr($label, 4)); + } catch (Exception $e) { + $info->errors |= self::ERROR_PUNYCODE; + continue; + } + $validationOptions['Transitional_Processing'] = false; + $labels[$i] = $label; + } + self::validateLabel($label, $info, $validationOptions, $i > 0 && $i === $lastLabelIndex); + } + if ($info->bidiDomain && !$info->validBidiDomain) { + $info->errors |= self::ERROR_BIDI; + } + // Any input domain name string that does not record an error has been successfully + // processed according to this specification. Conversely, if an input domain_name string + // causes an error, then the processing of the input domain_name string fails. Determining + // what to do with error input is up to the caller, and not in the scope of this document. + return $labels; + } + /** + * @see https://tools.ietf.org/html/rfc5893#section-2 + * + * @param string $label + */ + private static function validateBidiLabel($label, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info $info) + { + if (1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::RTL_LABEL, $label)) { + $info->bidiDomain = true; + // Step 1. The first character must be a character with Bidi property L, R, or AL. + // If it has the R or AL property, it is an RTL label + if (1 !== preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_1_RTL, $label)) { + $info->validBidiDomain = false; + return; + } + // Step 2. In an RTL label, only characters with the Bidi properties R, AL, AN, EN, ES, + // CS, ET, ON, BN, or NSM are allowed. + if (1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_2, $label)) { + $info->validBidiDomain = false; + return; + } + // Step 3. In an RTL label, the end of the label must be a character with Bidi property + // R, AL, EN, or AN, followed by zero or more characters with Bidi property NSM. + if (1 !== preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_3, $label)) { + $info->validBidiDomain = false; + return; + } + // Step 4. In an RTL label, if an EN is present, no AN may be present, and vice versa. + if (1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_4_AN, $label) && 1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_4_EN, $label)) { + $info->validBidiDomain = false; + return; + } + return; + } + // We are a LTR label + // Step 1. The first character must be a character with Bidi property L, R, or AL. + // If it has the L property, it is an LTR label. + if (1 !== preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_1_LTR, $label)) { + $info->validBidiDomain = false; + return; + } + // Step 5. In an LTR label, only characters with the Bidi properties L, EN, + // ES, CS, ET, ON, BN, or NSM are allowed. + if (1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_5, $label)) { + $info->validBidiDomain = false; + return; + } + // Step 6.In an LTR label, the end of the label must be a character with Bidi property L or + // EN, followed by zero or more characters with Bidi property NSM. + if (1 !== preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::BIDI_STEP_6, $label)) { + $info->validBidiDomain = false; + return; + } + } + /** + * @param array $labels + */ + private static function validateDomainAndLabelLength(array $labels, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info $info) + { + $maxDomainSize = self::MAX_DOMAIN_SIZE; + $length = \count($labels); + // Number of "." delimiters. + $domainLength = $length - 1; + // If the last label is empty and it is not the first label, then it is the root label. + // Increase the max size by 1, making it 254, to account for the root label's "." + // delimiter. This also means we don't need to check the last label's length for being too + // long. + if ($length > 1 && '' === $labels[$length - 1]) { + ++$maxDomainSize; + --$length; + } + for ($i = 0; $i < $length; ++$i) { + $bytes = \strlen($labels[$i]); + $domainLength += $bytes; + if ($bytes > self::MAX_LABEL_SIZE) { + $info->errors |= self::ERROR_LABEL_TOO_LONG; + } + } + if ($domainLength > $maxDomainSize) { + $info->errors |= self::ERROR_DOMAIN_NAME_TOO_LONG; + } + } + /** + * @see https://www.unicode.org/reports/tr46/#Validity_Criteria + * + * @param string $label + * @param array $options + * @param bool $canBeEmpty + */ + private static function validateLabel($label, \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Info $info, array $options, $canBeEmpty) + { + if ('' === $label) { + if (!$canBeEmpty && (!isset($options['VerifyDnsLength']) || $options['VerifyDnsLength'])) { + $info->errors |= self::ERROR_EMPTY_LABEL; + } + return; + } + // Step 1. The label must be in Unicode Normalization Form C. + if (!\Normalizer::isNormalized($label, \Normalizer::FORM_C)) { + $info->errors |= self::ERROR_INVALID_ACE_LABEL; + } + $codePoints = self::utf8Decode($label); + if ($options['CheckHyphens']) { + // Step 2. If CheckHyphens, the label must not contain a U+002D HYPHEN-MINUS character + // in both the thrid and fourth positions. + if (isset($codePoints[2], $codePoints[3]) && 0x2d === $codePoints[2] && 0x2d === $codePoints[3]) { + $info->errors |= self::ERROR_HYPHEN_3_4; + } + // Step 3. If CheckHyphens, the label must neither begin nor end with a U+002D + // HYPHEN-MINUS character. + if ('-' === substr($label, 0, 1)) { + $info->errors |= self::ERROR_LEADING_HYPHEN; + } + if ('-' === substr($label, -1, 1)) { + $info->errors |= self::ERROR_TRAILING_HYPHEN; + } + } + // Step 4. The label must not contain a U+002E (.) FULL STOP. + if (false !== strpos($label, '.')) { + $info->errors |= self::ERROR_LABEL_HAS_DOT; + } + // Step 5. The label must not begin with a combining mark, that is: General_Category=Mark. + if (1 === preg_match(\DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex::COMBINING_MARK, $label)) { + $info->errors |= self::ERROR_LEADING_COMBINING_MARK; + } + // Step 6. Each code point in the label must only have certain status values according to + // Section 5, IDNA Mapping Table: + $transitional = $options['Transitional_Processing']; + $useSTD3ASCIIRules = $options['UseSTD3ASCIIRules']; + foreach ($codePoints as $codePoint) { + $data = self::lookupCodePointStatus($codePoint, $useSTD3ASCIIRules); + $status = $data['status']; + if ('valid' === $status || !$transitional && 'deviation' === $status) { + continue; + } + $info->errors |= self::ERROR_DISALLOWED; + break; + } + // Step 7. If CheckJoiners, the label must satisify the ContextJ rules from Appendix A, in + // The Unicode Code Points and Internationalized Domain Names for Applications (IDNA) + // [IDNA2008]. + if ($options['CheckJoiners'] && !self::isValidContextJ($codePoints, $label)) { + $info->errors |= self::ERROR_CONTEXTJ; + } + // Step 8. If CheckBidi, and if the domain name is a Bidi domain name, then the label must + // satisfy all six of the numbered conditions in [IDNA2008] RFC 5893, Section 2. + if ($options['CheckBidi'] && (!$info->bidiDomain || $info->validBidiDomain)) { + self::validateBidiLabel($label, $info); + } + } + /** + * @see https://tools.ietf.org/html/rfc3492#section-6.2 + * + * @param string $input + * + * @return string + */ + private static function punycodeDecode($input) + { + $n = self::INITIAL_N; + $out = 0; + $i = 0; + $bias = self::INITIAL_BIAS; + $lastDelimIndex = strrpos($input, self::DELIMITER); + $b = false === $lastDelimIndex ? 0 : $lastDelimIndex; + $inputLength = \strlen($input); + $output = array(); + $bytes = array_map('ord', str_split($input)); + for ($j = 0; $j < $b; ++$j) { + if ($bytes[$j] > 0x7f) { + throw new \Exception('Invalid input'); + } + $output[$out++] = $input[$j]; + } + if ($b > 0) { + ++$b; + } + for ($in = $b; $in < $inputLength; ++$out) { + $oldi = $i; + $w = 1; + for ($k = self::BASE;; $k += self::BASE) { + if ($in >= $inputLength) { + throw new \Exception('Invalid input'); + } + $digit = self::$basicToDigit[$bytes[$in++] & 0xff]; + if ($digit < 0) { + throw new \Exception('Invalid input'); + } + if ($digit > intdiv(self::MAX_INT - $i, $w)) { + throw new \Exception('Integer overflow'); + } + $i += $digit * $w; + if ($k <= $bias) { + $t = self::TMIN; + } elseif ($k >= $bias + self::TMAX) { + $t = self::TMAX; + } else { + $t = $k - $bias; + } + if ($digit < $t) { + break; + } + $baseMinusT = self::BASE - $t; + if ($w > intdiv(self::MAX_INT, $baseMinusT)) { + throw new \Exception('Integer overflow'); + } + $w *= $baseMinusT; + } + $outPlusOne = $out + 1; + $bias = self::adaptBias($i - $oldi, $outPlusOne, 0 === $oldi); + if (intdiv($i, $outPlusOne) > self::MAX_INT - $n) { + throw new \Exception('Integer overflow'); + } + $n += intdiv($i, $outPlusOne); + $i %= $outPlusOne; + array_splice($output, $i++, 0, array(mb_chr($n, 'utf-8'))); + } + return implode('', $output); + } + /** + * @see https://tools.ietf.org/html/rfc3492#section-6.3 + * + * @param string $input + * + * @return string + */ + private static function punycodeEncode($input) + { + $n = self::INITIAL_N; + $delta = 0; + $out = 0; + $bias = self::INITIAL_BIAS; + $inputLength = 0; + $output = ''; + $iter = self::utf8Decode($input); + foreach ($iter as $codePoint) { + ++$inputLength; + if ($codePoint < 0x80) { + $output .= \chr($codePoint); + ++$out; + } + } + $h = $out; + $b = $out; + if ($b > 0) { + $output .= self::DELIMITER; + ++$out; + } + while ($h < $inputLength) { + $m = self::MAX_INT; + foreach ($iter as $codePoint) { + if ($codePoint >= $n && $codePoint < $m) { + $m = $codePoint; + } + } + if ($m - $n > intdiv(self::MAX_INT - $delta, $h + 1)) { + throw new \Exception('Integer overflow'); + } + $delta += ($m - $n) * ($h + 1); + $n = $m; + foreach ($iter as $codePoint) { + if ($codePoint < $n && 0 === ++$delta) { + throw new \Exception('Integer overflow'); + } elseif ($codePoint === $n) { + $q = $delta; + for ($k = self::BASE;; $k += self::BASE) { + if ($k <= $bias) { + $t = self::TMIN; + } elseif ($k >= $bias + self::TMAX) { + $t = self::TMAX; + } else { + $t = $k - $bias; + } + if ($q < $t) { + break; + } + $qMinusT = $q - $t; + $baseMinusT = self::BASE - $t; + $output .= self::encodeDigit($t + $qMinusT % $baseMinusT, false); + ++$out; + $q = intdiv($qMinusT, $baseMinusT); + } + $output .= self::encodeDigit($q, false); + ++$out; + $bias = self::adaptBias($delta, $h + 1, $h === $b); + $delta = 0; + ++$h; + } + } + ++$delta; + ++$n; + } + return $output; + } + /** + * @see https://tools.ietf.org/html/rfc3492#section-6.1 + * + * @param int $delta + * @param int $numPoints + * @param bool $firstTime + * + * @return int + */ + private static function adaptBias($delta, $numPoints, $firstTime) + { + // xxx >> 1 is a faster way of doing intdiv(xxx, 2) + $delta = $firstTime ? intdiv($delta, self::DAMP) : $delta >> 1; + $delta += intdiv($delta, $numPoints); + $k = 0; + while ($delta > (self::BASE - self::TMIN) * self::TMAX >> 1) { + $delta = intdiv($delta, self::BASE - self::TMIN); + $k += self::BASE; + } + return $k + intdiv((self::BASE - self::TMIN + 1) * $delta, $delta + self::SKEW); + } + /** + * @param int $d + * @param bool $flag + * + * @return string + */ + private static function encodeDigit($d, $flag) + { + return \chr($d + 22 + 75 * ($d < 26 ? 1 : 0) - (($flag ? 1 : 0) << 5)); + } + /** + * Takes a UTF-8 encoded string and converts it into a series of integer code points. Any + * invalid byte sequences will be replaced by a U+FFFD replacement code point. + * + * @see https://encoding.spec.whatwg.org/#utf-8-decoder + * + * @param string $input + * + * @return array + */ + private static function utf8Decode($input) + { + $bytesSeen = 0; + $bytesNeeded = 0; + $lowerBoundary = 0x80; + $upperBoundary = 0xbf; + $codePoint = 0; + $codePoints = array(); + $length = \strlen($input); + for ($i = 0; $i < $length; ++$i) { + $byte = \ord($input[$i]); + if (0 === $bytesNeeded) { + if ($byte >= 0x0 && $byte <= 0x7f) { + $codePoints[] = $byte; + continue; + } + if ($byte >= 0xc2 && $byte <= 0xdf) { + $bytesNeeded = 1; + $codePoint = $byte & 0x1f; + } elseif ($byte >= 0xe0 && $byte <= 0xef) { + if (0xe0 === $byte) { + $lowerBoundary = 0xa0; + } elseif (0xed === $byte) { + $upperBoundary = 0x9f; + } + $bytesNeeded = 2; + $codePoint = $byte & 0xf; + } elseif ($byte >= 0xf0 && $byte <= 0xf4) { + if (0xf0 === $byte) { + $lowerBoundary = 0x90; + } elseif (0xf4 === $byte) { + $upperBoundary = 0x8f; + } + $bytesNeeded = 3; + $codePoint = $byte & 0x7; + } else { + $codePoints[] = 0xfffd; + } + continue; + } + if ($byte < $lowerBoundary || $byte > $upperBoundary) { + $codePoint = 0; + $bytesNeeded = 0; + $bytesSeen = 0; + $lowerBoundary = 0x80; + $upperBoundary = 0xbf; + --$i; + $codePoints[] = 0xfffd; + continue; + } + $lowerBoundary = 0x80; + $upperBoundary = 0xbf; + $codePoint = $codePoint << 6 | $byte & 0x3f; + if (++$bytesSeen !== $bytesNeeded) { + continue; + } + $codePoints[] = $codePoint; + $codePoint = 0; + $bytesNeeded = 0; + $bytesSeen = 0; + } + // String unexpectedly ended, so append a U+FFFD code point. + if (0 !== $bytesNeeded) { + $codePoints[] = 0xfffd; + } + return $codePoints; + } + /** + * @param int $codePoint + * @param bool $useSTD3ASCIIRules + * + * @return array{status: string, mapping?: string} + */ + private static function lookupCodePointStatus($codePoint, $useSTD3ASCIIRules) + { + if (!self::$mappingTableLoaded) { + self::$mappingTableLoaded = true; + self::$mapped = (require __DIR__ . '/Resources/unidata/mapped.php'); + self::$ignored = (require __DIR__ . '/Resources/unidata/ignored.php'); + self::$deviation = (require __DIR__ . '/Resources/unidata/deviation.php'); + self::$disallowed = (require __DIR__ . '/Resources/unidata/disallowed.php'); + self::$disallowed_STD3_mapped = (require __DIR__ . '/Resources/unidata/disallowed_STD3_mapped.php'); + self::$disallowed_STD3_valid = (require __DIR__ . '/Resources/unidata/disallowed_STD3_valid.php'); + } + if (isset(self::$mapped[$codePoint])) { + return array('status' => 'mapped', 'mapping' => self::$mapped[$codePoint]); + } + if (isset(self::$ignored[$codePoint])) { + return array('status' => 'ignored'); + } + if (isset(self::$deviation[$codePoint])) { + return array('status' => 'deviation', 'mapping' => self::$deviation[$codePoint]); + } + if (isset(self::$disallowed[$codePoint]) || \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Resources\unidata\DisallowedRanges::inRange($codePoint)) { + return array('status' => 'disallowed'); + } + $isDisallowedMapped = isset(self::$disallowed_STD3_mapped[$codePoint]); + if ($isDisallowedMapped || isset(self::$disallowed_STD3_valid[$codePoint])) { + $status = 'disallowed'; + if (!$useSTD3ASCIIRules) { + $status = $isDisallowedMapped ? 'mapped' : 'valid'; + } + if ($isDisallowedMapped) { + return array('status' => $status, 'mapping' => self::$disallowed_STD3_mapped[$codePoint]); + } + return array('status' => $status); + } + return array('status' => 'valid'); + } +} diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Info.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Info.php new file mode 100644 index 00000000..2be42e19 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Info.php @@ -0,0 +1,22 @@ + and Trevor Rowbotham + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn; + +/** + * @internal + */ +class Info +{ + public $bidiDomain = false; + public $errors = 0; + public $validBidiDomain = true; + public $transitionalDifferent = false; +} diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/LICENSE b/vendor/Aws3/Symfony/Polyfill/IntlIdn/LICENSE new file mode 100644 index 00000000..03c5e257 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2018-2019 Fabien Potencier and Trevor Rowbotham + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/DisallowedRanges.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/DisallowedRanges.php new file mode 100644 index 00000000..891ed676 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/DisallowedRanges.php @@ -0,0 +1,286 @@ += 128 && $codePoint <= 159) { + return true; + } + if ($codePoint >= 2155 && $codePoint <= 2207) { + return true; + } + if ($codePoint >= 3676 && $codePoint <= 3712) { + return true; + } + if ($codePoint >= 3808 && $codePoint <= 3839) { + return true; + } + if ($codePoint >= 4059 && $codePoint <= 4095) { + return true; + } + if ($codePoint >= 4256 && $codePoint <= 4293) { + return true; + } + if ($codePoint >= 6849 && $codePoint <= 6911) { + return true; + } + if ($codePoint >= 11859 && $codePoint <= 11903) { + return true; + } + if ($codePoint >= 42955 && $codePoint <= 42996) { + return true; + } + if ($codePoint >= 55296 && $codePoint <= 57343) { + return true; + } + if ($codePoint >= 57344 && $codePoint <= 63743) { + return true; + } + if ($codePoint >= 64218 && $codePoint <= 64255) { + return true; + } + if ($codePoint >= 64976 && $codePoint <= 65007) { + return true; + } + if ($codePoint >= 65630 && $codePoint <= 65663) { + return true; + } + if ($codePoint >= 65953 && $codePoint <= 65999) { + return true; + } + if ($codePoint >= 66046 && $codePoint <= 66175) { + return true; + } + if ($codePoint >= 66518 && $codePoint <= 66559) { + return true; + } + if ($codePoint >= 66928 && $codePoint <= 67071) { + return true; + } + if ($codePoint >= 67432 && $codePoint <= 67583) { + return true; + } + if ($codePoint >= 67760 && $codePoint <= 67807) { + return true; + } + if ($codePoint >= 67904 && $codePoint <= 67967) { + return true; + } + if ($codePoint >= 68256 && $codePoint <= 68287) { + return true; + } + if ($codePoint >= 68528 && $codePoint <= 68607) { + return true; + } + if ($codePoint >= 68681 && $codePoint <= 68735) { + return true; + } + if ($codePoint >= 68922 && $codePoint <= 69215) { + return true; + } + if ($codePoint >= 69298 && $codePoint <= 69375) { + return true; + } + if ($codePoint >= 69466 && $codePoint <= 69551) { + return true; + } + if ($codePoint >= 70207 && $codePoint <= 70271) { + return true; + } + if ($codePoint >= 70517 && $codePoint <= 70655) { + return true; + } + if ($codePoint >= 70874 && $codePoint <= 71039) { + return true; + } + if ($codePoint >= 71134 && $codePoint <= 71167) { + return true; + } + if ($codePoint >= 71370 && $codePoint <= 71423) { + return true; + } + if ($codePoint >= 71488 && $codePoint <= 71679) { + return true; + } + if ($codePoint >= 71740 && $codePoint <= 71839) { + return true; + } + if ($codePoint >= 72026 && $codePoint <= 72095) { + return true; + } + if ($codePoint >= 72441 && $codePoint <= 72703) { + return true; + } + if ($codePoint >= 72887 && $codePoint <= 72959) { + return true; + } + if ($codePoint >= 73130 && $codePoint <= 73439) { + return true; + } + if ($codePoint >= 73465 && $codePoint <= 73647) { + return true; + } + if ($codePoint >= 74650 && $codePoint <= 74751) { + return true; + } + if ($codePoint >= 75076 && $codePoint <= 77823) { + return true; + } + if ($codePoint >= 78905 && $codePoint <= 82943) { + return true; + } + if ($codePoint >= 83527 && $codePoint <= 92159) { + return true; + } + if ($codePoint >= 92784 && $codePoint <= 92879) { + return true; + } + if ($codePoint >= 93072 && $codePoint <= 93759) { + return true; + } + if ($codePoint >= 93851 && $codePoint <= 93951) { + return true; + } + if ($codePoint >= 94112 && $codePoint <= 94175) { + return true; + } + if ($codePoint >= 101590 && $codePoint <= 101631) { + return true; + } + if ($codePoint >= 101641 && $codePoint <= 110591) { + return true; + } + if ($codePoint >= 110879 && $codePoint <= 110927) { + return true; + } + if ($codePoint >= 111356 && $codePoint <= 113663) { + return true; + } + if ($codePoint >= 113828 && $codePoint <= 118783) { + return true; + } + if ($codePoint >= 119366 && $codePoint <= 119519) { + return true; + } + if ($codePoint >= 119673 && $codePoint <= 119807) { + return true; + } + if ($codePoint >= 121520 && $codePoint <= 122879) { + return true; + } + if ($codePoint >= 122923 && $codePoint <= 123135) { + return true; + } + if ($codePoint >= 123216 && $codePoint <= 123583) { + return true; + } + if ($codePoint >= 123648 && $codePoint <= 124927) { + return true; + } + if ($codePoint >= 125143 && $codePoint <= 125183) { + return true; + } + if ($codePoint >= 125280 && $codePoint <= 126064) { + return true; + } + if ($codePoint >= 126133 && $codePoint <= 126208) { + return true; + } + if ($codePoint >= 126270 && $codePoint <= 126463) { + return true; + } + if ($codePoint >= 126652 && $codePoint <= 126703) { + return true; + } + if ($codePoint >= 126706 && $codePoint <= 126975) { + return true; + } + if ($codePoint >= 127406 && $codePoint <= 127461) { + return true; + } + if ($codePoint >= 127590 && $codePoint <= 127743) { + return true; + } + if ($codePoint >= 129202 && $codePoint <= 129279) { + return true; + } + if ($codePoint >= 129751 && $codePoint <= 129791) { + return true; + } + if ($codePoint >= 129995 && $codePoint <= 130031) { + return true; + } + if ($codePoint >= 130042 && $codePoint <= 131069) { + return true; + } + if ($codePoint >= 173790 && $codePoint <= 173823) { + return true; + } + if ($codePoint >= 191457 && $codePoint <= 194559) { + return true; + } + if ($codePoint >= 195102 && $codePoint <= 196605) { + return true; + } + if ($codePoint >= 201547 && $codePoint <= 262141) { + return true; + } + if ($codePoint >= 262144 && $codePoint <= 327677) { + return true; + } + if ($codePoint >= 327680 && $codePoint <= 393213) { + return true; + } + if ($codePoint >= 393216 && $codePoint <= 458749) { + return true; + } + if ($codePoint >= 458752 && $codePoint <= 524285) { + return true; + } + if ($codePoint >= 524288 && $codePoint <= 589821) { + return true; + } + if ($codePoint >= 589824 && $codePoint <= 655357) { + return true; + } + if ($codePoint >= 655360 && $codePoint <= 720893) { + return true; + } + if ($codePoint >= 720896 && $codePoint <= 786429) { + return true; + } + if ($codePoint >= 786432 && $codePoint <= 851965) { + return true; + } + if ($codePoint >= 851968 && $codePoint <= 917501) { + return true; + } + if ($codePoint >= 917536 && $codePoint <= 917631) { + return true; + } + if ($codePoint >= 917632 && $codePoint <= 917759) { + return true; + } + if ($codePoint >= 918000 && $codePoint <= 983037) { + return true; + } + if ($codePoint >= 983040 && $codePoint <= 1048573) { + return true; + } + if ($codePoint >= 1048576 && $codePoint <= 1114109) { + return true; + } + return false; + } +} diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/Regex.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/Regex.php new file mode 100644 index 00000000..9dfb1eb3 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/Regex.php @@ -0,0 +1,21 @@ + 'ss', 962 => 'σ', 8204 => '', 8205 => ''); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed.php new file mode 100644 index 00000000..1596de96 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed.php @@ -0,0 +1,3 @@ + \true, 889 => \true, 896 => \true, 897 => \true, 898 => \true, 899 => \true, 907 => \true, 909 => \true, 930 => \true, 1216 => \true, 1328 => \true, 1367 => \true, 1368 => \true, 1419 => \true, 1420 => \true, 1424 => \true, 1480 => \true, 1481 => \true, 1482 => \true, 1483 => \true, 1484 => \true, 1485 => \true, 1486 => \true, 1487 => \true, 1515 => \true, 1516 => \true, 1517 => \true, 1518 => \true, 1525 => \true, 1526 => \true, 1527 => \true, 1528 => \true, 1529 => \true, 1530 => \true, 1531 => \true, 1532 => \true, 1533 => \true, 1534 => \true, 1535 => \true, 1536 => \true, 1537 => \true, 1538 => \true, 1539 => \true, 1540 => \true, 1541 => \true, 1564 => \true, 1565 => \true, 1757 => \true, 1806 => \true, 1807 => \true, 1867 => \true, 1868 => \true, 1970 => \true, 1971 => \true, 1972 => \true, 1973 => \true, 1974 => \true, 1975 => \true, 1976 => \true, 1977 => \true, 1978 => \true, 1979 => \true, 1980 => \true, 1981 => \true, 1982 => \true, 1983 => \true, 2043 => \true, 2044 => \true, 2094 => \true, 2095 => \true, 2111 => \true, 2140 => \true, 2141 => \true, 2143 => \true, 2229 => \true, 2248 => \true, 2249 => \true, 2250 => \true, 2251 => \true, 2252 => \true, 2253 => \true, 2254 => \true, 2255 => \true, 2256 => \true, 2257 => \true, 2258 => \true, 2274 => \true, 2436 => \true, 2445 => \true, 2446 => \true, 2449 => \true, 2450 => \true, 2473 => \true, 2481 => \true, 2483 => \true, 2484 => \true, 2485 => \true, 2490 => \true, 2491 => \true, 2501 => \true, 2502 => \true, 2505 => \true, 2506 => \true, 2511 => \true, 2512 => \true, 2513 => \true, 2514 => \true, 2515 => \true, 2516 => \true, 2517 => \true, 2518 => \true, 2520 => \true, 2521 => \true, 2522 => \true, 2523 => \true, 2526 => \true, 2532 => \true, 2533 => \true, 2559 => \true, 2560 => \true, 2564 => \true, 2571 => \true, 2572 => \true, 2573 => \true, 2574 => \true, 2577 => \true, 2578 => \true, 2601 => \true, 2609 => \true, 2612 => \true, 2615 => \true, 2618 => \true, 2619 => \true, 2621 => \true, 2627 => \true, 2628 => \true, 2629 => \true, 2630 => \true, 2633 => \true, 2634 => \true, 2638 => \true, 2639 => \true, 2640 => \true, 2642 => \true, 2643 => \true, 2644 => \true, 2645 => \true, 2646 => \true, 2647 => \true, 2648 => \true, 2653 => \true, 2655 => \true, 2656 => \true, 2657 => \true, 2658 => \true, 2659 => \true, 2660 => \true, 2661 => \true, 2679 => \true, 2680 => \true, 2681 => \true, 2682 => \true, 2683 => \true, 2684 => \true, 2685 => \true, 2686 => \true, 2687 => \true, 2688 => \true, 2692 => \true, 2702 => \true, 2706 => \true, 2729 => \true, 2737 => \true, 2740 => \true, 2746 => \true, 2747 => \true, 2758 => \true, 2762 => \true, 2766 => \true, 2767 => \true, 2769 => \true, 2770 => \true, 2771 => \true, 2772 => \true, 2773 => \true, 2774 => \true, 2775 => \true, 2776 => \true, 2777 => \true, 2778 => \true, 2779 => \true, 2780 => \true, 2781 => \true, 2782 => \true, 2783 => \true, 2788 => \true, 2789 => \true, 2802 => \true, 2803 => \true, 2804 => \true, 2805 => \true, 2806 => \true, 2807 => \true, 2808 => \true, 2816 => \true, 2820 => \true, 2829 => \true, 2830 => \true, 2833 => \true, 2834 => \true, 2857 => \true, 2865 => \true, 2868 => \true, 2874 => \true, 2875 => \true, 2885 => \true, 2886 => \true, 2889 => \true, 2890 => \true, 2894 => \true, 2895 => \true, 2896 => \true, 2897 => \true, 2898 => \true, 2899 => \true, 2900 => \true, 2904 => \true, 2905 => \true, 2906 => \true, 2907 => \true, 2910 => \true, 2916 => \true, 2917 => \true, 2936 => \true, 2937 => \true, 2938 => \true, 2939 => \true, 2940 => \true, 2941 => \true, 2942 => \true, 2943 => \true, 2944 => \true, 2945 => \true, 2948 => \true, 2955 => \true, 2956 => \true, 2957 => \true, 2961 => \true, 2966 => \true, 2967 => \true, 2968 => \true, 2971 => \true, 2973 => \true, 2976 => \true, 2977 => \true, 2978 => \true, 2981 => \true, 2982 => \true, 2983 => \true, 2987 => \true, 2988 => \true, 2989 => \true, 3002 => \true, 3003 => \true, 3004 => \true, 3005 => \true, 3011 => \true, 3012 => \true, 3013 => \true, 3017 => \true, 3022 => \true, 3023 => \true, 3025 => \true, 3026 => \true, 3027 => \true, 3028 => \true, 3029 => \true, 3030 => \true, 3032 => \true, 3033 => \true, 3034 => \true, 3035 => \true, 3036 => \true, 3037 => \true, 3038 => \true, 3039 => \true, 3040 => \true, 3041 => \true, 3042 => \true, 3043 => \true, 3044 => \true, 3045 => \true, 3067 => \true, 3068 => \true, 3069 => \true, 3070 => \true, 3071 => \true, 3085 => \true, 3089 => \true, 3113 => \true, 3130 => \true, 3131 => \true, 3132 => \true, 3141 => \true, 3145 => \true, 3150 => \true, 3151 => \true, 3152 => \true, 3153 => \true, 3154 => \true, 3155 => \true, 3156 => \true, 3159 => \true, 3163 => \true, 3164 => \true, 3165 => \true, 3166 => \true, 3167 => \true, 3172 => \true, 3173 => \true, 3184 => \true, 3185 => \true, 3186 => \true, 3187 => \true, 3188 => \true, 3189 => \true, 3190 => \true, 3213 => \true, 3217 => \true, 3241 => \true, 3252 => \true, 3258 => \true, 3259 => \true, 3269 => \true, 3273 => \true, 3278 => \true, 3279 => \true, 3280 => \true, 3281 => \true, 3282 => \true, 3283 => \true, 3284 => \true, 3287 => \true, 3288 => \true, 3289 => \true, 3290 => \true, 3291 => \true, 3292 => \true, 3293 => \true, 3295 => \true, 3300 => \true, 3301 => \true, 3312 => \true, 3315 => \true, 3316 => \true, 3317 => \true, 3318 => \true, 3319 => \true, 3320 => \true, 3321 => \true, 3322 => \true, 3323 => \true, 3324 => \true, 3325 => \true, 3326 => \true, 3327 => \true, 3341 => \true, 3345 => \true, 3397 => \true, 3401 => \true, 3408 => \true, 3409 => \true, 3410 => \true, 3411 => \true, 3428 => \true, 3429 => \true, 3456 => \true, 3460 => \true, 3479 => \true, 3480 => \true, 3481 => \true, 3506 => \true, 3516 => \true, 3518 => \true, 3519 => \true, 3527 => \true, 3528 => \true, 3529 => \true, 3531 => \true, 3532 => \true, 3533 => \true, 3534 => \true, 3541 => \true, 3543 => \true, 3552 => \true, 3553 => \true, 3554 => \true, 3555 => \true, 3556 => \true, 3557 => \true, 3568 => \true, 3569 => \true, 3573 => \true, 3574 => \true, 3575 => \true, 3576 => \true, 3577 => \true, 3578 => \true, 3579 => \true, 3580 => \true, 3581 => \true, 3582 => \true, 3583 => \true, 3584 => \true, 3643 => \true, 3644 => \true, 3645 => \true, 3646 => \true, 3715 => \true, 3717 => \true, 3723 => \true, 3748 => \true, 3750 => \true, 3774 => \true, 3775 => \true, 3781 => \true, 3783 => \true, 3790 => \true, 3791 => \true, 3802 => \true, 3803 => \true, 3912 => \true, 3949 => \true, 3950 => \true, 3951 => \true, 3952 => \true, 3992 => \true, 4029 => \true, 4045 => \true, 4294 => \true, 4296 => \true, 4297 => \true, 4298 => \true, 4299 => \true, 4300 => \true, 4302 => \true, 4303 => \true, 4447 => \true, 4448 => \true, 4681 => \true, 4686 => \true, 4687 => \true, 4695 => \true, 4697 => \true, 4702 => \true, 4703 => \true, 4745 => \true, 4750 => \true, 4751 => \true, 4785 => \true, 4790 => \true, 4791 => \true, 4799 => \true, 4801 => \true, 4806 => \true, 4807 => \true, 4823 => \true, 4881 => \true, 4886 => \true, 4887 => \true, 4955 => \true, 4956 => \true, 4989 => \true, 4990 => \true, 4991 => \true, 5018 => \true, 5019 => \true, 5020 => \true, 5021 => \true, 5022 => \true, 5023 => \true, 5110 => \true, 5111 => \true, 5118 => \true, 5119 => \true, 5760 => \true, 5789 => \true, 5790 => \true, 5791 => \true, 5881 => \true, 5882 => \true, 5883 => \true, 5884 => \true, 5885 => \true, 5886 => \true, 5887 => \true, 5901 => \true, 5909 => \true, 5910 => \true, 5911 => \true, 5912 => \true, 5913 => \true, 5914 => \true, 5915 => \true, 5916 => \true, 5917 => \true, 5918 => \true, 5919 => \true, 5943 => \true, 5944 => \true, 5945 => \true, 5946 => \true, 5947 => \true, 5948 => \true, 5949 => \true, 5950 => \true, 5951 => \true, 5972 => \true, 5973 => \true, 5974 => \true, 5975 => \true, 5976 => \true, 5977 => \true, 5978 => \true, 5979 => \true, 5980 => \true, 5981 => \true, 5982 => \true, 5983 => \true, 5997 => \true, 6001 => \true, 6004 => \true, 6005 => \true, 6006 => \true, 6007 => \true, 6008 => \true, 6009 => \true, 6010 => \true, 6011 => \true, 6012 => \true, 6013 => \true, 6014 => \true, 6015 => \true, 6068 => \true, 6069 => \true, 6110 => \true, 6111 => \true, 6122 => \true, 6123 => \true, 6124 => \true, 6125 => \true, 6126 => \true, 6127 => \true, 6138 => \true, 6139 => \true, 6140 => \true, 6141 => \true, 6142 => \true, 6143 => \true, 6150 => \true, 6158 => \true, 6159 => \true, 6170 => \true, 6171 => \true, 6172 => \true, 6173 => \true, 6174 => \true, 6175 => \true, 6265 => \true, 6266 => \true, 6267 => \true, 6268 => \true, 6269 => \true, 6270 => \true, 6271 => \true, 6315 => \true, 6316 => \true, 6317 => \true, 6318 => \true, 6319 => \true, 6390 => \true, 6391 => \true, 6392 => \true, 6393 => \true, 6394 => \true, 6395 => \true, 6396 => \true, 6397 => \true, 6398 => \true, 6399 => \true, 6431 => \true, 6444 => \true, 6445 => \true, 6446 => \true, 6447 => \true, 6460 => \true, 6461 => \true, 6462 => \true, 6463 => \true, 6465 => \true, 6466 => \true, 6467 => \true, 6510 => \true, 6511 => \true, 6517 => \true, 6518 => \true, 6519 => \true, 6520 => \true, 6521 => \true, 6522 => \true, 6523 => \true, 6524 => \true, 6525 => \true, 6526 => \true, 6527 => \true, 6572 => \true, 6573 => \true, 6574 => \true, 6575 => \true, 6602 => \true, 6603 => \true, 6604 => \true, 6605 => \true, 6606 => \true, 6607 => \true, 6619 => \true, 6620 => \true, 6621 => \true, 6684 => \true, 6685 => \true, 6751 => \true, 6781 => \true, 6782 => \true, 6794 => \true, 6795 => \true, 6796 => \true, 6797 => \true, 6798 => \true, 6799 => \true, 6810 => \true, 6811 => \true, 6812 => \true, 6813 => \true, 6814 => \true, 6815 => \true, 6830 => \true, 6831 => \true, 6988 => \true, 6989 => \true, 6990 => \true, 6991 => \true, 7037 => \true, 7038 => \true, 7039 => \true, 7156 => \true, 7157 => \true, 7158 => \true, 7159 => \true, 7160 => \true, 7161 => \true, 7162 => \true, 7163 => \true, 7224 => \true, 7225 => \true, 7226 => \true, 7242 => \true, 7243 => \true, 7244 => \true, 7305 => \true, 7306 => \true, 7307 => \true, 7308 => \true, 7309 => \true, 7310 => \true, 7311 => \true, 7355 => \true, 7356 => \true, 7368 => \true, 7369 => \true, 7370 => \true, 7371 => \true, 7372 => \true, 7373 => \true, 7374 => \true, 7375 => \true, 7419 => \true, 7420 => \true, 7421 => \true, 7422 => \true, 7423 => \true, 7674 => \true, 7958 => \true, 7959 => \true, 7966 => \true, 7967 => \true, 8006 => \true, 8007 => \true, 8014 => \true, 8015 => \true, 8024 => \true, 8026 => \true, 8028 => \true, 8030 => \true, 8062 => \true, 8063 => \true, 8117 => \true, 8133 => \true, 8148 => \true, 8149 => \true, 8156 => \true, 8176 => \true, 8177 => \true, 8181 => \true, 8191 => \true, 8206 => \true, 8207 => \true, 8228 => \true, 8229 => \true, 8230 => \true, 8232 => \true, 8233 => \true, 8234 => \true, 8235 => \true, 8236 => \true, 8237 => \true, 8238 => \true, 8289 => \true, 8290 => \true, 8291 => \true, 8293 => \true, 8294 => \true, 8295 => \true, 8296 => \true, 8297 => \true, 8298 => \true, 8299 => \true, 8300 => \true, 8301 => \true, 8302 => \true, 8303 => \true, 8306 => \true, 8307 => \true, 8335 => \true, 8349 => \true, 8350 => \true, 8351 => \true, 8384 => \true, 8385 => \true, 8386 => \true, 8387 => \true, 8388 => \true, 8389 => \true, 8390 => \true, 8391 => \true, 8392 => \true, 8393 => \true, 8394 => \true, 8395 => \true, 8396 => \true, 8397 => \true, 8398 => \true, 8399 => \true, 8433 => \true, 8434 => \true, 8435 => \true, 8436 => \true, 8437 => \true, 8438 => \true, 8439 => \true, 8440 => \true, 8441 => \true, 8442 => \true, 8443 => \true, 8444 => \true, 8445 => \true, 8446 => \true, 8447 => \true, 8498 => \true, 8579 => \true, 8588 => \true, 8589 => \true, 8590 => \true, 8591 => \true, 9255 => \true, 9256 => \true, 9257 => \true, 9258 => \true, 9259 => \true, 9260 => \true, 9261 => \true, 9262 => \true, 9263 => \true, 9264 => \true, 9265 => \true, 9266 => \true, 9267 => \true, 9268 => \true, 9269 => \true, 9270 => \true, 9271 => \true, 9272 => \true, 9273 => \true, 9274 => \true, 9275 => \true, 9276 => \true, 9277 => \true, 9278 => \true, 9279 => \true, 9291 => \true, 9292 => \true, 9293 => \true, 9294 => \true, 9295 => \true, 9296 => \true, 9297 => \true, 9298 => \true, 9299 => \true, 9300 => \true, 9301 => \true, 9302 => \true, 9303 => \true, 9304 => \true, 9305 => \true, 9306 => \true, 9307 => \true, 9308 => \true, 9309 => \true, 9310 => \true, 9311 => \true, 9352 => \true, 9353 => \true, 9354 => \true, 9355 => \true, 9356 => \true, 9357 => \true, 9358 => \true, 9359 => \true, 9360 => \true, 9361 => \true, 9362 => \true, 9363 => \true, 9364 => \true, 9365 => \true, 9366 => \true, 9367 => \true, 9368 => \true, 9369 => \true, 9370 => \true, 9371 => \true, 11124 => \true, 11125 => \true, 11158 => \true, 11311 => \true, 11359 => \true, 11508 => \true, 11509 => \true, 11510 => \true, 11511 => \true, 11512 => \true, 11558 => \true, 11560 => \true, 11561 => \true, 11562 => \true, 11563 => \true, 11564 => \true, 11566 => \true, 11567 => \true, 11624 => \true, 11625 => \true, 11626 => \true, 11627 => \true, 11628 => \true, 11629 => \true, 11630 => \true, 11633 => \true, 11634 => \true, 11635 => \true, 11636 => \true, 11637 => \true, 11638 => \true, 11639 => \true, 11640 => \true, 11641 => \true, 11642 => \true, 11643 => \true, 11644 => \true, 11645 => \true, 11646 => \true, 11671 => \true, 11672 => \true, 11673 => \true, 11674 => \true, 11675 => \true, 11676 => \true, 11677 => \true, 11678 => \true, 11679 => \true, 11687 => \true, 11695 => \true, 11703 => \true, 11711 => \true, 11719 => \true, 11727 => \true, 11735 => \true, 11743 => \true, 11930 => \true, 12020 => \true, 12021 => \true, 12022 => \true, 12023 => \true, 12024 => \true, 12025 => \true, 12026 => \true, 12027 => \true, 12028 => \true, 12029 => \true, 12030 => \true, 12031 => \true, 12246 => \true, 12247 => \true, 12248 => \true, 12249 => \true, 12250 => \true, 12251 => \true, 12252 => \true, 12253 => \true, 12254 => \true, 12255 => \true, 12256 => \true, 12257 => \true, 12258 => \true, 12259 => \true, 12260 => \true, 12261 => \true, 12262 => \true, 12263 => \true, 12264 => \true, 12265 => \true, 12266 => \true, 12267 => \true, 12268 => \true, 12269 => \true, 12270 => \true, 12271 => \true, 12272 => \true, 12273 => \true, 12274 => \true, 12275 => \true, 12276 => \true, 12277 => \true, 12278 => \true, 12279 => \true, 12280 => \true, 12281 => \true, 12282 => \true, 12283 => \true, 12284 => \true, 12285 => \true, 12286 => \true, 12287 => \true, 12352 => \true, 12439 => \true, 12440 => \true, 12544 => \true, 12545 => \true, 12546 => \true, 12547 => \true, 12548 => \true, 12592 => \true, 12644 => \true, 12687 => \true, 12772 => \true, 12773 => \true, 12774 => \true, 12775 => \true, 12776 => \true, 12777 => \true, 12778 => \true, 12779 => \true, 12780 => \true, 12781 => \true, 12782 => \true, 12783 => \true, 12831 => \true, 13250 => \true, 13255 => \true, 13272 => \true, 40957 => \true, 40958 => \true, 40959 => \true, 42125 => \true, 42126 => \true, 42127 => \true, 42183 => \true, 42184 => \true, 42185 => \true, 42186 => \true, 42187 => \true, 42188 => \true, 42189 => \true, 42190 => \true, 42191 => \true, 42540 => \true, 42541 => \true, 42542 => \true, 42543 => \true, 42544 => \true, 42545 => \true, 42546 => \true, 42547 => \true, 42548 => \true, 42549 => \true, 42550 => \true, 42551 => \true, 42552 => \true, 42553 => \true, 42554 => \true, 42555 => \true, 42556 => \true, 42557 => \true, 42558 => \true, 42559 => \true, 42744 => \true, 42745 => \true, 42746 => \true, 42747 => \true, 42748 => \true, 42749 => \true, 42750 => \true, 42751 => \true, 42944 => \true, 42945 => \true, 43053 => \true, 43054 => \true, 43055 => \true, 43066 => \true, 43067 => \true, 43068 => \true, 43069 => \true, 43070 => \true, 43071 => \true, 43128 => \true, 43129 => \true, 43130 => \true, 43131 => \true, 43132 => \true, 43133 => \true, 43134 => \true, 43135 => \true, 43206 => \true, 43207 => \true, 43208 => \true, 43209 => \true, 43210 => \true, 43211 => \true, 43212 => \true, 43213 => \true, 43226 => \true, 43227 => \true, 43228 => \true, 43229 => \true, 43230 => \true, 43231 => \true, 43348 => \true, 43349 => \true, 43350 => \true, 43351 => \true, 43352 => \true, 43353 => \true, 43354 => \true, 43355 => \true, 43356 => \true, 43357 => \true, 43358 => \true, 43389 => \true, 43390 => \true, 43391 => \true, 43470 => \true, 43482 => \true, 43483 => \true, 43484 => \true, 43485 => \true, 43519 => \true, 43575 => \true, 43576 => \true, 43577 => \true, 43578 => \true, 43579 => \true, 43580 => \true, 43581 => \true, 43582 => \true, 43583 => \true, 43598 => \true, 43599 => \true, 43610 => \true, 43611 => \true, 43715 => \true, 43716 => \true, 43717 => \true, 43718 => \true, 43719 => \true, 43720 => \true, 43721 => \true, 43722 => \true, 43723 => \true, 43724 => \true, 43725 => \true, 43726 => \true, 43727 => \true, 43728 => \true, 43729 => \true, 43730 => \true, 43731 => \true, 43732 => \true, 43733 => \true, 43734 => \true, 43735 => \true, 43736 => \true, 43737 => \true, 43738 => \true, 43767 => \true, 43768 => \true, 43769 => \true, 43770 => \true, 43771 => \true, 43772 => \true, 43773 => \true, 43774 => \true, 43775 => \true, 43776 => \true, 43783 => \true, 43784 => \true, 43791 => \true, 43792 => \true, 43799 => \true, 43800 => \true, 43801 => \true, 43802 => \true, 43803 => \true, 43804 => \true, 43805 => \true, 43806 => \true, 43807 => \true, 43815 => \true, 43823 => \true, 43884 => \true, 43885 => \true, 43886 => \true, 43887 => \true, 44014 => \true, 44015 => \true, 44026 => \true, 44027 => \true, 44028 => \true, 44029 => \true, 44030 => \true, 44031 => \true, 55204 => \true, 55205 => \true, 55206 => \true, 55207 => \true, 55208 => \true, 55209 => \true, 55210 => \true, 55211 => \true, 55212 => \true, 55213 => \true, 55214 => \true, 55215 => \true, 55239 => \true, 55240 => \true, 55241 => \true, 55242 => \true, 55292 => \true, 55293 => \true, 55294 => \true, 55295 => \true, 64110 => \true, 64111 => \true, 64263 => \true, 64264 => \true, 64265 => \true, 64266 => \true, 64267 => \true, 64268 => \true, 64269 => \true, 64270 => \true, 64271 => \true, 64272 => \true, 64273 => \true, 64274 => \true, 64280 => \true, 64281 => \true, 64282 => \true, 64283 => \true, 64284 => \true, 64311 => \true, 64317 => \true, 64319 => \true, 64322 => \true, 64325 => \true, 64450 => \true, 64451 => \true, 64452 => \true, 64453 => \true, 64454 => \true, 64455 => \true, 64456 => \true, 64457 => \true, 64458 => \true, 64459 => \true, 64460 => \true, 64461 => \true, 64462 => \true, 64463 => \true, 64464 => \true, 64465 => \true, 64466 => \true, 64832 => \true, 64833 => \true, 64834 => \true, 64835 => \true, 64836 => \true, 64837 => \true, 64838 => \true, 64839 => \true, 64840 => \true, 64841 => \true, 64842 => \true, 64843 => \true, 64844 => \true, 64845 => \true, 64846 => \true, 64847 => \true, 64912 => \true, 64913 => \true, 64968 => \true, 64969 => \true, 64970 => \true, 64971 => \true, 64972 => \true, 64973 => \true, 64974 => \true, 64975 => \true, 65022 => \true, 65023 => \true, 65042 => \true, 65049 => \true, 65050 => \true, 65051 => \true, 65052 => \true, 65053 => \true, 65054 => \true, 65055 => \true, 65072 => \true, 65106 => \true, 65107 => \true, 65127 => \true, 65132 => \true, 65133 => \true, 65134 => \true, 65135 => \true, 65141 => \true, 65277 => \true, 65278 => \true, 65280 => \true, 65440 => \true, 65471 => \true, 65472 => \true, 65473 => \true, 65480 => \true, 65481 => \true, 65488 => \true, 65489 => \true, 65496 => \true, 65497 => \true, 65501 => \true, 65502 => \true, 65503 => \true, 65511 => \true, 65519 => \true, 65520 => \true, 65521 => \true, 65522 => \true, 65523 => \true, 65524 => \true, 65525 => \true, 65526 => \true, 65527 => \true, 65528 => \true, 65529 => \true, 65530 => \true, 65531 => \true, 65532 => \true, 65533 => \true, 65534 => \true, 65535 => \true, 65548 => \true, 65575 => \true, 65595 => \true, 65598 => \true, 65614 => \true, 65615 => \true, 65787 => \true, 65788 => \true, 65789 => \true, 65790 => \true, 65791 => \true, 65795 => \true, 65796 => \true, 65797 => \true, 65798 => \true, 65844 => \true, 65845 => \true, 65846 => \true, 65935 => \true, 65949 => \true, 65950 => \true, 65951 => \true, 66205 => \true, 66206 => \true, 66207 => \true, 66257 => \true, 66258 => \true, 66259 => \true, 66260 => \true, 66261 => \true, 66262 => \true, 66263 => \true, 66264 => \true, 66265 => \true, 66266 => \true, 66267 => \true, 66268 => \true, 66269 => \true, 66270 => \true, 66271 => \true, 66300 => \true, 66301 => \true, 66302 => \true, 66303 => \true, 66340 => \true, 66341 => \true, 66342 => \true, 66343 => \true, 66344 => \true, 66345 => \true, 66346 => \true, 66347 => \true, 66348 => \true, 66379 => \true, 66380 => \true, 66381 => \true, 66382 => \true, 66383 => \true, 66427 => \true, 66428 => \true, 66429 => \true, 66430 => \true, 66431 => \true, 66462 => \true, 66500 => \true, 66501 => \true, 66502 => \true, 66503 => \true, 66718 => \true, 66719 => \true, 66730 => \true, 66731 => \true, 66732 => \true, 66733 => \true, 66734 => \true, 66735 => \true, 66772 => \true, 66773 => \true, 66774 => \true, 66775 => \true, 66812 => \true, 66813 => \true, 66814 => \true, 66815 => \true, 66856 => \true, 66857 => \true, 66858 => \true, 66859 => \true, 66860 => \true, 66861 => \true, 66862 => \true, 66863 => \true, 66916 => \true, 66917 => \true, 66918 => \true, 66919 => \true, 66920 => \true, 66921 => \true, 66922 => \true, 66923 => \true, 66924 => \true, 66925 => \true, 66926 => \true, 67383 => \true, 67384 => \true, 67385 => \true, 67386 => \true, 67387 => \true, 67388 => \true, 67389 => \true, 67390 => \true, 67391 => \true, 67414 => \true, 67415 => \true, 67416 => \true, 67417 => \true, 67418 => \true, 67419 => \true, 67420 => \true, 67421 => \true, 67422 => \true, 67423 => \true, 67590 => \true, 67591 => \true, 67593 => \true, 67638 => \true, 67641 => \true, 67642 => \true, 67643 => \true, 67645 => \true, 67646 => \true, 67670 => \true, 67743 => \true, 67744 => \true, 67745 => \true, 67746 => \true, 67747 => \true, 67748 => \true, 67749 => \true, 67750 => \true, 67827 => \true, 67830 => \true, 67831 => \true, 67832 => \true, 67833 => \true, 67834 => \true, 67868 => \true, 67869 => \true, 67870 => \true, 67898 => \true, 67899 => \true, 67900 => \true, 67901 => \true, 67902 => \true, 68024 => \true, 68025 => \true, 68026 => \true, 68027 => \true, 68048 => \true, 68049 => \true, 68100 => \true, 68103 => \true, 68104 => \true, 68105 => \true, 68106 => \true, 68107 => \true, 68116 => \true, 68120 => \true, 68150 => \true, 68151 => \true, 68155 => \true, 68156 => \true, 68157 => \true, 68158 => \true, 68169 => \true, 68170 => \true, 68171 => \true, 68172 => \true, 68173 => \true, 68174 => \true, 68175 => \true, 68185 => \true, 68186 => \true, 68187 => \true, 68188 => \true, 68189 => \true, 68190 => \true, 68191 => \true, 68327 => \true, 68328 => \true, 68329 => \true, 68330 => \true, 68343 => \true, 68344 => \true, 68345 => \true, 68346 => \true, 68347 => \true, 68348 => \true, 68349 => \true, 68350 => \true, 68351 => \true, 68406 => \true, 68407 => \true, 68408 => \true, 68438 => \true, 68439 => \true, 68467 => \true, 68468 => \true, 68469 => \true, 68470 => \true, 68471 => \true, 68498 => \true, 68499 => \true, 68500 => \true, 68501 => \true, 68502 => \true, 68503 => \true, 68504 => \true, 68509 => \true, 68510 => \true, 68511 => \true, 68512 => \true, 68513 => \true, 68514 => \true, 68515 => \true, 68516 => \true, 68517 => \true, 68518 => \true, 68519 => \true, 68520 => \true, 68787 => \true, 68788 => \true, 68789 => \true, 68790 => \true, 68791 => \true, 68792 => \true, 68793 => \true, 68794 => \true, 68795 => \true, 68796 => \true, 68797 => \true, 68798 => \true, 68799 => \true, 68851 => \true, 68852 => \true, 68853 => \true, 68854 => \true, 68855 => \true, 68856 => \true, 68857 => \true, 68904 => \true, 68905 => \true, 68906 => \true, 68907 => \true, 68908 => \true, 68909 => \true, 68910 => \true, 68911 => \true, 69247 => \true, 69290 => \true, 69294 => \true, 69295 => \true, 69416 => \true, 69417 => \true, 69418 => \true, 69419 => \true, 69420 => \true, 69421 => \true, 69422 => \true, 69423 => \true, 69580 => \true, 69581 => \true, 69582 => \true, 69583 => \true, 69584 => \true, 69585 => \true, 69586 => \true, 69587 => \true, 69588 => \true, 69589 => \true, 69590 => \true, 69591 => \true, 69592 => \true, 69593 => \true, 69594 => \true, 69595 => \true, 69596 => \true, 69597 => \true, 69598 => \true, 69599 => \true, 69623 => \true, 69624 => \true, 69625 => \true, 69626 => \true, 69627 => \true, 69628 => \true, 69629 => \true, 69630 => \true, 69631 => \true, 69710 => \true, 69711 => \true, 69712 => \true, 69713 => \true, 69744 => \true, 69745 => \true, 69746 => \true, 69747 => \true, 69748 => \true, 69749 => \true, 69750 => \true, 69751 => \true, 69752 => \true, 69753 => \true, 69754 => \true, 69755 => \true, 69756 => \true, 69757 => \true, 69758 => \true, 69821 => \true, 69826 => \true, 69827 => \true, 69828 => \true, 69829 => \true, 69830 => \true, 69831 => \true, 69832 => \true, 69833 => \true, 69834 => \true, 69835 => \true, 69836 => \true, 69837 => \true, 69838 => \true, 69839 => \true, 69865 => \true, 69866 => \true, 69867 => \true, 69868 => \true, 69869 => \true, 69870 => \true, 69871 => \true, 69882 => \true, 69883 => \true, 69884 => \true, 69885 => \true, 69886 => \true, 69887 => \true, 69941 => \true, 69960 => \true, 69961 => \true, 69962 => \true, 69963 => \true, 69964 => \true, 69965 => \true, 69966 => \true, 69967 => \true, 70007 => \true, 70008 => \true, 70009 => \true, 70010 => \true, 70011 => \true, 70012 => \true, 70013 => \true, 70014 => \true, 70015 => \true, 70112 => \true, 70133 => \true, 70134 => \true, 70135 => \true, 70136 => \true, 70137 => \true, 70138 => \true, 70139 => \true, 70140 => \true, 70141 => \true, 70142 => \true, 70143 => \true, 70162 => \true, 70279 => \true, 70281 => \true, 70286 => \true, 70302 => \true, 70314 => \true, 70315 => \true, 70316 => \true, 70317 => \true, 70318 => \true, 70319 => \true, 70379 => \true, 70380 => \true, 70381 => \true, 70382 => \true, 70383 => \true, 70394 => \true, 70395 => \true, 70396 => \true, 70397 => \true, 70398 => \true, 70399 => \true, 70404 => \true, 70413 => \true, 70414 => \true, 70417 => \true, 70418 => \true, 70441 => \true, 70449 => \true, 70452 => \true, 70458 => \true, 70469 => \true, 70470 => \true, 70473 => \true, 70474 => \true, 70478 => \true, 70479 => \true, 70481 => \true, 70482 => \true, 70483 => \true, 70484 => \true, 70485 => \true, 70486 => \true, 70488 => \true, 70489 => \true, 70490 => \true, 70491 => \true, 70492 => \true, 70500 => \true, 70501 => \true, 70509 => \true, 70510 => \true, 70511 => \true, 70748 => \true, 70754 => \true, 70755 => \true, 70756 => \true, 70757 => \true, 70758 => \true, 70759 => \true, 70760 => \true, 70761 => \true, 70762 => \true, 70763 => \true, 70764 => \true, 70765 => \true, 70766 => \true, 70767 => \true, 70768 => \true, 70769 => \true, 70770 => \true, 70771 => \true, 70772 => \true, 70773 => \true, 70774 => \true, 70775 => \true, 70776 => \true, 70777 => \true, 70778 => \true, 70779 => \true, 70780 => \true, 70781 => \true, 70782 => \true, 70783 => \true, 70856 => \true, 70857 => \true, 70858 => \true, 70859 => \true, 70860 => \true, 70861 => \true, 70862 => \true, 70863 => \true, 71094 => \true, 71095 => \true, 71237 => \true, 71238 => \true, 71239 => \true, 71240 => \true, 71241 => \true, 71242 => \true, 71243 => \true, 71244 => \true, 71245 => \true, 71246 => \true, 71247 => \true, 71258 => \true, 71259 => \true, 71260 => \true, 71261 => \true, 71262 => \true, 71263 => \true, 71277 => \true, 71278 => \true, 71279 => \true, 71280 => \true, 71281 => \true, 71282 => \true, 71283 => \true, 71284 => \true, 71285 => \true, 71286 => \true, 71287 => \true, 71288 => \true, 71289 => \true, 71290 => \true, 71291 => \true, 71292 => \true, 71293 => \true, 71294 => \true, 71295 => \true, 71353 => \true, 71354 => \true, 71355 => \true, 71356 => \true, 71357 => \true, 71358 => \true, 71359 => \true, 71451 => \true, 71452 => \true, 71468 => \true, 71469 => \true, 71470 => \true, 71471 => \true, 71923 => \true, 71924 => \true, 71925 => \true, 71926 => \true, 71927 => \true, 71928 => \true, 71929 => \true, 71930 => \true, 71931 => \true, 71932 => \true, 71933 => \true, 71934 => \true, 71943 => \true, 71944 => \true, 71946 => \true, 71947 => \true, 71956 => \true, 71959 => \true, 71990 => \true, 71993 => \true, 71994 => \true, 72007 => \true, 72008 => \true, 72009 => \true, 72010 => \true, 72011 => \true, 72012 => \true, 72013 => \true, 72014 => \true, 72015 => \true, 72104 => \true, 72105 => \true, 72152 => \true, 72153 => \true, 72165 => \true, 72166 => \true, 72167 => \true, 72168 => \true, 72169 => \true, 72170 => \true, 72171 => \true, 72172 => \true, 72173 => \true, 72174 => \true, 72175 => \true, 72176 => \true, 72177 => \true, 72178 => \true, 72179 => \true, 72180 => \true, 72181 => \true, 72182 => \true, 72183 => \true, 72184 => \true, 72185 => \true, 72186 => \true, 72187 => \true, 72188 => \true, 72189 => \true, 72190 => \true, 72191 => \true, 72264 => \true, 72265 => \true, 72266 => \true, 72267 => \true, 72268 => \true, 72269 => \true, 72270 => \true, 72271 => \true, 72355 => \true, 72356 => \true, 72357 => \true, 72358 => \true, 72359 => \true, 72360 => \true, 72361 => \true, 72362 => \true, 72363 => \true, 72364 => \true, 72365 => \true, 72366 => \true, 72367 => \true, 72368 => \true, 72369 => \true, 72370 => \true, 72371 => \true, 72372 => \true, 72373 => \true, 72374 => \true, 72375 => \true, 72376 => \true, 72377 => \true, 72378 => \true, 72379 => \true, 72380 => \true, 72381 => \true, 72382 => \true, 72383 => \true, 72713 => \true, 72759 => \true, 72774 => \true, 72775 => \true, 72776 => \true, 72777 => \true, 72778 => \true, 72779 => \true, 72780 => \true, 72781 => \true, 72782 => \true, 72783 => \true, 72813 => \true, 72814 => \true, 72815 => \true, 72848 => \true, 72849 => \true, 72872 => \true, 72967 => \true, 72970 => \true, 73015 => \true, 73016 => \true, 73017 => \true, 73019 => \true, 73022 => \true, 73032 => \true, 73033 => \true, 73034 => \true, 73035 => \true, 73036 => \true, 73037 => \true, 73038 => \true, 73039 => \true, 73050 => \true, 73051 => \true, 73052 => \true, 73053 => \true, 73054 => \true, 73055 => \true, 73062 => \true, 73065 => \true, 73103 => \true, 73106 => \true, 73113 => \true, 73114 => \true, 73115 => \true, 73116 => \true, 73117 => \true, 73118 => \true, 73119 => \true, 73649 => \true, 73650 => \true, 73651 => \true, 73652 => \true, 73653 => \true, 73654 => \true, 73655 => \true, 73656 => \true, 73657 => \true, 73658 => \true, 73659 => \true, 73660 => \true, 73661 => \true, 73662 => \true, 73663 => \true, 73714 => \true, 73715 => \true, 73716 => \true, 73717 => \true, 73718 => \true, 73719 => \true, 73720 => \true, 73721 => \true, 73722 => \true, 73723 => \true, 73724 => \true, 73725 => \true, 73726 => \true, 74863 => \true, 74869 => \true, 74870 => \true, 74871 => \true, 74872 => \true, 74873 => \true, 74874 => \true, 74875 => \true, 74876 => \true, 74877 => \true, 74878 => \true, 74879 => \true, 78895 => \true, 78896 => \true, 78897 => \true, 78898 => \true, 78899 => \true, 78900 => \true, 78901 => \true, 78902 => \true, 78903 => \true, 78904 => \true, 92729 => \true, 92730 => \true, 92731 => \true, 92732 => \true, 92733 => \true, 92734 => \true, 92735 => \true, 92767 => \true, 92778 => \true, 92779 => \true, 92780 => \true, 92781 => \true, 92910 => \true, 92911 => \true, 92918 => \true, 92919 => \true, 92920 => \true, 92921 => \true, 92922 => \true, 92923 => \true, 92924 => \true, 92925 => \true, 92926 => \true, 92927 => \true, 92998 => \true, 92999 => \true, 93000 => \true, 93001 => \true, 93002 => \true, 93003 => \true, 93004 => \true, 93005 => \true, 93006 => \true, 93007 => \true, 93018 => \true, 93026 => \true, 93048 => \true, 93049 => \true, 93050 => \true, 93051 => \true, 93052 => \true, 94027 => \true, 94028 => \true, 94029 => \true, 94030 => \true, 94088 => \true, 94089 => \true, 94090 => \true, 94091 => \true, 94092 => \true, 94093 => \true, 94094 => \true, 94181 => \true, 94182 => \true, 94183 => \true, 94184 => \true, 94185 => \true, 94186 => \true, 94187 => \true, 94188 => \true, 94189 => \true, 94190 => \true, 94191 => \true, 94194 => \true, 94195 => \true, 94196 => \true, 94197 => \true, 94198 => \true, 94199 => \true, 94200 => \true, 94201 => \true, 94202 => \true, 94203 => \true, 94204 => \true, 94205 => \true, 94206 => \true, 94207 => \true, 100344 => \true, 100345 => \true, 100346 => \true, 100347 => \true, 100348 => \true, 100349 => \true, 100350 => \true, 100351 => \true, 110931 => \true, 110932 => \true, 110933 => \true, 110934 => \true, 110935 => \true, 110936 => \true, 110937 => \true, 110938 => \true, 110939 => \true, 110940 => \true, 110941 => \true, 110942 => \true, 110943 => \true, 110944 => \true, 110945 => \true, 110946 => \true, 110947 => \true, 110952 => \true, 110953 => \true, 110954 => \true, 110955 => \true, 110956 => \true, 110957 => \true, 110958 => \true, 110959 => \true, 113771 => \true, 113772 => \true, 113773 => \true, 113774 => \true, 113775 => \true, 113789 => \true, 113790 => \true, 113791 => \true, 113801 => \true, 113802 => \true, 113803 => \true, 113804 => \true, 113805 => \true, 113806 => \true, 113807 => \true, 113818 => \true, 113819 => \true, 119030 => \true, 119031 => \true, 119032 => \true, 119033 => \true, 119034 => \true, 119035 => \true, 119036 => \true, 119037 => \true, 119038 => \true, 119039 => \true, 119079 => \true, 119080 => \true, 119155 => \true, 119156 => \true, 119157 => \true, 119158 => \true, 119159 => \true, 119160 => \true, 119161 => \true, 119162 => \true, 119273 => \true, 119274 => \true, 119275 => \true, 119276 => \true, 119277 => \true, 119278 => \true, 119279 => \true, 119280 => \true, 119281 => \true, 119282 => \true, 119283 => \true, 119284 => \true, 119285 => \true, 119286 => \true, 119287 => \true, 119288 => \true, 119289 => \true, 119290 => \true, 119291 => \true, 119292 => \true, 119293 => \true, 119294 => \true, 119295 => \true, 119540 => \true, 119541 => \true, 119542 => \true, 119543 => \true, 119544 => \true, 119545 => \true, 119546 => \true, 119547 => \true, 119548 => \true, 119549 => \true, 119550 => \true, 119551 => \true, 119639 => \true, 119640 => \true, 119641 => \true, 119642 => \true, 119643 => \true, 119644 => \true, 119645 => \true, 119646 => \true, 119647 => \true, 119893 => \true, 119965 => \true, 119968 => \true, 119969 => \true, 119971 => \true, 119972 => \true, 119975 => \true, 119976 => \true, 119981 => \true, 119994 => \true, 119996 => \true, 120004 => \true, 120070 => \true, 120075 => \true, 120076 => \true, 120085 => \true, 120093 => \true, 120122 => \true, 120127 => \true, 120133 => \true, 120135 => \true, 120136 => \true, 120137 => \true, 120145 => \true, 120486 => \true, 120487 => \true, 120780 => \true, 120781 => \true, 121484 => \true, 121485 => \true, 121486 => \true, 121487 => \true, 121488 => \true, 121489 => \true, 121490 => \true, 121491 => \true, 121492 => \true, 121493 => \true, 121494 => \true, 121495 => \true, 121496 => \true, 121497 => \true, 121498 => \true, 121504 => \true, 122887 => \true, 122905 => \true, 122906 => \true, 122914 => \true, 122917 => \true, 123181 => \true, 123182 => \true, 123183 => \true, 123198 => \true, 123199 => \true, 123210 => \true, 123211 => \true, 123212 => \true, 123213 => \true, 123642 => \true, 123643 => \true, 123644 => \true, 123645 => \true, 123646 => \true, 125125 => \true, 125126 => \true, 125260 => \true, 125261 => \true, 125262 => \true, 125263 => \true, 125274 => \true, 125275 => \true, 125276 => \true, 125277 => \true, 126468 => \true, 126496 => \true, 126499 => \true, 126501 => \true, 126502 => \true, 126504 => \true, 126515 => \true, 126520 => \true, 126522 => \true, 126524 => \true, 126525 => \true, 126526 => \true, 126527 => \true, 126528 => \true, 126529 => \true, 126531 => \true, 126532 => \true, 126533 => \true, 126534 => \true, 126536 => \true, 126538 => \true, 126540 => \true, 126544 => \true, 126547 => \true, 126549 => \true, 126550 => \true, 126552 => \true, 126554 => \true, 126556 => \true, 126558 => \true, 126560 => \true, 126563 => \true, 126565 => \true, 126566 => \true, 126571 => \true, 126579 => \true, 126584 => \true, 126589 => \true, 126591 => \true, 126602 => \true, 126620 => \true, 126621 => \true, 126622 => \true, 126623 => \true, 126624 => \true, 126628 => \true, 126634 => \true, 127020 => \true, 127021 => \true, 127022 => \true, 127023 => \true, 127124 => \true, 127125 => \true, 127126 => \true, 127127 => \true, 127128 => \true, 127129 => \true, 127130 => \true, 127131 => \true, 127132 => \true, 127133 => \true, 127134 => \true, 127135 => \true, 127151 => \true, 127152 => \true, 127168 => \true, 127184 => \true, 127222 => \true, 127223 => \true, 127224 => \true, 127225 => \true, 127226 => \true, 127227 => \true, 127228 => \true, 127229 => \true, 127230 => \true, 127231 => \true, 127232 => \true, 127491 => \true, 127492 => \true, 127493 => \true, 127494 => \true, 127495 => \true, 127496 => \true, 127497 => \true, 127498 => \true, 127499 => \true, 127500 => \true, 127501 => \true, 127502 => \true, 127503 => \true, 127548 => \true, 127549 => \true, 127550 => \true, 127551 => \true, 127561 => \true, 127562 => \true, 127563 => \true, 127564 => \true, 127565 => \true, 127566 => \true, 127567 => \true, 127570 => \true, 127571 => \true, 127572 => \true, 127573 => \true, 127574 => \true, 127575 => \true, 127576 => \true, 127577 => \true, 127578 => \true, 127579 => \true, 127580 => \true, 127581 => \true, 127582 => \true, 127583 => \true, 128728 => \true, 128729 => \true, 128730 => \true, 128731 => \true, 128732 => \true, 128733 => \true, 128734 => \true, 128735 => \true, 128749 => \true, 128750 => \true, 128751 => \true, 128765 => \true, 128766 => \true, 128767 => \true, 128884 => \true, 128885 => \true, 128886 => \true, 128887 => \true, 128888 => \true, 128889 => \true, 128890 => \true, 128891 => \true, 128892 => \true, 128893 => \true, 128894 => \true, 128895 => \true, 128985 => \true, 128986 => \true, 128987 => \true, 128988 => \true, 128989 => \true, 128990 => \true, 128991 => \true, 129004 => \true, 129005 => \true, 129006 => \true, 129007 => \true, 129008 => \true, 129009 => \true, 129010 => \true, 129011 => \true, 129012 => \true, 129013 => \true, 129014 => \true, 129015 => \true, 129016 => \true, 129017 => \true, 129018 => \true, 129019 => \true, 129020 => \true, 129021 => \true, 129022 => \true, 129023 => \true, 129036 => \true, 129037 => \true, 129038 => \true, 129039 => \true, 129096 => \true, 129097 => \true, 129098 => \true, 129099 => \true, 129100 => \true, 129101 => \true, 129102 => \true, 129103 => \true, 129114 => \true, 129115 => \true, 129116 => \true, 129117 => \true, 129118 => \true, 129119 => \true, 129160 => \true, 129161 => \true, 129162 => \true, 129163 => \true, 129164 => \true, 129165 => \true, 129166 => \true, 129167 => \true, 129198 => \true, 129199 => \true, 129401 => \true, 129484 => \true, 129620 => \true, 129621 => \true, 129622 => \true, 129623 => \true, 129624 => \true, 129625 => \true, 129626 => \true, 129627 => \true, 129628 => \true, 129629 => \true, 129630 => \true, 129631 => \true, 129646 => \true, 129647 => \true, 129653 => \true, 129654 => \true, 129655 => \true, 129659 => \true, 129660 => \true, 129661 => \true, 129662 => \true, 129663 => \true, 129671 => \true, 129672 => \true, 129673 => \true, 129674 => \true, 129675 => \true, 129676 => \true, 129677 => \true, 129678 => \true, 129679 => \true, 129705 => \true, 129706 => \true, 129707 => \true, 129708 => \true, 129709 => \true, 129710 => \true, 129711 => \true, 129719 => \true, 129720 => \true, 129721 => \true, 129722 => \true, 129723 => \true, 129724 => \true, 129725 => \true, 129726 => \true, 129727 => \true, 129731 => \true, 129732 => \true, 129733 => \true, 129734 => \true, 129735 => \true, 129736 => \true, 129737 => \true, 129738 => \true, 129739 => \true, 129740 => \true, 129741 => \true, 129742 => \true, 129743 => \true, 129939 => \true, 131070 => \true, 131071 => \true, 177973 => \true, 177974 => \true, 177975 => \true, 177976 => \true, 177977 => \true, 177978 => \true, 177979 => \true, 177980 => \true, 177981 => \true, 177982 => \true, 177983 => \true, 178206 => \true, 178207 => \true, 183970 => \true, 183971 => \true, 183972 => \true, 183973 => \true, 183974 => \true, 183975 => \true, 183976 => \true, 183977 => \true, 183978 => \true, 183979 => \true, 183980 => \true, 183981 => \true, 183982 => \true, 183983 => \true, 194664 => \true, 194676 => \true, 194847 => \true, 194911 => \true, 195007 => \true, 196606 => \true, 196607 => \true, 262142 => \true, 262143 => \true, 327678 => \true, 327679 => \true, 393214 => \true, 393215 => \true, 458750 => \true, 458751 => \true, 524286 => \true, 524287 => \true, 589822 => \true, 589823 => \true, 655358 => \true, 655359 => \true, 720894 => \true, 720895 => \true, 786430 => \true, 786431 => \true, 851966 => \true, 851967 => \true, 917502 => \true, 917503 => \true, 917504 => \true, 917505 => \true, 917506 => \true, 917507 => \true, 917508 => \true, 917509 => \true, 917510 => \true, 917511 => \true, 917512 => \true, 917513 => \true, 917514 => \true, 917515 => \true, 917516 => \true, 917517 => \true, 917518 => \true, 917519 => \true, 917520 => \true, 917521 => \true, 917522 => \true, 917523 => \true, 917524 => \true, 917525 => \true, 917526 => \true, 917527 => \true, 917528 => \true, 917529 => \true, 917530 => \true, 917531 => \true, 917532 => \true, 917533 => \true, 917534 => \true, 917535 => \true, 983038 => \true, 983039 => \true, 1048574 => \true, 1048575 => \true, 1114110 => \true, 1114111 => \true); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_mapped.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_mapped.php new file mode 100644 index 00000000..c8e64905 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_mapped.php @@ -0,0 +1,3 @@ + ' ', 168 => ' ̈', 175 => ' ̄', 180 => ' ́', 184 => ' ̧', 728 => ' ̆', 729 => ' ̇', 730 => ' ̊', 731 => ' ̨', 732 => ' ̃', 733 => ' ̋', 890 => ' ι', 894 => ';', 900 => ' ́', 901 => ' ̈́', 8125 => ' ̓', 8127 => ' ̓', 8128 => ' ͂', 8129 => ' ̈͂', 8141 => ' ̓̀', 8142 => ' ̓́', 8143 => ' ̓͂', 8157 => ' ̔̀', 8158 => ' ̔́', 8159 => ' ̔͂', 8173 => ' ̈̀', 8174 => ' ̈́', 8175 => '`', 8189 => ' ́', 8190 => ' ̔', 8192 => ' ', 8193 => ' ', 8194 => ' ', 8195 => ' ', 8196 => ' ', 8197 => ' ', 8198 => ' ', 8199 => ' ', 8200 => ' ', 8201 => ' ', 8202 => ' ', 8215 => ' ̳', 8239 => ' ', 8252 => '!!', 8254 => ' ̅', 8263 => '??', 8264 => '?!', 8265 => '!?', 8287 => ' ', 8314 => '+', 8316 => '=', 8317 => '(', 8318 => ')', 8330 => '+', 8332 => '=', 8333 => '(', 8334 => ')', 8448 => 'a/c', 8449 => 'a/s', 8453 => 'c/o', 8454 => 'c/u', 9332 => '(1)', 9333 => '(2)', 9334 => '(3)', 9335 => '(4)', 9336 => '(5)', 9337 => '(6)', 9338 => '(7)', 9339 => '(8)', 9340 => '(9)', 9341 => '(10)', 9342 => '(11)', 9343 => '(12)', 9344 => '(13)', 9345 => '(14)', 9346 => '(15)', 9347 => '(16)', 9348 => '(17)', 9349 => '(18)', 9350 => '(19)', 9351 => '(20)', 9372 => '(a)', 9373 => '(b)', 9374 => '(c)', 9375 => '(d)', 9376 => '(e)', 9377 => '(f)', 9378 => '(g)', 9379 => '(h)', 9380 => '(i)', 9381 => '(j)', 9382 => '(k)', 9383 => '(l)', 9384 => '(m)', 9385 => '(n)', 9386 => '(o)', 9387 => '(p)', 9388 => '(q)', 9389 => '(r)', 9390 => '(s)', 9391 => '(t)', 9392 => '(u)', 9393 => '(v)', 9394 => '(w)', 9395 => '(x)', 9396 => '(y)', 9397 => '(z)', 10868 => '::=', 10869 => '==', 10870 => '===', 12288 => ' ', 12443 => ' ゙', 12444 => ' ゚', 12800 => '(ᄀ)', 12801 => '(ᄂ)', 12802 => '(ᄃ)', 12803 => '(ᄅ)', 12804 => '(ᄆ)', 12805 => '(ᄇ)', 12806 => '(ᄉ)', 12807 => '(ᄋ)', 12808 => '(ᄌ)', 12809 => '(ᄎ)', 12810 => '(ᄏ)', 12811 => '(ᄐ)', 12812 => '(ᄑ)', 12813 => '(ᄒ)', 12814 => '(가)', 12815 => '(나)', 12816 => '(다)', 12817 => '(라)', 12818 => '(마)', 12819 => '(바)', 12820 => '(사)', 12821 => '(아)', 12822 => '(자)', 12823 => '(차)', 12824 => '(카)', 12825 => '(타)', 12826 => '(파)', 12827 => '(하)', 12828 => '(주)', 12829 => '(오전)', 12830 => '(오후)', 12832 => '(一)', 12833 => '(二)', 12834 => '(三)', 12835 => '(四)', 12836 => '(五)', 12837 => '(六)', 12838 => '(七)', 12839 => '(八)', 12840 => '(九)', 12841 => '(十)', 12842 => '(月)', 12843 => '(火)', 12844 => '(水)', 12845 => '(木)', 12846 => '(金)', 12847 => '(土)', 12848 => '(日)', 12849 => '(株)', 12850 => '(有)', 12851 => '(社)', 12852 => '(名)', 12853 => '(特)', 12854 => '(財)', 12855 => '(祝)', 12856 => '(労)', 12857 => '(代)', 12858 => '(呼)', 12859 => '(学)', 12860 => '(監)', 12861 => '(企)', 12862 => '(資)', 12863 => '(協)', 12864 => '(祭)', 12865 => '(休)', 12866 => '(自)', 12867 => '(至)', 64297 => '+', 64606 => ' ٌّ', 64607 => ' ٍّ', 64608 => ' َّ', 64609 => ' ُّ', 64610 => ' ِّ', 64611 => ' ّٰ', 65018 => 'صلى الله عليه وسلم', 65019 => 'جل جلاله', 65040 => ',', 65043 => ':', 65044 => ';', 65045 => '!', 65046 => '?', 65075 => '_', 65076 => '_', 65077 => '(', 65078 => ')', 65079 => '{', 65080 => '}', 65095 => '[', 65096 => ']', 65097 => ' ̅', 65098 => ' ̅', 65099 => ' ̅', 65100 => ' ̅', 65101 => '_', 65102 => '_', 65103 => '_', 65104 => ',', 65108 => ';', 65109 => ':', 65110 => '?', 65111 => '!', 65113 => '(', 65114 => ')', 65115 => '{', 65116 => '}', 65119 => '#', 65120 => '&', 65121 => '*', 65122 => '+', 65124 => '<', 65125 => '>', 65126 => '=', 65128 => '\\', 65129 => '$', 65130 => '%', 65131 => '@', 65136 => ' ً', 65138 => ' ٌ', 65140 => ' ٍ', 65142 => ' َ', 65144 => ' ُ', 65146 => ' ِ', 65148 => ' ّ', 65150 => ' ْ', 65281 => '!', 65282 => '"', 65283 => '#', 65284 => '$', 65285 => '%', 65286 => '&', 65287 => '\'', 65288 => '(', 65289 => ')', 65290 => '*', 65291 => '+', 65292 => ',', 65295 => '/', 65306 => ':', 65307 => ';', 65308 => '<', 65309 => '=', 65310 => '>', 65311 => '?', 65312 => '@', 65339 => '[', 65340 => '\\', 65341 => ']', 65342 => '^', 65343 => '_', 65344 => '`', 65371 => '{', 65372 => '|', 65373 => '}', 65374 => '~', 65507 => ' ̄', 127233 => '0,', 127234 => '1,', 127235 => '2,', 127236 => '3,', 127237 => '4,', 127238 => '5,', 127239 => '6,', 127240 => '7,', 127241 => '8,', 127242 => '9,', 127248 => '(a)', 127249 => '(b)', 127250 => '(c)', 127251 => '(d)', 127252 => '(e)', 127253 => '(f)', 127254 => '(g)', 127255 => '(h)', 127256 => '(i)', 127257 => '(j)', 127258 => '(k)', 127259 => '(l)', 127260 => '(m)', 127261 => '(n)', 127262 => '(o)', 127263 => '(p)', 127264 => '(q)', 127265 => '(r)', 127266 => '(s)', 127267 => '(t)', 127268 => '(u)', 127269 => '(v)', 127270 => '(w)', 127271 => '(x)', 127272 => '(y)', 127273 => '(z)'); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_valid.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_valid.php new file mode 100644 index 00000000..03ec06d9 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_valid.php @@ -0,0 +1,3 @@ + \true, 1 => \true, 2 => \true, 3 => \true, 4 => \true, 5 => \true, 6 => \true, 7 => \true, 8 => \true, 9 => \true, 10 => \true, 11 => \true, 12 => \true, 13 => \true, 14 => \true, 15 => \true, 16 => \true, 17 => \true, 18 => \true, 19 => \true, 20 => \true, 21 => \true, 22 => \true, 23 => \true, 24 => \true, 25 => \true, 26 => \true, 27 => \true, 28 => \true, 29 => \true, 30 => \true, 31 => \true, 32 => \true, 33 => \true, 34 => \true, 35 => \true, 36 => \true, 37 => \true, 38 => \true, 39 => \true, 40 => \true, 41 => \true, 42 => \true, 43 => \true, 44 => \true, 47 => \true, 58 => \true, 59 => \true, 60 => \true, 61 => \true, 62 => \true, 63 => \true, 64 => \true, 91 => \true, 92 => \true, 93 => \true, 94 => \true, 95 => \true, 96 => \true, 123 => \true, 124 => \true, 125 => \true, 126 => \true, 127 => \true, 8800 => \true, 8814 => \true, 8815 => \true); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/ignored.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/ignored.php new file mode 100644 index 00000000..3ced38b5 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/ignored.php @@ -0,0 +1,3 @@ + \true, 847 => \true, 6155 => \true, 6156 => \true, 6157 => \true, 8203 => \true, 8288 => \true, 8292 => \true, 65024 => \true, 65025 => \true, 65026 => \true, 65027 => \true, 65028 => \true, 65029 => \true, 65030 => \true, 65031 => \true, 65032 => \true, 65033 => \true, 65034 => \true, 65035 => \true, 65036 => \true, 65037 => \true, 65038 => \true, 65039 => \true, 65279 => \true, 113824 => \true, 113825 => \true, 113826 => \true, 113827 => \true, 917760 => \true, 917761 => \true, 917762 => \true, 917763 => \true, 917764 => \true, 917765 => \true, 917766 => \true, 917767 => \true, 917768 => \true, 917769 => \true, 917770 => \true, 917771 => \true, 917772 => \true, 917773 => \true, 917774 => \true, 917775 => \true, 917776 => \true, 917777 => \true, 917778 => \true, 917779 => \true, 917780 => \true, 917781 => \true, 917782 => \true, 917783 => \true, 917784 => \true, 917785 => \true, 917786 => \true, 917787 => \true, 917788 => \true, 917789 => \true, 917790 => \true, 917791 => \true, 917792 => \true, 917793 => \true, 917794 => \true, 917795 => \true, 917796 => \true, 917797 => \true, 917798 => \true, 917799 => \true, 917800 => \true, 917801 => \true, 917802 => \true, 917803 => \true, 917804 => \true, 917805 => \true, 917806 => \true, 917807 => \true, 917808 => \true, 917809 => \true, 917810 => \true, 917811 => \true, 917812 => \true, 917813 => \true, 917814 => \true, 917815 => \true, 917816 => \true, 917817 => \true, 917818 => \true, 917819 => \true, 917820 => \true, 917821 => \true, 917822 => \true, 917823 => \true, 917824 => \true, 917825 => \true, 917826 => \true, 917827 => \true, 917828 => \true, 917829 => \true, 917830 => \true, 917831 => \true, 917832 => \true, 917833 => \true, 917834 => \true, 917835 => \true, 917836 => \true, 917837 => \true, 917838 => \true, 917839 => \true, 917840 => \true, 917841 => \true, 917842 => \true, 917843 => \true, 917844 => \true, 917845 => \true, 917846 => \true, 917847 => \true, 917848 => \true, 917849 => \true, 917850 => \true, 917851 => \true, 917852 => \true, 917853 => \true, 917854 => \true, 917855 => \true, 917856 => \true, 917857 => \true, 917858 => \true, 917859 => \true, 917860 => \true, 917861 => \true, 917862 => \true, 917863 => \true, 917864 => \true, 917865 => \true, 917866 => \true, 917867 => \true, 917868 => \true, 917869 => \true, 917870 => \true, 917871 => \true, 917872 => \true, 917873 => \true, 917874 => \true, 917875 => \true, 917876 => \true, 917877 => \true, 917878 => \true, 917879 => \true, 917880 => \true, 917881 => \true, 917882 => \true, 917883 => \true, 917884 => \true, 917885 => \true, 917886 => \true, 917887 => \true, 917888 => \true, 917889 => \true, 917890 => \true, 917891 => \true, 917892 => \true, 917893 => \true, 917894 => \true, 917895 => \true, 917896 => \true, 917897 => \true, 917898 => \true, 917899 => \true, 917900 => \true, 917901 => \true, 917902 => \true, 917903 => \true, 917904 => \true, 917905 => \true, 917906 => \true, 917907 => \true, 917908 => \true, 917909 => \true, 917910 => \true, 917911 => \true, 917912 => \true, 917913 => \true, 917914 => \true, 917915 => \true, 917916 => \true, 917917 => \true, 917918 => \true, 917919 => \true, 917920 => \true, 917921 => \true, 917922 => \true, 917923 => \true, 917924 => \true, 917925 => \true, 917926 => \true, 917927 => \true, 917928 => \true, 917929 => \true, 917930 => \true, 917931 => \true, 917932 => \true, 917933 => \true, 917934 => \true, 917935 => \true, 917936 => \true, 917937 => \true, 917938 => \true, 917939 => \true, 917940 => \true, 917941 => \true, 917942 => \true, 917943 => \true, 917944 => \true, 917945 => \true, 917946 => \true, 917947 => \true, 917948 => \true, 917949 => \true, 917950 => \true, 917951 => \true, 917952 => \true, 917953 => \true, 917954 => \true, 917955 => \true, 917956 => \true, 917957 => \true, 917958 => \true, 917959 => \true, 917960 => \true, 917961 => \true, 917962 => \true, 917963 => \true, 917964 => \true, 917965 => \true, 917966 => \true, 917967 => \true, 917968 => \true, 917969 => \true, 917970 => \true, 917971 => \true, 917972 => \true, 917973 => \true, 917974 => \true, 917975 => \true, 917976 => \true, 917977 => \true, 917978 => \true, 917979 => \true, 917980 => \true, 917981 => \true, 917982 => \true, 917983 => \true, 917984 => \true, 917985 => \true, 917986 => \true, 917987 => \true, 917988 => \true, 917989 => \true, 917990 => \true, 917991 => \true, 917992 => \true, 917993 => \true, 917994 => \true, 917995 => \true, 917996 => \true, 917997 => \true, 917998 => \true, 917999 => \true); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/mapped.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/mapped.php new file mode 100644 index 00000000..a330aa35 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/mapped.php @@ -0,0 +1,3 @@ + 'a', 66 => 'b', 67 => 'c', 68 => 'd', 69 => 'e', 70 => 'f', 71 => 'g', 72 => 'h', 73 => 'i', 74 => 'j', 75 => 'k', 76 => 'l', 77 => 'm', 78 => 'n', 79 => 'o', 80 => 'p', 81 => 'q', 82 => 'r', 83 => 's', 84 => 't', 85 => 'u', 86 => 'v', 87 => 'w', 88 => 'x', 89 => 'y', 90 => 'z', 170 => 'a', 178 => '2', 179 => '3', 181 => 'μ', 185 => '1', 186 => 'o', 188 => '1⁄4', 189 => '1⁄2', 190 => '3⁄4', 192 => 'à', 193 => 'á', 194 => 'â', 195 => 'ã', 196 => 'ä', 197 => 'å', 198 => 'æ', 199 => 'ç', 200 => 'è', 201 => 'é', 202 => 'ê', 203 => 'ë', 204 => 'ì', 205 => 'í', 206 => 'î', 207 => 'ï', 208 => 'ð', 209 => 'ñ', 210 => 'ò', 211 => 'ó', 212 => 'ô', 213 => 'õ', 214 => 'ö', 216 => 'ø', 217 => 'ù', 218 => 'ú', 219 => 'û', 220 => 'ü', 221 => 'ý', 222 => 'þ', 256 => 'ā', 258 => 'ă', 260 => 'ą', 262 => 'ć', 264 => 'ĉ', 266 => 'ċ', 268 => 'č', 270 => 'ď', 272 => 'đ', 274 => 'ē', 276 => 'ĕ', 278 => 'ė', 280 => 'ę', 282 => 'ě', 284 => 'ĝ', 286 => 'ğ', 288 => 'ġ', 290 => 'ģ', 292 => 'ĥ', 294 => 'ħ', 296 => 'ĩ', 298 => 'ī', 300 => 'ĭ', 302 => 'į', 304 => 'i̇', 306 => 'ij', 307 => 'ij', 308 => 'ĵ', 310 => 'ķ', 313 => 'ĺ', 315 => 'ļ', 317 => 'ľ', 319 => 'l·', 320 => 'l·', 321 => 'ł', 323 => 'ń', 325 => 'ņ', 327 => 'ň', 329 => 'ʼn', 330 => 'ŋ', 332 => 'ō', 334 => 'ŏ', 336 => 'ő', 338 => 'œ', 340 => 'ŕ', 342 => 'ŗ', 344 => 'ř', 346 => 'ś', 348 => 'ŝ', 350 => 'ş', 352 => 'š', 354 => 'ţ', 356 => 'ť', 358 => 'ŧ', 360 => 'ũ', 362 => 'ū', 364 => 'ŭ', 366 => 'ů', 368 => 'ű', 370 => 'ų', 372 => 'ŵ', 374 => 'ŷ', 376 => 'ÿ', 377 => 'ź', 379 => 'ż', 381 => 'ž', 383 => 's', 385 => 'ɓ', 386 => 'ƃ', 388 => 'ƅ', 390 => 'ɔ', 391 => 'ƈ', 393 => 'ɖ', 394 => 'ɗ', 395 => 'ƌ', 398 => 'ǝ', 399 => 'ə', 400 => 'ɛ', 401 => 'ƒ', 403 => 'ɠ', 404 => 'ɣ', 406 => 'ɩ', 407 => 'ɨ', 408 => 'ƙ', 412 => 'ɯ', 413 => 'ɲ', 415 => 'ɵ', 416 => 'ơ', 418 => 'ƣ', 420 => 'ƥ', 422 => 'ʀ', 423 => 'ƨ', 425 => 'ʃ', 428 => 'ƭ', 430 => 'ʈ', 431 => 'ư', 433 => 'ʊ', 434 => 'ʋ', 435 => 'ƴ', 437 => 'ƶ', 439 => 'ʒ', 440 => 'ƹ', 444 => 'ƽ', 452 => 'dž', 453 => 'dž', 454 => 'dž', 455 => 'lj', 456 => 'lj', 457 => 'lj', 458 => 'nj', 459 => 'nj', 460 => 'nj', 461 => 'ǎ', 463 => 'ǐ', 465 => 'ǒ', 467 => 'ǔ', 469 => 'ǖ', 471 => 'ǘ', 473 => 'ǚ', 475 => 'ǜ', 478 => 'ǟ', 480 => 'ǡ', 482 => 'ǣ', 484 => 'ǥ', 486 => 'ǧ', 488 => 'ǩ', 490 => 'ǫ', 492 => 'ǭ', 494 => 'ǯ', 497 => 'dz', 498 => 'dz', 499 => 'dz', 500 => 'ǵ', 502 => 'ƕ', 503 => 'ƿ', 504 => 'ǹ', 506 => 'ǻ', 508 => 'ǽ', 510 => 'ǿ', 512 => 'ȁ', 514 => 'ȃ', 516 => 'ȅ', 518 => 'ȇ', 520 => 'ȉ', 522 => 'ȋ', 524 => 'ȍ', 526 => 'ȏ', 528 => 'ȑ', 530 => 'ȓ', 532 => 'ȕ', 534 => 'ȗ', 536 => 'ș', 538 => 'ț', 540 => 'ȝ', 542 => 'ȟ', 544 => 'ƞ', 546 => 'ȣ', 548 => 'ȥ', 550 => 'ȧ', 552 => 'ȩ', 554 => 'ȫ', 556 => 'ȭ', 558 => 'ȯ', 560 => 'ȱ', 562 => 'ȳ', 570 => 'ⱥ', 571 => 'ȼ', 573 => 'ƚ', 574 => 'ⱦ', 577 => 'ɂ', 579 => 'ƀ', 580 => 'ʉ', 581 => 'ʌ', 582 => 'ɇ', 584 => 'ɉ', 586 => 'ɋ', 588 => 'ɍ', 590 => 'ɏ', 688 => 'h', 689 => 'ɦ', 690 => 'j', 691 => 'r', 692 => 'ɹ', 693 => 'ɻ', 694 => 'ʁ', 695 => 'w', 696 => 'y', 736 => 'ɣ', 737 => 'l', 738 => 's', 739 => 'x', 740 => 'ʕ', 832 => '̀', 833 => '́', 835 => '̓', 836 => '̈́', 837 => 'ι', 880 => 'ͱ', 882 => 'ͳ', 884 => 'ʹ', 886 => 'ͷ', 895 => 'ϳ', 902 => 'ά', 903 => '·', 904 => 'έ', 905 => 'ή', 906 => 'ί', 908 => 'ό', 910 => 'ύ', 911 => 'ώ', 913 => 'α', 914 => 'β', 915 => 'γ', 916 => 'δ', 917 => 'ε', 918 => 'ζ', 919 => 'η', 920 => 'θ', 921 => 'ι', 922 => 'κ', 923 => 'λ', 924 => 'μ', 925 => 'ν', 926 => 'ξ', 927 => 'ο', 928 => 'π', 929 => 'ρ', 931 => 'σ', 932 => 'τ', 933 => 'υ', 934 => 'φ', 935 => 'χ', 936 => 'ψ', 937 => 'ω', 938 => 'ϊ', 939 => 'ϋ', 975 => 'ϗ', 976 => 'β', 977 => 'θ', 978 => 'υ', 979 => 'ύ', 980 => 'ϋ', 981 => 'φ', 982 => 'π', 984 => 'ϙ', 986 => 'ϛ', 988 => 'ϝ', 990 => 'ϟ', 992 => 'ϡ', 994 => 'ϣ', 996 => 'ϥ', 998 => 'ϧ', 1000 => 'ϩ', 1002 => 'ϫ', 1004 => 'ϭ', 1006 => 'ϯ', 1008 => 'κ', 1009 => 'ρ', 1010 => 'σ', 1012 => 'θ', 1013 => 'ε', 1015 => 'ϸ', 1017 => 'σ', 1018 => 'ϻ', 1021 => 'ͻ', 1022 => 'ͼ', 1023 => 'ͽ', 1024 => 'ѐ', 1025 => 'ё', 1026 => 'ђ', 1027 => 'ѓ', 1028 => 'є', 1029 => 'ѕ', 1030 => 'і', 1031 => 'ї', 1032 => 'ј', 1033 => 'љ', 1034 => 'њ', 1035 => 'ћ', 1036 => 'ќ', 1037 => 'ѝ', 1038 => 'ў', 1039 => 'џ', 1040 => 'а', 1041 => 'б', 1042 => 'в', 1043 => 'г', 1044 => 'д', 1045 => 'е', 1046 => 'ж', 1047 => 'з', 1048 => 'и', 1049 => 'й', 1050 => 'к', 1051 => 'л', 1052 => 'м', 1053 => 'н', 1054 => 'о', 1055 => 'п', 1056 => 'р', 1057 => 'с', 1058 => 'т', 1059 => 'у', 1060 => 'ф', 1061 => 'х', 1062 => 'ц', 1063 => 'ч', 1064 => 'ш', 1065 => 'щ', 1066 => 'ъ', 1067 => 'ы', 1068 => 'ь', 1069 => 'э', 1070 => 'ю', 1071 => 'я', 1120 => 'ѡ', 1122 => 'ѣ', 1124 => 'ѥ', 1126 => 'ѧ', 1128 => 'ѩ', 1130 => 'ѫ', 1132 => 'ѭ', 1134 => 'ѯ', 1136 => 'ѱ', 1138 => 'ѳ', 1140 => 'ѵ', 1142 => 'ѷ', 1144 => 'ѹ', 1146 => 'ѻ', 1148 => 'ѽ', 1150 => 'ѿ', 1152 => 'ҁ', 1162 => 'ҋ', 1164 => 'ҍ', 1166 => 'ҏ', 1168 => 'ґ', 1170 => 'ғ', 1172 => 'ҕ', 1174 => 'җ', 1176 => 'ҙ', 1178 => 'қ', 1180 => 'ҝ', 1182 => 'ҟ', 1184 => 'ҡ', 1186 => 'ң', 1188 => 'ҥ', 1190 => 'ҧ', 1192 => 'ҩ', 1194 => 'ҫ', 1196 => 'ҭ', 1198 => 'ү', 1200 => 'ұ', 1202 => 'ҳ', 1204 => 'ҵ', 1206 => 'ҷ', 1208 => 'ҹ', 1210 => 'һ', 1212 => 'ҽ', 1214 => 'ҿ', 1217 => 'ӂ', 1219 => 'ӄ', 1221 => 'ӆ', 1223 => 'ӈ', 1225 => 'ӊ', 1227 => 'ӌ', 1229 => 'ӎ', 1232 => 'ӑ', 1234 => 'ӓ', 1236 => 'ӕ', 1238 => 'ӗ', 1240 => 'ә', 1242 => 'ӛ', 1244 => 'ӝ', 1246 => 'ӟ', 1248 => 'ӡ', 1250 => 'ӣ', 1252 => 'ӥ', 1254 => 'ӧ', 1256 => 'ө', 1258 => 'ӫ', 1260 => 'ӭ', 1262 => 'ӯ', 1264 => 'ӱ', 1266 => 'ӳ', 1268 => 'ӵ', 1270 => 'ӷ', 1272 => 'ӹ', 1274 => 'ӻ', 1276 => 'ӽ', 1278 => 'ӿ', 1280 => 'ԁ', 1282 => 'ԃ', 1284 => 'ԅ', 1286 => 'ԇ', 1288 => 'ԉ', 1290 => 'ԋ', 1292 => 'ԍ', 1294 => 'ԏ', 1296 => 'ԑ', 1298 => 'ԓ', 1300 => 'ԕ', 1302 => 'ԗ', 1304 => 'ԙ', 1306 => 'ԛ', 1308 => 'ԝ', 1310 => 'ԟ', 1312 => 'ԡ', 1314 => 'ԣ', 1316 => 'ԥ', 1318 => 'ԧ', 1320 => 'ԩ', 1322 => 'ԫ', 1324 => 'ԭ', 1326 => 'ԯ', 1329 => 'ա', 1330 => 'բ', 1331 => 'գ', 1332 => 'դ', 1333 => 'ե', 1334 => 'զ', 1335 => 'է', 1336 => 'ը', 1337 => 'թ', 1338 => 'ժ', 1339 => 'ի', 1340 => 'լ', 1341 => 'խ', 1342 => 'ծ', 1343 => 'կ', 1344 => 'հ', 1345 => 'ձ', 1346 => 'ղ', 1347 => 'ճ', 1348 => 'մ', 1349 => 'յ', 1350 => 'ն', 1351 => 'շ', 1352 => 'ո', 1353 => 'չ', 1354 => 'պ', 1355 => 'ջ', 1356 => 'ռ', 1357 => 'ս', 1358 => 'վ', 1359 => 'տ', 1360 => 'ր', 1361 => 'ց', 1362 => 'ւ', 1363 => 'փ', 1364 => 'ք', 1365 => 'օ', 1366 => 'ֆ', 1415 => 'եւ', 1653 => 'اٴ', 1654 => 'وٴ', 1655 => 'ۇٴ', 1656 => 'يٴ', 2392 => 'क़', 2393 => 'ख़', 2394 => 'ग़', 2395 => 'ज़', 2396 => 'ड़', 2397 => 'ढ़', 2398 => 'फ़', 2399 => 'य़', 2524 => 'ড়', 2525 => 'ঢ়', 2527 => 'য়', 2611 => 'ਲ਼', 2614 => 'ਸ਼', 2649 => 'ਖ਼', 2650 => 'ਗ਼', 2651 => 'ਜ਼', 2654 => 'ਫ਼', 2908 => 'ଡ଼', 2909 => 'ଢ଼', 3635 => 'ํา', 3763 => 'ໍາ', 3804 => 'ຫນ', 3805 => 'ຫມ', 3852 => '་', 3907 => 'གྷ', 3917 => 'ཌྷ', 3922 => 'དྷ', 3927 => 'བྷ', 3932 => 'ཛྷ', 3945 => 'ཀྵ', 3955 => 'ཱི', 3957 => 'ཱུ', 3958 => 'ྲྀ', 3959 => 'ྲཱྀ', 3960 => 'ླྀ', 3961 => 'ླཱྀ', 3969 => 'ཱྀ', 3987 => 'ྒྷ', 3997 => 'ྜྷ', 4002 => 'ྡྷ', 4007 => 'ྦྷ', 4012 => 'ྫྷ', 4025 => 'ྐྵ', 4295 => 'ⴧ', 4301 => 'ⴭ', 4348 => 'ნ', 5112 => 'Ᏸ', 5113 => 'Ᏹ', 5114 => 'Ᏺ', 5115 => 'Ᏻ', 5116 => 'Ᏼ', 5117 => 'Ᏽ', 7296 => 'в', 7297 => 'д', 7298 => 'о', 7299 => 'с', 7300 => 'т', 7301 => 'т', 7302 => 'ъ', 7303 => 'ѣ', 7304 => 'ꙋ', 7312 => 'ა', 7313 => 'ბ', 7314 => 'გ', 7315 => 'დ', 7316 => 'ე', 7317 => 'ვ', 7318 => 'ზ', 7319 => 'თ', 7320 => 'ი', 7321 => 'კ', 7322 => 'ლ', 7323 => 'მ', 7324 => 'ნ', 7325 => 'ო', 7326 => 'პ', 7327 => 'ჟ', 7328 => 'რ', 7329 => 'ს', 7330 => 'ტ', 7331 => 'უ', 7332 => 'ფ', 7333 => 'ქ', 7334 => 'ღ', 7335 => 'ყ', 7336 => 'შ', 7337 => 'ჩ', 7338 => 'ც', 7339 => 'ძ', 7340 => 'წ', 7341 => 'ჭ', 7342 => 'ხ', 7343 => 'ჯ', 7344 => 'ჰ', 7345 => 'ჱ', 7346 => 'ჲ', 7347 => 'ჳ', 7348 => 'ჴ', 7349 => 'ჵ', 7350 => 'ჶ', 7351 => 'ჷ', 7352 => 'ჸ', 7353 => 'ჹ', 7354 => 'ჺ', 7357 => 'ჽ', 7358 => 'ჾ', 7359 => 'ჿ', 7468 => 'a', 7469 => 'æ', 7470 => 'b', 7472 => 'd', 7473 => 'e', 7474 => 'ǝ', 7475 => 'g', 7476 => 'h', 7477 => 'i', 7478 => 'j', 7479 => 'k', 7480 => 'l', 7481 => 'm', 7482 => 'n', 7484 => 'o', 7485 => 'ȣ', 7486 => 'p', 7487 => 'r', 7488 => 't', 7489 => 'u', 7490 => 'w', 7491 => 'a', 7492 => 'ɐ', 7493 => 'ɑ', 7494 => 'ᴂ', 7495 => 'b', 7496 => 'd', 7497 => 'e', 7498 => 'ə', 7499 => 'ɛ', 7500 => 'ɜ', 7501 => 'g', 7503 => 'k', 7504 => 'm', 7505 => 'ŋ', 7506 => 'o', 7507 => 'ɔ', 7508 => 'ᴖ', 7509 => 'ᴗ', 7510 => 'p', 7511 => 't', 7512 => 'u', 7513 => 'ᴝ', 7514 => 'ɯ', 7515 => 'v', 7516 => 'ᴥ', 7517 => 'β', 7518 => 'γ', 7519 => 'δ', 7520 => 'φ', 7521 => 'χ', 7522 => 'i', 7523 => 'r', 7524 => 'u', 7525 => 'v', 7526 => 'β', 7527 => 'γ', 7528 => 'ρ', 7529 => 'φ', 7530 => 'χ', 7544 => 'н', 7579 => 'ɒ', 7580 => 'c', 7581 => 'ɕ', 7582 => 'ð', 7583 => 'ɜ', 7584 => 'f', 7585 => 'ɟ', 7586 => 'ɡ', 7587 => 'ɥ', 7588 => 'ɨ', 7589 => 'ɩ', 7590 => 'ɪ', 7591 => 'ᵻ', 7592 => 'ʝ', 7593 => 'ɭ', 7594 => 'ᶅ', 7595 => 'ʟ', 7596 => 'ɱ', 7597 => 'ɰ', 7598 => 'ɲ', 7599 => 'ɳ', 7600 => 'ɴ', 7601 => 'ɵ', 7602 => 'ɸ', 7603 => 'ʂ', 7604 => 'ʃ', 7605 => 'ƫ', 7606 => 'ʉ', 7607 => 'ʊ', 7608 => 'ᴜ', 7609 => 'ʋ', 7610 => 'ʌ', 7611 => 'z', 7612 => 'ʐ', 7613 => 'ʑ', 7614 => 'ʒ', 7615 => 'θ', 7680 => 'ḁ', 7682 => 'ḃ', 7684 => 'ḅ', 7686 => 'ḇ', 7688 => 'ḉ', 7690 => 'ḋ', 7692 => 'ḍ', 7694 => 'ḏ', 7696 => 'ḑ', 7698 => 'ḓ', 7700 => 'ḕ', 7702 => 'ḗ', 7704 => 'ḙ', 7706 => 'ḛ', 7708 => 'ḝ', 7710 => 'ḟ', 7712 => 'ḡ', 7714 => 'ḣ', 7716 => 'ḥ', 7718 => 'ḧ', 7720 => 'ḩ', 7722 => 'ḫ', 7724 => 'ḭ', 7726 => 'ḯ', 7728 => 'ḱ', 7730 => 'ḳ', 7732 => 'ḵ', 7734 => 'ḷ', 7736 => 'ḹ', 7738 => 'ḻ', 7740 => 'ḽ', 7742 => 'ḿ', 7744 => 'ṁ', 7746 => 'ṃ', 7748 => 'ṅ', 7750 => 'ṇ', 7752 => 'ṉ', 7754 => 'ṋ', 7756 => 'ṍ', 7758 => 'ṏ', 7760 => 'ṑ', 7762 => 'ṓ', 7764 => 'ṕ', 7766 => 'ṗ', 7768 => 'ṙ', 7770 => 'ṛ', 7772 => 'ṝ', 7774 => 'ṟ', 7776 => 'ṡ', 7778 => 'ṣ', 7780 => 'ṥ', 7782 => 'ṧ', 7784 => 'ṩ', 7786 => 'ṫ', 7788 => 'ṭ', 7790 => 'ṯ', 7792 => 'ṱ', 7794 => 'ṳ', 7796 => 'ṵ', 7798 => 'ṷ', 7800 => 'ṹ', 7802 => 'ṻ', 7804 => 'ṽ', 7806 => 'ṿ', 7808 => 'ẁ', 7810 => 'ẃ', 7812 => 'ẅ', 7814 => 'ẇ', 7816 => 'ẉ', 7818 => 'ẋ', 7820 => 'ẍ', 7822 => 'ẏ', 7824 => 'ẑ', 7826 => 'ẓ', 7828 => 'ẕ', 7834 => 'aʾ', 7835 => 'ṡ', 7838 => 'ss', 7840 => 'ạ', 7842 => 'ả', 7844 => 'ấ', 7846 => 'ầ', 7848 => 'ẩ', 7850 => 'ẫ', 7852 => 'ậ', 7854 => 'ắ', 7856 => 'ằ', 7858 => 'ẳ', 7860 => 'ẵ', 7862 => 'ặ', 7864 => 'ẹ', 7866 => 'ẻ', 7868 => 'ẽ', 7870 => 'ế', 7872 => 'ề', 7874 => 'ể', 7876 => 'ễ', 7878 => 'ệ', 7880 => 'ỉ', 7882 => 'ị', 7884 => 'ọ', 7886 => 'ỏ', 7888 => 'ố', 7890 => 'ồ', 7892 => 'ổ', 7894 => 'ỗ', 7896 => 'ộ', 7898 => 'ớ', 7900 => 'ờ', 7902 => 'ở', 7904 => 'ỡ', 7906 => 'ợ', 7908 => 'ụ', 7910 => 'ủ', 7912 => 'ứ', 7914 => 'ừ', 7916 => 'ử', 7918 => 'ữ', 7920 => 'ự', 7922 => 'ỳ', 7924 => 'ỵ', 7926 => 'ỷ', 7928 => 'ỹ', 7930 => 'ỻ', 7932 => 'ỽ', 7934 => 'ỿ', 7944 => 'ἀ', 7945 => 'ἁ', 7946 => 'ἂ', 7947 => 'ἃ', 7948 => 'ἄ', 7949 => 'ἅ', 7950 => 'ἆ', 7951 => 'ἇ', 7960 => 'ἐ', 7961 => 'ἑ', 7962 => 'ἒ', 7963 => 'ἓ', 7964 => 'ἔ', 7965 => 'ἕ', 7976 => 'ἠ', 7977 => 'ἡ', 7978 => 'ἢ', 7979 => 'ἣ', 7980 => 'ἤ', 7981 => 'ἥ', 7982 => 'ἦ', 7983 => 'ἧ', 7992 => 'ἰ', 7993 => 'ἱ', 7994 => 'ἲ', 7995 => 'ἳ', 7996 => 'ἴ', 7997 => 'ἵ', 7998 => 'ἶ', 7999 => 'ἷ', 8008 => 'ὀ', 8009 => 'ὁ', 8010 => 'ὂ', 8011 => 'ὃ', 8012 => 'ὄ', 8013 => 'ὅ', 8025 => 'ὑ', 8027 => 'ὓ', 8029 => 'ὕ', 8031 => 'ὗ', 8040 => 'ὠ', 8041 => 'ὡ', 8042 => 'ὢ', 8043 => 'ὣ', 8044 => 'ὤ', 8045 => 'ὥ', 8046 => 'ὦ', 8047 => 'ὧ', 8049 => 'ά', 8051 => 'έ', 8053 => 'ή', 8055 => 'ί', 8057 => 'ό', 8059 => 'ύ', 8061 => 'ώ', 8064 => 'ἀι', 8065 => 'ἁι', 8066 => 'ἂι', 8067 => 'ἃι', 8068 => 'ἄι', 8069 => 'ἅι', 8070 => 'ἆι', 8071 => 'ἇι', 8072 => 'ἀι', 8073 => 'ἁι', 8074 => 'ἂι', 8075 => 'ἃι', 8076 => 'ἄι', 8077 => 'ἅι', 8078 => 'ἆι', 8079 => 'ἇι', 8080 => 'ἠι', 8081 => 'ἡι', 8082 => 'ἢι', 8083 => 'ἣι', 8084 => 'ἤι', 8085 => 'ἥι', 8086 => 'ἦι', 8087 => 'ἧι', 8088 => 'ἠι', 8089 => 'ἡι', 8090 => 'ἢι', 8091 => 'ἣι', 8092 => 'ἤι', 8093 => 'ἥι', 8094 => 'ἦι', 8095 => 'ἧι', 8096 => 'ὠι', 8097 => 'ὡι', 8098 => 'ὢι', 8099 => 'ὣι', 8100 => 'ὤι', 8101 => 'ὥι', 8102 => 'ὦι', 8103 => 'ὧι', 8104 => 'ὠι', 8105 => 'ὡι', 8106 => 'ὢι', 8107 => 'ὣι', 8108 => 'ὤι', 8109 => 'ὥι', 8110 => 'ὦι', 8111 => 'ὧι', 8114 => 'ὰι', 8115 => 'αι', 8116 => 'άι', 8119 => 'ᾶι', 8120 => 'ᾰ', 8121 => 'ᾱ', 8122 => 'ὰ', 8123 => 'ά', 8124 => 'αι', 8126 => 'ι', 8130 => 'ὴι', 8131 => 'ηι', 8132 => 'ήι', 8135 => 'ῆι', 8136 => 'ὲ', 8137 => 'έ', 8138 => 'ὴ', 8139 => 'ή', 8140 => 'ηι', 8147 => 'ΐ', 8152 => 'ῐ', 8153 => 'ῑ', 8154 => 'ὶ', 8155 => 'ί', 8163 => 'ΰ', 8168 => 'ῠ', 8169 => 'ῡ', 8170 => 'ὺ', 8171 => 'ύ', 8172 => 'ῥ', 8178 => 'ὼι', 8179 => 'ωι', 8180 => 'ώι', 8183 => 'ῶι', 8184 => 'ὸ', 8185 => 'ό', 8186 => 'ὼ', 8187 => 'ώ', 8188 => 'ωι', 8209 => '‐', 8243 => '′′', 8244 => '′′′', 8246 => '‵‵', 8247 => '‵‵‵', 8279 => '′′′′', 8304 => '0', 8305 => 'i', 8308 => '4', 8309 => '5', 8310 => '6', 8311 => '7', 8312 => '8', 8313 => '9', 8315 => '−', 8319 => 'n', 8320 => '0', 8321 => '1', 8322 => '2', 8323 => '3', 8324 => '4', 8325 => '5', 8326 => '6', 8327 => '7', 8328 => '8', 8329 => '9', 8331 => '−', 8336 => 'a', 8337 => 'e', 8338 => 'o', 8339 => 'x', 8340 => 'ə', 8341 => 'h', 8342 => 'k', 8343 => 'l', 8344 => 'm', 8345 => 'n', 8346 => 'p', 8347 => 's', 8348 => 't', 8360 => 'rs', 8450 => 'c', 8451 => '°c', 8455 => 'ɛ', 8457 => '°f', 8458 => 'g', 8459 => 'h', 8460 => 'h', 8461 => 'h', 8462 => 'h', 8463 => 'ħ', 8464 => 'i', 8465 => 'i', 8466 => 'l', 8467 => 'l', 8469 => 'n', 8470 => 'no', 8473 => 'p', 8474 => 'q', 8475 => 'r', 8476 => 'r', 8477 => 'r', 8480 => 'sm', 8481 => 'tel', 8482 => 'tm', 8484 => 'z', 8486 => 'ω', 8488 => 'z', 8490 => 'k', 8491 => 'å', 8492 => 'b', 8493 => 'c', 8495 => 'e', 8496 => 'e', 8497 => 'f', 8499 => 'm', 8500 => 'o', 8501 => 'א', 8502 => 'ב', 8503 => 'ג', 8504 => 'ד', 8505 => 'i', 8507 => 'fax', 8508 => 'π', 8509 => 'γ', 8510 => 'γ', 8511 => 'π', 8512 => '∑', 8517 => 'd', 8518 => 'd', 8519 => 'e', 8520 => 'i', 8521 => 'j', 8528 => '1⁄7', 8529 => '1⁄9', 8530 => '1⁄10', 8531 => '1⁄3', 8532 => '2⁄3', 8533 => '1⁄5', 8534 => '2⁄5', 8535 => '3⁄5', 8536 => '4⁄5', 8537 => '1⁄6', 8538 => '5⁄6', 8539 => '1⁄8', 8540 => '3⁄8', 8541 => '5⁄8', 8542 => '7⁄8', 8543 => '1⁄', 8544 => 'i', 8545 => 'ii', 8546 => 'iii', 8547 => 'iv', 8548 => 'v', 8549 => 'vi', 8550 => 'vii', 8551 => 'viii', 8552 => 'ix', 8553 => 'x', 8554 => 'xi', 8555 => 'xii', 8556 => 'l', 8557 => 'c', 8558 => 'd', 8559 => 'm', 8560 => 'i', 8561 => 'ii', 8562 => 'iii', 8563 => 'iv', 8564 => 'v', 8565 => 'vi', 8566 => 'vii', 8567 => 'viii', 8568 => 'ix', 8569 => 'x', 8570 => 'xi', 8571 => 'xii', 8572 => 'l', 8573 => 'c', 8574 => 'd', 8575 => 'm', 8585 => '0⁄3', 8748 => '∫∫', 8749 => '∫∫∫', 8751 => '∮∮', 8752 => '∮∮∮', 9001 => '〈', 9002 => '〉', 9312 => '1', 9313 => '2', 9314 => '3', 9315 => '4', 9316 => '5', 9317 => '6', 9318 => '7', 9319 => '8', 9320 => '9', 9321 => '10', 9322 => '11', 9323 => '12', 9324 => '13', 9325 => '14', 9326 => '15', 9327 => '16', 9328 => '17', 9329 => '18', 9330 => '19', 9331 => '20', 9398 => 'a', 9399 => 'b', 9400 => 'c', 9401 => 'd', 9402 => 'e', 9403 => 'f', 9404 => 'g', 9405 => 'h', 9406 => 'i', 9407 => 'j', 9408 => 'k', 9409 => 'l', 9410 => 'm', 9411 => 'n', 9412 => 'o', 9413 => 'p', 9414 => 'q', 9415 => 'r', 9416 => 's', 9417 => 't', 9418 => 'u', 9419 => 'v', 9420 => 'w', 9421 => 'x', 9422 => 'y', 9423 => 'z', 9424 => 'a', 9425 => 'b', 9426 => 'c', 9427 => 'd', 9428 => 'e', 9429 => 'f', 9430 => 'g', 9431 => 'h', 9432 => 'i', 9433 => 'j', 9434 => 'k', 9435 => 'l', 9436 => 'm', 9437 => 'n', 9438 => 'o', 9439 => 'p', 9440 => 'q', 9441 => 'r', 9442 => 's', 9443 => 't', 9444 => 'u', 9445 => 'v', 9446 => 'w', 9447 => 'x', 9448 => 'y', 9449 => 'z', 9450 => '0', 10764 => '∫∫∫∫', 10972 => '⫝̸', 11264 => 'ⰰ', 11265 => 'ⰱ', 11266 => 'ⰲ', 11267 => 'ⰳ', 11268 => 'ⰴ', 11269 => 'ⰵ', 11270 => 'ⰶ', 11271 => 'ⰷ', 11272 => 'ⰸ', 11273 => 'ⰹ', 11274 => 'ⰺ', 11275 => 'ⰻ', 11276 => 'ⰼ', 11277 => 'ⰽ', 11278 => 'ⰾ', 11279 => 'ⰿ', 11280 => 'ⱀ', 11281 => 'ⱁ', 11282 => 'ⱂ', 11283 => 'ⱃ', 11284 => 'ⱄ', 11285 => 'ⱅ', 11286 => 'ⱆ', 11287 => 'ⱇ', 11288 => 'ⱈ', 11289 => 'ⱉ', 11290 => 'ⱊ', 11291 => 'ⱋ', 11292 => 'ⱌ', 11293 => 'ⱍ', 11294 => 'ⱎ', 11295 => 'ⱏ', 11296 => 'ⱐ', 11297 => 'ⱑ', 11298 => 'ⱒ', 11299 => 'ⱓ', 11300 => 'ⱔ', 11301 => 'ⱕ', 11302 => 'ⱖ', 11303 => 'ⱗ', 11304 => 'ⱘ', 11305 => 'ⱙ', 11306 => 'ⱚ', 11307 => 'ⱛ', 11308 => 'ⱜ', 11309 => 'ⱝ', 11310 => 'ⱞ', 11360 => 'ⱡ', 11362 => 'ɫ', 11363 => 'ᵽ', 11364 => 'ɽ', 11367 => 'ⱨ', 11369 => 'ⱪ', 11371 => 'ⱬ', 11373 => 'ɑ', 11374 => 'ɱ', 11375 => 'ɐ', 11376 => 'ɒ', 11378 => 'ⱳ', 11381 => 'ⱶ', 11388 => 'j', 11389 => 'v', 11390 => 'ȿ', 11391 => 'ɀ', 11392 => 'ⲁ', 11394 => 'ⲃ', 11396 => 'ⲅ', 11398 => 'ⲇ', 11400 => 'ⲉ', 11402 => 'ⲋ', 11404 => 'ⲍ', 11406 => 'ⲏ', 11408 => 'ⲑ', 11410 => 'ⲓ', 11412 => 'ⲕ', 11414 => 'ⲗ', 11416 => 'ⲙ', 11418 => 'ⲛ', 11420 => 'ⲝ', 11422 => 'ⲟ', 11424 => 'ⲡ', 11426 => 'ⲣ', 11428 => 'ⲥ', 11430 => 'ⲧ', 11432 => 'ⲩ', 11434 => 'ⲫ', 11436 => 'ⲭ', 11438 => 'ⲯ', 11440 => 'ⲱ', 11442 => 'ⲳ', 11444 => 'ⲵ', 11446 => 'ⲷ', 11448 => 'ⲹ', 11450 => 'ⲻ', 11452 => 'ⲽ', 11454 => 'ⲿ', 11456 => 'ⳁ', 11458 => 'ⳃ', 11460 => 'ⳅ', 11462 => 'ⳇ', 11464 => 'ⳉ', 11466 => 'ⳋ', 11468 => 'ⳍ', 11470 => 'ⳏ', 11472 => 'ⳑ', 11474 => 'ⳓ', 11476 => 'ⳕ', 11478 => 'ⳗ', 11480 => 'ⳙ', 11482 => 'ⳛ', 11484 => 'ⳝ', 11486 => 'ⳟ', 11488 => 'ⳡ', 11490 => 'ⳣ', 11499 => 'ⳬ', 11501 => 'ⳮ', 11506 => 'ⳳ', 11631 => 'ⵡ', 11935 => '母', 12019 => '龟', 12032 => '一', 12033 => '丨', 12034 => '丶', 12035 => '丿', 12036 => '乙', 12037 => '亅', 12038 => '二', 12039 => '亠', 12040 => '人', 12041 => '儿', 12042 => '入', 12043 => '八', 12044 => '冂', 12045 => '冖', 12046 => '冫', 12047 => '几', 12048 => '凵', 12049 => '刀', 12050 => '力', 12051 => '勹', 12052 => '匕', 12053 => '匚', 12054 => '匸', 12055 => '十', 12056 => '卜', 12057 => '卩', 12058 => '厂', 12059 => '厶', 12060 => '又', 12061 => '口', 12062 => '囗', 12063 => '土', 12064 => '士', 12065 => '夂', 12066 => '夊', 12067 => '夕', 12068 => '大', 12069 => '女', 12070 => '子', 12071 => '宀', 12072 => '寸', 12073 => '小', 12074 => '尢', 12075 => '尸', 12076 => '屮', 12077 => '山', 12078 => '巛', 12079 => '工', 12080 => '己', 12081 => '巾', 12082 => '干', 12083 => '幺', 12084 => '广', 12085 => '廴', 12086 => '廾', 12087 => '弋', 12088 => '弓', 12089 => '彐', 12090 => '彡', 12091 => '彳', 12092 => '心', 12093 => '戈', 12094 => '戶', 12095 => '手', 12096 => '支', 12097 => '攴', 12098 => '文', 12099 => '斗', 12100 => '斤', 12101 => '方', 12102 => '无', 12103 => '日', 12104 => '曰', 12105 => '月', 12106 => '木', 12107 => '欠', 12108 => '止', 12109 => '歹', 12110 => '殳', 12111 => '毋', 12112 => '比', 12113 => '毛', 12114 => '氏', 12115 => '气', 12116 => '水', 12117 => '火', 12118 => '爪', 12119 => '父', 12120 => '爻', 12121 => '爿', 12122 => '片', 12123 => '牙', 12124 => '牛', 12125 => '犬', 12126 => '玄', 12127 => '玉', 12128 => '瓜', 12129 => '瓦', 12130 => '甘', 12131 => '生', 12132 => '用', 12133 => '田', 12134 => '疋', 12135 => '疒', 12136 => '癶', 12137 => '白', 12138 => '皮', 12139 => '皿', 12140 => '目', 12141 => '矛', 12142 => '矢', 12143 => '石', 12144 => '示', 12145 => '禸', 12146 => '禾', 12147 => '穴', 12148 => '立', 12149 => '竹', 12150 => '米', 12151 => '糸', 12152 => '缶', 12153 => '网', 12154 => '羊', 12155 => '羽', 12156 => '老', 12157 => '而', 12158 => '耒', 12159 => '耳', 12160 => '聿', 12161 => '肉', 12162 => '臣', 12163 => '自', 12164 => '至', 12165 => '臼', 12166 => '舌', 12167 => '舛', 12168 => '舟', 12169 => '艮', 12170 => '色', 12171 => '艸', 12172 => '虍', 12173 => '虫', 12174 => '血', 12175 => '行', 12176 => '衣', 12177 => '襾', 12178 => '見', 12179 => '角', 12180 => '言', 12181 => '谷', 12182 => '豆', 12183 => '豕', 12184 => '豸', 12185 => '貝', 12186 => '赤', 12187 => '走', 12188 => '足', 12189 => '身', 12190 => '車', 12191 => '辛', 12192 => '辰', 12193 => '辵', 12194 => '邑', 12195 => '酉', 12196 => '釆', 12197 => '里', 12198 => '金', 12199 => '長', 12200 => '門', 12201 => '阜', 12202 => '隶', 12203 => '隹', 12204 => '雨', 12205 => '靑', 12206 => '非', 12207 => '面', 12208 => '革', 12209 => '韋', 12210 => '韭', 12211 => '音', 12212 => '頁', 12213 => '風', 12214 => '飛', 12215 => '食', 12216 => '首', 12217 => '香', 12218 => '馬', 12219 => '骨', 12220 => '高', 12221 => '髟', 12222 => '鬥', 12223 => '鬯', 12224 => '鬲', 12225 => '鬼', 12226 => '魚', 12227 => '鳥', 12228 => '鹵', 12229 => '鹿', 12230 => '麥', 12231 => '麻', 12232 => '黃', 12233 => '黍', 12234 => '黑', 12235 => '黹', 12236 => '黽', 12237 => '鼎', 12238 => '鼓', 12239 => '鼠', 12240 => '鼻', 12241 => '齊', 12242 => '齒', 12243 => '龍', 12244 => '龜', 12245 => '龠', 12290 => '.', 12342 => '〒', 12344 => '十', 12345 => '卄', 12346 => '卅', 12447 => 'より', 12543 => 'コト', 12593 => 'ᄀ', 12594 => 'ᄁ', 12595 => 'ᆪ', 12596 => 'ᄂ', 12597 => 'ᆬ', 12598 => 'ᆭ', 12599 => 'ᄃ', 12600 => 'ᄄ', 12601 => 'ᄅ', 12602 => 'ᆰ', 12603 => 'ᆱ', 12604 => 'ᆲ', 12605 => 'ᆳ', 12606 => 'ᆴ', 12607 => 'ᆵ', 12608 => 'ᄚ', 12609 => 'ᄆ', 12610 => 'ᄇ', 12611 => 'ᄈ', 12612 => 'ᄡ', 12613 => 'ᄉ', 12614 => 'ᄊ', 12615 => 'ᄋ', 12616 => 'ᄌ', 12617 => 'ᄍ', 12618 => 'ᄎ', 12619 => 'ᄏ', 12620 => 'ᄐ', 12621 => 'ᄑ', 12622 => 'ᄒ', 12623 => 'ᅡ', 12624 => 'ᅢ', 12625 => 'ᅣ', 12626 => 'ᅤ', 12627 => 'ᅥ', 12628 => 'ᅦ', 12629 => 'ᅧ', 12630 => 'ᅨ', 12631 => 'ᅩ', 12632 => 'ᅪ', 12633 => 'ᅫ', 12634 => 'ᅬ', 12635 => 'ᅭ', 12636 => 'ᅮ', 12637 => 'ᅯ', 12638 => 'ᅰ', 12639 => 'ᅱ', 12640 => 'ᅲ', 12641 => 'ᅳ', 12642 => 'ᅴ', 12643 => 'ᅵ', 12645 => 'ᄔ', 12646 => 'ᄕ', 12647 => 'ᇇ', 12648 => 'ᇈ', 12649 => 'ᇌ', 12650 => 'ᇎ', 12651 => 'ᇓ', 12652 => 'ᇗ', 12653 => 'ᇙ', 12654 => 'ᄜ', 12655 => 'ᇝ', 12656 => 'ᇟ', 12657 => 'ᄝ', 12658 => 'ᄞ', 12659 => 'ᄠ', 12660 => 'ᄢ', 12661 => 'ᄣ', 12662 => 'ᄧ', 12663 => 'ᄩ', 12664 => 'ᄫ', 12665 => 'ᄬ', 12666 => 'ᄭ', 12667 => 'ᄮ', 12668 => 'ᄯ', 12669 => 'ᄲ', 12670 => 'ᄶ', 12671 => 'ᅀ', 12672 => 'ᅇ', 12673 => 'ᅌ', 12674 => 'ᇱ', 12675 => 'ᇲ', 12676 => 'ᅗ', 12677 => 'ᅘ', 12678 => 'ᅙ', 12679 => 'ᆄ', 12680 => 'ᆅ', 12681 => 'ᆈ', 12682 => 'ᆑ', 12683 => 'ᆒ', 12684 => 'ᆔ', 12685 => 'ᆞ', 12686 => 'ᆡ', 12690 => '一', 12691 => '二', 12692 => '三', 12693 => '四', 12694 => '上', 12695 => '中', 12696 => '下', 12697 => '甲', 12698 => '乙', 12699 => '丙', 12700 => '丁', 12701 => '天', 12702 => '地', 12703 => '人', 12868 => '問', 12869 => '幼', 12870 => '文', 12871 => '箏', 12880 => 'pte', 12881 => '21', 12882 => '22', 12883 => '23', 12884 => '24', 12885 => '25', 12886 => '26', 12887 => '27', 12888 => '28', 12889 => '29', 12890 => '30', 12891 => '31', 12892 => '32', 12893 => '33', 12894 => '34', 12895 => '35', 12896 => 'ᄀ', 12897 => 'ᄂ', 12898 => 'ᄃ', 12899 => 'ᄅ', 12900 => 'ᄆ', 12901 => 'ᄇ', 12902 => 'ᄉ', 12903 => 'ᄋ', 12904 => 'ᄌ', 12905 => 'ᄎ', 12906 => 'ᄏ', 12907 => 'ᄐ', 12908 => 'ᄑ', 12909 => 'ᄒ', 12910 => '가', 12911 => '나', 12912 => '다', 12913 => '라', 12914 => '마', 12915 => '바', 12916 => '사', 12917 => '아', 12918 => '자', 12919 => '차', 12920 => '카', 12921 => '타', 12922 => '파', 12923 => '하', 12924 => '참고', 12925 => '주의', 12926 => '우', 12928 => '一', 12929 => '二', 12930 => '三', 12931 => '四', 12932 => '五', 12933 => '六', 12934 => '七', 12935 => '八', 12936 => '九', 12937 => '十', 12938 => '月', 12939 => '火', 12940 => '水', 12941 => '木', 12942 => '金', 12943 => '土', 12944 => '日', 12945 => '株', 12946 => '有', 12947 => '社', 12948 => '名', 12949 => '特', 12950 => '財', 12951 => '祝', 12952 => '労', 12953 => '秘', 12954 => '男', 12955 => '女', 12956 => '適', 12957 => '優', 12958 => '印', 12959 => '注', 12960 => '項', 12961 => '休', 12962 => '写', 12963 => '正', 12964 => '上', 12965 => '中', 12966 => '下', 12967 => '左', 12968 => '右', 12969 => '医', 12970 => '宗', 12971 => '学', 12972 => '監', 12973 => '企', 12974 => '資', 12975 => '協', 12976 => '夜', 12977 => '36', 12978 => '37', 12979 => '38', 12980 => '39', 12981 => '40', 12982 => '41', 12983 => '42', 12984 => '43', 12985 => '44', 12986 => '45', 12987 => '46', 12988 => '47', 12989 => '48', 12990 => '49', 12991 => '50', 12992 => '1月', 12993 => '2月', 12994 => '3月', 12995 => '4月', 12996 => '5月', 12997 => '6月', 12998 => '7月', 12999 => '8月', 13000 => '9月', 13001 => '10月', 13002 => '11月', 13003 => '12月', 13004 => 'hg', 13005 => 'erg', 13006 => 'ev', 13007 => 'ltd', 13008 => 'ア', 13009 => 'イ', 13010 => 'ウ', 13011 => 'エ', 13012 => 'オ', 13013 => 'カ', 13014 => 'キ', 13015 => 'ク', 13016 => 'ケ', 13017 => 'コ', 13018 => 'サ', 13019 => 'シ', 13020 => 'ス', 13021 => 'セ', 13022 => 'ソ', 13023 => 'タ', 13024 => 'チ', 13025 => 'ツ', 13026 => 'テ', 13027 => 'ト', 13028 => 'ナ', 13029 => 'ニ', 13030 => 'ヌ', 13031 => 'ネ', 13032 => 'ノ', 13033 => 'ハ', 13034 => 'ヒ', 13035 => 'フ', 13036 => 'ヘ', 13037 => 'ホ', 13038 => 'マ', 13039 => 'ミ', 13040 => 'ム', 13041 => 'メ', 13042 => 'モ', 13043 => 'ヤ', 13044 => 'ユ', 13045 => 'ヨ', 13046 => 'ラ', 13047 => 'リ', 13048 => 'ル', 13049 => 'レ', 13050 => 'ロ', 13051 => 'ワ', 13052 => 'ヰ', 13053 => 'ヱ', 13054 => 'ヲ', 13055 => '令和', 13056 => 'アパート', 13057 => 'アルファ', 13058 => 'アンペア', 13059 => 'アール', 13060 => 'イニング', 13061 => 'インチ', 13062 => 'ウォン', 13063 => 'エスクード', 13064 => 'エーカー', 13065 => 'オンス', 13066 => 'オーム', 13067 => 'カイリ', 13068 => 'カラット', 13069 => 'カロリー', 13070 => 'ガロン', 13071 => 'ガンマ', 13072 => 'ギガ', 13073 => 'ギニー', 13074 => 'キュリー', 13075 => 'ギルダー', 13076 => 'キロ', 13077 => 'キログラム', 13078 => 'キロメートル', 13079 => 'キロワット', 13080 => 'グラム', 13081 => 'グラムトン', 13082 => 'クルゼイロ', 13083 => 'クローネ', 13084 => 'ケース', 13085 => 'コルナ', 13086 => 'コーポ', 13087 => 'サイクル', 13088 => 'サンチーム', 13089 => 'シリング', 13090 => 'センチ', 13091 => 'セント', 13092 => 'ダース', 13093 => 'デシ', 13094 => 'ドル', 13095 => 'トン', 13096 => 'ナノ', 13097 => 'ノット', 13098 => 'ハイツ', 13099 => 'パーセント', 13100 => 'パーツ', 13101 => 'バーレル', 13102 => 'ピアストル', 13103 => 'ピクル', 13104 => 'ピコ', 13105 => 'ビル', 13106 => 'ファラッド', 13107 => 'フィート', 13108 => 'ブッシェル', 13109 => 'フラン', 13110 => 'ヘクタール', 13111 => 'ペソ', 13112 => 'ペニヒ', 13113 => 'ヘルツ', 13114 => 'ペンス', 13115 => 'ページ', 13116 => 'ベータ', 13117 => 'ポイント', 13118 => 'ボルト', 13119 => 'ホン', 13120 => 'ポンド', 13121 => 'ホール', 13122 => 'ホーン', 13123 => 'マイクロ', 13124 => 'マイル', 13125 => 'マッハ', 13126 => 'マルク', 13127 => 'マンション', 13128 => 'ミクロン', 13129 => 'ミリ', 13130 => 'ミリバール', 13131 => 'メガ', 13132 => 'メガトン', 13133 => 'メートル', 13134 => 'ヤード', 13135 => 'ヤール', 13136 => 'ユアン', 13137 => 'リットル', 13138 => 'リラ', 13139 => 'ルピー', 13140 => 'ルーブル', 13141 => 'レム', 13142 => 'レントゲン', 13143 => 'ワット', 13144 => '0点', 13145 => '1点', 13146 => '2点', 13147 => '3点', 13148 => '4点', 13149 => '5点', 13150 => '6点', 13151 => '7点', 13152 => '8点', 13153 => '9点', 13154 => '10点', 13155 => '11点', 13156 => '12点', 13157 => '13点', 13158 => '14点', 13159 => '15点', 13160 => '16点', 13161 => '17点', 13162 => '18点', 13163 => '19点', 13164 => '20点', 13165 => '21点', 13166 => '22点', 13167 => '23点', 13168 => '24点', 13169 => 'hpa', 13170 => 'da', 13171 => 'au', 13172 => 'bar', 13173 => 'ov', 13174 => 'pc', 13175 => 'dm', 13176 => 'dm2', 13177 => 'dm3', 13178 => 'iu', 13179 => '平成', 13180 => '昭和', 13181 => '大正', 13182 => '明治', 13183 => '株式会社', 13184 => 'pa', 13185 => 'na', 13186 => 'μa', 13187 => 'ma', 13188 => 'ka', 13189 => 'kb', 13190 => 'mb', 13191 => 'gb', 13192 => 'cal', 13193 => 'kcal', 13194 => 'pf', 13195 => 'nf', 13196 => 'μf', 13197 => 'μg', 13198 => 'mg', 13199 => 'kg', 13200 => 'hz', 13201 => 'khz', 13202 => 'mhz', 13203 => 'ghz', 13204 => 'thz', 13205 => 'μl', 13206 => 'ml', 13207 => 'dl', 13208 => 'kl', 13209 => 'fm', 13210 => 'nm', 13211 => 'μm', 13212 => 'mm', 13213 => 'cm', 13214 => 'km', 13215 => 'mm2', 13216 => 'cm2', 13217 => 'm2', 13218 => 'km2', 13219 => 'mm3', 13220 => 'cm3', 13221 => 'm3', 13222 => 'km3', 13223 => 'm∕s', 13224 => 'm∕s2', 13225 => 'pa', 13226 => 'kpa', 13227 => 'mpa', 13228 => 'gpa', 13229 => 'rad', 13230 => 'rad∕s', 13231 => 'rad∕s2', 13232 => 'ps', 13233 => 'ns', 13234 => 'μs', 13235 => 'ms', 13236 => 'pv', 13237 => 'nv', 13238 => 'μv', 13239 => 'mv', 13240 => 'kv', 13241 => 'mv', 13242 => 'pw', 13243 => 'nw', 13244 => 'μw', 13245 => 'mw', 13246 => 'kw', 13247 => 'mw', 13248 => 'kω', 13249 => 'mω', 13251 => 'bq', 13252 => 'cc', 13253 => 'cd', 13254 => 'c∕kg', 13256 => 'db', 13257 => 'gy', 13258 => 'ha', 13259 => 'hp', 13260 => 'in', 13261 => 'kk', 13262 => 'km', 13263 => 'kt', 13264 => 'lm', 13265 => 'ln', 13266 => 'log', 13267 => 'lx', 13268 => 'mb', 13269 => 'mil', 13270 => 'mol', 13271 => 'ph', 13273 => 'ppm', 13274 => 'pr', 13275 => 'sr', 13276 => 'sv', 13277 => 'wb', 13278 => 'v∕m', 13279 => 'a∕m', 13280 => '1日', 13281 => '2日', 13282 => '3日', 13283 => '4日', 13284 => '5日', 13285 => '6日', 13286 => '7日', 13287 => '8日', 13288 => '9日', 13289 => '10日', 13290 => '11日', 13291 => '12日', 13292 => '13日', 13293 => '14日', 13294 => '15日', 13295 => '16日', 13296 => '17日', 13297 => '18日', 13298 => '19日', 13299 => '20日', 13300 => '21日', 13301 => '22日', 13302 => '23日', 13303 => '24日', 13304 => '25日', 13305 => '26日', 13306 => '27日', 13307 => '28日', 13308 => '29日', 13309 => '30日', 13310 => '31日', 13311 => 'gal', 42560 => 'ꙁ', 42562 => 'ꙃ', 42564 => 'ꙅ', 42566 => 'ꙇ', 42568 => 'ꙉ', 42570 => 'ꙋ', 42572 => 'ꙍ', 42574 => 'ꙏ', 42576 => 'ꙑ', 42578 => 'ꙓ', 42580 => 'ꙕ', 42582 => 'ꙗ', 42584 => 'ꙙ', 42586 => 'ꙛ', 42588 => 'ꙝ', 42590 => 'ꙟ', 42592 => 'ꙡ', 42594 => 'ꙣ', 42596 => 'ꙥ', 42598 => 'ꙧ', 42600 => 'ꙩ', 42602 => 'ꙫ', 42604 => 'ꙭ', 42624 => 'ꚁ', 42626 => 'ꚃ', 42628 => 'ꚅ', 42630 => 'ꚇ', 42632 => 'ꚉ', 42634 => 'ꚋ', 42636 => 'ꚍ', 42638 => 'ꚏ', 42640 => 'ꚑ', 42642 => 'ꚓ', 42644 => 'ꚕ', 42646 => 'ꚗ', 42648 => 'ꚙ', 42650 => 'ꚛ', 42652 => 'ъ', 42653 => 'ь', 42786 => 'ꜣ', 42788 => 'ꜥ', 42790 => 'ꜧ', 42792 => 'ꜩ', 42794 => 'ꜫ', 42796 => 'ꜭ', 42798 => 'ꜯ', 42802 => 'ꜳ', 42804 => 'ꜵ', 42806 => 'ꜷ', 42808 => 'ꜹ', 42810 => 'ꜻ', 42812 => 'ꜽ', 42814 => 'ꜿ', 42816 => 'ꝁ', 42818 => 'ꝃ', 42820 => 'ꝅ', 42822 => 'ꝇ', 42824 => 'ꝉ', 42826 => 'ꝋ', 42828 => 'ꝍ', 42830 => 'ꝏ', 42832 => 'ꝑ', 42834 => 'ꝓ', 42836 => 'ꝕ', 42838 => 'ꝗ', 42840 => 'ꝙ', 42842 => 'ꝛ', 42844 => 'ꝝ', 42846 => 'ꝟ', 42848 => 'ꝡ', 42850 => 'ꝣ', 42852 => 'ꝥ', 42854 => 'ꝧ', 42856 => 'ꝩ', 42858 => 'ꝫ', 42860 => 'ꝭ', 42862 => 'ꝯ', 42864 => 'ꝯ', 42873 => 'ꝺ', 42875 => 'ꝼ', 42877 => 'ᵹ', 42878 => 'ꝿ', 42880 => 'ꞁ', 42882 => 'ꞃ', 42884 => 'ꞅ', 42886 => 'ꞇ', 42891 => 'ꞌ', 42893 => 'ɥ', 42896 => 'ꞑ', 42898 => 'ꞓ', 42902 => 'ꞗ', 42904 => 'ꞙ', 42906 => 'ꞛ', 42908 => 'ꞝ', 42910 => 'ꞟ', 42912 => 'ꞡ', 42914 => 'ꞣ', 42916 => 'ꞥ', 42918 => 'ꞧ', 42920 => 'ꞩ', 42922 => 'ɦ', 42923 => 'ɜ', 42924 => 'ɡ', 42925 => 'ɬ', 42926 => 'ɪ', 42928 => 'ʞ', 42929 => 'ʇ', 42930 => 'ʝ', 42931 => 'ꭓ', 42932 => 'ꞵ', 42934 => 'ꞷ', 42936 => 'ꞹ', 42938 => 'ꞻ', 42940 => 'ꞽ', 42942 => 'ꞿ', 42946 => 'ꟃ', 42948 => 'ꞔ', 42949 => 'ʂ', 42950 => 'ᶎ', 42951 => 'ꟈ', 42953 => 'ꟊ', 42997 => 'ꟶ', 43000 => 'ħ', 43001 => 'œ', 43868 => 'ꜧ', 43869 => 'ꬷ', 43870 => 'ɫ', 43871 => 'ꭒ', 43881 => 'ʍ', 43888 => 'Ꭰ', 43889 => 'Ꭱ', 43890 => 'Ꭲ', 43891 => 'Ꭳ', 43892 => 'Ꭴ', 43893 => 'Ꭵ', 43894 => 'Ꭶ', 43895 => 'Ꭷ', 43896 => 'Ꭸ', 43897 => 'Ꭹ', 43898 => 'Ꭺ', 43899 => 'Ꭻ', 43900 => 'Ꭼ', 43901 => 'Ꭽ', 43902 => 'Ꭾ', 43903 => 'Ꭿ', 43904 => 'Ꮀ', 43905 => 'Ꮁ', 43906 => 'Ꮂ', 43907 => 'Ꮃ', 43908 => 'Ꮄ', 43909 => 'Ꮅ', 43910 => 'Ꮆ', 43911 => 'Ꮇ', 43912 => 'Ꮈ', 43913 => 'Ꮉ', 43914 => 'Ꮊ', 43915 => 'Ꮋ', 43916 => 'Ꮌ', 43917 => 'Ꮍ', 43918 => 'Ꮎ', 43919 => 'Ꮏ', 43920 => 'Ꮐ', 43921 => 'Ꮑ', 43922 => 'Ꮒ', 43923 => 'Ꮓ', 43924 => 'Ꮔ', 43925 => 'Ꮕ', 43926 => 'Ꮖ', 43927 => 'Ꮗ', 43928 => 'Ꮘ', 43929 => 'Ꮙ', 43930 => 'Ꮚ', 43931 => 'Ꮛ', 43932 => 'Ꮜ', 43933 => 'Ꮝ', 43934 => 'Ꮞ', 43935 => 'Ꮟ', 43936 => 'Ꮠ', 43937 => 'Ꮡ', 43938 => 'Ꮢ', 43939 => 'Ꮣ', 43940 => 'Ꮤ', 43941 => 'Ꮥ', 43942 => 'Ꮦ', 43943 => 'Ꮧ', 43944 => 'Ꮨ', 43945 => 'Ꮩ', 43946 => 'Ꮪ', 43947 => 'Ꮫ', 43948 => 'Ꮬ', 43949 => 'Ꮭ', 43950 => 'Ꮮ', 43951 => 'Ꮯ', 43952 => 'Ꮰ', 43953 => 'Ꮱ', 43954 => 'Ꮲ', 43955 => 'Ꮳ', 43956 => 'Ꮴ', 43957 => 'Ꮵ', 43958 => 'Ꮶ', 43959 => 'Ꮷ', 43960 => 'Ꮸ', 43961 => 'Ꮹ', 43962 => 'Ꮺ', 43963 => 'Ꮻ', 43964 => 'Ꮼ', 43965 => 'Ꮽ', 43966 => 'Ꮾ', 43967 => 'Ꮿ', 63744 => '豈', 63745 => '更', 63746 => '車', 63747 => '賈', 63748 => '滑', 63749 => '串', 63750 => '句', 63751 => '龜', 63752 => '龜', 63753 => '契', 63754 => '金', 63755 => '喇', 63756 => '奈', 63757 => '懶', 63758 => '癩', 63759 => '羅', 63760 => '蘿', 63761 => '螺', 63762 => '裸', 63763 => '邏', 63764 => '樂', 63765 => '洛', 63766 => '烙', 63767 => '珞', 63768 => '落', 63769 => '酪', 63770 => '駱', 63771 => '亂', 63772 => '卵', 63773 => '欄', 63774 => '爛', 63775 => '蘭', 63776 => '鸞', 63777 => '嵐', 63778 => '濫', 63779 => '藍', 63780 => '襤', 63781 => '拉', 63782 => '臘', 63783 => '蠟', 63784 => '廊', 63785 => '朗', 63786 => '浪', 63787 => '狼', 63788 => '郎', 63789 => '來', 63790 => '冷', 63791 => '勞', 63792 => '擄', 63793 => '櫓', 63794 => '爐', 63795 => '盧', 63796 => '老', 63797 => '蘆', 63798 => '虜', 63799 => '路', 63800 => '露', 63801 => '魯', 63802 => '鷺', 63803 => '碌', 63804 => '祿', 63805 => '綠', 63806 => '菉', 63807 => '錄', 63808 => '鹿', 63809 => '論', 63810 => '壟', 63811 => '弄', 63812 => '籠', 63813 => '聾', 63814 => '牢', 63815 => '磊', 63816 => '賂', 63817 => '雷', 63818 => '壘', 63819 => '屢', 63820 => '樓', 63821 => '淚', 63822 => '漏', 63823 => '累', 63824 => '縷', 63825 => '陋', 63826 => '勒', 63827 => '肋', 63828 => '凜', 63829 => '凌', 63830 => '稜', 63831 => '綾', 63832 => '菱', 63833 => '陵', 63834 => '讀', 63835 => '拏', 63836 => '樂', 63837 => '諾', 63838 => '丹', 63839 => '寧', 63840 => '怒', 63841 => '率', 63842 => '異', 63843 => '北', 63844 => '磻', 63845 => '便', 63846 => '復', 63847 => '不', 63848 => '泌', 63849 => '數', 63850 => '索', 63851 => '參', 63852 => '塞', 63853 => '省', 63854 => '葉', 63855 => '說', 63856 => '殺', 63857 => '辰', 63858 => '沈', 63859 => '拾', 63860 => '若', 63861 => '掠', 63862 => '略', 63863 => '亮', 63864 => '兩', 63865 => '凉', 63866 => '梁', 63867 => '糧', 63868 => '良', 63869 => '諒', 63870 => '量', 63871 => '勵', 63872 => '呂', 63873 => '女', 63874 => '廬', 63875 => '旅', 63876 => '濾', 63877 => '礪', 63878 => '閭', 63879 => '驪', 63880 => '麗', 63881 => '黎', 63882 => '力', 63883 => '曆', 63884 => '歷', 63885 => '轢', 63886 => '年', 63887 => '憐', 63888 => '戀', 63889 => '撚', 63890 => '漣', 63891 => '煉', 63892 => '璉', 63893 => '秊', 63894 => '練', 63895 => '聯', 63896 => '輦', 63897 => '蓮', 63898 => '連', 63899 => '鍊', 63900 => '列', 63901 => '劣', 63902 => '咽', 63903 => '烈', 63904 => '裂', 63905 => '說', 63906 => '廉', 63907 => '念', 63908 => '捻', 63909 => '殮', 63910 => '簾', 63911 => '獵', 63912 => '令', 63913 => '囹', 63914 => '寧', 63915 => '嶺', 63916 => '怜', 63917 => '玲', 63918 => '瑩', 63919 => '羚', 63920 => '聆', 63921 => '鈴', 63922 => '零', 63923 => '靈', 63924 => '領', 63925 => '例', 63926 => '禮', 63927 => '醴', 63928 => '隸', 63929 => '惡', 63930 => '了', 63931 => '僚', 63932 => '寮', 63933 => '尿', 63934 => '料', 63935 => '樂', 63936 => '燎', 63937 => '療', 63938 => '蓼', 63939 => '遼', 63940 => '龍', 63941 => '暈', 63942 => '阮', 63943 => '劉', 63944 => '杻', 63945 => '柳', 63946 => '流', 63947 => '溜', 63948 => '琉', 63949 => '留', 63950 => '硫', 63951 => '紐', 63952 => '類', 63953 => '六', 63954 => '戮', 63955 => '陸', 63956 => '倫', 63957 => '崙', 63958 => '淪', 63959 => '輪', 63960 => '律', 63961 => '慄', 63962 => '栗', 63963 => '率', 63964 => '隆', 63965 => '利', 63966 => '吏', 63967 => '履', 63968 => '易', 63969 => '李', 63970 => '梨', 63971 => '泥', 63972 => '理', 63973 => '痢', 63974 => '罹', 63975 => '裏', 63976 => '裡', 63977 => '里', 63978 => '離', 63979 => '匿', 63980 => '溺', 63981 => '吝', 63982 => '燐', 63983 => '璘', 63984 => '藺', 63985 => '隣', 63986 => '鱗', 63987 => '麟', 63988 => '林', 63989 => '淋', 63990 => '臨', 63991 => '立', 63992 => '笠', 63993 => '粒', 63994 => '狀', 63995 => '炙', 63996 => '識', 63997 => '什', 63998 => '茶', 63999 => '刺', 64000 => '切', 64001 => '度', 64002 => '拓', 64003 => '糖', 64004 => '宅', 64005 => '洞', 64006 => '暴', 64007 => '輻', 64008 => '行', 64009 => '降', 64010 => '見', 64011 => '廓', 64012 => '兀', 64013 => '嗀', 64016 => '塚', 64018 => '晴', 64021 => '凞', 64022 => '猪', 64023 => '益', 64024 => '礼', 64025 => '神', 64026 => '祥', 64027 => '福', 64028 => '靖', 64029 => '精', 64030 => '羽', 64032 => '蘒', 64034 => '諸', 64037 => '逸', 64038 => '都', 64042 => '飯', 64043 => '飼', 64044 => '館', 64045 => '鶴', 64046 => '郞', 64047 => '隷', 64048 => '侮', 64049 => '僧', 64050 => '免', 64051 => '勉', 64052 => '勤', 64053 => '卑', 64054 => '喝', 64055 => '嘆', 64056 => '器', 64057 => '塀', 64058 => '墨', 64059 => '層', 64060 => '屮', 64061 => '悔', 64062 => '慨', 64063 => '憎', 64064 => '懲', 64065 => '敏', 64066 => '既', 64067 => '暑', 64068 => '梅', 64069 => '海', 64070 => '渚', 64071 => '漢', 64072 => '煮', 64073 => '爫', 64074 => '琢', 64075 => '碑', 64076 => '社', 64077 => '祉', 64078 => '祈', 64079 => '祐', 64080 => '祖', 64081 => '祝', 64082 => '禍', 64083 => '禎', 64084 => '穀', 64085 => '突', 64086 => '節', 64087 => '練', 64088 => '縉', 64089 => '繁', 64090 => '署', 64091 => '者', 64092 => '臭', 64093 => '艹', 64094 => '艹', 64095 => '著', 64096 => '褐', 64097 => '視', 64098 => '謁', 64099 => '謹', 64100 => '賓', 64101 => '贈', 64102 => '辶', 64103 => '逸', 64104 => '難', 64105 => '響', 64106 => '頻', 64107 => '恵', 64108 => '𤋮', 64109 => '舘', 64112 => '並', 64113 => '况', 64114 => '全', 64115 => '侀', 64116 => '充', 64117 => '冀', 64118 => '勇', 64119 => '勺', 64120 => '喝', 64121 => '啕', 64122 => '喙', 64123 => '嗢', 64124 => '塚', 64125 => '墳', 64126 => '奄', 64127 => '奔', 64128 => '婢', 64129 => '嬨', 64130 => '廒', 64131 => '廙', 64132 => '彩', 64133 => '徭', 64134 => '惘', 64135 => '慎', 64136 => '愈', 64137 => '憎', 64138 => '慠', 64139 => '懲', 64140 => '戴', 64141 => '揄', 64142 => '搜', 64143 => '摒', 64144 => '敖', 64145 => '晴', 64146 => '朗', 64147 => '望', 64148 => '杖', 64149 => '歹', 64150 => '殺', 64151 => '流', 64152 => '滛', 64153 => '滋', 64154 => '漢', 64155 => '瀞', 64156 => '煮', 64157 => '瞧', 64158 => '爵', 64159 => '犯', 64160 => '猪', 64161 => '瑱', 64162 => '甆', 64163 => '画', 64164 => '瘝', 64165 => '瘟', 64166 => '益', 64167 => '盛', 64168 => '直', 64169 => '睊', 64170 => '着', 64171 => '磌', 64172 => '窱', 64173 => '節', 64174 => '类', 64175 => '絛', 64176 => '練', 64177 => '缾', 64178 => '者', 64179 => '荒', 64180 => '華', 64181 => '蝹', 64182 => '襁', 64183 => '覆', 64184 => '視', 64185 => '調', 64186 => '諸', 64187 => '請', 64188 => '謁', 64189 => '諾', 64190 => '諭', 64191 => '謹', 64192 => '變', 64193 => '贈', 64194 => '輸', 64195 => '遲', 64196 => '醙', 64197 => '鉶', 64198 => '陼', 64199 => '難', 64200 => '靖', 64201 => '韛', 64202 => '響', 64203 => '頋', 64204 => '頻', 64205 => '鬒', 64206 => '龜', 64207 => '𢡊', 64208 => '𢡄', 64209 => '𣏕', 64210 => '㮝', 64211 => '䀘', 64212 => '䀹', 64213 => '𥉉', 64214 => '𥳐', 64215 => '𧻓', 64216 => '齃', 64217 => '龎', 64256 => 'ff', 64257 => 'fi', 64258 => 'fl', 64259 => 'ffi', 64260 => 'ffl', 64261 => 'st', 64262 => 'st', 64275 => 'մն', 64276 => 'մե', 64277 => 'մի', 64278 => 'վն', 64279 => 'մխ', 64285 => 'יִ', 64287 => 'ײַ', 64288 => 'ע', 64289 => 'א', 64290 => 'ד', 64291 => 'ה', 64292 => 'כ', 64293 => 'ל', 64294 => 'ם', 64295 => 'ר', 64296 => 'ת', 64298 => 'שׁ', 64299 => 'שׂ', 64300 => 'שּׁ', 64301 => 'שּׂ', 64302 => 'אַ', 64303 => 'אָ', 64304 => 'אּ', 64305 => 'בּ', 64306 => 'גּ', 64307 => 'דּ', 64308 => 'הּ', 64309 => 'וּ', 64310 => 'זּ', 64312 => 'טּ', 64313 => 'יּ', 64314 => 'ךּ', 64315 => 'כּ', 64316 => 'לּ', 64318 => 'מּ', 64320 => 'נּ', 64321 => 'סּ', 64323 => 'ףּ', 64324 => 'פּ', 64326 => 'צּ', 64327 => 'קּ', 64328 => 'רּ', 64329 => 'שּ', 64330 => 'תּ', 64331 => 'וֹ', 64332 => 'בֿ', 64333 => 'כֿ', 64334 => 'פֿ', 64335 => 'אל', 64336 => 'ٱ', 64337 => 'ٱ', 64338 => 'ٻ', 64339 => 'ٻ', 64340 => 'ٻ', 64341 => 'ٻ', 64342 => 'پ', 64343 => 'پ', 64344 => 'پ', 64345 => 'پ', 64346 => 'ڀ', 64347 => 'ڀ', 64348 => 'ڀ', 64349 => 'ڀ', 64350 => 'ٺ', 64351 => 'ٺ', 64352 => 'ٺ', 64353 => 'ٺ', 64354 => 'ٿ', 64355 => 'ٿ', 64356 => 'ٿ', 64357 => 'ٿ', 64358 => 'ٹ', 64359 => 'ٹ', 64360 => 'ٹ', 64361 => 'ٹ', 64362 => 'ڤ', 64363 => 'ڤ', 64364 => 'ڤ', 64365 => 'ڤ', 64366 => 'ڦ', 64367 => 'ڦ', 64368 => 'ڦ', 64369 => 'ڦ', 64370 => 'ڄ', 64371 => 'ڄ', 64372 => 'ڄ', 64373 => 'ڄ', 64374 => 'ڃ', 64375 => 'ڃ', 64376 => 'ڃ', 64377 => 'ڃ', 64378 => 'چ', 64379 => 'چ', 64380 => 'چ', 64381 => 'چ', 64382 => 'ڇ', 64383 => 'ڇ', 64384 => 'ڇ', 64385 => 'ڇ', 64386 => 'ڍ', 64387 => 'ڍ', 64388 => 'ڌ', 64389 => 'ڌ', 64390 => 'ڎ', 64391 => 'ڎ', 64392 => 'ڈ', 64393 => 'ڈ', 64394 => 'ژ', 64395 => 'ژ', 64396 => 'ڑ', 64397 => 'ڑ', 64398 => 'ک', 64399 => 'ک', 64400 => 'ک', 64401 => 'ک', 64402 => 'گ', 64403 => 'گ', 64404 => 'گ', 64405 => 'گ', 64406 => 'ڳ', 64407 => 'ڳ', 64408 => 'ڳ', 64409 => 'ڳ', 64410 => 'ڱ', 64411 => 'ڱ', 64412 => 'ڱ', 64413 => 'ڱ', 64414 => 'ں', 64415 => 'ں', 64416 => 'ڻ', 64417 => 'ڻ', 64418 => 'ڻ', 64419 => 'ڻ', 64420 => 'ۀ', 64421 => 'ۀ', 64422 => 'ہ', 64423 => 'ہ', 64424 => 'ہ', 64425 => 'ہ', 64426 => 'ھ', 64427 => 'ھ', 64428 => 'ھ', 64429 => 'ھ', 64430 => 'ے', 64431 => 'ے', 64432 => 'ۓ', 64433 => 'ۓ', 64467 => 'ڭ', 64468 => 'ڭ', 64469 => 'ڭ', 64470 => 'ڭ', 64471 => 'ۇ', 64472 => 'ۇ', 64473 => 'ۆ', 64474 => 'ۆ', 64475 => 'ۈ', 64476 => 'ۈ', 64477 => 'ۇٴ', 64478 => 'ۋ', 64479 => 'ۋ', 64480 => 'ۅ', 64481 => 'ۅ', 64482 => 'ۉ', 64483 => 'ۉ', 64484 => 'ې', 64485 => 'ې', 64486 => 'ې', 64487 => 'ې', 64488 => 'ى', 64489 => 'ى', 64490 => 'ئا', 64491 => 'ئا', 64492 => 'ئە', 64493 => 'ئە', 64494 => 'ئو', 64495 => 'ئو', 64496 => 'ئۇ', 64497 => 'ئۇ', 64498 => 'ئۆ', 64499 => 'ئۆ', 64500 => 'ئۈ', 64501 => 'ئۈ', 64502 => 'ئې', 64503 => 'ئې', 64504 => 'ئې', 64505 => 'ئى', 64506 => 'ئى', 64507 => 'ئى', 64508 => 'ی', 64509 => 'ی', 64510 => 'ی', 64511 => 'ی', 64512 => 'ئج', 64513 => 'ئح', 64514 => 'ئم', 64515 => 'ئى', 64516 => 'ئي', 64517 => 'بج', 64518 => 'بح', 64519 => 'بخ', 64520 => 'بم', 64521 => 'بى', 64522 => 'بي', 64523 => 'تج', 64524 => 'تح', 64525 => 'تخ', 64526 => 'تم', 64527 => 'تى', 64528 => 'تي', 64529 => 'ثج', 64530 => 'ثم', 64531 => 'ثى', 64532 => 'ثي', 64533 => 'جح', 64534 => 'جم', 64535 => 'حج', 64536 => 'حم', 64537 => 'خج', 64538 => 'خح', 64539 => 'خم', 64540 => 'سج', 64541 => 'سح', 64542 => 'سخ', 64543 => 'سم', 64544 => 'صح', 64545 => 'صم', 64546 => 'ضج', 64547 => 'ضح', 64548 => 'ضخ', 64549 => 'ضم', 64550 => 'طح', 64551 => 'طم', 64552 => 'ظم', 64553 => 'عج', 64554 => 'عم', 64555 => 'غج', 64556 => 'غم', 64557 => 'فج', 64558 => 'فح', 64559 => 'فخ', 64560 => 'فم', 64561 => 'فى', 64562 => 'في', 64563 => 'قح', 64564 => 'قم', 64565 => 'قى', 64566 => 'قي', 64567 => 'كا', 64568 => 'كج', 64569 => 'كح', 64570 => 'كخ', 64571 => 'كل', 64572 => 'كم', 64573 => 'كى', 64574 => 'كي', 64575 => 'لج', 64576 => 'لح', 64577 => 'لخ', 64578 => 'لم', 64579 => 'لى', 64580 => 'لي', 64581 => 'مج', 64582 => 'مح', 64583 => 'مخ', 64584 => 'مم', 64585 => 'مى', 64586 => 'مي', 64587 => 'نج', 64588 => 'نح', 64589 => 'نخ', 64590 => 'نم', 64591 => 'نى', 64592 => 'ني', 64593 => 'هج', 64594 => 'هم', 64595 => 'هى', 64596 => 'هي', 64597 => 'يج', 64598 => 'يح', 64599 => 'يخ', 64600 => 'يم', 64601 => 'يى', 64602 => 'يي', 64603 => 'ذٰ', 64604 => 'رٰ', 64605 => 'ىٰ', 64612 => 'ئر', 64613 => 'ئز', 64614 => 'ئم', 64615 => 'ئن', 64616 => 'ئى', 64617 => 'ئي', 64618 => 'بر', 64619 => 'بز', 64620 => 'بم', 64621 => 'بن', 64622 => 'بى', 64623 => 'بي', 64624 => 'تر', 64625 => 'تز', 64626 => 'تم', 64627 => 'تن', 64628 => 'تى', 64629 => 'تي', 64630 => 'ثر', 64631 => 'ثز', 64632 => 'ثم', 64633 => 'ثن', 64634 => 'ثى', 64635 => 'ثي', 64636 => 'فى', 64637 => 'في', 64638 => 'قى', 64639 => 'قي', 64640 => 'كا', 64641 => 'كل', 64642 => 'كم', 64643 => 'كى', 64644 => 'كي', 64645 => 'لم', 64646 => 'لى', 64647 => 'لي', 64648 => 'ما', 64649 => 'مم', 64650 => 'نر', 64651 => 'نز', 64652 => 'نم', 64653 => 'نن', 64654 => 'نى', 64655 => 'ني', 64656 => 'ىٰ', 64657 => 'ير', 64658 => 'يز', 64659 => 'يم', 64660 => 'ين', 64661 => 'يى', 64662 => 'يي', 64663 => 'ئج', 64664 => 'ئح', 64665 => 'ئخ', 64666 => 'ئم', 64667 => 'ئه', 64668 => 'بج', 64669 => 'بح', 64670 => 'بخ', 64671 => 'بم', 64672 => 'به', 64673 => 'تج', 64674 => 'تح', 64675 => 'تخ', 64676 => 'تم', 64677 => 'ته', 64678 => 'ثم', 64679 => 'جح', 64680 => 'جم', 64681 => 'حج', 64682 => 'حم', 64683 => 'خج', 64684 => 'خم', 64685 => 'سج', 64686 => 'سح', 64687 => 'سخ', 64688 => 'سم', 64689 => 'صح', 64690 => 'صخ', 64691 => 'صم', 64692 => 'ضج', 64693 => 'ضح', 64694 => 'ضخ', 64695 => 'ضم', 64696 => 'طح', 64697 => 'ظم', 64698 => 'عج', 64699 => 'عم', 64700 => 'غج', 64701 => 'غم', 64702 => 'فج', 64703 => 'فح', 64704 => 'فخ', 64705 => 'فم', 64706 => 'قح', 64707 => 'قم', 64708 => 'كج', 64709 => 'كح', 64710 => 'كخ', 64711 => 'كل', 64712 => 'كم', 64713 => 'لج', 64714 => 'لح', 64715 => 'لخ', 64716 => 'لم', 64717 => 'له', 64718 => 'مج', 64719 => 'مح', 64720 => 'مخ', 64721 => 'مم', 64722 => 'نج', 64723 => 'نح', 64724 => 'نخ', 64725 => 'نم', 64726 => 'نه', 64727 => 'هج', 64728 => 'هم', 64729 => 'هٰ', 64730 => 'يج', 64731 => 'يح', 64732 => 'يخ', 64733 => 'يم', 64734 => 'يه', 64735 => 'ئم', 64736 => 'ئه', 64737 => 'بم', 64738 => 'به', 64739 => 'تم', 64740 => 'ته', 64741 => 'ثم', 64742 => 'ثه', 64743 => 'سم', 64744 => 'سه', 64745 => 'شم', 64746 => 'شه', 64747 => 'كل', 64748 => 'كم', 64749 => 'لم', 64750 => 'نم', 64751 => 'نه', 64752 => 'يم', 64753 => 'يه', 64754 => 'ـَّ', 64755 => 'ـُّ', 64756 => 'ـِّ', 64757 => 'طى', 64758 => 'طي', 64759 => 'عى', 64760 => 'عي', 64761 => 'غى', 64762 => 'غي', 64763 => 'سى', 64764 => 'سي', 64765 => 'شى', 64766 => 'شي', 64767 => 'حى', 64768 => 'حي', 64769 => 'جى', 64770 => 'جي', 64771 => 'خى', 64772 => 'خي', 64773 => 'صى', 64774 => 'صي', 64775 => 'ضى', 64776 => 'ضي', 64777 => 'شج', 64778 => 'شح', 64779 => 'شخ', 64780 => 'شم', 64781 => 'شر', 64782 => 'سر', 64783 => 'صر', 64784 => 'ضر', 64785 => 'طى', 64786 => 'طي', 64787 => 'عى', 64788 => 'عي', 64789 => 'غى', 64790 => 'غي', 64791 => 'سى', 64792 => 'سي', 64793 => 'شى', 64794 => 'شي', 64795 => 'حى', 64796 => 'حي', 64797 => 'جى', 64798 => 'جي', 64799 => 'خى', 64800 => 'خي', 64801 => 'صى', 64802 => 'صي', 64803 => 'ضى', 64804 => 'ضي', 64805 => 'شج', 64806 => 'شح', 64807 => 'شخ', 64808 => 'شم', 64809 => 'شر', 64810 => 'سر', 64811 => 'صر', 64812 => 'ضر', 64813 => 'شج', 64814 => 'شح', 64815 => 'شخ', 64816 => 'شم', 64817 => 'سه', 64818 => 'شه', 64819 => 'طم', 64820 => 'سج', 64821 => 'سح', 64822 => 'سخ', 64823 => 'شج', 64824 => 'شح', 64825 => 'شخ', 64826 => 'طم', 64827 => 'ظم', 64828 => 'اً', 64829 => 'اً', 64848 => 'تجم', 64849 => 'تحج', 64850 => 'تحج', 64851 => 'تحم', 64852 => 'تخم', 64853 => 'تمج', 64854 => 'تمح', 64855 => 'تمخ', 64856 => 'جمح', 64857 => 'جمح', 64858 => 'حمي', 64859 => 'حمى', 64860 => 'سحج', 64861 => 'سجح', 64862 => 'سجى', 64863 => 'سمح', 64864 => 'سمح', 64865 => 'سمج', 64866 => 'سمم', 64867 => 'سمم', 64868 => 'صحح', 64869 => 'صحح', 64870 => 'صمم', 64871 => 'شحم', 64872 => 'شحم', 64873 => 'شجي', 64874 => 'شمخ', 64875 => 'شمخ', 64876 => 'شمم', 64877 => 'شمم', 64878 => 'ضحى', 64879 => 'ضخم', 64880 => 'ضخم', 64881 => 'طمح', 64882 => 'طمح', 64883 => 'طمم', 64884 => 'طمي', 64885 => 'عجم', 64886 => 'عمم', 64887 => 'عمم', 64888 => 'عمى', 64889 => 'غمم', 64890 => 'غمي', 64891 => 'غمى', 64892 => 'فخم', 64893 => 'فخم', 64894 => 'قمح', 64895 => 'قمم', 64896 => 'لحم', 64897 => 'لحي', 64898 => 'لحى', 64899 => 'لجج', 64900 => 'لجج', 64901 => 'لخم', 64902 => 'لخم', 64903 => 'لمح', 64904 => 'لمح', 64905 => 'محج', 64906 => 'محم', 64907 => 'محي', 64908 => 'مجح', 64909 => 'مجم', 64910 => 'مخج', 64911 => 'مخم', 64914 => 'مجخ', 64915 => 'همج', 64916 => 'همم', 64917 => 'نحم', 64918 => 'نحى', 64919 => 'نجم', 64920 => 'نجم', 64921 => 'نجى', 64922 => 'نمي', 64923 => 'نمى', 64924 => 'يمم', 64925 => 'يمم', 64926 => 'بخي', 64927 => 'تجي', 64928 => 'تجى', 64929 => 'تخي', 64930 => 'تخى', 64931 => 'تمي', 64932 => 'تمى', 64933 => 'جمي', 64934 => 'جحى', 64935 => 'جمى', 64936 => 'سخى', 64937 => 'صحي', 64938 => 'شحي', 64939 => 'ضحي', 64940 => 'لجي', 64941 => 'لمي', 64942 => 'يحي', 64943 => 'يجي', 64944 => 'يمي', 64945 => 'ممي', 64946 => 'قمي', 64947 => 'نحي', 64948 => 'قمح', 64949 => 'لحم', 64950 => 'عمي', 64951 => 'كمي', 64952 => 'نجح', 64953 => 'مخي', 64954 => 'لجم', 64955 => 'كمم', 64956 => 'لجم', 64957 => 'نجح', 64958 => 'جحي', 64959 => 'حجي', 64960 => 'مجي', 64961 => 'فمي', 64962 => 'بحي', 64963 => 'كمم', 64964 => 'عجم', 64965 => 'صمم', 64966 => 'سخي', 64967 => 'نجي', 65008 => 'صلے', 65009 => 'قلے', 65010 => 'الله', 65011 => 'اكبر', 65012 => 'محمد', 65013 => 'صلعم', 65014 => 'رسول', 65015 => 'عليه', 65016 => 'وسلم', 65017 => 'صلى', 65020 => 'ریال', 65041 => '、', 65047 => '〖', 65048 => '〗', 65073 => '—', 65074 => '–', 65081 => '〔', 65082 => '〕', 65083 => '【', 65084 => '】', 65085 => '《', 65086 => '》', 65087 => '〈', 65088 => '〉', 65089 => '「', 65090 => '」', 65091 => '『', 65092 => '』', 65105 => '、', 65112 => '—', 65117 => '〔', 65118 => '〕', 65123 => '-', 65137 => 'ـً', 65143 => 'ـَ', 65145 => 'ـُ', 65147 => 'ـِ', 65149 => 'ـّ', 65151 => 'ـْ', 65152 => 'ء', 65153 => 'آ', 65154 => 'آ', 65155 => 'أ', 65156 => 'أ', 65157 => 'ؤ', 65158 => 'ؤ', 65159 => 'إ', 65160 => 'إ', 65161 => 'ئ', 65162 => 'ئ', 65163 => 'ئ', 65164 => 'ئ', 65165 => 'ا', 65166 => 'ا', 65167 => 'ب', 65168 => 'ب', 65169 => 'ب', 65170 => 'ب', 65171 => 'ة', 65172 => 'ة', 65173 => 'ت', 65174 => 'ت', 65175 => 'ت', 65176 => 'ت', 65177 => 'ث', 65178 => 'ث', 65179 => 'ث', 65180 => 'ث', 65181 => 'ج', 65182 => 'ج', 65183 => 'ج', 65184 => 'ج', 65185 => 'ح', 65186 => 'ح', 65187 => 'ح', 65188 => 'ح', 65189 => 'خ', 65190 => 'خ', 65191 => 'خ', 65192 => 'خ', 65193 => 'د', 65194 => 'د', 65195 => 'ذ', 65196 => 'ذ', 65197 => 'ر', 65198 => 'ر', 65199 => 'ز', 65200 => 'ز', 65201 => 'س', 65202 => 'س', 65203 => 'س', 65204 => 'س', 65205 => 'ش', 65206 => 'ش', 65207 => 'ش', 65208 => 'ش', 65209 => 'ص', 65210 => 'ص', 65211 => 'ص', 65212 => 'ص', 65213 => 'ض', 65214 => 'ض', 65215 => 'ض', 65216 => 'ض', 65217 => 'ط', 65218 => 'ط', 65219 => 'ط', 65220 => 'ط', 65221 => 'ظ', 65222 => 'ظ', 65223 => 'ظ', 65224 => 'ظ', 65225 => 'ع', 65226 => 'ع', 65227 => 'ع', 65228 => 'ع', 65229 => 'غ', 65230 => 'غ', 65231 => 'غ', 65232 => 'غ', 65233 => 'ف', 65234 => 'ف', 65235 => 'ف', 65236 => 'ف', 65237 => 'ق', 65238 => 'ق', 65239 => 'ق', 65240 => 'ق', 65241 => 'ك', 65242 => 'ك', 65243 => 'ك', 65244 => 'ك', 65245 => 'ل', 65246 => 'ل', 65247 => 'ل', 65248 => 'ل', 65249 => 'م', 65250 => 'م', 65251 => 'م', 65252 => 'م', 65253 => 'ن', 65254 => 'ن', 65255 => 'ن', 65256 => 'ن', 65257 => 'ه', 65258 => 'ه', 65259 => 'ه', 65260 => 'ه', 65261 => 'و', 65262 => 'و', 65263 => 'ى', 65264 => 'ى', 65265 => 'ي', 65266 => 'ي', 65267 => 'ي', 65268 => 'ي', 65269 => 'لآ', 65270 => 'لآ', 65271 => 'لأ', 65272 => 'لأ', 65273 => 'لإ', 65274 => 'لإ', 65275 => 'لا', 65276 => 'لا', 65293 => '-', 65294 => '.', 65296 => '0', 65297 => '1', 65298 => '2', 65299 => '3', 65300 => '4', 65301 => '5', 65302 => '6', 65303 => '7', 65304 => '8', 65305 => '9', 65313 => 'a', 65314 => 'b', 65315 => 'c', 65316 => 'd', 65317 => 'e', 65318 => 'f', 65319 => 'g', 65320 => 'h', 65321 => 'i', 65322 => 'j', 65323 => 'k', 65324 => 'l', 65325 => 'm', 65326 => 'n', 65327 => 'o', 65328 => 'p', 65329 => 'q', 65330 => 'r', 65331 => 's', 65332 => 't', 65333 => 'u', 65334 => 'v', 65335 => 'w', 65336 => 'x', 65337 => 'y', 65338 => 'z', 65345 => 'a', 65346 => 'b', 65347 => 'c', 65348 => 'd', 65349 => 'e', 65350 => 'f', 65351 => 'g', 65352 => 'h', 65353 => 'i', 65354 => 'j', 65355 => 'k', 65356 => 'l', 65357 => 'm', 65358 => 'n', 65359 => 'o', 65360 => 'p', 65361 => 'q', 65362 => 'r', 65363 => 's', 65364 => 't', 65365 => 'u', 65366 => 'v', 65367 => 'w', 65368 => 'x', 65369 => 'y', 65370 => 'z', 65375 => '⦅', 65376 => '⦆', 65377 => '.', 65378 => '「', 65379 => '」', 65380 => '、', 65381 => '・', 65382 => 'ヲ', 65383 => 'ァ', 65384 => 'ィ', 65385 => 'ゥ', 65386 => 'ェ', 65387 => 'ォ', 65388 => 'ャ', 65389 => 'ュ', 65390 => 'ョ', 65391 => 'ッ', 65392 => 'ー', 65393 => 'ア', 65394 => 'イ', 65395 => 'ウ', 65396 => 'エ', 65397 => 'オ', 65398 => 'カ', 65399 => 'キ', 65400 => 'ク', 65401 => 'ケ', 65402 => 'コ', 65403 => 'サ', 65404 => 'シ', 65405 => 'ス', 65406 => 'セ', 65407 => 'ソ', 65408 => 'タ', 65409 => 'チ', 65410 => 'ツ', 65411 => 'テ', 65412 => 'ト', 65413 => 'ナ', 65414 => 'ニ', 65415 => 'ヌ', 65416 => 'ネ', 65417 => 'ノ', 65418 => 'ハ', 65419 => 'ヒ', 65420 => 'フ', 65421 => 'ヘ', 65422 => 'ホ', 65423 => 'マ', 65424 => 'ミ', 65425 => 'ム', 65426 => 'メ', 65427 => 'モ', 65428 => 'ヤ', 65429 => 'ユ', 65430 => 'ヨ', 65431 => 'ラ', 65432 => 'リ', 65433 => 'ル', 65434 => 'レ', 65435 => 'ロ', 65436 => 'ワ', 65437 => 'ン', 65438 => '゙', 65439 => '゚', 65441 => 'ᄀ', 65442 => 'ᄁ', 65443 => 'ᆪ', 65444 => 'ᄂ', 65445 => 'ᆬ', 65446 => 'ᆭ', 65447 => 'ᄃ', 65448 => 'ᄄ', 65449 => 'ᄅ', 65450 => 'ᆰ', 65451 => 'ᆱ', 65452 => 'ᆲ', 65453 => 'ᆳ', 65454 => 'ᆴ', 65455 => 'ᆵ', 65456 => 'ᄚ', 65457 => 'ᄆ', 65458 => 'ᄇ', 65459 => 'ᄈ', 65460 => 'ᄡ', 65461 => 'ᄉ', 65462 => 'ᄊ', 65463 => 'ᄋ', 65464 => 'ᄌ', 65465 => 'ᄍ', 65466 => 'ᄎ', 65467 => 'ᄏ', 65468 => 'ᄐ', 65469 => 'ᄑ', 65470 => 'ᄒ', 65474 => 'ᅡ', 65475 => 'ᅢ', 65476 => 'ᅣ', 65477 => 'ᅤ', 65478 => 'ᅥ', 65479 => 'ᅦ', 65482 => 'ᅧ', 65483 => 'ᅨ', 65484 => 'ᅩ', 65485 => 'ᅪ', 65486 => 'ᅫ', 65487 => 'ᅬ', 65490 => 'ᅭ', 65491 => 'ᅮ', 65492 => 'ᅯ', 65493 => 'ᅰ', 65494 => 'ᅱ', 65495 => 'ᅲ', 65498 => 'ᅳ', 65499 => 'ᅴ', 65500 => 'ᅵ', 65504 => '¢', 65505 => '£', 65506 => '¬', 65508 => '¦', 65509 => '¥', 65510 => '₩', 65512 => '│', 65513 => '←', 65514 => '↑', 65515 => '→', 65516 => '↓', 65517 => '■', 65518 => '○', 66560 => '𐐨', 66561 => '𐐩', 66562 => '𐐪', 66563 => '𐐫', 66564 => '𐐬', 66565 => '𐐭', 66566 => '𐐮', 66567 => '𐐯', 66568 => '𐐰', 66569 => '𐐱', 66570 => '𐐲', 66571 => '𐐳', 66572 => '𐐴', 66573 => '𐐵', 66574 => '𐐶', 66575 => '𐐷', 66576 => '𐐸', 66577 => '𐐹', 66578 => '𐐺', 66579 => '𐐻', 66580 => '𐐼', 66581 => '𐐽', 66582 => '𐐾', 66583 => '𐐿', 66584 => '𐑀', 66585 => '𐑁', 66586 => '𐑂', 66587 => '𐑃', 66588 => '𐑄', 66589 => '𐑅', 66590 => '𐑆', 66591 => '𐑇', 66592 => '𐑈', 66593 => '𐑉', 66594 => '𐑊', 66595 => '𐑋', 66596 => '𐑌', 66597 => '𐑍', 66598 => '𐑎', 66599 => '𐑏', 66736 => '𐓘', 66737 => '𐓙', 66738 => '𐓚', 66739 => '𐓛', 66740 => '𐓜', 66741 => '𐓝', 66742 => '𐓞', 66743 => '𐓟', 66744 => '𐓠', 66745 => '𐓡', 66746 => '𐓢', 66747 => '𐓣', 66748 => '𐓤', 66749 => '𐓥', 66750 => '𐓦', 66751 => '𐓧', 66752 => '𐓨', 66753 => '𐓩', 66754 => '𐓪', 66755 => '𐓫', 66756 => '𐓬', 66757 => '𐓭', 66758 => '𐓮', 66759 => '𐓯', 66760 => '𐓰', 66761 => '𐓱', 66762 => '𐓲', 66763 => '𐓳', 66764 => '𐓴', 66765 => '𐓵', 66766 => '𐓶', 66767 => '𐓷', 66768 => '𐓸', 66769 => '𐓹', 66770 => '𐓺', 66771 => '𐓻', 68736 => '𐳀', 68737 => '𐳁', 68738 => '𐳂', 68739 => '𐳃', 68740 => '𐳄', 68741 => '𐳅', 68742 => '𐳆', 68743 => '𐳇', 68744 => '𐳈', 68745 => '𐳉', 68746 => '𐳊', 68747 => '𐳋', 68748 => '𐳌', 68749 => '𐳍', 68750 => '𐳎', 68751 => '𐳏', 68752 => '𐳐', 68753 => '𐳑', 68754 => '𐳒', 68755 => '𐳓', 68756 => '𐳔', 68757 => '𐳕', 68758 => '𐳖', 68759 => '𐳗', 68760 => '𐳘', 68761 => '𐳙', 68762 => '𐳚', 68763 => '𐳛', 68764 => '𐳜', 68765 => '𐳝', 68766 => '𐳞', 68767 => '𐳟', 68768 => '𐳠', 68769 => '𐳡', 68770 => '𐳢', 68771 => '𐳣', 68772 => '𐳤', 68773 => '𐳥', 68774 => '𐳦', 68775 => '𐳧', 68776 => '𐳨', 68777 => '𐳩', 68778 => '𐳪', 68779 => '𐳫', 68780 => '𐳬', 68781 => '𐳭', 68782 => '𐳮', 68783 => '𐳯', 68784 => '𐳰', 68785 => '𐳱', 68786 => '𐳲', 71840 => '𑣀', 71841 => '𑣁', 71842 => '𑣂', 71843 => '𑣃', 71844 => '𑣄', 71845 => '𑣅', 71846 => '𑣆', 71847 => '𑣇', 71848 => '𑣈', 71849 => '𑣉', 71850 => '𑣊', 71851 => '𑣋', 71852 => '𑣌', 71853 => '𑣍', 71854 => '𑣎', 71855 => '𑣏', 71856 => '𑣐', 71857 => '𑣑', 71858 => '𑣒', 71859 => '𑣓', 71860 => '𑣔', 71861 => '𑣕', 71862 => '𑣖', 71863 => '𑣗', 71864 => '𑣘', 71865 => '𑣙', 71866 => '𑣚', 71867 => '𑣛', 71868 => '𑣜', 71869 => '𑣝', 71870 => '𑣞', 71871 => '𑣟', 93760 => '𖹠', 93761 => '𖹡', 93762 => '𖹢', 93763 => '𖹣', 93764 => '𖹤', 93765 => '𖹥', 93766 => '𖹦', 93767 => '𖹧', 93768 => '𖹨', 93769 => '𖹩', 93770 => '𖹪', 93771 => '𖹫', 93772 => '𖹬', 93773 => '𖹭', 93774 => '𖹮', 93775 => '𖹯', 93776 => '𖹰', 93777 => '𖹱', 93778 => '𖹲', 93779 => '𖹳', 93780 => '𖹴', 93781 => '𖹵', 93782 => '𖹶', 93783 => '𖹷', 93784 => '𖹸', 93785 => '𖹹', 93786 => '𖹺', 93787 => '𖹻', 93788 => '𖹼', 93789 => '𖹽', 93790 => '𖹾', 93791 => '𖹿', 119134 => '𝅗𝅥', 119135 => '𝅘𝅥', 119136 => '𝅘𝅥𝅮', 119137 => '𝅘𝅥𝅯', 119138 => '𝅘𝅥𝅰', 119139 => '𝅘𝅥𝅱', 119140 => '𝅘𝅥𝅲', 119227 => '𝆹𝅥', 119228 => '𝆺𝅥', 119229 => '𝆹𝅥𝅮', 119230 => '𝆺𝅥𝅮', 119231 => '𝆹𝅥𝅯', 119232 => '𝆺𝅥𝅯', 119808 => 'a', 119809 => 'b', 119810 => 'c', 119811 => 'd', 119812 => 'e', 119813 => 'f', 119814 => 'g', 119815 => 'h', 119816 => 'i', 119817 => 'j', 119818 => 'k', 119819 => 'l', 119820 => 'm', 119821 => 'n', 119822 => 'o', 119823 => 'p', 119824 => 'q', 119825 => 'r', 119826 => 's', 119827 => 't', 119828 => 'u', 119829 => 'v', 119830 => 'w', 119831 => 'x', 119832 => 'y', 119833 => 'z', 119834 => 'a', 119835 => 'b', 119836 => 'c', 119837 => 'd', 119838 => 'e', 119839 => 'f', 119840 => 'g', 119841 => 'h', 119842 => 'i', 119843 => 'j', 119844 => 'k', 119845 => 'l', 119846 => 'm', 119847 => 'n', 119848 => 'o', 119849 => 'p', 119850 => 'q', 119851 => 'r', 119852 => 's', 119853 => 't', 119854 => 'u', 119855 => 'v', 119856 => 'w', 119857 => 'x', 119858 => 'y', 119859 => 'z', 119860 => 'a', 119861 => 'b', 119862 => 'c', 119863 => 'd', 119864 => 'e', 119865 => 'f', 119866 => 'g', 119867 => 'h', 119868 => 'i', 119869 => 'j', 119870 => 'k', 119871 => 'l', 119872 => 'm', 119873 => 'n', 119874 => 'o', 119875 => 'p', 119876 => 'q', 119877 => 'r', 119878 => 's', 119879 => 't', 119880 => 'u', 119881 => 'v', 119882 => 'w', 119883 => 'x', 119884 => 'y', 119885 => 'z', 119886 => 'a', 119887 => 'b', 119888 => 'c', 119889 => 'd', 119890 => 'e', 119891 => 'f', 119892 => 'g', 119894 => 'i', 119895 => 'j', 119896 => 'k', 119897 => 'l', 119898 => 'm', 119899 => 'n', 119900 => 'o', 119901 => 'p', 119902 => 'q', 119903 => 'r', 119904 => 's', 119905 => 't', 119906 => 'u', 119907 => 'v', 119908 => 'w', 119909 => 'x', 119910 => 'y', 119911 => 'z', 119912 => 'a', 119913 => 'b', 119914 => 'c', 119915 => 'd', 119916 => 'e', 119917 => 'f', 119918 => 'g', 119919 => 'h', 119920 => 'i', 119921 => 'j', 119922 => 'k', 119923 => 'l', 119924 => 'm', 119925 => 'n', 119926 => 'o', 119927 => 'p', 119928 => 'q', 119929 => 'r', 119930 => 's', 119931 => 't', 119932 => 'u', 119933 => 'v', 119934 => 'w', 119935 => 'x', 119936 => 'y', 119937 => 'z', 119938 => 'a', 119939 => 'b', 119940 => 'c', 119941 => 'd', 119942 => 'e', 119943 => 'f', 119944 => 'g', 119945 => 'h', 119946 => 'i', 119947 => 'j', 119948 => 'k', 119949 => 'l', 119950 => 'm', 119951 => 'n', 119952 => 'o', 119953 => 'p', 119954 => 'q', 119955 => 'r', 119956 => 's', 119957 => 't', 119958 => 'u', 119959 => 'v', 119960 => 'w', 119961 => 'x', 119962 => 'y', 119963 => 'z', 119964 => 'a', 119966 => 'c', 119967 => 'd', 119970 => 'g', 119973 => 'j', 119974 => 'k', 119977 => 'n', 119978 => 'o', 119979 => 'p', 119980 => 'q', 119982 => 's', 119983 => 't', 119984 => 'u', 119985 => 'v', 119986 => 'w', 119987 => 'x', 119988 => 'y', 119989 => 'z', 119990 => 'a', 119991 => 'b', 119992 => 'c', 119993 => 'd', 119995 => 'f', 119997 => 'h', 119998 => 'i', 119999 => 'j', 120000 => 'k', 120001 => 'l', 120002 => 'm', 120003 => 'n', 120005 => 'p', 120006 => 'q', 120007 => 'r', 120008 => 's', 120009 => 't', 120010 => 'u', 120011 => 'v', 120012 => 'w', 120013 => 'x', 120014 => 'y', 120015 => 'z', 120016 => 'a', 120017 => 'b', 120018 => 'c', 120019 => 'd', 120020 => 'e', 120021 => 'f', 120022 => 'g', 120023 => 'h', 120024 => 'i', 120025 => 'j', 120026 => 'k', 120027 => 'l', 120028 => 'm', 120029 => 'n', 120030 => 'o', 120031 => 'p', 120032 => 'q', 120033 => 'r', 120034 => 's', 120035 => 't', 120036 => 'u', 120037 => 'v', 120038 => 'w', 120039 => 'x', 120040 => 'y', 120041 => 'z', 120042 => 'a', 120043 => 'b', 120044 => 'c', 120045 => 'd', 120046 => 'e', 120047 => 'f', 120048 => 'g', 120049 => 'h', 120050 => 'i', 120051 => 'j', 120052 => 'k', 120053 => 'l', 120054 => 'm', 120055 => 'n', 120056 => 'o', 120057 => 'p', 120058 => 'q', 120059 => 'r', 120060 => 's', 120061 => 't', 120062 => 'u', 120063 => 'v', 120064 => 'w', 120065 => 'x', 120066 => 'y', 120067 => 'z', 120068 => 'a', 120069 => 'b', 120071 => 'd', 120072 => 'e', 120073 => 'f', 120074 => 'g', 120077 => 'j', 120078 => 'k', 120079 => 'l', 120080 => 'm', 120081 => 'n', 120082 => 'o', 120083 => 'p', 120084 => 'q', 120086 => 's', 120087 => 't', 120088 => 'u', 120089 => 'v', 120090 => 'w', 120091 => 'x', 120092 => 'y', 120094 => 'a', 120095 => 'b', 120096 => 'c', 120097 => 'd', 120098 => 'e', 120099 => 'f', 120100 => 'g', 120101 => 'h', 120102 => 'i', 120103 => 'j', 120104 => 'k', 120105 => 'l', 120106 => 'm', 120107 => 'n', 120108 => 'o', 120109 => 'p', 120110 => 'q', 120111 => 'r', 120112 => 's', 120113 => 't', 120114 => 'u', 120115 => 'v', 120116 => 'w', 120117 => 'x', 120118 => 'y', 120119 => 'z', 120120 => 'a', 120121 => 'b', 120123 => 'd', 120124 => 'e', 120125 => 'f', 120126 => 'g', 120128 => 'i', 120129 => 'j', 120130 => 'k', 120131 => 'l', 120132 => 'm', 120134 => 'o', 120138 => 's', 120139 => 't', 120140 => 'u', 120141 => 'v', 120142 => 'w', 120143 => 'x', 120144 => 'y', 120146 => 'a', 120147 => 'b', 120148 => 'c', 120149 => 'd', 120150 => 'e', 120151 => 'f', 120152 => 'g', 120153 => 'h', 120154 => 'i', 120155 => 'j', 120156 => 'k', 120157 => 'l', 120158 => 'm', 120159 => 'n', 120160 => 'o', 120161 => 'p', 120162 => 'q', 120163 => 'r', 120164 => 's', 120165 => 't', 120166 => 'u', 120167 => 'v', 120168 => 'w', 120169 => 'x', 120170 => 'y', 120171 => 'z', 120172 => 'a', 120173 => 'b', 120174 => 'c', 120175 => 'd', 120176 => 'e', 120177 => 'f', 120178 => 'g', 120179 => 'h', 120180 => 'i', 120181 => 'j', 120182 => 'k', 120183 => 'l', 120184 => 'm', 120185 => 'n', 120186 => 'o', 120187 => 'p', 120188 => 'q', 120189 => 'r', 120190 => 's', 120191 => 't', 120192 => 'u', 120193 => 'v', 120194 => 'w', 120195 => 'x', 120196 => 'y', 120197 => 'z', 120198 => 'a', 120199 => 'b', 120200 => 'c', 120201 => 'd', 120202 => 'e', 120203 => 'f', 120204 => 'g', 120205 => 'h', 120206 => 'i', 120207 => 'j', 120208 => 'k', 120209 => 'l', 120210 => 'm', 120211 => 'n', 120212 => 'o', 120213 => 'p', 120214 => 'q', 120215 => 'r', 120216 => 's', 120217 => 't', 120218 => 'u', 120219 => 'v', 120220 => 'w', 120221 => 'x', 120222 => 'y', 120223 => 'z', 120224 => 'a', 120225 => 'b', 120226 => 'c', 120227 => 'd', 120228 => 'e', 120229 => 'f', 120230 => 'g', 120231 => 'h', 120232 => 'i', 120233 => 'j', 120234 => 'k', 120235 => 'l', 120236 => 'm', 120237 => 'n', 120238 => 'o', 120239 => 'p', 120240 => 'q', 120241 => 'r', 120242 => 's', 120243 => 't', 120244 => 'u', 120245 => 'v', 120246 => 'w', 120247 => 'x', 120248 => 'y', 120249 => 'z', 120250 => 'a', 120251 => 'b', 120252 => 'c', 120253 => 'd', 120254 => 'e', 120255 => 'f', 120256 => 'g', 120257 => 'h', 120258 => 'i', 120259 => 'j', 120260 => 'k', 120261 => 'l', 120262 => 'm', 120263 => 'n', 120264 => 'o', 120265 => 'p', 120266 => 'q', 120267 => 'r', 120268 => 's', 120269 => 't', 120270 => 'u', 120271 => 'v', 120272 => 'w', 120273 => 'x', 120274 => 'y', 120275 => 'z', 120276 => 'a', 120277 => 'b', 120278 => 'c', 120279 => 'd', 120280 => 'e', 120281 => 'f', 120282 => 'g', 120283 => 'h', 120284 => 'i', 120285 => 'j', 120286 => 'k', 120287 => 'l', 120288 => 'm', 120289 => 'n', 120290 => 'o', 120291 => 'p', 120292 => 'q', 120293 => 'r', 120294 => 's', 120295 => 't', 120296 => 'u', 120297 => 'v', 120298 => 'w', 120299 => 'x', 120300 => 'y', 120301 => 'z', 120302 => 'a', 120303 => 'b', 120304 => 'c', 120305 => 'd', 120306 => 'e', 120307 => 'f', 120308 => 'g', 120309 => 'h', 120310 => 'i', 120311 => 'j', 120312 => 'k', 120313 => 'l', 120314 => 'm', 120315 => 'n', 120316 => 'o', 120317 => 'p', 120318 => 'q', 120319 => 'r', 120320 => 's', 120321 => 't', 120322 => 'u', 120323 => 'v', 120324 => 'w', 120325 => 'x', 120326 => 'y', 120327 => 'z', 120328 => 'a', 120329 => 'b', 120330 => 'c', 120331 => 'd', 120332 => 'e', 120333 => 'f', 120334 => 'g', 120335 => 'h', 120336 => 'i', 120337 => 'j', 120338 => 'k', 120339 => 'l', 120340 => 'm', 120341 => 'n', 120342 => 'o', 120343 => 'p', 120344 => 'q', 120345 => 'r', 120346 => 's', 120347 => 't', 120348 => 'u', 120349 => 'v', 120350 => 'w', 120351 => 'x', 120352 => 'y', 120353 => 'z', 120354 => 'a', 120355 => 'b', 120356 => 'c', 120357 => 'd', 120358 => 'e', 120359 => 'f', 120360 => 'g', 120361 => 'h', 120362 => 'i', 120363 => 'j', 120364 => 'k', 120365 => 'l', 120366 => 'm', 120367 => 'n', 120368 => 'o', 120369 => 'p', 120370 => 'q', 120371 => 'r', 120372 => 's', 120373 => 't', 120374 => 'u', 120375 => 'v', 120376 => 'w', 120377 => 'x', 120378 => 'y', 120379 => 'z', 120380 => 'a', 120381 => 'b', 120382 => 'c', 120383 => 'd', 120384 => 'e', 120385 => 'f', 120386 => 'g', 120387 => 'h', 120388 => 'i', 120389 => 'j', 120390 => 'k', 120391 => 'l', 120392 => 'm', 120393 => 'n', 120394 => 'o', 120395 => 'p', 120396 => 'q', 120397 => 'r', 120398 => 's', 120399 => 't', 120400 => 'u', 120401 => 'v', 120402 => 'w', 120403 => 'x', 120404 => 'y', 120405 => 'z', 120406 => 'a', 120407 => 'b', 120408 => 'c', 120409 => 'd', 120410 => 'e', 120411 => 'f', 120412 => 'g', 120413 => 'h', 120414 => 'i', 120415 => 'j', 120416 => 'k', 120417 => 'l', 120418 => 'm', 120419 => 'n', 120420 => 'o', 120421 => 'p', 120422 => 'q', 120423 => 'r', 120424 => 's', 120425 => 't', 120426 => 'u', 120427 => 'v', 120428 => 'w', 120429 => 'x', 120430 => 'y', 120431 => 'z', 120432 => 'a', 120433 => 'b', 120434 => 'c', 120435 => 'd', 120436 => 'e', 120437 => 'f', 120438 => 'g', 120439 => 'h', 120440 => 'i', 120441 => 'j', 120442 => 'k', 120443 => 'l', 120444 => 'm', 120445 => 'n', 120446 => 'o', 120447 => 'p', 120448 => 'q', 120449 => 'r', 120450 => 's', 120451 => 't', 120452 => 'u', 120453 => 'v', 120454 => 'w', 120455 => 'x', 120456 => 'y', 120457 => 'z', 120458 => 'a', 120459 => 'b', 120460 => 'c', 120461 => 'd', 120462 => 'e', 120463 => 'f', 120464 => 'g', 120465 => 'h', 120466 => 'i', 120467 => 'j', 120468 => 'k', 120469 => 'l', 120470 => 'm', 120471 => 'n', 120472 => 'o', 120473 => 'p', 120474 => 'q', 120475 => 'r', 120476 => 's', 120477 => 't', 120478 => 'u', 120479 => 'v', 120480 => 'w', 120481 => 'x', 120482 => 'y', 120483 => 'z', 120484 => 'ı', 120485 => 'ȷ', 120488 => 'α', 120489 => 'β', 120490 => 'γ', 120491 => 'δ', 120492 => 'ε', 120493 => 'ζ', 120494 => 'η', 120495 => 'θ', 120496 => 'ι', 120497 => 'κ', 120498 => 'λ', 120499 => 'μ', 120500 => 'ν', 120501 => 'ξ', 120502 => 'ο', 120503 => 'π', 120504 => 'ρ', 120505 => 'θ', 120506 => 'σ', 120507 => 'τ', 120508 => 'υ', 120509 => 'φ', 120510 => 'χ', 120511 => 'ψ', 120512 => 'ω', 120513 => '∇', 120514 => 'α', 120515 => 'β', 120516 => 'γ', 120517 => 'δ', 120518 => 'ε', 120519 => 'ζ', 120520 => 'η', 120521 => 'θ', 120522 => 'ι', 120523 => 'κ', 120524 => 'λ', 120525 => 'μ', 120526 => 'ν', 120527 => 'ξ', 120528 => 'ο', 120529 => 'π', 120530 => 'ρ', 120531 => 'σ', 120532 => 'σ', 120533 => 'τ', 120534 => 'υ', 120535 => 'φ', 120536 => 'χ', 120537 => 'ψ', 120538 => 'ω', 120539 => '∂', 120540 => 'ε', 120541 => 'θ', 120542 => 'κ', 120543 => 'φ', 120544 => 'ρ', 120545 => 'π', 120546 => 'α', 120547 => 'β', 120548 => 'γ', 120549 => 'δ', 120550 => 'ε', 120551 => 'ζ', 120552 => 'η', 120553 => 'θ', 120554 => 'ι', 120555 => 'κ', 120556 => 'λ', 120557 => 'μ', 120558 => 'ν', 120559 => 'ξ', 120560 => 'ο', 120561 => 'π', 120562 => 'ρ', 120563 => 'θ', 120564 => 'σ', 120565 => 'τ', 120566 => 'υ', 120567 => 'φ', 120568 => 'χ', 120569 => 'ψ', 120570 => 'ω', 120571 => '∇', 120572 => 'α', 120573 => 'β', 120574 => 'γ', 120575 => 'δ', 120576 => 'ε', 120577 => 'ζ', 120578 => 'η', 120579 => 'θ', 120580 => 'ι', 120581 => 'κ', 120582 => 'λ', 120583 => 'μ', 120584 => 'ν', 120585 => 'ξ', 120586 => 'ο', 120587 => 'π', 120588 => 'ρ', 120589 => 'σ', 120590 => 'σ', 120591 => 'τ', 120592 => 'υ', 120593 => 'φ', 120594 => 'χ', 120595 => 'ψ', 120596 => 'ω', 120597 => '∂', 120598 => 'ε', 120599 => 'θ', 120600 => 'κ', 120601 => 'φ', 120602 => 'ρ', 120603 => 'π', 120604 => 'α', 120605 => 'β', 120606 => 'γ', 120607 => 'δ', 120608 => 'ε', 120609 => 'ζ', 120610 => 'η', 120611 => 'θ', 120612 => 'ι', 120613 => 'κ', 120614 => 'λ', 120615 => 'μ', 120616 => 'ν', 120617 => 'ξ', 120618 => 'ο', 120619 => 'π', 120620 => 'ρ', 120621 => 'θ', 120622 => 'σ', 120623 => 'τ', 120624 => 'υ', 120625 => 'φ', 120626 => 'χ', 120627 => 'ψ', 120628 => 'ω', 120629 => '∇', 120630 => 'α', 120631 => 'β', 120632 => 'γ', 120633 => 'δ', 120634 => 'ε', 120635 => 'ζ', 120636 => 'η', 120637 => 'θ', 120638 => 'ι', 120639 => 'κ', 120640 => 'λ', 120641 => 'μ', 120642 => 'ν', 120643 => 'ξ', 120644 => 'ο', 120645 => 'π', 120646 => 'ρ', 120647 => 'σ', 120648 => 'σ', 120649 => 'τ', 120650 => 'υ', 120651 => 'φ', 120652 => 'χ', 120653 => 'ψ', 120654 => 'ω', 120655 => '∂', 120656 => 'ε', 120657 => 'θ', 120658 => 'κ', 120659 => 'φ', 120660 => 'ρ', 120661 => 'π', 120662 => 'α', 120663 => 'β', 120664 => 'γ', 120665 => 'δ', 120666 => 'ε', 120667 => 'ζ', 120668 => 'η', 120669 => 'θ', 120670 => 'ι', 120671 => 'κ', 120672 => 'λ', 120673 => 'μ', 120674 => 'ν', 120675 => 'ξ', 120676 => 'ο', 120677 => 'π', 120678 => 'ρ', 120679 => 'θ', 120680 => 'σ', 120681 => 'τ', 120682 => 'υ', 120683 => 'φ', 120684 => 'χ', 120685 => 'ψ', 120686 => 'ω', 120687 => '∇', 120688 => 'α', 120689 => 'β', 120690 => 'γ', 120691 => 'δ', 120692 => 'ε', 120693 => 'ζ', 120694 => 'η', 120695 => 'θ', 120696 => 'ι', 120697 => 'κ', 120698 => 'λ', 120699 => 'μ', 120700 => 'ν', 120701 => 'ξ', 120702 => 'ο', 120703 => 'π', 120704 => 'ρ', 120705 => 'σ', 120706 => 'σ', 120707 => 'τ', 120708 => 'υ', 120709 => 'φ', 120710 => 'χ', 120711 => 'ψ', 120712 => 'ω', 120713 => '∂', 120714 => 'ε', 120715 => 'θ', 120716 => 'κ', 120717 => 'φ', 120718 => 'ρ', 120719 => 'π', 120720 => 'α', 120721 => 'β', 120722 => 'γ', 120723 => 'δ', 120724 => 'ε', 120725 => 'ζ', 120726 => 'η', 120727 => 'θ', 120728 => 'ι', 120729 => 'κ', 120730 => 'λ', 120731 => 'μ', 120732 => 'ν', 120733 => 'ξ', 120734 => 'ο', 120735 => 'π', 120736 => 'ρ', 120737 => 'θ', 120738 => 'σ', 120739 => 'τ', 120740 => 'υ', 120741 => 'φ', 120742 => 'χ', 120743 => 'ψ', 120744 => 'ω', 120745 => '∇', 120746 => 'α', 120747 => 'β', 120748 => 'γ', 120749 => 'δ', 120750 => 'ε', 120751 => 'ζ', 120752 => 'η', 120753 => 'θ', 120754 => 'ι', 120755 => 'κ', 120756 => 'λ', 120757 => 'μ', 120758 => 'ν', 120759 => 'ξ', 120760 => 'ο', 120761 => 'π', 120762 => 'ρ', 120763 => 'σ', 120764 => 'σ', 120765 => 'τ', 120766 => 'υ', 120767 => 'φ', 120768 => 'χ', 120769 => 'ψ', 120770 => 'ω', 120771 => '∂', 120772 => 'ε', 120773 => 'θ', 120774 => 'κ', 120775 => 'φ', 120776 => 'ρ', 120777 => 'π', 120778 => 'ϝ', 120779 => 'ϝ', 120782 => '0', 120783 => '1', 120784 => '2', 120785 => '3', 120786 => '4', 120787 => '5', 120788 => '6', 120789 => '7', 120790 => '8', 120791 => '9', 120792 => '0', 120793 => '1', 120794 => '2', 120795 => '3', 120796 => '4', 120797 => '5', 120798 => '6', 120799 => '7', 120800 => '8', 120801 => '9', 120802 => '0', 120803 => '1', 120804 => '2', 120805 => '3', 120806 => '4', 120807 => '5', 120808 => '6', 120809 => '7', 120810 => '8', 120811 => '9', 120812 => '0', 120813 => '1', 120814 => '2', 120815 => '3', 120816 => '4', 120817 => '5', 120818 => '6', 120819 => '7', 120820 => '8', 120821 => '9', 120822 => '0', 120823 => '1', 120824 => '2', 120825 => '3', 120826 => '4', 120827 => '5', 120828 => '6', 120829 => '7', 120830 => '8', 120831 => '9', 125184 => '𞤢', 125185 => '𞤣', 125186 => '𞤤', 125187 => '𞤥', 125188 => '𞤦', 125189 => '𞤧', 125190 => '𞤨', 125191 => '𞤩', 125192 => '𞤪', 125193 => '𞤫', 125194 => '𞤬', 125195 => '𞤭', 125196 => '𞤮', 125197 => '𞤯', 125198 => '𞤰', 125199 => '𞤱', 125200 => '𞤲', 125201 => '𞤳', 125202 => '𞤴', 125203 => '𞤵', 125204 => '𞤶', 125205 => '𞤷', 125206 => '𞤸', 125207 => '𞤹', 125208 => '𞤺', 125209 => '𞤻', 125210 => '𞤼', 125211 => '𞤽', 125212 => '𞤾', 125213 => '𞤿', 125214 => '𞥀', 125215 => '𞥁', 125216 => '𞥂', 125217 => '𞥃', 126464 => 'ا', 126465 => 'ب', 126466 => 'ج', 126467 => 'د', 126469 => 'و', 126470 => 'ز', 126471 => 'ح', 126472 => 'ط', 126473 => 'ي', 126474 => 'ك', 126475 => 'ل', 126476 => 'م', 126477 => 'ن', 126478 => 'س', 126479 => 'ع', 126480 => 'ف', 126481 => 'ص', 126482 => 'ق', 126483 => 'ر', 126484 => 'ش', 126485 => 'ت', 126486 => 'ث', 126487 => 'خ', 126488 => 'ذ', 126489 => 'ض', 126490 => 'ظ', 126491 => 'غ', 126492 => 'ٮ', 126493 => 'ں', 126494 => 'ڡ', 126495 => 'ٯ', 126497 => 'ب', 126498 => 'ج', 126500 => 'ه', 126503 => 'ح', 126505 => 'ي', 126506 => 'ك', 126507 => 'ل', 126508 => 'م', 126509 => 'ن', 126510 => 'س', 126511 => 'ع', 126512 => 'ف', 126513 => 'ص', 126514 => 'ق', 126516 => 'ش', 126517 => 'ت', 126518 => 'ث', 126519 => 'خ', 126521 => 'ض', 126523 => 'غ', 126530 => 'ج', 126535 => 'ح', 126537 => 'ي', 126539 => 'ل', 126541 => 'ن', 126542 => 'س', 126543 => 'ع', 126545 => 'ص', 126546 => 'ق', 126548 => 'ش', 126551 => 'خ', 126553 => 'ض', 126555 => 'غ', 126557 => 'ں', 126559 => 'ٯ', 126561 => 'ب', 126562 => 'ج', 126564 => 'ه', 126567 => 'ح', 126568 => 'ط', 126569 => 'ي', 126570 => 'ك', 126572 => 'م', 126573 => 'ن', 126574 => 'س', 126575 => 'ع', 126576 => 'ف', 126577 => 'ص', 126578 => 'ق', 126580 => 'ش', 126581 => 'ت', 126582 => 'ث', 126583 => 'خ', 126585 => 'ض', 126586 => 'ظ', 126587 => 'غ', 126588 => 'ٮ', 126590 => 'ڡ', 126592 => 'ا', 126593 => 'ب', 126594 => 'ج', 126595 => 'د', 126596 => 'ه', 126597 => 'و', 126598 => 'ز', 126599 => 'ح', 126600 => 'ط', 126601 => 'ي', 126603 => 'ل', 126604 => 'م', 126605 => 'ن', 126606 => 'س', 126607 => 'ع', 126608 => 'ف', 126609 => 'ص', 126610 => 'ق', 126611 => 'ر', 126612 => 'ش', 126613 => 'ت', 126614 => 'ث', 126615 => 'خ', 126616 => 'ذ', 126617 => 'ض', 126618 => 'ظ', 126619 => 'غ', 126625 => 'ب', 126626 => 'ج', 126627 => 'د', 126629 => 'و', 126630 => 'ز', 126631 => 'ح', 126632 => 'ط', 126633 => 'ي', 126635 => 'ل', 126636 => 'م', 126637 => 'ن', 126638 => 'س', 126639 => 'ع', 126640 => 'ف', 126641 => 'ص', 126642 => 'ق', 126643 => 'ر', 126644 => 'ش', 126645 => 'ت', 126646 => 'ث', 126647 => 'خ', 126648 => 'ذ', 126649 => 'ض', 126650 => 'ظ', 126651 => 'غ', 127274 => '〔s〕', 127275 => 'c', 127276 => 'r', 127277 => 'cd', 127278 => 'wz', 127280 => 'a', 127281 => 'b', 127282 => 'c', 127283 => 'd', 127284 => 'e', 127285 => 'f', 127286 => 'g', 127287 => 'h', 127288 => 'i', 127289 => 'j', 127290 => 'k', 127291 => 'l', 127292 => 'm', 127293 => 'n', 127294 => 'o', 127295 => 'p', 127296 => 'q', 127297 => 'r', 127298 => 's', 127299 => 't', 127300 => 'u', 127301 => 'v', 127302 => 'w', 127303 => 'x', 127304 => 'y', 127305 => 'z', 127306 => 'hv', 127307 => 'mv', 127308 => 'sd', 127309 => 'ss', 127310 => 'ppv', 127311 => 'wc', 127338 => 'mc', 127339 => 'md', 127340 => 'mr', 127376 => 'dj', 127488 => 'ほか', 127489 => 'ココ', 127490 => 'サ', 127504 => '手', 127505 => '字', 127506 => '双', 127507 => 'デ', 127508 => '二', 127509 => '多', 127510 => '解', 127511 => '天', 127512 => '交', 127513 => '映', 127514 => '無', 127515 => '料', 127516 => '前', 127517 => '後', 127518 => '再', 127519 => '新', 127520 => '初', 127521 => '終', 127522 => '生', 127523 => '販', 127524 => '声', 127525 => '吹', 127526 => '演', 127527 => '投', 127528 => '捕', 127529 => '一', 127530 => '三', 127531 => '遊', 127532 => '左', 127533 => '中', 127534 => '右', 127535 => '指', 127536 => '走', 127537 => '打', 127538 => '禁', 127539 => '空', 127540 => '合', 127541 => '満', 127542 => '有', 127543 => '月', 127544 => '申', 127545 => '割', 127546 => '営', 127547 => '配', 127552 => '〔本〕', 127553 => '〔三〕', 127554 => '〔二〕', 127555 => '〔安〕', 127556 => '〔点〕', 127557 => '〔打〕', 127558 => '〔盗〕', 127559 => '〔勝〕', 127560 => '〔敗〕', 127568 => '得', 127569 => '可', 130032 => '0', 130033 => '1', 130034 => '2', 130035 => '3', 130036 => '4', 130037 => '5', 130038 => '6', 130039 => '7', 130040 => '8', 130041 => '9', 194560 => '丽', 194561 => '丸', 194562 => '乁', 194563 => '𠄢', 194564 => '你', 194565 => '侮', 194566 => '侻', 194567 => '倂', 194568 => '偺', 194569 => '備', 194570 => '僧', 194571 => '像', 194572 => '㒞', 194573 => '𠘺', 194574 => '免', 194575 => '兔', 194576 => '兤', 194577 => '具', 194578 => '𠔜', 194579 => '㒹', 194580 => '內', 194581 => '再', 194582 => '𠕋', 194583 => '冗', 194584 => '冤', 194585 => '仌', 194586 => '冬', 194587 => '况', 194588 => '𩇟', 194589 => '凵', 194590 => '刃', 194591 => '㓟', 194592 => '刻', 194593 => '剆', 194594 => '割', 194595 => '剷', 194596 => '㔕', 194597 => '勇', 194598 => '勉', 194599 => '勤', 194600 => '勺', 194601 => '包', 194602 => '匆', 194603 => '北', 194604 => '卉', 194605 => '卑', 194606 => '博', 194607 => '即', 194608 => '卽', 194609 => '卿', 194610 => '卿', 194611 => '卿', 194612 => '𠨬', 194613 => '灰', 194614 => '及', 194615 => '叟', 194616 => '𠭣', 194617 => '叫', 194618 => '叱', 194619 => '吆', 194620 => '咞', 194621 => '吸', 194622 => '呈', 194623 => '周', 194624 => '咢', 194625 => '哶', 194626 => '唐', 194627 => '啓', 194628 => '啣', 194629 => '善', 194630 => '善', 194631 => '喙', 194632 => '喫', 194633 => '喳', 194634 => '嗂', 194635 => '圖', 194636 => '嘆', 194637 => '圗', 194638 => '噑', 194639 => '噴', 194640 => '切', 194641 => '壮', 194642 => '城', 194643 => '埴', 194644 => '堍', 194645 => '型', 194646 => '堲', 194647 => '報', 194648 => '墬', 194649 => '𡓤', 194650 => '売', 194651 => '壷', 194652 => '夆', 194653 => '多', 194654 => '夢', 194655 => '奢', 194656 => '𡚨', 194657 => '𡛪', 194658 => '姬', 194659 => '娛', 194660 => '娧', 194661 => '姘', 194662 => '婦', 194663 => '㛮', 194665 => '嬈', 194666 => '嬾', 194667 => '嬾', 194668 => '𡧈', 194669 => '寃', 194670 => '寘', 194671 => '寧', 194672 => '寳', 194673 => '𡬘', 194674 => '寿', 194675 => '将', 194677 => '尢', 194678 => '㞁', 194679 => '屠', 194680 => '屮', 194681 => '峀', 194682 => '岍', 194683 => '𡷤', 194684 => '嵃', 194685 => '𡷦', 194686 => '嵮', 194687 => '嵫', 194688 => '嵼', 194689 => '巡', 194690 => '巢', 194691 => '㠯', 194692 => '巽', 194693 => '帨', 194694 => '帽', 194695 => '幩', 194696 => '㡢', 194697 => '𢆃', 194698 => '㡼', 194699 => '庰', 194700 => '庳', 194701 => '庶', 194702 => '廊', 194703 => '𪎒', 194704 => '廾', 194705 => '𢌱', 194706 => '𢌱', 194707 => '舁', 194708 => '弢', 194709 => '弢', 194710 => '㣇', 194711 => '𣊸', 194712 => '𦇚', 194713 => '形', 194714 => '彫', 194715 => '㣣', 194716 => '徚', 194717 => '忍', 194718 => '志', 194719 => '忹', 194720 => '悁', 194721 => '㤺', 194722 => '㤜', 194723 => '悔', 194724 => '𢛔', 194725 => '惇', 194726 => '慈', 194727 => '慌', 194728 => '慎', 194729 => '慌', 194730 => '慺', 194731 => '憎', 194732 => '憲', 194733 => '憤', 194734 => '憯', 194735 => '懞', 194736 => '懲', 194737 => '懶', 194738 => '成', 194739 => '戛', 194740 => '扝', 194741 => '抱', 194742 => '拔', 194743 => '捐', 194744 => '𢬌', 194745 => '挽', 194746 => '拼', 194747 => '捨', 194748 => '掃', 194749 => '揤', 194750 => '𢯱', 194751 => '搢', 194752 => '揅', 194753 => '掩', 194754 => '㨮', 194755 => '摩', 194756 => '摾', 194757 => '撝', 194758 => '摷', 194759 => '㩬', 194760 => '敏', 194761 => '敬', 194762 => '𣀊', 194763 => '旣', 194764 => '書', 194765 => '晉', 194766 => '㬙', 194767 => '暑', 194768 => '㬈', 194769 => '㫤', 194770 => '冒', 194771 => '冕', 194772 => '最', 194773 => '暜', 194774 => '肭', 194775 => '䏙', 194776 => '朗', 194777 => '望', 194778 => '朡', 194779 => '杞', 194780 => '杓', 194781 => '𣏃', 194782 => '㭉', 194783 => '柺', 194784 => '枅', 194785 => '桒', 194786 => '梅', 194787 => '𣑭', 194788 => '梎', 194789 => '栟', 194790 => '椔', 194791 => '㮝', 194792 => '楂', 194793 => '榣', 194794 => '槪', 194795 => '檨', 194796 => '𣚣', 194797 => '櫛', 194798 => '㰘', 194799 => '次', 194800 => '𣢧', 194801 => '歔', 194802 => '㱎', 194803 => '歲', 194804 => '殟', 194805 => '殺', 194806 => '殻', 194807 => '𣪍', 194808 => '𡴋', 194809 => '𣫺', 194810 => '汎', 194811 => '𣲼', 194812 => '沿', 194813 => '泍', 194814 => '汧', 194815 => '洖', 194816 => '派', 194817 => '海', 194818 => '流', 194819 => '浩', 194820 => '浸', 194821 => '涅', 194822 => '𣴞', 194823 => '洴', 194824 => '港', 194825 => '湮', 194826 => '㴳', 194827 => '滋', 194828 => '滇', 194829 => '𣻑', 194830 => '淹', 194831 => '潮', 194832 => '𣽞', 194833 => '𣾎', 194834 => '濆', 194835 => '瀹', 194836 => '瀞', 194837 => '瀛', 194838 => '㶖', 194839 => '灊', 194840 => '災', 194841 => '灷', 194842 => '炭', 194843 => '𠔥', 194844 => '煅', 194845 => '𤉣', 194846 => '熜', 194848 => '爨', 194849 => '爵', 194850 => '牐', 194851 => '𤘈', 194852 => '犀', 194853 => '犕', 194854 => '𤜵', 194855 => '𤠔', 194856 => '獺', 194857 => '王', 194858 => '㺬', 194859 => '玥', 194860 => '㺸', 194861 => '㺸', 194862 => '瑇', 194863 => '瑜', 194864 => '瑱', 194865 => '璅', 194866 => '瓊', 194867 => '㼛', 194868 => '甤', 194869 => '𤰶', 194870 => '甾', 194871 => '𤲒', 194872 => '異', 194873 => '𢆟', 194874 => '瘐', 194875 => '𤾡', 194876 => '𤾸', 194877 => '𥁄', 194878 => '㿼', 194879 => '䀈', 194880 => '直', 194881 => '𥃳', 194882 => '𥃲', 194883 => '𥄙', 194884 => '𥄳', 194885 => '眞', 194886 => '真', 194887 => '真', 194888 => '睊', 194889 => '䀹', 194890 => '瞋', 194891 => '䁆', 194892 => '䂖', 194893 => '𥐝', 194894 => '硎', 194895 => '碌', 194896 => '磌', 194897 => '䃣', 194898 => '𥘦', 194899 => '祖', 194900 => '𥚚', 194901 => '𥛅', 194902 => '福', 194903 => '秫', 194904 => '䄯', 194905 => '穀', 194906 => '穊', 194907 => '穏', 194908 => '𥥼', 194909 => '𥪧', 194910 => '𥪧', 194912 => '䈂', 194913 => '𥮫', 194914 => '篆', 194915 => '築', 194916 => '䈧', 194917 => '𥲀', 194918 => '糒', 194919 => '䊠', 194920 => '糨', 194921 => '糣', 194922 => '紀', 194923 => '𥾆', 194924 => '絣', 194925 => '䌁', 194926 => '緇', 194927 => '縂', 194928 => '繅', 194929 => '䌴', 194930 => '𦈨', 194931 => '𦉇', 194932 => '䍙', 194933 => '𦋙', 194934 => '罺', 194935 => '𦌾', 194936 => '羕', 194937 => '翺', 194938 => '者', 194939 => '𦓚', 194940 => '𦔣', 194941 => '聠', 194942 => '𦖨', 194943 => '聰', 194944 => '𣍟', 194945 => '䏕', 194946 => '育', 194947 => '脃', 194948 => '䐋', 194949 => '脾', 194950 => '媵', 194951 => '𦞧', 194952 => '𦞵', 194953 => '𣎓', 194954 => '𣎜', 194955 => '舁', 194956 => '舄', 194957 => '辞', 194958 => '䑫', 194959 => '芑', 194960 => '芋', 194961 => '芝', 194962 => '劳', 194963 => '花', 194964 => '芳', 194965 => '芽', 194966 => '苦', 194967 => '𦬼', 194968 => '若', 194969 => '茝', 194970 => '荣', 194971 => '莭', 194972 => '茣', 194973 => '莽', 194974 => '菧', 194975 => '著', 194976 => '荓', 194977 => '菊', 194978 => '菌', 194979 => '菜', 194980 => '𦰶', 194981 => '𦵫', 194982 => '𦳕', 194983 => '䔫', 194984 => '蓱', 194985 => '蓳', 194986 => '蔖', 194987 => '𧏊', 194988 => '蕤', 194989 => '𦼬', 194990 => '䕝', 194991 => '䕡', 194992 => '𦾱', 194993 => '𧃒', 194994 => '䕫', 194995 => '虐', 194996 => '虜', 194997 => '虧', 194998 => '虩', 194999 => '蚩', 195000 => '蚈', 195001 => '蜎', 195002 => '蛢', 195003 => '蝹', 195004 => '蜨', 195005 => '蝫', 195006 => '螆', 195008 => '蟡', 195009 => '蠁', 195010 => '䗹', 195011 => '衠', 195012 => '衣', 195013 => '𧙧', 195014 => '裗', 195015 => '裞', 195016 => '䘵', 195017 => '裺', 195018 => '㒻', 195019 => '𧢮', 195020 => '𧥦', 195021 => '䚾', 195022 => '䛇', 195023 => '誠', 195024 => '諭', 195025 => '變', 195026 => '豕', 195027 => '𧲨', 195028 => '貫', 195029 => '賁', 195030 => '贛', 195031 => '起', 195032 => '𧼯', 195033 => '𠠄', 195034 => '跋', 195035 => '趼', 195036 => '跰', 195037 => '𠣞', 195038 => '軔', 195039 => '輸', 195040 => '𨗒', 195041 => '𨗭', 195042 => '邔', 195043 => '郱', 195044 => '鄑', 195045 => '𨜮', 195046 => '鄛', 195047 => '鈸', 195048 => '鋗', 195049 => '鋘', 195050 => '鉼', 195051 => '鏹', 195052 => '鐕', 195053 => '𨯺', 195054 => '開', 195055 => '䦕', 195056 => '閷', 195057 => '𨵷', 195058 => '䧦', 195059 => '雃', 195060 => '嶲', 195061 => '霣', 195062 => '𩅅', 195063 => '𩈚', 195064 => '䩮', 195065 => '䩶', 195066 => '韠', 195067 => '𩐊', 195068 => '䪲', 195069 => '𩒖', 195070 => '頋', 195071 => '頋', 195072 => '頩', 195073 => '𩖶', 195074 => '飢', 195075 => '䬳', 195076 => '餩', 195077 => '馧', 195078 => '駂', 195079 => '駾', 195080 => '䯎', 195081 => '𩬰', 195082 => '鬒', 195083 => '鱀', 195084 => '鳽', 195085 => '䳎', 195086 => '䳭', 195087 => '鵧', 195088 => '𪃎', 195089 => '䳸', 195090 => '𪄅', 195091 => '𪈎', 195092 => '𪊑', 195093 => '麻', 195094 => '䵖', 195095 => '黹', 195096 => '黾', 195097 => '鼅', 195098 => '鼏', 195099 => '鼖', 195100 => '鼻', 195101 => '𪘀'); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/virama.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/virama.php new file mode 100644 index 00000000..e365d0de --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/Resources/unidata/virama.php @@ -0,0 +1,3 @@ + 9, 2509 => 9, 2637 => 9, 2765 => 9, 2893 => 9, 3021 => 9, 3149 => 9, 3277 => 9, 3387 => 9, 3388 => 9, 3405 => 9, 3530 => 9, 3642 => 9, 3770 => 9, 3972 => 9, 4153 => 9, 4154 => 9, 5908 => 9, 5940 => 9, 6098 => 9, 6752 => 9, 6980 => 9, 7082 => 9, 7083 => 9, 7154 => 9, 7155 => 9, 11647 => 9, 43014 => 9, 43052 => 9, 43204 => 9, 43347 => 9, 43456 => 9, 43766 => 9, 44013 => 9, 68159 => 9, 69702 => 9, 69759 => 9, 69817 => 9, 69939 => 9, 69940 => 9, 70080 => 9, 70197 => 9, 70378 => 9, 70477 => 9, 70722 => 9, 70850 => 9, 71103 => 9, 71231 => 9, 71350 => 9, 71467 => 9, 71737 => 9, 71997 => 9, 71998 => 9, 72160 => 9, 72244 => 9, 72263 => 9, 72345 => 9, 72767 => 9, 73028 => 9, 73029 => 9, 73111 => 9); diff --git a/vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php b/vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php new file mode 100644 index 00000000..d5c834b2 --- /dev/null +++ b/vendor/Aws3/Symfony/Polyfill/IntlIdn/bootstrap.php @@ -0,0 +1,149 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +use DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn as p; +if (\extension_loaded('intl')) { + return; +} +if (!\defined('U_IDNA_PROHIBITED_ERROR')) { + \define('U_IDNA_PROHIBITED_ERROR', 66560); +} +if (!\defined('U_IDNA_ERROR_START')) { + \define('U_IDNA_ERROR_START', 66560); +} +if (!\defined('U_IDNA_UNASSIGNED_ERROR')) { + \define('U_IDNA_UNASSIGNED_ERROR', 66561); +} +if (!\defined('U_IDNA_CHECK_BIDI_ERROR')) { + \define('U_IDNA_CHECK_BIDI_ERROR', 66562); +} +if (!\defined('U_IDNA_STD3_ASCII_RULES_ERROR')) { + \define('U_IDNA_STD3_ASCII_RULES_ERROR', 66563); +} +if (!\defined('U_IDNA_ACE_PREFIX_ERROR')) { + \define('U_IDNA_ACE_PREFIX_ERROR', 66564); +} +if (!\defined('U_IDNA_VERIFICATION_ERROR')) { + \define('U_IDNA_VERIFICATION_ERROR', 66565); +} +if (!\defined('U_IDNA_LABEL_TOO_LONG_ERROR')) { + \define('U_IDNA_LABEL_TOO_LONG_ERROR', 66566); +} +if (!\defined('U_IDNA_ZERO_LENGTH_LABEL_ERROR')) { + \define('U_IDNA_ZERO_LENGTH_LABEL_ERROR', 66567); +} +if (!\defined('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR')) { + \define('U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR', 66568); +} +if (!\defined('U_IDNA_ERROR_LIMIT')) { + \define('U_IDNA_ERROR_LIMIT', 66569); +} +if (!\defined('U_STRINGPREP_PROHIBITED_ERROR')) { + \define('U_STRINGPREP_PROHIBITED_ERROR', 66560); +} +if (!\defined('U_STRINGPREP_UNASSIGNED_ERROR')) { + \define('U_STRINGPREP_UNASSIGNED_ERROR', 66561); +} +if (!\defined('U_STRINGPREP_CHECK_BIDI_ERROR')) { + \define('U_STRINGPREP_CHECK_BIDI_ERROR', 66562); +} +if (!\defined('IDNA_DEFAULT')) { + \define('IDNA_DEFAULT', 0); +} +if (!\defined('IDNA_ALLOW_UNASSIGNED')) { + \define('IDNA_ALLOW_UNASSIGNED', 1); +} +if (!\defined('IDNA_USE_STD3_RULES')) { + \define('IDNA_USE_STD3_RULES', 2); +} +if (!\defined('IDNA_CHECK_BIDI')) { + \define('IDNA_CHECK_BIDI', 4); +} +if (!\defined('IDNA_CHECK_CONTEXTJ')) { + \define('IDNA_CHECK_CONTEXTJ', 8); +} +if (!\defined('IDNA_NONTRANSITIONAL_TO_ASCII')) { + \define('IDNA_NONTRANSITIONAL_TO_ASCII', 16); +} +if (!\defined('IDNA_NONTRANSITIONAL_TO_UNICODE')) { + \define('IDNA_NONTRANSITIONAL_TO_UNICODE', 32); +} +if (!\defined('INTL_IDNA_VARIANT_2003')) { + \define('INTL_IDNA_VARIANT_2003', 0); +} +if (!\defined('INTL_IDNA_VARIANT_UTS46')) { + \define('INTL_IDNA_VARIANT_UTS46', 1); +} +if (!\defined('IDNA_ERROR_EMPTY_LABEL')) { + \define('IDNA_ERROR_EMPTY_LABEL', 1); +} +if (!\defined('IDNA_ERROR_LABEL_TOO_LONG')) { + \define('IDNA_ERROR_LABEL_TOO_LONG', 2); +} +if (!\defined('IDNA_ERROR_DOMAIN_NAME_TOO_LONG')) { + \define('IDNA_ERROR_DOMAIN_NAME_TOO_LONG', 4); +} +if (!\defined('IDNA_ERROR_LEADING_HYPHEN')) { + \define('IDNA_ERROR_LEADING_HYPHEN', 8); +} +if (!\defined('IDNA_ERROR_TRAILING_HYPHEN')) { + \define('IDNA_ERROR_TRAILING_HYPHEN', 16); +} +if (!\defined('IDNA_ERROR_HYPHEN_3_4')) { + \define('IDNA_ERROR_HYPHEN_3_4', 32); +} +if (!\defined('IDNA_ERROR_LEADING_COMBINING_MARK')) { + \define('IDNA_ERROR_LEADING_COMBINING_MARK', 64); +} +if (!\defined('IDNA_ERROR_DISALLOWED')) { + \define('IDNA_ERROR_DISALLOWED', 128); +} +if (!\defined('IDNA_ERROR_PUNYCODE')) { + \define('IDNA_ERROR_PUNYCODE', 256); +} +if (!\defined('IDNA_ERROR_LABEL_HAS_DOT')) { + \define('IDNA_ERROR_LABEL_HAS_DOT', 512); +} +if (!\defined('IDNA_ERROR_INVALID_ACE_LABEL')) { + \define('IDNA_ERROR_INVALID_ACE_LABEL', 1024); +} +if (!\defined('IDNA_ERROR_BIDI')) { + \define('IDNA_ERROR_BIDI', 2048); +} +if (!\defined('IDNA_ERROR_CONTEXTJ')) { + \define('IDNA_ERROR_CONTEXTJ', 4096); +} +if (\PHP_VERSION_ID < 70400) { + if (!\function_exists('idn_to_ascii')) { + function idn_to_ascii($domain, $options = \IDNA_DEFAULT, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = array()) + { + return \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::idn_to_ascii($domain, $options, $variant, $idna_info); + } + } + if (!\function_exists('idn_to_utf8')) { + function idn_to_utf8($domain, $options = \IDNA_DEFAULT, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = array()) + { + return \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::idn_to_utf8($domain, $options, $variant, $idna_info); + } + } +} else { + if (!\function_exists('idn_to_ascii')) { + function idn_to_ascii($domain, $options = \IDNA_DEFAULT, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + { + return \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::idn_to_ascii($domain, $options, $variant, $idna_info); + } + } + if (!\function_exists('idn_to_utf8')) { + function idn_to_utf8($domain, $options = \IDNA_DEFAULT, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = array()) + { + return \DeliciousBrains\WP_Offload_Media\Aws3\Symfony\Polyfill\Intl\Idn\Idn::idn_to_utf8($domain, $options, $variant, $idna_info); + } + } +} diff --git a/vendor/Aws3/aws-autoloader.php b/vendor/Aws3/aws-autoloader.php index 7893066b..c39771db 100644 --- a/vendor/Aws3/aws-autoloader.php +++ b/vendor/Aws3/aws-autoloader.php @@ -1,6 +1,6 @@ __DIR__ . '/GuzzleHttp/HandlerStack.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/GuzzleHttp/Promise/Coroutine.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/GuzzleHttp/Promise/CancellationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\Promise' => __DIR__ . '/GuzzleHttp/Promise/Promise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/GuzzleHttp/Promise/RejectedPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/GuzzleHttp/Promise/FulfilledPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/GuzzleHttp/Promise/PromiseInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\functions_include' => __DIR__ . '/GuzzleHttp/Promise/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/GuzzleHttp/Promise/AggregateException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/GuzzleHttp/Promise/PromisorInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/GuzzleHttp/Promise/TaskQueue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\functions' => __DIR__ . '/GuzzleHttp/Promise/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/GuzzleHttp/Promise/RejectionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/GuzzleHttp/Promise/TaskQueueInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/GuzzleHttp/Promise/EachPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/GuzzleHttp/PrepareBodyMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\MessageFormatter' => __DIR__ . '/GuzzleHttp/MessageFormatter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/GuzzleHttp/Handler/Proxy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/GuzzleHttp/Handler/StreamHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/GuzzleHttp/Handler/EasyHandle.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/GuzzleHttp/Handler/CurlFactory.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/GuzzleHttp/Handler/CurlHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/GuzzleHttp/Handler/CurlFactoryInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/GuzzleHttp/Handler/MockHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/GuzzleHttp/Handler/CurlMultiHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RetryMiddleware' => __DIR__ . '/GuzzleHttp/RetryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/GuzzleHttp/Psr7/AppendStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/GuzzleHttp/Psr7/Rfc7230.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/GuzzleHttp/Psr7/FnStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/GuzzleHttp/Psr7/CachingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/GuzzleHttp/Psr7/PumpStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/GuzzleHttp/Psr7/UriNormalizer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/GuzzleHttp/Psr7/Uri.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/GuzzleHttp/Psr7/InflateStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/GuzzleHttp/Psr7/MultipartStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/GuzzleHttp/Psr7/DroppingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\functions_include' => __DIR__ . '/GuzzleHttp/Psr7/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/GuzzleHttp/Psr7/ServerRequest.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/GuzzleHttp/Psr7/UriResolver.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\functions' => __DIR__ . '/GuzzleHttp/Psr7/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/GuzzleHttp/Psr7/Stream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Response' => __DIR__ . '/GuzzleHttp/Psr7/Response.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/GuzzleHttp/Psr7/BufferStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/GuzzleHttp/Psr7/UploadedFile.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/GuzzleHttp/Psr7/NoSeekStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Request' => __DIR__ . '/GuzzleHttp/Psr7/Request.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/GuzzleHttp/Psr7/StreamWrapper.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/GuzzleHttp/Psr7/LimitStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/GuzzleHttp/Psr7/LazyOpenStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/GuzzleHttp/Psr7/StreamDecoratorTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/GuzzleHttp/Psr7/MessageTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Middleware' => __DIR__ . '/GuzzleHttp/Middleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Pool' => __DIR__ . '/GuzzleHttp/Pool.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\functions_include' => __DIR__ . '/GuzzleHttp/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RequestOptions' => __DIR__ . '/GuzzleHttp/RequestOptions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/GuzzleHttp/RedirectMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Client' => __DIR__ . '/GuzzleHttp/Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/GuzzleHttp/Exception/ClientException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/GuzzleHttp/Exception/ServerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/GuzzleHttp/Exception/TooManyRedirectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/GuzzleHttp/Exception/TransferException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/GuzzleHttp/Exception/GuzzleException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/GuzzleHttp/Exception/RequestException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/GuzzleHttp/Exception/InvalidArgumentException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/GuzzleHttp/Exception/ConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\SeekException' => __DIR__ . '/GuzzleHttp/Exception/SeekException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/GuzzleHttp/Exception/BadResponseException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\UriTemplate' => __DIR__ . '/GuzzleHttp/UriTemplate.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\functions' => __DIR__ . '/GuzzleHttp/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\ClientInterface' => __DIR__ . '/GuzzleHttp/ClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\TransferStats' => __DIR__ . '/GuzzleHttp/TransferStats.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/GuzzleHttp/Cookie/SessionCookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/GuzzleHttp/Cookie/CookieJarInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/GuzzleHttp/Cookie/CookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/GuzzleHttp/Cookie/FileCookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/GuzzleHttp/Cookie/SetCookie.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/Psr/Http/Message/UploadedFileInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/Psr/Http/Message/MessageInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/Psr/Http/Message/ServerRequestInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/Psr/Http/Message/StreamInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/Psr/Http/Message/RequestInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/Psr/Http/Message/ResponseInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/Psr/Http/Message/UriInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorksCM\\Exception\\OpsWorksCMException' => __DIR__ . '/Aws/OpsWorksCM/Exception/OpsWorksCMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorksCM\\OpsWorksCMClient' => __DIR__ . '/Aws/OpsWorksCM/OpsWorksCMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSO\\SSOClient' => __DIR__ . '/Aws/SSO/SSOClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSO\\Exception\\SSOException' => __DIR__ . '/Aws/SSO/Exception/SSOException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ManagedBlockchain\\ManagedBlockchainClient' => __DIR__ . '/Aws/ManagedBlockchain/ManagedBlockchainClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ManagedBlockchain\\Exception\\ManagedBlockchainException' => __DIR__ . '/Aws/ManagedBlockchain/Exception/ManagedBlockchainException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DLM\\Exception\\DLMException' => __DIR__ . '/Aws/DLM/Exception/DLMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DLM\\DLMClient' => __DIR__ . '/Aws/DLM/DLMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WAFV2\\WAFV2Client' => __DIR__ . '/Aws/WAFV2/WAFV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WAFV2\\Exception\\WAFV2Exception' => __DIR__ . '/Aws/WAFV2/Exception/WAFV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCatalog\\MarketplaceCatalogClient' => __DIR__ . '/Aws/MarketplaceCatalog/MarketplaceCatalogClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCatalog\\Exception\\MarketplaceCatalogException' => __DIR__ . '/Aws/MarketplaceCatalog/Exception/MarketplaceCatalogException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHSMV2\\Exception\\CloudHSMV2Exception' => __DIR__ . '/Aws/CloudHSMV2/Exception/CloudHSMV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHSMV2\\CloudHSMV2Client' => __DIR__ . '/Aws/CloudHSMV2/CloudHSMV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataExchange\\Exception\\DataExchangeException' => __DIR__ . '/Aws/DataExchange/Exception/DataExchangeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataExchange\\DataExchangeClient' => __DIR__ . '/Aws/DataExchange/DataExchangeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DAX\\DAXClient' => __DIR__ . '/Aws/DAX/DAXClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DAX\\Exception\\DAXException' => __DIR__ . '/Aws/DAX/Exception/DAXException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FSx\\FSxClient' => __DIR__ . '/Aws/FSx/FSxClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FSx\\Exception\\FSxException' => __DIR__ . '/Aws/FSx/Exception/FSxException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waiter' => __DIR__ . '/Aws/Waiter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ImportExport\\ImportExportClient' => __DIR__ . '/Aws/ImportExport/ImportExportClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ImportExport\\Exception\\ImportExportException' => __DIR__ . '/Aws/ImportExport/Exception/ImportExportException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\signer\\signerClient' => __DIR__ . '/Aws/signer/signerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\signer\\Exception\\signerException' => __DIR__ . '/Aws/signer/Exception/signerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayManagementApi\\ApiGatewayManagementApiClient' => __DIR__ . '/Aws/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayManagementApi\\Exception\\ApiGatewayManagementApiException' => __DIR__ . '/Aws/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppSync\\Exception\\AppSyncException' => __DIR__ . '/Aws/AppSync/Exception/AppSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppSync\\AppSyncClient' => __DIR__ . '/Aws/AppSync/AppSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Chime\\Exception\\ChimeException' => __DIR__ . '/Aws/Chime/Exception/ChimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Chime\\ChimeClient' => __DIR__ . '/Aws/Chime/ChimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Athena\\Exception\\AthenaException' => __DIR__ . '/Aws/Athena/Exception/AthenaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Athena\\AthenaClient' => __DIR__ . '/Aws/Athena/AthenaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConvert\\Exception\\MediaConvertException' => __DIR__ . '/Aws/MediaConvert/Exception/MediaConvertException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConvert\\MediaConvertClient' => __DIR__ . '/Aws/MediaConvert/MediaConvertClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDB\\QLDBClient' => __DIR__ . '/Aws/QLDB/QLDBClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDB\\Exception\\QLDBException' => __DIR__ . '/Aws/QLDB/Exception/QLDBException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMailMessageFlow\\WorkMailMessageFlowClient' => __DIR__ . '/Aws/WorkMailMessageFlow/WorkMailMessageFlowClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMailMessageFlow\\Exception\\WorkMailMessageFlowException' => __DIR__ . '/Aws/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Swf\\SwfClient' => __DIR__ . '/Aws/Swf/SwfClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Swf\\Exception\\SwfException' => __DIR__ . '/Aws/Swf/Exception/SwfException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LicenseManager\\LicenseManagerClient' => __DIR__ . '/Aws/LicenseManager/LicenseManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LicenseManager\\Exception\\LicenseManagerException' => __DIR__ . '/Aws/LicenseManager/Exception/LicenseManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Comprehend\\Exception\\ComprehendException' => __DIR__ . '/Aws/Comprehend/Exception/ComprehendException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Comprehend\\ComprehendClient' => __DIR__ . '/Aws/Comprehend/ComprehendClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\PsrStream' => __DIR__ . '/Aws/Handler/GuzzleV5/PsrStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\GuzzleHandler' => __DIR__ . '/Aws/Handler/GuzzleV5/GuzzleHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\GuzzleStream' => __DIR__ . '/Aws/Handler/GuzzleV5/GuzzleStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV6\\GuzzleHandler' => __DIR__ . '/Aws/Handler/GuzzleV6/GuzzleHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickProjects\\IoT1ClickProjectsClient' => __DIR__ . '/Aws/IoT1ClickProjects/IoT1ClickProjectsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickProjects\\Exception\\IoT1ClickProjectsException' => __DIR__ . '/Aws/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancing\\Exception\\ElasticLoadBalancingException' => __DIR__ . '/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancing\\ElasticLoadBalancingClient' => __DIR__ . '/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AlexaForBusiness\\Exception\\AlexaForBusinessException' => __DIR__ . '/Aws/AlexaForBusiness/Exception/AlexaForBusinessException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AlexaForBusiness\\AlexaForBusinessClient' => __DIR__ . '/Aws/AlexaForBusiness/AlexaForBusinessClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearch\\CloudSearchClient' => __DIR__ . '/Aws/CloudSearch/CloudSearchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearch\\Exception\\CloudSearchException' => __DIR__ . '/Aws/CloudSearch/Exception/CloudSearchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearchDomain\\CloudSearchDomainClient' => __DIR__ . '/Aws/CloudSearchDomain/CloudSearchDomainClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearchDomain\\Exception\\CloudSearchDomainException' => __DIR__ . '/Aws/CloudSearchDomain/Exception/CloudSearchDomainException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Command' => __DIR__ . '/Aws/Command.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Outposts\\OutpostsClient' => __DIR__ . '/Aws/Outposts/OutpostsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Outposts\\Exception\\OutpostsException' => __DIR__ . '/Aws/Outposts/Exception/OutpostsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHub\\MigrationHubClient' => __DIR__ . '/Aws/MigrationHub/MigrationHubClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHub\\Exception\\MigrationHubException' => __DIR__ . '/Aws/MigrationHub/Exception/MigrationHubException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticBeanstalk\\ElasticBeanstalkClient' => __DIR__ . '/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticBeanstalk\\Exception\\ElasticBeanstalkException' => __DIR__ . '/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EC2InstanceConnect\\EC2InstanceConnectClient' => __DIR__ . '/Aws/EC2InstanceConnect/EC2InstanceConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EC2InstanceConnect\\Exception\\EC2InstanceConnectException' => __DIR__ . '/Aws/EC2InstanceConnect/Exception/EC2InstanceConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FMS\\FMSClient' => __DIR__ . '/Aws/FMS/FMSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FMS\\Exception\\FMSException' => __DIR__ . '/Aws/FMS/Exception/FMSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkLink\\Exception\\WorkLinkException' => __DIR__ . '/Aws/WorkLink/Exception/WorkLinkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkLink\\WorkLinkClient' => __DIR__ . '/Aws/WorkLink/WorkLinkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Appstream\\AppstreamClient' => __DIR__ . '/Aws/Appstream/AppstreamClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Appstream\\Exception\\AppstreamException' => __DIR__ . '/Aws/Appstream/Exception/AppstreamException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SnowBall\\Exception\\SnowBallException' => __DIR__ . '/Aws/SnowBall/Exception/SnowBallException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SnowBall\\SnowBallClient' => __DIR__ . '/Aws/SnowBall/SnowBallClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Personalize\\PersonalizeClient' => __DIR__ . '/Aws/Personalize/PersonalizeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Personalize\\Exception\\PersonalizeException' => __DIR__ . '/Aws/Personalize/Exception/PersonalizeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceEntitlementService\\MarketplaceEntitlementServiceClient' => __DIR__ . '/Aws/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceEntitlementService\\Exception\\MarketplaceEntitlementServiceException' => __DIR__ . '/Aws/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MonitoringEventsInterface' => __DIR__ . '/Aws/MonitoringEventsInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AccessAnalyzer\\AccessAnalyzerClient' => __DIR__ . '/Aws/AccessAnalyzer/AccessAnalyzerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AccessAnalyzer\\Exception\\AccessAnalyzerException' => __DIR__ . '/Aws/AccessAnalyzer/Exception/AccessAnalyzerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RetryMiddleware' => __DIR__ . '/Aws/RetryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LruArrayCache' => __DIR__ . '/Aws/LruArrayCache.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeBuild\\CodeBuildClient' => __DIR__ . '/Aws/CodeBuild/CodeBuildClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeBuild\\Exception\\CodeBuildException' => __DIR__ . '/Aws/CodeBuild/Exception/CodeBuildException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResultInterface' => __DIR__ . '/Aws/ResultInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waf\\Exception\\WafException' => __DIR__ . '/Aws/Waf/Exception/WafException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waf\\WafClient' => __DIR__ . '/Aws/Waf/WafClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScaling\\AutoScalingClient' => __DIR__ . '/Aws/AutoScaling/AutoScalingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScaling\\Exception\\AutoScalingException' => __DIR__ . '/Aws/AutoScaling/Exception/AutoScalingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigurationProviderInterface' => __DIR__ . '/Aws/ConfigurationProviderInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkSpaces\\Exception\\WorkSpacesException' => __DIR__ . '/Aws/WorkSpaces/Exception/WorkSpacesException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkSpaces\\WorkSpacesClient' => __DIR__ . '/Aws/WorkSpaces/WorkSpacesClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppMesh\\Exception\\AppMeshException' => __DIR__ . '/Aws/AppMesh/Exception/AppMeshException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppMesh\\AppMeshClient' => __DIR__ . '/Aws/AppMesh/AppMeshClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastService\\ForecastServiceClient' => __DIR__ . '/Aws/ForecastService/ForecastServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastService\\Exception\\ForecastServiceException' => __DIR__ . '/Aws/ForecastService/Exception/ForecastServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStore\\MediaStoreClient' => __DIR__ . '/Aws/MediaStore/MediaStoreClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStore\\Exception\\MediaStoreException' => __DIR__ . '/Aws/MediaStore/Exception/MediaStoreException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PhpHash' => __DIR__ . '/Aws/PhpHash.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glue\\Exception\\GlueException' => __DIR__ . '/Aws/Glue/Exception/GlueException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glue\\GlueClient' => __DIR__ . '/Aws/Glue/GlueClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Amplify\\Exception\\AmplifyException' => __DIR__ . '/Aws/Amplify/Exception/AmplifyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Amplify\\AmplifyClient' => __DIR__ . '/Aws/Amplify/AmplifyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EventBridge\\Exception\\EventBridgeException' => __DIR__ . '/Aws/EventBridge/Exception/EventBridgeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EventBridge\\EventBridgeClient' => __DIR__ . '/Aws/EventBridge/EventBridgeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Budgets\\Exception\\BudgetsException' => __DIR__ . '/Aws/Budgets/Exception/BudgetsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Budgets\\BudgetsClient' => __DIR__ . '/Aws/Budgets/BudgetsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResultPaginator' => __DIR__ . '/Aws/ResultPaginator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalytics\\KinesisAnalyticsClient' => __DIR__ . '/Aws/KinesisAnalytics/KinesisAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalytics\\Exception\\KinesisAnalyticsException' => __DIR__ . '/Aws/KinesisAnalytics/Exception/KinesisAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FraudDetector\\FraudDetectorClient' => __DIR__ . '/Aws/FraudDetector/FraudDetectorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FraudDetector\\Exception\\FraudDetectorException' => __DIR__ . '/Aws/FraudDetector/Exception/FraudDetectorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PsrCacheAdapter' => __DIR__ . '/Aws/PsrCacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HandlerList' => __DIR__ . '/Aws/HandlerList.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Cloud9\\Cloud9Client' => __DIR__ . '/Aws/Cloud9/Cloud9Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Cloud9\\Exception\\Cloud9Exception' => __DIR__ . '/Aws/Cloud9/Exception/Cloud9Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Acm\\Exception\\AcmException' => __DIR__ . '/Aws/Acm/Exception/AcmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Acm\\AcmClient' => __DIR__ . '/Aws/Acm/AcmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\ConfigurationProvider' => __DIR__ . '/Aws/EndpointDiscovery/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\EndpointList' => __DIR__ . '/Aws/EndpointDiscovery/EndpointList.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\Exception\\ConfigurationException' => __DIR__ . '/Aws/EndpointDiscovery/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\EndpointDiscoveryMiddleware' => __DIR__ . '/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\Configuration' => __DIR__ . '/Aws/EndpointDiscovery/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\ConfigurationInterface' => __DIR__ . '/Aws/EndpointDiscovery/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClientInterface' => __DIR__ . '/Aws/AwsClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComputeOptimizer\\ComputeOptimizerClient' => __DIR__ . '/Aws/ComputeOptimizer/ComputeOptimizerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComputeOptimizer\\Exception\\ComputeOptimizerException' => __DIR__ . '/Aws/ComputeOptimizer/Exception/ComputeOptimizerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruProfiler\\Exception\\CodeGuruProfilerException' => __DIR__ . '/Aws/CodeGuruProfiler/Exception/CodeGuruProfilerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruProfiler\\CodeGuruProfilerClient' => __DIR__ . '/Aws/CodeGuruProfiler/CodeGuruProfilerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kms\\KmsClient' => __DIR__ . '/Aws/Kms/KmsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kms\\Exception\\KmsException' => __DIR__ . '/Aws/Kms/Exception/KmsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Neptune\\Exception\\NeptuneException' => __DIR__ . '/Aws/Neptune/Exception/NeptuneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Neptune\\NeptuneClient' => __DIR__ . '/Aws/Neptune/NeptuneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\JsonCompiler' => __DIR__ . '/Aws/JsonCompiler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PresignUrlMiddleware' => __DIR__ . '/Aws/PresignUrlMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HasMonitoringEventsTrait' => __DIR__ . '/Aws/HasMonitoringEventsTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MTurk\\MTurkClient' => __DIR__ . '/Aws/MTurk/MTurkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MTurk\\Exception\\MTurkException' => __DIR__ . '/Aws/MTurk/Exception/MTurkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMail\\WorkMailClient' => __DIR__ . '/Aws/WorkMail/WorkMailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMail\\Exception\\WorkMailException' => __DIR__ . '/Aws/WorkMail/Exception/WorkMailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GroundStation\\Exception\\GroundStationException' => __DIR__ . '/Aws/GroundStation/Exception/GroundStationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GroundStation\\GroundStationClient' => __DIR__ . '/Aws/GroundStation/GroundStationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CommandPool' => __DIR__ . '/Aws/CommandPool.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFormation\\CloudFormationClient' => __DIR__ . '/Aws/CloudFormation/CloudFormationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFormation\\Exception\\CloudFormationException' => __DIR__ . '/Aws/CloudFormation/Exception/CloudFormationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Emr\\Exception\\EmrException' => __DIR__ . '/Aws/Emr/Exception/EmrException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Emr\\EmrClient' => __DIR__ . '/Aws/Emr/EmrClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Psr16CacheAdapter' => __DIR__ . '/Aws/Psr16CacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IotDataPlane\\Exception\\IotDataPlaneException' => __DIR__ . '/Aws/IotDataPlane/Exception/IotDataPlaneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IotDataPlane\\IotDataPlaneClient' => __DIR__ . '/Aws/IotDataPlane/IotDataPlaneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElastiCache\\ElastiCacheClient' => __DIR__ . '/Aws/ElastiCache/ElastiCacheClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElastiCache\\Exception\\ElastiCacheException' => __DIR__ . '/Aws/ElastiCache/Exception/ElastiCacheException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureInterface' => __DIR__ . '/Aws/Signature/SignatureInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureProvider' => __DIR__ . '/Aws/Signature/SignatureProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\S3SignatureV4' => __DIR__ . '/Aws/Signature/S3SignatureV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureV4' => __DIR__ . '/Aws/Signature/SignatureV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureTrait' => __DIR__ . '/Aws/Signature/SignatureTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\AnonymousSignature' => __DIR__ . '/Aws/Signature/AnonymousSignature.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchLogs\\CloudWatchLogsClient' => __DIR__ . '/Aws/CloudWatchLogs/CloudWatchLogsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => __DIR__ . '/Aws/CloudWatchLogs/Exception/CloudWatchLogsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoArchivedMedia\\KinesisVideoArchivedMediaClient' => __DIR__ . '/Aws/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoArchivedMedia\\Exception\\KinesisVideoArchivedMediaException' => __DIR__ . '/Aws/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\AbstractUploader' => __DIR__ . '/Aws/Multipart/AbstractUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\UploadState' => __DIR__ . '/Aws/Multipart/UploadState.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\AbstractUploadManager' => __DIR__ . '/Aws/Multipart/AbstractUploadManager.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ses\\SesClient' => __DIR__ . '/Aws/Ses/SesClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ses\\Exception\\SesException' => __DIR__ . '/Aws/Ses/Exception/SesException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Middleware' => __DIR__ . '/Aws/Middleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\NumberValue' => __DIR__ . '/Aws/DynamoDb/NumberValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionHandler' => __DIR__ . '/Aws/DynamoDb/SessionHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionConnectionInterface' => __DIR__ . '/Aws/DynamoDb/SessionConnectionInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\WriteRequestBatch' => __DIR__ . '/Aws/DynamoDb/WriteRequestBatch.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionConnectionConfigTrait' => __DIR__ . '/Aws/DynamoDb/SessionConnectionConfigTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SetValue' => __DIR__ . '/Aws/DynamoDb/SetValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\BinaryValue' => __DIR__ . '/Aws/DynamoDb/BinaryValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\Marshaler' => __DIR__ . '/Aws/DynamoDb/Marshaler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\StandardSessionConnection' => __DIR__ . '/Aws/DynamoDb/StandardSessionConnection.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\Exception\\DynamoDbException' => __DIR__ . '/Aws/DynamoDb/Exception/DynamoDbException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\DynamoDbClient' => __DIR__ . '/Aws/DynamoDb/DynamoDbClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\LockingSessionConnection' => __DIR__ . '/Aws/DynamoDb/LockingSessionConnection.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sms\\Exception\\SmsException' => __DIR__ . '/Aws/Sms/Exception/SmsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sms\\SmsClient' => __DIR__ . '/Aws/Sms/SmsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EBS\\Exception\\EBSException' => __DIR__ . '/Aws/EBS/Exception/EBSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EBS\\EBSClient' => __DIR__ . '/Aws/EBS/EBSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HasDataTrait' => __DIR__ . '/Aws/HasDataTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScalingPlans\\Exception\\AutoScalingPlansException' => __DIR__ . '/Aws/AutoScalingPlans/Exception/AutoScalingPlansException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScalingPlans\\AutoScalingPlansClient' => __DIR__ . '/Aws/AutoScalingPlans/AutoScalingPlansClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClient' => __DIR__ . '/Aws/AwsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StorageGateway\\Exception\\StorageGatewayException' => __DIR__ . '/Aws/StorageGateway/Exception/StorageGatewayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StorageGateway\\StorageGatewayClient' => __DIR__ . '/Aws/StorageGateway/StorageGatewayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostExplorer\\CostExplorerClient' => __DIR__ . '/Aws/CostExplorer/CostExplorerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostExplorer\\Exception\\CostExplorerException' => __DIR__ . '/Aws/CostExplorer/Exception/CostExplorerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IdempotencyTokenMiddleware' => __DIR__ . '/Aws/IdempotencyTokenMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceQuotas\\ServiceQuotasClient' => __DIR__ . '/Aws/ServiceQuotas/ServiceQuotasClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceQuotas\\Exception\\ServiceQuotasException' => __DIR__ . '/Aws/ServiceQuotas/Exception/ServiceQuotasException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaLive\\MediaLiveClient' => __DIR__ . '/Aws/MediaLive/MediaLiveClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaLive\\Exception\\MediaLiveException' => __DIR__ . '/Aws/MediaLive/Exception/MediaLiveException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BucketEndpointArnMiddleware' => __DIR__ . '/Aws/S3/BucketEndpointArnMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BatchDelete' => __DIR__ . '/Aws/S3/BatchDelete.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\SSECMiddleware' => __DIR__ . '/Aws/S3/SSECMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\ConfigurationProvider' => __DIR__ . '/Aws/S3/UseArnRegion/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\Exception\\ConfigurationException' => __DIR__ . '/Aws/S3/UseArnRegion/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\Configuration' => __DIR__ . '/Aws/S3/UseArnRegion/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\ConfigurationInterface' => __DIR__ . '/Aws/S3/UseArnRegion/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BucketEndpointMiddleware' => __DIR__ . '/Aws/S3/BucketEndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3ClientTrait' => __DIR__ . '/Aws/S3/S3ClientTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3UriParser' => __DIR__ . '/Aws/S3/S3UriParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PostObject' => __DIR__ . '/Aws/S3/PostObject.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\GetBucketLocationParser' => __DIR__ . '/Aws/S3/GetBucketLocationParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3Client' => __DIR__ . '/Aws/S3/S3Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3ClientInterface' => __DIR__ . '/Aws/S3/S3ClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartCopy' => __DIR__ . '/Aws/S3/MultipartCopy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PutObjectUrlMiddleware' => __DIR__ . '/Aws/S3/PutObjectUrlMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\InstructionFileMetadataStrategy' => __DIR__ . '/Aws/S3/Crypto/InstructionFileMetadataStrategy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\HeadersMetadataStrategy' => __DIR__ . '/Aws/S3/Crypto/HeadersMetadataStrategy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\CryptoParamsTrait' => __DIR__ . '/Aws/S3/Crypto/CryptoParamsTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionClient' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionMultipartUploader' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionMultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartUploader' => __DIR__ . '/Aws/S3/MultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ApplyChecksumMiddleware' => __DIR__ . '/Aws/S3/ApplyChecksumMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartUploadingTrait' => __DIR__ . '/Aws/S3/MultipartUploadingTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PostObjectV4' => __DIR__ . '/Aws/S3/PostObjectV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ObjectCopier' => __DIR__ . '/Aws/S3/ObjectCopier.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\S3MultipartUploadException' => __DIR__ . '/Aws/S3/Exception/S3MultipartUploadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\DeleteMultipleObjectsException' => __DIR__ . '/Aws/S3/Exception/DeleteMultipleObjectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\S3Exception' => __DIR__ . '/Aws/S3/Exception/S3Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\PermanentRedirectException' => __DIR__ . '/Aws/S3/Exception/PermanentRedirectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\ConfigurationProvider' => __DIR__ . '/Aws/S3/RegionalEndpoint/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\Exception\\ConfigurationException' => __DIR__ . '/Aws/S3/RegionalEndpoint/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\Configuration' => __DIR__ . '/Aws/S3/RegionalEndpoint/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\ConfigurationInterface' => __DIR__ . '/Aws/S3/RegionalEndpoint/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Transfer' => __DIR__ . '/Aws/S3/Transfer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RetryableMalformedResponseParser' => __DIR__ . '/Aws/S3/RetryableMalformedResponseParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PermanentRedirectMiddleware' => __DIR__ . '/Aws/S3/PermanentRedirectMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\StreamWrapper' => __DIR__ . '/Aws/S3/StreamWrapper.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ObjectUploader' => __DIR__ . '/Aws/S3/ObjectUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3EndpointMiddleware' => __DIR__ . '/Aws/S3/S3EndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\AmbiguousSuccessParser' => __DIR__ . '/Aws/S3/AmbiguousSuccessParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3MultiRegionClient' => __DIR__ . '/Aws/S3/S3MultiRegionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeDeploy\\CodeDeployClient' => __DIR__ . '/Aws/CodeDeploy/CodeDeployClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeDeploy\\Exception\\CodeDeployException' => __DIR__ . '/Aws/CodeDeploy/Exception/CodeDeployException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancingV2\\Exception\\ElasticLoadBalancingV2Exception' => __DIR__ . '/Aws/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancingV2\\ElasticLoadBalancingV2Client' => __DIR__ . '/Aws/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecurityHub\\SecurityHubClient' => __DIR__ . '/Aws/SecurityHub/SecurityHubClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecurityHub\\Exception\\SecurityHubException' => __DIR__ . '/Aws/SecurityHub/Exception/SecurityHubException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexModelBuildingService\\LexModelBuildingServiceClient' => __DIR__ . '/Aws/LexModelBuildingService/LexModelBuildingServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexModelBuildingService\\Exception\\LexModelBuildingServiceException' => __DIR__ . '/Aws/LexModelBuildingService/Exception/LexModelBuildingServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHubConfig\\Exception\\MigrationHubConfigException' => __DIR__ . '/Aws/MigrationHubConfig/Exception/MigrationHubConfigException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHubConfig\\MigrationHubConfigClient' => __DIR__ . '/Aws/MigrationHubConfig/MigrationHubConfigClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ListShape' => __DIR__ . '/Aws/Api/ListShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\QuerySerializer' => __DIR__ . '/Aws/Api/Serializer/QuerySerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\QueryParamBuilder' => __DIR__ . '/Aws/Api/Serializer/QueryParamBuilder.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestJsonSerializer' => __DIR__ . '/Aws/Api/Serializer/RestJsonSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestXmlSerializer' => __DIR__ . '/Aws/Api/Serializer/RestXmlSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestSerializer' => __DIR__ . '/Aws/Api/Serializer/RestSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\JsonRpcSerializer' => __DIR__ . '/Aws/Api/Serializer/JsonRpcSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\Ec2ParamBuilder' => __DIR__ . '/Aws/Api/Serializer/Ec2ParamBuilder.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\XmlBody' => __DIR__ . '/Aws/Api/Serializer/XmlBody.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\JsonBody' => __DIR__ . '/Aws/Api/Serializer/JsonBody.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Validator' => __DIR__ . '/Aws/Api/Validator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ShapeMap' => __DIR__ . '/Aws/Api/ShapeMap.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\MapShape' => __DIR__ . '/Aws/Api/MapShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\AbstractModel' => __DIR__ . '/Aws/Api/AbstractModel.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\DocModel' => __DIR__ . '/Aws/Api/DocModel.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Shape' => __DIR__ . '/Aws/Api/Shape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Service' => __DIR__ . '/Aws/Api/Service.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\PayloadParserTrait' => __DIR__ . '/Aws/Api/Parser/PayloadParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\AbstractRestParser' => __DIR__ . '/Aws/Api/Parser/AbstractRestParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\DecodingEventStreamIterator' => __DIR__ . '/Aws/Api/Parser/DecodingEventStreamIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\EventParsingIterator' => __DIR__ . '/Aws/Api/Parser/EventParsingIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\AbstractParser' => __DIR__ . '/Aws/Api/Parser/AbstractParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\JsonRpcParser' => __DIR__ . '/Aws/Api/Parser/JsonRpcParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\MetadataParserTrait' => __DIR__ . '/Aws/Api/Parser/MetadataParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\XmlParser' => __DIR__ . '/Aws/Api/Parser/XmlParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\RestJsonParser' => __DIR__ . '/Aws/Api/Parser/RestJsonParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\RestXmlParser' => __DIR__ . '/Aws/Api/Parser/RestXmlParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\Exception\\ParserException' => __DIR__ . '/Aws/Api/Parser/Exception/ParserException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\JsonParser' => __DIR__ . '/Aws/Api/Parser/JsonParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\Crc32ValidatingParser' => __DIR__ . '/Aws/Api/Parser/Crc32ValidatingParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\QueryParser' => __DIR__ . '/Aws/Api/Parser/QueryParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Operation' => __DIR__ . '/Aws/Api/Operation.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\TimestampShape' => __DIR__ . '/Aws/Api/TimestampShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\DateTimeResult' => __DIR__ . '/Aws/Api/DateTimeResult.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ApiProvider' => __DIR__ . '/Aws/Api/ApiProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\JsonParserTrait' => __DIR__ . '/Aws/Api/ErrorParser/JsonParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\RestJsonErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/RestJsonErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\JsonRpcErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/JsonRpcErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\AbstractErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/AbstractErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\XmlErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/XmlErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\StructureShape' => __DIR__ . '/Aws/Api/StructureShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationInsights\\ApplicationInsightsClient' => __DIR__ . '/Aws/ApplicationInsights/ApplicationInsightsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationInsights\\Exception\\ApplicationInsightsException' => __DIR__ . '/Aws/ApplicationInsights/Exception/ApplicationInsightsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecr\\Exception\\EcrException' => __DIR__ . '/Aws/Ecr/Exception/EcrException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecr\\EcrClient' => __DIR__ . '/Aws/Ecr/EcrClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WafRegional\\Exception\\WafRegionalException' => __DIR__ . '/Aws/WafRegional/Exception/WafRegionalException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WafRegional\\WafRegionalClient' => __DIR__ . '/Aws/WafRegional/WafRegionalClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStar\\CodeStarClient' => __DIR__ . '/Aws/CodeStar/CodeStarClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStar\\Exception\\CodeStarException' => __DIR__ . '/Aws/CodeStar/Exception/CodeStarException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iam\\IamClient' => __DIR__ . '/Aws/Iam/IamClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iam\\Exception\\IamException' => __DIR__ . '/Aws/Iam/Exception/IamException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointSMSVoice\\PinpointSMSVoiceClient' => __DIR__ . '/Aws/PinpointSMSVoice/PinpointSMSVoiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointSMSVoice\\Exception\\PinpointSMSVoiceException' => __DIR__ . '/Aws/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TranscribeService\\Exception\\TranscribeServiceException' => __DIR__ . '/Aws/TranscribeService/Exception/TranscribeServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TranscribeService\\TranscribeServiceClient' => __DIR__ . '/Aws/TranscribeService/TranscribeServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDBSession\\QLDBSessionClient' => __DIR__ . '/Aws/QLDBSession/QLDBSessionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDBSession\\Exception\\QLDBSessionException' => __DIR__ . '/Aws/QLDBSession/Exception/QLDBSessionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RDSDataService\\RDSDataServiceClient' => __DIR__ . '/Aws/RDSDataService/RDSDataServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RDSDataService\\Exception\\RDSDataServiceException' => __DIR__ . '/Aws/RDSDataService/Exception/RDSDataServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Result' => __DIR__ . '/Aws/Result.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\NetworkManager\\NetworkManagerClient' => __DIR__ . '/Aws/NetworkManager/NetworkManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\NetworkManager\\Exception\\NetworkManagerException' => __DIR__ . '/Aws/NetworkManager/Exception/NetworkManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalyticsV2\\KinesisAnalyticsV2Client' => __DIR__ . '/Aws/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalyticsV2\\Exception\\KinesisAnalyticsV2Exception' => __DIR__ . '/Aws/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PartitionInterface' => __DIR__ . '/Aws/Endpoint/PartitionInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PatternEndpointProvider' => __DIR__ . '/Aws/Endpoint/PatternEndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\Partition' => __DIR__ . '/Aws/Endpoint/Partition.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PartitionEndpointProvider' => __DIR__ . '/Aws/Endpoint/PartitionEndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\EndpointProvider' => __DIR__ . '/Aws/Endpoint/EndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pricing\\Exception\\PricingException' => __DIR__ . '/Aws/Pricing/Exception/PricingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pricing\\PricingClient' => __DIR__ . '/Aws/Pricing/PricingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCommerceAnalytics\\Exception\\MarketplaceCommerceAnalyticsException' => __DIR__ . '/Aws/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCommerceAnalytics\\MarketplaceCommerceAnalyticsClient' => __DIR__ . '/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodePipeline\\Exception\\CodePipelineException' => __DIR__ . '/Aws/CodePipeline/Exception/CodePipelineException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodePipeline\\CodePipelineClient' => __DIR__ . '/Aws/CodePipeline/CodePipelineClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkDocs\\Exception\\WorkDocsException' => __DIR__ . '/Aws/WorkDocs/Exception/WorkDocsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkDocs\\WorkDocsClient' => __DIR__ . '/Aws/WorkDocs/WorkDocsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GuardDuty\\Exception\\GuardDutyException' => __DIR__ . '/Aws/GuardDuty/Exception/GuardDutyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GuardDuty\\GuardDutyClient' => __DIR__ . '/Aws/GuardDuty/GuardDutyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataPipeline\\Exception\\DataPipelineException' => __DIR__ . '/Aws/DataPipeline/Exception/DataPipelineException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataPipeline\\DataPipelineClient' => __DIR__ . '/Aws/DataPipeline/DataPipelineClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DatabaseMigrationService\\DatabaseMigrationServiceClient' => __DIR__ . '/Aws/DatabaseMigrationService/DatabaseMigrationServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DatabaseMigrationService\\Exception\\DatabaseMigrationServiceException' => __DIR__ . '/Aws/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ssm\\SsmClient' => __DIR__ . '/Aws/Ssm/SsmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ssm\\Exception\\SsmException' => __DIR__ . '/Aws/Ssm/Exception/SsmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickDevicesService\\IoT1ClickDevicesServiceClient' => __DIR__ . '/Aws/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickDevicesService\\Exception\\IoT1ClickDevicesServiceException' => __DIR__ . '/Aws/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataSync\\DataSyncClient' => __DIR__ . '/Aws/DataSync/DataSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataSync\\Exception\\DataSyncException' => __DIR__ . '/Aws/DataSync/Exception/DataSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HashInterface' => __DIR__ . '/Aws/HashInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeRuntime\\PersonalizeRuntimeClient' => __DIR__ . '/Aws/PersonalizeRuntime/PersonalizeRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeRuntime\\Exception\\PersonalizeRuntimeException' => __DIR__ . '/Aws/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastQueryService\\ForecastQueryServiceClient' => __DIR__ . '/Aws/ForecastQueryService/ForecastQueryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastQueryService\\Exception\\ForecastQueryServiceException' => __DIR__ . '/Aws/ForecastQueryService/Exception/ForecastQueryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaTailor\\MediaTailorClient' => __DIR__ . '/Aws/MediaTailor/MediaTailorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaTailor\\Exception\\MediaTailorException' => __DIR__ . '/Aws/MediaTailor/Exception/MediaTailorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointParameterMiddleware' => __DIR__ . '/Aws/EndpointParameterMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexRuntimeService\\LexRuntimeServiceClient' => __DIR__ . '/Aws/LexRuntimeService/LexRuntimeServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexRuntimeService\\Exception\\LexRuntimeServiceException' => __DIR__ . '/Aws/LexRuntimeService/Exception/LexRuntimeServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClientTrait' => __DIR__ . '/Aws/AwsClientTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GameLift\\GameLiftClient' => __DIR__ . '/Aws/GameLift/GameLiftClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GameLift\\Exception\\GameLiftException' => __DIR__ . '/Aws/GameLift/Exception/GameLiftException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LakeFormation\\LakeFormationClient' => __DIR__ . '/Aws/LakeFormation/LakeFormationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LakeFormation\\Exception\\LakeFormationException' => __DIR__ . '/Aws/LakeFormation/Exception/LakeFormationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoSignalingChannels\\KinesisVideoSignalingChannelsClient' => __DIR__ . '/Aws/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoSignalingChannels\\Exception\\KinesisVideoSignalingChannelsException' => __DIR__ . '/Aws/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointEmail\\Exception\\PinpointEmailException' => __DIR__ . '/Aws/PinpointEmail/Exception/PinpointEmailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointEmail\\PinpointEmailClient' => __DIR__ . '/Aws/PinpointEmail/PinpointEmailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\imagebuilder\\imagebuilderClient' => __DIR__ . '/Aws/imagebuilder/imagebuilderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\imagebuilder\\Exception\\imagebuilderException' => __DIR__ . '/Aws/imagebuilder/Exception/imagebuilderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServerlessApplicationRepository\\ServerlessApplicationRepositoryClient' => __DIR__ . '/Aws/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServerlessApplicationRepository\\Exception\\ServerlessApplicationRepositoryException' => __DIR__ . '/Aws/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SesV2\\Exception\\SesV2Exception' => __DIR__ . '/Aws/SesV2/Exception/SesV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SesV2\\SesV2Client' => __DIR__ . '/Aws/SesV2/SesV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Firehose\\FirehoseClient' => __DIR__ . '/Aws/Firehose/FirehoseClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Firehose\\Exception\\FirehoseException' => __DIR__ . '/Aws/Firehose/Exception/FirehoseException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHsm\\CloudHsmClient' => __DIR__ . '/Aws/CloudHsm/CloudHsmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHsm\\Exception\\CloudHsmException' => __DIR__ . '/Aws/CloudHsm/Exception/CloudHsmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HashingStream' => __DIR__ . '/Aws/HashingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Greengrass\\GreengrassClient' => __DIR__ . '/Aws/Greengrass/GreengrassClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Greengrass\\Exception\\GreengrassException' => __DIR__ . '/Aws/Greengrass/Exception/GreengrassException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => __DIR__ . '/Aws/IoTAnalytics/Exception/IoTAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTAnalytics\\IoTAnalyticsClient' => __DIR__ . '/Aws/IoTAnalytics/IoTAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideo\\KinesisVideoClient' => __DIR__ . '/Aws/KinesisVideo/KinesisVideoClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideo\\Exception\\KinesisVideoException' => __DIR__ . '/Aws/KinesisVideo/Exception/KinesisVideoException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\SnsClient' => __DIR__ . '/Aws/Sns/SnsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Message' => __DIR__ . '/Aws/Sns/Message.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Exception\\InvalidSnsMessageException' => __DIR__ . '/Aws/Sns/Exception/InvalidSnsMessageException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Exception\\SnsException' => __DIR__ . '/Aws/Sns/Exception/SnsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\MessageValidator' => __DIR__ . '/Aws/Sns/MessageValidator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatch\\CloudWatchClient' => __DIR__ . '/Aws/CloudWatch/CloudWatchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatch\\Exception\\CloudWatchException' => __DIR__ . '/Aws/CloudWatch/Exception/CloudWatchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lambda\\LambdaClient' => __DIR__ . '/Aws/Lambda/LambdaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lambda\\Exception\\LambdaException' => __DIR__ . '/Aws/Lambda/Exception/LambdaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConnectParticipant\\Exception\\ConnectParticipantException' => __DIR__ . '/Aws/ConnectParticipant/Exception/ConnectParticipantException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConnectParticipant\\ConnectParticipantClient' => __DIR__ . '/Aws/ConnectParticipant/ConnectParticipantClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroups\\ResourceGroupsClient' => __DIR__ . '/Aws/ResourceGroups/ResourceGroupsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroups\\Exception\\ResourceGroupsException' => __DIR__ . '/Aws/ResourceGroups/Exception/ResourceGroupsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Resolver\\Route53ResolverClient' => __DIR__ . '/Aws/Route53Resolver/Route53ResolverClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Resolver\\Exception\\Route53ResolverException' => __DIR__ . '/Aws/Route53Resolver/Exception/Route53ResolverException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\kendra\\Exception\\kendraException' => __DIR__ . '/Aws/kendra/Exception/kendraException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\kendra\\kendraClient' => __DIR__ . '/Aws/kendra/kendraClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticInference\\ElasticInferenceClient' => __DIR__ . '/Aws/ElasticInference/ElasticInferenceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticInference\\Exception\\ElasticInferenceException' => __DIR__ . '/Aws/ElasticInference/Exception/ElasticInferenceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie\\Exception\\MacieException' => __DIR__ . '/Aws/Macie/Exception/MacieException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie\\MacieClient' => __DIR__ . '/Aws/Macie/MacieClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayV2\\ApiGatewayV2Client' => __DIR__ . '/Aws/ApiGatewayV2/ApiGatewayV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayV2\\Exception\\ApiGatewayV2Exception' => __DIR__ . '/Aws/ApiGatewayV2/Exception/ApiGatewayV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroupsTaggingAPI\\Exception\\ResourceGroupsTaggingAPIException' => __DIR__ . '/Aws/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroupsTaggingAPI\\ResourceGroupsTaggingAPIClient' => __DIR__ . '/Aws/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesEncryptingStream' => __DIR__ . '/Aws/Crypto/AesEncryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AbstractCryptoClient' => __DIR__ . '/Aws/Crypto/AbstractCryptoClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\KmsMaterialsProvider' => __DIR__ . '/Aws/Crypto/KmsMaterialsProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\EncryptionTrait' => __DIR__ . '/Aws/Crypto/EncryptionTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MetadataEnvelope' => __DIR__ . '/Aws/Crypto/MetadataEnvelope.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesGcmDecryptingStream' => __DIR__ . '/Aws/Crypto/AesGcmDecryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MaterialsProvider' => __DIR__ . '/Aws/Crypto/MaterialsProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MetadataStrategyInterface' => __DIR__ . '/Aws/Crypto/MetadataStrategyInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesStreamInterface' => __DIR__ . '/Aws/Crypto/AesStreamInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\DecryptionTrait' => __DIR__ . '/Aws/Crypto/DecryptionTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesGcmEncryptingStream' => __DIR__ . '/Aws/Crypto/AesGcmEncryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\CipherMethod' => __DIR__ . '/Aws/Crypto/Cipher/CipherMethod.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\Cbc' => __DIR__ . '/Aws/Crypto/Cipher/Cbc.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\CipherBuilderTrait' => __DIR__ . '/Aws/Crypto/Cipher/CipherBuilderTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesDecryptingStream' => __DIR__ . '/Aws/Crypto/AesDecryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Schemas\\SchemasClient' => __DIR__ . '/Aws/Schemas/SchemasClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Schemas\\Exception\\SchemasException' => __DIR__ . '/Aws/Schemas/Exception/SchemasException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\Arn' => __DIR__ . '/Aws/Arn/Arn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ArnParser' => __DIR__ . '/Aws/Arn/ArnParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\AccessPointArn' => __DIR__ . '/Aws/Arn/AccessPointArn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\S3\\AccessPointArn' => __DIR__ . '/Aws/Arn/S3/AccessPointArn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\Exception\\InvalidArnException' => __DIR__ . '/Aws/Arn/Exception/InvalidArnException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ResourceTypeAndIdTrait' => __DIR__ . '/Aws/Arn/ResourceTypeAndIdTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ArnInterface' => __DIR__ . '/Aws/Arn/ArnInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSOOIDC\\SSOOIDCClient' => __DIR__ . '/Aws/SSOOIDC/SSOOIDCClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSOOIDC\\Exception\\SSOOIDCException' => __DIR__ . '/Aws/SSOOIDC/Exception/SSOOIDCException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kafka\\Exception\\KafkaException' => __DIR__ . '/Aws/Kafka/Exception/KafkaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kafka\\KafkaClient' => __DIR__ . '/Aws/Kafka/KafkaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Inspector\\InspectorClient' => __DIR__ . '/Aws/Inspector/InspectorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Inspector\\Exception\\InspectorException' => __DIR__ . '/Aws/Inspector/Exception/InspectorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\ConfigurationProvider' => __DIR__ . '/Aws/Sts/RegionalEndpoints/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\Exception\\ConfigurationException' => __DIR__ . '/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\Configuration' => __DIR__ . '/Aws/Sts/RegionalEndpoints/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\ConfigurationInterface' => __DIR__ . '/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\Exception\\StsException' => __DIR__ . '/Aws/Sts/Exception/StsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\StsClient' => __DIR__ . '/Aws/Sts/StsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Support\\SupportClient' => __DIR__ . '/Aws/Support/SupportClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Support\\Exception\\SupportException' => __DIR__ . '/Aws/Support/Exception/SupportException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sdk' => __DIR__ . '/Aws/Sdk.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceMetering\\MarketplaceMeteringClient' => __DIR__ . '/Aws/MarketplaceMetering/MarketplaceMeteringClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceMetering\\Exception\\MarketplaceMeteringException' => __DIR__ . '/Aws/MarketplaceMetering/Exception/MarketplaceMeteringException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoMedia\\KinesisVideoMediaClient' => __DIR__ . '/Aws/KinesisVideoMedia/KinesisVideoMediaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoMedia\\Exception\\KinesisVideoMediaException' => __DIR__ . '/Aws/KinesisVideoMedia/Exception/KinesisVideoMediaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iot\\IotClient' => __DIR__ . '/Aws/Iot/IotClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iot\\Exception\\IotException' => __DIR__ . '/Aws/Iot/Exception/IotException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogFileIterator' => __DIR__ . '/Aws/CloudTrail/LogFileIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogRecordIterator' => __DIR__ . '/Aws/CloudTrail/LogRecordIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\Exception\\CloudTrailException' => __DIR__ . '/Aws/CloudTrail/Exception/CloudTrailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\CloudTrailClient' => __DIR__ . '/Aws/CloudTrail/CloudTrailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogFileReader' => __DIR__ . '/Aws/CloudTrail/LogFileReader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rekognition\\Exception\\RekognitionException' => __DIR__ . '/Aws/Rekognition/Exception/RekognitionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rekognition\\RekognitionClient' => __DIR__ . '/Aws/Rekognition/RekognitionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\EcsCredentialProvider' => __DIR__ . '/Aws/Credentials/EcsCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\AssumeRoleWithWebIdentityCredentialProvider' => __DIR__ . '/Aws/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\CredentialsInterface' => __DIR__ . '/Aws/Credentials/CredentialsInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\AssumeRoleCredentialProvider' => __DIR__ . '/Aws/Credentials/AssumeRoleCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\CredentialProvider' => __DIR__ . '/Aws/Credentials/CredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\InstanceProfileProvider' => __DIR__ . '/Aws/Credentials/InstanceProfileProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\Credentials' => __DIR__ . '/Aws/Credentials/Credentials.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Polly\\Exception\\PollyException' => __DIR__ . '/Aws/Polly/Exception/PollyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Polly\\PollyClient' => __DIR__ . '/Aws/Polly/PollyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StreamRequestPayloadMiddleware' => __DIR__ . '/Aws/StreamRequestPayloadMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeEvents\\Exception\\PersonalizeEventsException' => __DIR__ . '/Aws/PersonalizeEvents/Exception/PersonalizeEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeEvents\\PersonalizeEventsClient' => __DIR__ . '/Aws/PersonalizeEvents/PersonalizeEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CommandInterface' => __DIR__ . '/Aws/CommandInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientResolver' => __DIR__ . '/Aws/ClientResolver.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Backup\\BackupClient' => __DIR__ . '/Aws/Backup/BackupClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Backup\\Exception\\BackupException' => __DIR__ . '/Aws/Backup/Exception/BackupException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\EventStreamDataException' => __DIR__ . '/Aws/Exception/EventStreamDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedEndpointException' => __DIR__ . '/Aws/Exception/UnresolvedEndpointException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CouldNotCreateChecksumException' => __DIR__ . '/Aws/Exception/CouldNotCreateChecksumException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\InvalidRegionException' => __DIR__ . '/Aws/Exception/InvalidRegionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\AwsException' => __DIR__ . '/Aws/Exception/AwsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedSignatureException' => __DIR__ . '/Aws/Exception/UnresolvedSignatureException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\IncalculablePayloadException' => __DIR__ . '/Aws/Exception/IncalculablePayloadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\InvalidJsonException' => __DIR__ . '/Aws/Exception/InvalidJsonException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CredentialsException' => __DIR__ . '/Aws/Exception/CredentialsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\MultipartUploadException' => __DIR__ . '/Aws/Exception/MultipartUploadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedApiException' => __DIR__ . '/Aws/Exception/UnresolvedApiException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WrappedHttpHandler' => __DIR__ . '/Aws/WrappedHttpHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AugmentedAIRuntime\\Exception\\AugmentedAIRuntimeException' => __DIR__ . '/Aws/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AugmentedAIRuntime\\AugmentedAIRuntimeClient' => __DIR__ . '/Aws/AugmentedAIRuntime/AugmentedAIRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EKS\\EKSClient' => __DIR__ . '/Aws/EKS/EKSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EKS\\Exception\\EKSException' => __DIR__ . '/Aws/EKS/Exception/EKSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RAM\\Exception\\RAMException' => __DIR__ . '/Aws/RAM/Exception/RAMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RAM\\RAMClient' => __DIR__ . '/Aws/RAM/RAMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ACMPCA\\ACMPCAClient' => __DIR__ . '/Aws/ACMPCA/ACMPCAClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ACMPCA\\Exception\\ACMPCAException' => __DIR__ . '/Aws/ACMPCA/Exception/ACMPCAException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MachineLearning\\MachineLearningClient' => __DIR__ . '/Aws/MachineLearning/MachineLearningClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MachineLearning\\Exception\\MachineLearningException' => __DIR__ . '/Aws/MachineLearning/Exception/MachineLearningException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Mobile\\Exception\\MobileException' => __DIR__ . '/Aws/Mobile/Exception/MobileException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Mobile\\MobileClient' => __DIR__ . '/Aws/Mobile/MobileClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GlobalAccelerator\\GlobalAcceleratorClient' => __DIR__ . '/Aws/GlobalAccelerator/GlobalAcceleratorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GlobalAccelerator\\Exception\\GlobalAcceleratorException' => __DIR__ . '/Aws/GlobalAccelerator/Exception/GlobalAcceleratorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\functions' => __DIR__ . '/Aws/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarconnections\\Exception\\CodeStarconnectionsException' => __DIR__ . '/Aws/CodeStarconnections/Exception/CodeStarconnectionsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarconnections\\CodeStarconnectionsClient' => __DIR__ . '/Aws/CodeStarconnections/CodeStarconnectionsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackage\\MediaPackageClient' => __DIR__ . '/Aws/MediaPackage/MediaPackageClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackage\\Exception\\MediaPackageException' => __DIR__ . '/Aws/MediaPackage/Exception/MediaPackageException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoSync\\CognitoSyncClient' => __DIR__ . '/Aws/CognitoSync/CognitoSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoSync\\Exception\\CognitoSyncException' => __DIR__ . '/Aws/CognitoSync/Exception/CognitoSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationDiscoveryService\\ApplicationDiscoveryServiceClient' => __DIR__ . '/Aws/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationDiscoveryService\\Exception\\ApplicationDiscoveryServiceException' => __DIR__ . '/Aws/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ec2\\Ec2Client' => __DIR__ . '/Aws/Ec2/Ec2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ec2\\Exception\\Ec2Exception' => __DIR__ . '/Aws/Ec2/Exception/Ec2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MQ\\MQClient' => __DIR__ . '/Aws/MQ/MQClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MQ\\Exception\\MQException' => __DIR__ . '/Aws/MQ/Exception/MQException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\GlacierClient' => __DIR__ . '/Aws/Glacier/GlacierClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\MultipartUploader' => __DIR__ . '/Aws/Glacier/MultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\Exception\\GlacierException' => __DIR__ . '/Aws/Glacier/Exception/GlacierException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\TreeHash' => __DIR__ . '/Aws/Glacier/TreeHash.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMakerRuntime\\Exception\\SageMakerRuntimeException' => __DIR__ . '/Aws/SageMakerRuntime/Exception/SageMakerRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMakerRuntime\\SageMakerRuntimeClient' => __DIR__ . '/Aws/SageMakerRuntime/SageMakerRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Translate\\TranslateClient' => __DIR__ . '/Aws/Translate/TranslateClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Translate\\Exception\\TranslateException' => __DIR__ . '/Aws/Translate/Exception/TranslateException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConnect\\Exception\\MediaConnectException' => __DIR__ . '/Aws/MediaConnect/Exception/MediaConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConnect\\MediaConnectClient' => __DIR__ . '/Aws/MediaConnect/MediaConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudDirectory\\CloudDirectoryClient' => __DIR__ . '/Aws/CloudDirectory/CloudDirectoryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudDirectory\\Exception\\CloudDirectoryException' => __DIR__ . '/Aws/CloudDirectory/Exception/CloudDirectoryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PI\\PIClient' => __DIR__ . '/Aws/PI/PIClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PI\\Exception\\PIException' => __DIR__ . '/Aws/PI/Exception/PIException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppConfig\\Exception\\AppConfigException' => __DIR__ . '/Aws/AppConfig/Exception/AppConfigException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppConfig\\AppConfigClient' => __DIR__ . '/Aws/AppConfig/AppConfigClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Organizations\\OrganizationsClient' => __DIR__ . '/Aws/Organizations/OrganizationsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Organizations\\Exception\\OrganizationsException' => __DIR__ . '/Aws/Organizations/Exception/OrganizationsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectConnect\\DirectConnectClient' => __DIR__ . '/Aws/DirectConnect/DirectConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectConnect\\Exception\\DirectConnectException' => __DIR__ . '/Aws/DirectConnect/Exception/DirectConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Connect\\ConnectClient' => __DIR__ . '/Aws/Connect/ConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Connect\\Exception\\ConnectException' => __DIR__ . '/Aws/Connect/Exception/ConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTThingsGraph\\Exception\\IoTThingsGraphException' => __DIR__ . '/Aws/IoTThingsGraph/Exception/IoTThingsGraphException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTThingsGraph\\IoTThingsGraphClient' => __DIR__ . '/Aws/IoTThingsGraph/IoTThingsGraphClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DocDB\\DocDBClient' => __DIR__ . '/Aws/DocDB/DocDBClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DocDB\\Exception\\DocDBException' => __DIR__ . '/Aws/DocDB/Exception/DocDBException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGateway\\Exception\\ApiGatewayException' => __DIR__ . '/Aws/ApiGateway/Exception/ApiGatewayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGateway\\ApiGatewayClient' => __DIR__ . '/Aws/ApiGateway/ApiGatewayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostandUsageReportService\\CostandUsageReportServiceClient' => __DIR__ . '/Aws/CostandUsageReportService/CostandUsageReportServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostandUsageReportService\\Exception\\CostandUsageReportServiceException' => __DIR__ . '/Aws/CostandUsageReportService/Exception/CostandUsageReportServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DoctrineCacheAdapter' => __DIR__ . '/Aws/DoctrineCacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceDiscovery\\Exception\\ServiceDiscoveryException' => __DIR__ . '/Aws/ServiceDiscovery/Exception/ServiceDiscoveryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceDiscovery\\ServiceDiscoveryClient' => __DIR__ . '/Aws/ServiceDiscovery/ServiceDiscoveryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDbStreams\\DynamoDbStreamsClient' => __DIR__ . '/Aws/DynamoDbStreams/DynamoDbStreamsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDbStreams\\Exception\\DynamoDbStreamsException' => __DIR__ . '/Aws/DynamoDbStreams/Exception/DynamoDbStreamsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeCommit\\CodeCommitClient' => __DIR__ . '/Aws/CodeCommit/CodeCommitClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeCommit\\Exception\\CodeCommitException' => __DIR__ . '/Aws/CodeCommit/Exception/CodeCommitException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ce\\2017-10-25\\paginators-1.json' => __DIR__ . '/Aws/data/ce/2017-10-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ce\\2017-10-25\\api-2.json' => __DIR__ . '/Aws/data/ce/2017-10-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalytics\\2015-08-14\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisanalytics/2015-08-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalytics\\2015-08-14\\api-2.json' => __DIR__ . '/Aws/data/kinesisanalytics/2015-08-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\savingsplans\\2019-06-28\\paginators-1.json' => __DIR__ . '/Aws/data/savingsplans/2019-06-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\savingsplans\\2019-06-28\\api-2.json' => __DIR__ . '/Aws/data/savingsplans/2019-06-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-media\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-media/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-media\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-media/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3control\\2018-08-20\\paginators-1.json' => __DIR__ . '/Aws/data/s3control/2018-08-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3control\\2018-08-20\\api-2.json' => __DIR__ . '/Aws/data/s3control/2018-08-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\waiters-2.json' => __DIR__ . '/Aws/data/signer/2017-08-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\paginators-1.json' => __DIR__ . '/Aws/data/signer/2017-08-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\api-2.json' => __DIR__ . '/Aws/data/signer/2017-08-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.sagemaker\\2017-05-13\\paginators-1.json' => __DIR__ . '/Aws/data/runtime.sagemaker/2017-05-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.sagemaker\\2017-05-13\\api-2.json' => __DIR__ . '/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\paginators-1.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\api-2.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\smoke.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\endpoints_prefix_history.json' => __DIR__ . '/Aws/data/endpoints_prefix_history.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\paginators-1.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\api-2.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\smoke.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\api-2.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\smoke.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\swf\\2012-01-25\\paginators-1.json' => __DIR__ . '/Aws/data/swf/2012-01-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\swf\\2012-01-25\\api-2.json' => __DIR__ . '/Aws/data/swf/2012-01-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\robomaker\\2018-06-29\\paginators-1.json' => __DIR__ . '/Aws/data/robomaker/2018-06-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\robomaker\\2018-06-29\\api-2.json' => __DIR__ . '/Aws/data/robomaker/2018-06-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\paginators-1.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\api-2.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\smoke.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\waiters-2.json' => __DIR__ . '/Aws/data/s3/2006-03-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\paginators-1.json' => __DIR__ . '/Aws/data/s3/2006-03-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\api-2.json' => __DIR__ . '/Aws/data/s3/2006-03-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\smoke.json' => __DIR__ . '/Aws/data/s3/2006-03-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\waiters-1.json' => __DIR__ . '/Aws/data/s3/2006-03-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\paginators-1.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\api-2.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\smoke.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/es/2015-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\api-2.json' => __DIR__ . '/Aws/data/es/2015-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\smoke.json' => __DIR__ . '/Aws/data/es/2015-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transcribe\\2017-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/transcribe/2017-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transcribe\\2017-10-26\\api-2.json' => __DIR__ . '/Aws/data/transcribe/2017-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\paginators-1.json' => __DIR__ . '/Aws/data/support/2013-04-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\api-2.json' => __DIR__ . '/Aws/data/support/2013-04-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\smoke.json' => __DIR__ . '/Aws/data/support/2013-04-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\api-2.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\smoke.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fms\\2018-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/fms/2018-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fms\\2018-01-01\\api-2.json' => __DIR__ . '/Aws/data/fms/2018-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmailmessageflow\\2019-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/workmailmessageflow/2019-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmailmessageflow\\2019-05-01\\api-2.json' => __DIR__ . '/Aws/data/workmailmessageflow/2019-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\guardduty\\2017-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/guardduty/2017-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\guardduty\\2017-11-28\\api-2.json' => __DIR__ . '/Aws/data/guardduty/2017-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\importexport\\2010-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/importexport/2010-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\importexport\\2010-06-01\\api-2.json' => __DIR__ . '/Aws/data/importexport/2010-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\waiters-2.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\api-2.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\managedblockchain\\2018-09-24\\paginators-1.json' => __DIR__ . '/Aws/data/managedblockchain/2018-09-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\managedblockchain\\2018-09-24\\api-2.json' => __DIR__ . '/Aws/data/managedblockchain/2018-09-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connect\\2017-08-08\\paginators-1.json' => __DIR__ . '/Aws/data/connect/2017-08-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connect\\2017-08-08\\api-2.json' => __DIR__ . '/Aws/data/connect/2017-08-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguru-reviewer\\2019-09-19\\paginators-1.json' => __DIR__ . '/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguru-reviewer\\2019-09-19\\api-2.json' => __DIR__ . '/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\worklink\\2018-09-25\\paginators-1.json' => __DIR__ . '/Aws/data/worklink/2018-09-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\worklink\\2018-09-25\\api-2.json' => __DIR__ . '/Aws/data/worklink/2018-09-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\api-2.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\smoke.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appsync\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/appsync/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appsync\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/appsync/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\smoke.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\aliases.json' => __DIR__ . '/Aws/data/aliases.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\manifest.json' => __DIR__ . '/Aws/data/manifest.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-devices\\2018-05-14\\api-2.json' => __DIR__ . '/Aws/data/iot1click-devices/2018-05-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\frauddetector\\2019-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/frauddetector/2019-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\frauddetector\\2019-11-15\\api-2.json' => __DIR__ . '/Aws/data/frauddetector/2019-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\waiters-2.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\paginators-1.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\api-2.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\smoke.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mobile\\2017-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/mobile/2017-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mobile\\2017-07-01\\api-2.json' => __DIR__ . '/Aws/data/mobile/2017-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconnect\\2018-11-14\\paginators-1.json' => __DIR__ . '/Aws/data/mediaconnect/2018-11-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconnect\\2018-11-14\\api-2.json' => __DIR__ . '/Aws/data/mediaconnect/2018-11-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mgh\\2017-05-31\\paginators-1.json' => __DIR__ . '/Aws/data/mgh/2017-05-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mgh\\2017-05-31\\api-2.json' => __DIR__ . '/Aws/data/mgh/2017-05-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\paginators-1.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\api-2.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\smoke.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lakeformation\\2017-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/lakeformation/2017-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lakeformation\\2017-03-31\\api-2.json' => __DIR__ . '/Aws/data/lakeformation/2017-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\api-2.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\smoke.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\organizations\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/organizations/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\organizations\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/organizations/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\service-quotas\\2019-06-24\\paginators-1.json' => __DIR__ . '/Aws/data/service-quotas/2019-06-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\service-quotas\\2019-06-24\\api-2.json' => __DIR__ . '/Aws/data/service-quotas/2019-06-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\waiters-2.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\paginators-1.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\api-2.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\smoke.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker-a2i-runtime\\2019-11-07\\paginators-1.json' => __DIR__ . '/Aws/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker-a2i-runtime\\2019-11-07\\api-2.json' => __DIR__ . '/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datasync\\2018-11-09\\paginators-1.json' => __DIR__ . '/Aws/data/datasync/2018-11-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datasync\\2018-11-09\\api-2.json' => __DIR__ . '/Aws/data/datasync/2018-11-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\waiters-2.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\paginators-1.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\api-2.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\waiters-2.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\api-2.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\smoke.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\waiters-1.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\waiters-2.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\paginators-1.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\api-2.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\smoke.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\waiters-1.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\smoke.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\waiters-2.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\api-2.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\smoke.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehend\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/comprehend/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehend\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/comprehend/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\paginators-1.json' => __DIR__ . '/Aws/data/iot/2015-05-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\api-2.json' => __DIR__ . '/Aws/data/iot/2015-05-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\smoke.json' => __DIR__ . '/Aws/data/iot/2015-05-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearchdomain\\2013-01-01\\api-2.json' => __DIR__ . '/Aws/data/cloudsearchdomain/2013-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehendmedical\\2018-10-30\\paginators-1.json' => __DIR__ . '/Aws/data/comprehendmedical/2018-10-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehendmedical\\2018-10-30\\api-2.json' => __DIR__ . '/Aws/data/comprehendmedical/2018-10-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\waiters-2.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\paginators-1.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\api-2.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\smoke.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\paginators-1.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\api-2.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\smoke.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmail\\2017-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/workmail/2017-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmail\\2017-10-01\\api-2.json' => __DIR__ . '/Aws/data/workmail/2017-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\waiters-2.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\api-2.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\smoke.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\waiters-2.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\api-2.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\smoke.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\amplify\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/amplify/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\amplify\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/amplify/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconvert\\2017-08-29\\paginators-1.json' => __DIR__ . '/Aws/data/mediaconvert/2017-08-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconvert\\2017-08-29\\api-2.json' => __DIR__ . '/Aws/data/mediaconvert/2017-08-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pricing\\2017-10-15\\paginators-1.json' => __DIR__ . '/Aws/data/pricing/2017-10-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pricing\\2017-10-15\\api-2.json' => __DIR__ . '/Aws/data/pricing/2017-10-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\waiters-2.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\paginators-1.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\api-2.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\smoke.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\waiters-1.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\waiters-2.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\api-2.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecastquery\\2018-06-26\\paginators-1.json' => __DIR__ . '/Aws/data/forecastquery/2018-06-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecastquery\\2018-06-26\\api-2.json' => __DIR__ . '/Aws/data/forecastquery/2018-06-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsecuretunneling\\2018-10-05\\paginators-1.json' => __DIR__ . '/Aws/data/iotsecuretunneling/2018-10-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsecuretunneling\\2018-10-05\\api-2.json' => __DIR__ . '/Aws/data/iotsecuretunneling/2018-10-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage-vod\\2018-11-07\\paginators-1.json' => __DIR__ . '/Aws/data/mediapackage-vod/2018-11-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage-vod\\2018-11-07\\api-2.json' => __DIR__ . '/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\waiters-2.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\paginators-1.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\api-2.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\smoke.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\waiters-1.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\serverlessrepo\\2017-09-08\\paginators-1.json' => __DIR__ . '/Aws/data/serverlessrepo/2017-09-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\serverlessrepo\\2017-09-08\\api-2.json' => __DIR__ . '/Aws/data/serverlessrepo/2017-09-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\waiters-2.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\api-2.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\smoke.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\xray\\2016-04-12\\paginators-1.json' => __DIR__ . '/Aws/data/xray/2016-04-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\xray\\2016-04-12\\api-2.json' => __DIR__ . '/Aws/data/xray/2016-04-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso\\2019-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/sso/2019-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso\\2019-06-10\\api-2.json' => __DIR__ . '/Aws/data/sso/2019-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-connections\\2019-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-connections\\2019-12-01\\api-2.json' => __DIR__ . '/Aws/data/codestar-connections/2019-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/batch/2016-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\api-2.json' => __DIR__ . '/Aws/data/batch/2016-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\smoke.json' => __DIR__ . '/Aws/data/batch/2016-08-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\data.iot\\2015-05-28\\api-2.json' => __DIR__ . '/Aws/data/data.iot/2015-05-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53domains\\2014-05-15\\paginators-1.json' => __DIR__ . '/Aws/data/route53domains/2014-05-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53domains\\2014-05-15\\api-2.json' => __DIR__ . '/Aws/data/route53domains/2014-05-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\waiters-2.json' => __DIR__ . '/Aws/data/iam/2010-05-08/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\paginators-1.json' => __DIR__ . '/Aws/data/iam/2010-05-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\api-2.json' => __DIR__ . '/Aws/data/iam/2010-05-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\smoke.json' => __DIR__ . '/Aws/data/iam/2010-05-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\waiters-2.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\paginators-1.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\api-2.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\smoke.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\waiters-2.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\paginators-1.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\api-2.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\alexaforbusiness\\2017-11-09\\paginators-1.json' => __DIR__ . '/Aws/data/alexaforbusiness/2017-11-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\alexaforbusiness\\2017-11-09\\api-2.json' => __DIR__ . '/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\health\\2016-08-04\\paginators-1.json' => __DIR__ . '/Aws/data/health/2016-08-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\health\\2016-08-04\\api-2.json' => __DIR__ . '/Aws/data/health/2016-08-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ebs\\2019-11-02\\paginators-1.json' => __DIR__ . '/Aws/data/ebs/2019-11-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ebs\\2019-11-02\\api-2.json' => __DIR__ . '/Aws/data/ebs/2019-11-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\chime\\2018-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/chime/2018-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\chime\\2018-05-01\\api-2.json' => __DIR__ . '/Aws/data/chime/2018-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sesv2\\2019-09-27\\paginators-1.json' => __DIR__ . '/Aws/data/sesv2/2019-09-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sesv2\\2019-09-27\\api-2.json' => __DIR__ . '/Aws/data/sesv2/2019-09-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewayv2\\2018-11-29\\paginators-1.json' => __DIR__ . '/Aws/data/apigatewayv2/2018-11-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewayv2\\2018-11-29\\api-2.json' => __DIR__ . '/Aws/data/apigatewayv2/2018-11-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\paginators-1.json' => __DIR__ . '/Aws/data/events/2015-10-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\api-2.json' => __DIR__ . '/Aws/data/events/2015-10-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\smoke.json' => __DIR__ . '/Aws/data/events/2015-10-07/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint\\2016-12-01\\api-2.json' => __DIR__ . '/Aws/data/pinpoint/2016-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\waiters-2.json' => __DIR__ . '/Aws/data/route53/2013-04-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/route53/2013-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\api-2.json' => __DIR__ . '/Aws/data/route53/2013-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\smoke.json' => __DIR__ . '/Aws/data/route53/2013-04-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediatailor\\2018-04-23\\paginators-1.json' => __DIR__ . '/Aws/data/mediatailor/2018-04-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediatailor\\2018-04-23\\api-2.json' => __DIR__ . '/Aws/data/mediatailor/2018-04-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents-data\\2018-10-23\\paginators-1.json' => __DIR__ . '/Aws/data/iotevents-data/2018-10-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents-data\\2018-10-23\\api-2.json' => __DIR__ . '/Aws/data/iotevents-data/2018-10-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisvideo\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisvideo/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisvideo\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesisvideo/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\api-2.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\smoke.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\paginators-1.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\api-2.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\smoke.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\paginators-1.json' => __DIR__ . '/Aws/data/athena/2017-05-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\api-2.json' => __DIR__ . '/Aws/data/athena/2017-05-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\smoke.json' => __DIR__ . '/Aws/data/athena/2017-05-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\paginators-1.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\api-2.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\smoke.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\waiters-2.json' => __DIR__ . '/Aws/data/dms/2016-01-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/dms/2016-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\api-2.json' => __DIR__ . '/Aws/data/dms/2016-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\smoke.json' => __DIR__ . '/Aws/data/dms/2016-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2019-01-25\\paginators-1.json' => __DIR__ . '/Aws/data/appmesh/2019-01-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2019-01-25\\api-2.json' => __DIR__ . '/Aws/data/appmesh/2019-01-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2018-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/appmesh/2018-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2018-10-01\\api-2.json' => __DIR__ . '/Aws/data/appmesh/2018-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/polly/2016-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\api-2.json' => __DIR__ . '/Aws/data/polly/2016-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\smoke.json' => __DIR__ . '/Aws/data/polly/2016-06-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/kms/2014-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\api-2.json' => __DIR__ . '/Aws/data/kms/2014-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\smoke.json' => __DIR__ . '/Aws/data/kms/2014-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\waiters-2.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\api-2.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\smoke.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\waiters-1.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\paginators-1.json' => __DIR__ . '/Aws/data/shield/2016-06-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\api-2.json' => __DIR__ . '/Aws/data/shield/2016-06-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\smoke.json' => __DIR__ . '/Aws/data/shield/2016-06-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\textract\\2018-06-27\\paginators-1.json' => __DIR__ . '/Aws/data/textract/2018-06-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\textract\\2018-06-27\\api-2.json' => __DIR__ . '/Aws/data/textract/2018-06-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\api-2.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\smoke.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint-email\\2018-07-26\\paginators-1.json' => __DIR__ . '/Aws/data/pinpoint-email/2018-07-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint-email\\2018-07-26\\api-2.json' => __DIR__ . '/Aws/data/pinpoint-email/2018-07-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\migrationhub-config\\2019-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/migrationhub-config/2019-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\migrationhub-config\\2019-06-30\\api-2.json' => __DIR__ . '/Aws/data/migrationhub-config/2019-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\securityhub\\2018-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/securityhub/2018-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\securityhub\\2018-10-26\\api-2.json' => __DIR__ . '/Aws/data/securityhub/2018-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\api-2.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\smoke.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\waiters-2.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\api-2.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\smoke.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\budgets\\2016-10-20\\paginators-1.json' => __DIR__ . '/Aws/data/budgets/2016-10-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\budgets\\2016-10-20\\api-2.json' => __DIR__ . '/Aws/data/budgets/2016-10-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\waiters-2.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\api-2.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\smoke.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\imagebuilder\\2019-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/imagebuilder/2019-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\imagebuilder\\2019-12-02\\api-2.json' => __DIR__ . '/Aws/data/imagebuilder/2019-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dataexchange\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/dataexchange/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dataexchange\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/dataexchange/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\paginators-1.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\api-2.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\smoke.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kafka\\2018-11-14\\paginators-1.json' => __DIR__ . '/Aws/data/kafka/2018-11-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kafka\\2018-11-14\\api-2.json' => __DIR__ . '/Aws/data/kafka/2018-11-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.lex\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/runtime.lex/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.lex\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/runtime.lex/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\api-2.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\smoke.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ram\\2018-01-04\\paginators-1.json' => __DIR__ . '/Aws/data/ram/2018-01-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ram\\2018-01-04\\api-2.json' => __DIR__ . '/Aws/data/ram/2018-01-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot-jobs-data\\2017-09-29\\paginators-1.json' => __DIR__ . '/Aws/data/iot-jobs-data/2017-09-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot-jobs-data\\2017-09-29\\api-2.json' => __DIR__ . '/Aws/data/iot-jobs-data/2017-09-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\api-2.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\smoke.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-archived-media\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-archived-media\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\outposts\\2019-12-03\\paginators-1.json' => __DIR__ . '/Aws/data/outposts/2019-12-03/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\outposts\\2019-12-03\\api-2.json' => __DIR__ . '/Aws/data/outposts/2019-12-03/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2016-05-10\\paginators-1.json' => __DIR__ . '/Aws/data/clouddirectory/2016-05-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2016-05-10\\api-2.json' => __DIR__ . '/Aws/data/clouddirectory/2016-05-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2017-01-11\\paginators-1.json' => __DIR__ . '/Aws/data/clouddirectory/2017-01-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2017-01-11\\api-2.json' => __DIR__ . '/Aws/data/clouddirectory/2017-01-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\license-manager\\2018-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/license-manager/2018-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\license-manager\\2018-08-01\\api-2.json' => __DIR__ . '/Aws/data/license-manager/2018-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/rds/2014-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\api-2.json' => __DIR__ . '/Aws/data/rds/2014-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\smoke.json' => __DIR__ . '/Aws/data/rds/2014-09-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/rds/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/rds/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/rds/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/rds/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\waiters-1.json' => __DIR__ . '/Aws/data/rds/2014-10-31/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kendra\\2019-02-03\\paginators-1.json' => __DIR__ . '/Aws/data/kendra/2019-02-03/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kendra\\2019-02-03\\api-2.json' => __DIR__ . '/Aws/data/kendra/2019-02-03/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloud9\\2017-09-23\\paginators-1.json' => __DIR__ . '/Aws/data/cloud9/2017-09-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloud9\\2017-09-23\\api-2.json' => __DIR__ . '/Aws/data/cloud9/2017-09-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\waiters-2.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\paginators-1.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\api-2.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/glue/2017-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\api-2.json' => __DIR__ . '/Aws/data/glue/2017-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\smoke.json' => __DIR__ . '/Aws/data/glue/2017-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-sync\\2014-06-30\\api-2.json' => __DIR__ . '/Aws/data/cognito-sync/2014-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewaymanagementapi\\2018-11-29\\paginators-1.json' => __DIR__ . '/Aws/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewaymanagementapi\\2018-11-29\\api-2.json' => __DIR__ . '/Aws/data/apigatewaymanagementapi/2018-11-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\quicksight\\2018-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/quicksight/2018-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\quicksight\\2018-04-01\\api-2.json' => __DIR__ . '/Aws/data/quicksight/2018-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\paginators-1.json' => __DIR__ . '/Aws/data/sms/2016-10-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\api-2.json' => __DIR__ . '/Aws/data/sms/2016-10-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\smoke.json' => __DIR__ . '/Aws/data/sms/2016-10-24/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-insights\\2018-11-25\\paginators-1.json' => __DIR__ . '/Aws/data/application-insights/2018-11-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-insights\\2018-11-25\\api-2.json' => __DIR__ . '/Aws/data/application-insights/2018-11-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\waiters-2.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\paginators-1.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\api-2.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\smoke.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-identity\\2014-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/cognito-identity/2014-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-identity\\2014-06-30\\api-2.json' => __DIR__ . '/Aws/data/cognito-identity/2014-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/email/2010-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/email/2010-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\api-2.json' => __DIR__ . '/Aws/data/email/2010-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\smoke.json' => __DIR__ . '/Aws/data/email/2010-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\waiters-1.json' => __DIR__ . '/Aws/data/email/2010-12-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\api-2.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\smoke.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\paginators-1.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\api-2.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\smoke.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb-session\\2019-07-11\\paginators-1.json' => __DIR__ . '/Aws/data/qldb-session/2019-07-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb-session\\2019-07-11\\api-2.json' => __DIR__ . '/Aws/data/qldb-session/2019-07-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds-data\\2018-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/rds-data/2018-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds-data\\2018-08-01\\api-2.json' => __DIR__ . '/Aws/data/rds-data/2018-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resource-groups\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/resource-groups/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resource-groups\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/resource-groups/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/sns/2010-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\api-2.json' => __DIR__ . '/Aws/data/sns/2010-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\smoke.json' => __DIR__ . '/Aws/data/sns/2010-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms-voice\\2018-09-05\\api-2.json' => __DIR__ . '/Aws/data/sms-voice/2018-09-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workdocs\\2016-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/workdocs/2016-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workdocs\\2016-05-01\\api-2.json' => __DIR__ . '/Aws/data/workdocs/2016-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\waiters-2.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\paginators-1.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\api-2.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\smoke.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplace-catalog\\2018-09-17\\paginators-1.json' => __DIR__ . '/Aws/data/marketplace-catalog/2018-09-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplace-catalog\\2018-09-17\\api-2.json' => __DIR__ . '/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastic-inference\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastic-inference\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/elastic-inference/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\paginators-1.json' => __DIR__ . '/Aws/data/sts/2011-06-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\api-2.json' => __DIR__ . '/Aws/data/sts/2011-06-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\smoke.json' => __DIR__ . '/Aws/data/sts/2011-06-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\paginators-1.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\api-2.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\smoke.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling-plans\\2018-01-06\\paginators-1.json' => __DIR__ . '/Aws/data/autoscaling-plans/2018-01-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling-plans\\2018-01-06\\api-2.json' => __DIR__ . '/Aws/data/autoscaling-plans/2018-01-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\globalaccelerator\\2018-08-08\\paginators-1.json' => __DIR__ . '/Aws/data/globalaccelerator/2018-08-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\globalaccelerator\\2018-08-08\\api-2.json' => __DIR__ . '/Aws/data/globalaccelerator/2018-08-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicediscovery\\2017-03-14\\paginators-1.json' => __DIR__ . '/Aws/data/servicediscovery/2017-03-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicediscovery\\2017-03-14\\api-2.json' => __DIR__ . '/Aws/data/servicediscovery/2017-03-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\paginators-1.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\api-2.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\smoke.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transfer\\2018-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/transfer/2018-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transfer\\2018-11-05\\api-2.json' => __DIR__ . '/Aws/data/transfer/2018-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-events\\2018-03-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize-events/2018-03-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-events\\2018-03-22\\api-2.json' => __DIR__ . '/Aws/data/personalize-events/2018-03-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\groundstation\\2019-05-23\\paginators-1.json' => __DIR__ . '/Aws/data/groundstation/2019-05-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\groundstation\\2019-05-23\\api-2.json' => __DIR__ . '/Aws/data/groundstation/2019-05-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lex-models\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/lex-models/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lex-models\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/lex-models/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\entitlement.marketplace\\2017-01-11\\paginators-1.json' => __DIR__ . '/Aws/data/entitlement.marketplace/2017-01-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\entitlement.marketplace\\2017-01-11\\api-2.json' => __DIR__ . '/Aws/data/entitlement.marketplace/2017-01-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-runtime\\2018-05-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize-runtime/2018-05-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-runtime\\2018-05-22\\api-2.json' => __DIR__ . '/Aws/data/personalize-runtime/2018-05-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\waiters-2.json' => __DIR__ . '/Aws/data/acm/2015-12-08/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\paginators-1.json' => __DIR__ . '/Aws/data/acm/2015-12-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\api-2.json' => __DIR__ . '/Aws/data/acm/2015-12-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\smoke.json' => __DIR__ . '/Aws/data/acm/2015-12-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\paginators-1.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\api-2.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\smoke.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dlm\\2018-01-12\\paginators-1.json' => __DIR__ . '/Aws/data/dlm/2018-01-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dlm\\2018-01-12\\api-2.json' => __DIR__ . '/Aws/data/dlm/2018-01-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\api-2.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\smoke.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\waiters-1.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pi\\2018-02-27\\paginators-1.json' => __DIR__ . '/Aws/data/pi/2018-02-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pi\\2018-02-27\\api-2.json' => __DIR__ . '/Aws/data/pi/2018-02-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\paginators-1.json' => __DIR__ . '/Aws/data/ds/2015-04-16/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\api-2.json' => __DIR__ . '/Aws/data/ds/2015-04-16/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\smoke.json' => __DIR__ . '/Aws/data/ds/2015-04-16/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\networkmanager\\2019-07-05\\paginators-1.json' => __DIR__ . '/Aws/data/networkmanager/2019-07-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\networkmanager\\2019-07-05\\api-2.json' => __DIR__ . '/Aws/data/networkmanager/2019-07-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore\\2017-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/mediastore/2017-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore\\2017-09-01\\api-2.json' => __DIR__ . '/Aws/data/mediastore/2017-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguruprofiler\\2019-07-18\\paginators-1.json' => __DIR__ . '/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguruprofiler\\2019-07-18\\api-2.json' => __DIR__ . '/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-projects\\2018-05-14\\paginators-1.json' => __DIR__ . '/Aws/data/iot1click-projects/2018-05-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-projects\\2018-05-14\\api-2.json' => __DIR__ . '/Aws/data/iot1click-projects/2018-05-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\waiters-2.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\api-2.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\smoke.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb\\2019-01-02\\paginators-1.json' => __DIR__ . '/Aws/data/qldb/2019-01-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb\\2019-01-02\\api-2.json' => __DIR__ . '/Aws/data/qldb/2019-01-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\metering.marketplace\\2016-01-14\\paginators-1.json' => __DIR__ . '/Aws/data/metering.marketplace/2016-01-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\metering.marketplace\\2016-01-14\\api-2.json' => __DIR__ . '/Aws/data/metering.marketplace/2016-01-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalyticsv2\\2018-05-23\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalyticsv2\\2018-05-23\\api-2.json' => __DIR__ . '/Aws/data/kinesisanalyticsv2/2018-05-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\accessanalyzer\\2019-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/accessanalyzer/2019-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\accessanalyzer\\2019-11-01\\api-2.json' => __DIR__ . '/Aws/data/accessanalyzer/2019-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\translate\\2017-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/translate/2017-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\translate\\2017-07-01\\api-2.json' => __DIR__ . '/Aws/data/translate/2017-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\endpoints.json' => __DIR__ . '/Aws/data/endpoints.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appconfig\\2019-10-09\\paginators-1.json' => __DIR__ . '/Aws/data/appconfig/2019-10-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appconfig\\2019-10-09\\api-2.json' => __DIR__ . '/Aws/data/appconfig/2019-10-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\greengrass\\2017-06-07\\api-2.json' => __DIR__ . '/Aws/data/greengrass/2017-06-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso-oidc\\2019-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/sso-oidc/2019-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso-oidc\\2019-06-10\\api-2.json' => __DIR__ . '/Aws/data/sso-oidc/2019-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-notifications\\2019-10-15\\paginators-1.json' => __DIR__ . '/Aws/data/codestar-notifications/2019-10-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-notifications\\2019-10-15\\api-2.json' => __DIR__ . '/Aws/data/codestar-notifications/2019-10-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fsx\\2018-03-01\\paginators-1.json' => __DIR__ . '/Aws/data/fsx/2018-03-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fsx\\2018-03-01\\api-2.json' => __DIR__ . '/Aws/data/fsx/2018-03-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resourcegroupstaggingapi\\2017-01-26\\paginators-1.json' => __DIR__ . '/Aws/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resourcegroupstaggingapi\\2017-01-26\\api-2.json' => __DIR__ . '/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\paginators-1.json' => __DIR__ . '/Aws/data/waf/2015-08-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\api-2.json' => __DIR__ . '/Aws/data/waf/2015-08-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\smoke.json' => __DIR__ . '/Aws/data/waf/2015-08-24/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotthingsgraph\\2018-09-06\\paginators-1.json' => __DIR__ . '/Aws/data/iotthingsgraph/2018-09-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotthingsgraph\\2018-09-06\\api-2.json' => __DIR__ . '/Aws/data/iotthingsgraph/2018-09-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize\\2018-05-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize/2018-05-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize\\2018-05-22\\api-2.json' => __DIR__ . '/Aws/data/personalize/2018-05-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\detective\\2018-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/detective/2018-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\detective\\2018-10-26\\api-2.json' => __DIR__ . '/Aws/data/detective/2018-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2-instance-connect\\2018-04-02\\paginators-1.json' => __DIR__ . '/Aws/data/ec2-instance-connect/2018-04-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2-instance-connect\\2018-04-02\\api-2.json' => __DIR__ . '/Aws/data/ec2-instance-connect/2018-04-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\api-2.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\smoke.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\paginators-1.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\api-2.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\smoke.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\waiters-2.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\paginators-1.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\api-2.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\smoke.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie\\2017-12-19\\paginators-1.json' => __DIR__ . '/Aws/data/macie/2017-12-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie\\2017-12-19\\api-2.json' => __DIR__ . '/Aws/data/macie/2017-12-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\paginators-1.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\api-2.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\smoke.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsm\\2014-05-30\\paginators-1.json' => __DIR__ . '/Aws/data/cloudhsm/2014-05-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsm\\2014-05-30\\api-2.json' => __DIR__ . '/Aws/data/cloudhsm/2014-05-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\paginators-1.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\api-2.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\smoke.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore-data\\2017-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/mediastore-data/2017-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore-data\\2017-09-01\\api-2.json' => __DIR__ . '/Aws/data/mediastore-data/2017-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\backup\\2018-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/backup/2018-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\backup\\2018-11-15\\api-2.json' => __DIR__ . '/Aws/data/backup/2018-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents\\2018-07-27\\paginators-1.json' => __DIR__ . '/Aws/data/iotevents/2018-07-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents\\2018-07-27\\api-2.json' => __DIR__ . '/Aws/data/iotevents/2018-07-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\waiters-2.json' => __DIR__ . '/Aws/data/eks/2017-11-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/eks/2017-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\api-2.json' => __DIR__ . '/Aws/data/eks/2017-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\paginators-1.json' => __DIR__ . '/Aws/data/logs/2014-03-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\api-2.json' => __DIR__ . '/Aws/data/logs/2014-03-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\smoke.json' => __DIR__ . '/Aws/data/logs/2014-03-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\storagegateway\\2013-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/storagegateway/2013-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\storagegateway\\2013-06-30\\api-2.json' => __DIR__ . '/Aws/data/storagegateway/2013-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\paginators-1.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\api-2.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\smoke.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\api-2.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\smoke.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\paginators-1.json' => __DIR__ . '/Aws/data/states/2016-11-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\api-2.json' => __DIR__ . '/Aws/data/states/2016-11-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\smoke.json' => __DIR__ . '/Aws/data/states/2016-11-23/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\streams.dynamodb\\2012-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/streams.dynamodb/2012-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\streams.dynamodb\\2012-08-10\\api-2.json' => __DIR__ . '/Aws/data/streams.dynamodb/2012-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\paginators-1.json' => __DIR__ . '/Aws/data/cur/2017-01-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\api-2.json' => __DIR__ . '/Aws/data/cur/2017-01-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\smoke.json' => __DIR__ . '/Aws/data/cur/2017-01-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\compute-optimizer\\2019-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/compute-optimizer/2019-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\compute-optimizer\\2019-11-01\\api-2.json' => __DIR__ . '/Aws/data/compute-optimizer/2019-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connectparticipant\\2018-09-07\\paginators-1.json' => __DIR__ . '/Aws/data/connectparticipant/2018-09-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connectparticipant\\2018-09-07\\api-2.json' => __DIR__ . '/Aws/data/connectparticipant/2018-09-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mq\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/mq/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mq\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/mq/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\paginators-1.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\api-2.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\smoke.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datapipeline\\2012-10-29\\paginators-1.json' => __DIR__ . '/Aws/data/datapipeline/2012-10-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datapipeline\\2012-10-29\\api-2.json' => __DIR__ . '/Aws/data/datapipeline/2012-10-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotanalytics\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/iotanalytics/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotanalytics\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/iotanalytics/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\paginators-1.json' => __DIR__ . '/Aws/data/config/2014-11-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\api-2.json' => __DIR__ . '/Aws/data/config/2014-11-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\smoke.json' => __DIR__ . '/Aws/data/config/2014-11-12/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage\\2017-10-12\\paginators-1.json' => __DIR__ . '/Aws/data/mediapackage/2017-10-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage\\2017-10-12\\api-2.json' => __DIR__ . '/Aws/data/mediapackage/2017-10-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-signaling\\2019-12-04\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-signaling\\2019-12-04\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-signaling/2019-12-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dax\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/dax/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dax\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/dax/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecast\\2018-06-26\\paginators-1.json' => __DIR__ . '/Aws/data/forecast/2018-06-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecast\\2018-06-26\\api-2.json' => __DIR__ . '/Aws/data/forecast/2018-06-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResponseContainerInterface' => __DIR__ . '/Aws/ResponseContainerInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Redshift\\RedshiftClient' => __DIR__ . '/Aws/Redshift/RedshiftClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Redshift\\Exception\\RedshiftException' => __DIR__ . '/Aws/Redshift/Exception/RedshiftException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lightsail\\LightsailClient' => __DIR__ . '/Aws/Lightsail/LightsailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lightsail\\Exception\\LightsailException' => __DIR__ . '/Aws/Lightsail/Exception/LightsailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TraceMiddleware' => __DIR__ . '/Aws/TraceMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStoreData\\Exception\\MediaStoreDataException' => __DIR__ . '/Aws/MediaStoreData/Exception/MediaStoreDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStoreData\\MediaStoreDataClient' => __DIR__ . '/Aws/MediaStoreData/MediaStoreDataClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SavingsPlans\\SavingsPlansClient' => __DIR__ . '/Aws/SavingsPlans/SavingsPlansClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SavingsPlans\\Exception\\SavingsPlansException' => __DIR__ . '/Aws/SavingsPlans/Exception/SavingsPlansException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Detective\\DetectiveClient' => __DIR__ . '/Aws/Detective/DetectiveClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Detective\\Exception\\DetectiveException' => __DIR__ . '/Aws/Detective/Exception/DetectiveException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarNotifications\\CodeStarNotificationsClient' => __DIR__ . '/Aws/CodeStarNotifications/CodeStarNotificationsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarNotifications\\Exception\\CodeStarNotificationsException' => __DIR__ . '/Aws/CodeStarNotifications/Exception/CodeStarNotificationsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MockHandler' => __DIR__ . '/Aws/MockHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AbstractConfigurationProvider' => __DIR__ . '/Aws/AbstractConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationAutoScaling\\ApplicationAutoScalingClient' => __DIR__ . '/Aws/ApplicationAutoScaling/ApplicationAutoScalingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationAutoScaling\\Exception\\ApplicationAutoScalingException' => __DIR__ . '/Aws/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CacheInterface' => __DIR__ . '/Aws/CacheInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\RdsClient' => __DIR__ . '/Aws/Rds/RdsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\AuthTokenGenerator' => __DIR__ . '/Aws/Rds/AuthTokenGenerator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\Exception\\RdsException' => __DIR__ . '/Aws/Rds/Exception/RdsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RoboMaker\\RoboMakerClient' => __DIR__ . '/Aws/RoboMaker/RoboMakerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RoboMaker\\Exception\\RoboMakerException' => __DIR__ . '/Aws/RoboMaker/Exception/RoboMakerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MultiRegionClient' => __DIR__ . '/Aws/MultiRegionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Transfer\\TransferClient' => __DIR__ . '/Aws/Transfer/TransferClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Transfer\\Exception\\TransferException' => __DIR__ . '/Aws/Transfer/Exception/TransferException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceCatalog\\ServiceCatalogClient' => __DIR__ . '/Aws/ServiceCatalog/ServiceCatalogClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceCatalog\\Exception\\ServiceCatalogException' => __DIR__ . '/Aws/ServiceCatalog/Exception/ServiceCatalogException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMaker\\Exception\\SageMakerException' => __DIR__ . '/Aws/SageMaker/Exception/SageMakerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMaker\\SageMakerClient' => __DIR__ . '/Aws/SageMaker/SageMakerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticTranscoder\\ElasticTranscoderClient' => __DIR__ . '/Aws/ElasticTranscoder/ElasticTranscoderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticTranscoder\\Exception\\ElasticTranscoderException' => __DIR__ . '/Aws/ElasticTranscoder/Exception/ElasticTranscoderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Shield\\ShieldClient' => __DIR__ . '/Aws/Shield/ShieldClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Shield\\Exception\\ShieldException' => __DIR__ . '/Aws/Shield/Exception/ShieldException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\S3ControlClient' => __DIR__ . '/Aws/S3Control/S3ControlClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\S3ControlEndpointMiddleware' => __DIR__ . '/Aws/S3Control/S3ControlEndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\Exception\\S3ControlException' => __DIR__ . '/Aws/S3Control/Exception/S3ControlException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DeviceFarm\\DeviceFarmClient' => __DIR__ . '/Aws/DeviceFarm/DeviceFarmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DeviceFarm\\Exception\\DeviceFarmException' => __DIR__ . '/Aws/DeviceFarm/Exception/DeviceFarmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticsearchService\\Exception\\ElasticsearchServiceException' => __DIR__ . '/Aws/ElasticsearchService/Exception/ElasticsearchServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticsearchService\\ElasticsearchServiceClient' => __DIR__ . '/Aws/ElasticsearchService/ElasticsearchServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\History' => __DIR__ . '/Aws/History.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecretsManager\\SecretsManagerClient' => __DIR__ . '/Aws/SecretsManager/SecretsManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecretsManager\\Exception\\SecretsManagerException' => __DIR__ . '/Aws/SecretsManager/Exception/SecretsManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecs\\Exception\\EcsException' => __DIR__ . '/Aws/Ecs/Exception/EcsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecs\\EcsClient' => __DIR__ . '/Aws/Ecs/EcsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ConfigurationProvider' => __DIR__ . '/Aws/ClientSideMonitoring/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ApiCallAttemptMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\MonitoringMiddlewareInterface' => __DIR__ . '/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\Exception\\ConfigurationException' => __DIR__ . '/Aws/ClientSideMonitoring/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\AbstractMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ApiCallMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\Configuration' => __DIR__ . '/Aws/ClientSideMonitoring/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ConfigurationInterface' => __DIR__ . '/Aws/ClientSideMonitoring/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kinesis\\Exception\\KinesisException' => __DIR__ . '/Aws/Kinesis/Exception/KinesisException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kinesis\\KinesisClient' => __DIR__ . '/Aws/Kinesis/KinesisClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentityProvider\\CognitoIdentityProviderClient' => __DIR__ . '/Aws/CognitoIdentityProvider/CognitoIdentityProviderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentityProvider\\Exception\\CognitoIdentityProviderException' => __DIR__ . '/Aws/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pinpoint\\PinpointClient' => __DIR__ . '/Aws/Pinpoint/PinpointClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pinpoint\\Exception\\PinpointException' => __DIR__ . '/Aws/Pinpoint/Exception/PinpointException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sfn\\SfnClient' => __DIR__ . '/Aws/Sfn/SfnClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sfn\\Exception\\SfnException' => __DIR__ . '/Aws/Sfn/Exception/SfnException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Health\\HealthClient' => __DIR__ . '/Aws/Health/HealthClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Health\\Exception\\HealthException' => __DIR__ . '/Aws/Health/Exception/HealthException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackageVod\\Exception\\MediaPackageVodException' => __DIR__ . '/Aws/MediaPackageVod/Exception/MediaPackageVodException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackageVod\\MediaPackageVodClient' => __DIR__ . '/Aws/MediaPackageVod/MediaPackageVodClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\UrlSigner' => __DIR__ . '/Aws/CloudFront/UrlSigner.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\Signer' => __DIR__ . '/Aws/CloudFront/Signer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\CloudFrontClient' => __DIR__ . '/Aws/CloudFront/CloudFrontClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\CookieSigner' => __DIR__ . '/Aws/CloudFront/CookieSigner.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\Exception\\CloudFrontException' => __DIR__ . '/Aws/CloudFront/Exception/CloudFrontException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QuickSight\\Exception\\QuickSightException' => __DIR__ . '/Aws/QuickSight/Exception/QuickSightException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QuickSight\\QuickSightClient' => __DIR__ . '/Aws/QuickSight/QuickSightClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Efs\\EfsClient' => __DIR__ . '/Aws/Efs/EfsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Efs\\Exception\\EfsException' => __DIR__ . '/Aws/Efs/Exception/EfsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEvents\\Exception\\IoTEventsException' => __DIR__ . '/Aws/IoTEvents/Exception/IoTEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEvents\\IoTEventsClient' => __DIR__ . '/Aws/IoTEvents/IoTEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\CognitoIdentityProvider' => __DIR__ . '/Aws/CognitoIdentity/CognitoIdentityProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\CognitoIdentityClient' => __DIR__ . '/Aws/CognitoIdentity/CognitoIdentityClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\Exception\\CognitoIdentityException' => __DIR__ . '/Aws/CognitoIdentity/Exception/CognitoIdentityException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\XRay\\XRayClient' => __DIR__ . '/Aws/XRay/XRayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\XRay\\Exception\\XRayException' => __DIR__ . '/Aws/XRay/Exception/XRayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Domains\\Route53DomainsClient' => __DIR__ . '/Aws/Route53Domains/Route53DomainsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Domains\\Exception\\Route53DomainsException' => __DIR__ . '/Aws/Route53Domains/Exception/Route53DomainsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53\\Exception\\Route53Exception' => __DIR__ . '/Aws/Route53/Exception/Route53Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53\\Route53Client' => __DIR__ . '/Aws/Route53/Route53Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sqs\\Exception\\SqsException' => __DIR__ . '/Aws/Sqs/Exception/SqsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sqs\\SqsClient' => __DIR__ . '/Aws/Sqs/SqsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTJobsDataPlane\\Exception\\IoTJobsDataPlaneException' => __DIR__ . '/Aws/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTJobsDataPlane\\IoTJobsDataPlaneClient' => __DIR__ . '/Aws/IoTJobsDataPlane/IoTJobsDataPlaneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSecureTunneling\\IoTSecureTunnelingClient' => __DIR__ . '/Aws/IoTSecureTunneling/IoTSecureTunnelingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSecureTunneling\\Exception\\IoTSecureTunnelingException' => __DIR__ . '/Aws/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEventsData\\IoTEventsDataClient' => __DIR__ . '/Aws/IoTEventsData/IoTEventsDataClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => __DIR__ . '/Aws/IoTEventsData/Exception/IoTEventsDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Textract\\TextractClient' => __DIR__ . '/Aws/Textract/TextractClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Textract\\Exception\\TextractException' => __DIR__ . '/Aws/Textract/Exception/TextractException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchEvents\\CloudWatchEventsClient' => __DIR__ . '/Aws/CloudWatchEvents/CloudWatchEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => __DIR__ . '/Aws/CloudWatchEvents/Exception/CloudWatchEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Batch\\BatchClient' => __DIR__ . '/Aws/Batch/BatchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Batch\\Exception\\BatchException' => __DIR__ . '/Aws/Batch/Exception/BatchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComprehendMedical\\ComprehendMedicalClient' => __DIR__ . '/Aws/ComprehendMedical/ComprehendMedicalClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComprehendMedical\\Exception\\ComprehendMedicalException' => __DIR__ . '/Aws/ComprehendMedical/Exception/ComprehendMedicalException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigService\\ConfigServiceClient' => __DIR__ . '/Aws/ConfigService/ConfigServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigService\\Exception\\ConfigServiceException' => __DIR__ . '/Aws/ConfigService/Exception/ConfigServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectoryService\\Exception\\DirectoryServiceException' => __DIR__ . '/Aws/DirectoryService/Exception/DirectoryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectoryService\\DirectoryServiceClient' => __DIR__ . '/Aws/DirectoryService/DirectoryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorks\\OpsWorksClient' => __DIR__ . '/Aws/OpsWorks/OpsWorksClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorks\\Exception\\OpsWorksException' => __DIR__ . '/Aws/OpsWorks/Exception/OpsWorksException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruReviewer\\CodeGuruReviewerClient' => __DIR__ . '/Aws/CodeGuruReviewer/CodeGuruReviewerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruReviewer\\Exception\\CodeGuruReviewerException' => __DIR__ . '/Aws/CodeGuruReviewer/Exception/CodeGuruReviewerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Parser' => __DIR__ . '/JmesPath/Parser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Utils' => __DIR__ . '/JmesPath/Utils.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\AstRuntime' => __DIR__ . '/JmesPath/AstRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\CompilerRuntime' => __DIR__ . '/JmesPath/CompilerRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\SyntaxErrorException' => __DIR__ . '/JmesPath/SyntaxErrorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\JmesPath' => __DIR__ . '/JmesPath/JmesPath.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\FnDispatcher' => __DIR__ . '/JmesPath/FnDispatcher.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\DebugRuntime' => __DIR__ . '/JmesPath/DebugRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\TreeInterpreter' => __DIR__ . '/JmesPath/TreeInterpreter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\TreeCompiler' => __DIR__ . '/JmesPath/TreeCompiler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Lexer' => __DIR__ . '/JmesPath/Lexer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Env' => __DIR__ . '/JmesPath/Env.php'); +$mapping = array('DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/Psr/Http/Message/ResponseInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/Psr/Http/Message/UploadedFileInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/Psr/Http/Message/StreamInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/Psr/Http/Message/MessageInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/Psr/Http/Message/ServerRequestInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/Psr/Http/Message/RequestInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Psr\\Http\\Message\\UriInterface' => __DIR__ . '/Psr/Http/Message/UriInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceEntitlementService\\Exception\\MarketplaceEntitlementServiceException' => __DIR__ . '/Aws/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceEntitlementService\\MarketplaceEntitlementServiceClient' => __DIR__ . '/Aws/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGateway\\Exception\\ApiGatewayException' => __DIR__ . '/Aws/ApiGateway/Exception/ApiGatewayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGateway\\ApiGatewayClient' => __DIR__ . '/Aws/ApiGateway/ApiGatewayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSiteWise\\Exception\\IoTSiteWiseException' => __DIR__ . '/Aws/IoTSiteWise/Exception/IoTSiteWiseException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSiteWise\\IoTSiteWiseClient' => __DIR__ . '/Aws/IoTSiteWise/IoTSiteWiseClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancing\\Exception\\ElasticLoadBalancingException' => __DIR__ . '/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancing\\ElasticLoadBalancingClient' => __DIR__ . '/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Firehose\\Exception\\FirehoseException' => __DIR__ . '/Aws/Firehose/Exception/FirehoseException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Firehose\\FirehoseClient' => __DIR__ . '/Aws/Firehose/FirehoseClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\NetworkManager\\NetworkManagerClient' => __DIR__ . '/Aws/NetworkManager/NetworkManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\NetworkManager\\Exception\\NetworkManagerException' => __DIR__ . '/Aws/NetworkManager/Exception/NetworkManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EBS\\Exception\\EBSException' => __DIR__ . '/Aws/EBS/Exception/EBSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EBS\\EBSClient' => __DIR__ . '/Aws/EBS/EBSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\Exception\\S3ControlException' => __DIR__ . '/Aws/S3Control/Exception/S3ControlException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\S3ControlClient' => __DIR__ . '/Aws/S3Control/S3ControlClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3Control\\S3ControlEndpointMiddleware' => __DIR__ . '/Aws/S3Control/S3ControlEndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\Exception\\ConfigurationException' => __DIR__ . '/Aws/ClientSideMonitoring/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ApiCallAttemptMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ConfigurationInterface' => __DIR__ . '/Aws/ClientSideMonitoring/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ApiCallMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\ConfigurationProvider' => __DIR__ . '/Aws/ClientSideMonitoring/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\MonitoringMiddlewareInterface' => __DIR__ . '/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\AbstractMonitoringMiddleware' => __DIR__ . '/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientSideMonitoring\\Configuration' => __DIR__ . '/Aws/ClientSideMonitoring/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSO\\Exception\\SSOException' => __DIR__ . '/Aws/SSO/Exception/SSOException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSO\\SSOClient' => __DIR__ . '/Aws/SSO/SSOClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkLink\\Exception\\WorkLinkException' => __DIR__ . '/Aws/WorkLink/Exception/WorkLinkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkLink\\WorkLinkClient' => __DIR__ . '/Aws/WorkLink/WorkLinkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHSMV2\\Exception\\CloudHSMV2Exception' => __DIR__ . '/Aws/CloudHSMV2/Exception/CloudHSMV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHSMV2\\CloudHSMV2Client' => __DIR__ . '/Aws/CloudHSMV2/CloudHSMV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\Exception\\CloudFrontException' => __DIR__ . '/Aws/CloudFront/Exception/CloudFrontException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\CloudFrontClient' => __DIR__ . '/Aws/CloudFront/CloudFrontClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\Signer' => __DIR__ . '/Aws/CloudFront/Signer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\CookieSigner' => __DIR__ . '/Aws/CloudFront/CookieSigner.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFront\\UrlSigner' => __DIR__ . '/Aws/CloudFront/UrlSigner.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceQuotas\\Exception\\ServiceQuotasException' => __DIR__ . '/Aws/ServiceQuotas/Exception/ServiceQuotasException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceQuotas\\ServiceQuotasClient' => __DIR__ . '/Aws/ServiceQuotas/ServiceQuotasClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataPipeline\\Exception\\DataPipelineException' => __DIR__ . '/Aws/DataPipeline/Exception/DataPipelineException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataPipeline\\DataPipelineClient' => __DIR__ . '/Aws/DataPipeline/DataPipelineClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HasMonitoringEventsTrait' => __DIR__ . '/Aws/HasMonitoringEventsTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waf\\WafClient' => __DIR__ . '/Aws/Waf/WafClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waf\\Exception\\WafException' => __DIR__ . '/Aws/Waf/Exception/WafException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Batch\\Exception\\BatchException' => __DIR__ . '/Aws/Batch/Exception/BatchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Batch\\BatchClient' => __DIR__ . '/Aws/Batch/BatchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HashingStream' => __DIR__ . '/Aws/HashingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\Exception\\RdsException' => __DIR__ . '/Aws/Rds/Exception/RdsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\RdsClient' => __DIR__ . '/Aws/Rds/RdsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rds\\AuthTokenGenerator' => __DIR__ . '/Aws/Rds/AuthTokenGenerator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WafRegional\\Exception\\WafRegionalException' => __DIR__ . '/Aws/WafRegional/Exception/WafRegionalException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WafRegional\\WafRegionalClient' => __DIR__ . '/Aws/WafRegional/WafRegionalClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sqs\\Exception\\SqsException' => __DIR__ . '/Aws/Sqs/Exception/SqsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sqs\\SqsClient' => __DIR__ . '/Aws/Sqs/SqsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CacheInterface' => __DIR__ . '/Aws/CacheInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDbStreams\\Exception\\DynamoDbStreamsException' => __DIR__ . '/Aws/DynamoDbStreams/Exception/DynamoDbStreamsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDbStreams\\DynamoDbStreamsClient' => __DIR__ . '/Aws/DynamoDbStreams/DynamoDbStreamsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DAX\\Exception\\DAXException' => __DIR__ . '/Aws/DAX/Exception/DAXException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DAX\\DAXClient' => __DIR__ . '/Aws/DAX/DAXClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\imagebuilder\\imagebuilderClient' => __DIR__ . '/Aws/imagebuilder/imagebuilderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\imagebuilder\\Exception\\imagebuilderException' => __DIR__ . '/Aws/imagebuilder/Exception/imagebuilderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\AwsException' => __DIR__ . '/Aws/Exception/AwsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedApiException' => __DIR__ . '/Aws/Exception/UnresolvedApiException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\InvalidRegionException' => __DIR__ . '/Aws/Exception/InvalidRegionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CryptoException' => __DIR__ . '/Aws/Exception/CryptoException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedSignatureException' => __DIR__ . '/Aws/Exception/UnresolvedSignatureException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\MultipartUploadException' => __DIR__ . '/Aws/Exception/MultipartUploadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\UnresolvedEndpointException' => __DIR__ . '/Aws/Exception/UnresolvedEndpointException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\EventStreamDataException' => __DIR__ . '/Aws/Exception/EventStreamDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CouldNotCreateChecksumException' => __DIR__ . '/Aws/Exception/CouldNotCreateChecksumException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\InvalidJsonException' => __DIR__ . '/Aws/Exception/InvalidJsonException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\IncalculablePayloadException' => __DIR__ . '/Aws/Exception/IncalculablePayloadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CryptoPolyfillException' => __DIR__ . '/Aws/Exception/CryptoPolyfillException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Exception\\CredentialsException' => __DIR__ . '/Aws/Exception/CredentialsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorksCM\\Exception\\OpsWorksCMException' => __DIR__ . '/Aws/OpsWorksCM/Exception/OpsWorksCMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorksCM\\OpsWorksCMClient' => __DIR__ . '/Aws/OpsWorksCM/OpsWorksCMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConnectParticipant\\Exception\\ConnectParticipantException' => __DIR__ . '/Aws/ConnectParticipant/Exception/ConnectParticipantException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConnectParticipant\\ConnectParticipantClient' => __DIR__ . '/Aws/ConnectParticipant/ConnectParticipantClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\Exception\\GlacierException' => __DIR__ . '/Aws/Glacier/Exception/GlacierException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\TreeHash' => __DIR__ . '/Aws/Glacier/TreeHash.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\GlacierClient' => __DIR__ . '/Aws/Glacier/GlacierClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glacier\\MultipartUploader' => __DIR__ . '/Aws/Glacier/MultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalytics\\Exception\\KinesisAnalyticsException' => __DIR__ . '/Aws/KinesisAnalytics/Exception/KinesisAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalytics\\KinesisAnalyticsClient' => __DIR__ . '/Aws/KinesisAnalytics/KinesisAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMakerRuntime\\Exception\\SageMakerRuntimeException' => __DIR__ . '/Aws/SageMakerRuntime/Exception/SageMakerRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMakerRuntime\\SageMakerRuntimeClient' => __DIR__ . '/Aws/SageMakerRuntime/SageMakerRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTAnalytics\\Exception\\IoTAnalyticsException' => __DIR__ . '/Aws/IoTAnalytics/Exception/IoTAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTAnalytics\\IoTAnalyticsClient' => __DIR__ . '/Aws/IoTAnalytics/IoTAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ACMPCA\\Exception\\ACMPCAException' => __DIR__ . '/Aws/ACMPCA/Exception/ACMPCAException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ACMPCA\\ACMPCAClient' => __DIR__ . '/Aws/ACMPCA/ACMPCAClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lambda\\Exception\\LambdaException' => __DIR__ . '/Aws/Lambda/Exception/LambdaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lambda\\LambdaClient' => __DIR__ . '/Aws/Lambda/LambdaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53\\Exception\\Route53Exception' => __DIR__ . '/Aws/Route53/Exception/Route53Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53\\Route53Client' => __DIR__ . '/Aws/Route53/Route53Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\CognitoIdentityClient' => __DIR__ . '/Aws/CognitoIdentity/CognitoIdentityClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\Exception\\CognitoIdentityException' => __DIR__ . '/Aws/CognitoIdentity/Exception/CognitoIdentityException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentity\\CognitoIdentityProvider' => __DIR__ . '/Aws/CognitoIdentity/CognitoIdentityProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\AbstractUploader' => __DIR__ . '/Aws/Multipart/AbstractUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\AbstractUploadManager' => __DIR__ . '/Aws/Multipart/AbstractUploadManager.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Multipart\\UploadState' => __DIR__ . '/Aws/Multipart/UploadState.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\GuzzleStream' => __DIR__ . '/Aws/Handler/GuzzleV5/GuzzleStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\GuzzleHandler' => __DIR__ . '/Aws/Handler/GuzzleV5/GuzzleHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV5\\PsrStream' => __DIR__ . '/Aws/Handler/GuzzleV5/PsrStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Handler\\GuzzleV6\\GuzzleHandler' => __DIR__ . '/Aws/Handler/GuzzleV6/GuzzleHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoSync\\CognitoSyncClient' => __DIR__ . '/Aws/CognitoSync/CognitoSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoSync\\Exception\\CognitoSyncException' => __DIR__ . '/Aws/CognitoSync/Exception/CognitoSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeBuild\\CodeBuildClient' => __DIR__ . '/Aws/CodeBuild/CodeBuildClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeBuild\\Exception\\CodeBuildException' => __DIR__ . '/Aws/CodeBuild/Exception/CodeBuildException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeEvents\\Exception\\PersonalizeEventsException' => __DIR__ . '/Aws/PersonalizeEvents/Exception/PersonalizeEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeEvents\\PersonalizeEventsClient' => __DIR__ . '/Aws/PersonalizeEvents/PersonalizeEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEvents\\Exception\\IoTEventsException' => __DIR__ . '/Aws/IoTEvents/Exception/IoTEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEvents\\IoTEventsClient' => __DIR__ . '/Aws/IoTEvents/IoTEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\History' => __DIR__ . '/Aws/History.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostExplorer\\Exception\\CostExplorerException' => __DIR__ . '/Aws/CostExplorer/Exception/CostExplorerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostExplorer\\CostExplorerClient' => __DIR__ . '/Aws/CostExplorer/CostExplorerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MQ\\Exception\\MQException' => __DIR__ . '/Aws/MQ/Exception/MQException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MQ\\MQClient' => __DIR__ . '/Aws/MQ/MQClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFormation\\Exception\\CloudFormationException' => __DIR__ . '/Aws/CloudFormation/Exception/CloudFormationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudFormation\\CloudFormationClient' => __DIR__ . '/Aws/CloudFormation/CloudFormationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Greengrass\\Exception\\GreengrassException' => __DIR__ . '/Aws/Greengrass/Exception/GreengrassException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Greengrass\\GreengrassClient' => __DIR__ . '/Aws/Greengrass/GreengrassClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IdempotencyTokenMiddleware' => __DIR__ . '/Aws/IdempotencyTokenMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSOOIDC\\Exception\\SSOOIDCException' => __DIR__ . '/Aws/SSOOIDC/Exception/SSOOIDCException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SSOOIDC\\SSOOIDCClient' => __DIR__ . '/Aws/SSOOIDC/SSOOIDCClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ClientResolver' => __DIR__ . '/Aws/ClientResolver.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Personalize\\Exception\\PersonalizeException' => __DIR__ . '/Aws/Personalize/Exception/PersonalizeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Personalize\\PersonalizeClient' => __DIR__ . '/Aws/Personalize/PersonalizeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LruArrayCache' => __DIR__ . '/Aws/LruArrayCache.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearchDomain\\Exception\\CloudSearchDomainException' => __DIR__ . '/Aws/CloudSearchDomain/Exception/CloudSearchDomainException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearchDomain\\CloudSearchDomainClient' => __DIR__ . '/Aws/CloudSearchDomain/CloudSearchDomainClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickProjects\\Exception\\IoT1ClickProjectsException' => __DIR__ . '/Aws/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickProjects\\IoT1ClickProjectsClient' => __DIR__ . '/Aws/IoT1ClickProjects/IoT1ClickProjectsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AlexaForBusiness\\AlexaForBusinessClient' => __DIR__ . '/Aws/AlexaForBusiness/AlexaForBusinessClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AlexaForBusiness\\Exception\\AlexaForBusinessException' => __DIR__ . '/Aws/AlexaForBusiness/Exception/AlexaForBusinessException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMaker\\Exception\\SageMakerException' => __DIR__ . '/Aws/SageMaker/Exception/SageMakerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SageMaker\\SageMakerClient' => __DIR__ . '/Aws/SageMaker/SageMakerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkDocs\\Exception\\WorkDocsException' => __DIR__ . '/Aws/WorkDocs/Exception/WorkDocsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkDocs\\WorkDocsClient' => __DIR__ . '/Aws/WorkDocs/WorkDocsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexModelBuildingService\\Exception\\LexModelBuildingServiceException' => __DIR__ . '/Aws/LexModelBuildingService/Exception/LexModelBuildingServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexModelBuildingService\\LexModelBuildingServiceClient' => __DIR__ . '/Aws/LexModelBuildingService/LexModelBuildingServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearch\\Exception\\CloudSearchException' => __DIR__ . '/Aws/CloudSearch/Exception/CloudSearchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudSearch\\CloudSearchClient' => __DIR__ . '/Aws/CloudSearch/CloudSearchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Emr\\Exception\\EmrException' => __DIR__ . '/Aws/Emr/Exception/EmrException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Emr\\EmrClient' => __DIR__ . '/Aws/Emr/EmrClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Synthetics\\Exception\\SyntheticsException' => __DIR__ . '/Aws/Synthetics/Exception/SyntheticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Synthetics\\SyntheticsClient' => __DIR__ . '/Aws/Synthetics/SyntheticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Cloud9\\Exception\\Cloud9Exception' => __DIR__ . '/Aws/Cloud9/Exception/Cloud9Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Cloud9\\Cloud9Client' => __DIR__ . '/Aws/Cloud9/Cloud9Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalyticsV2\\Exception\\KinesisAnalyticsV2Exception' => __DIR__ . '/Aws/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisAnalyticsV2\\KinesisAnalyticsV2Client' => __DIR__ . '/Aws/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResponseContainerInterface' => __DIR__ . '/Aws/ResponseContainerInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CommandInterface' => __DIR__ . '/Aws/CommandInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SavingsPlans\\Exception\\SavingsPlansException' => __DIR__ . '/Aws/SavingsPlans/Exception/SavingsPlansException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SavingsPlans\\SavingsPlansClient' => __DIR__ . '/Aws/SavingsPlans/SavingsPlansClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostandUsageReportService\\Exception\\CostandUsageReportServiceException' => __DIR__ . '/Aws/CostandUsageReportService/Exception/CostandUsageReportServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CostandUsageReportService\\CostandUsageReportServiceClient' => __DIR__ . '/Aws/CostandUsageReportService/CostandUsageReportServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudDirectory\\Exception\\CloudDirectoryException' => __DIR__ . '/Aws/CloudDirectory/Exception/CloudDirectoryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudDirectory\\CloudDirectoryClient' => __DIR__ . '/Aws/CloudDirectory/CloudDirectoryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComprehendMedical\\Exception\\ComprehendMedicalException' => __DIR__ . '/Aws/ComprehendMedical/Exception/ComprehendMedicalException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComprehendMedical\\ComprehendMedicalClient' => __DIR__ . '/Aws/ComprehendMedical/ComprehendMedicalClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DocDB\\Exception\\DocDBException' => __DIR__ . '/Aws/DocDB/Exception/DocDBException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DocDB\\DocDBClient' => __DIR__ . '/Aws/DocDB/DocDBClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastQueryService\\Exception\\ForecastQueryServiceException' => __DIR__ . '/Aws/ForecastQueryService/Exception/ForecastQueryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastQueryService\\ForecastQueryServiceClient' => __DIR__ . '/Aws/ForecastQueryService/ForecastQueryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PI\\Exception\\PIException' => __DIR__ . '/Aws/PI/Exception/PIException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PI\\PIClient' => __DIR__ . '/Aws/PI/PIClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Exception\\InvalidSnsMessageException' => __DIR__ . '/Aws/Sns/Exception/InvalidSnsMessageException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Exception\\SnsException' => __DIR__ . '/Aws/Sns/Exception/SnsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\Message' => __DIR__ . '/Aws/Sns/Message.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\MessageValidator' => __DIR__ . '/Aws/Sns/MessageValidator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sns\\SnsClient' => __DIR__ . '/Aws/Sns/SnsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConvert\\Exception\\MediaConvertException' => __DIR__ . '/Aws/MediaConvert/Exception/MediaConvertException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConvert\\MediaConvertClient' => __DIR__ . '/Aws/MediaConvert/MediaConvertClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Domains\\Route53DomainsClient' => __DIR__ . '/Aws/Route53Domains/Route53DomainsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Domains\\Exception\\Route53DomainsException' => __DIR__ . '/Aws/Route53Domains/Exception/Route53DomainsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClientTrait' => __DIR__ . '/Aws/AwsClientTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConnect\\Exception\\MediaConnectException' => __DIR__ . '/Aws/MediaConnect/Exception/MediaConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaConnect\\MediaConnectClient' => __DIR__ . '/Aws/MediaConnect/MediaConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pinpoint\\Exception\\PinpointException' => __DIR__ . '/Aws/Pinpoint/Exception/PinpointException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pinpoint\\PinpointClient' => __DIR__ . '/Aws/Pinpoint/PinpointClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EventBridge\\EventBridgeClient' => __DIR__ . '/Aws/EventBridge/EventBridgeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EventBridge\\Exception\\EventBridgeException' => __DIR__ . '/Aws/EventBridge/Exception/EventBridgeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigurationProviderInterface' => __DIR__ . '/Aws/ConfigurationProviderInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ec2\\Exception\\Ec2Exception' => __DIR__ . '/Aws/Ec2/Exception/Ec2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ec2\\Ec2Client' => __DIR__ . '/Aws/Ec2/Ec2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceMetering\\Exception\\MarketplaceMeteringException' => __DIR__ . '/Aws/MarketplaceMetering/Exception/MarketplaceMeteringException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceMetering\\MarketplaceMeteringClient' => __DIR__ . '/Aws/MarketplaceMetering/MarketplaceMeteringClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IdentityStore\\Exception\\IdentityStoreException' => __DIR__ . '/Aws/IdentityStore/Exception/IdentityStoreException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IdentityStore\\IdentityStoreClient' => __DIR__ . '/Aws/IdentityStore/IdentityStoreClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MaterialsProviderV2' => __DIR__ . '/Aws/Crypto/MaterialsProviderV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\EncryptionTrait' => __DIR__ . '/Aws/Crypto/EncryptionTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MetadataStrategyInterface' => __DIR__ . '/Aws/Crypto/MetadataStrategyInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\DecryptionTrait' => __DIR__ . '/Aws/Crypto/DecryptionTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\KmsMaterialsProviderV2' => __DIR__ . '/Aws/Crypto/KmsMaterialsProviderV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesStreamInterfaceV2' => __DIR__ . '/Aws/Crypto/AesStreamInterfaceV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesDecryptingStream' => __DIR__ . '/Aws/Crypto/AesDecryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AbstractCryptoClient' => __DIR__ . '/Aws/Crypto/AbstractCryptoClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\EncryptionTraitV2' => __DIR__ . '/Aws/Crypto/EncryptionTraitV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesStreamInterface' => __DIR__ . '/Aws/Crypto/AesStreamInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MaterialsProviderInterfaceV2' => __DIR__ . '/Aws/Crypto/MaterialsProviderInterfaceV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MaterialsProviderInterface' => __DIR__ . '/Aws/Crypto/MaterialsProviderInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\DecryptionTraitV2' => __DIR__ . '/Aws/Crypto/DecryptionTraitV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Polyfill\\ByteArray' => __DIR__ . '/Aws/Crypto/Polyfill/ByteArray.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Polyfill\\NeedsTrait' => __DIR__ . '/Aws/Crypto/Polyfill/NeedsTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Polyfill\\AesGcm' => __DIR__ . '/Aws/Crypto/Polyfill/AesGcm.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Polyfill\\Key' => __DIR__ . '/Aws/Crypto/Polyfill/Key.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Polyfill\\Gmac' => __DIR__ . '/Aws/Crypto/Polyfill/Gmac.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesGcmDecryptingStream' => __DIR__ . '/Aws/Crypto/AesGcmDecryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesGcmEncryptingStream' => __DIR__ . '/Aws/Crypto/AesGcmEncryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AesEncryptingStream' => __DIR__ . '/Aws/Crypto/AesEncryptingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\CipherMethod' => __DIR__ . '/Aws/Crypto/Cipher/CipherMethod.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\CipherBuilderTrait' => __DIR__ . '/Aws/Crypto/Cipher/CipherBuilderTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\Cipher\\Cbc' => __DIR__ . '/Aws/Crypto/Cipher/Cbc.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MaterialsProvider' => __DIR__ . '/Aws/Crypto/MaterialsProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\KmsMaterialsProvider' => __DIR__ . '/Aws/Crypto/KmsMaterialsProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\MetadataEnvelope' => __DIR__ . '/Aws/Crypto/MetadataEnvelope.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Crypto\\AbstractCryptoClientV2' => __DIR__ . '/Aws/Crypto/AbstractCryptoClientV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MonitoringEventsInterface' => __DIR__ . '/Aws/MonitoringEventsInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\XRay\\XRayClient' => __DIR__ . '/Aws/XRay/XRayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\XRay\\Exception\\XRayException' => __DIR__ . '/Aws/XRay/Exception/XRayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Detective\\Exception\\DetectiveException' => __DIR__ . '/Aws/Detective/Exception/DetectiveException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Detective\\DetectiveClient' => __DIR__ . '/Aws/Detective/DetectiveClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeRuntime\\Exception\\PersonalizeRuntimeException' => __DIR__ . '/Aws/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PersonalizeRuntime\\PersonalizeRuntimeClient' => __DIR__ . '/Aws/PersonalizeRuntime/PersonalizeRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie\\Exception\\MacieException' => __DIR__ . '/Aws/Macie/Exception/MacieException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie\\MacieClient' => __DIR__ . '/Aws/Macie/MacieClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FSx\\Exception\\FSxException' => __DIR__ . '/Aws/FSx/Exception/FSxException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FSx\\FSxClient' => __DIR__ . '/Aws/FSx/FSxClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancingV2\\Exception\\ElasticLoadBalancingV2Exception' => __DIR__ . '/Aws/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticLoadBalancingV2\\ElasticLoadBalancingV2Client' => __DIR__ . '/Aws/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Comprehend\\Exception\\ComprehendException' => __DIR__ . '/Aws/Comprehend/Exception/ComprehendException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Comprehend\\ComprehendClient' => __DIR__ . '/Aws/Comprehend/ComprehendClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PsrCacheAdapter' => __DIR__ . '/Aws/PsrCacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QuickSight\\Exception\\QuickSightException' => __DIR__ . '/Aws/QuickSight/Exception/QuickSightException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QuickSight\\QuickSightClient' => __DIR__ . '/Aws/QuickSight/QuickSightClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\smoke.json' => __DIR__ . '/Aws/data/states/2016-11-23/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\paginators-1.json' => __DIR__ . '/Aws/data/states/2016-11-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\states\\2016-11-23\\api-2.json' => __DIR__ . '/Aws/data/states/2016-11-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transfer\\2018-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/transfer/2018-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transfer\\2018-11-05\\api-2.json' => __DIR__ . '/Aws/data/transfer/2018-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fms\\2018-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/fms/2018-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fms\\2018-01-01\\api-2.json' => __DIR__ . '/Aws/data/fms/2018-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms-voice\\2018-09-05\\api-2.json' => __DIR__ . '/Aws/data/sms-voice/2018-09-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\smoke.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\paginators-1.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicecatalog\\2015-12-10\\api-2.json' => __DIR__ . '/Aws/data/servicecatalog/2015-12-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\frauddetector\\2019-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/frauddetector/2019-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\frauddetector\\2019-11-15\\api-2.json' => __DIR__ . '/Aws/data/frauddetector/2019-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents-data\\2018-10-23\\paginators-1.json' => __DIR__ . '/Aws/data/iotevents-data/2018-10-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents-data\\2018-10-23\\api-2.json' => __DIR__ . '/Aws/data/iotevents-data/2018-10-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsitewise\\2019-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/iotsitewise/2019-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsitewise\\2019-12-02\\waiters-2.json' => __DIR__ . '/Aws/data/iotsitewise/2019-12-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsitewise\\2019-12-02\\api-2.json' => __DIR__ . '/Aws/data/iotsitewise/2019-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\smoke.json' => __DIR__ . '/Aws/data/ds/2015-04-16/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\paginators-1.json' => __DIR__ . '/Aws/data/ds/2015-04-16/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ds\\2015-04-16\\api-2.json' => __DIR__ . '/Aws/data/ds/2015-04-16/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\smoke.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\waiters-2.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling\\2011-01-01\\api-2.json' => __DIR__ . '/Aws/data/autoscaling/2011-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\smoke.json' => __DIR__ . '/Aws/data/route53/2013-04-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/route53/2013-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\waiters-2.json' => __DIR__ . '/Aws/data/route53/2013-04-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53\\2013-04-01\\api-2.json' => __DIR__ . '/Aws/data/route53/2013-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\smoke.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\paginators-1.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\waiters-2.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ssm\\2014-11-06\\api-2.json' => __DIR__ . '/Aws/data/ssm/2014-11-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\smoke.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\paginators-1.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workspaces\\2015-04-08\\api-2.json' => __DIR__ . '/Aws/data/workspaces/2015-04-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\paginators-1.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\waiters-2.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker\\2017-07-24\\api-2.json' => __DIR__ . '/Aws/data/sagemaker/2017-07-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datasync\\2018-11-09\\paginators-1.json' => __DIR__ . '/Aws/data/datasync/2018-11-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datasync\\2018-11-09\\api-2.json' => __DIR__ . '/Aws/data/datasync/2018-11-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling-plans\\2018-01-06\\paginators-1.json' => __DIR__ . '/Aws/data/autoscaling-plans/2018-01-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\autoscaling-plans\\2018-01-06\\api-2.json' => __DIR__ . '/Aws/data/autoscaling-plans/2018-01-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguru-reviewer\\2019-09-19\\paginators-1.json' => __DIR__ . '/Aws/data/codeguru-reviewer/2019-09-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguru-reviewer\\2019-09-19\\api-2.json' => __DIR__ . '/Aws/data/codeguru-reviewer/2019-09-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\translate\\2017-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/translate/2017-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\translate\\2017-07-01\\api-2.json' => __DIR__ . '/Aws/data/translate/2017-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sesv2\\2019-09-27\\paginators-1.json' => __DIR__ . '/Aws/data/sesv2/2019-09-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sesv2\\2019-09-27\\api-2.json' => __DIR__ . '/Aws/data/sesv2/2019-09-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\outposts\\2019-12-03\\paginators-1.json' => __DIR__ . '/Aws/data/outposts/2019-12-03/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\outposts\\2019-12-03\\api-2.json' => __DIR__ . '/Aws/data/outposts/2019-12-03/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ebs\\2019-11-02\\paginators-1.json' => __DIR__ . '/Aws/data/ebs/2019-11-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ebs\\2019-11-02\\api-2.json' => __DIR__ . '/Aws/data/ebs/2019-11-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-archived-media\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-archived-media\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-archived-media/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\smoke.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\waiters-2.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis\\2013-12-02\\api-2.json' => __DIR__ . '/Aws/data/kinesis/2013-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\imagebuilder\\2019-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/imagebuilder/2019-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\imagebuilder\\2019-12-02\\api-2.json' => __DIR__ . '/Aws/data/imagebuilder/2019-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\amplify\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/amplify/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\amplify\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/amplify/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\smoke.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\paginators-1.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\inspector\\2016-02-16\\api-2.json' => __DIR__ . '/Aws/data/inspector/2016-02-16/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\service-quotas\\2019-06-24\\paginators-1.json' => __DIR__ . '/Aws/data/service-quotas/2019-06-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\service-quotas\\2019-06-24\\api-2.json' => __DIR__ . '/Aws/data/service-quotas/2019-06-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmail\\2017-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/workmail/2017-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmail\\2017-10-01\\api-2.json' => __DIR__ . '/Aws/data/workmail/2017-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage\\2017-10-12\\paginators-1.json' => __DIR__ . '/Aws/data/mediapackage/2017-10-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage\\2017-10-12\\api-2.json' => __DIR__ . '/Aws/data/mediapackage/2017-10-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2-instance-connect\\2018-04-02\\paginators-1.json' => __DIR__ . '/Aws/data/ec2-instance-connect/2018-04-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2-instance-connect\\2018-04-02\\api-2.json' => __DIR__ . '/Aws/data/ec2-instance-connect/2018-04-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\smoke.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\paginators-1.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codecommit\\2015-04-13\\api-2.json' => __DIR__ . '/Aws/data/codecommit/2015-04-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize\\2018-05-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize/2018-05-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize\\2018-05-22\\api-2.json' => __DIR__ . '/Aws/data/personalize/2018-05-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dataexchange\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/dataexchange/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dataexchange\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/dataexchange/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\smoke.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\paginators-1.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\wafv2\\2019-07-29\\api-2.json' => __DIR__ . '/Aws/data/wafv2/2019-07-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\smoke.json' => __DIR__ . '/Aws/data/iam/2010-05-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\paginators-1.json' => __DIR__ . '/Aws/data/iam/2010-05-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\waiters-2.json' => __DIR__ . '/Aws/data/iam/2010-05-08/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iam\\2010-05-08\\api-2.json' => __DIR__ . '/Aws/data/iam/2010-05-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\paginators-1.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\waiters-2.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\schemas\\2019-12-02\\api-2.json' => __DIR__ . '/Aws/data/schemas/2019-12-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\smoke.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\paginators-1.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-autoscaling\\2016-02-06\\api-2.json' => __DIR__ . '/Aws/data/application-autoscaling/2016-02-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\worklink\\2018-09-25\\paginators-1.json' => __DIR__ . '/Aws/data/worklink/2018-09-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\worklink\\2018-09-25\\api-2.json' => __DIR__ . '/Aws/data/worklink/2018-09-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2019-01-25\\paginators-1.json' => __DIR__ . '/Aws/data/appmesh/2019-01-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2019-01-25\\api-2.json' => __DIR__ . '/Aws/data/appmesh/2019-01-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2018-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/appmesh/2018-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appmesh\\2018-10-01\\api-2.json' => __DIR__ . '/Aws/data/appmesh/2018-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloud9\\2017-09-23\\paginators-1.json' => __DIR__ . '/Aws/data/cloud9/2017-09-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloud9\\2017-09-23\\api-2.json' => __DIR__ . '/Aws/data/cloud9/2017-09-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\smoke.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\waiters-2.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancing\\2012-06-01\\api-2.json' => __DIR__ . '/Aws/data/elasticloadbalancing/2012-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-connections\\2019-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/codestar-connections/2019-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-connections\\2019-12-01\\api-2.json' => __DIR__ . '/Aws/data/codestar-connections/2019-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents\\2018-07-27\\paginators-1.json' => __DIR__ . '/Aws/data/iotevents/2018-07-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotevents\\2018-07-27\\api-2.json' => __DIR__ . '/Aws/data/iotevents/2018-07-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint-email\\2018-07-26\\paginators-1.json' => __DIR__ . '/Aws/data/pinpoint-email/2018-07-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint-email\\2018-07-26\\api-2.json' => __DIR__ . '/Aws/data/pinpoint-email/2018-07-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\smoke.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\paginators-1.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\waiters-2.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworks\\2013-02-18\\api-2.json' => __DIR__ . '/Aws/data/opsworks/2013-02-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\smoke.json' => __DIR__ . '/Aws/data/config/2014-11-12/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\paginators-1.json' => __DIR__ . '/Aws/data/config/2014-11-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\config\\2014-11-12\\api-2.json' => __DIR__ . '/Aws/data/config/2014-11-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplace-catalog\\2018-09-17\\paginators-1.json' => __DIR__ . '/Aws/data/marketplace-catalog/2018-09-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplace-catalog\\2018-09-17\\api-2.json' => __DIR__ . '/Aws/data/marketplace-catalog/2018-09-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\streams.dynamodb\\2012-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/streams.dynamodb/2012-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\streams.dynamodb\\2012-08-10\\api-2.json' => __DIR__ . '/Aws/data/streams.dynamodb/2012-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\waiters-1.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\smoke.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\waiters-2.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2012-08-10\\api-2.json' => __DIR__ . '/Aws/data/dynamodb/2012-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\waiters-1.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\smoke.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\paginators-1.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\waiters-2.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dynamodb\\2011-12-05\\api-2.json' => __DIR__ . '/Aws/data/dynamodb/2011-12-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kafka\\2018-11-14\\paginators-1.json' => __DIR__ . '/Aws/data/kafka/2018-11-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kafka\\2018-11-14\\api-2.json' => __DIR__ . '/Aws/data/kafka/2018-11-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\smoke.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\paginators-1.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\firehose\\2015-08-04\\api-2.json' => __DIR__ . '/Aws/data/firehose/2015-08-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\smoke.json' => __DIR__ . '/Aws/data/sms/2016-10-24/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\paginators-1.json' => __DIR__ . '/Aws/data/sms/2016-10-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sms\\2016-10-24\\api-2.json' => __DIR__ . '/Aws/data/sms/2016-10-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\smoke.json' => __DIR__ . '/Aws/data/sts/2011-06-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\paginators-1.json' => __DIR__ . '/Aws/data/sts/2011-06-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sts\\2011-06-15\\api-2.json' => __DIR__ . '/Aws/data/sts/2011-06-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-notifications\\2019-10-15\\paginators-1.json' => __DIR__ . '/Aws/data/codestar-notifications/2019-10-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar-notifications\\2019-10-15\\api-2.json' => __DIR__ . '/Aws/data/codestar-notifications/2019-10-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\smoke.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\gamelift\\2015-10-01\\api-2.json' => __DIR__ . '/Aws/data/gamelift/2015-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\quicksight\\2018-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/quicksight/2018-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\quicksight\\2018-04-01\\api-2.json' => __DIR__ . '/Aws/data/quicksight/2018-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\alexaforbusiness\\2017-11-09\\paginators-1.json' => __DIR__ . '/Aws/data/alexaforbusiness/2017-11-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\alexaforbusiness\\2017-11-09\\api-2.json' => __DIR__ . '/Aws/data/alexaforbusiness/2017-11-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workdocs\\2016-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/workdocs/2016-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workdocs\\2016-05-01\\api-2.json' => __DIR__ . '/Aws/data/workdocs/2016-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\smoke.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\waiters-2.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\monitoring\\2010-08-01\\api-2.json' => __DIR__ . '/Aws/data/monitoring/2010-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\smoke.json' => __DIR__ . '/Aws/data/es/2015-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/es/2015-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\es\\2015-01-01\\api-2.json' => __DIR__ . '/Aws/data/es/2015-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\savingsplans\\2019-06-28\\paginators-1.json' => __DIR__ . '/Aws/data/savingsplans/2019-06-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\savingsplans\\2019-06-28\\api-2.json' => __DIR__ . '/Aws/data/savingsplans/2019-06-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\globalaccelerator\\2018-08-08\\paginators-1.json' => __DIR__ . '/Aws/data/globalaccelerator/2018-08-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\globalaccelerator\\2018-08-08\\api-2.json' => __DIR__ . '/Aws/data/globalaccelerator/2018-08-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot-jobs-data\\2017-09-29\\paginators-1.json' => __DIR__ . '/Aws/data/iot-jobs-data/2017-09-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot-jobs-data\\2017-09-29\\api-2.json' => __DIR__ . '/Aws/data/iot-jobs-data/2017-09-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisvideo\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisvideo/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisvideo\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesisvideo/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-media\\2017-09-30\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-media/2017-09-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-media\\2017-09-30\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-media/2017-09-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\managedblockchain\\2018-09-24\\paginators-1.json' => __DIR__ . '/Aws/data/managedblockchain/2018-09-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\managedblockchain\\2018-09-24\\api-2.json' => __DIR__ . '/Aws/data/managedblockchain/2018-09-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\smoke.json' => __DIR__ . '/Aws/data/support/2013-04-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\paginators-1.json' => __DIR__ . '/Aws/data/support/2013-04-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\support\\2013-04-15\\api-2.json' => __DIR__ . '/Aws/data/support/2013-04-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\smoke.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\snowball\\2016-06-30\\api-2.json' => __DIR__ . '/Aws/data/snowball/2016-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearchdomain\\2013-01-01\\api-2.json' => __DIR__ . '/Aws/data/cloudsearchdomain/2013-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\smoke.json' => __DIR__ . '/Aws/data/logs/2014-03-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\paginators-1.json' => __DIR__ . '/Aws/data/logs/2014-03-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\logs\\2014-03-28\\api-2.json' => __DIR__ . '/Aws/data/logs/2014-03-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\manifest.json' => __DIR__ . '/Aws/data/manifest.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsm\\2014-05-30\\paginators-1.json' => __DIR__ . '/Aws/data/cloudhsm/2014-05-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsm\\2014-05-30\\api-2.json' => __DIR__ . '/Aws/data/cloudhsm/2014-05-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\aliases.json' => __DIR__ . '/Aws/data/aliases.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\smoke.json' => __DIR__ . '/Aws/data/iot/2015-05-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\paginators-1.json' => __DIR__ . '/Aws/data/iot/2015-05-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot\\2015-05-28\\api-2.json' => __DIR__ . '/Aws/data/iot/2015-05-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\paginators-1.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\waiters-2.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm-pca\\2017-08-22\\api-2.json' => __DIR__ . '/Aws/data/acm-pca/2017-08-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage-vod\\2018-11-07\\paginators-1.json' => __DIR__ . '/Aws/data/mediapackage-vod/2018-11-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediapackage-vod\\2018-11-07\\api-2.json' => __DIR__ . '/Aws/data/mediapackage-vod/2018-11-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-sync\\2014-06-30\\api-2.json' => __DIR__ . '/Aws/data/cognito-sync/2014-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\braket\\2019-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/braket/2019-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\braket\\2019-09-01\\api-2.json' => __DIR__ . '/Aws/data/braket/2019-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\smoke.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\paginators-1.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\directconnect\\2012-10-25\\api-2.json' => __DIR__ . '/Aws/data/directconnect/2012-10-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-runtime\\2018-05-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize-runtime/2018-05-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-runtime\\2018-05-22\\api-2.json' => __DIR__ . '/Aws/data/personalize-runtime/2018-05-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\smoke.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\discovery\\2015-11-01\\api-2.json' => __DIR__ . '/Aws/data/discovery/2015-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconvert\\2017-08-29\\paginators-1.json' => __DIR__ . '/Aws/data/mediaconvert/2017-08-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconvert\\2017-08-29\\api-2.json' => __DIR__ . '/Aws/data/mediaconvert/2017-08-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\groundstation\\2019-05-23\\paginators-1.json' => __DIR__ . '/Aws/data/groundstation/2019-05-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\groundstation\\2019-05-23\\api-2.json' => __DIR__ . '/Aws/data/groundstation/2019-05-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mobile\\2017-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/mobile/2017-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mobile\\2017-07-01\\api-2.json' => __DIR__ . '/Aws/data/mobile/2017-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\smoke.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appstream\\2016-12-01\\api-2.json' => __DIR__ . '/Aws/data/appstream/2016-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalyticsv2\\2018-05-23\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalyticsv2\\2018-05-23\\api-2.json' => __DIR__ . '/Aws/data/kinesisanalyticsv2/2018-05-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\greengrass\\2017-06-07\\api-2.json' => __DIR__ . '/Aws/data/greengrass/2017-06-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-insights\\2018-11-25\\paginators-1.json' => __DIR__ . '/Aws/data/application-insights/2018-11-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\application-insights\\2018-11-25\\api-2.json' => __DIR__ . '/Aws/data/application-insights/2018-11-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicediscovery\\2017-03-14\\paginators-1.json' => __DIR__ . '/Aws/data/servicediscovery/2017-03-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\servicediscovery\\2017-03-14\\api-2.json' => __DIR__ . '/Aws/data/servicediscovery/2017-03-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fsx\\2018-03-01\\paginators-1.json' => __DIR__ . '/Aws/data/fsx/2018-03-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\fsx\\2018-03-01\\api-2.json' => __DIR__ . '/Aws/data/fsx/2018-03-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\waiters-1.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\smoke.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\redshift\\2012-12-01\\api-2.json' => __DIR__ . '/Aws/data/redshift/2012-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\smoke.json' => __DIR__ . '/Aws/data/glue/2017-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/glue/2017-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glue\\2017-03-31\\api-2.json' => __DIR__ . '/Aws/data/glue/2017-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\smoke.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\waiters-2.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticmapreduce\\2009-03-31\\api-2.json' => __DIR__ . '/Aws/data/elasticmapreduce/2009-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transcribe\\2017-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/transcribe/2017-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\transcribe\\2017-10-26\\api-2.json' => __DIR__ . '/Aws/data/transcribe/2017-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\smoke.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\paginators-1.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codepipeline\\2015-07-09\\api-2.json' => __DIR__ . '/Aws/data/codepipeline/2015-07-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeartifact\\2018-09-22\\paginators-1.json' => __DIR__ . '/Aws/data/codeartifact/2018-09-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeartifact\\2018-09-22\\api-2.json' => __DIR__ . '/Aws/data/codeartifact/2018-09-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecastquery\\2018-06-26\\paginators-1.json' => __DIR__ . '/Aws/data/forecastquery/2018-06-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecastquery\\2018-06-26\\api-2.json' => __DIR__ . '/Aws/data/forecastquery/2018-06-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\smoke.json' => __DIR__ . '/Aws/data/acm/2015-12-08/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\paginators-1.json' => __DIR__ . '/Aws/data/acm/2015-12-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\waiters-2.json' => __DIR__ . '/Aws/data/acm/2015-12-08/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\acm\\2015-12-08\\api-2.json' => __DIR__ . '/Aws/data/acm/2015-12-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\smoke.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\paginators-1.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudhsmv2\\2017-04-28\\api-2.json' => __DIR__ . '/Aws/data/cloudhsmv2/2017-04-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dlm\\2018-01-12\\paginators-1.json' => __DIR__ . '/Aws/data/dlm/2018-01-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dlm\\2018-01-12\\api-2.json' => __DIR__ . '/Aws/data/dlm/2018-01-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appsync\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/appsync/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appsync\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/appsync/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\smoke.json' => __DIR__ . '/Aws/data/kms/2014-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/kms/2014-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kms\\2014-11-01\\api-2.json' => __DIR__ . '/Aws/data/kms/2014-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\smoke.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\paginators-1.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\waiters-2.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecr\\2015-09-21\\api-2.json' => __DIR__ . '/Aws/data/ecr/2015-09-21/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\honeycode\\2020-03-01\\paginators-1.json' => __DIR__ . '/Aws/data/honeycode/2020-03-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\honeycode\\2020-03-01\\api-2.json' => __DIR__ . '/Aws/data/honeycode/2020-03-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\storagegateway\\2013-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/storagegateway/2013-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\storagegateway\\2013-06-30\\api-2.json' => __DIR__ . '/Aws/data/storagegateway/2013-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguruprofiler\\2019-07-18\\paginators-1.json' => __DIR__ . '/Aws/data/codeguruprofiler/2019-07-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codeguruprofiler\\2019-07-18\\api-2.json' => __DIR__ . '/Aws/data/codeguruprofiler/2019-07-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\license-manager\\2018-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/license-manager/2018-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\license-manager\\2018-08-01\\api-2.json' => __DIR__ . '/Aws/data/license-manager/2018-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\entitlement.marketplace\\2017-01-11\\paginators-1.json' => __DIR__ . '/Aws/data/entitlement.marketplace/2017-01-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\entitlement.marketplace\\2017-01-11\\api-2.json' => __DIR__ . '/Aws/data/entitlement.marketplace/2017-01-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotthingsgraph\\2018-09-06\\paginators-1.json' => __DIR__ . '/Aws/data/iotthingsgraph/2018-09-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotthingsgraph\\2018-09-06\\api-2.json' => __DIR__ . '/Aws/data/iotthingsgraph/2018-09-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker-a2i-runtime\\2019-11-07\\paginators-1.json' => __DIR__ . '/Aws/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sagemaker-a2i-runtime\\2019-11-07\\api-2.json' => __DIR__ . '/Aws/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\smoke.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\paginators-1.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\waiters-2.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ecs\\2014-11-13\\api-2.json' => __DIR__ . '/Aws/data/ecs/2014-11-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalytics\\2015-08-14\\paginators-1.json' => __DIR__ . '/Aws/data/kinesisanalytics/2015-08-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesisanalytics\\2015-08-14\\api-2.json' => __DIR__ . '/Aws/data/kinesisanalytics/2015-08-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kendra\\2019-02-03\\paginators-1.json' => __DIR__ . '/Aws/data/kendra/2019-02-03/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kendra\\2019-02-03\\api-2.json' => __DIR__ . '/Aws/data/kendra/2019-02-03/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\migrationhub-config\\2019-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/migrationhub-config/2019-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\migrationhub-config\\2019-06-30\\api-2.json' => __DIR__ . '/Aws/data/migrationhub-config/2019-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\identitystore\\2020-06-15\\paginators-1.json' => __DIR__ . '/Aws/data/identitystore/2020-06-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\identitystore\\2020-06-15\\api-2.json' => __DIR__ . '/Aws/data/identitystore/2020-06-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\smoke.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\paginators-1.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-idp\\2016-04-18\\api-2.json' => __DIR__ . '/Aws/data/cognito-idp/2016-04-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pricing\\2017-10-15\\paginators-1.json' => __DIR__ . '/Aws/data/pricing/2017-10-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pricing\\2017-10-15\\api-2.json' => __DIR__ . '/Aws/data/pricing/2017-10-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\waiters-2.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\opsworkscm\\2016-11-01\\api-2.json' => __DIR__ . '/Aws/data/opsworkscm/2016-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\chime\\2018-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/chime/2018-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\chime\\2018-05-01\\api-2.json' => __DIR__ . '/Aws/data/chime/2018-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appconfig\\2019-10-09\\paginators-1.json' => __DIR__ . '/Aws/data/appconfig/2019-10-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\appconfig\\2019-10-09\\api-2.json' => __DIR__ . '/Aws/data/appconfig/2019-10-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\smoke.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticfilesystem\\2015-02-01\\api-2.json' => __DIR__ . '/Aws/data/elasticfilesystem/2015-02-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\smoke.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\paginators-1.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\waiters-2.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticache\\2015-02-02\\api-2.json' => __DIR__ . '/Aws/data/elasticache/2015-02-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-devices\\2018-05-14\\api-2.json' => __DIR__ . '/Aws/data/iot1click-devices/2018-05-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb\\2019-01-02\\paginators-1.json' => __DIR__ . '/Aws/data/qldb/2019-01-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb\\2019-01-02\\api-2.json' => __DIR__ . '/Aws/data/qldb/2019-01-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\textract\\2018-06-27\\paginators-1.json' => __DIR__ . '/Aws/data/textract/2018-06-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\textract\\2018-06-27\\api-2.json' => __DIR__ . '/Aws/data/textract/2018-06-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds-data\\2018-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/rds-data/2018-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds-data\\2018-08-01\\api-2.json' => __DIR__ . '/Aws/data/rds-data/2018-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\importexport\\2010-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/importexport/2010-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\importexport\\2010-06-01\\api-2.json' => __DIR__ . '/Aws/data/importexport/2010-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso\\2019-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/sso/2019-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso\\2019-06-10\\api-2.json' => __DIR__ . '/Aws/data/sso/2019-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\guardduty\\2017-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/guardduty/2017-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\guardduty\\2017-11-28\\api-2.json' => __DIR__ . '/Aws/data/guardduty/2017-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\smoke.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codestar\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/codestar/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\networkmanager\\2019-07-05\\paginators-1.json' => __DIR__ . '/Aws/data/networkmanager/2019-07-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\networkmanager\\2019-07-05\\api-2.json' => __DIR__ . '/Aws/data/networkmanager/2019-07-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie2\\2020-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/macie2/2020-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie2\\2020-01-01\\api-2.json' => __DIR__ . '/Aws/data/macie2/2020-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.lex\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/runtime.lex/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.lex\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/runtime.lex/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-events\\2018-03-22\\paginators-1.json' => __DIR__ . '/Aws/data/personalize-events/2018-03-22/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\personalize-events\\2018-03-22\\api-2.json' => __DIR__ . '/Aws/data/personalize-events/2018-03-22/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\waiters-1.json' => __DIR__ . '/Aws/data/s3/2006-03-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\smoke.json' => __DIR__ . '/Aws/data/s3/2006-03-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\paginators-1.json' => __DIR__ . '/Aws/data/s3/2006-03-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\waiters-2.json' => __DIR__ . '/Aws/data/s3/2006-03-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3\\2006-03-01\\api-2.json' => __DIR__ . '/Aws/data/s3/2006-03-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-signaling\\2019-12-04\\paginators-1.json' => __DIR__ . '/Aws/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\kinesis-video-signaling\\2019-12-04\\api-2.json' => __DIR__ . '/Aws/data/kinesis-video-signaling/2019-12-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\smoke.json' => __DIR__ . '/Aws/data/cur/2017-01-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\paginators-1.json' => __DIR__ . '/Aws/data/cur/2017-01-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cur\\2017-01-06\\api-2.json' => __DIR__ . '/Aws/data/cur/2017-01-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-04-01\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2015-10-01\\api-2.json' => __DIR__ . '/Aws/data/ec2/2015-10-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\smoke.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-11-15\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\waiters-1.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\paginators-1.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\waiters-2.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ec2\\2016-09-15\\api-2.json' => __DIR__ . '/Aws/data/ec2/2016-09-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\budgets\\2016-10-20\\paginators-1.json' => __DIR__ . '/Aws/data/budgets/2016-10-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\budgets\\2016-10-20\\api-2.json' => __DIR__ . '/Aws/data/budgets/2016-10-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb-session\\2019-07-11\\paginators-1.json' => __DIR__ . '/Aws/data/qldb-session/2019-07-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\qldb-session\\2019-07-11\\api-2.json' => __DIR__ . '/Aws/data/qldb-session/2019-07-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\smoke.json' => __DIR__ . '/Aws/data/batch/2016-08-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\paginators-1.json' => __DIR__ . '/Aws/data/batch/2016-08-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\batch\\2016-08-10\\api-2.json' => __DIR__ . '/Aws/data/batch/2016-08-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\smoke.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudtrail\\2013-11-01\\api-2.json' => __DIR__ . '/Aws/data/cloudtrail/2013-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pinpoint\\2016-12-01\\api-2.json' => __DIR__ . '/Aws/data/pinpoint/2016-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\waiters-1.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\smoke.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\paginators-1.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\waiters-2.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codedeploy\\2014-10-06\\api-2.json' => __DIR__ . '/Aws/data/codedeploy/2014-10-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\serverlessrepo\\2017-09-08\\paginators-1.json' => __DIR__ . '/Aws/data/serverlessrepo/2017-09-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\serverlessrepo\\2017-09-08\\api-2.json' => __DIR__ . '/Aws/data/serverlessrepo/2017-09-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\xray\\2016-04-12\\paginators-1.json' => __DIR__ . '/Aws/data/xray/2016-04-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\xray\\2016-04-12\\api-2.json' => __DIR__ . '/Aws/data/xray/2016-04-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\neptune\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/neptune/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2017-01-11\\paginators-1.json' => __DIR__ . '/Aws/data/clouddirectory/2017-01-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2017-01-11\\api-2.json' => __DIR__ . '/Aws/data/clouddirectory/2017-01-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2016-05-10\\paginators-1.json' => __DIR__ . '/Aws/data/clouddirectory/2016-05-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\clouddirectory\\2016-05-10\\api-2.json' => __DIR__ . '/Aws/data/clouddirectory/2016-05-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\smoke.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\paginators-1.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigateway\\2015-07-09\\api-2.json' => __DIR__ . '/Aws/data/apigateway/2015-07-09/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-projects\\2018-05-14\\paginators-1.json' => __DIR__ . '/Aws/data/iot1click-projects/2018-05-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iot1click-projects\\2018-05-14\\api-2.json' => __DIR__ . '/Aws/data/iot1click-projects/2018-05-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewaymanagementapi\\2018-11-29\\paginators-1.json' => __DIR__ . '/Aws/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewaymanagementapi\\2018-11-29\\api-2.json' => __DIR__ . '/Aws/data/apigatewaymanagementapi/2018-11-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\compute-optimizer\\2019-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/compute-optimizer/2019-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\compute-optimizer\\2019-11-01\\api-2.json' => __DIR__ . '/Aws/data/compute-optimizer/2019-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\detective\\2018-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/detective/2018-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\detective\\2018-10-26\\api-2.json' => __DIR__ . '/Aws/data/detective/2018-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mq\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/mq/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mq\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/mq/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\smoke.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\paginators-1.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\secretsmanager\\2017-10-17\\api-2.json' => __DIR__ . '/Aws/data/secretsmanager/2017-10-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datapipeline\\2012-10-29\\paginators-1.json' => __DIR__ . '/Aws/data/datapipeline/2012-10-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\datapipeline\\2012-10-29\\api-2.json' => __DIR__ . '/Aws/data/datapipeline/2012-10-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmailmessageflow\\2019-05-01\\paginators-1.json' => __DIR__ . '/Aws/data/workmailmessageflow/2019-05-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\workmailmessageflow\\2019-05-01\\api-2.json' => __DIR__ . '/Aws/data/workmailmessageflow/2019-05-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastic-inference\\2017-07-25\\paginators-1.json' => __DIR__ . '/Aws/data/elastic-inference/2017-07-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastic-inference\\2017-07-25\\api-2.json' => __DIR__ . '/Aws/data/elastic-inference/2017-07-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\smoke.json' => __DIR__ . '/Aws/data/sns/2010-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/sns/2010-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sns\\2010-03-31\\api-2.json' => __DIR__ . '/Aws/data/sns/2010-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\endpoints_prefix_history.json' => __DIR__ . '/Aws/data/endpoints_prefix_history.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotanalytics\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/iotanalytics/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotanalytics\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/iotanalytics/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\smoke.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\paginators-1.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\marketplacecommerceanalytics\\2015-07-01\\api-2.json' => __DIR__ . '/Aws/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53domains\\2014-05-15\\smoke.json' => __DIR__ . '/Aws/data/route53domains/2014-05-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53domains\\2014-05-15\\paginators-1.json' => __DIR__ . '/Aws/data/route53domains/2014-05-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53domains\\2014-05-15\\api-2.json' => __DIR__ . '/Aws/data/route53domains/2014-05-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connectparticipant\\2018-09-07\\paginators-1.json' => __DIR__ . '/Aws/data/connectparticipant/2018-09-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connectparticipant\\2018-09-07\\api-2.json' => __DIR__ . '/Aws/data/connectparticipant/2018-09-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lex-models\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/lex-models/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lex-models\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/lex-models/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\smoke.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf-regional\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/waf-regional/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\smoke.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\paginators-1.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\waiters-2.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rekognition\\2016-06-27\\api-2.json' => __DIR__ . '/Aws/data/rekognition/2016-06-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsecuretunneling\\2018-10-05\\paginators-1.json' => __DIR__ . '/Aws/data/iotsecuretunneling/2018-10-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\iotsecuretunneling\\2018-10-05\\api-2.json' => __DIR__ . '/Aws/data/iotsecuretunneling/2018-10-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\smoke.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lightsail\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/lightsail/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\paginators-1.json' => __DIR__ . '/Aws/data/signer/2017-08-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\waiters-2.json' => __DIR__ . '/Aws/data/signer/2017-08-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\signer\\2017-08-25\\api-2.json' => __DIR__ . '/Aws/data/signer/2017-08-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connect\\2017-08-08\\paginators-1.json' => __DIR__ . '/Aws/data/connect/2017-08-08/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\connect\\2017-08-08\\api-2.json' => __DIR__ . '/Aws/data/connect/2017-08-08/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\waiters-1.json' => __DIR__ . '/Aws/data/email/2010-12-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\smoke.json' => __DIR__ . '/Aws/data/email/2010-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/email/2010-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/email/2010-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\email\\2010-12-01\\api-2.json' => __DIR__ . '/Aws/data/email/2010-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-identity\\2014-06-30\\paginators-1.json' => __DIR__ . '/Aws/data/cognito-identity/2014-06-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cognito-identity\\2014-06-30\\api-2.json' => __DIR__ . '/Aws/data/cognito-identity/2014-06-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mgh\\2017-05-31\\paginators-1.json' => __DIR__ . '/Aws/data/mgh/2017-05-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mgh\\2017-05-31\\api-2.json' => __DIR__ . '/Aws/data/mgh/2017-05-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\health\\2016-08-04\\paginators-1.json' => __DIR__ . '/Aws/data/health/2016-08-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\health\\2016-08-04\\api-2.json' => __DIR__ . '/Aws/data/health/2016-08-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\swf\\2012-01-25\\paginators-1.json' => __DIR__ . '/Aws/data/swf/2012-01-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\swf\\2012-01-25\\api-2.json' => __DIR__ . '/Aws/data/swf/2012-01-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\smoke.json' => __DIR__ . '/Aws/data/polly/2016-06-10/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/polly/2016-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\polly\\2016-06-10\\api-2.json' => __DIR__ . '/Aws/data/polly/2016-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dax\\2017-04-19\\paginators-1.json' => __DIR__ . '/Aws/data/dax/2017-04-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dax\\2017-04-19\\api-2.json' => __DIR__ . '/Aws/data/dax/2017-04-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\smoke.json' => __DIR__ . '/Aws/data/dms/2016-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/dms/2016-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\waiters-2.json' => __DIR__ . '/Aws/data/dms/2016-01-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\dms\\2016-01-01\\api-2.json' => __DIR__ . '/Aws/data/dms/2016-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediatailor\\2018-04-23\\paginators-1.json' => __DIR__ . '/Aws/data/mediatailor/2018-04-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediatailor\\2018-04-23\\api-2.json' => __DIR__ . '/Aws/data/mediatailor/2018-04-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/eks/2017-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\waiters-2.json' => __DIR__ . '/Aws/data/eks/2017-11-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eks\\2017-11-01\\api-2.json' => __DIR__ . '/Aws/data/eks/2017-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore\\2017-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/mediastore/2017-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore\\2017-09-01\\api-2.json' => __DIR__ . '/Aws/data/mediastore/2017-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie\\2017-12-19\\paginators-1.json' => __DIR__ . '/Aws/data/macie/2017-12-19/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\macie\\2017-12-19\\api-2.json' => __DIR__ . '/Aws/data/macie/2017-12-19/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\smoke.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\waiters-2.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lambda\\2015-03-31\\api-2.json' => __DIR__ . '/Aws/data/lambda/2015-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\endpoints.json' => __DIR__ . '/Aws/data/endpoints.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\smoke.json' => __DIR__ . '/Aws/data/events/2015-10-07/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\paginators-1.json' => __DIR__ . '/Aws/data/events/2015-10-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\events\\2015-10-07\\api-2.json' => __DIR__ . '/Aws/data/events/2015-10-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\smoke.json' => __DIR__ . '/Aws/data/shield/2016-06-02/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\paginators-1.json' => __DIR__ . '/Aws/data/shield/2016-06-02/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\shield\\2016-06-02\\api-2.json' => __DIR__ . '/Aws/data/shield/2016-06-02/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\synthetics\\2017-10-11\\paginators-1.json' => __DIR__ . '/Aws/data/synthetics/2017-10-11/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\synthetics\\2017-10-11\\api-2.json' => __DIR__ . '/Aws/data/synthetics/2017-10-11/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\docdb\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/docdb/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\waiters-1.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\smoke.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\paginators-1.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\waiters-2.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\glacier\\2012-06-01\\api-2.json' => __DIR__ . '/Aws/data/glacier/2012-06-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ce\\2017-10-25\\paginators-1.json' => __DIR__ . '/Aws/data/ce/2017-10-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ce\\2017-10-25\\api-2.json' => __DIR__ . '/Aws/data/ce/2017-10-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\paginators-1.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\waiters-2.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\machinelearning\\2014-12-12\\api-2.json' => __DIR__ . '/Aws/data/machinelearning/2014-12-12/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\smoke.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudsearch\\2013-01-01\\api-2.json' => __DIR__ . '/Aws/data/cloudsearch/2013-01-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewayv2\\2018-11-29\\paginators-1.json' => __DIR__ . '/Aws/data/apigatewayv2/2018-11-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\apigatewayv2\\2018-11-29\\api-2.json' => __DIR__ . '/Aws/data/apigatewayv2/2018-11-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\securityhub\\2018-10-26\\paginators-1.json' => __DIR__ . '/Aws/data/securityhub/2018-10-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\securityhub\\2018-10-26\\api-2.json' => __DIR__ . '/Aws/data/securityhub/2018-10-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\smoke.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\paginators-1.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\codebuild\\2016-10-06\\api-2.json' => __DIR__ . '/Aws/data/codebuild/2016-10-06/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\organizations\\2016-11-28\\paginators-1.json' => __DIR__ . '/Aws/data/organizations/2016-11-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\organizations\\2016-11-28\\api-2.json' => __DIR__ . '/Aws/data/organizations/2016-11-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.sagemaker\\2017-05-13\\paginators-1.json' => __DIR__ . '/Aws/data/runtime.sagemaker/2017-05-13/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\runtime.sagemaker\\2017-05-13\\api-2.json' => __DIR__ . '/Aws/data/runtime.sagemaker/2017-05-13/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ram\\2018-01-04\\paginators-1.json' => __DIR__ . '/Aws/data/ram/2018-01-04/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ram\\2018-01-04\\api-2.json' => __DIR__ . '/Aws/data/ram/2018-01-04/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\smoke.json' => __DIR__ . '/Aws/data/waf/2015-08-24/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\paginators-1.json' => __DIR__ . '/Aws/data/waf/2015-08-24/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\waf\\2015-08-24\\api-2.json' => __DIR__ . '/Aws/data/waf/2015-08-24/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\smoke.json' => __DIR__ . '/Aws/data/rds/2014-09-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/rds/2014-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-09-01\\api-2.json' => __DIR__ . '/Aws/data/rds/2014-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\waiters-1.json' => __DIR__ . '/Aws/data/rds/2014-10-31/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\smoke.json' => __DIR__ . '/Aws/data/rds/2014-10-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\paginators-1.json' => __DIR__ . '/Aws/data/rds/2014-10-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\waiters-2.json' => __DIR__ . '/Aws/data/rds/2014-10-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\rds\\2014-10-31\\api-2.json' => __DIR__ . '/Aws/data/rds/2014-10-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\smoke.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\paginators-1.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\eventbridge\\2015-10-07\\api-2.json' => __DIR__ . '/Aws/data/eventbridge/2015-10-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehend\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/comprehend/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehend\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/comprehend/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\smoke.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\paginators-1.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\waiters-2.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudformation\\2010-05-15\\api-2.json' => __DIR__ . '/Aws/data/cloudformation/2010-05-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso-oidc\\2019-06-10\\paginators-1.json' => __DIR__ . '/Aws/data/sso-oidc/2019-06-10/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sso-oidc\\2019-06-10\\api-2.json' => __DIR__ . '/Aws/data/sso-oidc/2019-06-10/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconnect\\2018-11-14\\paginators-1.json' => __DIR__ . '/Aws/data/mediaconnect/2018-11-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediaconnect\\2018-11-14\\api-2.json' => __DIR__ . '/Aws/data/mediaconnect/2018-11-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\backup\\2018-11-15\\paginators-1.json' => __DIR__ . '/Aws/data/backup/2018-11-15/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\backup\\2018-11-15\\api-2.json' => __DIR__ . '/Aws/data/backup/2018-11-15/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ivs\\2020-07-14\\paginators-1.json' => __DIR__ . '/Aws/data/ivs/2020-07-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\ivs\\2020-07-14\\api-2.json' => __DIR__ . '/Aws/data/ivs/2020-07-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\smoke.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticbeanstalk\\2010-12-01\\api-2.json' => __DIR__ . '/Aws/data/elasticbeanstalk/2010-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pi\\2018-02-27\\paginators-1.json' => __DIR__ . '/Aws/data/pi/2018-02-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\pi\\2018-02-27\\api-2.json' => __DIR__ . '/Aws/data/pi/2018-02-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-03-25\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-03-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2017-10-30\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2017-10-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-29\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2015-07-27\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2015-07-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2019-03-26\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2019-03-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-06-18\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-06-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-01-28\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-01-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-09-07\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-09-07/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2020-05-31\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2020-05-31/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2020-05-31\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2020-05-31/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2020-05-31\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2020-05-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2020-05-31\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2020-05-31/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2020-05-31\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2020-05-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-01\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-11-25\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-11-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2016-08-20\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2016-08-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\waiters-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\smoke.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\waiters-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\cloudfront\\2018-11-05\\api-2.json' => __DIR__ . '/Aws/data/cloudfront/2018-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\smoke.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\paginators-1.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\waiters-2.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elasticloadbalancingv2\\2015-12-01\\api-2.json' => __DIR__ . '/Aws/data/elasticloadbalancingv2/2015-12-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\smoke.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\paginators-1.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\waiters-2.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\sqs\\2012-11-05\\api-2.json' => __DIR__ . '/Aws/data/sqs/2012-11-05/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecast\\2018-06-26\\paginators-1.json' => __DIR__ . '/Aws/data/forecast/2018-06-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\forecast\\2018-06-26\\api-2.json' => __DIR__ . '/Aws/data/forecast/2018-06-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resource-groups\\2017-11-27\\paginators-1.json' => __DIR__ . '/Aws/data/resource-groups/2017-11-27/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resource-groups\\2017-11-27\\api-2.json' => __DIR__ . '/Aws/data/resource-groups/2017-11-27/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\accessanalyzer\\2019-11-01\\paginators-1.json' => __DIR__ . '/Aws/data/accessanalyzer/2019-11-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\accessanalyzer\\2019-11-01\\api-2.json' => __DIR__ . '/Aws/data/accessanalyzer/2019-11-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\paginators-1.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\waiters-2.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\medialive\\2017-10-14\\api-2.json' => __DIR__ . '/Aws/data/medialive/2017-10-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\robomaker\\2018-06-29\\paginators-1.json' => __DIR__ . '/Aws/data/robomaker/2018-06-29/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\robomaker\\2018-06-29\\api-2.json' => __DIR__ . '/Aws/data/robomaker/2018-06-29/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lakeformation\\2017-03-31\\paginators-1.json' => __DIR__ . '/Aws/data/lakeformation/2017-03-31/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\lakeformation\\2017-03-31\\api-2.json' => __DIR__ . '/Aws/data/lakeformation/2017-03-31/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3control\\2018-08-20\\paginators-1.json' => __DIR__ . '/Aws/data/s3control/2018-08-20/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\s3control\\2018-08-20\\api-2.json' => __DIR__ . '/Aws/data/s3control/2018-08-20/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\smoke.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\paginators-1.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mturk-requester\\2017-01-17\\api-2.json' => __DIR__ . '/Aws/data/mturk-requester/2017-01-17/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\metering.marketplace\\2016-01-14\\paginators-1.json' => __DIR__ . '/Aws/data/metering.marketplace/2016-01-14/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\metering.marketplace\\2016-01-14\\api-2.json' => __DIR__ . '/Aws/data/metering.marketplace/2016-01-14/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehendmedical\\2018-10-30\\paginators-1.json' => __DIR__ . '/Aws/data/comprehendmedical/2018-10-30/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\comprehendmedical\\2018-10-30\\api-2.json' => __DIR__ . '/Aws/data/comprehendmedical/2018-10-30/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\smoke.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\paginators-1.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\devicefarm\\2015-06-23\\api-2.json' => __DIR__ . '/Aws/data/devicefarm/2015-06-23/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\data.iot\\2015-05-28\\smoke.json' => __DIR__ . '/Aws/data/data.iot/2015-05-28/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\data.iot\\2015-05-28\\paginators-1.json' => __DIR__ . '/Aws/data/data.iot/2015-05-28/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\data.iot\\2015-05-28\\api-2.json' => __DIR__ . '/Aws/data/data.iot/2015-05-28/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\waiters-1.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/waiters-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\smoke.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\paginators-1.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\waiters-2.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/waiters-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\elastictranscoder\\2012-09-25\\api-2.json' => __DIR__ . '/Aws/data/elastictranscoder/2012-09-25/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\smoke.json' => __DIR__ . '/Aws/data/athena/2017-05-18/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\paginators-1.json' => __DIR__ . '/Aws/data/athena/2017-05-18/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\athena\\2017-05-18\\api-2.json' => __DIR__ . '/Aws/data/athena/2017-05-18/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resourcegroupstaggingapi\\2017-01-26\\paginators-1.json' => __DIR__ . '/Aws/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\resourcegroupstaggingapi\\2017-01-26\\api-2.json' => __DIR__ . '/Aws/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore-data\\2017-09-01\\paginators-1.json' => __DIR__ . '/Aws/data/mediastore-data/2017-09-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\mediastore-data\\2017-09-01\\api-2.json' => __DIR__ . '/Aws/data/mediastore-data/2017-09-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\smoke.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/smoke.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\paginators-1.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/paginators-1.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\data\\route53resolver\\2018-04-01\\api-2.json' => __DIR__ . '/Aws/data/route53resolver/2018-04-01/api-2.json.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ManagedBlockchain\\Exception\\ManagedBlockchainException' => __DIR__ . '/Aws/ManagedBlockchain/Exception/ManagedBlockchainException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ManagedBlockchain\\ManagedBlockchainClient' => __DIR__ . '/Aws/ManagedBlockchain/ManagedBlockchainClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Psr16CacheAdapter' => __DIR__ . '/Aws/Psr16CacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Support\\Exception\\SupportException' => __DIR__ . '/Aws/Support/Exception/SupportException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Support\\SupportClient' => __DIR__ . '/Aws/Support/SupportClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kms\\Exception\\KmsException' => __DIR__ . '/Aws/Kms/Exception/KmsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kms\\KmsClient' => __DIR__ . '/Aws/Kms/KmsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceCatalog\\Exception\\ServiceCatalogException' => __DIR__ . '/Aws/ServiceCatalog/Exception/ServiceCatalogException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceCatalog\\ServiceCatalogClient' => __DIR__ . '/Aws/ServiceCatalog/ServiceCatalogClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SesV2\\Exception\\SesV2Exception' => __DIR__ . '/Aws/SesV2/Exception/SesV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SesV2\\SesV2Client' => __DIR__ . '/Aws/SesV2/SesV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kinesis\\KinesisClient' => __DIR__ . '/Aws/Kinesis/KinesisClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kinesis\\Exception\\KinesisException' => __DIR__ . '/Aws/Kinesis/Exception/KinesisException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickDevicesService\\Exception\\IoT1ClickDevicesServiceException' => __DIR__ . '/Aws/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoT1ClickDevicesService\\IoT1ClickDevicesServiceClient' => __DIR__ . '/Aws/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LicenseManager\\Exception\\LicenseManagerException' => __DIR__ . '/Aws/LicenseManager/Exception/LicenseManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LicenseManager\\LicenseManagerClient' => __DIR__ . '/Aws/LicenseManager/LicenseManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Organizations\\Exception\\OrganizationsException' => __DIR__ . '/Aws/Organizations/Exception/OrganizationsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Organizations\\OrganizationsClient' => __DIR__ . '/Aws/Organizations/OrganizationsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoSignalingChannels\\Exception\\KinesisVideoSignalingChannelsException' => __DIR__ . '/Aws/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoSignalingChannels\\KinesisVideoSignalingChannelsClient' => __DIR__ . '/Aws/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCatalog\\Exception\\MarketplaceCatalogException' => __DIR__ . '/Aws/MarketplaceCatalog/Exception/MarketplaceCatalogException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCatalog\\MarketplaceCatalogClient' => __DIR__ . '/Aws/MarketplaceCatalog/MarketplaceCatalogClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppMesh\\Exception\\AppMeshException' => __DIR__ . '/Aws/AppMesh/Exception/AppMeshException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppMesh\\AppMeshClient' => __DIR__ . '/Aws/AppMesh/AppMeshClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecurityHub\\Exception\\SecurityHubException' => __DIR__ . '/Aws/SecurityHub/Exception/SecurityHubException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecurityHub\\SecurityHubClient' => __DIR__ . '/Aws/SecurityHub/SecurityHubClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMail\\Exception\\WorkMailException' => __DIR__ . '/Aws/WorkMail/Exception/WorkMailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMail\\WorkMailClient' => __DIR__ . '/Aws/WorkMail/WorkMailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Mobile\\Exception\\MobileException' => __DIR__ . '/Aws/Mobile/Exception/MobileException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Mobile\\MobileClient' => __DIR__ . '/Aws/Mobile/MobileClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RAM\\Exception\\RAMException' => __DIR__ . '/Aws/RAM/Exception/RAMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RAM\\RAMClient' => __DIR__ . '/Aws/RAM/RAMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaTailor\\MediaTailorClient' => __DIR__ . '/Aws/MediaTailor/MediaTailorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaTailor\\Exception\\MediaTailorException' => __DIR__ . '/Aws/MediaTailor/Exception/MediaTailorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DatabaseMigrationService\\Exception\\DatabaseMigrationServiceException' => __DIR__ . '/Aws/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DatabaseMigrationService\\DatabaseMigrationServiceClient' => __DIR__ . '/Aws/DatabaseMigrationService/DatabaseMigrationServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Shield\\Exception\\ShieldException' => __DIR__ . '/Aws/Shield/Exception/ShieldException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Shield\\ShieldClient' => __DIR__ . '/Aws/Shield/ShieldClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideo\\Exception\\KinesisVideoException' => __DIR__ . '/Aws/KinesisVideo/Exception/KinesisVideoException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideo\\KinesisVideoClient' => __DIR__ . '/Aws/KinesisVideo/KinesisVideoClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\Exception\\StsException' => __DIR__ . '/Aws/Sts/Exception/StsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\StsClient' => __DIR__ . '/Aws/Sts/StsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\Exception\\ConfigurationException' => __DIR__ . '/Aws/Sts/RegionalEndpoints/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\ConfigurationInterface' => __DIR__ . '/Aws/Sts/RegionalEndpoints/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\ConfigurationProvider' => __DIR__ . '/Aws/Sts/RegionalEndpoints/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sts\\RegionalEndpoints\\Configuration' => __DIR__ . '/Aws/Sts/RegionalEndpoints/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarconnections\\CodeStarconnectionsClient' => __DIR__ . '/Aws/CodeStarconnections/CodeStarconnectionsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarconnections\\Exception\\CodeStarconnectionsException' => __DIR__ . '/Aws/CodeStarconnections/Exception/CodeStarconnectionsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HasDataTrait' => __DIR__ . '/Aws/HasDataTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DoctrineCacheAdapter' => __DIR__ . '/Aws/DoctrineCacheAdapter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MTurk\\Exception\\MTurkException' => __DIR__ . '/Aws/MTurk/Exception/MTurkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MTurk\\MTurkClient' => __DIR__ . '/Aws/MTurk/MTurkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DLM\\Exception\\DLMException' => __DIR__ . '/Aws/DLM/Exception/DLMException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DLM\\DLMClient' => __DIR__ . '/Aws/DLM/DLMClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatch\\CloudWatchClient' => __DIR__ . '/Aws/CloudWatch/CloudWatchClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatch\\Exception\\CloudWatchException' => __DIR__ . '/Aws/CloudWatch/Exception/CloudWatchException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PartitionInterface' => __DIR__ . '/Aws/Endpoint/PartitionInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\Partition' => __DIR__ . '/Aws/Endpoint/Partition.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PatternEndpointProvider' => __DIR__ . '/Aws/Endpoint/PatternEndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\EndpointProvider' => __DIR__ . '/Aws/Endpoint/EndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Endpoint\\PartitionEndpointProvider' => __DIR__ . '/Aws/Endpoint/PartitionEndpointProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServerlessApplicationRepository\\Exception\\ServerlessApplicationRepositoryException' => __DIR__ . '/Aws/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServerlessApplicationRepository\\ServerlessApplicationRepositoryClient' => __DIR__ . '/Aws/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticInference\\Exception\\ElasticInferenceException' => __DIR__ . '/Aws/ElasticInference/Exception/ElasticInferenceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticInference\\ElasticInferenceClient' => __DIR__ . '/Aws/ElasticInference/ElasticInferenceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointParameterMiddleware' => __DIR__ . '/Aws/EndpointParameterMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GuardDuty\\Exception\\GuardDutyException' => __DIR__ . '/Aws/GuardDuty/Exception/GuardDutyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GuardDuty\\GuardDutyClient' => __DIR__ . '/Aws/GuardDuty/GuardDutyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMailMessageFlow\\Exception\\WorkMailMessageFlowException' => __DIR__ . '/Aws/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkMailMessageFlow\\WorkMailMessageFlowClient' => __DIR__ . '/Aws/WorkMailMessageFlow/WorkMailMessageFlowClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroups\\Exception\\ResourceGroupsException' => __DIR__ . '/Aws/ResourceGroups/Exception/ResourceGroupsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroups\\ResourceGroupsClient' => __DIR__ . '/Aws/ResourceGroups/ResourceGroupsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoMedia\\Exception\\KinesisVideoMediaException' => __DIR__ . '/Aws/KinesisVideoMedia/Exception/KinesisVideoMediaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoMedia\\KinesisVideoMediaClient' => __DIR__ . '/Aws/KinesisVideoMedia/KinesisVideoMediaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDBSession\\Exception\\QLDBSessionException' => __DIR__ . '/Aws/QLDBSession/Exception/QLDBSessionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDBSession\\QLDBSessionClient' => __DIR__ . '/Aws/QLDBSession/QLDBSessionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackage\\Exception\\MediaPackageException' => __DIR__ . '/Aws/MediaPackage/Exception/MediaPackageException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackage\\MediaPackageClient' => __DIR__ . '/Aws/MediaPackage/MediaPackageClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IVS\\Exception\\IVSException' => __DIR__ . '/Aws/IVS/Exception/IVSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IVS\\IVSClient' => __DIR__ . '/Aws/IVS/IVSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecretsManager\\Exception\\SecretsManagerException' => __DIR__ . '/Aws/SecretsManager/Exception/SecretsManagerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SecretsManager\\SecretsManagerClient' => __DIR__ . '/Aws/SecretsManager/SecretsManagerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Chime\\Exception\\ChimeException' => __DIR__ . '/Aws/Chime/Exception/ChimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Chime\\ChimeClient' => __DIR__ . '/Aws/Chime/ChimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectoryService\\Exception\\DirectoryServiceException' => __DIR__ . '/Aws/DirectoryService/Exception/DirectoryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectoryService\\DirectoryServiceClient' => __DIR__ . '/Aws/DirectoryService/DirectoryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\kendra\\Exception\\kendraException' => __DIR__ . '/Aws/kendra/Exception/kendraException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\kendra\\kendraClient' => __DIR__ . '/Aws/kendra/kendraClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RetryMiddlewareV2' => __DIR__ . '/Aws/RetryMiddlewareV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Service' => __DIR__ . '/Aws/Api/Service.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\StructureShape' => __DIR__ . '/Aws/Api/StructureShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\DocModel' => __DIR__ . '/Aws/Api/DocModel.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\DateTimeResult' => __DIR__ . '/Aws/Api/DateTimeResult.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ShapeMap' => __DIR__ . '/Aws/Api/ShapeMap.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\AbstractModel' => __DIR__ . '/Aws/Api/AbstractModel.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\XmlErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/XmlErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\AbstractErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/AbstractErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\JsonRpcErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/JsonRpcErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\RestJsonErrorParser' => __DIR__ . '/Aws/Api/ErrorParser/RestJsonErrorParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ErrorParser\\JsonParserTrait' => __DIR__ . '/Aws/Api/ErrorParser/JsonParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Operation' => __DIR__ . '/Aws/Api/Operation.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\TimestampShape' => __DIR__ . '/Aws/Api/TimestampShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Validator' => __DIR__ . '/Aws/Api/Validator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ApiProvider' => __DIR__ . '/Aws/Api/ApiProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Shape' => __DIR__ . '/Aws/Api/Shape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\ListShape' => __DIR__ . '/Aws/Api/ListShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\MapShape' => __DIR__ . '/Aws/Api/MapShape.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestSerializer' => __DIR__ . '/Aws/Api/Serializer/RestSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\QuerySerializer' => __DIR__ . '/Aws/Api/Serializer/QuerySerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\QueryParamBuilder' => __DIR__ . '/Aws/Api/Serializer/QueryParamBuilder.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\Ec2ParamBuilder' => __DIR__ . '/Aws/Api/Serializer/Ec2ParamBuilder.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\JsonBody' => __DIR__ . '/Aws/Api/Serializer/JsonBody.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestXmlSerializer' => __DIR__ . '/Aws/Api/Serializer/RestXmlSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\XmlBody' => __DIR__ . '/Aws/Api/Serializer/XmlBody.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\RestJsonSerializer' => __DIR__ . '/Aws/Api/Serializer/RestJsonSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Serializer\\JsonRpcSerializer' => __DIR__ . '/Aws/Api/Serializer/JsonRpcSerializer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\JsonRpcParser' => __DIR__ . '/Aws/Api/Parser/JsonRpcParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\DecodingEventStreamIterator' => __DIR__ . '/Aws/Api/Parser/DecodingEventStreamIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\PayloadParserTrait' => __DIR__ . '/Aws/Api/Parser/PayloadParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\JsonParser' => __DIR__ . '/Aws/Api/Parser/JsonParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\Exception\\ParserException' => __DIR__ . '/Aws/Api/Parser/Exception/ParserException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\AbstractRestParser' => __DIR__ . '/Aws/Api/Parser/AbstractRestParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\AbstractParser' => __DIR__ . '/Aws/Api/Parser/AbstractParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\Crc32ValidatingParser' => __DIR__ . '/Aws/Api/Parser/Crc32ValidatingParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\RestJsonParser' => __DIR__ . '/Aws/Api/Parser/RestJsonParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\XmlParser' => __DIR__ . '/Aws/Api/Parser/XmlParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\EventParsingIterator' => __DIR__ . '/Aws/Api/Parser/EventParsingIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\QueryParser' => __DIR__ . '/Aws/Api/Parser/QueryParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\RestXmlParser' => __DIR__ . '/Aws/Api/Parser/RestXmlParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Api\\Parser\\MetadataParserTrait' => __DIR__ . '/Aws/Api/Parser/MetadataParserTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sfn\\Exception\\SfnException' => __DIR__ . '/Aws/Sfn/Exception/SfnException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sfn\\SfnClient' => __DIR__ . '/Aws/Sfn/SfnClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTThingsGraph\\Exception\\IoTThingsGraphException' => __DIR__ . '/Aws/IoTThingsGraph/Exception/IoTThingsGraphException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTThingsGraph\\IoTThingsGraphClient' => __DIR__ . '/Aws/IoTThingsGraph/IoTThingsGraphClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\RetryHelperTrait' => __DIR__ . '/Aws/Retry/RetryHelperTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\Exception\\ConfigurationException' => __DIR__ . '/Aws/Retry/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\ConfigurationInterface' => __DIR__ . '/Aws/Retry/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\ConfigurationProvider' => __DIR__ . '/Aws/Retry/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\RateLimiter' => __DIR__ . '/Aws/Retry/RateLimiter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\QuotaManager' => __DIR__ . '/Aws/Retry/QuotaManager.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Retry\\Configuration' => __DIR__ . '/Aws/Retry/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexRuntimeService\\LexRuntimeServiceClient' => __DIR__ . '/Aws/LexRuntimeService/LexRuntimeServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LexRuntimeService\\Exception\\LexRuntimeServiceException' => __DIR__ . '/Aws/LexRuntimeService/Exception/LexRuntimeServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTJobsDataPlane\\Exception\\IoTJobsDataPlaneException' => __DIR__ . '/Aws/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTJobsDataPlane\\IoTJobsDataPlaneClient' => __DIR__ . '/Aws/IoTJobsDataPlane/IoTJobsDataPlaneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Outposts\\OutpostsClient' => __DIR__ . '/Aws/Outposts/OutpostsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Outposts\\Exception\\OutpostsException' => __DIR__ . '/Aws/Outposts/Exception/OutpostsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStoreData\\Exception\\MediaStoreDataException' => __DIR__ . '/Aws/MediaStoreData/Exception/MediaStoreDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStoreData\\MediaStoreDataClient' => __DIR__ . '/Aws/MediaStoreData/MediaStoreDataClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MockHandler' => __DIR__ . '/Aws/MockHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Result' => __DIR__ . '/Aws/Result.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\functions' => __DIR__ . '/Aws/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Translate\\TranslateClient' => __DIR__ . '/Aws/Translate/TranslateClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Translate\\Exception\\TranslateException' => __DIR__ . '/Aws/Translate/Exception/TranslateException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayManagementApi\\Exception\\ApiGatewayManagementApiException' => __DIR__ . '/Aws/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayManagementApi\\ApiGatewayManagementApiClient' => __DIR__ . '/Aws/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Middleware' => __DIR__ . '/Aws/Middleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureTrait' => __DIR__ . '/Aws/Signature/SignatureTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureInterface' => __DIR__ . '/Aws/Signature/SignatureInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\S3SignatureV4' => __DIR__ . '/Aws/Signature/S3SignatureV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureV4' => __DIR__ . '/Aws/Signature/SignatureV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\AnonymousSignature' => __DIR__ . '/Aws/Signature/AnonymousSignature.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Signature\\SignatureProvider' => __DIR__ . '/Aws/Signature/SignatureProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StreamRequestPayloadMiddleware' => __DIR__ . '/Aws/StreamRequestPayloadMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Neptune\\Exception\\NeptuneException' => __DIR__ . '/Aws/Neptune/Exception/NeptuneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Neptune\\NeptuneClient' => __DIR__ . '/Aws/Neptune/NeptuneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AbstractConfigurationProvider' => __DIR__ . '/Aws/AbstractConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Budgets\\BudgetsClient' => __DIR__ . '/Aws/Budgets/BudgetsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Budgets\\Exception\\BudgetsException' => __DIR__ . '/Aws/Budgets/Exception/BudgetsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WrappedHttpHandler' => __DIR__ . '/Aws/WrappedHttpHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorks\\Exception\\OpsWorksException' => __DIR__ . '/Aws/OpsWorks/Exception/OpsWorksException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\OpsWorks\\OpsWorksClient' => __DIR__ . '/Aws/OpsWorks/OpsWorksClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StorageGateway\\Exception\\StorageGatewayException' => __DIR__ . '/Aws/StorageGateway/Exception/StorageGatewayException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\StorageGateway\\StorageGatewayClient' => __DIR__ . '/Aws/StorageGateway/StorageGatewayClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHsm\\Exception\\CloudHsmException' => __DIR__ . '/Aws/CloudHsm/Exception/CloudHsmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudHsm\\CloudHsmClient' => __DIR__ . '/Aws/CloudHsm/CloudHsmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResultInterface' => __DIR__ . '/Aws/ResultInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigService\\Exception\\ConfigServiceException' => __DIR__ . '/Aws/ConfigService/Exception/ConfigServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ConfigService\\ConfigServiceClient' => __DIR__ . '/Aws/ConfigService/ConfigServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchEvents\\Exception\\CloudWatchEventsException' => __DIR__ . '/Aws/CloudWatchEvents/Exception/CloudWatchEventsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchEvents\\CloudWatchEventsClient' => __DIR__ . '/Aws/CloudWatchEvents/CloudWatchEventsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeDeploy\\Exception\\CodeDeployException' => __DIR__ . '/Aws/CodeDeploy/Exception/CodeDeployException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeDeploy\\CodeDeployClient' => __DIR__ . '/Aws/CodeDeploy/CodeDeployClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Honeycode\\Exception\\HoneycodeException' => __DIR__ . '/Aws/Honeycode/Exception/HoneycodeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Honeycode\\HoneycodeClient' => __DIR__ . '/Aws/Honeycode/HoneycodeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ImportExport\\Exception\\ImportExportException' => __DIR__ . '/Aws/ImportExport/Exception/ImportExportException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ImportExport\\ImportExportClient' => __DIR__ . '/Aws/ImportExport/ImportExportClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationInsights\\Exception\\ApplicationInsightsException' => __DIR__ . '/Aws/ApplicationInsights/Exception/ApplicationInsightsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationInsights\\ApplicationInsightsClient' => __DIR__ . '/Aws/ApplicationInsights/ApplicationInsightsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RDSDataService\\Exception\\RDSDataServiceException' => __DIR__ . '/Aws/RDSDataService/Exception/RDSDataServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RDSDataService\\RDSDataServiceClient' => __DIR__ . '/Aws/RDSDataService/RDSDataServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchLogs\\Exception\\CloudWatchLogsException' => __DIR__ . '/Aws/CloudWatchLogs/Exception/CloudWatchLogsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudWatchLogs\\CloudWatchLogsClient' => __DIR__ . '/Aws/CloudWatchLogs/CloudWatchLogsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ses\\Exception\\SesException' => __DIR__ . '/Aws/Ses/Exception/SesException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ses\\SesClient' => __DIR__ . '/Aws/Ses/SesClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComputeOptimizer\\Exception\\ComputeOptimizerException' => __DIR__ . '/Aws/ComputeOptimizer/Exception/ComputeOptimizerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ComputeOptimizer\\ComputeOptimizerClient' => __DIR__ . '/Aws/ComputeOptimizer/ComputeOptimizerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClient' => __DIR__ . '/Aws/AwsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Textract\\Exception\\TextractException' => __DIR__ . '/Aws/Textract/Exception/TextractException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Textract\\TextractClient' => __DIR__ . '/Aws/Textract/TextractClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStar\\CodeStarClient' => __DIR__ . '/Aws/CodeStar/CodeStarClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStar\\Exception\\CodeStarException' => __DIR__ . '/Aws/CodeStar/Exception/CodeStarException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lightsail\\Exception\\LightsailException' => __DIR__ . '/Aws/Lightsail/Exception/LightsailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Lightsail\\LightsailClient' => __DIR__ . '/Aws/Lightsail/LightsailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Schemas\\Exception\\SchemasException' => __DIR__ . '/Aws/Schemas/Exception/SchemasException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Schemas\\SchemasClient' => __DIR__ . '/Aws/Schemas/SchemasClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Acm\\Exception\\AcmException' => __DIR__ . '/Aws/Acm/Exception/AcmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Acm\\AcmClient' => __DIR__ . '/Aws/Acm/AcmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEventsData\\Exception\\IoTEventsDataException' => __DIR__ . '/Aws/IoTEventsData/Exception/IoTEventsDataException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTEventsData\\IoTEventsDataClient' => __DIR__ . '/Aws/IoTEventsData/IoTEventsDataClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CommandPool' => __DIR__ . '/Aws/CommandPool.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iot\\Exception\\IotException' => __DIR__ . '/Aws/Iot/Exception/IotException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iot\\IotClient' => __DIR__ . '/Aws/Iot/IotClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSecureTunneling\\Exception\\IoTSecureTunnelingException' => __DIR__ . '/Aws/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IoTSecureTunneling\\IoTSecureTunnelingClient' => __DIR__ . '/Aws/IoTSecureTunneling/IoTSecureTunnelingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationAutoScaling\\Exception\\ApplicationAutoScalingException' => __DIR__ . '/Aws/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationAutoScaling\\ApplicationAutoScalingClient' => __DIR__ . '/Aws/ApplicationAutoScaling/ApplicationAutoScalingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticTranscoder\\Exception\\ElasticTranscoderException' => __DIR__ . '/Aws/ElasticTranscoder/Exception/ElasticTranscoderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticTranscoder\\ElasticTranscoderClient' => __DIR__ . '/Aws/ElasticTranscoder/ElasticTranscoderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroupsTaggingAPI\\Exception\\ResourceGroupsTaggingAPIException' => __DIR__ . '/Aws/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResourceGroupsTaggingAPI\\ResourceGroupsTaggingAPIClient' => __DIR__ . '/Aws/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecs\\Exception\\EcsException' => __DIR__ . '/Aws/Ecs/Exception/EcsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecs\\EcsClient' => __DIR__ . '/Aws/Ecs/EcsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glue\\GlueClient' => __DIR__ . '/Aws/Glue/GlueClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Glue\\Exception\\GlueException' => __DIR__ . '/Aws/Glue/Exception/GlueException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TranscribeService\\Exception\\TranscribeServiceException' => __DIR__ . '/Aws/TranscribeService/Exception/TranscribeServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TranscribeService\\TranscribeServiceClient' => __DIR__ . '/Aws/TranscribeService/TranscribeServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Connect\\Exception\\ConnectException' => __DIR__ . '/Aws/Connect/Exception/ConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Connect\\ConnectClient' => __DIR__ . '/Aws/Connect/ConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BucketEndpointArnMiddleware' => __DIR__ . '/Aws/S3/BucketEndpointArnMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RetryableMalformedResponseParser' => __DIR__ . '/Aws/S3/RetryableMalformedResponseParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartCopy' => __DIR__ . '/Aws/S3/MultipartCopy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\S3Exception' => __DIR__ . '/Aws/S3/Exception/S3Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\PermanentRedirectException' => __DIR__ . '/Aws/S3/Exception/PermanentRedirectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\S3MultipartUploadException' => __DIR__ . '/Aws/S3/Exception/S3MultipartUploadException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Exception\\DeleteMultipleObjectsException' => __DIR__ . '/Aws/S3/Exception/DeleteMultipleObjectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartUploadingTrait' => __DIR__ . '/Aws/S3/MultipartUploadingTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3EndpointMiddleware' => __DIR__ . '/Aws/S3/S3EndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ApplyChecksumMiddleware' => __DIR__ . '/Aws/S3/ApplyChecksumMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3UriParser' => __DIR__ . '/Aws/S3/S3UriParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BatchDelete' => __DIR__ . '/Aws/S3/BatchDelete.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\InstructionFileMetadataStrategy' => __DIR__ . '/Aws/S3/Crypto/InstructionFileMetadataStrategy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionMultipartUploaderV2' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionMultipartUploaderV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\HeadersMetadataStrategy' => __DIR__ . '/Aws/S3/Crypto/HeadersMetadataStrategy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionClient' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionClientV2' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionClientV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\UserAgentTrait' => __DIR__ . '/Aws/S3/Crypto/UserAgentTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\CryptoParamsTraitV2' => __DIR__ . '/Aws/S3/Crypto/CryptoParamsTraitV2.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\CryptoParamsTrait' => __DIR__ . '/Aws/S3/Crypto/CryptoParamsTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Crypto\\S3EncryptionMultipartUploader' => __DIR__ . '/Aws/S3/Crypto/S3EncryptionMultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3Client' => __DIR__ . '/Aws/S3/S3Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\Exception\\ConfigurationException' => __DIR__ . '/Aws/S3/UseArnRegion/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\ConfigurationInterface' => __DIR__ . '/Aws/S3/UseArnRegion/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\ConfigurationProvider' => __DIR__ . '/Aws/S3/UseArnRegion/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\UseArnRegion\\Configuration' => __DIR__ . '/Aws/S3/UseArnRegion/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\MultipartUploader' => __DIR__ . '/Aws/S3/MultipartUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PermanentRedirectMiddleware' => __DIR__ . '/Aws/S3/PermanentRedirectMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3ClientInterface' => __DIR__ . '/Aws/S3/S3ClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ObjectUploader' => __DIR__ . '/Aws/S3/ObjectUploader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\Transfer' => __DIR__ . '/Aws/S3/Transfer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\StreamWrapper' => __DIR__ . '/Aws/S3/StreamWrapper.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3ClientTrait' => __DIR__ . '/Aws/S3/S3ClientTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PutObjectUrlMiddleware' => __DIR__ . '/Aws/S3/PutObjectUrlMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\AmbiguousSuccessParser' => __DIR__ . '/Aws/S3/AmbiguousSuccessParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PostObjectV4' => __DIR__ . '/Aws/S3/PostObjectV4.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\ObjectCopier' => __DIR__ . '/Aws/S3/ObjectCopier.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\GetBucketLocationParser' => __DIR__ . '/Aws/S3/GetBucketLocationParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\S3MultiRegionClient' => __DIR__ . '/Aws/S3/S3MultiRegionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\BucketEndpointMiddleware' => __DIR__ . '/Aws/S3/BucketEndpointMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\PostObject' => __DIR__ . '/Aws/S3/PostObject.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\Exception\\ConfigurationException' => __DIR__ . '/Aws/S3/RegionalEndpoint/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\ConfigurationInterface' => __DIR__ . '/Aws/S3/RegionalEndpoint/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\ConfigurationProvider' => __DIR__ . '/Aws/S3/RegionalEndpoint/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\RegionalEndpoint\\Configuration' => __DIR__ . '/Aws/S3/RegionalEndpoint/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\S3\\SSECMiddleware' => __DIR__ . '/Aws/S3/SSECMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataSync\\Exception\\DataSyncException' => __DIR__ . '/Aws/DataSync/Exception/DataSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataSync\\DataSyncClient' => __DIR__ . '/Aws/DataSync/DataSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastService\\Exception\\ForecastServiceException' => __DIR__ . '/Aws/ForecastService/Exception/ForecastServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ForecastService\\ForecastServiceClient' => __DIR__ . '/Aws/ForecastService/ForecastServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\Exception\\CloudTrailException' => __DIR__ . '/Aws/CloudTrail/Exception/CloudTrailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogRecordIterator' => __DIR__ . '/Aws/CloudTrail/LogRecordIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\CloudTrailClient' => __DIR__ . '/Aws/CloudTrail/CloudTrailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogFileReader' => __DIR__ . '/Aws/CloudTrail/LogFileReader.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CloudTrail\\LogFileIterator' => __DIR__ . '/Aws/CloudTrail/LogFileIterator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\signer\\Exception\\signerException' => __DIR__ . '/Aws/signer/Exception/signerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\signer\\signerClient' => __DIR__ . '/Aws/signer/signerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaLive\\Exception\\MediaLiveException' => __DIR__ . '/Aws/MediaLive/Exception/MediaLiveException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaLive\\MediaLiveClient' => __DIR__ . '/Aws/MediaLive/MediaLiveClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHubConfig\\Exception\\MigrationHubConfigException' => __DIR__ . '/Aws/MigrationHubConfig/Exception/MigrationHubConfigException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHubConfig\\MigrationHubConfigClient' => __DIR__ . '/Aws/MigrationHubConfig/MigrationHubConfigClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarNotifications\\Exception\\CodeStarNotificationsException' => __DIR__ . '/Aws/CodeStarNotifications/Exception/CodeStarNotificationsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeStarNotifications\\CodeStarNotificationsClient' => __DIR__ . '/Aws/CodeStarNotifications/CodeStarNotificationsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoArchivedMedia\\Exception\\KinesisVideoArchivedMediaException' => __DIR__ . '/Aws/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\KinesisVideoArchivedMedia\\KinesisVideoArchivedMediaClient' => __DIR__ . '/Aws/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ResultPaginator' => __DIR__ . '/Aws/ResultPaginator.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AugmentedAIRuntime\\Exception\\AugmentedAIRuntimeException' => __DIR__ . '/Aws/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AugmentedAIRuntime\\AugmentedAIRuntimeClient' => __DIR__ . '/Aws/AugmentedAIRuntime/AugmentedAIRuntimeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDB\\Exception\\QLDBException' => __DIR__ . '/Aws/QLDB/Exception/QLDBException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\QLDB\\QLDBClient' => __DIR__ . '/Aws/QLDB/QLDBClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RoboMaker\\Exception\\RoboMakerException' => __DIR__ . '/Aws/RoboMaker/Exception/RoboMakerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RoboMaker\\RoboMakerClient' => __DIR__ . '/Aws/RoboMaker/RoboMakerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HashInterface' => __DIR__ . '/Aws/HashInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MultiRegionClient' => __DIR__ . '/Aws/MultiRegionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecr\\Exception\\EcrException' => __DIR__ . '/Aws/Ecr/Exception/EcrException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ecr\\EcrClient' => __DIR__ . '/Aws/Ecr/EcrClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppSync\\Exception\\AppSyncException' => __DIR__ . '/Aws/AppSync/Exception/AppSyncException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppSync\\AppSyncClient' => __DIR__ . '/Aws/AppSync/AppSyncClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sms\\Exception\\SmsException' => __DIR__ . '/Aws/Sms/Exception/SmsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sms\\SmsClient' => __DIR__ . '/Aws/Sms/SmsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectConnect\\DirectConnectClient' => __DIR__ . '/Aws/DirectConnect/DirectConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DirectConnect\\Exception\\DirectConnectException' => __DIR__ . '/Aws/DirectConnect/Exception/DirectConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Waiter' => __DIR__ . '/Aws/Waiter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rekognition\\Exception\\RekognitionException' => __DIR__ . '/Aws/Rekognition/Exception/RekognitionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Rekognition\\RekognitionClient' => __DIR__ . '/Aws/Rekognition/RekognitionClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Resolver\\Exception\\Route53ResolverException' => __DIR__ . '/Aws/Route53Resolver/Exception/Route53ResolverException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Route53Resolver\\Route53ResolverClient' => __DIR__ . '/Aws/Route53Resolver/Route53ResolverClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AccessAnalyzer\\Exception\\AccessAnalyzerException' => __DIR__ . '/Aws/AccessAnalyzer/Exception/AccessAnalyzerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AccessAnalyzer\\AccessAnalyzerClient' => __DIR__ . '/Aws/AccessAnalyzer/AccessAnalyzerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeCommit\\CodeCommitClient' => __DIR__ . '/Aws/CodeCommit/CodeCommitClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeCommit\\Exception\\CodeCommitException' => __DIR__ . '/Aws/CodeCommit/Exception/CodeCommitException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScalingPlans\\Exception\\AutoScalingPlansException' => __DIR__ . '/Aws/AutoScalingPlans/Exception/AutoScalingPlansException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScalingPlans\\AutoScalingPlansClient' => __DIR__ . '/Aws/AutoScalingPlans/AutoScalingPlansClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentityProvider\\CognitoIdentityProviderClient' => __DIR__ . '/Aws/CognitoIdentityProvider/CognitoIdentityProviderClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CognitoIdentityProvider\\Exception\\CognitoIdentityProviderException' => __DIR__ . '/Aws/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruReviewer\\Exception\\CodeGuruReviewerException' => __DIR__ . '/Aws/CodeGuruReviewer/Exception/CodeGuruReviewerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruReviewer\\CodeGuruReviewerClient' => __DIR__ . '/Aws/CodeGuruReviewer/CodeGuruReviewerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FMS\\Exception\\FMSException' => __DIR__ . '/Aws/FMS/Exception/FMSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FMS\\FMSClient' => __DIR__ . '/Aws/FMS/FMSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Backup\\Exception\\BackupException' => __DIR__ . '/Aws/Backup/Exception/BackupException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Backup\\BackupClient' => __DIR__ . '/Aws/Backup/BackupClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FraudDetector\\Exception\\FraudDetectorException' => __DIR__ . '/Aws/FraudDetector/Exception/FraudDetectorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\FraudDetector\\FraudDetectorClient' => __DIR__ . '/Aws/FraudDetector/FraudDetectorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PresignUrlMiddleware' => __DIR__ . '/Aws/PresignUrlMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Inspector\\Exception\\InspectorException' => __DIR__ . '/Aws/Inspector/Exception/InspectorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Inspector\\InspectorClient' => __DIR__ . '/Aws/Inspector/InspectorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceDiscovery\\Exception\\ServiceDiscoveryException' => __DIR__ . '/Aws/ServiceDiscovery/Exception/ServiceDiscoveryException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ServiceDiscovery\\ServiceDiscoveryClient' => __DIR__ . '/Aws/ServiceDiscovery/ServiceDiscoveryClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GroundStation\\Exception\\GroundStationException' => __DIR__ . '/Aws/GroundStation/Exception/GroundStationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GroundStation\\GroundStationClient' => __DIR__ . '/Aws/GroundStation/GroundStationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie2\\Exception\\Macie2Exception' => __DIR__ . '/Aws/Macie2/Exception/Macie2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Macie2\\Macie2Client' => __DIR__ . '/Aws/Macie2/Macie2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Polly\\Exception\\PollyException' => __DIR__ . '/Aws/Polly/Exception/PollyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Polly\\PollyClient' => __DIR__ . '/Aws/Polly/PollyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Sdk' => __DIR__ . '/Aws/Sdk.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruProfiler\\Exception\\CodeGuruProfilerException' => __DIR__ . '/Aws/CodeGuruProfiler/Exception/CodeGuruProfilerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeGuruProfiler\\CodeGuruProfilerClient' => __DIR__ . '/Aws/CodeGuruProfiler/CodeGuruProfilerClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DeviceFarm\\Exception\\DeviceFarmException' => __DIR__ . '/Aws/DeviceFarm/Exception/DeviceFarmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DeviceFarm\\DeviceFarmClient' => __DIR__ . '/Aws/DeviceFarm/DeviceFarmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHub\\Exception\\MigrationHubException' => __DIR__ . '/Aws/MigrationHub/Exception/MigrationHubException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MigrationHub\\MigrationHubClient' => __DIR__ . '/Aws/MigrationHub/MigrationHubClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCommerceAnalytics\\Exception\\MarketplaceCommerceAnalyticsException' => __DIR__ . '/Aws/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MarketplaceCommerceAnalytics\\MarketplaceCommerceAnalyticsClient' => __DIR__ . '/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackageVod\\Exception\\MediaPackageVodException' => __DIR__ . '/Aws/MediaPackageVod/Exception/MediaPackageVodException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaPackageVod\\MediaPackageVodClient' => __DIR__ . '/Aws/MediaPackageVod/MediaPackageVodClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\EcsCredentialProvider' => __DIR__ . '/Aws/Credentials/EcsCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\InstanceProfileProvider' => __DIR__ . '/Aws/Credentials/InstanceProfileProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\AssumeRoleWithWebIdentityCredentialProvider' => __DIR__ . '/Aws/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\CredentialsInterface' => __DIR__ . '/Aws/Credentials/CredentialsInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\AssumeRoleCredentialProvider' => __DIR__ . '/Aws/Credentials/AssumeRoleCredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\Credentials' => __DIR__ . '/Aws/Credentials/Credentials.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Credentials\\CredentialProvider' => __DIR__ . '/Aws/Credentials/CredentialProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScaling\\Exception\\AutoScalingException' => __DIR__ . '/Aws/AutoScaling/Exception/AutoScalingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AutoScaling\\AutoScalingClient' => __DIR__ . '/Aws/AutoScaling/AutoScalingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointSMSVoice\\Exception\\PinpointSMSVoiceException' => __DIR__ . '/Aws/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointSMSVoice\\PinpointSMSVoiceClient' => __DIR__ . '/Aws/PinpointSMSVoice/PinpointSMSVoiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticBeanstalk\\Exception\\ElasticBeanstalkException' => __DIR__ . '/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticBeanstalk\\ElasticBeanstalkClient' => __DIR__ . '/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PhpHash' => __DIR__ . '/Aws/PhpHash.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Braket\\Exception\\BraketException' => __DIR__ . '/Aws/Braket/Exception/BraketException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Braket\\BraketClient' => __DIR__ . '/Aws/Braket/BraketClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointEmail\\Exception\\PinpointEmailException' => __DIR__ . '/Aws/PinpointEmail/Exception/PinpointEmailException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\PinpointEmail\\PinpointEmailClient' => __DIR__ . '/Aws/PinpointEmail/PinpointEmailClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EC2InstanceConnect\\Exception\\EC2InstanceConnectException' => __DIR__ . '/Aws/EC2InstanceConnect/Exception/EC2InstanceConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EC2InstanceConnect\\EC2InstanceConnectClient' => __DIR__ . '/Aws/EC2InstanceConnect/EC2InstanceConnectClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EKS\\Exception\\EKSException' => __DIR__ . '/Aws/EKS/Exception/EKSException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EKS\\EKSClient' => __DIR__ . '/Aws/EKS/EKSClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pricing\\Exception\\PricingException' => __DIR__ . '/Aws/Pricing/Exception/PricingException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Pricing\\PricingClient' => __DIR__ . '/Aws/Pricing/PricingClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\RetryMiddleware' => __DIR__ . '/Aws/RetryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IotDataPlane\\IotDataPlaneClient' => __DIR__ . '/Aws/IotDataPlane/IotDataPlaneClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\IotDataPlane\\Exception\\IotDataPlaneException' => __DIR__ . '/Aws/IotDataPlane/Exception/IotDataPlaneException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\Exception\\InvalidArnException' => __DIR__ . '/Aws/Arn/Exception/InvalidArnException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ArnParser' => __DIR__ . '/Aws/Arn/ArnParser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ResourceTypeAndIdTrait' => __DIR__ . '/Aws/Arn/ResourceTypeAndIdTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\Arn' => __DIR__ . '/Aws/Arn/Arn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\S3\\AccessPointArn' => __DIR__ . '/Aws/Arn/S3/AccessPointArn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\AccessPointArn' => __DIR__ . '/Aws/Arn/AccessPointArn.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Arn\\ArnInterface' => __DIR__ . '/Aws/Arn/ArnInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\JsonCompiler' => __DIR__ . '/Aws/JsonCompiler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Command' => __DIR__ . '/Aws/Command.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MachineLearning\\MachineLearningClient' => __DIR__ . '/Aws/MachineLearning/MachineLearningClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MachineLearning\\Exception\\MachineLearningException' => __DIR__ . '/Aws/MachineLearning/Exception/MachineLearningException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Transfer\\Exception\\TransferException' => __DIR__ . '/Aws/Transfer/Exception/TransferException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Transfer\\TransferClient' => __DIR__ . '/Aws/Transfer/TransferClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationDiscoveryService\\Exception\\ApplicationDiscoveryServiceException' => __DIR__ . '/Aws/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApplicationDiscoveryService\\ApplicationDiscoveryServiceClient' => __DIR__ . '/Aws/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionConnectionConfigTrait' => __DIR__ . '/Aws/DynamoDb/SessionConnectionConfigTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\Exception\\DynamoDbException' => __DIR__ . '/Aws/DynamoDb/Exception/DynamoDbException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionConnectionInterface' => __DIR__ . '/Aws/DynamoDb/SessionConnectionInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\DynamoDbClient' => __DIR__ . '/Aws/DynamoDb/DynamoDbClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\BinaryValue' => __DIR__ . '/Aws/DynamoDb/BinaryValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SetValue' => __DIR__ . '/Aws/DynamoDb/SetValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\NumberValue' => __DIR__ . '/Aws/DynamoDb/NumberValue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\SessionHandler' => __DIR__ . '/Aws/DynamoDb/SessionHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\Marshaler' => __DIR__ . '/Aws/DynamoDb/Marshaler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\WriteRequestBatch' => __DIR__ . '/Aws/DynamoDb/WriteRequestBatch.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\StandardSessionConnection' => __DIR__ . '/Aws/DynamoDb/StandardSessionConnection.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DynamoDb\\LockingSessionConnection' => __DIR__ . '/Aws/DynamoDb/LockingSessionConnection.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kafka\\Exception\\KafkaException' => __DIR__ . '/Aws/Kafka/Exception/KafkaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Kafka\\KafkaClient' => __DIR__ . '/Aws/Kafka/KafkaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ssm\\Exception\\SsmException' => __DIR__ . '/Aws/Ssm/Exception/SsmException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Ssm\\SsmClient' => __DIR__ . '/Aws/Ssm/SsmClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Appstream\\Exception\\AppstreamException' => __DIR__ . '/Aws/Appstream/Exception/AppstreamException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Appstream\\AppstreamClient' => __DIR__ . '/Aws/Appstream/AppstreamClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iam\\Exception\\IamException' => __DIR__ . '/Aws/Iam/Exception/IamException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Iam\\IamClient' => __DIR__ . '/Aws/Iam/IamClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Redshift\\Exception\\RedshiftException' => __DIR__ . '/Aws/Redshift/Exception/RedshiftException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Redshift\\RedshiftClient' => __DIR__ . '/Aws/Redshift/RedshiftClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\TraceMiddleware' => __DIR__ . '/Aws/TraceMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Swf\\Exception\\SwfException' => __DIR__ . '/Aws/Swf/Exception/SwfException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Swf\\SwfClient' => __DIR__ . '/Aws/Swf/SwfClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Athena\\AthenaClient' => __DIR__ . '/Aws/Athena/AthenaClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Athena\\Exception\\AthenaException' => __DIR__ . '/Aws/Athena/Exception/AthenaException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GameLift\\GameLiftClient' => __DIR__ . '/Aws/GameLift/GameLiftClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GameLift\\Exception\\GameLiftException' => __DIR__ . '/Aws/GameLift/Exception/GameLiftException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodePipeline\\Exception\\CodePipelineException' => __DIR__ . '/Aws/CodePipeline/Exception/CodePipelineException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodePipeline\\CodePipelineClient' => __DIR__ . '/Aws/CodePipeline/CodePipelineClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppConfig\\Exception\\AppConfigException' => __DIR__ . '/Aws/AppConfig/Exception/AppConfigException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AppConfig\\AppConfigClient' => __DIR__ . '/Aws/AppConfig/AppConfigClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkSpaces\\Exception\\WorkSpacesException' => __DIR__ . '/Aws/WorkSpaces/Exception/WorkSpacesException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WorkSpaces\\WorkSpacesClient' => __DIR__ . '/Aws/WorkSpaces/WorkSpacesClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\Exception\\ConfigurationException' => __DIR__ . '/Aws/EndpointDiscovery/Exception/ConfigurationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\ConfigurationInterface' => __DIR__ . '/Aws/EndpointDiscovery/ConfigurationInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\EndpointList' => __DIR__ . '/Aws/EndpointDiscovery/EndpointList.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\ConfigurationProvider' => __DIR__ . '/Aws/EndpointDiscovery/ConfigurationProvider.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\EndpointDiscoveryMiddleware' => __DIR__ . '/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\EndpointDiscovery\\Configuration' => __DIR__ . '/Aws/EndpointDiscovery/Configuration.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SnowBall\\Exception\\SnowBallException' => __DIR__ . '/Aws/SnowBall/Exception/SnowBallException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\SnowBall\\SnowBallClient' => __DIR__ . '/Aws/SnowBall/SnowBallClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\AwsClientInterface' => __DIR__ . '/Aws/AwsClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticsearchService\\Exception\\ElasticsearchServiceException' => __DIR__ . '/Aws/ElasticsearchService/Exception/ElasticsearchServiceException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElasticsearchService\\ElasticsearchServiceClient' => __DIR__ . '/Aws/ElasticsearchService/ElasticsearchServiceClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataExchange\\Exception\\DataExchangeException' => __DIR__ . '/Aws/DataExchange/Exception/DataExchangeException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\DataExchange\\DataExchangeClient' => __DIR__ . '/Aws/DataExchange/DataExchangeClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStore\\MediaStoreClient' => __DIR__ . '/Aws/MediaStore/MediaStoreClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\MediaStore\\Exception\\MediaStoreException' => __DIR__ . '/Aws/MediaStore/Exception/MediaStoreException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Health\\Exception\\HealthException' => __DIR__ . '/Aws/Health/Exception/HealthException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Health\\HealthClient' => __DIR__ . '/Aws/Health/HealthClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Amplify\\Exception\\AmplifyException' => __DIR__ . '/Aws/Amplify/Exception/AmplifyException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Amplify\\AmplifyClient' => __DIR__ . '/Aws/Amplify/AmplifyClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GlobalAccelerator\\Exception\\GlobalAcceleratorException' => __DIR__ . '/Aws/GlobalAccelerator/Exception/GlobalAcceleratorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\GlobalAccelerator\\GlobalAcceleratorClient' => __DIR__ . '/Aws/GlobalAccelerator/GlobalAcceleratorClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeArtifact\\Exception\\CodeArtifactException' => __DIR__ . '/Aws/CodeArtifact/Exception/CodeArtifactException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\CodeArtifact\\CodeArtifactClient' => __DIR__ . '/Aws/CodeArtifact/CodeArtifactClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WAFV2\\Exception\\WAFV2Exception' => __DIR__ . '/Aws/WAFV2/Exception/WAFV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\WAFV2\\WAFV2Client' => __DIR__ . '/Aws/WAFV2/WAFV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElastiCache\\Exception\\ElastiCacheException' => __DIR__ . '/Aws/ElastiCache/Exception/ElastiCacheException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ElastiCache\\ElastiCacheClient' => __DIR__ . '/Aws/ElastiCache/ElastiCacheClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayV2\\ApiGatewayV2Client' => __DIR__ . '/Aws/ApiGatewayV2/ApiGatewayV2Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\ApiGatewayV2\\Exception\\ApiGatewayV2Exception' => __DIR__ . '/Aws/ApiGatewayV2/Exception/ApiGatewayV2Exception.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\HandlerList' => __DIR__ . '/Aws/HandlerList.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Efs\\Exception\\EfsException' => __DIR__ . '/Aws/Efs/Exception/EfsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\Efs\\EfsClient' => __DIR__ . '/Aws/Efs/EfsClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LakeFormation\\Exception\\LakeFormationException' => __DIR__ . '/Aws/LakeFormation/Exception/LakeFormationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\Aws\\LakeFormation\\LakeFormationClient' => __DIR__ . '/Aws/LakeFormation/LakeFormationClient.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/GuzzleHttp/Cookie/CookieJarInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/GuzzleHttp/Cookie/SetCookie.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/GuzzleHttp/Cookie/FileCookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/GuzzleHttp/Cookie/SessionCookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/GuzzleHttp/Cookie/CookieJar.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\HandlerStack' => __DIR__ . '/GuzzleHttp/HandlerStack.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/GuzzleHttp/Exception/BadResponseException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/GuzzleHttp/Exception/RequestException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/GuzzleHttp/Exception/GuzzleException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/GuzzleHttp/Exception/ClientException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/GuzzleHttp/Exception/ServerException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/GuzzleHttp/Exception/TooManyRedirectsException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/GuzzleHttp/Exception/TransferException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/GuzzleHttp/Exception/ConnectException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\SeekException' => __DIR__ . '/GuzzleHttp/Exception/SeekException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/GuzzleHttp/Exception/InvalidArgumentException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/GuzzleHttp/Handler/EasyHandle.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/GuzzleHttp/Handler/MockHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/GuzzleHttp/Handler/CurlFactory.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/GuzzleHttp/Handler/Proxy.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/GuzzleHttp/Handler/CurlHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/GuzzleHttp/Handler/StreamHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/GuzzleHttp/Handler/CurlFactoryInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/GuzzleHttp/Handler/CurlMultiHandler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\functions_include' => __DIR__ . '/GuzzleHttp/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RequestOptions' => __DIR__ . '/GuzzleHttp/RequestOptions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/GuzzleHttp/PrepareBodyMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Client' => __DIR__ . '/GuzzleHttp/Client.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\functions' => __DIR__ . '/GuzzleHttp/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Pool' => __DIR__ . '/GuzzleHttp/Pool.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Middleware' => __DIR__ . '/GuzzleHttp/Middleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\MessageFormatter' => __DIR__ . '/GuzzleHttp/MessageFormatter.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\UriTemplate' => __DIR__ . '/GuzzleHttp/UriTemplate.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\ClientInterface' => __DIR__ . '/GuzzleHttp/ClientInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/GuzzleHttp/Psr7/DroppingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Request' => __DIR__ . '/GuzzleHttp/Psr7/Request.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\functions_include' => __DIR__ . '/GuzzleHttp/Psr7/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/GuzzleHttp/Psr7/Rfc7230.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/GuzzleHttp/Psr7/AppendStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/GuzzleHttp/Psr7/MessageTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/GuzzleHttp/Psr7/LimitStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/GuzzleHttp/Psr7/MultipartStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/GuzzleHttp/Psr7/InflateStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/GuzzleHttp/Psr7/CachingStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/GuzzleHttp/Psr7/StreamDecoratorTrait.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/GuzzleHttp/Psr7/NoSeekStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/GuzzleHttp/Psr7/UploadedFile.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/GuzzleHttp/Psr7/Uri.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Response' => __DIR__ . '/GuzzleHttp/Psr7/Response.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\functions' => __DIR__ . '/GuzzleHttp/Psr7/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/GuzzleHttp/Psr7/FnStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/GuzzleHttp/Psr7/Stream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/GuzzleHttp/Psr7/StreamWrapper.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/GuzzleHttp/Psr7/ServerRequest.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/GuzzleHttp/Psr7/UriResolver.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/GuzzleHttp/Psr7/UriNormalizer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/GuzzleHttp/Psr7/BufferStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/GuzzleHttp/Psr7/PumpStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/GuzzleHttp/Psr7/LazyOpenStream.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RetryMiddleware' => __DIR__ . '/GuzzleHttp/RetryMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Utils' => __DIR__ . '/GuzzleHttp/Utils.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\TransferStats' => __DIR__ . '/GuzzleHttp/TransferStats.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/GuzzleHttp/RedirectMiddleware.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/GuzzleHttp/Promise/RejectionException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/GuzzleHttp/Promise/CancellationException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\functions_include' => __DIR__ . '/GuzzleHttp/Promise/functions_include.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/GuzzleHttp/Promise/TaskQueue.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\Promise' => __DIR__ . '/GuzzleHttp/Promise/Promise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/GuzzleHttp/Promise/FulfilledPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/GuzzleHttp/Promise/TaskQueueInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\functions' => __DIR__ . '/GuzzleHttp/Promise/functions.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/GuzzleHttp/Promise/EachPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/GuzzleHttp/Promise/Coroutine.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/GuzzleHttp/Promise/AggregateException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/GuzzleHttp/Promise/PromisorInterface.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/GuzzleHttp/Promise/RejectedPromise.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/GuzzleHttp/Promise/PromiseInterface.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\disallowed_STD3_mapped' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_mapped.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\Regex' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/Regex.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\disallowed' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\deviation' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/deviation.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\disallowed_STD3_valid' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/disallowed_STD3_valid.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\ignored' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/ignored.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\DisallowedRanges' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/DisallowedRanges.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\mapped' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/mapped.php', 'Symfony\\Polyfill\\IntlIdn\\Resources\\unidata\\virama' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Resources/unidata/virama.php', 'Symfony\\Polyfill\\IntlIdn\\Idn' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Idn.php', 'Symfony\\Polyfill\\IntlIdn\\bootstrap' => __DIR__ . '/Symfony/Polyfill/IntlIdn/bootstrap.php', 'Symfony\\Polyfill\\IntlIdn\\Info' => __DIR__ . '/Symfony/Polyfill/IntlIdn/Info.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\DebugRuntime' => __DIR__ . '/JmesPath/DebugRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\FnDispatcher' => __DIR__ . '/JmesPath/FnDispatcher.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Lexer' => __DIR__ . '/JmesPath/Lexer.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\TreeCompiler' => __DIR__ . '/JmesPath/TreeCompiler.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\CompilerRuntime' => __DIR__ . '/JmesPath/CompilerRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\AstRuntime' => __DIR__ . '/JmesPath/AstRuntime.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Env' => __DIR__ . '/JmesPath/Env.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\SyntaxErrorException' => __DIR__ . '/JmesPath/SyntaxErrorException.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\JmesPath' => __DIR__ . '/JmesPath/JmesPath.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Parser' => __DIR__ . '/JmesPath/Parser.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\Utils' => __DIR__ . '/JmesPath/Utils.php', 'DeliciousBrains\\WP_Offload_Media\\Aws3\\JmesPath\\TreeInterpreter' => __DIR__ . '/JmesPath/TreeInterpreter.php'); \spl_autoload_register(function ($class) use($mapping) { if (isset($mapping[$class])) { require $mapping[$class]; @@ -11,3 +11,4 @@ require __DIR__ . '/GuzzleHttp/Psr7/functions_include.php'; require __DIR__ . '/GuzzleHttp/Promise/functions_include.php'; require __DIR__ . '/JmesPath/JmesPath.php'; +require __DIR__ . '/Symfony/Polyfill/IntlIdn/bootstrap.php'; diff --git a/wordpress-s3.php b/wordpress-s3.php index 8da5154b..50a2cee2 100644 --- a/wordpress-s3.php +++ b/wordpress-s3.php @@ -4,7 +4,7 @@ Plugin URI: http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/ Description: Automatically copies media uploads to Amazon S3, DigitalOcean Spaces or Google Cloud Storage for storage and delivery. Optionally configure Amazon CloudFront or another CDN for even faster delivery. Author: Delicious Brains -Version: 2.4.1 +Version: 2.4.2 Author URI: https://deliciousbrains.com/ Network: True Text Domain: amazon-s3-and-cloudfront @@ -26,7 +26,7 @@ // Then completely rewritten. */ -$GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['version'] = '2.4.1'; +$GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['version'] = '2.4.2'; require_once dirname( __FILE__ ) . '/classes/as3cf-compatibility-check.php';